From 5e5a48ff8cd08f123601cd0625ca62a86675aac9 Mon Sep 17 00:00:00 2001 From: marha Date: Sun, 4 Jan 2015 16:25:32 +0100 Subject: fontconfig libX11 mesa xserver git update 4 Jan 2015 xserver commit dc777c346d5d452a53b13b917c45f6a1bad2f20b libX11 commit 446f5f7f41317a85a0cd0efa5e6a1b37bc99fba2 fontconfig commit 4420b27c074821a1d1f9d6ebe822a610176a417d mesa commit 48094d0e6554a9df36bf00fc2793ade46cf92406 --- fontconfig/doc/fcconfig.fncs | 10 +- fontconfig/doc/fcrange.fncs | 1 + fontconfig/doc/fontconfig-devel.sgml | 8 + fontconfig/fc-cache/fc-cache.c | 29 +- fontconfig/fc-cache/fc-cache.sgml | 31 +- fontconfig/fontconfig/fontconfig.h | 3 +- fontconfig/src/fccfg.c | 23 +- fontconfig/src/fcfreetype.c | 30 +- fontconfig/src/fcint.h | 2 +- fontconfig/src/fcmatch.c | 1 + fontconfig/src/fcobjs.h | 1 + libX11/man/xkb/XkbGetKeyBehaviors.man | 6 +- mesalib/Makefile.am | 113 +-- mesalib/configure.ac | 24 +- mesalib/docs/index.html | 21 + mesalib/docs/relnotes.html | 4 + mesalib/docs/relnotes/10.2.html | 2 + mesalib/docs/relnotes/10.3.5.html | 88 +++ mesalib/docs/relnotes/10.3.6.html | 124 +++ mesalib/docs/relnotes/10.3.html | 1 + mesalib/docs/relnotes/10.4.1.html | 97 +++ mesalib/docs/relnotes/10.4.html | 201 ++++- mesalib/docs/relnotes/10.5.0.html | 6 + mesalib/include/EGL/eglplatform.h | 10 +- mesalib/include/GL/glext.h | 213 +++++- mesalib/include/c99_compat.h | 6 +- mesalib/install-lib-links.mk | 6 + mesalib/src/Makefile.am | 6 +- mesalib/src/SConscript | 5 + mesalib/src/gallium/Automake.inc | 2 + mesalib/src/gallium/Makefile.am | 8 +- mesalib/src/gallium/SConscript | 2 +- mesalib/src/gallium/auxiliary/Makefile.am | 4 +- mesalib/src/gallium/auxiliary/Makefile.sources | 2 +- mesalib/src/gallium/auxiliary/util/u_atomic.h | 401 ---------- mesalib/src/gallium/auxiliary/util/u_blend.h | 25 + mesalib/src/gallium/auxiliary/util/u_debug.h | 2 +- mesalib/src/gallium/auxiliary/util/u_debug_flush.c | 12 +- mesalib/src/gallium/auxiliary/util/u_math.h | 8 +- mesalib/src/gallium/auxiliary/util/u_prim.h | 6 + mesalib/src/gallium/auxiliary/util/u_tests.c | 1 - mesalib/src/glsl/Makefile.am | 20 +- mesalib/src/glsl/Makefile.sources | 31 +- mesalib/src/glsl/ast_to_hir.cpp | 8 +- mesalib/src/glsl/builtin_variables.cpp | 4 + mesalib/src/glsl/glcpp/glcpp-parse.y | 5 +- mesalib/src/glsl/glsl_parser.yy | 24 +- mesalib/src/glsl/glsl_parser_extras.cpp | 20 +- mesalib/src/glsl/glsl_parser_extras.h | 5 +- mesalib/src/glsl/glsl_types.cpp | 3 +- mesalib/src/glsl/ir_variable_refcount.cpp | 9 +- .../src/glsl/link_uniform_block_active_visitor.cpp | 6 +- mesalib/src/glsl/link_uniform_blocks.cpp | 3 +- mesalib/src/glsl/link_varyings.cpp | 10 +- mesalib/src/glsl/linker.cpp | 39 +- mesalib/src/glsl/main.cpp | 2 - mesalib/src/glsl/opt_algebraic.cpp | 12 +- mesalib/src/hgl/GLRendererRoster.cpp | 4 +- mesalib/src/loader/Makefile.am | 5 +- mesalib/src/loader/Makefile.sources | 4 +- mesalib/src/mapi/.gitignore | 2 + mesalib/src/mapi/Makefile.am | 19 +- mesalib/src/mapi/glapi/gen/Makefile.am | 3 + mesalib/src/mesa/Makefile.am | 23 +- mesalib/src/mesa/Makefile.sources | 351 +++++++-- mesalib/src/mesa/drivers/dri/Makefile.am | 16 +- mesalib/src/mesa/drivers/dri/common/Makefile.am | 2 + .../src/mesa/drivers/dri/common/Makefile.sources | 5 +- mesalib/src/mesa/drivers/dri/common/mmio.h | 62 -- mesalib/src/mesa/drivers/dri/common/xmlconfig.c | 3 +- .../mesa/drivers/dri/common/xmlpool/Makefile.am | 2 + .../src/mesa/drivers/dri/swrast/Makefile.sources | 3 +- mesalib/src/mesa/drivers/dri/swrast/swrast.c | 4 +- mesalib/src/mesa/drivers/haiku/swrast/SConscript | 1 + mesalib/src/mesa/main/api_validate.c | 239 ++---- mesalib/src/mesa/main/api_validate.h | 12 +- mesalib/src/mesa/main/clear.c | 23 +- mesalib/src/mesa/main/compiler.h | 2 +- mesalib/src/mesa/main/dlist.c | 151 ++-- mesalib/src/mesa/main/dlist.h | 2 +- mesalib/src/mesa/main/enums.h | 11 + mesalib/src/mesa/main/errors.c | 3 +- mesalib/src/mesa/main/errors.h | 7 +- mesalib/src/mesa/main/fbobject.c | 15 + mesalib/src/mesa/main/ff_fragment_shader.cpp | 8 +- mesalib/src/mesa/main/formatquery.c | 57 +- mesalib/src/mesa/main/getstring.c | 8 +- mesalib/src/mesa/main/hash.c | 17 +- mesalib/src/mesa/main/imports.c | 4 +- mesalib/src/mesa/main/mtypes.h | 33 +- mesalib/src/mesa/main/objectlabel.c | 9 +- mesalib/src/mesa/main/polygon.c | 38 +- mesalib/src/mesa/main/polygon.h | 4 - mesalib/src/mesa/main/samplerobj.h | 9 + mesalib/src/mesa/main/shaderapi.c | 5 +- mesalib/src/mesa/main/sse_minmax.c | 3 - mesalib/src/mesa/main/texenvprogram.h | 11 + mesalib/src/mesa/main/teximage.c | 2 +- mesalib/src/mesa/main/texobj.c | 54 +- mesalib/src/mesa/main/texobj.h | 10 + mesalib/src/mesa/main/texstore.c | 2 +- mesalib/src/mesa/main/varray.c | 9 +- mesalib/src/mesa/program/ir_to_mesa.cpp | 12 +- mesalib/src/mesa/program/prog_cache.h | 11 + mesalib/src/mesa/program/prog_execute.c | 74 -- mesalib/src/mesa/program/prog_instruction.c | 23 - mesalib/src/mesa/program/prog_instruction.h | 4 - mesalib/src/mesa/program/prog_optimize.h | 11 + mesalib/src/mesa/program/prog_parameter.c | 2 +- mesalib/src/mesa/program/prog_print.h | 11 + mesalib/src/mesa/program/programopt.h | 10 + mesalib/src/mesa/program/sampler.cpp | 9 +- mesalib/src/mesa/program/sampler.h | 7 + mesalib/src/mesa/state_tracker/st_context.c | 10 +- mesalib/src/mesa/state_tracker/st_context.h | 10 + mesalib/src/mesa/state_tracker/st_extensions.c | 7 + mesalib/src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 84 +- mesalib/src/mesa/state_tracker/st_program.h | 9 + mesalib/src/mesa/swrast/s_texfilter.c | 52 +- mesalib/src/mesa/vbo/vbo_exec_array.c | 23 +- mesalib/src/mesa/vbo/vbo_save_api.c | 12 +- mesalib/src/mesa/x86/3dnow.c | 7 - mesalib/src/mesa/x86/3dnow_normal.S | 852 --------------------- mesalib/src/util/.gitignore | 1 + mesalib/src/util/Makefile.am | 4 + mesalib/src/util/Makefile.sources | 10 +- mesalib/src/util/SConscript | 9 + mesalib/src/util/hash_table.c | 75 +- mesalib/src/util/hash_table.h | 19 +- mesalib/src/util/register_allocate.c | 14 +- mesalib/src/util/u_atomic.h | 188 +++++ mesalib/src/util/u_atomic_test.c | 137 ++++ xorg-server/Xext/xcmisc.c | 1 + xorg-server/Xext/xvdisp.c | 20 + xorg-server/Xi/chgdctl.c | 8 +- xorg-server/Xi/chgfctl.c | 2 + xorg-server/Xi/sendexev.c | 3 + xorg-server/Xi/xiallowev.c | 2 + xorg-server/Xi/xichangecursor.c | 2 +- xorg-server/Xi/xichangehierarchy.c | 35 +- xorg-server/Xi/xigetclientpointer.c | 1 + xorg-server/Xi/xigrabdev.c | 9 +- xorg-server/Xi/xipassivegrab.c | 12 +- xorg-server/Xi/xiproperty.c | 14 +- xorg-server/Xi/xiquerydevice.c | 1 + xorg-server/Xi/xiquerypointer.c | 2 + xorg-server/Xi/xiselectev.c | 8 + xorg-server/Xi/xisetclientpointer.c | 3 +- xorg-server/Xi/xisetdevfocus.c | 4 + xorg-server/Xi/xiwarppointer.c | 2 + xorg-server/config/udev.c | 7 +- xorg-server/configure.ac | 1 + xorg-server/dbe/dbe.c | 17 +- xorg-server/dix/dispatch.c | 3 + xorg-server/dix/region.c | 20 +- xorg-server/dri3/dri3_request.c | 6 + xorg-server/glamor/glamor.c | 34 +- xorg-server/glamor/glamor.h | 4 + xorg-server/glamor/glamor_egl.c | 89 ++- xorg-server/glamor/glamor_egl_stubs.c | 2 +- xorg-server/glamor/glamor_fbo.c | 4 +- xorg-server/glamor/glamor_priv.h | 2 - xorg-server/glamor/glamor_xv.c | 26 +- xorg-server/glx/clientinfo.c | 20 +- xorg-server/glx/glxcmds.c | 96 ++- xorg-server/glx/glxcmdsswap.c | 4 + xorg-server/glx/glxext.c | 8 +- xorg-server/glx/glxext.h | 1 - xorg-server/glx/glxserver.h | 43 +- xorg-server/glx/indirect_program.c | 2 + xorg-server/glx/indirect_reqsize.c | 142 ++-- xorg-server/glx/indirect_reqsize.h | 181 +++-- xorg-server/glx/indirect_texture_compression.c | 4 + xorg-server/glx/indirect_util.c | 9 +- xorg-server/glx/rensize.c | 114 +-- xorg-server/glx/single2.c | 23 +- xorg-server/glx/single2swap.c | 19 +- xorg-server/glx/singlepix.c | 60 +- xorg-server/glx/singlepixswap.c | 50 +- xorg-server/glx/swap_interval.c | 2 + xorg-server/glx/unpack.h | 3 +- xorg-server/hw/kdrive/ephyr/ephyr.c | 2 +- xorg-server/hw/kdrive/ephyr/ephyr.h | 1 + xorg-server/hw/kdrive/ephyr/hostx.c | 11 +- xorg-server/hw/kdrive/ephyr/hostx.h | 2 +- xorg-server/hw/xfree86/common/xf86AutoConfig.c | 1 - xorg-server/hw/xfree86/dri2/dri2ext.c | 3 + .../hw/xfree86/drivers/modesetting/Makefile.am | 3 + xorg-server/hw/xfree86/drivers/modesetting/dri2.c | 2 - .../hw/xfree86/drivers/modesetting/driver.c | 104 +-- .../hw/xfree86/drivers/modesetting/driver.h | 15 +- .../xfree86/drivers/modesetting/drmmode_display.c | 337 ++++---- .../xfree86/drivers/modesetting/drmmode_display.h | 33 +- .../hw/xfree86/drivers/modesetting/dumb_bo.c | 134 ++++ .../hw/xfree86/drivers/modesetting/dumb_bo.h | 45 ++ .../hw/xfree86/drivers/modesetting/present.c | 228 ++++++ .../hw/xfree86/drivers/modesetting/vblank.c | 28 +- .../hw/xfree86/os-support/solaris/sun_init.c | 33 - xorg-server/hw/xfree86/os-support/xf86_OSlib.h | 5 + xorg-server/hw/xwayland/xwayland-glamor.c | 3 +- xorg-server/hw/xwayland/xwayland-input.c | 7 +- xorg-server/hw/xwin/InitOutput.c | 4 + xorg-server/hw/xwin/XWin.rc | 1 + xorg-server/hw/xwin/man/XWin.man | 6 +- xorg-server/hw/xwin/winclipboard/internal.h | 14 +- xorg-server/hw/xwin/winclipboard/thread.c | 56 +- xorg-server/hw/xwin/winclipboard/winclipboard.h | 2 + xorg-server/hw/xwin/winclipboard/wndproc.c | 227 ++++-- xorg-server/hw/xwin/winclipboard/xevents.c | 175 ++--- xorg-server/hw/xwin/winclipboard/xwinclip.c | 7 + xorg-server/hw/xwin/winclipboard/xwinclip.man | 3 + xorg-server/hw/xwin/winclipboardwrappers.c | 6 - xorg-server/hw/xwin/winprocarg.c | 27 +- xorg-server/hw/xwin/winresource.h | 1 + xorg-server/hw/xwin/wintrayicon.c | 19 + xorg-server/hw/xwin/winwndproc.c | 6 + xorg-server/include/dix.h | 7 +- xorg-server/include/regionstr.h | 10 +- xorg-server/man/Xserver.man | 10 + xorg-server/os/access.c | 6 + xorg-server/os/io.c | 7 +- xorg-server/os/log.c | 7 +- xorg-server/os/osinit.c | 6 +- xorg-server/os/rpcauth.c | 4 + xorg-server/os/xsha1.c | 25 + xorg-server/present/present.c | 28 +- xorg-server/present/present_request.c | 6 + xorg-server/randr/rrsdispatch.c | 4 + xorg-server/render/picture.c | 45 +- xorg-server/render/render.c | 20 +- xorg-server/test/Makefile.am | 2 +- xorg-server/test/misc.c | 37 + xorg-server/test/xi1/Makefile.am | 34 + .../test/xi1/protocol-xchangedevicecontrol.c | 122 +++ xorg-server/test/xi2/protocol-xigetclientpointer.c | 5 + .../test/xi2/protocol-xipassivegrabdevice.c | 8 + xorg-server/test/xi2/protocol-xiquerypointer.c | 4 + xorg-server/test/xi2/protocol-xiwarppointer.c | 3 + xorg-server/xfixes/select.c | 1 + .../xkeyboard-config/rules/base.extras.xml.in | 10 + xorg-server/xkeyboard-config/rules/base.xml.in | 4 +- xorg-server/xkeyboard-config/symbols/de | 34 + xorg-server/xkeyboard-config/symbols/fi | 1 - .../xkeyboard-config/symbols/fujitsu_vndr/jp | 2 +- .../xkeyboard-config/symbols/fujitsu_vndr/us | 2 +- xorg-server/xkeyboard-config/symbols/il | 2 +- xorg-server/xkeyboard-config/symbols/ru | 9 +- 247 files changed, 4691 insertions(+), 3150 deletions(-) create mode 100644 mesalib/docs/relnotes/10.3.5.html create mode 100644 mesalib/docs/relnotes/10.3.6.html create mode 100644 mesalib/docs/relnotes/10.4.1.html delete mode 100644 mesalib/src/gallium/auxiliary/util/u_atomic.h create mode 100644 mesalib/src/gallium/auxiliary/util/u_blend.h create mode 100644 mesalib/src/mapi/.gitignore delete mode 100644 mesalib/src/mesa/drivers/dri/common/mmio.h delete mode 100644 mesalib/src/mesa/x86/3dnow_normal.S create mode 100644 mesalib/src/util/u_atomic.h create mode 100644 mesalib/src/util/u_atomic_test.c create mode 100644 xorg-server/hw/xfree86/drivers/modesetting/dumb_bo.c create mode 100644 xorg-server/hw/xfree86/drivers/modesetting/dumb_bo.h create mode 100644 xorg-server/hw/xfree86/drivers/modesetting/present.c create mode 100644 xorg-server/test/xi1/Makefile.am create mode 100644 xorg-server/test/xi1/protocol-xchangedevicecontrol.c diff --git a/fontconfig/doc/fcconfig.fncs b/fontconfig/doc/fcconfig.fncs index 10f5afc7f..af328fc70 100644 --- a/fontconfig/doc/fcconfig.fncs +++ b/fontconfig/doc/fcconfig.fncs @@ -219,8 +219,9 @@ If config is NULL, the current configuration is used. @PURPOSE@ Add font file to font database @DESC@ Adds an application-specific font to the configuration. Returns FcFalse -if the fonts cannot be added (due to allocation failure). Otherwise returns FcTrue. -If config is NULL, the current configuration is used. +if the fonts cannot be added (due to allocation failure or no fonts found). +Otherwise returns FcTrue. If config is NULL, +the current configuration is used. @@ @RET@ FcBool @@ -231,8 +232,9 @@ If config is NULL, the current configuration is used. @DESC@ Scans the specified directory for fonts, adding each one found to the application-specific set of fonts. Returns FcFalse -if the fonts cannot be added (due to allocation failure). Otherwise returns FcTrue. -If config is NULL, the current configuration is used. +if the fonts cannot be added (due to allocation failure or no fonts found). +Otherwise returns FcTrue. If config is NULL, +the current configuration is used. @@ @RET@ void diff --git a/fontconfig/doc/fcrange.fncs b/fontconfig/doc/fcrange.fncs index 4181b8093..ba76f65b2 100644 --- a/fontconfig/doc/fcrange.fncs +++ b/fontconfig/doc/fcrange.fncs @@ -72,3 +72,4 @@ all memory associated with it. @DESC@ Returns in begin and end as the range. @SINCE@ 2.11.91 +@@ diff --git a/fontconfig/doc/fontconfig-devel.sgml b/fontconfig/doc/fontconfig-devel.sgml index 2b1122f18..7410ef0c0 100644 --- a/fontconfig/doc/fontconfig-devel.sgml +++ b/fontconfig/doc/fontconfig-devel.sgml @@ -20,6 +20,7 @@ + ]> - - - - - - - - @@ -296,7 +300,6 @@ authorization from the authors. - @@ -306,7 +309,6 @@ authorization from the authors. - diff --git a/libxcb/xcb-proto/src/xfixes.xml b/libxcb/xcb-proto/src/xfixes.xml index c5cba352a..0a3d5ffee 100644 --- a/libxcb/xcb-proto/src/xfixes.xml +++ b/libxcb/xcb-proto/src/xfixes.xml @@ -291,13 +291,13 @@ authorization from the authors. - nbytes width height + nbytes diff --git a/libxcb/xcb-proto/src/xinput.xml b/libxcb/xcb-proto/src/xinput.xml index 7f7b0a66d..c729f20fb 100644 --- a/libxcb/xcb-proto/src/xinput.xml +++ b/libxcb/xcb-proto/src/xinput.xml @@ -46,56 +46,10 @@ This will, e.g., be necessary for automatically generated byte-order conversion which will, e.g., be necessary for server-side xcb. This affects the following: -* GetFeedbackControl reply field "feedbacks" ( structs FeedbackState, ... ) -* ChangeFeedbackControl request field "feedback" ( structs FeedbackCtl, ... ) -* QueryDeviceState reply field "classes" ( structs InputState, ... ) -* GetDeviceControl reply field "control" ( structs DeviceState, ... ) -* ChangeDeviceControl request field "control" ( structs ChangeDeviceControl, ... ) -* XIChangeHierarchy request field "changes" ( structs HierarchyChange, ... ) -* struct XIDeviceInfo field "classes" ( structs DeviceClass, ... ) * SendExtensionEvent member "events" ***** -xml and generator have to support of all members of a list - -This is needed for the following XI2-events ( and eventcopies thereof ) - KeyPress - ButtonPress - RawKeyPress - RawKeyPress - RawButtonPress - TouchBegin - RawTouchBegin - - -***** - - should support fields of listmembers. - -This is needed for request "ListInputDevices" - -***** - -xml and generator should support -switch-case similar to switch-bitcase. - -(and maybe: variable sized unions with a mechanism to define -which union-field is selected.) - -One of these features is needed for the InputInfo type -which is used by request "ListInputDevices" for the list "input_infos". - -***** - -Parametrized structs - -This is needed for being able to use the value of the field -"num_axes" of the GetDeviceMotionEvents-reply -in struct DeviceTimeCoord. - -***** - --> @@ -217,6 +171,29 @@ in struct DeviceTimeCoord. + + class_id + + Key + + + + + + + Button + + + + Valuator + + + + + axes_len + + + @@ -234,9 +211,15 @@ in struct DeviceTimeCoord. devices_len - - + + + num_class_info + + + + devices_len + + @@ -346,8 +329,9 @@ in struct DeviceTimeCoord. - + + num_axes + @@ -361,7 +345,9 @@ in struct DeviceTimeCoord. - + + num_events + @@ -609,12 +595,56 @@ in struct DeviceTimeCoord. - - - len - 4 - - + + class_id + + Keyboard + + + + + + + + + + 32 + + + + Pointer + + + + + + + String + + + + num_keysyms + + + + Integer + + + + + + Led + + + + + Bell + + + + + + @@ -696,12 +726,51 @@ in struct DeviceTimeCoord. - - - len - 4 - - + + class_id + + Keyboard + + + + + + + + + + + Pointer + + + + + + + String + + + + num_keysyms + + + + Integer + + + + Led + + + + + Bell + + + + + + @@ -1025,12 +1094,53 @@ in struct DeviceTimeCoord. - - - len - 4 - - + + control_id + + resolution + + + num_valuators + + + num_valuators + + + num_valuators + + + + abs_calib + + + + + + + + + + + core + + + + + + enable + + + + + abs_area + + + + + + + + @@ -1099,12 +1209,48 @@ in struct DeviceTimeCoord. - - - len - 4 - - + + control_id + + resolution + + + + + num_valuators + + + + abs_calib + + + + + + + + + + + core + + + + + enable + + + + + abs_area + + + + + + + + @@ -1205,30 +1351,26 @@ in struct DeviceTimeCoord. format - - + 8Bits num_items - - + + 16Bits num_items - - + + 32Bits num_items - + @@ -1356,15 +1498,37 @@ in struct DeviceTimeCoord. - - - - len - 4 - - 4 - - + + type + + AddMaster + + + + + name_len + + + + + RemoveMaster + + + + + + + + AttachSlave + + + + + DetachSlave + + + + @@ -1560,16 +1724,56 @@ in struct DeviceTimeCoord. - - - - - len - 4 - - 8 - - + + type + + Key + + + num_keys + + + + Button + + + + + num_buttons + 31 + + 32 + + + + num_buttons + + + + Valuator + + + + + + + + + + + Scroll + + + + + + + + Touch + + + + @@ -1776,28 +1980,24 @@ in struct DeviceTimeCoord. format - - + 8Bits num_items - - + + 16Bits num_items - - + + 32Bits num_items - + @@ -1828,30 +2028,26 @@ in struct DeviceTimeCoord. format - - + 8Bits num_items - - + + 16Bits num_items - - + + 32Bits num_items - + @@ -2092,8 +2288,13 @@ in struct DeviceTimeCoord. valuators_len - + + + + + + + @@ -2128,8 +2329,13 @@ in struct DeviceTimeCoord. valuators_len - + + + + + + + @@ -2248,10 +2454,20 @@ in struct DeviceTimeCoord. valuators_len - - + + + + + + + + + + + + + + @@ -2269,10 +2485,20 @@ in struct DeviceTimeCoord. valuators_len - - + + + + + + + + + + + + + + @@ -2311,8 +2537,13 @@ in struct DeviceTimeCoord. valuators_len - + + + + + + + @@ -2351,10 +2582,20 @@ in struct DeviceTimeCoord. valuators_len - - + + + + + + + + + + + + + + diff --git a/libxcb/xcb-proto/src/xprint.xml b/libxcb/xcb-proto/src/xprint.xml index e32293f3b..dc23dd0da 100644 --- a/libxcb/xcb-proto/src/xprint.xml +++ b/libxcb/xcb-proto/src/xprint.xml @@ -209,21 +209,14 @@ authorization from the authors. - + - - - + + diff --git a/libxcb/xcb-proto/src/xproto.xml b/libxcb/xcb-proto/src/xproto.xml index bfb8a4cff..d50a4285a 100644 --- a/libxcb/xcb-proto/src/xproto.xml +++ b/libxcb/xcb-proto/src/xproto.xml @@ -57,6 +57,7 @@ authorization from the authors. GCONTEXT + @@ -64,6 +65,8 @@ authorization from the authors. + + @@ -1293,9 +1296,71 @@ parent's cursor will cause an immediate change in the displayed cursor. - + + + value_mask + + BackPixmap + + + + BackPixel + + + + BorderPixmap + + + + BorderPixel + + + + BitGravity + + + + WinGravity + + + + BackingStore + + + + BackingPlanes + + + + BackingPixel + + + + OverrideRedirect + + + + SaveUnder + + + + EventMask + + + + DontPropagate + + + + Colormap + + + + Cursor + + + + Creates a window - + + + value_mask + + BackPixmap + + + + BackPixel + + + + BorderPixmap + + + + BorderPixel + + + + BitGravity + + + + WinGravity + + + + BackingStore + + + + BackingPlanes + + + + BackingPixel + + + + OverrideRedirect + + + + SaveUnder + + + + EventMask + + + + DontPropagate + + + + Colormap + + + + Cursor + + + + change window attributes - + - + + value_mask + + X + + + + Y + + + + Width + + + + Height + + + + BorderWidth + + + + Sibling + + + + StackMode + + + + Configures window attributes - + + + value_mask + + Function + + + + PlaneMask + + + + Foreground + + + + Background + + + + LineWidth + + + + LineStyle + + + + CapStyle + + + + JoinStyle + + + + FillStyle + + + + FillRule + + + + Tile + + + + Stipple + + + + TileStippleOriginX + + + + TileStippleOriginY + + + + Font + + + + SubwindowMode + + + + GraphicsExposures + + + + ClipOriginX + + + + ClipOriginY + + + + ClipMask + + + + DashOffset + + + + DashList + + + + ArcMode + + + Creates a graphics context - + + + value_mask + + Function + + + + PlaneMask + + + + Foreground + + + + Background + + + + LineWidth + + + + LineStyle + + + + CapStyle + + + + JoinStyle + + + + FillStyle + + + + FillRule + + + + Tile + + + + Stipple + + + + TileStippleOriginX + + + + TileStippleOriginY + + + + Font + + + + SubwindowMode + + + + GraphicsExposures + + + + ClipOriginX + + + + ClipOriginY + + + + ClipMask + + + + DashOffset + + + + DashList + + + + ArcMode + + + change graphics context components - + + + value_mask + + KeyClickPercent + + + + BellPercent + + + + BellPitch + + + + BellDuration + + + + Led + + + + LedMode + + + + Key + + + + AutoRepeatMode + + + + diff --git a/libxcb/xcb-proto/xcbgen/expr.py b/libxcb/xcb-proto/xcbgen/expr.py index e4fb06e93..e4ee8c6e2 100644 --- a/libxcb/xcb-proto/xcbgen/expr.py +++ b/libxcb/xcb-proto/xcbgen/expr.py @@ -22,6 +22,7 @@ class Field(object): self.wire = wire self.auto = auto self.isfd = isfd + self.parent = None class Expression(object): @@ -52,6 +53,8 @@ class Expression(object): self.lhs = None self.rhs = None + self.contains_listelement_ref = False + if elt.tag == 'list': # List going into a request, which has no length field (inferred by server) self.lenfield_name = elt.get('name') + '_len' @@ -61,12 +64,9 @@ class Expression(object): # Standard list with a fieldref self.lenfield_name = elt.text - elif elt.tag == 'valueparam': - # Value-mask. The length bitmask is described by attributes. - self.lenfield_name = elt.get('value-mask-name') - self.lenfield_type = elt.get('value-mask-type') - self.lenwire = True - self.bitfield = True + elif elt.tag == 'paramref': + self.lenfield_name = elt.text + self.lenfield_type = elt.get('type') elif elt.tag == 'op': # Op field. Need to recurse. @@ -103,6 +103,17 @@ class Expression(object): elif elt.tag == 'sumof': self.op = 'sumof' self.lenfield_name = elt.get('ref') + subexpressions = list(elt) + if len(subexpressions) > 0: + # sumof with a nested expression which is to be evaluated + # for each list-element in the context of that list-element. + # sumof then returns the sum of the results of these evaluations + self.rhs = Expression(subexpressions[0], parent) + + elif elt.tag == 'listelement-ref': + # current list element inside iterating expressions such as sumof + self.op = 'listelement-ref' + self.contains_listelement_ref = True else: # Notreached @@ -111,6 +122,12 @@ class Expression(object): def fixed_size(self): return self.nmemb != None + def recursive_resolve_tasks(self, module, parents): + for subexpr in (self.lhs, self.rhs): + if subexpr != None: + subexpr.recursive_resolve_tasks(module, parents) + self.contains_listelement_ref |= subexpr.contains_listelement_ref + def resolve(self, module, parents): if self.op == 'enumref': self.lenfield_type = module.get_type(self.lenfield_name[0]) @@ -127,4 +144,6 @@ class Expression(object): self.lenfield_parent = p self.lenfield_type = fields[self.lenfield_name].field_type break + + self.recursive_resolve_tasks(module, parents) diff --git a/libxcb/xcb-proto/xcbgen/xtypes.py b/libxcb/xcb-proto/xcbgen/xtypes.py index 45d7568f5..4d6bbc031 100644 --- a/libxcb/xcb-proto/xcbgen/xtypes.py +++ b/libxcb/xcb-proto/xcbgen/xtypes.py @@ -76,6 +76,7 @@ class Type(object): return complex_type.fields.append(new_field) + new_field.parent = complex_type def make_fd_of(self, module, complex_type, fd_name): ''' @@ -184,8 +185,6 @@ class ListType(Type): if elt.tag == 'list': elts = list(elt) self.expr = Expression(elts[0] if len(elts) else elt, self) - elif elt.tag == 'valueparam': - self.expr = Expression(elt, self) self.size = member.size if member.fixed_size() else None self.nmemb = self.expr.nmemb if self.expr.fixed_size() else None @@ -328,11 +327,6 @@ class ComplexType(Type): fkey = child.get('type') type = ListType(child, module.get_type(fkey), *self.lenfield_parent) visible = True - elif child.tag == 'valueparam': - field_name = child.get('value-list-name') - fkey = 'CARD32' - type = ListType(child, module.get_type(fkey), *self.lenfield_parent) - visible = True elif child.tag == 'switch': field_name = child.get('name') # construct the switch type name from the parent type and the field name diff --git a/mesalib/.dir-locals.el b/mesalib/.dir-locals.el index 04a1a2ce6..d95eb4803 100644 --- a/mesalib/.dir-locals.el +++ b/mesalib/.dir-locals.el @@ -1,4 +1,4 @@ -((nil +((prog-mode (indent-tabs-mode . nil) (tab-width . 8) (c-basic-offset . 3) diff --git a/mesalib/.gitignore b/mesalib/.gitignore index faf2ca383..00e3ce3da 100644 --- a/mesalib/.gitignore +++ b/mesalib/.gitignore @@ -18,6 +18,7 @@ *.tar *.tar.bz2 *.tar.gz +*.tar.xz *.trs *.zip *~ diff --git a/mesalib/Makefile.am b/mesalib/Makefile.am index ccf9ac994..f4f0912fa 100644 --- a/mesalib/Makefile.am +++ b/mesalib/Makefile.am @@ -21,7 +21,7 @@ SUBDIRS = src -DISTCHECK_CONFIGURE_FLAGS = \ +AM_DISTCHECK_CONFIGURE_FLAGS = \ --enable-dri3 \ --enable-gallium-tests \ --enable-gbm \ diff --git a/mesalib/VERSION b/mesalib/VERSION index 093d8ba20..8d3030650 100644 --- a/mesalib/VERSION +++ b/mesalib/VERSION @@ -1 +1 @@ -10.5.0-devel +10.6.0-devel diff --git a/mesalib/configure.ac b/mesalib/configure.ac index c8723ef26..5fbb7bc31 100644 --- a/mesalib/configure.ac +++ b/mesalib/configure.ac @@ -1,3 +1,35 @@ +dnl Copyright © 2011-2014 Intel Corporation +dnl Copyright © 2011-2014 Emil Velikov +dnl Copyright © 2007-2010 Dan Nicholson +dnl Copyright © 2010-2014 Marek Olšák +dnl Copyright © 2010-2014 Christian König +dnl Copyright © 2012-2014 Tom Stellard +dnl Copyright © 2009-2012 Jakob Bornecrantz +dnl Copyright © 2009-2014 Jon TURNEY +dnl Copyright © 2011-2012 Benjamin Franzke +dnl Copyright © 2008-2014 David Airlie +dnl Copyright © 2009-2013 Brian Paul +dnl Copyright © 2003-2007 Keith Packard, Daniel Stone +dnl +dnl Permission is hereby granted, free of charge, to any person obtaining a +dnl copy of this software and associated documentation files (the "Software"), +dnl to deal in the Software without restriction, including without limitation +dnl the rights to use, copy, modify, merge, publish, distribute, sublicense, +dnl and/or sell copies of the Software, and to permit persons to whom the +dnl Software is furnished to do so, subject to the following conditions: +dnl +dnl The above copyright notice and this permission notice (including the next +dnl paragraph) shall be included in all copies or substantial portions of the +dnl Software. +dnl +dnl THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +dnl IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +dnl FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +dnl THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +dnl LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +dnl FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +dnl DEALINGS IN THE SOFTWARE. +dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.60]) @@ -73,9 +105,17 @@ AX_PROG_FLEX([], AC_CHECK_PROG(INDENT, indent, indent, cat) if test "x$INDENT" != "xcat"; then - AC_SUBST(INDENT_FLAGS, '-i4 -nut -br -brs -npcs -ce -TGLubyte -TGLbyte -TBool') + # Only GNU indent is supported + INDENT_VERSION=`indent --version | grep GNU` + if test $? -eq 0; then + AC_SUBST(INDENT_FLAGS, '-i4 -nut -br -brs -npcs -ce -TGLubyte -TGLbyte -TBool') + else + INDENT="cat" + fi fi +AX_CHECK_PYTHON_MAKO_MODULE(0.3.4) + AC_PROG_INSTALL dnl We need a POSIX shell for parts of the build. Assume we have one @@ -105,6 +145,7 @@ AC_MSG_RESULT([$acv_mesa_CLANG]) dnl If we're using GCC, make sure that it is at least version 4.2.0. Older dnl versions are explictly not supported. GEN_ASM_OFFSETS=no +USE_GNU99=no if test "x$GCC" = xyes -a "x$acv_mesa_CLANG" = xno; then AC_MSG_CHECKING([whether gcc version is sufficient]) major=0 @@ -123,6 +164,9 @@ if test "x$GCC" = xyes -a "x$acv_mesa_CLANG" = xno; then AC_MSG_RESULT([yes]) fi + if test $GCC_VERSION_MAJOR -lt 4 -o $GCC_VERSION_MAJOR -eq 4 -a $GCC_VERSION_MINOR -lt 6 ; then + USE_GNU99=yes + fi if test "x$cross_compiling" = xyes; then GEN_ASM_OFFSETS=yes fi @@ -181,7 +225,13 @@ esac dnl Add flags for gcc and g++ if test "x$GCC" = xyes; then - CFLAGS="$CFLAGS -Wall -std=c99" + CFLAGS="$CFLAGS -Wall" + + if test "x$USE_GNU99" = xyes; then + CFLAGS="$CFLAGS -std=gnu99" + else + CFLAGS="$CFLAGS -std=c99" + fi # Enable -Werror=implicit-function-declaration and # -Werror=missing-prototypes, if available, or otherwise, just @@ -320,6 +370,8 @@ if test "x$enable_debug" = xyes; then CXXFLAGS="$CXXFLAGS -O0" fi fi +else + DEFINES="$DEFINES -DNDEBUG" fi dnl @@ -885,6 +937,144 @@ fi AC_SUBST([MESA_LLVM]) +# SHA1 hashing +AC_ARG_WITH([sha1], + [AS_HELP_STRING([--with-sha1=libc|libmd|libnettle|libgcrypt|libcrypto|libsha1|CommonCrypto|CryptoAPI], + [choose SHA1 implementation])]) +case "x$with_sha1" in +x | xlibc | xlibmd | xlibnettle | xlibgcrypt | xlibcrypto | xlibsha1 | xCommonCrypto | xCryptoAPI) + ;; +*) + AC_MSG_ERROR([Illegal value for --with-sha1: $with_sha1]) +esac + +AC_CHECK_FUNC([SHA1Init], [HAVE_SHA1_IN_LIBC=yes]) +if test "x$with_sha1" = x && test "x$HAVE_SHA1_IN_LIBC" = xyes; then + with_sha1=libc +fi +if test "x$with_sha1" = xlibc && test "x$HAVE_SHA1_IN_LIBC" != xyes; then + AC_MSG_ERROR([sha1 in libc requested but not found]) +fi +if test "x$with_sha1" = xlibc; then + AC_DEFINE([HAVE_SHA1_IN_LIBC], [1], + [Use libc SHA1 functions]) + SHA1_LIBS="" +fi +AC_CHECK_FUNC([CC_SHA1_Init], [HAVE_SHA1_IN_COMMONCRYPTO=yes]) +if test "x$with_sha1" = x && test "x$HAVE_SHA1_IN_COMMONCRYPTO" = xyes; then + with_sha1=CommonCrypto +fi +if test "x$with_sha1" = xCommonCrypto && test "x$HAVE_SHA1_IN_COMMONCRYPTO" != xyes; then + AC_MSG_ERROR([CommonCrypto requested but not found]) +fi +if test "x$with_sha1" = xCommonCrypto; then + AC_DEFINE([HAVE_SHA1_IN_COMMONCRYPTO], [1], + [Use CommonCrypto SHA1 functions]) + SHA1_LIBS="" +fi +dnl stdcall functions cannot be tested with AC_CHECK_LIB +AC_CHECK_HEADER([wincrypt.h], [HAVE_SHA1_IN_CRYPTOAPI=yes], [], [#include ]) +if test "x$with_sha1" = x && test "x$HAVE_SHA1_IN_CRYPTOAPI" = xyes; then + with_sha1=CryptoAPI +fi +if test "x$with_sha1" = xCryptoAPI && test "x$HAVE_SHA1_IN_CRYPTOAPI" != xyes; then + AC_MSG_ERROR([CryptoAPI requested but not found]) +fi +if test "x$with_sha1" = xCryptoAPI; then + AC_DEFINE([HAVE_SHA1_IN_CRYPTOAPI], [1], + [Use CryptoAPI SHA1 functions]) + SHA1_LIBS="" +fi +AC_CHECK_LIB([md], [SHA1Init], [HAVE_LIBMD=yes]) +if test "x$with_sha1" = x && test "x$HAVE_LIBMD" = xyes; then + with_sha1=libmd +fi +if test "x$with_sha1" = xlibmd && test "x$HAVE_LIBMD" != xyes; then + AC_MSG_ERROR([libmd requested but not found]) +fi +if test "x$with_sha1" = xlibmd; then + AC_DEFINE([HAVE_SHA1_IN_LIBMD], [1], + [Use libmd SHA1 functions]) + SHA1_LIBS=-lmd +fi +PKG_CHECK_MODULES([LIBSHA1], [libsha1], [HAVE_LIBSHA1=yes], [HAVE_LIBSHA1=no]) +if test "x$with_sha1" = x && test "x$HAVE_LIBSHA1" = xyes; then + with_sha1=libsha1 +fi +if test "x$with_sha1" = xlibsha1 && test "x$HAVE_LIBSHA1" != xyes; then + AC_MSG_ERROR([libsha1 requested but not found]) +fi +if test "x$with_sha1" = xlibsha1; then + AC_DEFINE([HAVE_SHA1_IN_LIBSHA1], [1], + [Use libsha1 for SHA1]) + SHA1_LIBS=-lsha1 +fi +AC_CHECK_LIB([nettle], [nettle_sha1_init], [HAVE_LIBNETTLE=yes]) +if test "x$with_sha1" = x && test "x$HAVE_LIBNETTLE" = xyes; then + with_sha1=libnettle +fi +if test "x$with_sha1" = xlibnettle && test "x$HAVE_LIBNETTLE" != xyes; then + AC_MSG_ERROR([libnettle requested but not found]) +fi +if test "x$with_sha1" = xlibnettle; then + AC_DEFINE([HAVE_SHA1_IN_LIBNETTLE], [1], + [Use libnettle SHA1 functions]) + SHA1_LIBS=-lnettle +fi +AC_CHECK_LIB([gcrypt], [gcry_md_open], [HAVE_LIBGCRYPT=yes]) +if test "x$with_sha1" = x && test "x$HAVE_LIBGCRYPT" = xyes; then + with_sha1=libgcrypt +fi +if test "x$with_sha1" = xlibgcrypt && test "x$HAVE_LIBGCRYPT" != xyes; then + AC_MSG_ERROR([libgcrypt requested but not found]) +fi +if test "x$with_sha1" = xlibgcrypt; then + AC_DEFINE([HAVE_SHA1_IN_LIBGCRYPT], [1], + [Use libgcrypt SHA1 functions]) + SHA1_LIBS=-lgcrypt +fi +# We don't need all of the OpenSSL libraries, just libcrypto +AC_CHECK_LIB([crypto], [SHA1_Init], [HAVE_LIBCRYPTO=yes]) +PKG_CHECK_MODULES([OPENSSL], [openssl], [HAVE_OPENSSL_PKC=yes], + [HAVE_OPENSSL_PKC=no]) +if test "x$HAVE_LIBCRYPTO" = xyes || test "x$HAVE_OPENSSL_PKC" = xyes; then + if test "x$with_sha1" = x; then + with_sha1=libcrypto + fi +else + if test "x$with_sha1" = xlibcrypto; then + AC_MSG_ERROR([OpenSSL libcrypto requested but not found]) + fi +fi +if test "x$with_sha1" = xlibcrypto; then + if test "x$HAVE_LIBCRYPTO" = xyes; then + SHA1_LIBS=-lcrypto + else + SHA1_LIBS="$OPENSSL_LIBS" + SHA1_CFLAGS="$OPENSSL_CFLAGS" + fi +fi +AC_MSG_CHECKING([for SHA1 implementation]) +AC_MSG_RESULT([$with_sha1]) +AC_SUBST(SHA1_LIBS) +AC_SUBST(SHA1_CFLAGS) + +# Allow user to configure out the shader-cache feature +AC_ARG_ENABLE([shader-cache], + AS_HELP_STRING([--disable-shader-cache], [Disable binary shader cache]), + [enable_shader_cache="$enableval"], + [if test "x$with_sha1" != "x"; then + enable_shader_cache=yes + else + enable_shader_cache=no + fi]) +if test "x$with_sha1" = "x"; then + if test "x$enable_shader_cache" = "xyes"; then + AC_MSG_ERROR([Cannot enable shader cache (no SHA-1 implementation found)]) + fi +fi +AM_CONDITIONAL([ENABLE_SHADER_CACHE], [test x$enable_shader_cache = xyes]) + # Check for libdrm PKG_CHECK_MODULES([LIBDRM], [libdrm >= $LIBDRM_REQUIRED], [have_libdrm=yes], [have_libdrm=no]) @@ -1384,15 +1574,24 @@ if test -n "$with_gallium_drivers" -a "x$with_gallium_drivers" != xswrast; then fi fi -if test "x$enable_xvmc" = xyes -o \ +if test "x$enable_dri" = xyes -o \ + "x$enable_xvmc" = xyes -o \ "x$enable_vdpau" = xyes -o \ "x$enable_omx" = xyes -o \ "x$enable_va" = xyes; then - PKG_CHECK_MODULES([VL], [x11-xcb xcb xcb-dri2 >= $XCBDRI2_REQUIRED]) need_gallium_vl=yes fi AM_CONDITIONAL(NEED_GALLIUM_VL, test "x$need_gallium_vl" = xyes) +if test "x$enable_xvmc" = xyes -o \ + "x$enable_vdpau" = xyes -o \ + "x$enable_omx" = xyes -o \ + "x$enable_va" = xyes; then + PKG_CHECK_MODULES([VL], [x11-xcb xcb xcb-dri2 >= $XCBDRI2_REQUIRED]) + need_gallium_vl_winsys=yes +fi +AM_CONDITIONAL(NEED_GALLIUM_VL_WINSYS, test "x$need_gallium_vl_winsys" = xyes) + if test "x$enable_xvmc" = xyes; then PKG_CHECK_MODULES([XVMC], [xvmc >= $XVMC_REQUIRED]) enable_gallium_loader=$enable_shared_pipe_drivers @@ -1542,6 +1741,13 @@ if test "x$with_egl_platforms" != "x" -a "x$enable_egl" != xyes; then AC_MSG_ERROR([cannot build egl state tracker without EGL library]) fi +PKG_CHECK_MODULES([WAYLAND_SCANNER], [wayland_scanner], + WAYLAND_SCANNER=`$PKG_CONFIG --variable=wayland_scanner wayland_scanner`, + WAYLAND_SCANNER='') +if test "x$WAYLAND_SCANNER" = x; then + AC_PATH_PROG([WAYLAND_SCANNER], [wayland-scanner]) +fi + # Do per-EGL platform setups and checks egl_platforms=`IFS=', '; echo $with_egl_platforms` for plat in $egl_platforms; do @@ -1549,9 +1755,9 @@ for plat in $egl_platforms; do wayland) PKG_CHECK_MODULES([WAYLAND], [wayland-client >= $WAYLAND_REQUIRED wayland-server >= $WAYLAND_REQUIRED]) - WAYLAND_PREFIX=`$PKG_CONFIG --variable=prefix wayland-client` - AC_PATH_PROG([WAYLAND_SCANNER], [wayland-scanner],, - [${WAYLAND_PREFIX}/bin$PATH_SEPARATOR$PATH]) + if test "x$WAYLAND_SCANNER" = x; then + AC_MSG_ERROR([wayland-scanner is needed to compile the wayland egl platform]) + fi ;; x11) @@ -1582,7 +1788,7 @@ done # libEGL wants to default to the first platform specified in # ./configure. parse that here. if test "x$egl_platforms" != "x"; then - FIRST_PLATFORM_CAPS=`echo $egl_platforms | sed 's| .*||' | tr 'a-z' 'A-Z'` + FIRST_PLATFORM_CAPS=`echo $egl_platforms | sed 's| .*||' | tr '[[a-z]]' '[[A-Z]]'` EGL_NATIVE_PLATFORM="_EGL_PLATFORM_$FIRST_PLATFORM_CAPS" else EGL_NATIVE_PLATFORM="_EGL_INVALID_PLATFORM" @@ -1724,7 +1930,7 @@ if test "x$enable_gallium_llvm" = xyes; then fi if test "x$enable_opencl" = xyes; then - LLVM_COMPONENTS="${LLVM_COMPONENTS} ipo linker instrumentation" + LLVM_COMPONENTS="${LLVM_COMPONENTS} all-targets ipo linker instrumentation" # LLVM 3.3 >= 177971 requires IRReader if $LLVM_CONFIG --components | grep -qw 'irreader'; then LLVM_COMPONENTS="${LLVM_COMPONENTS} irreader" @@ -2223,8 +2429,6 @@ AC_CONFIG_FILES([Makefile src/mapi/es1api/glesv1_cm.pc src/mapi/es2api/glesv2.pc src/mapi/glapi/gen/Makefile - src/mapi/vgapi/Makefile - src/mapi/vgapi/vg.pc src/mesa/Makefile src/mesa/gl.pc src/mesa/drivers/dri/dri.pc @@ -2327,6 +2531,12 @@ else echo " Gallium: no" fi +dnl Shader cache +echo "" +echo " Shader cache: $enable_shader_cache" +if test "x$enable_shader_cache" = "xyes"; then + echo " With SHA1 from: $with_sha1" +fi dnl Libraries echo "" diff --git a/mesalib/docs/GL3.txt b/mesalib/docs/GL3.txt index 648f5ac86..a5b817545 100644 --- a/mesalib/docs/GL3.txt +++ b/mesalib/docs/GL3.txt @@ -109,7 +109,7 @@ GL 4.0, GLSL 4.00: - Enhanced per-sample shading DONE (r600) - Interpolation functions DONE (r600) - New overload resolution rules DONE - GL_ARB_gpu_shader_fp64 started (Dave) + GL_ARB_gpu_shader_fp64 DONE (nvc0, softpipe) GL_ARB_sample_shading DONE (i965, nv50, nvc0, r600, radeonsi) GL_ARB_shader_subroutine not started GL_ARB_tessellation_shader started (Chris, Ilia) @@ -191,7 +191,16 @@ GL 4.5, GLSL 4.50: GL_ARB_conditional_render_inverted DONE (i965, nv50, nvc0, llvmpipe, softpipe) GL_ARB_cull_distance not started GL_ARB_derivative_control DONE (i965, nv50, nvc0, r600) - GL_ARB_direct_state_access started (Laura Ekstrand) + GL_ARB_direct_state_access started + - Transform Feedback object started (Martin Peres) + - Buffer object started (Laura Ekstrand) + - Framebuffer object started (Laura Ekstrand) + - Renderbuffer object started (Martin Peres) + - Texture object started (Laura Ekstrand) + - Vertex array object started (Fredrik Höglund) + - Sampler object started (Martin Peres) + - Program Pipeline object started (Martin Peres) + - Query object started (Martin Peres) GL_ARB_get_texture_sub_image started (Brian Paul) GL_ARB_shader_texture_image_samples not started GL_ARB_texture_barrier DONE (nv50, nvc0, r300, r600, radeonsi) @@ -203,6 +212,7 @@ These are the extensions cherry-picked to make GLES 3.1 GLES3.1, GLSL ES 3.1 GL_ARB_arrays_of_arrays started (Timothy) GL_ARB_compute_shader in progress (jljusten) + GL_ARB_draw_indirect DONE (i965, nvc0, radeonsi, llvmpipe, softpipe) GL_ARB_explicit_uniform_location DONE (all drivers that support GLSL) GL_ARB_framebuffer_no_attachments not started GL_ARB_program_interface_query not started diff --git a/mesalib/docs/index.html b/mesalib/docs/index.html index 27b1c713d..15306cebc 100644 --- a/mesalib/docs/index.html +++ b/mesalib/docs/index.html @@ -16,6 +16,30 @@

News

+

February 06, 2015

+

+Mesa 10.4.4 is released. +This is a bug-fix release. +

+ +

January 24, 2015

+

+Mesa 10.4.3 is released. +This is a bug-fix release. +

+ +

January 12, 2015

+

+Mesa 10.3.7 +and Mesa 10.4.2 are released. + +These are bug-fix releases from the 10.3 and 10.4 branches, respectively. +
+NOTE: It is anticipated that 10.3.7 will be the final release in the 10.3 +series. Users of 10.3 are encouraged to migrate to the 10.4 series in order +to obtain future fixes. +

+

December 29, 2014

Mesa 10.3.6 diff --git a/mesalib/docs/install.html b/mesalib/docs/install.html index f12425fcb..b12e1cb8c 100644 --- a/mesalib/docs/install.html +++ b/mesalib/docs/install.html @@ -38,6 +38,10 @@ Version 2.6.4 or later should work.
+

  • Python Mako module - +Python Mako module is required. Version 0.7.3 or later should work. +
  • +
  • SCons is required for building on Windows and optional for Linux (it's an alternative to autoconf/automake.)
  • @@ -78,7 +82,7 @@ the needed dependencies:
       sudo yum install flex bison imake libtool xorg-x11-proto-devel libdrm-devel \
       gcc-c++ xorg-x11-server-devel libXi-devel libXmu-devel libXdamage-devel git \
    -  expat-devel llvm-devel
    +  expat-devel llvm-devel python-mako
     
    diff --git a/mesalib/docs/relnotes.html b/mesalib/docs/relnotes.html index 22c6f6e44..005391974 100644 --- a/mesalib/docs/relnotes.html +++ b/mesalib/docs/relnotes.html @@ -21,6 +21,10 @@ The release notes summarize what's new or changed in each Mesa release.

      +
    • 10.4.4 release notes +
    • 10.4.3 release notes +
    • 10.4.2 release notes +
    • 10.3.7 release notes
    • 10.4.1 release notes
    • 10.3.6 release notes
    • 10.4 release notes diff --git a/mesalib/docs/relnotes/10.3.7.html b/mesalib/docs/relnotes/10.3.7.html new file mode 100644 index 000000000..10302cf2e --- /dev/null +++ b/mesalib/docs/relnotes/10.3.7.html @@ -0,0 +1,93 @@ + + + + + Mesa Release Notes + + + + +
      +

      The Mesa 3D Graphics Library

      +
      + + +
      + +

      Mesa 10.3.7 Release Notes / January 12, 2015

      + +

      +Mesa 10.3.7 is a bug fix release which fixes bugs found since the 10.3.6 release. +

      +

      +Mesa 10.3.7 implements the OpenGL 3.3 API, but the version reported by +glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / +glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. +Some drivers don't support all the features required in OpenGL 3.3. OpenGL +3.3 is only available if requested at context creation +because compatibility contexts are not supported. +

      + +

      SHA256 checksums

      +
      +bc13f33c19bc9f44a0565fdd51a8f9d1c0153a3365c429ceaf4ef43b7022b052  MesaLib-10.3.7.tar.gz
      +43c6ced15e237cbb21b3082d7c0b42777c50c1f731d0d4b5efb5231063fb6a5b  MesaLib-10.3.7.tar.bz2
      +d821fd46baf804fecfcf403e901800a4b996c7dd1c83f20a354b46566a49026f  MesaLib-10.3.7.zip
      +
      + +

      New features

      +

      None

      + +

      Bug fixes

      + +

      This list is likely incomplete.

      + +
        + +
      • Bug 85529 - Surfaces not drawn in Unvanquished
      • + +
      • Bug 87619 - Changes to state such as render targets change fragment shader without marking it dirty.
      • + +
      + +

      Changes

      + +

      Chad Versace (2):

      +
        +
      • i965: Use safer pointer arithmetic in intel_texsubimage_tiled_memcpy()
      • +
      • i965: Use safer pointer arithmetic in gather_oa_results()
      • +
      + +

      Emil Velikov (2):

      +
        +
      • docs: Add sha256 sums for the 10.3.6 release
      • +
      • Update version to 10.3.7
      • +
      + +

      Ilia Mirkin (2):

      +
        +
      • nv50,nvc0: set vertex id base to index_bias
      • +
      • nv50/ir: fix texture offsets in release builds
      • +
      + +

      Kenneth Graunke (2):

      +
        +
      • i965: Add missing BRW_NEW_*_PROG_DATA to texture/renderbuffer atoms.
      • +
      • i965: Fix start/base_vertex_location for >1 prims but !BRW_NEW_VERTICES.
      • +
      + +

      Marek Olšák (3):

      +
        +
      • glsl_to_tgsi: fix a bug in copy propagation
      • +
      • vbo: ignore primitive restart if FixedIndex is enabled in DrawArrays
      • +
      • st/mesa: fix GL_PRIMITIVE_RESTART_FIXED_INDEX
      • +
      + +

      Michel Dänzer (1):

      +
        +
      • radeonsi: Don't modify PA_SC_RASTER_CONFIG register value if rb_mask == 0
      • +
      + +
      + + diff --git a/mesalib/docs/relnotes/10.4.2.html b/mesalib/docs/relnotes/10.4.2.html new file mode 100644 index 000000000..51d751de4 --- /dev/null +++ b/mesalib/docs/relnotes/10.4.2.html @@ -0,0 +1,127 @@ + + + + + Mesa Release Notes + + + + +
      +

      The Mesa 3D Graphics Library

      +
      + + +
      + +

      Mesa 10.4.2 Release Notes / January 12, 2015

      + +

      +Mesa 10.4.2 is a bug fix release which fixes bugs found since the 10.4.1 release. +

      +

      +Mesa 10.4.2 implements the OpenGL 3.3 API, but the version reported by +glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / +glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. +Some drivers don't support all the features required in OpenGL 3.3. OpenGL +3.3 is only available if requested at context creation +because compatibility contexts are not supported. +

      + +

      SHA256 checksums

      +
      +e303e77dd774df0d051b2870b165f98c97084a55980f884731df89c1b56a6146  MesaLib-10.4.2.tar.gz
      +08a119937d9f2aa2f66dd5de97baffc2a6e675f549e40e699a31f5485d15327f  MesaLib-10.4.2.tar.bz2
      +c2c2921a80a3395824f02bee4572a6a17d6a12a928a3e497618eeea04fb06490  MesaLib-10.4.2.zip
      +
      + +

      New features

      +

      None

      + +

      Bug fixes

      + +

      This list is likely incomplete.

      + +
        + +
      • Bug 85529 - Surfaces not drawn in Unvanquished
      • + +
      • Bug 87619 - Changes to state such as render targets change fragment shader without marking it dirty.
      • + +
      • Bug 87658 - [llvmpipe] SEGV in sse2_has_daz on ancient Pentium4-M
      • + +
      • Bug 87913 - CPU cacheline size of 0 can be returned by CPUID leaf 0x80000006 in some virtual machines
      • + +
      + + +

      Changes

      + +

      Chad Versace (2):

      +
        +
      • i965: Use safer pointer arithmetic in intel_texsubimage_tiled_memcpy()
      • +
      • i965: Use safer pointer arithmetic in gather_oa_results()
      • +
      + +

      Dave Airlie (3):

      +
        +
      • Revert "r600g/sb: fix issues cause by GLSL switching to loops for switch"
      • +
      • r600g: fix regression since UCMP change
      • +
      • r600g/sb: implement r600 gpr index workaround. (v3.1)
      • +
      + +

      Emil Velikov (2):

      +
        +
      • docs: Add sha256 sums for the 10.4.1 release
      • +
      • Update version to 10.4.2
      • +
      + +

      Ilia Mirkin (2):

      +
        +
      • nv50,nvc0: set vertex id base to index_bias
      • +
      • nv50/ir: fix texture offsets in release builds
      • +
      + +

      Kenneth Graunke (2):

      +
        +
      • i965: Add missing BRW_NEW_*_PROG_DATA to texture/renderbuffer atoms.
      • +
      • i965: Fix start/base_vertex_location for >1 prims but !BRW_NEW_VERTICES.
      • +
      + +

      Leonid Shatz (1):

      +
        +
      • gallium/util: make sure cache line size is not zero
      • +
      + +

      Marek Olšák (4):

      +
        +
      • glsl_to_tgsi: fix a bug in copy propagation
      • +
      • vbo: ignore primitive restart if FixedIndex is enabled in DrawArrays
      • +
      • st/mesa: fix GL_PRIMITIVE_RESTART_FIXED_INDEX
      • +
      • radeonsi: fix VertexID for OpenGL
      • +
      + +

      Michel Dänzer (1):

      +
        +
      • radeonsi: Don't modify PA_SC_RASTER_CONFIG register value if rb_mask == 0
      • +
      + +

      Roland Scheidegger (1):

      +
        +
      • gallium/util: fix crash with daz detection on x86
      • +
      + +

      Tiziano Bacocco (1):

      +
        +
      • nv50,nvc0: implement half_pixel_center
      • +
      + +

      Vadim Girlin (1):

      +
        +
      • r600g/sb: fix issues with loops created for switch
      • +
      + + +
      + + diff --git a/mesalib/docs/relnotes/10.4.3.html b/mesalib/docs/relnotes/10.4.3.html new file mode 100644 index 000000000..6fffa05b5 --- /dev/null +++ b/mesalib/docs/relnotes/10.4.3.html @@ -0,0 +1,145 @@ + + + + + Mesa Release Notes + + + + +
      +

      The Mesa 3D Graphics Library

      +
      + + +
      + +

      Mesa 10.4.3 Release Notes / January 24, 2015

      + +

      +Mesa 10.4.3 is a bug fix release which fixes bugs found since the 10.4.2 release. +

      +

      +Mesa 10.4.3 implements the OpenGL 3.3 API, but the version reported by +glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / +glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. +Some drivers don't support all the features required in OpenGL 3.3. OpenGL +3.3 is only available if requested at context creation +because compatibility contexts are not supported. +

      + +

      SHA256 checksums

      +
      +c53eaafc83d9c6315f63e0904d9954d929b841b0b2be7a328eeb6e14f1376129  MesaLib-10.4.3.tar.gz
      +ef6ecc9c2f36c9f78d1662382a69ae961f38f03af3a0c3268e53f351aa1978ad  MesaLib-10.4.3.tar.bz2
      +179325fc8ec66529d3b0d0c43ef61a33a44d91daa126c3bbdd1efdfd25a7db1d  MesaLib-10.4.3.zip
      +
      + +

      New features

      +

      None

      + +

      Bug fixes

      + +

      This list is likely incomplete.

      + +
        + +
      • Bug 80568 - [gen4] GPU Crash During Google Chrome Operation
      • + +
      • Bug 85367 - [gen4] GPU hang in glmark-es2
      • + +
      • Bug 85696 - r600g+nine: Bioshock shader failure after 7b1c0cbc90d456384b0950ad21faa3c61a6b43ff
      • + +
      • Bug 88219 - include/c11/threads_posix.h:197: undefined reference to `pthread_mutex_lock'
      • + +
      + + +

      Changes

      + +

      Axel Davy (39):

      +
        +
      • st/nine: Add new texture format strings
      • +
      • st/nine: Correctly advertise D3DPMISCCAPS_CLIPTLVERTS
      • +
      • st/nine: NineBaseTexture9: fix setting of last_layer
      • +
      • st/nine: CubeTexture: fix GetLevelDesc
      • +
      • st/nine: Fix crash when deleting non-implicit swapchain
      • +
      • st/nine: Return D3DERR_INVALIDCALL when trying to create a texture of bad format
      • +
      • st/nine: NineBaseTexture9: update sampler view creation
      • +
      • st/nine: Check if srgb format is supported before trying to use it.
      • +
      • st/nine: Add ATI1 and ATI2 support
      • +
      • st/nine: Rework of boolean constants
      • +
      • st/nine: Convert integer constants to floats before storing them when cards don't support integers
      • +
      • st/nine: Remove some shader unused code
      • +
      • st/nine: Saturate oFog and oPts vs outputs
      • +
      • st/nine: Correctly declare NineTranslateInstruction_Mkxn inputs
      • +
      • st/nine: Fix typo for M4x4
      • +
      • st/nine: Fix POW implementation
      • +
      • st/nine: Handle RSQ special cases
      • +
      • st/nine: Handle NRM with input of null norm
      • +
      • st/nine: Correct LOG on negative values
      • +
      • st/nine: Rewrite LOOP implementation, and a0 aL handling
      • +
      • st/nine: Fix CND implementation
      • +
      • st/nine: Clamp ps 1.X constants
      • +
      • st/nine: Fix some fixed function pipeline operation
      • +
      • st/nine: Implement TEXCOORD special behaviours
      • +
      • st/nine: Fill missing dst and src number for some instructions.
      • +
      • st/nine: Fix TEXM3x3 and implement TEXM3x3VSPEC
      • +
      • st/nine: implement TEXM3x2DEPTH
      • +
      • st/nine: Implement TEXM3x2TEX
      • +
      • st/nine: Implement TEXM3x3SPEC
      • +
      • st/nine: Implement TEXDEPTH
      • +
      • st/nine: Implement TEXDP3
      • +
      • st/nine: Implement TEXDP3TEX
      • +
      • st/nine: Implement TEXREG2AR, TEXREG2GB and TEXREG2RGB
      • +
      • st/nine: Correct rules for relative adressing and constants.
      • +
      • st/nine: Remove unused code for ps
      • +
      • st/nine: Fix sm3 relative addressing for non-debug build
      • +
      • st/nine: Add variables containing the size of the constant buffers
      • +
      • st/nine: Allocate the correct size for the user constant buffer
      • +
      • st/nine: Allocate vs constbuf buffer for indirect addressing once.
      • +
      + +

      Emil Velikov (2):

      +
        +
      • docs: Add sha256 sums for the 10.4.2 release
      • +
      • Update version to 10.4.3
      • +
      + +

      Jason Ekstrand (1):

      +
        +
      • mesa: Fix clamping to -1.0 in snorm_to_float
      • +
      + +

      Jonathan Gray (1):

      +
        +
      • glsl: Link glsl_test with pthreads library.
      • +
      + +

      Jose Fonseca (1):

      +
        +
      • nine: Drop use of TGSI_OPCODE_CND.
      • +
      + +

      Kenneth Graunke (2):

      +
        +
      • i965: Respect the no_8 flag on Gen6, not just Gen7+.
      • +
      • i965: Work around mysterious Gen4 GPU hangs with minimal state changes.
      • +
      + +

      Stanislaw Halik (1):

      +
        +
      • st/nine: Hack to generate resource if it doesn't exist when getting view
      • +
      + +

      Xavier Bouchoux (3):

      +
        +
      • st/nine: Additional defines to d3dtypes.h
      • +
      • st/nine: Add missing c++ declaration for IDirect3DVolumeTexture9
      • +
      • st/nine: Fix D3DRS_POINTSPRITE support
      • +
      + + +
      + + diff --git a/mesalib/docs/relnotes/10.4.4.html b/mesalib/docs/relnotes/10.4.4.html new file mode 100644 index 000000000..6f3352361 --- /dev/null +++ b/mesalib/docs/relnotes/10.4.4.html @@ -0,0 +1,100 @@ + + + + + Mesa Release Notes + + + + +
      +

      The Mesa 3D Graphics Library

      +
      + + +
      + +

      Mesa 10.4.4 Release Notes / February 06, 2015

      + +

      +Mesa 10.4.4 is a bug fix release which fixes bugs found since the 10.4.3 release. +

      +

      +Mesa 10.4.4 implements the OpenGL 3.3 API, but the version reported by +glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / +glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. +Some drivers don't support all the features required in OpenGL 3.3. OpenGL +3.3 is only available if requested at context creation +because compatibility contexts are not supported. +

      + +

      SHA256 checksums

      +
      +5cb427eaf980cb8555953e9928f5797979ed783e277745d5f8cbae8bc5364086  MesaLib-10.4.4.tar.gz
      +f18a967e9c4d80e054b2fdff8c130ce6e6d1f8eecfc42c9f354f8628d8b4df1c  MesaLib-10.4.4.tar.bz2
      +86baad73b77920c80fe58402a905e7dd17e3ea10ead6ea7d3afdc0a56c860bd7  MesaLib-10.4.4.zip
      +
      + +

      New features

      +

      None

      + +

      Bug fixes

      + +

      This list is likely incomplete.

      + +
        + +
      • Bug 88662 - unaligned access to gl_dlist_node
      • + +
      • Bug 88930 - [osmesa] osbuffer->textures should be indexed by attachment type
      • + +
      + + +

      Changes

      + +

      Brian Paul (1):

      +
        +
      • mesa: fix display list 8-byte alignment issue
      • +
      + +

      Emil Velikov (2):

      +
        +
      • docs: Add sha256 sums for the 10.4.3 release
      • +
      • Update version to 10.4.4
      • +
      + +

      José Fonseca (1):

      +
        +
      • egl: Pass the correct X visual depth to xcb_put_image().
      • +
      + +

      Mario Kleiner (1):

      +
        +
      • glx/dri3: Request non-vsynced Present for swapinterval zero. (v3)
      • +
      + +

      Matt Turner (1):

      +
        +
      • gallium/util: Don't use __builtin_clrsb in util_last_bit().
      • +
      + +

      Niels Ole Salscheider (1):

      +
        +
      • configure: Link against all LLVM targets when building clover
      • +
      + +

      Park, Jeongmin (1):

      +
        +
      • st/osmesa: Fix osbuffer->textures indexing
      • +
      + +

      Ville Syrjälä (1):

      +
        +
      • i965: Fix max_wm_threads for CHV
      • +
      + + +
      + + diff --git a/mesalib/docs/relnotes/10.5.0.html b/mesalib/docs/relnotes/10.5.0.html index 4f921ea4d..578db4f24 100644 --- a/mesalib/docs/relnotes/10.5.0.html +++ b/mesalib/docs/relnotes/10.5.0.html @@ -47,6 +47,7 @@ Note: some of the new features are only available with certain drivers.
    • GL_ARB_framebuffer_sRGB on freedreno
    • GL_ARB_texture_rg on freedreno
    • GL_EXT_packed_float on freedreno
    • +
    • GL_EXT_polygon_offset_clamp on i965, nv50, nvc0, r600, radeonsi, llvmpipe
    • GL_EXT_texture_shared_exponent on freedreno
    • GL_EXT_texture_snorm on freedreno
    diff --git a/mesalib/docs/relnotes/10.6.0.html b/mesalib/docs/relnotes/10.6.0.html new file mode 100644 index 000000000..056d3b00d --- /dev/null +++ b/mesalib/docs/relnotes/10.6.0.html @@ -0,0 +1,64 @@ + + + + + Mesa Release Notes + + + + +
    +

    The Mesa 3D Graphics Library

    +
    + + +
    + +

    Mesa 10.6.0 Release Notes / TBD

    + +

    +Mesa 10.6.0 is a new development release. +People who are concerned with stability and reliability should stick +with a previous release or wait for Mesa 10.6.1. +

    +

    +Mesa 10.6.0 implements the OpenGL 3.3 API, but the version reported by +glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / +glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. +Some drivers don't support all the features required in OpenGL 3.3. OpenGL +3.3 is only available if requested at context creation +because compatibility contexts are not supported. +

    + + +

    MD5 checksums

    +
    +TBD.
    +
    + + +

    New features

    + +

    +Note: some of the new features are only available with certain drivers. +

    + +
      +
    • GL_AMD_pinned_memory on r600, radeonsi
    • +
    • GL_ARB_draw_instanced on freedreno
    • +
    • GL_ARB_gpu_shader_fp64 on nvc0, softpipe
    • +
    • GL_ARB_instanced_arrays on freedreno
    • +
    • GL_ARB_pipeline_statistics_query on i965, nv50, nvc0, r600, radeonsi, softpipe
    • +
    + +

    Bug fixes

    + +TBD. + +

    Changes

    + +TBD. + +
    + + diff --git a/mesalib/include/D3D9/d3d9.h b/mesalib/include/D3D9/d3d9.h index f872be79b..e8b5214fd 100644 --- a/mesalib/include/D3D9/d3d9.h +++ b/mesalib/include/D3D9/d3d9.h @@ -399,6 +399,16 @@ struct IDirect3DVolume9 : public IUnknown virtual HRESULT WINAPI UnlockBox() = 0; }; +struct IDirect3DVolumeTexture9 : public IDirect3DBaseTexture9 +{ + virtual HRESULT WINAPI GetLevelDesc(UINT Level, D3DVOLUME_DESC *pDesc) = 0; + virtual HRESULT WINAPI GetVolumeLevel(UINT Level, IDirect3DVolume9 **ppVolumeLevel) = 0; + virtual HRESULT WINAPI LockBox(UINT Level, D3DLOCKED_BOX *pLockedVolume, const D3DBOX *pBox, DWORD Flags) = 0; + virtual HRESULT WINAPI UnlockBox(UINT Level) = 0; + virtual HRESULT WINAPI AddDirtyBox(const D3DBOX *pDirtyBox) = 0; +}; + + #else /* __cplusplus */ extern const GUID IID_IDirect3D9; diff --git a/mesalib/include/D3D9/d3d9types.h b/mesalib/include/D3D9/d3d9types.h index 0a8f9e580..52fbc99da 100644 --- a/mesalib/include/D3D9/d3d9types.h +++ b/mesalib/include/D3D9/d3d9types.h @@ -50,6 +50,7 @@ #define E_OUTOFMEMORY MAKE_HRESULT(1, 0x007, 14) #define E_NOINTERFACE MAKE_HRESULT(1, 0x000, 0x4002) #define E_POINTER MAKE_HRESULT(1, 0x000, 0x4003) +#define E_FAIL MAKE_HRESULT(1, 0x000, 0x4005) #define S_OK ((HRESULT)0) #define S_FALSE ((HRESULT)1) @@ -224,6 +225,8 @@ typedef struct _RGNDATA { #define D3DERR_INVALIDDEVICE MAKE_D3DHRESULT(2155) #define D3DERR_INVALIDCALL MAKE_D3DHRESULT(2156) #define D3DERR_DRIVERINVALIDCALL MAKE_D3DHRESULT(2157) +#define D3DERR_DEVICEREMOVED MAKE_D3DHRESULT(2160) +#define D3DERR_DEVICEHUNG MAKE_D3DHRESULT(2164) /******************************************************** * Bitmasks * @@ -331,6 +334,7 @@ typedef struct _RGNDATA { #define D3DPRESENT_DONOTWAIT 0x00000001 #define D3DPRESENT_LINEAR_CONTENT 0x00000002 +#define D3DPRESENT_RATE_DEFAULT 0 #define D3DCREATE_FPU_PRESERVE 0x00000002 #define D3DCREATE_MULTITHREADED 0x00000004 @@ -344,6 +348,13 @@ typedef struct _RGNDATA { #define D3DSTREAMSOURCE_INDEXEDDATA (1 << 30) #define D3DSTREAMSOURCE_INSTANCEDATA (2 << 30) +/* D3DRS_COLORWRITEENABLE */ +#define D3DCOLORWRITEENABLE_RED (1L << 0) +#define D3DCOLORWRITEENABLE_GREEN (1L << 1) +#define D3DCOLORWRITEENABLE_BLUE (1L << 2) +#define D3DCOLORWRITEENABLE_ALPHA (1L << 3) + + /******************************************************** * Function macros * *******************************************************/ @@ -461,6 +472,7 @@ typedef enum _D3DBUSTYPE { } D3DBUSTYPE; typedef enum _D3DCMPFUNC { + D3DCMP_NEVER_ZERO = 0, //Needed to avoid warnings D3DCMP_NEVER = 1, D3DCMP_LESS = 2, D3DCMP_EQUAL = 3, @@ -561,6 +573,7 @@ typedef enum _D3DDEVTYPE { } D3DDEVTYPE; typedef enum _D3DFILLMODE { + D3DFILL_SOLID_ZERO = 0, D3DFILL_POINT = 1, D3DFILL_WIREFRAME = 2, D3DFILL_SOLID = 3 @@ -639,12 +652,17 @@ typedef enum _D3DFORMAT { D3DFMT_A1 = 118, D3DFMT_A2B10G10R10_XR_BIAS = 119, D3DFMT_BINARYBUFFER = 199, + D3DFMT_ATI1 = MAKEFOURCC('A', 'T', 'I', '1'), + D3DFMT_ATI2 = MAKEFOURCC('A', 'T', 'I', '2'), + D3DFMT_ATOC = MAKEFOURCC('A', 'T', 'O', 'C'), D3DFMT_DF16 = MAKEFOURCC('D', 'F', '1', '6'), D3DFMT_DF24 = MAKEFOURCC('D', 'F', '2', '4'), D3DFMT_INTZ = MAKEFOURCC('I', 'N', 'T', 'Z'), D3DFMT_NULL = MAKEFOURCC('N', 'U', 'L', 'L'), + D3DFMT_NVDB = MAKEFOURCC('N', 'V', 'D', 'B'), D3DFMT_NV11 = MAKEFOURCC('N', 'V', '1', '1'), D3DFMT_NV12 = MAKEFOURCC('N', 'V', '1', '2'), + D3DFMT_RESZ = MAKEFOURCC('R', 'E', 'S', 'Z'), D3DFMT_Y210 = MAKEFOURCC('Y', '2', '1', '0'), D3DFMT_Y216 = MAKEFOURCC('Y', '2', '1', '6'), D3DFMT_Y410 = MAKEFOURCC('Y', '4', '1', '0') diff --git a/mesalib/include/GL/glext.h b/mesalib/include/GL/glext.h index d3cfbb562..a3873a613 100644 --- a/mesalib/include/GL/glext.h +++ b/mesalib/include/GL/glext.h @@ -33,7 +33,7 @@ extern "C" { ** used to make the header, and the header can be found at ** http://www.opengl.org/registry/ ** -** Khronos $Revision: 28986 $ on $Date: 2014-11-18 18:43:15 -0800 (Tue, 18 Nov 2014) $ +** Khronos $Revision: 29735 $ on $Date: 2015-02-02 19:00:01 -0800 (Mon, 02 Feb 2015) $ */ #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__) @@ -53,7 +53,7 @@ extern "C" { #define GLAPI extern #endif -#define GL_GLEXT_VERSION 20141118 +#define GL_GLEXT_VERSION 20150202 /* Generated C header for: * API: gl @@ -2594,7 +2594,6 @@ GLAPI void APIENTRY glBindVertexBuffers (GLuint first, GLsizei count, const GLui #define GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES 0x82FA #define GL_TEXTURE_TARGET 0x1006 #define GL_QUERY_TARGET 0x82EA -#define GL_TEXTURE_BINDING 0x82EB #define GL_GUILTY_CONTEXT_RESET 0x8253 #define GL_INNOCENT_CONTEXT_RESET 0x8254 #define GL_UNKNOWN_CONTEXT_RESET 0x8255 @@ -2607,25 +2606,25 @@ GLAPI void APIENTRY glBindVertexBuffers (GLuint first, GLsizei count, const GLui typedef void (APIENTRYP PFNGLCLIPCONTROLPROC) (GLenum origin, GLenum depth); typedef void (APIENTRYP PFNGLCREATETRANSFORMFEEDBACKSPROC) (GLsizei n, GLuint *ids); typedef void (APIENTRYP PFNGLTRANSFORMFEEDBACKBUFFERBASEPROC) (GLuint xfb, GLuint index, GLuint buffer); -typedef void (APIENTRYP PFNGLTRANSFORMFEEDBACKBUFFERRANGEPROC) (GLuint xfb, GLuint index, GLuint buffer, GLintptr offset, GLsizei size); +typedef void (APIENTRYP PFNGLTRANSFORMFEEDBACKBUFFERRANGEPROC) (GLuint xfb, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size); typedef void (APIENTRYP PFNGLGETTRANSFORMFEEDBACKIVPROC) (GLuint xfb, GLenum pname, GLint *param); typedef void (APIENTRYP PFNGLGETTRANSFORMFEEDBACKI_VPROC) (GLuint xfb, GLenum pname, GLuint index, GLint *param); typedef void (APIENTRYP PFNGLGETTRANSFORMFEEDBACKI64_VPROC) (GLuint xfb, GLenum pname, GLuint index, GLint64 *param); typedef void (APIENTRYP PFNGLCREATEBUFFERSPROC) (GLsizei n, GLuint *buffers); -typedef void (APIENTRYP PFNGLNAMEDBUFFERSTORAGEPROC) (GLuint buffer, GLsizei size, const void *data, GLbitfield flags); -typedef void (APIENTRYP PFNGLNAMEDBUFFERDATAPROC) (GLuint buffer, GLsizei size, const void *data, GLenum usage); -typedef void (APIENTRYP PFNGLNAMEDBUFFERSUBDATAPROC) (GLuint buffer, GLintptr offset, GLsizei size, const void *data); -typedef void (APIENTRYP PFNGLCOPYNAMEDBUFFERSUBDATAPROC) (GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizei size); +typedef void (APIENTRYP PFNGLNAMEDBUFFERSTORAGEPROC) (GLuint buffer, GLsizeiptr size, const void *data, GLbitfield flags); +typedef void (APIENTRYP PFNGLNAMEDBUFFERDATAPROC) (GLuint buffer, GLsizeiptr size, const void *data, GLenum usage); +typedef void (APIENTRYP PFNGLNAMEDBUFFERSUBDATAPROC) (GLuint buffer, GLintptr offset, GLsizeiptr size, const void *data); +typedef void (APIENTRYP PFNGLCOPYNAMEDBUFFERSUBDATAPROC) (GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size); typedef void (APIENTRYP PFNGLCLEARNAMEDBUFFERDATAPROC) (GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const void *data); -typedef void (APIENTRYP PFNGLCLEARNAMEDBUFFERSUBDATAPROC) (GLuint buffer, GLenum internalformat, GLintptr offset, GLsizei size, GLenum format, GLenum type, const void *data); +typedef void (APIENTRYP PFNGLCLEARNAMEDBUFFERSUBDATAPROC) (GLuint buffer, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data); typedef void *(APIENTRYP PFNGLMAPNAMEDBUFFERPROC) (GLuint buffer, GLenum access); -typedef void *(APIENTRYP PFNGLMAPNAMEDBUFFERRANGEPROC) (GLuint buffer, GLintptr offset, GLsizei length, GLbitfield access); +typedef void *(APIENTRYP PFNGLMAPNAMEDBUFFERRANGEPROC) (GLuint buffer, GLintptr offset, GLsizeiptr length, GLbitfield access); typedef GLboolean (APIENTRYP PFNGLUNMAPNAMEDBUFFERPROC) (GLuint buffer); -typedef void (APIENTRYP PFNGLFLUSHMAPPEDNAMEDBUFFERRANGEPROC) (GLuint buffer, GLintptr offset, GLsizei length); +typedef void (APIENTRYP PFNGLFLUSHMAPPEDNAMEDBUFFERRANGEPROC) (GLuint buffer, GLintptr offset, GLsizeiptr length); typedef void (APIENTRYP PFNGLGETNAMEDBUFFERPARAMETERIVPROC) (GLuint buffer, GLenum pname, GLint *params); typedef void (APIENTRYP PFNGLGETNAMEDBUFFERPARAMETERI64VPROC) (GLuint buffer, GLenum pname, GLint64 *params); typedef void (APIENTRYP PFNGLGETNAMEDBUFFERPOINTERVPROC) (GLuint buffer, GLenum pname, void **params); -typedef void (APIENTRYP PFNGLGETNAMEDBUFFERSUBDATAPROC) (GLuint buffer, GLintptr offset, GLsizei size, void *data); +typedef void (APIENTRYP PFNGLGETNAMEDBUFFERSUBDATAPROC) (GLuint buffer, GLintptr offset, GLsizeiptr size, void *data); typedef void (APIENTRYP PFNGLCREATEFRAMEBUFFERSPROC) (GLsizei n, GLuint *framebuffers); typedef void (APIENTRYP PFNGLNAMEDFRAMEBUFFERRENDERBUFFERPROC) (GLuint framebuffer, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer); typedef void (APIENTRYP PFNGLNAMEDFRAMEBUFFERPARAMETERIPROC) (GLuint framebuffer, GLenum pname, GLint param); @@ -2650,7 +2649,7 @@ typedef void (APIENTRYP PFNGLNAMEDRENDERBUFFERSTORAGEMULTISAMPLEPROC) (GLuint re typedef void (APIENTRYP PFNGLGETNAMEDRENDERBUFFERPARAMETERIVPROC) (GLuint renderbuffer, GLenum pname, GLint *params); typedef void (APIENTRYP PFNGLCREATETEXTURESPROC) (GLenum target, GLsizei n, GLuint *textures); typedef void (APIENTRYP PFNGLTEXTUREBUFFERPROC) (GLuint texture, GLenum internalformat, GLuint buffer); -typedef void (APIENTRYP PFNGLTEXTUREBUFFERRANGEPROC) (GLuint texture, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizei size); +typedef void (APIENTRYP PFNGLTEXTUREBUFFERRANGEPROC) (GLuint texture, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size); typedef void (APIENTRYP PFNGLTEXTURESTORAGE1DPROC) (GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width); typedef void (APIENTRYP PFNGLTEXTURESTORAGE2DPROC) (GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height); typedef void (APIENTRYP PFNGLTEXTURESTORAGE3DPROC) (GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth); @@ -2730,25 +2729,25 @@ typedef void (APIENTRYP PFNGLTEXTUREBARRIERPROC) (void); GLAPI void APIENTRY glClipControl (GLenum origin, GLenum depth); GLAPI void APIENTRY glCreateTransformFeedbacks (GLsizei n, GLuint *ids); GLAPI void APIENTRY glTransformFeedbackBufferBase (GLuint xfb, GLuint index, GLuint buffer); -GLAPI void APIENTRY glTransformFeedbackBufferRange (GLuint xfb, GLuint index, GLuint buffer, GLintptr offset, GLsizei size); +GLAPI void APIENTRY glTransformFeedbackBufferRange (GLuint xfb, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size); GLAPI void APIENTRY glGetTransformFeedbackiv (GLuint xfb, GLenum pname, GLint *param); GLAPI void APIENTRY glGetTransformFeedbacki_v (GLuint xfb, GLenum pname, GLuint index, GLint *param); GLAPI void APIENTRY glGetTransformFeedbacki64_v (GLuint xfb, GLenum pname, GLuint index, GLint64 *param); GLAPI void APIENTRY glCreateBuffers (GLsizei n, GLuint *buffers); -GLAPI void APIENTRY glNamedBufferStorage (GLuint buffer, GLsizei size, const void *data, GLbitfield flags); -GLAPI void APIENTRY glNamedBufferData (GLuint buffer, GLsizei size, const void *data, GLenum usage); -GLAPI void APIENTRY glNamedBufferSubData (GLuint buffer, GLintptr offset, GLsizei size, const void *data); -GLAPI void APIENTRY glCopyNamedBufferSubData (GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizei size); +GLAPI void APIENTRY glNamedBufferStorage (GLuint buffer, GLsizeiptr size, const void *data, GLbitfield flags); +GLAPI void APIENTRY glNamedBufferData (GLuint buffer, GLsizeiptr size, const void *data, GLenum usage); +GLAPI void APIENTRY glNamedBufferSubData (GLuint buffer, GLintptr offset, GLsizeiptr size, const void *data); +GLAPI void APIENTRY glCopyNamedBufferSubData (GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size); GLAPI void APIENTRY glClearNamedBufferData (GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const void *data); -GLAPI void APIENTRY glClearNamedBufferSubData (GLuint buffer, GLenum internalformat, GLintptr offset, GLsizei size, GLenum format, GLenum type, const void *data); +GLAPI void APIENTRY glClearNamedBufferSubData (GLuint buffer, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data); GLAPI void *APIENTRY glMapNamedBuffer (GLuint buffer, GLenum access); -GLAPI void *APIENTRY glMapNamedBufferRange (GLuint buffer, GLintptr offset, GLsizei length, GLbitfield access); +GLAPI void *APIENTRY glMapNamedBufferRange (GLuint buffer, GLintptr offset, GLsizeiptr length, GLbitfield access); GLAPI GLboolean APIENTRY glUnmapNamedBuffer (GLuint buffer); -GLAPI void APIENTRY glFlushMappedNamedBufferRange (GLuint buffer, GLintptr offset, GLsizei length); +GLAPI void APIENTRY glFlushMappedNamedBufferRange (GLuint buffer, GLintptr offset, GLsizeiptr length); GLAPI void APIENTRY glGetNamedBufferParameteriv (GLuint buffer, GLenum pname, GLint *params); GLAPI void APIENTRY glGetNamedBufferParameteri64v (GLuint buffer, GLenum pname, GLint64 *params); GLAPI void APIENTRY glGetNamedBufferPointerv (GLuint buffer, GLenum pname, void **params); -GLAPI void APIENTRY glGetNamedBufferSubData (GLuint buffer, GLintptr offset, GLsizei size, void *data); +GLAPI void APIENTRY glGetNamedBufferSubData (GLuint buffer, GLintptr offset, GLsizeiptr size, void *data); GLAPI void APIENTRY glCreateFramebuffers (GLsizei n, GLuint *framebuffers); GLAPI void APIENTRY glNamedFramebufferRenderbuffer (GLuint framebuffer, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer); GLAPI void APIENTRY glNamedFramebufferParameteri (GLuint framebuffer, GLenum pname, GLint param); @@ -2773,7 +2772,7 @@ GLAPI void APIENTRY glNamedRenderbufferStorageMultisample (GLuint renderbuffer, GLAPI void APIENTRY glGetNamedRenderbufferParameteriv (GLuint renderbuffer, GLenum pname, GLint *params); GLAPI void APIENTRY glCreateTextures (GLenum target, GLsizei n, GLuint *textures); GLAPI void APIENTRY glTextureBuffer (GLuint texture, GLenum internalformat, GLuint buffer); -GLAPI void APIENTRY glTextureBufferRange (GLuint texture, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizei size); +GLAPI void APIENTRY glTextureBufferRange (GLuint texture, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size); GLAPI void APIENTRY glTextureStorage1D (GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width); GLAPI void APIENTRY glTextureStorage2D (GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height); GLAPI void APIENTRY glTextureStorage3D (GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth); @@ -10820,6 +10819,10 @@ GLAPI void APIENTRY glVideoCaptureStreamParameterdvNV (GLuint video_capture_slot #endif #endif /* GL_NV_video_capture */ +#ifndef GL_NV_viewport_array2 +#define GL_NV_viewport_array2 1 +#endif /* GL_NV_viewport_array2 */ + #ifndef GL_OML_interlace #define GL_OML_interlace 1 #define GL_INTERLACE_OML 0x8980 @@ -11398,10 +11401,10 @@ GLAPI void APIENTRY glReferencePlaneSGIX (const GLdouble *equation); #ifndef GL_SGIX_resample #define GL_SGIX_resample 1 -#define GL_PACK_RESAMPLE_SGIX 0x842C -#define GL_UNPACK_RESAMPLE_SGIX 0x842D -#define GL_RESAMPLE_REPLICATE_SGIX 0x842E -#define GL_RESAMPLE_ZERO_FILL_SGIX 0x842F +#define GL_PACK_RESAMPLE_SGIX 0x842E +#define GL_UNPACK_RESAMPLE_SGIX 0x842F +#define GL_RESAMPLE_REPLICATE_SGIX 0x8433 +#define GL_RESAMPLE_ZERO_FILL_SGIX 0x8434 #define GL_RESAMPLE_DECIMATE_SGIX 0x8430 #endif /* GL_SGIX_resample */ diff --git a/mesalib/include/GL/internal/dri_interface.h b/mesalib/include/GL/internal/dri_interface.h index 8c5ceb98c..1d670b1e0 100644 --- a/mesalib/include/GL/internal/dri_interface.h +++ b/mesalib/include/GL/internal/dri_interface.h @@ -279,6 +279,7 @@ struct __DRItexBufferExtensionRec { #define __DRI2_FLUSH_DRAWABLE (1 << 0) /* the drawable should be flushed. */ #define __DRI2_FLUSH_CONTEXT (1 << 1) /* glFlush should be called */ +#define __DRI2_FLUSH_INVALIDATE_ANCILLARY (1 << 2) enum __DRI2throttleReason { __DRI2_THROTTLE_SWAPBUFFER, diff --git a/mesalib/install-lib-links.mk b/mesalib/install-lib-links.mk index 6976ca491..3545b268e 100644 --- a/mesalib/install-lib-links.mk +++ b/mesalib/install-lib-links.mk @@ -3,9 +3,9 @@ if BUILD_SHARED if HAVE_COMPAT_SYMLINKS -all-local : .libs/install-mesa-links +all-local : .install-mesa-links -.libs/install-mesa-links : $(lib_LTLIBRARIES) +.install-mesa-links : $(lib_LTLIBRARIES) $(AM_V_GEN)$(MKDIR_P) $(top_builddir)/$(LIB_DIR); \ for f in $(join $(addsuffix .libs/,$(dir $(lib_LTLIBRARIES))),$(notdir $(lib_LTLIBRARIES:%.la=%.$(LIB_EXT)*))); do \ if test -h .libs/$$f; then \ diff --git a/mesalib/m4/ax_check_python_mako_module.m4 b/mesalib/m4/ax_check_python_mako_module.m4 new file mode 100644 index 000000000..2fc029b9a --- /dev/null +++ b/mesalib/m4/ax_check_python_mako_module.m4 @@ -0,0 +1,61 @@ +# =========================================================================== +# +# SYNOPSIS +# +# AX_CHECK_PYTHON_MAKO_MODULE(MIN_VERSION_NUMBER) +# +# DESCRIPTION +# +# Check whether Python mako module is installed and its version higher than +# minimum requested. +# +# Example of its use: +# +# For example, the minimum mako version would be 0.7.3. Then configure.ac +# would contain: +# +# AX_CHECK_PYTHON_MAKO_MODULE(0.7.3) +# +# LICENSE +# +# Copyright (c) 2014 Intel Corporation. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +dnl macro that checks for mako module in python +AC_DEFUN([AX_CHECK_PYTHON_MAKO_MODULE], +[AC_MSG_CHECKING(if module mako in python is installed) + echo " +try: + import sys + import mako +except ImportError as err: + sys.exit(err) +else: + ver_req = map(int, '$1'.split('.')) + ver_act = map(int, mako.__version__.split('.')) + sys.exit(int(ver_req > ver_act)) + " | $PYTHON2 - + + if test $? -ne 0 ; then + AC_MSG_ERROR(mako $1 or later is required.) + else + AC_MSG_RESULT(yes) + fi +]) diff --git a/mesalib/m4/ax_prog_flex.m4 b/mesalib/m4/ax_prog_flex.m4 index 82fbc30c3..1f1f59776 100644 --- a/mesalib/m4/ax_prog_flex.m4 +++ b/mesalib/m4/ax_prog_flex.m4 @@ -42,7 +42,7 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. -#serial 9 +#serial 12 # mattst88: # Replaced m4_ifnblank(...) with m4_ifval(m4_normalize(...), ...) @@ -53,7 +53,7 @@ AC_DEFUN([AX_PROG_FLEX], [ AC_REQUIRE([AC_PROG_EGREP]) AC_CACHE_CHECK([if flex is the lexer generator],[ax_cv_prog_flex],[ - AS_IF([$LEX --version 2>/dev/null | $EGREP -q '^\'], + AS_IF([$LEX --version 2>/dev/null | $EGREP -qw '^g?flex'], [ax_cv_prog_flex=yes], [ax_cv_prog_flex=no]) ]) AS_IF([test "$ax_cv_prog_flex" = "yes"], diff --git a/mesalib/scons/gallium.py b/mesalib/scons/gallium.py index 8e2090bc6..519550871 100644 --- a/mesalib/scons/gallium.py +++ b/mesalib/scons/gallium.py @@ -624,6 +624,9 @@ def generate(env): env.PkgCheckModules('DRM', ['libdrm >= 2.4.38']) env.PkgCheckModules('UDEV', ['libudev >= 151']) + if env['x11']: + env.Append(CPPPATH = env['X11_CPPPATH']) + env['dri'] = env['x11'] and env['drm'] # for debugging diff --git a/mesalib/scons/llvm.py b/mesalib/scons/llvm.py index 1e312f94d..d145de8d8 100644 --- a/mesalib/scons/llvm.py +++ b/mesalib/scons/llvm.py @@ -98,8 +98,20 @@ def generate(env): 'HAVE_STDINT_H', ]) env.Prepend(LIBPATH = [os.path.join(llvm_dir, 'lib')]) - if True: - # 3.2 + # LIBS should match the output of `llvm-config --libs engine mcjit bitwriter x86asmprinter` + if llvm_version >= distutils.version.LooseVersion('3.5'): + env.Prepend(LIBS = [ + 'LLVMBitWriter', 'LLVMMCJIT', 'LLVMRuntimeDyld', + 'LLVMX86Disassembler', 'LLVMX86AsmParser', 'LLVMX86CodeGen', + 'LLVMSelectionDAG', 'LLVMAsmPrinter', 'LLVMX86Desc', + 'LLVMObject', 'LLVMMCParser', 'LLVMBitReader', 'LLVMX86Info', + 'LLVMX86AsmPrinter', 'LLVMX86Utils', 'LLVMJIT', + 'LLVMExecutionEngine', 'LLVMCodeGen', 'LLVMScalarOpts', + 'LLVMInstCombine', 'LLVMTransformUtils', 'LLVMipa', + 'LLVMAnalysis', 'LLVMTarget', 'LLVMMC', 'LLVMCore', + 'LLVMSupport' + ]) + else: env.Prepend(LIBS = [ 'LLVMBitWriter', 'LLVMX86Disassembler', 'LLVMX86AsmParser', 'LLVMX86CodeGen', 'LLVMX86Desc', 'LLVMSelectionDAG', diff --git a/mesalib/src/Makefile.am b/mesalib/src/Makefile.am index 85b75a93b..8edf33373 100644 --- a/mesalib/src/Makefile.am +++ b/mesalib/src/Makefile.am @@ -19,7 +19,9 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. -SUBDIRS = gtest util mapi/glapi/gen mapi +AUTOMAKE_OPTIONS = subdir-objects + +SUBDIRS = . gtest util mapi/glapi/gen mapi if NEED_OPENGL_COMMON SUBDIRS += glsl mesa @@ -52,3 +54,16 @@ SUBDIRS += gallium endif EXTRA_DIST = egl/docs getopt hgl SConscript + +AM_CPPFLAGS = \ + -I$(top_srcdir)/include/ \ + -I$(top_srcdir)/src/mapi/ \ + -I$(top_srcdir)/src/mesa/ \ + $(DEFINES) + +noinst_LTLIBRARIES = libglsl_util.la + +libglsl_util_la_SOURCES = \ + mesa/main/imports.c \ + mesa/program/prog_hash_table.c \ + mesa/program/symbol_table.c diff --git a/mesalib/src/gallium/auxiliary/Makefile.am b/mesalib/src/gallium/auxiliary/Makefile.am index 1053ce4ee..4b6205797 100644 --- a/mesalib/src/gallium/auxiliary/Makefile.am +++ b/mesalib/src/gallium/auxiliary/Makefile.am @@ -53,24 +53,40 @@ libgalliumvl_stub_la_SOURCES = \ if NEED_GALLIUM_VL -noinst_LTLIBRARIES += libgalliumvl.la - -libgalliumvl_la_CFLAGS = \ +COMMON_VL_CFLAGS = \ $(AM_CFLAGS) \ $(VL_CFLAGS) \ + $(DRI2PROTO_CFLAGS) \ $(LIBDRM_CFLAGS) \ $(GALLIUM_PIPE_LOADER_DEFINES) \ -DPIPE_SEARCH_DIR=\"$(libdir)/gallium-pipe\" if HAVE_GALLIUM_STATIC_TARGETS -libgalliumvl_la_CFLAGS += \ +COMMON_VL_CFLAGS += \ -DGALLIUM_STATIC_TARGETS=1 endif # HAVE_GALLIUM_STATIC_TARGETS +noinst_LTLIBRARIES += libgalliumvl.la + +libgalliumvl_la_CFLAGS = \ + $(COMMON_VL_CFLAGS) + libgalliumvl_la_SOURCES = \ $(VL_SOURCES) +if NEED_GALLIUM_VL_WINSYS + +noinst_LTLIBRARIES += libgalliumvlwinsys.la + +libgalliumvlwinsys_la_CFLAGS = \ + $(COMMON_VL_CFLAGS) + +libgalliumvlwinsys_la_SOURCES = \ + $(VL_WINSYS_SOURCES) + +endif + endif EXTRA_DIST = \ diff --git a/mesalib/src/gallium/auxiliary/Makefile.sources b/mesalib/src/gallium/auxiliary/Makefile.sources index 3460482c1..b7174d6e7 100644 --- a/mesalib/src/gallium/auxiliary/Makefile.sources +++ b/mesalib/src/gallium/auxiliary/Makefile.sources @@ -208,12 +208,12 @@ C_SOURCES := \ util/u_dump_state.c \ util/u_dynarray.h \ util/u_fifo.h \ - util/u_format_bptc.c \ - util/u_format_bptc.h \ util/u_format.c \ + util/u_format.h \ util/u_format_etc.c \ util/u_format_etc.h \ - util/u_format.h \ + util/u_format_fake.c \ + util/u_format_fake.h \ util/u_format_latc.c \ util/u_format_latc.h \ util/u_format_other.c \ @@ -273,7 +273,6 @@ C_SOURCES := \ util/u_ringbuffer.h \ util/u_sampler.c \ util/u_sampler.h \ - util/u_simple_list.h \ util/u_simple_shaders.c \ util/u_simple_shaders.h \ util/u_slab.c \ @@ -335,10 +334,13 @@ VL_SOURCES := \ vl/vl_video_buffer.h \ vl/vl_vlc.h \ vl/vl_winsys.h \ - vl/vl_winsys_dri.c \ vl/vl_zscan.c \ vl/vl_zscan.h +# XXX: Nuke this as our dri targets no longer depend on VL. +VL_WINSYS_SOURCES := \ + vl/vl_winsys_dri.c + VL_STUB_SOURCES := \ vl/vl_stubs.c diff --git a/mesalib/src/gallium/auxiliary/hud/font.c b/mesalib/src/gallium/auxiliary/hud/font.c index 03e35d945..60e8ae514 100644 --- a/mesalib/src/gallium/auxiliary/hud/font.c +++ b/mesalib/src/gallium/auxiliary/hud/font.c @@ -57,6 +57,7 @@ #include "pipe/p_state.h" #include "pipe/p_context.h" #include "util/u_inlines.h" +#include "util/u_memory.h" typedef unsigned char GLubyte; /* 1-byte unsigned */ typedef struct tagSFG_Font SFG_Font; @@ -373,24 +374,29 @@ static boolean util_font_create_fixed_8x13(struct pipe_context *pipe, struct util_font *out_font) { + static const enum pipe_format formats[] = { + PIPE_FORMAT_I8_UNORM, + PIPE_FORMAT_L8_UNORM, + PIPE_FORMAT_R8_UNORM + }; struct pipe_screen *screen = pipe->screen; struct pipe_resource tex_templ, *tex; struct pipe_transfer *transfer = NULL; char *map; - enum pipe_format tex_format; + enum pipe_format tex_format = PIPE_FORMAT_NONE; int i; - if (screen->is_format_supported(screen, PIPE_FORMAT_I8_UNORM, + for (i = 0; i < Elements(formats); i++) { + if (screen->is_format_supported(screen, formats[i], PIPE_TEXTURE_RECT, 0, PIPE_BIND_SAMPLER_VIEW)) { - tex_format = PIPE_FORMAT_I8_UNORM; - } - else if (screen->is_format_supported(screen, PIPE_FORMAT_L8_UNORM, - PIPE_TEXTURE_RECT, 0, - PIPE_BIND_SAMPLER_VIEW)) { - tex_format = PIPE_FORMAT_L8_UNORM; + tex_format = formats[i]; + break; + } } - else { + + if (tex_format == PIPE_FORMAT_NONE) { + debug_printf("Unable to find texture format for font.\n"); return FALSE; } diff --git a/mesalib/src/gallium/auxiliary/hud/hud_context.c b/mesalib/src/gallium/auxiliary/hud/hud_context.c index 98678fc9f..e46c68cdd 100644 --- a/mesalib/src/gallium/auxiliary/hud/hud_context.c +++ b/mesalib/src/gallium/auxiliary/hud/hud_context.c @@ -915,6 +915,7 @@ print_help(struct pipe_screen *screen) } puts(""); + fflush(stdout); } struct hud_context * diff --git a/mesalib/src/gallium/auxiliary/util/u_cache.c b/mesalib/src/gallium/auxiliary/util/u_cache.c index 26aab2bf1..9395c66f2 100644 --- a/mesalib/src/gallium/auxiliary/util/u_cache.c +++ b/mesalib/src/gallium/auxiliary/util/u_cache.c @@ -42,7 +42,7 @@ #include "util/u_math.h" #include "util/u_memory.h" #include "util/u_cache.h" -#include "util/u_simple_list.h" +#include "util/simple_list.h" struct util_cache_entry diff --git a/mesalib/src/gallium/auxiliary/util/u_cpu_detect.c b/mesalib/src/gallium/auxiliary/util/u_cpu_detect.c index 5d9db59d1..23ab46c54 100644 --- a/mesalib/src/gallium/auxiliary/util/u_cpu_detect.c +++ b/mesalib/src/gallium/auxiliary/util/u_cpu_detect.c @@ -272,7 +272,7 @@ static INLINE uint64_t xgetbv(void) #if defined(PIPE_ARCH_X86) -static INLINE boolean sse2_has_daz(void) +PIPE_ALIGN_STACK static INLINE boolean sse2_has_daz(void) { struct { uint32_t pad1[7]; @@ -409,8 +409,12 @@ util_cpu_detect(void) } if (regs[0] >= 0x80000006) { + /* should we really do this if the clflush size above worked? */ + unsigned int cacheline; cpuid(0x80000006, regs2); - util_cpu_caps.cacheline = regs2[2] & 0xFF; + cacheline = regs2[2] & 0xFF; + if (cacheline > 0) + util_cpu_caps.cacheline = cacheline; } if (!util_cpu_caps.has_sse) { diff --git a/mesalib/src/gallium/auxiliary/util/u_format.csv b/mesalib/src/gallium/auxiliary/util/u_format.csv index a71aaf15d..d3b77e6b9 100644 --- a/mesalib/src/gallium/auxiliary/util/u_format.csv +++ b/mesalib/src/gallium/auxiliary/util/u_format.csv @@ -186,6 +186,17 @@ PIPE_FORMAT_LATC2_SNORM , rgtc, 4, 4, x128, , , , xxxy, rg PIPE_FORMAT_ETC1_RGB8 , etc, 4, 4, x64, , , , xyz1, rgb +PIPE_FORMAT_ETC2_RGB8 , etc, 4, 4, x64, , , , xyz1, rgb +PIPE_FORMAT_ETC2_SRGB8 , etc, 4, 4, x64, , , , xyz1, srgb +PIPE_FORMAT_ETC2_RGB8A1 , etc, 4, 4, x64, , , , xyzw, rgb +PIPE_FORMAT_ETC2_SRGB8A1 , etc, 4, 4, x64, , , , xyzw, srgb +PIPE_FORMAT_ETC2_RGBA8 , etc, 4, 4, x128, , , , xyzw, rgb +PIPE_FORMAT_ETC2_SRGBA8 , etc, 4, 4, x128, , , , xyzw, srgb +PIPE_FORMAT_ETC2_R11_UNORM , etc, 4, 4, x64, , , , x001, rgb +PIPE_FORMAT_ETC2_R11_SNORM , etc, 4, 4, x64, , , , x001, rgb +PIPE_FORMAT_ETC2_RG11_UNORM , etc, 4, 4, x128, , , , xy01, rgb +PIPE_FORMAT_ETC2_RG11_SNORM , etc, 4, 4, x128, , , , xy01, rgb + PIPE_FORMAT_BPTC_RGBA_UNORM , bptc, 4, 4, x128, , , , xyzw, rgb PIPE_FORMAT_BPTC_SRGBA , bptc, 4, 4, x128, , , , xyzw, srgb PIPE_FORMAT_BPTC_RGB_FLOAT , bptc, 4, 4, x128, , , , xyz1, rgb diff --git a/mesalib/src/gallium/auxiliary/util/u_format_bptc.c b/mesalib/src/gallium/auxiliary/util/u_format_bptc.c deleted file mode 100644 index 196220ee0..000000000 --- a/mesalib/src/gallium/auxiliary/util/u_format_bptc.c +++ /dev/null @@ -1,26 +0,0 @@ -#include "u_format.h" -#include "u_format_bptc.h" - -#define fake(format) \ -void \ -util_format_##format##_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j) {assert(0);} \ -\ -void \ -util_format_##format##_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) {assert(0);} \ -\ -void \ -util_format_##format##_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) {assert(0);} \ -\ -void \ -util_format_##format##_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) {assert(0);} \ -\ -void \ -util_format_##format##_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height) {assert(0);} \ -\ -void \ -util_format_##format##_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j) {assert(0);} - -fake(bptc_rgba_unorm) -fake(bptc_srgba) -fake(bptc_rgb_float) -fake(bptc_rgb_ufloat) diff --git a/mesalib/src/gallium/auxiliary/util/u_format_bptc.h b/mesalib/src/gallium/auxiliary/util/u_format_bptc.h deleted file mode 100644 index f67d071ee..000000000 --- a/mesalib/src/gallium/auxiliary/util/u_format_bptc.h +++ /dev/null @@ -1,109 +0,0 @@ -/************************************************************************** - * - * Copyright 2011 Red Hat Inc. - * All Rights Reserved. - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sub license, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL - * THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, - * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR - * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE - * USE OR OTHER DEALINGS IN THE SOFTWARE. - * - * The above copyright notice and this permission notice (including the - * next paragraph) shall be included in all copies or substantial portions - * of the Software. - * - **************************************************************************/ - -#ifndef U_FORMAT_BPTC_H_ -#define U_FORMAT_BPTC_H_ - -void -util_format_bptc_rgba_unorm_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j); - -void -util_format_bptc_rgba_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); - -void -util_format_bptc_rgba_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); - -void -util_format_bptc_rgba_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); - -void -util_format_bptc_rgba_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height); - -void -util_format_bptc_rgba_unorm_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j); - - - -void -util_format_bptc_srgba_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j); - -void -util_format_bptc_srgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); - -void -util_format_bptc_srgba_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); - -void -util_format_bptc_srgba_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); - -void -util_format_bptc_srgba_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height); - -void -util_format_bptc_srgba_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j); - - - -void -util_format_bptc_rgb_float_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j); - -void -util_format_bptc_rgb_float_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); - -void -util_format_bptc_rgb_float_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); - -void -util_format_bptc_rgb_float_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); - -void -util_format_bptc_rgb_float_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height); - -void -util_format_bptc_rgb_float_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j); - - -void -util_format_bptc_rgb_ufloat_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j); - -void -util_format_bptc_rgb_ufloat_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); - -void -util_format_bptc_rgb_ufloat_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); - -void -util_format_bptc_rgb_ufloat_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); - -void -util_format_bptc_rgb_ufloat_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height); - -void -util_format_bptc_rgb_ufloat_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j); - - -#endif diff --git a/mesalib/src/gallium/auxiliary/util/u_format_fake.c b/mesalib/src/gallium/auxiliary/util/u_format_fake.c new file mode 100644 index 000000000..77e896d27 --- /dev/null +++ b/mesalib/src/gallium/auxiliary/util/u_format_fake.c @@ -0,0 +1,37 @@ +#include "u_format.h" +#include "u_format_fake.h" + +#define fake(format) \ +void \ +util_format_##format##_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j) {assert(0);} \ +\ +void \ +util_format_##format##_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) {assert(0);} \ +\ +void \ +util_format_##format##_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) {assert(0);} \ +\ +void \ +util_format_##format##_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) {assert(0);} \ +\ +void \ +util_format_##format##_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height) {assert(0);} \ +\ +void \ +util_format_##format##_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j) {assert(0);} + +fake(bptc_rgba_unorm) +fake(bptc_srgba) +fake(bptc_rgb_float) +fake(bptc_rgb_ufloat) + +fake(etc2_rgb8) +fake(etc2_srgb8) +fake(etc2_rgb8a1) +fake(etc2_srgb8a1) +fake(etc2_rgba8) +fake(etc2_srgba8) +fake(etc2_r11_unorm) +fake(etc2_r11_snorm) +fake(etc2_rg11_unorm) +fake(etc2_rg11_snorm) diff --git a/mesalib/src/gallium/auxiliary/util/u_format_fake.h b/mesalib/src/gallium/auxiliary/util/u_format_fake.h new file mode 100644 index 000000000..e6bfd4e15 --- /dev/null +++ b/mesalib/src/gallium/auxiliary/util/u_format_fake.h @@ -0,0 +1,66 @@ +/************************************************************************** + * + * Copyright 2011 Red Hat Inc. + * All Rights Reserved. + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the + * "Software"), to deal in the Software without restriction, including + * without limitation the rights to use, copy, modify, merge, publish, + * distribute, sub license, and/or sell copies of the Software, and to + * permit persons to whom the Software is furnished to do so, subject to + * the following conditions: + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL + * THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, + * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR + * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE + * USE OR OTHER DEALINGS IN THE SOFTWARE. + * + * The above copyright notice and this permission notice (including the + * next paragraph) shall be included in all copies or substantial portions + * of the Software. + * + **************************************************************************/ + +#ifndef U_FORMAT_FAKE_H_ +#define U_FORMAT_FAKE_H_ + +#define __format_fake(format) \ +void \ +util_format_##format##_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j); \ +\ +void \ +util_format_##format##_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); \ +\ +void \ +util_format_##format##_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); \ +\ +void \ +util_format_##format##_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); \ +\ +void \ +util_format_##format##_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height); \ +\ +void \ +util_format_##format##_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j); + +__format_fake(bptc_rgba_unorm) +__format_fake(bptc_srgba) +__format_fake(bptc_rgb_float) +__format_fake(bptc_rgb_ufloat) + +__format_fake(etc2_rgb8) +__format_fake(etc2_srgb8) +__format_fake(etc2_rgb8a1) +__format_fake(etc2_srgb8a1) +__format_fake(etc2_rgba8) +__format_fake(etc2_srgba8) +__format_fake(etc2_r11_unorm) +__format_fake(etc2_r11_snorm) +__format_fake(etc2_rg11_unorm) +__format_fake(etc2_rg11_snorm) + +#endif diff --git a/mesalib/src/gallium/auxiliary/util/u_format_table.py b/mesalib/src/gallium/auxiliary/util/u_format_table.py index ad582e4f5..aceb0caf7 100644 --- a/mesalib/src/gallium/auxiliary/util/u_format_table.py +++ b/mesalib/src/gallium/auxiliary/util/u_format_table.py @@ -90,7 +90,7 @@ def write_format_table(formats): print '#include "u_format_rgtc.h"' print '#include "u_format_latc.h"' print '#include "u_format_etc.h"' - print '#include "u_format_bptc.h"' + print '#include "u_format_fake.h"' print u_format_pack.generate(formats) diff --git a/mesalib/src/gallium/auxiliary/util/u_math.h b/mesalib/src/gallium/auxiliary/util/u_math.h index 19c7343b1..d6e83f962 100644 --- a/mesalib/src/gallium/auxiliary/util/u_math.h +++ b/mesalib/src/gallium/auxiliary/util/u_math.h @@ -40,7 +40,6 @@ #include "pipe/p_compiler.h" -#include "util/u_debug.h" #ifdef __cplusplus @@ -530,6 +529,7 @@ unsigned ffs( unsigned u ) } #elif defined(__MINGW32__) || defined(PIPE_OS_ANDROID) #define ffs __builtin_ffs +#define ffsll __builtin_ffsll #endif #endif /* FFS_DEFINED */ @@ -561,14 +561,10 @@ util_last_bit(unsigned u) static INLINE unsigned util_last_bit_signed(int i) { -#if defined(__GNUC__) && ((__GNUC__ * 100 + __GNUC_MINOR__) >= 407) && !defined(__INTEL_COMPILER) - return 31 - __builtin_clrsb(i); -#else if (i >= 0) return util_last_bit(i); else return util_last_bit(~(unsigned)i); -#endif } /* Destructively loop over all of the bits in a mask as in: @@ -587,6 +583,15 @@ u_bit_scan(unsigned *mask) return i; } +#ifndef _MSC_VER +static INLINE int +u_bit_scan64(uint64_t *mask) +{ + int i = ffsll(*mask) - 1; + *mask &= ~(1llu << i); + return i; +} +#endif /** * Return float bits. @@ -602,9 +607,9 @@ fui( float f ) static INLINE float uif(uint32_t ui) { - union fi fi; - fi.ui = ui; - return fi.f; + union fi fi; + fi.ui = ui; + return fi.f; } diff --git a/mesalib/src/gallium/auxiliary/util/u_pstipple.c b/mesalib/src/gallium/auxiliary/util/u_pstipple.c index 1e1ec4a98..0a20bdb47 100644 --- a/mesalib/src/gallium/auxiliary/util/u_pstipple.c +++ b/mesalib/src/gallium/auxiliary/util/u_pstipple.c @@ -182,6 +182,8 @@ struct pstip_transform_context { int freeSampler; /** an available sampler for the pstipple */ int numImmed; uint coordOrigin; + unsigned fixedUnit; + bool hasFixedUnit; }; @@ -279,7 +281,8 @@ pstip_transform_prolog(struct tgsi_transform_context *ctx) } /* declare new sampler */ - tgsi_transform_sampler_decl(ctx, pctx->freeSampler); + tgsi_transform_sampler_decl(ctx, + pctx->hasFixedUnit ? pctx->fixedUnit : pctx->freeSampler); /* Declare temp[0] reg if not already declared. * We can always use temp[0] since this code is before @@ -318,7 +321,8 @@ pstip_transform_prolog(struct tgsi_transform_context *ctx) tgsi_transform_tex_2d_inst(ctx, TGSI_FILE_TEMPORARY, texTemp, TGSI_FILE_TEMPORARY, texTemp, - pctx->freeSampler); + pctx->hasFixedUnit ? pctx->fixedUnit + : pctx->freeSampler); /* KILL_IF -texTemp; # if -texTemp < 0, kill fragment */ tgsi_transform_kill_inst(ctx, @@ -330,12 +334,16 @@ pstip_transform_prolog(struct tgsi_transform_context *ctx) /** * Given a fragment shader, return a new fragment shader which * samples a stipple texture and executes KILL. + * * \param samplerUnitOut returns the index of the sampler unit which - * will be used to sample the stipple texture + * will be used to sample the stipple texture; + * if NULL, the fixed unit is used + * \param fixedUnit fixed texture unit used for the stipple texture */ struct tgsi_token * util_pstipple_create_fragment_shader(const struct tgsi_token *tokens, - unsigned *samplerUnitOut) + unsigned *samplerUnitOut, + unsigned fixedUnit) { struct pstip_transform_context transform; const uint newLen = tgsi_num_tokens(tokens) + NUM_NEW_TOKENS; @@ -352,6 +360,8 @@ util_pstipple_create_fragment_shader(const struct tgsi_token *tokens, transform.wincoordInput = -1; transform.maxInput = -1; transform.coordOrigin = TGSI_FS_COORD_ORIGIN_UPPER_LEFT; + transform.hasFixedUnit = !samplerUnitOut; + transform.fixedUnit = fixedUnit; transform.base.prolog = pstip_transform_prolog; transform.base.transform_declaration = pstip_transform_decl; transform.base.transform_immediate = pstip_transform_immed; @@ -368,9 +378,10 @@ util_pstipple_create_fragment_shader(const struct tgsi_token *tokens, tgsi_dump(new_fs->tokens, 0); #endif - assert(transform.freeSampler < PIPE_MAX_SAMPLERS); - *samplerUnitOut = transform.freeSampler; + if (samplerUnitOut) { + assert(transform.freeSampler < PIPE_MAX_SAMPLERS); + *samplerUnitOut = transform.freeSampler; + } return new_tokens; } - diff --git a/mesalib/src/gallium/auxiliary/util/u_pstipple.h b/mesalib/src/gallium/auxiliary/util/u_pstipple.h index 13155e7f5..249c58be9 100644 --- a/mesalib/src/gallium/auxiliary/util/u_pstipple.h +++ b/mesalib/src/gallium/auxiliary/util/u_pstipple.h @@ -49,7 +49,8 @@ util_pstipple_create_sampler(struct pipe_context *pipe); struct tgsi_token * util_pstipple_create_fragment_shader(const struct tgsi_token *tokens, - unsigned *samplerUnitOut); + unsigned *samplerUnitOut, + unsigned fixed_unit); #endif diff --git a/mesalib/src/gallium/auxiliary/util/u_simple_list.h b/mesalib/src/gallium/auxiliary/util/u_simple_list.h deleted file mode 100644 index 3f7def5fc..000000000 --- a/mesalib/src/gallium/auxiliary/util/u_simple_list.h +++ /dev/null @@ -1,199 +0,0 @@ -/** - * \file simple_list.h - * Simple macros for type-safe, intrusive lists. - * - * Intended to work with a list sentinal which is created as an empty - * list. Insert & delete are O(1). - * - * \author - * (C) 1997, Keith Whitwell - */ - -/* - * Mesa 3-D graphics library - * - * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL - * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - * OTHER DEALINGS IN THE SOFTWARE. - */ - - -#ifndef _U_SIMPLE_LIST_H_ -#define _U_SIMPLE_LIST_H_ - -/** - * Remove an element from list. - * - * \param elem element to remove. - */ -#define remove_from_list(elem) \ -do { \ - (elem)->next->prev = (elem)->prev; \ - (elem)->prev->next = (elem)->next; \ - (elem)->next = elem; \ - (elem)->prev = elem; \ -} while (0) - -/** - * Insert an element to the list head. - * - * \param list list. - * \param elem element to insert. - */ -#define insert_at_head(list, elem) \ -do { \ - (elem)->prev = list; \ - (elem)->next = (list)->next; \ - (list)->next->prev = elem; \ - (list)->next = elem; \ -} while(0) - -/** - * Insert an element to the list tail. - * - * \param list list. - * \param elem element to insert. - */ -#define insert_at_tail(list, elem) \ -do { \ - (elem)->next = list; \ - (elem)->prev = (list)->prev; \ - (list)->prev->next = elem; \ - (list)->prev = elem; \ -} while(0) - -/** - * Move an element to the list head. - * - * \param list list. - * \param elem element to move. - */ -#define move_to_head(list, elem) \ -do { \ - remove_from_list(elem); \ - insert_at_head(list, elem); \ -} while (0) - -/** - * Move an element to the list tail. - * - * \param list list. - * \param elem element to move. - */ -#define move_to_tail(list, elem) \ -do { \ - remove_from_list(elem); \ - insert_at_tail(list, elem); \ -} while (0) - -/** - * Make a empty list empty. - * - * \param sentinal list (sentinal element). - */ -#define make_empty_list(sentinal) \ -do { \ - (sentinal)->next = sentinal; \ - (sentinal)->prev = sentinal; \ -} while (0) - -/** - * Get list first element. - * - * \param list list. - * - * \return pointer to first element. - */ -#define first_elem(list) ((list)->next) - -/** - * Get list last element. - * - * \param list list. - * - * \return pointer to last element. - */ -#define last_elem(list) ((list)->prev) - -/** - * Get next element. - * - * \param elem element. - * - * \return pointer to next element. - */ -#define next_elem(elem) ((elem)->next) - -/** - * Get previous element. - * - * \param elem element. - * - * \return pointer to previous element. - */ -#define prev_elem(elem) ((elem)->prev) - -/** - * Test whether element is at end of the list. - * - * \param list list. - * \param elem element. - * - * \return non-zero if element is at end of list, or zero otherwise. - */ -#define at_end(list, elem) ((elem) == (list)) - -/** - * Test if a list is empty. - * - * \param list list. - * - * \return non-zero if list empty, or zero otherwise. - */ -#define is_empty_list(list) ((list)->next == (list)) - -/** - * Walk through the elements of a list. - * - * \param ptr pointer to the current element. - * \param list list. - * - * \note It should be followed by a { } block or a single statement, as in a \c - * for loop. - */ -#define foreach(ptr, list) \ - for( ptr=(list)->next ; ptr!=list ; ptr=(ptr)->next ) - -/** - * Walk through the elements of a list. - * - * Same as #foreach but lets you unlink the current value during a list - * traversal. Useful for freeing a list, element by element. - * - * \param ptr pointer to the current element. - * \param t temporary pointer. - * \param list list. - * - * \note It should be followed by a { } block or a single statement, as in a \c - * for loop. - */ -#define foreach_s(ptr, t, list) \ - for(ptr=(list)->next,t=(ptr)->next; list != ptr; ptr=t, t=(t)->next) - -#endif /* _U_SIMPLE_LIST_H_ */ diff --git a/mesalib/src/gallium/auxiliary/util/u_simple_shaders.c b/mesalib/src/gallium/auxiliary/util/u_simple_shaders.c index edb30379b..c612b67e2 100644 --- a/mesalib/src/gallium/auxiliary/util/u_simple_shaders.c +++ b/mesalib/src/gallium/auxiliary/util/u_simple_shaders.c @@ -246,9 +246,15 @@ util_make_fragment_tex_shader_writemask(struct pipe_context *pipe, ureg_MOV( ureg, out, imm ); } - ureg_TEX( ureg, - ureg_writemask(out, writemask), - tex_target, tex, sampler ); + if (tex_target == TGSI_TEXTURE_BUFFER) + ureg_TXF(ureg, + ureg_writemask(out, writemask), + tex_target, tex, sampler); + else + ureg_TEX(ureg, + ureg_writemask(out, writemask), + tex_target, tex, sampler); + ureg_END( ureg ); return ureg_create_shader_and_destroy( ureg, pipe ); diff --git a/mesalib/src/gallium/auxiliary/util/u_slab.c b/mesalib/src/gallium/auxiliary/util/u_slab.c index dbdebc6c9..7e7d43bd8 100644 --- a/mesalib/src/gallium/auxiliary/util/u_slab.c +++ b/mesalib/src/gallium/auxiliary/util/u_slab.c @@ -24,7 +24,7 @@ #include "util/u_math.h" #include "util/u_memory.h" -#include "util/u_simple_list.h" +#include "util/simple_list.h" #include diff --git a/mesalib/src/gallium/auxiliary/util/u_tests.c b/mesalib/src/gallium/auxiliary/util/u_tests.c index b42f5e137..fe549723c 100644 --- a/mesalib/src/gallium/auxiliary/util/u_tests.c +++ b/mesalib/src/gallium/auxiliary/util/u_tests.c @@ -30,9 +30,13 @@ #include "util/u_draw_quad.h" #include "util/u_format.h" #include "util/u_inlines.h" +#include "util/u_memory.h" #include "util/u_simple_shaders.h" #include "util/u_surface.h" +#include "util/u_string.h" #include "util/u_tile.h" +#include "tgsi/tgsi_strings.h" +#include "tgsi/tgsi_text.h" #include "cso_cache/cso_context.h" #include @@ -138,15 +142,70 @@ util_set_interleaved_vertex_elements(struct cso_context *cso, free(velem); } +static void * +util_set_passthrough_vertex_shader(struct cso_context *cso, + struct pipe_context *ctx, + bool window_space) +{ + static const uint vs_attribs[] = { + TGSI_SEMANTIC_POSITION, + TGSI_SEMANTIC_GENERIC + }; + static const uint vs_indices[] = {0, 0}; + void *vs; + + vs = util_make_vertex_passthrough_shader(ctx, 2, vs_attribs, vs_indices, + window_space); + cso_set_vertex_shader_handle(cso, vs); + return vs; +} + +static void +util_set_common_states_and_clear(struct cso_context *cso, struct pipe_context *ctx, + struct pipe_resource *cb) +{ + static const float clear_color[] = {0.1, 0.1, 0.1, 0.1}; + + util_set_framebuffer_cb0(cso, ctx, cb); + util_set_blend_normal(cso); + util_set_dsa_disable(cso); + util_set_rasterizer_normal(cso); + util_set_max_viewport(cso, cb); + + ctx->clear(ctx, PIPE_CLEAR_COLOR0, (void*)clear_color, 0, 0); +} + +static void +util_draw_fullscreen_quad(struct cso_context *cso) +{ + static float vertices[] = { + -1, -1, 0, 1, 0, 0, 0, 0, + -1, 1, 0, 1, 0, 1, 0, 0, + 1, 1, 0, 1, 1, 1, 0, 0, + 1, -1, 0, 1, 1, 0, 0, 0 + }; + util_set_interleaved_vertex_elements(cso, 2); + util_draw_user_vertex_buffer(cso, vertices, PIPE_PRIM_QUADS, 4, 2); +} + +/** + * Probe and test if the rectangle contains the expected color. + * + * If "num_expected_colors" > 1, at least one expected color must match + * the probed color. "expected" should be an array of 4*num_expected_colors + * floats. + */ static bool -util_probe_rect_rgba(struct pipe_context *ctx, struct pipe_resource *tex, - unsigned offx, unsigned offy, unsigned w, unsigned h, - const float *expected) +util_probe_rect_rgba_multi(struct pipe_context *ctx, struct pipe_resource *tex, + unsigned offx, unsigned offy, unsigned w, + unsigned h, + const float *expected, + unsigned num_expected_colors) { struct pipe_transfer *transfer; void *map; float *pixels = malloc(w * h * 4 * sizeof(float)); - int x,y,c; + int x,y,e,c; bool pass = true; map = pipe_transfer_map(ctx, tex, 0, 0, PIPE_TRANSFER_READ, @@ -154,21 +213,31 @@ util_probe_rect_rgba(struct pipe_context *ctx, struct pipe_resource *tex, pipe_get_tile_rgba(transfer, map, 0, 0, w, h, pixels); pipe_transfer_unmap(ctx, transfer); - for (y = 0; y < h; y++) { - for (x = 0; x < w; x++) { - float *probe = &pixels[(y*w + x)*4]; - - for (c = 0; c < 4; c++) - if (fabs(probe[c] - expected[c]) >= TOLERANCE) { - printf("Probe color at (%i,%i), ", offx+x, offy+y); - printf("Expected: %.3f, %.3f, %.3f, %.3f, ", - expected[0], expected[1], expected[2], expected[3]); - printf("Got: %.3f, %.3f, %.3f, %.3f\n", - probe[0], probe[1], probe[2], probe[2]); - pass = false; - goto done; + for (e = 0; e < num_expected_colors; e++) { + for (y = 0; y < h; y++) { + for (x = 0; x < w; x++) { + float *probe = &pixels[(y*w + x)*4]; + + for (c = 0; c < 4; c++) { + if (fabs(probe[c] - expected[e*4+c]) >= TOLERANCE) { + if (e < num_expected_colors-1) + goto next_color; /* test the next expected color */ + + printf("Probe color at (%i,%i), ", offx+x, offy+y); + printf("Expected: %.3f, %.3f, %.3f, %.3f, ", + expected[e*4], expected[e*4+1], + expected[e*4+2], expected[e*4+3]); + printf("Got: %.3f, %.3f, %.3f, %.3f\n", + probe[0], probe[1], probe[2], probe[2]); + pass = false; + goto done; + } } + } } + break; /* this color was successful */ + + next_color:; } done: @@ -176,6 +245,37 @@ done: return pass; } +static bool +util_probe_rect_rgba(struct pipe_context *ctx, struct pipe_resource *tex, + unsigned offx, unsigned offy, unsigned w, unsigned h, + const float *expected) +{ + return util_probe_rect_rgba_multi(ctx, tex, offx, offy, w, h, expected, 1); +} + +enum { + SKIP = -1, + FAIL = 0, /* also "false" */ + PASS = 1 /* also "true" */ +}; + +static void +util_report_result_helper(int status, const char *name, ...) +{ + char buf[256]; + va_list ap; + + va_start(ap, name); + util_vsnprintf(buf, sizeof(buf), name, ap); + va_end(ap); + + printf("Test(%s) = %s\n", buf, + status == SKIP ? "skip" : + status == PASS ? "pass" : "fail"); +} + +#define util_report_result(status) util_report_result_helper(status, __func__) + /** * Test TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION. * @@ -196,38 +296,18 @@ tgsi_vs_window_space_position(struct pipe_context *ctx) struct pipe_resource *cb; void *fs, *vs; bool pass = true; - - static uint vs_attribs[] = { - TGSI_SEMANTIC_POSITION, - TGSI_SEMANTIC_GENERIC - }; - static uint vs_indices[] = {0, 0}; - static float vertices[] = { - 0, 0, 0, 0, 1, 0, 0, 1, - 0, 256, 0, 0, 1, 0, 0, 1, - 256, 256, 0, 0, 1, 0, 0, 1, - 256, 0, 0, 0, 1, 0, 0, 1, - }; - static float red[] = {1, 0, 0, 1}; - static float clear_color[] = {0.1, 0.1, 0.1, 0.1}; + static const float red[] = {1, 0, 0, 1}; if (!ctx->screen->get_param(ctx->screen, PIPE_CAP_TGSI_VS_WINDOW_SPACE_POSITION)) { - printf("Test(%s) = skip\n", __func__); + util_report_result(SKIP); return; } cso = cso_create_context(ctx); cb = util_create_texture2d(ctx->screen, 256, 256, PIPE_FORMAT_R8G8B8A8_UNORM); - - /* Set states. */ - util_set_framebuffer_cb0(cso, ctx, cb); - util_set_blend_normal(cso); - util_set_dsa_disable(cso); - util_set_rasterizer_normal(cso); - util_set_max_viewport(cso, cb); - util_set_interleaved_vertex_elements(cso, 2); + util_set_common_states_and_clear(cso, ctx, cb); /* Fragment shader. */ fs = util_make_fragment_passthrough_shader(ctx, TGSI_SEMANTIC_GENERIC, @@ -235,13 +315,19 @@ tgsi_vs_window_space_position(struct pipe_context *ctx) cso_set_fragment_shader_handle(cso, fs); /* Vertex shader. */ - vs = util_make_vertex_passthrough_shader(ctx, 2, vs_attribs, vs_indices, - TRUE); - cso_set_vertex_shader_handle(cso, vs); - - /* Clear and draw. */ - ctx->clear(ctx, PIPE_CLEAR_COLOR0, (void*)clear_color, 0, 0); - util_draw_user_vertex_buffer(cso, vertices, PIPE_PRIM_QUADS, 4, 2); + vs = util_set_passthrough_vertex_shader(cso, ctx, true); + + /* Draw. */ + { + static float vertices[] = { + 0, 0, 0, 0, 1, 0, 0, 1, + 0, 256, 0, 0, 1, 0, 0, 1, + 256, 256, 0, 0, 1, 0, 0, 1, + 256, 0, 0, 0, 1, 0, 0, 1, + }; + util_set_interleaved_vertex_elements(cso, 2); + util_draw_user_vertex_buffer(cso, vertices, PIPE_PRIM_QUADS, 4, 2); + } /* Probe pixels. */ pass = pass && util_probe_rect_rgba(ctx, cb, 0, 0, @@ -253,7 +339,114 @@ tgsi_vs_window_space_position(struct pipe_context *ctx) ctx->delete_fs_state(ctx, fs); pipe_resource_reference(&cb, NULL); - printf("Test(%s) = %s\n", __func__, pass ? "pass" : "fail"); + util_report_result(pass); +} + +static void +null_sampler_view(struct pipe_context *ctx, unsigned tgsi_tex_target) +{ + struct cso_context *cso; + struct pipe_resource *cb; + void *fs, *vs; + bool pass = true; + /* 2 expected colors: */ + static const float expected_tex[] = {0, 0, 0, 1, + 0, 0, 0, 0}; + static const float expected_buf[] = {0, 0, 0, 0}; + const float *expected = tgsi_tex_target == TGSI_TEXTURE_BUFFER ? + expected_buf : expected_tex; + unsigned num_expected = tgsi_tex_target == TGSI_TEXTURE_BUFFER ? 1 : 2; + + if (tgsi_tex_target == TGSI_TEXTURE_BUFFER && + !ctx->screen->get_param(ctx->screen, PIPE_CAP_TEXTURE_BUFFER_OBJECTS)) { + util_report_result_helper(SKIP, "%s: %s", __func__, + tgsi_texture_names[tgsi_tex_target]); + return; + } + + cso = cso_create_context(ctx); + cb = util_create_texture2d(ctx->screen, 256, 256, + PIPE_FORMAT_R8G8B8A8_UNORM); + util_set_common_states_and_clear(cso, ctx, cb); + + ctx->set_sampler_views(ctx, PIPE_SHADER_FRAGMENT, 0, 1, NULL); + + /* Fragment shader. */ + fs = util_make_fragment_tex_shader(ctx, tgsi_tex_target, + TGSI_INTERPOLATE_LINEAR); + cso_set_fragment_shader_handle(cso, fs); + + /* Vertex shader. */ + vs = util_set_passthrough_vertex_shader(cso, ctx, false); + util_draw_fullscreen_quad(cso); + + /* Probe pixels. */ + pass = pass && util_probe_rect_rgba_multi(ctx, cb, 0, 0, + cb->width0, cb->height0, expected, + num_expected); + + /* Cleanup. */ + cso_destroy_context(cso); + ctx->delete_vs_state(ctx, vs); + ctx->delete_fs_state(ctx, fs); + pipe_resource_reference(&cb, NULL); + + util_report_result_helper(pass, "%s: %s", __func__, + tgsi_texture_names[tgsi_tex_target]); +} + +static void +null_constant_buffer(struct pipe_context *ctx) +{ + struct cso_context *cso; + struct pipe_resource *cb; + void *fs, *vs; + bool pass = true; + static const float zero[] = {0, 0, 0, 0}; + + cso = cso_create_context(ctx); + cb = util_create_texture2d(ctx->screen, 256, 256, + PIPE_FORMAT_R8G8B8A8_UNORM); + util_set_common_states_and_clear(cso, ctx, cb); + + ctx->set_constant_buffer(ctx, PIPE_SHADER_FRAGMENT, 0, NULL); + + /* Fragment shader. */ + { + static const char *text = /* I don't like ureg... */ + "FRAG\n" + "DCL CONST[0]\n" + "DCL OUT[0], COLOR\n" + + "MOV OUT[0], CONST[0]\n" + "END\n"; + struct tgsi_token tokens[1000]; + struct pipe_shader_state state = {tokens}; + + if (!tgsi_text_translate(text, tokens, Elements(tokens))) { + puts("Can't compile a fragment shader."); + util_report_result(FAIL); + return; + } + fs = ctx->create_fs_state(ctx, &state); + cso_set_fragment_shader_handle(cso, fs); + } + + /* Vertex shader. */ + vs = util_set_passthrough_vertex_shader(cso, ctx, false); + util_draw_fullscreen_quad(cso); + + /* Probe pixels. */ + pass = pass && util_probe_rect_rgba(ctx, cb, 0, 0, cb->width0, + cb->height0, zero); + + /* Cleanup. */ + cso_destroy_context(cso); + ctx->delete_vs_state(ctx, vs); + ctx->delete_fs_state(ctx, fs); + pipe_resource_reference(&cb, NULL); + + util_report_result(pass); } /** @@ -261,7 +454,17 @@ tgsi_vs_window_space_position(struct pipe_context *ctx) * context_create. */ void -util_run_tests(struct pipe_context *ctx) +util_run_tests(struct pipe_screen *screen) { + struct pipe_context *ctx = screen->context_create(screen, NULL); + tgsi_vs_window_space_position(ctx); + null_sampler_view(ctx, TGSI_TEXTURE_2D); + null_sampler_view(ctx, TGSI_TEXTURE_BUFFER); + null_constant_buffer(ctx); + + ctx->destroy(ctx); + + puts("Done. Exiting.."); + exit(0); } diff --git a/mesalib/src/gallium/auxiliary/util/u_tests.h b/mesalib/src/gallium/auxiliary/util/u_tests.h index a1439347d..49ae54f87 100644 --- a/mesalib/src/gallium/auxiliary/util/u_tests.h +++ b/mesalib/src/gallium/auxiliary/util/u_tests.h @@ -30,8 +30,8 @@ #include "pipe/p_compiler.h" -struct pipe_context; +struct pipe_screen; -void util_run_tests(struct pipe_context *ctx); +void util_run_tests(struct pipe_screen *screen); #endif diff --git a/mesalib/src/glsl/Android.mk b/mesalib/src/glsl/Android.mk index 1cbc5c6d2..38c2087a4 100644 --- a/mesalib/src/glsl/Android.mk +++ b/mesalib/src/glsl/Android.mk @@ -27,7 +27,6 @@ LOCAL_PATH := $(call my-dir) include $(LOCAL_PATH)/Makefile.sources -GLSL_SRCDIR = . # --------------------------------------- # Build libmesa_glsl # --------------------------------------- diff --git a/mesalib/src/glsl/Makefile.am b/mesalib/src/glsl/Makefile.am index 9a3131738..5a0a643da 100644 --- a/mesalib/src/glsl/Makefile.am +++ b/mesalib/src/glsl/Makefile.am @@ -19,13 +19,19 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. +AUTOMAKE_OPTIONS = subdir-objects + AM_CPPFLAGS = \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/mapi \ -I$(top_srcdir)/src/mesa/ \ + -I$(top_srcdir)/src/gallium/include \ + -I$(top_srcdir)/src/gallium/auxiliary \ -I$(top_srcdir)/src/glsl/glcpp \ + -I$(top_srcdir)/src/glsl/nir \ -I$(top_srcdir)/src/gtest/include \ + -I$(top_builddir)/src/glsl/nir \ $(DEFINES) AM_CFLAGS = $(VISIBILITY_CFLAGS) AM_CXXFLAGS = $(VISIBILITY_CXXFLAGS) @@ -35,12 +41,19 @@ EXTRA_DIST = tests glcpp/tests README TODO glcpp/README \ glsl_parser.yy \ glcpp/glcpp-lex.l \ glcpp/glcpp-parse.y \ + nir/nir_algebraic.py \ + nir/nir_constant_expressions.py \ + nir/nir_opcodes.py \ + nir/nir_opcodes_c.py \ + nir/nir_opcodes_h.py \ + nir/nir_opt_algebraic.py \ SConscript include Makefile.sources TESTS = glcpp/tests/glcpp-test \ glcpp/tests/glcpp-test-cr-lf \ + tests/blob-test \ tests/general-ir-test \ tests/optimization-test \ tests/sampler-types-test \ @@ -54,17 +67,20 @@ noinst_LTLIBRARIES = libglsl.la libglcpp.la check_PROGRAMS = \ glcpp/glcpp \ glsl_test \ + tests/blob-test \ tests/general-ir-test \ tests/sampler-types-test \ tests/uniform-initializer-test noinst_PROGRAMS = glsl_compiler +tests_blob_test_SOURCES = \ + tests/blob_test.c +tests_blob_test_LDADD = \ + $(top_builddir)/src/glsl/libglsl.la + tests_general_ir_test_SOURCES = \ - $(top_srcdir)/src/mesa/main/imports.c \ - $(top_srcdir)/src/mesa/program/prog_hash_table.c\ - $(top_srcdir)/src/mesa/program/symbol_table.c \ - $(GLSL_SRCDIR)/standalone_scaffolding.cpp \ + standalone_scaffolding.cpp \ tests/builtin_variable_test.cpp \ tests/invalidate_locations_test.cpp \ tests/general_ir_test.cpp \ @@ -75,12 +91,10 @@ tests_general_ir_test_CFLAGS = \ tests_general_ir_test_LDADD = \ $(top_builddir)/src/gtest/libgtest.la \ $(top_builddir)/src/glsl/libglsl.la \ + $(top_builddir)/src/libglsl_util.la \ $(PTHREAD_LIBS) tests_uniform_initializer_test_SOURCES = \ - $(top_srcdir)/src/mesa/main/imports.c \ - $(top_srcdir)/src/mesa/program/prog_hash_table.c\ - $(top_srcdir)/src/mesa/program/symbol_table.c \ tests/copy_constant_to_storage_tests.cpp \ tests/set_uniform_initializer_tests.cpp \ tests/uniform_initializer_utils.cpp \ @@ -91,11 +105,10 @@ tests_uniform_initializer_test_CFLAGS = \ tests_uniform_initializer_test_LDADD = \ $(top_builddir)/src/gtest/libgtest.la \ $(top_builddir)/src/glsl/libglsl.la \ + $(top_builddir)/src/libglsl_util.la \ $(PTHREAD_LIBS) tests_sampler_types_test_SOURCES = \ - $(top_srcdir)/src/mesa/program/prog_hash_table.c\ - $(top_srcdir)/src/mesa/program/symbol_table.c \ tests/sampler_types_test.cpp \ tests/common.c tests_sampler_types_test_CFLAGS = \ @@ -103,6 +116,7 @@ tests_sampler_types_test_CFLAGS = \ tests_sampler_types_test_LDADD = \ $(top_builddir)/src/gtest/libgtest.la \ $(top_builddir)/src/glsl/libglsl.la \ + $(top_builddir)/src/libglsl_util.la \ $(PTHREAD_LIBS) libglcpp_la_LIBADD = \ @@ -115,10 +129,10 @@ libglcpp_la_SOURCES = \ glcpp_glcpp_SOURCES = \ glcpp/glcpp.c \ - tests/common.c \ - $(top_srcdir)/src/mesa/program/prog_hash_table.c + tests/common.c glcpp_glcpp_LDADD = \ libglcpp.la \ + $(top_builddir)/src/libglsl_util.la \ -lm libglsl_la_LIBADD = libglcpp.la @@ -126,29 +140,28 @@ libglsl_la_SOURCES = \ glsl_lexer.cpp \ glsl_parser.cpp \ glsl_parser.h \ - $(LIBGLSL_FILES) + $(LIBGLSL_FILES) \ + $(NIR_FILES) glsl_compiler_SOURCES = \ - $(top_srcdir)/src/mesa/main/imports.c \ - $(top_srcdir)/src/mesa/program/prog_hash_table.c \ - $(top_srcdir)/src/mesa/program/symbol_table.c \ $(GLSL_COMPILER_CXX_FILES) glsl_compiler_LDADD = \ libglsl.la \ + $(top_builddir)/src/libglsl_util.la \ $(PTHREAD_LIBS) glsl_test_SOURCES = \ - $(top_srcdir)/src/mesa/main/imports.c \ - $(top_srcdir)/src/mesa/program/prog_hash_table.c \ - $(top_srcdir)/src/mesa/program/symbol_table.c \ - $(GLSL_SRCDIR)/standalone_scaffolding.cpp \ + standalone_scaffolding.cpp \ tests/common.c \ test.cpp \ test_optpass.cpp \ test_optpass.h -glsl_test_LDADD = libglsl.la +glsl_test_LDADD = \ + libglsl.la \ + $(top_builddir)/src/libglsl_util.la \ + $(PTHREAD_LIBS) # We write our own rules for yacc and lex below. We'd rather use automake, # but automake makes it especially difficult for a number of reasons: @@ -181,14 +194,14 @@ am__v_YACC_0 = @echo " YACC " $@; am__v_YACC_1 = glsl_parser.cpp glsl_parser.h: glsl_parser.yy - $(AM_V_YACC) $(YACC) $(YFLAGS) -o $@ -p "_mesa_glsl_" --defines=$(GLSL_BUILDDIR)/glsl_parser.h $< + $(AM_V_YACC) $(YACC) $(YFLAGS) -o $@ -p "_mesa_glsl_" --defines=$(builddir)/glsl_parser.h $< glsl_lexer.cpp: glsl_lexer.ll $(AM_V_LEX) $(LEX) $(LFLAGS) -o $@ $< glcpp/glcpp-parse.c glcpp/glcpp-parse.h: glcpp/glcpp-parse.y $(AM_V_at)$(MKDIR_P) glcpp - $(AM_V_YACC) $(YACC) $(YFLAGS) -o $@ -p "glcpp_parser_" --defines=$(GLSL_BUILDDIR)/glcpp/glcpp-parse.h $< + $(AM_V_YACC) $(YACC) $(YFLAGS) -o $@ -p "glcpp_parser_" --defines=$(builddir)/glcpp/glcpp-parse.h $< glcpp/glcpp-lex.c: glcpp/glcpp-lex.l $(AM_V_at)$(MKDIR_P) glcpp @@ -204,7 +217,12 @@ BUILT_SOURCES = \ glsl_parser.cpp \ glsl_lexer.cpp \ glcpp/glcpp-parse.c \ - glcpp/glcpp-lex.c + glcpp/glcpp-lex.c \ + nir/nir_builder_opcodes.h \ + nir/nir_constant_expressions.c \ + nir/nir_opcodes.c \ + nir/nir_opcodes.h \ + nir/nir_opt_algebraic.c CLEANFILES = \ glcpp/glcpp-parse.h \ glsl_parser.h \ @@ -216,3 +234,25 @@ clean-local: dist-hook: $(RM) glcpp/tests/*.out $(RM) glcpp/tests/subtest*/*.out + +nir/nir_builder_opcodes.h: nir/nir_opcodes.py nir/nir_builder_opcodes_h.py + $(MKDIR_P) nir; \ + $(PYTHON2) $(PYTHON_FLAGS) $(srcdir)/nir/nir_builder_opcodes_h.py > $@ + +nir/nir_constant_expressions.c: nir/nir_opcodes.py nir/nir_constant_expressions.py nir/nir_constant_expressions.h + $(MKDIR_P) nir; \ + $(PYTHON2) $(PYTHON_FLAGS) $(srcdir)/nir/nir_constant_expressions.py > $@ + +nir/nir_opcodes.h: nir/nir_opcodes.py nir/nir_opcodes_h.py + $(MKDIR_P) nir; \ + $(PYTHON2) $(PYTHON_FLAGS) $(srcdir)/nir/nir_opcodes_h.py > $@ + +nir/nir.h: nir/nir_opcodes.h + +nir/nir_opcodes.c: nir/nir_opcodes.py nir/nir_opcodes_c.py + $(MKDIR_P) nir; \ + $(PYTHON2) $(PYTHON_FLAGS) $(srcdir)/nir/nir_opcodes_c.py > $@ + +nir/nir_opt_algebraic.c: nir/nir_opt_algebraic.py nir/nir_algebraic.py + $(MKDIR_P) nir; \ + $(PYTHON2) $(PYTHON_FLAGS) $(srcdir)/nir/nir_opt_algebraic.py > $@ diff --git a/mesalib/src/glsl/Makefile.sources b/mesalib/src/glsl/Makefile.sources index e2acbac25..d0210d170 100644 --- a/mesalib/src/glsl/Makefile.sources +++ b/mesalib/src/glsl/Makefile.sources @@ -1,146 +1,197 @@ # shared source lists for Makefile, SConscript, and Android.mk -GLSL_SRCDIR = $(top_srcdir)/src/glsl -GLSL_BUILDDIR = $(top_builddir)/src/glsl - # libglcpp LIBGLCPP_FILES = \ - $(GLSL_SRCDIR)/glcpp/glcpp.h \ - $(GLSL_SRCDIR)/glcpp/pp.c + glcpp/glcpp.h \ + glcpp/pp.c LIBGLCPP_GENERATED_FILES = \ - $(GLSL_BUILDDIR)/glcpp/glcpp-lex.c \ - $(GLSL_BUILDDIR)/glcpp/glcpp-parse.c + glcpp/glcpp-lex.c \ + glcpp/glcpp-parse.c + +NIR_GENERATED_FILES = \ + nir/nir_builder_opcodes.h \ + nir/nir_constant_expressions.c \ + nir/nir_opcodes.c \ + nir/nir_opcodes.h \ + nir/nir_opt_algebraic.c + +NIR_FILES = \ + nir/glsl_to_nir.cpp \ + nir/glsl_to_nir.h \ + nir/nir.c \ + nir/nir.h \ + nir/nir_constant_expressions.h \ + nir/nir_dominance.c \ + nir/nir_from_ssa.c \ + nir/nir_intrinsics.c \ + nir/nir_intrinsics.h \ + nir/nir_live_variables.c \ + nir/nir_lower_alu_to_scalar.c \ + nir/nir_lower_atomics.c \ + nir/nir_lower_global_vars_to_local.c \ + nir/nir_lower_locals_to_regs.c \ + nir/nir_lower_io.c \ + nir/nir_lower_phis_to_scalar.c \ + nir/nir_lower_samplers.cpp \ + nir/nir_lower_system_values.c \ + nir/nir_lower_to_source_mods.c \ + nir/nir_lower_vars_to_ssa.c \ + nir/nir_lower_var_copies.c \ + nir/nir_lower_vec_to_movs.c \ + nir/nir_metadata.c \ + nir/nir_opt_constant_folding.c \ + nir/nir_opt_copy_propagate.c \ + nir/nir_opt_cse.c \ + nir/nir_opt_dce.c \ + nir/nir_opt_gcm.c \ + nir/nir_opt_global_to_local.c \ + nir/nir_opt_peephole_select.c \ + nir/nir_opt_remove_phis.c \ + nir/nir_print.c \ + nir/nir_remove_dead_variables.c \ + nir/nir_search.c \ + nir/nir_search.h \ + nir/nir_split_var_copies.c \ + nir/nir_to_ssa.c \ + nir/nir_types.h \ + nir/nir_validate.c \ + nir/nir_worklist.c \ + nir/nir_worklist.h \ + nir/nir_types.cpp \ + $(NIR_GENERATED_FILES) # libglsl LIBGLSL_FILES = \ - $(GLSL_SRCDIR)/ast.h \ - $(GLSL_SRCDIR)/ast_array_index.cpp \ - $(GLSL_SRCDIR)/ast_expr.cpp \ - $(GLSL_SRCDIR)/ast_function.cpp \ - $(GLSL_SRCDIR)/ast_to_hir.cpp \ - $(GLSL_SRCDIR)/ast_type.cpp \ - $(GLSL_SRCDIR)/builtin_functions.cpp \ - $(GLSL_SRCDIR)/builtin_type_macros.h \ - $(GLSL_SRCDIR)/builtin_types.cpp \ - $(GLSL_SRCDIR)/builtin_variables.cpp \ - $(GLSL_SRCDIR)/glsl_parser_extras.cpp \ - $(GLSL_SRCDIR)/glsl_parser_extras.h \ - $(GLSL_SRCDIR)/glsl_symbol_table.cpp \ - $(GLSL_SRCDIR)/glsl_symbol_table.h \ - $(GLSL_SRCDIR)/glsl_types.cpp \ - $(GLSL_SRCDIR)/glsl_types.h \ - $(GLSL_SRCDIR)/hir_field_selection.cpp \ - $(GLSL_SRCDIR)/ir_basic_block.cpp \ - $(GLSL_SRCDIR)/ir_basic_block.h \ - $(GLSL_SRCDIR)/ir_builder.cpp \ - $(GLSL_SRCDIR)/ir_builder.h \ - $(GLSL_SRCDIR)/ir_clone.cpp \ - $(GLSL_SRCDIR)/ir_constant_expression.cpp \ - $(GLSL_SRCDIR)/ir.cpp \ - $(GLSL_SRCDIR)/ir.h \ - $(GLSL_SRCDIR)/ir_equals.cpp \ - $(GLSL_SRCDIR)/ir_expression_flattening.cpp \ - $(GLSL_SRCDIR)/ir_expression_flattening.h \ - $(GLSL_SRCDIR)/ir_function_can_inline.cpp \ - $(GLSL_SRCDIR)/ir_function_detect_recursion.cpp \ - $(GLSL_SRCDIR)/ir_function_inlining.h \ - $(GLSL_SRCDIR)/ir_function.cpp \ - $(GLSL_SRCDIR)/ir_hierarchical_visitor.cpp \ - $(GLSL_SRCDIR)/ir_hierarchical_visitor.h \ - $(GLSL_SRCDIR)/ir_hv_accept.cpp \ - $(GLSL_SRCDIR)/ir_import_prototypes.cpp \ - $(GLSL_SRCDIR)/ir_optimization.h \ - $(GLSL_SRCDIR)/ir_print_visitor.cpp \ - $(GLSL_SRCDIR)/ir_print_visitor.h \ - $(GLSL_SRCDIR)/ir_reader.cpp \ - $(GLSL_SRCDIR)/ir_reader.h \ - $(GLSL_SRCDIR)/ir_rvalue_visitor.cpp \ - $(GLSL_SRCDIR)/ir_rvalue_visitor.h \ - $(GLSL_SRCDIR)/ir_set_program_inouts.cpp \ - $(GLSL_SRCDIR)/ir_uniform.h \ - $(GLSL_SRCDIR)/ir_validate.cpp \ - $(GLSL_SRCDIR)/ir_variable_refcount.cpp \ - $(GLSL_SRCDIR)/ir_variable_refcount.h \ - $(GLSL_SRCDIR)/ir_visitor.h \ - $(GLSL_SRCDIR)/linker.cpp \ - $(GLSL_SRCDIR)/linker.h \ - $(GLSL_SRCDIR)/link_atomics.cpp \ - $(GLSL_SRCDIR)/link_functions.cpp \ - $(GLSL_SRCDIR)/link_interface_blocks.cpp \ - $(GLSL_SRCDIR)/link_uniforms.cpp \ - $(GLSL_SRCDIR)/link_uniform_initializers.cpp \ - $(GLSL_SRCDIR)/link_uniform_block_active_visitor.cpp \ - $(GLSL_SRCDIR)/link_uniform_block_active_visitor.h \ - $(GLSL_SRCDIR)/link_uniform_blocks.cpp \ - $(GLSL_SRCDIR)/link_varyings.cpp \ - $(GLSL_SRCDIR)/link_varyings.h \ - $(GLSL_SRCDIR)/list.h \ - $(GLSL_SRCDIR)/loop_analysis.cpp \ - $(GLSL_SRCDIR)/loop_analysis.h \ - $(GLSL_SRCDIR)/loop_controls.cpp \ - $(GLSL_SRCDIR)/loop_unroll.cpp \ - $(GLSL_SRCDIR)/lower_clip_distance.cpp \ - $(GLSL_SRCDIR)/lower_const_arrays_to_uniforms.cpp \ - $(GLSL_SRCDIR)/lower_discard.cpp \ - $(GLSL_SRCDIR)/lower_discard_flow.cpp \ - $(GLSL_SRCDIR)/lower_if_to_cond_assign.cpp \ - $(GLSL_SRCDIR)/lower_instructions.cpp \ - $(GLSL_SRCDIR)/lower_jumps.cpp \ - $(GLSL_SRCDIR)/lower_mat_op_to_vec.cpp \ - $(GLSL_SRCDIR)/lower_noise.cpp \ - $(GLSL_SRCDIR)/lower_offset_array.cpp \ - $(GLSL_SRCDIR)/lower_packed_varyings.cpp \ - $(GLSL_SRCDIR)/lower_named_interface_blocks.cpp \ - $(GLSL_SRCDIR)/lower_packing_builtins.cpp \ - $(GLSL_SRCDIR)/lower_texture_projection.cpp \ - $(GLSL_SRCDIR)/lower_variable_index_to_cond_assign.cpp \ - $(GLSL_SRCDIR)/lower_vec_index_to_cond_assign.cpp \ - $(GLSL_SRCDIR)/lower_vec_index_to_swizzle.cpp \ - $(GLSL_SRCDIR)/lower_vector.cpp \ - $(GLSL_SRCDIR)/lower_vector_insert.cpp \ - $(GLSL_SRCDIR)/lower_vertex_id.cpp \ - $(GLSL_SRCDIR)/lower_output_reads.cpp \ - $(GLSL_SRCDIR)/lower_ubo_reference.cpp \ - $(GLSL_SRCDIR)/opt_algebraic.cpp \ - $(GLSL_SRCDIR)/opt_array_splitting.cpp \ - $(GLSL_SRCDIR)/opt_constant_folding.cpp \ - $(GLSL_SRCDIR)/opt_constant_propagation.cpp \ - $(GLSL_SRCDIR)/opt_constant_variable.cpp \ - $(GLSL_SRCDIR)/opt_copy_propagation.cpp \ - $(GLSL_SRCDIR)/opt_copy_propagation_elements.cpp \ - $(GLSL_SRCDIR)/opt_cse.cpp \ - $(GLSL_SRCDIR)/opt_dead_builtin_variables.cpp \ - $(GLSL_SRCDIR)/opt_dead_builtin_varyings.cpp \ - $(GLSL_SRCDIR)/opt_dead_code.cpp \ - $(GLSL_SRCDIR)/opt_dead_code_local.cpp \ - $(GLSL_SRCDIR)/opt_dead_functions.cpp \ - $(GLSL_SRCDIR)/opt_flatten_nested_if_blocks.cpp \ - $(GLSL_SRCDIR)/opt_flip_matrices.cpp \ - $(GLSL_SRCDIR)/opt_function_inlining.cpp \ - $(GLSL_SRCDIR)/opt_if_simplification.cpp \ - $(GLSL_SRCDIR)/opt_minmax.cpp \ - $(GLSL_SRCDIR)/opt_noop_swizzle.cpp \ - $(GLSL_SRCDIR)/opt_rebalance_tree.cpp \ - $(GLSL_SRCDIR)/opt_redundant_jumps.cpp \ - $(GLSL_SRCDIR)/opt_structure_splitting.cpp \ - $(GLSL_SRCDIR)/opt_swizzle_swizzle.cpp \ - $(GLSL_SRCDIR)/opt_tree_grafting.cpp \ - $(GLSL_SRCDIR)/opt_vectorize.cpp \ - $(GLSL_SRCDIR)/program.h \ - $(GLSL_SRCDIR)/s_expression.cpp \ - $(GLSL_SRCDIR)/s_expression.h + ast.h \ + ast_array_index.cpp \ + ast_expr.cpp \ + ast_function.cpp \ + ast_to_hir.cpp \ + ast_type.cpp \ + blob.c \ + blob.h \ + builtin_functions.cpp \ + builtin_type_macros.h \ + builtin_types.cpp \ + builtin_variables.cpp \ + glsl_parser_extras.cpp \ + glsl_parser_extras.h \ + glsl_symbol_table.cpp \ + glsl_symbol_table.h \ + glsl_types.cpp \ + glsl_types.h \ + hir_field_selection.cpp \ + ir_basic_block.cpp \ + ir_basic_block.h \ + ir_builder.cpp \ + ir_builder.h \ + ir_clone.cpp \ + ir_constant_expression.cpp \ + ir.cpp \ + ir.h \ + ir_equals.cpp \ + ir_expression_flattening.cpp \ + ir_expression_flattening.h \ + ir_function_can_inline.cpp \ + ir_function_detect_recursion.cpp \ + ir_function_inlining.h \ + ir_function.cpp \ + ir_hierarchical_visitor.cpp \ + ir_hierarchical_visitor.h \ + ir_hv_accept.cpp \ + ir_import_prototypes.cpp \ + ir_optimization.h \ + ir_print_visitor.cpp \ + ir_print_visitor.h \ + ir_reader.cpp \ + ir_reader.h \ + ir_rvalue_visitor.cpp \ + ir_rvalue_visitor.h \ + ir_set_program_inouts.cpp \ + ir_uniform.h \ + ir_validate.cpp \ + ir_variable_refcount.cpp \ + ir_variable_refcount.h \ + ir_visitor.h \ + linker.cpp \ + linker.h \ + link_atomics.cpp \ + link_functions.cpp \ + link_interface_blocks.cpp \ + link_uniforms.cpp \ + link_uniform_initializers.cpp \ + link_uniform_block_active_visitor.cpp \ + link_uniform_block_active_visitor.h \ + link_uniform_blocks.cpp \ + link_varyings.cpp \ + link_varyings.h \ + list.h \ + loop_analysis.cpp \ + loop_analysis.h \ + loop_controls.cpp \ + loop_unroll.cpp \ + lower_clip_distance.cpp \ + lower_const_arrays_to_uniforms.cpp \ + lower_discard.cpp \ + lower_discard_flow.cpp \ + lower_if_to_cond_assign.cpp \ + lower_instructions.cpp \ + lower_jumps.cpp \ + lower_mat_op_to_vec.cpp \ + lower_noise.cpp \ + lower_offset_array.cpp \ + lower_packed_varyings.cpp \ + lower_named_interface_blocks.cpp \ + lower_packing_builtins.cpp \ + lower_texture_projection.cpp \ + lower_variable_index_to_cond_assign.cpp \ + lower_vec_index_to_cond_assign.cpp \ + lower_vec_index_to_swizzle.cpp \ + lower_vector.cpp \ + lower_vector_insert.cpp \ + lower_vertex_id.cpp \ + lower_output_reads.cpp \ + lower_ubo_reference.cpp \ + opt_algebraic.cpp \ + opt_array_splitting.cpp \ + opt_constant_folding.cpp \ + opt_constant_propagation.cpp \ + opt_constant_variable.cpp \ + opt_copy_propagation.cpp \ + opt_copy_propagation_elements.cpp \ + opt_cse.cpp \ + opt_dead_builtin_variables.cpp \ + opt_dead_builtin_varyings.cpp \ + opt_dead_code.cpp \ + opt_dead_code_local.cpp \ + opt_dead_functions.cpp \ + opt_flatten_nested_if_blocks.cpp \ + opt_flip_matrices.cpp \ + opt_function_inlining.cpp \ + opt_if_simplification.cpp \ + opt_minmax.cpp \ + opt_noop_swizzle.cpp \ + opt_rebalance_tree.cpp \ + opt_redundant_jumps.cpp \ + opt_structure_splitting.cpp \ + opt_swizzle_swizzle.cpp \ + opt_tree_grafting.cpp \ + opt_vectorize.cpp \ + program.h \ + s_expression.cpp \ + s_expression.h # glsl_compiler GLSL_COMPILER_CXX_FILES = \ - $(GLSL_SRCDIR)/standalone_scaffolding.cpp \ - $(GLSL_SRCDIR)/standalone_scaffolding.h \ - $(GLSL_SRCDIR)/main.cpp + standalone_scaffolding.cpp \ + standalone_scaffolding.h \ + main.cpp # libglsl generated sources LIBGLSL_GENERATED_CXX_FILES = \ - $(GLSL_BUILDDIR)/glsl_lexer.cpp \ - $(GLSL_BUILDDIR)/glsl_parser.cpp + glsl_lexer.cpp \ + glsl_parser.cpp diff --git a/mesalib/src/glsl/README b/mesalib/src/glsl/README index 2f93f12ff..bfcf69f90 100644 --- a/mesalib/src/glsl/README +++ b/mesalib/src/glsl/README @@ -187,7 +187,7 @@ You may also need to update the backends if they will see the new expr type: You can then use the new expression from builtins (if all backends would rather see it), or scan the IR and convert to use your new -expression type (see ir_mod_to_fract, for example). +expression type (see ir_mod_to_floor, for example). Q: How is memory management handled in the compiler? diff --git a/mesalib/src/glsl/SConscript b/mesalib/src/glsl/SConscript index 847e96246..21c8266a6 100644 --- a/mesalib/src/glsl/SConscript +++ b/mesalib/src/glsl/SConscript @@ -11,6 +11,8 @@ env.Prepend(CPPPATH = [ '#src', '#src/mapi', '#src/mesa', + '#src/gallium/include', + '#src/gallium/auxiliary', '#src/glsl', '#src/glsl/glcpp', ]) diff --git a/mesalib/src/glsl/ast.h b/mesalib/src/glsl/ast.h index 6995ae83b..ef74e5137 100644 --- a/mesalib/src/glsl/ast.h +++ b/mesalib/src/glsl/ast.h @@ -189,6 +189,7 @@ enum ast_operators { ast_uint_constant, ast_float_constant, ast_bool_constant, + ast_double_constant, ast_sequence, ast_aggregate @@ -236,6 +237,7 @@ public: float float_constant; unsigned uint_constant; int bool_constant; + double double_constant; } primary_expression; diff --git a/mesalib/src/glsl/ast_function.cpp b/mesalib/src/glsl/ast_function.cpp index cbff9d8b4..918be6966 100644 --- a/mesalib/src/glsl/ast_function.cpp +++ b/mesalib/src/glsl/ast_function.cpp @@ -573,6 +573,9 @@ convert_component(ir_rvalue *src, const glsl_type *desired_type) result = new(ctx) ir_expression(ir_unop_i2u, new(ctx) ir_expression(ir_unop_b2i, src)); break; + case GLSL_TYPE_DOUBLE: + result = new(ctx) ir_expression(ir_unop_d2u, src); + break; } break; case GLSL_TYPE_INT: @@ -586,6 +589,9 @@ convert_component(ir_rvalue *src, const glsl_type *desired_type) case GLSL_TYPE_BOOL: result = new(ctx) ir_expression(ir_unop_b2i, src); break; + case GLSL_TYPE_DOUBLE: + result = new(ctx) ir_expression(ir_unop_d2i, src); + break; } break; case GLSL_TYPE_FLOAT: @@ -599,6 +605,9 @@ convert_component(ir_rvalue *src, const glsl_type *desired_type) case GLSL_TYPE_BOOL: result = new(ctx) ir_expression(ir_unop_b2f, desired_type, src, NULL); break; + case GLSL_TYPE_DOUBLE: + result = new(ctx) ir_expression(ir_unop_d2f, desired_type, src, NULL); + break; } break; case GLSL_TYPE_BOOL: @@ -613,8 +622,27 @@ convert_component(ir_rvalue *src, const glsl_type *desired_type) case GLSL_TYPE_FLOAT: result = new(ctx) ir_expression(ir_unop_f2b, desired_type, src, NULL); break; + case GLSL_TYPE_DOUBLE: + result = new(ctx) ir_expression(ir_unop_d2b, desired_type, src, NULL); + break; } break; + case GLSL_TYPE_DOUBLE: + switch (b) { + case GLSL_TYPE_INT: + result = new(ctx) ir_expression(ir_unop_i2d, src); + break; + case GLSL_TYPE_UINT: + result = new(ctx) ir_expression(ir_unop_u2d, src); + break; + case GLSL_TYPE_BOOL: + result = new(ctx) ir_expression(ir_unop_f2d, + new(ctx) ir_expression(ir_unop_b2f, src)); + break; + case GLSL_TYPE_FLOAT: + result = new(ctx) ir_expression(ir_unop_f2d, desired_type, src, NULL); + break; + } } assert(result != NULL); @@ -711,9 +739,9 @@ process_vec_mat_constructor(exec_list *instructions, /* Apply implicit conversions (not the scalar constructor rules!). See * the spec quote above. */ - if (constructor_type->is_float()) { + if (constructor_type->base_type != result->type->base_type) { const glsl_type *desired_type = - glsl_type::get_instance(GLSL_TYPE_FLOAT, + glsl_type::get_instance(constructor_type->base_type, ir->type->vector_elements, ir->type->matrix_columns); if (result->type->can_implicitly_convert_to(desired_type, state)) { @@ -847,13 +875,17 @@ process_array_constructor(exec_list *instructions, foreach_in_list_safe(ir_rvalue, ir, &actual_parameters) { ir_rvalue *result = ir; + const glsl_base_type element_base_type = + constructor_type->element_type()->base_type; + /* Apply implicit conversions (not the scalar constructor rules!). See * the spec quote above. */ - if (constructor_type->element_type()->is_float()) { - const glsl_type *desired_type = - glsl_type::get_instance(GLSL_TYPE_FLOAT, - ir->type->vector_elements, - ir->type->matrix_columns); + if (element_base_type != result->type->base_type) { + const glsl_type *desired_type = + glsl_type::get_instance(element_base_type, + ir->type->vector_elements, + ir->type->matrix_columns); + if (result->type->can_implicitly_convert_to(desired_type, state)) { /* Even though convert_component() implements the constructor * conversion rules (not the implicit conversion rules), its safe @@ -1012,6 +1044,9 @@ emit_inline_vector_constructor(const glsl_type *type, case GLSL_TYPE_FLOAT: data.f[i + base_component] = c->get_float_component(i); break; + case GLSL_TYPE_DOUBLE: + data.d[i + base_component] = c->get_double_component(i); + break; case GLSL_TYPE_BOOL: data.b[i + base_component] = c->get_bool_component(i); break; @@ -1167,16 +1202,21 @@ emit_inline_matrix_constructor(const glsl_type *type, /* Assign the scalar to the X component of a vec4, and fill the remaining * components with zero. */ + glsl_base_type param_base_type = first_param->type->base_type; + assert(param_base_type == GLSL_TYPE_FLOAT || + param_base_type == GLSL_TYPE_DOUBLE); ir_variable *rhs_var = - new(ctx) ir_variable(glsl_type::vec4_type, "mat_ctor_vec", - ir_var_temporary); + new(ctx) ir_variable(glsl_type::get_instance(param_base_type, 4, 1), + "mat_ctor_vec", + ir_var_temporary); instructions->push_tail(rhs_var); ir_constant_data zero; - zero.f[0] = 0.0; - zero.f[1] = 0.0; - zero.f[2] = 0.0; - zero.f[3] = 0.0; + for (unsigned i = 0; i < 4; i++) + if (param_base_type == GLSL_TYPE_FLOAT) + zero.f[i] = 0.0; + else + zero.d[i] = 0.0; ir_instruction *inst = new(ctx) ir_assignment(new(ctx) ir_dereference_variable(rhs_var), @@ -1524,10 +1564,10 @@ ast_function_expression::hir(exec_list *instructions, } - /* Constructors for samplers are illegal. + /* Constructors for opaque types are illegal. */ - if (constructor_type->is_sampler()) { - _mesa_glsl_error(& loc, state, "cannot construct sampler type `%s'", + if (constructor_type->contains_opaque()) { + _mesa_glsl_error(& loc, state, "cannot construct opaque type `%s'", constructor_type->name); return ir_rvalue::error_value(ctx); } diff --git a/mesalib/src/glsl/ast_to_hir.cpp b/mesalib/src/glsl/ast_to_hir.cpp index 811a9557d..acb5c763c 100644 --- a/mesalib/src/glsl/ast_to_hir.cpp +++ b/mesalib/src/glsl/ast_to_hir.cpp @@ -172,6 +172,7 @@ get_conversion_operation(const glsl_type *to, const glsl_type *from, switch (from->base_type) { case GLSL_TYPE_INT: return ir_unop_i2f; case GLSL_TYPE_UINT: return ir_unop_u2f; + case GLSL_TYPE_DOUBLE: return ir_unop_d2f; default: return (ir_expression_operation)0; } @@ -183,6 +184,16 @@ get_conversion_operation(const glsl_type *to, const glsl_type *from, default: return (ir_expression_operation)0; } + case GLSL_TYPE_DOUBLE: + if (!state->has_double()) + return (ir_expression_operation)0; + switch (from->base_type) { + case GLSL_TYPE_INT: return ir_unop_i2d; + case GLSL_TYPE_UINT: return ir_unop_u2d; + case GLSL_TYPE_FLOAT: return ir_unop_f2d; + default: return (ir_expression_operation)0; + } + default: return (ir_expression_operation)0; } } @@ -340,8 +351,10 @@ arithmetic_result_type(ir_rvalue * &value_a, ir_rvalue * &value_b, * type of both operands must be float. */ assert(type_a->is_matrix() || type_b->is_matrix()); - assert(type_a->base_type == GLSL_TYPE_FLOAT); - assert(type_b->base_type == GLSL_TYPE_FLOAT); + assert(type_a->base_type == GLSL_TYPE_FLOAT || + type_a->base_type == GLSL_TYPE_DOUBLE); + assert(type_b->base_type == GLSL_TYPE_FLOAT || + type_b->base_type == GLSL_TYPE_DOUBLE); /* "* The operator is add (+), subtract (-), or divide (/), and the * operands are matrices with the same number of rows and the same @@ -959,6 +972,7 @@ do_comparison(void *mem_ctx, int operation, ir_rvalue *op0, ir_rvalue *op1) case GLSL_TYPE_UINT: case GLSL_TYPE_INT: case GLSL_TYPE_BOOL: + case GLSL_TYPE_DOUBLE: return new(mem_ctx) ir_expression(operation, op0, op1); case GLSL_TYPE_ARRAY: { @@ -1597,13 +1611,11 @@ ast_expression::do_hir(exec_list *instructions, } ir_constant *cond_val = op[0]->constant_expression_value(); - ir_constant *then_val = op[1]->constant_expression_value(); - ir_constant *else_val = op[2]->constant_expression_value(); if (then_instructions.is_empty() && else_instructions.is_empty() - && (cond_val != NULL) && (then_val != NULL) && (else_val != NULL)) { - result = (cond_val->value.b[0]) ? then_val : else_val; + && cond_val != NULL) { + result = cond_val->value.b[0] ? op[1] : op[2]; } else { ir_variable *const tmp = new(ctx) ir_variable(type, "conditional_tmp", ir_var_temporary); @@ -1748,6 +1760,10 @@ ast_expression::do_hir(exec_list *instructions, result = new(ctx) ir_constant(bool(this->primary_expression.bool_constant)); break; + case ast_double_constant: + result = new(ctx) ir_constant(this->primary_expression.double_constant); + break; + case ast_sequence: { /* It should not be possible to generate a sequence in the AST without * any expressions in it. @@ -2562,6 +2578,8 @@ apply_type_qualifier_to_variable(const struct ast_type_qualifier *qual, _mesa_glsl_error(loc, state, "varying variables may not be of type struct"); break; + case GLSL_TYPE_DOUBLE: + break; default: _mesa_glsl_error(loc, state, "illegal type for a varying variable"); break; @@ -3603,6 +3621,51 @@ ast_declarator_list::hir(exec_list *instructions, handle_geometry_shader_input_decl(state, loc, var); } + } else if (var->data.mode == ir_var_shader_out) { + const glsl_type *check_type = var->type->without_array(); + + /* From section 4.3.6 (Output variables) of the GLSL 4.40 spec: + * + * It is a compile-time error to declare a vertex, tessellation + * evaluation, tessellation control, or geometry shader output + * that contains any of the following: + * + * * A Boolean type (bool, bvec2 ...) + * * An opaque type + */ + if (check_type->is_boolean() || check_type->contains_opaque()) + _mesa_glsl_error(&loc, state, + "%s shader output cannot have type %s", + _mesa_shader_stage_to_string(state->stage), + check_type->name); + + /* From section 4.3.6 (Output variables) of the GLSL 4.40 spec: + * + * It is a compile-time error to declare a fragment shader output + * that contains any of the following: + * + * * A Boolean type (bool, bvec2 ...) + * * A double-precision scalar or vector (double, dvec2 ...) + * * An opaque type + * * Any matrix type + * * A structure + */ + if (state->stage == MESA_SHADER_FRAGMENT) { + if (check_type->is_record() || check_type->is_matrix()) + _mesa_glsl_error(&loc, state, + "fragment shader output " + "cannot have struct or array type"); + switch (check_type->base_type) { + case GLSL_TYPE_UINT: + case GLSL_TYPE_INT: + case GLSL_TYPE_FLOAT: + break; + default: + _mesa_glsl_error(&loc, state, + "fragment shader output cannot have " + "type %s", check_type->name); + } + } } /* Integer fragment inputs must be qualified with 'flat'. In GLSL ES, @@ -3647,6 +3710,15 @@ ast_declarator_list::hir(exec_list *instructions, var_type); } + /* Double fragment inputs must be qualified with 'flat'. */ + if (var->type->contains_double() && + var->data.interpolation != INTERP_QUALIFIER_FLAT && + state->stage == MESA_SHADER_FRAGMENT && + var->data.mode == ir_var_shader_in) { + _mesa_glsl_error(&loc, state, "if a fragment input is (or contains) " + "a double, then it must be qualified with 'flat'", + var_type); + } /* Interpolation qualifiers cannot be applied to 'centroid' and * 'centroid varying'. @@ -4133,6 +4205,27 @@ ast_function::hir(exec_list *instructions, emit_function(state, f); } + /* From GLSL ES 3.0 spec, chapter 6.1 "Function Definitions", page 71: + * + * "A shader cannot redefine or overload built-in functions." + * + * While in GLSL ES 1.0 specification, chapter 8 "Built-in Functions": + * + * "User code can overload the built-in functions but cannot redefine + * them." + */ + if (state->es_shader && state->language_version >= 300) { + /* Local shader has no exact candidates; check the built-ins. */ + _mesa_glsl_initialize_builtin_functions(); + if (_mesa_glsl_find_builtin_function_by_name(state, name)) { + YYLTYPE loc = this->get_location(); + _mesa_glsl_error(& loc, state, + "A shader cannot redefine or overload built-in " + "function `%s' in GLSL ES 3.00", name); + return NULL; + } + } + /* Verify that this function's signature either doesn't match a previously * seen signature for a function with the same name, or, if a match is found, * that the previously seen signature does not have an associated definition. @@ -5203,6 +5296,13 @@ ast_process_structure_or_interface_block(exec_list *instructions, "members"); } + if (qual->flags.q.constant) { + YYLTYPE loc = decl_list->get_location(); + _mesa_glsl_error(&loc, state, + "const storage qualifier cannot be applied " + "to struct or interface block members"); + } + field_type = process_array_type(&loc, decl_type, decl->array_specifier, state); fields[i].type = field_type; @@ -5383,6 +5483,14 @@ ast_interface_block::hir(exec_list *instructions, { YYLTYPE loc = this->get_location(); + /* Interface blocks must be declared at global scope */ + if (state->current_function != NULL) { + _mesa_glsl_error(&loc, state, + "Interface block `%s' must be declared " + "at global scope", + this->block_name); + } + /* The ast_interface_block has a list of ast_declarator_lists. We * need to turn those into ir_variables with an association * with this uniform block. @@ -5443,9 +5551,23 @@ ast_interface_block::hir(exec_list *instructions, state->struct_specifier_depth--; - if (!redeclaring_per_vertex) + if (!redeclaring_per_vertex) { validate_identifier(this->block_name, loc, state); + /* From section 4.3.9 ("Interface Blocks") of the GLSL 4.50 spec: + * + * "Block names have no other use within a shader beyond interface + * matching; it is a compile-time error to use a block name at global + * scope for anything other than as a block name." + */ + ir_variable *var = state->symbols->get_variable(this->block_name); + if (var && !var->type->is_interface()) { + _mesa_glsl_error(&loc, state, "Block name `%s' is " + "already used in the scope.", + this->block_name); + } + } + const glsl_type *earlier_per_vertex = NULL; if (redeclaring_per_vertex) { /* Find the previous declaration of gl_PerVertex. If we're redeclaring diff --git a/mesalib/src/glsl/blob.c b/mesalib/src/glsl/blob.c new file mode 100644 index 000000000..dd4341be9 --- /dev/null +++ b/mesalib/src/glsl/blob.c @@ -0,0 +1,323 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + */ + +#include + +#include "main/macros.h" +#include "util/ralloc.h" +#include "blob.h" + +#define BLOB_INITIAL_SIZE 4096 + +/* Ensure that \blob will be able to fit an additional object of size + * \additional. The growing (if any) will occur by doubling the existing + * allocation. + */ +static bool +grow_to_fit(struct blob *blob, size_t additional) +{ + size_t to_allocate; + uint8_t *new_data; + + if (blob->size + additional <= blob->allocated) + return true; + + if (blob->allocated == 0) + to_allocate = BLOB_INITIAL_SIZE; + else + to_allocate = blob->allocated * 2; + + to_allocate = MAX2(to_allocate, blob->allocated + additional); + + new_data = reralloc_size(blob, blob->data, to_allocate); + if (new_data == NULL) + return false; + + blob->data = new_data; + blob->allocated = to_allocate; + + return true; +} + +/* Align the blob->size so that reading or writing a value at (blob->data + + * blob->size) will result in an access aligned to a granularity of \alignment + * bytes. + * + * \return True unless allocation fails + */ +static bool +align_blob(struct blob *blob, size_t alignment) +{ + const size_t new_size = ALIGN(blob->size, alignment); + + if (! grow_to_fit (blob, new_size - blob->size)) + return false; + + blob->size = new_size; + + return true; +} + +static void +align_blob_reader(struct blob_reader *blob, size_t alignment) +{ + blob->current = blob->data + ALIGN(blob->current - blob->data, alignment); +} + +struct blob * +blob_create(void *mem_ctx) +{ + struct blob *blob; + + blob = ralloc(mem_ctx, struct blob); + if (blob == NULL) + return NULL; + + blob->data = NULL; + blob->allocated = 0; + blob->size = 0; + + return blob; +} + +bool +blob_overwrite_bytes(struct blob *blob, + size_t offset, + const void *bytes, + size_t to_write) +{ + /* Detect an attempt to overwrite data out of bounds. */ + if (offset < 0 || blob->size - offset < to_write) + return false; + + memcpy(blob->data + offset, bytes, to_write); + + return true; +} + +bool +blob_write_bytes(struct blob *blob, const void *bytes, size_t to_write) +{ + if (! grow_to_fit(blob, to_write)) + return false; + + memcpy(blob->data + blob->size, bytes, to_write); + blob->size += to_write; + + return true; +} + +uint8_t * +blob_reserve_bytes(struct blob *blob, size_t to_write) +{ + uint8_t *ret; + + if (! grow_to_fit (blob, to_write)) + return NULL; + + ret = blob->data + blob->size; + blob->size += to_write; + + return ret; +} + +bool +blob_write_uint32(struct blob *blob, uint32_t value) +{ + align_blob(blob, sizeof(value)); + + return blob_write_bytes(blob, &value, sizeof(value)); +} + +bool +blob_overwrite_uint32 (struct blob *blob, + size_t offset, + uint32_t value) +{ + return blob_overwrite_bytes(blob, offset, &value, sizeof(value)); +} + +bool +blob_write_uint64(struct blob *blob, uint64_t value) +{ + align_blob(blob, sizeof(value)); + + return blob_write_bytes(blob, &value, sizeof(value)); +} + +bool +blob_write_intptr(struct blob *blob, intptr_t value) +{ + align_blob(blob, sizeof(value)); + + return blob_write_bytes(blob, &value, sizeof(value)); +} + +bool +blob_write_string(struct blob *blob, const char *str) +{ + return blob_write_bytes(blob, str, strlen(str) + 1); +} + +void +blob_reader_init(struct blob_reader *blob, uint8_t *data, size_t size) +{ + blob->data = data; + blob->end = data + size; + blob->current = data; + blob->overrun = false; +} + +/* Check that an object of size \size can be read from this blob. + * + * If not, set blob->overrun to indicate that we attempted to read too far. + */ +static bool +ensure_can_read(struct blob_reader *blob, size_t size) +{ + if (blob->current < blob->end && blob->end - blob->current >= size) + return true; + + blob->overrun = true; + + return false; +} + +void * +blob_read_bytes(struct blob_reader *blob, size_t size) +{ + void *ret; + + if (! ensure_can_read (blob, size)) + return NULL; + + ret = blob->current; + + blob->current += size; + + return ret; +} + +void +blob_copy_bytes(struct blob_reader *blob, uint8_t *dest, size_t size) +{ + uint8_t *bytes; + + bytes = blob_read_bytes(blob, size); + if (bytes == NULL) + return; + + memcpy(dest, bytes, size); +} + +/* These next three read functions have identical form. If we add any beyond + * these first three we should probably switch to generating these with a + * preprocessor macro. +*/ +uint32_t +blob_read_uint32(struct blob_reader *blob) +{ + uint32_t ret; + int size = sizeof(ret); + + align_blob_reader(blob, size); + + if (! ensure_can_read(blob, size)) + return 0; + + ret = *((uint32_t*) blob->current); + + blob->current += size; + + return ret; +} + +uint64_t +blob_read_uint64(struct blob_reader *blob) +{ + uint64_t ret; + int size = sizeof(ret); + + align_blob_reader(blob, size); + + if (! ensure_can_read(blob, size)) + return 0; + + ret = *((uint64_t*) blob->current); + + blob->current += size; + + return ret; +} + +intptr_t +blob_read_intptr(struct blob_reader *blob) +{ + intptr_t ret; + int size = sizeof(ret); + + align_blob_reader(blob, size); + + if (! ensure_can_read(blob, size)) + return 0; + + ret = *((intptr_t *) blob->current); + + blob->current += size; + + return ret; +} + +char * +blob_read_string(struct blob_reader *blob) +{ + int size; + char *ret; + uint8_t *nul; + + /* If we're already at the end, then this is an overrun. */ + if (blob->current >= blob->end) { + blob->overrun = true; + return NULL; + } + + /* Similarly, if there is no zero byte in the data remaining in this blob, + * we also consider that an overrun. + */ + nul = memchr(blob->current, 0, blob->end - blob->current); + + if (nul == NULL) { + blob->overrun = true; + return NULL; + } + + size = nul - blob->current + 1; + + assert(ensure_can_read(blob, size)); + + ret = (char *) blob->current; + + blob->current += size; + + return ret; +} diff --git a/mesalib/src/glsl/blob.h b/mesalib/src/glsl/blob.h new file mode 100644 index 000000000..ec903ec14 --- /dev/null +++ b/mesalib/src/glsl/blob.h @@ -0,0 +1,289 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + */ + +#pragma once +#ifndef BLOB_H +#define BLOB_H + +#ifdef __cplusplus +extern "C" { +#endif + +#include + +/* The blob functions implement a simple, low-level API for serializing and + * deserializing. + * + * All objects written to a blob will be serialized directly, (without any + * additional meta-data to describe the data written). Therefore, it is the + * caller's responsibility to ensure that any data can be read later, (either + * by knowing exactly what data is expected, or by writing to the blob + * sufficient meta-data to describe what has been written). + * + * A blob is efficient in that it dynamically grows by doubling in size, so + * allocation costs are logarithmic. + */ + +struct blob { + /* The data actually written to the blob. */ + uint8_t *data; + + /** Number of bytes that have been allocated for \c data. */ + size_t allocated; + + /** The number of bytes that have actual data written to them. */ + size_t size; +}; + +/* When done reading, the caller can ensure that everything was consumed by + * checking the following: + * + * 1. blob->current should be equal to blob->end, (if not, too little was + * read). + * + * 2. blob->overrun should be false, (otherwise, too much was read). + */ +struct blob_reader { + uint8_t *data; + uint8_t *end; + uint8_t *current; + bool overrun; +}; + +/** + * Create a new, empty blob, belonging to \mem_ctx. + * + * \return The new blob, (or NULL in case of allocation failure). + */ +struct blob * +blob_create (void *mem_ctx); + +/** + * Add some unstructured, fixed-size data to a blob. + * + * \return True unless allocation failed. + */ +bool +blob_write_bytes (struct blob *blob, const void *bytes, size_t to_write); + +/** + * Reserve space in \blob for a number of bytes. + * + * Space will be allocated within the blob for these byes, but the bytes will + * be left uninitialized. The caller is expected to use the return value to + * write directly (and immediately) to these bytes. + * + * \note The return value is valid immediately upon return, but can be + * invalidated by any other call to a blob function. So the caller should call + * blob_reserve_byes immediately before writing through the returned pointer. + * + * This function is intended to be used when interfacing with an existing API + * that is not aware of the blob API, (so that blob_write_bytes cannot be + * called). + * + * \return A pointer to space allocated within \blob to which \to_write bytes + * can be written, (or NULL in case of any allocation error). + */ +uint8_t * +blob_reserve_bytes (struct blob *blob, size_t to_write); + +/** + * Overwrite some data previously written to the blob. + * + * Writes data to an existing portion of the blob at an offset of \offset. + * This data range must have previously been written to the blob by one of the + * blob_write_* calls. + * + * For example usage, see blob_overwrite_uint32 + * + * \return True unless the requested offset or offset+to_write lie outside + * the current blob's size. + */ +bool +blob_overwrite_bytes (struct blob *blob, + size_t offset, + const void *bytes, + size_t to_write); + +/** + * Add a uint32_t to a blob. + * + * \note This function will only write to a uint32_t-aligned offset from the + * beginning of the blob's data, so some padding bytes may be added to the + * blob if this write follows some unaligned write (such as + * blob_write_string). + * + * \return True unless allocation failed. + */ +bool +blob_write_uint32 (struct blob *blob, uint32_t value); + +/** + * Overwrite a uint32_t previously written to the blob. + * + * Writes a uint32_t value to an existing portion of the blob at an offset of + * \offset. This data range must have previously been written to the blob by + * one of the blob_write_* calls. + * + * + * The expected usage is something like the following pattern: + * + * size_t offset; + * + * offset = blob->size; + * blob_write_uint32 (blob, 0); // placeholder + * ... various blob write calls, writing N items ... + * blob_overwrite_uint32 (blob, offset, N); + * + * \return True unless the requested position or position+to_write lie outside + * the current blob's size. + */ +bool +blob_overwrite_uint32 (struct blob *blob, + size_t offset, + uint32_t value); + +/** + * Add a uint64_t to a blob. + * + * \note This function will only write to a uint64_t-aligned offset from the + * beginning of the blob's data, so some padding bytes may be added to the + * blob if this write follows some unaligned write (such as + * blob_write_string). + * + * \return True unless allocation failed. + */ +bool +blob_write_uint64 (struct blob *blob, uint64_t value); + +/** + * Add an intptr_t to a blob. + * + * \note This function will only write to an intptr_t-aligned offset from the + * beginning of the blob's data, so some padding bytes may be added to the + * blob if this write follows some unaligned write (such as + * blob_write_string). + * + * \return True unless allocation failed. + */ +bool +blob_write_intptr (struct blob *blob, intptr_t value); + +/** + * Add a NULL-terminated string to a blob, (including the NULL terminator). + * + * \return True unless allocation failed. + */ +bool +blob_write_string (struct blob *blob, const char *str); + +/** + * Start reading a blob, (initializing the contents of \blob for reading). + * + * After this call, the caller can use the various blob_read_* functions to + * read elements from the data array. + * + * For all of the blob_read_* functions, if there is insufficient data + * remaining, the functions will do nothing, (perhaps returning default values + * such as 0). The caller can detect this by noting that the blob_reader's + * current value is unchanged before and after the call. + */ +void +blob_reader_init (struct blob_reader *blob, uint8_t *data, size_t size); + +/** + * Read some unstructured, fixed-size data from the current location, (and + * update the current location to just past this data). + * + * \note The memory returned belongs to the data underlying the blob reader. The + * caller must copy the data in order to use it after the lifetime of the data + * underlying the blob reader. + * + * \return The bytes read (see note above about memory lifetime). + */ +void * +blob_read_bytes (struct blob_reader *blob, size_t size); + +/** + * Read some unstructured, fixed-size data from the current location, copying + * it to \dest (and update the current location to just past this data) + */ +void +blob_copy_bytes (struct blob_reader *blob, uint8_t *dest, size_t size); + +/** + * Read a uint32_t from the current location, (and update the current location + * to just past this uint32_t). + * + * \note This function will only read from a uint32_t-aligned offset from the + * beginning of the blob's data, so some padding bytes may be skipped. + * + * \return The uint32_t read + */ +uint32_t +blob_read_uint32 (struct blob_reader *blob); + +/** + * Read a uint64_t from the current location, (and update the current location + * to just past this uint64_t). + * + * \note This function will only read from a uint64_t-aligned offset from the + * beginning of the blob's data, so some padding bytes may be skipped. + * + * \return The uint64_t read + */ +uint64_t +blob_read_uint64 (struct blob_reader *blob); + +/** + * Read an intptr_t value from the current location, (and update the + * current location to just past this intptr_t). + * + * \note This function will only read from an intptr_t-aligned offset from the + * beginning of the blob's data, so some padding bytes may be skipped. + * + * \return The intptr_t read + */ +intptr_t +blob_read_intptr (struct blob_reader *blob); + +/** + * Read a NULL-terminated string from the current location, (and update the + * current location to just past this string). + * + * \note The memory returned belongs to the data underlying the blob reader. The + * caller must copy the string in order to use the string after the lifetime + * of the data underlying the blob reader. + * + * \return The string read (see note above about memory lifetime). However, if + * there is no NULL byte remaining within the blob, this function returns + * NULL. + */ +char * +blob_read_string (struct blob_reader *blob); + +#ifdef __cplusplus +} +#endif + +#endif /* BLOB_H */ diff --git a/mesalib/src/glsl/builtin_functions.cpp b/mesalib/src/glsl/builtin_functions.cpp index bb7fbcdc1..b643927d0 100644 --- a/mesalib/src/glsl/builtin_functions.cpp +++ b/mesalib/src/glsl/builtin_functions.cpp @@ -381,6 +381,12 @@ gs_streams(const _mesa_glsl_parse_state *state) return gpu_shader5(state) && gs_only(state); } +static bool +fp64(const _mesa_glsl_parse_state *state) +{ + return state->has_double(); +} + /** @} */ /******************************************************************************/ @@ -436,6 +442,7 @@ private: ir_constant *imm(float f, unsigned vector_elements=1); ir_constant *imm(int i, unsigned vector_elements=1); ir_constant *imm(unsigned u, unsigned vector_elements=1); + ir_constant *imm(double d, unsigned vector_elements=1); ir_constant *imm(const glsl_type *type, const ir_constant_data &); ir_dereference_variable *var_ref(ir_variable *var); ir_dereference_array *array_ref(ir_variable *var, int i); @@ -526,29 +533,29 @@ private: B1(log) B1(exp2) B1(log2) - B1(sqrt) - B1(inversesqrt) - B1(abs) - B1(sign) - B1(floor) - B1(trunc) - B1(round) - B1(roundEven) - B1(ceil) - B1(fract) + BA1(sqrt) + BA1(inversesqrt) + BA1(abs) + BA1(sign) + BA1(floor) + BA1(trunc) + BA1(round) + BA1(roundEven) + BA1(ceil) + BA1(fract) B2(mod) - B1(modf) + BA1(modf) BA2(min) BA2(max) BA2(clamp) - B2(mix_lrp) + BA2(mix_lrp) ir_function_signature *_mix_sel(builtin_available_predicate avail, const glsl_type *val_type, const glsl_type *blend_type); - B2(step) - B2(smoothstep) - B1(isnan) - B1(isinf) + BA2(step) + BA2(smoothstep) + BA1(isnan) + BA1(isinf) B1(floatBitsToInt) B1(floatBitsToUint) B1(intBitsToFloat) @@ -563,24 +570,27 @@ private: ir_function_signature *_unpackSnorm4x8(builtin_available_predicate avail); ir_function_signature *_packHalf2x16(builtin_available_predicate avail); ir_function_signature *_unpackHalf2x16(builtin_available_predicate avail); - B1(length) - B1(distance); - B1(dot); - B1(cross); - B1(normalize); + ir_function_signature *_packDouble2x32(builtin_available_predicate avail); + ir_function_signature *_unpackDouble2x32(builtin_available_predicate avail); + + BA1(length) + BA1(distance); + BA1(dot); + BA1(cross); + BA1(normalize); B0(ftransform); - B1(faceforward); - B1(reflect); - B1(refract); - B1(matrixCompMult); - B1(outerProduct); - B0(determinant_mat2); - B0(determinant_mat3); - B0(determinant_mat4); - B0(inverse_mat2); - B0(inverse_mat3); - B0(inverse_mat4); - B1(transpose); + BA1(faceforward); + BA1(reflect); + BA1(refract); + BA1(matrixCompMult); + BA1(outerProduct); + BA1(determinant_mat2); + BA1(determinant_mat3); + BA1(determinant_mat4); + BA1(inverse_mat2); + BA1(inverse_mat3); + BA1(inverse_mat4); + BA1(transpose); BA1(lessThan); BA1(lessThanEqual); BA1(greaterThan); @@ -644,9 +654,10 @@ private: B1(bitCount) B1(findLSB) B1(findMSB) - B1(fma) + BA1(fma) B2(ldexp) B2(frexp) + B2(dfrexp) B1(uaddCarry) B1(usubBorrow) B1(mulExtended) @@ -815,6 +826,42 @@ builtin_builder::create_builtins() _##NAME(glsl_type::vec4_type), \ NULL); +#define FD(NAME) \ + add_function(#NAME, \ + _##NAME(always_available, glsl_type::float_type), \ + _##NAME(always_available, glsl_type::vec2_type), \ + _##NAME(always_available, glsl_type::vec3_type), \ + _##NAME(always_available, glsl_type::vec4_type), \ + _##NAME(fp64, glsl_type::double_type), \ + _##NAME(fp64, glsl_type::dvec2_type), \ + _##NAME(fp64, glsl_type::dvec3_type), \ + _##NAME(fp64, glsl_type::dvec4_type), \ + NULL); + +#define FD130(NAME) \ + add_function(#NAME, \ + _##NAME(v130, glsl_type::float_type), \ + _##NAME(v130, glsl_type::vec2_type), \ + _##NAME(v130, glsl_type::vec3_type), \ + _##NAME(v130, glsl_type::vec4_type), \ + _##NAME(fp64, glsl_type::double_type), \ + _##NAME(fp64, glsl_type::dvec2_type), \ + _##NAME(fp64, glsl_type::dvec3_type), \ + _##NAME(fp64, glsl_type::dvec4_type), \ + NULL); + +#define FDGS5(NAME) \ + add_function(#NAME, \ + _##NAME(gpu_shader5, glsl_type::float_type), \ + _##NAME(gpu_shader5, glsl_type::vec2_type), \ + _##NAME(gpu_shader5, glsl_type::vec3_type), \ + _##NAME(gpu_shader5, glsl_type::vec4_type), \ + _##NAME(fp64, glsl_type::double_type), \ + _##NAME(fp64, glsl_type::dvec2_type), \ + _##NAME(fp64, glsl_type::dvec3_type), \ + _##NAME(fp64, glsl_type::dvec4_type), \ + NULL); + #define FI(NAME) \ add_function(#NAME, \ _##NAME(glsl_type::float_type), \ @@ -827,7 +874,23 @@ builtin_builder::create_builtins() _##NAME(glsl_type::ivec4_type), \ NULL); -#define FIU(NAME) \ +#define FID(NAME) \ + add_function(#NAME, \ + _##NAME(always_available, glsl_type::float_type), \ + _##NAME(always_available, glsl_type::vec2_type), \ + _##NAME(always_available, glsl_type::vec3_type), \ + _##NAME(always_available, glsl_type::vec4_type), \ + _##NAME(always_available, glsl_type::int_type), \ + _##NAME(always_available, glsl_type::ivec2_type), \ + _##NAME(always_available, glsl_type::ivec3_type), \ + _##NAME(always_available, glsl_type::ivec4_type), \ + _##NAME(fp64, glsl_type::double_type), \ + _##NAME(fp64, glsl_type::dvec2_type), \ + _##NAME(fp64, glsl_type::dvec3_type), \ + _##NAME(fp64, glsl_type::dvec4_type), \ + NULL); + +#define FIUD(NAME) \ add_function(#NAME, \ _##NAME(always_available, glsl_type::float_type), \ _##NAME(always_available, glsl_type::vec2_type), \ @@ -843,6 +906,10 @@ builtin_builder::create_builtins() _##NAME(v130, glsl_type::uvec2_type), \ _##NAME(v130, glsl_type::uvec3_type), \ _##NAME(v130, glsl_type::uvec4_type), \ + _##NAME(fp64, glsl_type::double_type), \ + _##NAME(fp64, glsl_type::dvec2_type), \ + _##NAME(fp64, glsl_type::dvec3_type), \ + _##NAME(fp64, glsl_type::dvec4_type), \ NULL); #define IU(NAME) \ @@ -858,7 +925,7 @@ builtin_builder::create_builtins() _##NAME(glsl_type::uvec4_type), \ NULL); -#define FIUB(NAME) \ +#define FIUBD(NAME) \ add_function(#NAME, \ _##NAME(always_available, glsl_type::float_type), \ _##NAME(always_available, glsl_type::vec2_type), \ @@ -879,9 +946,14 @@ builtin_builder::create_builtins() _##NAME(always_available, glsl_type::bvec2_type), \ _##NAME(always_available, glsl_type::bvec3_type), \ _##NAME(always_available, glsl_type::bvec4_type), \ + \ + _##NAME(fp64, glsl_type::double_type), \ + _##NAME(fp64, glsl_type::dvec2_type), \ + _##NAME(fp64, glsl_type::dvec3_type), \ + _##NAME(fp64, glsl_type::dvec4_type), \ NULL); -#define FIU2_MIXED(NAME) \ +#define FIUD2_MIXED(NAME) \ add_function(#NAME, \ _##NAME(always_available, glsl_type::float_type, glsl_type::float_type), \ _##NAME(always_available, glsl_type::vec2_type, glsl_type::float_type), \ @@ -909,6 +981,14 @@ builtin_builder::create_builtins() _##NAME(v130, glsl_type::uvec2_type, glsl_type::uvec2_type), \ _##NAME(v130, glsl_type::uvec3_type, glsl_type::uvec3_type), \ _##NAME(v130, glsl_type::uvec4_type, glsl_type::uvec4_type), \ + \ + _##NAME(fp64, glsl_type::double_type, glsl_type::double_type), \ + _##NAME(fp64, glsl_type::dvec2_type, glsl_type::double_type), \ + _##NAME(fp64, glsl_type::dvec3_type, glsl_type::double_type), \ + _##NAME(fp64, glsl_type::dvec4_type, glsl_type::double_type), \ + _##NAME(fp64, glsl_type::dvec2_type, glsl_type::dvec2_type), \ + _##NAME(fp64, glsl_type::dvec3_type, glsl_type::dvec3_type), \ + _##NAME(fp64, glsl_type::dvec4_type, glsl_type::dvec4_type), \ NULL); F(radians) @@ -941,16 +1021,16 @@ builtin_builder::create_builtins() F(log) F(exp2) F(log2) - F(sqrt) - F(inversesqrt) - FI(abs) - FI(sign) - F(floor) - F(trunc) - F(round) - F(roundEven) - F(ceil) - F(fract) + FD(sqrt) + FD(inversesqrt) + FID(abs) + FID(sign) + FD(floor) + FD(trunc) + FD(round) + FD(roundEven) + FD(ceil) + FD(fract) add_function("mod", _mod(glsl_type::float_type, glsl_type::float_type), @@ -961,29 +1041,52 @@ builtin_builder::create_builtins() _mod(glsl_type::vec2_type, glsl_type::vec2_type), _mod(glsl_type::vec3_type, glsl_type::vec3_type), _mod(glsl_type::vec4_type, glsl_type::vec4_type), + + _mod(glsl_type::double_type, glsl_type::double_type), + _mod(glsl_type::dvec2_type, glsl_type::double_type), + _mod(glsl_type::dvec3_type, glsl_type::double_type), + _mod(glsl_type::dvec4_type, glsl_type::double_type), + + _mod(glsl_type::dvec2_type, glsl_type::dvec2_type), + _mod(glsl_type::dvec3_type, glsl_type::dvec3_type), + _mod(glsl_type::dvec4_type, glsl_type::dvec4_type), NULL); - F(modf) + FD(modf) - FIU2_MIXED(min) - FIU2_MIXED(max) - FIU2_MIXED(clamp) + FIUD2_MIXED(min) + FIUD2_MIXED(max) + FIUD2_MIXED(clamp) add_function("mix", - _mix_lrp(glsl_type::float_type, glsl_type::float_type), - _mix_lrp(glsl_type::vec2_type, glsl_type::float_type), - _mix_lrp(glsl_type::vec3_type, glsl_type::float_type), - _mix_lrp(glsl_type::vec4_type, glsl_type::float_type), + _mix_lrp(always_available, glsl_type::float_type, glsl_type::float_type), + _mix_lrp(always_available, glsl_type::vec2_type, glsl_type::float_type), + _mix_lrp(always_available, glsl_type::vec3_type, glsl_type::float_type), + _mix_lrp(always_available, glsl_type::vec4_type, glsl_type::float_type), + + _mix_lrp(always_available, glsl_type::vec2_type, glsl_type::vec2_type), + _mix_lrp(always_available, glsl_type::vec3_type, glsl_type::vec3_type), + _mix_lrp(always_available, glsl_type::vec4_type, glsl_type::vec4_type), - _mix_lrp(glsl_type::vec2_type, glsl_type::vec2_type), - _mix_lrp(glsl_type::vec3_type, glsl_type::vec3_type), - _mix_lrp(glsl_type::vec4_type, glsl_type::vec4_type), + _mix_lrp(fp64, glsl_type::double_type, glsl_type::double_type), + _mix_lrp(fp64, glsl_type::dvec2_type, glsl_type::double_type), + _mix_lrp(fp64, glsl_type::dvec3_type, glsl_type::double_type), + _mix_lrp(fp64, glsl_type::dvec4_type, glsl_type::double_type), + + _mix_lrp(fp64, glsl_type::dvec2_type, glsl_type::dvec2_type), + _mix_lrp(fp64, glsl_type::dvec3_type, glsl_type::dvec3_type), + _mix_lrp(fp64, glsl_type::dvec4_type, glsl_type::dvec4_type), _mix_sel(v130, glsl_type::float_type, glsl_type::bool_type), _mix_sel(v130, glsl_type::vec2_type, glsl_type::bvec2_type), _mix_sel(v130, glsl_type::vec3_type, glsl_type::bvec3_type), _mix_sel(v130, glsl_type::vec4_type, glsl_type::bvec4_type), + _mix_sel(fp64, glsl_type::double_type, glsl_type::bool_type), + _mix_sel(fp64, glsl_type::dvec2_type, glsl_type::bvec2_type), + _mix_sel(fp64, glsl_type::dvec3_type, glsl_type::bvec3_type), + _mix_sel(fp64, glsl_type::dvec4_type, glsl_type::bvec4_type), + _mix_sel(shader_integer_mix, glsl_type::int_type, glsl_type::bool_type), _mix_sel(shader_integer_mix, glsl_type::ivec2_type, glsl_type::bvec2_type), _mix_sel(shader_integer_mix, glsl_type::ivec3_type, glsl_type::bvec3_type), @@ -1001,29 +1104,45 @@ builtin_builder::create_builtins() NULL); add_function("step", - _step(glsl_type::float_type, glsl_type::float_type), - _step(glsl_type::float_type, glsl_type::vec2_type), - _step(glsl_type::float_type, glsl_type::vec3_type), - _step(glsl_type::float_type, glsl_type::vec4_type), - - _step(glsl_type::vec2_type, glsl_type::vec2_type), - _step(glsl_type::vec3_type, glsl_type::vec3_type), - _step(glsl_type::vec4_type, glsl_type::vec4_type), + _step(always_available, glsl_type::float_type, glsl_type::float_type), + _step(always_available, glsl_type::float_type, glsl_type::vec2_type), + _step(always_available, glsl_type::float_type, glsl_type::vec3_type), + _step(always_available, glsl_type::float_type, glsl_type::vec4_type), + + _step(always_available, glsl_type::vec2_type, glsl_type::vec2_type), + _step(always_available, glsl_type::vec3_type, glsl_type::vec3_type), + _step(always_available, glsl_type::vec4_type, glsl_type::vec4_type), + _step(fp64, glsl_type::double_type, glsl_type::double_type), + _step(fp64, glsl_type::double_type, glsl_type::dvec2_type), + _step(fp64, glsl_type::double_type, glsl_type::dvec3_type), + _step(fp64, glsl_type::double_type, glsl_type::dvec4_type), + + _step(fp64, glsl_type::dvec2_type, glsl_type::dvec2_type), + _step(fp64, glsl_type::dvec3_type, glsl_type::dvec3_type), + _step(fp64, glsl_type::dvec4_type, glsl_type::dvec4_type), NULL); add_function("smoothstep", - _smoothstep(glsl_type::float_type, glsl_type::float_type), - _smoothstep(glsl_type::float_type, glsl_type::vec2_type), - _smoothstep(glsl_type::float_type, glsl_type::vec3_type), - _smoothstep(glsl_type::float_type, glsl_type::vec4_type), - - _smoothstep(glsl_type::vec2_type, glsl_type::vec2_type), - _smoothstep(glsl_type::vec3_type, glsl_type::vec3_type), - _smoothstep(glsl_type::vec4_type, glsl_type::vec4_type), + _smoothstep(always_available, glsl_type::float_type, glsl_type::float_type), + _smoothstep(always_available, glsl_type::float_type, glsl_type::vec2_type), + _smoothstep(always_available, glsl_type::float_type, glsl_type::vec3_type), + _smoothstep(always_available, glsl_type::float_type, glsl_type::vec4_type), + + _smoothstep(always_available, glsl_type::vec2_type, glsl_type::vec2_type), + _smoothstep(always_available, glsl_type::vec3_type, glsl_type::vec3_type), + _smoothstep(always_available, glsl_type::vec4_type, glsl_type::vec4_type), + _smoothstep(fp64, glsl_type::double_type, glsl_type::double_type), + _smoothstep(fp64, glsl_type::double_type, glsl_type::dvec2_type), + _smoothstep(fp64, glsl_type::double_type, glsl_type::dvec3_type), + _smoothstep(fp64, glsl_type::double_type, glsl_type::dvec4_type), + + _smoothstep(fp64, glsl_type::dvec2_type, glsl_type::dvec2_type), + _smoothstep(fp64, glsl_type::dvec3_type, glsl_type::dvec3_type), + _smoothstep(fp64, glsl_type::dvec4_type, glsl_type::dvec4_type), NULL); - F(isnan) - F(isinf) + FD130(isnan) + FD130(isinf) F(floatBitsToInt) F(floatBitsToUint) @@ -1050,68 +1169,106 @@ builtin_builder::create_builtins() add_function("unpackSnorm4x8", _unpackSnorm4x8(shader_packing_or_gpu_shader5), NULL); add_function("packHalf2x16", _packHalf2x16(shader_packing_or_es3), NULL); add_function("unpackHalf2x16", _unpackHalf2x16(shader_packing_or_es3), NULL); + add_function("packDouble2x32", _packDouble2x32(fp64), NULL); + add_function("unpackDouble2x32", _unpackDouble2x32(fp64), NULL); - F(length) - F(distance) - F(dot) - add_function("cross", _cross(glsl_type::vec3_type), NULL); + FD(length) + FD(distance) + FD(dot) - F(normalize) + add_function("cross", _cross(always_available, glsl_type::vec3_type), + _cross(fp64, glsl_type::dvec3_type), NULL); + + FD(normalize) add_function("ftransform", _ftransform(), NULL); - F(faceforward) - F(reflect) - F(refract) + FD(faceforward) + FD(reflect) + FD(refract) // ... add_function("matrixCompMult", - _matrixCompMult(glsl_type::mat2_type), - _matrixCompMult(glsl_type::mat3_type), - _matrixCompMult(glsl_type::mat4_type), - _matrixCompMult(glsl_type::mat2x3_type), - _matrixCompMult(glsl_type::mat2x4_type), - _matrixCompMult(glsl_type::mat3x2_type), - _matrixCompMult(glsl_type::mat3x4_type), - _matrixCompMult(glsl_type::mat4x2_type), - _matrixCompMult(glsl_type::mat4x3_type), + _matrixCompMult(always_available, glsl_type::mat2_type), + _matrixCompMult(always_available, glsl_type::mat3_type), + _matrixCompMult(always_available, glsl_type::mat4_type), + _matrixCompMult(always_available, glsl_type::mat2x3_type), + _matrixCompMult(always_available, glsl_type::mat2x4_type), + _matrixCompMult(always_available, glsl_type::mat3x2_type), + _matrixCompMult(always_available, glsl_type::mat3x4_type), + _matrixCompMult(always_available, glsl_type::mat4x2_type), + _matrixCompMult(always_available, glsl_type::mat4x3_type), + _matrixCompMult(fp64, glsl_type::dmat2_type), + _matrixCompMult(fp64, glsl_type::dmat3_type), + _matrixCompMult(fp64, glsl_type::dmat4_type), + _matrixCompMult(fp64, glsl_type::dmat2x3_type), + _matrixCompMult(fp64, glsl_type::dmat2x4_type), + _matrixCompMult(fp64, glsl_type::dmat3x2_type), + _matrixCompMult(fp64, glsl_type::dmat3x4_type), + _matrixCompMult(fp64, glsl_type::dmat4x2_type), + _matrixCompMult(fp64, glsl_type::dmat4x3_type), NULL); add_function("outerProduct", - _outerProduct(glsl_type::mat2_type), - _outerProduct(glsl_type::mat3_type), - _outerProduct(glsl_type::mat4_type), - _outerProduct(glsl_type::mat2x3_type), - _outerProduct(glsl_type::mat2x4_type), - _outerProduct(glsl_type::mat3x2_type), - _outerProduct(glsl_type::mat3x4_type), - _outerProduct(glsl_type::mat4x2_type), - _outerProduct(glsl_type::mat4x3_type), + _outerProduct(v120, glsl_type::mat2_type), + _outerProduct(v120, glsl_type::mat3_type), + _outerProduct(v120, glsl_type::mat4_type), + _outerProduct(v120, glsl_type::mat2x3_type), + _outerProduct(v120, glsl_type::mat2x4_type), + _outerProduct(v120, glsl_type::mat3x2_type), + _outerProduct(v120, glsl_type::mat3x4_type), + _outerProduct(v120, glsl_type::mat4x2_type), + _outerProduct(v120, glsl_type::mat4x3_type), + _outerProduct(fp64, glsl_type::dmat2_type), + _outerProduct(fp64, glsl_type::dmat3_type), + _outerProduct(fp64, glsl_type::dmat4_type), + _outerProduct(fp64, glsl_type::dmat2x3_type), + _outerProduct(fp64, glsl_type::dmat2x4_type), + _outerProduct(fp64, glsl_type::dmat3x2_type), + _outerProduct(fp64, glsl_type::dmat3x4_type), + _outerProduct(fp64, glsl_type::dmat4x2_type), + _outerProduct(fp64, glsl_type::dmat4x3_type), NULL); add_function("determinant", - _determinant_mat2(), - _determinant_mat3(), - _determinant_mat4(), + _determinant_mat2(v120, glsl_type::mat2_type), + _determinant_mat3(v120, glsl_type::mat3_type), + _determinant_mat4(v120, glsl_type::mat4_type), + _determinant_mat2(fp64, glsl_type::dmat2_type), + _determinant_mat3(fp64, glsl_type::dmat3_type), + _determinant_mat4(fp64, glsl_type::dmat4_type), + NULL); add_function("inverse", - _inverse_mat2(), - _inverse_mat3(), - _inverse_mat4(), + _inverse_mat2(v120, glsl_type::mat2_type), + _inverse_mat3(v120, glsl_type::mat3_type), + _inverse_mat4(v120, glsl_type::mat4_type), + _inverse_mat2(fp64, glsl_type::dmat2_type), + _inverse_mat3(fp64, glsl_type::dmat3_type), + _inverse_mat4(fp64, glsl_type::dmat4_type), NULL); add_function("transpose", - _transpose(glsl_type::mat2_type), - _transpose(glsl_type::mat3_type), - _transpose(glsl_type::mat4_type), - _transpose(glsl_type::mat2x3_type), - _transpose(glsl_type::mat2x4_type), - _transpose(glsl_type::mat3x2_type), - _transpose(glsl_type::mat3x4_type), - _transpose(glsl_type::mat4x2_type), - _transpose(glsl_type::mat4x3_type), + _transpose(v120, glsl_type::mat2_type), + _transpose(v120, glsl_type::mat3_type), + _transpose(v120, glsl_type::mat4_type), + _transpose(v120, glsl_type::mat2x3_type), + _transpose(v120, glsl_type::mat2x4_type), + _transpose(v120, glsl_type::mat3x2_type), + _transpose(v120, glsl_type::mat3x4_type), + _transpose(v120, glsl_type::mat4x2_type), + _transpose(v120, glsl_type::mat4x3_type), + _transpose(fp64, glsl_type::dmat2_type), + _transpose(fp64, glsl_type::dmat3_type), + _transpose(fp64, glsl_type::dmat4_type), + _transpose(fp64, glsl_type::dmat2x3_type), + _transpose(fp64, glsl_type::dmat2x4_type), + _transpose(fp64, glsl_type::dmat3x2_type), + _transpose(fp64, glsl_type::dmat3x4_type), + _transpose(fp64, glsl_type::dmat4x2_type), + _transpose(fp64, glsl_type::dmat4x3_type), NULL); - FIU(lessThan) - FIU(lessThanEqual) - FIU(greaterThan) - FIU(greaterThanEqual) - FIUB(notEqual) - FIUB(equal) + FIUD(lessThan) + FIUD(lessThanEqual) + FIUD(greaterThan) + FIUD(greaterThanEqual) + FIUBD(notEqual) + FIUBD(equal) add_function("any", _any(glsl_type::bvec2_type), @@ -2180,13 +2337,17 @@ builtin_builder::create_builtins() IU(bitCount) IU(findLSB) IU(findMSB) - F(fma) + FDGS5(fma) add_function("ldexp", _ldexp(glsl_type::float_type, glsl_type::int_type), _ldexp(glsl_type::vec2_type, glsl_type::ivec2_type), _ldexp(glsl_type::vec3_type, glsl_type::ivec3_type), _ldexp(glsl_type::vec4_type, glsl_type::ivec4_type), + _ldexp(glsl_type::double_type, glsl_type::int_type), + _ldexp(glsl_type::dvec2_type, glsl_type::ivec2_type), + _ldexp(glsl_type::dvec3_type, glsl_type::ivec3_type), + _ldexp(glsl_type::dvec4_type, glsl_type::ivec4_type), NULL); add_function("frexp", @@ -2194,6 +2355,10 @@ builtin_builder::create_builtins() _frexp(glsl_type::vec2_type, glsl_type::ivec2_type), _frexp(glsl_type::vec3_type, glsl_type::ivec3_type), _frexp(glsl_type::vec4_type, glsl_type::ivec4_type), + _dfrexp(glsl_type::double_type, glsl_type::int_type), + _dfrexp(glsl_type::dvec2_type, glsl_type::ivec2_type), + _dfrexp(glsl_type::dvec3_type, glsl_type::ivec3_type), + _dfrexp(glsl_type::dvec4_type, glsl_type::ivec4_type), NULL); add_function("uaddCarry", _uaddCarry(glsl_type::uint_type), @@ -2310,8 +2475,8 @@ builtin_builder::create_builtins() #undef F #undef FI -#undef FIU -#undef FIUB +#undef FIUD +#undef FIUBD #undef FIU2_MIXED } @@ -2469,12 +2634,20 @@ builtin_builder::imm(unsigned u, unsigned vector_elements) return new(mem_ctx) ir_constant(u, vector_elements); } +ir_constant * +builtin_builder::imm(double d, unsigned vector_elements) +{ + return new(mem_ctx) ir_constant(d, vector_elements); +} + ir_constant * builtin_builder::imm(const glsl_type *type, const ir_constant_data &data) { return new(mem_ctx) ir_constant(type, &data); } +#define IMM_FP(type, val) (type->base_type == GLSL_TYPE_DOUBLE) ? imm(val) : imm((float)val) + ir_dereference_variable * builtin_builder::var_ref(ir_variable *var) { @@ -2550,6 +2723,13 @@ builtin_builder::_##NAME(const glsl_type *type) \ return unop(&AVAIL, OPCODE, type, type); \ } +#define UNOPA(NAME, OPCODE) \ +ir_function_signature * \ +builtin_builder::_##NAME(builtin_available_predicate avail, const glsl_type *type) \ +{ \ + return unop(avail, OPCODE, type, type); \ +} + ir_function_signature * builtin_builder::binop(ir_expression_operation opcode, builtin_available_predicate avail, @@ -2855,19 +3035,19 @@ UNOP(exp, ir_unop_exp, always_available) UNOP(log, ir_unop_log, always_available) UNOP(exp2, ir_unop_exp2, always_available) UNOP(log2, ir_unop_log2, always_available) -UNOP(sqrt, ir_unop_sqrt, always_available) -UNOP(inversesqrt, ir_unop_rsq, always_available) +UNOPA(sqrt, ir_unop_sqrt) +UNOPA(inversesqrt, ir_unop_rsq) /** @} */ -UNOP(abs, ir_unop_abs, always_available) -UNOP(sign, ir_unop_sign, always_available) -UNOP(floor, ir_unop_floor, always_available) -UNOP(trunc, ir_unop_trunc, v130) -UNOP(round, ir_unop_round_even, always_available) -UNOP(roundEven, ir_unop_round_even, always_available) -UNOP(ceil, ir_unop_ceil, always_available) -UNOP(fract, ir_unop_fract, always_available) +UNOPA(abs, ir_unop_abs) +UNOPA(sign, ir_unop_sign) +UNOPA(floor, ir_unop_floor) +UNOPA(trunc, ir_unop_trunc) +UNOPA(round, ir_unop_round_even) +UNOPA(roundEven, ir_unop_round_even) +UNOPA(ceil, ir_unop_ceil) +UNOPA(fract, ir_unop_fract) ir_function_signature * builtin_builder::_mod(const glsl_type *x_type, const glsl_type *y_type) @@ -2876,11 +3056,11 @@ builtin_builder::_mod(const glsl_type *x_type, const glsl_type *y_type) } ir_function_signature * -builtin_builder::_modf(const glsl_type *type) +builtin_builder::_modf(builtin_available_predicate avail, const glsl_type *type) { ir_variable *x = in_var(type, "x"); ir_variable *i = out_var(type, "i"); - MAKE_SIG(type, v130, 2, x, i); + MAKE_SIG(type, avail, 2, x, i); ir_variable *t = body.make_temp(type, "t"); body.emit(assign(t, expr(ir_unop_trunc, x))); @@ -2919,12 +3099,12 @@ builtin_builder::_clamp(builtin_available_predicate avail, } ir_function_signature * -builtin_builder::_mix_lrp(const glsl_type *val_type, const glsl_type *blend_type) +builtin_builder::_mix_lrp(builtin_available_predicate avail, const glsl_type *val_type, const glsl_type *blend_type) { ir_variable *x = in_var(val_type, "x"); ir_variable *y = in_var(val_type, "y"); ir_variable *a = in_var(blend_type, "a"); - MAKE_SIG(val_type, always_available, 3, x, y, a); + MAKE_SIG(val_type, avail, 3, x, y, a); body.emit(ret(lrp(x, y, a))); @@ -2954,26 +3134,37 @@ builtin_builder::_mix_sel(builtin_available_predicate avail, } ir_function_signature * -builtin_builder::_step(const glsl_type *edge_type, const glsl_type *x_type) +builtin_builder::_step(builtin_available_predicate avail, const glsl_type *edge_type, const glsl_type *x_type) { ir_variable *edge = in_var(edge_type, "edge"); ir_variable *x = in_var(x_type, "x"); - MAKE_SIG(x_type, always_available, 2, edge, x); + MAKE_SIG(x_type, avail, 2, edge, x); ir_variable *t = body.make_temp(x_type, "t"); if (x_type->vector_elements == 1) { /* Both are floats */ - body.emit(assign(t, b2f(gequal(x, edge)))); + if (edge_type->base_type == GLSL_TYPE_DOUBLE) + body.emit(assign(t, f2d(b2f(gequal(x, edge))))); + else + body.emit(assign(t, b2f(gequal(x, edge)))); } else if (edge_type->vector_elements == 1) { /* x is a vector but edge is a float */ for (int i = 0; i < x_type->vector_elements; i++) { - body.emit(assign(t, b2f(gequal(swizzle(x, i, 1), edge)), 1 << i)); + if (edge_type->base_type == GLSL_TYPE_DOUBLE) + body.emit(assign(t, f2d(b2f(gequal(swizzle(x, i, 1), edge))), 1 << i)); + else + body.emit(assign(t, b2f(gequal(swizzle(x, i, 1), edge)), 1 << i)); } } else { /* Both are vectors */ for (int i = 0; i < x_type->vector_elements; i++) { - body.emit(assign(t, b2f(gequal(swizzle(x, i, 1), swizzle(edge, i, 1))), - 1 << i)); + if (edge_type->base_type == GLSL_TYPE_DOUBLE) + body.emit(assign(t, f2d(b2f(gequal(swizzle(x, i, 1), swizzle(edge, i, 1)))), + 1 << i)); + else + body.emit(assign(t, b2f(gequal(swizzle(x, i, 1), swizzle(edge, i, 1))), + 1 << i)); + } } body.emit(ret(t)); @@ -2982,12 +3173,12 @@ builtin_builder::_step(const glsl_type *edge_type, const glsl_type *x_type) } ir_function_signature * -builtin_builder::_smoothstep(const glsl_type *edge_type, const glsl_type *x_type) +builtin_builder::_smoothstep(builtin_available_predicate avail, const glsl_type *edge_type, const glsl_type *x_type) { ir_variable *edge0 = in_var(edge_type, "edge0"); ir_variable *edge1 = in_var(edge_type, "edge1"); ir_variable *x = in_var(x_type, "x"); - MAKE_SIG(x_type, always_available, 3, edge0, edge1, x); + MAKE_SIG(x_type, avail, 3, edge0, edge1, x); /* From the GLSL 1.10 specification: * @@ -2998,18 +3189,18 @@ builtin_builder::_smoothstep(const glsl_type *edge_type, const glsl_type *x_type ir_variable *t = body.make_temp(x_type, "t"); body.emit(assign(t, clamp(div(sub(x, edge0), sub(edge1, edge0)), - imm(0.0f), imm(1.0f)))); + IMM_FP(x_type, 0.0), IMM_FP(x_type, 1.0)))); - body.emit(ret(mul(t, mul(t, sub(imm(3.0f), mul(imm(2.0f), t)))))); + body.emit(ret(mul(t, mul(t, sub(IMM_FP(x_type, 3.0), mul(IMM_FP(x_type, 2.0), t)))))); return sig; } ir_function_signature * -builtin_builder::_isnan(const glsl_type *type) +builtin_builder::_isnan(builtin_available_predicate avail, const glsl_type *type) { ir_variable *x = in_var(type, "x"); - MAKE_SIG(glsl_type::bvec(type->vector_elements), v130, 1, x); + MAKE_SIG(glsl_type::bvec(type->vector_elements), avail, 1, x); body.emit(ret(nequal(x, x))); @@ -3017,10 +3208,10 @@ builtin_builder::_isnan(const glsl_type *type) } ir_function_signature * -builtin_builder::_isinf(const glsl_type *type) +builtin_builder::_isinf(builtin_available_predicate avail, const glsl_type *type) { ir_variable *x = in_var(type, "x"); - MAKE_SIG(glsl_type::bvec(type->vector_elements), v130, 1, x); + MAKE_SIG(glsl_type::bvec(type->vector_elements), avail, 1, x); ir_constant_data infinities; for (int i = 0; i < type->vector_elements; i++) { @@ -3160,10 +3351,28 @@ builtin_builder::_unpackHalf2x16(builtin_available_predicate avail) } ir_function_signature * -builtin_builder::_length(const glsl_type *type) +builtin_builder::_packDouble2x32(builtin_available_predicate avail) +{ + ir_variable *v = in_var(glsl_type::uvec2_type, "v"); + MAKE_SIG(glsl_type::double_type, avail, 1, v); + body.emit(ret(expr(ir_unop_pack_double_2x32, v))); + return sig; +} + +ir_function_signature * +builtin_builder::_unpackDouble2x32(builtin_available_predicate avail) +{ + ir_variable *p = in_var(glsl_type::double_type, "p"); + MAKE_SIG(glsl_type::uvec2_type, avail, 1, p); + body.emit(ret(expr(ir_unop_unpack_double_2x32, p))); + return sig; +} + +ir_function_signature * +builtin_builder::_length(builtin_available_predicate avail, const glsl_type *type) { ir_variable *x = in_var(type, "x"); - MAKE_SIG(glsl_type::float_type, always_available, 1, x); + MAKE_SIG(type->get_base_type(), avail, 1, x); body.emit(ret(sqrt(dot(x, x)))); @@ -3171,11 +3380,11 @@ builtin_builder::_length(const glsl_type *type) } ir_function_signature * -builtin_builder::_distance(const glsl_type *type) +builtin_builder::_distance(builtin_available_predicate avail, const glsl_type *type) { ir_variable *p0 = in_var(type, "p0"); ir_variable *p1 = in_var(type, "p1"); - MAKE_SIG(glsl_type::float_type, always_available, 2, p0, p1); + MAKE_SIG(type->get_base_type(), avail, 2, p0, p1); if (type->vector_elements == 1) { body.emit(ret(abs(sub(p0, p1)))); @@ -3189,21 +3398,21 @@ builtin_builder::_distance(const glsl_type *type) } ir_function_signature * -builtin_builder::_dot(const glsl_type *type) +builtin_builder::_dot(builtin_available_predicate avail, const glsl_type *type) { if (type->vector_elements == 1) - return binop(ir_binop_mul, always_available, type, type, type); + return binop(ir_binop_mul, avail, type, type, type); - return binop(ir_binop_dot, always_available, - glsl_type::float_type, type, type); + return binop(ir_binop_dot, avail, + type->get_base_type(), type, type); } ir_function_signature * -builtin_builder::_cross(const glsl_type *type) +builtin_builder::_cross(builtin_available_predicate avail, const glsl_type *type) { ir_variable *a = in_var(type, "a"); ir_variable *b = in_var(type, "b"); - MAKE_SIG(type, always_available, 2, a, b); + MAKE_SIG(type, avail, 2, a, b); int yzx = MAKE_SWIZZLE4(SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_X, 0); int zxy = MAKE_SWIZZLE4(SWIZZLE_Z, SWIZZLE_X, SWIZZLE_Y, 0); @@ -3215,10 +3424,10 @@ builtin_builder::_cross(const glsl_type *type) } ir_function_signature * -builtin_builder::_normalize(const glsl_type *type) +builtin_builder::_normalize(builtin_available_predicate avail, const glsl_type *type) { ir_variable *x = in_var(type, "x"); - MAKE_SIG(type, always_available, 1, x); + MAKE_SIG(type, avail, 1, x); if (type->vector_elements == 1) { body.emit(ret(sign(x))); @@ -3248,41 +3457,41 @@ builtin_builder::_ftransform() } ir_function_signature * -builtin_builder::_faceforward(const glsl_type *type) +builtin_builder::_faceforward(builtin_available_predicate avail, const glsl_type *type) { ir_variable *N = in_var(type, "N"); ir_variable *I = in_var(type, "I"); ir_variable *Nref = in_var(type, "Nref"); - MAKE_SIG(type, always_available, 3, N, I, Nref); + MAKE_SIG(type, avail, 3, N, I, Nref); - body.emit(if_tree(less(dot(Nref, I), imm(0.0f)), + body.emit(if_tree(less(dot(Nref, I), IMM_FP(type, 0.0)), ret(N), ret(neg(N)))); return sig; } ir_function_signature * -builtin_builder::_reflect(const glsl_type *type) +builtin_builder::_reflect(builtin_available_predicate avail, const glsl_type *type) { ir_variable *I = in_var(type, "I"); ir_variable *N = in_var(type, "N"); - MAKE_SIG(type, always_available, 2, I, N); + MAKE_SIG(type, avail, 2, I, N); /* I - 2 * dot(N, I) * N */ - body.emit(ret(sub(I, mul(imm(2.0f), mul(dot(N, I), N))))); + body.emit(ret(sub(I, mul(IMM_FP(type, 2.0), mul(dot(N, I), N))))); return sig; } ir_function_signature * -builtin_builder::_refract(const glsl_type *type) +builtin_builder::_refract(builtin_available_predicate avail, const glsl_type *type) { ir_variable *I = in_var(type, "I"); ir_variable *N = in_var(type, "N"); - ir_variable *eta = in_var(glsl_type::float_type, "eta"); - MAKE_SIG(type, always_available, 3, I, N, eta); + ir_variable *eta = in_var(type->get_base_type(), "eta"); + MAKE_SIG(type, avail, 3, I, N, eta); - ir_variable *n_dot_i = body.make_temp(glsl_type::float_type, "n_dot_i"); + ir_variable *n_dot_i = body.make_temp(type->get_base_type(), "n_dot_i"); body.emit(assign(n_dot_i, dot(N, I))); /* From the GLSL 1.10 specification: @@ -3292,11 +3501,11 @@ builtin_builder::_refract(const glsl_type *type) * else * return eta * I - (eta * dot(N, I) + sqrt(k)) * N */ - ir_variable *k = body.make_temp(glsl_type::float_type, "k"); - body.emit(assign(k, sub(imm(1.0f), - mul(eta, mul(eta, sub(imm(1.0f), + ir_variable *k = body.make_temp(type->get_base_type(), "k"); + body.emit(assign(k, sub(IMM_FP(type, 1.0), + mul(eta, mul(eta, sub(IMM_FP(type, 1.0), mul(n_dot_i, n_dot_i))))))); - body.emit(if_tree(less(k, imm(0.0f)), + body.emit(if_tree(less(k, IMM_FP(type, 0.0)), ret(ir_constant::zero(mem_ctx, type)), ret(sub(mul(eta, I), mul(add(mul(eta, n_dot_i), sqrt(k)), N))))); @@ -3305,11 +3514,11 @@ builtin_builder::_refract(const glsl_type *type) } ir_function_signature * -builtin_builder::_matrixCompMult(const glsl_type *type) +builtin_builder::_matrixCompMult(builtin_available_predicate avail, const glsl_type *type) { ir_variable *x = in_var(type, "x"); ir_variable *y = in_var(type, "y"); - MAKE_SIG(type, always_available, 2, x, y); + MAKE_SIG(type, avail, 2, x, y); ir_variable *z = body.make_temp(type, "z"); for (int i = 0; i < type->matrix_columns; i++) { @@ -3321,11 +3530,19 @@ builtin_builder::_matrixCompMult(const glsl_type *type) } ir_function_signature * -builtin_builder::_outerProduct(const glsl_type *type) +builtin_builder::_outerProduct(builtin_available_predicate avail, const glsl_type *type) { - ir_variable *c = in_var(glsl_type::vec(type->vector_elements), "c"); - ir_variable *r = in_var(glsl_type::vec(type->matrix_columns), "r"); - MAKE_SIG(type, v120, 2, c, r); + ir_variable *c; + ir_variable *r; + + if (type->base_type == GLSL_TYPE_DOUBLE) { + r = in_var(glsl_type::dvec(type->matrix_columns), "r"); + c = in_var(glsl_type::dvec(type->vector_elements), "c"); + } else { + r = in_var(glsl_type::vec(type->matrix_columns), "r"); + c = in_var(glsl_type::vec(type->vector_elements), "c"); + } + MAKE_SIG(type, avail, 2, c, r); ir_variable *m = body.make_temp(type, "m"); for (int i = 0; i < type->matrix_columns; i++) { @@ -3337,15 +3554,15 @@ builtin_builder::_outerProduct(const glsl_type *type) } ir_function_signature * -builtin_builder::_transpose(const glsl_type *orig_type) +builtin_builder::_transpose(builtin_available_predicate avail, const glsl_type *orig_type) { const glsl_type *transpose_type = - glsl_type::get_instance(GLSL_TYPE_FLOAT, + glsl_type::get_instance(orig_type->base_type, orig_type->matrix_columns, orig_type->vector_elements); ir_variable *m = in_var(orig_type, "m"); - MAKE_SIG(transpose_type, v120, 1, m); + MAKE_SIG(transpose_type, avail, 1, m); ir_variable *t = body.make_temp(transpose_type, "t"); for (int i = 0; i < orig_type->matrix_columns; i++) { @@ -3361,10 +3578,10 @@ builtin_builder::_transpose(const glsl_type *orig_type) } ir_function_signature * -builtin_builder::_determinant_mat2() +builtin_builder::_determinant_mat2(builtin_available_predicate avail, const glsl_type *type) { - ir_variable *m = in_var(glsl_type::mat2_type, "m"); - MAKE_SIG(glsl_type::float_type, v120, 1, m); + ir_variable *m = in_var(type, "m"); + MAKE_SIG(type->get_base_type(), avail, 1, m); body.emit(ret(sub(mul(matrix_elt(m, 0, 0), matrix_elt(m, 1, 1)), mul(matrix_elt(m, 1, 0), matrix_elt(m, 0, 1))))); @@ -3373,10 +3590,10 @@ builtin_builder::_determinant_mat2() } ir_function_signature * -builtin_builder::_determinant_mat3() +builtin_builder::_determinant_mat3(builtin_available_predicate avail, const glsl_type *type) { - ir_variable *m = in_var(glsl_type::mat3_type, "m"); - MAKE_SIG(glsl_type::float_type, v120, 1, m); + ir_variable *m = in_var(type, "m"); + MAKE_SIG(type->get_base_type(), avail, 1, m); ir_expression *f1 = sub(mul(matrix_elt(m, 1, 1), matrix_elt(m, 2, 2)), @@ -3398,30 +3615,31 @@ builtin_builder::_determinant_mat3() } ir_function_signature * -builtin_builder::_determinant_mat4() -{ - ir_variable *m = in_var(glsl_type::mat4_type, "m"); - MAKE_SIG(glsl_type::float_type, v120, 1, m); - - ir_variable *SubFactor00 = body.make_temp(glsl_type::float_type, "SubFactor00"); - ir_variable *SubFactor01 = body.make_temp(glsl_type::float_type, "SubFactor01"); - ir_variable *SubFactor02 = body.make_temp(glsl_type::float_type, "SubFactor02"); - ir_variable *SubFactor03 = body.make_temp(glsl_type::float_type, "SubFactor03"); - ir_variable *SubFactor04 = body.make_temp(glsl_type::float_type, "SubFactor04"); - ir_variable *SubFactor05 = body.make_temp(glsl_type::float_type, "SubFactor05"); - ir_variable *SubFactor06 = body.make_temp(glsl_type::float_type, "SubFactor06"); - ir_variable *SubFactor07 = body.make_temp(glsl_type::float_type, "SubFactor07"); - ir_variable *SubFactor08 = body.make_temp(glsl_type::float_type, "SubFactor08"); - ir_variable *SubFactor09 = body.make_temp(glsl_type::float_type, "SubFactor09"); - ir_variable *SubFactor10 = body.make_temp(glsl_type::float_type, "SubFactor10"); - ir_variable *SubFactor11 = body.make_temp(glsl_type::float_type, "SubFactor11"); - ir_variable *SubFactor12 = body.make_temp(glsl_type::float_type, "SubFactor12"); - ir_variable *SubFactor13 = body.make_temp(glsl_type::float_type, "SubFactor13"); - ir_variable *SubFactor14 = body.make_temp(glsl_type::float_type, "SubFactor14"); - ir_variable *SubFactor15 = body.make_temp(glsl_type::float_type, "SubFactor15"); - ir_variable *SubFactor16 = body.make_temp(glsl_type::float_type, "SubFactor16"); - ir_variable *SubFactor17 = body.make_temp(glsl_type::float_type, "SubFactor17"); - ir_variable *SubFactor18 = body.make_temp(glsl_type::float_type, "SubFactor18"); +builtin_builder::_determinant_mat4(builtin_available_predicate avail, const glsl_type *type) +{ + ir_variable *m = in_var(type, "m"); + const glsl_type *btype = type->get_base_type(); + MAKE_SIG(btype, avail, 1, m); + + ir_variable *SubFactor00 = body.make_temp(btype, "SubFactor00"); + ir_variable *SubFactor01 = body.make_temp(btype, "SubFactor01"); + ir_variable *SubFactor02 = body.make_temp(btype, "SubFactor02"); + ir_variable *SubFactor03 = body.make_temp(btype, "SubFactor03"); + ir_variable *SubFactor04 = body.make_temp(btype, "SubFactor04"); + ir_variable *SubFactor05 = body.make_temp(btype, "SubFactor05"); + ir_variable *SubFactor06 = body.make_temp(btype, "SubFactor06"); + ir_variable *SubFactor07 = body.make_temp(btype, "SubFactor07"); + ir_variable *SubFactor08 = body.make_temp(btype, "SubFactor08"); + ir_variable *SubFactor09 = body.make_temp(btype, "SubFactor09"); + ir_variable *SubFactor10 = body.make_temp(btype, "SubFactor10"); + ir_variable *SubFactor11 = body.make_temp(btype, "SubFactor11"); + ir_variable *SubFactor12 = body.make_temp(btype, "SubFactor12"); + ir_variable *SubFactor13 = body.make_temp(btype, "SubFactor13"); + ir_variable *SubFactor14 = body.make_temp(btype, "SubFactor14"); + ir_variable *SubFactor15 = body.make_temp(btype, "SubFactor15"); + ir_variable *SubFactor16 = body.make_temp(btype, "SubFactor16"); + ir_variable *SubFactor17 = body.make_temp(btype, "SubFactor17"); + ir_variable *SubFactor18 = body.make_temp(btype, "SubFactor18"); body.emit(assign(SubFactor00, sub(mul(matrix_elt(m, 2, 2), matrix_elt(m, 3, 3)), mul(matrix_elt(m, 3, 2), matrix_elt(m, 2, 3))))); body.emit(assign(SubFactor01, sub(mul(matrix_elt(m, 2, 1), matrix_elt(m, 3, 3)), mul(matrix_elt(m, 3, 1), matrix_elt(m, 2, 3))))); @@ -3443,7 +3661,7 @@ builtin_builder::_determinant_mat4() body.emit(assign(SubFactor17, sub(mul(matrix_elt(m, 1, 0), matrix_elt(m, 2, 2)), mul(matrix_elt(m, 2, 0), matrix_elt(m, 1, 2))))); body.emit(assign(SubFactor18, sub(mul(matrix_elt(m, 1, 0), matrix_elt(m, 2, 1)), mul(matrix_elt(m, 2, 0), matrix_elt(m, 1, 1))))); - ir_variable *adj_0 = body.make_temp(glsl_type::vec4_type, "adj_0"); + ir_variable *adj_0 = body.make_temp(btype == glsl_type::float_type ? glsl_type::vec4_type : glsl_type::dvec4_type, "adj_0"); body.emit(assign(adj_0, add(sub(mul(matrix_elt(m, 1, 1), SubFactor00), @@ -3472,12 +3690,12 @@ builtin_builder::_determinant_mat4() } ir_function_signature * -builtin_builder::_inverse_mat2() +builtin_builder::_inverse_mat2(builtin_available_predicate avail, const glsl_type *type) { - ir_variable *m = in_var(glsl_type::mat2_type, "m"); - MAKE_SIG(glsl_type::mat2_type, v120, 1, m); + ir_variable *m = in_var(type, "m"); + MAKE_SIG(type, avail, 1, m); - ir_variable *adj = body.make_temp(glsl_type::mat2_type, "adj"); + ir_variable *adj = body.make_temp(type, "adj"); body.emit(assign(array_ref(adj, 0), matrix_elt(m, 1, 1), 1 << 0)); body.emit(assign(array_ref(adj, 0), neg(matrix_elt(m, 0, 1)), 1 << 1)); body.emit(assign(array_ref(adj, 1), neg(matrix_elt(m, 1, 0)), 1 << 0)); @@ -3492,14 +3710,15 @@ builtin_builder::_inverse_mat2() } ir_function_signature * -builtin_builder::_inverse_mat3() +builtin_builder::_inverse_mat3(builtin_available_predicate avail, const glsl_type *type) { - ir_variable *m = in_var(glsl_type::mat3_type, "m"); - MAKE_SIG(glsl_type::mat3_type, v120, 1, m); + ir_variable *m = in_var(type, "m"); + const glsl_type *btype = type->get_base_type(); + MAKE_SIG(type, avail, 1, m); - ir_variable *f11_22_21_12 = body.make_temp(glsl_type::float_type, "f11_22_21_12"); - ir_variable *f10_22_20_12 = body.make_temp(glsl_type::float_type, "f10_22_20_12"); - ir_variable *f10_21_20_11 = body.make_temp(glsl_type::float_type, "f10_21_20_11"); + ir_variable *f11_22_21_12 = body.make_temp(btype, "f11_22_21_12"); + ir_variable *f10_22_20_12 = body.make_temp(btype, "f10_22_20_12"); + ir_variable *f10_21_20_11 = body.make_temp(btype, "f10_21_20_11"); body.emit(assign(f11_22_21_12, sub(mul(matrix_elt(m, 1, 1), matrix_elt(m, 2, 2)), @@ -3511,7 +3730,7 @@ builtin_builder::_inverse_mat3() sub(mul(matrix_elt(m, 1, 0), matrix_elt(m, 2, 1)), mul(matrix_elt(m, 2, 0), matrix_elt(m, 1, 1))))); - ir_variable *adj = body.make_temp(glsl_type::mat3_type, "adj"); + ir_variable *adj = body.make_temp(type, "adj"); body.emit(assign(array_ref(adj, 0), f11_22_21_12, WRITEMASK_X)); body.emit(assign(array_ref(adj, 1), neg(f10_22_20_12), WRITEMASK_X)); body.emit(assign(array_ref(adj, 2), f10_21_20_11, WRITEMASK_X)); @@ -3553,30 +3772,31 @@ builtin_builder::_inverse_mat3() } ir_function_signature * -builtin_builder::_inverse_mat4() -{ - ir_variable *m = in_var(glsl_type::mat4_type, "m"); - MAKE_SIG(glsl_type::mat4_type, v120, 1, m); - - ir_variable *SubFactor00 = body.make_temp(glsl_type::float_type, "SubFactor00"); - ir_variable *SubFactor01 = body.make_temp(glsl_type::float_type, "SubFactor01"); - ir_variable *SubFactor02 = body.make_temp(glsl_type::float_type, "SubFactor02"); - ir_variable *SubFactor03 = body.make_temp(glsl_type::float_type, "SubFactor03"); - ir_variable *SubFactor04 = body.make_temp(glsl_type::float_type, "SubFactor04"); - ir_variable *SubFactor05 = body.make_temp(glsl_type::float_type, "SubFactor05"); - ir_variable *SubFactor06 = body.make_temp(glsl_type::float_type, "SubFactor06"); - ir_variable *SubFactor07 = body.make_temp(glsl_type::float_type, "SubFactor07"); - ir_variable *SubFactor08 = body.make_temp(glsl_type::float_type, "SubFactor08"); - ir_variable *SubFactor09 = body.make_temp(glsl_type::float_type, "SubFactor09"); - ir_variable *SubFactor10 = body.make_temp(glsl_type::float_type, "SubFactor10"); - ir_variable *SubFactor11 = body.make_temp(glsl_type::float_type, "SubFactor11"); - ir_variable *SubFactor12 = body.make_temp(glsl_type::float_type, "SubFactor12"); - ir_variable *SubFactor13 = body.make_temp(glsl_type::float_type, "SubFactor13"); - ir_variable *SubFactor14 = body.make_temp(glsl_type::float_type, "SubFactor14"); - ir_variable *SubFactor15 = body.make_temp(glsl_type::float_type, "SubFactor15"); - ir_variable *SubFactor16 = body.make_temp(glsl_type::float_type, "SubFactor16"); - ir_variable *SubFactor17 = body.make_temp(glsl_type::float_type, "SubFactor17"); - ir_variable *SubFactor18 = body.make_temp(glsl_type::float_type, "SubFactor18"); +builtin_builder::_inverse_mat4(builtin_available_predicate avail, const glsl_type *type) +{ + ir_variable *m = in_var(type, "m"); + const glsl_type *btype = type->get_base_type(); + MAKE_SIG(type, avail, 1, m); + + ir_variable *SubFactor00 = body.make_temp(btype, "SubFactor00"); + ir_variable *SubFactor01 = body.make_temp(btype, "SubFactor01"); + ir_variable *SubFactor02 = body.make_temp(btype, "SubFactor02"); + ir_variable *SubFactor03 = body.make_temp(btype, "SubFactor03"); + ir_variable *SubFactor04 = body.make_temp(btype, "SubFactor04"); + ir_variable *SubFactor05 = body.make_temp(btype, "SubFactor05"); + ir_variable *SubFactor06 = body.make_temp(btype, "SubFactor06"); + ir_variable *SubFactor07 = body.make_temp(btype, "SubFactor07"); + ir_variable *SubFactor08 = body.make_temp(btype, "SubFactor08"); + ir_variable *SubFactor09 = body.make_temp(btype, "SubFactor09"); + ir_variable *SubFactor10 = body.make_temp(btype, "SubFactor10"); + ir_variable *SubFactor11 = body.make_temp(btype, "SubFactor11"); + ir_variable *SubFactor12 = body.make_temp(btype, "SubFactor12"); + ir_variable *SubFactor13 = body.make_temp(btype, "SubFactor13"); + ir_variable *SubFactor14 = body.make_temp(btype, "SubFactor14"); + ir_variable *SubFactor15 = body.make_temp(btype, "SubFactor15"); + ir_variable *SubFactor16 = body.make_temp(btype, "SubFactor16"); + ir_variable *SubFactor17 = body.make_temp(btype, "SubFactor17"); + ir_variable *SubFactor18 = body.make_temp(btype, "SubFactor18"); body.emit(assign(SubFactor00, sub(mul(matrix_elt(m, 2, 2), matrix_elt(m, 3, 3)), mul(matrix_elt(m, 3, 2), matrix_elt(m, 2, 3))))); body.emit(assign(SubFactor01, sub(mul(matrix_elt(m, 2, 1), matrix_elt(m, 3, 3)), mul(matrix_elt(m, 3, 1), matrix_elt(m, 2, 3))))); @@ -3598,7 +3818,7 @@ builtin_builder::_inverse_mat4() body.emit(assign(SubFactor17, sub(mul(matrix_elt(m, 1, 0), matrix_elt(m, 2, 2)), mul(matrix_elt(m, 2, 0), matrix_elt(m, 1, 2))))); body.emit(assign(SubFactor18, sub(mul(matrix_elt(m, 1, 0), matrix_elt(m, 2, 1)), mul(matrix_elt(m, 2, 0), matrix_elt(m, 1, 1))))); - ir_variable *adj = body.make_temp(glsl_type::mat4_type, "adj"); + ir_variable *adj = body.make_temp(btype == glsl_type::float_type ? glsl_type::mat4_type : glsl_type::dmat4_type, "adj"); body.emit(assign(array_ref(adj, 0), add(sub(mul(matrix_elt(m, 1, 1), SubFactor00), mul(matrix_elt(m, 1, 2), SubFactor01)), @@ -4270,12 +4490,12 @@ builtin_builder::_findMSB(const glsl_type *type) } ir_function_signature * -builtin_builder::_fma(const glsl_type *type) +builtin_builder::_fma(builtin_available_predicate avail, const glsl_type *type) { ir_variable *a = in_var(type, "a"); ir_variable *b = in_var(type, "b"); ir_variable *c = in_var(type, "c"); - MAKE_SIG(type, gpu_shader5, 3, a, b, c); + MAKE_SIG(type, avail, 3, a, b, c); body.emit(ret(ir_builder::fma(a, b, c))); @@ -4285,7 +4505,20 @@ builtin_builder::_fma(const glsl_type *type) ir_function_signature * builtin_builder::_ldexp(const glsl_type *x_type, const glsl_type *exp_type) { - return binop(ir_binop_ldexp, gpu_shader5, x_type, x_type, exp_type); + return binop(ir_binop_ldexp, x_type->base_type == GLSL_TYPE_DOUBLE ? fp64 : gpu_shader5, x_type, x_type, exp_type); +} + +ir_function_signature * +builtin_builder::_dfrexp(const glsl_type *x_type, const glsl_type *exp_type) +{ + ir_variable *x = in_var(x_type, "x"); + ir_variable *exponent = out_var(exp_type, "exp"); + MAKE_SIG(x_type, fp64, 2, x, exponent); + + body.emit(assign(exponent, expr(ir_unop_frexp_exp, x))); + + body.emit(ret(expr(ir_unop_frexp_sig, x))); + return sig; } ir_function_signature * @@ -4618,6 +4851,17 @@ _mesa_glsl_find_builtin_function(_mesa_glsl_parse_state *state, return s; } +ir_function * +_mesa_glsl_find_builtin_function_by_name(_mesa_glsl_parse_state *state, + const char *name) +{ + ir_function *f; + mtx_lock(&builtins_lock); + f = builtins.shader->symbols->get_function(name); + mtx_unlock(&builtins_lock); + return f; +} + gl_shader * _mesa_glsl_get_builtin_function_shader() { diff --git a/mesalib/src/glsl/builtin_type_macros.h b/mesalib/src/glsl/builtin_type_macros.h index 236e1ce8c..8e16ae454 100644 --- a/mesalib/src/glsl/builtin_type_macros.h +++ b/mesalib/src/glsl/builtin_type_macros.h @@ -64,6 +64,22 @@ DECL_TYPE(mat3x4, GL_FLOAT_MAT3x4, GLSL_TYPE_FLOAT, 4, 3) DECL_TYPE(mat4x2, GL_FLOAT_MAT4x2, GLSL_TYPE_FLOAT, 2, 4) DECL_TYPE(mat4x3, GL_FLOAT_MAT4x3, GLSL_TYPE_FLOAT, 3, 4) +DECL_TYPE(double, GL_DOUBLE, GLSL_TYPE_DOUBLE, 1, 1) +DECL_TYPE(dvec2, GL_DOUBLE_VEC2, GLSL_TYPE_DOUBLE, 2, 1) +DECL_TYPE(dvec3, GL_DOUBLE_VEC3, GLSL_TYPE_DOUBLE, 3, 1) +DECL_TYPE(dvec4, GL_DOUBLE_VEC4, GLSL_TYPE_DOUBLE, 4, 1) + +DECL_TYPE(dmat2, GL_DOUBLE_MAT2, GLSL_TYPE_DOUBLE, 2, 2) +DECL_TYPE(dmat3, GL_DOUBLE_MAT3, GLSL_TYPE_DOUBLE, 3, 3) +DECL_TYPE(dmat4, GL_DOUBLE_MAT4, GLSL_TYPE_DOUBLE, 4, 4) + +DECL_TYPE(dmat2x3, GL_DOUBLE_MAT2x3, GLSL_TYPE_DOUBLE, 3, 2) +DECL_TYPE(dmat2x4, GL_DOUBLE_MAT2x4, GLSL_TYPE_DOUBLE, 4, 2) +DECL_TYPE(dmat3x2, GL_DOUBLE_MAT3x2, GLSL_TYPE_DOUBLE, 2, 3) +DECL_TYPE(dmat3x4, GL_DOUBLE_MAT3x4, GLSL_TYPE_DOUBLE, 4, 3) +DECL_TYPE(dmat4x2, GL_DOUBLE_MAT4x2, GLSL_TYPE_DOUBLE, 2, 4) +DECL_TYPE(dmat4x3, GL_DOUBLE_MAT4x3, GLSL_TYPE_DOUBLE, 3, 4) + DECL_TYPE(sampler1D, GL_SAMPLER_1D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_1D, 0, 0, GLSL_TYPE_FLOAT) DECL_TYPE(sampler2D, GL_SAMPLER_2D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 0, 0, GLSL_TYPE_FLOAT) DECL_TYPE(sampler3D, GL_SAMPLER_3D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_3D, 0, 0, GLSL_TYPE_FLOAT) @@ -110,39 +126,39 @@ DECL_TYPE(sampler2DRectShadow, GL_SAMPLER_2D_RECT_SHADOW, GLSL_TYPE_SA DECL_TYPE(samplerExternalOES, GL_SAMPLER_EXTERNAL_OES, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_EXTERNAL, 0, 0, GLSL_TYPE_FLOAT) -DECL_TYPE(image1D, GL_IMAGE_1D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_1D, 0, 0, GLSL_TYPE_FLOAT); -DECL_TYPE(image2D, GL_IMAGE_2D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_2D, 0, 0, GLSL_TYPE_FLOAT); -DECL_TYPE(image3D, GL_IMAGE_3D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_3D, 0, 0, GLSL_TYPE_FLOAT); -DECL_TYPE(image2DRect, GL_IMAGE_2D_RECT, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_RECT, 0, 0, GLSL_TYPE_FLOAT); -DECL_TYPE(imageCube, GL_IMAGE_CUBE, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_CUBE, 0, 0, GLSL_TYPE_FLOAT); -DECL_TYPE(imageBuffer, GL_IMAGE_BUFFER, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_FLOAT); -DECL_TYPE(image1DArray, GL_IMAGE_1D_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_1D, 0, 1, GLSL_TYPE_FLOAT); -DECL_TYPE(image2DArray, GL_IMAGE_2D_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_2D, 0, 1, GLSL_TYPE_FLOAT); -DECL_TYPE(imageCubeArray, GL_IMAGE_CUBE_MAP_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_CUBE, 0, 1, GLSL_TYPE_FLOAT); -DECL_TYPE(image2DMS, GL_IMAGE_2D_MULTISAMPLE, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_MS, 0, 0, GLSL_TYPE_FLOAT); -DECL_TYPE(image2DMSArray, GL_IMAGE_2D_MULTISAMPLE_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_MS, 0, 1, GLSL_TYPE_FLOAT); -DECL_TYPE(iimage1D, GL_INT_IMAGE_1D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_1D, 0, 0, GLSL_TYPE_INT); -DECL_TYPE(iimage2D, GL_INT_IMAGE_2D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_2D, 0, 0, GLSL_TYPE_INT); -DECL_TYPE(iimage3D, GL_INT_IMAGE_3D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_3D, 0, 0, GLSL_TYPE_INT); -DECL_TYPE(iimage2DRect, GL_INT_IMAGE_2D_RECT, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_RECT, 0, 0, GLSL_TYPE_INT); -DECL_TYPE(iimageCube, GL_INT_IMAGE_CUBE, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_CUBE, 0, 0, GLSL_TYPE_INT); -DECL_TYPE(iimageBuffer, GL_INT_IMAGE_BUFFER, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_INT); -DECL_TYPE(iimage1DArray, GL_INT_IMAGE_1D_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_1D, 0, 1, GLSL_TYPE_INT); -DECL_TYPE(iimage2DArray, GL_INT_IMAGE_2D_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_2D, 0, 1, GLSL_TYPE_INT); -DECL_TYPE(iimageCubeArray, GL_INT_IMAGE_CUBE_MAP_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_CUBE, 0, 1, GLSL_TYPE_INT); -DECL_TYPE(iimage2DMS, GL_INT_IMAGE_2D_MULTISAMPLE, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_MS, 0, 0, GLSL_TYPE_INT); -DECL_TYPE(iimage2DMSArray, GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_MS, 0, 1, GLSL_TYPE_INT); -DECL_TYPE(uimage1D, GL_UNSIGNED_INT_IMAGE_1D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_1D, 0, 0, GLSL_TYPE_UINT); -DECL_TYPE(uimage2D, GL_UNSIGNED_INT_IMAGE_2D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_2D, 0, 0, GLSL_TYPE_UINT); -DECL_TYPE(uimage3D, GL_UNSIGNED_INT_IMAGE_3D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_3D, 0, 0, GLSL_TYPE_UINT); -DECL_TYPE(uimage2DRect, GL_UNSIGNED_INT_IMAGE_2D_RECT, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_RECT, 0, 0, GLSL_TYPE_UINT); -DECL_TYPE(uimageCube, GL_UNSIGNED_INT_IMAGE_CUBE, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_CUBE, 0, 0, GLSL_TYPE_UINT); -DECL_TYPE(uimageBuffer, GL_UNSIGNED_INT_IMAGE_BUFFER, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_UINT); -DECL_TYPE(uimage1DArray, GL_UNSIGNED_INT_IMAGE_1D_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_1D, 0, 1, GLSL_TYPE_UINT); -DECL_TYPE(uimage2DArray, GL_UNSIGNED_INT_IMAGE_2D_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_2D, 0, 1, GLSL_TYPE_UINT); -DECL_TYPE(uimageCubeArray, GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_CUBE, 0, 1, GLSL_TYPE_UINT); -DECL_TYPE(uimage2DMS, GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_MS, 0, 0, GLSL_TYPE_UINT); -DECL_TYPE(uimage2DMSArray, GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_MS, 0, 1, GLSL_TYPE_UINT); +DECL_TYPE(image1D, GL_IMAGE_1D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_1D, 0, 0, GLSL_TYPE_FLOAT) +DECL_TYPE(image2D, GL_IMAGE_2D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_2D, 0, 0, GLSL_TYPE_FLOAT) +DECL_TYPE(image3D, GL_IMAGE_3D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_3D, 0, 0, GLSL_TYPE_FLOAT) +DECL_TYPE(image2DRect, GL_IMAGE_2D_RECT, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_RECT, 0, 0, GLSL_TYPE_FLOAT) +DECL_TYPE(imageCube, GL_IMAGE_CUBE, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_CUBE, 0, 0, GLSL_TYPE_FLOAT) +DECL_TYPE(imageBuffer, GL_IMAGE_BUFFER, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_FLOAT) +DECL_TYPE(image1DArray, GL_IMAGE_1D_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_1D, 0, 1, GLSL_TYPE_FLOAT) +DECL_TYPE(image2DArray, GL_IMAGE_2D_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_2D, 0, 1, GLSL_TYPE_FLOAT) +DECL_TYPE(imageCubeArray, GL_IMAGE_CUBE_MAP_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_CUBE, 0, 1, GLSL_TYPE_FLOAT) +DECL_TYPE(image2DMS, GL_IMAGE_2D_MULTISAMPLE, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_MS, 0, 0, GLSL_TYPE_FLOAT) +DECL_TYPE(image2DMSArray, GL_IMAGE_2D_MULTISAMPLE_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_MS, 0, 1, GLSL_TYPE_FLOAT) +DECL_TYPE(iimage1D, GL_INT_IMAGE_1D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_1D, 0, 0, GLSL_TYPE_INT) +DECL_TYPE(iimage2D, GL_INT_IMAGE_2D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_2D, 0, 0, GLSL_TYPE_INT) +DECL_TYPE(iimage3D, GL_INT_IMAGE_3D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_3D, 0, 0, GLSL_TYPE_INT) +DECL_TYPE(iimage2DRect, GL_INT_IMAGE_2D_RECT, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_RECT, 0, 0, GLSL_TYPE_INT) +DECL_TYPE(iimageCube, GL_INT_IMAGE_CUBE, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_CUBE, 0, 0, GLSL_TYPE_INT) +DECL_TYPE(iimageBuffer, GL_INT_IMAGE_BUFFER, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_INT) +DECL_TYPE(iimage1DArray, GL_INT_IMAGE_1D_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_1D, 0, 1, GLSL_TYPE_INT) +DECL_TYPE(iimage2DArray, GL_INT_IMAGE_2D_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_2D, 0, 1, GLSL_TYPE_INT) +DECL_TYPE(iimageCubeArray, GL_INT_IMAGE_CUBE_MAP_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_CUBE, 0, 1, GLSL_TYPE_INT) +DECL_TYPE(iimage2DMS, GL_INT_IMAGE_2D_MULTISAMPLE, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_MS, 0, 0, GLSL_TYPE_INT) +DECL_TYPE(iimage2DMSArray, GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_MS, 0, 1, GLSL_TYPE_INT) +DECL_TYPE(uimage1D, GL_UNSIGNED_INT_IMAGE_1D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_1D, 0, 0, GLSL_TYPE_UINT) +DECL_TYPE(uimage2D, GL_UNSIGNED_INT_IMAGE_2D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_2D, 0, 0, GLSL_TYPE_UINT) +DECL_TYPE(uimage3D, GL_UNSIGNED_INT_IMAGE_3D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_3D, 0, 0, GLSL_TYPE_UINT) +DECL_TYPE(uimage2DRect, GL_UNSIGNED_INT_IMAGE_2D_RECT, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_RECT, 0, 0, GLSL_TYPE_UINT) +DECL_TYPE(uimageCube, GL_UNSIGNED_INT_IMAGE_CUBE, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_CUBE, 0, 0, GLSL_TYPE_UINT) +DECL_TYPE(uimageBuffer, GL_UNSIGNED_INT_IMAGE_BUFFER, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_UINT) +DECL_TYPE(uimage1DArray, GL_UNSIGNED_INT_IMAGE_1D_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_1D, 0, 1, GLSL_TYPE_UINT) +DECL_TYPE(uimage2DArray, GL_UNSIGNED_INT_IMAGE_2D_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_2D, 0, 1, GLSL_TYPE_UINT) +DECL_TYPE(uimageCubeArray, GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_CUBE, 0, 1, GLSL_TYPE_UINT) +DECL_TYPE(uimage2DMS, GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_MS, 0, 0, GLSL_TYPE_UINT) +DECL_TYPE(uimage2DMSArray, GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_MS, 0, 1, GLSL_TYPE_UINT) DECL_TYPE(atomic_uint, GL_UNSIGNED_INT_ATOMIC_COUNTER, GLSL_TYPE_ATOMIC_UINT, 1, 1) diff --git a/mesalib/src/glsl/builtin_types.cpp b/mesalib/src/glsl/builtin_types.cpp index 10fac0f81..fef86df28 100644 --- a/mesalib/src/glsl/builtin_types.cpp +++ b/mesalib/src/glsl/builtin_types.cpp @@ -159,6 +159,20 @@ const static struct builtin_type_versions { T(mat4x2, 120, 300) T(mat4x3, 120, 300) + T(double, 400, 999) + T(dvec2, 400, 999) + T(dvec3, 400, 999) + T(dvec4, 400, 999) + T(dmat2, 400, 999) + T(dmat3, 400, 999) + T(dmat4, 400, 999) + T(dmat2x3, 400, 999) + T(dmat2x4, 400, 999) + T(dmat3x2, 400, 999) + T(dmat3x4, 400, 999) + T(dmat4x2, 400, 999) + T(dmat4x3, 400, 999) + T(sampler1D, 110, 999) T(sampler2D, 110, 100) T(sampler3D, 110, 300) @@ -361,5 +375,21 @@ _mesa_glsl_initialize_types(struct _mesa_glsl_parse_state *state) if (state->ARB_shader_atomic_counters_enable) { add_type(symbols, glsl_type::atomic_uint_type); } + + if (state->ARB_gpu_shader_fp64_enable) { + add_type(symbols, glsl_type::double_type); + add_type(symbols, glsl_type::dvec2_type); + add_type(symbols, glsl_type::dvec3_type); + add_type(symbols, glsl_type::dvec4_type); + add_type(symbols, glsl_type::dmat2_type); + add_type(symbols, glsl_type::dmat3_type); + add_type(symbols, glsl_type::dmat4_type); + add_type(symbols, glsl_type::dmat2x3_type); + add_type(symbols, glsl_type::dmat2x4_type); + add_type(symbols, glsl_type::dmat3x2_type); + add_type(symbols, glsl_type::dmat3x4_type); + add_type(symbols, glsl_type::dmat4x2_type); + add_type(symbols, glsl_type::dmat4x3_type); + } } /** @} */ diff --git a/mesalib/src/glsl/glcpp/glcpp-parse.y b/mesalib/src/glsl/glcpp/glcpp-parse.y index 9b1a4f401..c2f5223a9 100644 --- a/mesalib/src/glsl/glcpp/glcpp-parse.y +++ b/mesalib/src/glsl/glcpp/glcpp-parse.y @@ -2375,6 +2375,7 @@ _glcpp_parser_handle_version_declaration(glcpp_parser_t *parser, intmax_t versio if (parser->is_gles) { add_builtin_define(parser, "GL_ES", 1); add_builtin_define(parser, "GL_EXT_separate_shader_objects", 1); + add_builtin_define(parser, "GL_EXT_draw_buffers", 1); if (extensions != NULL) { if (extensions->OES_EGL_image_external) @@ -2444,6 +2445,9 @@ _glcpp_parser_handle_version_declaration(glcpp_parser_t *parser, intmax_t versio if (extensions->ARB_gpu_shader5) add_builtin_define(parser, "GL_ARB_gpu_shader5", 1); + if (extensions->ARB_gpu_shader_fp64) + add_builtin_define(parser, "GL_ARB_gpu_shader_fp64", 1); + if (extensions->AMD_vertex_shader_layer) add_builtin_define(parser, "GL_AMD_vertex_shader_layer", 1); @@ -2473,6 +2477,9 @@ _glcpp_parser_handle_version_declaration(glcpp_parser_t *parser, intmax_t versio if (extensions->ARB_derivative_control) add_builtin_define(parser, "GL_ARB_derivative_control", 1); + + if (extensions->ARB_shader_precision) + add_builtin_define(parser, "GL_ARB_shader_precision", 1); } } diff --git a/mesalib/src/glsl/glcpp/glcpp.c b/mesalib/src/glsl/glcpp/glcpp.c index ca188015c..5144516a6 100644 --- a/mesalib/src/glsl/glcpp/glcpp.c +++ b/mesalib/src/glsl/glcpp/glcpp.c @@ -121,7 +121,7 @@ enum { DISABLE_LINE_CONTINUATIONS_OPT = CHAR_MAX + 1 }; -const static struct option +static const struct option long_options[] = { {"disable-line-continuations", no_argument, 0, DISABLE_LINE_CONTINUATIONS_OPT }, {"debug", no_argument, 0, 'd'}, diff --git a/mesalib/src/glsl/glsl_lexer.ll b/mesalib/src/glsl/glsl_lexer.ll index 57c46be84..8dc3d106b 100644 --- a/mesalib/src/glsl/glsl_lexer.ll +++ b/mesalib/src/glsl/glsl_lexer.ll @@ -458,6 +458,17 @@ layout { return FLOATCONSTANT; } +[0-9]+\.[0-9]+([eE][+-]?[0-9]+)?(lf|LF) | +\.[0-9]+([eE][+-]?[0-9]+)?(lf|LF) | +[0-9]+\.([eE][+-]?[0-9]+)?(lf|LF) | +[0-9]+[eE][+-]?[0-9]+(lf|LF) { + if (!yyextra->is_version(400, 0) && + !yyextra->ARB_gpu_shader_fp64_enable) + return ERROR_TOK; + yylval->dreal = _mesa_strtod(yytext, NULL); + return DOUBLECONSTANT; + } + true { yylval->n = 1; return BOOLCONSTANT; @@ -489,7 +500,7 @@ external KEYWORD(110, 100, 0, 0, EXTERNAL); interface KEYWORD(110, 100, 0, 0, INTERFACE); long KEYWORD(110, 100, 0, 0, LONG_TOK); short KEYWORD(110, 100, 0, 0, SHORT_TOK); -double KEYWORD(110, 100, 400, 0, DOUBLE_TOK); +double KEYWORD_WITH_ALT(110, 100, 400, 0, yyextra->ARB_gpu_shader_fp64_enable, DOUBLE_TOK); half KEYWORD(110, 100, 0, 0, HALF); fixed KEYWORD(110, 100, 0, 0, FIXED_TOK); unsigned KEYWORD(110, 100, 0, 0, UNSIGNED); @@ -498,9 +509,21 @@ output KEYWORD(110, 100, 0, 0, OUTPUT); hvec2 KEYWORD(110, 100, 0, 0, HVEC2); hvec3 KEYWORD(110, 100, 0, 0, HVEC3); hvec4 KEYWORD(110, 100, 0, 0, HVEC4); -dvec2 KEYWORD(110, 100, 400, 0, DVEC2); -dvec3 KEYWORD(110, 100, 400, 0, DVEC3); -dvec4 KEYWORD(110, 100, 400, 0, DVEC4); +dvec2 KEYWORD_WITH_ALT(110, 100, 400, 0, yyextra->ARB_gpu_shader_fp64_enable, DVEC2); +dvec3 KEYWORD_WITH_ALT(110, 100, 400, 0, yyextra->ARB_gpu_shader_fp64_enable, DVEC3); +dvec4 KEYWORD_WITH_ALT(110, 100, 400, 0, yyextra->ARB_gpu_shader_fp64_enable, DVEC4); +dmat2 KEYWORD_WITH_ALT(110, 100, 400, 0, yyextra->ARB_gpu_shader_fp64_enable, DMAT2X2); +dmat3 KEYWORD_WITH_ALT(110, 100, 400, 0, yyextra->ARB_gpu_shader_fp64_enable, DMAT3X3); +dmat4 KEYWORD_WITH_ALT(110, 100, 400, 0, yyextra->ARB_gpu_shader_fp64_enable, DMAT4X4); +dmat2x2 KEYWORD_WITH_ALT(110, 100, 400, 0, yyextra->ARB_gpu_shader_fp64_enable, DMAT2X2); +dmat2x3 KEYWORD_WITH_ALT(110, 100, 400, 0, yyextra->ARB_gpu_shader_fp64_enable, DMAT2X3); +dmat2x4 KEYWORD_WITH_ALT(110, 100, 400, 0, yyextra->ARB_gpu_shader_fp64_enable, DMAT2X4); +dmat3x2 KEYWORD_WITH_ALT(110, 100, 400, 0, yyextra->ARB_gpu_shader_fp64_enable, DMAT3X2); +dmat3x3 KEYWORD_WITH_ALT(110, 100, 400, 0, yyextra->ARB_gpu_shader_fp64_enable, DMAT3X3); +dmat3x4 KEYWORD_WITH_ALT(110, 100, 400, 0, yyextra->ARB_gpu_shader_fp64_enable, DMAT3X4); +dmat4x2 KEYWORD_WITH_ALT(110, 100, 400, 0, yyextra->ARB_gpu_shader_fp64_enable, DMAT4X2); +dmat4x3 KEYWORD_WITH_ALT(110, 100, 400, 0, yyextra->ARB_gpu_shader_fp64_enable, DMAT4X3); +dmat4x4 KEYWORD_WITH_ALT(110, 100, 400, 0, yyextra->ARB_gpu_shader_fp64_enable, DMAT4X4); fvec2 KEYWORD(110, 100, 0, 0, FVEC2); fvec3 KEYWORD(110, 100, 0, 0, FVEC3); fvec4 KEYWORD(110, 100, 0, 0, FVEC4); @@ -544,7 +567,13 @@ subroutine KEYWORD(0, 300, 0, 0, SUBROUTINE); [_a-zA-Z][_a-zA-Z0-9]* { struct _mesa_glsl_parse_state *state = yyextra; void *ctx = state; - yylval->identifier = ralloc_strdup(ctx, yytext); + if (state->es_shader && strlen(yytext) > 1024) { + _mesa_glsl_error(yylloc, state, + "Identifier `%s' exceeds 1024 characters", + yytext); + } else { + yylval->identifier = ralloc_strdup(ctx, yytext); + } return classify_identifier(state, yytext); } diff --git a/mesalib/src/glsl/glsl_parser.yy b/mesalib/src/glsl/glsl_parser.yy index 7fb8c38ab..ea3bd8a24 100644 --- a/mesalib/src/glsl/glsl_parser.yy +++ b/mesalib/src/glsl/glsl_parser.yy @@ -94,6 +94,7 @@ static bool match_layout_qualifier(const char *s1, const char *s2, %union { int n; float real; + double dreal; const char *identifier; struct ast_type_qualifier type_qualifier; @@ -128,14 +129,17 @@ static bool match_layout_qualifier(const char *s1, const char *s2, } selection_rest_statement; } -%token ATTRIBUTE CONST_TOK BOOL_TOK FLOAT_TOK INT_TOK UINT_TOK +%token ATTRIBUTE CONST_TOK BOOL_TOK FLOAT_TOK INT_TOK UINT_TOK DOUBLE_TOK %token BREAK CONTINUE DO ELSE FOR IF DISCARD RETURN SWITCH CASE DEFAULT -%token BVEC2 BVEC3 BVEC4 IVEC2 IVEC3 IVEC4 UVEC2 UVEC3 UVEC4 VEC2 VEC3 VEC4 +%token BVEC2 BVEC3 BVEC4 IVEC2 IVEC3 IVEC4 UVEC2 UVEC3 UVEC4 VEC2 VEC3 VEC4 DVEC2 DVEC3 DVEC4 %token CENTROID IN_TOK OUT_TOK INOUT_TOK UNIFORM VARYING SAMPLE %token NOPERSPECTIVE FLAT SMOOTH %token MAT2X2 MAT2X3 MAT2X4 %token MAT3X2 MAT3X3 MAT3X4 %token MAT4X2 MAT4X3 MAT4X4 +%token DMAT2X2 DMAT2X3 DMAT2X4 +%token DMAT3X2 DMAT3X3 DMAT3X4 +%token DMAT4X2 DMAT4X3 DMAT4X4 %token SAMPLER1D SAMPLER2D SAMPLER3D SAMPLERCUBE SAMPLER1DSHADOW SAMPLER2DSHADOW %token SAMPLERCUBESHADOW SAMPLER1DARRAY SAMPLER2DARRAY SAMPLER1DARRAYSHADOW %token SAMPLER2DARRAYSHADOW SAMPLERCUBEARRAY SAMPLERCUBEARRAYSHADOW @@ -162,6 +166,7 @@ static bool match_layout_qualifier(const char *s1, const char *s2, %type any_identifier %type instance_name_opt %token FLOATCONSTANT +%token DOUBLECONSTANT %token INTCONSTANT UINTCONSTANT BOOLCONSTANT %token FIELD_SELECTION %token LEFT_OP RIGHT_OP @@ -182,8 +187,8 @@ static bool match_layout_qualifier(const char *s1, const char *s2, */ %token ASM CLASS UNION ENUM TYPEDEF TEMPLATE THIS PACKED_TOK GOTO %token INLINE_TOK NOINLINE PUBLIC_TOK STATIC EXTERN EXTERNAL -%token LONG_TOK SHORT_TOK DOUBLE_TOK HALF FIXED_TOK UNSIGNED INPUT_TOK -%token HVEC2 HVEC3 HVEC4 DVEC2 DVEC3 DVEC4 FVEC2 FVEC3 FVEC4 +%token LONG_TOK SHORT_TOK HALF FIXED_TOK UNSIGNED INPUT_TOK +%token HVEC2 HVEC3 HVEC4 FVEC2 FVEC3 FVEC4 %token SAMPLER3DRECT %token SIZEOF CAST NAMESPACE USING %token RESOURCE PATCH @@ -434,6 +439,13 @@ primary_expression: $$->set_location(@1); $$->primary_expression.float_constant = $1; } + | DOUBLECONSTANT + { + void *ctx = state; + $$ = new(ctx) ast_expression(ast_double_constant, NULL, NULL, NULL); + $$->set_location(@1); + $$->primary_expression.double_constant = $1; + } | BOOLCONSTANT { void *ctx = state; @@ -1864,6 +1876,7 @@ type_specifier_nonarray: basic_type_specifier_nonarray: VOID_TOK { $$ = "void"; } | FLOAT_TOK { $$ = "float"; } + | DOUBLE_TOK { $$ = "double"; } | INT_TOK { $$ = "int"; } | UINT_TOK { $$ = "uint"; } | BOOL_TOK { $$ = "bool"; } @@ -1879,6 +1892,9 @@ basic_type_specifier_nonarray: | UVEC2 { $$ = "uvec2"; } | UVEC3 { $$ = "uvec3"; } | UVEC4 { $$ = "uvec4"; } + | DVEC2 { $$ = "dvec2"; } + | DVEC3 { $$ = "dvec3"; } + | DVEC4 { $$ = "dvec4"; } | MAT2X2 { $$ = "mat2"; } | MAT2X3 { $$ = "mat2x3"; } | MAT2X4 { $$ = "mat2x4"; } @@ -1888,6 +1904,15 @@ basic_type_specifier_nonarray: | MAT4X2 { $$ = "mat4x2"; } | MAT4X3 { $$ = "mat4x3"; } | MAT4X4 { $$ = "mat4"; } + | DMAT2X2 { $$ = "dmat2"; } + | DMAT2X3 { $$ = "dmat2x3"; } + | DMAT2X4 { $$ = "dmat2x4"; } + | DMAT3X2 { $$ = "dmat3x2"; } + | DMAT3X3 { $$ = "dmat3"; } + | DMAT3X4 { $$ = "dmat3x4"; } + | DMAT4X2 { $$ = "dmat4x2"; } + | DMAT4X3 { $$ = "dmat4x3"; } + | DMAT4X4 { $$ = "dmat4"; } | SAMPLER1D { $$ = "sampler1D"; } | SAMPLER2D { $$ = "sampler2D"; } | SAMPLER2DRECT { $$ = "sampler2DRect"; } @@ -2539,6 +2564,28 @@ basic_interface_block: "interface block member does not match " "the interface block"); } + + /* From GLSL ES 3.0, chapter 4.3.7 "Interface Blocks": + * + * "GLSL ES 3.0 does not support interface blocks for shader inputs or + * outputs." + * + * And from GLSL ES 3.0, chapter 4.6.1 "The invariant qualifier":. + * + * "Only variables output from a shader can be candidates for + * invariance." + * + * From GLSL 4.40 and GLSL 1.50, section "Interface Blocks": + * + * "If optional qualifiers are used, they can include interpolation + * qualifiers, auxiliary storage qualifiers, and storage qualifiers + * and they must declare an input, output, or uniform member + * consistent with the interface qualifier of the block" + */ + if (qualifier.flags.q.invariant) + _mesa_glsl_error(&@1, state, + "invariant qualifiers cannot be used " + "with interface blocks members"); } $$ = block; diff --git a/mesalib/src/glsl/glsl_parser_extras.cpp b/mesalib/src/glsl/glsl_parser_extras.cpp index 27e2eaf37..9f7931380 100644 --- a/mesalib/src/glsl/glsl_parser_extras.cpp +++ b/mesalib/src/glsl/glsl_parser_extras.cpp @@ -370,10 +370,27 @@ _mesa_shader_stage_to_string(unsigned stage) case MESA_SHADER_VERTEX: return "vertex"; case MESA_SHADER_FRAGMENT: return "fragment"; case MESA_SHADER_GEOMETRY: return "geometry"; + case MESA_SHADER_COMPUTE: return "compute"; } - assert(!"Should not get here."); - return "unknown"; + unreachable("Unknown shader stage."); +} + +/** + * Translate a gl_shader_stage to a shader stage abbreviation (VS, GS, FS) + * for debug printouts and error messages. + */ +const char * +_mesa_shader_stage_to_abbrev(unsigned stage) +{ + switch (stage) { + case MESA_SHADER_VERTEX: return "VS"; + case MESA_SHADER_FRAGMENT: return "FS"; + case MESA_SHADER_GEOMETRY: return "GS"; + case MESA_SHADER_COMPUTE: return "CS"; + } + + unreachable("Unknown shader stage."); } /* This helper function will append the given message to the shader's @@ -527,11 +544,13 @@ static const _mesa_glsl_extension _mesa_glsl_supported_extensions[] = { EXT(ARB_fragment_coord_conventions, true, false, ARB_fragment_coord_conventions), EXT(ARB_fragment_layer_viewport, true, false, ARB_fragment_layer_viewport), EXT(ARB_gpu_shader5, true, false, ARB_gpu_shader5), + EXT(ARB_gpu_shader_fp64, true, false, ARB_gpu_shader_fp64), EXT(ARB_sample_shading, true, false, ARB_sample_shading), EXT(ARB_separate_shader_objects, true, false, dummy_true), EXT(ARB_shader_atomic_counters, true, false, ARB_shader_atomic_counters), EXT(ARB_shader_bit_encoding, true, false, ARB_shader_bit_encoding), EXT(ARB_shader_image_load_store, true, false, ARB_shader_image_load_store), + EXT(ARB_shader_precision, true, false, ARB_shader_precision), EXT(ARB_shader_stencil_export, true, false, ARB_shader_stencil_export), EXT(ARB_shader_texture_lod, true, false, ARB_shader_texture_lod), EXT(ARB_shading_language_420pack, true, false, ARB_shading_language_420pack), @@ -561,6 +580,7 @@ static const _mesa_glsl_extension _mesa_glsl_supported_extensions[] = { EXT(AMD_shader_trinary_minmax, true, false, dummy_true), EXT(AMD_vertex_shader_layer, true, false, AMD_vertex_shader_layer), EXT(AMD_vertex_shader_viewport_index, true, false, AMD_vertex_shader_viewport_index), + EXT(EXT_draw_buffers, false, true, dummy_true), EXT(EXT_separate_shader_objects, false, true, dummy_true), EXT(EXT_shader_integer_mix, true, true, EXT_shader_integer_mix), EXT(EXT_texture_array, true, false, EXT_texture_array), @@ -959,6 +979,10 @@ ast_expression::print(void) const printf("%f ", primary_expression.float_constant); break; + case ast_double_constant: + printf("%f ", primary_expression.double_constant); + break; + case ast_bool_constant: printf("%s ", primary_expression.bool_constant diff --git a/mesalib/src/glsl/glsl_parser_extras.h b/mesalib/src/glsl/glsl_parser_extras.h index e04f7ced5..0975c86ed 100644 --- a/mesalib/src/glsl/glsl_parser_extras.h +++ b/mesalib/src/glsl/glsl_parser_extras.h @@ -205,6 +205,11 @@ struct _mesa_glsl_parse_state { || EXT_separate_shader_objects_enable; } + bool has_double() const + { + return ARB_gpu_shader_fp64_enable || is_version(400, 0); + } + void process_version_directive(YYLTYPE *locp, int version, const char *ident); @@ -414,6 +419,8 @@ struct _mesa_glsl_parse_state { bool ARB_fragment_layer_viewport_warn; bool ARB_gpu_shader5_enable; bool ARB_gpu_shader5_warn; + bool ARB_gpu_shader_fp64_enable; + bool ARB_gpu_shader_fp64_warn; bool ARB_sample_shading_enable; bool ARB_sample_shading_warn; bool ARB_separate_shader_objects_enable; @@ -424,6 +431,8 @@ struct _mesa_glsl_parse_state { bool ARB_shader_bit_encoding_warn; bool ARB_shader_image_load_store_enable; bool ARB_shader_image_load_store_warn; + bool ARB_shader_precision_enable; + bool ARB_shader_precision_warn; bool ARB_shader_stencil_export_enable; bool ARB_shader_stencil_export_warn; bool ARB_shader_texture_lod_enable; @@ -473,6 +482,8 @@ struct _mesa_glsl_parse_state { bool AMD_vertex_shader_layer_warn; bool AMD_vertex_shader_viewport_index_enable; bool AMD_vertex_shader_viewport_index_warn; + bool EXT_draw_buffers_enable; + bool EXT_draw_buffers_warn; bool EXT_separate_shader_objects_enable; bool EXT_separate_shader_objects_warn; bool EXT_shader_integer_mix_enable; @@ -572,6 +583,9 @@ extern "C" { extern const char * _mesa_shader_stage_to_string(unsigned stage); +extern const char * +_mesa_shader_stage_to_abbrev(unsigned stage); + extern int glcpp_preprocess(void *ctx, const char **shader, char **info_log, const struct gl_extensions *extensions, struct gl_context *gl_ctx); diff --git a/mesalib/src/glsl/glsl_types.cpp b/mesalib/src/glsl/glsl_types.cpp index 0d2eb7cec..38b37a6a9 100644 --- a/mesalib/src/glsl/glsl_types.cpp +++ b/mesalib/src/glsl/glsl_types.cpp @@ -193,6 +193,22 @@ glsl_type::contains_integer() const } } +bool +glsl_type::contains_double() const +{ + if (this->is_array()) { + return this->fields.array->contains_double(); + } else if (this->is_record()) { + for (unsigned int i = 0; i < this->length; i++) { + if (this->fields.structure[i].type->contains_double()) + return true; + } + return false; + } else { + return this->is_double(); + } +} + bool glsl_type::contains_opaque() const { switch (base_type) { @@ -268,6 +284,8 @@ const glsl_type *glsl_type::get_base_type() const return int_type; case GLSL_TYPE_FLOAT: return float_type; + case GLSL_TYPE_DOUBLE: + return double_type; case GLSL_TYPE_BOOL: return bool_type; default: @@ -292,6 +310,8 @@ const glsl_type *glsl_type::get_scalar_type() const return int_type; case GLSL_TYPE_FLOAT: return float_type; + case GLSL_TYPE_DOUBLE: + return double_type; case GLSL_TYPE_BOOL: return bool_type; default: @@ -377,6 +397,17 @@ glsl_type::vec(unsigned components) return ts[components - 1]; } +const glsl_type * +glsl_type::dvec(unsigned components) +{ + if (components == 0 || components > 4) + return error_type; + + static const glsl_type *const ts[] = { + double_type, dvec2_type, dvec3_type, dvec4_type + }; + return ts[components - 1]; +} const glsl_type * glsl_type::ivec(unsigned components) @@ -436,13 +467,15 @@ glsl_type::get_instance(unsigned base_type, unsigned rows, unsigned columns) return ivec(rows); case GLSL_TYPE_FLOAT: return vec(rows); + case GLSL_TYPE_DOUBLE: + return dvec(rows); case GLSL_TYPE_BOOL: return bvec(rows); default: return error_type; } } else { - if ((base_type != GLSL_TYPE_FLOAT) || (rows == 1)) + if ((base_type != GLSL_TYPE_FLOAT && base_type != GLSL_TYPE_DOUBLE) || (rows == 1)) return error_type; /* GLSL matrix types are named mat{COLUMNS}x{ROWS}. Only the following @@ -456,17 +489,32 @@ glsl_type::get_instance(unsigned base_type, unsigned rows, unsigned columns) */ #define IDX(c,r) (((c-1)*3) + (r-1)) - switch (IDX(columns, rows)) { - case IDX(2,2): return mat2_type; - case IDX(2,3): return mat2x3_type; - case IDX(2,4): return mat2x4_type; - case IDX(3,2): return mat3x2_type; - case IDX(3,3): return mat3_type; - case IDX(3,4): return mat3x4_type; - case IDX(4,2): return mat4x2_type; - case IDX(4,3): return mat4x3_type; - case IDX(4,4): return mat4_type; - default: return error_type; + if (base_type == GLSL_TYPE_DOUBLE) { + switch (IDX(columns, rows)) { + case IDX(2,2): return dmat2_type; + case IDX(2,3): return dmat2x3_type; + case IDX(2,4): return dmat2x4_type; + case IDX(3,2): return dmat3x2_type; + case IDX(3,3): return dmat3_type; + case IDX(3,4): return dmat3x4_type; + case IDX(4,2): return dmat4x2_type; + case IDX(4,3): return dmat4x3_type; + case IDX(4,4): return dmat4_type; + default: return error_type; + } + } else { + switch (IDX(columns, rows)) { + case IDX(2,2): return mat2_type; + case IDX(2,3): return mat2x3_type; + case IDX(2,4): return mat2x4_type; + case IDX(3,2): return mat3x2_type; + case IDX(3,3): return mat3_type; + case IDX(3,4): return mat3x4_type; + case IDX(4,2): return mat4x2_type; + case IDX(4,3): return mat4x3_type; + case IDX(4,4): return mat4_type; + default: return error_type; + } } } @@ -474,6 +522,117 @@ glsl_type::get_instance(unsigned base_type, unsigned rows, unsigned columns) return error_type; } +const glsl_type * +glsl_type::get_sampler_instance(enum glsl_sampler_dim dim, + bool shadow, + bool array, + glsl_base_type type) +{ + switch (type) { + case GLSL_TYPE_FLOAT: + switch (dim) { + case GLSL_SAMPLER_DIM_1D: + if (shadow) + return (array ? sampler1DArrayShadow_type : sampler1DShadow_type); + else + return (array ? sampler1DArray_type : sampler1D_type); + case GLSL_SAMPLER_DIM_2D: + if (shadow) + return (array ? sampler2DArrayShadow_type : sampler2DShadow_type); + else + return (array ? sampler2DArray_type : sampler2D_type); + case GLSL_SAMPLER_DIM_3D: + if (shadow || array) + return error_type; + else + return sampler3D_type; + case GLSL_SAMPLER_DIM_CUBE: + if (shadow) + return (array ? samplerCubeArrayShadow_type : samplerCubeShadow_type); + else + return (array ? samplerCubeArray_type : samplerCube_type); + case GLSL_SAMPLER_DIM_RECT: + if (array) + return error_type; + if (shadow) + return sampler2DRectShadow_type; + else + return sampler2DRect_type; + case GLSL_SAMPLER_DIM_BUF: + if (shadow || array) + return error_type; + else + return samplerBuffer_type; + case GLSL_SAMPLER_DIM_MS: + if (shadow) + return error_type; + return (array ? sampler2DMSArray_type : sampler2DMS_type); + case GLSL_SAMPLER_DIM_EXTERNAL: + if (shadow || array) + return error_type; + else + return samplerExternalOES_type; + } + case GLSL_TYPE_INT: + if (shadow) + return error_type; + switch (dim) { + case GLSL_SAMPLER_DIM_1D: + return (array ? isampler1DArray_type : isampler1D_type); + case GLSL_SAMPLER_DIM_2D: + return (array ? isampler2DArray_type : isampler2D_type); + case GLSL_SAMPLER_DIM_3D: + if (array) + return error_type; + return isampler3D_type; + case GLSL_SAMPLER_DIM_CUBE: + return (array ? isamplerCubeArray_type : isamplerCube_type); + case GLSL_SAMPLER_DIM_RECT: + if (array) + return error_type; + return isampler2DRect_type; + case GLSL_SAMPLER_DIM_BUF: + if (array) + return error_type; + return isamplerBuffer_type; + case GLSL_SAMPLER_DIM_MS: + return (array ? isampler2DMSArray_type : isampler2DMS_type); + case GLSL_SAMPLER_DIM_EXTERNAL: + return error_type; + } + case GLSL_TYPE_UINT: + if (shadow) + return error_type; + switch (dim) { + case GLSL_SAMPLER_DIM_1D: + return (array ? usampler1DArray_type : usampler1D_type); + case GLSL_SAMPLER_DIM_2D: + return (array ? usampler2DArray_type : usampler2D_type); + case GLSL_SAMPLER_DIM_3D: + if (array) + return error_type; + return usampler3D_type; + case GLSL_SAMPLER_DIM_CUBE: + return (array ? usamplerCubeArray_type : usamplerCube_type); + case GLSL_SAMPLER_DIM_RECT: + if (array) + return error_type; + return usampler2DRect_type; + case GLSL_SAMPLER_DIM_BUF: + if (array) + return error_type; + return usamplerBuffer_type; + case GLSL_SAMPLER_DIM_MS: + return (array ? usampler2DMSArray_type : usampler2DMS_type); + case GLSL_SAMPLER_DIM_EXTERNAL: + return error_type; + } + default: + return error_type; + } + + unreachable("switch statement above should be complete"); +} const glsl_type * glsl_type::get_array_instance(const glsl_type *base, unsigned array_size) @@ -707,6 +866,9 @@ glsl_type::component_slots() const case GLSL_TYPE_BOOL: return this->components(); + case GLSL_TYPE_DOUBLE: + return 2 * this->components(); + case GLSL_TYPE_STRUCT: case GLSL_TYPE_INTERFACE: { unsigned size = 0; @@ -742,6 +904,7 @@ glsl_type::uniform_locations() const case GLSL_TYPE_UINT: case GLSL_TYPE_INT: case GLSL_TYPE_FLOAT: + case GLSL_TYPE_DOUBLE: case GLSL_TYPE_BOOL: case GLSL_TYPE_SAMPLER: case GLSL_TYPE_IMAGE: @@ -786,12 +949,26 @@ glsl_type::can_implicitly_convert_to(const glsl_type *desired, desired->base_type == GLSL_TYPE_UINT && this->base_type == GLSL_TYPE_INT) return true; + /* No implicit conversions from double. */ + if ((!state || state->has_double()) && this->is_double()) + return false; + + /* Conversions from different types to double. */ + if ((!state || state->has_double()) && desired->is_double()) { + if (this->is_float()) + return true; + if (this->is_integer()) + return true; + } + return false; } unsigned glsl_type::std140_base_alignment(bool row_major) const { + unsigned N = is_double() ? 8 : 4; + /* (1) If the member is a scalar consuming basic machine units, the * base alignment is . * @@ -805,12 +982,12 @@ glsl_type::std140_base_alignment(bool row_major) const if (this->is_scalar() || this->is_vector()) { switch (this->vector_elements) { case 1: - return 4; + return N; case 2: - return 8; + return 2 * N; case 3: case 4: - return 16; + return 4 * N; } } @@ -859,10 +1036,10 @@ glsl_type::std140_base_alignment(bool row_major) const int r = this->vector_elements; if (row_major) { - vec_type = get_instance(GLSL_TYPE_FLOAT, c, 1); + vec_type = get_instance(base_type, c, 1); array_type = glsl_type::get_array_instance(vec_type, r); } else { - vec_type = get_instance(GLSL_TYPE_FLOAT, r, 1); + vec_type = get_instance(base_type, r, 1); array_type = glsl_type::get_array_instance(vec_type, c); } @@ -900,6 +1077,15 @@ glsl_type::std140_base_alignment(bool row_major) const return base_alignment; } + /* A sampler may never occur in a UBO (without bindless of some sort), + * however it is convenient to use this alignment function even with + * regular uniforms. This allows use of this function on uniform structs + * that contain samplers. + */ + if (this->is_sampler()) { + return 0; + } + assert(!"not reached"); return -1; } @@ -907,6 +1093,8 @@ glsl_type::std140_base_alignment(bool row_major) const unsigned glsl_type::std140_size(bool row_major) const { + unsigned N = is_double() ? 8 : 4; + /* (1) If the member is a scalar consuming basic machine units, the * base alignment is . * @@ -918,7 +1106,7 @@ glsl_type::std140_size(bool row_major) const * basic machine units, the base alignment is 4. */ if (this->is_scalar() || this->is_vector()) { - return this->vector_elements * 4; + return this->vector_elements * N; } /* (5) If the member is a column-major matrix with columns and @@ -953,11 +1141,12 @@ glsl_type::std140_size(bool row_major) const } if (row_major) { - vec_type = get_instance(GLSL_TYPE_FLOAT, - element_type->matrix_columns, 1); + vec_type = get_instance(element_type->base_type, + element_type->matrix_columns, 1); + array_len *= element_type->vector_elements; } else { - vec_type = get_instance(GLSL_TYPE_FLOAT, + vec_type = get_instance(element_type->base_type, element_type->vector_elements, 1); array_len *= element_type->matrix_columns; } @@ -1060,6 +1249,7 @@ glsl_type::count_attribute_slots() const case GLSL_TYPE_INT: case GLSL_TYPE_FLOAT: case GLSL_TYPE_BOOL: + case GLSL_TYPE_DOUBLE: return this->matrix_columns; case GLSL_TYPE_STRUCT: @@ -1114,8 +1304,13 @@ glsl_type::coordinate_components() const break; } - /* Array textures need an additional component for the array index. */ - if (sampler_array) + /* Array textures need an additional component for the array index, except + * for cubemap array images that behave like a 2D array of interleaved + * cubemap faces. + */ + if (sampler_array && + !(base_type == GLSL_TYPE_IMAGE && + sampler_dimensionality == GLSL_SAMPLER_DIM_CUBE)) size += 1; return size; diff --git a/mesalib/src/glsl/glsl_types.h b/mesalib/src/glsl/glsl_types.h index 474b12914..7359e9476 100644 --- a/mesalib/src/glsl/glsl_types.h +++ b/mesalib/src/glsl/glsl_types.h @@ -28,7 +28,6 @@ #include #include -#include "main/mtypes.h" /* for gl_texture_index, C++'s enum rules are broken */ #ifdef __cplusplus extern "C" { @@ -51,6 +50,7 @@ enum glsl_base_type { GLSL_TYPE_UINT = 0, GLSL_TYPE_INT, GLSL_TYPE_FLOAT, + GLSL_TYPE_DOUBLE, GLSL_TYPE_BOOL, GLSL_TYPE_SAMPLER, GLSL_TYPE_IMAGE, @@ -103,6 +103,7 @@ enum glsl_matrix_layout { #ifdef __cplusplus #include "GL/gl.h" #include "util/ralloc.h" +#include "main/mtypes.h" /* for gl_texture_index, C++'s enum rules are broken */ struct glsl_type { GLenum gl_type; @@ -199,6 +200,7 @@ struct glsl_type { * @{ */ static const glsl_type *vec(unsigned components); + static const glsl_type *dvec(unsigned components); static const glsl_type *ivec(unsigned components); static const glsl_type *uvec(unsigned components); static const glsl_type *bvec(unsigned components); @@ -243,6 +245,15 @@ struct glsl_type { static const glsl_type *get_instance(unsigned base_type, unsigned rows, unsigned columns); + /** + * Get the instance of a sampler type + */ + static const glsl_type *get_sampler_instance(enum glsl_sampler_dim dim, + bool shadow, + bool array, + glsl_base_type type); + + /** * Get the instance of an array type */ @@ -378,7 +389,7 @@ struct glsl_type { bool is_matrix() const { /* GLSL only has float matrices. */ - return (matrix_columns > 1) && (base_type == GLSL_TYPE_FLOAT); + return (matrix_columns > 1) && (base_type == GLSL_TYPE_FLOAT || base_type == GLSL_TYPE_DOUBLE); } /** @@ -386,7 +397,7 @@ struct glsl_type { */ bool is_numeric() const { - return (base_type >= GLSL_TYPE_UINT) && (base_type <= GLSL_TYPE_FLOAT); + return (base_type >= GLSL_TYPE_UINT) && (base_type <= GLSL_TYPE_DOUBLE); } /** @@ -403,6 +414,12 @@ struct glsl_type { */ bool contains_integer() const; + /** + * Query whether or not type is a double type, or for struct and array + * types, contains a double type. + */ + bool contains_double() const; + /** * Query whether or not a type is a float type */ @@ -411,6 +428,14 @@ struct glsl_type { return base_type == GLSL_TYPE_FLOAT; } + /** + * Query whether or not a type is a double type + */ + bool is_double() const + { + return base_type == GLSL_TYPE_DOUBLE; + } + /** * Query whether or not a type is a non-array boolean type */ diff --git a/mesalib/src/glsl/ir.cpp b/mesalib/src/glsl/ir.cpp index fe5601a16..f4f92e9df 100644 --- a/mesalib/src/glsl/ir.cpp +++ b/mesalib/src/glsl/ir.cpp @@ -257,6 +257,7 @@ ir_expression::ir_expression(int op, ir_rvalue *op0) case ir_unop_f2i: case ir_unop_b2i: case ir_unop_u2i: + case ir_unop_d2i: case ir_unop_bitcast_f2i: case ir_unop_bit_count: case ir_unop_find_msb: @@ -268,6 +269,7 @@ ir_expression::ir_expression(int op, ir_rvalue *op0) case ir_unop_b2f: case ir_unop_i2f: case ir_unop_u2f: + case ir_unop_d2f: case ir_unop_bitcast_i2f: case ir_unop_bitcast_u2f: this->type = glsl_type::get_instance(GLSL_TYPE_FLOAT, @@ -276,12 +278,21 @@ ir_expression::ir_expression(int op, ir_rvalue *op0) case ir_unop_f2b: case ir_unop_i2b: + case ir_unop_d2b: this->type = glsl_type::get_instance(GLSL_TYPE_BOOL, op0->type->vector_elements, 1); break; + case ir_unop_f2d: + case ir_unop_i2d: + case ir_unop_u2d: + this->type = glsl_type::get_instance(GLSL_TYPE_DOUBLE, + op0->type->vector_elements, 1); + break; + case ir_unop_i2u: case ir_unop_f2u: + case ir_unop_d2u: case ir_unop_bitcast_f2u: this->type = glsl_type::get_instance(GLSL_TYPE_UINT, op0->type->vector_elements, 1); @@ -293,6 +304,10 @@ ir_expression::ir_expression(int op, ir_rvalue *op0) this->type = glsl_type::float_type; break; + case ir_unop_unpack_double_2x32: + this->type = glsl_type::uvec2_type; + break; + case ir_unop_any: this->type = glsl_type::bool_type; break; @@ -305,6 +320,10 @@ ir_expression::ir_expression(int op, ir_rvalue *op0) this->type = glsl_type::uint_type; break; + case ir_unop_pack_double_2x32: + this->type = glsl_type::double_type; + break; + case ir_unop_unpack_snorm_2x16: case ir_unop_unpack_unorm_2x16: case ir_unop_unpack_half_2x16: @@ -316,6 +335,14 @@ ir_expression::ir_expression(int op, ir_rvalue *op0) this->type = glsl_type::vec4_type; break; + case ir_unop_frexp_sig: + this->type = op0->type; + break; + case ir_unop_frexp_exp: + this->type = glsl_type::get_instance(GLSL_TYPE_INT, + op0->type->vector_elements, 1); + break; + default: assert(!"not reached: missing automatic type setup for ir_expression"); this->type = op0->type; @@ -390,7 +417,7 @@ ir_expression::ir_expression(int op, ir_rvalue *op0, ir_rvalue *op1) break; case ir_binop_dot: - this->type = glsl_type::float_type; + this->type = op0->type->get_base_type(); break; case ir_binop_pack_half_2x16_split: @@ -494,6 +521,13 @@ static const char *const operator_strs[] = { "u2f", "i2u", "u2i", + "d2f", + "f2d", + "d2i", + "i2d", + "d2u", + "u2d", + "d2b", "bitcast_i2f", "bitcast_f2i", "bitcast_u2f", @@ -531,6 +565,10 @@ static const char *const operator_strs[] = { "find_msb", "find_lsb", "sat", + "packDouble2x32", + "unpackDouble2x32", + "frexp_sig", + "frexp_exp", "noise", "interpolate_at_centroid", "+", @@ -646,6 +684,19 @@ ir_constant::ir_constant(float f, unsigned vector_elements) } } +ir_constant::ir_constant(double d, unsigned vector_elements) + : ir_rvalue(ir_type_constant) +{ + assert(vector_elements <= 4); + this->type = glsl_type::get_instance(GLSL_TYPE_DOUBLE, vector_elements, 1); + for (unsigned i = 0; i < vector_elements; i++) { + this->value.d[i] = d; + } + for (unsigned i = vector_elements; i < 16; i++) { + this->value.d[i] = 0.0; + } +} + ir_constant::ir_constant(unsigned int u, unsigned vector_elements) : ir_rvalue(ir_type_constant) { @@ -695,6 +746,7 @@ ir_constant::ir_constant(const ir_constant *c, unsigned i) case GLSL_TYPE_INT: this->value.i[0] = c->value.i[i]; break; case GLSL_TYPE_FLOAT: this->value.f[0] = c->value.f[i]; break; case GLSL_TYPE_BOOL: this->value.b[0] = c->value.b[i]; break; + case GLSL_TYPE_DOUBLE: this->value.d[0] = c->value.d[i]; break; default: assert(!"Should not get here."); break; } } @@ -746,9 +798,16 @@ ir_constant::ir_constant(const struct glsl_type *type, exec_list *value_list) if (value->type->is_scalar() && value->next->is_tail_sentinel()) { if (type->is_matrix()) { /* Matrix - fill diagonal (rest is already set to 0) */ - assert(type->base_type == GLSL_TYPE_FLOAT); - for (unsigned i = 0; i < type->matrix_columns; i++) - this->value.f[i * type->vector_elements + i] = value->value.f[0]; + assert(type->base_type == GLSL_TYPE_FLOAT || + type->base_type == GLSL_TYPE_DOUBLE); + for (unsigned i = 0; i < type->matrix_columns; i++) { + if (type->base_type == GLSL_TYPE_FLOAT) + this->value.f[i * type->vector_elements + i] = + value->value.f[0]; + else + this->value.d[i * type->vector_elements + i] = + value->value.d[0]; + } } else { /* Vector or scalar - fill all components */ switch (type->base_type) { @@ -761,6 +820,10 @@ ir_constant::ir_constant(const struct glsl_type *type, exec_list *value_list) for (unsigned i = 0; i < type->components(); i++) this->value.f[i] = value->value.f[0]; break; + case GLSL_TYPE_DOUBLE: + for (unsigned i = 0; i < type->components(); i++) + this->value.d[i] = value->value.d[0]; + break; case GLSL_TYPE_BOOL: for (unsigned i = 0; i < type->components(); i++) this->value.b[i] = value->value.b[0]; @@ -819,6 +882,9 @@ ir_constant::ir_constant(const struct glsl_type *type, exec_list *value_list) case GLSL_TYPE_BOOL: this->value.b[i] = value->get_bool_component(j); break; + case GLSL_TYPE_DOUBLE: + this->value.d[i] = value->get_double_component(j); + break; default: /* FINISHME: What to do? Exceptions are not the answer. */ @@ -869,6 +935,7 @@ ir_constant::get_bool_component(unsigned i) const case GLSL_TYPE_INT: return this->value.i[i] != 0; case GLSL_TYPE_FLOAT: return ((int)this->value.f[i]) != 0; case GLSL_TYPE_BOOL: return this->value.b[i]; + case GLSL_TYPE_DOUBLE: return this->value.d[i] != 0.0; default: assert(!"Should not get here."); break; } @@ -886,6 +953,25 @@ ir_constant::get_float_component(unsigned i) const case GLSL_TYPE_INT: return (float) this->value.i[i]; case GLSL_TYPE_FLOAT: return this->value.f[i]; case GLSL_TYPE_BOOL: return this->value.b[i] ? 1.0f : 0.0f; + case GLSL_TYPE_DOUBLE: return (float) this->value.d[i]; + default: assert(!"Should not get here."); break; + } + + /* Must return something to make the compiler happy. This is clearly an + * error case. + */ + return 0.0; +} + +double +ir_constant::get_double_component(unsigned i) const +{ + switch (this->type->base_type) { + case GLSL_TYPE_UINT: return (double) this->value.u[i]; + case GLSL_TYPE_INT: return (double) this->value.i[i]; + case GLSL_TYPE_FLOAT: return (double) this->value.f[i]; + case GLSL_TYPE_BOOL: return this->value.b[i] ? 1.0 : 0.0; + case GLSL_TYPE_DOUBLE: return this->value.d[i]; default: assert(!"Should not get here."); break; } @@ -903,6 +989,7 @@ ir_constant::get_int_component(unsigned i) const case GLSL_TYPE_INT: return this->value.i[i]; case GLSL_TYPE_FLOAT: return (int) this->value.f[i]; case GLSL_TYPE_BOOL: return this->value.b[i] ? 1 : 0; + case GLSL_TYPE_DOUBLE: return (int) this->value.d[i]; default: assert(!"Should not get here."); break; } @@ -920,6 +1007,7 @@ ir_constant::get_uint_component(unsigned i) const case GLSL_TYPE_INT: return this->value.i[i]; case GLSL_TYPE_FLOAT: return (unsigned) this->value.f[i]; case GLSL_TYPE_BOOL: return this->value.b[i] ? 1 : 0; + case GLSL_TYPE_DOUBLE: return (unsigned) this->value.d[i]; default: assert(!"Should not get here."); break; } @@ -984,6 +1072,7 @@ ir_constant::copy_offset(ir_constant *src, int offset) case GLSL_TYPE_UINT: case GLSL_TYPE_INT: case GLSL_TYPE_FLOAT: + case GLSL_TYPE_DOUBLE: case GLSL_TYPE_BOOL: { unsigned int size = src->type->components(); assert (size <= this->type->components() - offset); @@ -1001,6 +1090,9 @@ ir_constant::copy_offset(ir_constant *src, int offset) case GLSL_TYPE_BOOL: value.b[i+offset] = src->get_bool_component(i); break; + case GLSL_TYPE_DOUBLE: + value.d[i+offset] = src->get_double_component(i); + break; default: // Shut up the compiler break; } @@ -1057,6 +1149,9 @@ ir_constant::copy_masked_offset(ir_constant *src, int offset, unsigned int mask) case GLSL_TYPE_BOOL: value.b[i+offset] = src->get_bool_component(id++); break; + case GLSL_TYPE_DOUBLE: + value.d[i+offset] = src->get_double_component(id++); + break; default: assert(!"Should not get here."); return; @@ -1117,6 +1212,10 @@ ir_constant::has_value(const ir_constant *c) const if (this->value.b[i] != c->value.b[i]) return false; break; + case GLSL_TYPE_DOUBLE: + if (this->value.d[i] != c->value.d[i]) + return false; + break; default: assert(!"Should not get here."); return false; @@ -1154,6 +1253,10 @@ ir_constant::is_value(float f, int i) const if (this->value.b[c] != bool(i)) return false; break; + case GLSL_TYPE_DOUBLE: + if (this->value.d[c] != double(f)) + return false; + break; default: /* The only other base types are structures, arrays, and samplers. * Samplers cannot be constants, and the others should have been diff --git a/mesalib/src/glsl/ir.h b/mesalib/src/glsl/ir.h index a0f48b2af..25f2ecada 100644 --- a/mesalib/src/glsl/ir.h +++ b/mesalib/src/glsl/ir.h @@ -450,11 +450,8 @@ public: */ inline bool is_interface_instance() const { - const glsl_type *const t = this->type; - - return (t == this->interface_type) - || (t->is_array() && t->fields.array == this->interface_type); - } + return this->type->without_array() == this->interface_type; + } /** * Set this->interface_type on a newly created variable. @@ -1269,6 +1266,13 @@ enum ir_expression_operation { ir_unop_u2f, /**< Unsigned-to-float conversion. */ ir_unop_i2u, /**< Integer-to-unsigned conversion. */ ir_unop_u2i, /**< Unsigned-to-integer conversion. */ + ir_unop_d2f, /**< Double-to-float conversion. */ + ir_unop_f2d, /**< Float-to-double conversion. */ + ir_unop_d2i, /**< Double-to-integer conversion. */ + ir_unop_i2d, /**< Integer-to-double conversion. */ + ir_unop_d2u, /**< Double-to-unsigned conversion. */ + ir_unop_u2d, /**< Unsigned-to-double conversion. */ + ir_unop_d2b, /**< Double-to-boolean conversion. */ ir_unop_bitcast_i2f, /**< Bit-identical int-to-float "conversion" */ ir_unop_bitcast_f2i, /**< Bit-identical float-to-int "conversion" */ ir_unop_bitcast_u2f, /**< Bit-identical uint-to-float "conversion" */ @@ -1345,6 +1349,18 @@ enum ir_expression_operation { /*@}*/ ir_unop_saturate, + + /** + * \name Double packing, part of ARB_gpu_shader_fp64. + */ + /*@{*/ + ir_unop_pack_double_2x32, + ir_unop_unpack_double_2x32, + /*@}*/ + + ir_unop_frexp_sig, + ir_unop_frexp_exp, + ir_unop_noise, /** @@ -2153,6 +2169,7 @@ union ir_constant_data { int i[16]; float f[16]; bool b[16]; + double d[16]; }; @@ -2163,6 +2180,7 @@ public: ir_constant(unsigned int u, unsigned vector_elements=1); ir_constant(int i, unsigned vector_elements=1); ir_constant(float f, unsigned vector_elements=1); + ir_constant(double d, unsigned vector_elements=1); /** * Construct an ir_constant from a list of ir_constant values @@ -2209,6 +2227,7 @@ public: /*@{*/ bool get_bool_component(unsigned i) const; float get_float_component(unsigned i) const; + double get_double_component(unsigned i) const; int get_int_component(unsigned i) const; unsigned get_uint_component(unsigned i) const; /*@}*/ @@ -2417,6 +2436,10 @@ extern ir_function_signature * _mesa_glsl_find_builtin_function(_mesa_glsl_parse_state *state, const char *name, exec_list *actual_parameters); +extern ir_function * +_mesa_glsl_find_builtin_function_by_name(_mesa_glsl_parse_state *state, + const char *name); + extern gl_shader * _mesa_glsl_get_builtin_function_shader(void); diff --git a/mesalib/src/glsl/ir_builder.cpp b/mesalib/src/glsl/ir_builder.cpp index a2f6f2967..e44b05c99 100644 --- a/mesalib/src/glsl/ir_builder.cpp +++ b/mesalib/src/glsl/ir_builder.cpp @@ -246,11 +246,21 @@ ir_expression *borrow(operand a, operand b) return expr(ir_binop_borrow, a, b); } +ir_expression *trunc(operand a) +{ + return expr(ir_unop_trunc, a); +} + ir_expression *round_even(operand a) { return expr(ir_unop_round_even, a); } +ir_expression *fract(operand a) +{ + return expr(ir_unop_fract, a); +} + /* dot for vectors, mul for scalars */ ir_expression *dot(operand a, operand b) { @@ -514,6 +524,24 @@ interpolate_at_sample(operand a, operand b) return expr(ir_binop_interpolate_at_sample, a, b); } +ir_expression * +f2d(operand a) +{ + return expr(ir_unop_f2d, a); +} + +ir_expression * +i2d(operand a) +{ + return expr(ir_unop_i2d, a); +} + +ir_expression * +u2d(operand a) +{ + return expr(ir_unop_u2d, a); +} + ir_expression * fma(operand a, operand b, operand c) { diff --git a/mesalib/src/glsl/ir_builder.h b/mesalib/src/glsl/ir_builder.h index 573596cf1..870265881 100644 --- a/mesalib/src/glsl/ir_builder.h +++ b/mesalib/src/glsl/ir_builder.h @@ -137,7 +137,9 @@ ir_expression *imul_high(operand a, operand b); ir_expression *div(operand a, operand b); ir_expression *carry(operand a, operand b); ir_expression *borrow(operand a, operand b); +ir_expression *trunc(operand a); ir_expression *round_even(operand a); +ir_expression *fract(operand a); ir_expression *dot(operand a, operand b); ir_expression *clamp(operand a, operand b, operand c); ir_expression *saturate(operand a); @@ -183,6 +185,10 @@ ir_expression *i2b(operand a); ir_expression *f2b(operand a); ir_expression *b2f(operand a); +ir_expression *f2d(operand a); +ir_expression *i2d(operand a); +ir_expression *u2d(operand a); + ir_expression *min2(operand a, operand b); ir_expression *max2(operand a, operand b); diff --git a/mesalib/src/glsl/ir_clone.cpp b/mesalib/src/glsl/ir_clone.cpp index dffa57844..5c7279ca3 100644 --- a/mesalib/src/glsl/ir_clone.cpp +++ b/mesalib/src/glsl/ir_clone.cpp @@ -327,6 +327,7 @@ ir_constant::clone(void *mem_ctx, struct hash_table *ht) const case GLSL_TYPE_UINT: case GLSL_TYPE_INT: case GLSL_TYPE_FLOAT: + case GLSL_TYPE_DOUBLE: case GLSL_TYPE_BOOL: return new(mem_ctx) ir_constant(this->type, &this->value); diff --git a/mesalib/src/glsl/ir_constant_expression.cpp b/mesalib/src/glsl/ir_constant_expression.cpp index 1e8b3a3cc..07dd439d5 100644 --- a/mesalib/src/glsl/ir_constant_expression.cpp +++ b/mesalib/src/glsl/ir_constant_expression.cpp @@ -44,7 +44,7 @@ static int isnormal(double x) { return _fpclass(x) == _FPCLASS_NN || _fpclass(x) == _FPCLASS_PN; } -#elif defined(__SUNPRO_CC) +#elif defined(__SUNPRO_CC) && !defined(isnormal) #include static int isnormal(double x) { @@ -60,7 +60,7 @@ static double copysign(double x, double y) #endif static float -dot(ir_constant *op0, ir_constant *op1) +dot_f(ir_constant *op0, ir_constant *op1) { assert(op0->type->is_float() && op1->type->is_float()); @@ -71,6 +71,18 @@ dot(ir_constant *op0, ir_constant *op1) return result; } +static double +dot_d(ir_constant *op0, ir_constant *op1) +{ + assert(op0->type->is_double() && op1->type->is_double()); + + double result = 0; + for (unsigned c = 0; c < op0->type->components(); c++) + result += op0->value.d[c] * op1->value.d[c]; + + return result; +} + /* This method is the only one supported by gcc. Unions in particular * are iffy, and read-through-converted-pointer is killed by strict * aliasing. OTOH, the compiler sees through the memcpy, so the @@ -667,32 +679,81 @@ ir_expression::constant_expression_value(struct hash_table *variable_context) data.b[0] = true; } break; - - case ir_unop_trunc: + case ir_unop_d2f: + assert(op[0]->type->base_type == GLSL_TYPE_DOUBLE); + for (unsigned c = 0; c < op[0]->type->components(); c++) { + data.f[c] = op[0]->value.d[c]; + } + break; + case ir_unop_f2d: assert(op[0]->type->base_type == GLSL_TYPE_FLOAT); for (unsigned c = 0; c < op[0]->type->components(); c++) { - data.f[c] = truncf(op[0]->value.f[c]); + data.d[c] = op[0]->value.f[c]; + } + break; + case ir_unop_d2i: + assert(op[0]->type->base_type == GLSL_TYPE_DOUBLE); + for (unsigned c = 0; c < op[0]->type->components(); c++) { + data.i[c] = op[0]->value.d[c]; + } + break; + case ir_unop_i2d: + assert(op[0]->type->base_type == GLSL_TYPE_INT); + for (unsigned c = 0; c < op[0]->type->components(); c++) { + data.d[c] = op[0]->value.i[c]; + } + break; + case ir_unop_d2u: + assert(op[0]->type->base_type == GLSL_TYPE_DOUBLE); + for (unsigned c = 0; c < op[0]->type->components(); c++) { + data.u[c] = op[0]->value.d[c]; + } + break; + case ir_unop_u2d: + assert(op[0]->type->base_type == GLSL_TYPE_UINT); + for (unsigned c = 0; c < op[0]->type->components(); c++) { + data.d[c] = op[0]->value.u[c]; + } + break; + case ir_unop_d2b: + assert(op[0]->type->base_type == GLSL_TYPE_DOUBLE); + for (unsigned c = 0; c < op[0]->type->components(); c++) { + data.b[c] = op[0]->value.d[c] != 0.0; + } + break; + case ir_unop_trunc: + for (unsigned c = 0; c < op[0]->type->components(); c++) { + if (op[0]->type->base_type == GLSL_TYPE_DOUBLE) + data.d[c] = trunc(op[0]->value.d[c]); + else + data.f[c] = truncf(op[0]->value.f[c]); } break; case ir_unop_round_even: - assert(op[0]->type->base_type == GLSL_TYPE_FLOAT); for (unsigned c = 0; c < op[0]->type->components(); c++) { - data.f[c] = _mesa_round_to_even(op[0]->value.f[c]); + if (op[0]->type->base_type == GLSL_TYPE_DOUBLE) + data.d[c] = _mesa_round_to_even(op[0]->value.d[c]); + else + data.f[c] = _mesa_round_to_even(op[0]->value.f[c]); } break; case ir_unop_ceil: - assert(op[0]->type->base_type == GLSL_TYPE_FLOAT); for (unsigned c = 0; c < op[0]->type->components(); c++) { - data.f[c] = ceilf(op[0]->value.f[c]); + if (op[0]->type->base_type == GLSL_TYPE_DOUBLE) + data.d[c] = ceil(op[0]->value.d[c]); + else + data.f[c] = ceilf(op[0]->value.f[c]); } break; case ir_unop_floor: - assert(op[0]->type->base_type == GLSL_TYPE_FLOAT); for (unsigned c = 0; c < op[0]->type->components(); c++) { - data.f[c] = floorf(op[0]->value.f[c]); + if (op[0]->type->base_type == GLSL_TYPE_DOUBLE) + data.d[c] = floor(op[0]->value.d[c]); + else + data.f[c] = floorf(op[0]->value.f[c]); } break; @@ -708,6 +769,9 @@ ir_expression::constant_expression_value(struct hash_table *variable_context) case GLSL_TYPE_FLOAT: data.f[c] = op[0]->value.f[c] - floor(op[0]->value.f[c]); break; + case GLSL_TYPE_DOUBLE: + data.d[c] = op[0]->value.d[c] - floor(op[0]->value.d[c]); + break; default: assert(0); } @@ -742,6 +806,9 @@ ir_expression::constant_expression_value(struct hash_table *variable_context) case GLSL_TYPE_FLOAT: data.f[c] = -op[0]->value.f[c]; break; + case GLSL_TYPE_DOUBLE: + data.d[c] = -op[0]->value.d[c]; + break; default: assert(0); } @@ -762,6 +829,9 @@ ir_expression::constant_expression_value(struct hash_table *variable_context) case GLSL_TYPE_FLOAT: data.f[c] = fabs(op[0]->value.f[c]); break; + case GLSL_TYPE_DOUBLE: + data.d[c] = fabs(op[0]->value.d[c]); + break; default: assert(0); } @@ -780,6 +850,9 @@ ir_expression::constant_expression_value(struct hash_table *variable_context) case GLSL_TYPE_FLOAT: data.f[c] = float((op[0]->value.f[c] > 0)-(op[0]->value.f[c] < 0)); break; + case GLSL_TYPE_DOUBLE: + data.d[c] = double((op[0]->value.d[c] > 0)-(op[0]->value.d[c] < 0)); + break; default: assert(0); } @@ -787,7 +860,6 @@ ir_expression::constant_expression_value(struct hash_table *variable_context) break; case ir_unop_rcp: - assert(op[0]->type->base_type == GLSL_TYPE_FLOAT); for (unsigned c = 0; c < op[0]->type->components(); c++) { switch (this->type->base_type) { case GLSL_TYPE_UINT: @@ -802,6 +874,10 @@ ir_expression::constant_expression_value(struct hash_table *variable_context) if (op[0]->value.f[c] != 0.0) data.f[c] = 1.0F / op[0]->value.f[c]; break; + case GLSL_TYPE_DOUBLE: + if (op[0]->value.d[c] != 0.0) + data.d[c] = 1.0 / op[0]->value.d[c]; + break; default: assert(0); } @@ -809,16 +885,20 @@ ir_expression::constant_expression_value(struct hash_table *variable_context) break; case ir_unop_rsq: - assert(op[0]->type->base_type == GLSL_TYPE_FLOAT); for (unsigned c = 0; c < op[0]->type->components(); c++) { - data.f[c] = 1.0F / sqrtf(op[0]->value.f[c]); + if (op[0]->type->base_type == GLSL_TYPE_DOUBLE) + data.d[c] = 1.0 / sqrt(op[0]->value.d[c]); + else + data.f[c] = 1.0F / sqrtf(op[0]->value.f[c]); } break; case ir_unop_sqrt: - assert(op[0]->type->base_type == GLSL_TYPE_FLOAT); for (unsigned c = 0; c < op[0]->type->components(); c++) { - data.f[c] = sqrtf(op[0]->value.f[c]); + if (op[0]->type->base_type == GLSL_TYPE_DOUBLE) + data.d[c] = sqrt(op[0]->value.d[c]); + else + data.f[c] = sqrtf(op[0]->value.f[c]); } break; @@ -934,7 +1014,10 @@ ir_expression::constant_expression_value(struct hash_table *variable_context) break; case ir_binop_dot: - data.f[0] = dot(op[0], op[1]); + if (op[0]->type->base_type == GLSL_TYPE_DOUBLE) + data.d[0] = dot_d(op[0], op[1]); + else + data.f[0] = dot_f(op[0], op[1]); break; case ir_binop_min: @@ -953,6 +1036,9 @@ ir_expression::constant_expression_value(struct hash_table *variable_context) case GLSL_TYPE_FLOAT: data.f[c] = MIN2(op[0]->value.f[c0], op[1]->value.f[c1]); break; + case GLSL_TYPE_DOUBLE: + data.d[c] = MIN2(op[0]->value.d[c0], op[1]->value.d[c1]); + break; default: assert(0); } @@ -975,6 +1061,9 @@ ir_expression::constant_expression_value(struct hash_table *variable_context) case GLSL_TYPE_FLOAT: data.f[c] = MAX2(op[0]->value.f[c0], op[1]->value.f[c1]); break; + case GLSL_TYPE_DOUBLE: + data.d[c] = MAX2(op[0]->value.d[c0], op[1]->value.d[c1]); + break; default: assert(0); } @@ -997,6 +1086,9 @@ ir_expression::constant_expression_value(struct hash_table *variable_context) case GLSL_TYPE_FLOAT: data.f[c] = op[0]->value.f[c0] + op[1]->value.f[c1]; break; + case GLSL_TYPE_DOUBLE: + data.d[c] = op[0]->value.d[c0] + op[1]->value.d[c1]; + break; default: assert(0); } @@ -1019,6 +1111,9 @@ ir_expression::constant_expression_value(struct hash_table *variable_context) case GLSL_TYPE_FLOAT: data.f[c] = op[0]->value.f[c0] - op[1]->value.f[c1]; break; + case GLSL_TYPE_DOUBLE: + data.d[c] = op[0]->value.d[c0] - op[1]->value.d[c1]; + break; default: assert(0); } @@ -1043,6 +1138,9 @@ ir_expression::constant_expression_value(struct hash_table *variable_context) case GLSL_TYPE_FLOAT: data.f[c] = op[0]->value.f[c0] * op[1]->value.f[c1]; break; + case GLSL_TYPE_DOUBLE: + data.d[c] = op[0]->value.d[c0] * op[1]->value.d[c1]; + break; default: assert(0); } @@ -1066,7 +1164,10 @@ ir_expression::constant_expression_value(struct hash_table *variable_context) for (unsigned j = 0; j < p; j++) { for (unsigned i = 0; i < n; i++) { for (unsigned k = 0; k < m; k++) { - data.f[i+n*j] += op[0]->value.f[i+n*k]*op[1]->value.f[k+m*j]; + if (op[0]->type->base_type == GLSL_TYPE_DOUBLE) + data.d[i+n*j] += op[0]->value.d[i+n*k]*op[1]->value.d[k+m*j]; + else + data.f[i+n*j] += op[0]->value.f[i+n*k]*op[1]->value.f[k+m*j]; } } } @@ -1098,6 +1199,9 @@ ir_expression::constant_expression_value(struct hash_table *variable_context) case GLSL_TYPE_FLOAT: data.f[c] = op[0]->value.f[c0] / op[1]->value.f[c1]; break; + case GLSL_TYPE_DOUBLE: + data.d[c] = op[0]->value.d[c0] / op[1]->value.d[c1]; + break; default: assert(0); } @@ -1133,6 +1237,13 @@ ir_expression::constant_expression_value(struct hash_table *variable_context) data.f[c] = op[0]->value.f[c0] - op[1]->value.f[c1] * floorf(op[0]->value.f[c0] / op[1]->value.f[c1]); break; + case GLSL_TYPE_DOUBLE: + /* We don't use fmod because it rounds toward zero; GLSL specifies + * the use of floor. + */ + data.d[c] = op[0]->value.d[c0] - op[1]->value.d[c1] + * floor(op[0]->value.d[c0] / op[1]->value.d[c1]); + break; default: assert(0); } @@ -1169,6 +1280,9 @@ ir_expression::constant_expression_value(struct hash_table *variable_context) case GLSL_TYPE_FLOAT: data.b[c] = op[0]->value.f[c] < op[1]->value.f[c]; break; + case GLSL_TYPE_DOUBLE: + data.b[c] = op[0]->value.d[c] < op[1]->value.d[c]; + break; default: assert(0); } @@ -1187,6 +1301,9 @@ ir_expression::constant_expression_value(struct hash_table *variable_context) case GLSL_TYPE_FLOAT: data.b[c] = op[0]->value.f[c] > op[1]->value.f[c]; break; + case GLSL_TYPE_DOUBLE: + data.b[c] = op[0]->value.d[c] > op[1]->value.d[c]; + break; default: assert(0); } @@ -1205,6 +1322,9 @@ ir_expression::constant_expression_value(struct hash_table *variable_context) case GLSL_TYPE_FLOAT: data.b[c] = op[0]->value.f[c] <= op[1]->value.f[c]; break; + case GLSL_TYPE_DOUBLE: + data.b[c] = op[0]->value.d[c] <= op[1]->value.d[c]; + break; default: assert(0); } @@ -1223,6 +1343,9 @@ ir_expression::constant_expression_value(struct hash_table *variable_context) case GLSL_TYPE_FLOAT: data.b[c] = op[0]->value.f[c] >= op[1]->value.f[c]; break; + case GLSL_TYPE_DOUBLE: + data.b[c] = op[0]->value.d[c] >= op[1]->value.d[c]; + break; default: assert(0); } @@ -1244,6 +1367,9 @@ ir_expression::constant_expression_value(struct hash_table *variable_context) case GLSL_TYPE_BOOL: data.b[c] = op[0]->value.b[c] == op[1]->value.b[c]; break; + case GLSL_TYPE_DOUBLE: + data.b[c] = op[0]->value.d[c] == op[1]->value.d[c]; + break; default: assert(0); } @@ -1265,6 +1391,9 @@ ir_expression::constant_expression_value(struct hash_table *variable_context) case GLSL_TYPE_BOOL: data.b[c] = op[0]->value.b[c] != op[1]->value.b[c]; break; + case GLSL_TYPE_DOUBLE: + data.b[c] = op[0]->value.d[c] != op[1]->value.d[c]; + break; default: assert(0); } @@ -1375,6 +1504,9 @@ ir_expression::constant_expression_value(struct hash_table *variable_context) case GLSL_TYPE_FLOAT: data.f[0] = op[0]->value.f[c]; break; + case GLSL_TYPE_DOUBLE: + data.d[0] = op[0]->value.d[c]; + break; case GLSL_TYPE_BOOL: data.b[0] = op[0]->value.b[c]; break; @@ -1474,6 +1606,19 @@ ir_expression::constant_expression_value(struct hash_table *variable_context) data.f[c] = CLAMP(op[0]->value.f[c], 0.0f, 1.0f); } break; + case ir_unop_pack_double_2x32: { + /* XXX needs to be checked on big-endian */ + uint64_t temp; + temp = (uint64_t)op[0]->value.u[0] | ((uint64_t)op[0]->value.u[1] << 32); + data.d[0] = *(double *)&temp; + + break; + } + case ir_unop_unpack_double_2x32: + /* XXX needs to be checked on big-endian */ + data.u[0] = *(uint32_t *)&op[0]->value.d[0]; + data.u[1] = *((uint32_t *)&op[0]->value.d[0] + 1); + break; case ir_triop_bitfield_extract: { int offset = op[1]->value.i[0]; @@ -1523,40 +1668,65 @@ ir_expression::constant_expression_value(struct hash_table *variable_context) case ir_binop_ldexp: for (unsigned c = 0; c < components; c++) { - data.f[c] = ldexp(op[0]->value.f[c], op[1]->value.i[c]); - /* Flush subnormal values to zero. */ - if (!isnormal(data.f[c])) - data.f[c] = copysign(0.0f, op[0]->value.f[c]); + if (op[0]->type->base_type == GLSL_TYPE_DOUBLE) { + data.d[c] = ldexp(op[0]->value.d[c], op[1]->value.i[c]); + /* Flush subnormal values to zero. */ + if (!isnormal(data.d[c])) + data.d[c] = copysign(0.0, op[0]->value.d[c]); + } else { + data.f[c] = ldexp(op[0]->value.f[c], op[1]->value.i[c]); + /* Flush subnormal values to zero. */ + if (!isnormal(data.f[c])) + data.f[c] = copysign(0.0f, op[0]->value.f[c]); + } } break; case ir_triop_fma: - assert(op[0]->type->base_type == GLSL_TYPE_FLOAT); - assert(op[1]->type->base_type == GLSL_TYPE_FLOAT); - assert(op[2]->type->base_type == GLSL_TYPE_FLOAT); + assert(op[0]->type->base_type == GLSL_TYPE_FLOAT || + op[0]->type->base_type == GLSL_TYPE_DOUBLE); + assert(op[1]->type->base_type == GLSL_TYPE_FLOAT || + op[1]->type->base_type == GLSL_TYPE_DOUBLE); + assert(op[2]->type->base_type == GLSL_TYPE_FLOAT || + op[2]->type->base_type == GLSL_TYPE_DOUBLE); for (unsigned c = 0; c < components; c++) { - data.f[c] = op[0]->value.f[c] * op[1]->value.f[c] - + op[2]->value.f[c]; + if (op[0]->type->base_type == GLSL_TYPE_DOUBLE) + data.d[c] = op[0]->value.d[c] * op[1]->value.d[c] + + op[2]->value.d[c]; + else + data.f[c] = op[0]->value.f[c] * op[1]->value.f[c] + + op[2]->value.f[c]; } break; case ir_triop_lrp: { - assert(op[0]->type->base_type == GLSL_TYPE_FLOAT); - assert(op[1]->type->base_type == GLSL_TYPE_FLOAT); - assert(op[2]->type->base_type == GLSL_TYPE_FLOAT); + assert(op[0]->type->base_type == GLSL_TYPE_FLOAT || + op[0]->type->base_type == GLSL_TYPE_DOUBLE); + assert(op[1]->type->base_type == GLSL_TYPE_FLOAT || + op[1]->type->base_type == GLSL_TYPE_DOUBLE); + assert(op[2]->type->base_type == GLSL_TYPE_FLOAT || + op[2]->type->base_type == GLSL_TYPE_DOUBLE); unsigned c2_inc = op[2]->type->is_scalar() ? 0 : 1; for (unsigned c = 0, c2 = 0; c < components; c2 += c2_inc, c++) { - data.f[c] = op[0]->value.f[c] * (1.0f - op[2]->value.f[c2]) + - (op[1]->value.f[c] * op[2]->value.f[c2]); + if (op[0]->type->base_type == GLSL_TYPE_DOUBLE) + data.d[c] = op[0]->value.d[c] * (1.0 - op[2]->value.d[c2]) + + (op[1]->value.d[c] * op[2]->value.d[c2]); + else + data.f[c] = op[0]->value.f[c] * (1.0f - op[2]->value.f[c2]) + + (op[1]->value.f[c] * op[2]->value.f[c2]); } break; } case ir_triop_csel: for (unsigned c = 0; c < components; c++) { - data.u[c] = op[0]->value.b[c] ? op[1]->value.u[c] + if (op[1]->type->base_type == GLSL_TYPE_DOUBLE) + data.d[c] = op[0]->value.b[c] ? op[1]->value.d[c] + : op[2]->value.d[c]; + else + data.u[c] = op[0]->value.b[c] ? op[1]->value.u[c] : op[2]->value.u[c]; } break; @@ -1579,6 +1749,9 @@ ir_expression::constant_expression_value(struct hash_table *variable_context) case GLSL_TYPE_BOOL: data.b[idx] = op[1]->value.b[0]; break; + case GLSL_TYPE_DOUBLE: + data.d[idx] = op[1]->value.d[0]; + break; default: assert(!"Should not get here."); break; @@ -1625,6 +1798,9 @@ ir_expression::constant_expression_value(struct hash_table *variable_context) case GLSL_TYPE_FLOAT: data.f[c] = op[c]->value.f[0]; break; + case GLSL_TYPE_DOUBLE: + data.d[c] = op[c]->value.d[0]; + break; default: assert(0); } @@ -1666,6 +1842,7 @@ ir_swizzle::constant_expression_value(struct hash_table *variable_context) case GLSL_TYPE_INT: data.u[i] = v->value.u[swiz_idx[i]]; break; case GLSL_TYPE_FLOAT: data.f[i] = v->value.f[swiz_idx[i]]; break; case GLSL_TYPE_BOOL: data.b[i] = v->value.b[swiz_idx[i]]; break; + case GLSL_TYPE_DOUBLE:data.d[i] = v->value.d[swiz_idx[i]]; break; default: assert(!"Should not get here."); break; } } @@ -1740,6 +1917,12 @@ ir_dereference_array::constant_expression_value(struct hash_table *variable_cont break; + case GLSL_TYPE_DOUBLE: + for (unsigned i = 0; i < column_type->vector_elements; i++) + data.d[i] = array->value.d[mat_idx + i]; + + break; + default: assert(!"Should not get here."); break; diff --git a/mesalib/src/glsl/ir_function_can_inline.cpp b/mesalib/src/glsl/ir_function_can_inline.cpp index 7b15d5df1..3b1d15f80 100644 --- a/mesalib/src/glsl/ir_function_can_inline.cpp +++ b/mesalib/src/glsl/ir_function_can_inline.cpp @@ -26,11 +26,10 @@ * * Determines if we can inline a function call using ir_function_inlining.cpp. * - * The primary restriction is that we can't return from the function - * other than as the last instruction. We could potentially work - * around this for some constructs by flattening control flow and - * moving the return to the end, or by using breaks from a do {} while - * (0) loop surrounding the function body. + * The primary restriction is that we can't return from the function other + * than as the last instruction. In lower_jumps.cpp, we can lower return + * statements not at the end of the function to other control flow in order to + * deal with this restriction. */ #include "ir.h" diff --git a/mesalib/src/glsl/ir_optimization.h b/mesalib/src/glsl/ir_optimization.h index 34e0b4b94..7eb861ae5 100644 --- a/mesalib/src/glsl/ir_optimization.h +++ b/mesalib/src/glsl/ir_optimization.h @@ -34,13 +34,15 @@ #define EXP_TO_EXP2 0x04 #define POW_TO_EXP2 0x08 #define LOG_TO_LOG2 0x10 -#define MOD_TO_FRACT 0x20 +#define MOD_TO_FLOOR 0x20 #define INT_DIV_TO_MUL_RCP 0x40 #define BITFIELD_INSERT_TO_BFM_BFI 0x80 #define LDEXP_TO_ARITH 0x100 #define CARRY_TO_ARITH 0x200 #define BORROW_TO_ARITH 0x400 #define SAT_TO_CLAMP 0x800 +#define DOPS_TO_DFRAC 0x1000 +#define DFREXP_DLDEXP_TO_ARITH 0x2000 /** * \see class lower_packing_builtins_visitor diff --git a/mesalib/src/glsl/ir_print_visitor.cpp b/mesalib/src/glsl/ir_print_visitor.cpp index bd398052c..01f52e85f 100644 --- a/mesalib/src/glsl/ir_print_visitor.cpp +++ b/mesalib/src/glsl/ir_print_visitor.cpp @@ -436,6 +436,17 @@ void ir_print_visitor::visit(ir_constant *ir) fprintf(f, "%f", ir->value.f[i]); break; case GLSL_TYPE_BOOL: fprintf(f, "%d", ir->value.b[i]); break; + case GLSL_TYPE_DOUBLE: + if (ir->value.d[i] == 0.0) + /* 0.0 == -0.0, so print with %f to get the proper sign. */ + fprintf(f, "%.1f", ir->value.d[i]); + else if (fabs(ir->value.d[i]) < 0.000001) + fprintf(f, "%a", ir->value.d[i]); + else if (fabs(ir->value.d[i]) > 1000000.0) + fprintf(f, "%e", ir->value.d[i]); + else + fprintf(f, "%f", ir->value.d[i]); + break; default: assert(0); } } diff --git a/mesalib/src/glsl/ir_set_program_inouts.cpp b/mesalib/src/glsl/ir_set_program_inouts.cpp index 97ead750a..e877a2019 100644 --- a/mesalib/src/glsl/ir_set_program_inouts.cpp +++ b/mesalib/src/glsl/ir_set_program_inouts.cpp @@ -81,6 +81,13 @@ is_shader_inout(ir_variable *var) var->data.mode == ir_var_system_value; } +static inline bool +is_dual_slot(ir_variable *var) +{ + const glsl_type *type = var->type->without_array(); + return type == glsl_type::dvec4_type || type == glsl_type::dvec3_type; +} + static void mark(struct gl_program *prog, ir_variable *var, int offset, int len, bool is_fragment_shader) @@ -94,19 +101,32 @@ mark(struct gl_program *prog, ir_variable *var, int offset, int len, */ for (int i = 0; i < len; i++) { - GLbitfield64 bitfield = - BITFIELD64_BIT(var->data.location + var->data.index + offset + i); + bool dual_slot = is_dual_slot(var); + int idx = var->data.location + var->data.index + offset + i; + GLbitfield64 bitfield = BITFIELD64_BIT(idx); + + /* dvec3 and dvec4 take up 2 slots */ + if (dual_slot) { + idx += i; + bitfield |= bitfield << 1; + } if (var->data.mode == ir_var_shader_in) { prog->InputsRead |= bitfield; if (is_fragment_shader) { gl_fragment_program *fprog = (gl_fragment_program *) prog; - fprog->InterpQualifier[var->data.location + - var->data.index + offset + i] = + fprog->InterpQualifier[idx] = (glsl_interp_qualifier) var->data.interpolation; if (var->data.centroid) fprog->IsCentroid |= bitfield; if (var->data.sample) fprog->IsSample |= bitfield; + + /* Set the InterpQualifier of the next slot to the same as the + * current one, since dvec3 and dvec4 spans 2 slots. + */ + if (dual_slot) + fprog->InterpQualifier[idx + 1] = + (glsl_interp_qualifier) var->data.interpolation; } } else if (var->data.mode == ir_var_system_value) { prog->SystemValuesRead |= bitfield; diff --git a/mesalib/src/glsl/ir_validate.cpp b/mesalib/src/glsl/ir_validate.cpp index 5a6f8bbf5..667889480 100644 --- a/mesalib/src/glsl/ir_validate.cpp +++ b/mesalib/src/glsl/ir_validate.cpp @@ -313,6 +313,10 @@ ir_validate::visit_leave(ir_expression *ir) case ir_unop_ceil: case ir_unop_floor: case ir_unop_fract: + assert(ir->operands[0]->type->base_type == GLSL_TYPE_FLOAT || + ir->operands[0]->type->base_type == GLSL_TYPE_DOUBLE); + assert(ir->operands[0]->type == ir->type); + break; case ir_unop_sin: case ir_unop_cos: case ir_unop_sin_reduced: @@ -340,6 +344,11 @@ ir_validate::visit_leave(ir_expression *ir) assert(ir->operands[0]->type == glsl_type::vec4_type); break; + case ir_unop_pack_double_2x32: + assert(ir->type == glsl_type::double_type); + assert(ir->operands[0]->type == glsl_type::uvec2_type); + break; + case ir_unop_unpack_snorm_2x16: case ir_unop_unpack_unorm_2x16: case ir_unop_unpack_half_2x16: @@ -359,6 +368,11 @@ ir_validate::visit_leave(ir_expression *ir) assert(ir->operands[0]->type == glsl_type::uint_type); break; + case ir_unop_unpack_double_2x32: + assert(ir->type == glsl_type::uvec2_type); + assert(ir->operands[0]->type == glsl_type::double_type); + break; + case ir_unop_bitfield_reverse: assert(ir->operands[0]->type == ir->type); assert(ir->type->is_integer()); @@ -381,6 +395,45 @@ ir_validate::visit_leave(ir_expression *ir) assert(ir->operands[0]->type->is_float()); break; + case ir_unop_d2f: + assert(ir->operands[0]->type->base_type == GLSL_TYPE_DOUBLE); + assert(ir->type->base_type == GLSL_TYPE_FLOAT); + break; + case ir_unop_f2d: + assert(ir->operands[0]->type->base_type == GLSL_TYPE_FLOAT); + assert(ir->type->base_type == GLSL_TYPE_DOUBLE); + break; + case ir_unop_d2i: + assert(ir->operands[0]->type->base_type == GLSL_TYPE_DOUBLE); + assert(ir->type->base_type == GLSL_TYPE_INT); + break; + case ir_unop_i2d: + assert(ir->operands[0]->type->base_type == GLSL_TYPE_INT); + assert(ir->type->base_type == GLSL_TYPE_DOUBLE); + break; + case ir_unop_d2u: + assert(ir->operands[0]->type->base_type == GLSL_TYPE_DOUBLE); + assert(ir->type->base_type == GLSL_TYPE_UINT); + break; + case ir_unop_u2d: + assert(ir->operands[0]->type->base_type == GLSL_TYPE_UINT); + assert(ir->type->base_type == GLSL_TYPE_DOUBLE); + break; + case ir_unop_d2b: + assert(ir->operands[0]->type->base_type == GLSL_TYPE_DOUBLE); + assert(ir->type->base_type == GLSL_TYPE_BOOL); + break; + + case ir_unop_frexp_sig: + assert(ir->operands[0]->type->base_type == GLSL_TYPE_FLOAT || + ir->operands[0]->type->base_type == GLSL_TYPE_DOUBLE); + assert(ir->type->base_type == GLSL_TYPE_DOUBLE); + break; + case ir_unop_frexp_exp: + assert(ir->operands[0]->type->base_type == GLSL_TYPE_FLOAT || + ir->operands[0]->type->base_type == GLSL_TYPE_DOUBLE); + assert(ir->type->base_type == GLSL_TYPE_INT); + break; case ir_binop_add: case ir_binop_sub: case ir_binop_mul: @@ -481,8 +534,10 @@ ir_validate::visit_leave(ir_expression *ir) break; case ir_binop_dot: - assert(ir->type == glsl_type::float_type); - assert(ir->operands[0]->type->base_type == GLSL_TYPE_FLOAT); + assert(ir->type == glsl_type::float_type || + ir->type == glsl_type::double_type); + assert(ir->operands[0]->type->base_type == GLSL_TYPE_FLOAT || + ir->operands[0]->type->base_type == GLSL_TYPE_DOUBLE); assert(ir->operands[0]->type->is_vector()); assert(ir->operands[0]->type == ir->operands[1]->type); break; @@ -507,7 +562,8 @@ ir_validate::visit_leave(ir_expression *ir) case ir_binop_ldexp: assert(ir->operands[0]->type == ir->type); - assert(ir->operands[0]->type->is_float()); + assert(ir->operands[0]->type->is_float() || + ir->operands[0]->type->is_double()); assert(ir->operands[1]->type->base_type == GLSL_TYPE_INT); assert(ir->operands[0]->type->components() == ir->operands[1]->type->components()); @@ -533,16 +589,20 @@ ir_validate::visit_leave(ir_expression *ir) break; case ir_triop_fma: - assert(ir->type->base_type == GLSL_TYPE_FLOAT); + assert(ir->type->base_type == GLSL_TYPE_FLOAT || + ir->type->base_type == GLSL_TYPE_DOUBLE); assert(ir->type == ir->operands[0]->type); assert(ir->type == ir->operands[1]->type); assert(ir->type == ir->operands[2]->type); break; case ir_triop_lrp: - assert(ir->operands[0]->type->base_type == GLSL_TYPE_FLOAT); + assert(ir->operands[0]->type->base_type == GLSL_TYPE_FLOAT || + ir->operands[0]->type->base_type == GLSL_TYPE_DOUBLE); assert(ir->operands[0]->type == ir->operands[1]->type); - assert(ir->operands[2]->type == ir->operands[0]->type || ir->operands[2]->type == glsl_type::float_type); + assert(ir->operands[2]->type == ir->operands[0]->type || + ir->operands[2]->type == glsl_type::float_type || + ir->operands[2]->type == glsl_type::double_type); break; case ir_triop_csel: @@ -706,7 +766,7 @@ ir_validate::visit(ir_variable *ir) } if (ir->data.mode == ir_var_uniform - && strncmp(ir->name, "gl_", 3) == 0 + && is_gl_identifier(ir->name) && ir->get_state_slots() == NULL) { printf("built-in uniform has no state\n"); ir->print(); diff --git a/mesalib/src/glsl/link_uniform_blocks.cpp b/mesalib/src/glsl/link_uniform_blocks.cpp index f5fc5022e..6ca41107e 100644 --- a/mesalib/src/glsl/link_uniform_blocks.cpp +++ b/mesalib/src/glsl/link_uniform_blocks.cpp @@ -67,6 +67,28 @@ private: assert(!"Should not get here."); } + virtual void enter_record(const glsl_type *type, const char *name, + bool row_major) { + assert(type->is_record()); + this->offset = glsl_align( + this->offset, type->std140_base_alignment(row_major)); + } + + virtual void leave_record(const glsl_type *type, const char *name, + bool row_major) { + assert(type->is_record()); + + /* If this is the last field of a structure, apply rule #9. The + * GL_ARB_uniform_buffer_object spec says: + * + * "The structure may have padding at the end; the base offset of + * the member following the sub-structure is rounded up to the next + * multiple of the base alignment of the structure." + */ + this->offset = glsl_align( + this->offset, type->std140_base_alignment(row_major)); + } + virtual void visit_field(const glsl_type *type, const char *name, bool row_major, const glsl_type *record_type, bool last_field) @@ -97,27 +119,13 @@ private: v->IndexName = v->Name; } - const unsigned alignment = record_type - ? record_type->std140_base_alignment(v->RowMajor) - : type->std140_base_alignment(v->RowMajor); + const unsigned alignment = type->std140_base_alignment(v->RowMajor); unsigned size = type->std140_size(v->RowMajor); this->offset = glsl_align(this->offset, alignment); v->Offset = this->offset; - /* If this is the last field of a structure, apply rule #9. The - * GL_ARB_uniform_buffer_object spec says: - * - * "The structure may have padding at the end; the base offset of - * the member following the sub-structure is rounded up to the next - * multiple of the base alignment of the structure." - * - * last_field won't be set if this is the last field of a UBO that is - * not a named instance. - */ this->offset += size; - if (last_field) - this->offset = glsl_align(this->offset, 16); /* From the GL_ARB_uniform_buffer_object spec: * @@ -131,16 +139,6 @@ private: */ this->buffer_size = glsl_align(this->offset, 16); } - - virtual void visit_field(const glsl_struct_field *field) - { - /* FINISHME: When support for doubles (dvec4, etc.) is added to the - * FINISHME: compiler, this may be incorrect for a structure in a UBO - * FINISHME: like struct s { struct { float f } s1; dvec4 v; };. - */ - this->offset = glsl_align(this->offset, - field->type->std140_base_alignment(false)); - } }; class count_block_size : public program_resource_visitor { diff --git a/mesalib/src/glsl/link_uniform_initializers.cpp b/mesalib/src/glsl/link_uniform_initializers.cpp index f6a60bce9..69073841e 100644 --- a/mesalib/src/glsl/link_uniform_initializers.cpp +++ b/mesalib/src/glsl/link_uniform_initializers.cpp @@ -75,6 +75,11 @@ copy_constant_to_storage(union gl_constant_value *storage, case GLSL_TYPE_FLOAT: storage[i].f = val->value.f[i]; break; + case GLSL_TYPE_DOUBLE: + /* XXX need to check on big-endian */ + storage[i * 2].u = *(uint32_t *)&val->value.d[i]; + storage[i * 2 + 1].u = *(((uint32_t *)&val->value.d[i]) + 1); + break; case GLSL_TYPE_BOOL: storage[i].b = val->value.b[i] ? boolean_true : 0; break; @@ -200,6 +205,7 @@ set_uniform_initializer(void *mem_ctx, gl_shader_program *prog, val->array_elements[0]->type->base_type; const unsigned int elements = val->array_elements[0]->type->components(); unsigned int idx = 0; + unsigned dmul = (base_type == GLSL_TYPE_DOUBLE) ? 2 : 1; assert(val->type->length >= storage->array_elements); for (unsigned int i = 0; i < storage->array_elements; i++) { @@ -209,7 +215,7 @@ set_uniform_initializer(void *mem_ctx, gl_shader_program *prog, elements, boolean_true); - idx += elements; + idx += elements * dmul; } } else { copy_constant_to_storage(storage->storage, diff --git a/mesalib/src/glsl/link_uniforms.cpp b/mesalib/src/glsl/link_uniforms.cpp index de2f6c9ac..799c74bb9 100644 --- a/mesalib/src/glsl/link_uniforms.cpp +++ b/mesalib/src/glsl/link_uniforms.cpp @@ -169,6 +169,9 @@ program_resource_visitor::recursion(const glsl_type *t, char **name, if (record_type == NULL && t->is_record()) record_type = t; + if (t->is_record()) + this->enter_record(t, *name, row_major); + for (unsigned i = 0; i < t->length; i++) { const char *field = t->fields.structure[i].name; size_t new_length = name_length; @@ -208,6 +211,11 @@ program_resource_visitor::recursion(const glsl_type *t, char **name, */ record_type = NULL; } + + if (t->is_record()) { + (*name)[name_length] = '\0'; + this->leave_record(t, *name, row_major); + } } else if (t->is_array() && (t->fields.array->is_record() || t->fields.array->is_interface())) { if (record_type == NULL && t->fields.array->is_record()) @@ -249,6 +257,16 @@ program_resource_visitor::visit_field(const glsl_struct_field *field) /* empty */ } +void +program_resource_visitor::enter_record(const glsl_type *, const char *, bool) +{ +} + +void +program_resource_visitor::leave_record(const glsl_type *, const char *, bool) +{ +} + namespace { /** @@ -526,6 +544,20 @@ private: assert(!"Should not get here."); } + virtual void enter_record(const glsl_type *type, const char *name, + bool row_major) { + assert(type->is_record()); + this->ubo_byte_offset = glsl_align( + this->ubo_byte_offset, type->std140_base_alignment(row_major)); + } + + virtual void leave_record(const glsl_type *type, const char *name, + bool row_major) { + assert(type->is_record()); + this->ubo_byte_offset = glsl_align( + this->ubo_byte_offset, type->std140_base_alignment(row_major)); + } + virtual void visit_field(const glsl_type *type, const char *name, bool row_major, const glsl_type *record_type, bool last_field) @@ -590,16 +622,11 @@ private: if (this->ubo_block_index != -1) { this->uniforms[id].block_index = this->ubo_block_index; - const unsigned alignment = record_type - ? record_type->std140_base_alignment(row_major) - : type->std140_base_alignment(row_major); + const unsigned alignment = type->std140_base_alignment(row_major); this->ubo_byte_offset = glsl_align(this->ubo_byte_offset, alignment); this->uniforms[id].offset = this->ubo_byte_offset; this->ubo_byte_offset += type->std140_size(row_major); - if (last_field) - this->ubo_byte_offset = glsl_align(this->ubo_byte_offset, 16); - if (type->is_array()) { this->uniforms[id].array_stride = glsl_align(type->fields.array->std140_size(row_major), 16); @@ -608,7 +635,12 @@ private: } if (type->without_array()->is_matrix()) { - this->uniforms[id].matrix_stride = 16; + const glsl_type *matrix = type->without_array(); + const unsigned N = matrix->base_type == GLSL_TYPE_DOUBLE ? 8 : 4; + const unsigned items = row_major ? matrix->matrix_columns : matrix->vector_elements; + + assert(items <= 4); + this->uniforms[id].matrix_stride = glsl_align(items * N, 16); this->uniforms[id].row_major = row_major; } else { this->uniforms[id].matrix_stride = 0; diff --git a/mesalib/src/glsl/linker.h b/mesalib/src/glsl/linker.h index 6ee585898..be4da5e0a 100644 --- a/mesalib/src/glsl/linker.h +++ b/mesalib/src/glsl/linker.h @@ -170,6 +170,12 @@ protected: */ virtual void visit_field(const glsl_struct_field *field); + virtual void enter_record(const glsl_type *type, const char *name, + bool row_major); + + virtual void leave_record(const glsl_type *type, const char *name, + bool row_major); + private: /** * \param name_length Length of the current name \b not including the diff --git a/mesalib/src/glsl/list.h b/mesalib/src/glsl/list.h index 995c666ea..ddb98f76f 100644 --- a/mesalib/src/glsl/list.h +++ b/mesalib/src/glsl/list.h @@ -51,6 +51,10 @@ * Therefore, if \c head->next is \c NULL or \c tail_prev->prev is \c NULL, * the list is empty. * + * Do note that this means that the list nodes will contain pointers into the + * list structure itself and as a result you may not \c realloc() an \c + * exec_list or any structure in which an \c exec_list is embedded. + * * To anyone familiar with "exec lists" on the Amiga, this structure should * be immediately recognizable. See the following link for the original Amiga * operating system documentation on the subject. @@ -534,9 +538,7 @@ exec_list_validate(const struct exec_list *list) * either require C++ or assume the exec_node is embedded in a structure * which is not the case for this function. */ - for (node = exec_list_get_head_const(list); - !exec_node_is_tail_sentinel(node); - node = exec_node_get_next_const(node)) { + for (node = list->head; node->next != NULL; node = node->next) { assert(node->next->prev == node); assert(node->prev->next == node); } @@ -638,6 +640,12 @@ inline void exec_node::insert_before(exec_list *before) __next != NULL; \ __node = __next, __next = (__type *)__next->next) +#define foreach_in_list_reverse_safe(__type, __node, __list) \ + for (__type *__node = (__type *)(__list)->tail_pred, \ + *__prev = (__type *)__node->prev; \ + __prev != NULL; \ + __node = __prev, __prev = (__type *)__prev->prev) + #define foreach_in_list_use_after(__type, __inst, __list) \ __type *(__inst); \ for ((__inst) = (__type *)(__list)->head; \ @@ -665,6 +673,12 @@ inline void exec_node::insert_before(exec_list *before) (__node)->__field.next != NULL; \ (__node) = exec_node_data(__type, (__node)->__field.next, __field)) +#define foreach_list_typed_reverse(__type, __node, __field, __list) \ + for (__type * __node = \ + exec_node_data(__type, (__list)->tail_pred, __field); \ + (__node)->__field.prev != NULL; \ + (__node) = exec_node_data(__type, (__node)->__field.prev, __field)) + #define foreach_list_typed_safe(__type, __node, __field, __list) \ for (__type * __node = \ exec_node_data(__type, (__list)->head, __field), \ @@ -674,4 +688,13 @@ inline void exec_node::insert_before(exec_list *before) __node = __next, __next = \ exec_node_data(__type, (__next)->__field.next, __field)) +#define foreach_list_typed_safe_reverse(__type, __node, __field, __list) \ + for (__type * __node = \ + exec_node_data(__type, (__list)->tail_pred, __field), \ + * __prev = \ + exec_node_data(__type, (__node)->__field.prev, __field); \ + __prev != NULL; \ + __node = __prev, __prev = \ + exec_node_data(__type, (__prev)->__field.prev, __field)) + #endif /* LIST_CONTAINER_H */ diff --git a/mesalib/src/glsl/loop_controls.cpp b/mesalib/src/glsl/loop_controls.cpp index 1c1d34fef..2459fc1c3 100644 --- a/mesalib/src/glsl/loop_controls.cpp +++ b/mesalib/src/glsl/loop_controls.cpp @@ -102,9 +102,10 @@ calculate_iterations(ir_rvalue *from, ir_rvalue *to, ir_rvalue *increment, return -1; if (!iter->type->is_integer()) { + const ir_expression_operation op = iter->type->is_double() + ? ir_unop_d2i : ir_unop_f2i; ir_rvalue *cast = - new(mem_ctx) ir_expression(ir_unop_f2i, glsl_type::int_type, iter, - NULL); + new(mem_ctx) ir_expression(op, glsl_type::int_type, iter, NULL); iter = cast->constant_expression_value(); } @@ -134,6 +135,9 @@ calculate_iterations(ir_rvalue *from, ir_rvalue *to, ir_rvalue *increment, case GLSL_TYPE_FLOAT: iter = new(mem_ctx) ir_constant(float(iter_value + bias[i])); break; + case GLSL_TYPE_DOUBLE: + iter = new(mem_ctx) ir_constant(double(iter_value + bias[i])); + break; default: unreachable(!"Unsupported type for loop iterator."); } diff --git a/mesalib/src/glsl/lower_instructions.cpp b/mesalib/src/glsl/lower_instructions.cpp index 684285350..4779de059 100644 --- a/mesalib/src/glsl/lower_instructions.cpp +++ b/mesalib/src/glsl/lower_instructions.cpp @@ -36,12 +36,14 @@ * - EXP_TO_EXP2 * - POW_TO_EXP2 * - LOG_TO_LOG2 - * - MOD_TO_FRACT + * - MOD_TO_FLOOR * - LDEXP_TO_ARITH + * - DFREXP_TO_ARITH * - BITFIELD_INSERT_TO_BFM_BFI * - CARRY_TO_ARITH * - BORROW_TO_ARITH * - SAT_TO_CLAMP + * - DOPS_TO_DFRAC * * SUB_TO_ADD_NEG: * --------------- @@ -77,17 +79,25 @@ * Many older GPUs don't have an x**y instruction. For these GPUs, convert * x**y to 2**(y * log2(x)). * - * MOD_TO_FRACT: + * MOD_TO_FLOOR: * ------------- - * Breaks an ir_binop_mod expression down to (op1 * fract(op0 / op1)) + * Breaks an ir_binop_mod expression down to (op0 - op1 * floor(op0 / op1)) * * Many GPUs don't have a MOD instruction (945 and 965 included), and * if we have to break it down like this anyway, it gives an * opportunity to do things like constant fold the (1.0 / op1) easily. * + * Note: before we used to implement this as op1 * fract(op / op1) but this + * implementation had significant precision errors. + * * LDEXP_TO_ARITH: * ------------- - * Converts ir_binop_ldexp to arithmetic and bit operations. + * Converts ir_binop_ldexp to arithmetic and bit operations for float sources. + * + * DFREXP_DLDEXP_TO_ARITH: + * --------------- + * Converts ir_binop_ldexp, ir_unop_frexp_sig, and ir_unop_frexp_exp to + * arithmetic and bit ops for double arguments. * * BITFIELD_INSERT_TO_BFM_BFI: * --------------------------- @@ -109,9 +119,13 @@ * ------------- * Converts ir_unop_saturate into min(max(x, 0.0), 1.0) * + * DOPS_TO_DFRAC: + * -------------- + * Converts double trunc, ceil, floor, round to fract */ #include "main/core.h" /* for M_LOG2E */ +#include "program/prog_instruction.h" /* for swizzle */ #include "glsl_types.h" #include "ir.h" #include "ir_builder.h" @@ -136,15 +150,25 @@ private: void sub_to_add_neg(ir_expression *); void div_to_mul_rcp(ir_expression *); void int_div_to_mul_rcp(ir_expression *); - void mod_to_fract(ir_expression *); + void mod_to_floor(ir_expression *); void exp_to_exp2(ir_expression *); void pow_to_exp2(ir_expression *); void log_to_log2(ir_expression *); void bitfield_insert_to_bfm_bfi(ir_expression *); void ldexp_to_arith(ir_expression *); + void dldexp_to_arith(ir_expression *); + void dfrexp_sig_to_arith(ir_expression *); + void dfrexp_exp_to_arith(ir_expression *); void carry_to_arith(ir_expression *); void borrow_to_arith(ir_expression *); void sat_to_clamp(ir_expression *); + void double_dot_to_fma(ir_expression *); + void double_lrp(ir_expression *); + void dceil_to_dfrac(ir_expression *); + void dfloor_to_dfrac(ir_expression *); + void dround_even_to_dfrac(ir_expression *); + void dtrunc_to_dfrac(ir_expression *); + void dsign_to_csel(ir_expression *); }; } /* anonymous namespace */ @@ -175,7 +199,7 @@ lower_instructions_visitor::sub_to_add_neg(ir_expression *ir) void lower_instructions_visitor::div_to_mul_rcp(ir_expression *ir) { - assert(ir->operands[1]->type->is_float()); + assert(ir->operands[1]->type->is_float() || ir->operands[1]->type->is_double()); /* New expression for the 1.0 / op1 */ ir_rvalue *expr; @@ -276,37 +300,50 @@ lower_instructions_visitor::log_to_log2(ir_expression *ir) } void -lower_instructions_visitor::mod_to_fract(ir_expression *ir) +lower_instructions_visitor::mod_to_floor(ir_expression *ir) { - ir_variable *temp = new(ir) ir_variable(ir->operands[1]->type, "mod_b", - ir_var_temporary); - this->base_ir->insert_before(temp); - - ir_assignment *const assign = - new(ir) ir_assignment(new(ir) ir_dereference_variable(temp), - ir->operands[1], NULL); - - this->base_ir->insert_before(assign); + ir_variable *x = new(ir) ir_variable(ir->operands[0]->type, "mod_x", + ir_var_temporary); + ir_variable *y = new(ir) ir_variable(ir->operands[1]->type, "mod_y", + ir_var_temporary); + this->base_ir->insert_before(x); + this->base_ir->insert_before(y); + + ir_assignment *const assign_x = + new(ir) ir_assignment(new(ir) ir_dereference_variable(x), + ir->operands[0], NULL); + ir_assignment *const assign_y = + new(ir) ir_assignment(new(ir) ir_dereference_variable(y), + ir->operands[1], NULL); + + this->base_ir->insert_before(assign_x); + this->base_ir->insert_before(assign_y); ir_expression *const div_expr = - new(ir) ir_expression(ir_binop_div, ir->operands[0]->type, - ir->operands[0], - new(ir) ir_dereference_variable(temp)); + new(ir) ir_expression(ir_binop_div, x->type, + new(ir) ir_dereference_variable(x), + new(ir) ir_dereference_variable(y)); /* Don't generate new IR that would need to be lowered in an additional * pass. */ - if (lowering(DIV_TO_MUL_RCP)) + if (lowering(DIV_TO_MUL_RCP) && (ir->type->is_float() || ir->type->is_double())) div_to_mul_rcp(div_expr); - ir_rvalue *expr = new(ir) ir_expression(ir_unop_fract, - ir->operands[0]->type, - div_expr, - NULL); + ir_expression *const floor_expr = + new(ir) ir_expression(ir_unop_floor, x->type, div_expr); - ir->operation = ir_binop_mul; - ir->operands[0] = new(ir) ir_dereference_variable(temp); - ir->operands[1] = expr; + if (lowering(DOPS_TO_DFRAC) && ir->type->is_double()) + dfloor_to_dfrac(floor_expr); + + ir_expression *const mul_expr = + new(ir) ir_expression(ir_binop_mul, + new(ir) ir_dereference_variable(y), + floor_expr); + + ir->operation = ir_binop_sub; + ir->operands[0] = new(ir) ir_dereference_variable(x); + ir->operands[1] = mul_expr; this->progress = true; } @@ -454,6 +491,262 @@ lower_instructions_visitor::ldexp_to_arith(ir_expression *ir) this->progress = true; } +void +lower_instructions_visitor::dldexp_to_arith(ir_expression *ir) +{ + /* See ldexp_to_arith for structure. Uses frexp_exp to extract the exponent + * from the significand. + */ + + const unsigned vec_elem = ir->type->vector_elements; + + /* Types */ + const glsl_type *ivec = glsl_type::get_instance(GLSL_TYPE_INT, vec_elem, 1); + const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); + + /* Constants */ + ir_constant *zeroi = ir_constant::zero(ir, ivec); + + ir_constant *sign_mask = new(ir) ir_constant(0x80000000u); + + ir_constant *exp_shift = new(ir) ir_constant(20); + ir_constant *exp_width = new(ir) ir_constant(11); + ir_constant *exp_bias = new(ir) ir_constant(1022, vec_elem); + + /* Temporary variables */ + ir_variable *x = new(ir) ir_variable(ir->type, "x", ir_var_temporary); + ir_variable *exp = new(ir) ir_variable(ivec, "exp", ir_var_temporary); + + ir_variable *zero_sign_x = new(ir) ir_variable(ir->type, "zero_sign_x", + ir_var_temporary); + + ir_variable *extracted_biased_exp = + new(ir) ir_variable(ivec, "extracted_biased_exp", ir_var_temporary); + ir_variable *resulting_biased_exp = + new(ir) ir_variable(ivec, "resulting_biased_exp", ir_var_temporary); + + ir_variable *is_not_zero_or_underflow = + new(ir) ir_variable(bvec, "is_not_zero_or_underflow", ir_var_temporary); + + ir_instruction &i = *base_ir; + + /* Copy and arguments. */ + i.insert_before(x); + i.insert_before(assign(x, ir->operands[0])); + i.insert_before(exp); + i.insert_before(assign(exp, ir->operands[1])); + + ir_expression *frexp_exp = expr(ir_unop_frexp_exp, x); + if (lowering(DFREXP_DLDEXP_TO_ARITH)) + dfrexp_exp_to_arith(frexp_exp); + + /* Extract the biased exponent from . */ + i.insert_before(extracted_biased_exp); + i.insert_before(assign(extracted_biased_exp, add(frexp_exp, exp_bias))); + + i.insert_before(resulting_biased_exp); + i.insert_before(assign(resulting_biased_exp, + add(extracted_biased_exp, exp))); + + /* Test if result is ±0.0, subnormal, or underflow by checking if the + * resulting biased exponent would be less than 0x1. If so, the result is + * 0.0 with the sign of x. (Actually, invert the conditions so that + * immediate values are the second arguments, which is better for i965) + * TODO: Implement in a vector fashion. + */ + i.insert_before(zero_sign_x); + for (unsigned elem = 0; elem < vec_elem; elem++) { + ir_variable *unpacked = + new(ir) ir_variable(glsl_type::uvec2_type, "unpacked", ir_var_temporary); + i.insert_before(unpacked); + i.insert_before( + assign(unpacked, + expr(ir_unop_unpack_double_2x32, swizzle(x, elem, 1)))); + i.insert_before(assign(unpacked, bit_and(swizzle_y(unpacked), sign_mask->clone(ir, NULL)), + WRITEMASK_Y)); + i.insert_before(assign(unpacked, ir_constant::zero(ir, glsl_type::uint_type), WRITEMASK_X)); + i.insert_before(assign(zero_sign_x, + expr(ir_unop_pack_double_2x32, unpacked), + 1 << elem)); + } + i.insert_before(is_not_zero_or_underflow); + i.insert_before(assign(is_not_zero_or_underflow, + gequal(resulting_biased_exp, + new(ir) ir_constant(0x1, vec_elem)))); + i.insert_before(assign(x, csel(is_not_zero_or_underflow, + x, zero_sign_x))); + i.insert_before(assign(resulting_biased_exp, + csel(is_not_zero_or_underflow, + resulting_biased_exp, zeroi))); + + /* We could test for overflows by checking if the resulting biased exponent + * would be greater than 0xFE. Turns out we don't need to because the GLSL + * spec says: + * + * "If this product is too large to be represented in the + * floating-point type, the result is undefined." + */ + + ir_rvalue *results[4] = {NULL}; + for (unsigned elem = 0; elem < vec_elem; elem++) { + ir_variable *unpacked = + new(ir) ir_variable(glsl_type::uvec2_type, "unpacked", ir_var_temporary); + i.insert_before(unpacked); + i.insert_before( + assign(unpacked, + expr(ir_unop_unpack_double_2x32, swizzle(x, elem, 1)))); + + ir_expression *bfi = bitfield_insert( + swizzle_y(unpacked), + i2u(swizzle(resulting_biased_exp, elem, 1)), + exp_shift->clone(ir, NULL), + exp_width->clone(ir, NULL)); + + if (lowering(BITFIELD_INSERT_TO_BFM_BFI)) + bitfield_insert_to_bfm_bfi(bfi); + + i.insert_before(assign(unpacked, bfi, WRITEMASK_Y)); + + results[elem] = expr(ir_unop_pack_double_2x32, unpacked); + } + + ir->operation = ir_quadop_vector; + ir->operands[0] = results[0]; + ir->operands[1] = results[1]; + ir->operands[2] = results[2]; + ir->operands[3] = results[3]; + + /* Don't generate new IR that would need to be lowered in an additional + * pass. + */ + + this->progress = true; +} + +void +lower_instructions_visitor::dfrexp_sig_to_arith(ir_expression *ir) +{ + const unsigned vec_elem = ir->type->vector_elements; + const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); + + /* Double-precision floating-point values are stored as + * 1 sign bit; + * 11 exponent bits; + * 52 mantissa bits. + * + * We're just extracting the significand here, so we only need to modify + * the upper 32-bit uint. Unfortunately we must extract each double + * independently as there is no vector version of unpackDouble. + */ + + ir_instruction &i = *base_ir; + + ir_variable *is_not_zero = + new(ir) ir_variable(bvec, "is_not_zero", ir_var_temporary); + ir_rvalue *results[4] = {NULL}; + + ir_constant *dzero = new(ir) ir_constant(0.0, vec_elem); + i.insert_before(is_not_zero); + i.insert_before( + assign(is_not_zero, + nequal(abs(ir->operands[0]->clone(ir, NULL)), dzero))); + + /* TODO: Remake this as more vector-friendly when int64 support is + * available. + */ + for (unsigned elem = 0; elem < vec_elem; elem++) { + ir_constant *zero = new(ir) ir_constant(0u, 1); + ir_constant *sign_mantissa_mask = new(ir) ir_constant(0x800fffffu, 1); + + /* Exponent of double floating-point values in the range [0.5, 1.0). */ + ir_constant *exponent_value = new(ir) ir_constant(0x3fe00000u, 1); + + ir_variable *bits = + new(ir) ir_variable(glsl_type::uint_type, "bits", ir_var_temporary); + ir_variable *unpacked = + new(ir) ir_variable(glsl_type::uvec2_type, "unpacked", ir_var_temporary); + + ir_rvalue *x = swizzle(ir->operands[0]->clone(ir, NULL), elem, 1); + + i.insert_before(bits); + i.insert_before(unpacked); + i.insert_before(assign(unpacked, expr(ir_unop_unpack_double_2x32, x))); + + /* Manipulate the high uint to remove the exponent and replace it with + * either the default exponent or zero. + */ + i.insert_before(assign(bits, swizzle_y(unpacked))); + i.insert_before(assign(bits, bit_and(bits, sign_mantissa_mask))); + i.insert_before(assign(bits, bit_or(bits, + csel(swizzle(is_not_zero, elem, 1), + exponent_value, + zero)))); + i.insert_before(assign(unpacked, bits, WRITEMASK_Y)); + results[elem] = expr(ir_unop_pack_double_2x32, unpacked); + } + + /* Put the dvec back together */ + ir->operation = ir_quadop_vector; + ir->operands[0] = results[0]; + ir->operands[1] = results[1]; + ir->operands[2] = results[2]; + ir->operands[3] = results[3]; + + this->progress = true; +} + +void +lower_instructions_visitor::dfrexp_exp_to_arith(ir_expression *ir) +{ + const unsigned vec_elem = ir->type->vector_elements; + const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); + const glsl_type *uvec = glsl_type::get_instance(GLSL_TYPE_UINT, vec_elem, 1); + + /* Double-precision floating-point values are stored as + * 1 sign bit; + * 11 exponent bits; + * 52 mantissa bits. + * + * We're just extracting the exponent here, so we only care about the upper + * 32-bit uint. + */ + + ir_instruction &i = *base_ir; + + ir_variable *is_not_zero = + new(ir) ir_variable(bvec, "is_not_zero", ir_var_temporary); + ir_variable *high_words = + new(ir) ir_variable(uvec, "high_words", ir_var_temporary); + ir_constant *dzero = new(ir) ir_constant(0.0, vec_elem); + ir_constant *izero = new(ir) ir_constant(0, vec_elem); + + ir_rvalue *absval = abs(ir->operands[0]); + + i.insert_before(is_not_zero); + i.insert_before(high_words); + i.insert_before(assign(is_not_zero, nequal(absval->clone(ir, NULL), dzero))); + + /* Extract all of the upper uints. */ + for (unsigned elem = 0; elem < vec_elem; elem++) { + ir_rvalue *x = swizzle(absval->clone(ir, NULL), elem, 1); + + i.insert_before(assign(high_words, + swizzle_y(expr(ir_unop_unpack_double_2x32, x)), + 1 << elem)); + + } + ir_constant *exponent_shift = new(ir) ir_constant(20, vec_elem); + ir_constant *exponent_bias = new(ir) ir_constant(-1022, vec_elem); + + /* For non-zero inputs, shift the exponent down and apply bias. */ + ir->operation = ir_triop_csel; + ir->operands[0] = new(ir) ir_dereference_variable(is_not_zero); + ir->operands[1] = add(exponent_bias, u2i(rshift(high_words, exponent_shift))); + ir->operands[2] = izero; + + this->progress = true; +} + void lower_instructions_visitor::carry_to_arith(ir_expression *ir) { @@ -508,10 +801,211 @@ lower_instructions_visitor::sat_to_clamp(ir_expression *ir) this->progress = true; } +void +lower_instructions_visitor::double_dot_to_fma(ir_expression *ir) +{ + ir_variable *temp = new(ir) ir_variable(ir->operands[0]->type->get_base_type(), "dot_res", + ir_var_temporary); + this->base_ir->insert_before(temp); + + int nc = ir->operands[0]->type->components(); + for (int i = nc - 1; i >= 1; i--) { + ir_assignment *assig; + if (i == (nc - 1)) { + assig = assign(temp, mul(swizzle(ir->operands[0]->clone(ir, NULL), i, 1), + swizzle(ir->operands[1]->clone(ir, NULL), i, 1))); + } else { + assig = assign(temp, fma(swizzle(ir->operands[0]->clone(ir, NULL), i, 1), + swizzle(ir->operands[1]->clone(ir, NULL), i, 1), + temp)); + } + this->base_ir->insert_before(assig); + } + + ir->operation = ir_triop_fma; + ir->operands[0] = swizzle(ir->operands[0], 0, 1); + ir->operands[1] = swizzle(ir->operands[1], 0, 1); + ir->operands[2] = new(ir) ir_dereference_variable(temp); + + this->progress = true; + +} + +void +lower_instructions_visitor::double_lrp(ir_expression *ir) +{ + int swizval; + ir_rvalue *op0 = ir->operands[0], *op2 = ir->operands[2]; + ir_constant *one = new(ir) ir_constant(1.0, op2->type->vector_elements); + + switch (op2->type->vector_elements) { + case 1: + swizval = SWIZZLE_XXXX; + break; + default: + assert(op0->type->vector_elements == op2->type->vector_elements); + swizval = SWIZZLE_XYZW; + break; + } + + ir->operation = ir_triop_fma; + ir->operands[0] = swizzle(op2, swizval, op0->type->vector_elements); + ir->operands[2] = mul(sub(one, op2->clone(ir, NULL)), op0); + + this->progress = true; +} + +void +lower_instructions_visitor::dceil_to_dfrac(ir_expression *ir) +{ + /* + * frtemp = frac(x); + * temp = sub(x, frtemp); + * result = temp + ((frtemp != 0.0) ? 1.0 : 0.0); + */ + ir_instruction &i = *base_ir; + ir_constant *zero = new(ir) ir_constant(0.0, ir->operands[0]->type->vector_elements); + ir_constant *one = new(ir) ir_constant(1.0, ir->operands[0]->type->vector_elements); + ir_variable *frtemp = new(ir) ir_variable(ir->operands[0]->type, "frtemp", + ir_var_temporary); + + i.insert_before(frtemp); + i.insert_before(assign(frtemp, fract(ir->operands[0]))); + + ir->operation = ir_binop_add; + ir->operands[0] = sub(ir->operands[0]->clone(ir, NULL), frtemp); + ir->operands[1] = csel(nequal(frtemp, zero), one, zero->clone(ir, NULL)); + + this->progress = true; +} + +void +lower_instructions_visitor::dfloor_to_dfrac(ir_expression *ir) +{ + /* + * frtemp = frac(x); + * result = sub(x, frtemp); + */ + ir->operation = ir_binop_sub; + ir->operands[1] = fract(ir->operands[0]->clone(ir, NULL)); + + this->progress = true; +} +void +lower_instructions_visitor::dround_even_to_dfrac(ir_expression *ir) +{ + /* + * insane but works + * temp = x + 0.5; + * frtemp = frac(temp); + * t2 = sub(temp, frtemp); + * if (frac(x) == 0.5) + * result = frac(t2 * 0.5) == 0 ? t2 : t2 - 1; + * else + * result = t2; + + */ + ir_instruction &i = *base_ir; + ir_variable *frtemp = new(ir) ir_variable(ir->operands[0]->type, "frtemp", + ir_var_temporary); + ir_variable *temp = new(ir) ir_variable(ir->operands[0]->type, "temp", + ir_var_temporary); + ir_variable *t2 = new(ir) ir_variable(ir->operands[0]->type, "t2", + ir_var_temporary); + ir_constant *p5 = new(ir) ir_constant(0.5, ir->operands[0]->type->vector_elements); + ir_constant *one = new(ir) ir_constant(1.0, ir->operands[0]->type->vector_elements); + ir_constant *zero = new(ir) ir_constant(0.0, ir->operands[0]->type->vector_elements); + + i.insert_before(temp); + i.insert_before(assign(temp, add(ir->operands[0], p5))); + + i.insert_before(frtemp); + i.insert_before(assign(frtemp, fract(temp))); + + i.insert_before(t2); + i.insert_before(assign(t2, sub(temp, frtemp))); + + ir->operation = ir_triop_csel; + ir->operands[0] = equal(fract(ir->operands[0]->clone(ir, NULL)), + p5->clone(ir, NULL)); + ir->operands[1] = csel(equal(fract(mul(t2, p5->clone(ir, NULL))), + zero), + t2, + sub(t2, one)); + ir->operands[2] = new(ir) ir_dereference_variable(t2); + + this->progress = true; +} + +void +lower_instructions_visitor::dtrunc_to_dfrac(ir_expression *ir) +{ + /* + * frtemp = frac(x); + * temp = sub(x, frtemp); + * result = x >= 0 ? temp : temp + (frtemp == 0.0) ? 0 : 1; + */ + ir_rvalue *arg = ir->operands[0]; + ir_instruction &i = *base_ir; + + ir_constant *zero = new(ir) ir_constant(0.0, arg->type->vector_elements); + ir_constant *one = new(ir) ir_constant(1.0, arg->type->vector_elements); + ir_variable *frtemp = new(ir) ir_variable(arg->type, "frtemp", + ir_var_temporary); + ir_variable *temp = new(ir) ir_variable(ir->operands[0]->type, "temp", + ir_var_temporary); + + i.insert_before(frtemp); + i.insert_before(assign(frtemp, fract(arg))); + i.insert_before(temp); + i.insert_before(assign(temp, sub(arg->clone(ir, NULL), frtemp))); + + ir->operation = ir_triop_csel; + ir->operands[0] = gequal(arg->clone(ir, NULL), zero); + ir->operands[1] = new (ir) ir_dereference_variable(temp); + ir->operands[2] = add(temp, + csel(equal(frtemp, zero->clone(ir, NULL)), + zero->clone(ir, NULL), + one)); + + this->progress = true; +} + +void +lower_instructions_visitor::dsign_to_csel(ir_expression *ir) +{ + /* + * temp = x > 0.0 ? 1.0 : 0.0; + * result = x < 0.0 ? -1.0 : temp; + */ + ir_rvalue *arg = ir->operands[0]; + ir_constant *zero = new(ir) ir_constant(0.0, arg->type->vector_elements); + ir_constant *one = new(ir) ir_constant(1.0, arg->type->vector_elements); + ir_constant *neg_one = new(ir) ir_constant(-1.0, arg->type->vector_elements); + + ir->operation = ir_triop_csel; + ir->operands[0] = less(arg->clone(ir, NULL), + zero->clone(ir, NULL)); + ir->operands[1] = neg_one; + ir->operands[2] = csel(greater(arg, zero), + one, + zero->clone(ir, NULL)); + + this->progress = true; +} + ir_visitor_status lower_instructions_visitor::visit_leave(ir_expression *ir) { switch (ir->operation) { + case ir_binop_dot: + if (ir->operands[0]->type->is_double()) + double_dot_to_fma(ir); + break; + case ir_triop_lrp: + if (ir->operands[0]->type->is_double()) + double_lrp(ir); + break; case ir_binop_sub: if (lowering(SUB_TO_ADD_NEG)) sub_to_add_neg(ir); @@ -520,7 +1014,8 @@ lower_instructions_visitor::visit_leave(ir_expression *ir) case ir_binop_div: if (ir->operands[1]->type->is_integer() && lowering(INT_DIV_TO_MUL_RCP)) int_div_to_mul_rcp(ir); - else if (ir->operands[1]->type->is_float() && lowering(DIV_TO_MUL_RCP)) + else if ((ir->operands[1]->type->is_float() || + ir->operands[1]->type->is_double()) && lowering(DIV_TO_MUL_RCP)) div_to_mul_rcp(ir); break; @@ -535,8 +1030,8 @@ lower_instructions_visitor::visit_leave(ir_expression *ir) break; case ir_binop_mod: - if (lowering(MOD_TO_FRACT) && ir->type->is_float()) - mod_to_fract(ir); + if (lowering(MOD_TO_FLOOR) && (ir->type->is_float() || ir->type->is_double())) + mod_to_floor(ir); break; case ir_binop_pow: @@ -550,8 +1045,20 @@ lower_instructions_visitor::visit_leave(ir_expression *ir) break; case ir_binop_ldexp: - if (lowering(LDEXP_TO_ARITH)) + if (lowering(LDEXP_TO_ARITH) && ir->type->is_float()) ldexp_to_arith(ir); + if (lowering(DFREXP_DLDEXP_TO_ARITH) && ir->type->is_double()) + dldexp_to_arith(ir); + break; + + case ir_unop_frexp_exp: + if (lowering(DFREXP_DLDEXP_TO_ARITH) && ir->operands[0]->type->is_double()) + dfrexp_exp_to_arith(ir); + break; + + case ir_unop_frexp_sig: + if (lowering(DFREXP_DLDEXP_TO_ARITH) && ir->operands[0]->type->is_double()) + dfrexp_sig_to_arith(ir); break; case ir_binop_carry: @@ -569,6 +1076,30 @@ lower_instructions_visitor::visit_leave(ir_expression *ir) sat_to_clamp(ir); break; + case ir_unop_trunc: + if (lowering(DOPS_TO_DFRAC) && ir->type->is_double()) + dtrunc_to_dfrac(ir); + break; + + case ir_unop_ceil: + if (lowering(DOPS_TO_DFRAC) && ir->type->is_double()) + dceil_to_dfrac(ir); + break; + + case ir_unop_floor: + if (lowering(DOPS_TO_DFRAC) && ir->type->is_double()) + dfloor_to_dfrac(ir); + break; + + case ir_unop_round_even: + if (lowering(DOPS_TO_DFRAC) && ir->type->is_double()) + dround_even_to_dfrac(ir); + break; + + case ir_unop_sign: + if (lowering(DOPS_TO_DFRAC) && ir->type->is_double()) + dsign_to_csel(ir); + break; default: return visit_continue; } diff --git a/mesalib/src/glsl/lower_mat_op_to_vec.cpp b/mesalib/src/glsl/lower_mat_op_to_vec.cpp index 105ee0d3f..dda754f91 100644 --- a/mesalib/src/glsl/lower_mat_op_to_vec.cpp +++ b/mesalib/src/glsl/lower_mat_op_to_vec.cpp @@ -354,6 +354,8 @@ ir_mat_op_to_vec_visitor::visit_leave(ir_assignment *orig_assign) /* OK, time to break down this matrix operation. */ switch (orig_expr->operation) { + case ir_unop_d2f: + case ir_unop_f2d: case ir_unop_neg: { /* Apply the operation to each column.*/ for (i = 0; i < matrix_columns; i++) { diff --git a/mesalib/src/glsl/lower_ubo_reference.cpp b/mesalib/src/glsl/lower_ubo_reference.cpp index 43dd067fa..4ea4ccb03 100644 --- a/mesalib/src/glsl/lower_ubo_reference.cpp +++ b/mesalib/src/glsl/lower_ubo_reference.cpp @@ -140,7 +140,8 @@ public: void handle_rvalue(ir_rvalue **rvalue); void emit_ubo_loads(ir_dereference *deref, ir_variable *base_offset, - unsigned int deref_offset, bool row_major); + unsigned int deref_offset, bool row_major, + int matrix_columns); ir_expression *ubo_load(const struct glsl_type *type, ir_rvalue *offset); @@ -265,6 +266,7 @@ lower_ubo_reference_visitor::handle_rvalue(ir_rvalue **rvalue) ir_rvalue *offset = new(mem_ctx) ir_constant(0u); unsigned const_offset = 0; bool row_major = is_dereferenced_thing_row_major(deref); + int matrix_columns = 1; /* Calculate the offset to the start of the region of the UBO * dereferenced by *rvalue. This may be a variable offset if an @@ -288,6 +290,9 @@ lower_ubo_reference_visitor::handle_rvalue(ir_rvalue **rvalue) * vector) is handled below in emit_ubo_loads. */ array_stride = 4; + if (deref_array->array->type->is_double()) + array_stride *= 2; + matrix_columns = deref_array->array->type->matrix_columns; } else if (deref_array->type->is_interface()) { /* We're processing an array dereference of an interface instance * array. The thing being dereferenced *must* be a variable @@ -334,15 +339,6 @@ lower_ubo_reference_visitor::handle_rvalue(ir_rvalue **rvalue) const glsl_type *struct_type = deref_record->record->type; unsigned intra_struct_offset = 0; - /* glsl_type::std140_base_alignment doesn't grok interfaces. Use - * 16-bytes for the alignment because that is the general minimum of - * std140. - */ - const unsigned struct_alignment = struct_type->is_interface() - ? 16 - : struct_type->std140_base_alignment(row_major); - - for (unsigned int i = 0; i < struct_type->length; i++) { const glsl_type *type = struct_type->fields.structure[i].type; @@ -372,7 +368,7 @@ lower_ubo_reference_visitor::handle_rvalue(ir_rvalue **rvalue) */ if (type->without_array()->is_record()) { intra_struct_offset = glsl_align(intra_struct_offset, - struct_alignment); + field_align); } } @@ -405,7 +401,7 @@ lower_ubo_reference_visitor::handle_rvalue(ir_rvalue **rvalue) base_ir->insert_before(assign(load_offset, offset)); deref = new(mem_ctx) ir_dereference_variable(load_var); - emit_ubo_loads(deref, load_offset, const_offset, row_major); + emit_ubo_loads(deref, load_offset, const_offset, row_major, matrix_columns); *rvalue = deref; progress = true; @@ -436,7 +432,8 @@ void lower_ubo_reference_visitor::emit_ubo_loads(ir_dereference *deref, ir_variable *base_offset, unsigned int deref_offset, - bool row_major) + bool row_major, + int matrix_columns) { if (deref->type->is_record()) { unsigned int field_offset = 0; @@ -453,7 +450,7 @@ lower_ubo_reference_visitor::emit_ubo_loads(ir_dereference *deref, field->type->std140_base_alignment(row_major)); emit_ubo_loads(field_deref, base_offset, deref_offset + field_offset, - row_major); + row_major, 1); field_offset += field->type->std140_size(row_major); } @@ -472,7 +469,7 @@ lower_ubo_reference_visitor::emit_ubo_loads(ir_dereference *deref, element); emit_ubo_loads(element_deref, base_offset, deref_offset + i * array_stride, - row_major); + row_major, 1); } return; } @@ -488,14 +485,18 @@ lower_ubo_reference_visitor::emit_ubo_loads(ir_dereference *deref, /* For a row-major matrix, the next column starts at the next * element. */ - emit_ubo_loads(col_deref, base_offset, deref_offset + i * 4, - row_major); + int size_mul = deref->type->is_double() ? 8 : 4; + emit_ubo_loads(col_deref, base_offset, deref_offset + i * size_mul, + row_major, deref->type->matrix_columns); } else { /* std140 always rounds the stride of arrays (and matrices) to a - * vec4, so matrices are always 16 between columns/rows. + * vec4, so matrices are always 16 between columns/rows. With + * doubles, they will be 32 apart when there are more than 2 rows. */ - emit_ubo_loads(col_deref, base_offset, deref_offset + i * 16, - row_major); + int size_mul = (deref->type->is_double() && + deref->type->vector_elements > 2) ? 32 : 16; + emit_ubo_loads(col_deref, base_offset, deref_offset + i * size_mul, + row_major, deref->type->matrix_columns); } } return; @@ -510,16 +511,24 @@ lower_ubo_reference_visitor::emit_ubo_loads(ir_dereference *deref, base_ir->insert_before(assign(deref->clone(mem_ctx, NULL), ubo_load(deref->type, offset))); } else { + unsigned N = deref->type->is_double() ? 8 : 4; + /* We're dereffing a column out of a row-major matrix, so we * gather the vector from each stored row. */ - assert(deref->type->base_type == GLSL_TYPE_FLOAT); + assert(deref->type->base_type == GLSL_TYPE_FLOAT || + deref->type->base_type == GLSL_TYPE_DOUBLE); /* Matrices, row_major or not, are stored as if they were * arrays of vectors of the appropriate size in std140. * Arrays have their strides rounded up to a vec4, so the - * matrix stride is always 16. + * matrix stride is always 16. However a double matrix may either be 16 + * or 32 depending on the number of columns. */ - unsigned matrix_stride = 16; + assert(matrix_columns <= 4); + unsigned matrix_stride = glsl_align(matrix_columns * N, 16); + + const glsl_type *ubo_type = deref->type->base_type == GLSL_TYPE_FLOAT ? + glsl_type::float_type : glsl_type::double_type; for (unsigned i = 0; i < deref->type->vector_elements; i++) { ir_rvalue *chan_offset = @@ -527,7 +536,7 @@ lower_ubo_reference_visitor::emit_ubo_loads(ir_dereference *deref, new(mem_ctx) ir_constant(deref_offset + i * matrix_stride)); base_ir->insert_before(assign(deref->clone(mem_ctx, NULL), - ubo_load(glsl_type::float_type, + ubo_load(ubo_type, chan_offset), (1U << i))); } diff --git a/mesalib/src/glsl/nir/.gitignore b/mesalib/src/glsl/nir/.gitignore new file mode 100644 index 000000000..64828eba6 --- /dev/null +++ b/mesalib/src/glsl/nir/.gitignore @@ -0,0 +1,5 @@ +nir_builder_opcodes.h +nir_opt_algebraic.c +nir_opcodes.c +nir_opcodes.h +nir_constant_expressions.c diff --git a/mesalib/src/glsl/nir/README b/mesalib/src/glsl/nir/README new file mode 100644 index 000000000..2c81db9db --- /dev/null +++ b/mesalib/src/glsl/nir/README @@ -0,0 +1,118 @@ +New IR, or NIR, is an IR for Mesa intended to sit below GLSL IR and Mesa IR. +Its design inherits from the various IR's that Mesa has used in the past, as +well as Direct3D assembly, and it includes a few new ideas as well. It is a +flat (in terms of using instructions instead of expressions), typeless IR, +similar to TGSI and Mesa IR. It also supports SSA (although it doesn't require +it). + +Variables +========= + +NIR includes support for source-level GLSL variables through a structure mostly +copied from GLSL IR. These will be used for linking and conversion from GLSL IR +(and later, from an AST), but for the most part, they will be lowered to +registers (see below) and loads/stores. + +Registers +========= + +Registers are light-weight; they consist of a structure that only contains its +size, its index for liveness analysis, and an optional name for debugging. In +addition, registers can be local to a function or global to the entire shader; +the latter will be used in ARB_shader_subroutine for passing parameters and +getting return values from subroutines. Registers can also be an array, in which +case they can be accessed indirectly. Each ALU instruction (add, subtract, etc.) +works directly with registers or SSA values (see below). + +SSA +======== + +Everywhere a register can be loaded/stored, an SSA value can be used instead. +The only exception is that arrays/indirect addressing are not supported with +SSA; although research has been done on extensions of SSA to arrays before, it's +usually for the purpose of parallelization (which we're not interested in), and +adds some overhead in the form of adding copies or extra arrays (which is much +more expensive than introducing copies between non-array registers). SSA uses +point directly to their corresponding definition, which in turn points to the +instruction it is part of. This creates an implicit use-def chain and avoids the +need for an external structure for each SSA register. + +Functions +========= + +Support for function calls is mostly similar to GLSL IR. Each shader contains a +list of functions, and each function has a list of overloads. Each overload +contains a list of parameters, and may contain an implementation which specifies +the variables that correspond to the parameters and return value. Inlining a +function, assuming it has a single return point, is as simple as copying its +instructions, registers, and local variables into the target function and then +inserting copies to and from the new parameters as appropriate. After functions +are inlined and any non-subroutine functions are deleted, parameters and return +variables will be converted to global variables and then global registers. We +don't do this lowering earlier (i.e. the fortranizer idea) for a few reasons: + +- If we want to do optimizations before link time, we need to have the function +signature available during link-time. + +- If we do any inlining before link time, then we might wind up with the +inlined function and the non-inlined function using the same global +variables/registers which would preclude optimization. + +Intrinsics +========= + +Any operation (other than function calls and textures) which touches a variable +or is not referentially transparent is represented by an intrinsic. Intrinsics +are similar to the idea of a "builtin function," i.e. a function declaration +whose implementation is provided by the backend, except they are more powerful +in the following ways: + +- They can also load and store registers when appropriate, which limits the +number of variables needed in later stages of the IR while obviating the need +for a separate load/store variable instruction. + +- Intrinsics can be marked as side-effect free, which permits them to be +treated like any other instruction when it comes to optimizations. This allows +load intrinsics to be represented as intrinsics while still being optimized +away by dead code elimination, common subexpression elimination, etc. + +Intrinsics are used for: + +- Atomic operations +- Memory barriers +- Subroutine calls +- Geometry shader emitVertex and endPrimitive +- Loading and storing variables (before lowering) +- Loading and storing uniforms, shader inputs and outputs, etc (after lowering) +- Copying variables (cases where in GLSL the destination is a structure or +array) +- The kitchen sink +- ... + +Textures +========= + +Unfortunately, there are far too many texture operations to represent each one +of them with an intrinsic, so there's a special texture instruction similar to +the GLSL IR one. The biggest difference is that, while the texture instruction +has a sampler dereference field used just like in GLSL IR, this gets lowered to +a texture unit index (with a possible indirect offset) while the type +information of the original sampler is kept around for backends. Also, all the +non-constant sources are stored in a single array to make it easier for +optimization passes to iterate over all the sources. + +Control Flow +========= + +Like in GLSL IR, control flow consists of a tree of "control flow nodes", which +include if statements and loops, and jump instructions (break, continue, and +return). Unlike GLSL IR, though, the leaves of the tree aren't statements but +basic blocks. Each basic block also keeps track of its successors and +predecessors, and function implementations keep track of the beginning basic +block (the first basic block of the function) and the ending basic block (a fake +basic block that every return statement points to). Together, these elements +make up the control flow graph, in this case a redundant piece of information on +top of the control flow tree that will be used by almost all the optimizations. +There are helper functions to add and remove control flow nodes that also update +the control flow graph, and so usually it doesn't need to be touched by passes +that modify control flow nodes. diff --git a/mesalib/src/glsl/nir/glsl_to_nir.cpp b/mesalib/src/glsl/nir/glsl_to_nir.cpp new file mode 100644 index 000000000..544d0d932 --- /dev/null +++ b/mesalib/src/glsl/nir/glsl_to_nir.cpp @@ -0,0 +1,1814 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Connor Abbott (cwabbott0@gmail.com) + * + */ + +#include "glsl_to_nir.h" +#include "ir_visitor.h" +#include "ir_hierarchical_visitor.h" +#include "ir.h" + +/* + * pass to lower GLSL IR to NIR + * + * This will lower variable dereferences to loads/stores of corresponding + * variables in NIR - the variables will be converted to registers in a later + * pass. + */ + +namespace { + +class nir_visitor : public ir_visitor +{ +public: + nir_visitor(nir_shader *shader, bool supports_ints); + ~nir_visitor(); + + virtual void visit(ir_variable *); + virtual void visit(ir_function *); + virtual void visit(ir_function_signature *); + virtual void visit(ir_loop *); + virtual void visit(ir_if *); + virtual void visit(ir_discard *); + virtual void visit(ir_loop_jump *); + virtual void visit(ir_return *); + virtual void visit(ir_call *); + virtual void visit(ir_assignment *); + virtual void visit(ir_emit_vertex *); + virtual void visit(ir_end_primitive *); + virtual void visit(ir_expression *); + virtual void visit(ir_swizzle *); + virtual void visit(ir_texture *); + virtual void visit(ir_constant *); + virtual void visit(ir_dereference_variable *); + virtual void visit(ir_dereference_record *); + virtual void visit(ir_dereference_array *); + + void create_function(ir_function *ir); + +private: + void create_overload(ir_function_signature *ir, nir_function *function); + void add_instr(nir_instr *instr, unsigned num_components); + nir_src evaluate_rvalue(ir_rvalue *ir); + + nir_alu_instr *emit(nir_op op, unsigned dest_size, nir_src *srcs); + nir_alu_instr *emit(nir_op op, unsigned dest_size, nir_src src1); + nir_alu_instr *emit(nir_op op, unsigned dest_size, nir_src src1, + nir_src src2); + nir_alu_instr *emit(nir_op op, unsigned dest_size, nir_src src1, + nir_src src2, nir_src src3); + + bool supports_ints; + + nir_shader *shader; + nir_function_impl *impl; + exec_list *cf_node_list; + nir_instr *result; /* result of the expression tree last visited */ + + /* the head of the dereference chain we're creating */ + nir_deref_var *deref_head; + /* the tail of the dereference chain we're creating */ + nir_deref *deref_tail; + + nir_variable *var; /* variable created by ir_variable visitor */ + + /* whether the IR we're operating on is per-function or global */ + bool is_global; + + /* map of ir_variable -> nir_variable */ + struct hash_table *var_table; + + /* map of ir_function_signature -> nir_function_overload */ + struct hash_table *overload_table; +}; + +/* + * This visitor runs before the main visitor, calling create_function() for + * each function so that the main visitor can resolve forward references in + * calls. + */ + +class nir_function_visitor : public ir_hierarchical_visitor +{ +public: + nir_function_visitor(nir_visitor *v) : visitor(v) + { + } + virtual ir_visitor_status visit_enter(ir_function *); + +private: + nir_visitor *visitor; +}; + +}; /* end of anonymous namespace */ + +static const nir_shader_compiler_options default_options = { +}; + +nir_shader * +glsl_to_nir(exec_list *ir, _mesa_glsl_parse_state *state, + bool native_integers) +{ + const nir_shader_compiler_options *options; + + if (state) { + struct gl_context *ctx = state->ctx; + struct gl_shader_compiler_options *gl_options = + &ctx->Const.ShaderCompilerOptions[state->stage]; + + if (!gl_options->NirOptions) { + nir_shader_compiler_options *new_options = + rzalloc(ctx, nir_shader_compiler_options); + options = gl_options->NirOptions = new_options; + + if (gl_options->EmitNoPow) + new_options->lower_fpow = true; + } else { + options = gl_options->NirOptions; + } + } else { + options = &default_options; + } + + nir_shader *shader = nir_shader_create(NULL, options); + + if (state) { + shader->num_user_structures = state->num_user_structures; + shader->user_structures = ralloc_array(shader, glsl_type *, + shader->num_user_structures); + memcpy(shader->user_structures, state->user_structures, + shader->num_user_structures * sizeof(glsl_type *)); + } else { + shader->num_user_structures = 0; + shader->user_structures = NULL; + } + + nir_visitor v1(shader, native_integers); + nir_function_visitor v2(&v1); + v2.run(ir); + visit_exec_list(ir, &v1); + + return shader; +} + +nir_visitor::nir_visitor(nir_shader *shader, bool supports_ints) +{ + this->supports_ints = supports_ints; + this->shader = shader; + this->is_global = true; + this->var_table = _mesa_hash_table_create(NULL, _mesa_hash_pointer, + _mesa_key_pointer_equal); + this->overload_table = _mesa_hash_table_create(NULL, _mesa_hash_pointer, + _mesa_key_pointer_equal); +} + +nir_visitor::~nir_visitor() +{ + _mesa_hash_table_destroy(this->var_table, NULL); + _mesa_hash_table_destroy(this->overload_table, NULL); +} + +static nir_constant * +constant_copy(ir_constant *ir, void *mem_ctx) +{ + if (ir == NULL) + return NULL; + + nir_constant *ret = ralloc(mem_ctx, nir_constant); + + unsigned total_elems = ir->type->components(); + unsigned i; + switch (ir->type->base_type) { + case GLSL_TYPE_UINT: + for (i = 0; i < total_elems; i++) + ret->value.u[i] = ir->value.u[i]; + break; + + case GLSL_TYPE_INT: + for (i = 0; i < total_elems; i++) + ret->value.i[i] = ir->value.i[i]; + break; + + case GLSL_TYPE_FLOAT: + for (i = 0; i < total_elems; i++) + ret->value.f[i] = ir->value.f[i]; + break; + + case GLSL_TYPE_BOOL: + for (i = 0; i < total_elems; i++) + ret->value.b[i] = ir->value.b[i]; + break; + + case GLSL_TYPE_STRUCT: + ret->elements = ralloc_array(mem_ctx, nir_constant *, + ir->type->length); + i = 0; + foreach_in_list(ir_constant, field, &ir->components) { + ret->elements[i] = constant_copy(field, mem_ctx); + i++; + } + break; + + case GLSL_TYPE_ARRAY: + ret->elements = ralloc_array(mem_ctx, nir_constant *, + ir->type->length); + + for (i = 0; i < ir->type->length; i++) + ret->elements[i] = constant_copy(ir->array_elements[i], mem_ctx); + break; + + default: + unreachable("not reached"); + } + + return ret; +} + +void +nir_visitor::visit(ir_variable *ir) +{ + nir_variable *var = ralloc(shader, nir_variable); + var->type = ir->type; + var->name = ralloc_strdup(var, ir->name); + + if (ir->is_interface_instance() && ir->get_max_ifc_array_access() != NULL) { + unsigned size = ir->get_interface_type()->length; + var->max_ifc_array_access = ralloc_array(var, unsigned, size); + memcpy(var->max_ifc_array_access, ir->get_max_ifc_array_access(), + size * sizeof(unsigned)); + } else { + var->max_ifc_array_access = NULL; + } + + var->data.read_only = ir->data.read_only; + var->data.centroid = ir->data.centroid; + var->data.sample = ir->data.sample; + var->data.invariant = ir->data.invariant; + var->data.location = ir->data.location; + + switch(ir->data.mode) { + case ir_var_auto: + case ir_var_temporary: + if (is_global) + var->data.mode = nir_var_global; + else + var->data.mode = nir_var_local; + break; + + case ir_var_function_in: + case ir_var_function_out: + case ir_var_function_inout: + case ir_var_const_in: + var->data.mode = nir_var_local; + break; + + case ir_var_shader_in: + if (ir->data.location == VARYING_SLOT_FACE) { + /* For whatever reason, GLSL IR makes gl_FrontFacing an input */ + var->data.location = SYSTEM_VALUE_FRONT_FACE; + var->data.mode = nir_var_system_value; + } else { + var->data.mode = nir_var_shader_in; + } + break; + + case ir_var_shader_out: + var->data.mode = nir_var_shader_out; + break; + + case ir_var_uniform: + var->data.mode = nir_var_uniform; + break; + + + case ir_var_system_value: + var->data.mode = nir_var_system_value; + break; + + default: + unreachable("not reached"); + } + + var->data.interpolation = ir->data.interpolation; + var->data.origin_upper_left = ir->data.origin_upper_left; + var->data.pixel_center_integer = ir->data.pixel_center_integer; + var->data.explicit_location = ir->data.explicit_location; + var->data.explicit_index = ir->data.explicit_index; + var->data.explicit_binding = ir->data.explicit_binding; + var->data.has_initializer = ir->data.has_initializer; + var->data.is_unmatched_generic_inout = ir->data.is_unmatched_generic_inout; + var->data.location_frac = ir->data.location_frac; + var->data.from_named_ifc_block_array = ir->data.from_named_ifc_block_array; + var->data.from_named_ifc_block_nonarray = ir->data.from_named_ifc_block_nonarray; + + switch (ir->data.depth_layout) { + case ir_depth_layout_none: + var->data.depth_layout = nir_depth_layout_none; + break; + case ir_depth_layout_any: + var->data.depth_layout = nir_depth_layout_any; + break; + case ir_depth_layout_greater: + var->data.depth_layout = nir_depth_layout_greater; + break; + case ir_depth_layout_less: + var->data.depth_layout = nir_depth_layout_less; + break; + case ir_depth_layout_unchanged: + var->data.depth_layout = nir_depth_layout_unchanged; + break; + default: + unreachable("not reached"); + } + + var->data.index = ir->data.index; + var->data.binding = ir->data.binding; + /* XXX Get rid of buffer_index */ + var->data.atomic.buffer_index = ir->data.binding; + var->data.atomic.offset = ir->data.atomic.offset; + var->data.image.read_only = ir->data.image_read_only; + var->data.image.write_only = ir->data.image_write_only; + var->data.image.coherent = ir->data.image_coherent; + var->data.image._volatile = ir->data.image_volatile; + var->data.image.restrict_flag = ir->data.image_restrict; + var->data.image.format = ir->data.image_format; + var->data.max_array_access = ir->data.max_array_access; + + var->num_state_slots = ir->get_num_state_slots(); + if (var->num_state_slots > 0) { + var->state_slots = ralloc_array(var, nir_state_slot, + var->num_state_slots); + + ir_state_slot *state_slots = ir->get_state_slots(); + for (unsigned i = 0; i < var->num_state_slots; i++) { + for (unsigned j = 0; j < 5; j++) + var->state_slots[i].tokens[j] = state_slots[i].tokens[j]; + var->state_slots[i].swizzle = state_slots[i].swizzle; + } + } else { + var->state_slots = NULL; + } + + var->constant_initializer = constant_copy(ir->constant_initializer, var); + + var->interface_type = ir->get_interface_type(); + + switch (var->data.mode) { + case nir_var_local: + exec_list_push_tail(&impl->locals, &var->node); + break; + + case nir_var_global: + exec_list_push_tail(&shader->globals, &var->node); + break; + + case nir_var_shader_in: + _mesa_hash_table_insert(shader->inputs, var->name, var); + break; + + case nir_var_shader_out: + _mesa_hash_table_insert(shader->outputs, var->name, var); + break; + + case nir_var_uniform: + _mesa_hash_table_insert(shader->uniforms, var->name, var); + break; + + case nir_var_system_value: + exec_list_push_tail(&shader->system_values, &var->node); + break; + + default: + unreachable("not reached"); + } + + _mesa_hash_table_insert(var_table, ir, var); + this->var = var; +} + +ir_visitor_status +nir_function_visitor::visit_enter(ir_function *ir) +{ + visitor->create_function(ir); + return visit_continue_with_parent; +} + + +void +nir_visitor::create_function(ir_function *ir) +{ + nir_function *func = nir_function_create(this->shader, ir->name); + foreach_in_list(ir_function_signature, sig, &ir->signatures) { + create_overload(sig, func); + } +} + + + +void +nir_visitor::create_overload(ir_function_signature *ir, nir_function *function) +{ + if (ir->is_intrinsic) + return; + + nir_function_overload *overload = nir_function_overload_create(function); + + unsigned num_params = ir->parameters.length(); + overload->num_params = num_params; + overload->params = ralloc_array(shader, nir_parameter, num_params); + + unsigned i = 0; + foreach_in_list(ir_variable, param, &ir->parameters) { + switch (param->data.mode) { + case ir_var_function_in: + overload->params[i].param_type = nir_parameter_in; + break; + + case ir_var_function_out: + overload->params[i].param_type = nir_parameter_out; + break; + + case ir_var_function_inout: + overload->params[i].param_type = nir_parameter_inout; + break; + + default: + unreachable("not reached"); + } + + overload->params[i].type = param->type; + i++; + } + + overload->return_type = ir->return_type; + + _mesa_hash_table_insert(this->overload_table, ir, overload); +} + +void +nir_visitor::visit(ir_function *ir) +{ + foreach_in_list(ir_function_signature, sig, &ir->signatures) + sig->accept(this); +} + +void +nir_visitor::visit(ir_function_signature *ir) +{ + if (ir->is_intrinsic) + return; + + struct hash_entry *entry = + _mesa_hash_table_search(this->overload_table, ir); + + assert(entry); + nir_function_overload *overload = (nir_function_overload *) entry->data; + + if (ir->is_defined) { + nir_function_impl *impl = nir_function_impl_create(overload); + this->impl = impl; + + unsigned num_params = overload->num_params; + impl->num_params = num_params; + impl->params = ralloc_array(this->shader, nir_variable *, num_params); + unsigned i = 0; + foreach_in_list(ir_variable, param, &ir->parameters) { + param->accept(this); + impl->params[i] = this->var; + i++; + } + + if (overload->return_type == glsl_type::void_type) { + impl->return_var = NULL; + } else { + impl->return_var = ralloc(this->shader, nir_variable); + impl->return_var->name = ralloc_strdup(impl->return_var, + "return_var"); + impl->return_var->type = overload->return_type; + } + + this->is_global = false; + + this->cf_node_list = &impl->body; + visit_exec_list(&ir->body, this); + + this->is_global = true; + } else { + overload->impl = NULL; + } +} + +void +nir_visitor::visit(ir_loop *ir) +{ + exec_list *old_list = this->cf_node_list; + + nir_loop *loop = nir_loop_create(this->shader); + nir_cf_node_insert_end(old_list, &loop->cf_node); + this->cf_node_list = &loop->body; + visit_exec_list(&ir->body_instructions, this); + + this->cf_node_list = old_list; +} + +void +nir_visitor::visit(ir_if *ir) +{ + nir_src condition = evaluate_rvalue(ir->condition); + + exec_list *old_list = this->cf_node_list; + + nir_if *if_stmt = nir_if_create(this->shader); + if_stmt->condition = condition; + nir_cf_node_insert_end(old_list, &if_stmt->cf_node); + + this->cf_node_list = &if_stmt->then_list; + visit_exec_list(&ir->then_instructions, this); + + this->cf_node_list = &if_stmt->else_list; + visit_exec_list(&ir->else_instructions, this); + + this->cf_node_list = old_list; +} + +void +nir_visitor::visit(ir_discard *ir) +{ + /* + * discards aren't treated as control flow, because before we lower them + * they can appear anywhere in the shader and the stuff after them may still + * be executed (yay, crazy GLSL rules!). However, after lowering, all the + * discards will be immediately followed by a return. + */ + + nir_intrinsic_instr *discard = + nir_intrinsic_instr_create(this->shader, nir_intrinsic_discard); + nir_instr_insert_after_cf_list(this->cf_node_list, &discard->instr); +} + +void +nir_visitor::visit(ir_emit_vertex *ir) +{ + nir_intrinsic_instr *instr = + nir_intrinsic_instr_create(this->shader, nir_intrinsic_emit_vertex); + instr->const_index[0] = ir->stream_id(); + nir_instr_insert_after_cf_list(this->cf_node_list, &instr->instr); +} + +void +nir_visitor::visit(ir_end_primitive *ir) +{ + nir_intrinsic_instr *instr = + nir_intrinsic_instr_create(this->shader, nir_intrinsic_end_primitive); + instr->const_index[0] = ir->stream_id(); + nir_instr_insert_after_cf_list(this->cf_node_list, &instr->instr); +} + +void +nir_visitor::visit(ir_loop_jump *ir) +{ + nir_jump_type type; + switch (ir->mode) { + case ir_loop_jump::jump_break: + type = nir_jump_break; + break; + case ir_loop_jump::jump_continue: + type = nir_jump_continue; + break; + default: + unreachable("not reached"); + } + + nir_jump_instr *instr = nir_jump_instr_create(this->shader, type); + nir_instr_insert_after_cf_list(this->cf_node_list, &instr->instr); +} + +void +nir_visitor::visit(ir_return *ir) +{ + if (ir->value != NULL) { + ir->value->accept(this); + nir_intrinsic_instr *copy = + nir_intrinsic_instr_create(this->shader, nir_intrinsic_copy_var); + + copy->variables[0] = nir_deref_var_create(this->shader, + this->impl->return_var); + copy->variables[1] = this->deref_head; + } + + nir_jump_instr *instr = nir_jump_instr_create(this->shader, nir_jump_return); + nir_instr_insert_after_cf_list(this->cf_node_list, &instr->instr); +} + +void +nir_visitor::visit(ir_call *ir) +{ + if (ir->callee->is_intrinsic) { + nir_intrinsic_op op; + if (strcmp(ir->callee_name(), "__intrinsic_atomic_read") == 0) { + op = nir_intrinsic_atomic_counter_read_var; + } else if (strcmp(ir->callee_name(), "__intrinsic_atomic_increment") == 0) { + op = nir_intrinsic_atomic_counter_inc_var; + } else if (strcmp(ir->callee_name(), "__intrinsic_atomic_predecrement") == 0) { + op = nir_intrinsic_atomic_counter_dec_var; + } else { + unreachable("not reached"); + } + + nir_intrinsic_instr *instr = nir_intrinsic_instr_create(shader, op); + ir_dereference *param = + (ir_dereference *) ir->actual_parameters.get_head(); + param->accept(this); + instr->variables[0] = this->deref_head; + nir_ssa_dest_init(&instr->instr, &instr->dest, 1, NULL); + + nir_instr_insert_after_cf_list(this->cf_node_list, &instr->instr); + + nir_intrinsic_instr *store_instr = + nir_intrinsic_instr_create(shader, nir_intrinsic_store_var); + store_instr->num_components = 1; + + ir->return_deref->accept(this); + store_instr->variables[0] = this->deref_head; + store_instr->src[0].is_ssa = true; + store_instr->src[0].ssa = &instr->dest.ssa; + + nir_instr_insert_after_cf_list(this->cf_node_list, &store_instr->instr); + + return; + } + + struct hash_entry *entry = + _mesa_hash_table_search(this->overload_table, ir->callee); + assert(entry); + nir_function_overload *callee = (nir_function_overload *) entry->data; + + nir_call_instr *instr = nir_call_instr_create(this->shader, callee); + + unsigned i = 0; + foreach_in_list(ir_dereference, param, &ir->actual_parameters) { + param->accept(this); + instr->params[i] = this->deref_head; + i++; + } + + ir->return_deref->accept(this); + instr->return_deref = this->deref_head; + nir_instr_insert_after_cf_list(this->cf_node_list, &instr->instr); +} + +void +nir_visitor::visit(ir_assignment *ir) +{ + unsigned num_components = ir->lhs->type->vector_elements; + + if ((ir->rhs->as_dereference() || ir->rhs->as_constant()) && + (ir->write_mask == (1 << num_components) - 1 || ir->write_mask == 0)) { + /* We're doing a plain-as-can-be copy, so emit a copy_var */ + nir_intrinsic_instr *copy = + nir_intrinsic_instr_create(this->shader, nir_intrinsic_copy_var); + + ir->lhs->accept(this); + copy->variables[0] = this->deref_head; + + ir->rhs->accept(this); + copy->variables[1] = this->deref_head; + + + if (ir->condition) { + nir_if *if_stmt = nir_if_create(this->shader); + if_stmt->condition = evaluate_rvalue(ir->condition); + nir_cf_node_insert_end(this->cf_node_list, &if_stmt->cf_node); + nir_instr_insert_after_cf_list(&if_stmt->then_list, ©->instr); + } else { + nir_instr_insert_after_cf_list(this->cf_node_list, ©->instr); + } + return; + } + + assert(ir->rhs->type->is_scalar() || ir->rhs->type->is_vector()); + + ir->lhs->accept(this); + nir_deref_var *lhs_deref = this->deref_head; + nir_src src = evaluate_rvalue(ir->rhs); + + if (ir->write_mask != (1 << num_components) - 1 && ir->write_mask != 0) { + /* + * We have no good way to update only part of a variable, so just load + * the LHS and do a vec operation to combine the old with the new, and + * then store it + * back into the LHS. Copy propagation should get rid of the mess. + */ + + nir_intrinsic_instr *load = + nir_intrinsic_instr_create(this->shader, nir_intrinsic_load_var); + load->num_components = ir->lhs->type->vector_elements; + nir_ssa_dest_init(&load->instr, &load->dest, num_components, NULL); + load->variables[0] = lhs_deref; + nir_instr_insert_after_cf_list(this->cf_node_list, &load->instr); + + nir_op vec_op; + switch (ir->lhs->type->vector_elements) { + case 1: vec_op = nir_op_imov; break; + case 2: vec_op = nir_op_vec2; break; + case 3: vec_op = nir_op_vec3; break; + case 4: vec_op = nir_op_vec4; break; + default: unreachable("Invalid number of components"); break; + } + nir_alu_instr *vec = nir_alu_instr_create(this->shader, vec_op); + nir_ssa_dest_init(&vec->instr, &vec->dest.dest, num_components, NULL); + vec->dest.write_mask = (1 << num_components) - 1; + + unsigned component = 0; + for (unsigned i = 0; i < ir->lhs->type->vector_elements; i++) { + if (ir->write_mask & (1 << i)) { + vec->src[i].src = src; + + /* GLSL IR will give us the input to the write-masked assignment + * in a single packed vector. So, for example, if the + * writemask is xzw, then we have to swizzle x -> x, y -> z, + * and z -> w and get the y component from the load. + */ + vec->src[i].swizzle[0] = component++; + } else { + vec->src[i].src.is_ssa = true; + vec->src[i].src.ssa = &load->dest.ssa; + vec->src[i].swizzle[0] = i; + } + } + + nir_instr_insert_after_cf_list(this->cf_node_list, &vec->instr); + + src.is_ssa = true; + src.ssa = &vec->dest.dest.ssa; + } + + nir_intrinsic_instr *store = + nir_intrinsic_instr_create(this->shader, nir_intrinsic_store_var); + store->num_components = ir->lhs->type->vector_elements; + nir_deref *store_deref = nir_copy_deref(this->shader, &lhs_deref->deref); + store->variables[0] = nir_deref_as_var(store_deref); + store->src[0] = src; + + if (ir->condition) { + nir_if *if_stmt = nir_if_create(this->shader); + if_stmt->condition = evaluate_rvalue(ir->condition); + nir_cf_node_insert_end(this->cf_node_list, &if_stmt->cf_node); + nir_instr_insert_after_cf_list(&if_stmt->then_list, &store->instr); + } else { + nir_instr_insert_after_cf_list(this->cf_node_list, &store->instr); + } +} + +/* + * Given an instruction, returns a pointer to its destination or NULL if there + * is no destination. + * + * Note that this only handles instructions we generate at this level. + */ +static nir_dest * +get_instr_dest(nir_instr *instr) +{ + nir_alu_instr *alu_instr; + nir_intrinsic_instr *intrinsic_instr; + nir_tex_instr *tex_instr; + + switch (instr->type) { + case nir_instr_type_alu: + alu_instr = nir_instr_as_alu(instr); + return &alu_instr->dest.dest; + + case nir_instr_type_intrinsic: + intrinsic_instr = nir_instr_as_intrinsic(instr); + if (nir_intrinsic_infos[intrinsic_instr->intrinsic].has_dest) + return &intrinsic_instr->dest; + else + return NULL; + + case nir_instr_type_tex: + tex_instr = nir_instr_as_tex(instr); + return &tex_instr->dest; + + default: + unreachable("not reached"); + } + + return NULL; +} + +void +nir_visitor::add_instr(nir_instr *instr, unsigned num_components) +{ + nir_dest *dest = get_instr_dest(instr); + + nir_ssa_dest_init(instr, dest, num_components, NULL); + + nir_instr_insert_after_cf_list(this->cf_node_list, instr); + this->result = instr; +} + +nir_src +nir_visitor::evaluate_rvalue(ir_rvalue* ir) +{ + ir->accept(this); + if (ir->as_dereference() || ir->as_constant()) { + /* + * A dereference is being used on the right hand side, which means we + * must emit a variable load. + */ + + nir_intrinsic_instr *load_instr = + nir_intrinsic_instr_create(this->shader, nir_intrinsic_load_var); + load_instr->num_components = ir->type->vector_elements; + load_instr->variables[0] = this->deref_head; + add_instr(&load_instr->instr, ir->type->vector_elements); + } + + nir_dest *dest = get_instr_dest(this->result); + + assert(dest->is_ssa); + nir_src src; + src.is_ssa = true; + src.ssa = &dest->ssa; + + return src; +} + +nir_alu_instr * +nir_visitor::emit(nir_op op, unsigned dest_size, nir_src *srcs) +{ + nir_alu_instr *instr = nir_alu_instr_create(this->shader, op); + for (unsigned i = 0; i < nir_op_infos[op].num_inputs; i++) + instr->src[i].src = srcs[i]; + instr->dest.write_mask = (1 << dest_size) - 1; + add_instr(&instr->instr, dest_size); + return instr; +} + +nir_alu_instr * +nir_visitor::emit(nir_op op, unsigned dest_size, nir_src src1) +{ + assert(nir_op_infos[op].num_inputs == 1); + return emit(op, dest_size, &src1); +} + +nir_alu_instr * +nir_visitor::emit(nir_op op, unsigned dest_size, nir_src src1, + nir_src src2) +{ + assert(nir_op_infos[op].num_inputs == 2); + nir_src srcs[] = { src1, src2 }; + return emit(op, dest_size, srcs); +} + +nir_alu_instr * +nir_visitor::emit(nir_op op, unsigned dest_size, nir_src src1, + nir_src src2, nir_src src3) +{ + assert(nir_op_infos[op].num_inputs == 3); + nir_src srcs[] = { src1, src2, src3 }; + return emit(op, dest_size, srcs); +} + +void +nir_visitor::visit(ir_expression *ir) +{ + /* Some special cases */ + switch (ir->operation) { + case ir_binop_ubo_load: { + ir_constant *const_index = ir->operands[1]->as_constant(); + + nir_intrinsic_op op; + if (const_index) { + op = nir_intrinsic_load_ubo; + } else { + op = nir_intrinsic_load_ubo_indirect; + } + nir_intrinsic_instr *load = nir_intrinsic_instr_create(this->shader, op); + load->num_components = ir->type->vector_elements; + load->const_index[0] = const_index ? const_index->value.u[0] : 0; /* base offset */ + load->const_index[1] = 1; /* number of vec4's */ + load->src[0] = evaluate_rvalue(ir->operands[0]); + if (!const_index) + load->src[1] = evaluate_rvalue(ir->operands[1]); + add_instr(&load->instr, ir->type->vector_elements); + + /* + * In UBO's, a true boolean value is any non-zero value, but we consider + * a true boolean to be ~0. Fix this up with a != 0 comparison. + */ + + if (ir->type->base_type == GLSL_TYPE_BOOL) { + nir_load_const_instr *const_zero = nir_load_const_instr_create(shader, 1); + const_zero->value.u[0] = 0; + nir_instr_insert_after_cf_list(this->cf_node_list, &const_zero->instr); + + nir_alu_instr *compare = nir_alu_instr_create(shader, nir_op_ine); + compare->src[0].src.is_ssa = true; + compare->src[0].src.ssa = &load->dest.ssa; + compare->src[1].src.is_ssa = true; + compare->src[1].src.ssa = &const_zero->def; + for (unsigned i = 0; i < ir->type->vector_elements; i++) + compare->src[1].swizzle[i] = 0; + compare->dest.write_mask = (1 << ir->type->vector_elements) - 1; + + add_instr(&compare->instr, ir->type->vector_elements); + } + + return; + } + + case ir_unop_interpolate_at_centroid: + case ir_binop_interpolate_at_offset: + case ir_binop_interpolate_at_sample: { + ir_dereference *deref = ir->operands[0]->as_dereference(); + ir_swizzle *swizzle = NULL; + if (!deref) { + /* the api does not allow a swizzle here, but the varying packing code + * may have pushed one into here. + */ + swizzle = ir->operands[0]->as_swizzle(); + assert(swizzle); + deref = swizzle->val->as_dereference(); + assert(deref); + } + + deref->accept(this); + + nir_intrinsic_op op; + if (this->deref_head->var->data.mode == nir_var_shader_in) { + switch (ir->operation) { + case ir_unop_interpolate_at_centroid: + op = nir_intrinsic_interp_var_at_centroid; + break; + case ir_binop_interpolate_at_offset: + op = nir_intrinsic_interp_var_at_offset; + break; + case ir_binop_interpolate_at_sample: + op = nir_intrinsic_interp_var_at_sample; + break; + default: + unreachable("Invalid interpolation intrinsic"); + } + } else { + /* This case can happen if the vertex shader does not write the + * given varying. In this case, the linker will lower it to a + * global variable. Since interpolating a variable makes no + * sense, we'll just turn it into a load which will probably + * eventually end up as an SSA definition. + */ + assert(this->deref_head->var->data.mode == nir_var_global); + op = nir_intrinsic_load_var; + } + + nir_intrinsic_instr *intrin = nir_intrinsic_instr_create(shader, op); + intrin->num_components = deref->type->vector_elements; + intrin->variables[0] = this->deref_head; + + if (intrin->intrinsic == nir_intrinsic_interp_var_at_offset || + intrin->intrinsic == nir_intrinsic_interp_var_at_sample) + intrin->src[0] = evaluate_rvalue(ir->operands[1]); + + add_instr(&intrin->instr, deref->type->vector_elements); + + if (swizzle) { + nir_alu_instr *mov = nir_alu_instr_create(shader, nir_op_imov); + mov->dest.write_mask = (1 << swizzle->type->vector_elements) - 1; + mov->src[0].src.is_ssa = true; + mov->src[0].src.ssa = &intrin->dest.ssa; + + mov->src[0].swizzle[0] = swizzle->mask.x; + mov->src[0].swizzle[1] = swizzle->mask.y; + mov->src[0].swizzle[2] = swizzle->mask.z; + mov->src[0].swizzle[3] = swizzle->mask.w; + for (unsigned i = deref->type->vector_elements; i < 4; i++) + mov->src[0].swizzle[i] = 0; + + add_instr(&mov->instr, swizzle->type->vector_elements); + } + + return; + } + + default: + break; + } + + nir_src srcs[4]; + for (unsigned i = 0; i < ir->get_num_operands(); i++) + srcs[i] = evaluate_rvalue(ir->operands[i]); + + glsl_base_type types[4]; + for (unsigned i = 0; i < ir->get_num_operands(); i++) + if (supports_ints) + types[i] = ir->operands[i]->type->base_type; + else + types[i] = GLSL_TYPE_FLOAT; + + glsl_base_type out_type; + if (supports_ints) + out_type = ir->type->base_type; + else + out_type = GLSL_TYPE_FLOAT; + + unsigned dest_size = ir->type->vector_elements; + + nir_alu_instr *instr; + nir_op op; + + switch (ir->operation) { + case ir_unop_bit_not: emit(nir_op_inot, dest_size, srcs); break; + case ir_unop_logic_not: + emit(supports_ints ? nir_op_inot : nir_op_fnot, dest_size, srcs); + break; + case ir_unop_neg: + instr = emit(types[0] == GLSL_TYPE_FLOAT ? nir_op_fneg : nir_op_ineg, + dest_size, srcs); + break; + case ir_unop_abs: + instr = emit(types[0] == GLSL_TYPE_FLOAT ? nir_op_fabs : nir_op_iabs, + dest_size, srcs); + break; + case ir_unop_saturate: + assert(types[0] == GLSL_TYPE_FLOAT); + instr = emit(nir_op_fsat, dest_size, srcs); + break; + case ir_unop_sign: + emit(types[0] == GLSL_TYPE_FLOAT ? nir_op_fsign : nir_op_isign, + dest_size, srcs); + break; + case ir_unop_rcp: emit(nir_op_frcp, dest_size, srcs); break; + case ir_unop_rsq: emit(nir_op_frsq, dest_size, srcs); break; + case ir_unop_sqrt: emit(nir_op_fsqrt, dest_size, srcs); break; + case ir_unop_exp: emit(nir_op_fexp, dest_size, srcs); break; + case ir_unop_log: emit(nir_op_flog, dest_size, srcs); break; + case ir_unop_exp2: emit(nir_op_fexp2, dest_size, srcs); break; + case ir_unop_log2: emit(nir_op_flog2, dest_size, srcs); break; + case ir_unop_i2f: + emit(supports_ints ? nir_op_i2f : nir_op_fmov, dest_size, srcs); + break; + case ir_unop_u2f: + emit(supports_ints ? nir_op_u2f : nir_op_fmov, dest_size, srcs); + break; + case ir_unop_b2f: + emit(supports_ints ? nir_op_b2f : nir_op_fmov, dest_size, srcs); + break; + case ir_unop_f2i: emit(nir_op_f2i, dest_size, srcs); break; + case ir_unop_f2u: emit(nir_op_f2u, dest_size, srcs); break; + case ir_unop_f2b: emit(nir_op_f2b, dest_size, srcs); break; + case ir_unop_i2b: emit(nir_op_i2b, dest_size, srcs); break; + case ir_unop_b2i: emit(nir_op_b2i, dest_size, srcs); break; + case ir_unop_i2u: + case ir_unop_u2i: + case ir_unop_bitcast_i2f: + case ir_unop_bitcast_f2i: + case ir_unop_bitcast_u2f: + case ir_unop_bitcast_f2u: + /* no-op */ + emit(nir_op_imov, dest_size, srcs); + break; + case ir_unop_any: + switch (ir->operands[0]->type->vector_elements) { + case 2: + emit(supports_ints ? nir_op_bany2 : nir_op_fany2, + dest_size, srcs); + break; + case 3: + emit(supports_ints ? nir_op_bany3 : nir_op_fany3, + dest_size, srcs); + break; + case 4: + emit(supports_ints ? nir_op_bany4 : nir_op_fany4, + dest_size, srcs); + break; + default: + unreachable("not reached"); + } + break; + case ir_unop_trunc: emit(nir_op_ftrunc, dest_size, srcs); break; + case ir_unop_ceil: emit(nir_op_fceil, dest_size, srcs); break; + case ir_unop_floor: emit(nir_op_ffloor, dest_size, srcs); break; + case ir_unop_fract: emit(nir_op_ffract, dest_size, srcs); break; + case ir_unop_round_even: emit(nir_op_fround_even, dest_size, srcs); break; + case ir_unop_sin: emit(nir_op_fsin, dest_size, srcs); break; + case ir_unop_cos: emit(nir_op_fcos, dest_size, srcs); break; + case ir_unop_sin_reduced: + emit(nir_op_fsin_reduced, dest_size, srcs); + break; + case ir_unop_cos_reduced: + emit(nir_op_fcos_reduced, dest_size, srcs); + break; + case ir_unop_dFdx: emit(nir_op_fddx, dest_size, srcs); break; + case ir_unop_dFdy: emit(nir_op_fddy, dest_size, srcs); break; + case ir_unop_dFdx_fine: emit(nir_op_fddx_fine, dest_size, srcs); break; + case ir_unop_dFdy_fine: emit(nir_op_fddy_fine, dest_size, srcs); break; + case ir_unop_dFdx_coarse: emit(nir_op_fddx_coarse, dest_size, srcs); break; + case ir_unop_dFdy_coarse: emit(nir_op_fddy_coarse, dest_size, srcs); break; + case ir_unop_pack_snorm_2x16: + emit(nir_op_pack_snorm_2x16, dest_size, srcs); + break; + case ir_unop_pack_snorm_4x8: + emit(nir_op_pack_snorm_4x8, dest_size, srcs); + break; + case ir_unop_pack_unorm_2x16: + emit(nir_op_pack_unorm_2x16, dest_size, srcs); + break; + case ir_unop_pack_unorm_4x8: + emit(nir_op_pack_unorm_4x8, dest_size, srcs); + break; + case ir_unop_pack_half_2x16: + emit(nir_op_pack_half_2x16, dest_size, srcs); + break; + case ir_unop_unpack_snorm_2x16: + emit(nir_op_unpack_snorm_2x16, dest_size, srcs); + break; + case ir_unop_unpack_snorm_4x8: + emit(nir_op_unpack_snorm_4x8, dest_size, srcs); + break; + case ir_unop_unpack_unorm_2x16: + emit(nir_op_unpack_unorm_2x16, dest_size, srcs); + break; + case ir_unop_unpack_unorm_4x8: + emit(nir_op_unpack_unorm_4x8, dest_size, srcs); + break; + case ir_unop_unpack_half_2x16: + emit(nir_op_unpack_half_2x16, dest_size, srcs); + break; + case ir_unop_unpack_half_2x16_split_x: + emit(nir_op_unpack_half_2x16_split_x, dest_size, srcs); + break; + case ir_unop_unpack_half_2x16_split_y: + emit(nir_op_unpack_half_2x16_split_y, dest_size, srcs); + break; + case ir_unop_bitfield_reverse: + emit(nir_op_bitfield_reverse, dest_size, srcs); + break; + case ir_unop_bit_count: + emit(nir_op_bit_count, dest_size, srcs); + break; + case ir_unop_find_msb: + switch (types[0]) { + case GLSL_TYPE_UINT: + emit(nir_op_ufind_msb, dest_size, srcs); + break; + case GLSL_TYPE_INT: + emit(nir_op_ifind_msb, dest_size, srcs); + break; + default: + unreachable("Invalid type for findMSB()"); + } + break; + case ir_unop_find_lsb: + emit(nir_op_find_lsb, dest_size, srcs); + break; + + case ir_unop_noise: + switch (ir->type->vector_elements) { + case 1: + switch (ir->operands[0]->type->vector_elements) { + case 1: emit(nir_op_fnoise1_1, dest_size, srcs); break; + case 2: emit(nir_op_fnoise1_2, dest_size, srcs); break; + case 3: emit(nir_op_fnoise1_3, dest_size, srcs); break; + case 4: emit(nir_op_fnoise1_4, dest_size, srcs); break; + default: unreachable("not reached"); + } + break; + case 2: + switch (ir->operands[0]->type->vector_elements) { + case 1: emit(nir_op_fnoise2_1, dest_size, srcs); break; + case 2: emit(nir_op_fnoise2_2, dest_size, srcs); break; + case 3: emit(nir_op_fnoise2_3, dest_size, srcs); break; + case 4: emit(nir_op_fnoise2_4, dest_size, srcs); break; + default: unreachable("not reached"); + } + break; + case 3: + switch (ir->operands[0]->type->vector_elements) { + case 1: emit(nir_op_fnoise3_1, dest_size, srcs); break; + case 2: emit(nir_op_fnoise3_2, dest_size, srcs); break; + case 3: emit(nir_op_fnoise3_3, dest_size, srcs); break; + case 4: emit(nir_op_fnoise3_4, dest_size, srcs); break; + default: unreachable("not reached"); + } + break; + case 4: + switch (ir->operands[0]->type->vector_elements) { + case 1: emit(nir_op_fnoise4_1, dest_size, srcs); break; + case 2: emit(nir_op_fnoise4_2, dest_size, srcs); break; + case 3: emit(nir_op_fnoise4_3, dest_size, srcs); break; + case 4: emit(nir_op_fnoise4_4, dest_size, srcs); break; + default: unreachable("not reached"); + } + break; + default: + unreachable("not reached"); + } + break; + case ir_binop_add: + case ir_binop_sub: + case ir_binop_mul: + case ir_binop_div: + case ir_binop_mod: + case ir_binop_min: + case ir_binop_max: + case ir_binop_pow: + case ir_binop_bit_and: + case ir_binop_bit_or: + case ir_binop_bit_xor: + case ir_binop_lshift: + case ir_binop_rshift: + switch (ir->operation) { + case ir_binop_add: + if (out_type == GLSL_TYPE_FLOAT) + op = nir_op_fadd; + else + op = nir_op_iadd; + break; + case ir_binop_sub: + if (out_type == GLSL_TYPE_FLOAT) + op = nir_op_fsub; + else + op = nir_op_isub; + break; + case ir_binop_mul: + if (out_type == GLSL_TYPE_FLOAT) + op = nir_op_fmul; + else + op = nir_op_imul; + break; + case ir_binop_div: + if (out_type == GLSL_TYPE_FLOAT) + op = nir_op_fdiv; + else if (out_type == GLSL_TYPE_INT) + op = nir_op_idiv; + else + op = nir_op_udiv; + break; + case ir_binop_mod: + if (out_type == GLSL_TYPE_FLOAT) + op = nir_op_fmod; + else + op = nir_op_umod; + break; + case ir_binop_min: + if (out_type == GLSL_TYPE_FLOAT) + op = nir_op_fmin; + else if (out_type == GLSL_TYPE_INT) + op = nir_op_imin; + else + op = nir_op_umin; + break; + case ir_binop_max: + if (out_type == GLSL_TYPE_FLOAT) + op = nir_op_fmax; + else if (out_type == GLSL_TYPE_INT) + op = nir_op_imax; + else + op = nir_op_umax; + break; + case ir_binop_bit_and: + op = nir_op_iand; + break; + case ir_binop_bit_or: + op = nir_op_ior; + break; + case ir_binop_bit_xor: + op = nir_op_ixor; + break; + case ir_binop_lshift: + op = nir_op_ishl; + break; + case ir_binop_rshift: + if (out_type == GLSL_TYPE_INT) + op = nir_op_ishr; + else + op = nir_op_ushr; + break; + case ir_binop_pow: + op = nir_op_fpow; + break; + + default: + unreachable("not reached"); + } + + instr = emit(op, dest_size, srcs); + + if (ir->operands[0]->type->vector_elements != 1 && + ir->operands[1]->type->vector_elements == 1) { + for (unsigned i = 0; i < ir->operands[0]->type->vector_elements; + i++) { + instr->src[1].swizzle[i] = 0; + } + } + + if (ir->operands[1]->type->vector_elements != 1 && + ir->operands[0]->type->vector_elements == 1) { + for (unsigned i = 0; i < ir->operands[1]->type->vector_elements; + i++) { + instr->src[0].swizzle[i] = 0; + } + } + + break; + case ir_binop_imul_high: + emit(out_type == GLSL_TYPE_UINT ? nir_op_umul_high : nir_op_imul_high, + dest_size, srcs); + break; + case ir_binop_carry: emit(nir_op_uadd_carry, dest_size, srcs); break; + case ir_binop_borrow: emit(nir_op_usub_borrow, dest_size, srcs); break; + case ir_binop_less: + if (supports_ints) { + if (types[0] == GLSL_TYPE_FLOAT) + emit(nir_op_flt, dest_size, srcs); + else if (types[0] == GLSL_TYPE_INT) + emit(nir_op_ilt, dest_size, srcs); + else + emit(nir_op_ult, dest_size, srcs); + } else { + emit(nir_op_slt, dest_size, srcs); + } + break; + case ir_binop_greater: + if (supports_ints) { + if (types[0] == GLSL_TYPE_FLOAT) + emit(nir_op_flt, dest_size, srcs[1], srcs[0]); + else if (types[0] == GLSL_TYPE_INT) + emit(nir_op_ilt, dest_size, srcs[1], srcs[0]); + else + emit(nir_op_ult, dest_size, srcs[1], srcs[0]); + } else { + emit(nir_op_slt, dest_size, srcs[1], srcs[0]); + } + break; + case ir_binop_lequal: + if (supports_ints) { + if (types[0] == GLSL_TYPE_FLOAT) + emit(nir_op_fge, dest_size, srcs[1], srcs[0]); + else if (types[0] == GLSL_TYPE_INT) + emit(nir_op_ige, dest_size, srcs[1], srcs[0]); + else + emit(nir_op_uge, dest_size, srcs[1], srcs[0]); + } else { + emit(nir_op_slt, dest_size, srcs[1], srcs[0]); + } + break; + case ir_binop_gequal: + if (supports_ints) { + if (types[0] == GLSL_TYPE_FLOAT) + emit(nir_op_fge, dest_size, srcs); + else if (types[0] == GLSL_TYPE_INT) + emit(nir_op_ige, dest_size, srcs); + else + emit(nir_op_uge, dest_size, srcs); + } else { + emit(nir_op_slt, dest_size, srcs); + } + break; + case ir_binop_equal: + if (supports_ints) { + if (types[0] == GLSL_TYPE_FLOAT) + emit(nir_op_feq, dest_size, srcs); + else + emit(nir_op_ieq, dest_size, srcs); + } else { + emit(nir_op_seq, dest_size, srcs); + } + break; + case ir_binop_nequal: + if (supports_ints) { + if (types[0] == GLSL_TYPE_FLOAT) + emit(nir_op_fne, dest_size, srcs); + else + emit(nir_op_ine, dest_size, srcs); + } else { + emit(nir_op_sne, dest_size, srcs); + } + break; + case ir_binop_all_equal: + if (supports_ints) { + if (types[0] == GLSL_TYPE_FLOAT) { + switch (ir->operands[0]->type->vector_elements) { + case 1: emit(nir_op_feq, dest_size, srcs); break; + case 2: emit(nir_op_ball_fequal2, dest_size, srcs); break; + case 3: emit(nir_op_ball_fequal3, dest_size, srcs); break; + case 4: emit(nir_op_ball_fequal4, dest_size, srcs); break; + default: + unreachable("not reached"); + } + } else { + switch (ir->operands[0]->type->vector_elements) { + case 1: emit(nir_op_ieq, dest_size, srcs); break; + case 2: emit(nir_op_ball_iequal2, dest_size, srcs); break; + case 3: emit(nir_op_ball_iequal3, dest_size, srcs); break; + case 4: emit(nir_op_ball_iequal4, dest_size, srcs); break; + default: + unreachable("not reached"); + } + } + } else { + switch (ir->operands[0]->type->vector_elements) { + case 1: emit(nir_op_seq, dest_size, srcs); break; + case 2: emit(nir_op_fall_equal2, dest_size, srcs); break; + case 3: emit(nir_op_fall_equal3, dest_size, srcs); break; + case 4: emit(nir_op_fall_equal4, dest_size, srcs); break; + default: + unreachable("not reached"); + } + } + break; + case ir_binop_any_nequal: + if (supports_ints) { + if (types[0] == GLSL_TYPE_FLOAT) { + switch (ir->operands[0]->type->vector_elements) { + case 1: emit(nir_op_fne, dest_size, srcs); break; + case 2: emit(nir_op_bany_fnequal2, dest_size, srcs); break; + case 3: emit(nir_op_bany_fnequal3, dest_size, srcs); break; + case 4: emit(nir_op_bany_fnequal4, dest_size, srcs); break; + default: + unreachable("not reached"); + } + } else { + switch (ir->operands[0]->type->vector_elements) { + case 1: emit(nir_op_ine, dest_size, srcs); break; + case 2: emit(nir_op_bany_inequal2, dest_size, srcs); break; + case 3: emit(nir_op_bany_inequal3, dest_size, srcs); break; + case 4: emit(nir_op_bany_inequal4, dest_size, srcs); break; + default: + unreachable("not reached"); + } + } + } else { + switch (ir->operands[0]->type->vector_elements) { + case 1: emit(nir_op_sne, dest_size, srcs); break; + case 2: emit(nir_op_fany_nequal2, dest_size, srcs); break; + case 3: emit(nir_op_fany_nequal3, dest_size, srcs); break; + case 4: emit(nir_op_fany_nequal4, dest_size, srcs); break; + default: + unreachable("not reached"); + } + } + break; + case ir_binop_logic_and: + if (supports_ints) + emit(nir_op_iand, dest_size, srcs); + else + emit(nir_op_fand, dest_size, srcs); + break; + case ir_binop_logic_or: + if (supports_ints) + emit(nir_op_ior, dest_size, srcs); + else + emit(nir_op_for, dest_size, srcs); + break; + case ir_binop_logic_xor: + if (supports_ints) + emit(nir_op_ixor, dest_size, srcs); + else + emit(nir_op_fxor, dest_size, srcs); + break; + case ir_binop_dot: + switch (ir->operands[0]->type->vector_elements) { + case 2: emit(nir_op_fdot2, dest_size, srcs); break; + case 3: emit(nir_op_fdot3, dest_size, srcs); break; + case 4: emit(nir_op_fdot4, dest_size, srcs); break; + default: + unreachable("not reached"); + } + break; + + case ir_binop_pack_half_2x16_split: + emit(nir_op_pack_half_2x16_split, dest_size, srcs); + break; + case ir_binop_bfm: emit(nir_op_bfm, dest_size, srcs); break; + case ir_binop_ldexp: emit(nir_op_ldexp, dest_size, srcs); break; + case ir_triop_fma: emit(nir_op_ffma, dest_size, srcs); break; + case ir_triop_lrp: + instr = emit(nir_op_flrp, dest_size, srcs); + if (ir->operands[0]->type->vector_elements != 1 && + ir->operands[2]->type->vector_elements == 1) { + for (unsigned i = 0; i < ir->operands[0]->type->vector_elements; + i++) { + instr->src[2].swizzle[i] = 0; + } + } + break; + case ir_triop_csel: + if (supports_ints) + emit(nir_op_bcsel, dest_size, srcs); + else + emit(nir_op_fcsel, dest_size, srcs); + break; + case ir_triop_bfi: + instr = emit(nir_op_bfi, dest_size, srcs); + for (unsigned i = 0; i < ir->operands[1]->type->vector_elements; i++) { + instr->src[0].swizzle[i] = 0; + } + break; + case ir_triop_bitfield_extract: + instr = emit(out_type == GLSL_TYPE_INT ? nir_op_ibitfield_extract : + nir_op_ubitfield_extract, dest_size, srcs); + for (unsigned i = 0; i < ir->operands[0]->type->vector_elements; i++) { + instr->src[1].swizzle[i] = 0; + instr->src[2].swizzle[i] = 0; + } + break; + case ir_quadop_bitfield_insert: + instr = emit(nir_op_bitfield_insert, dest_size, srcs); + for (unsigned i = 0; i < ir->operands[0]->type->vector_elements; i++) { + instr->src[2].swizzle[i] = 0; + instr->src[3].swizzle[i] = 0; + } + break; + case ir_quadop_vector: + switch (ir->type->vector_elements) { + case 2: emit(nir_op_vec2, dest_size, srcs); break; + case 3: emit(nir_op_vec3, dest_size, srcs); break; + case 4: emit(nir_op_vec4, dest_size, srcs); break; + default: unreachable("not reached"); + } + break; + + default: + unreachable("not reached"); + } +} + +void +nir_visitor::visit(ir_swizzle *ir) +{ + nir_alu_instr *instr = emit(supports_ints ? nir_op_imov : nir_op_fmov, + ir->type->vector_elements, + evaluate_rvalue(ir->val)); + + unsigned swizzle[4] = { ir->mask.x, ir->mask.y, ir->mask.z, ir->mask.w }; + for (unsigned i = 0; i < ir->type->vector_elements; i++) + instr->src[0].swizzle[i] = swizzle[i]; +} + +void +nir_visitor::visit(ir_texture *ir) +{ + unsigned num_srcs; + nir_texop op; + switch (ir->op) { + case ir_tex: + op = nir_texop_tex; + num_srcs = 1; /* coordinate */ + break; + + case ir_txb: + case ir_txl: + op = (ir->op == ir_txb) ? nir_texop_txb : nir_texop_txl; + num_srcs = 2; /* coordinate, bias/lod */ + break; + + case ir_txd: + op = nir_texop_txd; /* coordinate, dPdx, dPdy */ + num_srcs = 3; + break; + + case ir_txf: + op = nir_texop_txf; + if (ir->lod_info.lod != NULL) + num_srcs = 2; /* coordinate, lod */ + else + num_srcs = 1; /* coordinate */ + break; + + case ir_txf_ms: + op = nir_texop_txf_ms; + num_srcs = 2; /* coordinate, sample_index */ + break; + + case ir_txs: + op = nir_texop_txs; + if (ir->lod_info.lod != NULL) + num_srcs = 1; /* lod */ + else + num_srcs = 0; + break; + + case ir_lod: + op = nir_texop_lod; + num_srcs = 1; /* coordinate */ + break; + + case ir_tg4: + op = nir_texop_tg4; + num_srcs = 1; /* coordinate */ + break; + + case ir_query_levels: + op = nir_texop_query_levels; + num_srcs = 0; + break; + + default: + unreachable("not reached"); + } + + if (ir->projector != NULL) + num_srcs++; + if (ir->shadow_comparitor != NULL) + num_srcs++; + if (ir->offset != NULL && ir->offset->as_constant() == NULL) + num_srcs++; + + nir_tex_instr *instr = nir_tex_instr_create(this->shader, num_srcs); + + instr->op = op; + instr->sampler_dim = + (glsl_sampler_dim) ir->sampler->type->sampler_dimensionality; + instr->is_array = ir->sampler->type->sampler_array; + instr->is_shadow = ir->sampler->type->sampler_shadow; + if (instr->is_shadow) + instr->is_new_style_shadow = (ir->type->vector_elements == 1); + switch (ir->type->base_type) { + case GLSL_TYPE_FLOAT: + instr->dest_type = nir_type_float; + break; + case GLSL_TYPE_INT: + instr->dest_type = nir_type_int; + break; + case GLSL_TYPE_UINT: + instr->dest_type = nir_type_unsigned; + break; + default: + unreachable("not reached"); + } + + ir->sampler->accept(this); + instr->sampler = this->deref_head; + + unsigned src_number = 0; + + if (ir->coordinate != NULL) { + instr->coord_components = ir->coordinate->type->vector_elements; + instr->src[src_number].src = evaluate_rvalue(ir->coordinate); + instr->src[src_number].src_type = nir_tex_src_coord; + src_number++; + } + + if (ir->projector != NULL) { + instr->src[src_number].src = evaluate_rvalue(ir->projector); + instr->src[src_number].src_type = nir_tex_src_projector; + src_number++; + } + + if (ir->shadow_comparitor != NULL) { + instr->src[src_number].src = evaluate_rvalue(ir->shadow_comparitor); + instr->src[src_number].src_type = nir_tex_src_comparitor; + src_number++; + } + + if (ir->offset != NULL) { + /* we don't support multiple offsets yet */ + assert(ir->offset->type->is_vector() || ir->offset->type->is_scalar()); + + ir_constant *const_offset = ir->offset->as_constant(); + if (const_offset != NULL) { + for (unsigned i = 0; i < const_offset->type->vector_elements; i++) + instr->const_offset[i] = const_offset->value.i[i]; + } else { + instr->src[src_number].src = evaluate_rvalue(ir->offset); + instr->src[src_number].src_type = nir_tex_src_offset; + src_number++; + } + } + + switch (ir->op) { + case ir_txb: + instr->src[src_number].src = evaluate_rvalue(ir->lod_info.bias); + instr->src[src_number].src_type = nir_tex_src_bias; + src_number++; + break; + + case ir_txl: + case ir_txf: + case ir_txs: + if (ir->lod_info.lod != NULL) { + instr->src[src_number].src = evaluate_rvalue(ir->lod_info.lod); + instr->src[src_number].src_type = nir_tex_src_lod; + src_number++; + } + break; + + case ir_txd: + instr->src[src_number].src = evaluate_rvalue(ir->lod_info.grad.dPdx); + instr->src[src_number].src_type = nir_tex_src_ddx; + src_number++; + instr->src[src_number].src = evaluate_rvalue(ir->lod_info.grad.dPdy); + instr->src[src_number].src_type = nir_tex_src_ddy; + src_number++; + break; + + case ir_txf_ms: + instr->src[src_number].src = evaluate_rvalue(ir->lod_info.sample_index); + instr->src[src_number].src_type = nir_tex_src_ms_index; + src_number++; + break; + + case ir_tg4: + instr->component = ir->lod_info.component->as_constant()->value.u[0]; + break; + + default: + break; + } + + assert(src_number == num_srcs); + + add_instr(&instr->instr, nir_tex_instr_dest_size(instr)); +} + +void +nir_visitor::visit(ir_constant *ir) +{ + /* + * We don't know if this variable is an an array or struct that gets + * dereferenced, so do the safe thing an make it a variable with a + * constant initializer and return a dereference. + */ + + nir_variable *var = ralloc(this->shader, nir_variable); + var->name = ralloc_strdup(var, "const_temp"); + var->type = ir->type; + var->data.mode = nir_var_local; + var->data.read_only = true; + var->constant_initializer = constant_copy(ir, var); + exec_list_push_tail(&this->impl->locals, &var->node); + + this->deref_head = nir_deref_var_create(this->shader, var); + this->deref_tail = &this->deref_head->deref; +} + +void +nir_visitor::visit(ir_dereference_variable *ir) +{ + struct hash_entry *entry = + _mesa_hash_table_search(this->var_table, ir->var); + assert(entry); + nir_variable *var = (nir_variable *) entry->data; + + nir_deref_var *deref = nir_deref_var_create(this->shader, var); + this->deref_head = deref; + this->deref_tail = &deref->deref; +} + +void +nir_visitor::visit(ir_dereference_record *ir) +{ + ir->record->accept(this); + + int field_index = this->deref_tail->type->field_index(ir->field); + assert(field_index >= 0); + + nir_deref_struct *deref = nir_deref_struct_create(this->shader, field_index); + deref->deref.type = ir->type; + this->deref_tail->child = &deref->deref; + this->deref_tail = &deref->deref; +} + +void +nir_visitor::visit(ir_dereference_array *ir) +{ + nir_deref_array *deref = nir_deref_array_create(this->shader); + deref->deref.type = ir->type; + + ir_constant *const_index = ir->array_index->as_constant(); + if (const_index != NULL) { + deref->deref_array_type = nir_deref_array_type_direct; + deref->base_offset = const_index->value.u[0]; + } else { + deref->deref_array_type = nir_deref_array_type_indirect; + deref->indirect = evaluate_rvalue(ir->array_index); + } + + ir->array->accept(this); + + this->deref_tail->child = &deref->deref; + this->deref_tail = &deref->deref; +} diff --git a/mesalib/src/glsl/nir/glsl_to_nir.h b/mesalib/src/glsl/nir/glsl_to_nir.h new file mode 100644 index 000000000..58b2cee6a --- /dev/null +++ b/mesalib/src/glsl/nir/glsl_to_nir.h @@ -0,0 +1,40 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Connor Abbott (cwabbott0@gmail.com) + * + */ + +#include "nir.h" +#include "../glsl_parser_extras.h" + +#ifdef __cplusplus +extern "C" { +#endif + +nir_shader *glsl_to_nir(exec_list * ir, _mesa_glsl_parse_state *state, + bool native_integers); + +#ifdef __cplusplus +} +#endif diff --git a/mesalib/src/glsl/nir/nir.c b/mesalib/src/glsl/nir/nir.c new file mode 100644 index 000000000..5b0e4bc50 --- /dev/null +++ b/mesalib/src/glsl/nir/nir.c @@ -0,0 +1,2085 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Connor Abbott (cwabbott0@gmail.com) + * + */ + +#include "nir.h" +#include + +nir_shader * +nir_shader_create(void *mem_ctx, const nir_shader_compiler_options *options) +{ + nir_shader *shader = ralloc(mem_ctx, nir_shader); + + shader->uniforms = _mesa_hash_table_create(shader, _mesa_key_hash_string, + _mesa_key_string_equal); + shader->inputs = _mesa_hash_table_create(shader, _mesa_key_hash_string, + _mesa_key_string_equal); + shader->outputs = _mesa_hash_table_create(shader, _mesa_key_hash_string, + _mesa_key_string_equal); + + shader->options = options; + + shader->num_user_structures = 0; + shader->user_structures = NULL; + + exec_list_make_empty(&shader->functions); + exec_list_make_empty(&shader->registers); + exec_list_make_empty(&shader->globals); + exec_list_make_empty(&shader->system_values); + shader->reg_alloc = 0; + + shader->num_inputs = 0; + shader->num_outputs = 0; + shader->num_uniforms = 0; + + return shader; +} + +static nir_register * +reg_create(void *mem_ctx, struct exec_list *list) +{ + nir_register *reg = ralloc(mem_ctx, nir_register); + + reg->uses = _mesa_set_create(mem_ctx, _mesa_hash_pointer, + _mesa_key_pointer_equal); + reg->defs = _mesa_set_create(mem_ctx, _mesa_hash_pointer, + _mesa_key_pointer_equal); + reg->if_uses = _mesa_set_create(mem_ctx, _mesa_hash_pointer, + _mesa_key_pointer_equal); + + reg->num_components = 0; + reg->num_array_elems = 0; + reg->is_packed = false; + reg->name = NULL; + + exec_list_push_tail(list, ®->node); + + return reg; +} + +nir_register * +nir_global_reg_create(nir_shader *shader) +{ + nir_register *reg = reg_create(shader, &shader->registers); + reg->index = shader->reg_alloc++; + reg->is_global = true; + + return reg; +} + +nir_register * +nir_local_reg_create(nir_function_impl *impl) +{ + nir_register *reg = reg_create(ralloc_parent(impl), &impl->registers); + reg->index = impl->reg_alloc++; + reg->is_global = false; + + return reg; +} + +void +nir_reg_remove(nir_register *reg) +{ + exec_node_remove(®->node); +} + +nir_function * +nir_function_create(nir_shader *shader, const char *name) +{ + nir_function *func = ralloc(shader, nir_function); + + exec_list_push_tail(&shader->functions, &func->node); + exec_list_make_empty(&func->overload_list); + func->name = name; + func->shader = shader; + + return func; +} + +nir_function_overload * +nir_function_overload_create(nir_function *func) +{ + void *mem_ctx = ralloc_parent(func); + + nir_function_overload *overload = ralloc(mem_ctx, nir_function_overload); + + overload->num_params = 0; + overload->params = NULL; + overload->return_type = glsl_void_type(); + overload->impl = NULL; + + exec_list_push_tail(&func->overload_list, &overload->node); + overload->function = func; + + return overload; +} + +void nir_src_copy(nir_src *dest, const nir_src *src, void *mem_ctx) +{ + dest->is_ssa = src->is_ssa; + if (src->is_ssa) { + dest->ssa = src->ssa; + } else { + dest->reg.base_offset = src->reg.base_offset; + dest->reg.reg = src->reg.reg; + if (src->reg.indirect) { + dest->reg.indirect = ralloc(mem_ctx, nir_src); + nir_src_copy(dest->reg.indirect, src->reg.indirect, mem_ctx); + } else { + dest->reg.indirect = NULL; + } + } +} + +void nir_dest_copy(nir_dest *dest, const nir_dest *src, void *mem_ctx) +{ + dest->is_ssa = src->is_ssa; + if (src->is_ssa) { + dest->ssa = src->ssa; + } else { + dest->reg.base_offset = src->reg.base_offset; + dest->reg.reg = src->reg.reg; + if (src->reg.indirect) { + dest->reg.indirect = ralloc(mem_ctx, nir_src); + nir_src_copy(dest->reg.indirect, src->reg.indirect, mem_ctx); + } else { + dest->reg.indirect = NULL; + } + } +} + +void +nir_alu_src_copy(nir_alu_src *dest, const nir_alu_src *src, void *mem_ctx) +{ + nir_src_copy(&dest->src, &src->src, mem_ctx); + dest->abs = src->abs; + dest->negate = src->negate; + for (unsigned i = 0; i < 4; i++) + dest->swizzle[i] = src->swizzle[i]; +} + +void +nir_alu_dest_copy(nir_alu_dest *dest, const nir_alu_dest *src, void *mem_ctx) +{ + nir_dest_copy(&dest->dest, &src->dest, mem_ctx); + dest->write_mask = src->write_mask; + dest->saturate = src->saturate; +} + +static inline void +block_add_pred(nir_block *block, nir_block *pred) +{ + _mesa_set_add(block->predecessors, pred); +} + +static void +cf_init(nir_cf_node *node, nir_cf_node_type type) +{ + exec_node_init(&node->node); + node->parent = NULL; + node->type = type; +} + +static void +link_blocks(nir_block *pred, nir_block *succ1, nir_block *succ2) +{ + pred->successors[0] = succ1; + block_add_pred(succ1, pred); + + pred->successors[1] = succ2; + if (succ2 != NULL) + block_add_pred(succ2, pred); +} + +static void +unlink_blocks(nir_block *pred, nir_block *succ) +{ + if (pred->successors[0] == succ) { + pred->successors[0] = pred->successors[1]; + pred->successors[1] = NULL; + } else { + assert(pred->successors[1] == succ); + pred->successors[1] = NULL; + } + + struct set_entry *entry = _mesa_set_search(succ->predecessors, pred); + + assert(entry); + + _mesa_set_remove(succ->predecessors, entry); +} + +static void +unlink_block_successors(nir_block *block) +{ + if (block->successors[0] != NULL) + unlink_blocks(block, block->successors[0]); + if (block->successors[1] != NULL) + unlink_blocks(block, block->successors[1]); +} + + +nir_function_impl * +nir_function_impl_create(nir_function_overload *overload) +{ + assert(overload->impl == NULL); + + void *mem_ctx = ralloc_parent(overload); + + nir_function_impl *impl = ralloc(mem_ctx, nir_function_impl); + + overload->impl = impl; + impl->overload = overload; + + cf_init(&impl->cf_node, nir_cf_node_function); + + exec_list_make_empty(&impl->body); + exec_list_make_empty(&impl->registers); + exec_list_make_empty(&impl->locals); + impl->num_params = 0; + impl->params = NULL; + impl->return_var = NULL; + impl->reg_alloc = 0; + impl->ssa_alloc = 0; + impl->valid_metadata = nir_metadata_none; + + /* create start & end blocks */ + nir_block *start_block = nir_block_create(mem_ctx); + nir_block *end_block = nir_block_create(mem_ctx); + start_block->cf_node.parent = &impl->cf_node; + end_block->cf_node.parent = &impl->cf_node; + impl->start_block = start_block; + impl->end_block = end_block; + + exec_list_push_tail(&impl->body, &start_block->cf_node.node); + + start_block->successors[0] = end_block; + block_add_pred(end_block, start_block); + + return impl; +} + +nir_block * +nir_block_create(void *mem_ctx) +{ + nir_block *block = ralloc(mem_ctx, nir_block); + + cf_init(&block->cf_node, nir_cf_node_block); + + block->successors[0] = block->successors[1] = NULL; + block->predecessors = _mesa_set_create(mem_ctx, _mesa_hash_pointer, + _mesa_key_pointer_equal); + block->imm_dom = NULL; + block->dom_frontier = _mesa_set_create(mem_ctx, _mesa_hash_pointer, + _mesa_key_pointer_equal); + + exec_list_make_empty(&block->instr_list); + + return block; +} + +static inline void +src_init(nir_src *src) +{ + src->is_ssa = false; + src->reg.reg = NULL; + src->reg.indirect = NULL; + src->reg.base_offset = 0; +} + +nir_if * +nir_if_create(void *mem_ctx) +{ + nir_if *if_stmt = ralloc(mem_ctx, nir_if); + + cf_init(&if_stmt->cf_node, nir_cf_node_if); + src_init(&if_stmt->condition); + + nir_block *then = nir_block_create(mem_ctx); + exec_list_make_empty(&if_stmt->then_list); + exec_list_push_tail(&if_stmt->then_list, &then->cf_node.node); + then->cf_node.parent = &if_stmt->cf_node; + + nir_block *else_stmt = nir_block_create(mem_ctx); + exec_list_make_empty(&if_stmt->else_list); + exec_list_push_tail(&if_stmt->else_list, &else_stmt->cf_node.node); + else_stmt->cf_node.parent = &if_stmt->cf_node; + + return if_stmt; +} + +nir_loop * +nir_loop_create(void *mem_ctx) +{ + nir_loop *loop = ralloc(mem_ctx, nir_loop); + + cf_init(&loop->cf_node, nir_cf_node_loop); + + nir_block *body = nir_block_create(mem_ctx); + exec_list_make_empty(&loop->body); + exec_list_push_tail(&loop->body, &body->cf_node.node); + body->cf_node.parent = &loop->cf_node; + + body->successors[0] = body; + block_add_pred(body, body); + + return loop; +} + +static void +instr_init(nir_instr *instr, nir_instr_type type) +{ + instr->type = type; + instr->block = NULL; + exec_node_init(&instr->node); +} + +static void +dest_init(nir_dest *dest) +{ + dest->is_ssa = false; + dest->reg.reg = NULL; + dest->reg.indirect = NULL; + dest->reg.base_offset = 0; +} + +static void +alu_dest_init(nir_alu_dest *dest) +{ + dest_init(&dest->dest); + dest->saturate = false; + dest->write_mask = 0xf; +} + +static void +alu_src_init(nir_alu_src *src) +{ + src_init(&src->src); + src->abs = src->negate = false; + src->swizzle[0] = 0; + src->swizzle[1] = 1; + src->swizzle[2] = 2; + src->swizzle[3] = 3; +} + +nir_alu_instr * +nir_alu_instr_create(void *mem_ctx, nir_op op) +{ + unsigned num_srcs = nir_op_infos[op].num_inputs; + nir_alu_instr *instr = + ralloc_size(mem_ctx, + sizeof(nir_alu_instr) + num_srcs * sizeof(nir_alu_src)); + + instr_init(&instr->instr, nir_instr_type_alu); + instr->op = op; + alu_dest_init(&instr->dest); + for (unsigned i = 0; i < num_srcs; i++) + alu_src_init(&instr->src[i]); + + return instr; +} + +nir_jump_instr * +nir_jump_instr_create(void *mem_ctx, nir_jump_type type) +{ + nir_jump_instr *instr = ralloc(mem_ctx, nir_jump_instr); + instr_init(&instr->instr, nir_instr_type_jump); + instr->type = type; + return instr; +} + +nir_load_const_instr * +nir_load_const_instr_create(void *mem_ctx, unsigned num_components) +{ + nir_load_const_instr *instr = ralloc(mem_ctx, nir_load_const_instr); + instr_init(&instr->instr, nir_instr_type_load_const); + + nir_ssa_def_init(&instr->instr, &instr->def, num_components, NULL); + + return instr; +} + +nir_intrinsic_instr * +nir_intrinsic_instr_create(void *mem_ctx, nir_intrinsic_op op) +{ + unsigned num_srcs = nir_intrinsic_infos[op].num_srcs; + nir_intrinsic_instr *instr = + ralloc_size(mem_ctx, + sizeof(nir_intrinsic_instr) + num_srcs * sizeof(nir_src)); + + instr_init(&instr->instr, nir_instr_type_intrinsic); + instr->intrinsic = op; + + if (nir_intrinsic_infos[op].has_dest) + dest_init(&instr->dest); + + for (unsigned i = 0; i < num_srcs; i++) + src_init(&instr->src[i]); + + return instr; +} + +nir_call_instr * +nir_call_instr_create(void *mem_ctx, nir_function_overload *callee) +{ + nir_call_instr *instr = ralloc(mem_ctx, nir_call_instr); + instr_init(&instr->instr, nir_instr_type_call); + + instr->callee = callee; + instr->num_params = callee->num_params; + instr->params = ralloc_array(mem_ctx, nir_deref_var *, instr->num_params); + instr->return_deref = NULL; + + return instr; +} + +nir_tex_instr * +nir_tex_instr_create(void *mem_ctx, unsigned num_srcs) +{ + nir_tex_instr *instr = ralloc(mem_ctx, nir_tex_instr); + instr_init(&instr->instr, nir_instr_type_tex); + + dest_init(&instr->dest); + + instr->num_srcs = num_srcs; + instr->src = ralloc_array(mem_ctx, nir_tex_src, num_srcs); + for (unsigned i = 0; i < num_srcs; i++) + src_init(&instr->src[i].src); + + instr->sampler_index = 0; + instr->sampler_array_size = 0; + instr->sampler = NULL; + + return instr; +} + +nir_phi_instr * +nir_phi_instr_create(void *mem_ctx) +{ + nir_phi_instr *instr = ralloc(mem_ctx, nir_phi_instr); + instr_init(&instr->instr, nir_instr_type_phi); + + dest_init(&instr->dest); + exec_list_make_empty(&instr->srcs); + return instr; +} + +nir_parallel_copy_instr * +nir_parallel_copy_instr_create(void *mem_ctx) +{ + nir_parallel_copy_instr *instr = ralloc(mem_ctx, nir_parallel_copy_instr); + instr_init(&instr->instr, nir_instr_type_parallel_copy); + + exec_list_make_empty(&instr->entries); + + return instr; +} + +nir_ssa_undef_instr * +nir_ssa_undef_instr_create(void *mem_ctx, unsigned num_components) +{ + nir_ssa_undef_instr *instr = ralloc(mem_ctx, nir_ssa_undef_instr); + instr_init(&instr->instr, nir_instr_type_ssa_undef); + + nir_ssa_def_init(&instr->instr, &instr->def, num_components, NULL); + + return instr; +} + +nir_deref_var * +nir_deref_var_create(void *mem_ctx, nir_variable *var) +{ + nir_deref_var *deref = ralloc(mem_ctx, nir_deref_var); + deref->deref.deref_type = nir_deref_type_var; + deref->deref.child = NULL; + deref->deref.type = var->type; + deref->var = var; + return deref; +} + +nir_deref_array * +nir_deref_array_create(void *mem_ctx) +{ + nir_deref_array *deref = ralloc(mem_ctx, nir_deref_array); + deref->deref.deref_type = nir_deref_type_array; + deref->deref.child = NULL; + deref->deref_array_type = nir_deref_array_type_direct; + src_init(&deref->indirect); + deref->base_offset = 0; + return deref; +} + +nir_deref_struct * +nir_deref_struct_create(void *mem_ctx, unsigned field_index) +{ + nir_deref_struct *deref = ralloc(mem_ctx, nir_deref_struct); + deref->deref.deref_type = nir_deref_type_struct; + deref->deref.child = NULL; + deref->index = field_index; + return deref; +} + +static nir_deref_var * +copy_deref_var(void *mem_ctx, nir_deref_var *deref) +{ + nir_deref_var *ret = nir_deref_var_create(mem_ctx, deref->var); + ret->deref.type = deref->deref.type; + if (deref->deref.child) + ret->deref.child = nir_copy_deref(mem_ctx, deref->deref.child); + return ret; +} + +static nir_deref_array * +copy_deref_array(void *mem_ctx, nir_deref_array *deref) +{ + nir_deref_array *ret = nir_deref_array_create(mem_ctx); + ret->base_offset = deref->base_offset; + ret->deref_array_type = deref->deref_array_type; + if (deref->deref_array_type == nir_deref_array_type_indirect) { + nir_src_copy(&ret->indirect, &deref->indirect, mem_ctx); + } + ret->deref.type = deref->deref.type; + if (deref->deref.child) + ret->deref.child = nir_copy_deref(mem_ctx, deref->deref.child); + return ret; +} + +static nir_deref_struct * +copy_deref_struct(void *mem_ctx, nir_deref_struct *deref) +{ + nir_deref_struct *ret = nir_deref_struct_create(mem_ctx, deref->index); + ret->deref.type = deref->deref.type; + if (deref->deref.child) + ret->deref.child = nir_copy_deref(mem_ctx, deref->deref.child); + return ret; +} + +nir_deref * +nir_copy_deref(void *mem_ctx, nir_deref *deref) +{ + switch (deref->deref_type) { + case nir_deref_type_var: + return ©_deref_var(mem_ctx, nir_deref_as_var(deref))->deref; + case nir_deref_type_array: + return ©_deref_array(mem_ctx, nir_deref_as_array(deref))->deref; + case nir_deref_type_struct: + return ©_deref_struct(mem_ctx, nir_deref_as_struct(deref))->deref; + default: + unreachable("Invalid dereference type"); + } + + return NULL; +} + + +/** + * \name Control flow modification + * + * These functions modify the control flow tree while keeping the control flow + * graph up-to-date. The invariants respected are: + * 1. Each then statement, else statement, or loop body must have at least one + * control flow node. + * 2. Each if-statement and loop must have one basic block before it and one + * after. + * 3. Two basic blocks cannot be directly next to each other. + * 4. If a basic block has a jump instruction, there must be only one and it + * must be at the end of the block. + * 5. The CFG must always be connected - this means that we must insert a fake + * CFG edge for loops with no break statement. + * + * The purpose of the second one is so that we have places to insert code during + * GCM, as well as eliminating the possibility of critical edges. + */ +/*@{*/ + +static void +link_non_block_to_block(nir_cf_node *node, nir_block *block) +{ + if (node->type == nir_cf_node_if) { + /* + * We're trying to link an if to a block after it; this just means linking + * the last block of the then and else branches. + */ + + nir_if *if_stmt = nir_cf_node_as_if(node); + + nir_cf_node *last_then = nir_if_last_then_node(if_stmt); + assert(last_then->type == nir_cf_node_block); + nir_block *last_then_block = nir_cf_node_as_block(last_then); + + nir_cf_node *last_else = nir_if_last_else_node(if_stmt); + assert(last_else->type == nir_cf_node_block); + nir_block *last_else_block = nir_cf_node_as_block(last_else); + + if (exec_list_is_empty(&last_then_block->instr_list) || + nir_block_last_instr(last_then_block)->type != nir_instr_type_jump) { + unlink_block_successors(last_then_block); + link_blocks(last_then_block, block, NULL); + } + + if (exec_list_is_empty(&last_else_block->instr_list) || + nir_block_last_instr(last_else_block)->type != nir_instr_type_jump) { + unlink_block_successors(last_else_block); + link_blocks(last_else_block, block, NULL); + } + } else { + assert(node->type == nir_cf_node_loop); + + /* + * We can only get to this codepath if we're inserting a new loop, or + * at least a loop with no break statements; we can't insert break + * statements into a loop when we haven't inserted it into the CFG + * because we wouldn't know which block comes after the loop + * and therefore, which block should be the successor of the block with + * the break). Therefore, we need to insert a fake edge (see invariant + * #5). + */ + + nir_loop *loop = nir_cf_node_as_loop(node); + + nir_cf_node *last = nir_loop_last_cf_node(loop); + assert(last->type == nir_cf_node_block); + nir_block *last_block = nir_cf_node_as_block(last); + + last_block->successors[1] = block; + block_add_pred(block, last_block); + } +} + +static void +link_block_to_non_block(nir_block *block, nir_cf_node *node) +{ + if (node->type == nir_cf_node_if) { + /* + * We're trying to link a block to an if after it; this just means linking + * the block to the first block of the then and else branches. + */ + + nir_if *if_stmt = nir_cf_node_as_if(node); + + nir_cf_node *first_then = nir_if_first_then_node(if_stmt); + assert(first_then->type == nir_cf_node_block); + nir_block *first_then_block = nir_cf_node_as_block(first_then); + + nir_cf_node *first_else = nir_if_first_else_node(if_stmt); + assert(first_else->type == nir_cf_node_block); + nir_block *first_else_block = nir_cf_node_as_block(first_else); + + unlink_block_successors(block); + link_blocks(block, first_then_block, first_else_block); + } else { + /* + * For similar reasons as the corresponding case in + * link_non_block_to_block(), don't worry about if the loop header has + * any predecessors that need to be unlinked. + */ + + assert(node->type == nir_cf_node_loop); + + nir_loop *loop = nir_cf_node_as_loop(node); + + nir_cf_node *loop_header = nir_loop_first_cf_node(loop); + assert(loop_header->type == nir_cf_node_block); + nir_block *loop_header_block = nir_cf_node_as_block(loop_header); + + unlink_block_successors(block); + link_blocks(block, loop_header_block, NULL); + } + +} + +/** + * Takes a basic block and inserts a new empty basic block before it, making its + * predecessors point to the new block. This essentially splits the block into + * an empty header and a body so that another non-block CF node can be inserted + * between the two. Note that this does *not* link the two basic blocks, so + * some kind of cleanup *must* be performed after this call. + */ + +static nir_block * +split_block_beginning(nir_block *block) +{ + nir_block *new_block = nir_block_create(ralloc_parent(block)); + new_block->cf_node.parent = block->cf_node.parent; + exec_node_insert_node_before(&block->cf_node.node, &new_block->cf_node.node); + + struct set_entry *entry; + set_foreach(block->predecessors, entry) { + nir_block *pred = (nir_block *) entry->key; + + unlink_blocks(pred, block); + link_blocks(pred, new_block, NULL); + } + + return new_block; +} + +static void +rewrite_phi_preds(nir_block *block, nir_block *old_pred, nir_block *new_pred) +{ + nir_foreach_instr_safe(block, instr) { + if (instr->type != nir_instr_type_phi) + break; + + nir_phi_instr *phi = nir_instr_as_phi(instr); + nir_foreach_phi_src(phi, src) { + if (src->pred == old_pred) { + src->pred = new_pred; + break; + } + } + } +} + +/** + * Moves the successors of source to the successors of dest, leaving both + * successors of source NULL. + */ + +static void +move_successors(nir_block *source, nir_block *dest) +{ + nir_block *succ1 = source->successors[0]; + nir_block *succ2 = source->successors[1]; + + if (succ1) { + unlink_blocks(source, succ1); + rewrite_phi_preds(succ1, source, dest); + } + + if (succ2) { + unlink_blocks(source, succ2); + rewrite_phi_preds(succ2, source, dest); + } + + unlink_block_successors(dest); + link_blocks(dest, succ1, succ2); +} + +static nir_block * +split_block_end(nir_block *block) +{ + nir_block *new_block = nir_block_create(ralloc_parent(block)); + new_block->cf_node.parent = block->cf_node.parent; + exec_node_insert_after(&block->cf_node.node, &new_block->cf_node.node); + + move_successors(block, new_block); + + return new_block; +} + +/** + * Inserts a non-basic block between two basic blocks and links them together. + */ + +static void +insert_non_block(nir_block *before, nir_cf_node *node, nir_block *after) +{ + node->parent = before->cf_node.parent; + exec_node_insert_after(&before->cf_node.node, &node->node); + link_block_to_non_block(before, node); + link_non_block_to_block(node, after); +} + +/** + * Inserts a non-basic block before a basic block. + */ + +static void +insert_non_block_before_block(nir_cf_node *node, nir_block *block) +{ + /* split off the beginning of block into new_block */ + nir_block *new_block = split_block_beginning(block); + + /* insert our node in between new_block and block */ + insert_non_block(new_block, node, block); +} + +static void +insert_non_block_after_block(nir_block *block, nir_cf_node *node) +{ + /* split off the end of block into new_block */ + nir_block *new_block = split_block_end(block); + + /* insert our node in between block and new_block */ + insert_non_block(block, node, new_block); +} + +/* walk up the control flow tree to find the innermost enclosed loop */ +static nir_loop * +nearest_loop(nir_cf_node *node) +{ + while (node->type != nir_cf_node_loop) { + node = node->parent; + } + + return nir_cf_node_as_loop(node); +} + +nir_function_impl * +nir_cf_node_get_function(nir_cf_node *node) +{ + while (node->type != nir_cf_node_function) { + node = node->parent; + } + + return nir_cf_node_as_function(node); +} + +/* + * update the CFG after a jump instruction has been added to the end of a block + */ + +static void +handle_jump(nir_block *block) +{ + nir_instr *instr = nir_block_last_instr(block); + nir_jump_instr *jump_instr = nir_instr_as_jump(instr); + + unlink_block_successors(block); + + nir_function_impl *impl = nir_cf_node_get_function(&block->cf_node); + nir_metadata_preserve(impl, nir_metadata_none); + + if (jump_instr->type == nir_jump_break || + jump_instr->type == nir_jump_continue) { + nir_loop *loop = nearest_loop(&block->cf_node); + + if (jump_instr->type == nir_jump_continue) { + nir_cf_node *first_node = nir_loop_first_cf_node(loop); + assert(first_node->type == nir_cf_node_block); + nir_block *first_block = nir_cf_node_as_block(first_node); + link_blocks(block, first_block, NULL); + } else { + nir_cf_node *after = nir_cf_node_next(&loop->cf_node); + assert(after->type == nir_cf_node_block); + nir_block *after_block = nir_cf_node_as_block(after); + link_blocks(block, after_block, NULL); + + /* If we inserted a fake link, remove it */ + nir_cf_node *last = nir_loop_last_cf_node(loop); + assert(last->type == nir_cf_node_block); + nir_block *last_block = nir_cf_node_as_block(last); + if (last_block->successors[1] != NULL) + unlink_blocks(last_block, after_block); + } + } else { + assert(jump_instr->type == nir_jump_return); + link_blocks(block, impl->end_block, NULL); + } +} + +static void +handle_remove_jump(nir_block *block, nir_jump_type type) +{ + unlink_block_successors(block); + + if (exec_node_is_tail_sentinel(block->cf_node.node.next)) { + nir_cf_node *parent = block->cf_node.parent; + if (parent->type == nir_cf_node_if) { + nir_cf_node *next = nir_cf_node_next(parent); + assert(next->type == nir_cf_node_block); + nir_block *next_block = nir_cf_node_as_block(next); + + link_blocks(block, next_block, NULL); + } else { + assert(parent->type == nir_cf_node_loop); + nir_loop *loop = nir_cf_node_as_loop(parent); + + nir_cf_node *head = nir_loop_first_cf_node(loop); + assert(head->type == nir_cf_node_block); + nir_block *head_block = nir_cf_node_as_block(head); + + link_blocks(block, head_block, NULL); + } + } else { + nir_cf_node *next = nir_cf_node_next(&block->cf_node); + if (next->type == nir_cf_node_if) { + nir_if *next_if = nir_cf_node_as_if(next); + + nir_cf_node *first_then = nir_if_first_then_node(next_if); + assert(first_then->type == nir_cf_node_block); + nir_block *first_then_block = nir_cf_node_as_block(first_then); + + nir_cf_node *first_else = nir_if_first_else_node(next_if); + assert(first_else->type == nir_cf_node_block); + nir_block *first_else_block = nir_cf_node_as_block(first_else); + + link_blocks(block, first_then_block, first_else_block); + } else { + assert(next->type == nir_cf_node_loop); + nir_loop *next_loop = nir_cf_node_as_loop(next); + + nir_cf_node *first = nir_loop_first_cf_node(next_loop); + assert(first->type == nir_cf_node_block); + nir_block *first_block = nir_cf_node_as_block(first); + + link_blocks(block, first_block, NULL); + } + } + + if (type == nir_jump_break) { + nir_loop *loop = nearest_loop(&block->cf_node); + + nir_cf_node *next = nir_cf_node_next(&loop->cf_node); + assert(next->type == nir_cf_node_block); + nir_block *next_block = nir_cf_node_as_block(next); + + if (next_block->predecessors->entries == 0) { + /* insert fake link */ + nir_cf_node *last = nir_loop_last_cf_node(loop); + assert(last->type == nir_cf_node_block); + nir_block *last_block = nir_cf_node_as_block(last); + + last_block->successors[1] = next_block; + block_add_pred(next_block, last_block); + } + } + + nir_function_impl *impl = nir_cf_node_get_function(&block->cf_node); + nir_metadata_preserve(impl, nir_metadata_none); +} + +/** + * Inserts a basic block before another by merging the instructions. + * + * @param block the target of the insertion + * @param before the block to be inserted - must not have been inserted before + * @param has_jump whether \before has a jump instruction at the end + */ + +static void +insert_block_before_block(nir_block *block, nir_block *before, bool has_jump) +{ + assert(!has_jump || exec_list_is_empty(&block->instr_list)); + + foreach_list_typed(nir_instr, instr, node, &before->instr_list) { + instr->block = block; + } + + exec_list_prepend(&block->instr_list, &before->instr_list); + + if (has_jump) + handle_jump(block); +} + +/** + * Inserts a basic block after another by merging the instructions. + * + * @param block the target of the insertion + * @param after the block to be inserted - must not have been inserted before + * @param has_jump whether \after has a jump instruction at the end + */ + +static void +insert_block_after_block(nir_block *block, nir_block *after, bool has_jump) +{ + foreach_list_typed(nir_instr, instr, node, &after->instr_list) { + instr->block = block; + } + + exec_list_append(&block->instr_list, &after->instr_list); + + if (has_jump) + handle_jump(block); +} + +static void +update_if_uses(nir_cf_node *node) +{ + if (node->type != nir_cf_node_if) + return; + + nir_if *if_stmt = nir_cf_node_as_if(node); + + struct set *if_uses_set = if_stmt->condition.is_ssa ? + if_stmt->condition.ssa->if_uses : + if_stmt->condition.reg.reg->uses; + + _mesa_set_add(if_uses_set, if_stmt); +} + +void +nir_cf_node_insert_after(nir_cf_node *node, nir_cf_node *after) +{ + update_if_uses(after); + + if (after->type == nir_cf_node_block) { + /* + * either node or the one after it must be a basic block, by invariant #2; + * in either case, just merge the blocks together. + */ + nir_block *after_block = nir_cf_node_as_block(after); + + bool has_jump = !exec_list_is_empty(&after_block->instr_list) && + nir_block_last_instr(after_block)->type == nir_instr_type_jump; + + if (node->type == nir_cf_node_block) { + insert_block_after_block(nir_cf_node_as_block(node), after_block, + has_jump); + } else { + nir_cf_node *next = nir_cf_node_next(node); + assert(next->type == nir_cf_node_block); + nir_block *next_block = nir_cf_node_as_block(next); + + insert_block_before_block(next_block, after_block, has_jump); + } + } else { + if (node->type == nir_cf_node_block) { + insert_non_block_after_block(nir_cf_node_as_block(node), after); + } else { + /* + * We have to insert a non-basic block after a non-basic block. Since + * every non-basic block has a basic block after it, this is equivalent + * to inserting a non-basic block before a basic block. + */ + + nir_cf_node *next = nir_cf_node_next(node); + assert(next->type == nir_cf_node_block); + nir_block *next_block = nir_cf_node_as_block(next); + + insert_non_block_before_block(after, next_block); + } + } + + nir_function_impl *impl = nir_cf_node_get_function(node); + nir_metadata_preserve(impl, nir_metadata_none); +} + +void +nir_cf_node_insert_before(nir_cf_node *node, nir_cf_node *before) +{ + update_if_uses(before); + + if (before->type == nir_cf_node_block) { + nir_block *before_block = nir_cf_node_as_block(before); + + bool has_jump = !exec_list_is_empty(&before_block->instr_list) && + nir_block_last_instr(before_block)->type == nir_instr_type_jump; + + if (node->type == nir_cf_node_block) { + insert_block_before_block(nir_cf_node_as_block(node), before_block, + has_jump); + } else { + nir_cf_node *prev = nir_cf_node_prev(node); + assert(prev->type == nir_cf_node_block); + nir_block *prev_block = nir_cf_node_as_block(prev); + + insert_block_after_block(prev_block, before_block, has_jump); + } + } else { + if (node->type == nir_cf_node_block) { + insert_non_block_before_block(before, nir_cf_node_as_block(node)); + } else { + /* + * We have to insert a non-basic block before a non-basic block. This + * is equivalent to inserting a non-basic block after a basic block. + */ + + nir_cf_node *prev_node = nir_cf_node_prev(node); + assert(prev_node->type == nir_cf_node_block); + nir_block *prev_block = nir_cf_node_as_block(prev_node); + + insert_non_block_after_block(prev_block, before); + } + } + + nir_function_impl *impl = nir_cf_node_get_function(node); + nir_metadata_preserve(impl, nir_metadata_none); +} + +void +nir_cf_node_insert_begin(struct exec_list *list, nir_cf_node *node) +{ + nir_cf_node *begin = exec_node_data(nir_cf_node, list->head, node); + nir_cf_node_insert_before(begin, node); +} + +void +nir_cf_node_insert_end(struct exec_list *list, nir_cf_node *node) +{ + nir_cf_node *end = exec_node_data(nir_cf_node, list->tail_pred, node); + nir_cf_node_insert_after(end, node); +} + +/** + * Stitch two basic blocks together into one. The aggregate must have the same + * predecessors as the first and the same successors as the second. + */ + +static void +stitch_blocks(nir_block *before, nir_block *after) +{ + /* + * We move after into before, so we have to deal with up to 2 successors vs. + * possibly a large number of predecessors. + * + * TODO: special case when before is empty and after isn't? + */ + + move_successors(after, before); + + foreach_list_typed(nir_instr, instr, node, &after->instr_list) { + instr->block = before; + } + + exec_list_append(&before->instr_list, &after->instr_list); + exec_node_remove(&after->cf_node.node); +} + +static void +remove_defs_uses(nir_instr *instr); + +static void +cleanup_cf_node(nir_cf_node *node) +{ + switch (node->type) { + case nir_cf_node_block: { + nir_block *block = nir_cf_node_as_block(node); + /* We need to walk the instructions and clean up defs/uses */ + nir_foreach_instr(block, instr) + remove_defs_uses(instr); + break; + } + + case nir_cf_node_if: { + nir_if *if_stmt = nir_cf_node_as_if(node); + foreach_list_typed(nir_cf_node, child, node, &if_stmt->then_list) + cleanup_cf_node(child); + foreach_list_typed(nir_cf_node, child, node, &if_stmt->else_list) + cleanup_cf_node(child); + + struct set *if_uses; + if (if_stmt->condition.is_ssa) { + if_uses = if_stmt->condition.ssa->if_uses; + } else { + if_uses = if_stmt->condition.reg.reg->if_uses; + } + + struct set_entry *entry = _mesa_set_search(if_uses, if_stmt); + assert(entry); + _mesa_set_remove(if_uses, entry); + break; + } + + case nir_cf_node_loop: { + nir_loop *loop = nir_cf_node_as_loop(node); + foreach_list_typed(nir_cf_node, child, node, &loop->body) + cleanup_cf_node(child); + break; + } + case nir_cf_node_function: { + nir_function_impl *impl = nir_cf_node_as_function(node); + foreach_list_typed(nir_cf_node, child, node, &impl->body) + cleanup_cf_node(child); + break; + } + default: + unreachable("Invalid CF node type"); + } +} + +void +nir_cf_node_remove(nir_cf_node *node) +{ + nir_function_impl *impl = nir_cf_node_get_function(node); + nir_metadata_preserve(impl, nir_metadata_none); + + if (node->type == nir_cf_node_block) { + /* + * Basic blocks can't really be removed by themselves, since they act as + * padding between the non-basic blocks. So all we do here is empty the + * block of instructions. + * + * TODO: could we assert here? + */ + exec_list_make_empty(&nir_cf_node_as_block(node)->instr_list); + } else { + nir_cf_node *before = nir_cf_node_prev(node); + assert(before->type == nir_cf_node_block); + nir_block *before_block = nir_cf_node_as_block(before); + + nir_cf_node *after = nir_cf_node_next(node); + assert(after->type == nir_cf_node_block); + nir_block *after_block = nir_cf_node_as_block(after); + + exec_node_remove(&node->node); + stitch_blocks(before_block, after_block); + } + + cleanup_cf_node(node); +} + +static bool +add_use_cb(nir_src *src, void *state) +{ + nir_instr *instr = state; + + struct set *uses_set = src->is_ssa ? src->ssa->uses : src->reg.reg->uses; + + _mesa_set_add(uses_set, instr); + + return true; +} + +static bool +add_ssa_def_cb(nir_ssa_def *def, void *state) +{ + nir_instr *instr = state; + + if (instr->block && def->index == UINT_MAX) { + nir_function_impl *impl = + nir_cf_node_get_function(&instr->block->cf_node); + + def->index = impl->ssa_alloc++; + } + + return true; +} + +static bool +add_reg_def_cb(nir_dest *dest, void *state) +{ + nir_instr *instr = state; + + if (!dest->is_ssa) + _mesa_set_add(dest->reg.reg->defs, instr); + + return true; +} + +static void +add_defs_uses(nir_instr *instr) +{ + nir_foreach_src(instr, add_use_cb, instr); + nir_foreach_dest(instr, add_reg_def_cb, instr); + nir_foreach_ssa_def(instr, add_ssa_def_cb, instr); +} + +void +nir_instr_insert_before(nir_instr *instr, nir_instr *before) +{ + assert(before->type != nir_instr_type_jump); + before->block = instr->block; + add_defs_uses(before); + exec_node_insert_node_before(&instr->node, &before->node); +} + +void +nir_instr_insert_after(nir_instr *instr, nir_instr *after) +{ + if (after->type == nir_instr_type_jump) { + assert(instr == nir_block_last_instr(instr->block)); + assert(instr->type != nir_instr_type_jump); + } + + after->block = instr->block; + add_defs_uses(after); + exec_node_insert_after(&instr->node, &after->node); + + if (after->type == nir_instr_type_jump) + handle_jump(after->block); +} + +void +nir_instr_insert_before_block(nir_block *block, nir_instr *before) +{ + if (before->type == nir_instr_type_jump) + assert(exec_list_is_empty(&block->instr_list)); + + before->block = block; + add_defs_uses(before); + exec_list_push_head(&block->instr_list, &before->node); + + if (before->type == nir_instr_type_jump) + handle_jump(block); +} + +void +nir_instr_insert_after_block(nir_block *block, nir_instr *after) +{ + if (after->type == nir_instr_type_jump) { + assert(exec_list_is_empty(&block->instr_list) || + nir_block_last_instr(block)->type != nir_instr_type_jump); + } + + after->block = block; + add_defs_uses(after); + exec_list_push_tail(&block->instr_list, &after->node); + + if (after->type == nir_instr_type_jump) + handle_jump(block); +} + +void +nir_instr_insert_before_cf(nir_cf_node *node, nir_instr *before) +{ + if (node->type == nir_cf_node_block) { + nir_instr_insert_before_block(nir_cf_node_as_block(node), before); + } else { + nir_cf_node *prev = nir_cf_node_prev(node); + assert(prev->type == nir_cf_node_block); + nir_block *prev_block = nir_cf_node_as_block(prev); + + nir_instr_insert_before_block(prev_block, before); + } +} + +void +nir_instr_insert_after_cf(nir_cf_node *node, nir_instr *after) +{ + if (node->type == nir_cf_node_block) { + nir_instr_insert_after_block(nir_cf_node_as_block(node), after); + } else { + nir_cf_node *next = nir_cf_node_next(node); + assert(next->type == nir_cf_node_block); + nir_block *next_block = nir_cf_node_as_block(next); + + nir_instr_insert_before_block(next_block, after); + } +} + +void +nir_instr_insert_before_cf_list(struct exec_list *list, nir_instr *before) +{ + nir_cf_node *first_node = exec_node_data(nir_cf_node, + exec_list_get_head(list), node); + nir_instr_insert_before_cf(first_node, before); +} + +void +nir_instr_insert_after_cf_list(struct exec_list *list, nir_instr *after) +{ + nir_cf_node *last_node = exec_node_data(nir_cf_node, + exec_list_get_tail(list), node); + nir_instr_insert_after_cf(last_node, after); +} + +static bool +remove_use_cb(nir_src *src, void *state) +{ + nir_instr *instr = state; + + struct set *uses_set = src->is_ssa ? src->ssa->uses : src->reg.reg->uses; + + struct set_entry *entry = _mesa_set_search(uses_set, instr); + if (entry) + _mesa_set_remove(uses_set, entry); + + return true; +} + +static bool +remove_def_cb(nir_dest *dest, void *state) +{ + nir_instr *instr = state; + + if (dest->is_ssa) + return true; + + nir_register *reg = dest->reg.reg; + + struct set_entry *entry = _mesa_set_search(reg->defs, instr); + if (entry) + _mesa_set_remove(reg->defs, entry); + + return true; +} + +static void +remove_defs_uses(nir_instr *instr) +{ + nir_foreach_dest(instr, remove_def_cb, instr); + nir_foreach_src(instr, remove_use_cb, instr); +} + +void nir_instr_remove(nir_instr *instr) +{ + remove_defs_uses(instr); + exec_node_remove(&instr->node); + + if (instr->type == nir_instr_type_jump) { + nir_jump_instr *jump_instr = nir_instr_as_jump(instr); + handle_remove_jump(instr->block, jump_instr->type); + } +} + +/*@}*/ + +void +nir_index_local_regs(nir_function_impl *impl) +{ + unsigned index = 0; + foreach_list_typed(nir_register, reg, node, &impl->registers) { + reg->index = index++; + } + impl->reg_alloc = index; +} + +void +nir_index_global_regs(nir_shader *shader) +{ + unsigned index = 0; + foreach_list_typed(nir_register, reg, node, &shader->registers) { + reg->index = index++; + } + shader->reg_alloc = index; +} + +static bool +visit_alu_dest(nir_alu_instr *instr, nir_foreach_dest_cb cb, void *state) +{ + return cb(&instr->dest.dest, state); +} + +static bool +visit_intrinsic_dest(nir_intrinsic_instr *instr, nir_foreach_dest_cb cb, + void *state) +{ + if (nir_intrinsic_infos[instr->intrinsic].has_dest) + return cb(&instr->dest, state); + + return true; +} + +static bool +visit_texture_dest(nir_tex_instr *instr, nir_foreach_dest_cb cb, + void *state) +{ + return cb(&instr->dest, state); +} + +static bool +visit_phi_dest(nir_phi_instr *instr, nir_foreach_dest_cb cb, void *state) +{ + return cb(&instr->dest, state); +} + +static bool +visit_parallel_copy_dest(nir_parallel_copy_instr *instr, + nir_foreach_dest_cb cb, void *state) +{ + nir_foreach_parallel_copy_entry(instr, entry) { + if (!cb(&entry->dest, state)) + return false; + } + + return true; +} + +bool +nir_foreach_dest(nir_instr *instr, nir_foreach_dest_cb cb, void *state) +{ + switch (instr->type) { + case nir_instr_type_alu: + return visit_alu_dest(nir_instr_as_alu(instr), cb, state); + case nir_instr_type_intrinsic: + return visit_intrinsic_dest(nir_instr_as_intrinsic(instr), cb, state); + case nir_instr_type_tex: + return visit_texture_dest(nir_instr_as_tex(instr), cb, state); + case nir_instr_type_phi: + return visit_phi_dest(nir_instr_as_phi(instr), cb, state); + case nir_instr_type_parallel_copy: + return visit_parallel_copy_dest(nir_instr_as_parallel_copy(instr), + cb, state); + + case nir_instr_type_load_const: + case nir_instr_type_ssa_undef: + case nir_instr_type_call: + case nir_instr_type_jump: + break; + + default: + unreachable("Invalid instruction type"); + break; + } + + return true; +} + +struct foreach_ssa_def_state { + nir_foreach_ssa_def_cb cb; + void *client_state; +}; + +static inline bool +nir_ssa_def_visitor(nir_dest *dest, void *void_state) +{ + struct foreach_ssa_def_state *state = void_state; + + if (dest->is_ssa) + return state->cb(&dest->ssa, state->client_state); + else + return true; +} + +bool +nir_foreach_ssa_def(nir_instr *instr, nir_foreach_ssa_def_cb cb, void *state) +{ + switch (instr->type) { + case nir_instr_type_alu: + case nir_instr_type_tex: + case nir_instr_type_intrinsic: + case nir_instr_type_phi: + case nir_instr_type_parallel_copy: { + struct foreach_ssa_def_state foreach_state = {cb, state}; + return nir_foreach_dest(instr, nir_ssa_def_visitor, &foreach_state); + } + + case nir_instr_type_load_const: + return cb(&nir_instr_as_load_const(instr)->def, state); + case nir_instr_type_ssa_undef: + return cb(&nir_instr_as_ssa_undef(instr)->def, state); + case nir_instr_type_call: + case nir_instr_type_jump: + return true; + default: + unreachable("Invalid instruction type"); + } +} + +static bool +visit_src(nir_src *src, nir_foreach_src_cb cb, void *state) +{ + if (!cb(src, state)) + return false; + if (!src->is_ssa && src->reg.indirect) + return cb(src->reg.indirect, state); + return true; +} + +static bool +visit_deref_array_src(nir_deref_array *deref, nir_foreach_src_cb cb, + void *state) +{ + if (deref->deref_array_type == nir_deref_array_type_indirect) + return visit_src(&deref->indirect, cb, state); + return true; +} + +static bool +visit_deref_src(nir_deref_var *deref, nir_foreach_src_cb cb, void *state) +{ + nir_deref *cur = &deref->deref; + while (cur != NULL) { + if (cur->deref_type == nir_deref_type_array) + if (!visit_deref_array_src(nir_deref_as_array(cur), cb, state)) + return false; + + cur = cur->child; + } + + return true; +} + +static bool +visit_alu_src(nir_alu_instr *instr, nir_foreach_src_cb cb, void *state) +{ + for (unsigned i = 0; i < nir_op_infos[instr->op].num_inputs; i++) + if (!visit_src(&instr->src[i].src, cb, state)) + return false; + + return true; +} + +static bool +visit_tex_src(nir_tex_instr *instr, nir_foreach_src_cb cb, void *state) +{ + for (unsigned i = 0; i < instr->num_srcs; i++) + if (!visit_src(&instr->src[i].src, cb, state)) + return false; + + if (instr->sampler != NULL) + if (!visit_deref_src(instr->sampler, cb, state)) + return false; + + return true; +} + +static bool +visit_intrinsic_src(nir_intrinsic_instr *instr, nir_foreach_src_cb cb, + void *state) +{ + unsigned num_srcs = nir_intrinsic_infos[instr->intrinsic].num_srcs; + for (unsigned i = 0; i < num_srcs; i++) + if (!visit_src(&instr->src[i], cb, state)) + return false; + + unsigned num_vars = + nir_intrinsic_infos[instr->intrinsic].num_variables; + for (unsigned i = 0; i < num_vars; i++) + if (!visit_deref_src(instr->variables[i], cb, state)) + return false; + + return true; +} + +static bool +visit_call_src(nir_call_instr *instr, nir_foreach_src_cb cb, void *state) +{ + return true; +} + +static bool +visit_load_const_src(nir_load_const_instr *instr, nir_foreach_src_cb cb, + void *state) +{ + return true; +} + +static bool +visit_phi_src(nir_phi_instr *instr, nir_foreach_src_cb cb, void *state) +{ + nir_foreach_phi_src(instr, src) { + if (!visit_src(&src->src, cb, state)) + return false; + } + + return true; +} + +static bool +visit_parallel_copy_src(nir_parallel_copy_instr *instr, + nir_foreach_src_cb cb, void *state) +{ + nir_foreach_parallel_copy_entry(instr, entry) { + if (!visit_src(&entry->src, cb, state)) + return false; + } + + return true; +} + +typedef struct { + void *state; + nir_foreach_src_cb cb; +} visit_dest_indirect_state; + +static bool +visit_dest_indirect(nir_dest *dest, void *_state) +{ + visit_dest_indirect_state *state = (visit_dest_indirect_state *) _state; + + if (!dest->is_ssa && dest->reg.indirect) + return state->cb(dest->reg.indirect, state->state); + + return true; +} + +bool +nir_foreach_src(nir_instr *instr, nir_foreach_src_cb cb, void *state) +{ + switch (instr->type) { + case nir_instr_type_alu: + if (!visit_alu_src(nir_instr_as_alu(instr), cb, state)) + return false; + break; + case nir_instr_type_intrinsic: + if (!visit_intrinsic_src(nir_instr_as_intrinsic(instr), cb, state)) + return false; + break; + case nir_instr_type_tex: + if (!visit_tex_src(nir_instr_as_tex(instr), cb, state)) + return false; + break; + case nir_instr_type_call: + if (!visit_call_src(nir_instr_as_call(instr), cb, state)) + return false; + break; + case nir_instr_type_load_const: + if (!visit_load_const_src(nir_instr_as_load_const(instr), cb, state)) + return false; + break; + case nir_instr_type_phi: + if (!visit_phi_src(nir_instr_as_phi(instr), cb, state)) + return false; + break; + case nir_instr_type_parallel_copy: + if (!visit_parallel_copy_src(nir_instr_as_parallel_copy(instr), + cb, state)) + return false; + break; + case nir_instr_type_jump: + case nir_instr_type_ssa_undef: + return true; + + default: + unreachable("Invalid instruction type"); + break; + } + + visit_dest_indirect_state dest_state; + dest_state.state = state; + dest_state.cb = cb; + return nir_foreach_dest(instr, visit_dest_indirect, &dest_state); +} + +nir_const_value * +nir_src_as_const_value(nir_src src) +{ + if (!src.is_ssa) + return NULL; + + if (src.ssa->parent_instr->type != nir_instr_type_load_const) + return NULL; + + nir_load_const_instr *load = nir_instr_as_load_const(src.ssa->parent_instr); + + return &load->value; +} + +bool +nir_srcs_equal(nir_src src1, nir_src src2) +{ + if (src1.is_ssa) { + if (src2.is_ssa) { + return src1.ssa == src2.ssa; + } else { + return false; + } + } else { + if (src2.is_ssa) { + return false; + } else { + if ((src1.reg.indirect == NULL) != (src2.reg.indirect == NULL)) + return false; + + if (src1.reg.indirect) { + if (!nir_srcs_equal(*src1.reg.indirect, *src2.reg.indirect)) + return false; + } + + return src1.reg.reg == src2.reg.reg && + src1.reg.base_offset == src2.reg.base_offset; + } + } +} + +static bool +src_does_not_use_def(nir_src *src, void *void_def) +{ + nir_ssa_def *def = void_def; + + if (src->is_ssa) { + return src->ssa != def; + } else { + return true; + } +} + +static bool +src_does_not_use_reg(nir_src *src, void *void_reg) +{ + nir_register *reg = void_reg; + + if (src->is_ssa) { + return true; + } else { + return src->reg.reg != reg; + } +} + +void +nir_instr_rewrite_src(nir_instr *instr, nir_src *src, nir_src new_src) +{ + if (src->is_ssa) { + nir_ssa_def *old_ssa = src->ssa; + *src = new_src; + if (old_ssa && nir_foreach_src(instr, src_does_not_use_def, old_ssa)) { + struct set_entry *entry = _mesa_set_search(old_ssa->uses, instr); + assert(entry); + _mesa_set_remove(old_ssa->uses, entry); + } + } else { + if (src->reg.indirect) + nir_instr_rewrite_src(instr, src->reg.indirect, new_src); + + nir_register *old_reg = src->reg.reg; + *src = new_src; + if (old_reg && nir_foreach_src(instr, src_does_not_use_reg, old_reg)) { + struct set_entry *entry = _mesa_set_search(old_reg->uses, instr); + assert(entry); + _mesa_set_remove(old_reg->uses, entry); + } + } + + if (new_src.is_ssa) { + if (new_src.ssa) + _mesa_set_add(new_src.ssa->uses, instr); + } else { + if (new_src.reg.reg) + _mesa_set_add(new_src.reg.reg->uses, instr); + } +} + +void +nir_ssa_def_init(nir_instr *instr, nir_ssa_def *def, + unsigned num_components, const char *name) +{ + void *mem_ctx = ralloc_parent(instr); + + def->name = name; + def->parent_instr = instr; + def->uses = _mesa_set_create(mem_ctx, _mesa_hash_pointer, + _mesa_key_pointer_equal); + def->if_uses = _mesa_set_create(mem_ctx, _mesa_hash_pointer, + _mesa_key_pointer_equal); + def->num_components = num_components; + + if (instr->block) { + nir_function_impl *impl = + nir_cf_node_get_function(&instr->block->cf_node); + + def->index = impl->ssa_alloc++; + } else { + def->index = UINT_MAX; + } +} + +void +nir_ssa_dest_init(nir_instr *instr, nir_dest *dest, + unsigned num_components, const char *name) +{ + dest->is_ssa = true; + nir_ssa_def_init(instr, &dest->ssa, num_components, name); +} + +struct ssa_def_rewrite_state { + void *mem_ctx; + nir_ssa_def *old; + nir_src new_src; +}; + +static bool +ssa_def_rewrite_uses_src(nir_src *src, void *void_state) +{ + struct ssa_def_rewrite_state *state = void_state; + + if (src->is_ssa && src->ssa == state->old) + nir_src_copy(src, &state->new_src, state->mem_ctx); + + return true; +} + +void +nir_ssa_def_rewrite_uses(nir_ssa_def *def, nir_src new_src, void *mem_ctx) +{ + struct ssa_def_rewrite_state state; + state.mem_ctx = mem_ctx; + state.old = def; + state.new_src = new_src; + + assert(!new_src.is_ssa || def != new_src.ssa); + + struct set *new_uses, *new_if_uses; + if (new_src.is_ssa) { + new_uses = new_src.ssa->uses; + new_if_uses = new_src.ssa->if_uses; + } else { + new_uses = new_src.reg.reg->uses; + new_if_uses = new_src.reg.reg->if_uses; + } + + struct set_entry *entry; + set_foreach(def->uses, entry) { + nir_instr *instr = (nir_instr *)entry->key; + + _mesa_set_remove(def->uses, entry); + nir_foreach_src(instr, ssa_def_rewrite_uses_src, &state); + _mesa_set_add(new_uses, instr); + } + + set_foreach(def->if_uses, entry) { + nir_if *if_use = (nir_if *)entry->key; + + _mesa_set_remove(def->if_uses, entry); + nir_src_copy(&if_use->condition, &new_src, mem_ctx); + _mesa_set_add(new_if_uses, if_use); + } +} + + +static bool foreach_cf_node(nir_cf_node *node, nir_foreach_block_cb cb, + bool reverse, void *state); + +static inline bool +foreach_if(nir_if *if_stmt, nir_foreach_block_cb cb, bool reverse, void *state) +{ + if (reverse) { + foreach_list_typed_safe_reverse(nir_cf_node, node, node, + &if_stmt->else_list) { + if (!foreach_cf_node(node, cb, reverse, state)) + return false; + } + + foreach_list_typed_safe_reverse(nir_cf_node, node, node, + &if_stmt->then_list) { + if (!foreach_cf_node(node, cb, reverse, state)) + return false; + } + } else { + foreach_list_typed_safe(nir_cf_node, node, node, &if_stmt->then_list) { + if (!foreach_cf_node(node, cb, reverse, state)) + return false; + } + + foreach_list_typed_safe(nir_cf_node, node, node, &if_stmt->else_list) { + if (!foreach_cf_node(node, cb, reverse, state)) + return false; + } + } + + return true; +} + +static inline bool +foreach_loop(nir_loop *loop, nir_foreach_block_cb cb, bool reverse, void *state) +{ + if (reverse) { + foreach_list_typed_safe_reverse(nir_cf_node, node, node, &loop->body) { + if (!foreach_cf_node(node, cb, reverse, state)) + return false; + } + } else { + foreach_list_typed_safe(nir_cf_node, node, node, &loop->body) { + if (!foreach_cf_node(node, cb, reverse, state)) + return false; + } + } + + return true; +} + +static bool +foreach_cf_node(nir_cf_node *node, nir_foreach_block_cb cb, + bool reverse, void *state) +{ + switch (node->type) { + case nir_cf_node_block: + return cb(nir_cf_node_as_block(node), state); + case nir_cf_node_if: + return foreach_if(nir_cf_node_as_if(node), cb, reverse, state); + case nir_cf_node_loop: + return foreach_loop(nir_cf_node_as_loop(node), cb, reverse, state); + break; + + default: + unreachable("Invalid CFG node type"); + break; + } + + return false; +} + +bool +nir_foreach_block(nir_function_impl *impl, nir_foreach_block_cb cb, void *state) +{ + foreach_list_typed_safe(nir_cf_node, node, node, &impl->body) { + if (!foreach_cf_node(node, cb, false, state)) + return false; + } + + return cb(impl->end_block, state); +} + +bool +nir_foreach_block_reverse(nir_function_impl *impl, nir_foreach_block_cb cb, + void *state) +{ + if (!cb(impl->end_block, state)) + return false; + + foreach_list_typed_safe_reverse(nir_cf_node, node, node, &impl->body) { + if (!foreach_cf_node(node, cb, true, state)) + return false; + } + + return true; +} + +nir_if * +nir_block_get_following_if(nir_block *block) +{ + if (exec_node_is_tail_sentinel(&block->cf_node.node)) + return NULL; + + if (nir_cf_node_is_last(&block->cf_node)) + return NULL; + + nir_cf_node *next_node = nir_cf_node_next(&block->cf_node); + + if (next_node->type != nir_cf_node_if) + return NULL; + + return nir_cf_node_as_if(next_node); +} + +static bool +index_block(nir_block *block, void *state) +{ + unsigned *index = state; + block->index = (*index)++; + return true; +} + +void +nir_index_blocks(nir_function_impl *impl) +{ + unsigned index = 0; + + if (impl->valid_metadata & nir_metadata_block_index) + return; + + nir_foreach_block(impl, index_block, &index); + + impl->num_blocks = index; +} + +static bool +index_ssa_def_cb(nir_ssa_def *def, void *state) +{ + unsigned *index = (unsigned *) state; + def->index = (*index)++; + + return true; +} + +static bool +index_ssa_block(nir_block *block, void *state) +{ + nir_foreach_instr(block, instr) + nir_foreach_ssa_def(instr, index_ssa_def_cb, state); + + return true; +} + +void +nir_index_ssa_defs(nir_function_impl *impl) +{ + unsigned index = 0; + nir_foreach_block(impl, index_ssa_block, &index); + impl->ssa_alloc = index; +} diff --git a/mesalib/src/glsl/nir/nir.h b/mesalib/src/glsl/nir/nir.h new file mode 100644 index 000000000..d74caa959 --- /dev/null +++ b/mesalib/src/glsl/nir/nir.h @@ -0,0 +1,1618 @@ +/* + * Copyright © 2014 Connor Abbott + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Connor Abbott (cwabbott0@gmail.com) + * + */ + +#pragma once + +#include "util/hash_table.h" +#include "../list.h" +#include "GL/gl.h" /* GLenum */ +#include "util/ralloc.h" +#include "util/set.h" +#include "util/bitset.h" +#include "nir_types.h" +#include + +#include "nir_opcodes.h" + +#ifdef __cplusplus +extern "C" { +#endif + +struct gl_program; +struct gl_shader_program; + +#define NIR_FALSE 0u +#define NIR_TRUE (~0u) + +/** Defines a cast function + * + * This macro defines a cast function from in_type to out_type where + * out_type is some structure type that contains a field of type out_type. + * + * Note that you have to be a bit careful as the generated cast function + * destroys constness. + */ +#define NIR_DEFINE_CAST(name, in_type, out_type, field) \ +static inline out_type * \ +name(const in_type *parent) \ +{ \ + return exec_node_data(out_type, parent, field); \ +} + +struct nir_function_overload; +struct nir_function; +struct nir_shader; + + +/** + * Description of built-in state associated with a uniform + * + * \sa nir_variable::state_slots + */ +typedef struct { + int tokens[5]; + int swizzle; +} nir_state_slot; + +typedef enum { + nir_var_shader_in, + nir_var_shader_out, + nir_var_global, + nir_var_local, + nir_var_uniform, + nir_var_system_value +} nir_variable_mode; + +/** + * Data stored in an nir_constant + */ +union nir_constant_data { + unsigned u[16]; + int i[16]; + float f[16]; + bool b[16]; +}; + +typedef struct nir_constant { + /** + * Value of the constant. + * + * The field used to back the values supplied by the constant is determined + * by the type associated with the \c nir_variable. Constants may be + * scalars, vectors, or matrices. + */ + union nir_constant_data value; + + /* Array elements / Structure Fields */ + struct nir_constant **elements; +} nir_constant; + +/** + * \brief Layout qualifiers for gl_FragDepth. + * + * The AMD/ARB_conservative_depth extensions allow gl_FragDepth to be redeclared + * with a layout qualifier. + */ +typedef enum { + nir_depth_layout_none, /**< No depth layout is specified. */ + nir_depth_layout_any, + nir_depth_layout_greater, + nir_depth_layout_less, + nir_depth_layout_unchanged +} nir_depth_layout; + +/** + * Either a uniform, global variable, shader input, or shader output. Based on + * ir_variable - it should be easy to translate between the two. + */ + +typedef struct { + struct exec_node node; + + /** + * Declared type of the variable + */ + const struct glsl_type *type; + + /** + * Declared name of the variable + */ + char *name; + + /** + * For variables which satisfy the is_interface_instance() predicate, this + * points to an array of integers such that if the ith member of the + * interface block is an array, max_ifc_array_access[i] is the maximum + * array element of that member that has been accessed. If the ith member + * of the interface block is not an array, max_ifc_array_access[i] is + * unused. + * + * For variables whose type is not an interface block, this pointer is + * NULL. + */ + unsigned *max_ifc_array_access; + + struct nir_variable_data { + + /** + * Is the variable read-only? + * + * This is set for variables declared as \c const, shader inputs, + * and uniforms. + */ + unsigned read_only:1; + unsigned centroid:1; + unsigned sample:1; + unsigned invariant:1; + + /** + * Storage class of the variable. + * + * \sa nir_variable_mode + */ + nir_variable_mode mode:4; + + /** + * Interpolation mode for shader inputs / outputs + * + * \sa glsl_interp_qualifier + */ + unsigned interpolation:2; + + /** + * \name ARB_fragment_coord_conventions + * @{ + */ + unsigned origin_upper_left:1; + unsigned pixel_center_integer:1; + /*@}*/ + + /** + * Was the location explicitly set in the shader? + * + * If the location is explicitly set in the shader, it \b cannot be changed + * by the linker or by the API (e.g., calls to \c glBindAttribLocation have + * no effect). + */ + unsigned explicit_location:1; + unsigned explicit_index:1; + + /** + * Was an initial binding explicitly set in the shader? + * + * If so, constant_initializer contains an integer nir_constant + * representing the initial binding point. + */ + unsigned explicit_binding:1; + + /** + * Does this variable have an initializer? + * + * This is used by the linker to cross-validiate initializers of global + * variables. + */ + unsigned has_initializer:1; + + /** + * Is this variable a generic output or input that has not yet been matched + * up to a variable in another stage of the pipeline? + * + * This is used by the linker as scratch storage while assigning locations + * to generic inputs and outputs. + */ + unsigned is_unmatched_generic_inout:1; + + /** + * If non-zero, then this variable may be packed along with other variables + * into a single varying slot, so this offset should be applied when + * accessing components. For example, an offset of 1 means that the x + * component of this variable is actually stored in component y of the + * location specified by \c location. + */ + unsigned location_frac:2; + + /** + * Non-zero if this variable was created by lowering a named interface + * block which was not an array. + * + * Note that this variable and \c from_named_ifc_block_array will never + * both be non-zero. + */ + unsigned from_named_ifc_block_nonarray:1; + + /** + * Non-zero if this variable was created by lowering a named interface + * block which was an array. + * + * Note that this variable and \c from_named_ifc_block_nonarray will never + * both be non-zero. + */ + unsigned from_named_ifc_block_array:1; + + /** + * \brief Layout qualifier for gl_FragDepth. + * + * This is not equal to \c ir_depth_layout_none if and only if this + * variable is \c gl_FragDepth and a layout qualifier is specified. + */ + nir_depth_layout depth_layout; + + /** + * Storage location of the base of this variable + * + * The precise meaning of this field depends on the nature of the variable. + * + * - Vertex shader input: one of the values from \c gl_vert_attrib. + * - Vertex shader output: one of the values from \c gl_varying_slot. + * - Geometry shader input: one of the values from \c gl_varying_slot. + * - Geometry shader output: one of the values from \c gl_varying_slot. + * - Fragment shader input: one of the values from \c gl_varying_slot. + * - Fragment shader output: one of the values from \c gl_frag_result. + * - Uniforms: Per-stage uniform slot number for default uniform block. + * - Uniforms: Index within the uniform block definition for UBO members. + * - Other: This field is not currently used. + * + * If the variable is a uniform, shader input, or shader output, and the + * slot has not been assigned, the value will be -1. + */ + int location; + + /** + * The actual location of the variable in the IR. Only valid for inputs + * and outputs. + */ + unsigned int driver_location; + + /** + * output index for dual source blending. + */ + int index; + + /** + * Initial binding point for a sampler or UBO. + * + * For array types, this represents the binding point for the first element. + */ + int binding; + + /** + * Location an atomic counter is stored at. + */ + struct { + unsigned buffer_index; + unsigned offset; + } atomic; + + /** + * ARB_shader_image_load_store qualifiers. + */ + struct { + bool read_only; /**< "readonly" qualifier. */ + bool write_only; /**< "writeonly" qualifier. */ + bool coherent; + bool _volatile; + bool restrict_flag; + + /** Image internal format if specified explicitly, otherwise GL_NONE. */ + GLenum format; + } image; + + /** + * Highest element accessed with a constant expression array index + * + * Not used for non-array variables. + */ + unsigned max_array_access; + + } data; + + /** + * Built-in state that backs this uniform + * + * Once set at variable creation, \c state_slots must remain invariant. + * This is because, ideally, this array would be shared by all clones of + * this variable in the IR tree. In other words, we'd really like for it + * to be a fly-weight. + * + * If the variable is not a uniform, \c num_state_slots will be zero and + * \c state_slots will be \c NULL. + */ + /*@{*/ + unsigned num_state_slots; /**< Number of state slots used */ + nir_state_slot *state_slots; /**< State descriptors. */ + /*@}*/ + + /** + * Constant expression assigned in the initializer of the variable + */ + nir_constant *constant_initializer; + + /** + * For variables that are in an interface block or are an instance of an + * interface block, this is the \c GLSL_TYPE_INTERFACE type for that block. + * + * \sa ir_variable::location + */ + const struct glsl_type *interface_type; +} nir_variable; + +typedef struct { + struct exec_node node; + + unsigned num_components; /** < number of vector components */ + unsigned num_array_elems; /** < size of array (0 for no array) */ + + /** generic register index. */ + unsigned index; + + /** only for debug purposes, can be NULL */ + const char *name; + + /** whether this register is local (per-function) or global (per-shader) */ + bool is_global; + + /** + * If this flag is set to true, then accessing channels >= num_components + * is well-defined, and simply spills over to the next array element. This + * is useful for backends that can do per-component accessing, in + * particular scalar backends. By setting this flag and making + * num_components equal to 1, structures can be packed tightly into + * registers and then registers can be accessed per-component to get to + * each structure member, even if it crosses vec4 boundaries. + */ + bool is_packed; + + /** set of nir_instr's where this register is used (read from) */ + struct set *uses; + + /** set of nir_instr's where this register is defined (written to) */ + struct set *defs; + + /** set of nir_if's where this register is used as a condition */ + struct set *if_uses; +} nir_register; + +typedef enum { + nir_instr_type_alu, + nir_instr_type_call, + nir_instr_type_tex, + nir_instr_type_intrinsic, + nir_instr_type_load_const, + nir_instr_type_jump, + nir_instr_type_ssa_undef, + nir_instr_type_phi, + nir_instr_type_parallel_copy, +} nir_instr_type; + +typedef struct { + struct exec_node node; + nir_instr_type type; + struct nir_block *block; + + /* A temporary for optimization and analysis passes to use for storing + * flags. For instance, DCE uses this to store the "dead/live" info. + */ + uint8_t pass_flags; +} nir_instr; + +static inline nir_instr * +nir_instr_next(nir_instr *instr) +{ + struct exec_node *next = exec_node_get_next(&instr->node); + if (exec_node_is_tail_sentinel(next)) + return NULL; + else + return exec_node_data(nir_instr, next, node); +} + +static inline nir_instr * +nir_instr_prev(nir_instr *instr) +{ + struct exec_node *prev = exec_node_get_prev(&instr->node); + if (exec_node_is_head_sentinel(prev)) + return NULL; + else + return exec_node_data(nir_instr, prev, node); +} + +typedef struct { + /** for debugging only, can be NULL */ + const char* name; + + /** generic SSA definition index. */ + unsigned index; + + /** Index into the live_in and live_out bitfields */ + unsigned live_index; + + nir_instr *parent_instr; + + /** set of nir_instr's where this register is used (read from) */ + struct set *uses; + + /** set of nir_if's where this register is used as a condition */ + struct set *if_uses; + + uint8_t num_components; +} nir_ssa_def; + +struct nir_src; + +typedef struct { + nir_register *reg; + struct nir_src *indirect; /** < NULL for no indirect offset */ + unsigned base_offset; + + /* TODO use-def chain goes here */ +} nir_reg_src; + +typedef struct { + nir_register *reg; + struct nir_src *indirect; /** < NULL for no indirect offset */ + unsigned base_offset; + + /* TODO def-use chain goes here */ +} nir_reg_dest; + +typedef struct nir_src { + union { + nir_reg_src reg; + nir_ssa_def *ssa; + }; + + bool is_ssa; +} nir_src; + +typedef struct { + union { + nir_reg_dest reg; + nir_ssa_def ssa; + }; + + bool is_ssa; +} nir_dest; + +static inline nir_src +nir_src_for_ssa(nir_ssa_def *def) +{ + nir_src src; + + src.is_ssa = true; + src.ssa = def; + + return src; +} + +static inline nir_src +nir_src_for_reg(nir_register *reg) +{ + nir_src src; + + src.is_ssa = false; + src.reg.reg = reg; + src.reg.indirect = NULL; + src.reg.base_offset = 0; + + return src; +} + +static inline nir_dest +nir_dest_for_reg(nir_register *reg) +{ + nir_dest dest; + + dest.is_ssa = false; + dest.reg.reg = reg; + dest.reg.indirect = NULL; + dest.reg.base_offset = 0; + + return dest; +} + +void nir_src_copy(nir_src *dest, const nir_src *src, void *mem_ctx); +void nir_dest_copy(nir_dest *dest, const nir_dest *src, void *mem_ctx); + +typedef struct { + nir_src src; + + /** + * \name input modifiers + */ + /*@{*/ + /** + * For inputs interpreted as floating point, flips the sign bit. For + * inputs interpreted as integers, performs the two's complement negation. + */ + bool negate; + + /** + * Clears the sign bit for floating point values, and computes the integer + * absolute value for integers. Note that the negate modifier acts after + * the absolute value modifier, therefore if both are set then all inputs + * will become negative. + */ + bool abs; + /*@}*/ + + /** + * For each input component, says which component of the register it is + * chosen from. Note that which elements of the swizzle are used and which + * are ignored are based on the write mask for most opcodes - for example, + * a statement like "foo.xzw = bar.zyx" would have a writemask of 1101b and + * a swizzle of {2, x, 1, 0} where x means "don't care." + */ + uint8_t swizzle[4]; +} nir_alu_src; + +typedef struct { + nir_dest dest; + + /** + * \name saturate output modifier + * + * Only valid for opcodes that output floating-point numbers. Clamps the + * output to between 0.0 and 1.0 inclusive. + */ + + bool saturate; + + unsigned write_mask : 4; /* ignored if dest.is_ssa is true */ +} nir_alu_dest; + +void nir_alu_src_copy(nir_alu_src *dest, const nir_alu_src *src, void *mem_ctx); +void nir_alu_dest_copy(nir_alu_dest *dest, const nir_alu_dest *src, + void *mem_ctx); + +typedef enum { + nir_type_invalid = 0, /* Not a valid type */ + nir_type_float, + nir_type_int, + nir_type_unsigned, + nir_type_bool +} nir_alu_type; + +typedef enum { + NIR_OP_IS_COMMUTATIVE = (1 << 0), + NIR_OP_IS_ASSOCIATIVE = (1 << 1), +} nir_op_algebraic_property; + +typedef struct { + const char *name; + + unsigned num_inputs; + + /** + * The number of components in the output + * + * If non-zero, this is the size of the output and input sizes are + * explicitly given; swizzle and writemask are still in effect, but if + * the output component is masked out, then the input component may + * still be in use. + * + * If zero, the opcode acts in the standard, per-component manner; the + * operation is performed on each component (except the ones that are + * masked out) with the input being taken from the input swizzle for + * that component. + * + * The size of some of the inputs may be given (i.e. non-zero) even + * though output_size is zero; in that case, the inputs with a zero + * size act per-component, while the inputs with non-zero size don't. + */ + unsigned output_size; + + /** + * The type of vector that the instruction outputs. Note that the + * staurate modifier is only allowed on outputs with the float type. + */ + + nir_alu_type output_type; + + /** + * The number of components in each input + */ + unsigned input_sizes[4]; + + /** + * The type of vector that each input takes. Note that negate and + * absolute value are only allowed on inputs with int or float type and + * behave differently on the two. + */ + nir_alu_type input_types[4]; + + nir_op_algebraic_property algebraic_properties; +} nir_op_info; + +extern const nir_op_info nir_op_infos[nir_num_opcodes]; + +typedef struct nir_alu_instr { + nir_instr instr; + nir_op op; + nir_alu_dest dest; + nir_alu_src src[]; +} nir_alu_instr; + +/* is this source channel used? */ +static inline bool +nir_alu_instr_channel_used(nir_alu_instr *instr, unsigned src, unsigned channel) +{ + if (nir_op_infos[instr->op].input_sizes[src] > 0) + return channel < nir_op_infos[instr->op].input_sizes[src]; + + return (instr->dest.write_mask >> channel) & 1; +} + +/* + * For instructions whose destinations are SSA, get the number of channels + * used for a source + */ +static inline unsigned +nir_ssa_alu_instr_src_components(nir_alu_instr *instr, unsigned src) +{ + assert(instr->dest.dest.is_ssa); + + if (nir_op_infos[instr->op].input_sizes[src] > 0) + return nir_op_infos[instr->op].input_sizes[src]; + + return instr->dest.dest.ssa.num_components; +} + +typedef enum { + nir_deref_type_var, + nir_deref_type_array, + nir_deref_type_struct +} nir_deref_type; + +typedef struct nir_deref { + nir_deref_type deref_type; + struct nir_deref *child; + const struct glsl_type *type; +} nir_deref; + +typedef struct { + nir_deref deref; + + nir_variable *var; +} nir_deref_var; + +/* This enum describes how the array is referenced. If the deref is + * direct then the base_offset is used. If the deref is indirect then then + * offset is given by base_offset + indirect. If the deref is a wildcard + * then the deref refers to all of the elements of the array at the same + * time. Wildcard dereferences are only ever allowed in copy_var + * intrinsics and the source and destination derefs must have matching + * wildcards. + */ +typedef enum { + nir_deref_array_type_direct, + nir_deref_array_type_indirect, + nir_deref_array_type_wildcard, +} nir_deref_array_type; + +typedef struct { + nir_deref deref; + + nir_deref_array_type deref_array_type; + unsigned base_offset; + nir_src indirect; +} nir_deref_array; + +typedef struct { + nir_deref deref; + + unsigned index; +} nir_deref_struct; + +NIR_DEFINE_CAST(nir_deref_as_var, nir_deref, nir_deref_var, deref) +NIR_DEFINE_CAST(nir_deref_as_array, nir_deref, nir_deref_array, deref) +NIR_DEFINE_CAST(nir_deref_as_struct, nir_deref, nir_deref_struct, deref) + +typedef struct { + nir_instr instr; + + unsigned num_params; + nir_deref_var **params; + nir_deref_var *return_deref; + + struct nir_function_overload *callee; +} nir_call_instr; + +#define INTRINSIC(name, num_srcs, src_components, has_dest, dest_components, \ + num_variables, num_indices, flags) \ + nir_intrinsic_##name, + +#define LAST_INTRINSIC(name) nir_last_intrinsic = nir_intrinsic_##name, + +typedef enum { +#include "nir_intrinsics.h" + nir_num_intrinsics = nir_last_intrinsic + 1 +} nir_intrinsic_op; + +#undef INTRINSIC +#undef LAST_INTRINSIC + +/** Represents an intrinsic + * + * An intrinsic is an instruction type for handling things that are + * more-or-less regular operations but don't just consume and produce SSA + * values like ALU operations do. Intrinsics are not for things that have + * special semantic meaning such as phi nodes and parallel copies. + * Examples of intrinsics include variable load/store operations, system + * value loads, and the like. Even though texturing more-or-less falls + * under this category, texturing is its own instruction type because + * trying to represent texturing with intrinsics would lead to a + * combinatorial explosion of intrinsic opcodes. + * + * By having a single instruction type for handling a lot of different + * cases, optimization passes can look for intrinsics and, for the most + * part, completely ignore them. Each intrinsic type also has a few + * possible flags that govern whether or not they can be reordered or + * eliminated. That way passes like dead code elimination can still work + * on intrisics without understanding the meaning of each. + * + * Each intrinsic has some number of constant indices, some number of + * variables, and some number of sources. What these sources, variables, + * and indices mean depends on the intrinsic and is documented with the + * intrinsic declaration in nir_intrinsics.h. Intrinsics and texture + * instructions are the only types of instruction that can operate on + * variables. + */ +typedef struct { + nir_instr instr; + + nir_intrinsic_op intrinsic; + + nir_dest dest; + + /** number of components if this is a vectorized intrinsic + * + * Similarly to ALU operations, some intrinsics are vectorized. + * An intrinsic is vectorized if nir_intrinsic_infos.dest_components == 0. + * For vectorized intrinsics, the num_components field specifies the + * number of destination components and the number of source components + * for all sources with nir_intrinsic_infos.src_components[i] == 0. + */ + uint8_t num_components; + + int const_index[3]; + + nir_deref_var *variables[2]; + + nir_src src[]; +} nir_intrinsic_instr; + +/** + * \name NIR intrinsics semantic flags + * + * information about what the compiler can do with the intrinsics. + * + * \sa nir_intrinsic_info::flags + */ +typedef enum { + /** + * whether the intrinsic can be safely eliminated if none of its output + * value is not being used. + */ + NIR_INTRINSIC_CAN_ELIMINATE = (1 << 0), + + /** + * Whether the intrinsic can be reordered with respect to any other + * intrinsic, i.e. whether the only reordering dependencies of the + * intrinsic are due to the register reads/writes. + */ + NIR_INTRINSIC_CAN_REORDER = (1 << 1), +} nir_intrinsic_semantic_flag; + +#define NIR_INTRINSIC_MAX_INPUTS 4 + +typedef struct { + const char *name; + + unsigned num_srcs; /** < number of register/SSA inputs */ + + /** number of components of each input register + * + * If this value is 0, the number of components is given by the + * num_components field of nir_intrinsic_instr. + */ + unsigned src_components[NIR_INTRINSIC_MAX_INPUTS]; + + bool has_dest; + + /** number of components of the output register + * + * If this value is 0, the number of components is given by the + * num_components field of nir_intrinsic_instr. + */ + unsigned dest_components; + + /** the number of inputs/outputs that are variables */ + unsigned num_variables; + + /** the number of constant indices used by the intrinsic */ + unsigned num_indices; + + /** semantic flags for calls to this intrinsic */ + nir_intrinsic_semantic_flag flags; +} nir_intrinsic_info; + +extern const nir_intrinsic_info nir_intrinsic_infos[nir_num_intrinsics]; + +/** + * \group texture information + * + * This gives semantic information about textures which is useful to the + * frontend, the backend, and lowering passes, but not the optimizer. + */ + +typedef enum { + nir_tex_src_coord, + nir_tex_src_projector, + nir_tex_src_comparitor, /* shadow comparitor */ + nir_tex_src_offset, + nir_tex_src_bias, + nir_tex_src_lod, + nir_tex_src_ms_index, /* MSAA sample index */ + nir_tex_src_ddx, + nir_tex_src_ddy, + nir_tex_src_sampler_offset, /* < dynamically uniform indirect offset */ + nir_num_tex_src_types +} nir_tex_src_type; + +typedef struct { + nir_src src; + nir_tex_src_type src_type; +} nir_tex_src; + +typedef enum { + nir_texop_tex, /**< Regular texture look-up */ + nir_texop_txb, /**< Texture look-up with LOD bias */ + nir_texop_txl, /**< Texture look-up with explicit LOD */ + nir_texop_txd, /**< Texture look-up with partial derivatvies */ + nir_texop_txf, /**< Texel fetch with explicit LOD */ + nir_texop_txf_ms, /**< Multisample texture fetch */ + nir_texop_txs, /**< Texture size */ + nir_texop_lod, /**< Texture lod query */ + nir_texop_tg4, /**< Texture gather */ + nir_texop_query_levels /**< Texture levels query */ +} nir_texop; + +typedef struct { + nir_instr instr; + + enum glsl_sampler_dim sampler_dim; + nir_alu_type dest_type; + + nir_texop op; + nir_dest dest; + nir_tex_src *src; + unsigned num_srcs, coord_components; + bool is_array, is_shadow; + + /** + * If is_shadow is true, whether this is the old-style shadow that outputs 4 + * components or the new-style shadow that outputs 1 component. + */ + bool is_new_style_shadow; + + /* constant offset - must be 0 if the offset source is used */ + int const_offset[4]; + + /* gather component selector */ + unsigned component : 2; + + /** The sampler index + * + * If this texture instruction has a nir_tex_src_sampler_offset source, + * then the sampler index is given by sampler_index + sampler_offset. + */ + unsigned sampler_index; + + /** The size of the sampler array or 0 if it's not an array */ + unsigned sampler_array_size; + + nir_deref_var *sampler; /* if this is NULL, use sampler_index instead */ +} nir_tex_instr; + +static inline unsigned +nir_tex_instr_dest_size(nir_tex_instr *instr) +{ + if (instr->op == nir_texop_txs) { + unsigned ret; + switch (instr->sampler_dim) { + case GLSL_SAMPLER_DIM_1D: + case GLSL_SAMPLER_DIM_BUF: + ret = 1; + break; + case GLSL_SAMPLER_DIM_2D: + case GLSL_SAMPLER_DIM_CUBE: + case GLSL_SAMPLER_DIM_MS: + case GLSL_SAMPLER_DIM_RECT: + case GLSL_SAMPLER_DIM_EXTERNAL: + ret = 2; + break; + case GLSL_SAMPLER_DIM_3D: + ret = 3; + break; + default: + unreachable("not reached"); + } + if (instr->is_array) + ret++; + return ret; + } + + if (instr->op == nir_texop_query_levels) + return 2; + + if (instr->is_shadow && instr->is_new_style_shadow) + return 1; + + return 4; +} + +static inline unsigned +nir_tex_instr_src_size(nir_tex_instr *instr, unsigned src) +{ + if (instr->src[src].src_type == nir_tex_src_coord) + return instr->coord_components; + + + if (instr->src[src].src_type == nir_tex_src_offset || + instr->src[src].src_type == nir_tex_src_ddx || + instr->src[src].src_type == nir_tex_src_ddy) { + if (instr->is_array) + return instr->coord_components - 1; + else + return instr->coord_components; + } + + return 1; +} + +static inline int +nir_tex_instr_src_index(nir_tex_instr *instr, nir_tex_src_type type) +{ + for (unsigned i = 0; i < instr->num_srcs; i++) + if (instr->src[i].src_type == type) + return (int) i; + + return -1; +} + +typedef struct { + union { + float f[4]; + int32_t i[4]; + uint32_t u[4]; + }; +} nir_const_value; + +typedef struct { + nir_instr instr; + + nir_const_value value; + + nir_ssa_def def; +} nir_load_const_instr; + +typedef enum { + nir_jump_return, + nir_jump_break, + nir_jump_continue, +} nir_jump_type; + +typedef struct { + nir_instr instr; + nir_jump_type type; +} nir_jump_instr; + +/* creates a new SSA variable in an undefined state */ + +typedef struct { + nir_instr instr; + nir_ssa_def def; +} nir_ssa_undef_instr; + +typedef struct { + struct exec_node node; + + /* The predecessor block corresponding to this source */ + struct nir_block *pred; + + nir_src src; +} nir_phi_src; + +#define nir_foreach_phi_src(phi, entry) \ + foreach_list_typed(nir_phi_src, entry, node, &(phi)->srcs) + +typedef struct { + nir_instr instr; + + struct exec_list srcs; /** < list of nir_phi_src */ + + nir_dest dest; +} nir_phi_instr; + +typedef struct { + struct exec_node node; + nir_src src; + nir_dest dest; +} nir_parallel_copy_entry; + +#define nir_foreach_parallel_copy_entry(pcopy, entry) \ + foreach_list_typed(nir_parallel_copy_entry, entry, node, &(pcopy)->entries) + +typedef struct { + nir_instr instr; + + /* A list of nir_parallel_copy_entry's. The sources of all of the + * entries are copied to the corresponding destinations "in parallel". + * In other words, if we have two entries: a -> b and b -> a, the values + * get swapped. + */ + struct exec_list entries; +} nir_parallel_copy_instr; + +NIR_DEFINE_CAST(nir_instr_as_alu, nir_instr, nir_alu_instr, instr) +NIR_DEFINE_CAST(nir_instr_as_call, nir_instr, nir_call_instr, instr) +NIR_DEFINE_CAST(nir_instr_as_jump, nir_instr, nir_jump_instr, instr) +NIR_DEFINE_CAST(nir_instr_as_tex, nir_instr, nir_tex_instr, instr) +NIR_DEFINE_CAST(nir_instr_as_intrinsic, nir_instr, nir_intrinsic_instr, instr) +NIR_DEFINE_CAST(nir_instr_as_load_const, nir_instr, nir_load_const_instr, instr) +NIR_DEFINE_CAST(nir_instr_as_ssa_undef, nir_instr, nir_ssa_undef_instr, instr) +NIR_DEFINE_CAST(nir_instr_as_phi, nir_instr, nir_phi_instr, instr) +NIR_DEFINE_CAST(nir_instr_as_parallel_copy, nir_instr, + nir_parallel_copy_instr, instr) + +/* + * Control flow + * + * Control flow consists of a tree of control flow nodes, which include + * if-statements and loops. The leaves of the tree are basic blocks, lists of + * instructions that always run start-to-finish. Each basic block also keeps + * track of its successors (blocks which may run immediately after the current + * block) and predecessors (blocks which could have run immediately before the + * current block). Each function also has a start block and an end block which + * all return statements point to (which is always empty). Together, all the + * blocks with their predecessors and successors make up the control flow + * graph (CFG) of the function. There are helpers that modify the tree of + * control flow nodes while modifying the CFG appropriately; these should be + * used instead of modifying the tree directly. + */ + +typedef enum { + nir_cf_node_block, + nir_cf_node_if, + nir_cf_node_loop, + nir_cf_node_function +} nir_cf_node_type; + +typedef struct nir_cf_node { + struct exec_node node; + nir_cf_node_type type; + struct nir_cf_node *parent; +} nir_cf_node; + +typedef struct nir_block { + nir_cf_node cf_node; + + struct exec_list instr_list; /** < list of nir_instr */ + + /** generic block index; generated by nir_index_blocks */ + unsigned index; + + /* + * Each block can only have up to 2 successors, so we put them in a simple + * array - no need for anything more complicated. + */ + struct nir_block *successors[2]; + + /* Set of nir_block predecessors in the CFG */ + struct set *predecessors; + + /* + * this node's immediate dominator in the dominance tree - set to NULL for + * the start block. + */ + struct nir_block *imm_dom; + + /* This node's children in the dominance tree */ + unsigned num_dom_children; + struct nir_block **dom_children; + + /* Set of nir_block's on the dominance frontier of this block */ + struct set *dom_frontier; + + /* + * These two indices have the property that dom_{pre,post}_index for each + * child of this block in the dominance tree will always be between + * dom_pre_index and dom_post_index for this block, which makes testing if + * a given block is dominated by another block an O(1) operation. + */ + unsigned dom_pre_index, dom_post_index; + + /* live in and out for this block; used for liveness analysis */ + BITSET_WORD *live_in; + BITSET_WORD *live_out; +} nir_block; + +static inline nir_instr * +nir_block_first_instr(nir_block *block) +{ + struct exec_node *head = exec_list_get_head(&block->instr_list); + return exec_node_data(nir_instr, head, node); +} + +static inline nir_instr * +nir_block_last_instr(nir_block *block) +{ + struct exec_node *tail = exec_list_get_tail(&block->instr_list); + return exec_node_data(nir_instr, tail, node); +} + +#define nir_foreach_instr(block, instr) \ + foreach_list_typed(nir_instr, instr, node, &(block)->instr_list) +#define nir_foreach_instr_reverse(block, instr) \ + foreach_list_typed_reverse(nir_instr, instr, node, &(block)->instr_list) +#define nir_foreach_instr_safe(block, instr) \ + foreach_list_typed_safe(nir_instr, instr, node, &(block)->instr_list) + +typedef struct { + nir_cf_node cf_node; + nir_src condition; + + struct exec_list then_list; /** < list of nir_cf_node */ + struct exec_list else_list; /** < list of nir_cf_node */ +} nir_if; + +static inline nir_cf_node * +nir_if_first_then_node(nir_if *if_stmt) +{ + struct exec_node *head = exec_list_get_head(&if_stmt->then_list); + return exec_node_data(nir_cf_node, head, node); +} + +static inline nir_cf_node * +nir_if_last_then_node(nir_if *if_stmt) +{ + struct exec_node *tail = exec_list_get_tail(&if_stmt->then_list); + return exec_node_data(nir_cf_node, tail, node); +} + +static inline nir_cf_node * +nir_if_first_else_node(nir_if *if_stmt) +{ + struct exec_node *head = exec_list_get_head(&if_stmt->else_list); + return exec_node_data(nir_cf_node, head, node); +} + +static inline nir_cf_node * +nir_if_last_else_node(nir_if *if_stmt) +{ + struct exec_node *tail = exec_list_get_tail(&if_stmt->else_list); + return exec_node_data(nir_cf_node, tail, node); +} + +typedef struct { + nir_cf_node cf_node; + + struct exec_list body; /** < list of nir_cf_node */ +} nir_loop; + +static inline nir_cf_node * +nir_loop_first_cf_node(nir_loop *loop) +{ + return exec_node_data(nir_cf_node, exec_list_get_head(&loop->body), node); +} + +static inline nir_cf_node * +nir_loop_last_cf_node(nir_loop *loop) +{ + return exec_node_data(nir_cf_node, exec_list_get_tail(&loop->body), node); +} + +/** + * Various bits of metadata that can may be created or required by + * optimization and analysis passes + */ +typedef enum { + nir_metadata_none = 0x0, + nir_metadata_block_index = 0x1, + nir_metadata_dominance = 0x2, + nir_metadata_live_variables = 0x4, +} nir_metadata; + +typedef struct { + nir_cf_node cf_node; + + /** pointer to the overload of which this is an implementation */ + struct nir_function_overload *overload; + + struct exec_list body; /** < list of nir_cf_node */ + + nir_block *start_block, *end_block; + + /** list for all local variables in the function */ + struct exec_list locals; + + /** array of variables used as parameters */ + unsigned num_params; + nir_variable **params; + + /** variable used to hold the result of the function */ + nir_variable *return_var; + + /** list of local registers in the function */ + struct exec_list registers; + + /** next available local register index */ + unsigned reg_alloc; + + /** next available SSA value index */ + unsigned ssa_alloc; + + /* total number of basic blocks, only valid when block_index_dirty = false */ + unsigned num_blocks; + + nir_metadata valid_metadata; +} nir_function_impl; + +static inline nir_cf_node * +nir_cf_node_next(nir_cf_node *node) +{ + struct exec_node *next = exec_node_get_next(&node->node); + if (exec_node_is_tail_sentinel(next)) + return NULL; + else + return exec_node_data(nir_cf_node, next, node); +} + +static inline nir_cf_node * +nir_cf_node_prev(nir_cf_node *node) +{ + struct exec_node *prev = exec_node_get_prev(&node->node); + if (exec_node_is_head_sentinel(prev)) + return NULL; + else + return exec_node_data(nir_cf_node, prev, node); +} + +static inline bool +nir_cf_node_is_first(const nir_cf_node *node) +{ + return exec_node_is_head_sentinel(node->node.prev); +} + +static inline bool +nir_cf_node_is_last(const nir_cf_node *node) +{ + return exec_node_is_tail_sentinel(node->node.next); +} + +NIR_DEFINE_CAST(nir_cf_node_as_block, nir_cf_node, nir_block, cf_node) +NIR_DEFINE_CAST(nir_cf_node_as_if, nir_cf_node, nir_if, cf_node) +NIR_DEFINE_CAST(nir_cf_node_as_loop, nir_cf_node, nir_loop, cf_node) +NIR_DEFINE_CAST(nir_cf_node_as_function, nir_cf_node, nir_function_impl, cf_node) + +typedef enum { + nir_parameter_in, + nir_parameter_out, + nir_parameter_inout, +} nir_parameter_type; + +typedef struct { + nir_parameter_type param_type; + const struct glsl_type *type; +} nir_parameter; + +typedef struct nir_function_overload { + struct exec_node node; + + unsigned num_params; + nir_parameter *params; + const struct glsl_type *return_type; + + nir_function_impl *impl; /** < NULL if the overload is only declared yet */ + + /** pointer to the function of which this is an overload */ + struct nir_function *function; +} nir_function_overload; + +typedef struct nir_function { + struct exec_node node; + + struct exec_list overload_list; /** < list of nir_function_overload */ + const char *name; + struct nir_shader *shader; +} nir_function; + +#define nir_function_first_overload(func) \ + exec_node_data(nir_function_overload, \ + exec_list_get_head(&(func)->overload_list), node) + +typedef struct nir_shader_compiler_options { + bool lower_ffma; + bool lower_fpow; + bool lower_fsat; + bool lower_fsqrt; + /** lowers fneg and ineg to fsub and isub. */ + bool lower_negate; +} nir_shader_compiler_options; + +typedef struct nir_shader { + /** hash table of name -> uniform nir_variable */ + struct hash_table *uniforms; + + /** hash table of name -> input nir_variable */ + struct hash_table *inputs; + + /** hash table of name -> output nir_variable */ + struct hash_table *outputs; + + /** Set of driver-specific options for the shader. + * + * The memory for the options is expected to be kept in a single static + * copy by the driver. + */ + const struct nir_shader_compiler_options *options; + + /** list of global variables in the shader */ + struct exec_list globals; + + /** list of system value variables in the shader */ + struct exec_list system_values; + + struct exec_list functions; /** < list of nir_function */ + + /** list of global register in the shader */ + struct exec_list registers; + + /** structures used in this shader */ + unsigned num_user_structures; + struct glsl_type **user_structures; + + /** next available global register index */ + unsigned reg_alloc; + + /** + * the highest index a load_input_*, load_uniform_*, etc. intrinsic can + * access plus one + */ + unsigned num_inputs, num_uniforms, num_outputs; +} nir_shader; + +#define nir_foreach_overload(shader, overload) \ + foreach_list_typed(nir_function, func, node, &(shader)->functions) \ + foreach_list_typed(nir_function_overload, overload, node, \ + &(func)->overload_list) + +nir_shader *nir_shader_create(void *mem_ctx, + const nir_shader_compiler_options *options); + +/** creates a register, including assigning it an index and adding it to the list */ +nir_register *nir_global_reg_create(nir_shader *shader); + +nir_register *nir_local_reg_create(nir_function_impl *impl); + +void nir_reg_remove(nir_register *reg); + +/** creates a function and adds it to the shader's list of functions */ +nir_function *nir_function_create(nir_shader *shader, const char *name); + +/** creates a null function returning null */ +nir_function_overload *nir_function_overload_create(nir_function *func); + +nir_function_impl *nir_function_impl_create(nir_function_overload *func); + +nir_block *nir_block_create(void *mem_ctx); +nir_if *nir_if_create(void *mem_ctx); +nir_loop *nir_loop_create(void *mem_ctx); + +nir_function_impl *nir_cf_node_get_function(nir_cf_node *node); + +/** puts a control flow node immediately after another control flow node */ +void nir_cf_node_insert_after(nir_cf_node *node, nir_cf_node *after); + +/** puts a control flow node immediately before another control flow node */ +void nir_cf_node_insert_before(nir_cf_node *node, nir_cf_node *before); + +/** puts a control flow node at the beginning of a list from an if, loop, or function */ +void nir_cf_node_insert_begin(struct exec_list *list, nir_cf_node *node); + +/** puts a control flow node at the end of a list from an if, loop, or function */ +void nir_cf_node_insert_end(struct exec_list *list, nir_cf_node *node); + +/** removes a control flow node, doing any cleanup necessary */ +void nir_cf_node_remove(nir_cf_node *node); + +/** requests that the given pieces of metadata be generated */ +void nir_metadata_require(nir_function_impl *impl, nir_metadata required); +/** dirties all but the preserved metadata */ +void nir_metadata_preserve(nir_function_impl *impl, nir_metadata preserved); + +/** creates an instruction with default swizzle/writemask/etc. with NULL registers */ +nir_alu_instr *nir_alu_instr_create(void *mem_ctx, nir_op op); + +nir_jump_instr *nir_jump_instr_create(void *mem_ctx, nir_jump_type type); + +nir_load_const_instr *nir_load_const_instr_create(void *mem_ctx, + unsigned num_components); + +nir_intrinsic_instr *nir_intrinsic_instr_create(void *mem_ctx, + nir_intrinsic_op op); + +nir_call_instr *nir_call_instr_create(void *mem_ctx, + nir_function_overload *callee); + +nir_tex_instr *nir_tex_instr_create(void *mem_ctx, unsigned num_srcs); + +nir_phi_instr *nir_phi_instr_create(void *mem_ctx); + +nir_parallel_copy_instr *nir_parallel_copy_instr_create(void *mem_ctx); + +nir_ssa_undef_instr *nir_ssa_undef_instr_create(void *mem_ctx, + unsigned num_components); + +nir_deref_var *nir_deref_var_create(void *mem_ctx, nir_variable *var); +nir_deref_array *nir_deref_array_create(void *mem_ctx); +nir_deref_struct *nir_deref_struct_create(void *mem_ctx, unsigned field_index); + +nir_deref *nir_copy_deref(void *mem_ctx, nir_deref *deref); + +void nir_instr_insert_before(nir_instr *instr, nir_instr *before); +void nir_instr_insert_after(nir_instr *instr, nir_instr *after); + +void nir_instr_insert_before_block(nir_block *block, nir_instr *before); +void nir_instr_insert_after_block(nir_block *block, nir_instr *after); + +void nir_instr_insert_before_cf(nir_cf_node *node, nir_instr *before); +void nir_instr_insert_after_cf(nir_cf_node *node, nir_instr *after); + +void nir_instr_insert_before_cf_list(struct exec_list *list, nir_instr *before); +void nir_instr_insert_after_cf_list(struct exec_list *list, nir_instr *after); + +void nir_instr_remove(nir_instr *instr); + +typedef bool (*nir_foreach_ssa_def_cb)(nir_ssa_def *def, void *state); +typedef bool (*nir_foreach_dest_cb)(nir_dest *dest, void *state); +typedef bool (*nir_foreach_src_cb)(nir_src *src, void *state); +bool nir_foreach_ssa_def(nir_instr *instr, nir_foreach_ssa_def_cb cb, + void *state); +bool nir_foreach_dest(nir_instr *instr, nir_foreach_dest_cb cb, void *state); +bool nir_foreach_src(nir_instr *instr, nir_foreach_src_cb cb, void *state); + +nir_const_value *nir_src_as_const_value(nir_src src); +bool nir_srcs_equal(nir_src src1, nir_src src2); +void nir_instr_rewrite_src(nir_instr *instr, nir_src *src, nir_src new_src); + +void nir_ssa_dest_init(nir_instr *instr, nir_dest *dest, + unsigned num_components, const char *name); +void nir_ssa_def_init(nir_instr *instr, nir_ssa_def *def, + unsigned num_components, const char *name); +void nir_ssa_def_rewrite_uses(nir_ssa_def *def, nir_src new_src, void *mem_ctx); + +/* visits basic blocks in source-code order */ +typedef bool (*nir_foreach_block_cb)(nir_block *block, void *state); +bool nir_foreach_block(nir_function_impl *impl, nir_foreach_block_cb cb, + void *state); +bool nir_foreach_block_reverse(nir_function_impl *impl, nir_foreach_block_cb cb, + void *state); + +/* If the following CF node is an if, this function returns that if. + * Otherwise, it returns NULL. + */ +nir_if *nir_block_get_following_if(nir_block *block); + +void nir_index_local_regs(nir_function_impl *impl); +void nir_index_global_regs(nir_shader *shader); +void nir_index_ssa_defs(nir_function_impl *impl); + +void nir_index_blocks(nir_function_impl *impl); + +void nir_print_shader(nir_shader *shader, FILE *fp); +void nir_print_instr(const nir_instr *instr, FILE *fp); + +#ifdef DEBUG +void nir_validate_shader(nir_shader *shader); +#else +static inline void nir_validate_shader(nir_shader *shader) { } +#endif /* DEBUG */ + +void nir_calc_dominance_impl(nir_function_impl *impl); +void nir_calc_dominance(nir_shader *shader); + +nir_block *nir_dominance_lca(nir_block *b1, nir_block *b2); +bool nir_block_dominates(nir_block *parent, nir_block *child); + +void nir_dump_dom_tree_impl(nir_function_impl *impl, FILE *fp); +void nir_dump_dom_tree(nir_shader *shader, FILE *fp); + +void nir_dump_dom_frontier_impl(nir_function_impl *impl, FILE *fp); +void nir_dump_dom_frontier(nir_shader *shader, FILE *fp); + +void nir_dump_cfg_impl(nir_function_impl *impl, FILE *fp); +void nir_dump_cfg(nir_shader *shader, FILE *fp); + +void nir_split_var_copies(nir_shader *shader); + +void nir_lower_var_copy_instr(nir_intrinsic_instr *copy, void *mem_ctx); +void nir_lower_var_copies(nir_shader *shader); + +void nir_lower_global_vars_to_local(nir_shader *shader); + +void nir_lower_locals_to_regs(nir_shader *shader); + +void nir_lower_io(nir_shader *shader); + +void nir_lower_vars_to_ssa(nir_shader *shader); + +void nir_remove_dead_variables(nir_shader *shader); + +void nir_lower_vec_to_movs(nir_shader *shader); +void nir_lower_alu_to_scalar(nir_shader *shader); + +void nir_lower_phis_to_scalar(nir_shader *shader); + +void nir_lower_samplers(nir_shader *shader, + struct gl_shader_program *shader_program, + struct gl_program *prog); + +void nir_lower_system_values(nir_shader *shader); + +void nir_lower_atomics(nir_shader *shader); +void nir_lower_to_source_mods(nir_shader *shader); + +void nir_live_variables_impl(nir_function_impl *impl); +bool nir_ssa_defs_interfere(nir_ssa_def *a, nir_ssa_def *b); + +void nir_convert_to_ssa_impl(nir_function_impl *impl); +void nir_convert_to_ssa(nir_shader *shader); +void nir_convert_from_ssa(nir_shader *shader); + +bool nir_opt_algebraic(nir_shader *shader); +bool nir_opt_constant_folding(nir_shader *shader); + +bool nir_opt_global_to_local(nir_shader *shader); + +bool nir_copy_prop_impl(nir_function_impl *impl); +bool nir_copy_prop(nir_shader *shader); + +bool nir_opt_cse(nir_shader *shader); + +bool nir_opt_dce_impl(nir_function_impl *impl); +bool nir_opt_dce(nir_shader *shader); + +void nir_opt_gcm(nir_shader *shader); + +bool nir_opt_peephole_select(nir_shader *shader); +bool nir_opt_peephole_ffma(nir_shader *shader); + +bool nir_opt_remove_phis(nir_shader *shader); + +#ifdef __cplusplus +} /* extern "C" */ +#endif diff --git a/mesalib/src/glsl/nir/nir_algebraic.py b/mesalib/src/glsl/nir/nir_algebraic.py new file mode 100644 index 000000000..afab1a008 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_algebraic.py @@ -0,0 +1,300 @@ +#! /usr/bin/env python +# +# Copyright (C) 2014 Intel Corporation +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice (including the next +# paragraph) shall be included in all copies or substantial portions of the +# Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. +# +# Authors: +# Jason Ekstrand (jason@jlekstrand.net) + +import itertools +import struct +import sys +import mako.template +import re + +# Represents a set of variables, each with a unique id +class VarSet(object): + def __init__(self): + self.names = {} + self.ids = itertools.count() + self.immutable = False; + + def __getitem__(self, name): + if name not in self.names: + assert not self.immutable, "Unknown replacement variable: " + name + self.names[name] = self.ids.next() + + return self.names[name] + + def lock(self): + self.immutable = True + +class Value(object): + @staticmethod + def create(val, name_base, varset): + if isinstance(val, tuple): + return Expression(val, name_base, varset) + elif isinstance(val, Expression): + return val + elif isinstance(val, (str, unicode)): + return Variable(val, name_base, varset) + elif isinstance(val, (bool, int, long, float)): + return Constant(val, name_base) + + __template = mako.template.Template(""" +static const ${val.c_type} ${val.name} = { + { ${val.type_enum} }, +% if isinstance(val, Constant): + { ${hex(val)} /* ${val.value} */ }, +% elif isinstance(val, Variable): + ${val.index}, /* ${val.var_name} */ + ${'true' if val.is_constant else 'false'}, + nir_type_${ val.required_type or 'invalid' }, +% elif isinstance(val, Expression): + nir_op_${val.opcode}, + { ${', '.join(src.c_ptr for src in val.sources)} }, +% endif +};""") + + def __init__(self, name, type_str): + self.name = name + self.type_str = type_str + + @property + def type_enum(self): + return "nir_search_value_" + self.type_str + + @property + def c_type(self): + return "nir_search_" + self.type_str + + @property + def c_ptr(self): + return "&{0}.value".format(self.name) + + def render(self): + return self.__template.render(val=self, + Constant=Constant, + Variable=Variable, + Expression=Expression) + +class Constant(Value): + def __init__(self, val, name): + Value.__init__(self, name, "constant") + self.value = val + + def __hex__(self): + # Even if it's an integer, we still need to unpack as an unsigned + # int. This is because, without C99, we can only assign to the first + # element of a union in an initializer. + if isinstance(self.value, (bool)): + return 'NIR_TRUE' if self.value else 'NIR_FALSE' + if isinstance(self.value, (int, long)): + return hex(struct.unpack('I', struct.pack('i', self.value))[0]) + elif isinstance(self.value, float): + return hex(struct.unpack('I', struct.pack('f', self.value))[0]) + else: + assert False + +_var_name_re = re.compile(r"(?P#)?(?P\w+)(?:@(?P\w+))?") + +class Variable(Value): + def __init__(self, val, name, varset): + Value.__init__(self, name, "variable") + + m = _var_name_re.match(val) + assert m and m.group('name') is not None + + self.var_name = m.group('name') + self.is_constant = m.group('const') is not None + self.required_type = m.group('type') + + if self.required_type is not None: + assert self.required_type in ('float', 'bool', 'int', 'unsigned') + + self.index = varset[self.var_name] + +class Expression(Value): + def __init__(self, expr, name_base, varset): + Value.__init__(self, name_base, "expression") + assert isinstance(expr, tuple) + + self.opcode = expr[0] + self.sources = [ Value.create(src, "{0}_{1}".format(name_base, i), varset) + for (i, src) in enumerate(expr[1:]) ] + + def render(self): + srcs = "\n".join(src.render() for src in self.sources) + return srcs + super(Expression, self).render() + +_optimization_ids = itertools.count() + +condition_list = ['true'] + +class SearchAndReplace(object): + def __init__(self, transform): + self.id = _optimization_ids.next() + + search = transform[0] + replace = transform[1] + if len(transform) > 2: + self.condition = transform[2] + else: + self.condition = 'true' + + if self.condition not in condition_list: + condition_list.append(self.condition) + self.condition_index = condition_list.index(self.condition) + + varset = VarSet() + if isinstance(search, Expression): + self.search = search + else: + self.search = Expression(search, "search{0}".format(self.id), varset) + + varset.lock() + + if isinstance(replace, Value): + self.replace = replace + else: + self.replace = Value.create(replace, "replace{0}".format(self.id), varset) + +_algebraic_pass_template = mako.template.Template(""" +#include "nir.h" +#include "nir_search.h" + +struct transform { + const nir_search_expression *search; + const nir_search_value *replace; + unsigned condition_offset; +}; + +% for (opcode, xform_list) in xform_dict.iteritems(): +% for xform in xform_list: + ${xform.search.render()} + ${xform.replace.render()} +% endfor + +static const struct transform ${pass_name}_${opcode}_xforms[] = { +% for xform in xform_list: + { &${xform.search.name}, ${xform.replace.c_ptr}, ${xform.condition_index} }, +% endfor +}; +% endfor + +struct opt_state { + void *mem_ctx; + bool progress; + const bool *condition_flags; +}; + +static bool +${pass_name}_block(nir_block *block, void *void_state) +{ + struct opt_state *state = void_state; + + nir_foreach_instr_safe(block, instr) { + if (instr->type != nir_instr_type_alu) + continue; + + nir_alu_instr *alu = nir_instr_as_alu(instr); + if (!alu->dest.dest.is_ssa) + continue; + + switch (alu->op) { + % for opcode in xform_dict.keys(): + case nir_op_${opcode}: + for (unsigned i = 0; i < ARRAY_SIZE(${pass_name}_${opcode}_xforms); i++) { + const struct transform *xform = &${pass_name}_${opcode}_xforms[i]; + if (state->condition_flags[xform->condition_offset] && + nir_replace_instr(alu, xform->search, xform->replace, + state->mem_ctx)) { + state->progress = true; + break; + } + } + break; + % endfor + default: + break; + } + } + + return true; +} + +static bool +${pass_name}_impl(nir_function_impl *impl, const bool *condition_flags) +{ + struct opt_state state; + + state.mem_ctx = ralloc_parent(impl); + state.progress = false; + state.condition_flags = condition_flags; + + nir_foreach_block(impl, ${pass_name}_block, &state); + + if (state.progress) + nir_metadata_preserve(impl, nir_metadata_block_index | + nir_metadata_dominance); + + return state.progress; +} + + +bool +${pass_name}(nir_shader *shader) +{ + bool progress = false; + bool condition_flags[${len(condition_list)}]; + const nir_shader_compiler_options *options = shader->options; + + % for index, condition in enumerate(condition_list): + condition_flags[${index}] = ${condition}; + % endfor + + nir_foreach_overload(shader, overload) { + if (overload->impl) + progress |= ${pass_name}_impl(overload->impl, condition_flags); + } + + return progress; +} +""") + +class AlgebraicPass(object): + def __init__(self, pass_name, transforms): + self.xform_dict = {} + self.pass_name = pass_name + + for xform in transforms: + if not isinstance(xform, SearchAndReplace): + xform = SearchAndReplace(xform) + + if xform.search.opcode not in self.xform_dict: + self.xform_dict[xform.search.opcode] = [] + + self.xform_dict[xform.search.opcode].append(xform) + + def render(self): + return _algebraic_pass_template.render(pass_name=self.pass_name, + xform_dict=self.xform_dict, + condition_list=condition_list) diff --git a/mesalib/src/glsl/nir/nir_builder.h b/mesalib/src/glsl/nir/nir_builder.h new file mode 100644 index 000000000..7c4f7fd96 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_builder.h @@ -0,0 +1,130 @@ +/* + * Copyright © 2014-2015 Broadcom + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + */ + +#ifndef NIR_BUILDER_H +#define NIR_BUILDER_H + +struct exec_list; + +typedef struct nir_builder { + struct exec_list *cf_node_list; + nir_shader *shader; + nir_function_impl *impl; +} nir_builder; + +static inline void +nir_builder_init(nir_builder *build, nir_function_impl *impl) +{ + memset(build, 0, sizeof(*build)); + build->impl = impl; + build->shader = impl->overload->function->shader; +} + +static inline void +nir_builder_insert_after_cf_list(nir_builder *build, + struct exec_list *cf_node_list) +{ + build->cf_node_list = cf_node_list; +} + + +static inline nir_ssa_def * +nir_build_alu(nir_builder *build, nir_op op, nir_ssa_def *src0, + nir_ssa_def *src1, nir_ssa_def *src2, nir_ssa_def *src3) +{ + const nir_op_info *op_info = &nir_op_infos[op]; + nir_alu_instr *instr = nir_alu_instr_create(build->shader, op); + if (!instr) + return NULL; + + instr->src[0].src = nir_src_for_ssa(src0); + if (src1) + instr->src[1].src = nir_src_for_ssa(src1); + if (src2) + instr->src[2].src = nir_src_for_ssa(src2); + if (src3) + instr->src[3].src = nir_src_for_ssa(src3); + + /* Guess the number of components the destination temporary should have + * based on our input sizes, if it's not fixed for the op. + */ + unsigned num_components = op_info->output_size; + if (num_components == 0) { + for (unsigned i = 0; i < op_info->num_inputs; i++) { + if (op_info->input_sizes[i] == 0) + num_components = MAX2(num_components, + instr->src[i].src.ssa->num_components); + } + } + assert(num_components != 0); + + /* Make sure we don't swizzle from outside of our source vector (like if a + * scalar value was passed into a multiply with a vector). + */ + for (unsigned i = 0; i < op_info->num_inputs; i++) { + for (unsigned j = instr->src[i].src.ssa->num_components; j < 4; j++) { + instr->src[i].swizzle[j] = instr->src[i].src.ssa->num_components - 1; + } + } + + nir_ssa_dest_init(&instr->instr, &instr->dest.dest, num_components, NULL); + instr->dest.write_mask = (1 << num_components) - 1; + + nir_instr_insert_after_cf_list(build->cf_node_list, &instr->instr); + + return &instr->dest.dest.ssa; +} + +#define ALU1(op) \ +static inline nir_ssa_def * \ +nir_##op(nir_builder *build, nir_ssa_def *src0) \ +{ \ + return nir_build_alu(build, nir_op_##op, src0, NULL, NULL, NULL); \ +} + +#define ALU2(op) \ +static inline nir_ssa_def * \ +nir_##op(nir_builder *build, nir_ssa_def *src0, nir_ssa_def *src1) \ +{ \ + return nir_build_alu(build, nir_op_##op, src0, src1, NULL, NULL); \ +} + +#define ALU3(op) \ +static inline nir_ssa_def * \ +nir_##op(nir_builder *build, nir_ssa_def *src0, \ + nir_ssa_def *src1, nir_ssa_def *src2) \ +{ \ + return nir_build_alu(build, nir_op_##op, src0, src1, src2, NULL); \ +} + +#define ALU4(op) \ +static inline nir_ssa_def * \ +nir_##op(nir_builder *build, nir_ssa_def *src0, \ + nir_ssa_def *src1, nir_ssa_def *src2, nir_ssa_def *src3) \ +{ \ + return nir_build_alu(build, nir_op_##op, src0, src1, src2, src3); \ +} + +#include "nir_builder_opcodes.h" + +#endif /* NIR_BUILDER_H */ diff --git a/mesalib/src/glsl/nir/nir_builder_opcodes_h.py b/mesalib/src/glsl/nir/nir_builder_opcodes_h.py new file mode 100644 index 000000000..e27206ea8 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_builder_opcodes_h.py @@ -0,0 +1,38 @@ +#! /usr/bin/env python + +template = """\ +/* Copyright (C) 2015 Broadcom + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + */ + +#ifndef _NIR_BUILDER_OPCODES_ +#define _NIR_BUILDER_OPCODES_ + +% for name, opcode in sorted(opcodes.iteritems()): +ALU${opcode.num_inputs}(${name}); +% endfor + +#endif /* _NIR_BUILDER_OPCODES_ */""" + +from nir_opcodes import opcodes +from mako.template import Template + +print Template(template).render(opcodes=opcodes) diff --git a/mesalib/src/glsl/nir/nir_constant_expressions.h b/mesalib/src/glsl/nir/nir_constant_expressions.h new file mode 100644 index 000000000..97997f2e5 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_constant_expressions.h @@ -0,0 +1,31 @@ +/* + * Copyright © 2014 Connor Abbott + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Connor Abbott (cwabbott0@gmail.com) + * + */ + +#include "nir.h" + +nir_const_value nir_eval_const_opcode(nir_op op, unsigned num_components, + nir_const_value *src); diff --git a/mesalib/src/glsl/nir/nir_constant_expressions.py b/mesalib/src/glsl/nir/nir_constant_expressions.py new file mode 100644 index 000000000..22bc4f095 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_constant_expressions.py @@ -0,0 +1,352 @@ +#! /usr/bin/python2 +template = """\ +/* + * Copyright (C) 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Jason Ekstrand (jason@jlekstrand.net) + */ + +#include +#include "main/core.h" +#include "nir_constant_expressions.h" + +#if defined(_MSC_VER) && (_MSC_VER < 1800) +static int isnormal(double x) +{ + return _fpclass(x) == _FPCLASS_NN || _fpclass(x) == _FPCLASS_PN; +} +#elif defined(__SUNPRO_CC) +#include +static int isnormal(double x) +{ + return fpclass(x) == FP_NORMAL; +} +#endif + +#if defined(_MSC_VER) +static double copysign(double x, double y) +{ + return _copysign(x, y); +} +#endif + +/** + * Evaluate one component of packSnorm4x8. + */ +static uint8_t +pack_snorm_1x8(float x) +{ + /* From section 8.4 of the GLSL 4.30 spec: + * + * packSnorm4x8 + * ------------ + * The conversion for component c of v to fixed point is done as + * follows: + * + * packSnorm4x8: round(clamp(c, -1, +1) * 127.0) + * + * We must first cast the float to an int, because casting a negative + * float to a uint is undefined. + */ + return (uint8_t) (int8_t) + _mesa_round_to_even(CLAMP(x, -1.0f, +1.0f) * 127.0f); +} + +/** + * Evaluate one component of packSnorm2x16. + */ +static uint16_t +pack_snorm_1x16(float x) +{ + /* From section 8.4 of the GLSL ES 3.00 spec: + * + * packSnorm2x16 + * ------------- + * The conversion for component c of v to fixed point is done as + * follows: + * + * packSnorm2x16: round(clamp(c, -1, +1) * 32767.0) + * + * We must first cast the float to an int, because casting a negative + * float to a uint is undefined. + */ + return (uint16_t) (int16_t) + _mesa_round_to_even(CLAMP(x, -1.0f, +1.0f) * 32767.0f); +} + +/** + * Evaluate one component of unpackSnorm4x8. + */ +static float +unpack_snorm_1x8(uint8_t u) +{ + /* From section 8.4 of the GLSL 4.30 spec: + * + * unpackSnorm4x8 + * -------------- + * The conversion for unpacked fixed-point value f to floating point is + * done as follows: + * + * unpackSnorm4x8: clamp(f / 127.0, -1, +1) + */ + return CLAMP((int8_t) u / 127.0f, -1.0f, +1.0f); +} + +/** + * Evaluate one component of unpackSnorm2x16. + */ +static float +unpack_snorm_1x16(uint16_t u) +{ + /* From section 8.4 of the GLSL ES 3.00 spec: + * + * unpackSnorm2x16 + * --------------- + * The conversion for unpacked fixed-point value f to floating point is + * done as follows: + * + * unpackSnorm2x16: clamp(f / 32767.0, -1, +1) + */ + return CLAMP((int16_t) u / 32767.0f, -1.0f, +1.0f); +} + +/** + * Evaluate one component packUnorm4x8. + */ +static uint8_t +pack_unorm_1x8(float x) +{ + /* From section 8.4 of the GLSL 4.30 spec: + * + * packUnorm4x8 + * ------------ + * The conversion for component c of v to fixed point is done as + * follows: + * + * packUnorm4x8: round(clamp(c, 0, +1) * 255.0) + */ + return (uint8_t) _mesa_round_to_even(CLAMP(x, 0.0f, 1.0f) * 255.0f); +} + +/** + * Evaluate one component packUnorm2x16. + */ +static uint16_t +pack_unorm_1x16(float x) +{ + /* From section 8.4 of the GLSL ES 3.00 spec: + * + * packUnorm2x16 + * ------------- + * The conversion for component c of v to fixed point is done as + * follows: + * + * packUnorm2x16: round(clamp(c, 0, +1) * 65535.0) + */ + return (uint16_t) _mesa_round_to_even(CLAMP(x, 0.0f, 1.0f) * 65535.0f); +} + +/** + * Evaluate one component of unpackUnorm4x8. + */ +static float +unpack_unorm_1x8(uint8_t u) +{ + /* From section 8.4 of the GLSL 4.30 spec: + * + * unpackUnorm4x8 + * -------------- + * The conversion for unpacked fixed-point value f to floating point is + * done as follows: + * + * unpackUnorm4x8: f / 255.0 + */ + return (float) u / 255.0f; +} + +/** + * Evaluate one component of unpackUnorm2x16. + */ +static float +unpack_unorm_1x16(uint16_t u) +{ + /* From section 8.4 of the GLSL ES 3.00 spec: + * + * unpackUnorm2x16 + * --------------- + * The conversion for unpacked fixed-point value f to floating point is + * done as follows: + * + * unpackUnorm2x16: f / 65535.0 + */ + return (float) u / 65535.0f; +} + +/** + * Evaluate one component of packHalf2x16. + */ +static uint16_t +pack_half_1x16(float x) +{ + return _mesa_float_to_half(x); +} + +/** + * Evaluate one component of unpackHalf2x16. + */ +static float +unpack_half_1x16(uint16_t u) +{ + return _mesa_half_to_float(u); +} + +/* Some typed vector structures to make things like src0.y work */ +% for type in ["float", "int", "unsigned", "bool"]: +struct ${type}_vec { + ${type} x; + ${type} y; + ${type} z; + ${type} w; +}; +% endfor + +% for name, op in sorted(opcodes.iteritems()): +static nir_const_value +evaluate_${name}(unsigned num_components, nir_const_value *_src) +{ + nir_const_value _dst_val = { { {0, 0, 0, 0} } }; + + ## For each non-per-component input, create a variable srcN that + ## contains x, y, z, and w elements which are filled in with the + ## appropriately-typed values. + % for j in range(op.num_inputs): + % if op.input_sizes[j] == 0: + <% continue %> + % elif "src" + str(j) not in op.const_expr: + ## Avoid unused variable warnings + <% continue %> + %endif + + struct ${op.input_types[j]}_vec src${j} = { + % for k in range(op.input_sizes[j]): + % if op.input_types[j] == "bool": + _src[${j}].u[${k}] != 0, + % else: + _src[${j}].${op.input_types[j][:1]}[${k}], + % endif + % endfor + }; + % endfor + + % if op.output_size == 0: + ## For per-component instructions, we need to iterate over the + ## components and apply the constant expression one component + ## at a time. + for (unsigned _i = 0; _i < num_components; _i++) { + ## For each per-component input, create a variable srcN that + ## contains the value of the current (_i'th) component. + % for j in range(op.num_inputs): + % if op.input_sizes[j] != 0: + <% continue %> + % elif "src" + str(j) not in op.const_expr: + ## Avoid unused variable warnings + <% continue %> + % elif op.input_types[j] == "bool": + bool src${j} = _src[${j}].u[_i] != 0; + % else: + ${op.input_types[j]} src${j} = _src[${j}].${op.input_types[j][:1]}[_i]; + % endif + % endfor + + ## Create an appropriately-typed variable dst and assign the + ## result of the const_expr to it. If const_expr already contains + ## writes to dst, just include const_expr directly. + % if "dst" in op.const_expr: + ${op.output_type} dst; + ${op.const_expr} + % else: + ${op.output_type} dst = ${op.const_expr}; + % endif + + ## Store the current component of the actual destination to the + ## value of dst. + % if op.output_type == "bool": + ## Sanitize the C value to a proper NIR bool + _dst_val.u[_i] = dst ? NIR_TRUE : NIR_FALSE; + % else: + _dst_val.${op.output_type[:1]}[_i] = dst; + % endif + } + % else: + ## In the non-per-component case, create a struct dst with + ## appropriately-typed elements x, y, z, and w and assign the result + ## of the const_expr to all components of dst, or include the + ## const_expr directly if it writes to dst already. + struct ${op.output_type}_vec dst; + + % if "dst" in op.const_expr: + ${op.const_expr} + % else: + ## Splat the value to all components. This way expressions which + ## write the same value to all components don't need to explicitly + ## write to dest. One such example is fnoise which has a + ## const_expr of 0.0f. + dst.x = dst.y = dst.z = dst.w = ${op.const_expr}; + % endif + + ## For each component in the destination, copy the value of dst to + ## the actual destination. + % for k in range(op.output_size): + % if op.output_type == "bool": + ## Sanitize the C value to a proper NIR bool + _dst_val.u[${k}] = dst.${"xyzw"[k]} ? NIR_TRUE : NIR_FALSE; + % else: + _dst_val.${op.output_type[:1]}[${k}] = dst.${"xyzw"[k]}; + % endif + % endfor + % endif + + return _dst_val; +} +% endfor + +nir_const_value +nir_eval_const_opcode(nir_op op, unsigned num_components, + nir_const_value *src) +{ + switch (op) { +% for name in sorted(opcodes.iterkeys()): + case nir_op_${name}: { + return evaluate_${name}(num_components, src); + break; + } +% endfor + default: + unreachable("shouldn't get here"); + } +}""" + +from nir_opcodes import opcodes +from mako.template import Template + +print Template(template).render(opcodes=opcodes) diff --git a/mesalib/src/glsl/nir/nir_dominance.c b/mesalib/src/glsl/nir/nir_dominance.c new file mode 100644 index 000000000..2f50db1c1 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_dominance.c @@ -0,0 +1,349 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Connor Abbott (cwabbott0@gmail.com) + * + */ + +#include "nir.h" + +/* + * Implements the algorithms for computing the dominance tree and the + * dominance frontier from "A Simple, Fast Dominance Algorithm" by Cooper, + * Harvey, and Kennedy. + */ + +typedef struct { + nir_function_impl *impl; + bool progress; +} dom_state; + +static bool +init_block_cb(nir_block *block, void *_state) +{ + dom_state *state = (dom_state *) _state; + if (block == state->impl->start_block) + block->imm_dom = block; + else + block->imm_dom = NULL; + block->num_dom_children = 0; + + struct set_entry *entry; + set_foreach(block->dom_frontier, entry) { + _mesa_set_remove(block->dom_frontier, entry); + } + + return true; +} + +static nir_block * +intersect(nir_block *b1, nir_block *b2) +{ + while (b1 != b2) { + /* + * Note, the comparisons here are the opposite of what the paper says + * because we index blocks from beginning -> end (i.e. reverse + * post-order) instead of post-order like they assume. + */ + while (b1->index > b2->index) + b1 = b1->imm_dom; + while (b2->index > b1->index) + b2 = b2->imm_dom; + } + + return b1; +} + +static bool +calc_dominance_cb(nir_block *block, void *_state) +{ + dom_state *state = (dom_state *) _state; + if (block == state->impl->start_block) + return true; + + nir_block *new_idom = NULL; + struct set_entry *entry; + set_foreach(block->predecessors, entry) { + nir_block *pred = (nir_block *) entry->key; + + if (pred->imm_dom) { + if (new_idom) + new_idom = intersect(pred, new_idom); + else + new_idom = pred; + } + } + + assert(new_idom); + if (block->imm_dom != new_idom) { + block->imm_dom = new_idom; + state->progress = true; + } + + return true; +} + +static bool +calc_dom_frontier_cb(nir_block *block, void *state) +{ + (void) state; + + if (block->predecessors->entries > 1) { + struct set_entry *entry; + set_foreach(block->predecessors, entry) { + nir_block *runner = (nir_block *) entry->key; + while (runner != block->imm_dom) { + _mesa_set_add(runner->dom_frontier, block); + runner = runner->imm_dom; + } + } + } + + return true; +} + +/* + * Compute each node's children in the dominance tree from the immediate + * dominator information. We do this in three stages: + * + * 1. Calculate the number of children each node has + * 2. Allocate arrays, setting the number of children to 0 again + * 3. For each node, add itself to its parent's list of children, using + * num_dom_children as an index - at the end of this step, num_dom_children + * for each node will be the same as it was at the end of step #1. + */ + +static bool +block_count_children(nir_block *block, void *state) +{ + (void) state; + + if (block->imm_dom) + block->imm_dom->num_dom_children++; + + return true; +} + +static bool +block_alloc_children(nir_block *block, void *state) +{ + void *mem_ctx = state; + + block->dom_children = ralloc_array(mem_ctx, nir_block *, + block->num_dom_children); + block->num_dom_children = 0; + + return true; +} + +static bool +block_add_child(nir_block *block, void *state) +{ + (void) state; + + if (block->imm_dom) + block->imm_dom->dom_children[block->imm_dom->num_dom_children++] = block; + + return true; +} + +static void +calc_dom_children(nir_function_impl* impl) +{ + void *mem_ctx = ralloc_parent(impl); + + nir_foreach_block(impl, block_count_children, NULL); + nir_foreach_block(impl, block_alloc_children, mem_ctx); + nir_foreach_block(impl, block_add_child, NULL); +} + +static void +calc_dfs_indicies(nir_block *block, unsigned *index) +{ + block->dom_pre_index = (*index)++; + + for (unsigned i = 0; i < block->num_dom_children; i++) + calc_dfs_indicies(block->dom_children[i], index); + + block->dom_post_index = (*index)++; +} + +void +nir_calc_dominance_impl(nir_function_impl *impl) +{ + if (impl->valid_metadata & nir_metadata_dominance) + return; + + nir_metadata_require(impl, nir_metadata_block_index); + + dom_state state; + state.impl = impl; + state.progress = true; + + nir_foreach_block(impl, init_block_cb, &state); + + while (state.progress) { + state.progress = false; + nir_foreach_block(impl, calc_dominance_cb, &state); + } + + nir_foreach_block(impl, calc_dom_frontier_cb, &state); + + impl->start_block->imm_dom = NULL; + + calc_dom_children(impl); + + unsigned dfs_index = 0; + calc_dfs_indicies(impl->start_block, &dfs_index); +} + +void +nir_calc_dominance(nir_shader *shader) +{ + nir_foreach_overload(shader, overload) { + if (overload->impl) + nir_calc_dominance_impl(overload->impl); + } +} + +/** + * Computes the least common anscestor of two blocks. If one of the blocks + * is null, the other block is returned. + */ +nir_block * +nir_dominance_lca(nir_block *b1, nir_block *b2) +{ + if (b1 == NULL) + return b2; + + if (b2 == NULL) + return b1; + + assert(nir_cf_node_get_function(&b1->cf_node) == + nir_cf_node_get_function(&b2->cf_node)); + + assert(nir_cf_node_get_function(&b1->cf_node)->valid_metadata & + nir_metadata_dominance); + + return intersect(b1, b2); +} + +/** + * Returns true if parent dominates child + */ +bool +nir_block_dominates(nir_block *parent, nir_block *child) +{ + assert(nir_cf_node_get_function(&parent->cf_node) == + nir_cf_node_get_function(&child->cf_node)); + + assert(nir_cf_node_get_function(&parent->cf_node)->valid_metadata & + nir_metadata_dominance); + + return child->dom_pre_index >= parent->dom_pre_index && + child->dom_post_index <= parent->dom_post_index; +} + +static bool +dump_block_dom(nir_block *block, void *state) +{ + FILE *fp = state; + if (block->imm_dom) + fprintf(fp, "\t%u -> %u\n", block->imm_dom->index, block->index); + return true; +} + +void +nir_dump_dom_tree_impl(nir_function_impl *impl, FILE *fp) +{ + fprintf(fp, "digraph doms_%s {\n", impl->overload->function->name); + nir_foreach_block(impl, dump_block_dom, fp); + fprintf(fp, "}\n\n"); +} + +void +nir_dump_dom_tree(nir_shader *shader, FILE *fp) +{ + nir_foreach_overload(shader, overload) { + if (overload->impl) + nir_dump_dom_tree_impl(overload->impl, fp); + } +} + +static bool +dump_block_dom_frontier(nir_block *block, void *state) +{ + FILE *fp = state; + + fprintf(fp, "DF(%u) = {", block->index); + struct set_entry *entry; + set_foreach(block->dom_frontier, entry) { + nir_block *df = (nir_block *) entry->key; + fprintf(fp, "%u, ", df->index); + } + fprintf(fp, "}\n"); + return true; +} + +void +nir_dump_dom_frontier_impl(nir_function_impl *impl, FILE *fp) +{ + nir_foreach_block(impl, dump_block_dom_frontier, fp); +} + +void +nir_dump_dom_frontier(nir_shader *shader, FILE *fp) +{ + nir_foreach_overload(shader, overload) { + if (overload->impl) + nir_dump_dom_frontier_impl(overload->impl, fp); + } +} + +static bool +dump_block_succs(nir_block *block, void *state) +{ + FILE *fp = state; + if (block->successors[0]) + fprintf(fp, "\t%u -> %u\n", block->index, block->successors[0]->index); + if (block->successors[1]) + fprintf(fp, "\t%u -> %u\n", block->index, block->successors[1]->index); + return true; +} + +void +nir_dump_cfg_impl(nir_function_impl *impl, FILE *fp) +{ + fprintf(fp, "digraph cfg_%s {\n", impl->overload->function->name); + nir_foreach_block(impl, dump_block_succs, fp); + fprintf(fp, "}\n\n"); +} + +void +nir_dump_cfg(nir_shader *shader, FILE *fp) +{ + nir_foreach_overload(shader, overload) { + if (overload->impl) + nir_dump_cfg_impl(overload->impl, fp); + } +} diff --git a/mesalib/src/glsl/nir/nir_from_ssa.c b/mesalib/src/glsl/nir/nir_from_ssa.c new file mode 100644 index 000000000..7c5009577 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_from_ssa.c @@ -0,0 +1,876 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Jason Ekstrand (jason@jlekstrand.net) + * + */ + +#include "nir.h" + +/* + * This file implements an out-of-SSA pass as described in "Revisiting + * Out-of-SSA Translation for Correctness, Code Quality, and Efficiency" by + * Boissinot et. al. + */ + +struct from_ssa_state { + void *mem_ctx; + void *dead_ctx; + struct hash_table *ssa_table; + struct hash_table *merge_node_table; + nir_instr *instr; + nir_function_impl *impl; +}; + +/* Returns true if a dominates b */ +static bool +ssa_def_dominates(nir_ssa_def *a, nir_ssa_def *b) +{ + if (a->live_index == 0) { + /* SSA undefs always dominate */ + return true; + } else if (b->live_index < a->live_index) { + return false; + } else if (a->parent_instr->block == b->parent_instr->block) { + return a->live_index <= b->live_index; + } else { + return nir_block_dominates(a->parent_instr->block, + b->parent_instr->block); + } +} + + +/* The following data structure, which I have named merge_set is a way of + * representing a set registers of non-interfering registers. This is + * based on the concept of a "dominence forest" presented in "Fast Copy + * Coalescing and Live-Range Identification" by Budimlic et. al. but the + * implementation concept is taken from "Revisiting Out-of-SSA Translation + * for Correctness, Code Quality, and Efficiency" by Boissinot et. al.. + * + * Each SSA definition is associated with a merge_node and the association + * is represented by a combination of a hash table and the "def" parameter + * in the merge_node structure. The merge_set stores a linked list of + * merge_node's in dominence order of the ssa definitions. (Since the + * liveness analysis pass indexes the SSA values in dominence order for us, + * this is an easy thing to keep up.) It is assumed that no pair of the + * nodes in a given set interfere. Merging two sets or checking for + * interference can be done in a single linear-time merge-sort walk of the + * two lists of nodes. + */ +struct merge_set; + +typedef struct { + struct exec_node node; + struct merge_set *set; + nir_ssa_def *def; +} merge_node; + +typedef struct merge_set { + struct exec_list nodes; + unsigned size; + nir_register *reg; +} merge_set; + +#if 0 +static void +merge_set_dump(merge_set *set, FILE *fp) +{ + nir_ssa_def *dom[set->size]; + int dom_idx = -1; + + foreach_list_typed(merge_node, node, node, &set->nodes) { + while (dom_idx >= 0 && !ssa_def_dominates(dom[dom_idx], node->def)) + dom_idx--; + + for (int i = 0; i <= dom_idx; i++) + fprintf(fp, " "); + + if (node->def->name) + fprintf(fp, "ssa_%d /* %s */\n", node->def->index, node->def->name); + else + fprintf(fp, "ssa_%d\n", node->def->index); + + dom[++dom_idx] = node->def; + } +} +#endif + +static merge_node * +get_merge_node(nir_ssa_def *def, struct from_ssa_state *state) +{ + struct hash_entry *entry = + _mesa_hash_table_search(state->merge_node_table, def); + if (entry) + return entry->data; + + merge_set *set = ralloc(state->dead_ctx, merge_set); + exec_list_make_empty(&set->nodes); + set->size = 1; + set->reg = NULL; + + merge_node *node = ralloc(state->dead_ctx, merge_node); + node->set = set; + node->def = def; + exec_list_push_head(&set->nodes, &node->node); + + _mesa_hash_table_insert(state->merge_node_table, def, node); + + return node; +} + +static bool +merge_nodes_interfere(merge_node *a, merge_node *b) +{ + return nir_ssa_defs_interfere(a->def, b->def); +} + +/* Merges b into a */ +static merge_set * +merge_merge_sets(merge_set *a, merge_set *b) +{ + struct exec_node *an = exec_list_get_head(&a->nodes); + struct exec_node *bn = exec_list_get_head(&b->nodes); + while (!exec_node_is_tail_sentinel(bn)) { + merge_node *a_node = exec_node_data(merge_node, an, node); + merge_node *b_node = exec_node_data(merge_node, bn, node); + + if (exec_node_is_tail_sentinel(an) || + a_node->def->live_index > b_node->def->live_index) { + struct exec_node *next = bn->next; + exec_node_remove(bn); + exec_node_insert_node_before(an, bn); + exec_node_data(merge_node, bn, node)->set = a; + bn = next; + } else { + an = an->next; + } + } + + a->size += b->size; + b->size = 0; + + return a; +} + +/* Checks for any interference between two merge sets + * + * This is an implementation of Algorithm 2 in "Revisiting Out-of-SSA + * Translation for Correctness, Code Quality, and Efficiency" by + * Boissinot et. al. + */ +static bool +merge_sets_interfere(merge_set *a, merge_set *b) +{ + merge_node *dom[a->size + b->size]; + int dom_idx = -1; + + struct exec_node *an = exec_list_get_head(&a->nodes); + struct exec_node *bn = exec_list_get_head(&b->nodes); + while (!exec_node_is_tail_sentinel(an) || + !exec_node_is_tail_sentinel(bn)) { + + merge_node *current; + if (exec_node_is_tail_sentinel(an)) { + current = exec_node_data(merge_node, bn, node); + bn = bn->next; + } else if (exec_node_is_tail_sentinel(bn)) { + current = exec_node_data(merge_node, an, node); + an = an->next; + } else { + merge_node *a_node = exec_node_data(merge_node, an, node); + merge_node *b_node = exec_node_data(merge_node, bn, node); + + if (a_node->def->live_index <= b_node->def->live_index) { + current = a_node; + an = an->next; + } else { + current = b_node; + bn = bn->next; + } + } + + while (dom_idx >= 0 && + !ssa_def_dominates(dom[dom_idx]->def, current->def)) + dom_idx--; + + if (dom_idx >= 0 && merge_nodes_interfere(current, dom[dom_idx])) + return true; + + dom[++dom_idx] = current; + } + + return false; +} + +static bool +add_parallel_copy_to_end_of_block(nir_block *block, void *void_state) +{ + struct from_ssa_state *state = void_state; + + bool need_end_copy = false; + if (block->successors[0]) { + nir_instr *instr = nir_block_first_instr(block->successors[0]); + if (instr && instr->type == nir_instr_type_phi) + need_end_copy = true; + } + + if (block->successors[1]) { + nir_instr *instr = nir_block_first_instr(block->successors[1]); + if (instr && instr->type == nir_instr_type_phi) + need_end_copy = true; + } + + if (need_end_copy) { + /* If one of our successors has at least one phi node, we need to + * create a parallel copy at the end of the block but before the jump + * (if there is one). + */ + nir_parallel_copy_instr *pcopy = + nir_parallel_copy_instr_create(state->dead_ctx); + + nir_instr *last_instr = nir_block_last_instr(block); + if (last_instr && last_instr->type == nir_instr_type_jump) { + nir_instr_insert_before(last_instr, &pcopy->instr); + } else { + nir_instr_insert_after_block(block, &pcopy->instr); + } + } + + return true; +} + +static nir_parallel_copy_instr * +get_parallel_copy_at_end_of_block(nir_block *block) +{ + nir_instr *last_instr = nir_block_last_instr(block); + if (last_instr == NULL) + return NULL; + + /* The last instruction may be a jump in which case the parallel copy is + * right before it. + */ + if (last_instr->type == nir_instr_type_jump) + last_instr = nir_instr_prev(last_instr); + + if (last_instr && last_instr->type == nir_instr_type_parallel_copy) + return nir_instr_as_parallel_copy(last_instr); + else + return NULL; +} + +/** Isolate phi nodes with parallel copies + * + * In order to solve the dependency problems with the sources and + * destinations of phi nodes, we first isolate them by adding parallel + * copies to the beginnings and ends of basic blocks. For every block with + * phi nodes, we add a parallel copy immediately following the last phi + * node that copies the destinations of all of the phi nodes to new SSA + * values. We also add a parallel copy to the end of every block that has + * a successor with phi nodes that, for each phi node in each successor, + * copies the corresponding sorce of the phi node and adjust the phi to + * used the destination of the parallel copy. + * + * In SSA form, each value has exactly one definition. What this does is + * ensure that each value used in a phi also has exactly one use. The + * destinations of phis are only used by the parallel copy immediately + * following the phi nodes and. Thanks to the parallel copy at the end of + * the predecessor block, the sources of phi nodes are are the only use of + * that value. This allows us to immediately assign all the sources and + * destinations of any given phi node to the same register without worrying + * about interference at all. We do coalescing to get rid of the parallel + * copies where possible. + * + * Before this pass can be run, we have to iterate over the blocks with + * add_parallel_copy_to_end_of_block to ensure that the parallel copies at + * the ends of blocks exist. We can create the ones at the beginnings as + * we go, but the ones at the ends of blocks need to be created ahead of + * time because of potential back-edges in the CFG. + */ +static bool +isolate_phi_nodes_block(nir_block *block, void *void_state) +{ + struct from_ssa_state *state = void_state; + + nir_instr *last_phi_instr = NULL; + nir_foreach_instr(block, instr) { + /* Phi nodes only ever come at the start of a block */ + if (instr->type != nir_instr_type_phi) + break; + + last_phi_instr = instr; + } + + /* If we don't have any phi's, then there's nothing for us to do. */ + if (last_phi_instr == NULL) + return true; + + /* If we have phi nodes, we need to create a parallel copy at the + * start of this block but after the phi nodes. + */ + nir_parallel_copy_instr *block_pcopy = + nir_parallel_copy_instr_create(state->dead_ctx); + nir_instr_insert_after(last_phi_instr, &block_pcopy->instr); + + nir_foreach_instr(block, instr) { + /* Phi nodes only ever come at the start of a block */ + if (instr->type != nir_instr_type_phi) + break; + + nir_phi_instr *phi = nir_instr_as_phi(instr); + assert(phi->dest.is_ssa); + nir_foreach_phi_src(phi, src) { + nir_parallel_copy_instr *pcopy = + get_parallel_copy_at_end_of_block(src->pred); + assert(pcopy); + + nir_parallel_copy_entry *entry = ralloc(state->dead_ctx, + nir_parallel_copy_entry); + exec_list_push_tail(&pcopy->entries, &entry->node); + + nir_src_copy(&entry->src, &src->src, state->dead_ctx); + _mesa_set_add(src->src.ssa->uses, &pcopy->instr); + + nir_ssa_dest_init(&pcopy->instr, &entry->dest, + phi->dest.ssa.num_components, src->src.ssa->name); + + struct set_entry *use_entry = + _mesa_set_search(src->src.ssa->uses, instr); + if (use_entry) + /* It is possible that a phi node can use the same source twice + * but for different basic blocks. If that happens, entry will + * be NULL because we already deleted it. This is safe + * because, by the time the loop is done, we will have deleted + * all of the sources of the phi from their respective use sets + * and moved them to the parallel copy definitions. + */ + _mesa_set_remove(src->src.ssa->uses, use_entry); + + src->src.ssa = &entry->dest.ssa; + _mesa_set_add(entry->dest.ssa.uses, instr); + } + + nir_parallel_copy_entry *entry = ralloc(state->dead_ctx, + nir_parallel_copy_entry); + exec_list_push_tail(&block_pcopy->entries, &entry->node); + + nir_ssa_dest_init(&block_pcopy->instr, &entry->dest, + phi->dest.ssa.num_components, phi->dest.ssa.name); + nir_ssa_def_rewrite_uses(&phi->dest.ssa, + nir_src_for_ssa(&entry->dest.ssa), + state->mem_ctx); + + entry->src.is_ssa = true; + entry->src.ssa = &phi->dest.ssa; + _mesa_set_add(phi->dest.ssa.uses, &block_pcopy->instr); + } + + return true; +} + +static bool +coalesce_phi_nodes_block(nir_block *block, void *void_state) +{ + struct from_ssa_state *state = void_state; + + nir_foreach_instr(block, instr) { + /* Phi nodes only ever come at the start of a block */ + if (instr->type != nir_instr_type_phi) + break; + + nir_phi_instr *phi = nir_instr_as_phi(instr); + + assert(phi->dest.is_ssa); + merge_node *dest_node = get_merge_node(&phi->dest.ssa, state); + + nir_foreach_phi_src(phi, src) { + assert(src->src.is_ssa); + merge_node *src_node = get_merge_node(src->src.ssa, state); + if (src_node->set != dest_node->set) + merge_merge_sets(dest_node->set, src_node->set); + } + } + + return true; +} + +static void +agressive_coalesce_parallel_copy(nir_parallel_copy_instr *pcopy, + struct from_ssa_state *state) +{ + nir_foreach_parallel_copy_entry(pcopy, entry) { + if (!entry->src.is_ssa) + continue; + + /* Since load_const instructions are SSA only, we can't replace their + * destinations with registers and, therefore, can't coalesce them. + */ + if (entry->src.ssa->parent_instr->type == nir_instr_type_load_const) + continue; + + /* Don't try and coalesce these */ + if (entry->dest.ssa.num_components != entry->src.ssa->num_components) + continue; + + merge_node *src_node = get_merge_node(entry->src.ssa, state); + merge_node *dest_node = get_merge_node(&entry->dest.ssa, state); + + if (src_node->set == dest_node->set) + continue; + + if (!merge_sets_interfere(src_node->set, dest_node->set)) + merge_merge_sets(src_node->set, dest_node->set); + } +} + +static bool +agressive_coalesce_block(nir_block *block, void *void_state) +{ + struct from_ssa_state *state = void_state; + + nir_parallel_copy_instr *start_pcopy = NULL; + nir_foreach_instr(block, instr) { + /* Phi nodes only ever come at the start of a block */ + if (instr->type != nir_instr_type_phi) { + if (instr->type != nir_instr_type_parallel_copy) + break; /* The parallel copy must be right after the phis */ + + start_pcopy = nir_instr_as_parallel_copy(instr); + + agressive_coalesce_parallel_copy(start_pcopy, state); + + break; + } + } + + nir_parallel_copy_instr *end_pcopy = + get_parallel_copy_at_end_of_block(block); + + if (end_pcopy && end_pcopy != start_pcopy) + agressive_coalesce_parallel_copy(end_pcopy, state); + + return true; +} + +static nir_register * +get_register_for_ssa_def(nir_ssa_def *def, struct from_ssa_state *state) +{ + struct hash_entry *entry = + _mesa_hash_table_search(state->merge_node_table, def); + if (entry) { + merge_node *node = (merge_node *)entry->data; + + /* If it doesn't have a register yet, create one. Note that all of + * the things in the merge set should be the same so it doesn't + * matter which node's definition we use. + */ + if (node->set->reg == NULL) { + node->set->reg = nir_local_reg_create(state->impl); + node->set->reg->name = def->name; + node->set->reg->num_components = def->num_components; + node->set->reg->num_array_elems = 0; + } + + return node->set->reg; + } + + entry = _mesa_hash_table_search(state->ssa_table, def); + if (entry) { + return (nir_register *)entry->data; + } else { + /* We leave load_const SSA values alone. They act as immediates to + * the backend. If it got coalesced into a phi, that's ok. + */ + if (def->parent_instr->type == nir_instr_type_load_const) + return NULL; + + nir_register *reg = nir_local_reg_create(state->impl); + reg->name = def->name; + reg->num_components = def->num_components; + reg->num_array_elems = 0; + + _mesa_hash_table_insert(state->ssa_table, def, reg); + return reg; + } +} + +static bool +rewrite_ssa_src(nir_src *src, void *void_state) +{ + struct from_ssa_state *state = void_state; + + if (src->is_ssa) { + nir_register *reg = get_register_for_ssa_def(src->ssa, state); + + if (reg == NULL) { + assert(src->ssa->parent_instr->type == nir_instr_type_load_const); + return true; + } + + memset(src, 0, sizeof *src); + src->reg.reg = reg; + + /* We don't need to remove it from the uses set because that is going + * away. We just need to add it to the one for the register. */ + _mesa_set_add(reg->uses, state->instr); + } + + return true; +} + +static bool +rewrite_ssa_dest(nir_dest *dest, void *void_state) +{ + struct from_ssa_state *state = void_state; + + if (dest->is_ssa) { + nir_register *reg = get_register_for_ssa_def(&dest->ssa, state); + + if (reg == NULL) { + assert(dest->ssa.parent_instr->type == nir_instr_type_load_const); + return true; + } + + _mesa_set_destroy(dest->ssa.uses, NULL); + _mesa_set_destroy(dest->ssa.if_uses, NULL); + + memset(dest, 0, sizeof *dest); + dest->reg.reg = reg; + + _mesa_set_add(reg->defs, state->instr); + } + + return true; +} + +/* Resolves ssa definitions to registers. While we're at it, we also + * remove phi nodes and ssa_undef instructions + */ +static bool +resolve_registers_block(nir_block *block, void *void_state) +{ + struct from_ssa_state *state = void_state; + + nir_foreach_instr_safe(block, instr) { + state->instr = instr; + nir_foreach_src(instr, rewrite_ssa_src, state); + nir_foreach_dest(instr, rewrite_ssa_dest, state); + + if (instr->type == nir_instr_type_ssa_undef || + instr->type == nir_instr_type_phi) { + nir_instr_remove(instr); + ralloc_steal(state->dead_ctx, instr); + } + } + state->instr = NULL; + + nir_if *following_if = nir_block_get_following_if(block); + if (following_if && following_if->condition.is_ssa) { + nir_register *reg = get_register_for_ssa_def(following_if->condition.ssa, + state); + if (reg) { + memset(&following_if->condition, 0, sizeof following_if->condition); + following_if->condition.reg.reg = reg; + + _mesa_set_add(reg->if_uses, following_if); + } else { + /* FIXME: We really shouldn't hit this. We should be doing + * constant control flow propagation. + */ + assert(following_if->condition.ssa->parent_instr->type == nir_instr_type_load_const); + } + } + + return true; +} + +static void +emit_copy(nir_parallel_copy_instr *pcopy, nir_src src, nir_src dest_src, + void *mem_ctx) +{ + assert(!dest_src.is_ssa && + dest_src.reg.indirect == NULL && + dest_src.reg.base_offset == 0); + + if (src.is_ssa) + assert(src.ssa->num_components >= dest_src.reg.reg->num_components); + else + assert(src.reg.reg->num_components >= dest_src.reg.reg->num_components); + + nir_alu_instr *mov = nir_alu_instr_create(mem_ctx, nir_op_imov); + nir_src_copy(&mov->src[0].src, &src, mem_ctx); + mov->dest.dest = nir_dest_for_reg(dest_src.reg.reg); + mov->dest.write_mask = (1 << dest_src.reg.reg->num_components) - 1; + + nir_instr_insert_before(&pcopy->instr, &mov->instr); +} + +/* Resolves a single parallel copy operation into a sequence of mov's + * + * This is based on Algorithm 1 from "Revisiting Out-of-SSA Translation for + * Correctness, Code Quality, and Efficiency" by Boissinot et. al.. + * However, I never got the algorithm to work as written, so this version + * is slightly modified. + * + * The algorithm works by playing this little shell game with the values. + * We start by recording where every source value is and which source value + * each destination value should recieve. We then grab any copy whose + * destination is "empty", i.e. not used as a source, and do the following: + * - Find where its source value currently lives + * - Emit the move instruction + * - Set the location of the source value to the destination + * - Mark the location containing the source value + * - Mark the destination as no longer needing to be copied + * + * When we run out of "empty" destinations, we have a cycle and so we + * create a temporary register, copy to that register, and mark the value + * we copied as living in that temporary. Now, the cycle is broken, so we + * can continue with the above steps. + */ +static void +resolve_parallel_copy(nir_parallel_copy_instr *pcopy, + struct from_ssa_state *state) +{ + unsigned num_copies = 0; + nir_foreach_parallel_copy_entry(pcopy, entry) { + /* Sources may be SSA */ + if (!entry->src.is_ssa && entry->src.reg.reg == entry->dest.reg.reg) + continue; + + num_copies++; + } + + if (num_copies == 0) { + /* Hooray, we don't need any copies! */ + nir_instr_remove(&pcopy->instr); + return; + } + + /* The register/source corresponding to the given index */ + nir_src values[num_copies * 2]; + memset(values, 0, sizeof values); + + /* The current location of a given piece of data */ + int loc[num_copies * 2]; + + /* The piece of data that the given piece of data is to be copied from */ + int pred[num_copies * 2]; + + /* Initialize loc and pred. We will use -1 for "null" */ + memset(loc, -1, sizeof loc); + memset(pred, -1, sizeof pred); + + /* The destinations we have yet to properly fill */ + int to_do[num_copies * 2]; + int to_do_idx = -1; + + /* Now we set everything up: + * - All values get assigned a temporary index + * - Current locations are set from sources + * - Predicessors are recorded from sources and destinations + */ + int num_vals = 0; + nir_foreach_parallel_copy_entry(pcopy, entry) { + /* Sources may be SSA */ + if (!entry->src.is_ssa && entry->src.reg.reg == entry->dest.reg.reg) + continue; + + int src_idx = -1; + for (int i = 0; i < num_vals; ++i) { + if (nir_srcs_equal(values[i], entry->src)) + src_idx = i; + } + if (src_idx < 0) { + src_idx = num_vals++; + values[src_idx] = entry->src; + } + + nir_src dest_src = nir_src_for_reg(entry->dest.reg.reg); + + int dest_idx = -1; + for (int i = 0; i < num_vals; ++i) { + if (nir_srcs_equal(values[i], dest_src)) { + /* Each destination of a parallel copy instruction should be + * unique. A destination may get used as a source, so we still + * have to walk the list. However, the predecessor should not, + * at this point, be set yet, so we should have -1 here. + */ + assert(pred[i] == -1); + dest_idx = i; + } + } + if (dest_idx < 0) { + dest_idx = num_vals++; + values[dest_idx] = dest_src; + } + + loc[src_idx] = src_idx; + pred[dest_idx] = src_idx; + + to_do[++to_do_idx] = dest_idx; + } + + /* Currently empty destinations we can go ahead and fill */ + int ready[num_copies * 2]; + int ready_idx = -1; + + /* Mark the ones that are ready for copying. We know an index is a + * destination if it has a predecessor and it's ready for copying if + * it's not marked as containing data. + */ + for (int i = 0; i < num_vals; i++) { + if (pred[i] != -1 && loc[i] == -1) + ready[++ready_idx] = i; + } + + while (to_do_idx >= 0) { + while (ready_idx >= 0) { + int b = ready[ready_idx--]; + int a = pred[b]; + emit_copy(pcopy, values[loc[a]], values[b], state->mem_ctx); + + /* If any other copies want a they can find it at b */ + loc[a] = b; + + /* b has been filled, mark it as not needing to be copied */ + pred[b] = -1; + + /* If a needs to be filled, it's ready for copying now */ + if (pred[a] != -1) + ready[++ready_idx] = a; + } + int b = to_do[to_do_idx--]; + if (pred[b] == -1) + continue; + + /* If we got here, then we don't have any more trivial copies that we + * can do. We have to break a cycle, so we create a new temporary + * register for that purpose. Normally, if going out of SSA after + * register allocation, you would want to avoid creating temporary + * registers. However, we are going out of SSA before register + * allocation, so we would rather not create extra register + * dependencies for the backend to deal with. If it wants, the + * backend can coalesce the (possibly multiple) temporaries. + */ + assert(num_vals < num_copies * 2); + nir_register *reg = nir_local_reg_create(state->impl); + reg->name = "copy_temp"; + reg->num_array_elems = 0; + if (values[b].is_ssa) + reg->num_components = values[b].ssa->num_components; + else + reg->num_components = values[b].reg.reg->num_components; + values[num_vals].is_ssa = false; + values[num_vals].reg.reg = reg; + + emit_copy(pcopy, values[b], values[num_vals], state->mem_ctx); + loc[b] = num_vals; + ready[++ready_idx] = b; + num_vals++; + } + + nir_instr_remove(&pcopy->instr); +} + +/* Resolves the parallel copies in a block. Each block can have at most + * two: One at the beginning, right after all the phi noces, and one at + * the end (or right before the final jump if it exists). + */ +static bool +resolve_parallel_copies_block(nir_block *block, void *void_state) +{ + struct from_ssa_state *state = void_state; + + /* At this point, we have removed all of the phi nodes. If a parallel + * copy existed right after the phi nodes in this block, it is now the + * first instruction. + */ + nir_instr *first_instr = nir_block_first_instr(block); + if (first_instr == NULL) + return true; /* Empty, nothing to do. */ + + if (first_instr->type == nir_instr_type_parallel_copy) { + nir_parallel_copy_instr *pcopy = nir_instr_as_parallel_copy(first_instr); + + resolve_parallel_copy(pcopy, state); + } + + /* It's possible that the above code already cleaned up the end parallel + * copy. However, doing so removed it form the instructions list so we + * won't find it here. Therefore, it's safe to go ahead and just look + * for one and clean it up if it exists. + */ + nir_parallel_copy_instr *end_pcopy = + get_parallel_copy_at_end_of_block(block); + if (end_pcopy) + resolve_parallel_copy(end_pcopy, state); + + return true; +} + +static void +nir_convert_from_ssa_impl(nir_function_impl *impl) +{ + struct from_ssa_state state; + + state.mem_ctx = ralloc_parent(impl); + state.dead_ctx = ralloc_context(NULL); + state.impl = impl; + state.merge_node_table = _mesa_hash_table_create(NULL, _mesa_hash_pointer, + _mesa_key_pointer_equal); + + nir_foreach_block(impl, add_parallel_copy_to_end_of_block, &state); + nir_foreach_block(impl, isolate_phi_nodes_block, &state); + + /* Mark metadata as dirty before we ask for liveness analysis */ + nir_metadata_preserve(impl, nir_metadata_block_index | + nir_metadata_dominance); + + nir_metadata_require(impl, nir_metadata_live_variables | + nir_metadata_dominance); + + nir_foreach_block(impl, coalesce_phi_nodes_block, &state); + nir_foreach_block(impl, agressive_coalesce_block, &state); + + state.ssa_table = _mesa_hash_table_create(NULL, _mesa_hash_pointer, + _mesa_key_pointer_equal); + nir_foreach_block(impl, resolve_registers_block, &state); + + nir_foreach_block(impl, resolve_parallel_copies_block, &state); + + nir_metadata_preserve(impl, nir_metadata_block_index | + nir_metadata_dominance); + + /* Clean up dead instructions and the hash tables */ + _mesa_hash_table_destroy(state.ssa_table, NULL); + _mesa_hash_table_destroy(state.merge_node_table, NULL); + ralloc_free(state.dead_ctx); +} + +void +nir_convert_from_ssa(nir_shader *shader) +{ + nir_foreach_overload(shader, overload) { + if (overload->impl) + nir_convert_from_ssa_impl(overload->impl); + } +} diff --git a/mesalib/src/glsl/nir/nir_intrinsics.c b/mesalib/src/glsl/nir/nir_intrinsics.c new file mode 100644 index 000000000..a7c868c39 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_intrinsics.c @@ -0,0 +1,49 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Connor Abbott (cwabbott0@gmail.com) + * + */ + +#include "nir.h" + +#define OPCODE(name) nir_intrinsic_##name + +#define INTRINSIC(_name, _num_srcs, _src_components, _has_dest, \ + _dest_components, _num_variables, _num_indices, _flags) \ +{ \ + .name = #_name, \ + .num_srcs = _num_srcs, \ + .src_components = _src_components, \ + .has_dest = _has_dest, \ + .dest_components = _dest_components, \ + .num_variables = _num_variables, \ + .num_indices = _num_indices, \ + .flags = _flags \ +}, + +#define LAST_INTRINSIC(name) + +const nir_intrinsic_info nir_intrinsic_infos[nir_num_intrinsics] = { +#include "nir_intrinsics.h" +}; \ No newline at end of file diff --git a/mesalib/src/glsl/nir/nir_intrinsics.h b/mesalib/src/glsl/nir/nir_intrinsics.h new file mode 100644 index 000000000..d94866c85 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_intrinsics.h @@ -0,0 +1,140 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Connor Abbott (cwabbott0@gmail.com) + * + */ + +/** + * This header file defines all the available intrinsics in one place. It + * expands to a list of macros of the form: + * + * INTRINSIC(name, num_srcs, src_components, has_dest, dest_components, + * num_variables, num_indices, flags) + * + * Which should correspond one-to-one with the nir_intrinsic_info structure. It + * is included in both ir.h to create the nir_intrinsic enum (with members of + * the form nir_intrinsic_(name)) and and in opcodes.c to create + * nir_intrinsic_infos, which is a const array of nir_intrinsic_info structures + * for each intrinsic. + */ + +#define ARR(...) { __VA_ARGS__ } + + +INTRINSIC(load_var, 0, ARR(), true, 0, 1, 0, NIR_INTRINSIC_CAN_ELIMINATE) +INTRINSIC(store_var, 1, ARR(0), false, 0, 1, 0, 0) +INTRINSIC(copy_var, 0, ARR(), false, 0, 2, 0, 0) + +/* + * Interpolation of input. The interp_var_at* intrinsics are similar to the + * load_var intrinsic acting an a shader input except that they interpolate + * the input differently. The at_sample and at_offset intrinsics take an + * aditional source that is a integer sample id or a vec2 position offset + * respectively. + */ + +INTRINSIC(interp_var_at_centroid, 0, ARR(0), true, 0, 1, 0, + NIR_INTRINSIC_CAN_ELIMINATE | NIR_INTRINSIC_CAN_REORDER) +INTRINSIC(interp_var_at_sample, 1, ARR(1), true, 0, 1, 0, + NIR_INTRINSIC_CAN_ELIMINATE | NIR_INTRINSIC_CAN_REORDER) +INTRINSIC(interp_var_at_offset, 1, ARR(2), true, 0, 1, 0, + NIR_INTRINSIC_CAN_ELIMINATE | NIR_INTRINSIC_CAN_REORDER) + +/* + * a barrier is an intrinsic with no inputs/outputs but which can't be moved + * around/optimized in general + */ +#define BARRIER(name) INTRINSIC(name, 0, ARR(), false, 0, 0, 0, 0) + +BARRIER(discard) + +INTRINSIC(emit_vertex, 0, ARR(), false, 0, 0, 1, 0) +INTRINSIC(end_primitive, 0, ARR(), false, 0, 0, 1, 0) + +/* + * Atomic counters + * + * The *_var variants take an atomic_uint nir_variable, while the other, + * lowered, variants take a constant buffer index and register offset. + */ + +#define ATOMIC(name, flags) \ + INTRINSIC(atomic_counter_##name##_var, 0, ARR(), true, 1, 1, 0, flags) \ + INTRINSIC(atomic_counter_##name, 1, ARR(1), true, 1, 0, 1, flags) + +ATOMIC(inc, 0) +ATOMIC(dec, 0) +ATOMIC(read, NIR_INTRINSIC_CAN_ELIMINATE) + +#define SYSTEM_VALUE(name, components) \ + INTRINSIC(load_##name, 0, ARR(), true, components, 0, 0, \ + NIR_INTRINSIC_CAN_ELIMINATE | NIR_INTRINSIC_CAN_REORDER) + +SYSTEM_VALUE(front_face, 1) +SYSTEM_VALUE(vertex_id, 1) +SYSTEM_VALUE(instance_id, 1) +SYSTEM_VALUE(sample_id, 1) +SYSTEM_VALUE(sample_pos, 2) +SYSTEM_VALUE(sample_mask_in, 1) +SYSTEM_VALUE(invocation_id, 1) + +/* + * The first index is the address to load from, and the second index is the + * number of array elements to load. Indirect loads have an additional + * register input, which is added to the constant address to compute the + * final address to load from. For UBO's (and SSBO's), the first source is + * the (possibly constant) UBO buffer index and the indirect (if it exists) + * is the second source. + * + * For vector backends, the address is in terms of one vec4, and so each array + * element is +4 scalar components from the previous array element. For scalar + * backends, the address is in terms of a single 4-byte float/int and arrays + * elements begin immediately after the previous array element. + */ + +#define LOAD(name, extra_srcs, flags) \ + INTRINSIC(load_##name, extra_srcs, ARR(1), true, 0, 0, 2, flags) \ + INTRINSIC(load_##name##_indirect, extra_srcs + 1, ARR(1, 1), \ + true, 0, 0, 2, flags) + +LOAD(uniform, 0, NIR_INTRINSIC_CAN_ELIMINATE | NIR_INTRINSIC_CAN_REORDER) +LOAD(ubo, 1, NIR_INTRINSIC_CAN_ELIMINATE | NIR_INTRINSIC_CAN_REORDER) +LOAD(input, 0, NIR_INTRINSIC_CAN_ELIMINATE | NIR_INTRINSIC_CAN_REORDER) +/* LOAD(ssbo, 1, 0) */ + +/* + * Stores work the same way as loads, except now the first register input is + * the value or array to store and the optional second input is the indirect + * offset. + */ + +#define STORE(name, num_indices, flags) \ + INTRINSIC(store_##name, 1, ARR(0), false, 0, 0, num_indices, flags) \ + INTRINSIC(store_##name##_indirect, 2, ARR(0, 1), false, 0, 0, \ + num_indices, flags) \ + +STORE(output, 2, 0) +/* STORE(ssbo, 3, 0) */ + +LAST_INTRINSIC(store_output_indirect) diff --git a/mesalib/src/glsl/nir/nir_live_variables.c b/mesalib/src/glsl/nir/nir_live_variables.c new file mode 100644 index 000000000..7402dc087 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_live_variables.c @@ -0,0 +1,296 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Jason Ekstrand (jason@jlekstrand.net) + */ + +#include "nir.h" +#include "nir_worklist.h" + +/* + * Basic liveness analysis. This works only in SSA form. + * + * This liveness pass treats phi nodes as being melded to the space between + * blocks so that the destinations of a phi are in the livein of the block + * in which it resides and the sources are in the liveout of the + * corresponding block. By formulating the liveness information in this + * way, we ensure that the definition of any variable dominates its entire + * live range. This is true because the only way that the definition of an + * SSA value may not dominate a use is if the use is in a phi node and the + * uses in phi no are in the live-out of the corresponding predecessor + * block but not in the live-in of the block containing the phi node. + */ + +struct live_variables_state { + unsigned num_ssa_defs; + unsigned bitset_words; + + nir_block_worklist worklist; +}; + +static bool +index_ssa_def(nir_ssa_def *def, void *void_state) +{ + struct live_variables_state *state = void_state; + + if (def->parent_instr->type == nir_instr_type_ssa_undef) + def->live_index = 0; + else + def->live_index = state->num_ssa_defs++; + + return true; +} + +static bool +index_ssa_definitions_block(nir_block *block, void *state) +{ + nir_foreach_instr(block, instr) + nir_foreach_ssa_def(instr, index_ssa_def, state); + + return true; +} + +/* Initialize the liveness data to zero and add the given block to the + * worklist. + */ +static bool +init_liveness_block(nir_block *block, void *void_state) +{ + struct live_variables_state *state = void_state; + + block->live_in = reralloc(block, block->live_in, BITSET_WORD, + state->bitset_words); + memset(block->live_in, 0, state->bitset_words * sizeof(BITSET_WORD)); + + block->live_out = reralloc(block, block->live_out, BITSET_WORD, + state->bitset_words); + memset(block->live_out, 0, state->bitset_words * sizeof(BITSET_WORD)); + + nir_block_worklist_push_head(&state->worklist, block); + + return true; +} + +static bool +set_src_live(nir_src *src, void *void_live) +{ + BITSET_WORD *live = void_live; + + if (!src->is_ssa) + return true; + + if (src->ssa->live_index == 0) + return true; /* undefined variables are never live */ + + BITSET_SET(live, src->ssa->live_index); + + return true; +} + +static bool +set_ssa_def_dead(nir_ssa_def *def, void *void_live) +{ + BITSET_WORD *live = void_live; + + BITSET_CLEAR(live, def->live_index); + + return true; +} + +/** Propagates the live in of succ across the edge to the live out of pred + * + * Phi nodes exist "between" blocks and all the phi nodes at the start of a + * block act "in parallel". When we propagate from the live_in of one + * block to the live out of the other, we have to kill any writes from phis + * and make live any sources. + * + * Returns true if updating live out of pred added anything + */ +static bool +propagate_across_edge(nir_block *pred, nir_block *succ, + struct live_variables_state *state) +{ + BITSET_WORD live[state->bitset_words]; + memcpy(live, succ->live_in, sizeof live); + + nir_foreach_instr(succ, instr) { + if (instr->type != nir_instr_type_phi) + break; + nir_phi_instr *phi = nir_instr_as_phi(instr); + + assert(phi->dest.is_ssa); + set_ssa_def_dead(&phi->dest.ssa, live); + } + + nir_foreach_instr(succ, instr) { + if (instr->type != nir_instr_type_phi) + break; + nir_phi_instr *phi = nir_instr_as_phi(instr); + + nir_foreach_phi_src(phi, src) { + if (src->pred == pred) { + set_src_live(&src->src, live); + break; + } + } + } + + BITSET_WORD progress = 0; + for (unsigned i = 0; i < state->bitset_words; ++i) { + progress |= live[i] & ~pred->live_out[i]; + pred->live_out[i] |= live[i]; + } + return progress != 0; +} + +void +nir_live_variables_impl(nir_function_impl *impl) +{ + struct live_variables_state state; + + /* We start at 1 because we reserve the index value of 0 for ssa_undef + * instructions. Those are never live, so their liveness information + * can be compacted into a single bit. + */ + state.num_ssa_defs = 1; + nir_foreach_block(impl, index_ssa_definitions_block, &state); + + nir_block_worklist_init(&state.worklist, impl->num_blocks, NULL); + + /* We now know how many unique ssa definitions we have and we can go + * ahead and allocate live_in and live_out sets and add all of the + * blocks to the worklist. + */ + state.bitset_words = BITSET_WORDS(state.num_ssa_defs); + nir_foreach_block(impl, init_liveness_block, &state); + + /* We're now ready to work through the worklist and update the liveness + * sets of each of the blocks. By the time we get to this point, every + * block in the function implementation has been pushed onto the + * worklist in reverse order. As long as we keep the worklist + * up-to-date as we go, everything will get covered. + */ + while (!nir_block_worklist_is_empty(&state.worklist)) { + /* We pop them off in the reverse order we pushed them on. This way + * the first walk of the instructions is backwards so we only walk + * once in the case of no control flow. + */ + nir_block *block = nir_block_worklist_pop_head(&state.worklist); + + memcpy(block->live_in, block->live_out, + state.bitset_words * sizeof(BITSET_WORD)); + + nir_if *following_if = nir_block_get_following_if(block); + if (following_if) + set_src_live(&following_if->condition, block->live_in); + + nir_foreach_instr_reverse(block, instr) { + /* Phi nodes are handled seperately so we want to skip them. Since + * we are going backwards and they are at the beginning, we can just + * break as soon as we see one. + */ + if (instr->type == nir_instr_type_phi) + break; + + nir_foreach_ssa_def(instr, set_ssa_def_dead, block->live_in); + nir_foreach_src(instr, set_src_live, block->live_in); + } + + /* Walk over all of the predecessors of the current block updating + * their live in with the live out of this one. If anything has + * changed, add the predecessor to the work list so that we ensure + * that the new information is used. + */ + struct set_entry *entry; + set_foreach(block->predecessors, entry) { + nir_block *pred = (nir_block *)entry->key; + if (propagate_across_edge(pred, block, &state)) + nir_block_worklist_push_tail(&state.worklist, pred); + } + } + + nir_block_worklist_fini(&state.worklist); +} + +static bool +src_does_not_use_def(nir_src *src, void *def) +{ + return !src->is_ssa || src->ssa != (nir_ssa_def *)def; +} + +static bool +search_for_use_after_instr(nir_instr *start, nir_ssa_def *def) +{ + /* Only look for a use strictly after the given instruction */ + struct exec_node *node = start->node.next; + while (!exec_node_is_tail_sentinel(node)) { + nir_instr *instr = exec_node_data(nir_instr, node, node); + if (!nir_foreach_src(instr, src_does_not_use_def, def)) + return true; + node = node->next; + } + return false; +} + +/* Returns true if def is live at instr assuming that def comes before + * instr in a pre DFS search of the dominance tree. + */ +static bool +nir_ssa_def_is_live_at(nir_ssa_def *def, nir_instr *instr) +{ + if (BITSET_TEST(instr->block->live_out, def->live_index)) { + /* Since def dominates instr, if def is in the liveout of the block, + * it's live at instr + */ + return true; + } else { + if (BITSET_TEST(instr->block->live_in, def->live_index) || + def->parent_instr->block == instr->block) { + /* In this case it is either live coming into instr's block or it + * is defined in the same block. In this case, we simply need to + * see if it is used after instr. + */ + return search_for_use_after_instr(instr, def); + } else { + return false; + } + } +} + +bool +nir_ssa_defs_interfere(nir_ssa_def *a, nir_ssa_def *b) +{ + if (a->parent_instr == b->parent_instr) { + /* Two variables defined at the same time interfere assuming at + * least one isn't dead. + */ + return true; + } else if (a->live_index == 0 || b->live_index == 0) { + /* If either variable is an ssa_undef, then there's no interference */ + return false; + } else if (a->live_index < b->live_index) { + return nir_ssa_def_is_live_at(a, b->parent_instr); + } else { + return nir_ssa_def_is_live_at(b, a->parent_instr); + } +} diff --git a/mesalib/src/glsl/nir/nir_lower_alu_to_scalar.c b/mesalib/src/glsl/nir/nir_lower_alu_to_scalar.c new file mode 100644 index 000000000..25bba4ef0 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_lower_alu_to_scalar.c @@ -0,0 +1,186 @@ +/* + * Copyright © 2014-2015 Broadcom + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + */ + +#include "nir.h" + +/** @file nir_lower_alu_to_scalar.c + * + * Replaces nir_alu_instr operations with more than one channel used in the + * arguments with individual per-channel operations. + */ + +static void +nir_alu_ssa_dest_init(nir_alu_instr *instr, unsigned num_components) +{ + nir_ssa_dest_init(&instr->instr, &instr->dest.dest, num_components, NULL); + instr->dest.write_mask = (1 << num_components) - 1; +} + +static void +lower_reduction(nir_alu_instr *instr, nir_op chan_op, nir_op merge_op, + void *mem_ctx) +{ + unsigned num_components = nir_op_infos[instr->op].input_sizes[0]; + + nir_ssa_def *last = NULL; + for (unsigned i = 0; i < num_components; i++) { + nir_alu_instr *chan = nir_alu_instr_create(mem_ctx, chan_op); + nir_alu_ssa_dest_init(chan, 1); + nir_alu_src_copy(&chan->src[0], &instr->src[0], mem_ctx); + chan->src[0].swizzle[0] = chan->src[0].swizzle[i]; + if (nir_op_infos[chan_op].num_inputs > 1) { + assert(nir_op_infos[chan_op].num_inputs == 2); + nir_alu_src_copy(&chan->src[1], &instr->src[1], mem_ctx); + chan->src[1].swizzle[0] = chan->src[1].swizzle[i]; + } + + nir_instr_insert_before(&instr->instr, &chan->instr); + + if (i == 0) { + last = &chan->dest.dest.ssa; + } else { + nir_alu_instr *merge = nir_alu_instr_create(mem_ctx, merge_op); + nir_alu_ssa_dest_init(merge, 1); + merge->dest.write_mask = 1; + merge->src[0].src = nir_src_for_ssa(last); + merge->src[1].src = nir_src_for_ssa(&chan->dest.dest.ssa); + nir_instr_insert_before(&instr->instr, &merge->instr); + last = &merge->dest.dest.ssa; + } + } + + assert(instr->dest.write_mask == 1); + nir_ssa_def_rewrite_uses(&instr->dest.dest.ssa, nir_src_for_ssa(last), + mem_ctx); + nir_instr_remove(&instr->instr); +} + +static void +lower_alu_instr_scalar(nir_alu_instr *instr, void *mem_ctx) +{ + unsigned num_src = nir_op_infos[instr->op].num_inputs; + unsigned i, chan; + + assert(instr->dest.dest.is_ssa); + assert(instr->dest.write_mask != 0); + +#define LOWER_REDUCTION(name, chan, merge) \ + case name##2: \ + case name##3: \ + case name##4: \ + lower_reduction(instr, chan, merge, mem_ctx); \ + break; + + switch (instr->op) { + case nir_op_vec4: + case nir_op_vec3: + case nir_op_vec2: + /* We don't need to scalarize these ops, they're the ones generated to + * group up outputs into a value that can be SSAed. + */ + return; + + LOWER_REDUCTION(nir_op_fdot, nir_op_fmul, nir_op_fadd); + LOWER_REDUCTION(nir_op_ball_fequal, nir_op_feq, nir_op_iand); + LOWER_REDUCTION(nir_op_ball_iequal, nir_op_ieq, nir_op_iand); + LOWER_REDUCTION(nir_op_bany_fnequal, nir_op_fne, nir_op_ior); + LOWER_REDUCTION(nir_op_bany_inequal, nir_op_ine, nir_op_ior); + LOWER_REDUCTION(nir_op_fall_equal, nir_op_seq, nir_op_fand); + LOWER_REDUCTION(nir_op_fany_nequal, nir_op_sne, nir_op_for); + LOWER_REDUCTION(nir_op_ball, nir_op_imov, nir_op_iand); + LOWER_REDUCTION(nir_op_bany, nir_op_imov, nir_op_ior); + LOWER_REDUCTION(nir_op_fall, nir_op_fmov, nir_op_fand); + LOWER_REDUCTION(nir_op_fany, nir_op_fmov, nir_op_for); + + default: + break; + } + + if (instr->dest.dest.ssa.num_components == 1) + return; + + unsigned num_components = instr->dest.dest.ssa.num_components; + static const nir_op nir_op_map[] = {nir_op_vec2, nir_op_vec3, nir_op_vec4}; + nir_alu_instr *vec_instr = + nir_alu_instr_create(mem_ctx, nir_op_map[num_components - 2]); + nir_alu_ssa_dest_init(vec_instr, num_components); + + for (chan = 0; chan < 4; chan++) { + if (!(instr->dest.write_mask & (1 << chan))) + continue; + + nir_alu_instr *lower = nir_alu_instr_create(mem_ctx, instr->op); + for (i = 0; i < num_src; i++) { + /* We only handle same-size-as-dest (input_sizes[] == 0) or scalar + * args (input_sizes[] == 1). + */ + assert(nir_op_infos[instr->op].input_sizes[i] < 2); + unsigned src_chan = (nir_op_infos[instr->op].input_sizes[i] == 1 ? + 0 : chan); + + nir_alu_src_copy(&lower->src[i], &instr->src[i], mem_ctx); + for (int j = 0; j < 4; j++) + lower->src[i].swizzle[j] = instr->src[i].swizzle[src_chan]; + } + + nir_alu_ssa_dest_init(lower, 1); + lower->dest.saturate = instr->dest.saturate; + vec_instr->src[chan].src = nir_src_for_ssa(&lower->dest.dest.ssa); + + nir_instr_insert_before(&instr->instr, &lower->instr); + } + + nir_instr_insert_before(&instr->instr, &vec_instr->instr); + + nir_ssa_def_rewrite_uses(&instr->dest.dest.ssa, + nir_src_for_ssa(&vec_instr->dest.dest.ssa), + mem_ctx); + + nir_instr_remove(&instr->instr); +} + +static bool +lower_alu_to_scalar_block(nir_block *block, void *data) +{ + nir_foreach_instr_safe(block, instr) { + if (instr->type == nir_instr_type_alu) + lower_alu_instr_scalar((nir_alu_instr *)instr, data); + } + + return true; +} + +static void +nir_lower_alu_to_scalar_impl(nir_function_impl *impl) +{ + nir_foreach_block(impl, lower_alu_to_scalar_block, ralloc_parent(impl)); +} + +void +nir_lower_alu_to_scalar(nir_shader *shader) +{ + nir_foreach_overload(shader, overload) { + if (overload->impl) + nir_lower_alu_to_scalar_impl(overload->impl); + } +} diff --git a/mesalib/src/glsl/nir/nir_lower_atomics.c b/mesalib/src/glsl/nir/nir_lower_atomics.c new file mode 100644 index 000000000..e82df0169 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_lower_atomics.c @@ -0,0 +1,148 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Connor Abbott (cwabbott0@gmail.com) + * + */ + +#include "nir.h" +#include "main/config.h" +#include + +/* + * replace atomic counter intrinsics that use a variable with intrinsics + * that directly store the buffer index and byte offset + */ + +static void +lower_instr(nir_intrinsic_instr *instr, nir_function_impl *impl) +{ + nir_intrinsic_op op; + switch (instr->intrinsic) { + case nir_intrinsic_atomic_counter_read_var: + op = nir_intrinsic_atomic_counter_read; + break; + + case nir_intrinsic_atomic_counter_inc_var: + op = nir_intrinsic_atomic_counter_inc; + break; + + case nir_intrinsic_atomic_counter_dec_var: + op = nir_intrinsic_atomic_counter_dec; + break; + + default: + return; + } + + if (instr->variables[0]->var->data.mode != nir_var_uniform) + return; /* atomics passed as function arguments can't be lowered */ + + void *mem_ctx = ralloc_parent(instr); + + nir_intrinsic_instr *new_instr = nir_intrinsic_instr_create(mem_ctx, op); + new_instr->const_index[0] = + (int) instr->variables[0]->var->data.atomic.buffer_index; + + nir_load_const_instr *offset_const = nir_load_const_instr_create(mem_ctx, 1); + offset_const->value.u[0] = instr->variables[0]->var->data.atomic.offset; + + nir_instr_insert_before(&instr->instr, &offset_const->instr); + + nir_ssa_def *offset_def = &offset_const->def; + + if (instr->variables[0]->deref.child != NULL) { + assert(instr->variables[0]->deref.child->deref_type == + nir_deref_type_array); + nir_deref_array *deref_array = + nir_deref_as_array(instr->variables[0]->deref.child); + assert(deref_array->deref.child == NULL); + + offset_const->value.u[0] += deref_array->base_offset; + + if (deref_array->deref_array_type == nir_deref_array_type_indirect) { + nir_load_const_instr *atomic_counter_size = + nir_load_const_instr_create(mem_ctx, 1); + atomic_counter_size->value.u[0] = ATOMIC_COUNTER_SIZE; + nir_instr_insert_before(&instr->instr, &atomic_counter_size->instr); + + nir_alu_instr *mul = nir_alu_instr_create(mem_ctx, nir_op_imul); + nir_ssa_dest_init(&mul->instr, &mul->dest.dest, 1, NULL); + mul->dest.write_mask = 0x1; + nir_src_copy(&mul->src[0].src, &deref_array->indirect, mem_ctx); + mul->src[1].src.is_ssa = true; + mul->src[1].src.ssa = &atomic_counter_size->def; + nir_instr_insert_before(&instr->instr, &mul->instr); + + nir_alu_instr *add = nir_alu_instr_create(mem_ctx, nir_op_iadd); + nir_ssa_dest_init(&add->instr, &add->dest.dest, 1, NULL); + add->dest.write_mask = 0x1; + add->src[0].src.is_ssa = true; + add->src[0].src.ssa = &mul->dest.dest.ssa; + add->src[1].src.is_ssa = true; + add->src[1].src.ssa = &offset_const->def; + nir_instr_insert_before(&instr->instr, &add->instr); + + offset_def = &add->dest.dest.ssa; + } + } + + new_instr->src[0].is_ssa = true; + new_instr->src[0].ssa = offset_def;; + + if (instr->dest.is_ssa) { + nir_ssa_dest_init(&new_instr->instr, &new_instr->dest, + instr->dest.ssa.num_components, NULL); + nir_ssa_def_rewrite_uses(&instr->dest.ssa, + nir_src_for_ssa(&new_instr->dest.ssa), + mem_ctx); + } else { + nir_dest_copy(&new_instr->dest, &instr->dest, mem_ctx); + } + + nir_instr_insert_before(&instr->instr, &new_instr->instr); + nir_instr_remove(&instr->instr); +} + +static bool +lower_block(nir_block *block, void *state) +{ + nir_foreach_instr_safe(block, instr) { + if (instr->type == nir_instr_type_intrinsic) + lower_instr(nir_instr_as_intrinsic(instr), state); + } + + return true; +} + +void +nir_lower_atomics(nir_shader *shader) +{ + nir_foreach_overload(shader, overload) { + if (overload->impl) { + nir_foreach_block(overload->impl, lower_block, overload->impl); + nir_metadata_preserve(overload->impl, nir_metadata_block_index | + nir_metadata_dominance); + } + } +} diff --git a/mesalib/src/glsl/nir/nir_lower_global_vars_to_local.c b/mesalib/src/glsl/nir/nir_lower_global_vars_to_local.c new file mode 100644 index 000000000..0cd8740cc --- /dev/null +++ b/mesalib/src/glsl/nir/nir_lower_global_vars_to_local.c @@ -0,0 +1,106 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Jason Ekstrand (jason@jlekstrand.net) + * + */ + +/* + * This lowering pass detects when a global variable is only being used by + * one function and makes it local to that function + */ + +#include "nir.h" + +struct global_to_local_state { + nir_function_impl *impl; + /* A hash table keyed on variable pointers that stores the unique + * nir_function_impl that uses the given variable. If a variable is + * used in multiple functions, the data for the given key will be NULL. + */ + struct hash_table *var_func_table; +}; + +static bool +mark_global_var_uses_block(nir_block *block, void *void_state) +{ + struct global_to_local_state *state = void_state; + + nir_foreach_instr(block, instr) { + if (instr->type != nir_instr_type_intrinsic) + continue; + + nir_intrinsic_instr *intrin = nir_instr_as_intrinsic(instr); + unsigned num_vars = nir_intrinsic_infos[intrin->intrinsic].num_variables; + + for (unsigned i = 0; i < num_vars; i++) { + nir_variable *var = intrin->variables[i]->var; + if (var->data.mode != nir_var_global) + continue; + + struct hash_entry *entry = + _mesa_hash_table_search(state->var_func_table, var); + + if (entry) { + if (entry->data != state->impl) + entry->data = NULL; + } else { + _mesa_hash_table_insert(state->var_func_table, var, state->impl); + } + } + } + + return true; +} + +void +nir_lower_global_vars_to_local(nir_shader *shader) +{ + struct global_to_local_state state; + + state.var_func_table = _mesa_hash_table_create(NULL, _mesa_hash_pointer, + _mesa_key_pointer_equal); + + nir_foreach_overload(shader, overload) { + if (overload->impl) { + state.impl = overload->impl; + nir_foreach_block(overload->impl, mark_global_var_uses_block, &state); + } + } + + struct hash_entry *entry; + hash_table_foreach(state.var_func_table, entry) { + nir_variable *var = (void *)entry->key; + nir_function_impl *impl = entry->data; + + assert(var->data.mode == nir_var_global); + + if (impl != NULL) { + exec_node_remove(&var->node); + var->data.mode = nir_var_local; + exec_list_push_tail(&impl->locals, &var->node); + } + } + + _mesa_hash_table_destroy(state.var_func_table, NULL); +} diff --git a/mesalib/src/glsl/nir/nir_lower_io.c b/mesalib/src/glsl/nir/nir_lower_io.c new file mode 100644 index 000000000..207f8daa1 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_lower_io.c @@ -0,0 +1,316 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Connor Abbott (cwabbott0@gmail.com) + * Jason Ekstrand (jason@jlekstrand.net) + * + */ + +/* + * This lowering pass converts references to input/output variables with + * loads/stores to actual input/output intrinsics. + * + * NOTE: This pass really only works for scalar backends at the moment due + * to the way it packes the input/output data. + */ + +#include "nir.h" + +struct lower_io_state { + void *mem_ctx; +}; + +static unsigned +type_size(const struct glsl_type *type) +{ + unsigned int size, i; + + switch (glsl_get_base_type(type)) { + case GLSL_TYPE_UINT: + case GLSL_TYPE_INT: + case GLSL_TYPE_FLOAT: + case GLSL_TYPE_BOOL: + return glsl_get_components(type); + case GLSL_TYPE_ARRAY: + return type_size(glsl_get_array_element(type)) * glsl_get_length(type); + case GLSL_TYPE_STRUCT: + size = 0; + for (i = 0; i < glsl_get_length(type); i++) { + size += type_size(glsl_get_struct_field(type, i)); + } + return size; + case GLSL_TYPE_SAMPLER: + return 0; + case GLSL_TYPE_ATOMIC_UINT: + return 0; + case GLSL_TYPE_INTERFACE: + return 0; + case GLSL_TYPE_IMAGE: + return 0; + case GLSL_TYPE_VOID: + case GLSL_TYPE_ERROR: + case GLSL_TYPE_DOUBLE: + unreachable("not reached"); + } + + return 0; +} + +static void +assign_var_locations(struct hash_table *ht, unsigned *size) +{ + unsigned location = 0; + + struct hash_entry *entry; + hash_table_foreach(ht, entry) { + nir_variable *var = (nir_variable *) entry->data; + + /* + * UBO's have their own address spaces, so don't count them towards the + * number of global uniforms + */ + if (var->data.mode == nir_var_uniform && var->interface_type != NULL) + continue; + + var->data.driver_location = location; + location += type_size(var->type); + } + + *size = location; +} + +static void +assign_var_locations_shader(nir_shader *shader) +{ + assign_var_locations(shader->inputs, &shader->num_inputs); + assign_var_locations(shader->outputs, &shader->num_outputs); + assign_var_locations(shader->uniforms, &shader->num_uniforms); +} + +static bool +deref_has_indirect(nir_deref_var *deref) +{ + for (nir_deref *tail = deref->deref.child; tail; tail = tail->child) { + if (tail->deref_type == nir_deref_type_array) { + nir_deref_array *arr = nir_deref_as_array(tail); + if (arr->deref_array_type == nir_deref_array_type_indirect) + return true; + } + } + + return false; +} + +static unsigned +get_io_offset(nir_deref_var *deref, nir_instr *instr, nir_src *indirect, + struct lower_io_state *state) +{ + bool found_indirect = false; + unsigned base_offset = 0; + + nir_deref *tail = &deref->deref; + while (tail->child != NULL) { + const struct glsl_type *parent_type = tail->type; + tail = tail->child; + + if (tail->deref_type == nir_deref_type_array) { + nir_deref_array *deref_array = nir_deref_as_array(tail); + unsigned size = type_size(tail->type); + + base_offset += size * deref_array->base_offset; + + if (deref_array->deref_array_type == nir_deref_array_type_indirect) { + nir_load_const_instr *load_const = + nir_load_const_instr_create(state->mem_ctx, 1); + load_const->value.u[0] = size; + nir_instr_insert_before(instr, &load_const->instr); + + nir_alu_instr *mul = nir_alu_instr_create(state->mem_ctx, + nir_op_imul); + mul->src[0].src.is_ssa = true; + mul->src[0].src.ssa = &load_const->def; + nir_src_copy(&mul->src[1].src, &deref_array->indirect, + state->mem_ctx); + mul->dest.write_mask = 1; + nir_ssa_dest_init(&mul->instr, &mul->dest.dest, 1, NULL); + nir_instr_insert_before(instr, &mul->instr); + + if (found_indirect) { + nir_alu_instr *add = nir_alu_instr_create(state->mem_ctx, + nir_op_iadd); + add->src[0].src = *indirect; + add->src[1].src.is_ssa = true; + add->src[1].src.ssa = &mul->dest.dest.ssa; + add->dest.write_mask = 1; + nir_ssa_dest_init(&add->instr, &add->dest.dest, 1, NULL); + nir_instr_insert_before(instr, &add->instr); + + indirect->is_ssa = true; + indirect->ssa = &add->dest.dest.ssa; + } else { + indirect->is_ssa = true; + indirect->ssa = &mul->dest.dest.ssa; + found_indirect = true; + } + } + } else if (tail->deref_type == nir_deref_type_struct) { + nir_deref_struct *deref_struct = nir_deref_as_struct(tail); + + for (unsigned i = 0; i < deref_struct->index; i++) + base_offset += type_size(glsl_get_struct_field(parent_type, i)); + } + } + + return base_offset; +} + +static bool +nir_lower_io_block(nir_block *block, void *void_state) +{ + struct lower_io_state *state = void_state; + + nir_foreach_instr_safe(block, instr) { + if (instr->type != nir_instr_type_intrinsic) + continue; + + nir_intrinsic_instr *intrin = nir_instr_as_intrinsic(instr); + + switch (intrin->intrinsic) { + case nir_intrinsic_load_var: { + nir_variable_mode mode = intrin->variables[0]->var->data.mode; + if (mode != nir_var_shader_in && mode != nir_var_uniform) + continue; + + bool has_indirect = deref_has_indirect(intrin->variables[0]); + + /* Figure out the opcode */ + nir_intrinsic_op load_op; + switch (mode) { + case nir_var_shader_in: + load_op = has_indirect ? nir_intrinsic_load_input_indirect : + nir_intrinsic_load_input; + break; + case nir_var_uniform: + load_op = has_indirect ? nir_intrinsic_load_uniform_indirect : + nir_intrinsic_load_uniform; + break; + default: + unreachable("Unknown variable mode"); + } + + nir_intrinsic_instr *load = nir_intrinsic_instr_create(state->mem_ctx, + load_op); + load->num_components = intrin->num_components; + + nir_src indirect; + unsigned offset = get_io_offset(intrin->variables[0], + &intrin->instr, &indirect, state); + offset += intrin->variables[0]->var->data.driver_location; + + load->const_index[0] = offset; + load->const_index[1] = 1; + + if (has_indirect) + load->src[0] = indirect; + + if (intrin->dest.is_ssa) { + nir_ssa_dest_init(&load->instr, &load->dest, + intrin->num_components, NULL); + nir_ssa_def_rewrite_uses(&intrin->dest.ssa, + nir_src_for_ssa(&load->dest.ssa), + state->mem_ctx); + } else { + nir_dest_copy(&load->dest, &intrin->dest, state->mem_ctx); + } + + nir_instr_insert_before(&intrin->instr, &load->instr); + nir_instr_remove(&intrin->instr); + break; + } + + case nir_intrinsic_store_var: { + if (intrin->variables[0]->var->data.mode != nir_var_shader_out) + continue; + + bool has_indirect = deref_has_indirect(intrin->variables[0]); + + nir_intrinsic_op store_op; + if (has_indirect) { + store_op = nir_intrinsic_store_output_indirect; + } else { + store_op = nir_intrinsic_store_output; + } + + nir_intrinsic_instr *store = nir_intrinsic_instr_create(state->mem_ctx, + store_op); + store->num_components = intrin->num_components; + + nir_src indirect; + unsigned offset = get_io_offset(intrin->variables[0], + &intrin->instr, &indirect, state); + offset += intrin->variables[0]->var->data.driver_location; + + store->const_index[0] = offset; + store->const_index[1] = 1; + + nir_src_copy(&store->src[0], &intrin->src[0], state->mem_ctx); + + if (has_indirect) + store->src[1] = indirect; + + nir_instr_insert_before(&intrin->instr, &store->instr); + nir_instr_remove(&intrin->instr); + break; + } + + default: + break; + } + } + + return true; +} + +static void +nir_lower_io_impl(nir_function_impl *impl) +{ + struct lower_io_state state; + + state.mem_ctx = ralloc_parent(impl); + + nir_foreach_block(impl, nir_lower_io_block, &state); + + nir_metadata_preserve(impl, nir_metadata_block_index | + nir_metadata_dominance); +} + +void +nir_lower_io(nir_shader *shader) +{ + assign_var_locations_shader(shader); + + nir_foreach_overload(shader, overload) { + if (overload->impl) + nir_lower_io_impl(overload->impl); + } +} diff --git a/mesalib/src/glsl/nir/nir_lower_locals_to_regs.c b/mesalib/src/glsl/nir/nir_lower_locals_to_regs.c new file mode 100644 index 000000000..8c5df7be6 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_lower_locals_to_regs.c @@ -0,0 +1,284 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Jason Ekstrand (jason@jlekstrand.net) + * + */ + +#include "nir.h" + +struct locals_to_regs_state { + void *mem_ctx; + nir_function_impl *impl; + + /* A hash table mapping derefs to registers */ + struct hash_table *regs_table; +}; + +/* The following two functions implement a hash and equality check for + * variable dreferences. When the hash or equality function encounters an + * array, it ignores the offset and whether it is direct or indirect + * entirely. + */ +static uint32_t +hash_deref(const void *void_deref) +{ + uint32_t hash = _mesa_fnv32_1a_offset_bias; + + const nir_deref_var *deref_var = void_deref; + hash = _mesa_fnv32_1a_accumulate(hash, deref_var->var); + + for (const nir_deref *deref = deref_var->deref.child; + deref; deref = deref->child) { + if (deref->deref_type == nir_deref_type_struct) { + const nir_deref_struct *deref_struct = nir_deref_as_struct(deref); + hash = _mesa_fnv32_1a_accumulate(hash, deref_struct->index); + } + } + + return hash; +} + +static bool +derefs_equal(const void *void_a, const void *void_b) +{ + const nir_deref_var *a_var = void_a; + const nir_deref_var *b_var = void_b; + + if (a_var->var != b_var->var) + return false; + + for (const nir_deref *a = a_var->deref.child, *b = b_var->deref.child; + a != NULL; a = a->child, b = b->child) { + if (a->deref_type != b->deref_type) + return false; + + if (a->deref_type == nir_deref_type_struct) { + if (nir_deref_as_struct(a)->index != nir_deref_as_struct(b)->index) + return false; + } + /* Do nothing for arrays. They're all the same. */ + + assert((a->child == NULL) == (b->child == NULL)); + if((a->child == NULL) != (b->child == NULL)) + return false; + } + + return true; +} + +static nir_register * +get_reg_for_deref(nir_deref_var *deref, struct locals_to_regs_state *state) +{ + uint32_t hash = hash_deref(deref); + + struct hash_entry *entry = + _mesa_hash_table_search_pre_hashed(state->regs_table, hash, deref); + if (entry) + return entry->data; + + unsigned array_size = 1; + nir_deref *tail = &deref->deref; + while (tail->child) { + if (tail->child->deref_type == nir_deref_type_array) { + /* Multiply by the parent's type. */ + if (glsl_type_is_matrix(tail->type)) { + array_size *= glsl_get_matrix_columns(tail->type); + } else { + assert(glsl_get_length(tail->type) > 0); + array_size *= glsl_get_length(tail->type); + } + } + tail = tail->child; + } + + assert(glsl_type_is_vector(tail->type) || glsl_type_is_scalar(tail->type)); + + nir_register *reg = nir_local_reg_create(state->impl); + reg->num_components = glsl_get_vector_elements(tail->type); + reg->num_array_elems = array_size > 1 ? array_size : 0; + + _mesa_hash_table_insert_pre_hashed(state->regs_table, hash, deref, reg); + + return reg; +} + +static nir_src +get_deref_reg_src(nir_deref_var *deref, nir_instr *instr, + struct locals_to_regs_state *state) +{ + nir_src src; + + src.is_ssa = false; + src.reg.reg = get_reg_for_deref(deref, state); + src.reg.base_offset = 0; + src.reg.indirect = NULL; + + nir_deref *tail = &deref->deref; + while (tail->child != NULL) { + const struct glsl_type *parent_type = tail->type; + tail = tail->child; + + if (tail->deref_type != nir_deref_type_array) + continue; + + nir_deref_array *deref_array = nir_deref_as_array(tail); + + src.reg.base_offset *= glsl_get_length(parent_type); + src.reg.base_offset += deref_array->base_offset; + + if (src.reg.indirect) { + nir_load_const_instr *load_const = + nir_load_const_instr_create(state->mem_ctx, 1); + load_const->value.u[0] = glsl_get_length(parent_type); + nir_instr_insert_before(instr, &load_const->instr); + + nir_alu_instr *mul = nir_alu_instr_create(state->mem_ctx, nir_op_imul); + mul->src[0].src = *src.reg.indirect; + mul->src[1].src.is_ssa = true; + mul->src[1].src.ssa = &load_const->def; + mul->dest.write_mask = 1; + nir_ssa_dest_init(&mul->instr, &mul->dest.dest, 1, NULL); + nir_instr_insert_before(instr, &mul->instr); + + src.reg.indirect->is_ssa = true; + src.reg.indirect->ssa = &mul->dest.dest.ssa; + } + + if (deref_array->deref_array_type == nir_deref_array_type_indirect) { + if (src.reg.indirect == NULL) { + src.reg.indirect = ralloc(state->mem_ctx, nir_src); + nir_src_copy(src.reg.indirect, &deref_array->indirect, + state->mem_ctx); + } else { + nir_alu_instr *add = nir_alu_instr_create(state->mem_ctx, + nir_op_iadd); + add->src[0].src = *src.reg.indirect; + nir_src_copy(&add->src[1].src, &deref_array->indirect, + state->mem_ctx); + add->dest.write_mask = 1; + nir_ssa_dest_init(&add->instr, &add->dest.dest, 1, NULL); + nir_instr_insert_before(instr, &add->instr); + + src.reg.indirect->is_ssa = true; + src.reg.indirect->ssa = &add->dest.dest.ssa; + } + } + } + + return src; +} + +static bool +lower_locals_to_regs_block(nir_block *block, void *void_state) +{ + struct locals_to_regs_state *state = void_state; + + nir_foreach_instr_safe(block, instr) { + if (instr->type != nir_instr_type_intrinsic) + continue; + + nir_intrinsic_instr *intrin = nir_instr_as_intrinsic(instr); + + switch (intrin->intrinsic) { + case nir_intrinsic_load_var: { + if (intrin->variables[0]->var->data.mode != nir_var_local) + continue; + + nir_alu_instr *mov = nir_alu_instr_create(state->mem_ctx, nir_op_imov); + mov->src[0].src = get_deref_reg_src(intrin->variables[0], + &intrin->instr, state); + mov->dest.write_mask = (1 << intrin->num_components) - 1; + if (intrin->dest.is_ssa) { + nir_ssa_dest_init(&mov->instr, &mov->dest.dest, + intrin->num_components, NULL); + nir_ssa_def_rewrite_uses(&intrin->dest.ssa, + nir_src_for_ssa(&mov->dest.dest.ssa), + state->mem_ctx); + } else { + nir_dest_copy(&mov->dest.dest, &intrin->dest, state->mem_ctx); + } + nir_instr_insert_before(&intrin->instr, &mov->instr); + + nir_instr_remove(&intrin->instr); + break; + } + + case nir_intrinsic_store_var: { + if (intrin->variables[0]->var->data.mode != nir_var_local) + continue; + + nir_src reg_src = get_deref_reg_src(intrin->variables[0], + &intrin->instr, state); + + nir_alu_instr *mov = nir_alu_instr_create(state->mem_ctx, nir_op_imov); + nir_src_copy(&mov->src[0].src, &intrin->src[0], state->mem_ctx); + mov->dest.write_mask = (1 << intrin->num_components) - 1; + mov->dest.dest.is_ssa = false; + mov->dest.dest.reg.reg = reg_src.reg.reg; + mov->dest.dest.reg.base_offset = reg_src.reg.base_offset; + mov->dest.dest.reg.indirect = reg_src.reg.indirect; + + nir_instr_insert_before(&intrin->instr, &mov->instr); + + nir_instr_remove(&intrin->instr); + break; + } + + case nir_intrinsic_copy_var: + unreachable("There should be no copies whatsoever at this point"); + break; + + default: + continue; + } + } + + return true; +} + +static void +nir_lower_locals_to_regs_impl(nir_function_impl *impl) +{ + struct locals_to_regs_state state; + + state.mem_ctx = ralloc_parent(impl); + state.impl = impl; + state.regs_table = _mesa_hash_table_create(NULL, hash_deref, derefs_equal); + + nir_foreach_block(impl, lower_locals_to_regs_block, &state); + + nir_metadata_preserve(impl, nir_metadata_block_index | + nir_metadata_dominance); + + _mesa_hash_table_destroy(state.regs_table, NULL); +} + +void +nir_lower_locals_to_regs(nir_shader *shader) +{ + nir_foreach_overload(shader, overload) { + if (overload->impl) + nir_lower_locals_to_regs_impl(overload->impl); + } +} diff --git a/mesalib/src/glsl/nir/nir_lower_phis_to_scalar.c b/mesalib/src/glsl/nir/nir_lower_phis_to_scalar.c new file mode 100644 index 000000000..7cd93ea0a --- /dev/null +++ b/mesalib/src/glsl/nir/nir_lower_phis_to_scalar.c @@ -0,0 +1,290 @@ +/* + * Copyright © 2015 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Jason Ekstrand (jason@jlekstrand.net) + * + */ + +#include "nir.h" + +/* + * Implements a pass that lowers vector phi nodes to scalar phi nodes when + * we don't think it will hurt anything. + */ + +struct lower_phis_to_scalar_state { + void *mem_ctx; + void *dead_ctx; + + /* Hash table marking which phi nodes are scalarizable. The key is + * pointers to phi instructions and the entry is either NULL for not + * scalarizable or non-null for scalarizable. + */ + struct hash_table *phi_table; +}; + +static bool +should_lower_phi(nir_phi_instr *phi, struct lower_phis_to_scalar_state *state); + +static bool +is_phi_src_scalarizable(nir_phi_src *src, + struct lower_phis_to_scalar_state *state) +{ + /* Don't know what to do with non-ssa sources */ + if (!src->src.is_ssa) + return false; + + nir_instr *src_instr = src->src.ssa->parent_instr; + switch (src_instr->type) { + case nir_instr_type_alu: { + nir_alu_instr *src_alu = nir_instr_as_alu(src_instr); + + /* ALU operations with output_size == 0 should be scalarized. We + * will also see a bunch of vecN operations from scalarizing ALU + * operations and, since they can easily be copy-propagated, they + * are ok too. + */ + return nir_op_infos[src_alu->op].output_size == 0 || + src_alu->op == nir_op_vec2 || + src_alu->op == nir_op_vec3 || + src_alu->op == nir_op_vec4; + } + + case nir_instr_type_phi: + /* A phi is scalarizable if we're going to lower it */ + return should_lower_phi(nir_instr_as_phi(src_instr), state); + + case nir_instr_type_load_const: + /* These are trivially scalarizable */ + return true; + + case nir_instr_type_intrinsic: { + nir_intrinsic_instr *src_intrin = nir_instr_as_intrinsic(src_instr); + + switch (src_intrin->intrinsic) { + case nir_intrinsic_load_var: + return src_intrin->variables[0]->var->data.mode == nir_var_shader_in || + src_intrin->variables[0]->var->data.mode == nir_var_uniform; + + case nir_intrinsic_interp_var_at_centroid: + case nir_intrinsic_interp_var_at_sample: + case nir_intrinsic_interp_var_at_offset: + case nir_intrinsic_load_uniform: + case nir_intrinsic_load_uniform_indirect: + case nir_intrinsic_load_ubo: + case nir_intrinsic_load_ubo_indirect: + case nir_intrinsic_load_input: + case nir_intrinsic_load_input_indirect: + return true; + default: + break; + } + } + + default: + /* We can't scalarize this type of instruction */ + return false; + } +} + +/** + * Determines if the given phi node should be lowered. The only phi nodes + * we will scalarize at the moment are those where all of the sources are + * scalarizable. + * + * The reason for this comes down to coalescing. Since phi sources can't + * swizzle, swizzles on phis have to be resolved by inserting a mov right + * before the phi. The choice then becomes between movs to pick off + * components for a scalar phi or potentially movs to recombine components + * for a vector phi. The problem is that the movs generated to pick off + * the components are almost uncoalescable. We can't coalesce them in NIR + * because we need them to pick off components and we can't coalesce them + * in the backend because the source register is a vector and the + * destination is a scalar that may be used at other places in the program. + * On the other hand, if we have a bunch of scalars going into a vector + * phi, the situation is much better. In this case, if the SSA def is + * generated in the predecessor block to the corresponding phi source, the + * backend code will be an ALU op into a temporary and then a mov into the + * given vector component; this move can almost certainly be coalesced + * away. + */ +static bool +should_lower_phi(nir_phi_instr *phi, struct lower_phis_to_scalar_state *state) +{ + /* Already scalar */ + if (phi->dest.ssa.num_components == 1) + return false; + + struct hash_entry *entry = _mesa_hash_table_search(state->phi_table, phi); + if (entry) + return entry->data != NULL; + + /* Insert an entry and mark it as scalarizable for now. That way + * we don't recurse forever and a cycle in the dependence graph + * won't automatically make us fail to scalarize. + */ + entry = _mesa_hash_table_insert(state->phi_table, phi, (void *)(intptr_t)1); + + bool scalarizable = true; + + nir_foreach_phi_src(phi, src) { + scalarizable = is_phi_src_scalarizable(src, state); + if (!scalarizable) + break; + } + + entry->data = (void *)(intptr_t)scalarizable; + + return scalarizable; +} + +static bool +lower_phis_to_scalar_block(nir_block *block, void *void_state) +{ + struct lower_phis_to_scalar_state *state = void_state; + + /* Find the last phi node in the block */ + nir_phi_instr *last_phi = NULL; + nir_foreach_instr(block, instr) { + if (instr->type != nir_instr_type_phi) + break; + + last_phi = nir_instr_as_phi(instr); + } + + /* We have to handle the phi nodes in their own pass due to the way + * we're modifying the linked list of instructions. + */ + nir_foreach_instr_safe(block, instr) { + if (instr->type != nir_instr_type_phi) + break; + + nir_phi_instr *phi = nir_instr_as_phi(instr); + + if (!should_lower_phi(phi, state)) + continue; + + /* Create a vecN operation to combine the results. Most of these + * will be redundant, but copy propagation should clean them up for + * us. No need to add the complexity here. + */ + nir_op vec_op; + switch (phi->dest.ssa.num_components) { + case 2: vec_op = nir_op_vec2; break; + case 3: vec_op = nir_op_vec3; break; + case 4: vec_op = nir_op_vec4; break; + default: unreachable("Invalid number of components"); + } + + nir_alu_instr *vec = nir_alu_instr_create(state->mem_ctx, vec_op); + nir_ssa_dest_init(&vec->instr, &vec->dest.dest, + phi->dest.ssa.num_components, NULL); + vec->dest.write_mask = (1 << phi->dest.ssa.num_components) - 1; + + for (unsigned i = 0; i < phi->dest.ssa.num_components; i++) { + nir_phi_instr *new_phi = nir_phi_instr_create(state->mem_ctx); + nir_ssa_dest_init(&new_phi->instr, &new_phi->dest, 1, NULL); + + vec->src[i].src = nir_src_for_ssa(&new_phi->dest.ssa); + + nir_foreach_phi_src(phi, src) { + /* We need to insert a mov to grab the i'th component of src */ + nir_alu_instr *mov = nir_alu_instr_create(state->mem_ctx, + nir_op_imov); + nir_ssa_dest_init(&mov->instr, &mov->dest.dest, 1, NULL); + mov->dest.write_mask = 1; + nir_src_copy(&mov->src[0].src, &src->src, state->mem_ctx); + mov->src[0].swizzle[0] = i; + + /* Insert at the end of the predecessor but before the jump */ + nir_instr *pred_last_instr = nir_block_last_instr(src->pred); + if (pred_last_instr && pred_last_instr->type == nir_instr_type_jump) + nir_instr_insert_before(pred_last_instr, &mov->instr); + else + nir_instr_insert_after_block(src->pred, &mov->instr); + + nir_phi_src *new_src = ralloc(state->mem_ctx, nir_phi_src); + new_src->pred = src->pred; + new_src->src = nir_src_for_ssa(&mov->dest.dest.ssa); + + exec_list_push_tail(&new_phi->srcs, &new_src->node); + } + + nir_instr_insert_before(&phi->instr, &new_phi->instr); + } + + nir_instr_insert_after(&last_phi->instr, &vec->instr); + + nir_ssa_def_rewrite_uses(&phi->dest.ssa, + nir_src_for_ssa(&vec->dest.dest.ssa), + state->mem_ctx); + + ralloc_steal(state->dead_ctx, phi); + nir_instr_remove(&phi->instr); + + /* We're using the safe iterator and inserting all the newly + * scalarized phi nodes before their non-scalarized version so that's + * ok. However, we are also inserting vec operations after all of + * the last phi node so once we get here, we can't trust even the + * safe iterator to stop properly. We have to break manually. + */ + if (instr == &last_phi->instr) + break; + } + + return true; +} + +static void +lower_phis_to_scalar_impl(nir_function_impl *impl) +{ + struct lower_phis_to_scalar_state state; + + state.mem_ctx = ralloc_parent(impl); + state.dead_ctx = ralloc_context(NULL); + state.phi_table = _mesa_hash_table_create(state.dead_ctx, _mesa_hash_pointer, + _mesa_key_pointer_equal); + + nir_foreach_block(impl, lower_phis_to_scalar_block, &state); + + nir_metadata_preserve(impl, nir_metadata_block_index | + nir_metadata_dominance); + + ralloc_free(state.dead_ctx); +} + +/** A pass that lowers vector phi nodes to scalar + * + * This pass loops through the blocks and lowers looks for vector phi nodes + * it can lower to scalar phi nodes. Not all phi nodes are lowered. For + * instance, if one of the sources is a non-scalarizable vector, then we + * don't bother lowering because that would generate hard-to-coalesce movs. + */ +void +nir_lower_phis_to_scalar(nir_shader *shader) +{ + nir_foreach_overload(shader, overload) { + if (overload->impl) + lower_phis_to_scalar_impl(overload->impl); + } +} diff --git a/mesalib/src/glsl/nir/nir_lower_samplers.cpp b/mesalib/src/glsl/nir/nir_lower_samplers.cpp new file mode 100644 index 000000000..3015dbd09 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_lower_samplers.cpp @@ -0,0 +1,184 @@ +/* + * Copyright (C) 2005-2007 Brian Paul All Rights Reserved. + * Copyright (C) 2008 VMware, Inc. All Rights Reserved. + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + */ + +#include "nir.h" +#include "../program.h" +#include "program/hash_table.h" +#include "ir_uniform.h" + +extern "C" { +#include "main/compiler.h" +#include "main/mtypes.h" +#include "program/prog_parameter.h" +#include "program/program.h" +} + +static unsigned +get_sampler_index(struct gl_shader_program *shader_program, const char *name, + const struct gl_program *prog) +{ + GLuint shader = _mesa_program_enum_to_shader_stage(prog->Target); + + unsigned location; + if (!shader_program->UniformHash->get(location, name)) { + linker_error(shader_program, + "failed to find sampler named %s.\n", name); + return 0; + } + + if (!shader_program->UniformStorage[location].sampler[shader].active) { + assert(0 && "cannot return a sampler"); + linker_error(shader_program, + "cannot return a sampler named %s, because it is not " + "used in this shader stage. This is a driver bug.\n", + name); + return 0; + } + + return shader_program->UniformStorage[location].sampler[shader].index; +} + +static void +lower_sampler(nir_tex_instr *instr, struct gl_shader_program *shader_program, + const struct gl_program *prog, void *mem_ctx) +{ + if (instr->sampler == NULL) + return; + + /* Get the name and the offset */ + instr->sampler_index = 0; + char *name = ralloc_strdup(mem_ctx, instr->sampler->var->name); + + for (nir_deref *deref = &instr->sampler->deref; + deref->child; deref = deref->child) { + switch (deref->child->deref_type) { + case nir_deref_type_array: { + nir_deref_array *deref_array = nir_deref_as_array(deref->child); + + /* XXX: We're assuming here that the indirect is the last array + * thing we have. This should be ok for now as we don't support + * arrays_of_arrays yet. + */ + + instr->sampler_index *= glsl_get_length(deref->type); + switch (deref_array->deref_array_type) { + case nir_deref_array_type_direct: + instr->sampler_index += deref_array->base_offset; + if (deref_array->deref.child) + ralloc_asprintf_append(&name, "[%u]", deref_array->base_offset); + break; + case nir_deref_array_type_indirect: { + instr->src = reralloc(mem_ctx, instr->src, nir_tex_src, + instr->num_srcs + 1); + memset(&instr->src[instr->num_srcs], 0, sizeof *instr->src); + instr->src[instr->num_srcs].src_type = nir_tex_src_sampler_offset; + instr->num_srcs++; + + nir_instr_rewrite_src(&instr->instr, + &instr->src[instr->num_srcs - 1].src, + deref_array->indirect); + + instr->sampler_array_size = glsl_get_length(deref->type); + + nir_src empty; + memset(&empty, 0, sizeof empty); + nir_instr_rewrite_src(&instr->instr, &deref_array->indirect, empty); + + if (deref_array->deref.child) + ralloc_strcat(&name, "[0]"); + break; + } + + case nir_deref_array_type_wildcard: + unreachable("Cannot copy samplers"); + default: + unreachable("Invalid deref array type"); + } + break; + } + + case nir_deref_type_struct: { + nir_deref_struct *deref_struct = nir_deref_as_struct(deref->child); + const char *field = glsl_get_struct_elem_name(deref->type, + deref_struct->index); + ralloc_asprintf_append(&name, ".%s", field); + break; + } + + default: + unreachable("Invalid deref type"); + break; + } + } + + instr->sampler_index += get_sampler_index(shader_program, name, prog); + + instr->sampler = NULL; +} + +typedef struct { + void *mem_ctx; + struct gl_shader_program *shader_program; + struct gl_program *prog; +} lower_state; + +static bool +lower_block_cb(nir_block *block, void *_state) +{ + lower_state *state = (lower_state *) _state; + + nir_foreach_instr(block, instr) { + if (instr->type == nir_instr_type_tex) { + nir_tex_instr *tex_instr = nir_instr_as_tex(instr); + lower_sampler(tex_instr, state->shader_program, state->prog, + state->mem_ctx); + } + } + + return true; +} + +static void +lower_impl(nir_function_impl *impl, struct gl_shader_program *shader_program, + struct gl_program *prog) +{ + lower_state state; + + state.mem_ctx = ralloc_parent(impl); + state.shader_program = shader_program; + state.prog = prog; + + nir_foreach_block(impl, lower_block_cb, &state); +} + +extern "C" void +nir_lower_samplers(nir_shader *shader, struct gl_shader_program *shader_program, + struct gl_program *prog) +{ + nir_foreach_overload(shader, overload) { + if (overload->impl) + lower_impl(overload->impl, shader_program, prog); + } +} diff --git a/mesalib/src/glsl/nir/nir_lower_system_values.c b/mesalib/src/glsl/nir/nir_lower_system_values.c new file mode 100644 index 000000000..328d4f1ab --- /dev/null +++ b/mesalib/src/glsl/nir/nir_lower_system_values.c @@ -0,0 +1,117 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Connor Abbott (cwabbott0@gmail.com) + * + */ + +#include "nir.h" +#include "main/mtypes.h" + +static void +convert_instr(nir_intrinsic_instr *instr) +{ + if (instr->intrinsic != nir_intrinsic_load_var) + return; + + nir_variable *var = instr->variables[0]->var; + if (var->data.mode != nir_var_system_value) + return; + + void *mem_ctx = ralloc_parent(instr); + + nir_intrinsic_op op; + + switch (var->data.location) { + case SYSTEM_VALUE_FRONT_FACE: + op = nir_intrinsic_load_front_face; + break; + case SYSTEM_VALUE_VERTEX_ID: + op = nir_intrinsic_load_vertex_id; + break; + case SYSTEM_VALUE_INSTANCE_ID: + op = nir_intrinsic_load_instance_id; + break; + case SYSTEM_VALUE_SAMPLE_ID: + op = nir_intrinsic_load_sample_id; + break; + case SYSTEM_VALUE_SAMPLE_POS: + op = nir_intrinsic_load_sample_pos; + break; + case SYSTEM_VALUE_SAMPLE_MASK_IN: + op = nir_intrinsic_load_sample_mask_in; + break; + case SYSTEM_VALUE_INVOCATION_ID: + op = nir_intrinsic_load_invocation_id; + break; + default: + unreachable("not reached"); + } + + nir_intrinsic_instr *new_instr = nir_intrinsic_instr_create(mem_ctx, op); + + if (instr->dest.is_ssa) { + nir_ssa_dest_init(&new_instr->instr, &new_instr->dest, + instr->dest.ssa.num_components, NULL); + nir_ssa_def_rewrite_uses(&instr->dest.ssa, + nir_src_for_ssa(&new_instr->dest.ssa), + mem_ctx); + } else { + nir_dest_copy(&new_instr->dest, &instr->dest, mem_ctx); + } + + nir_instr_insert_before(&instr->instr, &new_instr->instr); + nir_instr_remove(&instr->instr); +} + +static bool +convert_block(nir_block *block, void *state) +{ + (void) state; + + nir_foreach_instr_safe(block, instr) { + if (instr->type == nir_instr_type_intrinsic) + convert_instr(nir_instr_as_intrinsic(instr)); + } + + return true; +} + +static void +convert_impl(nir_function_impl *impl) +{ + nir_foreach_block(impl, convert_block, NULL); + nir_metadata_preserve(impl, nir_metadata_block_index | + nir_metadata_dominance); +} + +void +nir_lower_system_values(nir_shader *shader) +{ + nir_foreach_overload(shader, overload) { + if (overload->impl) + convert_impl(overload->impl); + } + + exec_list_make_empty(&shader->system_values); +} diff --git a/mesalib/src/glsl/nir/nir_lower_to_source_mods.c b/mesalib/src/glsl/nir/nir_lower_to_source_mods.c new file mode 100644 index 000000000..d6bf77f17 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_lower_to_source_mods.c @@ -0,0 +1,185 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Jason Ekstrand (jason@jlekstrand.net) + * + */ + +#include "nir.h" + +/* + * This pass lowers the neg, abs, and sat operations to source modifiers on + * ALU operations to make things nicer for the backend. It's just much + * easier to not have them when we're doing optimizations. + */ + +static bool +nir_lower_to_source_mods_block(nir_block *block, void *state) +{ + nir_foreach_instr(block, instr) { + if (instr->type != nir_instr_type_alu) + continue; + + nir_alu_instr *alu = nir_instr_as_alu(instr); + + for (unsigned i = 0; i < nir_op_infos[alu->op].num_inputs; i++) { + if (!alu->src[i].src.is_ssa) + continue; + + if (alu->src[i].src.ssa->parent_instr->type != nir_instr_type_alu) + continue; + + nir_alu_instr *parent = nir_instr_as_alu(alu->src[i].src.ssa->parent_instr); + + if (parent->dest.saturate) + continue; + + switch (nir_op_infos[alu->op].input_types[i]) { + case nir_type_float: + if (parent->op != nir_op_fmov) + continue; + break; + case nir_type_int: + if (parent->op != nir_op_imov) + continue; + break; + default: + continue; + } + + nir_instr_rewrite_src(instr, &alu->src[i].src, parent->src[0].src); + if (alu->src[i].abs) { + /* abs trumps both neg and abs, do nothing */ + } else { + alu->src[i].negate = (alu->src[i].negate != parent->src[0].negate); + alu->src[i].abs |= parent->src[0].abs; + } + + for (int j = 0; j < 4; ++j) { + if (!nir_alu_instr_channel_used(alu, i, j)) + continue; + alu->src[i].swizzle[j] = parent->src[0].swizzle[alu->src[i].swizzle[j]]; + } + + if (parent->dest.dest.ssa.uses->entries == 0 && + parent->dest.dest.ssa.if_uses->entries == 0) + nir_instr_remove(&parent->instr); + } + + switch (alu->op) { + case nir_op_fsat: + alu->op = nir_op_fmov; + alu->dest.saturate = true; + break; + case nir_op_ineg: + alu->op = nir_op_imov; + alu->src[0].negate = !alu->src[0].negate; + break; + case nir_op_fneg: + alu->op = nir_op_fmov; + alu->src[0].negate = !alu->src[0].negate; + break; + case nir_op_iabs: + alu->op = nir_op_imov; + alu->src[0].abs = true; + alu->src[0].negate = false; + break; + case nir_op_fabs: + alu->op = nir_op_fmov; + alu->src[0].abs = true; + alu->src[0].negate = false; + break; + default: + break; + } + + /* We've covered sources. Now we're going to try and saturate the + * destination if we can. + */ + + if (!alu->dest.dest.is_ssa) + continue; + + /* We can only saturate float destinations */ + if (nir_op_infos[alu->op].output_type != nir_type_float) + continue; + + if (alu->dest.dest.ssa.if_uses->entries != 0) + continue; + + bool all_children_are_sat = true; + struct set_entry *entry; + set_foreach(alu->dest.dest.ssa.uses, entry) { + const nir_instr *child = entry->key; + if (child->type != nir_instr_type_alu) { + all_children_are_sat = false; + continue; + } + + nir_alu_instr *child_alu = nir_instr_as_alu(child); + if (child_alu->src[0].negate || child_alu->src[0].abs) { + all_children_are_sat = false; + continue; + } + + if (child_alu->op != nir_op_fsat && + !(child_alu->op == nir_op_fmov && child_alu->dest.saturate)) { + all_children_are_sat = false; + continue; + } + } + + if (!all_children_are_sat) + continue; + + alu->dest.saturate = true; + + set_foreach(alu->dest.dest.ssa.uses, entry) { + nir_alu_instr *child_alu = nir_instr_as_alu((nir_instr *)entry->key); + child_alu->op = nir_op_fmov; + child_alu->dest.saturate = false; + /* We could propagate the dest of our instruction to the + * destinations of the uses here. However, one quick round of + * copy propagation will clean that all up and then we don't have + * the complexity. + */ + } + } + + return true; +} + +static void +nir_lower_to_source_mods_impl(nir_function_impl *impl) +{ + nir_foreach_block(impl, nir_lower_to_source_mods_block, NULL); +} + +void +nir_lower_to_source_mods(nir_shader *shader) +{ + nir_foreach_overload(shader, overload) { + if (overload->impl) + nir_lower_to_source_mods_impl(overload->impl); + } +} diff --git a/mesalib/src/glsl/nir/nir_lower_var_copies.c b/mesalib/src/glsl/nir/nir_lower_var_copies.c new file mode 100644 index 000000000..85ebb281c --- /dev/null +++ b/mesalib/src/glsl/nir/nir_lower_var_copies.c @@ -0,0 +1,222 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Jason Ekstrand (jason@jlekstrand.net) + * + */ + +#include "nir.h" +#include "nir_types.h" + +/* + * Lowers all copy intrinsics to sequences of load/store intrinsics. + */ + +/* Walks down the deref chain and returns the next deref in the chain whose + * child is a wildcard. In other words, given the chain a[1].foo[*].bar, + * this function will return the deref to foo. Calling it a second time + * with the [*].bar, it will return NULL. + */ +static nir_deref * +deref_next_wildcard_parent(nir_deref *deref) +{ + for (nir_deref *tail = deref; tail->child; tail = tail->child) { + if (tail->child->deref_type != nir_deref_type_array) + continue; + + nir_deref_array *arr = nir_deref_as_array(tail->child); + + if (arr->deref_array_type == nir_deref_array_type_wildcard) + return tail; + } + + return NULL; +} + +/* Returns the last deref in the chain. + */ +static nir_deref * +get_deref_tail(nir_deref *deref) +{ + while (deref->child) + deref = deref->child; + + return deref; +} + +static int +type_get_length(const struct glsl_type *type) +{ + switch (glsl_get_base_type(type)) { + case GLSL_TYPE_STRUCT: + case GLSL_TYPE_ARRAY: + return glsl_get_length(type); + case GLSL_TYPE_FLOAT: + case GLSL_TYPE_INT: + case GLSL_TYPE_UINT: + case GLSL_TYPE_BOOL: + if (glsl_type_is_matrix(type)) + return glsl_get_matrix_columns(type); + else + return glsl_get_vector_elements(type); + default: + unreachable("Invalid deref base type"); + } +} + +/* This function recursively walks the given deref chain and replaces the + * given copy instruction with an equivalent sequence load/store + * operations. + * + * @copy_instr The copy instruction to replace; new instructions will be + * inserted before this one + * + * @dest_head The head of the destination variable deref chain + * + * @src_head The head of the source variable deref chain + * + * @dest_tail The current tail of the destination variable deref chain; + * this is used for recursion and external callers of this + * function should call it with tail == head + * + * @src_tail The current tail of the source variable deref chain; + * this is used for recursion and external callers of this + * function should call it with tail == head + * + * @state The current variable lowering state + */ +static void +emit_copy_load_store(nir_intrinsic_instr *copy_instr, + nir_deref_var *dest_head, nir_deref_var *src_head, + nir_deref *dest_tail, nir_deref *src_tail, void *mem_ctx) +{ + /* Find the next pair of wildcards */ + nir_deref *src_arr_parent = deref_next_wildcard_parent(src_tail); + nir_deref *dest_arr_parent = deref_next_wildcard_parent(dest_tail); + + if (src_arr_parent || dest_arr_parent) { + /* Wildcards had better come in matched pairs */ + assert(dest_arr_parent && dest_arr_parent); + + nir_deref_array *src_arr = nir_deref_as_array(src_arr_parent->child); + nir_deref_array *dest_arr = nir_deref_as_array(dest_arr_parent->child); + + unsigned length = type_get_length(src_arr_parent->type); + /* The wildcards should represent the same number of elements */ + assert(length == type_get_length(dest_arr_parent->type)); + assert(length > 0); + + /* Walk over all of the elements that this wildcard refers to and + * call emit_copy_load_store on each one of them */ + src_arr->deref_array_type = nir_deref_array_type_direct; + dest_arr->deref_array_type = nir_deref_array_type_direct; + for (unsigned i = 0; i < length; i++) { + src_arr->base_offset = i; + dest_arr->base_offset = i; + emit_copy_load_store(copy_instr, dest_head, src_head, + &dest_arr->deref, &src_arr->deref, mem_ctx); + } + src_arr->deref_array_type = nir_deref_array_type_wildcard; + dest_arr->deref_array_type = nir_deref_array_type_wildcard; + } else { + /* In this case, we have no wildcards anymore, so all we have to do + * is just emit the load and store operations. */ + src_tail = get_deref_tail(src_tail); + dest_tail = get_deref_tail(dest_tail); + + assert(src_tail->type == dest_tail->type); + + unsigned num_components = glsl_get_vector_elements(src_tail->type); + + nir_deref *src_deref = nir_copy_deref(mem_ctx, &src_head->deref); + nir_deref *dest_deref = nir_copy_deref(mem_ctx, &dest_head->deref); + + nir_intrinsic_instr *load = + nir_intrinsic_instr_create(mem_ctx, nir_intrinsic_load_var); + load->num_components = num_components; + load->variables[0] = nir_deref_as_var(src_deref); + nir_ssa_dest_init(&load->instr, &load->dest, num_components, NULL); + + nir_instr_insert_before(©_instr->instr, &load->instr); + + nir_intrinsic_instr *store = + nir_intrinsic_instr_create(mem_ctx, nir_intrinsic_store_var); + store->num_components = num_components; + store->variables[0] = nir_deref_as_var(dest_deref); + store->src[0].is_ssa = true; + store->src[0].ssa = &load->dest.ssa; + + nir_instr_insert_before(©_instr->instr, &store->instr); + } +} + +/* Lowers a copy instruction to a sequence of load/store instructions + * + * The new instructions are placed before the copy instruction in the IR. + */ +void +nir_lower_var_copy_instr(nir_intrinsic_instr *copy, void *mem_ctx) +{ + assert(copy->intrinsic == nir_intrinsic_copy_var); + emit_copy_load_store(copy, copy->variables[0], copy->variables[1], + ©->variables[0]->deref, + ©->variables[1]->deref, mem_ctx); +} + +static bool +lower_var_copies_block(nir_block *block, void *mem_ctx) +{ + nir_foreach_instr_safe(block, instr) { + if (instr->type != nir_instr_type_intrinsic) + continue; + + nir_intrinsic_instr *copy = nir_instr_as_intrinsic(instr); + if (copy->intrinsic != nir_intrinsic_copy_var) + continue; + + nir_lower_var_copy_instr(copy, mem_ctx); + + nir_instr_remove(©->instr); + ralloc_free(copy); + } + + return true; +} + +static void +lower_var_copies_impl(nir_function_impl *impl) +{ + nir_foreach_block(impl, lower_var_copies_block, ralloc_parent(impl)); +} + +/* Lowers every copy_var instruction in the program to a sequence of + * load/store instructions. + */ +void +nir_lower_var_copies(nir_shader *shader) +{ + nir_foreach_overload(shader, overload) { + if (overload->impl) + lower_var_copies_impl(overload->impl); + } +} diff --git a/mesalib/src/glsl/nir/nir_lower_vars_to_ssa.c b/mesalib/src/glsl/nir/nir_lower_vars_to_ssa.c new file mode 100644 index 000000000..8af753029 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_lower_vars_to_ssa.c @@ -0,0 +1,1102 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Jason Ekstrand (jason@jlekstrand.net) + * + */ + +#include "nir.h" + +struct deref_node { + struct deref_node *parent; + const struct glsl_type *type; + + bool lower_to_ssa; + + struct set *loads; + struct set *stores; + struct set *copies; + + nir_ssa_def **def_stack; + nir_ssa_def **def_stack_tail; + + struct deref_node *wildcard; + struct deref_node *indirect; + struct deref_node *children[0]; +}; + +struct lower_variables_state { + void *mem_ctx; + void *dead_ctx; + nir_function_impl *impl; + + /* A hash table mapping variables to deref_node data */ + struct hash_table *deref_var_nodes; + + /* A hash table mapping fully-qualified direct dereferences, i.e. + * dereferences with no indirect or wildcard array dereferences, to + * deref_node data. + * + * At the moment, we only lower loads, stores, and copies that can be + * trivially lowered to loads and stores, i.e. copies with no indirects + * and no wildcards. If a part of a variable that is being loaded from + * and/or stored into is also involved in a copy operation with + * wildcards, then we lower that copy operation to loads and stores, but + * otherwise we leave copies with wildcards alone. Since the only derefs + * used in these loads, stores, and trivial copies are ones with no + * wildcards and no indirects, these are precisely the derefs that we + * can actually consider lowering. + */ + struct hash_table *direct_deref_nodes; + + /* Controls whether get_deref_node will add variables to the + * direct_deref_nodes table. This is turned on when we are initially + * scanning for load/store instructions. It is then turned off so we + * don't accidentally change the direct_deref_nodes table while we're + * iterating throug it. + */ + bool add_to_direct_deref_nodes; + + /* A hash table mapping phi nodes to deref_state data */ + struct hash_table *phi_table; +}; + +/* The following two functions implement a hash and equality check for + * variable dreferences. When the hash or equality function encounters an + * array, all indirects are treated as equal and are never equal to a + * direct dereference or a wildcard. + */ +static uint32_t +hash_deref(const void *void_deref) +{ + uint32_t hash = _mesa_fnv32_1a_offset_bias; + + const nir_deref_var *deref_var = void_deref; + hash = _mesa_fnv32_1a_accumulate(hash, deref_var->var); + + for (const nir_deref *deref = deref_var->deref.child; + deref; deref = deref->child) { + switch (deref->deref_type) { + case nir_deref_type_array: { + nir_deref_array *deref_array = nir_deref_as_array(deref); + + hash = _mesa_fnv32_1a_accumulate(hash, deref_array->deref_array_type); + + if (deref_array->deref_array_type == nir_deref_array_type_direct) + hash = _mesa_fnv32_1a_accumulate(hash, deref_array->base_offset); + break; + } + case nir_deref_type_struct: { + nir_deref_struct *deref_struct = nir_deref_as_struct(deref); + hash = _mesa_fnv32_1a_accumulate(hash, deref_struct->index); + break; + } + default: + assert("Invalid deref chain"); + } + } + + return hash; +} + +static bool +derefs_equal(const void *void_a, const void *void_b) +{ + const nir_deref_var *a_var = void_a; + const nir_deref_var *b_var = void_b; + + if (a_var->var != b_var->var) + return false; + + for (const nir_deref *a = a_var->deref.child, *b = b_var->deref.child; + a != NULL; a = a->child, b = b->child) { + if (a->deref_type != b->deref_type) + return false; + + switch (a->deref_type) { + case nir_deref_type_array: { + nir_deref_array *a_arr = nir_deref_as_array(a); + nir_deref_array *b_arr = nir_deref_as_array(b); + + if (a_arr->deref_array_type != b_arr->deref_array_type) + return false; + + if (a_arr->deref_array_type == nir_deref_array_type_direct && + a_arr->base_offset != b_arr->base_offset) + return false; + break; + } + case nir_deref_type_struct: + if (nir_deref_as_struct(a)->index != nir_deref_as_struct(b)->index) + return false; + break; + default: + assert("Invalid deref chain"); + return false; + } + + assert((a->child == NULL) == (b->child == NULL)); + if((a->child == NULL) != (b->child == NULL)) + return false; + } + + return true; +} + +static int +type_get_length(const struct glsl_type *type) +{ + switch (glsl_get_base_type(type)) { + case GLSL_TYPE_STRUCT: + case GLSL_TYPE_ARRAY: + return glsl_get_length(type); + case GLSL_TYPE_FLOAT: + case GLSL_TYPE_INT: + case GLSL_TYPE_UINT: + case GLSL_TYPE_BOOL: + if (glsl_type_is_matrix(type)) + return glsl_get_matrix_columns(type); + else + return glsl_get_vector_elements(type); + default: + unreachable("Invalid deref base type"); + } +} + +static struct deref_node * +deref_node_create(struct deref_node *parent, + const struct glsl_type *type, void *mem_ctx) +{ + size_t size = sizeof(struct deref_node) + + type_get_length(type) * sizeof(struct deref_node *); + + struct deref_node *node = rzalloc_size(mem_ctx, size); + node->type = type; + node->parent = parent; + + return node; +} + +/* Returns the deref node associated with the given variable. This will be + * the root of the tree representing all of the derefs of the given variable. + */ +static struct deref_node * +get_deref_node_for_var(nir_variable *var, struct lower_variables_state *state) +{ + struct deref_node *node; + + struct hash_entry *var_entry = + _mesa_hash_table_search(state->deref_var_nodes, var); + + if (var_entry) { + return var_entry->data; + } else { + node = deref_node_create(NULL, var->type, state->dead_ctx); + _mesa_hash_table_insert(state->deref_var_nodes, var, node); + return node; + } +} + +/* Gets the deref_node for the given deref chain and creates it if it + * doesn't yet exist. If the deref is fully-qualified and direct and + * state->add_to_direct_deref_nodes is true, it will be added to the hash + * table of of fully-qualified direct derefs. + */ +static struct deref_node * +get_deref_node(nir_deref_var *deref, struct lower_variables_state *state) +{ + bool is_direct = true; + + /* Start at the base of the chain. */ + struct deref_node *node = get_deref_node_for_var(deref->var, state); + assert(deref->deref.type == node->type); + + for (nir_deref *tail = deref->deref.child; tail; tail = tail->child) { + switch (tail->deref_type) { + case nir_deref_type_struct: { + nir_deref_struct *deref_struct = nir_deref_as_struct(tail); + + assert(deref_struct->index < type_get_length(node->type)); + + if (node->children[deref_struct->index] == NULL) + node->children[deref_struct->index] = + deref_node_create(node, tail->type, state->dead_ctx); + + node = node->children[deref_struct->index]; + break; + } + + case nir_deref_type_array: { + nir_deref_array *arr = nir_deref_as_array(tail); + + switch (arr->deref_array_type) { + case nir_deref_array_type_direct: + /* This is possible if a loop unrolls and generates an + * out-of-bounds offset. We need to handle this at least + * somewhat gracefully. + */ + if (arr->base_offset >= type_get_length(node->type)) + return NULL; + + if (node->children[arr->base_offset] == NULL) + node->children[arr->base_offset] = + deref_node_create(node, tail->type, state->dead_ctx); + + node = node->children[arr->base_offset]; + break; + + case nir_deref_array_type_indirect: + if (node->indirect == NULL) + node->indirect = deref_node_create(node, tail->type, + state->dead_ctx); + + node = node->indirect; + is_direct = false; + break; + + case nir_deref_array_type_wildcard: + if (node->wildcard == NULL) + node->wildcard = deref_node_create(node, tail->type, + state->dead_ctx); + + node = node->wildcard; + is_direct = false; + break; + + default: + unreachable("Invalid array deref type"); + } + break; + } + default: + unreachable("Invalid deref type"); + } + } + + assert(node); + + if (is_direct && state->add_to_direct_deref_nodes) + _mesa_hash_table_insert(state->direct_deref_nodes, deref, node); + + return node; +} + +/* \sa foreach_deref_node_match */ +static bool +foreach_deref_node_worker(struct deref_node *node, nir_deref *deref, + bool (* cb)(struct deref_node *node, + struct lower_variables_state *state), + struct lower_variables_state *state) +{ + if (deref->child == NULL) { + return cb(node, state); + } else { + switch (deref->child->deref_type) { + case nir_deref_type_array: { + nir_deref_array *arr = nir_deref_as_array(deref->child); + assert(arr->deref_array_type == nir_deref_array_type_direct); + if (node->children[arr->base_offset] && + !foreach_deref_node_worker(node->children[arr->base_offset], + deref->child, cb, state)) + return false; + + if (node->wildcard && + !foreach_deref_node_worker(node->wildcard, + deref->child, cb, state)) + return false; + + return true; + } + + case nir_deref_type_struct: { + nir_deref_struct *str = nir_deref_as_struct(deref->child); + return foreach_deref_node_worker(node->children[str->index], + deref->child, cb, state); + } + + default: + unreachable("Invalid deref child type"); + } + } +} + +/* Walks over every "matching" deref_node and calls the callback. A node + * is considered to "match" if either refers to that deref or matches up t + * a wildcard. In other words, the following would match a[6].foo[3].bar: + * + * a[6].foo[3].bar + * a[*].foo[3].bar + * a[6].foo[*].bar + * a[*].foo[*].bar + * + * The given deref must be a full-length and fully qualified (no wildcards + * or indirects) deref chain. + */ +static bool +foreach_deref_node_match(nir_deref_var *deref, + bool (* cb)(struct deref_node *node, + struct lower_variables_state *state), + struct lower_variables_state *state) +{ + nir_deref_var var_deref = *deref; + var_deref.deref.child = NULL; + struct deref_node *node = get_deref_node(&var_deref, state); + + if (node == NULL) + return false; + + return foreach_deref_node_worker(node, &deref->deref, cb, state); +} + +/* \sa deref_may_be_aliased */ +static bool +deref_may_be_aliased_node(struct deref_node *node, nir_deref *deref, + struct lower_variables_state *state) +{ + if (deref->child == NULL) { + return false; + } else { + switch (deref->child->deref_type) { + case nir_deref_type_array: { + nir_deref_array *arr = nir_deref_as_array(deref->child); + if (arr->deref_array_type == nir_deref_array_type_indirect) + return true; + + assert(arr->deref_array_type == nir_deref_array_type_direct); + + if (node->children[arr->base_offset] && + deref_may_be_aliased_node(node->children[arr->base_offset], + deref->child, state)) + return true; + + if (node->wildcard && + deref_may_be_aliased_node(node->wildcard, deref->child, state)) + return true; + + return false; + } + + case nir_deref_type_struct: { + nir_deref_struct *str = nir_deref_as_struct(deref->child); + if (node->children[str->index]) { + return deref_may_be_aliased_node(node->children[str->index], + deref->child, state); + } else { + return false; + } + } + + default: + unreachable("Invalid nir_deref child type"); + } + } +} + +/* Returns true if there are no indirects that can ever touch this deref. + * + * For example, if the given deref is a[6].foo, then any uses of a[i].foo + * would cause this to return false, but a[i].bar would not affect it + * because it's a different structure member. A var_copy involving of + * a[*].bar also doesn't affect it because that can be lowered to entirely + * direct load/stores. + * + * We only support asking this question about fully-qualified derefs. + * Obviously, it's pointless to ask this about indirects, but we also + * rule-out wildcards. Handling Wildcard dereferences would involve + * checking each array index to make sure that there aren't any indirect + * references. + */ +static bool +deref_may_be_aliased(nir_deref_var *deref, + struct lower_variables_state *state) +{ + return deref_may_be_aliased_node(get_deref_node_for_var(deref->var, state), + &deref->deref, state); +} + +static void +register_load_instr(nir_intrinsic_instr *load_instr, + struct lower_variables_state *state) +{ + struct deref_node *node = get_deref_node(load_instr->variables[0], state); + if (node == NULL) + return; + + if (node->loads == NULL) + node->loads = _mesa_set_create(state->dead_ctx, _mesa_hash_pointer, + _mesa_key_pointer_equal); + + _mesa_set_add(node->loads, load_instr); +} + +static void +register_store_instr(nir_intrinsic_instr *store_instr, + struct lower_variables_state *state) +{ + struct deref_node *node = get_deref_node(store_instr->variables[0], state); + if (node == NULL) + return; + + if (node->stores == NULL) + node->stores = _mesa_set_create(state->dead_ctx, _mesa_hash_pointer, + _mesa_key_pointer_equal); + + _mesa_set_add(node->stores, store_instr); +} + +static void +register_copy_instr(nir_intrinsic_instr *copy_instr, + struct lower_variables_state *state) +{ + for (unsigned idx = 0; idx < 2; idx++) { + struct deref_node *node = + get_deref_node(copy_instr->variables[idx], state); + + if (node == NULL) + continue; + + if (node->copies == NULL) + node->copies = _mesa_set_create(state->dead_ctx, _mesa_hash_pointer, + _mesa_key_pointer_equal); + + _mesa_set_add(node->copies, copy_instr); + } +} + +/* Registers all variable uses in the given block. */ +static bool +register_variable_uses_block(nir_block *block, void *void_state) +{ + struct lower_variables_state *state = void_state; + + nir_foreach_instr_safe(block, instr) { + if (instr->type != nir_instr_type_intrinsic) + continue; + + nir_intrinsic_instr *intrin = nir_instr_as_intrinsic(instr); + + switch (intrin->intrinsic) { + case nir_intrinsic_load_var: + register_load_instr(intrin, state); + break; + + case nir_intrinsic_store_var: + register_store_instr(intrin, state); + break; + + case nir_intrinsic_copy_var: + register_copy_instr(intrin, state); + break; + + default: + continue; + } + } + + return true; +} + +/* Walks over all of the copy instructions to or from the given deref_node + * and lowers them to load/store intrinsics. + */ +static bool +lower_copies_to_load_store(struct deref_node *node, + struct lower_variables_state *state) +{ + if (!node->copies) + return true; + + struct set_entry *copy_entry; + set_foreach(node->copies, copy_entry) { + nir_intrinsic_instr *copy = (void *)copy_entry->key; + + nir_lower_var_copy_instr(copy, state->mem_ctx); + + for (unsigned i = 0; i < 2; ++i) { + struct deref_node *arg_node = + get_deref_node(copy->variables[i], state); + + if (arg_node == NULL) + continue; + + struct set_entry *arg_entry = _mesa_set_search(arg_node->copies, copy); + assert(arg_entry); + _mesa_set_remove(node->copies, arg_entry); + } + + nir_instr_remove(©->instr); + } + + return true; +} + +/* Returns a load_const instruction that represents the constant + * initializer for the given deref chain. The caller is responsible for + * ensuring that there actually is a constant initializer. + */ +static nir_load_const_instr * +get_const_initializer_load(const nir_deref_var *deref, + struct lower_variables_state *state) +{ + nir_constant *constant = deref->var->constant_initializer; + const nir_deref *tail = &deref->deref; + unsigned matrix_offset = 0; + while (tail->child) { + switch (tail->child->deref_type) { + case nir_deref_type_array: { + nir_deref_array *arr = nir_deref_as_array(tail->child); + assert(arr->deref_array_type == nir_deref_array_type_direct); + if (glsl_type_is_matrix(tail->type)) { + assert(arr->deref.child == NULL); + matrix_offset = arr->base_offset; + } else { + constant = constant->elements[arr->base_offset]; + } + break; + } + + case nir_deref_type_struct: { + constant = constant->elements[nir_deref_as_struct(tail->child)->index]; + break; + } + + default: + unreachable("Invalid deref child type"); + } + + tail = tail->child; + } + + nir_load_const_instr *load = + nir_load_const_instr_create(state->mem_ctx, + glsl_get_vector_elements(tail->type)); + + matrix_offset *= load->def.num_components; + for (unsigned i = 0; i < load->def.num_components; i++) { + switch (glsl_get_base_type(tail->type)) { + case GLSL_TYPE_FLOAT: + case GLSL_TYPE_INT: + case GLSL_TYPE_UINT: + load->value.u[i] = constant->value.u[matrix_offset + i]; + break; + case GLSL_TYPE_BOOL: + load->value.u[i] = constant->value.b[matrix_offset + i] ? + NIR_TRUE : NIR_FALSE; + break; + default: + unreachable("Invalid immediate type"); + } + } + + return load; +} + +/** Pushes an SSA def onto the def stack for the given node + * + * Each node is potentially associated with a stack of SSA definitions. + * This stack is used for determining what SSA definition reaches a given + * point in the program for variable renaming. The stack is always kept in + * dominance-order with at most one SSA def per block. If the SSA + * definition on the top of the stack is in the same block as the one being + * pushed, the top element is replaced. + */ +static void +def_stack_push(struct deref_node *node, nir_ssa_def *def, + struct lower_variables_state *state) +{ + if (node->def_stack == NULL) { + node->def_stack = ralloc_array(state->dead_ctx, nir_ssa_def *, + state->impl->num_blocks); + node->def_stack_tail = node->def_stack - 1; + } + + if (node->def_stack_tail >= node->def_stack) { + nir_ssa_def *top_def = *node->def_stack_tail; + + if (def->parent_instr->block == top_def->parent_instr->block) { + /* They're in the same block, just replace the top */ + *node->def_stack_tail = def; + return; + } + } + + *(++node->def_stack_tail) = def; +} + +/* Pop the top of the def stack if it's in the given block */ +static void +def_stack_pop_if_in_block(struct deref_node *node, nir_block *block) +{ + /* If we're popping, then we have presumably pushed at some time in the + * past so this should exist. + */ + assert(node->def_stack != NULL); + + /* The stack is already empty. Do nothing. */ + if (node->def_stack_tail < node->def_stack) + return; + + nir_ssa_def *def = *node->def_stack_tail; + if (def->parent_instr->block == block) + node->def_stack_tail--; +} + +/** Retrieves the SSA definition on the top of the stack for the given + * node, if one exists. If the stack is empty, then we return the constant + * initializer (if it exists) or an SSA undef. + */ +static nir_ssa_def * +get_ssa_def_for_block(struct deref_node *node, nir_block *block, + struct lower_variables_state *state) +{ + /* If we have something on the stack, go ahead and return it. We're + * assuming that the top of the stack dominates the given block. + */ + if (node->def_stack && node->def_stack_tail >= node->def_stack) + return *node->def_stack_tail; + + /* If we got here then we don't have a definition that dominates the + * given block. This means that we need to add an undef and use that. + */ + nir_ssa_undef_instr *undef = + nir_ssa_undef_instr_create(state->mem_ctx, + glsl_get_vector_elements(node->type)); + nir_instr_insert_before_cf_list(&state->impl->body, &undef->instr); + def_stack_push(node, &undef->def, state); + return &undef->def; +} + +/* Given a block and one of its predecessors, this function fills in the + * souces of the phi nodes to take SSA defs from the given predecessor. + * This function must be called exactly once per block/predecessor pair. + */ +static void +add_phi_sources(nir_block *block, nir_block *pred, + struct lower_variables_state *state) +{ + nir_foreach_instr(block, instr) { + if (instr->type != nir_instr_type_phi) + break; + + nir_phi_instr *phi = nir_instr_as_phi(instr); + + struct hash_entry *entry = + _mesa_hash_table_search(state->phi_table, phi); + if (!entry) + continue; + + struct deref_node *node = entry->data; + + nir_phi_src *src = ralloc(state->mem_ctx, nir_phi_src); + src->pred = pred; + src->src.is_ssa = true; + src->src.ssa = get_ssa_def_for_block(node, pred, state); + + _mesa_set_add(src->src.ssa->uses, instr); + + exec_list_push_tail(&phi->srcs, &src->node); + } +} + +/* Performs variable renaming by doing a DFS of the dominance tree + * + * This algorithm is very similar to the one outlined in "Efficiently + * Computing Static Single Assignment Form and the Control Dependence + * Graph" by Cytron et. al. The primary difference is that we only put one + * SSA def on the stack per block. + */ +static bool +rename_variables_block(nir_block *block, struct lower_variables_state *state) +{ + nir_foreach_instr_safe(block, instr) { + if (instr->type == nir_instr_type_phi) { + nir_phi_instr *phi = nir_instr_as_phi(instr); + + struct hash_entry *entry = + _mesa_hash_table_search(state->phi_table, phi); + + /* This can happen if we already have phi nodes in the program + * that were not created in this pass. + */ + if (!entry) + continue; + + struct deref_node *node = entry->data; + + def_stack_push(node, &phi->dest.ssa, state); + } else if (instr->type == nir_instr_type_intrinsic) { + nir_intrinsic_instr *intrin = nir_instr_as_intrinsic(instr); + + switch (intrin->intrinsic) { + case nir_intrinsic_load_var: { + struct deref_node *node = + get_deref_node(intrin->variables[0], state); + + if (node == NULL) { + /* If we hit this path then we are referencing an invalid + * value. Most likely, we unrolled something and are + * reading past the end of some array. In any case, this + * should result in an undefined value. + */ + nir_ssa_undef_instr *undef = + nir_ssa_undef_instr_create(state->mem_ctx, + intrin->num_components); + + nir_instr_insert_before(&intrin->instr, &undef->instr); + nir_instr_remove(&intrin->instr); + + nir_ssa_def_rewrite_uses(&intrin->dest.ssa, + nir_src_for_ssa(&undef->def), + state->mem_ctx); + continue; + } + + if (!node->lower_to_ssa) + continue; + + nir_alu_instr *mov = nir_alu_instr_create(state->mem_ctx, + nir_op_imov); + mov->src[0].src.is_ssa = true; + mov->src[0].src.ssa = get_ssa_def_for_block(node, block, state); + for (unsigned i = intrin->num_components; i < 4; i++) + mov->src[0].swizzle[i] = 0; + + assert(intrin->dest.is_ssa); + + mov->dest.write_mask = (1 << intrin->num_components) - 1; + nir_ssa_dest_init(&mov->instr, &mov->dest.dest, + intrin->num_components, NULL); + + nir_instr_insert_before(&intrin->instr, &mov->instr); + nir_instr_remove(&intrin->instr); + + nir_ssa_def_rewrite_uses(&intrin->dest.ssa, + nir_src_for_ssa(&mov->dest.dest.ssa), + state->mem_ctx); + break; + } + + case nir_intrinsic_store_var: { + struct deref_node *node = + get_deref_node(intrin->variables[0], state); + + if (node == NULL) { + /* Probably an out-of-bounds array store. That should be a + * no-op. */ + nir_instr_remove(&intrin->instr); + continue; + } + + if (!node->lower_to_ssa) + continue; + + assert(intrin->num_components == + glsl_get_vector_elements(node->type)); + + assert(intrin->src[0].is_ssa); + + nir_alu_instr *mov = nir_alu_instr_create(state->mem_ctx, + nir_op_imov); + mov->src[0].src.is_ssa = true; + mov->src[0].src.ssa = intrin->src[0].ssa; + for (unsigned i = intrin->num_components; i < 4; i++) + mov->src[0].swizzle[i] = 0; + + mov->dest.write_mask = (1 << intrin->num_components) - 1; + nir_ssa_dest_init(&mov->instr, &mov->dest.dest, + intrin->num_components, NULL); + + nir_instr_insert_before(&intrin->instr, &mov->instr); + + def_stack_push(node, &mov->dest.dest.ssa, state); + + /* We'll wait to remove the instruction until the next pass + * where we pop the node we just pushed back off the stack. + */ + break; + } + + default: + break; + } + } + } + + if (block->successors[0]) + add_phi_sources(block->successors[0], block, state); + if (block->successors[1]) + add_phi_sources(block->successors[1], block, state); + + for (unsigned i = 0; i < block->num_dom_children; ++i) + rename_variables_block(block->dom_children[i], state); + + /* Now we iterate over the instructions and pop off any SSA defs that we + * pushed in the first loop. + */ + nir_foreach_instr_safe(block, instr) { + if (instr->type == nir_instr_type_phi) { + nir_phi_instr *phi = nir_instr_as_phi(instr); + + struct hash_entry *entry = + _mesa_hash_table_search(state->phi_table, phi); + + /* This can happen if we already have phi nodes in the program + * that were not created in this pass. + */ + if (!entry) + continue; + + struct deref_node *node = entry->data; + + def_stack_pop_if_in_block(node, block); + } else if (instr->type == nir_instr_type_intrinsic) { + nir_intrinsic_instr *intrin = nir_instr_as_intrinsic(instr); + + if (intrin->intrinsic != nir_intrinsic_store_var) + continue; + + struct deref_node *node = get_deref_node(intrin->variables[0], state); + if (!node) + continue; + + if (!node->lower_to_ssa) + continue; + + def_stack_pop_if_in_block(node, block); + nir_instr_remove(&intrin->instr); + } + } + + return true; +} + +/* Inserts phi nodes for all variables marked lower_to_ssa + * + * This is the same algorithm as presented in "Efficiently Computing Static + * Single Assignment Form and the Control Dependence Graph" by Cytron et. + * al. + */ +static void +insert_phi_nodes(struct lower_variables_state *state) +{ + unsigned work[state->impl->num_blocks]; + unsigned has_already[state->impl->num_blocks]; + + /* + * Since the work flags already prevent us from inserting a node that has + * ever been inserted into W, we don't need to use a set to represent W. + * Also, since no block can ever be inserted into W more than once, we know + * that the maximum size of W is the number of basic blocks in the + * function. So all we need to handle W is an array and a pointer to the + * next element to be inserted and the next element to be removed. + */ + nir_block *W[state->impl->num_blocks]; + + memset(work, 0, sizeof work); + memset(has_already, 0, sizeof has_already); + + unsigned w_start, w_end; + unsigned iter_count = 0; + + struct hash_entry *deref_entry; + hash_table_foreach(state->direct_deref_nodes, deref_entry) { + struct deref_node *node = deref_entry->data; + + if (node->stores == NULL) + continue; + + if (!node->lower_to_ssa) + continue; + + w_start = w_end = 0; + iter_count++; + + struct set_entry *store_entry; + set_foreach(node->stores, store_entry) { + nir_intrinsic_instr *store = (nir_intrinsic_instr *)store_entry->key; + if (work[store->instr.block->index] < iter_count) + W[w_end++] = store->instr.block; + work[store->instr.block->index] = iter_count; + } + + while (w_start != w_end) { + nir_block *cur = W[w_start++]; + struct set_entry *dom_entry; + set_foreach(cur->dom_frontier, dom_entry) { + nir_block *next = (nir_block *) dom_entry->key; + + /* + * If there's more than one return statement, then the end block + * can be a join point for some definitions. However, there are + * no instructions in the end block, so nothing would use those + * phi nodes. Of course, we couldn't place those phi nodes + * anyways due to the restriction of having no instructions in the + * end block... + */ + if (next == state->impl->end_block) + continue; + + if (has_already[next->index] < iter_count) { + nir_phi_instr *phi = nir_phi_instr_create(state->mem_ctx); + nir_ssa_dest_init(&phi->instr, &phi->dest, + glsl_get_vector_elements(node->type), NULL); + nir_instr_insert_before_block(next, &phi->instr); + + _mesa_hash_table_insert(state->phi_table, phi, node); + + has_already[next->index] = iter_count; + if (work[next->index] < iter_count) { + work[next->index] = iter_count; + W[w_end++] = next; + } + } + } + } + } +} + + +/** Implements a pass to lower variable uses to SSA values + * + * This path walks the list of instructions and tries to lower as many + * local variable load/store operations to SSA defs and uses as it can. + * The process involves four passes: + * + * 1) Iterate over all of the instructions and mark where each local + * variable deref is used in a load, store, or copy. While we're at + * it, we keep track of all of the fully-qualified (no wildcards) and + * fully-direct references we see and store them in the + * direct_deref_nodes hash table. + * + * 2) Walk over the the list of fully-qualified direct derefs generated in + * the previous pass. For each deref, we determine if it can ever be + * aliased, i.e. if there is an indirect reference anywhere that may + * refer to it. If it cannot be aliased, we mark it for lowering to an + * SSA value. At this point, we lower any var_copy instructions that + * use the given deref to load/store operations and, if the deref has a + * constant initializer, we go ahead and add a load_const value at the + * beginning of the function with the initialized value. + * + * 3) Walk over the list of derefs we plan to lower to SSA values and + * insert phi nodes as needed. + * + * 4) Perform "variable renaming" by replacing the load/store instructions + * with SSA definitions and SSA uses. + */ +static bool +nir_lower_vars_to_ssa_impl(nir_function_impl *impl) +{ + struct lower_variables_state state; + + state.mem_ctx = ralloc_parent(impl); + state.dead_ctx = ralloc_context(state.mem_ctx); + state.impl = impl; + + state.deref_var_nodes = _mesa_hash_table_create(state.dead_ctx, + _mesa_hash_pointer, + _mesa_key_pointer_equal); + state.direct_deref_nodes = _mesa_hash_table_create(state.dead_ctx, + hash_deref, derefs_equal); + state.phi_table = _mesa_hash_table_create(state.dead_ctx, + _mesa_hash_pointer, + _mesa_key_pointer_equal); + + /* Build the initial deref structures and direct_deref_nodes table */ + state.add_to_direct_deref_nodes = true; + nir_foreach_block(impl, register_variable_uses_block, &state); + + struct set *outputs = _mesa_set_create(state.dead_ctx, + _mesa_hash_pointer, + _mesa_key_pointer_equal); + + bool progress = false; + + nir_metadata_require(impl, nir_metadata_block_index); + + /* We're about to iterate through direct_deref_nodes. Don't modify it. */ + state.add_to_direct_deref_nodes = false; + + struct hash_entry *entry; + hash_table_foreach(state.direct_deref_nodes, entry) { + nir_deref_var *deref = (void *)entry->key; + struct deref_node *node = entry->data; + + if (deref->var->data.mode != nir_var_local) { + _mesa_hash_table_remove(state.direct_deref_nodes, entry); + continue; + } + + if (deref_may_be_aliased(deref, &state)) { + _mesa_hash_table_remove(state.direct_deref_nodes, entry); + continue; + } + + node->lower_to_ssa = true; + progress = true; + + if (deref->var->constant_initializer) { + nir_load_const_instr *load = get_const_initializer_load(deref, &state); + nir_ssa_def_init(&load->instr, &load->def, + glsl_get_vector_elements(node->type), NULL); + nir_instr_insert_before_cf_list(&impl->body, &load->instr); + def_stack_push(node, &load->def, &state); + } + + if (deref->var->data.mode == nir_var_shader_out) + _mesa_set_add(outputs, node); + + foreach_deref_node_match(deref, lower_copies_to_load_store, &state); + } + + if (!progress) + return false; + + nir_metadata_require(impl, nir_metadata_dominance); + + /* We may have lowered some copy instructions to load/store + * instructions. The uses from the copy instructions hav already been + * removed but we need to rescan to ensure that the uses from the newly + * added load/store instructions are registered. We need this + * information for phi node insertion below. + */ + nir_foreach_block(impl, register_variable_uses_block, &state); + + insert_phi_nodes(&state); + rename_variables_block(impl->start_block, &state); + + nir_metadata_preserve(impl, nir_metadata_block_index | + nir_metadata_dominance); + + ralloc_free(state.dead_ctx); + + return progress; +} + +void +nir_lower_vars_to_ssa(nir_shader *shader) +{ + nir_foreach_overload(shader, overload) { + if (overload->impl) + nir_lower_vars_to_ssa_impl(overload->impl); + } +} diff --git a/mesalib/src/glsl/nir/nir_lower_vec_to_movs.c b/mesalib/src/glsl/nir/nir_lower_vec_to_movs.c new file mode 100644 index 000000000..602853ea6 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_lower_vec_to_movs.c @@ -0,0 +1,155 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Jason Ekstrand (jason@jlekstrand.net) + * + */ + +#include "nir.h" + +/* + * Implements a simple pass that lowers vecN instructions to a series of + * moves with partial writes. + */ + +static bool +src_matches_dest_reg(nir_dest *dest, nir_src *src) +{ + if (dest->is_ssa || src->is_ssa) + return false; + + return (dest->reg.reg == src->reg.reg && + dest->reg.base_offset == src->reg.base_offset && + !dest->reg.indirect && + !src->reg.indirect); +} + +/** + * For a given starting writemask channel and corresponding source index in + * the vec instruction, insert a MOV to the vec instruction's dest of all the + * writemask channels that get read from the same src reg. + * + * Returns the writemask of our MOV, so the parent loop calling this knows + * which ones have been processed. + */ +static unsigned +insert_mov(nir_alu_instr *vec, unsigned start_channel, + unsigned start_src_idx, void *mem_ctx) +{ + unsigned src_idx = start_src_idx; + assert(src_idx < nir_op_infos[vec->op].num_inputs); + + nir_alu_instr *mov = nir_alu_instr_create(mem_ctx, nir_op_imov); + nir_alu_src_copy(&mov->src[0], &vec->src[src_idx], mem_ctx); + nir_alu_dest_copy(&mov->dest, &vec->dest, mem_ctx); + + mov->dest.write_mask = (1u << start_channel); + mov->src[0].swizzle[start_channel] = vec->src[src_idx].swizzle[0]; + src_idx++; + + for (unsigned i = start_channel + 1; i < 4; i++) { + if (!(vec->dest.write_mask & (1 << i))) + continue; + + if (nir_srcs_equal(vec->src[src_idx].src, vec->src[start_src_idx].src)) { + mov->dest.write_mask |= (1 << i); + mov->src[0].swizzle[i] = vec->src[src_idx].swizzle[0]; + } + src_idx++; + } + + nir_instr_insert_before(&vec->instr, &mov->instr); + + return mov->dest.write_mask; +} + +static bool +lower_vec_to_movs_block(nir_block *block, void *mem_ctx) +{ + nir_foreach_instr_safe(block, instr) { + if (instr->type != nir_instr_type_alu) + continue; + + nir_alu_instr *vec = (nir_alu_instr *)instr; + + switch (vec->op) { + case nir_op_vec2: + case nir_op_vec3: + case nir_op_vec4: + break; + default: + continue; /* The loop */ + } + + /* Since we insert multiple MOVs, we have to be non-SSA. */ + assert(!vec->dest.dest.is_ssa); + + unsigned finished_write_mask = 0; + + /* First, emit a MOV for all the src channels that are in the + * destination reg, in case other values we're populating in the dest + * might overwrite them. + */ + for (unsigned i = 0, src_idx = 0; i < 4; i++) { + if (!(vec->dest.write_mask & (1 << i))) + continue; + + if (src_matches_dest_reg(&vec->dest.dest, &vec->src[src_idx].src)) { + finished_write_mask |= insert_mov(vec, i, src_idx, mem_ctx); + break; + } + src_idx++; + } + + /* Now, emit MOVs for all the other src channels. */ + for (unsigned i = 0, src_idx = 0; i < 4; i++) { + if (!(vec->dest.write_mask & (1 << i))) + continue; + + if (!(finished_write_mask & (1 << i))) + finished_write_mask |= insert_mov(vec, i, src_idx, mem_ctx); + + src_idx++; + } + + nir_instr_remove(&vec->instr); + ralloc_free(vec); + } + + return true; +} + +static void +nir_lower_vec_to_movs_impl(nir_function_impl *impl) +{ + nir_foreach_block(impl, lower_vec_to_movs_block, ralloc_parent(impl)); +} + +void +nir_lower_vec_to_movs(nir_shader *shader) +{ + nir_foreach_overload(shader, overload) { + if (overload->impl) + nir_lower_vec_to_movs_impl(overload->impl); + } +} diff --git a/mesalib/src/glsl/nir/nir_metadata.c b/mesalib/src/glsl/nir/nir_metadata.c new file mode 100644 index 000000000..a03e12456 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_metadata.c @@ -0,0 +1,54 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Jason Ekstrand (jason@jlekstrand.net) + */ + +#include "nir.h" + +/* + * Handles management of the metadata. + */ + +void +nir_metadata_require(nir_function_impl *impl, nir_metadata required) +{ +#define NEEDS_UPDATE(X) ((required & ~impl->valid_metadata) & (X)) + + if (NEEDS_UPDATE(nir_metadata_block_index)) + nir_index_blocks(impl); + if (NEEDS_UPDATE(nir_metadata_dominance)) + nir_calc_dominance_impl(impl); + if (NEEDS_UPDATE(nir_metadata_live_variables)) + nir_live_variables_impl(impl); + +#undef NEEDS_UPDATE + + impl->valid_metadata |= required; +} + +void +nir_metadata_preserve(nir_function_impl *impl, nir_metadata preserved) +{ + impl->valid_metadata &= preserved; +} diff --git a/mesalib/src/glsl/nir/nir_opcodes.py b/mesalib/src/glsl/nir/nir_opcodes.py new file mode 100644 index 000000000..77f3bb826 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_opcodes.py @@ -0,0 +1,591 @@ +#! /usr/bin/env python +# +# Copyright (C) 2014 Connor Abbott +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice (including the next +# paragraph) shall be included in all copies or substantial portions of the +# Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. +# +# Authors: +# Connor Abbott (cwabbott0@gmail.com) + + +# Class that represents all the information we have about the opcode +# NOTE: this must be kept in sync with nir_op_info + +class Opcode(object): + """Class that represents all the information we have about the opcode + NOTE: this must be kept in sync with nir_op_info + """ + def __init__(self, name, output_size, output_type, input_sizes, + input_types, algebraic_properties, const_expr): + """Parameters: + + - name is the name of the opcode (prepend nir_op_ for the enum name) + - all types are strings that get nir_type_ prepended to them + - input_types is a list of types + - algebraic_properties is a space-seperated string, where nir_op_is_ is + prepended before each entry + - const_expr is an expression or series of statements that computes the + constant value of the opcode given the constant values of its inputs. + + Constant expressions are formed from the variables src0, src1, ..., + src(N-1), where N is the number of arguments. The output of the + expression should be stored in the dst variable. Per-component input + and output variables will be scalars and non-per-component input and + output variables will be a struct with fields named x, y, z, and w + all of the correct type. Input and output variables can be assumed + to already be of the correct type and need no conversion. In + particular, the conversion from the C bool type to/from NIR_TRUE and + NIR_FALSE happens automatically. + + For per-component instructions, the entire expression will be + executed once for each component. For non-per-component + instructions, the expression is expected to store the correct values + in dst.x, dst.y, etc. If "dst" does not exist anywhere in the + constant expression, an assignment to dst will happen automatically + and the result will be equivalent to "dst = " for + per-component instructions and "dst.x = dst.y = ... = " + for non-per-component instructions. + """ + assert isinstance(name, str) + assert isinstance(output_size, int) + assert isinstance(output_type, str) + assert isinstance(input_sizes, list) + assert isinstance(input_sizes[0], int) + assert isinstance(input_types, list) + assert isinstance(input_types[0], str) + assert isinstance(algebraic_properties, str) + assert isinstance(const_expr, str) + assert len(input_sizes) == len(input_types) + assert 0 <= output_size <= 4 + for size in input_sizes: + assert 0 <= size <= 4 + if output_size != 0: + assert size != 0 + self.name = name + self.num_inputs = len(input_sizes) + self.output_size = output_size + self.output_type = output_type + self.input_sizes = input_sizes + self.input_types = input_types + self.algebraic_properties = algebraic_properties + self.const_expr = const_expr + +# helper variables for strings +tfloat = "float" +tint = "int" +tbool = "bool" +tunsigned = "unsigned" + +commutative = "commutative " +associative = "associative " + +# global dictionary of opcodes +opcodes = {} + +def opcode(name, output_size, output_type, input_sizes, input_types, + algebraic_properties, const_expr): + assert name not in opcodes + opcodes[name] = Opcode(name, output_size, output_type, input_sizes, + input_types, algebraic_properties, const_expr) + +def unop_convert(name, in_type, out_type, const_expr): + opcode(name, 0, out_type, [0], [in_type], "", const_expr) + +def unop(name, ty, const_expr): + opcode(name, 0, ty, [0], [ty], "", const_expr) + +def unop_horiz(name, output_size, output_type, input_size, input_type, + const_expr): + opcode(name, output_size, output_type, [input_size], [input_type], "", + const_expr) + +def unop_reduce(name, output_size, output_type, input_type, prereduce_expr, + reduce_expr, final_expr): + def prereduce(src): + return "(" + prereduce_expr.format(src=src) + ")" + def final(src): + return final_expr.format(src="(" + src + ")") + def reduce_(src0, src1): + return reduce_expr.format(src0=src0, src1=src1) + src0 = prereduce("src0.x") + src1 = prereduce("src0.y") + src2 = prereduce("src0.z") + src3 = prereduce("src0.w") + unop_horiz(name + "2", output_size, output_type, 2, input_type, + final(reduce_(src0, src1))) + unop_horiz(name + "3", output_size, output_type, 3, input_type, + final(reduce_(reduce_(src0, src1), src2))) + unop_horiz(name + "4", output_size, output_type, 4, input_type, + final(reduce_(reduce_(src0, src1), reduce_(src2, src3)))) + + +# These two move instructions differ in what modifiers they support and what +# the negate modifier means. Otherwise, they are identical. +unop("fmov", tfloat, "src0") +unop("imov", tint, "src0") + +unop("ineg", tint, "-src0") +unop("fneg", tfloat, "-src0") +unop("inot", tint, "~src0") # invert every bit of the integer +unop("fnot", tfloat, "(src0 == 0.0f) ? 1.0f : 0.0f") +unop("fsign", tfloat, "(src0 == 0.0f) ? 0.0f : ((src0 > 0.0f) ? 1.0f : -1.0f)") +unop("isign", tint, "(src0 == 0) ? 0 : ((src0 > 0) ? 1 : -1)") +unop("iabs", tint, "(src0 < 0) ? -src0 : src0") +unop("fabs", tfloat, "fabsf(src0)") +unop("fsat", tfloat, "(src0 > 1.0f) ? 1.0f : ((src0 <= 0.0f) ? 0.0f : src0)") +unop("frcp", tfloat, "1.0f / src0") +unop("frsq", tfloat, "1.0f / sqrtf(src0)") +unop("fsqrt", tfloat, "sqrtf(src0)") +unop("fexp", tfloat, "expf(src0)") # < e^x +unop("flog", tfloat, "logf(src0)") # log base e +unop("fexp2", tfloat, "exp2f(src0)") +unop("flog2", tfloat, "log2f(src0)") +unop_convert("f2i", tfloat, tint, "src0") # Float-to-integer conversion. +unop_convert("f2u", tfloat, tunsigned, "src0") # Float-to-unsigned conversion +unop_convert("i2f", tint, tfloat, "src0") # Integer-to-float conversion. +# Float-to-boolean conversion +unop_convert("f2b", tfloat, tbool, "src0 == 0.0f") +# Boolean-to-float conversion +unop_convert("b2f", tbool, tfloat, "src0 ? 1.0f : 0.0f") +# Int-to-boolean conversion +unop_convert("i2b", tint, tbool, "src0 == 0") +unop_convert("b2i", tbool, tint, "src0 ? 0 : -1") # Boolean-to-int conversion +unop_convert("u2f", tunsigned, tfloat, "src0") #Unsigned-to-float conversion. + +unop_reduce("bany", 1, tbool, tbool, "{src}", "{src0} || {src1}", "{src}") +unop_reduce("ball", 1, tbool, tbool, "{src}", "{src0} && {src1}", "{src}") +unop_reduce("fany", 1, tfloat, tfloat, "{src} != 0.0f", "{src0} || {src1}", + "{src} ? 1.0f : 0.0f") +unop_reduce("fall", 1, tfloat, tfloat, "{src} != 0.0f", "{src0} && {src1}", + "{src} ? 1.0f : 0.0f") + +# Unary floating-point rounding operations. + + +unop("ftrunc", tfloat, "truncf(src0)") +unop("fceil", tfloat, "ceilf(src0)") +unop("ffloor", tfloat, "floorf(src0)") +unop("ffract", tfloat, "src0 - floorf(src0)") +unop("fround_even", tfloat, "_mesa_round_to_even(src0)") + + +# Trigonometric operations. + + +unop("fsin", tfloat, "sinf(src0)") +unop("fcos", tfloat, "cosf(src0)") +unop("fsin_reduced", tfloat, "sinf(src0)") +unop("fcos_reduced", tfloat, "cosf(src0)") + + +# Partial derivatives. + + +unop("fddx", tfloat, "0.0f") # the derivative of a constant is 0. +unop("fddy", tfloat, "0.0f") +unop("fddx_fine", tfloat, "0.0f") +unop("fddy_fine", tfloat, "0.0f") +unop("fddx_coarse", tfloat, "0.0f") +unop("fddy_coarse", tfloat, "0.0f") + + +# Floating point pack and unpack operations. + +def pack_2x16(fmt): + unop_horiz("pack_" + fmt + "_2x16", 1, tunsigned, 2, tfloat, """ +dst.x = (uint32_t) pack_fmt_1x16(src0.x); +dst.x |= ((uint32_t) pack_fmt_1x16(src0.y)) << 16; +""".replace("fmt", fmt)) + +def pack_4x8(fmt): + unop_horiz("pack_" + fmt + "_4x8", 1, tunsigned, 4, tfloat, """ +dst.x = (uint32_t) pack_fmt_1x8(src0.x); +dst.x |= ((uint32_t) pack_fmt_1x8(src0.y)) << 8; +dst.x |= ((uint32_t) pack_fmt_1x8(src0.z)) << 16; +dst.x |= ((uint32_t) pack_fmt_1x8(src0.w)) << 24; +""".replace("fmt", fmt)) + +def unpack_2x16(fmt): + unop_horiz("unpack_" + fmt + "_2x16", 2, tfloat, 1, tunsigned, """ +dst.x = unpack_fmt_1x16((uint16_t)(src0.x & 0xffff)); +dst.y = unpack_fmt_1x16((uint16_t)(src0.x << 16)); +""".replace("fmt", fmt)) + +def unpack_4x8(fmt): + unop_horiz("unpack_" + fmt + "_4x8", 4, tfloat, 1, tunsigned, """ +dst.x = unpack_fmt_1x8((uint8_t)(src0.x & 0xff)); +dst.y = unpack_fmt_1x8((uint8_t)((src0.x >> 8) & 0xff)); +dst.z = unpack_fmt_1x8((uint8_t)((src0.x >> 16) & 0xff)); +dst.w = unpack_fmt_1x8((uint8_t)(src0.x >> 24)); +""".replace("fmt", fmt)) + + +pack_2x16("snorm") +pack_4x8("snorm") +pack_2x16("unorm") +pack_4x8("unorm") +pack_2x16("half") +unpack_2x16("snorm") +unpack_4x8("snorm") +unpack_2x16("unorm") +unpack_4x8("unorm") +unpack_2x16("half") + + +# Lowered floating point unpacking operations. + + +unop_horiz("unpack_half_2x16_split_x", 1, tfloat, 1, tunsigned, + "unpack_half_1x16((uint16_t)(src0.x & 0xffff))") +unop_horiz("unpack_half_2x16_split_y", 1, tfloat, 1, tunsigned, + "unpack_half_1x16((uint16_t)(src0.x >> 16))") + + +# Bit operations, part of ARB_gpu_shader5. + + +unop("bitfield_reverse", tunsigned, """ +/* we're not winning any awards for speed here, but that's ok */ +dst = 0; +for (unsigned bit = 0; bit < 32; bit++) + dst |= ((src0 >> bit) & 1) << (31 - bit); +""") +unop("bit_count", tunsigned, """ +dst = 0; +for (unsigned bit = 0; bit < 32; bit++) { + if ((src0 >> bit) & 1) + dst++; +} +""") + +unop_convert("ufind_msb", tunsigned, tint, """ +dst = -1; +for (int bit = 31; bit > 0; bit--) { + if ((src0 >> bit) & 1) { + dst = bit; + break; + } +} +""") + +unop("ifind_msb", tint, """ +dst = -1; +for (int bit = 31; bit >= 0; bit--) { + /* If src0 < 0, we're looking for the first 0 bit. + * if src0 >= 0, we're looking for the first 1 bit. + */ + if ((((src0 >> bit) & 1) && (src0 >= 0)) || + (!((src0 >> bit) & 1) && (src0 < 0))) { + dst = bit; + break; + } +} +""") + +unop("find_lsb", tint, """ +dst = -1; +for (unsigned bit = 0; bit < 32; bit++) { + if ((src0 >> bit) & 1) { + dst = bit; + break; + } +} +""") + + +for i in xrange(1, 5): + for j in xrange(1, 5): + unop_horiz("fnoise{0}_{1}".format(i, j), i, tfloat, j, tfloat, "0.0f") + +def binop_convert(name, out_type, in_type, alg_props, const_expr): + opcode(name, 0, out_type, [0, 0], [in_type, in_type], alg_props, const_expr) + +def binop(name, ty, alg_props, const_expr): + binop_convert(name, ty, ty, alg_props, const_expr) + +def binop_compare(name, ty, alg_props, const_expr): + binop_convert(name, tbool, ty, alg_props, const_expr) + +def binop_horiz(name, out_size, out_type, src1_size, src1_type, src2_size, + src2_type, const_expr): + opcode(name, out_size, out_type, [src1_size, src2_size], [src1_type, src2_type], + "", const_expr) + +def binop_reduce(name, output_size, output_type, src_type, prereduce_expr, + reduce_expr, final_expr): + def final(src): + return final_expr.format(src= "(" + src + ")") + def reduce_(src0, src1): + return reduce_expr.format(src0=src0, src1=src1) + def prereduce(src0, src1): + return "(" + prereduce_expr.format(src0=src0, src1=src1) + ")" + src0 = prereduce("src0.x", "src1.x") + src1 = prereduce("src0.y", "src1.y") + src2 = prereduce("src0.z", "src1.z") + src3 = prereduce("src0.w", "src1.w") + opcode(name + "2", output_size, output_type, + [2, 2], [src_type, src_type], commutative, + final(reduce_(src0, src1))) + opcode(name + "3", output_size, output_type, + [3, 3], [src_type, src_type], commutative, + final(reduce_(reduce_(src0, src1), src2))) + opcode(name + "4", output_size, output_type, + [4, 4], [src_type, src_type], commutative, + final(reduce_(reduce_(src0, src1), reduce_(src2, src3)))) + +binop("fadd", tfloat, commutative + associative, "src0 + src1") +binop("iadd", tint, commutative + associative, "src0 + src1") +binop("fsub", tfloat, "", "src0 - src1") +binop("isub", tint, "", "src0 - src1") + +binop("fmul", tfloat, commutative + associative, "src0 * src1") +# low 32-bits of signed/unsigned integer multiply +binop("imul", tint, commutative + associative, "src0 * src1") +# high 32-bits of signed integer multiply +binop("imul_high", tint, commutative, + "(int32_t)(((int64_t) src0 * (int64_t) src1) >> 32)") +# high 32-bits of unsigned integer multiply +binop("umul_high", tunsigned, commutative, + "(uint32_t)(((uint64_t) src0 * (uint64_t) src1) >> 32)") + +binop("fdiv", tfloat, "", "src0 / src1") +binop("idiv", tint, "", "src0 / src1") +binop("udiv", tunsigned, "", "src0 / src1") + +# returns a boolean representing the carry resulting from the addition of +# the two unsigned arguments. + +binop_convert("uadd_carry", tbool, tunsigned, commutative, "src0 + src1 < src0") + +# returns a boolean representing the borrow resulting from the subtraction +# of the two unsigned arguments. + +binop_convert("usub_borrow", tbool, tunsigned, "", "src1 < src0") + +binop("fmod", tfloat, "", "src0 - src1 * floorf(src0 / src1)") +binop("umod", tunsigned, "", "src1 == 0 ? 0 : src0 % src1") + +# +# Comparisons +# + + +# these integer-aware comparisons return a boolean (0 or ~0) + +binop_compare("flt", tfloat, "", "src0 < src1") +binop_compare("fge", tfloat, "", "src0 >= src1") +binop_compare("feq", tfloat, commutative, "src0 == src1") +binop_compare("fne", tfloat, commutative, "src0 != src1") +binop_compare("ilt", tint, "", "src0 < src1") +binop_compare("ige", tint, "", "src0 >= src1") +binop_compare("ieq", tint, commutative, "src0 == src1") +binop_compare("ine", tint, commutative, "src0 != src1") +binop_compare("ult", tunsigned, "", "src0 < src1") +binop_compare("uge", tunsigned, "", "src0 >= src1") + +# integer-aware GLSL-style comparisons that compare floats and ints + +binop_reduce("ball_fequal", 1, tbool, tfloat, "{src0} == {src1}", + "{src0} && {src1}", "{src}") +binop_reduce("bany_fnequal", 1, tbool, tfloat, "{src0} != {src1}", + "{src0} || {src1}", "{src}") +binop_reduce("ball_iequal", 1, tbool, tint, "{src0} == {src1}", + "{src0} && {src1}", "{src}") +binop_reduce("bany_inequal", 1, tbool, tint, "{src0} != {src1}", + "{src0} || {src1}", "{src}") + +# non-integer-aware GLSL-style comparisons that return 0.0 or 1.0 + +binop_reduce("fall_equal", 1, tfloat, tfloat, "{src0} == {src1}", + "{src0} && {src1}", "{src} ? 1.0f : 0.0f") +binop_reduce("fany_nequal", 1, tfloat, tfloat, "{src0} != {src1}", + "{src0} || {src1}", "{src} ? 1.0f : 0.0f") + +# These comparisons for integer-less hardware return 1.0 and 0.0 for true +# and false respectively + +binop("slt", tfloat, "", "(src0 < src1) ? 1.0f : 0.0f") # Set on Less Than +binop("sge", tfloat, "", "(src0 >= src1) ? 1.0f : 0.0f") # Set on Greater or Equal +binop("seq", tfloat, commutative, "(src0 == src1) ? 1.0f : 0.0f") # Set on Equal +binop("sne", tfloat, commutative, "(src0 != src1) ? 1.0f : 0.0f") # Set on Not Equal + + +binop("ishl", tint, "", "src0 << src1") +binop("ishr", tint, "", "src0 >> src1") +binop("ushr", tunsigned, "", "src0 >> src1") + +# bitwise logic operators +# +# These are also used as boolean and, or, xor for hardware supporting +# integers. + + +binop("iand", tunsigned, commutative + associative, "src0 & src1") +binop("ior", tunsigned, commutative + associative, "src0 | src1") +binop("ixor", tunsigned, commutative + associative, "src0 ^ src1") + + +# floating point logic operators +# +# These use (src != 0.0) for testing the truth of the input, and output 1.0 +# for true and 0.0 for false + +binop("fand", tfloat, commutative, + "((src0 != 0.0f) && (src1 != 0.0f)) ? 1.0f : 0.0f") +binop("for", tfloat, commutative, + "((src0 != 0.0f) || (src1 != 0.0f)) ? 1.0f : 0.0f") +binop("fxor", tfloat, commutative, + "(src0 != 0.0f && src1 == 0.0f) || (src0 == 0.0f && src1 != 0.0f) ? 1.0f : 0.0f") + +binop_reduce("fdot", 1, tfloat, tfloat, "{src0} * {src1}", "{src0} + {src1}", + "{src}") + +binop("fmin", tfloat, "", "fminf(src0, src1)") +binop("imin", tint, commutative + associative, "src1 > src0 ? src0 : src1") +binop("umin", tunsigned, commutative + associative, "src1 > src0 ? src0 : src1") +binop("fmax", tfloat, "", "fmaxf(src0, src1)") +binop("imax", tint, commutative + associative, "src1 > src0 ? src1 : src0") +binop("umax", tunsigned, commutative + associative, "src1 > src0 ? src1 : src0") + +binop("fpow", tfloat, "", "powf(src0, src1)") + +binop_horiz("pack_half_2x16_split", 1, tunsigned, 1, tfloat, 1, tfloat, + "pack_half_1x16(src0.x) | (pack_half_1x16(src1.x) << 16)") + +binop_convert("bfm", tunsigned, tint, "", """ +int offset = src0, bits = src1; +if (offset < 0 || bits < 0 || offset + bits > 32) + dst = 0; /* undefined per the spec */ +else + dst = ((1 << bits)- 1) << offset; +""") + +opcode("ldexp", 0, tfloat, [0, 0], [tfloat, tint], "", """ +dst = ldexp(src0, src1); +/* flush denormals to zero. */ +if (!isnormal(dst)) + dst = copysign(0.0f, src0); +""") + +# Combines the first component of each input to make a 2-component vector. + +binop_horiz("vec2", 2, tunsigned, 1, tunsigned, 1, tunsigned, """ +dst.x = src0.x; +dst.y = src1.x; +""") + +def triop(name, ty, const_expr): + opcode(name, 0, ty, [0, 0, 0], [ty, ty, ty], "", const_expr) +def triop_horiz(name, output_size, src1_size, src2_size, src3_size, const_expr): + opcode(name, output_size, tunsigned, + [src1_size, src2_size, src3_size], + [tunsigned, tunsigned, tunsigned], "", const_expr) + +triop("ffma", tfloat, "src0 * src1 + src2") + +triop("flrp", tfloat, "src0 * (1 - src2) + src1 * src2") + +# Conditional Select +# +# A vector conditional select instruction (like ?:, but operating per- +# component on vectors). There are two versions, one for floating point +# bools (0.0 vs 1.0) and one for integer bools (0 vs ~0). + + +triop("fcsel", tfloat, "(src0 != 0.0f) ? src1 : src2") +opcode("bcsel", 0, tunsigned, [0, 0, 0], + [tbool, tunsigned, tunsigned], "", "src0 ? src1 : src2") + +triop("bfi", tunsigned, """ +unsigned mask = src0, insert = src1 & mask, base = src2; +if (mask == 0) { + dst = base; +} else { + unsigned tmp = mask; + while (!(tmp & 1)) { + tmp >>= 1; + insert <<= 1; + } + dst = (base & ~mask) | insert; +} +""") + +opcode("ubitfield_extract", 0, tunsigned, + [0, 1, 1], [tunsigned, tint, tint], "", """ +unsigned base = src0; +int offset = src1.x, bits = src2.x; +if (bits == 0) { + dst = 0; +} else if (bits < 0 || offset < 0 || offset + bits > 32) { + dst = 0; /* undefined per the spec */ +} else { + dst = (base >> offset) & ((1 << bits) - 1); +} +""") +opcode("ibitfield_extract", 0, tint, + [0, 1, 1], [tint, tint, tint], "", """ +int base = src0; +int offset = src1.x, bits = src2.x; +if (bits == 0) { + dst = 0; +} else if (offset < 0 || bits < 0 || offset + bits > 32) { + dst = 0; +} else { + dst = (base << (32 - offset - bits)) >> offset; /* use sign-extending shift */ +} +""") + +# Combines the first component of each input to make a 3-component vector. + +triop_horiz("vec3", 3, 1, 1, 1, """ +dst.x = src0.x; +dst.y = src1.x; +dst.z = src2.x; +""") + +def quadop_horiz(name, output_size, src1_size, src2_size, src3_size, + src4_size, const_expr): + opcode(name, output_size, tunsigned, + [src1_size, src2_size, src3_size, src4_size], + [tunsigned, tunsigned, tunsigned, tunsigned], + "", const_expr) + +opcode("bitfield_insert", 0, tunsigned, [0, 0, 1, 1], + [tunsigned, tunsigned, tint, tint], "", """ +unsigned base = src0, insert = src1; +int offset = src2.x, bits = src3.x; +if (bits == 0) { + dst = 0; +} else if (offset < 0 || bits < 0 || bits + offset > 32) { + dst = 0; +} else { + unsigned mask = ((1 << bits) - 1) << offset; + dst = (base & ~mask) | ((insert << bits) & mask); +} +""") + +quadop_horiz("vec4", 4, 1, 1, 1, 1, """ +dst.x = src0.x; +dst.y = src1.x; +dst.z = src2.x; +dst.w = src3.x; +""") + + diff --git a/mesalib/src/glsl/nir/nir_opcodes_c.py b/mesalib/src/glsl/nir/nir_opcodes_c.py new file mode 100644 index 000000000..7049c5be6 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_opcodes_c.py @@ -0,0 +1,55 @@ +#! /usr/bin/env python +# +# Copyright (C) 2014 Connor Abbott +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice (including the next +# paragraph) shall be included in all copies or substantial portions of the +# Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. +# +# Authors: +# Connor Abbott (cwabbott0@gmail.com) + +from nir_opcodes import opcodes +from mako.template import Template + +template = Template(""" +#include "nir.h" + +const nir_op_info nir_op_infos[nir_num_opcodes] = { +% for name, opcode in sorted(opcodes.iteritems()): +{ + .name = "${name}", + .num_inputs = ${opcode.num_inputs}, + .output_size = ${opcode.output_size}, + .output_type = ${"nir_type_" + opcode.output_type}, + .input_sizes = { + ${ ", ".join(str(size) for size in opcode.input_sizes) } + }, + .input_types = { + ${ ", ".join("nir_type_" + type for type in opcode.input_types) } + }, + .algebraic_properties = + ${ "0" if opcode.algebraic_properties == "" else " | ".join( + "NIR_OP_IS_" + prop.upper() for prop in + opcode.algebraic_properties.strip().split(" ")) } +}, +% endfor +}; +""") + +print template.render(opcodes=opcodes) diff --git a/mesalib/src/glsl/nir/nir_opcodes_h.py b/mesalib/src/glsl/nir/nir_opcodes_h.py new file mode 100644 index 000000000..be15a96d2 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_opcodes_h.py @@ -0,0 +1,47 @@ +#! /usr/bin/env python + +template = """\ +/* Copyright (C) 2014 Connor Abbott + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Connor Abbott (cwabbott0@gmail.com) + */ + +#ifndef _NIR_OPCODES_ +#define _NIR_OPCODES_ + +<% opcode_names = sorted(opcodes.iterkeys()) %> + +typedef enum { +% for name in opcode_names: + nir_op_${name}, +% endfor + nir_last_opcode = nir_op_${opcode_names[-1]}, + nir_num_opcodes = nir_last_opcode + 1 +} nir_op; + +#endif /* _NIR_OPCODES_ */""" + +from nir_opcodes import opcodes +from mako.template import Template + +print Template(template).render(opcodes=opcodes) diff --git a/mesalib/src/glsl/nir/nir_opt_algebraic.py b/mesalib/src/glsl/nir/nir_opt_algebraic.py new file mode 100644 index 000000000..7bf643134 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_opt_algebraic.py @@ -0,0 +1,188 @@ +#! /usr/bin/env python +# +# Copyright (C) 2014 Intel Corporation +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice (including the next +# paragraph) shall be included in all copies or substantial portions of the +# Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. +# +# Authors: +# Jason Ekstrand (jason@jlekstrand.net) + +import nir_algebraic + +# Convenience variables +a = 'a' +b = 'b' +c = 'c' +d = 'd' + +# Written in the form (, ) where is an expression +# and is either an expression or a value. An expression is +# defined as a tuple of the form (, , , , ) +# where each source is either an expression or a value. A value can be +# either a numeric constant or a string representing a variable name. +# +# Variable names are specified as "[#]name[@type]" where "#" inicates that +# the given variable will only match constants and the type indicates that +# the given variable will only match values from ALU instructions with the +# given output type. +# +# For constants, you have to be careful to make sure that it is the right +# type because python is unaware of the source and destination types of the +# opcodes. + +optimizations = [ + (('fneg', ('fneg', a)), a), + (('ineg', ('ineg', a)), a), + (('fabs', ('fabs', a)), ('fabs', a)), + (('fabs', ('fneg', a)), ('fabs', a)), + (('iabs', ('iabs', a)), ('iabs', a)), + (('iabs', ('ineg', a)), ('iabs', a)), + (('fadd', a, 0.0), a), + (('iadd', a, 0), a), + (('fmul', a, 0.0), 0.0), + (('imul', a, 0), 0), + (('fmul', a, 1.0), a), + (('imul', a, 1), a), + (('fmul', a, -1.0), ('fneg', a)), + (('imul', a, -1), ('ineg', a)), + (('ffma', 0.0, a, b), b), + (('ffma', a, 0.0, b), b), + (('ffma', a, b, 0.0), ('fmul', a, b)), + (('ffma', a, 1.0, b), ('fadd', a, b)), + (('ffma', 1.0, a, b), ('fadd', a, b)), + (('flrp', a, b, 0.0), a), + (('flrp', a, b, 1.0), b), + (('flrp', a, a, b), a), + (('flrp', 0.0, a, b), ('fmul', a, b)), + (('ffma', a, b, c), ('fadd', ('fmul', a, b), c), 'options->lower_ffma'), + (('fadd', ('fmul', a, b), c), ('ffma', a, b, c), '!options->lower_ffma'), + # Comparison simplifications + (('inot', ('flt', a, b)), ('fge', a, b)), + (('inot', ('fge', a, b)), ('flt', a, b)), + (('inot', ('ilt', a, b)), ('ige', a, b)), + (('inot', ('ige', a, b)), ('ilt', a, b)), + (('flt', ('fadd', a, b), 0.0), ('flt', a, ('fneg', b))), + (('fge', ('fadd', a, b), 0.0), ('fge', a, ('fneg', b))), + (('feq', ('fadd', a, b), 0.0), ('feq', a, ('fneg', b))), + (('fne', ('fadd', a, b), 0.0), ('fne', a, ('fneg', b))), + (('fge', ('fneg', ('fabs', a)), 0.0), ('feq', a, 0.0)), + (('bcsel', ('flt', a, b), a, b), ('fmin', a, b)), + (('bcsel', ('flt', a, b), b, a), ('fmax', a, b)), + (('bcsel', ('inot', 'a@bool'), b, c), ('bcsel', a, c, b)), + (('bcsel', a, ('bcsel', a, b, c), d), ('bcsel', a, b, d)), + (('fmin', ('fmax', a, 0.0), 1.0), ('fsat', a), '!options->lower_fsat'), + (('fsat', a), ('fmin', ('fmax', a, 0.0), 1.0), 'options->lower_fsat'), + (('fsat', ('fsat', a)), ('fsat', a)), + (('fmin', ('fmax', ('fmin', ('fmax', a, 0.0), 1.0), 0.0), 1.0), ('fmin', ('fmax', a, 0.0), 1.0)), + # Comparison with the same args. Note that these are not done for + # the float versions because NaN always returns false on float + # inequalities. + (('ilt', a, a), False), + (('ige', a, a), True), + (('ieq', a, a), True), + (('ine', a, a), False), + (('ult', a, a), False), + (('uge', a, a), True), + # Logical and bit operations + (('fand', a, 0.0), 0.0), + (('iand', a, a), a), + (('iand', a, 0), 0), + (('ior', a, a), a), + (('ior', a, 0), a), + (('fxor', a, a), 0.0), + (('ixor', a, a), 0), + (('inot', ('inot', a)), a), + # DeMorgan's Laws + (('iand', ('inot', a), ('inot', b)), ('inot', ('ior', a, b))), + (('ior', ('inot', a), ('inot', b)), ('inot', ('iand', a, b))), + # Shift optimizations + (('ishl', 0, a), 0), + (('ishl', a, 0), a), + (('ishr', 0, a), 0), + (('ishr', a, 0), a), + (('ushr', 0, a), 0), + (('ushr', a, 0), 0), + # Exponential/logarithmic identities + (('fexp2', ('flog2', a)), a), # 2^lg2(a) = a + (('fexp', ('flog', a)), a), # e^ln(a) = a + (('flog2', ('fexp2', a)), a), # lg2(2^a) = a + (('flog', ('fexp', a)), a), # ln(e^a) = a + (('fpow', a, b), ('fexp2', ('fmul', ('flog2', a), b)), 'options->lower_fpow'), # a^b = 2^(lg2(a)*b) + (('fexp2', ('fmul', ('flog2', a), b)), ('fpow', a, b), '!options->lower_fpow'), # 2^(lg2(a)*b) = a^b + (('fexp', ('fmul', ('flog', a), b)), ('fpow', a, b), '!options->lower_fpow'), # e^(ln(a)*b) = a^b + (('fpow', a, 1.0), a), + (('fpow', a, 2.0), ('fmul', a, a)), + (('fpow', 2.0, a), ('fexp2', a)), + # Division and reciprocal + (('fdiv', 1.0, a), ('frcp', a)), + (('frcp', ('frcp', a)), a), + (('frcp', ('fsqrt', a)), ('frsq', a)), + (('fsqrt', a), ('frcp', ('frsq', a)), 'options->lower_fsqrt'), + (('frcp', ('frsq', a)), ('fsqrt', a), '!options->lower_fsqrt'), + # Boolean simplifications + (('ine', 'a@bool', 0), 'a'), + (('ieq', 'a@bool', 0), ('inot', 'a')), + (('bcsel', a, True, False), ('ine', a, 0)), + (('bcsel', a, False, True), ('ieq', a, 0)), + (('bcsel', True, b, c), b), + (('bcsel', False, b, c), c), + # The result of this should be hit by constant propagation and, in the + # next round of opt_algebraic, get picked up by one of the above two. + (('bcsel', '#a', b, c), ('bcsel', ('ine', 'a', 0), b, c)), + + (('bcsel', a, b, b), b), + (('fcsel', a, b, b), b), + + # Subtracts + (('fsub', a, ('fsub', 0.0, b)), ('fadd', a, b)), + (('isub', a, ('isub', 0, b)), ('iadd', a, b)), + (('fneg', a), ('fsub', 0.0, a), 'options->lower_negate'), + (('ineg', a), ('isub', 0, a), 'options->lower_negate'), + (('fadd', a, ('fsub', 0.0, b)), ('fsub', a, b)), + (('iadd', a, ('isub', 0, b)), ('isub', a, b)), + (('fabs', ('fsub', 0.0, a)), ('fabs', a)), + (('iabs', ('isub', 0, a)), ('iabs', a)), + +# This one may not be exact + (('feq', ('fadd', a, b), 0.0), ('feq', a, ('fneg', b))), +] + +# Add optimizations to handle the case where the result of a ternary is +# compared to a constant. This way we can take things like +# +# (a ? 0 : 1) > 0 +# +# and turn it into +# +# a ? (0 > 0) : (1 > 0) +# +# which constant folding will eat for lunch. The resulting ternary will +# further get cleaned up by the boolean reductions above and we will be +# left with just the original variable "a". +for op in ['flt', 'fge', 'feq', 'fne', + 'ilt', 'ige', 'ieq', 'ine', 'ult', 'uge']: + optimizations += [ + ((op, ('bcsel', 'a', '#b', '#c'), '#d'), + ('bcsel', 'a', (op, 'b', 'd'), (op, 'c', 'd'))), + ((op, '#d', ('bcsel', a, '#b', '#c')), + ('bcsel', 'a', (op, 'd', 'b'), (op, 'd', 'c'))), + ] + +print nir_algebraic.AlgebraicPass("nir_opt_algebraic", optimizations).render() diff --git a/mesalib/src/glsl/nir/nir_opt_constant_folding.c b/mesalib/src/glsl/nir/nir_opt_constant_folding.c new file mode 100644 index 000000000..85c09fc48 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_opt_constant_folding.c @@ -0,0 +1,201 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Jason Ekstrand (jason@jlekstrand.net) + * + */ + +#include "nir_constant_expressions.h" +#include + +/* + * Implements SSA-based constant folding. + */ + +struct constant_fold_state { + void *mem_ctx; + nir_function_impl *impl; + bool progress; +}; + +static bool +constant_fold_alu_instr(nir_alu_instr *instr, void *mem_ctx) +{ + nir_const_value src[4]; + + if (!instr->dest.dest.is_ssa) + return false; + + for (unsigned i = 0; i < nir_op_infos[instr->op].num_inputs; i++) { + if (!instr->src[i].src.is_ssa) + return false; + + nir_instr *src_instr = instr->src[i].src.ssa->parent_instr; + + if (src_instr->type != nir_instr_type_load_const) + return false; + nir_load_const_instr* load_const = nir_instr_as_load_const(src_instr); + + for (unsigned j = 0; j < nir_ssa_alu_instr_src_components(instr, i); + j++) { + src[i].u[j] = load_const->value.u[instr->src[i].swizzle[j]]; + } + + /* We shouldn't have any source modifiers in the optimization loop. */ + assert(!instr->src[i].abs && !instr->src[i].negate); + } + + /* We shouldn't have any saturate modifiers in the optimization loop. */ + assert(!instr->dest.saturate); + + nir_const_value dest = + nir_eval_const_opcode(instr->op, instr->dest.dest.ssa.num_components, + src); + + nir_load_const_instr *new_instr = + nir_load_const_instr_create(mem_ctx, + instr->dest.dest.ssa.num_components); + + new_instr->value = dest; + + nir_instr_insert_before(&instr->instr, &new_instr->instr); + + nir_ssa_def_rewrite_uses(&instr->dest.dest.ssa, nir_src_for_ssa(&new_instr->def), + mem_ctx); + + nir_instr_remove(&instr->instr); + ralloc_free(instr); + + return true; +} + +static bool +constant_fold_deref(nir_instr *instr, nir_deref_var *deref) +{ + bool progress = false; + + for (nir_deref *tail = deref->deref.child; tail; tail = tail->child) { + if (tail->deref_type != nir_deref_type_array) + continue; + + nir_deref_array *arr = nir_deref_as_array(tail); + + if (arr->deref_array_type == nir_deref_array_type_indirect && + arr->indirect.is_ssa && + arr->indirect.ssa->parent_instr->type == nir_instr_type_load_const) { + nir_load_const_instr *indirect = + nir_instr_as_load_const(arr->indirect.ssa->parent_instr); + + arr->base_offset += indirect->value.u[0]; + + /* Clear out the source */ + nir_instr_rewrite_src(instr, &arr->indirect, nir_src_for_ssa(NULL)); + + arr->deref_array_type = nir_deref_array_type_direct; + + progress = true; + } + } + + return progress; +} + +static bool +constant_fold_intrinsic_instr(nir_intrinsic_instr *instr) +{ + bool progress = false; + + unsigned num_vars = nir_intrinsic_infos[instr->intrinsic].num_variables; + for (unsigned i = 0; i < num_vars; i++) { + progress |= constant_fold_deref(&instr->instr, instr->variables[i]); + } + + return progress; +} + +static bool +constant_fold_tex_instr(nir_tex_instr *instr) +{ + if (instr->sampler) + return constant_fold_deref(&instr->instr, instr->sampler); + else + return false; +} + +static bool +constant_fold_block(nir_block *block, void *void_state) +{ + struct constant_fold_state *state = void_state; + + nir_foreach_instr_safe(block, instr) { + switch (instr->type) { + case nir_instr_type_alu: + state->progress |= constant_fold_alu_instr(nir_instr_as_alu(instr), + state->mem_ctx); + break; + case nir_instr_type_intrinsic: + state->progress |= + constant_fold_intrinsic_instr(nir_instr_as_intrinsic(instr)); + break; + case nir_instr_type_tex: + state->progress |= constant_fold_tex_instr(nir_instr_as_tex(instr)); + break; + default: + /* Don't know how to constant fold */ + break; + } + } + + return true; +} + +static bool +nir_opt_constant_folding_impl(nir_function_impl *impl) +{ + struct constant_fold_state state; + + state.mem_ctx = ralloc_parent(impl); + state.impl = impl; + state.progress = false; + + nir_foreach_block(impl, constant_fold_block, &state); + + if (state.progress) + nir_metadata_preserve(impl, nir_metadata_block_index | + nir_metadata_dominance); + + return state.progress; +} + +bool +nir_opt_constant_folding(nir_shader *shader) +{ + bool progress = false; + + nir_foreach_overload(shader, overload) { + if (overload->impl) + progress |= nir_opt_constant_folding_impl(overload->impl); + } + + return progress; +} diff --git a/mesalib/src/glsl/nir/nir_opt_copy_propagate.c b/mesalib/src/glsl/nir/nir_opt_copy_propagate.c new file mode 100644 index 000000000..dd0ec01ef --- /dev/null +++ b/mesalib/src/glsl/nir/nir_opt_copy_propagate.c @@ -0,0 +1,317 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Connor Abbott (cwabbott0@gmail.com) + * + */ + +#include "nir.h" +#include
    + +/** + * SSA-based copy propagation + */ + +static bool is_move(nir_alu_instr *instr) +{ + if (instr->op != nir_op_fmov && + instr->op != nir_op_imov) + return false; + + if (instr->dest.saturate) + return false; + + /* we handle modifiers in a separate pass */ + + if (instr->src[0].abs || instr->src[0].negate) + return false; + + if (!instr->src[0].src.is_ssa) + return false; + + return true; + +} + +static bool +is_swizzleless_move(nir_alu_instr *instr) +{ + if (!is_move(instr)) + return false; + + for (unsigned i = 0; i < 4; i++) { + if (!((instr->dest.write_mask >> i) & 1)) + break; + if (instr->src[0].swizzle[i] != i) + return false; + } + + return true; +} + +static bool is_vec(nir_alu_instr *instr) +{ + for (unsigned i = 0; i < nir_op_infos[instr->op].num_inputs; i++) + if (!instr->src[i].src.is_ssa) + return false; + + return instr->op == nir_op_vec2 || + instr->op == nir_op_vec3 || + instr->op == nir_op_vec4; +} + +typedef struct { + nir_ssa_def *def; + bool found; +} search_def_state; + +static bool +search_def(nir_src *src, void *_state) +{ + search_def_state *state = (search_def_state *) _state; + + if (src->is_ssa && src->ssa == state->def) + state->found = true; + + return true; +} + +static void +rewrite_src_instr(nir_src *src, nir_ssa_def *new_def, nir_instr *parent_instr) +{ + nir_ssa_def *old_def = src->ssa; + + src->ssa = new_def; + + /* + * The instruction could still use the old definition in one of its other + * sources, so only remove the instruction from the uses if there are no + * more uses left. + */ + + search_def_state search_state; + search_state.def = old_def; + search_state.found = false; + nir_foreach_src(parent_instr, search_def, &search_state); + if (!search_state.found) { + struct set_entry *entry = _mesa_set_search(old_def->uses, parent_instr); + assert(entry); + _mesa_set_remove(old_def->uses, entry); + } + + _mesa_set_add(new_def->uses, parent_instr); +} + +static void +rewrite_src_if(nir_if *if_stmt, nir_ssa_def *new_def) +{ + nir_ssa_def *old_def = if_stmt->condition.ssa; + + if_stmt->condition.ssa = new_def; + + struct set_entry *entry = _mesa_set_search(old_def->if_uses, if_stmt); + assert(entry); + _mesa_set_remove(old_def->if_uses, entry); + + _mesa_set_add(new_def->if_uses, if_stmt); +} + +static bool +copy_prop_src(nir_src *src, nir_instr *parent_instr, nir_if *parent_if) +{ + if (!src->is_ssa) { + if (src->reg.indirect) + return copy_prop_src(src, parent_instr, parent_if); + return false; + } + + nir_instr *src_instr = src->ssa->parent_instr; + if (src_instr->type != nir_instr_type_alu) + return false; + + nir_alu_instr *alu_instr = nir_instr_as_alu(src_instr); + if (!is_swizzleless_move(alu_instr)) + return false; + + /* Don't let copy propagation land us with a phi that has more + * components in its source than it has in its destination. That badly + * messes up out-of-ssa. + */ + if (parent_instr && parent_instr->type == nir_instr_type_phi) { + nir_phi_instr *phi = nir_instr_as_phi(parent_instr); + assert(phi->dest.is_ssa); + if (phi->dest.ssa.num_components != + alu_instr->src[0].src.ssa->num_components) + return false; + } + + if (parent_instr) + rewrite_src_instr(src, alu_instr->src[0].src.ssa, parent_instr); + else + rewrite_src_if(parent_if, alu_instr->src[0].src.ssa); + + return true; +} + +static bool +copy_prop_alu_src(nir_alu_instr *parent_alu_instr, unsigned index) +{ + nir_alu_src *src = &parent_alu_instr->src[index]; + if (!src->src.is_ssa) { + if (src->src.reg.indirect) + return copy_prop_src(src->src.reg.indirect, &parent_alu_instr->instr, + NULL); + return false; + } + + nir_instr *src_instr = src->src.ssa->parent_instr; + if (src_instr->type != nir_instr_type_alu) + return false; + + nir_alu_instr *alu_instr = nir_instr_as_alu(src_instr); + if (!is_move(alu_instr) && !is_vec(alu_instr)) + return false; + + nir_ssa_def *def; + unsigned new_swizzle[4] = {0, 0, 0, 0}; + + if (alu_instr->op == nir_op_fmov || + alu_instr->op == nir_op_imov) { + for (unsigned i = 0; i < 4; i++) + new_swizzle[i] = alu_instr->src[0].swizzle[src->swizzle[i]]; + def = alu_instr->src[0].src.ssa; + } else { + def = NULL; + + for (unsigned i = 0; i < 4; i++) { + if (!nir_alu_instr_channel_used(parent_alu_instr, index, i)) + continue; + + nir_ssa_def *new_def = alu_instr->src[src->swizzle[i]].src.ssa; + if (def == NULL) + def = new_def; + else { + if (def != new_def) + return false; + } + new_swizzle[i] = alu_instr->src[src->swizzle[i]].swizzle[0]; + } + } + + for (unsigned i = 0; i < 4; i++) + src->swizzle[i] = new_swizzle[i]; + + rewrite_src_instr(&src->src, def, &parent_alu_instr->instr); + + return true; +} + +typedef struct { + nir_instr *parent_instr; + bool progress; +} copy_prop_state; + +static bool +copy_prop_src_cb(nir_src *src, void *_state) +{ + copy_prop_state *state = (copy_prop_state *) _state; + while (copy_prop_src(src, state->parent_instr, NULL)) + state->progress = true; + + return true; +} + +static bool +copy_prop_instr(nir_instr *instr) +{ + if (instr->type == nir_instr_type_alu) { + nir_alu_instr *alu_instr = nir_instr_as_alu(instr); + bool progress = false; + + for (unsigned i = 0; i < nir_op_infos[alu_instr->op].num_inputs; i++) + while (copy_prop_alu_src(alu_instr, i)) + progress = true; + + if (!alu_instr->dest.dest.is_ssa && alu_instr->dest.dest.reg.indirect) + while (copy_prop_src(alu_instr->dest.dest.reg.indirect, instr, NULL)) + progress = true; + + return progress; + } + + copy_prop_state state; + state.parent_instr = instr; + state.progress = false; + nir_foreach_src(instr, copy_prop_src_cb, &state); + + return state.progress; +} + +static bool +copy_prop_if(nir_if *if_stmt) +{ + return copy_prop_src(&if_stmt->condition, NULL, if_stmt); +} + +static bool +copy_prop_block(nir_block *block, void *_state) +{ + bool *progress = (bool *) _state; + + nir_foreach_instr(block, instr) { + if (copy_prop_instr(instr)) + *progress = true; + } + + if (block->cf_node.node.next != NULL && /* check that we aren't the end node */ + !nir_cf_node_is_last(&block->cf_node) && + nir_cf_node_next(&block->cf_node)->type == nir_cf_node_if) { + nir_if *if_stmt = nir_cf_node_as_if(nir_cf_node_next(&block->cf_node)); + if (copy_prop_if(if_stmt)) + *progress = true; + } + + return true; +} + +bool +nir_copy_prop_impl(nir_function_impl *impl) +{ + bool progress = false; + + nir_foreach_block(impl, copy_prop_block, &progress); + return progress; +} + +bool +nir_copy_prop(nir_shader *shader) +{ + bool progress = false; + + nir_foreach_overload(shader, overload) { + if (overload->impl && nir_copy_prop_impl(overload->impl)) + progress = true; + } + + return progress; +} diff --git a/mesalib/src/glsl/nir/nir_opt_cse.c b/mesalib/src/glsl/nir/nir_opt_cse.c new file mode 100644 index 000000000..9b383202d --- /dev/null +++ b/mesalib/src/glsl/nir/nir_opt_cse.c @@ -0,0 +1,297 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Jason Ekstrand (jason@jlekstrand.net) + * + */ + +#include "nir.h" + +/* + * Implements common subexpression elimination + */ + +struct cse_state { + void *mem_ctx; + bool progress; +}; + +static bool +nir_alu_srcs_equal(nir_alu_src src1, nir_alu_src src2, uint8_t read_mask) +{ + if (src1.abs != src2.abs || src1.negate != src2.negate) + return false; + + for (int i = 0; i < 4; ++i) { + if (!(read_mask & (1 << i))) + continue; + + if (src1.swizzle[i] != src2.swizzle[i]) + return false; + } + + return nir_srcs_equal(src1.src, src2.src); +} + +static bool +nir_instrs_equal(nir_instr *instr1, nir_instr *instr2) +{ + if (instr1->type != instr2->type) + return false; + + switch (instr1->type) { + case nir_instr_type_alu: { + nir_alu_instr *alu1 = nir_instr_as_alu(instr1); + nir_alu_instr *alu2 = nir_instr_as_alu(instr2); + + if (alu1->op != alu2->op) + return false; + + /* TODO: We can probably acutally do something more inteligent such + * as allowing different numbers and taking a maximum or something + * here */ + if (alu1->dest.dest.ssa.num_components != alu2->dest.dest.ssa.num_components) + return false; + + for (unsigned i = 0; i < nir_op_infos[alu1->op].num_inputs; i++) { + if (!nir_alu_srcs_equal(alu1->src[i], alu2->src[i], + (1 << alu1->dest.dest.ssa.num_components) - 1)) + return false; + } + return true; + } + case nir_instr_type_tex: + return false; + case nir_instr_type_load_const: { + nir_load_const_instr *load1 = nir_instr_as_load_const(instr1); + nir_load_const_instr *load2 = nir_instr_as_load_const(instr2); + + if (load1->def.num_components != load2->def.num_components) + return false; + + return memcmp(load1->value.f, load2->value.f, + load1->def.num_components * sizeof(*load2->value.f)) == 0; + } + case nir_instr_type_phi: { + nir_phi_instr *phi1 = nir_instr_as_phi(instr1); + nir_phi_instr *phi2 = nir_instr_as_phi(instr2); + + if (phi1->instr.block != phi2->instr.block) + return false; + + nir_foreach_phi_src(phi1, src1) { + nir_foreach_phi_src(phi2, src2) { + if (src1->pred == src2->pred) { + if (!nir_srcs_equal(src1->src, src2->src)) + return false; + + break; + } + } + } + + return true; + } + case nir_instr_type_intrinsic: { + nir_intrinsic_instr *intrinsic1 = nir_instr_as_intrinsic(instr1); + nir_intrinsic_instr *intrinsic2 = nir_instr_as_intrinsic(instr2); + const nir_intrinsic_info *info = + &nir_intrinsic_infos[intrinsic1->intrinsic]; + + if (intrinsic1->intrinsic != intrinsic2->intrinsic || + intrinsic1->num_components != intrinsic2->num_components) + return false; + + if (info->has_dest && intrinsic1->dest.ssa.num_components != + intrinsic2->dest.ssa.num_components) + return false; + + for (unsigned i = 0; i < info->num_srcs; i++) { + if (!nir_srcs_equal(intrinsic1->src[i], intrinsic2->src[i])) + return false; + } + + assert(info->num_variables == 0); + + for (unsigned i = 0; i < info->num_indices; i++) { + if (intrinsic1->const_index[i] != intrinsic2->const_index[i]) + return false; + } + + return true; + } + case nir_instr_type_call: + case nir_instr_type_jump: + case nir_instr_type_ssa_undef: + case nir_instr_type_parallel_copy: + default: + unreachable("Invalid instruction type"); + } + + return false; +} + +static bool +src_is_ssa(nir_src *src, void *data) +{ + return src->is_ssa; +} + +static bool +dest_is_ssa(nir_dest *dest, void *data) +{ + return dest->is_ssa; +} + +static bool +nir_instr_can_cse(nir_instr *instr) +{ + /* We only handle SSA. */ + if (!nir_foreach_dest(instr, dest_is_ssa, NULL) || + !nir_foreach_src(instr, src_is_ssa, NULL)) + return false; + + switch (instr->type) { + case nir_instr_type_alu: + case nir_instr_type_load_const: + case nir_instr_type_phi: + return true; + case nir_instr_type_tex: + return false; /* TODO */ + case nir_instr_type_intrinsic: { + const nir_intrinsic_info *info = + &nir_intrinsic_infos[nir_instr_as_intrinsic(instr)->intrinsic]; + return (info->flags & NIR_INTRINSIC_CAN_ELIMINATE) && + (info->flags & NIR_INTRINSIC_CAN_REORDER) && + info->num_variables == 0; /* not implemented yet */ + } + case nir_instr_type_call: + case nir_instr_type_jump: + case nir_instr_type_ssa_undef: + return false; + case nir_instr_type_parallel_copy: + default: + unreachable("Invalid instruction type"); + } + + return false; +} + +static nir_ssa_def * +nir_instr_get_dest_ssa_def(nir_instr *instr) +{ + switch (instr->type) { + case nir_instr_type_alu: + assert(nir_instr_as_alu(instr)->dest.dest.is_ssa); + return &nir_instr_as_alu(instr)->dest.dest.ssa; + case nir_instr_type_load_const: + return &nir_instr_as_load_const(instr)->def; + case nir_instr_type_phi: + assert(nir_instr_as_phi(instr)->dest.is_ssa); + return &nir_instr_as_phi(instr)->dest.ssa; + case nir_instr_type_intrinsic: + assert(nir_instr_as_intrinsic(instr)->dest.is_ssa); + return &nir_instr_as_intrinsic(instr)->dest.ssa; + default: + unreachable("We never ask for any of these"); + } +} + +static void +nir_opt_cse_instr(nir_instr *instr, struct cse_state *state) +{ + if (!nir_instr_can_cse(instr)) + return; + + for (struct exec_node *node = instr->node.prev; + !exec_node_is_head_sentinel(node); node = node->prev) { + nir_instr *other = exec_node_data(nir_instr, node, node); + if (nir_instrs_equal(instr, other)) { + nir_ssa_def *other_def = nir_instr_get_dest_ssa_def(other); + nir_ssa_def_rewrite_uses(nir_instr_get_dest_ssa_def(instr), + nir_src_for_ssa(other_def), + state->mem_ctx); + nir_instr_remove(instr); + state->progress = true; + return; + } + } + + for (nir_block *block = instr->block->imm_dom; + block != NULL; block = block->imm_dom) { + nir_foreach_instr_reverse(block, other) { + if (nir_instrs_equal(instr, other)) { + nir_ssa_def *other_def = nir_instr_get_dest_ssa_def(other); + nir_ssa_def_rewrite_uses(nir_instr_get_dest_ssa_def(instr), + nir_src_for_ssa(other_def), + state->mem_ctx); + nir_instr_remove(instr); + state->progress = true; + return; + } + } + } +} + +static bool +nir_opt_cse_block(nir_block *block, void *void_state) +{ + struct cse_state *state = void_state; + + nir_foreach_instr_safe(block, instr) + nir_opt_cse_instr(instr, state); + + return true; +} + +static bool +nir_opt_cse_impl(nir_function_impl *impl) +{ + struct cse_state state; + + state.mem_ctx = ralloc_parent(impl); + state.progress = false; + + nir_metadata_require(impl, nir_metadata_dominance); + + nir_foreach_block(impl, nir_opt_cse_block, &state); + + if (state.progress) + nir_metadata_preserve(impl, nir_metadata_block_index | + nir_metadata_dominance); + + return state.progress; +} + +bool +nir_opt_cse(nir_shader *shader) +{ + bool progress = false; + + nir_foreach_overload(shader, overload) { + if (overload->impl) + progress |= nir_opt_cse_impl(overload->impl); + } + + return progress; +} diff --git a/mesalib/src/glsl/nir/nir_opt_dce.c b/mesalib/src/glsl/nir/nir_opt_dce.c new file mode 100644 index 000000000..e0ebdc61c --- /dev/null +++ b/mesalib/src/glsl/nir/nir_opt_dce.c @@ -0,0 +1,183 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Connor Abbott (cwabbott0@gmail.com) + * + */ + +#include "nir.h" + +/* SSA-based mark-and-sweep dead code elimination */ + +typedef struct { + struct exec_node node; + nir_instr *instr; +} worklist_elem; + +static void +worklist_push(struct exec_list *worklist, nir_instr *instr) +{ + worklist_elem *elem = ralloc(worklist, worklist_elem); + elem->instr = instr; + instr->pass_flags = 1; + exec_list_push_tail(worklist, &elem->node); +} + +static nir_instr * +worklist_pop(struct exec_list *worklist) +{ + struct exec_node *node = exec_list_pop_head(worklist); + worklist_elem *elem = exec_node_data(worklist_elem, node, node); + return elem->instr; +} + +static bool +mark_live_cb(nir_src *src, void *_state) +{ + struct exec_list *worklist = (struct exec_list *) _state; + + if (src->is_ssa && !src->ssa->parent_instr->pass_flags) { + worklist_push(worklist, src->ssa->parent_instr); + } + + return true; +} + +static void +init_instr(nir_instr *instr, struct exec_list *worklist) +{ + nir_alu_instr *alu_instr; + nir_intrinsic_instr *intrin_instr; + nir_tex_instr *tex_instr; + + /* We use the pass_flags to store the live/dead information. In DCE, we + * just treat it as a zero/non-zerl boolean for whether or not the + * instruction is live. + */ + instr->pass_flags = 0; + + switch (instr->type) { + case nir_instr_type_call: + case nir_instr_type_jump: + worklist_push(worklist, instr); + break; + + case nir_instr_type_alu: + alu_instr = nir_instr_as_alu(instr); + if (!alu_instr->dest.dest.is_ssa) + worklist_push(worklist, instr); + break; + + case nir_instr_type_intrinsic: + intrin_instr = nir_instr_as_intrinsic(instr); + if (nir_intrinsic_infos[intrin_instr->intrinsic].flags & + NIR_INTRINSIC_CAN_ELIMINATE) { + if (nir_intrinsic_infos[intrin_instr->intrinsic].has_dest && + !intrin_instr->dest.is_ssa) { + worklist_push(worklist, instr); + } + } else { + worklist_push(worklist, instr); + } + break; + + case nir_instr_type_tex: + tex_instr = nir_instr_as_tex(instr); + if (!tex_instr->dest.is_ssa) + worklist_push(worklist, instr); + break; + + default: + break; + } +} + +static bool +init_block_cb(nir_block *block, void *_state) +{ + struct exec_list *worklist = (struct exec_list *) _state; + + nir_foreach_instr(block, instr) + init_instr(instr, worklist); + + nir_if *following_if = nir_block_get_following_if(block); + if (following_if) { + if (following_if->condition.is_ssa && + !following_if->condition.ssa->parent_instr->pass_flags) + worklist_push(worklist, following_if->condition.ssa->parent_instr); + } + + return true; +} + +static bool +delete_block_cb(nir_block *block, void *_state) +{ + bool *progress = (bool *) _state; + + nir_foreach_instr_safe(block, instr) { + if (!instr->pass_flags) { + nir_instr_remove(instr); + *progress = true; + } + } + + return true; +} + +bool +nir_opt_dce_impl(nir_function_impl *impl) +{ + struct exec_list *worklist = ralloc(NULL, struct exec_list); + exec_list_make_empty(worklist); + + nir_foreach_block(impl, init_block_cb, worklist); + + while (!exec_list_is_empty(worklist)) { + nir_instr *instr = worklist_pop(worklist); + nir_foreach_src(instr, mark_live_cb, worklist); + } + + ralloc_free(worklist); + + bool progress = false; + nir_foreach_block(impl, delete_block_cb, &progress); + + if (progress) + nir_metadata_preserve(impl, nir_metadata_block_index | + nir_metadata_dominance); + + return progress; +} + +bool +nir_opt_dce(nir_shader *shader) +{ + bool progress = false; + nir_foreach_overload(shader, overload) { + if (overload->impl && nir_opt_dce_impl(overload->impl)) + progress = true; + } + + return progress; +} diff --git a/mesalib/src/glsl/nir/nir_opt_gcm.c b/mesalib/src/glsl/nir/nir_opt_gcm.c new file mode 100644 index 000000000..bf565b969 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_opt_gcm.c @@ -0,0 +1,492 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Jason Ekstrand (jason@jlekstrand.net) + * + */ + +#include "nir.h" + +/* + * Implements Global Code Motion. A description of GCM can be found in + * "Global Code Motion; Global Value Numbering" by Cliff Click. + * Unfortunately, the algorithm presented in the paper is broken in a + * number of ways. The algorithm used here differs substantially from the + * one in the paper but it is, in my opinion, much easier to read and + * verify correcness. + */ + +struct gcm_block_info { + /* Number of loops this block is inside */ + unsigned loop_depth; + + /* The last instruction inserted into this block. This is used as we + * traverse the instructions and insert them back into the program to + * put them in the right order. + */ + nir_instr *last_instr; +}; + +/* Flags used in the instr->pass_flags field for various instruction states */ +enum { + GCM_INSTR_PINNED = (1 << 0), + GCM_INSTR_SCHEDULED_EARLY = (1 << 1), + GCM_INSTR_SCHEDULED_LATE = (1 << 2), + GCM_INSTR_PLACED = (1 << 3), +}; + +struct gcm_state { + nir_function_impl *impl; + nir_instr *instr; + + /* The list of non-pinned instructions. As we do the late scheduling, + * we pull non-pinned instructions out of their blocks and place them in + * this list. This saves us from having linked-list problems when we go + * to put instructions back in their blocks. + */ + struct exec_list instrs; + + struct gcm_block_info *blocks; +}; + +/* Recursively walks the CFG and builds the block_info structure */ +static void +gcm_build_block_info(struct exec_list *cf_list, struct gcm_state *state, + unsigned loop_depth) +{ + foreach_list_typed(nir_cf_node, node, node, cf_list) { + switch (node->type) { + case nir_cf_node_block: { + nir_block *block = nir_cf_node_as_block(node); + state->blocks[block->index].loop_depth = loop_depth; + break; + } + case nir_cf_node_if: { + nir_if *if_stmt = nir_cf_node_as_if(node); + gcm_build_block_info(&if_stmt->then_list, state, loop_depth); + gcm_build_block_info(&if_stmt->else_list, state, loop_depth); + break; + } + case nir_cf_node_loop: { + nir_loop *loop = nir_cf_node_as_loop(node); + gcm_build_block_info(&loop->body, state, loop_depth + 1); + break; + } + default: + unreachable("Invalid CF node type"); + } + } +} + +/* Walks the instruction list and marks immovable instructions as pinned + * + * This function also serves to initialize the instr->pass_flags field. + * After this is completed, all instructions' pass_flags fields will be set + * to either GCM_INSTR_PINNED or 0. + */ +static bool +gcm_pin_instructions_block(nir_block *block, void *void_state) +{ + struct gcm_state *state = void_state; + + nir_foreach_instr_safe(block, instr) { + switch (instr->type) { + case nir_instr_type_alu: + switch (nir_instr_as_alu(instr)->op) { + case nir_op_fddx: + case nir_op_fddy: + case nir_op_fddx_fine: + case nir_op_fddy_fine: + case nir_op_fddx_coarse: + case nir_op_fddy_coarse: + /* These can only go in uniform control flow; pin them for now */ + instr->pass_flags = GCM_INSTR_PINNED; + + default: + instr->pass_flags = 0; + } + break; + + case nir_instr_type_tex: + switch (nir_instr_as_tex(instr)->op) { + case nir_texop_tex: + case nir_texop_txb: + case nir_texop_lod: + /* These two take implicit derivatives so they need to be pinned */ + instr->pass_flags = GCM_INSTR_PINNED; + + default: + instr->pass_flags = 0; + } + break; + + case nir_instr_type_load_const: + instr->pass_flags = 0; + break; + + case nir_instr_type_intrinsic: { + const nir_intrinsic_info *info = + &nir_intrinsic_infos[nir_instr_as_intrinsic(instr)->intrinsic]; + + if ((info->flags & NIR_INTRINSIC_CAN_ELIMINATE) && + (info->flags & NIR_INTRINSIC_CAN_REORDER)) { + instr->pass_flags = 0; + } else { + instr->pass_flags = GCM_INSTR_PINNED; + } + break; + } + + case nir_instr_type_jump: + case nir_instr_type_ssa_undef: + case nir_instr_type_phi: + instr->pass_flags = GCM_INSTR_PINNED; + break; + + default: + unreachable("Invalid instruction type in GCM"); + } + + if (!(instr->pass_flags & GCM_INSTR_PINNED)) { + /* If this is an unpinned instruction, go ahead and pull it out of + * the program and put it on the instrs list. This has a couple + * of benifits. First, it makes the scheduling algorithm more + * efficient because we can avoid walking over basic blocks and + * pinned instructions. Second, it keeps us from causing linked + * list confusion when we're trying to put everything in its + * proper place at the end of the pass. + * + * Note that we don't use nir_instr_remove here because that also + * cleans up uses and defs and we want to keep that information. + */ + exec_node_remove(&instr->node); + exec_list_push_tail(&state->instrs, &instr->node); + } + } + + return true; +} + +static void +gcm_schedule_early_instr(nir_instr *instr, struct gcm_state *state); + +/** Update an instructions schedule for the given source + * + * This function is called iteratively as we walk the sources of an + * instruction. It ensures that the given source instruction has been + * scheduled and then update this instruction's block if the source + * instruction is lower down the tree. + */ +static bool +gcm_schedule_early_src(nir_src *src, void *void_state) +{ + struct gcm_state *state = void_state; + nir_instr *instr = state->instr; + + assert(src->is_ssa); + + gcm_schedule_early_instr(src->ssa->parent_instr, void_state); + + /* While the index isn't a proper dominance depth, it does have the + * property that if A dominates B then A->index <= B->index. Since we + * know that this instruction must have been dominated by all of its + * sources at some point (even if it's gone through value-numbering), + * all of the sources must lie on the same branch of the dominance tree. + * Therefore, we can just go ahead and just compare indices. + */ + if (instr->block->index < src->ssa->parent_instr->block->index) + instr->block = src->ssa->parent_instr->block; + + /* We need to restore the state instruction because it may have been + * changed through the gcm_schedule_early_instr call above. Since we + * may still be iterating through sources and future calls to + * gcm_schedule_early_src for the same instruction will still need it. + */ + state->instr = instr; + + return true; +} + +/** Schedules an instruction early + * + * This function performs a recursive depth-first search starting at the + * given instruction and proceeding through the sources to schedule + * instructions as early as they can possibly go in the dominance tree. + * The instructions are "scheduled" by updating their instr->block field. + */ +static void +gcm_schedule_early_instr(nir_instr *instr, struct gcm_state *state) +{ + if (instr->pass_flags & GCM_INSTR_SCHEDULED_EARLY) + return; + + instr->pass_flags |= GCM_INSTR_SCHEDULED_EARLY; + + /* Pinned instructions are already scheduled so we don't need to do + * anything. Also, bailing here keeps us from ever following the + * sources of phi nodes which can be back-edges. + */ + if (instr->pass_flags & GCM_INSTR_PINNED) + return; + + /* Start with the instruction at the top. As we iterate over the + * sources, it will get moved down as needed. + */ + instr->block = state->impl->start_block; + state->instr = instr; + + nir_foreach_src(instr, gcm_schedule_early_src, state); +} + +static void +gcm_schedule_late_instr(nir_instr *instr, struct gcm_state *state); + +/** Schedules the instruction associated with the given SSA def late + * + * This function works by first walking all of the uses of the given SSA + * definition, ensuring that they are scheduled, and then computing the LCA + * (least common ancestor) of its uses. It then schedules this instruction + * as close to the LCA as possible while trying to stay out of loops. + */ +static bool +gcm_schedule_late_def(nir_ssa_def *def, void *void_state) +{ + struct gcm_state *state = void_state; + + nir_block *lca = NULL; + + struct set_entry *entry; + set_foreach(def->uses, entry) { + nir_instr *use_instr = (nir_instr *)entry->key; + + gcm_schedule_late_instr(use_instr, state); + + /* Phi instructions are a bit special. SSA definitions don't have to + * dominate the sources of the phi nodes that use them; instead, they + * have to dominate the predecessor block corresponding to the phi + * source. We handle this by looking through the sources, finding + * any that are usingg this SSA def, and using those blocks instead + * of the one the phi lives in. + */ + if (use_instr->type == nir_instr_type_phi) { + nir_phi_instr *phi = nir_instr_as_phi(use_instr); + + nir_foreach_phi_src(phi, phi_src) { + if (phi_src->src.ssa == def) + lca = nir_dominance_lca(lca, phi_src->pred); + } + } else { + lca = nir_dominance_lca(lca, use_instr->block); + } + } + + set_foreach(def->if_uses, entry) { + nir_if *if_stmt = (nir_if *)entry->key; + + /* For if statements, we consider the block to be the one immediately + * preceding the if CF node. + */ + nir_block *pred_block = + nir_cf_node_as_block(nir_cf_node_prev(&if_stmt->cf_node)); + + lca = nir_dominance_lca(lca, pred_block); + } + + /* Some instructions may never be used. We'll just leave them scheduled + * early and let dead code clean them up. + */ + if (lca == NULL) + return true; + + /* We know have the LCA of all of the uses. If our invariants hold, + * this is dominated by the block that we chose when scheduling early. + * We now walk up the dominance tree and pick the lowest block that is + * as far outside loops as we can get. + */ + nir_block *best = lca; + while (lca != def->parent_instr->block) { + assert(lca); + if (state->blocks[lca->index].loop_depth < + state->blocks[best->index].loop_depth) + best = lca; + lca = lca->imm_dom; + } + def->parent_instr->block = best; + + return true; +} + +/** Schedules an instruction late + * + * This function performs a depth-first search starting at the given + * instruction and proceeding through its uses to schedule instructions as + * late as they can reasonably go in the dominance tree. The instructions + * are "scheduled" by updating their instr->block field. + * + * The name of this function is actually a bit of a misnomer as it doesn't + * schedule them "as late as possible" as the paper implies. Instead, it + * first finds the lates possible place it can schedule the instruction and + * then possibly schedules it earlier than that. The actual location is as + * far down the tree as we can go while trying to stay out of loops. + */ +static void +gcm_schedule_late_instr(nir_instr *instr, struct gcm_state *state) +{ + if (instr->pass_flags & GCM_INSTR_SCHEDULED_LATE) + return; + + instr->pass_flags |= GCM_INSTR_SCHEDULED_LATE; + + /* Pinned instructions are already scheduled so we don't need to do + * anything. Also, bailing here keeps us from ever following phi nodes + * which can be back-edges. + */ + if (instr->pass_flags & GCM_INSTR_PINNED) + return; + + nir_foreach_ssa_def(instr, gcm_schedule_late_def, state); +} + +static void +gcm_place_instr(nir_instr *instr, struct gcm_state *state); + +static bool +gcm_place_instr_def(nir_ssa_def *def, void *state) +{ + struct set_entry *entry; + set_foreach(def->uses, entry) + gcm_place_instr((nir_instr *)entry->key, state); + + return false; +} + +/** Places an instrution back into the program + * + * The earlier passes of GCM simply choose blocks for each instruction and + * otherwise leave them alone. This pass actually places the instructions + * into their chosen blocks. + * + * To do so, we use a standard post-order depth-first search linearization + * algorithm. We walk over the uses of the given instruction and ensure + * that they are placed and then place this instruction. Because we are + * working on multiple blocks at a time, we keep track of the last inserted + * instruction per-block in the state structure's block_info array. When + * we insert an instruction in a block we insert it before the last + * instruction inserted in that block rather than the last instruction + * inserted globally. + */ +static void +gcm_place_instr(nir_instr *instr, struct gcm_state *state) +{ + if (instr->pass_flags & GCM_INSTR_PLACED) + return; + + instr->pass_flags |= GCM_INSTR_PLACED; + + /* Phi nodes are our once source of back-edges. Since right now we are + * only doing scheduling within blocks, we don't need to worry about + * them since they are always at the top. Just skip them completely. + */ + if (instr->type == nir_instr_type_phi) { + assert(instr->pass_flags & GCM_INSTR_PINNED); + return; + } + + nir_foreach_ssa_def(instr, gcm_place_instr_def, state); + + if (instr->pass_flags & GCM_INSTR_PINNED) { + /* Pinned instructions have an implicit dependence on the pinned + * instructions that come after them in the block. Since the pinned + * instructions will naturally "chain" together, we only need to + * explicitly visit one of them. + */ + for (nir_instr *after = nir_instr_next(instr); + after; + after = nir_instr_next(after)) { + if (after->pass_flags & GCM_INSTR_PINNED) { + gcm_place_instr(after, state); + break; + } + } + } + + struct gcm_block_info *block_info = &state->blocks[instr->block->index]; + if (!(instr->pass_flags & GCM_INSTR_PINNED)) { + exec_node_remove(&instr->node); + + if (block_info->last_instr) { + exec_node_insert_node_before(&block_info->last_instr->node, + &instr->node); + } else { + /* Schedule it at the end of the block */ + nir_instr *jump_instr = nir_block_last_instr(instr->block); + if (jump_instr && jump_instr->type == nir_instr_type_jump) { + exec_node_insert_node_before(&jump_instr->node, &instr->node); + } else { + exec_list_push_tail(&instr->block->instr_list, &instr->node); + } + } + } + + block_info->last_instr = instr; +} + +static void +opt_gcm_impl(nir_function_impl *impl) +{ + struct gcm_state state; + + state.impl = impl; + state.instr = NULL; + exec_list_make_empty(&state.instrs); + state.blocks = rzalloc_array(NULL, struct gcm_block_info, impl->num_blocks); + + nir_metadata_require(impl, nir_metadata_block_index | + nir_metadata_dominance); + + gcm_build_block_info(&impl->body, &state, 0); + nir_foreach_block(impl, gcm_pin_instructions_block, &state); + + foreach_list_typed(nir_instr, instr, node, &state.instrs) + gcm_schedule_early_instr(instr, &state); + + foreach_list_typed(nir_instr, instr, node, &state.instrs) + gcm_schedule_late_instr(instr, &state); + + while (!exec_list_is_empty(&state.instrs)) { + nir_instr *instr = exec_node_data(nir_instr, + state.instrs.tail_pred, node); + gcm_place_instr(instr, &state); + } + + ralloc_free(state.blocks); +} + +void +nir_opt_gcm(nir_shader *shader) +{ + nir_foreach_overload(shader, overload) { + if (overload->impl) + opt_gcm_impl(overload->impl); + } +} diff --git a/mesalib/src/glsl/nir/nir_opt_global_to_local.c b/mesalib/src/glsl/nir/nir_opt_global_to_local.c new file mode 100644 index 000000000..00db37ba7 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_opt_global_to_local.c @@ -0,0 +1,103 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Connor Abbott (cwabbott0@gmail.com) + * + */ + +#include "nir.h" + +static bool +global_to_local(nir_register *reg) +{ + nir_function_impl *impl = NULL; + + assert(reg->is_global); + + struct set_entry *entry; + set_foreach(reg->defs, entry) { + nir_instr *instr = (nir_instr *) entry->key; + nir_function_impl *instr_impl = + nir_cf_node_get_function(&instr->block->cf_node); + if (impl != NULL) { + if (impl != instr_impl) + return false; + } else { + impl = instr_impl; + } + } + + set_foreach(reg->uses, entry) { + nir_instr *instr = (nir_instr *) entry->key; + nir_function_impl *instr_impl = + nir_cf_node_get_function(&instr->block->cf_node); + if (impl != NULL) { + if (impl != instr_impl) + return false; + } else { + impl = instr_impl; + } + } + + set_foreach(reg->if_uses, entry) { + nir_if *if_stmt = (nir_if *) entry->key; + nir_function_impl *if_impl = nir_cf_node_get_function(&if_stmt->cf_node); + if (impl != NULL) { + if (impl != if_impl) + return false; + } else { + impl = if_impl; + } + } + + if (impl == NULL) { + /* this instruction is never used/defined, delete it */ + nir_reg_remove(reg); + return true; + } + + /* + * if we've gotten to this point, the register is always used/defined in + * the same implementation so we can move it to be local to that + * implementation. + */ + + exec_node_remove(®->node); + exec_list_push_tail(&impl->registers, ®->node); + reg->index = impl->reg_alloc++; + reg->is_global = false; + return true; +} + +bool +nir_opt_global_to_local(nir_shader *shader) +{ + bool progress = false; + + foreach_list_typed_safe(nir_register, reg, node, &shader->registers) { + if (global_to_local(reg)) + progress = true; + } + + return progress; +} diff --git a/mesalib/src/glsl/nir/nir_opt_peephole_select.c b/mesalib/src/glsl/nir/nir_opt_peephole_select.c new file mode 100644 index 000000000..ab08f286f --- /dev/null +++ b/mesalib/src/glsl/nir/nir_opt_peephole_select.c @@ -0,0 +1,208 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Jason Ekstrand (jason@jlekstrand.net) + * + */ + +#include "nir.h" + +/* + * Implements a small peephole optimization that looks for + * + * if (cond) { + * + * } else { + * + * } + * phi + * ... + * phi + * + * and replaces it with a series of selects. It can also handle the case + * where, instead of being empty, the if may contain some move operations + * whose only use is one of the following phi nodes. This happens all the + * time when the SSA form comes from a conditional assignment with a + * swizzle. + */ + +struct peephole_select_state { + void *mem_ctx; + bool progress; +}; + +static bool +are_all_move_to_phi(nir_block *block) +{ + nir_foreach_instr(block, instr) { + if (instr->type != nir_instr_type_alu) + return false; + + /* It must be a move operation */ + nir_alu_instr *mov = nir_instr_as_alu(instr); + if (mov->op != nir_op_fmov && mov->op != nir_op_imov) + return false; + + /* Can't handle saturate */ + if (mov->dest.saturate) + return false; + + /* It must be SSA */ + if (!mov->dest.dest.is_ssa) + return false; + + /* It cannot have any if-uses */ + if (mov->dest.dest.ssa.if_uses->entries != 0) + return false; + + /* The only uses of this definition must be phi's in the successor */ + struct set_entry *entry; + set_foreach(mov->dest.dest.ssa.uses, entry) { + const nir_instr *dest_instr = entry->key; + if (dest_instr->type != nir_instr_type_phi || + dest_instr->block != block->successors[0]) + return false; + } + } + + return true; +} + +static bool +nir_opt_peephole_select_block(nir_block *block, void *void_state) +{ + struct peephole_select_state *state = void_state; + + /* If the block is empty, then it certainly doesn't have any phi nodes, + * so we can skip it. This also ensures that we do an early skip on the + * end block of the function which isn't actually attached to the CFG. + */ + if (exec_list_is_empty(&block->instr_list)) + return true; + + if (nir_cf_node_is_first(&block->cf_node)) + return true; + + nir_cf_node *prev_node = nir_cf_node_prev(&block->cf_node); + if (prev_node->type != nir_cf_node_if) + return true; + + nir_if *if_stmt = nir_cf_node_as_if(prev_node); + nir_cf_node *then_node = nir_if_first_then_node(if_stmt); + nir_cf_node *else_node = nir_if_first_else_node(if_stmt); + + /* We can only have one block in each side ... */ + if (nir_if_last_then_node(if_stmt) != then_node || + nir_if_last_else_node(if_stmt) != else_node) + return true; + + nir_block *then_block = nir_cf_node_as_block(then_node); + nir_block *else_block = nir_cf_node_as_block(else_node); + + /* ... and those blocks must only contain move-to-phi. */ + if (!are_all_move_to_phi(then_block) || !are_all_move_to_phi(else_block)) + return true; + + /* At this point, we know that the previous CFG node is an if-then + * statement containing only moves to phi nodes in this block. We can + * just remove that entire CF node and replace all of the phi nodes with + * selects. + */ + + nir_foreach_instr_safe(block, instr) { + if (instr->type != nir_instr_type_phi) + break; + + nir_phi_instr *phi = nir_instr_as_phi(instr); + nir_alu_instr *sel = nir_alu_instr_create(state->mem_ctx, nir_op_bcsel); + nir_src_copy(&sel->src[0].src, &if_stmt->condition, state->mem_ctx); + /* Splat the condition to all channels */ + memset(sel->src[0].swizzle, 0, sizeof sel->src[0].swizzle); + + assert(exec_list_length(&phi->srcs) == 2); + nir_foreach_phi_src(phi, src) { + assert(src->pred == then_block || src->pred == else_block); + assert(src->src.is_ssa); + + unsigned idx = src->pred == then_block ? 1 : 2; + + if (src->src.ssa->parent_instr->block == src->pred) { + /* We already know that this instruction must be a move with + * this phi's in this block as its only users. + */ + nir_alu_instr *mov = nir_instr_as_alu(src->src.ssa->parent_instr); + assert(mov->instr.type == nir_instr_type_alu); + assert(mov->op == nir_op_fmov || mov->op == nir_op_imov); + + nir_alu_src_copy(&sel->src[idx], &mov->src[0], state->mem_ctx); + } else { + nir_src_copy(&sel->src[idx].src, &src->src, state->mem_ctx); + } + } + + nir_ssa_dest_init(&sel->instr, &sel->dest.dest, + phi->dest.ssa.num_components, phi->dest.ssa.name); + sel->dest.write_mask = (1 << phi->dest.ssa.num_components) - 1; + + nir_ssa_def_rewrite_uses(&phi->dest.ssa, + nir_src_for_ssa(&sel->dest.dest.ssa), + state->mem_ctx); + + nir_instr_insert_before(&phi->instr, &sel->instr); + nir_instr_remove(&phi->instr); + } + + nir_cf_node_remove(&if_stmt->cf_node); + state->progress = true; + + return true; +} + +static bool +nir_opt_peephole_select_impl(nir_function_impl *impl) +{ + struct peephole_select_state state; + + state.mem_ctx = ralloc_parent(impl); + state.progress = false; + + nir_foreach_block(impl, nir_opt_peephole_select_block, &state); + + if (state.progress) + nir_metadata_preserve(impl, nir_metadata_none); + + return state.progress; +} + +bool +nir_opt_peephole_select(nir_shader *shader) +{ + bool progress = false; + + nir_foreach_overload(shader, overload) { + if (overload->impl) + progress |= nir_opt_peephole_select_impl(overload->impl); + } + + return progress; +} diff --git a/mesalib/src/glsl/nir/nir_opt_remove_phis.c b/mesalib/src/glsl/nir/nir_opt_remove_phis.c new file mode 100644 index 000000000..7896584b4 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_opt_remove_phis.c @@ -0,0 +1,109 @@ +/* + * Copyright © 2015 Connor Abbott + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Connor Abbott (cwabbott0@gmail.com) + * + */ + +#include "nir.h" + +/* + * This is a pass for removing phi nodes that look like: + * a = phi(b, b, b, ...) + * + * Note that we can't ignore undef sources here, or else we may create a + * situation where the definition of b isn't dominated by its uses. We're + * allowed to do this since the definition of b must dominate all of the + * phi node's predecessors, which means it must dominate the phi node as well + * as all of the phi node's uses. In essence, the phi node acts as a copy + * instruction. b can't be another phi node in the same block, since the only + * time when phi nodes can source other phi nodes defined in the same block is + * at the loop header, and in that case one of the sources of the phi has to + * be from before the loop and that source can't be b. + */ + +static bool +remove_phis_block(nir_block *block, void *state) +{ + bool *progress = state; + + void *mem_ctx = ralloc_parent(block); + + nir_foreach_instr_safe(block, instr) { + if (instr->type != nir_instr_type_phi) + break; + + nir_phi_instr *phi = nir_instr_as_phi(instr); + + nir_ssa_def *def = NULL; + bool srcs_same = true; + + nir_foreach_phi_src(phi, src) { + assert(src->src.is_ssa); + + if (def == NULL) { + def = src->src.ssa; + } else { + if (src->src.ssa != def) { + srcs_same = false; + break; + } + } + } + + if (!srcs_same) + continue; + + assert(phi->dest.is_ssa); + nir_ssa_def_rewrite_uses(&phi->dest.ssa, nir_src_for_ssa(def), + mem_ctx); + nir_instr_remove(instr); + + *progress = true; + } + + return true; +} + +static bool +remove_phis_impl(nir_function_impl *impl) +{ + bool progress = false; + + nir_foreach_block(impl, remove_phis_block, &progress); + + return progress; +} + +bool +nir_opt_remove_phis(nir_shader *shader) +{ + bool progress = false; + + nir_foreach_overload(shader, overload) + if (overload->impl) + progress = remove_phis_impl(overload->impl) || progress; + + return progress; +} + diff --git a/mesalib/src/glsl/nir/nir_print.c b/mesalib/src/glsl/nir/nir_print.c new file mode 100644 index 000000000..6a3c6a027 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_print.c @@ -0,0 +1,888 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Connor Abbott (cwabbott0@gmail.com) + * + */ + +#include "nir.h" +#include +#include + +static void +print_tabs(unsigned num_tabs, FILE *fp) +{ + for (unsigned i = 0; i < num_tabs; i++) + fprintf(fp, "\t"); +} + +typedef struct { + /** map from nir_variable -> printable name */ + struct hash_table *ht; + + /** set of names used so far for nir_variables */ + struct set *syms; + + /* an index used to make new non-conflicting names */ + unsigned index; +} print_var_state; + +static void +print_register(nir_register *reg, FILE *fp) +{ + if (reg->name != NULL) + fprintf(fp, "/* %s */ ", reg->name); + if (reg->is_global) + fprintf(fp, "gr%u", reg->index); + else + fprintf(fp, "r%u", reg->index); +} + +static const char *sizes[] = { "error", "vec1", "vec2", "vec3", "vec4" }; + +static void +print_register_decl(nir_register *reg, FILE *fp) +{ + fprintf(fp, "decl_reg %s ", sizes[reg->num_components]); + if (reg->is_packed) + fprintf(fp, "(packed) "); + print_register(reg, fp); + if (reg->num_array_elems != 0) + fprintf(fp, "[%u]", reg->num_array_elems); + fprintf(fp, "\n"); +} + +static void +print_ssa_def(nir_ssa_def *def, FILE *fp) +{ + if (def->name != NULL) + fprintf(fp, "/* %s */ ", def->name); + fprintf(fp, "%s ssa_%u", sizes[def->num_components], def->index); +} + +static void +print_ssa_use(nir_ssa_def *def, FILE *fp) +{ + if (def->name != NULL) + fprintf(fp, "/* %s */ ", def->name); + fprintf(fp, "ssa_%u", def->index); +} + +static void print_src(nir_src *src, FILE *fp); + +static void +print_reg_src(nir_reg_src *src, FILE *fp) +{ + print_register(src->reg, fp); + if (src->reg->num_array_elems != 0) { + fprintf(fp, "[%u", src->base_offset); + if (src->indirect != NULL) { + fprintf(fp, " + "); + print_src(src->indirect, fp); + } + fprintf(fp, "]"); + } +} + +static void +print_reg_dest(nir_reg_dest *dest, FILE *fp) +{ + print_register(dest->reg, fp); + if (dest->reg->num_array_elems != 0) { + fprintf(fp, "[%u", dest->base_offset); + if (dest->indirect != NULL) { + fprintf(fp, " + "); + print_src(dest->indirect, fp); + } + fprintf(fp, "]"); + } +} + +static void +print_src(nir_src *src, FILE *fp) +{ + if (src->is_ssa) + print_ssa_use(src->ssa, fp); + else + print_reg_src(&src->reg, fp); +} + +static void +print_dest(nir_dest *dest, FILE *fp) +{ + if (dest->is_ssa) + print_ssa_def(&dest->ssa, fp); + else + print_reg_dest(&dest->reg, fp); +} + +static void +print_alu_src(nir_alu_src *src, FILE *fp) +{ + if (src->negate) + fprintf(fp, "-"); + if (src->abs) + fprintf(fp, "abs("); + + print_src(&src->src, fp); + + if (src->swizzle[0] != 0 || + src->swizzle[1] != 1 || + src->swizzle[2] != 2 || + src->swizzle[3] != 3) { + fprintf(fp, "."); + for (unsigned i = 0; i < 4; i++) + fprintf(fp, "%c", "xyzw"[src->swizzle[i]]); + } + + if (src->abs) + fprintf(fp, ")"); +} + +static void +print_alu_dest(nir_alu_dest *dest, FILE *fp) +{ + /* we're going to print the saturate modifier later, after the opcode */ + + print_dest(&dest->dest, fp); + + if (!dest->dest.is_ssa && + dest->write_mask != (1 << dest->dest.reg.reg->num_components) - 1) { + fprintf(fp, "."); + for (unsigned i = 0; i < 4; i++) + if ((dest->write_mask >> i) & 1) + fprintf(fp, "%c", "xyzw"[i]); + } +} + +static void +print_alu_instr(nir_alu_instr *instr, FILE *fp) +{ + print_alu_dest(&instr->dest, fp); + + fprintf(fp, " = %s", nir_op_infos[instr->op].name); + if (instr->dest.saturate) + fprintf(fp, ".sat"); + fprintf(fp, " "); + + for (unsigned i = 0; i < nir_op_infos[instr->op].num_inputs; i++) { + if (i != 0) + fprintf(fp, ", "); + + print_alu_src(&instr->src[i], fp); + } +} + +static void +print_var_decl(nir_variable *var, print_var_state *state, FILE *fp) +{ + fprintf(fp, "decl_var "); + + const char *const cent = (var->data.centroid) ? "centroid " : ""; + const char *const samp = (var->data.sample) ? "sample " : ""; + const char *const inv = (var->data.invariant) ? "invariant " : ""; + const char *const mode[] = { "shader_in ", "shader_out ", "", "", + "uniform ", "system " }; + const char *const interp[] = { "", "smooth", "flat", "noperspective" }; + + fprintf(fp, "%s%s%s%s%s ", + cent, samp, inv, mode[var->data.mode], interp[var->data.interpolation]); + + glsl_print_type(var->type, fp); + + struct set_entry *entry = NULL; + if (state) + entry = _mesa_set_search(state->syms, var->name); + + char *name; + + if (entry != NULL) { + /* we have a collision with another name, append an @ + a unique index */ + name = ralloc_asprintf(state->syms, "%s@%u", var->name, state->index++); + } else { + name = var->name; + } + + fprintf(fp, " %s", name); + + if (var->data.mode == nir_var_shader_in || + var->data.mode == nir_var_shader_out || + var->data.mode == nir_var_uniform) { + fprintf(fp, " (%u)", var->data.driver_location); + } + + fprintf(fp, "\n"); + + if (state) { + _mesa_set_add(state->syms, name); + _mesa_hash_table_insert(state->ht, var, name); + } +} + +static void +print_var(nir_variable *var, print_var_state *state, FILE *fp) +{ + const char *name; + if (state) { + struct hash_entry *entry = _mesa_hash_table_search(state->ht, var); + + assert(entry != NULL); + name = entry->data; + } else { + name = var->name; + } + + fprintf(fp, "%s", name); +} + +static void +print_deref_var(nir_deref_var *deref, print_var_state *state, FILE *fp) +{ + print_var(deref->var, state, fp); +} + +static void +print_deref_array(nir_deref_array *deref, print_var_state *state, FILE *fp) +{ + fprintf(fp, "["); + switch (deref->deref_array_type) { + case nir_deref_array_type_direct: + fprintf(fp, "%u", deref->base_offset); + break; + case nir_deref_array_type_indirect: + if (deref->base_offset != 0) + fprintf(fp, "%u + ", deref->base_offset); + print_src(&deref->indirect, fp); + break; + case nir_deref_array_type_wildcard: + fprintf(fp, "*"); + break; + } + fprintf(fp, "]"); +} + +static void +print_deref_struct(nir_deref_struct *deref, const struct glsl_type *parent_type, + print_var_state *state, FILE *fp) +{ + fprintf(fp, ".%s", glsl_get_struct_elem_name(parent_type, deref->index)); +} + +static void +print_deref(nir_deref_var *deref, print_var_state *state, FILE *fp) +{ + nir_deref *tail = &deref->deref; + nir_deref *pretail = NULL; + while (tail != NULL) { + switch (tail->deref_type) { + case nir_deref_type_var: + assert(pretail == NULL); + assert(tail == &deref->deref); + print_deref_var(deref, state, fp); + break; + + case nir_deref_type_array: + assert(pretail != NULL); + print_deref_array(nir_deref_as_array(tail), state, fp); + break; + + case nir_deref_type_struct: + assert(pretail != NULL); + print_deref_struct(nir_deref_as_struct(tail), + pretail->type, state, fp); + break; + + default: + unreachable("Invalid deref type"); + } + + pretail = tail; + tail = pretail->child; + } +} + +static void +print_intrinsic_instr(nir_intrinsic_instr *instr, print_var_state *state, + FILE *fp) +{ + unsigned num_srcs = nir_intrinsic_infos[instr->intrinsic].num_srcs; + + if (nir_intrinsic_infos[instr->intrinsic].has_dest) { + print_dest(&instr->dest, fp); + fprintf(fp, " = "); + } + + fprintf(fp, "intrinsic %s (", nir_intrinsic_infos[instr->intrinsic].name); + + for (unsigned i = 0; i < num_srcs; i++) { + if (i != 0) + fprintf(fp, ", "); + + print_src(&instr->src[i], fp); + } + + fprintf(fp, ") ("); + + unsigned num_vars = nir_intrinsic_infos[instr->intrinsic].num_variables; + + for (unsigned i = 0; i < num_vars; i++) { + if (i != 0) + fprintf(fp, ", "); + + print_deref(instr->variables[i], state, fp); + } + + fprintf(fp, ") ("); + + unsigned num_indices = nir_intrinsic_infos[instr->intrinsic].num_indices; + + for (unsigned i = 0; i < num_indices; i++) { + if (i != 0) + fprintf(fp, ", "); + + fprintf(fp, "%u", instr->const_index[i]); + } + + fprintf(fp, ")"); +} + +static void +print_tex_instr(nir_tex_instr *instr, print_var_state *state, FILE *fp) +{ + print_dest(&instr->dest, fp); + + fprintf(fp, " = "); + + switch (instr->op) { + case nir_texop_tex: + fprintf(fp, "tex "); + break; + case nir_texop_txb: + fprintf(fp, "txb "); + break; + case nir_texop_txl: + fprintf(fp, "txl "); + break; + case nir_texop_txd: + fprintf(fp, "txd "); + break; + case nir_texop_txf: + fprintf(fp, "txf "); + break; + case nir_texop_txf_ms: + fprintf(fp, "txf_ms "); + break; + case nir_texop_txs: + fprintf(fp, "txs "); + break; + case nir_texop_lod: + fprintf(fp, "lod "); + break; + case nir_texop_tg4: + fprintf(fp, "tg4 "); + break; + case nir_texop_query_levels: + fprintf(fp, "query_levels "); + break; + + default: + unreachable("Invalid texture operation"); + break; + } + + for (unsigned i = 0; i < instr->num_srcs; i++) { + print_src(&instr->src[i].src, fp); + + fprintf(fp, " "); + + switch(instr->src[i].src_type) { + case nir_tex_src_coord: + fprintf(fp, "(coord)"); + break; + case nir_tex_src_projector: + fprintf(fp, "(projector)"); + break; + case nir_tex_src_comparitor: + fprintf(fp, "(comparitor)"); + break; + case nir_tex_src_offset: + fprintf(fp, "(offset)"); + break; + case nir_tex_src_bias: + fprintf(fp, "(bias)"); + break; + case nir_tex_src_lod: + fprintf(fp, "(lod)"); + break; + case nir_tex_src_ms_index: + fprintf(fp, "(ms_index)"); + break; + case nir_tex_src_ddx: + fprintf(fp, "(ddx)"); + break; + case nir_tex_src_ddy: + fprintf(fp, "(ddy)"); + break; + case nir_tex_src_sampler_offset: + fprintf(fp, "(sampler_offset)"); + break; + + default: + unreachable("Invalid texture source type"); + break; + } + + fprintf(fp, ", "); + } + + bool has_nonzero_offset = false; + for (unsigned i = 0; i < 4; i++) { + if (instr->const_offset[i] != 0) { + has_nonzero_offset = true; + break; + } + } + + if (has_nonzero_offset) { + fprintf(fp, "[%i %i %i %i] (offset), ", + instr->const_offset[0], instr->const_offset[1], + instr->const_offset[2], instr->const_offset[3]); + } + + if (instr->op == nir_texop_tg4) { + fprintf(fp, "%u (gather_component), ", instr->component); + } + + if (instr->sampler) { + print_deref(instr->sampler, state, fp); + } else { + fprintf(fp, "%u", instr->sampler_index); + } + + fprintf(fp, " (sampler)"); +} + +static void +print_call_instr(nir_call_instr *instr, print_var_state *state, FILE *fp) +{ + fprintf(fp, "call %s ", instr->callee->function->name); + + for (unsigned i = 0; i < instr->num_params; i++) { + if (i != 0) + fprintf(fp, ", "); + + print_deref(instr->params[i], state, fp); + } + + if (instr->return_deref != NULL) { + if (instr->num_params != 0) + fprintf(fp, ", "); + fprintf(fp, "returning "); + print_deref(instr->return_deref, state, fp); + } +} + +static void +print_load_const_instr(nir_load_const_instr *instr, unsigned tabs, FILE *fp) +{ + print_ssa_def(&instr->def, fp); + + fprintf(fp, " = load_const ("); + + for (unsigned i = 0; i < instr->def.num_components; i++) { + if (i != 0) + fprintf(fp, ", "); + + /* + * we don't really know the type of the constant (if it will be used as a + * float or an int), so just print the raw constant in hex for fidelity + * and then print the float in a comment for readability. + */ + + fprintf(fp, "0x%08x /* %f */", instr->value.u[i], instr->value.f[i]); + } +} + +static void +print_jump_instr(nir_jump_instr *instr, FILE *fp) +{ + switch (instr->type) { + case nir_jump_break: + fprintf(fp, "break"); + break; + + case nir_jump_continue: + fprintf(fp, "continue"); + break; + + case nir_jump_return: + fprintf(fp, "return"); + break; + } +} + +static void +print_ssa_undef_instr(nir_ssa_undef_instr* instr, FILE *fp) +{ + print_ssa_def(&instr->def, fp); + fprintf(fp, " = undefined"); +} + +static void +print_phi_instr(nir_phi_instr *instr, FILE *fp) +{ + print_dest(&instr->dest, fp); + fprintf(fp, " = phi "); + nir_foreach_phi_src(instr, src) { + if (&src->node != exec_list_get_head(&instr->srcs)) + fprintf(fp, ", "); + + fprintf(fp, "block_%u: ", src->pred->index); + print_src(&src->src, fp); + } +} + +static void +print_parallel_copy_instr(nir_parallel_copy_instr *instr, FILE *fp) +{ + nir_foreach_parallel_copy_entry(instr, entry) { + if (&entry->node != exec_list_get_head(&instr->entries)) + fprintf(fp, "; "); + + print_dest(&entry->dest, fp); + fprintf(fp, " = "); + print_src(&entry->src, fp); + } +} + +static void +print_instr(const nir_instr *instr, print_var_state *state, unsigned tabs, FILE *fp) +{ + print_tabs(tabs, fp); + + switch (instr->type) { + case nir_instr_type_alu: + print_alu_instr(nir_instr_as_alu(instr), fp); + break; + + case nir_instr_type_call: + print_call_instr(nir_instr_as_call(instr), state, fp); + break; + + case nir_instr_type_intrinsic: + print_intrinsic_instr(nir_instr_as_intrinsic(instr), state, fp); + break; + + case nir_instr_type_tex: + print_tex_instr(nir_instr_as_tex(instr), state, fp); + break; + + case nir_instr_type_load_const: + print_load_const_instr(nir_instr_as_load_const(instr), tabs, fp); + break; + + case nir_instr_type_jump: + print_jump_instr(nir_instr_as_jump(instr), fp); + break; + + case nir_instr_type_ssa_undef: + print_ssa_undef_instr(nir_instr_as_ssa_undef(instr), fp); + break; + + case nir_instr_type_phi: + print_phi_instr(nir_instr_as_phi(instr), fp); + break; + + case nir_instr_type_parallel_copy: + print_parallel_copy_instr(nir_instr_as_parallel_copy(instr), fp); + break; + + default: + unreachable("Invalid instruction type"); + break; + } +} + +static int +compare_block_index(const void *p1, const void *p2) +{ + const nir_block *block1 = *((const nir_block **) p1); + const nir_block *block2 = *((const nir_block **) p2); + + return (int) block1->index - (int) block2->index; +} + +static void print_cf_node(nir_cf_node *node, print_var_state *state, + unsigned tabs, FILE *fp); + +static void +print_block(nir_block *block, print_var_state *state, unsigned tabs, FILE *fp) +{ + print_tabs(tabs, fp); + fprintf(fp, "block block_%u:\n", block->index); + + /* sort the predecessors by index so we consistently print the same thing */ + + nir_block **preds = + malloc(block->predecessors->entries * sizeof(nir_block *)); + + struct set_entry *entry; + unsigned i = 0; + set_foreach(block->predecessors, entry) { + preds[i++] = (nir_block *) entry->key; + } + + qsort(preds, block->predecessors->entries, sizeof(nir_block *), + compare_block_index); + + print_tabs(tabs, fp); + fprintf(fp, "/* preds: "); + for (unsigned i = 0; i < block->predecessors->entries; i++) { + fprintf(fp, "block_%u ", preds[i]->index); + } + fprintf(fp, "*/\n"); + + free(preds); + + nir_foreach_instr(block, instr) { + print_instr(instr, state, tabs, fp); + fprintf(fp, "\n"); + } + + print_tabs(tabs, fp); + fprintf(fp, "/* succs: "); + for (unsigned i = 0; i < 2; i++) + if (block->successors[i]) { + fprintf(fp, "block_%u ", block->successors[i]->index); + } + fprintf(fp, "*/\n"); +} + +static void +print_if(nir_if *if_stmt, print_var_state *state, unsigned tabs, FILE *fp) +{ + print_tabs(tabs, fp); + fprintf(fp, "if "); + print_src(&if_stmt->condition, fp); + fprintf(fp, " {\n"); + foreach_list_typed(nir_cf_node, node, node, &if_stmt->then_list) { + print_cf_node(node, state, tabs + 1, fp); + } + print_tabs(tabs, fp); + fprintf(fp, "} else {\n"); + foreach_list_typed(nir_cf_node, node, node, &if_stmt->else_list) { + print_cf_node(node, state, tabs + 1, fp); + } + print_tabs(tabs, fp); + fprintf(fp, "}\n"); +} + +static void +print_loop(nir_loop *loop, print_var_state *state, unsigned tabs, FILE *fp) +{ + print_tabs(tabs, fp); + fprintf(fp, "loop {\n"); + foreach_list_typed(nir_cf_node, node, node, &loop->body) { + print_cf_node(node, state, tabs + 1, fp); + } + print_tabs(tabs, fp); + fprintf(fp, "}\n"); +} + +static void +print_cf_node(nir_cf_node *node, print_var_state *state, unsigned int tabs, + FILE *fp) +{ + switch (node->type) { + case nir_cf_node_block: + print_block(nir_cf_node_as_block(node), state, tabs, fp); + break; + + case nir_cf_node_if: + print_if(nir_cf_node_as_if(node), state, tabs, fp); + break; + + case nir_cf_node_loop: + print_loop(nir_cf_node_as_loop(node), state, tabs, fp); + break; + + default: + unreachable("Invalid CFG node type"); + } +} + +static void +print_function_impl(nir_function_impl *impl, print_var_state *state, FILE *fp) +{ + fprintf(fp, "\nimpl %s ", impl->overload->function->name); + + for (unsigned i = 0; i < impl->num_params; i++) { + if (i != 0) + fprintf(fp, ", "); + + print_var(impl->params[i], state, fp); + } + + if (impl->return_var != NULL) { + if (impl->num_params != 0) + fprintf(fp, ", "); + fprintf(fp, "returning "); + print_var(impl->return_var, state, fp); + } + + fprintf(fp, "{\n"); + + foreach_list_typed(nir_variable, var, node, &impl->locals) { + fprintf(fp, "\t"); + print_var_decl(var, state, fp); + } + + foreach_list_typed(nir_register, reg, node, &impl->registers) { + fprintf(fp, "\t"); + print_register_decl(reg, fp); + } + + nir_index_blocks(impl); + + foreach_list_typed(nir_cf_node, node, node, &impl->body) { + print_cf_node(node, state, 1, fp); + } + + fprintf(fp, "\tblock block_%u:\n}\n\n", impl->end_block->index); +} + +static void +print_function_overload(nir_function_overload *overload, + print_var_state *state, FILE *fp) +{ + fprintf(fp, "decl_overload %s ", overload->function->name); + + for (unsigned i = 0; i < overload->num_params; i++) { + if (i != 0) + fprintf(fp, ", "); + + switch (overload->params[i].param_type) { + case nir_parameter_in: + fprintf(fp, "in "); + break; + case nir_parameter_out: + fprintf(fp, "out "); + break; + case nir_parameter_inout: + fprintf(fp, "inout "); + break; + default: + unreachable("Invalid parameter type"); + } + + glsl_print_type(overload->params[i].type, fp); + } + + if (overload->return_type != NULL) { + if (overload->num_params != 0) + fprintf(fp, ", "); + fprintf(fp, "returning "); + glsl_print_type(overload->return_type, fp); + } + + fprintf(fp, "\n"); + + if (overload->impl != NULL) { + print_function_impl(overload->impl, state, fp); + return; + } +} + +static void +print_function(nir_function *func, print_var_state *state, FILE *fp) +{ + foreach_list_typed(nir_function_overload, overload, node, &func->overload_list) { + print_function_overload(overload, state, fp); + } +} + +static void +init_print_state(print_var_state *state) +{ + state->ht = _mesa_hash_table_create(NULL, _mesa_hash_pointer, + _mesa_key_pointer_equal); + state->syms = _mesa_set_create(NULL, _mesa_key_hash_string, + _mesa_key_string_equal); + state->index = 0; +} + +static void +destroy_print_state(print_var_state *state) +{ + _mesa_hash_table_destroy(state->ht, NULL); + _mesa_set_destroy(state->syms, NULL); +} + +void +nir_print_shader(nir_shader *shader, FILE *fp) +{ + print_var_state state; + init_print_state(&state); + + for (unsigned i = 0; i < shader->num_user_structures; i++) { + glsl_print_struct(shader->user_structures[i], fp); + } + + struct hash_entry *entry; + + hash_table_foreach(shader->uniforms, entry) { + print_var_decl((nir_variable *) entry->data, &state, fp); + } + + hash_table_foreach(shader->inputs, entry) { + print_var_decl((nir_variable *) entry->data, &state, fp); + } + + hash_table_foreach(shader->outputs, entry) { + print_var_decl((nir_variable *) entry->data, &state, fp); + } + + foreach_list_typed(nir_variable, var, node, &shader->globals) { + print_var_decl(var, &state, fp); + } + + foreach_list_typed(nir_variable, var, node, &shader->system_values) { + print_var_decl(var, &state, fp); + } + + foreach_list_typed(nir_register, reg, node, &shader->registers) { + print_register_decl(reg, fp); + } + + foreach_list_typed(nir_function, func, node, &shader->functions) { + print_function(func, &state, fp); + } + + destroy_print_state(&state); +} + +void +nir_print_instr(const nir_instr *instr, FILE *fp) +{ + print_instr(instr, NULL, 0, fp); +} diff --git a/mesalib/src/glsl/nir/nir_remove_dead_variables.c b/mesalib/src/glsl/nir/nir_remove_dead_variables.c new file mode 100644 index 000000000..e7f8aeacb --- /dev/null +++ b/mesalib/src/glsl/nir/nir_remove_dead_variables.c @@ -0,0 +1,136 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Connor Abbott (cwabbott0@gmail.com) + * + */ + +#include "nir.h" + +static void +add_var_use_intrinsic(nir_intrinsic_instr *instr, struct set *live) +{ + unsigned num_vars = nir_intrinsic_infos[instr->intrinsic].num_variables; + for (unsigned i = 0; i < num_vars; i++) { + nir_variable *var = instr->variables[i]->var; + _mesa_set_add(live, var); + } +} + +static void +add_var_use_call(nir_call_instr *instr, struct set *live) +{ + if (instr->return_deref != NULL) { + nir_variable *var = instr->return_deref->var; + _mesa_set_add(live, var); + } + + for (unsigned i = 0; i < instr->num_params; i++) { + nir_variable *var = instr->params[i]->var; + _mesa_set_add(live, var); + } +} + +static void +add_var_use_tex(nir_tex_instr *instr, struct set *live) +{ + if (instr->sampler != NULL) { + nir_variable *var = instr->sampler->var; + _mesa_set_add(live, var); + } +} + +static bool +add_var_use_block(nir_block *block, void *state) +{ + struct set *live = state; + + nir_foreach_instr(block, instr) { + switch(instr->type) { + case nir_instr_type_intrinsic: + add_var_use_intrinsic(nir_instr_as_intrinsic(instr), live); + break; + + case nir_instr_type_call: + add_var_use_call(nir_instr_as_call(instr), live); + break; + + case nir_instr_type_tex: + add_var_use_tex(nir_instr_as_tex(instr), live); + break; + + default: + break; + } + } + + return true; +} + +static void +add_var_use_shader(nir_shader *shader, struct set *live) +{ + nir_foreach_overload(shader, overload) { + if (overload->impl) { + nir_foreach_block(overload->impl, add_var_use_block, live); + } + } +} + +static void +remove_dead_local_vars(nir_function_impl *impl, struct set *live) +{ + foreach_list_typed_safe(nir_variable, var, node, &impl->locals) { + struct set_entry *entry = _mesa_set_search(live, var); + if (entry == NULL) + exec_node_remove(&var->node); + } +} + +static void +remove_dead_global_vars(nir_shader *shader, struct set *live) +{ + foreach_list_typed_safe(nir_variable, var, node, &shader->globals) { + struct set_entry *entry = _mesa_set_search(live, var); + if (entry == NULL) + exec_node_remove(&var->node); + } +} + +void +nir_remove_dead_variables(nir_shader *shader) +{ + struct set *live = + _mesa_set_create(NULL, _mesa_hash_pointer, _mesa_key_pointer_equal); + + add_var_use_shader(shader, live); + + remove_dead_global_vars(shader, live); + + nir_foreach_overload(shader, overload) { + if (overload->impl) + remove_dead_local_vars(overload->impl, live); + } + + _mesa_set_destroy(live, NULL); +} diff --git a/mesalib/src/glsl/nir/nir_search.c b/mesalib/src/glsl/nir/nir_search.c new file mode 100644 index 000000000..73a802be7 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_search.c @@ -0,0 +1,366 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Jason Ekstrand (jason@jlekstrand.net) + * + */ + +#include "nir_search.h" + +struct match_state { + unsigned variables_seen; + nir_alu_src variables[NIR_SEARCH_MAX_VARIABLES]; +}; + +static bool +match_expression(const nir_search_expression *expr, nir_alu_instr *instr, + unsigned num_components, const uint8_t *swizzle, + struct match_state *state); + +static const uint8_t identity_swizzle[] = { 0, 1, 2, 3 }; + +static bool alu_instr_is_bool(nir_alu_instr *instr); + +static bool +src_is_bool(nir_src src) +{ + if (!src.is_ssa) + return false; + if (src.ssa->parent_instr->type != nir_instr_type_alu) + return false; + return alu_instr_is_bool((nir_alu_instr *)src.ssa->parent_instr); +} + +static bool +alu_instr_is_bool(nir_alu_instr *instr) +{ + switch (instr->op) { + case nir_op_iand: + case nir_op_ior: + case nir_op_ixor: + return src_is_bool(instr->src[0].src) && src_is_bool(instr->src[1].src); + case nir_op_inot: + return src_is_bool(instr->src[0].src); + default: + return nir_op_infos[instr->op].output_type == nir_type_bool; + } +} + +static bool +match_value(const nir_search_value *value, nir_alu_instr *instr, unsigned src, + unsigned num_components, const uint8_t *swizzle, + struct match_state *state) +{ + uint8_t new_swizzle[4]; + + for (int i = 0; i < num_components; ++i) + new_swizzle[i] = instr->src[src].swizzle[swizzle[i]]; + + switch (value->type) { + case nir_search_value_expression: + if (!instr->src[src].src.is_ssa) + return false; + + if (instr->src[src].src.ssa->parent_instr->type != nir_instr_type_alu) + return false; + + return match_expression(nir_search_value_as_expression(value), + nir_instr_as_alu(instr->src[src].src.ssa->parent_instr), + num_components, new_swizzle, state); + + case nir_search_value_variable: { + nir_search_variable *var = nir_search_value_as_variable(value); + + if (state->variables_seen & (1 << var->variable)) { + if (!nir_srcs_equal(state->variables[var->variable].src, + instr->src[src].src)) + return false; + + assert(!instr->src[src].abs && !instr->src[src].negate); + + for (int i = 0; i < num_components; ++i) { + if (state->variables[var->variable].swizzle[i] != new_swizzle[i]) + return false; + } + + return true; + } else { + if (var->is_constant && + instr->src[src].src.ssa->parent_instr->type != nir_instr_type_load_const) + return false; + + if (var->type != nir_type_invalid) { + if (instr->src[src].src.ssa->parent_instr->type != nir_instr_type_alu) + return false; + + nir_alu_instr *src_alu = + nir_instr_as_alu(instr->src[src].src.ssa->parent_instr); + + if (nir_op_infos[src_alu->op].output_type != var->type && + !(var->type == nir_type_bool && alu_instr_is_bool(src_alu))) + return false; + } + + state->variables_seen |= (1 << var->variable); + state->variables[var->variable].src = instr->src[src].src; + state->variables[var->variable].abs = false; + state->variables[var->variable].negate = false; + + for (int i = 0; i < 4; ++i) { + if (i < num_components) + state->variables[var->variable].swizzle[i] = new_swizzle[i]; + else + state->variables[var->variable].swizzle[i] = 0; + } + + return true; + } + } + + case nir_search_value_constant: { + nir_search_constant *const_val = nir_search_value_as_constant(value); + + if (!instr->src[src].src.is_ssa) + return false; + + if (instr->src[src].src.ssa->parent_instr->type != nir_instr_type_load_const) + return false; + + nir_load_const_instr *load = + nir_instr_as_load_const(instr->src[src].src.ssa->parent_instr); + + switch (nir_op_infos[instr->op].input_types[src]) { + case nir_type_float: + for (unsigned i = 0; i < num_components; ++i) { + if (load->value.f[new_swizzle[i]] != const_val->data.f) + return false; + } + return true; + case nir_type_int: + case nir_type_unsigned: + case nir_type_bool: + for (unsigned i = 0; i < num_components; ++i) { + if (load->value.i[new_swizzle[i]] != const_val->data.i) + return false; + } + return true; + default: + unreachable("Invalid alu source type"); + } + } + + default: + unreachable("Invalid search value type"); + } +} + +static bool +match_expression(const nir_search_expression *expr, nir_alu_instr *instr, + unsigned num_components, const uint8_t *swizzle, + struct match_state *state) +{ + if (instr->op != expr->opcode) + return false; + + assert(!instr->dest.saturate); + assert(nir_op_infos[instr->op].num_inputs > 0); + + /* If we have an explicitly sized destination, we can only handle the + * identity swizzle. While dot(vec3(a, b, c).zxy) is a valid + * expression, we don't have the information right now to propagate that + * swizzle through. We can only properly propagate swizzles if the + * instruction is vectorized. + */ + if (nir_op_infos[instr->op].output_size != 0) { + for (unsigned i = 0; i < num_components; i++) { + if (swizzle[i] != i) + return false; + } + } + + bool matched = true; + for (unsigned i = 0; i < nir_op_infos[instr->op].num_inputs; i++) { + /* If the source is an explicitly sized source, then we need to reset + * both the number of components and the swizzle. + */ + if (nir_op_infos[instr->op].input_sizes[i] != 0) { + num_components = nir_op_infos[instr->op].input_sizes[i]; + swizzle = identity_swizzle; + } + + if (!match_value(expr->srcs[i], instr, i, num_components, + swizzle, state)) { + matched = false; + break; + } + } + + if (matched) + return true; + + if (nir_op_infos[instr->op].num_inputs == 2 && + (nir_op_infos[instr->op].algebraic_properties & NIR_OP_IS_COMMUTATIVE)) { + if (!match_value(expr->srcs[0], instr, 1, num_components, + swizzle, state)) + return false; + + return match_value(expr->srcs[1], instr, 0, num_components, + swizzle, state); + } else { + return false; + } +} + +static nir_alu_src +construct_value(const nir_search_value *value, nir_alu_type type, + unsigned num_components, struct match_state *state, + nir_instr *instr, void *mem_ctx) +{ + switch (value->type) { + case nir_search_value_expression: { + const nir_search_expression *expr = nir_search_value_as_expression(value); + + if (nir_op_infos[expr->opcode].output_size != 0) + num_components = nir_op_infos[expr->opcode].output_size; + + nir_alu_instr *alu = nir_alu_instr_create(mem_ctx, expr->opcode); + nir_ssa_dest_init(&alu->instr, &alu->dest.dest, num_components, NULL); + alu->dest.write_mask = (1 << num_components) - 1; + alu->dest.saturate = false; + + for (unsigned i = 0; i < nir_op_infos[expr->opcode].num_inputs; i++) { + /* If the source is an explicitly sized source, then we need to reset + * the number of components to match. + */ + if (nir_op_infos[alu->op].input_sizes[i] != 0) + num_components = nir_op_infos[alu->op].input_sizes[i]; + + alu->src[i] = construct_value(expr->srcs[i], + nir_op_infos[alu->op].input_types[i], + num_components, + state, instr, mem_ctx); + } + + nir_instr_insert_before(instr, &alu->instr); + + nir_alu_src val; + val.src = nir_src_for_ssa(&alu->dest.dest.ssa); + val.negate = false; + val.abs = false, + memcpy(val.swizzle, identity_swizzle, sizeof val.swizzle); + + return val; + } + + case nir_search_value_variable: { + const nir_search_variable *var = nir_search_value_as_variable(value); + assert(state->variables_seen & (1 << var->variable)); + + nir_alu_src val; + nir_alu_src_copy(&val, &state->variables[var->variable], mem_ctx); + + assert(!var->is_constant); + + return val; + } + + case nir_search_value_constant: { + const nir_search_constant *c = nir_search_value_as_constant(value); + nir_load_const_instr *load = nir_load_const_instr_create(mem_ctx, 1); + + switch (type) { + case nir_type_float: + load->def.name = ralloc_asprintf(mem_ctx, "%f", c->data.f); + load->value.f[0] = c->data.f; + break; + case nir_type_int: + load->def.name = ralloc_asprintf(mem_ctx, "%d", c->data.i); + load->value.i[0] = c->data.i; + break; + case nir_type_unsigned: + case nir_type_bool: + load->value.u[0] = c->data.u; + break; + default: + unreachable("Invalid alu source type"); + } + + nir_instr_insert_before(instr, &load->instr); + + nir_alu_src val; + val.src = nir_src_for_ssa(&load->def); + val.negate = false; + val.abs = false, + memset(val.swizzle, 0, sizeof val.swizzle); + + return val; + } + + default: + unreachable("Invalid search value type"); + } +} + +nir_alu_instr * +nir_replace_instr(nir_alu_instr *instr, const nir_search_expression *search, + const nir_search_value *replace, void *mem_ctx) +{ + uint8_t swizzle[4] = { 0, 0, 0, 0 }; + + for (unsigned i = 0; i < instr->dest.dest.ssa.num_components; ++i) + swizzle[i] = i; + + assert(instr->dest.dest.is_ssa); + + struct match_state state; + state.variables_seen = 0; + + if (!match_expression(search, instr, instr->dest.dest.ssa.num_components, + swizzle, &state)) + return NULL; + + /* Inserting a mov may be unnecessary. However, it's much easier to + * simply let copy propagation clean this up than to try to go through + * and rewrite swizzles ourselves. + */ + nir_alu_instr *mov = nir_alu_instr_create(mem_ctx, nir_op_imov); + mov->dest.write_mask = instr->dest.write_mask; + nir_ssa_dest_init(&mov->instr, &mov->dest.dest, + instr->dest.dest.ssa.num_components, NULL); + + mov->src[0] = construct_value(replace, nir_op_infos[instr->op].output_type, + instr->dest.dest.ssa.num_components, &state, + &instr->instr, mem_ctx); + nir_instr_insert_before(&instr->instr, &mov->instr); + + nir_ssa_def_rewrite_uses(&instr->dest.dest.ssa, + nir_src_for_ssa(&mov->dest.dest.ssa), mem_ctx); + + /* We know this one has no more uses because we just rewrote them all, + * so we can remove it. The rest of the matched expression, however, we + * don't know so much about. We'll just let dead code clean them up. + */ + nir_instr_remove(&instr->instr); + + return mov; +} diff --git a/mesalib/src/glsl/nir/nir_search.h b/mesalib/src/glsl/nir/nir_search.h new file mode 100644 index 000000000..7d4779294 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_search.h @@ -0,0 +1,99 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Jason Ekstrand (jason@jlekstrand.net) + * + */ + +#ifndef _NIR_SEARCH_ +#define _NIR_SEARCH_ + +#include "nir.h" + +#define NIR_SEARCH_MAX_VARIABLES 16 + +typedef enum { + nir_search_value_expression, + nir_search_value_variable, + nir_search_value_constant, +} nir_search_value_type; + +typedef struct { + nir_search_value_type type; +} nir_search_value; + +typedef struct { + nir_search_value value; + + /** The variable index; Must be less than NIR_SEARCH_MAX_VARIABLES */ + unsigned variable; + + /** Indicates that the given variable must be a constant + * + * This is only alloed in search expressions and indicates that the + * given variable is only allowed to match constant values. + */ + bool is_constant; + + /** Indicates that the given variable must have a certain type + * + * This is only allowed in search expressions and indicates that the + * given variable is only allowed to match values that come from an ALU + * instruction with the given output type. A type of nir_type_void + * means it can match any type. + * + * Note: A variable that is both constant and has a non-void type will + * never match anything. + */ + nir_alu_type type; +} nir_search_variable; + +typedef struct { + nir_search_value value; + + union { + uint32_t u; + int32_t i; + float f; + } data; +} nir_search_constant; + +typedef struct { + nir_search_value value; + + nir_op opcode; + const nir_search_value *srcs[4]; +} nir_search_expression; + +NIR_DEFINE_CAST(nir_search_value_as_variable, nir_search_value, + nir_search_variable, value) +NIR_DEFINE_CAST(nir_search_value_as_constant, nir_search_value, + nir_search_constant, value) +NIR_DEFINE_CAST(nir_search_value_as_expression, nir_search_value, + nir_search_expression, value) + +nir_alu_instr * +nir_replace_instr(nir_alu_instr *instr, const nir_search_expression *search, + const nir_search_value *replace, void *mem_ctx); + +#endif /* _NIR_SEARCH_ */ diff --git a/mesalib/src/glsl/nir/nir_split_var_copies.c b/mesalib/src/glsl/nir/nir_split_var_copies.c new file mode 100644 index 000000000..4d663b51b --- /dev/null +++ b/mesalib/src/glsl/nir/nir_split_var_copies.c @@ -0,0 +1,279 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Jason Ekstrand (jason@jlekstrand.net) + * + */ + +#include "nir.h" + +/* + * Implements "copy splitting" which is similar to structure splitting only + * it works on copy operations rather than the datatypes themselves. The + * GLSL language allows you to copy one variable to another an entire + * structure (which may contain arrays or other structures) at a time. + * Normally, in a language such as C this would be handled by a "structure + * splitting" pass that breaks up the structures. Unfortunately for us, + * structures used in inputs or outputs can't be split. Therefore, + * regardlesss of what we do, we have to be able to copy to/from + * structures. + * + * The primary purpose of structure splitting is to allow you to better + * optimize variable access and lower things to registers where you can. + * The primary issue here is that, if you lower the copy to a bunch of + * loads and stores, you loose a lot of information about the copy + * operation that you would like to keep around. To solve this problem, we + * have a "copy splitting" pass that, instead of splitting the structures + * or lowering the copy into loads and storres, splits the copy operation + * into a bunch of copy operations one for each leaf of the structure tree. + * If an intermediate array is encountered, it is referenced with a + * wildcard reference to indicate that the entire array is to be copied. + * + * As things become direct, array copies may be able to be losslessly + * lowered to having fewer and fewer wildcards. However, until that + * happens we want to keep the information about the arrays intact. + * + * Prior to the copy splitting pass, there are no wildcard references but + * there may be incomplete references where the tail of the deref chain is + * an array or a structure and not a specific element. After the copy + * splitting pass has completed, every variable deref will be a full-length + * dereference pointing to a single leaf in the structure type tree with + * possibly a few wildcard array dereferences. + */ + +struct split_var_copies_state { + void *mem_ctx; + void *dead_ctx; +}; + +static nir_deref * +get_deref_tail(nir_deref *deref) +{ + while (deref->child != NULL) + deref = deref->child; + return deref; +} + +/* Recursively constructs deref chains to split a copy instruction into + * multiple (if needed) copy instructions with full-length deref chains. + * External callers of this function should pass the tail and head of the + * deref chains found as the source and destination of the copy instruction + * into this function. + * + * \param old_copy The copy instruction we are splitting + * \param dest_head The head of the destination deref chain we are building + * \param src_head The head of the source deref chain we are building + * \param dest_tail The tail of the destination deref chain we are building + * \param src_tail The tail of the source deref chain we are building + * \param state The current split_var_copies_state object + */ +static void +split_var_copy_instr(nir_intrinsic_instr *old_copy, + nir_deref *dest_head, nir_deref *src_head, + nir_deref *dest_tail, nir_deref *src_tail, + struct split_var_copies_state *state) +{ + assert(src_tail->type == dest_tail->type); + + /* Make sure these really are the tails of the deref chains */ + assert(dest_tail->child == NULL); + assert(src_tail->child == NULL); + + switch (glsl_get_base_type(src_tail->type)) { + case GLSL_TYPE_ARRAY: { + /* Make a wildcard dereference */ + nir_deref_array *deref = nir_deref_array_create(state->dead_ctx); + deref->deref.type = glsl_get_array_element(src_tail->type); + deref->deref_array_type = nir_deref_array_type_wildcard; + + /* Set the tail of both as the newly created wildcard deref. It is + * safe to use the same wildcard in both places because a) we will be + * copying it before we put it in an actual instruction and b) + * everything that will potentially add another link in the deref + * chain will also add the same thing to both chains. + */ + src_tail->child = &deref->deref; + dest_tail->child = &deref->deref; + + split_var_copy_instr(old_copy, dest_head, src_head, + dest_tail->child, src_tail->child, state); + + /* Set it back to the way we found it */ + src_tail->child = NULL; + dest_tail->child = NULL; + break; + } + + case GLSL_TYPE_STRUCT: + /* This is the only part that actually does any interesting + * splitting. For array types, we just use wildcards and resolve + * them later. For structure types, we need to emit one copy + * instruction for every structure element. Because we may have + * structs inside structs, we just recurse and let the next level + * take care of any additional structures. + */ + for (unsigned i = 0; i < glsl_get_length(src_tail->type); i++) { + nir_deref_struct *deref = nir_deref_struct_create(state->dead_ctx, i); + deref->deref.type = glsl_get_struct_field(src_tail->type, i); + + /* Set the tail of both as the newly created structure deref. It + * is safe to use the same wildcard in both places because a) we + * will be copying it before we put it in an actual instruction + * and b) everything that will potentially add another link in the + * deref chain will also add the same thing to both chains. + */ + src_tail->child = &deref->deref; + dest_tail->child = &deref->deref; + + split_var_copy_instr(old_copy, dest_head, src_head, + dest_tail->child, src_tail->child, state); + } + /* Set it back to the way we found it */ + src_tail->child = NULL; + dest_tail->child = NULL; + break; + + case GLSL_TYPE_UINT: + case GLSL_TYPE_INT: + case GLSL_TYPE_FLOAT: + case GLSL_TYPE_BOOL: + if (glsl_type_is_matrix(src_tail->type)) { + nir_deref_array *deref = nir_deref_array_create(state->dead_ctx); + deref->deref.type = glsl_get_column_type(src_tail->type); + deref->deref_array_type = nir_deref_array_type_wildcard; + + /* Set the tail of both as the newly created wildcard deref. It + * is safe to use the same wildcard in both places because a) we + * will be copying it before we put it in an actual instruction + * and b) everything that will potentially add another link in the + * deref chain will also add the same thing to both chains. + */ + src_tail->child = &deref->deref; + dest_tail->child = &deref->deref; + + split_var_copy_instr(old_copy, dest_head, src_head, + dest_tail->child, src_tail->child, state); + + /* Set it back to the way we found it */ + src_tail->child = NULL; + dest_tail->child = NULL; + } else { + /* At this point, we have fully built our deref chains and can + * actually add the new copy instruction. + */ + nir_intrinsic_instr *new_copy = + nir_intrinsic_instr_create(state->mem_ctx, nir_intrinsic_copy_var); + + /* We need to make copies because a) this deref chain actually + * belongs to the copy instruction and b) the deref chains may + * have some of the same links due to the way we constructed them + */ + nir_deref *src = nir_copy_deref(state->mem_ctx, src_head); + nir_deref *dest = nir_copy_deref(state->mem_ctx, dest_head); + + new_copy->variables[0] = nir_deref_as_var(dest); + new_copy->variables[1] = nir_deref_as_var(src); + + /* Emit the copy instruction after the old instruction. We'll + * remove the old one later. + */ + nir_instr_insert_after(&old_copy->instr, &new_copy->instr); + } + break; + + case GLSL_TYPE_SAMPLER: + case GLSL_TYPE_IMAGE: + case GLSL_TYPE_ATOMIC_UINT: + case GLSL_TYPE_INTERFACE: + default: + unreachable("Cannot copy these types"); + } +} + +static bool +split_var_copies_block(nir_block *block, void *void_state) +{ + struct split_var_copies_state *state = void_state; + + nir_foreach_instr_safe(block, instr) { + if (instr->type != nir_instr_type_intrinsic) + continue; + + nir_intrinsic_instr *intrinsic = nir_instr_as_intrinsic(instr); + if (intrinsic->intrinsic != nir_intrinsic_copy_var) + continue; + + nir_deref *dest_head = &intrinsic->variables[0]->deref; + nir_deref *src_head = &intrinsic->variables[1]->deref; + nir_deref *dest_tail = get_deref_tail(dest_head); + nir_deref *src_tail = get_deref_tail(src_head); + + switch (glsl_get_base_type(src_tail->type)) { + case GLSL_TYPE_ARRAY: + case GLSL_TYPE_STRUCT: + split_var_copy_instr(intrinsic, dest_head, src_head, + dest_tail, src_tail, state); + nir_instr_remove(&intrinsic->instr); + ralloc_steal(state->dead_ctx, instr); + break; + case GLSL_TYPE_FLOAT: + case GLSL_TYPE_INT: + case GLSL_TYPE_UINT: + case GLSL_TYPE_BOOL: + if (glsl_type_is_matrix(src_tail->type)) { + split_var_copy_instr(intrinsic, dest_head, src_head, + dest_tail, src_tail, state); + nir_instr_remove(&intrinsic->instr); + ralloc_steal(state->dead_ctx, instr); + } + break; + default: + unreachable("Invalid type"); + break; + } + } + + return true; +} + +static void +split_var_copies_impl(nir_function_impl *impl) +{ + struct split_var_copies_state state; + + state.mem_ctx = ralloc_parent(impl); + state.dead_ctx = ralloc_context(NULL); + + nir_foreach_block(impl, split_var_copies_block, &state); + + ralloc_free(state.dead_ctx); +} + +void +nir_split_var_copies(nir_shader *shader) +{ + nir_foreach_overload(shader, overload) { + if (overload->impl) + split_var_copies_impl(overload->impl); + } +} diff --git a/mesalib/src/glsl/nir/nir_to_ssa.c b/mesalib/src/glsl/nir/nir_to_ssa.c new file mode 100644 index 000000000..47cf45393 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_to_ssa.c @@ -0,0 +1,535 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Connor Abbott (cwabbott0@gmail.com) + * + */ + +#include "nir.h" +#include +#include + +/* + * Implements the classic to-SSA algorithm described by Cytron et. al. in + * "Efficiently Computing Static Single Assignment Form and the Control + * Dependence Graph." + */ + +/* inserts a phi node of the form reg = phi(reg, reg, reg, ...) */ + +static void +insert_trivial_phi(nir_register *reg, nir_block *block, void *mem_ctx) +{ + nir_phi_instr *instr = nir_phi_instr_create(mem_ctx); + + instr->dest.reg.reg = reg; + struct set_entry *entry; + set_foreach(block->predecessors, entry) { + nir_block *pred = (nir_block *) entry->key; + + nir_phi_src *src = ralloc(mem_ctx, nir_phi_src); + src->pred = pred; + src->src.is_ssa = false; + src->src.reg.base_offset = 0; + src->src.reg.indirect = NULL; + src->src.reg.reg = reg; + exec_list_push_tail(&instr->srcs, &src->node); + } + + nir_instr_insert_before_block(block, &instr->instr); +} + +static void +insert_phi_nodes(nir_function_impl *impl) +{ + void *mem_ctx = ralloc_parent(impl); + + unsigned *work = calloc(impl->num_blocks, sizeof(unsigned)); + unsigned *has_already = calloc(impl->num_blocks, sizeof(unsigned)); + + /* + * Since the work flags already prevent us from inserting a node that has + * ever been inserted into W, we don't need to use a set to represent W. + * Also, since no block can ever be inserted into W more than once, we know + * that the maximum size of W is the number of basic blocks in the + * function. So all we need to handle W is an array and a pointer to the + * next element to be inserted and the next element to be removed. + */ + nir_block **W = malloc(impl->num_blocks * sizeof(nir_block *)); + unsigned w_start, w_end; + + unsigned iter_count = 0; + + nir_index_blocks(impl); + + foreach_list_typed(nir_register, reg, node, &impl->registers) { + if (reg->num_array_elems != 0) + continue; + + w_start = w_end = 0; + iter_count++; + + struct set_entry *entry; + set_foreach(reg->defs, entry) { + nir_instr *def = (nir_instr *) entry->key; + if (work[def->block->index] < iter_count) + W[w_end++] = def->block; + work[def->block->index] = iter_count; + } + + while (w_start != w_end) { + nir_block *cur = W[w_start++]; + set_foreach(cur->dom_frontier, entry) { + nir_block *next = (nir_block *) entry->key; + + /* + * If there's more than one return statement, then the end block + * can be a join point for some definitions. However, there are + * no instructions in the end block, so nothing would use those + * phi nodes. Of course, we couldn't place those phi nodes + * anyways due to the restriction of having no instructions in the + * end block... + */ + if (next == impl->end_block) + continue; + + if (has_already[next->index] < iter_count) { + insert_trivial_phi(reg, next, mem_ctx); + has_already[next->index] = iter_count; + if (work[next->index] < iter_count) { + work[next->index] = iter_count; + W[w_end++] = next; + } + } + } + } + } + + free(work); + free(has_already); + free(W); +} + +typedef struct { + nir_ssa_def **stack; + int index; + unsigned num_defs; /** < used to add indices to debug names */ +#ifndef NDEBUG + unsigned stack_size; +#endif +} reg_state; + +typedef struct { + reg_state *states; + void *mem_ctx; + nir_instr *parent_instr; + nir_if *parent_if; + nir_function_impl *impl; + + /* map from SSA value -> original register */ + struct hash_table *ssa_map; +} rewrite_state; + +static nir_ssa_def *get_ssa_src(nir_register *reg, rewrite_state *state) +{ + unsigned index = reg->index; + + if (state->states[index].index == -1) { + /* + * We're using an undefined register, create a new undefined SSA value + * to preserve the information that this source is undefined + */ + nir_ssa_undef_instr *instr = + nir_ssa_undef_instr_create(state->mem_ctx, reg->num_components); + + /* + * We could just insert the undefined instruction before the instruction + * we're rewriting, but we could be rewriting a phi source in which case + * we can't do that, so do the next easiest thing - insert it at the + * beginning of the program. In the end, it doesn't really matter where + * the undefined instructions are because they're going to be ignored + * in the backend. + */ + nir_instr_insert_before_cf_list(&state->impl->body, &instr->instr); + return &instr->def; + } + + return state->states[index].stack[state->states[index].index]; +} + +static bool +rewrite_use(nir_src *src, void *_state) +{ + rewrite_state *state = (rewrite_state *) _state; + + if (src->is_ssa) + return true; + + unsigned index = src->reg.reg->index; + + if (state->states[index].stack == NULL) + return true; + + src->is_ssa = true; + src->ssa = get_ssa_src(src->reg.reg, state); + + if (state->parent_instr) + _mesa_set_add(src->ssa->uses, state->parent_instr); + else + _mesa_set_add(src->ssa->if_uses, state->parent_if); + return true; +} + +static bool +rewrite_def_forwards(nir_dest *dest, void *_state) +{ + rewrite_state *state = (rewrite_state *) _state; + + if (dest->is_ssa) + return true; + + nir_register *reg = dest->reg.reg; + unsigned index = reg->index; + + if (state->states[index].stack == NULL) + return true; + + char *name = NULL; + if (dest->reg.reg->name) + name = ralloc_asprintf(state->mem_ctx, "%s_%u", dest->reg.reg->name, + state->states[index].num_defs); + + nir_ssa_dest_init(state->parent_instr, dest, reg->num_components, name); + + /* push our SSA destination on the stack */ + state->states[index].index++; + assert(state->states[index].index < state->states[index].stack_size); + state->states[index].stack[state->states[index].index] = &dest->ssa; + state->states[index].num_defs++; + + _mesa_hash_table_insert(state->ssa_map, &dest->ssa, reg); + + return true; +} + +static void +rewrite_alu_instr_forward(nir_alu_instr *instr, rewrite_state *state) +{ + state->parent_instr = &instr->instr; + + nir_foreach_src(&instr->instr, rewrite_use, state); + + if (instr->dest.dest.is_ssa) + return; + + nir_register *reg = instr->dest.dest.reg.reg; + unsigned index = reg->index; + + if (state->states[index].stack == NULL) + return; + + unsigned write_mask = instr->dest.write_mask; + if (write_mask != (1 << instr->dest.dest.reg.reg->num_components) - 1) { + /* + * Calculate the number of components the final instruction, which for + * per-component things is the number of output components of the + * instruction and non-per-component things is the number of enabled + * channels in the write mask. + */ + unsigned num_components; + if (nir_op_infos[instr->op].output_size == 0) { + unsigned temp = (write_mask & 0x5) + ((write_mask >> 1) & 0x5); + num_components = (temp & 0x3) + ((temp >> 2) & 0x3); + } else { + num_components = nir_op_infos[instr->op].output_size; + } + + char *name = NULL; + if (instr->dest.dest.reg.reg->name) + name = ralloc_asprintf(state->mem_ctx, "%s_%u", + reg->name, state->states[index].num_defs); + + instr->dest.write_mask = (1 << num_components) - 1; + nir_ssa_dest_init(&instr->instr, &instr->dest.dest, num_components, name); + + if (nir_op_infos[instr->op].output_size == 0) { + /* + * When we change the output writemask, we need to change the + * swizzles for per-component inputs too + */ + for (unsigned i = 0; i < nir_op_infos[instr->op].num_inputs; i++) { + if (nir_op_infos[instr->op].input_sizes[i] != 0) + continue; + + unsigned new_swizzle[4] = {0, 0, 0, 0}; + + /* + * We keep two indices: + * 1. The index of the original (non-SSA) component + * 2. The index of the post-SSA, compacted, component + * + * We need to map the swizzle component at index 1 to the swizzle + * component at index 2. + */ + + unsigned ssa_index = 0; + for (unsigned index = 0; index < 4; index++) { + if (!((write_mask >> index) & 1)) + continue; + + new_swizzle[ssa_index] = instr->src[i].swizzle[index]; + ssa_index++; + } + + for (unsigned j = 0; j < 4; j++) + instr->src[i].swizzle[j] = new_swizzle[j]; + } + } + + nir_op op; + switch (reg->num_components) { + case 2: op = nir_op_vec2; break; + case 3: op = nir_op_vec3; break; + case 4: op = nir_op_vec4; break; + default: unreachable("not reached"); + } + + nir_alu_instr *vec = nir_alu_instr_create(state->mem_ctx, op); + + vec->dest.dest.reg.reg = reg; + vec->dest.write_mask = (1 << reg->num_components) - 1; + + nir_ssa_def *old_src = get_ssa_src(reg, state); + nir_ssa_def *new_src = &instr->dest.dest.ssa; + + unsigned ssa_index = 0; + for (unsigned i = 0; i < reg->num_components; i++) { + vec->src[i].src.is_ssa = true; + if ((write_mask >> i) & 1) { + vec->src[i].src.ssa = new_src; + if (nir_op_infos[instr->op].output_size == 0) + vec->src[i].swizzle[0] = ssa_index; + else + vec->src[i].swizzle[0] = i; + ssa_index++; + } else { + vec->src[i].src.ssa = old_src; + vec->src[i].swizzle[0] = i; + } + } + + nir_instr_insert_after(&instr->instr, &vec->instr); + + state->parent_instr = &vec->instr; + rewrite_def_forwards(&vec->dest.dest, state); + } else { + rewrite_def_forwards(&instr->dest.dest, state); + } +} + +static void +rewrite_phi_instr(nir_phi_instr *instr, rewrite_state *state) +{ + state->parent_instr = &instr->instr; + rewrite_def_forwards(&instr->dest, state); +} + +static void +rewrite_instr_forward(nir_instr *instr, rewrite_state *state) +{ + if (instr->type == nir_instr_type_alu) { + rewrite_alu_instr_forward(nir_instr_as_alu(instr), state); + return; + } + + if (instr->type == nir_instr_type_phi) { + rewrite_phi_instr(nir_instr_as_phi(instr), state); + return; + } + + state->parent_instr = instr; + + nir_foreach_src(instr, rewrite_use, state); + nir_foreach_dest(instr, rewrite_def_forwards, state); +} + +static void +rewrite_phi_sources(nir_block *block, nir_block *pred, rewrite_state *state) +{ + nir_foreach_instr(block, instr) { + if (instr->type != nir_instr_type_phi) + break; + + nir_phi_instr *phi_instr = nir_instr_as_phi(instr); + + state->parent_instr = instr; + + nir_foreach_phi_src(phi_instr, src) { + if (src->pred == pred) { + rewrite_use(&src->src, state); + break; + } + } + } +} + +static bool +rewrite_def_backwards(nir_dest *dest, void *_state) +{ + rewrite_state *state = (rewrite_state *) _state; + + if (!dest->is_ssa) + return true; + + struct hash_entry *entry = + _mesa_hash_table_search(state->ssa_map, &dest->ssa); + + if (!entry) + return true; + + nir_register *reg = (nir_register *) entry->data; + unsigned index = reg->index; + + state->states[index].index--; + assert(state->states[index].index >= -1); + + return true; +} + +static void +rewrite_instr_backwards(nir_instr *instr, rewrite_state *state) +{ + nir_foreach_dest(instr, rewrite_def_backwards, state); +} + +static void +rewrite_block(nir_block *block, rewrite_state *state) +{ + /* This will skip over any instructions after the current one, which is + * what we want because those instructions (vector gather, conditional + * select) will already be in SSA form. + */ + nir_foreach_instr_safe(block, instr) { + rewrite_instr_forward(instr, state); + } + + if (block != state->impl->end_block && + !nir_cf_node_is_last(&block->cf_node) && + nir_cf_node_next(&block->cf_node)->type == nir_cf_node_if) { + nir_if *if_stmt = nir_cf_node_as_if(nir_cf_node_next(&block->cf_node)); + state->parent_instr = NULL; + state->parent_if = if_stmt; + rewrite_use(&if_stmt->condition, state); + } + + if (block->successors[0]) + rewrite_phi_sources(block->successors[0], block, state); + if (block->successors[1]) + rewrite_phi_sources(block->successors[1], block, state); + + for (unsigned i = 0; i < block->num_dom_children; i++) + rewrite_block(block->dom_children[i], state); + + nir_foreach_instr_reverse(block, instr) { + rewrite_instr_backwards(instr, state); + } +} + +static void +remove_unused_regs(nir_function_impl *impl, rewrite_state *state) +{ + foreach_list_typed_safe(nir_register, reg, node, &impl->registers) { + if (state->states[reg->index].stack != NULL) + exec_node_remove(®->node); + } +} + +static void +init_rewrite_state(nir_function_impl *impl, rewrite_state *state) +{ + state->impl = impl; + state->mem_ctx = ralloc_parent(impl); + state->ssa_map = _mesa_hash_table_create(NULL, _mesa_hash_pointer, + _mesa_key_pointer_equal); + state->states = ralloc_array(NULL, reg_state, impl->reg_alloc); + + foreach_list_typed(nir_register, reg, node, &impl->registers) { + assert(reg->index < impl->reg_alloc); + if (reg->num_array_elems > 0) { + state->states[reg->index].stack = NULL; + } else { + /* + * Calculate a conservative estimate of the stack size based on the + * number of definitions there are. Note that this function *must* be + * called after phi nodes are inserted so we can count phi node + * definitions too. + */ + unsigned stack_size = reg->defs->entries; + + state->states[reg->index].stack = ralloc_array(state->states, + nir_ssa_def *, + stack_size); +#ifndef NDEBUG + state->states[reg->index].stack_size = stack_size; +#endif + state->states[reg->index].index = -1; + state->states[reg->index].num_defs = 0; + } + } +} + +static void +destroy_rewrite_state(rewrite_state *state) +{ + _mesa_hash_table_destroy(state->ssa_map, NULL); + ralloc_free(state->states); +} + +void +nir_convert_to_ssa_impl(nir_function_impl *impl) +{ + nir_metadata_require(impl, nir_metadata_dominance); + + insert_phi_nodes(impl); + + rewrite_state state; + init_rewrite_state(impl, &state); + + rewrite_block(impl->start_block, &state); + + remove_unused_regs(impl, &state); + + nir_metadata_preserve(impl, nir_metadata_block_index | + nir_metadata_dominance); + + destroy_rewrite_state(&state); +} + +void +nir_convert_to_ssa(nir_shader *shader) +{ + nir_foreach_overload(shader, overload) { + if (overload->impl) + nir_convert_to_ssa_impl(overload->impl); + } +} diff --git a/mesalib/src/glsl/nir/nir_types.cpp b/mesalib/src/glsl/nir/nir_types.cpp new file mode 100644 index 000000000..a13c3e12a --- /dev/null +++ b/mesalib/src/glsl/nir/nir_types.cpp @@ -0,0 +1,155 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Connor Abbott (cwabbott0@gmail.com) + * + */ + +#include "nir_types.h" +#include "ir.h" + +void +glsl_print_type(const glsl_type *type, FILE *fp) +{ + if (type->base_type == GLSL_TYPE_ARRAY) { + glsl_print_type(type->fields.array, fp); + fprintf(fp, "[%u]", type->length); + } else if ((type->base_type == GLSL_TYPE_STRUCT) + && !is_gl_identifier(type->name)) { + fprintf(fp, "%s@%p", type->name, (void *) type); + } else { + fprintf(fp, "%s", type->name); + } +} + +void +glsl_print_struct(const glsl_type *type, FILE *fp) +{ + assert(type->base_type == GLSL_TYPE_STRUCT); + + fprintf(fp, "struct {\n"); + for (unsigned i = 0; i < type->length; i++) { + fprintf(fp, "\t"); + glsl_print_type(type->fields.structure[i].type, fp); + fprintf(fp, " %s;\n", type->fields.structure[i].name); + } + fprintf(fp, "}\n"); +} + +const glsl_type * +glsl_get_array_element(const glsl_type* type) +{ + if (type->is_matrix()) + return type->column_type(); + return type->fields.array; +} + +const glsl_type * +glsl_get_struct_field(const glsl_type *type, unsigned index) +{ + return type->fields.structure[index].type; +} + +const struct glsl_type * +glsl_get_column_type(const struct glsl_type *type) +{ + return type->column_type(); +} + +enum glsl_base_type +glsl_get_base_type(const struct glsl_type *type) +{ + return type->base_type; +} + +unsigned +glsl_get_vector_elements(const struct glsl_type *type) +{ + return type->vector_elements; +} + +unsigned +glsl_get_components(const struct glsl_type *type) +{ + return type->components(); +} + +unsigned +glsl_get_matrix_columns(const struct glsl_type *type) +{ + return type->matrix_columns; +} + +unsigned +glsl_get_length(const struct glsl_type *type) +{ + return type->length; +} + +const char * +glsl_get_struct_elem_name(const struct glsl_type *type, unsigned index) +{ + return type->fields.structure[index].name; +} + +bool +glsl_type_is_void(const glsl_type *type) +{ + return type->is_void(); +} + +bool +glsl_type_is_vector(const struct glsl_type *type) +{ + return type->is_vector(); +} + +bool +glsl_type_is_scalar(const struct glsl_type *type) +{ + return type->is_scalar(); +} + +bool +glsl_type_is_matrix(const struct glsl_type *type) +{ + return type->is_matrix(); +} + +const glsl_type * +glsl_void_type(void) +{ + return glsl_type::void_type; +} + +const glsl_type * +glsl_vec4_type(void) +{ + return glsl_type::vec4_type; +} + +const glsl_type * +glsl_array_type(const glsl_type *base, unsigned elements) +{ + return glsl_type::get_array_instance(base, elements); +} diff --git a/mesalib/src/glsl/nir/nir_types.h b/mesalib/src/glsl/nir/nir_types.h new file mode 100644 index 000000000..494051a67 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_types.h @@ -0,0 +1,78 @@ +/* + * Copyright © 2014 Connor Abbott + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Connor Abbott (cwabbott0@gmail.com) + * + */ + +#pragma once + +/* C wrapper around glsl_types.h */ + +#include "../glsl_types.h" + +#ifdef __cplusplus +extern "C" { +#else +struct glsl_type; +#endif + +#include + +void glsl_print_type(const struct glsl_type *type, FILE *fp); +void glsl_print_struct(const struct glsl_type *type, FILE *fp); + +const struct glsl_type *glsl_get_struct_field(const struct glsl_type *type, + unsigned index); + +const struct glsl_type *glsl_get_array_element(const struct glsl_type *type); + +const struct glsl_type *glsl_get_column_type(const struct glsl_type *type); + +enum glsl_base_type glsl_get_base_type(const struct glsl_type *type); + +unsigned glsl_get_vector_elements(const struct glsl_type *type); + +unsigned glsl_get_components(const struct glsl_type *type); + +unsigned glsl_get_matrix_columns(const struct glsl_type *type); + +unsigned glsl_get_length(const struct glsl_type *type); + +const char *glsl_get_struct_elem_name(const struct glsl_type *type, + unsigned index); + + +bool glsl_type_is_void(const struct glsl_type *type); +bool glsl_type_is_vector(const struct glsl_type *type); +bool glsl_type_is_scalar(const struct glsl_type *type); +bool glsl_type_is_matrix(const struct glsl_type *type); + +const struct glsl_type *glsl_void_type(void); +const struct glsl_type *glsl_vec4_type(void); +const struct glsl_type *glsl_array_type(const struct glsl_type *base, + unsigned elements); + +#ifdef __cplusplus +} +#endif diff --git a/mesalib/src/glsl/nir/nir_validate.c b/mesalib/src/glsl/nir/nir_validate.c new file mode 100644 index 000000000..a3fe9d620 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_validate.c @@ -0,0 +1,979 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Connor Abbott (cwabbott0@gmail.com) + * + */ + +#include "nir.h" +#include + +/* + * This file checks for invalid IR indicating a bug somewhere in the compiler. + */ + +/* Since this file is just a pile of asserts, don't bother compiling it if + * we're not building a debug build. + */ +#ifdef DEBUG + +/* + * Per-register validation state. + */ + +typedef struct { + /* + * equivalent to the uses and defs in nir_register, but built up by the + * validator. At the end, we verify that the sets have the same entries. + */ + struct set *uses, *if_uses, *defs; + nir_function_impl *where_defined; /* NULL for global registers */ +} reg_validate_state; + +typedef struct { + /* + * equivalent to the uses in nir_ssa_def, but built up by the validator. + * At the end, we verify that the sets have the same entries. + */ + struct set *uses, *if_uses; + nir_function_impl *where_defined; +} ssa_def_validate_state; + +typedef struct { + /* map of register -> validation state (struct above) */ + struct hash_table *regs; + + /* the current shader being validated */ + nir_shader *shader; + + /* the current instruction being validated */ + nir_instr *instr; + + /* the current basic block being validated */ + nir_block *block; + + /* the current if statement being validated */ + nir_if *if_stmt; + + /* the parent of the current cf node being visited */ + nir_cf_node *parent_node; + + /* the current function implementation being validated */ + nir_function_impl *impl; + + /* map of SSA value -> function implementation where it is defined */ + struct hash_table *ssa_defs; + + /* bitset of ssa definitions we have found; used to check uniqueness */ + BITSET_WORD *ssa_defs_found; + + /* bitset of registers we have currently found; used to check uniqueness */ + BITSET_WORD *regs_found; + + /* map of local variable -> function implementation where it is defined */ + struct hash_table *var_defs; +} validate_state; + +static void validate_src(nir_src *src, validate_state *state); + +static void +validate_reg_src(nir_reg_src *src, validate_state *state) +{ + assert(src->reg != NULL); + + struct hash_entry *entry; + entry = _mesa_hash_table_search(state->regs, src->reg); + assert(entry); + + reg_validate_state *reg_state = (reg_validate_state *) entry->data; + + if (state->instr) { + _mesa_set_add(reg_state->uses, state->instr); + + assert(_mesa_set_search(src->reg->uses, state->instr)); + } else { + assert(state->if_stmt); + _mesa_set_add(reg_state->if_uses, state->if_stmt); + + assert(_mesa_set_search(src->reg->if_uses, state->if_stmt)); + } + + if (!src->reg->is_global) { + assert(reg_state->where_defined == state->impl && + "using a register declared in a different function"); + } + + assert((src->reg->num_array_elems == 0 || + src->base_offset < src->reg->num_array_elems) && + "definitely out-of-bounds array access"); + + if (src->indirect) { + assert(src->reg->num_array_elems != 0); + assert((src->indirect->is_ssa || src->indirect->reg.indirect == NULL) && + "only one level of indirection allowed"); + validate_src(src->indirect, state); + } +} + +static void +validate_ssa_src(nir_ssa_def *def, validate_state *state) +{ + assert(def != NULL); + + struct hash_entry *entry = _mesa_hash_table_search(state->ssa_defs, def); + + assert(entry); + + ssa_def_validate_state *def_state = (ssa_def_validate_state *)entry->data; + + assert(def_state->where_defined == state->impl && + "using an SSA value defined in a different function"); + + if (state->instr) { + _mesa_set_add(def_state->uses, state->instr); + + assert(_mesa_set_search(def->uses, state->instr)); + } else { + assert(state->if_stmt); + _mesa_set_add(def_state->if_uses, state->if_stmt); + + assert(_mesa_set_search(def->if_uses, state->if_stmt)); + } + + /* TODO validate that the use is dominated by the definition */ +} + +static void +validate_src(nir_src *src, validate_state *state) +{ + if (src->is_ssa) + validate_ssa_src(src->ssa, state); + else + validate_reg_src(&src->reg, state); +} + +static void +validate_alu_src(nir_alu_instr *instr, unsigned index, validate_state *state) +{ + nir_alu_src *src = &instr->src[index]; + + unsigned num_components; + if (src->src.is_ssa) + num_components = src->src.ssa->num_components; + else { + if (src->src.reg.reg->is_packed) + num_components = 4; /* can't check anything */ + else + num_components = src->src.reg.reg->num_components; + } + for (unsigned i = 0; i < 4; i++) { + assert(src->swizzle[i] < 4); + + if (nir_alu_instr_channel_used(instr, index, i)) + assert(src->swizzle[i] < num_components); + } + + validate_src(&src->src, state); +} + +static void +validate_reg_dest(nir_reg_dest *dest, validate_state *state) +{ + assert(dest->reg != NULL); + + struct set_entry *entry = _mesa_set_search(dest->reg->defs, state->instr); + assert(entry && "definition not in nir_register.defs"); + + struct hash_entry *entry2; + entry2 = _mesa_hash_table_search(state->regs, dest->reg); + + assert(entry2); + + reg_validate_state *reg_state = (reg_validate_state *) entry2->data; + _mesa_set_add(reg_state->defs, state->instr); + + if (!dest->reg->is_global) { + assert(reg_state->where_defined == state->impl && + "writing to a register declared in a different function"); + } + + assert((dest->reg->num_array_elems == 0 || + dest->base_offset < dest->reg->num_array_elems) && + "definitely out-of-bounds array access"); + + if (dest->indirect) { + assert(dest->reg->num_array_elems != 0); + assert((dest->indirect->is_ssa || dest->indirect->reg.indirect == NULL) && + "only one level of indirection allowed"); + validate_src(dest->indirect, state); + } +} + +static void +validate_ssa_def(nir_ssa_def *def, validate_state *state) +{ + assert(def->index < state->impl->ssa_alloc); + assert(!BITSET_TEST(state->ssa_defs_found, def->index)); + BITSET_SET(state->ssa_defs_found, def->index); + + assert(def->num_components <= 4); + + ssa_def_validate_state *def_state = ralloc(state->ssa_defs, + ssa_def_validate_state); + def_state->where_defined = state->impl; + def_state->uses = _mesa_set_create(def_state, _mesa_hash_pointer, + _mesa_key_pointer_equal); + def_state->if_uses = _mesa_set_create(def_state, _mesa_hash_pointer, + _mesa_key_pointer_equal); + _mesa_hash_table_insert(state->ssa_defs, def, def_state); +} + +static void +validate_dest(nir_dest *dest, validate_state *state) +{ + if (dest->is_ssa) + validate_ssa_def(&dest->ssa, state); + else + validate_reg_dest(&dest->reg, state); +} + +static void +validate_alu_dest(nir_alu_dest *dest, validate_state *state) +{ + unsigned dest_size = + dest->dest.is_ssa ? dest->dest.ssa.num_components + : dest->dest.reg.reg->num_components; + bool is_packed = !dest->dest.is_ssa && dest->dest.reg.reg->is_packed; + /* + * validate that the instruction doesn't write to components not in the + * register/SSA value + */ + assert(is_packed || !(dest->write_mask & ~((1 << dest_size) - 1))); + + /* validate that saturate is only ever used on instructions with + * destinations of type float + */ + nir_alu_instr *alu = nir_instr_as_alu(state->instr); + assert(nir_op_infos[alu->op].output_type == nir_type_float || + !dest->saturate); + + validate_dest(&dest->dest, state); +} + +static void +validate_alu_instr(nir_alu_instr *instr, validate_state *state) +{ + assert(instr->op < nir_num_opcodes); + + validate_alu_dest(&instr->dest, state); + + for (unsigned i = 0; i < nir_op_infos[instr->op].num_inputs; i++) { + validate_alu_src(instr, i, state); + } +} + +static void +validate_deref_chain(nir_deref *deref, validate_state *state) +{ + nir_deref *parent = NULL; + while (deref != NULL) { + switch (deref->deref_type) { + case nir_deref_type_array: + assert(deref->type == glsl_get_array_element(parent->type)); + if (nir_deref_as_array(deref)->deref_array_type == + nir_deref_array_type_indirect) + validate_src(&nir_deref_as_array(deref)->indirect, state); + break; + + case nir_deref_type_struct: + assert(deref->type == + glsl_get_struct_field(parent->type, + nir_deref_as_struct(deref)->index)); + break; + + case nir_deref_type_var: + break; + + default: + assert(!"Invalid deref type"); + break; + } + + parent = deref; + deref = deref->child; + } +} + +static void +validate_var_use(nir_variable *var, validate_state *state) +{ + if (var->data.mode == nir_var_local) { + struct hash_entry *entry = _mesa_hash_table_search(state->var_defs, var); + + assert(entry); + assert((nir_function_impl *) entry->data == state->impl); + } +} + +static void +validate_deref_var(nir_deref_var *deref, validate_state *state) +{ + assert(deref != NULL); + assert(deref->deref.type == deref->var->type); + + validate_var_use(deref->var, state); + + validate_deref_chain(&deref->deref, state); +} + +static void +validate_intrinsic_instr(nir_intrinsic_instr *instr, validate_state *state) +{ + unsigned num_srcs = nir_intrinsic_infos[instr->intrinsic].num_srcs; + for (unsigned i = 0; i < num_srcs; i++) { + unsigned components_read = + nir_intrinsic_infos[instr->intrinsic].src_components[i]; + if (components_read == 0) + components_read = instr->num_components; + + assert(components_read > 0); + + if (instr->src[i].is_ssa) { + assert(components_read <= instr->src[i].ssa->num_components); + } else if (!instr->src[i].reg.reg->is_packed) { + assert(components_read <= instr->src[i].reg.reg->num_components); + } + + validate_src(&instr->src[i], state); + } + + if (nir_intrinsic_infos[instr->intrinsic].has_dest) { + unsigned components_written = + nir_intrinsic_infos[instr->intrinsic].dest_components; + if (components_written == 0) + components_written = instr->num_components; + + assert(components_written > 0); + + if (instr->dest.is_ssa) { + assert(components_written <= instr->dest.ssa.num_components); + } else if (!instr->dest.reg.reg->is_packed) { + assert(components_written <= instr->dest.reg.reg->num_components); + } + + validate_dest(&instr->dest, state); + } + + unsigned num_vars = nir_intrinsic_infos[instr->intrinsic].num_variables; + for (unsigned i = 0; i < num_vars; i++) { + validate_deref_var(instr->variables[i], state); + } + + switch (instr->intrinsic) { + case nir_intrinsic_load_var: + assert(instr->variables[0]->var->data.mode != nir_var_shader_out); + break; + case nir_intrinsic_store_var: + assert(instr->variables[0]->var->data.mode != nir_var_shader_in && + instr->variables[0]->var->data.mode != nir_var_uniform); + break; + case nir_intrinsic_copy_var: + assert(instr->variables[0]->var->data.mode != nir_var_shader_in && + instr->variables[0]->var->data.mode != nir_var_uniform); + assert(instr->variables[1]->var->data.mode != nir_var_shader_out); + break; + default: + break; + } +} + +static void +validate_tex_instr(nir_tex_instr *instr, validate_state *state) +{ + validate_dest(&instr->dest, state); + + bool src_type_seen[nir_num_tex_src_types]; + for (unsigned i = 0; i < nir_num_tex_src_types; i++) + src_type_seen[i] = false; + + for (unsigned i = 0; i < instr->num_srcs; i++) { + assert(!src_type_seen[instr->src[i].src_type]); + src_type_seen[instr->src[i].src_type] = true; + validate_src(&instr->src[i].src, state); + } + + if (instr->sampler != NULL) + validate_deref_var(instr->sampler, state); +} + +static void +validate_call_instr(nir_call_instr *instr, validate_state *state) +{ + if (instr->return_deref == NULL) + assert(glsl_type_is_void(instr->callee->return_type)); + else + assert(instr->return_deref->deref.type == instr->callee->return_type); + + assert(instr->num_params == instr->callee->num_params); + + for (unsigned i = 0; i < instr->num_params; i++) { + assert(instr->callee->params[i].type == instr->params[i]->deref.type); + validate_deref_var(instr->params[i], state); + } + + validate_deref_var(instr->return_deref, state); +} + +static void +validate_load_const_instr(nir_load_const_instr *instr, validate_state *state) +{ + validate_ssa_def(&instr->def, state); +} + +static void +validate_ssa_undef_instr(nir_ssa_undef_instr *instr, validate_state *state) +{ + validate_ssa_def(&instr->def, state); +} + +static void +validate_phi_instr(nir_phi_instr *instr, validate_state *state) +{ + /* + * don't validate the sources until we get to them from their predecessor + * basic blocks, to avoid validating an SSA use before its definition. + */ + + validate_dest(&instr->dest, state); + + exec_list_validate(&instr->srcs); + assert(exec_list_length(&instr->srcs) == + state->block->predecessors->entries); +} + +static void +validate_instr(nir_instr *instr, validate_state *state) +{ + assert(instr->block == state->block); + + state->instr = instr; + + switch (instr->type) { + case nir_instr_type_alu: + validate_alu_instr(nir_instr_as_alu(instr), state); + break; + + case nir_instr_type_call: + validate_call_instr(nir_instr_as_call(instr), state); + break; + + case nir_instr_type_intrinsic: + validate_intrinsic_instr(nir_instr_as_intrinsic(instr), state); + break; + + case nir_instr_type_tex: + validate_tex_instr(nir_instr_as_tex(instr), state); + break; + + case nir_instr_type_load_const: + validate_load_const_instr(nir_instr_as_load_const(instr), state); + break; + + case nir_instr_type_phi: + validate_phi_instr(nir_instr_as_phi(instr), state); + break; + + case nir_instr_type_ssa_undef: + validate_ssa_undef_instr(nir_instr_as_ssa_undef(instr), state); + break; + + case nir_instr_type_jump: + break; + + default: + assert(!"Invalid ALU instruction type"); + break; + } + + state->instr = NULL; +} + +static void +validate_phi_src(nir_phi_instr *instr, nir_block *pred, validate_state *state) +{ + state->instr = &instr->instr; + + assert(instr->dest.is_ssa); + + exec_list_validate(&instr->srcs); + nir_foreach_phi_src(instr, src) { + if (src->pred == pred) { + assert(src->src.is_ssa); + assert(src->src.ssa->num_components == + instr->dest.ssa.num_components); + + validate_src(&src->src, state); + state->instr = NULL; + return; + } + } + + abort(); +} + +static void +validate_phi_srcs(nir_block *block, nir_block *succ, validate_state *state) +{ + nir_foreach_instr(succ, instr) { + if (instr->type != nir_instr_type_phi) + break; + + validate_phi_src(nir_instr_as_phi(instr), block, state); + } +} + +static void validate_cf_node(nir_cf_node *node, validate_state *state); + +static void +validate_block(nir_block *block, validate_state *state) +{ + assert(block->cf_node.parent == state->parent_node); + + state->block = block; + + exec_list_validate(&block->instr_list); + nir_foreach_instr(block, instr) { + if (instr->type == nir_instr_type_phi) { + assert(instr == nir_block_first_instr(block) || + nir_instr_prev(instr)->type == nir_instr_type_phi); + } + + if (instr->type == nir_instr_type_jump) { + assert(instr == nir_block_last_instr(block)); + } + + validate_instr(instr, state); + } + + assert(block->successors[0] != NULL); + + for (unsigned i = 0; i < 2; i++) { + if (block->successors[i] != NULL) { + struct set_entry *entry = + _mesa_set_search(block->successors[i]->predecessors, block); + assert(entry); + + validate_phi_srcs(block, block->successors[i], state); + } + } + + if (!exec_list_is_empty(&block->instr_list) && + nir_block_last_instr(block)->type == nir_instr_type_jump) + assert(block->successors[1] == NULL); +} + +static void +validate_if(nir_if *if_stmt, validate_state *state) +{ + state->if_stmt = if_stmt; + + assert(!exec_node_is_head_sentinel(if_stmt->cf_node.node.prev)); + nir_cf_node *prev_node = nir_cf_node_prev(&if_stmt->cf_node); + assert(prev_node->type == nir_cf_node_block); + + nir_block *prev_block = nir_cf_node_as_block(prev_node); + assert(&prev_block->successors[0]->cf_node == + nir_if_first_then_node(if_stmt)); + assert(&prev_block->successors[1]->cf_node == + nir_if_first_else_node(if_stmt)); + + assert(!exec_node_is_tail_sentinel(if_stmt->cf_node.node.next)); + nir_cf_node *next_node = nir_cf_node_next(&if_stmt->cf_node); + assert(next_node->type == nir_cf_node_block); + + validate_src(&if_stmt->condition, state); + + assert(!exec_list_is_empty(&if_stmt->then_list)); + assert(!exec_list_is_empty(&if_stmt->else_list)); + + nir_cf_node *old_parent = state->parent_node; + state->parent_node = &if_stmt->cf_node; + + exec_list_validate(&if_stmt->then_list); + foreach_list_typed(nir_cf_node, cf_node, node, &if_stmt->then_list) { + validate_cf_node(cf_node, state); + } + + exec_list_validate(&if_stmt->else_list); + foreach_list_typed(nir_cf_node, cf_node, node, &if_stmt->else_list) { + validate_cf_node(cf_node, state); + } + + state->parent_node = old_parent; + state->if_stmt = NULL; +} + +static void +validate_loop(nir_loop *loop, validate_state *state) +{ + assert(!exec_node_is_head_sentinel(loop->cf_node.node.prev)); + nir_cf_node *prev_node = nir_cf_node_prev(&loop->cf_node); + assert(prev_node->type == nir_cf_node_block); + + nir_block *prev_block = nir_cf_node_as_block(prev_node); + assert(&prev_block->successors[0]->cf_node == nir_loop_first_cf_node(loop)); + assert(prev_block->successors[1] == NULL); + + assert(!exec_node_is_tail_sentinel(loop->cf_node.node.next)); + nir_cf_node *next_node = nir_cf_node_next(&loop->cf_node); + assert(next_node->type == nir_cf_node_block); + + assert(!exec_list_is_empty(&loop->body)); + + nir_cf_node *old_parent = state->parent_node; + state->parent_node = &loop->cf_node; + + exec_list_validate(&loop->body); + foreach_list_typed(nir_cf_node, cf_node, node, &loop->body) { + validate_cf_node(cf_node, state); + } + + state->parent_node = old_parent; +} + +static void +validate_cf_node(nir_cf_node *node, validate_state *state) +{ + assert(node->parent == state->parent_node); + + switch (node->type) { + case nir_cf_node_block: + validate_block(nir_cf_node_as_block(node), state); + break; + + case nir_cf_node_if: + validate_if(nir_cf_node_as_if(node), state); + break; + + case nir_cf_node_loop: + validate_loop(nir_cf_node_as_loop(node), state); + break; + + default: + assert(!"Invalid ALU instruction type"); + break; + } +} + +static void +prevalidate_reg_decl(nir_register *reg, bool is_global, validate_state *state) +{ + assert(reg->is_global == is_global); + + if (is_global) + assert(reg->index < state->shader->reg_alloc); + else + assert(reg->index < state->impl->reg_alloc); + assert(!BITSET_TEST(state->regs_found, reg->index)); + BITSET_SET(state->regs_found, reg->index); + + reg_validate_state *reg_state = ralloc(state->regs, reg_validate_state); + reg_state->uses = _mesa_set_create(reg_state, _mesa_hash_pointer, + _mesa_key_pointer_equal); + reg_state->if_uses = _mesa_set_create(reg_state, _mesa_hash_pointer, + _mesa_key_pointer_equal); + reg_state->defs = _mesa_set_create(reg_state, _mesa_hash_pointer, + _mesa_key_pointer_equal); + + reg_state->where_defined = is_global ? NULL : state->impl; + + _mesa_hash_table_insert(state->regs, reg, reg_state); +} + +static void +postvalidate_reg_decl(nir_register *reg, validate_state *state) +{ + struct hash_entry *entry = _mesa_hash_table_search(state->regs, reg); + + reg_validate_state *reg_state = (reg_validate_state *) entry->data; + + if (reg_state->uses->entries != reg->uses->entries) { + printf("extra entries in register uses:\n"); + struct set_entry *entry; + set_foreach(reg->uses, entry) { + struct set_entry *entry2 = + _mesa_set_search(reg_state->uses, entry->key); + + if (entry2 == NULL) { + printf("%p\n", entry->key); + } + } + + abort(); + } + + if (reg_state->if_uses->entries != reg->if_uses->entries) { + printf("extra entries in register if_uses:\n"); + struct set_entry *entry; + set_foreach(reg->if_uses, entry) { + struct set_entry *entry2 = + _mesa_set_search(reg_state->if_uses, entry->key); + + if (entry2 == NULL) { + printf("%p\n", entry->key); + } + } + + abort(); + } + + if (reg_state->defs->entries != reg->defs->entries) { + printf("extra entries in register defs:\n"); + struct set_entry *entry; + set_foreach(reg->defs, entry) { + struct set_entry *entry2 = + _mesa_set_search(reg_state->defs, entry->key); + + if (entry2 == NULL) { + printf("%p\n", entry->key); + } + } + + abort(); + } +} + +static void +validate_var_decl(nir_variable *var, bool is_global, validate_state *state) +{ + assert(is_global != (var->data.mode == nir_var_local)); + + /* + * TODO validate some things ir_validate.cpp does (requires more GLSL type + * support) + */ + + if (!is_global) { + _mesa_hash_table_insert(state->var_defs, var, state->impl); + } +} + +static bool +postvalidate_ssa_def(nir_ssa_def *def, void *void_state) +{ + validate_state *state = void_state; + + struct hash_entry *entry = _mesa_hash_table_search(state->ssa_defs, def); + ssa_def_validate_state *def_state = (ssa_def_validate_state *)entry->data; + + if (def_state->uses->entries != def->uses->entries) { + printf("extra entries in SSA def uses:\n"); + struct set_entry *entry; + set_foreach(def->uses, entry) { + struct set_entry *entry2 = + _mesa_set_search(def_state->uses, entry->key); + + if (entry2 == NULL) { + printf("%p\n", entry->key); + } + } + + abort(); + } + + if (def_state->if_uses->entries != def->if_uses->entries) { + printf("extra entries in SSA def uses:\n"); + struct set_entry *entry; + set_foreach(def->if_uses, entry) { + struct set_entry *entry2 = + _mesa_set_search(def_state->if_uses, entry->key); + + if (entry2 == NULL) { + printf("%p\n", entry->key); + } + } + + abort(); + } + + return true; +} + +static bool +postvalidate_ssa_defs_block(nir_block *block, void *state) +{ + nir_foreach_instr(block, instr) + nir_foreach_ssa_def(instr, postvalidate_ssa_def, state); + + return true; +} + +static void +validate_function_impl(nir_function_impl *impl, validate_state *state) +{ + assert(impl->overload->impl == impl); + assert(impl->cf_node.parent == NULL); + + assert(impl->num_params == impl->overload->num_params); + for (unsigned i = 0; i < impl->num_params; i++) + assert(impl->params[i]->type == impl->overload->params[i].type); + + if (glsl_type_is_void(impl->overload->return_type)) + assert(impl->return_var == NULL); + else + assert(impl->return_var->type == impl->overload->return_type); + + assert(exec_list_is_empty(&impl->end_block->instr_list)); + assert(impl->end_block->successors[0] == NULL); + assert(impl->end_block->successors[1] == NULL); + + state->impl = impl; + state->parent_node = &impl->cf_node; + + exec_list_validate(&impl->locals); + foreach_list_typed(nir_variable, var, node, &impl->locals) { + validate_var_decl(var, false, state); + } + + state->regs_found = realloc(state->regs_found, + BITSET_WORDS(impl->reg_alloc) * + sizeof(BITSET_WORD)); + memset(state->regs_found, 0, BITSET_WORDS(impl->reg_alloc) * + sizeof(BITSET_WORD)); + exec_list_validate(&impl->registers); + foreach_list_typed(nir_register, reg, node, &impl->registers) { + prevalidate_reg_decl(reg, false, state); + } + + state->ssa_defs_found = realloc(state->ssa_defs_found, + BITSET_WORDS(impl->ssa_alloc) * + sizeof(BITSET_WORD)); + memset(state->ssa_defs_found, 0, BITSET_WORDS(impl->ssa_alloc) * + sizeof(BITSET_WORD)); + exec_list_validate(&impl->body); + foreach_list_typed(nir_cf_node, node, node, &impl->body) { + validate_cf_node(node, state); + } + + foreach_list_typed(nir_register, reg, node, &impl->registers) { + postvalidate_reg_decl(reg, state); + } + + nir_foreach_block(impl, postvalidate_ssa_defs_block, state); +} + +static void +validate_function_overload(nir_function_overload *overload, + validate_state *state) +{ + if (overload->impl != NULL) + validate_function_impl(overload->impl, state); +} + +static void +validate_function(nir_function *func, validate_state *state) +{ + exec_list_validate(&func->overload_list); + foreach_list_typed(nir_function_overload, overload, node, &func->overload_list) { + assert(overload->function == func); + validate_function_overload(overload, state); + } +} + +static void +init_validate_state(validate_state *state) +{ + state->regs = _mesa_hash_table_create(NULL, _mesa_hash_pointer, + _mesa_key_pointer_equal); + state->ssa_defs = _mesa_hash_table_create(NULL, _mesa_hash_pointer, + _mesa_key_pointer_equal); + state->ssa_defs_found = NULL; + state->regs_found = NULL; + state->var_defs = _mesa_hash_table_create(NULL, _mesa_hash_pointer, + _mesa_key_pointer_equal); +} + +static void +destroy_validate_state(validate_state *state) +{ + _mesa_hash_table_destroy(state->regs, NULL); + _mesa_hash_table_destroy(state->ssa_defs, NULL); + free(state->ssa_defs_found); + free(state->regs_found); + _mesa_hash_table_destroy(state->var_defs, NULL); +} + +void +nir_validate_shader(nir_shader *shader) +{ + validate_state state; + init_validate_state(&state); + + state.shader = shader; + + struct hash_entry *entry; + hash_table_foreach(shader->uniforms, entry) { + validate_var_decl((nir_variable *) entry->data, true, &state); + } + + hash_table_foreach(shader->inputs, entry) { + validate_var_decl((nir_variable *) entry->data, true, &state); + } + + hash_table_foreach(shader->outputs, entry) { + validate_var_decl((nir_variable *) entry->data, true, &state); + } + + exec_list_validate(&shader->globals); + foreach_list_typed(nir_variable, var, node, &shader->globals) { + validate_var_decl(var, true, &state); + } + + exec_list_validate(&shader->system_values); + foreach_list_typed(nir_variable, var, node, &shader->system_values) { + validate_var_decl(var, true, &state); + } + + state.regs_found = realloc(state.regs_found, + BITSET_WORDS(shader->reg_alloc) * + sizeof(BITSET_WORD)); + memset(state.regs_found, 0, BITSET_WORDS(shader->reg_alloc) * + sizeof(BITSET_WORD)); + exec_list_validate(&shader->registers); + foreach_list_typed(nir_register, reg, node, &shader->registers) { + prevalidate_reg_decl(reg, true, &state); + } + + exec_list_validate(&shader->functions); + foreach_list_typed(nir_function, func, node, &shader->functions) { + validate_function(func, &state); + } + + foreach_list_typed(nir_register, reg, node, &shader->registers) { + postvalidate_reg_decl(reg, &state); + } + + destroy_validate_state(&state); +} + +#endif /* NDEBUG */ diff --git a/mesalib/src/glsl/nir/nir_worklist.c b/mesalib/src/glsl/nir/nir_worklist.c new file mode 100644 index 000000000..a8baae937 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_worklist.c @@ -0,0 +1,144 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Jason Ekstrand (jason@jlekstrand.net) + * + */ + +#include "nir_worklist.h" + +void +nir_block_worklist_init(nir_block_worklist *w, unsigned num_blocks, + void *mem_ctx) +{ + w->size = num_blocks; + w->count = 0; + w->start = 0; + + w->blocks_present = rzalloc_array(mem_ctx, BITSET_WORD, + BITSET_WORDS(num_blocks)); + w->blocks = ralloc_array(mem_ctx, nir_block *, num_blocks); +} + +void +nir_block_worklist_fini(nir_block_worklist *w) +{ + ralloc_free(w->blocks_present); + ralloc_free(w->blocks); +} + +static bool +worklist_add_block(nir_block *block, void *w) +{ + nir_block_worklist_push_tail(w, block); + + return true; +} + +void +nir_block_worklist_add_all(nir_block_worklist *w, nir_function_impl *impl) +{ + nir_foreach_block(impl, worklist_add_block, w); +} + +void +nir_block_worklist_push_head(nir_block_worklist *w, nir_block *block) +{ + /* Pushing a block we already have is a no-op */ + if (BITSET_TEST(w->blocks_present, block->index)) + return; + + assert(w->count < w->size); + + if (w->start == 0) + w->start = w->size - 1; + else + w->start--; + + w->count++; + + w->blocks[w->start] = block; + BITSET_SET(w->blocks_present, block->index); +} + +nir_block * +nir_block_worklist_peek_head(nir_block_worklist *w) +{ + assert(w->count > 0); + + return w->blocks[w->start]; +} + +nir_block * +nir_block_worklist_pop_head(nir_block_worklist *w) +{ + assert(w->count > 0); + + unsigned head = w->start; + + w->start = (w->start + 1) % w->size; + w->count--; + + BITSET_CLEAR(w->blocks_present, w->blocks[head]->index); + return w->blocks[head]; +} + +void +nir_block_worklist_push_tail(nir_block_worklist *w, nir_block *block) +{ + /* Pushing a block we already have is a no-op */ + if (BITSET_TEST(w->blocks_present, block->index)) + return; + + assert(w->count < w->size); + + w->count++; + + unsigned tail = w->start = (w->start + w->count - 1) % w->size; + + w->blocks[tail] = block; + BITSET_SET(w->blocks_present, block->index); +} + +nir_block * +nir_block_worklist_peek_tail(nir_block_worklist *w) +{ + assert(w->count > 0); + + unsigned tail = w->start = (w->start + w->count - 1) % w->size; + + return w->blocks[tail]; +} + +nir_block * +nir_block_worklist_pop_tail(nir_block_worklist *w) +{ + assert(w->count > 0); + + unsigned tail = w->start = (w->start + w->count - 1) % w->size; + + w->count--; + + BITSET_CLEAR(w->blocks_present, w->blocks[tail]->index); + return w->blocks[tail]; +} diff --git a/mesalib/src/glsl/nir/nir_worklist.h b/mesalib/src/glsl/nir/nir_worklist.h new file mode 100644 index 000000000..d5a8568e4 --- /dev/null +++ b/mesalib/src/glsl/nir/nir_worklist.h @@ -0,0 +1,91 @@ +/* + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Jason Ekstrand (jason@jlekstrand.net) + * + */ + +#pragma once + +#ifndef _NIR_WORKLIST_ +#define _NIR_WORKLIST_ + +#include "nir.h" + +#ifdef __cplusplus +extern "C" { +#endif + +/** Represents a double-ended queue of unique blocks + * + * The worklist datastructure guarantees that eacy block is in the queue at + * most once. Pushing a block onto either end of the queue is a no-op if + * the block is already in the queue. In order for this to work, the + * caller must ensure that the blocks are properly indexed. + */ +typedef struct { + /* The total size of the worklist */ + unsigned size; + + /* The number of blocks currently in the worklist */ + unsigned count; + + /* The offset in the array of blocks at which the list starts */ + unsigned start; + + /* A bitset of all of the blocks currently present in the worklist */ + BITSET_WORD *blocks_present; + + /* The actual worklist */ + nir_block **blocks; +} nir_block_worklist; + +void nir_block_worklist_init(nir_block_worklist *w, unsigned num_blocks, + void *mem_ctx); +void nir_block_worklist_fini(nir_block_worklist *w); + +void nir_block_worklist_add_all(nir_block_worklist *w, nir_function_impl *impl); + +static inline bool +nir_block_worklist_is_empty(const nir_block_worklist *w) +{ + return w->count == 0; +} + +void nir_block_worklist_push_head(nir_block_worklist *w, nir_block *block); + +nir_block *nir_block_worklist_peek_head(nir_block_worklist *w); + +nir_block *nir_block_worklist_pop_head(nir_block_worklist *w); + +void nir_block_worklist_push_tail(nir_block_worklist *w, nir_block *block); + +nir_block *nir_block_worklist_peek_tail(nir_block_worklist *w); + +nir_block *nir_block_worklist_pop_tail(nir_block_worklist *w); + +#ifdef __cplusplus +} /* extern "C" */ +#endif + +#endif /* _NIR_WORKLIST_ */ diff --git a/mesalib/src/glsl/opt_algebraic.cpp b/mesalib/src/glsl/opt_algebraic.cpp index c6f4a9c78..6784242ff 100644 --- a/mesalib/src/glsl/opt_algebraic.cpp +++ b/mesalib/src/glsl/opt_algebraic.cpp @@ -119,6 +119,8 @@ is_valid_vec_const(ir_constant *ir) static inline bool is_less_than_one(ir_constant *ir) { + assert(ir->type->base_type == GLSL_TYPE_FLOAT); + if (!is_valid_vec_const(ir)) return false; @@ -134,6 +136,8 @@ is_less_than_one(ir_constant *ir) static inline bool is_greater_than_zero(ir_constant *ir) { + assert(ir->type->base_type == GLSL_TYPE_FLOAT); + if (!is_valid_vec_const(ir)) return false; @@ -376,6 +380,15 @@ ir_algebraic_visitor::handle_expression(ir_expression *ir) } break; + case ir_unop_f2i: + case ir_unop_f2u: + if (op_expr[0] && op_expr[0]->operation == ir_unop_trunc) { + return new(mem_ctx) ir_expression(ir->operation, + ir->type, + op_expr[0]->operands[0]); + } + break; + case ir_unop_logic_not: { enum ir_expression_operation new_op = ir_unop_logic_not; @@ -514,10 +527,45 @@ ir_algebraic_visitor::handle_expression(ir_expression *ir) if (op_const[1] && !op_const[0]) reassociate_constant(ir, 1, op_const[1], op_expr[0]); + /* Optimizes + * + * (mul (floor (add (abs x) 0.5) (sign x))) + * + * into + * + * (trunc (add x (mul (sign x) 0.5))) + */ + for (int i = 0; i < 2; i++) { + ir_expression *sign_expr = ir->operands[i]->as_expression(); + ir_expression *floor_expr = ir->operands[1 - i]->as_expression(); + + if (!sign_expr || sign_expr->operation != ir_unop_sign || + !floor_expr || floor_expr->operation != ir_unop_floor) + continue; + + ir_expression *add_expr = floor_expr->operands[0]->as_expression(); + + for (int j = 0; j < 2; j++) { + ir_expression *abs_expr = add_expr->operands[j]->as_expression(); + if (!abs_expr || abs_expr->operation != ir_unop_abs) + continue; + + ir_constant *point_five = add_expr->operands[1 - j]->as_constant(); + if (!point_five->is_value(0.5, 0)) + continue; + + if (abs_expr->operands[0]->equals(sign_expr->operands[0])) { + return trunc(add(abs_expr->operands[0], + mul(sign_expr, point_five))); + } + } + } break; case ir_binop_div: - if (is_vec_one(op_const[0]) && ir->type->base_type == GLSL_TYPE_FLOAT) { + if (is_vec_one(op_const[0]) && ( + ir->type->base_type == GLSL_TYPE_FLOAT || + ir->type->base_type == GLSL_TYPE_DOUBLE)) { return new(mem_ctx) ir_expression(ir_unop_rcp, ir->operands[1]->type, ir->operands[1], @@ -538,7 +586,7 @@ ir_algebraic_visitor::handle_expression(ir_expression *ir) unsigned components[4] = { 0 }, count = 0; for (unsigned c = 0; c < op_const[i]->type->vector_elements; c++) { - if (op_const[i]->value.f[c] == 0.0) + if (op_const[i]->is_zero()) continue; components[count] = c; @@ -554,7 +602,7 @@ ir_algebraic_visitor::handle_expression(ir_expression *ir) /* Swizzle both operands to remove the channels that were zero. */ return new(mem_ctx) - ir_expression(op, glsl_type::float_type, + ir_expression(op, ir->type, new(mem_ctx) ir_swizzle(ir->operands[0], components, count), new(mem_ctx) ir_swizzle(ir->operands[1], @@ -747,6 +795,12 @@ ir_algebraic_visitor::handle_expression(ir_expression *ir) if (op_expr[0] && op_expr[0]->operation == ir_unop_rcp) return op_expr[0]->operands[0]; + if (op_expr[0] && (op_expr[0]->operation == ir_unop_exp2 || + op_expr[0]->operation == ir_unop_exp)) { + return new(mem_ctx) ir_expression(op_expr[0]->operation, ir->type, + neg(op_expr[0]->operands[0])); + } + /* While ir_to_mesa.cpp will lower sqrt(x) to rcp(rsq(x)), it does so at * its IR level, so we can always apply this transformation. */ @@ -785,7 +839,19 @@ ir_algebraic_visitor::handle_expression(ir_expression *ir) return mul(ir->operands[1], ir->operands[2]); } else if (is_vec_zero(op_const[1])) { unsigned op2_components = ir->operands[2]->type->vector_elements; - ir_constant *one = new(mem_ctx) ir_constant(1.0f, op2_components); + ir_constant *one; + + switch (ir->type->base_type) { + case GLSL_TYPE_FLOAT: + one = new(mem_ctx) ir_constant(1.0f, op2_components); + break; + case GLSL_TYPE_DOUBLE: + one = new(mem_ctx) ir_constant(1.0, op2_components); + break; + default: + unreachable("unexpected type"); + } + return mul(ir->operands[0], add(one, neg(ir->operands[2]))); } break; diff --git a/mesalib/src/glsl/opt_constant_propagation.cpp b/mesalib/src/glsl/opt_constant_propagation.cpp index c334e1276..90cc0c89b 100644 --- a/mesalib/src/glsl/opt_constant_propagation.cpp +++ b/mesalib/src/glsl/opt_constant_propagation.cpp @@ -194,6 +194,9 @@ ir_constant_propagation_visitor::handle_rvalue(ir_rvalue **rvalue) case GLSL_TYPE_FLOAT: data.f[i] = found->constant->value.f[rhs_channel]; break; + case GLSL_TYPE_DOUBLE: + data.d[i] = found->constant->value.d[rhs_channel]; + break; case GLSL_TYPE_INT: data.i[i] = found->constant->value.i[rhs_channel]; break; diff --git a/mesalib/src/glsl/opt_copy_propagation.cpp b/mesalib/src/glsl/opt_copy_propagation.cpp index 5c65af66b..806027b28 100644 --- a/mesalib/src/glsl/opt_copy_propagation.cpp +++ b/mesalib/src/glsl/opt_copy_propagation.cpp @@ -128,6 +128,9 @@ ir_copy_propagation_visitor::visit_enter(ir_function_signature *ir) visit_list_elements(this, &ir->body); + ralloc_free(this->acp); + ralloc_free(this->kills); + this->kills = orig_kills; this->acp = orig_acp; this->killed_all = orig_killed_all; @@ -215,7 +218,7 @@ ir_copy_propagation_visitor::handle_if_block(exec_list *instructions) /* Populate the initial acp with a copy of the original */ foreach_in_list(acp_entry, a, orig_acp) { - this->acp->push_tail(new(this->mem_ctx) acp_entry(a->lhs, a->rhs)); + this->acp->push_tail(new(this->acp) acp_entry(a->lhs, a->rhs)); } visit_list_elements(this, instructions); @@ -226,12 +229,15 @@ ir_copy_propagation_visitor::handle_if_block(exec_list *instructions) exec_list *new_kills = this->kills; this->kills = orig_kills; + ralloc_free(this->acp); this->acp = orig_acp; this->killed_all = this->killed_all || orig_killed_all; foreach_in_list(kill_entry, k, new_kills) { kill(k->var); } + + ralloc_free(new_kills); } ir_visitor_status @@ -269,6 +275,7 @@ ir_copy_propagation_visitor::visit_enter(ir_loop *ir) exec_list *new_kills = this->kills; this->kills = orig_kills; + ralloc_free(this->acp); this->acp = orig_acp; this->killed_all = this->killed_all || orig_killed_all; @@ -276,6 +283,8 @@ ir_copy_propagation_visitor::visit_enter(ir_loop *ir) kill(k->var); } + ralloc_free(new_kills); + /* already descended into the children. */ return visit_continue_with_parent; } @@ -294,7 +303,7 @@ ir_copy_propagation_visitor::kill(ir_variable *var) /* Add the LHS variable to the list of killed variables in this block. */ - this->kills->push_tail(new(this->mem_ctx) kill_entry(var)); + this->kills->push_tail(new(this->kills) kill_entry(var)); } /** @@ -322,7 +331,7 @@ ir_copy_propagation_visitor::add_copy(ir_assignment *ir) ir->condition = new(ralloc_parent(ir)) ir_constant(false); this->progress = true; } else { - entry = new(this->mem_ctx) acp_entry(lhs_var, rhs_var); + entry = new(this->acp) acp_entry(lhs_var, rhs_var); this->acp->push_tail(entry); } } diff --git a/mesalib/src/glsl/opt_copy_propagation_elements.cpp b/mesalib/src/glsl/opt_copy_propagation_elements.cpp index c3e55bcd1..353a5c668 100644 --- a/mesalib/src/glsl/opt_copy_propagation_elements.cpp +++ b/mesalib/src/glsl/opt_copy_propagation_elements.cpp @@ -156,6 +156,9 @@ ir_copy_propagation_elements_visitor::visit_enter(ir_function_signature *ir) visit_list_elements(this, &ir->body); + ralloc_free(this->acp); + ralloc_free(this->kills); + this->kills = orig_kills; this->acp = orig_acp; this->killed_all = orig_killed_all; @@ -173,9 +176,9 @@ ir_copy_propagation_elements_visitor::visit_leave(ir_assignment *ir) kill_entry *k; if (lhs) - k = new(mem_ctx) kill_entry(var, ir->write_mask); + k = new(this->kills) kill_entry(var, ir->write_mask); else - k = new(mem_ctx) kill_entry(var, ~0); + k = new(this->kills) kill_entry(var, ~0); kill(k); } @@ -334,7 +337,7 @@ ir_copy_propagation_elements_visitor::handle_if_block(exec_list *instructions) /* Populate the initial acp with a copy of the original */ foreach_in_list(acp_entry, a, orig_acp) { - this->acp->push_tail(new(this->mem_ctx) acp_entry(a)); + this->acp->push_tail(new(this->acp) acp_entry(a)); } visit_list_elements(this, instructions); @@ -345,6 +348,7 @@ ir_copy_propagation_elements_visitor::handle_if_block(exec_list *instructions) exec_list *new_kills = this->kills; this->kills = orig_kills; + ralloc_free(this->acp); this->acp = orig_acp; this->killed_all = this->killed_all || orig_killed_all; @@ -354,6 +358,8 @@ ir_copy_propagation_elements_visitor::handle_if_block(exec_list *instructions) foreach_in_list_safe(kill_entry, k, new_kills) { kill(k); } + + ralloc_free(new_kills); } ir_visitor_status @@ -391,6 +397,7 @@ ir_copy_propagation_elements_visitor::visit_enter(ir_loop *ir) exec_list *new_kills = this->kills; this->kills = orig_kills; + ralloc_free(this->acp); this->acp = orig_acp; this->killed_all = this->killed_all || orig_killed_all; @@ -398,6 +405,8 @@ ir_copy_propagation_elements_visitor::visit_enter(ir_loop *ir) kill(k); } + ralloc_free(new_kills); + /* already descended into the children. */ return visit_continue_with_parent; } @@ -423,6 +432,7 @@ ir_copy_propagation_elements_visitor::kill(kill_entry *k) if (k->next) k->remove(); + ralloc_steal(this->kills, k); this->kills->push_tail(k); } diff --git a/mesalib/src/glsl/opt_dead_builtin_variables.cpp b/mesalib/src/glsl/opt_dead_builtin_variables.cpp index 85c75d6f2..0d4e3a8f0 100644 --- a/mesalib/src/glsl/opt_dead_builtin_variables.cpp +++ b/mesalib/src/glsl/opt_dead_builtin_variables.cpp @@ -52,7 +52,7 @@ optimize_dead_builtin_variables(exec_list *instructions, && var->data.how_declared != ir_var_declared_implicitly) continue; - if (strncmp(var->name, "gl_", 3) != 0) + if (!is_gl_identifier(var->name)) continue; /* gl_ModelViewProjectionMatrix and gl_Vertex are special because they diff --git a/mesalib/src/glsl/opt_minmax.cpp b/mesalib/src/glsl/opt_minmax.cpp index 32fb2d7ea..23d0b109d 100644 --- a/mesalib/src/glsl/opt_minmax.cpp +++ b/mesalib/src/glsl/opt_minmax.cpp @@ -133,6 +133,14 @@ compare_components(ir_constant *a, ir_constant *b) else foundequal = true; break; + case GLSL_TYPE_DOUBLE: + if (a->value.d[c0] < b->value.d[c1]) + foundless = true; + else if (a->value.d[c0] > b->value.d[c1]) + foundgreater = true; + else + foundequal = true; + break; default: unreachable("not reached"); } @@ -178,6 +186,11 @@ combine_constant(bool ismin, ir_constant *a, ir_constant *b) (!ismin && b->value.f[i] > c->value.f[i])) c->value.f[i] = b->value.f[i]; break; + case GLSL_TYPE_DOUBLE: + if ((ismin && b->value.d[i] < c->value.d[i]) || + (!ismin && b->value.d[i] > c->value.d[i])) + c->value.d[i] = b->value.d[i]; + break; default: assert(!"not reached"); } diff --git a/mesalib/src/glsl/standalone_scaffolding.cpp b/mesalib/src/glsl/standalone_scaffolding.cpp index 67b0d0c82..ad0d75bf8 100644 --- a/mesalib/src/glsl/standalone_scaffolding.cpp +++ b/mesalib/src/glsl/standalone_scaffolding.cpp @@ -127,6 +127,7 @@ void initialize_context_to_defaults(struct gl_context *ctx, gl_api api) ctx->Extensions.ARB_fragment_coord_conventions = true; ctx->Extensions.ARB_fragment_layer_viewport = true; ctx->Extensions.ARB_gpu_shader5 = true; + ctx->Extensions.ARB_gpu_shader_fp64 = true; ctx->Extensions.ARB_sample_shading = true; ctx->Extensions.ARB_shader_bit_encoding = true; ctx->Extensions.ARB_shader_stencil_export = true; diff --git a/mesalib/src/loader/Makefile.am b/mesalib/src/loader/Makefile.am index c59663681..36ddba82b 100644 --- a/mesalib/src/loader/Makefile.am +++ b/mesalib/src/loader/Makefile.am @@ -35,7 +35,6 @@ libloader_la_CPPFLAGS = \ libloader_la_SOURCES = $(LOADER_C_FILES) libloader_la_LIBADD = -if NEED_OPENGL_COMMON if HAVE_DRICOMMON libloader_la_CPPFLAGS += \ -I$(top_srcdir)/src/mesa/drivers/dri/common/ \ @@ -52,7 +51,6 @@ libloader_la_LIBADD += \ -lm \ $(EXPAT_LIBS) endif -endif if !HAVE_LIBDRM libloader_la_CPPFLAGS += \ diff --git a/mesalib/src/loader/loader.c b/mesalib/src/loader/loader.c index 94c993ac8..9ff511522 100644 --- a/mesalib/src/loader/loader.c +++ b/mesalib/src/loader/loader.c @@ -207,9 +207,12 @@ libudev_get_pci_id_for_fd(int fd, int *vendor_id, int *chip_id) } pci_id = udev_device_get_property_value(parent, "PCI_ID"); - if (pci_id == NULL || - sscanf(pci_id, "%x:%x", vendor_id, chip_id) != 2) { - log_(_LOADER_WARNING, "MESA-LOADER: malformed or no PCI ID\n"); + if (pci_id == NULL) { + log_(_LOADER_INFO, "MESA-LOADER: no PCI ID\n"); + *chip_id = -1; + goto out; + } else if (sscanf(pci_id, "%x:%x", vendor_id, chip_id) != 2) { + log_(_LOADER_WARNING, "MESA-LOADER: malformed PCI ID\n"); *chip_id = -1; goto out; } diff --git a/mesalib/src/mapi/Makefile.am b/mesalib/src/mapi/Makefile.am index 024283c55..679468291 100644 --- a/mesalib/src/mapi/Makefile.am +++ b/mesalib/src/mapi/Makefile.am @@ -19,11 +19,11 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. +AUTOMAKE_OPTIONS = subdir-objects + SUBDIRS = TESTS = -TOP = $(top_srcdir) - BUILT_SOURCES = CLEANFILES = $(BUILT_SOURCES) @@ -47,10 +47,20 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/mapi \ -I$(top_builddir)/src/mapi -GLAPI = $(top_srcdir)/src/mapi/glapi include Makefile.sources -include glapi/Makefile.sources -include glapi/gen/glapi_gen.mk + +glapi_gen_mapi_deps := \ + mapi_abi.py \ + $(wildcard glapi/gen/*.xml) \ + $(wildcard glapi/gen/*.py) + +# $(1): path to an XML file +# $(2): name of the printer +define glapi_gen_mapi +@$(MKDIR_P) $(dir $@) +$(AM_V_GEN)$(PYTHON2) $(PYTHON_FLAGS) $(srcdir)/mapi_abi.py \ + --mode lib --printer $(2) $(1) > $@ +endef if HAVE_SHARED_GLAPI BUILT_SOURCES += shared-glapi/glapi_mapi_tmp.h @@ -81,7 +91,7 @@ shared_glapi_test_LDADD = \ $(top_builddir)/src/gtest/libgtest.la endif -shared-glapi/glapi_mapi_tmp.h : $(GLAPI)/gen/gl_and_es_API.xml $(glapi_gen_mapi_deps) +shared-glapi/glapi_mapi_tmp.h : glapi/gen/gl_and_es_API.xml $(glapi_gen_mapi_deps) $(call glapi_gen_mapi,$<,shared-glapi) if HAVE_OPENGL @@ -89,16 +99,16 @@ noinst_LTLIBRARIES = glapi/libglapi.la if HAVE_X86_ASM if HAVE_X86_64_ASM -GLAPI_ASM_SOURCES = $(X86_64_API) +GLAPI_ASM_SOURCES = glapi/glapi_x86-64.S else -GLAPI_ASM_SOURCES = $(X86_API) +GLAPI_ASM_SOURCES = glapi/glapi_x86.S endif endif if HAVE_SPARC_ASM -GLAPI_ASM_SOURCES = $(SPARC_API) +GLAPI_ASM_SOURCES = glapi/glapi_sparc.S endif -glapi_libglapi_la_SOURCES = $(GLAPI_UTIL_SOURCES) +glapi_libglapi_la_SOURCES = glapi/glapi_gentable.c glapi_libglapi_la_CPPFLAGS = \ $(AM_CPPFLAGS) \ -I$(top_srcdir)/src/mapi/glapi \ @@ -113,7 +123,13 @@ else glapi_libglapi_la_CPPFLAGS += \ -DMAPI_MODE_UTIL glapi_libglapi_la_SOURCES += \ - $(GLAPI_SOURCES) \ + glapi/glapi_dispatch.c \ + glapi/glapi_entrypoint.c \ + glapi/glapi_getproc.c \ + glapi/glapi_nop.c \ + glapi/glapi.c \ + glapi/glapi.h \ + glapi/glapi_priv.h \ $(GLAPI_ASM_SOURCES) \ $(MAPI_UTIL_FILES) @@ -214,8 +230,10 @@ endif es2api/glapi_mapi_tmp.h: glapi/gen/gl_and_es_API.xml $(glapi_gen_mapi_deps) $(call glapi_gen_mapi,$<,es2api) -if HAVE_OPENVG -SUBDIRS += vgapi -endif +# XXX: Inline vgapi's Makefile.am here. +EXTRA_DIST += vgapi +# if HAVE_OPENVG +# SUBDIRS += vgapi +# endif include $(top_srcdir)/install-lib-links.mk diff --git a/mesalib/src/mapi/Makefile.sources b/mesalib/src/mapi/Makefile.sources index 4ce1afb23..41dbb24c8 100644 --- a/mesalib/src/mapi/Makefile.sources +++ b/mesalib/src/mapi/Makefile.sources @@ -15,38 +15,38 @@ # this mode, compile MAPI_BRIDGE_FILES with MAPI_MODE_BRIDGE defined. MAPI_UTIL_FILES = \ - $(TOP)/src/mapi/u_compiler.h \ - $(TOP)/src/mapi/u_current.c \ - $(TOP)/src/mapi/u_current.h \ - $(TOP)/src/mapi/u_execmem.c \ - $(TOP)/src/mapi/u_execmem.h \ - $(TOP)/src/mapi/u_macros.h \ - $(TOP)/src/mapi/u_thread.h + u_compiler.h \ + u_current.c \ + u_current.h \ + u_execmem.c \ + u_execmem.h \ + u_macros.h \ + u_thread.h MAPI_BRIDGE_FILES = \ - $(TOP)/src/mapi/entry.c \ - $(TOP)/src/mapi/entry.h \ - $(TOP)/src/mapi/entry_x86-64_tls.h \ - $(TOP)/src/mapi/entry_x86_tls.h \ - $(TOP)/src/mapi/entry_x86_tsd.h \ - $(TOP)/src/mapi/mapi_tmp.h + entry.c \ + entry.h \ + entry_x86-64_tls.h \ + entry_x86_tls.h \ + entry_x86_tsd.h \ + mapi_tmp.h MAPI_FILES = \ - $(TOP)/src/mapi/entry.c \ - $(TOP)/src/mapi/mapi.c \ - $(TOP)/src/mapi/mapi.h \ - $(TOP)/src/mapi/stub.c \ - $(TOP)/src/mapi/stub.h \ - $(TOP)/src/mapi/table.c \ - $(TOP)/src/mapi/table.h \ + entry.c \ + mapi.c \ + mapi.h \ + stub.c \ + stub.h \ + table.c \ + table.h \ $(MAPI_UTIL_FILES) MAPI_GLAPI_FILES = \ - $(TOP)/src/mapi/entry.c \ - $(TOP)/src/mapi/mapi_glapi.c \ - $(TOP)/src/mapi/stub.c \ - $(TOP)/src/mapi/stub.h \ - $(TOP)/src/mapi/table.c \ - $(TOP)/src/mapi/table.h \ + entry.c \ + mapi_glapi.c \ + stub.c \ + stub.h \ + table.c \ + table.h \ $(MAPI_UTIL_FILES) diff --git a/mesalib/src/mapi/glapi/Makefile.sources b/mesalib/src/mapi/glapi/Makefile.sources deleted file mode 100644 index df149a7d8..000000000 --- a/mesalib/src/mapi/glapi/Makefile.sources +++ /dev/null @@ -1,22 +0,0 @@ -# src/mapi/glapi/Makefile.sources - -GLAPI_UTIL_SOURCES = \ - $(top_builddir)/src/mapi/glapi/glapi_gentable.c - -GLAPI_SOURCES = \ - $(top_srcdir)/src/mapi/glapi/glapi_dispatch.c \ - $(top_srcdir)/src/mapi/glapi/glapi_entrypoint.c \ - $(top_srcdir)/src/mapi/glapi/glapi_getproc.c \ - $(top_srcdir)/src/mapi/glapi/glapi_nop.c \ - $(top_srcdir)/src/mapi/glapi/glapi.c \ - $(top_srcdir)/src/mapi/glapi/glapi.h \ - $(top_srcdir)/src/mapi/glapi/glapi_priv.h - -X86_API = \ - $(top_builddir)/src/mapi/glapi/glapi_x86.S - -X86_64_API = \ - $(top_builddir)/src/mapi/glapi/glapi_x86-64.S - -SPARC_API = \ - $(top_builddir)/src/mapi/glapi/glapi_sparc.S diff --git a/mesalib/src/mapi/glapi/gen/ARB_direct_state_access.xml b/mesalib/src/mapi/glapi/gen/ARB_direct_state_access.xml new file mode 100644 index 000000000..2fe1638fd --- /dev/null +++ b/mesalib/src/mapi/glapi/gen/ARB_direct_state_access.xml @@ -0,0 +1,271 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mesalib/src/mapi/glapi/gen/ARB_gpu_shader_fp64.xml b/mesalib/src/mapi/glapi/gen/ARB_gpu_shader_fp64.xml new file mode 100644 index 000000000..4f860ef8c --- /dev/null +++ b/mesalib/src/mapi/glapi/gen/ARB_gpu_shader_fp64.xml @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mesalib/src/mapi/glapi/gen/ARB_pipeline_statistics_query.xml b/mesalib/src/mapi/glapi/gen/ARB_pipeline_statistics_query.xml new file mode 100644 index 000000000..5e8511783 --- /dev/null +++ b/mesalib/src/mapi/glapi/gen/ARB_pipeline_statistics_query.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mesalib/src/mapi/glapi/gen/ARB_separate_shader_objects.xml b/mesalib/src/mapi/glapi/gen/ARB_separate_shader_objects.xml index d006917af..96ae2b9cb 100644 --- a/mesalib/src/mapi/glapi/gen/ARB_separate_shader_objects.xml +++ b/mesalib/src/mapi/glapi/gen/ARB_separate_shader_objects.xml @@ -282,7 +282,6 @@ - diff --git a/mesalib/src/mapi/glapi/gen/Makefile.am b/mesalib/src/mapi/glapi/gen/Makefile.am index e56b46e3d..1c4b86aab 100644 --- a/mesalib/src/mapi/glapi/gen/Makefile.am +++ b/mesalib/src/mapi/glapi/gen/Makefile.am @@ -121,6 +121,7 @@ API_XML = \ ARB_debug_output.xml \ ARB_depth_buffer_float.xml \ ARB_depth_clamp.xml \ + ARB_direct_state_access.xml \ ARB_draw_buffers.xml \ ARB_draw_buffers_blend.xml \ ARB_draw_elements_base_vertex.xml \ @@ -131,12 +132,14 @@ API_XML = \ ARB_framebuffer_object.xml \ ARB_geometry_shader4.xml \ ARB_get_program_binary.xml \ + ARB_gpu_shader_fp64.xml \ ARB_gpu_shader5.xml \ ARB_instanced_arrays.xml \ ARB_internalformat_query.xml \ ARB_invalidate_subdata.xml \ ARB_map_buffer_range.xml \ ARB_multi_bind.xml \ + ARB_pipeline_statistics_query.xml \ ARB_robustness.xml \ ARB_sample_shading.xml \ ARB_sampler_objects.xml \ diff --git a/mesalib/src/mapi/glapi/gen/es_EXT.xml b/mesalib/src/mapi/glapi/gen/es_EXT.xml index e2dc39021..3a2adeb04 100644 --- a/mesalib/src/mapi/glapi/gen/es_EXT.xml +++ b/mesalib/src/mapi/glapi/gen/es_EXT.xml @@ -837,4 +837,13 @@ + + + + + + + + diff --git a/mesalib/src/mapi/glapi/gen/gl_API.xml b/mesalib/src/mapi/glapi/gen/gl_API.xml index e1b12462e..1ceb60a0f 100644 --- a/mesalib/src/mapi/glapi/gen/gl_API.xml +++ b/mesalib/src/mapi/glapi/gen/gl_API.xml @@ -8213,6 +8213,8 @@ + + @@ -8247,7 +8249,11 @@ - + + + + + @@ -8375,12 +8381,19 @@ - + + + + + + + + @@ -12848,8 +12861,23 @@ + + + + + + + + + + + + + + + diff --git a/mesalib/src/mapi/glapi/gen/glapi_gen.mk b/mesalib/src/mapi/glapi/gen/glapi_gen.mk deleted file mode 100644 index b8bb2f465..000000000 --- a/mesalib/src/mapi/glapi/gen/glapi_gen.mk +++ /dev/null @@ -1,40 +0,0 @@ -# Helpers for glapi header generation - -glapi_gen_common_deps := \ - $(wildcard $(top_srcdir)/src/mapi/glapi/gen/*.xml) \ - $(wildcard $(top_srcdir)/src/mapi/glapi/gen/*.py) - -glapi_gen_mapi_script := $(top_srcdir)/src/mapi/mapi_abi.py -glapi_gen_mapi_deps := \ - $(glapi_gen_mapi_script) \ - $(glapi_gen_common_deps) - -# $(1): path to an XML file -# $(2): name of the printer -define glapi_gen_mapi -@$(MKDIR_P) $(dir $@) -$(AM_V_GEN)$(PYTHON2) $(PYTHON_FLAGS) $(glapi_gen_mapi_script) \ - --mode lib --printer $(2) $(1) > $@ -endef - -glapi_gen_dispatch_script := $(top_srcdir)/src/mapi/glapi/gen/gl_table.py -glapi_gen_dispatch_deps := $(glapi_gen_common_deps) - -# $(1): path to an XML file -# $(2): empty, es1, or es2 for entry point filtering -define glapi_gen_dispatch -@$(MKDIR_P) $(dir $@) -$(AM_V_GEN)$(PYTHON2) $(PYTHON_FLAGS) $(glapi_gen_dispatch_script) \ - -f $(1) -m remap_table $(if $(2),-c $(2),) > $@ -endef - -glapi_gen_remap_script := $(top_srcdir)/src/mapi/glapi/gen/remap_helper.py -glapi_gen_remap_deps := $(glapi_gen_common_deps) - -# $(1): path to an XML file -# $(2): empty, es1, or es2 for entry point filtering -define glapi_gen_remap -@$(MKDIR_P) $(dir $@) -$(AM_V_GEN)$(PYTHON2) $(PYTHON_FLAGS) $(glapi_gen_remap_script) \ - -f $(1) $(if $(2),-c $(2),) > $@ -endef diff --git a/mesalib/src/mapi/glapi/glapi_dispatch.c b/mesalib/src/mapi/glapi/glapi_dispatch.c index d2dd9654a..df907ff9d 100644 --- a/mesalib/src/mapi/glapi/glapi_dispatch.c +++ b/mesalib/src/mapi/glapi/glapi_dispatch.c @@ -144,6 +144,28 @@ GL_API void GL_APIENTRY glTexParameterxv (GLenum target, GLenum pname, const GLf GL_API void GL_APIENTRY glTranslatex (GLfixed x, GLfixed y, GLfixed z); GL_API void GL_APIENTRY glPointSizePointerOES (GLenum type, GLsizei stride, const GLvoid *pointer); +/* Enable frame pointer elimination on Windows, otherwise forgetting to add + * APIENTRY to _mesa_* entrypoints will not cause crashes on debug builds, as + * the initial ESP value is saved in the EBP in the function prologue, then + * restored on the epilogue, clobbering any corruption in the ESP pointer due + * to mismatch in the callee calling convention. + * + * On MSVC it's not sufficient to enable /Oy -- other optimizations must be + * enabled or frame pointer will be used regardless. + * + * We don't do this when NDEBUG is defined since, frame pointer omission + * optimization compiler flag are already specified on release builds, and + * because on profile builds we must have frame pointers or certain profilers + * might fail to unwind the stack. + */ +#if defined(_WIN32) && !defined(NDEBUG) +# if defined(_MSC_VER) +# pragma optimize( "gty", on ) +# elif defined(__GNUC__) +# pragma GCC optimize ("omit-frame-pointer") +# endif +#endif + #include "glapi/glapitemp.h" #endif /* USE_X86_ASM */ diff --git a/mesalib/src/mesa/Android.libmesa_dricore.mk b/mesalib/src/mesa/Android.libmesa_dricore.mk index 2ab593d3c..e4a52677c 100644 --- a/mesalib/src/mesa/Android.libmesa_dricore.mk +++ b/mesalib/src/mesa/Android.libmesa_dricore.mk @@ -32,8 +32,6 @@ LOCAL_PATH := $(call my-dir) # MESA_FILES # X86_FILES include $(LOCAL_PATH)/Makefile.sources -SRCDIR := -BUILDDIR := include $(CLEAR_VARS) diff --git a/mesalib/src/mesa/Android.libmesa_st_mesa.mk b/mesalib/src/mesa/Android.libmesa_st_mesa.mk index 618d6bfb2..a08366d53 100644 --- a/mesalib/src/mesa/Android.libmesa_st_mesa.mk +++ b/mesalib/src/mesa/Android.libmesa_st_mesa.mk @@ -32,8 +32,6 @@ LOCAL_PATH := $(call my-dir) # MESA_GALLIUM_FILES. # X86_FILES include $(LOCAL_PATH)/Makefile.sources -SRCDIR := -BUILDDIR := include $(CLEAR_VARS) diff --git a/mesalib/src/mesa/Makefile.am b/mesalib/src/mesa/Makefile.am index 8d8082ae3..b6cb8f111 100644 --- a/mesalib/src/mesa/Makefile.am +++ b/mesalib/src/mesa/Makefile.am @@ -19,6 +19,8 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. +AUTOMAKE_OPTIONS = subdir-objects + SUBDIRS = . main/tests if HAVE_X11_DRIVER @@ -36,8 +38,8 @@ endif gldir = $(includedir)/GL gl_HEADERS = $(top_srcdir)/include/GL/*.h -.PHONY: $(BUILDDIR)main/git_sha1.h.tmp -$(BUILDDIR)main/git_sha1.h.tmp: +.PHONY: main/git_sha1.h.tmp +main/git_sha1.h.tmp: @touch main/git_sha1.h.tmp @if test -d $(top_srcdir)/.git; then \ if which git > /dev/null; then \ @@ -47,7 +49,7 @@ $(BUILDDIR)main/git_sha1.h.tmp: fi \ fi -$(BUILDDIR)main/git_sha1.h: $(BUILDDIR)main/git_sha1.h.tmp +main/git_sha1.h: main/git_sha1.h.tmp @echo "updating main/git_sha1.h" @if ! cmp -s main/git_sha1.h.tmp main/git_sha1.h; then \ mv main/git_sha1.h.tmp main/git_sha1.h ;\ @@ -55,11 +57,6 @@ $(BUILDDIR)main/git_sha1.h: $(BUILDDIR)main/git_sha1.h.tmp rm main/git_sha1.h.tmp ;\ fi -# include glapi_gen.mk for generating glapi headers for GLES -GLAPI = $(top_srcdir)/src/mapi/glapi/gen -include $(GLAPI)/glapi_gen.mk - -BUILDDIR = $(builddir)/ include Makefile.sources EXTRA_DIST = \ @@ -67,7 +64,9 @@ EXTRA_DIST = \ drivers/SConscript \ drivers/windows \ main/format_info.py \ + main/format_pack.py \ main/format_parser.py \ + main/format_unpack.py \ main/formats.csv \ main/get_hash_generator.py \ main/get_hash_params.py \ @@ -82,17 +81,19 @@ EXTRA_DIST = \ BUILT_SOURCES = \ main/get_hash.h \ main/format_info.c \ - $(BUILDDIR)main/git_sha1.h \ - $(BUILDDIR)program/program_parse.tab.c \ - $(BUILDDIR)program/lex.yy.c + main/git_sha1.h \ + main/format_pack.c \ + main/format_unpack.c \ + program/program_parse.tab.c \ + program/lex.yy.c CLEANFILES = \ $(BUILT_SOURCES) \ - $(BUILDDIR)program/program_parse.tab.h \ - $(BUILDDIR)main/git_sha1.h.tmp + program/program_parse.tab.h \ + main/git_sha1.h.tmp GET_HASH_GEN = main/get_hash_generator.py -main/get_hash.h: $(GLAPI)/gl_and_es_API.xml main/get_hash_params.py \ +main/get_hash.h: ../mapi/glapi/gen/gl_and_es_API.xml main/get_hash_params.py \ $(GET_HASH_GEN) Makefile $(AM_V_GEN)set -e; \ $(PYTHON2) $(PYTHON_FLAGS) $(srcdir)/$(GET_HASH_GEN) \ @@ -106,6 +107,22 @@ main/format_info.c: main/formats.csv \ $< > $@.tmp; \ mv $@.tmp $@; +main/format_pack.c: main/format_pack.py main/formats.csv \ + main/format_parser.py + $(AM_V_GEN)set -e; \ + $(PYTHON2) $(PYTHON_FLAGS) \ + $(srcdir)/main/format_pack.py \ + $(srcdir)/main/formats.csv \ + | $(INDENT) $(INDENT_FLAGS) > $@; + +main/format_unpack.c: main/format_unpack.py main/formats.csv \ + main/format_parser.py + $(AM_V_GEN)set -e; \ + $(PYTHON2) $(PYTHON_FLAGS) \ + $(srcdir)/main/format_unpack.py \ + $(srcdir)/main/formats.csv \ + | $(INDENT) $(INDENT_FLAGS) > $@; + main/formats.c: main/format_info.c noinst_LTLIBRARIES = $(ARCH_LIBS) @@ -177,13 +194,13 @@ libmesa_sse41_la_CFLAGS = $(AM_CFLAGS) $(SSE41_CFLAGS) pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = gl.pc -$(BUILDDIR)program/lex.yy.c: program/program_lexer.l +program/lex.yy.c: program/program_lexer.l $(AM_V_at)$(MKDIR_P) program $(AM_V_GEN) $(LEX) --never-interactive --outfile=$@ $< -$(BUILDDIR)program/program_parse.tab.c $(BUILDDIR)program/program_parse.tab.h: program/program_parse.y +program/program_parse.tab.c program/program_parse.tab.h: program/program_parse.y $(AM_V_at)$(MKDIR_P) program - $(AM_V_GEN) $(YACC) -p "_mesa_program_" -v -d --output=$(BUILDDIR)program/program_parse.tab.c $< + $(AM_V_GEN) $(YACC) -p "_mesa_program_" -v -d --output=program/program_parse.tab.c $< if GEN_ASM_OFFSETS matypes.h: $(gen_matypes_SOURCES) diff --git a/mesalib/src/mesa/Makefile.sources b/mesalib/src/mesa/Makefile.sources index 7ac3bbc71..5b4e71253 100644 --- a/mesalib/src/mesa/Makefile.sources +++ b/mesalib/src/mesa/Makefile.sources @@ -1,592 +1,582 @@ ### Lists of source files, included by Makefiles -# This file is among different build systems. SRCDIR must be defined with -# a trailing slash because the Android build system leaves it undefined. - -SRCDIR = $(top_srcdir)/src/mesa/ -BUILDDIR = $(top_builddir)/src/mesa/ - # this is part of MAIN_FILES MAIN_ES_FILES = \ - $(SRCDIR)main/es1_conversion.c \ - $(SRCDIR)main/es1_conversion.h + main/es1_conversion.c \ + main/es1_conversion.h MAIN_FILES = \ - $(SRCDIR)main/accum.c \ - $(SRCDIR)main/accum.h \ - $(SRCDIR)main/api_arrayelt.c \ - $(SRCDIR)main/api_arrayelt.h \ - $(BUILDDIR)main/api_exec.c \ - $(SRCDIR)main/api_exec.h \ - $(SRCDIR)main/api_loopback.c \ - $(SRCDIR)main/api_loopback.h \ - $(SRCDIR)main/api_validate.c \ - $(SRCDIR)main/api_validate.h \ - $(SRCDIR)main/arbprogram.c \ - $(SRCDIR)main/arbprogram.h \ - $(SRCDIR)main/arrayobj.c \ - $(SRCDIR)main/arrayobj.h \ - $(SRCDIR)main/atifragshader.c \ - $(SRCDIR)main/atifragshader.h \ - $(SRCDIR)main/attrib.c \ - $(SRCDIR)main/attrib.h \ - $(SRCDIR)main/bitset.h \ - $(SRCDIR)main/blend.c \ - $(SRCDIR)main/blend.h \ - $(SRCDIR)main/blit.c \ - $(SRCDIR)main/blit.h \ - $(SRCDIR)main/bufferobj.c \ - $(SRCDIR)main/bufferobj.h \ - $(SRCDIR)main/buffers.c \ - $(SRCDIR)main/buffers.h \ - $(SRCDIR)main/clear.c \ - $(SRCDIR)main/clear.h \ - $(SRCDIR)main/clip.c \ - $(SRCDIR)main/clip.h \ - $(SRCDIR)main/colormac.h \ - $(SRCDIR)main/colortab.c \ - $(SRCDIR)main/colortab.h \ - $(SRCDIR)main/compute.c \ - $(SRCDIR)main/compute.h \ - $(SRCDIR)main/compiler.h \ - $(SRCDIR)main/condrender.c \ - $(SRCDIR)main/condrender.h \ - $(SRCDIR)main/config.h \ - $(SRCDIR)main/context.c \ - $(SRCDIR)main/context.h \ - $(SRCDIR)main/convolve.c \ - $(SRCDIR)main/convolve.h \ - $(SRCDIR)main/copyimage.c \ - $(SRCDIR)main/copyimage.h \ - $(SRCDIR)main/core.h \ - $(SRCDIR)main/cpuinfo.c \ - $(SRCDIR)main/cpuinfo.h \ - $(SRCDIR)main/dd.h \ - $(SRCDIR)main/debug.c \ - $(SRCDIR)main/debug.h \ - $(SRCDIR)main/depth.c \ - $(SRCDIR)main/depth.h \ - $(SRCDIR)main/dlist.c \ - $(SRCDIR)main/dlist.h \ - $(SRCDIR)main/dlopen.h \ - $(SRCDIR)main/drawpix.c \ - $(SRCDIR)main/drawpix.h \ - $(SRCDIR)main/drawtex.c \ - $(SRCDIR)main/drawtex.h \ - $(SRCDIR)main/enable.c \ - $(SRCDIR)main/enable.h \ - $(BUILDDIR)main/enums.c \ - $(SRCDIR)main/enums.h \ - $(SRCDIR)main/errors.c \ - $(SRCDIR)main/errors.h \ - $(SRCDIR)main/eval.c \ - $(SRCDIR)main/eval.h \ - $(SRCDIR)main/execmem.c \ - $(SRCDIR)main/extensions.c \ - $(SRCDIR)main/extensions.h \ - $(SRCDIR)main/fbobject.c \ - $(SRCDIR)main/fbobject.h \ - $(SRCDIR)main/feedback.c \ - $(SRCDIR)main/feedback.h \ - $(SRCDIR)main/ff_fragment_shader.cpp \ - $(SRCDIR)main/ffvertex_prog.c \ - $(SRCDIR)main/ffvertex_prog.h \ - $(SRCDIR)main/fog.c \ - $(SRCDIR)main/fog.h \ - $(SRCDIR)main/format_pack.c \ - $(SRCDIR)main/format_pack.h \ - $(SRCDIR)main/formatquery.c \ - $(SRCDIR)main/formatquery.h \ - $(SRCDIR)main/formats.c \ - $(SRCDIR)main/formats.h \ - $(SRCDIR)main/format_unpack.c \ - $(SRCDIR)main/format_unpack.h \ - $(SRCDIR)main/format_utils.c \ - $(SRCDIR)main/format_utils.h \ - $(SRCDIR)main/framebuffer.c \ - $(SRCDIR)main/framebuffer.h \ - $(SRCDIR)main/get.c \ - $(SRCDIR)main/get.h \ - $(SRCDIR)main/genmipmap.c \ - $(SRCDIR)main/genmipmap.h \ - $(SRCDIR)main/getstring.c \ - $(SRCDIR)main/glformats.c \ - $(SRCDIR)main/glformats.h \ - $(SRCDIR)main/glheader.h \ - $(SRCDIR)main/hash.c \ - $(SRCDIR)main/hash.h \ - $(SRCDIR)main/hint.c \ - $(SRCDIR)main/hint.h \ - $(SRCDIR)main/histogram.c \ - $(SRCDIR)main/histogram.h \ - $(SRCDIR)main/image.c \ - $(SRCDIR)main/image.h \ - $(SRCDIR)main/imports.c \ - $(SRCDIR)main/imports.h \ - $(SRCDIR)main/light.c \ - $(SRCDIR)main/light.h \ - $(SRCDIR)main/lines.c \ - $(SRCDIR)main/lines.h \ - $(SRCDIR)main/macros.h \ - $(SRCDIR)main/matrix.c \ - $(SRCDIR)main/matrix.h \ - $(SRCDIR)main/mipmap.c \ - $(SRCDIR)main/mipmap.h \ - $(SRCDIR)main/mm.c \ - $(SRCDIR)main/mm.h \ - $(SRCDIR)main/mtypes.h \ - $(SRCDIR)main/multisample.c \ - $(SRCDIR)main/multisample.h \ - $(SRCDIR)main/objectlabel.c \ - $(SRCDIR)main/objectlabel.h \ - $(SRCDIR)main/pack.c \ - $(SRCDIR)main/pack.h \ - $(SRCDIR)main/pack_tmp.h \ - $(SRCDIR)main/pbo.c \ - $(SRCDIR)main/pbo.h \ - $(SRCDIR)main/performance_monitor.c \ - $(SRCDIR)main/performance_monitor.h \ - $(SRCDIR)main/pipelineobj.c \ - $(SRCDIR)main/pipelineobj.h \ - $(SRCDIR)main/pixel.c \ - $(SRCDIR)main/pixel.h \ - $(SRCDIR)main/pixelstore.c \ - $(SRCDIR)main/pixelstore.h \ - $(SRCDIR)main/pixeltransfer.c \ - $(SRCDIR)main/pixeltransfer.h \ - $(SRCDIR)main/points.c \ - $(SRCDIR)main/points.h \ - $(SRCDIR)main/polygon.c \ - $(SRCDIR)main/polygon.h \ - $(SRCDIR)main/querymatrix.c \ - $(SRCDIR)main/querymatrix.h \ - $(SRCDIR)main/queryobj.c \ - $(SRCDIR)main/queryobj.h \ - $(SRCDIR)main/rastpos.c \ - $(SRCDIR)main/rastpos.h \ - $(SRCDIR)main/readpix.c \ - $(SRCDIR)main/readpix.h \ - $(SRCDIR)main/remap.c \ - $(SRCDIR)main/remap.h \ - $(SRCDIR)main/renderbuffer.c \ - $(SRCDIR)main/renderbuffer.h \ - $(SRCDIR)main/samplerobj.c \ - $(SRCDIR)main/samplerobj.h \ - $(SRCDIR)main/scissor.c \ - $(SRCDIR)main/scissor.h \ - $(SRCDIR)main/set.c \ - $(SRCDIR)main/set.h \ - $(SRCDIR)main/shaderapi.c \ - $(SRCDIR)main/shaderapi.h \ - $(SRCDIR)main/shaderimage.c \ - $(SRCDIR)main/shaderimage.h \ - $(SRCDIR)main/shaderobj.c \ - $(SRCDIR)main/shaderobj.h \ - $(SRCDIR)main/shader_query.cpp \ - $(SRCDIR)main/shared.c \ - $(SRCDIR)main/shared.h \ - $(SRCDIR)main/simple_list.h \ - $(SRCDIR)main/state.c \ - $(SRCDIR)main/state.h \ - $(SRCDIR)main/stencil.c \ - $(SRCDIR)main/stencil.h \ - $(SRCDIR)main/syncobj.c \ - $(SRCDIR)main/syncobj.h \ - $(SRCDIR)main/texcompress.c \ - $(SRCDIR)main/texcompress_bptc.c \ - $(SRCDIR)main/texcompress_bptc.h \ - $(SRCDIR)main/texcompress_cpal.c \ - $(SRCDIR)main/texcompress_cpal.h \ - $(SRCDIR)main/texcompress_etc.c \ - $(SRCDIR)main/texcompress_etc.h \ - $(SRCDIR)main/texcompress_etc_tmp.h \ - $(SRCDIR)main/texcompress_fxt1.c \ - $(SRCDIR)main/texcompress_fxt1.h \ - $(SRCDIR)main/texcompress.h \ - $(SRCDIR)main/texcompress_rgtc.c \ - $(SRCDIR)main/texcompress_rgtc.h \ - $(SRCDIR)main/texcompress_s3tc.c \ - $(SRCDIR)main/texcompress_s3tc.h \ - $(SRCDIR)main/texenv.c \ - $(SRCDIR)main/texenv.h \ - $(SRCDIR)main/texenvprogram.h \ - $(SRCDIR)main/texformat.c \ - $(SRCDIR)main/texformat.h \ - $(SRCDIR)main/texgen.c \ - $(SRCDIR)main/texgen.h \ - $(SRCDIR)main/texgetimage.c \ - $(SRCDIR)main/texgetimage.h \ - $(SRCDIR)main/teximage.c \ - $(SRCDIR)main/teximage.h \ - $(SRCDIR)main/texobj.c \ - $(SRCDIR)main/texobj.h \ - $(SRCDIR)main/texparam.c \ - $(SRCDIR)main/texparam.h \ - $(SRCDIR)main/texstate.c \ - $(SRCDIR)main/texstate.h \ - $(SRCDIR)main/texstorage.c \ - $(SRCDIR)main/texstorage.h \ - $(SRCDIR)main/texstore.c \ - $(SRCDIR)main/texstore.h \ - $(SRCDIR)main/textureview.c \ - $(SRCDIR)main/textureview.h \ - $(SRCDIR)main/texturebarrier.c \ - $(SRCDIR)main/texturebarrier.h \ - $(SRCDIR)main/transformfeedback.c \ - $(SRCDIR)main/transformfeedback.h \ - $(SRCDIR)main/uniform_query.cpp \ - $(SRCDIR)main/uniforms.c \ - $(SRCDIR)main/uniforms.h \ - $(SRCDIR)main/varray.c \ - $(SRCDIR)main/varray.h \ - $(SRCDIR)main/vdpau.c \ - $(SRCDIR)main/vdpau.h \ - $(SRCDIR)main/version.c \ - $(SRCDIR)main/version.h \ - $(SRCDIR)main/viewport.c \ - $(SRCDIR)main/viewport.h \ - $(SRCDIR)main/vtxfmt.c \ - $(SRCDIR)main/vtxfmt.h \ + main/accum.c \ + main/accum.h \ + main/api_arrayelt.c \ + main/api_arrayelt.h \ + main/api_exec.c \ + main/api_exec.h \ + main/api_loopback.c \ + main/api_loopback.h \ + main/api_validate.c \ + main/api_validate.h \ + main/arbprogram.c \ + main/arbprogram.h \ + main/arrayobj.c \ + main/arrayobj.h \ + main/atifragshader.c \ + main/atifragshader.h \ + main/attrib.c \ + main/attrib.h \ + main/blend.c \ + main/blend.h \ + main/blit.c \ + main/blit.h \ + main/bufferobj.c \ + main/bufferobj.h \ + main/buffers.c \ + main/buffers.h \ + main/clear.c \ + main/clear.h \ + main/clip.c \ + main/clip.h \ + main/colormac.h \ + main/colortab.c \ + main/colortab.h \ + main/compute.c \ + main/compute.h \ + main/compiler.h \ + main/condrender.c \ + main/condrender.h \ + main/config.h \ + main/context.c \ + main/context.h \ + main/convolve.c \ + main/convolve.h \ + main/copyimage.c \ + main/copyimage.h \ + main/core.h \ + main/cpuinfo.c \ + main/cpuinfo.h \ + main/dd.h \ + main/debug.c \ + main/debug.h \ + main/depth.c \ + main/depth.h \ + main/dlist.c \ + main/dlist.h \ + main/dlopen.h \ + main/drawpix.c \ + main/drawpix.h \ + main/drawtex.c \ + main/drawtex.h \ + main/enable.c \ + main/enable.h \ + main/enums.c \ + main/enums.h \ + main/errors.c \ + main/errors.h \ + main/eval.c \ + main/eval.h \ + main/execmem.c \ + main/extensions.c \ + main/extensions.h \ + main/fbobject.c \ + main/fbobject.h \ + main/feedback.c \ + main/feedback.h \ + main/ff_fragment_shader.cpp \ + main/ffvertex_prog.c \ + main/ffvertex_prog.h \ + main/fog.c \ + main/fog.h \ + main/format_pack.h \ + main/format_pack.c \ + main/format_unpack.h \ + main/format_unpack.c \ + main/formatquery.c \ + main/formatquery.h \ + main/formats.c \ + main/formats.h \ + main/format_utils.c \ + main/format_utils.h \ + main/framebuffer.c \ + main/framebuffer.h \ + main/get.c \ + main/get.h \ + main/genmipmap.c \ + main/genmipmap.h \ + main/getstring.c \ + main/glformats.c \ + main/glformats.h \ + main/glheader.h \ + main/hash.c \ + main/hash.h \ + main/hint.c \ + main/hint.h \ + main/histogram.c \ + main/histogram.h \ + main/image.c \ + main/image.h \ + main/imports.c \ + main/imports.h \ + main/light.c \ + main/light.h \ + main/lines.c \ + main/lines.h \ + main/macros.h \ + main/matrix.c \ + main/matrix.h \ + main/mipmap.c \ + main/mipmap.h \ + main/mm.c \ + main/mm.h \ + main/mtypes.h \ + main/multisample.c \ + main/multisample.h \ + main/objectlabel.c \ + main/objectlabel.h \ + main/pack.c \ + main/pack.h \ + main/pbo.c \ + main/pbo.h \ + main/performance_monitor.c \ + main/performance_monitor.h \ + main/pipelineobj.c \ + main/pipelineobj.h \ + main/pixel.c \ + main/pixel.h \ + main/pixelstore.c \ + main/pixelstore.h \ + main/pixeltransfer.c \ + main/pixeltransfer.h \ + main/points.c \ + main/points.h \ + main/polygon.c \ + main/polygon.h \ + main/querymatrix.c \ + main/querymatrix.h \ + main/queryobj.c \ + main/queryobj.h \ + main/rastpos.c \ + main/rastpos.h \ + main/readpix.c \ + main/readpix.h \ + main/remap.c \ + main/remap.h \ + main/renderbuffer.c \ + main/renderbuffer.h \ + main/samplerobj.c \ + main/samplerobj.h \ + main/scissor.c \ + main/scissor.h \ + main/shaderapi.c \ + main/shaderapi.h \ + main/shaderimage.c \ + main/shaderimage.h \ + main/shaderobj.c \ + main/shaderobj.h \ + main/shader_query.cpp \ + main/shared.c \ + main/shared.h \ + main/state.c \ + main/state.h \ + main/stencil.c \ + main/stencil.h \ + main/syncobj.c \ + main/syncobj.h \ + main/texcompress.c \ + main/texcompress_bptc.c \ + main/texcompress_bptc.h \ + main/texcompress_cpal.c \ + main/texcompress_cpal.h \ + main/texcompress_etc.c \ + main/texcompress_etc.h \ + main/texcompress_etc_tmp.h \ + main/texcompress_fxt1.c \ + main/texcompress_fxt1.h \ + main/texcompress.h \ + main/texcompress_rgtc.c \ + main/texcompress_rgtc.h \ + main/texcompress_s3tc.c \ + main/texcompress_s3tc.h \ + main/texenv.c \ + main/texenv.h \ + main/texenvprogram.h \ + main/texformat.c \ + main/texformat.h \ + main/texgen.c \ + main/texgen.h \ + main/texgetimage.c \ + main/texgetimage.h \ + main/teximage.c \ + main/teximage.h \ + main/texobj.c \ + main/texobj.h \ + main/texparam.c \ + main/texparam.h \ + main/texstate.c \ + main/texstate.h \ + main/texstorage.c \ + main/texstorage.h \ + main/texstore.c \ + main/texstore.h \ + main/textureview.c \ + main/textureview.h \ + main/texturebarrier.c \ + main/texturebarrier.h \ + main/transformfeedback.c \ + main/transformfeedback.h \ + main/uniform_query.cpp \ + main/uniforms.c \ + main/uniforms.h \ + main/varray.c \ + main/varray.h \ + main/vdpau.c \ + main/vdpau.h \ + main/version.c \ + main/version.h \ + main/viewport.c \ + main/viewport.h \ + main/vtxfmt.c \ + main/vtxfmt.h \ $(MAIN_ES_FILES) MATH_FILES = \ - $(SRCDIR)math/m_debug.h \ - $(SRCDIR)math/m_debug_clip.c \ - $(SRCDIR)math/m_debug_norm.c \ - $(SRCDIR)math/m_debug_util.h \ - $(SRCDIR)math/m_debug_xform.c \ - $(SRCDIR)math/m_eval.c \ - $(SRCDIR)math/m_eval.h \ - $(SRCDIR)math/m_matrix.c \ - $(SRCDIR)math/m_matrix.h \ - $(SRCDIR)math/m_trans_tmp.h \ - $(SRCDIR)math/m_translate.c \ - $(SRCDIR)math/m_translate.h \ - $(SRCDIR)math/m_vector.c \ - $(SRCDIR)math/m_vector.h + math/m_debug.h \ + math/m_debug_clip.c \ + math/m_debug_norm.c \ + math/m_debug_util.h \ + math/m_debug_xform.c \ + math/m_eval.c \ + math/m_eval.h \ + math/m_matrix.c \ + math/m_matrix.h \ + math/m_trans_tmp.h \ + math/m_translate.c \ + math/m_translate.h \ + math/m_vector.c \ + math/m_vector.h MATH_XFORM_FILES = \ - $(SRCDIR)math/m_clip_tmp.h \ - $(SRCDIR)math/m_copy_tmp.h \ - $(SRCDIR)math/m_dotprod_tmp.h \ - $(SRCDIR)math/m_norm_tmp.h \ - $(SRCDIR)math/m_xform.c \ - $(SRCDIR)math/m_xform.h \ - $(SRCDIR)math/m_xform_tmp.h + math/m_clip_tmp.h \ + math/m_copy_tmp.h \ + math/m_dotprod_tmp.h \ + math/m_norm_tmp.h \ + math/m_xform.c \ + math/m_xform.h \ + math/m_xform_tmp.h SWRAST_FILES = \ - $(SRCDIR)swrast/s_aaline.c \ - $(SRCDIR)swrast/s_aaline.h \ - $(SRCDIR)swrast/s_aalinetemp.h \ - $(SRCDIR)swrast/s_aatriangle.c \ - $(SRCDIR)swrast/s_aatriangle.h \ - $(SRCDIR)swrast/s_aatritemp.h \ - $(SRCDIR)swrast/s_alpha.c \ - $(SRCDIR)swrast/s_alpha.h \ - $(SRCDIR)swrast/s_atifragshader.c \ - $(SRCDIR)swrast/s_atifragshader.h \ - $(SRCDIR)swrast/s_bitmap.c \ - $(SRCDIR)swrast/s_blend.c \ - $(SRCDIR)swrast/s_blend.h \ - $(SRCDIR)swrast/s_blit.c \ - $(SRCDIR)swrast/s_chan.h \ - $(SRCDIR)swrast/s_clear.c \ - $(SRCDIR)swrast/s_context.c \ - $(SRCDIR)swrast/s_context.h \ - $(SRCDIR)swrast/s_copypix.c \ - $(SRCDIR)swrast/s_depth.c \ - $(SRCDIR)swrast/s_depth.h \ - $(SRCDIR)swrast/s_drawpix.c \ - $(SRCDIR)swrast_setup/ss_tritmp.h \ - $(SRCDIR)swrast_setup/ss_vb.h \ - $(SRCDIR)swrast_setup/swrast_setup.h \ - $(SRCDIR)swrast/s_feedback.c \ - $(SRCDIR)swrast/s_feedback.h \ - $(SRCDIR)swrast/s_fog.c \ - $(SRCDIR)swrast/s_fog.h \ - $(SRCDIR)swrast/s_fragprog.c \ - $(SRCDIR)swrast/s_fragprog.h \ - $(SRCDIR)swrast/s_lines.c \ - $(SRCDIR)swrast/s_lines.h \ - $(SRCDIR)swrast/s_linetemp.h \ - $(SRCDIR)swrast/s_logic.c \ - $(SRCDIR)swrast/s_logic.h \ - $(SRCDIR)swrast/s_masking.c \ - $(SRCDIR)swrast/s_masking.h \ - $(SRCDIR)swrast/s_points.c \ - $(SRCDIR)swrast/s_points.h \ - $(SRCDIR)swrast/s_renderbuffer.c \ - $(SRCDIR)swrast/s_renderbuffer.h \ - $(SRCDIR)swrast/s_span.c \ - $(SRCDIR)swrast/s_span.h \ - $(SRCDIR)swrast/s_stencil.c \ - $(SRCDIR)swrast/s_stencil.h \ - $(SRCDIR)swrast/s_texcombine.c \ - $(SRCDIR)swrast/s_texcombine.h \ - $(SRCDIR)swrast/s_texfetch.c \ - $(SRCDIR)swrast/s_texfetch.h \ - $(SRCDIR)swrast/s_texfetch_tmp.h \ - $(SRCDIR)swrast/s_texfilter.c \ - $(SRCDIR)swrast/s_texfilter.h \ - $(SRCDIR)swrast/s_texrender.c \ - $(SRCDIR)swrast/s_texture.c \ - $(SRCDIR)swrast/s_triangle.c \ - $(SRCDIR)swrast/s_triangle.h \ - $(SRCDIR)swrast/s_tritemp.h \ - $(SRCDIR)swrast/swrast.h \ - $(SRCDIR)swrast/s_zoom.c \ - $(SRCDIR)swrast/s_zoom.h + swrast/s_aaline.c \ + swrast/s_aaline.h \ + swrast/s_aalinetemp.h \ + swrast/s_aatriangle.c \ + swrast/s_aatriangle.h \ + swrast/s_aatritemp.h \ + swrast/s_alpha.c \ + swrast/s_alpha.h \ + swrast/s_atifragshader.c \ + swrast/s_atifragshader.h \ + swrast/s_bitmap.c \ + swrast/s_blend.c \ + swrast/s_blend.h \ + swrast/s_blit.c \ + swrast/s_chan.h \ + swrast/s_clear.c \ + swrast/s_context.c \ + swrast/s_context.h \ + swrast/s_copypix.c \ + swrast/s_depth.c \ + swrast/s_depth.h \ + swrast/s_drawpix.c \ + swrast_setup/ss_tritmp.h \ + swrast_setup/ss_vb.h \ + swrast_setup/swrast_setup.h \ + swrast/s_feedback.c \ + swrast/s_feedback.h \ + swrast/s_fog.c \ + swrast/s_fog.h \ + swrast/s_fragprog.c \ + swrast/s_fragprog.h \ + swrast/s_lines.c \ + swrast/s_lines.h \ + swrast/s_linetemp.h \ + swrast/s_logic.c \ + swrast/s_logic.h \ + swrast/s_masking.c \ + swrast/s_masking.h \ + swrast/s_points.c \ + swrast/s_points.h \ + swrast/s_renderbuffer.c \ + swrast/s_renderbuffer.h \ + swrast/s_span.c \ + swrast/s_span.h \ + swrast/s_stencil.c \ + swrast/s_stencil.h \ + swrast/s_texcombine.c \ + swrast/s_texcombine.h \ + swrast/s_texfetch.c \ + swrast/s_texfetch.h \ + swrast/s_texfetch_tmp.h \ + swrast/s_texfilter.c \ + swrast/s_texfilter.h \ + swrast/s_texrender.c \ + swrast/s_texture.c \ + swrast/s_triangle.c \ + swrast/s_triangle.h \ + swrast/s_tritemp.h \ + swrast/swrast.h \ + swrast/s_zoom.c \ + swrast/s_zoom.h SWRAST_SETUP_FILES = \ - $(SRCDIR)swrast_setup/ss_context.c \ - $(SRCDIR)swrast_setup/ss_context.h \ - $(SRCDIR)swrast_setup/ss_triangle.c \ - $(SRCDIR)swrast_setup/ss_triangle.h + swrast_setup/ss_context.c \ + swrast_setup/ss_context.h \ + swrast_setup/ss_triangle.c \ + swrast_setup/ss_triangle.h TNL_FILES = \ - $(SRCDIR)tnl/t_context.c \ - $(SRCDIR)tnl/t_context.h \ - $(SRCDIR)tnl/t_draw.c \ - $(SRCDIR)tnl/tnl.h \ - $(SRCDIR)tnl/t_pipeline.c \ - $(SRCDIR)tnl/t_pipeline.h \ - $(SRCDIR)tnl/t_rasterpos.c \ - $(SRCDIR)tnl/t_vb_cliptmp.h \ - $(SRCDIR)tnl/t_vb_fog.c \ - $(SRCDIR)tnl/t_vb_light.c \ - $(SRCDIR)tnl/t_vb_lighttmp.h \ - $(SRCDIR)tnl/t_vb_normals.c \ - $(SRCDIR)tnl/t_vb_points.c \ - $(SRCDIR)tnl/t_vb_program.c \ - $(SRCDIR)tnl/t_vb_render.c \ - $(SRCDIR)tnl/t_vb_rendertmp.h \ - $(SRCDIR)tnl/t_vb_texgen.c \ - $(SRCDIR)tnl/t_vb_texmat.c \ - $(SRCDIR)tnl/t_vb_vertex.c \ - $(SRCDIR)tnl/t_vertex.c \ - $(SRCDIR)tnl/t_vertex_generic.c \ - $(SRCDIR)tnl/t_vertex.h \ - $(SRCDIR)tnl/t_vertex_sse.c \ - $(SRCDIR)tnl/t_vp_build.c \ - $(SRCDIR)tnl/t_vp_build.h + tnl/t_context.c \ + tnl/t_context.h \ + tnl/t_draw.c \ + tnl/tnl.h \ + tnl/t_pipeline.c \ + tnl/t_pipeline.h \ + tnl/t_rasterpos.c \ + tnl/t_vb_cliptmp.h \ + tnl/t_vb_fog.c \ + tnl/t_vb_light.c \ + tnl/t_vb_lighttmp.h \ + tnl/t_vb_normals.c \ + tnl/t_vb_points.c \ + tnl/t_vb_program.c \ + tnl/t_vb_render.c \ + tnl/t_vb_rendertmp.h \ + tnl/t_vb_texgen.c \ + tnl/t_vb_texmat.c \ + tnl/t_vb_vertex.c \ + tnl/t_vertex.c \ + tnl/t_vertex_generic.c \ + tnl/t_vertex.h \ + tnl/t_vertex_sse.c \ + tnl/t_vp_build.c \ + tnl/t_vp_build.h VBO_FILES = \ - $(SRCDIR)vbo/vbo_attrib.h \ - $(SRCDIR)vbo/vbo_attrib_tmp.h \ - $(SRCDIR)vbo/vbo_context.c \ - $(SRCDIR)vbo/vbo_context.h \ - $(SRCDIR)vbo/vbo_exec_api.c \ - $(SRCDIR)vbo/vbo_exec_array.c \ - $(SRCDIR)vbo/vbo_exec.c \ - $(SRCDIR)vbo/vbo_exec_draw.c \ - $(SRCDIR)vbo/vbo_exec_eval.c \ - $(SRCDIR)vbo/vbo_exec.h \ - $(SRCDIR)vbo/vbo.h \ - $(SRCDIR)vbo/vbo_noop.c \ - $(SRCDIR)vbo/vbo_noop.h \ - $(SRCDIR)vbo/vbo_primitive_restart.c \ - $(SRCDIR)vbo/vbo_rebase.c \ - $(SRCDIR)vbo/vbo_save_api.c \ - $(SRCDIR)vbo/vbo_save.c \ - $(SRCDIR)vbo/vbo_save_draw.c \ - $(SRCDIR)vbo/vbo_save.h \ - $(SRCDIR)vbo/vbo_save_loopback.c \ - $(SRCDIR)vbo/vbo_split.c \ - $(SRCDIR)vbo/vbo_split_copy.c \ - $(SRCDIR)vbo/vbo_split.h \ - $(SRCDIR)vbo/vbo_split_inplace.c + vbo/vbo_attrib.h \ + vbo/vbo_attrib_tmp.h \ + vbo/vbo_context.c \ + vbo/vbo_context.h \ + vbo/vbo_exec_api.c \ + vbo/vbo_exec_array.c \ + vbo/vbo_exec.c \ + vbo/vbo_exec_draw.c \ + vbo/vbo_exec_eval.c \ + vbo/vbo_exec.h \ + vbo/vbo.h \ + vbo/vbo_noop.c \ + vbo/vbo_noop.h \ + vbo/vbo_primitive_restart.c \ + vbo/vbo_rebase.c \ + vbo/vbo_save_api.c \ + vbo/vbo_save.c \ + vbo/vbo_save_draw.c \ + vbo/vbo_save.h \ + vbo/vbo_save_loopback.c \ + vbo/vbo_split.c \ + vbo/vbo_split_copy.c \ + vbo/vbo_split.h \ + vbo/vbo_split_inplace.c STATETRACKER_FILES = \ - $(SRCDIR)state_tracker/st_atom_array.c \ - $(SRCDIR)state_tracker/st_atom_blend.c \ - $(SRCDIR)state_tracker/st_atom.c \ - $(SRCDIR)state_tracker/st_atom_clip.c \ - $(SRCDIR)state_tracker/st_atom_constbuf.c \ - $(SRCDIR)state_tracker/st_atom_constbuf.h \ - $(SRCDIR)state_tracker/st_atom_depth.c \ - $(SRCDIR)state_tracker/st_atom_framebuffer.c \ - $(SRCDIR)state_tracker/st_atom.h \ - $(SRCDIR)state_tracker/st_atom_msaa.c \ - $(SRCDIR)state_tracker/st_atom_pixeltransfer.c \ - $(SRCDIR)state_tracker/st_atom_rasterizer.c \ - $(SRCDIR)state_tracker/st_atom_sampler.c \ - $(SRCDIR)state_tracker/st_atom_scissor.c \ - $(SRCDIR)state_tracker/st_atom_shader.c \ - $(SRCDIR)state_tracker/st_atom_shader.h \ - $(SRCDIR)state_tracker/st_atom_stipple.c \ - $(SRCDIR)state_tracker/st_atom_texture.c \ - $(SRCDIR)state_tracker/st_atom_viewport.c \ - $(SRCDIR)state_tracker/st_cache.h \ - $(SRCDIR)state_tracker/st_cb_bitmap.c \ - $(SRCDIR)state_tracker/st_cb_bitmap.h \ - $(SRCDIR)state_tracker/st_cb_blit.c \ - $(SRCDIR)state_tracker/st_cb_blit.h \ - $(SRCDIR)state_tracker/st_cb_bufferobjects.c \ - $(SRCDIR)state_tracker/st_cb_bufferobjects.h \ - $(SRCDIR)state_tracker/st_cb_clear.c \ - $(SRCDIR)state_tracker/st_cb_clear.h \ - $(SRCDIR)state_tracker/st_cb_condrender.c \ - $(SRCDIR)state_tracker/st_cb_condrender.h \ - $(SRCDIR)state_tracker/st_cb_drawpixels.c \ - $(SRCDIR)state_tracker/st_cb_drawpixels.h \ - $(SRCDIR)state_tracker/st_cb_drawtex.c \ - $(SRCDIR)state_tracker/st_cb_drawtex.h \ - $(SRCDIR)state_tracker/st_cb_eglimage.c \ - $(SRCDIR)state_tracker/st_cb_eglimage.h \ - $(SRCDIR)state_tracker/st_cb_fbo.c \ - $(SRCDIR)state_tracker/st_cb_fbo.h \ - $(SRCDIR)state_tracker/st_cb_feedback.c \ - $(SRCDIR)state_tracker/st_cb_feedback.h \ - $(SRCDIR)state_tracker/st_cb_flush.c \ - $(SRCDIR)state_tracker/st_cb_flush.h \ - $(SRCDIR)state_tracker/st_cb_msaa.c \ - $(SRCDIR)state_tracker/st_cb_msaa.h \ - $(SRCDIR)state_tracker/st_cb_program.c \ - $(SRCDIR)state_tracker/st_cb_program.h \ - $(SRCDIR)state_tracker/st_cb_queryobj.c \ - $(SRCDIR)state_tracker/st_cb_queryobj.h \ - $(SRCDIR)state_tracker/st_cb_rasterpos.c \ - $(SRCDIR)state_tracker/st_cb_rasterpos.h \ - $(SRCDIR)state_tracker/st_cb_readpixels.c \ - $(SRCDIR)state_tracker/st_cb_readpixels.h \ - $(SRCDIR)state_tracker/st_cb_strings.c \ - $(SRCDIR)state_tracker/st_cb_strings.h \ - $(SRCDIR)state_tracker/st_cb_syncobj.c \ - $(SRCDIR)state_tracker/st_cb_syncobj.h \ - $(SRCDIR)state_tracker/st_cb_texturebarrier.c \ - $(SRCDIR)state_tracker/st_cb_texturebarrier.h \ - $(SRCDIR)state_tracker/st_cb_texture.c \ - $(SRCDIR)state_tracker/st_cb_texture.h \ - $(SRCDIR)state_tracker/st_cb_viewport.c \ - $(SRCDIR)state_tracker/st_cb_viewport.h \ - $(SRCDIR)state_tracker/st_cb_xformfb.c \ - $(SRCDIR)state_tracker/st_cb_xformfb.h \ - $(SRCDIR)state_tracker/st_context.c \ - $(SRCDIR)state_tracker/st_context.h \ - $(SRCDIR)state_tracker/st_debug.c \ - $(SRCDIR)state_tracker/st_debug.h \ - $(SRCDIR)state_tracker/st_draw.c \ - $(SRCDIR)state_tracker/st_draw_feedback.c \ - $(SRCDIR)state_tracker/st_draw.h \ - $(SRCDIR)state_tracker/st_extensions.c \ - $(SRCDIR)state_tracker/st_extensions.h \ - $(SRCDIR)state_tracker/st_format.c \ - $(SRCDIR)state_tracker/st_format.h \ - $(SRCDIR)state_tracker/st_gen_mipmap.c \ - $(SRCDIR)state_tracker/st_gen_mipmap.h \ - $(SRCDIR)state_tracker/st_gl_api.h \ - $(SRCDIR)state_tracker/st_glsl_to_tgsi.cpp \ - $(SRCDIR)state_tracker/st_glsl_to_tgsi.h \ - $(SRCDIR)state_tracker/st_manager.c \ - $(SRCDIR)state_tracker/st_manager.h \ - $(SRCDIR)state_tracker/st_mesa_to_tgsi.c \ - $(SRCDIR)state_tracker/st_mesa_to_tgsi.h \ - $(SRCDIR)state_tracker/st_program.c \ - $(SRCDIR)state_tracker/st_program.h \ - $(SRCDIR)state_tracker/st_texture.c \ - $(SRCDIR)state_tracker/st_texture.h \ - $(SRCDIR)state_tracker/st_vdpau.c \ - $(SRCDIR)state_tracker/st_vdpau.h + state_tracker/st_atom_array.c \ + state_tracker/st_atom_blend.c \ + state_tracker/st_atom.c \ + state_tracker/st_atom_clip.c \ + state_tracker/st_atom_constbuf.c \ + state_tracker/st_atom_constbuf.h \ + state_tracker/st_atom_depth.c \ + state_tracker/st_atom_framebuffer.c \ + state_tracker/st_atom.h \ + state_tracker/st_atom_msaa.c \ + state_tracker/st_atom_pixeltransfer.c \ + state_tracker/st_atom_rasterizer.c \ + state_tracker/st_atom_sampler.c \ + state_tracker/st_atom_scissor.c \ + state_tracker/st_atom_shader.c \ + state_tracker/st_atom_shader.h \ + state_tracker/st_atom_stipple.c \ + state_tracker/st_atom_texture.c \ + state_tracker/st_atom_viewport.c \ + state_tracker/st_cache.h \ + state_tracker/st_cb_bitmap.c \ + state_tracker/st_cb_bitmap.h \ + state_tracker/st_cb_blit.c \ + state_tracker/st_cb_blit.h \ + state_tracker/st_cb_bufferobjects.c \ + state_tracker/st_cb_bufferobjects.h \ + state_tracker/st_cb_clear.c \ + state_tracker/st_cb_clear.h \ + state_tracker/st_cb_condrender.c \ + state_tracker/st_cb_condrender.h \ + state_tracker/st_cb_drawpixels.c \ + state_tracker/st_cb_drawpixels.h \ + state_tracker/st_cb_drawtex.c \ + state_tracker/st_cb_drawtex.h \ + state_tracker/st_cb_eglimage.c \ + state_tracker/st_cb_eglimage.h \ + state_tracker/st_cb_fbo.c \ + state_tracker/st_cb_fbo.h \ + state_tracker/st_cb_feedback.c \ + state_tracker/st_cb_feedback.h \ + state_tracker/st_cb_flush.c \ + state_tracker/st_cb_flush.h \ + state_tracker/st_cb_msaa.c \ + state_tracker/st_cb_msaa.h \ + state_tracker/st_cb_program.c \ + state_tracker/st_cb_program.h \ + state_tracker/st_cb_queryobj.c \ + state_tracker/st_cb_queryobj.h \ + state_tracker/st_cb_rasterpos.c \ + state_tracker/st_cb_rasterpos.h \ + state_tracker/st_cb_readpixels.c \ + state_tracker/st_cb_readpixels.h \ + state_tracker/st_cb_strings.c \ + state_tracker/st_cb_strings.h \ + state_tracker/st_cb_syncobj.c \ + state_tracker/st_cb_syncobj.h \ + state_tracker/st_cb_texturebarrier.c \ + state_tracker/st_cb_texturebarrier.h \ + state_tracker/st_cb_texture.c \ + state_tracker/st_cb_texture.h \ + state_tracker/st_cb_viewport.c \ + state_tracker/st_cb_viewport.h \ + state_tracker/st_cb_xformfb.c \ + state_tracker/st_cb_xformfb.h \ + state_tracker/st_context.c \ + state_tracker/st_context.h \ + state_tracker/st_debug.c \ + state_tracker/st_debug.h \ + state_tracker/st_draw.c \ + state_tracker/st_draw_feedback.c \ + state_tracker/st_draw.h \ + state_tracker/st_extensions.c \ + state_tracker/st_extensions.h \ + state_tracker/st_format.c \ + state_tracker/st_format.h \ + state_tracker/st_gen_mipmap.c \ + state_tracker/st_gen_mipmap.h \ + state_tracker/st_gl_api.h \ + state_tracker/st_glsl_to_tgsi.cpp \ + state_tracker/st_glsl_to_tgsi.h \ + state_tracker/st_manager.c \ + state_tracker/st_manager.h \ + state_tracker/st_mesa_to_tgsi.c \ + state_tracker/st_mesa_to_tgsi.h \ + state_tracker/st_program.c \ + state_tracker/st_program.h \ + state_tracker/st_texture.c \ + state_tracker/st_texture.h \ + state_tracker/st_vdpau.c \ + state_tracker/st_vdpau.h PROGRAM_FILES = \ - $(SRCDIR)program/arbprogparse.c \ - $(SRCDIR)program/arbprogparse.h \ - $(SRCDIR)program/hash_table.h \ - $(SRCDIR)program/ir_to_mesa.cpp \ - $(SRCDIR)program/ir_to_mesa.h \ - $(BUILDDIR)program/lex.yy.c \ - $(SRCDIR)program/prog_cache.c \ - $(SRCDIR)program/prog_cache.h \ - $(SRCDIR)program/prog_execute.c \ - $(SRCDIR)program/prog_execute.h \ - $(SRCDIR)program/prog_hash_table.c \ - $(SRCDIR)program/prog_instruction.c \ - $(SRCDIR)program/prog_instruction.h \ - $(SRCDIR)program/prog_noise.c \ - $(SRCDIR)program/prog_noise.h \ - $(SRCDIR)program/prog_opt_constant_fold.c \ - $(SRCDIR)program/prog_optimize.c \ - $(SRCDIR)program/prog_optimize.h \ - $(SRCDIR)program/prog_parameter.c \ - $(SRCDIR)program/prog_parameter.h \ - $(SRCDIR)program/prog_parameter_layout.c \ - $(SRCDIR)program/prog_parameter_layout.h \ - $(SRCDIR)program/prog_print.c \ - $(SRCDIR)program/prog_print.h \ - $(SRCDIR)program/program.c \ - $(SRCDIR)program/program.h \ - $(SRCDIR)program/programopt.c \ - $(SRCDIR)program/programopt.h \ - $(SRCDIR)program/program_parse_extra.c \ - $(BUILDDIR)program/program_parse.tab.c \ - $(BUILDDIR)program/program_parse.tab.h \ - $(SRCDIR)program/program_parser.h \ - $(SRCDIR)program/prog_statevars.c \ - $(SRCDIR)program/prog_statevars.h \ - $(SRCDIR)program/sampler.cpp \ - $(SRCDIR)program/sampler.h \ - $(SRCDIR)program/string_to_uint_map.cpp \ - $(SRCDIR)program/symbol_table.c \ - $(SRCDIR)program/symbol_table.h + program/arbprogparse.c \ + program/arbprogparse.h \ + program/hash_table.h \ + program/ir_to_mesa.cpp \ + program/ir_to_mesa.h \ + program/lex.yy.c \ + program/prog_cache.c \ + program/prog_cache.h \ + program/prog_execute.c \ + program/prog_execute.h \ + program/prog_hash_table.c \ + program/prog_instruction.c \ + program/prog_instruction.h \ + program/prog_noise.c \ + program/prog_noise.h \ + program/prog_opt_constant_fold.c \ + program/prog_optimize.c \ + program/prog_optimize.h \ + program/prog_parameter.c \ + program/prog_parameter.h \ + program/prog_parameter_layout.c \ + program/prog_parameter_layout.h \ + program/prog_print.c \ + program/prog_print.h \ + program/program.c \ + program/program.h \ + program/programopt.c \ + program/programopt.h \ + program/program_parse_extra.c \ + program/program_parse.tab.c \ + program/program_parse.tab.h \ + program/program_parser.h \ + program/prog_statevars.c \ + program/prog_statevars.h \ + program/sampler.cpp \ + program/sampler.h \ + program/string_to_uint_map.cpp \ + program/symbol_table.c \ + program/symbol_table.h ASM_C_FILES = \ - $(SRCDIR)x86/common_x86.c \ - $(SRCDIR)x86/x86_xform.c \ - $(SRCDIR)x86/3dnow.c \ - $(SRCDIR)x86/sse.c \ - $(SRCDIR)x86/rtasm/x86sse.c \ - $(SRCDIR)x86/rtasm/x86sse.h \ - $(SRCDIR)sparc/sparc.c \ - $(SRCDIR)x86-64/x86-64.c + x86/common_x86.c \ + x86/x86_xform.c \ + x86/3dnow.c \ + x86/sse.c \ + x86/rtasm/x86sse.c \ + x86/rtasm/x86sse.h \ + sparc/sparc.c \ + x86-64/x86-64.c X86_FILES = \ - $(SRCDIR)x86/assyntax.h \ - $(SRCDIR)x86/clip_args.h \ - $(SRCDIR)x86/norm_args.h \ - $(SRCDIR)x86/xform_args.h \ - $(SRCDIR)x86/common_x86_asm.S \ - $(SRCDIR)x86/common_x86_asm.h \ - $(SRCDIR)x86/common_x86_features.h \ - $(SRCDIR)x86/x86_xform.h \ - $(SRCDIR)x86/x86_xform2.S \ - $(SRCDIR)x86/x86_xform3.S \ - $(SRCDIR)x86/x86_xform4.S \ - $(SRCDIR)x86/x86_cliptest.S \ - $(SRCDIR)x86/mmx.h \ - $(SRCDIR)x86/mmx_blend.S \ - $(SRCDIR)x86/mmx_blendtmp.h \ - $(SRCDIR)x86/3dnow.h \ - $(SRCDIR)x86/3dnow_xform1.S \ - $(SRCDIR)x86/3dnow_xform2.S \ - $(SRCDIR)x86/3dnow_xform3.S \ - $(SRCDIR)x86/3dnow_xform4.S \ - $(SRCDIR)x86/sse.h \ - $(SRCDIR)x86/sse_xform1.S \ - $(SRCDIR)x86/sse_xform2.S \ - $(SRCDIR)x86/sse_xform3.S \ - $(SRCDIR)x86/sse_xform4.S \ - $(SRCDIR)x86/sse_normal.S \ - $(SRCDIR)x86/read_rgba_span_x86.S + x86/assyntax.h \ + x86/clip_args.h \ + x86/norm_args.h \ + x86/xform_args.h \ + x86/common_x86_asm.S \ + x86/common_x86_asm.h \ + x86/common_x86_features.h \ + x86/x86_xform.h \ + x86/x86_xform2.S \ + x86/x86_xform3.S \ + x86/x86_xform4.S \ + x86/x86_cliptest.S \ + x86/mmx.h \ + x86/mmx_blend.S \ + x86/mmx_blendtmp.h \ + x86/3dnow.h \ + x86/3dnow_xform1.S \ + x86/3dnow_xform2.S \ + x86/3dnow_xform3.S \ + x86/3dnow_xform4.S \ + x86/sse.h \ + x86/sse_xform1.S \ + x86/sse_xform2.S \ + x86/sse_xform3.S \ + x86/sse_xform4.S \ + x86/sse_normal.S \ + x86/read_rgba_span_x86.S X86_64_FILES = \ - $(SRCDIR)x86-64/x86-64.h \ - $(SRCDIR)x86-64/xform4.S + x86-64/x86-64.h \ + x86-64/xform4.S SPARC_FILES = \ - $(SRCDIR)sparc/sparc.h \ - $(SRCDIR)sparc/sparc_clip.S \ - $(SRCDIR)sparc/sparc_matrix.h \ - $(SRCDIR)sparc/norm.S \ - $(SRCDIR)sparc/xform.S + sparc/sparc.h \ + sparc/sparc_clip.S \ + sparc/sparc_matrix.h \ + sparc/norm.S \ + sparc/xform.S COMMON_DRIVER_FILES = \ - $(SRCDIR)drivers/common/driverfuncs.c \ - $(SRCDIR)drivers/common/driverfuncs.h \ - $(SRCDIR)drivers/common/meta_blit.c \ - $(SRCDIR)drivers/common/meta_copy_image.c \ - $(SRCDIR)drivers/common/meta_generate_mipmap.c \ - $(SRCDIR)drivers/common/meta.c \ - $(SRCDIR)drivers/common/meta.h + drivers/common/driverfuncs.c \ + drivers/common/driverfuncs.h \ + drivers/common/meta_blit.c \ + drivers/common/meta_copy_image.c \ + drivers/common/meta_generate_mipmap.c \ + drivers/common/meta_tex_subimage.c \ + drivers/common/meta.c \ + drivers/common/meta.h # Sources for building non-Gallium drivers @@ -607,7 +597,7 @@ MESA_GALLIUM_FILES = \ $(MATH_FILES) \ $(VBO_FILES) \ $(STATETRACKER_FILES) \ - $(SRCDIR)x86/common_x86.c + x86/common_x86.c ### Include directories diff --git a/mesalib/src/mesa/SConscript b/mesalib/src/mesa/SConscript index e7c4f5ca1..62e81ced1 100644 --- a/mesalib/src/mesa/SConscript +++ b/mesalib/src/mesa/SConscript @@ -15,6 +15,8 @@ env.Append(CPPPATH = [ '#/src/mapi', '#/src/glsl', '#/src/mesa', + '#/src/gallium/include', + '#/src/gallium/auxiliary', Dir('../mapi'), # src/mapi build path Dir('.'), # src/mesa build path ]) @@ -66,6 +68,20 @@ format_info = env.CodeGenerate( command = python_cmd + ' $SCRIPT ' + ' $SOURCE > $TARGET' ) +format_pack = env.CodeGenerate( + target = 'main/format_pack.c', + script = 'main/format_pack.py', + source = 'main/formats.csv', + command = python_cmd + ' $SCRIPT ' + ' $SOURCE > $TARGET' +) + +format_unpack = env.CodeGenerate( + target = 'main/format_unpack.c', + script = 'main/format_unpack.py', + source = 'main/formats.csv', + command = python_cmd + ' $SCRIPT ' + ' $SOURCE > $TARGET' +) + # # Assembly sources # diff --git a/mesalib/src/mesa/drivers/common/driverfuncs.c b/mesalib/src/mesa/drivers/common/driverfuncs.c index 4f0f7a686..0d094ddf4 100644 --- a/mesalib/src/mesa/drivers/common/driverfuncs.c +++ b/mesalib/src/mesa/drivers/common/driverfuncs.c @@ -101,7 +101,7 @@ _mesa_init_driver_functions(struct dd_function_table *driver) driver->TestProxyTexImage = _mesa_test_proxy_teximage; driver->CompressedTexImage = _mesa_store_compressed_teximage; driver->CompressedTexSubImage = _mesa_store_compressed_texsubimage; - driver->GetCompressedTexImage = _mesa_get_compressed_teximage; + driver->GetCompressedTexImage = _mesa_GetCompressedTexImage_sw; driver->BindTexture = NULL; driver->NewTextureObject = _mesa_new_texture_object; driver->DeleteTexture = _mesa_delete_texture_object; @@ -210,7 +210,7 @@ _mesa_init_driver_functions(struct dd_function_table *driver) driver->EndCallList = NULL; /* GL_ARB_texture_storage */ - driver->AllocTextureStorage = _mesa_alloc_texture_storage; + driver->AllocTextureStorage = _mesa_AllocTextureStorage_sw; /* GL_ARB_texture_view */ driver->TextureView = NULL; diff --git a/mesalib/src/mesa/drivers/common/meta.c b/mesalib/src/mesa/drivers/common/meta.c index 87532c1df..3636ee83b 100644 --- a/mesalib/src/mesa/drivers/common/meta.c +++ b/mesalib/src/mesa/drivers/common/meta.c @@ -243,6 +243,7 @@ _mesa_meta_compile_and_link_program(struct gl_context *ctx, void _mesa_meta_setup_blit_shader(struct gl_context *ctx, GLenum target, + bool do_depth, struct blit_shader_table *table) { char *vs_source, *fs_source; @@ -292,10 +293,11 @@ _mesa_meta_setup_blit_shader(struct gl_context *ctx, "void main()\n" "{\n" " gl_FragColor = %s(texSampler, %s);\n" - " gl_FragDepth = gl_FragColor.x;\n" + "%s" "}\n", fs_preprocess, shader->type, fs_input, - shader->func, shader->texcoords); + shader->func, shader->texcoords, + do_depth ? " gl_FragDepth = gl_FragColor.x;\n" : ""); _mesa_meta_compile_and_link_program(ctx, vs_source, fs_source, ralloc_asprintf(mem_ctx, "%s blit", @@ -825,15 +827,18 @@ _mesa_meta_end(struct gl_context *ctx) const GLbitfield state = save->SavedState; int i; - /* After starting a new occlusion query, initialize the results to the - * values saved previously. The driver will then continue to increment - * these values. - */ + /* Grab the result of the old occlusion query before starting it again. The + * old result is added to the result of the new query so the driver will + * continue adding where it left off. */ if (state & MESA_META_OCCLUSION_QUERY) { if (save->CurrentOcclusionObject) { - _mesa_BeginQuery(save->CurrentOcclusionObject->Target, - save->CurrentOcclusionObject->Id); - ctx->Query.CurrentOcclusionObject->Result = save->CurrentOcclusionObject->Result; + struct gl_query_object *q = save->CurrentOcclusionObject; + GLuint64EXT result; + if (!q->Ready) + ctx->Driver.WaitQuery(ctx, q); + result = q->Result; + _mesa_BeginQuery(q->Target, q->Id); + ctx->Query.CurrentOcclusionObject->Result += result; } } @@ -1212,16 +1217,6 @@ _mesa_meta_end(struct gl_context *ctx) } -/** - * Determine whether Mesa is currently in a meta state. - */ -GLboolean -_mesa_meta_in_progress(struct gl_context *ctx) -{ - return ctx->Meta->SaveStackDepth != 0; -} - - /** * Convert Z from a normalized value in the range [0, 1] to an object-space * Z coordinate in [-1, +1] so that drawing at the new Z position with the @@ -2801,7 +2796,8 @@ copytexsubimage_using_blit_framebuffer(struct gl_context *ctx, GLuint dims, * are too strict for CopyTexImage. We know meta will be fine with format * changes. */ - mask = _mesa_meta_BlitFramebuffer(ctx, x, y, + mask = _mesa_meta_BlitFramebuffer(ctx, ctx->ReadBuffer, ctx->DrawBuffer, + x, y, x + width, y + height, xoffset, yoffset, xoffset + width, yoffset + height, @@ -3045,7 +3041,7 @@ decompress_texture_image(struct gl_context *ctx, _mesa_meta_setup_vertex_objects(&decompress->VAO, &decompress->VBO, true, 2, 4, 0); - _mesa_meta_setup_blit_shader(ctx, target, &decompress->shaders); + _mesa_meta_setup_blit_shader(ctx, target, false, &decompress->shaders); } else { _mesa_meta_setup_ff_tnl_for_blit(&decompress->VAO, &decompress->VBO, 3); } @@ -3177,7 +3173,7 @@ _mesa_meta_GetTexImage(struct gl_context *ctx, { if (_mesa_is_format_compressed(texImage->TexFormat)) { GLuint slice; - bool result; + bool result = true; for (slice = 0; slice < texImage->Depth; slice++) { void *dst; @@ -3208,7 +3204,7 @@ _mesa_meta_GetTexImage(struct gl_context *ctx, return; } - _mesa_get_teximage(ctx, format, type, pixels, texImage); + _mesa_GetTexImage_sw(ctx, format, type, pixels, texImage); } diff --git a/mesalib/src/mesa/drivers/common/meta.h b/mesalib/src/mesa/drivers/common/meta.h index 6ecf3c005..e7d894df1 100644 --- a/mesalib/src/mesa/drivers/common/meta.h +++ b/mesalib/src/mesa/drivers/common/meta.h @@ -298,7 +298,8 @@ struct blit_state { GLuint VAO; GLuint VBO; - struct blit_shader_table shaders; + struct blit_shader_table shaders_with_depth; + struct blit_shader_table shaders_without_depth; GLuint msaa_shaders[BLIT_MSAA_SHADER_COUNT]; struct temp_texture depthTex; bool no_ctsi_fallback; @@ -446,8 +447,11 @@ _mesa_meta_begin(struct gl_context *ctx, GLbitfield state); extern void _mesa_meta_end(struct gl_context *ctx); -extern GLboolean -_mesa_meta_in_progress(struct gl_context *ctx); +static inline bool +_mesa_meta_in_progress(struct gl_context *ctx) +{ + return ctx->Meta->SaveStackDepth != 0; +} extern void _mesa_meta_fb_tex_blit_begin(const struct gl_context *ctx, @@ -471,12 +475,16 @@ _mesa_meta_setup_sampler(struct gl_context *ctx, extern GLbitfield _mesa_meta_BlitFramebuffer(struct gl_context *ctx, + const struct gl_framebuffer *readFb, + const struct gl_framebuffer *drawFb, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter); extern void _mesa_meta_and_swrast_BlitFramebuffer(struct gl_context *ctx, + struct gl_framebuffer *readFb, + struct gl_framebuffer *drawFb, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, @@ -519,6 +527,23 @@ extern void _mesa_meta_GenerateMipmap(struct gl_context *ctx, GLenum target, struct gl_texture_object *texObj); +extern bool +_mesa_meta_pbo_TexSubImage(struct gl_context *ctx, GLuint dims, + struct gl_texture_image *tex_image, + int xoffset, int yoffset, int zoffset, + int width, int height, int depth, + GLenum format, GLenum type, const void *pixels, + bool allocate_storage, bool create_pbo, + const struct gl_pixelstore_attrib *packing); + +extern bool +_mesa_meta_pbo_GetTexSubImage(struct gl_context *ctx, GLuint dims, + struct gl_texture_image *tex_image, + int xoffset, int yoffset, int zoffset, + int width, int height, int depth, + GLenum format, GLenum type, const void *pixels, + const struct gl_pixelstore_attrib *packing); + extern void _mesa_meta_CopyTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, @@ -612,6 +637,7 @@ _mesa_meta_setup_copypix_texture(struct gl_context *ctx, void _mesa_meta_setup_blit_shader(struct gl_context *ctx, GLenum target, + bool do_depth, struct blit_shader_table *table); void diff --git a/mesalib/src/mesa/drivers/common/meta_blit.c b/mesalib/src/mesa/drivers/common/meta_blit.c index 01cb532fe..3406be1ed 100644 --- a/mesalib/src/mesa/drivers/common/meta_blit.c +++ b/mesalib/src/mesa/drivers/common/meta_blit.c @@ -232,6 +232,7 @@ setup_glsl_msaa_blit_scaled_shader(struct gl_context *ctx, static void setup_glsl_msaa_blit_shader(struct gl_context *ctx, struct blit_state *blit, + const struct gl_framebuffer *drawFb, struct gl_renderbuffer *src_rb, GLenum target) { @@ -267,7 +268,7 @@ setup_glsl_msaa_blit_shader(struct gl_context *ctx, /* Update the assert if we plan to support more than 16X MSAA. */ assert(shader_offset >= 0 && shader_offset <= 4); - if (ctx->DrawBuffer->Visual.samples > 1) { + if (drawFb->Visual.samples > 1) { /* If you're calling meta_BlitFramebuffer with the destination * multisampled, this is the only path that will work -- swrast and * CopyTexImage won't work on it either. @@ -508,9 +509,11 @@ setup_glsl_msaa_blit_shader(struct gl_context *ctx, static void setup_glsl_blit_framebuffer(struct gl_context *ctx, struct blit_state *blit, + const struct gl_framebuffer *drawFb, struct gl_renderbuffer *src_rb, GLenum target, GLenum filter, - bool is_scaled_blit) + bool is_scaled_blit, + bool do_depth) { unsigned texcoord_size; bool is_target_multisample = target == GL_TEXTURE_2D_MULTISAMPLE || @@ -529,9 +532,11 @@ setup_glsl_blit_framebuffer(struct gl_context *ctx, if (is_target_multisample && is_filter_scaled_resolve && is_scaled_blit) { setup_glsl_msaa_blit_scaled_shader(ctx, blit, src_rb, target, filter); } else if (is_target_multisample) { - setup_glsl_msaa_blit_shader(ctx, blit, src_rb, target); + setup_glsl_msaa_blit_shader(ctx, blit, drawFb, src_rb, target); } else { - _mesa_meta_setup_blit_shader(ctx, target, &blit->shaders); + _mesa_meta_setup_blit_shader(ctx, target, do_depth, + do_depth ? &blit->shaders_with_depth + : &blit->shaders_without_depth); } } @@ -543,12 +548,13 @@ setup_glsl_blit_framebuffer(struct gl_context *ctx, */ static bool blitframebuffer_texture(struct gl_context *ctx, + const struct gl_framebuffer *readFb, + const struct gl_framebuffer *drawFb, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLenum filter, GLint flipX, GLint flipY, GLboolean glsl_version, GLboolean do_depth) { - const struct gl_framebuffer *readFb = ctx->ReadBuffer; int att_index = do_depth ? BUFFER_DEPTH : readFb->_ColorReadBufferIndex; const struct gl_renderbuffer_attachment *readAtt = &readFb->Attachment[att_index]; @@ -642,7 +648,8 @@ blitframebuffer_texture(struct gl_context *ctx, scaled_blit = dstW != srcW || dstH != srcH; if (glsl_version) { - setup_glsl_blit_framebuffer(ctx, blit, rb, target, filter, scaled_blit); + setup_glsl_blit_framebuffer(ctx, blit, drawFb, rb, target, filter, scaled_blit, + do_depth); } else { _mesa_meta_setup_ff_tnl_for_blit(&ctx->Meta->Blit.VAO, @@ -677,7 +684,7 @@ blitframebuffer_texture(struct gl_context *ctx, */ if (ctx->Extensions.EXT_texture_sRGB_decode) { if (_mesa_get_format_color_encoding(rb->Format) == GL_SRGB && - ctx->DrawBuffer->Visual.sRGBCapable) { + drawFb->Visual.sRGBCapable) { _mesa_SamplerParameteri(fb_tex_blit.sampler, GL_TEXTURE_SRGB_DECODE_EXT, GL_DECODE_EXT); _mesa_set_framebuffer_srgb(ctx, GL_TRUE); @@ -701,7 +708,7 @@ blitframebuffer_texture(struct gl_context *ctx, if (target == GL_TEXTURE_2D) { const struct gl_texture_image *texImage - = _mesa_select_tex_image(ctx, texObj, target, srcLevel); + = _mesa_select_tex_image(texObj, target, srcLevel); s0 = srcX0 / (float) texImage->Width; s1 = srcX1 / (float) texImage->Width; t0 = srcY0 / (float) texImage->Height; @@ -869,6 +876,8 @@ _mesa_meta_setup_sampler(struct gl_context *ctx, */ GLbitfield _mesa_meta_BlitFramebuffer(struct gl_context *ctx, + const struct gl_framebuffer *readFb, + const struct gl_framebuffer *drawFb, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) @@ -890,7 +899,7 @@ _mesa_meta_BlitFramebuffer(struct gl_context *ctx, ctx->Extensions.ARB_fragment_shader; /* Multisample texture blit support requires texture multisample. */ - if (ctx->ReadBuffer->Visual.samples > 0 && + if (readFb->Visual.samples > 0 && !ctx->Extensions.ARB_texture_multisample) { return mask; } @@ -898,7 +907,8 @@ _mesa_meta_BlitFramebuffer(struct gl_context *ctx, /* Clip a copy of the blit coordinates. If these differ from the input * coordinates, then we'll set the scissor. */ - if (!_mesa_clip_blit(ctx, &clip.srcX0, &clip.srcY0, &clip.srcX1, &clip.srcY1, + if (!_mesa_clip_blit(ctx, readFb, drawFb, + &clip.srcX0, &clip.srcY0, &clip.srcX1, &clip.srcY1, &clip.dstX0, &clip.dstY0, &clip.dstX1, &clip.dstY1)) { /* clipped/scissored everything away */ return 0; @@ -926,7 +936,8 @@ _mesa_meta_BlitFramebuffer(struct gl_context *ctx, /* Try faster, direct texture approach first */ if (mask & GL_COLOR_BUFFER_BIT) { - if (blitframebuffer_texture(ctx, srcX0, srcY0, srcX1, srcY1, + if (blitframebuffer_texture(ctx, readFb, drawFb, + srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, filter, dstFlipX, dstFlipY, use_glsl_version, false)) { @@ -935,7 +946,8 @@ _mesa_meta_BlitFramebuffer(struct gl_context *ctx, } if (mask & GL_DEPTH_BUFFER_BIT && use_glsl_version) { - if (blitframebuffer_texture(ctx, srcX0, srcY0, srcX1, srcY1, + if (blitframebuffer_texture(ctx, readFb, drawFb, + srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, filter, dstFlipX, dstFlipY, use_glsl_version, true)) { @@ -962,7 +974,8 @@ _mesa_meta_glsl_blit_cleanup(struct blit_state *blit) blit->VBO = 0; } - _mesa_meta_blit_shader_table_cleanup(&blit->shaders); + _mesa_meta_blit_shader_table_cleanup(&blit->shaders_with_depth); + _mesa_meta_blit_shader_table_cleanup(&blit->shaders_without_depth); _mesa_DeleteTextures(1, &blit->depthTex.TexObj); blit->depthTex.TexObj = 0; @@ -970,20 +983,22 @@ _mesa_meta_glsl_blit_cleanup(struct blit_state *blit) void _mesa_meta_and_swrast_BlitFramebuffer(struct gl_context *ctx, + struct gl_framebuffer *readFb, + struct gl_framebuffer *drawFb, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) { - mask = _mesa_meta_BlitFramebuffer(ctx, + mask = _mesa_meta_BlitFramebuffer(ctx, readFb, drawFb, srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter); if (mask == 0x0) return; - _swrast_BlitFramebuffer(ctx, + _swrast_BlitFramebuffer(ctx, readFb, drawFb, srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter); diff --git a/mesalib/src/mesa/drivers/common/meta_copy_image.c b/mesalib/src/mesa/drivers/common/meta_copy_image.c index fc0cbaf1b..1729766f7 100644 --- a/mesalib/src/mesa/drivers/common/meta_copy_image.c +++ b/mesalib/src/mesa/drivers/common/meta_copy_image.c @@ -189,7 +189,8 @@ _mesa_meta_CopyImageSubData_uncompressed(struct gl_context *ctx, * We have already created views to ensure that the texture formats * match. */ - ctx->Driver.BlitFramebuffer(ctx, src_x, src_y, + ctx->Driver.BlitFramebuffer(ctx, ctx->ReadBuffer, ctx->DrawBuffer, + src_x, src_y, src_x + src_width, src_y + src_height, dst_x, dst_y, dst_x + src_width, dst_y + src_height, diff --git a/mesalib/src/mesa/drivers/common/meta_generate_mipmap.c b/mesalib/src/mesa/drivers/common/meta_generate_mipmap.c index 8ffd8da3b..c1b6d3c1f 100644 --- a/mesalib/src/mesa/drivers/common/meta_generate_mipmap.c +++ b/mesalib/src/mesa/drivers/common/meta_generate_mipmap.c @@ -71,7 +71,7 @@ fallback_required(struct gl_context *ctx, GLenum target, } srcLevel = texObj->BaseLevel; - baseImage = _mesa_select_tex_image(ctx, texObj, target, srcLevel); + baseImage = _mesa_select_tex_image(texObj, target, srcLevel); if (!baseImage) { _mesa_perf_debug(ctx, MESA_DEBUG_SEVERITY_HIGH, "glGenerateMipmap() couldn't find base teximage\n"); @@ -193,7 +193,7 @@ _mesa_meta_GenerateMipmap(struct gl_context *ctx, GLenum target, if (use_glsl_version) { _mesa_meta_setup_vertex_objects(&mipmap->VAO, &mipmap->VBO, true, 2, 4, 0); - _mesa_meta_setup_blit_shader(ctx, target, &mipmap->shaders); + _mesa_meta_setup_blit_shader(ctx, target, false, &mipmap->shaders); } else { _mesa_meta_setup_ff_tnl_for_blit(&mipmap->VAO, &mipmap->VBO, 3); _mesa_set_enable(ctx, target, GL_TRUE); @@ -265,7 +265,7 @@ _mesa_meta_GenerateMipmap(struct gl_context *ctx, GLenum target, GLsizei srcWidth, srcHeight, srcDepth; GLsizei dstWidth, dstHeight, dstDepth; - srcImage = _mesa_select_tex_image(ctx, texObj, faceTarget, srcLevel); + srcImage = _mesa_select_tex_image(texObj, faceTarget, srcLevel); assert(srcImage->Border == 0); /* src size */ @@ -304,7 +304,7 @@ _mesa_meta_GenerateMipmap(struct gl_context *ctx, GLenum target, */ break; } - dstImage = _mesa_select_tex_image(ctx, texObj, faceTarget, dstLevel); + dstImage = _mesa_select_tex_image(texObj, faceTarget, dstLevel); /* limit minification to src level */ _mesa_TexParameteri(target, GL_TEXTURE_MAX_LEVEL, srcLevel); diff --git a/mesalib/src/mesa/drivers/common/meta_tex_subimage.c b/mesalib/src/mesa/drivers/common/meta_tex_subimage.c new file mode 100644 index 000000000..68c8273fe --- /dev/null +++ b/mesalib/src/mesa/drivers/common/meta_tex_subimage.c @@ -0,0 +1,361 @@ +/* + * Mesa 3-D graphics library + * + * Copyright (C) 2015 Intel Corporation. All Rights Reserved. + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included + * in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR + * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + * OTHER DEALINGS IN THE SOFTWARE. + * + * Authors: + * Jason Ekstrand + */ + +#include "bufferobj.h" +#include "buffers.h" +#include "fbobject.h" +#include "glformats.h" +#include "glheader.h" +#include "image.h" +#include "macros.h" +#include "meta.h" +#include "pbo.h" +#include "shaderapi.h" +#include "state.h" +#include "teximage.h" +#include "texobj.h" +#include "texstate.h" +#include "uniforms.h" +#include "varray.h" + +static struct gl_texture_image * +create_texture_for_pbo(struct gl_context *ctx, bool create_pbo, + GLenum pbo_target, int width, int height, int depth, + GLenum format, GLenum type, const void *pixels, + const struct gl_pixelstore_attrib *packing, + GLuint *tmp_pbo, GLuint *tmp_tex) +{ + uint32_t pbo_format; + GLenum internal_format; + unsigned row_stride; + struct gl_buffer_object *buffer_obj; + struct gl_texture_object *tex_obj; + struct gl_texture_image *tex_image; + bool read_only; + + if ((packing->ImageHeight != 0 && packing->ImageHeight != height) || + packing->SwapBytes || + packing->LsbFirst || + packing->Invert) + return NULL; + + pbo_format = _mesa_format_from_format_and_type(format, type); + if (_mesa_format_is_mesa_array_format(pbo_format)) + pbo_format = _mesa_format_from_array_format(pbo_format); + + if (!pbo_format || !ctx->TextureFormatSupported[pbo_format]) + return NULL; + + /* Account for SKIP_PIXELS, SKIP_ROWS, ALIGNMENT, and SKIP_IMAGES */ + pixels = _mesa_image_address3d(packing, pixels, + width, height, format, type, 0, 0, 0); + row_stride = _mesa_image_row_stride(packing, width, format, type); + + if (_mesa_is_bufferobj(packing->BufferObj)) { + *tmp_pbo = 0; + buffer_obj = packing->BufferObj; + } else { + assert(create_pbo); + + _mesa_GenBuffers(1, tmp_pbo); + + /* We are not doing this inside meta_begin/end. However, we know the + * client doesn't have the given target bound, so we can go ahead and + * squash it. We'll set it back when we're done. + */ + _mesa_BindBuffer(pbo_target, *tmp_pbo); + + _mesa_BufferData(pbo_target, row_stride * height, pixels, GL_STREAM_DRAW); + + buffer_obj = ctx->Unpack.BufferObj; + pixels = NULL; + + _mesa_BindBuffer(pbo_target, 0); + } + + _mesa_GenTextures(1, tmp_tex); + tex_obj = _mesa_lookup_texture(ctx, *tmp_tex); + tex_obj->Target = depth > 1 ? GL_TEXTURE_2D_ARRAY : GL_TEXTURE_2D; + tex_obj->Immutable = GL_TRUE; + _mesa_initialize_texture_object(ctx, tex_obj, *tmp_tex, GL_TEXTURE_2D); + + internal_format = _mesa_get_format_base_format(pbo_format); + + tex_image = _mesa_get_tex_image(ctx, tex_obj, tex_obj->Target, 0); + _mesa_init_teximage_fields(ctx, tex_image, width, height, depth, + 0, internal_format, pbo_format); + + read_only = pbo_target == GL_PIXEL_UNPACK_BUFFER; + if (!ctx->Driver.SetTextureStorageForBufferObject(ctx, tex_obj, + buffer_obj, + (intptr_t)pixels, + row_stride, + read_only)) { + _mesa_DeleteTextures(1, tmp_tex); + _mesa_DeleteBuffers(1, tmp_pbo); + return NULL; + } + + return tex_image; +} + +bool +_mesa_meta_pbo_TexSubImage(struct gl_context *ctx, GLuint dims, + struct gl_texture_image *tex_image, + int xoffset, int yoffset, int zoffset, + int width, int height, int depth, + GLenum format, GLenum type, const void *pixels, + bool allocate_storage, bool create_pbo, + const struct gl_pixelstore_attrib *packing) +{ + GLuint pbo = 0, pbo_tex = 0, fbos[2] = { 0, 0 }; + struct gl_texture_image *pbo_tex_image; + GLenum status; + bool success = false; + int z; + + /* XXX: This should probably be passed in from somewhere */ + const char *where = "_mesa_meta_pbo_TexSubImage"; + + if (!_mesa_is_bufferobj(packing->BufferObj) && !create_pbo) + return false; + + if (format == GL_DEPTH_COMPONENT || + format == GL_DEPTH_STENCIL || + format == GL_STENCIL_INDEX || + format == GL_COLOR_INDEX) + return false; + + if (ctx->_ImageTransferState) + return false; + + if (!_mesa_validate_pbo_access(dims, packing, width, height, depth, + format, type, INT_MAX, pixels)) { + _mesa_error(ctx, GL_INVALID_OPERATION, + "%s(out of bounds PBO access)", where); + return true; + } + + if (_mesa_check_disallowed_mapping(packing->BufferObj)) { + /* buffer is mapped - that's an error */ + _mesa_error(ctx, GL_INVALID_OPERATION, "%s(PBO is mapped)", where); + return true; + } + + pbo_tex_image = create_texture_for_pbo(ctx, create_pbo, + GL_PIXEL_UNPACK_BUFFER, + width, height, depth, + format, type, pixels, packing, + &pbo, &pbo_tex); + if (!pbo_tex_image) + return false; + + if (allocate_storage) + ctx->Driver.AllocTextureImageBuffer(ctx, tex_image); + + /* Only stash the current FBO */ + _mesa_meta_begin(ctx, 0); + + _mesa_GenFramebuffers(2, fbos); + _mesa_BindFramebuffer(GL_READ_FRAMEBUFFER, fbos[0]); + _mesa_BindFramebuffer(GL_DRAW_FRAMEBUFFER, fbos[1]); + + if (tex_image->TexObject->Target == GL_TEXTURE_1D_ARRAY) { + assert(depth == 1); + depth = height; + height = 1; + } + + _mesa_meta_bind_fbo_image(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, + pbo_tex_image, 0); + /* If this passes on the first layer it should pass on the others */ + status = _mesa_CheckFramebufferStatus(GL_READ_FRAMEBUFFER); + if (status != GL_FRAMEBUFFER_COMPLETE) + goto fail; + + _mesa_meta_bind_fbo_image(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, + tex_image, zoffset); + /* If this passes on the first layer it should pass on the others */ + status = _mesa_CheckFramebufferStatus(GL_DRAW_FRAMEBUFFER); + if (status != GL_FRAMEBUFFER_COMPLETE) + goto fail; + + _mesa_update_state(ctx); + + if (_mesa_meta_BlitFramebuffer(ctx, ctx->ReadBuffer, ctx->DrawBuffer, + 0, 0, width, height, + xoffset, yoffset, + xoffset + width, yoffset + height, + GL_COLOR_BUFFER_BIT, GL_NEAREST)) + goto fail; + + for (z = 1; z < depth; z++) { + _mesa_meta_bind_fbo_image(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, + pbo_tex_image, z); + _mesa_meta_bind_fbo_image(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, + tex_image, zoffset + z); + + _mesa_update_state(ctx); + + _mesa_meta_BlitFramebuffer(ctx, ctx->ReadBuffer, ctx->DrawBuffer, + 0, 0, width, height, + xoffset, yoffset, + xoffset + width, yoffset + height, + GL_COLOR_BUFFER_BIT, GL_NEAREST); + } + + success = true; + +fail: + _mesa_DeleteFramebuffers(2, fbos); + _mesa_DeleteTextures(1, &pbo_tex); + _mesa_DeleteBuffers(1, &pbo); + + _mesa_meta_end(ctx); + + return success; +} + +bool +_mesa_meta_pbo_GetTexSubImage(struct gl_context *ctx, GLuint dims, + struct gl_texture_image *tex_image, + int xoffset, int yoffset, int zoffset, + int width, int height, int depth, + GLenum format, GLenum type, const void *pixels, + const struct gl_pixelstore_attrib *packing) +{ + GLuint pbo = 0, pbo_tex = 0, fbos[2] = { 0, 0 }; + struct gl_texture_image *pbo_tex_image; + GLenum status; + bool success = false; + int z; + + /* XXX: This should probably be passed in from somewhere */ + const char *where = "_mesa_meta_pbo_GetTexSubImage"; + + if (!_mesa_is_bufferobj(packing->BufferObj)) + return false; + + if (format == GL_DEPTH_COMPONENT || + format == GL_DEPTH_STENCIL || + format == GL_STENCIL_INDEX || + format == GL_COLOR_INDEX) + return false; + + if (ctx->_ImageTransferState) + return false; + + if (!_mesa_validate_pbo_access(dims, packing, width, height, depth, + format, type, INT_MAX, pixels)) { + _mesa_error(ctx, GL_INVALID_OPERATION, + "%s(out of bounds PBO access)", where); + return true; + } + + if (_mesa_check_disallowed_mapping(packing->BufferObj)) { + /* buffer is mapped - that's an error */ + _mesa_error(ctx, GL_INVALID_OPERATION, "%s(PBO is mapped)", where); + return true; + } + + pbo_tex_image = create_texture_for_pbo(ctx, false, GL_PIXEL_PACK_BUFFER, + width, height, depth, + format, type, pixels, packing, + &pbo, &pbo_tex); + if (!pbo_tex_image) + return false; + + /* Only stash the current FBO */ + _mesa_meta_begin(ctx, 0); + + _mesa_GenFramebuffers(2, fbos); + + if (tex_image && tex_image->TexObject->Target == GL_TEXTURE_1D_ARRAY) { + assert(depth == 1); + depth = height; + height = 1; + } + + /* If we were given a texture, bind it to the read framebuffer. If not, + * we're doing a ReadPixels and we should just use whatever framebuffer + * the client has bound. + */ + if (tex_image) { + _mesa_BindFramebuffer(GL_READ_FRAMEBUFFER, fbos[0]); + _mesa_meta_bind_fbo_image(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, + tex_image, zoffset); + /* If this passes on the first layer it should pass on the others */ + status = _mesa_CheckFramebufferStatus(GL_READ_FRAMEBUFFER); + if (status != GL_FRAMEBUFFER_COMPLETE) + goto fail; + } else { + assert(depth == 1); + } + + _mesa_BindFramebuffer(GL_DRAW_FRAMEBUFFER, fbos[1]); + _mesa_meta_bind_fbo_image(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, + pbo_tex_image, 0); + /* If this passes on the first layer it should pass on the others */ + status = _mesa_CheckFramebufferStatus(GL_DRAW_FRAMEBUFFER); + if (status != GL_FRAMEBUFFER_COMPLETE) + goto fail; + + _mesa_update_state(ctx); + + if (_mesa_meta_BlitFramebuffer(ctx, ctx->ReadBuffer, ctx->DrawBuffer, + xoffset, yoffset, + xoffset + width, yoffset + height, + 0, 0, width, height, + GL_COLOR_BUFFER_BIT, GL_NEAREST)) + goto fail; + + for (z = 1; z < depth; z++) { + _mesa_meta_bind_fbo_image(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, + tex_image, zoffset + z); + _mesa_meta_bind_fbo_image(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, + pbo_tex_image, z); + + _mesa_update_state(ctx); + + _mesa_meta_BlitFramebuffer(ctx, ctx->ReadBuffer, ctx->DrawBuffer, + xoffset, yoffset, + xoffset + width, yoffset + height, + 0, 0, width, height, + GL_COLOR_BUFFER_BIT, GL_NEAREST); + } + + success = true; + +fail: + _mesa_DeleteFramebuffers(2, fbos); + _mesa_DeleteTextures(1, &pbo_tex); + _mesa_DeleteBuffers(1, &pbo); + + _mesa_meta_end(ctx); + + return success; +} diff --git a/mesalib/src/mesa/drivers/dri/common/Makefile.am b/mesalib/src/mesa/drivers/dri/common/Makefile.am index af6f742a0..da8f97a98 100644 --- a/mesalib/src/mesa/drivers/dri/common/Makefile.am +++ b/mesalib/src/mesa/drivers/dri/common/Makefile.am @@ -30,6 +30,8 @@ AM_CFLAGS = \ -I$(top_srcdir)/src/ \ -I$(top_srcdir)/src/mapi \ -I$(top_srcdir)/src/mesa/ \ + -I$(top_srcdir)/src/gallium/include \ + -I$(top_srcdir)/src/gallium/auxiliary \ $(DEFINES) \ $(EXPAT_CFLAGS) \ $(VISIBILITY_CFLAGS) diff --git a/mesalib/src/mesa/drivers/dri/common/drirc b/mesalib/src/mesa/drivers/dri/common/drirc index 4b9841bd2..cecd6a953 100644 --- a/mesalib/src/mesa/drivers/dri/common/drirc +++ b/mesalib/src/mesa/drivers/dri/common/drirc @@ -87,5 +87,9 @@ TODO: document the other workarounds. + + + diff --git a/mesalib/src/mesa/drivers/dri/swrast/Makefile.am b/mesalib/src/mesa/drivers/dri/swrast/Makefile.am index 0837b4518..bfc3c10e3 100644 --- a/mesalib/src/mesa/drivers/dri/swrast/Makefile.am +++ b/mesalib/src/mesa/drivers/dri/swrast/Makefile.am @@ -29,6 +29,8 @@ AM_CFLAGS = \ -I$(top_srcdir)/src/ \ -I$(top_srcdir)/src/mapi \ -I$(top_srcdir)/src/mesa/ \ + -I$(top_srcdir)/src/gallium/include \ + -I$(top_srcdir)/src/gallium/auxiliary \ -I$(top_srcdir)/src/mesa/drivers/dri/common \ -I$(top_builddir)/src/mesa/drivers/dri/common \ $(DEFINES) \ diff --git a/mesalib/src/mesa/drivers/dri/swrast/swrast.c b/mesalib/src/mesa/drivers/dri/swrast/swrast.c index d62fed30c..8005f7d69 100644 --- a/mesalib/src/mesa/drivers/dri/swrast/swrast.c +++ b/mesalib/src/mesa/drivers/dri/swrast/swrast.c @@ -54,6 +54,7 @@ #include "main/teximage.h" #include "main/texformat.h" +#include "main/texobj.h" #include "main/texstate.h" #include "swrast_priv.h" diff --git a/mesalib/src/mesa/main/.gitignore b/mesalib/src/mesa/main/.gitignore index fec06291a..e65472d63 100644 --- a/mesalib/src/mesa/main/.gitignore +++ b/mesalib/src/mesa/main/.gitignore @@ -9,3 +9,5 @@ remap_helper.h get_hash.h get_hash.h.tmp format_info.c +format_pack.c +format_unpack.c diff --git a/mesalib/src/mesa/main/api_validate.c b/mesalib/src/mesa/main/api_validate.c index 7d9893385..9c2e29e64 100644 --- a/mesalib/src/mesa/main/api_validate.c +++ b/mesalib/src/mesa/main/api_validate.c @@ -35,25 +35,6 @@ #include -/** - * \return number of bytes in array [count] of type. - */ -static GLsizei -index_bytes(GLenum type, GLsizei count) -{ - if (type == GL_UNSIGNED_INT) { - return count * sizeof(GLuint); - } - else if (type == GL_UNSIGNED_BYTE) { - return count * sizeof(GLubyte); - } - else { - ASSERT(type == GL_UNSIGNED_SHORT); - return count * sizeof(GLushort); - } -} - - /** * Check if OK to draw arrays/elements. */ @@ -67,9 +48,7 @@ check_valid_to_render(struct gl_context *ctx, const char *function) switch (ctx->API) { case API_OPENGLES2: /* For ES2, we can draw if we have a vertex program/shader). */ - if (!ctx->VertexProgram._Current) - return false; - break; + return ctx->VertexProgram._Current != NULL; case API_OPENGLES: /* For OpenGL ES, only draw if we have vertex positions @@ -89,14 +68,21 @@ check_valid_to_render(struct gl_context *ctx, const char *function) _mesa_error(ctx, GL_INVALID_OPERATION, "%s(no VAO bound)", function); return false; } - /* fallthrough */ - case API_OPENGL_COMPAT: { - const struct gl_shader_program *const vsProg = - ctx->_Shader->CurrentProgram[MESA_SHADER_VERTEX]; - const bool haveVertexShader = (vsProg && vsProg->LinkStatus); - const bool haveVertexProgram = ctx->VertexProgram._Enabled; - - if (haveVertexShader || haveVertexProgram) { + + /* Section 7.3 (Program Objects) of the OpenGL 4.5 Core Profile spec + * says: + * + * "If there is no active program for the vertex or fragment shader + * stages, the results of vertex and/or fragment processing will be + * undefined. However, this is not an error." + * + * The fragment shader is not tested here because other state (e.g., + * GL_RASTERIZER_DISCARD) affects whether or not we actually care. + */ + return ctx->VertexProgram._Current != NULL; + + case API_OPENGL_COMPAT: + if (ctx->VertexProgram._Current != NULL) { /* Draw regardless of whether or not we have any vertex arrays. * (Ex: could draw a point using a constant vertex pos) */ @@ -109,7 +95,6 @@ check_valid_to_render(struct gl_context *ctx, const char *function) ctx->Array.VAO->VertexAttrib[VERT_ATTRIB_GENERIC0].Enabled); } break; - } default: unreachable("Invalid API value in check_valid_to_render()"); @@ -128,27 +113,21 @@ check_valid_to_render(struct gl_context *ctx, const char *function) bool _mesa_is_valid_prim_mode(struct gl_context *ctx, GLenum mode) { - switch (mode) { - case GL_POINTS: - case GL_LINES: - case GL_LINE_LOOP: - case GL_LINE_STRIP: - case GL_TRIANGLES: - case GL_TRIANGLE_STRIP: - case GL_TRIANGLE_FAN: + /* The overwhelmingly common case is (mode <= GL_TRIANGLE_FAN). Test that + * first and exit. You would think that a switch-statement would be the + * right approach, but at least GCC 4.7.2 generates some pretty dire code + * for the common case. + */ + if (likely(mode <= GL_TRIANGLE_FAN)) return true; - case GL_QUADS: - case GL_QUAD_STRIP: - case GL_POLYGON: + + if (mode <= GL_POLYGON) return (ctx->API == API_OPENGL_COMPAT); - case GL_LINES_ADJACENCY: - case GL_LINE_STRIP_ADJACENCY: - case GL_TRIANGLES_ADJACENCY: - case GL_TRIANGLE_STRIP_ADJACENCY: + + if (mode <= GL_TRIANGLE_STRIP_ADJACENCY) return _mesa_has_geometry_shaders(ctx); - default: - return false; - } + + return false; } @@ -351,20 +330,10 @@ validate_DrawElements_common(struct gl_context *ctx, if (!check_valid_to_render(ctx, caller)) return false; - /* Vertex buffer object tests */ - if (_mesa_is_bufferobj(ctx->Array.VAO->IndexBufferObj)) { - /* use indices in the buffer object */ - /* make sure count doesn't go outside buffer bounds */ - if (index_bytes(type, count) > ctx->Array.VAO->IndexBufferObj->Size) { - _mesa_warning(ctx, "%s index out of buffer bounds", caller); - return false; - } - } - else { - /* not using a VBO */ - if (!indices) - return false; - } + /* Not using a VBO for indices, so avoid NULL pointer derefs later. + */ + if (!_mesa_is_bufferobj(ctx->Array.VAO->IndexBufferObj) && indices == NULL) + return false; if (count == 0) return false; @@ -422,21 +391,9 @@ _mesa_validate_MultiDrawElements(struct gl_context *ctx, if (!check_valid_to_render(ctx, "glMultiDrawElements")) return GL_FALSE; - /* Vertex buffer object tests */ - if (_mesa_is_bufferobj(ctx->Array.VAO->IndexBufferObj)) { - /* use indices in the buffer object */ - /* make sure count doesn't go outside buffer bounds */ - for (i = 0; i < primcount; i++) { - if (index_bytes(type, count[i]) > - ctx->Array.VAO->IndexBufferObj->Size) { - _mesa_warning(ctx, - "glMultiDrawElements index out of buffer bounds"); - return GL_FALSE; - } - } - } - else { - /* not using a VBO */ + /* Not using a VBO for indices, so avoid NULL pointer derefs later. + */ + if (!_mesa_is_bufferobj(ctx->Array.VAO->IndexBufferObj)) { for (i = 0; i < primcount; i++) { if (!indices[i]) return GL_FALSE; diff --git a/mesalib/src/mesa/main/attrib.c b/mesalib/src/mesa/main/attrib.c index 4684615a8..07934b9bc 100644 --- a/mesalib/src/mesa/main/attrib.c +++ b/mesalib/src/mesa/main/attrib.c @@ -1248,8 +1248,10 @@ _mesa_PopAttrib(void) _mesa_FrontFace(polygon->FrontFace); _mesa_PolygonMode(GL_FRONT, polygon->FrontMode); _mesa_PolygonMode(GL_BACK, polygon->BackMode); - _mesa_PolygonOffset(polygon->OffsetFactor, - polygon->OffsetUnits); + _mesa_polygon_offset_clamp(ctx, + polygon->OffsetFactor, + polygon->OffsetUnits, + polygon->OffsetClamp); _mesa_set_enable(ctx, GL_POLYGON_SMOOTH, polygon->SmoothFlag); _mesa_set_enable(ctx, GL_POLYGON_STIPPLE, polygon->StippleFlag); _mesa_set_enable(ctx, GL_CULL_FACE, polygon->CullFlag); diff --git a/mesalib/src/mesa/main/bitset.h b/mesalib/src/mesa/main/bitset.h deleted file mode 100644 index 601fd0ebf..000000000 --- a/mesalib/src/mesa/main/bitset.h +++ /dev/null @@ -1,99 +0,0 @@ -/* - * Mesa 3-D graphics library - * - * Copyright (C) 2006 Brian Paul All Rights Reserved. - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL - * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - * OTHER DEALINGS IN THE SOFTWARE. - */ - -/** - * \file bitset.h - * \brief Bitset of arbitrary size definitions. - * \author Michal Krol - */ - -#ifndef BITSET_H -#define BITSET_H - -#include "imports.h" - -/**************************************************************************** - * generic bitset implementation - */ - -#define BITSET_WORD GLuint -#define BITSET_WORDBITS (sizeof (BITSET_WORD) * 8) - -/* bitset declarations - */ -#define BITSET_WORDS(bits) (ALIGN(bits, BITSET_WORDBITS) / BITSET_WORDBITS) -#define BITSET_DECLARE(name, bits) BITSET_WORD name[BITSET_WORDS(bits)] - -/* bitset operations - */ -#define BITSET_COPY(x, y) memcpy( (x), (y), sizeof (x) ) -#define BITSET_EQUAL(x, y) (memcmp( (x), (y), sizeof (x) ) == 0) -#define BITSET_ZERO(x) memset( (x), 0, sizeof (x) ) -#define BITSET_ONES(x) memset( (x), 0xff, sizeof (x) ) - -#define BITSET_BITWORD(b) ((b) / BITSET_WORDBITS) -#define BITSET_BIT(b) (1 << ((b) % BITSET_WORDBITS)) - -/* single bit operations - */ -#define BITSET_TEST(x, b) ((x)[BITSET_BITWORD(b)] & BITSET_BIT(b)) -#define BITSET_SET(x, b) ((x)[BITSET_BITWORD(b)] |= BITSET_BIT(b)) -#define BITSET_CLEAR(x, b) ((x)[BITSET_BITWORD(b)] &= ~BITSET_BIT(b)) - -#define BITSET_MASK(b) ((b) == BITSET_WORDBITS ? ~0 : BITSET_BIT(b) - 1) -#define BITSET_RANGE(b, e) (BITSET_MASK((e) + 1) & ~BITSET_MASK(b)) - -/* bit range operations - */ -#define BITSET_TEST_RANGE(x, b, e) \ - (BITSET_BITWORD(b) == BITSET_BITWORD(e) ? \ - ((x)[BITSET_BITWORD(b)] & BITSET_RANGE(b, e)) : \ - (assert (!"BITSET_TEST_RANGE: bit range crosses word boundary"), 0)) -#define BITSET_SET_RANGE(x, b, e) \ - (BITSET_BITWORD(b) == BITSET_BITWORD(e) ? \ - ((x)[BITSET_BITWORD(b)] |= BITSET_RANGE(b, e)) : \ - (assert (!"BITSET_SET_RANGE: bit range crosses word boundary"), 0)) -#define BITSET_CLEAR_RANGE(x, b, e) \ - (BITSET_BITWORD(b) == BITSET_BITWORD(e) ? \ - ((x)[BITSET_BITWORD(b)] &= ~BITSET_RANGE(b, e)) : \ - (assert (!"BITSET_CLEAR_RANGE: bit range crosses word boundary"), 0)) - -/* Get first bit set in a bitset. - */ -static inline int -__bitset_ffs(const BITSET_WORD *x, int n) -{ - int i; - - for (i = 0; i < n; i++) { - if (x[i]) - return ffs(x[i]) + BITSET_WORDBITS * i; - } - - return 0; -} - -#define BITSET_FFS(x) __bitset_ffs(x, Elements(x)) - -#endif diff --git a/mesalib/src/mesa/main/blit.c b/mesalib/src/mesa/main/blit.c index 0b70a3da4..b97b56479 100644 --- a/mesalib/src/mesa/main/blit.c +++ b/mesalib/src/mesa/main/blit.c @@ -506,7 +506,7 @@ _mesa_BlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, } ASSERT(ctx->Driver.BlitFramebuffer); - ctx->Driver.BlitFramebuffer(ctx, + ctx->Driver.BlitFramebuffer(ctx, ctx->ReadBuffer, ctx->DrawBuffer, srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter); diff --git a/mesalib/src/mesa/main/bufferobj.c b/mesalib/src/mesa/main/bufferobj.c index 2bae1bc72..b372c68f2 100644 --- a/mesalib/src/mesa/main/bufferobj.c +++ b/mesalib/src/mesa/main/bufferobj.c @@ -117,6 +117,11 @@ get_buffer_target(struct gl_context *ctx, GLenum target) return &ctx->AtomicBuffer; } break; + case GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD: + if (ctx->Extensions.AMD_pinned_memory) { + return &ctx->ExternalVirtualMemoryBuffer; + } + break; default: return NULL; } @@ -1226,7 +1231,7 @@ _mesa_DeleteBuffers(GLsizei n, const GLuint *ids) } } - if (ctx->UniformBuffer == bufObj) { + if (ctx->AtomicBuffer == bufObj) { _mesa_BindBuffer( GL_ATOMIC_COUNTER_BUFFER, 0 ); } @@ -1242,6 +1247,10 @@ _mesa_DeleteBuffers(GLsizei n, const GLuint *ids) _mesa_BindBuffer( GL_TEXTURE_BUFFER, 0 ); } + if (ctx->ExternalVirtualMemoryBuffer == bufObj) { + _mesa_BindBuffer(GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD, 0); + } + /* The ID is immediately freed for re-use */ _mesa_HashRemove(ctx->Shared->BufferObjects, ids[i]); /* Make sure we do not run into the classic ABA problem on bind. @@ -1381,7 +1390,16 @@ _mesa_BufferStorage(GLenum target, GLsizeiptr size, const GLvoid *data, ASSERT(ctx->Driver.BufferData); if (!ctx->Driver.BufferData(ctx, target, size, data, GL_DYNAMIC_DRAW, flags, bufObj)) { - _mesa_error(ctx, GL_OUT_OF_MEMORY, "glBufferStorage()"); + if (target == GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD) { + /* Even though the interaction between AMD_pinned_memory and + * glBufferStorage is not described in the spec, Graham Sellers + * said that it should behave the same as glBufferData. + */ + _mesa_error(ctx, GL_INVALID_OPERATION, "glBufferStorage()"); + } + else { + _mesa_error(ctx, GL_OUT_OF_MEMORY, "glBufferStorage()"); + } } } @@ -1465,7 +1483,18 @@ _mesa_BufferData(GLenum target, GLsizeiptrARB size, GL_MAP_WRITE_BIT | GL_DYNAMIC_STORAGE_BIT, bufObj)) { - _mesa_error(ctx, GL_OUT_OF_MEMORY, "glBufferDataARB()"); + if (target == GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD) { + /* From GL_AMD_pinned_memory: + * + * INVALID_OPERATION is generated by BufferData if is + * EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD, and the store cannot be + * mapped to the GPU address space. + */ + _mesa_error(ctx, GL_INVALID_OPERATION, "glBufferData()"); + } + else { + _mesa_error(ctx, GL_OUT_OF_MEMORY, "glBufferData()"); + } } } @@ -2887,7 +2916,7 @@ static void unbind_uniform_buffers(struct gl_context *ctx, GLuint first, GLsizei count) { struct gl_buffer_object *bufObj = ctx->Shared->NullBufferObj; - GLuint i; + GLint i; for (i = 0; i < count; i++) set_ubo_binding(ctx, &ctx->UniformBufferBindings[first + i], @@ -2898,7 +2927,7 @@ static void bind_uniform_buffers_base(struct gl_context *ctx, GLuint first, GLsizei count, const GLuint *buffers) { - GLuint i; + GLint i; if (!error_check_bind_uniform_buffers(ctx, first, count, "glBindBuffersBase")) return; @@ -2965,7 +2994,7 @@ bind_uniform_buffers_range(struct gl_context *ctx, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizeiptr *sizes) { - GLuint i; + GLint i; if (!error_check_bind_uniform_buffers(ctx, first, count, "glBindBuffersRange")) @@ -3122,7 +3151,7 @@ unbind_xfb_buffers(struct gl_context *ctx, GLuint first, GLsizei count) { struct gl_buffer_object * const bufObj = ctx->Shared->NullBufferObj; - GLuint i; + GLint i; for (i = 0; i < count; i++) _mesa_set_transform_feedback_binding(ctx, tfObj, first + i, @@ -3136,7 +3165,7 @@ bind_xfb_buffers_base(struct gl_context *ctx, { struct gl_transform_feedback_object *tfObj = ctx->TransformFeedback.CurrentObject; - GLuint i; + GLint i; if (!error_check_bind_xfb_buffers(ctx, tfObj, first, count, "glBindBuffersBase")) @@ -3204,7 +3233,7 @@ bind_xfb_buffers_range(struct gl_context *ctx, { struct gl_transform_feedback_object *tfObj = ctx->TransformFeedback.CurrentObject; - GLuint i; + GLint i; if (!error_check_bind_xfb_buffers(ctx, tfObj, first, count, "glBindBuffersRange")) @@ -3342,7 +3371,7 @@ static void unbind_atomic_buffers(struct gl_context *ctx, GLuint first, GLsizei count) { struct gl_buffer_object * const bufObj = ctx->Shared->NullBufferObj; - GLuint i; + GLint i; for (i = 0; i < count; i++) set_atomic_buffer_binding(ctx, &ctx->AtomicBufferBindings[first + i], @@ -3355,7 +3384,7 @@ bind_atomic_buffers_base(struct gl_context *ctx, GLsizei count, const GLuint *buffers) { - GLuint i; + GLint i; if (!error_check_bind_atomic_buffers(ctx, first, count, "glBindBuffersBase")) @@ -3422,7 +3451,7 @@ bind_atomic_buffers_range(struct gl_context *ctx, const GLintptr *offsets, const GLsizeiptr *sizes) { - GLuint i; + GLint i; if (!error_check_bind_atomic_buffers(ctx, first, count, "glBindBuffersRange")) diff --git a/mesalib/src/mesa/main/buffers.c b/mesalib/src/mesa/main/buffers.c index 1ee20098d..e5076e9bb 100644 --- a/mesalib/src/mesa/main/buffers.c +++ b/mesalib/src/mesa/main/buffers.c @@ -301,7 +301,7 @@ _mesa_DrawBuffer(GLenum buffer) void GLAPIENTRY _mesa_DrawBuffers(GLsizei n, const GLenum *buffers) { - GLint output; + GLuint output; GLbitfield usedBufferMask, supportedMask; GLbitfield destMask[MAX_DRAW_BUFFERS]; GET_CURRENT_CONTEXT(ctx); @@ -326,8 +326,9 @@ _mesa_DrawBuffers(GLsizei n, const GLenum *buffers) /* From the ES 3.0 specification, page 180: * "If the GL is bound to the default framebuffer, then n must be 1 * and the constant must be BACK or NONE." + * (same restriction applies with GL_EXT_draw_buffers specification) */ - if (_mesa_is_gles3(ctx) && _mesa_is_winsys_fbo(ctx->DrawBuffer) && + if (ctx->API == API_OPENGLES2 && _mesa_is_winsys_fbo(ctx->DrawBuffer) && (n != 1 || (buffers[0] != GL_NONE && buffers[0] != GL_BACK))) { _mesa_error(ctx, GL_INVALID_OPERATION, "glDrawBuffers(buffer)"); return; @@ -335,6 +336,20 @@ _mesa_DrawBuffers(GLsizei n, const GLenum *buffers) /* complicated error checking... */ for (output = 0; output < n; output++) { + /* Section 4.2 (Whole Framebuffer Operations) of the OpenGL 3.0 + * specification says: + * + * "Each buffer listed in bufs must be BACK, NONE, or one of the values + * from table 4.3 (NONE, COLOR_ATTACHMENTi)" + */ + if (_mesa_is_gles3(ctx) && buffers[output] != GL_NONE && + buffers[output] != GL_BACK && + (buffers[output] < GL_COLOR_ATTACHMENT0 || + buffers[output] >= GL_COLOR_ATTACHMENT0 + ctx->Const.MaxColorAttachments)) { + _mesa_error(ctx, GL_INVALID_ENUM, "glDrawBuffers(buffer)"); + return; + } + if (buffers[output] == GL_NONE) { destMask[output] = 0x0; } @@ -399,8 +414,9 @@ _mesa_DrawBuffers(GLsizei n, const GLenum *buffers) /* ES 3.0 is even more restrictive. From the ES 3.0 spec, page 180: * "If the GL is bound to a framebuffer object, the ith buffer listed * in bufs must be COLOR_ATTACHMENTi or NONE. [...] INVALID_OPERATION." + * (same restriction applies with GL_EXT_draw_buffers specification) */ - if (_mesa_is_gles3(ctx) && _mesa_is_user_fbo(ctx->DrawBuffer) && + if (ctx->API == API_OPENGLES2 && _mesa_is_user_fbo(ctx->DrawBuffer) && buffers[output] != GL_NONE && buffers[output] != GL_COLOR_ATTACHMENT0 + output) { _mesa_error(ctx, GL_INVALID_OPERATION, "glDrawBuffers(buffer)"); diff --git a/mesalib/src/mesa/main/clear.c b/mesalib/src/mesa/main/clear.c index 4671ee245..3c4ced8ed 100644 --- a/mesalib/src/mesa/main/clear.c +++ b/mesalib/src/mesa/main/clear.c @@ -225,7 +225,7 @@ _mesa_Clear( GLbitfield mask ) /** Returned by make_color_buffer_mask() for errors */ -#define INVALID_MASK ~0x0 +#define INVALID_MASK ~0x0U /** diff --git a/mesalib/src/mesa/main/colormac.h b/mesalib/src/mesa/main/colormac.h index c8adca6b6..bc69f4673 100644 --- a/mesalib/src/mesa/main/colormac.h +++ b/mesalib/src/mesa/main/colormac.h @@ -69,9 +69,6 @@ _mesa_unclamped_float_rgba_to_ubyte(GLubyte dst[4], const GLfloat src[4]) #define PACK_COLOR_565( X, Y, Z ) \ ((((X) & 0xf8) << 8) | (((Y) & 0xfc) << 3) | (((Z) & 0xf8) >> 3)) -#define PACK_COLOR_565_REV( X, Y, Z ) \ - (((X) & 0xf8) | ((Y) & 0xe0) >> 5 | (((Y) & 0x1c) << 11) | (((Z) & 0xf8) << 5)) - #define PACK_COLOR_5551( R, G, B, A ) \ ((((R) & 0xf8) << 8) | (((G) & 0xf8) << 3) | (((B) & 0xf8) >> 2) | \ ((A) >> 7)) diff --git a/mesalib/src/mesa/main/config.h b/mesalib/src/mesa/main/config.h index 4ec4b7502..5a66a4eec 100644 --- a/mesalib/src/mesa/main/config.h +++ b/mesalib/src/mesa/main/config.h @@ -178,7 +178,7 @@ #define MAX_COMBINED_ATOMIC_BUFFERS (MAX_UNIFORM_BUFFERS * 6) /* Size of an atomic counter in bytes according to ARB_shader_atomic_counters */ #define ATOMIC_COUNTER_SIZE 4 -#define MAX_IMAGE_UNIFORMS 16 +#define MAX_IMAGE_UNIFORMS 32 /* 6 is for vertex, hull, domain, geometry, fragment, and compute shader. */ #define MAX_IMAGE_UNITS (MAX_IMAGE_UNIFORMS * 6) /*@}*/ @@ -300,6 +300,9 @@ #define MAX_COMPUTE_IMAGE_UNIFORMS 8 /*@}*/ +/** For GL_ARB_pipeline_statistics_query */ +#define MAX_PIPELINE_STATISTICS 11 + /* * Color channel component order * diff --git a/mesalib/src/mesa/main/context.c b/mesalib/src/mesa/main/context.c index 400c158a7..b186a1fad 100644 --- a/mesalib/src/mesa/main/context.c +++ b/mesalib/src/mesa/main/context.c @@ -118,7 +118,7 @@ #include "scissor.h" #include "shared.h" #include "shaderobj.h" -#include "simple_list.h" +#include "util/simple_list.h" #include "state.h" #include "stencil.h" #include "texcompress_s3tc.h" @@ -908,6 +908,9 @@ nop_glFlush(void) #endif +extern void (*__glapi_noop_table[])(void); + + /** * Allocate and initialize a new dispatch table. All the dispatch * function pointers will point at the _mesa_generic_nop() function @@ -929,7 +932,13 @@ _mesa_alloc_dispatch_table(void) _glapi_proc *entry = (_glapi_proc *) table; GLint i; for (i = 0; i < numEntries; i++) { +#if defined(_WIN32) + /* FIXME: This will not generate an error, but at least it won't + * corrupt the stack like _mesa_generic_nop does. */ + entry[i] = __glapi_noop_table[i]; +#else entry[i] = (_glapi_proc) _mesa_generic_nop; +#endif } #if defined(_WIN32) @@ -1271,7 +1280,6 @@ _mesa_free_context_data( struct gl_context *ctx ) _mesa_free_attrib_data(ctx); _mesa_free_buffer_objects(ctx); - _mesa_free_lighting_data( ctx ); _mesa_free_eval_data( ctx ); _mesa_free_texture_data( ctx ); _mesa_free_matrix_data( ctx ); @@ -1903,49 +1911,69 @@ shader_linked_or_absent(struct gl_context *ctx, GLboolean _mesa_valid_to_render(struct gl_context *ctx, const char *where) { - bool from_glsl_shader[MESA_SHADER_COMPUTE] = { false }; unsigned i; /* This depends on having up to date derived state (shaders) */ if (ctx->NewState) _mesa_update_state(ctx); - for (i = 0; i < MESA_SHADER_COMPUTE; i++) { - if (!shader_linked_or_absent(ctx, ctx->_Shader->CurrentProgram[i], - &from_glsl_shader[i], where)) - return GL_FALSE; - } + if (ctx->API == API_OPENGL_CORE || ctx->API == API_OPENGLES2) { + bool from_glsl_shader[MESA_SHADER_COMPUTE] = { false }; - /* Any shader stages that are not supplied by the GLSL shader and have - * assembly shaders enabled must now be validated. - */ - if (!from_glsl_shader[MESA_SHADER_VERTEX] - && ctx->VertexProgram.Enabled && !ctx->VertexProgram._Enabled) { - _mesa_error(ctx, GL_INVALID_OPERATION, - "%s(vertex program not valid)", where); - return GL_FALSE; - } + for (i = 0; i < MESA_SHADER_COMPUTE; i++) { + if (!shader_linked_or_absent(ctx, ctx->_Shader->CurrentProgram[i], + &from_glsl_shader[i], where)) + return GL_FALSE; + } - /* FINISHME: If GL_NV_geometry_program4 is ever supported, the current - * FINISHME: geometry program should validated here. - */ - (void) from_glsl_shader[MESA_SHADER_GEOMETRY]; + /* In OpenGL Core Profile and OpenGL ES 2.0 / 3.0, there are no assembly + * shaders. Don't check state related to those. + */ + } else { + bool has_vertex_shader = false; + bool has_fragment_shader = false; + + /* In OpenGL Compatibility Profile, there is only vertex shader and + * fragment shader. We take this path also for API_OPENGLES because + * optimizing that path would make the other (more common) paths + * slightly slower. + */ + if (!shader_linked_or_absent(ctx, + ctx->_Shader->CurrentProgram[MESA_SHADER_VERTEX], + &has_vertex_shader, where)) + return GL_FALSE; - if (!from_glsl_shader[MESA_SHADER_FRAGMENT]) { - if (ctx->FragmentProgram.Enabled && !ctx->FragmentProgram._Enabled) { - _mesa_error(ctx, GL_INVALID_OPERATION, - "%s(fragment program not valid)", where); - return GL_FALSE; - } + if (!shader_linked_or_absent(ctx, + ctx->_Shader->CurrentProgram[MESA_SHADER_FRAGMENT], + &has_fragment_shader, where)) + return GL_FALSE; - /* If drawing to integer-valued color buffers, there must be an - * active fragment shader (GL_EXT_texture_integer). + /* Any shader stages that are not supplied by the GLSL shader and have + * assembly shaders enabled must now be validated. */ - if (ctx->DrawBuffer && ctx->DrawBuffer->_IntegerColor) { + if (!has_vertex_shader + && ctx->VertexProgram.Enabled && !ctx->VertexProgram._Enabled) { _mesa_error(ctx, GL_INVALID_OPERATION, - "%s(integer format but no fragment shader)", where); + "%s(vertex program not valid)", where); return GL_FALSE; } + + if (!has_fragment_shader) { + if (ctx->FragmentProgram.Enabled && !ctx->FragmentProgram._Enabled) { + _mesa_error(ctx, GL_INVALID_OPERATION, + "%s(fragment program not valid)", where); + return GL_FALSE; + } + + /* If drawing to integer-valued color buffers, there must be an + * active fragment shader (GL_EXT_texture_integer). + */ + if (ctx->DrawBuffer && ctx->DrawBuffer->_IntegerColor) { + _mesa_error(ctx, GL_INVALID_OPERATION, + "%s(integer format but no fragment shader)", where); + return GL_FALSE; + } + } } /* A pipeline object is bound */ diff --git a/mesalib/src/mesa/main/context.h b/mesalib/src/mesa/main/context.h index d902ea76e..d5650877e 100644 --- a/mesalib/src/mesa/main/context.h +++ b/mesalib/src/mesa/main/context.h @@ -326,6 +326,17 @@ _mesa_has_geometry_shaders(const struct gl_context *ctx) } +/** + * Checks if the context supports compute shaders. + */ +static inline bool +_mesa_has_compute_shaders(const struct gl_context *ctx) +{ + return (ctx->API == API_OPENGL_CORE && ctx->Extensions.ARB_compute_shader) || + (ctx->API == API_OPENGLES2 && ctx->Version >= 31); +} + + #ifdef __cplusplus } #endif diff --git a/mesalib/src/mesa/main/copyimage.c b/mesalib/src/mesa/main/copyimage.c index df7d7c272..455929dc2 100644 --- a/mesalib/src/mesa/main/copyimage.c +++ b/mesalib/src/mesa/main/copyimage.c @@ -152,7 +152,7 @@ prepare_target(struct gl_context *ctx, GLuint name, GLenum *target, int level, return false; } - *tex_image = _mesa_select_tex_image(ctx, *tex_obj, *target, level); + *tex_image = _mesa_select_tex_image(*tex_obj, *target, level); if (!*tex_image) { _mesa_error(ctx, GL_INVALID_VALUE, "glCopyImageSubData(%sLevel = %u)", dbg_prefix, level); diff --git a/mesalib/src/mesa/main/dd.h b/mesalib/src/mesa/main/dd.h index 2f40915d9..ec8662b30 100644 --- a/mesalib/src/mesa/main/dd.h +++ b/mesalib/src/mesa/main/dd.h @@ -415,6 +415,22 @@ struct dd_function_table { struct gl_texture_object *texObj, struct gl_texture_object *origTexObj); + /** Sets the given buffer object as the texture's storage. The given + * texture must have target GL_TEXTURE_1D, GL_TEXTURE_2D, + * GL_TEXTURE_RECTANGLE, and GL_TEXTURE_2D_ARRAY; have only a single + * mipmap level; be immutable; and must not have any assigned storage. + * The format and dimensions of the gl_texture_object will already be + * initialized. + * + * This function is used by the meta PBO texture upload path. + */ + bool (*SetTextureStorageForBufferObject)(struct gl_context *ctx, + struct gl_texture_object *texObj, + struct gl_buffer_object *bufferObj, + uint32_t buffer_offset, + uint32_t row_stride, + bool read_only); + /** * Map a renderbuffer into user space. * \param mode bitmask of GL_MAP_READ_BIT, GL_MAP_WRITE_BIT and @@ -563,7 +579,7 @@ struct dd_function_table { /** Select a polygon rasterization mode */ void (*PolygonMode)(struct gl_context *ctx, GLenum face, GLenum mode); /** Set the scale and units used to calculate depth values */ - void (*PolygonOffset)(struct gl_context *ctx, GLfloat factor, GLfloat units); + void (*PolygonOffset)(struct gl_context *ctx, GLfloat factor, GLfloat units, GLfloat clamp); /** Set the polygon stippling pattern */ void (*PolygonStipple)(struct gl_context *ctx, const GLubyte *mask ); /* Specifies the current buffer for reading */ @@ -697,6 +713,8 @@ struct dd_function_table { struct gl_framebuffer *fb); /*@}*/ void (*BlitFramebuffer)(struct gl_context *ctx, + struct gl_framebuffer *readFb, + struct gl_framebuffer *drawFb, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter); diff --git a/mesalib/src/mesa/main/dlist.c b/mesalib/src/mesa/main/dlist.c index d297f5120..025f6abd2 100644 --- a/mesalib/src/mesa/main/dlist.c +++ b/mesalib/src/mesa/main/dlist.c @@ -484,9 +484,13 @@ typedef enum /* ARB_uniform_buffer_object */ OPCODE_UNIFORM_BLOCK_BINDING, + /* EXT_polygon_offset_clamp */ + OPCODE_POLYGON_OFFSET_CLAMP, + /* The following three are meta instructions */ OPCODE_ERROR, /* raise compiled-in error */ OPCODE_CONTINUE, + OPCODE_NOP, /* No-op (used for 8-byte alignment */ OPCODE_END_OF_LIST, OPCODE_EXT_0 } OpCode; @@ -545,13 +549,13 @@ union pointer * Save a 4 or 8-byte pointer at dest (and dest+1). */ static inline void -save_pointer(union gl_dlist_node *dest, void *src) +save_pointer(Node *dest, void *src) { union pointer p; unsigned i; STATIC_ASSERT(POINTER_DWORDS == 1 || POINTER_DWORDS == 2); - STATIC_ASSERT(sizeof(union gl_dlist_node) == 4); + STATIC_ASSERT(sizeof(Node) == 4); p.ptr = src; @@ -564,7 +568,7 @@ save_pointer(union gl_dlist_node *dest, void *src) * Retrieve a 4 or 8-byte pointer from node (node+1). */ static inline void * -get_pointer(const union gl_dlist_node *node) +get_pointer(const Node *node) { union pointer p; unsigned i; @@ -578,7 +582,7 @@ get_pointer(const union gl_dlist_node *node) /** * Used to store a 64-bit uint in a pair of "Nodes" for the sake of 32-bit - * environment. In 64-bit env, sizeof(Node)==8 anyway. + * environment. */ union uint64_pair { @@ -957,11 +961,8 @@ unpack_image(struct gl_context *ctx, GLuint dimensions, /* no PBO */ GLvoid *image; - if (type == GL_BITMAP) - image = _mesa_unpack_bitmap(width, height, pixels, unpack); - else - image = _mesa_unpack_image(dimensions, width, height, depth, - format, type, pixels, unpack); + image = _mesa_unpack_image(dimensions, width, height, depth, + format, type, pixels, unpack); if (pixels && !image) { _mesa_error(ctx, GL_OUT_OF_MEMORY, "display list construction"); } @@ -983,11 +984,8 @@ unpack_image(struct gl_context *ctx, GLuint dimensions, } src = ADD_POINTERS(map, pixels); - if (type == GL_BITMAP) - image = _mesa_unpack_bitmap(width, height, src, unpack); - else - image = _mesa_unpack_image(dimensions, width, height, depth, - format, type, src, unpack); + image = _mesa_unpack_image(dimensions, width, height, depth, + format, type, src, unpack); ctx->Driver.UnmapBuffer(ctx, unpack->BufferObj, MAP_INTERNAL); @@ -1018,16 +1016,19 @@ memdup(const void *src, GLsizei bytes) * Allocate space for a display list instruction (opcode + payload space). * \param opcode the instruction opcode (OPCODE_* value) * \param bytes instruction payload size (not counting opcode) - * \return pointer to allocated memory (the opcode space) + * \param align8 does the payload need to be 8-byte aligned? + * This is only relevant in 64-bit environments. + * \return pointer to allocated memory (the payload will be at pointer+1) */ static Node * -dlist_alloc(struct gl_context *ctx, OpCode opcode, GLuint bytes) +dlist_alloc(struct gl_context *ctx, OpCode opcode, GLuint bytes, bool align8) { const GLuint numNodes = 1 + (bytes + sizeof(Node) - 1) / sizeof(Node); const GLuint contNodes = 1 + POINTER_DWORDS; /* size of continue info */ + GLuint nopNode; Node *n; - if (opcode < (GLuint) OPCODE_EXT_0) { + if (opcode < OPCODE_EXT_0) { if (InstSize[opcode] == 0) { /* save instruction size now */ InstSize[opcode] = numNodes; @@ -1038,7 +1039,20 @@ dlist_alloc(struct gl_context *ctx, OpCode opcode, GLuint bytes) } } - if (ctx->ListState.CurrentPos + numNodes + contNodes > BLOCK_SIZE) { + if (sizeof(void *) > sizeof(Node) && align8 + && ctx->ListState.CurrentPos % 2 == 0) { + /* The opcode would get placed at node[0] and the payload would start + * at node[1]. But the payload needs to be at an even offset (8-byte + * multiple). + */ + nopNode = 1; + } + else { + nopNode = 0; + } + + if (ctx->ListState.CurrentPos + nopNode + numNodes + contNodes + > BLOCK_SIZE) { /* This block is full. Allocate a new block and chain to it */ Node *newblock; n = ctx->ListState.CurrentBlock + ctx->ListState.CurrentPos; @@ -1048,13 +1062,34 @@ dlist_alloc(struct gl_context *ctx, OpCode opcode, GLuint bytes) _mesa_error(ctx, GL_OUT_OF_MEMORY, "Building display list"); return NULL; } + + /* a fresh block should be 8-byte aligned on 64-bit systems */ + assert(((GLintptr) newblock) % sizeof(void *) == 0); + save_pointer(&n[1], newblock); ctx->ListState.CurrentBlock = newblock; ctx->ListState.CurrentPos = 0; + + /* Display list nodes are always 4 bytes. If we need 8-byte alignment + * we have to insert a NOP so that the payload of the real opcode lands + * on an even location: + * node[0] = OPCODE_NOP + * node[1] = OPCODE_x; + * node[2] = start of payload + */ + nopNode = sizeof(void *) > sizeof(Node) && align8; } n = ctx->ListState.CurrentBlock + ctx->ListState.CurrentPos; - ctx->ListState.CurrentPos += numNodes; + if (nopNode) { + assert(ctx->ListState.CurrentPos % 2 == 0); /* even value */ + n[0].opcode = OPCODE_NOP; + n++; + /* The "real" opcode will now be at an odd location and the payload + * will be at an even location. + */ + } + ctx->ListState.CurrentPos += nopNode + numNodes; n[0].opcode = opcode; @@ -1075,7 +1110,22 @@ dlist_alloc(struct gl_context *ctx, OpCode opcode, GLuint bytes) void * _mesa_dlist_alloc(struct gl_context *ctx, GLuint opcode, GLuint bytes) { - Node *n = dlist_alloc(ctx, (OpCode) opcode, bytes); + Node *n = dlist_alloc(ctx, (OpCode) opcode, bytes, false); + if (n) + return n + 1; /* return pointer to payload area, after opcode */ + else + return NULL; +} + + +/** + * Same as _mesa_dlist_alloc(), but return a pointer which is 8-byte + * aligned in 64-bit environments, 4-byte aligned otherwise. + */ +void * +_mesa_dlist_alloc_aligned(struct gl_context *ctx, GLuint opcode, GLuint bytes) +{ + Node *n = dlist_alloc(ctx, (OpCode) opcode, bytes, true); if (n) return n + 1; /* return pointer to payload area, after opcode */ else @@ -1125,7 +1175,7 @@ _mesa_dlist_alloc_opcode(struct gl_context *ctx, static inline Node * alloc_instruction(struct gl_context *ctx, OpCode opcode, GLuint nparams) { - return dlist_alloc(ctx, opcode, nparams * sizeof(Node)); + return dlist_alloc(ctx, opcode, nparams * sizeof(Node), false); } @@ -3144,6 +3194,22 @@ save_PolygonOffsetEXT(GLfloat factor, GLfloat bias) save_PolygonOffset(factor, ctx->DrawBuffer->_DepthMaxF * bias); } +static void GLAPIENTRY +save_PolygonOffsetClampEXT(GLfloat factor, GLfloat units, GLfloat clamp) +{ + GET_CURRENT_CONTEXT(ctx); + Node *n; + ASSERT_OUTSIDE_SAVE_BEGIN_END_AND_FLUSH(ctx); + n = alloc_instruction(ctx, OPCODE_POLYGON_OFFSET_CLAMP, 3); + if (n) { + n[1].f = factor; + n[2].f = units; + n[3].f = clamp; + } + if (ctx->ExecuteFlag) { + CALL_PolygonOffsetClampEXT(ctx->Exec, (factor, units, clamp)); + } +} static void GLAPIENTRY save_PopAttrib(void) @@ -7985,17 +8051,8 @@ execute_list(struct gl_context *ctx, GLuint list) CALL_LoadIdentity(ctx->Exec, ()); break; case OPCODE_LOAD_MATRIX: - if (sizeof(Node) == sizeof(GLfloat)) { - CALL_LoadMatrixf(ctx->Exec, (&n[1].f)); - } - else { - GLfloat m[16]; - GLuint i; - for (i = 0; i < 16; i++) { - m[i] = n[1 + i].f; - } - CALL_LoadMatrixf(ctx->Exec, (m)); - } + STATIC_ASSERT(sizeof(Node) == sizeof(GLfloat)); + CALL_LoadMatrixf(ctx->Exec, (&n[1].f)); break; case OPCODE_LOAD_NAME: CALL_LoadName(ctx->Exec, (n[1].ui)); @@ -8041,17 +8098,7 @@ execute_list(struct gl_context *ctx, GLuint list) CALL_MatrixMode(ctx->Exec, (n[1].e)); break; case OPCODE_MULT_MATRIX: - if (sizeof(Node) == sizeof(GLfloat)) { - CALL_MultMatrixf(ctx->Exec, (&n[1].f)); - } - else { - GLfloat m[16]; - GLuint i; - for (i = 0; i < 16; i++) { - m[i] = n[1 + i].f; - } - CALL_MultMatrixf(ctx->Exec, (m)); - } + CALL_MultMatrixf(ctx->Exec, (&n[1].f)); break; case OPCODE_ORTHO: CALL_Ortho(ctx->Exec, @@ -8096,6 +8143,9 @@ execute_list(struct gl_context *ctx, GLuint list) case OPCODE_POLYGON_OFFSET: CALL_PolygonOffset(ctx->Exec, (n[1].f, n[2].f)); break; + case OPCODE_POLYGON_OFFSET_CLAMP: + CALL_PolygonOffsetClampEXT(ctx->Exec, (n[1].f, n[2].f, n[3].f)); + break; case OPCODE_POP_ATTRIB: CALL_PopAttrib(ctx->Exec, ()); break; @@ -8648,84 +8698,34 @@ execute_list(struct gl_context *ctx, GLuint list) CALL_BindFragmentShaderATI(ctx->Exec, (n[1].i)); break; case OPCODE_SET_FRAGMENT_SHADER_CONSTANTS_ATI: - { - GLfloat values[4]; - GLuint i, dst = n[1].ui; - - for (i = 0; i < 4; i++) - values[i] = n[1 + i].f; - CALL_SetFragmentShaderConstantATI(ctx->Exec, (dst, values)); - } + CALL_SetFragmentShaderConstantATI(ctx->Exec, (n[1].ui, &n[2].f)); break; case OPCODE_ATTR_1F_NV: CALL_VertexAttrib1fNV(ctx->Exec, (n[1].e, n[2].f)); break; case OPCODE_ATTR_2F_NV: - /* Really shouldn't have to do this - the Node structure - * is convenient, but it would be better to store the data - * packed appropriately so that it can be sent directly - * on. With x86_64 becoming common, this will start to - * matter more. - */ - if (sizeof(Node) == sizeof(GLfloat)) - CALL_VertexAttrib2fvNV(ctx->Exec, (n[1].e, &n[2].f)); - else - CALL_VertexAttrib2fNV(ctx->Exec, (n[1].e, n[2].f, n[3].f)); + CALL_VertexAttrib2fvNV(ctx->Exec, (n[1].e, &n[2].f)); break; case OPCODE_ATTR_3F_NV: - if (sizeof(Node) == sizeof(GLfloat)) - CALL_VertexAttrib3fvNV(ctx->Exec, (n[1].e, &n[2].f)); - else - CALL_VertexAttrib3fNV(ctx->Exec, (n[1].e, n[2].f, n[3].f, - n[4].f)); + CALL_VertexAttrib3fvNV(ctx->Exec, (n[1].e, &n[2].f)); break; case OPCODE_ATTR_4F_NV: - if (sizeof(Node) == sizeof(GLfloat)) - CALL_VertexAttrib4fvNV(ctx->Exec, (n[1].e, &n[2].f)); - else - CALL_VertexAttrib4fNV(ctx->Exec, (n[1].e, n[2].f, n[3].f, - n[4].f, n[5].f)); + CALL_VertexAttrib4fvNV(ctx->Exec, (n[1].e, &n[2].f)); break; case OPCODE_ATTR_1F_ARB: CALL_VertexAttrib1fARB(ctx->Exec, (n[1].e, n[2].f)); break; case OPCODE_ATTR_2F_ARB: - /* Really shouldn't have to do this - the Node structure - * is convenient, but it would be better to store the data - * packed appropriately so that it can be sent directly - * on. With x86_64 becoming common, this will start to - * matter more. - */ - if (sizeof(Node) == sizeof(GLfloat)) - CALL_VertexAttrib2fvARB(ctx->Exec, (n[1].e, &n[2].f)); - else - CALL_VertexAttrib2fARB(ctx->Exec, (n[1].e, n[2].f, n[3].f)); + CALL_VertexAttrib2fvARB(ctx->Exec, (n[1].e, &n[2].f)); break; case OPCODE_ATTR_3F_ARB: - if (sizeof(Node) == sizeof(GLfloat)) - CALL_VertexAttrib3fvARB(ctx->Exec, (n[1].e, &n[2].f)); - else - CALL_VertexAttrib3fARB(ctx->Exec, (n[1].e, n[2].f, n[3].f, - n[4].f)); + CALL_VertexAttrib3fvARB(ctx->Exec, (n[1].e, &n[2].f)); break; case OPCODE_ATTR_4F_ARB: - if (sizeof(Node) == sizeof(GLfloat)) - CALL_VertexAttrib4fvARB(ctx->Exec, (n[1].e, &n[2].f)); - else - CALL_VertexAttrib4fARB(ctx->Exec, (n[1].e, n[2].f, n[3].f, - n[4].f, n[5].f)); + CALL_VertexAttrib4fvARB(ctx->Exec, (n[1].e, &n[2].f)); break; case OPCODE_MATERIAL: - if (sizeof(Node) == sizeof(GLfloat)) - CALL_Materialfv(ctx->Exec, (n[1].e, n[2].e, &n[3].f)); - else { - GLfloat f[4]; - f[0] = n[3].f; - f[1] = n[4].f; - f[2] = n[5].f; - f[3] = n[6].f; - CALL_Materialfv(ctx->Exec, (n[1].e, n[2].e, f)); - } + CALL_Materialfv(ctx->Exec, (n[1].e, n[2].e, &n[3].f)); break; case OPCODE_BEGIN: CALL_Begin(ctx->Exec, (n[1].e)); @@ -8903,6 +8903,9 @@ execute_list(struct gl_context *ctx, GLuint list) case OPCODE_CONTINUE: n = (Node *) get_pointer(&n[1]); break; + case OPCODE_NOP: + /* no-op */ + break; case OPCODE_END_OF_LIST: done = GL_TRUE; break; @@ -9702,6 +9705,9 @@ _mesa_initialize_save_table(const struct gl_context *ctx) SET_ProgramUniformMatrix4x2fv(table, save_ProgramUniformMatrix4x2fv); SET_ProgramUniformMatrix3x4fv(table, save_ProgramUniformMatrix3x4fv); SET_ProgramUniformMatrix4x3fv(table, save_ProgramUniformMatrix4x3fv); + + /* GL_EXT_polygon_offset_clamp */ + SET_PolygonOffsetClampEXT(table, save_PolygonOffsetClampEXT); } @@ -9953,6 +9959,9 @@ print_list(struct gl_context *ctx, GLuint list, const char *fname) fprintf(f, "DISPLAY-LIST-CONTINUE\n"); n = (Node *) get_pointer(&n[1]); break; + case OPCODE_NOP: + fprintf(f, "NOP\n"); + break; case OPCODE_END_OF_LIST: fprintf(f, "END-LIST %u\n", list); done = GL_TRUE; @@ -10103,6 +10112,8 @@ _mesa_init_display_list(struct gl_context *ctx) ctx->List.ListBase = 0; save_vtxfmt_init(&ctx->ListState.ListVtxfmt); + + InstSize[OPCODE_NOP] = 1; } diff --git a/mesalib/src/mesa/main/dlist.h b/mesalib/src/mesa/main/dlist.h index c57eb74da..6189632d4 100644 --- a/mesalib/src/mesa/main/dlist.h +++ b/mesalib/src/mesa/main/dlist.h @@ -60,6 +60,9 @@ extern void _mesa_compile_error( struct gl_context *ctx, GLenum error, const cha extern void *_mesa_dlist_alloc(struct gl_context *ctx, GLuint opcode, GLuint sz); +extern void * +_mesa_dlist_alloc_aligned(struct gl_context *ctx, GLuint opcode, GLuint bytes); + extern GLint _mesa_dlist_alloc_opcode( struct gl_context *ctx, GLuint sz, void (*execute)( struct gl_context *, void * ), void (*destroy)( struct gl_context *, void * ), diff --git a/mesalib/src/mesa/main/enable.c b/mesalib/src/mesa/main/enable.c index 417548a3c..11365ecc4 100644 --- a/mesalib/src/mesa/main/enable.c +++ b/mesalib/src/mesa/main/enable.c @@ -34,7 +34,7 @@ #include "enable.h" #include "errors.h" #include "light.h" -#include "simple_list.h" +#include "util/simple_list.h" #include "mtypes.h" #include "enums.h" #include "api_arrayelt.h" diff --git a/mesalib/src/mesa/main/errors.c b/mesalib/src/mesa/main/errors.c index 4e7853b90..478e4ed33 100644 --- a/mesalib/src/mesa/main/errors.c +++ b/mesalib/src/mesa/main/errors.c @@ -134,7 +134,7 @@ static const GLenum debug_severity_enums[] = { static enum mesa_debug_source gl_enum_to_debug_source(GLenum e) { - int i; + unsigned i; for (i = 0; i < Elements(debug_source_enums); i++) { if (debug_source_enums[i] == e) @@ -146,7 +146,7 @@ gl_enum_to_debug_source(GLenum e) static enum mesa_debug_type gl_enum_to_debug_type(GLenum e) { - int i; + unsigned i; for (i = 0; i < Elements(debug_type_enums); i++) { if (debug_type_enums[i] == e) @@ -158,7 +158,7 @@ gl_enum_to_debug_type(GLenum e) static enum mesa_debug_severity gl_enum_to_debug_severity(GLenum e) { - int i; + unsigned i; for (i = 0; i < Elements(debug_severity_enums); i++) { if (debug_severity_enums[i] == e) @@ -633,7 +633,7 @@ debug_fetch_message(const struct gl_debug_state *debug) * Delete the oldest debug messages out of the log. */ static void -debug_delete_messages(struct gl_debug_state *debug, unsigned count) +debug_delete_messages(struct gl_debug_state *debug, int count) { struct gl_debug_log *log = &debug->Log; diff --git a/mesalib/src/mesa/main/extensions.c b/mesalib/src/mesa/main/extensions.c index 0df04c2e6..f21201538 100644 --- a/mesalib/src/mesa/main/extensions.c +++ b/mesalib/src/mesa/main/extensions.c @@ -104,6 +104,7 @@ static const struct extension extension_table[] = { { "GL_ARB_depth_clamp", o(ARB_depth_clamp), GL, 2003 }, { "GL_ARB_depth_texture", o(ARB_depth_texture), GLL, 2001 }, { "GL_ARB_derivative_control", o(ARB_derivative_control), GL, 2014 }, + { "GL_ARB_direct_state_access", o(dummy_false), GL, 2014 }, { "GL_ARB_draw_buffers", o(dummy_true), GL, 2002 }, { "GL_ARB_draw_buffers_blend", o(ARB_draw_buffers_blend), GL, 2009 }, { "GL_ARB_draw_elements_base_vertex", o(ARB_draw_elements_base_vertex), GL, 2009 }, @@ -120,6 +121,7 @@ static const struct extension extension_table[] = { { "GL_ARB_framebuffer_sRGB", o(EXT_framebuffer_sRGB), GL, 1998 }, { "GL_ARB_get_program_binary", o(dummy_true), GL, 2010 }, { "GL_ARB_gpu_shader5", o(ARB_gpu_shader5), GLC, 2010 }, + { "GL_ARB_gpu_shader_fp64", o(ARB_gpu_shader_fp64), GLC, 2010 }, { "GL_ARB_half_float_pixel", o(dummy_true), GL, 2003 }, { "GL_ARB_half_float_vertex", o(ARB_half_float_vertex), GL, 2008 }, { "GL_ARB_instanced_arrays", o(ARB_instanced_arrays), GL, 2008 }, @@ -133,6 +135,7 @@ static const struct extension extension_table[] = { { "GL_ARB_multitexture", o(dummy_true), GLL, 1998 }, { "GL_ARB_occlusion_query2", o(ARB_occlusion_query2), GL, 2003 }, { "GL_ARB_occlusion_query", o(ARB_occlusion_query), GLL, 2001 }, + { "GL_ARB_pipeline_statistics_query", o(ARB_pipeline_statistics_query), GL, 2014 }, { "GL_ARB_pixel_buffer_object", o(EXT_pixel_buffer_object), GL, 2004 }, { "GL_ARB_point_parameters", o(EXT_point_parameters), GLL, 1997 }, { "GL_ARB_point_sprite", o(ARB_point_sprite), GL, 2003 }, @@ -147,6 +150,7 @@ static const struct extension extension_table[] = { { "GL_ARB_shader_bit_encoding", o(ARB_shader_bit_encoding), GL, 2010 }, { "GL_ARB_shader_image_load_store", o(ARB_shader_image_load_store), GL, 2011 }, { "GL_ARB_shader_objects", o(dummy_true), GL, 2002 }, + { "GL_ARB_shader_precision", o(ARB_shader_precision), GL, 2010 }, { "GL_ARB_shader_stencil_export", o(ARB_shader_stencil_export), GL, 2009 }, { "GL_ARB_shader_texture_lod", o(ARB_shader_texture_lod), GL, 2009 }, { "GL_ARB_shading_language_100", o(dummy_true), GLL, 2003 }, @@ -156,6 +160,7 @@ static const struct extension extension_table[] = { { "GL_ARB_stencil_texturing", o(ARB_stencil_texturing), GL, 2012 }, { "GL_ARB_sync", o(ARB_sync), GL, 2003 }, { "GL_ARB_texture_barrier", o(NV_texture_barrier), GL, 2014 }, + { "GL_ARB_tessellation_shader", o(ARB_tessellation_shader), GLC, 2009 }, { "GL_ARB_texture_border_clamp", o(ARB_texture_border_clamp), GLL, 2000 }, { "GL_ARB_texture_buffer_object", o(ARB_texture_buffer_object), GLC, 2008 }, { "GL_ARB_texture_buffer_object_rgb32", o(ARB_texture_buffer_object_rgb32), GLC, 2009 }, @@ -212,6 +217,7 @@ static const struct extension extension_table[] = { { "GL_EXT_compiled_vertex_array", o(dummy_true), GLL, 1996 }, { "GL_EXT_copy_texture", o(dummy_true), GLL, 1995 }, { "GL_EXT_depth_bounds_test", o(EXT_depth_bounds_test), GL, 2002 }, + { "GL_EXT_draw_buffers", o(dummy_true), ES2, 2012 }, { "GL_EXT_draw_buffers2", o(EXT_draw_buffers2), GL, 2006 }, { "GL_EXT_draw_instanced", o(ARB_draw_instanced), GL, 2006 }, { "GL_EXT_draw_range_elements", o(dummy_true), GLL, 1997 }, @@ -231,6 +237,7 @@ static const struct extension extension_table[] = { { "GL_EXT_pixel_buffer_object", o(EXT_pixel_buffer_object), GL, 2004 }, { "GL_EXT_point_parameters", o(EXT_point_parameters), GLL, 1997 }, { "GL_EXT_polygon_offset", o(dummy_true), GLL, 1995 }, + { "GL_EXT_polygon_offset_clamp", o(EXT_polygon_offset_clamp), GL, 2014 }, { "GL_EXT_provoking_vertex", o(EXT_provoking_vertex), GL, 2009 }, { "GL_EXT_rescale_normal", o(dummy_true), GLL, 1997 }, { "GL_EXT_secondary_color", o(dummy_true), GLL, 1999 }, @@ -314,6 +321,10 @@ static const struct extension extension_table[] = { { "GL_OES_texture_3D", o(EXT_texture3D), ES2, 2005 }, { "GL_OES_texture_cube_map", o(ARB_texture_cube_map), ES1, 2007 }, { "GL_OES_texture_env_crossbar", o(ARB_texture_env_crossbar), ES1, 2005 }, + { "GL_OES_texture_float", o(OES_texture_float), ES2, 2005 }, + { "GL_OES_texture_float_linear", o(OES_texture_float_linear), ES2, 2005 }, + { "GL_OES_texture_half_float", o(OES_texture_half_float), ES2, 2005 }, + { "GL_OES_texture_half_float_linear", o(OES_texture_half_float_linear), ES2, 2005 }, { "GL_OES_texture_mirrored_repeat", o(dummy_true), ES1, 2005 }, { "GL_OES_texture_npot", o(ARB_texture_non_power_of_two), ES1 | ES2, 2005 }, { "GL_OES_vertex_array_object", o(dummy_true), ES1 | ES2, 2010 }, @@ -327,6 +338,7 @@ static const struct extension extension_table[] = { { "GL_AMD_conservative_depth", o(ARB_conservative_depth), GL, 2009 }, { "GL_AMD_draw_buffers_blend", o(ARB_draw_buffers_blend), GL, 2009 }, { "GL_AMD_performance_monitor", o(AMD_performance_monitor), GL, 2007 }, + { "GL_AMD_pinned_memory", o(AMD_pinned_memory), GL, 2013 }, { "GL_AMD_seamless_cubemap_per_texture", o(AMD_seamless_cubemap_per_texture), GL, 2009 }, { "GL_AMD_shader_stencil_export", o(ARB_shader_stencil_export), GL, 2009 }, { "GL_AMD_shader_trinary_minmax", o(dummy_true), GL, 2012 }, @@ -503,7 +515,6 @@ _mesa_enable_sw_extensions(struct gl_context *ctx) ctx->Extensions.NV_point_sprite = GL_TRUE; ctx->Extensions.NV_texture_env_combine4 = GL_TRUE; ctx->Extensions.NV_texture_rectangle = GL_TRUE; - ctx->Extensions.NV_fragment_program_option = GL_TRUE; ctx->Extensions.EXT_gpu_program_parameters = GL_TRUE; ctx->Extensions.OES_standard_derivatives = GL_TRUE; ctx->Extensions.TDFX_texture_compression_FXT1 = GL_TRUE; diff --git a/mesalib/src/mesa/main/fbobject.c b/mesalib/src/mesa/main/fbobject.c index 4c3c157a4..305362297 100644 --- a/mesalib/src/mesa/main/fbobject.c +++ b/mesalib/src/mesa/main/fbobject.c @@ -468,6 +468,7 @@ set_renderbuffer_attachment(struct gl_context *ctx, remove_attachment(ctx, att); att->Type = GL_RENDERBUFFER_EXT; att->Texture = NULL; /* just to be safe */ + att->Layered = GL_FALSE; att->Complete = GL_FALSE; _mesa_reference_renderbuffer(&att->Renderbuffer, rb); } @@ -780,6 +781,18 @@ test_attachment_completeness(const struct gl_context *ctx, GLenum format, att->Complete = GL_FALSE; return; } + + /* OES_texture_float allows creation and use of floating point + * textures with GL_FLOAT, GL_HALF_FLOAT but it does not allow + * these textures to be used as a render target, this is done via + * GL_EXT_color_buffer(_half)_float with set of new sized types. + */ + if (_mesa_is_gles(ctx) && (texImage->TexObject->_IsFloat || + texImage->TexObject->_IsHalfFloat)) { + att_incomplete("bad internal format"); + att->Complete = GL_FALSE; + return; + } } else if (format == GL_DEPTH) { if (baseFormat == GL_DEPTH_COMPONENT) { @@ -886,6 +899,8 @@ _mesa_test_framebuffer_completeness(struct gl_context *ctx, GLuint max_layer_count = 0, att_layer_count; bool is_layered = false; GLenum layer_tex_target = 0; + bool has_depth_attachment = false; + bool has_stencil_attachment = false; assert(_mesa_is_user_fbo(fb)); @@ -923,6 +938,8 @@ _mesa_test_framebuffer_completeness(struct gl_context *ctx, fb->_Status = GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_EXT; fbo_incomplete(ctx, "depth attachment incomplete", -1); return; + } else if (att->Type != GL_NONE) { + has_depth_attachment = true; } } else if (i == -1) { @@ -932,6 +949,8 @@ _mesa_test_framebuffer_completeness(struct gl_context *ctx, fb->_Status = GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_EXT; fbo_incomplete(ctx, "stencil attachment incomplete", -1); return; + } else if (att->Type != GL_NONE) { + has_stencil_attachment = true; } } else { @@ -960,7 +979,7 @@ _mesa_test_framebuffer_completeness(struct gl_context *ctx, if (!is_format_color_renderable(ctx, attFormat, texImg->InternalFormat) && !is_legal_depth_format(ctx, f)) { - fb->_Status = GL_FRAMEBUFFER_INCOMPLETE_FORMATS_EXT; + fb->_Status = GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT; fbo_incomplete(ctx, "texture attachment incomplete", -1); return; } @@ -1128,6 +1147,20 @@ _mesa_test_framebuffer_completeness(struct gl_context *ctx, } } + /* The OpenGL ES3 spec, in chapter 9.4. FRAMEBUFFER COMPLETENESS, says: + * + * "Depth and stencil attachments, if present, are the same image." + * + * This restriction is not present in the OpenGL ES2 spec. + */ + if (_mesa_is_gles3(ctx) && + has_stencil_attachment && has_depth_attachment && + !_mesa_has_depthstencil_combined(fb)) { + fb->_Status = GL_FRAMEBUFFER_UNSUPPORTED; + fbo_incomplete(ctx, "Depth and stencil attachments must be the same image", -1); + return; + } + /* Provisionally set status = COMPLETE ... */ fb->_Status = GL_FRAMEBUFFER_COMPLETE_EXT; @@ -1291,6 +1324,11 @@ _mesa_DeleteRenderbuffers(GLsizei n, const GLuint *renderbuffers) GLint i; GET_CURRENT_CONTEXT(ctx); + if (n < 0) { + _mesa_error(ctx, GL_INVALID_VALUE, "glDeleteRenderbuffers(n < 0)"); + return; + } + FLUSH_VERTICES(ctx, _NEW_BUFFERS); for (i = 0; i < n; i++) { @@ -1430,9 +1468,6 @@ _mesa_base_fbo_format(struct gl_context *ctx, GLenum internalFormat) case GL_RGB8: return GL_RGB; case GL_RGB: - if (_mesa_is_gles3(ctx)) - return GL_RGB; - /* fallthrough */ case GL_R3_G3_B2: case GL_RGB4: case GL_RGB5: @@ -1447,9 +1482,6 @@ _mesa_base_fbo_format(struct gl_context *ctx, GLenum internalFormat) case GL_RGBA8: return GL_RGBA; case GL_RGBA: - if (_mesa_is_gles3(ctx)) - return GL_RGBA; - /* fallthrough */ case GL_RGBA2: case GL_RGBA12: case GL_RGBA16: @@ -2183,6 +2215,11 @@ _mesa_DeleteFramebuffers(GLsizei n, const GLuint *framebuffers) GLint i; GET_CURRENT_CONTEXT(ctx); + if (n < 0) { + _mesa_error(ctx, GL_INVALID_VALUE, "glDeleteFramebuffers(n < 0)"); + return; + } + FLUSH_VERTICES(ctx, _NEW_BUFFERS); for (i = 0; i < n; i++) { @@ -2323,7 +2360,7 @@ reuse_framebuffer_texture_attachment(struct gl_framebuffer *fb, static void framebuffer_texture(struct gl_context *ctx, const char *caller, GLenum target, GLenum attachment, GLenum textarget, GLuint texture, - GLint level, GLint zoffset, GLboolean layered) + GLint level, GLuint zoffset, GLboolean layered) { struct gl_renderbuffer_attachment *att; struct gl_texture_object *texObj = NULL; @@ -2417,8 +2454,8 @@ framebuffer_texture(struct gl_context *ctx, const char *caller, GLenum target, } if (texObj->Target == GL_TEXTURE_3D) { - const GLint maxSize = 1 << (ctx->Const.Max3DTextureLevels - 1); - if (zoffset < 0 || zoffset >= maxSize) { + const GLuint maxSize = 1 << (ctx->Const.Max3DTextureLevels - 1); + if (zoffset >= maxSize) { _mesa_error(ctx, GL_INVALID_VALUE, "glFramebufferTexture%s(zoffset)", caller); return; @@ -2428,8 +2465,7 @@ framebuffer_texture(struct gl_context *ctx, const char *caller, GLenum target, (texObj->Target == GL_TEXTURE_2D_ARRAY_EXT) || (texObj->Target == GL_TEXTURE_CUBE_MAP_ARRAY) || (texObj->Target == GL_TEXTURE_2D_MULTISAMPLE_ARRAY)) { - if (zoffset < 0 || - zoffset >= (GLint) ctx->Const.MaxArrayTextureLayers) { + if (zoffset >= ctx->Const.MaxArrayTextureLayers) { _mesa_error(ctx, GL_INVALID_VALUE, "glFramebufferTexture%s(layer)", caller); return; @@ -2766,7 +2802,7 @@ _mesa_GetFramebufferAttachmentParameteriv(GLenum target, GLenum attachment, if (_mesa_is_gles3(ctx) && attachment != GL_BACK && attachment != GL_DEPTH && attachment != GL_STENCIL) { - _mesa_error(ctx, GL_INVALID_OPERATION, + _mesa_error(ctx, GL_INVALID_ENUM, "glGetFramebufferAttachmentParameteriv(attachment)"); return; } @@ -2869,7 +2905,8 @@ _mesa_GetFramebufferAttachmentParameteriv(GLenum target, GLenum attachment, _mesa_error(ctx, err, "glGetFramebufferAttachmentParameteriv(pname)"); } else if (att->Type == GL_TEXTURE) { - if (att->Texture && att->Texture->Target == GL_TEXTURE_3D) { + if (att->Texture && (att->Texture->Target == GL_TEXTURE_3D || + att->Texture->Target == GL_TEXTURE_2D_ARRAY)) { *params = att->Zoffset; } else { @@ -2967,7 +3004,7 @@ _mesa_GetFramebufferAttachmentParameteriv(GLenum target, GLenum attachment, } else if (att->Texture) { const struct gl_texture_image *texImage = - _mesa_select_tex_image(ctx, att->Texture, att->Texture->Target, + _mesa_select_tex_image(att->Texture, att->Texture->Target, att->TextureLevel); if (texImage) { *params = get_component_bits(pname, texImage->_BaseFormat, diff --git a/mesalib/src/mesa/main/feedback.c b/mesalib/src/mesa/main/feedback.c index 9ea0b92f3..6bc4294f9 100644 --- a/mesalib/src/mesa/main/feedback.c +++ b/mesalib/src/mesa/main/feedback.c @@ -89,7 +89,7 @@ _mesa_FeedbackBuffer( GLsizei size, GLenum type, GLfloat *buffer ) ctx->Feedback.Type = type; ctx->Feedback.BufferSize = size; ctx->Feedback.Buffer = buffer; - ctx->Feedback.Count = 0; /* Becaues of this. */ + ctx->Feedback.Count = 0; /* Because of this. */ } diff --git a/mesalib/src/mesa/main/ff_fragment_shader.cpp b/mesalib/src/mesa/main/ff_fragment_shader.cpp index bc6fdbdd8..c6828925f 100644 --- a/mesalib/src/mesa/main/ff_fragment_shader.cpp +++ b/mesalib/src/mesa/main/ff_fragment_shader.cpp @@ -418,7 +418,7 @@ static GLuint make_state_key( struct gl_context *ctx, struct state_key *key ) continue; samp = _mesa_get_samplerobj(ctx, i); - format = texObj->Image[0][texObj->BaseLevel]->_BaseFormat; + format = _mesa_texture_base_format(texObj); key->unit[i].enabled = 1; key->enabled_units |= (1<program->Base.NumInstructions <= p->max_inst); + assert(p->program->Base.NumInstructions <= p->max_inst); if (p->program->Base.NumInstructions == p->max_inst) { /* need to extend the program's instruction array */ diff --git a/mesalib/src/mesa/main/format_info.py b/mesalib/src/mesa/main/format_info.py index 7424fe0cd..3bae57e54 100644 --- a/mesalib/src/mesa/main/format_info.py +++ b/mesalib/src/mesa/main/format_info.py @@ -58,7 +58,7 @@ def get_gl_base_format(fmat): elif fmat.has_channel('i') and fmat.num_channels() == 1: return 'GL_INTENSITY' else: - assert False + sys.exit("error, could not determine base format for {0}, check swizzle".format(fmat.name)); def get_gl_data_type(fmat): if fmat.is_compressed(): @@ -192,6 +192,22 @@ for fmat in formats: int(fmat.block_size() / 8)) print ' {{ {0} }},'.format(', '.join(map(str, fmat.swizzle))) + if fmat.is_array(): + chan = fmat.array_element() + norm = chan.norm or chan.type == parser.FLOAT + print ' MESA_ARRAY_FORMAT({0}),'.format(', '.join([ + str(chan.size / 8), + str(int(chan.sign)), + str(int(chan.type == parser.FLOAT)), + str(int(norm)), + str(len(fmat.channels)), + str(fmat.swizzle[0]), + str(fmat.swizzle[1]), + str(fmat.swizzle[2]), + str(fmat.swizzle[3]), + ])) + else: + print ' 0,' print ' },' print '};' diff --git a/mesalib/src/mesa/main/format_pack.c b/mesalib/src/mesa/main/format_pack.c deleted file mode 100644 index 31c9f7767..000000000 --- a/mesalib/src/mesa/main/format_pack.c +++ /dev/null @@ -1,2994 +0,0 @@ -/* - * Mesa 3-D graphics library - * - * Copyright (c) 2011 VMware, Inc. - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL - * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - * OTHER DEALINGS IN THE SOFTWARE. - */ - - -/** - * Color, depth, stencil packing functions. - * Used to pack basic color, depth and stencil formats to specific - * hardware formats. - * - * There are both per-pixel and per-row packing functions: - * - The former will be used by swrast to write values to the color, depth, - * stencil buffers when drawing points, lines and masked spans. - * - The later will be used for image-oriented functions like glDrawPixels, - * glAccum, and glTexImage. - */ - - -#include "colormac.h" -#include "format_pack.h" -#include "macros.h" -#include "../../gallium/auxiliary/util/u_format_rgb9e5.h" -#include "../../gallium/auxiliary/util/u_format_r11g11b10f.h" -#include "util/format_srgb.h" - - -/** Helper struct for MESA_FORMAT_Z32_FLOAT_S8X24_UINT */ -struct z32f_x24s8 -{ - float z; - uint32_t x24s8; -}; - - -typedef void (*pack_ubyte_rgba_row_func)(GLuint n, - const GLubyte src[][4], void *dst); - -typedef void (*pack_float_rgba_row_func)(GLuint n, - const GLfloat src[][4], void *dst); - - -/* - * MESA_FORMAT_A8B8G8R8_UNORM - */ - -static void -pack_ubyte_A8B8G8R8_UNORM(const GLubyte src[4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - *d = PACK_COLOR_8888(src[RCOMP], src[GCOMP], src[BCOMP], src[ACOMP]); -} - -static void -pack_float_A8B8G8R8_UNORM(const GLfloat src[4], void *dst) -{ - GLubyte v[4]; - _mesa_unclamped_float_rgba_to_ubyte(v, src); - pack_ubyte_A8B8G8R8_UNORM(v, dst); -} - -static void -pack_row_ubyte_A8B8G8R8_UNORM(GLuint n, const GLubyte src[][4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLuint i; - for (i = 0; i < n; i++) { - d[i] = PACK_COLOR_8888(src[i][RCOMP], src[i][GCOMP], - src[i][BCOMP], src[i][ACOMP]); - } -} - -static void -pack_row_float_A8B8G8R8_UNORM(GLuint n, const GLfloat src[][4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLuint i; - for (i = 0; i < n; i++) { - GLubyte v[4]; - _mesa_unclamped_float_rgba_to_ubyte(v, src[i]); - pack_ubyte_A8B8G8R8_UNORM(v, d + i); - } -} - - - -/* - * MESA_FORMAT_R8G8B8A8_UNORM - */ - -static void -pack_ubyte_R8G8B8A8_UNORM(const GLubyte src[4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - *d = PACK_COLOR_8888(src[ACOMP], src[BCOMP], src[GCOMP], src[RCOMP]); -} - -static void -pack_float_R8G8B8A8_UNORM(const GLfloat src[4], void *dst) -{ - GLubyte v[4]; - _mesa_unclamped_float_rgba_to_ubyte(v, src); - pack_ubyte_R8G8B8A8_UNORM(v, dst); -} - -static void -pack_row_ubyte_R8G8B8A8_UNORM(GLuint n, const GLubyte src[][4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLuint i; - for (i = 0; i < n; i++) { - d[i] = PACK_COLOR_8888(src[i][ACOMP], src[i][BCOMP], - src[i][GCOMP], src[i][RCOMP]); - } -} - -static void -pack_row_float_R8G8B8A8_UNORM(GLuint n, const GLfloat src[][4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLuint i; - for (i = 0; i < n; i++) { - GLubyte v[4]; - _mesa_unclamped_float_rgba_to_ubyte(v, src[i]); - pack_ubyte_R8G8B8A8_UNORM(v, d + i); - } -} - - -/* - * MESA_FORMAT_B8G8R8A8_UNORM - */ - -static void -pack_ubyte_B8G8R8A8_UNORM(const GLubyte src[4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - *d = PACK_COLOR_8888(src[ACOMP], src[RCOMP], src[GCOMP], src[BCOMP]); -} - -static void -pack_float_B8G8R8A8_UNORM(const GLfloat src[4], void *dst) -{ - GLubyte v[4]; - _mesa_unclamped_float_rgba_to_ubyte(v, src); - pack_ubyte_B8G8R8A8_UNORM(v, dst); -} - -static void -pack_row_ubyte_B8G8R8A8_UNORM(GLuint n, const GLubyte src[][4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLuint i; - for (i = 0; i < n; i++) { - d[i] = PACK_COLOR_8888(src[i][ACOMP], src[i][RCOMP], - src[i][GCOMP], src[i][BCOMP]); - } -} - -static void -pack_row_float_B8G8R8A8_UNORM(GLuint n, const GLfloat src[][4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLuint i; - for (i = 0; i < n; i++) { - GLubyte v[4]; - _mesa_unclamped_float_rgba_to_ubyte(v, src[i]); - pack_ubyte_B8G8R8A8_UNORM(v, d + i); - } -} - - -/* - * MESA_FORMAT_A8R8G8B8_UNORM - */ - -static void -pack_ubyte_A8R8G8B8_UNORM(const GLubyte src[4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - *d = PACK_COLOR_8888(src[BCOMP], src[GCOMP], src[RCOMP], src[ACOMP]); -} - -static void -pack_float_A8R8G8B8_UNORM(const GLfloat src[4], void *dst) -{ - GLubyte v[4]; - _mesa_unclamped_float_rgba_to_ubyte(v, src); - pack_ubyte_A8R8G8B8_UNORM(v, dst); -} - -static void -pack_row_ubyte_A8R8G8B8_UNORM(GLuint n, const GLubyte src[][4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLuint i; - for (i = 0; i < n; i++) { - d[i] = PACK_COLOR_8888(src[i][BCOMP], src[i][GCOMP], - src[i][RCOMP], src[i][ACOMP]); - } -} - -static void -pack_row_float_A8R8G8B8_UNORM(GLuint n, const GLfloat src[][4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLuint i; - for (i = 0; i < n; i++) { - GLubyte v[4]; - _mesa_unclamped_float_rgba_to_ubyte(v, src[i]); - pack_ubyte_A8R8G8B8_UNORM(v, d + i); - } -} - - -/* - * MESA_FORMAT_B8G8R8X8_UNORM - */ - -static void -pack_ubyte_B8G8R8X8_UNORM(const GLubyte src[4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - *d = PACK_COLOR_8888(0x0, src[RCOMP], src[GCOMP], src[BCOMP]); -} - -static void -pack_float_B8G8R8X8_UNORM(const GLfloat src[4], void *dst) -{ - GLubyte v[4]; - _mesa_unclamped_float_rgba_to_ubyte(v, src); - pack_ubyte_B8G8R8X8_UNORM(v, dst); -} - -static void -pack_row_ubyte_B8G8R8X8_UNORM(GLuint n, const GLubyte src[][4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLuint i; - for (i = 0; i < n; i++) { - d[i] = PACK_COLOR_8888(0, src[i][RCOMP], src[i][GCOMP], src[i][BCOMP]); - } -} - -static void -pack_row_float_B8G8R8X8_UNORM(GLuint n, const GLfloat src[][4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLuint i; - for (i = 0; i < n; i++) { - GLubyte v[4]; - _mesa_unclamped_float_rgba_to_ubyte(v, src[i]); - pack_ubyte_B8G8R8X8_UNORM(v, d + i); - } -} - - -/* - * MESA_FORMAT_X8R8G8B8_UNORM - */ - -static void -pack_ubyte_X8R8G8B8_UNORM(const GLubyte src[4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - *d = PACK_COLOR_8888(src[BCOMP], src[GCOMP], src[RCOMP], 0); -} - -static void -pack_float_X8R8G8B8_UNORM(const GLfloat src[4], void *dst) -{ - GLubyte v[4]; - _mesa_unclamped_float_rgba_to_ubyte(v, src); - pack_ubyte_X8R8G8B8_UNORM(v, dst); -} - -static void -pack_row_ubyte_X8R8G8B8_UNORM(GLuint n, const GLubyte src[][4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLuint i; - for (i = 0; i < n; i++) { - d[i] = PACK_COLOR_8888(src[i][BCOMP], src[i][GCOMP], src[i][RCOMP], 0); - } -} - -static void -pack_row_float_X8R8G8B8_UNORM(GLuint n, const GLfloat src[][4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLuint i; - for (i = 0; i < n; i++) { - GLubyte v[4]; - _mesa_unclamped_float_rgba_to_ubyte(v, src[i]); - pack_ubyte_X8R8G8B8_UNORM(v, d + i); - } -} - - -/* - * MESA_FORMAT_BGR_UNORM8 - */ - -static void -pack_ubyte_BGR_UNORM8(const GLubyte src[4], void *dst) -{ - GLubyte *d = ((GLubyte *) dst); - d[2] = src[RCOMP]; - d[1] = src[GCOMP]; - d[0] = src[BCOMP]; -} - -static void -pack_float_BGR_UNORM8(const GLfloat src[4], void *dst) -{ - GLubyte *d = ((GLubyte *) dst); - UNCLAMPED_FLOAT_TO_UBYTE(d[2], src[RCOMP]); - UNCLAMPED_FLOAT_TO_UBYTE(d[1], src[GCOMP]); - UNCLAMPED_FLOAT_TO_UBYTE(d[0], src[BCOMP]); -} - -static void -pack_row_ubyte_BGR_UNORM8(GLuint n, const GLubyte src[][4], void *dst) -{ - GLubyte *d = ((GLubyte *) dst); - GLuint i; - for (i = 0; i < n; i++) { - d[i*3+2] = src[i][RCOMP]; - d[i*3+1] = src[i][GCOMP]; - d[i*3+0] = src[i][BCOMP]; - } -} - -static void -pack_row_float_BGR_UNORM8(GLuint n, const GLfloat src[][4], void *dst) -{ - GLubyte *d = ((GLubyte *) dst); - GLuint i; - for (i = 0; i < n; i++) { - GLubyte v[4]; - _mesa_unclamped_float_rgba_to_ubyte(v, src[i]); - d[i*3+2] = v[RCOMP]; - d[i*3+1] = v[GCOMP]; - d[i*3+0] = v[BCOMP]; - } -} - - -/* - * MESA_FORMAT_RGB_UNORM8 - */ - -static void -pack_ubyte_RGB_UNORM8(const GLubyte src[4], void *dst) -{ - GLubyte *d = ((GLubyte *) dst); - d[2] = src[BCOMP]; - d[1] = src[GCOMP]; - d[0] = src[RCOMP]; -} - -static void -pack_float_RGB_UNORM8(const GLfloat src[4], void *dst) -{ - GLubyte *d = ((GLubyte *) dst); - UNCLAMPED_FLOAT_TO_UBYTE(d[2], src[BCOMP]); - UNCLAMPED_FLOAT_TO_UBYTE(d[1], src[GCOMP]); - UNCLAMPED_FLOAT_TO_UBYTE(d[0], src[RCOMP]); -} - -static void -pack_row_ubyte_RGB_UNORM8(GLuint n, const GLubyte src[][4], void *dst) -{ - GLubyte *d = ((GLubyte *) dst); - GLuint i; - for (i = 0; i < n; i++) { - d[i*3+2] = src[i][BCOMP]; - d[i*3+1] = src[i][GCOMP]; - d[i*3+0] = src[i][RCOMP]; - } -} - -static void -pack_row_float_RGB_UNORM8(GLuint n, const GLfloat src[][4], void *dst) -{ - GLubyte *d = ((GLubyte *) dst); - GLuint i; - for (i = 0; i < n; i++) { - GLubyte v[4]; - _mesa_unclamped_float_rgba_to_ubyte(v, src[i]); - d[i*3+2] = v[BCOMP]; - d[i*3+1] = v[GCOMP]; - d[i*3+0] = v[RCOMP]; - } -} - - -/* - * MESA_FORMAT_B5G6R5_UNORM - */ - -static void -pack_ubyte_B5G6R5_UNORM(const GLubyte src[4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - *d = PACK_COLOR_565(src[RCOMP], src[GCOMP], src[BCOMP]); -} - -static void -pack_float_B5G6R5_UNORM(const GLfloat src[4], void *dst) -{ - GLubyte v[3]; - UNCLAMPED_FLOAT_TO_UBYTE(v[0], src[RCOMP]); - UNCLAMPED_FLOAT_TO_UBYTE(v[1], src[GCOMP]); - UNCLAMPED_FLOAT_TO_UBYTE(v[2], src[BCOMP]); - pack_ubyte_B5G6R5_UNORM(v, dst); -} - -static void -pack_row_ubyte_B5G6R5_UNORM(GLuint n, const GLubyte src[][4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - GLuint i; - for (i = 0; i < n; i++) { - pack_ubyte_B5G6R5_UNORM(src[i], d + i); - } -} - -static void -pack_row_float_B5G6R5_UNORM(GLuint n, const GLfloat src[][4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - GLuint i; - for (i = 0; i < n; i++) { - GLubyte v[4]; - _mesa_unclamped_float_rgba_to_ubyte(v, src[i]); - pack_ubyte_B5G6R5_UNORM(v, d + i); - } -} - - -/* - * MESA_FORMAT_R5G6B5_UNORM - * Warning: these functions do not match the current Mesa definition - * of MESA_FORMAT_R5G6B5_UNORM. - */ - -static void -pack_ubyte_R5G6B5_UNORM(const GLubyte src[4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - *d = PACK_COLOR_565_REV(src[RCOMP], src[GCOMP], src[BCOMP]); -} - -static void -pack_float_R5G6B5_UNORM(const GLfloat src[4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - GLubyte r, g, b; - UNCLAMPED_FLOAT_TO_UBYTE(r, src[RCOMP]); - UNCLAMPED_FLOAT_TO_UBYTE(g, src[GCOMP]); - UNCLAMPED_FLOAT_TO_UBYTE(b, src[BCOMP]); - *d = PACK_COLOR_565_REV(r, g, b); -} - -static void -pack_row_ubyte_R5G6B5_UNORM(GLuint n, const GLubyte src[][4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - GLuint i; - for (i = 0; i < n; i++) { - pack_ubyte_R5G6B5_UNORM(src[i], d + i); - } -} - -static void -pack_row_float_R5G6B5_UNORM(GLuint n, const GLfloat src[][4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - GLuint i; - for (i = 0; i < n; i++) { - GLubyte v[4]; - _mesa_unclamped_float_rgba_to_ubyte(v, src[i]); - pack_ubyte_R5G6B5_UNORM(v, d + i); - } -} - - -/* - * MESA_FORMAT_B4G4R4A4_UNORM - */ - -static void -pack_ubyte_B4G4R4A4_UNORM(const GLubyte src[4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - *d = PACK_COLOR_4444(src[ACOMP], src[RCOMP], src[GCOMP], src[BCOMP]); -} - -static void -pack_float_B4G4R4A4_UNORM(const GLfloat src[4], void *dst) -{ - GLubyte v[4]; - _mesa_unclamped_float_rgba_to_ubyte(v, src); - pack_ubyte_B4G4R4A4_UNORM(v, dst); -} - -/* use fallback row packing functions */ - - -/* - * MESA_FORMAT_A4R4G4B4_UNORM - */ - -static void -pack_ubyte_A4R4G4B4_UNORM(const GLubyte src[4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - *d = PACK_COLOR_4444(src[BCOMP], src[GCOMP], src[RCOMP], src[ACOMP]); -} - -static void -pack_float_A4R4G4B4_UNORM(const GLfloat src[4], void *dst) -{ - GLubyte v[4]; - _mesa_unclamped_float_rgba_to_ubyte(v, src); - pack_ubyte_A4R4G4B4_UNORM(v, dst); -} - -/* use fallback row packing functions */ - - -/* - * MESA_FORMAT_A1B5G5R5_UNORM - */ - -static void -pack_ubyte_A1B5G5R5_UNORM(const GLubyte src[4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - *d = PACK_COLOR_5551(src[RCOMP], src[GCOMP], src[BCOMP], src[ACOMP]); -} - -static void -pack_float_A1B5G5R5_UNORM(const GLfloat src[4], void *dst) -{ - GLubyte v[4]; - _mesa_unclamped_float_rgba_to_ubyte(v, src); - pack_ubyte_A1B5G5R5_UNORM(v, dst); -} - -/* use fallback row packing functions */ - - -/* - * MESA_FORMAT_B5G5R5A1_UNORM - */ - -static void -pack_ubyte_B5G5R5A1_UNORM(const GLubyte src[4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - *d = PACK_COLOR_1555(src[ACOMP], src[RCOMP], src[GCOMP], src[BCOMP]); -} - -static void -pack_float_B5G5R5A1_UNORM(const GLfloat src[4], void *dst) -{ - GLubyte v[4]; - _mesa_unclamped_float_rgba_to_ubyte(v, src); - pack_ubyte_B5G5R5A1_UNORM(v, dst); -} - - -/* MESA_FORMAT_A1R5G5B5_UNORM - * Warning: these functions do not match the current Mesa definition - * of MESA_FORMAT_A1R5G5B5_UNORM. - */ - -static void -pack_ubyte_A1R5G5B5_UNORM(const GLubyte src[4], void *dst) -{ - GLushort *d = ((GLushort *) dst), tmp; - tmp = PACK_COLOR_1555(src[ACOMP], src[RCOMP], src[GCOMP], src[BCOMP]); - *d = (tmp >> 8) | (tmp << 8); -} - -static void -pack_float_A1R5G5B5_UNORM(const GLfloat src[4], void *dst) -{ - GLubyte v[4]; - _mesa_unclamped_float_rgba_to_ubyte(v, src); - pack_ubyte_A1R5G5B5_UNORM(v, dst); -} - - -/* MESA_FORMAT_L4A4_UNORM */ - -static void -pack_ubyte_L4A4_UNORM(const GLubyte src[4], void *dst) -{ - GLubyte *d = ((GLubyte *) dst); - *d = PACK_COLOR_44(src[ACOMP], src[RCOMP]); -} - -static void -pack_float_L4A4_UNORM(const GLfloat src[4], void *dst) -{ - GLubyte v[4]; - UNCLAMPED_FLOAT_TO_UBYTE(v[0], src[RCOMP]); - UNCLAMPED_FLOAT_TO_UBYTE(v[3], src[ACOMP]); - pack_ubyte_L4A4_UNORM(v, dst); -} - - -/* MESA_FORMAT_L8A8_UNORM */ - -static void -pack_ubyte_L8A8_UNORM(const GLubyte src[4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - *d = PACK_COLOR_88(src[ACOMP], src[RCOMP]); -} - -static void -pack_float_L8A8_UNORM(const GLfloat src[4], void *dst) -{ - GLubyte v[4]; - UNCLAMPED_FLOAT_TO_UBYTE(v[0], src[RCOMP]); - UNCLAMPED_FLOAT_TO_UBYTE(v[3], src[ACOMP]); - pack_ubyte_L8A8_UNORM(v, dst); -} - - -/* MESA_FORMAT_A8L8_UNORM */ - -static void -pack_ubyte_A8L8_UNORM(const GLubyte src[4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - *d = PACK_COLOR_88(src[RCOMP], src[ACOMP]); -} - -static void -pack_float_A8L8_UNORM(const GLfloat src[4], void *dst) -{ - GLubyte v[4]; - UNCLAMPED_FLOAT_TO_UBYTE(v[0], src[RCOMP]); - UNCLAMPED_FLOAT_TO_UBYTE(v[3], src[ACOMP]); - pack_ubyte_A8L8_UNORM(v, dst); -} - - -/* MESA_FORMAT_L16A16_UNORM */ - -static void -pack_ubyte_L16A16_UNORM(const GLubyte src[4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLushort l = UBYTE_TO_USHORT(src[RCOMP]); - GLushort a = UBYTE_TO_USHORT(src[ACOMP]); - *d = PACK_COLOR_1616(a, l); -} - -static void -pack_float_L16A16_UNORM(const GLfloat src[4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLushort l, a; - UNCLAMPED_FLOAT_TO_USHORT(l, src[RCOMP]); - UNCLAMPED_FLOAT_TO_USHORT(a, src[ACOMP]); - *d = PACK_COLOR_1616(a, l); -} - - -/* MESA_FORMAT_A16L16_UNORM */ - -static void -pack_ubyte_A16L16_UNORM(const GLubyte src[4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLushort l = UBYTE_TO_USHORT(src[RCOMP]); - GLushort a = UBYTE_TO_USHORT(src[ACOMP]); - *d = PACK_COLOR_1616(l, a); -} - -static void -pack_float_A16L16_UNORM(const GLfloat src[4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLushort l, a; - UNCLAMPED_FLOAT_TO_USHORT(l, src[RCOMP]); - UNCLAMPED_FLOAT_TO_USHORT(a, src[ACOMP]); - *d = PACK_COLOR_1616(l, a); -} - - -/* MESA_FORMAT_B2G3R3_UNORM */ - -static void -pack_ubyte_B2G3R3_UNORM(const GLubyte src[4], void *dst) -{ - GLubyte *d = ((GLubyte *) dst); - *d = PACK_COLOR_332(src[RCOMP], src[GCOMP], src[BCOMP]); -} - -static void -pack_float_B2G3R3_UNORM(const GLfloat src[4], void *dst) -{ - GLubyte v[4]; - UNCLAMPED_FLOAT_TO_UBYTE(v[0], src[RCOMP]); - UNCLAMPED_FLOAT_TO_UBYTE(v[1], src[GCOMP]); - UNCLAMPED_FLOAT_TO_UBYTE(v[2], src[BCOMP]); - pack_ubyte_B2G3R3_UNORM(v, dst); -} - - -/* MESA_FORMAT_A_UNORM8 */ - -static void -pack_ubyte_A_UNORM8(const GLubyte src[4], void *dst) -{ - GLubyte *d = ((GLubyte *) dst); - *d = src[ACOMP]; -} - -static void -pack_float_A_UNORM8(const GLfloat src[4], void *dst) -{ - GLubyte *d = ((GLubyte *) dst); - UNCLAMPED_FLOAT_TO_UBYTE(d[0], src[ACOMP]); -} - - -/* MESA_FORMAT_A_UNORM16 */ - -static void -pack_ubyte_A_UNORM16(const GLubyte src[4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - *d = UBYTE_TO_USHORT(src[ACOMP]); -} - -static void -pack_float_A_UNORM16(const GLfloat src[4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - UNCLAMPED_FLOAT_TO_USHORT(d[0], src[ACOMP]); -} - - -/* MESA_FORMAT_L_UNORM8 */ - -static void -pack_ubyte_L_UNORM8(const GLubyte src[4], void *dst) -{ - GLubyte *d = ((GLubyte *) dst); - *d = src[RCOMP]; -} - -static void -pack_float_L_UNORM8(const GLfloat src[4], void *dst) -{ - GLubyte *d = ((GLubyte *) dst); - UNCLAMPED_FLOAT_TO_UBYTE(d[0], src[RCOMP]); -} - - -/* MESA_FORMAT_L_UNORM16 */ - -static void -pack_ubyte_L_UNORM16(const GLubyte src[4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - *d = UBYTE_TO_USHORT(src[RCOMP]); -} - -static void -pack_float_L_UNORM16(const GLfloat src[4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - UNCLAMPED_FLOAT_TO_USHORT(d[0], src[RCOMP]); -} - - -/* MESA_FORMAT_YCBCR */ - -static void -pack_ubyte_YCBCR(const GLubyte src[4], void *dst) -{ - /* todo */ -} - -static void -pack_float_YCBCR(const GLfloat src[4], void *dst) -{ - /* todo */ -} - - -/* MESA_FORMAT_YCBCR_REV */ - -static void -pack_ubyte_YCBCR_REV(const GLubyte src[4], void *dst) -{ - /* todo */ -} - -static void -pack_float_YCBCR_REV(const GLfloat src[4], void *dst) -{ - /* todo */ -} - - -/* MESA_FORMAT_R_UNORM8 */ - -static void -pack_ubyte_R_UNORM8(const GLubyte src[4], void *dst) -{ - GLubyte *d = ((GLubyte *) dst); - *d = src[RCOMP]; -} - -static void -pack_float_R_UNORM8(const GLfloat src[4], void *dst) -{ - GLubyte *d = ((GLubyte *) dst); - GLubyte r; - UNCLAMPED_FLOAT_TO_UBYTE(r, src[RCOMP]); - d[0] = r; -} - - -/* MESA_FORMAT_R8G8_UNORM */ - -static void -pack_ubyte_R8G8_UNORM(const GLubyte src[4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - *d = PACK_COLOR_88(src[GCOMP], src[RCOMP]); -} - -static void -pack_float_R8G8_UNORM(const GLfloat src[4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - GLubyte r, g; - UNCLAMPED_FLOAT_TO_UBYTE(r, src[RCOMP]); - UNCLAMPED_FLOAT_TO_UBYTE(g, src[GCOMP]); - *d = PACK_COLOR_88(g, r); -} - - -/* MESA_FORMAT_G8R8_UNORM */ - -static void -pack_ubyte_G8R8_UNORM(const GLubyte src[4], void *dst) -{ - GLubyte *d = ((GLubyte *) dst); - *d = PACK_COLOR_88(src[RCOMP], src[GCOMP]); -} - -static void -pack_float_G8R8_UNORM(const GLfloat src[4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - GLubyte r, g; - UNCLAMPED_FLOAT_TO_UBYTE(r, src[RCOMP]); - UNCLAMPED_FLOAT_TO_UBYTE(g, src[GCOMP]); - *d = PACK_COLOR_88(r, g); -} - - -/* MESA_FORMAT_R_UNORM16 */ - -static void -pack_ubyte_R_UNORM16(const GLubyte src[4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - *d = UBYTE_TO_USHORT(src[RCOMP]); -} - -static void -pack_float_R_UNORM16(const GLfloat src[4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - UNCLAMPED_FLOAT_TO_USHORT(d[0], src[RCOMP]); -} - - -/* MESA_FORMAT_R16G16_UNORM */ - -static void -pack_ubyte_R16G16_UNORM(const GLubyte src[4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLushort r = UBYTE_TO_USHORT(src[RCOMP]); - GLushort g = UBYTE_TO_USHORT(src[GCOMP]); - *d = PACK_COLOR_1616(g, r); -} - -static void -pack_float_R16G16_UNORM(const GLfloat src[4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLushort r, g; - UNCLAMPED_FLOAT_TO_USHORT(r, src[RCOMP]); - UNCLAMPED_FLOAT_TO_USHORT(g, src[GCOMP]); - *d = PACK_COLOR_1616(g, r); -} - - -/* MESA_FORMAT_G16R16_UNORM */ - -static void -pack_ubyte_G16R16_UNORM(const GLubyte src[4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLushort r = UBYTE_TO_USHORT(src[RCOMP]); - GLushort g = UBYTE_TO_USHORT(src[GCOMP]); - *d = PACK_COLOR_1616(r, g); -} - - -static void -pack_float_G16R16_UNORM(const GLfloat src[4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLushort r, g; - UNCLAMPED_FLOAT_TO_USHORT(r, src[RCOMP]); - UNCLAMPED_FLOAT_TO_USHORT(g, src[GCOMP]); - *d = PACK_COLOR_1616(r, g); -} - - -/* MESA_FORMAT_B10G10R10A2_UNORM */ - -static void -pack_ubyte_B10G10R10A2_UNORM(const GLubyte src[4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLushort r = UBYTE_TO_USHORT(src[RCOMP]); - GLushort g = UBYTE_TO_USHORT(src[GCOMP]); - GLushort b = UBYTE_TO_USHORT(src[BCOMP]); - GLushort a = UBYTE_TO_USHORT(src[ACOMP]); - *d = PACK_COLOR_2101010_US(a, r, g, b); -} - -static void -pack_float_B10G10R10A2_UNORM(const GLfloat src[4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLushort r, g, b, a; - UNCLAMPED_FLOAT_TO_USHORT(r, src[RCOMP]); - UNCLAMPED_FLOAT_TO_USHORT(g, src[GCOMP]); - UNCLAMPED_FLOAT_TO_USHORT(b, src[BCOMP]); - UNCLAMPED_FLOAT_TO_USHORT(a, src[ACOMP]); - *d = PACK_COLOR_2101010_US(a, r, g, b); -} - - -/* MESA_FORMAT_R10G10B10A2_UINT */ - -static void -pack_ubyte_R10G10B10A2_UINT(const GLubyte src[4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLushort r = UBYTE_TO_USHORT(src[RCOMP]); - GLushort g = UBYTE_TO_USHORT(src[GCOMP]); - GLushort b = UBYTE_TO_USHORT(src[BCOMP]); - GLushort a = UBYTE_TO_USHORT(src[ACOMP]); - *d = PACK_COLOR_2101010_US(a, b, g, r); -} - -static void -pack_float_R10G10B10A2_UINT(const GLfloat src[4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLushort r, g, b, a; - UNCLAMPED_FLOAT_TO_USHORT(r, src[RCOMP]); - UNCLAMPED_FLOAT_TO_USHORT(g, src[GCOMP]); - UNCLAMPED_FLOAT_TO_USHORT(b, src[BCOMP]); - UNCLAMPED_FLOAT_TO_USHORT(a, src[ACOMP]); - *d = PACK_COLOR_2101010_US(a, b, g, r); -} - - -/* MESA_FORMAT_BGR_SRGB8 */ - -static void -pack_ubyte_BGR_SRGB8(const GLubyte src[4], void *dst) -{ - GLubyte *d = ((GLubyte *) dst); - d[2] = util_format_linear_to_srgb_8unorm(src[RCOMP]); - d[1] = util_format_linear_to_srgb_8unorm(src[GCOMP]); - d[0] = util_format_linear_to_srgb_8unorm(src[BCOMP]); -} - -static void -pack_float_BGR_SRGB8(const GLfloat src[4], void *dst) -{ - GLubyte *d = ((GLubyte *) dst); - d[2] = util_format_linear_float_to_srgb_8unorm(src[RCOMP]); - d[1] = util_format_linear_float_to_srgb_8unorm(src[GCOMP]); - d[0] = util_format_linear_float_to_srgb_8unorm(src[BCOMP]); -} - - -/* MESA_FORMAT_A8B8G8R8_SRGB */ - -static void -pack_ubyte_A8B8G8R8_SRGB(const GLubyte src[4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLubyte r = util_format_linear_to_srgb_8unorm(src[RCOMP]); - GLubyte g = util_format_linear_to_srgb_8unorm(src[GCOMP]); - GLubyte b = util_format_linear_to_srgb_8unorm(src[BCOMP]); - *d = PACK_COLOR_8888(r, g, b, src[ACOMP]); -} - -static void -pack_float_A8B8G8R8_SRGB(const GLfloat src[4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLubyte r, g, b, a; - r = util_format_linear_float_to_srgb_8unorm(src[RCOMP]); - g = util_format_linear_float_to_srgb_8unorm(src[GCOMP]); - b = util_format_linear_float_to_srgb_8unorm(src[BCOMP]); - UNCLAMPED_FLOAT_TO_UBYTE(a, src[ACOMP]); - *d = PACK_COLOR_8888(r, g, b, a); -} - - -/* MESA_FORMAT_B8G8R8A8_SRGB */ - -static void -pack_ubyte_B8G8R8A8_SRGB(const GLubyte src[4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLubyte r = util_format_linear_to_srgb_8unorm(src[RCOMP]); - GLubyte g = util_format_linear_to_srgb_8unorm(src[GCOMP]); - GLubyte b = util_format_linear_to_srgb_8unorm(src[BCOMP]); - *d = PACK_COLOR_8888(src[ACOMP], r, g, b); -} - -static void -pack_float_B8G8R8A8_SRGB(const GLfloat src[4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLubyte r, g, b, a; - r = util_format_linear_float_to_srgb_8unorm(src[RCOMP]); - g = util_format_linear_float_to_srgb_8unorm(src[GCOMP]); - b = util_format_linear_float_to_srgb_8unorm(src[BCOMP]); - UNCLAMPED_FLOAT_TO_UBYTE(a, src[ACOMP]); - *d = PACK_COLOR_8888(a, r, g, b); -} - - -/* MESA_FORMAT_A8R8G8B8_SRGB */ - -static void -pack_ubyte_A8R8G8B8_SRGB(const GLubyte src[4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLubyte r = util_format_linear_to_srgb_8unorm(src[RCOMP]); - GLubyte g = util_format_linear_to_srgb_8unorm(src[GCOMP]); - GLubyte b = util_format_linear_to_srgb_8unorm(src[BCOMP]); - *d = PACK_COLOR_8888(b, g, r, src[ACOMP]); -} - -static void -pack_float_A8R8G8B8_SRGB(const GLfloat src[4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLubyte r, g, b, a; - r = util_format_linear_float_to_srgb_8unorm(src[RCOMP]); - g = util_format_linear_float_to_srgb_8unorm(src[GCOMP]); - b = util_format_linear_float_to_srgb_8unorm(src[BCOMP]); - UNCLAMPED_FLOAT_TO_UBYTE(a, src[ACOMP]); - *d = PACK_COLOR_8888(b, g, r, a); -} - - -/* MESA_FORMAT_R8G8B8A8_SRGB */ - -static void -pack_ubyte_R8G8B8A8_SRGB(const GLubyte src[4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLubyte r = util_format_linear_to_srgb_8unorm(src[RCOMP]); - GLubyte g = util_format_linear_to_srgb_8unorm(src[GCOMP]); - GLubyte b = util_format_linear_to_srgb_8unorm(src[BCOMP]); - *d = PACK_COLOR_8888(src[ACOMP], b, g, r); -} - -static void -pack_float_R8G8B8A8_SRGB(const GLfloat src[4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLubyte r, g, b, a; - r = util_format_linear_float_to_srgb_8unorm(src[RCOMP]); - g = util_format_linear_float_to_srgb_8unorm(src[GCOMP]); - b = util_format_linear_float_to_srgb_8unorm(src[BCOMP]); - UNCLAMPED_FLOAT_TO_UBYTE(a, src[ACOMP]); - *d = PACK_COLOR_8888(a, b, g, r); -} - - -/* MESA_FORMAT_L_SRGB8 */ - -static void -pack_ubyte_L_SRGB8(const GLubyte src[4], void *dst) -{ - GLubyte *d = ((GLubyte *) dst); - *d = util_format_linear_to_srgb_8unorm(src[RCOMP]); -} - -static void -pack_float_L_SRGB8(const GLfloat src[4], void *dst) -{ - GLubyte *d = ((GLubyte *) dst); - GLubyte l = util_format_linear_float_to_srgb_8unorm(src[RCOMP]); - *d = l; -} - - -/* MESA_FORMAT_L8A8_SRGB */ - -static void -pack_ubyte_L8A8_SRGB(const GLubyte src[4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - GLubyte l = util_format_linear_to_srgb_8unorm(src[RCOMP]); - *d = PACK_COLOR_88(src[ACOMP], l); -} - -/* MESA_FORMAT_A8L8_SRGB */ - -static void -pack_ubyte_A8L8_SRGB(const GLubyte src[4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - GLubyte l = util_format_linear_to_srgb_8unorm(src[RCOMP]); - *d = PACK_COLOR_88(l, src[ACOMP]); -} - -static void -pack_float_L8A8_SRGB(const GLfloat src[4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - GLubyte a, l = util_format_linear_float_to_srgb_8unorm(src[RCOMP]); - CLAMPED_FLOAT_TO_UBYTE(a, src[ACOMP]); - *d = PACK_COLOR_88(a, l); -} - -static void -pack_float_A8L8_SRGB(const GLfloat src[4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - GLubyte a, l = util_format_linear_float_to_srgb_8unorm(src[RCOMP]); - CLAMPED_FLOAT_TO_UBYTE(a, src[ACOMP]); - *d = PACK_COLOR_88(l, a); -} - - -/* MESA_FORMAT_RGBA_FLOAT32 */ - -static void -pack_ubyte_RGBA_FLOAT32(const GLubyte src[4], void *dst) -{ - GLfloat *d = ((GLfloat *) dst); - d[0] = UBYTE_TO_FLOAT(src[0]); - d[1] = UBYTE_TO_FLOAT(src[1]); - d[2] = UBYTE_TO_FLOAT(src[2]); - d[3] = UBYTE_TO_FLOAT(src[3]); -} - -static void -pack_float_RGBA_FLOAT32(const GLfloat src[4], void *dst) -{ - GLfloat *d = ((GLfloat *) dst); - d[0] = src[0]; - d[1] = src[1]; - d[2] = src[2]; - d[3] = src[3]; -} - - -/* MESA_FORMAT_RGBA_FLOAT16 */ - -static void -pack_ubyte_RGBA_FLOAT16(const GLubyte src[4], void *dst) -{ - GLhalfARB *d = ((GLhalfARB *) dst); - d[0] = _mesa_float_to_half(UBYTE_TO_FLOAT(src[0])); - d[1] = _mesa_float_to_half(UBYTE_TO_FLOAT(src[1])); - d[2] = _mesa_float_to_half(UBYTE_TO_FLOAT(src[2])); - d[3] = _mesa_float_to_half(UBYTE_TO_FLOAT(src[3])); -} - -static void -pack_float_RGBA_FLOAT16(const GLfloat src[4], void *dst) -{ - GLhalfARB *d = ((GLhalfARB *) dst); - d[0] = _mesa_float_to_half(src[0]); - d[1] = _mesa_float_to_half(src[1]); - d[2] = _mesa_float_to_half(src[2]); - d[3] = _mesa_float_to_half(src[3]); -} - - -/* MESA_FORMAT_RGB_FLOAT32 */ - -static void -pack_ubyte_RGB_FLOAT32(const GLubyte src[4], void *dst) -{ - GLfloat *d = ((GLfloat *) dst); - d[0] = UBYTE_TO_FLOAT(src[0]); - d[1] = UBYTE_TO_FLOAT(src[1]); - d[2] = UBYTE_TO_FLOAT(src[2]); -} - -static void -pack_float_RGB_FLOAT32(const GLfloat src[4], void *dst) -{ - GLfloat *d = ((GLfloat *) dst); - d[0] = src[0]; - d[1] = src[1]; - d[2] = src[2]; -} - - -/* MESA_FORMAT_RGB_FLOAT16 */ - -static void -pack_ubyte_RGB_FLOAT16(const GLubyte src[4], void *dst) -{ - GLhalfARB *d = ((GLhalfARB *) dst); - d[0] = _mesa_float_to_half(UBYTE_TO_FLOAT(src[0])); - d[1] = _mesa_float_to_half(UBYTE_TO_FLOAT(src[1])); - d[2] = _mesa_float_to_half(UBYTE_TO_FLOAT(src[2])); -} - -static void -pack_float_RGB_FLOAT16(const GLfloat src[4], void *dst) -{ - GLhalfARB *d = ((GLhalfARB *) dst); - d[0] = _mesa_float_to_half(src[0]); - d[1] = _mesa_float_to_half(src[1]); - d[2] = _mesa_float_to_half(src[2]); -} - - -/* MESA_FORMAT_A_FLOAT32 */ - -static void -pack_ubyte_A_FLOAT32(const GLubyte src[4], void *dst) -{ - GLfloat *d = ((GLfloat *) dst); - d[0] = UBYTE_TO_FLOAT(src[ACOMP]); -} - -static void -pack_float_A_FLOAT32(const GLfloat src[4], void *dst) -{ - GLfloat *d = ((GLfloat *) dst); - d[0] = src[ACOMP]; -} - - -/* MESA_FORMAT_A_FLOAT16 */ - -static void -pack_ubyte_A_FLOAT16(const GLubyte src[4], void *dst) -{ - GLhalfARB *d = ((GLhalfARB *) dst); - d[0] = _mesa_float_to_half(UBYTE_TO_FLOAT(src[ACOMP])); -} - -static void -pack_float_A_FLOAT16(const GLfloat src[4], void *dst) -{ - GLhalfARB *d = ((GLhalfARB *) dst); - d[0] = _mesa_float_to_half(src[ACOMP]); -} - - -/* MESA_FORMAT_L_FLOAT32 (and I_FLOAT32, R_FLOAT32) */ - -static void -pack_ubyte_L_FLOAT32(const GLubyte src[4], void *dst) -{ - GLfloat *d = ((GLfloat *) dst); - d[0] = UBYTE_TO_FLOAT(src[RCOMP]); -} - -static void -pack_float_L_FLOAT32(const GLfloat src[4], void *dst) -{ - GLfloat *d = ((GLfloat *) dst); - d[0] = src[RCOMP]; -} - - -/* MESA_FORMAT_L_FLOAT16 (and I_FLOAT16, R_FLOAT32) */ - -static void -pack_ubyte_L_FLOAT16(const GLubyte src[4], void *dst) -{ - GLhalfARB *d = ((GLhalfARB *) dst); - d[0] = _mesa_float_to_half(UBYTE_TO_FLOAT(src[RCOMP])); -} - -static void -pack_float_L_FLOAT16(const GLfloat src[4], void *dst) -{ - GLhalfARB *d = ((GLhalfARB *) dst); - d[0] = _mesa_float_to_half(src[RCOMP]); -} - - -/* MESA_FORMAT_LA_FLOAT32 */ - -static void -pack_ubyte_LA_FLOAT32(const GLubyte src[4], void *dst) -{ - GLfloat *d = ((GLfloat *) dst); - d[0] = UBYTE_TO_FLOAT(src[RCOMP]); - d[1] = UBYTE_TO_FLOAT(src[ACOMP]); -} - -static void -pack_float_LA_FLOAT32(const GLfloat src[4], void *dst) -{ - GLfloat *d = ((GLfloat *) dst); - d[0] = src[RCOMP]; - d[1] = src[ACOMP]; -} - - -/* MESA_FORMAT_LA_FLOAT16 */ - -static void -pack_ubyte_LA_FLOAT16(const GLubyte src[4], void *dst) -{ - GLhalfARB *d = ((GLhalfARB *) dst); - d[0] = _mesa_float_to_half(UBYTE_TO_FLOAT(src[RCOMP])); - d[1] = _mesa_float_to_half(UBYTE_TO_FLOAT(src[ACOMP])); -} - -static void -pack_float_LA_FLOAT16(const GLfloat src[4], void *dst) -{ - GLhalfARB *d = ((GLhalfARB *) dst); - d[0] = _mesa_float_to_half(src[RCOMP]); - d[1] = _mesa_float_to_half(src[ACOMP]); -} - - -/* MESA_FORMAT_RG_FLOAT32 */ - -static void -pack_ubyte_RG_FLOAT32(const GLubyte src[4], void *dst) -{ - GLfloat *d = ((GLfloat *) dst); - d[0] = UBYTE_TO_FLOAT(src[RCOMP]); - d[1] = UBYTE_TO_FLOAT(src[GCOMP]); -} - -static void -pack_float_RG_FLOAT32(const GLfloat src[4], void *dst) -{ - GLfloat *d = ((GLfloat *) dst); - d[0] = src[RCOMP]; - d[1] = src[GCOMP]; -} - - -/* MESA_FORMAT_RG_FLOAT16 */ - -static void -pack_ubyte_RG_FLOAT16(const GLubyte src[4], void *dst) -{ - GLhalfARB *d = ((GLhalfARB *) dst); - d[0] = _mesa_float_to_half(UBYTE_TO_FLOAT(src[RCOMP])); - d[1] = _mesa_float_to_half(UBYTE_TO_FLOAT(src[GCOMP])); -} - -static void -pack_float_RG_FLOAT16(const GLfloat src[4], void *dst) -{ - GLhalfARB *d = ((GLhalfARB *) dst); - d[0] = _mesa_float_to_half(src[RCOMP]); - d[1] = _mesa_float_to_half(src[GCOMP]); -} - - -/* MESA_FORMAT_RGBA_UNORM16 */ - -static void -pack_ubyte_RGBA_16(const GLubyte src[4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - d[0] = UBYTE_TO_USHORT(src[RCOMP]); - d[1] = UBYTE_TO_USHORT(src[GCOMP]); - d[2] = UBYTE_TO_USHORT(src[BCOMP]); - d[3] = UBYTE_TO_USHORT(src[ACOMP]); -} - -static void -pack_float_RGBA_16(const GLfloat src[4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - UNCLAMPED_FLOAT_TO_USHORT(d[0], src[RCOMP]); - UNCLAMPED_FLOAT_TO_USHORT(d[1], src[GCOMP]); - UNCLAMPED_FLOAT_TO_USHORT(d[2], src[BCOMP]); - UNCLAMPED_FLOAT_TO_USHORT(d[3], src[ACOMP]); -} - - - -/* - * MESA_FORMAT_R_SNORM8 - */ - -static void -pack_float_R_SNORM8(const GLfloat src[4], void *dst) -{ - GLbyte *d = (GLbyte *) dst; - *d = FLOAT_TO_BYTE(CLAMP(src[RCOMP], -1.0f, 1.0f)); -} - - -/* - * MESA_FORMAT_R8G8_SNORM - */ - -static void -pack_float_R8G8_SNORM(const GLfloat src[4], void *dst) -{ - GLushort *d = (GLushort *) dst; - GLbyte r = FLOAT_TO_BYTE(CLAMP(src[RCOMP], -1.0f, 1.0f)); - GLbyte g = FLOAT_TO_BYTE(CLAMP(src[GCOMP], -1.0f, 1.0f)); - *d = (g << 8) | r; -} - - -/* - * MESA_FORMAT_X8B8G8R8_SNORM - */ - -static void -pack_float_X8B8G8R8_SNORM(const GLfloat src[4], void *dst) -{ - GLuint *d = (GLuint *) dst; - GLbyte r = FLOAT_TO_BYTE(CLAMP(src[RCOMP], -1.0f, 1.0f)); - GLbyte g = FLOAT_TO_BYTE(CLAMP(src[GCOMP], -1.0f, 1.0f)); - GLbyte b = FLOAT_TO_BYTE(CLAMP(src[BCOMP], -1.0f, 1.0f)); - GLbyte a = 127; - *d = PACK_COLOR_8888(r, g, b, a); -} - - -/* - * MESA_FORMAT_A8B8G8R8_SNORM - */ - -static void -pack_float_A8B8G8R8_SNORM(const GLfloat src[4], void *dst) -{ - GLuint *d = (GLuint *) dst; - GLbyte r = FLOAT_TO_BYTE(CLAMP(src[RCOMP], -1.0f, 1.0f)); - GLbyte g = FLOAT_TO_BYTE(CLAMP(src[GCOMP], -1.0f, 1.0f)); - GLbyte b = FLOAT_TO_BYTE(CLAMP(src[BCOMP], -1.0f, 1.0f)); - GLbyte a = FLOAT_TO_BYTE(CLAMP(src[ACOMP], -1.0f, 1.0f)); - *d = PACK_COLOR_8888(r, g, b, a); -} - - -/* - * MESA_FORMAT_R8G8B8A8_SNORM - */ - -static void -pack_float_R8G8B8A8_SNORM(const GLfloat src[4], void *dst) -{ - GLuint *d = (GLuint *) dst; - GLbyte r = FLOAT_TO_BYTE(CLAMP(src[RCOMP], -1.0f, 1.0f)); - GLbyte g = FLOAT_TO_BYTE(CLAMP(src[GCOMP], -1.0f, 1.0f)); - GLbyte b = FLOAT_TO_BYTE(CLAMP(src[BCOMP], -1.0f, 1.0f)); - GLbyte a = FLOAT_TO_BYTE(CLAMP(src[ACOMP], -1.0f, 1.0f)); - *d = PACK_COLOR_8888(a, b, g, r); -} - - -/* - * MESA_FORMAT_R_SNORM16 - */ - -static void -pack_float_R_SNORM16(const GLfloat src[4], void *dst) -{ - GLshort *d = (GLshort *) dst; - *d = FLOAT_TO_SHORT(CLAMP(src[RCOMP], -1.0f, 1.0f)); -} - - -/* - * MESA_FORMAT_R16G16_SNORM - */ - -static void -pack_float_R16G16_SNORM(const GLfloat src[4], void *dst) -{ - GLuint *d = (GLuint *) dst; - GLshort r = FLOAT_TO_SHORT(CLAMP(src[RCOMP], -1.0f, 1.0f)); - GLshort g = FLOAT_TO_SHORT(CLAMP(src[GCOMP], -1.0f, 1.0f)); - *d = (g << 16) | (r & 0xffff); -} - - -/* - * MESA_FORMAT_RGB_SNORM16 - */ - -static void -pack_float_RGB_SNORM16(const GLfloat src[4], void *dst) -{ - GLshort *d = (GLshort *) dst; - d[0] = FLOAT_TO_SHORT(CLAMP(src[RCOMP], -1.0f, 1.0f)); - d[1] = FLOAT_TO_SHORT(CLAMP(src[GCOMP], -1.0f, 1.0f)); - d[2] = FLOAT_TO_SHORT(CLAMP(src[BCOMP], -1.0f, 1.0f)); -} - - -/* - * MESA_FORMAT_RGBA_SNORM16 - */ - -static void -pack_float_RGBA_SNORM16(const GLfloat src[4], void *dst) -{ - GLshort *d = (GLshort *) dst; - d[0] = FLOAT_TO_SHORT(CLAMP(src[RCOMP], -1.0f, 1.0f)); - d[1] = FLOAT_TO_SHORT(CLAMP(src[GCOMP], -1.0f, 1.0f)); - d[2] = FLOAT_TO_SHORT(CLAMP(src[BCOMP], -1.0f, 1.0f)); - d[3] = FLOAT_TO_SHORT(CLAMP(src[ACOMP], -1.0f, 1.0f)); -} - - -/* - * MESA_FORMAT_A_SNORM8 - */ - -static void -pack_float_A_SNORM8(const GLfloat src[4], void *dst) -{ - GLbyte *d = (GLbyte *) dst; - *d = FLOAT_TO_BYTE(CLAMP(src[ACOMP], -1.0f, 1.0f)); -} - - -/* - * MESA_FORMAT_L_SNORM8 - */ - -static void -pack_float_L_SNORM8(const GLfloat src[4], void *dst) -{ - GLbyte *d = (GLbyte *) dst; - *d = FLOAT_TO_BYTE(CLAMP(src[RCOMP], -1.0f, 1.0f)); -} - - -/* - * MESA_FORMAT_L8A8_SNORM - */ - -static void -pack_float_L8A8_SNORM(const GLfloat src[4], void *dst) -{ - GLushort *d = (GLushort *) dst; - GLbyte l = FLOAT_TO_BYTE(CLAMP(src[RCOMP], -1.0f, 1.0f)); - GLbyte a = FLOAT_TO_BYTE(CLAMP(src[ACOMP], -1.0f, 1.0f)); - *d = (a << 8) | l; -} - - -/* - * MESA_FORMAT_A8L8_SNORM - */ - -static void -pack_float_A8L8_SNORM(const GLfloat src[4], void *dst) -{ - GLushort *d = (GLushort *) dst; - GLbyte l = FLOAT_TO_BYTE(CLAMP(src[RCOMP], -1.0f, 1.0f)); - GLbyte a = FLOAT_TO_BYTE(CLAMP(src[ACOMP], -1.0f, 1.0f)); - *d = (l << 8) | a; -} - - -/* - * MESA_FORMAT_A_SNORM16 - */ - -static void -pack_float_A_SNORM16(const GLfloat src[4], void *dst) -{ - GLshort *d = (GLshort *) dst; - *d = FLOAT_TO_SHORT(CLAMP(src[ACOMP], -1.0f, 1.0f)); -} - - -/* - * MESA_FORMAT_L_SNORM16 - */ - -static void -pack_float_L_SNORM16(const GLfloat src[4], void *dst) -{ - GLshort *d = (GLshort *) dst; - *d = FLOAT_TO_SHORT(CLAMP(src[RCOMP], -1.0f, 1.0f)); -} - - -/* - * MESA_FORMAT_LA_SNORM16 - */ - -static void -pack_float_LA_SNORM16(const GLfloat src[4], void *dst) -{ - GLuint *d = (GLuint *) dst; - GLshort l = FLOAT_TO_SHORT(CLAMP(src[RCOMP], -1.0f, 1.0f)); - GLshort a = FLOAT_TO_SHORT(CLAMP(src[ACOMP], -1.0f, 1.0f)); - *d = PACK_COLOR_1616(a, l); -} - - -/* - * MESA_FORMAT_R9G9B9E5_FLOAT; - */ - -static void -pack_float_R9G9B9E5_FLOAT(const GLfloat src[4], void *dst) -{ - GLuint *d = (GLuint *) dst; - *d = float3_to_rgb9e5(src); -} - -static void -pack_ubyte_R9G9B9E5_FLOAT(const GLubyte src[4], void *dst) -{ - GLuint *d = (GLuint *) dst; - GLfloat rgb[3]; - rgb[0] = UBYTE_TO_FLOAT(src[RCOMP]); - rgb[1] = UBYTE_TO_FLOAT(src[GCOMP]); - rgb[2] = UBYTE_TO_FLOAT(src[BCOMP]); - *d = float3_to_rgb9e5(rgb); -} - - - -/* - * MESA_FORMAT_R11G11B10_FLOAT; - */ - -static void -pack_ubyte_R11G11B10_FLOAT(const GLubyte src[4], void *dst) -{ - GLuint *d = (GLuint *) dst; - GLfloat rgb[3]; - rgb[0] = UBYTE_TO_FLOAT(src[RCOMP]); - rgb[1] = UBYTE_TO_FLOAT(src[GCOMP]); - rgb[2] = UBYTE_TO_FLOAT(src[BCOMP]); - *d = float3_to_r11g11b10f(rgb); -} - -static void -pack_float_R11G11B10_FLOAT(const GLfloat src[4], void *dst) -{ - GLuint *d = (GLuint *) dst; - *d = float3_to_r11g11b10f(src); -} - - -/* - * MESA_FORMAT_B4G4R4X4_UNORM - */ - -static void -pack_ubyte_XRGB4444_UNORM(const GLubyte src[4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - *d = PACK_COLOR_4444(255, src[RCOMP], src[GCOMP], src[BCOMP]); -} - -static void -pack_float_XRGB4444_UNORM(const GLfloat src[4], void *dst) -{ - GLubyte v[4]; - _mesa_unclamped_float_rgba_to_ubyte(v, src); - pack_ubyte_XRGB4444_UNORM(v, dst); -} - - -/* - * MESA_FORMAT_B5G5R5X1_UNORM - */ - -static void -pack_ubyte_XRGB1555_UNORM(const GLubyte src[4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - *d = PACK_COLOR_1555(255, src[RCOMP], src[GCOMP], src[BCOMP]); -} - -static void -pack_float_XRGB1555_UNORM(const GLfloat src[4], void *dst) -{ - GLubyte v[4]; - _mesa_unclamped_float_rgba_to_ubyte(v, src); - pack_ubyte_XRGB1555_UNORM(v, dst); -} - - -/* - * MESA_FORMAT_R8G8B8X8_SNORM - */ - -static void -pack_float_XBGR8888_SNORM(const GLfloat src[4], void *dst) -{ - GLuint *d = (GLuint *) dst; - GLbyte r = FLOAT_TO_BYTE(CLAMP(src[RCOMP], -1.0f, 1.0f)); - GLbyte g = FLOAT_TO_BYTE(CLAMP(src[GCOMP], -1.0f, 1.0f)); - GLbyte b = FLOAT_TO_BYTE(CLAMP(src[BCOMP], -1.0f, 1.0f)); - *d = PACK_COLOR_8888(127, b, g, r); -} - - -/* - * MESA_FORMAT_R8G8B8X8_SRGB - */ - -static void -pack_float_R8G8B8X8_SRGB(const GLfloat src[4], void *dst) -{ - GLuint *d = (GLuint *) dst; - GLubyte r = util_format_linear_float_to_srgb_8unorm(src[RCOMP]); - GLubyte g = util_format_linear_float_to_srgb_8unorm(src[GCOMP]); - GLubyte b = util_format_linear_float_to_srgb_8unorm(src[BCOMP]); - *d = PACK_COLOR_8888(255, b, g, r); -} - - -/* - * MESA_FORMAT_X8B8G8R8_SRGB - */ - -static void -pack_float_X8B8G8R8_SRGB(const GLfloat src[4], void *dst) -{ - GLuint *d = (GLuint *) dst; - GLubyte r = util_format_linear_float_to_srgb_8unorm(src[RCOMP]); - GLubyte g = util_format_linear_float_to_srgb_8unorm(src[GCOMP]); - GLubyte b = util_format_linear_float_to_srgb_8unorm(src[BCOMP]); - *d = PACK_COLOR_8888(r, g, b, 255); -} - - -/* MESA_FORMAT_B10G10R10X2_UNORM */ - -static void -pack_ubyte_B10G10R10X2_UNORM(const GLubyte src[4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLushort r = UBYTE_TO_USHORT(src[RCOMP]); - GLushort g = UBYTE_TO_USHORT(src[GCOMP]); - GLushort b = UBYTE_TO_USHORT(src[BCOMP]); - *d = PACK_COLOR_2101010_US(3, r, g, b); -} - -static void -pack_float_B10G10R10X2_UNORM(const GLfloat src[4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLushort r, g, b; - UNCLAMPED_FLOAT_TO_USHORT(r, src[RCOMP]); - UNCLAMPED_FLOAT_TO_USHORT(g, src[GCOMP]); - UNCLAMPED_FLOAT_TO_USHORT(b, src[BCOMP]); - *d = PACK_COLOR_2101010_US(3, r, g, b); -} - - -/* MESA_FORMAT_RGBX_UNORM16 */ - -static void -pack_ubyte_RGBX_UNORM16(const GLubyte src[4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - d[0] = UBYTE_TO_USHORT(src[RCOMP]); - d[1] = UBYTE_TO_USHORT(src[GCOMP]); - d[2] = UBYTE_TO_USHORT(src[BCOMP]); - d[3] = 65535; -} - -static void -pack_float_RGBX_UNORM16(const GLfloat src[4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - UNCLAMPED_FLOAT_TO_USHORT(d[0], src[RCOMP]); - UNCLAMPED_FLOAT_TO_USHORT(d[1], src[GCOMP]); - UNCLAMPED_FLOAT_TO_USHORT(d[2], src[BCOMP]); - d[3] = 65535; -} - - -/* MESA_FORMAT_RGBX_SNORM16 */ - -static void -pack_float_RGBX_SNORM16(const GLfloat src[4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - UNCLAMPED_FLOAT_TO_SHORT(d[0], src[RCOMP]); - UNCLAMPED_FLOAT_TO_SHORT(d[1], src[GCOMP]); - UNCLAMPED_FLOAT_TO_SHORT(d[2], src[BCOMP]); - d[3] = 32767; -} - - -/* MESA_FORMAT_RGBX_FLOAT16 */ - -static void -pack_float_XBGR16161616_FLOAT(const GLfloat src[4], void *dst) -{ - GLushort *d = ((GLushort *) dst); - d[0] = _mesa_float_to_half(src[RCOMP]); - d[1] = _mesa_float_to_half(src[GCOMP]); - d[2] = _mesa_float_to_half(src[BCOMP]); - d[3] = _mesa_float_to_half(1.0); -} - -/* MESA_FORMAT_RGBX_FLOAT32 */ - -static void -pack_float_RGBX_FLOAT32(const GLfloat src[4], void *dst) -{ - GLfloat *d = ((GLfloat *) dst); - d[0] = src[RCOMP]; - d[1] = src[GCOMP]; - d[2] = src[BCOMP]; - d[3] = 1.0; -} - -/* MESA_FORMAT_R10G10B10A2_UNORM */ - -static void -pack_ubyte_R10G10B10A2_UNORM(const GLubyte src[4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLushort r = UBYTE_TO_USHORT(src[RCOMP]); - GLushort g = UBYTE_TO_USHORT(src[GCOMP]); - GLushort b = UBYTE_TO_USHORT(src[BCOMP]); - GLushort a = UBYTE_TO_USHORT(src[ACOMP]); - *d = PACK_COLOR_2101010_US(a, b, g, r); -} - -static void -pack_float_R10G10B10A2_UNORM(const GLfloat src[4], void *dst) -{ - GLuint *d = ((GLuint *) dst); - GLushort r, g, b, a; - UNCLAMPED_FLOAT_TO_USHORT(r, src[RCOMP]); - UNCLAMPED_FLOAT_TO_USHORT(g, src[GCOMP]); - UNCLAMPED_FLOAT_TO_USHORT(b, src[BCOMP]); - UNCLAMPED_FLOAT_TO_USHORT(a, src[ACOMP]); - *d = PACK_COLOR_2101010_US(a, b, g, r); -} - -/* - * MESA_FORMAT_G8R8_SNORM - */ - -static void -pack_float_G8R8_SNORM(const GLfloat src[4], void *dst) -{ - GLushort *d = (GLushort *) dst; - GLbyte r = FLOAT_TO_BYTE(CLAMP(src[RCOMP], -1.0f, 1.0f)); - GLbyte g = FLOAT_TO_BYTE(CLAMP(src[GCOMP], -1.0f, 1.0f)); - *d = (r << 8) | (g & 0xff); -} - -/* - * MESA_FORMAT_G16R16_SNORM - */ - -static void -pack_float_G16R16_SNORM(const GLfloat src[4], void *dst) -{ - GLuint *d = (GLuint *) dst; - GLshort r = FLOAT_TO_SHORT(CLAMP(src[RCOMP], -1.0f, 1.0f)); - GLshort g = FLOAT_TO_SHORT(CLAMP(src[GCOMP], -1.0f, 1.0f)); - *d = (r << 16) | (g & 0xffff); -} - -/* - * MESA_FORMAT_B8G8R8X8_SRGB - */ - -static void -pack_float_B8G8R8X8_SRGB(const GLfloat src[4], void *dst) -{ - GLuint *d = (GLuint *) dst; - GLubyte r = util_format_linear_float_to_srgb_8unorm(src[RCOMP]); - GLubyte g = util_format_linear_float_to_srgb_8unorm(src[GCOMP]); - GLubyte b = util_format_linear_float_to_srgb_8unorm(src[BCOMP]); - *d = PACK_COLOR_8888(127, r, g, b); -} - -/* - * MESA_FORMAT_X8R8G8B8_SRGB - */ - -static void -pack_float_X8R8G8B8_SRGB(const GLfloat src[4], void *dst) -{ - GLuint *d = (GLuint *) dst; - GLubyte r = util_format_linear_float_to_srgb_8unorm(src[RCOMP]); - GLubyte g = util_format_linear_float_to_srgb_8unorm(src[GCOMP]); - GLubyte b = util_format_linear_float_to_srgb_8unorm(src[BCOMP]); - *d = PACK_COLOR_8888(b, g, r, 255); -} - -/** - * Return a function that can pack a GLubyte rgba[4] color. - */ -gl_pack_ubyte_rgba_func -_mesa_get_pack_ubyte_rgba_function(mesa_format format) -{ - static gl_pack_ubyte_rgba_func table[MESA_FORMAT_COUNT]; - static GLboolean initialized = GL_FALSE; - - if (!initialized) { - memset(table, 0, sizeof(table)); - - table[MESA_FORMAT_NONE] = NULL; - - table[MESA_FORMAT_A8B8G8R8_UNORM] = pack_ubyte_A8B8G8R8_UNORM; - table[MESA_FORMAT_R8G8B8A8_UNORM] = pack_ubyte_R8G8B8A8_UNORM; - table[MESA_FORMAT_B8G8R8A8_UNORM] = pack_ubyte_B8G8R8A8_UNORM; - table[MESA_FORMAT_A8R8G8B8_UNORM] = pack_ubyte_A8R8G8B8_UNORM; - table[MESA_FORMAT_X8B8G8R8_UNORM] = pack_ubyte_A8B8G8R8_UNORM; /* reused */ - table[MESA_FORMAT_R8G8B8X8_UNORM] = pack_ubyte_R8G8B8A8_UNORM; /* reused */ - table[MESA_FORMAT_B8G8R8X8_UNORM] = pack_ubyte_B8G8R8X8_UNORM; - table[MESA_FORMAT_X8R8G8B8_UNORM] = pack_ubyte_X8R8G8B8_UNORM; - table[MESA_FORMAT_BGR_UNORM8] = pack_ubyte_BGR_UNORM8; - table[MESA_FORMAT_RGB_UNORM8] = pack_ubyte_RGB_UNORM8; - table[MESA_FORMAT_B5G6R5_UNORM] = pack_ubyte_B5G6R5_UNORM; - table[MESA_FORMAT_R5G6B5_UNORM] = pack_ubyte_R5G6B5_UNORM; - table[MESA_FORMAT_B4G4R4A4_UNORM] = pack_ubyte_B4G4R4A4_UNORM; - table[MESA_FORMAT_A4R4G4B4_UNORM] = pack_ubyte_A4R4G4B4_UNORM; - table[MESA_FORMAT_A1B5G5R5_UNORM] = pack_ubyte_A1B5G5R5_UNORM; - table[MESA_FORMAT_B5G5R5A1_UNORM] = pack_ubyte_B5G5R5A1_UNORM; - table[MESA_FORMAT_A1R5G5B5_UNORM] = pack_ubyte_A1R5G5B5_UNORM; - table[MESA_FORMAT_L4A4_UNORM] = pack_ubyte_L4A4_UNORM; - table[MESA_FORMAT_L8A8_UNORM] = pack_ubyte_L8A8_UNORM; - table[MESA_FORMAT_A8L8_UNORM] = pack_ubyte_A8L8_UNORM; - table[MESA_FORMAT_L16A16_UNORM] = pack_ubyte_L16A16_UNORM; - table[MESA_FORMAT_A16L16_UNORM] = pack_ubyte_A16L16_UNORM; - table[MESA_FORMAT_B2G3R3_UNORM] = pack_ubyte_B2G3R3_UNORM; - table[MESA_FORMAT_A_UNORM8] = pack_ubyte_A_UNORM8; - table[MESA_FORMAT_A_UNORM16] = pack_ubyte_A_UNORM16; - table[MESA_FORMAT_L_UNORM8] = pack_ubyte_L_UNORM8; - table[MESA_FORMAT_L_UNORM16] = pack_ubyte_L_UNORM16; - table[MESA_FORMAT_I_UNORM8] = pack_ubyte_L_UNORM8; /* reuse pack_ubyte_L_UNORM8 */ - table[MESA_FORMAT_I_UNORM16] = pack_ubyte_L_UNORM16; /* reuse pack_ubyte_L_UNORM16 */ - table[MESA_FORMAT_YCBCR] = pack_ubyte_YCBCR; - table[MESA_FORMAT_YCBCR_REV] = pack_ubyte_YCBCR_REV; - table[MESA_FORMAT_R_UNORM8] = pack_ubyte_R_UNORM8; - table[MESA_FORMAT_R8G8_UNORM] = pack_ubyte_R8G8_UNORM; - table[MESA_FORMAT_G8R8_UNORM] = pack_ubyte_G8R8_UNORM; - table[MESA_FORMAT_R_UNORM16] = pack_ubyte_R_UNORM16; - table[MESA_FORMAT_R16G16_UNORM] = pack_ubyte_R16G16_UNORM; - table[MESA_FORMAT_G16R16_UNORM] = pack_ubyte_G16R16_UNORM; - table[MESA_FORMAT_B10G10R10A2_UNORM] = pack_ubyte_B10G10R10A2_UNORM; - table[MESA_FORMAT_R10G10B10A2_UINT] = pack_ubyte_R10G10B10A2_UINT; - - /* should never convert RGBA to these formats */ - table[MESA_FORMAT_S8_UINT_Z24_UNORM] = NULL; - table[MESA_FORMAT_Z24_UNORM_S8_UINT] = NULL; - table[MESA_FORMAT_Z_UNORM16] = NULL; - table[MESA_FORMAT_Z24_UNORM_X8_UINT] = NULL; - table[MESA_FORMAT_X8_UINT_Z24_UNORM] = NULL; - table[MESA_FORMAT_Z_UNORM32] = NULL; - table[MESA_FORMAT_S_UINT8] = NULL; - - /* sRGB */ - table[MESA_FORMAT_BGR_SRGB8] = pack_ubyte_BGR_SRGB8; - table[MESA_FORMAT_A8B8G8R8_SRGB] = pack_ubyte_A8B8G8R8_SRGB; - table[MESA_FORMAT_B8G8R8A8_SRGB] = pack_ubyte_B8G8R8A8_SRGB; - table[MESA_FORMAT_A8R8G8B8_SRGB] = pack_ubyte_A8R8G8B8_SRGB; - table[MESA_FORMAT_R8G8B8A8_SRGB] = pack_ubyte_R8G8B8A8_SRGB; - table[MESA_FORMAT_L_SRGB8] = pack_ubyte_L_SRGB8; - table[MESA_FORMAT_L8A8_SRGB] = pack_ubyte_L8A8_SRGB; - table[MESA_FORMAT_A8L8_SRGB] = pack_ubyte_A8L8_SRGB; - /* n/a */ - table[MESA_FORMAT_SRGB_DXT1] = NULL; /* pack_ubyte_SRGB_DXT1; */ - table[MESA_FORMAT_SRGBA_DXT1] = NULL; /* pack_ubyte_SRGBA_DXT1; */ - table[MESA_FORMAT_SRGBA_DXT3] = NULL; /* pack_ubyte_SRGBA_DXT3; */ - table[MESA_FORMAT_SRGBA_DXT5] = NULL; /* pack_ubyte_SRGBA_DXT5; */ - - table[MESA_FORMAT_RGB_FXT1] = NULL; /* pack_ubyte_RGB_FXT1; */ - table[MESA_FORMAT_RGBA_FXT1] = NULL; /* pack_ubyte_RGBA_FXT1; */ - table[MESA_FORMAT_RGB_DXT1] = NULL; /* pack_ubyte_RGB_DXT1; */ - table[MESA_FORMAT_RGBA_DXT1] = NULL; /* pack_ubyte_RGBA_DXT1; */ - table[MESA_FORMAT_RGBA_DXT3] = NULL; /* pack_ubyte_RGBA_DXT3; */ - table[MESA_FORMAT_RGBA_DXT5] = NULL; /* pack_ubyte_RGBA_DXT5; */ - - table[MESA_FORMAT_RGBA_FLOAT32] = pack_ubyte_RGBA_FLOAT32; - table[MESA_FORMAT_RGBA_FLOAT16] = pack_ubyte_RGBA_FLOAT16; - table[MESA_FORMAT_RGB_FLOAT32] = pack_ubyte_RGB_FLOAT32; - table[MESA_FORMAT_RGB_FLOAT16] = pack_ubyte_RGB_FLOAT16; - table[MESA_FORMAT_A_FLOAT32] = pack_ubyte_A_FLOAT32; - table[MESA_FORMAT_A_FLOAT16] = pack_ubyte_A_FLOAT16; - table[MESA_FORMAT_L_FLOAT32] = pack_ubyte_L_FLOAT32; - table[MESA_FORMAT_L_FLOAT16] = pack_ubyte_L_FLOAT16; - table[MESA_FORMAT_LA_FLOAT32] = pack_ubyte_LA_FLOAT32; - table[MESA_FORMAT_LA_FLOAT16] = pack_ubyte_LA_FLOAT16; - table[MESA_FORMAT_I_FLOAT32] = pack_ubyte_L_FLOAT32; - table[MESA_FORMAT_I_FLOAT16] = pack_ubyte_L_FLOAT16; - table[MESA_FORMAT_R_FLOAT32] = pack_ubyte_L_FLOAT32; - table[MESA_FORMAT_R_FLOAT16] = pack_ubyte_L_FLOAT16; - table[MESA_FORMAT_RG_FLOAT32] = pack_ubyte_RG_FLOAT32; - table[MESA_FORMAT_RG_FLOAT16] = pack_ubyte_RG_FLOAT16; - - /* n/a */ - table[MESA_FORMAT_RGBA_SINT8] = NULL; /* pack_ubyte_RGBA_INT8 */ - table[MESA_FORMAT_RGBA_SINT16] = NULL; /* pack_ubyte_RGBA_INT16 */ - table[MESA_FORMAT_RGBA_SINT32] = NULL; /* pack_ubyte_RGBA_INT32 */ - table[MESA_FORMAT_RGBA_UINT8] = NULL; /* pack_ubyte_RGBA_UINT8 */ - table[MESA_FORMAT_RGBA_UINT16] = NULL; /* pack_ubyte_RGBA_UINT16 */ - table[MESA_FORMAT_RGBA_UINT32] = NULL; /* pack_ubyte_RGBA_UINT32 */ - - table[MESA_FORMAT_RGBA_UNORM16] = pack_ubyte_RGBA_16; - - /* n/a */ - table[MESA_FORMAT_R_SNORM8] = NULL; - table[MESA_FORMAT_R8G8_SNORM] = NULL; - table[MESA_FORMAT_X8B8G8R8_SNORM] = NULL; - table[MESA_FORMAT_A8B8G8R8_SNORM] = NULL; - table[MESA_FORMAT_R8G8B8A8_SNORM] = NULL; - table[MESA_FORMAT_R_SNORM16] = NULL; - table[MESA_FORMAT_R16G16_SNORM] = NULL; - table[MESA_FORMAT_RGB_SNORM16] = NULL; - table[MESA_FORMAT_RGBA_SNORM16] = NULL; - table[MESA_FORMAT_A_SNORM8] = NULL; - table[MESA_FORMAT_L_SNORM8] = NULL; - table[MESA_FORMAT_L8A8_SNORM] = NULL; - table[MESA_FORMAT_A8L8_SNORM] = NULL; - table[MESA_FORMAT_I_SNORM8] = NULL; - table[MESA_FORMAT_A_SNORM16] = NULL; - table[MESA_FORMAT_L_SNORM16] = NULL; - table[MESA_FORMAT_LA_SNORM16] = NULL; - table[MESA_FORMAT_I_SNORM16] = NULL; - - - table[MESA_FORMAT_RGBA_UNORM16] = pack_ubyte_RGBA_16; - - table[MESA_FORMAT_R9G9B9E5_FLOAT] = pack_ubyte_R9G9B9E5_FLOAT; - table[MESA_FORMAT_R11G11B10_FLOAT] = pack_ubyte_R11G11B10_FLOAT; - - table[MESA_FORMAT_B4G4R4X4_UNORM] = pack_ubyte_XRGB4444_UNORM; - table[MESA_FORMAT_B5G5R5X1_UNORM] = pack_ubyte_XRGB1555_UNORM; - table[MESA_FORMAT_R8G8B8X8_SNORM] = NULL; - table[MESA_FORMAT_R8G8B8X8_SRGB] = NULL; - table[MESA_FORMAT_X8B8G8R8_SRGB] = NULL; - table[MESA_FORMAT_RGBX_UINT8] = NULL; - table[MESA_FORMAT_RGBX_SINT8] = NULL; - table[MESA_FORMAT_B10G10R10X2_UNORM] = pack_ubyte_B10G10R10X2_UNORM; - table[MESA_FORMAT_RGBX_UNORM16] = pack_ubyte_RGBX_UNORM16; - table[MESA_FORMAT_RGBX_SNORM16] = NULL; - table[MESA_FORMAT_RGBX_FLOAT16] = NULL; - table[MESA_FORMAT_RGBX_UINT16] = NULL; - table[MESA_FORMAT_RGBX_SINT16] = NULL; - table[MESA_FORMAT_RGBX_FLOAT32] = NULL; - table[MESA_FORMAT_RGBX_UINT32] = NULL; - table[MESA_FORMAT_RGBX_SINT32] = NULL; - - table[MESA_FORMAT_R10G10B10A2_UNORM] = pack_ubyte_R10G10B10A2_UNORM; - - table[MESA_FORMAT_B8G8R8X8_SRGB] = NULL; - table[MESA_FORMAT_X8R8G8B8_SRGB] = NULL; - - initialized = GL_TRUE; - } - - return table[format]; -} - - - -/** - * Return a function that can pack a GLfloat rgba[4] color. - */ -gl_pack_float_rgba_func -_mesa_get_pack_float_rgba_function(mesa_format format) -{ - static gl_pack_float_rgba_func table[MESA_FORMAT_COUNT]; - static GLboolean initialized = GL_FALSE; - - if (!initialized) { - memset(table, 0, sizeof(table)); - - table[MESA_FORMAT_NONE] = NULL; - - table[MESA_FORMAT_A8B8G8R8_UNORM] = pack_float_A8B8G8R8_UNORM; - table[MESA_FORMAT_R8G8B8A8_UNORM] = pack_float_R8G8B8A8_UNORM; - table[MESA_FORMAT_B8G8R8A8_UNORM] = pack_float_B8G8R8A8_UNORM; - table[MESA_FORMAT_A8R8G8B8_UNORM] = pack_float_A8R8G8B8_UNORM; - table[MESA_FORMAT_X8B8G8R8_UNORM] = pack_float_A8B8G8R8_UNORM; /* reused */ - table[MESA_FORMAT_R8G8B8X8_UNORM] = pack_float_R8G8B8A8_UNORM; /* reused */ - table[MESA_FORMAT_B8G8R8X8_UNORM] = pack_float_B8G8R8X8_UNORM; - table[MESA_FORMAT_X8R8G8B8_UNORM] = pack_float_X8R8G8B8_UNORM; - table[MESA_FORMAT_BGR_UNORM8] = pack_float_BGR_UNORM8; - table[MESA_FORMAT_RGB_UNORM8] = pack_float_RGB_UNORM8; - table[MESA_FORMAT_B5G6R5_UNORM] = pack_float_B5G6R5_UNORM; - table[MESA_FORMAT_R5G6B5_UNORM] = pack_float_R5G6B5_UNORM; - table[MESA_FORMAT_B4G4R4A4_UNORM] = pack_float_B4G4R4A4_UNORM; - table[MESA_FORMAT_A4R4G4B4_UNORM] = pack_float_A4R4G4B4_UNORM; - table[MESA_FORMAT_A1B5G5R5_UNORM] = pack_float_A1B5G5R5_UNORM; - table[MESA_FORMAT_B5G5R5A1_UNORM] = pack_float_B5G5R5A1_UNORM; - table[MESA_FORMAT_A1R5G5B5_UNORM] = pack_float_A1R5G5B5_UNORM; - - table[MESA_FORMAT_L4A4_UNORM] = pack_float_L4A4_UNORM; - table[MESA_FORMAT_L8A8_UNORM] = pack_float_L8A8_UNORM; - table[MESA_FORMAT_A8L8_UNORM] = pack_float_A8L8_UNORM; - table[MESA_FORMAT_L16A16_UNORM] = pack_float_L16A16_UNORM; - table[MESA_FORMAT_A16L16_UNORM] = pack_float_A16L16_UNORM; - table[MESA_FORMAT_B2G3R3_UNORM] = pack_float_B2G3R3_UNORM; - table[MESA_FORMAT_A_UNORM8] = pack_float_A_UNORM8; - table[MESA_FORMAT_A_UNORM16] = pack_float_A_UNORM16; - table[MESA_FORMAT_L_UNORM8] = pack_float_L_UNORM8; - table[MESA_FORMAT_L_UNORM16] = pack_float_L_UNORM16; - table[MESA_FORMAT_I_UNORM8] = pack_float_L_UNORM8; /* reuse pack_float_L_UNORM8 */ - table[MESA_FORMAT_I_UNORM16] = pack_float_L_UNORM16; /* reuse pack_float_L_UNORM16 */ - table[MESA_FORMAT_YCBCR] = pack_float_YCBCR; - table[MESA_FORMAT_YCBCR_REV] = pack_float_YCBCR_REV; - table[MESA_FORMAT_R_UNORM8] = pack_float_R_UNORM8; - table[MESA_FORMAT_R8G8_UNORM] = pack_float_R8G8_UNORM; - table[MESA_FORMAT_G8R8_UNORM] = pack_float_G8R8_UNORM; - table[MESA_FORMAT_R_UNORM16] = pack_float_R_UNORM16; - table[MESA_FORMAT_R16G16_UNORM] = pack_float_R16G16_UNORM; - table[MESA_FORMAT_G16R16_UNORM] = pack_float_G16R16_UNORM; - table[MESA_FORMAT_B10G10R10A2_UNORM] = pack_float_B10G10R10A2_UNORM; - table[MESA_FORMAT_R10G10B10A2_UINT] = pack_float_R10G10B10A2_UINT; - - /* should never convert RGBA to these formats */ - table[MESA_FORMAT_S8_UINT_Z24_UNORM] = NULL; - table[MESA_FORMAT_Z24_UNORM_S8_UINT] = NULL; - table[MESA_FORMAT_Z_UNORM16] = NULL; - table[MESA_FORMAT_Z24_UNORM_X8_UINT] = NULL; - table[MESA_FORMAT_X8_UINT_Z24_UNORM] = NULL; - table[MESA_FORMAT_Z_UNORM32] = NULL; - table[MESA_FORMAT_S_UINT8] = NULL; - - table[MESA_FORMAT_BGR_SRGB8] = pack_float_BGR_SRGB8; - table[MESA_FORMAT_A8B8G8R8_SRGB] = pack_float_A8B8G8R8_SRGB; - table[MESA_FORMAT_B8G8R8A8_SRGB] = pack_float_B8G8R8A8_SRGB; - table[MESA_FORMAT_A8R8G8B8_SRGB] = pack_float_A8R8G8B8_SRGB; - table[MESA_FORMAT_R8G8B8A8_SRGB] = pack_float_R8G8B8A8_SRGB; - table[MESA_FORMAT_L_SRGB8] = pack_float_L_SRGB8; - table[MESA_FORMAT_L8A8_SRGB] = pack_float_L8A8_SRGB; - table[MESA_FORMAT_A8L8_SRGB] = pack_float_A8L8_SRGB; - - /* n/a */ - table[MESA_FORMAT_SRGB_DXT1] = NULL; - table[MESA_FORMAT_SRGBA_DXT1] = NULL; - table[MESA_FORMAT_SRGBA_DXT3] = NULL; - table[MESA_FORMAT_SRGBA_DXT5] = NULL; - - table[MESA_FORMAT_RGB_FXT1] = NULL; - table[MESA_FORMAT_RGBA_FXT1] = NULL; - table[MESA_FORMAT_RGB_DXT1] = NULL; - table[MESA_FORMAT_RGBA_DXT1] = NULL; - table[MESA_FORMAT_RGBA_DXT3] = NULL; - table[MESA_FORMAT_RGBA_DXT5] = NULL; - - table[MESA_FORMAT_RGBA_FLOAT32] = pack_float_RGBA_FLOAT32; - table[MESA_FORMAT_RGBA_FLOAT16] = pack_float_RGBA_FLOAT16; - table[MESA_FORMAT_RGB_FLOAT32] = pack_float_RGB_FLOAT32; - table[MESA_FORMAT_RGB_FLOAT16] = pack_float_RGB_FLOAT16; - table[MESA_FORMAT_A_FLOAT32] = pack_float_A_FLOAT32; - table[MESA_FORMAT_A_FLOAT16] = pack_float_A_FLOAT16; - table[MESA_FORMAT_L_FLOAT32] = pack_float_L_FLOAT32; - table[MESA_FORMAT_L_FLOAT16] = pack_float_L_FLOAT16; - table[MESA_FORMAT_LA_FLOAT32] = pack_float_LA_FLOAT32; - table[MESA_FORMAT_LA_FLOAT16] = pack_float_LA_FLOAT16; - - table[MESA_FORMAT_I_FLOAT32] = pack_float_L_FLOAT32; - table[MESA_FORMAT_I_FLOAT16] = pack_float_L_FLOAT16; - table[MESA_FORMAT_R_FLOAT32] = pack_float_L_FLOAT32; - table[MESA_FORMAT_R_FLOAT16] = pack_float_L_FLOAT16; - table[MESA_FORMAT_RG_FLOAT32] = pack_float_RG_FLOAT32; - table[MESA_FORMAT_RG_FLOAT16] = pack_float_RG_FLOAT16; - - /* n/a */ - table[MESA_FORMAT_RGBA_SINT8] = NULL; - table[MESA_FORMAT_RGBA_SINT16] = NULL; - table[MESA_FORMAT_RGBA_SINT32] = NULL; - table[MESA_FORMAT_RGBA_UINT8] = NULL; - table[MESA_FORMAT_RGBA_UINT16] = NULL; - table[MESA_FORMAT_RGBA_UINT32] = NULL; - - table[MESA_FORMAT_RGBA_UNORM16] = pack_float_RGBA_16; - - table[MESA_FORMAT_R_SNORM8] = pack_float_R_SNORM8; - table[MESA_FORMAT_R8G8_SNORM] = pack_float_R8G8_SNORM; - table[MESA_FORMAT_X8B8G8R8_SNORM] = pack_float_X8B8G8R8_SNORM; - table[MESA_FORMAT_A8B8G8R8_SNORM] = pack_float_A8B8G8R8_SNORM; - table[MESA_FORMAT_R8G8B8A8_SNORM] = pack_float_R8G8B8A8_SNORM; - table[MESA_FORMAT_R_SNORM16] = pack_float_R_SNORM16; - table[MESA_FORMAT_R16G16_SNORM] = pack_float_R16G16_SNORM; - table[MESA_FORMAT_RGB_SNORM16] = pack_float_RGB_SNORM16; - table[MESA_FORMAT_RGBA_SNORM16] = pack_float_RGBA_SNORM16; - table[MESA_FORMAT_A_SNORM8] = pack_float_A_SNORM8; - table[MESA_FORMAT_L_SNORM8] = pack_float_L_SNORM8; - table[MESA_FORMAT_L8A8_SNORM] = pack_float_L8A8_SNORM; - table[MESA_FORMAT_A8L8_SNORM] = pack_float_A8L8_SNORM; - table[MESA_FORMAT_I_SNORM8] = pack_float_L_SNORM8; /* reused */ - table[MESA_FORMAT_A_SNORM16] = pack_float_A_SNORM16; - table[MESA_FORMAT_L_SNORM16] = pack_float_L_SNORM16; - table[MESA_FORMAT_LA_SNORM16] = pack_float_LA_SNORM16; - table[MESA_FORMAT_I_SNORM16] = pack_float_L_SNORM16; /* reused */ - - table[MESA_FORMAT_R9G9B9E5_FLOAT] = pack_float_R9G9B9E5_FLOAT; - table[MESA_FORMAT_R11G11B10_FLOAT] = pack_float_R11G11B10_FLOAT; - - table[MESA_FORMAT_B4G4R4X4_UNORM] = pack_float_XRGB4444_UNORM; - table[MESA_FORMAT_B5G5R5X1_UNORM] = pack_float_XRGB1555_UNORM; - table[MESA_FORMAT_R8G8B8X8_SNORM] = pack_float_XBGR8888_SNORM; - table[MESA_FORMAT_R8G8B8X8_SRGB] = pack_float_R8G8B8X8_SRGB; - table[MESA_FORMAT_X8B8G8R8_SRGB] = pack_float_X8B8G8R8_SRGB; - table[MESA_FORMAT_RGBX_UINT8] = NULL; - table[MESA_FORMAT_RGBX_SINT8] = NULL; - table[MESA_FORMAT_B10G10R10X2_UNORM] = pack_float_B10G10R10X2_UNORM; - table[MESA_FORMAT_RGBX_UNORM16] = pack_float_RGBX_UNORM16; - table[MESA_FORMAT_RGBX_SNORM16] = pack_float_RGBX_SNORM16; - table[MESA_FORMAT_RGBX_FLOAT16] = pack_float_XBGR16161616_FLOAT; - table[MESA_FORMAT_RGBX_UINT16] = NULL; - table[MESA_FORMAT_RGBX_SINT16] = NULL; - table[MESA_FORMAT_RGBX_FLOAT32] = pack_float_RGBX_FLOAT32; - table[MESA_FORMAT_RGBX_UINT32] = NULL; - table[MESA_FORMAT_RGBX_SINT32] = NULL; - - table[MESA_FORMAT_R10G10B10A2_UNORM] = pack_float_R10G10B10A2_UNORM; - - table[MESA_FORMAT_G8R8_SNORM] = pack_float_G8R8_SNORM; - table[MESA_FORMAT_G16R16_SNORM] = pack_float_G16R16_SNORM; - - table[MESA_FORMAT_B8G8R8X8_SRGB] = pack_float_B8G8R8X8_SRGB; - table[MESA_FORMAT_X8R8G8B8_SRGB] = pack_float_X8R8G8B8_SRGB; - - initialized = GL_TRUE; - } - - return table[format]; -} - - - -static pack_float_rgba_row_func -get_pack_float_rgba_row_function(mesa_format format) -{ - static pack_float_rgba_row_func table[MESA_FORMAT_COUNT]; - static GLboolean initialized = GL_FALSE; - - if (!initialized) { - /* We don't need a special row packing function for each format. - * There's a generic fallback which uses a per-pixel packing function. - */ - memset(table, 0, sizeof(table)); - - table[MESA_FORMAT_A8B8G8R8_UNORM] = pack_row_float_A8B8G8R8_UNORM; - table[MESA_FORMAT_R8G8B8A8_UNORM] = pack_row_float_R8G8B8A8_UNORM; - table[MESA_FORMAT_B8G8R8A8_UNORM] = pack_row_float_B8G8R8A8_UNORM; - table[MESA_FORMAT_A8R8G8B8_UNORM] = pack_row_float_A8R8G8B8_UNORM; - table[MESA_FORMAT_X8B8G8R8_UNORM] = pack_row_float_A8B8G8R8_UNORM; /* reused */ - table[MESA_FORMAT_R8G8B8X8_UNORM] = pack_row_float_R8G8B8A8_UNORM; /* reused */ - table[MESA_FORMAT_B8G8R8X8_UNORM] = pack_row_float_B8G8R8X8_UNORM; - table[MESA_FORMAT_X8R8G8B8_UNORM] = pack_row_float_X8R8G8B8_UNORM; - table[MESA_FORMAT_BGR_UNORM8] = pack_row_float_BGR_UNORM8; - table[MESA_FORMAT_RGB_UNORM8] = pack_row_float_RGB_UNORM8; - table[MESA_FORMAT_B5G6R5_UNORM] = pack_row_float_B5G6R5_UNORM; - table[MESA_FORMAT_R5G6B5_UNORM] = pack_row_float_R5G6B5_UNORM; - - initialized = GL_TRUE; - } - - return table[format]; -} - - - -static pack_ubyte_rgba_row_func -get_pack_ubyte_rgba_row_function(mesa_format format) -{ - static pack_ubyte_rgba_row_func table[MESA_FORMAT_COUNT]; - static GLboolean initialized = GL_FALSE; - - if (!initialized) { - /* We don't need a special row packing function for each format. - * There's a generic fallback which uses a per-pixel packing function. - */ - memset(table, 0, sizeof(table)); - - table[MESA_FORMAT_A8B8G8R8_UNORM] = pack_row_ubyte_A8B8G8R8_UNORM; - table[MESA_FORMAT_R8G8B8A8_UNORM] = pack_row_ubyte_R8G8B8A8_UNORM; - table[MESA_FORMAT_B8G8R8A8_UNORM] = pack_row_ubyte_B8G8R8A8_UNORM; - table[MESA_FORMAT_A8R8G8B8_UNORM] = pack_row_ubyte_A8R8G8B8_UNORM; - table[MESA_FORMAT_X8B8G8R8_UNORM] = pack_row_ubyte_A8B8G8R8_UNORM; /* reused */ - table[MESA_FORMAT_R8G8B8X8_UNORM] = pack_row_ubyte_R8G8B8A8_UNORM; /* reused */ - table[MESA_FORMAT_B8G8R8X8_UNORM] = pack_row_ubyte_B8G8R8X8_UNORM; - table[MESA_FORMAT_X8R8G8B8_UNORM] = pack_row_ubyte_X8R8G8B8_UNORM; - table[MESA_FORMAT_BGR_UNORM8] = pack_row_ubyte_BGR_UNORM8; - table[MESA_FORMAT_RGB_UNORM8] = pack_row_ubyte_RGB_UNORM8; - table[MESA_FORMAT_B5G6R5_UNORM] = pack_row_ubyte_B5G6R5_UNORM; - table[MESA_FORMAT_R5G6B5_UNORM] = pack_row_ubyte_R5G6B5_UNORM; - - initialized = GL_TRUE; - } - - return table[format]; -} - - - -/** - * Pack a row of GLfloat rgba[4] values to the destination. - */ -void -_mesa_pack_float_rgba_row(mesa_format format, GLuint n, - const GLfloat src[][4], void *dst) -{ - pack_float_rgba_row_func packrow = get_pack_float_rgba_row_function(format); - if (packrow) { - /* use "fast" function */ - packrow(n, src, dst); - } - else { - /* slower fallback */ - gl_pack_float_rgba_func pack = _mesa_get_pack_float_rgba_function(format); - GLuint dstStride = _mesa_get_format_bytes(format); - GLubyte *dstPtr = (GLubyte *) dst; - GLuint i; - - assert(pack); - if (!pack) - return; - - for (i = 0; i < n; i++) { - pack(src[i], dstPtr); - dstPtr += dstStride; - } - } -} - - -/** - * Pack a row of GLubyte rgba[4] values to the destination. - */ -void -_mesa_pack_ubyte_rgba_row(mesa_format format, GLuint n, - const GLubyte src[][4], void *dst) -{ - pack_ubyte_rgba_row_func packrow = get_pack_ubyte_rgba_row_function(format); - if (packrow) { - /* use "fast" function */ - packrow(n, src, dst); - } - else { - /* slower fallback */ - gl_pack_ubyte_rgba_func pack = _mesa_get_pack_ubyte_rgba_function(format); - const GLuint stride = _mesa_get_format_bytes(format); - GLubyte *d = ((GLubyte *) dst); - GLuint i; - - assert(pack); - if (!pack) - return; - - for (i = 0; i < n; i++) { - pack(src[i], d); - d += stride; - } - } -} - - -/** - * Pack a 2D image of ubyte RGBA pixels in the given format. - * \param srcRowStride source image row stride in bytes - * \param dstRowStride destination image row stride in bytes - */ -void -_mesa_pack_ubyte_rgba_rect(mesa_format format, GLuint width, GLuint height, - const GLubyte *src, GLint srcRowStride, - void *dst, GLint dstRowStride) -{ - pack_ubyte_rgba_row_func packrow = get_pack_ubyte_rgba_row_function(format); - GLubyte *dstUB = (GLubyte *) dst; - GLuint i; - - if (packrow) { - if (srcRowStride == width * 4 * sizeof(GLubyte) && - dstRowStride == _mesa_format_row_stride(format, width)) { - /* do whole image at once */ - packrow(width * height, (const GLubyte (*)[4]) src, dst); - } - else { - /* row by row */ - for (i = 0; i < height; i++) { - packrow(width, (const GLubyte (*)[4]) src, dstUB); - src += srcRowStride; - dstUB += dstRowStride; - } - } - } - else { - /* slower fallback */ - for (i = 0; i < height; i++) { - _mesa_pack_ubyte_rgba_row(format, width, - (const GLubyte (*)[4]) src, dstUB); - src += srcRowStride; - dstUB += dstRowStride; - } - } -} - - - -/** - ** Pack float Z pixels - **/ - -static void -pack_float_S8_UINT_Z24_UNORM(const GLfloat *src, void *dst) -{ - /* don't disturb the stencil values */ - GLuint *d = ((GLuint *) dst); - const GLdouble scale = (GLdouble) 0xffffff; - GLuint s = *d & 0xff; - GLuint z = (GLuint) (*src * scale); - assert(z <= 0xffffff); - *d = (z << 8) | s; -} - -static void -pack_float_Z24_UNORM_S8_UINT(const GLfloat *src, void *dst) -{ - /* don't disturb the stencil values */ - GLuint *d = ((GLuint *) dst); - const GLdouble scale = (GLdouble) 0xffffff; - GLuint s = *d & 0xff000000; - GLuint z = (GLuint) (*src * scale); - assert(z <= 0xffffff); - *d = s | z; -} - -static void -pack_float_Z_UNORM16(const GLfloat *src, void *dst) -{ - GLushort *d = ((GLushort *) dst); - const GLfloat scale = (GLfloat) 0xffff; - *d = (GLushort) (*src * scale); -} - -static void -pack_float_Z_UNORM32(const GLfloat *src, void *dst) -{ - GLuint *d = ((GLuint *) dst); - const GLdouble scale = (GLdouble) 0xffffffff; - *d = (GLuint) (*src * scale); -} - -static void -pack_float_Z_FLOAT32(const GLfloat *src, void *dst) -{ - GLfloat *d = (GLfloat *) dst; - *d = *src; -} - -gl_pack_float_z_func -_mesa_get_pack_float_z_func(mesa_format format) -{ - switch (format) { - case MESA_FORMAT_S8_UINT_Z24_UNORM: - case MESA_FORMAT_X8_UINT_Z24_UNORM: - return pack_float_S8_UINT_Z24_UNORM; - case MESA_FORMAT_Z24_UNORM_S8_UINT: - case MESA_FORMAT_Z24_UNORM_X8_UINT: - return pack_float_Z24_UNORM_S8_UINT; - case MESA_FORMAT_Z_UNORM16: - return pack_float_Z_UNORM16; - case MESA_FORMAT_Z_UNORM32: - return pack_float_Z_UNORM32; - case MESA_FORMAT_Z_FLOAT32: - case MESA_FORMAT_Z32_FLOAT_S8X24_UINT: - return pack_float_Z_FLOAT32; - default: - _mesa_problem(NULL, - "unexpected format in _mesa_get_pack_float_z_func()"); - return NULL; - } -} - - - -/** - ** Pack uint Z pixels. The incoming src value is always in - ** the range [0, 2^32-1]. - **/ - -static void -pack_uint_S8_UINT_Z24_UNORM(const GLuint *src, void *dst) -{ - /* don't disturb the stencil values */ - GLuint *d = ((GLuint *) dst); - GLuint s = *d & 0xff; - GLuint z = *src & 0xffffff00; - *d = z | s; -} - -static void -pack_uint_Z24_UNORM_S8_UINT(const GLuint *src, void *dst) -{ - /* don't disturb the stencil values */ - GLuint *d = ((GLuint *) dst); - GLuint s = *d & 0xff000000; - GLuint z = *src >> 8; - *d = s | z; -} - -static void -pack_uint_Z_UNORM16(const GLuint *src, void *dst) -{ - GLushort *d = ((GLushort *) dst); - *d = *src >> 16; -} - -static void -pack_uint_Z_UNORM32(const GLuint *src, void *dst) -{ - GLuint *d = ((GLuint *) dst); - *d = *src; -} - -static void -pack_uint_Z_FLOAT32(const GLuint *src, void *dst) -{ - GLuint *d = ((GLuint *) dst); - const GLdouble scale = 1.0 / (GLdouble) 0xffffffff; - *d = (GLuint) (*src * scale); - assert(*d >= 0.0f); - assert(*d <= 1.0f); -} - -static void -pack_uint_Z_FLOAT32_X24S8(const GLuint *src, void *dst) -{ - GLfloat *d = ((GLfloat *) dst); - const GLdouble scale = 1.0 / (GLdouble) 0xffffffff; - *d = (GLfloat) (*src * scale); - assert(*d >= 0.0f); - assert(*d <= 1.0f); -} - -gl_pack_uint_z_func -_mesa_get_pack_uint_z_func(mesa_format format) -{ - switch (format) { - case MESA_FORMAT_S8_UINT_Z24_UNORM: - case MESA_FORMAT_X8_UINT_Z24_UNORM: - return pack_uint_S8_UINT_Z24_UNORM; - case MESA_FORMAT_Z24_UNORM_S8_UINT: - case MESA_FORMAT_Z24_UNORM_X8_UINT: - return pack_uint_Z24_UNORM_S8_UINT; - case MESA_FORMAT_Z_UNORM16: - return pack_uint_Z_UNORM16; - case MESA_FORMAT_Z_UNORM32: - return pack_uint_Z_UNORM32; - case MESA_FORMAT_Z_FLOAT32: - return pack_uint_Z_FLOAT32; - case MESA_FORMAT_Z32_FLOAT_S8X24_UINT: - return pack_uint_Z_FLOAT32_X24S8; - default: - _mesa_problem(NULL, "unexpected format in _mesa_get_pack_uint_z_func()"); - return NULL; - } -} - - -/** - ** Pack ubyte stencil pixels - **/ - -static void -pack_ubyte_stencil_Z24_S8(const GLubyte *src, void *dst) -{ - /* don't disturb the Z values */ - GLuint *d = ((GLuint *) dst); - GLuint s = *src; - GLuint z = *d & 0xffffff00; - *d = z | s; -} - -static void -pack_ubyte_stencil_S8_Z24(const GLubyte *src, void *dst) -{ - /* don't disturb the Z values */ - GLuint *d = ((GLuint *) dst); - GLuint s = *src << 24; - GLuint z = *d & 0xffffff; - *d = s | z; -} - -static void -pack_ubyte_stencil_S8(const GLubyte *src, void *dst) -{ - GLubyte *d = (GLubyte *) dst; - *d = *src; -} - -static void -pack_ubyte_stencil_Z32_FLOAT_X24S8(const GLubyte *src, void *dst) -{ - GLfloat *d = ((GLfloat *) dst); - d[1] = *src; -} - - -gl_pack_ubyte_stencil_func -_mesa_get_pack_ubyte_stencil_func(mesa_format format) -{ - switch (format) { - case MESA_FORMAT_S8_UINT_Z24_UNORM: - return pack_ubyte_stencil_Z24_S8; - case MESA_FORMAT_Z24_UNORM_S8_UINT: - return pack_ubyte_stencil_S8_Z24; - case MESA_FORMAT_S_UINT8: - return pack_ubyte_stencil_S8; - case MESA_FORMAT_Z32_FLOAT_S8X24_UINT: - return pack_ubyte_stencil_Z32_FLOAT_X24S8; - default: - _mesa_problem(NULL, - "unexpected format in _mesa_pack_ubyte_stencil_func()"); - return NULL; - } -} - - - -void -_mesa_pack_float_z_row(mesa_format format, GLuint n, - const GLfloat *src, void *dst) -{ - switch (format) { - case MESA_FORMAT_S8_UINT_Z24_UNORM: - case MESA_FORMAT_X8_UINT_Z24_UNORM: - { - /* don't disturb the stencil values */ - GLuint *d = ((GLuint *) dst); - const GLdouble scale = (GLdouble) 0xffffff; - GLuint i; - for (i = 0; i < n; i++) { - GLuint s = d[i] & 0xff; - GLuint z = (GLuint) (src[i] * scale); - assert(z <= 0xffffff); - d[i] = (z << 8) | s; - } - } - break; - case MESA_FORMAT_Z24_UNORM_S8_UINT: - case MESA_FORMAT_Z24_UNORM_X8_UINT: - { - /* don't disturb the stencil values */ - GLuint *d = ((GLuint *) dst); - const GLdouble scale = (GLdouble) 0xffffff; - GLuint i; - for (i = 0; i < n; i++) { - GLuint s = d[i] & 0xff000000; - GLuint z = (GLuint) (src[i] * scale); - assert(z <= 0xffffff); - d[i] = s | z; - } - } - break; - case MESA_FORMAT_Z_UNORM16: - { - GLushort *d = ((GLushort *) dst); - const GLfloat scale = (GLfloat) 0xffff; - GLuint i; - for (i = 0; i < n; i++) { - d[i] = (GLushort) (src[i] * scale); - } - } - break; - case MESA_FORMAT_Z_UNORM32: - { - GLuint *d = ((GLuint *) dst); - const GLdouble scale = (GLdouble) 0xffffffff; - GLuint i; - for (i = 0; i < n; i++) { - d[i] = (GLuint) (src[i] * scale); - } - } - break; - case MESA_FORMAT_Z_FLOAT32: - memcpy(dst, src, n * sizeof(GLfloat)); - break; - case MESA_FORMAT_Z32_FLOAT_S8X24_UINT: - { - struct z32f_x24s8 *d = (struct z32f_x24s8 *) dst; - GLuint i; - for (i = 0; i < n; i++) { - d[i].z = src[i]; - } - } - break; - default: - _mesa_problem(NULL, "unexpected format in _mesa_pack_float_z_row()"); - } -} - - -/** - * The incoming Z values are always in the range [0, 0xffffffff]. - */ -void -_mesa_pack_uint_z_row(mesa_format format, GLuint n, - const GLuint *src, void *dst) -{ - switch (format) { - case MESA_FORMAT_S8_UINT_Z24_UNORM: - case MESA_FORMAT_X8_UINT_Z24_UNORM: - { - /* don't disturb the stencil values */ - GLuint *d = ((GLuint *) dst); - GLuint i; - for (i = 0; i < n; i++) { - GLuint s = d[i] & 0xff; - GLuint z = src[i] & 0xffffff00; - d[i] = z | s; - } - } - break; - case MESA_FORMAT_Z24_UNORM_S8_UINT: - case MESA_FORMAT_Z24_UNORM_X8_UINT: - { - /* don't disturb the stencil values */ - GLuint *d = ((GLuint *) dst); - GLuint i; - for (i = 0; i < n; i++) { - GLuint s = d[i] & 0xff000000; - GLuint z = src[i] >> 8; - d[i] = s | z; - } - } - break; - case MESA_FORMAT_Z_UNORM16: - { - GLushort *d = ((GLushort *) dst); - GLuint i; - for (i = 0; i < n; i++) { - d[i] = src[i] >> 16; - } - } - break; - case MESA_FORMAT_Z_UNORM32: - memcpy(dst, src, n * sizeof(GLfloat)); - break; - case MESA_FORMAT_Z_FLOAT32: - { - GLuint *d = ((GLuint *) dst); - const GLdouble scale = 1.0 / (GLdouble) 0xffffffff; - GLuint i; - for (i = 0; i < n; i++) { - d[i] = (GLuint) (src[i] * scale); - assert(d[i] >= 0.0f); - assert(d[i] <= 1.0f); - } - } - break; - case MESA_FORMAT_Z32_FLOAT_S8X24_UINT: - { - struct z32f_x24s8 *d = (struct z32f_x24s8 *) dst; - const GLdouble scale = 1.0 / (GLdouble) 0xffffffff; - GLuint i; - for (i = 0; i < n; i++) { - d[i].z = (GLfloat) (src[i] * scale); - assert(d[i].z >= 0.0f); - assert(d[i].z <= 1.0f); - } - } - break; - default: - _mesa_problem(NULL, "unexpected format in _mesa_pack_uint_z_row()"); - } -} - - -void -_mesa_pack_ubyte_stencil_row(mesa_format format, GLuint n, - const GLubyte *src, void *dst) -{ - switch (format) { - case MESA_FORMAT_S8_UINT_Z24_UNORM: - { - /* don't disturb the Z values */ - GLuint *d = ((GLuint *) dst); - GLuint i; - for (i = 0; i < n; i++) { - GLuint s = src[i]; - GLuint z = d[i] & 0xffffff00; - d[i] = z | s; - } - } - break; - case MESA_FORMAT_Z24_UNORM_S8_UINT: - { - /* don't disturb the Z values */ - GLuint *d = ((GLuint *) dst); - GLuint i; - for (i = 0; i < n; i++) { - GLuint s = src[i] << 24; - GLuint z = d[i] & 0xffffff; - d[i] = s | z; - } - } - break; - case MESA_FORMAT_S_UINT8: - memcpy(dst, src, n * sizeof(GLubyte)); - break; - case MESA_FORMAT_Z32_FLOAT_S8X24_UINT: - { - struct z32f_x24s8 *d = (struct z32f_x24s8 *) dst; - GLuint i; - for (i = 0; i < n; i++) { - d[i].x24s8 = src[i]; - } - } - break; - default: - _mesa_problem(NULL, "unexpected format in _mesa_pack_ubyte_stencil_row()"); - } -} - - -/** - * Incoming Z/stencil values are always in uint_24_8 format. - */ -void -_mesa_pack_uint_24_8_depth_stencil_row(mesa_format format, GLuint n, - const GLuint *src, void *dst) -{ - switch (format) { - case MESA_FORMAT_S8_UINT_Z24_UNORM: - memcpy(dst, src, n * sizeof(GLuint)); - break; - case MESA_FORMAT_Z24_UNORM_S8_UINT: - { - GLuint *d = ((GLuint *) dst); - GLuint i; - for (i = 0; i < n; i++) { - GLuint s = src[i] << 24; - GLuint z = src[i] >> 8; - d[i] = s | z; - } - } - break; - case MESA_FORMAT_Z32_FLOAT_S8X24_UINT: - { - const GLdouble scale = 1.0 / (GLdouble) 0xffffff; - struct z32f_x24s8 *d = (struct z32f_x24s8 *) dst; - GLuint i; - for (i = 0; i < n; i++) { - GLfloat z = (GLfloat) ((src[i] >> 8) * scale); - d[i].z = z; - d[i].x24s8 = src[i]; - } - } - break; - default: - _mesa_problem(NULL, "bad format %s in _mesa_pack_ubyte_s_row", - _mesa_get_format_name(format)); - return; - } -} - - - -/** - * Convert a boolean color mask to a packed color where each channel of - * the packed value at dst will be 0 or ~0 depending on the colorMask. - */ -void -_mesa_pack_colormask(mesa_format format, const GLubyte colorMask[4], void *dst) -{ - GLfloat maskColor[4]; - - switch (_mesa_get_format_datatype(format)) { - case GL_UNSIGNED_NORMALIZED: - /* simple: 1.0 will convert to ~0 in the right bit positions */ - maskColor[0] = colorMask[0] ? 1.0f : 0.0f; - maskColor[1] = colorMask[1] ? 1.0f : 0.0f; - maskColor[2] = colorMask[2] ? 1.0f : 0.0f; - maskColor[3] = colorMask[3] ? 1.0f : 0.0f; - _mesa_pack_float_rgba_row(format, 1, - (const GLfloat (*)[4]) maskColor, dst); - break; - case GL_SIGNED_NORMALIZED: - case GL_FLOAT: - /* These formats are harder because it's hard to know the floating - * point values that will convert to ~0 for each color channel's bits. - * This solution just generates a non-zero value for each color channel - * then fixes up the non-zero values to be ~0. - * Note: we'll need to add special case code if we ever have to deal - * with formats with unequal color channel sizes, like R11_G11_B10. - * We issue a warning below for channel sizes other than 8,16,32. - */ - { - GLuint bits = _mesa_get_format_max_bits(format); /* bits per chan */ - GLuint bytes = _mesa_get_format_bytes(format); - GLuint i; - - /* this should put non-zero values into the channels of dst */ - maskColor[0] = colorMask[0] ? -1.0f : 0.0f; - maskColor[1] = colorMask[1] ? -1.0f : 0.0f; - maskColor[2] = colorMask[2] ? -1.0f : 0.0f; - maskColor[3] = colorMask[3] ? -1.0f : 0.0f; - _mesa_pack_float_rgba_row(format, 1, - (const GLfloat (*)[4]) maskColor, dst); - - /* fix-up the dst channels by converting non-zero values to ~0 */ - if (bits == 8) { - GLubyte *d = (GLubyte *) dst; - for (i = 0; i < bytes; i++) { - d[i] = d[i] ? 0xff : 0x0; - } - } - else if (bits == 16) { - GLushort *d = (GLushort *) dst; - for (i = 0; i < bytes / 2; i++) { - d[i] = d[i] ? 0xffff : 0x0; - } - } - else if (bits == 32) { - GLuint *d = (GLuint *) dst; - for (i = 0; i < bytes / 4; i++) { - d[i] = d[i] ? 0xffffffffU : 0x0; - } - } - else { - _mesa_problem(NULL, "unexpected size in _mesa_pack_colormask()"); - return; - } - } - break; - default: - _mesa_problem(NULL, "unexpected format data type in gen_color_mask()"); - return; - } -} diff --git a/mesalib/src/mesa/main/format_pack.h b/mesalib/src/mesa/main/format_pack.h index 2577def41..aa7113e9b 100644 --- a/mesalib/src/mesa/main/format_pack.h +++ b/mesalib/src/mesa/main/format_pack.h @@ -68,7 +68,6 @@ extern gl_pack_ubyte_stencil_func _mesa_get_pack_ubyte_stencil_func(mesa_format format); - extern void _mesa_pack_float_rgba_row(mesa_format format, GLuint n, const GLfloat src[][4], void *dst); @@ -77,6 +76,9 @@ extern void _mesa_pack_ubyte_rgba_row(mesa_format format, GLuint n, const GLubyte src[][4], void *dst); +extern void +_mesa_pack_uint_rgba_row(mesa_format format, GLuint n, + const GLuint src[][4], void *dst); extern void _mesa_pack_ubyte_rgba_rect(mesa_format format, GLuint width, GLuint height, diff --git a/mesalib/src/mesa/main/format_pack.py b/mesalib/src/mesa/main/format_pack.py new file mode 100644 index 000000000..f141da83c --- /dev/null +++ b/mesalib/src/mesa/main/format_pack.py @@ -0,0 +1,1004 @@ +#!/usr/bin/env python + +from mako.template import Template +from sys import argv + +string = """/* + * Mesa 3-D graphics library + * + * Copyright (c) 2011 VMware, Inc. + * Copyright (c) 2014 Intel Corporation. + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included + * in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR + * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + * OTHER DEALINGS IN THE SOFTWARE. + */ + + +/** + * Color, depth, stencil packing functions. + * Used to pack basic color, depth and stencil formats to specific + * hardware formats. + * + * There are both per-pixel and per-row packing functions: + * - The former will be used by swrast to write values to the color, depth, + * stencil buffers when drawing points, lines and masked spans. + * - The later will be used for image-oriented functions like glDrawPixels, + * glAccum, and glTexImage. + */ + +#include + +#include "colormac.h" +#include "format_pack.h" +#include "format_utils.h" +#include "macros.h" +#include "../../gallium/auxiliary/util/u_format_rgb9e5.h" +#include "../../gallium/auxiliary/util/u_format_r11g11b10f.h" +#include "util/format_srgb.h" + +#define UNPACK(SRC, OFFSET, BITS) (((SRC) >> (OFFSET)) & MAX_UINT(BITS)) +#define PACK(SRC, OFFSET, BITS) (((SRC) & MAX_UINT(BITS)) << (OFFSET)) + +<% +import format_parser as parser + +formats = parser.parse(argv[1]) + +rgb_formats = [] +for f in formats: + if f.name == 'MESA_FORMAT_NONE': + continue + if f.colorspace not in ('rgb', 'srgb'): + continue + + rgb_formats.append(f) +%> + +/* ubyte packing functions */ + +%for f in rgb_formats: + %if f.name in ('MESA_FORMAT_R9G9B9E5_FLOAT', 'MESA_FORMAT_R11G11B10_FLOAT'): + <% continue %> + %elif f.is_compressed(): + <% continue %> + %endif + +static inline void +pack_ubyte_${f.short_name()}(const GLubyte src[4], void *dst) +{ + %for (i, c) in enumerate(f.channels): + <% i = f.swizzle.inverse()[i] %> + %if c.type == 'x': + <% continue %> + %endif + + ${c.datatype()} ${c.name} = + %if not f.is_normalized() and f.is_int(): + %if c.type == parser.SIGNED: + _mesa_unsigned_to_signed(src[${i}], ${c.size}); + %else: + _mesa_unsigned_to_unsigned(src[${i}], ${c.size}); + %endif + %elif c.type == parser.UNSIGNED: + %if f.colorspace == 'srgb' and c.name in 'rgb': + <% assert c.size == 8 %> + util_format_linear_to_srgb_8unorm(src[${i}]); + %else: + _mesa_unorm_to_unorm(src[${i}], 8, ${c.size}); + %endif + %elif c.type == parser.SIGNED: + _mesa_unorm_to_snorm(src[${i}], 8, ${c.size}); + %elif c.type == parser.FLOAT: + %if c.size == 32: + _mesa_unorm_to_float(src[${i}], 8); + %elif c.size == 16: + _mesa_unorm_to_half(src[${i}], 8); + %else: + <% assert False %> + %endif + %else: + <% assert False %> + %endif + %endfor + + %if f.layout == parser.ARRAY: + ${f.datatype()} *d = (${f.datatype()} *)dst; + %for (i, c) in enumerate(f.channels): + %if c.type == 'x': + <% continue %> + %endif + d[${i}] = ${c.name}; + %endfor + %elif f.layout == parser.PACKED: + ${f.datatype()} d = 0; + %for (i, c) in enumerate(f.channels): + %if c.type == 'x': + <% continue %> + %endif + d |= PACK(${c.name}, ${c.shift}, ${c.size}); + %endfor + (*(${f.datatype()} *)dst) = d; + %else: + <% assert False %> + %endif +} +%endfor + +static inline void +pack_ubyte_r9g9b9e5_float(const GLubyte src[4], void *dst) +{ + GLuint *d = (GLuint *) dst; + GLfloat rgb[3]; + rgb[0] = _mesa_unorm_to_float(src[RCOMP], 8); + rgb[1] = _mesa_unorm_to_float(src[GCOMP], 8); + rgb[2] = _mesa_unorm_to_float(src[BCOMP], 8); + *d = float3_to_rgb9e5(rgb); +} + +static inline void +pack_ubyte_r11g11b10_float(const GLubyte src[4], void *dst) +{ + GLuint *d = (GLuint *) dst; + GLfloat rgb[3]; + rgb[0] = _mesa_unorm_to_float(src[RCOMP], 8); + rgb[1] = _mesa_unorm_to_float(src[GCOMP], 8); + rgb[2] = _mesa_unorm_to_float(src[BCOMP], 8); + *d = float3_to_r11g11b10f(rgb); +} + +/* uint packing functions */ + +%for f in rgb_formats: + %if not f.is_int(): + <% continue %> + %elif f.is_normalized(): + <% continue %> + %elif f.is_compressed(): + <% continue %> + %endif + +static inline void +pack_uint_${f.short_name()}(const GLuint src[4], void *dst) +{ + %for (i, c) in enumerate(f.channels): + <% i = f.swizzle.inverse()[i] %> + %if c.type == 'x': + <% continue %> + %endif + + ${c.datatype()} ${c.name} = + %if c.type == parser.SIGNED: + _mesa_signed_to_signed(src[${i}], ${c.size}); + %elif c.type == parser.UNSIGNED: + _mesa_unsigned_to_unsigned(src[${i}], ${c.size}); + %else: + assert(!"Invalid type: only integer types are allowed"); + %endif + %endfor + + %if f.layout == parser.ARRAY: + ${f.datatype()} *d = (${f.datatype()} *)dst; + %for (i, c) in enumerate(f.channels): + %if c.type == 'x': + <% continue %> + %endif + d[${i}] = ${c.name}; + %endfor + %elif f.layout == parser.PACKED: + ${f.datatype()} d = 0; + %for (i, c) in enumerate(f.channels): + %if c.type == 'x': + <% continue %> + %endif + d |= PACK(${c.name}, ${c.shift}, ${c.size}); + %endfor + (*(${f.datatype()} *)dst) = d; + %else: + <% assert False %> + %endif +} +%endfor + +/* float packing functions */ + +%for f in rgb_formats: + %if f.name in ('MESA_FORMAT_R9G9B9E5_FLOAT', 'MESA_FORMAT_R11G11B10_FLOAT'): + <% continue %> + %elif f.is_int() and not f.is_normalized(): + <% continue %> + %elif f.is_compressed(): + <% continue %> + %endif + +static inline void +pack_float_${f.short_name()}(const GLfloat src[4], void *dst) +{ + %for (i, c) in enumerate(f.channels): + <% i = f.swizzle.inverse()[i] %> + %if c.type == 'x': + <% continue %> + %endif + + ${c.datatype()} ${c.name} = + %if c.type == parser.UNSIGNED: + %if f.colorspace == 'srgb' and c.name in 'rgb': + <% assert c.size == 8 %> + util_format_linear_float_to_srgb_8unorm(src[${i}]); + %else: + _mesa_float_to_unorm(src[${i}], ${c.size}); + %endif + %elif c.type == parser.SIGNED: + _mesa_float_to_snorm(src[${i}], ${c.size}); + %elif c.type == parser.FLOAT: + %if c.size == 32: + src[${i}]; + %elif c.size == 16: + _mesa_float_to_half(src[${i}]); + %else: + <% assert False %> + %endif + %else: + <% assert False %> + %endif + %endfor + + %if f.layout == parser.ARRAY: + ${f.datatype()} *d = (${f.datatype()} *)dst; + %for (i, c) in enumerate(f.channels): + %if c.type == 'x': + <% continue %> + %endif + d[${i}] = ${c.name}; + %endfor + %elif f.layout == parser.PACKED: + ${f.datatype()} d = 0; + %for (i, c) in enumerate(f.channels): + %if c.type == 'x': + <% continue %> + %endif + d |= PACK(${c.name}, ${c.shift}, ${c.size}); + %endfor + (*(${f.datatype()} *)dst) = d; + %else: + <% assert False %> + %endif +} +%endfor + +static inline void +pack_float_r9g9b9e5_float(const GLfloat src[4], void *dst) +{ + GLuint *d = (GLuint *) dst; + *d = float3_to_rgb9e5(src); +} + +static inline void +pack_float_r11g11b10_float(const GLfloat src[4], void *dst) +{ + GLuint *d = (GLuint *) dst; + *d = float3_to_r11g11b10f(src); +} + +/** + * Return a function that can pack a GLubyte rgba[4] color. + */ +gl_pack_ubyte_rgba_func +_mesa_get_pack_ubyte_rgba_function(mesa_format format) +{ + switch (format) { +%for f in rgb_formats: + %if f.is_compressed(): + <% continue %> + %endif + + case ${f.name}: + return pack_ubyte_${f.short_name()}; +%endfor + default: + return NULL; + } +} + +/** + * Return a function that can pack a GLfloat rgba[4] color. + */ +gl_pack_float_rgba_func +_mesa_get_pack_float_rgba_function(mesa_format format) +{ + switch (format) { +%for f in rgb_formats: + %if f.is_compressed(): + <% continue %> + %elif f.is_int() and not f.is_normalized(): + <% continue %> + %endif + + case ${f.name}: + return pack_float_${f.short_name()}; +%endfor + default: + return NULL; + } +} + +/** + * Pack a row of GLubyte rgba[4] values to the destination. + */ +void +_mesa_pack_ubyte_rgba_row(mesa_format format, GLuint n, + const GLubyte src[][4], void *dst) +{ + GLuint i; + GLubyte *d = dst; + + switch (format) { +%for f in rgb_formats: + %if f.is_compressed(): + <% continue %> + %endif + + case ${f.name}: + for (i = 0; i < n; ++i) { + pack_ubyte_${f.short_name()}(src[i], d); + d += ${f.block_size() / 8}; + } + break; +%endfor + default: + assert(!"Invalid format"); + } +} + +/** + * Pack a row of GLuint rgba[4] values to the destination. + */ +void +_mesa_pack_uint_rgba_row(mesa_format format, GLuint n, + const GLuint src[][4], void *dst) +{ + GLuint i; + GLubyte *d = dst; + + switch (format) { +%for f in rgb_formats: + %if not f.is_int(): + <% continue %> + %elif f.is_normalized(): + <% continue %> + %elif f.is_compressed(): + <% continue %> + %endif + + case ${f.name}: + for (i = 0; i < n; ++i) { + pack_uint_${f.short_name()}(src[i], d); + d += ${f.block_size() / 8}; + } + break; +%endfor + default: + assert(!"Invalid format"); + } +} + +/** + * Pack a row of GLfloat rgba[4] values to the destination. + */ +void +_mesa_pack_float_rgba_row(mesa_format format, GLuint n, + const GLfloat src[][4], void *dst) +{ + GLuint i; + GLubyte *d = dst; + + switch (format) { +%for f in rgb_formats: + %if f.is_compressed(): + <% continue %> + %elif f.is_int() and not f.is_normalized(): + <% continue %> + %endif + + case ${f.name}: + for (i = 0; i < n; ++i) { + pack_float_${f.short_name()}(src[i], d); + d += ${f.block_size() / 8}; + } + break; +%endfor + default: + assert(!"Invalid format"); + } +} + +/** + * Pack a 2D image of ubyte RGBA pixels in the given format. + * \param srcRowStride source image row stride in bytes + * \param dstRowStride destination image row stride in bytes + */ +void +_mesa_pack_ubyte_rgba_rect(mesa_format format, GLuint width, GLuint height, + const GLubyte *src, GLint srcRowStride, + void *dst, GLint dstRowStride) +{ + GLubyte *dstUB = dst; + GLuint i; + + if (srcRowStride == width * 4 * sizeof(GLubyte) && + dstRowStride == _mesa_format_row_stride(format, width)) { + /* do whole image at once */ + _mesa_pack_ubyte_rgba_row(format, width * height, + (const GLubyte (*)[4]) src, dst); + } + else { + /* row by row */ + for (i = 0; i < height; i++) { + _mesa_pack_ubyte_rgba_row(format, width, + (const GLubyte (*)[4]) src, dstUB); + src += srcRowStride; + dstUB += dstRowStride; + } + } +} + + +/** Helper struct for MESA_FORMAT_Z32_FLOAT_S8X24_UINT */ +struct z32f_x24s8 +{ + float z; + uint32_t x24s8; +}; + + +/** + ** Pack float Z pixels + **/ + +static void +pack_float_S8_UINT_Z24_UNORM(const GLfloat *src, void *dst) +{ + /* don't disturb the stencil values */ + GLuint *d = ((GLuint *) dst); + const GLdouble scale = (GLdouble) 0xffffff; + GLuint s = *d & 0xff; + GLuint z = (GLuint) (*src * scale); + assert(z <= 0xffffff); + *d = (z << 8) | s; +} + +static void +pack_float_Z24_UNORM_S8_UINT(const GLfloat *src, void *dst) +{ + /* don't disturb the stencil values */ + GLuint *d = ((GLuint *) dst); + const GLdouble scale = (GLdouble) 0xffffff; + GLuint s = *d & 0xff000000; + GLuint z = (GLuint) (*src * scale); + assert(z <= 0xffffff); + *d = s | z; +} + +static void +pack_float_Z_UNORM16(const GLfloat *src, void *dst) +{ + GLushort *d = ((GLushort *) dst); + const GLfloat scale = (GLfloat) 0xffff; + *d = (GLushort) (*src * scale); +} + +static void +pack_float_Z_UNORM32(const GLfloat *src, void *dst) +{ + GLuint *d = ((GLuint *) dst); + const GLdouble scale = (GLdouble) 0xffffffff; + *d = (GLuint) (*src * scale); +} + +static void +pack_float_Z_FLOAT32(const GLfloat *src, void *dst) +{ + GLfloat *d = (GLfloat *) dst; + *d = *src; +} + +gl_pack_float_z_func +_mesa_get_pack_float_z_func(mesa_format format) +{ + switch (format) { + case MESA_FORMAT_S8_UINT_Z24_UNORM: + case MESA_FORMAT_X8_UINT_Z24_UNORM: + return pack_float_S8_UINT_Z24_UNORM; + case MESA_FORMAT_Z24_UNORM_S8_UINT: + case MESA_FORMAT_Z24_UNORM_X8_UINT: + return pack_float_Z24_UNORM_S8_UINT; + case MESA_FORMAT_Z_UNORM16: + return pack_float_Z_UNORM16; + case MESA_FORMAT_Z_UNORM32: + return pack_float_Z_UNORM32; + case MESA_FORMAT_Z_FLOAT32: + case MESA_FORMAT_Z32_FLOAT_S8X24_UINT: + return pack_float_Z_FLOAT32; + default: + _mesa_problem(NULL, + "unexpected format in _mesa_get_pack_float_z_func()"); + return NULL; + } +} + + + +/** + ** Pack uint Z pixels. The incoming src value is always in + ** the range [0, 2^32-1]. + **/ + +static void +pack_uint_S8_UINT_Z24_UNORM(const GLuint *src, void *dst) +{ + /* don't disturb the stencil values */ + GLuint *d = ((GLuint *) dst); + GLuint s = *d & 0xff; + GLuint z = *src & 0xffffff00; + *d = z | s; +} + +static void +pack_uint_Z24_UNORM_S8_UINT(const GLuint *src, void *dst) +{ + /* don't disturb the stencil values */ + GLuint *d = ((GLuint *) dst); + GLuint s = *d & 0xff000000; + GLuint z = *src >> 8; + *d = s | z; +} + +static void +pack_uint_Z_UNORM16(const GLuint *src, void *dst) +{ + GLushort *d = ((GLushort *) dst); + *d = *src >> 16; +} + +static void +pack_uint_Z_UNORM32(const GLuint *src, void *dst) +{ + GLuint *d = ((GLuint *) dst); + *d = *src; +} + +static void +pack_uint_Z_FLOAT32(const GLuint *src, void *dst) +{ + GLuint *d = ((GLuint *) dst); + const GLdouble scale = 1.0 / (GLdouble) 0xffffffff; + *d = (GLuint) (*src * scale); + assert(*d >= 0.0f); + assert(*d <= 1.0f); +} + +static void +pack_uint_Z_FLOAT32_X24S8(const GLuint *src, void *dst) +{ + GLfloat *d = ((GLfloat *) dst); + const GLdouble scale = 1.0 / (GLdouble) 0xffffffff; + *d = (GLfloat) (*src * scale); + assert(*d >= 0.0f); + assert(*d <= 1.0f); +} + +gl_pack_uint_z_func +_mesa_get_pack_uint_z_func(mesa_format format) +{ + switch (format) { + case MESA_FORMAT_S8_UINT_Z24_UNORM: + case MESA_FORMAT_X8_UINT_Z24_UNORM: + return pack_uint_S8_UINT_Z24_UNORM; + case MESA_FORMAT_Z24_UNORM_S8_UINT: + case MESA_FORMAT_Z24_UNORM_X8_UINT: + return pack_uint_Z24_UNORM_S8_UINT; + case MESA_FORMAT_Z_UNORM16: + return pack_uint_Z_UNORM16; + case MESA_FORMAT_Z_UNORM32: + return pack_uint_Z_UNORM32; + case MESA_FORMAT_Z_FLOAT32: + return pack_uint_Z_FLOAT32; + case MESA_FORMAT_Z32_FLOAT_S8X24_UINT: + return pack_uint_Z_FLOAT32_X24S8; + default: + _mesa_problem(NULL, "unexpected format in _mesa_get_pack_uint_z_func()"); + return NULL; + } +} + + +/** + ** Pack ubyte stencil pixels + **/ + +static void +pack_ubyte_stencil_Z24_S8(const GLubyte *src, void *dst) +{ + /* don't disturb the Z values */ + GLuint *d = ((GLuint *) dst); + GLuint s = *src; + GLuint z = *d & 0xffffff00; + *d = z | s; +} + +static void +pack_ubyte_stencil_S8_Z24(const GLubyte *src, void *dst) +{ + /* don't disturb the Z values */ + GLuint *d = ((GLuint *) dst); + GLuint s = *src << 24; + GLuint z = *d & 0xffffff; + *d = s | z; +} + +static void +pack_ubyte_stencil_S8(const GLubyte *src, void *dst) +{ + GLubyte *d = (GLubyte *) dst; + *d = *src; +} + +static void +pack_ubyte_stencil_Z32_FLOAT_X24S8(const GLubyte *src, void *dst) +{ + GLfloat *d = ((GLfloat *) dst); + d[1] = *src; +} + + +gl_pack_ubyte_stencil_func +_mesa_get_pack_ubyte_stencil_func(mesa_format format) +{ + switch (format) { + case MESA_FORMAT_S8_UINT_Z24_UNORM: + return pack_ubyte_stencil_Z24_S8; + case MESA_FORMAT_Z24_UNORM_S8_UINT: + return pack_ubyte_stencil_S8_Z24; + case MESA_FORMAT_S_UINT8: + return pack_ubyte_stencil_S8; + case MESA_FORMAT_Z32_FLOAT_S8X24_UINT: + return pack_ubyte_stencil_Z32_FLOAT_X24S8; + default: + _mesa_problem(NULL, + "unexpected format in _mesa_pack_ubyte_stencil_func()"); + return NULL; + } +} + + + +void +_mesa_pack_float_z_row(mesa_format format, GLuint n, + const GLfloat *src, void *dst) +{ + switch (format) { + case MESA_FORMAT_S8_UINT_Z24_UNORM: + case MESA_FORMAT_X8_UINT_Z24_UNORM: + { + /* don't disturb the stencil values */ + GLuint *d = ((GLuint *) dst); + const GLdouble scale = (GLdouble) 0xffffff; + GLuint i; + for (i = 0; i < n; i++) { + GLuint s = d[i] & 0xff; + GLuint z = (GLuint) (src[i] * scale); + assert(z <= 0xffffff); + d[i] = (z << 8) | s; + } + } + break; + case MESA_FORMAT_Z24_UNORM_S8_UINT: + case MESA_FORMAT_Z24_UNORM_X8_UINT: + { + /* don't disturb the stencil values */ + GLuint *d = ((GLuint *) dst); + const GLdouble scale = (GLdouble) 0xffffff; + GLuint i; + for (i = 0; i < n; i++) { + GLuint s = d[i] & 0xff000000; + GLuint z = (GLuint) (src[i] * scale); + assert(z <= 0xffffff); + d[i] = s | z; + } + } + break; + case MESA_FORMAT_Z_UNORM16: + { + GLushort *d = ((GLushort *) dst); + const GLfloat scale = (GLfloat) 0xffff; + GLuint i; + for (i = 0; i < n; i++) { + d[i] = (GLushort) (src[i] * scale); + } + } + break; + case MESA_FORMAT_Z_UNORM32: + { + GLuint *d = ((GLuint *) dst); + const GLdouble scale = (GLdouble) 0xffffffff; + GLuint i; + for (i = 0; i < n; i++) { + d[i] = (GLuint) (src[i] * scale); + } + } + break; + case MESA_FORMAT_Z_FLOAT32: + memcpy(dst, src, n * sizeof(GLfloat)); + break; + case MESA_FORMAT_Z32_FLOAT_S8X24_UINT: + { + struct z32f_x24s8 *d = (struct z32f_x24s8 *) dst; + GLuint i; + for (i = 0; i < n; i++) { + d[i].z = src[i]; + } + } + break; + default: + _mesa_problem(NULL, "unexpected format in _mesa_pack_float_z_row()"); + } +} + + +/** + * The incoming Z values are always in the range [0, 0xffffffff]. + */ +void +_mesa_pack_uint_z_row(mesa_format format, GLuint n, + const GLuint *src, void *dst) +{ + switch (format) { + case MESA_FORMAT_S8_UINT_Z24_UNORM: + case MESA_FORMAT_X8_UINT_Z24_UNORM: + { + /* don't disturb the stencil values */ + GLuint *d = ((GLuint *) dst); + GLuint i; + for (i = 0; i < n; i++) { + GLuint s = d[i] & 0xff; + GLuint z = src[i] & 0xffffff00; + d[i] = z | s; + } + } + break; + case MESA_FORMAT_Z24_UNORM_S8_UINT: + case MESA_FORMAT_Z24_UNORM_X8_UINT: + { + /* don't disturb the stencil values */ + GLuint *d = ((GLuint *) dst); + GLuint i; + for (i = 0; i < n; i++) { + GLuint s = d[i] & 0xff000000; + GLuint z = src[i] >> 8; + d[i] = s | z; + } + } + break; + case MESA_FORMAT_Z_UNORM16: + { + GLushort *d = ((GLushort *) dst); + GLuint i; + for (i = 0; i < n; i++) { + d[i] = src[i] >> 16; + } + } + break; + case MESA_FORMAT_Z_UNORM32: + memcpy(dst, src, n * sizeof(GLfloat)); + break; + case MESA_FORMAT_Z_FLOAT32: + { + GLuint *d = ((GLuint *) dst); + const GLdouble scale = 1.0 / (GLdouble) 0xffffffff; + GLuint i; + for (i = 0; i < n; i++) { + d[i] = (GLuint) (src[i] * scale); + assert(d[i] >= 0.0f); + assert(d[i] <= 1.0f); + } + } + break; + case MESA_FORMAT_Z32_FLOAT_S8X24_UINT: + { + struct z32f_x24s8 *d = (struct z32f_x24s8 *) dst; + const GLdouble scale = 1.0 / (GLdouble) 0xffffffff; + GLuint i; + for (i = 0; i < n; i++) { + d[i].z = (GLfloat) (src[i] * scale); + assert(d[i].z >= 0.0f); + assert(d[i].z <= 1.0f); + } + } + break; + default: + _mesa_problem(NULL, "unexpected format in _mesa_pack_uint_z_row()"); + } +} + + +void +_mesa_pack_ubyte_stencil_row(mesa_format format, GLuint n, + const GLubyte *src, void *dst) +{ + switch (format) { + case MESA_FORMAT_S8_UINT_Z24_UNORM: + { + /* don't disturb the Z values */ + GLuint *d = ((GLuint *) dst); + GLuint i; + for (i = 0; i < n; i++) { + GLuint s = src[i]; + GLuint z = d[i] & 0xffffff00; + d[i] = z | s; + } + } + break; + case MESA_FORMAT_Z24_UNORM_S8_UINT: + { + /* don't disturb the Z values */ + GLuint *d = ((GLuint *) dst); + GLuint i; + for (i = 0; i < n; i++) { + GLuint s = src[i] << 24; + GLuint z = d[i] & 0xffffff; + d[i] = s | z; + } + } + break; + case MESA_FORMAT_S_UINT8: + memcpy(dst, src, n * sizeof(GLubyte)); + break; + case MESA_FORMAT_Z32_FLOAT_S8X24_UINT: + { + struct z32f_x24s8 *d = (struct z32f_x24s8 *) dst; + GLuint i; + for (i = 0; i < n; i++) { + d[i].x24s8 = src[i]; + } + } + break; + default: + _mesa_problem(NULL, "unexpected format in _mesa_pack_ubyte_stencil_row()"); + } +} + + +/** + * Incoming Z/stencil values are always in uint_24_8 format. + */ +void +_mesa_pack_uint_24_8_depth_stencil_row(mesa_format format, GLuint n, + const GLuint *src, void *dst) +{ + switch (format) { + case MESA_FORMAT_S8_UINT_Z24_UNORM: + memcpy(dst, src, n * sizeof(GLuint)); + break; + case MESA_FORMAT_Z24_UNORM_S8_UINT: + { + GLuint *d = ((GLuint *) dst); + GLuint i; + for (i = 0; i < n; i++) { + GLuint s = src[i] << 24; + GLuint z = src[i] >> 8; + d[i] = s | z; + } + } + break; + case MESA_FORMAT_Z32_FLOAT_S8X24_UINT: + { + const GLdouble scale = 1.0 / (GLdouble) 0xffffff; + struct z32f_x24s8 *d = (struct z32f_x24s8 *) dst; + GLuint i; + for (i = 0; i < n; i++) { + GLfloat z = (GLfloat) ((src[i] >> 8) * scale); + d[i].z = z; + d[i].x24s8 = src[i]; + } + } + break; + default: + _mesa_problem(NULL, "bad format %s in _mesa_pack_ubyte_s_row", + _mesa_get_format_name(format)); + return; + } +} + + + +/** + * Convert a boolean color mask to a packed color where each channel of + * the packed value at dst will be 0 or ~0 depending on the colorMask. + */ +void +_mesa_pack_colormask(mesa_format format, const GLubyte colorMask[4], void *dst) +{ + GLfloat maskColor[4]; + + switch (_mesa_get_format_datatype(format)) { + case GL_UNSIGNED_NORMALIZED: + /* simple: 1.0 will convert to ~0 in the right bit positions */ + maskColor[0] = colorMask[0] ? 1.0f : 0.0f; + maskColor[1] = colorMask[1] ? 1.0f : 0.0f; + maskColor[2] = colorMask[2] ? 1.0f : 0.0f; + maskColor[3] = colorMask[3] ? 1.0f : 0.0f; + _mesa_pack_float_rgba_row(format, 1, + (const GLfloat (*)[4]) maskColor, dst); + break; + case GL_SIGNED_NORMALIZED: + case GL_FLOAT: + /* These formats are harder because it's hard to know the floating + * point values that will convert to ~0 for each color channel's bits. + * This solution just generates a non-zero value for each color channel + * then fixes up the non-zero values to be ~0. + * Note: we'll need to add special case code if we ever have to deal + * with formats with unequal color channel sizes, like R11_G11_B10. + * We issue a warning below for channel sizes other than 8,16,32. + */ + { + GLuint bits = _mesa_get_format_max_bits(format); /* bits per chan */ + GLuint bytes = _mesa_get_format_bytes(format); + GLuint i; + + /* this should put non-zero values into the channels of dst */ + maskColor[0] = colorMask[0] ? -1.0f : 0.0f; + maskColor[1] = colorMask[1] ? -1.0f : 0.0f; + maskColor[2] = colorMask[2] ? -1.0f : 0.0f; + maskColor[3] = colorMask[3] ? -1.0f : 0.0f; + _mesa_pack_float_rgba_row(format, 1, + (const GLfloat (*)[4]) maskColor, dst); + + /* fix-up the dst channels by converting non-zero values to ~0 */ + if (bits == 8) { + GLubyte *d = (GLubyte *) dst; + for (i = 0; i < bytes; i++) { + d[i] = d[i] ? 0xff : 0x0; + } + } + else if (bits == 16) { + GLushort *d = (GLushort *) dst; + for (i = 0; i < bytes / 2; i++) { + d[i] = d[i] ? 0xffff : 0x0; + } + } + else if (bits == 32) { + GLuint *d = (GLuint *) dst; + for (i = 0; i < bytes / 4; i++) { + d[i] = d[i] ? 0xffffffffU : 0x0; + } + } + else { + _mesa_problem(NULL, "unexpected size in _mesa_pack_colormask()"); + return; + } + } + break; + default: + _mesa_problem(NULL, "unexpected format data type in gen_color_mask()"); + return; + } +} +""" + +template = Template(string); + +print template.render(argv = argv[0:]) diff --git a/mesalib/src/mesa/main/format_parser.py b/mesalib/src/mesa/main/format_parser.py index 5e45c74de..11184f78e 100644 --- a/mesalib/src/mesa/main/format_parser.py +++ b/mesalib/src/mesa/main/format_parser.py @@ -24,6 +24,8 @@ # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +import sys + VOID = 'x' UNSIGNED = 'u' SIGNED = 's' @@ -102,6 +104,10 @@ class Channel: """Returns true if the size of this channel is a power of two.""" return is_power_of_two(self.size) + def datatype(self): + """Returns the datatype corresponding to a channel type and size""" + return _get_datatype(self.type, self.size) + class Swizzle: """Describes a swizzle operation. @@ -469,6 +475,49 @@ class Format: return channel return None + def datatype(self): + """Returns the datatype corresponding to a format's channel type and size""" + if self.layout == PACKED: + if self.block_size() == 8: + return 'uint8_t' + if self.block_size() == 16: + return 'uint16_t' + if self.block_size() == 32: + return 'uint32_t' + else: + assert False + else: + return _get_datatype(self.channel_type(), self.channel_size()) + +def _get_datatype(type, size): + if type == FLOAT: + if size == 32: + return 'float' + elif size == 16: + return 'uint16_t' + else: + assert False + elif type == UNSIGNED: + if size <= 8: + return 'uint8_t' + elif size <= 16: + return 'uint16_t' + elif size <= 32: + return 'uint32_t' + else: + assert False + elif type == SIGNED: + if size <= 8: + return 'int8_t' + elif size <= 16: + return 'int16_t' + elif size <= 32: + return 'int32_t' + else: + assert False + else: + assert False + def _parse_channels(fields, layout, colorspace, swizzle): channels = [] for field in fields: @@ -515,7 +564,10 @@ def parse(filename): block_height = int(fields[3]) colorspace = fields[9] - swizzle = Swizzle(fields[8]) + try: + swizzle = Swizzle(fields[8]) + except: + sys.exit("error parsing swizzle for format " + name) channels = _parse_channels(fields[4:8], layout, colorspace, swizzle) yield Format(name, layout, block_width, block_height, channels, swizzle, colorspace) diff --git a/mesalib/src/mesa/main/format_unpack.c b/mesalib/src/mesa/main/format_unpack.c deleted file mode 100644 index d5628a9e7..000000000 --- a/mesalib/src/mesa/main/format_unpack.c +++ /dev/null @@ -1,4400 +0,0 @@ -/* - * Mesa 3-D graphics library - * - * Copyright (c) 2011 VMware, Inc. - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL - * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - * OTHER DEALINGS IN THE SOFTWARE. - */ - - -#include "colormac.h" -#include "format_unpack.h" -#include "macros.h" -#include "../../gallium/auxiliary/util/u_format_rgb9e5.h" -#include "../../gallium/auxiliary/util/u_format_r11g11b10f.h" -#include "util/format_srgb.h" - - -/** Helper struct for MESA_FORMAT_Z32_FLOAT_S8X24_UINT */ -struct z32f_x24s8 -{ - float z; - uint32_t x24s8; -}; - - -/* Expand 1, 2, 3, 4, 5, 6-bit values to fill 8 bits */ - -#define EXPAND_1_8(X) ( (X) ? 0xff : 0x0 ) - -#define EXPAND_2_8(X) ( ((X) << 6) | ((X) << 4) | ((X) << 2) | (X) ) - -#define EXPAND_3_8(X) ( ((X) << 5) | ((X) << 2) | ((X) >> 1) ) - -#define EXPAND_4_8(X) ( ((X) << 4) | (X) ) - -#define EXPAND_5_8(X) ( ((X) << 3) | ((X) >> 2) ) - -#define EXPAND_6_8(X) ( ((X) << 2) | ((X) >> 4) ) - - -/**********************************************************************/ -/* Unpack, returning GLfloat colors */ -/**********************************************************************/ - -typedef void (*unpack_rgba_func)(const void *src, GLfloat dst[][4], GLuint n); - - -static void -unpack_A8B8G8R8_UNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = UBYTE_TO_FLOAT( (s[i] >> 24) ); - dst[i][GCOMP] = UBYTE_TO_FLOAT( (s[i] >> 16) & 0xff ); - dst[i][BCOMP] = UBYTE_TO_FLOAT( (s[i] >> 8) & 0xff ); - dst[i][ACOMP] = UBYTE_TO_FLOAT( (s[i] ) & 0xff ); - } -} - -static void -unpack_R8G8B8A8_UNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = UBYTE_TO_FLOAT( (s[i] ) & 0xff ); - dst[i][GCOMP] = UBYTE_TO_FLOAT( (s[i] >> 8) & 0xff ); - dst[i][BCOMP] = UBYTE_TO_FLOAT( (s[i] >> 16) & 0xff ); - dst[i][ACOMP] = UBYTE_TO_FLOAT( (s[i] >> 24) ); - } -} - -static void -unpack_B8G8R8A8_UNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = UBYTE_TO_FLOAT( (s[i] >> 16) & 0xff ); - dst[i][GCOMP] = UBYTE_TO_FLOAT( (s[i] >> 8) & 0xff ); - dst[i][BCOMP] = UBYTE_TO_FLOAT( (s[i] ) & 0xff ); - dst[i][ACOMP] = UBYTE_TO_FLOAT( (s[i] >> 24) ); - } -} - -static void -unpack_A8R8G8B8_UNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = UBYTE_TO_FLOAT( (s[i] >> 8) & 0xff ); - dst[i][GCOMP] = UBYTE_TO_FLOAT( (s[i] >> 16) & 0xff ); - dst[i][BCOMP] = UBYTE_TO_FLOAT( (s[i] >> 24) ); - dst[i][ACOMP] = UBYTE_TO_FLOAT( (s[i] ) & 0xff ); - } -} - -static void -unpack_RGBX8888(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = UBYTE_TO_FLOAT( (s[i] >> 24) ); - dst[i][GCOMP] = UBYTE_TO_FLOAT( (s[i] >> 16) & 0xff ); - dst[i][BCOMP] = UBYTE_TO_FLOAT( (s[i] >> 8) & 0xff ); - dst[i][ACOMP] = 1.0f; - } -} - -static void -unpack_RGBX8888_REV(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = UBYTE_TO_FLOAT( (s[i] ) & 0xff ); - dst[i][GCOMP] = UBYTE_TO_FLOAT( (s[i] >> 8) & 0xff ); - dst[i][BCOMP] = UBYTE_TO_FLOAT( (s[i] >> 16) & 0xff ); - dst[i][ACOMP] = 1.0f; - } -} - -static void -unpack_B8G8R8X8_UNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = UBYTE_TO_FLOAT( (s[i] >> 16) & 0xff ); - dst[i][GCOMP] = UBYTE_TO_FLOAT( (s[i] >> 8) & 0xff ); - dst[i][BCOMP] = UBYTE_TO_FLOAT( (s[i] ) & 0xff ); - dst[i][ACOMP] = 1.0f; - } -} - -static void -unpack_X8R8G8B8_UNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = UBYTE_TO_FLOAT( (s[i] >> 8) & 0xff ); - dst[i][GCOMP] = UBYTE_TO_FLOAT( (s[i] >> 16) & 0xff ); - dst[i][BCOMP] = UBYTE_TO_FLOAT( (s[i] >> 24) ); - dst[i][ACOMP] = 1.0f; - } -} - -static void -unpack_BGR_UNORM8(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLubyte *s = (const GLubyte *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = UBYTE_TO_FLOAT( s[i*3+2] ); - dst[i][GCOMP] = UBYTE_TO_FLOAT( s[i*3+1] ); - dst[i][BCOMP] = UBYTE_TO_FLOAT( s[i*3+0] ); - dst[i][ACOMP] = 1.0F; - } -} - -static void -unpack_RGB_UNORM8(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLubyte *s = (const GLubyte *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = UBYTE_TO_FLOAT( s[i*3+0] ); - dst[i][GCOMP] = UBYTE_TO_FLOAT( s[i*3+1] ); - dst[i][BCOMP] = UBYTE_TO_FLOAT( s[i*3+2] ); - dst[i][ACOMP] = 1.0F; - } -} - -static void -unpack_B5G6R5_UNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLushort *s = ((const GLushort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = ((s[i] >> 11) & 0x1f) * (1.0F / 31.0F); - dst[i][GCOMP] = ((s[i] >> 5 ) & 0x3f) * (1.0F / 63.0F); - dst[i][BCOMP] = ((s[i] ) & 0x1f) * (1.0F / 31.0F); - dst[i][ACOMP] = 1.0F; - } -} - -static void -unpack_R5G6B5_UNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - /* Warning: this function does not match the current Mesa definition - * of MESA_FORMAT_R5G6B5_UNORM. - */ - const GLushort *s = ((const GLushort *) src); - GLuint i; - for (i = 0; i < n; i++) { - GLuint t = (s[i] >> 8) | (s[i] << 8); /* byte swap */ - dst[i][RCOMP] = UBYTE_TO_FLOAT( ((t >> 8) & 0xf8) | ((t >> 13) & 0x7) ); - dst[i][GCOMP] = UBYTE_TO_FLOAT( ((t >> 3) & 0xfc) | ((t >> 9) & 0x3) ); - dst[i][BCOMP] = UBYTE_TO_FLOAT( ((t << 3) & 0xf8) | ((t >> 2) & 0x7) ); - dst[i][ACOMP] = 1.0F; - } -} - -static void -unpack_B4G4R4A4_UNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLushort *s = ((const GLushort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = ((s[i] >> 8) & 0xf) * (1.0F / 15.0F); - dst[i][GCOMP] = ((s[i] >> 4) & 0xf) * (1.0F / 15.0F); - dst[i][BCOMP] = ((s[i] ) & 0xf) * (1.0F / 15.0F); - dst[i][ACOMP] = ((s[i] >> 12) & 0xf) * (1.0F / 15.0F); - } -} - -static void -unpack_A4R4G4B4_UNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLushort *s = ((const GLushort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = ((s[i] >> 4) & 0xf) * (1.0F / 15.0F); - dst[i][GCOMP] = ((s[i] >> 8) & 0xf) * (1.0F / 15.0F); - dst[i][BCOMP] = ((s[i] >> 12) & 0xf) * (1.0F / 15.0F); - dst[i][ACOMP] = ((s[i] ) & 0xf) * (1.0F / 15.0F); - } -} - -static void -unpack_A1B5G5R5_UNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLushort *s = ((const GLushort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = ((s[i] >> 11) & 0x1f) * (1.0F / 31.0F); - dst[i][GCOMP] = ((s[i] >> 6) & 0x1f) * (1.0F / 31.0F); - dst[i][BCOMP] = ((s[i] >> 1) & 0x1f) * (1.0F / 31.0F); - dst[i][ACOMP] = ((s[i] ) & 0x01) * 1.0F; - } -} - -static void -unpack_B5G5R5A1_UNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLushort *s = ((const GLushort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = ((s[i] >> 10) & 0x1f) * (1.0F / 31.0F); - dst[i][GCOMP] = ((s[i] >> 5) & 0x1f) * (1.0F / 31.0F); - dst[i][BCOMP] = ((s[i] >> 0) & 0x1f) * (1.0F / 31.0F); - dst[i][ACOMP] = ((s[i] >> 15) & 0x01) * 1.0F; - } -} - -static void -unpack_A1R5G5B5_UNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - /* Warning: this function does not match the current Mesa definition - * of MESA_FORMAT_A1R5G5B5_UNORM. - */ - const GLushort *s = ((const GLushort *) src); - GLuint i; - for (i = 0; i < n; i++) { - GLushort tmp = (s[i] << 8) | (s[i] >> 8); /* byteswap */ - dst[i][RCOMP] = ((tmp >> 10) & 0x1f) * (1.0F / 31.0F); - dst[i][GCOMP] = ((tmp >> 5) & 0x1f) * (1.0F / 31.0F); - dst[i][BCOMP] = ((tmp >> 0) & 0x1f) * (1.0F / 31.0F); - dst[i][ACOMP] = ((tmp >> 15) & 0x01) * 1.0F; - } -} - -static void -unpack_L4A4_UNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLubyte *s = ((const GLubyte *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = (s[i] & 0xf) * (1.0F / 15.0F); - dst[i][ACOMP] = ((s[i] >> 4) & 0xf) * (1.0F / 15.0F); - } -} - -static void -unpack_L8A8_UNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLushort *s = ((const GLushort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = UBYTE_TO_FLOAT( s[i] & 0xff ); - dst[i][ACOMP] = UBYTE_TO_FLOAT( s[i] >> 8 ); - } -} - -static void -unpack_A8L8_UNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLushort *s = ((const GLushort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = UBYTE_TO_FLOAT( s[i] >> 8 ); - dst[i][ACOMP] = UBYTE_TO_FLOAT( s[i] & 0xff ); - } -} - -static void -unpack_L16A16_UNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = USHORT_TO_FLOAT( s[i] & 0xffff ); - dst[i][ACOMP] = USHORT_TO_FLOAT( s[i] >> 16 ); - } -} - -static void -unpack_A16L16_UNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = USHORT_TO_FLOAT( s[i] >> 16 ); - dst[i][ACOMP] = USHORT_TO_FLOAT( s[i] & 0xffff ); - } -} - -static void -unpack_B2G3R3_UNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLubyte *s = ((const GLubyte *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = ((s[i] >> 5) & 0x7) * (1.0F / 7.0F); - dst[i][GCOMP] = ((s[i] >> 2) & 0x7) * (1.0F / 7.0F); - dst[i][BCOMP] = ((s[i] ) & 0x3) * (1.0F / 3.0F); - dst[i][ACOMP] = 1.0F; - } -} - - -static void -unpack_A_UNORM8(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLubyte *s = ((const GLubyte *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = 0.0F; - dst[i][ACOMP] = UBYTE_TO_FLOAT(s[i]); - } -} - -static void -unpack_A_UNORM16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLushort *s = ((const GLushort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = 0.0F; - dst[i][ACOMP] = USHORT_TO_FLOAT(s[i]); - } -} - -static void -unpack_L_UNORM8(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLubyte *s = ((const GLubyte *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = UBYTE_TO_FLOAT(s[i]); - dst[i][ACOMP] = 1.0F; - } -} - -static void -unpack_L_UNORM16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLushort *s = ((const GLushort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = USHORT_TO_FLOAT(s[i]); - dst[i][ACOMP] = 1.0F; - } -} - -static void -unpack_I_UNORM8(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLubyte *s = ((const GLubyte *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = - dst[i][ACOMP] = UBYTE_TO_FLOAT(s[i]); - } -} - -static void -unpack_I_UNORM16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLushort *s = ((const GLushort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = - dst[i][ACOMP] = USHORT_TO_FLOAT(s[i]); - } -} - -static void -unpack_YCBCR(const void *src, GLfloat dst[][4], GLuint n) -{ - GLuint i; - for (i = 0; i < n; i++) { - const GLushort *src0 = ((const GLushort *) src) + i * 2; /* even */ - const GLushort *src1 = src0 + 1; /* odd */ - const GLubyte y0 = (*src0 >> 8) & 0xff; /* luminance */ - const GLubyte cb = *src0 & 0xff; /* chroma U */ - const GLubyte y1 = (*src1 >> 8) & 0xff; /* luminance */ - const GLubyte cr = *src1 & 0xff; /* chroma V */ - const GLubyte y = (i & 1) ? y1 : y0; /* choose even/odd luminance */ - GLfloat r = 1.164F * (y - 16) + 1.596F * (cr - 128); - GLfloat g = 1.164F * (y - 16) - 0.813F * (cr - 128) - 0.391F * (cb - 128); - GLfloat b = 1.164F * (y - 16) + 2.018F * (cb - 128); - r *= (1.0F / 255.0F); - g *= (1.0F / 255.0F); - b *= (1.0F / 255.0F); - dst[i][RCOMP] = CLAMP(r, 0.0F, 1.0F); - dst[i][GCOMP] = CLAMP(g, 0.0F, 1.0F); - dst[i][BCOMP] = CLAMP(b, 0.0F, 1.0F); - dst[i][ACOMP] = 1.0F; - } -} - -static void -unpack_YCBCR_REV(const void *src, GLfloat dst[][4], GLuint n) -{ - GLuint i; - for (i = 0; i < n; i++) { - const GLushort *src0 = ((const GLushort *) src) + i * 2; /* even */ - const GLushort *src1 = src0 + 1; /* odd */ - const GLubyte y0 = *src0 & 0xff; /* luminance */ - const GLubyte cr = (*src0 >> 8) & 0xff; /* chroma V */ - const GLubyte y1 = *src1 & 0xff; /* luminance */ - const GLubyte cb = (*src1 >> 8) & 0xff; /* chroma U */ - const GLubyte y = (i & 1) ? y1 : y0; /* choose even/odd luminance */ - GLfloat r = 1.164F * (y - 16) + 1.596F * (cr - 128); - GLfloat g = 1.164F * (y - 16) - 0.813F * (cr - 128) - 0.391F * (cb - 128); - GLfloat b = 1.164F * (y - 16) + 2.018F * (cb - 128); - r *= (1.0F / 255.0F); - g *= (1.0F / 255.0F); - b *= (1.0F / 255.0F); - dst[i][RCOMP] = CLAMP(r, 0.0F, 1.0F); - dst[i][GCOMP] = CLAMP(g, 0.0F, 1.0F); - dst[i][BCOMP] = CLAMP(b, 0.0F, 1.0F); - dst[i][ACOMP] = 1.0F; - } -} - -static void -unpack_R_UNORM8(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLubyte *s = ((const GLubyte *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][0] = UBYTE_TO_FLOAT(s[i]); - dst[i][1] = - dst[i][2] = 0.0F; - dst[i][3] = 1.0F; - } -} - -static void -unpack_R8G8_UNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLushort *s = ((const GLushort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = UBYTE_TO_FLOAT( s[i] & 0xff ); - dst[i][GCOMP] = UBYTE_TO_FLOAT( s[i] >> 8 ); - dst[i][BCOMP] = 0.0; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_G8R8_UNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLushort *s = ((const GLushort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = UBYTE_TO_FLOAT( s[i] >> 8 ); - dst[i][GCOMP] = UBYTE_TO_FLOAT( s[i] & 0xff ); - dst[i][BCOMP] = 0.0; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_R_UNORM16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLushort *s = ((const GLushort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = USHORT_TO_FLOAT(s[i]); - dst[i][GCOMP] = 0.0; - dst[i][BCOMP] = 0.0; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_R16G16_UNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = USHORT_TO_FLOAT( s[i] & 0xffff ); - dst[i][GCOMP] = USHORT_TO_FLOAT( s[i] >> 16 ); - dst[i][BCOMP] = 0.0; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_G16R16_UNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = USHORT_TO_FLOAT( s[i] >> 16 ); - dst[i][GCOMP] = USHORT_TO_FLOAT( s[i] & 0xffff ); - dst[i][BCOMP] = 0.0; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_B10G10R10A2_UNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = ((s[i] >> 20) & 0x3ff) * (1.0F / 1023.0F); - dst[i][GCOMP] = ((s[i] >> 10) & 0x3ff) * (1.0F / 1023.0F); - dst[i][BCOMP] = ((s[i] >> 0) & 0x3ff) * (1.0F / 1023.0F); - dst[i][ACOMP] = ((s[i] >> 30) & 0x03) * (1.0F / 3.0F); - } -} - - -static void -unpack_B10G10R10A2_UINT(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = (const GLuint *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (GLfloat)((s[i] >> 20) & 0x3ff); - dst[i][GCOMP] = (GLfloat)((s[i] >> 10) & 0x3ff); - dst[i][BCOMP] = (GLfloat)((s[i] >> 0) & 0x3ff); - dst[i][ACOMP] = (GLfloat)((s[i] >> 30) & 0x03); - } -} - - -static void -unpack_R10G10B10A2_UINT(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (GLfloat)((s[i] >> 0) & 0x3ff); - dst[i][GCOMP] = (GLfloat)((s[i] >> 10) & 0x3ff); - dst[i][BCOMP] = (GLfloat)((s[i] >> 20) & 0x3ff); - dst[i][ACOMP] = (GLfloat)((s[i] >> 30) & 0x03); - } -} - - -static void -unpack_S8_UINT_Z24_UNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - /* only return Z, not stencil data */ - const GLuint *s = ((const GLuint *) src); - const GLdouble scale = 1.0 / (GLdouble) 0xffffff; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][0] = - dst[i][1] = - dst[i][2] = (GLfloat) ((s[i] >> 8) * scale); - dst[i][3] = 1.0F; - ASSERT(dst[i][0] >= 0.0F); - ASSERT(dst[i][0] <= 1.0F); - } -} - -static void -unpack_Z24_UNORM_S8_UINT(const void *src, GLfloat dst[][4], GLuint n) -{ - /* only return Z, not stencil data */ - const GLuint *s = ((const GLuint *) src); - const GLdouble scale = 1.0 / (GLdouble) 0xffffff; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][0] = - dst[i][1] = - dst[i][2] = (float) ((s[i] & 0x00ffffff) * scale); - dst[i][3] = 1.0F; - ASSERT(dst[i][0] >= 0.0F); - ASSERT(dst[i][0] <= 1.0F); - } -} - -static void -unpack_Z_UNORM16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLushort *s = ((const GLushort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][0] = - dst[i][1] = - dst[i][2] = s[i] * (1.0F / 65535.0F); - dst[i][3] = 1.0F; - } -} - -static void -unpack_Z24_UNORM_X8_UINT(const void *src, GLfloat dst[][4], GLuint n) -{ - unpack_Z24_UNORM_S8_UINT(src, dst, n); -} - -static void -unpack_X8_UINT_Z24_UNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - unpack_S8_UINT_Z24_UNORM(src, dst, n); -} - -static void -unpack_Z_UNORM32(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][0] = - dst[i][1] = - dst[i][2] = s[i] * (1.0F / 0xffffffff); - dst[i][3] = 1.0F; - } -} - -static void -unpack_Z32_FLOAT_S8X24_UINT(const void *src, GLfloat dst[][4], GLuint n) -{ - const struct z32f_x24s8 *s = (const struct z32f_x24s8 *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][0] = - dst[i][1] = - dst[i][2] = s[i].z; - dst[i][3] = 1.0F; - } -} - -static void -unpack_Z_FLOAT32(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLfloat *s = ((const GLfloat *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][0] = - dst[i][1] = - dst[i][2] = s[i]; - dst[i][3] = 1.0F; - } -} - - -static void -unpack_S8(const void *src, GLfloat dst[][4], GLuint n) -{ - /* should never be used */ - GLuint i; - for (i = 0; i < n; i++) { - dst[i][0] = - dst[i][1] = - dst[i][2] = 0.0F; - dst[i][3] = 1.0F; - } -} - - -static void -unpack_BGR_SRGB8(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLubyte *s = (const GLubyte *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = util_format_srgb_8unorm_to_linear_float(s[i*3+2]); - dst[i][GCOMP] = util_format_srgb_8unorm_to_linear_float(s[i*3+1]); - dst[i][BCOMP] = util_format_srgb_8unorm_to_linear_float(s[i*3+0]); - dst[i][ACOMP] = 1.0F; - } -} - -static void -unpack_A8B8G8R8_SRGB(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = util_format_srgb_8unorm_to_linear_float( (s[i] >> 24) ); - dst[i][GCOMP] = util_format_srgb_8unorm_to_linear_float( (s[i] >> 16) & 0xff ); - dst[i][BCOMP] = util_format_srgb_8unorm_to_linear_float( (s[i] >> 8) & 0xff ); - dst[i][ACOMP] = UBYTE_TO_FLOAT( s[i] & 0xff ); /* linear! */ - } -} - -static void -unpack_B8G8R8A8_SRGB(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = util_format_srgb_8unorm_to_linear_float( (s[i] >> 16) & 0xff ); - dst[i][GCOMP] = util_format_srgb_8unorm_to_linear_float( (s[i] >> 8) & 0xff ); - dst[i][BCOMP] = util_format_srgb_8unorm_to_linear_float( (s[i] ) & 0xff ); - dst[i][ACOMP] = UBYTE_TO_FLOAT( s[i] >> 24 ); /* linear! */ - } -} - -static void -unpack_A8R8G8B8_SRGB(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = util_format_srgb_8unorm_to_linear_float( (s[i] >> 8) & 0xff ); - dst[i][GCOMP] = util_format_srgb_8unorm_to_linear_float( (s[i] >> 16) & 0xff ); - dst[i][BCOMP] = util_format_srgb_8unorm_to_linear_float( (s[i] >> 24) ); - dst[i][ACOMP] = UBYTE_TO_FLOAT( s[i] & 0xff ); /* linear! */ - } -} - -static void -unpack_R8G8B8A8_SRGB(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = util_format_srgb_8unorm_to_linear_float( (s[i] ) & 0xff ); - dst[i][GCOMP] = util_format_srgb_8unorm_to_linear_float( (s[i] >> 8) & 0xff ); - dst[i][BCOMP] = util_format_srgb_8unorm_to_linear_float( (s[i] >> 16) & 0xff ); - dst[i][ACOMP] = UBYTE_TO_FLOAT( s[i] >> 24 ); /* linear! */ - } -} - -static void -unpack_L_SRGB8(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLubyte *s = ((const GLubyte *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = util_format_srgb_8unorm_to_linear_float(s[i]); - dst[i][ACOMP] = 1.0F; - } -} - -static void -unpack_L8A8_SRGB(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLushort *s = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = util_format_srgb_8unorm_to_linear_float(s[i] & 0xff); - dst[i][ACOMP] = UBYTE_TO_FLOAT(s[i] >> 8); /* linear! */ - } -} - -static void -unpack_A8L8_SRGB(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLushort *s = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = util_format_srgb_8unorm_to_linear_float(s[i] >> 8); - dst[i][ACOMP] = UBYTE_TO_FLOAT(s[i] & 0xff); /* linear! */ - } -} - -static void -unpack_SRGB_DXT1(const void *src, GLfloat dst[][4], GLuint n) -{ -} - -static void -unpack_SRGBA_DXT1(const void *src, GLfloat dst[][4], GLuint n) -{ -} - -static void -unpack_SRGBA_DXT3(const void *src, GLfloat dst[][4], GLuint n) -{ -} - -static void -unpack_SRGBA_DXT5(const void *src, GLfloat dst[][4], GLuint n) -{ -} - -static void -unpack_RGB_FXT1(const void *src, GLfloat dst[][4], GLuint n) -{ -} - -static void -unpack_RGBA_FXT1(const void *src, GLfloat dst[][4], GLuint n) -{ -} - -static void -unpack_RGB_DXT1(const void *src, GLfloat dst[][4], GLuint n) -{ -} - -static void -unpack_RGBA_DXT1(const void *src, GLfloat dst[][4], GLuint n) -{ -} - -static void -unpack_RGBA_DXT3(const void *src, GLfloat dst[][4], GLuint n) -{ -} - -static void -unpack_RGBA_DXT5(const void *src, GLfloat dst[][4], GLuint n) -{ -} - - -static void -unpack_RGBA_FLOAT32(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLfloat *s = (const GLfloat *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = s[i*4+0]; - dst[i][GCOMP] = s[i*4+1]; - dst[i][BCOMP] = s[i*4+2]; - dst[i][ACOMP] = s[i*4+3]; - } -} - -static void -unpack_RGBA_FLOAT16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLhalfARB *s = (const GLhalfARB *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = _mesa_half_to_float(s[i*4+0]); - dst[i][GCOMP] = _mesa_half_to_float(s[i*4+1]); - dst[i][BCOMP] = _mesa_half_to_float(s[i*4+2]); - dst[i][ACOMP] = _mesa_half_to_float(s[i*4+3]); - } -} - -static void -unpack_RGB_FLOAT32(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLfloat *s = (const GLfloat *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = s[i*3+0]; - dst[i][GCOMP] = s[i*3+1]; - dst[i][BCOMP] = s[i*3+2]; - dst[i][ACOMP] = 1.0F; - } -} - -static void -unpack_RGB_FLOAT16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLhalfARB *s = (const GLhalfARB *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = _mesa_half_to_float(s[i*3+0]); - dst[i][GCOMP] = _mesa_half_to_float(s[i*3+1]); - dst[i][BCOMP] = _mesa_half_to_float(s[i*3+2]); - dst[i][ACOMP] = 1.0F; - } -} - -static void -unpack_A_FLOAT32(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLfloat *s = (const GLfloat *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = 0.0F; - dst[i][ACOMP] = s[i]; - } -} - -static void -unpack_A_FLOAT16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLhalfARB *s = (const GLhalfARB *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = 0.0F; - dst[i][ACOMP] = _mesa_half_to_float(s[i]); - } -} - -static void -unpack_L_FLOAT32(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLfloat *s = (const GLfloat *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = s[i]; - dst[i][ACOMP] = 1.0F; - } -} - -static void -unpack_L_FLOAT16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLhalfARB *s = (const GLhalfARB *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = _mesa_half_to_float(s[i]); - dst[i][ACOMP] = 1.0F; - } -} - -static void -unpack_LA_FLOAT32(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLfloat *s = (const GLfloat *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = s[i*2+0]; - dst[i][ACOMP] = s[i*2+1]; - } -} - -static void -unpack_LA_FLOAT16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLhalfARB *s = (const GLhalfARB *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = _mesa_half_to_float(s[i*2+0]); - dst[i][ACOMP] = _mesa_half_to_float(s[i*2+1]); - } -} - -static void -unpack_I_FLOAT32(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLfloat *s = (const GLfloat *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = - dst[i][ACOMP] = s[i]; - } -} - -static void -unpack_I_FLOAT16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLhalfARB *s = (const GLhalfARB *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = - dst[i][ACOMP] = _mesa_half_to_float(s[i]); - } -} - -static void -unpack_R_FLOAT32(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLfloat *s = (const GLfloat *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = s[i]; - dst[i][GCOMP] = 0.0F; - dst[i][BCOMP] = 0.0F; - dst[i][ACOMP] = 1.0F; - } -} - -static void -unpack_R_FLOAT16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLhalfARB *s = (const GLhalfARB *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = _mesa_half_to_float(s[i]); - dst[i][GCOMP] = 0.0F; - dst[i][BCOMP] = 0.0F; - dst[i][ACOMP] = 1.0F; - } -} - -static void -unpack_RG_FLOAT32(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLfloat *s = (const GLfloat *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = s[i*2+0]; - dst[i][GCOMP] = s[i*2+1]; - dst[i][BCOMP] = 0.0F; - dst[i][ACOMP] = 1.0F; - } -} - -static void -unpack_RG_FLOAT16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLhalfARB *s = (const GLhalfARB *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = _mesa_half_to_float(s[i*2+0]); - dst[i][GCOMP] = _mesa_half_to_float(s[i*2+1]); - dst[i][BCOMP] = 0.0F; - dst[i][ACOMP] = 1.0F; - } -} - -static void -unpack_ALPHA_UINT8(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLubyte *s = (const GLubyte *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = 0.0; - dst[i][ACOMP] = (GLfloat) s[i]; - } -} - -static void -unpack_ALPHA_UINT16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLushort *s = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = 0.0; - dst[i][ACOMP] = (GLfloat) s[i]; - } -} - -static void -unpack_ALPHA_UINT32(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = (const GLuint *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = 0.0; - dst[i][ACOMP] = (GLfloat) s[i]; - } -} - -static void -unpack_ALPHA_INT8(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLbyte *s = (const GLbyte *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = 0.0; - dst[i][ACOMP] = (GLfloat) s[i]; - } -} - -static void -unpack_ALPHA_INT16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLshort *s = (const GLshort *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = 0.0; - dst[i][ACOMP] = (GLfloat) s[i]; - } -} - -static void -unpack_ALPHA_INT32(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLint *s = (const GLint *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = 0.0; - dst[i][ACOMP] = (GLfloat) s[i]; - } -} - -static void -unpack_INTENSITY_UINT8(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLubyte *s = (const GLubyte *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = - dst[i][ACOMP] = (GLfloat) s[i]; - } -} - -static void -unpack_INTENSITY_UINT16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLushort *s = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = - dst[i][ACOMP] = (GLfloat) s[i]; - } -} - -static void -unpack_INTENSITY_UINT32(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = (const GLuint *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = - dst[i][ACOMP] = (GLfloat) s[i]; - } -} - -static void -unpack_INTENSITY_INT8(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLbyte *s = (const GLbyte *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = - dst[i][ACOMP] = (GLfloat) s[i]; - } -} - -static void -unpack_INTENSITY_INT16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLshort *s = (const GLshort *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = - dst[i][ACOMP] = (GLfloat) s[i]; - } -} - -static void -unpack_INTENSITY_INT32(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLint *s = (const GLint *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = - dst[i][ACOMP] = (GLfloat) s[i]; - } -} - -static void -unpack_LUMINANCE_UINT8(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLubyte *s = (const GLubyte *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = dst[i][GCOMP] = dst[i][BCOMP] = (GLfloat) s[i]; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_LUMINANCE_UINT16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLushort *s = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = dst[i][GCOMP] = dst[i][BCOMP] = (GLfloat) s[i]; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_LUMINANCE_UINT32(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = (const GLuint *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = dst[i][GCOMP] = dst[i][BCOMP] = (GLfloat) s[i]; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_LUMINANCE_INT8(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLbyte *s = (const GLbyte *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = dst[i][GCOMP] = dst[i][BCOMP] = (GLfloat) s[i]; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_LUMINANCE_INT16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLshort *s = (const GLshort *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = dst[i][GCOMP] = dst[i][BCOMP] = (GLfloat) s[i]; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_LUMINANCE_INT32(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLint *s = (const GLint *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = dst[i][GCOMP] = dst[i][BCOMP] = (GLfloat) s[i]; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_LUMINANCE_ALPHA_UINT8(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLubyte *s = (const GLubyte *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = (GLfloat) s[2*i+0]; - dst[i][ACOMP] = (GLfloat) s[2*i+1]; - } -} - -static void -unpack_LUMINANCE_ALPHA_UINT16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLushort *s = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = (GLfloat) s[2*i+0]; - dst[i][ACOMP] = (GLfloat) s[2*i+1]; - } -} - -static void -unpack_LUMINANCE_ALPHA_UINT32(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = (const GLuint *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = (GLfloat) s[2*i+0]; - dst[i][ACOMP] = (GLfloat) s[2*i+1]; - } -} - -static void -unpack_LUMINANCE_ALPHA_INT8(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLbyte *s = (const GLbyte *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = (GLfloat) s[2*i+0]; - dst[i][ACOMP] = (GLfloat) s[2*i+1]; - } -} - -static void -unpack_LUMINANCE_ALPHA_INT16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLshort *s = (const GLshort *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = (GLfloat) s[2*i+0]; - dst[i][ACOMP] = (GLfloat) s[2*i+1]; - } -} - -static void -unpack_LUMINANCE_ALPHA_INT32(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLint *s = (const GLint *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = (GLfloat) s[2*i+0]; - dst[i][ACOMP] = (GLfloat) s[2*i+1]; - } -} - -static void -unpack_R_INT8(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLbyte *s = (const GLbyte *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (GLfloat) s[i]; - dst[i][GCOMP] = 0.0; - dst[i][BCOMP] = 0.0; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_RG_INT8(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLbyte *s = (const GLbyte *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (GLfloat) s[i*2+0]; - dst[i][GCOMP] = (GLfloat) s[i*2+1]; - dst[i][BCOMP] = 0.0; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_RGB_INT8(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLbyte *s = (const GLbyte *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (GLfloat) s[i*3+0]; - dst[i][GCOMP] = (GLfloat) s[i*3+1]; - dst[i][BCOMP] = (GLfloat) s[i*3+2]; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_RGBA_INT8(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLbyte *s = (const GLbyte *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (GLfloat) s[i*4+0]; - dst[i][GCOMP] = (GLfloat) s[i*4+1]; - dst[i][BCOMP] = (GLfloat) s[i*4+2]; - dst[i][ACOMP] = (GLfloat) s[i*4+3]; - } -} - -static void -unpack_R_INT16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLshort *s = (const GLshort *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (GLfloat) s[i]; - dst[i][GCOMP] = 0.0; - dst[i][BCOMP] = 0.0; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_RG_INT16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLshort *s = (const GLshort *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (GLfloat) s[i*2+0]; - dst[i][GCOMP] = (GLfloat) s[i*2+1]; - dst[i][BCOMP] = 0.0; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_RGB_INT16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLshort *s = (const GLshort *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (GLfloat) s[i*3+0]; - dst[i][GCOMP] = (GLfloat) s[i*3+1]; - dst[i][BCOMP] = (GLfloat) s[i*3+2]; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_RGBA_INT16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLshort *s = (const GLshort *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (GLfloat) s[i*4+0]; - dst[i][GCOMP] = (GLfloat) s[i*4+1]; - dst[i][BCOMP] = (GLfloat) s[i*4+2]; - dst[i][ACOMP] = (GLfloat) s[i*4+3]; - } -} - -static void -unpack_R_INT32(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLint *s = (const GLint *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (GLfloat) s[i]; - dst[i][GCOMP] = 0.0; - dst[i][BCOMP] = 0.0; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_RG_INT32(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLint *s = (const GLint *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (GLfloat) s[i*2+0]; - dst[i][GCOMP] = (GLfloat) s[i*2+1]; - dst[i][BCOMP] = 0.0; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_RGB_INT32(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLint *s = (const GLint *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (GLfloat) s[i*3+0]; - dst[i][GCOMP] = (GLfloat) s[i*3+1]; - dst[i][BCOMP] = (GLfloat) s[i*3+2]; - dst[i][ACOMP] = 1.0; - } -} - - -static void -unpack_RGBA_INT32(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLint *s = (const GLint *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (GLfloat) s[i*4+0]; - dst[i][GCOMP] = (GLfloat) s[i*4+1]; - dst[i][BCOMP] = (GLfloat) s[i*4+2]; - dst[i][ACOMP] = (GLfloat) s[i*4+3]; - } -} - -static void -unpack_R_UINT8(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLubyte *s = (const GLubyte *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (GLfloat) s[i]; - dst[i][GCOMP] = 0.0; - dst[i][BCOMP] = 0.0; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_RG_UINT8(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLubyte *s = (const GLubyte *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (GLfloat) s[i*2+0]; - dst[i][GCOMP] = (GLfloat) s[i*2+1]; - dst[i][BCOMP] = 0.0; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_RGB_UINT8(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLubyte *s = (const GLubyte *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (GLfloat) s[i*3+0]; - dst[i][GCOMP] = (GLfloat) s[i*3+1]; - dst[i][BCOMP] = (GLfloat) s[i*3+2]; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_RGBA_UINT8(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLubyte *s = (const GLubyte *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (GLfloat) s[i*4+0]; - dst[i][GCOMP] = (GLfloat) s[i*4+1]; - dst[i][BCOMP] = (GLfloat) s[i*4+2]; - dst[i][ACOMP] = (GLfloat) s[i*4+3]; - } -} - -static void -unpack_R_UINT16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLushort *s = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (GLfloat) s[i]; - dst[i][GCOMP] = 0.0; - dst[i][BCOMP] = 0.0; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_RG_UINT16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLushort *s = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (GLfloat) s[i*2+0]; - dst[i][GCOMP] = (GLfloat) s[i*2+1]; - dst[i][BCOMP] = 0.0; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_RGB_UINT16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLushort *s = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (GLfloat) s[i*3+0]; - dst[i][GCOMP] = (GLfloat) s[i*3+1]; - dst[i][BCOMP] = (GLfloat) s[i*3+2]; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_RGBA_UINT16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLushort *s = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (GLfloat) s[i*4+0]; - dst[i][GCOMP] = (GLfloat) s[i*4+1]; - dst[i][BCOMP] = (GLfloat) s[i*4+2]; - dst[i][ACOMP] = (GLfloat) s[i*4+3]; - } -} - -static void -unpack_R_UINT32(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = (const GLuint *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (GLfloat) s[i]; - dst[i][GCOMP] = 0.0; - dst[i][BCOMP] = 0.0; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_RG_UINT32(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = (const GLuint *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (GLfloat) s[i*2+0]; - dst[i][GCOMP] = (GLfloat) s[i*2+1]; - dst[i][BCOMP] = 0.0; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_RGB_UINT32(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = (const GLuint *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (GLfloat) s[i*3+0]; - dst[i][GCOMP] = (GLfloat) s[i*3+1]; - dst[i][BCOMP] = (GLfloat) s[i*3+2]; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_RGBA_UINT32(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = (const GLuint *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (GLfloat) s[i*4+0]; - dst[i][GCOMP] = (GLfloat) s[i*4+1]; - dst[i][BCOMP] = (GLfloat) s[i*4+2]; - dst[i][ACOMP] = (GLfloat) s[i*4+3]; - } -} - -static void -unpack_R_SNORM8(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLbyte *s = ((const GLbyte *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = BYTE_TO_FLOAT_TEX( s[i] ); - dst[i][GCOMP] = 0.0F; - dst[i][BCOMP] = 0.0F; - dst[i][ACOMP] = 1.0F; - } -} - -static void -unpack_R8G8_SNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLushort *s = ((const GLushort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] & 0xff) ); - dst[i][GCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] >> 8) ); - dst[i][BCOMP] = 0.0F; - dst[i][ACOMP] = 1.0F; - } -} - -static void -unpack_X8B8G8R8_SNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] >> 24) ); - dst[i][GCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] >> 16) ); - dst[i][BCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] >> 8) ); - dst[i][ACOMP] = 1.0f; - } -} - -static void -unpack_A8B8G8R8_SNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] >> 24) ); - dst[i][GCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] >> 16) ); - dst[i][BCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] >> 8) ); - dst[i][ACOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] ) ); - } -} - -static void -unpack_R8G8B8A8_SNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] ) ); - dst[i][GCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] >> 8) ); - dst[i][BCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] >> 16) ); - dst[i][ACOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] >> 24) ); - } -} - -static void -unpack_R_SNORM16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLshort *s = ((const GLshort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = SHORT_TO_FLOAT_TEX( s[i] ); - dst[i][GCOMP] = 0.0F; - dst[i][BCOMP] = 0.0F; - dst[i][ACOMP] = 1.0F; - } -} - -static void -unpack_R16G16_SNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = SHORT_TO_FLOAT_TEX( (GLshort) (s[i] & 0xffff) ); - dst[i][GCOMP] = SHORT_TO_FLOAT_TEX( (GLshort) (s[i] >> 16) ); - dst[i][BCOMP] = 0.0F; - dst[i][ACOMP] = 1.0F; - } -} - -static void -unpack_RGB_SNORM16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLshort *s = (const GLshort *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = SHORT_TO_FLOAT_TEX( s[i*3+0] ); - dst[i][GCOMP] = SHORT_TO_FLOAT_TEX( s[i*3+1] ); - dst[i][BCOMP] = SHORT_TO_FLOAT_TEX( s[i*3+2] ); - dst[i][ACOMP] = 1.0F; - } -} - -static void -unpack_RGBA_SNORM16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLshort *s = (const GLshort *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = SHORT_TO_FLOAT_TEX( s[i*4+0] ); - dst[i][GCOMP] = SHORT_TO_FLOAT_TEX( s[i*4+1] ); - dst[i][BCOMP] = SHORT_TO_FLOAT_TEX( s[i*4+2] ); - dst[i][ACOMP] = SHORT_TO_FLOAT_TEX( s[i*4+3] ); - } -} - -static void -unpack_RGBA_16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLushort *s = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = USHORT_TO_FLOAT( s[i*4+0] ); - dst[i][GCOMP] = USHORT_TO_FLOAT( s[i*4+1] ); - dst[i][BCOMP] = USHORT_TO_FLOAT( s[i*4+2] ); - dst[i][ACOMP] = USHORT_TO_FLOAT( s[i*4+3] ); - } -} - -static void -unpack_RED_RGTC1(const void *src, GLfloat dst[][4], GLuint n) -{ - /* XXX to do */ -} - -static void -unpack_SIGNED_RED_RGTC1(const void *src, GLfloat dst[][4], GLuint n) -{ - /* XXX to do */ -} - -static void -unpack_RG_RGTC2(const void *src, GLfloat dst[][4], GLuint n) -{ - /* XXX to do */ -} - -static void -unpack_SIGNED_RG_RGTC2(const void *src, GLfloat dst[][4], GLuint n) -{ - /* XXX to do */ -} - -static void -unpack_L_LATC1(const void *src, GLfloat dst[][4], GLuint n) -{ - /* XXX to do */ -} - -static void -unpack_SIGNED_L_LATC1(const void *src, GLfloat dst[][4], GLuint n) -{ - /* XXX to do */ -} - -static void -unpack_LA_LATC2(const void *src, GLfloat dst[][4], GLuint n) -{ - /* XXX to do */ -} - -static void -unpack_SIGNED_LA_LATC2(const void *src, GLfloat dst[][4], GLuint n) -{ - /* XXX to do */ -} - -static void -unpack_ETC1_RGB8(const void *src, GLfloat dst[][4], GLuint n) -{ - /* XXX to do */ -} - -static void -unpack_ETC2_RGB8(const void *src, GLfloat dst[][4], GLuint n) -{ - /* XXX to do */ -} - -static void -unpack_ETC2_SRGB8(const void *src, GLfloat dst[][4], GLuint n) -{ - /* XXX to do */ -} - -static void -unpack_ETC2_RGBA8_EAC(const void *src, GLfloat dst[][4], GLuint n) -{ - /* XXX to do */ -} - -static void -unpack_ETC2_SRGB8_ALPHA8_EAC(const void *src, GLfloat dst[][4], GLuint n) -{ - /* XXX to do */ -} - -static void -unpack_ETC2_R11_EAC(const void *src, GLfloat dst[][4], GLuint n) -{ - /* XXX to do */ -} - -static void -unpack_ETC2_RG11_EAC(const void *src, GLfloat dst[][4], GLuint n) -{ - /* XXX to do */ -} - -static void -unpack_ETC2_SIGNED_R11_EAC(const void *src, GLfloat dst[][4], GLuint n) -{ - /* XXX to do */ -} - -static void -unpack_ETC2_SIGNED_RG11_EAC(const void *src, GLfloat dst[][4], GLuint n) -{ - /* XXX to do */ -} - -static void -unpack_ETC2_RGB8_PUNCHTHROUGH_ALPHA1(const void *src, GLfloat dst[][4], - GLuint n) -{ - /* XXX to do */ -} - -static void -unpack_ETC2_SRGB8_PUNCHTHROUGH_ALPHA1(const void *src, GLfloat dst[][4], - GLuint n) -{ - /* XXX to do */ -} - -static void -unpack_A_SNORM8(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLbyte *s = ((const GLbyte *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = 0.0F; - dst[i][GCOMP] = 0.0F; - dst[i][BCOMP] = 0.0F; - dst[i][ACOMP] = BYTE_TO_FLOAT_TEX( s[i] ); - } -} - -static void -unpack_L_SNORM8(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLbyte *s = ((const GLbyte *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = BYTE_TO_FLOAT_TEX( s[i] ); - dst[i][ACOMP] = 1.0F; - } -} - -static void -unpack_L8A8_SNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLshort *s = ((const GLshort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] & 0xff) ); - dst[i][ACOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] >> 8) ); - } -} - - -static void -unpack_A8L8_SNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLshort *s = ((const GLshort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] >> 8) ); - dst[i][ACOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] & 0xff) ); - } -} - -static void -unpack_I_SNORM8(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLbyte *s = ((const GLbyte *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = - dst[i][ACOMP] = BYTE_TO_FLOAT_TEX( s[i] ); - } -} - -static void -unpack_A_SNORM16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLshort *s = ((const GLshort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = 0.0F; - dst[i][GCOMP] = 0.0F; - dst[i][BCOMP] = 0.0F; - dst[i][ACOMP] = SHORT_TO_FLOAT_TEX( s[i] ); - } -} - -static void -unpack_L_SNORM16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLshort *s = ((const GLshort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = SHORT_TO_FLOAT_TEX( s[i] ); - dst[i][ACOMP] = 1.0F; - } -} - -static void -unpack_LA_SNORM16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLshort *s = (const GLshort *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = SHORT_TO_FLOAT_TEX( s[i*2+0] ); - dst[i][ACOMP] = SHORT_TO_FLOAT_TEX( s[i*2+1] ); - } -} - -static void -unpack_I_SNORM16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLshort *s = ((const GLshort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = - dst[i][ACOMP] = SHORT_TO_FLOAT_TEX( s[i] ); - } -} - -static void -unpack_R9G9B9E5_FLOAT(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = (const GLuint *) src; - GLuint i; - for (i = 0; i < n; i++) { - rgb9e5_to_float3(s[i], dst[i]); - dst[i][ACOMP] = 1.0F; - } -} - -static void -unpack_R11G11B10_FLOAT(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = (const GLuint *) src; - GLuint i; - for (i = 0; i < n; i++) { - r11g11b10f_to_float3(s[i], dst[i]); - dst[i][ACOMP] = 1.0F; - } -} - -static void -unpack_XRGB4444_UNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLushort *s = ((const GLushort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = ((s[i] >> 8) & 0xf) * (1.0F / 15.0F); - dst[i][GCOMP] = ((s[i] >> 4) & 0xf) * (1.0F / 15.0F); - dst[i][BCOMP] = ((s[i] ) & 0xf) * (1.0F / 15.0F); - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_XRGB1555_UNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLushort *s = ((const GLushort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = ((s[i] >> 10) & 0x1f) * (1.0F / 31.0F); - dst[i][GCOMP] = ((s[i] >> 5) & 0x1f) * (1.0F / 31.0F); - dst[i][BCOMP] = ((s[i] >> 0) & 0x1f) * (1.0F / 31.0F); - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_R8G8B8X8_SNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] ) ); - dst[i][GCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] >> 8) ); - dst[i][BCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] >> 16) ); - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_R8G8B8X8_SRGB(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = util_format_srgb_8unorm_to_linear_float( (s[i] ) & 0xff ); - dst[i][GCOMP] = util_format_srgb_8unorm_to_linear_float( (s[i] >> 8) & 0xff ); - dst[i][BCOMP] = util_format_srgb_8unorm_to_linear_float( (s[i] >> 16) & 0xff ); - dst[i][ACOMP] = 1.0f; - } -} - -static void -unpack_X8B8G8R8_SRGB(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = util_format_srgb_8unorm_to_linear_float( (s[i] >> 24) ); - dst[i][GCOMP] = util_format_srgb_8unorm_to_linear_float( (s[i] >> 16) & 0xff ); - dst[i][BCOMP] = util_format_srgb_8unorm_to_linear_float( (s[i] >> 8) & 0xff ); - dst[i][ACOMP] = 1.0f; - } -} - -static void -unpack_XBGR8888_UINT(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLbyte *s = (const GLbyte *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = s[i*4+0]; - dst[i][GCOMP] = s[i*4+1]; - dst[i][BCOMP] = s[i*4+2]; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_XBGR8888_SINT(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLbyte *s = (const GLbyte *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = s[i*4+0]; - dst[i][GCOMP] = s[i*4+1]; - dst[i][BCOMP] = s[i*4+2]; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_B10G10R10X2_UNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = ((s[i] >> 20) & 0x3ff) * (1.0F / 1023.0F); - dst[i][GCOMP] = ((s[i] >> 10) & 0x3ff) * (1.0F / 1023.0F); - dst[i][BCOMP] = ((s[i] >> 0) & 0x3ff) * (1.0F / 1023.0F); - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_RGBX_UNORM16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLushort *s = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = USHORT_TO_FLOAT( s[i*4+0] ); - dst[i][GCOMP] = USHORT_TO_FLOAT( s[i*4+1] ); - dst[i][BCOMP] = USHORT_TO_FLOAT( s[i*4+2] ); - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_RGBX_SNORM16(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLshort *s = (const GLshort *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = SHORT_TO_FLOAT_TEX( s[i*4+0] ); - dst[i][GCOMP] = SHORT_TO_FLOAT_TEX( s[i*4+1] ); - dst[i][BCOMP] = SHORT_TO_FLOAT_TEX( s[i*4+2] ); - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_XBGR16161616_FLOAT(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLshort *s = (const GLshort *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = _mesa_half_to_float(s[i*4+0]); - dst[i][GCOMP] = _mesa_half_to_float(s[i*4+1]); - dst[i][BCOMP] = _mesa_half_to_float(s[i*4+2]); - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_XBGR16161616_UINT(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLushort *s = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (GLfloat) s[i*4+0]; - dst[i][GCOMP] = (GLfloat) s[i*4+1]; - dst[i][BCOMP] = (GLfloat) s[i*4+2]; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_XBGR16161616_SINT(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLshort *s = (const GLshort *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (GLfloat) s[i*4+0]; - dst[i][GCOMP] = (GLfloat) s[i*4+1]; - dst[i][BCOMP] = (GLfloat) s[i*4+2]; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_RGBX_FLOAT32(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLfloat *s = (const GLfloat *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = s[i*4+0]; - dst[i][GCOMP] = s[i*4+1]; - dst[i][BCOMP] = s[i*4+2]; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_XBGR32323232_UINT(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = (const GLuint *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (GLfloat) s[i*4+0]; - dst[i][GCOMP] = (GLfloat) s[i*4+1]; - dst[i][BCOMP] = (GLfloat) s[i*4+2]; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_XBGR32323232_SINT(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLint *s = (const GLint *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (GLfloat) s[i*4+0]; - dst[i][GCOMP] = (GLfloat) s[i*4+1]; - dst[i][BCOMP] = (GLfloat) s[i*4+2]; - dst[i][ACOMP] = 1.0; - } -} - -static void -unpack_R10G10B10A2_UNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = ((s[i] >> 0) & 0x3ff) * (1.0F / 1023.0F); - dst[i][GCOMP] = ((s[i] >> 10) & 0x3ff) * (1.0F / 1023.0F); - dst[i][BCOMP] = ((s[i] >> 20) & 0x3ff) * (1.0F / 1023.0F); - dst[i][ACOMP] = ((s[i] >> 30) & 0x03) * (1.0F / 3.0F); - } -} - -static void -unpack_G8R8_SNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLushort *s = ((const GLushort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] >> 8) ); - dst[i][GCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s[i] & 0xff) ); - dst[i][BCOMP] = 0.0F; - dst[i][ACOMP] = 1.0F; - } -} - -static void -unpack_G16R16_SNORM(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = SHORT_TO_FLOAT_TEX( (GLshort) (s[i] >> 16) ); - dst[i][GCOMP] = SHORT_TO_FLOAT_TEX( (GLshort) (s[i] & 0xffff) ); - dst[i][BCOMP] = 0.0F; - dst[i][ACOMP] = 1.0F; - } -} - -static void -unpack_B8G8R8X8_SRGB(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = util_format_srgb_8unorm_to_linear_float( (s[i] >> 16) & 0xff ); - dst[i][GCOMP] = util_format_srgb_8unorm_to_linear_float( (s[i] >> 8) & 0xff ); - dst[i][BCOMP] = util_format_srgb_8unorm_to_linear_float( (s[i] ) & 0xff ); - dst[i][ACOMP] = 1.0F; - } -} - -static void -unpack_X8R8G8B8_SRGB(const void *src, GLfloat dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = util_format_srgb_8unorm_to_linear_float( (s[i] >> 8) & 0xff ); - dst[i][GCOMP] = util_format_srgb_8unorm_to_linear_float( (s[i] >> 16) & 0xff ); - dst[i][BCOMP] = util_format_srgb_8unorm_to_linear_float( (s[i] >> 24) ); - dst[i][ACOMP] = 1.0F; - } -} - -/** - * Return the unpacker function for the given format. - */ -static unpack_rgba_func -get_unpack_rgba_function(mesa_format format) -{ - static unpack_rgba_func table[MESA_FORMAT_COUNT]; - static GLboolean initialized = GL_FALSE; - - if (!initialized) { - table[MESA_FORMAT_NONE] = NULL; - - table[MESA_FORMAT_A8B8G8R8_UNORM] = unpack_A8B8G8R8_UNORM; - table[MESA_FORMAT_R8G8B8A8_UNORM] = unpack_R8G8B8A8_UNORM; - table[MESA_FORMAT_B8G8R8A8_UNORM] = unpack_B8G8R8A8_UNORM; - table[MESA_FORMAT_A8R8G8B8_UNORM] = unpack_A8R8G8B8_UNORM; - table[MESA_FORMAT_X8B8G8R8_UNORM] = unpack_RGBX8888; - table[MESA_FORMAT_R8G8B8X8_UNORM] = unpack_RGBX8888_REV; - table[MESA_FORMAT_B8G8R8X8_UNORM] = unpack_B8G8R8X8_UNORM; - table[MESA_FORMAT_X8R8G8B8_UNORM] = unpack_X8R8G8B8_UNORM; - table[MESA_FORMAT_BGR_UNORM8] = unpack_BGR_UNORM8; - table[MESA_FORMAT_RGB_UNORM8] = unpack_RGB_UNORM8; - table[MESA_FORMAT_B5G6R5_UNORM] = unpack_B5G6R5_UNORM; - table[MESA_FORMAT_R5G6B5_UNORM] = unpack_R5G6B5_UNORM; - table[MESA_FORMAT_B4G4R4A4_UNORM] = unpack_B4G4R4A4_UNORM; - table[MESA_FORMAT_A4R4G4B4_UNORM] = unpack_A4R4G4B4_UNORM; - table[MESA_FORMAT_A1B5G5R5_UNORM] = unpack_A1B5G5R5_UNORM; - table[MESA_FORMAT_B5G5R5A1_UNORM] = unpack_B5G5R5A1_UNORM; - table[MESA_FORMAT_A1R5G5B5_UNORM] = unpack_A1R5G5B5_UNORM; - table[MESA_FORMAT_L4A4_UNORM] = unpack_L4A4_UNORM; - table[MESA_FORMAT_L8A8_UNORM] = unpack_L8A8_UNORM; - table[MESA_FORMAT_A8L8_UNORM] = unpack_A8L8_UNORM; - table[MESA_FORMAT_L16A16_UNORM] = unpack_L16A16_UNORM; - table[MESA_FORMAT_A16L16_UNORM] = unpack_A16L16_UNORM; - table[MESA_FORMAT_B2G3R3_UNORM] = unpack_B2G3R3_UNORM; - table[MESA_FORMAT_A_UNORM8] = unpack_A_UNORM8; - table[MESA_FORMAT_A_UNORM16] = unpack_A_UNORM16; - table[MESA_FORMAT_L_UNORM8] = unpack_L_UNORM8; - table[MESA_FORMAT_L_UNORM16] = unpack_L_UNORM16; - table[MESA_FORMAT_I_UNORM8] = unpack_I_UNORM8; - table[MESA_FORMAT_I_UNORM16] = unpack_I_UNORM16; - table[MESA_FORMAT_YCBCR] = unpack_YCBCR; - table[MESA_FORMAT_YCBCR_REV] = unpack_YCBCR_REV; - table[MESA_FORMAT_R_UNORM8] = unpack_R_UNORM8; - table[MESA_FORMAT_R8G8_UNORM] = unpack_R8G8_UNORM; - table[MESA_FORMAT_G8R8_UNORM] = unpack_G8R8_UNORM; - table[MESA_FORMAT_R_UNORM16] = unpack_R_UNORM16; - table[MESA_FORMAT_R16G16_UNORM] = unpack_R16G16_UNORM; - table[MESA_FORMAT_G16R16_UNORM] = unpack_G16R16_UNORM; - table[MESA_FORMAT_B10G10R10A2_UNORM] = unpack_B10G10R10A2_UNORM; - table[MESA_FORMAT_B10G10R10A2_UINT] = unpack_B10G10R10A2_UINT; - table[MESA_FORMAT_R10G10B10A2_UINT] = unpack_R10G10B10A2_UINT; - table[MESA_FORMAT_S8_UINT_Z24_UNORM] = unpack_S8_UINT_Z24_UNORM; - table[MESA_FORMAT_Z24_UNORM_S8_UINT] = unpack_Z24_UNORM_S8_UINT; - table[MESA_FORMAT_Z_UNORM16] = unpack_Z_UNORM16; - table[MESA_FORMAT_Z24_UNORM_X8_UINT] = unpack_Z24_UNORM_X8_UINT; - table[MESA_FORMAT_X8_UINT_Z24_UNORM] = unpack_X8_UINT_Z24_UNORM; - table[MESA_FORMAT_Z_UNORM32] = unpack_Z_UNORM32; - table[MESA_FORMAT_S_UINT8] = unpack_S8; - table[MESA_FORMAT_BGR_SRGB8] = unpack_BGR_SRGB8; - table[MESA_FORMAT_A8B8G8R8_SRGB] = unpack_A8B8G8R8_SRGB; - table[MESA_FORMAT_B8G8R8A8_SRGB] = unpack_B8G8R8A8_SRGB; - table[MESA_FORMAT_A8R8G8B8_SRGB] = unpack_A8R8G8B8_SRGB; - table[MESA_FORMAT_R8G8B8A8_SRGB] = unpack_R8G8B8A8_SRGB; - table[MESA_FORMAT_L_SRGB8] = unpack_L_SRGB8; - table[MESA_FORMAT_L8A8_SRGB] = unpack_L8A8_SRGB; - table[MESA_FORMAT_A8L8_SRGB] = unpack_A8L8_SRGB; - table[MESA_FORMAT_SRGB_DXT1] = unpack_SRGB_DXT1; - table[MESA_FORMAT_SRGBA_DXT1] = unpack_SRGBA_DXT1; - table[MESA_FORMAT_SRGBA_DXT3] = unpack_SRGBA_DXT3; - table[MESA_FORMAT_SRGBA_DXT5] = unpack_SRGBA_DXT5; - - table[MESA_FORMAT_RGB_FXT1] = unpack_RGB_FXT1; - table[MESA_FORMAT_RGBA_FXT1] = unpack_RGBA_FXT1; - table[MESA_FORMAT_RGB_DXT1] = unpack_RGB_DXT1; - table[MESA_FORMAT_RGBA_DXT1] = unpack_RGBA_DXT1; - table[MESA_FORMAT_RGBA_DXT3] = unpack_RGBA_DXT3; - table[MESA_FORMAT_RGBA_DXT5] = unpack_RGBA_DXT5; - - table[MESA_FORMAT_RGBA_FLOAT32] = unpack_RGBA_FLOAT32; - table[MESA_FORMAT_RGBA_FLOAT16] = unpack_RGBA_FLOAT16; - table[MESA_FORMAT_RGB_FLOAT32] = unpack_RGB_FLOAT32; - table[MESA_FORMAT_RGB_FLOAT16] = unpack_RGB_FLOAT16; - table[MESA_FORMAT_A_FLOAT32] = unpack_A_FLOAT32; - table[MESA_FORMAT_A_FLOAT16] = unpack_A_FLOAT16; - table[MESA_FORMAT_L_FLOAT32] = unpack_L_FLOAT32; - table[MESA_FORMAT_L_FLOAT16] = unpack_L_FLOAT16; - table[MESA_FORMAT_LA_FLOAT32] = unpack_LA_FLOAT32; - table[MESA_FORMAT_LA_FLOAT16] = unpack_LA_FLOAT16; - table[MESA_FORMAT_I_FLOAT32] = unpack_I_FLOAT32; - table[MESA_FORMAT_I_FLOAT16] = unpack_I_FLOAT16; - table[MESA_FORMAT_R_FLOAT32] = unpack_R_FLOAT32; - table[MESA_FORMAT_R_FLOAT16] = unpack_R_FLOAT16; - table[MESA_FORMAT_RG_FLOAT32] = unpack_RG_FLOAT32; - table[MESA_FORMAT_RG_FLOAT16] = unpack_RG_FLOAT16; - - table[MESA_FORMAT_A_UINT8] = unpack_ALPHA_UINT8; - table[MESA_FORMAT_A_UINT16] = unpack_ALPHA_UINT16; - table[MESA_FORMAT_A_UINT32] = unpack_ALPHA_UINT32; - table[MESA_FORMAT_A_SINT8] = unpack_ALPHA_INT8; - table[MESA_FORMAT_A_SINT16] = unpack_ALPHA_INT16; - table[MESA_FORMAT_A_SINT32] = unpack_ALPHA_INT32; - - table[MESA_FORMAT_I_UINT8] = unpack_INTENSITY_UINT8; - table[MESA_FORMAT_I_UINT16] = unpack_INTENSITY_UINT16; - table[MESA_FORMAT_I_UINT32] = unpack_INTENSITY_UINT32; - table[MESA_FORMAT_I_SINT8] = unpack_INTENSITY_INT8; - table[MESA_FORMAT_I_SINT16] = unpack_INTENSITY_INT16; - table[MESA_FORMAT_I_SINT32] = unpack_INTENSITY_INT32; - - table[MESA_FORMAT_L_UINT8] = unpack_LUMINANCE_UINT8; - table[MESA_FORMAT_L_UINT16] = unpack_LUMINANCE_UINT16; - table[MESA_FORMAT_L_UINT32] = unpack_LUMINANCE_UINT32; - table[MESA_FORMAT_L_SINT8] = unpack_LUMINANCE_INT8; - table[MESA_FORMAT_L_SINT16] = unpack_LUMINANCE_INT16; - table[MESA_FORMAT_L_SINT32] = unpack_LUMINANCE_INT32; - - table[MESA_FORMAT_LA_UINT8] = unpack_LUMINANCE_ALPHA_UINT8; - table[MESA_FORMAT_LA_UINT16] = unpack_LUMINANCE_ALPHA_UINT16; - table[MESA_FORMAT_LA_UINT32] = unpack_LUMINANCE_ALPHA_UINT32; - table[MESA_FORMAT_LA_SINT8] = unpack_LUMINANCE_ALPHA_INT8; - table[MESA_FORMAT_LA_SINT16] = unpack_LUMINANCE_ALPHA_INT16; - table[MESA_FORMAT_LA_SINT32] = unpack_LUMINANCE_ALPHA_INT32; - - table[MESA_FORMAT_R_SINT8] = unpack_R_INT8; - table[MESA_FORMAT_RG_SINT8] = unpack_RG_INT8; - table[MESA_FORMAT_RGB_SINT8] = unpack_RGB_INT8; - table[MESA_FORMAT_RGBA_SINT8] = unpack_RGBA_INT8; - table[MESA_FORMAT_R_SINT16] = unpack_R_INT16; - table[MESA_FORMAT_RG_SINT16] = unpack_RG_INT16; - table[MESA_FORMAT_RGB_SINT16] = unpack_RGB_INT16; - table[MESA_FORMAT_RGBA_SINT16] = unpack_RGBA_INT16; - table[MESA_FORMAT_R_SINT32] = unpack_R_INT32; - table[MESA_FORMAT_RG_SINT32] = unpack_RG_INT32; - table[MESA_FORMAT_RGB_SINT32] = unpack_RGB_INT32; - table[MESA_FORMAT_RGBA_SINT32] = unpack_RGBA_INT32; - table[MESA_FORMAT_R_UINT8] = unpack_R_UINT8; - table[MESA_FORMAT_RG_UINT8] = unpack_RG_UINT8; - table[MESA_FORMAT_RGB_UINT8] = unpack_RGB_UINT8; - table[MESA_FORMAT_RGBA_UINT8] = unpack_RGBA_UINT8; - table[MESA_FORMAT_R_UINT16] = unpack_R_UINT16; - table[MESA_FORMAT_RG_UINT16] = unpack_RG_UINT16; - table[MESA_FORMAT_RGB_UINT16] = unpack_RGB_UINT16; - table[MESA_FORMAT_RGBA_UINT16] = unpack_RGBA_UINT16; - table[MESA_FORMAT_R_UINT32] = unpack_R_UINT32; - table[MESA_FORMAT_RG_UINT32] = unpack_RG_UINT32; - table[MESA_FORMAT_RGB_UINT32] = unpack_RGB_UINT32; - table[MESA_FORMAT_RGBA_UINT32] = unpack_RGBA_UINT32; - - table[MESA_FORMAT_R_SNORM8] = unpack_R_SNORM8; - table[MESA_FORMAT_R8G8_SNORM] = unpack_R8G8_SNORM; - table[MESA_FORMAT_X8B8G8R8_SNORM] = unpack_X8B8G8R8_SNORM; - table[MESA_FORMAT_A8B8G8R8_SNORM] = unpack_A8B8G8R8_SNORM; - table[MESA_FORMAT_R8G8B8A8_SNORM] = unpack_R8G8B8A8_SNORM; - table[MESA_FORMAT_R_SNORM16] = unpack_R_SNORM16; - table[MESA_FORMAT_R16G16_SNORM] = unpack_R16G16_SNORM; - table[MESA_FORMAT_RGB_SNORM16] = unpack_RGB_SNORM16; - table[MESA_FORMAT_RGBA_SNORM16] = unpack_RGBA_SNORM16; - table[MESA_FORMAT_RGBA_UNORM16] = unpack_RGBA_16; - - table[MESA_FORMAT_R_RGTC1_UNORM] = unpack_RED_RGTC1; - table[MESA_FORMAT_R_RGTC1_SNORM] = unpack_SIGNED_RED_RGTC1; - table[MESA_FORMAT_RG_RGTC2_UNORM] = unpack_RG_RGTC2; - table[MESA_FORMAT_RG_RGTC2_SNORM] = unpack_SIGNED_RG_RGTC2; - - table[MESA_FORMAT_L_LATC1_UNORM] = unpack_L_LATC1; - table[MESA_FORMAT_L_LATC1_SNORM] = unpack_SIGNED_L_LATC1; - table[MESA_FORMAT_LA_LATC2_UNORM] = unpack_LA_LATC2; - table[MESA_FORMAT_LA_LATC2_SNORM] = unpack_SIGNED_LA_LATC2; - - table[MESA_FORMAT_ETC1_RGB8] = unpack_ETC1_RGB8; - table[MESA_FORMAT_ETC2_RGB8] = unpack_ETC2_RGB8; - table[MESA_FORMAT_ETC2_SRGB8] = unpack_ETC2_SRGB8; - table[MESA_FORMAT_ETC2_RGBA8_EAC] = unpack_ETC2_RGBA8_EAC; - table[MESA_FORMAT_ETC2_SRGB8_ALPHA8_EAC] = unpack_ETC2_SRGB8_ALPHA8_EAC; - table[MESA_FORMAT_ETC2_R11_EAC] = unpack_ETC2_R11_EAC; - table[MESA_FORMAT_ETC2_RG11_EAC] = unpack_ETC2_RG11_EAC; - table[MESA_FORMAT_ETC2_SIGNED_R11_EAC] = unpack_ETC2_SIGNED_R11_EAC; - table[MESA_FORMAT_ETC2_SIGNED_RG11_EAC] = unpack_ETC2_SIGNED_RG11_EAC; - table[MESA_FORMAT_ETC2_RGB8_PUNCHTHROUGH_ALPHA1] = - unpack_ETC2_RGB8_PUNCHTHROUGH_ALPHA1; - table[MESA_FORMAT_ETC2_SRGB8_PUNCHTHROUGH_ALPHA1] = - unpack_ETC2_SRGB8_PUNCHTHROUGH_ALPHA1; - table[MESA_FORMAT_A_SNORM8] = unpack_A_SNORM8; - table[MESA_FORMAT_L_SNORM8] = unpack_L_SNORM8; - table[MESA_FORMAT_L8A8_SNORM] = unpack_L8A8_SNORM; - table[MESA_FORMAT_A8L8_SNORM] = unpack_A8L8_SNORM; - table[MESA_FORMAT_I_SNORM8] = unpack_I_SNORM8; - table[MESA_FORMAT_A_SNORM16] = unpack_A_SNORM16; - table[MESA_FORMAT_L_SNORM16] = unpack_L_SNORM16; - table[MESA_FORMAT_LA_SNORM16] = unpack_LA_SNORM16; - table[MESA_FORMAT_I_SNORM16] = unpack_I_SNORM16; - - table[MESA_FORMAT_R9G9B9E5_FLOAT] = unpack_R9G9B9E5_FLOAT; - table[MESA_FORMAT_R11G11B10_FLOAT] = unpack_R11G11B10_FLOAT; - - table[MESA_FORMAT_Z_FLOAT32] = unpack_Z_FLOAT32; - table[MESA_FORMAT_Z32_FLOAT_S8X24_UINT] = unpack_Z32_FLOAT_S8X24_UINT; - - table[MESA_FORMAT_B4G4R4X4_UNORM] = unpack_XRGB4444_UNORM; - table[MESA_FORMAT_B5G5R5X1_UNORM] = unpack_XRGB1555_UNORM; - table[MESA_FORMAT_R8G8B8X8_SNORM] = unpack_R8G8B8X8_SNORM; - table[MESA_FORMAT_R8G8B8X8_SRGB] = unpack_R8G8B8X8_SRGB; - table[MESA_FORMAT_X8B8G8R8_SRGB] = unpack_X8B8G8R8_SRGB; - table[MESA_FORMAT_RGBX_UINT8] = unpack_XBGR8888_UINT; - table[MESA_FORMAT_RGBX_SINT8] = unpack_XBGR8888_SINT; - table[MESA_FORMAT_B10G10R10X2_UNORM] = unpack_B10G10R10X2_UNORM; - table[MESA_FORMAT_RGBX_UNORM16] = unpack_RGBX_UNORM16; - table[MESA_FORMAT_RGBX_SNORM16] = unpack_RGBX_SNORM16; - table[MESA_FORMAT_RGBX_FLOAT16] = unpack_XBGR16161616_FLOAT; - table[MESA_FORMAT_RGBX_UINT16] = unpack_XBGR16161616_UINT; - table[MESA_FORMAT_RGBX_SINT16] = unpack_XBGR16161616_SINT; - table[MESA_FORMAT_RGBX_FLOAT32] = unpack_RGBX_FLOAT32; - table[MESA_FORMAT_RGBX_UINT32] = unpack_XBGR32323232_UINT; - table[MESA_FORMAT_RGBX_SINT32] = unpack_XBGR32323232_SINT; - - table[MESA_FORMAT_R10G10B10A2_UNORM] = unpack_R10G10B10A2_UNORM; - - table[MESA_FORMAT_G8R8_SNORM] = unpack_G8R8_SNORM; - table[MESA_FORMAT_G16R16_SNORM] = unpack_G16R16_SNORM; - - table[MESA_FORMAT_B8G8R8X8_SRGB] = unpack_B8G8R8X8_SRGB; - table[MESA_FORMAT_X8R8G8B8_SRGB] = unpack_X8R8G8B8_SRGB; - - initialized = GL_TRUE; - } - - if (table[format] == NULL) { - _mesa_problem(NULL, "unsupported unpack for format %s", - _mesa_get_format_name(format)); - } - - return table[format]; -} - - -/** - * Unpack rgba colors, returning as GLfloat values. - */ -void -_mesa_unpack_rgba_row(mesa_format format, GLuint n, - const void *src, GLfloat dst[][4]) -{ - unpack_rgba_func unpack = get_unpack_rgba_function(format); - unpack(src, dst, n); -} - - -/**********************************************************************/ -/* Unpack, returning GLubyte colors */ -/**********************************************************************/ - - -static void -unpack_ubyte_A8B8G8R8_UNORM(const void *src, GLubyte dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (s[i] >> 24); - dst[i][GCOMP] = (s[i] >> 16) & 0xff; - dst[i][BCOMP] = (s[i] >> 8) & 0xff; - dst[i][ACOMP] = (s[i] ) & 0xff; - } -} - -static void -unpack_ubyte_R8G8B8A8_UNORM(const void *src, GLubyte dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (s[i] ) & 0xff; - dst[i][GCOMP] = (s[i] >> 8) & 0xff; - dst[i][BCOMP] = (s[i] >> 16) & 0xff; - dst[i][ACOMP] = (s[i] >> 24); - } -} - -static void -unpack_ubyte_B8G8R8A8_UNORM(const void *src, GLubyte dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (s[i] >> 16) & 0xff; - dst[i][GCOMP] = (s[i] >> 8) & 0xff; - dst[i][BCOMP] = (s[i] ) & 0xff; - dst[i][ACOMP] = (s[i] >> 24); - } -} - -static void -unpack_ubyte_A8R8G8B8_UNORM(const void *src, GLubyte dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (s[i] >> 8) & 0xff; - dst[i][GCOMP] = (s[i] >> 16) & 0xff; - dst[i][BCOMP] = (s[i] >> 24); - dst[i][ACOMP] = (s[i] ) & 0xff; - } -} - -static void -unpack_ubyte_RGBX8888(const void *src, GLubyte dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (s[i] >> 24); - dst[i][GCOMP] = (s[i] >> 16) & 0xff; - dst[i][BCOMP] = (s[i] >> 8) & 0xff; - dst[i][ACOMP] = 0xff; - } -} - -static void -unpack_ubyte_RGBX8888_REV(const void *src, GLubyte dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (s[i] ) & 0xff; - dst[i][GCOMP] = (s[i] >> 8) & 0xff; - dst[i][BCOMP] = (s[i] >> 16) & 0xff; - dst[i][ACOMP] = 0xff; - } -} - -static void -unpack_ubyte_B8G8R8X8_UNORM(const void *src, GLubyte dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (s[i] >> 16) & 0xff; - dst[i][GCOMP] = (s[i] >> 8) & 0xff; - dst[i][BCOMP] = (s[i] ) & 0xff; - dst[i][ACOMP] = 0xff; - } -} - -static void -unpack_ubyte_X8R8G8B8_UNORM(const void *src, GLubyte dst[][4], GLuint n) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (s[i] >> 8) & 0xff; - dst[i][GCOMP] = (s[i] >> 16) & 0xff; - dst[i][BCOMP] = (s[i] >> 24); - dst[i][ACOMP] = 0xff; - } -} - -static void -unpack_ubyte_BGR_UNORM8(const void *src, GLubyte dst[][4], GLuint n) -{ - const GLubyte *s = (const GLubyte *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = s[i*3+2]; - dst[i][GCOMP] = s[i*3+1]; - dst[i][BCOMP] = s[i*3+0]; - dst[i][ACOMP] = 0xff; - } -} - -static void -unpack_ubyte_RGB_UNORM8(const void *src, GLubyte dst[][4], GLuint n) -{ - const GLubyte *s = (const GLubyte *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = s[i*3+0]; - dst[i][GCOMP] = s[i*3+1]; - dst[i][BCOMP] = s[i*3+2]; - dst[i][ACOMP] = 0xff; - } -} - -static void -unpack_ubyte_B5G6R5_UNORM(const void *src, GLubyte dst[][4], GLuint n) -{ - const GLushort *s = ((const GLushort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = EXPAND_5_8((s[i] >> 11) & 0x1f); - dst[i][GCOMP] = EXPAND_6_8((s[i] >> 5 ) & 0x3f); - dst[i][BCOMP] = EXPAND_5_8( s[i] & 0x1f); - dst[i][ACOMP] = 0xff; - } -} - -static void -unpack_ubyte_R5G6B5_UNORM(const void *src, GLubyte dst[][4], GLuint n) -{ - /* Warning: this function does not match the current Mesa definition - * of MESA_FORMAT_R5G6B5_UNORM. - */ - const GLushort *s = ((const GLushort *) src); - GLuint i; - for (i = 0; i < n; i++) { - GLuint t = (s[i] >> 8) | (s[i] << 8); /* byte swap */ - dst[i][RCOMP] = EXPAND_5_8((t >> 11) & 0x1f); - dst[i][GCOMP] = EXPAND_6_8((t >> 5 ) & 0x3f); - dst[i][BCOMP] = EXPAND_5_8( t & 0x1f); - dst[i][ACOMP] = 0xff; - } -} - -static void -unpack_ubyte_B4G4R4A4_UNORM(const void *src, GLubyte dst[][4], GLuint n) -{ - const GLushort *s = ((const GLushort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = EXPAND_4_8((s[i] >> 8) & 0xf); - dst[i][GCOMP] = EXPAND_4_8((s[i] >> 4) & 0xf); - dst[i][BCOMP] = EXPAND_4_8((s[i] ) & 0xf); - dst[i][ACOMP] = EXPAND_4_8((s[i] >> 12) & 0xf); - } -} - -static void -unpack_ubyte_A4R4G4B4_UNORM(const void *src, GLubyte dst[][4], GLuint n) -{ - const GLushort *s = ((const GLushort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = EXPAND_4_8((s[i] >> 4) & 0xf); - dst[i][GCOMP] = EXPAND_4_8((s[i] >> 8) & 0xf); - dst[i][BCOMP] = EXPAND_4_8((s[i] >> 12) & 0xf); - dst[i][ACOMP] = EXPAND_4_8((s[i] ) & 0xf); - } -} - -static void -unpack_ubyte_A1B5G5R5_UNORM(const void *src, GLubyte dst[][4], GLuint n) -{ - const GLushort *s = ((const GLushort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = EXPAND_5_8((s[i] >> 11) & 0x1f); - dst[i][GCOMP] = EXPAND_5_8((s[i] >> 6) & 0x1f); - dst[i][BCOMP] = EXPAND_5_8((s[i] >> 1) & 0x1f); - dst[i][ACOMP] = EXPAND_1_8((s[i] ) & 0x01); - } -} - -static void -unpack_ubyte_B5G5R5A1_UNORM(const void *src, GLubyte dst[][4], GLuint n) -{ - const GLushort *s = ((const GLushort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = EXPAND_5_8((s[i] >> 10) & 0x1f); - dst[i][GCOMP] = EXPAND_5_8((s[i] >> 5) & 0x1f); - dst[i][BCOMP] = EXPAND_5_8((s[i] >> 0) & 0x1f); - dst[i][ACOMP] = EXPAND_1_8((s[i] >> 15) & 0x01); - } -} - -static void -unpack_ubyte_A1R5G5B5_UNORM(const void *src, GLubyte dst[][4], GLuint n) -{ - /* Warning: this function does not match the current Mesa definition - * of MESA_FORMAT_A1R5G5B5_UNORM. - */ - const GLushort *s = ((const GLushort *) src); - GLuint i; - for (i = 0; i < n; i++) { - GLushort tmp = (s[i] << 8) | (s[i] >> 8); /* byteswap */ - dst[i][RCOMP] = EXPAND_5_8((tmp >> 10) & 0x1f); - dst[i][GCOMP] = EXPAND_5_8((tmp >> 5) & 0x1f); - dst[i][BCOMP] = EXPAND_5_8((tmp >> 0) & 0x1f); - dst[i][ACOMP] = EXPAND_1_8((tmp >> 15) & 0x01); - } -} - -static void -unpack_ubyte_L4A4_UNORM(const void *src, GLubyte dst[][4], GLuint n) -{ - const GLubyte *s = ((const GLubyte *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = EXPAND_4_8(s[i] & 0xf); - dst[i][ACOMP] = EXPAND_4_8(s[i] >> 4); - } -} - -static void -unpack_ubyte_L8A8_UNORM(const void *src, GLubyte dst[][4], GLuint n) -{ - const GLushort *s = ((const GLushort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = EXPAND_4_8(s[i] & 0xff); - dst[i][ACOMP] = EXPAND_4_8(s[i] >> 8); - } -} - -static void -unpack_ubyte_A8L8_UNORM(const void *src, GLubyte dst[][4], GLuint n) -{ - const GLushort *s = ((const GLushort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = EXPAND_4_8(s[i] >> 8); - dst[i][ACOMP] = EXPAND_4_8(s[i] & 0xff); - } -} - -static void -unpack_ubyte_B2G3R3_UNORM(const void *src, GLubyte dst[][4], GLuint n) -{ - const GLubyte *s = ((const GLubyte *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = EXPAND_3_8((s[i] >> 5) & 0x7); - dst[i][GCOMP] = EXPAND_3_8((s[i] >> 2) & 0x7); - dst[i][BCOMP] = EXPAND_2_8((s[i] ) & 0x3); - dst[i][ACOMP] = 0xff; - } -} - -static void -unpack_ubyte_A_UNORM8(const void *src, GLubyte dst[][4], GLuint n) -{ - const GLubyte *s = ((const GLubyte *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = 0; - dst[i][ACOMP] = s[i]; - } -} - -static void -unpack_ubyte_L_UNORM8(const void *src, GLubyte dst[][4], GLuint n) -{ - const GLubyte *s = ((const GLubyte *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = s[i]; - dst[i][ACOMP] = 0xff; - } -} - - -static void -unpack_ubyte_I_UNORM8(const void *src, GLubyte dst[][4], GLuint n) -{ - const GLubyte *s = ((const GLubyte *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = - dst[i][GCOMP] = - dst[i][BCOMP] = - dst[i][ACOMP] = s[i]; - } -} - -static void -unpack_ubyte_R_UNORM8(const void *src, GLubyte dst[][4], GLuint n) -{ - const GLubyte *s = ((const GLubyte *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][0] = s[i]; - dst[i][1] = - dst[i][2] = 0; - dst[i][3] = 0xff; - } -} - -static void -unpack_ubyte_R8G8_UNORM(const void *src, GLubyte dst[][4], GLuint n) -{ - const GLushort *s = ((const GLushort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = s[i] & 0xff; - dst[i][GCOMP] = s[i] >> 8; - dst[i][BCOMP] = 0; - dst[i][ACOMP] = 0xff; - } -} - -static void -unpack_ubyte_G8R8_UNORM(const void *src, GLubyte dst[][4], GLuint n) -{ - const GLushort *s = ((const GLushort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i][RCOMP] = s[i] >> 8; - dst[i][GCOMP] = s[i] & 0xff; - dst[i][BCOMP] = 0; - dst[i][ACOMP] = 0xff; - } -} - - -/** - * Unpack rgba colors, returning as GLubyte values. This should usually - * only be used for unpacking formats that use 8 bits or less per channel. - */ -void -_mesa_unpack_ubyte_rgba_row(mesa_format format, GLuint n, - const void *src, GLubyte dst[][4]) -{ - switch (format) { - case MESA_FORMAT_A8B8G8R8_UNORM: - unpack_ubyte_A8B8G8R8_UNORM(src, dst, n); - break; - case MESA_FORMAT_R8G8B8A8_UNORM: - unpack_ubyte_R8G8B8A8_UNORM(src, dst, n); - break; - case MESA_FORMAT_B8G8R8A8_UNORM: - unpack_ubyte_B8G8R8A8_UNORM(src, dst, n); - break; - case MESA_FORMAT_A8R8G8B8_UNORM: - unpack_ubyte_A8R8G8B8_UNORM(src, dst, n); - break; - case MESA_FORMAT_X8B8G8R8_UNORM: - unpack_ubyte_RGBX8888(src, dst, n); - break; - case MESA_FORMAT_R8G8B8X8_UNORM: - unpack_ubyte_RGBX8888_REV(src, dst, n); - break; - case MESA_FORMAT_B8G8R8X8_UNORM: - unpack_ubyte_B8G8R8X8_UNORM(src, dst, n); - break; - case MESA_FORMAT_X8R8G8B8_UNORM: - unpack_ubyte_X8R8G8B8_UNORM(src, dst, n); - break; - case MESA_FORMAT_BGR_UNORM8: - unpack_ubyte_BGR_UNORM8(src, dst, n); - break; - case MESA_FORMAT_RGB_UNORM8: - unpack_ubyte_RGB_UNORM8(src, dst, n); - break; - case MESA_FORMAT_B5G6R5_UNORM: - unpack_ubyte_B5G6R5_UNORM(src, dst, n); - break; - case MESA_FORMAT_R5G6B5_UNORM: - unpack_ubyte_R5G6B5_UNORM(src, dst, n); - break; - case MESA_FORMAT_B4G4R4A4_UNORM: - unpack_ubyte_B4G4R4A4_UNORM(src, dst, n); - break; - case MESA_FORMAT_A4R4G4B4_UNORM: - unpack_ubyte_A4R4G4B4_UNORM(src, dst, n); - break; - case MESA_FORMAT_A1B5G5R5_UNORM: - unpack_ubyte_A1B5G5R5_UNORM(src, dst, n); - break; - case MESA_FORMAT_B5G5R5A1_UNORM: - unpack_ubyte_B5G5R5A1_UNORM(src, dst, n); - break; - case MESA_FORMAT_A1R5G5B5_UNORM: - unpack_ubyte_A1R5G5B5_UNORM(src, dst, n); - break; - case MESA_FORMAT_L4A4_UNORM: - unpack_ubyte_L4A4_UNORM(src, dst, n); - break; - case MESA_FORMAT_L8A8_UNORM: - unpack_ubyte_L8A8_UNORM(src, dst, n); - break; - case MESA_FORMAT_A8L8_UNORM: - unpack_ubyte_A8L8_UNORM(src, dst, n); - break; - case MESA_FORMAT_B2G3R3_UNORM: - unpack_ubyte_B2G3R3_UNORM(src, dst, n); - break; - case MESA_FORMAT_A_UNORM8: - unpack_ubyte_A_UNORM8(src, dst, n); - break; - case MESA_FORMAT_L_UNORM8: - unpack_ubyte_L_UNORM8(src, dst, n); - break; - case MESA_FORMAT_I_UNORM8: - unpack_ubyte_I_UNORM8(src, dst, n); - break; - case MESA_FORMAT_R_UNORM8: - unpack_ubyte_R_UNORM8(src, dst, n); - break; - case MESA_FORMAT_R8G8_UNORM: - unpack_ubyte_R8G8_UNORM(src, dst, n); - break; - case MESA_FORMAT_G8R8_UNORM: - unpack_ubyte_G8R8_UNORM(src, dst, n); - break; - default: - /* get float values, convert to ubyte */ - { - GLfloat *tmp = malloc(n * 4 * sizeof(GLfloat)); - if (tmp) { - GLuint i; - _mesa_unpack_rgba_row(format, n, src, (GLfloat (*)[4]) tmp); - for (i = 0; i < n; i++) { - UNCLAMPED_FLOAT_TO_UBYTE(dst[i][0], tmp[i*4+0]); - UNCLAMPED_FLOAT_TO_UBYTE(dst[i][1], tmp[i*4+1]); - UNCLAMPED_FLOAT_TO_UBYTE(dst[i][2], tmp[i*4+2]); - UNCLAMPED_FLOAT_TO_UBYTE(dst[i][3], tmp[i*4+3]); - } - free(tmp); - } - } - break; - } -} - - -/**********************************************************************/ -/* Unpack, returning GLuint colors */ -/**********************************************************************/ - -static void -unpack_int_rgba_RGBA_UINT32(const GLuint *src, GLuint dst[][4], GLuint n) -{ - memcpy(dst, src, n * 4 * sizeof(GLuint)); -} - -static void -unpack_int_rgba_RGBA_UINT16(const GLushort *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = src[i * 4 + 0]; - dst[i][1] = src[i * 4 + 1]; - dst[i][2] = src[i * 4 + 2]; - dst[i][3] = src[i * 4 + 3]; - } -} - -static void -unpack_int_rgba_RGBA_INT16(const GLshort *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = src[i * 4 + 0]; - dst[i][1] = src[i * 4 + 1]; - dst[i][2] = src[i * 4 + 2]; - dst[i][3] = src[i * 4 + 3]; - } -} - -static void -unpack_int_rgba_RGBA_UINT8(const GLubyte *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = src[i * 4 + 0]; - dst[i][1] = src[i * 4 + 1]; - dst[i][2] = src[i * 4 + 2]; - dst[i][3] = src[i * 4 + 3]; - } -} - -static void -unpack_int_rgba_RGBA_INT8(const GLbyte *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = src[i * 4 + 0]; - dst[i][1] = src[i * 4 + 1]; - dst[i][2] = src[i * 4 + 2]; - dst[i][3] = src[i * 4 + 3]; - } -} - -static void -unpack_int_rgba_B8G8R8A8_UNORM(const GLbyte *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (GLubyte) src[i * 4 + 2]; - dst[i][GCOMP] = (GLubyte) src[i * 4 + 1]; - dst[i][BCOMP] = (GLubyte) src[i * 4 + 0]; - dst[i][ACOMP] = (GLubyte) src[i * 4 + 3]; - } -} - -static void -unpack_int_rgba_B8G8R8X8_UNORM(const GLbyte *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][RCOMP] = (GLubyte) src[i * 4 + 2]; - dst[i][GCOMP] = (GLubyte) src[i * 4 + 1]; - dst[i][BCOMP] = (GLubyte) src[i * 4 + 0]; - dst[i][ACOMP] = (GLubyte) 0xff; - } -} - -static void -unpack_int_rgba_RGB_UINT32(const GLuint *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = src[i * 3 + 0]; - dst[i][1] = src[i * 3 + 1]; - dst[i][2] = src[i * 3 + 2]; - dst[i][3] = 1; - } -} - -static void -unpack_int_rgba_RGB_UINT16(const GLushort *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = src[i * 3 + 0]; - dst[i][1] = src[i * 3 + 1]; - dst[i][2] = src[i * 3 + 2]; - dst[i][3] = 1; - } -} - -static void -unpack_int_rgba_RGB_INT16(const GLshort *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = src[i * 3 + 0]; - dst[i][1] = src[i * 3 + 1]; - dst[i][2] = src[i * 3 + 2]; - dst[i][3] = 1; - } -} - -static void -unpack_int_rgba_RGB_UINT8(const GLubyte *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = src[i * 3 + 0]; - dst[i][1] = src[i * 3 + 1]; - dst[i][2] = src[i * 3 + 2]; - dst[i][3] = 1; - } -} - -static void -unpack_int_rgba_RGB_INT8(const GLbyte *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = src[i * 3 + 0]; - dst[i][1] = src[i * 3 + 1]; - dst[i][2] = src[i * 3 + 2]; - dst[i][3] = 1; - } -} - -static void -unpack_int_rgba_RG_UINT32(const GLuint *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = src[i * 2 + 0]; - dst[i][1] = src[i * 2 + 1]; - dst[i][2] = 0; - dst[i][3] = 1; - } -} - -static void -unpack_int_rgba_RG_UINT16(const GLushort *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = src[i * 2 + 0]; - dst[i][1] = src[i * 2 + 1]; - dst[i][2] = 0; - dst[i][3] = 1; - } -} - -static void -unpack_int_rgba_RG_INT16(const GLshort *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = src[i * 2 + 0]; - dst[i][1] = src[i * 2 + 1]; - dst[i][2] = 0; - dst[i][3] = 1; - } -} - -static void -unpack_int_rgba_RG_UINT8(const GLubyte *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = src[i * 2 + 0]; - dst[i][1] = src[i * 2 + 1]; - dst[i][2] = 0; - dst[i][3] = 1; - } -} - -static void -unpack_int_rgba_RG_INT8(const GLbyte *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = src[i * 2 + 0]; - dst[i][1] = src[i * 2 + 1]; - dst[i][2] = 0; - dst[i][3] = 1; - } -} - -static void -unpack_int_rgba_R_UINT32(const GLuint *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = src[i]; - dst[i][1] = 0; - dst[i][2] = 0; - dst[i][3] = 1; - } -} - -static void -unpack_int_rgba_R_UINT16(const GLushort *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = src[i]; - dst[i][1] = 0; - dst[i][2] = 0; - dst[i][3] = 1; - } -} - -static void -unpack_int_rgba_R_INT16(const GLshort *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = src[i]; - dst[i][1] = 0; - dst[i][2] = 0; - dst[i][3] = 1; - } -} - -static void -unpack_int_rgba_R_UINT8(const GLubyte *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = src[i]; - dst[i][1] = 0; - dst[i][2] = 0; - dst[i][3] = 1; - } -} - -static void -unpack_int_rgba_R_INT8(const GLbyte *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = src[i]; - dst[i][1] = 0; - dst[i][2] = 0; - dst[i][3] = 1; - } -} - -static void -unpack_int_rgba_ALPHA_UINT32(const GLuint *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = dst[i][1] = dst[i][2] = 0; - dst[i][3] = src[i]; - } -} - -static void -unpack_int_rgba_ALPHA_UINT16(const GLushort *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = dst[i][1] = dst[i][2] = 0; - dst[i][3] = src[i]; - } -} - -static void -unpack_int_rgba_ALPHA_INT16(const GLshort *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = dst[i][1] = dst[i][2] = 0; - dst[i][3] = src[i]; - } -} - -static void -unpack_int_rgba_ALPHA_UINT8(const GLubyte *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = dst[i][1] = dst[i][2] = 0; - dst[i][3] = src[i]; - } -} - -static void -unpack_int_rgba_ALPHA_INT8(const GLbyte *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = dst[i][1] = dst[i][2] = 0; - dst[i][3] = src[i]; - } -} - -static void -unpack_int_rgba_LUMINANCE_UINT32(const GLuint *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = dst[i][1] = dst[i][2] = src[i]; - dst[i][3] = 1; - } -} - -static void -unpack_int_rgba_LUMINANCE_UINT16(const GLushort *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = dst[i][1] = dst[i][2] = src[i]; - dst[i][3] = 1; - } -} - -static void -unpack_int_rgba_LUMINANCE_INT16(const GLshort *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = dst[i][1] = dst[i][2] = src[i]; - dst[i][3] = 1; - } -} - -static void -unpack_int_rgba_LUMINANCE_UINT8(const GLubyte *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = dst[i][1] = dst[i][2] = src[i]; - dst[i][3] = 1; - } -} - -static void -unpack_int_rgba_LUMINANCE_INT8(const GLbyte *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = dst[i][1] = dst[i][2] = src[i]; - dst[i][3] = 1; - } -} - - -static void -unpack_int_rgba_LUMINANCE_ALPHA_UINT32(const GLuint *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = dst[i][1] = dst[i][2] = src[i * 2 + 0]; - dst[i][3] = src[i * 2 + 1]; - } -} - -static void -unpack_int_rgba_LUMINANCE_ALPHA_UINT16(const GLushort *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = dst[i][1] = dst[i][2] = src[i * 2 + 0]; - dst[i][3] = src[i * 2 + 1]; - } -} - -static void -unpack_int_rgba_LUMINANCE_ALPHA_INT16(const GLshort *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = dst[i][1] = dst[i][2] = src[i * 2 + 0]; - dst[i][3] = src[i * 2 + 1]; - } -} - -static void -unpack_int_rgba_LUMINANCE_ALPHA_UINT8(const GLubyte *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = dst[i][1] = dst[i][2] = src[i * 2 + 0]; - dst[i][3] = src[i * 2 + 1]; - } -} - -static void -unpack_int_rgba_LUMINANCE_ALPHA_INT8(const GLbyte *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = dst[i][1] = dst[i][2] = src[i * 2 + 0]; - dst[i][3] = src[i * 2 + 1]; - } -} - -static void -unpack_int_rgba_INTENSITY_UINT32(const GLuint *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = dst[i][1] = dst[i][2] = dst[i][3] = src[i]; - } -} - -static void -unpack_int_rgba_INTENSITY_UINT16(const GLushort *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = dst[i][1] = dst[i][2] = dst[i][3] = src[i]; - } -} - -static void -unpack_int_rgba_INTENSITY_INT16(const GLshort *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = dst[i][1] = dst[i][2] = dst[i][3] = src[i]; - } -} - -static void -unpack_int_rgba_INTENSITY_UINT8(const GLubyte *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = dst[i][1] = dst[i][2] = dst[i][3] = src[i]; - } -} - -static void -unpack_int_rgba_INTENSITY_INT8(const GLbyte *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = dst[i][1] = dst[i][2] = dst[i][3] = src[i]; - } -} - -static void -unpack_int_rgba_B10G10R10A2_UINT(const GLuint *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - GLuint tmp = src[i]; - dst[i][0] = (tmp >> 20) & 0x3ff; - dst[i][1] = (tmp >> 10) & 0x3ff; - dst[i][2] = (tmp >> 0) & 0x3ff; - dst[i][3] = (tmp >> 30) & 0x3; - } -} - -static void -unpack_int_rgba_R10G10B10A2_UINT(const GLuint *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - GLuint tmp = src[i]; - dst[i][0] = (tmp >> 0) & 0x3ff; - dst[i][1] = (tmp >> 10) & 0x3ff; - dst[i][2] = (tmp >> 20) & 0x3ff; - dst[i][3] = (tmp >> 30) & 0x3; - } -} - -static void -unpack_int_rgba_B10G10R10A2_UNORM(const GLuint *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - GLuint tmp = src[i]; - dst[i][0] = (tmp >> 20) & 0x3ff; - dst[i][1] = (tmp >> 10) & 0x3ff; - dst[i][2] = (tmp >> 0) & 0x3ff; - dst[i][3] = (tmp >> 30) & 0x3; - } -} - -static void -unpack_int_rgba_XBGR8888_UINT(const GLubyte *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = src[i * 4 + 0]; - dst[i][1] = src[i * 4 + 1]; - dst[i][2] = src[i * 4 + 2]; - dst[i][3] = 1; - } -} - -static void -unpack_int_rgba_XBGR8888_SINT(const GLbyte *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = src[i * 4 + 0]; - dst[i][1] = src[i * 4 + 1]; - dst[i][2] = src[i * 4 + 2]; - dst[i][3] = 1; - } -} - -static void -unpack_int_rgba_XBGR16161616_UINT(const GLushort *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = src[i * 4 + 0]; - dst[i][1] = src[i * 4 + 1]; - dst[i][2] = src[i * 4 + 2]; - dst[i][3] = 1; - } -} - -static void -unpack_int_rgba_XBGR16161616_SINT(const GLshort *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = src[i * 4 + 0]; - dst[i][1] = src[i * 4 + 1]; - dst[i][2] = src[i * 4 + 2]; - dst[i][3] = 1; - } -} - -static void -unpack_int_rgba_XBGR32323232_UINT(const GLuint *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - dst[i][0] = src[i * 4 + 0]; - dst[i][1] = src[i * 4 + 1]; - dst[i][2] = src[i * 4 + 2]; - dst[i][3] = 1; - } -} - -static void -unpack_int_rgba_R10G10B10A2_UNORM(const GLuint *src, GLuint dst[][4], GLuint n) -{ - unsigned int i; - - for (i = 0; i < n; i++) { - GLuint tmp = src[i]; - dst[i][0] = (tmp >> 0) & 0x3ff; - dst[i][1] = (tmp >> 10) & 0x3ff; - dst[i][2] = (tmp >> 20) & 0x3ff; - dst[i][3] = (tmp >> 30) & 0x3; - } -} - -void -_mesa_unpack_uint_rgba_row(mesa_format format, GLuint n, - const void *src, GLuint dst[][4]) -{ - switch (format) { - /* Since there won't be any sign extension happening, there's no need to - * make separate paths for 32-bit-to-32-bit integer unpack. - */ - case MESA_FORMAT_RGBA_UINT32: - case MESA_FORMAT_RGBA_SINT32: - unpack_int_rgba_RGBA_UINT32(src, dst, n); - break; - - case MESA_FORMAT_RGBA_UINT16: - unpack_int_rgba_RGBA_UINT16(src, dst, n); - break; - case MESA_FORMAT_RGBA_SINT16: - unpack_int_rgba_RGBA_INT16(src, dst, n); - break; - - case MESA_FORMAT_RGBA_UINT8: - unpack_int_rgba_RGBA_UINT8(src, dst, n); - break; - case MESA_FORMAT_RGBA_SINT8: - unpack_int_rgba_RGBA_INT8(src, dst, n); - break; - - case MESA_FORMAT_B8G8R8A8_UNORM: - unpack_int_rgba_B8G8R8A8_UNORM(src, dst, n); - break; - - case MESA_FORMAT_B8G8R8X8_UNORM: - unpack_int_rgba_B8G8R8X8_UNORM(src, dst, n); - break; - - case MESA_FORMAT_RGB_UINT32: - case MESA_FORMAT_RGB_SINT32: - unpack_int_rgba_RGB_UINT32(src, dst, n); - break; - - case MESA_FORMAT_RGB_UINT16: - unpack_int_rgba_RGB_UINT16(src, dst, n); - break; - case MESA_FORMAT_RGB_SINT16: - unpack_int_rgba_RGB_INT16(src, dst, n); - break; - - case MESA_FORMAT_RGB_UINT8: - unpack_int_rgba_RGB_UINT8(src, dst, n); - break; - case MESA_FORMAT_RGB_SINT8: - unpack_int_rgba_RGB_INT8(src, dst, n); - break; - - case MESA_FORMAT_RG_UINT32: - case MESA_FORMAT_RG_SINT32: - unpack_int_rgba_RG_UINT32(src, dst, n); - break; - - case MESA_FORMAT_RG_UINT16: - unpack_int_rgba_RG_UINT16(src, dst, n); - break; - case MESA_FORMAT_RG_SINT16: - unpack_int_rgba_RG_INT16(src, dst, n); - break; - - case MESA_FORMAT_RG_UINT8: - unpack_int_rgba_RG_UINT8(src, dst, n); - break; - case MESA_FORMAT_RG_SINT8: - unpack_int_rgba_RG_INT8(src, dst, n); - break; - - case MESA_FORMAT_R_UINT32: - case MESA_FORMAT_R_SINT32: - unpack_int_rgba_R_UINT32(src, dst, n); - break; - - case MESA_FORMAT_R_UINT16: - unpack_int_rgba_R_UINT16(src, dst, n); - break; - case MESA_FORMAT_R_SINT16: - unpack_int_rgba_R_INT16(src, dst, n); - break; - - case MESA_FORMAT_R_UINT8: - unpack_int_rgba_R_UINT8(src, dst, n); - break; - case MESA_FORMAT_R_SINT8: - unpack_int_rgba_R_INT8(src, dst, n); - break; - - case MESA_FORMAT_A_UINT32: - case MESA_FORMAT_A_SINT32: - unpack_int_rgba_ALPHA_UINT32(src, dst, n); - break; - - case MESA_FORMAT_A_UINT16: - unpack_int_rgba_ALPHA_UINT16(src, dst, n); - break; - case MESA_FORMAT_A_SINT16: - unpack_int_rgba_ALPHA_INT16(src, dst, n); - break; - - case MESA_FORMAT_A_UINT8: - unpack_int_rgba_ALPHA_UINT8(src, dst, n); - break; - case MESA_FORMAT_A_SINT8: - unpack_int_rgba_ALPHA_INT8(src, dst, n); - break; - - case MESA_FORMAT_L_UINT32: - case MESA_FORMAT_L_SINT32: - unpack_int_rgba_LUMINANCE_UINT32(src, dst, n); - break; - case MESA_FORMAT_L_UINT16: - unpack_int_rgba_LUMINANCE_UINT16(src, dst, n); - break; - case MESA_FORMAT_L_SINT16: - unpack_int_rgba_LUMINANCE_INT16(src, dst, n); - break; - - case MESA_FORMAT_L_UINT8: - unpack_int_rgba_LUMINANCE_UINT8(src, dst, n); - break; - case MESA_FORMAT_L_SINT8: - unpack_int_rgba_LUMINANCE_INT8(src, dst, n); - break; - - case MESA_FORMAT_LA_UINT32: - case MESA_FORMAT_LA_SINT32: - unpack_int_rgba_LUMINANCE_ALPHA_UINT32(src, dst, n); - break; - - case MESA_FORMAT_LA_UINT16: - unpack_int_rgba_LUMINANCE_ALPHA_UINT16(src, dst, n); - break; - case MESA_FORMAT_LA_SINT16: - unpack_int_rgba_LUMINANCE_ALPHA_INT16(src, dst, n); - break; - - case MESA_FORMAT_LA_UINT8: - unpack_int_rgba_LUMINANCE_ALPHA_UINT8(src, dst, n); - break; - case MESA_FORMAT_LA_SINT8: - unpack_int_rgba_LUMINANCE_ALPHA_INT8(src, dst, n); - break; - - case MESA_FORMAT_I_UINT32: - case MESA_FORMAT_I_SINT32: - unpack_int_rgba_INTENSITY_UINT32(src, dst, n); - break; - - case MESA_FORMAT_I_UINT16: - unpack_int_rgba_INTENSITY_UINT16(src, dst, n); - break; - case MESA_FORMAT_I_SINT16: - unpack_int_rgba_INTENSITY_INT16(src, dst, n); - break; - - case MESA_FORMAT_I_UINT8: - unpack_int_rgba_INTENSITY_UINT8(src, dst, n); - break; - case MESA_FORMAT_I_SINT8: - unpack_int_rgba_INTENSITY_INT8(src, dst, n); - break; - - case MESA_FORMAT_B10G10R10A2_UINT: - unpack_int_rgba_B10G10R10A2_UINT(src, dst, n); - break; - - case MESA_FORMAT_R10G10B10A2_UINT: - unpack_int_rgba_R10G10B10A2_UINT(src, dst, n); - break; - - case MESA_FORMAT_B10G10R10A2_UNORM: - unpack_int_rgba_B10G10R10A2_UNORM(src, dst, n); - break; - - case MESA_FORMAT_RGBX_UINT8: - unpack_int_rgba_XBGR8888_UINT(src, dst, n); - break; - - case MESA_FORMAT_RGBX_SINT8: - unpack_int_rgba_XBGR8888_SINT(src, dst, n); - break; - - case MESA_FORMAT_RGBX_UINT16: - unpack_int_rgba_XBGR16161616_UINT(src, dst, n); - break; - - case MESA_FORMAT_RGBX_SINT16: - unpack_int_rgba_XBGR16161616_SINT(src, dst, n); - break; - - case MESA_FORMAT_RGBX_UINT32: - case MESA_FORMAT_RGBX_SINT32: - unpack_int_rgba_XBGR32323232_UINT(src, dst, n); - break; - - case MESA_FORMAT_R10G10B10A2_UNORM: - unpack_int_rgba_R10G10B10A2_UNORM(src, dst, n); - break; - - default: - _mesa_problem(NULL, "%s: bad format %s", __FUNCTION__, - _mesa_get_format_name(format)); - return; - } -} - -/** - * Unpack a 2D rect of pixels returning float RGBA colors. - * \param format the source image format - * \param src start address of the source image - * \param srcRowStride source image row stride in bytes - * \param dst start address of the dest image - * \param dstRowStride dest image row stride in bytes - * \param x source image start X pos - * \param y source image start Y pos - * \param width width of rect region to convert - * \param height height of rect region to convert - */ -void -_mesa_unpack_rgba_block(mesa_format format, - const void *src, GLint srcRowStride, - GLfloat dst[][4], GLint dstRowStride, - GLuint x, GLuint y, GLuint width, GLuint height) -{ - unpack_rgba_func unpack = get_unpack_rgba_function(format); - const GLuint srcPixStride = _mesa_get_format_bytes(format); - const GLuint dstPixStride = 4 * sizeof(GLfloat); - const GLubyte *srcRow; - GLubyte *dstRow; - GLuint i; - - /* XXX needs to be fixed for compressed formats */ - - srcRow = ((const GLubyte *) src) + srcRowStride * y + srcPixStride * x; - dstRow = ((GLubyte *) dst) + dstRowStride * y + dstPixStride * x; - - for (i = 0; i < height; i++) { - unpack(srcRow, (GLfloat (*)[4]) dstRow, width); - - dstRow += dstRowStride; - srcRow += srcRowStride; - } -} - - - - -typedef void (*unpack_float_z_func)(GLuint n, const void *src, GLfloat *dst); - -static void -unpack_float_z_X8_UINT_Z24_UNORM(GLuint n, const void *src, GLfloat *dst) -{ - /* only return Z, not stencil data */ - const GLuint *s = ((const GLuint *) src); - const GLdouble scale = 1.0 / (GLdouble) 0xffffff; - GLuint i; - for (i = 0; i < n; i++) { - dst[i] = (GLfloat) ((s[i] >> 8) * scale); - ASSERT(dst[i] >= 0.0F); - ASSERT(dst[i] <= 1.0F); - } -} - -static void -unpack_float_z_Z24_UNORM_X8_UINT(GLuint n, const void *src, GLfloat *dst) -{ - /* only return Z, not stencil data */ - const GLuint *s = ((const GLuint *) src); - const GLdouble scale = 1.0 / (GLdouble) 0xffffff; - GLuint i; - for (i = 0; i < n; i++) { - dst[i] = (GLfloat) ((s[i] & 0x00ffffff) * scale); - ASSERT(dst[i] >= 0.0F); - ASSERT(dst[i] <= 1.0F); - } -} - -static void -unpack_float_Z_UNORM16(GLuint n, const void *src, GLfloat *dst) -{ - const GLushort *s = ((const GLushort *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i] = s[i] * (1.0F / 65535.0F); - } -} - -static void -unpack_float_Z_UNORM32(GLuint n, const void *src, GLfloat *dst) -{ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i] = s[i] * (1.0F / 0xffffffff); - } -} - -static void -unpack_float_Z_FLOAT32(GLuint n, const void *src, GLfloat *dst) -{ - memcpy(dst, src, n * sizeof(float)); -} - -static void -unpack_float_z_Z32X24S8(GLuint n, const void *src, GLfloat *dst) -{ - const struct z32f_x24s8 *s = (const struct z32f_x24s8 *) src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i] = s[i].z; - } -} - - - -/** - * Unpack Z values. - * The returned values will always be in the range [0.0, 1.0]. - */ -void -_mesa_unpack_float_z_row(mesa_format format, GLuint n, - const void *src, GLfloat *dst) -{ - unpack_float_z_func unpack; - - switch (format) { - case MESA_FORMAT_S8_UINT_Z24_UNORM: - case MESA_FORMAT_X8_UINT_Z24_UNORM: - unpack = unpack_float_z_X8_UINT_Z24_UNORM; - break; - case MESA_FORMAT_Z24_UNORM_S8_UINT: - case MESA_FORMAT_Z24_UNORM_X8_UINT: - unpack = unpack_float_z_Z24_UNORM_X8_UINT; - break; - case MESA_FORMAT_Z_UNORM16: - unpack = unpack_float_Z_UNORM16; - break; - case MESA_FORMAT_Z_UNORM32: - unpack = unpack_float_Z_UNORM32; - break; - case MESA_FORMAT_Z_FLOAT32: - unpack = unpack_float_Z_FLOAT32; - break; - case MESA_FORMAT_Z32_FLOAT_S8X24_UINT: - unpack = unpack_float_z_Z32X24S8; - break; - default: - _mesa_problem(NULL, "bad format %s in _mesa_unpack_float_z_row", - _mesa_get_format_name(format)); - return; - } - - unpack(n, src, dst); -} - - - -typedef void (*unpack_uint_z_func)(const void *src, GLuint *dst, GLuint n); - -static void -unpack_uint_z_X8_UINT_Z24_UNORM(const void *src, GLuint *dst, GLuint n) -{ - /* only return Z, not stencil data */ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i] = (s[i] & 0xffffff00) | (s[i] >> 24); - } -} - -static void -unpack_uint_z_Z24_UNORM_X8_UINT(const void *src, GLuint *dst, GLuint n) -{ - /* only return Z, not stencil data */ - const GLuint *s = ((const GLuint *) src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i] = (s[i] << 8) | ((s[i] >> 16) & 0xff); - } -} - -static void -unpack_uint_Z_UNORM16(const void *src, GLuint *dst, GLuint n) -{ - const GLushort *s = ((const GLushort *)src); - GLuint i; - for (i = 0; i < n; i++) { - dst[i] = (s[i] << 16) | s[i]; - } -} - -static void -unpack_uint_Z_UNORM32(const void *src, GLuint *dst, GLuint n) -{ - memcpy(dst, src, n * sizeof(GLuint)); -} - -static void -unpack_uint_Z_FLOAT32(const void *src, GLuint *dst, GLuint n) -{ - const float *s = (const float *)src; - GLuint i; - for (i = 0; i < n; i++) { - dst[i] = FLOAT_TO_UINT(CLAMP(s[i], 0.0F, 1.0F)); - } -} - -static void -unpack_uint_Z_FLOAT32_X24S8(const void *src, GLuint *dst, GLuint n) -{ - const struct z32f_x24s8 *s = (const struct z32f_x24s8 *) src; - GLuint i; - - for (i = 0; i < n; i++) { - dst[i] = FLOAT_TO_UINT(CLAMP(s[i].z, 0.0F, 1.0F)); - } -} - - -/** - * Unpack Z values. - * The returned values will always be in the range [0, 0xffffffff]. - */ -void -_mesa_unpack_uint_z_row(mesa_format format, GLuint n, - const void *src, GLuint *dst) -{ - unpack_uint_z_func unpack; - const GLubyte *srcPtr = (GLubyte *) src; - - switch (format) { - case MESA_FORMAT_S8_UINT_Z24_UNORM: - case MESA_FORMAT_X8_UINT_Z24_UNORM: - unpack = unpack_uint_z_X8_UINT_Z24_UNORM; - break; - case MESA_FORMAT_Z24_UNORM_S8_UINT: - case MESA_FORMAT_Z24_UNORM_X8_UINT: - unpack = unpack_uint_z_Z24_UNORM_X8_UINT; - break; - case MESA_FORMAT_Z_UNORM16: - unpack = unpack_uint_Z_UNORM16; - break; - case MESA_FORMAT_Z_UNORM32: - unpack = unpack_uint_Z_UNORM32; - break; - case MESA_FORMAT_Z_FLOAT32: - unpack = unpack_uint_Z_FLOAT32; - break; - case MESA_FORMAT_Z32_FLOAT_S8X24_UINT: - unpack = unpack_uint_Z_FLOAT32_X24S8; - break; - default: - _mesa_problem(NULL, "bad format %s in _mesa_unpack_uint_z_row", - _mesa_get_format_name(format)); - return; - } - - unpack(srcPtr, dst, n); -} - - -static void -unpack_ubyte_s_S_UINT8(const void *src, GLubyte *dst, GLuint n) -{ - memcpy(dst, src, n); -} - -static void -unpack_ubyte_s_S8_UINT_Z24_UNORM(const void *src, GLubyte *dst, GLuint n) -{ - GLuint i; - const GLuint *src32 = src; - - for (i = 0; i < n; i++) - dst[i] = src32[i] & 0xff; -} - -static void -unpack_ubyte_s_Z24_UNORM_S8_UINT(const void *src, GLubyte *dst, GLuint n) -{ - GLuint i; - const GLuint *src32 = src; - - for (i = 0; i < n; i++) - dst[i] = src32[i] >> 24; -} - -static void -unpack_ubyte_s_Z32_FLOAT_S8X24_UINT(const void *src, GLubyte *dst, GLuint n) -{ - GLuint i; - const struct z32f_x24s8 *s = (const struct z32f_x24s8 *) src; - - for (i = 0; i < n; i++) - dst[i] = s[i].x24s8 & 0xff; -} - -void -_mesa_unpack_ubyte_stencil_row(mesa_format format, GLuint n, - const void *src, GLubyte *dst) -{ - switch (format) { - case MESA_FORMAT_S_UINT8: - unpack_ubyte_s_S_UINT8(src, dst, n); - break; - case MESA_FORMAT_S8_UINT_Z24_UNORM: - unpack_ubyte_s_S8_UINT_Z24_UNORM(src, dst, n); - break; - case MESA_FORMAT_Z24_UNORM_S8_UINT: - unpack_ubyte_s_Z24_UNORM_S8_UINT(src, dst, n); - break; - case MESA_FORMAT_Z32_FLOAT_S8X24_UINT: - unpack_ubyte_s_Z32_FLOAT_S8X24_UINT(src, dst, n); - break; - default: - _mesa_problem(NULL, "bad format %s in _mesa_unpack_ubyte_s_row", - _mesa_get_format_name(format)); - return; - } -} - -static void -unpack_uint_24_8_depth_stencil_Z24_UNORM_S8_UINT(const GLuint *src, GLuint *dst, GLuint n) -{ - GLuint i; - - for (i = 0; i < n; i++) { - GLuint val = src[i]; - dst[i] = val >> 24 | val << 8; - } -} - -static void -unpack_uint_24_8_depth_stencil_Z32_S8X24(const GLuint *src, - GLuint *dst, GLuint n) -{ - GLuint i; - - for (i = 0; i < n; i++) { - /* 8 bytes per pixel (float + uint32) */ - GLfloat zf = ((GLfloat *) src)[i * 2 + 0]; - GLuint z24 = (GLuint) (zf * (GLfloat) 0xffffff); - GLuint s = src[i * 2 + 1] & 0xff; - dst[i] = (z24 << 8) | s; - } -} - -static void -unpack_uint_24_8_depth_stencil_S8_UINT_Z24_UNORM(const GLuint *src, GLuint *dst, GLuint n) -{ - memcpy(dst, src, n * 4); -} - -/** - * Unpack depth/stencil returning as GL_UNSIGNED_INT_24_8. - * \param format the source data format - */ -void -_mesa_unpack_uint_24_8_depth_stencil_row(mesa_format format, GLuint n, - const void *src, GLuint *dst) -{ - switch (format) { - case MESA_FORMAT_S8_UINT_Z24_UNORM: - unpack_uint_24_8_depth_stencil_S8_UINT_Z24_UNORM(src, dst, n); - break; - case MESA_FORMAT_Z24_UNORM_S8_UINT: - unpack_uint_24_8_depth_stencil_Z24_UNORM_S8_UINT(src, dst, n); - break; - case MESA_FORMAT_Z32_FLOAT_S8X24_UINT: - unpack_uint_24_8_depth_stencil_Z32_S8X24(src, dst, n); - break; - default: - _mesa_problem(NULL, - "bad format %s in _mesa_unpack_uint_24_8_depth_stencil_row", - _mesa_get_format_name(format)); - return; - } -} - -static void -unpack_float_32_uint_24_8_Z24_UNORM_S8_UINT(const GLuint *src, - GLuint *dst, GLuint n) -{ - GLuint i; - struct z32f_x24s8 *d = (struct z32f_x24s8 *) dst; - const GLdouble scale = 1.0 / (GLdouble) 0xffffff; - - for (i = 0; i < n; i++) { - const GLuint z24 = src[i] & 0xffffff; - d[i].z = z24 * scale; - d[i].x24s8 = src[i] >> 24; - assert(d[i].z >= 0.0f); - assert(d[i].z <= 1.0f); - } -} - -static void -unpack_float_32_uint_24_8_Z32_FLOAT_S8X24_UINT(const GLuint *src, - GLuint *dst, GLuint n) -{ - memcpy(dst, src, n * sizeof(struct z32f_x24s8)); -} - -static void -unpack_float_32_uint_24_8_S8_UINT_Z24_UNORM(const GLuint *src, - GLuint *dst, GLuint n) -{ - GLuint i; - struct z32f_x24s8 *d = (struct z32f_x24s8 *) dst; - const GLdouble scale = 1.0 / (GLdouble) 0xffffff; - - for (i = 0; i < n; i++) { - const GLuint z24 = src[i] >> 8; - d[i].z = z24 * scale; - d[i].x24s8 = src[i] & 0xff; - assert(d[i].z >= 0.0f); - assert(d[i].z <= 1.0f); - } -} - -/** - * Unpack depth/stencil returning as GL_FLOAT_32_UNSIGNED_INT_24_8_REV. - * \param format the source data format - * - * In GL_FLOAT_32_UNSIGNED_INT_24_8_REV lower 4 bytes contain float - * component and higher 4 bytes contain packed 24-bit and 8-bit - * components. - * - * 31 30 29 28 ... 4 3 2 1 0 31 30 29 ... 9 8 7 6 5 ... 2 1 0 - * +-------------------------+ +--------------------------------+ - * | Float Component | | Unused | 8 bit stencil | - * +-------------------------+ +--------------------------------+ - * lower 4 bytes higher 4 bytes - */ -void -_mesa_unpack_float_32_uint_24_8_depth_stencil_row(mesa_format format, GLuint n, - const void *src, GLuint *dst) -{ - switch (format) { - case MESA_FORMAT_S8_UINT_Z24_UNORM: - unpack_float_32_uint_24_8_S8_UINT_Z24_UNORM(src, dst, n); - break; - case MESA_FORMAT_Z24_UNORM_S8_UINT: - unpack_float_32_uint_24_8_Z24_UNORM_S8_UINT(src, dst, n); - break; - case MESA_FORMAT_Z32_FLOAT_S8X24_UINT: - unpack_float_32_uint_24_8_Z32_FLOAT_S8X24_UINT(src, dst, n); - break; - default: - _mesa_problem(NULL, - "bad format %s in _mesa_unpack_uint_24_8_depth_stencil_row", - _mesa_get_format_name(format)); - return; - } -} - -/** - * Unpack depth/stencil - * \param format the source data format - * \param type the destination data type - */ -void -_mesa_unpack_depth_stencil_row(mesa_format format, GLuint n, - const void *src, GLenum type, - GLuint *dst) -{ - assert(type == GL_UNSIGNED_INT_24_8 || - type == GL_FLOAT_32_UNSIGNED_INT_24_8_REV); - - switch (type) { - case GL_UNSIGNED_INT_24_8: - _mesa_unpack_uint_24_8_depth_stencil_row(format, n, src, dst); - break; - case GL_FLOAT_32_UNSIGNED_INT_24_8_REV: - _mesa_unpack_float_32_uint_24_8_depth_stencil_row(format, n, src, dst); - break; - default: - _mesa_problem(NULL, - "bad type 0x%x in _mesa_unpack_depth_stencil_row", - type); - return; - } -} diff --git a/mesalib/src/mesa/main/format_unpack.py b/mesalib/src/mesa/main/format_unpack.py new file mode 100644 index 000000000..2276a1063 --- /dev/null +++ b/mesalib/src/mesa/main/format_unpack.py @@ -0,0 +1,895 @@ +#!/usr/bin/env python + +from mako.template import Template +from sys import argv + +string = """/* + * Mesa 3-D graphics library + * + * Copyright (c) 2011 VMware, Inc. + * Copyright (c) 2014 Intel Corporation. + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included + * in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR + * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + * OTHER DEALINGS IN THE SOFTWARE. + */ + + +/** + * Color, depth, stencil packing functions. + * Used to pack basic color, depth and stencil formats to specific + * hardware formats. + * + * There are both per-pixel and per-row packing functions: + * - The former will be used by swrast to write values to the color, depth, + * stencil buffers when drawing points, lines and masked spans. + * - The later will be used for image-oriented functions like glDrawPixels, + * glAccum, and glTexImage. + */ + +#include + +#include "colormac.h" +#include "format_unpack.h" +#include "format_utils.h" +#include "macros.h" +#include "../../gallium/auxiliary/util/u_format_rgb9e5.h" +#include "../../gallium/auxiliary/util/u_format_r11g11b10f.h" +#include "util/format_srgb.h" + +#define UNPACK(SRC, OFFSET, BITS) (((SRC) >> (OFFSET)) & MAX_UINT(BITS)) + +<% +import format_parser as parser + +formats = parser.parse(argv[1]) + +rgb_formats = [] +for f in formats: + if f.name == 'MESA_FORMAT_NONE': + continue + if f.colorspace not in ('rgb', 'srgb'): + continue + + rgb_formats.append(f) +%> + +/* float unpacking functions */ + +%for f in rgb_formats: + %if f.name in ('MESA_FORMAT_R9G9B9E5_FLOAT', 'MESA_FORMAT_R11G11B10_FLOAT'): + <% continue %> + %elif f.is_int() and not f.is_normalized(): + <% continue %> + %elif f.is_compressed(): + <% continue %> + %endif + +static inline void +unpack_float_${f.short_name()}(const void *void_src, GLfloat dst[4]) +{ + ${f.datatype()} *src = (${f.datatype()} *)void_src; + %if f.layout == parser.PACKED: + %for c in f.channels: + %if c.type != 'x': + ${c.datatype()} ${c.name} = UNPACK(*src, ${c.shift}, ${c.size}); + %endif + %endfor + %elif f.layout == parser.ARRAY: + %for (i, c) in enumerate(f.channels): + %if c.type != 'x': + ${c.datatype()} ${c.name} = src[${i}]; + %endif + %endfor + %else: + <% assert False %> + %endif + + %for i in range(4): + <% s = f.swizzle[i] %> + %if 0 <= s and s <= parser.Swizzle.SWIZZLE_W: + <% c = f.channels[s] %> + %if c.type == parser.UNSIGNED: + %if f.colorspace == 'srgb' and c.name in 'rgb': + <% assert c.size == 8 %> + dst[${i}] = util_format_srgb_8unorm_to_linear_float(${c.name}); + %else: + dst[${i}] = _mesa_unorm_to_float(${c.name}, ${c.size}); + %endif + %elif c.type == parser.SIGNED: + dst[${i}] = _mesa_snorm_to_float(${c.name}, ${c.size}); + %elif c.type == parser.FLOAT: + %if c.size == 32: + dst[${i}] = ${c.name}; + %elif c.size == 16: + dst[${i}] = _mesa_half_to_float(${c.name}); + %else: + <% assert False %> + %endif + %else: + <% assert False %> + %endif + %elif s == parser.Swizzle.SWIZZLE_ZERO: + dst[${i}] = 0.0f; + %elif s == parser.Swizzle.SWIZZLE_ONE: + dst[${i}] = 1.0f; + %else: + <% assert False %> + %endif + %endfor +} +%endfor + +static void +unpack_float_r9g9b9e5_float(const void *src, GLfloat dst[4]) +{ + rgb9e5_to_float3(*(const GLuint *)src, dst); + dst[3] = 1.0f; +} + +static void +unpack_float_r11g11b10_float(const void *src, GLfloat dst[4]) +{ + r11g11b10f_to_float3(*(const GLuint *)src, dst); + dst[3] = 1.0f; +} + +static void +unpack_float_ycbcr(const void *src, GLfloat dst[][4], GLuint n) +{ + GLuint i; + for (i = 0; i < n; i++) { + const GLushort *src0 = ((const GLushort *) src) + i * 2; /* even */ + const GLushort *src1 = src0 + 1; /* odd */ + const GLubyte y0 = (*src0 >> 8) & 0xff; /* luminance */ + const GLubyte cb = *src0 & 0xff; /* chroma U */ + const GLubyte y1 = (*src1 >> 8) & 0xff; /* luminance */ + const GLubyte cr = *src1 & 0xff; /* chroma V */ + const GLubyte y = (i & 1) ? y1 : y0; /* choose even/odd luminance */ + GLfloat r = 1.164F * (y - 16) + 1.596F * (cr - 128); + GLfloat g = 1.164F * (y - 16) - 0.813F * (cr - 128) - 0.391F * (cb - 128); + GLfloat b = 1.164F * (y - 16) + 2.018F * (cb - 128); + r *= (1.0F / 255.0F); + g *= (1.0F / 255.0F); + b *= (1.0F / 255.0F); + dst[i][0] = CLAMP(r, 0.0F, 1.0F); + dst[i][1] = CLAMP(g, 0.0F, 1.0F); + dst[i][2] = CLAMP(b, 0.0F, 1.0F); + dst[i][3] = 1.0F; + } +} + +static void +unpack_float_ycbcr_rev(const void *src, GLfloat dst[][4], GLuint n) +{ + GLuint i; + for (i = 0; i < n; i++) { + const GLushort *src0 = ((const GLushort *) src) + i * 2; /* even */ + const GLushort *src1 = src0 + 1; /* odd */ + const GLubyte y0 = *src0 & 0xff; /* luminance */ + const GLubyte cr = (*src0 >> 8) & 0xff; /* chroma V */ + const GLubyte y1 = *src1 & 0xff; /* luminance */ + const GLubyte cb = (*src1 >> 8) & 0xff; /* chroma U */ + const GLubyte y = (i & 1) ? y1 : y0; /* choose even/odd luminance */ + GLfloat r = 1.164F * (y - 16) + 1.596F * (cr - 128); + GLfloat g = 1.164F * (y - 16) - 0.813F * (cr - 128) - 0.391F * (cb - 128); + GLfloat b = 1.164F * (y - 16) + 2.018F * (cb - 128); + r *= (1.0F / 255.0F); + g *= (1.0F / 255.0F); + b *= (1.0F / 255.0F); + dst[i][0] = CLAMP(r, 0.0F, 1.0F); + dst[i][1] = CLAMP(g, 0.0F, 1.0F); + dst[i][2] = CLAMP(b, 0.0F, 1.0F); + dst[i][3] = 1.0F; + } +} + +/* ubyte packing functions */ + +%for f in rgb_formats: + %if not f.is_normalized(): + <% continue %> + %endif + +static inline void +unpack_ubyte_${f.short_name()}(const void *void_src, GLubyte dst[4]) +{ + ${f.datatype()} *src = (${f.datatype()} *)void_src; + %if f.layout == parser.PACKED: + %for c in f.channels: + %if c.type != 'x': + ${c.datatype()} ${c.name} = UNPACK(*src, ${c.shift}, ${c.size}); + %endif + %endfor + %elif f.layout == parser.ARRAY: + %for (i, c) in enumerate(f.channels): + %if c.type != 'x': + ${c.datatype()} ${c.name} = src[${i}]; + %endif + %endfor + %else: + <% assert False %> + %endif + + %for i in range(4): + <% s = f.swizzle[i] %> + %if 0 <= s and s <= parser.Swizzle.SWIZZLE_W: + <% c = f.channels[s] %> + %if c.type == parser.UNSIGNED: + %if f.colorspace == 'srgb' and c.name in 'rgb': + <% assert c.size == 8 %> + dst[${i}] = util_format_srgb_to_linear_8unorm(${c.name}); + %else: + dst[${i}] = _mesa_unorm_to_unorm(${c.name}, ${c.size}, 8); + %endif + %elif c.type == parser.SIGNED: + dst[${i}] = _mesa_snorm_to_unorm(${c.name}, ${c.size}, 8); + %elif c.type == parser.FLOAT: + %if c.size == 32: + dst[${i}] = _mesa_float_to_unorm(${c.name}, 8); + %elif c.size == 16: + dst[${i}] = _mesa_half_to_unorm(${c.name}, 8); + %else: + <% assert False %> + %endif + %else: + <% assert False %> + %endif + %elif s == parser.Swizzle.SWIZZLE_ZERO: + dst[${i}] = 0; + %elif s == parser.Swizzle.SWIZZLE_ONE: + dst[${i}] = 255; + %else: + <% assert False %> + %endif + %endfor +} +%endfor + +/* integer packing functions */ + +%for f in rgb_formats: + %if not f.is_int(): + <% continue %> + %elif f.is_normalized(): + <% continue %> + %endif + +static inline void +unpack_int_${f.short_name()}(const void *void_src, GLuint dst[4]) +{ + ${f.datatype()} *src = (${f.datatype()} *)void_src; + %if f.layout == parser.PACKED: + %for c in f.channels: + %if c.type != 'x': + ${c.datatype()} ${c.name} = UNPACK(*src, ${c.shift}, ${c.size}); + %endif + %endfor + %elif f.layout == parser.ARRAY: + %for (i, c) in enumerate(f.channels): + %if c.type != 'x': + ${c.datatype()} ${c.name} = src[${i}]; + %endif + %endfor + %else: + <% assert False %> + %endif + + %for i in range(4): + <% s = f.swizzle[i] %> + %if 0 <= s and s <= parser.Swizzle.SWIZZLE_W: + dst[${i}] = ${f.channels[s].name}; + %elif s == parser.Swizzle.SWIZZLE_ZERO: + dst[${i}] = 0; + %elif s == parser.Swizzle.SWIZZLE_ONE: + dst[${i}] = 1; + %else: + <% assert False %> + %endif + %endfor +} +%endfor + + +void +_mesa_unpack_rgba_row(mesa_format format, GLuint n, + const void *src, GLfloat dst[][4]) +{ + GLubyte *s = (GLubyte *)src; + GLuint i; + + switch (format) { +%for f in rgb_formats: + %if f.is_compressed(): + <% continue %> + %elif f.is_int() and not f.is_normalized(): + <% continue %> + %endif + case ${f.name}: + for (i = 0; i < n; ++i) { + unpack_float_${f.short_name()}(s, dst[i]); + s += ${f.block_size() / 8}; + } + break; +%endfor + case MESA_FORMAT_YCBCR: + unpack_float_ycbcr(src, dst, n); + break; + case MESA_FORMAT_YCBCR_REV: + unpack_float_ycbcr_rev(src, dst, n); + break; + default: + _mesa_problem(NULL, "%s: bad format %s", __FUNCTION__, + _mesa_get_format_name(format)); + return; + } +} + +void +_mesa_unpack_ubyte_rgba_row(mesa_format format, GLuint n, + const void *src, GLubyte dst[][4]) +{ + GLubyte *s = (GLubyte *)src; + GLuint i; + + switch (format) { +%for f in rgb_formats: + %if not f.is_normalized(): + <% continue %> + %endif + + case ${f.name}: + for (i = 0; i < n; ++i) { + unpack_ubyte_${f.short_name()}(s, dst[i]); + s += ${f.block_size() / 8}; + } + break; +%endfor + default: + /* get float values, convert to ubyte */ + { + GLfloat *tmp = malloc(n * 4 * sizeof(GLfloat)); + if (tmp) { + GLuint i; + _mesa_unpack_rgba_row(format, n, src, (GLfloat (*)[4]) tmp); + for (i = 0; i < n; i++) { + dst[i][0] = _mesa_float_to_unorm(tmp[i*4+0], 8); + dst[i][1] = _mesa_float_to_unorm(tmp[i*4+1], 8); + dst[i][2] = _mesa_float_to_unorm(tmp[i*4+2], 8); + dst[i][3] = _mesa_float_to_unorm(tmp[i*4+3], 8); + } + free(tmp); + } + } + break; + } +} + +void +_mesa_unpack_uint_rgba_row(mesa_format format, GLuint n, + const void *src, GLuint dst[][4]) +{ + GLubyte *s = (GLubyte *)src; + GLuint i; + + switch (format) { +%for f in rgb_formats: + %if not f.is_int(): + <% continue %> + %elif f.is_normalized(): + <% continue %> + %endif + + case ${f.name}: + for (i = 0; i < n; ++i) { + unpack_int_${f.short_name()}(s, dst[i]); + s += ${f.block_size() / 8}; + } + break; +%endfor + default: + _mesa_problem(NULL, "%s: bad format %s", __FUNCTION__, + _mesa_get_format_name(format)); + return; + } +} + +/** + * Unpack a 2D rect of pixels returning float RGBA colors. + * \param format the source image format + * \param src start address of the source image + * \param srcRowStride source image row stride in bytes + * \param dst start address of the dest image + * \param dstRowStride dest image row stride in bytes + * \param x source image start X pos + * \param y source image start Y pos + * \param width width of rect region to convert + * \param height height of rect region to convert + */ +void +_mesa_unpack_rgba_block(mesa_format format, + const void *src, GLint srcRowStride, + GLfloat dst[][4], GLint dstRowStride, + GLuint x, GLuint y, GLuint width, GLuint height) +{ + const GLuint srcPixStride = _mesa_get_format_bytes(format); + const GLuint dstPixStride = 4 * sizeof(GLfloat); + const GLubyte *srcRow; + GLubyte *dstRow; + GLuint i; + + /* XXX needs to be fixed for compressed formats */ + + srcRow = ((const GLubyte *) src) + srcRowStride * y + srcPixStride * x; + dstRow = ((GLubyte *) dst) + dstRowStride * y + dstPixStride * x; + + for (i = 0; i < height; i++) { + _mesa_unpack_rgba_row(format, width, srcRow, (GLfloat (*)[4]) dstRow); + + dstRow += dstRowStride; + srcRow += srcRowStride; + } +} + +/** Helper struct for MESA_FORMAT_Z32_FLOAT_S8X24_UINT */ +struct z32f_x24s8 +{ + float z; + uint32_t x24s8; +}; + +typedef void (*unpack_float_z_func)(GLuint n, const void *src, GLfloat *dst); + +static void +unpack_float_z_X8_UINT_Z24_UNORM(GLuint n, const void *src, GLfloat *dst) +{ + /* only return Z, not stencil data */ + const GLuint *s = ((const GLuint *) src); + const GLdouble scale = 1.0 / (GLdouble) 0xffffff; + GLuint i; + for (i = 0; i < n; i++) { + dst[i] = (GLfloat) ((s[i] >> 8) * scale); + ASSERT(dst[i] >= 0.0F); + ASSERT(dst[i] <= 1.0F); + } +} + +static void +unpack_float_z_Z24_UNORM_X8_UINT(GLuint n, const void *src, GLfloat *dst) +{ + /* only return Z, not stencil data */ + const GLuint *s = ((const GLuint *) src); + const GLdouble scale = 1.0 / (GLdouble) 0xffffff; + GLuint i; + for (i = 0; i < n; i++) { + dst[i] = (GLfloat) ((s[i] & 0x00ffffff) * scale); + ASSERT(dst[i] >= 0.0F); + ASSERT(dst[i] <= 1.0F); + } +} + +static void +unpack_float_Z_UNORM16(GLuint n, const void *src, GLfloat *dst) +{ + const GLushort *s = ((const GLushort *) src); + GLuint i; + for (i = 0; i < n; i++) { + dst[i] = s[i] * (1.0F / 65535.0F); + } +} + +static void +unpack_float_Z_UNORM32(GLuint n, const void *src, GLfloat *dst) +{ + const GLuint *s = ((const GLuint *) src); + GLuint i; + for (i = 0; i < n; i++) { + dst[i] = s[i] * (1.0F / 0xffffffff); + } +} + +static void +unpack_float_Z_FLOAT32(GLuint n, const void *src, GLfloat *dst) +{ + memcpy(dst, src, n * sizeof(float)); +} + +static void +unpack_float_z_Z32X24S8(GLuint n, const void *src, GLfloat *dst) +{ + const struct z32f_x24s8 *s = (const struct z32f_x24s8 *) src; + GLuint i; + for (i = 0; i < n; i++) { + dst[i] = s[i].z; + } +} + + + +/** + * Unpack Z values. + * The returned values will always be in the range [0.0, 1.0]. + */ +void +_mesa_unpack_float_z_row(mesa_format format, GLuint n, + const void *src, GLfloat *dst) +{ + unpack_float_z_func unpack; + + switch (format) { + case MESA_FORMAT_S8_UINT_Z24_UNORM: + case MESA_FORMAT_X8_UINT_Z24_UNORM: + unpack = unpack_float_z_X8_UINT_Z24_UNORM; + break; + case MESA_FORMAT_Z24_UNORM_S8_UINT: + case MESA_FORMAT_Z24_UNORM_X8_UINT: + unpack = unpack_float_z_Z24_UNORM_X8_UINT; + break; + case MESA_FORMAT_Z_UNORM16: + unpack = unpack_float_Z_UNORM16; + break; + case MESA_FORMAT_Z_UNORM32: + unpack = unpack_float_Z_UNORM32; + break; + case MESA_FORMAT_Z_FLOAT32: + unpack = unpack_float_Z_FLOAT32; + break; + case MESA_FORMAT_Z32_FLOAT_S8X24_UINT: + unpack = unpack_float_z_Z32X24S8; + break; + default: + _mesa_problem(NULL, "bad format %s in _mesa_unpack_float_z_row", + _mesa_get_format_name(format)); + return; + } + + unpack(n, src, dst); +} + + + +typedef void (*unpack_uint_z_func)(const void *src, GLuint *dst, GLuint n); + +static void +unpack_uint_z_X8_UINT_Z24_UNORM(const void *src, GLuint *dst, GLuint n) +{ + /* only return Z, not stencil data */ + const GLuint *s = ((const GLuint *) src); + GLuint i; + for (i = 0; i < n; i++) { + dst[i] = (s[i] & 0xffffff00) | (s[i] >> 24); + } +} + +static void +unpack_uint_z_Z24_UNORM_X8_UINT(const void *src, GLuint *dst, GLuint n) +{ + /* only return Z, not stencil data */ + const GLuint *s = ((const GLuint *) src); + GLuint i; + for (i = 0; i < n; i++) { + dst[i] = (s[i] << 8) | ((s[i] >> 16) & 0xff); + } +} + +static void +unpack_uint_Z_UNORM16(const void *src, GLuint *dst, GLuint n) +{ + const GLushort *s = ((const GLushort *)src); + GLuint i; + for (i = 0; i < n; i++) { + dst[i] = (s[i] << 16) | s[i]; + } +} + +static void +unpack_uint_Z_UNORM32(const void *src, GLuint *dst, GLuint n) +{ + memcpy(dst, src, n * sizeof(GLuint)); +} + +static void +unpack_uint_Z_FLOAT32(const void *src, GLuint *dst, GLuint n) +{ + const float *s = (const float *)src; + GLuint i; + for (i = 0; i < n; i++) { + dst[i] = FLOAT_TO_UINT(CLAMP(s[i], 0.0F, 1.0F)); + } +} + +static void +unpack_uint_Z_FLOAT32_X24S8(const void *src, GLuint *dst, GLuint n) +{ + const struct z32f_x24s8 *s = (const struct z32f_x24s8 *) src; + GLuint i; + + for (i = 0; i < n; i++) { + dst[i] = FLOAT_TO_UINT(CLAMP(s[i].z, 0.0F, 1.0F)); + } +} + + +/** + * Unpack Z values. + * The returned values will always be in the range [0, 0xffffffff]. + */ +void +_mesa_unpack_uint_z_row(mesa_format format, GLuint n, + const void *src, GLuint *dst) +{ + unpack_uint_z_func unpack; + const GLubyte *srcPtr = (GLubyte *) src; + + switch (format) { + case MESA_FORMAT_S8_UINT_Z24_UNORM: + case MESA_FORMAT_X8_UINT_Z24_UNORM: + unpack = unpack_uint_z_X8_UINT_Z24_UNORM; + break; + case MESA_FORMAT_Z24_UNORM_S8_UINT: + case MESA_FORMAT_Z24_UNORM_X8_UINT: + unpack = unpack_uint_z_Z24_UNORM_X8_UINT; + break; + case MESA_FORMAT_Z_UNORM16: + unpack = unpack_uint_Z_UNORM16; + break; + case MESA_FORMAT_Z_UNORM32: + unpack = unpack_uint_Z_UNORM32; + break; + case MESA_FORMAT_Z_FLOAT32: + unpack = unpack_uint_Z_FLOAT32; + break; + case MESA_FORMAT_Z32_FLOAT_S8X24_UINT: + unpack = unpack_uint_Z_FLOAT32_X24S8; + break; + default: + _mesa_problem(NULL, "bad format %s in _mesa_unpack_uint_z_row", + _mesa_get_format_name(format)); + return; + } + + unpack(srcPtr, dst, n); +} + + +static void +unpack_ubyte_s_S_UINT8(const void *src, GLubyte *dst, GLuint n) +{ + memcpy(dst, src, n); +} + +static void +unpack_ubyte_s_S8_UINT_Z24_UNORM(const void *src, GLubyte *dst, GLuint n) +{ + GLuint i; + const GLuint *src32 = src; + + for (i = 0; i < n; i++) + dst[i] = src32[i] & 0xff; +} + +static void +unpack_ubyte_s_Z24_UNORM_S8_UINT(const void *src, GLubyte *dst, GLuint n) +{ + GLuint i; + const GLuint *src32 = src; + + for (i = 0; i < n; i++) + dst[i] = src32[i] >> 24; +} + +static void +unpack_ubyte_s_Z32_FLOAT_S8X24_UINT(const void *src, GLubyte *dst, GLuint n) +{ + GLuint i; + const struct z32f_x24s8 *s = (const struct z32f_x24s8 *) src; + + for (i = 0; i < n; i++) + dst[i] = s[i].x24s8 & 0xff; +} + +void +_mesa_unpack_ubyte_stencil_row(mesa_format format, GLuint n, + const void *src, GLubyte *dst) +{ + switch (format) { + case MESA_FORMAT_S_UINT8: + unpack_ubyte_s_S_UINT8(src, dst, n); + break; + case MESA_FORMAT_S8_UINT_Z24_UNORM: + unpack_ubyte_s_S8_UINT_Z24_UNORM(src, dst, n); + break; + case MESA_FORMAT_Z24_UNORM_S8_UINT: + unpack_ubyte_s_Z24_UNORM_S8_UINT(src, dst, n); + break; + case MESA_FORMAT_Z32_FLOAT_S8X24_UINT: + unpack_ubyte_s_Z32_FLOAT_S8X24_UINT(src, dst, n); + break; + default: + _mesa_problem(NULL, "bad format %s in _mesa_unpack_ubyte_s_row", + _mesa_get_format_name(format)); + return; + } +} + +static void +unpack_uint_24_8_depth_stencil_Z24_UNORM_S8_UINT(const GLuint *src, GLuint *dst, GLuint n) +{ + GLuint i; + + for (i = 0; i < n; i++) { + GLuint val = src[i]; + dst[i] = val >> 24 | val << 8; + } +} + +static void +unpack_uint_24_8_depth_stencil_Z32_S8X24(const GLuint *src, + GLuint *dst, GLuint n) +{ + GLuint i; + + for (i = 0; i < n; i++) { + /* 8 bytes per pixel (float + uint32) */ + GLfloat zf = ((GLfloat *) src)[i * 2 + 0]; + GLuint z24 = (GLuint) (zf * (GLfloat) 0xffffff); + GLuint s = src[i * 2 + 1] & 0xff; + dst[i] = (z24 << 8) | s; + } +} + +static void +unpack_uint_24_8_depth_stencil_S8_UINT_Z24_UNORM(const GLuint *src, GLuint *dst, GLuint n) +{ + memcpy(dst, src, n * 4); +} + +/** + * Unpack depth/stencil returning as GL_UNSIGNED_INT_24_8. + * \param format the source data format + */ +void +_mesa_unpack_uint_24_8_depth_stencil_row(mesa_format format, GLuint n, + const void *src, GLuint *dst) +{ + switch (format) { + case MESA_FORMAT_S8_UINT_Z24_UNORM: + unpack_uint_24_8_depth_stencil_S8_UINT_Z24_UNORM(src, dst, n); + break; + case MESA_FORMAT_Z24_UNORM_S8_UINT: + unpack_uint_24_8_depth_stencil_Z24_UNORM_S8_UINT(src, dst, n); + break; + case MESA_FORMAT_Z32_FLOAT_S8X24_UINT: + unpack_uint_24_8_depth_stencil_Z32_S8X24(src, dst, n); + break; + default: + _mesa_problem(NULL, + "bad format %s in _mesa_unpack_uint_24_8_depth_stencil_row", + _mesa_get_format_name(format)); + return; + } +} + +static void +unpack_float_32_uint_24_8_Z24_UNORM_S8_UINT(const GLuint *src, + GLuint *dst, GLuint n) +{ + GLuint i; + struct z32f_x24s8 *d = (struct z32f_x24s8 *) dst; + const GLdouble scale = 1.0 / (GLdouble) 0xffffff; + + for (i = 0; i < n; i++) { + const GLuint z24 = src[i] & 0xffffff; + d[i].z = z24 * scale; + d[i].x24s8 = src[i] >> 24; + assert(d[i].z >= 0.0f); + assert(d[i].z <= 1.0f); + } +} + +static void +unpack_float_32_uint_24_8_Z32_FLOAT_S8X24_UINT(const GLuint *src, + GLuint *dst, GLuint n) +{ + memcpy(dst, src, n * sizeof(struct z32f_x24s8)); +} + +static void +unpack_float_32_uint_24_8_S8_UINT_Z24_UNORM(const GLuint *src, + GLuint *dst, GLuint n) +{ + GLuint i; + struct z32f_x24s8 *d = (struct z32f_x24s8 *) dst; + const GLdouble scale = 1.0 / (GLdouble) 0xffffff; + + for (i = 0; i < n; i++) { + const GLuint z24 = src[i] >> 8; + d[i].z = z24 * scale; + d[i].x24s8 = src[i] & 0xff; + assert(d[i].z >= 0.0f); + assert(d[i].z <= 1.0f); + } +} + +/** + * Unpack depth/stencil returning as GL_FLOAT_32_UNSIGNED_INT_24_8_REV. + * \param format the source data format + * + * In GL_FLOAT_32_UNSIGNED_INT_24_8_REV lower 4 bytes contain float + * component and higher 4 bytes contain packed 24-bit and 8-bit + * components. + * + * 31 30 29 28 ... 4 3 2 1 0 31 30 29 ... 9 8 7 6 5 ... 2 1 0 + * +-------------------------+ +--------------------------------+ + * | Float Component | | Unused | 8 bit stencil | + * +-------------------------+ +--------------------------------+ + * lower 4 bytes higher 4 bytes + */ +void +_mesa_unpack_float_32_uint_24_8_depth_stencil_row(mesa_format format, GLuint n, + const void *src, GLuint *dst) +{ + switch (format) { + case MESA_FORMAT_S8_UINT_Z24_UNORM: + unpack_float_32_uint_24_8_S8_UINT_Z24_UNORM(src, dst, n); + break; + case MESA_FORMAT_Z24_UNORM_S8_UINT: + unpack_float_32_uint_24_8_Z24_UNORM_S8_UINT(src, dst, n); + break; + case MESA_FORMAT_Z32_FLOAT_S8X24_UINT: + unpack_float_32_uint_24_8_Z32_FLOAT_S8X24_UINT(src, dst, n); + break; + default: + _mesa_problem(NULL, + "bad format %s in _mesa_unpack_uint_24_8_depth_stencil_row", + _mesa_get_format_name(format)); + return; + } +} + +/** + * Unpack depth/stencil + * \param format the source data format + * \param type the destination data type + */ +void +_mesa_unpack_depth_stencil_row(mesa_format format, GLuint n, + const void *src, GLenum type, + GLuint *dst) +{ + assert(type == GL_UNSIGNED_INT_24_8 || + type == GL_FLOAT_32_UNSIGNED_INT_24_8_REV); + + switch (type) { + case GL_UNSIGNED_INT_24_8: + _mesa_unpack_uint_24_8_depth_stencil_row(format, n, src, dst); + break; + case GL_FLOAT_32_UNSIGNED_INT_24_8_REV: + _mesa_unpack_float_32_uint_24_8_depth_stencil_row(format, n, src, dst); + break; + default: + _mesa_problem(NULL, + "bad type 0x%x in _mesa_unpack_depth_stencil_row", + type); + return; + } +} +""" + +template = Template(string); + +print template.render(argv = argv[0:]) diff --git a/mesalib/src/mesa/main/format_utils.c b/mesalib/src/mesa/main/format_utils.c index 93a0ceac0..810bb1634 100644 --- a/mesalib/src/mesa/main/format_utils.c +++ b/mesalib/src/mesa/main/format_utils.c @@ -24,6 +24,549 @@ #include "format_utils.h" #include "glformats.h" +#include "format_pack.h" +#include "format_unpack.h" + +const mesa_array_format RGBA32_FLOAT = + MESA_ARRAY_FORMAT(4, 1, 1, 1, 4, 0, 1, 2, 3); + +const mesa_array_format RGBA8_UBYTE = + MESA_ARRAY_FORMAT(1, 0, 0, 1, 4, 0, 1, 2, 3); + +const mesa_array_format RGBA32_UINT = + MESA_ARRAY_FORMAT(4, 0, 0, 0, 4, 0, 1, 2, 3); + +const mesa_array_format RGBA32_INT = + MESA_ARRAY_FORMAT(4, 1, 0, 0, 4, 0, 1, 2, 3); + +static void +invert_swizzle(uint8_t dst[4], const uint8_t src[4]) +{ + int i, j; + + dst[0] = MESA_FORMAT_SWIZZLE_NONE; + dst[1] = MESA_FORMAT_SWIZZLE_NONE; + dst[2] = MESA_FORMAT_SWIZZLE_NONE; + dst[3] = MESA_FORMAT_SWIZZLE_NONE; + + for (i = 0; i < 4; ++i) + for (j = 0; j < 4; ++j) + if (src[j] == i && dst[i] == MESA_FORMAT_SWIZZLE_NONE) + dst[i] = j; +} + +/* Takes a src to RGBA swizzle and applies a rebase swizzle to it. This + * is used when we need to rebase a format to match a different + * base internal format. + * + * The rebase swizzle can be NULL, which means that no rebase is necessary, + * in which case the src to RGBA swizzle is copied to the output without + * changes. + * + * The resulting rebased swizzle and well as the input swizzles are + * all 4-element swizzles, but the rebase swizzle can be NULL if no rebase + * is necessary. + */ +static void +compute_rebased_rgba_component_mapping(uint8_t *src2rgba, + uint8_t *rebase_swizzle, + uint8_t *rebased_src2rgba) +{ + int i; + + if (rebase_swizzle) { + for (i = 0; i < 4; i++) { + if (rebase_swizzle[i] > MESA_FORMAT_SWIZZLE_W) + rebased_src2rgba[i] = rebase_swizzle[i]; + else + rebased_src2rgba[i] = src2rgba[rebase_swizzle[i]]; + } + } else { + /* No rebase needed, so src2rgba is all that we need */ + memcpy(rebased_src2rgba, src2rgba, 4 * sizeof(uint8_t)); + } +} + +/* Computes the final swizzle transform to apply from src to dst in a + * conversion that might involve a rebase swizzle. + * + * This is used to compute the swizzle transform to apply in conversions + * between array formats where we have a src2rgba swizzle, a rgba2dst swizzle + * and possibly, a rebase swizzle. + * + * The final swizzle transform to apply (src2dst) when a rebase swizzle is + * involved is: src -> rgba -> base -> rgba -> dst + */ +static void +compute_src2dst_component_mapping(uint8_t *src2rgba, uint8_t *rgba2dst, + uint8_t *rebase_swizzle, uint8_t *src2dst) +{ + int i; + + if (!rebase_swizzle) { + for (i = 0; i < 4; i++) { + if (rgba2dst[i] > MESA_FORMAT_SWIZZLE_W) { + src2dst[i] = rgba2dst[i]; + } else { + src2dst[i] = src2rgba[rgba2dst[i]]; + } + } + } else { + for (i = 0; i < 4; i++) { + if (rgba2dst[i] > MESA_FORMAT_SWIZZLE_W) { + src2dst[i] = rgba2dst[i]; + } else if (rebase_swizzle[rgba2dst[i]] > MESA_FORMAT_SWIZZLE_W) { + src2dst[i] = rebase_swizzle[rgba2dst[i]]; + } else { + src2dst[i] = src2rgba[rebase_swizzle[rgba2dst[i]]]; + } + } + } +} + +/** + * This function is used by clients of _mesa_format_convert to obtain + * the rebase swizzle to use in a format conversion based on the base + * format involved. + * + * \param baseFormat the base internal format involved in the conversion. + * \param map the rebase swizzle to consider + * + * This function computes 'map' as rgba -> baseformat -> rgba and returns true + * if the resulting swizzle transform is not the identity transform (thus, a + * rebase is needed). If the function returns false then a rebase swizzle + * is not necessary and the value of 'map' is undefined. In this situation + * clients of _mesa_format_convert should pass NULL in the 'rebase_swizzle' + * parameter. + */ +bool +_mesa_compute_rgba2base2rgba_component_mapping(GLenum baseFormat, uint8_t *map) +{ + uint8_t rgba2base[6], base2rgba[6]; + int i; + + switch (baseFormat) { + case GL_ALPHA: + case GL_RED: + case GL_GREEN: + case GL_BLUE: + case GL_RG: + case GL_RGB: + case GL_BGR: + case GL_RGBA: + case GL_BGRA: + case GL_ABGR_EXT: + case GL_LUMINANCE: + case GL_INTENSITY: + case GL_LUMINANCE_ALPHA: + { + bool needRebase = false; + _mesa_compute_component_mapping(GL_RGBA, baseFormat, rgba2base); + _mesa_compute_component_mapping(baseFormat, GL_RGBA, base2rgba); + for (i = 0; i < 4; i++) { + if (base2rgba[i] > MESA_FORMAT_SWIZZLE_W) { + map[i] = base2rgba[i]; + } else { + map[i] = rgba2base[base2rgba[i]]; + } + if (map[i] != i) + needRebase = true; + } + return needRebase; + } + default: + unreachable("Unexpected base format"); + } +} + +/** + * This can be used to convert between most color formats. + * + * Limitations: + * - This function doesn't handle GL_COLOR_INDEX or YCBCR formats. + * - This function doesn't handle byte-swapping or transferOps, these should + * be handled by the caller. + * + * \param void_dst The address where converted color data will be stored. + * The caller must ensure that the buffer is large enough + * to hold the converted pixel data. + * \param dst_format The destination color format. It can be a mesa_format + * or a mesa_array_format represented as an uint32_t. + * \param dst_stride The stride of the destination format in bytes. + * \param void_src The address of the source color data to convert. + * \param src_format The source color format. It can be a mesa_format + * or a mesa_array_format represented as an uint32_t. + * \param src_stride The stride of the source format in bytes. + * \param width The width, in pixels, of the source image to convert. + * \param height The height, in pixels, of the source image to convert. + * \param rebase_swizzle A swizzle transform to apply during the conversion, + * typically used to match a different internal base + * format involved. NULL if no rebase transform is needed + * (i.e. the internal base format and the base format of + * the dst or the src -depending on whether we are doing + * an upload or a download respectively- are the same). + */ +void +_mesa_format_convert(void *void_dst, uint32_t dst_format, size_t dst_stride, + void *void_src, uint32_t src_format, size_t src_stride, + size_t width, size_t height, uint8_t *rebase_swizzle) +{ + uint8_t *dst = (uint8_t *)void_dst; + uint8_t *src = (uint8_t *)void_src; + mesa_array_format src_array_format, dst_array_format; + bool src_format_is_mesa_array_format, dst_format_is_mesa_array_format; + uint8_t src2dst[4], src2rgba[4], rgba2dst[4], dst2rgba[4]; + uint8_t rebased_src2rgba[4]; + enum mesa_array_format_datatype src_type = 0, dst_type = 0, common_type; + bool normalized, dst_integer, src_integer, is_signed; + int src_num_channels = 0, dst_num_channels = 0; + uint8_t (*tmp_ubyte)[4]; + float (*tmp_float)[4]; + uint32_t (*tmp_uint)[4]; + int bits; + size_t row; + + if (_mesa_format_is_mesa_array_format(src_format)) { + src_format_is_mesa_array_format = true; + src_array_format = src_format; + } else { + assert(_mesa_is_format_color_format(src_format)); + src_format_is_mesa_array_format = false; + src_array_format = _mesa_format_to_array_format(src_format); + } + + if (_mesa_format_is_mesa_array_format(dst_format)) { + dst_format_is_mesa_array_format = true; + dst_array_format = dst_format; + } else { + assert(_mesa_is_format_color_format(dst_format)); + dst_format_is_mesa_array_format = false; + dst_array_format = _mesa_format_to_array_format(dst_format); + } + + /* First we see if we can implement the conversion with a direct pack + * or unpack. + * + * In this case we want to be careful when we need to apply a swizzle to + * match an internal base format, since in these cases a simple pack/unpack + * to the dst format from the src format may not match the requirements + * of the internal base format. For now we decide to be safe and + * avoid this path in these scenarios but in the future we may want to + * enable it for specific combinations that are known to work. + */ + if (!rebase_swizzle) { + /* Handle the cases where we can directly unpack */ + if (!src_format_is_mesa_array_format) { + if (dst_array_format == RGBA32_FLOAT) { + for (row = 0; row < height; ++row) { + _mesa_unpack_rgba_row(src_format, width, + src, (float (*)[4])dst); + src += src_stride; + dst += dst_stride; + } + return; + } else if (dst_array_format == RGBA8_UBYTE) { + assert(!_mesa_is_format_integer_color(src_format)); + for (row = 0; row < height; ++row) { + _mesa_unpack_ubyte_rgba_row(src_format, width, + src, (uint8_t (*)[4])dst); + src += src_stride; + dst += dst_stride; + } + return; + } else if (dst_array_format == RGBA32_UINT && + _mesa_is_format_unsigned(src_format)) { + assert(_mesa_is_format_integer_color(src_format)); + for (row = 0; row < height; ++row) { + _mesa_unpack_uint_rgba_row(src_format, width, + src, (uint32_t (*)[4])dst); + src += src_stride; + dst += dst_stride; + } + return; + } + } + + /* Handle the cases where we can directly pack */ + if (!dst_format_is_mesa_array_format) { + if (src_array_format == RGBA32_FLOAT) { + for (row = 0; row < height; ++row) { + _mesa_pack_float_rgba_row(dst_format, width, + (const float (*)[4])src, dst); + src += src_stride; + dst += dst_stride; + } + return; + } else if (src_array_format == RGBA8_UBYTE) { + assert(!_mesa_is_format_integer_color(dst_format)); + for (row = 0; row < height; ++row) { + _mesa_pack_ubyte_rgba_row(dst_format, width, + (const uint8_t (*)[4])src, dst); + src += src_stride; + dst += dst_stride; + } + return; + } else if (src_array_format == RGBA32_UINT && + _mesa_is_format_unsigned(dst_format)) { + assert(_mesa_is_format_integer_color(dst_format)); + for (row = 0; row < height; ++row) { + _mesa_pack_uint_rgba_row(dst_format, width, + (const uint32_t (*)[4])src, dst); + src += src_stride; + dst += dst_stride; + } + return; + } + } + } + + /* Handle conversions between array formats */ + normalized = false; + if (src_array_format) { + src_type = _mesa_array_format_get_datatype(src_array_format); + + src_num_channels = _mesa_array_format_get_num_channels(src_array_format); + + _mesa_array_format_get_swizzle(src_array_format, src2rgba); + + normalized = _mesa_array_format_is_normalized(src_array_format); + } + + if (dst_array_format) { + dst_type = _mesa_array_format_get_datatype(dst_array_format); + + dst_num_channels = _mesa_array_format_get_num_channels(dst_array_format); + + _mesa_array_format_get_swizzle(dst_array_format, dst2rgba); + invert_swizzle(rgba2dst, dst2rgba); + + normalized |= _mesa_array_format_is_normalized(dst_array_format); + } + + if (src_array_format && dst_array_format) { + assert(_mesa_array_format_is_normalized(src_array_format) == + _mesa_array_format_is_normalized(dst_array_format)); + + compute_src2dst_component_mapping(src2rgba, rgba2dst, rebase_swizzle, + src2dst); + + for (row = 0; row < height; ++row) { + _mesa_swizzle_and_convert(dst, dst_type, dst_num_channels, + src, src_type, src_num_channels, + src2dst, normalized, width); + src += src_stride; + dst += dst_stride; + } + return; + } + + /* At this point, we're fresh out of fast-paths and we need to convert + * to float, uint32, or, if we're lucky, uint8. + */ + dst_integer = false; + src_integer = false; + + if (src_array_format) { + if (!_mesa_array_format_is_float(src_array_format) && + !_mesa_array_format_is_normalized(src_array_format)) + src_integer = true; + } else { + switch (_mesa_get_format_datatype(src_format)) { + case GL_UNSIGNED_INT: + case GL_INT: + src_integer = true; + break; + } + } + + /* If the destination format is signed but the source is unsigned, then we + * don't loose any data by converting to a signed intermediate format above + * and beyond the precision that we loose in the conversion itself. If the + * destination is unsigned then, by using an unsigned intermediate format, + * we make the conversion function that converts from the source to the + * intermediate format take care of truncating at zero. The exception here + * is if the intermediate format is float, in which case the first + * conversion will leave it signed and the second conversion will truncate + * at zero. + */ + is_signed = false; + if (dst_array_format) { + if (!_mesa_array_format_is_float(dst_array_format) && + !_mesa_array_format_is_normalized(dst_array_format)) + dst_integer = true; + is_signed = _mesa_array_format_is_signed(dst_array_format); + bits = 8 * _mesa_array_format_get_type_size(dst_array_format); + } else { + switch (_mesa_get_format_datatype(dst_format)) { + case GL_UNSIGNED_NORMALIZED: + is_signed = false; + break; + case GL_SIGNED_NORMALIZED: + is_signed = true; + break; + case GL_FLOAT: + is_signed = true; + break; + case GL_UNSIGNED_INT: + is_signed = false; + dst_integer = true; + break; + case GL_INT: + is_signed = true; + dst_integer = true; + break; + } + bits = _mesa_get_format_max_bits(dst_format); + } + + assert(src_integer == dst_integer); + + if (src_integer && dst_integer) { + tmp_uint = malloc(width * height * sizeof(*tmp_uint)); + + /* The [un]packing functions for unsigned datatypes treat the 32-bit + * integer array as signed for signed formats and as unsigned for + * unsigned formats. This is a bit of a problem if we ever convert from + * a signed to an unsigned format because the unsigned packing function + * doesn't know that the input is signed and will treat it as unsigned + * and not do the trunctation. The thing that saves us here is that all + * of the packed formats are unsigned, so we can just always use + * _mesa_swizzle_and_convert for signed formats, which is aware of the + * truncation problem. + */ + common_type = is_signed ? MESA_ARRAY_FORMAT_TYPE_INT : + MESA_ARRAY_FORMAT_TYPE_UINT; + if (src_array_format) { + compute_rebased_rgba_component_mapping(src2rgba, rebase_swizzle, + rebased_src2rgba); + for (row = 0; row < height; ++row) { + _mesa_swizzle_and_convert(tmp_uint + row * width, common_type, 4, + src, src_type, src_num_channels, + rebased_src2rgba, normalized, width); + src += src_stride; + } + } else { + for (row = 0; row < height; ++row) { + _mesa_unpack_uint_rgba_row(src_format, width, + src, tmp_uint + row * width); + if (rebase_swizzle) + _mesa_swizzle_and_convert(tmp_uint + row * width, common_type, 4, + tmp_uint + row * width, common_type, 4, + rebase_swizzle, false, width); + src += src_stride; + } + } + + /* At this point, we have already done the truncation if the source is + * signed but the destination is unsigned, so no need to force the + * _mesa_swizzle_and_convert path. + */ + if (dst_format_is_mesa_array_format) { + for (row = 0; row < height; ++row) { + _mesa_swizzle_and_convert(dst, dst_type, dst_num_channels, + tmp_uint + row * width, common_type, 4, + rgba2dst, normalized, width); + dst += dst_stride; + } + } else { + for (row = 0; row < height; ++row) { + _mesa_pack_uint_rgba_row(dst_format, width, + (const uint32_t (*)[4])tmp_uint + row * width, dst); + dst += dst_stride; + } + } + + free(tmp_uint); + } else if (is_signed || bits > 8) { + tmp_float = malloc(width * height * sizeof(*tmp_float)); + + if (src_format_is_mesa_array_format) { + compute_rebased_rgba_component_mapping(src2rgba, rebase_swizzle, + rebased_src2rgba); + for (row = 0; row < height; ++row) { + _mesa_swizzle_and_convert(tmp_float + row * width, + MESA_ARRAY_FORMAT_TYPE_FLOAT, 4, + src, src_type, src_num_channels, + rebased_src2rgba, normalized, width); + src += src_stride; + } + } else { + for (row = 0; row < height; ++row) { + _mesa_unpack_rgba_row(src_format, width, + src, tmp_float + row * width); + if (rebase_swizzle) + _mesa_swizzle_and_convert(tmp_float + row * width, + MESA_ARRAY_FORMAT_TYPE_FLOAT, 4, + tmp_float + row * width, + MESA_ARRAY_FORMAT_TYPE_FLOAT, 4, + rebase_swizzle, normalized, width); + src += src_stride; + } + } + + if (dst_format_is_mesa_array_format) { + for (row = 0; row < height; ++row) { + _mesa_swizzle_and_convert(dst, dst_type, dst_num_channels, + tmp_float + row * width, + MESA_ARRAY_FORMAT_TYPE_FLOAT, 4, + rgba2dst, normalized, width); + dst += dst_stride; + } + } else { + for (row = 0; row < height; ++row) { + _mesa_pack_float_rgba_row(dst_format, width, + (const float (*)[4])tmp_float + row * width, dst); + dst += dst_stride; + } + } + + free(tmp_float); + } else { + tmp_ubyte = malloc(width * height * sizeof(*tmp_ubyte)); + + if (src_format_is_mesa_array_format) { + compute_rebased_rgba_component_mapping(src2rgba, rebase_swizzle, + rebased_src2rgba); + for (row = 0; row < height; ++row) { + _mesa_swizzle_and_convert(tmp_ubyte + row * width, + MESA_ARRAY_FORMAT_TYPE_UBYTE, 4, + src, src_type, src_num_channels, + rebased_src2rgba, normalized, width); + src += src_stride; + } + } else { + for (row = 0; row < height; ++row) { + _mesa_unpack_ubyte_rgba_row(src_format, width, + src, tmp_ubyte + row * width); + if (rebase_swizzle) + _mesa_swizzle_and_convert(tmp_ubyte + row * width, + MESA_ARRAY_FORMAT_TYPE_UBYTE, 4, + tmp_ubyte + row * width, + MESA_ARRAY_FORMAT_TYPE_UBYTE, 4, + rebase_swizzle, normalized, width); + src += src_stride; + } + } + + if (dst_format_is_mesa_array_format) { + for (row = 0; row < height; ++row) { + _mesa_swizzle_and_convert(dst, dst_type, dst_num_channels, + tmp_ubyte + row * width, + MESA_ARRAY_FORMAT_TYPE_UBYTE, 4, + rgba2dst, normalized, width); + dst += dst_stride; + } + } else { + for (row = 0; row < height; ++row) { + _mesa_pack_ubyte_rgba_row(dst_format, width, + (const uint8_t (*)[4])tmp_ubyte + row * width, dst); + dst += dst_stride; + } + } + + free(tmp_ubyte); + } +} static const uint8_t map_identity[7] = { 0, 1, 2, 3, 4, 5, 6 }; static const uint8_t map_3210[7] = { 3, 2, 1, 0, 4, 5, 6 }; @@ -132,131 +675,6 @@ _mesa_format_to_array(mesa_format format, GLenum *type, int *num_components, } } -/* A bunch of format conversion macros and helper functions used below */ - -/* Only guaranteed to work for BITS <= 32 */ -#define MAX_UINT(BITS) ((BITS) == 32 ? UINT32_MAX : ((1u << (BITS)) - 1)) -#define MAX_INT(BITS) ((int)MAX_UINT((BITS) - 1)) - -/* Extends an integer of size SRC_BITS to one of size DST_BITS linearly */ -#define EXTEND_NORMALIZED_INT(X, SRC_BITS, DST_BITS) \ - (((X) * (int)(MAX_UINT(DST_BITS) / MAX_UINT(SRC_BITS))) + \ - ((DST_BITS % SRC_BITS) ? ((X) >> (SRC_BITS - DST_BITS % SRC_BITS)) : 0)) - -static inline float -unorm_to_float(unsigned x, unsigned src_bits) -{ - return x * (1.0f / (float)MAX_UINT(src_bits)); -} - -static inline float -snorm_to_float(int x, unsigned src_bits) -{ - if (x == -MAX_INT(src_bits)) - return -1.0f; - else - return x * (1.0f / (float)MAX_INT(src_bits)); -} - -static inline uint16_t -unorm_to_half(unsigned x, unsigned src_bits) -{ - return _mesa_float_to_half(unorm_to_float(x, src_bits)); -} - -static inline uint16_t -snorm_to_half(int x, unsigned src_bits) -{ - return _mesa_float_to_half(snorm_to_float(x, src_bits)); -} - -static inline unsigned -float_to_unorm(float x, unsigned dst_bits) -{ - if (x < 0.0f) - return 0; - else if (x > 1.0f) - return MAX_UINT(dst_bits); - else - return F_TO_I(x * MAX_UINT(dst_bits)); -} - -static inline unsigned -half_to_unorm(uint16_t x, unsigned dst_bits) -{ - return float_to_unorm(_mesa_half_to_float(x), dst_bits); -} - -static inline unsigned -unorm_to_unorm(unsigned x, unsigned src_bits, unsigned dst_bits) -{ - if (src_bits < dst_bits) - return EXTEND_NORMALIZED_INT(x, src_bits, dst_bits); - else - return x >> (src_bits - dst_bits); -} - -static inline unsigned -snorm_to_unorm(int x, unsigned src_bits, unsigned dst_bits) -{ - if (x < 0) - return 0; - else - return unorm_to_unorm(x, src_bits - 1, dst_bits); -} - -static inline int -float_to_snorm(float x, unsigned dst_bits) -{ - if (x < -1.0f) - return -MAX_INT(dst_bits); - else if (x > 1.0f) - return MAX_INT(dst_bits); - else - return F_TO_I(x * MAX_INT(dst_bits)); -} - -static inline int -half_to_snorm(uint16_t x, unsigned dst_bits) -{ - return float_to_snorm(_mesa_half_to_float(x), dst_bits); -} - -static inline int -unorm_to_snorm(unsigned x, unsigned src_bits, unsigned dst_bits) -{ - return unorm_to_unorm(x, src_bits, dst_bits - 1); -} - -static inline int -snorm_to_snorm(int x, unsigned src_bits, unsigned dst_bits) -{ - if (x < -MAX_INT(src_bits)) - return -MAX_INT(dst_bits); - else if (src_bits < dst_bits) - return EXTEND_NORMALIZED_INT(x, src_bits - 1, dst_bits - 1); - else - return x >> (src_bits - dst_bits); -} - -static inline unsigned -float_to_uint(float x) -{ - if (x < 0.0f) - return 0; - else - return x; -} - -static inline unsigned -half_to_uint(uint16_t x) -{ - if (_mesa_half_is_negative(x)) - return 0; - else - return _mesa_float_to_half(x); -} - /** * Attempts to perform the given swizzle-and-convert operation with memcpy * @@ -270,8 +688,12 @@ half_to_uint(uint16_t x) * operation with memcpy, false otherwise */ static bool -swizzle_convert_try_memcpy(void *dst, GLenum dst_type, int num_dst_channels, - const void *src, GLenum src_type, int num_src_channels, +swizzle_convert_try_memcpy(void *dst, + enum mesa_array_format_datatype dst_type, + int num_dst_channels, + const void *src, + enum mesa_array_format_datatype src_type, + int num_src_channels, const uint8_t swizzle[4], bool normalized, int count) { int i; @@ -285,7 +707,8 @@ swizzle_convert_try_memcpy(void *dst, GLenum dst_type, int num_dst_channels, if (swizzle[i] != i && swizzle[i] != MESA_FORMAT_SWIZZLE_NONE) return false; - memcpy(dst, src, count * num_src_channels * _mesa_sizeof_type(src_type)); + memcpy(dst, src, count * num_src_channels * + _mesa_array_format_datatype_get_size(src_type)); return true; } @@ -441,50 +864,50 @@ convert_float(void *void_dst, int num_dst_channels, const float one = 1.0f; switch (src_type) { - case GL_FLOAT: + case MESA_ARRAY_FORMAT_TYPE_FLOAT: SWIZZLE_CONVERT(float, float, src); break; - case GL_HALF_FLOAT: + case MESA_ARRAY_FORMAT_TYPE_HALF: SWIZZLE_CONVERT(float, uint16_t, _mesa_half_to_float(src)); break; - case GL_UNSIGNED_BYTE: + case MESA_ARRAY_FORMAT_TYPE_UBYTE: if (normalized) { - SWIZZLE_CONVERT(float, uint8_t, unorm_to_float(src, 8)); + SWIZZLE_CONVERT(float, uint8_t, _mesa_unorm_to_float(src, 8)); } else { SWIZZLE_CONVERT(float, uint8_t, src); } break; - case GL_BYTE: + case MESA_ARRAY_FORMAT_TYPE_BYTE: if (normalized) { - SWIZZLE_CONVERT(float, int8_t, snorm_to_float(src, 8)); + SWIZZLE_CONVERT(float, int8_t, _mesa_snorm_to_float(src, 8)); } else { SWIZZLE_CONVERT(float, int8_t, src); } break; - case GL_UNSIGNED_SHORT: + case MESA_ARRAY_FORMAT_TYPE_USHORT: if (normalized) { - SWIZZLE_CONVERT(float, uint16_t, unorm_to_float(src, 16)); + SWIZZLE_CONVERT(float, uint16_t, _mesa_unorm_to_float(src, 16)); } else { SWIZZLE_CONVERT(float, uint16_t, src); } break; - case GL_SHORT: + case MESA_ARRAY_FORMAT_TYPE_SHORT: if (normalized) { - SWIZZLE_CONVERT(float, int16_t, snorm_to_float(src, 16)); + SWIZZLE_CONVERT(float, int16_t, _mesa_snorm_to_float(src, 16)); } else { SWIZZLE_CONVERT(float, int16_t, src); } break; - case GL_UNSIGNED_INT: + case MESA_ARRAY_FORMAT_TYPE_UINT: if (normalized) { - SWIZZLE_CONVERT(float, uint32_t, unorm_to_float(src, 32)); + SWIZZLE_CONVERT(float, uint32_t, _mesa_unorm_to_float(src, 32)); } else { SWIZZLE_CONVERT(float, uint32_t, src); } break; - case GL_INT: + case MESA_ARRAY_FORMAT_TYPE_INT: if (normalized) { - SWIZZLE_CONVERT(float, int32_t, snorm_to_float(src, 32)); + SWIZZLE_CONVERT(float, int32_t, _mesa_snorm_to_float(src, 32)); } else { SWIZZLE_CONVERT(float, int32_t, src); } @@ -503,50 +926,50 @@ convert_half_float(void *void_dst, int num_dst_channels, const uint16_t one = _mesa_float_to_half(1.0f); switch (src_type) { - case GL_FLOAT: + case MESA_ARRAY_FORMAT_TYPE_FLOAT: SWIZZLE_CONVERT(uint16_t, float, _mesa_float_to_half(src)); break; - case GL_HALF_FLOAT: + case MESA_ARRAY_FORMAT_TYPE_HALF: SWIZZLE_CONVERT(uint16_t, uint16_t, src); break; - case GL_UNSIGNED_BYTE: + case MESA_ARRAY_FORMAT_TYPE_UBYTE: if (normalized) { - SWIZZLE_CONVERT(uint16_t, uint8_t, unorm_to_half(src, 8)); + SWIZZLE_CONVERT(uint16_t, uint8_t, _mesa_unorm_to_half(src, 8)); } else { SWIZZLE_CONVERT(uint16_t, uint8_t, _mesa_float_to_half(src)); } break; - case GL_BYTE: + case MESA_ARRAY_FORMAT_TYPE_BYTE: if (normalized) { - SWIZZLE_CONVERT(uint16_t, int8_t, snorm_to_half(src, 8)); + SWIZZLE_CONVERT(uint16_t, int8_t, _mesa_snorm_to_half(src, 8)); } else { SWIZZLE_CONVERT(uint16_t, int8_t, _mesa_float_to_half(src)); } break; - case GL_UNSIGNED_SHORT: + case MESA_ARRAY_FORMAT_TYPE_USHORT: if (normalized) { - SWIZZLE_CONVERT(uint16_t, uint16_t, unorm_to_half(src, 16)); + SWIZZLE_CONVERT(uint16_t, uint16_t, _mesa_unorm_to_half(src, 16)); } else { SWIZZLE_CONVERT(uint16_t, uint16_t, _mesa_float_to_half(src)); } break; - case GL_SHORT: + case MESA_ARRAY_FORMAT_TYPE_SHORT: if (normalized) { - SWIZZLE_CONVERT(uint16_t, int16_t, snorm_to_half(src, 16)); + SWIZZLE_CONVERT(uint16_t, int16_t, _mesa_snorm_to_half(src, 16)); } else { SWIZZLE_CONVERT(uint16_t, int16_t, _mesa_float_to_half(src)); } break; - case GL_UNSIGNED_INT: + case MESA_ARRAY_FORMAT_TYPE_UINT: if (normalized) { - SWIZZLE_CONVERT(uint16_t, uint32_t, unorm_to_half(src, 32)); + SWIZZLE_CONVERT(uint16_t, uint32_t, _mesa_unorm_to_half(src, 32)); } else { SWIZZLE_CONVERT(uint16_t, uint32_t, _mesa_float_to_half(src)); } break; - case GL_INT: + case MESA_ARRAY_FORMAT_TYPE_INT: if (normalized) { - SWIZZLE_CONVERT(uint16_t, int32_t, snorm_to_half(src, 32)); + SWIZZLE_CONVERT(uint16_t, int32_t, _mesa_snorm_to_half(src, 32)); } else { SWIZZLE_CONVERT(uint16_t, int32_t, _mesa_float_to_half(src)); } @@ -556,7 +979,6 @@ convert_half_float(void *void_dst, int num_dst_channels, } } - static void convert_ubyte(void *void_dst, int num_dst_channels, const void *void_src, GLenum src_type, int num_src_channels, @@ -565,56 +987,56 @@ convert_ubyte(void *void_dst, int num_dst_channels, const uint8_t one = normalized ? UINT8_MAX : 1; switch (src_type) { - case GL_FLOAT: + case MESA_ARRAY_FORMAT_TYPE_FLOAT: if (normalized) { - SWIZZLE_CONVERT(uint8_t, float, float_to_unorm(src, 8)); + SWIZZLE_CONVERT(uint8_t, float, _mesa_float_to_unorm(src, 8)); } else { - SWIZZLE_CONVERT(uint8_t, float, (src < 0) ? 0 : src); + SWIZZLE_CONVERT(uint8_t, float, _mesa_float_to_unsigned(src, 8)); } break; - case GL_HALF_FLOAT: + case MESA_ARRAY_FORMAT_TYPE_HALF: if (normalized) { - SWIZZLE_CONVERT(uint8_t, uint16_t, half_to_unorm(src, 8)); + SWIZZLE_CONVERT(uint8_t, uint16_t, _mesa_half_to_unorm(src, 8)); } else { - SWIZZLE_CONVERT(uint8_t, uint16_t, half_to_uint(src)); + SWIZZLE_CONVERT(uint8_t, uint16_t, _mesa_half_to_unsigned(src, 8)); } break; - case GL_UNSIGNED_BYTE: + case MESA_ARRAY_FORMAT_TYPE_UBYTE: SWIZZLE_CONVERT(uint8_t, uint8_t, src); break; - case GL_BYTE: + case MESA_ARRAY_FORMAT_TYPE_BYTE: if (normalized) { - SWIZZLE_CONVERT(uint8_t, int8_t, snorm_to_unorm(src, 8, 8)); + SWIZZLE_CONVERT(uint8_t, int8_t, _mesa_snorm_to_unorm(src, 8, 8)); } else { - SWIZZLE_CONVERT(uint8_t, int8_t, (src < 0) ? 0 : src); + SWIZZLE_CONVERT(uint8_t, int8_t, _mesa_signed_to_unsigned(src, 8)); } break; - case GL_UNSIGNED_SHORT: + case MESA_ARRAY_FORMAT_TYPE_USHORT: if (normalized) { - SWIZZLE_CONVERT(uint8_t, uint16_t, unorm_to_unorm(src, 16, 8)); + SWIZZLE_CONVERT(uint8_t, uint16_t, _mesa_unorm_to_unorm(src, 16, 8)); } else { - SWIZZLE_CONVERT(uint8_t, uint16_t, src); + SWIZZLE_CONVERT(uint8_t, uint16_t, _mesa_unsigned_to_unsigned(src, 8)); } break; - case GL_SHORT: + case MESA_ARRAY_FORMAT_TYPE_SHORT: if (normalized) { - SWIZZLE_CONVERT(uint8_t, int16_t, snorm_to_unorm(src, 16, 8)); + SWIZZLE_CONVERT(uint8_t, int16_t, _mesa_snorm_to_unorm(src, 16, 8)); } else { - SWIZZLE_CONVERT(uint8_t, int16_t, (src < 0) ? 0 : src); + SWIZZLE_CONVERT(uint8_t, int16_t, _mesa_signed_to_unsigned(src, 8)); } break; - case GL_UNSIGNED_INT: + case MESA_ARRAY_FORMAT_TYPE_UINT: if (normalized) { - SWIZZLE_CONVERT(uint8_t, uint32_t, unorm_to_unorm(src, 32, 8)); + SWIZZLE_CONVERT(uint8_t, uint32_t, _mesa_unorm_to_unorm(src, 32, 8)); } else { - SWIZZLE_CONVERT(uint8_t, uint32_t, src); + SWIZZLE_CONVERT(uint8_t, uint32_t, _mesa_unsigned_to_unsigned(src, 8)); } break; - case GL_INT: + case MESA_ARRAY_FORMAT_TYPE_INT: if (normalized) { - SWIZZLE_CONVERT(uint8_t, int32_t, snorm_to_unorm(src, 32, 8)); + SWIZZLE_CONVERT(uint8_t, int32_t, _mesa_snorm_to_unorm(src, 32, 8)); } else { - SWIZZLE_CONVERT(uint8_t, int32_t, (src < 0) ? 0 : src); + SWIZZLE_CONVERT(uint8_t, int32_t, _mesa_signed_to_unsigned(src, 8)); } break; default: @@ -631,56 +1053,56 @@ convert_byte(void *void_dst, int num_dst_channels, const int8_t one = normalized ? INT8_MAX : 1; switch (src_type) { - case GL_FLOAT: + case MESA_ARRAY_FORMAT_TYPE_FLOAT: if (normalized) { - SWIZZLE_CONVERT(uint8_t, float, float_to_snorm(src, 8)); + SWIZZLE_CONVERT(uint8_t, float, _mesa_float_to_snorm(src, 8)); } else { - SWIZZLE_CONVERT(uint8_t, float, src); + SWIZZLE_CONVERT(uint8_t, float, _mesa_float_to_signed(src, 8)); } break; - case GL_HALF_FLOAT: + case MESA_ARRAY_FORMAT_TYPE_HALF: if (normalized) { - SWIZZLE_CONVERT(uint8_t, uint16_t, half_to_snorm(src, 8)); + SWIZZLE_CONVERT(uint8_t, uint16_t, _mesa_half_to_snorm(src, 8)); } else { - SWIZZLE_CONVERT(uint8_t, uint16_t, _mesa_half_to_float(src)); + SWIZZLE_CONVERT(uint8_t, uint16_t, _mesa_half_to_signed(src, 8)); } break; - case GL_UNSIGNED_BYTE: + case MESA_ARRAY_FORMAT_TYPE_UBYTE: if (normalized) { - SWIZZLE_CONVERT(int8_t, uint8_t, unorm_to_snorm(src, 8, 8)); + SWIZZLE_CONVERT(int8_t, uint8_t, _mesa_unorm_to_snorm(src, 8, 8)); } else { - SWIZZLE_CONVERT(int8_t, uint8_t, src); + SWIZZLE_CONVERT(int8_t, uint8_t, _mesa_unsigned_to_signed(src, 8)); } break; - case GL_BYTE: + case MESA_ARRAY_FORMAT_TYPE_BYTE: SWIZZLE_CONVERT(int8_t, int8_t, src); break; - case GL_UNSIGNED_SHORT: + case MESA_ARRAY_FORMAT_TYPE_USHORT: if (normalized) { - SWIZZLE_CONVERT(int8_t, uint16_t, unorm_to_snorm(src, 16, 8)); + SWIZZLE_CONVERT(int8_t, uint16_t, _mesa_unorm_to_snorm(src, 16, 8)); } else { - SWIZZLE_CONVERT(int8_t, uint16_t, src); + SWIZZLE_CONVERT(int8_t, uint16_t, _mesa_unsigned_to_signed(src, 8)); } break; - case GL_SHORT: + case MESA_ARRAY_FORMAT_TYPE_SHORT: if (normalized) { - SWIZZLE_CONVERT(int8_t, int16_t, snorm_to_snorm(src, 16, 8)); + SWIZZLE_CONVERT(int8_t, int16_t, _mesa_snorm_to_snorm(src, 16, 8)); } else { - SWIZZLE_CONVERT(int8_t, int16_t, src); + SWIZZLE_CONVERT(int8_t, int16_t, _mesa_signed_to_signed(src, 8)); } break; - case GL_UNSIGNED_INT: + case MESA_ARRAY_FORMAT_TYPE_UINT: if (normalized) { - SWIZZLE_CONVERT(int8_t, uint32_t, unorm_to_snorm(src, 32, 8)); + SWIZZLE_CONVERT(int8_t, uint32_t, _mesa_unorm_to_snorm(src, 32, 8)); } else { - SWIZZLE_CONVERT(int8_t, uint32_t, src); + SWIZZLE_CONVERT(int8_t, uint32_t, _mesa_unsigned_to_signed(src, 8)); } break; - case GL_INT: + case MESA_ARRAY_FORMAT_TYPE_INT: if (normalized) { - SWIZZLE_CONVERT(int8_t, int32_t, snorm_to_snorm(src, 32, 8)); + SWIZZLE_CONVERT(int8_t, int32_t, _mesa_snorm_to_snorm(src, 32, 8)); } else { - SWIZZLE_CONVERT(int8_t, int32_t, src); + SWIZZLE_CONVERT(int8_t, int32_t, _mesa_signed_to_signed(src, 8)); } break; default: @@ -697,56 +1119,56 @@ convert_ushort(void *void_dst, int num_dst_channels, const uint16_t one = normalized ? UINT16_MAX : 1; switch (src_type) { - case GL_FLOAT: + case MESA_ARRAY_FORMAT_TYPE_FLOAT: if (normalized) { - SWIZZLE_CONVERT(uint16_t, float, float_to_unorm(src, 16)); + SWIZZLE_CONVERT(uint16_t, float, _mesa_float_to_unorm(src, 16)); } else { - SWIZZLE_CONVERT(uint16_t, float, (src < 0) ? 0 : src); + SWIZZLE_CONVERT(uint16_t, float, _mesa_float_to_unsigned(src, 16)); } break; - case GL_HALF_FLOAT: + case MESA_ARRAY_FORMAT_TYPE_HALF: if (normalized) { - SWIZZLE_CONVERT(uint16_t, uint16_t, half_to_unorm(src, 16)); + SWIZZLE_CONVERT(uint16_t, uint16_t, _mesa_half_to_unorm(src, 16)); } else { - SWIZZLE_CONVERT(uint16_t, uint16_t, half_to_uint(src)); + SWIZZLE_CONVERT(uint16_t, uint16_t, _mesa_half_to_unsigned(src, 16)); } break; - case GL_UNSIGNED_BYTE: + case MESA_ARRAY_FORMAT_TYPE_UBYTE: if (normalized) { - SWIZZLE_CONVERT(uint16_t, uint8_t, unorm_to_unorm(src, 8, 16)); + SWIZZLE_CONVERT(uint16_t, uint8_t, _mesa_unorm_to_unorm(src, 8, 16)); } else { SWIZZLE_CONVERT(uint16_t, uint8_t, src); } break; - case GL_BYTE: + case MESA_ARRAY_FORMAT_TYPE_BYTE: if (normalized) { - SWIZZLE_CONVERT(uint16_t, int8_t, snorm_to_unorm(src, 8, 16)); + SWIZZLE_CONVERT(uint16_t, int8_t, _mesa_snorm_to_unorm(src, 8, 16)); } else { - SWIZZLE_CONVERT(uint16_t, int8_t, (src < 0) ? 0 : src); + SWIZZLE_CONVERT(uint16_t, int8_t, _mesa_signed_to_unsigned(src, 16)); } break; - case GL_UNSIGNED_SHORT: + case MESA_ARRAY_FORMAT_TYPE_USHORT: SWIZZLE_CONVERT(uint16_t, uint16_t, src); break; - case GL_SHORT: + case MESA_ARRAY_FORMAT_TYPE_SHORT: if (normalized) { - SWIZZLE_CONVERT(uint16_t, int16_t, snorm_to_unorm(src, 16, 16)); + SWIZZLE_CONVERT(uint16_t, int16_t, _mesa_snorm_to_unorm(src, 16, 16)); } else { - SWIZZLE_CONVERT(uint16_t, int16_t, (src < 0) ? 0 : src); + SWIZZLE_CONVERT(uint16_t, int16_t, _mesa_signed_to_unsigned(src, 16)); } break; - case GL_UNSIGNED_INT: + case MESA_ARRAY_FORMAT_TYPE_UINT: if (normalized) { - SWIZZLE_CONVERT(uint16_t, uint32_t, unorm_to_unorm(src, 32, 16)); + SWIZZLE_CONVERT(uint16_t, uint32_t, _mesa_unorm_to_unorm(src, 32, 16)); } else { - SWIZZLE_CONVERT(uint16_t, uint32_t, src); + SWIZZLE_CONVERT(uint16_t, uint32_t, _mesa_unsigned_to_unsigned(src, 16)); } break; - case GL_INT: + case MESA_ARRAY_FORMAT_TYPE_INT: if (normalized) { - SWIZZLE_CONVERT(uint16_t, int32_t, snorm_to_unorm(src, 32, 16)); + SWIZZLE_CONVERT(uint16_t, int32_t, _mesa_snorm_to_unorm(src, 32, 16)); } else { - SWIZZLE_CONVERT(uint16_t, int32_t, (src < 0) ? 0 : src); + SWIZZLE_CONVERT(uint16_t, int32_t, _mesa_signed_to_unsigned(src, 16)); } break; default: @@ -763,56 +1185,56 @@ convert_short(void *void_dst, int num_dst_channels, const int16_t one = normalized ? INT16_MAX : 1; switch (src_type) { - case GL_FLOAT: + case MESA_ARRAY_FORMAT_TYPE_FLOAT: if (normalized) { - SWIZZLE_CONVERT(uint16_t, float, float_to_snorm(src, 16)); + SWIZZLE_CONVERT(uint16_t, float, _mesa_float_to_snorm(src, 16)); } else { - SWIZZLE_CONVERT(uint16_t, float, src); + SWIZZLE_CONVERT(uint16_t, float, _mesa_float_to_signed(src, 16)); } break; - case GL_HALF_FLOAT: + case MESA_ARRAY_FORMAT_TYPE_HALF: if (normalized) { - SWIZZLE_CONVERT(uint16_t, uint16_t, half_to_snorm(src, 16)); + SWIZZLE_CONVERT(uint16_t, uint16_t, _mesa_half_to_snorm(src, 16)); } else { - SWIZZLE_CONVERT(uint16_t, uint16_t, _mesa_half_to_float(src)); + SWIZZLE_CONVERT(uint16_t, uint16_t, _mesa_half_to_signed(src, 16)); } break; - case GL_UNSIGNED_BYTE: + case MESA_ARRAY_FORMAT_TYPE_UBYTE: if (normalized) { - SWIZZLE_CONVERT(int16_t, uint8_t, unorm_to_snorm(src, 8, 16)); + SWIZZLE_CONVERT(int16_t, uint8_t, _mesa_unorm_to_snorm(src, 8, 16)); } else { SWIZZLE_CONVERT(int16_t, uint8_t, src); } break; - case GL_BYTE: + case MESA_ARRAY_FORMAT_TYPE_BYTE: if (normalized) { - SWIZZLE_CONVERT(int16_t, int8_t, snorm_to_snorm(src, 8, 16)); + SWIZZLE_CONVERT(int16_t, int8_t, _mesa_snorm_to_snorm(src, 8, 16)); } else { SWIZZLE_CONVERT(int16_t, int8_t, src); } break; - case GL_UNSIGNED_SHORT: + case MESA_ARRAY_FORMAT_TYPE_USHORT: if (normalized) { - SWIZZLE_CONVERT(int16_t, uint16_t, unorm_to_snorm(src, 16, 16)); + SWIZZLE_CONVERT(int16_t, uint16_t, _mesa_unorm_to_snorm(src, 16, 16)); } else { - SWIZZLE_CONVERT(int16_t, uint16_t, src); + SWIZZLE_CONVERT(int16_t, uint16_t, _mesa_unsigned_to_signed(src, 16)); } break; - case GL_SHORT: + case MESA_ARRAY_FORMAT_TYPE_SHORT: SWIZZLE_CONVERT(int16_t, int16_t, src); break; - case GL_UNSIGNED_INT: + case MESA_ARRAY_FORMAT_TYPE_UINT: if (normalized) { - SWIZZLE_CONVERT(int16_t, uint32_t, unorm_to_snorm(src, 32, 16)); + SWIZZLE_CONVERT(int16_t, uint32_t, _mesa_unorm_to_snorm(src, 32, 16)); } else { - SWIZZLE_CONVERT(int16_t, uint32_t, src); + SWIZZLE_CONVERT(int16_t, uint32_t, _mesa_unsigned_to_signed(src, 16)); } break; - case GL_INT: + case MESA_ARRAY_FORMAT_TYPE_INT: if (normalized) { - SWIZZLE_CONVERT(int16_t, int32_t, snorm_to_snorm(src, 32, 16)); + SWIZZLE_CONVERT(int16_t, int32_t, _mesa_snorm_to_snorm(src, 32, 16)); } else { - SWIZZLE_CONVERT(int16_t, int32_t, src); + SWIZZLE_CONVERT(int16_t, int32_t, _mesa_signed_to_signed(src, 16)); } break; default: @@ -828,56 +1250,56 @@ convert_uint(void *void_dst, int num_dst_channels, const uint32_t one = normalized ? UINT32_MAX : 1; switch (src_type) { - case GL_FLOAT: + case MESA_ARRAY_FORMAT_TYPE_FLOAT: if (normalized) { - SWIZZLE_CONVERT(uint32_t, float, float_to_unorm(src, 32)); + SWIZZLE_CONVERT(uint32_t, float, _mesa_float_to_unorm(src, 32)); } else { - SWIZZLE_CONVERT(uint32_t, float, (src < 0) ? 0 : src); + SWIZZLE_CONVERT(uint32_t, float, _mesa_float_to_unsigned(src, 32)); } break; - case GL_HALF_FLOAT: + case MESA_ARRAY_FORMAT_TYPE_HALF: if (normalized) { - SWIZZLE_CONVERT(uint32_t, uint16_t, half_to_unorm(src, 32)); + SWIZZLE_CONVERT(uint32_t, uint16_t, _mesa_half_to_unorm(src, 32)); } else { - SWIZZLE_CONVERT(uint32_t, uint16_t, half_to_uint(src)); + SWIZZLE_CONVERT(uint32_t, uint16_t, _mesa_half_to_unsigned(src, 32)); } break; - case GL_UNSIGNED_BYTE: + case MESA_ARRAY_FORMAT_TYPE_UBYTE: if (normalized) { - SWIZZLE_CONVERT(uint32_t, uint8_t, unorm_to_unorm(src, 8, 32)); + SWIZZLE_CONVERT(uint32_t, uint8_t, _mesa_unorm_to_unorm(src, 8, 32)); } else { SWIZZLE_CONVERT(uint32_t, uint8_t, src); } break; - case GL_BYTE: + case MESA_ARRAY_FORMAT_TYPE_BYTE: if (normalized) { - SWIZZLE_CONVERT(uint32_t, int8_t, snorm_to_unorm(src, 8, 32)); + SWIZZLE_CONVERT(uint32_t, int8_t, _mesa_snorm_to_unorm(src, 8, 32)); } else { - SWIZZLE_CONVERT(uint32_t, int8_t, (src < 0) ? 0 : src); + SWIZZLE_CONVERT(uint32_t, int8_t, _mesa_signed_to_unsigned(src, 32)); } break; - case GL_UNSIGNED_SHORT: + case MESA_ARRAY_FORMAT_TYPE_USHORT: if (normalized) { - SWIZZLE_CONVERT(uint32_t, uint16_t, unorm_to_unorm(src, 16, 32)); + SWIZZLE_CONVERT(uint32_t, uint16_t, _mesa_unorm_to_unorm(src, 16, 32)); } else { SWIZZLE_CONVERT(uint32_t, uint16_t, src); } break; - case GL_SHORT: + case MESA_ARRAY_FORMAT_TYPE_SHORT: if (normalized) { - SWIZZLE_CONVERT(uint32_t, int16_t, snorm_to_unorm(src, 16, 32)); + SWIZZLE_CONVERT(uint32_t, int16_t, _mesa_snorm_to_unorm(src, 16, 32)); } else { - SWIZZLE_CONVERT(uint32_t, int16_t, (src < 0) ? 0 : src); + SWIZZLE_CONVERT(uint32_t, int16_t, _mesa_signed_to_unsigned(src, 32)); } break; - case GL_UNSIGNED_INT: + case MESA_ARRAY_FORMAT_TYPE_UINT: SWIZZLE_CONVERT(uint32_t, uint32_t, src); break; - case GL_INT: + case MESA_ARRAY_FORMAT_TYPE_INT: if (normalized) { - SWIZZLE_CONVERT(uint32_t, int32_t, snorm_to_unorm(src, 32, 32)); + SWIZZLE_CONVERT(uint32_t, int32_t, _mesa_snorm_to_unorm(src, 32, 32)); } else { - SWIZZLE_CONVERT(uint32_t, int32_t, (src < 0) ? 0 : src); + SWIZZLE_CONVERT(uint32_t, int32_t, _mesa_signed_to_unsigned(src, 32)); } break; default: @@ -891,59 +1313,59 @@ convert_int(void *void_dst, int num_dst_channels, const void *void_src, GLenum src_type, int num_src_channels, const uint8_t swizzle[4], bool normalized, int count) { - const int32_t one = normalized ? INT32_MAX : 12; + const int32_t one = normalized ? INT32_MAX : 1; switch (src_type) { - case GL_FLOAT: + case MESA_ARRAY_FORMAT_TYPE_FLOAT: if (normalized) { - SWIZZLE_CONVERT(uint32_t, float, float_to_snorm(src, 32)); + SWIZZLE_CONVERT(uint32_t, float, _mesa_float_to_snorm(src, 32)); } else { - SWIZZLE_CONVERT(uint32_t, float, src); + SWIZZLE_CONVERT(uint32_t, float, _mesa_float_to_signed(src, 32)); } break; - case GL_HALF_FLOAT: + case MESA_ARRAY_FORMAT_TYPE_HALF: if (normalized) { - SWIZZLE_CONVERT(uint32_t, uint16_t, half_to_snorm(src, 32)); + SWIZZLE_CONVERT(uint32_t, uint16_t, _mesa_half_to_snorm(src, 32)); } else { - SWIZZLE_CONVERT(uint32_t, uint16_t, _mesa_half_to_float(src)); + SWIZZLE_CONVERT(uint32_t, uint16_t, _mesa_half_to_signed(src, 32)); } break; - case GL_UNSIGNED_BYTE: + case MESA_ARRAY_FORMAT_TYPE_UBYTE: if (normalized) { - SWIZZLE_CONVERT(int32_t, uint8_t, unorm_to_snorm(src, 8, 32)); + SWIZZLE_CONVERT(int32_t, uint8_t, _mesa_unorm_to_snorm(src, 8, 32)); } else { SWIZZLE_CONVERT(int32_t, uint8_t, src); } break; - case GL_BYTE: + case MESA_ARRAY_FORMAT_TYPE_BYTE: if (normalized) { - SWIZZLE_CONVERT(int32_t, int8_t, snorm_to_snorm(src, 8, 32)); + SWIZZLE_CONVERT(int32_t, int8_t, _mesa_snorm_to_snorm(src, 8, 32)); } else { SWIZZLE_CONVERT(int32_t, int8_t, src); } break; - case GL_UNSIGNED_SHORT: + case MESA_ARRAY_FORMAT_TYPE_USHORT: if (normalized) { - SWIZZLE_CONVERT(int32_t, uint16_t, unorm_to_snorm(src, 16, 32)); + SWIZZLE_CONVERT(int32_t, uint16_t, _mesa_unorm_to_snorm(src, 16, 32)); } else { SWIZZLE_CONVERT(int32_t, uint16_t, src); } break; - case GL_SHORT: + case MESA_ARRAY_FORMAT_TYPE_SHORT: if (normalized) { - SWIZZLE_CONVERT(int32_t, int16_t, snorm_to_snorm(src, 16, 32)); + SWIZZLE_CONVERT(int32_t, int16_t, _mesa_snorm_to_snorm(src, 16, 32)); } else { SWIZZLE_CONVERT(int32_t, int16_t, src); } break; - case GL_UNSIGNED_INT: + case MESA_ARRAY_FORMAT_TYPE_UINT: if (normalized) { - SWIZZLE_CONVERT(int32_t, uint32_t, unorm_to_snorm(src, 32, 32)); + SWIZZLE_CONVERT(int32_t, uint32_t, _mesa_unorm_to_snorm(src, 32, 32)); } else { - SWIZZLE_CONVERT(int32_t, uint32_t, src); + SWIZZLE_CONVERT(int32_t, uint32_t, _mesa_unsigned_to_signed(src, 32)); } break; - case GL_INT: + case MESA_ARRAY_FORMAT_TYPE_INT: SWIZZLE_CONVERT(int32_t, int32_t, src); break; default: @@ -1001,8 +1423,8 @@ convert_int(void *void_dst, int num_dst_channels, * \param[in] count the number of pixels to convert */ void -_mesa_swizzle_and_convert(void *void_dst, GLenum dst_type, int num_dst_channels, - const void *void_src, GLenum src_type, int num_src_channels, +_mesa_swizzle_and_convert(void *void_dst, enum mesa_array_format_datatype dst_type, int num_dst_channels, + const void *void_src, enum mesa_array_format_datatype src_type, int num_src_channels, const uint8_t swizzle[4], bool normalized, int count) { if (swizzle_convert_try_memcpy(void_dst, dst_type, num_dst_channels, @@ -1011,35 +1433,35 @@ _mesa_swizzle_and_convert(void *void_dst, GLenum dst_type, int num_dst_channels, return; switch (dst_type) { - case GL_FLOAT: + case MESA_ARRAY_FORMAT_TYPE_FLOAT: convert_float(void_dst, num_dst_channels, void_src, src_type, num_src_channels, swizzle, normalized, count); break; - case GL_HALF_FLOAT: + case MESA_ARRAY_FORMAT_TYPE_HALF: convert_half_float(void_dst, num_dst_channels, void_src, src_type, num_src_channels, swizzle, normalized, count); break; - case GL_UNSIGNED_BYTE: + case MESA_ARRAY_FORMAT_TYPE_UBYTE: convert_ubyte(void_dst, num_dst_channels, void_src, src_type, num_src_channels, swizzle, normalized, count); break; - case GL_BYTE: + case MESA_ARRAY_FORMAT_TYPE_BYTE: convert_byte(void_dst, num_dst_channels, void_src, src_type, num_src_channels, swizzle, normalized, count); break; - case GL_UNSIGNED_SHORT: + case MESA_ARRAY_FORMAT_TYPE_USHORT: convert_ushort(void_dst, num_dst_channels, void_src, src_type, num_src_channels, swizzle, normalized, count); break; - case GL_SHORT: + case MESA_ARRAY_FORMAT_TYPE_SHORT: convert_short(void_dst, num_dst_channels, void_src, src_type, num_src_channels, swizzle, normalized, count); break; - case GL_UNSIGNED_INT: + case MESA_ARRAY_FORMAT_TYPE_UINT: convert_uint(void_dst, num_dst_channels, void_src, src_type, num_src_channels, swizzle, normalized, count); break; - case GL_INT: + case MESA_ARRAY_FORMAT_TYPE_INT: convert_int(void_dst, num_dst_channels, void_src, src_type, num_src_channels, swizzle, normalized, count); break; diff --git a/mesalib/src/mesa/main/format_utils.h b/mesalib/src/mesa/main/format_utils.h index 9f778e377..7f500ec78 100644 --- a/mesalib/src/mesa/main/format_utils.h +++ b/mesalib/src/mesa/main/format_utils.h @@ -32,14 +32,205 @@ #define FORMAT_UTILS_H #include "imports.h" +#include "macros.h" + +extern const mesa_array_format RGBA32_FLOAT; +extern const mesa_array_format RGBA8_UBYTE; +extern const mesa_array_format RGBA32_UINT; +extern const mesa_array_format RGBA32_INT; + +/* Only guaranteed to work for BITS <= 32 */ +#define MAX_UINT(BITS) ((BITS) == 32 ? UINT32_MAX : ((1u << (BITS)) - 1)) +#define MAX_INT(BITS) ((int)MAX_UINT((BITS) - 1)) +#define MIN_INT(BITS) ((BITS) == 32 ? INT32_MIN : (-(1 << (BITS - 1)))) + +/* Extends an integer of size SRC_BITS to one of size DST_BITS linearly */ +#define EXTEND_NORMALIZED_INT(X, SRC_BITS, DST_BITS) \ + (((X) * (int)(MAX_UINT(DST_BITS) / MAX_UINT(SRC_BITS))) + \ + ((DST_BITS % SRC_BITS) ? ((X) >> (SRC_BITS - DST_BITS % SRC_BITS)) : 0)) + +static inline float +_mesa_unorm_to_float(unsigned x, unsigned src_bits) +{ + return x * (1.0f / (float)MAX_UINT(src_bits)); +} + +static inline float +_mesa_snorm_to_float(int x, unsigned src_bits) +{ + if (x <= -MAX_INT(src_bits)) + return -1.0f; + else + return x * (1.0f / (float)MAX_INT(src_bits)); +} + +static inline uint16_t +_mesa_unorm_to_half(unsigned x, unsigned src_bits) +{ + return _mesa_float_to_half(_mesa_unorm_to_float(x, src_bits)); +} + +static inline uint16_t +_mesa_snorm_to_half(int x, unsigned src_bits) +{ + return _mesa_float_to_half(_mesa_snorm_to_float(x, src_bits)); +} + +static inline unsigned +_mesa_float_to_unorm(float x, unsigned dst_bits) +{ + if (x < 0.0f) + return 0; + else if (x > 1.0f) + return MAX_UINT(dst_bits); + else + return F_TO_I(x * MAX_UINT(dst_bits)); +} + +static inline unsigned +_mesa_half_to_unorm(uint16_t x, unsigned dst_bits) +{ + return _mesa_float_to_unorm(_mesa_half_to_float(x), dst_bits); +} + +static inline unsigned +_mesa_unorm_to_unorm(unsigned x, unsigned src_bits, unsigned dst_bits) +{ + if (src_bits < dst_bits) { + return EXTEND_NORMALIZED_INT(x, src_bits, dst_bits); + } else { + unsigned src_half = (1 << (src_bits - 1)) - 1; + + if (src_bits + dst_bits > sizeof(x) * 8) { + assert(src_bits + dst_bits <= sizeof(uint64_t) * 8); + return (((uint64_t) x * MAX_UINT(dst_bits) + src_half) / + MAX_UINT(src_bits)); + } else { + return (x * MAX_UINT(dst_bits) + src_half) / MAX_UINT(src_bits); + } + } +} + +static inline unsigned +_mesa_snorm_to_unorm(int x, unsigned src_bits, unsigned dst_bits) +{ + if (x < 0) + return 0; + else + return _mesa_unorm_to_unorm(x, src_bits - 1, dst_bits); +} + +static inline int +_mesa_float_to_snorm(float x, unsigned dst_bits) +{ + if (x < -1.0f) + return -MAX_INT(dst_bits); + else if (x > 1.0f) + return MAX_INT(dst_bits); + else + return F_TO_I(x * MAX_INT(dst_bits)); +} + +static inline int +_mesa_half_to_snorm(uint16_t x, unsigned dst_bits) +{ + return _mesa_float_to_snorm(_mesa_half_to_float(x), dst_bits); +} + +static inline int +_mesa_unorm_to_snorm(unsigned x, unsigned src_bits, unsigned dst_bits) +{ + return _mesa_unorm_to_unorm(x, src_bits, dst_bits - 1); +} + +static inline int +_mesa_snorm_to_snorm(int x, unsigned src_bits, unsigned dst_bits) +{ + if (x < -MAX_INT(src_bits)) + return -MAX_INT(dst_bits); + else if (src_bits < dst_bits) + return EXTEND_NORMALIZED_INT(x, src_bits - 1, dst_bits - 1); + else + return x >> (src_bits - dst_bits); +} + +static inline unsigned +_mesa_unsigned_to_unsigned(unsigned src, unsigned dst_size) +{ + return MIN2(src, MAX_UINT(dst_size)); +} + +static inline int +_mesa_unsigned_to_signed(unsigned src, unsigned dst_size) +{ + return MIN2(src, (unsigned)MAX_INT(dst_size)); +} + +static inline int +_mesa_signed_to_signed(int src, unsigned dst_size) +{ + return CLAMP(src, MIN_INT(dst_size), MAX_INT(dst_size)); +} + +static inline unsigned +_mesa_signed_to_unsigned(int src, unsigned dst_size) +{ + return CLAMP(src, 0, MAX_UINT(dst_size)); +} + +static inline unsigned +_mesa_float_to_unsigned(float src, unsigned dst_bits) +{ + if (src < 0.0f) + return 0; + if (src > (float)MAX_UINT(dst_bits)) + return MAX_UINT(dst_bits); + return _mesa_signed_to_unsigned(src, dst_bits); +} + +static inline unsigned +_mesa_float_to_signed(float src, unsigned dst_bits) +{ + if (src < (float)(-MAX_INT(dst_bits))) + return -MAX_INT(dst_bits); + if (src > (float)MAX_INT(dst_bits)) + return MAX_INT(dst_bits); + return _mesa_signed_to_signed(src, dst_bits); +} + +static inline unsigned +_mesa_half_to_unsigned(uint16_t src, unsigned dst_bits) +{ + if (_mesa_half_is_negative(src)) + return 0; + return _mesa_unsigned_to_unsigned(_mesa_float_to_half(src), dst_bits); +} + +static inline unsigned +_mesa_half_to_signed(uint16_t src, unsigned dst_bits) +{ + return _mesa_float_to_signed(_mesa_half_to_float(src), dst_bits); +} bool _mesa_format_to_array(mesa_format, GLenum *type, int *num_components, uint8_t swizzle[4], bool *normalized); void -_mesa_swizzle_and_convert(void *dst, GLenum dst_type, int num_dst_channels, - const void *src, GLenum src_type, int num_src_channels, +_mesa_swizzle_and_convert(void *dst, + enum mesa_array_format_datatype dst_type, + int num_dst_channels, + const void *src, + enum mesa_array_format_datatype src_type, + int num_src_channels, const uint8_t swizzle[4], bool normalized, int count); +bool +_mesa_compute_rgba2base2rgba_component_mapping(GLenum baseFormat, uint8_t *map); + +void +_mesa_format_convert(void *void_dst, uint32_t dst_format, size_t dst_stride, + void *void_src, uint32_t src_format, size_t src_stride, + size_t width, size_t height, uint8_t *rebase_swizzle); + #endif diff --git a/mesalib/src/mesa/main/formatquery.c b/mesalib/src/mesa/main/formatquery.c index f6274fe30..7741cabad 100644 --- a/mesalib/src/mesa/main/formatquery.c +++ b/mesalib/src/mesa/main/formatquery.c @@ -89,8 +89,22 @@ _mesa_GetInternalformativ(GLenum target, GLenum internalformat, GLenum pname, * "If the parameter to GetInternalformativ is not * color-, depth- or stencil-renderable, then an INVALID_ENUM error is * generated." + * + * Page 243 of the GLES 3.0.4 spec says this for GetInternalformativ: + * + * "internalformat must be color-renderable, depth-renderable or + * stencilrenderable (as defined in section 4.4.4)." + * + * Section 4.4.4 on page 212 of the same spec says: + * + * "An internal format is color-renderable if it is one of the + * formats from table 3.13 noted as color-renderable or if it + * is unsized format RGBA or RGB." + * + * Therefore, we must accept GL_RGB and GL_RGBA here. */ - if (_mesa_base_fbo_format(ctx, internalformat) == 0) { + if (internalformat != GL_RGB && internalformat != GL_RGBA && + _mesa_base_fbo_format(ctx, internalformat) == 0) { _mesa_error(ctx, GL_INVALID_ENUM, "glGetInternalformativ(internalformat=%s)", _mesa_lookup_enum_by_nr(internalformat)); diff --git a/mesalib/src/mesa/main/formats.c b/mesalib/src/mesa/main/formats.c index 58c32e23b..958d6f245 100644 --- a/mesalib/src/mesa/main/formats.c +++ b/mesalib/src/mesa/main/formats.c @@ -28,7 +28,8 @@ #include "formats.h" #include "macros.h" #include "glformats.h" - +#include "c11/threads.h" +#include "util/hash_table.h" /** * Information about texture formats. @@ -71,6 +72,7 @@ struct gl_format_info GLubyte BytesPerBlock; uint8_t Swizzle[4]; + mesa_array_format ArrayFormat; }; #include "format_info.c" @@ -213,17 +215,87 @@ _mesa_get_format_datatype(mesa_format format) return info->DataType; } +static GLenum +get_base_format_for_array_format(mesa_array_format format) +{ + uint8_t swizzle[4]; + int num_channels; + + _mesa_array_format_get_swizzle(format, swizzle); + num_channels = _mesa_array_format_get_num_channels(format); + + switch (num_channels) { + case 4: + /* FIXME: RGBX formats have 4 channels, but their base format is GL_RGB. + * This is not really a problem for now because we only create array + * formats from GL format/type combinations, and these cannot specify + * RGBX formats. + */ + return GL_RGBA; + case 3: + return GL_RGB; + case 2: + if (swizzle[0] == 0 && + swizzle[1] == 0 && + swizzle[2] == 0 && + swizzle[3] == 1) + return GL_LUMINANCE_ALPHA; + if (swizzle[0] == 1 && + swizzle[1] == 1 && + swizzle[2] == 1 && + swizzle[3] == 0) + return GL_LUMINANCE_ALPHA; + if (swizzle[0] == 0 && + swizzle[1] == 1 && + swizzle[2] == 4 && + swizzle[3] == 5) + return GL_RG; + if (swizzle[0] == 1 && + swizzle[1] == 0 && + swizzle[2] == 4 && + swizzle[3] == 5) + return GL_RG; + break; + case 1: + if (swizzle[0] == 0 && + swizzle[1] == 0 && + swizzle[2] == 0 && + swizzle[3] == 5) + return GL_LUMINANCE; + if (swizzle[0] == 0 && + swizzle[1] == 0 && + swizzle[2] == 0 && + swizzle[3] == 0) + return GL_INTENSITY; + if (swizzle[0] <= MESA_FORMAT_SWIZZLE_W) + return GL_RED; + if (swizzle[1] <= MESA_FORMAT_SWIZZLE_W) + return GL_GREEN; + if (swizzle[2] <= MESA_FORMAT_SWIZZLE_W) + return GL_BLUE; + if (swizzle[3] <= MESA_FORMAT_SWIZZLE_W) + return GL_ALPHA; + break; + } + + unreachable("Unsupported format"); +} /** * Return the basic format for the given type. The result will be one of * GL_RGB, GL_RGBA, GL_ALPHA, GL_LUMINANCE, GL_LUMINANCE_ALPHA, GL_INTENSITY, * GL_YCBCR_MESA, GL_DEPTH_COMPONENT, GL_STENCIL_INDEX, GL_DEPTH_STENCIL. + * This functions accepts a mesa_format or a mesa_array_format. */ GLenum -_mesa_get_format_base_format(mesa_format format) +_mesa_get_format_base_format(uint32_t format) { - const struct gl_format_info *info = _mesa_get_format_info(format); - return info->BaseFormat; + if (!_mesa_format_is_mesa_array_format(format)) { + const struct gl_format_info *info = _mesa_get_format_info(format); + return info->BaseFormat; + } else { + return get_base_format_for_array_format(format); + } } @@ -269,6 +341,105 @@ _mesa_get_format_swizzle(mesa_format format, uint8_t swizzle_out[4]) memcpy(swizzle_out, info->Swizzle, sizeof(info->Swizzle)); } +mesa_array_format +_mesa_array_format_flip_channels(mesa_array_format format) +{ + int num_channels; + uint8_t swizzle[4]; + + num_channels = _mesa_array_format_get_num_channels(format); + _mesa_array_format_get_swizzle(format, swizzle); + + if (num_channels == 1) + return format; + + if (num_channels == 2) { + _mesa_array_format_set_swizzle(&format, swizzle[1], swizzle[0], + swizzle[2], swizzle[3]); + return format; + } + + if (num_channels == 4) { + _mesa_array_format_set_swizzle(&format, swizzle[3], swizzle[2], + swizzle[1], swizzle[0]); + return format; + } + + unreachable("Invalid array format"); +} + +uint32_t +_mesa_format_to_array_format(mesa_format format) +{ + const struct gl_format_info *info = _mesa_get_format_info(format); + if (_mesa_little_endian()) + return info->ArrayFormat; + else + return _mesa_array_format_flip_channels(info->ArrayFormat); +} + +static struct hash_table *format_array_format_table; +static once_flag format_array_format_table_exists = ONCE_FLAG_INIT; + +static bool +array_formats_equal(const void *a, const void *b) +{ + return (intptr_t)a == (intptr_t)b; +} + +static void +format_array_format_table_init() +{ + const struct gl_format_info *info; + mesa_array_format array_format; + unsigned f; + + format_array_format_table = _mesa_hash_table_create(NULL, NULL, + array_formats_equal); + + for (f = 1; f < MESA_FORMAT_COUNT; ++f) { + info = _mesa_get_format_info(f); + if (!info->ArrayFormat) + continue; + + if (_mesa_little_endian()) { + array_format = info->ArrayFormat; + } else { + array_format = _mesa_array_format_flip_channels(info->ArrayFormat); + } + + /* This can happen and does for some of the BGR formats. Let's take + * the first one in the list. + */ + if (_mesa_hash_table_search_pre_hashed(format_array_format_table, + array_format, + (void *)(intptr_t)array_format)) + continue; + + _mesa_hash_table_insert_pre_hashed(format_array_format_table, + array_format, + (void *)(intptr_t)array_format, + (void *)(intptr_t)f); + } +} + +mesa_format +_mesa_format_from_array_format(uint32_t array_format) +{ + struct hash_entry *entry; + + assert(_mesa_format_is_mesa_array_format(array_format)); + + call_once(&format_array_format_table_exists, format_array_format_table_init); + + entry = _mesa_hash_table_search_pre_hashed(format_array_format_table, + array_format, + (void *)(intptr_t)array_format); + if (entry) + return (intptr_t)entry->data; + else + return MESA_FORMAT_NONE; +} /** Is the given format a compressed format? */ GLboolean @@ -345,6 +516,25 @@ _mesa_is_format_integer(mesa_format format) return (info->DataType == GL_INT || info->DataType == GL_UNSIGNED_INT); } + +/** + * Return true if the given format is a color format. + */ +GLenum +_mesa_is_format_color_format(mesa_format format) +{ + const struct gl_format_info *info = _mesa_get_format_info(format); + switch (info->BaseFormat) { + case GL_DEPTH_COMPONENT: + case GL_STENCIL_INDEX: + case GL_DEPTH_STENCIL: + return false; + default: + return true; + } +} + + /** * Return color encoding for given format. * \return GL_LINEAR or GL_SRGB @@ -864,6 +1054,34 @@ _mesa_format_to_type_and_comps(mesa_format format, *comps = 1; return; + case MESA_FORMAT_R3G3B2_UNORM: + *datatype = GL_UNSIGNED_BYTE_2_3_3_REV; + *comps = 3; + return; + case MESA_FORMAT_A4B4G4R4_UNORM: + *datatype = GL_UNSIGNED_SHORT_4_4_4_4; + *comps = 4; + return; + + case MESA_FORMAT_R4G4B4A4_UNORM: + *datatype = GL_UNSIGNED_SHORT_4_4_4_4; + *comps = 4; + return; + case MESA_FORMAT_R5G5B5A1_UNORM: + *datatype = GL_UNSIGNED_SHORT_1_5_5_5_REV; + *comps = 4; + return; + case MESA_FORMAT_A2B10G10R10_UNORM: + case MESA_FORMAT_A2B10G10R10_UINT: + *datatype = GL_UNSIGNED_INT_10_10_10_2; + *comps = 4; + return; + case MESA_FORMAT_A2R10G10B10_UNORM: + case MESA_FORMAT_A2R10G10B10_UINT: + *datatype = GL_UNSIGNED_INT_10_10_10_2; + *comps = 4; + return; + case MESA_FORMAT_B2G3R3_UNORM: *datatype = GL_UNSIGNED_BYTE_3_3_2; *comps = 3; @@ -1265,6 +1483,7 @@ _mesa_format_to_type_and_comps(mesa_format format, return; case MESA_FORMAT_B10G10R10X2_UNORM: + case MESA_FORMAT_R10G10B10X2_UNORM: *datatype = GL_UNSIGNED_INT_2_10_10_10_REV; *comps = 4; return; @@ -1462,14 +1681,14 @@ _mesa_format_matches_format_and_type(mesa_format mesa_format, return format == GL_RGB && type == GL_UNSIGNED_BYTE && littleEndian; case MESA_FORMAT_B5G6R5_UNORM: - return format == GL_RGB && type == GL_UNSIGNED_SHORT_5_6_5 && !swapBytes; + return ((format == GL_RGB && type == GL_UNSIGNED_SHORT_5_6_5) || + (format == GL_BGR && type == GL_UNSIGNED_SHORT_5_6_5_REV)) && + !swapBytes; case MESA_FORMAT_R5G6B5_UNORM: - /* Some of the 16-bit MESA_FORMATs that would seem to correspond to - * GL_UNSIGNED_SHORT_* are byte-swapped instead of channel-reversed, - * according to formats.h, so they can't be matched. - */ - return GL_FALSE; + return ((format == GL_BGR && type == GL_UNSIGNED_SHORT_5_6_5) || + (format == GL_RGB && type == GL_UNSIGNED_SHORT_5_6_5_REV)) && + !swapBytes; case MESA_FORMAT_B4G4R4A4_UNORM: return format == GL_BGRA && type == GL_UNSIGNED_SHORT_4_4_4_4_REV && @@ -1487,7 +1706,8 @@ _mesa_format_matches_format_and_type(mesa_format mesa_format, !swapBytes; case MESA_FORMAT_A1R5G5B5_UNORM: - return GL_FALSE; + return format == GL_BGRA && type == GL_UNSIGNED_SHORT_5_5_5_1 && + !swapBytes; case MESA_FORMAT_L4A4_UNORM: return GL_FALSE; @@ -1506,6 +1726,54 @@ _mesa_format_matches_format_and_type(mesa_format mesa_format, case MESA_FORMAT_B2G3R3_UNORM: return format == GL_RGB && type == GL_UNSIGNED_BYTE_3_3_2; + case MESA_FORMAT_R3G3B2_UNORM: + return format == GL_RGB && type == GL_UNSIGNED_BYTE_2_3_3_REV; + + case MESA_FORMAT_A4B4G4R4_UNORM: + if (format == GL_RGBA && type == GL_UNSIGNED_SHORT_4_4_4_4 && !swapBytes) + return GL_TRUE; + + if (format == GL_RGBA && type == GL_UNSIGNED_SHORT_4_4_4_4_REV && swapBytes) + return GL_TRUE; + + if (format == GL_ABGR_EXT && type == GL_UNSIGNED_SHORT_4_4_4_4_REV && !swapBytes) + return GL_TRUE; + + if (format == GL_ABGR_EXT && type == GL_UNSIGNED_SHORT_4_4_4_4 && swapBytes) + return GL_TRUE; + + return GL_FALSE; + + case MESA_FORMAT_R4G4B4A4_UNORM: + if (format == GL_ABGR_EXT && type == GL_UNSIGNED_SHORT_4_4_4_4 && !swapBytes) + return GL_TRUE; + + if (format == GL_ABGR_EXT && type == GL_UNSIGNED_SHORT_4_4_4_4_REV && swapBytes) + return GL_TRUE; + + if (format == GL_RGBA && type == GL_UNSIGNED_SHORT_4_4_4_4_REV && !swapBytes) + return GL_TRUE; + + if (format == GL_RGBA && type == GL_UNSIGNED_SHORT_4_4_4_4 && swapBytes) + return GL_TRUE; + + return GL_FALSE; + + case MESA_FORMAT_R5G5B5A1_UNORM: + return format == GL_RGBA && type == GL_UNSIGNED_SHORT_1_5_5_5_REV; + + case MESA_FORMAT_A2B10G10R10_UNORM: + return format == GL_RGBA && type == GL_UNSIGNED_INT_10_10_10_2; + + case MESA_FORMAT_A2B10G10R10_UINT: + return format == GL_RGBA_INTEGER_EXT && type == GL_UNSIGNED_INT_10_10_10_2; + + case MESA_FORMAT_A2R10G10B10_UNORM: + return format == GL_BGRA && type == GL_UNSIGNED_INT_10_10_10_2; + + case MESA_FORMAT_A2R10G10B10_UINT: + return format == GL_BGRA_INTEGER_EXT && type == GL_UNSIGNED_INT_10_10_10_2; + case MESA_FORMAT_A_UNORM8: return format == GL_ALPHA && type == GL_UNSIGNED_BYTE; case MESA_FORMAT_A_UNORM16: @@ -1867,6 +2135,7 @@ _mesa_format_matches_format_and_type(mesa_format mesa_format, case MESA_FORMAT_RGBX_UINT8: case MESA_FORMAT_RGBX_SINT8: case MESA_FORMAT_B10G10R10X2_UNORM: + case MESA_FORMAT_R10G10B10X2_UNORM: case MESA_FORMAT_RGBX_UNORM16: case MESA_FORMAT_RGBX_SNORM16: case MESA_FORMAT_RGBX_FLOAT16: diff --git a/mesalib/src/mesa/main/formats.csv b/mesalib/src/mesa/main/formats.csv index 39bcdbdd2..e159e7dd6 100644 --- a/mesalib/src/mesa/main/formats.csv +++ b/mesalib/src/mesa/main/formats.csv @@ -82,12 +82,20 @@ MESA_FORMAT_G16R16_UNORM , packed, 1, 1, un16, un16, , MESA_FORMAT_B10G10R10A2_UNORM , packed, 1, 1, un10, un10, un10, un2 , zyxw, rgb MESA_FORMAT_B10G10R10X2_UNORM , packed, 1, 1, un10, un10, un10, x2 , zyx1, rgb MESA_FORMAT_R10G10B10A2_UNORM , packed, 1, 1, un10, un10, un10, un2 , xyzw, rgb +MESA_FORMAT_R10G10B10X2_UNORM , packed, 1, 1, un10, un10, un10, x2 , xyz1, rgb MESA_FORMAT_S8_UINT_Z24_UNORM , packed, 1, 1, un24, u8 , , , xy__, zs MESA_FORMAT_X8_UINT_Z24_UNORM , packed, 1, 1, un24, x8 , , , x___, zs MESA_FORMAT_Z24_UNORM_S8_UINT , packed, 1, 1, u8 , un24, , , yx__, zs MESA_FORMAT_Z24_UNORM_X8_UINT , packed, 1, 1, x8 , un24, , , y___, zs +MESA_FORMAT_R3G3B2_UNORM , packed, 1, 1, un3 , un3 , un2 , , xyz1, rgb +MESA_FORMAT_A4B4G4R4_UNORM , packed, 1, 1, un4 , un4 , un4 , un4 , wzyx, rgb +MESA_FORMAT_R4G4B4A4_UNORM , packed, 1, 1, un4 , un4 , un4 , un4 , xyzw, rgb +MESA_FORMAT_R5G5B5A1_UNORM , packed, 1, 1, un5 , un5 , un5 , un1 , xyzw, rgb +MESA_FORMAT_A2B10G10R10_UNORM , packed, 1, 1, un2 , un10, un10, un10, wzyx, rgb +MESA_FORMAT_A2R10G10B10_UNORM , packed, 1, 1, un2 , un10, un10, un10, yzwx, rgb + MESA_FORMAT_YCBCR , other , 1, 1, x16 , , , , xyzw, yuv MESA_FORMAT_YCBCR_REV , other , 1, 1, x16 , , , , xyzw, yuv @@ -180,6 +188,8 @@ MESA_FORMAT_Z_FLOAT32 , array , 1, 1, f32 , , , # Packed signed/unsigned non-normalized integer formats MESA_FORMAT_B10G10R10A2_UINT , packed, 1, 1, u10 , u10 , u10 , u2 , zyxw, rgb MESA_FORMAT_R10G10B10A2_UINT , packed, 1, 1, u10 , u10 , u10 , u2 , xyzw, rgb +MESA_FORMAT_A2B10G10R10_UINT , packed, 1, 1, u2 , u10 , u10 , u10 , wzyx, rgb +MESA_FORMAT_A2R10G10B10_UINT , packed, 1, 1, u2 , u10 , u10 , u10 , yzwx, rgb # Array signed/unsigned non-normalized integer formats MESA_FORMAT_A_UINT8 , array , 1, 1, u8 , , , , 000x, rgb diff --git a/mesalib/src/mesa/main/formats.h b/mesalib/src/mesa/main/formats.h index 213ab563d..7e451caf0 100644 --- a/mesalib/src/mesa/main/formats.h +++ b/mesalib/src/mesa/main/formats.h @@ -36,7 +36,7 @@ #include #include #include - +#include "compiler.h" #ifdef __cplusplus extern "C" { @@ -81,6 +81,132 @@ enum { MESA_FORMAT_SWIZZLE_NONE = 6, }; +/** + * An uint32_t that encodes the information necessary to represent an + * array format + */ +typedef uint32_t mesa_array_format; + +/** + * Encoding for valid array format data types + */ +enum mesa_array_format_datatype { + MESA_ARRAY_FORMAT_TYPE_UBYTE = 0x0, + MESA_ARRAY_FORMAT_TYPE_USHORT = 0x1, + MESA_ARRAY_FORMAT_TYPE_UINT = 0x2, + MESA_ARRAY_FORMAT_TYPE_BYTE = 0x4, + MESA_ARRAY_FORMAT_TYPE_SHORT = 0x5, + MESA_ARRAY_FORMAT_TYPE_INT = 0x6, + MESA_ARRAY_FORMAT_TYPE_HALF = 0xd, + MESA_ARRAY_FORMAT_TYPE_FLOAT = 0xe, +}; + +/** + * An enum useful to encode/decode information stored in a mesa_array_format + */ +enum { + MESA_ARRAY_FORMAT_TYPE_IS_SIGNED = 0x4, + MESA_ARRAY_FORMAT_TYPE_IS_FLOAT = 0x8, + MESA_ARRAY_FORMAT_TYPE_NORMALIZED = 0x10, + MESA_ARRAY_FORMAT_DATATYPE_MASK = 0xf, + MESA_ARRAY_FORMAT_TYPE_MASK = 0x1f, + MESA_ARRAY_FORMAT_TYPE_SIZE_MASK = 0x3, + MESA_ARRAY_FORMAT_NUM_CHANS_MASK = 0xe0, + MESA_ARRAY_FORMAT_SWIZZLE_X_MASK = 0x00700, + MESA_ARRAY_FORMAT_SWIZZLE_Y_MASK = 0x03800, + MESA_ARRAY_FORMAT_SWIZZLE_Z_MASK = 0x1c000, + MESA_ARRAY_FORMAT_SWIZZLE_W_MASK = 0xe0000, + MESA_ARRAY_FORMAT_BIT = 0x80000000 +}; + +#define MESA_ARRAY_FORMAT(SIZE, SIGNED, IS_FLOAT, NORM, NUM_CHANS, \ + SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_W) ( \ + (((SIZE >> 1) ) & MESA_ARRAY_FORMAT_TYPE_SIZE_MASK) | \ + (((SIGNED) << 2 ) & MESA_ARRAY_FORMAT_TYPE_IS_SIGNED) | \ + (((IS_FLOAT) << 3 ) & MESA_ARRAY_FORMAT_TYPE_IS_FLOAT) | \ + (((NORM) << 4 ) & MESA_ARRAY_FORMAT_TYPE_NORMALIZED) | \ + (((NUM_CHANS) << 5 ) & MESA_ARRAY_FORMAT_NUM_CHANS_MASK) | \ + (((SWIZZLE_X) << 8 ) & MESA_ARRAY_FORMAT_SWIZZLE_X_MASK) | \ + (((SWIZZLE_Y) << 11) & MESA_ARRAY_FORMAT_SWIZZLE_Y_MASK) | \ + (((SWIZZLE_Z) << 14) & MESA_ARRAY_FORMAT_SWIZZLE_Z_MASK) | \ + (((SWIZZLE_W) << 17) & MESA_ARRAY_FORMAT_SWIZZLE_W_MASK) | \ + MESA_ARRAY_FORMAT_BIT) + +/** + * Various helpers to access the data encoded in a mesa_array_format + */ +static inline bool +_mesa_array_format_is_signed(mesa_array_format f) +{ + return (f & MESA_ARRAY_FORMAT_TYPE_IS_SIGNED) != 0; +} + +static inline bool +_mesa_array_format_is_float(mesa_array_format f) +{ + return (f & MESA_ARRAY_FORMAT_TYPE_IS_FLOAT) != 0; +} + +static inline bool +_mesa_array_format_is_normalized(mesa_array_format f) +{ + return (f & MESA_ARRAY_FORMAT_TYPE_NORMALIZED) !=0; +} + +static inline enum mesa_array_format_datatype +_mesa_array_format_get_datatype(mesa_array_format f) +{ + return (enum mesa_array_format_datatype) + (f & MESA_ARRAY_FORMAT_DATATYPE_MASK); +} + +static inline int +_mesa_array_format_datatype_get_size(enum mesa_array_format_datatype type) +{ + return 1 << (type & MESA_ARRAY_FORMAT_TYPE_SIZE_MASK); +} + +static inline int +_mesa_array_format_get_type_size(mesa_array_format f) +{ + return 1 << (f & MESA_ARRAY_FORMAT_TYPE_SIZE_MASK); +} + +static inline int +_mesa_array_format_get_num_channels(mesa_array_format f) +{ + return (f & MESA_ARRAY_FORMAT_NUM_CHANS_MASK) >> 5; +} + +static inline void +_mesa_array_format_get_swizzle(mesa_array_format f, uint8_t *swizzle) +{ + swizzle[0] = (f & MESA_ARRAY_FORMAT_SWIZZLE_X_MASK) >> 8; + swizzle[1] = (f & MESA_ARRAY_FORMAT_SWIZZLE_Y_MASK) >> 11; + swizzle[2] = (f & MESA_ARRAY_FORMAT_SWIZZLE_Z_MASK) >> 14; + swizzle[3] = (f & MESA_ARRAY_FORMAT_SWIZZLE_W_MASK) >> 17; +} + +static inline void +_mesa_array_format_set_swizzle(mesa_array_format *f, + int32_t x, int32_t y, int32_t z, int32_t w) +{ + *f |= ((x << 8 ) & MESA_ARRAY_FORMAT_SWIZZLE_X_MASK) | + ((y << 11) & MESA_ARRAY_FORMAT_SWIZZLE_Y_MASK) | + ((z << 14) & MESA_ARRAY_FORMAT_SWIZZLE_Z_MASK) | + ((w << 17) & MESA_ARRAY_FORMAT_SWIZZLE_W_MASK); +} + +/** + * A helper to know if the format stored in a uint32_t is a mesa_format + * or a mesa_array_format + */ +static inline bool +_mesa_format_is_mesa_array_format(uint32_t f) +{ + return (f & MESA_ARRAY_FORMAT_BIT) != 0; +} + /** * Mesa texture/renderbuffer image formats. */ @@ -139,9 +265,9 @@ typedef enum * ** when type applies to all components * * examples: msb <------ TEXEL BITS -----------> lsb - * MESA_FORMAT_A8B8G8R8_UNORM, AAAA AAAA BBBB BBBB GGGG GGGG RRRR RRRR - * MESA_FORMAT_R5G6B5_UNORM RRRR RGGG GGGB BBBB - * MESA_FORMAT_B4G4R4X4_UNORM BBBB GGGG RRRR XXXX + * MESA_FORMAT_A8B8G8R8_UNORM, RRRR RRRR GGGG GGGG BBBB BBBB AAAA AAAA + * MESA_FORMAT_R5G6B5_UNORM BBBB BGGG GGGR RRRR + * MESA_FORMAT_B4G4R4X4_UNORM XXXX RRRR GGGG BBBB * MESA_FORMAT_Z32_FLOAT_S8X24_UINT * MESA_FORMAT_R10G10B10A2_UINT * MESA_FORMAT_R9G9B9E5_FLOAT @@ -226,12 +352,21 @@ typedef enum MESA_FORMAT_B10G10R10A2_UNORM,/* AARR RRRR RRRR GGGG GGGG GGBB BBBB BBBB */ MESA_FORMAT_B10G10R10X2_UNORM,/* xxRR RRRR RRRR GGGG GGGG GGBB BBBB BBBB */ MESA_FORMAT_R10G10B10A2_UNORM,/* AABB BBBB BBBB GGGG GGGG GGRR RRRR RRRR */ + MESA_FORMAT_R10G10B10X2_UNORM,/* xxBB BBBB BBBB GGGG GGGG GGRR RRRR RRRR */ MESA_FORMAT_S8_UINT_Z24_UNORM,/* ZZZZ ZZZZ ZZZZ ZZZZ ZZZZ ZZZZ SSSS SSSS */ MESA_FORMAT_X8_UINT_Z24_UNORM,/* ZZZZ ZZZZ ZZZZ ZZZZ ZZZZ ZZZZ xxxx xxxx */ MESA_FORMAT_Z24_UNORM_S8_UINT,/* SSSS SSSS ZZZZ ZZZZ ZZZZ ZZZZ ZZZZ ZZZZ */ MESA_FORMAT_Z24_UNORM_X8_UINT,/* xxxx xxxx ZZZZ ZZZZ ZZZZ ZZZZ ZZZZ ZZZZ */ + /* Other formats */ + MESA_FORMAT_R3G3B2_UNORM, /* BBGG GRRR */ + MESA_FORMAT_A4B4G4R4_UNORM, /* RRRR GGGG BBBB AAAA */ + MESA_FORMAT_R4G4B4A4_UNORM, /* AAAA BBBB GGGG RRRR */ + MESA_FORMAT_R5G5B5A1_UNORM, /* ABBB BBGG GGGR RRRR */ + MESA_FORMAT_A2B10G10R10_UNORM,/* RRRR RRRR RRGG GGGG GGGG BBBB BBBB BBAA */ + MESA_FORMAT_A2R10G10B10_UNORM,/* BBBB BBBB BBGG GGGG GGGG RRRR RRRR RRAA */ + MESA_FORMAT_YCBCR, /* YYYY YYYY UorV UorV */ MESA_FORMAT_YCBCR_REV, /* UorV UorV YYYY YYYY */ @@ -326,6 +461,8 @@ typedef enum /* Packed signed/unsigned non-normalized integer formats */ MESA_FORMAT_B10G10R10A2_UINT, /* AARR RRRR RRRR GGGG GGGG GGBB BBBB BBBB */ MESA_FORMAT_R10G10B10A2_UINT, /* AABB BBBB BBBB GGGG GGGG GGRR RRRR RRRR */ + MESA_FORMAT_A2B10G10R10_UINT, /* RRRR RRRR RRGG GGGG GGGG BBBB BBBB BBAA */ + MESA_FORMAT_A2R10G10B10_UINT, /* BBBB BBBB BBGG GGGG GGGG RRRR RRRR RRAA */ /* Array signed/unsigned non-normalized integer formats */ MESA_FORMAT_A_UINT8, @@ -461,14 +598,23 @@ extern GLenum _mesa_get_format_datatype(mesa_format format); extern GLenum -_mesa_get_format_base_format(mesa_format format); +_mesa_get_format_base_format(uint32_t format); extern void _mesa_get_format_block_size(mesa_format format, GLuint *bw, GLuint *bh); +extern mesa_array_format +_mesa_array_format_flip_channels(mesa_array_format format); + extern void _mesa_get_format_swizzle(mesa_format format, uint8_t swizzle_out[4]); +extern uint32_t +_mesa_format_to_array_format(mesa_format format); + +extern mesa_format +_mesa_format_from_array_format(uint32_t array_format); + extern GLboolean _mesa_is_format_compressed(mesa_format format); @@ -490,6 +636,9 @@ _mesa_is_format_integer(mesa_format format); extern bool _mesa_is_format_etc2(mesa_format format); +GLenum +_mesa_is_format_color_format(mesa_format format); + extern GLenum _mesa_get_format_color_encoding(mesa_format format); diff --git a/mesalib/src/mesa/main/framebuffer.c b/mesalib/src/mesa/main/framebuffer.c index 7416bb118..dc0386d23 100644 --- a/mesalib/src/mesa/main/framebuffer.c +++ b/mesalib/src/mesa/main/framebuffer.c @@ -345,7 +345,7 @@ update_framebuffer_size(struct gl_context *ctx, struct gl_framebuffer *fb) } } - if (minWidth != ~0) { + if (minWidth != ~0U) { fb->Width = minWidth; fb->Height = minHeight; } diff --git a/mesalib/src/mesa/main/genmipmap.c b/mesalib/src/mesa/main/genmipmap.c index 9d111cab2..9aef09019 100644 --- a/mesalib/src/mesa/main/genmipmap.c +++ b/mesalib/src/mesa/main/genmipmap.c @@ -36,21 +36,20 @@ #include "mtypes.h" #include "teximage.h" #include "texobj.h" - +#include "hash.h" /** - * Generate all the mipmap levels below the base level. - * Note: this GL function would be more useful if one could specify a - * cube face, a set of array slices, etc. + * Implements glGenerateMipmap and glGenerateTextureMipmap. + * Generates all the mipmap levels below the base level. */ -void GLAPIENTRY -_mesa_GenerateMipmap(GLenum target) +void +_mesa_generate_texture_mipmap(struct gl_context *ctx, + struct gl_texture_object *texObj, GLenum target, + bool dsa) { struct gl_texture_image *srcImage; - struct gl_texture_object *texObj; GLboolean error; - - GET_CURRENT_CONTEXT(ctx); + const char *suffix = dsa ? "Texture" : ""; FLUSH_VERTICES(ctx, 0); @@ -83,13 +82,11 @@ _mesa_GenerateMipmap(GLenum target) } if (error) { - _mesa_error(ctx, GL_INVALID_ENUM, "glGenerateMipmapEXT(target=%s)", - _mesa_lookup_enum_by_nr(target)); + _mesa_error(ctx, GL_INVALID_ENUM, "glGenerate%sMipmap(target=%s)", + suffix, _mesa_lookup_enum_by_nr(target)); return; } - texObj = _mesa_get_current_tex_object(ctx, target); - if (texObj->BaseLevel >= texObj->MaxLevel) { /* nothing to do */ return; @@ -98,17 +95,17 @@ _mesa_GenerateMipmap(GLenum target) if (texObj->Target == GL_TEXTURE_CUBE_MAP && !_mesa_cube_complete(texObj)) { _mesa_error(ctx, GL_INVALID_OPERATION, - "glGenerateMipmap(incomplete cube map)"); + "glGenerate%sMipmap(incomplete cube map)", suffix); return; } _mesa_lock_texture(ctx, texObj); - srcImage = _mesa_select_tex_image(ctx, texObj, target, texObj->BaseLevel); + srcImage = _mesa_select_tex_image(texObj, target, texObj->BaseLevel); if (!srcImage) { _mesa_unlock_texture(ctx, texObj); _mesa_error(ctx, GL_INVALID_OPERATION, - "glGenerateMipmap(zero size base image)"); + "glGenerate%sMipmap(zero size base image)", suffix); return; } @@ -117,19 +114,53 @@ _mesa_GenerateMipmap(GLenum target) _mesa_is_stencil_format(srcImage->InternalFormat)) { _mesa_unlock_texture(ctx, texObj); _mesa_error(ctx, GL_INVALID_OPERATION, - "glGenerateMipmap(invalid internal format)"); + "glGenerate%sMipmap(invalid internal format)", suffix); return; } if (target == GL_TEXTURE_CUBE_MAP) { GLuint face; - for (face = 0; face < 6; face++) - ctx->Driver.GenerateMipmap(ctx, - GL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB + face, - texObj); + for (face = 0; face < 6; face++) { + ctx->Driver.GenerateMipmap(ctx, + GL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB + face, texObj); + } } else { ctx->Driver.GenerateMipmap(ctx, target, texObj); } _mesa_unlock_texture(ctx, texObj); } + +/** + * Generate all the mipmap levels below the base level. + * Note: this GL function would be more useful if one could specify a + * cube face, a set of array slices, etc. + */ +void GLAPIENTRY +_mesa_GenerateMipmap(GLenum target) +{ + struct gl_texture_object *texObj; + GET_CURRENT_CONTEXT(ctx); + + texObj = _mesa_get_current_tex_object(ctx, target); + if (!texObj) + return; + + _mesa_generate_texture_mipmap(ctx, texObj, target, false); +} + +/** + * Generate all the mipmap levels below the base level. + */ +void GLAPIENTRY +_mesa_GenerateTextureMipmap(GLuint texture) +{ + struct gl_texture_object *texObj; + GET_CURRENT_CONTEXT(ctx); + + texObj = _mesa_lookup_texture_err(ctx, texture, "glGenerateTextureMipmap"); + if (!texObj) + return; + + _mesa_generate_texture_mipmap(ctx, texObj, texObj->Target, true); +} diff --git a/mesalib/src/mesa/main/genmipmap.h b/mesalib/src/mesa/main/genmipmap.h index d546a8d7b..f4ef85951 100644 --- a/mesalib/src/mesa/main/genmipmap.h +++ b/mesalib/src/mesa/main/genmipmap.h @@ -28,9 +28,15 @@ #include "glheader.h" +extern void +_mesa_generate_texture_mipmap(struct gl_context *ctx, + struct gl_texture_object *texObj, GLenum target, + bool dsa); extern void GLAPIENTRY _mesa_GenerateMipmap(GLenum target); +extern void GLAPIENTRY +_mesa_GenerateTextureMipmap(GLuint texture); #endif /* GENMIPMAP_H */ diff --git a/mesalib/src/mesa/main/get.c b/mesalib/src/mesa/main/get.c index 6091efc7f..3f9d74516 100644 --- a/mesalib/src/mesa/main/get.c +++ b/mesalib/src/mesa/main/get.c @@ -392,6 +392,7 @@ EXTRA_EXT2(ARB_transform_feedback3, ARB_gpu_shader5); EXTRA_EXT(INTEL_performance_query); EXTRA_EXT(ARB_explicit_uniform_location); EXTRA_EXT(ARB_clip_control); +EXTRA_EXT(EXT_polygon_offset_clamp); static const int extra_ARB_color_buffer_float_or_glcore[] = { diff --git a/mesalib/src/mesa/main/get_hash_params.py b/mesalib/src/mesa/main/get_hash_params.py index 09a61acc1..41cb2c17b 100644 --- a/mesalib/src/mesa/main/get_hash_params.py +++ b/mesalib/src/mesa/main/get_hash_params.py @@ -343,6 +343,7 @@ descriptor=[ # GL_ARB_ES3_compatibility [ "MAX_ELEMENT_INDEX", "CONTEXT_INT64(Const.MaxElementIndex), extra_ARB_ES3_compatibility_api_es3"], + [ "PRIMITIVE_RESTART_FIXED_INDEX", "CONTEXT_BOOL(Array.PrimitiveRestartFixedIndex), extra_ARB_ES3_compatibility_api_es3" ], # GL_ARB_fragment_shader [ "MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB", "CONTEXT_INT(Const.Program[MESA_SHADER_FRAGMENT].MaxUniformComponents), extra_ARB_fragment_shader" ], @@ -403,6 +404,11 @@ descriptor=[ [ "TEXTURE_EXTERNAL_OES", "LOC_CUSTOM, TYPE_BOOLEAN, 0, extra_OES_EGL_image_external" ], ]}, +{ "apis": ["GL", "GL_CORE", "GLES3"], "params": [ +# GL_ARB_sampler_objects / GL 3.3 / GLES 3.0 + [ "SAMPLER_BINDING", "LOC_CUSTOM, TYPE_INT, GL_SAMPLER_BINDING, NO_EXTRA" ], +]}, + # Remaining enums are only in OpenGL { "apis": ["GL", "GL_CORE"], "params": [ [ "ACCUM_RED_BITS", "BUFFER_INT(Visual.accumRedBits), NO_EXTRA" ], @@ -695,10 +701,6 @@ descriptor=[ [ "SAMPLE_MASK", "CONTEXT_BOOL(Multisample.SampleMask), extra_ARB_texture_multisample" ], [ "MAX_SAMPLE_MASK_WORDS", "CONST(1), extra_ARB_texture_multisample" ], - -# GL_ARB_sampler_objects / GL 3.3 - [ "SAMPLER_BINDING", "LOC_CUSTOM, TYPE_INT, GL_SAMPLER_BINDING, NO_EXTRA" ], - # GL 3.0 [ "CONTEXT_FLAGS", "CONTEXT_INT(Const.ContextFlags), extra_version_30" ], @@ -811,6 +813,9 @@ descriptor=[ [ "VIEWPORT_BOUNDS_RANGE", "CONTEXT_FLOAT2(Const.ViewportBounds), extra_ARB_viewport_array" ], [ "LAYER_PROVOKING_VERTEX", "CONTEXT_ENUM(Light.ProvokingVertex), extra_ARB_viewport_array" ], [ "VIEWPORT_INDEX_PROVOKING_VERTEX", "CONTEXT_ENUM(Light.ProvokingVertex), extra_ARB_viewport_array" ], + +# GL_EXT_polygon_offset_clamp + [ "POLYGON_OFFSET_CLAMP_EXT", "CONTEXT_FLOAT(Polygon.OffsetClamp), extra_EXT_polygon_offset_clamp" ], ]} ] diff --git a/mesalib/src/mesa/main/glformats.c b/mesalib/src/mesa/main/glformats.c index 00478f989..4e05229cf 100644 --- a/mesalib/src/mesa/main/glformats.c +++ b/mesalib/src/mesa/main/glformats.c @@ -27,7 +27,205 @@ #include "context.h" #include "glformats.h" +#include "formats.h" +#include "enums.h" + +enum { + ZERO = 4, + ONE = 5 +}; + +enum { + IDX_LUMINANCE = 0, + IDX_ALPHA, + IDX_INTENSITY, + IDX_LUMINANCE_ALPHA, + IDX_RGB, + IDX_RGBA, + IDX_RED, + IDX_GREEN, + IDX_BLUE, + IDX_BGR, + IDX_BGRA, + IDX_ABGR, + IDX_RG, + MAX_IDX +}; + +#define MAP1(x) MAP4(x, ZERO, ZERO, ZERO) +#define MAP2(x,y) MAP4(x, y, ZERO, ZERO) +#define MAP3(x,y,z) MAP4(x, y, z, ZERO) +#define MAP4(x,y,z,w) { x, y, z, w, ZERO, ONE } + +static const struct { + GLubyte format_idx; + GLubyte to_rgba[6]; + GLubyte from_rgba[6]; +} mappings[MAX_IDX] = +{ + { + IDX_LUMINANCE, + MAP4(0,0,0,ONE), + MAP1(0) + }, + + { + IDX_ALPHA, + MAP4(ZERO, ZERO, ZERO, 0), + MAP1(3) + }, + + { + IDX_INTENSITY, + MAP4(0, 0, 0, 0), + MAP1(0), + }, + + { + IDX_LUMINANCE_ALPHA, + MAP4(0,0,0,1), + MAP2(0,3) + }, + + { + IDX_RGB, + MAP4(0,1,2,ONE), + MAP3(0,1,2) + }, + + { + IDX_RGBA, + MAP4(0,1,2,3), + MAP4(0,1,2,3), + }, + + { + IDX_RED, + MAP4(0, ZERO, ZERO, ONE), + MAP1(0), + }, + + { + IDX_GREEN, + MAP4(ZERO, 0, ZERO, ONE), + MAP1(1), + }, + + { + IDX_BLUE, + MAP4(ZERO, ZERO, 0, ONE), + MAP1(2), + }, + + { + IDX_BGR, + MAP4(2,1,0,ONE), + MAP3(2,1,0) + }, + + { + IDX_BGRA, + MAP4(2,1,0,3), + MAP4(2,1,0,3) + }, + + { + IDX_ABGR, + MAP4(3,2,1,0), + MAP4(3,2,1,0) + }, + + { + IDX_RG, + MAP4(0, 1, ZERO, ONE), + MAP2(0, 1) + }, +}; + +/** + * Convert a GL image format enum to an IDX_* value (see above). + */ +static int +get_map_idx(GLenum value) +{ + switch (value) { + case GL_LUMINANCE: + case GL_LUMINANCE_INTEGER_EXT: + return IDX_LUMINANCE; + case GL_ALPHA: + case GL_ALPHA_INTEGER: + return IDX_ALPHA; + case GL_INTENSITY: + return IDX_INTENSITY; + case GL_LUMINANCE_ALPHA: + case GL_LUMINANCE_ALPHA_INTEGER_EXT: + return IDX_LUMINANCE_ALPHA; + case GL_RGB: + case GL_RGB_INTEGER: + return IDX_RGB; + case GL_RGBA: + case GL_RGBA_INTEGER: + return IDX_RGBA; + case GL_RED: + case GL_RED_INTEGER: + return IDX_RED; + case GL_GREEN: + return IDX_GREEN; + case GL_BLUE: + return IDX_BLUE; + case GL_BGR: + case GL_BGR_INTEGER: + return IDX_BGR; + case GL_BGRA: + case GL_BGRA_INTEGER: + return IDX_BGRA; + case GL_ABGR_EXT: + return IDX_ABGR; + case GL_RG: + case GL_RG_INTEGER: + return IDX_RG; + default: + _mesa_problem(NULL, "Unexpected inFormat %s", + _mesa_lookup_enum_by_nr(value)); + return 0; + } +} +/** + * When promoting texture formats (see below) we need to compute the + * mapping of dest components back to source components. + * This function does that. + * \param inFormat the incoming format of the texture + * \param outFormat the final texture format + * \return map[6] a full 6-component map + */ +void +_mesa_compute_component_mapping(GLenum inFormat, GLenum outFormat, GLubyte *map) +{ + const int inFmt = get_map_idx(inFormat); + const int outFmt = get_map_idx(outFormat); + const GLubyte *in2rgba = mappings[inFmt].to_rgba; + const GLubyte *rgba2out = mappings[outFmt].from_rgba; + int i; + + for (i = 0; i < 4; i++) + map[i] = in2rgba[rgba2out[i]]; + + map[ZERO] = ZERO; + map[ONE] = ONE; + +#if 0 + printf("from %x/%s to %x/%s map %d %d %d %d %d %d\n", + inFormat, _mesa_lookup_enum_by_nr(inFormat), + outFormat, _mesa_lookup_enum_by_nr(outFormat), + map[0], + map[1], + map[2], + map[3], + map[4], + map[5]); +#endif +} /** * \return GL_TRUE if type is packed pixel type, GL_FALSE otherwise. @@ -93,6 +291,7 @@ _mesa_sizeof_type(GLenum type) case GL_DOUBLE: return sizeof(GLdouble); case GL_HALF_FLOAT_ARB: + case GL_HALF_FLOAT_OES: return sizeof(GLhalfARB); case GL_FIXED: return sizeof(GLfixed); @@ -125,6 +324,7 @@ _mesa_sizeof_packed_type(GLenum type) case GL_INT: return sizeof(GLint); case GL_HALF_FLOAT_ARB: + case GL_HALF_FLOAT_OES: return sizeof(GLhalfARB); case GL_FLOAT: return sizeof(GLfloat); @@ -241,6 +441,7 @@ _mesa_bytes_per_pixel(GLenum format, GLenum type) case GL_FLOAT: return comps * sizeof(GLfloat); case GL_HALF_FLOAT_ARB: + case GL_HALF_FLOAT_OES: return comps * sizeof(GLhalfARB); case GL_UNSIGNED_BYTE_3_3_2: case GL_UNSIGNED_BYTE_2_3_3_REV: @@ -258,18 +459,29 @@ _mesa_bytes_per_pixel(GLenum format, GLenum type) return -1; /* error */ case GL_UNSIGNED_SHORT_4_4_4_4: case GL_UNSIGNED_SHORT_4_4_4_4_REV: + if (format == GL_RGBA || format == GL_BGRA || format == GL_ABGR_EXT || + format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) + return sizeof(GLushort); + else + return -1; case GL_UNSIGNED_SHORT_5_5_5_1: case GL_UNSIGNED_SHORT_1_5_5_5_REV: - if (format == GL_RGBA || format == GL_BGRA || format == GL_ABGR_EXT || + if (format == GL_RGBA || format == GL_BGRA || format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) return sizeof(GLushort); else return -1; case GL_UNSIGNED_INT_8_8_8_8: case GL_UNSIGNED_INT_8_8_8_8_REV: + if (format == GL_RGBA || format == GL_BGRA || format == GL_ABGR_EXT || + format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT || + format == GL_RGB) + return sizeof(GLuint); + else + return -1; case GL_UNSIGNED_INT_10_10_10_2: case GL_UNSIGNED_INT_2_10_10_10_REV: - if (format == GL_RGBA || format == GL_BGRA || format == GL_ABGR_EXT || + if (format == GL_RGBA || format == GL_BGRA || format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT || format == GL_RGB) return sizeof(GLuint); @@ -1403,12 +1615,8 @@ _mesa_error_check_format_and_type(const struct gl_context *ctx, case GL_UNSIGNED_SHORT_4_4_4_4: case GL_UNSIGNED_SHORT_4_4_4_4_REV: - case GL_UNSIGNED_SHORT_5_5_5_1: - case GL_UNSIGNED_SHORT_1_5_5_5_REV: case GL_UNSIGNED_INT_8_8_8_8: case GL_UNSIGNED_INT_8_8_8_8_REV: - case GL_UNSIGNED_INT_10_10_10_2: - case GL_UNSIGNED_INT_2_10_10_10_REV: if (format == GL_RGBA || format == GL_BGRA || format == GL_ABGR_EXT) { @@ -1418,6 +1626,20 @@ _mesa_error_check_format_and_type(const struct gl_context *ctx, ctx->Extensions.ARB_texture_rgb10_a2ui) { break; /* OK */ } + return GL_INVALID_OPERATION; + + case GL_UNSIGNED_SHORT_5_5_5_1: + case GL_UNSIGNED_SHORT_1_5_5_5_REV: + case GL_UNSIGNED_INT_10_10_10_2: + case GL_UNSIGNED_INT_2_10_10_10_REV: + if (format == GL_RGBA || + format == GL_BGRA) { + break; /* OK */ + } + if ((format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) && + ctx->Extensions.ARB_texture_rgb10_a2ui) { + break; /* OK */ + } if (type == GL_UNSIGNED_INT_2_10_10_10_REV && format == GL_RGB && ctx->API == API_OPENGLES2) { break; /* OK by GL_EXT_texture_type_2_10_10_10_REV */ @@ -1448,6 +1670,18 @@ _mesa_error_check_format_and_type(const struct gl_context *ctx, } return GL_NO_ERROR; + case GL_HALF_FLOAT_OES: + switch (format) { + case GL_RGBA: + case GL_RGB: + case GL_LUMINANCE_ALPHA: + case GL_LUMINANCE: + case GL_ALPHA: + return GL_NO_ERROR; + default: + return GL_INVALID_OPERATION; + } + default: ; /* fall-through */ } @@ -1561,7 +1795,6 @@ _mesa_error_check_format_and_type(const struct gl_context *ctx, case GL_RGBA: case GL_BGRA: - case GL_ABGR_EXT: switch (type) { case GL_BYTE: case GL_UNSIGNED_BYTE: @@ -1584,6 +1817,25 @@ _mesa_error_check_format_and_type(const struct gl_context *ctx, return GL_INVALID_ENUM; } + case GL_ABGR_EXT: + switch (type) { + case GL_BYTE: + case GL_UNSIGNED_BYTE: + case GL_SHORT: + case GL_UNSIGNED_SHORT: + case GL_INT: + case GL_UNSIGNED_INT: + case GL_FLOAT: + case GL_UNSIGNED_SHORT_4_4_4_4: + case GL_UNSIGNED_SHORT_4_4_4_4_REV: + case GL_UNSIGNED_INT_8_8_8_8: + case GL_UNSIGNED_INT_8_8_8_8_REV: + case GL_HALF_FLOAT: + return GL_NO_ERROR; + default: + return GL_INVALID_ENUM; + } + case GL_YCBCR_MESA: if (!ctx->Extensions.MESA_ycbcr_texture) return GL_INVALID_ENUM; @@ -1782,7 +2034,8 @@ _mesa_es_error_check_format_and_type(GLenum format, GLenum type, * \return error code, or GL_NO_ERROR. */ GLenum -_mesa_es3_error_check_format_and_type(GLenum format, GLenum type, +_mesa_es3_error_check_format_and_type(const struct gl_context *ctx, + GLenum format, GLenum type, GLenum internalFormat) { switch (format) { @@ -1847,11 +2100,17 @@ _mesa_es3_error_check_format_and_type(GLenum format, GLenum type, case GL_RGBA16F: case GL_RGBA32F: break; + case GL_RGBA: + if (ctx->Extensions.OES_texture_float && internalFormat == format) + break; default: return GL_INVALID_OPERATION; } break; + case GL_HALF_FLOAT_OES: + if (ctx->Extensions.OES_texture_half_float && internalFormat == format) + break; default: return GL_INVALID_OPERATION; } @@ -1956,11 +2215,19 @@ _mesa_es3_error_check_format_and_type(GLenum format, GLenum type, case GL_R11F_G11F_B10F: case GL_RGB9_E5: break; + case GL_RGB: + if (ctx->Extensions.OES_texture_float && internalFormat == format) + break; default: return GL_INVALID_OPERATION; } break; + case GL_HALF_FLOAT_OES: + if (!ctx->Extensions.OES_texture_half_float || internalFormat != format) + return GL_INVALID_OPERATION; + break; + case GL_UNSIGNED_INT_2_10_10_10_REV: switch (internalFormat) { case GL_RGB: /* GL_EXT_texture_type_2_10_10_10_REV */ @@ -2200,10 +2467,289 @@ _mesa_es3_error_check_format_and_type(GLenum format, GLenum type, case GL_ALPHA: case GL_LUMINANCE: case GL_LUMINANCE_ALPHA: - if (type != GL_UNSIGNED_BYTE || format != internalFormat) - return GL_INVALID_OPERATION; - break; + switch (type) { + case GL_FLOAT: + if (ctx->Extensions.OES_texture_float && internalFormat == format) + break; + case GL_HALF_FLOAT_OES: + if (ctx->Extensions.OES_texture_half_float && internalFormat == format) + break; + default: + if (type != GL_UNSIGNED_BYTE || format != internalFormat) + return GL_INVALID_OPERATION; + } } return GL_NO_ERROR; } + +static void +set_swizzle(uint8_t *swizzle, int x, int y, int z, int w) +{ + swizzle[MESA_FORMAT_SWIZZLE_X] = x; + swizzle[MESA_FORMAT_SWIZZLE_Y] = y; + swizzle[MESA_FORMAT_SWIZZLE_Z] = z; + swizzle[MESA_FORMAT_SWIZZLE_W] = w; +} + +static bool +get_swizzle_from_gl_format(GLenum format, uint8_t *swizzle) +{ + switch (format) { + case GL_RGBA: + case GL_RGBA_INTEGER_EXT: + set_swizzle(swizzle, 0, 1, 2, 3); + return true; + case GL_BGRA: + case GL_BGRA_INTEGER_EXT: + set_swizzle(swizzle, 2, 1, 0, 3); + return true; + case GL_ABGR_EXT: + set_swizzle(swizzle, 3, 2, 1, 0); + return true; + case GL_RGB: + case GL_RGB_INTEGER_EXT: + set_swizzle(swizzle, 0, 1, 2, 5); + return true; + case GL_BGR: + case GL_BGR_INTEGER_EXT: + set_swizzle(swizzle, 2, 1, 0, 5); + return true; + case GL_LUMINANCE_ALPHA: + case GL_LUMINANCE_ALPHA_INTEGER_EXT: + set_swizzle(swizzle, 0, 0, 0, 1); + return true; + case GL_RG: + case GL_RG_INTEGER: + set_swizzle(swizzle, 0, 1, 4, 5); + return true; + case GL_RED: + case GL_RED_INTEGER_EXT: + set_swizzle(swizzle, 0, 4, 4, 5); + return true; + case GL_GREEN: + case GL_GREEN_INTEGER_EXT: + set_swizzle(swizzle, 4, 0, 4, 5); + return true; + case GL_BLUE: + case GL_BLUE_INTEGER_EXT: + set_swizzle(swizzle, 4, 4, 0, 5); + return true; + case GL_ALPHA: + case GL_ALPHA_INTEGER_EXT: + set_swizzle(swizzle, 4, 4, 4, 0); + return true; + case GL_LUMINANCE: + case GL_LUMINANCE_INTEGER_EXT: + set_swizzle(swizzle, 0, 0, 0, 5); + return true; + case GL_INTENSITY: + set_swizzle(swizzle, 0, 0, 0, 0); + return true; + default: + return false; + } +} + +/** +* Take an OpenGL format (GL_RGB, GL_RGBA, etc), OpenGL data type (GL_INT, +* GL_FOAT, etc) and return a matching mesa_array_format or a mesa_format +* otherwise (for non-array formats). +* +* This function will typically be used to compute a mesa format from a GL type +* so we can then call _mesa_format_convert. This function does +* not consider byte swapping, so it returns types assuming that no byte +* swapping is involved. If byte swapping is involved then clients are supposed +* to handle that on their side before calling _mesa_format_convert. +* +* This function returns an uint32_t that can pack a mesa_format or a +* mesa_array_format. Clients must check the mesa array format bit +* (MESA_ARRAY_FORMAT_BIT) on the return value to know if the returned +* format is a mesa_array_format or a mesa_format. +*/ +uint32_t +_mesa_format_from_format_and_type(GLenum format, GLenum type) +{ + mesa_array_format array_format; + + bool is_array_format = true; + uint8_t swizzle[4]; + bool normalized = false, is_float = false, is_signed = false; + int num_channels = 0, type_size = 0; + + /* Extract array format type information from the OpenGL data type */ + switch (type) { + case GL_UNSIGNED_BYTE: + type_size = 1; + break; + case GL_BYTE: + type_size = 1; + is_signed = true; + break; + case GL_UNSIGNED_SHORT: + type_size = 2; + break; + case GL_SHORT: + type_size = 2; + is_signed = true; + break; + case GL_UNSIGNED_INT: + type_size = 4; + break; + case GL_INT: + type_size = 4; + is_signed = true; + break; + case GL_HALF_FLOAT: + case GL_HALF_FLOAT_OES: + type_size = 2; + is_signed = true; + is_float = true; + break; + case GL_FLOAT: + type_size = 4; + is_signed = true; + is_float = true; + break; + default: + is_array_format = false; + break; + } + + /* Extract array format swizzle information from the OpenGL format */ + if (is_array_format) + is_array_format = get_swizzle_from_gl_format(format, swizzle); + + /* If this is an array format type after checking data type and format, + * create the array format + */ + if (is_array_format) { + normalized = !_mesa_is_enum_format_integer(format); + num_channels = _mesa_components_in_format(format); + + array_format = + MESA_ARRAY_FORMAT(type_size, is_signed, is_float, + normalized, num_channels, + swizzle[0], swizzle[1], swizzle[2], swizzle[3]); + + if (!_mesa_little_endian()) + array_format = _mesa_array_format_flip_channels(array_format); + + return array_format; + } + + /* Otherwise this is not an array format, so return the mesa_format + * matching the OpenGL format and data type + */ + switch (type) { + case GL_UNSIGNED_SHORT_5_6_5: + if (format == GL_RGB) + return MESA_FORMAT_B5G6R5_UNORM; + else if (format == GL_BGR) + return MESA_FORMAT_R5G6B5_UNORM; + break; + case GL_UNSIGNED_SHORT_5_6_5_REV: + if (format == GL_RGB) + return MESA_FORMAT_R5G6B5_UNORM; + else if (format == GL_BGR) + return MESA_FORMAT_B5G6R5_UNORM; + break; + case GL_UNSIGNED_SHORT_4_4_4_4: + if (format == GL_RGBA) + return MESA_FORMAT_A4B4G4R4_UNORM; + else if (format == GL_BGRA) + return MESA_FORMAT_A4R4G4B4_UNORM; + else if (format == GL_ABGR_EXT) + return MESA_FORMAT_R4G4B4A4_UNORM; + break; + case GL_UNSIGNED_SHORT_4_4_4_4_REV: + if (format == GL_RGBA) + return MESA_FORMAT_R4G4B4A4_UNORM; + else if (format == GL_BGRA) + return MESA_FORMAT_B4G4R4A4_UNORM; + else if (format == GL_ABGR_EXT) + return MESA_FORMAT_A4B4G4R4_UNORM; + break; + case GL_UNSIGNED_SHORT_5_5_5_1: + if (format == GL_RGBA) + return MESA_FORMAT_A1B5G5R5_UNORM; + else if (format == GL_BGRA) + return MESA_FORMAT_A1R5G5B5_UNORM; + break; + case GL_UNSIGNED_SHORT_1_5_5_5_REV: + if (format == GL_RGBA) + return MESA_FORMAT_R5G5B5A1_UNORM; + else if (format == GL_BGRA) + return MESA_FORMAT_B5G5R5A1_UNORM; + break; + case GL_UNSIGNED_BYTE_3_3_2: + if (format == GL_RGB) + return MESA_FORMAT_B2G3R3_UNORM; + break; + case GL_UNSIGNED_BYTE_2_3_3_REV: + if (format == GL_RGB) + return MESA_FORMAT_R3G3B2_UNORM; + break; + case GL_UNSIGNED_INT_5_9_9_9_REV: + if (format == GL_RGB) + return MESA_FORMAT_R9G9B9E5_FLOAT; + break; + case GL_UNSIGNED_INT_10_10_10_2: + if (format == GL_RGBA) + return MESA_FORMAT_A2B10G10R10_UNORM; + else if (format == GL_RGBA_INTEGER) + return MESA_FORMAT_A2B10G10R10_UINT; + else if (format == GL_BGRA) + return MESA_FORMAT_A2R10G10B10_UNORM; + else if (format == GL_BGRA_INTEGER) + return MESA_FORMAT_A2R10G10B10_UINT; + break; + case GL_UNSIGNED_INT_2_10_10_10_REV: + if (format == GL_RGB) + return MESA_FORMAT_R10G10B10X2_UNORM; + if (format == GL_RGBA) + return MESA_FORMAT_R10G10B10A2_UNORM; + else if (format == GL_RGBA_INTEGER) + return MESA_FORMAT_R10G10B10A2_UINT; + else if (format == GL_BGRA) + return MESA_FORMAT_B10G10R10A2_UNORM; + else if (format == GL_BGRA_INTEGER) + return MESA_FORMAT_B10G10R10A2_UINT; + break; + case GL_UNSIGNED_INT_8_8_8_8: + if (format == GL_RGBA) + return MESA_FORMAT_A8B8G8R8_UNORM; + else if (format == GL_BGRA) + return MESA_FORMAT_A8R8G8B8_UNORM; + else if (format == GL_ABGR_EXT) + return MESA_FORMAT_R8G8B8A8_UNORM; + break; + case GL_UNSIGNED_INT_8_8_8_8_REV: + if (format == GL_RGBA) + return MESA_FORMAT_R8G8B8A8_UNORM; + else if (format == GL_BGRA) + return MESA_FORMAT_B8G8R8A8_UNORM; + else if (format == GL_ABGR_EXT) + return MESA_FORMAT_A8B8G8R8_UNORM; + break; + case GL_UNSIGNED_SHORT_8_8_MESA: + if (format == GL_YCBCR_MESA) + return MESA_FORMAT_YCBCR; + break; + case GL_UNSIGNED_SHORT_8_8_REV_MESA: + if (format == GL_YCBCR_MESA) + return MESA_FORMAT_YCBCR_REV; + break; + case GL_UNSIGNED_INT_10F_11F_11F_REV: + if (format == GL_RGB) + return MESA_FORMAT_R11G11B10_FLOAT; + default: + break; + } + + /* If we got here it means that we could not find a Mesa format that + * matches the GL format/type provided. We may need to add a new Mesa + * format in that case. + */ + unreachable("Unsupported format"); +} diff --git a/mesalib/src/mesa/main/glformats.h b/mesalib/src/mesa/main/glformats.h index 7b0321570..e1ecd64d5 100644 --- a/mesalib/src/mesa/main/glformats.h +++ b/mesalib/src/mesa/main/glformats.h @@ -35,6 +35,9 @@ extern "C" { #endif +extern void +_mesa_compute_component_mapping(GLenum inFormat, GLenum outFormat, GLubyte *map); + extern GLboolean _mesa_type_is_packed(GLenum type); @@ -122,9 +125,12 @@ _mesa_es_error_check_format_and_type(GLenum format, GLenum type, unsigned dimensions); extern GLenum -_mesa_es3_error_check_format_and_type(GLenum format, GLenum type, +_mesa_es3_error_check_format_and_type(const struct gl_context *ctx, + GLenum format, GLenum type, GLenum internalFormat); +extern uint32_t +_mesa_format_from_format_and_type(GLenum format, GLenum type); #ifdef __cplusplus } diff --git a/mesalib/src/mesa/main/hash.c b/mesalib/src/mesa/main/hash.c index a8c796b9a..1a152ec34 100644 --- a/mesalib/src/mesa/main/hash.c +++ b/mesalib/src/mesa/main/hash.c @@ -277,7 +277,7 @@ _mesa_HashInsert_unlocked(struct _mesa_HashTable *table, GLuint key, void *data) if (entry) { entry->data = data; } else { - _mesa_hash_table_insert_with_hash(table->ht, hash, uint_key(key), data); + _mesa_hash_table_insert_pre_hashed(table->ht, hash, uint_key(key), data); } } } diff --git a/mesalib/src/mesa/main/image.c b/mesalib/src/mesa/main/image.c index 4ea5f04c9..e97b006e0 100644 --- a/mesalib/src/mesa/main/image.c +++ b/mesalib/src/mesa/main/image.c @@ -41,36 +41,45 @@ /** - * Flip the order of the 2 bytes in each word in the given array. + * Flip the order of the 2 bytes in each word in the given array (src) and + * store the result in another array (dst). For in-place byte-swapping this + * function can be called with the same array for src and dst. * - * \param p array. + * \param dst the array where byte-swapped data will be stored. + * \param src the array with the source data we want to byte-swap. * \param n number of words. */ void -_mesa_swap2( GLushort *p, GLuint n ) +_mesa_swap2_copy( GLushort *dst, GLushort *src, GLuint n ) { GLuint i; for (i = 0; i < n; i++) { - p[i] = (p[i] >> 8) | ((p[i] << 8) & 0xff00); + dst[i] = (src[i] >> 8) | ((src[i] << 8) & 0xff00); } } /* - * Flip the order of the 4 bytes in each word in the given array. + * Flip the order of the 4 bytes in each word in the given array (src) and + * store the result in another array (dst). For in-place byte-swapping this + * function can be called with the same array for src and dst. + * + * \param dst the array where byte-swapped data will be stored. + * \param src the array with the source data we want to byte-swap. + * \param n number of words. */ void -_mesa_swap4( GLuint *p, GLuint n ) +_mesa_swap4_copy( GLuint *dst, GLuint *src, GLuint n ) { GLuint i, a, b; for (i = 0; i < n; i++) { - b = p[i]; + b = src[i]; a = (b >> 24) | ((b >> 8) & 0xff00) | ((b << 8) & 0xff0000) | ((b << 24) & 0xff000000); - p[i] = a; + dst[i] = a; } } @@ -142,7 +151,7 @@ _mesa_image_offset( GLuint dimensions, assert(format == GL_COLOR_INDEX || format == GL_STENCIL_INDEX); bytes_per_row = alignment - * CEILING( comp_per_pixel*pixels_per_row, 8*alignment ); + * DIV_ROUND_UP( comp_per_pixel*pixels_per_row, 8*alignment ); bytes_per_image = bytes_per_row * rows_per_image; @@ -852,19 +861,21 @@ clip_left_or_bottom(GLint *srcX0, GLint *srcX1, */ GLboolean _mesa_clip_blit(struct gl_context *ctx, + const struct gl_framebuffer *readFb, + const struct gl_framebuffer *drawFb, GLint *srcX0, GLint *srcY0, GLint *srcX1, GLint *srcY1, GLint *dstX0, GLint *dstY0, GLint *dstX1, GLint *dstY1) { const GLint srcXmin = 0; - const GLint srcXmax = ctx->ReadBuffer->Width; + const GLint srcXmax = readFb->Width; const GLint srcYmin = 0; - const GLint srcYmax = ctx->ReadBuffer->Height; + const GLint srcYmax = readFb->Height; /* these include scissor bounds */ - const GLint dstXmin = ctx->DrawBuffer->_Xmin; - const GLint dstXmax = ctx->DrawBuffer->_Xmax; - const GLint dstYmin = ctx->DrawBuffer->_Ymin; - const GLint dstYmax = ctx->DrawBuffer->_Ymax; + const GLint dstXmin = drawFb->_Xmin; + const GLint dstXmax = drawFb->_Xmax; + const GLint dstYmin = drawFb->_Ymin; + const GLint dstYmax = drawFb->_Ymax; /* printf("PreClipX: src: %d .. %d dst: %d .. %d\n", diff --git a/mesalib/src/mesa/main/image.h b/mesalib/src/mesa/main/image.h index abd84bf2f..501586bfb 100644 --- a/mesalib/src/mesa/main/image.h +++ b/mesalib/src/mesa/main/image.h @@ -28,15 +28,29 @@ #include "glheader.h" +#include "compiler.h" struct gl_context; struct gl_pixelstore_attrib; +struct gl_framebuffer; extern void -_mesa_swap2( GLushort *p, GLuint n ); +_mesa_swap2_copy(GLushort *dst, GLushort *src, GLuint n); extern void -_mesa_swap4( GLuint *p, GLuint n ); +_mesa_swap4_copy(GLuint *dst, GLuint *src, GLuint n); + +static inline void +_mesa_swap2(GLushort *p, GLuint n) +{ + _mesa_swap2_copy(p, p, n); +} + +static inline void +_mesa_swap4(GLuint *p, GLuint n) +{ + _mesa_swap4_copy(p, p, n); +} extern GLintptr _mesa_image_offset( GLuint dimensions, @@ -127,6 +141,8 @@ _mesa_clip_to_region(GLint xmin, GLint ymin, extern GLboolean _mesa_clip_blit(struct gl_context *ctx, + const struct gl_framebuffer *readFb, + const struct gl_framebuffer *drawFb, GLint *srcX0, GLint *srcY0, GLint *srcX1, GLint *srcY1, GLint *dstX0, GLint *dstY0, GLint *dstX1, GLint *dstY1); diff --git a/mesalib/src/mesa/main/imports.c b/mesalib/src/mesa/main/imports.c index 6945c2f62..4f5a2d11f 100644 --- a/mesalib/src/mesa/main/imports.c +++ b/mesalib/src/mesa/main/imports.c @@ -94,7 +94,7 @@ _mesa_align_malloc(size_t bytes, unsigned long alignment) ASSERT( alignment > 0 ); - ptr = malloc(bytes + alignment + sizeof(void *)); + ptr = (uintptr_t)malloc(bytes + alignment + sizeof(void *)); if (!ptr) return NULL; @@ -143,7 +143,7 @@ _mesa_align_calloc(size_t bytes, unsigned long alignment) ASSERT( alignment > 0 ); - ptr = calloc(1, bytes + alignment + sizeof(void *)); + ptr = (uintptr_t)calloc(1, bytes + alignment + sizeof(void *)); if (!ptr) return NULL; diff --git a/mesalib/src/mesa/main/light.c b/mesalib/src/mesa/main/light.c index d8ef8f258..e483b826e 100644 --- a/mesalib/src/mesa/main/light.c +++ b/mesalib/src/mesa/main/light.c @@ -30,7 +30,7 @@ #include "enums.h" #include "light.h" #include "macros.h" -#include "simple_list.h" +#include "util/simple_list.h" #include "mtypes.h" #include "math/m_matrix.h" @@ -1207,12 +1207,3 @@ _mesa_init_lighting( struct gl_context *ctx ) ctx->_ForceEyeCoords = GL_FALSE; ctx->_ModelViewInvScale = 1.0; } - - -/** - * Deallocate malloc'd lighting state attached to given context. - */ -void -_mesa_free_lighting_data( struct gl_context *ctx ) -{ -} diff --git a/mesalib/src/mesa/main/light.h b/mesalib/src/mesa/main/light.h index c6fba2ea3..d009aa175 100644 --- a/mesalib/src/mesa/main/light.h +++ b/mesalib/src/mesa/main/light.h @@ -102,8 +102,6 @@ extern void _mesa_update_color_material( struct gl_context *ctx, extern void _mesa_init_lighting( struct gl_context *ctx ); -extern void _mesa_free_lighting_data( struct gl_context *ctx ); - extern void _mesa_allow_light_in_model( struct gl_context *ctx, GLboolean flag ); #endif diff --git a/mesalib/src/mesa/main/macros.h b/mesalib/src/mesa/main/macros.h index cd5f2d6f2..cf1f0e9c9 100644 --- a/mesalib/src/mesa/main/macros.h +++ b/mesalib/src/mesa/main/macros.h @@ -31,6 +31,7 @@ #ifndef MACROS_H #define MACROS_H +#include "util/u_math.h" #include "imports.h" @@ -274,14 +275,6 @@ COPY_4UBV(GLubyte dst[4], const GLubyte src[4]) #endif } -/** Copy a 4-element float vector */ -static inline void -COPY_4FV(GLfloat dst[4], const GLfloat src[4]) -{ - /* memcpy seems to be most efficient */ - memcpy(dst, src, sizeof(GLfloat) * 4); -} - /** Copy \p SZ elements into a 4-element vector */ #define COPY_SZ_4V(DST, SZ, SRC) \ do { \ @@ -373,15 +366,6 @@ do { \ (DST)[3] *= S; \ } while (0) -/** Assignment */ -#define ASSIGN_4V( V, V0, V1, V2, V3 ) \ -do { \ - V[0] = V0; \ - V[1] = V1; \ - V[2] = V2; \ - V[3] = V3; \ -} while(0) - /*@}*/ @@ -808,7 +792,7 @@ DIFFERENT_SIGNS(GLfloat x, GLfloat y) /** Compute ceiling of integer quotient of A divided by B. */ -#define CEILING( A, B ) ( (A) % (B) == 0 ? (A)/(B) : (A)/(B)+1 ) +#define DIV_ROUND_UP( A, B ) ( (A) % (B) == 0 ? (A)/(B) : (A)/(B)+1 ) /** casts to silence warnings with some compilers */ diff --git a/mesalib/src/mesa/main/matrix.c b/mesalib/src/mesa/main/matrix.c index 99a501321..0539caa47 100644 --- a/mesalib/src/mesa/main/matrix.c +++ b/mesalib/src/mesa/main/matrix.c @@ -690,7 +690,7 @@ free_matrix_stack( struct gl_matrix_stack *stack ) */ void _mesa_init_matrix( struct gl_context * ctx ) { - GLint i; + GLuint i; /* Initialize matrix stacks */ init_matrix_stack(&ctx->ModelviewMatrixStack, MAX_MODELVIEW_STACK_DEPTH, @@ -701,7 +701,7 @@ void _mesa_init_matrix( struct gl_context * ctx ) init_matrix_stack(&ctx->TextureMatrixStack[i], MAX_TEXTURE_STACK_DEPTH, _NEW_TEXTURE_MATRIX); for (i = 0; i < Elements(ctx->ProgramMatrixStack); i++) - init_matrix_stack(&ctx->ProgramMatrixStack[i], + init_matrix_stack(&ctx->ProgramMatrixStack[i], MAX_PROGRAM_MATRIX_STACK_DEPTH, _NEW_TRACK_MATRIX); ctx->CurrentStack = &ctx->ModelviewMatrixStack; @@ -720,7 +720,7 @@ void _mesa_init_matrix( struct gl_context * ctx ) */ void _mesa_free_matrix_data( struct gl_context *ctx ) { - GLint i; + GLuint i; free_matrix_stack(&ctx->ModelviewMatrixStack); free_matrix_stack(&ctx->ProjectionMatrixStack); diff --git a/mesalib/src/mesa/main/mipmap.c b/mesalib/src/mesa/main/mipmap.c index fdaa68282..75a12cd16 100644 --- a/mesalib/src/mesa/main/mipmap.c +++ b/mesalib/src/mesa/main/mipmap.c @@ -1901,7 +1901,7 @@ generate_mipmap_uncompressed(struct gl_context *ctx, GLenum target, GLboolean success = GL_TRUE; /* get src image parameters */ - srcImage = _mesa_select_tex_image(ctx, texObj, target, level); + srcImage = _mesa_select_tex_image(texObj, target, level); ASSERT(srcImage); srcWidth = srcImage->Width; srcHeight = srcImage->Height; @@ -2093,10 +2093,10 @@ generate_mipmap_compressed(struct gl_context *ctx, GLenum target, GLint border; GLboolean nextLevel; GLuint temp_dst_row_stride, temp_dst_img_stride; /* in bytes */ - GLuint i; + GLint i; /* get src image parameters */ - srcImage = _mesa_select_tex_image(ctx, texObj, target, level); + srcImage = _mesa_select_tex_image(texObj, target, level); ASSERT(srcImage); srcWidth = srcImage->Width; srcHeight = srcImage->Height; @@ -2193,7 +2193,7 @@ _mesa_generate_mipmap(struct gl_context *ctx, GLenum target, GLint maxLevel; ASSERT(texObj); - srcImage = _mesa_select_tex_image(ctx, texObj, target, texObj->BaseLevel); + srcImage = _mesa_select_tex_image(texObj, target, texObj->BaseLevel); ASSERT(srcImage); maxLevel = _mesa_max_texture_levels(ctx, texObj->Target) - 1; diff --git a/mesalib/src/mesa/main/mtypes.h b/mesalib/src/mesa/main/mtypes.h index b95dfb9f7..6e9977309 100644 --- a/mesalib/src/mesa/main/mtypes.h +++ b/mesalib/src/mesa/main/mtypes.h @@ -41,7 +41,7 @@ #include "main/config.h" #include "glapi/glapi.h" #include "math/m_matrix.h" /* GLmatrix */ -#include "main/simple_list.h" /* struct simple_node */ +#include "util/simple_list.h" /* struct simple_node */ #include "main/formats.h" /* MESA_FORMAT_COUNT */ @@ -1004,6 +1004,7 @@ struct gl_polygon_attrib GLenum CullFaceMode; /**< Culling mode GL_FRONT or GL_BACK */ GLfloat OffsetFactor; /**< Polygon offset factor, from user */ GLfloat OffsetUnits; /**< Polygon offset units, from user */ + GLfloat OffsetClamp; /**< Polygon offset clamp, from user */ GLboolean OffsetPoint; /**< Offset in GL_POINT mode */ GLboolean OffsetLine; /**< Offset in GL_LINE mode */ GLboolean OffsetFill; /**< Offset in GL_FILL mode */ @@ -1220,6 +1221,8 @@ struct gl_texture_object GLboolean Purgeable; /**< Is the buffer purgeable under memory pressure? */ GLboolean Immutable; /**< GL_ARB_texture_storage */ + GLboolean _IsFloat; /**< GL_OES_float_texture */ + GLboolean _IsHalfFloat; /**< GL_OES_half_float_texture */ GLuint MinLevel; /**< GL_ARB_texture_view */ GLuint MinLayer; /**< GL_ARB_texture_view */ @@ -3031,6 +3034,8 @@ struct gl_shader_compiler_options GLboolean OptimizeForAOS; struct gl_sl_pragmas DefaultPragmas; /**< Default #pragma settings */ + + struct nir_shader_compiler_options *NirOptions; }; @@ -3069,6 +3074,9 @@ struct gl_query_state /** GL_ARB_timer_query */ struct gl_query_object *TimeElapsed; + /** GL_ARB_pipeline_statistics_query */ + struct gl_query_object *pipeline_stats[MAX_PIPELINE_STATISTICS]; + GLenum CondRenderMode; }; @@ -3455,6 +3463,17 @@ struct gl_constants GLuint Timestamp; GLuint PrimitivesGenerated; GLuint PrimitivesWritten; + GLuint VerticesSubmitted; + GLuint PrimitivesSubmitted; + GLuint VsInvocations; + GLuint TessPatches; + GLuint TessInvocations; + GLuint GsInvocations; + GLuint GsPrimitives; + GLuint FsInvocations; + GLuint ComputeInvocations; + GLuint ClInPrimitives; + GLuint ClOutPrimitives; } QueryCounterBits; GLuint MaxDrawBuffers; /**< GL_ARB_draw_buffers */ @@ -3745,18 +3764,21 @@ struct gl_extensions GLboolean ARB_explicit_uniform_location; GLboolean ARB_geometry_shader4; GLboolean ARB_gpu_shader5; + GLboolean ARB_gpu_shader_fp64; GLboolean ARB_half_float_vertex; GLboolean ARB_instanced_arrays; GLboolean ARB_internalformat_query; GLboolean ARB_map_buffer_range; GLboolean ARB_occlusion_query; GLboolean ARB_occlusion_query2; + GLboolean ARB_pipeline_statistics_query; GLboolean ARB_point_sprite; GLboolean ARB_sample_shading; GLboolean ARB_seamless_cube_map; GLboolean ARB_shader_atomic_counters; GLboolean ARB_shader_bit_encoding; GLboolean ARB_shader_image_load_store; + GLboolean ARB_shader_precision; GLboolean ARB_shader_stencil_export; GLboolean ARB_shader_texture_lod; GLboolean ARB_shading_language_packing; @@ -3764,6 +3786,7 @@ struct gl_extensions GLboolean ARB_shadow; GLboolean ARB_stencil_texturing; GLboolean ARB_sync; + GLboolean ARB_tessellation_shader; GLboolean ARB_texture_border_clamp; GLboolean ARB_texture_buffer_object; GLboolean ARB_texture_buffer_object_rgb32; @@ -3810,6 +3833,7 @@ struct gl_extensions GLboolean EXT_packed_float; GLboolean EXT_pixel_buffer_object; GLboolean EXT_point_parameters; + GLboolean EXT_polygon_offset_clamp; GLboolean EXT_provoking_vertex; GLboolean EXT_shader_integer_mix; GLboolean EXT_stencil_two_side; @@ -3832,6 +3856,7 @@ struct gl_extensions GLboolean OES_standard_derivatives; /* vendor extensions */ GLboolean AMD_performance_monitor; + GLboolean AMD_pinned_memory; GLboolean AMD_seamless_cubemap_per_texture; GLboolean AMD_vertex_shader_layer; GLboolean AMD_vertex_shader_viewport_index; @@ -3858,6 +3883,10 @@ struct gl_extensions GLboolean OES_draw_texture; GLboolean OES_depth_texture_cube_map; GLboolean OES_EGL_image_external; + GLboolean OES_texture_float; + GLboolean OES_texture_float_linear; + GLboolean OES_texture_half_float; + GLboolean OES_texture_half_float_linear; GLboolean OES_compressed_ETC1_RGB8_texture; GLboolean extension_sentinel; /** The extension string */ @@ -4368,6 +4397,12 @@ struct gl_context */ struct gl_buffer_object *AtomicBuffer; + /** + * Object currently associated w/ the GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD + * target. + */ + struct gl_buffer_object *ExternalVirtualMemoryBuffer; + /** * Array of atomic counter buffer binding points. */ @@ -4477,9 +4512,6 @@ extern int MESA_DEBUG_FLAGS; # define MESA_VERBOSE 0 # define MESA_DEBUG_FLAGS 0 # define MESA_FUNCTION "a function" -# ifndef NDEBUG -# define NDEBUG -# endif #endif diff --git a/mesalib/src/mesa/main/multisample.c b/mesalib/src/mesa/main/multisample.c index 1f3fa0c15..b696de9f2 100644 --- a/mesalib/src/mesa/main/multisample.c +++ b/mesalib/src/mesa/main/multisample.c @@ -150,6 +150,16 @@ GLenum _mesa_check_sample_count(struct gl_context *ctx, GLenum target, GLenum internalFormat, GLsizei samples) { + /* Section 4.4 (Framebuffer objects) of the OpenGL 3.0 specification says: + * + * "If internalformat is a signed or unsigned integer format and samples + * is greater than zero, then the error INVALID_OPERATION is generated." + */ + if (_mesa_is_gles3(ctx) && _mesa_is_enum_format_integer(internalFormat)) { + return GL_INVALID_OPERATION; + } + + /* If ARB_internalformat_query is supported, then treat its highest * returned sample count as the absolute maximum for this format; it is * allowed to exceed MAX_SAMPLES. diff --git a/mesalib/src/mesa/main/pack.c b/mesalib/src/mesa/main/pack.c index 649a74cce..2111a7604 100644 --- a/mesalib/src/mesa/main/pack.c +++ b/mesalib/src/mesa/main/pack.c @@ -53,8 +53,8 @@ #include "pixeltransfer.h" #include "imports.h" #include "glformats.h" -#include "../../gallium/auxiliary/util/u_format_rgb9e5.h" -#include "../../gallium/auxiliary/util/u_format_r11g11b10f.h" +#include "format_utils.h" +#include "format_pack.h" /** @@ -98,7 +98,8 @@ void _mesa_unpack_polygon_stipple( const GLubyte *pattern, GLuint dest[32], const struct gl_pixelstore_attrib *unpacking ) { - GLubyte *ptrn = (GLubyte *) _mesa_unpack_bitmap(32, 32, pattern, unpacking); + GLubyte *ptrn = (GLubyte *) _mesa_unpack_image(2, 32, 32, 1, GL_COLOR_INDEX, + GL_BITMAP, pattern, unpacking); if (ptrn) { /* Convert pattern from GLubytes to GLuints and handle big/little * endian differences @@ -141,108 +142,6 @@ _mesa_pack_polygon_stipple( const GLuint pattern[32], GLubyte *dest, } -/* - * Unpack bitmap data. Resulting data will be in most-significant-bit-first - * order with row alignment = 1 byte. - */ -GLvoid * -_mesa_unpack_bitmap( GLint width, GLint height, const GLubyte *pixels, - const struct gl_pixelstore_attrib *packing ) -{ - GLint bytes, row, width_in_bytes; - GLubyte *buffer, *dst; - - if (!pixels) - return NULL; - - /* Alloc dest storage */ - bytes = ((width + 7) / 8 * height); - buffer = malloc( bytes ); - if (!buffer) - return NULL; - - width_in_bytes = CEILING( width, 8 ); - dst = buffer; - for (row = 0; row < height; row++) { - const GLubyte *src = (const GLubyte *) - _mesa_image_address2d(packing, pixels, width, height, - GL_COLOR_INDEX, GL_BITMAP, row, 0); - if (!src) { - free(buffer); - return NULL; - } - - if ((packing->SkipPixels & 7) == 0) { - memcpy( dst, src, width_in_bytes ); - if (packing->LsbFirst) { - flip_bytes( dst, width_in_bytes ); - } - } - else { - /* handling SkipPixels is a bit tricky (no pun intended!) */ - GLint i; - if (packing->LsbFirst) { - GLubyte srcMask = 1 << (packing->SkipPixels & 0x7); - GLubyte dstMask = 128; - const GLubyte *s = src; - GLubyte *d = dst; - *d = 0; - for (i = 0; i < width; i++) { - if (*s & srcMask) { - *d |= dstMask; - } - if (srcMask == 128) { - srcMask = 1; - s++; - } - else { - srcMask = srcMask << 1; - } - if (dstMask == 1) { - dstMask = 128; - d++; - *d = 0; - } - else { - dstMask = dstMask >> 1; - } - } - } - else { - GLubyte srcMask = 128 >> (packing->SkipPixels & 0x7); - GLubyte dstMask = 128; - const GLubyte *s = src; - GLubyte *d = dst; - *d = 0; - for (i = 0; i < width; i++) { - if (*s & srcMask) { - *d |= dstMask; - } - if (srcMask == 1) { - srcMask = 128; - s++; - } - else { - srcMask = srcMask >> 1; - } - if (dstMask == 1) { - dstMask = 128; - d++; - *d = 0; - } - else { - dstMask = dstMask >> 1; - } - } - } - } - dst += width_in_bytes; - } - - return buffer; -} - - /* * Pack bitmap data. */ @@ -256,7 +155,7 @@ _mesa_pack_bitmap( GLint width, GLint height, const GLubyte *source, if (!source) return; - width_in_bytes = CEILING( width, 8 ); + width_in_bytes = DIV_ROUND_UP( width, 8 ); src = source; for (row = 0; row < height; row++) { GLubyte *dst = (GLubyte *) _mesa_image_address2d(packing, dest, @@ -333,4663 +232,253 @@ _mesa_pack_bitmap( GLint width, GLint height, const GLubyte *source, } -/** - * Get indexes of color components for a basic color format, such as - * GL_RGBA, GL_RED, GL_LUMINANCE_ALPHA, etc. Return -1 for indexes - * that do not apply. - */ -static void -get_component_indexes(GLenum format, - GLint *redIndex, - GLint *greenIndex, - GLint *blueIndex, - GLint *alphaIndex, - GLint *luminanceIndex, - GLint *intensityIndex) -{ - *redIndex = -1; - *greenIndex = -1; - *blueIndex = -1; - *alphaIndex = -1; - *luminanceIndex = -1; - *intensityIndex = -1; - - switch (format) { - case GL_LUMINANCE: - case GL_LUMINANCE_INTEGER_EXT: - *luminanceIndex = 0; - break; - case GL_LUMINANCE_ALPHA: - case GL_LUMINANCE_ALPHA_INTEGER_EXT: - *luminanceIndex = 0; - *alphaIndex = 1; - break; - case GL_INTENSITY: - *intensityIndex = 0; - break; - case GL_RED: - case GL_RED_INTEGER_EXT: - *redIndex = 0; - break; - case GL_GREEN: - case GL_GREEN_INTEGER_EXT: - *greenIndex = 0; - break; - case GL_BLUE: - case GL_BLUE_INTEGER_EXT: - *blueIndex = 0; - break; - case GL_ALPHA: - case GL_ALPHA_INTEGER_EXT: - *alphaIndex = 0; - break; - case GL_RG: - case GL_RG_INTEGER: - *redIndex = 0; - *greenIndex = 1; - break; - case GL_RGB: - case GL_RGB_INTEGER_EXT: - *redIndex = 0; - *greenIndex = 1; - *blueIndex = 2; - break; - case GL_BGR: - case GL_BGR_INTEGER_EXT: - *blueIndex = 0; - *greenIndex = 1; - *redIndex = 2; - break; - case GL_RGBA: - case GL_RGBA_INTEGER_EXT: - *redIndex = 0; - *greenIndex = 1; - *blueIndex = 2; - *alphaIndex = 3; - break; - case GL_BGRA: - case GL_BGRA_INTEGER: - *redIndex = 2; - *greenIndex = 1; - *blueIndex = 0; - *alphaIndex = 3; - break; - case GL_ABGR_EXT: - *redIndex = 3; - *greenIndex = 2; - *blueIndex = 1; - *alphaIndex = 0; - break; - default: - assert(0 && "bad format in get_component_indexes()"); +#define SWAP2BYTE(VALUE) \ + { \ + GLubyte *bytes = (GLubyte *) &(VALUE); \ + GLubyte tmp = bytes[0]; \ + bytes[0] = bytes[1]; \ + bytes[1] = tmp; \ } -} - - -/** - * For small integer types, return the min and max possible values. - * Used for clamping floats to unscaled integer types. - * \return GL_TRUE if type is handled, GL_FALSE otherwise. - */ -static GLboolean -get_type_min_max(GLenum type, GLfloat *min, GLfloat *max) -{ - switch (type) { - case GL_BYTE: - *min = -128.0; - *max = 127.0; - return GL_TRUE; - case GL_UNSIGNED_BYTE: - *min = 0.0; - *max = 255.0; - return GL_TRUE; - case GL_SHORT: - *min = -32768.0; - *max = 32767.0; - return GL_TRUE; - case GL_UNSIGNED_SHORT: - *min = 0.0; - *max = 65535.0; - return GL_TRUE; - default: - return GL_FALSE; +#define SWAP4BYTE(VALUE) \ + { \ + GLubyte *bytes = (GLubyte *) &(VALUE); \ + GLubyte tmp = bytes[0]; \ + bytes[0] = bytes[3]; \ + bytes[3] = tmp; \ + tmp = bytes[1]; \ + bytes[1] = bytes[2]; \ + bytes[2] = tmp; \ } -} - -/* Customization of unsigned integer packing. - */ -#define SRC_TYPE GLuint - -#define DST_TYPE GLuint -#define SRC_CONVERT(x) (x) -#define FN_NAME pack_uint_from_uint_rgba -#include "pack_tmp.h" -#undef DST_TYPE -#undef SRC_CONVERT -#undef FN_NAME - -#define DST_TYPE GLint -#define SRC_CONVERT(x) MIN2(x, 0x7fffffff) -#define FN_NAME pack_int_from_uint_rgba -#include "pack_tmp.h" -#undef DST_TYPE -#undef SRC_CONVERT -#undef FN_NAME -#define DST_TYPE GLushort -#define SRC_CONVERT(x) MIN2(x, 0xffff) -#define FN_NAME pack_ushort_from_uint_rgba -#include "pack_tmp.h" -#undef DST_TYPE -#undef SRC_CONVERT -#undef FN_NAME - -#define DST_TYPE GLshort -#define SRC_CONVERT(x) CLAMP((int)x, -32768, 32767) -#define FN_NAME pack_short_from_uint_rgba -#include "pack_tmp.h" -#undef DST_TYPE -#undef SRC_CONVERT -#undef FN_NAME - -#define DST_TYPE GLubyte -#define SRC_CONVERT(x) MIN2(x, 0xff) -#define FN_NAME pack_ubyte_from_uint_rgba -#include "pack_tmp.h" -#undef DST_TYPE -#undef SRC_CONVERT -#undef FN_NAME - -#define DST_TYPE GLbyte -#define SRC_CONVERT(x) CLAMP((int)x, -128, 127) -#define FN_NAME pack_byte_from_uint_rgba -#include "pack_tmp.h" -#undef DST_TYPE -#undef SRC_CONVERT -#undef FN_NAME - -#undef SRC_TYPE static void -_pack_rgba_span_from_uints_problem(struct gl_context *ctx, - GLenum dstFormat, GLenum dstType) +extract_uint_indexes(GLuint n, GLuint indexes[], + GLenum srcFormat, GLenum srcType, const GLvoid *src, + const struct gl_pixelstore_attrib *unpack ) { - _mesa_problem(ctx, - "Unsupported type (%s) / format (%s) " - "in _mesa_pack_rgba_span_from_uints", - _mesa_lookup_enum_by_nr(dstType), - _mesa_lookup_enum_by_nr(dstFormat)); -} + ASSERT(srcFormat == GL_COLOR_INDEX || srcFormat == GL_STENCIL_INDEX); -void -_mesa_pack_rgba_span_from_uints(struct gl_context *ctx, GLuint n, GLuint rgba[][4], - GLenum dstFormat, GLenum dstType, - GLvoid *dstAddr) -{ - GLuint i; + ASSERT(srcType == GL_BITMAP || + srcType == GL_UNSIGNED_BYTE || + srcType == GL_BYTE || + srcType == GL_UNSIGNED_SHORT || + srcType == GL_SHORT || + srcType == GL_UNSIGNED_INT || + srcType == GL_INT || + srcType == GL_UNSIGNED_INT_24_8_EXT || + srcType == GL_HALF_FLOAT_ARB || + srcType == GL_HALF_FLOAT_OES || + srcType == GL_FLOAT || + srcType == GL_FLOAT_32_UNSIGNED_INT_24_8_REV); - switch(dstType) { - case GL_UNSIGNED_INT: - pack_uint_from_uint_rgba(ctx, dstAddr, dstFormat, rgba, n); - break; - case GL_INT: - pack_int_from_uint_rgba(ctx, dstAddr, dstFormat, rgba, n); - break; - case GL_UNSIGNED_SHORT: - pack_ushort_from_uint_rgba(ctx, dstAddr, dstFormat, rgba, n); - break; - case GL_SHORT: - pack_short_from_uint_rgba(ctx, dstAddr, dstFormat, rgba, n); - break; - case GL_UNSIGNED_BYTE: - pack_ubyte_from_uint_rgba(ctx, dstAddr, dstFormat, rgba, n); - break; - case GL_BYTE: - pack_byte_from_uint_rgba(ctx, dstAddr, dstFormat, rgba, n); - break; - case GL_UNSIGNED_BYTE_3_3_2: - if ((dstFormat == GL_RGB) || (dstFormat == GL_RGB_INTEGER)) { - GLubyte *dst = (GLubyte *) dstAddr; - for (i=0;iLsbFirst) { + GLubyte mask = 1 << (unpack->SkipPixels & 0x7); + GLuint i; + for (i = 0; i < n; i++) { + indexes[i] = (*ubsrc & mask) ? 1 : 0; + if (mask == 128) { + mask = 1; + ubsrc++; + } + else { + mask = mask << 1; + } + } + } + else { + GLubyte mask = 128 >> (unpack->SkipPixels & 0x7); + GLuint i; + for (i = 0; i < n; i++) { + indexes[i] = (*ubsrc & mask) ? 1 : 0; + if (mask == 1) { + mask = 128; + ubsrc++; + } + else { + mask = mask >> 1; + } + } + } } - } - else if ((dstFormat == GL_BGRA) || (dstFormat == GL_BGRA_INTEGER)) { - GLushort *dst = (GLushort *) dstAddr; - for (i=0;iSwapBytes) { + for (i = 0; i < n; i++) { + GLushort value = s[i]; + SWAP2BYTE(value); + indexes[i] = value; + } + } + else { + for (i = 0; i < n; i++) + indexes[i] = s[i]; + } } - } - else if ((dstFormat == GL_BGRA) || (dstFormat == GL_BGRA_INTEGER)) { - GLushort *dst = (GLushort *) dstAddr; - for (i=0;iSwapBytes) { - GLint swapSize = _mesa_sizeof_packed_type(dstType); - if (swapSize == 2) { - _mesa_swap2((GLushort *) dstAddr, n * comps); - } - else if (swapSize == 4) { - _mesa_swap4((GLuint *) dstAddr, n * comps); - } - } - - free(luminance); -} - - - -#define SWAP2BYTE(VALUE) \ - { \ - GLubyte *bytes = (GLubyte *) &(VALUE); \ - GLubyte tmp = bytes[0]; \ - bytes[0] = bytes[1]; \ - bytes[1] = tmp; \ - } - -#define SWAP4BYTE(VALUE) \ - { \ - GLubyte *bytes = (GLubyte *) &(VALUE); \ - GLubyte tmp = bytes[0]; \ - bytes[0] = bytes[3]; \ - bytes[3] = tmp; \ - tmp = bytes[1]; \ - bytes[1] = bytes[2]; \ - bytes[2] = tmp; \ - } - - -static void -extract_uint_indexes(GLuint n, GLuint indexes[], - GLenum srcFormat, GLenum srcType, const GLvoid *src, - const struct gl_pixelstore_attrib *unpack ) -{ - ASSERT(srcFormat == GL_COLOR_INDEX || srcFormat == GL_STENCIL_INDEX); - - ASSERT(srcType == GL_BITMAP || - srcType == GL_UNSIGNED_BYTE || - srcType == GL_BYTE || - srcType == GL_UNSIGNED_SHORT || - srcType == GL_SHORT || - srcType == GL_UNSIGNED_INT || - srcType == GL_INT || - srcType == GL_UNSIGNED_INT_24_8_EXT || - srcType == GL_HALF_FLOAT_ARB || - srcType == GL_FLOAT || - srcType == GL_FLOAT_32_UNSIGNED_INT_24_8_REV); - - switch (srcType) { - case GL_BITMAP: - { - GLubyte *ubsrc = (GLubyte *) src; - if (unpack->LsbFirst) { - GLubyte mask = 1 << (unpack->SkipPixels & 0x7); - GLuint i; - for (i = 0; i < n; i++) { - indexes[i] = (*ubsrc & mask) ? 1 : 0; - if (mask == 128) { - mask = 1; - ubsrc++; - } - else { - mask = mask << 1; - } - } - } - else { - GLubyte mask = 128 >> (unpack->SkipPixels & 0x7); - GLuint i; - for (i = 0; i < n; i++) { - indexes[i] = (*ubsrc & mask) ? 1 : 0; - if (mask == 1) { - mask = 128; - ubsrc++; - } - else { - mask = mask >> 1; - } - } - } - } - break; - case GL_UNSIGNED_BYTE: - { - GLuint i; - const GLubyte *s = (const GLubyte *) src; - for (i = 0; i < n; i++) - indexes[i] = s[i]; - } - break; - case GL_BYTE: - { - GLuint i; - const GLbyte *s = (const GLbyte *) src; - for (i = 0; i < n; i++) - indexes[i] = s[i]; - } - break; - case GL_UNSIGNED_SHORT: - { - GLuint i; - const GLushort *s = (const GLushort *) src; - if (unpack->SwapBytes) { - for (i = 0; i < n; i++) { - GLushort value = s[i]; - SWAP2BYTE(value); - indexes[i] = value; - } - } - else { - for (i = 0; i < n; i++) - indexes[i] = s[i]; - } - } - break; - case GL_SHORT: - { - GLuint i; - const GLshort *s = (const GLshort *) src; - if (unpack->SwapBytes) { - for (i = 0; i < n; i++) { - GLshort value = s[i]; - SWAP2BYTE(value); - indexes[i] = value; - } - } - else { - for (i = 0; i < n; i++) - indexes[i] = s[i]; - } - } - break; - case GL_UNSIGNED_INT: - { - GLuint i; - const GLuint *s = (const GLuint *) src; - if (unpack->SwapBytes) { - for (i = 0; i < n; i++) { - GLuint value = s[i]; - SWAP4BYTE(value); - indexes[i] = value; - } - } - else { - for (i = 0; i < n; i++) - indexes[i] = s[i]; - } - } - break; - case GL_INT: - { - GLuint i; - const GLint *s = (const GLint *) src; - if (unpack->SwapBytes) { - for (i = 0; i < n; i++) { - GLint value = s[i]; - SWAP4BYTE(value); - indexes[i] = value; - } - } - else { - for (i = 0; i < n; i++) - indexes[i] = s[i]; - } - } - break; - case GL_FLOAT: - { - GLuint i; - const GLfloat *s = (const GLfloat *) src; - if (unpack->SwapBytes) { - for (i = 0; i < n; i++) { - GLfloat value = s[i]; - SWAP4BYTE(value); - indexes[i] = (GLuint) value; - } - } - else { - for (i = 0; i < n; i++) - indexes[i] = (GLuint) s[i]; - } - } - break; - case GL_HALF_FLOAT_ARB: - { - GLuint i; - const GLhalfARB *s = (const GLhalfARB *) src; - if (unpack->SwapBytes) { - for (i = 0; i < n; i++) { - GLhalfARB value = s[i]; - SWAP2BYTE(value); - indexes[i] = (GLuint) _mesa_half_to_float(value); - } - } - else { - for (i = 0; i < n; i++) - indexes[i] = (GLuint) _mesa_half_to_float(s[i]); - } - } - break; - case GL_UNSIGNED_INT_24_8_EXT: - { - GLuint i; - const GLuint *s = (const GLuint *) src; - if (unpack->SwapBytes) { - for (i = 0; i < n; i++) { - GLuint value = s[i]; - SWAP4BYTE(value); - indexes[i] = value & 0xff; /* lower 8 bits */ - } - } - else { - for (i = 0; i < n; i++) - indexes[i] = s[i] & 0xff; /* lower 8 bits */ - } - } - break; - case GL_FLOAT_32_UNSIGNED_INT_24_8_REV: - { - GLuint i; - const GLuint *s = (const GLuint *) src; - if (unpack->SwapBytes) { - for (i = 0; i < n; i++) { - GLuint value = s[i*2+1]; - SWAP4BYTE(value); - indexes[i] = value & 0xff; /* lower 8 bits */ - } - } - else { - for (i = 0; i < n; i++) - indexes[i] = s[i*2+1] & 0xff; /* lower 8 bits */ - } - } - break; - - default: - _mesa_problem(NULL, "bad srcType in extract_uint_indexes"); - return; - } -} - - -/** - * Return source/dest RGBA indexes for unpacking pixels. - */ -static void -get_component_mapping(GLenum format, - GLint *rSrc, - GLint *gSrc, - GLint *bSrc, - GLint *aSrc, - GLint *rDst, - GLint *gDst, - GLint *bDst, - GLint *aDst) -{ - switch (format) { - case GL_RED: - case GL_RED_INTEGER_EXT: - *rSrc = 0; - *gSrc = *bSrc = *aSrc = -1; - break; - case GL_GREEN: - case GL_GREEN_INTEGER_EXT: - *gSrc = 0; - *rSrc = *bSrc = *aSrc = -1; - break; - case GL_BLUE: - case GL_BLUE_INTEGER_EXT: - *bSrc = 0; - *rSrc = *gSrc = *aSrc = -1; - break; - case GL_ALPHA: - case GL_ALPHA_INTEGER_EXT: - *rSrc = *gSrc = *bSrc = -1; - *aSrc = 0; - break; - case GL_LUMINANCE: - case GL_LUMINANCE_INTEGER_EXT: - *rSrc = *gSrc = *bSrc = 0; - *aSrc = -1; - break; - case GL_LUMINANCE_ALPHA: - case GL_LUMINANCE_ALPHA_INTEGER_EXT: - *rSrc = *gSrc = *bSrc = 0; - *aSrc = 1; - break; - case GL_INTENSITY: - *rSrc = *gSrc = *bSrc = *aSrc = 0; - break; - case GL_RG: - case GL_RG_INTEGER: - *rSrc = 0; - *gSrc = 1; - *bSrc = -1; - *aSrc = -1; - *rDst = 0; - *gDst = 1; - *bDst = 2; - *aDst = 3; - break; - case GL_RGB: - case GL_RGB_INTEGER: - *rSrc = 0; - *gSrc = 1; - *bSrc = 2; - *aSrc = -1; - *rDst = 0; - *gDst = 1; - *bDst = 2; - *aDst = 3; - break; - case GL_BGR: - case GL_BGR_INTEGER: - *rSrc = 2; - *gSrc = 1; - *bSrc = 0; - *aSrc = -1; - *rDst = 2; - *gDst = 1; - *bDst = 0; - *aDst = 3; - break; - case GL_RGBA: - case GL_RGBA_INTEGER: - *rSrc = 0; - *gSrc = 1; - *bSrc = 2; - *aSrc = 3; - *rDst = 0; - *gDst = 1; - *bDst = 2; - *aDst = 3; - break; - case GL_BGRA: - case GL_BGRA_INTEGER: - *rSrc = 2; - *gSrc = 1; - *bSrc = 0; - *aSrc = 3; - *rDst = 2; - *gDst = 1; - *bDst = 0; - *aDst = 3; - break; - case GL_ABGR_EXT: - *rSrc = 3; - *gSrc = 2; - *bSrc = 1; - *aSrc = 0; - *rDst = 3; - *gDst = 2; - *bDst = 1; - *aDst = 0; - break; - default: - _mesa_problem(NULL, "bad srcFormat %s in get_component_mapping", - _mesa_lookup_enum_by_nr(format)); - return; - } -} - - - -/* - * This function extracts floating point RGBA values from arbitrary - * image data. srcFormat and srcType are the format and type parameters - * passed to glDrawPixels, glTexImage[123]D, glTexSubImage[123]D, etc. - * - * Refering to section 3.6.4 of the OpenGL 1.2 spec, this function - * implements the "Conversion to floating point", "Conversion to RGB", - * and "Final Expansion to RGBA" operations. - * - * Args: n - number of pixels - * rgba - output colors - * srcFormat - format of incoming data - * srcType - data type of incoming data - * src - source data pointer - * swapBytes - perform byteswapping of incoming data? - */ -static void -extract_float_rgba(GLuint n, GLfloat rgba[][4], - GLenum srcFormat, GLenum srcType, const GLvoid *src, - GLboolean swapBytes) -{ - GLint rSrc, gSrc, bSrc, aSrc; - GLint stride; - GLint rDst, bDst, gDst, aDst; - GLboolean intFormat; - GLfloat rs = 1.0f, gs = 1.0f, bs = 1.0f, as = 1.0f; /* scale factors */ - - ASSERT(srcFormat == GL_RED || - srcFormat == GL_GREEN || - srcFormat == GL_BLUE || - srcFormat == GL_ALPHA || - srcFormat == GL_LUMINANCE || - srcFormat == GL_LUMINANCE_ALPHA || - srcFormat == GL_INTENSITY || - srcFormat == GL_RG || - srcFormat == GL_RGB || - srcFormat == GL_BGR || - srcFormat == GL_RGBA || - srcFormat == GL_BGRA || - srcFormat == GL_ABGR_EXT || - srcFormat == GL_RED_INTEGER_EXT || - srcFormat == GL_GREEN_INTEGER_EXT || - srcFormat == GL_BLUE_INTEGER_EXT || - srcFormat == GL_ALPHA_INTEGER_EXT || - srcFormat == GL_RG_INTEGER || - srcFormat == GL_RGB_INTEGER_EXT || - srcFormat == GL_RGBA_INTEGER_EXT || - srcFormat == GL_BGR_INTEGER_EXT || - srcFormat == GL_BGRA_INTEGER_EXT || - srcFormat == GL_LUMINANCE_INTEGER_EXT || - srcFormat == GL_LUMINANCE_ALPHA_INTEGER_EXT); - - ASSERT(srcType == GL_UNSIGNED_BYTE || - srcType == GL_BYTE || - srcType == GL_UNSIGNED_SHORT || - srcType == GL_SHORT || - srcType == GL_UNSIGNED_INT || - srcType == GL_INT || - srcType == GL_HALF_FLOAT_ARB || - srcType == GL_FLOAT || - srcType == GL_UNSIGNED_BYTE_3_3_2 || - srcType == GL_UNSIGNED_BYTE_2_3_3_REV || - srcType == GL_UNSIGNED_SHORT_5_6_5 || - srcType == GL_UNSIGNED_SHORT_5_6_5_REV || - srcType == GL_UNSIGNED_SHORT_4_4_4_4 || - srcType == GL_UNSIGNED_SHORT_4_4_4_4_REV || - srcType == GL_UNSIGNED_SHORT_5_5_5_1 || - srcType == GL_UNSIGNED_SHORT_1_5_5_5_REV || - srcType == GL_UNSIGNED_INT_8_8_8_8 || - srcType == GL_UNSIGNED_INT_8_8_8_8_REV || - srcType == GL_UNSIGNED_INT_10_10_10_2 || - srcType == GL_UNSIGNED_INT_2_10_10_10_REV || - srcType == GL_UNSIGNED_INT_5_9_9_9_REV || - srcType == GL_UNSIGNED_INT_10F_11F_11F_REV); - - get_component_mapping(srcFormat, - &rSrc, &gSrc, &bSrc, &aSrc, - &rDst, &gDst, &bDst, &aDst); - - stride = _mesa_components_in_format(srcFormat); - - intFormat = _mesa_is_enum_format_integer(srcFormat); - -#define PROCESS(SRC_INDEX, DST_INDEX, DEFAULT_FLT, DEFAULT_INT, TYPE, CONVERSION) \ - if ((SRC_INDEX) < 0) { \ - GLuint i; \ - if (intFormat) { \ - for (i = 0; i < n; i++) { \ - rgba[i][DST_INDEX] = DEFAULT_INT; \ - } \ - } \ - else { \ - for (i = 0; i < n; i++) { \ - rgba[i][DST_INDEX] = DEFAULT_FLT; \ - } \ - } \ - } \ - else if (swapBytes) { \ - const TYPE *s = (const TYPE *) src; \ - GLuint i; \ - for (i = 0; i < n; i++) { \ - TYPE value = s[SRC_INDEX]; \ - if (sizeof(TYPE) == 2) { \ - SWAP2BYTE(value); \ - } \ - else if (sizeof(TYPE) == 4) { \ - SWAP4BYTE(value); \ - } \ - if (intFormat) \ - rgba[i][DST_INDEX] = (GLfloat) value; \ - else \ - rgba[i][DST_INDEX] = (GLfloat) CONVERSION(value); \ - s += stride; \ - } \ - } \ - else { \ - const TYPE *s = (const TYPE *) src; \ - GLuint i; \ - if (intFormat) { \ - for (i = 0; i < n; i++) { \ - rgba[i][DST_INDEX] = (GLfloat) s[SRC_INDEX]; \ - s += stride; \ - } \ - } \ - else { \ - for (i = 0; i < n; i++) { \ - rgba[i][DST_INDEX] = (GLfloat) CONVERSION(s[SRC_INDEX]); \ - s += stride; \ - } \ - } \ - } - - switch (srcType) { - case GL_UNSIGNED_BYTE: - PROCESS(rSrc, RCOMP, 0.0F, 0, GLubyte, UBYTE_TO_FLOAT); - PROCESS(gSrc, GCOMP, 0.0F, 0, GLubyte, UBYTE_TO_FLOAT); - PROCESS(bSrc, BCOMP, 0.0F, 0, GLubyte, UBYTE_TO_FLOAT); - PROCESS(aSrc, ACOMP, 1.0F, 255, GLubyte, UBYTE_TO_FLOAT); - break; - case GL_BYTE: - PROCESS(rSrc, RCOMP, 0.0F, 0, GLbyte, BYTE_TO_FLOAT_TEX); - PROCESS(gSrc, GCOMP, 0.0F, 0, GLbyte, BYTE_TO_FLOAT_TEX); - PROCESS(bSrc, BCOMP, 0.0F, 0, GLbyte, BYTE_TO_FLOAT_TEX); - PROCESS(aSrc, ACOMP, 1.0F, 127, GLbyte, BYTE_TO_FLOAT_TEX); - break; - case GL_UNSIGNED_SHORT: - PROCESS(rSrc, RCOMP, 0.0F, 0, GLushort, USHORT_TO_FLOAT); - PROCESS(gSrc, GCOMP, 0.0F, 0, GLushort, USHORT_TO_FLOAT); - PROCESS(bSrc, BCOMP, 0.0F, 0, GLushort, USHORT_TO_FLOAT); - PROCESS(aSrc, ACOMP, 1.0F, 0xffff, GLushort, USHORT_TO_FLOAT); - break; - case GL_SHORT: - PROCESS(rSrc, RCOMP, 0.0F, 0, GLshort, SHORT_TO_FLOAT_TEX); - PROCESS(gSrc, GCOMP, 0.0F, 0, GLshort, SHORT_TO_FLOAT_TEX); - PROCESS(bSrc, BCOMP, 0.0F, 0, GLshort, SHORT_TO_FLOAT_TEX); - PROCESS(aSrc, ACOMP, 1.0F, 32767, GLshort, SHORT_TO_FLOAT_TEX); - break; - case GL_UNSIGNED_INT: - PROCESS(rSrc, RCOMP, 0.0F, 0, GLuint, UINT_TO_FLOAT); - PROCESS(gSrc, GCOMP, 0.0F, 0, GLuint, UINT_TO_FLOAT); - PROCESS(bSrc, BCOMP, 0.0F, 0, GLuint, UINT_TO_FLOAT); - PROCESS(aSrc, ACOMP, 1.0F, 0xffffffff, GLuint, UINT_TO_FLOAT); - break; - case GL_INT: - PROCESS(rSrc, RCOMP, 0.0F, 0, GLint, INT_TO_FLOAT); - PROCESS(gSrc, GCOMP, 0.0F, 0, GLint, INT_TO_FLOAT); - PROCESS(bSrc, BCOMP, 0.0F, 0, GLint, INT_TO_FLOAT); - PROCESS(aSrc, ACOMP, 1.0F, 2147483647, GLint, INT_TO_FLOAT); - break; - case GL_FLOAT: - PROCESS(rSrc, RCOMP, 0.0F, 0.0F, GLfloat, (GLfloat)); - PROCESS(gSrc, GCOMP, 0.0F, 0.0F, GLfloat, (GLfloat)); - PROCESS(bSrc, BCOMP, 0.0F, 0.0F, GLfloat, (GLfloat)); - PROCESS(aSrc, ACOMP, 1.0F, 1.0F, GLfloat, (GLfloat)); - break; - case GL_HALF_FLOAT_ARB: - PROCESS(rSrc, RCOMP, 0.0F, 0.0F, GLhalfARB, _mesa_half_to_float); - PROCESS(gSrc, GCOMP, 0.0F, 0.0F, GLhalfARB, _mesa_half_to_float); - PROCESS(bSrc, BCOMP, 0.0F, 0.0F, GLhalfARB, _mesa_half_to_float); - PROCESS(aSrc, ACOMP, 1.0F, 1.0F, GLhalfARB, _mesa_half_to_float); - break; - case GL_UNSIGNED_BYTE_3_3_2: - { - const GLubyte *ubsrc = (const GLubyte *) src; - GLuint i; - if (!intFormat) { - rs = 1.0F / 7.0F; - gs = 1.0F / 7.0F; - bs = 1.0F / 3.0F; - } - for (i = 0; i < n; i ++) { - GLubyte p = ubsrc[i]; - rgba[i][rDst] = ((p >> 5) ) * rs; - rgba[i][gDst] = ((p >> 2) & 0x7) * gs; - rgba[i][bDst] = ((p ) & 0x3) * bs; - rgba[i][aDst] = 1.0F; - } - } - break; - case GL_UNSIGNED_BYTE_2_3_3_REV: - { - const GLubyte *ubsrc = (const GLubyte *) src; - GLuint i; - if (!intFormat) { - rs = 1.0F / 7.0F; - gs = 1.0F / 7.0F; - bs = 1.0F / 3.0F; - } - for (i = 0; i < n; i ++) { - GLubyte p = ubsrc[i]; - rgba[i][rDst] = ((p ) & 0x7) * rs; - rgba[i][gDst] = ((p >> 3) & 0x7) * gs; - rgba[i][bDst] = ((p >> 6) ) * bs; - rgba[i][aDst] = 1.0F; - } - } - break; - case GL_UNSIGNED_SHORT_5_6_5: - if (!intFormat) { - rs = 1.0F / 31.0F; - gs = 1.0F / 63.0F; - bs = 1.0F / 31.0F; - } - if (swapBytes) { - const GLushort *ussrc = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLushort p = ussrc[i]; - SWAP2BYTE(p); - rgba[i][rDst] = ((p >> 11) ) * rs; - rgba[i][gDst] = ((p >> 5) & 0x3f) * gs; - rgba[i][bDst] = ((p ) & 0x1f) * bs; - rgba[i][aDst] = 1.0F; - } - } - else { - const GLushort *ussrc = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLushort p = ussrc[i]; - rgba[i][rDst] = ((p >> 11) ) * rs; - rgba[i][gDst] = ((p >> 5) & 0x3f) * gs; - rgba[i][bDst] = ((p ) & 0x1f) * bs; - rgba[i][aDst] = 1.0F; - } - } - break; - case GL_UNSIGNED_SHORT_5_6_5_REV: - if (!intFormat) { - rs = 1.0F / 31.0F; - gs = 1.0F / 63.0F; - bs = 1.0F / 31.0F; - } - if (swapBytes) { - const GLushort *ussrc = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLushort p = ussrc[i]; - SWAP2BYTE(p); - rgba[i][rDst] = ((p ) & 0x1f) * rs; - rgba[i][gDst] = ((p >> 5) & 0x3f) * gs; - rgba[i][bDst] = ((p >> 11) ) * bs; - rgba[i][aDst] = 1.0F; - } - } - else { - const GLushort *ussrc = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLushort p = ussrc[i]; - rgba[i][rDst] = ((p ) & 0x1f) * rs; - rgba[i][gDst] = ((p >> 5) & 0x3f) * gs; - rgba[i][bDst] = ((p >> 11) ) * bs; - rgba[i][aDst] = 1.0F; - } - } - break; - case GL_UNSIGNED_SHORT_4_4_4_4: - if (!intFormat) { - rs = gs = bs = as = 1.0F / 15.0F; - } - if (swapBytes) { - const GLushort *ussrc = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLushort p = ussrc[i]; - SWAP2BYTE(p); - rgba[i][rDst] = ((p >> 12) ) * rs; - rgba[i][gDst] = ((p >> 8) & 0xf) * gs; - rgba[i][bDst] = ((p >> 4) & 0xf) * bs; - rgba[i][aDst] = ((p ) & 0xf) * as; - } - } - else { - const GLushort *ussrc = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLushort p = ussrc[i]; - rgba[i][rDst] = ((p >> 12) ) * rs; - rgba[i][gDst] = ((p >> 8) & 0xf) * gs; - rgba[i][bDst] = ((p >> 4) & 0xf) * bs; - rgba[i][aDst] = ((p ) & 0xf) * as; - } - } - break; - case GL_UNSIGNED_SHORT_4_4_4_4_REV: - if (!intFormat) { - rs = gs = bs = as = 1.0F / 15.0F; - } - if (swapBytes) { - const GLushort *ussrc = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLushort p = ussrc[i]; - SWAP2BYTE(p); - rgba[i][rDst] = ((p ) & 0xf) * rs; - rgba[i][gDst] = ((p >> 4) & 0xf) * gs; - rgba[i][bDst] = ((p >> 8) & 0xf) * bs; - rgba[i][aDst] = ((p >> 12) ) * as; - } - } - else { - const GLushort *ussrc = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLushort p = ussrc[i]; - rgba[i][rDst] = ((p ) & 0xf) * rs; - rgba[i][gDst] = ((p >> 4) & 0xf) * gs; - rgba[i][bDst] = ((p >> 8) & 0xf) * bs; - rgba[i][aDst] = ((p >> 12) ) * as; - } - } - break; - case GL_UNSIGNED_SHORT_5_5_5_1: - if (!intFormat) { - rs = gs = bs = 1.0F / 31.0F; - } - if (swapBytes) { - const GLushort *ussrc = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLushort p = ussrc[i]; - SWAP2BYTE(p); - rgba[i][rDst] = ((p >> 11) ) * rs; - rgba[i][gDst] = ((p >> 6) & 0x1f) * gs; - rgba[i][bDst] = ((p >> 1) & 0x1f) * bs; - rgba[i][aDst] = ((p ) & 0x1) * as; - } - } - else { - const GLushort *ussrc = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLushort p = ussrc[i]; - rgba[i][rDst] = ((p >> 11) ) * rs; - rgba[i][gDst] = ((p >> 6) & 0x1f) * gs; - rgba[i][bDst] = ((p >> 1) & 0x1f) * bs; - rgba[i][aDst] = ((p ) & 0x1) * as; - } - } - break; - case GL_UNSIGNED_SHORT_1_5_5_5_REV: - if (!intFormat) { - rs = gs = bs = 1.0F / 31.0F; - } - if (swapBytes) { - const GLushort *ussrc = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLushort p = ussrc[i]; - SWAP2BYTE(p); - rgba[i][rDst] = ((p ) & 0x1f) * rs; - rgba[i][gDst] = ((p >> 5) & 0x1f) * gs; - rgba[i][bDst] = ((p >> 10) & 0x1f) * bs; - rgba[i][aDst] = ((p >> 15) ) * as; - } - } - else { - const GLushort *ussrc = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLushort p = ussrc[i]; - rgba[i][rDst] = ((p ) & 0x1f) * rs; - rgba[i][gDst] = ((p >> 5) & 0x1f) * gs; - rgba[i][bDst] = ((p >> 10) & 0x1f) * bs; - rgba[i][aDst] = ((p >> 15) ) * as; - } - } - break; - case GL_UNSIGNED_INT_8_8_8_8: - if (swapBytes) { - const GLuint *uisrc = (const GLuint *) src; - GLuint i; - if (intFormat) { - for (i = 0; i < n; i ++) { - GLuint p = uisrc[i]; - rgba[i][rDst] = (GLfloat) ((p ) & 0xff); - rgba[i][gDst] = (GLfloat) ((p >> 8) & 0xff); - rgba[i][bDst] = (GLfloat) ((p >> 16) & 0xff); - rgba[i][aDst] = (GLfloat) ((p >> 24) ); - } - } - else { - for (i = 0; i < n; i ++) { - GLuint p = uisrc[i]; - rgba[i][rDst] = UBYTE_TO_FLOAT((p ) & 0xff); - rgba[i][gDst] = UBYTE_TO_FLOAT((p >> 8) & 0xff); - rgba[i][bDst] = UBYTE_TO_FLOAT((p >> 16) & 0xff); - rgba[i][aDst] = UBYTE_TO_FLOAT((p >> 24) ); - } - } - } - else { - const GLuint *uisrc = (const GLuint *) src; - GLuint i; - if (intFormat) { - for (i = 0; i < n; i ++) { - GLuint p = uisrc[i]; - rgba[i][rDst] = (GLfloat) ((p >> 24) ); - rgba[i][gDst] = (GLfloat) ((p >> 16) & 0xff); - rgba[i][bDst] = (GLfloat) ((p >> 8) & 0xff); - rgba[i][aDst] = (GLfloat) ((p ) & 0xff); - } - } - else { - for (i = 0; i < n; i ++) { - GLuint p = uisrc[i]; - rgba[i][rDst] = UBYTE_TO_FLOAT((p >> 24) ); - rgba[i][gDst] = UBYTE_TO_FLOAT((p >> 16) & 0xff); - rgba[i][bDst] = UBYTE_TO_FLOAT((p >> 8) & 0xff); - rgba[i][aDst] = UBYTE_TO_FLOAT((p ) & 0xff); - } - } - } - break; - case GL_UNSIGNED_INT_8_8_8_8_REV: - if (swapBytes) { - const GLuint *uisrc = (const GLuint *) src; - GLuint i; - if (intFormat) { - for (i = 0; i < n; i ++) { - GLuint p = uisrc[i]; - rgba[i][rDst] = (GLfloat) ((p >> 24) ); - rgba[i][gDst] = (GLfloat) ((p >> 16) & 0xff); - rgba[i][bDst] = (GLfloat) ((p >> 8) & 0xff); - rgba[i][aDst] = (GLfloat) ((p ) & 0xff); - } - } - else { - for (i = 0; i < n; i ++) { - GLuint p = uisrc[i]; - rgba[i][rDst] = UBYTE_TO_FLOAT((p >> 24) ); - rgba[i][gDst] = UBYTE_TO_FLOAT((p >> 16) & 0xff); - rgba[i][bDst] = UBYTE_TO_FLOAT((p >> 8) & 0xff); - rgba[i][aDst] = UBYTE_TO_FLOAT((p ) & 0xff); - } - } - } - else { - const GLuint *uisrc = (const GLuint *) src; - GLuint i; - if (intFormat) { - for (i = 0; i < n; i ++) { - GLuint p = uisrc[i]; - rgba[i][rDst] = (GLfloat) ((p ) & 0xff); - rgba[i][gDst] = (GLfloat) ((p >> 8) & 0xff); - rgba[i][bDst] = (GLfloat) ((p >> 16) & 0xff); - rgba[i][aDst] = (GLfloat) ((p >> 24) ); - } - } - else { - for (i = 0; i < n; i ++) { - GLuint p = uisrc[i]; - rgba[i][rDst] = UBYTE_TO_FLOAT((p ) & 0xff); - rgba[i][gDst] = UBYTE_TO_FLOAT((p >> 8) & 0xff); - rgba[i][bDst] = UBYTE_TO_FLOAT((p >> 16) & 0xff); - rgba[i][aDst] = UBYTE_TO_FLOAT((p >> 24) ); - } - } - } - break; - case GL_UNSIGNED_INT_10_10_10_2: - if (!intFormat) { - rs = 1.0F / 1023.0F; - gs = 1.0F / 1023.0F; - bs = 1.0F / 1023.0F; - as = 1.0F / 3.0F; - } - if (swapBytes) { - const GLuint *uisrc = (const GLuint *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLuint p = uisrc[i]; - SWAP4BYTE(p); - rgba[i][rDst] = ((p >> 22) ) * rs; - rgba[i][gDst] = ((p >> 12) & 0x3ff) * gs; - rgba[i][bDst] = ((p >> 2) & 0x3ff) * bs; - rgba[i][aDst] = ((p ) & 0x3 ) * as; - } - } - else { - const GLuint *uisrc = (const GLuint *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLuint p = uisrc[i]; - rgba[i][rDst] = ((p >> 22) ) * rs; - rgba[i][gDst] = ((p >> 12) & 0x3ff) * gs; - rgba[i][bDst] = ((p >> 2) & 0x3ff) * bs; - rgba[i][aDst] = ((p ) & 0x3 ) * as; - } - } - break; - case GL_UNSIGNED_INT_2_10_10_10_REV: - if (!intFormat) { - rs = 1.0F / 1023.0F; - gs = 1.0F / 1023.0F; - bs = 1.0F / 1023.0F; - as = 1.0F / 3.0F; - } - if (swapBytes) { - const GLuint *uisrc = (const GLuint *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLuint p = uisrc[i]; - SWAP4BYTE(p); - rgba[i][rDst] = ((p ) & 0x3ff) * rs; - rgba[i][gDst] = ((p >> 10) & 0x3ff) * gs; - rgba[i][bDst] = ((p >> 20) & 0x3ff) * bs; - if (aSrc < 0) { - rgba[i][aDst] = 1.0F; - } else { - rgba[i][aDst] = (p >> 30) * as; - } - } - } - else { - const GLuint *uisrc = (const GLuint *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLuint p = uisrc[i]; - rgba[i][rDst] = ((p ) & 0x3ff) * rs; - rgba[i][gDst] = ((p >> 10) & 0x3ff) * gs; - rgba[i][bDst] = ((p >> 20) & 0x3ff) * bs; - if (aSrc < 0) { - rgba[i][aDst] = 1.0F; - } else { - rgba[i][aDst] = (p >> 30) * as; - } - } - } - break; - case GL_UNSIGNED_INT_5_9_9_9_REV: - if (swapBytes) { - const GLuint *uisrc = (const GLuint *) src; - GLuint i; - GLfloat f[3]; - for (i = 0; i < n; i ++) { - GLuint p = uisrc[i]; - SWAP4BYTE(p); - rgb9e5_to_float3(p, f); - rgba[i][rDst] = f[0]; - rgba[i][gDst] = f[1]; - rgba[i][bDst] = f[2]; - rgba[i][aDst] = 1.0F; - } - } - else { - const GLuint *uisrc = (const GLuint *) src; - GLuint i; - GLfloat f[3]; - for (i = 0; i < n; i ++) { - rgb9e5_to_float3(uisrc[i], f); - rgba[i][rDst] = f[0]; - rgba[i][gDst] = f[1]; - rgba[i][bDst] = f[2]; - rgba[i][aDst] = 1.0F; - } - } - break; - case GL_UNSIGNED_INT_10F_11F_11F_REV: - if (swapBytes) { - const GLuint *uisrc = (const GLuint *) src; - GLuint i; - GLfloat f[3]; - for (i = 0; i < n; i ++) { - GLuint p = uisrc[i]; - SWAP4BYTE(p); - r11g11b10f_to_float3(p, f); - rgba[i][rDst] = f[0]; - rgba[i][gDst] = f[1]; - rgba[i][bDst] = f[2]; - rgba[i][aDst] = 1.0F; - } - } - else { - const GLuint *uisrc = (const GLuint *) src; - GLuint i; - GLfloat f[3]; - for (i = 0; i < n; i ++) { - r11g11b10f_to_float3(uisrc[i], f); - rgba[i][rDst] = f[0]; - rgba[i][gDst] = f[1]; - rgba[i][bDst] = f[2]; - rgba[i][aDst] = 1.0F; - } - } - break; - default: - _mesa_problem(NULL, "bad srcType in extract float data"); - break; - } -#undef PROCESS -} - - -static inline GLuint -clamp_float_to_uint(GLfloat f) -{ - return f < 0.0F ? 0 : F_TO_I(f); -} - - -static inline GLuint -clamp_half_to_uint(GLhalfARB h) -{ - GLfloat f = _mesa_half_to_float(h); - return f < 0.0F ? 0 : F_TO_I(f); -} - - -/** - * \sa extract_float_rgba() - */ -static void -extract_uint_rgba(GLuint n, GLuint rgba[][4], - GLenum srcFormat, GLenum srcType, const GLvoid *src, - GLboolean swapBytes) -{ - GLint rSrc, gSrc, bSrc, aSrc; - GLint stride; - GLint rDst, bDst, gDst, aDst; - - ASSERT(srcFormat == GL_RED || - srcFormat == GL_GREEN || - srcFormat == GL_BLUE || - srcFormat == GL_ALPHA || - srcFormat == GL_LUMINANCE || - srcFormat == GL_LUMINANCE_ALPHA || - srcFormat == GL_INTENSITY || - srcFormat == GL_RG || - srcFormat == GL_RGB || - srcFormat == GL_BGR || - srcFormat == GL_RGBA || - srcFormat == GL_BGRA || - srcFormat == GL_ABGR_EXT || - srcFormat == GL_RED_INTEGER_EXT || - srcFormat == GL_RG_INTEGER || - srcFormat == GL_GREEN_INTEGER_EXT || - srcFormat == GL_BLUE_INTEGER_EXT || - srcFormat == GL_ALPHA_INTEGER_EXT || - srcFormat == GL_RGB_INTEGER_EXT || - srcFormat == GL_RGBA_INTEGER_EXT || - srcFormat == GL_BGR_INTEGER_EXT || - srcFormat == GL_BGRA_INTEGER_EXT || - srcFormat == GL_LUMINANCE_INTEGER_EXT || - srcFormat == GL_LUMINANCE_ALPHA_INTEGER_EXT); - - ASSERT(srcType == GL_UNSIGNED_BYTE || - srcType == GL_BYTE || - srcType == GL_UNSIGNED_SHORT || - srcType == GL_SHORT || - srcType == GL_UNSIGNED_INT || - srcType == GL_INT || - srcType == GL_HALF_FLOAT_ARB || - srcType == GL_FLOAT || - srcType == GL_UNSIGNED_BYTE_3_3_2 || - srcType == GL_UNSIGNED_BYTE_2_3_3_REV || - srcType == GL_UNSIGNED_SHORT_5_6_5 || - srcType == GL_UNSIGNED_SHORT_5_6_5_REV || - srcType == GL_UNSIGNED_SHORT_4_4_4_4 || - srcType == GL_UNSIGNED_SHORT_4_4_4_4_REV || - srcType == GL_UNSIGNED_SHORT_5_5_5_1 || - srcType == GL_UNSIGNED_SHORT_1_5_5_5_REV || - srcType == GL_UNSIGNED_INT_8_8_8_8 || - srcType == GL_UNSIGNED_INT_8_8_8_8_REV || - srcType == GL_UNSIGNED_INT_10_10_10_2 || - srcType == GL_UNSIGNED_INT_2_10_10_10_REV || - srcType == GL_UNSIGNED_INT_5_9_9_9_REV || - srcType == GL_UNSIGNED_INT_10F_11F_11F_REV); - - get_component_mapping(srcFormat, - &rSrc, &gSrc, &bSrc, &aSrc, - &rDst, &gDst, &bDst, &aDst); - - stride = _mesa_components_in_format(srcFormat); - -#define PROCESS(SRC_INDEX, DST_INDEX, DEFAULT, TYPE, CONVERSION) \ - if ((SRC_INDEX) < 0) { \ - GLuint i; \ - for (i = 0; i < n; i++) { \ - rgba[i][DST_INDEX] = DEFAULT; \ - } \ - } \ - else if (swapBytes) { \ - const TYPE *s = (const TYPE *) src; \ - GLuint i; \ - for (i = 0; i < n; i++) { \ - TYPE value = s[SRC_INDEX]; \ - if (sizeof(TYPE) == 2) { \ - SWAP2BYTE(value); \ - } \ - else if (sizeof(TYPE) == 4) { \ - SWAP4BYTE(value); \ - } \ - rgba[i][DST_INDEX] = CONVERSION(value); \ - s += stride; \ - } \ - } \ - else { \ - const TYPE *s = (const TYPE *) src; \ - GLuint i; \ - for (i = 0; i < n; i++) { \ - rgba[i][DST_INDEX] = CONVERSION(s[SRC_INDEX]); \ - s += stride; \ - } \ - } - - switch (srcType) { - case GL_UNSIGNED_BYTE: - PROCESS(rSrc, RCOMP, 0, GLubyte, (GLuint)); - PROCESS(gSrc, GCOMP, 0, GLubyte, (GLuint)); - PROCESS(bSrc, BCOMP, 0, GLubyte, (GLuint)); - PROCESS(aSrc, ACOMP, 1, GLubyte, (GLuint)); - break; - case GL_BYTE: - PROCESS(rSrc, RCOMP, 0, GLbyte, (GLuint)); - PROCESS(gSrc, GCOMP, 0, GLbyte, (GLuint)); - PROCESS(bSrc, BCOMP, 0, GLbyte, (GLuint)); - PROCESS(aSrc, ACOMP, 1, GLbyte, (GLuint)); - break; - case GL_UNSIGNED_SHORT: - PROCESS(rSrc, RCOMP, 0, GLushort, (GLuint)); - PROCESS(gSrc, GCOMP, 0, GLushort, (GLuint)); - PROCESS(bSrc, BCOMP, 0, GLushort, (GLuint)); - PROCESS(aSrc, ACOMP, 1, GLushort, (GLuint)); - break; - case GL_SHORT: - PROCESS(rSrc, RCOMP, 0, GLshort, (GLuint)); - PROCESS(gSrc, GCOMP, 0, GLshort, (GLuint)); - PROCESS(bSrc, BCOMP, 0, GLshort, (GLuint)); - PROCESS(aSrc, ACOMP, 1, GLshort, (GLuint)); - break; - case GL_UNSIGNED_INT: - PROCESS(rSrc, RCOMP, 0, GLuint, (GLuint)); - PROCESS(gSrc, GCOMP, 0, GLuint, (GLuint)); - PROCESS(bSrc, BCOMP, 0, GLuint, (GLuint)); - PROCESS(aSrc, ACOMP, 1, GLuint, (GLuint)); - break; - case GL_INT: - PROCESS(rSrc, RCOMP, 0, GLint, (GLuint)); - PROCESS(gSrc, GCOMP, 0, GLint, (GLuint)); - PROCESS(bSrc, BCOMP, 0, GLint, (GLuint)); - PROCESS(aSrc, ACOMP, 1, GLint, (GLuint)); - break; - case GL_FLOAT: - PROCESS(rSrc, RCOMP, 0, GLfloat, clamp_float_to_uint); - PROCESS(gSrc, GCOMP, 0, GLfloat, clamp_float_to_uint); - PROCESS(bSrc, BCOMP, 0, GLfloat, clamp_float_to_uint); - PROCESS(aSrc, ACOMP, 1, GLfloat, clamp_float_to_uint); - break; - case GL_HALF_FLOAT_ARB: - PROCESS(rSrc, RCOMP, 0, GLhalfARB, clamp_half_to_uint); - PROCESS(gSrc, GCOMP, 0, GLhalfARB, clamp_half_to_uint); - PROCESS(bSrc, BCOMP, 0, GLhalfARB, clamp_half_to_uint); - PROCESS(aSrc, ACOMP, 1, GLhalfARB, clamp_half_to_uint); - break; - case GL_UNSIGNED_BYTE_3_3_2: - { - const GLubyte *ubsrc = (const GLubyte *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLubyte p = ubsrc[i]; - rgba[i][rDst] = ((p >> 5) ); - rgba[i][gDst] = ((p >> 2) & 0x7); - rgba[i][bDst] = ((p ) & 0x3); - rgba[i][aDst] = 1; - } - } - break; - case GL_UNSIGNED_BYTE_2_3_3_REV: - { - const GLubyte *ubsrc = (const GLubyte *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLubyte p = ubsrc[i]; - rgba[i][rDst] = ((p ) & 0x7); - rgba[i][gDst] = ((p >> 3) & 0x7); - rgba[i][bDst] = ((p >> 6) ); - rgba[i][aDst] = 1; - } - } - break; - case GL_UNSIGNED_SHORT_5_6_5: - if (swapBytes) { - const GLushort *ussrc = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLushort p = ussrc[i]; - SWAP2BYTE(p); - rgba[i][rDst] = ((p >> 11) ); - rgba[i][gDst] = ((p >> 5) & 0x3f); - rgba[i][bDst] = ((p ) & 0x1f); - rgba[i][aDst] = 1; - } - } - else { - const GLushort *ussrc = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLushort p = ussrc[i]; - rgba[i][rDst] = ((p >> 11) ); - rgba[i][gDst] = ((p >> 5) & 0x3f); - rgba[i][bDst] = ((p ) & 0x1f); - rgba[i][aDst] = 1; - } - } - break; - case GL_UNSIGNED_SHORT_5_6_5_REV: - if (swapBytes) { - const GLushort *ussrc = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLushort p = ussrc[i]; - SWAP2BYTE(p); - rgba[i][rDst] = ((p ) & 0x1f); - rgba[i][gDst] = ((p >> 5) & 0x3f); - rgba[i][bDst] = ((p >> 11) ); - rgba[i][aDst] = 1; - } - } - else { - const GLushort *ussrc = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLushort p = ussrc[i]; - rgba[i][rDst] = ((p ) & 0x1f); - rgba[i][gDst] = ((p >> 5) & 0x3f); - rgba[i][bDst] = ((p >> 11) ); - rgba[i][aDst] = 1; - } - } - break; - case GL_UNSIGNED_SHORT_4_4_4_4: - if (swapBytes) { - const GLushort *ussrc = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLushort p = ussrc[i]; - SWAP2BYTE(p); - rgba[i][rDst] = ((p >> 12) ); - rgba[i][gDst] = ((p >> 8) & 0xf); - rgba[i][bDst] = ((p >> 4) & 0xf); - rgba[i][aDst] = ((p ) & 0xf); - } - } - else { - const GLushort *ussrc = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLushort p = ussrc[i]; - rgba[i][rDst] = ((p >> 12) ); - rgba[i][gDst] = ((p >> 8) & 0xf); - rgba[i][bDst] = ((p >> 4) & 0xf); - rgba[i][aDst] = ((p ) & 0xf); - } - } - break; - case GL_UNSIGNED_SHORT_4_4_4_4_REV: - if (swapBytes) { - const GLushort *ussrc = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLushort p = ussrc[i]; - SWAP2BYTE(p); - rgba[i][rDst] = ((p ) & 0xf); - rgba[i][gDst] = ((p >> 4) & 0xf); - rgba[i][bDst] = ((p >> 8) & 0xf); - rgba[i][aDst] = ((p >> 12) ); - } - } - else { - const GLushort *ussrc = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLushort p = ussrc[i]; - rgba[i][rDst] = ((p ) & 0xf); - rgba[i][gDst] = ((p >> 4) & 0xf); - rgba[i][bDst] = ((p >> 8) & 0xf); - rgba[i][aDst] = ((p >> 12) ); - } - } - break; - case GL_UNSIGNED_SHORT_5_5_5_1: - if (swapBytes) { - const GLushort *ussrc = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLushort p = ussrc[i]; - SWAP2BYTE(p); - rgba[i][rDst] = ((p >> 11) ); - rgba[i][gDst] = ((p >> 6) & 0x1f); - rgba[i][bDst] = ((p >> 1) & 0x1f); - rgba[i][aDst] = ((p ) & 0x1 ); - } - } - else { - const GLushort *ussrc = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLushort p = ussrc[i]; - rgba[i][rDst] = ((p >> 11) ); - rgba[i][gDst] = ((p >> 6) & 0x1f); - rgba[i][bDst] = ((p >> 1) & 0x1f); - rgba[i][aDst] = ((p ) & 0x1 ); - } - } - break; - case GL_UNSIGNED_SHORT_1_5_5_5_REV: - if (swapBytes) { - const GLushort *ussrc = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLushort p = ussrc[i]; - SWAP2BYTE(p); - rgba[i][rDst] = ((p ) & 0x1f); - rgba[i][gDst] = ((p >> 5) & 0x1f); - rgba[i][bDst] = ((p >> 10) & 0x1f); - rgba[i][aDst] = ((p >> 15) ); - } - } - else { - const GLushort *ussrc = (const GLushort *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLushort p = ussrc[i]; - rgba[i][rDst] = ((p ) & 0x1f); - rgba[i][gDst] = ((p >> 5) & 0x1f); - rgba[i][bDst] = ((p >> 10) & 0x1f); - rgba[i][aDst] = ((p >> 15) ); - } - } - break; - case GL_UNSIGNED_INT_8_8_8_8: - if (swapBytes) { - const GLuint *uisrc = (const GLuint *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLuint p = uisrc[i]; - rgba[i][rDst] = ((p ) & 0xff); - rgba[i][gDst] = ((p >> 8) & 0xff); - rgba[i][bDst] = ((p >> 16) & 0xff); - rgba[i][aDst] = ((p >> 24) ); - } - } - else { - const GLuint *uisrc = (const GLuint *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLuint p = uisrc[i]; - rgba[i][rDst] = ((p >> 24) ); - rgba[i][gDst] = ((p >> 16) & 0xff); - rgba[i][bDst] = ((p >> 8) & 0xff); - rgba[i][aDst] = ((p ) & 0xff); - } - } - break; - case GL_UNSIGNED_INT_8_8_8_8_REV: - if (swapBytes) { - const GLuint *uisrc = (const GLuint *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLuint p = uisrc[i]; - rgba[i][rDst] = ((p >> 24) ); - rgba[i][gDst] = ((p >> 16) & 0xff); - rgba[i][bDst] = ((p >> 8) & 0xff); - rgba[i][aDst] = ((p ) & 0xff); - } - } - else { - const GLuint *uisrc = (const GLuint *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLuint p = uisrc[i]; - rgba[i][rDst] = ((p ) & 0xff); - rgba[i][gDst] = ((p >> 8) & 0xff); - rgba[i][bDst] = ((p >> 16) & 0xff); - rgba[i][aDst] = ((p >> 24) ); - } - } - break; - case GL_UNSIGNED_INT_10_10_10_2: - if (swapBytes) { - const GLuint *uisrc = (const GLuint *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLuint p = uisrc[i]; - SWAP4BYTE(p); - rgba[i][rDst] = ((p >> 22) ); - rgba[i][gDst] = ((p >> 12) & 0x3ff); - rgba[i][bDst] = ((p >> 2) & 0x3ff); - rgba[i][aDst] = ((p ) & 0x3 ); - } - } - else { - const GLuint *uisrc = (const GLuint *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLuint p = uisrc[i]; - rgba[i][rDst] = ((p >> 22) ); - rgba[i][gDst] = ((p >> 12) & 0x3ff); - rgba[i][bDst] = ((p >> 2) & 0x3ff); - rgba[i][aDst] = ((p ) & 0x3 ); - } - } - break; - case GL_UNSIGNED_INT_2_10_10_10_REV: - if (swapBytes) { - const GLuint *uisrc = (const GLuint *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLuint p = uisrc[i]; - SWAP4BYTE(p); - rgba[i][rDst] = ((p ) & 0x3ff); - rgba[i][gDst] = ((p >> 10) & 0x3ff); - rgba[i][bDst] = ((p >> 20) & 0x3ff); - rgba[i][aDst] = ((p >> 30) ); - } - } - else { - const GLuint *uisrc = (const GLuint *) src; - GLuint i; - for (i = 0; i < n; i ++) { - GLuint p = uisrc[i]; - rgba[i][rDst] = ((p ) & 0x3ff); - rgba[i][gDst] = ((p >> 10) & 0x3ff); - rgba[i][bDst] = ((p >> 20) & 0x3ff); - rgba[i][aDst] = ((p >> 30) ); - } - } - break; - case GL_UNSIGNED_INT_5_9_9_9_REV: - if (swapBytes) { - const GLuint *uisrc = (const GLuint *) src; - GLuint i; - float f[3]; - for (i = 0; i < n; i ++) { - GLuint p = uisrc[i]; - SWAP4BYTE(p); - rgb9e5_to_float3(p, f); - rgba[i][rDst] = clamp_float_to_uint(f[0]); - rgba[i][gDst] = clamp_float_to_uint(f[1]); - rgba[i][bDst] = clamp_float_to_uint(f[2]); - rgba[i][aDst] = 1; - } - } - else { - const GLuint *uisrc = (const GLuint *) src; - GLuint i; - float f[3]; - for (i = 0; i < n; i ++) { - GLuint p = uisrc[i]; - rgb9e5_to_float3(p, f); - rgba[i][rDst] = clamp_float_to_uint(f[0]); - rgba[i][gDst] = clamp_float_to_uint(f[1]); - rgba[i][bDst] = clamp_float_to_uint(f[2]); - rgba[i][aDst] = 1; - } - } - break; - case GL_UNSIGNED_INT_10F_11F_11F_REV: - if (swapBytes) { - const GLuint *uisrc = (const GLuint *) src; - GLuint i; - float f[3]; - for (i = 0; i < n; i ++) { - GLuint p = uisrc[i]; - SWAP4BYTE(p); - r11g11b10f_to_float3(p, f); - rgba[i][rDst] = clamp_float_to_uint(f[0]); - rgba[i][gDst] = clamp_float_to_uint(f[1]); - rgba[i][bDst] = clamp_float_to_uint(f[2]); - rgba[i][aDst] = 1; - } - } - else { - const GLuint *uisrc = (const GLuint *) src; - GLuint i; - float f[3]; - for (i = 0; i < n; i ++) { - GLuint p = uisrc[i]; - r11g11b10f_to_float3(p, f); - rgba[i][rDst] = clamp_float_to_uint(f[0]); - rgba[i][gDst] = clamp_float_to_uint(f[1]); - rgba[i][bDst] = clamp_float_to_uint(f[2]); - rgba[i][aDst] = 1; - } - } - break; - default: - _mesa_problem(NULL, "bad srcType in extract uint data"); - break; - } -#undef PROCESS -} - - - -/* - * Unpack a row of color image data from a client buffer according to - * the pixel unpacking parameters. - * Return GLubyte values in the specified dest image format. - * This is used by glDrawPixels and glTexImage?D(). - * \param ctx - the context - * n - number of pixels in the span - * dstFormat - format of destination color array - * dest - the destination color array - * srcFormat - source image format - * srcType - source image data type - * source - source image pointer - * srcPacking - pixel unpacking parameters - * transferOps - bitmask of IMAGE_*_BIT values of operations to apply - * - * XXX perhaps expand this to process whole images someday. - */ -void -_mesa_unpack_color_span_ubyte(struct gl_context *ctx, - GLuint n, GLenum dstFormat, GLubyte dest[], - GLenum srcFormat, GLenum srcType, - const GLvoid *source, - const struct gl_pixelstore_attrib *srcPacking, - GLbitfield transferOps ) -{ - GLboolean intFormat = _mesa_is_enum_format_integer(srcFormat); - ASSERT(dstFormat == GL_ALPHA || - dstFormat == GL_LUMINANCE || - dstFormat == GL_LUMINANCE_ALPHA || - dstFormat == GL_INTENSITY || - dstFormat == GL_RED || - dstFormat == GL_RG || - dstFormat == GL_RGB || - dstFormat == GL_RGBA); - - ASSERT(srcFormat == GL_RED || - srcFormat == GL_GREEN || - srcFormat == GL_BLUE || - srcFormat == GL_ALPHA || - srcFormat == GL_LUMINANCE || - srcFormat == GL_LUMINANCE_ALPHA || - srcFormat == GL_INTENSITY || - srcFormat == GL_RG || - srcFormat == GL_RGB || - srcFormat == GL_BGR || - srcFormat == GL_RGBA || - srcFormat == GL_BGRA || - srcFormat == GL_ABGR_EXT || - srcFormat == GL_COLOR_INDEX); - - ASSERT(srcType == GL_BITMAP || - srcType == GL_UNSIGNED_BYTE || - srcType == GL_BYTE || - srcType == GL_UNSIGNED_SHORT || - srcType == GL_SHORT || - srcType == GL_UNSIGNED_INT || - srcType == GL_INT || - srcType == GL_HALF_FLOAT_ARB || - srcType == GL_FLOAT || - srcType == GL_UNSIGNED_BYTE_3_3_2 || - srcType == GL_UNSIGNED_BYTE_2_3_3_REV || - srcType == GL_UNSIGNED_SHORT_5_6_5 || - srcType == GL_UNSIGNED_SHORT_5_6_5_REV || - srcType == GL_UNSIGNED_SHORT_4_4_4_4 || - srcType == GL_UNSIGNED_SHORT_4_4_4_4_REV || - srcType == GL_UNSIGNED_SHORT_5_5_5_1 || - srcType == GL_UNSIGNED_SHORT_1_5_5_5_REV || - srcType == GL_UNSIGNED_INT_8_8_8_8 || - srcType == GL_UNSIGNED_INT_8_8_8_8_REV || - srcType == GL_UNSIGNED_INT_10_10_10_2 || - srcType == GL_UNSIGNED_INT_2_10_10_10_REV || - srcType == GL_UNSIGNED_INT_5_9_9_9_REV || - srcType == GL_UNSIGNED_INT_10F_11F_11F_REV); - - /* EXT_texture_integer specifies no transfer ops on integer - * types in the resolved issues section. Just set them to 0 - * for integer surfaces. - */ - if (intFormat) - transferOps = 0; - - /* Try simple cases first */ - if (transferOps == 0) { - if (srcType == GL_UNSIGNED_BYTE) { - if (dstFormat == GL_RGBA) { - if (srcFormat == GL_RGBA) { - memcpy( dest, source, n * 4 * sizeof(GLubyte) ); - return; - } - else if (srcFormat == GL_RGB) { - GLuint i; - const GLubyte *src = (const GLubyte *) source; - GLubyte *dst = dest; - for (i = 0; i < n; i++) { - dst[0] = src[0]; - dst[1] = src[1]; - dst[2] = src[2]; - dst[3] = 255; - src += 3; - dst += 4; - } - return; - } - } - else if (dstFormat == GL_RGB) { - if (srcFormat == GL_RGB) { - memcpy( dest, source, n * 3 * sizeof(GLubyte) ); - return; - } - else if (srcFormat == GL_RGBA) { - GLuint i; - const GLubyte *src = (const GLubyte *) source; - GLubyte *dst = dest; - for (i = 0; i < n; i++) { - dst[0] = src[0]; - dst[1] = src[1]; - dst[2] = src[2]; - src += 4; - dst += 3; - } - return; - } - } - else if (dstFormat == srcFormat) { - GLint comps = _mesa_components_in_format(srcFormat); - assert(comps > 0); - memcpy( dest, source, n * comps * sizeof(GLubyte) ); - return; - } - } - } - - - /* general solution begins here */ - { - GLint dstComponents; - GLint rDst, gDst, bDst, aDst, lDst, iDst; - GLfloat (*rgba)[4] = malloc(4 * n * sizeof(GLfloat)); - - if (!rgba) { - _mesa_error(ctx, GL_OUT_OF_MEMORY, "pixel unpacking"); - return; - } - - dstComponents = _mesa_components_in_format( dstFormat ); - /* source & dest image formats should have been error checked by now */ - assert(dstComponents > 0); - - /* - * Extract image data and convert to RGBA floats - */ - if (srcFormat == GL_COLOR_INDEX) { - GLuint *indexes = malloc(n * sizeof(GLuint)); - - if (!indexes) { - _mesa_error(ctx, GL_OUT_OF_MEMORY, "pixel unpacking"); - free(rgba); - return; - } - - extract_uint_indexes(n, indexes, srcFormat, srcType, source, - srcPacking); - - /* Convert indexes to RGBA */ - if (transferOps & IMAGE_SHIFT_OFFSET_BIT) { - _mesa_shift_and_offset_ci(ctx, n, indexes); - } - _mesa_map_ci_to_rgba(ctx, n, indexes, rgba); - - /* Don't do RGBA scale/bias or RGBA->RGBA mapping if starting - * with color indexes. - */ - transferOps &= ~(IMAGE_SCALE_BIAS_BIT | IMAGE_MAP_COLOR_BIT); - - free(indexes); - } - else { - /* non-color index data */ - extract_float_rgba(n, rgba, srcFormat, srcType, source, - srcPacking->SwapBytes); - } - - /* Need to clamp if returning GLubytes */ - transferOps |= IMAGE_CLAMP_BIT; - - if (transferOps) { - _mesa_apply_rgba_transfer_ops(ctx, transferOps, n, rgba); - } - - get_component_indexes(dstFormat, - &rDst, &gDst, &bDst, &aDst, &lDst, &iDst); - - /* Now return the GLubyte data in the requested dstFormat */ - if (rDst >= 0) { - GLubyte *dst = dest; - GLuint i; - for (i = 0; i < n; i++) { - CLAMPED_FLOAT_TO_UBYTE(dst[rDst], rgba[i][RCOMP]); - dst += dstComponents; - } - } - - if (gDst >= 0) { - GLubyte *dst = dest; - GLuint i; - for (i = 0; i < n; i++) { - CLAMPED_FLOAT_TO_UBYTE(dst[gDst], rgba[i][GCOMP]); - dst += dstComponents; - } - } - - if (bDst >= 0) { - GLubyte *dst = dest; - GLuint i; - for (i = 0; i < n; i++) { - CLAMPED_FLOAT_TO_UBYTE(dst[bDst], rgba[i][BCOMP]); - dst += dstComponents; - } - } - - if (aDst >= 0) { - GLubyte *dst = dest; - GLuint i; - for (i = 0; i < n; i++) { - CLAMPED_FLOAT_TO_UBYTE(dst[aDst], rgba[i][ACOMP]); - dst += dstComponents; - } - } - - if (iDst >= 0) { - GLubyte *dst = dest; - GLuint i; - assert(iDst == 0); - assert(dstComponents == 1); - for (i = 0; i < n; i++) { - /* Intensity comes from red channel */ - CLAMPED_FLOAT_TO_UBYTE(dst[i], rgba[i][RCOMP]); - } - } - - if (lDst >= 0) { - GLubyte *dst = dest; - GLuint i; - assert(lDst == 0); - for (i = 0; i < n; i++) { - /* Luminance comes from red channel */ - CLAMPED_FLOAT_TO_UBYTE(dst[0], rgba[i][RCOMP]); - dst += dstComponents; - } - } - - free(rgba); - } -} - - -/** - * Same as _mesa_unpack_color_span_ubyte(), but return GLfloat data - * instead of GLubyte. - */ -void -_mesa_unpack_color_span_float( struct gl_context *ctx, - GLuint n, GLenum dstFormat, GLfloat dest[], - GLenum srcFormat, GLenum srcType, - const GLvoid *source, - const struct gl_pixelstore_attrib *srcPacking, - GLbitfield transferOps ) -{ - ASSERT(dstFormat == GL_ALPHA || - dstFormat == GL_LUMINANCE || - dstFormat == GL_LUMINANCE_ALPHA || - dstFormat == GL_INTENSITY || - dstFormat == GL_RED || - dstFormat == GL_RG || - dstFormat == GL_RGB || - dstFormat == GL_RGBA); - - ASSERT(srcFormat == GL_RED || - srcFormat == GL_GREEN || - srcFormat == GL_BLUE || - srcFormat == GL_ALPHA || - srcFormat == GL_LUMINANCE || - srcFormat == GL_LUMINANCE_ALPHA || - srcFormat == GL_INTENSITY || - srcFormat == GL_RG || - srcFormat == GL_RGB || - srcFormat == GL_BGR || - srcFormat == GL_RGBA || - srcFormat == GL_BGRA || - srcFormat == GL_ABGR_EXT || - srcFormat == GL_RED_INTEGER_EXT || - srcFormat == GL_GREEN_INTEGER_EXT || - srcFormat == GL_BLUE_INTEGER_EXT || - srcFormat == GL_ALPHA_INTEGER_EXT || - srcFormat == GL_RG_INTEGER || - srcFormat == GL_RGB_INTEGER_EXT || - srcFormat == GL_RGBA_INTEGER_EXT || - srcFormat == GL_BGR_INTEGER_EXT || - srcFormat == GL_BGRA_INTEGER_EXT || - srcFormat == GL_LUMINANCE_INTEGER_EXT || - srcFormat == GL_LUMINANCE_ALPHA_INTEGER_EXT || - srcFormat == GL_COLOR_INDEX); - - ASSERT(srcType == GL_BITMAP || - srcType == GL_UNSIGNED_BYTE || - srcType == GL_BYTE || - srcType == GL_UNSIGNED_SHORT || - srcType == GL_SHORT || - srcType == GL_UNSIGNED_INT || - srcType == GL_INT || - srcType == GL_HALF_FLOAT_ARB || - srcType == GL_FLOAT || - srcType == GL_UNSIGNED_BYTE_3_3_2 || - srcType == GL_UNSIGNED_BYTE_2_3_3_REV || - srcType == GL_UNSIGNED_SHORT_5_6_5 || - srcType == GL_UNSIGNED_SHORT_5_6_5_REV || - srcType == GL_UNSIGNED_SHORT_4_4_4_4 || - srcType == GL_UNSIGNED_SHORT_4_4_4_4_REV || - srcType == GL_UNSIGNED_SHORT_5_5_5_1 || - srcType == GL_UNSIGNED_SHORT_1_5_5_5_REV || - srcType == GL_UNSIGNED_INT_8_8_8_8 || - srcType == GL_UNSIGNED_INT_8_8_8_8_REV || - srcType == GL_UNSIGNED_INT_10_10_10_2 || - srcType == GL_UNSIGNED_INT_2_10_10_10_REV || - srcType == GL_UNSIGNED_INT_5_9_9_9_REV || - srcType == GL_UNSIGNED_INT_10F_11F_11F_REV); - - /* general solution, no special cases, yet */ - { - GLint dstComponents; - GLint rDst, gDst, bDst, aDst, lDst, iDst; - GLfloat (*rgba)[4] = malloc(4 * n * sizeof(GLfloat)); - GLboolean intFormat = _mesa_is_enum_format_integer(srcFormat); - - if (!rgba) { - _mesa_error(ctx, GL_OUT_OF_MEMORY, "pixel unpacking"); - return; - } - - dstComponents = _mesa_components_in_format( dstFormat ); - /* source & dest image formats should have been error checked by now */ - assert(dstComponents > 0); - - /* EXT_texture_integer specifies no transfer ops on integer - * types in the resolved issues section. Just set them to 0 - * for integer surfaces. - */ - if (intFormat) - transferOps = 0; - - /* - * Extract image data and convert to RGBA floats - */ - if (srcFormat == GL_COLOR_INDEX) { - GLuint *indexes = malloc(n * sizeof(GLuint)); - - if (!indexes) { - _mesa_error(ctx, GL_OUT_OF_MEMORY, "pixel unpacking"); - free(rgba); - return; - } - - extract_uint_indexes(n, indexes, srcFormat, srcType, source, - srcPacking); - - /* Convert indexes to RGBA */ - if (transferOps & IMAGE_SHIFT_OFFSET_BIT) { - _mesa_shift_and_offset_ci(ctx, n, indexes); - } - _mesa_map_ci_to_rgba(ctx, n, indexes, rgba); - - /* Don't do RGBA scale/bias or RGBA->RGBA mapping if starting - * with color indexes. - */ - transferOps &= ~(IMAGE_SCALE_BIAS_BIT | IMAGE_MAP_COLOR_BIT); - - free(indexes); - } - else { - /* non-color index data */ - extract_float_rgba(n, rgba, srcFormat, srcType, source, - srcPacking->SwapBytes); - } - - if (transferOps) { - _mesa_apply_rgba_transfer_ops(ctx, transferOps, n, rgba); - } - - get_component_indexes(dstFormat, - &rDst, &gDst, &bDst, &aDst, &lDst, &iDst); - - /* Now pack results in the requested dstFormat */ - if (rDst >= 0) { - GLfloat *dst = dest; - GLuint i; - for (i = 0; i < n; i++) { - dst[rDst] = rgba[i][RCOMP]; - dst += dstComponents; - } - } - - if (gDst >= 0) { - GLfloat *dst = dest; - GLuint i; - for (i = 0; i < n; i++) { - dst[gDst] = rgba[i][GCOMP]; - dst += dstComponents; - } - } - - if (bDst >= 0) { - GLfloat *dst = dest; - GLuint i; - for (i = 0; i < n; i++) { - dst[bDst] = rgba[i][BCOMP]; - dst += dstComponents; - } - } - - if (aDst >= 0) { - GLfloat *dst = dest; - GLuint i; - for (i = 0; i < n; i++) { - dst[aDst] = rgba[i][ACOMP]; - dst += dstComponents; - } - } - - if (iDst >= 0) { - GLfloat *dst = dest; - GLuint i; - assert(iDst == 0); - assert(dstComponents == 1); - for (i = 0; i < n; i++) { - /* Intensity comes from red channel */ - dst[i] = rgba[i][RCOMP]; - } - } - - if (lDst >= 0) { - GLfloat *dst = dest; - GLuint i; - assert(lDst == 0); - for (i = 0; i < n; i++) { - /* Luminance comes from red channel */ - dst[0] = rgba[i][RCOMP]; - dst += dstComponents; - } - } - - free(rgba); - } -} - - -/** - * Same as _mesa_unpack_color_span_ubyte(), but return GLuint data - * instead of GLubyte. - * No pixel transfer ops are applied. - */ -void -_mesa_unpack_color_span_uint(struct gl_context *ctx, - GLuint n, GLenum dstFormat, GLuint *dest, - GLenum srcFormat, GLenum srcType, - const GLvoid *source, - const struct gl_pixelstore_attrib *srcPacking) -{ - GLuint (*rgba)[4] = malloc(n * 4 * sizeof(GLfloat)); - - if (!rgba) { - _mesa_error(ctx, GL_OUT_OF_MEMORY, "pixel unpacking"); - return; - } - - ASSERT(dstFormat == GL_ALPHA || - dstFormat == GL_LUMINANCE || - dstFormat == GL_LUMINANCE_ALPHA || - dstFormat == GL_INTENSITY || - dstFormat == GL_RED || - dstFormat == GL_RG || - dstFormat == GL_RGB || - dstFormat == GL_RGBA); - - ASSERT(srcFormat == GL_RED || - srcFormat == GL_GREEN || - srcFormat == GL_BLUE || - srcFormat == GL_ALPHA || - srcFormat == GL_LUMINANCE || - srcFormat == GL_LUMINANCE_ALPHA || - srcFormat == GL_INTENSITY || - srcFormat == GL_RG || - srcFormat == GL_RGB || - srcFormat == GL_BGR || - srcFormat == GL_RGBA || - srcFormat == GL_BGRA || - srcFormat == GL_ABGR_EXT || - srcFormat == GL_RED_INTEGER_EXT || - srcFormat == GL_GREEN_INTEGER_EXT || - srcFormat == GL_BLUE_INTEGER_EXT || - srcFormat == GL_ALPHA_INTEGER_EXT || - srcFormat == GL_RG_INTEGER || - srcFormat == GL_RGB_INTEGER_EXT || - srcFormat == GL_RGBA_INTEGER_EXT || - srcFormat == GL_BGR_INTEGER_EXT || - srcFormat == GL_BGRA_INTEGER_EXT || - srcFormat == GL_LUMINANCE_INTEGER_EXT || - srcFormat == GL_LUMINANCE_ALPHA_INTEGER_EXT); - - ASSERT(srcType == GL_UNSIGNED_BYTE || - srcType == GL_BYTE || - srcType == GL_UNSIGNED_SHORT || - srcType == GL_SHORT || - srcType == GL_UNSIGNED_INT || - srcType == GL_INT || - srcType == GL_HALF_FLOAT_ARB || - srcType == GL_FLOAT || - srcType == GL_UNSIGNED_BYTE_3_3_2 || - srcType == GL_UNSIGNED_BYTE_2_3_3_REV || - srcType == GL_UNSIGNED_SHORT_5_6_5 || - srcType == GL_UNSIGNED_SHORT_5_6_5_REV || - srcType == GL_UNSIGNED_SHORT_4_4_4_4 || - srcType == GL_UNSIGNED_SHORT_4_4_4_4_REV || - srcType == GL_UNSIGNED_SHORT_5_5_5_1 || - srcType == GL_UNSIGNED_SHORT_1_5_5_5_REV || - srcType == GL_UNSIGNED_INT_8_8_8_8 || - srcType == GL_UNSIGNED_INT_8_8_8_8_REV || - srcType == GL_UNSIGNED_INT_10_10_10_2 || - srcType == GL_UNSIGNED_INT_2_10_10_10_REV || - srcType == GL_UNSIGNED_INT_5_9_9_9_REV || - srcType == GL_UNSIGNED_INT_10F_11F_11F_REV); - - - /* Extract image data as uint[4] pixels */ - extract_uint_rgba(n, rgba, srcFormat, srcType, source, - srcPacking->SwapBytes); - - if (dstFormat == GL_RGBA) { - /* simple case */ - memcpy(dest, rgba, 4 * sizeof(GLuint) * n); - } - else { - /* general case */ - GLint rDst, gDst, bDst, aDst, lDst, iDst; - GLint dstComponents = _mesa_components_in_format( dstFormat ); - - assert(dstComponents > 0); - - get_component_indexes(dstFormat, - &rDst, &gDst, &bDst, &aDst, &lDst, &iDst); - - /* Now pack values in the requested dest format */ - if (rDst >= 0) { - GLuint *dst = dest; - GLuint i; - for (i = 0; i < n; i++) { - dst[rDst] = rgba[i][RCOMP]; - dst += dstComponents; - } - } - - if (gDst >= 0) { - GLuint *dst = dest; - GLuint i; - for (i = 0; i < n; i++) { - dst[gDst] = rgba[i][GCOMP]; - dst += dstComponents; + break; + case GL_SHORT: + { + GLuint i; + const GLshort *s = (const GLshort *) src; + if (unpack->SwapBytes) { + for (i = 0; i < n; i++) { + GLshort value = s[i]; + SWAP2BYTE(value); + indexes[i] = value; + } + } + else { + for (i = 0; i < n; i++) + indexes[i] = s[i]; + } } - } - - if (bDst >= 0) { - GLuint *dst = dest; - GLuint i; - for (i = 0; i < n; i++) { - dst[bDst] = rgba[i][BCOMP]; - dst += dstComponents; + break; + case GL_UNSIGNED_INT: + { + GLuint i; + const GLuint *s = (const GLuint *) src; + if (unpack->SwapBytes) { + for (i = 0; i < n; i++) { + GLuint value = s[i]; + SWAP4BYTE(value); + indexes[i] = value; + } + } + else { + for (i = 0; i < n; i++) + indexes[i] = s[i]; + } } - } - - if (aDst >= 0) { - GLuint *dst = dest; - GLuint i; - for (i = 0; i < n; i++) { - dst[aDst] = rgba[i][ACOMP]; - dst += dstComponents; + break; + case GL_INT: + { + GLuint i; + const GLint *s = (const GLint *) src; + if (unpack->SwapBytes) { + for (i = 0; i < n; i++) { + GLint value = s[i]; + SWAP4BYTE(value); + indexes[i] = value; + } + } + else { + for (i = 0; i < n; i++) + indexes[i] = s[i]; + } } - } - - if (iDst >= 0) { - GLuint *dst = dest; - GLuint i; - assert(iDst == 0); - assert(dstComponents == 1); - for (i = 0; i < n; i++) { - /* Intensity comes from red channel */ - dst[i] = rgba[i][RCOMP]; + break; + case GL_FLOAT: + { + GLuint i; + const GLfloat *s = (const GLfloat *) src; + if (unpack->SwapBytes) { + for (i = 0; i < n; i++) { + GLfloat value = s[i]; + SWAP4BYTE(value); + indexes[i] = (GLuint) value; + } + } + else { + for (i = 0; i < n; i++) + indexes[i] = (GLuint) s[i]; + } } - } - - if (lDst >= 0) { - GLuint *dst = dest; - GLuint i; - assert(lDst == 0); - for (i = 0; i < n; i++) { - /* Luminance comes from red channel */ - dst[0] = rgba[i][RCOMP]; - dst += dstComponents; + break; + case GL_HALF_FLOAT_ARB: + case GL_HALF_FLOAT_OES: + { + GLuint i; + const GLhalfARB *s = (const GLhalfARB *) src; + if (unpack->SwapBytes) { + for (i = 0; i < n; i++) { + GLhalfARB value = s[i]; + SWAP2BYTE(value); + indexes[i] = (GLuint) _mesa_half_to_float(value); + } + } + else { + for (i = 0; i < n; i++) + indexes[i] = (GLuint) _mesa_half_to_float(s[i]); + } } - } - } - - free(rgba); -} - - -/* - * Unpack a row of color index data from a client buffer according to - * the pixel unpacking parameters. - * This is (or will be) used by glDrawPixels, glTexImage[123]D, etc. - * - * Args: ctx - the context - * n - number of pixels - * dstType - destination data type - * dest - destination array - * srcType - source pixel type - * source - source data pointer - * srcPacking - pixel unpacking parameters - * transferOps - the pixel transfer operations to apply - */ -void -_mesa_unpack_index_span( struct gl_context *ctx, GLuint n, - GLenum dstType, GLvoid *dest, - GLenum srcType, const GLvoid *source, - const struct gl_pixelstore_attrib *srcPacking, - GLbitfield transferOps ) -{ - ASSERT(srcType == GL_BITMAP || - srcType == GL_UNSIGNED_BYTE || - srcType == GL_BYTE || - srcType == GL_UNSIGNED_SHORT || - srcType == GL_SHORT || - srcType == GL_UNSIGNED_INT || - srcType == GL_INT || - srcType == GL_HALF_FLOAT_ARB || - srcType == GL_FLOAT); - - ASSERT(dstType == GL_UNSIGNED_BYTE || - dstType == GL_UNSIGNED_SHORT || - dstType == GL_UNSIGNED_INT); - - - transferOps &= (IMAGE_MAP_COLOR_BIT | IMAGE_SHIFT_OFFSET_BIT); - - /* - * Try simple cases first - */ - if (transferOps == 0 && srcType == GL_UNSIGNED_BYTE - && dstType == GL_UNSIGNED_BYTE) { - memcpy(dest, source, n * sizeof(GLubyte)); - } - else if (transferOps == 0 && srcType == GL_UNSIGNED_INT - && dstType == GL_UNSIGNED_INT && !srcPacking->SwapBytes) { - memcpy(dest, source, n * sizeof(GLuint)); - } - else { - /* - * general solution - */ - GLuint *indexes = malloc(n * sizeof(GLuint)); - - if (!indexes) { - _mesa_error(ctx, GL_OUT_OF_MEMORY, "pixel unpacking"); - return; - } - - extract_uint_indexes(n, indexes, GL_COLOR_INDEX, srcType, source, - srcPacking); - - if (transferOps) - _mesa_apply_ci_transfer_ops(ctx, transferOps, n, indexes); - - /* convert to dest type */ - switch (dstType) { - case GL_UNSIGNED_BYTE: - { - GLubyte *dst = (GLubyte *) dest; - GLuint i; + break; + case GL_UNSIGNED_INT_24_8_EXT: + { + GLuint i; + const GLuint *s = (const GLuint *) src; + if (unpack->SwapBytes) { for (i = 0; i < n; i++) { - dst[i] = (GLubyte) (indexes[i] & 0xff); + GLuint value = s[i]; + SWAP4BYTE(value); + indexes[i] = value & 0xff; /* lower 8 bits */ } } - break; - case GL_UNSIGNED_SHORT: - { - GLuint *dst = (GLuint *) dest; - GLuint i; + else { + for (i = 0; i < n; i++) + indexes[i] = s[i] & 0xff; /* lower 8 bits */ + } + } + break; + case GL_FLOAT_32_UNSIGNED_INT_24_8_REV: + { + GLuint i; + const GLuint *s = (const GLuint *) src; + if (unpack->SwapBytes) { for (i = 0; i < n; i++) { - dst[i] = (GLushort) (indexes[i] & 0xffff); + GLuint value = s[i*2+1]; + SWAP4BYTE(value); + indexes[i] = value & 0xff; /* lower 8 bits */ } } - break; - case GL_UNSIGNED_INT: - memcpy(dest, indexes, n * sizeof(GLuint)); - break; - default: - _mesa_problem(ctx, "bad dstType in _mesa_unpack_index_span"); - } + else { + for (i = 0; i < n; i++) + indexes[i] = s[i*2+1] & 0xff; /* lower 8 bits */ + } + } + break; - free(indexes); + default: + _mesa_problem(NULL, "bad srcType in extract_uint_indexes"); + return; } } -void -_mesa_pack_index_span( struct gl_context *ctx, GLuint n, - GLenum dstType, GLvoid *dest, const GLuint *source, - const struct gl_pixelstore_attrib *dstPacking, - GLbitfield transferOps ) +static inline GLuint +clamp_float_to_uint(GLfloat f) { - GLuint *indexes = malloc(n * sizeof(GLuint)); - - if (!indexes) { - _mesa_error(ctx, GL_OUT_OF_MEMORY, "pixel packing"); - return; - } - - transferOps &= (IMAGE_MAP_COLOR_BIT | IMAGE_SHIFT_OFFSET_BIT); - - if (transferOps & (IMAGE_MAP_COLOR_BIT | IMAGE_SHIFT_OFFSET_BIT)) { - /* make a copy of input */ - memcpy(indexes, source, n * sizeof(GLuint)); - _mesa_apply_ci_transfer_ops(ctx, transferOps, n, indexes); - source = indexes; - } + return f < 0.0F ? 0 : F_TO_I(f); +} - switch (dstType) { - case GL_UNSIGNED_BYTE: - { - GLubyte *dst = (GLubyte *) dest; - GLuint i; - for (i = 0; i < n; i++) { - *dst++ = (GLubyte) source[i]; - } - } - break; - case GL_BYTE: - { - GLbyte *dst = (GLbyte *) dest; - GLuint i; - for (i = 0; i < n; i++) { - dst[i] = (GLbyte) source[i]; - } - } - break; - case GL_UNSIGNED_SHORT: - { - GLushort *dst = (GLushort *) dest; - GLuint i; - for (i = 0; i < n; i++) { - dst[i] = (GLushort) source[i]; - } - if (dstPacking->SwapBytes) { - _mesa_swap2( (GLushort *) dst, n ); - } - } - break; - case GL_SHORT: - { - GLshort *dst = (GLshort *) dest; - GLuint i; - for (i = 0; i < n; i++) { - dst[i] = (GLshort) source[i]; - } - if (dstPacking->SwapBytes) { - _mesa_swap2( (GLushort *) dst, n ); - } - } - break; - case GL_UNSIGNED_INT: - { - GLuint *dst = (GLuint *) dest; - GLuint i; - for (i = 0; i < n; i++) { - dst[i] = (GLuint) source[i]; - } - if (dstPacking->SwapBytes) { - _mesa_swap4( (GLuint *) dst, n ); - } - } - break; - case GL_INT: - { - GLint *dst = (GLint *) dest; - GLuint i; - for (i = 0; i < n; i++) { - dst[i] = (GLint) source[i]; - } - if (dstPacking->SwapBytes) { - _mesa_swap4( (GLuint *) dst, n ); - } - } - break; - case GL_FLOAT: - { - GLfloat *dst = (GLfloat *) dest; - GLuint i; - for (i = 0; i < n; i++) { - dst[i] = (GLfloat) source[i]; - } - if (dstPacking->SwapBytes) { - _mesa_swap4( (GLuint *) dst, n ); - } - } - break; - case GL_HALF_FLOAT_ARB: - { - GLhalfARB *dst = (GLhalfARB *) dest; - GLuint i; - for (i = 0; i < n; i++) { - dst[i] = _mesa_float_to_half((GLfloat) source[i]); - } - if (dstPacking->SwapBytes) { - _mesa_swap2( (GLushort *) dst, n ); - } - } - break; - default: - _mesa_problem(ctx, "bad type in _mesa_pack_index_span"); - } - free(indexes); +static inline GLuint +clamp_half_to_uint(GLhalfARB h) +{ + GLfloat f = _mesa_half_to_float(h); + return f < 0.0F ? 0 : F_TO_I(f); } @@ -5023,6 +512,7 @@ _mesa_unpack_stencil_span( struct gl_context *ctx, GLuint n, srcType == GL_INT || srcType == GL_UNSIGNED_INT_24_8_EXT || srcType == GL_HALF_FLOAT_ARB || + srcType == GL_HALF_FLOAT_OES || srcType == GL_FLOAT || srcType == GL_FLOAT_32_UNSIGNED_INT_24_8_REV); @@ -5213,6 +703,7 @@ _mesa_pack_stencil_span( struct gl_context *ctx, GLuint n, } break; case GL_HALF_FLOAT_ARB: + case GL_HALF_FLOAT_OES: { GLhalfARB *dst = (GLhalfARB *) dest; GLuint i; @@ -5430,6 +921,7 @@ _mesa_unpack_depth_span( struct gl_context *ctx, GLuint n, needClamp = GL_TRUE; break; case GL_HALF_FLOAT_ARB: + case GL_HALF_FLOAT_OES: { GLuint i; const GLhalfARB *src = (const GLhalfARB *) source; @@ -5619,6 +1111,7 @@ _mesa_pack_depth_span( struct gl_context *ctx, GLuint n, GLvoid *dest, } break; case GL_HALF_FLOAT_ARB: + case GL_HALF_FLOAT_OES: { GLhalfARB *dst = (GLhalfARB *) dest; GLuint i; @@ -5699,7 +1192,6 @@ _mesa_pack_depth_stencil_span(struct gl_context *ctx,GLuint n, - /** * Unpack image data. Apply byte swapping, byte flipping (bitmap). * Return all image data in a contiguous block. This is used when we @@ -5839,130 +1331,303 @@ _mesa_unpack_image( GLuint dimensions, } } - - -/** - * If we unpack colors from a luminance surface, we'll get pixel colors - * such as (l, l, l, a). - * When we call _mesa_pack_rgba_span_float(format=GL_LUMINANCE), that - * function will compute L=R+G+B before packing. The net effect is we'll - * accidentally store luminance values = 3*l. - * This function compensates for that by converting (aka rebasing) (l,l,l,a) - * to be (l,0,0,a). - * It's a similar story for other formats such as LUMINANCE_ALPHA, ALPHA - * and INTENSITY. - * - * Finally, we also need to do this when the actual surface format does - * not match the logical surface format. For example, suppose the user - * requests a GL_LUMINANCE texture but the driver stores it as RGBA. - * Again, we'll get pixel values like (l,l,l,a). - */ void -_mesa_rebase_rgba_float(GLuint n, GLfloat rgba[][4], GLenum baseFormat) +_mesa_pack_luminance_from_rgba_float(GLuint n, GLfloat rgba[][4], + GLvoid *dstAddr, GLenum dst_format, + GLbitfield transferOps) { - GLuint i; + int i; + GLfloat *dst = (GLfloat *) dstAddr; - switch (baseFormat) { - case GL_ALPHA: - for (i = 0; i < n; i++) { - rgba[i][RCOMP] = 0.0F; - rgba[i][GCOMP] = 0.0F; - rgba[i][BCOMP] = 0.0F; - } - break; - case GL_INTENSITY: - /* fall-through */ + switch (dst_format) { case GL_LUMINANCE: - for (i = 0; i < n; i++) { - rgba[i][GCOMP] = 0.0F; - rgba[i][BCOMP] = 0.0F; - rgba[i][ACOMP] = 1.0F; + if (transferOps & IMAGE_CLAMP_BIT) { + for (i = 0; i < n; i++) { + GLfloat sum = rgba[i][RCOMP] + rgba[i][GCOMP] + rgba[i][BCOMP]; + dst[i] = CLAMP(sum, 0.0F, 1.0F); + } + } else { + for (i = 0; i < n; i++) { + dst[i] = rgba[i][RCOMP] + rgba[i][GCOMP] + rgba[i][BCOMP]; + } } - break; + return; case GL_LUMINANCE_ALPHA: - for (i = 0; i < n; i++) { - rgba[i][GCOMP] = 0.0F; - rgba[i][BCOMP] = 0.0F; - } - break; - case GL_RGB: - for (i = 0; i < n; i++) { - rgba[i][ACOMP] = 1.0F; - } - break; - case GL_RG: - for (i = 0; i < n; i++) { - rgba[i][BCOMP] = 0.0F; - rgba[i][ACOMP] = 1.0F; - } - break; - case GL_RED: - for (i = 0; i < n; i++) { - rgba[i][GCOMP] = 0.0F; - rgba[i][BCOMP] = 0.0F; - rgba[i][ACOMP] = 1.0F; + if (transferOps & IMAGE_CLAMP_BIT) { + for (i = 0; i < n; i++) { + GLfloat sum = rgba[i][RCOMP] + rgba[i][GCOMP] + rgba[i][BCOMP]; + dst[2*i] = CLAMP(sum, 0.0F, 1.0F); + dst[2*i+1] = rgba[i][ACOMP]; + } + } else { + for (i = 0; i < n; i++) { + dst[2*i] = rgba[i][RCOMP] + rgba[i][GCOMP] + rgba[i][BCOMP]; + dst[2*i+1] = rgba[i][ACOMP]; + } } - break; - + return; default: - /* no-op */ - ; + assert(!"Unsupported format"); } } +static int32_t +clamp_sint64_to_sint32(int64_t src) +{ + return CLAMP(src, INT32_MIN, INT32_MAX); +} + +static int32_t +clamp_sint64_to_uint32(int64_t src) +{ + return CLAMP(src, 0, UINT32_MAX); +} + +static int32_t +clamp_uint64_to_uint32(uint64_t src) +{ + return MIN2(src, UINT32_MAX); +} + +static int32_t +clamp_uint64_to_sint32(uint64_t src) +{ + return MIN2(src, INT32_MAX); +} + +static int32_t +convert_integer_luminance64(int64_t src64, int bits, + bool dst_is_signed, bool src_is_signed) +{ + int32_t src32; + + /* Clamp Luminance value from 64-bit to 32-bit. Consider if we need + * any signed<->unsigned conversion too. + */ + if (src_is_signed && dst_is_signed) + src32 = clamp_sint64_to_sint32(src64); + else if (src_is_signed && !dst_is_signed) + src32 = clamp_sint64_to_uint32(src64); + else if (!src_is_signed && dst_is_signed) + src32 = clamp_uint64_to_sint32(src64); + else + src32 = clamp_uint64_to_uint32(src64); + + /* If the dst type is < 32-bit, we need an extra clamp */ + if (bits == 32) { + return src32; + } else { + if (dst_is_signed) + return _mesa_signed_to_signed(src32, bits); + else + return _mesa_unsigned_to_unsigned(src32, bits); + } +} + +static int32_t +convert_integer(int32_t src, int bits, bool dst_is_signed, bool src_is_signed) +{ + if (src_is_signed && dst_is_signed) + return _mesa_signed_to_signed(src, bits); + else if (src_is_signed && !dst_is_signed) + return _mesa_signed_to_unsigned(src, bits); + else if (!src_is_signed && dst_is_signed) + return _mesa_unsigned_to_signed(src, bits); + else + return _mesa_unsigned_to_unsigned(src, bits); +} -/** - * As above, but GLuint components. - */ void -_mesa_rebase_rgba_uint(GLuint n, GLuint rgba[][4], GLenum baseFormat) +_mesa_pack_luminance_from_rgba_integer(GLuint n, + GLuint rgba[][4], bool rgba_is_signed, + GLvoid *dstAddr, + GLenum dst_format, + GLenum dst_type) { - GLuint i; + int i; + int64_t lum64; + int32_t lum32, alpha; + bool dst_is_signed; + int dst_bits; + + assert(dst_format == GL_LUMINANCE_INTEGER_EXT || + dst_format == GL_LUMINANCE_ALPHA_INTEGER_EXT); + + /* We first compute luminance values as a 64-bit addition of the + * 32-bit R,G,B components, then we clamp the result to the dst type size. + * + * Notice that this operation involves casting the 32-bit R,G,B components + * to 64-bit before the addition. Since rgba is defined as a GLuint array + * we need to be careful when rgba packs signed data and make sure + * that we cast to a 32-bit signed integer values before casting them to + * 64-bit signed integers. + */ + dst_is_signed = (dst_type == GL_BYTE || dst_type == GL_SHORT || + dst_type == GL_INT); - switch (baseFormat) { - case GL_ALPHA: - for (i = 0; i < n; i++) { - rgba[i][RCOMP] = 0; - rgba[i][GCOMP] = 0; - rgba[i][BCOMP] = 0; - } - break; - case GL_INTENSITY: - /* fall-through */ - case GL_LUMINANCE: - for (i = 0; i < n; i++) { - rgba[i][GCOMP] = 0; - rgba[i][BCOMP] = 0; - rgba[i][ACOMP] = 1; - } - break; - case GL_LUMINANCE_ALPHA: - for (i = 0; i < n; i++) { - rgba[i][GCOMP] = 0; - rgba[i][BCOMP] = 0; - } - break; - case GL_RGB: - for (i = 0; i < n; i++) { - rgba[i][ACOMP] = 1; - } - break; - case GL_RG: + dst_bits = _mesa_sizeof_type(dst_type) * 8; + assert(dst_bits > 0); + + switch (dst_format) { + case GL_LUMINANCE_INTEGER_EXT: for (i = 0; i < n; i++) { - rgba[i][BCOMP] = 0; - rgba[i][ACOMP] = 1; + if (!rgba_is_signed) { + lum64 = (uint64_t) rgba[i][RCOMP] + + (uint64_t) rgba[i][GCOMP] + + (uint64_t) rgba[i][BCOMP]; + } else { + lum64 = (int64_t) ((int32_t) rgba[i][RCOMP]) + + (int64_t) ((int32_t) rgba[i][GCOMP]) + + (int64_t) ((int32_t) rgba[i][BCOMP]); + } + lum32 = convert_integer_luminance64(lum64, dst_bits, + dst_is_signed, rgba_is_signed); + switch (dst_type) { + case GL_BYTE: + case GL_UNSIGNED_BYTE: { + GLbyte *dst = (GLbyte *) dstAddr; + dst[i] = lum32; + } + break; + case GL_SHORT: + case GL_UNSIGNED_SHORT: { + GLshort *dst = (GLshort *) dstAddr; + dst[i] = lum32; + } + break; + case GL_INT: + case GL_UNSIGNED_INT: { + GLint *dst = (GLint *) dstAddr; + dst[i] = lum32; + } + break; + } } - break; - case GL_RED: + return; + case GL_LUMINANCE_ALPHA_INTEGER_EXT: for (i = 0; i < n; i++) { - rgba[i][GCOMP] = 0; - rgba[i][BCOMP] = 0; - rgba[i][ACOMP] = 1; + if (!rgba_is_signed) { + lum64 = (uint64_t) rgba[i][RCOMP] + + (uint64_t) rgba[i][GCOMP] + + (uint64_t) rgba[i][BCOMP]; + } else { + lum64 = (int64_t) ((int32_t) rgba[i][RCOMP]) + + (int64_t) ((int32_t) rgba[i][GCOMP]) + + (int64_t) ((int32_t) rgba[i][BCOMP]); + } + lum32 = convert_integer_luminance64(lum64, dst_bits, + dst_is_signed, rgba_is_signed); + alpha = convert_integer(rgba[i][ACOMP], dst_bits, + dst_is_signed, rgba_is_signed); + switch (dst_type) { + case GL_BYTE: + case GL_UNSIGNED_BYTE: { + GLbyte *dst = (GLbyte *) dstAddr; + dst[2*i] = lum32; + dst[2*i+1] = alpha; + } + case GL_SHORT: + case GL_UNSIGNED_SHORT: { + GLshort *dst = (GLshort *) dstAddr; + dst[i] = lum32; + dst[2*i+1] = alpha; + } + break; + case GL_INT: + case GL_UNSIGNED_INT: { + GLint *dst = (GLint *) dstAddr; + dst[i] = lum32; + dst[2*i+1] = alpha; + } + break; + } } - default: - /* no-op */ - ; + return; } } +GLfloat * +_mesa_unpack_color_index_to_rgba_float(struct gl_context *ctx, GLuint dims, + const void *src, GLenum srcFormat, GLenum srcType, + int srcWidth, int srcHeight, int srcDepth, + const struct gl_pixelstore_attrib *srcPacking, + GLbitfield transferOps) +{ + int count, img; + GLuint *indexes; + GLfloat *rgba, *dstPtr; + + count = srcWidth * srcHeight; + indexes = malloc(count * sizeof(GLuint)); + if (!indexes) { + _mesa_error(ctx, GL_OUT_OF_MEMORY, "pixel unpacking"); + return NULL; + } + + rgba = malloc(4 * count * srcDepth * sizeof(GLfloat)); + if (!rgba) { + free(indexes); + _mesa_error(ctx, GL_OUT_OF_MEMORY, "pixel unpacking"); + return NULL; + } + + /* Convert indexes to RGBA float */ + dstPtr = rgba; + for (img = 0; img < srcDepth; img++) { + const GLubyte *srcPtr = + (const GLubyte *) _mesa_image_address(dims, srcPacking, src, + srcWidth, srcHeight, + srcFormat, srcType, + img, 0, 0); + + extract_uint_indexes(count, indexes, srcFormat, srcType, srcPtr, srcPacking); + + if (transferOps & IMAGE_SHIFT_OFFSET_BIT) + _mesa_shift_and_offset_ci(ctx, count, indexes); + + _mesa_map_ci_to_rgba(ctx, count, indexes, (float (*)[4])dstPtr); + /* Don't do RGBA scale/bias or RGBA->RGBA mapping if starting + * with color indexes. + */ + transferOps &= ~(IMAGE_SCALE_BIAS_BIT | IMAGE_MAP_COLOR_BIT); + _mesa_apply_rgba_transfer_ops(ctx, transferOps, count, (float (*)[4])dstPtr); + + dstPtr += srcHeight * srcWidth * 4; + } + + free(indexes); + + return rgba; +} + +GLubyte * +_mesa_unpack_color_index_to_rgba_ubyte(struct gl_context *ctx, GLuint dims, + const void *src, GLenum srcFormat, GLenum srcType, + int srcWidth, int srcHeight, int srcDepth, + const struct gl_pixelstore_attrib *srcPacking, + GLbitfield transferOps) +{ + GLfloat *rgba; + GLubyte *dst; + int count, i; + + transferOps |= IMAGE_CLAMP_BIT; + rgba = _mesa_unpack_color_index_to_rgba_float(ctx, dims, + src, srcFormat, srcType, + srcWidth, srcHeight, srcDepth, + srcPacking, transferOps); + + count = srcWidth * srcHeight * srcDepth; + dst = malloc(count * 4 * sizeof(GLubyte)); + for (i = 0; i < count; i++) { + CLAMPED_FLOAT_TO_UBYTE(dst[i * 4 + 0], rgba[i * 4 + 0]); + CLAMPED_FLOAT_TO_UBYTE(dst[i * 4 + 1], rgba[i * 4 + 1]); + CLAMPED_FLOAT_TO_UBYTE(dst[i * 4 + 2], rgba[i * 4 + 2]); + CLAMPED_FLOAT_TO_UBYTE(dst[i * 4 + 3], rgba[i * 4 + 3]); + } + + free(rgba); + + return dst; +} diff --git a/mesalib/src/mesa/main/pack.h b/mesalib/src/mesa/main/pack.h index 2173b652e..ac0a099e3 100644 --- a/mesalib/src/mesa/main/pack.h +++ b/mesalib/src/mesa/main/pack.h @@ -41,62 +41,11 @@ _mesa_pack_polygon_stipple(const GLuint pattern[32], GLubyte *dest, const struct gl_pixelstore_attrib *packing); -extern GLvoid * -_mesa_unpack_bitmap(GLint width, GLint height, const GLubyte *pixels, - const struct gl_pixelstore_attrib *packing); - extern void _mesa_pack_bitmap(GLint width, GLint height, const GLubyte *source, GLubyte *dest, const struct gl_pixelstore_attrib *packing); -extern void -_mesa_pack_rgba_span_float(struct gl_context *ctx, GLuint n, - GLfloat rgba[][4], - GLenum dstFormat, GLenum dstType, GLvoid *dstAddr, - const struct gl_pixelstore_attrib *dstPacking, - GLbitfield transferOps); - - -extern void -_mesa_unpack_color_span_ubyte(struct gl_context *ctx, - GLuint n, GLenum dstFormat, GLubyte dest[], - GLenum srcFormat, GLenum srcType, - const GLvoid *source, - const struct gl_pixelstore_attrib *srcPacking, - GLbitfield transferOps); - - -extern void -_mesa_unpack_color_span_float(struct gl_context *ctx, - GLuint n, GLenum dstFormat, GLfloat dest[], - GLenum srcFormat, GLenum srcType, - const GLvoid *source, - const struct gl_pixelstore_attrib *srcPacking, - GLbitfield transferOps); - -extern void -_mesa_unpack_color_span_uint(struct gl_context *ctx, - GLuint n, GLenum dstFormat, GLuint *dest, - GLenum srcFormat, GLenum srcType, - const GLvoid *source, - const struct gl_pixelstore_attrib *srcPacking); - -extern void -_mesa_unpack_index_span(struct gl_context *ctx, GLuint n, - GLenum dstType, GLvoid *dest, - GLenum srcType, const GLvoid *source, - const struct gl_pixelstore_attrib *srcPacking, - GLbitfield transferOps); - - -extern void -_mesa_pack_index_span(struct gl_context *ctx, GLuint n, - GLenum dstType, GLvoid *dest, const GLuint *source, - const struct gl_pixelstore_attrib *dstPacking, - GLbitfield transferOps); - - extern void _mesa_unpack_stencil_span(struct gl_context *ctx, GLuint n, GLenum dstType, GLvoid *dest, @@ -136,23 +85,28 @@ _mesa_unpack_image(GLuint dimensions, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *unpack); - -void -_mesa_pack_rgba_span_from_uints(struct gl_context *ctx, GLuint n, GLuint rgba[][4], - GLenum dstFormat, GLenum dstType, - GLvoid *dstAddr); - - -void -_mesa_pack_rgba_span_from_ints(struct gl_context *ctx, GLuint n, GLint rgba[][4], - GLenum dstFormat, GLenum dstType, - GLvoid *dstAddr); - - extern void -_mesa_rebase_rgba_float(GLuint n, GLfloat rgba[][4], GLenum baseFormat); +_mesa_pack_luminance_from_rgba_float(GLuint n, GLfloat rgba[][4], + GLvoid *dstAddr, GLenum dst_format, + GLbitfield transferOps); extern void -_mesa_rebase_rgba_uint(GLuint n, GLuint rgba[][4], GLenum baseFormat); +_mesa_pack_luminance_from_rgba_integer(GLuint n, GLuint rgba[][4], bool rgba_is_signed, + GLvoid *dstAddr, GLenum dst_format, + GLenum dst_type); + +extern GLfloat * +_mesa_unpack_color_index_to_rgba_float(struct gl_context *ctx, GLuint dims, + const void *src, GLenum srcFormat, GLenum srcType, + int srcWidth, int srcHeight, int srcDepth, + const struct gl_pixelstore_attrib *srcPacking, + GLbitfield transferOps); + +extern GLubyte * +_mesa_unpack_color_index_to_rgba_ubyte(struct gl_context *ctx, GLuint dims, + const void *src, GLenum srcFormat, GLenum srcType, + int srcWidth, int srcHeight, int srcDepth, + const struct gl_pixelstore_attrib *srcPacking, + GLbitfield transferOps); #endif diff --git a/mesalib/src/mesa/main/pack_tmp.h b/mesalib/src/mesa/main/pack_tmp.h deleted file mode 100644 index 0d4eb387d..000000000 --- a/mesalib/src/mesa/main/pack_tmp.h +++ /dev/null @@ -1,122 +0,0 @@ -/* - * Copyright © 2012 Intel Corporation - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice (including the next - * paragraph) shall be included in all copies or substantial portions of the - * Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL - * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS - * IN THE SOFTWARE. - */ - -static void -FN_NAME(struct gl_context *ctx, - DST_TYPE *dst, - GLenum dstFormat, - SRC_TYPE rgba[][4], - int n) -{ - int i; - - switch (dstFormat) { - case GL_RED_INTEGER_EXT: - for (i=0;iPolygon.OffsetFactor == factor && - ctx->Polygon.OffsetUnits == units) + ctx->Polygon.OffsetUnits == units && + ctx->Polygon.OffsetClamp == clamp) return; FLUSH_VERTICES(ctx, _NEW_POLYGON); ctx->Polygon.OffsetFactor = factor; ctx->Polygon.OffsetUnits = units; + ctx->Polygon.OffsetClamp = clamp; if (ctx->Driver.PolygonOffset) - ctx->Driver.PolygonOffset( ctx, factor, units ); + ctx->Driver.PolygonOffset( ctx, factor, units, clamp ); +} + +void GLAPIENTRY +_mesa_PolygonOffset( GLfloat factor, GLfloat units ) +{ + GET_CURRENT_CONTEXT(ctx); + + if (MESA_VERBOSE&VERBOSE_API) + _mesa_debug(ctx, "glPolygonOffset %f %f\n", factor, units); + + _mesa_polygon_offset_clamp(ctx, factor, units, 0.0); } @@ -265,6 +273,23 @@ _mesa_PolygonOffsetEXT( GLfloat factor, GLfloat bias ) _mesa_PolygonOffset(factor, bias * ctx->DrawBuffer->_DepthMaxF ); } +void GLAPIENTRY +_mesa_PolygonOffsetClampEXT( GLfloat factor, GLfloat units, GLfloat clamp ) +{ + GET_CURRENT_CONTEXT(ctx); + + if (!ctx->Extensions.EXT_polygon_offset_clamp) { + _mesa_error(ctx, GL_INVALID_OPERATION, + "unsupported function (glPolygonOffsetClampEXT) called"); + return; + } + + if (MESA_VERBOSE&VERBOSE_API) + _mesa_debug(ctx, "glPolygonOffsetClampEXT %f %f %f\n", factor, units, clamp); + + _mesa_polygon_offset_clamp(ctx, factor, units, clamp); +} + /**********************************************************************/ @@ -292,6 +317,7 @@ void _mesa_init_polygon( struct gl_context * ctx ) ctx->Polygon.StippleFlag = GL_FALSE; ctx->Polygon.OffsetFactor = 0.0F; ctx->Polygon.OffsetUnits = 0.0F; + ctx->Polygon.OffsetClamp = 0.0F; ctx->Polygon.OffsetPoint = GL_FALSE; ctx->Polygon.OffsetLine = GL_FALSE; ctx->Polygon.OffsetFill = GL_FALSE; diff --git a/mesalib/src/mesa/main/polygon.h b/mesalib/src/mesa/main/polygon.h index 530adba4c..41344a2ef 100644 --- a/mesalib/src/mesa/main/polygon.h +++ b/mesalib/src/mesa/main/polygon.h @@ -54,13 +54,19 @@ _mesa_PolygonOffset( GLfloat factor, GLfloat units ); extern void GLAPIENTRY _mesa_PolygonOffsetEXT( GLfloat factor, GLfloat bias ); +extern void GLAPIENTRY +_mesa_PolygonOffsetClampEXT( GLfloat factor, GLfloat units, GLfloat clamp ); + extern void GLAPIENTRY _mesa_PolygonStipple( const GLubyte *mask ); extern void GLAPIENTRY _mesa_GetPolygonStipple( GLubyte *mask ); -extern void +extern void +_mesa_polygon_offset_clamp(struct gl_context *ctx, + GLfloat factor, GLfloat units, GLfloat clamp); +extern void _mesa_init_polygon( struct gl_context * ctx ); #endif diff --git a/mesalib/src/mesa/main/querymatrix.c b/mesalib/src/mesa/main/querymatrix.c index eb36c7604..ef8517571 100644 --- a/mesalib/src/mesa/main/querymatrix.c +++ b/mesalib/src/mesa/main/querymatrix.c @@ -37,8 +37,12 @@ #define INT_TO_FIXED(x) ((GLfixed) ((x) << 16)) #define FLOAT_TO_FIXED(x) ((GLfixed) ((x) * 65536.0)) -#if defined(_MSC_VER) -#if _MSC_VER < 1800 /* Not required on VS2013 and above. */ +#if defined(fpclassify) +/* ISO C99 says that fpclassify is a macro. Assume that any implementation + * of fpclassify, whether it's in a C99 compiler or not, will be a macro. + */ +#elif defined(_MSC_VER) +/* Not required on VS2013 and above. */ /* Oddly, the fpclassify() function doesn't exist in such a form * on MSVC. This is an implementation using slightly different * lower-level Windows functions. @@ -71,16 +75,8 @@ fpclassify(double x) return FP_NAN; } } -#endif /* _MSC_VER < 1800 */ - -#elif defined(__APPLE__) || defined(__CYGWIN__) || defined(__FreeBSD__) || \ - defined(__OpenBSD__) || defined(__NetBSD__) || defined(__DragonFly__) || \ - (defined(__sun) && defined(__C99FEATURES__)) || defined(__MINGW32__) || \ - (defined(__sun) && defined(__GNUC__)) || defined(ANDROID) || defined(__HAIKU__) - -/* fpclassify is available. */ -#elif !defined(_XOPEN_SOURCE) || _XOPEN_SOURCE < 600 +#else enum {FP_NAN, FP_INFINITE, FP_ZERO, FP_SUBNORMAL, FP_NORMAL} fpclassify(double x) diff --git a/mesalib/src/mesa/main/queryobj.c b/mesalib/src/mesa/main/queryobj.c index 932359c4e..1b19afe4b 100644 --- a/mesalib/src/mesa/main/queryobj.c +++ b/mesalib/src/mesa/main/queryobj.c @@ -142,6 +142,18 @@ _mesa_init_query_object_functions(struct dd_function_table *driver) driver->CheckQuery = _mesa_check_query; } +static struct gl_query_object ** +get_pipe_stats_binding_point(struct gl_context *ctx, + GLenum target) +{ + if (!_mesa_is_desktop_gl(ctx) || + !ctx->Extensions.ARB_pipeline_statistics_query) + return NULL; + + const int which = target - GL_VERTICES_SUBMITTED_ARB; + assert(which < MAX_PIPELINE_STATISTICS); + return &ctx->Query.pipeline_stats[which]; +} /** * Return pointer to the query object binding point for the given target and @@ -183,6 +195,38 @@ get_query_binding_point(struct gl_context *ctx, GLenum target, GLuint index) return &ctx->Query.PrimitivesWritten[index]; else return NULL; + + case GL_VERTICES_SUBMITTED_ARB: + case GL_PRIMITIVES_SUBMITTED_ARB: + case GL_VERTEX_SHADER_INVOCATIONS_ARB: + case GL_FRAGMENT_SHADER_INVOCATIONS_ARB: + case GL_CLIPPING_INPUT_PRIMITIVES_ARB: + case GL_CLIPPING_OUTPUT_PRIMITIVES_ARB: + return get_pipe_stats_binding_point(ctx, target); + + case GL_GEOMETRY_SHADER_INVOCATIONS: + /* GL_GEOMETRY_SHADER_INVOCATIONS is defined in a non-sequential order */ + target = GL_VERTICES_SUBMITTED_ARB + MAX_PIPELINE_STATISTICS - 1; + /* fallthrough */ + case GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED_ARB: + if (_mesa_has_geometry_shaders(ctx)) + return get_pipe_stats_binding_point(ctx, target); + else + return NULL; + + case GL_TESS_CONTROL_SHADER_PATCHES_ARB: + case GL_TESS_EVALUATION_SHADER_INVOCATIONS_ARB: + if (ctx->Extensions.ARB_tessellation_shader) + return get_pipe_stats_binding_point(ctx, target); + else + return NULL; + + case GL_COMPUTE_SHADER_INVOCATIONS_ARB: + if (_mesa_has_compute_shaders(ctx)) + return get_pipe_stats_binding_point(ctx, target); + else + return NULL; + default: return NULL; } @@ -553,6 +597,39 @@ _mesa_GetQueryIndexediv(GLenum target, GLuint index, GLenum pname, case GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN: *params = ctx->Const.QueryCounterBits.PrimitivesWritten; break; + case GL_VERTICES_SUBMITTED_ARB: + *params = ctx->Const.QueryCounterBits.VerticesSubmitted; + break; + case GL_PRIMITIVES_SUBMITTED_ARB: + *params = ctx->Const.QueryCounterBits.PrimitivesSubmitted; + break; + case GL_VERTEX_SHADER_INVOCATIONS_ARB: + *params = ctx->Const.QueryCounterBits.VsInvocations; + break; + case GL_TESS_CONTROL_SHADER_PATCHES_ARB: + *params = ctx->Const.QueryCounterBits.TessPatches; + break; + case GL_TESS_EVALUATION_SHADER_INVOCATIONS_ARB: + *params = ctx->Const.QueryCounterBits.TessInvocations; + break; + case GL_GEOMETRY_SHADER_INVOCATIONS: + *params = ctx->Const.QueryCounterBits.GsInvocations; + break; + case GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED_ARB: + *params = ctx->Const.QueryCounterBits.GsPrimitives; + break; + case GL_FRAGMENT_SHADER_INVOCATIONS_ARB: + *params = ctx->Const.QueryCounterBits.FsInvocations; + break; + case GL_COMPUTE_SHADER_INVOCATIONS_ARB: + *params = ctx->Const.QueryCounterBits.ComputeInvocations; + break; + case GL_CLIPPING_INPUT_PRIMITIVES_ARB: + *params = ctx->Const.QueryCounterBits.ClInPrimitives; + break; + case GL_CLIPPING_OUTPUT_PRIMITIVES_ARB: + *params = ctx->Const.QueryCounterBits.ClOutPrimitives; + break; default: _mesa_problem(ctx, "Unknown target in glGetQueryIndexediv(target = %s)", @@ -771,6 +848,18 @@ _mesa_init_queryobj(struct gl_context *ctx) ctx->Const.QueryCounterBits.Timestamp = 64; ctx->Const.QueryCounterBits.PrimitivesGenerated = 64; ctx->Const.QueryCounterBits.PrimitivesWritten = 64; + + ctx->Const.QueryCounterBits.VerticesSubmitted = 64; + ctx->Const.QueryCounterBits.PrimitivesSubmitted = 64; + ctx->Const.QueryCounterBits.VsInvocations = 64; + ctx->Const.QueryCounterBits.TessPatches = 64; + ctx->Const.QueryCounterBits.TessInvocations = 64; + ctx->Const.QueryCounterBits.GsInvocations = 64; + ctx->Const.QueryCounterBits.GsPrimitives = 64; + ctx->Const.QueryCounterBits.FsInvocations = 64; + ctx->Const.QueryCounterBits.ComputeInvocations = 64; + ctx->Const.QueryCounterBits.ClInPrimitives = 64; + ctx->Const.QueryCounterBits.ClOutPrimitives = 64; } diff --git a/mesalib/src/mesa/main/rastpos.c b/mesalib/src/mesa/main/rastpos.c index a9a6ceec0..2027a9bd0 100644 --- a/mesalib/src/mesa/main/rastpos.c +++ b/mesalib/src/mesa/main/rastpos.c @@ -490,7 +490,7 @@ void glWindowPos4fMESA( GLfloat x, GLfloat y, GLfloat z, GLfloat w ) */ void _mesa_init_rastpos( struct gl_context * ctx ) { - int i; + unsigned i; ASSIGN_4V( ctx->Current.RasterPos, 0.0, 0.0, 0.0, 1.0 ); ctx->Current.RasterDistance = 0.0; diff --git a/mesalib/src/mesa/main/readpix.c b/mesalib/src/mesa/main/readpix.c index b09cf5499..ca4b9431b 100644 --- a/mesalib/src/mesa/main/readpix.c +++ b/mesalib/src/mesa/main/readpix.c @@ -39,6 +39,8 @@ #include "state.h" #include "glformats.h" #include "fbobject.h" +#include "format_utils.h" +#include "pixeltransfer.h" /** @@ -405,174 +407,217 @@ read_stencil_pixels( struct gl_context *ctx, ctx->Driver.UnmapRenderbuffer(ctx, rb); } - -/** - * Try to do glReadPixels of RGBA data using swizzle. - * \return GL_TRUE if successful, GL_FALSE otherwise (use the slow path) +/* + * Read R, G, B, A, RGB, L, or LA pixels. */ -static GLboolean -read_rgba_pixels_swizzle(struct gl_context *ctx, - GLint x, GLint y, - GLsizei width, GLsizei height, - GLenum format, GLenum type, - GLvoid *pixels, - const struct gl_pixelstore_attrib *packing) +static void +read_rgba_pixels( struct gl_context *ctx, + GLint x, GLint y, + GLsizei width, GLsizei height, + GLenum format, GLenum type, GLvoid *pixels, + const struct gl_pixelstore_attrib *packing ) { - struct gl_renderbuffer *rb = ctx->ReadBuffer->_ColorReadBuffer; + GLbitfield transferOps; + bool dst_is_integer, dst_is_luminance, needs_rebase; + int dst_stride, src_stride, rb_stride; + uint32_t dst_format, src_format; GLubyte *dst, *map; - int dstStride, stride, j; - GLboolean swizzle_rb = GL_FALSE, copy_xrgb = GL_FALSE; - - /* XXX we could check for other swizzle/special cases here as needed */ - if (rb->Format == MESA_FORMAT_R8G8B8A8_UNORM && - format == GL_BGRA && - type == GL_UNSIGNED_INT_8_8_8_8_REV && - !ctx->Pack.SwapBytes) { - swizzle_rb = GL_TRUE; - } - else if (rb->Format == MESA_FORMAT_B8G8R8X8_UNORM && - format == GL_BGRA && - type == GL_UNSIGNED_INT_8_8_8_8_REV && - !ctx->Pack.SwapBytes) { - copy_xrgb = GL_TRUE; - } - else { - return GL_FALSE; - } + mesa_format rb_format; + bool needs_rgba; + void *rgba, *src; + bool src_is_uint = false; + uint8_t rebase_swizzle[4]; + struct gl_framebuffer *fb = ctx->ReadBuffer; + struct gl_renderbuffer *rb = fb->_ColorReadBuffer; - dstStride = _mesa_image_row_stride(packing, width, format, type); + if (!rb) + return; + + transferOps = get_readpixels_transfer_ops(ctx, rb->Format, format, type, + GL_FALSE); + /* Describe the dst format */ + dst_is_integer = _mesa_is_enum_format_integer(format); + dst_stride = _mesa_image_row_stride(packing, width, format, type); + dst_format = _mesa_format_from_format_and_type(format, type); + dst_is_luminance = format == GL_LUMINANCE || + format == GL_LUMINANCE_ALPHA || + format == GL_LUMINANCE_INTEGER_EXT || + format == GL_LUMINANCE_ALPHA_INTEGER_EXT; dst = (GLubyte *) _mesa_image_address2d(packing, pixels, width, height, - format, type, 0, 0); + format, type, 0, 0); + /* Map the source render buffer */ ctx->Driver.MapRenderbuffer(ctx, rb, x, y, width, height, GL_MAP_READ_BIT, - &map, &stride); + &map, &rb_stride); if (!map) { _mesa_error(ctx, GL_OUT_OF_MEMORY, "glReadPixels"); - return GL_TRUE; /* don't bother trying the slow path */ + return; } + rb_format = _mesa_get_srgb_format_linear(rb->Format); - if (swizzle_rb) { - /* swap R/B */ - for (j = 0; j < height; j++) { - int i; - for (i = 0; i < width; i++) { - GLuint *dst4 = (GLuint *) dst, *map4 = (GLuint *) map; - GLuint pixel = map4[i]; - dst4[i] = (pixel & 0xff00ff00) - | ((pixel & 0x00ff0000) >> 16) - | ((pixel & 0x000000ff) << 16); - } - dst += dstStride; - map += stride; - } - } else if (copy_xrgb) { - /* convert xrgb -> argb */ - for (j = 0; j < height; j++) { - GLuint *dst4 = (GLuint *) dst, *map4 = (GLuint *) map; - int i; - for (i = 0; i < width; i++) { - dst4[i] = map4[i] | 0xff000000; /* set A=0xff */ - } - dst += dstStride; - map += stride; - } + /* + * Depending on the base formats involved in the conversion we might need to + * rebase some values, so for these formats we compute a rebase swizzle. + */ + if (rb->_BaseFormat == GL_LUMINANCE || rb->_BaseFormat == GL_INTENSITY) { + needs_rebase = true; + rebase_swizzle[0] = MESA_FORMAT_SWIZZLE_X; + rebase_swizzle[1] = MESA_FORMAT_SWIZZLE_ZERO; + rebase_swizzle[2] = MESA_FORMAT_SWIZZLE_ZERO; + rebase_swizzle[3] = MESA_FORMAT_SWIZZLE_ONE; + } else if (rb->_BaseFormat == GL_LUMINANCE_ALPHA) { + needs_rebase = true; + rebase_swizzle[0] = MESA_FORMAT_SWIZZLE_X; + rebase_swizzle[1] = MESA_FORMAT_SWIZZLE_ZERO; + rebase_swizzle[2] = MESA_FORMAT_SWIZZLE_ZERO; + rebase_swizzle[3] = MESA_FORMAT_SWIZZLE_W; + } else if (_mesa_get_format_base_format(rb_format) != rb->_BaseFormat) { + needs_rebase = + _mesa_compute_rgba2base2rgba_component_mapping(rb->_BaseFormat, + rebase_swizzle); + } else { + needs_rebase = false; } - ctx->Driver.UnmapRenderbuffer(ctx, rb); - - return GL_TRUE; -} - -static void -slow_read_rgba_pixels( struct gl_context *ctx, - GLint x, GLint y, - GLsizei width, GLsizei height, - GLenum format, GLenum type, - GLvoid *pixels, - const struct gl_pixelstore_attrib *packing, - GLbitfield transferOps ) -{ - struct gl_renderbuffer *rb = ctx->ReadBuffer->_ColorReadBuffer; - const mesa_format rbFormat = _mesa_get_srgb_format_linear(rb->Format); - void *rgba; - GLubyte *dst, *map; - int dstStride, stride, j; - GLboolean dst_is_integer = _mesa_is_enum_format_integer(format); - GLboolean dst_is_uint = _mesa_is_format_unsigned(rbFormat); - - dstStride = _mesa_image_row_stride(packing, width, format, type); - dst = (GLubyte *) _mesa_image_address2d(packing, pixels, width, height, - format, type, 0, 0); - - ctx->Driver.MapRenderbuffer(ctx, rb, x, y, width, height, GL_MAP_READ_BIT, - &map, &stride); - if (!map) { - _mesa_error(ctx, GL_OUT_OF_MEMORY, "glReadPixels"); - return; - } + /* Since _mesa_format_convert does not handle transferOps we need to handle + * them before we call the function. This requires to convert to RGBA float + * first so we can call _mesa_apply_rgba_transfer_ops. If the dst format is + * integer transferOps do not apply. + * + * Converting to luminance also requires converting to RGBA first, so we can + * then compute luminance values as L=R+G+B. Notice that this is different + * from GetTexImage, where we compute L=R. + */ + assert(!transferOps || (transferOps && !dst_is_integer)); - rgba = malloc(width * MAX_PIXEL_BYTES); - if (!rgba) - goto done; + needs_rgba = transferOps || dst_is_luminance; + rgba = NULL; + if (needs_rgba) { + uint32_t rgba_format; + int rgba_stride; + bool need_convert; - for (j = 0; j < height; j++) { + /* Convert to RGBA float or int/uint depending on the type of the src */ if (dst_is_integer) { - _mesa_unpack_uint_rgba_row(rbFormat, width, map, (GLuint (*)[4]) rgba); - _mesa_rebase_rgba_uint(width, (GLuint (*)[4]) rgba, - rb->_BaseFormat); - if (dst_is_uint) { - _mesa_pack_rgba_span_from_uints(ctx, width, (GLuint (*)[4]) rgba, format, - type, dst); + src_is_uint = _mesa_is_format_unsigned(rb_format); + if (src_is_uint) { + rgba_format = RGBA32_UINT; + rgba_stride = width * 4 * sizeof(GLuint); } else { - _mesa_pack_rgba_span_from_ints(ctx, width, (GLint (*)[4]) rgba, format, - type, dst); + rgba_format = RGBA32_INT; + rgba_stride = width * 4 * sizeof(GLint); } } else { - _mesa_unpack_rgba_row(rbFormat, width, map, (GLfloat (*)[4]) rgba); - _mesa_rebase_rgba_float(width, (GLfloat (*)[4]) rgba, - rb->_BaseFormat); - _mesa_pack_rgba_span_float(ctx, width, (GLfloat (*)[4]) rgba, format, - type, dst, packing, transferOps); + rgba_format = RGBA32_FLOAT; + rgba_stride = width * 4 * sizeof(GLfloat); } - dst += dstStride; - map += stride; - } - - free(rgba); - -done: - ctx->Driver.UnmapRenderbuffer(ctx, rb); -} -/* - * Read R, G, B, A, RGB, L, or LA pixels. - */ -static void -read_rgba_pixels( struct gl_context *ctx, - GLint x, GLint y, - GLsizei width, GLsizei height, - GLenum format, GLenum type, GLvoid *pixels, - const struct gl_pixelstore_attrib *packing ) -{ - GLbitfield transferOps; - struct gl_framebuffer *fb = ctx->ReadBuffer; - struct gl_renderbuffer *rb = fb->_ColorReadBuffer; + /* If we are lucky and the dst format matches the RGBA format we need to + * convert to, then we can convert directly into the dst buffer and avoid + * the final conversion/copy from the rgba buffer to the dst buffer. + */ + if (dst_format == rgba_format) { + need_convert = false; + rgba = dst; + } else { + need_convert = true; + rgba = malloc(height * rgba_stride); + if (!rgba) { + _mesa_error(ctx, GL_OUT_OF_MEMORY, "glReadPixels"); + goto done_unmap; + } + } - if (!rb) - return; + /* Convert to RGBA now */ + _mesa_format_convert(rgba, rgba_format, rgba_stride, + map, rb_format, rb_stride, + width, height, + needs_rebase ? rebase_swizzle : NULL); + + /* Handle transfer ops if necessary */ + if (transferOps) + _mesa_apply_rgba_transfer_ops(ctx, transferOps, width * height, rgba); + + /* If we had to rebase, we have already taken care of that */ + needs_rebase = false; + + /* If we were lucky and our RGBA conversion matches the dst format, then + * we are done. + */ + if (!need_convert) + goto done_swap; + + /* Otherwise, we need to convert from RGBA to dst next */ + src = rgba; + src_format = rgba_format; + src_stride = rgba_stride; + } else { + /* No RGBA conversion needed, convert directly to dst */ + src = map; + src_format = rb_format; + src_stride = rb_stride; + } - transferOps = get_readpixels_transfer_ops(ctx, rb->Format, format, type, - GL_FALSE); + /* Do the conversion. + * + * If the dst format is Luminance, we need to do the conversion by computing + * L=R+G+B values. + */ + if (!dst_is_luminance) { + _mesa_format_convert(dst, dst_format, dst_stride, + src, src_format, src_stride, + width, height, + needs_rebase ? rebase_swizzle : NULL); + } else if (!dst_is_integer) { + /* Compute float Luminance values from RGBA float */ + int luminance_stride, luminance_bytes; + void *luminance; + uint32_t luminance_format; + + luminance_stride = width * sizeof(GL_FLOAT); + if (format == GL_LUMINANCE_ALPHA) + luminance_stride *= 2; + luminance_bytes = height * luminance_stride; + luminance = malloc(luminance_bytes); + if (!luminance) { + _mesa_error(ctx, GL_OUT_OF_MEMORY, "glReadPixels"); + free(rgba); + goto done_unmap; + } + _mesa_pack_luminance_from_rgba_float(width * height, src, + luminance, format, transferOps); + + /* Convert from Luminance float to dst (this will hadle type conversion + * from float to the type of dst if necessary) + */ + luminance_format = _mesa_format_from_format_and_type(format, GL_FLOAT); + _mesa_format_convert(dst, dst_format, dst_stride, + luminance, luminance_format, luminance_stride, + width, height, NULL); + } else { + _mesa_pack_luminance_from_rgba_integer(width * height, src, !src_is_uint, + dst, format, type); + } - /* Try the optimized paths first. */ - if (!transferOps && - read_rgba_pixels_swizzle(ctx, x, y, width, height, - format, type, pixels, packing)) { - return; + if (rgba) + free(rgba); + +done_swap: + /* Handle byte swapping if required */ + if (packing->SwapBytes) { + GLint swapSize = _mesa_sizeof_packed_type(type); + if (swapSize == 2 || swapSize == 4) { + int swapsPerPixel = _mesa_bytes_per_pixel(format, type) / swapSize; + assert(_mesa_bytes_per_pixel(format, type) % swapSize == 0); + if (swapSize == 2) + _mesa_swap2((GLushort *) dst, width * height * swapsPerPixel); + else if (swapSize == 4) + _mesa_swap4((GLuint *) dst, width * height * swapsPerPixel); + } } - slow_read_rgba_pixels(ctx, x, y, width, height, - format, type, pixels, packing, transferOps); +done_unmap: + ctx->Driver.UnmapRenderbuffer(ctx, rb); } /** diff --git a/mesalib/src/mesa/main/renderbuffer.c b/mesalib/src/mesa/main/renderbuffer.c index 0bc7f2b96..98f3c13b5 100644 --- a/mesalib/src/mesa/main/renderbuffer.c +++ b/mesalib/src/mesa/main/renderbuffer.c @@ -38,6 +38,8 @@ void _mesa_init_renderbuffer(struct gl_renderbuffer *rb, GLuint name) { + GET_CURRENT_CONTEXT(ctx); + mtx_init(&rb->Mutex, mtx_plain); rb->ClassID = 0; @@ -53,7 +55,23 @@ _mesa_init_renderbuffer(struct gl_renderbuffer *rb, GLuint name) rb->Width = 0; rb->Height = 0; rb->Depth = 0; - rb->InternalFormat = GL_RGBA; + + /* In GL 3, the initial format is GL_RGBA according to Table 6.26 + * on page 302 of the GL 3.3 spec. + * + * In GLES 3, the initial format is GL_RGBA4 according to Table 6.15 + * on page 258 of the GLES 3.0.4 spec. + * + * If the context is current, set the initial format based on the + * specs. If the context is not current, we cannot determine the + * API, so default to GL_RGBA. + */ + if (ctx && _mesa_is_gles3(ctx)) { + rb->InternalFormat = GL_RGBA4; + } else { + rb->InternalFormat = GL_RGBA; + } + rb->Format = MESA_FORMAT_NONE; } diff --git a/mesalib/src/mesa/main/samplerobj.c b/mesalib/src/mesa/main/samplerobj.c index 18a14d89a..d62a06bf1 100644 --- a/mesalib/src/mesa/main/samplerobj.c +++ b/mesalib/src/mesa/main/samplerobj.c @@ -732,8 +732,16 @@ _mesa_SamplerParameteri(GLuint sampler, GLenum pname, GLint param) sampObj = _mesa_lookup_samplerobj(ctx, sampler); if (!sampObj) { - _mesa_error(ctx, GL_INVALID_VALUE, "glSamplerParameteri(sampler %u)", - sampler); + /* '3.8.2 Sampler Objects' section of the GL-ES 3.0 specification states: + * + * "An INVALID_OPERATION error is generated if sampler is not the name + * of a sampler object previously returned from a call to GenSamplers." + * + * In desktop GL, an GL_INVALID_VALUE is returned instead. + */ + _mesa_error(ctx, (_mesa_is_gles(ctx) ? + GL_INVALID_OPERATION : GL_INVALID_VALUE), + "glSamplerParameteri(sampler %u)", sampler); return; } @@ -817,8 +825,16 @@ _mesa_SamplerParameterf(GLuint sampler, GLenum pname, GLfloat param) sampObj = _mesa_lookup_samplerobj(ctx, sampler); if (!sampObj) { - _mesa_error(ctx, GL_INVALID_VALUE, "glSamplerParameterf(sampler %u)", - sampler); + /* '3.8.2 Sampler Objects' section of the GL-ES 3.0 specification states: + * + * "An INVALID_OPERATION error is generated if sampler is not the name + * of a sampler object previously returned from a call to GenSamplers." + * + * In desktop GL, an GL_INVALID_VALUE is returned instead. + */ + _mesa_error(ctx, (_mesa_is_gles(ctx) ? + GL_INVALID_OPERATION : GL_INVALID_VALUE), + "glSamplerParameterf(sampler %u)", sampler); return; } @@ -901,8 +917,16 @@ _mesa_SamplerParameteriv(GLuint sampler, GLenum pname, const GLint *params) sampObj = _mesa_lookup_samplerobj(ctx, sampler); if (!sampObj) { - _mesa_error(ctx, GL_INVALID_VALUE, "glSamplerParameteriv(sampler %u)", - sampler); + /* '3.8.2 Sampler Objects' section of the GL-ES 3.0 specification states: + * + * "An INVALID_OPERATION error is generated if sampler is not the name + * of a sampler object previously returned from a call to GenSamplers." + * + * In desktop GL, an GL_INVALID_VALUE is returned instead. + */ + _mesa_error(ctx, (_mesa_is_gles(ctx) ? + GL_INVALID_OPERATION : GL_INVALID_VALUE), + "glSamplerParameteriv(sampler %u)", sampler); return; } @@ -993,8 +1017,16 @@ _mesa_SamplerParameterfv(GLuint sampler, GLenum pname, const GLfloat *params) sampObj = _mesa_lookup_samplerobj(ctx, sampler); if (!sampObj) { - _mesa_error(ctx, GL_INVALID_VALUE, "glSamplerParameterfv(sampler %u)", - sampler); + /* '3.8.2 Sampler Objects' section of the GL-ES 3.0 specification states: + * + * "An INVALID_OPERATION error is generated if sampler is not the name + * of a sampler object previously returned from a call to GenSamplers." + * + * In desktop GL, an GL_INVALID_VALUE is returned instead. + */ + _mesa_error(ctx, (_mesa_is_gles(ctx) ? + GL_INVALID_OPERATION : GL_INVALID_VALUE), + "glSamplerParameterfv(sampler %u)", sampler); return; } @@ -1249,8 +1281,16 @@ _mesa_GetSamplerParameteriv(GLuint sampler, GLenum pname, GLint *params) sampObj = _mesa_lookup_samplerobj(ctx, sampler); if (!sampObj) { - _mesa_error(ctx, GL_INVALID_VALUE, "glGetSamplerParameteriv(sampler %u)", - sampler); + /* '3.8.2 Sampler Objects' section of the GL-ES 3.0 specification states: + * + * "An INVALID_OPERATION error is generated if sampler is not the name + * of a sampler object previously returned from a call to GenSamplers." + * + * In desktop GL, an GL_INVALID_VALUE is returned instead. + */ + _mesa_error(ctx, (_mesa_is_gles(ctx) ? + GL_INVALID_OPERATION : GL_INVALID_VALUE), + "glGetSamplerParameteriv(sampler %u)", sampler); return; } @@ -1271,13 +1311,22 @@ _mesa_GetSamplerParameteriv(GLuint sampler, GLenum pname, GLint *params) *params = sampObj->MagFilter; break; case GL_TEXTURE_MIN_LOD: - *params = (GLint) sampObj->MinLod; + /* GL spec 'Data Conversions' section specifies that floating-point + * value in integer Get function is rounded to nearest integer + */ + *params = IROUND(sampObj->MinLod); break; case GL_TEXTURE_MAX_LOD: - *params = (GLint) sampObj->MaxLod; + /* GL spec 'Data Conversions' section specifies that floating-point + * value in integer Get function is rounded to nearest integer + */ + *params = IROUND(sampObj->MaxLod); break; case GL_TEXTURE_LOD_BIAS: - *params = (GLint) sampObj->LodBias; + /* GL spec 'Data Conversions' section specifies that floating-point + * value in integer Get function is rounded to nearest integer + */ + *params = IROUND(sampObj->LodBias); break; case GL_TEXTURE_COMPARE_MODE: if (!ctx->Extensions.ARB_shadow) @@ -1290,7 +1339,10 @@ _mesa_GetSamplerParameteriv(GLuint sampler, GLenum pname, GLint *params) *params = sampObj->CompareFunc; break; case GL_TEXTURE_MAX_ANISOTROPY_EXT: - *params = (GLint) sampObj->MaxAnisotropy; + /* GL spec 'Data Conversions' section specifies that floating-point + * value in integer Get function is rounded to nearest integer + */ + *params = IROUND(sampObj->MaxAnisotropy); break; case GL_TEXTURE_BORDER_COLOR: params[0] = FLOAT_TO_INT(sampObj->BorderColor.f[0]); @@ -1327,8 +1379,16 @@ _mesa_GetSamplerParameterfv(GLuint sampler, GLenum pname, GLfloat *params) sampObj = _mesa_lookup_samplerobj(ctx, sampler); if (!sampObj) { - _mesa_error(ctx, GL_INVALID_VALUE, "glGetSamplerParameterfv(sampler %u)", - sampler); + /* '3.8.2 Sampler Objects' section of the GL-ES 3.0 specification states: + * + * "An INVALID_OPERATION error is generated if sampler is not the name + * of a sampler object previously returned from a call to GenSamplers." + * + * In desktop GL, an GL_INVALID_VALUE is returned instead. + */ + _mesa_error(ctx, (_mesa_is_gles(ctx) ? + GL_INVALID_OPERATION : GL_INVALID_VALUE), + "glGetSamplerParameterfv(sampler %u)", sampler); return; } diff --git a/mesalib/src/mesa/main/set.c b/mesalib/src/mesa/main/set.c deleted file mode 100644 index 52c1dabd8..000000000 --- a/mesalib/src/mesa/main/set.c +++ /dev/null @@ -1,346 +0,0 @@ -/* - * Copyright © 2009-2012 Intel Corporation - * Copyright © 1988-2004 Keith Packard and Bart Massey. - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice (including the next - * paragraph) shall be included in all copies or substantial portions of the - * Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL - * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS - * IN THE SOFTWARE. - * - * Except as contained in this notice, the names of the authors - * or their institutions shall not be used in advertising or - * otherwise to promote the sale, use or other dealings in this - * Software without prior written authorization from the - * authors. - * - * Authors: - * Eric Anholt - * Keith Packard - */ - -#include - -#include "macros.h" -#include "set.h" -#include "util/ralloc.h" - -/* - * From Knuth -- a good choice for hash/rehash values is p, p-2 where - * p and p-2 are both prime. These tables are sized to have an extra 10% - * free to avoid exponential performance degradation as the hash table fills - */ - -uint32_t deleted_key_value; -const void *deleted_key = &deleted_key_value; - -static const struct { - uint32_t max_entries, size, rehash; -} hash_sizes[] = { - { 2, 5, 3 }, - { 4, 7, 5 }, - { 8, 13, 11 }, - { 16, 19, 17 }, - { 32, 43, 41 }, - { 64, 73, 71 }, - { 128, 151, 149 }, - { 256, 283, 281 }, - { 512, 571, 569 }, - { 1024, 1153, 1151 }, - { 2048, 2269, 2267 }, - { 4096, 4519, 4517 }, - { 8192, 9013, 9011 }, - { 16384, 18043, 18041 }, - { 32768, 36109, 36107 }, - { 65536, 72091, 72089 }, - { 131072, 144409, 144407 }, - { 262144, 288361, 288359 }, - { 524288, 576883, 576881 }, - { 1048576, 1153459, 1153457 }, - { 2097152, 2307163, 2307161 }, - { 4194304, 4613893, 4613891 }, - { 8388608, 9227641, 9227639 }, - { 16777216, 18455029, 18455027 }, - { 33554432, 36911011, 36911009 }, - { 67108864, 73819861, 73819859 }, - { 134217728, 147639589, 147639587 }, - { 268435456, 295279081, 295279079 }, - { 536870912, 590559793, 590559791 }, - { 1073741824, 1181116273, 1181116271 }, - { 2147483648ul, 2362232233ul, 2362232231ul } -}; - -static int -entry_is_free(struct set_entry *entry) -{ - return entry->key == NULL; -} - -static int -entry_is_deleted(struct set_entry *entry) -{ - return entry->key == deleted_key; -} - -static int -entry_is_present(struct set_entry *entry) -{ - return entry->key != NULL && entry->key != deleted_key; -} - -struct set * -_mesa_set_create(void *mem_ctx, - bool (*key_equals_function)(const void *a, - const void *b)) -{ - struct set *ht; - - ht = ralloc(mem_ctx, struct set); - if (ht == NULL) - return NULL; - - ht->size_index = 0; - ht->size = hash_sizes[ht->size_index].size; - ht->rehash = hash_sizes[ht->size_index].rehash; - ht->max_entries = hash_sizes[ht->size_index].max_entries; - ht->key_equals_function = key_equals_function; - ht->table = rzalloc_array(ht, struct set_entry, ht->size); - ht->entries = 0; - ht->deleted_entries = 0; - - if (ht->table == NULL) { - ralloc_free(ht); - return NULL; - } - - return ht; -} - -/** - * Frees the given set. - * - * If delete_function is passed, it gets called on each entry present before - * freeing. - */ -void -_mesa_set_destroy(struct set *ht, void (*delete_function)(struct set_entry *entry)) -{ - if (!ht) - return; - - if (delete_function) { - struct set_entry *entry; - - set_foreach (ht, entry) { - delete_function(entry); - } - } - ralloc_free(ht->table); - ralloc_free(ht); -} - -/** - * Finds a set entry with the given key and hash of that key. - * - * Returns NULL if no entry is found. - */ -struct set_entry * -_mesa_set_search(const struct set *ht, uint32_t hash, const void *key) -{ - uint32_t hash_address; - - hash_address = hash % ht->size; - do { - uint32_t double_hash; - - struct set_entry *entry = ht->table + hash_address; - - if (entry_is_free(entry)) { - return NULL; - } else if (entry_is_present(entry) && entry->hash == hash) { - if (ht->key_equals_function(key, entry->key)) { - return entry; - } - } - - double_hash = 1 + hash % ht->rehash; - - hash_address = (hash_address + double_hash) % ht->size; - } while (hash_address != hash % ht->size); - - return NULL; -} - -static void -set_rehash(struct set *ht, int new_size_index) -{ - struct set old_ht; - struct set_entry *table, *entry; - - if (new_size_index >= ARRAY_SIZE(hash_sizes)) - return; - - table = rzalloc_array(ht, struct set_entry, - hash_sizes[new_size_index].size); - if (table == NULL) - return; - - old_ht = *ht; - - ht->table = table; - ht->size_index = new_size_index; - ht->size = hash_sizes[ht->size_index].size; - ht->rehash = hash_sizes[ht->size_index].rehash; - ht->max_entries = hash_sizes[ht->size_index].max_entries; - ht->entries = 0; - ht->deleted_entries = 0; - - for (entry = old_ht.table; - entry != old_ht.table + old_ht.size; - entry++) { - if (entry_is_present(entry)) { - _mesa_set_add(ht, entry->hash, entry->key); - } - } - - ralloc_free(old_ht.table); -} - -/** - * Inserts the key with the given hash into the table. - * - * Note that insertion may rearrange the table on a resize or rehash, - * so previously found hash_entries are no longer valid after this function. - */ -struct set_entry * -_mesa_set_add(struct set *ht, uint32_t hash, const void *key) -{ - uint32_t hash_address; - - if (ht->entries >= ht->max_entries) { - set_rehash(ht, ht->size_index + 1); - } else if (ht->deleted_entries + ht->entries >= ht->max_entries) { - set_rehash(ht, ht->size_index); - } - - hash_address = hash % ht->size; - do { - struct set_entry *entry = ht->table + hash_address; - uint32_t double_hash; - - if (!entry_is_present(entry)) { - if (entry_is_deleted(entry)) - ht->deleted_entries--; - entry->hash = hash; - entry->key = key; - ht->entries++; - return entry; - } - - /* Implement replacement when another insert happens - * with a matching key. This is a relatively common - * feature of hash tables, with the alternative - * generally being "insert the new value as well, and - * return it first when the key is searched for". - * - * Note that the hash table doesn't have a delete callback. - * If freeing of old keys is required to avoid memory leaks, - * perform a search before inserting. - */ - if (entry->hash == hash && - ht->key_equals_function(key, entry->key)) { - entry->key = key; - return entry; - } - - double_hash = 1 + hash % ht->rehash; - - hash_address = (hash_address + double_hash) % ht->size; - } while (hash_address != hash % ht->size); - - /* We could hit here if a required resize failed. An unchecked-malloc - * application could ignore this result. - */ - return NULL; -} - -/** - * This function deletes the given hash table entry. - * - * Note that deletion doesn't otherwise modify the table, so an iteration over - * the table deleting entries is safe. - */ -void -_mesa_set_remove(struct set *ht, struct set_entry *entry) -{ - if (!entry) - return; - - entry->key = deleted_key; - ht->entries--; - ht->deleted_entries++; -} - -/** - * This function is an iterator over the hash table. - * - * Pass in NULL for the first entry, as in the start of a for loop. Note that - * an iteration over the table is O(table_size) not O(entries). - */ -struct set_entry * -_mesa_set_next_entry(const struct set *ht, struct set_entry *entry) -{ - if (entry == NULL) - entry = ht->table; - else - entry = entry + 1; - - for (; entry != ht->table + ht->size; entry++) { - if (entry_is_present(entry)) { - return entry; - } - } - - return NULL; -} - -struct set_entry * -_mesa_set_random_entry(struct set *ht, - int (*predicate)(struct set_entry *entry)) -{ - struct set_entry *entry; - uint32_t i = rand() % ht->size; - - if (ht->entries == 0) - return NULL; - - for (entry = ht->table + i; entry != ht->table + ht->size; entry++) { - if (entry_is_present(entry) && - (!predicate || predicate(entry))) { - return entry; - } - } - - for (entry = ht->table; entry != ht->table + i; entry++) { - if (entry_is_present(entry) && - (!predicate || predicate(entry))) { - return entry; - } - } - - return NULL; -} - diff --git a/mesalib/src/mesa/main/set.h b/mesalib/src/mesa/main/set.h deleted file mode 100644 index 206d0c4d2..000000000 --- a/mesalib/src/mesa/main/set.h +++ /dev/null @@ -1,94 +0,0 @@ -/* - * Copyright © 2009-2012 Intel Corporation - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice (including the next - * paragraph) shall be included in all copies or substantial portions of the - * Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL - * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS - * IN THE SOFTWARE. - * - * Authors: - * Eric Anholt - * - */ - -#ifndef _SET_H -#define _SET_H - -#include -#include - -#ifdef __cplusplus -extern "C" { -#endif - -struct set_entry { - uint32_t hash; - const void *key; -}; - -struct set { - void *mem_ctx; - struct set_entry *table; - bool (*key_equals_function)(const void *a, const void *b); - uint32_t size; - uint32_t rehash; - uint32_t max_entries; - uint32_t size_index; - uint32_t entries; - uint32_t deleted_entries; -}; - -struct set * -_mesa_set_create(void *mem_ctx, - bool (*key_equals_function)(const void *a, - const void *b)); -void -_mesa_set_destroy(struct set *set, - void (*delete_function)(struct set_entry *entry)); - -struct set_entry * -_mesa_set_add(struct set *set, uint32_t hash, const void *key); - -struct set_entry * -_mesa_set_search(const struct set *set, uint32_t hash, - const void *key); - -void -_mesa_set_remove(struct set *set, struct set_entry *entry); - -struct set_entry * -_mesa_set_next_entry(const struct set *set, struct set_entry *entry); - -struct set_entry * -_mesa_set_random_entry(struct set *set, - int (*predicate)(struct set_entry *entry)); - -/** - * This foreach function is safe against deletion, but not against - * insertion (which may rehash the set, making entry a dangling - * pointer). - */ -#define set_foreach(set, entry) \ - for (entry = _mesa_set_next_entry(set, NULL); \ - entry != NULL; \ - entry = _mesa_set_next_entry(set, entry)) - -#ifdef __cplusplus -} /* extern C */ -#endif - -#endif /* _SET_H */ diff --git a/mesalib/src/mesa/main/shader_query.cpp b/mesalib/src/mesa/main/shader_query.cpp index 766ad2965..df9081b73 100644 --- a/mesalib/src/mesa/main/shader_query.cpp +++ b/mesalib/src/mesa/main/shader_query.cpp @@ -109,6 +109,11 @@ _mesa_GetActiveAttrib(GLhandleARB program, GLuint desired_index, GET_CURRENT_CONTEXT(ctx); struct gl_shader_program *shProg; + if (maxLength < 0) { + _mesa_error(ctx, GL_INVALID_VALUE, "glGetActiveAttrib(maxLength < 0)"); + return; + } + shProg = _mesa_lookup_shader_program_err(ctx, program, "glGetActiveAttrib"); if (!shProg) return; diff --git a/mesalib/src/mesa/main/shaderapi.c b/mesalib/src/mesa/main/shaderapi.c index 6d831f762..52eab4655 100644 --- a/mesalib/src/mesa/main/shaderapi.c +++ b/mesalib/src/mesa/main/shaderapi.c @@ -307,7 +307,7 @@ create_shader(struct gl_context *ctx, GLenum type) } -static GLuint +static GLuint create_shader_program(struct gl_context *ctx) { GLuint name; @@ -326,8 +326,9 @@ create_shader_program(struct gl_context *ctx) /** - * Named w/ "2" to indicate OpenGL 2.x vs GL_ARB_fragment_programs's - * DeleteProgramARB. + * Delete a shader program. Actually, just decrement the program's + * reference count and mark it as DeletePending. + * Used to implement glDeleteProgram() and glDeleteObjectARB(). */ static void delete_shader_program(struct gl_context *ctx, GLuint name) @@ -430,9 +431,7 @@ detach_shader(struct gl_context *ctx, GLuint program, GLuint shader) /* not found */ { GLenum err; - if (is_shader(ctx, shader)) - err = GL_INVALID_OPERATION; - else if (is_program(ctx, shader)) + if (is_shader(ctx, shader) || is_program(ctx, shader)) err = GL_INVALID_OPERATION; else err = GL_INVALID_VALUE; @@ -449,8 +448,16 @@ static void get_attached_shaders(struct gl_context *ctx, GLuint program, GLsizei maxCount, GLsizei *count, GLuint *obj) { - struct gl_shader_program *shProg = + struct gl_shader_program *shProg; + + if (maxCount < 0) { + _mesa_error(ctx, GL_INVALID_VALUE, "glGetAttachedShaders(maxCount < 0)"); + return; + } + + shProg = _mesa_lookup_shader_program_err(ctx, program, "glGetAttachedShaders"); + if (shProg) { GLuint i; for (i = 0; i < (GLuint) maxCount && i < shProg->NumShaders; i++) { @@ -512,7 +519,8 @@ check_gs_query(struct gl_context *ctx, const struct gl_shader_program *shProg) * programs (see glGetProgramivARB). */ static void -get_programiv(struct gl_context *ctx, GLuint program, GLenum pname, GLint *params) +get_programiv(struct gl_context *ctx, GLuint program, GLenum pname, + GLint *params) { struct gl_shader_program *shProg = _mesa_lookup_shader_program(ctx, program); @@ -532,7 +540,8 @@ get_programiv(struct gl_context *ctx, GLuint program, GLenum pname, GLint *param /* Are uniform buffer objects available in this context? */ const bool has_ubo = - (ctx->API == API_OPENGL_COMPAT && ctx->Extensions.ARB_uniform_buffer_object) + (ctx->API == API_OPENGL_COMPAT && + ctx->Extensions.ARB_uniform_buffer_object) || ctx->API == API_OPENGL_CORE || _mesa_is_gles3(ctx); @@ -600,7 +609,8 @@ get_programiv(struct gl_context *ctx, GLuint program, GLenum pname, GLint *param for (i = 0; i < shProg->TransformFeedback.NumVarying; i++) { /* Add one for the terminating NUL character. */ - const GLint len = strlen(shProg->TransformFeedback.VaryingNames[i]) + 1; + const GLint len = + strlen(shProg->TransformFeedback.VaryingNames[i]) + 1; if (len > max_len) max_len = len; @@ -754,8 +764,7 @@ static void get_program_info_log(struct gl_context *ctx, GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog) { - struct gl_shader_program *shProg - = _mesa_lookup_shader_program(ctx, program); + struct gl_shader_program *shProg = _mesa_lookup_shader_program(ctx, program); if (!shProg) { _mesa_error(ctx, GL_INVALID_VALUE, "glGetProgramInfoLog(program)"); return; @@ -785,6 +794,12 @@ get_shader_source(struct gl_context *ctx, GLuint shader, GLsizei maxLength, GLsizei *length, GLchar *sourceOut) { struct gl_shader *sh; + + if (maxLength < 0) { + _mesa_error(ctx, GL_INVALID_VALUE, "glGetShaderSource(bufSize < 0)"); + return; + } + sh = _mesa_lookup_shader_err(ctx, shader, "glGetShaderSource"); if (!sh) { return; @@ -870,7 +885,6 @@ compile_shader(struct gl_context *ctx, GLuint shaderObj) } fflush(stderr); } - } if (!sh->CompileStatus) { @@ -917,7 +931,7 @@ link_program(struct gl_context *ctx, GLuint program) _mesa_glsl_link_shader(ctx, shProg); - if (shProg->LinkStatus == GL_FALSE && + if (shProg->LinkStatus == GL_FALSE && (ctx->_Shader->Flags & GLSL_REPORT_ERRORS)) { _mesa_debug(ctx, "Error linking program %u:\n%s\n", shProg->Name, shProg->InfoLog); @@ -985,8 +999,7 @@ _mesa_active_program(struct gl_context *ctx, struct gl_shader_program *shProg, } } -/** - */ + static void use_shader_program(struct gl_context *ctx, GLenum type, struct gl_shader_program *shProg, @@ -1033,6 +1046,7 @@ use_shader_program(struct gl_context *ctx, GLenum type, } } + /** * Use the named shader program for subsequent rendering. */ @@ -1070,7 +1084,7 @@ validate_shader_program(const struct gl_shader_program *shProg, any active sampler in the current program object refers to a texture image unit where fixed-function fragment processing accesses a - texture target that does not match the sampler type, or + texture target that does not match the sampler type, or the sum of the number of active samplers in the program and the number of texture image units enabled for fixed-function fragment @@ -1078,7 +1092,6 @@ validate_shader_program(const struct gl_shader_program *shProg, image units allowed. */ - /* * Check: any two active samplers in the current program object are of * different types, but refer to the same texture image unit, @@ -1672,7 +1685,7 @@ _mesa_ShaderBinary(GLint n, const GLuint* shaders, GLenum binaryformat, (void) binaryformat; (void) binary; (void) length; - _mesa_error(ctx, GL_INVALID_OPERATION, __FUNCTION__); + _mesa_error(ctx, GL_INVALID_OPERATION, "glShaderBinary"); } @@ -1681,30 +1694,46 @@ _mesa_GetProgramBinary(GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary) { struct gl_shader_program *shProg; + GLsizei length_dummy; GET_CURRENT_CONTEXT(ctx); - shProg = _mesa_lookup_shader_program_err(ctx, program, "glGetProgramBinary"); - if (!shProg) - return; - - if (!shProg->LinkStatus) { - _mesa_error(ctx, GL_INVALID_OPERATION, - "glGetProgramBinary(program %u not linked)", - shProg->Name); - return; - } - if (bufSize < 0){ _mesa_error(ctx, GL_INVALID_VALUE, "glGetProgramBinary(bufSize < 0)"); return; } + shProg = _mesa_lookup_shader_program_err(ctx, program, "glGetProgramBinary"); + if (!shProg) + return; + /* The ARB_get_program_binary spec says: * * "If is NULL, then no length is returned." + * + * Ensure that length always points to valid storage to avoid multiple NULL + * pointer checks below. */ if (length != NULL) + length = &length_dummy; + + + /* The ARB_get_program_binary spec says: + * + * "When a program object's LINK_STATUS is FALSE, its program binary + * length is zero, and a call to GetProgramBinary will generate an + * INVALID_OPERATION error. + */ + if (!shProg->LinkStatus) { + _mesa_error(ctx, GL_INVALID_OPERATION, + "glGetProgramBinary(program %u not linked)", + shProg->Name); *length = 0; + return; + } + + *length = 0; + _mesa_error(ctx, GL_INVALID_OPERATION, + "glGetProgramBinary(driver supports zero binary formats)"); (void) binaryFormat; (void) binary; @@ -1723,8 +1752,31 @@ _mesa_ProgramBinary(GLuint program, GLenum binaryFormat, (void) binaryFormat; (void) binary; - (void) length; - _mesa_error(ctx, GL_INVALID_OPERATION, __FUNCTION__); + + /* Section 2.3.1 (Errors) of the OpenGL 4.5 spec says: + * + * "If a negative number is provided where an argument of type sizei or + * sizeiptr is specified, an INVALID_VALUE error is generated." + */ + if (length < 0) { + _mesa_error(ctx, GL_INVALID_VALUE, "glProgramBinary(length < 0)"); + return; + } + + /* The ARB_get_program_binary spec says: + * + * " and must be those returned by a previous + * call to GetProgramBinary, and must be the length of the + * program binary as returned by GetProgramBinary or GetProgramiv with + * PROGRAM_BINARY_LENGTH. Loading the program binary will fail, + * setting the LINK_STATUS of to FALSE, if these conditions + * are not met." + * + * Since any value of binaryFormat passed "is not one of those specified as + * allowable for [this] command, an INVALID_ENUM error is generated." + */ + shProg->LinkStatus = GL_FALSE; + _mesa_error(ctx, GL_INVALID_ENUM, "glProgramBinary"); } @@ -1755,12 +1807,7 @@ _mesa_ProgramParameteri(GLuint program, GLenum pname, GLint value) * ProgramParameteri is not TRUE or FALSE." */ if (value != GL_TRUE && value != GL_FALSE) { - _mesa_error(ctx, GL_INVALID_VALUE, - "glProgramParameteri(pname=%s, value=%d): " - "value must be 0 or 1.", - _mesa_lookup_enum_by_nr(pname), - value); - return; + goto invalid_value; } /* No need to notify the driver. Any changes will actually take effect @@ -1791,24 +1838,26 @@ _mesa_ProgramParameteri(GLuint program, GLenum pname, GLint value) * Chapter 7.3 Program Objects */ if (value != GL_TRUE && value != GL_FALSE) { - _mesa_error(ctx, GL_INVALID_VALUE, - "glProgramParameteri(pname=%s, value=%d): " - "value must be 0 or 1.", - _mesa_lookup_enum_by_nr(pname), - value); - return; + goto invalid_value; } shProg->SeparateShader = value; return; default: - break; + _mesa_error(ctx, GL_INVALID_ENUM, "glProgramParameteri(pname=%s)", + _mesa_lookup_enum_by_nr(pname)); + return; } - _mesa_error(ctx, GL_INVALID_ENUM, "glProgramParameteri(pname=%s)", - _mesa_lookup_enum_by_nr(pname)); +invalid_value: + _mesa_error(ctx, GL_INVALID_VALUE, + "glProgramParameteri(pname=%s, value=%d): " + "value must be 0 or 1.", + _mesa_lookup_enum_by_nr(pname), + value); } + void _mesa_use_shader_program(struct gl_context *ctx, GLenum type, struct gl_shader_program *shProg, diff --git a/mesalib/src/mesa/main/shaderobj.c b/mesalib/src/mesa/main/shaderobj.c index 81bd7829d..02ccf450b 100644 --- a/mesalib/src/mesa/main/shaderobj.c +++ b/mesalib/src/mesa/main/shaderobj.c @@ -193,9 +193,9 @@ _mesa_lookup_shader_err(struct gl_context *ctx, GLuint name, const char *caller) * Then set ptr to point to shProg, incrementing its refcount. */ void -_mesa_reference_shader_program(struct gl_context *ctx, - struct gl_shader_program **ptr, - struct gl_shader_program *shProg) +_mesa_reference_shader_program_(struct gl_context *ctx, + struct gl_shader_program **ptr, + struct gl_shader_program *shProg) { assert(ptr); if (*ptr == shProg) { diff --git a/mesalib/src/mesa/main/shaderobj.h b/mesalib/src/mesa/main/shaderobj.h index 05ddfeb50..92f7a33ee 100644 --- a/mesalib/src/mesa/main/shaderobj.h +++ b/mesalib/src/mesa/main/shaderobj.h @@ -62,9 +62,20 @@ _mesa_lookup_shader_err(struct gl_context *ctx, GLuint name, const char *caller) extern void -_mesa_reference_shader_program(struct gl_context *ctx, +_mesa_reference_shader_program_(struct gl_context *ctx, struct gl_shader_program **ptr, struct gl_shader_program *shProg); + +static inline void +_mesa_reference_shader_program(struct gl_context *ctx, + struct gl_shader_program **ptr, + struct gl_shader_program *shProg) +{ + if (*ptr != shProg) + _mesa_reference_shader_program_(ctx, ptr, shProg); +} + + extern void _mesa_init_shader(struct gl_context *ctx, struct gl_shader *shader); diff --git a/mesalib/src/mesa/main/shared.c b/mesalib/src/mesa/main/shared.c index f74a8232f..ccf5355f3 100644 --- a/mesalib/src/mesa/main/shared.c +++ b/mesalib/src/mesa/main/shared.c @@ -36,12 +36,12 @@ #include "program/program.h" #include "dlist.h" #include "samplerobj.h" -#include "set.h" #include "shaderapi.h" #include "shaderobj.h" #include "syncobj.h" #include "util/hash_table.h" +#include "util/set.h" /** * Allocate and initialize a shared context state structure. @@ -119,7 +119,8 @@ _mesa_alloc_shared_state(struct gl_context *ctx) shared->FrameBuffers = _mesa_NewHashTable(); shared->RenderBuffers = _mesa_NewHashTable(); - shared->SyncObjects = _mesa_set_create(NULL, _mesa_key_pointer_equal); + shared->SyncObjects = _mesa_set_create(NULL, _mesa_hash_pointer, + _mesa_key_pointer_equal); return shared; } diff --git a/mesalib/src/mesa/main/simple_list.h b/mesalib/src/mesa/main/simple_list.h deleted file mode 100644 index 903432dce..000000000 --- a/mesalib/src/mesa/main/simple_list.h +++ /dev/null @@ -1,210 +0,0 @@ -/** - * \file simple_list.h - * Simple macros for type-safe, intrusive lists. - * - * Intended to work with a list sentinal which is created as an empty - * list. Insert & delete are O(1). - * - * \author - * (C) 1997, Keith Whitwell - */ - -/* - * Mesa 3-D graphics library - * - * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL - * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - * OTHER DEALINGS IN THE SOFTWARE. - */ - - -#ifndef _SIMPLE_LIST_H -#define _SIMPLE_LIST_H - -#ifdef __cplusplus -extern "C" { -#endif - -struct simple_node { - struct simple_node *next; - struct simple_node *prev; -}; - -/** - * Remove an element from list. - * - * \param elem element to remove. - */ -#define remove_from_list(elem) \ -do { \ - (elem)->next->prev = (elem)->prev; \ - (elem)->prev->next = (elem)->next; \ -} while (0) - -/** - * Insert an element to the list head. - * - * \param list list. - * \param elem element to insert. - */ -#define insert_at_head(list, elem) \ -do { \ - (elem)->prev = list; \ - (elem)->next = (list)->next; \ - (list)->next->prev = elem; \ - (list)->next = elem; \ -} while(0) - -/** - * Insert an element to the list tail. - * - * \param list list. - * \param elem element to insert. - */ -#define insert_at_tail(list, elem) \ -do { \ - (elem)->next = list; \ - (elem)->prev = (list)->prev; \ - (list)->prev->next = elem; \ - (list)->prev = elem; \ -} while(0) - -/** - * Move an element to the list head. - * - * \param list list. - * \param elem element to move. - */ -#define move_to_head(list, elem) \ -do { \ - remove_from_list(elem); \ - insert_at_head(list, elem); \ -} while (0) - -/** - * Move an element to the list tail. - * - * \param list list. - * \param elem element to move. - */ -#define move_to_tail(list, elem) \ -do { \ - remove_from_list(elem); \ - insert_at_tail(list, elem); \ -} while (0) - -/** - * Make a empty list empty. - * - * \param sentinal list (sentinal element). - */ -#define make_empty_list(sentinal) \ -do { \ - (sentinal)->next = sentinal; \ - (sentinal)->prev = sentinal; \ -} while (0) - -/** - * Get list first element. - * - * \param list list. - * - * \return pointer to first element. - */ -#define first_elem(list) ((list)->next) - -/** - * Get list last element. - * - * \param list list. - * - * \return pointer to last element. - */ -#define last_elem(list) ((list)->prev) - -/** - * Get next element. - * - * \param elem element. - * - * \return pointer to next element. - */ -#define next_elem(elem) ((elem)->next) - -/** - * Get previous element. - * - * \param elem element. - * - * \return pointer to previous element. - */ -#define prev_elem(elem) ((elem)->prev) - -/** - * Test whether element is at end of the list. - * - * \param list list. - * \param elem element. - * - * \return non-zero if element is at end of list, or zero otherwise. - */ -#define at_end(list, elem) ((elem) == (list)) - -/** - * Test if a list is empty. - * - * \param list list. - * - * \return non-zero if list empty, or zero otherwise. - */ -#define is_empty_list(list) ((list)->next == (list)) - -/** - * Walk through the elements of a list. - * - * \param ptr pointer to the current element. - * \param list list. - * - * \note It should be followed by a { } block or a single statement, as in a \c - * for loop. - */ -#define foreach(ptr, list) \ - for( ptr=(list)->next ; ptr!=list ; ptr=(ptr)->next ) - -/** - * Walk through the elements of a list. - * - * Same as #foreach but lets you unlink the current value during a list - * traversal. Useful for freeing a list, element by element. - * - * \param ptr pointer to the current element. - * \param t temporary pointer. - * \param list list. - * - * \note It should be followed by a { } block or a single statement, as in a \c - * for loop. - */ -#define foreach_s(ptr, t, list) \ - for(ptr=(list)->next,t=(ptr)->next; list != ptr; ptr=t, t=(t)->next) - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/mesalib/src/mesa/main/stencil.c b/mesalib/src/mesa/main/stencil.c index f65116abe..2a19a17b8 100644 --- a/mesalib/src/mesa/main/stencil.c +++ b/mesalib/src/mesa/main/stencil.c @@ -573,12 +573,24 @@ _mesa_init_stencil(struct gl_context *ctx) ctx->Stencil.Ref[0] = 0; ctx->Stencil.Ref[1] = 0; ctx->Stencil.Ref[2] = 0; - ctx->Stencil.ValueMask[0] = ~0U; - ctx->Stencil.ValueMask[1] = ~0U; - ctx->Stencil.ValueMask[2] = ~0U; - ctx->Stencil.WriteMask[0] = ~0U; - ctx->Stencil.WriteMask[1] = ~0U; - ctx->Stencil.WriteMask[2] = ~0U; + + /* 4.1.4 Stencil Test section of the GL-ES 3.0 specification says: + * + * "In the initial state, [...] the front and back stencil mask are both + * set to the value 2^s − 1, where s is greater than or equal to the + * number of bits in the deepest stencil buffer* supported by the GL + * implementation." + * + * Since the maximum supported precision for stencil buffers is 8 bits, + * mask values should be initialized to 2^8 - 1 = 0xFF. + */ + ctx->Stencil.ValueMask[0] = 0xFF; + ctx->Stencil.ValueMask[1] = 0xFF; + ctx->Stencil.ValueMask[2] = 0xFF; + ctx->Stencil.WriteMask[0] = 0xFF; + ctx->Stencil.WriteMask[1] = 0xFF; + ctx->Stencil.WriteMask[2] = 0xFF; + ctx->Stencil.Clear = 0; ctx->Stencil._BackFace = 1; } diff --git a/mesalib/src/mesa/main/syncobj.c b/mesalib/src/mesa/main/syncobj.c index 225399eda..c1b2d3bed 100644 --- a/mesalib/src/mesa/main/syncobj.c +++ b/mesalib/src/mesa/main/syncobj.c @@ -63,8 +63,8 @@ #include "get.h" #include "dispatch.h" #include "mtypes.h" -#include "set.h" #include "util/hash_table.h" +#include "util/set.h" #include "syncobj.h" @@ -173,9 +173,7 @@ _mesa_validate_sync(struct gl_context *ctx, const struct gl_sync_object *syncObj) { return (syncObj != NULL) - && _mesa_set_search(ctx->Shared->SyncObjects, - _mesa_hash_pointer(syncObj), - syncObj) != NULL + && _mesa_set_search(ctx->Shared->SyncObjects, syncObj) != NULL && (syncObj->Type == GL_SYNC_FENCE) && !syncObj->DeletePending; } @@ -198,9 +196,7 @@ _mesa_unref_sync_object(struct gl_context *ctx, struct gl_sync_object *syncObj) mtx_lock(&ctx->Shared->Mutex); syncObj->RefCount--; if (syncObj->RefCount == 0) { - entry = _mesa_set_search(ctx->Shared->SyncObjects, - _mesa_hash_pointer(syncObj), - syncObj); + entry = _mesa_set_search(ctx->Shared->SyncObjects, syncObj); assert (entry != NULL); _mesa_set_remove(ctx->Shared->SyncObjects, entry); mtx_unlock(&ctx->Shared->Mutex); @@ -289,9 +285,7 @@ _mesa_FenceSync(GLenum condition, GLbitfield flags) ctx->Driver.FenceSync(ctx, syncObj, condition, flags); mtx_lock(&ctx->Shared->Mutex); - _mesa_set_add(ctx->Shared->SyncObjects, - _mesa_hash_pointer(syncObj), - syncObj); + _mesa_set_add(ctx->Shared->SyncObjects, syncObj); mtx_unlock(&ctx->Shared->Mutex); return (GLsync) syncObj; diff --git a/mesalib/src/mesa/main/texcompress_bptc.c b/mesalib/src/mesa/main/texcompress_bptc.c index 9204f123e..c944ac26f 100644 --- a/mesalib/src/mesa/main/texcompress_bptc.c +++ b/mesalib/src/mesa/main/texcompress_bptc.c @@ -1276,7 +1276,6 @@ _mesa_texstore_bptc_rgba_unorm(TEXSTORE_PARAMS) { const GLubyte *pixels; const GLubyte *tempImage = NULL; - GLenum baseFormat; int rowstride; if (srcFormat != GL_RGBA || @@ -1284,15 +1283,19 @@ _mesa_texstore_bptc_rgba_unorm(TEXSTORE_PARAMS) ctx->_ImageTransferState || srcPacking->SwapBytes) { /* convert image to RGBA/ubyte */ - baseFormat = _mesa_get_format_base_format(dstFormat); - tempImage = _mesa_make_temp_ubyte_image(ctx, dims, - baseInternalFormat, - baseFormat, - srcWidth, srcHeight, srcDepth, - srcFormat, srcType, srcAddr, - srcPacking); + GLubyte *tempImageSlices[1]; + int rgbaRowStride = 4 * srcWidth * sizeof(GLubyte); + tempImage = malloc(srcWidth * srcHeight * 4 * sizeof(GLubyte)); if (!tempImage) return GL_FALSE; /* out of memory */ + tempImageSlices[0] = (GLubyte *) tempImage; + _mesa_texstore(ctx, dims, + baseInternalFormat, + MESA_FORMAT_R8G8B8A8_UNORM, + rgbaRowStride, tempImageSlices, + srcWidth, srcHeight, srcDepth, + srcFormat, srcType, srcAddr, + srcPacking); pixels = tempImage; rowstride = srcWidth * 4; @@ -1584,7 +1587,6 @@ texstore_bptc_rgb_float(TEXSTORE_PARAMS, { const float *pixels; const float *tempImage = NULL; - GLenum baseFormat; int rowstride; if (srcFormat != GL_RGB || @@ -1592,16 +1594,19 @@ texstore_bptc_rgb_float(TEXSTORE_PARAMS, ctx->_ImageTransferState || srcPacking->SwapBytes) { /* convert image to RGB/float */ - baseFormat = _mesa_get_format_base_format(dstFormat); - tempImage = _mesa_make_temp_float_image(ctx, dims, - baseInternalFormat, - baseFormat, - srcWidth, srcHeight, srcDepth, - srcFormat, srcType, srcAddr, - srcPacking, - ctx->_ImageTransferState); + GLfloat *tempImageSlices[1]; + int rgbRowStride = 3 * srcWidth * sizeof(GLfloat); + tempImage = malloc(srcWidth * srcHeight * 3 * sizeof(GLfloat)); if (!tempImage) return GL_FALSE; /* out of memory */ + tempImageSlices[0] = (GLfloat *) tempImage; + _mesa_texstore(ctx, dims, + baseInternalFormat, + MESA_FORMAT_RGB_FLOAT32, + rgbRowStride, (GLubyte **)tempImageSlices, + srcWidth, srcHeight, srcDepth, + srcFormat, srcType, srcAddr, + srcPacking); pixels = tempImage; rowstride = srcWidth * sizeof(float) * 3; diff --git a/mesalib/src/mesa/main/texcompress_fxt1.c b/mesalib/src/mesa/main/texcompress_fxt1.c index 61b01c6b4..7b25e1039 100644 --- a/mesalib/src/mesa/main/texcompress_fxt1.c +++ b/mesalib/src/mesa/main/texcompress_fxt1.c @@ -69,14 +69,19 @@ _mesa_texstore_rgb_fxt1(TEXSTORE_PARAMS) srcPacking->RowLength != srcWidth || srcPacking->SwapBytes) { /* convert image to RGB/GLubyte */ - tempImage = _mesa_make_temp_ubyte_image(ctx, dims, - baseInternalFormat, - _mesa_get_format_base_format(dstFormat), - srcWidth, srcHeight, srcDepth, - srcFormat, srcType, srcAddr, - srcPacking); + GLubyte *tempImageSlices[1]; + int rgbRowStride = 3 * srcWidth * sizeof(GLubyte); + tempImage = malloc(srcWidth * srcHeight * 3 * sizeof(GLubyte)); if (!tempImage) return GL_FALSE; /* out of memory */ + tempImageSlices[0] = (GLubyte *) tempImage; + _mesa_texstore(ctx, dims, + baseInternalFormat, + MESA_FORMAT_RGB_UNORM8, + rgbRowStride, tempImageSlices, + srcWidth, srcHeight, srcDepth, + srcFormat, srcType, srcAddr, + srcPacking); pixels = tempImage; srcRowStride = 3 * srcWidth; srcFormat = GL_RGB; @@ -118,14 +123,19 @@ _mesa_texstore_rgba_fxt1(TEXSTORE_PARAMS) ctx->_ImageTransferState || srcPacking->SwapBytes) { /* convert image to RGBA/GLubyte */ - tempImage = _mesa_make_temp_ubyte_image(ctx, dims, - baseInternalFormat, - _mesa_get_format_base_format(dstFormat), - srcWidth, srcHeight, srcDepth, - srcFormat, srcType, srcAddr, - srcPacking); + GLubyte *tempImageSlices[1]; + int rgbaRowStride = 4 * srcWidth * sizeof(GLubyte); + tempImage = malloc(srcWidth * srcHeight * 4 * sizeof(GLubyte)); if (!tempImage) return GL_FALSE; /* out of memory */ + tempImageSlices[0] = (GLubyte *) tempImage; + _mesa_texstore(ctx, dims, + baseInternalFormat, + MESA_FORMAT_R8G8B8A8_UNORM, + rgbaRowStride, tempImageSlices, + srcWidth, srcHeight, srcDepth, + srcFormat, srcType, srcAddr, + srcPacking); pixels = tempImage; srcRowStride = 4 * srcWidth; srcFormat = GL_RGBA; diff --git a/mesalib/src/mesa/main/texcompress_rgtc.c b/mesalib/src/mesa/main/texcompress_rgtc.c index f7ee24d47..e3042011a 100644 --- a/mesalib/src/mesa/main/texcompress_rgtc.c +++ b/mesalib/src/mesa/main/texcompress_rgtc.c @@ -83,18 +83,24 @@ _mesa_texstore_red_rgtc1(TEXSTORE_PARAMS) const GLubyte *srcaddr; GLubyte srcpixels[4][4]; GLubyte *blkaddr; - GLint dstRowDiff; + GLint dstRowDiff, redRowStride; + GLubyte *tempImageSlices[1]; + ASSERT(dstFormat == MESA_FORMAT_R_RGTC1_UNORM || dstFormat == MESA_FORMAT_L_LATC1_UNORM); - tempImage = _mesa_make_temp_ubyte_image(ctx, dims, - baseInternalFormat, - _mesa_get_format_base_format(dstFormat), - srcWidth, srcHeight, srcDepth, - srcFormat, srcType, srcAddr, - srcPacking); + tempImage = malloc(srcWidth * srcHeight * 1 * sizeof(GLubyte)); if (!tempImage) return GL_FALSE; /* out of memory */ + redRowStride = 1 * srcWidth * sizeof(GLubyte); + tempImageSlices[0] = (GLubyte *) tempImage; + _mesa_texstore(ctx, dims, + baseInternalFormat, + MESA_FORMAT_R_UNORM8, + redRowStride, tempImageSlices, + srcWidth, srcHeight, srcDepth, + srcFormat, srcType, srcAddr, + srcPacking); dst = dstSlices[0]; @@ -130,18 +136,24 @@ _mesa_texstore_signed_red_rgtc1(TEXSTORE_PARAMS) const GLfloat *srcaddr; GLbyte srcpixels[4][4]; GLbyte *blkaddr; - GLint dstRowDiff; + GLint dstRowDiff, redRowStride; + GLfloat *tempImageSlices[1]; + ASSERT(dstFormat == MESA_FORMAT_R_RGTC1_SNORM || dstFormat == MESA_FORMAT_L_LATC1_SNORM); - tempImage = _mesa_make_temp_float_image(ctx, dims, - baseInternalFormat, - _mesa_get_format_base_format(dstFormat), - srcWidth, srcHeight, srcDepth, - srcFormat, srcType, srcAddr, - srcPacking, 0x0); + redRowStride = 1 * srcWidth * sizeof(GLfloat); + tempImage = malloc(srcWidth * srcHeight * 1 * sizeof(GLfloat)); if (!tempImage) return GL_FALSE; /* out of memory */ + tempImageSlices[0] = (GLfloat *) tempImage; + _mesa_texstore(ctx, dims, + baseInternalFormat, + MESA_FORMAT_R_FLOAT32, + redRowStride, (GLubyte **)tempImageSlices, + srcWidth, srcHeight, srcDepth, + srcFormat, srcType, srcAddr, + srcPacking); dst = (GLbyte *) dstSlices[0]; @@ -177,19 +189,30 @@ _mesa_texstore_rg_rgtc2(TEXSTORE_PARAMS) const GLubyte *srcaddr; GLubyte srcpixels[4][4]; GLubyte *blkaddr; - GLint dstRowDiff; + GLint dstRowDiff, rgRowStride; + mesa_format tempFormat; + GLubyte *tempImageSlices[1]; ASSERT(dstFormat == MESA_FORMAT_RG_RGTC2_UNORM || dstFormat == MESA_FORMAT_LA_LATC2_UNORM); - tempImage = _mesa_make_temp_ubyte_image(ctx, dims, - baseInternalFormat, - _mesa_get_format_base_format(dstFormat), - srcWidth, srcHeight, srcDepth, - srcFormat, srcType, srcAddr, - srcPacking); + if (baseInternalFormat == GL_RG) + tempFormat = MESA_FORMAT_R8G8_UNORM; + else + tempFormat = MESA_FORMAT_L8A8_UNORM; + + rgRowStride = 2 * srcWidth * sizeof(GLubyte); + tempImage = malloc(srcWidth * srcHeight * 2 * sizeof(GLubyte)); if (!tempImage) return GL_FALSE; /* out of memory */ + tempImageSlices[0] = (GLubyte *) tempImage; + _mesa_texstore(ctx, dims, + baseInternalFormat, + tempFormat, + rgRowStride, tempImageSlices, + srcWidth, srcHeight, srcDepth, + srcFormat, srcType, srcAddr, + srcPacking); dst = dstSlices[0]; @@ -231,19 +254,30 @@ _mesa_texstore_signed_rg_rgtc2(TEXSTORE_PARAMS) const GLfloat *srcaddr; GLbyte srcpixels[4][4]; GLbyte *blkaddr; - GLint dstRowDiff; + GLint dstRowDiff, rgRowStride; + mesa_format tempFormat; + GLfloat *tempImageSlices[1]; ASSERT(dstFormat == MESA_FORMAT_RG_RGTC2_SNORM || dstFormat == MESA_FORMAT_LA_LATC2_SNORM); - tempImage = _mesa_make_temp_float_image(ctx, dims, - baseInternalFormat, - _mesa_get_format_base_format(dstFormat), - srcWidth, srcHeight, srcDepth, - srcFormat, srcType, srcAddr, - srcPacking, 0x0); + if (baseInternalFormat == GL_RG) + tempFormat = MESA_FORMAT_RG_FLOAT32; + else + tempFormat = MESA_FORMAT_LA_FLOAT32; + + rgRowStride = 2 * srcWidth * sizeof(GLfloat); + tempImage = malloc(srcWidth * srcHeight * 2 * sizeof(GLfloat)); if (!tempImage) return GL_FALSE; /* out of memory */ + tempImageSlices[0] = (GLfloat *) tempImage; + _mesa_texstore(ctx, dims, + baseInternalFormat, + tempFormat, + rgRowStride, (GLubyte **)tempImageSlices, + srcWidth, srcHeight, srcDepth, + srcFormat, srcType, srcAddr, + srcPacking); dst = (GLbyte *) dstSlices[0]; diff --git a/mesalib/src/mesa/main/texcompress_s3tc.c b/mesalib/src/mesa/main/texcompress_s3tc.c index 254f84ef7..bfb53dce4 100644 --- a/mesalib/src/mesa/main/texcompress_s3tc.c +++ b/mesalib/src/mesa/main/texcompress_s3tc.c @@ -142,14 +142,19 @@ _mesa_texstore_rgb_dxt1(TEXSTORE_PARAMS) srcPacking->RowLength != srcWidth || srcPacking->SwapBytes) { /* convert image to RGB/GLubyte */ - tempImage = _mesa_make_temp_ubyte_image(ctx, dims, - baseInternalFormat, - _mesa_get_format_base_format(dstFormat), - srcWidth, srcHeight, srcDepth, - srcFormat, srcType, srcAddr, - srcPacking); + GLubyte *tempImageSlices[1]; + int rgbRowStride = 3 * srcWidth * sizeof(GLubyte); + tempImage = malloc(srcWidth * srcHeight * 3 * sizeof(GLubyte)); if (!tempImage) return GL_FALSE; /* out of memory */ + tempImageSlices[0] = (GLubyte *) tempImage; + _mesa_texstore(ctx, dims, + baseInternalFormat, + MESA_FORMAT_RGB_UNORM8, + rgbRowStride, tempImageSlices, + srcWidth, srcHeight, srcDepth, + srcFormat, srcType, srcAddr, + srcPacking); pixels = tempImage; srcFormat = GL_RGB; } @@ -194,14 +199,19 @@ _mesa_texstore_rgba_dxt1(TEXSTORE_PARAMS) srcPacking->RowLength != srcWidth || srcPacking->SwapBytes) { /* convert image to RGBA/GLubyte */ - tempImage = _mesa_make_temp_ubyte_image(ctx, dims, - baseInternalFormat, - _mesa_get_format_base_format(dstFormat), - srcWidth, srcHeight, srcDepth, - srcFormat, srcType, srcAddr, - srcPacking); + GLubyte *tempImageSlices[1]; + int rgbaRowStride = 4 * srcWidth * sizeof(GLubyte); + tempImage = malloc(srcWidth * srcHeight * 4 * sizeof(GLubyte)); if (!tempImage) return GL_FALSE; /* out of memory */ + tempImageSlices[0] = (GLubyte *) tempImage; + _mesa_texstore(ctx, dims, + baseInternalFormat, + MESA_FORMAT_R8G8B8A8_UNORM, + rgbaRowStride, tempImageSlices, + srcWidth, srcHeight, srcDepth, + srcFormat, srcType, srcAddr, + srcPacking); pixels = tempImage; srcFormat = GL_RGBA; } @@ -246,14 +256,19 @@ _mesa_texstore_rgba_dxt3(TEXSTORE_PARAMS) srcPacking->RowLength != srcWidth || srcPacking->SwapBytes) { /* convert image to RGBA/GLubyte */ - tempImage = _mesa_make_temp_ubyte_image(ctx, dims, - baseInternalFormat, - _mesa_get_format_base_format(dstFormat), - srcWidth, srcHeight, srcDepth, - srcFormat, srcType, srcAddr, - srcPacking); + GLubyte *tempImageSlices[1]; + int rgbaRowStride = 4 * srcWidth * sizeof(GLubyte); + tempImage = malloc(srcWidth * srcHeight * 4 * sizeof(GLubyte)); if (!tempImage) return GL_FALSE; /* out of memory */ + tempImageSlices[0] = (GLubyte *) tempImage; + _mesa_texstore(ctx, dims, + baseInternalFormat, + MESA_FORMAT_R8G8B8A8_UNORM, + rgbaRowStride, tempImageSlices, + srcWidth, srcHeight, srcDepth, + srcFormat, srcType, srcAddr, + srcPacking); pixels = tempImage; } else { @@ -297,14 +312,19 @@ _mesa_texstore_rgba_dxt5(TEXSTORE_PARAMS) srcPacking->RowLength != srcWidth || srcPacking->SwapBytes) { /* convert image to RGBA/GLubyte */ - tempImage = _mesa_make_temp_ubyte_image(ctx, dims, - baseInternalFormat, - _mesa_get_format_base_format(dstFormat), - srcWidth, srcHeight, srcDepth, - srcFormat, srcType, srcAddr, - srcPacking); + GLubyte *tempImageSlices[1]; + int rgbaRowStride = 4 * srcWidth * sizeof(GLubyte); + tempImage = malloc(srcWidth * srcHeight * 4 * sizeof(GLubyte)); if (!tempImage) return GL_FALSE; /* out of memory */ + tempImageSlices[0] = (GLubyte *) tempImage; + _mesa_texstore(ctx, dims, + baseInternalFormat, + MESA_FORMAT_R8G8B8A8_UNORM, + rgbaRowStride, tempImageSlices, + srcWidth, srcHeight, srcDepth, + srcFormat, srcType, srcAddr, + srcPacking); pixels = tempImage; } else { diff --git a/mesalib/src/mesa/main/texgetimage.c b/mesalib/src/mesa/main/texgetimage.c index cb5f7936c..24df5b6f8 100644 --- a/mesalib/src/mesa/main/texgetimage.c +++ b/mesalib/src/mesa/main/texgetimage.c @@ -44,9 +44,10 @@ #include "texcompress.h" #include "texgetimage.h" #include "teximage.h" +#include "texobj.h" #include "texstore.h" - - +#include "format_utils.h" +#include "pixeltransfer.h" /** * Can the given type represent negative values? @@ -241,13 +242,15 @@ get_tex_rgba_compressed(struct gl_context *ctx, GLuint dimensions, const mesa_format texFormat = _mesa_get_srgb_format_linear(texImage->TexFormat); const GLenum baseFormat = _mesa_get_format_base_format(texFormat); - const GLenum destBaseFormat = _mesa_base_tex_format(ctx, format); - GLenum rebaseFormat = GL_NONE; const GLuint width = texImage->Width; const GLuint height = texImage->Height; const GLuint depth = texImage->Depth; - GLfloat *tempImage, *tempSlice, *srcRow; - GLuint row, slice; + GLfloat *tempImage, *tempSlice; + GLuint slice; + int srcStride, dstStride; + uint32_t dstFormat; + bool needsRebase; + uint8_t rebaseSwizzle[4]; /* Decompress into temp float buffer, then pack into user buffer */ tempImage = malloc(width * height * depth @@ -281,46 +284,39 @@ get_tex_rgba_compressed(struct gl_context *ctx, GLuint dimensions, } } + /* Depending on the base format involved we may need to apply a rebase + * tranaform (for example: if we download to a Luminance format we want + * G=0 and B=0). + */ if (baseFormat == GL_LUMINANCE || - baseFormat == GL_INTENSITY || - baseFormat == GL_LUMINANCE_ALPHA) { - /* If a luminance (or intensity) texture is read back as RGB(A), the - * returned value should be (L,0,0,1), not (L,L,L,1). Set rebaseFormat - * here to get G=B=0. - */ - rebaseFormat = texImage->_BaseFormat; - } - else if ((baseFormat == GL_RGBA || - baseFormat == GL_RGB || - baseFormat == GL_RG) && - (destBaseFormat == GL_LUMINANCE || - destBaseFormat == GL_LUMINANCE_ALPHA || - destBaseFormat == GL_LUMINANCE_INTEGER_EXT || - destBaseFormat == GL_LUMINANCE_ALPHA_INTEGER_EXT)) { - /* If we're reading back an RGB(A) texture as luminance then we need - * to return L=tex(R). Note, that's different from glReadPixels which - * returns L=R+G+B. - */ - rebaseFormat = GL_LUMINANCE_ALPHA; /* this covers GL_LUMINANCE too */ - } - - if (rebaseFormat) { - _mesa_rebase_rgba_float(width * height, (GLfloat (*)[4]) tempImage, - rebaseFormat); + baseFormat == GL_INTENSITY) { + needsRebase = true; + rebaseSwizzle[0] = MESA_FORMAT_SWIZZLE_X; + rebaseSwizzle[1] = MESA_FORMAT_SWIZZLE_ZERO; + rebaseSwizzle[2] = MESA_FORMAT_SWIZZLE_ZERO; + rebaseSwizzle[3] = MESA_FORMAT_SWIZZLE_ONE; + } else if (baseFormat == GL_LUMINANCE_ALPHA) { + needsRebase = true; + rebaseSwizzle[0] = MESA_FORMAT_SWIZZLE_X; + rebaseSwizzle[1] = MESA_FORMAT_SWIZZLE_ZERO; + rebaseSwizzle[2] = MESA_FORMAT_SWIZZLE_ZERO; + rebaseSwizzle[3] = MESA_FORMAT_SWIZZLE_W; + } else { + needsRebase = false; } + srcStride = 4 * width * sizeof(GLfloat); + dstStride = _mesa_image_row_stride(&ctx->Pack, width, format, type); + dstFormat = _mesa_format_from_format_and_type(format, type); tempSlice = tempImage; for (slice = 0; slice < depth; slice++) { - srcRow = tempSlice; - for (row = 0; row < height; row++) { - void *dest = _mesa_image_address(dimensions, &ctx->Pack, pixels, - width, height, format, type, - slice, row, 0); - - _mesa_pack_rgba_span_float(ctx, width, (GLfloat (*)[4]) srcRow, - format, type, dest, &ctx->Pack, transferOps); - srcRow += 4 * width; - } + void *dest = _mesa_image_address(dimensions, &ctx->Pack, pixels, + width, height, format, type, + slice, 0, 0); + _mesa_format_convert(dest, dstFormat, dstStride, + tempSlice, RGBA32_FLOAT, srcStride, + width, height, + needsRebase ? rebaseSwizzle : NULL); tempSlice += 4 * width * height; } @@ -376,145 +372,162 @@ get_tex_rgba_uncompressed(struct gl_context *ctx, GLuint dimensions, const mesa_format texFormat = _mesa_get_srgb_format_linear(texImage->TexFormat); const GLuint width = texImage->Width; - GLenum destBaseFormat = _mesa_base_pack_format(format); - GLenum rebaseFormat = GL_NONE; GLuint height = texImage->Height; GLuint depth = texImage->Depth; - GLuint img, row; - GLfloat (*rgba)[4]; - GLuint (*rgba_uint)[4]; - GLboolean tex_is_integer = _mesa_is_format_integer_color(texImage->TexFormat); - GLboolean tex_is_uint = _mesa_is_format_unsigned(texImage->TexFormat); - GLenum texBaseFormat = _mesa_get_format_base_format(texImage->TexFormat); - - /* Allocate buffer for one row of texels */ - rgba = malloc(4 * width * sizeof(GLfloat)); - rgba_uint = (GLuint (*)[4]) rgba; - if (!rgba) { - _mesa_error(ctx, GL_OUT_OF_MEMORY, "glGetTexImage()"); - return; - } + GLuint img; + GLboolean dst_is_integer = _mesa_is_enum_format_integer(format); + uint32_t dst_format; + int dst_stride; + uint8_t rebaseSwizzle[4]; + bool needsRebase; + void *rgba = NULL; if (texImage->TexObject->Target == GL_TEXTURE_1D_ARRAY) { depth = height; height = 1; } + /* Depending on the base format involved we may need to apply a rebase + * tranaform (for example: if we download to a Luminance format we want + * G=0 and B=0). + */ if (texImage->_BaseFormat == GL_LUMINANCE || - texImage->_BaseFormat == GL_INTENSITY || - texImage->_BaseFormat == GL_LUMINANCE_ALPHA) { - /* If a luminance (or intensity) texture is read back as RGB(A), the - * returned value should be (L,0,0,1), not (L,L,L,1). Set rebaseFormat - * here to get G=B=0. - */ - rebaseFormat = texImage->_BaseFormat; - } - else if ((texImage->_BaseFormat == GL_RGBA || - texImage->_BaseFormat == GL_RGB || - texImage->_BaseFormat == GL_RG) && - (destBaseFormat == GL_LUMINANCE || - destBaseFormat == GL_LUMINANCE_ALPHA || - destBaseFormat == GL_LUMINANCE_INTEGER_EXT || - destBaseFormat == GL_LUMINANCE_ALPHA_INTEGER_EXT)) { - /* If we're reading back an RGB(A) texture as luminance then we need - * to return L=tex(R). Note, that's different from glReadPixels which - * returns L=R+G+B. - */ - rebaseFormat = GL_LUMINANCE_ALPHA; /* this covers GL_LUMINANCE too */ - } - else if (texImage->_BaseFormat != texBaseFormat) { - /* The internal format and the real format differ, so we can't rely - * on the unpack functions setting the correct constant values. - * (e.g. reading back GL_RGB8 which is actually RGBA won't set alpha=1) - */ - switch (texImage->_BaseFormat) { - case GL_RED: - if ((texBaseFormat == GL_RGBA || - texBaseFormat == GL_RGB || - texBaseFormat == GL_RG) && - (destBaseFormat == GL_RGBA || - destBaseFormat == GL_RGB || - destBaseFormat == GL_RG || - destBaseFormat == GL_GREEN)) { - rebaseFormat = texImage->_BaseFormat; - break; - } - /* fall through */ - case GL_RG: - if ((texBaseFormat == GL_RGBA || - texBaseFormat == GL_RGB) && - (destBaseFormat == GL_RGBA || - destBaseFormat == GL_RGB || - destBaseFormat == GL_BLUE)) { - rebaseFormat = texImage->_BaseFormat; - break; - } - /* fall through */ - case GL_RGB: - if (texBaseFormat == GL_RGBA && - (destBaseFormat == GL_RGBA || - destBaseFormat == GL_ALPHA || - destBaseFormat == GL_LUMINANCE_ALPHA)) { - rebaseFormat = texImage->_BaseFormat; - } - break; - - case GL_ALPHA: - if (destBaseFormat != GL_ALPHA) { - rebaseFormat = texImage->_BaseFormat; - } - break; - } - } + texImage->_BaseFormat == GL_INTENSITY) { + needsRebase = true; + rebaseSwizzle[0] = MESA_FORMAT_SWIZZLE_X; + rebaseSwizzle[1] = MESA_FORMAT_SWIZZLE_ZERO; + rebaseSwizzle[2] = MESA_FORMAT_SWIZZLE_ZERO; + rebaseSwizzle[3] = MESA_FORMAT_SWIZZLE_ONE; + } else if (texImage->_BaseFormat == GL_LUMINANCE_ALPHA) { + needsRebase = true; + rebaseSwizzle[0] = MESA_FORMAT_SWIZZLE_X; + rebaseSwizzle[1] = MESA_FORMAT_SWIZZLE_ZERO; + rebaseSwizzle[2] = MESA_FORMAT_SWIZZLE_ZERO; + rebaseSwizzle[3] = MESA_FORMAT_SWIZZLE_W; + } else if (texImage->_BaseFormat != _mesa_get_format_base_format(texFormat)) { + needsRebase = + _mesa_compute_rgba2base2rgba_component_mapping(texImage->_BaseFormat, + rebaseSwizzle); + } else { + needsRebase = false; + } + + /* Describe the dst format */ + dst_is_integer = _mesa_is_enum_format_integer(format); + dst_format = _mesa_format_from_format_and_type(format, type); + dst_stride = _mesa_image_row_stride(&ctx->Pack, width, format, type); + + /* Since _mesa_format_convert does not handle transferOps we need to handle + * them before we call the function. This requires to convert to RGBA float + * first so we can call _mesa_apply_rgba_transfer_ops. If the dst format is + * integer then transferOps do not apply. + */ + assert(!transferOps || (transferOps && !dst_is_integer)); for (img = 0; img < depth; img++) { GLubyte *srcMap; GLint rowstride; + GLubyte *img_src; + void *dest; + void *src; + int src_stride; + uint32_t src_format; /* map src texture buffer */ ctx->Driver.MapTextureImage(ctx, texImage, img, 0, 0, width, height, GL_MAP_READ_BIT, &srcMap, &rowstride); - if (srcMap) { - for (row = 0; row < height; row++) { - const GLubyte *src = srcMap + row * rowstride; - void *dest = _mesa_image_address(dimensions, &ctx->Pack, pixels, - width, height, format, type, - img, row, 0); + if (!srcMap) { + _mesa_error(ctx, GL_OUT_OF_MEMORY, "glGetTexImage"); + goto done; + } - if (tex_is_integer) { - _mesa_unpack_uint_rgba_row(texFormat, width, src, rgba_uint); - if (rebaseFormat) - _mesa_rebase_rgba_uint(width, rgba_uint, rebaseFormat); - if (tex_is_uint) { - _mesa_pack_rgba_span_from_uints(ctx, width, - (GLuint (*)[4]) rgba_uint, - format, type, dest); - } else { - _mesa_pack_rgba_span_from_ints(ctx, width, - (GLint (*)[4]) rgba_uint, - format, type, dest); - } - } else { - _mesa_unpack_rgba_row(texFormat, width, src, rgba); - if (rebaseFormat) - _mesa_rebase_rgba_float(width, rgba, rebaseFormat); - _mesa_pack_rgba_span_float(ctx, width, (GLfloat (*)[4]) rgba, - format, type, dest, - &ctx->Pack, transferOps); - } - } - - /* Unmap the src texture buffer */ - ctx->Driver.UnmapTextureImage(ctx, texImage, img); + img_src = srcMap; + dest = _mesa_image_address(dimensions, &ctx->Pack, pixels, + width, height, format, type, + img, 0, 0); + + if (transferOps) { + uint32_t rgba_format; + int rgba_stride; + bool need_convert = false; + + /* We will convert to RGBA float */ + rgba_format = RGBA32_FLOAT; + rgba_stride = width * 4 * sizeof(GLfloat); + + /* If we are lucky and the dst format matches the RGBA format we need + * to convert to, then we can convert directly into the dst buffer + * and avoid the final conversion/copy from the rgba buffer to the dst + * buffer. + */ + if (format == rgba_format) { + rgba = dest; + } else if (rgba == NULL) { /* Allocate the RGBA buffer only once */ + need_convert = true; + rgba = malloc(height * rgba_stride); + if (!rgba) { + _mesa_error(ctx, GL_OUT_OF_MEMORY, "glGetTexImage()"); + ctx->Driver.UnmapTextureImage(ctx, texImage, img); + return; + } + } + + _mesa_format_convert(rgba, rgba_format, rgba_stride, + img_src, texFormat, rowstride, + width, height, + needsRebase ? rebaseSwizzle : NULL); + + /* Handle transfer ops now */ + _mesa_apply_rgba_transfer_ops(ctx, transferOps, width * height, rgba); + + /* If we had to rebase, we have already handled that */ + needsRebase = false; + + /* If we were lucky and our RGBA conversion matches the dst format, then + * we are done. + */ + if (!need_convert) + goto do_swap; + + /* Otherwise, we need to convert from RGBA to dst next */ + src = rgba; + src_format = rgba_format; + src_stride = rgba_stride; + } else { + /* No RGBA conversion needed, convert directly to dst */ + src = img_src; + src_format = texFormat; + src_stride = rowstride; } - else { - _mesa_error(ctx, GL_OUT_OF_MEMORY, "glGetTexImage"); - break; + + /* Do the conversion to destination format */ + _mesa_format_convert(dest, dst_format, dst_stride, + src, src_format, src_stride, + width, height, + needsRebase ? rebaseSwizzle : NULL); + + do_swap: + /* Handle byte swapping if required */ + if (ctx->Pack.SwapBytes) { + GLint swapSize = _mesa_sizeof_packed_type(type); + if (swapSize == 2 || swapSize == 4) { + int swapsPerPixel = _mesa_bytes_per_pixel(format, type) / swapSize; + assert(_mesa_bytes_per_pixel(format, type) % swapSize == 0); + if (swapSize == 2) + _mesa_swap2((GLushort *) dest, width * height * swapsPerPixel); + else if (swapSize == 4) + _mesa_swap4((GLuint *) dest, width * height * swapsPerPixel); + } } + + /* Unmap the src texture buffer */ + ctx->Driver.UnmapTextureImage(ctx, texImage, img); } - free(rgba); +done: + if (rgba) + free(rgba); } @@ -585,7 +598,7 @@ get_tex_memcpy(struct gl_context *ctx, GLenum format, GLenum type, if (memCopy) { const GLuint bpp = _mesa_get_format_bytes(texImage->TexFormat); - const GLuint bytesPerRow = texImage->Width * bpp; + const GLint bytesPerRow = texImage->Width * bpp; GLubyte *dst = _mesa_image_address2d(&ctx->Pack, pixels, texImage->Width, texImage->Height, format, type, 0, 0); @@ -631,9 +644,9 @@ get_tex_memcpy(struct gl_context *ctx, GLenum format, GLenum type, * unmap with ctx->Driver.UnmapTextureImage(). */ void -_mesa_get_teximage(struct gl_context *ctx, - GLenum format, GLenum type, GLvoid *pixels, - struct gl_texture_image *texImage) +_mesa_GetTexImage_sw(struct gl_context *ctx, + GLenum format, GLenum type, GLvoid *pixels, + struct gl_texture_image *texImage) { const GLuint dimensions = _mesa_get_texture_dimensions(texImage->TexObject->Target); @@ -689,14 +702,14 @@ _mesa_get_teximage(struct gl_context *ctx, * All error checking will have been done before this routine is called. */ void -_mesa_get_compressed_teximage(struct gl_context *ctx, - struct gl_texture_image *texImage, - GLvoid *img) +_mesa_GetCompressedTexImage_sw(struct gl_context *ctx, + struct gl_texture_image *texImage, + GLvoid *img) { const GLuint dimensions = _mesa_get_texture_dimensions(texImage->TexObject->Target); struct compressed_pixelstore store; - GLuint i, slice; + GLint slice; GLubyte *dest; _mesa_compute_compressed_pixelstore(dimensions, texImage->TexFormat, @@ -729,19 +742,19 @@ _mesa_get_compressed_teximage(struct gl_context *ctx, GLubyte *src; /* map src texture buffer */ - ctx->Driver.MapTextureImage(ctx, texImage, 0, + ctx->Driver.MapTextureImage(ctx, texImage, slice, 0, 0, texImage->Width, texImage->Height, GL_MAP_READ_BIT, &src, &srcRowStride); if (src) { - + GLint i; for (i = 0; i < store.CopyRowsPerSlice; i++) { memcpy(dest, src, store.CopyBytesPerRow); dest += store.TotalBytesPerRow; src += srcRowStride; } - ctx->Driver.UnmapTextureImage(ctx, texImage, 0); + ctx->Driver.UnmapTextureImage(ctx, texImage, slice); /* Advance to next slice */ dest += store.TotalBytesPerRow * (store.TotalRowsPerSlice - store.CopyRowsPerSlice); @@ -758,24 +771,17 @@ _mesa_get_compressed_teximage(struct gl_context *ctx, /** - * Validate the texture target enum supplied to glTexImage or - * glCompressedTexImage. + * Validate the texture target enum supplied to glGetTex(ture)Image or + * glGetCompressedTex(ture)Image. */ static GLboolean -legal_getteximage_target(struct gl_context *ctx, GLenum target) +legal_getteximage_target(struct gl_context *ctx, GLenum target, bool dsa) { switch (target) { case GL_TEXTURE_1D: case GL_TEXTURE_2D: case GL_TEXTURE_3D: return GL_TRUE; - case GL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB: - case GL_TEXTURE_CUBE_MAP_NEGATIVE_X_ARB: - case GL_TEXTURE_CUBE_MAP_POSITIVE_Y_ARB: - case GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB: - case GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB: - case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB: - return ctx->Extensions.ARB_texture_cube_map; case GL_TEXTURE_RECTANGLE_NV: return ctx->Extensions.NV_texture_rectangle; case GL_TEXTURE_1D_ARRAY_EXT: @@ -783,6 +789,24 @@ legal_getteximage_target(struct gl_context *ctx, GLenum target) return ctx->Extensions.EXT_texture_array; case GL_TEXTURE_CUBE_MAP_ARRAY: return ctx->Extensions.ARB_texture_cube_map_array; + + /* Section 8.11 (Texture Queries) of the OpenGL 4.5 core profile spec + * (30.10.2014) says: + * "An INVALID_ENUM error is generated if the effective target is not + * one of TEXTURE_1D, TEXTURE_2D, TEXTURE_3D, TEXTURE_1D_ARRAY, + * TEXTURE_2D_ARRAY, TEXTURE_CUBE_MAP_ARRAY, TEXTURE_RECTANGLE, one of + * the targets from table 8.19 (for GetTexImage and GetnTexImage *only*), + * or TEXTURE_CUBE_MAP (for GetTextureImage *only*)." (Emphasis added.) + */ + case GL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB: + case GL_TEXTURE_CUBE_MAP_NEGATIVE_X_ARB: + case GL_TEXTURE_CUBE_MAP_POSITIVE_Y_ARB: + case GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB: + case GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB: + case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB: + return dsa ? GL_FALSE : ctx->Extensions.ARB_texture_cube_map; + case GL_TEXTURE_CUBE_MAP: + return dsa ? GL_TRUE : GL_FALSE; default: return GL_FALSE; } @@ -790,84 +814,74 @@ legal_getteximage_target(struct gl_context *ctx, GLenum target) /** - * Do error checking for a glGetTexImage() call. + * Do error checking for a glGetTex(ture)Image() call. * \return GL_TRUE if any error, GL_FALSE if no errors. */ static GLboolean -getteximage_error_check(struct gl_context *ctx, GLenum target, GLint level, +getteximage_error_check(struct gl_context *ctx, + struct gl_texture_image *texImage, + GLenum target, GLint level, GLenum format, GLenum type, GLsizei clientMemSize, - GLvoid *pixels ) + GLvoid *pixels, bool dsa) { - struct gl_texture_object *texObj; - struct gl_texture_image *texImage; const GLint maxLevels = _mesa_max_texture_levels(ctx, target); const GLuint dimensions = (target == GL_TEXTURE_3D) ? 3 : 2; - GLenum baseFormat, err; - - if (!legal_getteximage_target(ctx, target)) { - _mesa_error(ctx, GL_INVALID_ENUM, "glGetTexImage(target=0x%x)", target); - return GL_TRUE; - } + GLenum baseFormat; + const char *suffix = dsa ? "ture" : ""; + assert(texImage); assert(maxLevels != 0); if (level < 0 || level >= maxLevels) { - _mesa_error( ctx, GL_INVALID_VALUE, "glGetTexImage(level)" ); - return GL_TRUE; - } - - err = _mesa_error_check_format_and_type(ctx, format, type); - if (err != GL_NO_ERROR) { - _mesa_error(ctx, err, "glGetTexImage(format/type)"); - return GL_TRUE; - } - - texObj = _mesa_get_current_tex_object(ctx, target); - - if (!texObj) { - _mesa_error(ctx, GL_INVALID_ENUM, "glGetTexImage(target)"); + _mesa_error(ctx, GL_INVALID_VALUE, + "glGetTex%sImage(level out of range)", suffix); return GL_TRUE; } - texImage = _mesa_select_tex_image(ctx, texObj, target, level); - if (!texImage) { - /* non-existant texture image */ - return GL_TRUE; - } + /* + * Format and type checking has been moved up to GetnTexImage and + * GetTextureImage so that it happens before getting the texImage object. + */ baseFormat = _mesa_get_format_base_format(texImage->TexFormat); - + /* Make sure the requested image format is compatible with the * texture's format. */ if (_mesa_is_color_format(format) && !_mesa_is_color_format(baseFormat)) { - _mesa_error(ctx, GL_INVALID_OPERATION, "glGetTexImage(format mismatch)"); + _mesa_error(ctx, GL_INVALID_OPERATION, + "glGetTex%sImage(format mismatch)", suffix); return GL_TRUE; } else if (_mesa_is_depth_format(format) && !_mesa_is_depth_format(baseFormat) && !_mesa_is_depthstencil_format(baseFormat)) { - _mesa_error(ctx, GL_INVALID_OPERATION, "glGetTexImage(format mismatch)"); + _mesa_error(ctx, GL_INVALID_OPERATION, + "glGetTex%sImage(format mismatch)", suffix); return GL_TRUE; } else if (_mesa_is_stencil_format(format) && !ctx->Extensions.ARB_texture_stencil8) { - _mesa_error(ctx, GL_INVALID_ENUM, "glGetTexImage(format=GL_STENCIL_INDEX)"); + _mesa_error(ctx, GL_INVALID_ENUM, + "glGetTex%sImage(format=GL_STENCIL_INDEX)", suffix); return GL_TRUE; } else if (_mesa_is_ycbcr_format(format) && !_mesa_is_ycbcr_format(baseFormat)) { - _mesa_error(ctx, GL_INVALID_OPERATION, "glGetTexImage(format mismatch)"); + _mesa_error(ctx, GL_INVALID_OPERATION, + "glGetTex%sImage(format mismatch)", suffix); return GL_TRUE; } else if (_mesa_is_depthstencil_format(format) && !_mesa_is_depthstencil_format(baseFormat)) { - _mesa_error(ctx, GL_INVALID_OPERATION, "glGetTexImage(format mismatch)"); + _mesa_error(ctx, GL_INVALID_OPERATION, + "glGetTex%sImage(format mismatch)", suffix); return GL_TRUE; } else if (_mesa_is_enum_format_integer(format) != _mesa_is_format_integer(texImage->TexFormat)) { - _mesa_error(ctx, GL_INVALID_OPERATION, "glGetTexImage(format mismatch)"); + _mesa_error(ctx, GL_INVALID_OPERATION, + "glGetTex%sImage(format mismatch)", suffix); return GL_TRUE; } @@ -876,11 +890,13 @@ getteximage_error_check(struct gl_context *ctx, GLenum target, GLint level, format, type, clientMemSize, pixels)) { if (_mesa_is_bufferobj(ctx->Pack.BufferObj)) { _mesa_error(ctx, GL_INVALID_OPERATION, - "glGetTexImage(out of bounds PBO access)"); + "glGetTex%sImage(out of bounds PBO access)", suffix); } else { _mesa_error(ctx, GL_INVALID_OPERATION, - "glGetnTexImageARB(out of bounds access:" - " bufSize (%d) is too small)", clientMemSize); + "%s(out of bounds access:" + " bufSize (%d) is too small)", + dsa ? "glGetTextureImage" : "glGetnTexImageARB", + clientMemSize); } return GL_TRUE; } @@ -889,7 +905,7 @@ getteximage_error_check(struct gl_context *ctx, GLenum target, GLint level, /* PBO should not be mapped */ if (_mesa_check_disallowed_mapping(ctx->Pack.BufferObj)) { _mesa_error(ctx, GL_INVALID_OPERATION, - "glGetTexImage(PBO is mapped)"); + "glGetTex%sImage(PBO is mapped)", suffix); return GL_TRUE; } } @@ -898,9 +914,12 @@ getteximage_error_check(struct gl_context *ctx, GLenum target, GLint level, } - /** - * Get texture image. Called by glGetTexImage. + * This is the implementation for glGetnTexImageARB, glGetTextureImage, + * and glGetTexImage. + * + * Requires caller to pass in texImage object because _mesa_GetTextureImage + * must handle the GL_TEXTURE_CUBE_MAP target. * * \param target texture target. * \param level image level. @@ -908,19 +927,29 @@ getteximage_error_check(struct gl_context *ctx, GLenum target, GLint level, * \param type pixel data type for returned image. * \param bufSize size of the pixels data buffer. * \param pixels returned pixel data. + * \param dsa True when the caller is an ARB_direct_state_access function, + * false otherwise */ -void GLAPIENTRY -_mesa_GetnTexImageARB( GLenum target, GLint level, GLenum format, - GLenum type, GLsizei bufSize, GLvoid *pixels ) +void +_mesa_get_texture_image(struct gl_context *ctx, + struct gl_texture_object *texObj, + struct gl_texture_image *texImage, GLenum target, + GLint level, GLenum format, GLenum type, + GLsizei bufSize, GLvoid *pixels, bool dsa) { - struct gl_texture_object *texObj; - struct gl_texture_image *texImage; - GET_CURRENT_CONTEXT(ctx); + assert(texObj); + assert(texImage); FLUSH_VERTICES(ctx, 0); - if (getteximage_error_check(ctx, target, level, format, type, - bufSize, pixels)) { + /* + * Legal target checking has been moved up to GetnTexImage and + * GetTextureImage so that it can be caught before receiving a NULL + * texImage object and exiting. + */ + + if (getteximage_error_check(ctx, texImage, target, level, format, + type, bufSize, pixels, dsa)) { return; } @@ -929,15 +958,13 @@ _mesa_GetnTexImageARB( GLenum target, GLint level, GLenum format, return; } - texObj = _mesa_get_current_tex_object(ctx, target); - texImage = _mesa_select_tex_image(ctx, texObj, target, level); - if (_mesa_is_zero_size_texture(texImage)) return; if (MESA_VERBOSE & (VERBOSE_API | VERBOSE_TEXTURE)) { - _mesa_debug(ctx, "glGetTexImage(tex %u) format = %s, w=%d, h=%d," + _mesa_debug(ctx, "glGetTex%sImage(tex %u) format = %s, w=%d, h=%d," " dstFmt=0x%x, dstType=0x%x\n", + dsa ? "ture": "", texObj->Name, _mesa_get_format_name(texImage->TexFormat), texImage->Width, texImage->Height, @@ -951,6 +978,58 @@ _mesa_GetnTexImageARB( GLenum target, GLint level, GLenum format, _mesa_unlock_texture(ctx, texObj); } +/** + * Get texture image. Called by glGetTexImage. + * + * \param target texture target. + * \param level image level. + * \param format pixel data format for returned image. + * \param type pixel data type for returned image. + * \param bufSize size of the pixels data buffer. + * \param pixels returned pixel data. + */ +void GLAPIENTRY +_mesa_GetnTexImageARB(GLenum target, GLint level, GLenum format, + GLenum type, GLsizei bufSize, GLvoid *pixels) +{ + struct gl_texture_object *texObj; + struct gl_texture_image *texImage; + GLenum err; + GET_CURRENT_CONTEXT(ctx); + + /* + * This has been moved here because a format/type mismatch can cause a NULL + * texImage object, which in turn causes the mismatch error to be + * ignored. + */ + err = _mesa_error_check_format_and_type(ctx, format, type); + if (err != GL_NO_ERROR) { + _mesa_error(ctx, err, "glGetnTexImage(format/type)"); + return; + } + + /* + * Legal target checking has been moved here to prevent exiting with a NULL + * texImage object. + */ + if (!legal_getteximage_target(ctx, target, false)) { + _mesa_error(ctx, GL_INVALID_ENUM, "glGetnTexImage(target=0x%x)", + target); + return; + } + + texObj = _mesa_get_current_tex_object(ctx, target); + if (!texObj) + return; + + texImage = _mesa_select_tex_image(texObj, target, level); + if (!texImage) + return; + + _mesa_get_texture_image(ctx, texObj, texImage, target, level, format, type, + bufSize, pixels, false); +} + void GLAPIENTRY _mesa_GetTexImage( GLenum target, GLint level, GLenum format, @@ -959,51 +1038,162 @@ _mesa_GetTexImage( GLenum target, GLint level, GLenum format, _mesa_GetnTexImageARB(target, level, format, type, INT_MAX, pixels); } +/** + * Get texture image. + * + * \param texture texture name. + * \param level image level. + * \param format pixel data format for returned image. + * \param type pixel data type for returned image. + * \param bufSize size of the pixels data buffer. + * \param pixels returned pixel data. + */ +void GLAPIENTRY +_mesa_GetTextureImage(GLuint texture, GLint level, GLenum format, + GLenum type, GLsizei bufSize, GLvoid *pixels) +{ + struct gl_texture_object *texObj; + struct gl_texture_image *texImage; + int i; + GLint image_stride; + GLenum err; + GET_CURRENT_CONTEXT(ctx); + + /* + * This has been moved here because a format/type mismatch can cause a NULL + * texImage object, which in turn causes the mismatch error to be + * ignored. + */ + err = _mesa_error_check_format_and_type(ctx, format, type); + if (err != GL_NO_ERROR) { + _mesa_error(ctx, err, "glGetTextureImage(format/type)"); + return; + } + + texObj = _mesa_lookup_texture_err(ctx, texture, "glGetTextureImage"); + if (!texObj) + return; + + /* + * Legal target checking has been moved here to prevent exiting with a NULL + * texImage object. + */ + if (!legal_getteximage_target(ctx, texObj->Target, true)) { + _mesa_error(ctx, GL_INVALID_ENUM, "glGetTextureImage(target=%s)", + _mesa_lookup_enum_by_nr(texObj->Target)); + return; + } + + /* Must handle special case GL_TEXTURE_CUBE_MAP. */ + if (texObj->Target == GL_TEXTURE_CUBE_MAP) { + + /* Error checking */ + if (texObj->NumLayers < 6) { + /* Not enough image planes for a cube map. The spec does not say + * what should happen in this case because the user has always + * specified each cube face separately (using + * GL_TEXTURE_CUBE_MAP_POSITIVE_X+i) in previous GL versions. + * This is addressed in Khronos Bug 13223. + */ + _mesa_error(ctx, GL_INVALID_OPERATION, + "glGetTextureImage(insufficient cube map storage)"); + return; + } + + /* + * What do we do if the user created a texture with the following code + * and then called this function with its handle? + * + * GLuint tex; + * glCreateTextures(GL_TEXTURE_CUBE_MAP, 1, &tex); + * glBindTexture(GL_TEXTURE_CUBE_MAP, tex); + * glTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, ...); + * glTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, ...); + * glTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, ...); + * // Note: GL_TEXTURE_CUBE_MAP_NEGATIVE_Y not set, or given the + * // wrong format, or given the wrong size, etc. + * glTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, ...); + * glTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, ...); + * + * A bug has been filed against the spec for this case. In the + * meantime, we will check for cube completeness. + * + * According to Section 8.17 Texture Completeness in the OpenGL 4.5 + * Core Profile spec (30.10.2014): + * "[A] cube map texture is cube complete if the + * following conditions all hold true: The [base level] texture + * images of each of the six cube map faces have identical, positive, + * and square dimensions. The [base level] images were each specified + * with the same internal format." + * + * It seems reasonable to check for cube completeness of an arbitrary + * level here so that the returned data has a consistent format and size + * and therefore fits in the user's buffer. + */ + if (!_mesa_cube_level_complete(texObj, level)) { + _mesa_error(ctx, GL_INVALID_OPERATION, + "glGetTextureImage(cube map incomplete)"); + return; + } + + /* Copy each face. */ + for (i = 0; i < 6; ++i) { + texImage = texObj->Image[i][level]; + _mesa_get_texture_image(ctx, texObj, texImage, texObj->Target, level, + format, type, bufSize, pixels, true); + + image_stride = _mesa_image_image_stride(&ctx->Pack, texImage->Width, + texImage->Height, format, + type); + pixels = (GLubyte *) pixels + image_stride; + bufSize -= image_stride; + } + } + else { + texImage = _mesa_select_tex_image(texObj, texObj->Target, level); + if (!texImage) + return; + + _mesa_get_texture_image(ctx, texObj, texImage, texObj->Target, level, + format, type, bufSize, pixels, true); + } +} /** * Do error checking for a glGetCompressedTexImage() call. * \return GL_TRUE if any error, GL_FALSE if no errors. */ static GLboolean -getcompressedteximage_error_check(struct gl_context *ctx, GLenum target, - GLint level, GLsizei clientMemSize, GLvoid *img) +getcompressedteximage_error_check(struct gl_context *ctx, + struct gl_texture_image *texImage, + GLenum target, + GLint level, GLsizei clientMemSize, + GLvoid *img, bool dsa) { - struct gl_texture_object *texObj; - struct gl_texture_image *texImage; const GLint maxLevels = _mesa_max_texture_levels(ctx, target); GLuint compressedSize, dimensions; + const char *suffix = dsa ? "ture" : ""; - if (!legal_getteximage_target(ctx, target)) { - _mesa_error(ctx, GL_INVALID_ENUM, "glGetCompressedTexImage(target=0x%x)", - target); + assert(texImage); + + if (!legal_getteximage_target(ctx, target, dsa)) { + _mesa_error(ctx, GL_INVALID_ENUM, + "glGetCompressedTex%sImage(target=%s)", suffix, + _mesa_lookup_enum_by_nr(target)); return GL_TRUE; } assert(maxLevels != 0); if (level < 0 || level >= maxLevels) { _mesa_error(ctx, GL_INVALID_VALUE, - "glGetCompressedTexImageARB(bad level = %d)", level); - return GL_TRUE; - } - - texObj = _mesa_get_current_tex_object(ctx, target); - if (!texObj) { - _mesa_error(ctx, GL_INVALID_ENUM, "glGetCompressedTexImageARB(target)"); - return GL_TRUE; - } - - texImage = _mesa_select_tex_image(ctx, texObj, target, level); - - if (!texImage) { - /* probably invalid mipmap level */ - _mesa_error(ctx, GL_INVALID_VALUE, - "glGetCompressedTexImageARB(level)"); + "glGetCompressedTex%sImage(bad level = %d)", suffix, level); return GL_TRUE; } if (!_mesa_is_format_compressed(texImage->TexFormat)) { _mesa_error(ctx, GL_INVALID_OPERATION, - "glGetCompressedTexImageARB(texture is not compressed)"); + "glGetCompressedTex%sImage(texture is not compressed)", + suffix); return GL_TRUE; } @@ -1015,8 +1205,9 @@ getcompressedteximage_error_check(struct gl_context *ctx, GLenum target, /* Check for invalid pixel storage modes */ dimensions = _mesa_get_texture_dimensions(texImage->TexObject->Target); if (!_mesa_compressed_pixel_storage_error_check(ctx, dimensions, - &ctx->Pack, - "glGetCompressedTexImageARB")) { + &ctx->Pack, dsa ? + "glGetCompressedTextureImage": + "glGetCompressedTexImage")) { return GL_TRUE; } @@ -1024,8 +1215,9 @@ getcompressedteximage_error_check(struct gl_context *ctx, GLenum target, /* do bounds checking on writing to client memory */ if (clientMemSize < (GLsizei) compressedSize) { _mesa_error(ctx, GL_INVALID_OPERATION, - "glGetnCompressedTexImageARB(out of bounds access:" - " bufSize (%d) is too small)", clientMemSize); + "%s(out of bounds access: bufSize (%d) is too small)", + dsa ? "glGetCompressedTextureImage" : + "glGetnCompressedTexImageARB", clientMemSize); return GL_TRUE; } } else { @@ -1033,14 +1225,15 @@ getcompressedteximage_error_check(struct gl_context *ctx, GLenum target, if ((const GLubyte *) img + compressedSize > (const GLubyte *) ctx->Pack.BufferObj->Size) { _mesa_error(ctx, GL_INVALID_OPERATION, - "glGetCompressedTexImage(out of bounds PBO access)"); + "glGetCompressedTex%sImage(out of bounds PBO access)", + suffix); return GL_TRUE; } /* make sure PBO is not mapped */ if (_mesa_check_disallowed_mapping(ctx->Pack.BufferObj)) { _mesa_error(ctx, GL_INVALID_OPERATION, - "glGetCompressedTexImage(PBO is mapped)"); + "glGetCompressedTex%sImage(PBO is mapped)", suffix); return GL_TRUE; } } @@ -1048,49 +1241,132 @@ getcompressedteximage_error_check(struct gl_context *ctx, GLenum target, return GL_FALSE; } - -void GLAPIENTRY -_mesa_GetnCompressedTexImageARB(GLenum target, GLint level, GLsizei bufSize, - GLvoid *img) +/** Implements glGetnCompressedTexImageARB, glGetCompressedTexImage, and + * glGetCompressedTextureImage. + * + * texImage must be passed in because glGetCompressedTexImage must handle the + * target GL_TEXTURE_CUBE_MAP. + */ +void +_mesa_get_compressed_texture_image(struct gl_context *ctx, + struct gl_texture_object *texObj, + struct gl_texture_image *texImage, + GLenum target, GLint level, + GLsizei bufSize, GLvoid *pixels, + bool dsa) { - struct gl_texture_object *texObj; - struct gl_texture_image *texImage; - GET_CURRENT_CONTEXT(ctx); + assert(texObj); + assert(texImage); FLUSH_VERTICES(ctx, 0); - if (getcompressedteximage_error_check(ctx, target, level, bufSize, img)) { + if (getcompressedteximage_error_check(ctx, texImage, target, level, + bufSize, pixels, dsa)) { return; } - if (!_mesa_is_bufferobj(ctx->Pack.BufferObj) && !img) { + if (!_mesa_is_bufferobj(ctx->Pack.BufferObj) && !pixels) { /* not an error, do nothing */ return; } - texObj = _mesa_get_current_tex_object(ctx, target); - texImage = _mesa_select_tex_image(ctx, texObj, target, level); - if (_mesa_is_zero_size_texture(texImage)) return; if (MESA_VERBOSE & (VERBOSE_API | VERBOSE_TEXTURE)) { _mesa_debug(ctx, - "glGetCompressedTexImage(tex %u) format = %s, w=%d, h=%d\n", - texObj->Name, + "glGetCompressedTex%sImage(tex %u) format = %s, w=%d, h=%d\n", + dsa ? "ture" : "", texObj->Name, _mesa_get_format_name(texImage->TexFormat), texImage->Width, texImage->Height); } _mesa_lock_texture(ctx, texObj); { - ctx->Driver.GetCompressedTexImage(ctx, texImage, img); + ctx->Driver.GetCompressedTexImage(ctx, texImage, pixels); } _mesa_unlock_texture(ctx, texObj); } +void GLAPIENTRY +_mesa_GetnCompressedTexImageARB(GLenum target, GLint level, GLsizei bufSize, + GLvoid *img) +{ + struct gl_texture_object *texObj; + struct gl_texture_image *texImage; + GET_CURRENT_CONTEXT(ctx); + + texObj = _mesa_get_current_tex_object(ctx, target); + if (!texObj) + return; + + texImage = _mesa_select_tex_image(texObj, target, level); + if (!texImage) + return; + + _mesa_get_compressed_texture_image(ctx, texObj, texImage, target, level, + bufSize, img, false); +} + void GLAPIENTRY _mesa_GetCompressedTexImage(GLenum target, GLint level, GLvoid *img) { _mesa_GetnCompressedTexImageARB(target, level, INT_MAX, img); } + +/** + * Get compressed texture image. + * + * \param texture texture name. + * \param level image level. + * \param bufSize size of the pixels data buffer. + * \param pixels returned pixel data. + */ +void GLAPIENTRY +_mesa_GetCompressedTextureImage(GLuint texture, GLint level, + GLsizei bufSize, GLvoid *pixels) +{ + struct gl_texture_object *texObj; + struct gl_texture_image *texImage; + int i; + GLint image_stride; + GET_CURRENT_CONTEXT(ctx); + + texObj = _mesa_lookup_texture_err(ctx, texture, + "glGetCompressedTextureImage"); + if (!texObj) + return; + + /* Must handle special case GL_TEXTURE_CUBE_MAP. */ + if (texObj->Target == GL_TEXTURE_CUBE_MAP) { + assert(texObj->NumLayers >= 6); + + /* Copy each face. */ + for (i = 0; i < 6; ++i) { + texImage = texObj->Image[i][level]; + if (!texImage) + return; + + _mesa_get_compressed_texture_image(ctx, texObj, texImage, + texObj->Target, level, + bufSize, pixels, true); + + /* Compressed images don't have a client format */ + image_stride = _mesa_format_image_size(texImage->TexFormat, + texImage->Width, + texImage->Height, 1); + + pixels = (GLubyte *) pixels + image_stride; + bufSize -= image_stride; + } + } + else { + texImage = _mesa_select_tex_image(texObj, texObj->Target, level); + if (!texImage) + return; + + _mesa_get_compressed_texture_image(ctx, texObj, texImage, + texObj->Target, level, bufSize, + pixels, true); + } +} diff --git a/mesalib/src/mesa/main/texgetimage.h b/mesalib/src/mesa/main/texgetimage.h index a292fabc0..1fa2f59dc 100644 --- a/mesalib/src/mesa/main/texgetimage.h +++ b/mesalib/src/mesa/main/texgetimage.h @@ -37,16 +37,30 @@ extern GLenum _mesa_base_pack_format(GLenum format); extern void -_mesa_get_teximage(struct gl_context *ctx, - GLenum format, GLenum type, GLvoid *pixels, - struct gl_texture_image *texImage); +_mesa_GetTexImage_sw(struct gl_context *ctx, + GLenum format, GLenum type, GLvoid *pixels, + struct gl_texture_image *texImage); extern void -_mesa_get_compressed_teximage(struct gl_context *ctx, - struct gl_texture_image *texImage, - GLvoid *data); +_mesa_GetCompressedTexImage_sw(struct gl_context *ctx, + struct gl_texture_image *texImage, + GLvoid *data); +extern void +_mesa_get_texture_image(struct gl_context *ctx, + struct gl_texture_object *texObj, + struct gl_texture_image *texImage, GLenum target, + GLint level, GLenum format, GLenum type, + GLsizei bufSize, GLvoid *pixels, bool dsa); + +extern void +_mesa_get_compressed_texture_image( struct gl_context *ctx, + struct gl_texture_object *texObj, + struct gl_texture_image *texImage, + GLenum target, GLint level, + GLsizei bufSize, GLvoid *pixels, + bool dsa ); extern void GLAPIENTRY @@ -55,6 +69,9 @@ _mesa_GetTexImage( GLenum target, GLint level, extern void GLAPIENTRY _mesa_GetnTexImageARB( GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid *pixels ); +extern void GLAPIENTRY +_mesa_GetTextureImage(GLuint texture, GLint level, GLenum format, + GLenum type, GLsizei bufSize, GLvoid *pixels); extern void GLAPIENTRY _mesa_GetCompressedTexImage(GLenum target, GLint lod, GLvoid *img); @@ -63,4 +80,8 @@ extern void GLAPIENTRY _mesa_GetnCompressedTexImageARB(GLenum target, GLint level, GLsizei bufSize, GLvoid *img); +extern void GLAPIENTRY +_mesa_GetCompressedTextureImage(GLuint texture, GLint level, GLsizei bufSize, + GLvoid *pixels); + #endif /* TEXGETIMAGE_H */ diff --git a/mesalib/src/mesa/main/teximage.c b/mesalib/src/mesa/main/teximage.c index 7766904c9..29c325bf2 100644 --- a/mesalib/src/mesa/main/teximage.c +++ b/mesalib/src/mesa/main/teximage.c @@ -62,7 +62,58 @@ */ #define NEW_COPY_TEX_STATE (_NEW_BUFFERS | _NEW_PIXEL) +/** + * Returns a corresponding internal floating point format for a given base + * format as specifed by OES_texture_float. In case of GL_FLOAT, the internal + * format needs to be a 32 bit component and in case of GL_HALF_FLOAT_OES it + * needs to be a 16 bit component. + * + * For example, given base format GL_RGBA, type GL_Float return GL_RGBA32F_ARB. + */ +static GLenum +adjust_for_oes_float_texture(GLenum format, GLenum type) +{ + switch (type) { + case GL_FLOAT: + switch (format) { + case GL_RGBA: + return GL_RGBA32F; + case GL_RGB: + return GL_RGB32F; + case GL_ALPHA: + return GL_ALPHA32F_ARB; + case GL_LUMINANCE: + return GL_LUMINANCE32F_ARB; + case GL_LUMINANCE_ALPHA: + return GL_LUMINANCE_ALPHA32F_ARB; + default: + break; + } + break; + + case GL_HALF_FLOAT_OES: + switch (format) { + case GL_RGBA: + return GL_RGBA16F; + case GL_RGB: + return GL_RGB16F; + case GL_ALPHA: + return GL_ALPHA16F_ARB; + case GL_LUMINANCE: + return GL_LUMINANCE16F_ARB; + case GL_LUMINANCE_ALPHA: + return GL_LUMINANCE_ALPHA16F_ARB; + default: + break; + } + break; + default: + break; + } + + return format; +} /** * Return the simple base format for a given internal texture format. @@ -81,92 +132,102 @@ GLint _mesa_base_tex_format( struct gl_context *ctx, GLint internalFormat ) { switch (internalFormat) { - case GL_ALPHA: - case GL_ALPHA4: - case GL_ALPHA8: - case GL_ALPHA12: - case GL_ALPHA16: - return (ctx->API != API_OPENGL_CORE) ? GL_ALPHA : -1; - case 1: - case GL_LUMINANCE: - case GL_LUMINANCE4: - case GL_LUMINANCE8: - case GL_LUMINANCE12: - case GL_LUMINANCE16: - return (ctx->API != API_OPENGL_CORE) ? GL_LUMINANCE : -1; - case 2: - case GL_LUMINANCE_ALPHA: - case GL_LUMINANCE4_ALPHA4: - case GL_LUMINANCE6_ALPHA2: - case GL_LUMINANCE8_ALPHA8: - case GL_LUMINANCE12_ALPHA4: - case GL_LUMINANCE12_ALPHA12: - case GL_LUMINANCE16_ALPHA16: - return (ctx->API != API_OPENGL_CORE) ? GL_LUMINANCE_ALPHA : -1; - case GL_INTENSITY: - case GL_INTENSITY4: - case GL_INTENSITY8: - case GL_INTENSITY12: - case GL_INTENSITY16: - return (ctx->API != API_OPENGL_CORE) ? GL_INTENSITY : -1; - case 3: - return (ctx->API != API_OPENGL_CORE) ? GL_RGB : -1; - case GL_RGB: - case GL_R3_G3_B2: - case GL_RGB4: - case GL_RGB5: - case GL_RGB8: - case GL_RGB10: - case GL_RGB12: - case GL_RGB16: - return GL_RGB; - case 4: - return (ctx->API != API_OPENGL_CORE) ? GL_RGBA : -1; - case GL_RGBA: - case GL_RGBA2: - case GL_RGBA4: - case GL_RGB5_A1: - case GL_RGBA8: - case GL_RGB10_A2: - case GL_RGBA12: - case GL_RGBA16: - return GL_RGBA; - default: - ; /* fallthrough */ + case GL_ALPHA: + case GL_ALPHA4: + case GL_ALPHA8: + case GL_ALPHA12: + case GL_ALPHA16: + return (ctx->API != API_OPENGL_CORE) ? GL_ALPHA : -1; + case 1: + case GL_LUMINANCE: + case GL_LUMINANCE4: + case GL_LUMINANCE8: + case GL_LUMINANCE12: + case GL_LUMINANCE16: + return (ctx->API != API_OPENGL_CORE) ? GL_LUMINANCE : -1; + case 2: + case GL_LUMINANCE_ALPHA: + case GL_LUMINANCE4_ALPHA4: + case GL_LUMINANCE6_ALPHA2: + case GL_LUMINANCE8_ALPHA8: + case GL_LUMINANCE12_ALPHA4: + case GL_LUMINANCE12_ALPHA12: + case GL_LUMINANCE16_ALPHA16: + return (ctx->API != API_OPENGL_CORE) ? GL_LUMINANCE_ALPHA : -1; + case GL_INTENSITY: + case GL_INTENSITY4: + case GL_INTENSITY8: + case GL_INTENSITY12: + case GL_INTENSITY16: + return (ctx->API != API_OPENGL_CORE) ? GL_INTENSITY : -1; + case 3: + return (ctx->API != API_OPENGL_CORE) ? GL_RGB : -1; + case GL_RGB: + case GL_R3_G3_B2: + case GL_RGB4: + case GL_RGB5: + case GL_RGB8: + case GL_RGB10: + case GL_RGB12: + case GL_RGB16: + return GL_RGB; + case 4: + return (ctx->API != API_OPENGL_CORE) ? GL_RGBA : -1; + case GL_RGBA: + case GL_RGBA2: + case GL_RGBA4: + case GL_RGB5_A1: + case GL_RGBA8: + case GL_RGB10_A2: + case GL_RGBA12: + case GL_RGBA16: + return GL_RGBA; + default: + ; /* fallthrough */ } /* GL_BGRA can be an internal format *only* in OpenGL ES (1.x or 2.0). */ if (_mesa_is_gles(ctx)) { switch (internalFormat) { - case GL_BGRA: - return GL_RGBA; - default: - ; /* fallthrough */ + case GL_BGRA: + return GL_RGBA; + default: + ; /* fallthrough */ } } if (ctx->Extensions.ARB_ES2_compatibility) { switch (internalFormat) { - case GL_RGB565: - return GL_RGB; - default: - ; /* fallthrough */ + case GL_RGB565: + return GL_RGB; + default: + ; /* fallthrough */ } } if (ctx->Extensions.ARB_depth_texture) { switch (internalFormat) { - case GL_DEPTH_COMPONENT: - case GL_DEPTH_COMPONENT16: - case GL_DEPTH_COMPONENT24: - case GL_DEPTH_COMPONENT32: - return GL_DEPTH_COMPONENT; - case GL_DEPTH_STENCIL: - case GL_DEPTH24_STENCIL8: - return GL_DEPTH_STENCIL; - default: - ; /* fallthrough */ + case GL_DEPTH_COMPONENT: + case GL_DEPTH_COMPONENT16: + case GL_DEPTH_COMPONENT24: + case GL_DEPTH_COMPONENT32: + return GL_DEPTH_COMPONENT; + case GL_DEPTH_STENCIL: + case GL_DEPTH24_STENCIL8: + return GL_DEPTH_STENCIL; + default: + ; /* fallthrough */ + } + } + + if (ctx->Extensions.ARB_stencil_texturing) { + switch (internalFormat) { + case GL_STENCIL_INDEX: + case GL_STENCIL_INDEX8: + return GL_STENCIL_INDEX; + default: + ; /* fallthrough */ } } @@ -189,12 +250,12 @@ _mesa_base_tex_format( struct gl_context *ctx, GLint internalFormat ) if (ctx->Extensions.TDFX_texture_compression_FXT1) { switch (internalFormat) { - case GL_COMPRESSED_RGB_FXT1_3DFX: - return GL_RGB; - case GL_COMPRESSED_RGBA_FXT1_3DFX: - return GL_RGBA; - default: - ; /* fallthrough */ + case GL_COMPRESSED_RGB_FXT1_3DFX: + return GL_RGB; + case GL_COMPRESSED_RGBA_FXT1_3DFX: + return GL_RGBA; + default: + ; /* fallthrough */ } } @@ -202,28 +263,28 @@ _mesa_base_tex_format( struct gl_context *ctx, GLint internalFormat ) */ if (ctx->Extensions.ANGLE_texture_compression_dxt) { switch (internalFormat) { - case GL_COMPRESSED_RGB_S3TC_DXT1_EXT: - return GL_RGB; - case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT: - case GL_COMPRESSED_RGBA_S3TC_DXT3_EXT: - case GL_COMPRESSED_RGBA_S3TC_DXT5_EXT: - return GL_RGBA; - default: - ; /* fallthrough */ + case GL_COMPRESSED_RGB_S3TC_DXT1_EXT: + return GL_RGB; + case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT: + case GL_COMPRESSED_RGBA_S3TC_DXT3_EXT: + case GL_COMPRESSED_RGBA_S3TC_DXT5_EXT: + return GL_RGBA; + default: + ; /* fallthrough */ } } if (_mesa_is_desktop_gl(ctx) && ctx->Extensions.ANGLE_texture_compression_dxt) { switch (internalFormat) { - case GL_RGB_S3TC: - case GL_RGB4_S3TC: - return GL_RGB; - case GL_RGBA_S3TC: - case GL_RGBA4_S3TC: - return GL_RGBA; - default: - ; /* fallthrough */ + case GL_RGB_S3TC: + case GL_RGB4_S3TC: + return GL_RGB; + case GL_RGBA_S3TC: + case GL_RGBA4_S3TC: + return GL_RGBA; + default: + ; /* fallthrough */ } } @@ -234,65 +295,65 @@ _mesa_base_tex_format( struct gl_context *ctx, GLint internalFormat ) if (ctx->Extensions.ARB_texture_float) { switch (internalFormat) { - case GL_ALPHA16F_ARB: - case GL_ALPHA32F_ARB: - return GL_ALPHA; - case GL_RGBA16F_ARB: - case GL_RGBA32F_ARB: - return GL_RGBA; - case GL_RGB16F_ARB: - case GL_RGB32F_ARB: - return GL_RGB; - case GL_INTENSITY16F_ARB: - case GL_INTENSITY32F_ARB: - return GL_INTENSITY; - case GL_LUMINANCE16F_ARB: - case GL_LUMINANCE32F_ARB: - return GL_LUMINANCE; - case GL_LUMINANCE_ALPHA16F_ARB: - case GL_LUMINANCE_ALPHA32F_ARB: - return GL_LUMINANCE_ALPHA; - default: - ; /* fallthrough */ + case GL_ALPHA16F_ARB: + case GL_ALPHA32F_ARB: + return GL_ALPHA; + case GL_RGBA16F_ARB: + case GL_RGBA32F_ARB: + return GL_RGBA; + case GL_RGB16F_ARB: + case GL_RGB32F_ARB: + return GL_RGB; + case GL_INTENSITY16F_ARB: + case GL_INTENSITY32F_ARB: + return GL_INTENSITY; + case GL_LUMINANCE16F_ARB: + case GL_LUMINANCE32F_ARB: + return GL_LUMINANCE; + case GL_LUMINANCE_ALPHA16F_ARB: + case GL_LUMINANCE_ALPHA32F_ARB: + return GL_LUMINANCE_ALPHA; + default: + ; /* fallthrough */ } } if (ctx->Extensions.EXT_texture_snorm) { switch (internalFormat) { - case GL_RED_SNORM: - case GL_R8_SNORM: - case GL_R16_SNORM: - return GL_RED; - case GL_RG_SNORM: - case GL_RG8_SNORM: - case GL_RG16_SNORM: - return GL_RG; - case GL_RGB_SNORM: - case GL_RGB8_SNORM: - case GL_RGB16_SNORM: - return GL_RGB; - case GL_RGBA_SNORM: - case GL_RGBA8_SNORM: - case GL_RGBA16_SNORM: - return GL_RGBA; - case GL_ALPHA_SNORM: - case GL_ALPHA8_SNORM: - case GL_ALPHA16_SNORM: - return GL_ALPHA; - case GL_LUMINANCE_SNORM: - case GL_LUMINANCE8_SNORM: - case GL_LUMINANCE16_SNORM: - return GL_LUMINANCE; - case GL_LUMINANCE_ALPHA_SNORM: - case GL_LUMINANCE8_ALPHA8_SNORM: - case GL_LUMINANCE16_ALPHA16_SNORM: - return GL_LUMINANCE_ALPHA; - case GL_INTENSITY_SNORM: - case GL_INTENSITY8_SNORM: - case GL_INTENSITY16_SNORM: - return GL_INTENSITY; - default: - ; /* fallthrough */ + case GL_RED_SNORM: + case GL_R8_SNORM: + case GL_R16_SNORM: + return GL_RED; + case GL_RG_SNORM: + case GL_RG8_SNORM: + case GL_RG16_SNORM: + return GL_RG; + case GL_RGB_SNORM: + case GL_RGB8_SNORM: + case GL_RGB16_SNORM: + return GL_RGB; + case GL_RGBA_SNORM: + case GL_RGBA8_SNORM: + case GL_RGBA16_SNORM: + return GL_RGBA; + case GL_ALPHA_SNORM: + case GL_ALPHA8_SNORM: + case GL_ALPHA16_SNORM: + return GL_ALPHA; + case GL_LUMINANCE_SNORM: + case GL_LUMINANCE8_SNORM: + case GL_LUMINANCE16_SNORM: + return GL_LUMINANCE; + case GL_LUMINANCE_ALPHA_SNORM: + case GL_LUMINANCE8_ALPHA8_SNORM: + case GL_LUMINANCE16_ALPHA16_SNORM: + return GL_LUMINANCE_ALPHA; + case GL_INTENSITY_SNORM: + case GL_INTENSITY8_SNORM: + case GL_INTENSITY16_SNORM: + return GL_INTENSITY; + default: + ; /* fallthrough */ } } @@ -727,87 +788,6 @@ proxy_target(GLenum target) } -/** - * Return a pointer to the current texture object for the given target - * on the current texture unit. - * Note: all error checking should have been done by this point. - */ -struct gl_texture_object * -_mesa_get_current_tex_object(struct gl_context *ctx, GLenum target) -{ - struct gl_texture_unit *texUnit = _mesa_get_current_tex_unit(ctx); - const GLboolean arrayTex = ctx->Extensions.EXT_texture_array; - - switch (target) { - case GL_TEXTURE_1D: - return texUnit->CurrentTex[TEXTURE_1D_INDEX]; - case GL_PROXY_TEXTURE_1D: - return ctx->Texture.ProxyTex[TEXTURE_1D_INDEX]; - case GL_TEXTURE_2D: - return texUnit->CurrentTex[TEXTURE_2D_INDEX]; - case GL_PROXY_TEXTURE_2D: - return ctx->Texture.ProxyTex[TEXTURE_2D_INDEX]; - case GL_TEXTURE_3D: - return texUnit->CurrentTex[TEXTURE_3D_INDEX]; - case GL_PROXY_TEXTURE_3D: - return ctx->Texture.ProxyTex[TEXTURE_3D_INDEX]; - case GL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB: - case GL_TEXTURE_CUBE_MAP_NEGATIVE_X_ARB: - case GL_TEXTURE_CUBE_MAP_POSITIVE_Y_ARB: - case GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB: - case GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB: - case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB: - case GL_TEXTURE_CUBE_MAP_ARB: - return ctx->Extensions.ARB_texture_cube_map - ? texUnit->CurrentTex[TEXTURE_CUBE_INDEX] : NULL; - case GL_PROXY_TEXTURE_CUBE_MAP_ARB: - return ctx->Extensions.ARB_texture_cube_map - ? ctx->Texture.ProxyTex[TEXTURE_CUBE_INDEX] : NULL; - case GL_TEXTURE_CUBE_MAP_ARRAY: - return ctx->Extensions.ARB_texture_cube_map_array - ? texUnit->CurrentTex[TEXTURE_CUBE_ARRAY_INDEX] : NULL; - case GL_PROXY_TEXTURE_CUBE_MAP_ARRAY: - return ctx->Extensions.ARB_texture_cube_map_array - ? ctx->Texture.ProxyTex[TEXTURE_CUBE_ARRAY_INDEX] : NULL; - case GL_TEXTURE_RECTANGLE_NV: - return ctx->Extensions.NV_texture_rectangle - ? texUnit->CurrentTex[TEXTURE_RECT_INDEX] : NULL; - case GL_PROXY_TEXTURE_RECTANGLE_NV: - return ctx->Extensions.NV_texture_rectangle - ? ctx->Texture.ProxyTex[TEXTURE_RECT_INDEX] : NULL; - case GL_TEXTURE_1D_ARRAY_EXT: - return arrayTex ? texUnit->CurrentTex[TEXTURE_1D_ARRAY_INDEX] : NULL; - case GL_PROXY_TEXTURE_1D_ARRAY_EXT: - return arrayTex ? ctx->Texture.ProxyTex[TEXTURE_1D_ARRAY_INDEX] : NULL; - case GL_TEXTURE_2D_ARRAY_EXT: - return arrayTex ? texUnit->CurrentTex[TEXTURE_2D_ARRAY_INDEX] : NULL; - case GL_PROXY_TEXTURE_2D_ARRAY_EXT: - return arrayTex ? ctx->Texture.ProxyTex[TEXTURE_2D_ARRAY_INDEX] : NULL; - case GL_TEXTURE_BUFFER: - return ctx->API == API_OPENGL_CORE && - ctx->Extensions.ARB_texture_buffer_object ? - texUnit->CurrentTex[TEXTURE_BUFFER_INDEX] : NULL; - case GL_TEXTURE_EXTERNAL_OES: - return _mesa_is_gles(ctx) && ctx->Extensions.OES_EGL_image_external - ? texUnit->CurrentTex[TEXTURE_EXTERNAL_INDEX] : NULL; - case GL_TEXTURE_2D_MULTISAMPLE: - return ctx->Extensions.ARB_texture_multisample - ? texUnit->CurrentTex[TEXTURE_2D_MULTISAMPLE_INDEX] : NULL; - case GL_PROXY_TEXTURE_2D_MULTISAMPLE: - return ctx->Extensions.ARB_texture_multisample - ? ctx->Texture.ProxyTex[TEXTURE_2D_MULTISAMPLE_INDEX] : NULL; - case GL_TEXTURE_2D_MULTISAMPLE_ARRAY: - return ctx->Extensions.ARB_texture_multisample - ? texUnit->CurrentTex[TEXTURE_2D_MULTISAMPLE_ARRAY_INDEX] : NULL; - case GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY: - return ctx->Extensions.ARB_texture_multisample - ? ctx->Texture.ProxyTex[TEXTURE_2D_MULTISAMPLE_ARRAY_INDEX] : NULL; - default: - _mesa_problem(NULL, "bad target in _mesa_get_current_tex_object()"); - return NULL; - } -} - /** @@ -815,7 +795,6 @@ _mesa_get_current_tex_object(struct gl_context *ctx, GLenum target) * target and mipmap level. The target and level parameters should * have already been error-checked. * - * \param ctx GL context. * \param texObj texture unit. * \param target texture target. * \param level image level. @@ -823,9 +802,8 @@ _mesa_get_current_tex_object(struct gl_context *ctx, GLenum target) * \return pointer to the texture image structure, or NULL on failure. */ struct gl_texture_image * -_mesa_select_tex_image(struct gl_context *ctx, - const struct gl_texture_object *texObj, - GLenum target, GLint level) +_mesa_select_tex_image(const struct gl_texture_object *texObj, + GLenum target, GLint level) { const GLuint face = _mesa_tex_target_to_face(target); @@ -851,7 +829,7 @@ _mesa_get_tex_image(struct gl_context *ctx, struct gl_texture_object *texObj, if (!texObj) return NULL; - texImage = _mesa_select_tex_image(ctx, texObj, target, level); + texImage = _mesa_select_tex_image(texObj, target, level); if (!texImage) { texImage = ctx->Driver.NewTextureImage(ctx); if (!texImage) { @@ -1313,7 +1291,7 @@ init_teximage_fields_ms(struct gl_context *ctx, target = img->TexObject->Target; img->_BaseFormat = _mesa_base_tex_format( ctx, internalFormat ); - ASSERT(img->_BaseFormat > 0); + ASSERT(img->_BaseFormat != -1); img->InternalFormat = internalFormat; img->Border = border; img->Width = width; @@ -1604,12 +1582,11 @@ _mesa_legal_texture_dimensions(struct gl_context *ctx, GLenum target, * \return GL_TRUE if error found, GL_FALSE otherwise. */ static GLboolean -error_check_subtexture_dimensions(struct gl_context *ctx, - const char *function, GLuint dims, +error_check_subtexture_dimensions(struct gl_context *ctx, GLuint dims, const struct gl_texture_image *destImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei subWidth, GLsizei subHeight, - GLsizei subDepth) + GLsizei subDepth, const char *func) { const GLenum target = destImage->TexObject->Target; GLuint bw, bh; @@ -1617,32 +1594,32 @@ error_check_subtexture_dimensions(struct gl_context *ctx, /* Check size */ if (subWidth < 0) { _mesa_error(ctx, GL_INVALID_VALUE, - "%s%dD(width=%d)", function, dims, subWidth); + "%s%dD(width=%d)", func, dims, subWidth); return GL_TRUE; } if (dims > 1 && subHeight < 0) { _mesa_error(ctx, GL_INVALID_VALUE, - "%s%dD(height=%d)", function, dims, subHeight); + "%s%dD(height=%d)", func, dims, subHeight); return GL_TRUE; } if (dims > 2 && subDepth < 0) { _mesa_error(ctx, GL_INVALID_VALUE, - "%s%dD(depth=%d)", function, dims, subDepth); + "%s%dD(depth=%d)", func, dims, subDepth); return GL_TRUE; } /* check xoffset and width */ if (xoffset < - (GLint) destImage->Border) { _mesa_error(ctx, GL_INVALID_VALUE, "%s%dD(xoffset)", - function, dims); + func, dims); return GL_TRUE; } if (xoffset + subWidth > (GLint) destImage->Width) { _mesa_error(ctx, GL_INVALID_VALUE, "%s%dD(xoffset+width)", - function, dims); + func, dims); return GL_TRUE; } @@ -1651,28 +1628,33 @@ error_check_subtexture_dimensions(struct gl_context *ctx, GLint yBorder = (target == GL_TEXTURE_1D_ARRAY) ? 0 : destImage->Border; if (yoffset < -yBorder) { _mesa_error(ctx, GL_INVALID_VALUE, "%s%dD(yoffset)", - function, dims); + func, dims); return GL_TRUE; } if (yoffset + subHeight > (GLint) destImage->Height) { _mesa_error(ctx, GL_INVALID_VALUE, "%s%dD(yoffset+height)", - function, dims); + func, dims); return GL_TRUE; } } /* check zoffset and depth */ if (dims > 2) { + GLint depth; GLint zBorder = (target == GL_TEXTURE_2D_ARRAY || target == GL_TEXTURE_CUBE_MAP_ARRAY) ? 0 : destImage->Border; if (zoffset < -zBorder) { - _mesa_error(ctx, GL_INVALID_VALUE, "%s3D(zoffset)", function); + _mesa_error(ctx, GL_INVALID_VALUE, "%s3D(zoffset)", func); return GL_TRUE; } - if (zoffset + subDepth > (GLint) destImage->Depth) { - _mesa_error(ctx, GL_INVALID_VALUE, "%s3D(zoffset+depth)", function); + + depth = (GLint) destImage->Depth; + if (target == GL_TEXTURE_CUBE_MAP) + depth = 6; + if (zoffset + subDepth > depth) { + _mesa_error(ctx, GL_INVALID_VALUE, "%s3D(zoffset+depth)", func); return GL_TRUE; } } @@ -1691,7 +1673,7 @@ error_check_subtexture_dimensions(struct gl_context *ctx, if ((xoffset % bw != 0) || (yoffset % bh != 0)) { _mesa_error(ctx, GL_INVALID_OPERATION, "%s%dD(xoffset = %d, yoffset = %d)", - function, dims, xoffset, yoffset); + func, dims, xoffset, yoffset); return GL_TRUE; } @@ -1703,14 +1685,14 @@ error_check_subtexture_dimensions(struct gl_context *ctx, if ((subWidth % bw != 0) && (xoffset + subWidth != (GLint) destImage->Width)) { _mesa_error(ctx, GL_INVALID_OPERATION, - "%s%dD(width = %d)", function, dims, subWidth); + "%s%dD(width = %d)", func, dims, subWidth); return GL_TRUE; } if ((subHeight % bh != 0) && (yoffset + subHeight != (GLint) destImage->Height)) { _mesa_error(ctx, GL_INVALID_OPERATION, - "%s%dD(height = %d)", function, dims, subHeight); + "%s%dD(height = %d)", func, dims, subHeight); return GL_TRUE; } } @@ -1889,7 +1871,8 @@ legal_teximage_target(struct gl_context *ctx, GLuint dims, GLenum target) * proxy targets are not supported. */ static GLboolean -legal_texsubimage_target(struct gl_context *ctx, GLuint dims, GLenum target) +legal_texsubimage_target(struct gl_context *ctx, GLuint dims, GLenum target, + bool dsa) { switch (dims) { case 1: @@ -1923,6 +1906,13 @@ legal_texsubimage_target(struct gl_context *ctx, GLuint dims, GLenum target) case GL_TEXTURE_CUBE_MAP_ARRAY: case GL_PROXY_TEXTURE_CUBE_MAP_ARRAY: return ctx->Extensions.ARB_texture_cube_map_array; + + /* Table 8.15 of the OpenGL 4.5 core profile spec + * (20141030) says that TEXTURE_CUBE_MAP is valid for TextureSubImage3D + * and CopyTextureSubImage3D. + */ + case GL_TEXTURE_CUBE_MAP: + return dsa; default: return GL_FALSE; } @@ -1942,6 +1932,9 @@ static GLboolean mutable_tex_object(struct gl_context *ctx, GLenum target) { struct gl_texture_object *texObj = _mesa_get_current_tex_object(ctx, target); + if (!texObj) + return GL_FALSE; + return !texObj->Immutable; } @@ -2137,7 +2130,7 @@ texture_error_check( struct gl_context *ctx, if (_mesa_is_gles(ctx)) { if (_mesa_is_gles3(ctx)) { - err = _mesa_es3_error_check_format_and_type(format, type, + err = _mesa_es3_error_check_format_and_type(ctx, format, type, internalFormat); } else { if (format != internalFormat) { @@ -2317,14 +2310,14 @@ compressed_texture_error_check(struct gl_context *ctx, GLint dimensions, case GL_PALETTE8_RGB5_A1_OES: /* check level (note that level should be zero or less!) */ if (level > 0 || level < -maxLevels) { - reason = "level"; - error = GL_INVALID_VALUE; + reason = "level"; + error = GL_INVALID_VALUE; goto error; } if (dimensions != 2) { - reason = "compressed paletted textures must be 2D"; - error = GL_INVALID_OPERATION; + reason = "compressed paletted textures must be 2D"; + error = GL_INVALID_OPERATION; goto error; } @@ -2332,7 +2325,7 @@ compressed_texture_error_check(struct gl_context *ctx, GLint dimensions, * checked against the actual size later. */ expectedSize = _mesa_cpal_compressed_size(level, internalFormat, - width, height); + width, height); /* This is for the benefit of the TestProxyTexImage below. It expects * level to be non-negative. OES_compressed_paletted_texture uses a @@ -2347,8 +2340,8 @@ compressed_texture_error_check(struct gl_context *ctx, GLint dimensions, default: /* check level */ if (level < 0 || level >= maxLevels) { - reason = "level"; - error = GL_INVALID_VALUE; + reason = "level"; + error = GL_INVALID_VALUE; goto error; } @@ -2401,7 +2394,8 @@ compressed_texture_error_check(struct gl_context *ctx, GLint dimensions, error: /* Note: not all error paths exit through here. */ - _mesa_error(ctx, error, "glCompressedTexImage%dD(%s)", dimensions, reason); + _mesa_error(ctx, error, "glCompressedTexImage%dD(%s)", + dimensions, reason); return GL_TRUE; } @@ -2431,26 +2425,34 @@ error: */ static GLboolean texsubimage_error_check(struct gl_context *ctx, GLuint dimensions, + struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, - GLenum format, GLenum type) + GLenum format, GLenum type, bool dsa) { - struct gl_texture_object *texObj; struct gl_texture_image *texImage; GLenum err; + const char* suffix = dsa ? "ture" : ""; + + if (!texObj) { + /* must be out of memory */ + _mesa_error(ctx, GL_OUT_OF_MEMORY, "glTex%sSubImage%dD()", + suffix, dimensions); + return GL_TRUE; + } /* check target (proxies not allowed) */ - if (!legal_texsubimage_target(ctx, dimensions, target)) { - _mesa_error(ctx, GL_INVALID_ENUM, "glTexSubImage%uD(target=%s)", - dimensions, _mesa_lookup_enum_by_nr(target)); + if (!legal_texsubimage_target(ctx, dimensions, target, dsa)) { + _mesa_error(ctx, GL_INVALID_ENUM, "glTex%sSubImage%uD(target=%s)", + suffix, dimensions, _mesa_lookup_enum_by_nr(target)); return GL_TRUE; } /* level check */ if (level < 0 || level >= _mesa_max_texture_levels(ctx, target)) { - _mesa_error(ctx, GL_INVALID_VALUE, "glTexSubImage%uD(level=%d)", - dimensions, level); + _mesa_error(ctx, GL_INVALID_VALUE, "glTex%sSubImage%uD(level=%d)", + suffix, dimensions, level); return GL_TRUE; } @@ -2463,9 +2465,8 @@ texsubimage_error_check(struct gl_context *ctx, GLuint dimensions, err = _mesa_es_error_check_format_and_type(format, type, dimensions); if (err != GL_NO_ERROR) { _mesa_error(ctx, err, - "glTexSubImage%dD(format = %s, type = %s)", - dimensions, - _mesa_lookup_enum_by_nr(format), + "glTex%sSubImage%dD(format = %s, type = %s)", + suffix, dimensions, _mesa_lookup_enum_by_nr(format), _mesa_lookup_enum_by_nr(type)); return GL_TRUE; } @@ -2474,38 +2475,34 @@ texsubimage_error_check(struct gl_context *ctx, GLuint dimensions, err = _mesa_error_check_format_and_type(ctx, format, type); if (err != GL_NO_ERROR) { _mesa_error(ctx, err, - "glTexSubImage%dD(incompatible format = %s, type = %s)", - dimensions, _mesa_lookup_enum_by_nr(format), + "glTex%sSubImage%dD(incompatible format = %s, type = %s)", + suffix, dimensions, _mesa_lookup_enum_by_nr(format), _mesa_lookup_enum_by_nr(type)); return GL_TRUE; } - /* Get dest texture object / image pointers */ - texObj = _mesa_get_current_tex_object(ctx, target); - if (!texObj) { - /* must be out of memory */ - _mesa_error(ctx, GL_OUT_OF_MEMORY, "glTexSubImage%dD()", dimensions); - return GL_TRUE; - } - - texImage = _mesa_select_tex_image(ctx, texObj, target, level); + texImage = _mesa_select_tex_image(texObj, target, level); if (!texImage) { /* non-existant texture level */ _mesa_error(ctx, GL_INVALID_OPERATION, - "glTexSubImage%dD(invalid texture image)", dimensions); + "glTex%sSubImage%dD(invalid texture image)", suffix, + dimensions); return GL_TRUE; } - if (error_check_subtexture_dimensions(ctx, "glTexSubImage", dimensions, + if (error_check_subtexture_dimensions(ctx, dimensions, texImage, xoffset, yoffset, 0, - width, height, 1)) { + width, height, 1, + dsa ? "glTextureSubImage" : + "glTexSubImage")) { return GL_TRUE; } if (_mesa_is_format_compressed(texImage->TexFormat)) { if (compressedteximage_only_format(ctx, texImage->InternalFormat)) { _mesa_error(ctx, GL_INVALID_OPERATION, - "glTexSubImage%dD(no compression for format)", dimensions); + "glTex%sSubImage%dD(no compression for format)", + suffix, dimensions); return GL_TRUE; } } @@ -2515,8 +2512,8 @@ texsubimage_error_check(struct gl_context *ctx, GLuint dimensions, if (_mesa_is_format_integer_color(texImage->TexFormat) != _mesa_is_enum_format_integer(format)) { _mesa_error(ctx, GL_INVALID_OPERATION, - "glTexSubImage%dD(integer/non-integer format mismatch)", - dimensions); + "glTex%sSubImage%dD(integer/non-integer format mismatch)", + suffix, dimensions); return GL_TRUE; } } @@ -2554,7 +2551,7 @@ copytexture_error_check( struct gl_context *ctx, GLuint dimensions, GLenum rb_internal_format; /* check target */ - if (!legal_texsubimage_target(ctx, dimensions, target)) { + if (!legal_texsubimage_target(ctx, dimensions, target, false)) { _mesa_error(ctx, GL_INVALID_ENUM, "glCopyTexImage%uD(target=%s)", dimensions, _mesa_lookup_enum_by_nr(target)); return GL_TRUE; @@ -2579,10 +2576,9 @@ copytexture_error_check( struct gl_context *ctx, GLuint dimensions, } if (ctx->ReadBuffer->Visual.samples > 0) { - _mesa_error(ctx, GL_INVALID_OPERATION, - "glCopyTexImage%dD(multisample FBO)", - dimensions); - return GL_TRUE; + _mesa_error(ctx, GL_INVALID_OPERATION, + "glCopyTexImage%dD(multisample FBO)", dimensions); + return GL_TRUE; } } @@ -2791,12 +2787,13 @@ copytexture_error_check( struct gl_context *ctx, GLuint dimensions, */ static GLboolean copytexsubimage_error_check(struct gl_context *ctx, GLuint dimensions, + const struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, - GLint width, GLint height) + GLint width, GLint height, bool dsa) { - struct gl_texture_object *texObj; struct gl_texture_image *texImage; + const char *suffix = dsa ? "ture" : ""; /* Check that the source buffer is complete */ if (_mesa_is_user_fbo(ctx->ReadBuffer)) { @@ -2805,89 +2802,97 @@ copytexsubimage_error_check(struct gl_context *ctx, GLuint dimensions, } if (ctx->ReadBuffer->_Status != GL_FRAMEBUFFER_COMPLETE_EXT) { _mesa_error(ctx, GL_INVALID_FRAMEBUFFER_OPERATION_EXT, - "glCopyTexImage%dD(invalid readbuffer)", dimensions); + "glCopyTex%sSubImage%dD(invalid readbuffer)", + suffix, dimensions); return GL_TRUE; } if (ctx->ReadBuffer->Visual.samples > 0) { - _mesa_error(ctx, GL_INVALID_OPERATION, - "glCopyTexSubImage%dD(multisample FBO)", - dimensions); - return GL_TRUE; + _mesa_error(ctx, GL_INVALID_OPERATION, + "glCopyTex%sSubImage%dD(multisample FBO)", suffix, + dimensions); + return GL_TRUE; } } /* check target (proxies not allowed) */ - if (!legal_texsubimage_target(ctx, dimensions, target)) { - _mesa_error(ctx, GL_INVALID_ENUM, "glCopyTexSubImage%uD(target=%s)", - dimensions, _mesa_lookup_enum_by_nr(target)); + if (!legal_texsubimage_target(ctx, dimensions, target, dsa)) { + _mesa_error(ctx, GL_INVALID_ENUM, "glCopyTex%sSubImage%uD(target=%s)", + suffix, dimensions, + _mesa_lookup_enum_by_nr(target)); return GL_TRUE; } /* Check level */ if (level < 0 || level >= _mesa_max_texture_levels(ctx, target)) { _mesa_error(ctx, GL_INVALID_VALUE, - "glCopyTexSubImage%dD(level=%d)", dimensions, level); + "glCopyTex%sSubImage%dD(level=%d)", suffix, + dimensions, level); return GL_TRUE; } - /* Get dest texture object / image pointers */ - texObj = _mesa_get_current_tex_object(ctx, target); + /* Get dest image pointers */ if (!texObj) { - _mesa_error(ctx, GL_OUT_OF_MEMORY, "glCopyTexSubImage%dD()", dimensions); + _mesa_error(ctx, GL_OUT_OF_MEMORY, "glCopyTex%sSubImage%dD()", + suffix, dimensions); return GL_TRUE; } - texImage = _mesa_select_tex_image(ctx, texObj, target, level); + texImage = _mesa_select_tex_image(texObj, target, level); if (!texImage) { /* destination image does not exist */ _mesa_error(ctx, GL_INVALID_OPERATION, - "glCopyTexSubImage%dD(invalid texture image)", dimensions); + "glCopyTex%sSubImage%dD(invalid texture image)", + suffix, dimensions); return GL_TRUE; } - if (error_check_subtexture_dimensions(ctx, "glCopyTexSubImage", - dimensions, texImage, + if (error_check_subtexture_dimensions(ctx, dimensions, texImage, xoffset, yoffset, zoffset, - width, height, 1)) { + width, height, 1, dsa ? + "glCompressedTextureSubImage" : + "glCompressedTexSubImage")) { return GL_TRUE; } if (_mesa_is_format_compressed(texImage->TexFormat)) { if (compressedteximage_only_format(ctx, texImage->InternalFormat)) { _mesa_error(ctx, GL_INVALID_OPERATION, - "glCopyTexSubImage%dD(no compression for format)", dimensions); + "glCopyTex%sSubImage%dD(no compression for format)", + suffix, dimensions); return GL_TRUE; } } if (texImage->InternalFormat == GL_YCBCR_MESA) { - _mesa_error(ctx, GL_INVALID_OPERATION, "glCopyTexSubImage2D"); + _mesa_error(ctx, GL_INVALID_OPERATION, "glCopyTex%sSubImage2D", suffix); return GL_TRUE; } if (!_mesa_source_buffer_exists(ctx, texImage->_BaseFormat)) { _mesa_error(ctx, GL_INVALID_OPERATION, - "glCopyTexSubImage%dD(missing readbuffer, format=0x%x)", - dimensions, texImage->_BaseFormat); + "glCopyTex%sSubImage%dD(missing readbuffer, format=0x%x)", + suffix, dimensions, texImage->_BaseFormat); return GL_TRUE; } /* From the EXT_texture_integer spec: * - * "INVALID_OPERATION is generated by CopyTexImage* and CopyTexSubImage* - * if the texture internalformat is an integer format and the read color - * buffer is not an integer format, or if the internalformat is not an - * integer format and the read color buffer is an integer format." + * "INVALID_OPERATION is generated by CopyTexImage* and + * CopyTexSubImage* if the texture internalformat is an integer format + * and the read color buffer is not an integer format, or if the + * internalformat is not an integer format and the read color buffer + * is an integer format." */ if (_mesa_is_color_format(texImage->InternalFormat)) { struct gl_renderbuffer *rb = ctx->ReadBuffer->_ColorReadBuffer; if (_mesa_is_format_integer_color(rb->Format) != - _mesa_is_format_integer_color(texImage->TexFormat)) { - _mesa_error(ctx, GL_INVALID_OPERATION, - "glCopyTexImage%dD(integer vs non-integer)", dimensions); - return GL_TRUE; + _mesa_is_format_integer_color(texImage->TexFormat)) { + _mesa_error(ctx, GL_INVALID_OPERATION, + "glCopyTex%sSubImage%dD(integer vs non-integer)", + suffix, dimensions); + return GL_TRUE; } } @@ -2969,7 +2974,6 @@ static inline void check_gen_mipmap(struct gl_context *ctx, GLenum target, struct gl_texture_object *texObj, GLint level) { - ASSERT(target != GL_TEXTURE_CUBE_MAP); if (texObj->GenerateMipmap && level == texObj->BaseLevel && level < texObj->MaxLevel) { @@ -3042,7 +3046,7 @@ _mesa_choose_texture_format(struct gl_context *ctx, /* see if we've already chosen a format for the previous level */ if (level > 0) { struct gl_texture_image *prevImage = - _mesa_select_tex_image(ctx, texObj, target, level - 1); + _mesa_select_tex_image(texObj, target, level - 1); /* See if the prev level is defined and has an internal format which * matches the new internal format. */ @@ -3239,6 +3243,19 @@ teximage(struct gl_context *ctx, GLboolean compressed, GLuint dims, texFormat = _mesa_glenum_to_compressed_format(internalFormat); } else { + /* In case of HALF_FLOAT_OES or FLOAT_OES, find corresponding sized + * internal floating point format for the given base format. + */ + if (_mesa_is_gles(ctx) && format == internalFormat) { + if (type == GL_FLOAT) { + texObj->_IsFloat = GL_TRUE; + } else if (type == GL_HALF_FLOAT_OES || type == GL_HALF_FLOAT) { + texObj->_IsHalfFloat = GL_TRUE; + } + + internalFormat = adjust_for_oes_float_texture(format, type); + } + texFormat = _mesa_choose_texture_format(ctx, texObj, target, level, internalFormat, format, type); } @@ -3419,13 +3436,13 @@ _mesa_EGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image) if (!valid_target) { _mesa_error(ctx, GL_INVALID_ENUM, - "glEGLImageTargetTexture2D(target=%d)", target); + "glEGLImageTargetTexture2D(target=%d)", target); return; } if (!image) { _mesa_error(ctx, GL_INVALID_OPERATION, - "glEGLImageTargetTexture2D(image=%p)", image); + "glEGLImageTargetTexture2D(image=%p)", image); return; } @@ -3433,11 +3450,14 @@ _mesa_EGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image) _mesa_update_state(ctx); texObj = _mesa_get_current_tex_object(ctx, target); + if (!texObj) + return; + _mesa_lock_texture(ctx, texObj); if (texObj->Immutable) { _mesa_error(ctx, GL_INVALID_OPERATION, - "glEGLImageTargetTexture2D(texture is immutable)"); + "glEGLImageTargetTexture2D(texture is immutable)"); _mesa_unlock_texture(ctx, texObj); return; } @@ -3458,32 +3478,26 @@ _mesa_EGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image) } - /** - * Implement all the glTexSubImage1/2/3D() functions. + * Helper that implements the glTexSubImage1/2/3D() + * and glTextureSubImage1/2/3D() functions. */ -static void -texsubimage(struct gl_context *ctx, GLuint dims, GLenum target, GLint level, - GLint xoffset, GLint yoffset, GLint zoffset, - GLsizei width, GLsizei height, GLsizei depth, - GLenum format, GLenum type, const GLvoid *pixels ) +void +_mesa_texture_sub_image(struct gl_context *ctx, GLuint dims, + struct gl_texture_object *texObj, + struct gl_texture_image *texImage, + GLenum target, GLint level, + GLint xoffset, GLint yoffset, GLint zoffset, + GLsizei width, GLsizei height, GLsizei depth, + GLenum format, GLenum type, const GLvoid *pixels, + bool dsa) { - struct gl_texture_object *texObj; - struct gl_texture_image *texImage; - FLUSH_VERTICES(ctx, 0); - if (MESA_VERBOSE & (VERBOSE_API|VERBOSE_TEXTURE)) - _mesa_debug(ctx, "glTexSubImage%uD %s %d %d %d %d %d %d %d %s %s %p\n", - dims, - _mesa_lookup_enum_by_nr(target), level, - xoffset, yoffset, zoffset, width, height, depth, - _mesa_lookup_enum_by_nr(format), - _mesa_lookup_enum_by_nr(type), pixels); - /* check target (proxies not allowed) */ - if (!legal_texsubimage_target(ctx, dims, target)) { - _mesa_error(ctx, GL_INVALID_ENUM, "glTexSubImage%uD(target=%s)", + if (!legal_texsubimage_target(ctx, dims, target, dsa)) { + _mesa_error(ctx, GL_INVALID_ENUM, "glTex%sSubImage%uD(target=%s)", + dsa ? "ture" : "", dims, _mesa_lookup_enum_by_nr(target)); return; } @@ -3491,18 +3505,8 @@ texsubimage(struct gl_context *ctx, GLuint dims, GLenum target, GLint level, if (ctx->NewState & _NEW_PIXEL) _mesa_update_state(ctx); - if (texsubimage_error_check(ctx, dims, target, level, - xoffset, yoffset, zoffset, - width, height, depth, format, type)) { - return; /* error was detected */ - } - - texObj = _mesa_get_current_tex_object(ctx, target); - _mesa_lock_texture(ctx, texObj); { - texImage = _mesa_select_tex_image(ctx, texObj, target, level); - if (width > 0 && height > 0 && depth > 0) { /* If we have a border, offset=-1 is legal. Bias by border width. */ switch (dims) { @@ -3533,18 +3537,174 @@ texsubimage(struct gl_context *ctx, GLuint dims, GLenum target, GLint level, _mesa_unlock_texture(ctx, texObj); } - -void GLAPIENTRY -_mesa_TexSubImage1D( GLenum target, GLint level, - GLint xoffset, GLsizei width, - GLenum format, GLenum type, - const GLvoid *pixels ) +/** + * Implement all the glTexSubImage1/2/3D() functions. + * Must split this out this way because of GL_TEXTURE_CUBE_MAP. + */ +static void +texsubimage(struct gl_context *ctx, GLuint dims, GLenum target, GLint level, + GLint xoffset, GLint yoffset, GLint zoffset, + GLsizei width, GLsizei height, GLsizei depth, + GLenum format, GLenum type, const GLvoid *pixels) { - GET_CURRENT_CONTEXT(ctx); - texsubimage(ctx, 1, target, level, - xoffset, 0, 0, - width, 1, 1, - format, type, pixels); + struct gl_texture_object *texObj; + struct gl_texture_image *texImage; + + texObj = _mesa_get_current_tex_object(ctx, target); + if (!texObj) + return; + + if (texsubimage_error_check(ctx, dims, texObj, target, level, + xoffset, yoffset, zoffset, + width, height, depth, format, type, false)) { + return; /* error was detected */ + } + + texImage = _mesa_select_tex_image(texObj, target, level); + /* texsubimage_error_check ensures that texImage is not NULL */ + + if (MESA_VERBOSE & (VERBOSE_API|VERBOSE_TEXTURE)) + _mesa_debug(ctx, "glTexSubImage%uD %s %d %d %d %d %d %d %d %s %s %p\n", + dims, + _mesa_lookup_enum_by_nr(target), level, + xoffset, yoffset, zoffset, width, height, depth, + _mesa_lookup_enum_by_nr(format), + _mesa_lookup_enum_by_nr(type), pixels); + + _mesa_texture_sub_image(ctx, dims, texObj, texImage, target, level, + xoffset, yoffset, zoffset, width, height, depth, + format, type, pixels, false); +} + + +/** + * Implement all the glTextureSubImage1/2/3D() functions. + * Must split this out this way because of GL_TEXTURE_CUBE_MAP. + */ +static void +texturesubimage(struct gl_context *ctx, GLuint dims, + GLuint texture, GLint level, + GLint xoffset, GLint yoffset, GLint zoffset, + GLsizei width, GLsizei height, GLsizei depth, + GLenum format, GLenum type, const GLvoid *pixels) +{ + struct gl_texture_object *texObj; + struct gl_texture_image *texImage; + int i; + + if (MESA_VERBOSE & (VERBOSE_API|VERBOSE_TEXTURE)) + _mesa_debug(ctx, + "glTextureSubImage%uD %d %d %d %d %d %d %d %d %s %s %p\n", + dims, texture, level, + xoffset, yoffset, zoffset, width, height, depth, + _mesa_lookup_enum_by_nr(format), + _mesa_lookup_enum_by_nr(type), pixels); + + /* Get the texture object by Name. */ + texObj = _mesa_lookup_texture(ctx, texture); + if (!texObj) { + _mesa_error(ctx, GL_INVALID_OPERATION, "glTextureSubImage%uD(texture)", + dims); + return; + } + + if (texsubimage_error_check(ctx, dims, texObj, texObj->Target, level, + xoffset, yoffset, zoffset, + width, height, depth, format, type, true)) { + return; /* error was detected */ + } + + + /* Must handle special case GL_TEXTURE_CUBE_MAP. */ + if (texObj->Target == GL_TEXTURE_CUBE_MAP) { + GLint rowStride; + + /* Error checking */ + if (texObj->NumLayers < 6) { + /* Not enough image planes for a cube map. The spec does not say + * what should happen in this case because the user has always + * specified each cube face separately (using + * GL_TEXTURE_CUBE_MAP_POSITIVE_X+i) in previous GL versions. + * This is addressed in Khronos Bug 13223. + */ + _mesa_error(ctx, GL_INVALID_OPERATION, + "glTextureSubImage%uD(insufficient cube map storage)", + dims); + return; + } + + /* + * What do we do if the user created a texture with the following code + * and then called this function with its handle? + * + * GLuint tex; + * glCreateTextures(GL_TEXTURE_CUBE_MAP, 1, &tex); + * glBindTexture(GL_TEXTURE_CUBE_MAP, tex); + * glTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, ...); + * glTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, ...); + * glTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, ...); + * // Note: GL_TEXTURE_CUBE_MAP_NEGATIVE_Y not set, or given the + * // wrong format, or given the wrong size, etc. + * glTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, ...); + * glTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, ...); + * + * A bug has been filed against the spec for this case. In the + * meantime, we will check for cube completeness. + * + * According to Section 8.17 Texture Completeness in the OpenGL 4.5 + * Core Profile spec (30.10.2014): + * "[A] cube map texture is cube complete if the + * following conditions all hold true: The [base level] texture + * images of each of the six cube map faces have identical, positive, + * and square dimensions. The [base level] images were each specified + * with the same internal format." + * + * It seems reasonable to check for cube completeness of an arbitrary + * level here so that the image data has a consistent format and size. + */ + if (!_mesa_cube_level_complete(texObj, level)) { + _mesa_error(ctx, GL_INVALID_OPERATION, + "glTextureSubImage%uD(cube map incomplete)", + dims); + return; + } + + rowStride = _mesa_image_image_stride(&ctx->Unpack, width, height, + format, type); + /* Copy in each face. */ + for (i = 0; i < 6; ++i) { + texImage = texObj->Image[i][level]; + _mesa_texture_sub_image(ctx, 3, texObj, texImage, texObj->Target, + level, xoffset, yoffset, zoffset, + width, height, 1, format, + type, pixels, true); + pixels = (GLubyte *) pixels + rowStride; + } + } + else { + texImage = _mesa_select_tex_image(texObj, texObj->Target, level); + if (!texImage) + return; + + _mesa_texture_sub_image(ctx, dims, texObj, texImage, texObj->Target, + level, xoffset, yoffset, zoffset, + width, height, depth, format, + type, pixels, true); + } +} + + +void GLAPIENTRY +_mesa_TexSubImage1D( GLenum target, GLint level, + GLint xoffset, GLsizei width, + GLenum format, GLenum type, + const GLvoid *pixels ) +{ + GET_CURRENT_CONTEXT(ctx); + texsubimage(ctx, 1, target, level, + xoffset, 0, 0, + width, 1, 1, + format, type, pixels); } @@ -3578,6 +3738,48 @@ _mesa_TexSubImage3D( GLenum target, GLint level, format, type, pixels); } +void GLAPIENTRY +_mesa_TextureSubImage1D(GLuint texture, GLint level, + GLint xoffset, GLsizei width, + GLenum format, GLenum type, + const GLvoid *pixels) +{ + GET_CURRENT_CONTEXT(ctx); + texturesubimage(ctx, 1, texture, level, + xoffset, 0, 0, + width, 1, 1, + format, type, pixels); +} + + +void GLAPIENTRY +_mesa_TextureSubImage2D(GLuint texture, GLint level, + GLint xoffset, GLint yoffset, + GLsizei width, GLsizei height, + GLenum format, GLenum type, + const GLvoid *pixels) +{ + GET_CURRENT_CONTEXT(ctx); + texturesubimage(ctx, 2, texture, level, + xoffset, yoffset, 0, + width, height, 1, + format, type, pixels); +} + + +void GLAPIENTRY +_mesa_TextureSubImage3D(GLuint texture, GLint level, + GLint xoffset, GLint yoffset, GLint zoffset, + GLsizei width, GLsizei height, GLsizei depth, + GLenum format, GLenum type, + const GLvoid *pixels) +{ + GET_CURRENT_CONTEXT(ctx); + texturesubimage(ctx, 3, texture, level, + xoffset, yoffset, zoffset, + width, height, depth, + format, type, pixels); +} /** @@ -3811,40 +4013,40 @@ _mesa_CopyTexImage2D( GLenum target, GLint level, GLenum internalFormat, x, y, width, height, border); } - - /** - * Implementation for glCopyTexSubImage1/2/3D() functions. + * Implementation for glCopyTex(ture)SubImage1/2/3D() functions. */ -static void -copytexsubimage(struct gl_context *ctx, GLuint dims, GLenum target, GLint level, - GLint xoffset, GLint yoffset, GLint zoffset, - GLint x, GLint y, GLsizei width, GLsizei height) +void +_mesa_copy_texture_sub_image(struct gl_context *ctx, GLuint dims, + struct gl_texture_object *texObj, + GLenum target, GLint level, + GLint xoffset, GLint yoffset, GLint zoffset, + GLint x, GLint y, + GLsizei width, GLsizei height, + bool dsa) { - struct gl_texture_object *texObj; struct gl_texture_image *texImage; FLUSH_VERTICES(ctx, 0); if (MESA_VERBOSE & (VERBOSE_API|VERBOSE_TEXTURE)) - _mesa_debug(ctx, "glCopyTexSubImage%uD %s %d %d %d %d %d %d %d %d\n", - dims, + _mesa_debug(ctx, "glCopyTex%sSubImage%uD %s %d %d %d %d %d %d %d %d\n", + dsa ? "ture" : "", dims, _mesa_lookup_enum_by_nr(target), level, xoffset, yoffset, zoffset, x, y, width, height); if (ctx->NewState & NEW_COPY_TEX_STATE) _mesa_update_state(ctx); - if (copytexsubimage_error_check(ctx, dims, target, level, - xoffset, yoffset, zoffset, width, height)) { + if (copytexsubimage_error_check(ctx, dims, texObj, target, level, + xoffset, yoffset, zoffset, + width, height, dsa)) { return; } - texObj = _mesa_get_current_tex_object(ctx, target); - _mesa_lock_texture(ctx, texObj); { - texImage = _mesa_select_tex_image(ctx, texObj, target, level); + texImage = _mesa_select_tex_image(texObj, target, level); /* If we have a border, offset=-1 is legal. Bias by border width. */ switch (dims) { @@ -3879,13 +4081,19 @@ copytexsubimage(struct gl_context *ctx, GLuint dims, GLenum target, GLint level, _mesa_unlock_texture(ctx, texObj); } - void GLAPIENTRY _mesa_CopyTexSubImage1D( GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width ) { + struct gl_texture_object* texObj; GET_CURRENT_CONTEXT(ctx); - copytexsubimage(ctx, 1, target, level, xoffset, 0, 0, x, y, width, 1); + + texObj = _mesa_get_current_tex_object(ctx, target); + if (!texObj) + return; + + _mesa_copy_texture_sub_image(ctx, 1, texObj, target, level, xoffset, 0, 0, + x, y, width, 1, false); } @@ -3895,9 +4103,16 @@ _mesa_CopyTexSubImage2D( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height ) { + struct gl_texture_object* texObj; GET_CURRENT_CONTEXT(ctx); - copytexsubimage(ctx, 2, target, level, xoffset, yoffset, 0, x, y, - width, height); + + texObj = _mesa_get_current_tex_object(ctx, target); + if (!texObj) + return; + + _mesa_copy_texture_sub_image(ctx, 2, texObj, target, level, + xoffset, yoffset, 0, + x, y, width, height, false); } @@ -3907,9 +4122,67 @@ _mesa_CopyTexSubImage3D( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height ) { + struct gl_texture_object* texObj; GET_CURRENT_CONTEXT(ctx); - copytexsubimage(ctx, 3, target, level, xoffset, yoffset, zoffset, - x, y, width, height); + + texObj = _mesa_get_current_tex_object(ctx, target); + if (!texObj) + return; + + _mesa_copy_texture_sub_image(ctx, 3, texObj, target, level, + xoffset, yoffset, zoffset, + x, y, width, height, false); +} + +void GLAPIENTRY +_mesa_CopyTextureSubImage1D(GLuint texture, GLint level, + GLint xoffset, GLint x, GLint y, GLsizei width) +{ + struct gl_texture_object* texObj; + GET_CURRENT_CONTEXT(ctx); + + texObj = _mesa_lookup_texture_err(ctx, texture, "glCopyTextureSubImage1D"); + if (!texObj) + return; + + _mesa_copy_texture_sub_image(ctx, 1, texObj, texObj->Target, level, + xoffset, 0, 0, x, y, width, 1, true); +} + +void GLAPIENTRY +_mesa_CopyTextureSubImage2D(GLuint texture, GLint level, + GLint xoffset, GLint yoffset, + GLint x, GLint y, GLsizei width, GLsizei height) +{ + struct gl_texture_object* texObj; + GET_CURRENT_CONTEXT(ctx); + + texObj = _mesa_lookup_texture_err(ctx, texture, "glCopyTextureSubImage2D"); + if (!texObj) + return; + + _mesa_copy_texture_sub_image(ctx, 2, texObj, texObj->Target, level, + xoffset, yoffset, 0, + x, y, width, height, true); +} + + + +void GLAPIENTRY +_mesa_CopyTextureSubImage3D(GLuint texture, GLint level, + GLint xoffset, GLint yoffset, GLint zoffset, + GLint x, GLint y, GLsizei width, GLsizei height) +{ + struct gl_texture_object* texObj; + GET_CURRENT_CONTEXT(ctx); + + texObj = _mesa_lookup_texture_err(ctx, texture, "glCopyTextureSubImage3D"); + if (!texObj) + return; + + _mesa_copy_texture_sub_image(ctx, 3, texObj, texObj->Target, level, + xoffset, yoffset, zoffset, + x, y, width, height, true); } static bool @@ -4031,7 +4304,7 @@ get_tex_images_for_clear(struct gl_context *ctx, for (i = 0; i < MAX_FACES; i++) { target = GL_TEXTURE_CUBE_MAP_POSITIVE_X + i; - texImages[i] = _mesa_select_tex_image(ctx, texObj, target, level); + texImages[i] = _mesa_select_tex_image(texObj, target, level); if (texImages[i] == NULL) { _mesa_error(ctx, GL_INVALID_OPERATION, "%s(invalid level)", function); @@ -4042,7 +4315,7 @@ get_tex_images_for_clear(struct gl_context *ctx, return MAX_FACES; } - texImages[0] = _mesa_select_tex_image(ctx, texObj, texObj->Target, level); + texImages[0] = _mesa_select_tex_image(texObj, texObj->Target, level); if (texImages[0] == NULL) { _mesa_error(ctx, GL_INVALID_OPERATION, "%s(invalid level)", function); @@ -4186,15 +4459,22 @@ out: */ static GLboolean compressed_subtexture_error_check(struct gl_context *ctx, GLint dims, + const struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, - GLenum format, GLsizei imageSize) + GLenum format, GLsizei imageSize, bool dsa) { - struct gl_texture_object *texObj; struct gl_texture_image *texImage; GLint expectedSize; GLboolean targetOK; + const char *suffix = dsa ? "ture" : ""; + + if (dsa && target == GL_TEXTURE_RECTANGLE) { + _mesa_error(ctx, GL_INVALID_OPERATION, + "glCompressedSubTexture%dD(target)", dims); + return GL_TRUE; + } switch (dims) { case 2: @@ -4214,7 +4494,52 @@ compressed_subtexture_error_check(struct gl_context *ctx, GLint dims, } break; case 3: - targetOK = (target == GL_TEXTURE_2D_ARRAY); + targetOK = (target == GL_TEXTURE_3D) || + (target == GL_TEXTURE_2D_ARRAY) || + (target == GL_TEXTURE_CUBE_MAP_ARRAY) || + (target == GL_TEXTURE_CUBE_MAP && dsa); + + /* OpenGL 4.5 spec (30.10.2014) says in Section 8.7 Compressed Texture + * Images: + * "An INVALID_OPERATION error is generated by + * CompressedTex*SubImage3D if the internal format of the texture is + * one of the EAC, ETC2, or RGTC formats and either border is + * non-zero, or the effective target for the texture is not + * TEXTURE_2D_ARRAY." + */ + if (target != GL_TEXTURE_2D_ARRAY) { + bool invalidformat; + switch (format) { + /* These came from _mesa_is_compressed_format in glformats.c. */ + /* EAC formats */ + case GL_COMPRESSED_RGBA8_ETC2_EAC: + case GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC: + case GL_COMPRESSED_R11_EAC: + case GL_COMPRESSED_RG11_EAC: + case GL_COMPRESSED_SIGNED_R11_EAC: + case GL_COMPRESSED_SIGNED_RG11_EAC: + /* ETC2 formats */ + case GL_COMPRESSED_RGB8_ETC2: + case GL_COMPRESSED_SRGB8_ETC2: + case GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2: + case GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2: + /* RGTC formats */ + case GL_COMPRESSED_RED_RGTC1: + case GL_COMPRESSED_SIGNED_RED_RGTC1: + case GL_COMPRESSED_RG_RGTC2: + case GL_COMPRESSED_SIGNED_RG_RGTC2: + invalidformat = true; + break; + default: + invalidformat = false; + } + if (invalidformat) { + _mesa_error(ctx, GL_INVALID_OPERATION, + "glCompressedTex%sSubImage%uD(target)", suffix, dims); + return GL_TRUE; + } + } + break; default: assert(dims == 1); @@ -4224,68 +4549,67 @@ compressed_subtexture_error_check(struct gl_context *ctx, GLint dims, } if (!targetOK) { - _mesa_error(ctx, GL_INVALID_ENUM, "glCompressedTexSubImage%uD(target)", - dims); + _mesa_error(ctx, GL_INVALID_ENUM, + "glCompressedTex%sSubImage%uD(target)", suffix, dims); return GL_TRUE; } /* this will catch any invalid compressed format token */ if (!_mesa_is_compressed_format(ctx, format)) { - _mesa_error(ctx, GL_INVALID_ENUM, "glCompressedTexImage%uD(format)", - dims); + _mesa_error(ctx, GL_INVALID_ENUM, + "glCompressedTex%sSubImage%uD(format)", suffix, dims); return GL_TRUE; } if (level < 0 || level >= _mesa_max_texture_levels(ctx, target)) { - _mesa_error(ctx, GL_INVALID_VALUE, "glCompressedTexSubImage%uD(level=%d)", - dims, level); + _mesa_error(ctx, GL_INVALID_VALUE, + "glCompressedTex%sSubImage%uD(level=%d)", + suffix, dims, level); return GL_TRUE; } /* Check for invalid pixel storage modes */ if (!_mesa_compressed_pixel_storage_error_check(ctx, dims, - &ctx->Unpack, - "glCompressedTexSubImage")) { + &ctx->Unpack, + dsa ? "glCompressedTextureSubImage" : + "glCompressedTexSubImage")) { return GL_TRUE; } expectedSize = compressed_tex_size(width, height, depth, format); if (expectedSize != imageSize) { - _mesa_error(ctx, GL_INVALID_VALUE, "glCompressedTexSubImage%uD(size=%d)", - dims, imageSize); - return GL_TRUE; - } - - texObj = _mesa_get_current_tex_object(ctx, target); - if (!texObj) { - _mesa_error(ctx, GL_OUT_OF_MEMORY, - "glCompressedTexSubImage%uD()", dims); + _mesa_error(ctx, GL_INVALID_VALUE, + "glCompressedTex%sSubImage%uD(size=%d)", + suffix, dims, imageSize); return GL_TRUE; } - texImage = _mesa_select_tex_image(ctx, texObj, target, level); + texImage = _mesa_select_tex_image(texObj, target, level); if (!texImage) { _mesa_error(ctx, GL_INVALID_OPERATION, - "glCompressedTexSubImage%uD(invalid texture image)", dims); + "glCompressedTex%sSubImage%uD(invalid texture image)", + suffix, dims); return GL_TRUE; } if ((GLint) format != texImage->InternalFormat) { _mesa_error(ctx, GL_INVALID_OPERATION, - "glCompressedTexSubImage%uD(format=0x%x)", dims, format); + "glCompressedTex%sSubImage%uD(format=0x%x)", + suffix, dims, format); return GL_TRUE; } if (compressedteximage_only_format(ctx, format)) { _mesa_error(ctx, GL_INVALID_OPERATION, - "glCompressedTexSubImage%uD(format=0x%x cannot be updated)" - , dims, format); + "glCompressedTex%sSubImage%uD(format=0x%x cannot be updated)", + suffix, dims, format); return GL_TRUE; } - if (error_check_subtexture_dimensions(ctx, "glCompressedTexSubImage", dims, + if (error_check_subtexture_dimensions(ctx, dims, texImage, xoffset, yoffset, zoffset, - width, height, depth)) { + width, height, depth, + "glCompressedTexSubImage")) { return GL_TRUE; } @@ -4330,31 +4654,34 @@ _mesa_CompressedTexImage3D(GLenum target, GLint level, /** - * Common helper for glCompressedTexSubImage1/2/3D(). + * Common helper for glCompressedTexSubImage1/2/3D() and + * glCompressedTextureSubImage1/2/3D(). */ -static void -compressed_tex_sub_image(GLuint dims, GLenum target, GLint level, - GLint xoffset, GLint yoffset, GLint zoffset, - GLsizei width, GLsizei height, GLsizei depth, - GLenum format, GLsizei imageSize, const GLvoid *data) +void +_mesa_compressed_texture_sub_image(struct gl_context *ctx, GLuint dims, + struct gl_texture_object *texObj, + GLenum target, GLint level, + GLint xoffset, GLint yoffset, + GLint zoffset, + GLsizei width, GLsizei height, + GLsizei depth, + GLenum format, GLsizei imageSize, + const GLvoid *data, bool dsa) { - struct gl_texture_object *texObj; struct gl_texture_image *texImage; - GET_CURRENT_CONTEXT(ctx); - FLUSH_VERTICES(ctx, 0); - if (compressed_subtexture_error_check(ctx, dims, target, level, - xoffset, yoffset, zoffset, + if (compressed_subtexture_error_check(ctx, dims, texObj, target, + level, xoffset, yoffset, zoffset, width, height, depth, - format, imageSize)) { + format, imageSize, dsa)) { return; } - texObj = _mesa_get_current_tex_object(ctx, target); + FLUSH_VERTICES(ctx, 0); _mesa_lock_texture(ctx, texObj); { - texImage = _mesa_select_tex_image(ctx, texObj, target, level); + texImage = _mesa_select_tex_image(texObj, target, level); assert(texImage); if (width > 0 && height > 0 && depth > 0) { @@ -4376,33 +4703,116 @@ compressed_tex_sub_image(GLuint dims, GLenum target, GLint level, void GLAPIENTRY _mesa_CompressedTexSubImage1D(GLenum target, GLint level, GLint xoffset, - GLsizei width, GLenum format, - GLsizei imageSize, const GLvoid *data) + GLsizei width, GLenum format, + GLsizei imageSize, const GLvoid *data) +{ + struct gl_texture_object *texObj; + GET_CURRENT_CONTEXT(ctx); + + texObj = _mesa_get_current_tex_object(ctx, target); + if (!texObj) + return; + + _mesa_compressed_texture_sub_image(ctx, 1, texObj, target, level, + xoffset, 0, 0, width, 1, 1, + format, imageSize, data, false); +} + +void GLAPIENTRY +_mesa_CompressedTextureSubImage1D(GLuint texture, GLint level, GLint xoffset, + GLsizei width, GLenum format, + GLsizei imageSize, const GLvoid *data) { - compressed_tex_sub_image(1, target, level, xoffset, 0, 0, width, 1, 1, - format, imageSize, data); + struct gl_texture_object *texObj; + GET_CURRENT_CONTEXT(ctx); + + texObj = _mesa_lookup_texture_err(ctx, texture, + "glCompressedTextureSubImage1D"); + if (!texObj) + return; + + _mesa_compressed_texture_sub_image(ctx, 1, texObj, texObj->Target, level, + xoffset, 0, 0, width, 1, 1, + format, imageSize, data, true); } void GLAPIENTRY _mesa_CompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, - GLint yoffset, GLsizei width, GLsizei height, - GLenum format, GLsizei imageSize, - const GLvoid *data) + GLint yoffset, GLsizei width, GLsizei height, + GLenum format, GLsizei imageSize, + const GLvoid *data) { - compressed_tex_sub_image(2, target, level, xoffset, yoffset, 0, - width, height, 1, format, imageSize, data); + struct gl_texture_object *texObj; + GET_CURRENT_CONTEXT(ctx); + + texObj = _mesa_get_current_tex_object(ctx, target); + if (!texObj) + return; + + _mesa_compressed_texture_sub_image(ctx, 2, texObj, target, level, + xoffset, yoffset, 0, width, height, 1, + format, imageSize, data, false); } +void GLAPIENTRY +_mesa_CompressedTextureSubImage2D(GLuint texture, GLint level, GLint xoffset, + GLint yoffset, + GLsizei width, GLsizei height, + GLenum format, GLsizei imageSize, + const GLvoid *data) +{ + struct gl_texture_object *texObj; + GET_CURRENT_CONTEXT(ctx); + + texObj = _mesa_lookup_texture_err(ctx, texture, + "glCompressedTextureSubImage2D"); + if (!texObj) + return; + + _mesa_compressed_texture_sub_image(ctx, 2, texObj, texObj->Target, level, + xoffset, yoffset, 0, width, height, 1, + format, imageSize, data, true); +} void GLAPIENTRY _mesa_CompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, - GLint yoffset, GLint zoffset, GLsizei width, - GLsizei height, GLsizei depth, GLenum format, - GLsizei imageSize, const GLvoid *data) + GLint yoffset, GLint zoffset, GLsizei width, + GLsizei height, GLsizei depth, GLenum format, + GLsizei imageSize, const GLvoid *data) { - compressed_tex_sub_image(3, target, level, xoffset, yoffset, zoffset, - width, height, depth, format, imageSize, data); + struct gl_texture_object *texObj; + GET_CURRENT_CONTEXT(ctx); + + texObj = _mesa_get_current_tex_object(ctx, target); + if (!texObj) + return; + + _mesa_compressed_texture_sub_image(ctx, 3, texObj, target, level, + xoffset, yoffset, zoffset, + width, height, depth, + format, imageSize, data, false); +} + +void GLAPIENTRY +_mesa_CompressedTextureSubImage3D(GLuint texture, GLint level, GLint xoffset, + GLint yoffset, GLint zoffset, GLsizei width, + GLsizei height, GLsizei depth, + GLenum format, GLsizei imageSize, + const GLvoid *data) +{ + struct gl_texture_object *texObj; + GET_CURRENT_CONTEXT(ctx); + + texObj = _mesa_lookup_texture_err(ctx, texture, + "glCompressedTextureSubImage3D"); + if (!texObj) + return; + + _mesa_compressed_texture_sub_image(ctx, 3, texObj, texObj->Target, level, + xoffset, yoffset, zoffset, + width, height, depth, + format, imageSize, data, true); } static mesa_format @@ -4461,9 +4871,9 @@ get_texbuffer_format(const struct gl_context *ctx, GLenum internalFormat) case GL_LUMINANCE_ALPHA8I_EXT: return MESA_FORMAT_LA_SINT8; case GL_LUMINANCE_ALPHA16I_EXT: - return MESA_FORMAT_LA_SINT8; - case GL_LUMINANCE_ALPHA32I_EXT: return MESA_FORMAT_LA_SINT16; + case GL_LUMINANCE_ALPHA32I_EXT: + return MESA_FORMAT_LA_SINT32; case GL_LUMINANCE_ALPHA8UI_EXT: return MESA_FORMAT_LA_UINT8; case GL_LUMINANCE_ALPHA16UI_EXT: @@ -4619,30 +5029,26 @@ _mesa_validate_texbuffer_format(const struct gl_context *ctx, } -static void -texbufferrange(struct gl_context *ctx, GLenum target, GLenum internalFormat, - struct gl_buffer_object *bufObj, - GLintptr offset, GLsizeiptr size) +void +_mesa_texture_buffer_range(struct gl_context *ctx, + struct gl_texture_object *texObj, GLenum target, + GLenum internalFormat, + struct gl_buffer_object *bufObj, + GLintptr offset, GLsizeiptr size, bool range, + bool dsa) { - struct gl_texture_object *texObj; mesa_format format; FLUSH_VERTICES(ctx, 0); - if (target != GL_TEXTURE_BUFFER_ARB) { - _mesa_error(ctx, GL_INVALID_ENUM, "glTexBuffer(target)"); - return; - } - format = _mesa_validate_texbuffer_format(ctx, internalFormat); if (format == MESA_FORMAT_NONE) { - _mesa_error(ctx, GL_INVALID_ENUM, "glTexBuffer(internalFormat 0x%x)", - internalFormat); + _mesa_error(ctx, GL_INVALID_ENUM, + "glTex%sBuffer%s(internalFormat 0x%x)", dsa ? "ture" : "", + range ? "Range" : "", internalFormat); return; } - texObj = _mesa_get_current_tex_object(ctx, target); - _mesa_lock_texture(ctx, texObj); { _mesa_reference_buffer_object(ctx, &texObj->BufferObject, bufObj); @@ -4665,10 +5071,17 @@ texbufferrange(struct gl_context *ctx, GLenum target, GLenum internalFormat, void GLAPIENTRY _mesa_TexBuffer(GLenum target, GLenum internalFormat, GLuint buffer) { + struct gl_texture_object *texObj; struct gl_buffer_object *bufObj; GET_CURRENT_CONTEXT(ctx); + /* Need to catch this before it gets to _mesa_get_current_tex_object */ + if (target != GL_TEXTURE_BUFFER_ARB) { + _mesa_error(ctx, GL_INVALID_ENUM, "glTexBuffer(target)"); + return; + } + /* NOTE: ARB_texture_buffer_object has interactions with * the compatibility profile that are not implemented. */ @@ -4684,7 +5097,12 @@ _mesa_TexBuffer(GLenum target, GLenum internalFormat, GLuint buffer) return; } - texbufferrange(ctx, target, internalFormat, bufObj, 0, buffer ? -1 : 0); + texObj = _mesa_get_current_tex_object(ctx, target); + if (!texObj) + return; + + _mesa_texture_buffer_range(ctx, texObj, target, internalFormat, bufObj, 0, + buffer ? -1 : 0, false, false); } @@ -4693,10 +5111,17 @@ void GLAPIENTRY _mesa_TexBufferRange(GLenum target, GLenum internalFormat, GLuint buffer, GLintptr offset, GLsizeiptr size) { + struct gl_texture_object *texObj; struct gl_buffer_object *bufObj; GET_CURRENT_CONTEXT(ctx); + /* Need to catch this before it gets to _mesa_get_current_tex_object */ + if (target != GL_TEXTURE_BUFFER_ARB) { + _mesa_error(ctx, GL_INVALID_ENUM, "glTexBufferRange(target)"); + return; + } + if (!(ctx->API == API_OPENGL_CORE && ctx->Extensions.ARB_texture_buffer_range)) { _mesa_error(ctx, GL_INVALID_OPERATION, "glTexBufferRange"); @@ -4725,9 +5150,52 @@ _mesa_TexBufferRange(GLenum target, GLenum internalFormat, GLuint buffer, size = 0; } - texbufferrange(ctx, target, internalFormat, bufObj, offset, size); + texObj = _mesa_get_current_tex_object(ctx, target); + if (!texObj) + return; + + _mesa_texture_buffer_range(ctx, texObj, target, internalFormat, bufObj, + offset, size, true, false); } +void GLAPIENTRY +_mesa_TextureBuffer(GLuint texture, GLenum internalFormat, GLuint buffer) +{ + struct gl_texture_object *texObj; + struct gl_buffer_object *bufObj; + + GET_CURRENT_CONTEXT(ctx); + + /* NOTE: ARB_texture_buffer_object has interactions with + * the compatibility profile that are not implemented. + */ + if (!(ctx->API == API_OPENGL_CORE && + ctx->Extensions.ARB_texture_buffer_object)) { + _mesa_error(ctx, GL_INVALID_OPERATION, "glTextureBuffer"); + return; + } + + bufObj = _mesa_lookup_bufferobj(ctx, buffer); + if (!bufObj && buffer) { + _mesa_error(ctx, GL_INVALID_OPERATION, "glTextureBuffer(buffer %u)", + buffer); + return; + } + + /* Get the texture object by Name. */ + texObj = _mesa_lookup_texture_err(ctx, texture, + "glTextureBuffer(texture)"); + if (!texObj) + return; + + if (texObj->Target != GL_TEXTURE_BUFFER_ARB) { + _mesa_error(ctx, GL_INVALID_ENUM, "glTextureBuffer(target)"); + return; + } + + _mesa_texture_buffer_range(ctx, texObj, texObj->Target, internalFormat, + bufObj, 0, buffer ? -1 : 0, false, true); +} static GLboolean is_renderable_texture_format(struct gl_context *ctx, GLenum internalformat) @@ -4742,16 +5210,18 @@ is_renderable_texture_format(struct gl_context *ctx, GLenum internalformat) /** GL_ARB_texture_multisample */ static GLboolean -check_multisample_target(GLuint dims, GLenum target) +check_multisample_target(GLuint dims, GLenum target, bool dsa) { switch(target) { case GL_TEXTURE_2D_MULTISAMPLE: - case GL_PROXY_TEXTURE_2D_MULTISAMPLE: return dims == 2; + case GL_PROXY_TEXTURE_2D_MULTISAMPLE: + return dims == 2 && !dsa; case GL_TEXTURE_2D_MULTISAMPLE_ARRAY: - case GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY: return dims == 3; + case GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY: + return dims == 3 && !dsa; default: return GL_FALSE; @@ -4759,19 +5229,20 @@ check_multisample_target(GLuint dims, GLenum target) } -static void -teximagemultisample(GLuint dims, GLenum target, GLsizei samples, - GLint internalformat, GLsizei width, GLsizei height, - GLsizei depth, GLboolean fixedsamplelocations, - GLboolean immutable, const char *func) +void +_mesa_texture_image_multisample(struct gl_context *ctx, GLuint dims, + struct gl_texture_object *texObj, + GLenum target, GLsizei samples, + GLint internalformat, GLsizei width, + GLsizei height, GLsizei depth, + GLboolean fixedsamplelocations, + GLboolean immutable, const char *func) { - struct gl_texture_object *texObj; struct gl_texture_image *texImage; GLboolean sizeOK, dimensionsOK, samplesOK; mesa_format texFormat; GLenum sample_count_error; - - GET_CURRENT_CONTEXT(ctx); + bool dsa = strstr(func, "ture") ? true : false; if (!(ctx->Extensions.ARB_texture_multisample && _mesa_is_desktop_gl(ctx))) { @@ -4779,9 +5250,15 @@ teximagemultisample(GLuint dims, GLenum target, GLsizei samples, return; } - if (!check_multisample_target(dims, target)) { - _mesa_error(ctx, GL_INVALID_ENUM, "%s(target)", func); - return; + if (!check_multisample_target(dims, target, dsa)) { + if (dsa) { + _mesa_error(ctx, GL_INVALID_OPERATION, "%s(target)", func); + return; + } + else { + _mesa_error(ctx, GL_INVALID_ENUM, "%s(target)", func); + return; + } } /* check that the specified internalformat is color/depth/stencil-renderable; @@ -4819,8 +5296,6 @@ teximagemultisample(GLuint dims, GLenum target, GLsizei samples, return; } - texObj = _mesa_get_current_tex_object(ctx, target); - if (immutable && (!texObj || (texObj->Name == 0))) { _mesa_error(ctx, GL_INVALID_OPERATION, "%s(texture object 0)", @@ -4893,7 +5368,7 @@ teximagemultisample(GLuint dims, GLenum target, GLsizei samples, } } - texObj->Immutable = immutable; + texObj->Immutable |= immutable; if (immutable) { _mesa_set_texture_view_state(ctx, texObj, target, 1); @@ -4909,9 +5384,17 @@ _mesa_TexImage2DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) { - teximagemultisample(2, target, samples, internalformat, - width, height, 1, fixedsamplelocations, GL_FALSE, - "glTexImage2DMultisample"); + struct gl_texture_object *texObj; + GET_CURRENT_CONTEXT(ctx); + + texObj = _mesa_get_current_tex_object(ctx, target); + if (!texObj) + return; + + _mesa_texture_image_multisample(ctx, 2, texObj, target, samples, + internalformat, width, height, 1, + fixedsamplelocations, GL_FALSE, + "glTexImage2DMultisample"); } @@ -4921,9 +5404,17 @@ _mesa_TexImage3DMultisample(GLenum target, GLsizei samples, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) { - teximagemultisample(3, target, samples, internalformat, - width, height, depth, fixedsamplelocations, GL_FALSE, - "glTexImage3DMultisample"); + struct gl_texture_object *texObj; + GET_CURRENT_CONTEXT(ctx); + + texObj = _mesa_get_current_tex_object(ctx, target); + if (!texObj) + return; + + _mesa_texture_image_multisample(ctx, 3, texObj, target, samples, + internalformat, width, height, depth, + fixedsamplelocations, GL_FALSE, + "glTexImage3DMultisample"); } @@ -4932,9 +5423,17 @@ _mesa_TexStorage2DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) { - teximagemultisample(2, target, samples, internalformat, - width, height, 1, fixedsamplelocations, GL_TRUE, - "glTexStorage2DMultisample"); + struct gl_texture_object *texObj; + GET_CURRENT_CONTEXT(ctx); + + texObj = _mesa_get_current_tex_object(ctx, target); + if (!texObj) + return; + + _mesa_texture_image_multisample(ctx, 2, texObj, target, samples, + internalformat, width, height, 1, + fixedsamplelocations, GL_TRUE, + "glTexStorage2DMultisample"); } void GLAPIENTRY @@ -4943,7 +5442,56 @@ _mesa_TexStorage3DMultisample(GLenum target, GLsizei samples, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) { - teximagemultisample(3, target, samples, internalformat, - width, height, depth, fixedsamplelocations, GL_TRUE, - "glTexStorage3DMultisample"); + struct gl_texture_object *texObj; + GET_CURRENT_CONTEXT(ctx); + + texObj = _mesa_get_current_tex_object(ctx, target); + if (!texObj) + return; + + _mesa_texture_image_multisample(ctx, 3, texObj, target, samples, + internalformat, width, height, depth, + fixedsamplelocations, GL_TRUE, + "glTexStorage3DMultisample"); +} + +void GLAPIENTRY +_mesa_TextureStorage2DMultisample(GLuint texture, GLsizei samples, + GLenum internalformat, GLsizei width, + GLsizei height, + GLboolean fixedsamplelocations) +{ + struct gl_texture_object *texObj; + GET_CURRENT_CONTEXT(ctx); + + texObj = _mesa_lookup_texture_err(ctx, texture, + "glTextureStorage2DMultisample"); + if (!texObj) + return; + + _mesa_texture_image_multisample(ctx, 2, texObj, texObj->Target, samples, + internalformat, width, height, 1, + fixedsamplelocations, GL_TRUE, + "glTextureStorage2DMultisample"); +} + +void GLAPIENTRY +_mesa_TextureStorage3DMultisample(GLuint texture, GLsizei samples, + GLenum internalformat, GLsizei width, + GLsizei height, GLsizei depth, + GLboolean fixedsamplelocations) +{ + struct gl_texture_object *texObj; + GET_CURRENT_CONTEXT(ctx); + + /* Get the texture object by Name. */ + texObj = _mesa_lookup_texture_err(ctx, texture, + "glTextureStorage3DMultisample"); + if (!texObj) + return; + + _mesa_texture_image_multisample(ctx, 3, texObj, texObj->Target, samples, + internalformat, width, height, depth, + fixedsamplelocations, GL_TRUE, + "glTextureStorage3DMultisample"); } diff --git a/mesalib/src/mesa/main/teximage.h b/mesalib/src/mesa/main/teximage.h index 4b27381a0..02b0eda38 100644 --- a/mesalib/src/mesa/main/teximage.h +++ b/mesalib/src/mesa/main/teximage.h @@ -47,7 +47,7 @@ _mesa_is_cube_face(GLenum target) target <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB); } -/** Is any of the dimensions of given texture equal to zero? */ +/** Are any of the dimensions of given texture equal to zero? */ static inline GLboolean _mesa_is_zero_size_texture(const struct gl_texture_image *texImage) { @@ -99,13 +99,8 @@ _mesa_clear_texture_image(struct gl_context *ctx, struct gl_texture_image *texImage); -extern struct gl_texture_object * -_mesa_get_current_tex_object(struct gl_context *ctx, GLenum target); - - extern struct gl_texture_image * -_mesa_select_tex_image(struct gl_context *ctx, - const struct gl_texture_object *texObj, +_mesa_select_tex_image(const struct gl_texture_object *texObj, GLenum target, GLint level); @@ -114,6 +109,16 @@ _mesa_get_tex_image(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLint level); +/** + * Return the base-level texture image for the given texture object. + */ +static inline const struct gl_texture_image * +_mesa_base_tex_image(const struct gl_texture_object *texObj) +{ + return texObj->Image[0][texObj->BaseLevel]; +} + + extern GLint _mesa_max_texture_levels(struct gl_context *ctx, GLenum target); @@ -160,24 +165,51 @@ _mesa_legal_texture_base_format_for_target(struct gl_context *ctx, unsigned dimensions, const char *caller); -/** - * Lock a texture for updating. See also _mesa_lock_context_textures(). - */ -static inline void -_mesa_lock_texture(struct gl_context *ctx, struct gl_texture_object *texObj) -{ - mtx_lock(&ctx->Shared->TexMutex); - ctx->Shared->TextureStateStamp++; - (void) texObj; -} +extern void +_mesa_texture_sub_image(struct gl_context *ctx, GLuint dims, + struct gl_texture_object *texObj, + struct gl_texture_image *texImage, + GLenum target, GLint level, + GLint xoffset, GLint yoffset, GLint zoffset, + GLsizei width, GLsizei height, GLsizei depth, + GLenum format, GLenum type, const GLvoid *pixels, + bool dsa); -static inline void -_mesa_unlock_texture(struct gl_context *ctx, struct gl_texture_object *texObj) -{ - (void) texObj; - mtx_unlock(&ctx->Shared->TexMutex); -} +extern void +_mesa_compressed_texture_sub_image(struct gl_context *ctx, GLuint dims, + struct gl_texture_object *texObj, + GLenum target, GLint level, + GLint xoffset, GLint yoffset, + GLint zoffset, + GLsizei width, GLsizei height, + GLsizei depth, + GLenum format, GLsizei imageSize, + const GLvoid *data, bool dsa); + +extern void +_mesa_copy_texture_sub_image(struct gl_context *ctx, GLuint dims, + struct gl_texture_object *texObj, + GLenum target, GLint level, + GLint xoffset, GLint yoffset, GLint zoffset, + GLint x, GLint y, + GLsizei width, GLsizei height, bool dsa); + +extern void +_mesa_texture_image_multisample(struct gl_context *ctx, GLuint dims, + struct gl_texture_object *texObj, + GLenum target, GLsizei samples, + GLint internalformat, GLsizei width, + GLsizei height, GLsizei depth, + GLboolean fixedsamplelocations, + GLboolean immutable, const char *func); +extern void +_mesa_texture_buffer_range(struct gl_context *ctx, + struct gl_texture_object *texObj, GLenum target, + GLenum internalFormat, + struct gl_buffer_object *bufObj, + GLintptr offset, GLsizeiptr size, bool range, + bool dsa); /*@}*/ @@ -233,10 +265,31 @@ _mesa_TexSubImage3D( GLenum target, GLint level, GLenum format, GLenum type, const GLvoid *pixels ); +extern void GLAPIENTRY +_mesa_TextureSubImage1D(GLuint texture, GLint level, GLint xoffset, + GLsizei width, + GLenum format, GLenum type, + const GLvoid *pixels); + extern void GLAPIENTRY -_mesa_CopyTexImage1D( GLenum target, GLint level, GLenum internalformat, - GLint x, GLint y, GLsizei width, GLint border ); +_mesa_TextureSubImage2D(GLuint texture, GLint level, + GLint xoffset, GLint yoffset, + GLsizei width, GLsizei height, + GLenum format, GLenum type, + const GLvoid *pixels); + +extern void GLAPIENTRY +_mesa_TextureSubImage3D(GLuint texture, GLint level, + GLint xoffset, GLint yoffset, GLint zoffset, + GLsizei width, GLsizei height, GLsizei depth, + GLenum format, GLenum type, + const GLvoid *pixels); + + +extern void GLAPIENTRY +_mesa_CopyTexImage1D(GLenum target, GLint level, GLenum internalformat, + GLint x, GLint y, GLsizei width, GLint border); extern void GLAPIENTRY @@ -261,7 +314,21 @@ _mesa_CopyTexSubImage3D( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height ); +extern void GLAPIENTRY +_mesa_CopyTextureSubImage1D(GLuint texture, GLint level, + GLint xoffset, GLint x, GLint y, GLsizei width); +extern void GLAPIENTRY +_mesa_CopyTextureSubImage2D(GLuint texture, GLint level, + GLint xoffset, GLint yoffset, + GLint x, GLint y, + GLsizei width, GLsizei height); + +extern void GLAPIENTRY +_mesa_CopyTextureSubImage3D(GLuint texture, GLint level, + GLint xoffset, GLint yoffset, GLint zoffset, + GLint x, GLint y, + GLsizei width, GLsizei height); extern void GLAPIENTRY _mesa_ClearTexSubImage( GLuint texture, GLint level, @@ -296,18 +363,37 @@ _mesa_CompressedTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data); +extern void GLAPIENTRY +_mesa_CompressedTextureSubImage1D(GLuint texture, GLint level, GLint xoffset, + GLsizei width, GLenum format, + GLsizei imageSize, const GLvoid *data); + extern void GLAPIENTRY _mesa_CompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data); +extern void GLAPIENTRY +_mesa_CompressedTextureSubImage2D(GLuint texture, GLint level, GLint xoffset, + GLint yoffset, + GLsizei width, GLsizei height, + GLenum format, GLsizei imageSize, + const GLvoid *data); + extern void GLAPIENTRY _mesa_CompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data); +extern void GLAPIENTRY +_mesa_CompressedTextureSubImage3D(GLuint texture, GLint level, GLint xoffset, + GLint yoffset, GLint zoffset, + GLsizei width, GLsizei height, + GLsizei depth, + GLenum format, GLsizei imageSize, + const GLvoid *data); extern void GLAPIENTRY _mesa_TexBuffer(GLenum target, GLenum internalFormat, GLuint buffer); @@ -316,6 +402,9 @@ extern void GLAPIENTRY _mesa_TexBufferRange(GLenum target, GLenum internalFormat, GLuint buffer, GLintptr offset, GLsizeiptr size); +extern void GLAPIENTRY +_mesa_TextureBuffer(GLuint texture, GLenum internalFormat, GLuint buffer); + extern void GLAPIENTRY _mesa_TexImage2DMultisample(GLenum target, GLsizei samples, @@ -339,6 +428,17 @@ _mesa_TexStorage3DMultisample(GLenum target, GLsizei samples, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations); +void GLAPIENTRY +_mesa_TextureStorage2DMultisample(GLuint texture, GLsizei samples, + GLenum internalformat, GLsizei width, + GLsizei height, + GLboolean fixedsamplelocations); + +void GLAPIENTRY +_mesa_TextureStorage3DMultisample(GLuint texture, GLsizei samples, + GLenum internalformat, GLsizei width, + GLsizei height, GLsizei depth, + GLboolean fixedsamplelocations); /*@}*/ #ifdef __cplusplus diff --git a/mesalib/src/mesa/main/texobj.c b/mesalib/src/mesa/main/texobj.c index f0ff605fc..59090db4e 100644 --- a/mesalib/src/mesa/main/texobj.c +++ b/mesalib/src/mesa/main/texobj.c @@ -49,6 +49,54 @@ /** \name Internal functions */ /*@{*/ +/** + * This function checks for all valid combinations of Min and Mag filters for + * Float types, when extensions like OES_texture_float and + * OES_texture_float_linear are supported. OES_texture_float mentions support + * for NEAREST, NEAREST_MIPMAP_NEAREST magnification and minification filters. + * Mag filters like LINEAR and min filters like NEAREST_MIPMAP_LINEAR, + * LINEAR_MIPMAP_NEAREST and LINEAR_MIPMAP_LINEAR are only valid in case + * OES_texture_float_linear is supported. + * + * Returns true in case the filter is valid for given Float type else false. + */ +static bool +valid_filter_for_float(const struct gl_context *ctx, + const struct gl_texture_object *obj) +{ + switch (obj->Sampler.MagFilter) { + case GL_LINEAR: + if (obj->_IsHalfFloat && !ctx->Extensions.OES_texture_half_float_linear) { + return false; + } else if (obj->_IsFloat && !ctx->Extensions.OES_texture_float_linear) { + return false; + } + case GL_NEAREST: + case GL_NEAREST_MIPMAP_NEAREST: + break; + default: + unreachable("Invalid mag filter"); + } + + switch (obj->Sampler.MinFilter) { + case GL_LINEAR: + case GL_NEAREST_MIPMAP_LINEAR: + case GL_LINEAR_MIPMAP_NEAREST: + case GL_LINEAR_MIPMAP_LINEAR: + if (obj->_IsHalfFloat && !ctx->Extensions.OES_texture_half_float_linear) { + return false; + } else if (obj->_IsFloat && !ctx->Extensions.OES_texture_float_linear) { + return false; + } + case GL_NEAREST: + case GL_NEAREST_MIPMAP_NEAREST: + break; + default: + unreachable("Invalid min filter"); + } + + return true; +} /** * Return the gl_texture_object for a given ID. @@ -60,6 +108,22 @@ _mesa_lookup_texture(struct gl_context *ctx, GLuint id) _mesa_HashLookup(ctx->Shared->TexObjects, id); } +/** + * Wrapper around _mesa_lookup_texture that throws GL_INVALID_OPERATION if id + * is not in the hash table. After calling _mesa_error, it returns NULL. + */ +struct gl_texture_object * +_mesa_lookup_texture_err(struct gl_context *ctx, GLuint id, const char* func) +{ + struct gl_texture_object *texObj; + + texObj = _mesa_lookup_texture(ctx, id); /* Returns NULL if not found. */ + + if (!texObj) + _mesa_error(ctx, GL_INVALID_OPERATION, "%s(texture)", func); + + return texObj; +} void _mesa_begin_texture_lookups(struct gl_context *ctx) @@ -82,6 +146,87 @@ _mesa_lookup_texture_locked(struct gl_context *ctx, GLuint id) _mesa_HashLookupLocked(ctx->Shared->TexObjects, id); } +/** + * Return a pointer to the current texture object for the given target + * on the current texture unit. + * Note: all error checking should have been done by this point. + */ +struct gl_texture_object * +_mesa_get_current_tex_object(struct gl_context *ctx, GLenum target) +{ + struct gl_texture_unit *texUnit = _mesa_get_current_tex_unit(ctx); + const GLboolean arrayTex = ctx->Extensions.EXT_texture_array; + + switch (target) { + case GL_TEXTURE_1D: + return texUnit->CurrentTex[TEXTURE_1D_INDEX]; + case GL_PROXY_TEXTURE_1D: + return ctx->Texture.ProxyTex[TEXTURE_1D_INDEX]; + case GL_TEXTURE_2D: + return texUnit->CurrentTex[TEXTURE_2D_INDEX]; + case GL_PROXY_TEXTURE_2D: + return ctx->Texture.ProxyTex[TEXTURE_2D_INDEX]; + case GL_TEXTURE_3D: + return texUnit->CurrentTex[TEXTURE_3D_INDEX]; + case GL_PROXY_TEXTURE_3D: + return ctx->Texture.ProxyTex[TEXTURE_3D_INDEX]; + case GL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB: + case GL_TEXTURE_CUBE_MAP_NEGATIVE_X_ARB: + case GL_TEXTURE_CUBE_MAP_POSITIVE_Y_ARB: + case GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB: + case GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB: + case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB: + case GL_TEXTURE_CUBE_MAP_ARB: + return ctx->Extensions.ARB_texture_cube_map + ? texUnit->CurrentTex[TEXTURE_CUBE_INDEX] : NULL; + case GL_PROXY_TEXTURE_CUBE_MAP_ARB: + return ctx->Extensions.ARB_texture_cube_map + ? ctx->Texture.ProxyTex[TEXTURE_CUBE_INDEX] : NULL; + case GL_TEXTURE_CUBE_MAP_ARRAY: + return ctx->Extensions.ARB_texture_cube_map_array + ? texUnit->CurrentTex[TEXTURE_CUBE_ARRAY_INDEX] : NULL; + case GL_PROXY_TEXTURE_CUBE_MAP_ARRAY: + return ctx->Extensions.ARB_texture_cube_map_array + ? ctx->Texture.ProxyTex[TEXTURE_CUBE_ARRAY_INDEX] : NULL; + case GL_TEXTURE_RECTANGLE_NV: + return ctx->Extensions.NV_texture_rectangle + ? texUnit->CurrentTex[TEXTURE_RECT_INDEX] : NULL; + case GL_PROXY_TEXTURE_RECTANGLE_NV: + return ctx->Extensions.NV_texture_rectangle + ? ctx->Texture.ProxyTex[TEXTURE_RECT_INDEX] : NULL; + case GL_TEXTURE_1D_ARRAY_EXT: + return arrayTex ? texUnit->CurrentTex[TEXTURE_1D_ARRAY_INDEX] : NULL; + case GL_PROXY_TEXTURE_1D_ARRAY_EXT: + return arrayTex ? ctx->Texture.ProxyTex[TEXTURE_1D_ARRAY_INDEX] : NULL; + case GL_TEXTURE_2D_ARRAY_EXT: + return arrayTex ? texUnit->CurrentTex[TEXTURE_2D_ARRAY_INDEX] : NULL; + case GL_PROXY_TEXTURE_2D_ARRAY_EXT: + return arrayTex ? ctx->Texture.ProxyTex[TEXTURE_2D_ARRAY_INDEX] : NULL; + case GL_TEXTURE_BUFFER: + return ctx->API == API_OPENGL_CORE && + ctx->Extensions.ARB_texture_buffer_object ? + texUnit->CurrentTex[TEXTURE_BUFFER_INDEX] : NULL; + case GL_TEXTURE_EXTERNAL_OES: + return _mesa_is_gles(ctx) && ctx->Extensions.OES_EGL_image_external + ? texUnit->CurrentTex[TEXTURE_EXTERNAL_INDEX] : NULL; + case GL_TEXTURE_2D_MULTISAMPLE: + return ctx->Extensions.ARB_texture_multisample + ? texUnit->CurrentTex[TEXTURE_2D_MULTISAMPLE_INDEX] : NULL; + case GL_PROXY_TEXTURE_2D_MULTISAMPLE: + return ctx->Extensions.ARB_texture_multisample + ? ctx->Texture.ProxyTex[TEXTURE_2D_MULTISAMPLE_INDEX] : NULL; + case GL_TEXTURE_2D_MULTISAMPLE_ARRAY: + return ctx->Extensions.ARB_texture_multisample + ? texUnit->CurrentTex[TEXTURE_2D_MULTISAMPLE_ARRAY_INDEX] : NULL; + case GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY: + return ctx->Extensions.ARB_texture_multisample + ? ctx->Texture.ProxyTex[TEXTURE_2D_MULTISAMPLE_ARRAY_INDEX] : NULL; + default: + _mesa_problem(NULL, "bad target in _mesa_get_current_tex_object()"); + return NULL; + } +} + /** * Allocate and initialize a new texture object. But don't put it into the @@ -311,6 +456,8 @@ _mesa_copy_texture_object( struct gl_texture_object *dest, dest->_MipmapComplete = src->_MipmapComplete; COPY_4V(dest->Swizzle, src->Swizzle); dest->_Swizzle = src->_Swizzle; + dest->_IsHalfFloat = src->_IsHalfFloat; + dest->_IsFloat = src->_IsFloat; dest->RequiredTextureImageUnits = src->RequiredTextureImageUnits; } @@ -405,6 +552,9 @@ _mesa_reference_texobj_(struct gl_texture_object **ptr, mtx_unlock(&oldTex->Mutex); if (deleteFlag) { + /* Passing in the context drastically changes the driver code for + * framebuffer deletion. + */ GET_CURRENT_CONTEXT(ctx); if (ctx) ctx->Driver.DeleteTexture(ctx, oldTex); @@ -541,6 +691,14 @@ _mesa_test_texobj_completeness( const struct gl_context *ctx, t->_IsIntegerFormat = datatype == GL_INT || datatype == GL_UNSIGNED_INT; } + /* Check if the texture type is Float or HalfFloatOES and ensure Min and Mag + * filters are supported in this case. + */ + if (_mesa_is_gles(ctx) && !valid_filter_for_float(ctx, t)) { + incomplete(t, BASE, "Filter is not supported with Float types."); + return; + } + /* Compute _MaxLevel (the maximum mipmap level we'll sample from given the * mipmap image sizes and GL_TEXTURE_MAX_LEVEL state). */ @@ -710,25 +868,21 @@ _mesa_test_texobj_completeness( const struct gl_context *ctx, } -/** - * Check if the given cube map texture is "cube complete" as defined in - * the OpenGL specification. - */ GLboolean -_mesa_cube_complete(const struct gl_texture_object *texObj) +_mesa_cube_level_complete(const struct gl_texture_object *texObj, + const GLint level) { - const GLint baseLevel = texObj->BaseLevel; const struct gl_texture_image *img0, *img; GLuint face; if (texObj->Target != GL_TEXTURE_CUBE_MAP) return GL_FALSE; - if ((baseLevel < 0) || (baseLevel >= MAX_TEXTURE_LEVELS)) + if ((level < 0) || (level >= MAX_TEXTURE_LEVELS)) return GL_FALSE; /* check first face */ - img0 = texObj->Image[0][baseLevel]; + img0 = texObj->Image[0][level]; if (!img0 || img0->Width < 1 || img0->Width != img0->Height) @@ -736,7 +890,7 @@ _mesa_cube_complete(const struct gl_texture_object *texObj) /* check remaining faces vs. first face */ for (face = 1; face < 6; face++) { - img = texObj->Image[face][baseLevel]; + img = texObj->Image[face][level]; if (!img || img->Width != img0->Width || img->Height != img0->Height || @@ -747,6 +901,15 @@ _mesa_cube_complete(const struct gl_texture_object *texObj) return GL_TRUE; } +/** + * Check if the given cube map texture is "cube complete" as defined in + * the OpenGL specification. + */ +GLboolean +_mesa_cube_complete(const struct gl_texture_object *texObj) +{ + return _mesa_cube_level_complete(texObj, texObj->BaseLevel); +} /** * Mark a texture object dirty. It forces the object to be incomplete @@ -954,6 +1117,20 @@ _mesa_total_texture_memory(struct gl_context *ctx) } +/** + * Return the base format for the given texture object by looking + * at the base texture image. + * \return base format (such as GL_RGBA) or GL_NONE if it can't be determined + */ +GLenum +_mesa_texture_base_format(const struct gl_texture_object *texObj) +{ + const struct gl_texture_image *texImage = _mesa_base_tex_image(texObj); + + return texImage ? texImage->_BaseFormat : GL_NONE; +} + + static struct gl_texture_object * invalidate_tex_image_error_check(struct gl_context *ctx, GLuint texture, GLint level, const char *name) @@ -1007,38 +1184,46 @@ invalidate_tex_image_error_check(struct gl_context *ctx, GLuint texture, return t; } -/*@}*/ +/** + * Wrapper for the driver function. Need this because _mesa_new_texture_object + * permits a target of 0 and does not initialize targetIndex. + */ +struct gl_texture_object * +_mesa_create_nameless_texture(struct gl_context *ctx, GLenum target) +{ + struct gl_texture_object *texObj = NULL; + GLint targetIndex; + if (target == 0) + return texObj; -/***********************************************************************/ -/** \name API functions */ -/*@{*/ + texObj = ctx->Driver.NewTextureObject(ctx, 0, target); + targetIndex = _mesa_tex_target_to_index(ctx, texObj->Target); + assert(targetIndex < NUM_TEXTURE_TARGETS); + texObj->TargetIndex = targetIndex; + return texObj; +} /** - * Generate texture names. - * - * \param n number of texture names to be generated. - * \param textures an array in which will hold the generated texture names. - * - * \sa glGenTextures(). - * - * Calls _mesa_HashFindFreeKeyBlock() to find a block of free texture - * IDs which are stored in \p textures. Corresponding empty texture - * objects are also generated. + * Helper function for glCreateTextures and glGenTextures. Need this because + * glCreateTextures should throw errors if target = 0. This is not exposed to + * the rest of Mesa to encourage Mesa internals to use nameless textures, + * which do not require expensive hash lookups. */ -void GLAPIENTRY -_mesa_GenTextures( GLsizei n, GLuint *textures ) +static void +create_textures(struct gl_context *ctx, GLenum target, + GLsizei n, GLuint *textures, bool dsa) { - GET_CURRENT_CONTEXT(ctx); GLuint first; GLint i; + const char *func = dsa ? "Create" : "Gen"; if (MESA_VERBOSE & (VERBOSE_API|VERBOSE_TEXTURE)) - _mesa_debug(ctx, "glGenTextures %d\n", n); + _mesa_debug(ctx, "gl%sTextures %d\n", func, n); if (n < 0) { - _mesa_error( ctx, GL_INVALID_VALUE, "glGenTextures" ); + _mesa_error( ctx, GL_INVALID_VALUE, "gl%sTextures(n < 0)", func ); return; } @@ -1055,15 +1240,28 @@ _mesa_GenTextures( GLsizei n, GLuint *textures ) /* Allocate new, empty texture objects */ for (i = 0; i < n; i++) { struct gl_texture_object *texObj; + GLint targetIndex; GLuint name = first + i; - GLenum target = 0; texObj = ctx->Driver.NewTextureObject(ctx, name, target); if (!texObj) { mtx_unlock(&ctx->Shared->Mutex); - _mesa_error(ctx, GL_OUT_OF_MEMORY, "glGenTextures"); + _mesa_error(ctx, GL_OUT_OF_MEMORY, "gl%sTextures", func); return; } + /* Initialize the target index if target is non-zero. */ + if (target != 0) { + targetIndex = _mesa_tex_target_to_index(ctx, texObj->Target); + if (targetIndex < 0) { /* Bad Target */ + mtx_unlock(&ctx->Shared->Mutex); + _mesa_error(ctx, GL_INVALID_ENUM, "gl%sTextures(target = %s)", + func, _mesa_lookup_enum_by_nr(texObj->Target)); + return; + } + assert(targetIndex < NUM_TEXTURE_TARGETS); + texObj->TargetIndex = targetIndex; + } + /* insert into hash table */ _mesa_HashInsert(ctx->Shared->TexObjects, texObj->Name, texObj); @@ -1073,6 +1271,65 @@ _mesa_GenTextures( GLsizei n, GLuint *textures ) mtx_unlock(&ctx->Shared->Mutex); } +/*@}*/ + + +/***********************************************************************/ +/** \name API functions */ +/*@{*/ + + +/** + * Generate texture names. + * + * \param n number of texture names to be generated. + * \param textures an array in which will hold the generated texture names. + * + * \sa glGenTextures(), glCreateTextures(). + * + * Calls _mesa_HashFindFreeKeyBlock() to find a block of free texture + * IDs which are stored in \p textures. Corresponding empty texture + * objects are also generated. + */ +void GLAPIENTRY +_mesa_GenTextures(GLsizei n, GLuint *textures) +{ + GET_CURRENT_CONTEXT(ctx); + create_textures(ctx, 0, n, textures, false); +} + +/** + * Create texture objects. + * + * \param target the texture target for each name to be generated. + * \param n number of texture names to be generated. + * \param textures an array in which will hold the generated texture names. + * + * \sa glCreateTextures(), glGenTextures(). + * + * Calls _mesa_HashFindFreeKeyBlock() to find a block of free texture + * IDs which are stored in \p textures. Corresponding empty texture + * objects are also generated. + */ +void GLAPIENTRY +_mesa_CreateTextures(GLenum target, GLsizei n, GLuint *textures) +{ + GLint targetIndex; + GET_CURRENT_CONTEXT(ctx); + + /* + * The 4.5 core profile spec (30.10.2014) doesn't specify what + * glCreateTextures should do with invalid targets, which was probably an + * oversight. This conforms to the spec for glBindTexture. + */ + targetIndex = _mesa_tex_target_to_index(ctx, target); + if (targetIndex < 0) { + _mesa_error(ctx, GL_INVALID_ENUM, "glCreateTextures(target)"); + return; + } + + create_textures(ctx, target, n, textures, true); +} /** * Check if the given texture object is bound to the current draw or @@ -1207,8 +1464,18 @@ _mesa_DeleteTextures( GLsizei n, const GLuint *textures) if (MESA_VERBOSE & (VERBOSE_API|VERBOSE_TEXTURE)) _mesa_debug(ctx, "glDeleteTextures %d\n", n); + if (n < 0) { + _mesa_error(ctx, GL_INVALID_VALUE, "glDeleteTextures(n < 0)"); + return; + } + FLUSH_VERTICES(ctx, 0); /* too complex */ + if (n < 0) { + _mesa_error(ctx, GL_INVALID_VALUE, "glDeleteTextures(n)"); + return; + } + if (!textures) return; @@ -1257,6 +1524,47 @@ _mesa_DeleteTextures( GLsizei n, const GLuint *textures) } } +/** + * This deletes a texObj without altering the hash table. + */ +void +_mesa_delete_nameless_texture(struct gl_context *ctx, + struct gl_texture_object *texObj) +{ + if (!texObj) + return; + + FLUSH_VERTICES(ctx, 0); + + _mesa_lock_texture(ctx, texObj); + { + /* Check if texture is bound to any framebuffer objects. + * If so, unbind. + * See section 4.4.2.3 of GL_EXT_framebuffer_object. + */ + unbind_texobj_from_fbo(ctx, texObj); + + /* Check if this texture is currently bound to any texture units. + * If so, unbind it. + */ + unbind_texobj_from_texunits(ctx, texObj); + + /* Check if this texture is currently bound to any shader + * image unit. If so, unbind it. + * See section 3.9.X of GL_ARB_shader_image_load_store. + */ + unbind_texobj_from_image_units(ctx, texObj); + } + _mesa_unlock_texture(ctx, texObj); + + ctx->NewState |= _NEW_TEXTURE; + + /* Unreference the texobj. If refcount hits zero, the texture + * will be deleted. + */ + _mesa_reference_texobj(&texObj, NULL); +} + /** * Convert a GL texture target enum such as GL_TEXTURE_2D or GL_TEXTURE_3D @@ -1428,6 +1736,107 @@ _mesa_BindTexture( GLenum target, GLuint texName ) ctx->Driver.BindTexture(ctx, ctx->Texture.CurrentUnit, target, newTexObj); } +/** + * Do the actual binding to a numbered texture unit. + * The refcount on the previously bound + * texture object will be decremented. It'll be deleted if the + * count hits zero. + */ +void +_mesa_bind_texture_unit(struct gl_context *ctx, + GLuint unit, + struct gl_texture_object *texObj) +{ + struct gl_texture_unit *texUnit; + + /* Get the texture unit (this is an array look-up) */ + texUnit = _mesa_get_tex_unit_err(ctx, unit, "glBindTextureUnit"); + if (!texUnit) + return; + + /* Check if this texture is only used by this context and is already bound. + * If so, just return. + */ + { + bool early_out; + mtx_lock(&ctx->Shared->Mutex); + early_out = ((ctx->Shared->RefCount == 1) + && (texObj == texUnit->CurrentTex[texObj->TargetIndex])); + mtx_unlock(&ctx->Shared->Mutex); + if (early_out) { + return; + } + } + + /* flush before changing binding */ + FLUSH_VERTICES(ctx, _NEW_TEXTURE); + + _mesa_reference_texobj(&texUnit->CurrentTex[texObj->TargetIndex], + texObj); + ASSERT(texUnit->CurrentTex[texObj->TargetIndex]); + ctx->Texture.NumCurrentTexUsed = MAX2(ctx->Texture.NumCurrentTexUsed, + unit + 1); + texUnit->_BoundTextures |= (1 << texObj->TargetIndex); + + + /* Pass BindTexture call to device driver */ + if (ctx->Driver.BindTexture) { + ctx->Driver.BindTexture(ctx, unit, texObj->Target, texObj); + } +} + +/** + * Bind a named texture to the specified texture unit. + * + * \param unit texture unit. + * \param texture texture name. + * + * \sa glBindTexture(). + * + * If the named texture is 0, this will reset each target for the specified + * texture unit to its default texture. + * If the named texture is not 0 or a recognized texture name, this throws + * GL_INVALID_OPERATION. + */ +void GLAPIENTRY +_mesa_BindTextureUnit(GLuint unit, GLuint texture) +{ + GET_CURRENT_CONTEXT(ctx); + struct gl_texture_object *texObj; + + if (MESA_VERBOSE & (VERBOSE_API|VERBOSE_TEXTURE)) + _mesa_debug(ctx, "glBindTextureUnit %s %d\n", + _mesa_lookup_enum_by_nr(GL_TEXTURE0+unit), (GLint) texture); + + /* Section 8.1 (Texture Objects) of the OpenGL 4.5 core profile spec + * (20141030) says: + * "When texture is zero, each of the targets enumerated at the + * beginning of this section is reset to its default texture for the + * corresponding texture image unit." + */ + if (texture == 0) { + unbind_textures_from_unit(ctx, unit); + return; + } + + /* Get the non-default texture object */ + texObj = _mesa_lookup_texture(ctx, texture); + + /* Error checking */ + if (!texObj) { + _mesa_error(ctx, GL_INVALID_OPERATION, + "glBindTextureUnit(non-gen name)"); + return; + } + if (texObj->Target == 0) { + _mesa_error(ctx, GL_INVALID_ENUM, "glBindTextureUnit(target)"); + return; + } + assert(valid_texture_object(texObj)); + + _mesa_bind_texture_unit(ctx, unit, texObj); +} + void GLAPIENTRY _mesa_BindTextures(GLuint first, GLsizei count, const GLuint *textures) diff --git a/mesalib/src/mesa/main/texobj.h b/mesalib/src/mesa/main/texobj.h index efcd7661e..ec5ccb276 100644 --- a/mesalib/src/mesa/main/texobj.h +++ b/mesalib/src/mesa/main/texobj.h @@ -51,6 +51,9 @@ extern "C" { extern struct gl_texture_object * _mesa_lookup_texture(struct gl_context *ctx, GLuint id); +extern struct gl_texture_object * +_mesa_lookup_texture_err(struct gl_context *ctx, GLuint id, const char* func); + extern void _mesa_begin_texture_lookups(struct gl_context *ctx); @@ -60,6 +63,9 @@ _mesa_end_texture_lookups(struct gl_context *ctx); extern struct gl_texture_object * _mesa_lookup_texture_locked(struct gl_context *ctx, GLuint id); +extern struct gl_texture_object * +_mesa_get_current_tex_object(struct gl_context *ctx, GLenum target); + extern struct gl_texture_object * _mesa_new_texture_object( struct gl_context *ctx, GLuint name, GLenum target ); @@ -95,6 +101,24 @@ _mesa_reference_texobj(struct gl_texture_object **ptr, _mesa_reference_texobj_(ptr, tex); } +/** + * Lock a texture for updating. See also _mesa_lock_context_textures(). + */ +static inline void +_mesa_lock_texture(struct gl_context *ctx, struct gl_texture_object *texObj) +{ + mtx_lock(&ctx->Shared->TexMutex); + ctx->Shared->TextureStateStamp++; + (void) texObj; +} + +static inline void +_mesa_unlock_texture(struct gl_context *ctx, struct gl_texture_object *texObj) +{ + (void) texObj; + mtx_unlock(&ctx->Shared->TexMutex); +} + /** * Return number of faces for a texture target. This will be 6 for @@ -153,6 +177,10 @@ extern void _mesa_test_texobj_completeness( const struct gl_context *ctx, struct gl_texture_object *obj ); +extern GLboolean +_mesa_cube_level_complete(const struct gl_texture_object *texObj, + const GLint level); + extern GLboolean _mesa_cube_complete(const struct gl_texture_object *texObj); @@ -165,12 +193,27 @@ _mesa_get_fallback_texture(struct gl_context *ctx, gl_texture_index tex); extern GLuint _mesa_total_texture_memory(struct gl_context *ctx); +extern GLenum +_mesa_texture_base_format(const struct gl_texture_object *texObj); + extern void _mesa_unlock_context_textures( struct gl_context *ctx ); extern void _mesa_lock_context_textures( struct gl_context *ctx ); +extern struct gl_texture_object * +_mesa_create_nameless_texture(struct gl_context *ctx, GLenum target); + +extern void +_mesa_delete_nameless_texture(struct gl_context *ctx, + struct gl_texture_object *texObj); + +extern void +_mesa_bind_texture_unit(struct gl_context *ctx, + GLuint unit, + struct gl_texture_object *texObj); + /*@}*/ /** @@ -179,8 +222,10 @@ _mesa_lock_context_textures( struct gl_context *ctx ); /*@{*/ extern void GLAPIENTRY -_mesa_GenTextures( GLsizei n, GLuint *textures ); +_mesa_GenTextures(GLsizei n, GLuint *textures); +extern void GLAPIENTRY +_mesa_CreateTextures(GLenum target, GLsizei n, GLuint *textures); extern void GLAPIENTRY _mesa_DeleteTextures( GLsizei n, const GLuint *textures ); @@ -189,6 +234,8 @@ _mesa_DeleteTextures( GLsizei n, const GLuint *textures ); extern void GLAPIENTRY _mesa_BindTexture( GLenum target, GLuint texture ); +extern void GLAPIENTRY +_mesa_BindTextureUnit(GLuint unit, GLuint texture); extern void GLAPIENTRY _mesa_BindTextures( GLuint first, GLsizei count, const GLuint *textures ); diff --git a/mesalib/src/mesa/main/texparam.c b/mesalib/src/mesa/main/texparam.c index e40fb249e..c4a5841c5 100644 --- a/mesalib/src/mesa/main/texparam.c +++ b/mesalib/src/mesa/main/texparam.c @@ -123,7 +123,7 @@ validate_texture_wrap_mode(struct gl_context * ctx, GLenum target, GLenum wrap) * Only the glGetTexLevelParameter() functions accept proxy targets. */ static struct gl_texture_object * -get_texobj(struct gl_context *ctx, GLenum target, GLboolean get) +get_texobj_by_target(struct gl_context *ctx, GLenum target, GLboolean get) { struct gl_texture_unit *texUnit; int targetIndex; @@ -147,6 +147,46 @@ get_texobj(struct gl_context *ctx, GLenum target, GLboolean get) return texUnit->CurrentTex[targetIndex]; } +/** + * Get current texture object for given name. + * Return NULL if any error (and record the error). + * Note that proxy targets are not accepted. + * Only the glGetTexLevelParameter() functions accept proxy targets. + */ +static struct gl_texture_object * +get_texobj_by_name(struct gl_context *ctx, GLuint texture, GLboolean get) +{ + struct gl_texture_object *texObj; + + texObj = _mesa_lookup_texture(ctx, texture); + if (!texObj) { + /* + * User passed a non-generated name. + * Throw the error in the caller. + */ + return NULL; + } + + switch (texObj->Target) { + case GL_TEXTURE_1D: + case GL_TEXTURE_1D_ARRAY: + case GL_TEXTURE_2D: + case GL_TEXTURE_2D_ARRAY: + case GL_TEXTURE_2D_MULTISAMPLE: + case GL_TEXTURE_2D_MULTISAMPLE_ARRAY: + case GL_TEXTURE_3D: + case GL_TEXTURE_CUBE_MAP: + case GL_TEXTURE_CUBE_MAP_ARRAY: + case GL_TEXTURE_RECTANGLE: + return texObj; + default: + _mesa_error(ctx, GL_INVALID_ENUM, + "gl%sTextureParameter(target)", get ? "Get" : ""); + return NULL; + } + +} + /** * Convert GL_RED/GREEN/BLUE/ALPHA/ZERO/ONE to SWIZZLE_X/Y/Z/W/ZERO/ONE. @@ -189,7 +229,7 @@ set_swizzle_component(GLuint *swizzle, GLuint comp, GLuint swz) /** * This is called just prior to changing any texture object state which - * will not effect texture completeness. + * will not affect texture completeness. */ static inline void flush(struct gl_context *ctx) @@ -200,7 +240,7 @@ flush(struct gl_context *ctx) /** * This is called just prior to changing any texture object state which - * can effect texture completeness (texture base level, max level). + * could affect texture completeness (texture base level, max level). * Any pending rendering will be flushed out, we'll set the _NEW_TEXTURE * state flag and then mark the texture object as 'incomplete' so that any * per-texture derived state gets recomputed. @@ -234,12 +274,14 @@ target_allows_setting_sampler_parameters(GLenum target) static GLboolean set_tex_parameteri(struct gl_context *ctx, struct gl_texture_object *texObj, - GLenum pname, const GLint *params) + GLenum pname, const GLint *params, bool dsa) { + const char *suffix = dsa ? "ture" : ""; + switch (pname) { case GL_TEXTURE_MIN_FILTER: if (!target_allows_setting_sampler_parameters(texObj->Target)) - goto invalid_operation; + goto invalid_enum; if (texObj->Sampler.MinFilter == params[0]) return GL_FALSE; @@ -267,7 +309,7 @@ set_tex_parameteri(struct gl_context *ctx, case GL_TEXTURE_MAG_FILTER: if (!target_allows_setting_sampler_parameters(texObj->Target)) - goto invalid_operation; + goto invalid_enum; if (texObj->Sampler.MagFilter == params[0]) return GL_FALSE; @@ -284,7 +326,7 @@ set_tex_parameteri(struct gl_context *ctx, case GL_TEXTURE_WRAP_S: if (!target_allows_setting_sampler_parameters(texObj->Target)) - goto invalid_operation; + goto invalid_enum; if (texObj->Sampler.WrapS == params[0]) return GL_FALSE; @@ -297,7 +339,7 @@ set_tex_parameteri(struct gl_context *ctx, case GL_TEXTURE_WRAP_T: if (!target_allows_setting_sampler_parameters(texObj->Target)) - goto invalid_operation; + goto invalid_enum; if (texObj->Sampler.WrapT == params[0]) return GL_FALSE; @@ -310,7 +352,7 @@ set_tex_parameteri(struct gl_context *ctx, case GL_TEXTURE_WRAP_R: if (!target_allows_setting_sampler_parameters(texObj->Target)) - goto invalid_operation; + goto invalid_enum; if (texObj->Sampler.WrapR == params[0]) return GL_FALSE; @@ -332,10 +374,15 @@ set_tex_parameteri(struct gl_context *ctx, texObj->Target == GL_TEXTURE_2D_MULTISAMPLE_ARRAY) && params[0] != 0) goto invalid_operation; - if (params[0] < 0 || - (texObj->Target == GL_TEXTURE_RECTANGLE_ARB && params[0] != 0)) { + if (params[0] < 0) { _mesa_error(ctx, GL_INVALID_VALUE, - "glTexParameter(param=%d)", params[0]); + "glTex%sParameter(param=%d)", suffix, params[0]); + return GL_FALSE; + } + if (texObj->Target == GL_TEXTURE_RECTANGLE_ARB && params[0] != 0) { + _mesa_error(ctx, GL_INVALID_OPERATION, + "glTex%sParameter(target=%s, param=%d)", suffix, + _mesa_lookup_enum_by_nr(texObj->Target), params[0]); return GL_FALSE; } incomplete(ctx, texObj); @@ -355,7 +402,8 @@ set_tex_parameteri(struct gl_context *ctx, if (params[0] < 0 || (texObj->Target == GL_TEXTURE_RECTANGLE_ARB && params[0] > 0)) { _mesa_error(ctx, GL_INVALID_VALUE, - "glTexParameter(param=%d)", params[0]); + "glTex%sParameter(param=%d)", suffix, + params[0]); return GL_FALSE; } incomplete(ctx, texObj); @@ -392,7 +440,7 @@ set_tex_parameteri(struct gl_context *ctx, || _mesa_is_gles3(ctx)) { if (!target_allows_setting_sampler_parameters(texObj->Target)) - goto invalid_operation; + goto invalid_enum; if (texObj->Sampler.CompareMode == params[0]) return GL_FALSE; @@ -411,7 +459,7 @@ set_tex_parameteri(struct gl_context *ctx, || _mesa_is_gles3(ctx)) { if (!target_allows_setting_sampler_parameters(texObj->Target)) - goto invalid_operation; + goto invalid_enum; if (texObj->Sampler.CompareFunc == params[0]) return GL_FALSE; @@ -486,7 +534,7 @@ set_tex_parameteri(struct gl_context *ctx, const GLint swz = comp_to_swizzle(params[0]); if (swz < 0) { _mesa_error(ctx, GL_INVALID_ENUM, - "glTexParameter(swizzle 0x%x)", params[0]); + "glTex%sParameter(swizzle 0x%x)", suffix, params[0]); return GL_FALSE; } ASSERT(comp < 4); @@ -511,7 +559,8 @@ set_tex_parameteri(struct gl_context *ctx, } else { _mesa_error(ctx, GL_INVALID_ENUM, - "glTexParameter(swizzle 0x%x)", params[comp]); + "glTex%sParameter(swizzle 0x%x)", + suffix, params[comp]); return GL_FALSE; } } @@ -525,7 +574,7 @@ set_tex_parameteri(struct gl_context *ctx, GLenum decode = params[0]; if (!target_allows_setting_sampler_parameters(texObj->Target)) - goto invalid_operation; + goto invalid_enum; if (decode == GL_DECODE_EXT || decode == GL_SKIP_DECODE_EXT) { if (texObj->Sampler.sRGBDecode != decode) { @@ -543,7 +592,7 @@ set_tex_parameteri(struct gl_context *ctx, GLenum param = params[0]; if (!target_allows_setting_sampler_parameters(texObj->Target)) - goto invalid_operation; + goto invalid_enum; if (param != GL_TRUE && param != GL_FALSE) { goto invalid_param; @@ -561,18 +610,23 @@ set_tex_parameteri(struct gl_context *ctx, } invalid_pname: - _mesa_error(ctx, GL_INVALID_ENUM, "glTexParameter(pname=%s)", - _mesa_lookup_enum_by_nr(pname)); + _mesa_error(ctx, GL_INVALID_ENUM, "glTex%sParameter(pname=%s)", + suffix, _mesa_lookup_enum_by_nr(pname)); return GL_FALSE; invalid_param: - _mesa_error(ctx, GL_INVALID_ENUM, "glTexParameter(param=%s)", - _mesa_lookup_enum_by_nr(params[0])); + _mesa_error(ctx, GL_INVALID_ENUM, "glTex%sParameter(param=%s)", + suffix, _mesa_lookup_enum_by_nr(params[0])); return GL_FALSE; invalid_operation: - _mesa_error(ctx, GL_INVALID_OPERATION, "glTexParameter(pname=%s)", - _mesa_lookup_enum_by_nr(pname)); + _mesa_error(ctx, GL_INVALID_OPERATION, "glTex%sParameter(pname=%s)", + suffix, _mesa_lookup_enum_by_nr(pname)); + return GL_FALSE; + +invalid_enum: + _mesa_error(ctx, GL_INVALID_ENUM, "glTex%sParameter(pname=%s)", + suffix, _mesa_lookup_enum_by_nr(pname)); return GL_FALSE; } @@ -584,15 +638,17 @@ invalid_operation: static GLboolean set_tex_parameterf(struct gl_context *ctx, struct gl_texture_object *texObj, - GLenum pname, const GLfloat *params) + GLenum pname, const GLfloat *params, bool dsa) { + const char *suffix = dsa ? "ture" : ""; + switch (pname) { case GL_TEXTURE_MIN_LOD: if (!_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx)) goto invalid_pname; if (!target_allows_setting_sampler_parameters(texObj->Target)) - goto invalid_operation; + goto invalid_enum; if (texObj->Sampler.MinLod == params[0]) return GL_FALSE; @@ -605,7 +661,7 @@ set_tex_parameterf(struct gl_context *ctx, goto invalid_pname; if (!target_allows_setting_sampler_parameters(texObj->Target)) - goto invalid_operation; + goto invalid_enum; if (texObj->Sampler.MaxLod == params[0]) return GL_FALSE; @@ -624,12 +680,13 @@ set_tex_parameterf(struct gl_context *ctx, case GL_TEXTURE_MAX_ANISOTROPY_EXT: if (ctx->Extensions.EXT_texture_filter_anisotropic) { if (!target_allows_setting_sampler_parameters(texObj->Target)) - goto invalid_operation; + goto invalid_enum; if (texObj->Sampler.MaxAnisotropy == params[0]) return GL_FALSE; if (params[0] < 1.0) { - _mesa_error(ctx, GL_INVALID_VALUE, "glTexParameter(param)" ); + _mesa_error(ctx, GL_INVALID_VALUE, "glTex%sParameter(param)", + suffix); return GL_FALSE; } flush(ctx); @@ -651,7 +708,7 @@ set_tex_parameterf(struct gl_context *ctx, goto invalid_pname; if (!target_allows_setting_sampler_parameters(texObj->Target)) - goto invalid_operation; + goto invalid_enum; if (texObj->Sampler.LodBias != params[0]) { flush(ctx); @@ -665,7 +722,7 @@ set_tex_parameterf(struct gl_context *ctx, goto invalid_pname; if (!target_allows_setting_sampler_parameters(texObj->Target)) - goto invalid_operation; + goto invalid_enum; flush(ctx); /* ARB_texture_float disables clamping */ @@ -688,27 +745,23 @@ set_tex_parameterf(struct gl_context *ctx, return GL_FALSE; invalid_pname: - _mesa_error(ctx, GL_INVALID_ENUM, "glTexParameter(pname=%s)", - _mesa_lookup_enum_by_nr(pname)); + _mesa_error(ctx, GL_INVALID_ENUM, "glTex%sParameter(pname=%s)", + suffix, _mesa_lookup_enum_by_nr(pname)); return GL_FALSE; -invalid_operation: - _mesa_error(ctx, GL_INVALID_OPERATION, "glTexParameter(pname=%s)", - _mesa_lookup_enum_by_nr(pname)); +invalid_enum: + _mesa_error(ctx, GL_INVALID_ENUM, "glTex%sParameter(pname=%s)", + suffix, _mesa_lookup_enum_by_nr(pname)); return GL_FALSE; } -void GLAPIENTRY -_mesa_TexParameterf(GLenum target, GLenum pname, GLfloat param) +void +_mesa_texture_parameterf(struct gl_context *ctx, + struct gl_texture_object *texObj, + GLenum pname, GLfloat param, bool dsa) { GLboolean need_update; - struct gl_texture_object *texObj; - GET_CURRENT_CONTEXT(ctx); - - texObj = get_texobj(ctx, target, GL_FALSE); - if (!texObj) - return; switch (pname) { case GL_TEXTURE_MIN_FILTER: @@ -736,16 +789,21 @@ _mesa_TexParameterf(GLenum target, GLenum pname, GLfloat param) ((param < INT_MIN) ? INT_MIN : (GLint) (param - 0.5)); p[1] = p[2] = p[3] = 0; - need_update = set_tex_parameteri(ctx, texObj, pname, p); + need_update = set_tex_parameteri(ctx, texObj, pname, p, dsa); } break; + case GL_TEXTURE_BORDER_COLOR: + case GL_TEXTURE_SWIZZLE_RGBA: + _mesa_error(ctx, GL_INVALID_ENUM, "glTex%sParameterf(non-scalar pname)", + dsa ? "ture" : ""); + return; default: { /* this will generate an error if pname is illegal */ GLfloat p[4]; p[0] = param; p[1] = p[2] = p[3] = 0.0F; - need_update = set_tex_parameterf(ctx, texObj, pname, p); + need_update = set_tex_parameterf(ctx, texObj, pname, p, dsa); } } @@ -755,17 +813,12 @@ _mesa_TexParameterf(GLenum target, GLenum pname, GLfloat param) } -void GLAPIENTRY -_mesa_TexParameterfv(GLenum target, GLenum pname, const GLfloat *params) +void +_mesa_texture_parameterfv(struct gl_context *ctx, + struct gl_texture_object *texObj, + GLenum pname, const GLfloat *params, bool dsa) { GLboolean need_update; - struct gl_texture_object *texObj; - GET_CURRENT_CONTEXT(ctx); - - texObj = get_texobj(ctx, target, GL_FALSE); - if (!texObj) - return; - switch (pname) { case GL_TEXTURE_MIN_FILTER: case GL_TEXTURE_MAG_FILTER: @@ -786,7 +839,7 @@ _mesa_TexParameterfv(GLenum target, GLenum pname, const GLfloat *params) GLint p[4]; p[0] = (GLint) params[0]; p[1] = p[2] = p[3] = 0; - need_update = set_tex_parameteri(ctx, texObj, pname, p); + need_update = set_tex_parameteri(ctx, texObj, pname, p, dsa); } break; case GL_TEXTURE_CROP_RECT_OES: @@ -797,7 +850,7 @@ _mesa_TexParameterfv(GLenum target, GLenum pname, const GLfloat *params) iparams[1] = (GLint) params[1]; iparams[2] = (GLint) params[2]; iparams[3] = (GLint) params[3]; - need_update = set_tex_parameteri(ctx, texObj, pname, iparams); + need_update = set_tex_parameteri(ctx, texObj, pname, iparams, dsa); } break; case GL_TEXTURE_SWIZZLE_R_EXT: @@ -813,12 +866,12 @@ _mesa_TexParameterfv(GLenum target, GLenum pname, const GLfloat *params) p[2] = (GLint) params[2]; p[3] = (GLint) params[3]; } - need_update = set_tex_parameteri(ctx, texObj, pname, p); + need_update = set_tex_parameteri(ctx, texObj, pname, p, dsa); } break; default: /* this will generate an error if pname is illegal */ - need_update = set_tex_parameterf(ctx, texObj, pname, params); + need_update = set_tex_parameterf(ctx, texObj, pname, params, dsa); } if (ctx->Driver.TexParameter && need_update) { @@ -827,17 +880,12 @@ _mesa_TexParameterfv(GLenum target, GLenum pname, const GLfloat *params) } -void GLAPIENTRY -_mesa_TexParameteri(GLenum target, GLenum pname, GLint param) +void +_mesa_texture_parameteri(struct gl_context *ctx, + struct gl_texture_object *texObj, + GLenum pname, GLint param, bool dsa) { GLboolean need_update; - struct gl_texture_object *texObj; - GET_CURRENT_CONTEXT(ctx); - - texObj = get_texobj(ctx, target, GL_FALSE); - if (!texObj) - return; - switch (pname) { case GL_TEXTURE_MIN_LOD: case GL_TEXTURE_MAX_LOD: @@ -850,16 +898,24 @@ _mesa_TexParameteri(GLenum target, GLenum pname, GLint param) fparam[0] = (GLfloat) param; fparam[1] = fparam[2] = fparam[3] = 0.0F; /* convert int param to float */ - need_update = set_tex_parameterf(ctx, texObj, pname, fparam); + need_update = set_tex_parameterf(ctx, texObj, pname, fparam, dsa); } break; + case GL_TEXTURE_BORDER_COLOR: + case GL_TEXTURE_SWIZZLE_RGBA: + { + _mesa_error(ctx, GL_INVALID_ENUM, + "glTex%sParameteri(non-scalar pname)", + dsa ? "ture" : ""); + return; + } default: /* this will generate an error if pname is illegal */ { GLint iparam[4]; iparam[0] = param; iparam[1] = iparam[2] = iparam[3] = 0; - need_update = set_tex_parameteri(ctx, texObj, pname, iparam); + need_update = set_tex_parameteri(ctx, texObj, pname, iparam, dsa); } } @@ -870,16 +926,12 @@ _mesa_TexParameteri(GLenum target, GLenum pname, GLint param) } -void GLAPIENTRY -_mesa_TexParameteriv(GLenum target, GLenum pname, const GLint *params) +void +_mesa_texture_parameteriv(struct gl_context *ctx, + struct gl_texture_object *texObj, + GLenum pname, const GLint *params, bool dsa) { GLboolean need_update; - struct gl_texture_object *texObj; - GET_CURRENT_CONTEXT(ctx); - - texObj = get_texobj(ctx, target, GL_FALSE); - if (!texObj) - return; switch (pname) { case GL_TEXTURE_BORDER_COLOR: @@ -890,7 +942,7 @@ _mesa_TexParameteriv(GLenum target, GLenum pname, const GLint *params) fparams[1] = INT_TO_FLOAT(params[1]); fparams[2] = INT_TO_FLOAT(params[2]); fparams[3] = INT_TO_FLOAT(params[3]); - need_update = set_tex_parameterf(ctx, texObj, pname, fparams); + need_update = set_tex_parameterf(ctx, texObj, pname, fparams, dsa); } break; case GL_TEXTURE_MIN_LOD: @@ -904,12 +956,12 @@ _mesa_TexParameteriv(GLenum target, GLenum pname, const GLint *params) GLfloat fparams[4]; fparams[0] = (GLfloat) params[0]; fparams[1] = fparams[2] = fparams[3] = 0.0F; - need_update = set_tex_parameterf(ctx, texObj, pname, fparams); + need_update = set_tex_parameterf(ctx, texObj, pname, fparams, dsa); } break; default: /* this will generate an error if pname is illegal */ - need_update = set_tex_parameteri(ctx, texObj, pname, params); + need_update = set_tex_parameteri(ctx, texObj, pname, params, dsa); } if (ctx->Driver.TexParameter && need_update) { @@ -925,6 +977,94 @@ _mesa_TexParameteriv(GLenum target, GLenum pname, const GLint *params) } } +void +_mesa_texture_parameterIiv(struct gl_context *ctx, + struct gl_texture_object *texObj, + GLenum pname, const GLint *params, bool dsa) +{ + switch (pname) { + case GL_TEXTURE_BORDER_COLOR: + FLUSH_VERTICES(ctx, _NEW_TEXTURE); + /* set the integer-valued border color */ + COPY_4V(texObj->Sampler.BorderColor.i, params); + break; + default: + _mesa_texture_parameteriv(ctx, texObj, pname, params, dsa); + break; + } + /* XXX no driver hook for TexParameterIiv() yet */ +} + +void +_mesa_texture_parameterIuiv(struct gl_context *ctx, + struct gl_texture_object *texObj, + GLenum pname, const GLuint *params, bool dsa) +{ + switch (pname) { + case GL_TEXTURE_BORDER_COLOR: + FLUSH_VERTICES(ctx, _NEW_TEXTURE); + /* set the unsigned integer-valued border color */ + COPY_4V(texObj->Sampler.BorderColor.ui, params); + break; + default: + _mesa_texture_parameteriv(ctx, texObj, pname, (const GLint *) params, + dsa); + break; + } + /* XXX no driver hook for TexParameterIuiv() yet */ +} + +void GLAPIENTRY +_mesa_TexParameterf(GLenum target, GLenum pname, GLfloat param) +{ + struct gl_texture_object *texObj; + GET_CURRENT_CONTEXT(ctx); + + texObj = get_texobj_by_target(ctx, target, GL_FALSE); + if (!texObj) + return; + + _mesa_texture_parameterf(ctx, texObj, pname, param, false); +} + +void GLAPIENTRY +_mesa_TexParameterfv(GLenum target, GLenum pname, const GLfloat *params) +{ + struct gl_texture_object *texObj; + GET_CURRENT_CONTEXT(ctx); + + texObj = get_texobj_by_target(ctx, target, GL_FALSE); + if (!texObj) + return; + + _mesa_texture_parameterfv(ctx, texObj, pname, params, false); +} + +void GLAPIENTRY +_mesa_TexParameteri(GLenum target, GLenum pname, GLint param) +{ + struct gl_texture_object *texObj; + GET_CURRENT_CONTEXT(ctx); + + texObj = get_texobj_by_target(ctx, target, GL_FALSE); + if (!texObj) + return; + + _mesa_texture_parameteri(ctx, texObj, pname, param, false); +} + +void GLAPIENTRY +_mesa_TexParameteriv(GLenum target, GLenum pname, const GLint *params) +{ + struct gl_texture_object *texObj; + GET_CURRENT_CONTEXT(ctx); + + texObj = get_texobj_by_target(ctx, target, GL_FALSE); + if (!texObj) + return; + + _mesa_texture_parameteriv(ctx, texObj, pname, params, false); +} /** * Set tex parameter to integer value(s). Primarily intended to set @@ -937,24 +1077,13 @@ _mesa_TexParameterIiv(GLenum target, GLenum pname, const GLint *params) struct gl_texture_object *texObj; GET_CURRENT_CONTEXT(ctx); - texObj = get_texobj(ctx, target, GL_FALSE); + texObj = get_texobj_by_target(ctx, target, GL_FALSE); if (!texObj) return; - switch (pname) { - case GL_TEXTURE_BORDER_COLOR: - FLUSH_VERTICES(ctx, _NEW_TEXTURE); - /* set the integer-valued border color */ - COPY_4V(texObj->Sampler.BorderColor.i, params); - break; - default: - _mesa_TexParameteriv(target, pname, params); - break; - } - /* XXX no driver hook for TexParameterIiv() yet */ + _mesa_texture_parameterIiv(ctx, texObj, pname, params, false); } - /** * Set tex parameter to unsigned integer value(s). Primarily intended to set * uint-valued texture border color (for integer-valued textures). @@ -966,26 +1095,117 @@ _mesa_TexParameterIuiv(GLenum target, GLenum pname, const GLuint *params) struct gl_texture_object *texObj; GET_CURRENT_CONTEXT(ctx); - texObj = get_texobj(ctx, target, GL_FALSE); + texObj = get_texobj_by_target(ctx, target, GL_FALSE); if (!texObj) return; - switch (pname) { - case GL_TEXTURE_BORDER_COLOR: - FLUSH_VERTICES(ctx, _NEW_TEXTURE); - /* set the unsigned integer-valued border color */ - COPY_4V(texObj->Sampler.BorderColor.ui, params); - break; - default: - _mesa_TexParameteriv(target, pname, (const GLint *) params); - break; + _mesa_texture_parameterIuiv(ctx, texObj, pname, params, false); +} + + +void GLAPIENTRY +_mesa_TextureParameterfv(GLuint texture, GLenum pname, const GLfloat *params) +{ + struct gl_texture_object *texObj; + GET_CURRENT_CONTEXT(ctx); + + texObj = get_texobj_by_name(ctx, texture, GL_FALSE); + if (!texObj) { + /* User passed a non-generated name. */ + _mesa_error(ctx, GL_INVALID_OPERATION, "glTextureParameterfv(texture)"); + return; } - /* XXX no driver hook for TexParameterIuiv() yet */ + + _mesa_texture_parameterfv(ctx, texObj, pname, params, true); +} + +void GLAPIENTRY +_mesa_TextureParameterf(GLuint texture, GLenum pname, GLfloat param) +{ + struct gl_texture_object *texObj; + GET_CURRENT_CONTEXT(ctx); + + texObj = get_texobj_by_name(ctx, texture, GL_FALSE); + if (!texObj) { + /* User passed a non-generated name. */ + _mesa_error(ctx, GL_INVALID_OPERATION, "glTextureParameterf(texture)"); + return; + } + + _mesa_texture_parameterf(ctx, texObj, pname, param, true); } +void GLAPIENTRY +_mesa_TextureParameteri(GLuint texture, GLenum pname, GLint param) +{ + struct gl_texture_object *texObj; + GET_CURRENT_CONTEXT(ctx); + + texObj = get_texobj_by_name(ctx, texture, GL_FALSE); + if (!texObj) { + /* User passed a non-generated name. */ + _mesa_error(ctx, GL_INVALID_OPERATION, "glTextureParameteri(texture)"); + return; + } + + _mesa_texture_parameteri(ctx, texObj, pname, param, true); +} + +void GLAPIENTRY +_mesa_TextureParameteriv(GLuint texture, GLenum pname, + const GLint *params) +{ + struct gl_texture_object *texObj; + GET_CURRENT_CONTEXT(ctx); + + texObj = get_texobj_by_name(ctx, texture, GL_FALSE); + if (!texObj) { + /* User passed a non-generated name. */ + _mesa_error(ctx, GL_INVALID_OPERATION, "glTextureParameteriv(texture)"); + return; + } + + _mesa_texture_parameteriv(ctx, texObj, pname, params, true); +} + + +void GLAPIENTRY +_mesa_TextureParameterIiv(GLuint texture, GLenum pname, const GLint *params) +{ + struct gl_texture_object *texObj; + GET_CURRENT_CONTEXT(ctx); + + texObj = get_texobj_by_name(ctx, texture, GL_FALSE); + if (!texObj) { + /* User passed a non-generated name. */ + _mesa_error(ctx, GL_INVALID_OPERATION, + "glTextureParameterIiv(texture)"); + return; + } + + _mesa_texture_parameterIiv(ctx, texObj, pname, params, true); +} + +void GLAPIENTRY +_mesa_TextureParameterIuiv(GLuint texture, GLenum pname, const GLuint *params) +{ + struct gl_texture_object *texObj; + GET_CURRENT_CONTEXT(ctx); + + texObj = get_texobj_by_name(ctx, texture, GL_FALSE); + if (!texObj) { + /* User passed a non-generated name. */ + _mesa_error(ctx, GL_INVALID_OPERATION, + "glTextureParameterIuiv(texture)"); + return; + } + + _mesa_texture_parameterIuiv(ctx, texObj, pname, params, true); +} static GLboolean -legal_get_tex_level_parameter_target(struct gl_context *ctx, GLenum target) +legal_get_tex_level_parameter_target(struct gl_context *ctx, GLenum target, + bool dsa) { switch (target) { case GL_TEXTURE_1D: @@ -1038,6 +1258,16 @@ legal_get_tex_level_parameter_target(struct gl_context *ctx, GLenum target) case GL_PROXY_TEXTURE_2D_MULTISAMPLE: case GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY: return ctx->Extensions.ARB_texture_multisample; + + /* This is a valid target for dsa, but the OpenGL 4.5 core spec + * (30.10.2014) Section 8.11 Texture Queries says: + * "For GetTextureLevelParameter* only, texture may also be a cube + * map texture object. In this case the query is always performed + * for face zero (the TEXTURE_CUBE_MAP_POSITIVE_X face), since there + * is no way to specify another face." + */ + case GL_TEXTURE_CUBE_MAP: + return dsa; default: return GL_FALSE; } @@ -1048,13 +1278,15 @@ static void get_tex_level_parameter_image(struct gl_context *ctx, const struct gl_texture_object *texObj, GLenum target, GLint level, - GLenum pname, GLint *params) + GLenum pname, GLint *params, + bool dsa) { const struct gl_texture_image *img = NULL; struct gl_texture_image dummy_image; mesa_format texFormat; + const char *suffix = dsa ? "ture" : ""; - img = _mesa_select_tex_image(ctx, texObj, target, level); + img = _mesa_select_tex_image(texObj, target, level); if (!img || img->TexFormat == MESA_FORMAT_NONE) { /* In case of undefined texture image return the default values. * @@ -1160,11 +1392,12 @@ get_tex_level_parameter_image(struct gl_context *ctx, !_mesa_is_proxy_texture(target)) { *params = _mesa_format_image_size(texFormat, img->Width, img->Height, img->Depth); - } - else { - _mesa_error(ctx, GL_INVALID_OPERATION, - "glGetTexLevelParameter[if]v(pname)"); - } + } + else { + _mesa_error(ctx, GL_INVALID_OPERATION, + "glGetTex%sLevelParameter[if]v(pname=%s)", suffix, + _mesa_lookup_enum_by_nr(pname)); + } break; case GL_TEXTURE_COMPRESSED: *params = (GLint) _mesa_is_format_compressed(texFormat); @@ -1211,7 +1444,7 @@ get_tex_level_parameter_image(struct gl_context *ctx, invalid_pname: _mesa_error(ctx, GL_INVALID_ENUM, - "glGetTexLevelParameter[if]v(pname=%s)", + "glGetTex%sLevelParameter[if]v(pname=%s)", suffix, _mesa_lookup_enum_by_nr(pname)); } @@ -1219,12 +1452,13 @@ invalid_pname: static void get_tex_level_parameter_buffer(struct gl_context *ctx, const struct gl_texture_object *texObj, - GLenum pname, GLint *params) + GLenum pname, GLint *params, bool dsa) { const struct gl_buffer_object *bo = texObj->BufferObject; mesa_format texFormat = texObj->_BufferObjectFormat; GLenum internalFormat = texObj->BufferObjectFormat; GLenum baseFormat = _mesa_get_format_base_format(texFormat); + const char *suffix = dsa ? "ture" : ""; if (!bo) { /* undefined texture buffer object */ @@ -1294,7 +1528,8 @@ get_tex_level_parameter_buffer(struct gl_context *ctx, case GL_TEXTURE_COMPRESSED_IMAGE_SIZE: /* Always illegal for GL_TEXTURE_BUFFER */ _mesa_error(ctx, GL_INVALID_OPERATION, - "glGetTexLevelParameter[if]v(pname)"); + "glGetTex%sLevelParameter[if]v(pname=%s)", suffix, + _mesa_lookup_enum_by_nr(pname)); break; /* GL_ARB_texture_float */ @@ -1322,38 +1557,37 @@ get_tex_level_parameter_buffer(struct gl_context *ctx, invalid_pname: _mesa_error(ctx, GL_INVALID_ENUM, - "glGetTexLevelParameter[if]v(pname=%s)", + "glGetTex%sLevelParameter[if]v(pname=%s)", suffix, _mesa_lookup_enum_by_nr(pname)); } -void GLAPIENTRY -_mesa_GetTexLevelParameterfv( GLenum target, GLint level, - GLenum pname, GLfloat *params ) -{ - GLint iparam; - _mesa_GetTexLevelParameteriv( target, level, pname, &iparam ); - *params = (GLfloat) iparam; -} - - -void GLAPIENTRY -_mesa_GetTexLevelParameteriv( GLenum target, GLint level, - GLenum pname, GLint *params ) +/** + * This isn't exposed to the rest of the driver because it is a part of the + * OpenGL API that is rarely used. + */ +static void +get_tex_level_parameteriv(struct gl_context *ctx, + struct gl_texture_object *texObj, + GLenum target, GLint level, + GLenum pname, GLint *params, + bool dsa) { - struct gl_texture_object *texObj; GLint maxLevels; - GET_CURRENT_CONTEXT(ctx); + const char *suffix = dsa ? "ture" : ""; + /* Check for errors */ if (ctx->Texture.CurrentUnit >= ctx->Const.MaxCombinedTextureImageUnits) { _mesa_error(ctx, GL_INVALID_OPERATION, - "glGetTexLevelParameteriv(current unit)"); + "glGetTex%sLevelParameter[if]v(" + "current unit >= max combined texture units)", suffix); return; } - if (!legal_get_tex_level_parameter_target(ctx, target)) { + if (!legal_get_tex_level_parameter_target(ctx, target, dsa)) { _mesa_error(ctx, GL_INVALID_ENUM, - "glGetTexLevelParameter[if]v(target=0x%x)", target); + "glGetTex%sLevelParameter[if]v(target=%s)", suffix, + _mesa_lookup_enum_by_nr(target)); return; } @@ -1361,29 +1595,98 @@ _mesa_GetTexLevelParameteriv( GLenum target, GLint level, assert(maxLevels != 0); if (level < 0 || level >= maxLevels) { - _mesa_error( ctx, GL_INVALID_VALUE, "glGetTexLevelParameter[if]v" ); + _mesa_error(ctx, GL_INVALID_VALUE, + "glGetTex%sLevelParameter[if]v(level out of range)", suffix); return; } + /* Get the level parameter */ + if (target == GL_TEXTURE_BUFFER) { + get_tex_level_parameter_buffer(ctx, texObj, pname, params, dsa); + } + else { + get_tex_level_parameter_image(ctx, texObj, target, + level, pname, params, dsa); + } +} + +void GLAPIENTRY +_mesa_GetTexLevelParameterfv( GLenum target, GLint level, + GLenum pname, GLfloat *params ) +{ + struct gl_texture_object *texObj; + GLint iparam; + GET_CURRENT_CONTEXT(ctx); + + texObj = _mesa_get_current_tex_object(ctx, target); + if (!texObj) + return; + + get_tex_level_parameteriv(ctx, texObj, target, level, + pname, &iparam, false); + + *params = (GLfloat) iparam; +} + +void GLAPIENTRY +_mesa_GetTexLevelParameteriv( GLenum target, GLint level, + GLenum pname, GLint *params ) +{ + struct gl_texture_object *texObj; + GET_CURRENT_CONTEXT(ctx); + texObj = _mesa_get_current_tex_object(ctx, target); + if (!texObj) + return; - if (target == GL_TEXTURE_BUFFER) - get_tex_level_parameter_buffer(ctx, texObj, pname, params); - else - get_tex_level_parameter_image(ctx, texObj, target, level, pname, params); + get_tex_level_parameteriv(ctx, texObj, target, level, + pname, params, false); } +void GLAPIENTRY +_mesa_GetTextureLevelParameterfv(GLuint texture, GLint level, + GLenum pname, GLfloat *params) +{ + struct gl_texture_object *texObj; + GLint iparam; + GET_CURRENT_CONTEXT(ctx); + + texObj = _mesa_lookup_texture_err(ctx, texture, + "glGetTextureLevelParameterfv"); + if (!texObj) + return; + + get_tex_level_parameteriv(ctx, texObj, texObj->Target, level, + pname, &iparam, true); + + *params = (GLfloat) iparam; +} void GLAPIENTRY -_mesa_GetTexParameterfv( GLenum target, GLenum pname, GLfloat *params ) +_mesa_GetTextureLevelParameteriv(GLuint texture, GLint level, + GLenum pname, GLint *params) { - struct gl_texture_object *obj; + struct gl_texture_object *texObj; GET_CURRENT_CONTEXT(ctx); - obj = get_texobj(ctx, target, GL_TRUE); - if (!obj) + texObj = _mesa_lookup_texture_err(ctx, texture, + "glGetTextureLevelParameteriv"); + if (!texObj) return; + get_tex_level_parameteriv(ctx, texObj, texObj->Target, level, + pname, params, true); +} + +/** + * This isn't exposed to the rest of the driver because it is a part of the + * OpenGL API that is rarely used. + */ +static void +get_tex_parameterfv(struct gl_context *ctx, + struct gl_texture_object *obj, + GLenum pname, GLfloat *params, bool dsa) +{ _mesa_lock_context_textures(ctx); switch (pname) { case GL_TEXTURE_MAG_FILTER: @@ -1596,20 +1899,16 @@ _mesa_GetTexParameterfv( GLenum target, GLenum pname, GLfloat *params ) invalid_pname: _mesa_unlock_context_textures(ctx); - _mesa_error(ctx, GL_INVALID_ENUM, "glGetTexParameterfv(pname=0x%x)", pname); + _mesa_error(ctx, GL_INVALID_ENUM, "glGetTex%sParameterfv(pname=0x%x)", + dsa ? "ture" : "", pname); } -void GLAPIENTRY -_mesa_GetTexParameteriv( GLenum target, GLenum pname, GLint *params ) +static void +get_tex_parameteriv(struct gl_context *ctx, + struct gl_texture_object *obj, + GLenum pname, GLint *params, bool dsa) { - struct gl_texture_object *obj; - GET_CURRENT_CONTEXT(ctx); - - obj = get_texobj(ctx, target, GL_TRUE); - if (!obj) - return; - _mesa_lock_texture(ctx, obj); switch (pname) { case GL_TEXTURE_MAG_FILTER: @@ -1658,14 +1957,18 @@ _mesa_GetTexParameteriv( GLenum target, GLenum pname, GLint *params ) case GL_TEXTURE_MIN_LOD: if (!_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx)) goto invalid_pname; - - *params = (GLint) obj->Sampler.MinLod; + /* GL spec 'Data Conversions' section specifies that floating-point + * value in integer Get function is rounded to nearest integer + */ + *params = IROUND(obj->Sampler.MinLod); break; case GL_TEXTURE_MAX_LOD: if (!_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx)) goto invalid_pname; - - *params = (GLint) obj->Sampler.MaxLod; + /* GL spec 'Data Conversions' section specifies that floating-point + * value in integer Get function is rounded to nearest integer + */ + *params = IROUND(obj->Sampler.MaxLod); break; case GL_TEXTURE_BASE_LEVEL: if (!_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx)) @@ -1679,7 +1982,10 @@ _mesa_GetTexParameteriv( GLenum target, GLenum pname, GLint *params ) case GL_TEXTURE_MAX_ANISOTROPY_EXT: if (!ctx->Extensions.EXT_texture_filter_anisotropic) goto invalid_pname; - *params = (GLint) obj->Sampler.MaxAnisotropy; + /* GL spec 'Data Conversions' section specifies that floating-point + * value in integer Get function is rounded to nearest integer + */ + *params = IROUND(obj->Sampler.MaxAnisotropy); break; case GL_GENERATE_MIPMAP_SGIS: if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) @@ -1818,9 +2124,73 @@ _mesa_GetTexParameteriv( GLenum target, GLenum pname, GLint *params ) invalid_pname: _mesa_unlock_texture(ctx, obj); - _mesa_error(ctx, GL_INVALID_ENUM, "glGetTexParameteriv(pname=0x%x)", pname); + _mesa_error(ctx, GL_INVALID_ENUM, "glGetTex%sParameteriv(pname=0x%x)", + dsa ? "ture" : "", pname); +} + +static void +get_tex_parameterIiv(struct gl_context *ctx, + struct gl_texture_object *obj, + GLenum pname, GLint *params, bool dsa) +{ + switch (pname) { + case GL_TEXTURE_BORDER_COLOR: + COPY_4V(params, obj->Sampler.BorderColor.i); + break; + default: + get_tex_parameteriv(ctx, obj, pname, params, dsa); + } +} + +static void +get_tex_parameterIuiv(struct gl_context *ctx, + struct gl_texture_object *obj, + GLenum pname, GLuint *params, bool dsa) +{ + switch (pname) { + case GL_TEXTURE_BORDER_COLOR: + COPY_4V(params, obj->Sampler.BorderColor.i); + break; + default: + { + GLint ip[4]; + get_tex_parameteriv(ctx, obj, pname, ip, dsa); + params[0] = ip[0]; + if (pname == GL_TEXTURE_SWIZZLE_RGBA_EXT || + pname == GL_TEXTURE_CROP_RECT_OES) { + params[1] = ip[1]; + params[2] = ip[2]; + params[3] = ip[3]; + } + } + } +} + +void GLAPIENTRY +_mesa_GetTexParameterfv(GLenum target, GLenum pname, GLfloat *params) +{ + struct gl_texture_object *obj; + GET_CURRENT_CONTEXT(ctx); + + obj = get_texobj_by_target(ctx, target, GL_TRUE); + if (!obj) + return; + + get_tex_parameterfv(ctx, obj, pname, params, false); } +void GLAPIENTRY +_mesa_GetTexParameteriv(GLenum target, GLenum pname, GLint *params) +{ + struct gl_texture_object *obj; + GET_CURRENT_CONTEXT(ctx); + + obj = get_texobj_by_target(ctx, target, GL_TRUE); + if (!obj) + return; + + get_tex_parameteriv(ctx, obj, pname, params, false); +} /** New in GL 3.0 */ void GLAPIENTRY @@ -1829,17 +2199,11 @@ _mesa_GetTexParameterIiv(GLenum target, GLenum pname, GLint *params) struct gl_texture_object *texObj; GET_CURRENT_CONTEXT(ctx); - texObj = get_texobj(ctx, target, GL_TRUE); + texObj = get_texobj_by_target(ctx, target, GL_TRUE); if (!texObj) return; - switch (pname) { - case GL_TEXTURE_BORDER_COLOR: - COPY_4V(params, texObj->Sampler.BorderColor.i); - break; - default: - _mesa_GetTexParameteriv(target, pname, params); - } + get_tex_parameterIiv(ctx, texObj, pname, params, false); } @@ -1850,25 +2214,79 @@ _mesa_GetTexParameterIuiv(GLenum target, GLenum pname, GLuint *params) struct gl_texture_object *texObj; GET_CURRENT_CONTEXT(ctx); - texObj = get_texobj(ctx, target, GL_TRUE); + texObj = get_texobj_by_target(ctx, target, GL_TRUE); if (!texObj) return; - switch (pname) { - case GL_TEXTURE_BORDER_COLOR: - COPY_4V(params, texObj->Sampler.BorderColor.i); - break; - default: - { - GLint ip[4]; - _mesa_GetTexParameteriv(target, pname, ip); - params[0] = ip[0]; - if (pname == GL_TEXTURE_SWIZZLE_RGBA_EXT || - pname == GL_TEXTURE_CROP_RECT_OES) { - params[1] = ip[1]; - params[2] = ip[2]; - params[3] = ip[3]; - } - } + get_tex_parameterIuiv(ctx, texObj, pname, params, false); +} + + +void GLAPIENTRY +_mesa_GetTextureParameterfv(GLuint texture, GLenum pname, GLfloat *params) +{ + struct gl_texture_object *obj; + GET_CURRENT_CONTEXT(ctx); + + obj = get_texobj_by_name(ctx, texture, GL_TRUE); + if (!obj) { + /* User passed a non-generated name. */ + _mesa_error(ctx, GL_INVALID_OPERATION, + "glGetTextureParameterfv(texture)"); + return; + } + + get_tex_parameterfv(ctx, obj, pname, params, true); +} + +void GLAPIENTRY +_mesa_GetTextureParameteriv(GLuint texture, GLenum pname, GLint *params) +{ + struct gl_texture_object *obj; + GET_CURRENT_CONTEXT(ctx); + + obj = get_texobj_by_name(ctx, texture, GL_TRUE); + if (!obj) { + /* User passed a non-generated name. */ + _mesa_error(ctx, GL_INVALID_OPERATION, + "glGetTextureParameteriv(texture)"); + return; + } + + get_tex_parameteriv(ctx, obj, pname, params, true); +} + +void GLAPIENTRY +_mesa_GetTextureParameterIiv(GLuint texture, GLenum pname, GLint *params) +{ + struct gl_texture_object *texObj; + GET_CURRENT_CONTEXT(ctx); + + texObj = get_texobj_by_name(ctx, texture, GL_TRUE); + if (!texObj) { + /* User passed a non-generated name. */ + _mesa_error(ctx, GL_INVALID_OPERATION, + "glGetTextureParameterIiv(texture)"); + return; } + + get_tex_parameterIiv(ctx, texObj, pname, params, true); +} + + +void GLAPIENTRY +_mesa_GetTextureParameterIuiv(GLuint texture, GLenum pname, GLuint *params) +{ + struct gl_texture_object *texObj; + GET_CURRENT_CONTEXT(ctx); + + texObj = get_texobj_by_name(ctx, texture, GL_TRUE); + if (!texObj) { + /* User passed a non-generated name. */ + _mesa_error(ctx, GL_INVALID_OPERATION, + "glGetTextureParameterIuiv(texture)"); + return; + } + + get_tex_parameterIuiv(ctx, texObj, pname, params, true); } diff --git a/mesalib/src/mesa/main/texparam.h b/mesalib/src/mesa/main/texparam.h index 557a7bcb4..96defbec2 100644 --- a/mesalib/src/mesa/main/texparam.h +++ b/mesalib/src/mesa/main/texparam.h @@ -29,6 +29,49 @@ #include "main/glheader.h" +/** + * \name Internal functions + */ +/*@{*/ + +extern void +_mesa_texture_parameterf(struct gl_context *ctx, + struct gl_texture_object *texObj, + GLenum pname, GLfloat param, bool dsa); + +extern void +_mesa_texture_parameterfv(struct gl_context *ctx, + struct gl_texture_object *texObj, + GLenum pname, const GLfloat *params, bool dsa); + + +extern void +_mesa_texture_parameteri(struct gl_context *ctx, + struct gl_texture_object *texObj, + GLenum pname, GLint param, bool dsa); + +extern void +_mesa_texture_parameteriv(struct gl_context *ctx, + struct gl_texture_object *texObj, + GLenum pname, const GLint *params, bool dsa); + +extern void +_mesa_texture_parameterIiv(struct gl_context *ctx, + struct gl_texture_object *texObj, + GLenum pname, const GLint *params, bool dsa); + +extern void +_mesa_texture_parameterIuiv(struct gl_context *ctx, + struct gl_texture_object *texObj, + GLenum pname, const GLuint *params, bool dsa); + +/*@}*/ + +/** + * \name API functions + */ +/*@{*/ + extern void GLAPIENTRY _mesa_GetTexLevelParameterfv( GLenum target, GLint level, @@ -38,6 +81,15 @@ extern void GLAPIENTRY _mesa_GetTexLevelParameteriv( GLenum target, GLint level, GLenum pname, GLint *params ); +extern void GLAPIENTRY +_mesa_GetTextureLevelParameterfv(GLuint texture, GLint level, + GLenum pname, GLfloat *params); + +extern void GLAPIENTRY +_mesa_GetTextureLevelParameteriv(GLuint texture, GLint level, + GLenum pname, GLint *params); + + extern void GLAPIENTRY _mesa_GetTexParameterfv( GLenum target, GLenum pname, GLfloat *params ); @@ -51,25 +103,53 @@ extern void GLAPIENTRY _mesa_GetTexParameterIuiv(GLenum target, GLenum pname, GLuint *params); +extern void GLAPIENTRY +_mesa_GetTextureParameterfv(GLuint texture, GLenum pname, GLfloat *params); + +extern void GLAPIENTRY +_mesa_GetTextureParameteriv(GLuint texture, GLenum pname, GLint *params); + +extern void GLAPIENTRY +_mesa_GetTextureParameterIiv(GLuint texture, GLenum pname, GLint *params); + +extern void GLAPIENTRY +_mesa_GetTextureParameterIuiv(GLuint texture, GLenum pname, GLuint *params); + + extern void GLAPIENTRY _mesa_TexParameterfv( GLenum target, GLenum pname, const GLfloat *params ); extern void GLAPIENTRY _mesa_TexParameterf( GLenum target, GLenum pname, GLfloat param ); - extern void GLAPIENTRY _mesa_TexParameteri( GLenum target, GLenum pname, GLint param ); extern void GLAPIENTRY _mesa_TexParameteriv( GLenum target, GLenum pname, const GLint *params ); - extern void GLAPIENTRY _mesa_TexParameterIiv(GLenum target, GLenum pname, const GLint *params); extern void GLAPIENTRY _mesa_TexParameterIuiv(GLenum target, GLenum pname, const GLuint *params); +extern void GLAPIENTRY +_mesa_TextureParameterfv(GLuint texture, GLenum pname, const GLfloat *params); + +extern void GLAPIENTRY +_mesa_TextureParameterf(GLuint texture, GLenum pname, GLfloat param); + +extern void GLAPIENTRY +_mesa_TextureParameteri(GLuint texture, GLenum pname, GLint param); + +extern void GLAPIENTRY +_mesa_TextureParameteriv(GLuint texture, GLenum pname, const GLint *params); + +extern void GLAPIENTRY +_mesa_TextureParameterIiv(GLuint texture, GLenum pname, const GLint *params); + +extern void GLAPIENTRY +_mesa_TextureParameterIuiv(GLuint texture, GLenum pname, const GLuint *params); #endif /* TEXPARAM_H */ diff --git a/mesalib/src/mesa/main/texstate.c b/mesalib/src/mesa/main/texstate.c index e0f085218..99c7c8178 100644 --- a/mesalib/src/mesa/main/texstate.c +++ b/mesalib/src/mesa/main/texstate.c @@ -22,7 +22,7 @@ * OTHER DEALINGS IN THE SOFTWARE. */ -/** +/** * \file texstate.c * * Texture state handling. @@ -40,7 +40,7 @@ #include "teximage.h" #include "texstate.h" #include "mtypes.h" -#include "bitset.h" +#include "util/bitset.h" /** @@ -153,7 +153,7 @@ _mesa_print_texunit_state( struct gl_context *ctx, GLuint unit ) /** * Convert "classic" texture environment to ARB_texture_env_combine style * environments. - * + * * \param state texture_env_combine state vector to be filled-in. * \param mode Classic texture environment mode (i.e., \c GL_REPLACE, * \c GL_BLEND, \c GL_DECAL, etc.). @@ -186,7 +186,7 @@ calculate_derived_texenv( struct gl_tex_env_combine_state *state, case GL_YCBCR_MESA: state->SourceA[0] = GL_PREVIOUS; break; - + default: _mesa_problem(NULL, "Invalid texBaseFormat 0x%x in calculate_derived_texenv", @@ -203,7 +203,7 @@ calculate_derived_texenv( struct gl_tex_env_combine_state *state, mode_rgb = (texBaseFormat == GL_ALPHA) ? GL_REPLACE : mode; mode_a = mode; break; - + case GL_DECAL: mode_rgb = GL_INTERPOLATE; mode_a = GL_REPLACE; @@ -272,7 +272,7 @@ calculate_derived_texenv( struct gl_tex_env_combine_state *state, mode); return; } - + state->ModeRGB = (state->SourceRGB[0] != GL_PREVIOUS) ? mode_rgb : GL_REPLACE; state->ModeA = (state->SourceA[0] != GL_PREVIOUS) @@ -290,9 +290,7 @@ _mesa_ActiveTexture(GLenum texture) GLuint k; GET_CURRENT_CONTEXT(ctx); - /* See OpenGL spec for glActiveTexture: */ - k = MAX2(ctx->Const.MaxCombinedTextureImageUnits, - ctx->Const.MaxTextureCoordUnits); + k = _mesa_max_tex_unit(ctx); ASSERT(k <= Elements(ctx->Texture.Unit)); @@ -769,11 +767,11 @@ _mesa_update_texture( struct gl_context *ctx, GLuint new_state ) /** * Allocate the proxy textures for the given context. - * + * * \param ctx the context to allocate proxies for. - * + * * \return GL_TRUE on success, or GL_FALSE on failure - * + * * If run out of memory part way through the allocations, clean up and return * GL_FALSE. */ @@ -944,7 +942,7 @@ _mesa_free_texture_data(struct gl_context *ctx) /** * Update the default texture objects in the given context to reference those - * specified in the shared state and release those referencing the old + * specified in the shared state and release those referencing the old * shared state. */ void diff --git a/mesalib/src/mesa/main/texstate.h b/mesalib/src/mesa/main/texstate.h index 5cd1684f2..abc07eafb 100644 --- a/mesalib/src/mesa/main/texstate.h +++ b/mesalib/src/mesa/main/texstate.h @@ -33,9 +33,18 @@ #include "compiler.h" +#include "enums.h" +#include "macros.h" #include "mtypes.h" +static inline struct gl_texture_unit * +_mesa_get_tex_unit(struct gl_context *ctx, GLuint unit) +{ + ASSERT(unit < Elements(ctx->Texture.Unit)); + return &(ctx->Texture.Unit[unit]); +} + /** * Return pointer to current texture unit. * This the texture unit set by glActiveTexture(), not glClientActiveTexture(). @@ -43,8 +52,33 @@ static inline struct gl_texture_unit * _mesa_get_current_tex_unit(struct gl_context *ctx) { - ASSERT(ctx->Texture.CurrentUnit < Elements(ctx->Texture.Unit)); - return &(ctx->Texture.Unit[ctx->Texture.CurrentUnit]); + return _mesa_get_tex_unit(ctx, ctx->Texture.CurrentUnit); +} + +static inline GLuint +_mesa_max_tex_unit(struct gl_context *ctx) +{ + /* See OpenGL spec for glActiveTexture: */ + return MAX2(ctx->Const.MaxCombinedTextureImageUnits, + ctx->Const.MaxTextureCoordUnits); +} + +static inline struct gl_texture_unit * +_mesa_get_tex_unit_err(struct gl_context *ctx, GLuint unit, const char *func) +{ + if (unit < _mesa_max_tex_unit(ctx)) + return _mesa_get_tex_unit(ctx, unit); + + /* Note: This error is a precedent set by glBindTextures. From the GL 4.5 + * specification (30.10.2014) Section 8.1 ("Texture Objects"): + * + * "An INVALID_OPERATION error is generated if first + count is greater + * than the number of texture image units supported by the + * implementation." + */ + _mesa_error(ctx, GL_INVALID_OPERATION, "%s(unit=%s)", func, + _mesa_lookup_enum_by_nr(GL_TEXTURE0+unit)); + return NULL; } diff --git a/mesalib/src/mesa/main/texstorage.c b/mesalib/src/mesa/main/texstorage.c index 897d5891a..3ace5e8bb 100644 --- a/mesalib/src/mesa/main/texstorage.c +++ b/mesalib/src/mesa/main/texstorage.c @@ -42,7 +42,7 @@ #include "textureview.h" #include "mtypes.h" #include "glformats.h" - +#include "hash.h" /** @@ -242,10 +242,10 @@ _mesa_is_legal_tex_storage_format(struct gl_context *ctx, GLenum internalformat) * checks at glTexImage* time. */ GLboolean -_mesa_alloc_texture_storage(struct gl_context *ctx, - struct gl_texture_object *texObj, - GLsizei levels, GLsizei width, - GLsizei height, GLsizei depth) +_mesa_AllocTextureStorage_sw(struct gl_context *ctx, + struct gl_texture_object *texObj, + GLsizei levels, GLsizei width, + GLsizei height, GLsizei depth) { const int numFaces = _mesa_num_tex_faces(texObj->Target); int face; @@ -274,34 +274,26 @@ _mesa_alloc_texture_storage(struct gl_context *ctx, * \return GL_TRUE if any error, GL_FALSE otherwise. */ static GLboolean -tex_storage_error_check(struct gl_context *ctx, GLuint dims, GLenum target, +tex_storage_error_check(struct gl_context *ctx, + struct gl_texture_object *texObj, + GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, - GLsizei width, GLsizei height, GLsizei depth) + GLsizei width, GLsizei height, GLsizei depth, + bool dsa) { - struct gl_texture_object *texObj; + const char* suffix = dsa ? "ture" : ""; - if (!_mesa_is_legal_tex_storage_format(ctx, internalformat)) { - _mesa_error(ctx, GL_INVALID_ENUM, - "glTexStorage%uD(internalformat = %s)", dims, - _mesa_lookup_enum_by_nr(internalformat)); - return GL_TRUE; - } + /* Legal format checking has been moved to texstorage and texturestorage in + * order to allow meta functions to use legacy formats. */ /* size check */ if (width < 1 || height < 1 || depth < 1) { _mesa_error(ctx, GL_INVALID_VALUE, - "glTexStorage%uD(width, height or depth < 1)", dims); + "glTex%sStorage%uD(width, height or depth < 1)", + suffix, dims); return GL_TRUE; } - /* target check */ - if (!legal_texobj_target(ctx, dims, target)) { - _mesa_error(ctx, GL_INVALID_ENUM, - "glTexStorage%uD(illegal target=%s)", - dims, _mesa_lookup_enum_by_nr(target)); - return GL_TRUE; - } - /* From section 3.8.6, page 146 of OpenGL ES 3.0 spec: * * "The ETC2/EAC texture compression algorithm supports only @@ -315,50 +307,54 @@ tex_storage_error_check(struct gl_context *ctx, GLuint dims, GLenum target, && !_mesa_target_can_be_compressed(ctx, target, internalformat)) { _mesa_error(ctx, _mesa_is_desktop_gl(ctx)? GL_INVALID_ENUM : GL_INVALID_OPERATION, - "glTexStorage3D(internalformat = %s)", + "glTex%sStorage%dD(internalformat = %s)", suffix, dims, _mesa_lookup_enum_by_nr(internalformat)); } /* levels check */ if (levels < 1) { - _mesa_error(ctx, GL_INVALID_VALUE, "glTexStorage%uD(levels < 1)", - dims); + _mesa_error(ctx, GL_INVALID_VALUE, "glTex%sStorage%uD(levels < 1)", + suffix, dims); return GL_TRUE; } /* check levels against maximum (note different error than above) */ if (levels > (GLint) _mesa_max_texture_levels(ctx, target)) { _mesa_error(ctx, GL_INVALID_OPERATION, - "glTexStorage%uD(levels too large)", dims); + "glTex%sStorage%uD(levels too large)", + suffix, dims); return GL_TRUE; } /* check levels against width/height/depth */ if (levels > _mesa_get_tex_max_num_levels(target, width, height, depth)) { _mesa_error(ctx, GL_INVALID_OPERATION, - "glTexStorage%uD(too many levels for max texture dimension)", - dims); + "glTex%sStorage%uD(too many levels" + " for max texture dimension)", + suffix, dims); return GL_TRUE; } /* non-default texture object check */ - texObj = _mesa_get_current_tex_object(ctx, target); if (!_mesa_is_proxy_texture(target) && (!texObj || (texObj->Name == 0))) { _mesa_error(ctx, GL_INVALID_OPERATION, - "glTexStorage%uD(texture object 0)", dims); + "glTex%sStorage%uD(texture object 0)", + suffix, dims); return GL_TRUE; } /* Check if texObj->Immutable is set */ if (!_mesa_is_proxy_texture(target) && texObj->Immutable) { - _mesa_error(ctx, GL_INVALID_OPERATION, "glTexStorage%uD(immutable)", - dims); + _mesa_error(ctx, GL_INVALID_OPERATION, "glTex%sStorage%uD(immutable)", + suffix, dims); return GL_TRUE; } /* additional checks for depth textures */ if (!_mesa_legal_texture_base_format_for_target(ctx, target, internalformat, - dims, "glTexStorage")) + dims, dsa ? + "glTextureStorage" : + "glTexStorage")) return GL_TRUE; return GL_FALSE; @@ -366,32 +362,27 @@ tex_storage_error_check(struct gl_context *ctx, GLuint dims, GLenum target, /** - * Helper used by _mesa_TexStorage1/2/3D(). + * Helper that does the storage allocation for _mesa_TexStorage1/2/3D() + * and _mesa_TextureStorage1/2/3D(). */ -static void -texstorage(GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, - GLsizei width, GLsizei height, GLsizei depth) +void +_mesa_texture_storage(struct gl_context *ctx, GLuint dims, + struct gl_texture_object *texObj, + GLenum target, GLsizei levels, + GLenum internalformat, GLsizei width, + GLsizei height, GLsizei depth, bool dsa) { - struct gl_texture_object *texObj; GLboolean sizeOK, dimensionsOK; mesa_format texFormat; + const char* suffix = dsa ? "ture" : ""; - GET_CURRENT_CONTEXT(ctx); - - if (MESA_VERBOSE & (VERBOSE_API|VERBOSE_TEXTURE)) - _mesa_debug(ctx, "glTexStorage%uD %s %d %s %d %d %d\n", - dims, - _mesa_lookup_enum_by_nr(target), levels, - _mesa_lookup_enum_by_nr(internalformat), - width, height, depth); + assert(texObj); - if (tex_storage_error_check(ctx, dims, target, levels, - internalformat, width, height, depth)) { + if (tex_storage_error_check(ctx, texObj, dims, target, levels, + internalformat, width, height, depth, dsa)) { return; /* error was recorded */ } - texObj = _mesa_get_current_tex_object(ctx, target); - assert(texObj); texFormat = _mesa_choose_texture_format(ctx, texObj, target, 0, internalformat, GL_NONE, GL_NONE); @@ -404,7 +395,7 @@ texstorage(GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, sizeOK = ctx->Driver.TestProxyTexImage(ctx, target, 0, texFormat, width, height, depth, 0); - if (_mesa_is_proxy_texture(texObj->Target)) { + if (_mesa_is_proxy_texture(target)) { if (dimensionsOK && sizeOK) { initialize_texture_fields(ctx, texObj, levels, width, height, depth, internalformat, texFormat); @@ -417,13 +408,15 @@ texstorage(GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, else { if (!dimensionsOK) { _mesa_error(ctx, GL_INVALID_VALUE, - "glTexStorage%uD(invalid width, height or depth)", dims); + "glTex%sStorage%uD(invalid width, height or depth)", + suffix, dims); return; } if (!sizeOK) { _mesa_error(ctx, GL_OUT_OF_MEMORY, - "glTexStorage%uD(texture too large)", dims); + "glTex%sStorage%uD(texture too large)", + suffix, dims); } assert(levels > 0); @@ -445,7 +438,8 @@ texstorage(GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, * state but this puts things in a consistent state. */ clear_texture_fields(ctx, texObj); - _mesa_error(ctx, GL_OUT_OF_MEMORY, "glTexStorage%uD", dims); + _mesa_error(ctx, GL_OUT_OF_MEMORY, "glTex%sStorage%uD", + suffix, dims); return; } @@ -454,6 +448,94 @@ texstorage(GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, } } +/** + * Helper used by _mesa_TexStorage1/2/3D(). + */ +static void +texstorage(GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, + GLsizei width, GLsizei height, GLsizei depth) +{ + struct gl_texture_object *texObj; + GET_CURRENT_CONTEXT(ctx); + + /* target check */ + /* This is done here so that _mesa_texture_storage can receive unsized + * formats. */ + if (!legal_texobj_target(ctx, dims, target)) { + _mesa_error(ctx, GL_INVALID_ENUM, + "glTexStorage%uD(illegal target=%s)", + dims, _mesa_lookup_enum_by_nr(target)); + return; + } + + if (MESA_VERBOSE & (VERBOSE_API|VERBOSE_TEXTURE)) + _mesa_debug(ctx, "glTexStorage%uD %s %d %s %d %d %d\n", + dims, + _mesa_lookup_enum_by_nr(target), levels, + _mesa_lookup_enum_by_nr(internalformat), + width, height, depth); + /* Check the format to make sure it is sized. */ + if (!_mesa_is_legal_tex_storage_format(ctx, internalformat)) { + _mesa_error(ctx, GL_INVALID_ENUM, + "glTexStorage%uD(internalformat = %s)", dims, + _mesa_lookup_enum_by_nr(internalformat)); + return; + } + + texObj = _mesa_get_current_tex_object(ctx, target); + if (!texObj) + return; + + _mesa_texture_storage(ctx, dims, texObj, target, levels, + internalformat, width, height, depth, false); +} + +/** + * Helper used by _mesa_TextureStorage1/2/3D(). + */ +static void +texturestorage(GLuint dims, GLuint texture, GLsizei levels, + GLenum internalformat, GLsizei width, GLsizei height, + GLsizei depth) +{ + struct gl_texture_object *texObj; + GET_CURRENT_CONTEXT(ctx); + + if (MESA_VERBOSE & (VERBOSE_API|VERBOSE_TEXTURE)) + _mesa_debug(ctx, "glTextureStorage%uD %d %d %s %d %d %d\n", + dims, texture, levels, + _mesa_lookup_enum_by_nr(internalformat), + width, height, depth); + + /* Check the format to make sure it is sized. */ + if (!_mesa_is_legal_tex_storage_format(ctx, internalformat)) { + _mesa_error(ctx, GL_INVALID_ENUM, + "glTextureStorage%uD(internalformat = %s)", dims, + _mesa_lookup_enum_by_nr(internalformat)); + return; + } + + /* Get the texture object by Name. */ + texObj = _mesa_lookup_texture(ctx, texture); + if (!texObj) { + _mesa_error(ctx, GL_INVALID_OPERATION, + "glTextureStorage%uD(texture = %d)", dims, texture); + return; + } + + /* target check */ + /* This is done here so that _mesa_texture_storage can receive unsized + * formats. */ + if (!legal_texobj_target(ctx, dims, texObj->Target)) { + _mesa_error(ctx, GL_INVALID_ENUM, + "glTextureStorage%uD(illegal target=%s)", + dims, _mesa_lookup_enum_by_nr(texObj->Target)); + return; + } + + _mesa_texture_storage(ctx, dims, texObj, texObj->Target, + levels, internalformat, width, height, depth, true); +} void GLAPIENTRY _mesa_TexStorage1D(GLenum target, GLsizei levels, GLenum internalformat, @@ -478,6 +560,28 @@ _mesa_TexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, texstorage(3, target, levels, internalformat, width, height, depth); } +void GLAPIENTRY +_mesa_TextureStorage1D(GLuint texture, GLsizei levels, GLenum internalformat, + GLsizei width) +{ + texturestorage(1, texture, levels, internalformat, width, 1, 1); +} + + +void GLAPIENTRY +_mesa_TextureStorage2D(GLuint texture, GLsizei levels, + GLenum internalformat, + GLsizei width, GLsizei height) +{ + texturestorage(2, texture, levels, internalformat, width, height, 1); +} + +void GLAPIENTRY +_mesa_TextureStorage3D(GLuint texture, GLsizei levels, GLenum internalformat, + GLsizei width, GLsizei height, GLsizei depth) +{ + texturestorage(3, texture, levels, internalformat, width, height, depth); +} /* diff --git a/mesalib/src/mesa/main/texstorage.h b/mesalib/src/mesa/main/texstorage.h index ec4f71374..6f5495f38 100644 --- a/mesalib/src/mesa/main/texstorage.h +++ b/mesalib/src/mesa/main/texstorage.h @@ -26,6 +26,24 @@ #ifndef TEXSTORAGE_H #define TEXSTORAGE_H +/** + * \name Internal functions + */ +/*@{*/ + +extern void +_mesa_texture_storage(struct gl_context *ctx, GLuint dims, + struct gl_texture_object *texObj, + GLenum target, GLsizei levels, + GLenum internalformat, GLsizei width, + GLsizei height, GLsizei depth, bool dsa); + +/*@}*/ + +/** + * \name API functions + */ +/*@{*/ extern void GLAPIENTRY _mesa_TexStorage1D(GLenum target, GLsizei levels, GLenum internalformat, @@ -41,6 +59,19 @@ extern void GLAPIENTRY _mesa_TexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth); +extern void GLAPIENTRY +_mesa_TextureStorage1D(GLuint texture, GLsizei levels, GLenum internalformat, + GLsizei width); + + +extern void GLAPIENTRY +_mesa_TextureStorage2D(GLuint texture, GLsizei levels, GLenum internalformat, + GLsizei width, GLsizei height); + + +extern void GLAPIENTRY +_mesa_TextureStorage3D(GLuint texture, GLsizei levels, GLenum internalformat, + GLsizei width, GLsizei height, GLsizei depth); extern void GLAPIENTRY @@ -62,9 +93,9 @@ extern GLboolean _mesa_is_legal_tex_storage_format(struct gl_context *ctx, GLenum internalformat); extern GLboolean -_mesa_alloc_texture_storage(struct gl_context *ctx, - struct gl_texture_object *texObj, - GLsizei levels, GLsizei width, - GLsizei height, GLsizei depth); +_mesa_AllocTextureStorage_sw(struct gl_context *ctx, + struct gl_texture_object *texObj, + GLsizei levels, GLsizei width, + GLsizei height, GLsizei depth); #endif /* TEXSTORAGE_H */ diff --git a/mesalib/src/mesa/main/texstore.c b/mesalib/src/mesa/main/texstore.c index 50aa1fd5e..7039cdf81 100644 --- a/mesalib/src/mesa/main/texstore.c +++ b/mesalib/src/mesa/main/texstore.c @@ -73,6 +73,7 @@ #include "texstore.h" #include "enums.h" #include "glformats.h" +#include "pixeltransfer.h" #include "../../gallium/auxiliary/util/u_format_rgb9e5.h" #include "../../gallium/auxiliary/util/u_format_r11g11b10f.h" @@ -87,577 +88,6 @@ enum { * Texture image storage function. */ typedef GLboolean (*StoreTexImageFunc)(TEXSTORE_PARAMS); - - -enum { - IDX_LUMINANCE = 0, - IDX_ALPHA, - IDX_INTENSITY, - IDX_LUMINANCE_ALPHA, - IDX_RGB, - IDX_RGBA, - IDX_RED, - IDX_GREEN, - IDX_BLUE, - IDX_BGR, - IDX_BGRA, - IDX_ABGR, - IDX_RG, - MAX_IDX -}; - -#define MAP1(x) MAP4(x, ZERO, ZERO, ZERO) -#define MAP2(x,y) MAP4(x, y, ZERO, ZERO) -#define MAP3(x,y,z) MAP4(x, y, z, ZERO) -#define MAP4(x,y,z,w) { x, y, z, w, ZERO, ONE } - - -static const struct { - GLubyte format_idx; - GLubyte to_rgba[6]; - GLubyte from_rgba[6]; -} mappings[MAX_IDX] = -{ - { - IDX_LUMINANCE, - MAP4(0,0,0,ONE), - MAP1(0) - }, - - { - IDX_ALPHA, - MAP4(ZERO, ZERO, ZERO, 0), - MAP1(3) - }, - - { - IDX_INTENSITY, - MAP4(0, 0, 0, 0), - MAP1(0), - }, - - { - IDX_LUMINANCE_ALPHA, - MAP4(0,0,0,1), - MAP2(0,3) - }, - - { - IDX_RGB, - MAP4(0,1,2,ONE), - MAP3(0,1,2) - }, - - { - IDX_RGBA, - MAP4(0,1,2,3), - MAP4(0,1,2,3), - }, - - { - IDX_RED, - MAP4(0, ZERO, ZERO, ONE), - MAP1(0), - }, - - { - IDX_GREEN, - MAP4(ZERO, 0, ZERO, ONE), - MAP1(1), - }, - - { - IDX_BLUE, - MAP4(ZERO, ZERO, 0, ONE), - MAP1(2), - }, - - { - IDX_BGR, - MAP4(2,1,0,ONE), - MAP3(2,1,0) - }, - - { - IDX_BGRA, - MAP4(2,1,0,3), - MAP4(2,1,0,3) - }, - - { - IDX_ABGR, - MAP4(3,2,1,0), - MAP4(3,2,1,0) - }, - - { - IDX_RG, - MAP4(0, 1, ZERO, ONE), - MAP2(0, 1) - }, -}; - - - -/** - * Convert a GL image format enum to an IDX_* value (see above). - */ -static int -get_map_idx(GLenum value) -{ - switch (value) { - case GL_LUMINANCE: - case GL_LUMINANCE_INTEGER_EXT: - return IDX_LUMINANCE; - case GL_ALPHA: - case GL_ALPHA_INTEGER: - return IDX_ALPHA; - case GL_INTENSITY: - return IDX_INTENSITY; - case GL_LUMINANCE_ALPHA: - case GL_LUMINANCE_ALPHA_INTEGER_EXT: - return IDX_LUMINANCE_ALPHA; - case GL_RGB: - case GL_RGB_INTEGER: - return IDX_RGB; - case GL_RGBA: - case GL_RGBA_INTEGER: - return IDX_RGBA; - case GL_RED: - case GL_RED_INTEGER: - return IDX_RED; - case GL_GREEN: - return IDX_GREEN; - case GL_BLUE: - return IDX_BLUE; - case GL_BGR: - case GL_BGR_INTEGER: - return IDX_BGR; - case GL_BGRA: - case GL_BGRA_INTEGER: - return IDX_BGRA; - case GL_ABGR_EXT: - return IDX_ABGR; - case GL_RG: - case GL_RG_INTEGER: - return IDX_RG; - default: - _mesa_problem(NULL, "Unexpected inFormat %s", - _mesa_lookup_enum_by_nr(value)); - return 0; - } -} - - -/** - * When promoting texture formats (see below) we need to compute the - * mapping of dest components back to source components. - * This function does that. - * \param inFormat the incoming format of the texture - * \param outFormat the final texture format - * \return map[6] a full 6-component map - */ -static void -compute_component_mapping(GLenum inFormat, GLenum outFormat, - GLubyte *map) -{ - const int inFmt = get_map_idx(inFormat); - const int outFmt = get_map_idx(outFormat); - const GLubyte *in2rgba = mappings[inFmt].to_rgba; - const GLubyte *rgba2out = mappings[outFmt].from_rgba; - int i; - - for (i = 0; i < 4; i++) - map[i] = in2rgba[rgba2out[i]]; - - map[ZERO] = ZERO; - map[ONE] = ONE; - -#if 0 - printf("from %x/%s to %x/%s map %d %d %d %d %d %d\n", - inFormat, _mesa_lookup_enum_by_nr(inFormat), - outFormat, _mesa_lookup_enum_by_nr(outFormat), - map[0], - map[1], - map[2], - map[3], - map[4], - map[5]); -#endif -} - - -/** - * Make a temporary (color) texture image with GLfloat components. - * Apply all needed pixel unpacking and pixel transfer operations. - * Note that there are both logicalBaseFormat and textureBaseFormat parameters. - * Suppose the user specifies GL_LUMINANCE as the internal texture format - * but the graphics hardware doesn't support luminance textures. So, we might - * use an RGB hardware format instead. - * If logicalBaseFormat != textureBaseFormat we have some extra work to do. - * - * \param ctx the rendering context - * \param dims image dimensions: 1, 2 or 3 - * \param logicalBaseFormat basic texture derived from the user's - * internal texture format value - * \param textureBaseFormat the actual basic format of the texture - * \param srcWidth source image width - * \param srcHeight source image height - * \param srcDepth source image depth - * \param srcFormat source image format - * \param srcType source image type - * \param srcAddr source image address - * \param srcPacking source image pixel packing - * \return resulting image with format = textureBaseFormat and type = GLfloat. - */ -GLfloat * -_mesa_make_temp_float_image(struct gl_context *ctx, GLuint dims, - GLenum logicalBaseFormat, - GLenum textureBaseFormat, - GLint srcWidth, GLint srcHeight, GLint srcDepth, - GLenum srcFormat, GLenum srcType, - const GLvoid *srcAddr, - const struct gl_pixelstore_attrib *srcPacking, - GLbitfield transferOps) -{ - GLfloat *tempImage; - const GLint components = _mesa_components_in_format(logicalBaseFormat); - const GLint srcStride = - _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType); - GLfloat *dst; - GLint img, row; - - ASSERT(dims >= 1 && dims <= 3); - - ASSERT(logicalBaseFormat == GL_RGBA || - logicalBaseFormat == GL_RGB || - logicalBaseFormat == GL_RG || - logicalBaseFormat == GL_RED || - logicalBaseFormat == GL_LUMINANCE_ALPHA || - logicalBaseFormat == GL_LUMINANCE || - logicalBaseFormat == GL_ALPHA || - logicalBaseFormat == GL_INTENSITY || - logicalBaseFormat == GL_DEPTH_COMPONENT); - - ASSERT(textureBaseFormat == GL_RGBA || - textureBaseFormat == GL_RGB || - textureBaseFormat == GL_RG || - textureBaseFormat == GL_RED || - textureBaseFormat == GL_LUMINANCE_ALPHA || - textureBaseFormat == GL_LUMINANCE || - textureBaseFormat == GL_ALPHA || - textureBaseFormat == GL_INTENSITY || - textureBaseFormat == GL_DEPTH_COMPONENT); - - tempImage = malloc(srcWidth * srcHeight * srcDepth - * components * sizeof(GLfloat)); - if (!tempImage) - return NULL; - - dst = tempImage; - for (img = 0; img < srcDepth; img++) { - const GLubyte *src - = (const GLubyte *) _mesa_image_address(dims, srcPacking, srcAddr, - srcWidth, srcHeight, - srcFormat, srcType, - img, 0, 0); - for (row = 0; row < srcHeight; row++) { - _mesa_unpack_color_span_float(ctx, srcWidth, logicalBaseFormat, - dst, srcFormat, srcType, src, - srcPacking, transferOps); - dst += srcWidth * components; - src += srcStride; - } - } - - if (logicalBaseFormat != textureBaseFormat) { - /* more work */ - GLint texComponents = _mesa_components_in_format(textureBaseFormat); - GLint logComponents = _mesa_components_in_format(logicalBaseFormat); - GLfloat *newImage; - GLint i, n; - GLubyte map[6]; - - /* we only promote up to RGB, RGBA and LUMINANCE_ALPHA formats for now */ - ASSERT(textureBaseFormat == GL_RGB || textureBaseFormat == GL_RGBA || - textureBaseFormat == GL_LUMINANCE_ALPHA); - - /* The actual texture format should have at least as many components - * as the logical texture format. - */ - ASSERT(texComponents >= logComponents); - - newImage = malloc(srcWidth * srcHeight * srcDepth - * texComponents * sizeof(GLfloat)); - if (!newImage) { - free(tempImage); - return NULL; - } - - compute_component_mapping(logicalBaseFormat, textureBaseFormat, map); - - n = srcWidth * srcHeight * srcDepth; - for (i = 0; i < n; i++) { - GLint k; - for (k = 0; k < texComponents; k++) { - GLint j = map[k]; - if (j == ZERO) - newImage[i * texComponents + k] = 0.0F; - else if (j == ONE) - newImage[i * texComponents + k] = 1.0F; - else - newImage[i * texComponents + k] = tempImage[i * logComponents + j]; - } - } - - free(tempImage); - tempImage = newImage; - } - - return tempImage; -} - - -/** - * Make temporary image with uint pixel values. Used for unsigned - * integer-valued textures. - */ -static GLuint * -make_temp_uint_image(struct gl_context *ctx, GLuint dims, - GLenum logicalBaseFormat, - GLenum textureBaseFormat, - GLint srcWidth, GLint srcHeight, GLint srcDepth, - GLenum srcFormat, GLenum srcType, - const GLvoid *srcAddr, - const struct gl_pixelstore_attrib *srcPacking) -{ - GLuint *tempImage; - const GLint components = _mesa_components_in_format(logicalBaseFormat); - const GLint srcStride = - _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType); - GLuint *dst; - GLint img, row; - - ASSERT(dims >= 1 && dims <= 3); - - ASSERT(logicalBaseFormat == GL_RGBA || - logicalBaseFormat == GL_RGB || - logicalBaseFormat == GL_RG || - logicalBaseFormat == GL_RED || - logicalBaseFormat == GL_LUMINANCE_ALPHA || - logicalBaseFormat == GL_LUMINANCE || - logicalBaseFormat == GL_INTENSITY || - logicalBaseFormat == GL_ALPHA); - - ASSERT(textureBaseFormat == GL_RGBA || - textureBaseFormat == GL_RGB || - textureBaseFormat == GL_RG || - textureBaseFormat == GL_RED || - textureBaseFormat == GL_LUMINANCE_ALPHA || - textureBaseFormat == GL_LUMINANCE || - textureBaseFormat == GL_INTENSITY || - textureBaseFormat == GL_ALPHA); - - tempImage = malloc(srcWidth * srcHeight * srcDepth - * components * sizeof(GLuint)); - if (!tempImage) - return NULL; - - dst = tempImage; - for (img = 0; img < srcDepth; img++) { - const GLubyte *src - = (const GLubyte *) _mesa_image_address(dims, srcPacking, srcAddr, - srcWidth, srcHeight, - srcFormat, srcType, - img, 0, 0); - for (row = 0; row < srcHeight; row++) { - _mesa_unpack_color_span_uint(ctx, srcWidth, logicalBaseFormat, - dst, srcFormat, srcType, src, - srcPacking); - dst += srcWidth * components; - src += srcStride; - } - } - - if (logicalBaseFormat != textureBaseFormat) { - /* more work */ - GLint texComponents = _mesa_components_in_format(textureBaseFormat); - GLint logComponents = _mesa_components_in_format(logicalBaseFormat); - GLuint *newImage; - GLint i, n; - GLubyte map[6]; - - /* we only promote up to RGB, RGBA and LUMINANCE_ALPHA formats for now */ - ASSERT(textureBaseFormat == GL_RGB || textureBaseFormat == GL_RGBA || - textureBaseFormat == GL_LUMINANCE_ALPHA); - - /* The actual texture format should have at least as many components - * as the logical texture format. - */ - ASSERT(texComponents >= logComponents); - - newImage = malloc(srcWidth * srcHeight * srcDepth - * texComponents * sizeof(GLuint)); - if (!newImage) { - free(tempImage); - return NULL; - } - - compute_component_mapping(logicalBaseFormat, textureBaseFormat, map); - - n = srcWidth * srcHeight * srcDepth; - for (i = 0; i < n; i++) { - GLint k; - for (k = 0; k < texComponents; k++) { - GLint j = map[k]; - if (j == ZERO) - newImage[i * texComponents + k] = 0; - else if (j == ONE) - newImage[i * texComponents + k] = 1; - else - newImage[i * texComponents + k] = tempImage[i * logComponents + j]; - } - } - - free(tempImage); - tempImage = newImage; - } - - return tempImage; -} - - - -/** - * Make a temporary (color) texture image with GLubyte components. - * Apply all needed pixel unpacking and pixel transfer operations. - * Note that there are both logicalBaseFormat and textureBaseFormat parameters. - * Suppose the user specifies GL_LUMINANCE as the internal texture format - * but the graphics hardware doesn't support luminance textures. So, we might - * use an RGB hardware format instead. - * If logicalBaseFormat != textureBaseFormat we have some extra work to do. - * - * \param ctx the rendering context - * \param dims image dimensions: 1, 2 or 3 - * \param logicalBaseFormat basic texture derived from the user's - * internal texture format value - * \param textureBaseFormat the actual basic format of the texture - * \param srcWidth source image width - * \param srcHeight source image height - * \param srcDepth source image depth - * \param srcFormat source image format - * \param srcType source image type - * \param srcAddr source image address - * \param srcPacking source image pixel packing - * \return resulting image with format = textureBaseFormat and type = GLubyte. - */ -GLubyte * -_mesa_make_temp_ubyte_image(struct gl_context *ctx, GLuint dims, - GLenum logicalBaseFormat, - GLenum textureBaseFormat, - GLint srcWidth, GLint srcHeight, GLint srcDepth, - GLenum srcFormat, GLenum srcType, - const GLvoid *srcAddr, - const struct gl_pixelstore_attrib *srcPacking) -{ - GLuint transferOps = ctx->_ImageTransferState; - const GLint components = _mesa_components_in_format(logicalBaseFormat); - GLint img, row; - GLubyte *tempImage, *dst; - - ASSERT(dims >= 1 && dims <= 3); - - ASSERT(logicalBaseFormat == GL_RGBA || - logicalBaseFormat == GL_RGB || - logicalBaseFormat == GL_RG || - logicalBaseFormat == GL_RED || - logicalBaseFormat == GL_LUMINANCE_ALPHA || - logicalBaseFormat == GL_LUMINANCE || - logicalBaseFormat == GL_ALPHA || - logicalBaseFormat == GL_INTENSITY); - - ASSERT(textureBaseFormat == GL_RGBA || - textureBaseFormat == GL_RGB || - textureBaseFormat == GL_RG || - textureBaseFormat == GL_RED || - textureBaseFormat == GL_LUMINANCE_ALPHA || - textureBaseFormat == GL_LUMINANCE || - textureBaseFormat == GL_ALPHA || - textureBaseFormat == GL_INTENSITY); - - /* unpack and transfer the source image */ - tempImage = malloc(srcWidth * srcHeight * srcDepth - * components * sizeof(GLubyte)); - if (!tempImage) { - return NULL; - } - - dst = tempImage; - for (img = 0; img < srcDepth; img++) { - const GLint srcStride = - _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType); - const GLubyte *src = - (const GLubyte *) _mesa_image_address(dims, srcPacking, srcAddr, - srcWidth, srcHeight, - srcFormat, srcType, - img, 0, 0); - for (row = 0; row < srcHeight; row++) { - _mesa_unpack_color_span_ubyte(ctx, srcWidth, logicalBaseFormat, dst, - srcFormat, srcType, src, srcPacking, - transferOps); - dst += srcWidth * components; - src += srcStride; - } - } - - if (logicalBaseFormat != textureBaseFormat) { - /* one more conversion step */ - GLint texComponents = _mesa_components_in_format(textureBaseFormat); - GLint logComponents = _mesa_components_in_format(logicalBaseFormat); - GLubyte *newImage; - GLint i, n; - GLubyte map[6]; - - /* we only promote up to RGB, RGBA and LUMINANCE_ALPHA formats for now */ - ASSERT(textureBaseFormat == GL_RGB || textureBaseFormat == GL_RGBA || - textureBaseFormat == GL_LUMINANCE_ALPHA); - - /* The actual texture format should have at least as many components - * as the logical texture format. - */ - ASSERT(texComponents >= logComponents); - - newImage = malloc(srcWidth * srcHeight * srcDepth - * texComponents * sizeof(GLubyte)); - if (!newImage) { - free(tempImage); - return NULL; - } - - compute_component_mapping(logicalBaseFormat, textureBaseFormat, map); - - n = srcWidth * srcHeight * srcDepth; - for (i = 0; i < n; i++) { - GLint k; - for (k = 0; k < texComponents; k++) { - GLint j = map[k]; - if (j == ZERO) - newImage[i * texComponents + k] = 0; - else if (j == ONE) - newImage[i * texComponents + k] = 255; - else - newImage[i * texComponents + k] = tempImage[i * logComponents + j]; - } - } - - free(tempImage); - tempImage = newImage; - } - - return tempImage; -} - - static const GLubyte map_identity[6] = { 0, 1, 2, 3, ZERO, ONE }; static const GLubyte map_3210[6] = { 3, 2, 1, 0, ZERO, ONE }; static const GLubyte map_1032[6] = { 1, 0, 3, 2, ZERO, ONE }; @@ -715,46 +145,6 @@ memcpy_texture(struct gl_context *ctx, } -/** - * General-case function for storing a color texture images with - * components that can be represented with ubytes. Example destination - * texture formats are MESA_FORMAT_ARGB888, ARGB4444, RGB565. - */ -static GLboolean -store_ubyte_texture(TEXSTORE_PARAMS) -{ - const GLint srcRowStride = srcWidth * 4 * sizeof(GLubyte); - GLubyte *tempImage, *src; - GLint img; - - tempImage = _mesa_make_temp_ubyte_image(ctx, dims, - baseInternalFormat, - GL_RGBA, - srcWidth, srcHeight, srcDepth, - srcFormat, srcType, srcAddr, - srcPacking); - if (!tempImage) - return GL_FALSE; - - /* This way we will use the RGB versions of the packing functions and it - * will work for both RGB and sRGB textures*/ - dstFormat = _mesa_get_srgb_format_linear(dstFormat); - - src = tempImage; - for (img = 0; img < srcDepth; img++) { - _mesa_pack_ubyte_rgba_rect(dstFormat, srcWidth, srcHeight, - src, srcRowStride, - dstSlices[img], dstRowStride); - src += srcHeight * srcRowStride; - } - free(tempImage); - - return GL_TRUE; -} - - - - /** * Store a 32-bit integer or float depth component texture image. */ @@ -887,56 +277,6 @@ _mesa_texstore_z16(TEXSTORE_PARAMS) } -/** - * Store an rgb565 or rgb565_rev texture image. - */ -static GLboolean -_mesa_texstore_rgb565(TEXSTORE_PARAMS) -{ - ASSERT(dstFormat == MESA_FORMAT_B5G6R5_UNORM || - dstFormat == MESA_FORMAT_R5G6B5_UNORM); - ASSERT(_mesa_get_format_bytes(dstFormat) == 2); - - if (!ctx->_ImageTransferState && - !srcPacking->SwapBytes && - baseInternalFormat == GL_RGB && - srcFormat == GL_RGB && - srcType == GL_UNSIGNED_BYTE && - dims == 2) { - /* do optimized tex store */ - const GLint srcRowStride = - _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType); - const GLubyte *src = (const GLubyte *) - _mesa_image_address(dims, srcPacking, srcAddr, srcWidth, srcHeight, - srcFormat, srcType, 0, 0, 0); - GLubyte *dst = dstSlices[0]; - GLint row, col; - for (row = 0; row < srcHeight; row++) { - const GLubyte *srcUB = (const GLubyte *) src; - GLushort *dstUS = (GLushort *) dst; - /* check for byteswapped format */ - if (dstFormat == MESA_FORMAT_B5G6R5_UNORM) { - for (col = 0; col < srcWidth; col++) { - dstUS[col] = PACK_COLOR_565( srcUB[0], srcUB[1], srcUB[2] ); - srcUB += 3; - } - } - else { - for (col = 0; col < srcWidth; col++) { - dstUS[col] = PACK_COLOR_565_REV( srcUB[0], srcUB[1], srcUB[2] ); - srcUB += 3; - } - } - dst += dstRowStride; - src += srcRowStride; - } - return GL_TRUE; - } else { - return GL_FALSE; - } -} - - /** * Texstore for _mesa_texformat_ycbcr or _mesa_texformat_ycbcr_REV. */ @@ -1244,119 +584,6 @@ _mesa_texstore_z32f_x24s8(TEXSTORE_PARAMS) return GL_TRUE; } -static GLboolean -_mesa_texstore_argb2101010_uint(TEXSTORE_PARAMS) -{ - const GLenum baseFormat = _mesa_get_format_base_format(dstFormat); - - ASSERT(dstFormat == MESA_FORMAT_B10G10R10A2_UINT); - ASSERT(_mesa_get_format_bytes(dstFormat) == 4); - - { - /* general path */ - const GLuint *tempImage = make_temp_uint_image(ctx, dims, - baseInternalFormat, - baseFormat, - srcWidth, srcHeight, - srcDepth, srcFormat, - srcType, srcAddr, - srcPacking); - const GLuint *src = tempImage; - GLint img, row, col; - GLboolean is_unsigned = _mesa_is_type_unsigned(srcType); - if (!tempImage) - return GL_FALSE; - for (img = 0; img < srcDepth; img++) { - GLubyte *dstRow = dstSlices[img]; - - for (row = 0; row < srcHeight; row++) { - GLuint *dstUI = (GLuint *) dstRow; - if (is_unsigned) { - for (col = 0; col < srcWidth; col++) { - GLushort a,r,g,b; - r = MIN2(src[RCOMP], 0x3ff); - g = MIN2(src[GCOMP], 0x3ff); - b = MIN2(src[BCOMP], 0x3ff); - a = MIN2(src[ACOMP], 0x003); - dstUI[col] = (a << 30) | (r << 20) | (g << 10) | (b); - src += 4; - } - } else { - for (col = 0; col < srcWidth; col++) { - GLushort a,r,g,b; - r = CLAMP((GLint) src[RCOMP], 0, 0x3ff); - g = CLAMP((GLint) src[GCOMP], 0, 0x3ff); - b = CLAMP((GLint) src[BCOMP], 0, 0x3ff); - a = CLAMP((GLint) src[ACOMP], 0, 0x003); - dstUI[col] = (a << 30) | (r << 20) | (g << 10) | (b); - src += 4; - } - } - dstRow += dstRowStride; - } - } - free((void *) tempImage); - } - return GL_TRUE; -} - -static GLboolean -_mesa_texstore_abgr2101010_uint(TEXSTORE_PARAMS) -{ - const GLenum baseFormat = _mesa_get_format_base_format(dstFormat); - - ASSERT(dstFormat == MESA_FORMAT_R10G10B10A2_UINT); - ASSERT(_mesa_get_format_bytes(dstFormat) == 4); - - { - /* general path */ - const GLuint *tempImage = make_temp_uint_image(ctx, dims, - baseInternalFormat, - baseFormat, - srcWidth, srcHeight, - srcDepth, srcFormat, - srcType, srcAddr, - srcPacking); - const GLuint *src = tempImage; - GLint img, row, col; - GLboolean is_unsigned = _mesa_is_type_unsigned(srcType); - if (!tempImage) - return GL_FALSE; - for (img = 0; img < srcDepth; img++) { - GLubyte *dstRow = dstSlices[img]; - - for (row = 0; row < srcHeight; row++) { - GLuint *dstUI = (GLuint *) dstRow; - if (is_unsigned) { - for (col = 0; col < srcWidth; col++) { - GLushort a,r,g,b; - r = MIN2(src[RCOMP], 0x3ff); - g = MIN2(src[GCOMP], 0x3ff); - b = MIN2(src[BCOMP], 0x3ff); - a = MIN2(src[ACOMP], 0x003); - dstUI[col] = (a << 30) | (b << 20) | (g << 10) | (r); - src += 4; - } - } else { - for (col = 0; col < srcWidth; col++) { - GLushort a,r,g,b; - r = CLAMP((GLint) src[RCOMP], 0, 0x3ff); - g = CLAMP((GLint) src[GCOMP], 0, 0x3ff); - b = CLAMP((GLint) src[BCOMP], 0, 0x3ff); - a = CLAMP((GLint) src[ACOMP], 0, 0x003); - dstUI[col] = (a << 30) | (b << 20) | (g << 10) | (r); - src += 4; - } - } - dstRow += dstRowStride; - } - } - free((void *) tempImage); - } - return GL_TRUE; -} - - static GLboolean texstore_depth_stencil(TEXSTORE_PARAMS) { @@ -1446,329 +673,149 @@ texstore_compressed(TEXSTORE_PARAMS) srcFormat, srcType, srcAddr, srcPacking); } -static void -invert_swizzle(uint8_t dst[4], const uint8_t src[4]) -{ - int i, j; - - dst[0] = MESA_FORMAT_SWIZZLE_NONE; - dst[1] = MESA_FORMAT_SWIZZLE_NONE; - dst[2] = MESA_FORMAT_SWIZZLE_NONE; - dst[3] = MESA_FORMAT_SWIZZLE_NONE; - - for (i = 0; i < 4; ++i) - for (j = 0; j < 4; ++j) - if (src[j] == i && dst[i] == MESA_FORMAT_SWIZZLE_NONE) - dst[i] = j; -} - -/** Store a texture by per-channel conversions and swizzling. - * - * This function attempts to perform a texstore operation by doing simple - * per-channel conversions and swizzling. This covers a huge chunk of the - * texture storage operations that anyone cares about. If this function is - * incapable of performing the operation, it bails and returns GL_FALSE. - */ static GLboolean -texstore_swizzle(TEXSTORE_PARAMS) +texstore_rgba(TEXSTORE_PARAMS) { - const GLint srcRowStride = _mesa_image_row_stride(srcPacking, srcWidth, - srcFormat, srcType); - const GLint srcImageStride = _mesa_image_image_stride(srcPacking, - srcWidth, srcHeight, srcFormat, srcType); - const GLubyte *srcImage = (const GLubyte *) _mesa_image_address(dims, - srcPacking, srcAddr, srcWidth, srcHeight, srcFormat, srcType, 0, 0, 0); - const int src_components = _mesa_components_in_format(srcFormat); - - GLubyte swizzle[4], rgba2base[6], base2src[6], rgba2dst[4], dst2rgba[4]; - const GLubyte *swap; - GLenum dst_type; - int dst_components; - bool is_array, normalized, need_swap; - GLint i, img, row; - const GLubyte *src_row; - GLubyte *dst_row; - - is_array = _mesa_format_to_array(dstFormat, &dst_type, &dst_components, - rgba2dst, &normalized); - - if (!is_array) - return GL_FALSE; - - if (srcFormat == GL_COLOR_INDEX) - return GL_FALSE; - - if (_mesa_texstore_needs_transfer_ops(ctx, baseInternalFormat, dstFormat)) - return GL_FALSE; - - switch (srcType) { - case GL_FLOAT: - case GL_UNSIGNED_BYTE: - case GL_BYTE: - case GL_UNSIGNED_SHORT: - case GL_SHORT: - case GL_UNSIGNED_INT: - case GL_INT: - /* If wa have to swap bytes in a multi-byte datatype, that means - * we're not doing an array conversion anymore */ - if (srcPacking->SwapBytes) - return GL_FALSE; - need_swap = false; - break; - case GL_UNSIGNED_INT_8_8_8_8: - need_swap = srcPacking->SwapBytes; - if (_mesa_little_endian()) - need_swap = !need_swap; - srcType = GL_UNSIGNED_BYTE; - break; - case GL_UNSIGNED_INT_8_8_8_8_REV: - need_swap = srcPacking->SwapBytes; - if (!_mesa_little_endian()) - need_swap = !need_swap; - srcType = GL_UNSIGNED_BYTE; - break; - default: - return GL_FALSE; + void *tempImage = NULL, *tempRGBA = NULL; + int srcRowStride, img; + GLubyte *src, *dst; + uint32_t srcMesaFormat; + uint8_t rebaseSwizzle[4]; + bool needRebase; + bool transferOpsDone = false; + + /* We have to handle MESA_FORMAT_YCBCR manually because it is a special case + * and _mesa_format_convert does not support it. In this case the we only + * allow conversions between YCBCR formats and it is mostly a memcpy. + */ + if (dstFormat == MESA_FORMAT_YCBCR || dstFormat == MESA_FORMAT_YCBCR_REV) { + return _mesa_texstore_ycbcr(ctx, dims, baseInternalFormat, + dstFormat, dstRowStride, dstSlices, + srcWidth, srcHeight, srcDepth, + srcFormat, srcType, srcAddr, + srcPacking); } - swap = need_swap ? map_3210 : map_identity; - - compute_component_mapping(srcFormat, baseInternalFormat, base2src); - compute_component_mapping(baseInternalFormat, GL_RGBA, rgba2base); - invert_swizzle(dst2rgba, rgba2dst); - for (i = 0; i < 4; i++) { - if (dst2rgba[i] == MESA_FORMAT_SWIZZLE_NONE) - swizzle[i] = MESA_FORMAT_SWIZZLE_NONE; - else - swizzle[i] = swap[base2src[rgba2base[dst2rgba[i]]]]; - } + /* We have to deal with GL_COLOR_INDEX manually because + * _mesa_format_convert does not handle this format. So what we do here is + * convert it to RGBA ubyte first and then convert from that to dst as usual. + */ + if (srcFormat == GL_COLOR_INDEX) { + /* Notice that this will already handle byte swapping if necessary */ + tempImage = + _mesa_unpack_color_index_to_rgba_ubyte(ctx, dims, + srcAddr, srcFormat, srcType, + srcWidth, srcHeight, srcDepth, + srcPacking, + ctx->_ImageTransferState); + if (!tempImage) + return GL_FALSE; - /* Is it normalized? */ - normalized |= !_mesa_is_enum_format_integer(srcFormat); + /* _mesa_unpack_color_index_to_rgba_ubyte has handled transferops + * if needed. + */ + transferOpsDone = true; - for (img = 0; img < srcDepth; img++) { - if (dstRowStride == srcWidth * dst_components && - srcRowStride == srcWidth * src_components) { - _mesa_swizzle_and_convert(dstSlices[img], dst_type, dst_components, - srcImage, srcType, src_components, - swizzle, normalized, srcWidth * srcHeight); - } else { - src_row = srcImage; - dst_row = dstSlices[img]; - for (row = 0; row < srcHeight; row++) { - _mesa_swizzle_and_convert(dst_row, dst_type, dst_components, - src_row, srcType, src_components, - swizzle, normalized, srcWidth); - dst_row += dstRowStride; - src_row += srcRowStride; - } + /* Now we only have to adjust our src info for a conversion from + * the RGBA ubyte and then we continue as usual. + */ + srcAddr = tempImage; + srcFormat = GL_RGBA; + srcType = GL_UNSIGNED_BYTE; + } else if (srcPacking->SwapBytes) { + /* We have to handle byte-swapping scenarios before calling + * _mesa_format_convert + */ + GLint swapSize = _mesa_sizeof_packed_type(srcType); + if (swapSize == 2 || swapSize == 4) { + int bytesPerPixel = _mesa_bytes_per_pixel(srcFormat, srcType); + int swapsPerPixel = bytesPerPixel / swapSize; + int elementCount = srcWidth * srcHeight * srcDepth; + assert(bytesPerPixel % swapSize == 0); + tempImage = malloc(elementCount * bytesPerPixel); + if (!tempImage) + return GL_FALSE; + if (swapSize == 2) + _mesa_swap2_copy(tempImage, (GLushort *) srcAddr, + elementCount * swapsPerPixel); + else + _mesa_swap4_copy(tempImage, (GLuint *) srcAddr, + elementCount * swapsPerPixel); + srcAddr = tempImage; } - srcImage += srcImageStride; } - return GL_TRUE; -} - - -/** Stores a texture by converting float and then to the texture format - * - * This function performs a texstore operation by converting to float, - * applying pixel transfer ops, and then converting to the texture's - * internal format using pixel store functions. This function will work - * for any rgb or srgb textore format. - */ -static GLboolean -texstore_via_float(TEXSTORE_PARAMS) -{ - GLuint i, img, row; - const GLint src_stride = + srcRowStride = _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType); - float *tmp_row; - bool need_convert; - uint8_t *src_row, *dst_row, map[4], rgba2base[6], base2rgba[6]; - - tmp_row = malloc(srcWidth * 4 * sizeof(*tmp_row)); - if (!tmp_row) - return GL_FALSE; - /* The GL spec (4.0, compatibility profile) only specifies srgb - * conversion as something that is done in the sampler during the - * filtering process before the colors are handed to the shader. - * Furthermore, the flowchart (Figure 3.7 in the 4.0 compatibility spec) - * does not list RGB <-> sRGB conversions anywhere. Therefore, we just - * treat sRGB formats the same as RGB formats for the purposes of - * texture upload and transfer ops. - */ + srcMesaFormat = _mesa_format_from_format_and_type(srcFormat, srcType); dstFormat = _mesa_get_srgb_format_linear(dstFormat); - need_convert = false; - if (baseInternalFormat != _mesa_get_format_base_format(dstFormat)) { - compute_component_mapping(GL_RGBA, baseInternalFormat, base2rgba); - compute_component_mapping(baseInternalFormat, GL_RGBA, rgba2base); - for (i = 0; i < 4; ++i) { - map[i] = base2rgba[rgba2base[i]]; - if (map[i] != i) - need_convert = true; + /* If we have transferOps then we need to convert to RGBA float first, + then apply transferOps, then do the conversion to dst + */ + if (!transferOpsDone && + _mesa_texstore_needs_transfer_ops(ctx, baseInternalFormat, dstFormat)) { + /* Allocate RGBA float image */ + int elementCount = srcWidth * srcHeight * srcDepth; + tempRGBA = malloc(4 * elementCount * sizeof(float)); + if (!tempRGBA) { + free(tempImage); + free(tempRGBA); + return GL_FALSE; } - } - for (img = 0; img < srcDepth; img++) { - dst_row = dstSlices[img]; - src_row = _mesa_image_address(dims, srcPacking, srcAddr, - srcWidth, srcHeight, - srcFormat, srcType, - img, 0, 0); - for (row = 0; row < srcHeight; row++) { - _mesa_unpack_color_span_float(ctx, srcWidth, GL_RGBA, tmp_row, - srcFormat, srcType, src_row, - srcPacking, ctx->_ImageTransferState); - if (need_convert) - _mesa_swizzle_and_convert(tmp_row, GL_FLOAT, 4, - tmp_row, GL_FLOAT, 4, - map, false, srcWidth); - _mesa_pack_float_rgba_row(dstFormat, srcWidth, - (const GLfloat (*)[4])tmp_row, - dst_row); - dst_row += dstRowStride; - src_row += src_stride; + /* Convert from src to RGBA float */ + src = (GLubyte *) srcAddr; + dst = (GLubyte *) tempRGBA; + for (img = 0; img < srcDepth; img++) { + _mesa_format_convert(dst, RGBA32_FLOAT, 4 * srcWidth * sizeof(float), + src, srcMesaFormat, srcRowStride, + srcWidth, srcHeight, NULL); + src += srcHeight * srcRowStride; + dst += srcHeight * 4 * srcWidth * sizeof(float); } - } - free(tmp_row); - - return GL_TRUE; -} + /* Apply transferOps */ + _mesa_apply_rgba_transfer_ops(ctx, ctx->_ImageTransferState, elementCount, + (float(*)[4]) tempRGBA); -/** Stores an integer rgba texture - * - * This function performs an integer texture storage operation by unpacking - * the texture to 32-bit integers, and repacking it into the internal - * format of the texture. This will work for any integer rgb texture - * storage operation. - */ -static GLboolean -texstore_rgba_integer(TEXSTORE_PARAMS) -{ - GLuint i, img, row, *tmp_row; - GLenum dst_type, tmp_type; - const GLint src_stride = - _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType); - int num_dst_components; - bool is_array, normalized; - uint8_t *src_row, *dst_row; - uint8_t swizzle[4], rgba2base[6], base2rgba[6], rgba2dst[4], dst2rgba[4]; - - tmp_row = malloc(srcWidth * 4 * sizeof(*tmp_row)); - if (!tmp_row) - return GL_FALSE; - - is_array = _mesa_format_to_array(dstFormat, &dst_type, &num_dst_components, - rgba2dst, &normalized); - - assert(is_array && !normalized); - - if (!is_array) { - free(tmp_row); - return GL_FALSE; + /* Now we have to adjust our src info for a conversion from + * the RGBA float image and then we continue as usual. + */ + srcAddr = tempRGBA; + srcFormat = GL_RGBA; + srcType = GL_FLOAT; + srcRowStride = srcWidth * 4 * sizeof(float); + srcMesaFormat = RGBA32_FLOAT; } - invert_swizzle(dst2rgba, rgba2dst); - compute_component_mapping(GL_RGBA, baseInternalFormat, base2rgba); - compute_component_mapping(baseInternalFormat, GL_RGBA, rgba2base); - - for (i = 0; i < 4; ++i) { - if (dst2rgba[i] == MESA_FORMAT_SWIZZLE_NONE) - swizzle[i] = MESA_FORMAT_SWIZZLE_NONE; - else - swizzle[i] = base2rgba[rgba2base[dst2rgba[i]]]; - } + src = (GLubyte *) + _mesa_image_address(dims, srcPacking, srcAddr, srcWidth, srcHeight, + srcFormat, srcType, 0, 0, 0); - if (_mesa_is_type_unsigned(srcType)) { - tmp_type = GL_UNSIGNED_INT; + if (_mesa_get_format_base_format(dstFormat) != baseInternalFormat) { + needRebase = + _mesa_compute_rgba2base2rgba_component_mapping(baseInternalFormat, + rebaseSwizzle); } else { - tmp_type = GL_INT; + needRebase = false; } for (img = 0; img < srcDepth; img++) { - dst_row = dstSlices[img]; - src_row = _mesa_image_address(dims, srcPacking, srcAddr, - srcWidth, srcHeight, - srcFormat, srcType, - img, 0, 0); - for (row = 0; row < srcHeight; row++) { - _mesa_unpack_color_span_uint(ctx, srcWidth, GL_RGBA, tmp_row, - srcFormat, srcType, src_row, srcPacking); - _mesa_swizzle_and_convert(dst_row, dst_type, num_dst_components, - tmp_row, tmp_type, 4, - swizzle, false, srcWidth); - dst_row += dstRowStride; - src_row += src_stride; - } + _mesa_format_convert(dstSlices[img], dstFormat, dstRowStride, + src, srcMesaFormat, srcRowStride, + srcWidth, srcHeight, + needRebase ? rebaseSwizzle : NULL); + src += srcHeight * srcRowStride; } - free(tmp_row); + free(tempImage); + free(tempRGBA); return GL_TRUE; } -static GLboolean -texstore_rgba(TEXSTORE_PARAMS) -{ - static StoreTexImageFunc table[MESA_FORMAT_COUNT]; - static GLboolean initialized = GL_FALSE; - - if (!initialized) { - memset(table, 0, sizeof table); - - table[MESA_FORMAT_B5G6R5_UNORM] = _mesa_texstore_rgb565; - table[MESA_FORMAT_R5G6B5_UNORM] = _mesa_texstore_rgb565; - table[MESA_FORMAT_YCBCR] = _mesa_texstore_ycbcr; - table[MESA_FORMAT_YCBCR_REV] = _mesa_texstore_ycbcr; - - table[MESA_FORMAT_B10G10R10A2_UINT] = _mesa_texstore_argb2101010_uint; - table[MESA_FORMAT_R10G10B10A2_UINT] = _mesa_texstore_abgr2101010_uint; - - initialized = GL_TRUE; - } - - if (table[dstFormat] && table[dstFormat](ctx, dims, baseInternalFormat, - dstFormat, dstRowStride, dstSlices, - srcWidth, srcHeight, srcDepth, - srcFormat, srcType, srcAddr, - srcPacking)) { - return GL_TRUE; - } - - if (texstore_swizzle(ctx, dims, baseInternalFormat, - dstFormat, - dstRowStride, dstSlices, - srcWidth, srcHeight, srcDepth, - srcFormat, srcType, srcAddr, srcPacking)) { - return GL_TRUE; - } - - if (_mesa_is_format_integer(dstFormat)) { - return texstore_rgba_integer(ctx, dims, baseInternalFormat, - dstFormat, dstRowStride, dstSlices, - srcWidth, srcHeight, srcDepth, - srcFormat, srcType, srcAddr, - srcPacking); - } else if (_mesa_get_format_max_bits(dstFormat) <= 8 && - !_mesa_is_format_signed(dstFormat)) { - return store_ubyte_texture(ctx, dims, baseInternalFormat, - dstFormat, - dstRowStride, dstSlices, - srcWidth, srcHeight, srcDepth, - srcFormat, srcType, srcAddr, srcPacking); - } else { - return texstore_via_float(ctx, dims, baseInternalFormat, - dstFormat, dstRowStride, dstSlices, - srcWidth, srcHeight, srcDepth, - srcFormat, srcType, srcAddr, - srcPacking); - } -} - GLboolean _mesa_texstore_needs_transfer_ops(struct gl_context *ctx, GLenum baseInternalFormat, diff --git a/mesalib/src/mesa/main/texstore.h b/mesalib/src/mesa/main/texstore.h index 4c41d1fcd..2c974f74a 100644 --- a/mesalib/src/mesa/main/texstore.h +++ b/mesalib/src/mesa/main/texstore.h @@ -81,25 +81,6 @@ _mesa_texstore_can_use_memcpy(struct gl_context *ctx, const struct gl_pixelstore_attrib *srcPacking); -extern GLubyte * -_mesa_make_temp_ubyte_image(struct gl_context *ctx, GLuint dims, - GLenum logicalBaseFormat, - GLenum textureBaseFormat, - GLint srcWidth, GLint srcHeight, GLint srcDepth, - GLenum srcFormat, GLenum srcType, - const GLvoid *srcAddr, - const struct gl_pixelstore_attrib *srcPacking); - -GLfloat * -_mesa_make_temp_float_image(struct gl_context *ctx, GLuint dims, - GLenum logicalBaseFormat, - GLenum textureBaseFormat, - GLint srcWidth, GLint srcHeight, GLint srcDepth, - GLenum srcFormat, GLenum srcType, - const GLvoid *srcAddr, - const struct gl_pixelstore_attrib *srcPacking, - GLbitfield transferOps); - extern void _mesa_store_teximage(struct gl_context *ctx, GLuint dims, diff --git a/mesalib/src/mesa/main/textureview.c b/mesalib/src/mesa/main/textureview.c index 6e86a9a44..cd87a27d2 100644 --- a/mesalib/src/mesa/main/textureview.c +++ b/mesalib/src/mesa/main/textureview.c @@ -355,7 +355,7 @@ _mesa_set_texture_view_state(struct gl_context *ctx, struct gl_texture_image *texImage; /* Get a reference to what will become this View's base level */ - texImage = _mesa_select_tex_image(ctx, texObj, target, 0); + texImage = _mesa_select_tex_image(texObj, target, 0); /* When an immutable texture is created via glTexStorage or glTexImageMultisample, * TEXTURE_IMMUTABLE_FORMAT becomes TRUE. @@ -527,8 +527,7 @@ _mesa_TextureView(GLuint texture, GLenum target, GLuint origtexture, faceTarget = GL_TEXTURE_CUBE_MAP_POSITIVE_X + minlayer; /* Get a reference to what will become this View's base level */ - origTexImage = _mesa_select_tex_image(ctx, origTexObj, - faceTarget, minlevel); + origTexImage = _mesa_select_tex_image(origTexObj, faceTarget, minlevel); width = origTexImage->Width; height = origTexImage->Height; depth = origTexImage->Depth; diff --git a/mesalib/src/mesa/main/uniform_query.cpp b/mesalib/src/mesa/main/uniform_query.cpp index 32870d0c4..40327fba4 100644 --- a/mesalib/src/mesa/main/uniform_query.cpp +++ b/mesalib/src/mesa/main/uniform_query.cpp @@ -45,9 +45,14 @@ _mesa_GetActiveUniform(GLuint program, GLuint index, GLenum *type, GLcharARB *nameOut) { GET_CURRENT_CONTEXT(ctx); - struct gl_shader_program *shProg = - _mesa_lookup_shader_program_err(ctx, program, "glGetActiveUniform"); + struct gl_shader_program *shProg; + + if (maxLength < 0) { + _mesa_error(ctx, GL_INVALID_VALUE, "glGetActiveUniform(maxLength < 0)"); + return; + } + shProg = _mesa_lookup_shader_program_err(ctx, program, "glGetActiveUniform"); if (!shProg) return; @@ -85,16 +90,16 @@ _mesa_GetActiveUniformsiv(GLuint program, struct gl_shader_program *shProg; GLsizei i; - shProg = _mesa_lookup_shader_program_err(ctx, program, "glGetActiveUniform"); - if (!shProg) - return; - if (uniformCount < 0) { _mesa_error(ctx, GL_INVALID_VALUE, "glGetActiveUniformsiv(uniformCount < 0)"); return; } + shProg = _mesa_lookup_shader_program_err(ctx, program, "glGetActiveUniform"); + if (!shProg) + return; + for (i = 0; i < uniformCount; i++) { GLuint index = uniformIndices[i]; @@ -464,6 +469,9 @@ log_uniform(const void *values, enum glsl_base_type basicType, case GLSL_TYPE_FLOAT: printf("%g ", v[i].f); break; + case GLSL_TYPE_DOUBLE: + printf("%g ", *(double* )&v[i * 2].f); + break; default: assert(!"Should not get here."); break; @@ -524,11 +532,12 @@ _mesa_propagate_uniforms_to_driver_storage(struct gl_uniform_storage *uni, */ const unsigned components = MAX2(1, uni->type->vector_elements); const unsigned vectors = MAX2(1, uni->type->matrix_columns); + const int dmul = uni->type->base_type == GLSL_TYPE_DOUBLE ? 2 : 1; /* Store the data in the driver's requested type in the driver's storage * areas. */ - unsigned src_vector_byte_stride = components * 4; + unsigned src_vector_byte_stride = components * 4 * dmul; for (i = 0; i < uni->num_driver_storage; i++) { struct gl_uniform_driver_storage *const store = &uni->driver_storage[i]; @@ -536,7 +545,7 @@ _mesa_propagate_uniforms_to_driver_storage(struct gl_uniform_storage *uni, const unsigned extra_stride = store->element_stride - (vectors * store->vector_stride); const uint8_t *src = - (uint8_t *) (&uni->storage[array_index * (components * vectors)].i); + (uint8_t *) (&uni->storage[array_index * (dmul * components * vectors)].i); #if 0 printf("%s: %p[%d] components=%u vectors=%u count=%u vector_stride=%u " @@ -603,6 +612,7 @@ _mesa_uniform(struct gl_context *ctx, struct gl_shader_program *shProg, unsigned src_components) { unsigned offset; + int size_mul = basicType == GLSL_TYPE_DOUBLE ? 2 : 1; struct gl_uniform_storage *const uni = validate_uniform_parameters(ctx, shProg, location, count, @@ -618,7 +628,7 @@ _mesa_uniform(struct gl_context *ctx, struct gl_shader_program *shProg, bool match; switch (uni->type->base_type) { case GLSL_TYPE_BOOL: - match = true; + match = (basicType != GLSL_TYPE_DOUBLE); break; case GLSL_TYPE_SAMPLER: case GLSL_TYPE_IMAGE: @@ -705,8 +715,8 @@ _mesa_uniform(struct gl_context *ctx, struct gl_shader_program *shProg, /* Store the data in the "actual type" backing storage for the uniform. */ if (!uni->type->is_boolean()) { - memcpy(&uni->storage[components * offset], values, - sizeof(uni->storage[0]) * components * count); + memcpy(&uni->storage[size_mul * components * offset], values, + sizeof(uni->storage[0]) * components * count * size_mul); } else { const union gl_constant_value *src = (const union gl_constant_value *) values; @@ -803,13 +813,14 @@ extern "C" void _mesa_uniform_matrix(struct gl_context *ctx, struct gl_shader_program *shProg, GLuint cols, GLuint rows, GLint location, GLsizei count, - GLboolean transpose, const GLfloat *values) + GLboolean transpose, + const GLvoid *values, GLenum type) { unsigned offset; unsigned vectors; unsigned components; unsigned elements; - + int size_mul; struct gl_uniform_storage *const uni = validate_uniform_parameters(ctx, shProg, location, count, &offset, "glUniformMatrix"); @@ -822,6 +833,9 @@ _mesa_uniform_matrix(struct gl_context *ctx, struct gl_shader_program *shProg, return; } + assert(type == GL_FLOAT || type == GL_DOUBLE); + size_mul = type == GL_DOUBLE ? 2 : 1; + assert(!uni->type->is_sampler()); vectors = uni->type->matrix_columns; components = uni->type->vector_elements; @@ -847,7 +861,7 @@ _mesa_uniform_matrix(struct gl_context *ctx, struct gl_shader_program *shProg, } if (unlikely(ctx->_Shader->Flags & GLSL_UNIFORMS)) { - log_uniform(values, GLSL_TYPE_FLOAT, components, vectors, count, + log_uniform(values, uni->type->base_type, components, vectors, count, bool(transpose), shProg, location, uni); } @@ -874,13 +888,28 @@ _mesa_uniform_matrix(struct gl_context *ctx, struct gl_shader_program *shProg, if (!transpose) { memcpy(&uni->storage[elements * offset], values, - sizeof(uni->storage[0]) * elements * count); - } else { + sizeof(uni->storage[0]) * elements * count * size_mul); + } else if (type == GL_FLOAT) { /* Copy and transpose the matrix. */ - const float *src = values; + const float *src = (const float *)values; float *dst = &uni->storage[elements * offset].f; + for (int i = 0; i < count; i++) { + for (unsigned r = 0; r < rows; r++) { + for (unsigned c = 0; c < cols; c++) { + dst[(c * components) + r] = src[c + (r * vectors)]; + } + } + + dst += elements; + src += elements; + } + } else { + assert(type == GL_DOUBLE); + const double *src = (const double *)values; + double *dst = (double *)&uni->storage[elements * offset].f; + for (int i = 0; i < count; i++) { for (unsigned r = 0; r < rows; r++) { for (unsigned c = 0; c < cols; c++) { diff --git a/mesalib/src/mesa/main/uniforms.c b/mesalib/src/mesa/main/uniforms.c index d2d70e7f7..e471b878c 100644 --- a/mesalib/src/mesa/main/uniforms.c +++ b/mesalib/src/mesa/main/uniforms.c @@ -553,7 +553,7 @@ _mesa_UniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, { GET_CURRENT_CONTEXT(ctx); _mesa_uniform_matrix(ctx, ctx->_Shader->ActiveProgram, - 2, 2, location, count, transpose, value); + 2, 2, location, count, transpose, value, GL_FLOAT); } void GLAPIENTRY @@ -562,7 +562,7 @@ _mesa_UniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, { GET_CURRENT_CONTEXT(ctx); _mesa_uniform_matrix(ctx, ctx->_Shader->ActiveProgram, - 3, 3, location, count, transpose, value); + 3, 3, location, count, transpose, value, GL_FLOAT); } void GLAPIENTRY @@ -571,7 +571,7 @@ _mesa_UniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, { GET_CURRENT_CONTEXT(ctx); _mesa_uniform_matrix(ctx, ctx->_Shader->ActiveProgram, - 4, 4, location, count, transpose, value); + 4, 4, location, count, transpose, value, GL_FLOAT); } /** Same as above with direct state access **/ @@ -683,7 +683,7 @@ _mesa_ProgramUniformMatrix2fv(GLuint program, GLint location, GLsizei count, struct gl_shader_program *shProg = _mesa_lookup_shader_program_err(ctx, program, "glProgramUniformMatrix2fv"); - _mesa_uniform_matrix(ctx, shProg, 2, 2, location, count, transpose, value); + _mesa_uniform_matrix(ctx, shProg, 2, 2, location, count, transpose, value, GL_FLOAT); } void GLAPIENTRY @@ -694,7 +694,7 @@ _mesa_ProgramUniformMatrix3fv(GLuint program, GLint location, GLsizei count, struct gl_shader_program *shProg = _mesa_lookup_shader_program_err(ctx, program, "glProgramUniformMatrix3fv"); - _mesa_uniform_matrix(ctx, shProg, 3, 3, location, count, transpose, value); + _mesa_uniform_matrix(ctx, shProg, 3, 3, location, count, transpose, value, GL_FLOAT); } void GLAPIENTRY @@ -705,7 +705,7 @@ _mesa_ProgramUniformMatrix4fv(GLuint program, GLint location, GLsizei count, struct gl_shader_program *shProg = _mesa_lookup_shader_program_err(ctx, program, "glProgramUniformMatrix4fv"); - _mesa_uniform_matrix(ctx, shProg, 4, 4, location, count, transpose, value); + _mesa_uniform_matrix(ctx, shProg, 4, 4, location, count, transpose, value, GL_FLOAT); } @@ -718,7 +718,7 @@ _mesa_UniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose, { GET_CURRENT_CONTEXT(ctx); _mesa_uniform_matrix(ctx, ctx->_Shader->ActiveProgram, - 2, 3, location, count, transpose, value); + 2, 3, location, count, transpose, value, GL_FLOAT); } void GLAPIENTRY @@ -727,7 +727,7 @@ _mesa_UniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose, { GET_CURRENT_CONTEXT(ctx); _mesa_uniform_matrix(ctx, ctx->_Shader->ActiveProgram, - 3, 2, location, count, transpose, value); + 3, 2, location, count, transpose, value, GL_FLOAT); } void GLAPIENTRY @@ -736,7 +736,7 @@ _mesa_UniformMatrix2x4fv(GLint location, GLsizei count, GLboolean transpose, { GET_CURRENT_CONTEXT(ctx); _mesa_uniform_matrix(ctx, ctx->_Shader->ActiveProgram, - 2, 4, location, count, transpose, value); + 2, 4, location, count, transpose, value, GL_FLOAT); } void GLAPIENTRY @@ -745,7 +745,7 @@ _mesa_UniformMatrix4x2fv(GLint location, GLsizei count, GLboolean transpose, { GET_CURRENT_CONTEXT(ctx); _mesa_uniform_matrix(ctx, ctx->_Shader->ActiveProgram, - 4, 2, location, count, transpose, value); + 4, 2, location, count, transpose, value, GL_FLOAT); } void GLAPIENTRY @@ -754,7 +754,7 @@ _mesa_UniformMatrix3x4fv(GLint location, GLsizei count, GLboolean transpose, { GET_CURRENT_CONTEXT(ctx); _mesa_uniform_matrix(ctx, ctx->_Shader->ActiveProgram, - 3, 4, location, count, transpose, value); + 3, 4, location, count, transpose, value, GL_FLOAT); } void GLAPIENTRY @@ -763,7 +763,7 @@ _mesa_UniformMatrix4x3fv(GLint location, GLsizei count, GLboolean transpose, { GET_CURRENT_CONTEXT(ctx); _mesa_uniform_matrix(ctx, ctx->_Shader->ActiveProgram, - 4, 3, location, count, transpose, value); + 4, 3, location, count, transpose, value, GL_FLOAT); } /** Same as above with direct state access **/ @@ -776,7 +776,7 @@ _mesa_ProgramUniformMatrix2x3fv(GLuint program, GLint location, GLsizei count, struct gl_shader_program *shProg = _mesa_lookup_shader_program_err(ctx, program, "glProgramUniformMatrix2x3fv"); - _mesa_uniform_matrix(ctx, shProg, 2, 3, location, count, transpose, value); + _mesa_uniform_matrix(ctx, shProg, 2, 3, location, count, transpose, value, GL_FLOAT); } void GLAPIENTRY @@ -787,7 +787,7 @@ _mesa_ProgramUniformMatrix3x2fv(GLuint program, GLint location, GLsizei count, struct gl_shader_program *shProg = _mesa_lookup_shader_program_err(ctx, program, "glProgramUniformMatrix3x2fv"); - _mesa_uniform_matrix(ctx, shProg, 3, 2, location, count, transpose, value); + _mesa_uniform_matrix(ctx, shProg, 3, 2, location, count, transpose, value, GL_FLOAT); } void GLAPIENTRY @@ -798,7 +798,7 @@ _mesa_ProgramUniformMatrix2x4fv(GLuint program, GLint location, GLsizei count, struct gl_shader_program *shProg = _mesa_lookup_shader_program_err(ctx, program, "glProgramUniformMatrix2x4fv"); - _mesa_uniform_matrix(ctx, shProg, 2, 4, location, count, transpose, value); + _mesa_uniform_matrix(ctx, shProg, 2, 4, location, count, transpose, value, GL_FLOAT); } void GLAPIENTRY @@ -809,7 +809,7 @@ _mesa_ProgramUniformMatrix4x2fv(GLuint program, GLint location, GLsizei count, struct gl_shader_program *shProg = _mesa_lookup_shader_program_err(ctx, program, "glProgramUniformMatrix4x2fv"); - _mesa_uniform_matrix(ctx, shProg, 4, 2, location, count, transpose, value); + _mesa_uniform_matrix(ctx, shProg, 4, 2, location, count, transpose, value, GL_FLOAT); } void GLAPIENTRY @@ -820,7 +820,7 @@ _mesa_ProgramUniformMatrix3x4fv(GLuint program, GLint location, GLsizei count, struct gl_shader_program *shProg = _mesa_lookup_shader_program_err(ctx, program, "glProgramUniformMatrix3x4fv"); - _mesa_uniform_matrix(ctx, shProg, 3, 4, location, count, transpose, value); + _mesa_uniform_matrix(ctx, shProg, 3, 4, location, count, transpose, value, GL_FLOAT); } void GLAPIENTRY @@ -831,7 +831,7 @@ _mesa_ProgramUniformMatrix4x3fv(GLuint program, GLint location, GLsizei count, struct gl_shader_program *shProg = _mesa_lookup_shader_program_err(ctx, program, "glProgramUniformMatrix4x3fv"); - _mesa_uniform_matrix(ctx, shProg, 4, 3, location, count, transpose, value); + _mesa_uniform_matrix(ctx, shProg, 4, 3, location, count, transpose, value, GL_FLOAT); } @@ -1338,3 +1338,347 @@ _mesa_GetActiveAtomicCounterBufferiv(GLuint program, GLuint bufferIndex, return; } } + +void GLAPIENTRY +_mesa_Uniform1d(GLint location, GLdouble v0) +{ + GET_CURRENT_CONTEXT(ctx); + _mesa_uniform(ctx, ctx->_Shader->ActiveProgram, location, 1, &v0, GLSL_TYPE_DOUBLE, 1); +} + +void GLAPIENTRY +_mesa_Uniform2d(GLint location, GLdouble v0, GLdouble v1) +{ + GET_CURRENT_CONTEXT(ctx); + GLdouble v[2]; + v[0] = v0; + v[1] = v1; + _mesa_uniform(ctx, ctx->_Shader->ActiveProgram, location, 1, v, GLSL_TYPE_DOUBLE, 2); +} + +void GLAPIENTRY +_mesa_Uniform3d(GLint location, GLdouble v0, GLdouble v1, GLdouble v2) +{ + GET_CURRENT_CONTEXT(ctx); + GLdouble v[3]; + v[0] = v0; + v[1] = v1; + v[2] = v2; + _mesa_uniform(ctx, ctx->_Shader->ActiveProgram, location, 1, v, GLSL_TYPE_DOUBLE, 3); +} + +void GLAPIENTRY +_mesa_Uniform4d(GLint location, GLdouble v0, GLdouble v1, GLdouble v2, + GLdouble v3) +{ + GET_CURRENT_CONTEXT(ctx); + GLdouble v[4]; + v[0] = v0; + v[1] = v1; + v[2] = v2; + v[3] = v3; + _mesa_uniform(ctx, ctx->_Shader->ActiveProgram, location, 1, v, GLSL_TYPE_DOUBLE, 4); +} + +void GLAPIENTRY +_mesa_Uniform1dv(GLint location, GLsizei count, const GLdouble * value) +{ + GET_CURRENT_CONTEXT(ctx); + _mesa_uniform(ctx, ctx->_Shader->ActiveProgram, location, count, value, GLSL_TYPE_DOUBLE, 1); +} + +void GLAPIENTRY +_mesa_Uniform2dv(GLint location, GLsizei count, const GLdouble * value) +{ + GET_CURRENT_CONTEXT(ctx); + _mesa_uniform(ctx, ctx->_Shader->ActiveProgram, location, count, value, GLSL_TYPE_DOUBLE, 2); +} + +void GLAPIENTRY +_mesa_Uniform3dv(GLint location, GLsizei count, const GLdouble * value) +{ + GET_CURRENT_CONTEXT(ctx); + _mesa_uniform(ctx, ctx->_Shader->ActiveProgram, location, count, value, GLSL_TYPE_DOUBLE, 3); +} + +void GLAPIENTRY +_mesa_Uniform4dv(GLint location, GLsizei count, const GLdouble * value) +{ + GET_CURRENT_CONTEXT(ctx); + _mesa_uniform(ctx, ctx->_Shader->ActiveProgram, location, count, value, GLSL_TYPE_DOUBLE, 4); +} + +void GLAPIENTRY +_mesa_UniformMatrix2dv(GLint location, GLsizei count, GLboolean transpose, + const GLdouble * value) +{ + GET_CURRENT_CONTEXT(ctx); + _mesa_uniform_matrix(ctx, ctx->_Shader->ActiveProgram, + 2, 2, location, count, transpose, value, GL_DOUBLE); +} + +void GLAPIENTRY +_mesa_UniformMatrix3dv(GLint location, GLsizei count, GLboolean transpose, + const GLdouble * value) +{ + GET_CURRENT_CONTEXT(ctx); + _mesa_uniform_matrix(ctx, ctx->_Shader->ActiveProgram, + 3, 3, location, count, transpose, value, GL_DOUBLE); +} + +void GLAPIENTRY +_mesa_UniformMatrix4dv(GLint location, GLsizei count, GLboolean transpose, + const GLdouble * value) +{ + GET_CURRENT_CONTEXT(ctx); + _mesa_uniform_matrix(ctx, ctx->_Shader->ActiveProgram, + 4, 4, location, count, transpose, value, GL_DOUBLE); +} + +void GLAPIENTRY +_mesa_UniformMatrix2x3dv(GLint location, GLsizei count, GLboolean transpose, + const GLdouble *value) +{ + GET_CURRENT_CONTEXT(ctx); + _mesa_uniform_matrix(ctx, ctx->_Shader->ActiveProgram, + 2, 3, location, count, transpose, value, GL_DOUBLE); +} + +void GLAPIENTRY +_mesa_UniformMatrix3x2dv(GLint location, GLsizei count, GLboolean transpose, + const GLdouble *value) +{ + GET_CURRENT_CONTEXT(ctx); + _mesa_uniform_matrix(ctx, ctx->_Shader->ActiveProgram, + 3, 2, location, count, transpose, value, GL_DOUBLE); +} + +void GLAPIENTRY +_mesa_UniformMatrix2x4dv(GLint location, GLsizei count, GLboolean transpose, + const GLdouble *value) +{ + GET_CURRENT_CONTEXT(ctx); + _mesa_uniform_matrix(ctx, ctx->_Shader->ActiveProgram, + 2, 4, location, count, transpose, value, GL_DOUBLE); +} + +void GLAPIENTRY +_mesa_UniformMatrix4x2dv(GLint location, GLsizei count, GLboolean transpose, + const GLdouble *value) +{ + GET_CURRENT_CONTEXT(ctx); + _mesa_uniform_matrix(ctx, ctx->_Shader->ActiveProgram, + 4, 2, location, count, transpose, value, GL_DOUBLE); +} + +void GLAPIENTRY +_mesa_UniformMatrix3x4dv(GLint location, GLsizei count, GLboolean transpose, + const GLdouble *value) +{ + GET_CURRENT_CONTEXT(ctx); + _mesa_uniform_matrix(ctx, ctx->_Shader->ActiveProgram, + 3, 4, location, count, transpose, value, GL_DOUBLE); +} + +void GLAPIENTRY +_mesa_UniformMatrix4x3dv(GLint location, GLsizei count, GLboolean transpose, + const GLdouble *value) +{ + GET_CURRENT_CONTEXT(ctx); + _mesa_uniform_matrix(ctx, ctx->_Shader->ActiveProgram, + 4, 3, location, count, transpose, value, GL_DOUBLE); +} + +void GLAPIENTRY +_mesa_ProgramUniform1d(GLuint program, GLint location, GLdouble v0) +{ + GET_CURRENT_CONTEXT(ctx); + struct gl_shader_program *shProg = + _mesa_lookup_shader_program_err(ctx, program, + "glProgramUniform1d"); + _mesa_uniform(ctx, shProg, location, 1, &v0, GLSL_TYPE_DOUBLE, 1); +} + +void GLAPIENTRY +_mesa_ProgramUniform2d(GLuint program, GLint location, GLdouble v0, GLdouble v1) +{ + GET_CURRENT_CONTEXT(ctx); + GLdouble v[2]; + struct gl_shader_program *shProg; + v[0] = v0; + v[1] = v1; + shProg = _mesa_lookup_shader_program_err(ctx, program, "glProgramUniform2d"); + _mesa_uniform(ctx, shProg, location, 1, v, GLSL_TYPE_DOUBLE, 2); +} + +void GLAPIENTRY +_mesa_ProgramUniform3d(GLuint program, GLint location, GLdouble v0, GLdouble v1, + GLdouble v2) +{ + GET_CURRENT_CONTEXT(ctx); + GLdouble v[3]; + struct gl_shader_program *shProg; + v[0] = v0; + v[1] = v1; + v[2] = v2; + shProg = _mesa_lookup_shader_program_err(ctx, program, "glProgramUniform3d"); + _mesa_uniform(ctx, shProg, location, 1, v, GLSL_TYPE_DOUBLE, 3); +} + +void GLAPIENTRY +_mesa_ProgramUniform4d(GLuint program, GLint location, GLdouble v0, GLdouble v1, + GLdouble v2, GLdouble v3) +{ + GET_CURRENT_CONTEXT(ctx); + GLdouble v[4]; + struct gl_shader_program *shProg; + v[0] = v0; + v[1] = v1; + v[2] = v2; + v[3] = v3; + shProg = _mesa_lookup_shader_program_err(ctx, program, "glProgramUniform4d"); + _mesa_uniform(ctx, shProg, location, 1, v, GLSL_TYPE_DOUBLE, 4); +} + +void GLAPIENTRY +_mesa_ProgramUniform1dv(GLuint program, GLint location, GLsizei count, + const GLdouble * value) +{ + GET_CURRENT_CONTEXT(ctx); + struct gl_shader_program *shProg = + _mesa_lookup_shader_program_err(ctx, program, + "glProgramUniform1dv"); + _mesa_uniform(ctx, shProg, location, count, value, GLSL_TYPE_DOUBLE, 1); +} + +void GLAPIENTRY +_mesa_ProgramUniform2dv(GLuint program, GLint location, GLsizei count, + const GLdouble * value) +{ + GET_CURRENT_CONTEXT(ctx); + struct gl_shader_program *shProg = + _mesa_lookup_shader_program_err(ctx, program, + "glProgramUniform2dv"); + _mesa_uniform(ctx, shProg, location, count, value, GLSL_TYPE_DOUBLE, 2); +} + +void GLAPIENTRY +_mesa_ProgramUniform3dv(GLuint program, GLint location, GLsizei count, + const GLdouble * value) +{ + GET_CURRENT_CONTEXT(ctx); + struct gl_shader_program *shProg = + _mesa_lookup_shader_program_err(ctx, program, + "glProgramUniform3dv"); + _mesa_uniform(ctx, shProg, location, count, value, GLSL_TYPE_DOUBLE, 3); +} + +void GLAPIENTRY +_mesa_ProgramUniform4dv(GLuint program, GLint location, GLsizei count, + const GLdouble * value) +{ + GET_CURRENT_CONTEXT(ctx); + struct gl_shader_program *shProg = + _mesa_lookup_shader_program_err(ctx, program, + "glProgramUniform4dv"); + _mesa_uniform(ctx, shProg, location, count, value, GLSL_TYPE_DOUBLE, 4); +} + +void GLAPIENTRY +_mesa_ProgramUniformMatrix2dv(GLuint program, GLint location, GLsizei count, + GLboolean transpose, const GLdouble * value) +{ + GET_CURRENT_CONTEXT(ctx); + struct gl_shader_program *shProg = + _mesa_lookup_shader_program_err(ctx, program, + "glProgramUniformMatrix2dv"); + _mesa_uniform_matrix(ctx, shProg, 2, 2, location, count, transpose, value, GL_DOUBLE); +} + +void GLAPIENTRY +_mesa_ProgramUniformMatrix3dv(GLuint program, GLint location, GLsizei count, + GLboolean transpose, const GLdouble * value) +{ + GET_CURRENT_CONTEXT(ctx); + struct gl_shader_program *shProg = + _mesa_lookup_shader_program_err(ctx, program, + "glProgramUniformMatrix3dv"); + _mesa_uniform_matrix(ctx, shProg, 3, 3, location, count, transpose, value, GL_DOUBLE); +} + +void GLAPIENTRY +_mesa_ProgramUniformMatrix4dv(GLuint program, GLint location, GLsizei count, + GLboolean transpose, const GLdouble * value) +{ + GET_CURRENT_CONTEXT(ctx); + struct gl_shader_program *shProg = + _mesa_lookup_shader_program_err(ctx, program, + "glProgramUniformMatrix4dv"); + _mesa_uniform_matrix(ctx, shProg, 4, 4, location, count, transpose, value, GL_DOUBLE); +} + +void GLAPIENTRY +_mesa_ProgramUniformMatrix2x3dv(GLuint program, GLint location, GLsizei count, + GLboolean transpose, const GLdouble * value) +{ + GET_CURRENT_CONTEXT(ctx); + struct gl_shader_program *shProg = + _mesa_lookup_shader_program_err(ctx, program, + "glProgramUniformMatrix2x3dv"); + _mesa_uniform_matrix(ctx, shProg, 2, 3, location, count, transpose, value, GL_DOUBLE); +} + +void GLAPIENTRY +_mesa_ProgramUniformMatrix3x2dv(GLuint program, GLint location, GLsizei count, + GLboolean transpose, const GLdouble * value) +{ + GET_CURRENT_CONTEXT(ctx); + struct gl_shader_program *shProg = + _mesa_lookup_shader_program_err(ctx, program, + "glProgramUniformMatrix3x2dv"); + _mesa_uniform_matrix(ctx, shProg, 3, 2, location, count, transpose, value, GL_DOUBLE); +} + +void GLAPIENTRY +_mesa_ProgramUniformMatrix2x4dv(GLuint program, GLint location, GLsizei count, + GLboolean transpose, const GLdouble * value) +{ + GET_CURRENT_CONTEXT(ctx); + struct gl_shader_program *shProg = + _mesa_lookup_shader_program_err(ctx, program, + "glProgramUniformMatrix2x4dv"); + _mesa_uniform_matrix(ctx, shProg, 2, 4, location, count, transpose, value, GL_DOUBLE); +} + +void GLAPIENTRY +_mesa_ProgramUniformMatrix4x2dv(GLuint program, GLint location, GLsizei count, + GLboolean transpose, const GLdouble * value) +{ + GET_CURRENT_CONTEXT(ctx); + struct gl_shader_program *shProg = + _mesa_lookup_shader_program_err(ctx, program, + "glProgramUniformMatrix4x2dv"); + _mesa_uniform_matrix(ctx, shProg, 4, 2, location, count, transpose, value, GL_DOUBLE); +} + +void GLAPIENTRY +_mesa_ProgramUniformMatrix3x4dv(GLuint program, GLint location, GLsizei count, + GLboolean transpose, const GLdouble * value) +{ + GET_CURRENT_CONTEXT(ctx); + struct gl_shader_program *shProg = + _mesa_lookup_shader_program_err(ctx, program, + "glProgramUniformMatrix3x4dv"); + _mesa_uniform_matrix(ctx, shProg, 3, 4, location, count, transpose, value, GL_DOUBLE); +} + +void GLAPIENTRY +_mesa_ProgramUniformMatrix4x3dv(GLuint program, GLint location, GLsizei count, + GLboolean transpose, const GLdouble * value) +{ + GET_CURRENT_CONTEXT(ctx); + struct gl_shader_program *shProg = + _mesa_lookup_shader_program_err(ctx, program, + "glProgramUniformMatrix4x3dv"); + _mesa_uniform_matrix(ctx, shProg, 4, 3, location, count, transpose, value, GL_DOUBLE); +} diff --git a/mesalib/src/mesa/main/uniforms.h b/mesalib/src/mesa/main/uniforms.h index 0a9ee7de9..0e6113fe9 100644 --- a/mesalib/src/mesa/main/uniforms.h +++ b/mesalib/src/mesa/main/uniforms.h @@ -254,6 +254,95 @@ _mesa_GetActiveUniformsiv(GLuint program, void GLAPIENTRY _mesa_GetUniformiv(GLuint, GLint, GLint *); +void GLAPIENTRY +_mesa_Uniform1d(GLint, GLdouble); +void GLAPIENTRY +_mesa_Uniform2d(GLint, GLdouble, GLdouble); +void GLAPIENTRY +_mesa_Uniform3d(GLint, GLdouble, GLdouble, GLdouble); +void GLAPIENTRY +_mesa_Uniform4d(GLint, GLdouble, GLdouble, GLdouble, GLdouble); + +void GLAPIENTRY +_mesa_Uniform1dv(GLint, GLsizei, const GLdouble *); +void GLAPIENTRY +_mesa_Uniform2dv(GLint, GLsizei, const GLdouble *); +void GLAPIENTRY +_mesa_Uniform3dv(GLint, GLsizei, const GLdouble *); +void GLAPIENTRY +_mesa_Uniform4dv(GLint, GLsizei, const GLdouble *); + +void GLAPIENTRY +_mesa_UniformMatrix2dv(GLint, GLsizei, GLboolean, const GLdouble *); +void GLAPIENTRY +_mesa_UniformMatrix3dv(GLint, GLsizei, GLboolean, const GLdouble *); +void GLAPIENTRY +_mesa_UniformMatrix4dv(GLint, GLsizei, GLboolean, const GLdouble *); +void GLAPIENTRY +_mesa_UniformMatrix2x3dv(GLint location, GLsizei count, GLboolean transpose, + const GLdouble *value); +void GLAPIENTRY +_mesa_UniformMatrix3x2dv(GLint location, GLsizei count, GLboolean transpose, + const GLdouble *value); +void GLAPIENTRY +_mesa_UniformMatrix2x4dv(GLint location, GLsizei count, GLboolean transpose, + const GLdouble *value); +void GLAPIENTRY +_mesa_UniformMatrix4x2dv(GLint location, GLsizei count, GLboolean transpose, + const GLdouble *value); +void GLAPIENTRY +_mesa_UniformMatrix3x4dv(GLint location, GLsizei count, GLboolean transpose, + const GLdouble *value); +void GLAPIENTRY +_mesa_UniformMatrix4x3dv(GLint location, GLsizei count, GLboolean transpose, + const GLdouble *value); + +void GLAPIENTRY +_mesa_ProgramUniform1d(GLuint program, GLint, GLdouble); +void GLAPIENTRY +_mesa_ProgramUniform2d(GLuint program, GLint, GLdouble, GLdouble); +void GLAPIENTRY +_mesa_ProgramUniform3d(GLuint program, GLint, GLdouble, GLdouble, GLdouble); +void GLAPIENTRY +_mesa_ProgramUniform4d(GLuint program, GLint, GLdouble, GLdouble, GLdouble, GLdouble); + +void GLAPIENTRY +_mesa_ProgramUniform1dv(GLuint program, GLint, GLsizei, const GLdouble *); +void GLAPIENTRY +_mesa_ProgramUniform2dv(GLuint program, GLint, GLsizei, const GLdouble *); +void GLAPIENTRY +_mesa_ProgramUniform3dv(GLuint program, GLint, GLsizei, const GLdouble *); +void GLAPIENTRY +_mesa_ProgramUniform4dv(GLuint program, GLint, GLsizei, const GLdouble *); + +void GLAPIENTRY +_mesa_ProgramUniformMatrix2dv(GLuint program, GLint, GLsizei, GLboolean, + const GLdouble *); +void GLAPIENTRY +_mesa_ProgramUniformMatrix3dv(GLuint program, GLint, GLsizei, GLboolean, + const GLdouble *); +void GLAPIENTRY +_mesa_ProgramUniformMatrix4dv(GLuint program, GLint, GLsizei, GLboolean, + const GLdouble *); +void GLAPIENTRY +_mesa_ProgramUniformMatrix2x3dv(GLuint program, GLint location, GLsizei count, + GLboolean transpose, const GLdouble *value); +void GLAPIENTRY +_mesa_ProgramUniformMatrix3x2dv(GLuint program, GLint location, GLsizei count, + GLboolean transpose, const GLdouble *value); +void GLAPIENTRY +_mesa_ProgramUniformMatrix2x4dv(GLuint program, GLint location, GLsizei count, + GLboolean transpose, const GLdouble *value); +void GLAPIENTRY +_mesa_ProgramUniformMatrix4x2dv(GLuint program, GLint location, GLsizei count, + GLboolean transpose, const GLdouble *value); +void GLAPIENTRY +_mesa_ProgramUniformMatrix3x4dv(GLuint program, GLint location, GLsizei count, + GLboolean transpose, const GLdouble *value); +void GLAPIENTRY +_mesa_ProgramUniformMatrix4x3dv(GLuint program, GLint location, GLsizei count, + GLboolean transpose, const GLdouble *value); + long _mesa_parse_program_resource_name(const GLchar *name, const GLchar **out_base_name_end); @@ -273,7 +362,8 @@ void _mesa_uniform_matrix(struct gl_context *ctx, struct gl_shader_program *shProg, GLuint cols, GLuint rows, GLint location, GLsizei count, - GLboolean transpose, const GLfloat *values); + GLboolean transpose, + const GLvoid *values, GLenum type); void _mesa_get_uniform(struct gl_context *ctx, GLuint program, GLint location, diff --git a/mesalib/src/mesa/main/varray.c b/mesalib/src/mesa/main/varray.c index 89aaad1aa..978ec7b53 100644 --- a/mesalib/src/mesa/main/varray.c +++ b/mesalib/src/mesa/main/varray.c @@ -255,7 +255,7 @@ update_array_format(struct gl_context *ctx, { struct gl_vertex_attrib_array *array; GLbitfield typeBit; - GLuint elementSize; + GLint elementSize; GLenum format = GL_RGBA; if (ctx->Array.LegalTypesMask == 0 || ctx->Array.LegalTypesMaskAPI != ctx->API) { diff --git a/mesalib/src/mesa/main/vdpau.c b/mesalib/src/mesa/main/vdpau.c index e1c3e00ba..0efa56e4f 100644 --- a/mesalib/src/mesa/main/vdpau.c +++ b/mesalib/src/mesa/main/vdpau.c @@ -33,9 +33,9 @@ #include #include "util/hash_table.h" +#include "util/set.h" #include "context.h" #include "glformats.h" -#include "set.h" #include "texobj.h" #include "teximage.h" #include "vdpau.h" @@ -73,7 +73,8 @@ _mesa_VDPAUInitNV(const GLvoid *vdpDevice, const GLvoid *getProcAddress) ctx->vdpDevice = vdpDevice; ctx->vdpGetProcAddress = getProcAddress; - ctx->vdpSurfaces = _mesa_set_create(NULL, _mesa_key_pointer_equal); + ctx->vdpSurfaces = _mesa_set_create(NULL, _mesa_hash_pointer, + _mesa_key_pointer_equal); } static void @@ -179,7 +180,7 @@ register_surface(struct gl_context *ctx, GLboolean isOutput, _mesa_reference_texobj(&surf->textures[i], tex); } - _mesa_set_add(ctx->vdpSurfaces, _mesa_hash_pointer(surf), surf); + _mesa_set_add(ctx->vdpSurfaces, surf); return (GLintptr)surf; } @@ -227,7 +228,7 @@ _mesa_VDPAUIsSurfaceNV(GLintptr surface) return false; } - if (!_mesa_set_search(ctx->vdpSurfaces, _mesa_hash_pointer(surf), surf)) { + if (!_mesa_set_search(ctx->vdpSurfaces, surf)) { return false; } @@ -251,7 +252,7 @@ _mesa_VDPAUUnregisterSurfaceNV(GLintptr surface) if (surface == 0) return; - entry = _mesa_set_search(ctx->vdpSurfaces, _mesa_hash_pointer(surf), surf); + entry = _mesa_set_search(ctx->vdpSurfaces, surf); if (!entry) { _mesa_error(ctx, GL_INVALID_VALUE, "VDPAUUnregisterSurfaceNV"); return; @@ -280,7 +281,7 @@ _mesa_VDPAUGetSurfaceivNV(GLintptr surface, GLenum pname, GLsizei bufSize, return; } - if (!_mesa_set_search(ctx->vdpSurfaces, _mesa_hash_pointer(surf), surf)) { + if (!_mesa_set_search(ctx->vdpSurfaces, surf)) { _mesa_error(ctx, GL_INVALID_VALUE, "VDPAUGetSurfaceivNV"); return; } @@ -312,7 +313,7 @@ _mesa_VDPAUSurfaceAccessNV(GLintptr surface, GLenum access) return; } - if (!_mesa_set_search(ctx->vdpSurfaces, _mesa_hash_pointer(surf), surf)) { + if (!_mesa_set_search(ctx->vdpSurfaces, surf)) { _mesa_error(ctx, GL_INVALID_VALUE, "VDPAUSurfaceAccessNV"); return; } @@ -346,7 +347,7 @@ _mesa_VDPAUMapSurfacesNV(GLsizei numSurfaces, const GLintptr *surfaces) for (i = 0; i < numSurfaces; ++i) { struct vdp_surface *surf = (struct vdp_surface *)surfaces[i]; - if (!_mesa_set_search(ctx->vdpSurfaces, _mesa_hash_pointer(surf), surf)) { + if (!_mesa_set_search(ctx->vdpSurfaces, surf)) { _mesa_error(ctx, GL_INVALID_VALUE, "VDPAUSurfaceAccessNV"); return; } @@ -400,7 +401,7 @@ _mesa_VDPAUUnmapSurfacesNV(GLsizei numSurfaces, const GLintptr *surfaces) for (i = 0; i < numSurfaces; ++i) { struct vdp_surface *surf = (struct vdp_surface *)surfaces[i]; - if (!_mesa_set_search(ctx->vdpSurfaces, _mesa_hash_pointer(surf), surf)) { + if (!_mesa_set_search(ctx->vdpSurfaces, surf)) { _mesa_error(ctx, GL_INVALID_VALUE, "VDPAUSurfaceAccessNV"); return; } @@ -422,7 +423,7 @@ _mesa_VDPAUUnmapSurfacesNV(GLsizei numSurfaces, const GLintptr *surfaces) _mesa_lock_texture(ctx, tex); - image = _mesa_select_tex_image(ctx, tex, surf->target, 0); + image = _mesa_select_tex_image(tex, surf->target, 0); ctx->Driver.VDPAUUnmapSurface(ctx, surf->target, surf->access, surf->output, tex, image, diff --git a/mesalib/src/mesa/math/m_translate.c b/mesalib/src/mesa/math/m_translate.c index 0b8c858d7..3a8ca74f6 100644 --- a/mesalib/src/mesa/math/m_translate.c +++ b/mesalib/src/mesa/math/m_translate.c @@ -30,7 +30,6 @@ #include "main/glheader.h" #include "main/macros.h" -#include "main/mtypes.h" /* GLchan hack */ #include "m_translate.h" @@ -675,26 +674,6 @@ void _math_trans_4ub(GLubyte (*to)[4], _math_trans_4ub_tab[size][TYPE_IDX(type)]( to, ptr, stride, start, n ); } -/** - * Translate vector of values to GLchan [4]. - */ -void _math_trans_4chan( GLchan (*to)[4], - const void *ptr, - GLuint stride, - GLenum type, - GLuint size, - GLuint start, - GLuint n ) -{ -#if CHAN_TYPE == GL_UNSIGNED_BYTE - _math_trans_4ub( to, ptr, stride, type, size, start, n ); -#elif CHAN_TYPE == GL_UNSIGNED_SHORT - _math_trans_4us( to, ptr, stride, type, size, start, n ); -#elif CHAN_TYPE == GL_FLOAT - _math_trans_4fn( to, ptr, stride, type, size, start, n ); -#endif -} - /** * Translate vector of values to GLushort [4]. */ diff --git a/mesalib/src/mesa/math/m_translate.h b/mesalib/src/mesa/math/m_translate.h index 250921a3f..bdfa4c770 100644 --- a/mesalib/src/mesa/math/m_translate.h +++ b/mesalib/src/mesa/math/m_translate.h @@ -28,8 +28,6 @@ #include "main/compiler.h" #include "main/glheader.h" -#include "main/mtypes.h" /* hack for GLchan */ -#include "swrast/s_chan.h" /** * Array translation. @@ -76,14 +74,6 @@ extern void _math_trans_4ub(GLubyte (*to)[4], GLuint start, GLuint n ); -extern void _math_trans_4chan( GLchan (*to)[4], - const void *ptr, - GLuint stride, - GLenum type, - GLuint size, - GLuint start, - GLuint n ); - extern void _math_trans_4us(GLushort (*to)[4], const void *ptr, GLuint stride, diff --git a/mesalib/src/mesa/program/Android.mk b/mesalib/src/mesa/program/Android.mk index 19c4be0fe..a237b65bc 100644 --- a/mesalib/src/mesa/program/Android.mk +++ b/mesalib/src/mesa/program/Android.mk @@ -39,8 +39,6 @@ endef # Import the following variables: # PROGRAM_FILES include $(MESA_TOP)/src/mesa/Makefile.sources -SRCDIR := -BUILDDIR := include $(CLEAR_VARS) diff --git a/mesalib/src/mesa/program/arbprogparse.c b/mesalib/src/mesa/program/arbprogparse.c index 7dec399a5..53a6f37cb 100644 --- a/mesalib/src/mesa/program/arbprogparse.c +++ b/mesalib/src/mesa/program/arbprogparse.c @@ -85,9 +85,6 @@ _mesa_parse_arb_fragment_program(struct gl_context* ctx, GLenum target, return; } - if ((ctx->_Shader->Flags & GLSL_NO_OPT) == 0) - _mesa_optimize_program(ctx, &prog); - free(program->Base.String); /* Copy the relevant contents of the arb_program struct into the diff --git a/mesalib/src/mesa/program/hash_table.h b/mesalib/src/mesa/program/hash_table.h index e95fc4982..eed2e55dc 100644 --- a/mesalib/src/mesa/program/hash_table.h +++ b/mesalib/src/mesa/program/hash_table.h @@ -198,6 +198,11 @@ string_to_uint_map_dtor(struct string_to_uint_map *); #ifdef __cplusplus } +struct string_map_iterate_wrapper_closure { + void (*callback)(const char *key, unsigned value, void *closure); + void *closure; +}; + /** * Map from a string (name) to an unsigned integer value * @@ -228,6 +233,24 @@ public: hash_table_clear(this->ht); } + /** + * Runs a passed callback for the hash + */ + void iterate(void (*func)(const char *, unsigned, void *), void *closure) + { + struct string_map_iterate_wrapper_closure *wrapper; + + wrapper = (struct string_map_iterate_wrapper_closure *) + malloc(sizeof(struct string_map_iterate_wrapper_closure)); + if (wrapper == NULL) + return; + + wrapper->callback = func; + wrapper->closure = closure; + + hash_table_call_foreach(this->ht, subtract_one_wrapper, wrapper); + } + /** * Get the value associated with a particular key * @@ -281,6 +304,17 @@ private: free((char *)key); } + static void subtract_one_wrapper(const void *key, void *data, void *closure) + { + struct string_map_iterate_wrapper_closure *wrapper = + (struct string_map_iterate_wrapper_closure *) closure; + unsigned value = (intptr_t) data; + + value -= 1; + + wrapper->callback((const char *) key, value, wrapper->closure); + } + struct hash_table *ht; }; diff --git a/mesalib/src/mesa/program/ir_to_mesa.cpp b/mesalib/src/mesa/program/ir_to_mesa.cpp index ce3af3120..b2776da45 100644 --- a/mesalib/src/mesa/program/ir_to_mesa.cpp +++ b/mesalib/src/mesa/program/ir_to_mesa.cpp @@ -606,6 +606,20 @@ type_size(const struct glsl_type *type) */ return 1; } + break; + case GLSL_TYPE_DOUBLE: + if (type->is_matrix()) { + if (type->vector_elements > 2) + return type->matrix_columns * 2; + else + return type->matrix_columns; + } else { + if (type->vector_elements > 2) + return 2; + else + return 1; + } + break; case GLSL_TYPE_ARRAY: assert(type->length > 0); return type_size(type->fields.array) * type->length; @@ -1152,7 +1166,7 @@ ir_to_mesa_visitor::visit(ir_expression *ir) assert(!"not reached: should be handled by ir_div_to_mul_rcp"); break; case ir_binop_mod: - /* Floating point should be lowered by MOD_TO_FRACT in the compiler. */ + /* Floating point should be lowered by MOD_TO_FLOOR in the compiler. */ assert(ir->type->is_integer()); emit(ir, OPCODE_MUL, result_dst, op[0], op[1]); break; @@ -1348,6 +1362,7 @@ ir_to_mesa_visitor::visit(ir_expression *ir) case ir_unop_pack_unorm_2x16: case ir_unop_pack_unorm_4x8: case ir_unop_pack_half_2x16: + case ir_unop_pack_double_2x32: case ir_unop_unpack_snorm_2x16: case ir_unop_unpack_snorm_4x8: case ir_unop_unpack_unorm_2x16: @@ -1355,11 +1370,21 @@ ir_to_mesa_visitor::visit(ir_expression *ir) case ir_unop_unpack_half_2x16: case ir_unop_unpack_half_2x16_split_x: case ir_unop_unpack_half_2x16_split_y: + case ir_unop_unpack_double_2x32: case ir_binop_pack_half_2x16_split: case ir_unop_bitfield_reverse: case ir_unop_bit_count: case ir_unop_find_msb: case ir_unop_find_lsb: + case ir_unop_d2f: + case ir_unop_f2d: + case ir_unop_d2i: + case ir_unop_i2d: + case ir_unop_d2u: + case ir_unop_u2d: + case ir_unop_d2b: + case ir_unop_frexp_sig: + case ir_unop_frexp_exp: assert(!"not supported"); break; case ir_binop_min: @@ -1449,6 +1474,7 @@ ir_to_mesa_visitor::visit(ir_swizzle *ir) ir->val->accept(this); src = this->result; assert(src.file != PROGRAM_UNDEFINED); + assert(ir->type->vector_elements > 0); for (i = 0; i < 4; i++) { if (i < ir->type->vector_elements) { @@ -2384,6 +2410,8 @@ add_uniform_to_shader::visit_field(const glsl_type *type, const char *name, if (type->is_vector() || type->is_scalar()) { size = type->vector_elements; + if (type->is_double()) + size *= 2; } else { size = type_size(type) * 4; } @@ -2488,6 +2516,7 @@ _mesa_associate_uniform_storage(struct gl_context *ctx, enum gl_uniform_driver_format format = uniform_native; unsigned columns = 0; + int dmul = 4 * sizeof(float); switch (storage->type->base_type) { case GLSL_TYPE_UINT: assert(ctx->Const.NativeIntegers); @@ -2499,6 +2528,11 @@ _mesa_associate_uniform_storage(struct gl_context *ctx, (ctx->Const.NativeIntegers) ? uniform_native : uniform_int_float; columns = 1; break; + + case GLSL_TYPE_DOUBLE: + if (storage->type->vector_elements > 2) + dmul *= 2; + /* fallthrough */ case GLSL_TYPE_FLOAT: format = uniform_native; columns = storage->type->matrix_columns; @@ -2523,8 +2557,8 @@ _mesa_associate_uniform_storage(struct gl_context *ctx, } _mesa_uniform_attach_driver_storage(storage, - 4 * sizeof(float) * columns, - 4 * sizeof(float), + dmul * columns, + dmul, format, ¶ms->ParameterValues[i]); @@ -2942,7 +2976,7 @@ _mesa_ir_link_shader(struct gl_context *ctx, struct gl_shader_program *prog) /* Lowering */ do_mat_op_to_vec(ir); - lower_instructions(ir, (MOD_TO_FRACT | DIV_TO_MUL_RCP | EXP_TO_EXP2 + lower_instructions(ir, (MOD_TO_FLOOR | DIV_TO_MUL_RCP | EXP_TO_EXP2 | LOG_TO_LOG2 | INT_DIV_TO_MUL_RCP | ((options->EmitNoPow) ? POW_TO_EXP2 : 0))); diff --git a/mesalib/src/mesa/program/prog_execute.c b/mesalib/src/mesa/program/prog_execute.c index 33c1751e8..b2fbc808a 100644 --- a/mesalib/src/mesa/program/prog_execute.c +++ b/mesalib/src/mesa/program/prog_execute.c @@ -123,7 +123,7 @@ get_src_register_pointer(const struct prog_src_register *source, return (GLfloat *) prog->Parameters->ParameterValues[reg]; case PROGRAM_SYSTEM_VALUE: - assert(reg < Elements(machine->SystemValues)); + assert(reg < (GLint) Elements(machine->SystemValues)); return machine->SystemValues[reg]; default: @@ -1260,7 +1260,6 @@ _mesa_execute_program(struct gl_context * ctx, else if (swz == SWIZZLE_ONE) result[i] = 1.0; else { - ASSERT(swz >= 0); ASSERT(swz <= 3); result[i] = src[swz]; } diff --git a/mesalib/src/mesa/program/prog_hash_table.c b/mesalib/src/mesa/program/prog_hash_table.c index 2445d8434..5592b6fb8 100644 --- a/mesalib/src/mesa/program/prog_hash_table.c +++ b/mesalib/src/mesa/program/prog_hash_table.c @@ -29,7 +29,7 @@ */ #include "main/imports.h" -#include "main/simple_list.h" +#include "util/simple_list.h" #include "hash_table.h" struct node { diff --git a/mesalib/src/mesa/program/prog_optimize.c b/mesalib/src/mesa/program/prog_optimize.c index 60530ebf0..65d427cb4 100644 --- a/mesalib/src/mesa/program/prog_optimize.c +++ b/mesalib/src/mesa/program/prog_optimize.c @@ -408,7 +408,7 @@ find_next_use(const struct gl_program *prog, for (j = 0; j < numSrc; j++) { if (inst->SrcReg[j].RelAddr || (inst->SrcReg[j].File == PROGRAM_TEMPORARY && - inst->SrcReg[j].Index == index && + inst->SrcReg[j].Index == (GLint)index && (get_src_arg_mask(inst,j,NO_MASK) & mask))) return READ; } @@ -944,7 +944,7 @@ update_interval(GLint intBegin[], GLint intEnd[], struct loop_info *loopStack, GLuint loopStackDepth, GLuint index, GLuint ic) { - int i; + unsigned i; GLuint begin = ic; GLuint end = ic; diff --git a/mesalib/src/mesa/program/prog_print.c b/mesalib/src/mesa/program/prog_print.c index 4a5c1c1fb..3f499749a 100644 --- a/mesalib/src/mesa/program/prog_print.c +++ b/mesalib/src/mesa/program/prog_print.c @@ -82,7 +82,7 @@ _mesa_register_file_name(gl_register_file f) * Return ARB_v/f_prog-style input attrib string. */ static const char * -arb_input_attrib_string(GLint index, GLenum progType) +arb_input_attrib_string(GLuint index, GLenum progType) { /* * These strings should match the VERT_ATTRIB_x and VARYING_SLOT_x tokens. @@ -242,7 +242,7 @@ _mesa_print_fp_inputs(GLbitfield inputs) * Return ARB_v/f_prog-style output attrib string. */ static const char * -arb_output_attrib_string(GLint index, GLenum progType) +arb_output_attrib_string(GLuint index, GLenum progType) { /* * These strings should match the VARYING_SLOT_x and FRAG_RESULT_x tokens. diff --git a/mesalib/src/mesa/program/prog_statevars.c b/mesalib/src/mesa/program/prog_statevars.c index be5ddb106..7f5daf8c6 100644 --- a/mesalib/src/mesa/program/prog_statevars.c +++ b/mesalib/src/mesa/program/prog_statevars.c @@ -295,9 +295,7 @@ _mesa_fetch_state(struct gl_context *ctx, const gl_state_index state[], const gl_state_index modifier = state[4]; const GLfloat *m; GLuint row, i; - ASSERT(firstRow >= 0); ASSERT(firstRow < 4); - ASSERT(lastRow >= 0); ASSERT(lastRow < 4); if (mat == STATE_MODELVIEW_MATRIX) { matrix = ctx->ModelviewMatrixStack.Top; diff --git a/mesalib/src/mesa/program/programopt.c b/mesalib/src/mesa/program/programopt.c index b654b1db6..fdaa4a465 100644 --- a/mesalib/src/mesa/program/programopt.c +++ b/mesalib/src/mesa/program/programopt.c @@ -589,94 +589,3 @@ _mesa_remove_output_reads(struct gl_program *prog, gl_register_file type) } } } - - -/** - * Make the given fragment program into a "no-op" shader. - * Actually, just copy the incoming fragment color (or texcoord) - * to the output color. - * This is for debug/test purposes. - */ -void -_mesa_nop_fragment_program(struct gl_context *ctx, struct gl_fragment_program *prog) -{ - struct prog_instruction *inst; - GLuint inputAttr; - - inst = _mesa_alloc_instructions(2); - if (!inst) { - _mesa_error(ctx, GL_OUT_OF_MEMORY, "_mesa_nop_fragment_program"); - return; - } - - _mesa_init_instructions(inst, 2); - - inst[0].Opcode = OPCODE_MOV; - inst[0].DstReg.File = PROGRAM_OUTPUT; - inst[0].DstReg.Index = FRAG_RESULT_COLOR; - inst[0].SrcReg[0].File = PROGRAM_INPUT; - if (prog->Base.InputsRead & VARYING_BIT_COL0) - inputAttr = VARYING_SLOT_COL0; - else - inputAttr = VARYING_SLOT_TEX0; - inst[0].SrcReg[0].Index = inputAttr; - - inst[1].Opcode = OPCODE_END; - - _mesa_free_instructions(prog->Base.Instructions, - prog->Base.NumInstructions); - - prog->Base.Instructions = inst; - prog->Base.NumInstructions = 2; - prog->Base.InputsRead = BITFIELD64_BIT(inputAttr); - prog->Base.OutputsWritten = BITFIELD64_BIT(FRAG_RESULT_COLOR); -} - - -/** - * \sa _mesa_nop_fragment_program - * Replace the given vertex program with a "no-op" program that just - * transforms vertex position and emits color. - */ -void -_mesa_nop_vertex_program(struct gl_context *ctx, struct gl_vertex_program *prog) -{ - struct prog_instruction *inst; - GLuint inputAttr; - - /* - * Start with a simple vertex program that emits color. - */ - inst = _mesa_alloc_instructions(2); - if (!inst) { - _mesa_error(ctx, GL_OUT_OF_MEMORY, "_mesa_nop_vertex_program"); - return; - } - - _mesa_init_instructions(inst, 2); - - inst[0].Opcode = OPCODE_MOV; - inst[0].DstReg.File = PROGRAM_OUTPUT; - inst[0].DstReg.Index = VARYING_SLOT_COL0; - inst[0].SrcReg[0].File = PROGRAM_INPUT; - if (prog->Base.InputsRead & VERT_BIT_COLOR0) - inputAttr = VERT_ATTRIB_COLOR0; - else - inputAttr = VERT_ATTRIB_TEX0; - inst[0].SrcReg[0].Index = inputAttr; - - inst[1].Opcode = OPCODE_END; - - _mesa_free_instructions(prog->Base.Instructions, - prog->Base.NumInstructions); - - prog->Base.Instructions = inst; - prog->Base.NumInstructions = 2; - prog->Base.InputsRead = BITFIELD64_BIT(inputAttr); - prog->Base.OutputsWritten = BITFIELD64_BIT(VARYING_SLOT_COL0); - - /* - * Now insert code to do standard modelview/projection transformation. - */ - _mesa_insert_mvp_code(ctx, prog); -} diff --git a/mesalib/src/mesa/program/programopt.h b/mesalib/src/mesa/program/programopt.h index 93c00f740..757421edf 100644 --- a/mesalib/src/mesa/program/programopt.h +++ b/mesalib/src/mesa/program/programopt.h @@ -51,12 +51,6 @@ _mesa_count_texture_instructions(struct gl_program *prog); extern void _mesa_remove_output_reads(struct gl_program *prog, gl_register_file type); -extern void -_mesa_nop_fragment_program(struct gl_context *ctx, struct gl_fragment_program *prog); - -extern void -_mesa_nop_vertex_program(struct gl_context *ctx, struct gl_vertex_program *prog); - #ifdef __cplusplus } diff --git a/mesalib/src/mesa/state_tracker/st_atom_blend.c b/mesalib/src/mesa/state_tracker/st_atom_blend.c index 064e0c14f..6bb4077f3 100644 --- a/mesalib/src/mesa/state_tracker/st_atom_blend.c +++ b/mesalib/src/mesa/state_tracker/st_atom_blend.c @@ -175,7 +175,7 @@ static GLboolean blend_per_rt(const struct gl_context *ctx) { if (ctx->Color.BlendEnabled && - (ctx->Color.BlendEnabled != ((1 << ctx->Const.MaxDrawBuffers) - 1))) { + (ctx->Color.BlendEnabled != ((1U << ctx->Const.MaxDrawBuffers) - 1))) { /* This can only happen if GL_EXT_draw_buffers2 is enabled */ return GL_TRUE; } diff --git a/mesalib/src/mesa/state_tracker/st_atom_rasterizer.c b/mesalib/src/mesa/state_tracker/st_atom_rasterizer.c index 606f19a18..cceed42c8 100644 --- a/mesalib/src/mesa/state_tracker/st_atom_rasterizer.c +++ b/mesalib/src/mesa/state_tracker/st_atom_rasterizer.c @@ -155,6 +155,7 @@ static void update_raster_state( struct st_context *st ) raster->offset_tri = ctx->Polygon.OffsetFill; raster->offset_units = ctx->Polygon.OffsetUnits; raster->offset_scale = ctx->Polygon.OffsetFactor; + raster->offset_clamp = ctx->Polygon.OffsetClamp; } raster->poly_smooth = ctx->Polygon.SmoothFlag; diff --git a/mesalib/src/mesa/state_tracker/st_atom_sampler.c b/mesalib/src/mesa/state_tracker/st_atom_sampler.c index 17b536bf5..b68eb16d7 100644 --- a/mesalib/src/mesa/state_tracker/st_atom_sampler.c +++ b/mesalib/src/mesa/state_tracker/st_atom_sampler.c @@ -36,6 +36,7 @@ #include "main/mtypes.h" #include "main/glformats.h" #include "main/samplerobj.h" +#include "main/teximage.h" #include "main/texobj.h" #include "st_context.h" @@ -133,7 +134,6 @@ convert_sampler(struct st_context *st, const struct gl_texture_object *texobj; struct gl_context *ctx = st->ctx; struct gl_sampler_object *msamp; - const struct gl_texture_image *teximg; GLenum texBaseFormat; texobj = ctx->Texture.Unit[texUnit]._Current; @@ -141,8 +141,7 @@ convert_sampler(struct st_context *st, texobj = _mesa_get_fallback_texture(ctx, TEXTURE_2D_INDEX); } - teximg = texobj->Image[0][texobj->BaseLevel]; - texBaseFormat = teximg ? teximg->_BaseFormat : GL_RGBA; + texBaseFormat = _mesa_texture_base_format(texobj); msamp = _mesa_get_samplerobj(ctx, texUnit); diff --git a/mesalib/src/mesa/state_tracker/st_atom_scissor.c b/mesalib/src/mesa/state_tracker/st_atom_scissor.c index b72030944..4ebe799e3 100644 --- a/mesalib/src/mesa/state_tracker/st_atom_scissor.c +++ b/mesalib/src/mesa/state_tracker/st_atom_scissor.c @@ -47,7 +47,7 @@ update_scissor( struct st_context *st ) const struct gl_context *ctx = st->ctx; const struct gl_framebuffer *fb = ctx->DrawBuffer; GLint miny, maxy; - int i; + unsigned i; bool changed = false; for (i = 0 ; i < ctx->Const.MaxViewports; i++) { scissor[i].minx = 0; diff --git a/mesalib/src/mesa/state_tracker/st_atom_shader.c b/mesalib/src/mesa/state_tracker/st_atom_shader.c index 6515a98a3..73768ed12 100644 --- a/mesalib/src/mesa/state_tracker/st_atom_shader.c +++ b/mesalib/src/mesa/state_tracker/st_atom_shader.c @@ -149,7 +149,12 @@ update_vp( struct st_context *st ) key.passthrough_edgeflags = st->vertdata_edgeflags; key.clamp_color = st->clamp_vert_color_in_shader && - st->ctx->Light._ClampVertexColor; + st->ctx->Light._ClampVertexColor && + (stvp->Base.Base.OutputsWritten & + (VARYING_SLOT_COL0 | + VARYING_SLOT_COL1 | + VARYING_SLOT_BFC0 | + VARYING_SLOT_BFC1)); st->vp_variant = st_get_vp_variant(st, stvp, &key); diff --git a/mesalib/src/mesa/state_tracker/st_atom_texture.c b/mesalib/src/mesa/state_tracker/st_atom_texture.c index 19072ae2f..eff28fc6f 100644 --- a/mesalib/src/mesa/state_tracker/st_atom_texture.c +++ b/mesalib/src/mesa/state_tracker/st_atom_texture.c @@ -35,6 +35,7 @@ #include "main/macros.h" #include "main/mtypes.h" #include "main/samplerobj.h" +#include "main/teximage.h" #include "main/texobj.h" #include "program/prog_instruction.h" @@ -175,12 +176,11 @@ compute_texture_format_swizzle(GLenum baseFormat, GLenum depthMode, static unsigned get_texture_format_swizzle(const struct st_texture_object *stObj) { - const struct gl_texture_image *texImage = - stObj->base.Image[0][stObj->base.BaseLevel]; + GLenum baseFormat = _mesa_texture_base_format(&stObj->base); unsigned tex_swizzle; - if (texImage) { - tex_swizzle = compute_texture_format_swizzle(texImage->_BaseFormat, + if (baseFormat != GL_NONE) { + tex_swizzle = compute_texture_format_swizzle(baseFormat, stObj->base.DepthMode, stObj->pt->format); } diff --git a/mesalib/src/mesa/state_tracker/st_atom_viewport.c b/mesalib/src/mesa/state_tracker/st_atom_viewport.c index efa056e10..2f62590c4 100644 --- a/mesalib/src/mesa/state_tracker/st_atom_viewport.c +++ b/mesalib/src/mesa/state_tracker/st_atom_viewport.c @@ -44,7 +44,7 @@ update_viewport( struct st_context *st ) { struct gl_context *ctx = st->ctx; GLfloat yScale, yBias; - int i; + unsigned i; /* _NEW_BUFFERS */ if (st_fb_orientation(ctx->DrawBuffer) == Y_0_TOP) { diff --git a/mesalib/src/mesa/state_tracker/st_cb_blit.c b/mesalib/src/mesa/state_tracker/st_cb_blit.c index 9c33f4eb9..bbaedd108 100644 --- a/mesalib/src/mesa/state_tracker/st_cb_blit.c +++ b/mesalib/src/mesa/state_tracker/st_cb_blit.c @@ -73,6 +73,8 @@ st_adjust_blit_for_msaa_resolve(struct pipe_blit_info *blit) static void st_BlitFramebuffer(struct gl_context *ctx, + struct gl_framebuffer *readFB, + struct gl_framebuffer *drawFB, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) @@ -83,8 +85,6 @@ st_BlitFramebuffer(struct gl_context *ctx, const uint pFilter = ((filter == GL_NEAREST) ? PIPE_TEX_FILTER_NEAREST : PIPE_TEX_FILTER_LINEAR); - struct gl_framebuffer *readFB = ctx->ReadBuffer; - struct gl_framebuffer *drawFB = ctx->DrawBuffer; struct { GLint srcX0, srcY0, srcX1, srcY1; GLint dstX0, dstY0, dstX1, dstY1; @@ -108,7 +108,7 @@ st_BlitFramebuffer(struct gl_context *ctx, * * XXX: This should depend on mask ! */ - if (!_mesa_clip_blit(ctx, + if (!_mesa_clip_blit(ctx, readFB, drawFB, &clip.srcX0, &clip.srcY0, &clip.srcX1, &clip.srcY1, &clip.dstX0, &clip.dstY0, &clip.dstX1, &clip.dstY1)) { return; /* nothing to draw/blit */ diff --git a/mesalib/src/mesa/state_tracker/st_cb_bufferobjects.c b/mesalib/src/mesa/state_tracker/st_cb_bufferobjects.c index 55f36442a..f24805cf5 100644 --- a/mesalib/src/mesa/state_tracker/st_cb_bufferobjects.c +++ b/mesalib/src/mesa/state_tracker/st_cb_bufferobjects.c @@ -186,7 +186,8 @@ st_bufferobj_data(struct gl_context *ctx, struct st_buffer_object *st_obj = st_buffer_object(obj); unsigned bind, pipe_usage, pipe_flags = 0; - if (size && data && st_obj->buffer && + if (target != GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD && + size && data && st_obj->buffer && st_obj->Base.Size == size && st_obj->Base.Usage == usage && st_obj->Base.StorageFlags == storageFlags) { @@ -256,8 +257,15 @@ st_bufferobj_data(struct gl_context *ctx, break; case GL_STREAM_DRAW: case GL_STREAM_COPY: - pipe_usage = PIPE_USAGE_STREAM; - break; + /* XXX: Remove this test and fall-through when we have PBO unpacking + * acceleration. Right now, PBO unpacking is done by the CPU, so we + * have to make sure CPU reads are fast. + */ + if (target != GL_PIXEL_UNPACK_BUFFER_ARB) { + pipe_usage = PIPE_USAGE_STREAM; + break; + } + /* fall through */ case GL_STATIC_READ: case GL_DYNAMIC_READ: case GL_STREAM_READ: @@ -280,6 +288,7 @@ st_bufferobj_data(struct gl_context *ctx, } if (size != 0) { + struct pipe_screen *screen = pipe->screen; struct pipe_resource buffer; memset(&buffer, 0, sizeof buffer); @@ -293,16 +302,22 @@ st_bufferobj_data(struct gl_context *ctx, buffer.depth0 = 1; buffer.array_size = 1; - st_obj->buffer = pipe->screen->resource_create(pipe->screen, &buffer); + if (target == GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD) { + st_obj->buffer = + screen->resource_from_user_memory(screen, &buffer, (void*)data); + } + else { + st_obj->buffer = screen->resource_create(screen, &buffer); + + if (st_obj->buffer && data) + pipe_buffer_write(pipe, st_obj->buffer, 0, size, data); + } if (!st_obj->buffer) { /* out of memory */ st_obj->Base.Size = 0; return GL_FALSE; } - - if (data) - pipe_buffer_write(pipe, st_obj->buffer, 0, size, data); } /* BufferData may change an array or uniform buffer, need to update it */ diff --git a/mesalib/src/mesa/state_tracker/st_cb_drawpixels.c b/mesalib/src/mesa/state_tracker/st_cb_drawpixels.c index 939fc2065..14fc13952 100644 --- a/mesalib/src/mesa/state_tracker/st_cb_drawpixels.c +++ b/mesalib/src/mesa/state_tracker/st_cb_drawpixels.c @@ -1100,7 +1100,7 @@ st_DrawPixels(struct gl_context *ctx, GLint x, GLint y, const GLfloat *color; struct pipe_context *pipe = st->pipe; GLboolean write_stencil = GL_FALSE, write_depth = GL_FALSE; - struct pipe_sampler_view *sv[2]; + struct pipe_sampler_view *sv[2] = { NULL }; int num_sampler_view = 1; struct st_fp_variant *fpv; struct gl_pixelstore_attrib clippedUnpack; @@ -1154,8 +1154,9 @@ st_DrawPixels(struct gl_context *ctx, GLint x, GLint y, color = NULL; if (st->pixel_xfer.pixelmap_enabled) { - sv[1] = st->pixel_xfer.pixelmap_sampler_view; - num_sampler_view++; + pipe_sampler_view_reference(&sv[1], + st->pixel_xfer.pixelmap_sampler_view); + num_sampler_view++; } } @@ -1176,7 +1177,8 @@ st_DrawPixels(struct gl_context *ctx, GLint x, GLint y, if (write_stencil) { enum pipe_format stencil_format = util_format_stencil_only(pt->format); - + /* we should not be doing pixel map/transfer (see above) */ + assert(num_sampler_view == 1); sv[1] = st_create_texture_sampler_view_format(st->pipe, pt, stencil_format); num_sampler_view++; @@ -1467,7 +1469,7 @@ st_CopyPixels(struct gl_context *ctx, GLint srcx, GLint srcy, struct st_renderbuffer *rbRead; void *driver_vp, *driver_fp; struct pipe_resource *pt; - struct pipe_sampler_view *sv[2]; + struct pipe_sampler_view *sv[2] = { NULL }; int num_sampler_view = 1; GLfloat *color; enum pipe_format srcFormat; @@ -1516,7 +1518,8 @@ st_CopyPixels(struct gl_context *ctx, GLint srcx, GLint srcy, driver_vp = make_passthrough_vertex_shader(st, GL_FALSE); if (st->pixel_xfer.pixelmap_enabled) { - sv[1] = st->pixel_xfer.pixelmap_sampler_view; + pipe_sampler_view_reference(&sv[1], + st->pixel_xfer.pixelmap_sampler_view); num_sampler_view++; } } diff --git a/mesalib/src/mesa/state_tracker/st_cb_drawtex.c b/mesalib/src/mesa/state_tracker/st_cb_drawtex.c index d057ff62a..1420b96e5 100644 --- a/mesalib/src/mesa/state_tracker/st_cb_drawtex.c +++ b/mesalib/src/mesa/state_tracker/st_cb_drawtex.c @@ -15,6 +15,7 @@ #include "main/imports.h" #include "main/image.h" #include "main/macros.h" +#include "main/teximage.h" #include "program/program.h" #include "program/prog_print.h" @@ -196,7 +197,7 @@ st_DrawTex(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z, if (ctx->Texture.Unit[i]._Current && ctx->Texture.Unit[i]._Current->Target == GL_TEXTURE_2D) { struct gl_texture_object *obj = ctx->Texture.Unit[i]._Current; - struct gl_texture_image *img = obj->Image[0][obj->BaseLevel]; + const struct gl_texture_image *img = _mesa_base_tex_image(obj); const GLfloat wt = (GLfloat) img->Width; const GLfloat ht = (GLfloat) img->Height; const GLfloat s0 = obj->CropRect[0] / wt; diff --git a/mesalib/src/mesa/state_tracker/st_cb_fbo.c b/mesalib/src/mesa/state_tracker/st_cb_fbo.c index 7b6a444e6..296ea1e0d 100644 --- a/mesalib/src/mesa/state_tracker/st_cb_fbo.c +++ b/mesalib/src/mesa/state_tracker/st_cb_fbo.c @@ -408,9 +408,9 @@ st_update_renderbuffer_surface(struct st_context *st, { struct pipe_context *pipe = st->pipe; struct pipe_resource *resource = strb->texture; - int rtt_width = strb->Base.Width; - int rtt_height = strb->Base.Height; - int rtt_depth = strb->Base.Depth; + unsigned rtt_width = strb->Base.Width; + unsigned rtt_height = strb->Base.Height; + unsigned rtt_depth = strb->Base.Depth; /* * For winsys fbo, it is possible that the renderbuffer is sRGB-capable but * the format of strb->texture is linear (because we have no control over diff --git a/mesalib/src/mesa/state_tracker/st_cb_queryobj.c b/mesalib/src/mesa/state_tracker/st_cb_queryobj.c index 489f537d8..71222e80b 100644 --- a/mesalib/src/mesa/state_tracker/st_cb_queryobj.c +++ b/mesalib/src/mesa/state_tracker/st_cb_queryobj.c @@ -110,6 +110,19 @@ st_BeginQuery(struct gl_context *ctx, struct gl_query_object *q) else type = PIPE_QUERY_TIMESTAMP; break; + case GL_VERTICES_SUBMITTED_ARB: + case GL_PRIMITIVES_SUBMITTED_ARB: + case GL_VERTEX_SHADER_INVOCATIONS_ARB: + case GL_TESS_CONTROL_SHADER_PATCHES_ARB: + case GL_TESS_EVALUATION_SHADER_INVOCATIONS_ARB: + case GL_GEOMETRY_SHADER_INVOCATIONS: + case GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED_ARB: + case GL_FRAGMENT_SHADER_INVOCATIONS_ARB: + case GL_COMPUTE_SHADER_INVOCATIONS_ARB: + case GL_CLIPPING_INPUT_PRIMITIVES_ARB: + case GL_CLIPPING_OUTPUT_PRIMITIVES_ARB: + type = PIPE_QUERY_PIPELINE_STATISTICS; + break; default: assert(0 && "unexpected query target in st_BeginQuery()"); return; @@ -178,6 +191,8 @@ get_query_result(struct pipe_context *pipe, struct st_query_object *stq, boolean wait) { + union pipe_query_result data; + if (!stq->pq) { /* Only needed in case we failed to allocate the gallium query earlier. * Return TRUE so we don't spin on this forever. @@ -185,11 +200,46 @@ get_query_result(struct pipe_context *pipe, return TRUE; } - if (!pipe->get_query_result(pipe, - stq->pq, - wait, - (void *)&stq->base.Result)) { + if (!pipe->get_query_result(pipe, stq->pq, wait, &data)) return FALSE; + + switch (stq->base.Target) { + case GL_VERTICES_SUBMITTED_ARB: + stq->base.Result = data.pipeline_statistics.ia_vertices; + break; + case GL_PRIMITIVES_SUBMITTED_ARB: + stq->base.Result = data.pipeline_statistics.ia_primitives; + break; + case GL_VERTEX_SHADER_INVOCATIONS_ARB: + stq->base.Result = data.pipeline_statistics.vs_invocations; + break; + case GL_TESS_CONTROL_SHADER_PATCHES_ARB: + stq->base.Result = data.pipeline_statistics.hs_invocations; + break; + case GL_TESS_EVALUATION_SHADER_INVOCATIONS_ARB: + stq->base.Result = data.pipeline_statistics.ds_invocations; + break; + case GL_GEOMETRY_SHADER_INVOCATIONS: + stq->base.Result = data.pipeline_statistics.gs_invocations; + break; + case GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED_ARB: + stq->base.Result = data.pipeline_statistics.gs_primitives; + break; + case GL_FRAGMENT_SHADER_INVOCATIONS_ARB: + stq->base.Result = data.pipeline_statistics.ps_invocations; + break; + case GL_COMPUTE_SHADER_INVOCATIONS_ARB: + stq->base.Result = data.pipeline_statistics.cs_invocations; + break; + case GL_CLIPPING_INPUT_PRIMITIVES_ARB: + stq->base.Result = data.pipeline_statistics.c_invocations; + break; + case GL_CLIPPING_OUTPUT_PRIMITIVES_ARB: + stq->base.Result = data.pipeline_statistics.c_primitives; + break; + default: + stq->base.Result = data.u64; + break; } if (stq->base.Target == GL_TIME_ELAPSED && diff --git a/mesalib/src/mesa/state_tracker/st_cb_texture.c b/mesalib/src/mesa/state_tracker/st_cb_texture.c index a8dbb7888..0525e879f 100644 --- a/mesalib/src/mesa/state_tracker/st_cb_texture.c +++ b/mesalib/src/mesa/state_tracker/st_cb_texture.c @@ -29,6 +29,8 @@ #include "main/enums.h" #include "main/fbobject.h" #include "main/formats.h" +#include "main/format_utils.h" +#include "main/glformats.h" #include "main/image.h" #include "main/imports.h" #include "main/macros.h" @@ -209,7 +211,7 @@ st_MapTextureImage(struct gl_context *ctx, map = st_texture_image_map(st, stImage, pipeMode, x, y, slice, w, h, 1, &transfer); if (map) { - if (_mesa_is_format_etc2(texImage->TexFormat) || + if ((_mesa_is_format_etc2(texImage->TexFormat) && !st->has_etc2) || (texImage->TexFormat == MESA_FORMAT_ETC1_RGB8 && !st->has_etc1)) { /* ETC isn't supported by gallium and it's represented * by uncompressed formats. Only write transfers with precompressed @@ -252,7 +254,7 @@ st_UnmapTextureImage(struct gl_context *ctx, struct st_context *st = st_context(ctx); struct st_texture_image *stImage = st_texture_image(texImage); - if (_mesa_is_format_etc2(texImage->TexFormat) || + if ((_mesa_is_format_etc2(texImage->TexFormat) && !st->has_etc2) || (texImage->TexFormat == MESA_FORMAT_ETC1_RGB8 && !st->has_etc1)) { /* Decompress the ETC texture to the mapped one. */ unsigned z = slice + stImage->base.Face; @@ -899,7 +901,7 @@ st_CompressedTexImage(struct gl_context *ctx, GLuint dims, * We can do arbitrary X/Y/Z/W/0/1 swizzling here as long as there is * a format which matches the swizzling. * - * If such a format isn't available, it falls back to _mesa_get_teximage. + * If such a format isn't available, it falls back to _mesa_GetTexImage_sw. * * NOTE: Drivers usually do a blit to convert between tiled and linear * texture layouts during texture uploads/downloads, so the blit @@ -944,14 +946,14 @@ st_GetTexImage(struct gl_context * ctx, goto fallback; } - /* XXX Fallback to _mesa_get_teximage for depth-stencil formats + /* XXX Fallback to _mesa_GetTexImage_sw for depth-stencil formats * due to an incomplete stencil blit implementation in some drivers. */ if (format == GL_DEPTH_STENCIL) { goto fallback; } /* If the base internal format and the texture format don't match, we have - * to fall back to _mesa_get_teximage. */ + * to fall back to _mesa_GetTexImage_sw. */ if (texImage->_BaseFormat != _mesa_get_format_base_format(texImage->TexFormat)) { goto fallback; @@ -1005,7 +1007,7 @@ st_GetTexImage(struct gl_context * ctx, if (dst_format == PIPE_FORMAT_NONE) { GLenum dst_glformat; - /* Fall back to _mesa_get_teximage except for compressed formats, + /* Fall back to _mesa_GetTexImage_sw except for compressed formats, * where decompression with a blit is always preferred. */ if (!util_format_is_compressed(src->format)) { goto fallback; @@ -1138,6 +1140,8 @@ st_GetTexImage(struct gl_context * ctx, /* format translation via floats */ GLuint row, slice; GLfloat *rgba; + uint32_t dstMesaFormat; + int dstStride, srcStride; assert(util_format_is_compressed(src->format)); @@ -1149,6 +1153,9 @@ st_GetTexImage(struct gl_context * ctx, if (ST_DEBUG & DEBUG_FALLBACK) debug_printf("%s: fallback format translation\n", __FUNCTION__); + dstMesaFormat = _mesa_format_from_format_and_type(format, type); + dstStride = _mesa_image_row_stride(&ctx->Pack, width, format, type); + srcStride = 4 * width * sizeof(GLfloat); for (slice = 0; slice < depth; slice++) { if (gl_target == GL_TEXTURE_1D_ARRAY) { /* 1D array textures. @@ -1162,8 +1169,9 @@ st_GetTexImage(struct gl_context * ctx, pipe_get_tile_rgba_format(tex_xfer, map, 0, 0, width, 1, dst_format, rgba); - _mesa_pack_rgba_span_float(ctx, width, (GLfloat (*)[4]) rgba, format, - type, dest, &ctx->Pack, 0); + _mesa_format_convert(dest, dstMesaFormat, dstStride, + rgba, RGBA32_FLOAT, srcStride, + width, 1, NULL); } else { for (row = 0; row < height; row++) { @@ -1175,8 +1183,9 @@ st_GetTexImage(struct gl_context * ctx, pipe_get_tile_rgba_format(tex_xfer, map, 0, row, width, 1, dst_format, rgba); - _mesa_pack_rgba_span_float(ctx, width, (GLfloat (*)[4]) rgba, format, - type, dest, &ctx->Pack, 0); + _mesa_format_convert(dest, dstMesaFormat, dstStride, + rgba, RGBA32_FLOAT, srcStride, + width, 1, NULL); } } map += tex_xfer->layer_stride; @@ -1195,7 +1204,7 @@ end: fallback: if (!done) { - _mesa_get_teximage(ctx, format, type, pixels, texImage); + _mesa_GetTexImage_sw(ctx, format, type, pixels, texImage); } } @@ -1546,7 +1555,7 @@ st_finalize_texture(struct gl_context *ctx, struct st_texture_object *stObj = st_texture_object(tObj); const GLuint nr_faces = (stObj->base.Target == GL_TEXTURE_CUBE_MAP) ? 6 : 1; GLuint face; - struct st_texture_image *firstImage; + const struct st_texture_image *firstImage; enum pipe_format firstImageFormat; GLuint ptWidth, ptHeight, ptDepth, ptLayers, ptNumSamples; @@ -1587,7 +1596,7 @@ st_finalize_texture(struct gl_context *ctx, } - firstImage = st_texture_image(stObj->base.Image[0][stObj->base.BaseLevel]); + firstImage = st_texture_image_const(_mesa_base_tex_image(&stObj->base)); assert(firstImage); /* If both firstImage and stObj point to a texture which can contain @@ -1886,7 +1895,7 @@ st_init_texture_functions(struct dd_function_table *functions) /* compressed texture functions */ functions->CompressedTexImage = st_CompressedTexImage; - functions->GetCompressedTexImage = _mesa_get_compressed_teximage; + functions->GetCompressedTexImage = _mesa_GetCompressedTexImage_sw; functions->NewTextureObject = st_NewTextureObject; functions->NewTextureImage = st_NewTextureImage; diff --git a/mesalib/src/mesa/state_tracker/st_cb_xformfb.c b/mesalib/src/mesa/state_tracker/st_cb_xformfb.c index 8f75eda8a..a2bd86aff 100644 --- a/mesalib/src/mesa/state_tracker/st_cb_xformfb.c +++ b/mesalib/src/mesa/state_tracker/st_cb_xformfb.c @@ -122,7 +122,7 @@ st_begin_transform_feedback(struct gl_context *ctx, GLenum mode, for (i = 0; i < max_num_targets; i++) { struct st_buffer_object *bo = st_buffer_object(sobj->base.Buffers[i]); - if (bo) { + if (bo && bo->buffer) { /* Check whether we need to recreate the target. */ if (!sobj->targets[i] || sobj->targets[i] == sobj->draw_count || diff --git a/mesalib/src/mesa/state_tracker/st_context.c b/mesalib/src/mesa/state_tracker/st_context.c index 9fd6caece..5834ebad3 100644 --- a/mesalib/src/mesa/state_tracker/st_context.c +++ b/mesalib/src/mesa/state_tracker/st_context.c @@ -230,6 +230,9 @@ st_create_context_priv( struct gl_context *ctx, struct pipe_context *pipe, st->has_etc1 = screen->is_format_supported(screen, PIPE_FORMAT_ETC1_RGB8, PIPE_TEXTURE_2D, 0, PIPE_BIND_SAMPLER_VIEW); + st->has_etc2 = screen->is_format_supported(screen, PIPE_FORMAT_ETC2_RGB8, + PIPE_TEXTURE_2D, 0, + PIPE_BIND_SAMPLER_VIEW); st->prefer_blit_based_texture_transfer = screen->get_param(screen, PIPE_CAP_PREFER_BLIT_BASED_TEXTURE_TRANSFER); diff --git a/mesalib/src/mesa/state_tracker/st_context.h b/mesalib/src/mesa/state_tracker/st_context.h index 20d567864..b091a8856 100644 --- a/mesalib/src/mesa/state_tracker/st_context.h +++ b/mesalib/src/mesa/state_tracker/st_context.h @@ -93,6 +93,7 @@ struct st_context boolean has_time_elapsed; boolean has_shader_model3; boolean has_etc1; + boolean has_etc2; boolean prefer_blit_based_texture_transfer; boolean needs_texcoord_semantic; diff --git a/mesalib/src/mesa/state_tracker/st_draw.c b/mesalib/src/mesa/state_tracker/st_draw.c index 64d6ef525..488f6ead2 100644 --- a/mesalib/src/mesa/state_tracker/st_draw.c +++ b/mesalib/src/mesa/state_tracker/st_draw.c @@ -40,6 +40,7 @@ #include "main/image.h" #include "main/bufferobj.h" #include "main/macros.h" +#include "main/varray.h" #include "vbo/vbo.h" @@ -225,7 +226,7 @@ st_draw_vbo(struct gl_context *ctx, } info.indexed = TRUE; - if (min_index != ~0 && max_index != ~0) { + if (min_index != ~0U && max_index != ~0U) { info.min_index = min_index; info.max_index = max_index; } @@ -234,7 +235,7 @@ st_draw_vbo(struct gl_context *ctx, * so we only set these fields for indexed drawing: */ info.primitive_restart = ctx->Array._PrimitiveRestart; - info.restart_index = ctx->Array.RestartIndex; + info.restart_index = _mesa_primitive_restart_index(ctx, ib->type); } else { /* Transform feedback drawing is always non-indexed. */ diff --git a/mesalib/src/mesa/state_tracker/st_extensions.c b/mesalib/src/mesa/state_tracker/st_extensions.c index e472b84a8..ce29d076c 100644 --- a/mesalib/src/mesa/state_tracker/st_extensions.c +++ b/mesalib/src/mesa/state_tracker/st_extensions.c @@ -411,7 +411,8 @@ void st_init_extensions(struct pipe_screen *screen, struct st_config_options *options, boolean has_lib_dxtc) { - int i, glsl_feature_level; + unsigned i; + int glsl_feature_level; GLboolean *extension_table = (GLboolean *) extensions; static const struct st_extension_cap_mapping cap_mapping[] = { @@ -425,6 +426,7 @@ void st_init_extensions(struct pipe_screen *screen, { o(ARB_instanced_arrays), PIPE_CAP_VERTEX_ELEMENT_INSTANCE_DIVISOR }, { o(ARB_occlusion_query), PIPE_CAP_OCCLUSION_QUERY }, { o(ARB_occlusion_query2), PIPE_CAP_OCCLUSION_QUERY }, + { o(ARB_pipeline_statistics_query), PIPE_CAP_QUERY_PIPELINE_STATISTICS }, { o(ARB_point_sprite), PIPE_CAP_POINT_SPRITE }, { o(ARB_seamless_cube_map), PIPE_CAP_SEAMLESS_CUBE_MAP }, { o(ARB_shader_stencil_export), PIPE_CAP_SHADER_STENCIL_EXPORT }, @@ -445,6 +447,7 @@ void st_init_extensions(struct pipe_screen *screen, { o(EXT_texture_swizzle), PIPE_CAP_TEXTURE_SWIZZLE }, { o(EXT_transform_feedback), PIPE_CAP_MAX_STREAM_OUTPUT_BUFFERS }, + { o(AMD_pinned_memory), PIPE_CAP_RESOURCE_FROM_USER_MEMORY }, { o(AMD_seamless_cubemap_per_texture), PIPE_CAP_SEAMLESS_CUBE_MAP_PER_TEXTURE }, { o(ATI_separate_stencil), PIPE_CAP_TWO_SIDED_STENCIL }, { o(ATI_texture_mirror_once), PIPE_CAP_TEXTURE_MIRROR_CLAMP }, @@ -463,6 +466,7 @@ void st_init_extensions(struct pipe_screen *screen, { o(ARB_conditional_render_inverted), PIPE_CAP_CONDITIONAL_RENDER_INVERTED }, { o(ARB_texture_view), PIPE_CAP_SAMPLER_VIEW_TARGET }, { o(ARB_clip_control), PIPE_CAP_CLIP_HALFZ }, + { o(EXT_polygon_offset_clamp), PIPE_CAP_POLYGON_OFFSET_CLAMP }, }; /* Required: render target and sampler support */ @@ -705,7 +709,7 @@ void st_init_extensions(struct pipe_screen *screen, extensions->EXT_texture_integer = GL_FALSE; } - consts->UniformBooleanTrue = consts->NativeIntegers ? ~0 : fui(1.0f); + consts->UniformBooleanTrue = consts->NativeIntegers ? ~0U : fui(1.0f); /* Below are the cases which cannot be moved into tables easily. */ @@ -896,4 +900,10 @@ void st_init_extensions(struct pipe_screen *screen, PIPE_VIDEO_CAP_SUPPORTS_INTERLACED)) { extensions->NV_vdpau_interop = GL_TRUE; } + + if (screen->get_shader_param(screen, PIPE_SHADER_VERTEX, + PIPE_SHADER_CAP_DOUBLES) && + screen->get_shader_param(screen, PIPE_SHADER_FRAGMENT, + PIPE_SHADER_CAP_DOUBLES)) + extensions->ARB_gpu_shader_fp64 = GL_TRUE; } diff --git a/mesalib/src/mesa/state_tracker/st_format.c b/mesalib/src/mesa/state_tracker/st_format.c index 6c53567fc..7868bb501 100644 --- a/mesalib/src/mesa/state_tracker/st_format.c +++ b/mesalib/src/mesa/state_tracker/st_format.c @@ -443,21 +443,25 @@ st_mesa_format_to_pipe_format(struct st_context *st, mesa_format mesaFormat) * The destination formats mustn't be changed, because they are also * destination formats of the unpack/decompression function. */ case MESA_FORMAT_ETC2_RGB8: - case MESA_FORMAT_ETC2_RGBA8_EAC: - case MESA_FORMAT_ETC2_RGB8_PUNCHTHROUGH_ALPHA1: - return PIPE_FORMAT_R8G8B8A8_UNORM; + return st->has_etc2 ? PIPE_FORMAT_ETC2_RGB8 : PIPE_FORMAT_R8G8B8A8_UNORM; case MESA_FORMAT_ETC2_SRGB8: + return st->has_etc2 ? PIPE_FORMAT_ETC2_SRGB8 : PIPE_FORMAT_B8G8R8A8_SRGB; + case MESA_FORMAT_ETC2_RGBA8_EAC: + return st->has_etc2 ? PIPE_FORMAT_ETC2_RGBA8 : PIPE_FORMAT_R8G8B8A8_UNORM; case MESA_FORMAT_ETC2_SRGB8_ALPHA8_EAC: - case MESA_FORMAT_ETC2_SRGB8_PUNCHTHROUGH_ALPHA1: - return PIPE_FORMAT_B8G8R8A8_SRGB; + return st->has_etc2 ? PIPE_FORMAT_ETC2_SRGBA8 : PIPE_FORMAT_B8G8R8A8_SRGB; case MESA_FORMAT_ETC2_R11_EAC: - return PIPE_FORMAT_R16_UNORM; + return st->has_etc2 ? PIPE_FORMAT_ETC2_R11_UNORM : PIPE_FORMAT_R16_UNORM; case MESA_FORMAT_ETC2_RG11_EAC: - return PIPE_FORMAT_R16G16_UNORM; + return st->has_etc2 ? PIPE_FORMAT_ETC2_RG11_UNORM : PIPE_FORMAT_R16G16_UNORM; case MESA_FORMAT_ETC2_SIGNED_R11_EAC: - return PIPE_FORMAT_R16_SNORM; + return st->has_etc2 ? PIPE_FORMAT_ETC2_R11_SNORM : PIPE_FORMAT_R16_SNORM; case MESA_FORMAT_ETC2_SIGNED_RG11_EAC: - return PIPE_FORMAT_R16G16_SNORM; + return st->has_etc2 ? PIPE_FORMAT_ETC2_RG11_SNORM : PIPE_FORMAT_R16G16_SNORM; + case MESA_FORMAT_ETC2_RGB8_PUNCHTHROUGH_ALPHA1: + return st->has_etc2 ? PIPE_FORMAT_ETC2_RGB8A1 : PIPE_FORMAT_R8G8B8A8_UNORM; + case MESA_FORMAT_ETC2_SRGB8_PUNCHTHROUGH_ALPHA1: + return st->has_etc2 ? PIPE_FORMAT_ETC2_SRGB8A1 : PIPE_FORMAT_B8G8R8A8_SRGB; default: return PIPE_FORMAT_NONE; @@ -856,6 +860,27 @@ st_pipe_format_to_mesa_format(enum pipe_format format) case PIPE_FORMAT_XRGB8888_SRGB: return MESA_FORMAT_X8R8G8B8_SRGB; + case PIPE_FORMAT_ETC2_RGB8: + return MESA_FORMAT_ETC2_RGB8; + case PIPE_FORMAT_ETC2_SRGB8: + return MESA_FORMAT_ETC2_SRGB8; + case PIPE_FORMAT_ETC2_RGB8A1: + return MESA_FORMAT_ETC2_RGB8_PUNCHTHROUGH_ALPHA1; + case PIPE_FORMAT_ETC2_SRGB8A1: + return MESA_FORMAT_ETC2_SRGB8_PUNCHTHROUGH_ALPHA1; + case PIPE_FORMAT_ETC2_RGBA8: + return MESA_FORMAT_ETC2_RGBA8_EAC; + case PIPE_FORMAT_ETC2_SRGBA8: + return MESA_FORMAT_ETC2_SRGB8_ALPHA8_EAC; + case PIPE_FORMAT_ETC2_R11_UNORM: + return MESA_FORMAT_ETC2_R11_EAC; + case PIPE_FORMAT_ETC2_R11_SNORM: + return MESA_FORMAT_ETC2_SIGNED_R11_EAC; + case PIPE_FORMAT_ETC2_RG11_UNORM: + return MESA_FORMAT_ETC2_RG11_EAC; + case PIPE_FORMAT_ETC2_RG11_SNORM: + return MESA_FORMAT_ETC2_SIGNED_RG11_EAC; + default: return MESA_FORMAT_NONE; } @@ -896,6 +921,9 @@ test_format_conversion(struct st_context *st) if (i == PIPE_FORMAT_ETC1_RGB8 && !st->has_etc1) continue; + if (_mesa_is_format_etc2(mf) && !st->has_etc2) + continue; + if (mf != MESA_FORMAT_NONE) { enum pipe_format pf = st_mesa_format_to_pipe_format(st, mf); assert(pf == i); @@ -1797,7 +1825,8 @@ st_choose_format(struct st_context *st, GLenum internalFormat, unsigned bindings, boolean allow_dxt) { struct pipe_screen *screen = st->pipe->screen; - int i, j; + unsigned i; + int j; enum pipe_format pf; #ifdef DEBUG diff --git a/mesalib/src/mesa/state_tracker/st_glsl_to_tgsi.cpp b/mesalib/src/mesa/state_tracker/st_glsl_to_tgsi.cpp index 89654344b..0b3477161 100644 --- a/mesalib/src/mesa/state_tracker/st_glsl_to_tgsi.cpp +++ b/mesalib/src/mesa/state_tracker/st_glsl_to_tgsi.cpp @@ -229,7 +229,7 @@ public: DECLARE_RALLOC_CXX_OPERATORS(glsl_to_tgsi_instruction) unsigned op; - st_dst_reg dst; + st_dst_reg dst[2]; st_src_reg src[4]; /** Pointer to the ir source this tree came from for debugging */ ir_instruction *ir; @@ -262,16 +262,17 @@ public: class immediate_storage : public exec_node { public: - immediate_storage(gl_constant_value *values, int size, int type) + immediate_storage(gl_constant_value *values, int size32, int type) { - memcpy(this->values, values, size * sizeof(gl_constant_value)); - this->size = size; + memcpy(this->values, values, size32 * sizeof(gl_constant_value)); + this->size32 = size32; this->type = type; } - + + /* doubles are stored across 2 gl_constant_values */ gl_constant_value values[4]; - int size; /**< Number of components (1-4) */ - int type; /**< GL_FLOAT, GL_INT, GL_BOOL, or GL_UNSIGNED_INT */ + int size32; /**< Number of 32-bit components (1-4) */ + int type; /**< GL_DOUBLE, GL_FLOAT, GL_INT, GL_BOOL, or GL_UNSIGNED_INT */ }; class function_entry : public exec_node { @@ -327,14 +328,14 @@ public: int num_address_regs; int samplers_used; bool indirect_addr_consts; - + int glsl_version; bool native_integers; bool have_sqrt; variable_storage *find_variable_storage(ir_variable *var); - int add_constant(gl_register_file file, gl_constant_value values[4], + int add_constant(gl_register_file file, gl_constant_value values[8], int size, int datatype, GLuint *swizzle_out); function_entry *get_function_signature(ir_function_signature *sig); @@ -342,6 +343,7 @@ public: st_src_reg get_temp(const glsl_type *type); void reladdr_to_temp(ir_instruction *ir, st_src_reg *reg, int *num_reladdr); + st_src_reg st_src_reg_for_double(double val); st_src_reg st_src_reg_for_float(float val); st_src_reg st_src_reg_for_int(int val); st_src_reg st_src_reg_for_type(int type, int val); @@ -394,20 +396,29 @@ public: glsl_to_tgsi_instruction *emit(ir_instruction *ir, unsigned op); glsl_to_tgsi_instruction *emit(ir_instruction *ir, unsigned op, - st_dst_reg dst, st_src_reg src0); + st_dst_reg dst, st_src_reg src0); + + glsl_to_tgsi_instruction *emit(ir_instruction *ir, unsigned op, + st_dst_reg dst, st_dst_reg dst1, + st_src_reg src0); glsl_to_tgsi_instruction *emit(ir_instruction *ir, unsigned op, - st_dst_reg dst, st_src_reg src0, st_src_reg src1); + st_dst_reg dst, st_src_reg src0, st_src_reg src1); glsl_to_tgsi_instruction *emit(ir_instruction *ir, unsigned op, - st_dst_reg dst, - st_src_reg src0, st_src_reg src1, st_src_reg src2); + st_dst_reg dst, + st_src_reg src0, st_src_reg src1, st_src_reg src2); glsl_to_tgsi_instruction *emit(ir_instruction *ir, unsigned op, st_dst_reg dst, st_src_reg src0, st_src_reg src1, st_src_reg src2, st_src_reg src3); + glsl_to_tgsi_instruction *emit(ir_instruction *ir, unsigned op, + st_dst_reg dst, st_dst_reg dst1, + st_src_reg src0, st_src_reg src1, + st_src_reg src2, st_src_reg src3); + unsigned get_opcode(ir_instruction *ir, unsigned op, st_dst_reg dst, st_src_reg src0, st_src_reg src1); @@ -422,15 +433,15 @@ public: unsigned elements); void emit_scalar(ir_instruction *ir, unsigned op, - st_dst_reg dst, st_src_reg src0); + st_dst_reg dst, st_src_reg src0); void emit_scalar(ir_instruction *ir, unsigned op, - st_dst_reg dst, st_src_reg src0, st_src_reg src1); + st_dst_reg dst, st_src_reg src0, st_src_reg src1); void emit_arl(ir_instruction *ir, st_dst_reg dst, st_src_reg src0); void emit_scs(ir_instruction *ir, unsigned op, - st_dst_reg dst, const st_src_reg &src); + st_dst_reg dst, const st_src_reg &src); bool try_emit_mad(ir_expression *ir, int mul_operand); @@ -451,11 +462,14 @@ public: void copy_propagate(void); int eliminate_dead_code(void); + + void merge_two_dsts(void); void merge_registers(void); void renumber_registers(void); void emit_block_mov(ir_assignment *ir, const struct glsl_type *type, - st_dst_reg *l, st_src_reg *r); + st_dst_reg *l, st_src_reg *r, + st_src_reg *cond, bool cond_swap); void *mem_ctx; }; @@ -485,7 +499,7 @@ fail_link(struct gl_shader_program *prog, const char *fmt, ...) static int swizzle_for_size(int size) { - int size_swizzles[4] = { + static const int size_swizzles[4] = { MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_X, SWIZZLE_X, SWIZZLE_X), MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Y, SWIZZLE_Y), MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_Z), @@ -519,13 +533,13 @@ num_inst_src_regs(unsigned opcode) glsl_to_tgsi_instruction * glsl_to_tgsi_visitor::emit(ir_instruction *ir, unsigned op, - st_dst_reg dst, + st_dst_reg dst, st_dst_reg dst1, st_src_reg src0, st_src_reg src1, st_src_reg src2, st_src_reg src3) { glsl_to_tgsi_instruction *inst = new(mem_ctx) glsl_to_tgsi_instruction(); - int num_reladdr = 0, i; - + int num_reladdr = 0, i, j; + op = get_opcode(ir, op, dst, src0, src1); /* If we have to do relative addressing, we want to load the ARL @@ -533,6 +547,7 @@ glsl_to_tgsi_visitor::emit(ir_instruction *ir, unsigned op, * sources into temps. */ num_reladdr += dst.reladdr != NULL; + num_reladdr += dst1.reladdr != NULL; num_reladdr += src0.reladdr != NULL || src0.reladdr2 != NULL; num_reladdr += src1.reladdr != NULL || src1.reladdr2 != NULL; num_reladdr += src2.reladdr != NULL || src2.reladdr2 != NULL; @@ -547,10 +562,15 @@ glsl_to_tgsi_visitor::emit(ir_instruction *ir, unsigned op, emit_arl(ir, address_reg, *dst.reladdr); num_reladdr--; } + if (dst1.reladdr) { + emit_arl(ir, address_reg, *dst1.reladdr); + num_reladdr--; + } assert(num_reladdr == 0); inst->op = op; - inst->dst = dst; + inst->dst[0] = dst; + inst->dst[1] = dst1; inst->src[0] = src0; inst->src[1] = src1; inst->src[2] = src2; @@ -559,7 +579,7 @@ glsl_to_tgsi_visitor::emit(ir_instruction *ir, unsigned op, inst->dead_mask = 0; inst->function = NULL; - + /* Update indirect addressing status used by TGSI */ if (dst.reladdr) { switch(dst.file) { @@ -576,7 +596,7 @@ glsl_to_tgsi_visitor::emit(ir_instruction *ir, unsigned op, } } else { - for (i=0; i<4; i++) { + for (i = 0; i < 4; i++) { if(inst->src[i].reladdr) { switch(inst->src[i].file) { case PROGRAM_STATE_VAR: @@ -596,46 +616,162 @@ glsl_to_tgsi_visitor::emit(ir_instruction *ir, unsigned op, this->instructions.push_tail(inst); + /* + * This section contains the double processing. + * GLSL just represents doubles as single channel values, + * however most HW and TGSI represent doubles as pairs of register channels. + * + * so we have to fixup destination writemask/index and src swizzle/indexes. + * dest writemasks need to translate from single channel write mask + * to a dual-channel writemask, but also need to modify the index, + * if we are touching the Z,W fields in the pre-translated writemask. + * + * src channels have similiar index modifications along with swizzle + * changes to we pick the XY, ZW pairs from the correct index. + * + * GLSL [0].x -> TGSI [0].xy + * GLSL [0].y -> TGSI [0].zw + * GLSL [0].z -> TGSI [1].xy + * GLSL [0].w -> TGSI [1].zw + */ + if (inst->dst[0].type == GLSL_TYPE_DOUBLE || inst->dst[1].type == GLSL_TYPE_DOUBLE || + inst->src[0].type == GLSL_TYPE_DOUBLE) { + glsl_to_tgsi_instruction *dinst = NULL; + int initial_src_swz[4], initial_src_idx[4]; + int initial_dst_idx[2], initial_dst_writemask[2]; + /* select the writemask for dst0 or dst1 */ + unsigned writemask = inst->dst[0].file == PROGRAM_UNDEFINED ? inst->dst[1].writemask : inst->dst[0].writemask; + + /* copy out the writemask, index and swizzles for all src/dsts. */ + for (j = 0; j < 2; j++) { + initial_dst_writemask[j] = inst->dst[j].writemask; + initial_dst_idx[j] = inst->dst[j].index; + } + + for (j = 0; j < 4; j++) { + initial_src_swz[j] = inst->src[j].swizzle; + initial_src_idx[j] = inst->src[j].index; + } + + /* + * scan all the components in the dst writemask + * generate an instruction for each of them if required. + */ + while (writemask) { + + int i = u_bit_scan(&writemask); + + /* first time use previous instruction */ + if (dinst == NULL) { + dinst = inst; + } else { + /* create a new instructions for subsequent attempts */ + dinst = new(mem_ctx) glsl_to_tgsi_instruction(); + *dinst = *inst; + dinst->next = NULL; + dinst->prev = NULL; + this->instructions.push_tail(dinst); + } + + /* modify the destination if we are splitting */ + for (j = 0; j < 2; j++) { + if (dinst->dst[j].type == GLSL_TYPE_DOUBLE) { + dinst->dst[j].writemask = (i & 1) ? WRITEMASK_ZW : WRITEMASK_XY; + dinst->dst[j].index = initial_dst_idx[j]; + if (i > 1) + dinst->dst[j].index++; + } else { + /* if we aren't writing to a double, just get the bit of the initial writemask + for this channel */ + dinst->dst[j].writemask = initial_dst_writemask[j] & (1 << i); + } + } + + /* modify the src registers */ + for (j = 0; j < 4; j++) { + int swz = GET_SWZ(initial_src_swz[j], i); + + if (dinst->src[j].type == GLSL_TYPE_DOUBLE) { + dinst->src[j].index = initial_src_idx[j]; + if (swz > 1) + dinst->src[j].index++; + + if (swz & 1) + dinst->src[j].swizzle = MAKE_SWIZZLE4(SWIZZLE_Z, SWIZZLE_W, SWIZZLE_Z, SWIZZLE_W); + else + dinst->src[j].swizzle = MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_Y, SWIZZLE_X, SWIZZLE_Y); + + } else { + /* some opcodes are special case in what they use as sources + - F2D is a float src0, DLDEXP is integer src1 */ + if (op == TGSI_OPCODE_F2D || + op == TGSI_OPCODE_DLDEXP || + (op == TGSI_OPCODE_UCMP && dinst->dst[0].type == GLSL_TYPE_DOUBLE)) { + dinst->src[j].swizzle = MAKE_SWIZZLE4(swz, swz, swz, swz); + } + } + } + } + inst = dinst; + } + + return inst; } +glsl_to_tgsi_instruction * +glsl_to_tgsi_visitor::emit(ir_instruction *ir, unsigned op, + st_dst_reg dst, + st_src_reg src0, st_src_reg src1, + st_src_reg src2, st_src_reg src3) +{ + return emit(ir, op, dst, undef_dst, src0, src1, src2, src3); +} + glsl_to_tgsi_instruction * glsl_to_tgsi_visitor::emit(ir_instruction *ir, unsigned op, st_dst_reg dst, st_src_reg src0, st_src_reg src1, st_src_reg src2) { - return emit(ir, op, dst, src0, src1, src2, undef_src); + return emit(ir, op, dst, undef_dst, src0, src1, src2, undef_src); } glsl_to_tgsi_instruction * glsl_to_tgsi_visitor::emit(ir_instruction *ir, unsigned op, - st_dst_reg dst, st_src_reg src0, st_src_reg src1) + st_dst_reg dst, st_src_reg src0, st_src_reg src1) { - return emit(ir, op, dst, src0, src1, undef_src, undef_src); + return emit(ir, op, dst, undef_dst, src0, src1, undef_src, undef_src); } glsl_to_tgsi_instruction * glsl_to_tgsi_visitor::emit(ir_instruction *ir, unsigned op, - st_dst_reg dst, st_src_reg src0) + st_dst_reg dst, st_src_reg src0) { assert(dst.writemask != 0); - return emit(ir, op, dst, src0, undef_src, undef_src, undef_src); + return emit(ir, op, dst, undef_dst, src0, undef_src, undef_src, undef_src); +} + +glsl_to_tgsi_instruction * +glsl_to_tgsi_visitor::emit(ir_instruction *ir, unsigned op, + st_dst_reg dst, st_dst_reg dst1, st_src_reg src0) +{ + return emit(ir, op, dst, dst1, src0, undef_src, undef_src, undef_src); } glsl_to_tgsi_instruction * glsl_to_tgsi_visitor::emit(ir_instruction *ir, unsigned op) { - return emit(ir, op, undef_dst, undef_src, undef_src, undef_src, undef_src); + return emit(ir, op, undef_dst, undef_dst, undef_src, undef_src, undef_src, undef_src); } /** - * Determines whether to use an integer, unsigned integer, or float opcode + * Determines whether to use an integer, unsigned integer, or float opcode * based on the operands and input opcode, then emits the result. */ unsigned glsl_to_tgsi_visitor::get_opcode(ir_instruction *ir, unsigned op, - st_dst_reg dst, - st_src_reg src0, st_src_reg src1) + st_dst_reg dst, + st_src_reg src0, st_src_reg src1) { int type = GLSL_TYPE_FLOAT; @@ -647,12 +783,26 @@ glsl_to_tgsi_visitor::get_opcode(ir_instruction *ir, unsigned op, assert(src1.type != GLSL_TYPE_ARRAY); assert(src1.type != GLSL_TYPE_STRUCT); - if (src0.type == GLSL_TYPE_FLOAT || src1.type == GLSL_TYPE_FLOAT) + if (src0.type == GLSL_TYPE_DOUBLE || src1.type == GLSL_TYPE_DOUBLE) + type = GLSL_TYPE_DOUBLE; + else if (src0.type == GLSL_TYPE_FLOAT || src1.type == GLSL_TYPE_FLOAT) type = GLSL_TYPE_FLOAT; else if (native_integers) type = src0.type == GLSL_TYPE_BOOL ? GLSL_TYPE_INT : src0.type; -#define case4(c, f, i, u) \ +#define case5(c, f, i, u, d) \ + case TGSI_OPCODE_##c: \ + if (type == GLSL_TYPE_DOUBLE) \ + op = TGSI_OPCODE_##d; \ + else if (type == GLSL_TYPE_INT) \ + op = TGSI_OPCODE_##i; \ + else if (type == GLSL_TYPE_UINT) \ + op = TGSI_OPCODE_##u; \ + else \ + op = TGSI_OPCODE_##f; \ + break; + +#define case4(c, f, i, u) \ case TGSI_OPCODE_##c: \ if (type == GLSL_TYPE_INT) \ op = TGSI_OPCODE_##i; \ @@ -663,12 +813,16 @@ glsl_to_tgsi_visitor::get_opcode(ir_instruction *ir, unsigned op, break; #define case3(f, i, u) case4(f, f, i, u) +#define case4d(f, i, u, d) case5(f, f, i, u, d) +#define case3fid(f, i, d) case5(f, f, i, i, d) #define case2fi(f, i) case4(f, f, i, i) #define case2iu(i, u) case4(i, LAST, i, u) -#define casecomp(c, f, i, u) \ +#define casecomp(c, f, i, u, d) \ case TGSI_OPCODE_##c: \ - if (type == GLSL_TYPE_INT) \ + if (type == GLSL_TYPE_DOUBLE) \ + op = TGSI_OPCODE_##d; \ + else if (type == GLSL_TYPE_INT) \ op = TGSI_OPCODE_##i; \ else if (type == GLSL_TYPE_UINT) \ op = TGSI_OPCODE_##u; \ @@ -679,38 +833,50 @@ glsl_to_tgsi_visitor::get_opcode(ir_instruction *ir, unsigned op, break; switch(op) { - case2fi(ADD, UADD); - case2fi(MUL, UMUL); - case2fi(MAD, UMAD); + case3fid(ADD, UADD, DADD); + case3fid(MUL, UMUL, DMUL); + case3fid(MAD, UMAD, DMAD); case3(DIV, IDIV, UDIV); - case3(MAX, IMAX, UMAX); - case3(MIN, IMIN, UMIN); + case4d(MAX, IMAX, UMAX, DMAX); + case4d(MIN, IMIN, UMIN, DMIN); case2iu(MOD, UMOD); - casecomp(SEQ, FSEQ, USEQ, USEQ); - casecomp(SNE, FSNE, USNE, USNE); - casecomp(SGE, FSGE, ISGE, USGE); - casecomp(SLT, FSLT, ISLT, USLT); + casecomp(SEQ, FSEQ, USEQ, USEQ, DSEQ); + casecomp(SNE, FSNE, USNE, USNE, DSNE); + casecomp(SGE, FSGE, ISGE, USGE, DSGE); + casecomp(SLT, FSLT, ISLT, USLT, DSLT); case2iu(ISHR, USHR); - case2fi(SSG, ISSG); - case3(ABS, IABS, IABS); + case3fid(SSG, ISSG, DSSG); + case3fid(ABS, IABS, DABS); case2iu(IBFE, UBFE); case2iu(IMSB, UMSB); case2iu(IMUL_HI, UMUL_HI); + + case3fid(SQRT, SQRT, DSQRT); + + case3fid(RCP, RCP, DRCP); + case3fid(RSQ, RSQ, DRSQ); + + case3fid(FRC, FRC, DFRAC); + case3fid(TRUNC, TRUNC, DTRUNC); + case3fid(CEIL, CEIL, DCEIL); + case3fid(FLR, FLR, DFLR); + case3fid(ROUND, ROUND, DROUND); + default: break; } - + assert(op != TGSI_OPCODE_LAST); return op; } glsl_to_tgsi_instruction * glsl_to_tgsi_visitor::emit_dp(ir_instruction *ir, - st_dst_reg dst, st_src_reg src0, st_src_reg src1, - unsigned elements) + st_dst_reg dst, st_src_reg src0, st_src_reg src1, + unsigned elements) { static const unsigned dot_opcodes[] = { TGSI_OPCODE_DP2, TGSI_OPCODE_DP3, TGSI_OPCODE_DP4 @@ -729,8 +895,8 @@ glsl_to_tgsi_visitor::emit_dp(ir_instruction *ir, */ void glsl_to_tgsi_visitor::emit_scalar(ir_instruction *ir, unsigned op, - st_dst_reg dst, - st_src_reg orig_src0, st_src_reg orig_src1) + st_dst_reg dst, + st_src_reg orig_src0, st_src_reg orig_src1) { int i, j; int done_mask = ~dst.writemask; @@ -741,7 +907,6 @@ glsl_to_tgsi_visitor::emit_scalar(ir_instruction *ir, unsigned op, */ for (i = 0; i < 4; i++) { GLuint this_mask = (1 << i); - glsl_to_tgsi_instruction *inst; st_src_reg src0 = orig_src0; st_src_reg src1 = orig_src1; @@ -762,19 +927,19 @@ glsl_to_tgsi_visitor::emit_scalar(ir_instruction *ir, unsigned op, } } src0.swizzle = MAKE_SWIZZLE4(src0_swiz, src0_swiz, - src0_swiz, src0_swiz); + src0_swiz, src0_swiz); src1.swizzle = MAKE_SWIZZLE4(src1_swiz, src1_swiz, - src1_swiz, src1_swiz); + src1_swiz, src1_swiz); - inst = emit(ir, op, dst, src0, src1); - inst->dst.writemask = this_mask; + dst.writemask = this_mask; + emit(ir, op, dst, src0, src1); done_mask |= this_mask; } } void glsl_to_tgsi_visitor::emit_scalar(ir_instruction *ir, unsigned op, - st_dst_reg dst, st_src_reg src0) + st_dst_reg dst, st_src_reg src0) { st_src_reg undef = undef_src; @@ -785,7 +950,7 @@ glsl_to_tgsi_visitor::emit_scalar(ir_instruction *ir, unsigned op, void glsl_to_tgsi_visitor::emit_arl(ir_instruction *ir, - st_dst_reg dst, st_src_reg src0) + st_dst_reg dst, st_src_reg src0) { int op = TGSI_OPCODE_ARL; @@ -803,20 +968,20 @@ glsl_to_tgsi_visitor::emit_arl(ir_instruction *ir, * Emit an TGSI_OPCODE_SCS instruction * * The \c SCS opcode functions a bit differently than the other TGSI opcodes. - * Instead of splatting its result across all four components of the - * destination, it writes one value to the \c x component and another value to + * Instead of splatting its result across all four components of the + * destination, it writes one value to the \c x component and another value to * the \c y component. * * \param ir IR instruction being processed - * \param op Either \c TGSI_OPCODE_SIN or \c TGSI_OPCODE_COS depending + * \param op Either \c TGSI_OPCODE_SIN or \c TGSI_OPCODE_COS depending * on which value is desired. * \param dst Destination register * \param src Source register */ void glsl_to_tgsi_visitor::emit_scs(ir_instruction *ir, unsigned op, - st_dst_reg dst, - const st_src_reg &src) + st_dst_reg dst, + const st_src_reg &src) { /* Vertex programs cannot use the SCS opcode. */ @@ -855,7 +1020,7 @@ glsl_to_tgsi_visitor::emit_scs(ir_instruction *ir, unsigned op, unsigned src0_swiz = GET_SWZ(src.swizzle, i); src0.swizzle = MAKE_SWIZZLE4(src0_swiz, src0_swiz, - src0_swiz, src0_swiz); + src0_swiz, src0_swiz); for (unsigned j = i + 1; j < 4; j++) { /* If there is another enabled component in the destination that is * derived from the same inputs, generate its value on this pass as @@ -874,20 +1039,20 @@ glsl_to_tgsi_visitor::emit_scs(ir_instruction *ir, unsigned op, /* Emit the SCS instruction. */ inst = emit(ir, TGSI_OPCODE_SCS, tmp_dst, src0); - inst->dst.writemask = scs_mask; + inst->dst[0].writemask = scs_mask; /* Move the result of the SCS instruction to the desired location in * the destination. */ tmp.swizzle = MAKE_SWIZZLE4(component, component, - component, component); + component, component); inst = emit(ir, TGSI_OPCODE_SCS, dst, tmp); - inst->dst.writemask = this_mask; + inst->dst[0].writemask = this_mask; } else { /* Emit the SCS instruction to write directly to the destination. */ glsl_to_tgsi_instruction *inst = emit(ir, TGSI_OPCODE_SCS, dst, src0); - inst->dst.writemask = scs_mask; + inst->dst[0].writemask = scs_mask; } done_mask |= this_mask; @@ -896,35 +1061,54 @@ glsl_to_tgsi_visitor::emit_scs(ir_instruction *ir, unsigned op, int glsl_to_tgsi_visitor::add_constant(gl_register_file file, - gl_constant_value values[4], int size, int datatype, - GLuint *swizzle_out) + gl_constant_value values[8], int size, int datatype, + GLuint *swizzle_out) { if (file == PROGRAM_CONSTANT) { return _mesa_add_typed_unnamed_constant(this->prog->Parameters, values, size, datatype, swizzle_out); - } else { - int index = 0; - immediate_storage *entry; - assert(file == PROGRAM_IMMEDIATE); + } - /* Search immediate storage to see if we already have an identical - * immediate that we can use instead of adding a duplicate entry. - */ - foreach_in_list(immediate_storage, entry, &this->immediates) { - if (entry->size == size && - entry->type == datatype && - !memcmp(entry->values, values, size * sizeof(gl_constant_value))) { - return index; - } - index++; + assert(file == PROGRAM_IMMEDIATE); + + int index = 0; + immediate_storage *entry; + int size32 = size * (datatype == GL_DOUBLE ? 2 : 1); + int i; + + /* Search immediate storage to see if we already have an identical + * immediate that we can use instead of adding a duplicate entry. + */ + foreach_in_list(immediate_storage, entry, &this->immediates) { + immediate_storage *tmp = entry; + + for (i = 0; i * 4 < size32; i++) { + int slot_size = MIN2(size32 - (i * 4), 4); + if (tmp->type != datatype || tmp->size32 != slot_size) + break; + if (memcmp(tmp->values, &values[i * 4], + slot_size * sizeof(gl_constant_value))) + break; + + /* Everything matches, keep going until the full size is matched */ + tmp = (immediate_storage *)tmp->next; } - + + /* The full value matched */ + if (i * 4 >= size32) + return index; + + index++; + } + + for (i = 0; i * 4 < size32; i++) { + int slot_size = MIN2(size32 - (i * 4), 4); /* Add this immediate to the list. */ - entry = new(mem_ctx) immediate_storage(values, size, datatype); + entry = new(mem_ctx) immediate_storage(&values[i * 4], slot_size, datatype); this->immediates.push_tail(entry); this->num_immediates++; - return index; } + return index; } st_src_reg @@ -939,12 +1123,25 @@ glsl_to_tgsi_visitor::st_src_reg_for_float(float val) return src; } +st_src_reg +glsl_to_tgsi_visitor::st_src_reg_for_double(double val) +{ + st_src_reg src(PROGRAM_IMMEDIATE, -1, GLSL_TYPE_DOUBLE); + union gl_constant_value uval[2]; + + uval[0].u = *(uint32_t *)&val; + uval[1].u = *(((uint32_t *)&val) + 1); + src.index = add_constant(src.file, uval, 1, GL_DOUBLE, &src.swizzle); + + return src; +} + st_src_reg glsl_to_tgsi_visitor::st_src_reg_for_int(int val) { st_src_reg src(PROGRAM_IMMEDIATE, -1, GLSL_TYPE_INT); union gl_constant_value uval; - + assert(native_integers); uval.i = val; @@ -957,7 +1154,7 @@ st_src_reg glsl_to_tgsi_visitor::st_src_reg_for_type(int type, int val) { if (native_integers) - return type == GLSL_TYPE_FLOAT ? st_src_reg_for_float(val) : + return type == GLSL_TYPE_FLOAT ? st_src_reg_for_float(val) : st_src_reg_for_int(val); else return st_src_reg_for_float(val); @@ -984,6 +1181,23 @@ type_size(const struct glsl_type *type) */ return 1; } + break; + case GLSL_TYPE_DOUBLE: + if (type->is_matrix()) { + if (type->vector_elements <= 2) + return type->matrix_columns; + else + return type->matrix_columns * 2; + } else { + /* For doubles if we have a double or dvec2 they fit in one + * vec4, else they need 2 vec4s. + */ + if (type->vector_elements <= 2) + return 1; + else + return 2; + } + break; case GLSL_TYPE_ARRAY: assert(type->length > 0); return type_size(type->fields.array) * type->length; @@ -1049,7 +1263,7 @@ glsl_to_tgsi_visitor::get_temp(const glsl_type *type) variable_storage * glsl_to_tgsi_visitor::find_variable_storage(ir_variable *var) { - + foreach_in_list(variable_storage, entry, &this->variables) { if (entry->var == var) return entry; @@ -1110,7 +1324,7 @@ glsl_to_tgsi_visitor::visit(ir_variable *ir) for (unsigned int i = 0; i < ir->get_num_state_slots(); i++) { int index = _mesa_add_state_reference(this->prog->Parameters, - (gl_state_index *)slots[i].tokens); + (gl_state_index *)slots[i].tokens); if (storage->file == PROGRAM_STATE_VAR) { if (storage->index == -1) { @@ -1119,11 +1333,11 @@ glsl_to_tgsi_visitor::visit(ir_variable *ir) assert(index == storage->index + (int)i); } } else { - /* We use GLSL_TYPE_FLOAT here regardless of the actual type of - * the data being moved since MOV does not care about the type of - * data it is moving, and we don't want to declare registers with - * array or struct types. - */ + /* We use GLSL_TYPE_FLOAT here regardless of the actual type of + * the data being moved since MOV does not care about the type of + * data it is moving, and we don't want to declare registers with + * array or struct types. + */ st_src_reg src(PROGRAM_STATE_VAR, index, GLSL_TYPE_FLOAT); src.swizzle = slots[i].swizzle; emit(ir, TGSI_OPCODE_MOV, dst, src); @@ -1135,9 +1349,9 @@ glsl_to_tgsi_visitor::visit(ir_variable *ir) if (storage->file == PROGRAM_TEMPORARY && dst.index != storage->index + (int) ir->get_num_state_slots()) { fail_link(this->shader_program, - "failed to load builtin uniform `%s' (%d/%d regs loaded)\n", - ir->name, dst.index - storage->index, - type_size(ir->type)); + "failed to load builtin uniform `%s' (%d/%d regs loaded)\n", + ir->name, dst.index - storage->index, + type_size(ir->type)); } } } @@ -1261,7 +1475,7 @@ glsl_to_tgsi_visitor::try_emit_mad_for_and_not(ir_expression *ir, int try_operan void glsl_to_tgsi_visitor::reladdr_to_temp(ir_instruction *ir, - st_src_reg *reg, int *num_reladdr) + st_src_reg *reg, int *num_reladdr) { if (!reg->reladdr && !reg->reladdr2) return; @@ -1300,9 +1514,9 @@ glsl_to_tgsi_visitor::visit(ir_expression *ir) */ if (!native_integers && ir->operation == ir_binop_logic_and) { if (try_emit_mad_for_and_not(ir, 1)) - return; + return; if (try_emit_mad_for_and_not(ir, 0)) - return; + return; } if (ir->operation == ir_quadop_vector) @@ -1328,7 +1542,7 @@ glsl_to_tgsi_visitor::visit(ir_expression *ir) int vector_elements = ir->operands[0]->type->vector_elements; if (ir->operands[1]) { vector_elements = MAX2(vector_elements, - ir->operands[1]->type->vector_elements); + ir->operands[1]->type->vector_elements); } this->result.file = PROGRAM_UNDEFINED; @@ -1362,6 +1576,8 @@ glsl_to_tgsi_visitor::visit(ir_expression *ir) case ir_unop_neg: if (result_dst.type == GLSL_TYPE_INT || result_dst.type == GLSL_TYPE_UINT) emit(ir, TGSI_OPCODE_INEG, result_dst, op[0]); + else if (result_dst.type == GLSL_TYPE_DOUBLE) + emit(ir, TGSI_OPCODE_DNEG, result_dst, op[0]); else { op[0].negate = ~op[0].negate; result_src = op[0]; @@ -1441,6 +1657,14 @@ glsl_to_tgsi_visitor::visit(ir_expression *ir) break; } + case ir_unop_frexp_sig: + emit(ir, TGSI_OPCODE_DFRACEXP, result_dst, undef_dst, op[0]); + break; + + case ir_unop_frexp_exp: + emit(ir, TGSI_OPCODE_DFRACEXP, undef_dst, result_dst, op[0]); + break; + case ir_unop_noise: { /* At some point, a motivated person could add a better * implementation of noise. Currently not even the nvidia @@ -1463,7 +1687,7 @@ glsl_to_tgsi_visitor::visit(ir_expression *ir) emit(ir, TGSI_OPCODE_MUL, result_dst, op[0], op[1]); break; case ir_binop_div: - if (result_dst.type == GLSL_TYPE_FLOAT) + if (result_dst.type == GLSL_TYPE_FLOAT || result_dst.type == GLSL_TYPE_DOUBLE) assert(!"not reached: should be handled by ir_div_to_mul_rcp"); else emit(ir, TGSI_OPCODE_DIV, result_dst, op[0], op[1]); @@ -1498,15 +1722,15 @@ glsl_to_tgsi_visitor::visit(ir_expression *ir) if (ir->operands[0]->type->is_vector() || ir->operands[1]->type->is_vector()) { st_src_reg temp = get_temp(native_integers ? - glsl_type::get_instance(ir->operands[0]->type->base_type, 4, 1) : - glsl_type::vec4_type); - + glsl_type::uvec4_type : + glsl_type::vec4_type); + if (native_integers) { st_dst_reg temp_dst = st_dst_reg(temp); st_src_reg temp1 = st_src_reg(temp), temp2 = st_src_reg(temp); - + emit(ir, TGSI_OPCODE_SEQ, st_dst_reg(temp), op[0], op[1]); - + /* Emit 1-3 AND operations to combine the SEQ results. */ switch (ir->operands[0]->type->vector_elements) { case 2: @@ -1527,13 +1751,13 @@ glsl_to_tgsi_visitor::visit(ir_expression *ir) temp2.swizzle = SWIZZLE_WWWW; emit(ir, TGSI_OPCODE_AND, temp_dst, temp1, temp2); } - + temp1.swizzle = SWIZZLE_XXXX; temp2.swizzle = SWIZZLE_YYYY; emit(ir, TGSI_OPCODE_AND, result_dst, temp1, temp2); } else { emit(ir, TGSI_OPCODE_SNE, st_dst_reg(temp), op[0], op[1]); - + /* After the dot-product, the value will be an integer on the * range [0,4]. Zero becomes 1.0, and positive values become zero. */ @@ -1556,14 +1780,14 @@ glsl_to_tgsi_visitor::visit(ir_expression *ir) if (ir->operands[0]->type->is_vector() || ir->operands[1]->type->is_vector()) { st_src_reg temp = get_temp(native_integers ? - glsl_type::get_instance(ir->operands[0]->type->base_type, 4, 1) : - glsl_type::vec4_type); + glsl_type::uvec4_type : + glsl_type::vec4_type); emit(ir, TGSI_OPCODE_SNE, st_dst_reg(temp), op[0], op[1]); if (native_integers) { st_dst_reg temp_dst = st_dst_reg(temp); st_src_reg temp1 = st_src_reg(temp), temp2 = st_src_reg(temp); - + /* Emit 1-3 OR operations to combine the SNE results. */ switch (ir->operands[0]->type->vector_elements) { case 2: @@ -1584,7 +1808,7 @@ glsl_to_tgsi_visitor::visit(ir_expression *ir) temp2.swizzle = SWIZZLE_WWWW; emit(ir, TGSI_OPCODE_OR, temp_dst, temp1, temp2); } - + temp1.swizzle = SWIZZLE_XXXX; temp2.swizzle = SWIZZLE_YYYY; emit(ir, TGSI_OPCODE_OR, result_dst, temp1, temp2); @@ -1706,7 +1930,7 @@ glsl_to_tgsi_visitor::visit(ir_expression *ir) case ir_binop_logic_or: { if (native_integers) { - /* If integers are used as booleans, we can use an actual "or" + /* If integers are used as booleans, we can use an actual "or" * instruction. */ assert(native_integers); @@ -1756,8 +1980,7 @@ glsl_to_tgsi_visitor::visit(ir_expression *ir) case ir_unop_sqrt: if (have_sqrt) { emit_scalar(ir, TGSI_OPCODE_SQRT, result_dst, op[0]); - } - else { + } else { /* sqrt(x) = x * rsq(x). */ emit_scalar(ir, TGSI_OPCODE_RSQ, result_dst, op[0]); emit(ir, TGSI_OPCODE_MUL, result_dst, result_src, op[0]); @@ -1795,7 +2018,7 @@ glsl_to_tgsi_visitor::visit(ir_expression *ir) */ emit(ir, TGSI_OPCODE_AND, result_dst, op[0], st_src_reg_for_int(1)); } else { - /* Booleans and integers are both stored as floats when native + /* Booleans and integers are both stored as floats when native * integers are disabled. */ result_src = op[0]; @@ -1829,6 +2052,9 @@ glsl_to_tgsi_visitor::visit(ir_expression *ir) case ir_unop_f2b: emit(ir, TGSI_OPCODE_SNE, result_dst, op[0], st_src_reg_for_float(0.0)); break; + case ir_unop_d2b: + emit(ir, TGSI_OPCODE_SNE, result_dst, op[0], st_src_reg_for_double(0.0)); + break; case ir_unop_i2b: if (native_integers) emit(ir, TGSI_OPCODE_INEG, result_dst, op[0]); @@ -1908,12 +2134,12 @@ glsl_to_tgsi_visitor::visit(ir_expression *ir) st_src_reg index_reg = get_temp(glsl_type::uint_type); st_src_reg cbuf; - cbuf.type = glsl_type::vec4_type->base_type; + cbuf.type = ir->type->base_type; cbuf.file = PROGRAM_CONSTANT; cbuf.index = 0; cbuf.reladdr = NULL; cbuf.negate = 0; - + assert(ir->type->is_vector() || ir->type->is_scalar()); if (const_offset_ir) { @@ -1944,10 +2170,16 @@ glsl_to_tgsi_visitor::visit(ir_expression *ir) } cbuf.swizzle = swizzle_for_size(ir->type->vector_elements); - cbuf.swizzle += MAKE_SWIZZLE4(const_offset % 16 / 4, - const_offset % 16 / 4, - const_offset % 16 / 4, - const_offset % 16 / 4); + if (cbuf.type == GLSL_TYPE_DOUBLE) + cbuf.swizzle += MAKE_SWIZZLE4(const_offset % 16 / 8, + const_offset % 16 / 8, + const_offset % 16 / 8, + const_offset % 16 / 8); + else + cbuf.swizzle += MAKE_SWIZZLE4(const_offset % 16 / 4, + const_offset % 16 / 4, + const_offset % 16 / 4, + const_offset % 16 / 4); if (ir->type->base_type == GLSL_TYPE_BOOL) { emit(ir, TGSI_OPCODE_USNE, result_dst, cbuf, st_src_reg_for_int(0)); @@ -2004,11 +2236,44 @@ glsl_to_tgsi_visitor::visit(ir_expression *ir) case ir_binop_interpolate_at_sample: emit(ir, TGSI_OPCODE_INTERP_SAMPLE, result_dst, op[0], op[1]); break; + + case ir_unop_d2f: + emit(ir, TGSI_OPCODE_D2F, result_dst, op[0]); + break; + case ir_unop_f2d: + emit(ir, TGSI_OPCODE_F2D, result_dst, op[0]); + break; + case ir_unop_d2i: + emit(ir, TGSI_OPCODE_D2I, result_dst, op[0]); + break; + case ir_unop_i2d: + emit(ir, TGSI_OPCODE_I2D, result_dst, op[0]); + break; + case ir_unop_d2u: + emit(ir, TGSI_OPCODE_D2U, result_dst, op[0]); + break; + case ir_unop_u2d: + emit(ir, TGSI_OPCODE_U2D, result_dst, op[0]); + break; + case ir_unop_unpack_double_2x32: + case ir_unop_pack_double_2x32: + emit(ir, TGSI_OPCODE_MOV, result_dst, op[0]); + break; + + case ir_binop_ldexp: + if (ir->operands[0]->type->base_type == GLSL_TYPE_DOUBLE) { + emit(ir, TGSI_OPCODE_DLDEXP, result_dst, op[0], op[1]); + } else { + assert(!"Invalid ldexp for non-double opcode in glsl_to_tgsi_visitor::visit()"); + } + break; + case ir_unop_pack_snorm_2x16: case ir_unop_pack_unorm_2x16: case ir_unop_pack_half_2x16: case ir_unop_pack_snorm_4x8: case ir_unop_pack_unorm_4x8: + case ir_unop_unpack_snorm_2x16: case ir_unop_unpack_unorm_2x16: case ir_unop_unpack_half_2x16: @@ -2016,13 +2281,13 @@ glsl_to_tgsi_visitor::visit(ir_expression *ir) case ir_unop_unpack_half_2x16_split_y: case ir_unop_unpack_snorm_4x8: case ir_unop_unpack_unorm_4x8: + case ir_binop_pack_half_2x16_split: case ir_binop_bfm: case ir_triop_bfi: case ir_quadop_vector: case ir_binop_vector_extract: case ir_triop_vector_insert: - case ir_binop_ldexp: case ir_binop_carry: case ir_binop_borrow: /* This operation is not supported, or should have already been handled. @@ -2050,6 +2315,7 @@ glsl_to_tgsi_visitor::visit(ir_swizzle *ir) ir->val->accept(this); src = this->result; assert(src.file != PROGRAM_UNDEFINED); + assert(ir->type->vector_elements > 0); for (i = 0; i < 4; i++) { if (i < ir->type->vector_elements) { @@ -2090,7 +2356,7 @@ glsl_to_tgsi_visitor::visit(ir_dereference_variable *ir) switch (var->data.mode) { case ir_var_uniform: entry = new(mem_ctx) variable_storage(var, PROGRAM_UNIFORM, - var->data.location); + var->data.location); this->variables.push_tail(entry); break; case ir_var_shader_in: @@ -2388,18 +2654,20 @@ glsl_to_tgsi_visitor::process_move_condition(ir_rvalue *ir) void glsl_to_tgsi_visitor::emit_block_mov(ir_assignment *ir, const struct glsl_type *type, - st_dst_reg *l, st_src_reg *r) + st_dst_reg *l, st_src_reg *r, + st_src_reg *cond, bool cond_swap) { if (type->base_type == GLSL_TYPE_STRUCT) { for (unsigned int i = 0; i < type->length; i++) { - emit_block_mov(ir, type->fields.structure[i].type, l, r); + emit_block_mov(ir, type->fields.structure[i].type, l, r, + cond, cond_swap); } return; } if (type->is_array()) { for (unsigned int i = 0; i < type->length; i++) { - emit_block_mov(ir, type->fields.array, l, r); + emit_block_mov(ir, type->fields.array, l, r, cond, cond_swap); } return; } @@ -2411,7 +2679,7 @@ glsl_to_tgsi_visitor::emit_block_mov(ir_assignment *ir, const struct glsl_type * type->vector_elements, 1); for (int i = 0; i < type->matrix_columns; i++) { - emit_block_mov(ir, vec_type, l, r); + emit_block_mov(ir, vec_type, l, r, cond, cond_swap); } return; } @@ -2419,7 +2687,22 @@ glsl_to_tgsi_visitor::emit_block_mov(ir_assignment *ir, const struct glsl_type * assert(type->is_scalar() || type->is_vector()); r->type = type->base_type; - emit(ir, TGSI_OPCODE_MOV, *l, *r); + if (cond) { + st_src_reg l_src = st_src_reg(*l); + l_src.swizzle = swizzle_for_size(type->vector_elements); + + if (native_integers) { + emit(ir, TGSI_OPCODE_UCMP, *l, *cond, + cond_swap ? l_src : *r, + cond_swap ? *r : l_src); + } else { + emit(ir, TGSI_OPCODE_CMP, *l, *cond, + cond_swap ? l_src : *r, + cond_swap ? *r : l_src); + } + } else { + emit(ir, TGSI_OPCODE_MOV, *l, *r); + } l->index++; r->index++; } @@ -2429,7 +2712,6 @@ glsl_to_tgsi_visitor::visit(ir_assignment *ir) { st_dst_reg l; st_src_reg r; - int i; ir->rhs->accept(this); r = this->result; @@ -2486,35 +2768,13 @@ glsl_to_tgsi_visitor::visit(ir_assignment *ir) const bool switch_order = this->process_move_condition(ir->condition); st_src_reg condition = this->result; - for (i = 0; i < type_size(ir->lhs->type); i++) { - st_src_reg l_src = st_src_reg(l); - st_src_reg condition_temp = condition; - st_src_reg op1, op2; - l_src.swizzle = swizzle_for_size(ir->lhs->type->vector_elements); - - op1 = r; - op2 = l_src; - if (switch_order) { - op1 = l_src; - op2 = r; - } - - if (native_integers) { - emit(ir, TGSI_OPCODE_UCMP, l, condition_temp, op1, op2); - } - else { - emit(ir, TGSI_OPCODE_CMP, l, condition_temp, op1, op2); - } - - l.index++; - r.index++; - } + emit_block_mov(ir, ir->lhs->type, &l, &r, &condition, switch_order); } else if (ir->rhs->as_expression() && this->instructions.get_tail() && ir->rhs == ((glsl_to_tgsi_instruction *)this->instructions.get_tail())->ir && type_size(ir->lhs->type) == 1 && - l.writemask == ((glsl_to_tgsi_instruction *)this->instructions.get_tail())->dst.writemask) { - /* To avoid emitting an extra MOV when assigning an expression to a + l.writemask == ((glsl_to_tgsi_instruction *)this->instructions.get_tail())->dst[0].writemask) { + /* To avoid emitting an extra MOV when assigning an expression to a * variable, emit the last instruction of the expression again, but * replace the destination register with the target of the assignment. * Dead code elimination will remove the original instruction. @@ -2523,9 +2783,9 @@ glsl_to_tgsi_visitor::visit(ir_assignment *ir) inst = (glsl_to_tgsi_instruction *)this->instructions.get_tail(); new_inst = emit(ir, inst->op, l, inst->src[0], inst->src[1], inst->src[2]); new_inst->saturate = inst->saturate; - inst->dead_mask = inst->dst.writemask; + inst->dead_mask = inst->dst[0].writemask; } else { - emit_block_mov(ir, ir->rhs->type, &l, &r); + emit_block_mov(ir, ir->rhs->type, &l, &r, NULL, false); } } @@ -2534,7 +2794,7 @@ void glsl_to_tgsi_visitor::visit(ir_constant *ir) { st_src_reg src; - GLfloat stack_vals[4] = { 0 }; + GLdouble stack_vals[4] = { 0 }; gl_constant_value *values = (gl_constant_value *) stack_vals; GLenum gl_type = GL_NONE; unsigned int i; @@ -2622,6 +2882,13 @@ glsl_to_tgsi_visitor::visit(ir_constant *ir) values[i].f = ir->value.f[i]; } break; + case GLSL_TYPE_DOUBLE: + gl_type = GL_DOUBLE; + for (i = 0; i < ir->type->vector_elements; i++) { + values[i * 2].i = *(uint32_t *)&ir->value.d[i]; + values[i * 2 + 1].i = *(((uint32_t *)&ir->value.d[i]) + 1); + } + break; case GLSL_TYPE_UINT: gl_type = native_integers ? GL_UNSIGNED_INT : GL_FLOAT; for (i = 0; i < ir->type->vector_elements; i++) { @@ -2816,7 +3083,7 @@ glsl_to_tgsi_visitor::visit(ir_texture *ir) switch (ir->op) { case ir_tex: - opcode = (is_cube_array && ir->shadow_comparitor) ? TGSI_OPCODE_TEX2 : TGSI_OPCODE_TEX; + opcode = (is_cube_array && ir->shadow_comparitor) ? TGSI_OPCODE_TEX2 : TGSI_OPCODE_TEX; if (ir->offset) { ir->offset->accept(this); offset[0] = this->result; @@ -2936,8 +3203,8 @@ glsl_to_tgsi_visitor::visit(ir_texture *ir) tmp_src = get_temp(glsl_type::vec4_type); st_dst_reg tmp_dst = st_dst_reg(tmp_src); - /* Projective division not allowed for array samplers. */ - assert(!sampler_type->sampler_array); + /* Projective division not allowed for array samplers. */ + assert(!sampler_type->sampler_array); tmp_dst.writemask = WRITEMASK_Z; emit(ir, TGSI_OPCODE_MOV, tmp_dst, this->result); @@ -2979,7 +3246,6 @@ glsl_to_tgsi_visitor::visit(ir_texture *ir) } else { coord_dst.writemask = WRITEMASK_Z; } - emit(ir, TGSI_OPCODE_MOV, coord_dst, this->result); coord_dst.writemask = WRITEMASK_XYZW; } @@ -3229,7 +3495,6 @@ count_resources(glsl_to_tgsi_visitor *v, gl_program *prog) } } } - prog->SamplersUsed = v->samplers_used; if (v->shader_program != NULL) @@ -3268,9 +3533,9 @@ get_src_arg_mask(st_dst_reg dst, st_src_reg src) * Here is why this conversion is safe: * CMP T0, T1 T2 T0 can be expanded to: * if (T1 < 0.0) - * MOV T0, T2; + * MOV T0, T2; * else - * MOV T0, T0; + * MOV T0, T0; * * If (T1 < 0.0) evaluates to true then our replacement MOV T0, T2 is the same * as the original program. If (T1 < 0.0) evaluates to false, executing @@ -3292,7 +3557,8 @@ glsl_to_tgsi_visitor::simplify_cmp(void) unsigned prevWriteMask = 0; /* Give up if we encounter relative addressing or flow control. */ - if (inst->dst.reladdr || + if (inst->dst[0].reladdr || + inst->dst[1].reladdr || tgsi_get_opcode_info(inst->op)->is_branch || inst->op == TGSI_OPCODE_BGNSUB || inst->op == TGSI_OPCODE_CONT || @@ -3302,12 +3568,12 @@ glsl_to_tgsi_visitor::simplify_cmp(void) break; } - if (inst->dst.file == PROGRAM_OUTPUT) { - assert(inst->dst.index < MAX_PROGRAM_OUTPUTS); - prevWriteMask = outputWrites[inst->dst.index]; - outputWrites[inst->dst.index] |= inst->dst.writemask; - } else if (inst->dst.file == PROGRAM_TEMPORARY) { - if (inst->dst.index >= tempWritesSize) { + if (inst->dst[0].file == PROGRAM_OUTPUT) { + assert(inst->dst[0].index < MAX_PROGRAM_OUTPUTS); + prevWriteMask = outputWrites[inst->dst[0].index]; + outputWrites[inst->dst[0].index] |= inst->dst[0].writemask; + } else if (inst->dst[0].file == PROGRAM_TEMPORARY) { + if (inst->dst[0].index >= tempWritesSize) { const int inc = 4096; tempWrites = (unsigned*) @@ -3320,18 +3586,18 @@ glsl_to_tgsi_visitor::simplify_cmp(void) tempWritesSize += inc; } - prevWriteMask = tempWrites[inst->dst.index]; - tempWrites[inst->dst.index] |= inst->dst.writemask; + prevWriteMask = tempWrites[inst->dst[0].index]; + tempWrites[inst->dst[0].index] |= inst->dst[0].writemask; } else continue; /* For a CMP to be considered a conditional write, the destination * register and source register two must be the same. */ if (inst->op == TGSI_OPCODE_CMP - && !(inst->dst.writemask & prevWriteMask) - && inst->src[2].file == inst->dst.file - && inst->src[2].index == inst->dst.index - && inst->dst.writemask == get_src_arg_mask(inst->dst, inst->src[2])) { + && !(inst->dst[0].writemask & prevWriteMask) + && inst->src[2].file == inst->dst[0].file + && inst->src[2].index == inst->dst[0].index + && inst->dst[0].writemask == get_src_arg_mask(inst->dst[0], inst->src[2])) { inst->op = TGSI_OPCODE_MOV; inst->src[0] = inst->src[1]; @@ -3347,23 +3613,25 @@ glsl_to_tgsi_visitor::rename_temp_register(int index, int new_index) { foreach_in_list(glsl_to_tgsi_instruction, inst, &this->instructions) { unsigned j; - - for (j=0; j < num_inst_src_regs(inst->op); j++) { - if (inst->src[j].file == PROGRAM_TEMPORARY && + + for (j = 0; j < num_inst_src_regs(inst->op); j++) { + if (inst->src[j].file == PROGRAM_TEMPORARY && inst->src[j].index == index) { inst->src[j].index = new_index; } } - for (j=0; j < inst->tex_offset_num_offset; j++) { - if (inst->tex_offsets[j].file == PROGRAM_TEMPORARY && + for (j = 0; j < inst->tex_offset_num_offset; j++) { + if (inst->tex_offsets[j].file == PROGRAM_TEMPORARY && inst->tex_offsets[j].index == index) { inst->tex_offsets[j].index = new_index; } } - - if (inst->dst.file == PROGRAM_TEMPORARY && inst->dst.index == index) { - inst->dst.index = new_index; + + for (j = 0; j < num_inst_dst_regs(inst->op); j++) { + if (inst->dst[j].file == PROGRAM_TEMPORARY && inst->dst[j].index == index) { + inst->dst[j].index = new_index; + } } } } @@ -3374,21 +3642,20 @@ glsl_to_tgsi_visitor::get_first_temp_read(int index) int depth = 0; /* loop depth */ int loop_start = -1; /* index of the first active BGNLOOP (if any) */ unsigned i = 0, j; - + foreach_in_list(glsl_to_tgsi_instruction, inst, &this->instructions) { - for (j=0; j < num_inst_src_regs(inst->op); j++) { - if (inst->src[j].file == PROGRAM_TEMPORARY && + for (j = 0; j < num_inst_src_regs(inst->op); j++) { + if (inst->src[j].file == PROGRAM_TEMPORARY && inst->src[j].index == index) { return (depth == 0) ? i : loop_start; } } - for (j=0; j < inst->tex_offset_num_offset; j++) { - if (inst->tex_offsets[j].file == PROGRAM_TEMPORARY && + for (j = 0; j < inst->tex_offset_num_offset; j++) { + if (inst->tex_offsets[j].file == PROGRAM_TEMPORARY && inst->tex_offsets[j].index == index) { return (depth == 0) ? i : loop_start; } } - if (inst->op == TGSI_OPCODE_BGNLOOP) { if(depth++ == 0) loop_start = i; @@ -3397,10 +3664,8 @@ glsl_to_tgsi_visitor::get_first_temp_read(int index) loop_start = -1; } assert(depth >= 0); - i++; } - return -1; } @@ -3410,12 +3675,14 @@ glsl_to_tgsi_visitor::get_first_temp_write(int index) int depth = 0; /* loop depth */ int loop_start = -1; /* index of the first active BGNLOOP (if any) */ int i = 0; - + unsigned j; + foreach_in_list(glsl_to_tgsi_instruction, inst, &this->instructions) { - if (inst->dst.file == PROGRAM_TEMPORARY && inst->dst.index == index) { - return (depth == 0) ? i : loop_start; + for (j = 0; j < num_inst_dst_regs(inst->op); j++) { + if (inst->dst[j].file == PROGRAM_TEMPORARY && inst->dst[j].index == index) { + return (depth == 0) ? i : loop_start; + } } - if (inst->op == TGSI_OPCODE_BGNLOOP) { if(depth++ == 0) loop_start = i; @@ -3424,10 +3691,8 @@ glsl_to_tgsi_visitor::get_first_temp_write(int index) loop_start = -1; } assert(depth >= 0); - i++; } - return -1; } @@ -3437,30 +3702,27 @@ glsl_to_tgsi_visitor::get_last_temp_read(int index) int depth = 0; /* loop depth */ int last = -1; /* index of last instruction that reads the temporary */ unsigned i = 0, j; - + foreach_in_list(glsl_to_tgsi_instruction, inst, &this->instructions) { - for (j=0; j < num_inst_src_regs(inst->op); j++) { - if (inst->src[j].file == PROGRAM_TEMPORARY && + for (j = 0; j < num_inst_src_regs(inst->op); j++) { + if (inst->src[j].file == PROGRAM_TEMPORARY && inst->src[j].index == index) { last = (depth == 0) ? i : -2; } } - for (j=0; j < inst->tex_offset_num_offset; j++) { + for (j = 0; j < inst->tex_offset_num_offset; j++) { if (inst->tex_offsets[j].file == PROGRAM_TEMPORARY && inst->tex_offsets[j].index == index) last = (depth == 0) ? i : -2; } - if (inst->op == TGSI_OPCODE_BGNLOOP) depth++; else if (inst->op == TGSI_OPCODE_ENDLOOP) if (--depth == 0 && last == -2) last = i; assert(depth >= 0); - i++; } - assert(last >= -1); return last; } @@ -3471,21 +3733,22 @@ glsl_to_tgsi_visitor::get_last_temp_write(int index) int depth = 0; /* loop depth */ int last = -1; /* index of last instruction that writes to the temporary */ int i = 0; - + unsigned j; + foreach_in_list(glsl_to_tgsi_instruction, inst, &this->instructions) { - if (inst->dst.file == PROGRAM_TEMPORARY && inst->dst.index == index) - last = (depth == 0) ? i : -2; - + for (j = 0; j < num_inst_dst_regs(inst->op); j++) { + if (inst->dst[j].file == PROGRAM_TEMPORARY && inst->dst[j].index == index) + last = (depth == 0) ? i : -2; + } + if (inst->op == TGSI_OPCODE_BGNLOOP) depth++; else if (inst->op == TGSI_OPCODE_ENDLOOP) if (--depth == 0 && last == -2) last = i; assert(depth >= 0); - i++; } - assert(last >= -1); return last; } @@ -3514,14 +3777,14 @@ void glsl_to_tgsi_visitor::copy_propagate(void) { glsl_to_tgsi_instruction **acp = rzalloc_array(mem_ctx, - glsl_to_tgsi_instruction *, - this->next_temp * 4); + glsl_to_tgsi_instruction *, + this->next_temp * 4); int *acp_level = rzalloc_array(mem_ctx, int, this->next_temp * 4); int level = 0; foreach_in_list(glsl_to_tgsi_instruction, inst, &this->instructions) { - assert(inst->dst.file != PROGRAM_TEMPORARY - || inst->dst.index < this->next_temp); + assert(inst->dst[0].file != PROGRAM_TEMPORARY + || inst->dst[0].index < this->next_temp); /* First, do any copy propagation possible into the src regs. */ for (int r = 0; r < 3; r++) { @@ -3555,8 +3818,8 @@ glsl_to_tgsi_visitor::copy_propagate(void) if (first->src[0].file != copy_chan->src[0].file || first->src[0].index != copy_chan->src[0].index || first->src[0].index2D != copy_chan->src[0].index2D) { - good = false; - break; + good = false; + break; } } } @@ -3574,8 +3837,7 @@ glsl_to_tgsi_visitor::copy_propagate(void) for (int i = 0; i < 4; i++) { int src_chan = GET_SWZ(inst->src[r].swizzle, i); glsl_to_tgsi_instruction *copy_inst = acp[acp_base + src_chan]; - swizzle |= (GET_SWZ(copy_inst->src[0].swizzle, src_chan) << - (3 * i)); + swizzle |= (GET_SWZ(copy_inst->src[0].swizzle, src_chan) << (3 * i)); } inst->src[r].swizzle = swizzle; } @@ -3601,10 +3863,10 @@ glsl_to_tgsi_visitor::copy_propagate(void) for (int r = 0; r < this->next_temp; r++) { for (int c = 0; c < 4; c++) { if (!acp[4 * r + c]) - continue; + continue; if (acp_level[4 * r + c] >= level) - acp[4 * r + c] = NULL; + acp[4 * r + c] = NULL; } } if (inst->op == TGSI_OPCODE_ENDIF) @@ -3615,50 +3877,50 @@ glsl_to_tgsi_visitor::copy_propagate(void) /* Continuing the block, clear any written channels from * the ACP. */ - if (inst->dst.file == PROGRAM_TEMPORARY && inst->dst.reladdr) { - /* Any temporary might be written, so no copy propagation - * across this instruction. - */ - memset(acp, 0, sizeof(*acp) * this->next_temp * 4); - } else if (inst->dst.file == PROGRAM_OUTPUT && - inst->dst.reladdr) { - /* Any output might be written, so no copy propagation - * from outputs across this instruction. - */ - for (int r = 0; r < this->next_temp; r++) { - for (int c = 0; c < 4; c++) { - if (!acp[4 * r + c]) - continue; - - if (acp[4 * r + c]->src[0].file == PROGRAM_OUTPUT) - acp[4 * r + c] = NULL; + for (int d = 0; d < 2; d++) { + if (inst->dst[d].file == PROGRAM_TEMPORARY && inst->dst[d].reladdr) { + /* Any temporary might be written, so no copy propagation + * across this instruction. + */ + memset(acp, 0, sizeof(*acp) * this->next_temp * 4); + } else if (inst->dst[d].file == PROGRAM_OUTPUT && + inst->dst[d].reladdr) { + /* Any output might be written, so no copy propagation + * from outputs across this instruction. + */ + for (int r = 0; r < this->next_temp; r++) { + for (int c = 0; c < 4; c++) { + if (!acp[4 * r + c]) + continue; + + if (acp[4 * r + c]->src[0].file == PROGRAM_OUTPUT) + acp[4 * r + c] = NULL; + } } - } - } else if (inst->dst.file == PROGRAM_TEMPORARY || - inst->dst.file == PROGRAM_OUTPUT) { - /* Clear where it's used as dst. */ - if (inst->dst.file == PROGRAM_TEMPORARY) { - for (int c = 0; c < 4; c++) { - if (inst->dst.writemask & (1 << c)) { - acp[4 * inst->dst.index + c] = NULL; - } + } else if (inst->dst[d].file == PROGRAM_TEMPORARY || + inst->dst[d].file == PROGRAM_OUTPUT) { + /* Clear where it's used as dst. */ + if (inst->dst[d].file == PROGRAM_TEMPORARY) { + for (int c = 0; c < 4; c++) { + if (inst->dst[d].writemask & (1 << c)) + acp[4 * inst->dst[d].index + c] = NULL; + } } - } - - /* Clear where it's used as src. */ - for (int r = 0; r < this->next_temp; r++) { - for (int c = 0; c < 4; c++) { - if (!acp[4 * r + c]) - continue; - int src_chan = GET_SWZ(acp[4 * r + c]->src[0].swizzle, c); - - if (acp[4 * r + c]->src[0].file == inst->dst.file && - acp[4 * r + c]->src[0].index == inst->dst.index && - inst->dst.writemask & (1 << src_chan)) - { - acp[4 * r + c] = NULL; - } + /* Clear where it's used as src. */ + for (int r = 0; r < this->next_temp; r++) { + for (int c = 0; c < 4; c++) { + if (!acp[4 * r + c]) + continue; + + int src_chan = GET_SWZ(acp[4 * r + c]->src[0].swizzle, c); + + if (acp[4 * r + c]->src[0].file == inst->dst[d].file && + acp[4 * r + c]->src[0].index == inst->dst[d].index && + inst->dst[d].writemask & (1 << src_chan)) { + acp[4 * r + c] = NULL; + } + } } } } @@ -3667,18 +3929,18 @@ glsl_to_tgsi_visitor::copy_propagate(void) /* If this is a copy, add it to the ACP. */ if (inst->op == TGSI_OPCODE_MOV && - inst->dst.file == PROGRAM_TEMPORARY && - !(inst->dst.file == inst->src[0].file && - inst->dst.index == inst->src[0].index) && - !inst->dst.reladdr && + inst->dst[0].file == PROGRAM_TEMPORARY && + !(inst->dst[0].file == inst->src[0].file && + inst->dst[0].index == inst->src[0].index) && + !inst->dst[0].reladdr && !inst->saturate && !inst->src[0].reladdr && !inst->src[0].reladdr2 && !inst->src[0].negate) { for (int i = 0; i < 4; i++) { - if (inst->dst.writemask & (1 << i)) { - acp[4 * inst->dst.index + i] = inst; - acp_level[4 * inst->dst.index + i] = level; + if (inst->dst[0].writemask & (1 << i)) { + acp[4 * inst->dst[0].index + i] = inst; + acp_level[4 * inst->dst[0].index + i] = level; } } } @@ -3693,7 +3955,7 @@ glsl_to_tgsi_visitor::copy_propagate(void) * code elimination. * * The glsl_to_tgsi_visitor lazily produces code assuming that this pass - * will occur. As an example, a TXP production after copy propagation but + * will occur. As an example, a TXP production after copy propagation but * before this pass: * * 0: MOV TEMP[1], INPUT[4].xyyy; @@ -3715,9 +3977,9 @@ glsl_to_tgsi_visitor::eliminate_dead_code(void) int removed = 0; foreach_in_list(glsl_to_tgsi_instruction, inst, &this->instructions) { - assert(inst->dst.file != PROGRAM_TEMPORARY - || inst->dst.index < this->next_temp); - + assert(inst->dst[0].file != PROGRAM_TEMPORARY + || inst->dst[0].index < this->next_temp); + switch (inst->op) { case TGSI_OPCODE_BGNLOOP: case TGSI_OPCODE_ENDLOOP: @@ -3742,30 +4004,27 @@ glsl_to_tgsi_visitor::eliminate_dead_code(void) for (int r = 0; r < this->next_temp; r++) { for (int c = 0; c < 4; c++) { if (!writes[4 * r + c]) - continue; + continue; if (write_level[4 * r + c] == level) - write_level[4 * r + c] = level-1; + write_level[4 * r + c] = level-1; } } - if(inst->op == TGSI_OPCODE_ENDIF) --level; - break; case TGSI_OPCODE_IF: case TGSI_OPCODE_UIF: ++level; /* fallthrough to default case to mark the condition as read */ - default: /* Continuing the block, clear any channels from the write array that * are read by this instruction. */ for (unsigned i = 0; i < Elements(inst->src); i++) { if (inst->src[i].file == PROGRAM_TEMPORARY && inst->src[i].reladdr){ - /* Any temporary might be read, so no dead code elimination + /* Any temporary might be read, so no dead code elimination * across this instruction. */ memset(writes, 0, sizeof(*writes) * this->next_temp * 4); @@ -3775,17 +4034,16 @@ glsl_to_tgsi_visitor::eliminate_dead_code(void) src_chans |= 1 << GET_SWZ(inst->src[i].swizzle, 1); src_chans |= 1 << GET_SWZ(inst->src[i].swizzle, 2); src_chans |= 1 << GET_SWZ(inst->src[i].swizzle, 3); - + for (int c = 0; c < 4; c++) { - if (src_chans & (1 << c)) { - writes[4 * inst->src[i].index + c] = NULL; - } + if (src_chans & (1 << c)) + writes[4 * inst->src[i].index + c] = NULL; } } } for (unsigned i = 0; i < inst->tex_offset_num_offset; i++) { if (inst->tex_offsets[i].file == PROGRAM_TEMPORARY && inst->tex_offsets[i].reladdr){ - /* Any temporary might be read, so no dead code elimination + /* Any temporary might be read, so no dead code elimination * across this instruction. */ memset(writes, 0, sizeof(*writes) * this->next_temp * 4); @@ -3795,11 +4053,10 @@ glsl_to_tgsi_visitor::eliminate_dead_code(void) src_chans |= 1 << GET_SWZ(inst->tex_offsets[i].swizzle, 1); src_chans |= 1 << GET_SWZ(inst->tex_offsets[i].swizzle, 2); src_chans |= 1 << GET_SWZ(inst->tex_offsets[i].swizzle, 3); - + for (int c = 0; c < 4; c++) { - if (src_chans & (1 << c)) { - writes[4 * inst->tex_offsets[i].index + c] = NULL; - } + if (src_chans & (1 << c)) + writes[4 * inst->tex_offsets[i].index + c] = NULL; } } } @@ -3810,19 +4067,21 @@ glsl_to_tgsi_visitor::eliminate_dead_code(void) * If there is already an instruction in the write array for one or more * of the channels, flag that channel write as dead. */ - if (inst->dst.file == PROGRAM_TEMPORARY && - !inst->dst.reladdr && - !inst->saturate) { - for (int c = 0; c < 4; c++) { - if (inst->dst.writemask & (1 << c)) { - if (writes[4 * inst->dst.index + c]) { - if (write_level[4 * inst->dst.index + c] < level) - continue; - else - writes[4 * inst->dst.index + c]->dead_mask |= (1 << c); + for (unsigned i = 0; i < Elements(inst->dst); i++) { + if (inst->dst[i].file == PROGRAM_TEMPORARY && + !inst->dst[i].reladdr && + !inst->saturate) { + for (int c = 0; c < 4; c++) { + if (inst->dst[i].writemask & (1 << c)) { + if (writes[4 * inst->dst[i].index + c]) { + if (write_level[4 * inst->dst[i].index + c] < level) + continue; + else + writes[4 * inst->dst[i].index + c]->dead_mask |= (1 << c); + } + writes[4 * inst->dst[i].index + c] = inst; + write_level[4 * inst->dst[i].index + c] = level; } - writes[4 * inst->dst.index + c] = inst; - write_level[4 * inst->dst.index + c] = level; } } } @@ -3841,26 +4100,75 @@ glsl_to_tgsi_visitor::eliminate_dead_code(void) * the writemask of other instructions with dead channels. */ foreach_in_list_safe(glsl_to_tgsi_instruction, inst, &this->instructions) { - if (!inst->dead_mask || !inst->dst.writemask) + if (!inst->dead_mask || !inst->dst[0].writemask) continue; - else if ((inst->dst.writemask & ~inst->dead_mask) == 0) { + else if ((inst->dst[0].writemask & ~inst->dead_mask) == 0) { inst->remove(); delete inst; removed++; - } else - inst->dst.writemask &= ~(inst->dead_mask); + } else { + if (inst->dst[0].type == GLSL_TYPE_DOUBLE) { + if (inst->dead_mask == WRITEMASK_XY || + inst->dead_mask == WRITEMASK_ZW) + inst->dst[0].writemask &= ~(inst->dead_mask); + } else + inst->dst[0].writemask &= ~(inst->dead_mask); + } } ralloc_free(write_level); ralloc_free(writes); - + return removed; } -/* Merges temporary registers together where possible to reduce the number of +/* merge DFRACEXP instructions into one. */ +void +glsl_to_tgsi_visitor::merge_two_dsts(void) +{ + foreach_in_list_safe(glsl_to_tgsi_instruction, inst, &this->instructions) { + glsl_to_tgsi_instruction *inst2; + bool merged; + if (num_inst_dst_regs(inst->op) != 2) + continue; + + if (inst->dst[0].file != PROGRAM_UNDEFINED && + inst->dst[1].file != PROGRAM_UNDEFINED) + continue; + + inst2 = (glsl_to_tgsi_instruction *) inst->next; + do { + + if (inst->src[0].file == inst2->src[0].file && + inst->src[0].index == inst2->src[0].index && + inst->src[0].type == inst2->src[0].type && + inst->src[0].swizzle == inst2->src[0].swizzle) + break; + inst2 = (glsl_to_tgsi_instruction *) inst2->next; + } while (inst2); + + if (!inst2) + continue; + merged = false; + if (inst->dst[0].file == PROGRAM_UNDEFINED) { + merged = true; + inst->dst[0] = inst2->dst[0]; + } else if (inst->dst[1].file == PROGRAM_UNDEFINED) { + inst->dst[1] = inst2->dst[1]; + merged = true; + } + + if (merged) { + inst2->remove(); + delete inst2; + } + } +} + +/* Merges temporary registers together where possible to reduce the number of * registers needed to run a program. - * - * Produces optimal code only after copy propagation and dead code elimination + * + * Produces optimal code only after copy propagation and dead code elimination * have been run. */ void glsl_to_tgsi_visitor::merge_registers(void) @@ -3868,36 +4176,35 @@ glsl_to_tgsi_visitor::merge_registers(void) int *last_reads = rzalloc_array(mem_ctx, int, this->next_temp); int *first_writes = rzalloc_array(mem_ctx, int, this->next_temp); int i, j; - + /* Read the indices of the last read and first write to each temp register - * into an array so that we don't have to traverse the instruction list as + * into an array so that we don't have to traverse the instruction list as * much. */ - for (i=0; i < this->next_temp; i++) { + for (i = 0; i < this->next_temp; i++) { last_reads[i] = get_last_temp_read(i); first_writes[i] = get_first_temp_write(i); } - - /* Start looking for registers with non-overlapping usages that can be + + /* Start looking for registers with non-overlapping usages that can be * merged together. */ - for (i=0; i < this->next_temp; i++) { + for (i = 0; i < this->next_temp; i++) { /* Don't touch unused registers. */ if (last_reads[i] < 0 || first_writes[i] < 0) continue; - - for (j=0; j < this->next_temp; j++) { + + for (j = 0; j < this->next_temp; j++) { /* Don't touch unused registers. */ if (last_reads[j] < 0 || first_writes[j] < 0) continue; - - /* We can merge the two registers if the first write to j is after or - * in the same instruction as the last read from i. Note that the - * register at index i will always be used earlier or at the same time + + /* We can merge the two registers if the first write to j is after or + * in the same instruction as the last read from i. Note that the + * register at index i will always be used earlier or at the same time * as the register at index j. */ - if (first_writes[i] <= first_writes[j] && - last_reads[i] <= first_writes[j]) - { + if (first_writes[i] <= first_writes[j] && + last_reads[i] <= first_writes[j]) { rename_temp_register(j, i); /* Replace all references to j with i.*/ - - /* Update the first_writes and last_reads arrays with the new - * values for the merged register index, and mark the newly unused + + /* Update the first_writes and last_reads arrays with the new + * values for the merged register index, and mark the newly unused * register index as such. */ last_reads[i] = last_reads[j]; first_writes[j] = -1; @@ -3905,26 +4212,26 @@ glsl_to_tgsi_visitor::merge_registers(void) } } } - + ralloc_free(last_reads); ralloc_free(first_writes); } -/* Reassign indices to temporary registers by reusing unused indices created +/* Reassign indices to temporary registers by reusing unused indices created * by optimization passes. */ void glsl_to_tgsi_visitor::renumber_registers(void) { int i = 0; int new_index = 0; - - for (i=0; i < this->next_temp; i++) { + + for (i = 0; i < this->next_temp; i++) { if (get_first_temp_read(i) < 0) continue; if (i != new_index) rename_temp_register(i, new_index); new_index++; } - + this->next_temp = new_index; } @@ -4032,14 +4339,13 @@ get_pixel_transfer_visitor(struct st_fragment_program *fp, glsl_to_tgsi_instruction *newinst; st_src_reg src_regs[3]; - if (inst->dst.file == PROGRAM_OUTPUT) - prog->OutputsWritten |= BITFIELD64_BIT(inst->dst.index); + if (inst->dst[0].file == PROGRAM_OUTPUT) + prog->OutputsWritten |= BITFIELD64_BIT(inst->dst[0].index); - for (int i=0; i<3; i++) { + for (int i = 0; i < 3; i++) { src_regs[i] = inst->src[i]; if (src_regs[i].file == PROGRAM_INPUT && - src_regs[i].index == VARYING_SLOT_COL0) - { + src_regs[i].index == VARYING_SLOT_COL0) { src_regs[i].file = PROGRAM_TEMPORARY; src_regs[i].index = src0.index; } @@ -4047,7 +4353,7 @@ get_pixel_transfer_visitor(struct st_fragment_program *fp, prog->InputsRead |= BITFIELD64_BIT(src_regs[i].index); } - newinst = v->emit(NULL, inst->op, inst->dst, src_regs[0], src_regs[1], src_regs[2]); + newinst = v->emit(NULL, inst->op, inst->dst[0], src_regs[0], src_regs[1], src_regs[2]); newinst->tex_target = inst->tex_target; newinst->sampler_array_size = inst->sampler_array_size; } @@ -4118,16 +4424,16 @@ get_bitmap_visitor(struct st_fragment_program *fp, glsl_to_tgsi_instruction *newinst; st_src_reg src_regs[3]; - if (inst->dst.file == PROGRAM_OUTPUT) - prog->OutputsWritten |= BITFIELD64_BIT(inst->dst.index); + if (inst->dst[0].file == PROGRAM_OUTPUT) + prog->OutputsWritten |= BITFIELD64_BIT(inst->dst[0].index); - for (int i=0; i<3; i++) { + for (int i = 0; i < 3; i++) { src_regs[i] = inst->src[i]; if (src_regs[i].file == PROGRAM_INPUT) prog->InputsRead |= BITFIELD64_BIT(src_regs[i].index); } - newinst = v->emit(NULL, inst->op, inst->dst, src_regs[0], src_regs[1], src_regs[2]); + newinst = v->emit(NULL, inst->op, inst->dst[0], src_regs[0], src_regs[1], src_regs[2]); newinst->tex_target = inst->tex_target; newinst->sampler_array_size = inst->sampler_array_size; } @@ -4221,7 +4527,7 @@ static unsigned *get_label(struct st_translate *t, unsigned branch_target) if (t->labels_count + 1 >= t->labels_size) { t->labels_size = 1 << (util_logbase2(t->labels_size) + 1); - t->labels = (struct label *)realloc(t->labels, + t->labels = (struct label *)realloc(t->labels, t->labels_size * sizeof(struct label)); if (t->labels == NULL) { static unsigned dummy; @@ -4269,6 +4575,8 @@ emit_immediate(struct st_translate *t, { case GL_FLOAT: return ureg_DECL_immediate(ureg, &values[0].f, size); + case GL_DOUBLE: + return ureg_DECL_immediate_f64(ureg, (double *)&values[0].f, size); case GL_INT: return ureg_DECL_immediate_int(ureg, &values[0].i, size); case GL_UNSIGNED_INT: @@ -4405,20 +4713,23 @@ translate_dst(struct st_translate *t, const st_dst_reg *dst_reg, bool saturate, bool clamp_color) { - struct ureg_dst dst = dst_register(t, + struct ureg_dst dst = dst_register(t, dst_reg->file, dst_reg->index); + if (dst.File == TGSI_FILE_NULL) + return dst; + dst = ureg_writemask(dst, dst_reg->writemask); - + if (saturate) dst = ureg_saturate(dst); else if (clamp_color && dst_reg->file == PROGRAM_OUTPUT) { /* Clamp colors for ARB_color_buffer_float. */ switch (t->procType) { case TGSI_PROCESSOR_VERTEX: - /* XXX if the geometry shader is present, this must be done there - * instead of here. */ + /* This can only occur with a compatibility profile, which doesn't + * support geometry shaders. */ if (dst_reg->index == VARYING_SLOT_COL0 || dst_reg->index == VARYING_SLOT_COL1 || dst_reg->index == VARYING_SLOT_BFC0 || @@ -4536,7 +4847,7 @@ compile_tgsi_instruction(struct st_translate *t, { struct ureg_program *ureg = t->ureg; GLuint i; - struct ureg_dst dst[1]; + struct ureg_dst dst[2]; struct ureg_src src[4]; struct tgsi_texture_offset texoffsets[MAX_GLSL_TEXTURE_OFFSET]; @@ -4547,9 +4858,9 @@ compile_tgsi_instruction(struct st_translate *t, num_dst = num_inst_dst_regs(inst->op); num_src = num_inst_src_regs(inst->op); - if (num_dst) - dst[0] = translate_dst(t, - &inst->dst, + for (i = 0; i < num_dst; i++) + dst[i] = translate_dst(t, + &inst->dst[i], inst->saturate, clamp_dst_color_output); @@ -4569,7 +4880,7 @@ compile_tgsi_instruction(struct st_translate *t, ureg_label_insn(ureg, inst->op, src, num_src, - get_label(t, + get_label(t, inst->op == TGSI_OPCODE_CAL ? inst->function->sig_id : 0)); return; @@ -4636,9 +4947,9 @@ emit_wpos_adjustment( struct st_translate *t, * where T = INPUT[WPOS] by y is inverted. */ static const gl_state_index wposTransformState[STATE_LENGTH] - = { STATE_INTERNAL, STATE_FB_WPOS_Y_TRANSFORM, + = { STATE_INTERNAL, STATE_FB_WPOS_Y_TRANSFORM, (gl_state_index)0, (gl_state_index)0, (gl_state_index)0 }; - + /* XXX: note we are modifying the incoming shader here! Need to * do this before emitting the constant decls below, or this * will be missed: @@ -4772,7 +5083,7 @@ emit_wpos(struct st_context *st, else assert(0); } - + if (fp->PixelCenterInteger) { /* Fragment shader wants pixel center integer */ if (pscreen->get_param(pscreen, PIPE_CAP_TGSI_FS_COORD_PIXEL_CENTER_INTEGER)) { @@ -5024,7 +5335,7 @@ st_translate_program( ureg_writemask(t->outputs[i], TGSI_WRITEMASK_YZW), ureg_imm4f(ureg, 0.0f, 0.0f, 0.0f, 1.0f)); t->outputs[i] = ureg_writemask(t->outputs[i], TGSI_WRITEMASK_X); - } + } } if (passthrough_edgeflags) emit_edgeflags(t); @@ -5076,7 +5387,7 @@ st_translate_program( */ memcpy(t->array_sizes, program->array_sizes, sizeof(unsigned) * program->next_array); - /* Emit constants and uniforms. TGSI uses a single index space for these, + /* Emit constants and uniforms. TGSI uses a single index space for these, * so we put all the translated regs in t->constants. */ if (proginfo->Parameters) { @@ -5128,7 +5439,7 @@ st_translate_program( ureg_DECL_constant2D(t->ureg, first, last, i + 1); } } - + /* Emit immediate values. */ t->immediates = (struct ureg_src *) @@ -5140,7 +5451,7 @@ st_translate_program( i = 0; foreach_in_list(immediate_storage, imm, &program->immediates) { assert(i < program->num_immediates); - t->immediates[i++] = emit_immediate(t, imm->values, imm->type, imm->size); + t->immediates[i++] = emit_immediate(t, imm->values, imm->type, imm->size32); } assert(i == program->num_immediates); @@ -5219,7 +5530,7 @@ shader_stage_to_ptarget(gl_shader_stage stage) /** - * Convert a shader's GLSL IR into a Mesa gl_program, although without + * Convert a shader's GLSL IR into a Mesa gl_program, although without * generating Mesa IR. */ static struct gl_program * @@ -5256,7 +5567,7 @@ get_mesa_program(struct gl_context *ctx, _mesa_copy_linked_program_data(shader->Stage, shader_program, prog); _mesa_generate_parameters_list_for_uniforms(shader_program, shader, - prog->Parameters); + prog->Parameters); /* Remove reads from output registers. */ lower_output_reads(shader->ir); @@ -5292,14 +5603,14 @@ get_mesa_program(struct gl_context *ctx, } while (progress); #if 0 - /* Print out some information (for debugging purposes) used by the + /* Print out some information (for debugging purposes) used by the * optimization passes. */ - for (i=0; i < v->next_temp; i++) { + for (i = 0; i < v->next_temp; i++) { int fr = v->get_first_temp_read(i); int fw = v->get_first_temp_write(i); int lr = v->get_last_temp_read(i); int lw = v->get_last_temp_write(i); - + printf("Temp %d: FR=%3d FW=%3d LR=%3d LW=%3d\n", i, fr, fw, lr, lw); assert(fw <= fr); } @@ -5310,9 +5621,10 @@ get_mesa_program(struct gl_context *ctx, v->copy_propagate(); while (v->eliminate_dead_code()); + v->merge_two_dsts(); v->merge_registers(); v->renumber_registers(); - + /* Write the END instruction. */ v->emit(NULL, TGSI_OPCODE_END); @@ -5334,7 +5646,7 @@ get_mesa_program(struct gl_context *ctx, count_resources(v, prog); _mesa_reference_program(ctx, &shader->Program, prog); - + /* This has to be done last. Any operation the can cause * prog->ParameterValues to get reallocated (e.g., anything that adds a * program constant) has to happen before creating this linkage. @@ -5347,7 +5659,7 @@ get_mesa_program(struct gl_context *ctx, struct st_vertex_program *stvp; struct st_fragment_program *stfp; struct st_geometry_program *stgp; - + switch (shader->Type) { case GL_VERTEX_SHADER: stvp = (struct st_vertex_program *)prog; @@ -5374,7 +5686,7 @@ extern "C" { /** * Link a shader. * Called via ctx->Driver.LinkShader() - * This actually involves converting GLSL IR into an intermediate TGSI-like IR + * This actually involves converting GLSL IR into an intermediate TGSI-like IR * with code lowering and other optimizations. */ GLboolean @@ -5389,8 +5701,14 @@ st_link_shader(struct gl_context *ctx, struct gl_shader_program *prog) bool progress; exec_list *ir = prog->_LinkedShaders[i]->ir; + gl_shader_stage stage = _mesa_shader_enum_to_shader_stage(prog->_LinkedShaders[i]->Type); const struct gl_shader_compiler_options *options = - &ctx->Const.ShaderCompilerOptions[_mesa_shader_enum_to_shader_stage(prog->_LinkedShaders[i]->Type)]; + &ctx->Const.ShaderCompilerOptions[stage]; + unsigned ptarget = shader_stage_to_ptarget(stage); + bool have_dround = pscreen->get_shader_param(pscreen, ptarget, + PIPE_SHADER_CAP_TGSI_DROUND_SUPPORTED); + bool have_dfrexp = pscreen->get_shader_param(pscreen, ptarget, + PIPE_SHADER_CAP_TGSI_DFRACEXP_DLDEXP_SUPPORTED); /* If there are forms of indirect addressing that the driver * cannot handle, perform the lowering pass. @@ -5423,13 +5741,15 @@ st_link_shader(struct gl_context *ctx, struct gl_shader_program *prog) lower_offset_arrays(ir); do_mat_op_to_vec(ir); lower_instructions(ir, - MOD_TO_FRACT | + MOD_TO_FLOOR | DIV_TO_MUL_RCP | EXP_TO_EXP2 | LOG_TO_LOG2 | LDEXP_TO_ARITH | + (have_dfrexp ? 0 : DFREXP_DLDEXP_TO_ARITH) | CARRY_TO_ARITH | BORROW_TO_ARITH | + (have_dround ? 0 : DOPS_TO_DFRAC) | (options->EmitNoPow ? POW_TO_EXP2 : 0) | (!ctx->Const.NativeIntegers ? INT_DIV_TO_MUL_RCP : 0) | (options->EmitNoSat ? SAT_TO_CLAMP : 0)); @@ -5450,7 +5770,7 @@ st_link_shader(struct gl_context *ctx, struct gl_shader_program *prog) progress = do_common_optimization(ir, true, true, options, ctx->Const.NativeIntegers) - || progress; + || progress; progress = lower_if_to_cond_assign(ir, options->MaxIfDepth) || progress; @@ -5468,13 +5788,13 @@ st_link_shader(struct gl_context *ctx, struct gl_shader_program *prog) linked_prog = get_mesa_program(ctx, prog, prog->_LinkedShaders[i]); if (linked_prog) { - _mesa_reference_program(ctx, &prog->_LinkedShaders[i]->Program, - linked_prog); + _mesa_reference_program(ctx, &prog->_LinkedShaders[i]->Program, + linked_prog); if (!ctx->Driver.ProgramStringNotify(ctx, _mesa_shader_stage_to_program(i), linked_prog)) { - _mesa_reference_program(ctx, &prog->_LinkedShaders[i]->Program, - NULL); + _mesa_reference_program(ctx, &prog->_LinkedShaders[i]->Program, + NULL); _mesa_reference_program(ctx, &linked_prog, NULL); return GL_FALSE; } diff --git a/mesalib/src/mesa/state_tracker/st_manager.c b/mesalib/src/mesa/state_tracker/st_manager.c index 606d67891..5411d84b0 100644 --- a/mesalib/src/mesa/state_tracker/st_manager.c +++ b/mesalib/src/mesa/state_tracker/st_manager.c @@ -685,7 +685,7 @@ st_api_create_context(struct st_api *stapi, struct st_manager *smapi, if (attribs->major > 1 || attribs->minor > 0) { /* Is the actual version less than the requested version? */ - if (st->ctx->Version < attribs->major * 10 + attribs->minor) { + if (st->ctx->Version < attribs->major * 10U + attribs->minor) { *error = ST_CONTEXT_ERROR_BAD_VERSION; st_destroy_context(st); return NULL; diff --git a/mesalib/src/mesa/state_tracker/st_mesa_to_tgsi.c b/mesalib/src/mesa/state_tracker/st_mesa_to_tgsi.c index 2c9d9a523..3dd8a14b6 100644 --- a/mesalib/src/mesa/state_tracker/st_mesa_to_tgsi.c +++ b/mesalib/src/mesa/state_tracker/st_mesa_to_tgsi.c @@ -299,8 +299,8 @@ translate_dst( struct st_translate *t, /* Clamp colors for ARB_color_buffer_float. */ switch (t->procType) { case TGSI_PROCESSOR_VERTEX: - /* XXX if the geometry shader is present, this must be done there - * instead of here. */ + /* This can only occur with a compatibility profile, which doesn't + * support geometry shaders. */ if (DstReg->Index == VARYING_SLOT_COL0 || DstReg->Index == VARYING_SLOT_COL1 || DstReg->Index == VARYING_SLOT_BFC0 || diff --git a/mesalib/src/mesa/state_tracker/st_program.c b/mesalib/src/mesa/state_tracker/st_program.c index 737c2694e..10a5f2900 100644 --- a/mesalib/src/mesa/state_tracker/st_program.c +++ b/mesalib/src/mesa/state_tracker/st_program.c @@ -1095,7 +1095,7 @@ st_translate_geometry_program(struct st_context *st, /* find max output slot referenced to compute gs_num_outputs */ for (attr = 0; attr < VARYING_SLOT_MAX; attr++) { - if (outputMapping[attr] != ~0 && outputMapping[attr] > maxSlot) + if (outputMapping[attr] != ~0U && outputMapping[attr] > maxSlot) maxSlot = outputMapping[attr]; } gs_num_outputs = maxSlot + 1; diff --git a/mesalib/src/mesa/state_tracker/st_texture.h b/mesalib/src/mesa/state_tracker/st_texture.h index d66afcb56..2f540295f 100644 --- a/mesalib/src/mesa/state_tracker/st_texture.h +++ b/mesalib/src/mesa/state_tracker/st_texture.h @@ -123,6 +123,12 @@ st_texture_image(struct gl_texture_image *img) return (struct st_texture_image *) img; } +static INLINE const struct st_texture_image * +st_texture_image_const(const struct gl_texture_image *img) +{ + return (const struct st_texture_image *) img; +} + static INLINE struct st_texture_object * st_texture_object(struct gl_texture_object *obj) { diff --git a/mesalib/src/mesa/swrast/s_aaline.c b/mesalib/src/mesa/swrast/s_aaline.c index b4e05ff80..6aea9d545 100644 --- a/mesalib/src/mesa/swrast/s_aaline.c +++ b/mesalib/src/mesa/swrast/s_aaline.c @@ -27,6 +27,7 @@ #include "main/imports.h" #include "main/macros.h" #include "main/mtypes.h" +#include "main/teximage.h" #include "swrast/s_aaline.h" #include "swrast/s_context.h" #include "swrast/s_span.h" diff --git a/mesalib/src/mesa/swrast/s_aalinetemp.h b/mesalib/src/mesa/swrast/s_aalinetemp.h index 670b663bd..f1d078fd8 100644 --- a/mesalib/src/mesa/swrast/s_aalinetemp.h +++ b/mesalib/src/mesa/swrast/s_aalinetemp.h @@ -179,7 +179,8 @@ NAME(line)(struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1) if (attr >= VARYING_SLOT_TEX0 && attr < VARYING_SLOT_VAR0) { const GLuint u = attr - VARYING_SLOT_TEX0; const struct gl_texture_object *obj = ctx->Texture.Unit[u]._Current; - const struct gl_texture_image *texImage = obj->Image[0][obj->BaseLevel]; + const struct gl_texture_image *texImage = + _mesa_base_tex_image(obj); line.texWidth[attr] = (GLfloat) texImage->Width; line.texHeight[attr] = (GLfloat) texImage->Height; } diff --git a/mesalib/src/mesa/swrast/s_blit.c b/mesalib/src/mesa/swrast/s_blit.c index e3b45f146..16e5b8c1c 100644 --- a/mesalib/src/mesa/swrast/s_blit.c +++ b/mesalib/src/mesa/swrast/s_blit.c @@ -107,14 +107,14 @@ RESAMPLE(resample_row_16, GLuint, 4) */ static void blit_nearest(struct gl_context *ctx, + struct gl_framebuffer *readFb, + struct gl_framebuffer *drawFb, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield buffer) { struct gl_renderbuffer *readRb, *drawRb = NULL; struct gl_renderbuffer_attachment *readAtt = NULL, *drawAtt = NULL; - struct gl_framebuffer *readFb = ctx->ReadBuffer; - struct gl_framebuffer *drawFb = ctx->DrawBuffer; GLuint numDrawBuffers = 0; GLuint i; @@ -508,11 +508,11 @@ resample_linear_row_float(GLint srcWidth, GLint dstWidth, */ static void blit_linear(struct gl_context *ctx, + struct gl_framebuffer *readFb, + struct gl_framebuffer *drawFb, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1) { - struct gl_framebuffer *drawFb = ctx->DrawBuffer; - struct gl_framebuffer *readFb = ctx->ReadBuffer; struct gl_renderbuffer *readRb = readFb->_ColorReadBuffer; struct gl_renderbuffer_attachment *readAtt = &readFb->Attachment[readFb->_ColorReadBufferIndex]; @@ -733,6 +733,8 @@ fail_no_memory: */ void _swrast_BlitFramebuffer(struct gl_context *ctx, + struct gl_framebuffer *readFb, + struct gl_framebuffer *drawFb, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) @@ -756,7 +758,7 @@ _swrast_BlitFramebuffer(struct gl_context *ctx, if (!_mesa_check_conditional_render(ctx)) return; /* Do not blit */ - if (!_mesa_clip_blit(ctx, &srcX0, &srcY0, &srcX1, &srcY1, + if (!_mesa_clip_blit(ctx, readFb, drawFb, &srcX0, &srcY0, &srcX1, &srcY1, &dstX0, &dstY0, &dstX1, &dstY1)) { return; } @@ -775,33 +777,34 @@ _swrast_BlitFramebuffer(struct gl_context *ctx, dstY0 < dstY1) { for (i = 0; i < 3; i++) { if (mask & buffers[i]) { - if (swrast_fast_copy_pixels(ctx, - srcX0, srcY0, - srcX1 - srcX0, srcY1 - srcY0, - dstX0, dstY0, - buffer_enums[i])) { - mask &= ~buffers[i]; - } - } + if (swrast_fast_copy_pixels(ctx, + readFb, drawFb, + srcX0, srcY0, + srcX1 - srcX0, srcY1 - srcY0, + dstX0, dstY0, + buffer_enums[i])) { + mask &= ~buffers[i]; + } + } } if (!mask) - return; + return; } if (filter == GL_NEAREST) { for (i = 0; i < 3; i++) { - if (mask & buffers[i]) { - blit_nearest(ctx, srcX0, srcY0, srcX1, srcY1, - dstX0, dstY0, dstX1, dstY1, buffers[i]); - } + if (mask & buffers[i]) { + blit_nearest(ctx, readFb, drawFb, srcX0, srcY0, srcX1, srcY1, + dstX0, dstY0, dstX1, dstY1, buffers[i]); + } } } else { ASSERT(filter == GL_LINEAR); if (mask & GL_COLOR_BUFFER_BIT) { /* depth/stencil not allowed */ - blit_linear(ctx, srcX0, srcY0, srcX1, srcY1, - dstX0, dstY0, dstX1, dstY1); + blit_linear(ctx, readFb, drawFb, srcX0, srcY0, srcX1, srcY1, + dstX0, dstY0, dstX1, dstY1); } } diff --git a/mesalib/src/mesa/swrast/s_copypix.c b/mesalib/src/mesa/swrast/s_copypix.c index d00173476..e21c69dbc 100644 --- a/mesalib/src/mesa/swrast/s_copypix.c +++ b/mesalib/src/mesa/swrast/s_copypix.c @@ -442,11 +442,11 @@ end: */ GLboolean swrast_fast_copy_pixels(struct gl_context *ctx, - GLint srcX, GLint srcY, GLsizei width, GLsizei height, - GLint dstX, GLint dstY, GLenum type) + struct gl_framebuffer *srcFb, + struct gl_framebuffer *dstFb, + GLint srcX, GLint srcY, GLsizei width, GLsizei height, + GLint dstX, GLint dstY, GLenum type) { - struct gl_framebuffer *srcFb = ctx->ReadBuffer; - struct gl_framebuffer *dstFb = ctx->DrawBuffer; struct gl_renderbuffer *srcRb, *dstRb; GLint row; GLuint pixelBytes, widthInBytes; @@ -620,9 +620,9 @@ map_readbuffer(struct gl_context *ctx, GLenum type) * By time we get here, all parameters will have been error-checked. */ void -_swrast_CopyPixels( struct gl_context *ctx, - GLint srcx, GLint srcy, GLsizei width, GLsizei height, - GLint destx, GLint desty, GLenum type ) +_swrast_CopyPixels(struct gl_context *ctx, + GLint srcx, GLint srcy, GLsizei width, GLsizei height, + GLint destx, GLint desty, GLenum type) { SWcontext *swrast = SWRAST_CONTEXT(ctx); struct gl_renderbuffer *rb; @@ -634,11 +634,12 @@ _swrast_CopyPixels( struct gl_context *ctx, _swrast_validate_derived( ctx ); if (!(SWRAST_CONTEXT(ctx)->_RasterMask != 0x0 || - ctx->Pixel.ZoomX != 1.0F || - ctx->Pixel.ZoomY != 1.0F || - ctx->_ImageTransferState) && - swrast_fast_copy_pixels(ctx, srcx, srcy, width, height, destx, desty, - type)) { + ctx->Pixel.ZoomX != 1.0F || + ctx->Pixel.ZoomY != 1.0F || + ctx->_ImageTransferState) && + swrast_fast_copy_pixels(ctx, ctx->ReadBuffer, ctx->DrawBuffer, + srcx, srcy, width, height, destx, desty, + type)) { /* all done */ return; } diff --git a/mesalib/src/mesa/swrast/s_drawpix.c b/mesalib/src/mesa/swrast/s_drawpix.c index f7926e426..c99251904 100644 --- a/mesalib/src/mesa/swrast/s_drawpix.c +++ b/mesalib/src/mesa/swrast/s_drawpix.c @@ -29,6 +29,8 @@ #include "main/condrender.h" #include "main/context.h" #include "main/format_pack.h" +#include "main/format_utils.h" +#include "main/glformats.h" #include "main/image.h" #include "main/imports.h" #include "main/macros.h" @@ -414,7 +416,6 @@ draw_rgba_pixels( struct gl_context *ctx, GLint x, GLint y, { const GLint imgX = x, imgY = y; const GLboolean zoom = ctx->Pixel.ZoomX!=1.0 || ctx->Pixel.ZoomY!=1.0; - GLfloat *convImage = NULL; GLbitfield transferOps = ctx->_ImageTransferState; SWspan span; @@ -452,6 +453,28 @@ draw_rgba_pixels( struct gl_context *ctx, GLint x, GLint y, GLint skipPixels = 0; /* use span array for temp color storage */ GLfloat *rgba = (GLfloat *) span.array->attribs[VARYING_SLOT_COL0]; + void *tempImage = NULL; + + if (unpack->SwapBytes) { + /* We have to handle byte-swapping scenarios before calling + * _mesa_format_convert + */ + GLint swapSize = _mesa_sizeof_packed_type(type); + if (swapSize == 2 || swapSize == 4) { + int components = _mesa_components_in_format(format); + int elementCount = width * height * components; + tempImage = malloc(elementCount * swapSize); + if (!tempImage) { + _mesa_error(ctx, GL_OUT_OF_MEMORY, "glDrawPixels"); + return; + } + if (swapSize == 2) + _mesa_swap2_copy(tempImage, (GLushort *) pixels, elementCount); + else + _mesa_swap4_copy(tempImage, (GLuint *) pixels, elementCount); + pixels = tempImage; + } + } /* if the span is wider than SWRAST_MAX_WIDTH we have to do it in chunks */ while (skipPixels < width) { @@ -462,11 +485,15 @@ draw_rgba_pixels( struct gl_context *ctx, GLint x, GLint y, type, 0, skipPixels); GLint row; + /* get image row as float/RGBA */ + uint32_t srcMesaFormat = _mesa_format_from_format_and_type(format, type); for (row = 0; row < height; row++) { - /* get image row as float/RGBA */ - _mesa_unpack_color_span_float(ctx, spanWidth, GL_RGBA, rgba, - format, type, source, unpack, - transferOps); + int dstRowStride = 4 * width * sizeof(float); + _mesa_format_convert(rgba, RGBA32_FLOAT, dstRowStride, + (void*)source, srcMesaFormat, srcStride, + spanWidth, 1, NULL); + if (transferOps) + _mesa_apply_rgba_transfer_ops(ctx, transferOps, spanWidth, (GLfloat (*)[4])rgba); /* Set these for each row since the _swrast_write_* functions * may change them while clipping/rendering. */ @@ -491,9 +518,9 @@ draw_rgba_pixels( struct gl_context *ctx, GLint x, GLint y, /* XXX this is ugly/temporary, to undo above change */ span.array->ChanType = CHAN_TYPE; - } - free(convImage); + free(tempImage); + } swrast_render_finish(ctx); } diff --git a/mesalib/src/mesa/swrast/s_fragprog.c b/mesalib/src/mesa/swrast/s_fragprog.c index 21699f3ea..1d7c33619 100644 --- a/mesalib/src/mesa/swrast/s_fragprog.c +++ b/mesalib/src/mesa/swrast/s_fragprog.c @@ -25,6 +25,7 @@ #include "main/glheader.h" #include "main/colormac.h" #include "main/samplerobj.h" +#include "main/teximage.h" #include "program/prog_instruction.h" #include "s_context.h" @@ -116,8 +117,7 @@ fetch_texel_deriv( struct gl_context *ctx, const GLfloat texcoord[4], const struct gl_texture_object *texObj = texUnit->_Current; if (texObj) { - const struct gl_texture_image *texImg = - texObj->Image[0][texObj->BaseLevel]; + const struct gl_texture_image *texImg = _mesa_base_tex_image(texObj); const struct swrast_texture_image *swImg = swrast_texture_image_const(texImg); const struct gl_sampler_object *samp = _mesa_get_samplerobj(ctx, unit); diff --git a/mesalib/src/mesa/swrast/s_span.c b/mesalib/src/mesa/swrast/s_span.c index 10aa33c6f..321959df9 100644 --- a/mesalib/src/mesa/swrast/s_span.c +++ b/mesalib/src/mesa/swrast/s_span.c @@ -39,6 +39,7 @@ #include "main/imports.h" #include "main/image.h" #include "main/samplerobj.h" +#include "main/teximage.h" #include "s_atifragshader.h" #include "s_alpha.h" @@ -495,7 +496,7 @@ interpolate_texcoords(struct gl_context *ctx, SWspan *span) GLfloat q = span->attrStart[attr][3] + span->leftClip * dqdx; if (obj) { - const struct gl_texture_image *img = obj->Image[0][obj->BaseLevel]; + const struct gl_texture_image *img = _mesa_base_tex_image(obj); const struct swrast_texture_image *swImg = swrast_texture_image_const(img); const struct gl_sampler_object *samp = _mesa_get_samplerobj(ctx, u); @@ -932,19 +933,19 @@ clamp_colors(SWspan *span) * \param output which fragment program color output is being processed */ static inline void -convert_color_type(SWspan *span, GLenum newType, GLuint output) +convert_color_type(SWspan *span, GLenum srcType, GLenum newType, GLuint output) { GLvoid *src, *dst; - if (output > 0 || span->array->ChanType == GL_FLOAT) { + if (output > 0 || srcType == GL_FLOAT) { src = span->array->attribs[VARYING_SLOT_COL0 + output]; span->array->ChanType = GL_FLOAT; } - else if (span->array->ChanType == GL_UNSIGNED_BYTE) { + else if (srcType == GL_UNSIGNED_BYTE) { src = span->array->rgba8; } else { - ASSERT(span->array->ChanType == GL_UNSIGNED_SHORT); + ASSERT(srcType == GL_UNSIGNED_SHORT); src = span->array->rgba16; } @@ -978,7 +979,7 @@ shade_texture_span(struct gl_context *ctx, SWspan *span) ctx->ATIFragmentShader._Enabled) { /* programmable shading */ if (span->primitive == GL_BITMAP && span->array->ChanType != GL_FLOAT) { - convert_color_type(span, GL_FLOAT, 0); + convert_color_type(span, span->array->ChanType, GL_FLOAT, 0); } else { span->array->rgba = (void *) span->array->attribs[VARYING_SLOT_COL0]; @@ -1313,6 +1314,8 @@ _swrast_write_rgba_span( struct gl_context *ctx, SWspan *span) const GLboolean multiFragOutputs = _swrast_use_fragment_program(ctx) && fp->Base.OutputsWritten >= (1 << FRAG_RESULT_DATA0); + /* Save srcColorType because convert_color_type() can change it */ + const GLenum srcColorType = span->array->ChanType; GLuint buf; for (buf = 0; buf < numBuffers; buf++) { @@ -1324,17 +1327,18 @@ _swrast_write_rgba_span( struct gl_context *ctx, SWspan *span) /* re-use one of the attribute array buffers for rgbaSave */ GLchan (*rgbaSave)[4] = (GLchan (*)[4]) span->array->attribs[0]; struct swrast_renderbuffer *srb = swrast_renderbuffer(rb); - GLenum colorType = srb->ColorType; + const GLenum dstColorType = srb->ColorType; - assert(colorType == GL_UNSIGNED_BYTE || - colorType == GL_FLOAT); + assert(dstColorType == GL_UNSIGNED_BYTE || + dstColorType == GL_FLOAT); /* set span->array->rgba to colors for renderbuffer's datatype */ - if (span->array->ChanType != colorType) { - convert_color_type(span, colorType, 0); + if (srcColorType != dstColorType) { + convert_color_type(span, srcColorType, dstColorType, + multiFragOutputs ? buf : 0); } else { - if (span->array->ChanType == GL_UNSIGNED_BYTE) { + if (srcColorType == GL_UNSIGNED_BYTE) { span->array->rgba = span->array->rgba8; } else { diff --git a/mesalib/src/mesa/swrast/s_texfetch.c b/mesalib/src/mesa/swrast/s_texfetch.c index 0f6da919d..9629024b9 100644 --- a/mesalib/src/mesa/swrast/s_texfetch.c +++ b/mesalib/src/mesa/swrast/s_texfetch.c @@ -166,6 +166,8 @@ texfetch_funcs[] = FETCH_FUNCS(B10G10R10A2_UNORM), FETCH_NULL(B10G10R10X2_UNORM), FETCH_FUNCS(R10G10B10A2_UNORM), + FETCH_NULL(R10G10B10X2_UNORM), + FETCH_FUNCS(S8_UINT_Z24_UNORM), { MESA_FORMAT_X8_UINT_Z24_UNORM, @@ -180,6 +182,13 @@ texfetch_funcs[] = fetch_texel_2d_Z24_UNORM_S8_UINT, fetch_texel_3d_Z24_UNORM_S8_UINT }, + FETCH_NULL(R3G3B2_UNORM), + FETCH_NULL(A4B4G4R4_UNORM), + FETCH_NULL(R4G4B4A4_UNORM), + FETCH_NULL(R5G5B5A1_UNORM), + FETCH_NULL(A2B10G10R10_UNORM), + FETCH_NULL(A2R10G10B10_UNORM), + FETCH_FUNCS(YCBCR), FETCH_FUNCS(YCBCR_REV), @@ -276,6 +285,8 @@ texfetch_funcs[] = /* Packed signed/unsigned non-normalized integer formats */ FETCH_NULL(B10G10R10A2_UINT), FETCH_NULL(R10G10B10A2_UINT), + FETCH_NULL(A2B10G10R10_UINT), + FETCH_NULL(A2R10G10B10_UINT), /* Array signed/unsigned non-normalized integer formats */ FETCH_NULL(A_UINT8), diff --git a/mesalib/src/mesa/swrast/s_texfetch_tmp.h b/mesalib/src/mesa/swrast/s_texfetch_tmp.h index 7ff30f6b4..45bd83950 100644 --- a/mesalib/src/mesa/swrast/s_texfetch_tmp.h +++ b/mesalib/src/mesa/swrast/s_texfetch_tmp.h @@ -39,6 +39,7 @@ * \author Brian Paul */ +#include #if DIM == 1 @@ -68,1244 +69,128 @@ #error illegal number of texture dimensions #endif - -static void -FETCH(Z_UNORM32)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLuint *src = TEXEL_ADDR(GLuint, texImage, i, j, k, 1); - texel[0] = src[0] * (1.0F / 0xffffffff); -} - - -static void -FETCH(Z_UNORM16)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLushort *src = TEXEL_ADDR(GLushort, texImage, i, j, k, 1); - texel[0] = src[0] * (1.0F / 65535.0F); -} - - -static void -FETCH(RGBA_FLOAT32)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLfloat *src = TEXEL_ADDR(GLfloat, texImage, i, j, k, 4); - texel[RCOMP] = src[0]; - texel[GCOMP] = src[1]; - texel[BCOMP] = src[2]; - texel[ACOMP] = src[3]; -} - - -static void -FETCH(RGBA_FLOAT16)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLhalfARB *src = TEXEL_ADDR(GLhalfARB, texImage, i, j, k, 4); - texel[RCOMP] = _mesa_half_to_float(src[0]); - texel[GCOMP] = _mesa_half_to_float(src[1]); - texel[BCOMP] = _mesa_half_to_float(src[2]); - texel[ACOMP] = _mesa_half_to_float(src[3]); -} - - -static void -FETCH(RGB_FLOAT32)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLfloat *src = TEXEL_ADDR(GLfloat, texImage, i, j, k, 3); - texel[RCOMP] = src[0]; - texel[GCOMP] = src[1]; - texel[BCOMP] = src[2]; - texel[ACOMP] = 1.0F; -} - - -static void -FETCH(RGB_FLOAT16)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLhalfARB *src = TEXEL_ADDR(GLhalfARB, texImage, i, j, k, 3); - texel[RCOMP] = _mesa_half_to_float(src[0]); - texel[GCOMP] = _mesa_half_to_float(src[1]); - texel[BCOMP] = _mesa_half_to_float(src[2]); - texel[ACOMP] = 1.0F; -} - - -static void -FETCH(A_FLOAT32)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLfloat *src = TEXEL_ADDR(GLfloat, texImage, i, j, k, 1); - texel[RCOMP] = - texel[GCOMP] = - texel[BCOMP] = 0.0F; - texel[ACOMP] = src[0]; -} - - -static void -FETCH(A_FLOAT16)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLhalfARB *src = TEXEL_ADDR(GLhalfARB, texImage, i, j, k, 1); - texel[RCOMP] = - texel[GCOMP] = - texel[BCOMP] = 0.0F; - texel[ACOMP] = _mesa_half_to_float(src[0]); -} - - -static void -FETCH(L_FLOAT32)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLfloat *src = TEXEL_ADDR(GLfloat, texImage, i, j, k, 1); - texel[RCOMP] = - texel[GCOMP] = - texel[BCOMP] = src[0]; - texel[ACOMP] = 1.0F; -} - - -static void -FETCH(L_FLOAT16)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLhalfARB *src = TEXEL_ADDR(GLhalfARB, texImage, i, j, k, 1); - texel[RCOMP] = - texel[GCOMP] = - texel[BCOMP] = _mesa_half_to_float(src[0]); - texel[ACOMP] = 1.0F; -} - - -static void -FETCH(LA_FLOAT32)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLfloat *src = TEXEL_ADDR(GLfloat, texImage, i, j, k, 2); - texel[RCOMP] = - texel[GCOMP] = - texel[BCOMP] = src[0]; - texel[ACOMP] = src[1]; -} - - -static void -FETCH(LA_FLOAT16)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLhalfARB *src = TEXEL_ADDR(GLhalfARB, texImage, i, j, k, 2); - texel[RCOMP] = - texel[GCOMP] = - texel[BCOMP] = _mesa_half_to_float(src[0]); - texel[ACOMP] = _mesa_half_to_float(src[1]); -} - - -static void -FETCH(I_FLOAT32)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLfloat *src = TEXEL_ADDR(GLfloat, texImage, i, j, k, 1); - texel[RCOMP] = - texel[GCOMP] = - texel[BCOMP] = - texel[ACOMP] = src[0]; -} - - -static void -FETCH(I_FLOAT16)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLhalfARB *src = TEXEL_ADDR(GLhalfARB, texImage, i, j, k, 1); - texel[RCOMP] = - texel[GCOMP] = - texel[BCOMP] = - texel[ACOMP] = _mesa_half_to_float(src[0]); -} - - -static void -FETCH(R_FLOAT32)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLfloat *src = TEXEL_ADDR(GLfloat, texImage, i, j, k, 1); - texel[RCOMP] = src[0]; - texel[GCOMP] = 0.0F; - texel[BCOMP] = 0.0F; - texel[ACOMP] = 1.0F; -} - - -static void -FETCH(R_FLOAT16)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLhalfARB *src = TEXEL_ADDR(GLhalfARB, texImage, i, j, k, 1); - texel[RCOMP] = _mesa_half_to_float(src[0]); - texel[GCOMP] = 0.0F; - texel[BCOMP] = 0.0F; - texel[ACOMP] = 1.0F; -} - - -static void -FETCH(RG_FLOAT32)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLfloat *src = TEXEL_ADDR(GLfloat, texImage, i, j, k, 2); - texel[RCOMP] = src[0]; - texel[GCOMP] = src[1]; - texel[BCOMP] = 0.0F; - texel[ACOMP] = 1.0F; -} - - -static void -FETCH(RG_FLOAT16)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLhalfARB *src = TEXEL_ADDR(GLhalfARB, texImage, i, j, k, 2); - texel[RCOMP] = _mesa_half_to_float(src[0]); - texel[GCOMP] = _mesa_half_to_float(src[1]); - texel[BCOMP] = 0.0F; - texel[ACOMP] = 1.0F; -} - - -static void -FETCH(A8B8G8R8_UNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLuint s = *TEXEL_ADDR(GLuint, texImage, i, j, k, 1); - texel[RCOMP] = UBYTE_TO_FLOAT( (s >> 24) ); - texel[GCOMP] = UBYTE_TO_FLOAT( (s >> 16) & 0xff ); - texel[BCOMP] = UBYTE_TO_FLOAT( (s >> 8) & 0xff ); - texel[ACOMP] = UBYTE_TO_FLOAT( (s ) & 0xff ); -} - - -static void -FETCH(R8G8B8A8_UNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLuint s = *TEXEL_ADDR(GLuint, texImage, i, j, k, 1); - texel[RCOMP] = UBYTE_TO_FLOAT( (s ) & 0xff ); - texel[GCOMP] = UBYTE_TO_FLOAT( (s >> 8) & 0xff ); - texel[BCOMP] = UBYTE_TO_FLOAT( (s >> 16) & 0xff ); - texel[ACOMP] = UBYTE_TO_FLOAT( (s >> 24) ); -} - - -static void -FETCH(B8G8R8A8_UNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLuint s = *TEXEL_ADDR(GLuint, texImage, i, j, k, 1); - texel[RCOMP] = UBYTE_TO_FLOAT( (s >> 16) & 0xff ); - texel[GCOMP] = UBYTE_TO_FLOAT( (s >> 8) & 0xff ); - texel[BCOMP] = UBYTE_TO_FLOAT( (s ) & 0xff ); - texel[ACOMP] = UBYTE_TO_FLOAT( (s >> 24) ); -} - - -static void -FETCH(A8R8G8B8_UNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLuint s = *TEXEL_ADDR(GLuint, texImage, i, j, k, 1); - texel[RCOMP] = UBYTE_TO_FLOAT( (s >> 8) & 0xff ); - texel[GCOMP] = UBYTE_TO_FLOAT( (s >> 16) & 0xff ); - texel[BCOMP] = UBYTE_TO_FLOAT( (s >> 24) ); - texel[ACOMP] = UBYTE_TO_FLOAT( (s ) & 0xff ); -} - - -static void -FETCH(X8B8G8R8_UNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLuint s = *TEXEL_ADDR(GLuint, texImage, i, j, k, 1); - texel[RCOMP] = UBYTE_TO_FLOAT( (s >> 24) ); - texel[GCOMP] = UBYTE_TO_FLOAT( (s >> 16) & 0xff ); - texel[BCOMP] = UBYTE_TO_FLOAT( (s >> 8) & 0xff ); - texel[ACOMP] = 1.0f; -} - - -static void -FETCH(R8G8B8X8_UNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLuint s = *TEXEL_ADDR(GLuint, texImage, i, j, k, 1); - texel[RCOMP] = UBYTE_TO_FLOAT( (s ) & 0xff ); - texel[GCOMP] = UBYTE_TO_FLOAT( (s >> 8) & 0xff ); - texel[BCOMP] = UBYTE_TO_FLOAT( (s >> 16) & 0xff ); - texel[ACOMP] = 1.0f; -} - - -static void -FETCH(B8G8R8X8_UNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLuint s = *TEXEL_ADDR(GLuint, texImage, i, j, k, 1); - texel[RCOMP] = UBYTE_TO_FLOAT( (s >> 16) & 0xff ); - texel[GCOMP] = UBYTE_TO_FLOAT( (s >> 8) & 0xff ); - texel[BCOMP] = UBYTE_TO_FLOAT( (s ) & 0xff ); - texel[ACOMP] = 1.0f; -} - - -static void -FETCH(X8R8G8B8_UNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLuint s = *TEXEL_ADDR(GLuint, texImage, i, j, k, 1); - texel[RCOMP] = UBYTE_TO_FLOAT( (s >> 8) & 0xff ); - texel[GCOMP] = UBYTE_TO_FLOAT( (s >> 16) & 0xff ); - texel[BCOMP] = UBYTE_TO_FLOAT( (s >> 24) ); - texel[ACOMP] = 1.0f; -} - - -static void -FETCH(BGR_UNORM8)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLubyte *src = TEXEL_ADDR(GLubyte, texImage, i, j, k, 3); - texel[RCOMP] = UBYTE_TO_FLOAT( src[2] ); - texel[GCOMP] = UBYTE_TO_FLOAT( src[1] ); - texel[BCOMP] = UBYTE_TO_FLOAT( src[0] ); - texel[ACOMP] = 1.0F; -} - - -static void -FETCH(RGB_UNORM8)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLubyte *src = TEXEL_ADDR(GLubyte, texImage, i, j, k, 3); - texel[RCOMP] = UBYTE_TO_FLOAT( src[0] ); - texel[GCOMP] = UBYTE_TO_FLOAT( src[1] ); - texel[BCOMP] = UBYTE_TO_FLOAT( src[2] ); - texel[ACOMP] = 1.0F; -} - - -static void -FETCH(B5G6R5_UNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLushort *src = TEXEL_ADDR(GLushort, texImage, i, j, k, 1); - const GLushort s = *src; - texel[RCOMP] = ((s >> 11) & 0x1f) * (1.0F / 31.0F); - texel[GCOMP] = ((s >> 5 ) & 0x3f) * (1.0F / 63.0F); - texel[BCOMP] = ((s ) & 0x1f) * (1.0F / 31.0F); - texel[ACOMP] = 1.0F; -} - - -static void -FETCH(R5G6B5_UNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLushort *src = TEXEL_ADDR(GLushort, texImage, i, j, k, 1); - const GLushort s = (*src >> 8) | (*src << 8); /* byte swap */ - texel[RCOMP] = UBYTE_TO_FLOAT( ((s >> 8) & 0xf8) | ((s >> 13) & 0x7) ); - texel[GCOMP] = UBYTE_TO_FLOAT( ((s >> 3) & 0xfc) | ((s >> 9) & 0x3) ); - texel[BCOMP] = UBYTE_TO_FLOAT( ((s << 3) & 0xf8) | ((s >> 2) & 0x7) ); - texel[ACOMP] = 1.0F; -} - - -static void -FETCH(B4G4R4A4_UNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLushort *src = TEXEL_ADDR(GLushort, texImage, i, j, k, 1); - const GLushort s = *src; - texel[RCOMP] = ((s >> 8) & 0xf) * (1.0F / 15.0F); - texel[GCOMP] = ((s >> 4) & 0xf) * (1.0F / 15.0F); - texel[BCOMP] = ((s ) & 0xf) * (1.0F / 15.0F); - texel[ACOMP] = ((s >> 12) & 0xf) * (1.0F / 15.0F); -} - - -static void -FETCH(A4R4G4B4_UNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLushort s = *TEXEL_ADDR(GLushort, texImage, i, j, k, 1); - texel[RCOMP] = ((s >> 4) & 0xf) * (1.0F / 15.0F); - texel[GCOMP] = ((s >> 8) & 0xf) * (1.0F / 15.0F); - texel[BCOMP] = ((s >> 12) & 0xf) * (1.0F / 15.0F); - texel[ACOMP] = ((s ) & 0xf) * (1.0F / 15.0F); -} - - -static void -FETCH(A1B5G5R5_UNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLushort *src = TEXEL_ADDR(GLushort, texImage, i, j, k, 1); - const GLushort s = *src; - texel[RCOMP] = ((s >> 11) & 0x1f) * (1.0F / 31.0F); - texel[GCOMP] = ((s >> 6) & 0x1f) * (1.0F / 31.0F); - texel[BCOMP] = ((s >> 1) & 0x1f) * (1.0F / 31.0F); - texel[ACOMP] = ((s ) & 0x01) * 1.0F; -} - - -static void -FETCH(B5G5R5A1_UNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLushort *src = TEXEL_ADDR(GLushort, texImage, i, j, k, 1); - const GLushort s = *src; - texel[RCOMP] = ((s >> 10) & 0x1f) * (1.0F / 31.0F); - texel[GCOMP] = ((s >> 5) & 0x1f) * (1.0F / 31.0F); - texel[BCOMP] = ((s >> 0) & 0x1f) * (1.0F / 31.0F); - texel[ACOMP] = ((s >> 15) & 0x01) * 1.0F; -} - - -static void -FETCH(A1R5G5B5_UNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLushort *src = TEXEL_ADDR(GLushort, texImage, i, j, k, 1); - const GLushort s = (*src << 8) | (*src >> 8); /* byteswap */ - texel[RCOMP] = UBYTE_TO_FLOAT( ((s >> 7) & 0xf8) | ((s >> 12) & 0x7) ); - texel[GCOMP] = UBYTE_TO_FLOAT( ((s >> 2) & 0xf8) | ((s >> 7) & 0x7) ); - texel[BCOMP] = UBYTE_TO_FLOAT( ((s << 3) & 0xf8) | ((s >> 2) & 0x7) ); - texel[ACOMP] = UBYTE_TO_FLOAT( ((s >> 15) & 0x01) * 255 ); -} - - -static void -FETCH(B10G10R10A2_UNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLuint *src = TEXEL_ADDR(GLuint, texImage, i, j, k, 1); - const GLuint s = *src; - texel[RCOMP] = ((s >> 20) & 0x3ff) * (1.0F / 1023.0F); - texel[GCOMP] = ((s >> 10) & 0x3ff) * (1.0F / 1023.0F); - texel[BCOMP] = ((s >> 0) & 0x3ff) * (1.0F / 1023.0F); - texel[ACOMP] = ((s >> 30) & 0x03) * (1.0F / 3.0F); -} - - -static void -FETCH(R10G10B10A2_UNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLuint *src = TEXEL_ADDR(GLuint, texImage, i, j, k, 1); - const GLuint s = *src; - texel[RCOMP] = ((s >> 0) & 0x3ff) * (1.0F / 1023.0F); - texel[GCOMP] = ((s >> 10) & 0x3ff) * (1.0F / 1023.0F); - texel[BCOMP] = ((s >> 20) & 0x3ff) * (1.0F / 1023.0F); - texel[ACOMP] = ((s >> 30) & 0x03) * (1.0F / 3.0F); -} - - -static void -FETCH(R8G8_UNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLushort s = *TEXEL_ADDR(GLushort, texImage, i, j, k, 1); - texel[RCOMP] = UBYTE_TO_FLOAT( s & 0xff ); - texel[GCOMP] = UBYTE_TO_FLOAT( s >> 8 ); - texel[BCOMP] = 0.0; - texel[ACOMP] = 1.0; -} - - -static void -FETCH(G8R8_UNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLushort s = *TEXEL_ADDR(GLushort, texImage, i, j, k, 1); - texel[RCOMP] = UBYTE_TO_FLOAT( s >> 8 ); - texel[GCOMP] = UBYTE_TO_FLOAT( s & 0xff ); - texel[BCOMP] = 0.0; - texel[ACOMP] = 1.0; -} - - -static void -FETCH(L4A4_UNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLubyte s = *TEXEL_ADDR(GLubyte, texImage, i, j, k, 1); - texel[RCOMP] = - texel[GCOMP] = - texel[BCOMP] = (s & 0xf) * (1.0F / 15.0F); - texel[ACOMP] = ((s >> 4) & 0xf) * (1.0F / 15.0F); -} - - -static void -FETCH(L8A8_UNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLushort s = *TEXEL_ADDR(GLushort, texImage, i, j, k, 1); - texel[RCOMP] = - texel[GCOMP] = - texel[BCOMP] = UBYTE_TO_FLOAT( s & 0xff ); - texel[ACOMP] = UBYTE_TO_FLOAT( s >> 8 ); -} - - -static void -FETCH(R_UNORM8)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLubyte s = *TEXEL_ADDR(GLubyte, texImage, i, j, k, 1); - texel[RCOMP] = UBYTE_TO_FLOAT(s); - texel[GCOMP] = 0.0; - texel[BCOMP] = 0.0; - texel[ACOMP] = 1.0; -} - - -static void -FETCH(R_UNORM16)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLushort s = *TEXEL_ADDR(GLushort, texImage, i, j, k, 1); - texel[RCOMP] = USHORT_TO_FLOAT(s); - texel[GCOMP] = 0.0; - texel[BCOMP] = 0.0; - texel[ACOMP] = 1.0; -} - - -static void -FETCH(A8L8_UNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLushort s = *TEXEL_ADDR(GLushort, texImage, i, j, k, 1); - texel[RCOMP] = - texel[GCOMP] = - texel[BCOMP] = UBYTE_TO_FLOAT( s >> 8 ); - texel[ACOMP] = UBYTE_TO_FLOAT( s & 0xff ); -} - - -static void -FETCH(R16G16_UNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLuint s = *TEXEL_ADDR(GLuint, texImage, i, j, k, 1); - texel[RCOMP] = USHORT_TO_FLOAT( s & 0xffff ); - texel[GCOMP] = USHORT_TO_FLOAT( s >> 16 ); - texel[BCOMP] = 0.0; - texel[ACOMP] = 1.0; -} - - -static void -FETCH(G16R16_UNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLuint s = *TEXEL_ADDR(GLuint, texImage, i, j, k, 1); - texel[RCOMP] = USHORT_TO_FLOAT( s >> 16 ); - texel[GCOMP] = USHORT_TO_FLOAT( s & 0xffff ); - texel[BCOMP] = 0.0; - texel[ACOMP] = 1.0; -} - - -static void -FETCH(L16A16_UNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLuint s = *TEXEL_ADDR(GLuint, texImage, i, j, k, 1); - texel[RCOMP] = - texel[GCOMP] = - texel[BCOMP] = USHORT_TO_FLOAT( s & 0xffff ); - texel[ACOMP] = USHORT_TO_FLOAT( s >> 16 ); -} - - -static void -FETCH(A16L16_UNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLuint s = *TEXEL_ADDR(GLuint, texImage, i, j, k, 1); - texel[RCOMP] = - texel[GCOMP] = - texel[BCOMP] = USHORT_TO_FLOAT( s >> 16 ); - texel[ACOMP] = USHORT_TO_FLOAT( s & 0xffff ); -} - - -static void -FETCH(B2G3R3_UNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLubyte *src = TEXEL_ADDR(GLubyte, texImage, i, j, k, 1); - const GLubyte s = *src; - texel[RCOMP] = ((s >> 5) & 0x7) * (1.0F / 7.0F); - texel[GCOMP] = ((s >> 2) & 0x7) * (1.0F / 7.0F); - texel[BCOMP] = ((s ) & 0x3) * (1.0F / 3.0F); - texel[ACOMP] = 1.0F; -} - - -static void -FETCH(A_UNORM8)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLubyte *src = TEXEL_ADDR(GLubyte, texImage, i, j, k, 1); - texel[RCOMP] = - texel[GCOMP] = - texel[BCOMP] = 0.0F; - texel[ACOMP] = UBYTE_TO_FLOAT( src[0] ); -} - - -static void -FETCH(A_UNORM16)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLushort *src = TEXEL_ADDR(GLushort, texImage, i, j, k, 1); - texel[RCOMP] = - texel[GCOMP] = - texel[BCOMP] = 0.0F; - texel[ACOMP] = USHORT_TO_FLOAT( src[0] ); -} - - -static void -FETCH(L_UNORM8)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLubyte *src = TEXEL_ADDR(GLubyte, texImage, i, j, k, 1); - texel[RCOMP] = - texel[GCOMP] = - texel[BCOMP] = UBYTE_TO_FLOAT( src[0] ); - texel[ACOMP] = 1.0F; -} - - -static void -FETCH(L_UNORM16)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLushort *src = TEXEL_ADDR(GLushort, texImage, i, j, k, 1); - texel[RCOMP] = - texel[GCOMP] = - texel[BCOMP] = USHORT_TO_FLOAT( src[0] ); - texel[ACOMP] = 1.0F; -} - - -static void -FETCH(I_UNORM8)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLubyte *src = TEXEL_ADDR(GLubyte, texImage, i, j, k, 1); - texel[RCOMP] = - texel[GCOMP] = - texel[BCOMP] = - texel[ACOMP] = UBYTE_TO_FLOAT( src[0] ); -} - - -static void -FETCH(I_UNORM16)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLushort *src = TEXEL_ADDR(GLushort, texImage, i, j, k, 1); - texel[RCOMP] = - texel[GCOMP] = - texel[BCOMP] = - texel[ACOMP] = USHORT_TO_FLOAT( src[0] ); -} - - -static void -FETCH(BGR_SRGB8)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLubyte *src = TEXEL_ADDR(GLubyte, texImage, i, j, k, 3); - texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(src[2]); - texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(src[1]); - texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(src[0]); - texel[ACOMP] = 1.0F; -} - - -static void -FETCH(A8B8G8R8_SRGB)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLuint s = *TEXEL_ADDR(GLuint, texImage, i, j, k, 1); - texel[RCOMP] = util_format_srgb_8unorm_to_linear_float( (s >> 24) ); - texel[GCOMP] = util_format_srgb_8unorm_to_linear_float( (s >> 16) & 0xff ); - texel[BCOMP] = util_format_srgb_8unorm_to_linear_float( (s >> 8) & 0xff ); - texel[ACOMP] = UBYTE_TO_FLOAT( (s ) & 0xff ); /* linear! */ -} - - -static void -FETCH(B8G8R8A8_SRGB)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLuint s = *TEXEL_ADDR(GLuint, texImage, i, j, k, 1); - texel[RCOMP] = util_format_srgb_8unorm_to_linear_float( (s >> 16) & 0xff ); - texel[GCOMP] = util_format_srgb_8unorm_to_linear_float( (s >> 8) & 0xff ); - texel[BCOMP] = util_format_srgb_8unorm_to_linear_float( (s ) & 0xff ); - texel[ACOMP] = UBYTE_TO_FLOAT( (s >> 24) ); /* linear! */ -} - - -static void -FETCH(A8R8G8B8_SRGB)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLuint s = *TEXEL_ADDR(GLuint, texImage, i, j, k, 1); - texel[RCOMP] = util_format_srgb_8unorm_to_linear_float( (s >> 8) & 0xff ); - texel[GCOMP] = util_format_srgb_8unorm_to_linear_float( (s >> 16) & 0xff ); - texel[BCOMP] = util_format_srgb_8unorm_to_linear_float( (s >> 24) ); - texel[ACOMP] = UBYTE_TO_FLOAT( s & 0xff ); /* linear! */ -} - - -static void -FETCH(R8G8B8A8_SRGB)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLuint s = *TEXEL_ADDR(GLuint, texImage, i, j, k, 1); - texel[RCOMP] = util_format_srgb_8unorm_to_linear_float( (s ) & 0xff ); - texel[GCOMP] = util_format_srgb_8unorm_to_linear_float( (s >> 8) & 0xff ); - texel[BCOMP] = util_format_srgb_8unorm_to_linear_float( (s >> 16) & 0xff ); - texel[ACOMP] = UBYTE_TO_FLOAT( (s >> 24) ); /* linear! */ -} - - -static void -FETCH(R8G8B8X8_SRGB)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLuint s = *TEXEL_ADDR(GLuint, texImage, i, j, k, 1); - texel[RCOMP] = util_format_srgb_8unorm_to_linear_float( (s ) & 0xff ); - texel[GCOMP] = util_format_srgb_8unorm_to_linear_float( (s >> 8) & 0xff ); - texel[BCOMP] = util_format_srgb_8unorm_to_linear_float( (s >> 16) & 0xff ); - texel[ACOMP] = 1.0f; -} - - -static void -FETCH(X8B8G8R8_SRGB)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLuint s = *TEXEL_ADDR(GLuint, texImage, i, j, k, 1); - texel[RCOMP] = util_format_srgb_8unorm_to_linear_float( (s >> 24) ); - texel[GCOMP] = util_format_srgb_8unorm_to_linear_float( (s >> 16) & 0xff ); - texel[BCOMP] = util_format_srgb_8unorm_to_linear_float( (s >> 8) & 0xff ); - texel[ACOMP] = 1.0f; -} - - -static void -FETCH(L_SRGB8)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLubyte *src = TEXEL_ADDR(GLubyte, texImage, i, j, k, 1); - texel[RCOMP] = - texel[GCOMP] = - texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(src[0]); - texel[ACOMP] = 1.0F; -} - - -static void -FETCH(L8A8_SRGB)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLushort s = *TEXEL_ADDR(GLushort, texImage, i, j, k, 1); - texel[RCOMP] = - texel[GCOMP] = - texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(s & 0xff); - texel[ACOMP] = UBYTE_TO_FLOAT(s >> 8); /* linear */ -} - - -static void -FETCH(A8L8_SRGB)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLushort s = *TEXEL_ADDR(GLushort, texImage, i, j, k, 2); - texel[RCOMP] = - texel[GCOMP] = - texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(s >> 8); - texel[ACOMP] = UBYTE_TO_FLOAT(s & 0xff); /* linear */ -} - - -static void -FETCH(RGBA_SINT8)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLbyte *src = TEXEL_ADDR(GLbyte, texImage, i, j, k, 4); - texel[RCOMP] = (GLfloat) src[0]; - texel[GCOMP] = (GLfloat) src[1]; - texel[BCOMP] = (GLfloat) src[2]; - texel[ACOMP] = (GLfloat) src[3]; -} - - -static void -FETCH(RGBA_SINT16)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLshort *src = TEXEL_ADDR(GLshort, texImage, i, j, k, 4); - texel[RCOMP] = (GLfloat) src[0]; - texel[GCOMP] = (GLfloat) src[1]; - texel[BCOMP] = (GLfloat) src[2]; - texel[ACOMP] = (GLfloat) src[3]; -} - - -static void -FETCH(RGBA_SINT32)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLint *src = TEXEL_ADDR(GLint, texImage, i, j, k, 4); - texel[RCOMP] = (GLfloat) src[0]; - texel[GCOMP] = (GLfloat) src[1]; - texel[BCOMP] = (GLfloat) src[2]; - texel[ACOMP] = (GLfloat) src[3]; -} - - -static void -FETCH(RGBA_UINT8)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLubyte *src = TEXEL_ADDR(GLubyte, texImage, i, j, k, 4); - texel[RCOMP] = (GLfloat) src[0]; - texel[GCOMP] = (GLfloat) src[1]; - texel[BCOMP] = (GLfloat) src[2]; - texel[ACOMP] = (GLfloat) src[3]; -} - - -static void -FETCH(RGBA_UINT16)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLushort *src = TEXEL_ADDR(GLushort, texImage, i, j, k, 4); - texel[RCOMP] = (GLfloat) src[0]; - texel[GCOMP] = (GLfloat) src[1]; - texel[BCOMP] = (GLfloat) src[2]; - texel[ACOMP] = (GLfloat) src[3]; -} - - -static void -FETCH(RGBA_UINT32)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLuint *src = TEXEL_ADDR(GLuint, texImage, i, j, k, 4); - texel[RCOMP] = (GLfloat) src[0]; - texel[GCOMP] = (GLfloat) src[1]; - texel[BCOMP] = (GLfloat) src[2]; - texel[ACOMP] = (GLfloat) src[3]; -} - - -static void -FETCH(R_SNORM8)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLbyte s = *TEXEL_ADDR(GLbyte, texImage, i, j, k, 1); - texel[RCOMP] = BYTE_TO_FLOAT_TEX( s ); - texel[GCOMP] = 0.0F; - texel[BCOMP] = 0.0F; - texel[ACOMP] = 1.0F; -} - - -static void -FETCH(A_SNORM8)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLbyte s = *TEXEL_ADDR(GLbyte, texImage, i, j, k, 1); - texel[RCOMP] = 0.0F; - texel[GCOMP] = 0.0F; - texel[BCOMP] = 0.0F; - texel[ACOMP] = BYTE_TO_FLOAT_TEX( s ); -} - - -static void -FETCH(L_SNORM8)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLbyte s = *TEXEL_ADDR(GLbyte, texImage, i, j, k, 1); - texel[RCOMP] = - texel[GCOMP] = - texel[BCOMP] = BYTE_TO_FLOAT_TEX( s ); - texel[ACOMP] = 1.0F; -} - - -static void -FETCH(I_SNORM8)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLbyte s = *TEXEL_ADDR(GLbyte, texImage, i, j, k, 1); - texel[RCOMP] = - texel[GCOMP] = - texel[BCOMP] = - texel[ACOMP] = BYTE_TO_FLOAT_TEX( s ); -} - - -static void -FETCH(R8G8_SNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLushort s = *TEXEL_ADDR(GLshort, texImage, i, j, k, 1); - texel[RCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s & 0xff) ); - texel[GCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s >> 8) ); - texel[BCOMP] = 0.0F; - texel[ACOMP] = 1.0F; -} - - -static void -FETCH(L8A8_SNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLushort s = *TEXEL_ADDR(GLshort, texImage, i, j, k, 1); - texel[RCOMP] = - texel[GCOMP] = - texel[BCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s & 0xff) ); - texel[ACOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s >> 8) ); -} - - -static void -FETCH(A8L8_SNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLushort s = *TEXEL_ADDR(GLshort, texImage, i, j, k, 1); - texel[RCOMP] = - texel[GCOMP] = - texel[BCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s >> 8) ); - texel[ACOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s & 0xff) ); -} - - -static void -FETCH(X8B8G8R8_SNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLuint s = *TEXEL_ADDR(GLuint, texImage, i, j, k, 1); - texel[RCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s >> 24) ); - texel[GCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s >> 16) ); - texel[BCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s >> 8) ); - texel[ACOMP] = 1.0f; -} - - -static void -FETCH(A8B8G8R8_SNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLuint s = *TEXEL_ADDR(GLuint, texImage, i, j, k, 1); - texel[RCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s >> 24) ); - texel[GCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s >> 16) ); - texel[BCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s >> 8) ); - texel[ACOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s ) ); -} - - -static void -FETCH(R8G8B8A8_SNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLuint s = *TEXEL_ADDR(GLuint, texImage, i, j, k, 1); - texel[RCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s ) ); - texel[GCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s >> 8) ); - texel[BCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s >> 16) ); - texel[ACOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s >> 24) ); -} - - -static void -FETCH(R_SNORM16)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLshort s = *TEXEL_ADDR(GLshort, texImage, i, j, k, 1); - texel[RCOMP] = SHORT_TO_FLOAT_TEX( s ); - texel[GCOMP] = 0.0F; - texel[BCOMP] = 0.0F; - texel[ACOMP] = 1.0F; -} - - -static void -FETCH(A_SNORM16)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLshort s = *TEXEL_ADDR(GLshort, texImage, i, j, k, 1); - texel[RCOMP] = 0.0F; - texel[GCOMP] = 0.0F; - texel[BCOMP] = 0.0F; - texel[ACOMP] = SHORT_TO_FLOAT_TEX( s ); -} - - -static void -FETCH(L_SNORM16)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLshort s = *TEXEL_ADDR(GLshort, texImage, i, j, k, 1); - texel[RCOMP] = - texel[GCOMP] = - texel[BCOMP] = SHORT_TO_FLOAT_TEX( s ); - texel[ACOMP] = 1.0F; -} - - -static void -FETCH(I_SNORM16)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLshort s = *TEXEL_ADDR(GLshort, texImage, i, j, k, 1); - texel[RCOMP] = - texel[GCOMP] = - texel[BCOMP] = - texel[ACOMP] = SHORT_TO_FLOAT_TEX( s ); -} - - -static void -FETCH(R16G16_SNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLshort *s = TEXEL_ADDR(GLshort, texImage, i, j, k, 2); - texel[RCOMP] = SHORT_TO_FLOAT_TEX( s[0] ); - texel[GCOMP] = SHORT_TO_FLOAT_TEX( s[1] ); - texel[BCOMP] = 0.0F; - texel[ACOMP] = 1.0F; -} - - -static void -FETCH(LA_SNORM16)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLshort *s = TEXEL_ADDR(GLshort, texImage, i, j, k, 2); - texel[RCOMP] = - texel[GCOMP] = - texel[BCOMP] = SHORT_TO_FLOAT_TEX( s[0] ); - texel[ACOMP] = SHORT_TO_FLOAT_TEX( s[1] ); -} - - -static void - -FETCH(RGB_SNORM16)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLshort *s = TEXEL_ADDR(GLshort, texImage, i, j, k, 3); - texel[RCOMP] = SHORT_TO_FLOAT_TEX( s[0] ); - texel[GCOMP] = SHORT_TO_FLOAT_TEX( s[1] ); - texel[BCOMP] = SHORT_TO_FLOAT_TEX( s[2] ); - texel[ACOMP] = 1.0F; -} - - -static void -FETCH(RGBA_SNORM16)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLshort *s = TEXEL_ADDR(GLshort, texImage, i, j, k, 4); - texel[RCOMP] = SHORT_TO_FLOAT_TEX( s[0] ); - texel[GCOMP] = SHORT_TO_FLOAT_TEX( s[1] ); - texel[BCOMP] = SHORT_TO_FLOAT_TEX( s[2] ); - texel[ACOMP] = SHORT_TO_FLOAT_TEX( s[3] ); -} - - -static void -FETCH(RGBA_UNORM16)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLushort *s = TEXEL_ADDR(GLushort, texImage, i, j, k, 4); - texel[RCOMP] = USHORT_TO_FLOAT( s[0] ); - texel[GCOMP] = USHORT_TO_FLOAT( s[1] ); - texel[BCOMP] = USHORT_TO_FLOAT( s[2] ); - texel[ACOMP] = USHORT_TO_FLOAT( s[3] ); -} - - -static void -FETCH(RGBX_UNORM16)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLushort *s = TEXEL_ADDR(GLushort, texImage, i, j, k, 4); - texel[RCOMP] = USHORT_TO_FLOAT(s[0]); - texel[GCOMP] = USHORT_TO_FLOAT(s[1]); - texel[BCOMP] = USHORT_TO_FLOAT(s[2]); - texel[ACOMP] = 1.0f; -} - - -static void -FETCH(RGBX_FLOAT16)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLhalfARB *s = TEXEL_ADDR(GLhalfARB, texImage, i, j, k, 4); - texel[RCOMP] = _mesa_half_to_float(s[0]); - texel[GCOMP] = _mesa_half_to_float(s[1]); - texel[BCOMP] = _mesa_half_to_float(s[2]); - texel[ACOMP] = 1.0f; -} - - -static void -FETCH(RGBX_FLOAT32)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLfloat *s = TEXEL_ADDR(GLfloat, texImage, i, j, k, 4); - texel[RCOMP] = s[0]; - texel[GCOMP] = s[1]; - texel[BCOMP] = s[2]; - texel[ACOMP] = 1.0f; -} - - -/** - * Fetch texel from 1D, 2D or 3D ycbcr texture, returning RGBA. - */ -static void -FETCH(YCBCR)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLushort *src0 = TEXEL_ADDR(GLushort, texImage, (i & ~1), j, k, 1); /* even */ - const GLushort *src1 = src0 + 1; /* odd */ - const GLubyte y0 = (*src0 >> 8) & 0xff; /* luminance */ - const GLubyte cb = *src0 & 0xff; /* chroma U */ - const GLubyte y1 = (*src1 >> 8) & 0xff; /* luminance */ - const GLubyte cr = *src1 & 0xff; /* chroma V */ - const GLubyte y = (i & 1) ? y1 : y0; /* choose even/odd luminance */ - GLfloat r = 1.164F * (y - 16) + 1.596F * (cr - 128); - GLfloat g = 1.164F * (y - 16) - 0.813F * (cr - 128) - 0.391F * (cb - 128); - GLfloat b = 1.164F * (y - 16) + 2.018F * (cb - 128); - r *= (1.0F / 255.0F); - g *= (1.0F / 255.0F); - b *= (1.0F / 255.0F); - texel[RCOMP] = CLAMP(r, 0.0F, 1.0F); - texel[GCOMP] = CLAMP(g, 0.0F, 1.0F); - texel[BCOMP] = CLAMP(b, 0.0F, 1.0F); - texel[ACOMP] = 1.0F; -} - - -/** - * Fetch texel from 1D, 2D or 3D ycbcr texture, returning RGBA. - */ -static void -FETCH(YCBCR_REV)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLushort *src0 = TEXEL_ADDR(GLushort, texImage, (i & ~1), j, k, 1); /* even */ - const GLushort *src1 = src0 + 1; /* odd */ - const GLubyte y0 = *src0 & 0xff; /* luminance */ - const GLubyte cr = (*src0 >> 8) & 0xff; /* chroma V */ - const GLubyte y1 = *src1 & 0xff; /* luminance */ - const GLubyte cb = (*src1 >> 8) & 0xff; /* chroma U */ - const GLubyte y = (i & 1) ? y1 : y0; /* choose even/odd luminance */ - GLfloat r = 1.164F * (y - 16) + 1.596F * (cr - 128); - GLfloat g = 1.164F * (y - 16) - 0.813F * (cr - 128) - 0.391F * (cb - 128); - GLfloat b = 1.164F * (y - 16) + 2.018F * (cb - 128); - r *= (1.0F / 255.0F); - g *= (1.0F / 255.0F); - b *= (1.0F / 255.0F); - texel[RCOMP] = CLAMP(r, 0.0F, 1.0F); - texel[GCOMP] = CLAMP(g, 0.0F, 1.0F); - texel[BCOMP] = CLAMP(b, 0.0F, 1.0F); - texel[ACOMP] = 1.0F; -} - - -static void -FETCH(S8_UINT_Z24_UNORM)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - /* only return Z, not stencil data */ - const GLuint *src = TEXEL_ADDR(GLuint, texImage, i, j, k, 1); - const GLdouble scale = 1.0 / (GLdouble) 0xffffff; - texel[0] = (GLfloat) (((*src) >> 8) * scale); - ASSERT(texImage->Base.TexFormat == MESA_FORMAT_S8_UINT_Z24_UNORM || - texImage->Base.TexFormat == MESA_FORMAT_X8_UINT_Z24_UNORM); - ASSERT(texel[0] >= 0.0F); - ASSERT(texel[0] <= 1.0F); -} - - -static void -FETCH(Z24_UNORM_S8_UINT)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - /* only return Z, not stencil data */ - const GLuint *src = TEXEL_ADDR(GLuint, texImage, i, j, k, 1); - const GLdouble scale = 1.0 / (GLdouble) 0xffffff; - texel[0] = (GLfloat) (((*src) & 0x00ffffff) * scale); - ASSERT(texImage->Base.TexFormat == MESA_FORMAT_Z24_UNORM_S8_UINT || - texImage->Base.TexFormat == MESA_FORMAT_Z24_UNORM_X8_UINT); - ASSERT(texel[0] >= 0.0F); - ASSERT(texel[0] <= 1.0F); -} - - -static void -FETCH(R9G9B9E5_FLOAT)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLuint *src = TEXEL_ADDR(GLuint, texImage, i, j, k, 1); - rgb9e5_to_float3(*src, texel); - texel[ACOMP] = 1.0F; -} - - -static void -FETCH(R11G11B10_FLOAT)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLuint *src = TEXEL_ADDR(GLuint, texImage, i, j, k, 1); - r11g11b10f_to_float3(*src, texel); - texel[ACOMP] = 1.0F; -} - - -static void -FETCH(Z32_FLOAT_S8X24_UINT)(const struct swrast_texture_image *texImage, - GLint i, GLint j, GLint k, GLfloat *texel) -{ - const GLfloat *src = TEXEL_ADDR(GLfloat, texImage, i, j, k, 2); - texel[RCOMP] = src[0]; - texel[GCOMP] = 0.0F; - texel[BCOMP] = 0.0F; - texel[ACOMP] = 1.0F; -} - - +#define FETCH_Z(x, type, size) \ + static void \ + FETCH(x) (const struct swrast_texture_image *texImage, \ + GLint i, GLint j, GLint k, GLfloat *texel) \ + { \ + const type *src = TEXEL_ADDR(type, texImage, i, j, k, size); \ + _mesa_unpack_float_z_row(MESA_FORMAT_##x, 1, src, texel); \ + } + +#define FETCH_RGBA(x, type, size) \ + static void \ + FETCH(x) (const struct swrast_texture_image *texImage, \ + GLint i, GLint j, GLint k, GLfloat *texel) \ + { \ + const type *src = TEXEL_ADDR(type, texImage, i, j, k, size); \ + _mesa_unpack_rgba_row(MESA_FORMAT_##x, 1, src, (GLvoid *)texel); \ + } + +FETCH_Z(Z_UNORM32, GLuint, 1) +FETCH_Z(Z_UNORM16, GLushort, 1) +FETCH_Z(S8_UINT_Z24_UNORM, GLuint, 1) /* only return Z, not stencil data */ +FETCH_Z(Z24_UNORM_S8_UINT, GLuint, 1) /* only return Z, not stencil data */ +FETCH_Z(Z32_FLOAT_S8X24_UINT, GLfloat, 2) + +FETCH_RGBA(RGBA_FLOAT32, GLfloat, 4) +FETCH_RGBA(RGBA_FLOAT16, GLhalfARB, 4) +FETCH_RGBA(RGB_FLOAT32, GLfloat, 3) +FETCH_RGBA(RGB_FLOAT16, GLhalfARB, 3) +FETCH_RGBA(A_FLOAT32, GLfloat, 1) +FETCH_RGBA(A_FLOAT16, GLhalfARB, 1) +FETCH_RGBA(L_FLOAT32, GLfloat, 1) +FETCH_RGBA(L_FLOAT16, GLhalfARB, 1) +FETCH_RGBA(LA_FLOAT32, GLfloat, 2) +FETCH_RGBA(LA_FLOAT16, GLhalfARB, 2) +FETCH_RGBA(I_FLOAT32, GLfloat, 1) +FETCH_RGBA(I_FLOAT16, GLhalfARB, 1) +FETCH_RGBA(R_FLOAT32, GLfloat, 1) +FETCH_RGBA(R_FLOAT16, GLhalfARB, 1) +FETCH_RGBA(RG_FLOAT32, GLfloat, 2) +FETCH_RGBA(RG_FLOAT16, GLhalfARB, 2) +FETCH_RGBA(A8B8G8R8_UNORM, GLuint, 1) +FETCH_RGBA(R8G8B8A8_UNORM, GLuint, 1) +FETCH_RGBA(B8G8R8A8_UNORM, GLuint, 1) +FETCH_RGBA(A8R8G8B8_UNORM, GLuint, 1) +FETCH_RGBA(X8B8G8R8_UNORM, GLuint, 1) +FETCH_RGBA(R8G8B8X8_UNORM, GLuint, 1) +FETCH_RGBA(B8G8R8X8_UNORM, GLuint, 1) +FETCH_RGBA(X8R8G8B8_UNORM, GLuint, 1) +FETCH_RGBA(BGR_UNORM8, GLubyte, 3) +FETCH_RGBA(RGB_UNORM8, GLubyte, 3) +FETCH_RGBA(B5G6R5_UNORM, GLushort, 1) +FETCH_RGBA(R5G6B5_UNORM, GLushort, 1) +FETCH_RGBA(B4G4R4A4_UNORM, GLushort, 1) +FETCH_RGBA(A4R4G4B4_UNORM, GLushort, 1) +FETCH_RGBA(A1B5G5R5_UNORM, GLushort, 1) +FETCH_RGBA(B5G5R5A1_UNORM, GLushort, 1) +FETCH_RGBA(A1R5G5B5_UNORM, GLushort, 1) +FETCH_RGBA(B10G10R10A2_UNORM, GLuint, 1) +FETCH_RGBA(R10G10B10A2_UNORM, GLuint, 1) +FETCH_RGBA(R8G8_UNORM, GLushort, 1) +FETCH_RGBA(G8R8_UNORM, GLushort, 1) +FETCH_RGBA(L4A4_UNORM, GLubyte, 1) +FETCH_RGBA(L8A8_UNORM, GLushort, 1) +FETCH_RGBA(R_UNORM8, GLubyte, 1) +FETCH_RGBA(R_UNORM16, GLushort, 1) +FETCH_RGBA(A8L8_UNORM, GLushort, 1) +FETCH_RGBA(R16G16_UNORM, GLuint, 1) +FETCH_RGBA(G16R16_UNORM, GLuint, 1) +FETCH_RGBA(L16A16_UNORM, GLuint, 1) +FETCH_RGBA(A16L16_UNORM, GLuint, 1) +FETCH_RGBA(B2G3R3_UNORM, GLubyte, 1) +FETCH_RGBA(A_UNORM8, GLubyte, 1) +FETCH_RGBA(A_UNORM16, GLushort, 1) +FETCH_RGBA(L_UNORM8, GLubyte, 1) +FETCH_RGBA(L_UNORM16, GLushort, 1) +FETCH_RGBA(I_UNORM8, GLubyte, 1) +FETCH_RGBA(I_UNORM16, GLushort, 1) +FETCH_RGBA(BGR_SRGB8, GLubyte, 3) +FETCH_RGBA(A8B8G8R8_SRGB, GLuint, 1) +FETCH_RGBA(B8G8R8A8_SRGB, GLuint, 1) +FETCH_RGBA(A8R8G8B8_SRGB, GLuint, 1) +FETCH_RGBA(R8G8B8A8_SRGB, GLuint, 1) +FETCH_RGBA(R8G8B8X8_SRGB, GLuint, 1) +FETCH_RGBA(X8B8G8R8_SRGB, GLuint, 1) +FETCH_RGBA(L_SRGB8, GLubyte, 1) +FETCH_RGBA(L8A8_SRGB, GLushort, 1) +FETCH_RGBA(A8L8_SRGB, GLushort, 2) +FETCH_RGBA(RGBA_SINT8, GLbyte, 4) +FETCH_RGBA(RGBA_SINT16, GLshort, 4) +FETCH_RGBA(RGBA_SINT32, GLint, 4) +FETCH_RGBA(RGBA_UINT8, GLubyte, 4) +FETCH_RGBA(RGBA_UINT16, GLushort, 4) +FETCH_RGBA(RGBA_UINT32, GLuint, 4) +FETCH_RGBA(R_SNORM8, GLbyte, 1) +FETCH_RGBA(A_SNORM8, GLbyte, 1) +FETCH_RGBA(L_SNORM8, GLbyte, 1) +FETCH_RGBA(I_SNORM8, GLbyte, 1) +FETCH_RGBA(R8G8_SNORM, GLshort, 1) +FETCH_RGBA(L8A8_SNORM, GLshort, 1) +FETCH_RGBA(A8L8_SNORM, GLshort, 1) +FETCH_RGBA(X8B8G8R8_SNORM, GLint, 1) +FETCH_RGBA(A8B8G8R8_SNORM, GLint, 1) +FETCH_RGBA(R8G8B8A8_SNORM, GLint, 1) +FETCH_RGBA(R_SNORM16, GLshort, 1) +FETCH_RGBA(A_SNORM16, GLshort, 1) +FETCH_RGBA(L_SNORM16, GLshort, 1) +FETCH_RGBA(I_SNORM16, GLshort, 1) +FETCH_RGBA(R16G16_SNORM, GLshort, 2) +FETCH_RGBA(LA_SNORM16, GLshort, 2) +FETCH_RGBA(RGB_SNORM16, GLshort, 3) +FETCH_RGBA(RGBA_SNORM16, GLshort, 4) +FETCH_RGBA(RGBA_UNORM16, GLushort, 4) +FETCH_RGBA(RGBX_UNORM16, GLushort, 4) +FETCH_RGBA(RGBX_FLOAT16, GLhalfARB, 4) +FETCH_RGBA(RGBX_FLOAT32, GLfloat, 4) +FETCH_RGBA(YCBCR, GLushort, 1) /* Fetch texel from 1D, 2D or 3D ycbcr texture, returning RGBA. */ +FETCH_RGBA(YCBCR_REV, GLushort, 1) /* Fetch texel from 1D, 2D or 3D ycbcr texture, returning RGBA. */ +FETCH_RGBA(R9G9B9E5_FLOAT, GLuint, 1) +FETCH_RGBA(R11G11B10_FLOAT, GLuint, 1) #undef TEXEL_ADDR #undef DIM #undef FETCH +#undef FETCH_Z +#undef FETCH_RGBA diff --git a/mesalib/src/mesa/swrast/s_texfilter.c b/mesalib/src/mesa/swrast/s_texfilter.c index faeccae7c..fa79fdc5b 100644 --- a/mesalib/src/mesa/swrast/s_texfilter.c +++ b/mesalib/src/mesa/swrast/s_texfilter.c @@ -27,8 +27,9 @@ #include "main/context.h" #include "main/colormac.h" #include "main/imports.h" -#include "main/texobj.h" #include "main/samplerobj.h" +#include "main/teximage.h" +#include "main/texobj.h" #include "s_context.h" #include "s_texfilter.h" @@ -832,7 +833,7 @@ apply_depth_mode(GLenum depthMode, GLfloat z, GLfloat texel[4]) static GLboolean is_depth_texture(const struct gl_texture_object *tObj) { - GLenum format = tObj->Image[0][tObj->BaseLevel]->_BaseFormat; + GLenum format = _mesa_texture_base_format(tObj); return format == GL_DEPTH_COMPONENT || format == GL_DEPTH_STENCIL_EXT; } @@ -1004,7 +1005,7 @@ sample_nearest_1d( struct gl_context *ctx, GLfloat rgba[][4] ) { GLuint i; - struct gl_texture_image *image = tObj->Image[0][tObj->BaseLevel]; + const struct gl_texture_image *image = _mesa_base_tex_image(tObj); (void) lambda; for (i = 0; i < n; i++) { sample_1d_nearest(ctx, samp, image, texcoords[i], rgba[i]); @@ -1021,7 +1022,7 @@ sample_linear_1d( struct gl_context *ctx, GLfloat rgba[][4] ) { GLuint i; - struct gl_texture_image *image = tObj->Image[0][tObj->BaseLevel]; + const struct gl_texture_image *image = _mesa_base_tex_image(tObj); (void) lambda; for (i = 0; i < n; i++) { sample_1d_linear(ctx, samp, image, texcoords[i], rgba[i]); @@ -1051,12 +1052,12 @@ sample_lambda_1d( struct gl_context *ctx, switch (samp->MinFilter) { case GL_NEAREST: for (i = minStart; i < minEnd; i++) - sample_1d_nearest(ctx, samp, tObj->Image[0][tObj->BaseLevel], + sample_1d_nearest(ctx, samp, _mesa_base_tex_image(tObj), texcoords[i], rgba[i]); break; case GL_LINEAR: for (i = minStart; i < minEnd; i++) - sample_1d_linear(ctx, samp, tObj->Image[0][tObj->BaseLevel], + sample_1d_linear(ctx, samp, _mesa_base_tex_image(tObj), texcoords[i], rgba[i]); break; case GL_NEAREST_MIPMAP_NEAREST: @@ -1086,12 +1087,12 @@ sample_lambda_1d( struct gl_context *ctx, switch (samp->MagFilter) { case GL_NEAREST: for (i = magStart; i < magEnd; i++) - sample_1d_nearest(ctx, samp, tObj->Image[0][tObj->BaseLevel], + sample_1d_nearest(ctx, samp, _mesa_base_tex_image(tObj), texcoords[i], rgba[i]); break; case GL_LINEAR: for (i = magStart; i < magEnd; i++) - sample_1d_linear(ctx, samp, tObj->Image[0][tObj->BaseLevel], + sample_1d_linear(ctx, samp, _mesa_base_tex_image(tObj), texcoords[i], rgba[i]); break; default: @@ -1364,7 +1365,7 @@ sample_nearest_2d(struct gl_context *ctx, const GLfloat lambda[], GLfloat rgba[][4]) { GLuint i; - struct gl_texture_image *image = tObj->Image[0][tObj->BaseLevel]; + const struct gl_texture_image *image = _mesa_base_tex_image(tObj); (void) lambda; for (i = 0; i < n; i++) { sample_2d_nearest(ctx, samp, image, texcoords[i], rgba[i]); @@ -1381,7 +1382,7 @@ sample_linear_2d(struct gl_context *ctx, const GLfloat lambda[], GLfloat rgba[][4]) { GLuint i; - struct gl_texture_image *image = tObj->Image[0][tObj->BaseLevel]; + const struct gl_texture_image *image = _mesa_base_tex_image(tObj); const struct swrast_texture_image *swImg = swrast_texture_image_const(image); (void) lambda; if (samp->WrapS == GL_REPEAT && @@ -1415,7 +1416,7 @@ opt_sample_rgb_2d(struct gl_context *ctx, GLuint n, const GLfloat texcoords[][4], const GLfloat lambda[], GLfloat rgba[][4]) { - const struct gl_texture_image *img = tObj->Image[0][tObj->BaseLevel]; + const struct gl_texture_image *img = _mesa_base_tex_image(tObj); const struct swrast_texture_image *swImg = swrast_texture_image_const(img); const GLfloat width = (GLfloat) img->Width; const GLfloat height = (GLfloat) img->Height; @@ -1460,7 +1461,7 @@ opt_sample_rgba_2d(struct gl_context *ctx, GLuint n, const GLfloat texcoords[][4], const GLfloat lambda[], GLfloat rgba[][4]) { - const struct gl_texture_image *img = tObj->Image[0][tObj->BaseLevel]; + const struct gl_texture_image *img = _mesa_base_tex_image(tObj); const struct swrast_texture_image *swImg = swrast_texture_image_const(img); const GLfloat width = (GLfloat) img->Width; const GLfloat height = (GLfloat) img->Height; @@ -1498,7 +1499,7 @@ sample_lambda_2d(struct gl_context *ctx, GLuint n, const GLfloat texcoords[][4], const GLfloat lambda[], GLfloat rgba[][4]) { - const struct gl_texture_image *tImg = tObj->Image[0][tObj->BaseLevel]; + const struct gl_texture_image *tImg = _mesa_base_tex_image(tObj); const struct swrast_texture_image *swImg = swrast_texture_image_const(tImg); GLuint minStart, minEnd; /* texels with minification */ GLuint magStart, magEnd; /* texels with magnification */ @@ -1653,7 +1654,7 @@ sample_2d_ewa(struct gl_context *ctx, GLfloat scaling = 1.0f / (1 << level); const struct gl_texture_image *img = tObj->Image[0][level]; const struct gl_texture_image *mostDetailedImage = - tObj->Image[0][tObj->BaseLevel]; + _mesa_base_tex_image(tObj); const struct swrast_texture_image *swImg = swrast_texture_image_const(mostDetailedImage); GLfloat tex_u = -0.5f + texcoord[0] * swImg->WidthScale * scaling; @@ -1865,7 +1866,7 @@ sample_lambda_2d_aniso(struct gl_context *ctx, GLuint n, const GLfloat texcoords[][4], const GLfloat lambda_iso[], GLfloat rgba[][4]) { - const struct gl_texture_image *tImg = tObj->Image[0][tObj->BaseLevel]; + const struct gl_texture_image *tImg = _mesa_base_tex_image(tObj); const struct swrast_texture_image *swImg = swrast_texture_image_const(tImg); const GLfloat maxEccentricity = samp->MaxAnisotropy * samp->MaxAnisotropy; @@ -2232,7 +2233,7 @@ sample_nearest_3d(struct gl_context *ctx, GLfloat rgba[][4]) { GLuint i; - struct gl_texture_image *image = tObj->Image[0][tObj->BaseLevel]; + const struct gl_texture_image *image = _mesa_base_tex_image(tObj); (void) lambda; for (i = 0; i < n; i++) { sample_3d_nearest(ctx, samp, image, texcoords[i], rgba[i]); @@ -2249,7 +2250,7 @@ sample_linear_3d(struct gl_context *ctx, const GLfloat lambda[], GLfloat rgba[][4]) { GLuint i; - struct gl_texture_image *image = tObj->Image[0][tObj->BaseLevel]; + const struct gl_texture_image *image = _mesa_base_tex_image(tObj); (void) lambda; for (i = 0; i < n; i++) { sample_3d_linear(ctx, samp, image, texcoords[i], rgba[i]); @@ -2279,12 +2280,12 @@ sample_lambda_3d(struct gl_context *ctx, switch (samp->MinFilter) { case GL_NEAREST: for (i = minStart; i < minEnd; i++) - sample_3d_nearest(ctx, samp, tObj->Image[0][tObj->BaseLevel], + sample_3d_nearest(ctx, samp, _mesa_base_tex_image(tObj), texcoords[i], rgba[i]); break; case GL_LINEAR: for (i = minStart; i < minEnd; i++) - sample_3d_linear(ctx, samp, tObj->Image[0][tObj->BaseLevel], + sample_3d_linear(ctx, samp, _mesa_base_tex_image(tObj), texcoords[i], rgba[i]); break; case GL_NEAREST_MIPMAP_NEAREST: @@ -2314,12 +2315,12 @@ sample_lambda_3d(struct gl_context *ctx, switch (samp->MagFilter) { case GL_NEAREST: for (i = magStart; i < magEnd; i++) - sample_3d_nearest(ctx, samp, tObj->Image[0][tObj->BaseLevel], + sample_3d_nearest(ctx, samp, _mesa_base_tex_image(tObj), texcoords[i], rgba[i]); break; case GL_LINEAR: for (i = magStart; i < magEnd; i++) - sample_3d_linear(ctx, samp, tObj->Image[0][tObj->BaseLevel], + sample_3d_linear(ctx, samp, _mesa_base_tex_image(tObj), texcoords[i], rgba[i]); break; default: @@ -3020,7 +3021,7 @@ sample_nearest_2d_array(struct gl_context *ctx, GLfloat rgba[][4]) { GLuint i; - struct gl_texture_image *image = tObj->Image[0][tObj->BaseLevel]; + const struct gl_texture_image *image = _mesa_base_tex_image(tObj); (void) lambda; for (i = 0; i < n; i++) { sample_2d_array_nearest(ctx, samp, image, texcoords[i], rgba[i]); @@ -3038,7 +3039,7 @@ sample_linear_2d_array(struct gl_context *ctx, const GLfloat lambda[], GLfloat rgba[][4]) { GLuint i; - struct gl_texture_image *image = tObj->Image[0][tObj->BaseLevel]; + const struct gl_texture_image *image = _mesa_base_tex_image(tObj); (void) lambda; for (i = 0; i < n; i++) { sample_2d_array_linear(ctx, samp, image, texcoords[i], rgba[i]); @@ -3068,12 +3069,12 @@ sample_lambda_2d_array(struct gl_context *ctx, switch (samp->MinFilter) { case GL_NEAREST: for (i = minStart; i < minEnd; i++) - sample_2d_array_nearest(ctx, samp, tObj->Image[0][tObj->BaseLevel], + sample_2d_array_nearest(ctx, samp, _mesa_base_tex_image(tObj), texcoords[i], rgba[i]); break; case GL_LINEAR: for (i = minStart; i < minEnd; i++) - sample_2d_array_linear(ctx, samp, tObj->Image[0][tObj->BaseLevel], + sample_2d_array_linear(ctx, samp, _mesa_base_tex_image(tObj), texcoords[i], rgba[i]); break; case GL_NEAREST_MIPMAP_NEAREST: @@ -3111,12 +3112,12 @@ sample_lambda_2d_array(struct gl_context *ctx, switch (samp->MagFilter) { case GL_NEAREST: for (i = magStart; i < magEnd; i++) - sample_2d_array_nearest(ctx, samp, tObj->Image[0][tObj->BaseLevel], + sample_2d_array_nearest(ctx, samp, _mesa_base_tex_image(tObj), texcoords[i], rgba[i]); break; case GL_LINEAR: for (i = magStart; i < magEnd; i++) - sample_2d_array_linear(ctx, samp, tObj->Image[0][tObj->BaseLevel], + sample_2d_array_linear(ctx, samp, _mesa_base_tex_image(tObj), texcoords[i], rgba[i]); break; default: @@ -3311,7 +3312,7 @@ sample_nearest_1d_array(struct gl_context *ctx, GLfloat rgba[][4]) { GLuint i; - struct gl_texture_image *image = tObj->Image[0][tObj->BaseLevel]; + const struct gl_texture_image *image = _mesa_base_tex_image(tObj); (void) lambda; for (i = 0; i < n; i++) { sample_1d_array_nearest(ctx, samp, image, texcoords[i], rgba[i]); @@ -3328,7 +3329,7 @@ sample_linear_1d_array(struct gl_context *ctx, const GLfloat lambda[], GLfloat rgba[][4]) { GLuint i; - struct gl_texture_image *image = tObj->Image[0][tObj->BaseLevel]; + const struct gl_texture_image *image = _mesa_base_tex_image(tObj); (void) lambda; for (i = 0; i < n; i++) { sample_1d_array_linear(ctx, samp, image, texcoords[i], rgba[i]); @@ -3358,12 +3359,12 @@ sample_lambda_1d_array(struct gl_context *ctx, switch (samp->MinFilter) { case GL_NEAREST: for (i = minStart; i < minEnd; i++) - sample_1d_array_nearest(ctx, samp, tObj->Image[0][tObj->BaseLevel], + sample_1d_array_nearest(ctx, samp, _mesa_base_tex_image(tObj), texcoords[i], rgba[i]); break; case GL_LINEAR: for (i = minStart; i < minEnd; i++) - sample_1d_array_linear(ctx, samp, tObj->Image[0][tObj->BaseLevel], + sample_1d_array_linear(ctx, samp, _mesa_base_tex_image(tObj), texcoords[i], rgba[i]); break; case GL_NEAREST_MIPMAP_NEAREST: @@ -3397,12 +3398,12 @@ sample_lambda_1d_array(struct gl_context *ctx, switch (samp->MagFilter) { case GL_NEAREST: for (i = magStart; i < magEnd; i++) - sample_1d_array_nearest(ctx, samp, tObj->Image[0][tObj->BaseLevel], + sample_1d_array_nearest(ctx, samp, _mesa_base_tex_image(tObj), texcoords[i], rgba[i]); break; case GL_LINEAR: for (i = magStart; i < magEnd; i++) - sample_1d_array_linear(ctx, samp, tObj->Image[0][tObj->BaseLevel], + sample_1d_array_linear(ctx, samp, _mesa_base_tex_image(tObj), texcoords[i], rgba[i]); break; default: @@ -3749,7 +3750,7 @@ _swrast_choose_texture_sample_func( struct gl_context *ctx, } else { /* check for a few optimized cases */ - const struct gl_texture_image *img = t->Image[0][t->BaseLevel]; + const struct gl_texture_image *img = _mesa_base_tex_image(t); const struct swrast_texture_image *swImg = swrast_texture_image_const(img); texture_sample_func func; diff --git a/mesalib/src/mesa/swrast/s_triangle.c b/mesalib/src/mesa/swrast/s_triangle.c index 164906643..1d8e31c2e 100644 --- a/mesalib/src/mesa/swrast/s_triangle.c +++ b/mesalib/src/mesa/swrast/s_triangle.c @@ -37,6 +37,7 @@ #include "main/mtypes.h" #include "main/state.h" #include "main/samplerobj.h" +#include "main/teximage.h" #include "program/prog_instruction.h" #include "s_aatriangle.h" @@ -127,7 +128,7 @@ _swrast_culltriangle( struct gl_context *ctx, const struct gl_texture_object *obj = \ ctx->Texture.Unit[0].CurrentTex[TEXTURE_2D_INDEX]; \ const struct gl_texture_image *texImg = \ - obj->Image[0][obj->BaseLevel]; \ + _mesa_base_tex_image(obj); \ const struct swrast_texture_image *swImg = \ swrast_texture_image_const(texImg); \ const GLfloat twidth = (GLfloat) texImg->Width; \ @@ -185,7 +186,7 @@ _swrast_culltriangle( struct gl_context *ctx, const struct gl_texture_object *obj = \ ctx->Texture.Unit[0].CurrentTex[TEXTURE_2D_INDEX]; \ const struct gl_texture_image *texImg = \ - obj->Image[0][obj->BaseLevel]; \ + _mesa_base_tex_image(obj); \ const struct swrast_texture_image *swImg = \ swrast_texture_image_const(texImg); \ const GLfloat twidth = (GLfloat) texImg->Width; \ @@ -542,7 +543,7 @@ affine_span(struct gl_context *ctx, SWspan *span, const struct gl_texture_object *obj = \ ctx->Texture.Unit[0].CurrentTex[TEXTURE_2D_INDEX]; \ const struct gl_texture_image *texImg = \ - obj->Image[0][obj->BaseLevel]; \ + _mesa_base_tex_image(obj); \ const struct swrast_texture_image *swImg = \ swrast_texture_image_const(texImg); \ const GLfloat twidth = (GLfloat) texImg->Width; \ @@ -811,7 +812,7 @@ fast_persp_span(struct gl_context *ctx, SWspan *span, const struct gl_texture_object *obj = \ ctx->Texture.Unit[0].CurrentTex[TEXTURE_2D_INDEX]; \ const struct gl_texture_image *texImg = \ - obj->Image[0][obj->BaseLevel]; \ + _mesa_base_tex_image(obj); \ const struct swrast_texture_image *swImg = \ swrast_texture_image_const(texImg); \ info.texture = (const GLchan *) swImg->ImageSlices[0]; \ @@ -1059,7 +1060,7 @@ _swrast_choose_triangle( struct gl_context *ctx ) else samp = NULL; - texImg = texObj2D ? texObj2D->Image[0][texObj2D->BaseLevel] : NULL; + texImg = texObj2D ? _mesa_base_tex_image(texObj2D) : NULL; swImg = swrast_texture_image_const(texImg); format = texImg ? texImg->TexFormat : MESA_FORMAT_NONE; diff --git a/mesalib/src/mesa/swrast/swrast.h b/mesalib/src/mesa/swrast/swrast.h index ac3dbe304..a89dc6cda 100644 --- a/mesalib/src/mesa/swrast/swrast.h +++ b/mesalib/src/mesa/swrast/swrast.h @@ -132,16 +132,18 @@ _swrast_Bitmap( struct gl_context *ctx, const GLubyte *bitmap ); extern void -_swrast_CopyPixels( struct gl_context *ctx, - GLint srcx, GLint srcy, - GLint destx, GLint desty, - GLsizei width, GLsizei height, - GLenum type ); +_swrast_CopyPixels(struct gl_context *ctx, + GLint srcx, GLint srcy, + GLint destx, GLint desty, + GLsizei width, GLsizei height, + GLenum type); extern GLboolean swrast_fast_copy_pixels(struct gl_context *ctx, - GLint srcX, GLint srcY, GLsizei width, GLsizei height, - GLint dstX, GLint dstY, GLenum type); + struct gl_framebuffer *srcFb, + struct gl_framebuffer *dstFb, + GLint srcX, GLint srcY, GLsizei width, GLsizei height, + GLint dstX, GLint dstY, GLenum type); extern void _swrast_DrawPixels( struct gl_context *ctx, @@ -153,6 +155,8 @@ _swrast_DrawPixels( struct gl_context *ctx, extern void _swrast_BlitFramebuffer(struct gl_context *ctx, + struct gl_framebuffer *readFb, + struct gl_framebuffer *drawFb, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter); diff --git a/mesalib/src/mesa/tnl/t_rasterpos.c b/mesalib/src/mesa/tnl/t_rasterpos.c index e538c348f..2f52bb306 100644 --- a/mesalib/src/mesa/tnl/t_rasterpos.c +++ b/mesalib/src/mesa/tnl/t_rasterpos.c @@ -28,7 +28,7 @@ #include "main/feedback.h" #include "main/light.h" #include "main/macros.h" -#include "main/simple_list.h" +#include "util/simple_list.h" #include "main/mtypes.h" #include "math/m_matrix.h" diff --git a/mesalib/src/mesa/tnl/t_vb_light.c b/mesalib/src/mesa/tnl/t_vb_light.c index ee80f1b82..f6884a464 100644 --- a/mesalib/src/mesa/tnl/t_vb_light.c +++ b/mesalib/src/mesa/tnl/t_vb_light.c @@ -29,7 +29,7 @@ #include "main/light.h" #include "main/macros.h" #include "main/imports.h" -#include "main/simple_list.h" +#include "util/simple_list.h" #include "main/mtypes.h" #include "math/m_translate.h" diff --git a/mesalib/src/mesa/tnl/t_vertex_generic.c b/mesalib/src/mesa/tnl/t_vertex_generic.c index 8926c178d..079d473fc 100644 --- a/mesalib/src/mesa/tnl/t_vertex_generic.c +++ b/mesalib/src/mesa/tnl/t_vertex_generic.c @@ -29,7 +29,7 @@ #include "main/glheader.h" #include "main/context.h" #include "main/colormac.h" -#include "main/simple_list.h" +#include "util/simple_list.h" #include "swrast/s_chan.h" #include "t_context.h" #include "t_vertex.h" diff --git a/mesalib/src/mesa/tnl/t_vertex_sse.c b/mesalib/src/mesa/tnl/t_vertex_sse.c index 4b52f7dbb..93128fbe6 100644 --- a/mesalib/src/mesa/tnl/t_vertex_sse.c +++ b/mesalib/src/mesa/tnl/t_vertex_sse.c @@ -28,7 +28,7 @@ #include "main/glheader.h" #include "main/context.h" #include "main/colormac.h" -#include "main/simple_list.h" +#include "util/simple_list.h" #include "main/enums.h" #include "swrast/s_chan.h" #include "t_context.h" diff --git a/mesalib/src/mesa/vbo/vbo_attrib_tmp.h b/mesalib/src/mesa/vbo/vbo_attrib_tmp.h index ec66934fc..0c44540fc 100644 --- a/mesalib/src/mesa/vbo/vbo_attrib_tmp.h +++ b/mesalib/src/mesa/vbo/vbo_attrib_tmp.h @@ -210,6 +210,7 @@ static inline float conv_i2_to_norm_float(const struct gl_context *ctx, int i2) } \ } else if ((type) == GL_UNSIGNED_INT_10F_11F_11F_REV) { \ float res[4]; \ + res[3] = 1; \ r11g11b10f_to_float3((arg), res); \ ATTR##val##FV((attr), res); \ } else \ diff --git a/mesalib/src/mesa/vbo/vbo_exec_array.c b/mesalib/src/mesa/vbo/vbo_exec_array.c index 6eac841b1..c16fe77ee 100644 --- a/mesalib/src/mesa/vbo/vbo_exec_array.c +++ b/mesalib/src/mesa/vbo/vbo_exec_array.c @@ -300,7 +300,8 @@ check_draw_elements_data(struct gl_context *ctx, GLsizei count, GLenum elemType, { struct gl_vertex_array_object *vao = ctx->Array.VAO; const void *elemMap; - GLint i, k; + GLint i; + GLuint k; if (_mesa_is_bufferobj(ctx->Array.VAO->IndexBufferObj)) { elemMap = ctx->Driver.MapBufferRange(ctx, 0, @@ -596,7 +597,8 @@ vbo_draw_arrays(struct gl_context *ctx, GLenum mode, GLint start, prim[0].is_indirect = 0; /* Implement the primitive restart index */ - if (ctx->Array.PrimitiveRestart && ctx->Array.RestartIndex < count) { + if (ctx->Array.PrimitiveRestart && !ctx->Array.PrimitiveRestartFixedIndex && + ctx->Array.RestartIndex < count) { GLuint primCount = 0; if (ctx->Array.RestartIndex == start) { diff --git a/mesalib/src/mesa/vbo/vbo_save_api.c b/mesalib/src/mesa/vbo/vbo_save_api.c index 5055c221b..beef342be 100644 --- a/mesalib/src/mesa/vbo/vbo_save_api.c +++ b/mesalib/src/mesa/vbo/vbo_save_api.c @@ -375,11 +375,14 @@ _save_compile_vertex_list(struct gl_context *ctx) * being compiled. */ node = (struct vbo_save_vertex_list *) - _mesa_dlist_alloc(ctx, save->opcode_vertex_list, sizeof(*node)); + _mesa_dlist_alloc_aligned(ctx, save->opcode_vertex_list, sizeof(*node)); if (!node) return; + /* Make sure the pointer is aligned to the size of a pointer */ + assert((GLintptr) node % sizeof(void *) == 0); + /* Duplicate our template, increment refcounts to the storage structs: */ memcpy(node->attrsz, save->attrsz, sizeof(node->attrsz)); diff --git a/mesalib/src/util/Makefile.am b/mesalib/src/util/Makefile.am index c7e183e8d..9af233059 100644 --- a/mesalib/src/util/Makefile.am +++ b/mesalib/src/util/Makefile.am @@ -31,12 +31,21 @@ libmesautil_la_CPPFLAGS = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/mapi \ -I$(top_srcdir)/src/mesa \ + -I$(top_srcdir)/src/gallium/include \ + -I$(top_srcdir)/src/gallium/auxiliary \ + $(SHA1_CFLAGS) \ $(VISIBILITY_CFLAGS) libmesautil_la_SOURCES = \ $(MESA_UTIL_FILES) \ $(MESA_UTIL_GENERATED_FILES) +if ENABLE_SHADER_CACHE +libmesautil_la_SOURCES += $(MESA_UTIL_SHADER_CACHE_FILES) +endif + +libmesautil_la_LIBADD = $(SHA1_LIBS) + check_PROGRAMS = u_atomic_test TESTS = $(check_PROGRAMS) diff --git a/mesalib/src/util/Makefile.sources b/mesalib/src/util/Makefile.sources index 5f87fc32a..560ea836a 100644 --- a/mesalib/src/util/Makefile.sources +++ b/mesalib/src/util/Makefile.sources @@ -1,4 +1,9 @@ +MESA_UTIL_SHADER_CACHE_FILES := \ + mesa-sha1.c \ + mesa-sha1.h + MESA_UTIL_FILES := \ + bitset.h \ format_srgb.h \ hash_table.c \ hash_table.h \ @@ -9,6 +14,9 @@ MESA_UTIL_FILES := \ register_allocate.h \ rgtc.c \ rgtc.h \ + set.c \ + set.h \ + simple_list.h \ strtod.cpp \ strtod.h \ texcompress_rgtc_tmp.h \ diff --git a/mesalib/src/util/SConscript b/mesalib/src/util/SConscript index 34b9a2dea..84bd7a1e1 100644 --- a/mesalib/src/util/SConscript +++ b/mesalib/src/util/SConscript @@ -11,6 +11,8 @@ env.Prepend(CPPPATH = [ '#src', '#src/mapi', '#src/mesa', + '#src/gallium/include', + '#src/gallium/auxiliary', '#src/util', ]) @@ -29,6 +31,11 @@ mesautil_sources = ( source_lists['MESA_UTIL_GENERATED_FILES'] ) +# XXX We don't yet have scons support for detecting any of the various +# HAVE_SHA1_* definitions, so for now simply disable the shader cache. +if False: + mesautil_sources += source_lists['MESA_UTIL_SHADER_CACHE_FILES'] + mesautil = env.ConvenienceLibrary( target = 'mesautil', source = mesautil_sources, diff --git a/mesalib/src/util/bitset.h b/mesalib/src/util/bitset.h new file mode 100644 index 000000000..17c5d5d25 --- /dev/null +++ b/mesalib/src/util/bitset.h @@ -0,0 +1,99 @@ +/* + * Mesa 3-D graphics library + * + * Copyright (C) 2006 Brian Paul All Rights Reserved. + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included + * in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR + * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + * OTHER DEALINGS IN THE SOFTWARE. + */ + +/** + * \file bitset.h + * \brief Bitset of arbitrary size definitions. + * \author Michal Krol + */ + +#ifndef BITSET_H +#define BITSET_H + +#include "util/u_math.h" + +/**************************************************************************** + * generic bitset implementation + */ + +#define BITSET_WORD unsigned int +#define BITSET_WORDBITS (sizeof (BITSET_WORD) * 8) + +/* bitset declarations + */ +#define BITSET_WORDS(bits) (((bits) + BITSET_WORDBITS - 1) / BITSET_WORDBITS) +#define BITSET_DECLARE(name, bits) BITSET_WORD name[BITSET_WORDS(bits)] + +/* bitset operations + */ +#define BITSET_COPY(x, y) memcpy( (x), (y), sizeof (x) ) +#define BITSET_EQUAL(x, y) (memcmp( (x), (y), sizeof (x) ) == 0) +#define BITSET_ZERO(x) memset( (x), 0, sizeof (x) ) +#define BITSET_ONES(x) memset( (x), 0xff, sizeof (x) ) + +#define BITSET_BITWORD(b) ((b) / BITSET_WORDBITS) +#define BITSET_BIT(b) (1 << ((b) % BITSET_WORDBITS)) + +/* single bit operations + */ +#define BITSET_TEST(x, b) ((x)[BITSET_BITWORD(b)] & BITSET_BIT(b)) +#define BITSET_SET(x, b) ((x)[BITSET_BITWORD(b)] |= BITSET_BIT(b)) +#define BITSET_CLEAR(x, b) ((x)[BITSET_BITWORD(b)] &= ~BITSET_BIT(b)) + +#define BITSET_MASK(b) ((b) == BITSET_WORDBITS ? ~0 : BITSET_BIT(b) - 1) +#define BITSET_RANGE(b, e) (BITSET_MASK((e) + 1) & ~BITSET_MASK(b)) + +/* bit range operations + */ +#define BITSET_TEST_RANGE(x, b, e) \ + (BITSET_BITWORD(b) == BITSET_BITWORD(e) ? \ + ((x)[BITSET_BITWORD(b)] & BITSET_RANGE(b, e)) : \ + (assert (!"BITSET_TEST_RANGE: bit range crosses word boundary"), 0)) +#define BITSET_SET_RANGE(x, b, e) \ + (BITSET_BITWORD(b) == BITSET_BITWORD(e) ? \ + ((x)[BITSET_BITWORD(b)] |= BITSET_RANGE(b, e)) : \ + (assert (!"BITSET_SET_RANGE: bit range crosses word boundary"), 0)) +#define BITSET_CLEAR_RANGE(x, b, e) \ + (BITSET_BITWORD(b) == BITSET_BITWORD(e) ? \ + ((x)[BITSET_BITWORD(b)] &= ~BITSET_RANGE(b, e)) : \ + (assert (!"BITSET_CLEAR_RANGE: bit range crosses word boundary"), 0)) + +/* Get first bit set in a bitset. + */ +static inline int +__bitset_ffs(const BITSET_WORD *x, int n) +{ + int i; + + for (i = 0; i < n; i++) { + if (x[i]) + return ffs(x[i]) + BITSET_WORDBITS * i; + } + + return 0; +} + +#define BITSET_FFS(x) __bitset_ffs(x, Elements(x)) + +#endif diff --git a/mesalib/src/util/hash_table.c b/mesalib/src/util/hash_table.c index 0ad038377..3247593c1 100644 --- a/mesalib/src/util/hash_table.c +++ b/mesalib/src/util/hash_table.c @@ -232,7 +232,7 @@ hash_table_insert(struct hash_table *ht, uint32_t hash, const void *key, void *data); static void -_mesa_hash_table_rehash(struct hash_table *ht, int new_size_index) +_mesa_hash_table_rehash(struct hash_table *ht, unsigned new_size_index) { struct hash_table old_ht; struct hash_entry *table, *entry; @@ -267,6 +267,7 @@ hash_table_insert(struct hash_table *ht, uint32_t hash, const void *key, void *data) { uint32_t start_hash_address, hash_address; + struct hash_entry *available_entry = NULL; if (ht->entries >= ht->max_entries) { _mesa_hash_table_rehash(ht, ht->size_index + 1); @@ -281,13 +282,11 @@ hash_table_insert(struct hash_table *ht, uint32_t hash, uint32_t double_hash; if (!entry_is_present(ht, entry)) { - if (entry_is_deleted(ht, entry)) - ht->deleted_entries--; - entry->hash = hash; - entry->key = key; - entry->data = data; - ht->entries++; - return entry; + /* Stash the first available entry we find */ + if (available_entry == NULL) + available_entry = entry; + if (entry_is_free(entry)) + break; } /* Implement replacement when another insert happens @@ -314,6 +313,16 @@ hash_table_insert(struct hash_table *ht, uint32_t hash, hash_address = (hash_address + double_hash) % ht->size; } while (hash_address != start_hash_address); + if (available_entry) { + if (entry_is_deleted(ht, available_entry)) + ht->deleted_entries--; + available_entry->hash = hash; + available_entry->key = key; + available_entry->data = data; + ht->entries++; + return available_entry; + } + /* We could hit here if a required resize failed. An unchecked-malloc * application could ignore this result. */ @@ -334,8 +343,8 @@ _mesa_hash_table_insert(struct hash_table *ht, const void *key, void *data) } struct hash_entry * -_mesa_hash_table_insert_with_hash(struct hash_table *ht, uint32_t hash, - const void *key, void *data) +_mesa_hash_table_insert_pre_hashed(struct hash_table *ht, uint32_t hash, + const void *key, void *data) { assert(ht->key_hash_function == NULL || hash == ht->key_hash_function(key)); return hash_table_insert(ht, hash, key, data); @@ -431,27 +440,18 @@ _mesa_hash_table_random_entry(struct hash_table *ht, uint32_t _mesa_hash_data(const void *data, size_t size) { - uint32_t hash = 2166136261ul; - const uint8_t *bytes = data; - - while (size-- != 0) { - hash ^= *bytes; - hash = hash * 0x01000193; - bytes++; - } - - return hash; + return _mesa_fnv32_1a_accumulate_block(_mesa_fnv32_1a_offset_bias, + data, size); } /** FNV-1a string hash implementation */ uint32_t _mesa_hash_string(const char *key) { - uint32_t hash = 2166136261ul; + uint32_t hash = _mesa_fnv32_1a_offset_bias; while (*key != 0) { - hash ^= *key; - hash = hash * 0x01000193; + hash = _mesa_fnv32_1a_accumulate(hash, *key); key++; } diff --git a/mesalib/src/util/hash_table.h b/mesalib/src/util/hash_table.h index 5561e1584..eb9dbc333 100644 --- a/mesalib/src/util/hash_table.h +++ b/mesalib/src/util/hash_table.h @@ -70,8 +70,8 @@ void _mesa_hash_table_set_deleted_key(struct hash_table *ht, struct hash_entry * _mesa_hash_table_insert(struct hash_table *ht, const void *key, void *data); struct hash_entry * -_mesa_hash_table_insert_with_hash(struct hash_table *ht, uint32_t hash, - const void *key, void *data); +_mesa_hash_table_insert_pre_hashed(struct hash_table *ht, uint32_t hash, + const void *key, void *data); struct hash_entry * _mesa_hash_table_search(struct hash_table *ht, const void *key); struct hash_entry * @@ -101,6 +101,25 @@ static inline uint32_t _mesa_hash_pointer(const void *pointer) return _mesa_hash_data(&pointer, sizeof(pointer)); } +static const uint32_t _mesa_fnv32_1a_offset_bias = 2166136261u; + +static inline uint32_t +_mesa_fnv32_1a_accumulate_block(uint32_t hash, const void *data, size_t size) +{ + const uint8_t *bytes = (const uint8_t *)data; + + while (size-- != 0) { + hash ^= *bytes; + hash = hash * 0x01000193; + bytes++; + } + + return hash; +} + +#define _mesa_fnv32_1a_accumulate(hash, expr) \ + _mesa_fnv32_1a_accumulate_block(hash, &(expr), sizeof(expr)) + /** * This foreach function is safe against deletion (which just replaces * an entry's data with the deleted marker), but not against insertion diff --git a/mesalib/src/util/macros.h b/mesalib/src/util/macros.h index 5fc672953..eec8b9352 100644 --- a/mesalib/src/util/macros.h +++ b/mesalib/src/util/macros.h @@ -82,7 +82,7 @@ do { \ #endif #ifndef unreachable -#define unreachable(str) +#define unreachable(str) assert(!str) #endif /** diff --git a/mesalib/src/util/mesa-sha1.c b/mesalib/src/util/mesa-sha1.c new file mode 100644 index 000000000..fa2819377 --- /dev/null +++ b/mesalib/src/util/mesa-sha1.c @@ -0,0 +1,316 @@ +/* Copyright © 2007 Carl Worth + * Copyright © 2009 Jeremy Huddleston, Julien Cristau, and Matthieu Herrb + * Copyright © 2009-2010 Mikhail Gusarov + * Copyright © 2012 Yaakov Selkowitz and Keith Packard + * Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + */ + +#include "mesa-sha1.h" + +#if defined(HAVE_SHA1_IN_LIBMD) /* Use libmd for SHA1 */ \ + || defined(HAVE_SHA1_IN_LIBC) /* Use libc for SHA1 */ + +#include + +struct mesa_sha1 * +_mesa_sha1_init(void) +{ + SHA1_CTX *ctx = malloc(sizeof(*ctx)); + + if (!ctx) + return NULL; + + SHA1Init(ctx); + return (struct mesa_sha1 *) ctx; +} + +int +_mesa_sha1_update(struct mesa_sha1 *ctx, const void *data, int size) +{ + SHA1_CTX *sha1_ctx = (SHA1_CTX *) ctx; + + SHA1Update(sha1_ctx, data, size); + return 1; +} + +int +_mesa_sha1_final(struct mesa_sha1 *ctx, unsigned char result[20]) +{ + SHA1_CTX *sha1_ctx = (SHA1_CTX *) ctx; + + SHA1Final(result, sha1_ctx); + free(sha1_ctx); + return 1; +} + +#elif defined(HAVE_SHA1_IN_COMMONCRYPTO) /* Use CommonCrypto for SHA1 */ + +#include + +struct mesa_sha1 * +_mesa_sha1_init(void) +{ + CC_SHA1_CTX *ctx = malloc(sizeof(*ctx)); + + if (!ctx) + return NULL; + + CC_SHA1_Init(ctx); + return (struct mesa_sha1 *) ctx; +} + +int +_mesa_sha1_update(struct mesa_sha1 *ctx, const void *data, int size) +{ + CC_SHA1_CTX *sha1_ctx = (CC_SHA1_CTX *) ctx; + + CC_SHA1_Update(sha1_ctx, data, size); + return 1; +} + +int +_mesa_sha1_final(struct mesa_sha1 *ctx, unsigned char result[20]) +{ + CC_SHA1_CTX *sha1_ctx = (CC_SHA1_CTX *) ctx; + + CC_SHA1_Final(result, sha1_ctx); + free(sha1_ctx); + return 1; +} + +#elif defined(HAVE_SHA1_IN_CRYPTOAPI) /* Use CryptoAPI for SHA1 */ + +#define WIN32_LEAN_AND_MEAN +#include +#include + +static HCRYPTPROV hProv; + +struct mesa_sha1 * +_mesa_sha1_init(void) +{ + HCRYPTHASH *ctx = malloc(sizeof(*ctx)); + + if (!ctx) + return NULL; + + CryptAcquireContext(&hProv, NULL, MS_DEF_PROV, PROV_RSA_FULL, CRYPT_VERIFYCONTEXT); + CryptCreateHash(hProv, CALG_SHA1, 0, 0, ctx); + return (struct mesa_sha1 *) ctx; +} + +int +_mesa_sha1_update(struct mesa_sha1 *ctx, const void *data, int size) +{ + HCRYPTHASH *hHash = (HCRYPTHASH *) ctx; + + CryptHashData(*hHash, data, size, 0); + return 1; +} + +int +_mesa_sha1_final(struct mesa_sha1 *ctx, unsigned char result[20]) +{ + HCRYPTHASH *hHash = (HCRYPTHASH *) ctx; + DWORD len = 20; + + CryptGetHashParam(*hHash, HP_HASHVAL, result, &len, 0); + CryptDestroyHash(*hHash); + CryptReleaseContext(hProv, 0); + free(ctx); + return 1; +} + +#elif defined(HAVE_SHA1_IN_LIBNETTLE) /* Use libnettle for SHA1 */ + +#include + +struct mesa_sha1 * +_mesa_sha1_init(void) +{ + struct sha1_ctx *ctx = malloc(sizeof(*ctx)); + + if (!ctx) + return NULL; + sha1_init(ctx); + return (struct mesa_sha1 *) ctx; +} + +int +_mesa_sha1_update(struct mesa_sha1 *ctx, const void *data, int size) +{ + sha1_update((struct sha1_ctx *) ctx, size, data); + return 1; +} + +int +_mesa_sha1_final(struct mesa_sha1 *ctx, unsigned char result[20]) +{ + sha1_digest((struct sha1_ctx *) ctx, 20, result); + free(ctx); + return 1; +} + +#elif defined(HAVE_SHA1_IN_LIBGCRYPT) /* Use libgcrypt for SHA1 */ + +#include + +struct mesa_sha1 * +_mesa_sha1_init(void) +{ + static int init; + gcry_md_hd_t h; + gcry_error_t err; + + if (!init) { + if (!gcry_check_version(NULL)) + return NULL; + gcry_control(GCRYCTL_DISABLE_SECMEM, 0); + gcry_control(GCRYCTL_INITIALIZATION_FINISHED, 0); + init = 1; + } + + err = gcry_md_open(&h, GCRY_MD_SHA1, 0); + if (err) + return NULL; + return (struct mesa_sha1 *) h; +} + +int +_mesa_sha1_update(struct mesa_sha1 *ctx, const void *data, int size) +{ + gcry_md_hd_t h = (gcry_md_hd_t) ctx; + + gcry_md_write(h, data, size); + return 1; +} + +int +_mesa_sha1_final(struct mesa_sha1 *ctx, unsigned char result[20]) +{ + gcry_md_hd_t h = (gcry_md_hd_t) ctx; + + memcpy(result, gcry_md_read(h, GCRY_MD_SHA1), 20); + gcry_md_close(h); + return 1; +} + +#elif defined(HAVE_SHA1_IN_LIBSHA1) /* Use libsha1 */ + +#include + +struct mesa_sha1 * +_mesa_sha1_init(void) +{ + sha1_ctx *ctx = malloc(sizeof(*ctx)); + + if (!ctx) + return NULL; + sha1_begin(ctx); + return (struct mesa_sha1 *) ctx; +} + +int +_mesa_sha1_update(struct mesa_sha1 *ctx, const void *data, int size) +{ + sha1_hash(data, size, (sha1_ctx *) ctx); + return 1; +} + +int +_mesa_sha1_final(struct mesa_sha1 *ctx, unsigned char result[20]) +{ + sha1_end(result, (sha1_ctx *) ctx); + free(ctx); + return 1; +} + +#else /* Use OpenSSL's libcrypto */ + +#include /* buggy openssl/sha.h wants size_t */ +#include + +struct mesa_sha1 * +_mesa_sha1_init(void) +{ + int ret; + SHA_CTX *ctx = malloc(sizeof(*ctx)); + + if (!ctx) + return NULL; + ret = SHA1_Init(ctx); + if (!ret) { + free(ctx); + return NULL; + } + return (struct mesa_sha1 *) ctx; +} + +int +_mesa_sha1_update(struct mesa_sha1 *ctx, const void *data, int size) +{ + int ret; + SHA_CTX *sha_ctx = (SHA_CTX *) ctx; + + ret = SHA1_Update(sha_ctx, data, size); + if (!ret) + free(sha_ctx); + return ret; +} + +int +_mesa_sha1_final(struct mesa_sha1 *ctx, unsigned char result[20]) +{ + int ret; + SHA_CTX *sha_ctx = (SHA_CTX *) ctx; + + ret = SHA1_Final(result, (SHA_CTX *) sha_ctx); + free(sha_ctx); + return ret; +} + +#endif + +void +_mesa_sha1_compute(const void *data, size_t size, unsigned char result[20]) +{ + struct mesa_sha1 *ctx; + + ctx = _mesa_sha1_init(); + _mesa_sha1_update(ctx, data, size); + _mesa_sha1_final(ctx, result); +} + +char * +_mesa_sha1_format(char *buf, const unsigned char *sha1) +{ + static const char hex_digits[] = "0123456789abcdef"; + int i; + + for (i = 0; i < 40; i += 2) { + buf[i] = hex_digits[sha1[i >> 1] >> 4]; + buf[i + 1] = hex_digits[sha1[i >> 1] & 0x0f]; + } + buf[i] = '\0'; + + return buf; +} diff --git a/mesalib/src/util/mesa-sha1.h b/mesalib/src/util/mesa-sha1.h new file mode 100644 index 000000000..1599405cd --- /dev/null +++ b/mesalib/src/util/mesa-sha1.h @@ -0,0 +1,53 @@ +/* Copyright © 2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + */ + +#ifndef SHA1_H +#define SHA1_H + +#ifdef __cplusplus +extern "C" { +#endif + +#include + +struct mesa_sha1; + +struct mesa_sha1 * +_mesa_sha1_init(void); + +int +_mesa_sha1_update(struct mesa_sha1 *ctx, const void *data, int size); + +int +_mesa_sha1_final(struct mesa_sha1 *ctx, unsigned char result[20]); + +char * +_mesa_sha1_format(char *buf, const unsigned char *sha1); + +void +_mesa_sha1_compute(const void *data, size_t size, unsigned char result[20]); + +#ifdef __cplusplus +} /* extern C */ +#endif + +#endif diff --git a/mesalib/src/util/register_allocate.c b/mesalib/src/util/register_allocate.c index af7a20c09..684ee5d6c 100644 --- a/mesalib/src/util/register_allocate.c +++ b/mesalib/src/util/register_allocate.c @@ -76,7 +76,7 @@ #include "main/imports.h" #include "main/macros.h" #include "main/mtypes.h" -#include "main/bitset.h" +#include "util/bitset.h" #include "register_allocate.h" #define NO_REG ~0U diff --git a/mesalib/src/util/set.c b/mesalib/src/util/set.c new file mode 100644 index 000000000..f01f8699a --- /dev/null +++ b/mesalib/src/util/set.c @@ -0,0 +1,391 @@ +/* + * Copyright © 2009-2012 Intel Corporation + * Copyright © 1988-2004 Keith Packard and Bart Massey. + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Except as contained in this notice, the names of the authors + * or their institutions shall not be used in advertising or + * otherwise to promote the sale, use or other dealings in this + * Software without prior written authorization from the + * authors. + * + * Authors: + * Eric Anholt + * Keith Packard + */ + +#include +#include + +#include "macros.h" +#include "ralloc.h" +#include "set.h" + +/* + * From Knuth -- a good choice for hash/rehash values is p, p-2 where + * p and p-2 are both prime. These tables are sized to have an extra 10% + * free to avoid exponential performance degradation as the hash table fills + */ + +uint32_t deleted_key_value; +const void *deleted_key = &deleted_key_value; + +static const struct { + uint32_t max_entries, size, rehash; +} hash_sizes[] = { + { 2, 5, 3 }, + { 4, 7, 5 }, + { 8, 13, 11 }, + { 16, 19, 17 }, + { 32, 43, 41 }, + { 64, 73, 71 }, + { 128, 151, 149 }, + { 256, 283, 281 }, + { 512, 571, 569 }, + { 1024, 1153, 1151 }, + { 2048, 2269, 2267 }, + { 4096, 4519, 4517 }, + { 8192, 9013, 9011 }, + { 16384, 18043, 18041 }, + { 32768, 36109, 36107 }, + { 65536, 72091, 72089 }, + { 131072, 144409, 144407 }, + { 262144, 288361, 288359 }, + { 524288, 576883, 576881 }, + { 1048576, 1153459, 1153457 }, + { 2097152, 2307163, 2307161 }, + { 4194304, 4613893, 4613891 }, + { 8388608, 9227641, 9227639 }, + { 16777216, 18455029, 18455027 }, + { 33554432, 36911011, 36911009 }, + { 67108864, 73819861, 73819859 }, + { 134217728, 147639589, 147639587 }, + { 268435456, 295279081, 295279079 }, + { 536870912, 590559793, 590559791 }, + { 1073741824, 1181116273, 1181116271 }, + { 2147483648ul, 2362232233ul, 2362232231ul } +}; + +static int +entry_is_free(struct set_entry *entry) +{ + return entry->key == NULL; +} + +static int +entry_is_deleted(struct set_entry *entry) +{ + return entry->key == deleted_key; +} + +static int +entry_is_present(struct set_entry *entry) +{ + return entry->key != NULL && entry->key != deleted_key; +} + +struct set * +_mesa_set_create(void *mem_ctx, + uint32_t (*key_hash_function)(const void *key), + bool (*key_equals_function)(const void *a, + const void *b)) +{ + struct set *ht; + + ht = ralloc(mem_ctx, struct set); + if (ht == NULL) + return NULL; + + ht->size_index = 0; + ht->size = hash_sizes[ht->size_index].size; + ht->rehash = hash_sizes[ht->size_index].rehash; + ht->max_entries = hash_sizes[ht->size_index].max_entries; + ht->key_hash_function = key_hash_function; + ht->key_equals_function = key_equals_function; + ht->table = rzalloc_array(ht, struct set_entry, ht->size); + ht->entries = 0; + ht->deleted_entries = 0; + + if (ht->table == NULL) { + ralloc_free(ht); + return NULL; + } + + return ht; +} + +/** + * Frees the given set. + * + * If delete_function is passed, it gets called on each entry present before + * freeing. + */ +void +_mesa_set_destroy(struct set *ht, void (*delete_function)(struct set_entry *entry)) +{ + if (!ht) + return; + + if (delete_function) { + struct set_entry *entry; + + set_foreach (ht, entry) { + delete_function(entry); + } + } + ralloc_free(ht->table); + ralloc_free(ht); +} + +/** + * Finds a set entry with the given key and hash of that key. + * + * Returns NULL if no entry is found. + */ +static struct set_entry * +set_search(const struct set *ht, uint32_t hash, const void *key) +{ + uint32_t hash_address; + + hash_address = hash % ht->size; + do { + uint32_t double_hash; + + struct set_entry *entry = ht->table + hash_address; + + if (entry_is_free(entry)) { + return NULL; + } else if (entry_is_present(entry) && entry->hash == hash) { + if (ht->key_equals_function(key, entry->key)) { + return entry; + } + } + + double_hash = 1 + hash % ht->rehash; + + hash_address = (hash_address + double_hash) % ht->size; + } while (hash_address != hash % ht->size); + + return NULL; +} + +struct set_entry * +_mesa_set_search(const struct set *set, const void *key) +{ + assert(set->key_hash_function); + return set_search(set, set->key_hash_function(key), key); +} + +struct set_entry * +_mesa_set_search_pre_hashed(const struct set *set, uint32_t hash, + const void *key) +{ + assert(set->key_hash_function == NULL || + hash == set->key_hash_function(key)); + return set_search(set, hash, key); +} + +static struct set_entry * +set_add(struct set *ht, uint32_t hash, const void *key); + +static void +set_rehash(struct set *ht, unsigned new_size_index) +{ + struct set old_ht; + struct set_entry *table, *entry; + + if (new_size_index >= ARRAY_SIZE(hash_sizes)) + return; + + table = rzalloc_array(ht, struct set_entry, + hash_sizes[new_size_index].size); + if (table == NULL) + return; + + old_ht = *ht; + + ht->table = table; + ht->size_index = new_size_index; + ht->size = hash_sizes[ht->size_index].size; + ht->rehash = hash_sizes[ht->size_index].rehash; + ht->max_entries = hash_sizes[ht->size_index].max_entries; + ht->entries = 0; + ht->deleted_entries = 0; + + for (entry = old_ht.table; + entry != old_ht.table + old_ht.size; + entry++) { + if (entry_is_present(entry)) { + set_add(ht, entry->hash, entry->key); + } + } + + ralloc_free(old_ht.table); +} + +/** + * Inserts the key with the given hash into the table. + * + * Note that insertion may rearrange the table on a resize or rehash, + * so previously found hash_entries are no longer valid after this function. + */ +static struct set_entry * +set_add(struct set *ht, uint32_t hash, const void *key) +{ + uint32_t hash_address; + struct set_entry *available_entry = NULL; + + if (ht->entries >= ht->max_entries) { + set_rehash(ht, ht->size_index + 1); + } else if (ht->deleted_entries + ht->entries >= ht->max_entries) { + set_rehash(ht, ht->size_index); + } + + hash_address = hash % ht->size; + do { + struct set_entry *entry = ht->table + hash_address; + uint32_t double_hash; + + if (!entry_is_present(entry)) { + /* Stash the first available entry we find */ + if (available_entry == NULL) + available_entry = entry; + if (entry_is_free(entry)) + break; + } + + /* Implement replacement when another insert happens + * with a matching key. This is a relatively common + * feature of hash tables, with the alternative + * generally being "insert the new value as well, and + * return it first when the key is searched for". + * + * Note that the hash table doesn't have a delete callback. + * If freeing of old keys is required to avoid memory leaks, + * perform a search before inserting. + */ + if (entry->hash == hash && + ht->key_equals_function(key, entry->key)) { + entry->key = key; + return entry; + } + + double_hash = 1 + hash % ht->rehash; + + hash_address = (hash_address + double_hash) % ht->size; + } while (hash_address != hash % ht->size); + + if (available_entry) { + if (entry_is_deleted(available_entry)) + ht->deleted_entries--; + available_entry->hash = hash; + available_entry->key = key; + ht->entries++; + return available_entry; + } + + /* We could hit here if a required resize failed. An unchecked-malloc + * application could ignore this result. + */ + return NULL; +} + +struct set_entry * +_mesa_set_add(struct set *set, const void *key) +{ + assert(set->key_hash_function); + return set_add(set, set->key_hash_function(key), key); +} + +struct set_entry * +_mesa_set_add_pre_hashed(struct set *set, uint32_t hash, const void *key) +{ + assert(set->key_hash_function == NULL || + hash == set->key_hash_function(key)); + return set_add(set, hash, key); +} + +/** + * This function deletes the given hash table entry. + * + * Note that deletion doesn't otherwise modify the table, so an iteration over + * the table deleting entries is safe. + */ +void +_mesa_set_remove(struct set *ht, struct set_entry *entry) +{ + if (!entry) + return; + + entry->key = deleted_key; + ht->entries--; + ht->deleted_entries++; +} + +/** + * This function is an iterator over the hash table. + * + * Pass in NULL for the first entry, as in the start of a for loop. Note that + * an iteration over the table is O(table_size) not O(entries). + */ +struct set_entry * +_mesa_set_next_entry(const struct set *ht, struct set_entry *entry) +{ + if (entry == NULL) + entry = ht->table; + else + entry = entry + 1; + + for (; entry != ht->table + ht->size; entry++) { + if (entry_is_present(entry)) { + return entry; + } + } + + return NULL; +} + +struct set_entry * +_mesa_set_random_entry(struct set *ht, + int (*predicate)(struct set_entry *entry)) +{ + struct set_entry *entry; + uint32_t i = rand() % ht->size; + + if (ht->entries == 0) + return NULL; + + for (entry = ht->table + i; entry != ht->table + ht->size; entry++) { + if (entry_is_present(entry) && + (!predicate || predicate(entry))) { + return entry; + } + } + + for (entry = ht->table; entry != ht->table + i; entry++) { + if (entry_is_present(entry) && + (!predicate || predicate(entry))) { + return entry; + } + } + + return NULL; +} diff --git a/mesalib/src/util/set.h b/mesalib/src/util/set.h new file mode 100644 index 000000000..9acd2c28c --- /dev/null +++ b/mesalib/src/util/set.h @@ -0,0 +1,100 @@ +/* + * Copyright © 2009-2012 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Authors: + * Eric Anholt + * + */ + +#ifndef _SET_H +#define _SET_H + +#include +#include + +#ifdef __cplusplus +extern "C" { +#endif + +struct set_entry { + uint32_t hash; + const void *key; +}; + +struct set { + void *mem_ctx; + struct set_entry *table; + uint32_t (*key_hash_function)(const void *key); + bool (*key_equals_function)(const void *a, const void *b); + uint32_t size; + uint32_t rehash; + uint32_t max_entries; + uint32_t size_index; + uint32_t entries; + uint32_t deleted_entries; +}; + +struct set * +_mesa_set_create(void *mem_ctx, + uint32_t (*key_hash_function)(const void *key), + bool (*key_equals_function)(const void *a, + const void *b)); +void +_mesa_set_destroy(struct set *set, + void (*delete_function)(struct set_entry *entry)); + +struct set_entry * +_mesa_set_add(struct set *set, const void *key); +struct set_entry * +_mesa_set_add_pre_hashed(struct set *set, uint32_t hash, const void *key); + +struct set_entry * +_mesa_set_search(const struct set *set, const void *key); +struct set_entry * +_mesa_set_search_pre_hashed(const struct set *set, uint32_t hash, + const void *key); + +void +_mesa_set_remove(struct set *set, struct set_entry *entry); + +struct set_entry * +_mesa_set_next_entry(const struct set *set, struct set_entry *entry); + +struct set_entry * +_mesa_set_random_entry(struct set *set, + int (*predicate)(struct set_entry *entry)); + +/** + * This foreach function is safe against deletion, but not against + * insertion (which may rehash the set, making entry a dangling + * pointer). + */ +#define set_foreach(set, entry) \ + for (entry = _mesa_set_next_entry(set, NULL); \ + entry != NULL; \ + entry = _mesa_set_next_entry(set, entry)) + +#ifdef __cplusplus +} /* extern C */ +#endif + +#endif /* _SET_H */ diff --git a/mesalib/src/util/simple_list.h b/mesalib/src/util/simple_list.h new file mode 100644 index 000000000..5f261612a --- /dev/null +++ b/mesalib/src/util/simple_list.h @@ -0,0 +1,211 @@ +/** + * \file simple_list.h + * Simple macros for type-safe, intrusive lists. + * + * Intended to work with a list sentinal which is created as an empty + * list. Insert & delete are O(1). + * + * \author + * (C) 1997, Keith Whitwell + */ + +/* + * Mesa 3-D graphics library + * + * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included + * in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR + * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + * OTHER DEALINGS IN THE SOFTWARE. + */ + + +#ifndef _SIMPLE_LIST_H +#define _SIMPLE_LIST_H + +#ifdef __cplusplus +extern "C" { +#endif + +struct simple_node { + struct simple_node *next; + struct simple_node *prev; +}; + +/** + * Remove an element from list. + * + * \param elem element to remove. + */ +#define remove_from_list(elem) \ +do { \ + (elem)->next->prev = (elem)->prev; \ + (elem)->prev->next = (elem)->next; \ + make_empty_list(elem); \ +} while (0) + +/** + * Insert an element to the list head. + * + * \param list list. + * \param elem element to insert. + */ +#define insert_at_head(list, elem) \ +do { \ + (elem)->prev = list; \ + (elem)->next = (list)->next; \ + (list)->next->prev = elem; \ + (list)->next = elem; \ +} while(0) + +/** + * Insert an element to the list tail. + * + * \param list list. + * \param elem element to insert. + */ +#define insert_at_tail(list, elem) \ +do { \ + (elem)->next = list; \ + (elem)->prev = (list)->prev; \ + (list)->prev->next = elem; \ + (list)->prev = elem; \ +} while(0) + +/** + * Move an element to the list head. + * + * \param list list. + * \param elem element to move. + */ +#define move_to_head(list, elem) \ +do { \ + remove_from_list(elem); \ + insert_at_head(list, elem); \ +} while (0) + +/** + * Move an element to the list tail. + * + * \param list list. + * \param elem element to move. + */ +#define move_to_tail(list, elem) \ +do { \ + remove_from_list(elem); \ + insert_at_tail(list, elem); \ +} while (0) + +/** + * Make a empty list empty. + * + * \param sentinal list (sentinal element). + */ +#define make_empty_list(sentinal) \ +do { \ + (sentinal)->next = sentinal; \ + (sentinal)->prev = sentinal; \ +} while (0) + +/** + * Get list first element. + * + * \param list list. + * + * \return pointer to first element. + */ +#define first_elem(list) ((list)->next) + +/** + * Get list last element. + * + * \param list list. + * + * \return pointer to last element. + */ +#define last_elem(list) ((list)->prev) + +/** + * Get next element. + * + * \param elem element. + * + * \return pointer to next element. + */ +#define next_elem(elem) ((elem)->next) + +/** + * Get previous element. + * + * \param elem element. + * + * \return pointer to previous element. + */ +#define prev_elem(elem) ((elem)->prev) + +/** + * Test whether element is at end of the list. + * + * \param list list. + * \param elem element. + * + * \return non-zero if element is at end of list, or zero otherwise. + */ +#define at_end(list, elem) ((elem) == (list)) + +/** + * Test if a list is empty. + * + * \param list list. + * + * \return non-zero if list empty, or zero otherwise. + */ +#define is_empty_list(list) ((list)->next == (list)) + +/** + * Walk through the elements of a list. + * + * \param ptr pointer to the current element. + * \param list list. + * + * \note It should be followed by a { } block or a single statement, as in a \c + * for loop. + */ +#define foreach(ptr, list) \ + for( ptr=(list)->next ; ptr!=list ; ptr=(ptr)->next ) + +/** + * Walk through the elements of a list. + * + * Same as #foreach but lets you unlink the current value during a list + * traversal. Useful for freeing a list, element by element. + * + * \param ptr pointer to the current element. + * \param t temporary pointer. + * \param list list. + * + * \note It should be followed by a { } block or a single statement, as in a \c + * for loop. + */ +#define foreach_s(ptr, t, list) \ + for(ptr=(list)->next,t=(ptr)->next; list != ptr; ptr=t, t=(t)->next) + +#ifdef __cplusplus +} +#endif + +#endif diff --git a/mesalib/src/util/u_atomic.h b/mesalib/src/util/u_atomic.h index 401003638..d15398e1e 100644 --- a/mesalib/src/util/u_atomic.h +++ b/mesalib/src/util/u_atomic.h @@ -39,6 +39,7 @@ #define p_atomic_dec_zero(v) (__sync_sub_and_fetch((v), 1) == 0) #define p_atomic_inc(v) (void) __sync_add_and_fetch((v), 1) #define p_atomic_dec(v) (void) __sync_sub_and_fetch((v), 1) +#define p_atomic_add(v, i) (void) __sync_add_and_fetch((v), (i)) #define p_atomic_inc_return(v) __sync_add_and_fetch((v), 1) #define p_atomic_dec_return(v) __sync_sub_and_fetch((v), 1) #define p_atomic_cmpxchg(v, old, _new) \ @@ -60,6 +61,7 @@ #define p_atomic_dec_zero(_v) (p_atomic_dec_return(_v) == 0) #define p_atomic_inc(_v) ((void) p_atomic_inc_return(_v)) #define p_atomic_dec(_v) ((void) p_atomic_dec_return(_v)) +#define p_atomic_add(_v, _i) (*(_v) = *(_v) + (_i)) #define p_atomic_inc_return(_v) (++(*(_v))) #define p_atomic_dec_return(_v) (--(*(_v))) #define p_atomic_cmpxchg(_v, _old, _new) (*(_v) == (_old) ? (*(_v) = (_new), (_old)) : *(_v)) @@ -71,8 +73,8 @@ #define PIPE_ATOMIC "MSVC Intrinsics" -/* We use the Windows header's Interlocked* functions instead of the - * _Interlocked* intrinsics wherever we can, as support for the latter varies +/* We use the Windows header's Interlocked*64 functions instead of the + * _Interlocked*64 intrinsics wherever we can, as support for the latter varies * with target CPU, whereas Windows headers take care of all portability * issues: using intrinsics where available, falling back to library * implementations where not. @@ -84,7 +86,64 @@ #include #include -#pragma intrinsic(_InterlockedCompareExchange8) +#if _MSC_VER < 1600 + +/* Implement _InterlockedCompareExchange8 in terms of _InterlockedCompareExchange16 */ +static __inline char +_InterlockedCompareExchange8(char volatile *destination8, char exchange8, char comparand8) +{ + INT_PTR destinationAddr = (INT_PTR)destination8; + short volatile *destination16 = (short volatile *)(destinationAddr & ~1); + const short shift8 = (destinationAddr & 1) * 8; + const short mask8 = 0xff << shift8; + short initial16 = *destination16; + char initial8 = initial16 >> shift8; + while (initial8 == comparand8) { + /* initial *destination8 matches, so try exchange it while keeping the + * neighboring byte untouched */ + short exchange16 = (initial16 & ~mask8) | ((short)exchange8 << shift8); + short comparand16 = initial16; + short initial16 = _InterlockedCompareExchange16(destination16, exchange16, comparand16); + if (initial16 == comparand16) { + /* succeeded */ + return comparand8; + } + /* something changed, retry with the new initial value */ + initial8 = initial16 >> shift8; + } + return initial8; +} + +/* Implement _InterlockedExchangeAdd16 in terms of _InterlockedCompareExchange16 */ +static __inline short +_InterlockedExchangeAdd16(short volatile *addend, short value) +{ + short initial = *addend; + short comparand; + do { + short exchange = initial + value; + comparand = initial; + /* if *addend==comparand then *addend=exchange, return original *addend */ + initial = _InterlockedCompareExchange16(addend, exchange, comparand); + } while(initial != comparand); + return comparand; +} + +/* Implement _InterlockedExchangeAdd8 in terms of _InterlockedCompareExchange8 */ +static __inline char +_InterlockedExchangeAdd8(char volatile *addend, char value) +{ + char initial = *addend; + char comparand; + do { + char exchange = initial + value; + comparand = initial; + initial = _InterlockedCompareExchange8(addend, exchange, comparand); + } while(initial != comparand); + return comparand; +} + +#endif /* _MSC_VER < 1600 */ /* MSVC supports decltype keyword, but it's only supported on C++ and doesn't * quite work here; and if a C++-only solution is worthwhile, then it would be @@ -102,25 +161,32 @@ ((void) p_atomic_inc_return(_v)) #define p_atomic_inc_return(_v) (\ - sizeof *(_v) == sizeof(short) ? InterlockedIncrement16((short *) (_v)) : \ - sizeof *(_v) == sizeof(long) ? InterlockedIncrement ((long *) (_v)) : \ - sizeof *(_v) == sizeof(__int64) ? InterlockedIncrement64((__int64 *)(_v)) : \ + sizeof *(_v) == sizeof(short) ? _InterlockedIncrement16((short *) (_v)) : \ + sizeof *(_v) == sizeof(long) ? _InterlockedIncrement ((long *) (_v)) : \ + sizeof *(_v) == sizeof(__int64) ? InterlockedIncrement64 ((__int64 *)(_v)) : \ (assert(!"should not get here"), 0)) #define p_atomic_dec(_v) \ ((void) p_atomic_dec_return(_v)) #define p_atomic_dec_return(_v) (\ - sizeof *(_v) == sizeof(short) ? InterlockedDecrement16((short *) (_v)) : \ - sizeof *(_v) == sizeof(long) ? InterlockedDecrement ((long *) (_v)) : \ - sizeof *(_v) == sizeof(__int64) ? InterlockedDecrement64((__int64 *)(_v)) : \ + sizeof *(_v) == sizeof(short) ? _InterlockedDecrement16((short *) (_v)) : \ + sizeof *(_v) == sizeof(long) ? _InterlockedDecrement ((long *) (_v)) : \ + sizeof *(_v) == sizeof(__int64) ? InterlockedDecrement64 ((__int64 *)(_v)) : \ + (assert(!"should not get here"), 0)) + +#define p_atomic_add(_v, _i) (\ + sizeof *(_v) == sizeof(char) ? _InterlockedExchangeAdd8 ((char *) (_v), (_i)) : \ + sizeof *(_v) == sizeof(short) ? _InterlockedExchangeAdd16((short *) (_v), (_i)) : \ + sizeof *(_v) == sizeof(long) ? _InterlockedExchangeAdd ((long *) (_v), (_i)) : \ + sizeof *(_v) == sizeof(__int64) ? InterlockedExchangeAdd64((__int64 *)(_v), (_i)) : \ (assert(!"should not get here"), 0)) #define p_atomic_cmpxchg(_v, _old, _new) (\ - sizeof *(_v) == sizeof(char) ? _InterlockedCompareExchange8((char *) (_v), (char) (_new), (char) (_old)) : \ - sizeof *(_v) == sizeof(short) ? InterlockedCompareExchange16((short *) (_v), (short) (_new), (short) (_old)) : \ - sizeof *(_v) == sizeof(long) ? InterlockedCompareExchange ((long *) (_v), (long) (_new), (long) (_old)) : \ - sizeof *(_v) == sizeof(__int64) ? InterlockedCompareExchange64((__int64 *)(_v), (__int64)(_new), (__int64)(_old)) : \ + sizeof *(_v) == sizeof(char) ? _InterlockedCompareExchange8 ((char *) (_v), (char) (_new), (char) (_old)) : \ + sizeof *(_v) == sizeof(short) ? _InterlockedCompareExchange16((short *) (_v), (short) (_new), (short) (_old)) : \ + sizeof *(_v) == sizeof(long) ? _InterlockedCompareExchange ((long *) (_v), (long) (_new), (long) (_old)) : \ + sizeof *(_v) == sizeof(__int64) ? InterlockedCompareExchange64 ((__int64 *)(_v), (__int64)(_new), (__int64)(_old)) : \ (assert(!"should not get here"), 0)) #endif @@ -149,7 +215,7 @@ sizeof(*v) == sizeof(uint64_t) ? atomic_inc_64((uint64_t *)(v)) : \ (assert(!"should not get here"), 0)) -#define p_atomic_inc_return(v) ((typeof(*v)) \ +#define p_atomic_inc_return(v) ((__typeof(*v)) \ sizeof(*v) == sizeof(uint8_t) ? atomic_inc_8_nv ((uint8_t *)(v)) : \ sizeof(*v) == sizeof(uint16_t) ? atomic_inc_16_nv((uint16_t *)(v)) : \ sizeof(*v) == sizeof(uint32_t) ? atomic_inc_32_nv((uint32_t *)(v)) : \ @@ -163,14 +229,21 @@ sizeof(*v) == sizeof(uint64_t) ? atomic_dec_64((uint64_t *)(v)) : \ (assert(!"should not get here"), 0)) -#define p_atomic_dec_return(v) ((typeof(*v)) \ +#define p_atomic_dec_return(v) ((__typeof(*v)) \ sizeof(*v) == sizeof(uint8_t) ? atomic_dec_8_nv ((uint8_t *)(v)) : \ sizeof(*v) == sizeof(uint16_t) ? atomic_dec_16_nv((uint16_t *)(v)) : \ sizeof(*v) == sizeof(uint32_t) ? atomic_dec_32_nv((uint32_t *)(v)) : \ sizeof(*v) == sizeof(uint64_t) ? atomic_dec_64_nv((uint64_t *)(v)) : \ (assert(!"should not get here"), 0)) -#define p_atomic_cmpxchg(v, old, _new) ((typeof(*v)) \ +#define p_atomic_add(v, i) ((void) \ + sizeof(*v) == sizeof(uint8_t) ? atomic_add_8 ((uint8_t *)(v), (i)) : \ + sizeof(*v) == sizeof(uint16_t) ? atomic_add_16((uint16_t *)(v), (i)) : \ + sizeof(*v) == sizeof(uint32_t) ? atomic_add_32((uint32_t *)(v), (i)) : \ + sizeof(*v) == sizeof(uint64_t) ? atomic_add_64((uint64_t *)(v), (i)) : \ + (assert(!"should not get here"), 0)) + +#define p_atomic_cmpxchg(v, old, _new) ((__typeof(*v)) \ sizeof(*v) == sizeof(uint8_t) ? atomic_cas_8 ((uint8_t *)(v), (uint8_t )(old), (uint8_t )(_new)) : \ sizeof(*v) == sizeof(uint16_t) ? atomic_cas_16((uint16_t *)(v), (uint16_t)(old), (uint16_t)(_new)) : \ sizeof(*v) == sizeof(uint32_t) ? atomic_cas_32((uint32_t *)(v), (uint32_t)(old), (uint32_t)(_new)) : \ diff --git a/mesalib/src/util/u_atomic_test.c b/mesalib/src/util/u_atomic_test.c index 4845e753e..939cfe445 100644 --- a/mesalib/src/util/u_atomic_test.c +++ b/mesalib/src/util/u_atomic_test.c @@ -37,8 +37,9 @@ #include "u_atomic.h" -#define test_atomic_cmpxchg(type, ones) \ - static void test_atomic_cmpxchg_##type (void) { \ +/* Test only assignment-like operations, which are supported on all types */ +#define test_atomic_assign(type, ones) \ + static void test_atomic_assign_##type (void) { \ type v, r; \ \ p_atomic_set(&v, ones); \ @@ -59,14 +60,33 @@ } +/* Test arithmetic operations that are supported on 8 bits integer types */ +#define test_atomic_8bits(type, ones) \ + test_atomic_assign(type, ones) \ + \ + static void test_atomic_8bits_##type (void) { \ + type v, r; \ + \ + test_atomic_assign_##type(); \ + \ + v = 23; \ + p_atomic_add(&v, 42); \ + r = p_atomic_read(&v); \ + assert(r == 65 && "p_atomic_add"); \ + \ + (void) r; \ + } + + +/* Test all operations */ #define test_atomic(type, ones) \ - test_atomic_cmpxchg(type, ones) \ + test_atomic_8bits(type, ones) \ \ static void test_atomic_##type (void) { \ type v, r; \ bool b; \ \ - test_atomic_cmpxchg_##type(); \ + test_atomic_8bits_##type(); \ \ v = 2; \ b = p_atomic_dec_zero(&v); \ @@ -112,9 +132,9 @@ test_atomic(uint32_t, UINT32_C(0xffffffff)) test_atomic(int64_t, INT64_C(-1)) test_atomic(uint64_t, UINT64_C(0xffffffffffffffff)) -test_atomic_cmpxchg(int8_t, INT8_C(-1)) -test_atomic_cmpxchg(uint8_t, UINT8_C(0xff)) -test_atomic_cmpxchg(bool, true) +test_atomic_8bits(int8_t, INT8_C(-1)) +test_atomic_8bits(uint8_t, UINT8_C(0xff)) +test_atomic_assign(bool, true) int main() @@ -129,9 +149,9 @@ main() test_atomic_int64_t(); test_atomic_uint64_t(); - test_atomic_cmpxchg_int8_t(); - test_atomic_cmpxchg_uint8_t(); - test_atomic_cmpxchg_bool(); + test_atomic_8bits_int8_t(); + test_atomic_8bits_uint8_t(); + test_atomic_assign_bool(); return 0; } diff --git a/mkfontscale/configure.ac b/mkfontscale/configure.ac index 0bc9e7a87..8aec15cc3 100644 --- a/mkfontscale/configure.ac +++ b/mkfontscale/configure.ac @@ -22,7 +22,7 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([mkfontscale], [1.1.1], +AC_INIT([mkfontscale], [1.1.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [mkfontscale]) AC_CONFIG_SRCDIR([Makefile.am]) diff --git a/xorg-server/Xi/exevents.c b/xorg-server/Xi/exevents.c index b0bc47e6d..0857bcee6 100644 --- a/xorg-server/Xi/exevents.c +++ b/xorg-server/Xi/exevents.c @@ -1403,7 +1403,7 @@ DeliverTouchEmulatedEvent(DeviceIntPtr dev, TouchPointInfoPtr ti, if (grab->ownerEvents) { WindowPtr focus = NullWindow; - WindowPtr sprite_win = dev->spriteInfo->sprite->win; + WindowPtr sprite_win = DeepestSpriteWin(dev->spriteInfo->sprite); deliveries = DeliverDeviceEvents(sprite_win, ptrev, grab, focus, dev); } @@ -1429,8 +1429,9 @@ DeliverTouchEmulatedEvent(DeviceIntPtr dev, TouchPointInfoPtr ti, } else { GrabPtr devgrab = dev->deviceGrab.grab; + WindowPtr sprite_win = DeepestSpriteWin(dev->spriteInfo->sprite); - DeliverDeviceEvents(win, ptrev, grab, win, dev); + DeliverDeviceEvents(sprite_win, ptrev, grab, win, dev); /* FIXME: bad hack * Implicit passive grab activated in response to this event. Store * the event. diff --git a/xorg-server/config/udev.c b/xorg-server/config/udev.c index 1d2140afd..28c265817 100644 --- a/xorg-server/config/udev.c +++ b/xorg-server/config/udev.c @@ -69,6 +69,24 @@ static const char *itoa(int i) return itoa_buf; } +static Bool +check_seat(struct udev_device *udev_device) +{ + const char *dev_seat; + + dev_seat = udev_device_get_property_value(udev_device, "ID_SEAT"); + if (!dev_seat) + dev_seat = "seat0"; + + if (SeatId && strcmp(dev_seat, SeatId)) + return FALSE; + + if (!SeatId && strcmp(dev_seat, "seat0")) + return FALSE; + + return TRUE; +} + static void device_added(struct udev_device *udev_device) { @@ -83,7 +101,6 @@ device_added(struct udev_device *udev_device) struct udev_list_entry *set, *entry; struct udev_device *parent; int rc; - const char *dev_seat; dev_t devnum; path = udev_device_get_devnode(udev_device); @@ -93,14 +110,7 @@ device_added(struct udev_device *udev_device) if (!path || !syspath) return; - dev_seat = udev_device_get_property_value(udev_device, "ID_SEAT"); - if (!dev_seat) - dev_seat = "seat0"; - - if (SeatId && strcmp(dev_seat, SeatId)) - return; - - if (!SeatId && strcmp(dev_seat, "seat0")) + if (!check_seat(udev_device)) return; devnum = udev_device_get_devnum(udev_device); @@ -505,6 +515,8 @@ config_udev_odev_probe(config_odev_probe_proc_ptr probe_callback) goto no_probe; else if (strncmp(sysname, "card", 4) != 0) goto no_probe; + else if (!check_seat(udev_device)) + goto no_probe; config_udev_odev_setup_attribs(path, syspath, major(devnum), minor(devnum), probe_callback); diff --git a/xorg-server/configure.ac b/xorg-server/configure.ac index 96524c58b..280c3692a 100644 --- a/xorg-server/configure.ac +++ b/xorg-server/configure.ac @@ -26,9 +26,9 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ(2.60) -AC_INIT([xorg-server], 1.16.99.901, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) -RELEASE_DATE="2014-10-28" -RELEASE_NAME="Chanterelle" +AC_INIT([xorg-server], 1.17.99.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) +RELEASE_DATE="2015-02-02" +RELEASE_NAME="Côte de veau" AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) @@ -923,7 +923,7 @@ if test "x$SUID_WRAPPER" = xyes; then PKG_CHECK_MODULES([LIBDRM], $LIBDRM) dnl This is a define so that if some platforms want to put the wrapper dnl somewhere else this can be easily changed - AC_DEFINE_DIR(SUID_WRAPPER_DIR, libexecdir, [Where to install Xorg.bin and Xorg.wrap]) + AC_DEFINE_DIR(SUID_WRAPPER_DIR, libexecdir, [Where to install the Xorg binary and Xorg.wrap]) SETUID="no" fi AM_CONDITIONAL(SUID_WRAPPER, [test "x$SUID_WRAPPER" = xyes]) diff --git a/xorg-server/devbook.am b/xorg-server/devbook.am index 400b2ca55..edddc863d 100644 --- a/xorg-server/devbook.am +++ b/xorg-server/devbook.am @@ -20,6 +20,8 @@ noinst_DATA = # DocBook/XML file with chapters, appendix and images it includes dist_noinst_DATA = $(docbook) $(chapters) +FILTER_XMLTO=$(SHELL) $(top_srcdir)/doc/filter-xmlto.sh $(XMLTO) + if HAVE_STYLESHEETS XMLTO_HTML_FLAGS = \ @@ -29,12 +31,12 @@ XMLTO_HTML_FLAGS = \ noinst_DATA += $(docbook:.xml=.html) %.html: %.xml $(chapters) - $(AM_V_GEN)$(XMLTO) $(XMLTO_HTML_FLAGS) xhtml-nochunks $< + $(AM_V_GEN)$(FILTER_XMLTO) $(XMLTO_HTML_FLAGS) xhtml-nochunks $< if HAVE_XMLTO_TEXT noinst_DATA += $(docbook:.xml=.txt) %.txt: %.xml $(chapters) - $(AM_V_GEN)$(XMLTO) $(XMLTO_HTML_FLAGS) txt $< + $(AM_V_GEN)$(FILTER_XMLTO) $(XMLTO_HTML_FLAGS) txt $< endif HAVE_XMLTO_TEXT if HAVE_FOP @@ -46,9 +48,9 @@ XMLTO_FO_FLAGS = \ noinst_DATA += $(docbook:.xml=.pdf) $(docbook:.xml=.ps) %.pdf: %.xml $(chapters) - $(AM_V_GEN)$(XMLTO) $(XMLTO_FO_FLAGS) --with-fop pdf $< + $(AM_V_GEN)$(FILTER_XMLTO) $(XMLTO_FO_FLAGS) --with-fop pdf $< %.ps: %.xml $(chapters) - $(AM_V_GEN)$(XMLTO) $(XMLTO_FO_FLAGS) --with-fop ps $< + $(AM_V_GEN)$(FILTER_XMLTO) $(XMLTO_FO_FLAGS) --with-fop ps $< endif HAVE_FOP endif HAVE_STYLESHEETS diff --git a/xorg-server/dix/Xserver.d b/xorg-server/dix/Xserver.d index 248d48e24..f4f229d84 100644 --- a/xorg-server/dix/Xserver.d +++ b/xorg-server/dix/Xserver.d @@ -31,6 +31,9 @@ #include #endif +typedef const uint8_t *const_uint8_p; +typedef const double *const_double_p; + provider Xserver { /* reqType, data, length, client id, request buffer */ probe request__start(string, uint8_t, uint16_t, int, void *); @@ -49,7 +52,7 @@ provider Xserver { /* client id, event type, event* */ probe send__event(int, uint8_t, void *); /* deviceid, type, button/keycode/touchid, flags, nvalues, mask, values */ - probe input__event(int, int, uint32_t, uint32_t, int8_t, uint8_t*, double*); + probe input__event(int, int, uint32_t, uint32_t, int8_t, const_uint8_p, const_double_p); }; #pragma D attributes Unstable/Unstable/Common provider Xserver provider diff --git a/xorg-server/dix/dispatch.c b/xorg-server/dix/dispatch.c index 9044ac786..17fa75e19 100644 --- a/xorg-server/dix/dispatch.c +++ b/xorg-server/dix/dispatch.c @@ -131,10 +131,7 @@ int ProcInitialConnection(); #ifdef XSERVER_DTRACE #include "registry.h" -#include -typedef const char *string; - -#include "Xserver-dtrace.h" +#include "probes.h" #endif #define mskcnt ((MAXCLIENTS + 31) / 32) diff --git a/xorg-server/dix/events.c b/xorg-server/dix/events.c index b8c67fdfc..c232ebadc 100644 --- a/xorg-server/dix/events.c +++ b/xorg-server/dix/events.c @@ -125,13 +125,7 @@ Equipment Corporation. #include #include "xkbsrv.h" #include "xace.h" - -#ifdef XSERVER_DTRACE -#include -typedef const char *string; - -#include "Xserver-dtrace.h" -#endif +#include "probes.h" #include #include diff --git a/xorg-server/dix/getevents.c b/xorg-server/dix/getevents.c index dd9626526..bc7ffa63b 100644 --- a/xorg-server/dix/getevents.c +++ b/xorg-server/dix/getevents.c @@ -68,12 +68,7 @@ #include "exevents.h" #include "extnsionst.h" #include "listdev.h" /* for sizing up DeviceClassesChangedEvent */ - -#if XSERVER_DTRACE -#include -typedef const char *string; -#include -#endif +#include "probes.h" /* Number of motion history events to store. */ #define MOTION_HISTORY_SIZE 256 @@ -2044,7 +2039,7 @@ GetTouchEvents(InternalEvent *events, DeviceIntPtr dev, uint32_t ddx_touchid, event->root = scr->root->drawable.id; - event_set_root_coordinates(event, screenx, screeny); + event_set_root_coordinates(event, screenx - scr->x, screeny - scr->y); event->touchid = client_id; event->flags = flags; @@ -2082,8 +2077,8 @@ GetDixTouchEnd(InternalEvent *ievent, DeviceIntPtr dev, TouchPointInfoPtr ti, /* Get screen event coordinates from the sprite. Is this really the best * we can do? */ event_set_root_coordinates(event, - dev->last.valuators[0], - dev->last.valuators[1]); + dev->last.valuators[0] - scr->x, + dev->last.valuators[1] - scr->y); event->touchid = ti->client_id; event->flags = flags; diff --git a/xorg-server/dix/resource.c b/xorg-server/dix/resource.c index 26debdb00..964f0b306 100644 --- a/xorg-server/dix/resource.c +++ b/xorg-server/dix/resource.c @@ -144,10 +144,7 @@ Equipment Corporation. #include "gcstruct.h" #ifdef XSERVER_DTRACE -#include -typedef const char *string; - -#include "Xserver-dtrace.h" +#include "probes.h" #define TypeNameString(t) LookupResourceName(t) #endif diff --git a/xorg-server/doc/Makefile.am b/xorg-server/doc/Makefile.am index e6974fef1..b305f4db7 100644 --- a/xorg-server/doc/Makefile.am +++ b/xorg-server/doc/Makefile.am @@ -12,4 +12,4 @@ include $(top_srcdir)/devbook.am endif HAVE_XMLTO endif ENABLE_DEVEL_DOCS -EXTRA_DIST = smartsched +EXTRA_DIST = smartsched filter-xmlto.sh diff --git a/xorg-server/doc/filter-xmlto.sh b/xorg-server/doc/filter-xmlto.sh new file mode 100644 index 000000000..3596ed13a --- /dev/null +++ b/xorg-server/doc/filter-xmlto.sh @@ -0,0 +1,21 @@ +#!/bin/sh +# +# Run the xmlto command, filtering its output to +# reduce the amount of useless warnings in the build log. +# +# Exit with the status of the xmlto process, not the status of the +# output filtering commands +# +# This is a bit twisty, but avoids any temp files by using pipes for +# everything. It routes the command output through file +# descriptor 4 while sending the (numeric) exit status through +# standard output. +# +(((("$@" 2>&1; echo $? >&3) | + grep -v overflows | + grep -v 'Making' | + grep -v 'hyphenation' | + grep -v 'Font.*not found' | + grep -v '/tmp/xml' | + grep -v Rendered >&4) 3>&1) | + (read status; exit $status)) 4>&1 diff --git a/xorg-server/glamor/glamor.c b/xorg-server/glamor/glamor.c index 78e827809..017266a85 100644 --- a/xorg-server/glamor/glamor.c +++ b/xorg-server/glamor/glamor.c @@ -249,19 +249,19 @@ glamor_block_handler(ScreenPtr screen) } static void -_glamor_block_handler(void *data, OSTimePtr timeout, void *last_select_mask) +_glamor_block_handler(ScreenPtr screen, void *timeout, void *readmask) { - glamor_screen_private *glamor_priv = data; + glamor_screen_private *glamor_priv = glamor_get_screen_private(screen); + + screen->BlockHandler = glamor_priv->saved_procs.block_handler; + screen->BlockHandler(screen, timeout, readmask); + glamor_priv->saved_procs.block_handler = screen->BlockHandler; + screen->BlockHandler = _glamor_block_handler; glamor_make_current(glamor_priv); glFlush(); } -static void -_glamor_wakeup_handler(void *data, int result, void *last_select_mask) -{ -} - static void glamor_set_debug_level(int *debug_level) { @@ -443,11 +443,9 @@ glamor_init(ScreenPtr screen, unsigned int flags) goto fail; if (flags & GLAMOR_USE_SCREEN) { - if (!RegisterBlockAndWakeupHandlers(_glamor_block_handler, - _glamor_wakeup_handler, - glamor_priv)) { - goto fail; - } + + glamor_priv->saved_procs.block_handler = screen->BlockHandler; + screen->BlockHandler = _glamor_block_handler; glamor_priv->saved_procs.create_gc = screen->CreateGC; screen->CreateGC = glamor_create_gc; @@ -597,6 +595,7 @@ glamor_close_screen(ScreenPtr screen) glamor_priv->saved_procs.change_window_attributes; screen->CopyWindow = glamor_priv->saved_procs.copy_window; screen->BitmapToRegion = glamor_priv->saved_procs.bitmap_to_region; + screen->BlockHandler = glamor_priv->saved_procs.block_handler; } #ifdef RENDER if (ps && (flags & GLAMOR_USE_PICTURE_SCREEN)) { diff --git a/xorg-server/glamor/glamor_priv.h b/xorg-server/glamor/glamor_priv.h index f69949790..ed6e2d192 100644 --- a/xorg-server/glamor/glamor_priv.h +++ b/xorg-server/glamor/glamor_priv.h @@ -215,6 +215,7 @@ struct glamor_saved_procs { #if XSYNC SyncScreenFuncsRec sync_screen_funcs; #endif + ScreenBlockHandlerProcPtr block_handler; }; #define CACHE_FORMAT_COUNT 3 diff --git a/xorg-server/glx/glxcmds.c b/xorg-server/glx/glxcmds.c index e836af8d5..f5f2babb8 100644 --- a/xorg-server/glx/glxcmds.c +++ b/xorg-server/glx/glxcmds.c @@ -1916,44 +1916,55 @@ DoGetDrawableAttributes(__GLXclientState * cl, XID drawId) { ClientPtr client = cl->client; xGLXGetDrawableAttributesReply reply; - __GLXdrawable *pGlxDraw; + __GLXdrawable *pGlxDraw = NULL; + DrawablePtr pDraw; CARD32 attributes[14]; - int numAttribs = 0, error; + int num = 0, error; if (!validGlxDrawable(client, drawId, GLX_DRAWABLE_ANY, - DixGetAttrAccess, &pGlxDraw, &error)) - return error; - - attributes[0] = GLX_TEXTURE_TARGET_EXT; - attributes[1] = pGlxDraw->target == GL_TEXTURE_2D ? GLX_TEXTURE_2D_EXT : - GLX_TEXTURE_RECTANGLE_EXT; - numAttribs++; - attributes[2] = GLX_Y_INVERTED_EXT; - attributes[3] = GL_FALSE; - numAttribs++; - attributes[4] = GLX_EVENT_MASK; - attributes[5] = pGlxDraw->eventMask; - numAttribs++; - attributes[6] = GLX_WIDTH; - attributes[7] = pGlxDraw->pDraw->width; - numAttribs++; - attributes[8] = GLX_HEIGHT; - attributes[9] = pGlxDraw->pDraw->height; - numAttribs++; - attributes[10] = GLX_FBCONFIG_ID; - attributes[11] = pGlxDraw->config->fbconfigID; - numAttribs++; - if (pGlxDraw->type == GLX_DRAWABLE_PBUFFER) { - attributes[12] = GLX_PRESERVED_CONTENTS; - attributes[13] = GL_TRUE; - numAttribs++; + DixGetAttrAccess, &pGlxDraw, &error)) { + /* hack for GLX 1.2 naked windows */ + int err = dixLookupWindow((WindowPtr *)&pDraw, drawId, client, + DixGetAttrAccess); + if (err != Success) + return error; + } + if (pGlxDraw) + pDraw = pGlxDraw->pDraw; + + attributes[2*num] = GLX_Y_INVERTED_EXT; + attributes[2*num+1] = GL_FALSE; + num++; + attributes[2*num] = GLX_WIDTH; + attributes[2*num+1] = pDraw->width; + num++; + attributes[2*num] = GLX_HEIGHT; + attributes[2*num+1] = pDraw->height; + num++; + if (pGlxDraw) { + attributes[2*num] = GLX_TEXTURE_TARGET_EXT; + attributes[2*num+1] = pGlxDraw->target == GL_TEXTURE_2D ? + GLX_TEXTURE_2D_EXT : + GLX_TEXTURE_RECTANGLE_EXT; + num++; + attributes[2*num] = GLX_EVENT_MASK; + attributes[2*num+1] = pGlxDraw->eventMask; + num++; + attributes[2*num] = GLX_FBCONFIG_ID; + attributes[2*num+1] = pGlxDraw->config->fbconfigID; + num++; + if (pGlxDraw->type == GLX_DRAWABLE_PBUFFER) { + attributes[2*num] = GLX_PRESERVED_CONTENTS; + attributes[2*num+1] = GL_TRUE; + num++; + } } reply = (xGLXGetDrawableAttributesReply) { .type = X_Reply, .sequenceNumber = client->sequence, - .length = numAttribs << 1, - .numAttribs = numAttribs + .length = num << 1, + .numAttribs = num }; if (client->swapped) { diff --git a/xorg-server/hw/dmx/config/dmxparse.h b/xorg-server/hw/dmx/config/dmxparse.h index 7d31b6309..cc2f0eb71 100644 --- a/xorg-server/hw/dmx/config/dmxparse.h +++ b/xorg-server/hw/dmx/config/dmxparse.h @@ -38,6 +38,7 @@ #define _DMXPARSE_H_ #include /* For FILE */ +#include /* For _X_ATTRIBUTE_PRINTF */ /** Stores tokens not stored in other structures (e.g., keywords and ;) */ typedef struct _DMXConfigToken { @@ -203,7 +204,7 @@ extern int yylex(void); extern int yydebug; extern void yyerror(const char *message); -extern void dmxConfigLog(const char *format, ...); +extern void dmxConfigLog(const char *format, ...) _X_ATTRIBUTE_PRINTF(1,0); extern void *dmxConfigAlloc(unsigned long bytes); extern void *dmxConfigRealloc(void *orig, unsigned long orig_bytes, unsigned long bytes); diff --git a/xorg-server/hw/dmx/config/dmxprint.c b/xorg-server/hw/dmx/config/dmxprint.c index 9dec52b5c..c80e830e4 100644 --- a/xorg-server/hw/dmx/config/dmxprint.c +++ b/xorg-server/hw/dmx/config/dmxprint.c @@ -130,7 +130,7 @@ dmxConfigPopState(void) dmxConfigNewline(); } -static void +static void _X_ATTRIBUTE_PRINTF(4, 5) dmxConfigOutput(int addSpace, int doNewline, const char *comment, const char *format, ...) { @@ -261,32 +261,20 @@ dmxConfigPrintString(DMXConfigStringPtr p, int quote) static int dmxConfigPrintPair(DMXConfigPairPtr p, int addSpace) { - const char *format = NULL; - if (!p) return 0; - switch (p->token) { - case T_ORIGIN: - format = "@%dx%d"; - break; - case T_DIMENSION: - format = "%dx%d"; - break; - case T_OFFSET: - format = "%c%d%c%d"; - break; - } if (p->token == T_OFFSET) { if (!p->comment && !p->x && !p->y && p->xsign >= 0 && p->ysign >= 0) return 0; - dmxConfigOutput(addSpace, 0, p->comment, format, + dmxConfigOutput(addSpace, 0, p->comment, "%c%d%c%d", p->xsign < 0 ? '-' : '+', p->x, p->ysign < 0 ? '-' : '+', p->y); } else { if (!p->comment && !p->x && !p->y) return 0; - dmxConfigOutput(addSpace, 0, p->comment, format, p->x, p->y); + dmxConfigOutput(addSpace, 0, p->comment, "%s%dx%d", + (p->token == T_ORIGIN) ? "@" : "", p->x, p->y); } return 1; } diff --git a/xorg-server/hw/dmx/dmx.c b/xorg-server/hw/dmx/dmx.c index 99e970cb9..2988df33a 100644 --- a/xorg-server/hw/dmx/dmx.c +++ b/xorg-server/hw/dmx/dmx.c @@ -55,6 +55,7 @@ #include "extinit.h" #include "opaque.h" +#include "dmx.h" #include "dmxextension.h" #include #include diff --git a/xorg-server/hw/dmx/dmxcb.c b/xorg-server/hw/dmx/dmxcb.c index 86015f395..cca5702ee 100644 --- a/xorg-server/hw/dmx/dmxcb.c +++ b/xorg-server/hw/dmx/dmxcb.c @@ -47,9 +47,6 @@ extern int connBlockScreenStart; #ifdef PANORAMIX #include "panoramiXsrv.h" -extern int PanoramiXPixWidth; -extern int PanoramiXPixHeight; -extern int PanoramiXNumScreens; #endif int dmxGlobalWidth, dmxGlobalHeight; diff --git a/xorg-server/hw/dmx/dmxfont.h b/xorg-server/hw/dmx/dmxfont.h index 8575ca953..66c663377 100644 --- a/xorg-server/hw/dmx/dmxfont.h +++ b/xorg-server/hw/dmx/dmxfont.h @@ -54,6 +54,4 @@ extern Bool dmxUnrealizeFont(ScreenPtr pScreen, FontPtr pFont); extern Bool dmxBELoadFont(ScreenPtr pScreen, FontPtr pFont); extern Bool dmxBEFreeFont(ScreenPtr pScreen, FontPtr pFont); -extern int dmxFontPrivateIndex; - #endif /* DMXFONT_H */ diff --git a/xorg-server/hw/dmx/dmxgc.c b/xorg-server/hw/dmx/dmxgc.c index 234316797..ec15d27aa 100644 --- a/xorg-server/hw/dmx/dmxgc.c +++ b/xorg-server/hw/dmx/dmxgc.c @@ -49,7 +49,7 @@ #include "pixmapstr.h" #include "migc.h" -static GCFuncs dmxGCFuncs = { +static const GCFuncs dmxGCFuncs = { dmxValidateGC, dmxChangeGC, dmxCopyGC, @@ -59,7 +59,7 @@ static GCFuncs dmxGCFuncs = { dmxCopyClip, }; -static GCOps dmxGCOps = { +static const GCOps dmxGCOps = { dmxFillSpans, dmxSetSpans, dmxPutImage, diff --git a/xorg-server/hw/dmx/dmxgc.h b/xorg-server/hw/dmx/dmxgc.h index c8ecb53a0..c5c6b7732 100644 --- a/xorg-server/hw/dmx/dmxgc.h +++ b/xorg-server/hw/dmx/dmxgc.h @@ -41,8 +41,8 @@ /** GC private area. */ typedef struct _dmxGCPriv { - GCOps *ops; - GCFuncs *funcs; + const GCOps *ops; + const GCFuncs *funcs; XlibGC gc; Bool msc; } dmxGCPrivRec, *dmxGCPrivPtr; diff --git a/xorg-server/hw/dmx/dmxinit.c b/xorg-server/hw/dmx/dmxinit.c index fd2ade0ef..025dc8637 100644 --- a/xorg-server/hw/dmx/dmxinit.c +++ b/xorg-server/hw/dmx/dmxinit.c @@ -164,23 +164,23 @@ dmxErrorHandler(Display * dpy, XErrorEvent * ev) switch (ev->error_code) { case BadValue: dmxLog(dmxWarning, " Value: 0x%x\n", - ev->resourceid); + (unsigned int) ev->resourceid); break; case BadAtom: dmxLog(dmxWarning, " AtomID: 0x%x\n", - ev->resourceid); + (unsigned int) ev->resourceid); break; default: dmxLog(dmxWarning, " ResourceID: 0x%x\n", - ev->resourceid); + (unsigned int) ev->resourceid); break; } /* Provide serial number information */ dmxLog(dmxWarning, " Failed serial number: %d\n", - ev->serial); + (unsigned int) ev->serial); dmxLog(dmxWarning, " Current serial number: %d\n", - dpy->request); + (unsigned int) dpy->request); return 0; } @@ -634,7 +634,7 @@ InitOutput(ScreenInfo * pScreenInfo, int argc, char *argv[]) if (major > 0 && minor > 0) year += 2000; - dmxLog(dmxInfo, "Generation: %d\n", dmxGeneration); + dmxLog(dmxInfo, "Generation: %lu\n", dmxGeneration); dmxLog(dmxInfo, "DMX version: %d.%d.%02d%02d%02d (%s)\n", major, minor, year, month, day, VENDOR_STRING); @@ -762,7 +762,6 @@ InitOutput(ScreenInfo * pScreenInfo, int argc, char *argv[]) dmxGlxVisualPrivate **configprivs = NULL; int nconfigs = 0; int (*oldErrorHandler) (Display *, XErrorEvent *); - int i; /* Catch errors if when using an older GLX w/o FBconfigs */ oldErrorHandler = XSetErrorHandler(dmxNOPErrorHandler); @@ -797,28 +796,29 @@ InitOutput(ScreenInfo * pScreenInfo, int argc, char *argv[]) configprivs = malloc(nconfigs * sizeof(dmxGlxVisualPrivate *)); if (configs != NULL && configprivs != NULL) { + int j; /* Initialize our private info for each visual * (currently only x_visual_depth and x_visual_class) */ - for (i = 0; i < nconfigs; i++) { + for (j = 0; j < nconfigs; j++) { - configprivs[i] = (dmxGlxVisualPrivate *) + configprivs[j] = (dmxGlxVisualPrivate *) malloc(sizeof(dmxGlxVisualPrivate)); - configprivs[i]->x_visual_depth = 0; - configprivs[i]->x_visual_class = 0; + configprivs[j]->x_visual_depth = 0; + configprivs[j]->x_visual_class = 0; /* Find the visual depth */ - if (configs[i].vid > 0) { - int j; - - for (j = 0; j < dmxScreen->beNumVisuals; j++) { - if (dmxScreen->beVisuals[j].visualid == - configs[i].vid) { - configprivs[i]->x_visual_depth = - dmxScreen->beVisuals[j].depth; - configprivs[i]->x_visual_class = - dmxScreen->beVisuals[j].class; + if (configs[j].vid > 0) { + int k; + + for (k = 0; k < dmxScreen->beNumVisuals; k++) { + if (dmxScreen->beVisuals[k].visualid == + configs[j].vid) { + configprivs[j]->x_visual_depth = + dmxScreen->beVisuals[k].depth; + configprivs[j]->x_visual_class = + dmxScreen->beVisuals[k].class; break; } } diff --git a/xorg-server/hw/dmx/dmxpict.c b/xorg-server/hw/dmx/dmxpict.c index 64d0ae150..aaca178b9 100644 --- a/xorg-server/hw/dmx/dmxpict.c +++ b/xorg-server/hw/dmx/dmxpict.c @@ -57,7 +57,6 @@ #include "mipict.h" #include "fbpict.h" -extern int RenderErrBase; extern int (*ProcRenderVector[RenderNumberRequests]) (ClientPtr); static int (*dmxSaveRenderVector[RenderNumberRequests]) (ClientPtr); diff --git a/xorg-server/hw/dmx/dmxprop.c b/xorg-server/hw/dmx/dmxprop.c index 4be2dbd4c..5e306d286 100644 --- a/xorg-server/hw/dmx/dmxprop.c +++ b/xorg-server/hw/dmx/dmxprop.c @@ -220,7 +220,7 @@ dmxPropertyCheckOtherWindows(DMXScreenInfo * dmxScreen, Atom atom) if (XGetTextProperty(dpy, win, &tp, atom) && tp.nitems) { dmxLog(dmxDebug, "On %s/%lu: %s\n", - dmxScreen->name, win, tp.value); + dmxScreen->name, (unsigned long) win, tp.value); if (!strncmp((char *) tp.value, (char *) id, strlen((char *) id))) { int idx; @@ -360,8 +360,8 @@ dmxPropertyWindow(DMXScreenInfo * dmxScreen) dmxScreen->next = (other->next ? other->next : other); other->next = (tmp ? tmp : dmxScreen); dmxLog(dmxDebug, "%d/%s/%lu and %d/%s/%lu are on the same backend\n", - dmxScreen->index, dmxScreen->name, dmxScreen->scrnWin, - other->index, other->name, other->scrnWin); + dmxScreen->index, dmxScreen->name, (unsigned long) dmxScreen->scrnWin, + other->index, other->name, (unsigned long) other->scrnWin); } snprintf(buf, sizeof(buf), ".%d,%lu", dmxScreen->index, diff --git a/xorg-server/hw/dmx/dmxscrinit.c b/xorg-server/hw/dmx/dmxscrinit.c index 963d3a9de..097418d05 100644 --- a/xorg-server/hw/dmx/dmxscrinit.c +++ b/xorg-server/hw/dmx/dmxscrinit.c @@ -80,7 +80,6 @@ dmxBEScreenInit(ScreenPtr pScreen) { DMXScreenInfo *dmxScreen = &dmxScreens[pScreen->myNum]; XSetWindowAttributes attribs; - XGCValues gcvals; unsigned long mask; int i, j; diff --git a/xorg-server/hw/dmx/dmxwindow.c b/xorg-server/hw/dmx/dmxwindow.c index c75373534..c157e1099 100644 --- a/xorg-server/hw/dmx/dmxwindow.c +++ b/xorg-server/hw/dmx/dmxwindow.c @@ -857,13 +857,9 @@ dmxResizeWindow(WindowPtr pWindow, int x, int y, ScreenPtr pScreen = pWindow->drawable.pScreen; DMXScreenInfo *dmxScreen = &dmxScreens[pScreen->myNum]; dmxWinPrivPtr pWinPriv = DMX_GET_WINDOW_PRIV(pWindow); - dmxWinPrivPtr pSibPriv; unsigned int m; XWindowChanges c; - if (pSib) - pSibPriv = DMX_GET_WINDOW_PRIV(pSib); - DMX_UNWRAP(ResizeWindow, dmxScreen, pScreen); #if 1 if (pScreen->ResizeWindow) diff --git a/xorg-server/hw/dmx/glxProxy/compsize.h b/xorg-server/hw/dmx/glxProxy/compsize.h index 360966233..5e759b0a0 100644 --- a/xorg-server/hw/dmx/glxProxy/compsize.h +++ b/xorg-server/hw/dmx/glxProxy/compsize.h @@ -48,4 +48,11 @@ extern GLint __glTexGeniv_size(GLenum e); extern GLint __glTexParameterfv_size(GLenum e); extern GLint __glTexParameteriv_size(GLenum e); +extern GLint __glCallLists_size(GLsizei n, GLenum type); +extern GLint __glDrawPixels_size(GLenum format, GLenum type, GLsizei w, GLsizei h); +extern GLint __glBitmap_size(GLsizei w, GLsizei h); +extern GLint __glTexImage1D_size(GLenum format, GLenum type, GLsizei w); +extern GLint __glTexImage2D_size(GLenum format, GLenum type, GLsizei w, GLsizei h); +extern GLint __glTexImage3D_size(GLenum format, GLenum type, GLsizei w, GLsizei h, GLsizei d); + #endif /* !__compsize_h__ */ diff --git a/xorg-server/hw/dmx/glxProxy/g_disptab.h b/xorg-server/hw/dmx/glxProxy/g_disptab.h index 530338798..783f87a54 100644 --- a/xorg-server/hw/dmx/glxProxy/g_disptab.h +++ b/xorg-server/hw/dmx/glxProxy/g_disptab.h @@ -655,7 +655,6 @@ extern void __glXDispSwap_CopyConvolutionFilter2D(GLbyte *); extern void __glXDispSwap_SeparableFilter2D(GLbyte *); extern void __glXDispSwap_TexImage3D(GLbyte *); extern void __glXDispSwap_TexSubImage3D(GLbyte *); -extern void __glXDispSwap_DrawArrays(GLbyte *); extern void __glXDispSwap_PrioritizeTextures(GLbyte *); extern void __glXDispSwap_CopyTexImage1D(GLbyte *); extern void __glXDispSwap_CopyTexImage2D(GLbyte *); @@ -663,6 +662,26 @@ extern void __glXDispSwap_CopyTexSubImage1D(GLbyte *); extern void __glXDispSwap_CopyTexSubImage2D(GLbyte *); extern void __glXDispSwap_CopyTexSubImage3D(GLbyte *); +extern void __glXDispSwap_BindTexture(GLbyte *); +extern void __glXDispSwap_BlendColor(GLbyte *); +extern void __glXDispSwap_BlendEquation(GLbyte *); +extern void __glXDispSwap_ColorTable(GLbyte *); +extern void __glXDispSwap_ColorTableParameterfv(GLbyte *); +extern void __glXDispSwap_ColorTableParameteriv(GLbyte *); +extern void __glXDispSwap_CopyColorTable(GLbyte *); +extern void __glXDispSwap_ConvolutionParameterf(GLbyte *); +extern void __glXDispSwap_ConvolutionParameteri(GLbyte *); +extern void __glXDispSwap_Histogram(GLbyte *); +extern void __glXDispSwap_Minmax(GLbyte *); +extern void __glXDispSwap_ResetHistogram(GLbyte *); +extern void __glXDispSwap_ResetMinmax(GLbyte *); + +extern int __glXSwapCreateContextWithConfigSGIX(__GLXclientState *, GLbyte *); +extern int __glXSwapBindSwapBarrierSGIX(__GLXclientState *, GLbyte *); +extern int __glXSwapJoinSwapGroupSGIX(__GLXclientState *, GLbyte *); +extern int __glXSwapQueryMaxSwapBarriersSGIX(__GLXclientState *, GLbyte *); +extern int __glXSwapMakeCurrentReadSGI(__GLXclientState *, GLbyte *); + #define __GLX_MIN_GLXCMD_OPCODE 1 #define __GLX_MAX_GLXCMD_OPCODE 20 #define __GLX_MIN_RENDER_OPCODE 1 diff --git a/xorg-server/hw/dmx/glxProxy/glxcmds.c b/xorg-server/hw/dmx/glxProxy/glxcmds.c index fb4d5acce..4c500c93d 100644 --- a/xorg-server/hw/dmx/glxProxy/glxcmds.c +++ b/xorg-server/hw/dmx/glxProxy/glxcmds.c @@ -61,7 +61,6 @@ extern __GLXFBConfig **__glXFBConfigs; extern int __glXNumFBConfigs; -extern int glxIsExtensionSupported(char *ext); extern int __glXGetFBConfigsSGIX(__GLXclientState * cl, GLbyte * pc); #define BE_TO_CLIENT_ERROR(x) \ @@ -3394,11 +3393,11 @@ __glXCreatePbuffer(__GLXclientState * cl, GLbyte * pc) /* Send attributes */ if (attr != NULL) { - CARD32 *pc = (CARD32 *) (be_req + 1); + CARD32 *pca = (CARD32 *) (be_req + 1); while (numAttribs-- > 0) { - *pc++ = *attr++; /* token */ - *pc++ = *attr++; /* value */ + *pca++ = *attr++; /* token */ + *pca++ = *attr++; /* value */ } } diff --git a/xorg-server/hw/dmx/glxProxy/glxcmds.h b/xorg-server/hw/dmx/glxProxy/glxcmds.h index b0745927e..689e33485 100644 --- a/xorg-server/hw/dmx/glxProxy/glxcmds.h +++ b/xorg-server/hw/dmx/glxProxy/glxcmds.h @@ -33,5 +33,11 @@ extern int __glXCreateContextWithConfigSGIX(__GLXclientState * cl, GLbyte * pc); extern int __glXJoinSwapGroupSGIX(__GLXclientState * cl, GLbyte * pc); extern int __glXMakeCurrentReadSGI(__GLXclientState * cl, GLbyte * pc); extern int __glXQueryMaxSwapBarriersSGIX(__GLXclientState * cl, GLbyte * pc); +extern int __glXDoSwapBuffers(__GLXclientState * cl, XID drawId, + GLXContextTag tag); + +extern Display *GetBackEndDisplay(__GLXclientState * cl, int s); +extern int GetCurrentBackEndTag(__GLXclientState * cl, GLXContextTag tag, + int s); #endif /* !__GLX_cmds_h__ */ diff --git a/xorg-server/hw/dmx/glxProxy/glxcmdsswap.c b/xorg-server/hw/dmx/glxProxy/glxcmdsswap.c index ab3e7edc1..600a6e1cb 100644 --- a/xorg-server/hw/dmx/glxProxy/glxcmdsswap.c +++ b/xorg-server/hw/dmx/glxProxy/glxcmdsswap.c @@ -39,8 +39,6 @@ #include "glxext.h" #include "glxvendor.h" -extern int glxIsExtensionSupported(char *ext); - int __glXSwapGetFBConfigsSGIX(__GLXclientState * cl, GLbyte * pc); /************************************************************************/ diff --git a/xorg-server/hw/dmx/glxProxy/glxext.h b/xorg-server/hw/dmx/glxProxy/glxext.h index 47cec15cf..b96ebc1f4 100644 --- a/xorg-server/hw/dmx/glxProxy/glxext.h +++ b/xorg-server/hw/dmx/glxProxy/glxext.h @@ -53,6 +53,7 @@ extern void __glXFlushContextCache(void); extern void __glXFreeGLXWindow(__glXWindow * pGlxWindow); extern void __glXFreeGLXPixmap(__GLXpixmap * pGlxPixmap); +extern void __glXFreeGLXPbuffer(__glXPbuffer * pGlxPbuffer); extern void __glXNoSuchRenderOpcode(GLbyte *); extern int __glXNoSuchSingleOpcode(__GLXclientState *, GLbyte *); diff --git a/xorg-server/hw/dmx/glxProxy/glxscreens.c b/xorg-server/hw/dmx/glxProxy/glxscreens.c index 138afedf2..15bb1e862 100644 --- a/xorg-server/hw/dmx/glxProxy/glxscreens.c +++ b/xorg-server/hw/dmx/glxProxy/glxscreens.c @@ -65,8 +65,6 @@ static void CalcServerVersionAndExtensions(void) { int s; - xGLXQueryVersionReq *req; - xGLXQueryVersionReply reply; char **be_extensions; char *ext; char *denied_extensions; @@ -80,6 +78,8 @@ CalcServerVersionAndExtensions(void) for (s = 0; s < __glXNumActiveScreens; s++) { DMXScreenInfo *dmxScreen = &dmxScreens[s]; Display *dpy = dmxScreen->beDisplay; + xGLXQueryVersionReq *req; + xGLXQueryVersionReply reply; /* Send the glXQueryVersion request */ LockDisplay(dpy); @@ -335,7 +335,7 @@ __glXGetServerString(unsigned int name) } int -glxIsExtensionSupported(char *ext) +glxIsExtensionSupported(const char *ext) { return (strstr(ExtensionsString, ext) != NULL); } diff --git a/xorg-server/hw/dmx/glxProxy/glxscreens.h b/xorg-server/hw/dmx/glxProxy/glxscreens.h index a9fe2a9db..bb7477bc7 100644 --- a/xorg-server/hw/dmx/glxProxy/glxscreens.h +++ b/xorg-server/hw/dmx/glxProxy/glxscreens.h @@ -50,4 +50,6 @@ extern void __glXScreenReset(void); extern char *__glXGetServerString(unsigned int name); +extern int glxIsExtensionSupported(const char *ext); + #endif /* !__GLX_screens_h__ */ diff --git a/xorg-server/hw/dmx/glxProxy/glxserver.h b/xorg-server/hw/dmx/glxProxy/glxserver.h index 754ad30a0..7aa5ad2f2 100644 --- a/xorg-server/hw/dmx/glxProxy/glxserver.h +++ b/xorg-server/hw/dmx/glxProxy/glxserver.h @@ -149,9 +149,7 @@ extern __GLXclientState *__glXClients[]; typedef void (*__GLXdispatchRenderProcPtr) (GLbyte *); typedef int (*__GLXdispatchSingleProcPtr) (__GLXclientState *, GLbyte *); typedef int (*__GLXdispatchVendorPrivProcPtr) (__GLXclientState *, GLbyte *); -extern __GLXdispatchSingleProcPtr __glXSingleTable[]; extern __GLXdispatchVendorPrivProcPtr __glXVendorPrivTable_EXT[]; -extern __GLXdispatchSingleProcPtr __glXSwapSingleTable[]; extern __GLXdispatchVendorPrivProcPtr __glXSwapVendorPrivTable_EXT[]; extern __GLXdispatchRenderProcPtr __glXSwapRenderTable[]; @@ -193,9 +191,6 @@ extern RESTYPE __glXPbufferRes; extern char *__glXcombine_strings(const char *, const char *); -extern void __glXDisp_DrawArrays(GLbyte *); -extern void __glXDispSwap_DrawArrays(GLbyte *); - /* ** Routines for sending swapped replies. */ @@ -287,9 +282,6 @@ extern int __glXConvolutionParameterfvSize(GLenum pname); extern int __glXColorTableParameterfvSize(GLenum pname); extern int __glXColorTableParameterivSize(GLenum pname); -extern void __glXFreeGLXWindow(__glXWindow * pGlxWindow); -extern void __glXFreeGLXPbuffer(__glXPbuffer * pGlxPbuffer); - extern int __glXVersionMajor; extern int __glXVersionMinor; diff --git a/xorg-server/hw/dmx/glxProxy/glxsingle.c b/xorg-server/hw/dmx/glxProxy/glxsingle.c index 034497315..79d426bbf 100644 --- a/xorg-server/hw/dmx/glxProxy/glxsingle.c +++ b/xorg-server/hw/dmx/glxProxy/glxsingle.c @@ -45,6 +45,8 @@ /* #include "g_disptab_EXT.h" */ #include "unpack.h" #include "glxutil.h" +#include "glxcmds.h" +#include "glxsingle.h" #include "GL/glxproto.h" @@ -81,10 +83,6 @@ #define X_GLXSingle 0 /* needed by GetReqExtra */ -extern Display *GetBackEndDisplay(__GLXclientState * cl, int s); -extern int GetCurrentBackEndTag(__GLXclientState * cl, GLXContextTag tag, - int s); - static int swap_vec_element_size = 0; static void diff --git a/xorg-server/hw/dmx/glxProxy/glxsingle.h b/xorg-server/hw/dmx/glxProxy/glxsingle.h index 32a9d4921..6126177fa 100644 --- a/xorg-server/hw/dmx/glxProxy/glxsingle.h +++ b/xorg-server/hw/dmx/glxProxy/glxsingle.h @@ -47,8 +47,4 @@ extern int __glXForwardAllWithReplySwapsv(__GLXclientState * cl, GLbyte * pc); extern int __glXForwardAllWithReplySwapiv(__GLXclientState * cl, GLbyte * pc); extern int __glXForwardAllWithReplySwapdv(__GLXclientState * cl, GLbyte * pc); -extern int __glXDisp_ReadPixels(__GLXclientState * cl, GLbyte * pc); -extern int __glXDispSwap_GetTexImage(__GLXclientState * cl, GLbyte * pc); -extern int __glXDispSwap_GetColorTable(__GLXclientState * cl, GLbyte * pc); - #endif diff --git a/xorg-server/hw/dmx/glxProxy/glxswap.c b/xorg-server/hw/dmx/glxProxy/glxswap.c index 5f565010d..bc18e5518 100644 --- a/xorg-server/hw/dmx/glxProxy/glxswap.c +++ b/xorg-server/hw/dmx/glxProxy/glxswap.c @@ -39,9 +39,7 @@ #include "dmxwindow.h" #include "glxserver.h" #include "glxswap.h" - -extern int __glXDoSwapBuffers(__GLXclientState * cl, XID drawId, - GLXContextTag tag); +#include "glxcmds.h" typedef struct _SwapGroup *SwapGroupPtr; diff --git a/xorg-server/hw/dmx/glxProxy/glxvendor.c b/xorg-server/hw/dmx/glxProxy/glxvendor.c index fc8aff0cc..52d70eb70 100644 --- a/xorg-server/hw/dmx/glxProxy/glxvendor.c +++ b/xorg-server/hw/dmx/glxProxy/glxvendor.c @@ -44,6 +44,8 @@ /* #include "g_disptab_EXT.h" */ #include "unpack.h" #include "glxutil.h" +#include "glxcmds.h" +#include "glxvendor.h" #include "GL/glxproto.h" @@ -78,10 +80,6 @@ dpy->request++ #endif -extern Display *GetBackEndDisplay(__GLXclientState * cl, int s); -extern int GetCurrentBackEndTag(__GLXclientState * cl, GLXContextTag tag, - int s); - static int swap_vec_element_size = 0; static void diff --git a/xorg-server/hw/dmx/input/dmxinputinit.c b/xorg-server/hw/dmx/input/dmxinputinit.c index abb6a8551..56a39df8c 100644 --- a/xorg-server/hw/dmx/input/dmxinputinit.c +++ b/xorg-server/hw/dmx/input/dmxinputinit.c @@ -874,17 +874,17 @@ dmxInputScanForExtensions(DMXInputInfo * dmxInput, int doXI) { XExtensionVersion *ext; XDeviceInfo *devices; - Display *display; + Display *dsp; int num; int i, j; XextErrorHandler handler; - if (!(display = XOpenDisplay(dmxInput->name))) + if (!(dsp = XOpenDisplay(dmxInput->name))) return; /* Print out information about the XInput Extension. */ handler = XSetExtensionErrorHandler(dmxInputExtensionErrorHandler); - ext = XGetExtensionVersion(display, INAME); + ext = XGetExtensionVersion(dsp, INAME); XSetExtensionErrorHandler(handler); if (!ext || ext == (XExtensionVersion *) NoSuchExtension) { @@ -894,7 +894,7 @@ dmxInputScanForExtensions(DMXInputInfo * dmxInput, int doXI) dmxLogInput(dmxInput, "Locating devices on %s (%s version %d.%d)\n", dmxInput->name, INAME, ext->major_version, ext->minor_version); - devices = XListInputDevices(display, &num); + devices = XListInputDevices(dsp, &num); XFree(ext); ext = NULL; @@ -956,7 +956,7 @@ dmxInputScanForExtensions(DMXInputInfo * dmxInput, int doXI) } XFreeDeviceList(devices); } - XCloseDisplay(display); + XCloseDisplay(dsp); } /** Re-initialize all the devices described in \a dmxInput. Called from diff --git a/xorg-server/hw/kdrive/ephyr/ephyr.c b/xorg-server/hw/kdrive/ephyr/ephyr.c index 907bbebae..164ebdcba 100644 --- a/xorg-server/hw/kdrive/ephyr/ephyr.c +++ b/xorg-server/hw/kdrive/ephyr/ephyr.c @@ -806,7 +806,11 @@ ephyrUpdateModifierState(unsigned int state) for (key = 0; key < MAP_LENGTH; key++) if (keyc->xkbInfo->desc->map->modmap[key] & mask) { - if (key_is_down(pDev, key, KEY_PROCESSED)) + if (mask == XCB_MOD_MASK_LOCK) { + KdEnqueueKeyboardEvent(ephyrKbd, key, FALSE); + KdEnqueueKeyboardEvent(ephyrKbd, key, TRUE); + } + else if (key_is_down(pDev, key, KEY_PROCESSED)) KdEnqueueKeyboardEvent(ephyrKbd, key, TRUE); if (--count == 0) @@ -820,6 +824,8 @@ ephyrUpdateModifierState(unsigned int state) for (key = 0; key < MAP_LENGTH; key++) if (keyc->xkbInfo->desc->map->modmap[key] & mask) { KdEnqueueKeyboardEvent(ephyrKbd, key, FALSE); + if (mask == XCB_MOD_MASK_LOCK) + KdEnqueueKeyboardEvent(ephyrKbd, key, TRUE); break; } } diff --git a/xorg-server/hw/xfree86/Makefile.am b/xorg-server/hw/xfree86/Makefile.am index d46bf0a86..27f2cc6cb 100644 --- a/xorg-server/hw/xfree86/Makefile.am +++ b/xorg-server/hw/xfree86/Makefile.am @@ -106,7 +106,7 @@ if INSTALL_SETUID endif if SUID_WRAPPER $(MKDIR_P) $(DESTDIR)$(SUID_WRAPPER_DIR) - mv $(DESTDIR)$(bindir)/Xorg $(DESTDIR)$(SUID_WRAPPER_DIR)/Xorg.bin + mv $(DESTDIR)$(bindir)/Xorg $(DESTDIR)$(SUID_WRAPPER_DIR)/Xorg ${INSTALL} -m 755 Xorg.sh $(DESTDIR)$(bindir)/Xorg -chown root $(DESTDIR)$(SUID_WRAPPER_DIR)/Xorg.wrap && chmod u+s $(DESTDIR)$(SUID_WRAPPER_DIR)/Xorg.wrap endif diff --git a/xorg-server/hw/xfree86/Xorg.sh.in b/xorg-server/hw/xfree86/Xorg.sh.in index cef4859c8..481413523 100644 --- a/xorg-server/hw/xfree86/Xorg.sh.in +++ b/xorg-server/hw/xfree86/Xorg.sh.in @@ -1,11 +1,11 @@ #!/bin/sh # -# Execute Xorg.wrap if it exists otherwise execute Xorg.bin directly. +# Execute Xorg.wrap if it exists otherwise execute Xorg directly. # This allows distros to put the suid wrapper in a separate package. basedir=@SUID_WRAPPER_DIR@ if [ -x "$basedir"/Xorg.wrap ]; then exec "$basedir"/Xorg.wrap "$@" else - exec "$basedir"/Xorg.bin "$@" + exec "$basedir"/Xorg "$@" fi diff --git a/xorg-server/hw/xfree86/dri2/dri2.c b/xorg-server/hw/xfree86/dri2/dri2.c index c8fcd6220..0c038b3d1 100644 --- a/xorg-server/hw/xfree86/dri2/dri2.c +++ b/xorg-server/hw/xfree86/dri2/dri2.c @@ -156,6 +156,9 @@ GetScreenPrime(ScreenPtr master, int prime_id) DRI2ScreenPtr ds; ds = DRI2GetScreen(slave); + if (ds == NULL) + continue; + if (ds->prime_id == prime_id) return slave; } @@ -1573,15 +1576,15 @@ DRI2ScreenInit(ScreenPtr pScreen, DRI2InfoPtr info) if (info->version == 3 || info->numDrivers == 0) { /* Driver too old: use the old-style driverName field */ - ds->numDrivers = 1; - ds->driverNames = malloc(sizeof(*ds->driverNames)); + ds->numDrivers = info->driverName ? 1 : 2; + ds->driverNames = malloc(ds->numDrivers * sizeof(*ds->driverNames)); if (!ds->driverNames) goto err_out; if (info->driverName) { ds->driverNames[0] = info->driverName; } else { - ds->driverNames[0] = dri2_probe_driver_name(pScreen, info); + ds->driverNames[0] = ds->driverNames[1] = dri2_probe_driver_name(pScreen, info); if (!ds->driverNames[0]) return FALSE; } diff --git a/xorg-server/hw/xfree86/drivers/modesetting/driver.c b/xorg-server/hw/xfree86/drivers/modesetting/driver.c index 1ebf807e5..d52517d1a 100644 --- a/xorg-server/hw/xfree86/drivers/modesetting/driver.c +++ b/xorg-server/hw/xfree86/drivers/modesetting/driver.c @@ -538,6 +538,7 @@ msBlockHandler(ScreenPtr pScreen, void *pTimeout, void *pReadmask) pScreen->BlockHandler = ms->BlockHandler; pScreen->BlockHandler(pScreen, pTimeout, pReadmask); + ms->BlockHandler = pScreen->BlockHandler; pScreen->BlockHandler = msBlockHandler; if (pScreen->isGPU) dispatch_slave_dirty(pScreen); @@ -1077,6 +1078,7 @@ ScreenInit(ScreenPtr pScreen, int argc, char **argv) if (!ms->drmmode.sw_cursor) xf86_cursors_init(pScreen, ms->cursor_width, ms->cursor_height, HARDWARE_CURSOR_SOURCE_MASK_INTERLEAVE_64 | + HARDWARE_CURSOR_UPDATE_UNHIDDEN | HARDWARE_CURSOR_ARGB); /* Must force it before EnterVT, so we are in control of VT and diff --git a/xorg-server/hw/xfree86/drivers/modesetting/drmmode_display.c b/xorg-server/hw/xfree86/drivers/modesetting/drmmode_display.c index 824500bae..1ea799b3a 100644 --- a/xorg-server/hw/xfree86/drivers/modesetting/drmmode_display.c +++ b/xorg-server/hw/xfree86/drivers/modesetting/drmmode_display.c @@ -82,6 +82,17 @@ drmmode_bo_get_pitch(drmmode_bo *bo) return bo->dumb->pitch; } +static Bool +drmmode_bo_has_bo(drmmode_bo *bo) +{ +#ifdef GLAMOR_HAS_GBM + if (bo->gbm) + return TRUE; +#endif + + return bo->dumb != NULL; +} + uint32_t drmmode_bo_get_handle(drmmode_bo *bo) { @@ -93,6 +104,26 @@ drmmode_bo_get_handle(drmmode_bo *bo) return bo->dumb->handle; } +static void * +drmmode_bo_map(drmmode_ptr drmmode, drmmode_bo *bo) +{ + int ret; + +#ifdef GLAMOR_HAS_GBM + if (bo->gbm) + return NULL; +#endif + + if (bo->dumb->ptr) + return bo->dumb->ptr; + + ret = dumb_bo_map(drmmode->fd, bo->dumb); + if (ret) + return NULL; + + return bo->dumb->ptr; +} + static Bool drmmode_create_bo(drmmode_ptr drmmode, drmmode_bo *bo, unsigned width, unsigned height, unsigned bpp) @@ -509,13 +540,122 @@ drmmode_set_scanout_pixmap(xf86CrtcPtr crtc, PixmapPtr ppix) static void * drmmode_shadow_allocate(xf86CrtcPtr crtc, int width, int height) { - return NULL; + drmmode_crtc_private_ptr drmmode_crtc = crtc->driver_private; + drmmode_ptr drmmode = drmmode_crtc->drmmode; + int ret; + + if (!drmmode_create_bo(drmmode, &drmmode_crtc->rotate_bo, + width, height, crtc->scrn->bitsPerPixel)) { + xf86DrvMsg(crtc->scrn->scrnIndex, X_ERROR, + "Couldn't allocate shadow memory for rotated CRTC\n"); + return NULL; + } + + ret = drmModeAddFB(drmmode->fd, width, height, crtc->scrn->depth, + crtc->scrn->bitsPerPixel, + drmmode_bo_get_pitch(&drmmode_crtc->rotate_bo), + drmmode_bo_get_handle(&drmmode_crtc->rotate_bo), + &drmmode_crtc->rotate_fb_id); + + if (ret) { + ErrorF("failed to add rotate fb\n"); + drmmode_bo_destroy(drmmode, &drmmode_crtc->rotate_bo); + return NULL; + } + +#ifdef GLAMOR_HAS_GBM + if (drmmode->gbm) + return drmmode_crtc->rotate_bo.gbm; +#endif + return drmmode_crtc->rotate_bo.dumb; +} + +static PixmapPtr +drmmode_create_pixmap_header(ScreenPtr pScreen, int width, int height, + int depth, int bitsPerPixel, int devKind, + void *pPixData) +{ + PixmapPtr pixmap; + + /* width and height of 0 means don't allocate any pixmap data */ + pixmap = (*pScreen->CreatePixmap)(pScreen, 0, 0, depth, 0); + + if (pixmap) { + if ((*pScreen->ModifyPixmapHeader)(pixmap, width, height, depth, + bitsPerPixel, devKind, pPixData)) + return pixmap; + (*pScreen->DestroyPixmap)(pixmap); + } + return NullPixmap; } +static Bool +drmmode_set_pixmap_bo(drmmode_ptr drmmode, PixmapPtr pixmap, drmmode_bo *bo); + static PixmapPtr drmmode_shadow_create(xf86CrtcPtr crtc, void *data, int width, int height) { - return NULL; + ScrnInfoPtr scrn = crtc->scrn; + drmmode_crtc_private_ptr drmmode_crtc = crtc->driver_private; + drmmode_ptr drmmode = drmmode_crtc->drmmode; + uint32_t rotate_pitch; + PixmapPtr rotate_pixmap; + void *pPixData = NULL; + + if (!data) { + data = drmmode_shadow_allocate(crtc, width, height); + if (!data) { + xf86DrvMsg(scrn->scrnIndex, X_ERROR, + "Couldn't allocate shadow pixmap for rotated CRTC\n"); + return NULL; + } + } + + if (!drmmode_bo_has_bo(&drmmode_crtc->rotate_bo)) { + xf86DrvMsg(scrn->scrnIndex, X_ERROR, + "Couldn't allocate shadow pixmap for rotated CRTC\n"); + return NULL; + } + + pPixData = drmmode_bo_map(drmmode, &drmmode_crtc->rotate_bo); + rotate_pitch = drmmode_bo_get_pitch(&drmmode_crtc->rotate_bo), + + rotate_pixmap = drmmode_create_pixmap_header(scrn->pScreen, + width, height, + scrn->depth, + scrn->bitsPerPixel, + rotate_pitch, + pPixData); + + if (rotate_pixmap == NULL) { + xf86DrvMsg(scrn->scrnIndex, X_ERROR, + "Couldn't allocate shadow pixmap for rotated CRTC\n"); + return NULL; + } + + drmmode_set_pixmap_bo(drmmode, rotate_pixmap, &drmmode_crtc->rotate_bo); + + return rotate_pixmap; +} + +static void +drmmode_shadow_destroy(xf86CrtcPtr crtc, PixmapPtr rotate_pixmap, void *data) +{ + drmmode_crtc_private_ptr drmmode_crtc = crtc->driver_private; + drmmode_ptr drmmode = drmmode_crtc->drmmode; + + if (rotate_pixmap) { + drmmode_set_pixmap_bo(drmmode, rotate_pixmap, NULL); + rotate_pixmap->drawable.pScreen->DestroyPixmap(rotate_pixmap); + } + + if (data) { + drmModeRmFB(drmmode->fd, drmmode_crtc->rotate_fb_id); + drmmode_crtc->rotate_fb_id = 0; + + drmmode_bo_destroy(drmmode, &drmmode_crtc->rotate_bo); + memset(&drmmode_crtc->rotate_bo, 0, sizeof drmmode_crtc->rotate_bo); + } } static const xf86CrtcFuncsRec drmmode_crtc_funcs = { @@ -532,6 +672,7 @@ static const xf86CrtcFuncsRec drmmode_crtc_funcs = { .set_scanout_pixmap = drmmode_set_scanout_pixmap, .shadow_allocate = drmmode_shadow_allocate, .shadow_create = drmmode_shadow_create, + .shadow_destroy = drmmode_shadow_destroy, }; static uint32_t @@ -1123,34 +1264,32 @@ drmmode_clones_init(ScrnInfoPtr scrn, drmmode_ptr drmmode) } } -Bool -drmmode_glamor_handle_new_screen_pixmap(drmmode_ptr drmmode) +static Bool +drmmode_set_pixmap_bo(drmmode_ptr drmmode, PixmapPtr pixmap, drmmode_bo *bo) { #ifdef GLAMOR ScrnInfoPtr scrn = drmmode->scrn; - ScreenPtr screen = xf86ScrnToScreen(drmmode->scrn); - PixmapPtr screen_pixmap; - void *gbm_bo; if (!drmmode->glamor) return TRUE; -#ifdef GLAMOR_HAS_GBM - gbm_bo = drmmode->front_bo.gbm; - screen_pixmap = screen->GetScreenPixmap(screen); + if (bo == NULL) { + glamor_egl_destroy_textured_pixmap(pixmap); + return TRUE; + } - if (!glamor_egl_create_textured_pixmap_from_gbm_bo(screen_pixmap, gbm_bo)) { +#ifdef GLAMOR_HAS_GBM + if (!glamor_egl_create_textured_pixmap_from_gbm_bo(pixmap, bo->gbm)) { xf86DrvMsg(scrn->scrnIndex, X_ERROR, "Failed"); return FALSE; } - glamor_set_screen_pixmap(screen_pixmap, NULL); #else - if (!glamor_egl_create_textured_screen(screen, + if (!glamor_egl_create_textured_pixmap(pixmap, drmmode_bo_get_handle(&drmmode->front_bo), scrn->displayWidth * scrn->bitsPerPixel / 8)) { xf86DrvMsg(scrn->scrnIndex, X_ERROR, - "glamor_egl_create_textured_screen() failed\n"); + "glamor_egl_create_textured_pixmap() failed\n"); return FALSE; } #endif @@ -1159,6 +1298,23 @@ drmmode_glamor_handle_new_screen_pixmap(drmmode_ptr drmmode) return TRUE; } +Bool +drmmode_glamor_handle_new_screen_pixmap(drmmode_ptr drmmode) +{ + ScreenPtr screen = xf86ScrnToScreen(drmmode->scrn); + PixmapPtr screen_pixmap = screen->GetScreenPixmap(screen); + + if (!drmmode_set_pixmap_bo(drmmode, screen_pixmap, &drmmode->front_bo)) + return FALSE; + +#ifdef GLAMOR + if (drmmode->glamor) + glamor_set_screen_pixmap(screen_pixmap, NULL); +#endif + + return TRUE; +} + static Bool drmmode_xf86crtc_resize(ScrnInfoPtr scrn, int width, int height) { @@ -1555,17 +1711,7 @@ drmmode_create_initial_bos(ScrnInfoPtr pScrn, drmmode_ptr drmmode) void * drmmode_map_front_bo(drmmode_ptr drmmode) { - int ret; - - if (drmmode->front_bo.dumb->ptr) - return drmmode->front_bo.dumb->ptr; - - ret = dumb_bo_map(drmmode->fd, drmmode->front_bo.dumb); - if (ret) - return NULL; - - return drmmode->front_bo.dumb->ptr; - + return drmmode_bo_map(drmmode, &drmmode->front_bo); } void * diff --git a/xorg-server/hw/xfree86/drivers/modesetting/drmmode_display.h b/xorg-server/hw/xfree86/drivers/modesetting/drmmode_display.h index 66d0ca260..3a8959ac3 100644 --- a/xorg-server/hw/xfree86/drivers/modesetting/drmmode_display.h +++ b/xorg-server/hw/xfree86/drivers/modesetting/drmmode_display.h @@ -89,10 +89,12 @@ typedef struct { int dpms_mode; struct dumb_bo *cursor_bo; Bool cursor_up; - unsigned rotate_fb_id; uint16_t lut_r[256], lut_g[256], lut_b[256]; DamagePtr slave_damage; + drmmode_bo rotate_bo; + unsigned rotate_fb_id; + /** * @{ MSC (vblank count) handling for the PRESENT extension. * diff --git a/xorg-server/hw/xfree86/drivers/modesetting/vblank.c b/xorg-server/hw/xfree86/drivers/modesetting/vblank.c index 711f6edb3..a342662a7 100644 --- a/xorg-server/hw/xfree86/drivers/modesetting/vblank.c +++ b/xorg-server/hw/xfree86/drivers/modesetting/vblank.c @@ -147,20 +147,13 @@ ms_dri2_crtc_covering_drawable(DrawablePtr pDraw) ScreenPtr pScreen = pDraw->pScreen; ScrnInfoPtr pScrn = xf86ScreenToScrn(pScreen); BoxRec box, crtcbox; - xf86CrtcPtr crtc; box.x1 = pDraw->x; box.y1 = pDraw->y; box.x2 = box.x1 + pDraw->width; box.y2 = box.y1 + pDraw->height; - crtc = ms_covering_crtc(pScrn, &box, NULL, &crtcbox); - - /* Make sure the CRTC is valid and this is the real front buffer */ - if (crtc != NULL && !crtc->rotatedData) - return crtc; - - return NULL; + return ms_covering_crtc(pScrn, &box, NULL, &crtcbox); } static Bool diff --git a/xorg-server/hw/xfree86/man/Xorg.wrap.man b/xorg-server/hw/xfree86/man/Xorg.wrap.man index 58937c74b..11090f1f4 100644 --- a/xorg-server/hw/xfree86/man/Xorg.wrap.man +++ b/xorg-server/hw/xfree86/man/Xorg.wrap.man @@ -33,7 +33,7 @@ Xorg.wrap \- Xorg X server binary wrapper The Xorg X server may need root rights to function properly. To start the Xorg X server with these rights your system is using a suid root wrapper installed as __suid_wrapper_dir__/Xorg.wrap which will execute the real -X server which is installed as __suid_wrapper_dir__/Xorg.bin . +X server which is installed as __suid_wrapper_dir__/Xorg. .PP By default Xorg.wrap will autodetect if root rights are necessary, and if not it will drop its elevated rights before starting the real X server. diff --git a/xorg-server/hw/xfree86/xorg-wrapper.c b/xorg-server/hw/xfree86/xorg-wrapper.c index 4ea47331b..22e97ad5d 100644 --- a/xorg-server/hw/xfree86/xorg-wrapper.c +++ b/xorg-server/hw/xfree86/xorg-wrapper.c @@ -255,18 +255,18 @@ int main(int argc, char *argv[]) } } - snprintf(buf, sizeof(buf), "%s/Xorg.bin", SUID_WRAPPER_DIR); + snprintf(buf, sizeof(buf), "%s/Xorg", SUID_WRAPPER_DIR); /* Check if the server is executable by our real uid */ if (access(buf, X_OK) != 0) { - fprintf(stderr, "%s: Missing execute permissions for %s/Xorg.bin: %s\n", - progname, SUID_WRAPPER_DIR, strerror(errno)); + fprintf(stderr, "%s: Missing execute permissions for %s: %s\n", + progname, buf, strerror(errno)); exit(1); } argv[0] = buf; (void) execv(argv[0], argv); - fprintf(stderr, "%s: Failed to execute %s/Xorg.bin: %s\n", - progname, SUID_WRAPPER_DIR, strerror(errno)); + fprintf(stderr, "%s: Failed to execute %s: %s\n", + progname, buf, strerror(errno)); exit(1); } diff --git a/xorg-server/hw/xnest/Keyboard.c b/xorg-server/hw/xnest/Keyboard.c index 2cf16246b..ee3f68e3f 100644 --- a/xorg-server/hw/xnest/Keyboard.c +++ b/xorg-server/hw/xnest/Keyboard.c @@ -18,6 +18,7 @@ is" without express or implied warranty. #include #include +#include #include #include "screenint.h" #include "inputstr.h" @@ -247,7 +248,11 @@ xnestUpdateModifierState(unsigned int state) for (key = 0; key < MAP_LENGTH; key++) if (keyc->xkbInfo->desc->map->modmap[key] & mask) { - if (key_is_down(pDev, key, KEY_PROCESSED)) + if (mask == XCB_MOD_MASK_LOCK) { + xnestQueueKeyEvent(KeyPress, key); + xnestQueueKeyEvent(KeyRelease, key); + } + else if (key_is_down(pDev, key, KEY_PROCESSED)) xnestQueueKeyEvent(KeyRelease, key); if (--count == 0) @@ -261,6 +266,8 @@ xnestUpdateModifierState(unsigned int state) for (key = 0; key < MAP_LENGTH; key++) if (keyc->xkbInfo->desc->map->modmap[key] & mask) { xnestQueueKeyEvent(KeyPress, key); + if (mask == XCB_MOD_MASK_LOCK) + xnestQueueKeyEvent(KeyRelease, key); break; } } diff --git a/xorg-server/hw/xwayland/Makefile.am b/xorg-server/hw/xwayland/Makefile.am index 4e0e1bb00..994554088 100644 --- a/xorg-server/hw/xwayland/Makefile.am +++ b/xorg-server/hw/xwayland/Makefile.am @@ -26,7 +26,6 @@ Xwayland_LDADD = \ $(XWAYLAND_LIBS) \ $(XWAYLAND_SYS_LIBS) \ $(XSERVER_SYS_LIBS) -Xwayland_DEPENDENCIES = $(XWAYLAND_LIBS) Xwayland_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG) diff --git a/xorg-server/hw/xwayland/xwayland-glamor.c b/xorg-server/hw/xwayland/xwayland-glamor.c index 09b454f8a..dd8551840 100644 --- a/xorg-server/hw/xwayland/xwayland-glamor.c +++ b/xorg-server/hw/xwayland/xwayland-glamor.c @@ -137,6 +137,9 @@ xwl_glamor_create_pixmap_for_bo(ScreenPtr screen, struct gbm_bo *bo, int depth) glGenTextures(1, &xwl_pixmap->texture); glBindTexture(GL_TEXTURE_2D, xwl_pixmap->texture); + glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_NEAREST); + glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_NEAREST); + glEGLImageTargetTexture2DOES(GL_TEXTURE_2D, xwl_pixmap->image); glBindTexture(GL_TEXTURE_2D, 0); diff --git a/xorg-server/hw/xwayland/xwayland.c b/xorg-server/hw/xwayland/xwayland.c index 37d6d8270..7e8d667d6 100644 --- a/xorg-server/hw/xwayland/xwayland.c +++ b/xorg-server/hw/xwayland/xwayland.c @@ -513,9 +513,9 @@ xwl_screen_init(ScreenPtr pScreen, int argc, char **argv) int ret, bpc, green_bpc, i; xwl_screen = calloc(sizeof *xwl_screen, 1); - xwl_screen->wm_fd = -1; if (xwl_screen == NULL) return FALSE; + xwl_screen->wm_fd = -1; if (!dixRegisterPrivateKey(&xwl_screen_private_key, PRIVATE_SCREEN, 0)) return FALSE; diff --git a/xorg-server/include/Makefile.am b/xorg-server/include/Makefile.am index 6578038a5..168b00f70 100644 --- a/xorg-server/include/Makefile.am +++ b/xorg-server/include/Makefile.am @@ -71,6 +71,7 @@ EXTRA_DIST = \ busfault.h dbus-core.h \ dix-config-apple-verbatim.h \ dixfontstubs.h eventconvert.h eventstr.h inpututils.h \ + probes.h \ protocol-versions.h \ systemd-logind.h \ xsha1.h diff --git a/xorg-server/include/probes.h b/xorg-server/include/probes.h new file mode 100644 index 000000000..e9cdd3e8e --- /dev/null +++ b/xorg-server/include/probes.h @@ -0,0 +1,41 @@ +/* + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + */ + +#ifndef XORG_PROBES_H +#define XORG_PROBES_H + +#ifdef HAVE_DIX_CONFIG_H +#include +#endif + +/* definitions needed to include Dtrace probes in a source file */ + +#if XSERVER_DTRACE +#include +typedef const char *string; +typedef const uint8_t *const_uint8_p; +typedef const double *const_double_p; +#include "../dix/Xserver-dtrace.h" +#endif + +#endif /* XORG_PROBES_H */ diff --git a/xorg-server/include/regionstr.h b/xorg-server/include/regionstr.h index 079375d33..103235859 100644 --- a/xorg-server/include/regionstr.h +++ b/xorg-server/include/regionstr.h @@ -144,7 +144,7 @@ RegionInit(RegionPtr _pReg, BoxPtr _rect, int _size) size_t rgnSize; (_pReg)->extents = RegionEmptyBox; if (((_size) > 1) && ((rgnSize = RegionSizeof(_size)) > 0) && - (((_pReg)->data = malloc(rgnSize)) != NULL)) { + (((_pReg)->data = (RegDataPtr) malloc(rgnSize)) != NULL)) { (_pReg)->data->size = (_size); (_pReg)->data->numRects = 0; } diff --git a/xorg-server/mi/mipointer.c b/xorg-server/mi/mipointer.c index 2bdd6ca98..ada1ab570 100644 --- a/xorg-server/mi/mipointer.c +++ b/xorg-server/mi/mipointer.c @@ -598,8 +598,8 @@ miPointerSetPosition(DeviceIntPtr pDev, int mode, double *screenx, int constrained_x, constrained_y; int current_x, current_y; /* current position in per-screen coord */ - current_x = MIPOINTER(pDev)->x - pScreen->y; - current_y = MIPOINTER(pDev)->y - pScreen->x; + current_x = MIPOINTER(pDev)->x - pScreen->x; + current_y = MIPOINTER(pDev)->y - pScreen->y; input_constrain_cursor(pDev, pScreen, current_x, current_y, x, y, diff --git a/xorg-server/os/WaitFor.c b/xorg-server/os/WaitFor.c index 86d96c846..431f1a6b6 100644 --- a/xorg-server/os/WaitFor.c +++ b/xorg-server/os/WaitFor.c @@ -121,9 +121,9 @@ struct _OsTimerRec { void *arg; }; -static void DoTimer(OsTimerPtr timer, CARD32 now, OsTimerPtr *prev); +static void DoTimer(OsTimerPtr timer, CARD32 now, volatile OsTimerPtr *prev); static void CheckAllTimers(void); -static OsTimerPtr timers = NULL; +static volatile OsTimerPtr timers = NULL; /***************** * WaitForSomething: @@ -263,11 +263,14 @@ WaitForSomething(int *pClientsReady) if ((int) (timers->expires - now) <= 0) expired = 1; - while (timers && (int) (timers->expires - now) <= 0) - DoTimer(timers, now, &timers); + if (expired) { + OsBlockSignals(); + while (timers && (int) (timers->expires - now) <= 0) + DoTimer(timers, now, &timers); + OsReleaseSignals(); - if (expired) return 0; + } } } else { @@ -281,11 +284,14 @@ WaitForSomething(int *pClientsReady) if ((int) (timers->expires - now) <= 0) expired = 1; - while (timers && (int) (timers->expires - now) <= 0) - DoTimer(timers, now, &timers); + if (expired) { + OsBlockSignals(); + while (timers && (int) (timers->expires - now) <= 0) + DoTimer(timers, now, &timers); + OsReleaseSignals(); - if (expired) return 0; + } } } if (someReady) @@ -401,24 +407,25 @@ CheckAllTimers(void) } static void -DoTimer(OsTimerPtr timer, CARD32 now, OsTimerPtr *prev) +DoTimer(OsTimerPtr timer, CARD32 now, volatile OsTimerPtr *prev) { CARD32 newTime; OsBlockSignals(); *prev = timer->next; timer->next = NULL; + OsReleaseSignals(); + newTime = (*timer->callback) (timer, now, timer->arg); if (newTime) TimerSet(timer, 0, newTime, timer->callback, timer->arg); - OsReleaseSignals(); } OsTimerPtr TimerSet(OsTimerPtr timer, int flags, CARD32 millis, OsTimerCallback func, void *arg) { - register OsTimerPtr *prev; + volatile OsTimerPtr *prev; CARD32 now = GetTimeInMillis(); if (!timer) { @@ -470,7 +477,7 @@ Bool TimerForce(OsTimerPtr timer) { int rc = FALSE; - OsTimerPtr *prev; + volatile OsTimerPtr *prev; OsBlockSignals(); for (prev = &timers; *prev; prev = &(*prev)->next) { @@ -487,7 +494,7 @@ TimerForce(OsTimerPtr timer) void TimerCancel(OsTimerPtr timer) { - OsTimerPtr *prev; + volatile OsTimerPtr *prev; if (!timer) return; @@ -515,8 +522,12 @@ TimerCheck(void) { CARD32 now = GetTimeInMillis(); - while (timers && (int) (timers->expires - now) <= 0) - DoTimer(timers, now, &timers); + if (timers && (int) (timers->expires - now) <= 0) { + OsBlockSignals(); + while (timers && (int) (timers->expires - now) <= 0) + DoTimer(timers, now, &timers); + OsReleaseSignals(); + } } void diff --git a/xorg-server/os/connection.c b/xorg-server/os/connection.c index da3397da6..ddfe50a3e 100644 --- a/xorg-server/os/connection.c +++ b/xorg-server/os/connection.c @@ -113,17 +113,11 @@ SOFTWARE. #ifdef HAVE_GETPEERUCRED #include #include -#endif - -#ifdef XSERVER_DTRACE -#include -typedef const char *string; - -#ifndef HAVE_GETPEERUCRED +#else #define zoneid_t int #endif -#include "../dix/Xserver-dtrace.h" -#endif + +#include "probes.h" static int lastfdesc; /* maximum file descriptor */ diff --git a/xorg-server/randr/rroutput.c b/xorg-server/randr/rroutput.c index f824f50ed..548e07d1d 100644 --- a/xorg-server/randr/rroutput.c +++ b/xorg-server/randr/rroutput.c @@ -487,6 +487,7 @@ ProcRRGetOutputInfo(ClientPtr client) swapl(&rep.mmHeight); swaps(&rep.nCrtcs); swaps(&rep.nModes); + swaps(&rep.nPreferred); swaps(&rep.nClones); swaps(&rep.nameLength); } @@ -540,7 +541,11 @@ ProcRRSetOutputPrimary(ClientPtr client) if (stuff->output) { VERIFY_RR_OUTPUT(stuff->output, output, DixReadAccess); - if (output->pScreen != pWin->drawable.pScreen) { + if (!output->pScreen->isGPU && output->pScreen != pWin->drawable.pScreen) { + client->errorValue = stuff->window; + return BadMatch; + } + if (output->pScreen->isGPU && output->pScreen->current_master != pWin->drawable.pScreen) { client->errorValue = stuff->window; return BadMatch; } diff --git a/xorg-server/randr/rrscreen.c b/xorg-server/randr/rrscreen.c index 36179ae89..e7ea49ddf 100644 --- a/xorg-server/randr/rrscreen.c +++ b/xorg-server/randr/rrscreen.c @@ -322,8 +322,13 @@ static inline void swap_modeinfos(xRRModeInfo *modeinfos, int i) swapl(&modeinfos[i].modeFlags); } -#define update_arrays(gpuscreen, pScrPriv) do { \ +#define update_arrays(gpuscreen, pScrPriv, primary_crtc, has_primary) do { \ for (j = 0; j < pScrPriv->numCrtcs; j++) { \ + if (has_primary && \ + primary_crtc == pScrPriv->crtcs[j]) { \ + has_primary = 0; \ + continue; \ + }\ crtcs[crtc_count] = pScrPriv->crtcs[j]->id; \ if (client->swapped) \ swapl(&crtcs[crtc_count]); \ @@ -366,9 +371,11 @@ rrGetMultiScreenResources(ClientPtr client, Bool query, ScreenPtr pScreen) unsigned long extraLen; CARD8 *extra; RRCrtc *crtcs; + RRCrtcPtr primary_crtc = NULL; RROutput *outputs; xRRModeInfo *modeinfos; CARD8 *names; + int has_primary = 0; /* we need to iterate all the GPU masters and all their output slaves */ total_crtcs = 0; @@ -426,18 +433,25 @@ rrGetMultiScreenResources(ClientPtr client, Bool query, ScreenPtr pScreen) modeinfos = (xRRModeInfo *)(outputs + total_outputs); names = (CARD8 *)(modeinfos + total_modes); - /* TODO primary */ crtc_count = 0; output_count = 0; mode_count = 0; pScrPriv = rrGetScrPriv(pScreen); - update_arrays(pScreen, pScrPriv); + if (pScrPriv->primaryOutput && pScrPriv->primaryOutput->crtc) { + has_primary = 1; + primary_crtc = pScrPriv->primaryOutput->crtc; + crtcs[0] = pScrPriv->primaryOutput->crtc->id; + if (client->swapped) + swapl(&crtcs[0]); + crtc_count = 1; + } + update_arrays(pScreen, pScrPriv, primary_crtc, has_primary); xorg_list_for_each_entry(iter, &pScreen->output_slave_list, output_head) { pScrPriv = rrGetScrPriv(iter); - update_arrays(iter, pScrPriv); + update_arrays(iter, pScrPriv, primary_crtc, has_primary); } assert(bytes_to_int32((char *) names - (char *) extra) == rep.length); diff --git a/xorg-server/randr/rrxinerama.c b/xorg-server/randr/rrxinerama.c index 26894a663..b336bd7cd 100644 --- a/xorg-server/randr/rrxinerama.c +++ b/xorg-server/randr/rrxinerama.c @@ -344,15 +344,17 @@ ProcRRXineramaQueryScreens(ClientPtr client) ScreenPtr slave; rrScrPriv(pScreen); int has_primary = 0; + RRCrtcPtr primary_crtc = NULL; if (pScrPriv->primaryOutput && pScrPriv->primaryOutput->crtc) { has_primary = 1; + primary_crtc = pScrPriv->primaryOutput->crtc; RRXineramaWriteCrtc(client, pScrPriv->primaryOutput->crtc); } for (i = 0; i < pScrPriv->numCrtcs; i++) { if (has_primary && - pScrPriv->primaryOutput->crtc == pScrPriv->crtcs[i]) { + primary_crtc == pScrPriv->crtcs[i]) { has_primary = 0; continue; } @@ -362,8 +364,14 @@ ProcRRXineramaQueryScreens(ClientPtr client) xorg_list_for_each_entry(slave, &pScreen->output_slave_list, output_head) { rrScrPrivPtr pSlavePriv; pSlavePriv = rrGetScrPriv(slave); - for (i = 0; i < pSlavePriv->numCrtcs; i++) + for (i = 0; i < pSlavePriv->numCrtcs; i++) { + if (has_primary && + primary_crtc == pSlavePriv->crtcs[i]) { + has_primary = 0; + continue; + } RRXineramaWriteCrtc(client, pSlavePriv->crtcs[i]); + } } } diff --git a/xorg-server/xkb/xkb.c b/xorg-server/xkb/xkb.c index 15c7f34cf..f3988f9a7 100644 --- a/xorg-server/xkb/xkb.c +++ b/xorg-server/xkb/xkb.c @@ -4957,26 +4957,29 @@ ProcXkbGetGeometry(ClientPtr client) /***====================================================================***/ -static char * -_GetCountedString(char **wire_inout, Bool swap) +static Status +_GetCountedString(char **wire_inout, ClientPtr client, char **str) { - char *wire, *str; - CARD16 len, *plen; + char *wire, *next; + CARD16 len; wire = *wire_inout; - plen = (CARD16 *) wire; - if (swap) { - swaps(plen); - } - len = *plen; - str = malloc(len + 1); - if (str) { - memcpy(str, &wire[2], len); - str[len] = '\0'; + len = *(CARD16 *) wire; + if (client->swapped) { + swaps(&len); } - wire += XkbPaddedSize(len + 2); - *wire_inout = wire; - return str; + next = wire + XkbPaddedSize(len + 2); + /* Check we're still within the size of the request */ + if (client->req_len < + bytes_to_int32(next - (char *) client->requestBuffer)) + return BadValue; + *str = malloc(len + 1); + if (!*str) + return BadAlloc; + memcpy(*str, &wire[2], len); + *(*str + len) = '\0'; + *wire_inout = next; + return Success; } static Status @@ -4985,25 +4988,29 @@ _CheckSetDoodad(char **wire_inout, { char *wire; xkbDoodadWireDesc *dWire; + xkbAnyDoodadWireDesc any; + xkbTextDoodadWireDesc text; XkbDoodadPtr doodad; + Status status; dWire = (xkbDoodadWireDesc *) (*wire_inout); + any = dWire->any; wire = (char *) &dWire[1]; if (client->swapped) { - swapl(&dWire->any.name); - swaps(&dWire->any.top); - swaps(&dWire->any.left); - swaps(&dWire->any.angle); + swapl(&any.name); + swaps(&any.top); + swaps(&any.left); + swaps(&any.angle); } CHK_ATOM_ONLY(dWire->any.name); - doodad = XkbAddGeomDoodad(geom, section, dWire->any.name); + doodad = XkbAddGeomDoodad(geom, section, any.name); if (!doodad) return BadAlloc; doodad->any.type = dWire->any.type; doodad->any.priority = dWire->any.priority; - doodad->any.top = dWire->any.top; - doodad->any.left = dWire->any.left; - doodad->any.angle = dWire->any.angle; + doodad->any.top = any.top; + doodad->any.left = any.left; + doodad->any.angle = any.angle; switch (doodad->any.type) { case XkbOutlineDoodad: case XkbSolidDoodad: @@ -5026,15 +5033,22 @@ _CheckSetDoodad(char **wire_inout, dWire->text.colorNdx); return BadMatch; } + text = dWire->text; if (client->swapped) { - swaps(&dWire->text.width); - swaps(&dWire->text.height); + swaps(&text.width); + swaps(&text.height); } - doodad->text.width = dWire->text.width; - doodad->text.height = dWire->text.height; + doodad->text.width = text.width; + doodad->text.height = text.height; doodad->text.color_ndx = dWire->text.colorNdx; - doodad->text.text = _GetCountedString(&wire, client->swapped); - doodad->text.font = _GetCountedString(&wire, client->swapped); + status = _GetCountedString(&wire, client, &doodad->text.text); + if (status != Success) + return status; + status = _GetCountedString(&wire, client, &doodad->text.font); + if (status != Success) { + free (doodad->text.text); + return status; + } break; case XkbIndicatorDoodad: if (dWire->indicator.onColorNdx >= geom->num_colors) { @@ -5069,7 +5083,9 @@ _CheckSetDoodad(char **wire_inout, } doodad->logo.color_ndx = dWire->logo.colorNdx; doodad->logo.shape_ndx = dWire->logo.shapeNdx; - doodad->logo.logo_name = _GetCountedString(&wire, client->swapped); + status = _GetCountedString(&wire, client, &doodad->logo.logo_name); + if (status != Success) + return status; break; default: client->errorValue = _XkbErrCode2(0x4F, dWire->any.type); @@ -5301,18 +5317,20 @@ _CheckSetGeom(XkbGeometryPtr geom, xkbSetGeometryReq * req, ClientPtr client) char *wire; wire = (char *) &req[1]; - geom->label_font = _GetCountedString(&wire, client->swapped); + status = _GetCountedString(&wire, client, &geom->label_font); + if (status != Success) + return status; for (i = 0; i < req->nProperties; i++) { char *name, *val; - name = _GetCountedString(&wire, client->swapped); - if (!name) - return BadAlloc; - val = _GetCountedString(&wire, client->swapped); - if (!val) { + status = _GetCountedString(&wire, client, &name); + if (status != Success) + return status; + status = _GetCountedString(&wire, client, &val); + if (status != Success) { free(name); - return BadAlloc; + return status; } if (XkbAddGeomProperty(geom, name, val) == NULL) { free(name); @@ -5346,9 +5364,9 @@ _CheckSetGeom(XkbGeometryPtr geom, xkbSetGeometryReq * req, ClientPtr client) for (i = 0; i < req->nColors; i++) { char *name; - name = _GetCountedString(&wire, client->swapped); - if (!name) - return BadAlloc; + status = _GetCountedString(&wire, client, &name); + if (status != Success) + return status; if (!XkbAddGeomColor(geom, name, geom->num_colors)) { free(name); return BadAlloc; diff --git a/xorg-server/xkeyboard-config/NEWS b/xorg-server/xkeyboard-config/NEWS index 548baa58a..cef7453d2 100644 --- a/xorg-server/xkeyboard-config/NEWS +++ b/xorg-server/xkeyboard-config/NEWS @@ -1,3 +1,5 @@ +2.14 9 bugs fixed + Translations updated 2.13 7 bugs fixed Translations updated 2.12 10 bugs fixed diff --git a/xorg-server/xkeyboard-config/configure.ac b/xorg-server/xkeyboard-config/configure.ac index 9cd302d55..28ac1703f 100644 --- a/xorg-server/xkeyboard-config/configure.ac +++ b/xorg-server/xkeyboard-config/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(xkeyboard-config, 2.13) +AC_INIT(xkeyboard-config, 2.14) AC_CONFIG_SRCDIR(rules/base.xml.in) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE diff --git a/xorg-server/xkeyboard-config/po/ca.po b/xorg-server/xkeyboard-config/po/ca.po index 190148c07..af91f987e 100644 --- a/xorg-server/xkeyboard-config/po/ca.po +++ b/xorg-server/xkeyboard-config/po/ca.po @@ -1,14 +1,14 @@ # Translation of xkeyboard-config to Catalan -# Copyright © 2007 Free Software Foundation, Inc. +# Copyright © 2007-2015 Free Software Foundation, Inc. # This file is distributed under the same license as the xkeyboard-config package. # -# Josep Ma. Ferrer , 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014. +# Josep Ma. Ferrer , 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015. msgid "" msgstr "" -"Project-Id-Version: xkeyboard-config-2.12.99\n" +"Project-Id-Version: xkeyboard-config-2.13.99\n" "Report-Msgid-Bugs-To: svu@users.sourceforge.net\n" -"POT-Creation-Date: 2014-09-18 23:46+0100\n" -"PO-Revision-Date: 2014-09-19 18:25+0200\n" +"POT-Creation-Date: 2015-01-15 01:16+0000\n" +"PO-Revision-Date: 2015-01-17 19:26+0100\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca\n" @@ -755,11 +755,11 @@ msgid "Htc Dream phone" msgstr "Telèfon HTC Dream" #. Keyboard indicator for English layouts -#: ../rules/base.xml.in.h:186 ../rules/base.extras.xml.in.h:46 +#: ../rules/base.xml.in.h:186 ../rules/base.extras.xml.in.h:47 msgid "en" msgstr "en" -#: ../rules/base.xml.in.h:187 ../rules/base.extras.xml.in.h:47 +#: ../rules/base.xml.in.h:187 ../rules/base.extras.xml.in.h:48 msgid "English (US)" msgstr "Anglès (EUA)" @@ -817,7 +817,7 @@ msgid "English (programmer Dvorak)" msgstr "Anglès (dvorak de programador)" #. Keyboard indicator for Russian layouts -#: ../rules/base.xml.in.h:203 ../rules/base.extras.xml.in.h:69 +#: ../rules/base.xml.in.h:203 ../rules/base.extras.xml.in.h:70 msgid "ru" msgstr "ru" @@ -850,7 +850,7 @@ msgid "English (Workman, international with dead keys)" msgstr "Anglès (Workman, internacional amb tecles mortes)" #. Keyboard indicator for Persian layouts -#: ../rules/base.xml.in.h:212 ../rules/base.extras.xml.in.h:28 +#: ../rules/base.xml.in.h:212 ../rules/base.extras.xml.in.h:29 msgid "fa" msgstr "fa" @@ -889,11 +889,11 @@ msgid "Uzbek (Afghanistan, OLPC)" msgstr "Usbec (Afganistan, OLPC)" #. Keyboard indicator for Arabic layouts -#: ../rules/base.xml.in.h:224 ../rules/base.extras.xml.in.h:80 +#: ../rules/base.xml.in.h:224 ../rules/base.extras.xml.in.h:81 msgid "ar" msgstr "ar" -#: ../rules/base.xml.in.h:225 ../rules/base.extras.xml.in.h:81 +#: ../rules/base.xml.in.h:225 ../rules/base.extras.xml.in.h:82 msgid "Arabic" msgstr "Àrab" @@ -935,11 +935,11 @@ msgid "Albanian (Plisi D1)" msgstr "Albanès (Plisi D1)" #. Keyboard indicator for Armenian layouts -#: ../rules/base.xml.in.h:237 ../rules/base.extras.xml.in.h:74 +#: ../rules/base.xml.in.h:237 ../rules/base.extras.xml.in.h:75 msgid "hy" msgstr "hy" -#: ../rules/base.xml.in.h:238 ../rules/base.extras.xml.in.h:75 +#: ../rules/base.xml.in.h:238 ../rules/base.extras.xml.in.h:76 msgid "Armenian" msgstr "Armeni" @@ -1015,11 +1015,11 @@ msgid "Belarusian (Latin)" msgstr "Bielorús (llatí)" #. Keyboard indicator for Belgian layouts -#: ../rules/base.xml.in.h:260 ../rules/base.extras.xml.in.h:83 +#: ../rules/base.xml.in.h:260 ../rules/base.extras.xml.in.h:84 msgid "be" msgstr "be" -#: ../rules/base.xml.in.h:261 ../rules/base.extras.xml.in.h:84 +#: ../rules/base.xml.in.h:261 ../rules/base.extras.xml.in.h:85 msgid "Belgian" msgstr "Belga" @@ -1282,11 +1282,11 @@ msgid "Bosnian (US keyboard with Bosnian letters)" msgstr "Bosnià (teclat EUA amb lletres bosnianes)" #. Keyboard indicator for Portuguese layouts -#: ../rules/base.xml.in.h:338 ../rules/base.extras.xml.in.h:86 +#: ../rules/base.xml.in.h:338 ../rules/base.extras.xml.in.h:87 msgid "pt" msgstr "pt" -#: ../rules/base.xml.in.h:339 ../rules/base.extras.xml.in.h:87 +#: ../rules/base.xml.in.h:339 ../rules/base.extras.xml.in.h:88 msgid "Portuguese (Brazil)" msgstr "Portuguès (Brasil)" @@ -1370,11 +1370,11 @@ msgid "Berber (Morocco, Tifinagh extended phonetic)" msgstr "Berber (Marroc, Tifinagh fonètic ampliat)" #. Keyboard indicator for Cameroon layouts -#: ../rules/base.xml.in.h:363 ../rules/base.extras.xml.in.h:149 +#: ../rules/base.xml.in.h:363 ../rules/base.extras.xml.in.h:150 msgid "cm" msgstr "cm" -#: ../rules/base.xml.in.h:364 ../rules/base.extras.xml.in.h:150 +#: ../rules/base.xml.in.h:364 ../rules/base.extras.xml.in.h:151 msgid "English (Cameroon)" msgstr "Anglès (Camerun)" @@ -1495,11 +1495,11 @@ msgid "Croatian (US keyboard with Croatian letters)" msgstr "Croat (teclat EUA amb lletres croates)" #. Keyboard indicator for Chech layouts -#: ../rules/base.xml.in.h:398 ../rules/base.extras.xml.in.h:89 +#: ../rules/base.xml.in.h:398 ../rules/base.extras.xml.in.h:90 msgid "cs" msgstr "cs" -#: ../rules/base.xml.in.h:399 ../rules/base.extras.xml.in.h:90 +#: ../rules/base.xml.in.h:399 ../rules/base.extras.xml.in.h:91 msgid "Czech" msgstr "Txec" @@ -1524,11 +1524,11 @@ msgid "Czech (US Dvorak with CZ UCW support)" msgstr "Txec (dvorak EUA que permet UCW CZ)" #. Keyboard indicator for Danish layouts -#: ../rules/base.xml.in.h:406 ../rules/base.extras.xml.in.h:92 +#: ../rules/base.xml.in.h:406 ../rules/base.extras.xml.in.h:93 msgid "da" msgstr "da" -#: ../rules/base.xml.in.h:407 ../rules/base.extras.xml.in.h:93 +#: ../rules/base.xml.in.h:407 ../rules/base.extras.xml.in.h:94 msgid "Danish" msgstr "Danès" @@ -1553,11 +1553,11 @@ msgid "Danish (Dvorak)" msgstr "Danès (dvorak)" #. Keyboard indicator for Dutch layouts -#: ../rules/base.xml.in.h:414 ../rules/base.extras.xml.in.h:95 +#: ../rules/base.xml.in.h:414 ../rules/base.extras.xml.in.h:96 msgid "nl" msgstr "nl" -#: ../rules/base.xml.in.h:415 ../rules/base.extras.xml.in.h:96 +#: ../rules/base.xml.in.h:415 ../rules/base.extras.xml.in.h:97 msgid "Dutch" msgstr "Holandès" @@ -1583,11 +1583,11 @@ msgid "Dzongkha" msgstr "Dzongkha" #. Keyboard indicator for Estonian layouts -#: ../rules/base.xml.in.h:423 ../rules/base.extras.xml.in.h:98 +#: ../rules/base.xml.in.h:423 ../rules/base.extras.xml.in.h:99 msgid "et" msgstr "et" -#: ../rules/base.xml.in.h:424 ../rules/base.extras.xml.in.h:99 +#: ../rules/base.xml.in.h:424 ../rules/base.extras.xml.in.h:100 msgid "Estonian" msgstr "Estonià" @@ -1603,7 +1603,7 @@ msgstr "Estonià (dvorak)" msgid "Estonian (US keyboard with Estonian letters)" msgstr "Estonià (teclat EUA amb lletres estonianes)" -#: ../rules/base.xml.in.h:428 ../rules/base.extras.xml.in.h:29 +#: ../rules/base.xml.in.h:428 ../rules/base.extras.xml.in.h:30 msgid "Persian" msgstr "Persa" @@ -1666,11 +1666,11 @@ msgid "Faroese (eliminate dead keys)" msgstr "Feroès (elimina les tecles mortes)" #. Keyboard indicator for Finnish layouts -#: ../rules/base.xml.in.h:446 ../rules/base.extras.xml.in.h:101 +#: ../rules/base.xml.in.h:446 ../rules/base.extras.xml.in.h:102 msgid "fi" msgstr "fi" -#: ../rules/base.xml.in.h:447 ../rules/base.extras.xml.in.h:102 +#: ../rules/base.xml.in.h:447 ../rules/base.extras.xml.in.h:103 msgid "Finnish" msgstr "Finès" @@ -1694,7 +1694,7 @@ msgstr "Sami Nord (Finlàndia)" msgid "Finnish (Macintosh)" msgstr "Finès (Macintosh)" -#: ../rules/base.xml.in.h:453 ../rules/base.extras.xml.in.h:104 +#: ../rules/base.xml.in.h:453 ../rules/base.extras.xml.in.h:105 msgid "French" msgstr "Francès" @@ -1930,11 +1930,11 @@ msgid "German (legacy)" msgstr "Alemany (antic)" #. Keyboard indicator for Greek layouts -#: ../rules/base.xml.in.h:518 ../rules/base.extras.xml.in.h:106 +#: ../rules/base.xml.in.h:518 ../rules/base.extras.xml.in.h:107 msgid "gr" msgstr "gr" -#: ../rules/base.xml.in.h:519 ../rules/base.extras.xml.in.h:107 +#: ../rules/base.xml.in.h:519 ../rules/base.extras.xml.in.h:108 msgid "Greek" msgstr "Grec" @@ -2069,11 +2069,11 @@ msgid "Icelandic (Dvorak)" msgstr "Islandès (dvorak)" #. Keyboard indicator for Hebrew layouts -#: ../rules/base.xml.in.h:555 ../rules/base.extras.xml.in.h:77 +#: ../rules/base.xml.in.h:555 ../rules/base.extras.xml.in.h:78 msgid "he" msgstr "he" -#: ../rules/base.xml.in.h:556 ../rules/base.extras.xml.in.h:78 +#: ../rules/base.xml.in.h:556 ../rules/base.extras.xml.in.h:79 msgid "Hebrew" msgstr "Hebreu" @@ -2090,11 +2090,11 @@ msgid "Hebrew (Biblical, Tiro)" msgstr "Hebreu (bíblic, Tiro)" #. Keyboard indicator for Italian layouts -#: ../rules/base.xml.in.h:561 ../rules/base.extras.xml.in.h:109 +#: ../rules/base.xml.in.h:561 ../rules/base.extras.xml.in.h:110 msgid "it" msgstr "it" -#: ../rules/base.xml.in.h:562 ../rules/base.extras.xml.in.h:110 +#: ../rules/base.xml.in.h:562 ../rules/base.extras.xml.in.h:111 msgid "Italian" msgstr "Italià" @@ -2123,11 +2123,11 @@ msgid "Italian (IBM 142)" msgstr "Italià (IBM 142)" #. Keyboard indicator for Japanese layouts -#: ../rules/base.xml.in.h:570 ../rules/base.extras.xml.in.h:112 +#: ../rules/base.xml.in.h:570 ../rules/base.extras.xml.in.h:113 msgid "ja" msgstr "ja" -#: ../rules/base.xml.in.h:571 ../rules/base.extras.xml.in.h:113 +#: ../rules/base.xml.in.h:571 ../rules/base.extras.xml.in.h:114 msgid "Japanese" msgstr "Japonès" @@ -2204,7 +2204,7 @@ msgid "Lao (STEA proposed standard layout)" msgstr "Laosià (disposició estàndard proposada per STEA)" #. Keyboard indicator for Spanish layouts -#: ../rules/base.xml.in.h:594 ../rules/base.extras.xml.in.h:125 +#: ../rules/base.xml.in.h:594 ../rules/base.extras.xml.in.h:126 msgid "es" msgstr "es" @@ -2225,11 +2225,11 @@ msgid "Spanish (Latin American, Sun dead keys)" msgstr "Espanyol (llatinoamericà, tecles mortes de Sun)" #. Keyboard indicator for Lithuanian layouts -#: ../rules/base.xml.in.h:600 ../rules/base.extras.xml.in.h:31 +#: ../rules/base.xml.in.h:600 ../rules/base.extras.xml.in.h:32 msgid "lt" msgstr "lt" -#: ../rules/base.xml.in.h:601 ../rules/base.extras.xml.in.h:32 +#: ../rules/base.xml.in.h:601 ../rules/base.extras.xml.in.h:33 msgid "Lithuanian" msgstr "Lituà" @@ -2254,11 +2254,11 @@ msgid "Lithuanian (LEKPa)" msgstr "Lituà (LEKPa)" #. Keyboard indicator for Latvian layouts -#: ../rules/base.xml.in.h:608 ../rules/base.extras.xml.in.h:35 +#: ../rules/base.xml.in.h:608 ../rules/base.extras.xml.in.h:36 msgid "lv" msgstr "lv" -#: ../rules/base.xml.in.h:609 ../rules/base.extras.xml.in.h:36 +#: ../rules/base.xml.in.h:609 ../rules/base.extras.xml.in.h:37 msgid "Latvian" msgstr "Letó" @@ -2296,7 +2296,7 @@ msgid "Maori" msgstr "Maori" #. Keyboard indicator for Serbian layouts -#: ../rules/base.xml.in.h:620 ../rules/base.extras.xml.in.h:66 +#: ../rules/base.xml.in.h:620 ../rules/base.extras.xml.in.h:67 msgid "sr" msgstr "sr" @@ -2368,11 +2368,11 @@ msgid "Mongolian" msgstr "Mongol" #. Keyboard indicator for Norwegian layouts -#: ../rules/base.xml.in.h:641 ../rules/base.extras.xml.in.h:117 +#: ../rules/base.xml.in.h:641 ../rules/base.extras.xml.in.h:118 msgid "no" msgstr "no" -#: ../rules/base.xml.in.h:642 ../rules/base.extras.xml.in.h:118 +#: ../rules/base.xml.in.h:642 ../rules/base.extras.xml.in.h:119 msgid "Norwegian" msgstr "Noruec" @@ -2409,11 +2409,11 @@ msgid "Norwegian (Colemak)" msgstr "Noruec (Colemak)" #. Keyboard indicator for Polish layouts -#: ../rules/base.xml.in.h:652 ../rules/base.extras.xml.in.h:55 +#: ../rules/base.xml.in.h:652 ../rules/base.extras.xml.in.h:56 msgid "pl" msgstr "pl" -#: ../rules/base.xml.in.h:653 ../rules/base.extras.xml.in.h:56 +#: ../rules/base.xml.in.h:653 ../rules/base.extras.xml.in.h:57 msgid "Polish" msgstr "Polonès" @@ -2453,7 +2453,7 @@ msgstr "Rus (Polònia, fonètic dvorak)" msgid "Polish (programmer Dvorak)" msgstr "Polonès (dvorak de programador)" -#: ../rules/base.xml.in.h:663 ../rules/base.extras.xml.in.h:120 +#: ../rules/base.xml.in.h:663 ../rules/base.extras.xml.in.h:121 msgid "Portuguese" msgstr "Portuguès" @@ -2490,11 +2490,11 @@ msgid "Esperanto (Portugal, Nativo)" msgstr "Esperanto (Portugal, natiu)" #. Keyboard indicator for Romanian layouts -#: ../rules/base.xml.in.h:673 ../rules/base.extras.xml.in.h:60 +#: ../rules/base.xml.in.h:673 ../rules/base.extras.xml.in.h:61 msgid "ro" msgstr "ro" -#: ../rules/base.xml.in.h:674 ../rules/base.extras.xml.in.h:61 +#: ../rules/base.xml.in.h:674 ../rules/base.extras.xml.in.h:62 msgid "Romanian" msgstr "Romanès" @@ -2514,7 +2514,7 @@ msgstr "Romanès (ce trencada estàndard)" msgid "Romanian (WinKeys)" msgstr "Romanès (tecles Win)" -#: ../rules/base.xml.in.h:679 ../rules/base.extras.xml.in.h:70 +#: ../rules/base.xml.in.h:679 ../rules/base.extras.xml.in.h:71 msgid "Russian" msgstr "Rus" @@ -2594,1391 +2594,1415 @@ msgstr "Baixkir" msgid "Mari" msgstr "Mari" -#: ../rules/base.xml.in.h:699 ../rules/base.extras.xml.in.h:67 +#: ../rules/base.xml.in.h:699 +msgid "Russian (phonetic azerty)" +msgstr "Rus (fonètic azerty)" + +#: ../rules/base.xml.in.h:700 +msgid "Russian (phonetic French)" +msgstr "Rus (fonètic francès)" + +#: ../rules/base.xml.in.h:701 ../rules/base.extras.xml.in.h:68 msgid "Serbian" msgstr "Serbi" -#: ../rules/base.xml.in.h:700 +#: ../rules/base.xml.in.h:702 msgid "Serbian (Cyrillic, ZE and ZHE swapped)" msgstr "Serbi (ciríl·lic, ZE i ZHE intercanviades)" -#: ../rules/base.xml.in.h:701 +#: ../rules/base.xml.in.h:703 msgid "Serbian (Latin)" msgstr "Serbi (llatí)" -#: ../rules/base.xml.in.h:702 +#: ../rules/base.xml.in.h:704 msgid "Serbian (Latin Unicode)" msgstr "Serbi (llatí Unicode)" -#: ../rules/base.xml.in.h:703 +#: ../rules/base.xml.in.h:705 msgid "Serbian (Latin qwerty)" msgstr "Serbi (llatí qwerty)" -#: ../rules/base.xml.in.h:704 +#: ../rules/base.xml.in.h:706 msgid "Serbian (Latin Unicode qwerty)" msgstr "Serbi (llatí Unicode qwerty)" -#: ../rules/base.xml.in.h:705 +#: ../rules/base.xml.in.h:707 msgid "Serbian (Cyrillic with guillemets)" msgstr "Serbi (ciríl·lic amb cometes angulars)" -#: ../rules/base.xml.in.h:706 +#: ../rules/base.xml.in.h:708 msgid "Serbian (Latin with guillemets)" msgstr "Serbi (llatí amb cometes angulars)" -#: ../rules/base.xml.in.h:707 +#: ../rules/base.xml.in.h:709 msgid "Pannonian Rusyn" msgstr "Rutè Pannònic" #. Keyboard indicator for Slovenian layouts -#: ../rules/base.xml.in.h:709 +#: ../rules/base.xml.in.h:711 msgid "sl" msgstr "sl" -#: ../rules/base.xml.in.h:710 +#: ../rules/base.xml.in.h:712 msgid "Slovenian" msgstr "Eslovè" -#: ../rules/base.xml.in.h:711 +#: ../rules/base.xml.in.h:713 msgid "Slovenian (with guillemets for quotes)" msgstr "Eslovè (amb cometes angulars per les cometes)" -#: ../rules/base.xml.in.h:712 +#: ../rules/base.xml.in.h:714 msgid "Slovenian (US keyboard with Slovenian letters)" msgstr "Eslovè (teclat EUA amb lletres eslovenes)" #. Keyboard indicator for Slovak layouts -#: ../rules/base.xml.in.h:714 ../rules/base.extras.xml.in.h:122 +#: ../rules/base.xml.in.h:716 ../rules/base.extras.xml.in.h:123 msgid "sk" msgstr "sk" -#: ../rules/base.xml.in.h:715 ../rules/base.extras.xml.in.h:123 +#: ../rules/base.xml.in.h:717 ../rules/base.extras.xml.in.h:124 msgid "Slovak" msgstr "Eslovac" -#: ../rules/base.xml.in.h:716 +#: ../rules/base.xml.in.h:718 msgid "Slovak (extended Backslash)" msgstr "Eslovac (barra inversa ampliada)" -#: ../rules/base.xml.in.h:717 +#: ../rules/base.xml.in.h:719 msgid "Slovak (qwerty)" msgstr "Eslovac (qwerty)" -#: ../rules/base.xml.in.h:718 +#: ../rules/base.xml.in.h:720 msgid "Slovak (qwerty, extended Backslash)" msgstr "Eslovac (qwerty, barra inversa ampliada)" -#: ../rules/base.xml.in.h:719 ../rules/base.extras.xml.in.h:126 +#: ../rules/base.xml.in.h:721 ../rules/base.extras.xml.in.h:127 msgid "Spanish" msgstr "Espanyol" -#: ../rules/base.xml.in.h:720 +#: ../rules/base.xml.in.h:722 msgid "Spanish (eliminate dead keys)" msgstr "Espanyol (elimina les tecles mortes)" -#: ../rules/base.xml.in.h:721 +#: ../rules/base.xml.in.h:723 msgid "Spanish (Winkeys)" msgstr "Espanyol (tecles Win)" -#: ../rules/base.xml.in.h:722 +#: ../rules/base.xml.in.h:724 msgid "Spanish (include dead tilde)" msgstr "Espanyol (inclou la titlla morta)" -#: ../rules/base.xml.in.h:723 +#: ../rules/base.xml.in.h:725 msgid "Spanish (Sun dead keys)" msgstr "Espanyol (tecles mortes de Sun)" -#: ../rules/base.xml.in.h:724 +#: ../rules/base.xml.in.h:726 msgid "Spanish (Dvorak)" msgstr "Espanyol (dvorak)" -#: ../rules/base.xml.in.h:725 +#: ../rules/base.xml.in.h:727 msgid "Asturian (Spain, with bottom-dot H and bottom-dot L)" msgstr "Asturià (Espanya, amb H punt baix i L amb punt baix)" -#: ../rules/base.xml.in.h:726 +#: ../rules/base.xml.in.h:728 msgid "Catalan (Spain, with middle-dot L)" msgstr "Català (Espanya, L amb punt volat)" -#: ../rules/base.xml.in.h:727 +#: ../rules/base.xml.in.h:729 msgid "Spanish (Macintosh)" msgstr "Espanyol (Macintosh)" #. Keyboard indicator for Swedish layouts -#: ../rules/base.xml.in.h:729 ../rules/base.extras.xml.in.h:128 +#: ../rules/base.xml.in.h:731 ../rules/base.extras.xml.in.h:129 msgid "sv" msgstr "sv" -#: ../rules/base.xml.in.h:730 ../rules/base.extras.xml.in.h:129 +#: ../rules/base.xml.in.h:732 ../rules/base.extras.xml.in.h:130 msgid "Swedish" msgstr "Suec" -#: ../rules/base.xml.in.h:731 +#: ../rules/base.xml.in.h:733 msgid "Swedish (eliminate dead keys)" msgstr "Suec (elimina les tecles mortes)" -#: ../rules/base.xml.in.h:732 +#: ../rules/base.xml.in.h:734 msgid "Swedish (Dvorak)" msgstr "Suec (dvorak)" -#: ../rules/base.xml.in.h:733 +#: ../rules/base.xml.in.h:735 msgid "Russian (Sweden, phonetic)" msgstr "Rus (Suècia, fonètic)" -#: ../rules/base.xml.in.h:734 +#: ../rules/base.xml.in.h:736 msgid "Russian (Sweden, phonetic, eliminate dead keys)" msgstr "Rus (Suècia, fonètic, elimina les tecles mortes)" -#: ../rules/base.xml.in.h:735 +#: ../rules/base.xml.in.h:737 msgid "Northern Saami (Sweden)" msgstr "Sami del nord (Suècia)" -#: ../rules/base.xml.in.h:736 +#: ../rules/base.xml.in.h:738 msgid "Swedish (Macintosh)" msgstr "Suec (Macintosh)" -#: ../rules/base.xml.in.h:737 +#: ../rules/base.xml.in.h:739 msgid "Swedish (Svdvorak)" msgstr "Suec (Svdvorak)" -#: ../rules/base.xml.in.h:738 +#: ../rules/base.xml.in.h:740 msgid "Swedish Sign Language" msgstr "Idioma de signes suec" -#: ../rules/base.xml.in.h:739 ../rules/base.extras.xml.in.h:132 +#: ../rules/base.xml.in.h:741 ../rules/base.extras.xml.in.h:133 msgid "German (Switzerland)" msgstr "Alemany (Suïssa)" -#: ../rules/base.xml.in.h:740 +#: ../rules/base.xml.in.h:742 msgid "German (Switzerland, legacy)" msgstr "Alemany (Suïssa, antic)" -#: ../rules/base.xml.in.h:741 +#: ../rules/base.xml.in.h:743 msgid "German (Switzerland, eliminate dead keys)" msgstr "Alemany (Suïssa, elimina les tecles mortes)" -#: ../rules/base.xml.in.h:742 +#: ../rules/base.xml.in.h:744 msgid "German (Switzerland, Sun dead keys)" msgstr "Alemany (Suïssa, tecles mortes de Sun)" -#: ../rules/base.xml.in.h:743 +#: ../rules/base.xml.in.h:745 msgid "French (Switzerland)" msgstr "Francès (Suïssa)" -#: ../rules/base.xml.in.h:744 +#: ../rules/base.xml.in.h:746 msgid "French (Switzerland, eliminate dead keys)" msgstr "Francès (Suïssa, elimina les tecles mortes)" -#: ../rules/base.xml.in.h:745 +#: ../rules/base.xml.in.h:747 msgid "French (Switzerland, Sun dead keys)" msgstr "Francès (Suïssa, tecles mortes de Sun)" -#: ../rules/base.xml.in.h:746 +#: ../rules/base.xml.in.h:748 msgid "French (Switzerland, Macintosh)" msgstr "Francès (Suïssa, Macintosh)" -#: ../rules/base.xml.in.h:747 +#: ../rules/base.xml.in.h:749 msgid "German (Switzerland, Macintosh)" msgstr "Alemany (Suïssa, Macintosh)" -#: ../rules/base.xml.in.h:748 +#: ../rules/base.xml.in.h:750 msgid "Arabic (Syria)" msgstr "Àrab (Síria)" #. Keyboard indicator for Syriac layouts -#: ../rules/base.xml.in.h:750 +#: ../rules/base.xml.in.h:752 msgid "syc" msgstr "syc" -#: ../rules/base.xml.in.h:751 +#: ../rules/base.xml.in.h:753 msgid "Syriac" msgstr "Siri" -#: ../rules/base.xml.in.h:752 +#: ../rules/base.xml.in.h:754 msgid "Syriac (phonetic)" msgstr "Siríac (fonètic)" -#: ../rules/base.xml.in.h:753 +#: ../rules/base.xml.in.h:755 msgid "Kurdish (Syria, Latin Q)" msgstr "Kurd (Síria, llatí Q)" -#: ../rules/base.xml.in.h:754 +#: ../rules/base.xml.in.h:756 msgid "Kurdish (Syria, F)" msgstr "Kurd (Síria, F)" -#: ../rules/base.xml.in.h:755 +#: ../rules/base.xml.in.h:757 msgid "Kurdish (Syria, Latin Alt-Q)" msgstr "Kurd (Síria, llatí Alt-Q)" #. Keyboard indicator for Tajik layouts -#: ../rules/base.xml.in.h:757 +#: ../rules/base.xml.in.h:759 msgid "tg" msgstr "tg" -#: ../rules/base.xml.in.h:758 +#: ../rules/base.xml.in.h:760 msgid "Tajik" msgstr "Tadjik" -#: ../rules/base.xml.in.h:759 +#: ../rules/base.xml.in.h:761 msgid "Tajik (legacy)" msgstr "Tadjik (antic)" #. Keyboard indicator for Sinhala layouts -#: ../rules/base.xml.in.h:761 +#: ../rules/base.xml.in.h:763 msgid "si" msgstr "si" -#: ../rules/base.xml.in.h:762 +#: ../rules/base.xml.in.h:764 msgid "Sinhala (phonetic)" msgstr "Singalès (fonètic)" -#: ../rules/base.xml.in.h:763 +#: ../rules/base.xml.in.h:765 msgid "Tamil (Sri Lanka, Unicode)" msgstr "Tàmil (Sri Lanka, Unicode)" -#: ../rules/base.xml.in.h:764 +#: ../rules/base.xml.in.h:766 msgid "Tamil (Sri Lanka, TAB Typewriter)" msgstr "Tàmil (Sri Lanka, tipus d'escriptura TAB)" #. Keyboard indicator for Thai layouts -#: ../rules/base.xml.in.h:766 +#: ../rules/base.xml.in.h:768 msgid "th" msgstr "th" -#: ../rules/base.xml.in.h:767 +#: ../rules/base.xml.in.h:769 msgid "Thai" msgstr "Tai" -#: ../rules/base.xml.in.h:768 +#: ../rules/base.xml.in.h:770 msgid "Thai (TIS-820.2538)" msgstr "Tai (TIS-820.2538)" -#: ../rules/base.xml.in.h:769 +#: ../rules/base.xml.in.h:771 msgid "Thai (Pattachote)" msgstr "Tai (Pattachote)" #. Keyboard indicator for Turkish layouts -#: ../rules/base.xml.in.h:771 ../rules/base.extras.xml.in.h:135 +#: ../rules/base.xml.in.h:773 ../rules/base.extras.xml.in.h:136 msgid "tr" msgstr "tr" -#: ../rules/base.xml.in.h:772 ../rules/base.extras.xml.in.h:136 +#: ../rules/base.xml.in.h:774 ../rules/base.extras.xml.in.h:137 msgid "Turkish" msgstr "Turc" -#: ../rules/base.xml.in.h:773 +#: ../rules/base.xml.in.h:775 msgid "Turkish (F)" msgstr "Turc (F)" -#: ../rules/base.xml.in.h:774 +#: ../rules/base.xml.in.h:776 msgid "Turkish (Alt-Q)" msgstr "Turc (Alt-Q)" -#: ../rules/base.xml.in.h:775 +#: ../rules/base.xml.in.h:777 msgid "Turkish (Sun dead keys)" msgstr "Turc (tecles mortes de Sun)" -#: ../rules/base.xml.in.h:776 +#: ../rules/base.xml.in.h:778 msgid "Kurdish (Turkey, Latin Q)" msgstr "Kurd (Turquia, llatí Q)" -#: ../rules/base.xml.in.h:777 +#: ../rules/base.xml.in.h:779 msgid "Kurdish (Turkey, F)" msgstr "Kurd (Turquia, F)" -#: ../rules/base.xml.in.h:778 +#: ../rules/base.xml.in.h:780 msgid "Kurdish (Turkey, Latin Alt-Q)" msgstr "Kurd (Turquia, llatí Alt-Q)" -#: ../rules/base.xml.in.h:779 +#: ../rules/base.xml.in.h:781 msgid "Turkish (international with dead keys)" msgstr "Turc (internacional amb tecles mortes)" #. Keyboard indicator for Crimean Tatar layouts -#: ../rules/base.xml.in.h:781 ../rules/base.extras.xml.in.h:62 +#: ../rules/base.xml.in.h:783 ../rules/base.extras.xml.in.h:63 msgid "crh" msgstr "crh" -#: ../rules/base.xml.in.h:782 +#: ../rules/base.xml.in.h:784 msgid "Crimean Tatar (Turkish Q)" msgstr "Tàtar de Crimea (Turc Q)" -#: ../rules/base.xml.in.h:783 +#: ../rules/base.xml.in.h:785 msgid "Crimean Tatar (Turkish F)" msgstr "Tàtar de Crimea (Turc F)" -#: ../rules/base.xml.in.h:784 +#: ../rules/base.xml.in.h:786 msgid "Crimean Tatar (Turkish Alt-Q)" msgstr "Tàtar de Crimea (Turc Alt-Q)" -#: ../rules/base.xml.in.h:785 +#: ../rules/base.xml.in.h:787 msgid "Taiwanese" msgstr "Taiwanès" -#: ../rules/base.xml.in.h:786 +#: ../rules/base.xml.in.h:788 msgid "Taiwanese (indigenous)" msgstr "Taiwanès (indígena)" #. Keyboard indicator for Saisiyat layouts -#: ../rules/base.xml.in.h:788 +#: ../rules/base.xml.in.h:790 msgid "xsy" msgstr "xsy" -#: ../rules/base.xml.in.h:789 +#: ../rules/base.xml.in.h:791 msgid "Saisiyat (Taiwan)" msgstr "Saisiyat (Taiwan)" #. Keyboard indicator for Ukranian layouts -#: ../rules/base.xml.in.h:791 ../rules/base.extras.xml.in.h:138 +#: ../rules/base.xml.in.h:793 ../rules/base.extras.xml.in.h:139 msgid "uk" msgstr "uk" -#: ../rules/base.xml.in.h:792 ../rules/base.extras.xml.in.h:139 +#: ../rules/base.xml.in.h:794 ../rules/base.extras.xml.in.h:140 msgid "Ukrainian" msgstr "Ucraïnès" -#: ../rules/base.xml.in.h:793 +#: ../rules/base.xml.in.h:795 msgid "Ukrainian (phonetic)" msgstr "Ucraïnès (fonètic)" -#: ../rules/base.xml.in.h:794 +#: ../rules/base.xml.in.h:796 msgid "Ukrainian (typewriter)" msgstr "Ucraïnès (màquina d'escriure)" -#: ../rules/base.xml.in.h:795 +#: ../rules/base.xml.in.h:797 msgid "Ukrainian (WinKeys)" msgstr "Ucraïnès (tecles Win)" -#: ../rules/base.xml.in.h:796 +#: ../rules/base.xml.in.h:798 msgid "Ukrainian (legacy)" msgstr "Ucraïnès (antic)" -#: ../rules/base.xml.in.h:797 +#: ../rules/base.xml.in.h:799 msgid "Ukrainian (standard RSTU)" msgstr "Ucraïnès (estàndard RSTU)" -#: ../rules/base.xml.in.h:798 +#: ../rules/base.xml.in.h:800 msgid "Russian (Ukraine, standard RSTU)" msgstr "Rus (Ucraïna, estàndard RSTU)" -#: ../rules/base.xml.in.h:799 +#: ../rules/base.xml.in.h:801 msgid "Ukrainian (homophonic)" msgstr "Ucraïnès (homofònic)" -#: ../rules/base.xml.in.h:800 ../rules/base.extras.xml.in.h:141 +#: ../rules/base.xml.in.h:802 ../rules/base.extras.xml.in.h:142 msgid "English (UK)" msgstr "Anglès (RU)" -#: ../rules/base.xml.in.h:801 +#: ../rules/base.xml.in.h:803 msgid "English (UK, extended WinKeys)" msgstr "Anglès (RU, tecles Win ampliades)" -#: ../rules/base.xml.in.h:802 +#: ../rules/base.xml.in.h:804 msgid "English (UK, international with dead keys)" msgstr "Anglès (RU, internacional amb tecles mortes)" -#: ../rules/base.xml.in.h:803 +#: ../rules/base.xml.in.h:805 msgid "English (UK, Dvorak)" msgstr "Anglès (RU, dvorak)" -#: ../rules/base.xml.in.h:804 +#: ../rules/base.xml.in.h:806 msgid "English (UK, Dvorak with UK punctuation)" msgstr "Anglès (RU, dvorak amb puntuació RU)" -#: ../rules/base.xml.in.h:805 +#: ../rules/base.xml.in.h:807 msgid "English (UK, Macintosh)" msgstr "Anglès (RU, Macintosh)" -#: ../rules/base.xml.in.h:806 +#: ../rules/base.xml.in.h:808 msgid "English (UK, Macintosh international)" msgstr "Anglès (RU, Macintosh internacional)" -#: ../rules/base.xml.in.h:807 +#: ../rules/base.xml.in.h:809 msgid "English (UK, Colemak)" msgstr "Anglès (RU, Colemak)" -#: ../rules/base.xml.in.h:808 +#: ../rules/base.xml.in.h:810 msgid "Uzbek" msgstr "Usbec" -#: ../rules/base.xml.in.h:809 +#: ../rules/base.xml.in.h:811 msgid "Uzbek (Latin)" msgstr "Usbec (llatí)" #. Keyboard indicator for Vietnamese layouts -#: ../rules/base.xml.in.h:811 +#: ../rules/base.xml.in.h:813 msgid "vi" msgstr "vi" -#: ../rules/base.xml.in.h:812 +#: ../rules/base.xml.in.h:814 msgid "Vietnamese" msgstr "Vietnamita" #. Keyboard indicator for Korean layouts -#: ../rules/base.xml.in.h:814 ../rules/base.extras.xml.in.h:143 +#: ../rules/base.xml.in.h:816 ../rules/base.extras.xml.in.h:144 msgid "ko" msgstr "ko" -#: ../rules/base.xml.in.h:815 ../rules/base.extras.xml.in.h:144 +#: ../rules/base.xml.in.h:817 ../rules/base.extras.xml.in.h:145 msgid "Korean" msgstr "Coreà" -#: ../rules/base.xml.in.h:816 +#: ../rules/base.xml.in.h:818 msgid "Korean (101/104 key compatible)" msgstr "Coreà (compatible de 101/104 tecles)" -#: ../rules/base.xml.in.h:817 +#: ../rules/base.xml.in.h:819 msgid "Japanese (PC-98xx Series)" msgstr "Japonès (sèries PC-98xx)" #. Keyboard indicator for Irish layouts -#: ../rules/base.xml.in.h:819 +#: ../rules/base.xml.in.h:821 msgid "ie" msgstr "ie" -#: ../rules/base.xml.in.h:820 +#: ../rules/base.xml.in.h:822 msgid "Irish" msgstr "Irlandès" -#: ../rules/base.xml.in.h:821 +#: ../rules/base.xml.in.h:823 msgid "CloGaelach" msgstr "CloGaelach" -#: ../rules/base.xml.in.h:822 +#: ../rules/base.xml.in.h:824 msgid "Irish (UnicodeExpert)" msgstr "Irlandès (UnicodeExpert)" -#: ../rules/base.xml.in.h:823 +#: ../rules/base.xml.in.h:825 msgid "Ogham" msgstr "Ogham" -#: ../rules/base.xml.in.h:824 +#: ../rules/base.xml.in.h:826 msgid "Ogham (IS434)" msgstr "Ogham (IS434)" -#: ../rules/base.xml.in.h:825 +#: ../rules/base.xml.in.h:827 msgid "Urdu (Pakistan)" msgstr "Urdú (Pakistan)" -#: ../rules/base.xml.in.h:826 +#: ../rules/base.xml.in.h:828 msgid "Urdu (Pakistan, CRULP)" msgstr "Urdú (Pakistan, CRULP)" -#: ../rules/base.xml.in.h:827 +#: ../rules/base.xml.in.h:829 msgid "Urdu (Pakistan, NLA)" msgstr "Urdú (Pakistan, NLA)" -#: ../rules/base.xml.in.h:828 +#: ../rules/base.xml.in.h:830 msgid "Arabic (Pakistan)" msgstr "Àrab (Pakistan)" #. Keyboard indicator for Sindhi layouts -#: ../rules/base.xml.in.h:830 +#: ../rules/base.xml.in.h:832 msgid "sd" msgstr "sd" -#: ../rules/base.xml.in.h:831 +#: ../rules/base.xml.in.h:833 msgid "Sindhi" msgstr "Sindhi" #. Keyboard indicator for Dhivehi layouts -#: ../rules/base.xml.in.h:833 +#: ../rules/base.xml.in.h:835 msgid "dv" msgstr "dv" -#: ../rules/base.xml.in.h:834 +#: ../rules/base.xml.in.h:836 msgid "Dhivehi" msgstr "Diveí" -#: ../rules/base.xml.in.h:835 +#: ../rules/base.xml.in.h:837 msgid "English (South Africa)" msgstr "Anglès (Sud-àfrica)" #. Keyboard indicator for Esperanto layouts -#: ../rules/base.xml.in.h:837 +#: ../rules/base.xml.in.h:839 msgid "eo" msgstr "eo" -#: ../rules/base.xml.in.h:838 +#: ../rules/base.xml.in.h:840 msgid "Esperanto" msgstr "Esperanto" -#: ../rules/base.xml.in.h:839 +#: ../rules/base.xml.in.h:841 msgid "Esperanto (displaced semicolon and quote, obsolete)" msgstr "Esperanto (punt i coma i cometa desplaçats, obsolet)" #. Keyboard indicator for Nepali layouts -#: ../rules/base.xml.in.h:841 +#: ../rules/base.xml.in.h:843 msgid "ne" msgstr "ne" -#: ../rules/base.xml.in.h:842 +#: ../rules/base.xml.in.h:844 msgid "Nepali" msgstr "Nepalès" -#: ../rules/base.xml.in.h:843 +#: ../rules/base.xml.in.h:845 msgid "English (Nigeria)" msgstr "Anglès (Nigèria)" #. Keyboard indicator for Igbo layouts -#: ../rules/base.xml.in.h:845 +#: ../rules/base.xml.in.h:847 msgid "ig" msgstr "ig" -#: ../rules/base.xml.in.h:846 +#: ../rules/base.xml.in.h:848 msgid "Igbo" msgstr "Igbo" #. Keyboard indicator for Yoruba layouts -#: ../rules/base.xml.in.h:848 +#: ../rules/base.xml.in.h:850 msgid "yo" msgstr "yo" -#: ../rules/base.xml.in.h:849 +#: ../rules/base.xml.in.h:851 msgid "Yoruba" msgstr "Ioruba" #. Keyboard indicator for Amharic layouts -#: ../rules/base.xml.in.h:851 +#: ../rules/base.xml.in.h:853 msgid "am" msgstr "am" -#: ../rules/base.xml.in.h:852 +#: ../rules/base.xml.in.h:854 msgid "Amharic" msgstr "Amhàric" #. Keyboard indicator for Wolof layouts -#: ../rules/base.xml.in.h:854 +#: ../rules/base.xml.in.h:856 msgid "wo" msgstr "wo" -#: ../rules/base.xml.in.h:855 +#: ../rules/base.xml.in.h:857 msgid "Wolof" msgstr "Wolof" #. Keyboard indicator for Braille layouts -#: ../rules/base.xml.in.h:857 +#: ../rules/base.xml.in.h:859 msgid "brl" msgstr "brl" -#: ../rules/base.xml.in.h:858 +#: ../rules/base.xml.in.h:860 msgid "Braille" msgstr "Braille" -#: ../rules/base.xml.in.h:859 +#: ../rules/base.xml.in.h:861 msgid "Braille (left hand)" msgstr "Braille (ma esquerra)" -#: ../rules/base.xml.in.h:860 +#: ../rules/base.xml.in.h:862 msgid "Braille (right hand)" msgstr "Braille (ma dretà)" #. Keyboard indicator for Turkmen layouts -#: ../rules/base.xml.in.h:862 +#: ../rules/base.xml.in.h:864 msgid "tk" msgstr "tk" -#: ../rules/base.xml.in.h:863 +#: ../rules/base.xml.in.h:865 msgid "Turkmen" msgstr "Turcman" -#: ../rules/base.xml.in.h:864 +#: ../rules/base.xml.in.h:866 msgid "Turkmen (Alt-Q)" msgstr "Turcman (Alt-Q)" #. Keyboard indicator for Bambara layouts -#: ../rules/base.xml.in.h:866 +#: ../rules/base.xml.in.h:868 msgid "bm" msgstr "bm" -#: ../rules/base.xml.in.h:867 +#: ../rules/base.xml.in.h:869 msgid "Bambara" msgstr "Bambara" -#: ../rules/base.xml.in.h:868 +#: ../rules/base.xml.in.h:870 msgid "French (Mali, alternative)" msgstr "Francès (Mali, alternatiu)" -#: ../rules/base.xml.in.h:869 +#: ../rules/base.xml.in.h:871 msgid "English (Mali, US Macintosh)" msgstr "Anglès (Mali, Macintosh EUA)" -#: ../rules/base.xml.in.h:870 +#: ../rules/base.xml.in.h:872 msgid "English (Mali, US international)" msgstr "Anglès (Mali, internacional EUA)" #. Keyboard indicator for Swahili layouts -#: ../rules/base.xml.in.h:872 +#: ../rules/base.xml.in.h:874 msgid "sw" msgstr "sw" -#: ../rules/base.xml.in.h:873 +#: ../rules/base.xml.in.h:875 msgid "Swahili (Tanzania)" msgstr "Suahili (Tanzània)" -#: ../rules/base.xml.in.h:874 +#: ../rules/base.xml.in.h:876 msgid "Swahili (Kenya)" msgstr "Suahili (Kenya)" -#: ../rules/base.xml.in.h:875 +#: ../rules/base.xml.in.h:877 msgid "Kikuyu" msgstr "Kikuyu" #. Keyboard indicator for Tswana layouts -#: ../rules/base.xml.in.h:877 +#: ../rules/base.xml.in.h:879 msgid "tn" msgstr "tn" -#: ../rules/base.xml.in.h:878 +#: ../rules/base.xml.in.h:880 msgid "Tswana" msgstr "Tswana" #. Keyboard indicator for Filipino layouts -#: ../rules/base.xml.in.h:880 +#: ../rules/base.xml.in.h:882 msgid "ph" msgstr "ph" -#: ../rules/base.xml.in.h:881 +#: ../rules/base.xml.in.h:883 msgid "Filipino" msgstr "Filipí" -#: ../rules/base.xml.in.h:882 +#: ../rules/base.xml.in.h:884 msgid "Filipino (QWERTY Baybayin)" msgstr "Filipí (QWERTY Baybayin)" -#: ../rules/base.xml.in.h:883 +#: ../rules/base.xml.in.h:885 msgid "Filipino (Capewell-Dvorak Latin)" msgstr "Filipí (Capewell-dvorak llatí)" -#: ../rules/base.xml.in.h:884 +#: ../rules/base.xml.in.h:886 msgid "Filipino (Capewell-Dvorak Baybayin)" msgstr "Filipí (Capewell-dvorak Baybayin)" -#: ../rules/base.xml.in.h:885 +#: ../rules/base.xml.in.h:887 msgid "Filipino (Capewell-QWERF 2006 Latin)" msgstr "Filipí (Capewell-QWERF 2006 llatí)" -#: ../rules/base.xml.in.h:886 +#: ../rules/base.xml.in.h:888 msgid "Filipino (Capewell-QWERF 2006 Baybayin)" msgstr "Filipí (Capewell-QWERF 2006 Baybayin)" -#: ../rules/base.xml.in.h:887 +#: ../rules/base.xml.in.h:889 msgid "Filipino (Colemak Latin)" msgstr "Filipí (Colemak llatí)" -#: ../rules/base.xml.in.h:888 +#: ../rules/base.xml.in.h:890 msgid "Filipino (Colemak Baybayin)" msgstr "Filipí (Colemak Baybayin)" -#: ../rules/base.xml.in.h:889 +#: ../rules/base.xml.in.h:891 msgid "Filipino (Dvorak Latin)" msgstr "Filipí (dvorak llatí)" -#: ../rules/base.xml.in.h:890 +#: ../rules/base.xml.in.h:892 msgid "Filipino (Dvorak Baybayin)" msgstr "Filipí (dvorak Baybayin)" -#: ../rules/base.xml.in.h:891 +#: ../rules/base.xml.in.h:893 msgid "md" msgstr "md" -#: ../rules/base.xml.in.h:892 +#: ../rules/base.xml.in.h:894 msgid "Moldavian" msgstr "Moldau" -#: ../rules/base.xml.in.h:893 +#: ../rules/base.xml.in.h:895 msgid "gag" msgstr "gag" -#: ../rules/base.xml.in.h:894 +#: ../rules/base.xml.in.h:896 msgid "Moldavian (Gagauz)" msgstr "Moldau (Gagauz)" -#: ../rules/base.xml.in.h:895 +#: ../rules/base.xml.in.h:897 msgid "Switching to another layout" msgstr "Canvi a una altra disposició" -#: ../rules/base.xml.in.h:896 +#: ../rules/base.xml.in.h:898 msgid "Right Alt (while pressed)" msgstr "Alt dreta (mentre està premuda)" -#: ../rules/base.xml.in.h:897 +#: ../rules/base.xml.in.h:899 msgid "Left Alt (while pressed)" msgstr "Alt esquerra (mentre està premuda)" -#: ../rules/base.xml.in.h:898 +#: ../rules/base.xml.in.h:900 msgid "Left Win (while pressed)" msgstr "Win esquerra (mentre està premuda)" -#: ../rules/base.xml.in.h:899 +#: ../rules/base.xml.in.h:901 msgid "Right Win (while pressed)" msgstr "Win dreta (mentre està premuda)" -#: ../rules/base.xml.in.h:900 +#: ../rules/base.xml.in.h:902 msgid "Any Win key (while pressed)" msgstr "Qualsevol tecla Win (mentre estan premudes)" -#: ../rules/base.xml.in.h:901 +#: ../rules/base.xml.in.h:903 msgid "Caps Lock (while pressed), Alt+Caps Lock does the original capslock action" msgstr "Bloq Maj (mentre està premuda), Alt+Bloq Maj efectua l'acció de Bloq Maj original" -#: ../rules/base.xml.in.h:902 +#: ../rules/base.xml.in.h:904 msgid "Right Ctrl (while pressed)" msgstr "Ctrl dreta (mentre està premuda)" -#: ../rules/base.xml.in.h:903 +#: ../rules/base.xml.in.h:905 msgid "Right Alt" msgstr "Alt dreta" -#: ../rules/base.xml.in.h:904 +#: ../rules/base.xml.in.h:906 msgid "Left Alt" msgstr "Alt esquerra" -#: ../rules/base.xml.in.h:905 +#: ../rules/base.xml.in.h:907 msgid "Caps Lock" msgstr "Bloq Majús" -#: ../rules/base.xml.in.h:906 +#: ../rules/base.xml.in.h:908 msgid "Shift+Caps Lock" msgstr "Maj+Bloq Maj" -#: ../rules/base.xml.in.h:907 +#: ../rules/base.xml.in.h:909 msgid "Caps Lock (to first layout), Shift+Caps Lock (to last layout)" msgstr "Bloq Maj (a la primera disposició), Maj+Bloq Maj (a la darrera disposició)" -#: ../rules/base.xml.in.h:908 +#: ../rules/base.xml.in.h:910 msgid "Left Win (to first layout), Right Win/Menu (to last layout)" msgstr "Win esquerra (a la primera disposició), Win/Menú dreta (a la darrera disposició)" -#: ../rules/base.xml.in.h:909 +#: ../rules/base.xml.in.h:911 msgid "Left Ctrl (to first layout), Right Ctrl (to last layout)" msgstr "Ctrl esquerra (a la primera disposició), Ctrl dreta (a la darrera disposició)" -#: ../rules/base.xml.in.h:910 +#: ../rules/base.xml.in.h:912 msgid "Alt+Caps Lock" msgstr "Alt+Bloq Maj" -#: ../rules/base.xml.in.h:911 +#: ../rules/base.xml.in.h:913 msgid "Both Shift keys together" msgstr "Les dues tecles Maj juntes" -#: ../rules/base.xml.in.h:912 +#: ../rules/base.xml.in.h:914 msgid "Both Alt keys together" msgstr "Les dues tecles Alt juntes" -#: ../rules/base.xml.in.h:913 +#: ../rules/base.xml.in.h:915 msgid "Both Ctrl keys together" msgstr "Les dues tecles Ctrl juntes" -#: ../rules/base.xml.in.h:914 +#: ../rules/base.xml.in.h:916 msgid "Ctrl+Shift" msgstr "Ctrl+Maj" -#: ../rules/base.xml.in.h:915 +#: ../rules/base.xml.in.h:917 msgid "Left Ctrl+Left Shift" msgstr "Ctrl esquerra+Maj esquerra" -#: ../rules/base.xml.in.h:916 +#: ../rules/base.xml.in.h:918 msgid "Right Ctrl+Right Shift" msgstr "Ctrl dreta+Maj dreta" -#: ../rules/base.xml.in.h:917 +#: ../rules/base.xml.in.h:919 msgid "Alt+Ctrl" msgstr "Alt+Ctrl" -#: ../rules/base.xml.in.h:918 +#: ../rules/base.xml.in.h:920 msgid "Alt+Shift" msgstr "Alt+Maj" -#: ../rules/base.xml.in.h:919 +#: ../rules/base.xml.in.h:921 msgid "Left Alt+Left Shift" msgstr "Alt esquerra+Maj esquerra" -#: ../rules/base.xml.in.h:920 +#: ../rules/base.xml.in.h:922 msgid "Alt+Space" msgstr "Alt+Espai" -#: ../rules/base.xml.in.h:921 +#: ../rules/base.xml.in.h:923 msgid "Menu" msgstr "Menú" -#: ../rules/base.xml.in.h:922 +#: ../rules/base.xml.in.h:924 msgid "Left Win" msgstr "Win esquerra" -#: ../rules/base.xml.in.h:923 +#: ../rules/base.xml.in.h:925 msgid "Win Key+Space" msgstr "Tecla Win+Espai" -#: ../rules/base.xml.in.h:924 +#: ../rules/base.xml.in.h:926 msgid "Right Win" msgstr "Win dreta" -#: ../rules/base.xml.in.h:925 +#: ../rules/base.xml.in.h:927 msgid "Left Shift" msgstr "Maj esquerra" -#: ../rules/base.xml.in.h:926 +#: ../rules/base.xml.in.h:928 msgid "Right Shift" msgstr "Maj dreta" -#: ../rules/base.xml.in.h:927 +#: ../rules/base.xml.in.h:929 msgid "Left Ctrl" msgstr "Ctrl esquerra" -#: ../rules/base.xml.in.h:928 +#: ../rules/base.xml.in.h:930 msgid "Right Ctrl" msgstr "Ctrl dreta" -#: ../rules/base.xml.in.h:929 +#: ../rules/base.xml.in.h:931 msgid "Scroll Lock" msgstr "Bloq Despl" -#: ../rules/base.xml.in.h:930 +#: ../rules/base.xml.in.h:932 msgid "LeftCtrl+LeftWin (to first layout), RightCtrl+Menu (to second layout)" msgstr "Ctrl esquerra+Win esquerra (a la primera disposició), Ctrl dreta+Menú (a la segona disposició)" -#: ../rules/base.xml.in.h:931 +#: ../rules/base.xml.in.h:933 msgid "Key to choose 3rd level" msgstr "Tecla per a seleccionar el 3r nivell" -#: ../rules/base.xml.in.h:932 +#: ../rules/base.xml.in.h:934 msgid "Any Win key" msgstr "Qualsevol tecla Win" -#: ../rules/base.xml.in.h:933 +#: ../rules/base.xml.in.h:935 msgid "Any Alt key" msgstr "Qualsevol tecla Alt" -#: ../rules/base.xml.in.h:934 +#: ../rules/base.xml.in.h:936 msgid "Right Alt, Shift+Right Alt key is Compose" msgstr "Alt dreta, Maj+Alt dreta és la «Compose»" -#: ../rules/base.xml.in.h:935 +#: ../rules/base.xml.in.h:937 msgid "Right Alt key never chooses 3rd level" msgstr "La tecla Alt dreta mai selecciona el 3r nivell" -#: ../rules/base.xml.in.h:936 +#: ../rules/base.xml.in.h:938 msgid "Enter on keypad" msgstr "Retorn en el teclat numèric" -#: ../rules/base.xml.in.h:937 +#: ../rules/base.xml.in.h:939 msgid "Backslash" msgstr "Barra inversa" -#: ../rules/base.xml.in.h:938 +#: ../rules/base.xml.in.h:940 msgid "<Less/Greater>" msgstr "<Més petit/Més gran>" -#: ../rules/base.xml.in.h:939 +#: ../rules/base.xml.in.h:941 msgid "Caps Lock chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "Bloq Maj selecciona el nivell 3r, bloqueja un cop en prémer conjuntament amb un altre selector de nivell 3r" -#: ../rules/base.xml.in.h:940 +#: ../rules/base.xml.in.h:942 msgid "Backslash chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "Barra inversa selecciona el nivell 3r, bloqueja un cop en prémer conjuntament amb un altre selector de 3r nivell" -#: ../rules/base.xml.in.h:941 +#: ../rules/base.xml.in.h:943 msgid "<Less/Greater> chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "<Més petit/Més gran> selecciona el nivell 3r, bloqueja un cop en prémer conjuntament amb un altre selector de nivell 3r" -#: ../rules/base.xml.in.h:942 +#: ../rules/base.xml.in.h:944 msgid "Ctrl key position" msgstr "Posició de la tecla Ctrl" -#: ../rules/base.xml.in.h:943 +#: ../rules/base.xml.in.h:945 msgid "Caps Lock as Ctrl" msgstr "Bloq Majús com a Ctrl" -#: ../rules/base.xml.in.h:944 +#: ../rules/base.xml.in.h:946 msgid "Left Ctrl as Meta" msgstr "Ctrl esquerra com a Meta" -#: ../rules/base.xml.in.h:945 +#: ../rules/base.xml.in.h:947 msgid "Swap Ctrl and Caps Lock" msgstr "Intercanvia Ctrl i Bloq Maj" -#: ../rules/base.xml.in.h:946 +#: ../rules/base.xml.in.h:948 msgid "At left of 'A'" msgstr "A l'esquerra d'«A»" -#: ../rules/base.xml.in.h:947 +#: ../rules/base.xml.in.h:949 msgid "At bottom left" msgstr "A baix esquerra" -#: ../rules/base.xml.in.h:948 +#: ../rules/base.xml.in.h:950 msgid "Right Ctrl as Right Alt" msgstr "Ctrl dreta com a Alt dreta" -#: ../rules/base.xml.in.h:949 +#: ../rules/base.xml.in.h:951 msgid "Menu as Right Ctrl" msgstr "Menú com a Ctrl dreta" -#: ../rules/base.xml.in.h:950 +#: ../rules/base.xml.in.h:952 msgid "Right Alt as Right Ctrl" msgstr "Alt dreta com a Ctrl dreta" -#: ../rules/base.xml.in.h:951 +#: ../rules/base.xml.in.h:953 msgid "Swap Left Alt key with Left Ctrl key" msgstr "Intercanvia la tecla Alt esquerra per la tecla Ctrl esquerra" -#: ../rules/base.xml.in.h:952 +#: ../rules/base.xml.in.h:954 msgid "Swap Left Win key with Left Ctrl key" msgstr "Intercanvia la tecla Win esquerra per la tecla Ctrl esquerra" -#: ../rules/base.xml.in.h:953 +#: ../rules/base.xml.in.h:955 msgid "Swap Right Win key with Right Ctrl key" msgstr "Intercanvia la tecla Win dreta per la tecla Ctrl dreta" -#: ../rules/base.xml.in.h:954 +#: ../rules/base.xml.in.h:956 msgid "Left Alt as Ctrl, Left Ctrl as Win, Left Win as Alt" msgstr "Alt esquerra com a Ctrl, Ctrl esquerra com a Win, Win esquerra com a Alt" -#: ../rules/base.xml.in.h:955 +#: ../rules/base.xml.in.h:957 msgid "Use keyboard LED to show alternative layout" msgstr "Usa el LED del teclat per a mostrar la disposició alternativa" -#: ../rules/base.xml.in.h:956 +#: ../rules/base.xml.in.h:958 msgid "Num Lock" msgstr "Bloq Núm" -#: ../rules/base.xml.in.h:957 +#: ../rules/base.xml.in.h:959 msgid "Layout of numeric keypad" msgstr "Disposició del teclat numèric" -#: ../rules/base.xml.in.h:958 +#: ../rules/base.xml.in.h:960 msgid "Legacy" msgstr "Antic" -#: ../rules/base.xml.in.h:959 +#: ../rules/base.xml.in.h:961 msgid "Unicode additions (arrows and math operators)" msgstr "Addicions Unicode (fletxes i operadors matemàtics)" -#: ../rules/base.xml.in.h:960 +#: ../rules/base.xml.in.h:962 msgid "Unicode additions (arrows and math operators; math operators on default level)" msgstr "Addicions Unicode (fletxes i operadors matemàtics; els operadors matemàtics al nivell per defecte)" -#: ../rules/base.xml.in.h:961 +#: ../rules/base.xml.in.h:963 msgid "Legacy Wang 724" msgstr "Wang 724 antic" -#: ../rules/base.xml.in.h:962 +#: ../rules/base.xml.in.h:964 msgid "Wang 724 keypad with Unicode additions (arrows and math operators)" msgstr "Teclat numèric Wang 724 amb addicions Unicode (fletxes i operadors matemàtics)" -#: ../rules/base.xml.in.h:963 +#: ../rules/base.xml.in.h:965 msgid "Wang 724 keypad with Unicode additions (arrows and math operators; math operators on default level)" msgstr "Teclat numèric Wang 724 amb addicions Unicode (fletxes i operadors matemàtics; els operadors matemàtics en el nivell per defecte)" -#: ../rules/base.xml.in.h:964 +#: ../rules/base.xml.in.h:966 msgid "Hexadecimal" msgstr "Hexadecimal" -#: ../rules/base.xml.in.h:965 +#: ../rules/base.xml.in.h:967 msgid "ATM/phone-style" msgstr "Estil ATM/telèfon" -#: ../rules/base.xml.in.h:966 +#: ../rules/base.xml.in.h:968 msgid "Numeric keypad delete key behaviour" msgstr "Comportament de la tecla de supressió del teclat numèric" -#: ../rules/base.xml.in.h:967 +#: ../rules/base.xml.in.h:969 msgid "Legacy key with dot" msgstr "Tecla antiga amb punt" #. Actually, with KP_SEPARATOR, as the old keypad(comma) -#: ../rules/base.xml.in.h:969 +#: ../rules/base.xml.in.h:971 msgid "Legacy key with comma" msgstr "Tecla antiga amb coma" -#: ../rules/base.xml.in.h:970 +#: ../rules/base.xml.in.h:972 msgid "Four-level key with dot" msgstr "Tecla de quatre nivells amb punt" -#: ../rules/base.xml.in.h:971 +#: ../rules/base.xml.in.h:973 msgid "Four-level key with dot, Latin-9 only" msgstr "Tecla de quatre nivells amb punt, només llatí-9" -#: ../rules/base.xml.in.h:972 +#: ../rules/base.xml.in.h:974 msgid "Four-level key with comma" msgstr "Tecla de quatre nivells amb coma" # Què collons és momayyez? jm -#: ../rules/base.xml.in.h:973 +#: ../rules/base.xml.in.h:975 msgid "Four-level key with momayyez" msgstr "Tecla de quatre nivells amb momayyez" #. This assumes the KP_ abstract symbols are actually useful for some apps #. The description needs to be rewritten -#: ../rules/base.xml.in.h:976 +#: ../rules/base.xml.in.h:978 msgid "Four-level key with abstract separators" msgstr "Tecla de quatre nivells amb separadors abstractes" -#: ../rules/base.xml.in.h:977 +#: ../rules/base.xml.in.h:979 msgid "Semicolon on third level" msgstr "Punt i coma al tercer nivell" -#: ../rules/base.xml.in.h:978 +#: ../rules/base.xml.in.h:980 msgid "Caps Lock key behavior" msgstr "Comportament de la tecla Bloq Maj" -#: ../rules/base.xml.in.h:979 +#: ../rules/base.xml.in.h:981 msgid "Caps Lock uses internal capitalization; Shift \"pauses\" Caps Lock" msgstr "Bloq Maj usa internament les majúscules; Maj «pausa» Bloq Maj" -#: ../rules/base.xml.in.h:980 +#: ../rules/base.xml.in.h:982 msgid "Caps Lock uses internal capitalization; Shift doesn't affect Caps Lock" msgstr "Bloq Maj usa internament les majúscules; Maj no afecta a Bloq Maj" -#: ../rules/base.xml.in.h:981 +#: ../rules/base.xml.in.h:983 msgid "Caps Lock acts as Shift with locking; Shift \"pauses\" Caps Lock" msgstr "Bloq Maj actua com a Maj amb bloqueig; Maj «pausa» Bloq Maj" -#: ../rules/base.xml.in.h:982 +#: ../rules/base.xml.in.h:984 msgid "Caps Lock acts as Shift with locking; Shift doesn't affect Caps Lock" msgstr "Bloq Maj actua com a Maj amb bloqueig; Maj no afecta a Bloq Maj" -#: ../rules/base.xml.in.h:983 +#: ../rules/base.xml.in.h:985 msgid "Caps Lock toggles normal capitalization of alphabetic characters" msgstr "Bloq Maj commuta les majúscules normals dels caràcters alfabètics" -#: ../rules/base.xml.in.h:984 +#: ../rules/base.xml.in.h:986 msgid "Make Caps Lock an additional Num Lock" msgstr "Converteix Bloq Maj en un Bloq Núm addicional" -#: ../rules/base.xml.in.h:985 +#: ../rules/base.xml.in.h:987 msgid "Swap ESC and Caps Lock" msgstr "Intercanvia Esc i Bloq Maj" -#: ../rules/base.xml.in.h:986 +#: ../rules/base.xml.in.h:988 msgid "Make Caps Lock an additional ESC" msgstr "Converteix Bloq Maj en un Esc addicional" -#: ../rules/base.xml.in.h:987 +#: ../rules/base.xml.in.h:989 msgid "Make Caps Lock an additional Backspace" msgstr "Converteix Bloq Maj en un Retrocés addicional" -#: ../rules/base.xml.in.h:988 +#: ../rules/base.xml.in.h:990 msgid "Make Caps Lock an additional Super" msgstr "Converteix Bloq Maj en un Super addicional" -#: ../rules/base.xml.in.h:989 +#: ../rules/base.xml.in.h:991 msgid "Make Caps Lock an additional Hyper" msgstr "Converteix Bloq Maj en un Hyper addicional" -#: ../rules/base.xml.in.h:990 +#: ../rules/base.xml.in.h:992 msgid "Caps Lock toggles ShiftLock (affects all keys)" msgstr "Bloq Maj commuta Maj (afecta a totes les tecles)" -#: ../rules/base.xml.in.h:991 +#: ../rules/base.xml.in.h:993 msgid "Caps Lock is disabled" msgstr "Bloq Maj està deshabilitat" -#: ../rules/base.xml.in.h:992 +#: ../rules/base.xml.in.h:994 msgid "Make Caps Lock an additional Ctrl" msgstr "Converteix Bloq Maj en un Ctrl addicional" -#: ../rules/base.xml.in.h:993 +#: ../rules/base.xml.in.h:995 msgid "Alt/Win key behavior" msgstr "Comportament de la tecla Alt/Win" -#: ../rules/base.xml.in.h:994 +#: ../rules/base.xml.in.h:996 msgid "Add the standard behavior to Menu key" msgstr "Afegeix el comportament estàndard a la tecla Menú" -#: ../rules/base.xml.in.h:995 +#: ../rules/base.xml.in.h:997 msgid "Alt and Meta are on Alt keys" msgstr "Alt i Meta són a les tecles Alt" -#: ../rules/base.xml.in.h:996 +#: ../rules/base.xml.in.h:998 msgid "Alt is mapped to Win keys (and the usual Alt keys)" msgstr "Alt s'assigna a les tecles Win (i a les tecles Alt habituals)" -#: ../rules/base.xml.in.h:997 +#: ../rules/base.xml.in.h:999 msgid "Ctrl is mapped to Win keys (and the usual Ctrl keys)" msgstr "Ctrl s'assigna a les tecles Win (i a les tecles Ctrl habituals)" -#: ../rules/base.xml.in.h:998 +#: ../rules/base.xml.in.h:1000 msgid "Ctrl is mapped to Alt keys, Alt is mapped to Win keys" msgstr "Ctrl s'assigna a les tecles Alt, Alt s'assigna a les tecles Win" -#: ../rules/base.xml.in.h:999 +#: ../rules/base.xml.in.h:1001 msgid "Meta is mapped to Win keys" msgstr "Meta s'assigna a les tecles Win" -#: ../rules/base.xml.in.h:1000 +#: ../rules/base.xml.in.h:1002 msgid "Meta is mapped to Left Win" msgstr "Meta s'assigna a la tecla Win esquerra" -#: ../rules/base.xml.in.h:1001 +#: ../rules/base.xml.in.h:1003 msgid "Hyper is mapped to Win keys" msgstr "Hyper s'assigna a les tecles Win" -#: ../rules/base.xml.in.h:1002 +#: ../rules/base.xml.in.h:1004 msgid "Alt is mapped to Right Win, Super to Menu" msgstr "Alt s'assigna a la tecla Win dreta i Super a Menú" -#: ../rules/base.xml.in.h:1003 +#: ../rules/base.xml.in.h:1005 msgid "Alt is swapped with Win" msgstr "Alt està intercanviada amb la tecla Win" -#: ../rules/base.xml.in.h:1004 +#: ../rules/base.xml.in.h:1006 msgid "Position of Compose key" msgstr "Posició de la tecla «Compose»" -#: ../rules/base.xml.in.h:1005 +#: ../rules/base.xml.in.h:1007 msgid "3rd level of Left Win" msgstr "3r nivell de Win esquerra" -#: ../rules/base.xml.in.h:1006 +#: ../rules/base.xml.in.h:1008 msgid "3rd level of Right Win" msgstr "3r nivell de Win dreta" -#: ../rules/base.xml.in.h:1007 +#: ../rules/base.xml.in.h:1009 msgid "3rd level of Menu" msgstr "3r nivell de Menú" -#: ../rules/base.xml.in.h:1008 +#: ../rules/base.xml.in.h:1010 msgid "3rd level of Left Ctrl" msgstr "3r nivell de Ctrl esquerra" -#: ../rules/base.xml.in.h:1009 +#: ../rules/base.xml.in.h:1011 msgid "3rd level of Right Ctrl" msgstr "3r nivell de Ctrl dreta" -#: ../rules/base.xml.in.h:1010 +#: ../rules/base.xml.in.h:1012 msgid "3rd level of Caps Lock" msgstr "3r nivell de Bloq Maj" -#: ../rules/base.xml.in.h:1011 +#: ../rules/base.xml.in.h:1013 msgid "3rd level of <Less/Greater>" msgstr "3r nivell de <Més petit/Més gran>" -#: ../rules/base.xml.in.h:1012 +#: ../rules/base.xml.in.h:1014 msgid "Pause" msgstr "Pausa" -#: ../rules/base.xml.in.h:1013 +#: ../rules/base.xml.in.h:1015 msgid "PrtSc" msgstr "ImprPant" -#: ../rules/base.xml.in.h:1014 +#: ../rules/base.xml.in.h:1016 msgid "Miscellaneous compatibility options" msgstr "Opcions de compatibilitat diverses" -#: ../rules/base.xml.in.h:1015 +#: ../rules/base.xml.in.h:1017 msgid "Default numeric keypad keys" msgstr "Tecles del teclat numèric per defecte" -#: ../rules/base.xml.in.h:1016 +#: ../rules/base.xml.in.h:1018 msgid "Numeric keypad keys always enter digits (as in Mac OS)" msgstr "Les tecles del teclat numèric sempre introdueixen dígits (com en el Mac OS)" -#: ../rules/base.xml.in.h:1017 -msgid "Shift with numeric keypad keys works as in MS Windows" -msgstr "Maj amb el teclat numèric funciona com al MS Windows" +#: ../rules/base.xml.in.h:1019 +msgid "NumLock on: digits, Shift switches to arrow keys, Numlock off: always arrow keys (as in MS Windows)" +msgstr "BloqNúm actiu: dígits, Maj commuta a les tecles de cursor, BloqNúm inactiu: sempre les tecles de cursor (com en el MS Windows)" -#: ../rules/base.xml.in.h:1018 +#: ../rules/base.xml.in.h:1020 msgid "Shift does not cancel Num Lock, chooses 3rd level instead" msgstr "Maj no cancel·la Bloq Núm, en el seu lloc selecciona el 3r nivell" -#: ../rules/base.xml.in.h:1019 +#: ../rules/base.xml.in.h:1021 msgid "Special keys (Ctrl+Alt+<key>) handled in a server" msgstr "Tecles especials (Ctrl+Alt+<tecla>) gestionades en un servidor" -#: ../rules/base.xml.in.h:1020 +#: ../rules/base.xml.in.h:1022 msgid "Apple Aluminium Keyboard: emulate PC keys (Print, Scroll Lock, Pause, Num Lock)" msgstr "Teclat Apple Aluminium: emula les tecles del PC (Impr, Bloq Despl, Pausa, Bloq Núm)" -#: ../rules/base.xml.in.h:1021 +#: ../rules/base.xml.in.h:1023 msgid "Shift cancels Caps Lock" msgstr "Maj cancel·la Bloq Maj" -#: ../rules/base.xml.in.h:1022 +#: ../rules/base.xml.in.h:1024 msgid "Enable extra typographic characters" msgstr "Habilita els caràcters tipogràfics extres" -#: ../rules/base.xml.in.h:1023 +#: ../rules/base.xml.in.h:1025 msgid "Both Shift keys together toggle Caps Lock" msgstr "Les dues tecles Maj juntes commuten Bloq Maj" -#: ../rules/base.xml.in.h:1024 +#: ../rules/base.xml.in.h:1026 msgid "Both Shift keys together activate Caps Lock, one Shift key deactivates" msgstr "Les dues tecles Maj juntes commuten Bloq Maj, una tecla Maj ho desactiva" -#: ../rules/base.xml.in.h:1025 +#: ../rules/base.xml.in.h:1027 msgid "Both Shift keys together toggle ShiftLock" msgstr "Les dues tecles Maj juntes commuten Bloq Maj" -#: ../rules/base.xml.in.h:1026 +#: ../rules/base.xml.in.h:1028 msgid "Shift + NumLock toggles PointerKeys" msgstr "Maj + BloqNúm commuta les tecles de cursor" -#: ../rules/base.xml.in.h:1027 +#: ../rules/base.xml.in.h:1029 msgid "Allow breaking grabs with keyboard actions (warning: security risk)" msgstr "Permetre trencar la captura amb accions del teclat (avís: risc de seguretat)" -#: ../rules/base.xml.in.h:1028 +#: ../rules/base.xml.in.h:1030 msgid "Allow grab and window tree logging" msgstr "Permetre l'enregistrament de captura i de l'arbre de finestres" -#: ../rules/base.xml.in.h:1029 +#: ../rules/base.xml.in.h:1031 msgid "Adding currency signs to certain keys" msgstr "S'afegeix el signe de moneda a certes tecles" -#: ../rules/base.xml.in.h:1030 +#: ../rules/base.xml.in.h:1032 msgid "Euro on E" msgstr "Euro en la E " -#: ../rules/base.xml.in.h:1031 +#: ../rules/base.xml.in.h:1033 msgid "Euro on 2" msgstr "Euro en el 2" -#: ../rules/base.xml.in.h:1032 +#: ../rules/base.xml.in.h:1034 msgid "Euro on 4" msgstr "Euro en el 4" -#: ../rules/base.xml.in.h:1033 +#: ../rules/base.xml.in.h:1035 msgid "Euro on 5" msgstr "Euro en el 5" -#: ../rules/base.xml.in.h:1034 +#: ../rules/base.xml.in.h:1036 msgid "Rupee on 4" msgstr "Rupia en el 4" -#: ../rules/base.xml.in.h:1035 +#: ../rules/base.xml.in.h:1037 msgid "Key to choose 5th level" msgstr "Tecla per a seleccionar el 5è nivell" -#: ../rules/base.xml.in.h:1036 +#: ../rules/base.xml.in.h:1038 msgid "<Less/Greater> chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "<Més petit/Més gran> selecciona el nivell 5è, bloqueja en prémer conjuntament amb un altre selector de nivell 5è" -#: ../rules/base.xml.in.h:1037 +#: ../rules/base.xml.in.h:1039 msgid "Right Alt chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Alt dreta selecciona el nivell 5è, bloqueja en prémer conjuntament amb un altre selector de nivell 5è" -#: ../rules/base.xml.in.h:1038 +#: ../rules/base.xml.in.h:1040 msgid "Left Win chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Win esquerra selecciona el nivell 5è, bloqueja en prémer conjuntament amb un altre selector de nivell 5è" -#: ../rules/base.xml.in.h:1039 +#: ../rules/base.xml.in.h:1041 msgid "Right Win chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Win dreta selecciona el nivell 5è, bloqueja en prémer conjuntament amb un altre selector de nivell 5è" -#: ../rules/base.xml.in.h:1040 +#: ../rules/base.xml.in.h:1042 msgid "Using space key to input non-breakable space character" msgstr "Usa la tecla d'espai per a introduir un caràcter d'espai sense salt" -#: ../rules/base.xml.in.h:1041 +#: ../rules/base.xml.in.h:1043 msgid "Usual space at any level" msgstr "Espai normal en qualsevol nivell" -#: ../rules/base.xml.in.h:1042 +#: ../rules/base.xml.in.h:1044 msgid "Non-breakable space character at second level" msgstr "La tecla d'espai produeix un caràcter d'espai sense salt al nivell segon" -#: ../rules/base.xml.in.h:1043 +#: ../rules/base.xml.in.h:1045 msgid "Non-breakable space character at third level" msgstr "La tecla d'espai produeix un caràcter d'espai sense salt al nivell tercer" -#: ../rules/base.xml.in.h:1044 +#: ../rules/base.xml.in.h:1046 msgid "Non-breakable space character at third level, nothing at fourth level" msgstr "La tecla d'espai produeix un caràcter d'espai sense salt al nivell tercer, i res al nivell quart" -#: ../rules/base.xml.in.h:1045 +#: ../rules/base.xml.in.h:1047 msgid "Non-breakable space character at third level, thin non-breakable space character at fourth level" msgstr "La tecla d'espai produeix un caràcter d'espai sense salt al nivell tercer, i un caràcter d'espai fi sense salt al nivell quart" -#: ../rules/base.xml.in.h:1046 +#: ../rules/base.xml.in.h:1048 msgid "Non-breakable space character at fourth level" msgstr "Caràcter d'espai sense salt al nivell quart" -#: ../rules/base.xml.in.h:1047 +#: ../rules/base.xml.in.h:1049 msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level" msgstr "Caràcter d'espai sense salt al nivell quart, i un caràcter d'espai fi sense salt al nivell sisè" -#: ../rules/base.xml.in.h:1048 +#: ../rules/base.xml.in.h:1050 msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level (via Ctrl+Shift)" msgstr "Caràcter d'espai sense salt al nivell quart, un caràcter d'espai fi sense salt al nivell sisè (via Ctrl+Maj)" -#: ../rules/base.xml.in.h:1049 +#: ../rules/base.xml.in.h:1051 msgid "Zero-width non-joiner character at second level" msgstr "Caràcter separador d'amplada zero al nivell segon" -#: ../rules/base.xml.in.h:1050 +#: ../rules/base.xml.in.h:1052 msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level" msgstr "Caràcter separador d'amplada zero al nivell segon, un caràcter d'enllaç d'amplada zero al nivell tercer" -#: ../rules/base.xml.in.h:1051 +#: ../rules/base.xml.in.h:1053 msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level, non-breakable space character at fourth level" msgstr "Caràcter separador d'amplada zero al nivell segon, un caràcter d'enllaç d'amplada zero al nivell tercer, i un caràcter d'espai sense salt al nivell quart" -#: ../rules/base.xml.in.h:1052 +#: ../rules/base.xml.in.h:1054 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level" msgstr "Caràcter separador d'amplada zero al nivell segon, i un caràcter d'espai sense salt al nivell tercer" -#: ../rules/base.xml.in.h:1053 +#: ../rules/base.xml.in.h:1055 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, nothing at fourth level" msgstr "Caràcter separador d'amplada zero al nivell segon, un caràcter d'espai sense salt al nivell tercer, i res al nivell quart" -#: ../rules/base.xml.in.h:1054 +#: ../rules/base.xml.in.h:1056 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, zero-width joiner at fourth level" msgstr "Caràcter separador d'amplada zero al nivell segon, un caràcter d'espai sense salt al nivell tercer, i un enllaç d'amplada zero al nivell quart" -#: ../rules/base.xml.in.h:1055 +#: ../rules/base.xml.in.h:1057 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, thin non-breakable space at fourth level" msgstr "Caràcter separador d'amplada zero al nivell segon, un caràcter d'espai sense salt al nivell tercer, i un caràcter d'espai fi sense salt al nivell quart" -#: ../rules/base.xml.in.h:1056 +#: ../rules/base.xml.in.h:1058 msgid "Zero-width non-joiner character at third level, zero-width joiner at fourth level" msgstr "Caràcter separador d'amplada zero al nivell tercer, un enllaç d'amplada zero al nivell quart" -#: ../rules/base.xml.in.h:1057 +#: ../rules/base.xml.in.h:1059 msgid "Japanese keyboard options" msgstr "Opcions del teclat japonès" -#: ../rules/base.xml.in.h:1058 +#: ../rules/base.xml.in.h:1060 msgid "Kana Lock key is locking" msgstr "La tecla de bloqueig Kana està blocant" -#: ../rules/base.xml.in.h:1059 +#: ../rules/base.xml.in.h:1061 msgid "NICOLA-F style Backspace" msgstr "Retrocés estil NICOLA-F" -#: ../rules/base.xml.in.h:1060 +#: ../rules/base.xml.in.h:1062 msgid "Make Zenkaku Hankaku an additional ESC" msgstr "Converteix Zenkaku Hankaku en un Esc addicional" -#: ../rules/base.xml.in.h:1061 +#: ../rules/base.xml.in.h:1063 +msgid "Korean Hangul/Hanja keys" +msgstr "Coreà tecles Hangul/Hanja" + +#: ../rules/base.xml.in.h:1064 +msgid "Hardware Hangul/Hanja keys" +msgstr "Tecles Hangul/Hanja de maquinari" + +#: ../rules/base.xml.in.h:1065 +msgid "Right Alt as Hangul, right Ctrl as Hanja" +msgstr "Alt dreta com a Hangul, Ctrl dreta com a Hanja" + +#: ../rules/base.xml.in.h:1066 +msgid "Right Ctrl as Hangul, right Alt as Hanja" +msgstr "Ctrl dreta com a Hangul, Alt dreta com a Hanja" + +#: ../rules/base.xml.in.h:1067 msgid "Adding Esperanto supersigned letters" msgstr "S'afegeix les lletres amb diacrític l'esperanto" -#: ../rules/base.xml.in.h:1062 +#: ../rules/base.xml.in.h:1068 msgid "To the corresponding key in a Qwerty layout" msgstr "A la tecla corresponent en una disposició qwerty" -#: ../rules/base.xml.in.h:1063 +#: ../rules/base.xml.in.h:1069 msgid "To the corresponding key in a Dvorak layout" msgstr "A la tecla corresponent en una disposició dvorak" -#: ../rules/base.xml.in.h:1064 +#: ../rules/base.xml.in.h:1070 msgid "To the corresponding key in a Colemak layout" msgstr "A la tecla corresponent en una disposició Coleman" -#: ../rules/base.xml.in.h:1065 +#: ../rules/base.xml.in.h:1071 msgid "Maintain key compatibility with old Solaris keycodes" msgstr "Manté la compatibilitat de tecles amb els codis de tecla antics de Solaris" -#: ../rules/base.xml.in.h:1066 +#: ../rules/base.xml.in.h:1072 msgid "Sun Key compatibility" msgstr "Compatibilitat amb les tecles Sun" -#: ../rules/base.xml.in.h:1067 +#: ../rules/base.xml.in.h:1073 msgid "Key sequence to kill the X server" msgstr "Seqüència de tecles per a matar el servidor X" -#: ../rules/base.xml.in.h:1068 +#: ../rules/base.xml.in.h:1074 msgid "Ctrl + Alt + Backspace" msgstr "Ctrl + Alt + Retrocés" @@ -4067,254 +4091,261 @@ msgid "German (with Hungarian letters and no dead keys)" msgstr "Alemany (amb lletres hongareses i sense tecles mortes)" #: ../rules/base.extras.xml.in.h:26 +msgid "Polish (Germany, eliminate dead keys)" +msgstr "Polonès (Alemanya, elimina les tecles mortes)" + +#: ../rules/base.extras.xml.in.h:27 msgid "German (Sun Type 6/7)" msgstr "Alemany (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:27 +#: ../rules/base.extras.xml.in.h:28 msgid "German (Aus der Neo-Welt)" msgstr "Alemany (Aus der Neo-Welt)" -#: ../rules/base.extras.xml.in.h:30 +#: ../rules/base.extras.xml.in.h:31 msgid "Avestan" msgstr "Avèstic" -#: ../rules/base.extras.xml.in.h:33 +#: ../rules/base.extras.xml.in.h:34 msgid "Lithuanian (US Dvorak with Lithuanian letters)" msgstr "Lituà (dvorak EUA amb lletres lituanes)" -#: ../rules/base.extras.xml.in.h:34 +#: ../rules/base.extras.xml.in.h:35 msgid "Lithuanian (Sun Type 6/7)" msgstr "Lituà (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:37 +#: ../rules/base.extras.xml.in.h:38 msgid "Latvian (US Dvorak)" msgstr "Letó (dvorak EUA)" -#: ../rules/base.extras.xml.in.h:38 +#: ../rules/base.extras.xml.in.h:39 msgid "Latvian (US Dvorak, Y variant)" msgstr "Letó (dvorak EUA, variant Y)" -#: ../rules/base.extras.xml.in.h:39 +#: ../rules/base.extras.xml.in.h:40 msgid "Latvian (US Dvorak, minus variant)" msgstr "Letó (dvorak EUA, variant menys)" -#: ../rules/base.extras.xml.in.h:40 +#: ../rules/base.extras.xml.in.h:41 msgid "Latvian (programmer US Dvorak)" msgstr "Letó (dvorak de programador EUA)" -#: ../rules/base.extras.xml.in.h:41 +#: ../rules/base.extras.xml.in.h:42 msgid "Latvian (programmer US Dvorak, Y variant)" msgstr "Letó (dvorak de programador EUA, variant Y)" -#: ../rules/base.extras.xml.in.h:42 +#: ../rules/base.extras.xml.in.h:43 msgid "Latvian (programmer US Dvorak, minus variant)" msgstr "Letó (dvorak de programador EUA, variant menys)" -#: ../rules/base.extras.xml.in.h:43 +#: ../rules/base.extras.xml.in.h:44 msgid "Latvian (US Colemak)" msgstr "Letó (Colemak EUA)" -#: ../rules/base.extras.xml.in.h:44 +#: ../rules/base.extras.xml.in.h:45 msgid "Latvian (US Colemak, apostrophe variant)" msgstr "Letó (Colemak EUA, variant amb apòstrof)" -#: ../rules/base.extras.xml.in.h:45 +#: ../rules/base.extras.xml.in.h:46 msgid "Latvian (Sun Type 6/7)" msgstr "Letó (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:48 +#: ../rules/base.extras.xml.in.h:49 msgid "English (US, international AltGr Unicode combining)" msgstr "Anglès (EUA, combinació internacional Unicode AltGr)" -#: ../rules/base.extras.xml.in.h:49 +#: ../rules/base.extras.xml.in.h:50 msgid "English (US, international AltGr Unicode combining, alternative)" msgstr "Anglès (EUA, combinació internacional Unicode AltGr, alternativa)" -#: ../rules/base.extras.xml.in.h:50 +#: ../rules/base.extras.xml.in.h:51 msgid "Atsina" msgstr "Atsina" -#: ../rules/base.extras.xml.in.h:51 +#: ../rules/base.extras.xml.in.h:52 msgid "Coeur d'Alene Salish" msgstr "Coeur d'Alene Salish" -#: ../rules/base.extras.xml.in.h:52 +#: ../rules/base.extras.xml.in.h:53 msgid "Czech Slovak and German (US)" msgstr "Txec Eslovac i Alemany (EUA)" -#: ../rules/base.extras.xml.in.h:53 +#: ../rules/base.extras.xml.in.h:54 msgid "English (US, Sun Type 6/7)" msgstr "Anglès (EUA, Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:54 +#: ../rules/base.extras.xml.in.h:55 msgid "English (Norman)" msgstr "Anglès (Normand)" -#: ../rules/base.extras.xml.in.h:57 +#: ../rules/base.extras.xml.in.h:58 msgid "Polish (international with dead keys)" msgstr "Polonès (internacional amb tecles mortes)" -#: ../rules/base.extras.xml.in.h:58 +#: ../rules/base.extras.xml.in.h:59 msgid "Polish (Colemak)" msgstr "Polonès (Colemak)" -#: ../rules/base.extras.xml.in.h:59 +#: ../rules/base.extras.xml.in.h:60 msgid "Polish (Sun Type 6/7)" msgstr "Polonès (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:63 +#: ../rules/base.extras.xml.in.h:64 msgid "Crimean Tatar (Dobruja Q)" msgstr "Tàtar de Crimea (Dobruja Q)" -#: ../rules/base.extras.xml.in.h:64 +#: ../rules/base.extras.xml.in.h:65 msgid "Romanian (ergonomic Touchtype)" msgstr "Romanès (ergonòmic Touchtype)" -#: ../rules/base.extras.xml.in.h:65 +#: ../rules/base.extras.xml.in.h:66 msgid "Romanian (Sun Type 6/7)" msgstr "Romanès (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:68 +#: ../rules/base.extras.xml.in.h:69 msgid "Serbian (combining accents instead of dead keys)" msgstr "Serbi (combinació d'accents en lloc de tecles mortes)" -#: ../rules/base.extras.xml.in.h:71 +#: ../rules/base.extras.xml.in.h:72 msgid "Church Slavonic" msgstr "Eslau eclesiàstic" -#: ../rules/base.extras.xml.in.h:72 +#: ../rules/base.extras.xml.in.h:73 msgid "Russian (with Ukrainian-Belorussian layout)" msgstr "Rus (amb disposició ucraïnesa-bielorussa)" -#: ../rules/base.extras.xml.in.h:73 +#: ../rules/base.extras.xml.in.h:74 msgid "Russian (Sun Type 6/7)" msgstr "Rus (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:76 +#: ../rules/base.extras.xml.in.h:77 msgid "Armenian (OLPC phonetic)" msgstr "Armeni (fonètic OLPC)" -#: ../rules/base.extras.xml.in.h:79 +#: ../rules/base.extras.xml.in.h:80 msgid "Hebrew (Biblical, SIL phonetic)" msgstr "Hebreu (bíblic, SIL fonètic)" -#: ../rules/base.extras.xml.in.h:82 +#: ../rules/base.extras.xml.in.h:83 msgid "Arabic (Sun Type 6/7)" msgstr "Àrab (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:85 +#: ../rules/base.extras.xml.in.h:86 msgid "Belgian (Sun Type 6/7)" msgstr "Belga (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:88 +#: ../rules/base.extras.xml.in.h:89 msgid "Portuguese (Brazil, Sun Type 6/7)" msgstr "Portuguès (Brasil, Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:91 +#: ../rules/base.extras.xml.in.h:92 msgid "Czech (Sun Type 6/7)" msgstr "Txec (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:94 +#: ../rules/base.extras.xml.in.h:95 msgid "Danish (Sun Type 6/7)" msgstr "Danès (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:97 +#: ../rules/base.extras.xml.in.h:98 msgid "Dutch (Sun Type 6/7)" msgstr "Holandès (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:100 +#: ../rules/base.extras.xml.in.h:101 msgid "Estonian (Sun Type 6/7)" msgstr "Estonià (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:103 +#: ../rules/base.extras.xml.in.h:104 msgid "Finnish (Sun Type 6/7)" msgstr "Finès (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:105 +#: ../rules/base.extras.xml.in.h:106 msgid "French (Sun Type 6/7)" msgstr "Francès (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:108 +#: ../rules/base.extras.xml.in.h:109 msgid "Greek (Sun Type 6/7)" msgstr "Grec (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:111 +#: ../rules/base.extras.xml.in.h:112 msgid "Italian (Sun Type 6/7)" msgstr "Italià (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:114 +#: ../rules/base.extras.xml.in.h:115 msgid "Japanese (Sun Type 6)" msgstr "Japonès (Sun Type 6)" -#: ../rules/base.extras.xml.in.h:115 +#: ../rules/base.extras.xml.in.h:116 msgid "Japanese (Sun Type 7 - pc compatible)" msgstr "Japonès (Sun Type 7 - Compatible PC)" -#: ../rules/base.extras.xml.in.h:116 +#: ../rules/base.extras.xml.in.h:117 msgid "Japanese (Sun Type 7 - sun compatible)" msgstr "Japonès (Sun Type 7 - Compatible Sun)" -#: ../rules/base.extras.xml.in.h:119 +#: ../rules/base.extras.xml.in.h:120 msgid "Norwegian (Sun Type 6/7)" msgstr "Noruec (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:121 +#: ../rules/base.extras.xml.in.h:122 msgid "Portuguese (Sun Type 6/7)" msgstr "Portuguès (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:124 +#: ../rules/base.extras.xml.in.h:125 msgid "Slovak (Sun Type 6/7)" msgstr "Eslovac (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:127 +#: ../rules/base.extras.xml.in.h:128 msgid "Spanish (Sun Type 6/7)" msgstr "Espanyol (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:130 +#: ../rules/base.extras.xml.in.h:131 msgid "Swedish (Dvorak A5)" msgstr "Suec (dvorak A5)" -#: ../rules/base.extras.xml.in.h:131 +#: ../rules/base.extras.xml.in.h:132 msgid "Swedish (Sun Type 6/7)" msgstr "Suec (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:133 +#: ../rules/base.extras.xml.in.h:134 msgid "German (Switzerland, Sun Type 6/7)" msgstr "Alemany (Suïssa, Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:134 +#: ../rules/base.extras.xml.in.h:135 msgid "French (Switzerland, Sun Type 6/7)" msgstr "Francès (Suïssa, Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:137 +#: ../rules/base.extras.xml.in.h:138 msgid "Turkish (Sun Type 6/7)" msgstr "Turc (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:140 +#: ../rules/base.extras.xml.in.h:141 msgid "Ukrainian (Sun Type 6/7)" msgstr "Ucraïnès (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:142 +#: ../rules/base.extras.xml.in.h:143 msgid "English (UK, Sun Type 6/7)" msgstr "Anglès (RU, Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:145 +#: ../rules/base.extras.xml.in.h:146 msgid "Korean (Sun Type 6/7)" msgstr "Coreà (Sun Type 6/7)" #. Keyboard indicator for European layouts -#: ../rules/base.extras.xml.in.h:147 +#: ../rules/base.extras.xml.in.h:148 msgid "eu" msgstr "eu" -#: ../rules/base.extras.xml.in.h:148 +#: ../rules/base.extras.xml.in.h:149 msgid "EurKEY (US based layout with european letters)" msgstr "EurKEY (teclat de disposició EUA amb lletres europees)" -#: ../rules/base.extras.xml.in.h:151 +#: ../rules/base.extras.xml.in.h:152 msgid "Mmuock" msgstr "Mmuock" +#~ msgid "Shift with numeric keypad keys works as in MS Windows" +#~ msgstr "Maj amb el teclat numèric funciona com al MS Windows" + #~ msgid "Bengali" #~ msgstr "Bengalí" diff --git a/xorg-server/xkeyboard-config/po/cs.po b/xorg-server/xkeyboard-config/po/cs.po index 59687c013..a5bb116ec 100644 --- a/xorg-server/xkeyboard-config/po/cs.po +++ b/xorg-server/xkeyboard-config/po/cs.po @@ -3,7 +3,7 @@ # This file is distributed under the same license as the xkeyboard-config package. # Michal Bukovjan , 2003. # Petr Kovar , 2007, 2008, 2009, 2010, 2011. -# Petr Pisar , 2014. +# Petr Pisar , 2014, 2015. # # Přídavná jména (často názvy jazyků) rozvíjejí slova rozložení nebo varianta. # Historicky se všude používá rod střední. Střední rod používá i ISO 15924 @@ -21,10 +21,10 @@ # msgid "" msgstr "" -"Project-Id-Version: xkeyboard-config 2.12.99\n" +"Project-Id-Version: xkeyboard-config 2.13.99\n" "Report-Msgid-Bugs-To: svu@users.sourceforge.net\n" -"POT-Creation-Date: 2014-09-18 23:46+0100\n" -"PO-Revision-Date: 2014-09-19 15:32+0200\n" +"POT-Creation-Date: 2015-01-15 01:16+0000\n" +"PO-Revision-Date: 2015-01-15 21:14+0100\n" "Last-Translator: Petr Pisar \n" "Language-Team: Czech \n" "Language: cs\n" @@ -770,11 +770,11 @@ msgid "Htc Dream phone" msgstr "Telefon HTC Dream" #. Keyboard indicator for English layouts -#: ../rules/base.xml.in.h:186 ../rules/base.extras.xml.in.h:46 +#: ../rules/base.xml.in.h:186 ../rules/base.extras.xml.in.h:47 msgid "en" msgstr "en" -#: ../rules/base.xml.in.h:187 ../rules/base.extras.xml.in.h:47 +#: ../rules/base.xml.in.h:187 ../rules/base.extras.xml.in.h:48 msgid "English (US)" msgstr "Anglické (USA)" @@ -832,7 +832,7 @@ msgid "English (programmer Dvorak)" msgstr "Anglické (programátorské Dvorak)" #. Keyboard indicator for Russian layouts -#: ../rules/base.xml.in.h:203 ../rules/base.extras.xml.in.h:69 +#: ../rules/base.xml.in.h:203 ../rules/base.extras.xml.in.h:70 msgid "ru" msgstr "ru" @@ -865,7 +865,7 @@ msgid "English (Workman, international with dead keys)" msgstr "Anglické (Workman, mezinárodní s mrtvými klávesami)" #. Keyboard indicator for Persian layouts -#: ../rules/base.xml.in.h:212 ../rules/base.extras.xml.in.h:28 +#: ../rules/base.xml.in.h:212 ../rules/base.extras.xml.in.h:29 msgid "fa" msgstr "fa" @@ -904,11 +904,11 @@ msgid "Uzbek (Afghanistan, OLPC)" msgstr "Uzbecké (Afghánistán, OLPC)" #. Keyboard indicator for Arabic layouts -#: ../rules/base.xml.in.h:224 ../rules/base.extras.xml.in.h:80 +#: ../rules/base.xml.in.h:224 ../rules/base.extras.xml.in.h:81 msgid "ar" msgstr "ar" -#: ../rules/base.xml.in.h:225 ../rules/base.extras.xml.in.h:81 +#: ../rules/base.xml.in.h:225 ../rules/base.extras.xml.in.h:82 msgid "Arabic" msgstr "Arabské" @@ -950,11 +950,11 @@ msgid "Albanian (Plisi D1)" msgstr "Albánské (Plisi D1)" #. Keyboard indicator for Armenian layouts -#: ../rules/base.xml.in.h:237 ../rules/base.extras.xml.in.h:74 +#: ../rules/base.xml.in.h:237 ../rules/base.extras.xml.in.h:75 msgid "hy" msgstr "hy" -#: ../rules/base.xml.in.h:238 ../rules/base.extras.xml.in.h:75 +#: ../rules/base.xml.in.h:238 ../rules/base.extras.xml.in.h:76 msgid "Armenian" msgstr "Arménské" @@ -1030,11 +1030,11 @@ msgid "Belarusian (Latin)" msgstr "Běloruské (latinka)" #. Keyboard indicator for Belgian layouts -#: ../rules/base.xml.in.h:260 ../rules/base.extras.xml.in.h:83 +#: ../rules/base.xml.in.h:260 ../rules/base.extras.xml.in.h:84 msgid "be" msgstr "be" -#: ../rules/base.xml.in.h:261 ../rules/base.extras.xml.in.h:84 +#: ../rules/base.xml.in.h:261 ../rules/base.extras.xml.in.h:85 msgid "Belgian" msgstr "Belgické" @@ -1297,11 +1297,11 @@ msgid "Bosnian (US keyboard with Bosnian letters)" msgstr "Bosenské (americká klávesnice s bosenskými písmeny)" #. Keyboard indicator for Portuguese layouts -#: ../rules/base.xml.in.h:338 ../rules/base.extras.xml.in.h:86 +#: ../rules/base.xml.in.h:338 ../rules/base.extras.xml.in.h:87 msgid "pt" msgstr "pt" -#: ../rules/base.xml.in.h:339 ../rules/base.extras.xml.in.h:87 +#: ../rules/base.xml.in.h:339 ../rules/base.extras.xml.in.h:88 msgid "Portuguese (Brazil)" msgstr "Portugalské (Brazílie)" @@ -1385,11 +1385,11 @@ msgid "Berber (Morocco, Tifinagh extended phonetic)" msgstr "Berberské (Maroko, Tifinagh rozšířené fonetické)" #. Keyboard indicator for Cameroon layouts -#: ../rules/base.xml.in.h:363 ../rules/base.extras.xml.in.h:149 +#: ../rules/base.xml.in.h:363 ../rules/base.extras.xml.in.h:150 msgid "cm" msgstr "cm" -#: ../rules/base.xml.in.h:364 ../rules/base.extras.xml.in.h:150 +#: ../rules/base.xml.in.h:364 ../rules/base.extras.xml.in.h:151 msgid "English (Cameroon)" msgstr "Anglické (Kamerun)" @@ -1510,11 +1510,11 @@ msgid "Croatian (US keyboard with Croatian letters)" msgstr "Chorvatské (americká klávesnice s chorvatskými písmeny)" #. Keyboard indicator for Chech layouts -#: ../rules/base.xml.in.h:398 ../rules/base.extras.xml.in.h:89 +#: ../rules/base.xml.in.h:398 ../rules/base.extras.xml.in.h:90 msgid "cs" msgstr "cs" -#: ../rules/base.xml.in.h:399 ../rules/base.extras.xml.in.h:90 +#: ../rules/base.xml.in.h:399 ../rules/base.extras.xml.in.h:91 msgid "Czech" msgstr "České" @@ -1539,11 +1539,11 @@ msgid "Czech (US Dvorak with CZ UCW support)" msgstr "České (americké Dvorak s podporou CZ UCW)" #. Keyboard indicator for Danish layouts -#: ../rules/base.xml.in.h:406 ../rules/base.extras.xml.in.h:92 +#: ../rules/base.xml.in.h:406 ../rules/base.extras.xml.in.h:93 msgid "da" msgstr "da" -#: ../rules/base.xml.in.h:407 ../rules/base.extras.xml.in.h:93 +#: ../rules/base.xml.in.h:407 ../rules/base.extras.xml.in.h:94 msgid "Danish" msgstr "Dánské" @@ -1568,11 +1568,11 @@ msgid "Danish (Dvorak)" msgstr "Dánské (Dvorak)" #. Keyboard indicator for Dutch layouts -#: ../rules/base.xml.in.h:414 ../rules/base.extras.xml.in.h:95 +#: ../rules/base.xml.in.h:414 ../rules/base.extras.xml.in.h:96 msgid "nl" msgstr "nl" -#: ../rules/base.xml.in.h:415 ../rules/base.extras.xml.in.h:96 +#: ../rules/base.xml.in.h:415 ../rules/base.extras.xml.in.h:97 msgid "Dutch" msgstr "Nizozemské" @@ -1598,11 +1598,11 @@ msgid "Dzongkha" msgstr "Dzongkä" #. Keyboard indicator for Estonian layouts -#: ../rules/base.xml.in.h:423 ../rules/base.extras.xml.in.h:98 +#: ../rules/base.xml.in.h:423 ../rules/base.extras.xml.in.h:99 msgid "et" msgstr "et" -#: ../rules/base.xml.in.h:424 ../rules/base.extras.xml.in.h:99 +#: ../rules/base.xml.in.h:424 ../rules/base.extras.xml.in.h:100 msgid "Estonian" msgstr "Estonské" @@ -1618,7 +1618,7 @@ msgstr "Estonské (Dvorak)" msgid "Estonian (US keyboard with Estonian letters)" msgstr "Estonské (americká klávesnice s estonskými písmeny)" -#: ../rules/base.xml.in.h:428 ../rules/base.extras.xml.in.h:29 +#: ../rules/base.xml.in.h:428 ../rules/base.extras.xml.in.h:30 msgid "Persian" msgstr "Perské" @@ -1681,11 +1681,11 @@ msgid "Faroese (eliminate dead keys)" msgstr "Faerské (bez mrtvých kláves)" #. Keyboard indicator for Finnish layouts -#: ../rules/base.xml.in.h:446 ../rules/base.extras.xml.in.h:101 +#: ../rules/base.xml.in.h:446 ../rules/base.extras.xml.in.h:102 msgid "fi" msgstr "fi" -#: ../rules/base.xml.in.h:447 ../rules/base.extras.xml.in.h:102 +#: ../rules/base.xml.in.h:447 ../rules/base.extras.xml.in.h:103 msgid "Finnish" msgstr "Finské" @@ -1709,7 +1709,7 @@ msgstr "Severosámské (Finsko)" msgid "Finnish (Macintosh)" msgstr "Finské (Macintosh)" -#: ../rules/base.xml.in.h:453 ../rules/base.extras.xml.in.h:104 +#: ../rules/base.xml.in.h:453 ../rules/base.extras.xml.in.h:105 msgid "French" msgstr "Francouzské" @@ -1945,11 +1945,11 @@ msgid "German (legacy)" msgstr "Německé (zděděné)" #. Keyboard indicator for Greek layouts -#: ../rules/base.xml.in.h:518 ../rules/base.extras.xml.in.h:106 +#: ../rules/base.xml.in.h:518 ../rules/base.extras.xml.in.h:107 msgid "gr" msgstr "gr" -#: ../rules/base.xml.in.h:519 ../rules/base.extras.xml.in.h:107 +#: ../rules/base.xml.in.h:519 ../rules/base.extras.xml.in.h:108 msgid "Greek" msgstr "Řecké" @@ -2084,11 +2084,11 @@ msgid "Icelandic (Dvorak)" msgstr "Islandské (Dvorak)" #. Keyboard indicator for Hebrew layouts -#: ../rules/base.xml.in.h:555 ../rules/base.extras.xml.in.h:77 +#: ../rules/base.xml.in.h:555 ../rules/base.extras.xml.in.h:78 msgid "he" msgstr "he" -#: ../rules/base.xml.in.h:556 ../rules/base.extras.xml.in.h:78 +#: ../rules/base.xml.in.h:556 ../rules/base.extras.xml.in.h:79 msgid "Hebrew" msgstr "Hebrejské" @@ -2105,11 +2105,11 @@ msgid "Hebrew (Biblical, Tiro)" msgstr "Hebrejské (biblické, Tiro)" #. Keyboard indicator for Italian layouts -#: ../rules/base.xml.in.h:561 ../rules/base.extras.xml.in.h:109 +#: ../rules/base.xml.in.h:561 ../rules/base.extras.xml.in.h:110 msgid "it" msgstr "it" -#: ../rules/base.xml.in.h:562 ../rules/base.extras.xml.in.h:110 +#: ../rules/base.xml.in.h:562 ../rules/base.extras.xml.in.h:111 msgid "Italian" msgstr "Italské" @@ -2138,11 +2138,11 @@ msgid "Italian (IBM 142)" msgstr "Italské (IBM 142)" #. Keyboard indicator for Japanese layouts -#: ../rules/base.xml.in.h:570 ../rules/base.extras.xml.in.h:112 +#: ../rules/base.xml.in.h:570 ../rules/base.extras.xml.in.h:113 msgid "ja" msgstr "ja" -#: ../rules/base.xml.in.h:571 ../rules/base.extras.xml.in.h:113 +#: ../rules/base.xml.in.h:571 ../rules/base.extras.xml.in.h:114 msgid "Japanese" msgstr "Japonské" @@ -2219,7 +2219,7 @@ msgid "Lao (STEA proposed standard layout)" msgstr "Laoské (návrh standardního rozložení STEA)" #. Keyboard indicator for Spanish layouts -#: ../rules/base.xml.in.h:594 ../rules/base.extras.xml.in.h:125 +#: ../rules/base.xml.in.h:594 ../rules/base.extras.xml.in.h:126 msgid "es" msgstr "es" @@ -2240,11 +2240,11 @@ msgid "Spanish (Latin American, Sun dead keys)" msgstr "Španělské (latinskoamerické, mrtvé klávesy Sun)" #. Keyboard indicator for Lithuanian layouts -#: ../rules/base.xml.in.h:600 ../rules/base.extras.xml.in.h:31 +#: ../rules/base.xml.in.h:600 ../rules/base.extras.xml.in.h:32 msgid "lt" msgstr "lt" -#: ../rules/base.xml.in.h:601 ../rules/base.extras.xml.in.h:32 +#: ../rules/base.xml.in.h:601 ../rules/base.extras.xml.in.h:33 msgid "Lithuanian" msgstr "Litevské" @@ -2269,11 +2269,11 @@ msgid "Lithuanian (LEKPa)" msgstr "Litevské (LEKPa)" #. Keyboard indicator for Latvian layouts -#: ../rules/base.xml.in.h:608 ../rules/base.extras.xml.in.h:35 +#: ../rules/base.xml.in.h:608 ../rules/base.extras.xml.in.h:36 msgid "lv" msgstr "lv" -#: ../rules/base.xml.in.h:609 ../rules/base.extras.xml.in.h:36 +#: ../rules/base.xml.in.h:609 ../rules/base.extras.xml.in.h:37 msgid "Latvian" msgstr "Lotyšské" @@ -2311,7 +2311,7 @@ msgid "Maori" msgstr "Maorské" #. Keyboard indicator for Serbian layouts -#: ../rules/base.xml.in.h:620 ../rules/base.extras.xml.in.h:66 +#: ../rules/base.xml.in.h:620 ../rules/base.extras.xml.in.h:67 msgid "sr" msgstr "sr" @@ -2383,11 +2383,11 @@ msgid "Mongolian" msgstr "Mongolské" #. Keyboard indicator for Norwegian layouts -#: ../rules/base.xml.in.h:641 ../rules/base.extras.xml.in.h:117 +#: ../rules/base.xml.in.h:641 ../rules/base.extras.xml.in.h:118 msgid "no" msgstr "no" -#: ../rules/base.xml.in.h:642 ../rules/base.extras.xml.in.h:118 +#: ../rules/base.xml.in.h:642 ../rules/base.extras.xml.in.h:119 msgid "Norwegian" msgstr "Norské" @@ -2424,11 +2424,11 @@ msgid "Norwegian (Colemak)" msgstr "Norské (Colemak)" #. Keyboard indicator for Polish layouts -#: ../rules/base.xml.in.h:652 ../rules/base.extras.xml.in.h:55 +#: ../rules/base.xml.in.h:652 ../rules/base.extras.xml.in.h:56 msgid "pl" msgstr "pl" -#: ../rules/base.xml.in.h:653 ../rules/base.extras.xml.in.h:56 +#: ../rules/base.xml.in.h:653 ../rules/base.extras.xml.in.h:57 msgid "Polish" msgstr "Polské" @@ -2468,7 +2468,7 @@ msgstr "Ruské (Polsko, fonetické Dvorak)" msgid "Polish (programmer Dvorak)" msgstr "Polské (programátorské Dvorak)" -#: ../rules/base.xml.in.h:663 ../rules/base.extras.xml.in.h:120 +#: ../rules/base.xml.in.h:663 ../rules/base.extras.xml.in.h:121 msgid "Portuguese" msgstr "Portugalské" @@ -2505,11 +2505,11 @@ msgid "Esperanto (Portugal, Nativo)" msgstr "Esperantské (Portugalsko, nativo)" #. Keyboard indicator for Romanian layouts -#: ../rules/base.xml.in.h:673 ../rules/base.extras.xml.in.h:60 +#: ../rules/base.xml.in.h:673 ../rules/base.extras.xml.in.h:61 msgid "ro" msgstr "ro" -#: ../rules/base.xml.in.h:674 ../rules/base.extras.xml.in.h:61 +#: ../rules/base.xml.in.h:674 ../rules/base.extras.xml.in.h:62 msgid "Romanian" msgstr "Rumunské" @@ -2529,7 +2529,7 @@ msgstr "Rumunské (standardní se cedillou)" msgid "Romanian (WinKeys)" msgstr "Rumunské (s klávesami Win)" -#: ../rules/base.xml.in.h:679 ../rules/base.extras.xml.in.h:70 +#: ../rules/base.xml.in.h:679 ../rules/base.extras.xml.in.h:71 msgid "Russian" msgstr "Ruské" @@ -2609,1390 +2609,1414 @@ msgstr "Baškirské" msgid "Mari" msgstr "Marijské" -#: ../rules/base.xml.in.h:699 ../rules/base.extras.xml.in.h:67 +#: ../rules/base.xml.in.h:699 +msgid "Russian (phonetic azerty)" +msgstr "Ruské (fonetické AZERTY)" + +#: ../rules/base.xml.in.h:700 +msgid "Russian (phonetic French)" +msgstr "Ruské (fonetické francouzské)" + +#: ../rules/base.xml.in.h:701 ../rules/base.extras.xml.in.h:68 msgid "Serbian" msgstr "Srbské" -#: ../rules/base.xml.in.h:700 +#: ../rules/base.xml.in.h:702 msgid "Serbian (Cyrillic, ZE and ZHE swapped)" msgstr "Srbské (cyrilice, prohozené З a Ж)" -#: ../rules/base.xml.in.h:701 +#: ../rules/base.xml.in.h:703 msgid "Serbian (Latin)" msgstr "Srbské (latinka)" -#: ../rules/base.xml.in.h:702 +#: ../rules/base.xml.in.h:704 msgid "Serbian (Latin Unicode)" msgstr "Srbské (latinka Unicode)" -#: ../rules/base.xml.in.h:703 +#: ../rules/base.xml.in.h:705 msgid "Serbian (Latin qwerty)" msgstr "Srbské (latinka QWERTY)" -#: ../rules/base.xml.in.h:704 +#: ../rules/base.xml.in.h:706 msgid "Serbian (Latin Unicode qwerty)" msgstr "Srbské (latinka Unicode QWERTY)" -#: ../rules/base.xml.in.h:705 +#: ../rules/base.xml.in.h:707 msgid "Serbian (Cyrillic with guillemets)" msgstr "Srbské (cyrilice s francouzskými uvozovkami)" -#: ../rules/base.xml.in.h:706 +#: ../rules/base.xml.in.h:708 msgid "Serbian (Latin with guillemets)" msgstr "Srbské (latinka s francouzskými uvozovkami)" -#: ../rules/base.xml.in.h:707 +#: ../rules/base.xml.in.h:709 msgid "Pannonian Rusyn" msgstr "Panonsko-rusínské" #. Keyboard indicator for Slovenian layouts -#: ../rules/base.xml.in.h:709 +#: ../rules/base.xml.in.h:711 msgid "sl" msgstr "sl" -#: ../rules/base.xml.in.h:710 +#: ../rules/base.xml.in.h:712 msgid "Slovenian" msgstr "Slovinské" -#: ../rules/base.xml.in.h:711 +#: ../rules/base.xml.in.h:713 msgid "Slovenian (with guillemets for quotes)" msgstr "Slovinské (s francouzskými uvozovkami)" -#: ../rules/base.xml.in.h:712 +#: ../rules/base.xml.in.h:714 msgid "Slovenian (US keyboard with Slovenian letters)" msgstr "Slovinské (americká klávesnice se slovinskými písmeny)" #. Keyboard indicator for Slovak layouts -#: ../rules/base.xml.in.h:714 ../rules/base.extras.xml.in.h:122 +#: ../rules/base.xml.in.h:716 ../rules/base.extras.xml.in.h:123 msgid "sk" msgstr "sk" -#: ../rules/base.xml.in.h:715 ../rules/base.extras.xml.in.h:123 +#: ../rules/base.xml.in.h:717 ../rules/base.extras.xml.in.h:124 msgid "Slovak" msgstr "Slovenské" -#: ../rules/base.xml.in.h:716 +#: ../rules/base.xml.in.h:718 msgid "Slovak (extended Backslash)" msgstr "Slovenské (rozšířená klávesa zpětného lomítka)" -#: ../rules/base.xml.in.h:717 +#: ../rules/base.xml.in.h:719 msgid "Slovak (qwerty)" msgstr "Slovenské (QWERTY)" -#: ../rules/base.xml.in.h:718 +#: ../rules/base.xml.in.h:720 msgid "Slovak (qwerty, extended Backslash)" msgstr "Slovenské (QWERTY, rozšířená klávesa zpětného lomítka)" -#: ../rules/base.xml.in.h:719 ../rules/base.extras.xml.in.h:126 +#: ../rules/base.xml.in.h:721 ../rules/base.extras.xml.in.h:127 msgid "Spanish" msgstr "Španělské" -#: ../rules/base.xml.in.h:720 +#: ../rules/base.xml.in.h:722 msgid "Spanish (eliminate dead keys)" msgstr "Španělské (vyloučit mrtvé klávesy)" -#: ../rules/base.xml.in.h:721 +#: ../rules/base.xml.in.h:723 msgid "Spanish (Winkeys)" msgstr "Španělské (klávesy Win)" -#: ../rules/base.xml.in.h:722 +#: ../rules/base.xml.in.h:724 msgid "Spanish (include dead tilde)" msgstr "Španělské (zahrnout mrtvou klávesu vlnovky)" -#: ../rules/base.xml.in.h:723 +#: ../rules/base.xml.in.h:725 msgid "Spanish (Sun dead keys)" msgstr "Španělské (mrtvé klávesy Sun)" -#: ../rules/base.xml.in.h:724 +#: ../rules/base.xml.in.h:726 msgid "Spanish (Dvorak)" msgstr "Španělské (Dvorak)" -#: ../rules/base.xml.in.h:725 +#: ../rules/base.xml.in.h:727 msgid "Asturian (Spain, with bottom-dot H and bottom-dot L)" msgstr "Asturské (Španělsko, s H s tečkou pod a L s tečkou pod)" -#: ../rules/base.xml.in.h:726 +#: ../rules/base.xml.in.h:728 msgid "Catalan (Spain, with middle-dot L)" msgstr "Katalánské (Španělsko, s Ŀ)" -#: ../rules/base.xml.in.h:727 +#: ../rules/base.xml.in.h:729 msgid "Spanish (Macintosh)" msgstr "Španělské (Macintosh)" #. Keyboard indicator for Swedish layouts -#: ../rules/base.xml.in.h:729 ../rules/base.extras.xml.in.h:128 +#: ../rules/base.xml.in.h:731 ../rules/base.extras.xml.in.h:129 msgid "sv" msgstr "sv" -#: ../rules/base.xml.in.h:730 ../rules/base.extras.xml.in.h:129 +#: ../rules/base.xml.in.h:732 ../rules/base.extras.xml.in.h:130 msgid "Swedish" msgstr "Švédské" -#: ../rules/base.xml.in.h:731 +#: ../rules/base.xml.in.h:733 msgid "Swedish (eliminate dead keys)" msgstr "Švédské (bez mrtvých kláves)" -#: ../rules/base.xml.in.h:732 +#: ../rules/base.xml.in.h:734 msgid "Swedish (Dvorak)" msgstr "Švédské (Dvorak)" -#: ../rules/base.xml.in.h:733 +#: ../rules/base.xml.in.h:735 msgid "Russian (Sweden, phonetic)" msgstr "Ruské (Švédsko, fonetické)" -#: ../rules/base.xml.in.h:734 +#: ../rules/base.xml.in.h:736 msgid "Russian (Sweden, phonetic, eliminate dead keys)" msgstr "Ruské (Švédsko, fonetické, vyloučit mrtvé klávesy)" -#: ../rules/base.xml.in.h:735 +#: ../rules/base.xml.in.h:737 msgid "Northern Saami (Sweden)" msgstr "Severosámské (Švédsko)" -#: ../rules/base.xml.in.h:736 +#: ../rules/base.xml.in.h:738 msgid "Swedish (Macintosh)" msgstr "Švédské (Macintosh)" -#: ../rules/base.xml.in.h:737 +#: ../rules/base.xml.in.h:739 msgid "Swedish (Svdvorak)" msgstr "Švédské (Svdvorak)" -#: ../rules/base.xml.in.h:738 +#: ../rules/base.xml.in.h:740 msgid "Swedish Sign Language" msgstr "Švédský znakový jazyk" -#: ../rules/base.xml.in.h:739 ../rules/base.extras.xml.in.h:132 +#: ../rules/base.xml.in.h:741 ../rules/base.extras.xml.in.h:133 msgid "German (Switzerland)" msgstr "Německé (Švýcarsko)" -#: ../rules/base.xml.in.h:740 +#: ../rules/base.xml.in.h:742 msgid "German (Switzerland, legacy)" msgstr "Německé (Švýcarsko, zděděné)" -#: ../rules/base.xml.in.h:741 +#: ../rules/base.xml.in.h:743 msgid "German (Switzerland, eliminate dead keys)" msgstr "Německé (Švýcarsko, vyloučit mrtvé klávesy)" -#: ../rules/base.xml.in.h:742 +#: ../rules/base.xml.in.h:744 msgid "German (Switzerland, Sun dead keys)" msgstr "Německé (Švýcarsko, mrtvé klávesy Sun)" -#: ../rules/base.xml.in.h:743 +#: ../rules/base.xml.in.h:745 msgid "French (Switzerland)" msgstr "Francouzské (Švýcarsko)" -#: ../rules/base.xml.in.h:744 +#: ../rules/base.xml.in.h:746 msgid "French (Switzerland, eliminate dead keys)" msgstr "Francouzské (Švýcarsko, vyloučit mrtvé klávesy)" -#: ../rules/base.xml.in.h:745 +#: ../rules/base.xml.in.h:747 msgid "French (Switzerland, Sun dead keys)" msgstr "Francouzské (Švýcarsko, mrtvé klávesy Sun)" -#: ../rules/base.xml.in.h:746 +#: ../rules/base.xml.in.h:748 msgid "French (Switzerland, Macintosh)" msgstr "Francouzské (Švýcarsko, Macintosh)" -#: ../rules/base.xml.in.h:747 +#: ../rules/base.xml.in.h:749 msgid "German (Switzerland, Macintosh)" msgstr "Německé (Švýcarsko, Macintosh)" -#: ../rules/base.xml.in.h:748 +#: ../rules/base.xml.in.h:750 msgid "Arabic (Syria)" msgstr "Arabské (Sýrie)" #. Keyboard indicator for Syriac layouts -#: ../rules/base.xml.in.h:750 +#: ../rules/base.xml.in.h:752 msgid "syc" msgstr "syc" -#: ../rules/base.xml.in.h:751 +#: ../rules/base.xml.in.h:753 msgid "Syriac" msgstr "Syrské" -#: ../rules/base.xml.in.h:752 +#: ../rules/base.xml.in.h:754 msgid "Syriac (phonetic)" msgstr "Syrské (fonetické)" -#: ../rules/base.xml.in.h:753 +#: ../rules/base.xml.in.h:755 msgid "Kurdish (Syria, Latin Q)" msgstr "Kurdské (Sýrie, latinské Q)" -#: ../rules/base.xml.in.h:754 +#: ../rules/base.xml.in.h:756 msgid "Kurdish (Syria, F)" msgstr "Kurdské (Sýrie, F)" -#: ../rules/base.xml.in.h:755 +#: ../rules/base.xml.in.h:757 msgid "Kurdish (Syria, Latin Alt-Q)" msgstr "Kurdské (Sýrie, latinské Alt-Q)" #. Keyboard indicator for Tajik layouts -#: ../rules/base.xml.in.h:757 +#: ../rules/base.xml.in.h:759 msgid "tg" msgstr "tg" -#: ../rules/base.xml.in.h:758 +#: ../rules/base.xml.in.h:760 msgid "Tajik" msgstr "Tádžické" -#: ../rules/base.xml.in.h:759 +#: ../rules/base.xml.in.h:761 msgid "Tajik (legacy)" msgstr "Tádžické (zděděné)" #. Keyboard indicator for Sinhala layouts -#: ../rules/base.xml.in.h:761 +#: ../rules/base.xml.in.h:763 msgid "si" msgstr "si" -#: ../rules/base.xml.in.h:762 +#: ../rules/base.xml.in.h:764 msgid "Sinhala (phonetic)" msgstr "Synhálské (fonetické)" -#: ../rules/base.xml.in.h:763 +#: ../rules/base.xml.in.h:765 msgid "Tamil (Sri Lanka, Unicode)" msgstr "Tamilské (Šrí Lanka, Unicode)" -#: ../rules/base.xml.in.h:764 +#: ../rules/base.xml.in.h:766 msgid "Tamil (Sri Lanka, TAB Typewriter)" msgstr "Tamilské (Šrí Lanka, psací stroj TAB)" #. Keyboard indicator for Thai layouts -#: ../rules/base.xml.in.h:766 +#: ../rules/base.xml.in.h:768 msgid "th" msgstr "th" -#: ../rules/base.xml.in.h:767 +#: ../rules/base.xml.in.h:769 msgid "Thai" msgstr "Thajské" -#: ../rules/base.xml.in.h:768 +#: ../rules/base.xml.in.h:770 msgid "Thai (TIS-820.2538)" msgstr "Thajské (TIS-820.2538)" -#: ../rules/base.xml.in.h:769 +#: ../rules/base.xml.in.h:771 msgid "Thai (Pattachote)" msgstr "Thajské (Pattachote)" #. Keyboard indicator for Turkish layouts -#: ../rules/base.xml.in.h:771 ../rules/base.extras.xml.in.h:135 +#: ../rules/base.xml.in.h:773 ../rules/base.extras.xml.in.h:136 msgid "tr" msgstr "tr" -#: ../rules/base.xml.in.h:772 ../rules/base.extras.xml.in.h:136 +#: ../rules/base.xml.in.h:774 ../rules/base.extras.xml.in.h:137 msgid "Turkish" msgstr "Turecké" -#: ../rules/base.xml.in.h:773 +#: ../rules/base.xml.in.h:775 msgid "Turkish (F)" msgstr "Turecké (F)" -#: ../rules/base.xml.in.h:774 +#: ../rules/base.xml.in.h:776 msgid "Turkish (Alt-Q)" msgstr "Turecké (Alt-Q)" -#: ../rules/base.xml.in.h:775 +#: ../rules/base.xml.in.h:777 msgid "Turkish (Sun dead keys)" msgstr "Turecké (s mrtvými klávesami Sun)" -#: ../rules/base.xml.in.h:776 +#: ../rules/base.xml.in.h:778 msgid "Kurdish (Turkey, Latin Q)" msgstr "Kurdské (Turecko, latinské Q)" -#: ../rules/base.xml.in.h:777 +#: ../rules/base.xml.in.h:779 msgid "Kurdish (Turkey, F)" msgstr "Kurdské (Turecko, F)" -#: ../rules/base.xml.in.h:778 +#: ../rules/base.xml.in.h:780 msgid "Kurdish (Turkey, Latin Alt-Q)" msgstr "Kurdské (Turecko, latinské Alt-Q)" -#: ../rules/base.xml.in.h:779 +#: ../rules/base.xml.in.h:781 msgid "Turkish (international with dead keys)" msgstr "Turecké (mezinárodní s mrtvými klávesami)" #. Keyboard indicator for Crimean Tatar layouts -#: ../rules/base.xml.in.h:781 ../rules/base.extras.xml.in.h:62 +#: ../rules/base.xml.in.h:783 ../rules/base.extras.xml.in.h:63 msgid "crh" msgstr "crh" -#: ../rules/base.xml.in.h:782 +#: ../rules/base.xml.in.h:784 msgid "Crimean Tatar (Turkish Q)" msgstr "Krymskotatarské (turecké Q)" -#: ../rules/base.xml.in.h:783 +#: ../rules/base.xml.in.h:785 msgid "Crimean Tatar (Turkish F)" msgstr "Krymskotatarské (turecké F)" -#: ../rules/base.xml.in.h:784 +#: ../rules/base.xml.in.h:786 msgid "Crimean Tatar (Turkish Alt-Q)" msgstr "Krymskotatarské (turecké Alt-Q)" -#: ../rules/base.xml.in.h:785 +#: ../rules/base.xml.in.h:787 msgid "Taiwanese" msgstr "Tchajwanské" -#: ../rules/base.xml.in.h:786 +#: ../rules/base.xml.in.h:788 msgid "Taiwanese (indigenous)" msgstr "Tchajwanské (domorodé)" #. Keyboard indicator for Saisiyat layouts -#: ../rules/base.xml.in.h:788 +#: ../rules/base.xml.in.h:790 msgid "xsy" msgstr "xsy" -#: ../rules/base.xml.in.h:789 +#: ../rules/base.xml.in.h:791 msgid "Saisiyat (Taiwan)" msgstr "Saisiyatské (Tchaj-wan)" #. Keyboard indicator for Ukranian layouts -#: ../rules/base.xml.in.h:791 ../rules/base.extras.xml.in.h:138 +#: ../rules/base.xml.in.h:793 ../rules/base.extras.xml.in.h:139 msgid "uk" msgstr "uk" -#: ../rules/base.xml.in.h:792 ../rules/base.extras.xml.in.h:139 +#: ../rules/base.xml.in.h:794 ../rules/base.extras.xml.in.h:140 msgid "Ukrainian" msgstr "Ukrajinské" -#: ../rules/base.xml.in.h:793 +#: ../rules/base.xml.in.h:795 msgid "Ukrainian (phonetic)" msgstr "Ukrajinské (fonetické)" -#: ../rules/base.xml.in.h:794 +#: ../rules/base.xml.in.h:796 msgid "Ukrainian (typewriter)" msgstr "Ukrajinské (psací stroj)" -#: ../rules/base.xml.in.h:795 +#: ../rules/base.xml.in.h:797 msgid "Ukrainian (WinKeys)" msgstr "Ukrajinské (klávesy Win)" -#: ../rules/base.xml.in.h:796 +#: ../rules/base.xml.in.h:798 msgid "Ukrainian (legacy)" msgstr "Ukrajinské (zděděné)" -#: ../rules/base.xml.in.h:797 +#: ../rules/base.xml.in.h:799 msgid "Ukrainian (standard RSTU)" msgstr "Ukrajinské (standardní RSTU)" -#: ../rules/base.xml.in.h:798 +#: ../rules/base.xml.in.h:800 msgid "Russian (Ukraine, standard RSTU)" msgstr "Ruské (Ukrajina, standardní RSTU)" -#: ../rules/base.xml.in.h:799 +#: ../rules/base.xml.in.h:801 msgid "Ukrainian (homophonic)" msgstr "Ukrajinské (stejně znějící)" -#: ../rules/base.xml.in.h:800 ../rules/base.extras.xml.in.h:141 +#: ../rules/base.xml.in.h:802 ../rules/base.extras.xml.in.h:142 msgid "English (UK)" msgstr "Anglické (Británie)" -#: ../rules/base.xml.in.h:801 +#: ../rules/base.xml.in.h:803 msgid "English (UK, extended WinKeys)" msgstr "Anglické (Británie, rozšířené - klávesy Win)" -#: ../rules/base.xml.in.h:802 +#: ../rules/base.xml.in.h:804 msgid "English (UK, international with dead keys)" msgstr "Anglické (Británie, mezinárodní s mrtvými klávesami)" -#: ../rules/base.xml.in.h:803 +#: ../rules/base.xml.in.h:805 msgid "English (UK, Dvorak)" msgstr "Anglické (Británie, Dvorak)" -#: ../rules/base.xml.in.h:804 +#: ../rules/base.xml.in.h:806 msgid "English (UK, Dvorak with UK punctuation)" msgstr "Anglické (Británie, Dvorak s britskou interpunkcí)" -#: ../rules/base.xml.in.h:805 +#: ../rules/base.xml.in.h:807 msgid "English (UK, Macintosh)" msgstr "Anglické (Británie, Macintosh)" -#: ../rules/base.xml.in.h:806 +#: ../rules/base.xml.in.h:808 msgid "English (UK, Macintosh international)" msgstr "Anglické (Británie, mezinárodní Macintosh)" -#: ../rules/base.xml.in.h:807 +#: ../rules/base.xml.in.h:809 msgid "English (UK, Colemak)" msgstr "Anglické (Británie, Colemak)" -#: ../rules/base.xml.in.h:808 +#: ../rules/base.xml.in.h:810 msgid "Uzbek" msgstr "Uzbecké" -#: ../rules/base.xml.in.h:809 +#: ../rules/base.xml.in.h:811 msgid "Uzbek (Latin)" msgstr "Uzbecké (latinka)" #. Keyboard indicator for Vietnamese layouts -#: ../rules/base.xml.in.h:811 +#: ../rules/base.xml.in.h:813 msgid "vi" msgstr "vi" -#: ../rules/base.xml.in.h:812 +#: ../rules/base.xml.in.h:814 msgid "Vietnamese" msgstr "Vietnamské" #. Keyboard indicator for Korean layouts -#: ../rules/base.xml.in.h:814 ../rules/base.extras.xml.in.h:143 +#: ../rules/base.xml.in.h:816 ../rules/base.extras.xml.in.h:144 msgid "ko" msgstr "ko" -#: ../rules/base.xml.in.h:815 ../rules/base.extras.xml.in.h:144 +#: ../rules/base.xml.in.h:817 ../rules/base.extras.xml.in.h:145 msgid "Korean" msgstr "Korejské" -#: ../rules/base.xml.in.h:816 +#: ../rules/base.xml.in.h:818 msgid "Korean (101/104 key compatible)" msgstr "Korejské (kompatibilní se 101/104klávesovou klávesnicí)" -#: ../rules/base.xml.in.h:817 +#: ../rules/base.xml.in.h:819 msgid "Japanese (PC-98xx Series)" msgstr "Japonské (řada PC-98xx)" #. Keyboard indicator for Irish layouts -#: ../rules/base.xml.in.h:819 +#: ../rules/base.xml.in.h:821 msgid "ie" msgstr "ie" -#: ../rules/base.xml.in.h:820 +#: ../rules/base.xml.in.h:822 msgid "Irish" msgstr "Irské" -#: ../rules/base.xml.in.h:821 +#: ../rules/base.xml.in.h:823 msgid "CloGaelach" msgstr "Gaelská latinka" -#: ../rules/base.xml.in.h:822 +#: ../rules/base.xml.in.h:824 msgid "Irish (UnicodeExpert)" msgstr "Irské (UnicodeExpert)" -#: ../rules/base.xml.in.h:823 +#: ../rules/base.xml.in.h:825 msgid "Ogham" msgstr "Ogam" -#: ../rules/base.xml.in.h:824 +#: ../rules/base.xml.in.h:826 msgid "Ogham (IS434)" msgstr "Ogam (IS434)" -#: ../rules/base.xml.in.h:825 +#: ../rules/base.xml.in.h:827 msgid "Urdu (Pakistan)" msgstr "Urdské (Pákistán)" -#: ../rules/base.xml.in.h:826 +#: ../rules/base.xml.in.h:828 msgid "Urdu (Pakistan, CRULP)" msgstr "Urdské (Pákistán, CRULP)" -#: ../rules/base.xml.in.h:827 +#: ../rules/base.xml.in.h:829 msgid "Urdu (Pakistan, NLA)" msgstr "Urdské (Pákistán, NLA)" -#: ../rules/base.xml.in.h:828 +#: ../rules/base.xml.in.h:830 msgid "Arabic (Pakistan)" msgstr "Arabské (Pákistán)" #. Keyboard indicator for Sindhi layouts -#: ../rules/base.xml.in.h:830 +#: ../rules/base.xml.in.h:832 msgid "sd" msgstr "sd" -#: ../rules/base.xml.in.h:831 +#: ../rules/base.xml.in.h:833 msgid "Sindhi" msgstr "Sindhské" #. Keyboard indicator for Dhivehi layouts -#: ../rules/base.xml.in.h:833 +#: ../rules/base.xml.in.h:835 msgid "dv" msgstr "dv" -#: ../rules/base.xml.in.h:834 +#: ../rules/base.xml.in.h:836 msgid "Dhivehi" msgstr "Divehi" -#: ../rules/base.xml.in.h:835 +#: ../rules/base.xml.in.h:837 msgid "English (South Africa)" msgstr "Anglické (Jižní Afrika)" #. Keyboard indicator for Esperanto layouts -#: ../rules/base.xml.in.h:837 +#: ../rules/base.xml.in.h:839 msgid "eo" msgstr "eo" -#: ../rules/base.xml.in.h:838 +#: ../rules/base.xml.in.h:840 msgid "Esperanto" msgstr "Esperanto" -#: ../rules/base.xml.in.h:839 +#: ../rules/base.xml.in.h:841 msgid "Esperanto (displaced semicolon and quote, obsolete)" msgstr "Esperanto (posunutý středník a uvozovka, zastaralé)" #. Keyboard indicator for Nepali layouts -#: ../rules/base.xml.in.h:841 +#: ../rules/base.xml.in.h:843 msgid "ne" msgstr "ne" -#: ../rules/base.xml.in.h:842 +#: ../rules/base.xml.in.h:844 msgid "Nepali" msgstr "Nepálské" -#: ../rules/base.xml.in.h:843 +#: ../rules/base.xml.in.h:845 msgid "English (Nigeria)" msgstr "Anglické (Nigérie)" #. Keyboard indicator for Igbo layouts -#: ../rules/base.xml.in.h:845 +#: ../rules/base.xml.in.h:847 msgid "ig" msgstr "ig" -#: ../rules/base.xml.in.h:846 +#: ../rules/base.xml.in.h:848 msgid "Igbo" msgstr "Igbo" #. Keyboard indicator for Yoruba layouts -#: ../rules/base.xml.in.h:848 +#: ../rules/base.xml.in.h:850 msgid "yo" msgstr "yo" -#: ../rules/base.xml.in.h:849 +#: ../rules/base.xml.in.h:851 msgid "Yoruba" msgstr "Jorubské" #. Keyboard indicator for Amharic layouts -#: ../rules/base.xml.in.h:851 +#: ../rules/base.xml.in.h:853 msgid "am" msgstr "am" -#: ../rules/base.xml.in.h:852 +#: ../rules/base.xml.in.h:854 msgid "Amharic" msgstr "Amharské" #. Keyboard indicator for Wolof layouts -#: ../rules/base.xml.in.h:854 +#: ../rules/base.xml.in.h:856 msgid "wo" msgstr "wo" -#: ../rules/base.xml.in.h:855 +#: ../rules/base.xml.in.h:857 msgid "Wolof" msgstr "Wolof" #. Keyboard indicator for Braille layouts -#: ../rules/base.xml.in.h:857 +#: ../rules/base.xml.in.h:859 msgid "brl" msgstr "brl" -#: ../rules/base.xml.in.h:858 +#: ../rules/base.xml.in.h:860 msgid "Braille" msgstr "Braillovo písmo" -#: ../rules/base.xml.in.h:859 +#: ../rules/base.xml.in.h:861 msgid "Braille (left hand)" msgstr "Braillovo písmo (levoruké)" -#: ../rules/base.xml.in.h:860 +#: ../rules/base.xml.in.h:862 msgid "Braille (right hand)" msgstr "Braillovo písmo (pravoruké)" #. Keyboard indicator for Turkmen layouts -#: ../rules/base.xml.in.h:862 +#: ../rules/base.xml.in.h:864 msgid "tk" msgstr "tk" -#: ../rules/base.xml.in.h:863 +#: ../rules/base.xml.in.h:865 msgid "Turkmen" msgstr "Turkménské" -#: ../rules/base.xml.in.h:864 +#: ../rules/base.xml.in.h:866 msgid "Turkmen (Alt-Q)" msgstr "Turkménské (Alt-Q)" #. Keyboard indicator for Bambara layouts -#: ../rules/base.xml.in.h:866 +#: ../rules/base.xml.in.h:868 msgid "bm" msgstr "bm" -#: ../rules/base.xml.in.h:867 +#: ../rules/base.xml.in.h:869 msgid "Bambara" msgstr "Bambarské" -#: ../rules/base.xml.in.h:868 +#: ../rules/base.xml.in.h:870 msgid "French (Mali, alternative)" msgstr "Francouzské (Mali, alternativní)" -#: ../rules/base.xml.in.h:869 +#: ../rules/base.xml.in.h:871 msgid "English (Mali, US Macintosh)" msgstr "Anglické (Mali, americké Macintosh)" -#: ../rules/base.xml.in.h:870 +#: ../rules/base.xml.in.h:872 msgid "English (Mali, US international)" msgstr "Anglické (Mali, americké mezinárodní)" #. Keyboard indicator for Swahili layouts -#: ../rules/base.xml.in.h:872 +#: ../rules/base.xml.in.h:874 msgid "sw" msgstr "sw" -#: ../rules/base.xml.in.h:873 +#: ../rules/base.xml.in.h:875 msgid "Swahili (Tanzania)" msgstr "Svahilské (Tanzanie)" -#: ../rules/base.xml.in.h:874 +#: ../rules/base.xml.in.h:876 msgid "Swahili (Kenya)" msgstr "Svahilské (Keňa)" -#: ../rules/base.xml.in.h:875 +#: ../rules/base.xml.in.h:877 msgid "Kikuyu" msgstr "Kikujské" #. Keyboard indicator for Tswana layouts -#: ../rules/base.xml.in.h:877 +#: ../rules/base.xml.in.h:879 msgid "tn" msgstr "tn" -#: ../rules/base.xml.in.h:878 +#: ../rules/base.xml.in.h:880 msgid "Tswana" msgstr "Setswana" #. Keyboard indicator for Filipino layouts -#: ../rules/base.xml.in.h:880 +#: ../rules/base.xml.in.h:882 msgid "ph" msgstr "ph" -#: ../rules/base.xml.in.h:881 +#: ../rules/base.xml.in.h:883 msgid "Filipino" msgstr "Filipínské" -#: ../rules/base.xml.in.h:882 +#: ../rules/base.xml.in.h:884 msgid "Filipino (QWERTY Baybayin)" msgstr "Filipínské (baybayinské QWERTY)" -#: ../rules/base.xml.in.h:883 +#: ../rules/base.xml.in.h:885 msgid "Filipino (Capewell-Dvorak Latin)" msgstr "Filipínské (latinské Capewell-Dvorak)" -#: ../rules/base.xml.in.h:884 +#: ../rules/base.xml.in.h:886 msgid "Filipino (Capewell-Dvorak Baybayin)" msgstr "Filipínské (baybayinské Capewell-Dvorak)" -#: ../rules/base.xml.in.h:885 +#: ../rules/base.xml.in.h:887 msgid "Filipino (Capewell-QWERF 2006 Latin)" msgstr "Filipínské (latinské Capewell-QWERF 2006)" -#: ../rules/base.xml.in.h:886 +#: ../rules/base.xml.in.h:888 msgid "Filipino (Capewell-QWERF 2006 Baybayin)" msgstr "Filipínské (baybayinské Capewell-QWERF 2006)" -#: ../rules/base.xml.in.h:887 +#: ../rules/base.xml.in.h:889 msgid "Filipino (Colemak Latin)" msgstr "Filipínské (latinské Colemak)" -#: ../rules/base.xml.in.h:888 +#: ../rules/base.xml.in.h:890 msgid "Filipino (Colemak Baybayin)" msgstr "Filipínské (baybayinské Colemak)" -#: ../rules/base.xml.in.h:889 +#: ../rules/base.xml.in.h:891 msgid "Filipino (Dvorak Latin)" msgstr "Filipínské (latinské Dvorak)" -#: ../rules/base.xml.in.h:890 +#: ../rules/base.xml.in.h:892 msgid "Filipino (Dvorak Baybayin)" msgstr "Filipínské (baybayinské Dvorak)" -#: ../rules/base.xml.in.h:891 +#: ../rules/base.xml.in.h:893 msgid "md" msgstr "md" -#: ../rules/base.xml.in.h:892 +#: ../rules/base.xml.in.h:894 msgid "Moldavian" msgstr "Moldavské" -#: ../rules/base.xml.in.h:893 +#: ../rules/base.xml.in.h:895 msgid "gag" msgstr "gag" -#: ../rules/base.xml.in.h:894 +#: ../rules/base.xml.in.h:896 msgid "Moldavian (Gagauz)" msgstr "Moldavské (Gagauzské)" -#: ../rules/base.xml.in.h:895 +#: ../rules/base.xml.in.h:897 msgid "Switching to another layout" msgstr "Přepínající do jiného rozložení" -#: ../rules/base.xml.in.h:896 +#: ../rules/base.xml.in.h:898 msgid "Right Alt (while pressed)" msgstr "Pravá klávesa Alt (při stisknutí)" -#: ../rules/base.xml.in.h:897 +#: ../rules/base.xml.in.h:899 msgid "Left Alt (while pressed)" msgstr "Levá klávesa Alt (při stisknutí)" -#: ../rules/base.xml.in.h:898 +#: ../rules/base.xml.in.h:900 msgid "Left Win (while pressed)" msgstr "Levá klávesa Win (při stisknutí)" -#: ../rules/base.xml.in.h:899 +#: ../rules/base.xml.in.h:901 msgid "Right Win (while pressed)" msgstr "Pravá klávesa Win (při stisknutí)" -#: ../rules/base.xml.in.h:900 +#: ../rules/base.xml.in.h:902 msgid "Any Win key (while pressed)" msgstr "Libovolná klávesa Win (při stisknutí)" -#: ../rules/base.xml.in.h:901 +#: ../rules/base.xml.in.h:903 msgid "Caps Lock (while pressed), Alt+Caps Lock does the original capslock action" msgstr "Caps Lock (při stisknutí), Alt+Caps Lock provádí původní akci Caps Lock" -#: ../rules/base.xml.in.h:902 +#: ../rules/base.xml.in.h:904 msgid "Right Ctrl (while pressed)" msgstr "Pravá klávesa Ctrl (při stisknutí)" -#: ../rules/base.xml.in.h:903 +#: ../rules/base.xml.in.h:905 msgid "Right Alt" msgstr "Pravá klávesa Alt" -#: ../rules/base.xml.in.h:904 +#: ../rules/base.xml.in.h:906 msgid "Left Alt" msgstr "Levá klávesa Alt" -#: ../rules/base.xml.in.h:905 +#: ../rules/base.xml.in.h:907 msgid "Caps Lock" msgstr "Caps Lock" -#: ../rules/base.xml.in.h:906 +#: ../rules/base.xml.in.h:908 msgid "Shift+Caps Lock" msgstr "Shift+Caps Lock" -#: ../rules/base.xml.in.h:907 +#: ../rules/base.xml.in.h:909 msgid "Caps Lock (to first layout), Shift+Caps Lock (to last layout)" msgstr "Caps Lock (na první rozložení), Shift+Caps Lock (na poslední rozložení)" -#: ../rules/base.xml.in.h:908 +#: ../rules/base.xml.in.h:910 msgid "Left Win (to first layout), Right Win/Menu (to last layout)" msgstr "Levá klávesa Win (na první rozložení), pravá klávesa Win/Menu (na poslední rozložení)" -#: ../rules/base.xml.in.h:909 +#: ../rules/base.xml.in.h:911 msgid "Left Ctrl (to first layout), Right Ctrl (to last layout)" msgstr "Levá klávesa Ctrl (na první rozložení), pravá klávesa Ctrl (na poslední rozložení)" -#: ../rules/base.xml.in.h:910 +#: ../rules/base.xml.in.h:912 msgid "Alt+Caps Lock" msgstr "Alt+Caps Lock" -#: ../rules/base.xml.in.h:911 +#: ../rules/base.xml.in.h:913 msgid "Both Shift keys together" msgstr "Obě klávesy Shift dohromady" -#: ../rules/base.xml.in.h:912 +#: ../rules/base.xml.in.h:914 msgid "Both Alt keys together" msgstr "Obě klávesy Alt dohromady" -#: ../rules/base.xml.in.h:913 +#: ../rules/base.xml.in.h:915 msgid "Both Ctrl keys together" msgstr "Obě klávesy Ctrl dohromady" -#: ../rules/base.xml.in.h:914 +#: ../rules/base.xml.in.h:916 msgid "Ctrl+Shift" msgstr "Ctrl+Shift" -#: ../rules/base.xml.in.h:915 +#: ../rules/base.xml.in.h:917 msgid "Left Ctrl+Left Shift" msgstr "Levá klávesa Ctrl + levá klávesa Shift" -#: ../rules/base.xml.in.h:916 +#: ../rules/base.xml.in.h:918 msgid "Right Ctrl+Right Shift" msgstr "Pravá klávesa Ctrl + pravá klávesa Shift" -#: ../rules/base.xml.in.h:917 +#: ../rules/base.xml.in.h:919 msgid "Alt+Ctrl" msgstr "Alt+Ctrl" -#: ../rules/base.xml.in.h:918 +#: ../rules/base.xml.in.h:920 msgid "Alt+Shift" msgstr "Alt+Shift" -#: ../rules/base.xml.in.h:919 +#: ../rules/base.xml.in.h:921 msgid "Left Alt+Left Shift" msgstr "Levý Alt + levý Shift" -#: ../rules/base.xml.in.h:920 +#: ../rules/base.xml.in.h:922 msgid "Alt+Space" msgstr "Alt+Mezerník" -#: ../rules/base.xml.in.h:921 +#: ../rules/base.xml.in.h:923 msgid "Menu" msgstr "Menu" -#: ../rules/base.xml.in.h:922 +#: ../rules/base.xml.in.h:924 msgid "Left Win" msgstr "Levá klávesa Win" -#: ../rules/base.xml.in.h:923 +#: ../rules/base.xml.in.h:925 msgid "Win Key+Space" msgstr "Klávesa Win + Mezerník" -#: ../rules/base.xml.in.h:924 +#: ../rules/base.xml.in.h:926 msgid "Right Win" msgstr "Pravá klávesa Win" -#: ../rules/base.xml.in.h:925 +#: ../rules/base.xml.in.h:927 msgid "Left Shift" msgstr "Levá klávesa Shift" -#: ../rules/base.xml.in.h:926 +#: ../rules/base.xml.in.h:928 msgid "Right Shift" msgstr "Pravá klávesa Shift" -#: ../rules/base.xml.in.h:927 +#: ../rules/base.xml.in.h:929 msgid "Left Ctrl" msgstr "Levá klávesa Ctrl" -#: ../rules/base.xml.in.h:928 +#: ../rules/base.xml.in.h:930 msgid "Right Ctrl" msgstr "Pravá klávesa Ctrl" -#: ../rules/base.xml.in.h:929 +#: ../rules/base.xml.in.h:931 msgid "Scroll Lock" msgstr "Scroll Lock" -#: ../rules/base.xml.in.h:930 +#: ../rules/base.xml.in.h:932 msgid "LeftCtrl+LeftWin (to first layout), RightCtrl+Menu (to second layout)" msgstr "Levý Ctrl + Levý Win (na první rozložení), pravý Ctrl + Menu (na druhém rozložení)" -#: ../rules/base.xml.in.h:931 +#: ../rules/base.xml.in.h:933 msgid "Key to choose 3rd level" msgstr "Klávesa umožňující výběr 3. úrovně" -#: ../rules/base.xml.in.h:932 +#: ../rules/base.xml.in.h:934 msgid "Any Win key" msgstr "Libovolná klávesa Win" -#: ../rules/base.xml.in.h:933 +#: ../rules/base.xml.in.h:935 msgid "Any Alt key" msgstr "Libovolná klávesa Alt" -#: ../rules/base.xml.in.h:934 +#: ../rules/base.xml.in.h:936 msgid "Right Alt, Shift+Right Alt key is Compose" msgstr "Pravý Alt, Shift a pravá klávesa Alt je Compose" -#: ../rules/base.xml.in.h:935 +#: ../rules/base.xml.in.h:937 msgid "Right Alt key never chooses 3rd level" msgstr "Pravá klávesa Alt nikdy neumožní výběr 3. úrovně" -#: ../rules/base.xml.in.h:936 +#: ../rules/base.xml.in.h:938 msgid "Enter on keypad" msgstr "Enter na numerické klávesnici" -#: ../rules/base.xml.in.h:937 +#: ../rules/base.xml.in.h:939 msgid "Backslash" msgstr "Zpětné lomítko" -#: ../rules/base.xml.in.h:938 +#: ../rules/base.xml.in.h:940 msgid "<Less/Greater>" msgstr "<Menší než/větší než>" -#: ../rules/base.xml.in.h:939 +#: ../rules/base.xml.in.h:941 msgid "Caps Lock chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "Caps Lock vybírá 3. úroveň, jednorázově uzamyká při stisknutí společně s jinou výběrovou klávesou 3. úrovně" -#: ../rules/base.xml.in.h:940 +#: ../rules/base.xml.in.h:942 msgid "Backslash chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "Zpětné lomítko vybírá 3. úroveň, jednorázově uzamyká při stisknutí společně s jinou výběrovou klávesou 3. úrovně" -#: ../rules/base.xml.in.h:941 +#: ../rules/base.xml.in.h:943 msgid "<Less/Greater> chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "<Menší než/Větší než> vybírá 3. úroveň, jednorázově uzamyká při stisknutí společně s jinou výběrovou klávesou 3. úrovně" -#: ../rules/base.xml.in.h:942 +#: ../rules/base.xml.in.h:944 msgid "Ctrl key position" msgstr "Umístění klávesy Ctrl" -#: ../rules/base.xml.in.h:943 +#: ../rules/base.xml.in.h:945 msgid "Caps Lock as Ctrl" msgstr "Caps Lock jako Ctrl" -#: ../rules/base.xml.in.h:944 +#: ../rules/base.xml.in.h:946 msgid "Left Ctrl as Meta" msgstr "Levý Ctrl jako Meta" -#: ../rules/base.xml.in.h:945 +#: ../rules/base.xml.in.h:947 msgid "Swap Ctrl and Caps Lock" msgstr "Zaměnit Ctrl a Caps Lock" -#: ../rules/base.xml.in.h:946 +#: ../rules/base.xml.in.h:948 msgid "At left of 'A'" msgstr "Nalevo od „A“" -#: ../rules/base.xml.in.h:947 +#: ../rules/base.xml.in.h:949 msgid "At bottom left" msgstr "Vlevo dole" -#: ../rules/base.xml.in.h:948 +#: ../rules/base.xml.in.h:950 msgid "Right Ctrl as Right Alt" msgstr "Pravá klávesa Ctrl funguje jako pravá klávesa Alt" -#: ../rules/base.xml.in.h:949 +#: ../rules/base.xml.in.h:951 msgid "Menu as Right Ctrl" msgstr "Menu jako pravý Ctrl" -#: ../rules/base.xml.in.h:950 +#: ../rules/base.xml.in.h:952 msgid "Right Alt as Right Ctrl" msgstr "Pravý Alt jako pravý Ctrl" -#: ../rules/base.xml.in.h:951 +#: ../rules/base.xml.in.h:953 msgid "Swap Left Alt key with Left Ctrl key" msgstr "Levá klávesa Alt je prohozena s levou klávesou Ctrl" -#: ../rules/base.xml.in.h:952 +#: ../rules/base.xml.in.h:954 msgid "Swap Left Win key with Left Ctrl key" msgstr "Levá klávesa Win je prohozena s levou klávesou Ctrl" -#: ../rules/base.xml.in.h:953 +#: ../rules/base.xml.in.h:955 msgid "Swap Right Win key with Right Ctrl key" msgstr "Pravá klávesa Win je prohozena s pravou klávesou Ctrl" -#: ../rules/base.xml.in.h:954 +#: ../rules/base.xml.in.h:956 msgid "Left Alt as Ctrl, Left Ctrl as Win, Left Win as Alt" msgstr "Levý Alt jako Ctrl, Levý Ctrl jako Win, levý Win jako Alt" -#: ../rules/base.xml.in.h:955 +#: ../rules/base.xml.in.h:957 msgid "Use keyboard LED to show alternative layout" msgstr "Použít LED klávesnice k zobrazení alternativního rozložení" -#: ../rules/base.xml.in.h:956 +#: ../rules/base.xml.in.h:958 msgid "Num Lock" msgstr "Num Lock" -#: ../rules/base.xml.in.h:957 +#: ../rules/base.xml.in.h:959 msgid "Layout of numeric keypad" msgstr "Rozložení numerické klávesnice" -#: ../rules/base.xml.in.h:958 +#: ../rules/base.xml.in.h:960 msgid "Legacy" msgstr "Zděděné" -#: ../rules/base.xml.in.h:959 +#: ../rules/base.xml.in.h:961 msgid "Unicode additions (arrows and math operators)" msgstr "Doplňky Unicode (šipky a matematické operátory)" -#: ../rules/base.xml.in.h:960 +#: ../rules/base.xml.in.h:962 msgid "Unicode additions (arrows and math operators; math operators on default level)" msgstr "Doplňky Unicode (šipky a matematické operátory; matematické operátory na výchozí úrovni)" -#: ../rules/base.xml.in.h:961 +#: ../rules/base.xml.in.h:963 msgid "Legacy Wang 724" msgstr "Zděděná Wang 724" -#: ../rules/base.xml.in.h:962 +#: ../rules/base.xml.in.h:964 msgid "Wang 724 keypad with Unicode additions (arrows and math operators)" msgstr "Numerická klávesnice Wang 724 s doplňky Unicode (šipky a matematické operátory)" -#: ../rules/base.xml.in.h:963 +#: ../rules/base.xml.in.h:965 msgid "Wang 724 keypad with Unicode additions (arrows and math operators; math operators on default level)" msgstr "Numerická klávesnice Wang 724 s doplňky Unicode (šipky a matematické operátory; matematické operátory na výchozí úrovni)" -#: ../rules/base.xml.in.h:964 +#: ../rules/base.xml.in.h:966 msgid "Hexadecimal" msgstr "Hexadecimální" -#: ../rules/base.xml.in.h:965 +#: ../rules/base.xml.in.h:967 msgid "ATM/phone-style" msgstr "ATM/telefonní typ" -#: ../rules/base.xml.in.h:966 +#: ../rules/base.xml.in.h:968 msgid "Numeric keypad delete key behaviour" msgstr "Chování klávesy Delete na numerické klávesnici" -#: ../rules/base.xml.in.h:967 +#: ../rules/base.xml.in.h:969 msgid "Legacy key with dot" msgstr "Zděděná klávesa s tečkou" #. Actually, with KP_SEPARATOR, as the old keypad(comma) -#: ../rules/base.xml.in.h:969 +#: ../rules/base.xml.in.h:971 msgid "Legacy key with comma" msgstr "Zděděná klávesa s čárkou" -#: ../rules/base.xml.in.h:970 +#: ../rules/base.xml.in.h:972 msgid "Four-level key with dot" msgstr "Klávesa čtvrté úrovně s tečkou" -#: ../rules/base.xml.in.h:971 +#: ../rules/base.xml.in.h:973 msgid "Four-level key with dot, Latin-9 only" msgstr "Klávesa čtvrté úrovně s tečkou, pouze Latin-9" -#: ../rules/base.xml.in.h:972 +#: ../rules/base.xml.in.h:974 msgid "Four-level key with comma" msgstr "Klávesa čtvrté úrovně s čárkou" -#: ../rules/base.xml.in.h:973 +#: ../rules/base.xml.in.h:975 msgid "Four-level key with momayyez" msgstr "Klávesa čtvrté úrovně se znakem momajjez" #. This assumes the KP_ abstract symbols are actually useful for some apps #. The description needs to be rewritten -#: ../rules/base.xml.in.h:976 +#: ../rules/base.xml.in.h:978 msgid "Four-level key with abstract separators" msgstr "Klávesa čtvrté úrovně s abstraktními oddělovači" -#: ../rules/base.xml.in.h:977 +#: ../rules/base.xml.in.h:979 msgid "Semicolon on third level" msgstr "Středník na třetí úrovni" -#: ../rules/base.xml.in.h:978 +#: ../rules/base.xml.in.h:980 msgid "Caps Lock key behavior" msgstr "Chování klávesy Caps Lock" -#: ../rules/base.xml.in.h:979 +#: ../rules/base.xml.in.h:981 msgid "Caps Lock uses internal capitalization; Shift \"pauses\" Caps Lock" msgstr "Caps Lock používá vnitřní převod na verzálky, Shift přerušuje Caps Lock" -#: ../rules/base.xml.in.h:980 +#: ../rules/base.xml.in.h:982 msgid "Caps Lock uses internal capitalization; Shift doesn't affect Caps Lock" msgstr "Caps Lock používá vnitřní převod na verzálky, Shift neovlivňuje Caps Lock" -#: ../rules/base.xml.in.h:981 +#: ../rules/base.xml.in.h:983 msgid "Caps Lock acts as Shift with locking; Shift \"pauses\" Caps Lock" msgstr "Caps Lock funguje jako Shift s uzamčením, Shift přerušuje Caps Lock" -#: ../rules/base.xml.in.h:982 +#: ../rules/base.xml.in.h:984 msgid "Caps Lock acts as Shift with locking; Shift doesn't affect Caps Lock" msgstr "Caps Lock funguje jako Shift s uzamčením, Shift neovlivňuje Caps Lock" -#: ../rules/base.xml.in.h:983 +#: ../rules/base.xml.in.h:985 msgid "Caps Lock toggles normal capitalization of alphabetic characters" msgstr "Caps Lock přepne běžný převod abecedních znaků na verzálky" -#: ../rules/base.xml.in.h:984 +#: ../rules/base.xml.in.h:986 msgid "Make Caps Lock an additional Num Lock" msgstr "Vytvořit z klávesy Caps Lock další Num Lock" -#: ../rules/base.xml.in.h:985 +#: ../rules/base.xml.in.h:987 msgid "Swap ESC and Caps Lock" msgstr "Zaměnit Esc a Caps Lock" -#: ../rules/base.xml.in.h:986 +#: ../rules/base.xml.in.h:988 msgid "Make Caps Lock an additional ESC" msgstr "Vytvořit z klávesy Caps Lock další Esc" -#: ../rules/base.xml.in.h:987 +#: ../rules/base.xml.in.h:989 msgid "Make Caps Lock an additional Backspace" msgstr "Vytvořit z klávesy Caps Lock další Backspace" -#: ../rules/base.xml.in.h:988 +#: ../rules/base.xml.in.h:990 msgid "Make Caps Lock an additional Super" msgstr "Vytvořit z klávesy Caps Lock další Super" -#: ../rules/base.xml.in.h:989 +#: ../rules/base.xml.in.h:991 msgid "Make Caps Lock an additional Hyper" msgstr "Vytvořit z klávesy Caps Lock další Hyper" -#: ../rules/base.xml.in.h:990 +#: ../rules/base.xml.in.h:992 msgid "Caps Lock toggles ShiftLock (affects all keys)" msgstr "Caps Lock přepne ShiftLock (ovlivňuje všechny klávesy)" -#: ../rules/base.xml.in.h:991 +#: ../rules/base.xml.in.h:993 msgid "Caps Lock is disabled" msgstr "Klávesa Caps Lock je vypnuta" -#: ../rules/base.xml.in.h:992 +#: ../rules/base.xml.in.h:994 msgid "Make Caps Lock an additional Ctrl" msgstr "Vytvořit z klávesy Caps Lock další Ctrl" -#: ../rules/base.xml.in.h:993 +#: ../rules/base.xml.in.h:995 msgid "Alt/Win key behavior" msgstr "Chování klávesy Alt/Win" -#: ../rules/base.xml.in.h:994 +#: ../rules/base.xml.in.h:996 msgid "Add the standard behavior to Menu key" msgstr "Přidá standardní chování ke klávese Menu" -#: ../rules/base.xml.in.h:995 +#: ../rules/base.xml.in.h:997 msgid "Alt and Meta are on Alt keys" msgstr "Alt a Meta na klávesách Alt" -#: ../rules/base.xml.in.h:996 +#: ../rules/base.xml.in.h:998 msgid "Alt is mapped to Win keys (and the usual Alt keys)" msgstr "Alt je přiřazen ke klávesám Win (a obvyklým klávesám Alt)" -#: ../rules/base.xml.in.h:997 +#: ../rules/base.xml.in.h:999 msgid "Ctrl is mapped to Win keys (and the usual Ctrl keys)" msgstr "Ctrl je přiřazen ke klávesám Win (a obvyklým klávesám Ctrl)" -#: ../rules/base.xml.in.h:998 +#: ../rules/base.xml.in.h:1000 msgid "Ctrl is mapped to Alt keys, Alt is mapped to Win keys" msgstr "Ctrl je přiřazen ke klávesám Alt, Alt je přiřazen ke klávesám Win" -#: ../rules/base.xml.in.h:999 +#: ../rules/base.xml.in.h:1001 msgid "Meta is mapped to Win keys" msgstr "Meta je přiřazena ke klávesám Win" -#: ../rules/base.xml.in.h:1000 +#: ../rules/base.xml.in.h:1002 msgid "Meta is mapped to Left Win" msgstr "Meta je přiřazena k levé klávese Win" -#: ../rules/base.xml.in.h:1001 +#: ../rules/base.xml.in.h:1003 msgid "Hyper is mapped to Win keys" msgstr "Hyper je přiřazena ke klávesám Win" -#: ../rules/base.xml.in.h:1002 +#: ../rules/base.xml.in.h:1004 msgid "Alt is mapped to Right Win, Super to Menu" msgstr "Alt je přiřazena k pravé klávese Win a Super k Menu" -#: ../rules/base.xml.in.h:1003 +#: ../rules/base.xml.in.h:1005 msgid "Alt is swapped with Win" msgstr "Alt je prohozen s klávesou Win" -#: ../rules/base.xml.in.h:1004 +#: ../rules/base.xml.in.h:1006 msgid "Position of Compose key" msgstr "Umístění klávesy Compose" -#: ../rules/base.xml.in.h:1005 +#: ../rules/base.xml.in.h:1007 msgid "3rd level of Left Win" msgstr "3. úroveň levého Win" -#: ../rules/base.xml.in.h:1006 +#: ../rules/base.xml.in.h:1008 msgid "3rd level of Right Win" msgstr "3. úroveň pravého Win" -#: ../rules/base.xml.in.h:1007 +#: ../rules/base.xml.in.h:1009 msgid "3rd level of Menu" msgstr "3. úroveň Menu" -#: ../rules/base.xml.in.h:1008 +#: ../rules/base.xml.in.h:1010 msgid "3rd level of Left Ctrl" msgstr "3. úroveň levého Ctrl" -#: ../rules/base.xml.in.h:1009 +#: ../rules/base.xml.in.h:1011 msgid "3rd level of Right Ctrl" msgstr "3. úroveň pravého Ctrl" -#: ../rules/base.xml.in.h:1010 +#: ../rules/base.xml.in.h:1012 msgid "3rd level of Caps Lock" msgstr "3. úroveň klávesy Caps Lock" -#: ../rules/base.xml.in.h:1011 +#: ../rules/base.xml.in.h:1013 msgid "3rd level of <Less/Greater>" msgstr "3. úroveň <Menší než/větší než>" -#: ../rules/base.xml.in.h:1012 +#: ../rules/base.xml.in.h:1014 msgid "Pause" msgstr "Pause (Pauza)" -#: ../rules/base.xml.in.h:1013 +#: ../rules/base.xml.in.h:1015 msgid "PrtSc" msgstr "PrtSc" -#: ../rules/base.xml.in.h:1014 +#: ../rules/base.xml.in.h:1016 msgid "Miscellaneous compatibility options" msgstr "Dodatečné volby kompatibility" -#: ../rules/base.xml.in.h:1015 +#: ../rules/base.xml.in.h:1017 msgid "Default numeric keypad keys" msgstr "Výchozí numerická klávesnice" -#: ../rules/base.xml.in.h:1016 +#: ../rules/base.xml.in.h:1018 msgid "Numeric keypad keys always enter digits (as in Mac OS)" msgstr "Klávesy numerické klávesnice vždy vrací číslice (jako u Mac OS)" -#: ../rules/base.xml.in.h:1017 -msgid "Shift with numeric keypad keys works as in MS Windows" -msgstr "Shift s numerickými klávesami funguje jako v MS Windows" +#: ../rules/base.xml.in.h:1019 +msgid "NumLock on: digits, Shift switches to arrow keys, Numlock off: always arrow keys (as in MS Windows)" +msgstr "Zapnutý Num Lock: číslice, Shift přepíná na šipky, vypnutý Num Lock: vždy šipky (jako v MS Windows)" -#: ../rules/base.xml.in.h:1018 +#: ../rules/base.xml.in.h:1020 msgid "Shift does not cancel Num Lock, chooses 3rd level instead" msgstr "Shift neruší Num Lock, namísto toho vybírá 3. úroveň" -#: ../rules/base.xml.in.h:1019 +#: ../rules/base.xml.in.h:1021 msgid "Special keys (Ctrl+Alt+<key>) handled in a server" msgstr "Speciální klávesy (Ctrl+Alt+<klávesa>) zpracovány v serveru" -#: ../rules/base.xml.in.h:1020 +#: ../rules/base.xml.in.h:1022 msgid "Apple Aluminium Keyboard: emulate PC keys (Print, Scroll Lock, Pause, Num Lock)" msgstr "Apple Aluminium Keyboard: emulovat klávesy PC (Print, Scroll Lock, Pause, Num Lock)" -#: ../rules/base.xml.in.h:1021 +#: ../rules/base.xml.in.h:1023 msgid "Shift cancels Caps Lock" msgstr "Shift ruší Caps Lock" -#: ../rules/base.xml.in.h:1022 +#: ../rules/base.xml.in.h:1024 msgid "Enable extra typographic characters" msgstr "Povolit přídavné znaky hladké sazby" -#: ../rules/base.xml.in.h:1023 +#: ../rules/base.xml.in.h:1025 msgid "Both Shift keys together toggle Caps Lock" msgstr "Obě klávesy Shift dohromady přepnou Caps Lock" -#: ../rules/base.xml.in.h:1024 +#: ../rules/base.xml.in.h:1026 msgid "Both Shift keys together activate Caps Lock, one Shift key deactivates" msgstr "Obě klávesy Shift dohromady zapnou Caps Lock, jediná klávesa Shift jej vypne" -#: ../rules/base.xml.in.h:1025 +#: ../rules/base.xml.in.h:1027 msgid "Both Shift keys together toggle ShiftLock" msgstr "Obě klávesy Shift dohromady přepnou ShiftLock" -#: ../rules/base.xml.in.h:1026 +#: ../rules/base.xml.in.h:1028 msgid "Shift + NumLock toggles PointerKeys" msgstr "Shift + Num Lock přepne PointerKeys (ovládání ukazatele)" -#: ../rules/base.xml.in.h:1027 +#: ../rules/base.xml.in.h:1029 msgid "Allow breaking grabs with keyboard actions (warning: security risk)" msgstr "Umožní porušit uzamčení vstupů pomocí akcí klávesnice (pozor: bezpečnostní riziko)" -#: ../rules/base.xml.in.h:1028 +#: ../rules/base.xml.in.h:1030 msgid "Allow grab and window tree logging" msgstr "Umožní protokolování uzamčení vstupů a stromu oken" -#: ../rules/base.xml.in.h:1029 +#: ../rules/base.xml.in.h:1031 msgid "Adding currency signs to certain keys" msgstr "Přidává znaky měny k určitým klávesám" -#: ../rules/base.xml.in.h:1030 +#: ../rules/base.xml.in.h:1032 msgid "Euro on E" msgstr "Euro na E" -#: ../rules/base.xml.in.h:1031 +#: ../rules/base.xml.in.h:1033 msgid "Euro on 2" msgstr "Euro na 2" -#: ../rules/base.xml.in.h:1032 +#: ../rules/base.xml.in.h:1034 msgid "Euro on 4" msgstr "Euro na 4" -#: ../rules/base.xml.in.h:1033 +#: ../rules/base.xml.in.h:1035 msgid "Euro on 5" msgstr "Euro na 5" -#: ../rules/base.xml.in.h:1034 +#: ../rules/base.xml.in.h:1036 msgid "Rupee on 4" msgstr "Rupie na 4" -#: ../rules/base.xml.in.h:1035 +#: ../rules/base.xml.in.h:1037 msgid "Key to choose 5th level" msgstr "Klávesa umožňující výběr 5. úrovně" -#: ../rules/base.xml.in.h:1036 +#: ../rules/base.xml.in.h:1038 msgid "<Less/Greater> chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "<Menší než/Větší než> vybírá 5. úroveň, uzamyká při stisknutí společně s jinou výběrovou klávesou 5. úrovně" -#: ../rules/base.xml.in.h:1037 +#: ../rules/base.xml.in.h:1039 msgid "Right Alt chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Pravá klávesa Alt vybírá 5. úroveň, uzamyká při stisknutí společně s jinou výběrovou klávesou 5. úrovně" -#: ../rules/base.xml.in.h:1038 +#: ../rules/base.xml.in.h:1040 msgid "Left Win chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Levá klávesa Win vybírá 5. úroveň, uzamyká při stisknutí společně s jinou výběrovou klávesou 5. úrovně" -#: ../rules/base.xml.in.h:1039 +#: ../rules/base.xml.in.h:1041 msgid "Right Win chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Pravá klávesa Win vybírá 5. úroveň, uzamyká při stisknutí společně s jinou výběrovou klávesou 5. úrovně" -#: ../rules/base.xml.in.h:1040 +#: ../rules/base.xml.in.h:1042 msgid "Using space key to input non-breakable space character" msgstr "Používání mezerníku k zadávání znaku nedělitelné mezery" -#: ../rules/base.xml.in.h:1041 +#: ../rules/base.xml.in.h:1043 msgid "Usual space at any level" msgstr "Na jakékoliv úrovni znak běžné mezery" -#: ../rules/base.xml.in.h:1042 +#: ../rules/base.xml.in.h:1044 msgid "Non-breakable space character at second level" msgstr "Na druhé úrovni znak nedělitelné mezery" -#: ../rules/base.xml.in.h:1043 +#: ../rules/base.xml.in.h:1045 msgid "Non-breakable space character at third level" msgstr "Na třetí úrovni znak nedělitelné mezery" -#: ../rules/base.xml.in.h:1044 +#: ../rules/base.xml.in.h:1046 msgid "Non-breakable space character at third level, nothing at fourth level" msgstr "Na třetí úrovni znak nedělitelné mezery, nic na úrovni čtvrté" -#: ../rules/base.xml.in.h:1045 +#: ../rules/base.xml.in.h:1047 msgid "Non-breakable space character at third level, thin non-breakable space character at fourth level" msgstr "Na třetí úrovni znak nedělitelné mezery, tenká nedělitelná mezera na čtvrté úrovni" -#: ../rules/base.xml.in.h:1046 +#: ../rules/base.xml.in.h:1048 msgid "Non-breakable space character at fourth level" msgstr "Na čtvrté úrovni znak nedělitelné mezery" -#: ../rules/base.xml.in.h:1047 +#: ../rules/base.xml.in.h:1049 msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level" msgstr "Na čtvrté úrovni znak nedělitelné mezery, tenká nedělitelná mezera na šesté úrovni" -#: ../rules/base.xml.in.h:1048 +#: ../rules/base.xml.in.h:1050 msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level (via Ctrl+Shift)" msgstr "Na čtvrté úrovni znak nedělitelné mezery, tenká nedělitelná mezera na šesté úrovni (přes Ctrl+Shift)" -#: ../rules/base.xml.in.h:1049 +#: ../rules/base.xml.in.h:1051 msgid "Zero-width non-joiner character at second level" msgstr "Na druhé úrovni znak nespojovače nulové šířky" -#: ../rules/base.xml.in.h:1050 +#: ../rules/base.xml.in.h:1052 msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level" msgstr "Na druhé úrovni znak nespojovače nulové šířky, znak spojovače nulové šířky na třetí úrovni" -#: ../rules/base.xml.in.h:1051 +#: ../rules/base.xml.in.h:1053 msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level, non-breakable space character at fourth level" msgstr "Na druhé úrovni znak nespojovače nulové šířky, znak spojovače nulové šířky na třetí úrovni, nedělitelná mezera na čtvrté úrovni" -#: ../rules/base.xml.in.h:1052 +#: ../rules/base.xml.in.h:1054 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level" msgstr "Na druhé úrovni znak nespojovače nulové šířky, nedělitelná mezera na třetí úrovni" -#: ../rules/base.xml.in.h:1053 +#: ../rules/base.xml.in.h:1055 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, nothing at fourth level" msgstr "Na druhé úrovni znak nespojovače nulové šířky, na třetí úrovni nedělitelná mezera, nic na úrovni čtvrté" -#: ../rules/base.xml.in.h:1054 +#: ../rules/base.xml.in.h:1056 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, zero-width joiner at fourth level" msgstr "Na druhé úrovni znak nespojovače nulové šířky, nedělitelná mezera na třetí úrovni, spojovač nulové šířky na úrovni čtvrté" -#: ../rules/base.xml.in.h:1055 +#: ../rules/base.xml.in.h:1057 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, thin non-breakable space at fourth level" msgstr "Na druhé úrovni znak nespojovače nulové šířky, nedělitelná mezera na třetí úrovni, tenká nedělitelná mezera na čtvrté úrovni" -#: ../rules/base.xml.in.h:1056 +#: ../rules/base.xml.in.h:1058 msgid "Zero-width non-joiner character at third level, zero-width joiner at fourth level" msgstr "Na třetí úrovni znak nespojovače nulové šířky, znak spojovače nulové šířky na úrovni čtvrté" -#: ../rules/base.xml.in.h:1057 +#: ../rules/base.xml.in.h:1059 msgid "Japanese keyboard options" msgstr "Volby japonské klávesnice" -#: ../rules/base.xml.in.h:1058 +#: ../rules/base.xml.in.h:1060 msgid "Kana Lock key is locking" msgstr "Klávesa Kana Lock uzamyká" -#: ../rules/base.xml.in.h:1059 +#: ../rules/base.xml.in.h:1061 msgid "NICOLA-F style Backspace" msgstr "Backspace typu NICOLA-F" -#: ../rules/base.xml.in.h:1060 +#: ../rules/base.xml.in.h:1062 msgid "Make Zenkaku Hankaku an additional ESC" msgstr "Vytvoří z klávesy Zenkaku/Hankaku další Esc" -#: ../rules/base.xml.in.h:1061 +#: ../rules/base.xml.in.h:1063 +msgid "Korean Hangul/Hanja keys" +msgstr "Korejský hangul/klávesy handža" + +#: ../rules/base.xml.in.h:1064 +msgid "Hardware Hangul/Hanja keys" +msgstr "Hardwarový hangul/klávesy handža" + +#: ../rules/base.xml.in.h:1065 +msgid "Right Alt as Hangul, right Ctrl as Hanja" +msgstr "Pravý Alt jako Hangul, pravý Ctrl jako Handža" + +#: ../rules/base.xml.in.h:1066 +msgid "Right Ctrl as Hangul, right Alt as Hanja" +msgstr "Pravá klávesa Ctrl jako Hangul, pravý Alt jako Handža" + +#: ../rules/base.xml.in.h:1067 msgid "Adding Esperanto supersigned letters" msgstr "Přidává diakritiku jazyka esperanto" -#: ../rules/base.xml.in.h:1062 +#: ../rules/base.xml.in.h:1068 msgid "To the corresponding key in a Qwerty layout" msgstr "K odpovídající klávese na rozložení QWERTY" -#: ../rules/base.xml.in.h:1063 +#: ../rules/base.xml.in.h:1069 msgid "To the corresponding key in a Dvorak layout" msgstr "K odpovídající klávese na rozložení Dvorak" -#: ../rules/base.xml.in.h:1064 +#: ../rules/base.xml.in.h:1070 msgid "To the corresponding key in a Colemak layout" msgstr "K odpovídající klávese na rozložení Colemak" -#: ../rules/base.xml.in.h:1065 +#: ../rules/base.xml.in.h:1071 msgid "Maintain key compatibility with old Solaris keycodes" msgstr "Udržovat kompatibilitu kláves se starými kódy kláves Solarisu" -#: ../rules/base.xml.in.h:1066 +#: ../rules/base.xml.in.h:1072 msgid "Sun Key compatibility" msgstr "Kompatibilita se Sun Key" -#: ../rules/base.xml.in.h:1067 +#: ../rules/base.xml.in.h:1073 msgid "Key sequence to kill the X server" msgstr "Pořadí kláves zabíjející server X" -#: ../rules/base.xml.in.h:1068 +#: ../rules/base.xml.in.h:1074 msgid "Ctrl + Alt + Backspace" msgstr "Ctrl + Alt + Backspace" @@ -4081,254 +4105,261 @@ msgid "German (with Hungarian letters and no dead keys)" msgstr "Německé (s maďarskými písmeny a bez mrtvých kláves)" #: ../rules/base.extras.xml.in.h:26 +msgid "Polish (Germany, eliminate dead keys)" +msgstr "Polské (Německo, bez mrtvých kláves)" + +#: ../rules/base.extras.xml.in.h:27 msgid "German (Sun Type 6/7)" msgstr "Německé (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:27 +#: ../rules/base.extras.xml.in.h:28 msgid "German (Aus der Neo-Welt)" msgstr "Německé (Aus der Neo-Welt)" -#: ../rules/base.extras.xml.in.h:30 +#: ../rules/base.extras.xml.in.h:31 msgid "Avestan" msgstr "Avestské" -#: ../rules/base.extras.xml.in.h:33 +#: ../rules/base.extras.xml.in.h:34 msgid "Lithuanian (US Dvorak with Lithuanian letters)" msgstr "Litevské (americká klávesnice s litevskými písmeny)" -#: ../rules/base.extras.xml.in.h:34 +#: ../rules/base.extras.xml.in.h:35 msgid "Lithuanian (Sun Type 6/7)" msgstr "Litevské (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:37 +#: ../rules/base.extras.xml.in.h:38 msgid "Latvian (US Dvorak)" msgstr "Lotyšské (americké Dvorak)" -#: ../rules/base.extras.xml.in.h:38 +#: ../rules/base.extras.xml.in.h:39 msgid "Latvian (US Dvorak, Y variant)" msgstr "Lotyšské (americké Dvorak, varianta s Y)" -#: ../rules/base.extras.xml.in.h:39 +#: ../rules/base.extras.xml.in.h:40 msgid "Latvian (US Dvorak, minus variant)" msgstr "Lotyšské (americké Dvorak, varianta s mínus)" -#: ../rules/base.extras.xml.in.h:40 +#: ../rules/base.extras.xml.in.h:41 msgid "Latvian (programmer US Dvorak)" msgstr "Lotyšské (programátorské americké Dvorak)" -#: ../rules/base.extras.xml.in.h:41 +#: ../rules/base.extras.xml.in.h:42 msgid "Latvian (programmer US Dvorak, Y variant)" msgstr "Lotyšské (programátorské americké Dvorak, varianta s Y)" -#: ../rules/base.extras.xml.in.h:42 +#: ../rules/base.extras.xml.in.h:43 msgid "Latvian (programmer US Dvorak, minus variant)" msgstr "Lotyšské (programátorské americké Dvorak, varianta s mínus)" -#: ../rules/base.extras.xml.in.h:43 +#: ../rules/base.extras.xml.in.h:44 msgid "Latvian (US Colemak)" msgstr "Lotyšské (americké Colemak)" -#: ../rules/base.extras.xml.in.h:44 +#: ../rules/base.extras.xml.in.h:45 msgid "Latvian (US Colemak, apostrophe variant)" msgstr "Lotyšské (americké Colemak, varianta s apostrofem)" -#: ../rules/base.extras.xml.in.h:45 +#: ../rules/base.extras.xml.in.h:46 msgid "Latvian (Sun Type 6/7)" msgstr "Lotyšské (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:48 +#: ../rules/base.extras.xml.in.h:49 msgid "English (US, international AltGr Unicode combining)" msgstr "Anglické (americké, mezinárodní kombinující Unicode přes AltGr)" -#: ../rules/base.extras.xml.in.h:49 +#: ../rules/base.extras.xml.in.h:50 msgid "English (US, international AltGr Unicode combining, alternative)" msgstr "Anglické (americké, mezinárodní kombinující Unicode přes AltGr, alternativní)" -#: ../rules/base.extras.xml.in.h:50 +#: ../rules/base.extras.xml.in.h:51 msgid "Atsina" msgstr "Atsina" -#: ../rules/base.extras.xml.in.h:51 +#: ../rules/base.extras.xml.in.h:52 msgid "Coeur d'Alene Salish" msgstr "Sališské (Cœur d'Alène)" -#: ../rules/base.extras.xml.in.h:52 +#: ../rules/base.extras.xml.in.h:53 msgid "Czech Slovak and German (US)" msgstr "České, slovenské a německé (americké)" -#: ../rules/base.extras.xml.in.h:53 +#: ../rules/base.extras.xml.in.h:54 msgid "English (US, Sun Type 6/7)" msgstr "Anglické (americké, Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:54 +#: ../rules/base.extras.xml.in.h:55 msgid "English (Norman)" msgstr "Anglické (normanské)" -#: ../rules/base.extras.xml.in.h:57 +#: ../rules/base.extras.xml.in.h:58 msgid "Polish (international with dead keys)" msgstr "Polské (mezinárodní s mrtvými klávesami)" -#: ../rules/base.extras.xml.in.h:58 +#: ../rules/base.extras.xml.in.h:59 msgid "Polish (Colemak)" msgstr "Polské (Colemak)" -#: ../rules/base.extras.xml.in.h:59 +#: ../rules/base.extras.xml.in.h:60 msgid "Polish (Sun Type 6/7)" msgstr "Polské (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:63 +#: ../rules/base.extras.xml.in.h:64 msgid "Crimean Tatar (Dobruja Q)" msgstr "Krymskotatarské (Dobrudža Q)" -#: ../rules/base.extras.xml.in.h:64 +#: ../rules/base.extras.xml.in.h:65 msgid "Romanian (ergonomic Touchtype)" msgstr "Rumunské (ergonomická Touchtype)" -#: ../rules/base.extras.xml.in.h:65 +#: ../rules/base.extras.xml.in.h:66 msgid "Romanian (Sun Type 6/7)" msgstr "Rumunské (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:68 +#: ../rules/base.extras.xml.in.h:69 msgid "Serbian (combining accents instead of dead keys)" msgstr "Srbské (místo mrtvých kláves kombinovaná diakritika)" -#: ../rules/base.extras.xml.in.h:71 +#: ../rules/base.extras.xml.in.h:72 msgid "Church Slavonic" msgstr "Církevněslovanské" -#: ../rules/base.extras.xml.in.h:72 +#: ../rules/base.extras.xml.in.h:73 msgid "Russian (with Ukrainian-Belorussian layout)" msgstr "Ruské (s ukrajinsko-běloruským rozložením)" -#: ../rules/base.extras.xml.in.h:73 +#: ../rules/base.extras.xml.in.h:74 msgid "Russian (Sun Type 6/7)" msgstr "Ruské (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:76 +#: ../rules/base.extras.xml.in.h:77 msgid "Armenian (OLPC phonetic)" msgstr "Arménské (fonetické OLPC)" -#: ../rules/base.extras.xml.in.h:79 +#: ../rules/base.extras.xml.in.h:80 msgid "Hebrew (Biblical, SIL phonetic)" msgstr "Hebrejské (biblické, fonetický SIL)" -#: ../rules/base.extras.xml.in.h:82 +#: ../rules/base.extras.xml.in.h:83 msgid "Arabic (Sun Type 6/7)" msgstr "Arabské (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:85 +#: ../rules/base.extras.xml.in.h:86 msgid "Belgian (Sun Type 6/7)" msgstr "Belgické (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:88 +#: ../rules/base.extras.xml.in.h:89 msgid "Portuguese (Brazil, Sun Type 6/7)" msgstr "Portugalské (Brazílie, Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:91 +#: ../rules/base.extras.xml.in.h:92 msgid "Czech (Sun Type 6/7)" msgstr "České (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:94 +#: ../rules/base.extras.xml.in.h:95 msgid "Danish (Sun Type 6/7)" msgstr "Dánské (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:97 +#: ../rules/base.extras.xml.in.h:98 msgid "Dutch (Sun Type 6/7)" msgstr "Nizozemské (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:100 +#: ../rules/base.extras.xml.in.h:101 msgid "Estonian (Sun Type 6/7)" msgstr "Estonské (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:103 +#: ../rules/base.extras.xml.in.h:104 msgid "Finnish (Sun Type 6/7)" msgstr "Finské (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:105 +#: ../rules/base.extras.xml.in.h:106 msgid "French (Sun Type 6/7)" msgstr "Francouzské (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:108 +#: ../rules/base.extras.xml.in.h:109 msgid "Greek (Sun Type 6/7)" msgstr "Řecké (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:111 +#: ../rules/base.extras.xml.in.h:112 msgid "Italian (Sun Type 6/7)" msgstr "Italské (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:114 +#: ../rules/base.extras.xml.in.h:115 msgid "Japanese (Sun Type 6)" msgstr "Japonské (Sun Type 6)" -#: ../rules/base.extras.xml.in.h:115 +#: ../rules/base.extras.xml.in.h:116 msgid "Japanese (Sun Type 7 - pc compatible)" msgstr "Japonské (Sun Type 7 – kompatibilní s PC)" -#: ../rules/base.extras.xml.in.h:116 +#: ../rules/base.extras.xml.in.h:117 msgid "Japanese (Sun Type 7 - sun compatible)" msgstr "Japonské (Sun Type 7 – kompatibilní se Sunem)" -#: ../rules/base.extras.xml.in.h:119 +#: ../rules/base.extras.xml.in.h:120 msgid "Norwegian (Sun Type 6/7)" msgstr "Norské (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:121 +#: ../rules/base.extras.xml.in.h:122 msgid "Portuguese (Sun Type 6/7)" msgstr "Portugalské (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:124 +#: ../rules/base.extras.xml.in.h:125 msgid "Slovak (Sun Type 6/7)" msgstr "Slovenské (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:127 +#: ../rules/base.extras.xml.in.h:128 msgid "Spanish (Sun Type 6/7)" msgstr "Španělské (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:130 +#: ../rules/base.extras.xml.in.h:131 msgid "Swedish (Dvorak A5)" msgstr "Švédské (Dvorak A5)" -#: ../rules/base.extras.xml.in.h:131 +#: ../rules/base.extras.xml.in.h:132 msgid "Swedish (Sun Type 6/7)" msgstr "Švédské (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:133 +#: ../rules/base.extras.xml.in.h:134 msgid "German (Switzerland, Sun Type 6/7)" msgstr "Německé (Švýcarsko, Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:134 +#: ../rules/base.extras.xml.in.h:135 msgid "French (Switzerland, Sun Type 6/7)" msgstr "Francouzské (Švýcarsko, Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:137 +#: ../rules/base.extras.xml.in.h:138 msgid "Turkish (Sun Type 6/7)" msgstr "Turecké (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:140 +#: ../rules/base.extras.xml.in.h:141 msgid "Ukrainian (Sun Type 6/7)" msgstr "Ukrajinské (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:142 +#: ../rules/base.extras.xml.in.h:143 msgid "English (UK, Sun Type 6/7)" msgstr "Anglické (Británie, Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:145 +#: ../rules/base.extras.xml.in.h:146 msgid "Korean (Sun Type 6/7)" msgstr "Korejské (Sun Type 6/7)" #. Keyboard indicator for European layouts -#: ../rules/base.extras.xml.in.h:147 +#: ../rules/base.extras.xml.in.h:148 msgid "eu" msgstr "eu" -#: ../rules/base.extras.xml.in.h:148 +#: ../rules/base.extras.xml.in.h:149 msgid "EurKEY (US based layout with european letters)" msgstr "EurKEY (americká klávesnice s evropskými písmeny)" -#: ../rules/base.extras.xml.in.h:151 +#: ../rules/base.extras.xml.in.h:152 msgid "Mmuock" msgstr "Mmuock" +#~ msgid "Shift with numeric keypad keys works as in MS Windows" +#~ msgstr "Shift s numerickými klávesami funguje jako v MS Windows" + #~ msgid "<Less/Greater> chooses 5th level and activates level5-Lock when pressed together with another 5th-level-chooser, one press releases the lock" #~ msgstr "<Menší než/Větší než> vybírá 5. úroveň a uzamyká 5. úroveň při stisknutí společně s jinou výběrovou klávesou 5. úrovně, jedno stisknutí ruší uzamčení" diff --git a/xorg-server/xkeyboard-config/po/da.po b/xorg-server/xkeyboard-config/po/da.po index 3dbc2b885..d0d212891 100644 --- a/xorg-server/xkeyboard-config/po/da.po +++ b/xorg-server/xkeyboard-config/po/da.po @@ -31,10 +31,10 @@ # msgid "" msgstr "" -"Project-Id-Version: xkeyboard-config-2.11.99\n" +"Project-Id-Version: xkeyboard-config-2.12.99\n" "Report-Msgid-Bugs-To: svu@users.sourceforge.net\n" -"POT-Creation-Date: 2014-05-18 00:11+0100\n" -"PO-Revision-Date: 2014-05-24 23:06+0100\n" +"POT-Creation-Date: 2014-09-18 23:46+0100\n" +"PO-Revision-Date: 2014-10-04 23:06+0100\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" "Language: da\n" @@ -492,8 +492,8 @@ msgid "Memorex MX2750" msgstr "Memorex MX2750" #: ../rules/base.xml.in.h:113 -msgid "Microsoft Natural Wireless Ergonomic Keyboard 4000" -msgstr "Microsoft Natural Wireless Ergonomic Keyboard 4000" +msgid "Microsoft Natural Ergonomic Keyboard 4000" +msgstr "Microsoft Natural Ergonomic Keyboard 4000" #: ../rules/base.xml.in.h:114 msgid "Microsoft Natural Wireless Ergonomic Keyboard 7000" @@ -1397,11 +1397,11 @@ msgid "Berber (Morocco, Tifinagh extended phonetic)" msgstr "Berbisk (Marokko, Tifinagh udvidet fonetisk)" #. Keyboard indicator for Cameroon layouts -#: ../rules/base.xml.in.h:363 +#: ../rules/base.xml.in.h:363 ../rules/base.extras.xml.in.h:149 msgid "cm" msgstr "cm" -#: ../rules/base.xml.in.h:364 +#: ../rules/base.xml.in.h:364 ../rules/base.extras.xml.in.h:150 msgid "English (Cameroon)" msgstr "Engelsk (camerounsk)" @@ -2088,641 +2088,645 @@ msgid "Icelandic (eliminate dead keys)" msgstr "Islandsk (slå døde taster fra)" #: ../rules/base.xml.in.h:551 +msgid "Icelandic (Macintosh, legacy)" +msgstr "Islandsk (Macintosh, forældet)" + +#: ../rules/base.xml.in.h:552 msgid "Icelandic (Macintosh)" msgstr "Islandsk (Macintosh)" -#: ../rules/base.xml.in.h:552 +#: ../rules/base.xml.in.h:553 msgid "Icelandic (Dvorak)" msgstr "Islandsk (Dvorak)" #. Keyboard indicator for Hebrew layouts -#: ../rules/base.xml.in.h:554 ../rules/base.extras.xml.in.h:77 +#: ../rules/base.xml.in.h:555 ../rules/base.extras.xml.in.h:77 msgid "he" msgstr "he" -#: ../rules/base.xml.in.h:555 ../rules/base.extras.xml.in.h:78 +#: ../rules/base.xml.in.h:556 ../rules/base.extras.xml.in.h:78 msgid "Hebrew" msgstr "Hebraisk" -#: ../rules/base.xml.in.h:556 +#: ../rules/base.xml.in.h:557 msgid "Hebrew (lyx)" msgstr "Hebraisk (lyx)" -#: ../rules/base.xml.in.h:557 +#: ../rules/base.xml.in.h:558 msgid "Hebrew (phonetic)" msgstr "Hebraisk (fonetisk)" -#: ../rules/base.xml.in.h:558 +#: ../rules/base.xml.in.h:559 msgid "Hebrew (Biblical, Tiro)" msgstr "Hebraisk (bibelsk, Tiro)" #. Keyboard indicator for Italian layouts -#: ../rules/base.xml.in.h:560 ../rules/base.extras.xml.in.h:109 +#: ../rules/base.xml.in.h:561 ../rules/base.extras.xml.in.h:109 msgid "it" msgstr "it" -#: ../rules/base.xml.in.h:561 ../rules/base.extras.xml.in.h:110 +#: ../rules/base.xml.in.h:562 ../rules/base.extras.xml.in.h:110 msgid "Italian" msgstr "Italiensk" -#: ../rules/base.xml.in.h:562 +#: ../rules/base.xml.in.h:563 msgid "Italian (eliminate dead keys)" msgstr "Italiensk (slå døde taster fra)" -#: ../rules/base.xml.in.h:563 +#: ../rules/base.xml.in.h:564 msgid "Italian (Winkeys)" msgstr "Italiensk (Wintaster)" -#: ../rules/base.xml.in.h:564 +#: ../rules/base.xml.in.h:565 msgid "Italian (Macintosh)" msgstr "Italiensk (Macintosh)" -#: ../rules/base.xml.in.h:565 +#: ../rules/base.xml.in.h:566 msgid "Italian (US keyboard with Italian letters)" msgstr "Italiensk (US-tastatur med italienske bogstaver)" -#: ../rules/base.xml.in.h:566 +#: ../rules/base.xml.in.h:567 msgid "Georgian (Italy)" msgstr "Georgisk (Italien)" -#: ../rules/base.xml.in.h:567 +#: ../rules/base.xml.in.h:568 msgid "Italian (IBM 142)" msgstr "Italiensk (IBM 142)" #. Keyboard indicator for Japanese layouts -#: ../rules/base.xml.in.h:569 ../rules/base.extras.xml.in.h:112 +#: ../rules/base.xml.in.h:570 ../rules/base.extras.xml.in.h:112 msgid "ja" msgstr "ja" -#: ../rules/base.xml.in.h:570 ../rules/base.extras.xml.in.h:113 +#: ../rules/base.xml.in.h:571 ../rules/base.extras.xml.in.h:113 msgid "Japanese" msgstr "Japansk" -#: ../rules/base.xml.in.h:571 +#: ../rules/base.xml.in.h:572 msgid "Japanese (Kana)" msgstr "Japansk (Kana)" -#: ../rules/base.xml.in.h:572 +#: ../rules/base.xml.in.h:573 msgid "Japanese (Kana 86)" msgstr "Japansk (Kana 86)" -#: ../rules/base.xml.in.h:573 +#: ../rules/base.xml.in.h:574 msgid "Japanese (OADG 109A)" msgstr "Japansk (OADG 109A)" -#: ../rules/base.xml.in.h:574 +#: ../rules/base.xml.in.h:575 msgid "Japanese (Macintosh)" msgstr "Japansk (Macintosh)" -#: ../rules/base.xml.in.h:575 +#: ../rules/base.xml.in.h:576 msgid "Japanese (Dvorak)" msgstr "Japansk (dvorak)" #. Keyboard indicator for Kikuyu layouts -#: ../rules/base.xml.in.h:577 +#: ../rules/base.xml.in.h:578 msgid "ki" msgstr "ki" -#: ../rules/base.xml.in.h:578 +#: ../rules/base.xml.in.h:579 msgid "Kyrgyz" msgstr "Kirgisisk" -#: ../rules/base.xml.in.h:579 +#: ../rules/base.xml.in.h:580 msgid "Kyrgyz (phonetic)" msgstr "Kirgisisk (fonetisk)" #. Keyboard indicator for Khmer layouts -#: ../rules/base.xml.in.h:581 +#: ../rules/base.xml.in.h:582 msgid "km" msgstr "km" -#: ../rules/base.xml.in.h:582 +#: ../rules/base.xml.in.h:583 msgid "Khmer (Cambodia)" msgstr "Khmerisk (Cambodja)" #. Keyboard indicator for Kazakh layouts -#: ../rules/base.xml.in.h:584 +#: ../rules/base.xml.in.h:585 msgid "kk" msgstr "kk" -#: ../rules/base.xml.in.h:585 +#: ../rules/base.xml.in.h:586 msgid "Kazakh" msgstr "Kasakhisk" -#: ../rules/base.xml.in.h:586 +#: ../rules/base.xml.in.h:587 msgid "Russian (Kazakhstan, with Kazakh)" msgstr "Russisk (Kasakhstan, med kazakhisk)" -#: ../rules/base.xml.in.h:587 +#: ../rules/base.xml.in.h:588 msgid "Kazakh (with Russian)" msgstr "Kasakhisk (med russisk)" #. Keyboard indicator for Lao layouts -#: ../rules/base.xml.in.h:589 +#: ../rules/base.xml.in.h:590 msgid "lo" msgstr "lo" -#: ../rules/base.xml.in.h:590 +#: ../rules/base.xml.in.h:591 msgid "Lao" msgstr "Lao" -#: ../rules/base.xml.in.h:591 +#: ../rules/base.xml.in.h:592 msgid "Lao (STEA proposed standard layout)" msgstr "Lao (STEA-foreslået standardlayout)" #. Keyboard indicator for Spanish layouts -#: ../rules/base.xml.in.h:593 ../rules/base.extras.xml.in.h:125 +#: ../rules/base.xml.in.h:594 ../rules/base.extras.xml.in.h:125 msgid "es" msgstr "es" -#: ../rules/base.xml.in.h:594 +#: ../rules/base.xml.in.h:595 msgid "Spanish (Latin American)" msgstr "Spansk (latinamerikansk)" -#: ../rules/base.xml.in.h:595 +#: ../rules/base.xml.in.h:596 msgid "Spanish (Latin American, eliminate dead keys)" msgstr "Spansk (latinamerikansk, slå døde taster fra)" -#: ../rules/base.xml.in.h:596 +#: ../rules/base.xml.in.h:597 msgid "Spanish (Latin American, include dead tilde)" msgstr "Spansk (latinamerikansk, inkluder død tilde)" -#: ../rules/base.xml.in.h:597 +#: ../rules/base.xml.in.h:598 msgid "Spanish (Latin American, Sun dead keys)" msgstr "Spansk (latinamerikansk, Sun døde taster)" #. Keyboard indicator for Lithuanian layouts -#: ../rules/base.xml.in.h:599 ../rules/base.extras.xml.in.h:31 +#: ../rules/base.xml.in.h:600 ../rules/base.extras.xml.in.h:31 msgid "lt" msgstr "lt" -#: ../rules/base.xml.in.h:600 ../rules/base.extras.xml.in.h:32 +#: ../rules/base.xml.in.h:601 ../rules/base.extras.xml.in.h:32 msgid "Lithuanian" msgstr "Litauisk" -#: ../rules/base.xml.in.h:601 +#: ../rules/base.xml.in.h:602 msgid "Lithuanian (standard)" msgstr "Litauisk (standard)" -#: ../rules/base.xml.in.h:602 +#: ../rules/base.xml.in.h:603 msgid "Lithuanian (US keyboard with Lithuanian letters)" msgstr "Litauisk (US-tastatur med litauiske bogstaver)" -#: ../rules/base.xml.in.h:603 +#: ../rules/base.xml.in.h:604 msgid "Lithuanian (IBM LST 1205-92)" msgstr "Litauisk (IBM LST 1205-92)" -#: ../rules/base.xml.in.h:604 +#: ../rules/base.xml.in.h:605 msgid "Lithuanian (LEKP)" msgstr "Litauisk (LEKP)" -#: ../rules/base.xml.in.h:605 +#: ../rules/base.xml.in.h:606 msgid "Lithuanian (LEKPa)" msgstr "Litauisk (LEKPa)" #. Keyboard indicator for Latvian layouts -#: ../rules/base.xml.in.h:607 ../rules/base.extras.xml.in.h:35 +#: ../rules/base.xml.in.h:608 ../rules/base.extras.xml.in.h:35 msgid "lv" msgstr "lv" -#: ../rules/base.xml.in.h:608 ../rules/base.extras.xml.in.h:36 +#: ../rules/base.xml.in.h:609 ../rules/base.extras.xml.in.h:36 msgid "Latvian" msgstr "Lettisk" -#: ../rules/base.xml.in.h:609 +#: ../rules/base.xml.in.h:610 msgid "Latvian (apostrophe variant)" msgstr "Lettisk (apostrofvariant)" -#: ../rules/base.xml.in.h:610 +#: ../rules/base.xml.in.h:611 msgid "Latvian (tilde variant)" msgstr "Lettisk (tildevariant)" -#: ../rules/base.xml.in.h:611 +#: ../rules/base.xml.in.h:612 msgid "Latvian (F variant)" msgstr "Lettisk (F-variant)" -#: ../rules/base.xml.in.h:612 +#: ../rules/base.xml.in.h:613 msgid "Latvian (modern)" msgstr "Lettisk (moderne)" -#: ../rules/base.xml.in.h:613 +#: ../rules/base.xml.in.h:614 msgid "Latvian (ergonomic, ŪGJRMV)" msgstr "Lettisk (ergonomisk, ŪGJRMV)" -#: ../rules/base.xml.in.h:614 +#: ../rules/base.xml.in.h:615 msgid "Latvian (adapted)" msgstr "Lettisk (adapteret)" #. Keyboard indicator for Maori layouts -#: ../rules/base.xml.in.h:616 +#: ../rules/base.xml.in.h:617 msgid "mi" msgstr "mi" -#: ../rules/base.xml.in.h:617 +#: ../rules/base.xml.in.h:618 msgid "Maori" msgstr "Maori" #. Keyboard indicator for Serbian layouts -#: ../rules/base.xml.in.h:619 ../rules/base.extras.xml.in.h:66 +#: ../rules/base.xml.in.h:620 ../rules/base.extras.xml.in.h:66 msgid "sr" msgstr "sr" -#: ../rules/base.xml.in.h:620 +#: ../rules/base.xml.in.h:621 msgid "Montenegrin" msgstr "Montenegrinsk" -#: ../rules/base.xml.in.h:621 +#: ../rules/base.xml.in.h:622 msgid "Montenegrin (Cyrillic)" msgstr "Montenegrinsk (kyrillisk)" -#: ../rules/base.xml.in.h:622 +#: ../rules/base.xml.in.h:623 msgid "Montenegrin (Cyrillic, ZE and ZHE swapped)" msgstr "Montenegrinsk (kyrillisk, ZE og ZHE ombyttet)" -#: ../rules/base.xml.in.h:623 +#: ../rules/base.xml.in.h:624 msgid "Montenegrin (Latin Unicode)" msgstr "Montenegrinsk (latin Unicode)" -#: ../rules/base.xml.in.h:624 +#: ../rules/base.xml.in.h:625 msgid "Montenegrin (Latin qwerty)" msgstr "Montenegrinsk (latin qwerty)" -#: ../rules/base.xml.in.h:625 +#: ../rules/base.xml.in.h:626 msgid "Montenegrin (Latin Unicode qwerty)" msgstr "Montenegrinsk (latin Unicode qwerty)" # guillemets er dem her: »« -#: ../rules/base.xml.in.h:626 +#: ../rules/base.xml.in.h:627 msgid "Montenegrin (Cyrillic with guillemets)" msgstr "Montenegrinsk (kyrillisk med anførelsestegnene »«)" # guillemets er dem her: »« -#: ../rules/base.xml.in.h:627 +#: ../rules/base.xml.in.h:628 msgid "Montenegrin (Latin with guillemets)" msgstr "Montenegrinsk (latin med anførelsestegnene »«)" #. Keyboard indicator for Macedonian layouts -#: ../rules/base.xml.in.h:629 +#: ../rules/base.xml.in.h:630 msgid "mk" msgstr "mk" -#: ../rules/base.xml.in.h:630 +#: ../rules/base.xml.in.h:631 msgid "Macedonian" msgstr "Makedonsk" -#: ../rules/base.xml.in.h:631 +#: ../rules/base.xml.in.h:632 msgid "Macedonian (eliminate dead keys)" msgstr "Makedonsk (slå døde taster fra)" #. Keyboard indicator for Maltese layouts -#: ../rules/base.xml.in.h:633 +#: ../rules/base.xml.in.h:634 msgid "mt" msgstr "mt" -#: ../rules/base.xml.in.h:634 +#: ../rules/base.xml.in.h:635 msgid "Maltese" msgstr "Maltesisk" -#: ../rules/base.xml.in.h:635 +#: ../rules/base.xml.in.h:636 msgid "Maltese (with US layout)" msgstr "Maltesisk (med US-layout)" #. Keyboard indicator for Mongolian layouts -#: ../rules/base.xml.in.h:637 +#: ../rules/base.xml.in.h:638 msgid "mn" msgstr "mn" -#: ../rules/base.xml.in.h:638 +#: ../rules/base.xml.in.h:639 msgid "Mongolian" msgstr "Mongolsk" #. Keyboard indicator for Norwegian layouts -#: ../rules/base.xml.in.h:640 ../rules/base.extras.xml.in.h:117 +#: ../rules/base.xml.in.h:641 ../rules/base.extras.xml.in.h:117 msgid "no" msgstr "no" -#: ../rules/base.xml.in.h:641 ../rules/base.extras.xml.in.h:118 +#: ../rules/base.xml.in.h:642 ../rules/base.extras.xml.in.h:118 msgid "Norwegian" msgstr "Norsk" -#: ../rules/base.xml.in.h:642 +#: ../rules/base.xml.in.h:643 msgid "Norwegian (eliminate dead keys)" msgstr "Norsk (slå døde taster fra)" -#: ../rules/base.xml.in.h:643 +#: ../rules/base.xml.in.h:644 msgid "Norwegian (Winkeys)" msgstr "Norsk (Wintaster)" -#: ../rules/base.xml.in.h:644 +#: ../rules/base.xml.in.h:645 msgid "Norwegian (Dvorak)" msgstr "Norsk (dvorak)" -#: ../rules/base.xml.in.h:645 +#: ../rules/base.xml.in.h:646 msgid "Northern Saami (Norway)" msgstr "Nordligt samisk (Norge)" -#: ../rules/base.xml.in.h:646 +#: ../rules/base.xml.in.h:647 msgid "Northern Saami (Norway, eliminate dead keys)" msgstr "Nordligt samisk (Norge, slå døde taster fra)" -#: ../rules/base.xml.in.h:647 +#: ../rules/base.xml.in.h:648 msgid "Norwegian (Macintosh)" msgstr "Norsk (Macintosh)" -#: ../rules/base.xml.in.h:648 +#: ../rules/base.xml.in.h:649 msgid "Norwegian (Macintosh, eliminate dead keys)" msgstr "Norsk (Macintosh, slå døde taster fra)" -#: ../rules/base.xml.in.h:649 +#: ../rules/base.xml.in.h:650 msgid "Norwegian (Colemak)" msgstr "Norsk (Colemak)" #. Keyboard indicator for Polish layouts -#: ../rules/base.xml.in.h:651 ../rules/base.extras.xml.in.h:55 +#: ../rules/base.xml.in.h:652 ../rules/base.extras.xml.in.h:55 msgid "pl" msgstr "pl" -#: ../rules/base.xml.in.h:652 ../rules/base.extras.xml.in.h:56 +#: ../rules/base.xml.in.h:653 ../rules/base.extras.xml.in.h:56 msgid "Polish" msgstr "Polsk" -#: ../rules/base.xml.in.h:653 +#: ../rules/base.xml.in.h:654 msgid "Polish (legacy)" msgstr "Polsk (forældet)" -#: ../rules/base.xml.in.h:654 +#: ../rules/base.xml.in.h:655 msgid "Polish (qwertz)" msgstr "Polsk (qwertz)" -#: ../rules/base.xml.in.h:655 +#: ../rules/base.xml.in.h:656 msgid "Polish (Dvorak)" msgstr "Polsk (dvorak)" -#: ../rules/base.xml.in.h:656 +#: ../rules/base.xml.in.h:657 msgid "Polish (Dvorak, Polish quotes on quotemark key)" msgstr "Polsk (dvorak, polske anførelsestegn på anførelsestast)" -#: ../rules/base.xml.in.h:657 +#: ../rules/base.xml.in.h:658 msgid "Polish (Dvorak, Polish quotes on key 1)" msgstr "Polsk (dvorak, polske anførelsestegn på tast 1)" -#: ../rules/base.xml.in.h:658 +#: ../rules/base.xml.in.h:659 msgid "Kashubian" msgstr "Kashubian" -#: ../rules/base.xml.in.h:659 +#: ../rules/base.xml.in.h:660 msgid "Silesian" msgstr "Schlesisk" -#: ../rules/base.xml.in.h:660 +#: ../rules/base.xml.in.h:661 msgid "Russian (Poland, phonetic Dvorak)" msgstr "Russisk (Polen, fonetisk dvorak)" -#: ../rules/base.xml.in.h:661 +#: ../rules/base.xml.in.h:662 msgid "Polish (programmer Dvorak)" msgstr "Polsk (programmørdvorak)" -#: ../rules/base.xml.in.h:662 ../rules/base.extras.xml.in.h:120 +#: ../rules/base.xml.in.h:663 ../rules/base.extras.xml.in.h:120 msgid "Portuguese" msgstr "Portugisisk" -#: ../rules/base.xml.in.h:663 +#: ../rules/base.xml.in.h:664 msgid "Portuguese (eliminate dead keys)" msgstr "Portugisisk (slå døde taster fra)" -#: ../rules/base.xml.in.h:664 +#: ../rules/base.xml.in.h:665 msgid "Portuguese (Sun dead keys)" msgstr "Portugisisk (Sun døde taster)" -#: ../rules/base.xml.in.h:665 +#: ../rules/base.xml.in.h:666 msgid "Portuguese (Macintosh)" msgstr "Portugisisk (Macintosh)" -#: ../rules/base.xml.in.h:666 +#: ../rules/base.xml.in.h:667 msgid "Portuguese (Macintosh, eliminate dead keys)" msgstr "Portugisisk (Macintosh, slå døde taster fra)" -#: ../rules/base.xml.in.h:667 +#: ../rules/base.xml.in.h:668 msgid "Portuguese (Macintosh, Sun dead keys)" msgstr "Portugisisk (Macintosh, Sun døde taster)" -#: ../rules/base.xml.in.h:668 +#: ../rules/base.xml.in.h:669 msgid "Portuguese (Nativo)" msgstr "Portugisisk (nativo)" -#: ../rules/base.xml.in.h:669 +#: ../rules/base.xml.in.h:670 msgid "Portuguese (Nativo for US keyboards)" msgstr "Portugisisk (nativo for USA-tastaturer)" -#: ../rules/base.xml.in.h:670 +#: ../rules/base.xml.in.h:671 msgid "Esperanto (Portugal, Nativo)" msgstr "Esperanto (Portugal, Nativo)" #. Keyboard indicator for Romanian layouts -#: ../rules/base.xml.in.h:672 ../rules/base.extras.xml.in.h:60 +#: ../rules/base.xml.in.h:673 ../rules/base.extras.xml.in.h:60 msgid "ro" msgstr "ro" -#: ../rules/base.xml.in.h:673 ../rules/base.extras.xml.in.h:61 +#: ../rules/base.xml.in.h:674 ../rules/base.extras.xml.in.h:61 msgid "Romanian" msgstr "Rumænsk" # http://da.wikipedia.org/wiki/%C3%87 -#: ../rules/base.xml.in.h:674 +#: ../rules/base.xml.in.h:675 msgid "Romanian (cedilla)" msgstr "Rumænsk (cedille)" -#: ../rules/base.xml.in.h:675 +#: ../rules/base.xml.in.h:676 msgid "Romanian (standard)" msgstr "Rumænsk (standard)" -#: ../rules/base.xml.in.h:676 +#: ../rules/base.xml.in.h:677 msgid "Romanian (standard cedilla)" msgstr "Rumænsk (standardcedille)" -#: ../rules/base.xml.in.h:677 +#: ../rules/base.xml.in.h:678 msgid "Romanian (WinKeys)" msgstr "Rumænsk (Wintaster)" -#: ../rules/base.xml.in.h:678 ../rules/base.extras.xml.in.h:70 +#: ../rules/base.xml.in.h:679 ../rules/base.extras.xml.in.h:70 msgid "Russian" msgstr "Russisk" -#: ../rules/base.xml.in.h:679 +#: ../rules/base.xml.in.h:680 msgid "Russian (phonetic)" msgstr "Russisk (fonetisk)" -#: ../rules/base.xml.in.h:680 +#: ../rules/base.xml.in.h:681 msgid "Russian (phonetic WinKeys)" msgstr "Russisk (fonetisk Wintaster)" -#: ../rules/base.xml.in.h:681 +#: ../rules/base.xml.in.h:682 msgid "Russian (typewriter)" msgstr "Russisk (skrivemaskine)" -#: ../rules/base.xml.in.h:682 +#: ../rules/base.xml.in.h:683 msgid "Russian (legacy)" msgstr "Russisk (forældet)" -#: ../rules/base.xml.in.h:683 +#: ../rules/base.xml.in.h:684 msgid "Russian (typewriter, legacy)" msgstr "Russisk (skrivemaskine, forældet)" -#: ../rules/base.xml.in.h:684 +#: ../rules/base.xml.in.h:685 msgid "Tatar" msgstr "Tatar" -#: ../rules/base.xml.in.h:685 +#: ../rules/base.xml.in.h:686 msgid "Ossetian (legacy)" msgstr "Occitansk (forældet)" -#: ../rules/base.xml.in.h:686 +#: ../rules/base.xml.in.h:687 msgid "Ossetian (WinKeys)" msgstr "Occitansk (Wintaster)" -#: ../rules/base.xml.in.h:687 +#: ../rules/base.xml.in.h:688 msgid "Chuvash" msgstr "Chuvash" -#: ../rules/base.xml.in.h:688 +#: ../rules/base.xml.in.h:689 msgid "Chuvash (Latin)" msgstr "Chuvash (latin)" -#: ../rules/base.xml.in.h:689 +#: ../rules/base.xml.in.h:690 msgid "Udmurt" msgstr "Udmurt" -#: ../rules/base.xml.in.h:690 +#: ../rules/base.xml.in.h:691 msgid "Komi" msgstr "Komi" -#: ../rules/base.xml.in.h:691 +#: ../rules/base.xml.in.h:692 msgid "Yakut" msgstr "Yakut" -#: ../rules/base.xml.in.h:692 +#: ../rules/base.xml.in.h:693 msgid "Kalmyk" msgstr "Kalmyk" -#: ../rules/base.xml.in.h:693 +#: ../rules/base.xml.in.h:694 msgid "Russian (DOS)" msgstr "Russisk (DOS)" -#: ../rules/base.xml.in.h:694 +#: ../rules/base.xml.in.h:695 msgid "Russian (Macintosh)" msgstr "Russisk (Macintosh)" -#: ../rules/base.xml.in.h:695 +#: ../rules/base.xml.in.h:696 msgid "Serbian (Russia)" msgstr "Serbisk (Rusland)" -#: ../rules/base.xml.in.h:696 +#: ../rules/base.xml.in.h:697 msgid "Bashkirian" msgstr "Bashkirisk" -#: ../rules/base.xml.in.h:697 +#: ../rules/base.xml.in.h:698 msgid "Mari" msgstr "Mari" -#: ../rules/base.xml.in.h:698 ../rules/base.extras.xml.in.h:67 +#: ../rules/base.xml.in.h:699 ../rules/base.extras.xml.in.h:67 msgid "Serbian" msgstr "Serbisk" -#: ../rules/base.xml.in.h:699 +#: ../rules/base.xml.in.h:700 msgid "Serbian (Cyrillic, ZE and ZHE swapped)" msgstr "Serbisk (kyrillisk, ZE og ZHE ombyttet)" -#: ../rules/base.xml.in.h:700 +#: ../rules/base.xml.in.h:701 msgid "Serbian (Latin)" msgstr "Serbisk (latin)" -#: ../rules/base.xml.in.h:701 +#: ../rules/base.xml.in.h:702 msgid "Serbian (Latin Unicode)" msgstr "Serbisk (latin unicode)" -#: ../rules/base.xml.in.h:702 +#: ../rules/base.xml.in.h:703 msgid "Serbian (Latin qwerty)" msgstr "Serbisk (latin qwerty)" -#: ../rules/base.xml.in.h:703 +#: ../rules/base.xml.in.h:704 msgid "Serbian (Latin Unicode qwerty)" msgstr "Serbisk (latin unicode qwerty)" # guillemets er dem her: »« -#: ../rules/base.xml.in.h:704 +#: ../rules/base.xml.in.h:705 msgid "Serbian (Cyrillic with guillemets)" msgstr "Serbisk (kyrillisk med anførelsestegnene »«)" # guillemets er dem her: »« -#: ../rules/base.xml.in.h:705 +#: ../rules/base.xml.in.h:706 msgid "Serbian (Latin with guillemets)" msgstr "Serbisk (latin med anførelsestegnene »«)" # Pannonian Rusyn or simply Rusyn (Ruthenian) is a Slavic language or dialect spoken # in north-western Serbia and eastern Croatia -#: ../rules/base.xml.in.h:706 +#: ../rules/base.xml.in.h:707 msgid "Pannonian Rusyn" msgstr "Pannonisk rusyn" #. Keyboard indicator for Slovenian layouts -#: ../rules/base.xml.in.h:708 +#: ../rules/base.xml.in.h:709 msgid "sl" msgstr "sl" -#: ../rules/base.xml.in.h:709 +#: ../rules/base.xml.in.h:710 msgid "Slovenian" msgstr "Slovensk" -#: ../rules/base.xml.in.h:710 +#: ../rules/base.xml.in.h:711 msgid "Slovenian (with guillemets for quotes)" msgstr "Slovensk (med »« som anførelsestegn)" -#: ../rules/base.xml.in.h:711 +#: ../rules/base.xml.in.h:712 msgid "Slovenian (US keyboard with Slovenian letters)" msgstr "Slovensk (US-tastatur med slovenske bogstaver)" #. Keyboard indicator for Slovak layouts -#: ../rules/base.xml.in.h:713 ../rules/base.extras.xml.in.h:122 +#: ../rules/base.xml.in.h:714 ../rules/base.extras.xml.in.h:122 msgid "sk" msgstr "sk" -#: ../rules/base.xml.in.h:714 ../rules/base.extras.xml.in.h:123 +#: ../rules/base.xml.in.h:715 ../rules/base.extras.xml.in.h:123 msgid "Slovak" msgstr "Slovakisk" -#: ../rules/base.xml.in.h:715 +#: ../rules/base.xml.in.h:716 msgid "Slovak (extended Backslash)" msgstr "Slovakisk (udvidet omvendt skråstreg)" -#: ../rules/base.xml.in.h:716 +#: ../rules/base.xml.in.h:717 msgid "Slovak (qwerty)" msgstr "Slovakisk (qwerty)" -#: ../rules/base.xml.in.h:717 +#: ../rules/base.xml.in.h:718 msgid "Slovak (qwerty, extended Backslash)" msgstr "Slovakisk (qwerty, udvidet omvendt skråstreg)" -#: ../rules/base.xml.in.h:718 ../rules/base.extras.xml.in.h:126 +#: ../rules/base.xml.in.h:719 ../rules/base.extras.xml.in.h:126 msgid "Spanish" msgstr "Spansk" -#: ../rules/base.xml.in.h:719 +#: ../rules/base.xml.in.h:720 msgid "Spanish (eliminate dead keys)" msgstr "Spansk (slå døde taster fra)" -#: ../rules/base.xml.in.h:720 +#: ../rules/base.xml.in.h:721 msgid "Spanish (Winkeys)" msgstr "Spansk (Wintaster)" -#: ../rules/base.xml.in.h:721 +#: ../rules/base.xml.in.h:722 msgid "Spanish (include dead tilde)" msgstr "Spansk (inkluder død tilde)" -#: ../rules/base.xml.in.h:722 +#: ../rules/base.xml.in.h:723 msgid "Spanish (Sun dead keys)" msgstr "Spansk (Sun døde taster)" -#: ../rules/base.xml.in.h:723 +#: ../rules/base.xml.in.h:724 msgid "Spanish (Dvorak)" msgstr "Spansk (dvorak)" @@ -2730,1143 +2734,1147 @@ msgstr "Spansk (dvorak)" # language of the West Iberian group, Astur-Leonese # Subgroup, spoken in the Spanish province of Asturias # by the Asturian people. -#: ../rules/base.xml.in.h:724 +#: ../rules/base.xml.in.h:725 msgid "Asturian (Spain, with bottom-dot H and bottom-dot L)" msgstr "Asturisk (Spanien, med bundpunktum H og bundpunktum L)" -#: ../rules/base.xml.in.h:725 +#: ../rules/base.xml.in.h:726 msgid "Catalan (Spain, with middle-dot L)" msgstr "Catalansk (Spanien, med midterpunktum L)" -#: ../rules/base.xml.in.h:726 +#: ../rules/base.xml.in.h:727 msgid "Spanish (Macintosh)" msgstr "Spansk (Macintosh)" #. Keyboard indicator for Swedish layouts -#: ../rules/base.xml.in.h:728 ../rules/base.extras.xml.in.h:128 +#: ../rules/base.xml.in.h:729 ../rules/base.extras.xml.in.h:128 msgid "sv" msgstr "sv" -#: ../rules/base.xml.in.h:729 ../rules/base.extras.xml.in.h:129 +#: ../rules/base.xml.in.h:730 ../rules/base.extras.xml.in.h:129 msgid "Swedish" msgstr "Svensk" -#: ../rules/base.xml.in.h:730 +#: ../rules/base.xml.in.h:731 msgid "Swedish (eliminate dead keys)" msgstr "Svensk (slå døde taster fra)" -#: ../rules/base.xml.in.h:731 +#: ../rules/base.xml.in.h:732 msgid "Swedish (Dvorak)" msgstr "Svensk (dvorak)" -#: ../rules/base.xml.in.h:732 +#: ../rules/base.xml.in.h:733 msgid "Russian (Sweden, phonetic)" msgstr "Russisk (Sverige, fonetisk)" -#: ../rules/base.xml.in.h:733 +#: ../rules/base.xml.in.h:734 msgid "Russian (Sweden, phonetic, eliminate dead keys)" msgstr "Russisk (Sverige, fonetisk, slå døde taster fra)" -#: ../rules/base.xml.in.h:734 +#: ../rules/base.xml.in.h:735 msgid "Northern Saami (Sweden)" msgstr "Nordligt samisk (Sverige)" -#: ../rules/base.xml.in.h:735 +#: ../rules/base.xml.in.h:736 msgid "Swedish (Macintosh)" msgstr "Svensk (Macintosh)" -#: ../rules/base.xml.in.h:736 +#: ../rules/base.xml.in.h:737 msgid "Swedish (Svdvorak)" msgstr "Svensk (svdvorak)" -#: ../rules/base.xml.in.h:737 +#: ../rules/base.xml.in.h:738 msgid "Swedish Sign Language" msgstr "Svensk tegnsprog" -#: ../rules/base.xml.in.h:738 ../rules/base.extras.xml.in.h:132 +#: ../rules/base.xml.in.h:739 ../rules/base.extras.xml.in.h:132 msgid "German (Switzerland)" msgstr "Tysk (Schweiz)" -#: ../rules/base.xml.in.h:739 +#: ../rules/base.xml.in.h:740 msgid "German (Switzerland, legacy)" msgstr "Tysk (Schweiz, forældet)" -#: ../rules/base.xml.in.h:740 +#: ../rules/base.xml.in.h:741 msgid "German (Switzerland, eliminate dead keys)" msgstr "Tysk (Schweiz, slå døde taster fra)" -#: ../rules/base.xml.in.h:741 +#: ../rules/base.xml.in.h:742 msgid "German (Switzerland, Sun dead keys)" msgstr "Tysk (Schweiz, Sun døde taster)" -#: ../rules/base.xml.in.h:742 +#: ../rules/base.xml.in.h:743 msgid "French (Switzerland)" msgstr "Fransk (Schweiz)" -#: ../rules/base.xml.in.h:743 +#: ../rules/base.xml.in.h:744 msgid "French (Switzerland, eliminate dead keys)" msgstr "Fransk (Schweiz, slå døde taster fra)" -#: ../rules/base.xml.in.h:744 +#: ../rules/base.xml.in.h:745 msgid "French (Switzerland, Sun dead keys)" msgstr "Fransk (Schweiz, Sun døde taster)" -#: ../rules/base.xml.in.h:745 +#: ../rules/base.xml.in.h:746 msgid "French (Switzerland, Macintosh)" msgstr "Fransk (Schweiz, Macintosh)" -#: ../rules/base.xml.in.h:746 +#: ../rules/base.xml.in.h:747 msgid "German (Switzerland, Macintosh)" msgstr "Tysk (Schweiz, Macintosh)" -#: ../rules/base.xml.in.h:747 +#: ../rules/base.xml.in.h:748 msgid "Arabic (Syria)" msgstr "Arabisk (Syrien)" #. Keyboard indicator for Syriac layouts -#: ../rules/base.xml.in.h:749 +#: ../rules/base.xml.in.h:750 msgid "syc" msgstr "syc" -#: ../rules/base.xml.in.h:750 +#: ../rules/base.xml.in.h:751 msgid "Syriac" msgstr "Syrisk" -#: ../rules/base.xml.in.h:751 +#: ../rules/base.xml.in.h:752 msgid "Syriac (phonetic)" msgstr "Syrisk (fonetisk)" -#: ../rules/base.xml.in.h:752 +#: ../rules/base.xml.in.h:753 msgid "Kurdish (Syria, Latin Q)" msgstr "Kurdisk (Syrien, latin Q)" -#: ../rules/base.xml.in.h:753 +#: ../rules/base.xml.in.h:754 msgid "Kurdish (Syria, F)" msgstr "Kurdisk (Syrien, F)" -#: ../rules/base.xml.in.h:754 +#: ../rules/base.xml.in.h:755 msgid "Kurdish (Syria, Latin Alt-Q)" msgstr "Kurdisk (Syrien, latin Alt-Q)" #. Keyboard indicator for Tajik layouts -#: ../rules/base.xml.in.h:756 +#: ../rules/base.xml.in.h:757 msgid "tg" msgstr "tg" -#: ../rules/base.xml.in.h:757 +#: ../rules/base.xml.in.h:758 msgid "Tajik" msgstr "Tadsjikisk" -#: ../rules/base.xml.in.h:758 +#: ../rules/base.xml.in.h:759 msgid "Tajik (legacy)" msgstr "Tadsjikisk (forældet)" #. Keyboard indicator for Sinhala layouts -#: ../rules/base.xml.in.h:760 +#: ../rules/base.xml.in.h:761 msgid "si" msgstr "si" -#: ../rules/base.xml.in.h:761 +#: ../rules/base.xml.in.h:762 msgid "Sinhala (phonetic)" msgstr "Singalesisk (fonetisk)" -#: ../rules/base.xml.in.h:762 +#: ../rules/base.xml.in.h:763 msgid "Tamil (Sri Lanka, Unicode)" msgstr "Tamilsk (Sri Lanka, unicode)" -#: ../rules/base.xml.in.h:763 +#: ../rules/base.xml.in.h:764 msgid "Tamil (Sri Lanka, TAB Typewriter)" msgstr "Tamilsk (Sri Lanka, TAB-skrivemaskine)" #. Keyboard indicator for Thai layouts -#: ../rules/base.xml.in.h:765 +#: ../rules/base.xml.in.h:766 msgid "th" msgstr "th" -#: ../rules/base.xml.in.h:766 +#: ../rules/base.xml.in.h:767 msgid "Thai" msgstr "Thai" -#: ../rules/base.xml.in.h:767 +#: ../rules/base.xml.in.h:768 msgid "Thai (TIS-820.2538)" msgstr "Thai (TIS-820.2538)" -#: ../rules/base.xml.in.h:768 +#: ../rules/base.xml.in.h:769 msgid "Thai (Pattachote)" msgstr "Thai (pattachote)" #. Keyboard indicator for Turkish layouts -#: ../rules/base.xml.in.h:770 ../rules/base.extras.xml.in.h:135 +#: ../rules/base.xml.in.h:771 ../rules/base.extras.xml.in.h:135 msgid "tr" msgstr "tr" -#: ../rules/base.xml.in.h:771 ../rules/base.extras.xml.in.h:136 +#: ../rules/base.xml.in.h:772 ../rules/base.extras.xml.in.h:136 msgid "Turkish" msgstr "Tyrkisk" -#: ../rules/base.xml.in.h:772 +#: ../rules/base.xml.in.h:773 msgid "Turkish (F)" msgstr "Tyrkisk (F)" -#: ../rules/base.xml.in.h:773 +#: ../rules/base.xml.in.h:774 msgid "Turkish (Alt-Q)" msgstr "Tyrkisk (Alt-Q)" -#: ../rules/base.xml.in.h:774 +#: ../rules/base.xml.in.h:775 msgid "Turkish (Sun dead keys)" msgstr "Tyrkisk (Sun døde taster)" -#: ../rules/base.xml.in.h:775 +#: ../rules/base.xml.in.h:776 msgid "Kurdish (Turkey, Latin Q)" msgstr "Kurdisk (Tyrkiet, latin Q)" -#: ../rules/base.xml.in.h:776 +#: ../rules/base.xml.in.h:777 msgid "Kurdish (Turkey, F)" msgstr "Kurdisk (Tyrkiet, F)" -#: ../rules/base.xml.in.h:777 +#: ../rules/base.xml.in.h:778 msgid "Kurdish (Turkey, Latin Alt-Q)" msgstr "Kurdisk (Tyrkiet, latin Alt-Q)" -#: ../rules/base.xml.in.h:778 +#: ../rules/base.xml.in.h:779 msgid "Turkish (international with dead keys)" msgstr "Tyrkisk (international med døde taster)" #. Keyboard indicator for Crimean Tatar layouts -#: ../rules/base.xml.in.h:780 ../rules/base.extras.xml.in.h:62 +#: ../rules/base.xml.in.h:781 ../rules/base.extras.xml.in.h:62 msgid "crh" msgstr "crh" -#: ../rules/base.xml.in.h:781 +#: ../rules/base.xml.in.h:782 msgid "Crimean Tatar (Turkish Q)" msgstr "Krimtatarsk (tyrkisk Q)" -#: ../rules/base.xml.in.h:782 +#: ../rules/base.xml.in.h:783 msgid "Crimean Tatar (Turkish F)" msgstr "Krimtatarsk (tyrkisk F)" -#: ../rules/base.xml.in.h:783 +#: ../rules/base.xml.in.h:784 msgid "Crimean Tatar (Turkish Alt-Q)" msgstr "Krimtatarsk (tyrkisk Alt-Q)" -#: ../rules/base.xml.in.h:784 +#: ../rules/base.xml.in.h:785 msgid "Taiwanese" msgstr "Taiwanesisk" -#: ../rules/base.xml.in.h:785 +#: ../rules/base.xml.in.h:786 msgid "Taiwanese (indigenous)" msgstr "Taiwanesisk (indfødte)" #. Keyboard indicator for Saisiyat layouts -#: ../rules/base.xml.in.h:787 +#: ../rules/base.xml.in.h:788 msgid "xsy" msgstr "xsy" -#: ../rules/base.xml.in.h:788 +#: ../rules/base.xml.in.h:789 msgid "Saisiyat (Taiwan)" msgstr "Saisiyat (Taiwan)" #. Keyboard indicator for Ukranian layouts -#: ../rules/base.xml.in.h:790 ../rules/base.extras.xml.in.h:138 +#: ../rules/base.xml.in.h:791 ../rules/base.extras.xml.in.h:138 msgid "uk" msgstr "uk" -#: ../rules/base.xml.in.h:791 ../rules/base.extras.xml.in.h:139 +#: ../rules/base.xml.in.h:792 ../rules/base.extras.xml.in.h:139 msgid "Ukrainian" msgstr "Ukrainsk" -#: ../rules/base.xml.in.h:792 +#: ../rules/base.xml.in.h:793 msgid "Ukrainian (phonetic)" msgstr "Ukrainsk (fonetisk)" -#: ../rules/base.xml.in.h:793 +#: ../rules/base.xml.in.h:794 msgid "Ukrainian (typewriter)" msgstr "Ukrainsk (skrivemaskine)" -#: ../rules/base.xml.in.h:794 +#: ../rules/base.xml.in.h:795 msgid "Ukrainian (WinKeys)" msgstr "Ukrainsk (Wintaster)" -#: ../rules/base.xml.in.h:795 +#: ../rules/base.xml.in.h:796 msgid "Ukrainian (legacy)" msgstr "Ukrainsk (forældet)" -#: ../rules/base.xml.in.h:796 +#: ../rules/base.xml.in.h:797 msgid "Ukrainian (standard RSTU)" msgstr "Ukrainsk (standard RSTU)" -#: ../rules/base.xml.in.h:797 +#: ../rules/base.xml.in.h:798 msgid "Russian (Ukraine, standard RSTU)" msgstr "Russisk (Ukraine, standard RSTU)" # Pannonian Rusyn or simply Rusyn (Ruthenian) is a Slavic language or dialect spoken # in north-western Serbia and eastern Croatia -#: ../rules/base.xml.in.h:798 +#: ../rules/base.xml.in.h:799 msgid "Ukrainian (homophonic)" msgstr "Ukrainsk (homofonisk)" -#: ../rules/base.xml.in.h:799 ../rules/base.extras.xml.in.h:141 +#: ../rules/base.xml.in.h:800 ../rules/base.extras.xml.in.h:141 msgid "English (UK)" msgstr "Engelsk (UK)" -#: ../rules/base.xml.in.h:800 +#: ../rules/base.xml.in.h:801 msgid "English (UK, extended WinKeys)" msgstr "Engelsk (UK, udvidede Wintaster)" -#: ../rules/base.xml.in.h:801 +#: ../rules/base.xml.in.h:802 msgid "English (UK, international with dead keys)" msgstr "Engelsk (UK, international med døde taster)" -#: ../rules/base.xml.in.h:802 +#: ../rules/base.xml.in.h:803 msgid "English (UK, Dvorak)" msgstr "Engelsk (UK, Dvorak)" -#: ../rules/base.xml.in.h:803 +#: ../rules/base.xml.in.h:804 msgid "English (UK, Dvorak with UK punctuation)" msgstr "Engelsk (UK, Dvorak med UK-tegnsætning)" -#: ../rules/base.xml.in.h:804 +#: ../rules/base.xml.in.h:805 msgid "English (UK, Macintosh)" msgstr "Engelsk (UK, Macintosh)" -#: ../rules/base.xml.in.h:805 +#: ../rules/base.xml.in.h:806 msgid "English (UK, Macintosh international)" msgstr "Engelsk (UK, Macintosh international)" -#: ../rules/base.xml.in.h:806 +#: ../rules/base.xml.in.h:807 msgid "English (UK, Colemak)" msgstr "Engelsk (UK, Colemak)" -#: ../rules/base.xml.in.h:807 +#: ../rules/base.xml.in.h:808 msgid "Uzbek" msgstr "Usbekisk" -#: ../rules/base.xml.in.h:808 +#: ../rules/base.xml.in.h:809 msgid "Uzbek (Latin)" msgstr "Usbekisk (latin)" #. Keyboard indicator for Vietnamese layouts -#: ../rules/base.xml.in.h:810 +#: ../rules/base.xml.in.h:811 msgid "vi" msgstr "vi" -#: ../rules/base.xml.in.h:811 +#: ../rules/base.xml.in.h:812 msgid "Vietnamese" msgstr "Vietnamesisk" #. Keyboard indicator for Korean layouts -#: ../rules/base.xml.in.h:813 ../rules/base.extras.xml.in.h:143 +#: ../rules/base.xml.in.h:814 ../rules/base.extras.xml.in.h:143 msgid "ko" msgstr "ko" -#: ../rules/base.xml.in.h:814 ../rules/base.extras.xml.in.h:144 +#: ../rules/base.xml.in.h:815 ../rules/base.extras.xml.in.h:144 msgid "Korean" msgstr "Koreansk" -#: ../rules/base.xml.in.h:815 +#: ../rules/base.xml.in.h:816 msgid "Korean (101/104 key compatible)" msgstr "Koreansk (101/104 tastkompatibel)" -#: ../rules/base.xml.in.h:816 +#: ../rules/base.xml.in.h:817 msgid "Japanese (PC-98xx Series)" msgstr "Japansk (pc-98xx-serie)" #. Keyboard indicator for Irish layouts -#: ../rules/base.xml.in.h:818 +#: ../rules/base.xml.in.h:819 msgid "ie" msgstr "ie" -#: ../rules/base.xml.in.h:819 +#: ../rules/base.xml.in.h:820 msgid "Irish" msgstr "Irsk" -#: ../rules/base.xml.in.h:820 +#: ../rules/base.xml.in.h:821 msgid "CloGaelach" msgstr "CloGaelach" -#: ../rules/base.xml.in.h:821 +#: ../rules/base.xml.in.h:822 msgid "Irish (UnicodeExpert)" msgstr "Irsk (UnicodeExpert)" -#: ../rules/base.xml.in.h:822 +#: ../rules/base.xml.in.h:823 msgid "Ogham" msgstr "Ogham" -#: ../rules/base.xml.in.h:823 +#: ../rules/base.xml.in.h:824 msgid "Ogham (IS434)" msgstr "Ogham (IS434)" -#: ../rules/base.xml.in.h:824 +#: ../rules/base.xml.in.h:825 msgid "Urdu (Pakistan)" msgstr "Urdu (Pakistan)" -#: ../rules/base.xml.in.h:825 +#: ../rules/base.xml.in.h:826 msgid "Urdu (Pakistan, CRULP)" msgstr "Urdu (Pakistan, CRULP)" -#: ../rules/base.xml.in.h:826 +#: ../rules/base.xml.in.h:827 msgid "Urdu (Pakistan, NLA)" msgstr "Urdu (Pakistan, NLA)" -#: ../rules/base.xml.in.h:827 +#: ../rules/base.xml.in.h:828 msgid "Arabic (Pakistan)" msgstr "Arabisk (Pakistan)" #. Keyboard indicator for Sindhi layouts -#: ../rules/base.xml.in.h:829 +#: ../rules/base.xml.in.h:830 msgid "sd" msgstr "sd" -#: ../rules/base.xml.in.h:830 +#: ../rules/base.xml.in.h:831 msgid "Sindhi" msgstr "Sindhi" #. Keyboard indicator for Dhivehi layouts -#: ../rules/base.xml.in.h:832 +#: ../rules/base.xml.in.h:833 msgid "dv" msgstr "dv" -#: ../rules/base.xml.in.h:833 +#: ../rules/base.xml.in.h:834 msgid "Dhivehi" msgstr "Dhivehi" -#: ../rules/base.xml.in.h:834 +#: ../rules/base.xml.in.h:835 msgid "English (South Africa)" msgstr "Engelsk (Sydafrika)" #. Keyboard indicator for Esperanto layouts -#: ../rules/base.xml.in.h:836 +#: ../rules/base.xml.in.h:837 msgid "eo" msgstr "eo" -#: ../rules/base.xml.in.h:837 +#: ../rules/base.xml.in.h:838 msgid "Esperanto" msgstr "Esperanto" -#: ../rules/base.xml.in.h:838 +#: ../rules/base.xml.in.h:839 msgid "Esperanto (displaced semicolon and quote, obsolete)" msgstr "Esperanto (forkert placeret semikolon og anførelsestegn, forældet)" #. Keyboard indicator for Nepali layouts -#: ../rules/base.xml.in.h:840 +#: ../rules/base.xml.in.h:841 msgid "ne" msgstr "ne" -#: ../rules/base.xml.in.h:841 +#: ../rules/base.xml.in.h:842 msgid "Nepali" msgstr "Nepalesisk" -#: ../rules/base.xml.in.h:842 +#: ../rules/base.xml.in.h:843 msgid "English (Nigeria)" msgstr "Engelsk (Nigeria)" #. Keyboard indicator for Igbo layouts -#: ../rules/base.xml.in.h:844 +#: ../rules/base.xml.in.h:845 msgid "ig" msgstr "ig" -#: ../rules/base.xml.in.h:845 +#: ../rules/base.xml.in.h:846 msgid "Igbo" msgstr "Igbo" #. Keyboard indicator for Yoruba layouts -#: ../rules/base.xml.in.h:847 +#: ../rules/base.xml.in.h:848 msgid "yo" msgstr "yo" -#: ../rules/base.xml.in.h:848 +#: ../rules/base.xml.in.h:849 msgid "Yoruba" msgstr "Yoruba" #. Keyboard indicator for Amharic layouts -#: ../rules/base.xml.in.h:850 +#: ../rules/base.xml.in.h:851 msgid "am" msgstr "am" # http://da.wikipedia.org/wiki/Amharisk -#: ../rules/base.xml.in.h:851 +#: ../rules/base.xml.in.h:852 msgid "Amharic" msgstr "Amharisk" #. Keyboard indicator for Wolof layouts -#: ../rules/base.xml.in.h:853 +#: ../rules/base.xml.in.h:854 msgid "wo" msgstr "wo" -#: ../rules/base.xml.in.h:854 +#: ../rules/base.xml.in.h:855 msgid "Wolof" msgstr "Wolof" #. Keyboard indicator for Braille layouts -#: ../rules/base.xml.in.h:856 +#: ../rules/base.xml.in.h:857 msgid "brl" msgstr "brl" -#: ../rules/base.xml.in.h:857 +#: ../rules/base.xml.in.h:858 msgid "Braille" msgstr "Blindeskrift" -#: ../rules/base.xml.in.h:858 +#: ../rules/base.xml.in.h:859 msgid "Braille (left hand)" msgstr "Blindeskrift (venstre hånd)" -#: ../rules/base.xml.in.h:859 +#: ../rules/base.xml.in.h:860 msgid "Braille (right hand)" msgstr "Blindeskrift (højre hånd)" #. Keyboard indicator for Turkmen layouts -#: ../rules/base.xml.in.h:861 +#: ../rules/base.xml.in.h:862 msgid "tk" msgstr "tk" -#: ../rules/base.xml.in.h:862 +#: ../rules/base.xml.in.h:863 msgid "Turkmen" msgstr "Turkmensk" -#: ../rules/base.xml.in.h:863 +#: ../rules/base.xml.in.h:864 msgid "Turkmen (Alt-Q)" msgstr "Turkmensk (Alt-Q)" #. Keyboard indicator for Bambara layouts -#: ../rules/base.xml.in.h:865 +#: ../rules/base.xml.in.h:866 msgid "bm" msgstr "bm" -#: ../rules/base.xml.in.h:866 +#: ../rules/base.xml.in.h:867 msgid "Bambara" msgstr "Bambara" -#: ../rules/base.xml.in.h:867 +#: ../rules/base.xml.in.h:868 msgid "French (Mali, alternative)" msgstr "Fransk (Mali, alternativ)" -#: ../rules/base.xml.in.h:868 +#: ../rules/base.xml.in.h:869 msgid "English (Mali, US Macintosh)" msgstr "Engelsk (Mali, US Macintosh)" -#: ../rules/base.xml.in.h:869 +#: ../rules/base.xml.in.h:870 msgid "English (Mali, US international)" msgstr "Engelsk (Mali, US international)" #. Keyboard indicator for Swahili layouts -#: ../rules/base.xml.in.h:871 +#: ../rules/base.xml.in.h:872 msgid "sw" msgstr "sw" -#: ../rules/base.xml.in.h:872 +#: ../rules/base.xml.in.h:873 msgid "Swahili (Tanzania)" msgstr "Swahili (Tanzania)" -#: ../rules/base.xml.in.h:873 +#: ../rules/base.xml.in.h:874 msgid "Swahili (Kenya)" msgstr "Swahili (Kenya)" -#: ../rules/base.xml.in.h:874 +#: ../rules/base.xml.in.h:875 msgid "Kikuyu" msgstr "Kikuyu" #. Keyboard indicator for Tswana layouts -#: ../rules/base.xml.in.h:876 +#: ../rules/base.xml.in.h:877 msgid "tn" msgstr "tn" -#: ../rules/base.xml.in.h:877 +#: ../rules/base.xml.in.h:878 msgid "Tswana" msgstr "Tswana" #. Keyboard indicator for Filipino layouts -#: ../rules/base.xml.in.h:879 +#: ../rules/base.xml.in.h:880 msgid "ph" msgstr "ph" -#: ../rules/base.xml.in.h:880 +#: ../rules/base.xml.in.h:881 msgid "Filipino" msgstr "Filippinsk" -#: ../rules/base.xml.in.h:881 +#: ../rules/base.xml.in.h:882 msgid "Filipino (QWERTY Baybayin)" msgstr "Filippinsk (QWERTY baybayin)" -#: ../rules/base.xml.in.h:882 +#: ../rules/base.xml.in.h:883 msgid "Filipino (Capewell-Dvorak Latin)" msgstr "Filippinsk (Capewell-dvorak latin)" -#: ../rules/base.xml.in.h:883 +#: ../rules/base.xml.in.h:884 msgid "Filipino (Capewell-Dvorak Baybayin)" msgstr "Filippinsk (Capewell-dvorak baybayin)" -#: ../rules/base.xml.in.h:884 +#: ../rules/base.xml.in.h:885 msgid "Filipino (Capewell-QWERF 2006 Latin)" msgstr "Filippinsk (Capewell-QWERF 2006 latin)" -#: ../rules/base.xml.in.h:885 +#: ../rules/base.xml.in.h:886 msgid "Filipino (Capewell-QWERF 2006 Baybayin)" msgstr "Filippinsk (Capewell-QWERF 2006 baybayin)" -#: ../rules/base.xml.in.h:886 +#: ../rules/base.xml.in.h:887 msgid "Filipino (Colemak Latin)" msgstr "Filippinsk (Colemak latin)" # http://en.wikipedia.org/wiki/Baybayin -#: ../rules/base.xml.in.h:887 +#: ../rules/base.xml.in.h:888 msgid "Filipino (Colemak Baybayin)" msgstr "Filippinsk (Colemak baybayin)" -#: ../rules/base.xml.in.h:888 +#: ../rules/base.xml.in.h:889 msgid "Filipino (Dvorak Latin)" msgstr "Filippinsk (Dvorak latin)" # http://en.wikipedia.org/wiki/Baybayin -#: ../rules/base.xml.in.h:889 +#: ../rules/base.xml.in.h:890 msgid "Filipino (Dvorak Baybayin)" msgstr "Filippinsk (Dvorak baybayin)" -#: ../rules/base.xml.in.h:890 +#: ../rules/base.xml.in.h:891 msgid "md" msgstr "md" -#: ../rules/base.xml.in.h:891 +#: ../rules/base.xml.in.h:892 msgid "Moldavian" msgstr "Moldavisk" -#: ../rules/base.xml.in.h:892 +#: ../rules/base.xml.in.h:893 msgid "gag" msgstr "gag" # http://www.denstoredanske.dk/Sprog,_religion_og_filosofi/Sprog/Alle_lande_-_sprogoversigt/Altaiske_sprog/gagausisk -#: ../rules/base.xml.in.h:893 +#: ../rules/base.xml.in.h:894 msgid "Moldavian (Gagauz)" msgstr "Moldavisk (gagausisk)" -#: ../rules/base.xml.in.h:894 +#: ../rules/base.xml.in.h:895 msgid "Switching to another layout" msgstr "Skifter til et andet layout" -#: ../rules/base.xml.in.h:895 +#: ../rules/base.xml.in.h:896 msgid "Right Alt (while pressed)" msgstr "Højre Alt (mens trykket ned)" -#: ../rules/base.xml.in.h:896 +#: ../rules/base.xml.in.h:897 msgid "Left Alt (while pressed)" msgstr "Venstre Alt (mens trykket ned)" -#: ../rules/base.xml.in.h:897 +#: ../rules/base.xml.in.h:898 msgid "Left Win (while pressed)" msgstr "Venstre Win-tast (mens trykket ned)" -#: ../rules/base.xml.in.h:898 +#: ../rules/base.xml.in.h:899 msgid "Right Win (while pressed)" msgstr "Højre Win-tast (mens trykket ned)" -#: ../rules/base.xml.in.h:899 +#: ../rules/base.xml.in.h:900 msgid "Any Win key (while pressed)" msgstr "Enhver Win-tast (mens trykket ned)" -#: ../rules/base.xml.in.h:900 +#: ../rules/base.xml.in.h:901 msgid "Caps Lock (while pressed), Alt+Caps Lock does the original capslock action" msgstr "Caps Lock (mens presset ned), Alt+Caps Lock udfører den oprindleige capslockhandling" -#: ../rules/base.xml.in.h:901 +#: ../rules/base.xml.in.h:902 msgid "Right Ctrl (while pressed)" msgstr "Højre Ctrl-tast (mens trykket ned)" -#: ../rules/base.xml.in.h:902 +#: ../rules/base.xml.in.h:903 msgid "Right Alt" msgstr "Højre Alt" -#: ../rules/base.xml.in.h:903 +#: ../rules/base.xml.in.h:904 msgid "Left Alt" msgstr "Venstre Alt" -#: ../rules/base.xml.in.h:904 +#: ../rules/base.xml.in.h:905 msgid "Caps Lock" msgstr "Caps Lock" -#: ../rules/base.xml.in.h:905 +#: ../rules/base.xml.in.h:906 msgid "Shift+Caps Lock" msgstr "Skift+Caps Lock" -#: ../rules/base.xml.in.h:906 +#: ../rules/base.xml.in.h:907 msgid "Caps Lock (to first layout), Shift+Caps Lock (to last layout)" msgstr "Caps Lock (skifter til første layout), Skift+Caps Lock (skifter til sidste layout)" -#: ../rules/base.xml.in.h:907 +#: ../rules/base.xml.in.h:908 msgid "Left Win (to first layout), Right Win/Menu (to last layout)" msgstr "Venstre Win (skifter til første layout), Højre Win/Menu (skifter til sidste layout)" -#: ../rules/base.xml.in.h:908 +#: ../rules/base.xml.in.h:909 msgid "Left Ctrl (to first layout), Right Ctrl (to last layout)" msgstr "Venstre Ctrl (skifter til første layout), Højre Ctrl (skifter til sidste layout)" -#: ../rules/base.xml.in.h:909 +#: ../rules/base.xml.in.h:910 msgid "Alt+Caps Lock" msgstr "Alt+Caps Lock" -#: ../rules/base.xml.in.h:910 +#: ../rules/base.xml.in.h:911 msgid "Both Shift keys together" msgstr "Begge skift-taster sammen" -#: ../rules/base.xml.in.h:911 +#: ../rules/base.xml.in.h:912 msgid "Both Alt keys together" msgstr "Begge Alt-taster sammen" -#: ../rules/base.xml.in.h:912 +#: ../rules/base.xml.in.h:913 msgid "Both Ctrl keys together" msgstr "Begge Ctrl-taster sammen" -#: ../rules/base.xml.in.h:913 +#: ../rules/base.xml.in.h:914 msgid "Ctrl+Shift" msgstr "Ctrl+Skift" -#: ../rules/base.xml.in.h:914 +#: ../rules/base.xml.in.h:915 msgid "Left Ctrl+Left Shift" msgstr "Venstre Ctrl+Venstre Skift" -#: ../rules/base.xml.in.h:915 +#: ../rules/base.xml.in.h:916 msgid "Right Ctrl+Right Shift" msgstr "Højre Ctrl+Højre Skift" -#: ../rules/base.xml.in.h:916 +#: ../rules/base.xml.in.h:917 msgid "Alt+Ctrl" msgstr "Alt+Ctrl" -#: ../rules/base.xml.in.h:917 +#: ../rules/base.xml.in.h:918 msgid "Alt+Shift" msgstr "Alt+Skift" -#: ../rules/base.xml.in.h:918 +#: ../rules/base.xml.in.h:919 msgid "Left Alt+Left Shift" msgstr "Venstre Alt+Venstre Skift" -#: ../rules/base.xml.in.h:919 +#: ../rules/base.xml.in.h:920 msgid "Alt+Space" msgstr "Alt+Mellemrum" -#: ../rules/base.xml.in.h:920 +#: ../rules/base.xml.in.h:921 msgid "Menu" msgstr "Menu" -#: ../rules/base.xml.in.h:921 +#: ../rules/base.xml.in.h:922 msgid "Left Win" msgstr "Venstre Win" -#: ../rules/base.xml.in.h:922 +#: ../rules/base.xml.in.h:923 msgid "Win Key+Space" msgstr "Wintast+mellemrum" -#: ../rules/base.xml.in.h:923 +#: ../rules/base.xml.in.h:924 msgid "Right Win" msgstr "Højre Win" -#: ../rules/base.xml.in.h:924 +#: ../rules/base.xml.in.h:925 msgid "Left Shift" msgstr "Venstre Skift" -#: ../rules/base.xml.in.h:925 +#: ../rules/base.xml.in.h:926 msgid "Right Shift" msgstr "Højre Skift" -#: ../rules/base.xml.in.h:926 +#: ../rules/base.xml.in.h:927 msgid "Left Ctrl" msgstr "Venstre Ctrl" -#: ../rules/base.xml.in.h:927 +#: ../rules/base.xml.in.h:928 msgid "Right Ctrl" msgstr "Højre Ctrl" -#: ../rules/base.xml.in.h:928 +#: ../rules/base.xml.in.h:929 msgid "Scroll Lock" msgstr "Scroll Lock" -#: ../rules/base.xml.in.h:929 +#: ../rules/base.xml.in.h:930 msgid "LeftCtrl+LeftWin (to first layout), RightCtrl+Menu (to second layout)" msgstr "Venstre Ctrl+Venstre Win (til første layout), Højre Ctrl+Menu (til andet layout)" -#: ../rules/base.xml.in.h:930 +#: ../rules/base.xml.in.h:931 msgid "Key to choose 3rd level" msgstr "Tast for at vælge tredje niveau" -#: ../rules/base.xml.in.h:931 +#: ../rules/base.xml.in.h:932 msgid "Any Win key" msgstr "Enhver Win-tast" -#: ../rules/base.xml.in.h:932 +#: ../rules/base.xml.in.h:933 msgid "Any Alt key" msgstr "Enhver Alt-tast" -#: ../rules/base.xml.in.h:933 +#: ../rules/base.xml.in.h:934 msgid "Right Alt, Shift+Right Alt key is Compose" msgstr "Højre Alt-tast, Skift+højre Alt-tast er sammensat (compose)" -#: ../rules/base.xml.in.h:934 +#: ../rules/base.xml.in.h:935 msgid "Right Alt key never chooses 3rd level" msgstr "Højre Alt-tast vælger aldrig tredje niveau" -#: ../rules/base.xml.in.h:935 +#: ../rules/base.xml.in.h:936 msgid "Enter on keypad" msgstr "Retur på numerisk tastatur" -#: ../rules/base.xml.in.h:936 +#: ../rules/base.xml.in.h:937 msgid "Backslash" msgstr "Omvendt skråstreg" -#: ../rules/base.xml.in.h:937 +#: ../rules/base.xml.in.h:938 msgid "<Less/Greater>" msgstr "<Mindre end/Større end>" -#: ../rules/base.xml.in.h:938 +#: ../rules/base.xml.in.h:939 msgid "Caps Lock chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "Caps Lock vælger tredje niveau, låser når trykket ned sammen med en anden tredje niveauvælger" -#: ../rules/base.xml.in.h:939 +#: ../rules/base.xml.in.h:940 msgid "Backslash chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "Omvendt skråstreg vælger tredje niveau, låser når trykket ned sammen med en anden tredje niveauvælger" -#: ../rules/base.xml.in.h:940 +#: ../rules/base.xml.in.h:941 msgid "<Less/Greater> chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "<Mindre end/Større end> (vælger tredje niveau, låser når trykket ned sammen med en anden tredje niveauvælger" -#: ../rules/base.xml.in.h:941 +#: ../rules/base.xml.in.h:942 msgid "Ctrl key position" msgstr "Ctrl-tast placering" -#: ../rules/base.xml.in.h:942 +#: ../rules/base.xml.in.h:943 msgid "Caps Lock as Ctrl" msgstr "Caps Lock som Ctrl" -#: ../rules/base.xml.in.h:943 +#: ../rules/base.xml.in.h:944 msgid "Left Ctrl as Meta" msgstr "Venstre Ctrl som Meta" -#: ../rules/base.xml.in.h:944 +#: ../rules/base.xml.in.h:945 msgid "Swap Ctrl and Caps Lock" msgstr "Ombyt Ctrl og Caps Lock" -#: ../rules/base.xml.in.h:945 +#: ../rules/base.xml.in.h:946 msgid "At left of 'A'" msgstr "Til venstre for 'A'" -#: ../rules/base.xml.in.h:946 +#: ../rules/base.xml.in.h:947 msgid "At bottom left" msgstr "Nederst til venstre" -#: ../rules/base.xml.in.h:947 +#: ../rules/base.xml.in.h:948 msgid "Right Ctrl as Right Alt" msgstr "Højre Ctrl-tast virker som højre Alt" -#: ../rules/base.xml.in.h:948 +#: ../rules/base.xml.in.h:949 msgid "Menu as Right Ctrl" msgstr "Menu som højre Ctrl" -#: ../rules/base.xml.in.h:949 +#: ../rules/base.xml.in.h:950 msgid "Right Alt as Right Ctrl" msgstr "Højre Alt-tast virker som højre Ctrl" -#: ../rules/base.xml.in.h:950 +#: ../rules/base.xml.in.h:951 msgid "Swap Left Alt key with Left Ctrl key" msgstr "Byt venstre Alt-tast om med venstre Ctrl-tast" -#: ../rules/base.xml.in.h:951 +#: ../rules/base.xml.in.h:952 msgid "Swap Left Win key with Left Ctrl key" msgstr "Byt venstre Win-tast om med venstre Ctrl-tast" -#: ../rules/base.xml.in.h:952 +#: ../rules/base.xml.in.h:953 +msgid "Swap Right Win key with Right Ctrl key" +msgstr "Byt højre Win-tast om med højre Ctrl-tast" + +#: ../rules/base.xml.in.h:954 msgid "Left Alt as Ctrl, Left Ctrl as Win, Left Win as Alt" msgstr "Venstre Alt som Ctrl, venstre Ctrl som Win, venstre Win som Alt" -#: ../rules/base.xml.in.h:953 +#: ../rules/base.xml.in.h:955 msgid "Use keyboard LED to show alternative layout" msgstr "Brug tastatur-LED til at vise alternativ layout" -#: ../rules/base.xml.in.h:954 +#: ../rules/base.xml.in.h:956 msgid "Num Lock" msgstr "Num Lock" -#: ../rules/base.xml.in.h:955 +#: ../rules/base.xml.in.h:957 msgid "Layout of numeric keypad" msgstr "Layout for numerisk tastatur" -#: ../rules/base.xml.in.h:956 +#: ../rules/base.xml.in.h:958 msgid "Legacy" msgstr "Forældet" -#: ../rules/base.xml.in.h:957 +#: ../rules/base.xml.in.h:959 msgid "Unicode additions (arrows and math operators)" msgstr "Unicode tilføjelser (pile og matematiske tegn)" -#: ../rules/base.xml.in.h:958 +#: ../rules/base.xml.in.h:960 msgid "Unicode additions (arrows and math operators; math operators on default level)" msgstr "Unicode-tilføjelser (pile og matematiske tegn; matematiske tegn på standardniveau)" -#: ../rules/base.xml.in.h:959 +#: ../rules/base.xml.in.h:961 msgid "Legacy Wang 724" msgstr "Forældet Wang 724" -#: ../rules/base.xml.in.h:960 +#: ../rules/base.xml.in.h:962 msgid "Wang 724 keypad with Unicode additions (arrows and math operators)" msgstr "Wang 724 numerisk tastatur med Unicode-tilføjelser (pile og matematiske tegn)" -#: ../rules/base.xml.in.h:961 +#: ../rules/base.xml.in.h:963 msgid "Wang 724 keypad with Unicode additions (arrows and math operators; math operators on default level)" msgstr "Wang 724 numerisk tastatur med Unicode-tilføjelser (pile og matematiske tegn; matematiske tegn på standardniveau)" -#: ../rules/base.xml.in.h:962 +#: ../rules/base.xml.in.h:964 msgid "Hexadecimal" msgstr "Sekstentals" # ATM = hæveautomat, måske skal det oversættes. -#: ../rules/base.xml.in.h:963 +#: ../rules/base.xml.in.h:965 msgid "ATM/phone-style" msgstr "ATM/telefonstil" -#: ../rules/base.xml.in.h:964 +#: ../rules/base.xml.in.h:966 msgid "Numeric keypad delete key behaviour" msgstr "Numerisk tastatur slettetast opførsel" -#: ../rules/base.xml.in.h:965 +#: ../rules/base.xml.in.h:967 msgid "Legacy key with dot" msgstr "Forældet tast med punktum" #. Actually, with KP_SEPARATOR, as the old keypad(comma) -#: ../rules/base.xml.in.h:967 +#: ../rules/base.xml.in.h:969 msgid "Legacy key with comma" msgstr "Forældet tast med komma" -#: ../rules/base.xml.in.h:968 +#: ../rules/base.xml.in.h:970 msgid "Four-level key with dot" msgstr "Niveau fire tast med punktum" -#: ../rules/base.xml.in.h:969 +#: ../rules/base.xml.in.h:971 msgid "Four-level key with dot, Latin-9 only" msgstr "Niveau fire tast med punktum, latin-9 begrænsning" -#: ../rules/base.xml.in.h:970 +#: ../rules/base.xml.in.h:972 msgid "Four-level key with comma" msgstr "Niveau fire tast med komma" -#: ../rules/base.xml.in.h:971 +#: ../rules/base.xml.in.h:973 msgid "Four-level key with momayyez" msgstr "Niveau fire tast med momayyez" #. This assumes the KP_ abstract symbols are actually useful for some apps #. The description needs to be rewritten -#: ../rules/base.xml.in.h:974 +#: ../rules/base.xml.in.h:976 msgid "Four-level key with abstract separators" msgstr "Niveau fire tast med abstrakt adskillelser" -#: ../rules/base.xml.in.h:975 +#: ../rules/base.xml.in.h:977 msgid "Semicolon on third level" msgstr "Semikolon på tredje niveau" -#: ../rules/base.xml.in.h:976 +#: ../rules/base.xml.in.h:978 msgid "Caps Lock key behavior" msgstr "Opførsel for Caps Lock-tast" -#: ../rules/base.xml.in.h:977 +#: ../rules/base.xml.in.h:979 msgid "Caps Lock uses internal capitalization; Shift \"pauses\" Caps Lock" msgstr "Caps Lock bruger intern forstørrelse af bogstaver. Skift sætter Caps Lock »på hold«" -#: ../rules/base.xml.in.h:978 +#: ../rules/base.xml.in.h:980 msgid "Caps Lock uses internal capitalization; Shift doesn't affect Caps Lock" msgstr "Caps Lock bruger intern forstørrelse af bogstaver. Skift påvirker ikke Caps Lock" -#: ../rules/base.xml.in.h:979 +#: ../rules/base.xml.in.h:981 msgid "Caps Lock acts as Shift with locking; Shift \"pauses\" Caps Lock" msgstr "Caps Lock agerer som skiftetasten med lås. Skift »pauser« Caps Lock" -#: ../rules/base.xml.in.h:980 +#: ../rules/base.xml.in.h:982 msgid "Caps Lock acts as Shift with locking; Shift doesn't affect Caps Lock" msgstr "Caps Lock agerer som skiftetasten med lås. Skift påvirker ikke Caps Lock" -#: ../rules/base.xml.in.h:981 +#: ../rules/base.xml.in.h:983 msgid "Caps Lock toggles normal capitalization of alphabetic characters" msgstr "Caps Lock slår små/store bogstaver til/fra" -#: ../rules/base.xml.in.h:982 +#: ../rules/base.xml.in.h:984 msgid "Make Caps Lock an additional Num Lock" msgstr "Gør Caps Lock til en ekstra NumLock" -#: ../rules/base.xml.in.h:983 +#: ../rules/base.xml.in.h:985 msgid "Swap ESC and Caps Lock" msgstr "Ombyt ESC og Caps Lock" -#: ../rules/base.xml.in.h:984 +#: ../rules/base.xml.in.h:986 msgid "Make Caps Lock an additional ESC" msgstr "Gør Caps Lock til en ekstra Esc" -#: ../rules/base.xml.in.h:985 +#: ../rules/base.xml.in.h:987 msgid "Make Caps Lock an additional Backspace" msgstr "Gør Caps Lock til en ekstra rettelsestast" -#: ../rules/base.xml.in.h:986 +#: ../rules/base.xml.in.h:988 msgid "Make Caps Lock an additional Super" msgstr "Gør Caps Lock til en ekstra Super" -#: ../rules/base.xml.in.h:987 +#: ../rules/base.xml.in.h:989 msgid "Make Caps Lock an additional Hyper" msgstr "Gør Caps Lock til en ekstra Hyper" -#: ../rules/base.xml.in.h:988 +#: ../rules/base.xml.in.h:990 msgid "Caps Lock toggles ShiftLock (affects all keys)" msgstr "Caps Lock ændrer SkiftLock (påvirker alle taster)" -#: ../rules/base.xml.in.h:989 +#: ../rules/base.xml.in.h:991 msgid "Caps Lock is disabled" msgstr "Caps Lock er slået fra" -#: ../rules/base.xml.in.h:990 +#: ../rules/base.xml.in.h:992 msgid "Make Caps Lock an additional Ctrl" msgstr "Gør Caps Lock til en ekstra Ctrl" -#: ../rules/base.xml.in.h:991 +#: ../rules/base.xml.in.h:993 msgid "Alt/Win key behavior" msgstr "Alt/Win-tasteopførsel" -#: ../rules/base.xml.in.h:992 +#: ../rules/base.xml.in.h:994 msgid "Add the standard behavior to Menu key" msgstr "Tilføj standardopførslen til menutasten" -#: ../rules/base.xml.in.h:993 +#: ../rules/base.xml.in.h:995 msgid "Alt and Meta are on Alt keys" msgstr "Alt og Meta er på Alt-tasterne" -#: ../rules/base.xml.in.h:994 +#: ../rules/base.xml.in.h:996 msgid "Alt is mapped to Win keys (and the usual Alt keys)" msgstr "Alt ligger på Win-tasterne (og de normale Alt-taster)" -#: ../rules/base.xml.in.h:995 +#: ../rules/base.xml.in.h:997 msgid "Ctrl is mapped to Win keys (and the usual Ctrl keys)" msgstr "Ctrl ligger på Win-tasterne (og de normale Ctrl-taster)" -#: ../rules/base.xml.in.h:996 +#: ../rules/base.xml.in.h:998 msgid "Ctrl is mapped to Alt keys, Alt is mapped to Win keys" msgstr "Ctrl ligger på Alt-tasterne, Alt ligger på Win-tasterne" -#: ../rules/base.xml.in.h:997 +#: ../rules/base.xml.in.h:999 msgid "Meta is mapped to Win keys" msgstr "Meta ligger på Win-tasterne" -#: ../rules/base.xml.in.h:998 +#: ../rules/base.xml.in.h:1000 msgid "Meta is mapped to Left Win" msgstr "Meta ligger på venstre Win-tast" -#: ../rules/base.xml.in.h:999 +#: ../rules/base.xml.in.h:1001 msgid "Hyper is mapped to Win keys" msgstr "Hyper ligger på Win-tasterne" -#: ../rules/base.xml.in.h:1000 +#: ../rules/base.xml.in.h:1002 msgid "Alt is mapped to Right Win, Super to Menu" msgstr "Alt ligger på den højre Win-tast og Super på Menu" -#: ../rules/base.xml.in.h:1001 +#: ../rules/base.xml.in.h:1003 msgid "Alt is swapped with Win" msgstr "Alt-tast ombyttes med Win-tast" -#: ../rules/base.xml.in.h:1002 +#: ../rules/base.xml.in.h:1004 msgid "Position of Compose key" msgstr "Position for sammensat (compose) tast" -#: ../rules/base.xml.in.h:1003 +#: ../rules/base.xml.in.h:1005 msgid "3rd level of Left Win" msgstr "Tredje niveau for venstre Win" -#: ../rules/base.xml.in.h:1004 +#: ../rules/base.xml.in.h:1006 msgid "3rd level of Right Win" msgstr "Tredje niveau for højre Win" -#: ../rules/base.xml.in.h:1005 +#: ../rules/base.xml.in.h:1007 msgid "3rd level of Menu" msgstr "Tredje niveau for Menu" -#: ../rules/base.xml.in.h:1006 +#: ../rules/base.xml.in.h:1008 msgid "3rd level of Left Ctrl" msgstr "Tredje niveau for venstre Ctrl" -#: ../rules/base.xml.in.h:1007 +#: ../rules/base.xml.in.h:1009 msgid "3rd level of Right Ctrl" msgstr "Tredje niveau for højre Ctrl" -#: ../rules/base.xml.in.h:1008 +#: ../rules/base.xml.in.h:1010 msgid "3rd level of Caps Lock" msgstr "Tredje niveau for Caps Lock (lås skift)" -#: ../rules/base.xml.in.h:1009 +#: ../rules/base.xml.in.h:1011 msgid "3rd level of <Less/Greater>" msgstr "Tredje niveau for <Mindre end/Større end>" -#: ../rules/base.xml.in.h:1010 +#: ../rules/base.xml.in.h:1012 msgid "Pause" msgstr "Pause" -#: ../rules/base.xml.in.h:1011 +#: ../rules/base.xml.in.h:1013 msgid "PrtSc" msgstr "Prtsc" -#: ../rules/base.xml.in.h:1012 +#: ../rules/base.xml.in.h:1014 msgid "Miscellaneous compatibility options" msgstr "Diverse kompatibilitetsvalg" -#: ../rules/base.xml.in.h:1013 +#: ../rules/base.xml.in.h:1015 msgid "Default numeric keypad keys" msgstr "Standard numerisk tastatur taster" -#: ../rules/base.xml.in.h:1014 +#: ../rules/base.xml.in.h:1016 msgid "Numeric keypad keys always enter digits (as in Mac OS)" msgstr "Numerisk tastatur indtaster altid tal (som på Mac OS)" -#: ../rules/base.xml.in.h:1015 +#: ../rules/base.xml.in.h:1017 msgid "Shift with numeric keypad keys works as in MS Windows" msgstr "Skift med numeriske taster virker som i MS Windows" -#: ../rules/base.xml.in.h:1016 +#: ../rules/base.xml.in.h:1018 msgid "Shift does not cancel Num Lock, chooses 3rd level instead" msgstr "Skift afbryder ikke Num Lock, vælger tredje niveau i steden for" -#: ../rules/base.xml.in.h:1017 +#: ../rules/base.xml.in.h:1019 msgid "Special keys (Ctrl+Alt+<key>) handled in a server" msgstr "Specialtaster (Ctrl+Alt+<key>) håndteret i en server" -#: ../rules/base.xml.in.h:1018 +#: ../rules/base.xml.in.h:1020 msgid "Apple Aluminium Keyboard: emulate PC keys (Print, Scroll Lock, Pause, Num Lock)" msgstr "Apples aluminiumstastatur: Emuler PC-taster (Udskriv, Scroll Lock, Pause, NumLock)" -#: ../rules/base.xml.in.h:1019 +#: ../rules/base.xml.in.h:1021 msgid "Shift cancels Caps Lock" msgstr "Skift afbryder Caps Lock" -#: ../rules/base.xml.in.h:1020 +#: ../rules/base.xml.in.h:1022 msgid "Enable extra typographic characters" msgstr "Slå ekstra typografiske karakterer til" -#: ../rules/base.xml.in.h:1021 +#: ../rules/base.xml.in.h:1023 msgid "Both Shift keys together toggle Caps Lock" msgstr "Begge skift-taster sammen skifter Caps Lock" -#: ../rules/base.xml.in.h:1022 +#: ../rules/base.xml.in.h:1024 msgid "Both Shift keys together activate Caps Lock, one Shift key deactivates" msgstr "Begge skift-taster sammen aktiverer Caps Lock, en Skift-tast deaktiverer" -#: ../rules/base.xml.in.h:1023 +#: ../rules/base.xml.in.h:1025 msgid "Both Shift keys together toggle ShiftLock" msgstr "Begge skift-taster sammen skifter SkiftLock" -#: ../rules/base.xml.in.h:1024 +#: ../rules/base.xml.in.h:1026 msgid "Shift + NumLock toggles PointerKeys" msgstr "Skift + NumLock skifter PointerKeys" -#: ../rules/base.xml.in.h:1025 +#: ../rules/base.xml.in.h:1027 msgid "Allow breaking grabs with keyboard actions (warning: security risk)" msgstr "Tillader afbrydelsesgreb med tastaturhandlinger (advarsel: sikkerhedsrisiko)" -#: ../rules/base.xml.in.h:1026 +#: ../rules/base.xml.in.h:1028 msgid "Allow grab and window tree logging" msgstr "Tillader afbrydelsesgreb med vinduestrælogning" -#: ../rules/base.xml.in.h:1027 +#: ../rules/base.xml.in.h:1029 msgid "Adding currency signs to certain keys" msgstr "Tilføjelse af valutategn til bestemte taster" -#: ../rules/base.xml.in.h:1028 +#: ../rules/base.xml.in.h:1030 msgid "Euro on E" msgstr "Euro på E" @@ -3875,75 +3883,75 @@ msgstr "Euro på E" # på to" mere beskrivende, selv om strengen isoleret set stadig kan være # forvirrende. Når teksten står i en sammenhæng, er det nok ikke så # vigtigt om det er det ene eller det andet. -#: ../rules/base.xml.in.h:1029 +#: ../rules/base.xml.in.h:1031 msgid "Euro on 2" msgstr "Euro på 2" -#: ../rules/base.xml.in.h:1030 +#: ../rules/base.xml.in.h:1032 msgid "Euro on 4" msgstr "Euro på 4" -#: ../rules/base.xml.in.h:1031 +#: ../rules/base.xml.in.h:1033 msgid "Euro on 5" msgstr "Euro på 5" -#: ../rules/base.xml.in.h:1032 +#: ../rules/base.xml.in.h:1034 msgid "Rupee on 4" msgstr "Rupee på 4" -#: ../rules/base.xml.in.h:1033 +#: ../rules/base.xml.in.h:1035 msgid "Key to choose 5th level" msgstr "Tast for at vælge femte niveau" -#: ../rules/base.xml.in.h:1034 +#: ../rules/base.xml.in.h:1036 msgid "<Less/Greater> chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "<Mindre end/Større end> vælger femte niveau, låser når trykket ned sammen med en anden femte niveauvælger" -#: ../rules/base.xml.in.h:1035 +#: ../rules/base.xml.in.h:1037 msgid "Right Alt chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Højre Alt vælge femte niveau, låser når trykket ned sammen med en anden femte niveauvælger" -#: ../rules/base.xml.in.h:1036 +#: ../rules/base.xml.in.h:1038 msgid "Left Win chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Venstre Win-tast vælger femte niveau, låser når trykket ned sammen med en anden femte niveauvælger" -#: ../rules/base.xml.in.h:1037 +#: ../rules/base.xml.in.h:1039 msgid "Right Win chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Højre Win-tast vælger femte niveau, låser når trykket ned sammen med en anden femte niveauvælger" -#: ../rules/base.xml.in.h:1038 +#: ../rules/base.xml.in.h:1040 msgid "Using space key to input non-breakable space character" msgstr "Brug mellemrum for at indtaste ubrydelig mellemrumskarakter" -#: ../rules/base.xml.in.h:1039 +#: ../rules/base.xml.in.h:1041 msgid "Usual space at any level" msgstr "Normal mellemrum på alle niveauer" -#: ../rules/base.xml.in.h:1040 +#: ../rules/base.xml.in.h:1042 msgid "Non-breakable space character at second level" msgstr "Ubrydelig mellemrumskarakter på andet niveau" -#: ../rules/base.xml.in.h:1041 +#: ../rules/base.xml.in.h:1043 msgid "Non-breakable space character at third level" msgstr "Ubrydelig mellemrumskarakter på tredje niveau" -#: ../rules/base.xml.in.h:1042 +#: ../rules/base.xml.in.h:1044 msgid "Non-breakable space character at third level, nothing at fourth level" msgstr "Ubrydelig mellemrumskarakter på tredje niveau, intet på fjerde niveau" -#: ../rules/base.xml.in.h:1043 +#: ../rules/base.xml.in.h:1045 msgid "Non-breakable space character at third level, thin non-breakable space character at fourth level" msgstr "Ubrydelig mellemrumskarakter på tredje niveau, tynd ubrydelig mellemrumskarakter på fjerde niveau" -#: ../rules/base.xml.in.h:1044 +#: ../rules/base.xml.in.h:1046 msgid "Non-breakable space character at fourth level" msgstr "Ubrydelig mellemrumskarakter på fjerde niveau" -#: ../rules/base.xml.in.h:1045 +#: ../rules/base.xml.in.h:1047 msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level" msgstr "Ubrydelig mellemrumskarakter på fjerde niveau, tynd ubrydelige mellemrumskarakter på sjette niveau" -#: ../rules/base.xml.in.h:1046 +#: ../rules/base.xml.in.h:1048 msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level (via Ctrl+Shift)" msgstr "Ubrydelig mellemrumskarakter på fjerde niveau, tynd ubrydelige mellemrumskarakter på sjette niveau (via Ctrl+Skift)" @@ -3955,84 +3963,84 @@ msgstr "Ubrydelig mellemrumskarakter på fjerde niveau, tynd ubrydelige mellemru # is desirable to keep the words closer together. The ZWNJ is represented in Unicode # is U+200C, and can be represented in HTML as ‌, ‌ or ‌. Kilde eng. # wikipedia 12. maj 2010 -#: ../rules/base.xml.in.h:1047 +#: ../rules/base.xml.in.h:1049 msgid "Zero-width non-joiner character at second level" msgstr "Ubrydeligt mellemrumstegn (ZWNJ) på andet niveau" -#: ../rules/base.xml.in.h:1048 +#: ../rules/base.xml.in.h:1050 msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level" msgstr "Ubrydeligt mellemrumstegn (ZWNJ) på andet niveau, ombrydeligt mellemrumstegn på tredje niveau" -#: ../rules/base.xml.in.h:1049 +#: ../rules/base.xml.in.h:1051 msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level, non-breakable space character at fourth level" msgstr "Ubrydeligt mellemrumstegn (ZWNJ) på andet niveau, ombrydeligt mellemrumstegn på tredje niveau, ubrydeligt mellemrumsteng på fjerde niveau" -#: ../rules/base.xml.in.h:1050 +#: ../rules/base.xml.in.h:1052 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level" msgstr "Ubrydeligt mellemrumstegn (ZWNJ) på andet niveau, ubrydeligt mellemrumstegn på tredje niveau" -#: ../rules/base.xml.in.h:1051 +#: ../rules/base.xml.in.h:1053 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, nothing at fourth level" msgstr "Ubrydeligt mellemrumstegn (ZWNJ) på andet niveau, ubrydeligt på mellemrum på tredje niveau" -#: ../rules/base.xml.in.h:1052 +#: ../rules/base.xml.in.h:1054 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, zero-width joiner at fourth level" msgstr "Ubrydeligt mellemrumstegn (ZWNJ) på andet niveau, ubrydeligt mellemrumstegn på tredje niveau, ubrydeligt mellemrumstegn (ZWNJ) på fjerde niveau" -#: ../rules/base.xml.in.h:1053 +#: ../rules/base.xml.in.h:1055 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, thin non-breakable space at fourth level" msgstr "Ubrydeligt mellemrumstegn (ZWNJ) på andet niveau, ubrydeligt mellemrumstegn på tredje niveau" -#: ../rules/base.xml.in.h:1054 +#: ../rules/base.xml.in.h:1056 msgid "Zero-width non-joiner character at third level, zero-width joiner at fourth level" msgstr "Ubrydeligt mellemrumstegn (ZWNJ) på tredje niveau, ombrydeligt mellemrumstegn på fjerde niveau" -#: ../rules/base.xml.in.h:1055 +#: ../rules/base.xml.in.h:1057 msgid "Japanese keyboard options" msgstr "Japanske tastaturvalg" -#: ../rules/base.xml.in.h:1056 +#: ../rules/base.xml.in.h:1058 msgid "Kana Lock key is locking" msgstr "Kana låsetast låser" -#: ../rules/base.xml.in.h:1057 +#: ../rules/base.xml.in.h:1059 msgid "NICOLA-F style Backspace" msgstr "NICOLA-F-stil rettelsestast" -#: ../rules/base.xml.in.h:1058 +#: ../rules/base.xml.in.h:1060 msgid "Make Zenkaku Hankaku an additional ESC" msgstr "Gør Zenkaku Hankaku til en ekstra Esc" -#: ../rules/base.xml.in.h:1059 +#: ../rules/base.xml.in.h:1061 msgid "Adding Esperanto supersigned letters" msgstr "Tilføjelse af esperanto supersigned bogstaver" -#: ../rules/base.xml.in.h:1060 +#: ../rules/base.xml.in.h:1062 msgid "To the corresponding key in a Qwerty layout" msgstr "Til den tilsvarende tast på et Qwertytastatur" -#: ../rules/base.xml.in.h:1061 +#: ../rules/base.xml.in.h:1063 msgid "To the corresponding key in a Dvorak layout" msgstr "Til den tilsvarende tast i et Dvoraktastatur" -#: ../rules/base.xml.in.h:1062 +#: ../rules/base.xml.in.h:1064 msgid "To the corresponding key in a Colemak layout" msgstr "Til den tilsvarende tast i et Colemaktastatur" -#: ../rules/base.xml.in.h:1063 +#: ../rules/base.xml.in.h:1065 msgid "Maintain key compatibility with old Solaris keycodes" msgstr "Vedligehold tastkompatibilitet med gamle tastkoder for Solaris" -#: ../rules/base.xml.in.h:1064 +#: ../rules/base.xml.in.h:1066 msgid "Sun Key compatibility" msgstr "Kompatibilitet med Suntast" -#: ../rules/base.xml.in.h:1065 +#: ../rules/base.xml.in.h:1067 msgid "Key sequence to kill the X server" msgstr "Tastsekvens for at slå X-serveren ned" # Backspace kunne også være Slet tilbage -#: ../rules/base.xml.in.h:1066 +#: ../rules/base.xml.in.h:1068 msgid "Ctrl + Alt + Backspace" msgstr "Ctrl + Alt + Rettelsestast" @@ -4369,3 +4377,7 @@ msgstr "eu" #: ../rules/base.extras.xml.in.h:148 msgid "EurKEY (US based layout with european letters)" msgstr "EurKEY (US-baseret tastatur med europæiske bogstaver)" + +#: ../rules/base.extras.xml.in.h:151 +msgid "Mmuock" +msgstr "Mmuock" diff --git a/xorg-server/xkeyboard-config/po/de.po b/xorg-server/xkeyboard-config/po/de.po index 3ef1974bd..1225c965c 100644 --- a/xorg-server/xkeyboard-config/po/de.po +++ b/xorg-server/xkeyboard-config/po/de.po @@ -1,21 +1,21 @@ # German translation of xkeyboard-config. # This file is distributed under the same license as the xkeyboard-config package. # Christian Kirbach , 2009. -# Mario Blättermann , 2009, 2010, 2011, 2012, 2013, 2014. +# Mario Blättermann , 2009, 2010, 2011, 2012, 2013, 2014, 2015. # msgid "" msgstr "" -"Project-Id-Version: xkeyboard-config-2.12.99\n" +"Project-Id-Version: xkeyboard-config-2.13.99\n" "Report-Msgid-Bugs-To: svu@users.sourceforge.net\n" -"POT-Creation-Date: 2014-09-18 23:46+0100\n" -"PO-Revision-Date: 2014-09-19 10:14+0100\n" +"POT-Creation-Date: 2015-01-15 01:16+0000\n" +"PO-Revision-Date: 2015-01-15 20:23+0100\n" "Last-Translator: Mario Blättermann \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.5.4\n" +"X-Generator: Poedit 1.7.3\n" #: ../rules/base.xml.in.h:1 msgid "Generic 101-key PC" @@ -754,11 +754,11 @@ msgid "Htc Dream phone" msgstr "HTC Dream Mobiltelefon" #. Keyboard indicator for English layouts -#: ../rules/base.xml.in.h:186 ../rules/base.extras.xml.in.h:46 +#: ../rules/base.xml.in.h:186 ../rules/base.extras.xml.in.h:47 msgid "en" msgstr "en" -#: ../rules/base.xml.in.h:187 ../rules/base.extras.xml.in.h:47 +#: ../rules/base.xml.in.h:187 ../rules/base.extras.xml.in.h:48 msgid "English (US)" msgstr "English (USA)" @@ -816,7 +816,7 @@ msgid "English (programmer Dvorak)" msgstr "Englisch (Dvorak für Programmierer)" #. Keyboard indicator for Russian layouts -#: ../rules/base.xml.in.h:203 ../rules/base.extras.xml.in.h:69 +#: ../rules/base.xml.in.h:203 ../rules/base.extras.xml.in.h:70 msgid "ru" msgstr "ru" @@ -849,7 +849,7 @@ msgid "English (Workman, international with dead keys)" msgstr "Englisch (Workman International, mit Akzenttasten)" #. Keyboard indicator for Persian layouts -#: ../rules/base.xml.in.h:212 ../rules/base.extras.xml.in.h:28 +#: ../rules/base.xml.in.h:212 ../rules/base.extras.xml.in.h:29 msgid "fa" msgstr "fa" @@ -888,11 +888,11 @@ msgid "Uzbek (Afghanistan, OLPC)" msgstr "Usbekisch (Afghanistan, OLPC)" #. Keyboard indicator for Arabic layouts -#: ../rules/base.xml.in.h:224 ../rules/base.extras.xml.in.h:80 +#: ../rules/base.xml.in.h:224 ../rules/base.extras.xml.in.h:81 msgid "ar" msgstr "ar" -#: ../rules/base.xml.in.h:225 ../rules/base.extras.xml.in.h:81 +#: ../rules/base.xml.in.h:225 ../rules/base.extras.xml.in.h:82 msgid "Arabic" msgstr "Arabisch" @@ -934,11 +934,11 @@ msgid "Albanian (Plisi D1)" msgstr "Albanisch (Plisi D1)" #. Keyboard indicator for Armenian layouts -#: ../rules/base.xml.in.h:237 ../rules/base.extras.xml.in.h:74 +#: ../rules/base.xml.in.h:237 ../rules/base.extras.xml.in.h:75 msgid "hy" msgstr "hy" -#: ../rules/base.xml.in.h:238 ../rules/base.extras.xml.in.h:75 +#: ../rules/base.xml.in.h:238 ../rules/base.extras.xml.in.h:76 msgid "Armenian" msgstr "Armenisch" @@ -1014,11 +1014,11 @@ msgid "Belarusian (Latin)" msgstr "Weißrussisch (Lateinisch)" #. Keyboard indicator for Belgian layouts -#: ../rules/base.xml.in.h:260 ../rules/base.extras.xml.in.h:83 +#: ../rules/base.xml.in.h:260 ../rules/base.extras.xml.in.h:84 msgid "be" msgstr "be" -#: ../rules/base.xml.in.h:261 ../rules/base.extras.xml.in.h:84 +#: ../rules/base.xml.in.h:261 ../rules/base.extras.xml.in.h:85 msgid "Belgian" msgstr "Belgisch" @@ -1281,11 +1281,11 @@ msgid "Bosnian (US keyboard with Bosnian letters)" msgstr "Bosnisch (US-Tastatur mit bosnischen Buchstaben)" #. Keyboard indicator for Portuguese layouts -#: ../rules/base.xml.in.h:338 ../rules/base.extras.xml.in.h:86 +#: ../rules/base.xml.in.h:338 ../rules/base.extras.xml.in.h:87 msgid "pt" msgstr "pt" -#: ../rules/base.xml.in.h:339 ../rules/base.extras.xml.in.h:87 +#: ../rules/base.xml.in.h:339 ../rules/base.extras.xml.in.h:88 msgid "Portuguese (Brazil)" msgstr "Portugiesisch (Brasilien)" @@ -1369,11 +1369,11 @@ msgid "Berber (Morocco, Tifinagh extended phonetic)" msgstr "Berber (Marokko, Tifinagh erweitert, phonetisch)" #. Keyboard indicator for Cameroon layouts -#: ../rules/base.xml.in.h:363 ../rules/base.extras.xml.in.h:149 +#: ../rules/base.xml.in.h:363 ../rules/base.extras.xml.in.h:150 msgid "cm" msgstr "cm" -#: ../rules/base.xml.in.h:364 ../rules/base.extras.xml.in.h:150 +#: ../rules/base.xml.in.h:364 ../rules/base.extras.xml.in.h:151 msgid "English (Cameroon)" msgstr "Englisch (Kamerun)" @@ -1494,11 +1494,11 @@ msgid "Croatian (US keyboard with Croatian letters)" msgstr "Kroatisch (US-Tastatur mit kroatischen Buchstaben)" #. Keyboard indicator for Chech layouts -#: ../rules/base.xml.in.h:398 ../rules/base.extras.xml.in.h:89 +#: ../rules/base.xml.in.h:398 ../rules/base.extras.xml.in.h:90 msgid "cs" msgstr "cs" -#: ../rules/base.xml.in.h:399 ../rules/base.extras.xml.in.h:90 +#: ../rules/base.xml.in.h:399 ../rules/base.extras.xml.in.h:91 msgid "Czech" msgstr "Tschechisch" @@ -1523,11 +1523,11 @@ msgid "Czech (US Dvorak with CZ UCW support)" msgstr "Tschechisch (US Dvorak mit CZ-UCW-Unterstützung)" #. Keyboard indicator for Danish layouts -#: ../rules/base.xml.in.h:406 ../rules/base.extras.xml.in.h:92 +#: ../rules/base.xml.in.h:406 ../rules/base.extras.xml.in.h:93 msgid "da" msgstr "da" -#: ../rules/base.xml.in.h:407 ../rules/base.extras.xml.in.h:93 +#: ../rules/base.xml.in.h:407 ../rules/base.extras.xml.in.h:94 msgid "Danish" msgstr "Dänisch" @@ -1552,11 +1552,11 @@ msgid "Danish (Dvorak)" msgstr "Dänisch (Dvorak)" #. Keyboard indicator for Dutch layouts -#: ../rules/base.xml.in.h:414 ../rules/base.extras.xml.in.h:95 +#: ../rules/base.xml.in.h:414 ../rules/base.extras.xml.in.h:96 msgid "nl" msgstr "nl" -#: ../rules/base.xml.in.h:415 ../rules/base.extras.xml.in.h:96 +#: ../rules/base.xml.in.h:415 ../rules/base.extras.xml.in.h:97 msgid "Dutch" msgstr "Niederländisch" @@ -1582,11 +1582,11 @@ msgid "Dzongkha" msgstr "Dzongkha" #. Keyboard indicator for Estonian layouts -#: ../rules/base.xml.in.h:423 ../rules/base.extras.xml.in.h:98 +#: ../rules/base.xml.in.h:423 ../rules/base.extras.xml.in.h:99 msgid "et" msgstr "et" -#: ../rules/base.xml.in.h:424 ../rules/base.extras.xml.in.h:99 +#: ../rules/base.xml.in.h:424 ../rules/base.extras.xml.in.h:100 msgid "Estonian" msgstr "Estnisch" @@ -1602,7 +1602,7 @@ msgstr "Estnisch (Dvorak)" msgid "Estonian (US keyboard with Estonian letters)" msgstr "Estnisch (US-Tastatur mit estnischen Buchstaben)" -#: ../rules/base.xml.in.h:428 ../rules/base.extras.xml.in.h:29 +#: ../rules/base.xml.in.h:428 ../rules/base.extras.xml.in.h:30 msgid "Persian" msgstr "Persisch" @@ -1665,11 +1665,11 @@ msgid "Faroese (eliminate dead keys)" msgstr "Färöisch (ohne Akzenttasten)" #. Keyboard indicator for Finnish layouts -#: ../rules/base.xml.in.h:446 ../rules/base.extras.xml.in.h:101 +#: ../rules/base.xml.in.h:446 ../rules/base.extras.xml.in.h:102 msgid "fi" msgstr "fi" -#: ../rules/base.xml.in.h:447 ../rules/base.extras.xml.in.h:102 +#: ../rules/base.xml.in.h:447 ../rules/base.extras.xml.in.h:103 msgid "Finnish" msgstr "Finnisch" @@ -1693,7 +1693,7 @@ msgstr "Nördliches Saami (Finnland)" msgid "Finnish (Macintosh)" msgstr "Finnisch (Macintosh)" -#: ../rules/base.xml.in.h:453 ../rules/base.extras.xml.in.h:104 +#: ../rules/base.xml.in.h:453 ../rules/base.extras.xml.in.h:105 msgid "French" msgstr "Französisch" @@ -1929,11 +1929,11 @@ msgid "German (legacy)" msgstr "Deutsch (veraltet)" #. Keyboard indicator for Greek layouts -#: ../rules/base.xml.in.h:518 ../rules/base.extras.xml.in.h:106 +#: ../rules/base.xml.in.h:518 ../rules/base.extras.xml.in.h:107 msgid "gr" msgstr "gr" -#: ../rules/base.xml.in.h:519 ../rules/base.extras.xml.in.h:107 +#: ../rules/base.xml.in.h:519 ../rules/base.extras.xml.in.h:108 msgid "Greek" msgstr "Griechisch" @@ -2068,11 +2068,11 @@ msgid "Icelandic (Dvorak)" msgstr "Isländisch (Dvorak)" #. Keyboard indicator for Hebrew layouts -#: ../rules/base.xml.in.h:555 ../rules/base.extras.xml.in.h:77 +#: ../rules/base.xml.in.h:555 ../rules/base.extras.xml.in.h:78 msgid "he" msgstr "he" -#: ../rules/base.xml.in.h:556 ../rules/base.extras.xml.in.h:78 +#: ../rules/base.xml.in.h:556 ../rules/base.extras.xml.in.h:79 msgid "Hebrew" msgstr "Hebräisch" @@ -2089,11 +2089,11 @@ msgid "Hebrew (Biblical, Tiro)" msgstr "Hebräisch (Biblisch, Tiro)" #. Keyboard indicator for Italian layouts -#: ../rules/base.xml.in.h:561 ../rules/base.extras.xml.in.h:109 +#: ../rules/base.xml.in.h:561 ../rules/base.extras.xml.in.h:110 msgid "it" msgstr "it" -#: ../rules/base.xml.in.h:562 ../rules/base.extras.xml.in.h:110 +#: ../rules/base.xml.in.h:562 ../rules/base.extras.xml.in.h:111 msgid "Italian" msgstr "Italienisch" @@ -2122,11 +2122,11 @@ msgid "Italian (IBM 142)" msgstr "Italienisch (IBM 142)" #. Keyboard indicator for Japanese layouts -#: ../rules/base.xml.in.h:570 ../rules/base.extras.xml.in.h:112 +#: ../rules/base.xml.in.h:570 ../rules/base.extras.xml.in.h:113 msgid "ja" msgstr "ja" -#: ../rules/base.xml.in.h:571 ../rules/base.extras.xml.in.h:113 +#: ../rules/base.xml.in.h:571 ../rules/base.extras.xml.in.h:114 msgid "Japanese" msgstr "Japanisch" @@ -2203,7 +2203,7 @@ msgid "Lao (STEA proposed standard layout)" msgstr "Laotisch (durch STEA vorgeschlagene Standardbelegung)" #. Keyboard indicator for Spanish layouts -#: ../rules/base.xml.in.h:594 ../rules/base.extras.xml.in.h:125 +#: ../rules/base.xml.in.h:594 ../rules/base.extras.xml.in.h:126 msgid "es" msgstr "es" @@ -2224,11 +2224,11 @@ msgid "Spanish (Latin American, Sun dead keys)" msgstr "Spanisch (Lateinamerikanisch, Sun-Akzenttasten)" #. Keyboard indicator for Lithuanian layouts -#: ../rules/base.xml.in.h:600 ../rules/base.extras.xml.in.h:31 +#: ../rules/base.xml.in.h:600 ../rules/base.extras.xml.in.h:32 msgid "lt" msgstr "lt" -#: ../rules/base.xml.in.h:601 ../rules/base.extras.xml.in.h:32 +#: ../rules/base.xml.in.h:601 ../rules/base.extras.xml.in.h:33 msgid "Lithuanian" msgstr "Litauisch" @@ -2253,11 +2253,11 @@ msgid "Lithuanian (LEKPa)" msgstr "Litauisch (LEKPa)" #. Keyboard indicator for Latvian layouts -#: ../rules/base.xml.in.h:608 ../rules/base.extras.xml.in.h:35 +#: ../rules/base.xml.in.h:608 ../rules/base.extras.xml.in.h:36 msgid "lv" msgstr "lv" -#: ../rules/base.xml.in.h:609 ../rules/base.extras.xml.in.h:36 +#: ../rules/base.xml.in.h:609 ../rules/base.extras.xml.in.h:37 msgid "Latvian" msgstr "Lettisch" @@ -2295,7 +2295,7 @@ msgid "Maori" msgstr "Maori" #. Keyboard indicator for Serbian layouts -#: ../rules/base.xml.in.h:620 ../rules/base.extras.xml.in.h:66 +#: ../rules/base.xml.in.h:620 ../rules/base.extras.xml.in.h:67 msgid "sr" msgstr "sr" @@ -2367,11 +2367,11 @@ msgid "Mongolian" msgstr "Mongolisch" #. Keyboard indicator for Norwegian layouts -#: ../rules/base.xml.in.h:641 ../rules/base.extras.xml.in.h:117 +#: ../rules/base.xml.in.h:641 ../rules/base.extras.xml.in.h:118 msgid "no" msgstr "no" -#: ../rules/base.xml.in.h:642 ../rules/base.extras.xml.in.h:118 +#: ../rules/base.xml.in.h:642 ../rules/base.extras.xml.in.h:119 msgid "Norwegian" msgstr "Norwegisch" @@ -2408,11 +2408,11 @@ msgid "Norwegian (Colemak)" msgstr "Norwegisch (Colemak)" #. Keyboard indicator for Polish layouts -#: ../rules/base.xml.in.h:652 ../rules/base.extras.xml.in.h:55 +#: ../rules/base.xml.in.h:652 ../rules/base.extras.xml.in.h:56 msgid "pl" msgstr "pl" -#: ../rules/base.xml.in.h:653 ../rules/base.extras.xml.in.h:56 +#: ../rules/base.xml.in.h:653 ../rules/base.extras.xml.in.h:57 msgid "Polish" msgstr "Polnisch" @@ -2452,7 +2452,7 @@ msgstr "Russisch (Polen, phonetisch, Dvorak)" msgid "Polish (programmer Dvorak)" msgstr "Polnisch (Dvorak für Programmierer)" -#: ../rules/base.xml.in.h:663 ../rules/base.extras.xml.in.h:120 +#: ../rules/base.xml.in.h:663 ../rules/base.extras.xml.in.h:121 msgid "Portuguese" msgstr "Portugiesisch" @@ -2489,11 +2489,11 @@ msgid "Esperanto (Portugal, Nativo)" msgstr "Esperanto (Portugal, Nativo)" #. Keyboard indicator for Romanian layouts -#: ../rules/base.xml.in.h:673 ../rules/base.extras.xml.in.h:60 +#: ../rules/base.xml.in.h:673 ../rules/base.extras.xml.in.h:61 msgid "ro" msgstr "ro" -#: ../rules/base.xml.in.h:674 ../rules/base.extras.xml.in.h:61 +#: ../rules/base.xml.in.h:674 ../rules/base.extras.xml.in.h:62 msgid "Romanian" msgstr "Rumänisch" @@ -2513,7 +2513,7 @@ msgstr "Rumänisch (Standard Cedilla)" msgid "Romanian (WinKeys)" msgstr "Rumänisch (Windows-Tasten)" -#: ../rules/base.xml.in.h:679 ../rules/base.extras.xml.in.h:70 +#: ../rules/base.xml.in.h:679 ../rules/base.extras.xml.in.h:71 msgid "Russian" msgstr "Russisch" @@ -2593,1391 +2593,1415 @@ msgstr "Baschkirisch" msgid "Mari" msgstr "Mari" -#: ../rules/base.xml.in.h:699 ../rules/base.extras.xml.in.h:67 +#: ../rules/base.xml.in.h:699 +msgid "Russian (phonetic azerty)" +msgstr "Russisch (AZERTY, phonetisch)" + +#: ../rules/base.xml.in.h:700 +msgid "Russian (phonetic French)" +msgstr "Russisch (Französisch, phonetisch)" + +#: ../rules/base.xml.in.h:701 ../rules/base.extras.xml.in.h:68 msgid "Serbian" msgstr "Serbisch" -#: ../rules/base.xml.in.h:700 +#: ../rules/base.xml.in.h:702 msgid "Serbian (Cyrillic, ZE and ZHE swapped)" msgstr "Serbisch (Kyrillisch, »З« und »Ж« vertauscht)" -#: ../rules/base.xml.in.h:701 +#: ../rules/base.xml.in.h:703 msgid "Serbian (Latin)" msgstr "Serbisch (Lateinisch)" -#: ../rules/base.xml.in.h:702 +#: ../rules/base.xml.in.h:704 msgid "Serbian (Latin Unicode)" msgstr "Serbisch (Lateinisch Unicode)" -#: ../rules/base.xml.in.h:703 +#: ../rules/base.xml.in.h:705 msgid "Serbian (Latin qwerty)" msgstr "Serbisch (Lateinische qwerty-Tastatur)" -#: ../rules/base.xml.in.h:704 +#: ../rules/base.xml.in.h:706 msgid "Serbian (Latin Unicode qwerty)" msgstr "Serbisch (lateinische qwerty-Tastatur, Unicode)" -#: ../rules/base.xml.in.h:705 +#: ../rules/base.xml.in.h:707 msgid "Serbian (Cyrillic with guillemets)" msgstr "Serbisch (Kyrillisch mit Anführungszeichen)" -#: ../rules/base.xml.in.h:706 +#: ../rules/base.xml.in.h:708 msgid "Serbian (Latin with guillemets)" msgstr "Serbisch (Lateinisch mit Anführungszeichen)" -#: ../rules/base.xml.in.h:707 +#: ../rules/base.xml.in.h:709 msgid "Pannonian Rusyn" msgstr "Pannonisches Russinisch" #. Keyboard indicator for Slovenian layouts -#: ../rules/base.xml.in.h:709 +#: ../rules/base.xml.in.h:711 msgid "sl" msgstr "sl" -#: ../rules/base.xml.in.h:710 +#: ../rules/base.xml.in.h:712 msgid "Slovenian" msgstr "Slowenisch" -#: ../rules/base.xml.in.h:711 +#: ../rules/base.xml.in.h:713 msgid "Slovenian (with guillemets for quotes)" msgstr "Slowenisch (mit Anführungszeichen für Zitate)" -#: ../rules/base.xml.in.h:712 +#: ../rules/base.xml.in.h:714 msgid "Slovenian (US keyboard with Slovenian letters)" msgstr "Slowenisch (US-Tastatur mit slowenischen Buchstaben)" #. Keyboard indicator for Slovak layouts -#: ../rules/base.xml.in.h:714 ../rules/base.extras.xml.in.h:122 +#: ../rules/base.xml.in.h:716 ../rules/base.extras.xml.in.h:123 msgid "sk" msgstr "sk" -#: ../rules/base.xml.in.h:715 ../rules/base.extras.xml.in.h:123 +#: ../rules/base.xml.in.h:717 ../rules/base.extras.xml.in.h:124 msgid "Slovak" msgstr "Slowakisch" -#: ../rules/base.xml.in.h:716 +#: ../rules/base.xml.in.h:718 msgid "Slovak (extended Backslash)" msgstr "Slowakisch (erweiterter Backslash)" -#: ../rules/base.xml.in.h:717 +#: ../rules/base.xml.in.h:719 msgid "Slovak (qwerty)" msgstr "Slowakisch (qwerty)" -#: ../rules/base.xml.in.h:718 +#: ../rules/base.xml.in.h:720 msgid "Slovak (qwerty, extended Backslash)" msgstr "Slowakisch (qwerty, erweiterter Backslash)" -#: ../rules/base.xml.in.h:719 ../rules/base.extras.xml.in.h:126 +#: ../rules/base.xml.in.h:721 ../rules/base.extras.xml.in.h:127 msgid "Spanish" msgstr "Spanisch" -#: ../rules/base.xml.in.h:720 +#: ../rules/base.xml.in.h:722 msgid "Spanish (eliminate dead keys)" msgstr "Spanisch (ohne Akzenttasten)" -#: ../rules/base.xml.in.h:721 +#: ../rules/base.xml.in.h:723 msgid "Spanish (Winkeys)" msgstr "Spanisch (Windows-Tasten)" -#: ../rules/base.xml.in.h:722 +#: ../rules/base.xml.in.h:724 msgid "Spanish (include dead tilde)" msgstr "Spanisch (Akzent-Tilde einschließen)" -#: ../rules/base.xml.in.h:723 +#: ../rules/base.xml.in.h:725 msgid "Spanish (Sun dead keys)" msgstr "Spanisch (Sun-Akzenttasten)" -#: ../rules/base.xml.in.h:724 +#: ../rules/base.xml.in.h:726 msgid "Spanish (Dvorak)" msgstr "Spanisch (Dvorak)" -#: ../rules/base.xml.in.h:725 +#: ../rules/base.xml.in.h:727 msgid "Asturian (Spain, with bottom-dot H and bottom-dot L)" msgstr "Asturisch (Spanien, mit unterpunktetem L und H)" -#: ../rules/base.xml.in.h:726 +#: ../rules/base.xml.in.h:728 msgid "Catalan (Spain, with middle-dot L)" msgstr "Katalanisch (Spanische Variante mit mittelpunktiertem L)" -#: ../rules/base.xml.in.h:727 +#: ../rules/base.xml.in.h:729 msgid "Spanish (Macintosh)" msgstr "Spanisch (Macintosh)" #. Keyboard indicator for Swedish layouts -#: ../rules/base.xml.in.h:729 ../rules/base.extras.xml.in.h:128 +#: ../rules/base.xml.in.h:731 ../rules/base.extras.xml.in.h:129 msgid "sv" msgstr "sv" -#: ../rules/base.xml.in.h:730 ../rules/base.extras.xml.in.h:129 +#: ../rules/base.xml.in.h:732 ../rules/base.extras.xml.in.h:130 msgid "Swedish" msgstr "Schwedisch" -#: ../rules/base.xml.in.h:731 +#: ../rules/base.xml.in.h:733 msgid "Swedish (eliminate dead keys)" msgstr "Schwedisch (ohne Akzenttasten)" -#: ../rules/base.xml.in.h:732 +#: ../rules/base.xml.in.h:734 msgid "Swedish (Dvorak)" msgstr "Schwedisch (Dvorak)" -#: ../rules/base.xml.in.h:733 +#: ../rules/base.xml.in.h:735 msgid "Russian (Sweden, phonetic)" msgstr "Russisch (Schweden, phonetisch)" -#: ../rules/base.xml.in.h:734 +#: ../rules/base.xml.in.h:736 msgid "Russian (Sweden, phonetic, eliminate dead keys)" msgstr "Russisch (Schweden, phonetisch, ohne Akzenttasten)" -#: ../rules/base.xml.in.h:735 +#: ../rules/base.xml.in.h:737 msgid "Northern Saami (Sweden)" msgstr "Nördliches Saami (Schweden)" -#: ../rules/base.xml.in.h:736 +#: ../rules/base.xml.in.h:738 msgid "Swedish (Macintosh)" msgstr "Schwedisch (Macintosh)" -#: ../rules/base.xml.in.h:737 +#: ../rules/base.xml.in.h:739 msgid "Swedish (Svdvorak)" msgstr "Schwedisch (Svdvorak)" -#: ../rules/base.xml.in.h:738 +#: ../rules/base.xml.in.h:740 msgid "Swedish Sign Language" msgstr "Schwedische Gebärdensprache" -#: ../rules/base.xml.in.h:739 ../rules/base.extras.xml.in.h:132 +#: ../rules/base.xml.in.h:741 ../rules/base.extras.xml.in.h:133 msgid "German (Switzerland)" msgstr "Deutsch (Schweiz)" -#: ../rules/base.xml.in.h:740 +#: ../rules/base.xml.in.h:742 msgid "German (Switzerland, legacy)" msgstr "Deutsch (Schweiz, veraltet)" -#: ../rules/base.xml.in.h:741 +#: ../rules/base.xml.in.h:743 msgid "German (Switzerland, eliminate dead keys)" msgstr "Deutsch (Schweiz, ohne Akzenttasten)" -#: ../rules/base.xml.in.h:742 +#: ../rules/base.xml.in.h:744 msgid "German (Switzerland, Sun dead keys)" msgstr "Deutsch (Schweiz, Sun-Akzenttasten)" -#: ../rules/base.xml.in.h:743 +#: ../rules/base.xml.in.h:745 msgid "French (Switzerland)" msgstr "Französisch (Schweiz)" -#: ../rules/base.xml.in.h:744 +#: ../rules/base.xml.in.h:746 msgid "French (Switzerland, eliminate dead keys)" msgstr "Französisch (Schweiz, ohne Akzenttasten)" -#: ../rules/base.xml.in.h:745 +#: ../rules/base.xml.in.h:747 msgid "French (Switzerland, Sun dead keys)" msgstr "Französisch (Schweiz, Sun-Akzenttasten)" -#: ../rules/base.xml.in.h:746 +#: ../rules/base.xml.in.h:748 msgid "French (Switzerland, Macintosh)" msgstr "Französisch (Schweiz, Macintosh)" -#: ../rules/base.xml.in.h:747 +#: ../rules/base.xml.in.h:749 msgid "German (Switzerland, Macintosh)" msgstr "Deutsch (Schweiz, Macintosh)" -#: ../rules/base.xml.in.h:748 +#: ../rules/base.xml.in.h:750 msgid "Arabic (Syria)" msgstr "Arabisch (Syrien)" #. Keyboard indicator for Syriac layouts -#: ../rules/base.xml.in.h:750 +#: ../rules/base.xml.in.h:752 msgid "syc" msgstr "syc" -#: ../rules/base.xml.in.h:751 +#: ../rules/base.xml.in.h:753 msgid "Syriac" msgstr "Syrisch" -#: ../rules/base.xml.in.h:752 +#: ../rules/base.xml.in.h:754 msgid "Syriac (phonetic)" msgstr "Syrisch (phonetisch)" -#: ../rules/base.xml.in.h:753 +#: ../rules/base.xml.in.h:755 msgid "Kurdish (Syria, Latin Q)" msgstr "Kurdisch (Syrien, lateinisches Q)" -#: ../rules/base.xml.in.h:754 +#: ../rules/base.xml.in.h:756 msgid "Kurdish (Syria, F)" msgstr "Kurdisch (Syrien, F)" -#: ../rules/base.xml.in.h:755 +#: ../rules/base.xml.in.h:757 msgid "Kurdish (Syria, Latin Alt-Q)" msgstr "Kurdisch (Syrien, lateinisches Alt-Q)" #. Keyboard indicator for Tajik layouts -#: ../rules/base.xml.in.h:757 +#: ../rules/base.xml.in.h:759 msgid "tg" msgstr "tg" -#: ../rules/base.xml.in.h:758 +#: ../rules/base.xml.in.h:760 msgid "Tajik" msgstr "Tadschikisch" -#: ../rules/base.xml.in.h:759 +#: ../rules/base.xml.in.h:761 msgid "Tajik (legacy)" msgstr "Tadschikisch (veraltet)" #. Keyboard indicator for Sinhala layouts -#: ../rules/base.xml.in.h:761 +#: ../rules/base.xml.in.h:763 msgid "si" msgstr "si" -#: ../rules/base.xml.in.h:762 +#: ../rules/base.xml.in.h:764 msgid "Sinhala (phonetic)" msgstr "Sinhala (phonetisch)" -#: ../rules/base.xml.in.h:763 +#: ../rules/base.xml.in.h:765 msgid "Tamil (Sri Lanka, Unicode)" msgstr "Tamilisch (Sri Lanka, Unicode)" -#: ../rules/base.xml.in.h:764 +#: ../rules/base.xml.in.h:766 msgid "Tamil (Sri Lanka, TAB Typewriter)" msgstr "Tamilisch (Sri Lanka, TAB Schreibmaschine)" #. Keyboard indicator for Thai layouts -#: ../rules/base.xml.in.h:766 +#: ../rules/base.xml.in.h:768 msgid "th" msgstr "th" -#: ../rules/base.xml.in.h:767 +#: ../rules/base.xml.in.h:769 msgid "Thai" msgstr "Thailändisch" -#: ../rules/base.xml.in.h:768 +#: ../rules/base.xml.in.h:770 msgid "Thai (TIS-820.2538)" msgstr "Thailändisch (TIS-820.2538)" -#: ../rules/base.xml.in.h:769 +#: ../rules/base.xml.in.h:771 msgid "Thai (Pattachote)" msgstr "Thailändisch (Pattachote)" #. Keyboard indicator for Turkish layouts -#: ../rules/base.xml.in.h:771 ../rules/base.extras.xml.in.h:135 +#: ../rules/base.xml.in.h:773 ../rules/base.extras.xml.in.h:136 msgid "tr" msgstr "tr" -#: ../rules/base.xml.in.h:772 ../rules/base.extras.xml.in.h:136 +#: ../rules/base.xml.in.h:774 ../rules/base.extras.xml.in.h:137 msgid "Turkish" msgstr "Türkisch" -#: ../rules/base.xml.in.h:773 +#: ../rules/base.xml.in.h:775 msgid "Turkish (F)" msgstr "Türkisch, (F)" -#: ../rules/base.xml.in.h:774 +#: ../rules/base.xml.in.h:776 msgid "Turkish (Alt-Q)" msgstr "Türkisch (Alt-Q)" -#: ../rules/base.xml.in.h:775 +#: ../rules/base.xml.in.h:777 msgid "Turkish (Sun dead keys)" msgstr "Türkisch (Sun-Akzenttasten)" -#: ../rules/base.xml.in.h:776 +#: ../rules/base.xml.in.h:778 msgid "Kurdish (Turkey, Latin Q)" msgstr "Kurdisch (Türkei, lateinisches Q)" -#: ../rules/base.xml.in.h:777 +#: ../rules/base.xml.in.h:779 msgid "Kurdish (Turkey, F)" msgstr "Kurdisch (Türkei, F)" -#: ../rules/base.xml.in.h:778 +#: ../rules/base.xml.in.h:780 msgid "Kurdish (Turkey, Latin Alt-Q)" msgstr "Kurdisch (Türkei, lateinisches Alt-Q)" -#: ../rules/base.xml.in.h:779 +#: ../rules/base.xml.in.h:781 msgid "Turkish (international with dead keys)" msgstr "Türkisch (International, mit Akzenttasten)" #. Keyboard indicator for Crimean Tatar layouts -#: ../rules/base.xml.in.h:781 ../rules/base.extras.xml.in.h:62 +#: ../rules/base.xml.in.h:783 ../rules/base.extras.xml.in.h:63 msgid "crh" msgstr "crh" -#: ../rules/base.xml.in.h:782 +#: ../rules/base.xml.in.h:784 msgid "Crimean Tatar (Turkish Q)" msgstr "Krimtatarisch (Türkisch Q)" -#: ../rules/base.xml.in.h:783 +#: ../rules/base.xml.in.h:785 msgid "Crimean Tatar (Turkish F)" msgstr "Krimtatarisch (Türkisch F)" -#: ../rules/base.xml.in.h:784 +#: ../rules/base.xml.in.h:786 msgid "Crimean Tatar (Turkish Alt-Q)" msgstr "Krimtatarisch (Türkisch Alt-Q)" -#: ../rules/base.xml.in.h:785 +#: ../rules/base.xml.in.h:787 msgid "Taiwanese" msgstr "Taiwanesisch" -#: ../rules/base.xml.in.h:786 +#: ../rules/base.xml.in.h:788 msgid "Taiwanese (indigenous)" msgstr "Taiwanesisch (indigen)" #. Keyboard indicator for Saisiyat layouts -#: ../rules/base.xml.in.h:788 +#: ../rules/base.xml.in.h:790 msgid "xsy" msgstr "xsy" -#: ../rules/base.xml.in.h:789 +#: ../rules/base.xml.in.h:791 msgid "Saisiyat (Taiwan)" msgstr "Saisiyat (Taiwan)" #. Keyboard indicator for Ukranian layouts -#: ../rules/base.xml.in.h:791 ../rules/base.extras.xml.in.h:138 +#: ../rules/base.xml.in.h:793 ../rules/base.extras.xml.in.h:139 msgid "uk" msgstr "uk" -#: ../rules/base.xml.in.h:792 ../rules/base.extras.xml.in.h:139 +#: ../rules/base.xml.in.h:794 ../rules/base.extras.xml.in.h:140 msgid "Ukrainian" msgstr "Ukrainisch" -#: ../rules/base.xml.in.h:793 +#: ../rules/base.xml.in.h:795 msgid "Ukrainian (phonetic)" msgstr "Ukrainisch (phonetisch)" -#: ../rules/base.xml.in.h:794 +#: ../rules/base.xml.in.h:796 msgid "Ukrainian (typewriter)" msgstr "Ukrainisch (Schreibmaschine)" -#: ../rules/base.xml.in.h:795 +#: ../rules/base.xml.in.h:797 msgid "Ukrainian (WinKeys)" msgstr "Ukrainisch (Windows-Tasten)" -#: ../rules/base.xml.in.h:796 +#: ../rules/base.xml.in.h:798 msgid "Ukrainian (legacy)" msgstr "Ukrainisch (veraltet)" -#: ../rules/base.xml.in.h:797 +#: ../rules/base.xml.in.h:799 msgid "Ukrainian (standard RSTU)" msgstr "Ukrainisch (Standard-RSTU)" -#: ../rules/base.xml.in.h:798 +#: ../rules/base.xml.in.h:800 msgid "Russian (Ukraine, standard RSTU)" msgstr "Russisch (Ukraine, Standard-RSTU)" -#: ../rules/base.xml.in.h:799 +#: ../rules/base.xml.in.h:801 msgid "Ukrainian (homophonic)" msgstr "Ukrainisch (homophon)" -#: ../rules/base.xml.in.h:800 ../rules/base.extras.xml.in.h:141 +#: ../rules/base.xml.in.h:802 ../rules/base.extras.xml.in.h:142 msgid "English (UK)" msgstr "Englisch (Britisch)" -#: ../rules/base.xml.in.h:801 +#: ../rules/base.xml.in.h:803 msgid "English (UK, extended WinKeys)" msgstr "Englisch (Britisch erweitert, Windows-Tasten)" -#: ../rules/base.xml.in.h:802 +#: ../rules/base.xml.in.h:804 msgid "English (UK, international with dead keys)" msgstr "Englisch (Britisch international, mit Akzenttasten)" -#: ../rules/base.xml.in.h:803 +#: ../rules/base.xml.in.h:805 msgid "English (UK, Dvorak)" msgstr "Englisch (Britisch, Dvorak)" -#: ../rules/base.xml.in.h:804 +#: ../rules/base.xml.in.h:806 msgid "English (UK, Dvorak with UK punctuation)" msgstr "Englisch (Dvorak mit britischer Punktierung)" -#: ../rules/base.xml.in.h:805 +#: ../rules/base.xml.in.h:807 msgid "English (UK, Macintosh)" msgstr "Englisch (Britisch, Macintosh)" -#: ../rules/base.xml.in.h:806 +#: ../rules/base.xml.in.h:808 msgid "English (UK, Macintosh international)" msgstr "Englisch (Britisch, Macintosh international)" -#: ../rules/base.xml.in.h:807 +#: ../rules/base.xml.in.h:809 msgid "English (UK, Colemak)" msgstr "English (Britisch, Colemak)" -#: ../rules/base.xml.in.h:808 +#: ../rules/base.xml.in.h:810 msgid "Uzbek" msgstr "Usbekisch" -#: ../rules/base.xml.in.h:809 +#: ../rules/base.xml.in.h:811 msgid "Uzbek (Latin)" msgstr "Usbekisch (lateinische Schrift)" #. Keyboard indicator for Vietnamese layouts -#: ../rules/base.xml.in.h:811 +#: ../rules/base.xml.in.h:813 msgid "vi" msgstr "vi" -#: ../rules/base.xml.in.h:812 +#: ../rules/base.xml.in.h:814 msgid "Vietnamese" msgstr "Vietnamesisch" #. Keyboard indicator for Korean layouts -#: ../rules/base.xml.in.h:814 ../rules/base.extras.xml.in.h:143 +#: ../rules/base.xml.in.h:816 ../rules/base.extras.xml.in.h:144 msgid "ko" msgstr "ko" -#: ../rules/base.xml.in.h:815 ../rules/base.extras.xml.in.h:144 +#: ../rules/base.xml.in.h:817 ../rules/base.extras.xml.in.h:145 msgid "Korean" msgstr "Koreanisch" -#: ../rules/base.xml.in.h:816 +#: ../rules/base.xml.in.h:818 msgid "Korean (101/104 key compatible)" msgstr "Koreanisch (101/104-Tasten kompatibel)" -#: ../rules/base.xml.in.h:817 +#: ../rules/base.xml.in.h:819 msgid "Japanese (PC-98xx Series)" msgstr "Japanisch (PC-98xx-Serie)" #. Keyboard indicator for Irish layouts -#: ../rules/base.xml.in.h:819 +#: ../rules/base.xml.in.h:821 msgid "ie" msgstr "ie" -#: ../rules/base.xml.in.h:820 +#: ../rules/base.xml.in.h:822 msgid "Irish" msgstr "Irisch" -#: ../rules/base.xml.in.h:821 +#: ../rules/base.xml.in.h:823 msgid "CloGaelach" msgstr "CloGaelach" -#: ../rules/base.xml.in.h:822 +#: ../rules/base.xml.in.h:824 msgid "Irish (UnicodeExpert)" msgstr "Irisch (UnicodeExpert)" -#: ../rules/base.xml.in.h:823 +#: ../rules/base.xml.in.h:825 msgid "Ogham" msgstr "Ogham" -#: ../rules/base.xml.in.h:824 +#: ../rules/base.xml.in.h:826 msgid "Ogham (IS434)" msgstr "Ogham (IS434)" -#: ../rules/base.xml.in.h:825 +#: ../rules/base.xml.in.h:827 msgid "Urdu (Pakistan)" msgstr "Urdu (Pakistan)" -#: ../rules/base.xml.in.h:826 +#: ../rules/base.xml.in.h:828 msgid "Urdu (Pakistan, CRULP)" msgstr "Urdu (Pakistan, CRULP)" -#: ../rules/base.xml.in.h:827 +#: ../rules/base.xml.in.h:829 msgid "Urdu (Pakistan, NLA)" msgstr "Urdu (Pakistan, NLA)" -#: ../rules/base.xml.in.h:828 +#: ../rules/base.xml.in.h:830 msgid "Arabic (Pakistan)" msgstr "Arabisch (Pakistan)" #. Keyboard indicator for Sindhi layouts -#: ../rules/base.xml.in.h:830 +#: ../rules/base.xml.in.h:832 msgid "sd" msgstr "sd" -#: ../rules/base.xml.in.h:831 +#: ../rules/base.xml.in.h:833 msgid "Sindhi" msgstr "Sindhi" #. Keyboard indicator for Dhivehi layouts -#: ../rules/base.xml.in.h:833 +#: ../rules/base.xml.in.h:835 msgid "dv" msgstr "dv" -#: ../rules/base.xml.in.h:834 +#: ../rules/base.xml.in.h:836 msgid "Dhivehi" msgstr "Dhivehi" -#: ../rules/base.xml.in.h:835 +#: ../rules/base.xml.in.h:837 msgid "English (South Africa)" msgstr "Englisch (Südafrika)" #. Keyboard indicator for Esperanto layouts -#: ../rules/base.xml.in.h:837 +#: ../rules/base.xml.in.h:839 msgid "eo" msgstr "eo" -#: ../rules/base.xml.in.h:838 +#: ../rules/base.xml.in.h:840 msgid "Esperanto" msgstr "Esperanto" -#: ../rules/base.xml.in.h:839 +#: ../rules/base.xml.in.h:841 msgid "Esperanto (displaced semicolon and quote, obsolete)" msgstr "Esperanto (falsch platziertes Semikolon und Anführungszeichen, veraltet)" #. Keyboard indicator for Nepali layouts -#: ../rules/base.xml.in.h:841 +#: ../rules/base.xml.in.h:843 msgid "ne" msgstr "ne" -#: ../rules/base.xml.in.h:842 +#: ../rules/base.xml.in.h:844 msgid "Nepali" msgstr "Nepalesisch" -#: ../rules/base.xml.in.h:843 +#: ../rules/base.xml.in.h:845 msgid "English (Nigeria)" msgstr "Englisch (Nigeria)" #. Keyboard indicator for Igbo layouts -#: ../rules/base.xml.in.h:845 +#: ../rules/base.xml.in.h:847 msgid "ig" msgstr "ig" -#: ../rules/base.xml.in.h:846 +#: ../rules/base.xml.in.h:848 msgid "Igbo" msgstr "Igbo" #. Keyboard indicator for Yoruba layouts -#: ../rules/base.xml.in.h:848 +#: ../rules/base.xml.in.h:850 msgid "yo" msgstr "yo" -#: ../rules/base.xml.in.h:849 +#: ../rules/base.xml.in.h:851 msgid "Yoruba" msgstr "Joruba" #. Keyboard indicator for Amharic layouts -#: ../rules/base.xml.in.h:851 +#: ../rules/base.xml.in.h:853 msgid "am" msgstr "am" -#: ../rules/base.xml.in.h:852 +#: ../rules/base.xml.in.h:854 msgid "Amharic" msgstr "Amharisch" #. Keyboard indicator for Wolof layouts -#: ../rules/base.xml.in.h:854 +#: ../rules/base.xml.in.h:856 msgid "wo" msgstr "wo" -#: ../rules/base.xml.in.h:855 +#: ../rules/base.xml.in.h:857 msgid "Wolof" msgstr "Wolof" #. Keyboard indicator for Braille layouts -#: ../rules/base.xml.in.h:857 +#: ../rules/base.xml.in.h:859 msgid "brl" msgstr "brl" -#: ../rules/base.xml.in.h:858 +#: ../rules/base.xml.in.h:860 msgid "Braille" msgstr "Braille" -#: ../rules/base.xml.in.h:859 +#: ../rules/base.xml.in.h:861 msgid "Braille (left hand)" msgstr "Braille (linkshändig)" -#: ../rules/base.xml.in.h:860 +#: ../rules/base.xml.in.h:862 msgid "Braille (right hand)" msgstr "Braille (rechtshändig)" #. Keyboard indicator for Turkmen layouts -#: ../rules/base.xml.in.h:862 +#: ../rules/base.xml.in.h:864 msgid "tk" msgstr "tk" -#: ../rules/base.xml.in.h:863 +#: ../rules/base.xml.in.h:865 msgid "Turkmen" msgstr "Turkmenisch" -#: ../rules/base.xml.in.h:864 +#: ../rules/base.xml.in.h:866 msgid "Turkmen (Alt-Q)" msgstr "Turkmenisch (Alt-Q)" #. Keyboard indicator for Bambara layouts -#: ../rules/base.xml.in.h:866 +#: ../rules/base.xml.in.h:868 msgid "bm" msgstr "bm" -#: ../rules/base.xml.in.h:867 +#: ../rules/base.xml.in.h:869 msgid "Bambara" msgstr "Bambara" -#: ../rules/base.xml.in.h:868 +#: ../rules/base.xml.in.h:870 msgid "French (Mali, alternative)" msgstr "Französisch (Mali, Alternative)" -#: ../rules/base.xml.in.h:869 +#: ../rules/base.xml.in.h:871 msgid "English (Mali, US Macintosh)" msgstr "Englisch (Mali, USA Macintosh)" -#: ../rules/base.xml.in.h:870 +#: ../rules/base.xml.in.h:872 msgid "English (Mali, US international)" msgstr "Englisch (Mali, USA International)" #. Keyboard indicator for Swahili layouts -#: ../rules/base.xml.in.h:872 +#: ../rules/base.xml.in.h:874 msgid "sw" msgstr "sw" -#: ../rules/base.xml.in.h:873 +#: ../rules/base.xml.in.h:875 msgid "Swahili (Tanzania)" msgstr "Swahili (Tansania)" -#: ../rules/base.xml.in.h:874 +#: ../rules/base.xml.in.h:876 msgid "Swahili (Kenya)" msgstr "Swahili (Kenia)" -#: ../rules/base.xml.in.h:875 +#: ../rules/base.xml.in.h:877 msgid "Kikuyu" msgstr "Kikuyu" #. Keyboard indicator for Tswana layouts -#: ../rules/base.xml.in.h:877 +#: ../rules/base.xml.in.h:879 msgid "tn" msgstr "tn" -#: ../rules/base.xml.in.h:878 +#: ../rules/base.xml.in.h:880 msgid "Tswana" msgstr "Tswana" #. Keyboard indicator for Filipino layouts -#: ../rules/base.xml.in.h:880 +#: ../rules/base.xml.in.h:882 msgid "ph" msgstr "ph" -#: ../rules/base.xml.in.h:881 +#: ../rules/base.xml.in.h:883 msgid "Filipino" msgstr "Philippinisch" -#: ../rules/base.xml.in.h:882 +#: ../rules/base.xml.in.h:884 msgid "Filipino (QWERTY Baybayin)" msgstr "Philippinisch (QWERTY, Baybayin)" -#: ../rules/base.xml.in.h:883 +#: ../rules/base.xml.in.h:885 msgid "Filipino (Capewell-Dvorak Latin)" msgstr "Philippinisch (Capewell-Dvorak, Lateinisch)" -#: ../rules/base.xml.in.h:884 +#: ../rules/base.xml.in.h:886 msgid "Filipino (Capewell-Dvorak Baybayin)" msgstr "Philippinisch (Capewell-Dvorak, Baybayin)" -#: ../rules/base.xml.in.h:885 +#: ../rules/base.xml.in.h:887 msgid "Filipino (Capewell-QWERF 2006 Latin)" msgstr "Philippinisch (Capewell-QWERF 2006, lateinisch)" -#: ../rules/base.xml.in.h:886 +#: ../rules/base.xml.in.h:888 msgid "Filipino (Capewell-QWERF 2006 Baybayin)" msgstr "Philippinisch (Capewell-QWERF 2006, Baybayin)" -#: ../rules/base.xml.in.h:887 +#: ../rules/base.xml.in.h:889 msgid "Filipino (Colemak Latin)" msgstr "Philippinisch (Colemak, lateinisch)" -#: ../rules/base.xml.in.h:888 +#: ../rules/base.xml.in.h:890 msgid "Filipino (Colemak Baybayin)" msgstr "Philippinisch (Colemak, Baybayin)" -#: ../rules/base.xml.in.h:889 +#: ../rules/base.xml.in.h:891 msgid "Filipino (Dvorak Latin)" msgstr "Philippinisch (Dvorak, lateinisch)" -#: ../rules/base.xml.in.h:890 +#: ../rules/base.xml.in.h:892 msgid "Filipino (Dvorak Baybayin)" msgstr "Philippinisch (Dvorak, Baybayin)" -#: ../rules/base.xml.in.h:891 +#: ../rules/base.xml.in.h:893 msgid "md" msgstr "md" -#: ../rules/base.xml.in.h:892 +#: ../rules/base.xml.in.h:894 msgid "Moldavian" msgstr "Moldawisch" -#: ../rules/base.xml.in.h:893 +#: ../rules/base.xml.in.h:895 msgid "gag" msgstr "gag" -#: ../rules/base.xml.in.h:894 +#: ../rules/base.xml.in.h:896 msgid "Moldavian (Gagauz)" msgstr "Moldauisch (Gagauz)" -#: ../rules/base.xml.in.h:895 +#: ../rules/base.xml.in.h:897 msgid "Switching to another layout" msgstr "Wechseln in eine andere Belegung" -#: ../rules/base.xml.in.h:896 +#: ../rules/base.xml.in.h:898 msgid "Right Alt (while pressed)" msgstr "Rechte Alt-Taste (gedrückt halten)" -#: ../rules/base.xml.in.h:897 +#: ../rules/base.xml.in.h:899 msgid "Left Alt (while pressed)" msgstr "Linke Alt-Taste (gedrückt halten)" -#: ../rules/base.xml.in.h:898 +#: ../rules/base.xml.in.h:900 msgid "Left Win (while pressed)" msgstr "Linke Windows-Taste (gedrückt halten)" -#: ../rules/base.xml.in.h:899 +#: ../rules/base.xml.in.h:901 msgid "Right Win (while pressed)" msgstr "Rechte Windows-Taste (gedrückt halten)" -#: ../rules/base.xml.in.h:900 +#: ../rules/base.xml.in.h:902 msgid "Any Win key (while pressed)" msgstr "Beliebige Windows-Taste (gedrückt halten)" -#: ../rules/base.xml.in.h:901 +#: ../rules/base.xml.in.h:903 msgid "Caps Lock (while pressed), Alt+Caps Lock does the original capslock action" msgstr "Feststelltaste (gedrückt halten), Alt+Feststelltaste führen die normale Feststelltasten-Aktion aus" -#: ../rules/base.xml.in.h:902 +#: ../rules/base.xml.in.h:904 msgid "Right Ctrl (while pressed)" msgstr "Rechte Strg-Taste (gedrückt halten)" -#: ../rules/base.xml.in.h:903 +#: ../rules/base.xml.in.h:905 msgid "Right Alt" msgstr "Rechte Alt-Taste" -#: ../rules/base.xml.in.h:904 +#: ../rules/base.xml.in.h:906 msgid "Left Alt" msgstr "Linke Alt-Taste" -#: ../rules/base.xml.in.h:905 +#: ../rules/base.xml.in.h:907 msgid "Caps Lock" msgstr "Feststelltaste" -#: ../rules/base.xml.in.h:906 +#: ../rules/base.xml.in.h:908 msgid "Shift+Caps Lock" msgstr "Umschalt-+Feststelltaste" -#: ../rules/base.xml.in.h:907 +#: ../rules/base.xml.in.h:909 msgid "Caps Lock (to first layout), Shift+Caps Lock (to last layout)" msgstr "Feststelltaste (zur ersten Belegung), Umschalttaste+Feststelltaste (zur letzten Belegung)" -#: ../rules/base.xml.in.h:908 +#: ../rules/base.xml.in.h:910 msgid "Left Win (to first layout), Right Win/Menu (to last layout)" msgstr "Linke Windows-Taste (zur ersten Belegung), rechte Windows/Menütaste (zur letzten Belegung)" -#: ../rules/base.xml.in.h:909 +#: ../rules/base.xml.in.h:911 msgid "Left Ctrl (to first layout), Right Ctrl (to last layout)" msgstr "Linke Strg-Taste (zur ersten Belegung), rechte Strg-Taste (zur letzten Belegung)" -#: ../rules/base.xml.in.h:910 +#: ../rules/base.xml.in.h:912 msgid "Alt+Caps Lock" msgstr "Alt+Feststelltaste" -#: ../rules/base.xml.in.h:911 +#: ../rules/base.xml.in.h:913 msgid "Both Shift keys together" msgstr "Beide Umschalttasten gleichzeitig" -#: ../rules/base.xml.in.h:912 +#: ../rules/base.xml.in.h:914 msgid "Both Alt keys together" msgstr "Beide Alt-Tasten gleichzeitig" -#: ../rules/base.xml.in.h:913 +#: ../rules/base.xml.in.h:915 msgid "Both Ctrl keys together" msgstr "Beide Steuerungstasten gleichzeitig" -#: ../rules/base.xml.in.h:914 +#: ../rules/base.xml.in.h:916 msgid "Ctrl+Shift" msgstr "Strg+Umschalttaste" -#: ../rules/base.xml.in.h:915 +#: ../rules/base.xml.in.h:917 msgid "Left Ctrl+Left Shift" msgstr "Linke Strg-Taste+Linke Umschalttaste" -#: ../rules/base.xml.in.h:916 +#: ../rules/base.xml.in.h:918 msgid "Right Ctrl+Right Shift" msgstr "Rechte Strg-Taste und rechte Umschalttaste" -#: ../rules/base.xml.in.h:917 +#: ../rules/base.xml.in.h:919 msgid "Alt+Ctrl" msgstr "Alt+Strg" -#: ../rules/base.xml.in.h:918 +#: ../rules/base.xml.in.h:920 msgid "Alt+Shift" msgstr "Alt+Umschalttaste" -#: ../rules/base.xml.in.h:919 +#: ../rules/base.xml.in.h:921 msgid "Left Alt+Left Shift" msgstr "Linke Alt-Taste+Linke Umschalttaste" -#: ../rules/base.xml.in.h:920 +#: ../rules/base.xml.in.h:922 msgid "Alt+Space" msgstr "Alt+Leertaste" -#: ../rules/base.xml.in.h:921 +#: ../rules/base.xml.in.h:923 msgid "Menu" msgstr "Menü" -#: ../rules/base.xml.in.h:922 +#: ../rules/base.xml.in.h:924 msgid "Left Win" msgstr "Linke Windows-Taste" -#: ../rules/base.xml.in.h:923 +#: ../rules/base.xml.in.h:925 msgid "Win Key+Space" msgstr "Windows-Taste + Leertaste" -#: ../rules/base.xml.in.h:924 +#: ../rules/base.xml.in.h:926 msgid "Right Win" msgstr "Rechte Windows-Taste" -#: ../rules/base.xml.in.h:925 +#: ../rules/base.xml.in.h:927 msgid "Left Shift" msgstr "Linke Umschalttaste" -#: ../rules/base.xml.in.h:926 +#: ../rules/base.xml.in.h:928 msgid "Right Shift" msgstr "Rechte Umschalttaste" -#: ../rules/base.xml.in.h:927 +#: ../rules/base.xml.in.h:929 msgid "Left Ctrl" msgstr "Linke Strg-Taste" -#: ../rules/base.xml.in.h:928 +#: ../rules/base.xml.in.h:930 msgid "Right Ctrl" msgstr "Rechte Strg-Taste" -#: ../rules/base.xml.in.h:929 +#: ../rules/base.xml.in.h:931 msgid "Scroll Lock" msgstr "Rollen" -#: ../rules/base.xml.in.h:930 +#: ../rules/base.xml.in.h:932 msgid "LeftCtrl+LeftWin (to first layout), RightCtrl+Menu (to second layout)" msgstr "Linke Strg-Taste und linke Windows-Taste (zur ersten Belegung), rechte Strg-Taste und Menütaste (zur zweiten Belegung)" -#: ../rules/base.xml.in.h:931 +#: ../rules/base.xml.in.h:933 msgid "Key to choose 3rd level" msgstr "Taste zum Wechsel in die dritte Tastaturebene" -#: ../rules/base.xml.in.h:932 +#: ../rules/base.xml.in.h:934 msgid "Any Win key" msgstr "Beliebige Windows-Taste" -#: ../rules/base.xml.in.h:933 +#: ../rules/base.xml.in.h:935 msgid "Any Alt key" msgstr "Beliebige Alt-Taste" -#: ../rules/base.xml.in.h:934 +#: ../rules/base.xml.in.h:936 msgid "Right Alt, Shift+Right Alt key is Compose" msgstr "Rechte Alt-Taste, Umschalttaste + rechte Alt-Taste ist Compose-Taste" -#: ../rules/base.xml.in.h:935 +#: ../rules/base.xml.in.h:937 msgid "Right Alt key never chooses 3rd level" msgstr "Rechte Alt-Taste wählt niemals die dritte Tastaturebene." -#: ../rules/base.xml.in.h:936 +#: ../rules/base.xml.in.h:938 msgid "Enter on keypad" msgstr "Eingabetaste im Nummernblock" -#: ../rules/base.xml.in.h:937 +#: ../rules/base.xml.in.h:939 msgid "Backslash" msgstr "Backslash" -#: ../rules/base.xml.in.h:938 +#: ../rules/base.xml.in.h:940 msgid "<Less/Greater>" msgstr "<Kleiner als/größer als>" -#: ../rules/base.xml.in.h:939 +#: ../rules/base.xml.in.h:941 msgid "Caps Lock chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "Feststelltaste wählt die dritte Ebene, sperrt einmalig wenn gedrückt, zusammen mit einer anderen Taste zum Wählen der dritten Ebene" -#: ../rules/base.xml.in.h:940 +#: ../rules/base.xml.in.h:942 msgid "Backslash chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "Backslash wählt die dritte Ebene, sperrt einmalig wenn gedrückt, zusammen mit einer anderen Taste zum Wählen der dritten Ebene" -#: ../rules/base.xml.in.h:941 +#: ../rules/base.xml.in.h:943 msgid "<Less/Greater> chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "<Kleiner als/Größer als> wählt die dritte Ebene, sperrt einmalig wenn gedrückt, zusammen mit einer anderen Taste zum Wählen der dritten Ebene" -#: ../rules/base.xml.in.h:942 +#: ../rules/base.xml.in.h:944 msgid "Ctrl key position" msgstr "Position der Strg-Taste" -#: ../rules/base.xml.in.h:943 +#: ../rules/base.xml.in.h:945 msgid "Caps Lock as Ctrl" msgstr "Feststelltaste als Strg-Taste" -#: ../rules/base.xml.in.h:944 +#: ../rules/base.xml.in.h:946 msgid "Left Ctrl as Meta" msgstr "Linke Strg-Taste als Meta" -#: ../rules/base.xml.in.h:945 +#: ../rules/base.xml.in.h:947 msgid "Swap Ctrl and Caps Lock" msgstr "Strg-Taste und Feststelltaste vertauschen" -#: ../rules/base.xml.in.h:946 +#: ../rules/base.xml.in.h:948 msgid "At left of 'A'" msgstr "Links von »A«" -#: ../rules/base.xml.in.h:947 +#: ../rules/base.xml.in.h:949 msgid "At bottom left" msgstr "Unten links" -#: ../rules/base.xml.in.h:948 +#: ../rules/base.xml.in.h:950 msgid "Right Ctrl as Right Alt" msgstr "Rechte Strg-Taste wie rechte Alt-Taste" -#: ../rules/base.xml.in.h:949 +#: ../rules/base.xml.in.h:951 msgid "Menu as Right Ctrl" msgstr "Menü als rechte Strg-Taste" -#: ../rules/base.xml.in.h:950 +#: ../rules/base.xml.in.h:952 msgid "Right Alt as Right Ctrl" msgstr "Rechte Alt-Taste als rechte Strg-Taste" -#: ../rules/base.xml.in.h:951 +#: ../rules/base.xml.in.h:953 msgid "Swap Left Alt key with Left Ctrl key" msgstr "Linke Alt-Taste und linke Strg-Taste vertauschen" -#: ../rules/base.xml.in.h:952 +#: ../rules/base.xml.in.h:954 msgid "Swap Left Win key with Left Ctrl key" msgstr "Linke Win-Taste und linke Strg-Taste vertauschen" -#: ../rules/base.xml.in.h:953 +#: ../rules/base.xml.in.h:955 msgid "Swap Right Win key with Right Ctrl key" msgstr "Rechte Win-Taste und rechte Strg-Taste vertauschen" -#: ../rules/base.xml.in.h:954 +#: ../rules/base.xml.in.h:956 msgid "Left Alt as Ctrl, Left Ctrl as Win, Left Win as Alt" msgstr "Linke Alt als Strg, linke Strg als Win, linke Win als Alt" -#: ../rules/base.xml.in.h:955 +#: ../rules/base.xml.in.h:957 msgid "Use keyboard LED to show alternative layout" msgstr "Tastatur-LED zur Anzeige der alternativen Belegung verwenden" -#: ../rules/base.xml.in.h:956 +#: ../rules/base.xml.in.h:958 msgid "Num Lock" msgstr "NumLock" -#: ../rules/base.xml.in.h:957 +#: ../rules/base.xml.in.h:959 msgid "Layout of numeric keypad" msgstr "Belegung des Nummernblocks" -#: ../rules/base.xml.in.h:958 +#: ../rules/base.xml.in.h:960 msgid "Legacy" msgstr "Veraltet" -#: ../rules/base.xml.in.h:959 +#: ../rules/base.xml.in.h:961 msgid "Unicode additions (arrows and math operators)" msgstr "Unicode-Ergänzungen (Pfeile und mathematische Operatoren)" -#: ../rules/base.xml.in.h:960 +#: ../rules/base.xml.in.h:962 msgid "Unicode additions (arrows and math operators; math operators on default level)" msgstr "Unicode-Ergänzungen (Pfeile und mathematische Operatoren). Mathematische Operatoren befinden sich in der Standardebene." -#: ../rules/base.xml.in.h:961 +#: ../rules/base.xml.in.h:963 msgid "Legacy Wang 724" msgstr "Wang 724 (veraltet)" -#: ../rules/base.xml.in.h:962 +#: ../rules/base.xml.in.h:964 msgid "Wang 724 keypad with Unicode additions (arrows and math operators)" msgstr "Wang 724 mit Unicode-Ergänzungen (Pfeile und mathematische Operatoren)" -#: ../rules/base.xml.in.h:963 +#: ../rules/base.xml.in.h:965 msgid "Wang 724 keypad with Unicode additions (arrows and math operators; math operators on default level)" msgstr "Wang 724 mit Unicode-Ergänzungen (Pfeile und mathematische Operatoren). Mathematische Operatoren in der Standardebene" -#: ../rules/base.xml.in.h:964 +#: ../rules/base.xml.in.h:966 msgid "Hexadecimal" msgstr "Hexadezimal" -#: ../rules/base.xml.in.h:965 +#: ../rules/base.xml.in.h:967 msgid "ATM/phone-style" msgstr "ATM/Telefonstil" -#: ../rules/base.xml.in.h:966 +#: ../rules/base.xml.in.h:968 msgid "Numeric keypad delete key behaviour" msgstr "Verhalten der Löschtaste des Nummernblocks" -#: ../rules/base.xml.in.h:967 +#: ../rules/base.xml.in.h:969 msgid "Legacy key with dot" msgstr "Veraltete Taste mit Punkt" #. Actually, with KP_SEPARATOR, as the old keypad(comma) -#: ../rules/base.xml.in.h:969 +#: ../rules/base.xml.in.h:971 msgid "Legacy key with comma" msgstr "Veraltete Taste mit Komma" -#: ../rules/base.xml.in.h:970 +#: ../rules/base.xml.in.h:972 msgid "Four-level key with dot" msgstr "Taste der vierten Ebene mit Punkt" -#: ../rules/base.xml.in.h:971 +#: ../rules/base.xml.in.h:973 msgid "Four-level key with dot, Latin-9 only" msgstr "Taste der vierten Ebene mit Punkt, Latin-9-Einschränkung" -#: ../rules/base.xml.in.h:972 +#: ../rules/base.xml.in.h:974 msgid "Four-level key with comma" msgstr "Taste der vierten Ebene mit Komma" # momayyez? Was ist das? -#: ../rules/base.xml.in.h:973 +#: ../rules/base.xml.in.h:975 msgid "Four-level key with momayyez" msgstr "Taste der vierten Ebene mit »momayyez«" #. This assumes the KP_ abstract symbols are actually useful for some apps #. The description needs to be rewritten -#: ../rules/base.xml.in.h:976 +#: ../rules/base.xml.in.h:978 msgid "Four-level key with abstract separators" msgstr "Taste der vierten Ebene mit abstrakten Trennern" -#: ../rules/base.xml.in.h:977 +#: ../rules/base.xml.in.h:979 msgid "Semicolon on third level" msgstr "Semikolon in der dritten Tastaturebene" -#: ../rules/base.xml.in.h:978 +#: ../rules/base.xml.in.h:980 msgid "Caps Lock key behavior" msgstr "Verhalten der Feststelltaste" -#: ../rules/base.xml.in.h:979 +#: ../rules/base.xml.in.h:981 msgid "Caps Lock uses internal capitalization; Shift \"pauses\" Caps Lock" msgstr "Feststelltaste verwendet interne Großschreibung. Umschalttaste »unterbricht« Feststelltaste" -#: ../rules/base.xml.in.h:980 +#: ../rules/base.xml.in.h:982 msgid "Caps Lock uses internal capitalization; Shift doesn't affect Caps Lock" msgstr "Feststelltaste verwendet interne Großschreibung. Umschalttaste beeinflusst Feststelltaste nicht" -#: ../rules/base.xml.in.h:981 +#: ../rules/base.xml.in.h:983 msgid "Caps Lock acts as Shift with locking; Shift \"pauses\" Caps Lock" msgstr "Feststelltaste arbeitet als Umschalttaste mit Sperrung. Umschalttaste »unterbricht« Feststelltaste" -#: ../rules/base.xml.in.h:982 +#: ../rules/base.xml.in.h:984 msgid "Caps Lock acts as Shift with locking; Shift doesn't affect Caps Lock" msgstr "Feststelltaste arbeitet als Umschalttaste mit Sperrung. Umschalttaste beeinflusst Feststelltaste nicht" -#: ../rules/base.xml.in.h:983 +#: ../rules/base.xml.in.h:985 msgid "Caps Lock toggles normal capitalization of alphabetic characters" msgstr "Feststelltaste kehrt die normale Großschreibung alphabetischer Zeichen um" -#: ../rules/base.xml.in.h:984 +#: ../rules/base.xml.in.h:986 msgid "Make Caps Lock an additional Num Lock" msgstr "Feststelltaste als zusätzliche NumLock-Taste verwenden" -#: ../rules/base.xml.in.h:985 +#: ../rules/base.xml.in.h:987 msgid "Swap ESC and Caps Lock" msgstr "Esc und Feststelltaste vertauschen" -#: ../rules/base.xml.in.h:986 +#: ../rules/base.xml.in.h:988 msgid "Make Caps Lock an additional ESC" msgstr "Feststelltaste als zusätzliche Esc-Taste verwenden" -#: ../rules/base.xml.in.h:987 +#: ../rules/base.xml.in.h:989 msgid "Make Caps Lock an additional Backspace" msgstr "Feststelltaste als zusätzliche Löschtaste verwenden" -#: ../rules/base.xml.in.h:988 +#: ../rules/base.xml.in.h:990 msgid "Make Caps Lock an additional Super" msgstr "Feststelltaste als zusätzliche Super-Taste verwenden" -#: ../rules/base.xml.in.h:989 +#: ../rules/base.xml.in.h:991 msgid "Make Caps Lock an additional Hyper" msgstr "Feststelltaste als zusätzliche Hyper-Taste verwenden" -#: ../rules/base.xml.in.h:990 +#: ../rules/base.xml.in.h:992 msgid "Caps Lock toggles ShiftLock (affects all keys)" msgstr "Feststelltaste kehrt Umschalttaste um, so dass alle Tasten beeinflusst werden" -#: ../rules/base.xml.in.h:991 +#: ../rules/base.xml.in.h:993 msgid "Caps Lock is disabled" msgstr "Feststelltaste ist deaktiviert" -#: ../rules/base.xml.in.h:992 +#: ../rules/base.xml.in.h:994 msgid "Make Caps Lock an additional Ctrl" msgstr "Feststelltaste als zusätzliche Strg-Taste verwenden" -#: ../rules/base.xml.in.h:993 +#: ../rules/base.xml.in.h:995 msgid "Alt/Win key behavior" msgstr "Verhalten der Alt/Windows-Tasten" -#: ../rules/base.xml.in.h:994 +#: ../rules/base.xml.in.h:996 msgid "Add the standard behavior to Menu key" msgstr "Standardverhalten zur Menütaste hinzufügen" -#: ../rules/base.xml.in.h:995 +#: ../rules/base.xml.in.h:997 msgid "Alt and Meta are on Alt keys" msgstr "Alt und Meta befinden sich auf den Alt-Tasten." -#: ../rules/base.xml.in.h:996 +#: ../rules/base.xml.in.h:998 msgid "Alt is mapped to Win keys (and the usual Alt keys)" msgstr "Alt ist den Windows-Tasten zugeordnet (und den üblichen Alt-Tasten)" -#: ../rules/base.xml.in.h:997 +#: ../rules/base.xml.in.h:999 msgid "Ctrl is mapped to Win keys (and the usual Ctrl keys)" msgstr "Strg ist den Windows-Tasten zugeordnet (und den üblichen Strg-Tasten)" -#: ../rules/base.xml.in.h:998 +#: ../rules/base.xml.in.h:1000 msgid "Ctrl is mapped to Alt keys, Alt is mapped to Win keys" msgstr "Strg ist den Alt-Tasten zugeordnet, Alt ist den Windows-Tasten zugeordnet" -#: ../rules/base.xml.in.h:999 +#: ../rules/base.xml.in.h:1001 msgid "Meta is mapped to Win keys" msgstr "Meta ist den Windows-Tasten zugeordnet" -#: ../rules/base.xml.in.h:1000 +#: ../rules/base.xml.in.h:1002 msgid "Meta is mapped to Left Win" msgstr "Meta ist der linken Windows-Taste zugeordnet" -#: ../rules/base.xml.in.h:1001 +#: ../rules/base.xml.in.h:1003 msgid "Hyper is mapped to Win keys" msgstr "Hyper ist den Windows-Tasten zugeordnet" -#: ../rules/base.xml.in.h:1002 +#: ../rules/base.xml.in.h:1004 msgid "Alt is mapped to Right Win, Super to Menu" msgstr "Alt ist der rechten Windows-Taste zugeordnet und Super der Menü-Taste." -#: ../rules/base.xml.in.h:1003 +#: ../rules/base.xml.in.h:1005 msgid "Alt is swapped with Win" msgstr "Alt-Taste ist gegen Windows-Taste vertauscht" -#: ../rules/base.xml.in.h:1004 +#: ../rules/base.xml.in.h:1006 msgid "Position of Compose key" msgstr "Position der Compose-Taste" -#: ../rules/base.xml.in.h:1005 +#: ../rules/base.xml.in.h:1007 msgid "3rd level of Left Win" msgstr "Dritte Ebene der linken Windows-Taste" -#: ../rules/base.xml.in.h:1006 +#: ../rules/base.xml.in.h:1008 msgid "3rd level of Right Win" msgstr "Dritte Ebene der rechten Windows-Taste" -#: ../rules/base.xml.in.h:1007 +#: ../rules/base.xml.in.h:1009 msgid "3rd level of Menu" msgstr "Dritte Ebene der Menü-Taste" -#: ../rules/base.xml.in.h:1008 +#: ../rules/base.xml.in.h:1010 msgid "3rd level of Left Ctrl" msgstr "Dritte Ebene der linken Strg-Taste" -#: ../rules/base.xml.in.h:1009 +#: ../rules/base.xml.in.h:1011 msgid "3rd level of Right Ctrl" msgstr "Dritte Ebene der rechten Strg-Taste" -#: ../rules/base.xml.in.h:1010 +#: ../rules/base.xml.in.h:1012 msgid "3rd level of Caps Lock" msgstr "Dritte Ebene der Feststelltaste" -#: ../rules/base.xml.in.h:1011 +#: ../rules/base.xml.in.h:1013 msgid "3rd level of <Less/Greater>" msgstr "Dritte Ebene von <Kleiner als/größer als>" -#: ../rules/base.xml.in.h:1012 +#: ../rules/base.xml.in.h:1014 msgid "Pause" msgstr "Pause" -#: ../rules/base.xml.in.h:1013 +#: ../rules/base.xml.in.h:1015 msgid "PrtSc" msgstr "Druck" -#: ../rules/base.xml.in.h:1014 +#: ../rules/base.xml.in.h:1016 msgid "Miscellaneous compatibility options" msgstr "Verschiedene Optionen zur Kompatibilität" -#: ../rules/base.xml.in.h:1015 +#: ../rules/base.xml.in.h:1017 msgid "Default numeric keypad keys" msgstr "Vorgegebene Nummernblocktasten" -#: ../rules/base.xml.in.h:1016 +#: ../rules/base.xml.in.h:1018 msgid "Numeric keypad keys always enter digits (as in Mac OS)" msgstr "Tasten des Nummernblocks geben immer Ziffern ein (wie bei Mac)" -#: ../rules/base.xml.in.h:1017 -msgid "Shift with numeric keypad keys works as in MS Windows" -msgstr "Umschalttaste funktioniert mit den Tasten des Nummernblocks wie in MS Windows" +#: ../rules/base.xml.in.h:1019 +msgid "NumLock on: digits, Shift switches to arrow keys, Numlock off: always arrow keys (as in MS Windows)" +msgstr "NumLock an: Ziffern, Umschalttaste wechselt zu Pfeiltasten, Numlock aus: immer Pfeiltasten (wie in MS Windows)" -#: ../rules/base.xml.in.h:1018 +#: ../rules/base.xml.in.h:1020 msgid "Shift does not cancel Num Lock, chooses 3rd level instead" msgstr "Umschalttaste deaktiviert NumLock nicht, wechselt stattdessen in die dritte Tastaturebene" -#: ../rules/base.xml.in.h:1019 +#: ../rules/base.xml.in.h:1021 msgid "Special keys (Ctrl+Alt+<key>) handled in a server" msgstr "Spezialtasten für Server (Strg+Alt+<Taste>)" -#: ../rules/base.xml.in.h:1020 +#: ../rules/base.xml.in.h:1022 msgid "Apple Aluminium Keyboard: emulate PC keys (Print, Scroll Lock, Pause, Num Lock)" msgstr "Apple Aluminium Keyboard: PC-Tasten emulieren (Druck, Scroll_Lock, Pause, NumLock)" -#: ../rules/base.xml.in.h:1021 +#: ../rules/base.xml.in.h:1023 msgid "Shift cancels Caps Lock" msgstr "Umschalttaste deaktiviert Feststelltaste" -#: ../rules/base.xml.in.h:1022 +#: ../rules/base.xml.in.h:1024 msgid "Enable extra typographic characters" msgstr "Typographische Sonderzeichen aktivieren" -#: ../rules/base.xml.in.h:1023 +#: ../rules/base.xml.in.h:1025 msgid "Both Shift keys together toggle Caps Lock" msgstr "Beide Umschalttasten gleichzeitig schalten CapsLock ein und aus" -#: ../rules/base.xml.in.h:1024 +#: ../rules/base.xml.in.h:1026 msgid "Both Shift keys together activate Caps Lock, one Shift key deactivates" msgstr "Beide Umschalttasten gleichzeitig schalten CapsLock ein, eine Umschalttaste deaktiviert" -#: ../rules/base.xml.in.h:1025 +#: ../rules/base.xml.in.h:1027 msgid "Both Shift keys together toggle ShiftLock" msgstr "Beide Umschalttasten gleichzeitig schalten ShiftLock ein und aus" -#: ../rules/base.xml.in.h:1026 +#: ../rules/base.xml.in.h:1028 msgid "Shift + NumLock toggles PointerKeys" msgstr "Umschalttaste + NumLock schaltet Tastaturmaus ein und aus" -#: ../rules/base.xml.in.h:1027 +#: ../rules/base.xml.in.h:1029 msgid "Allow breaking grabs with keyboard actions (warning: security risk)" msgstr "Erlauben, Grabs mit Tastaturaktionen abzubrechen (Achtung: Sicherheitsrisiko)" -#: ../rules/base.xml.in.h:1028 +#: ../rules/base.xml.in.h:1030 msgid "Allow grab and window tree logging" msgstr "Protokollieren von Grabs und Baumansichtsaktionen erlauben" -#: ../rules/base.xml.in.h:1029 +#: ../rules/base.xml.in.h:1031 msgid "Adding currency signs to certain keys" msgstr "Währungssymbole zu verschiedenen Tasten hinzufügen" -#: ../rules/base.xml.in.h:1030 +#: ../rules/base.xml.in.h:1032 msgid "Euro on E" msgstr "Euro auf E" -#: ../rules/base.xml.in.h:1031 +#: ../rules/base.xml.in.h:1033 msgid "Euro on 2" msgstr "Euro auf 2" -#: ../rules/base.xml.in.h:1032 +#: ../rules/base.xml.in.h:1034 msgid "Euro on 4" msgstr "Euro auf 4" -#: ../rules/base.xml.in.h:1033 +#: ../rules/base.xml.in.h:1035 msgid "Euro on 5" msgstr "Euro auf 5" -#: ../rules/base.xml.in.h:1034 +#: ../rules/base.xml.in.h:1036 msgid "Rupee on 4" msgstr "Rupie-Symbol auf 4" -#: ../rules/base.xml.in.h:1035 +#: ../rules/base.xml.in.h:1037 msgid "Key to choose 5th level" msgstr "Taste zum Wechsel in die fünfte Tastaturebene" -#: ../rules/base.xml.in.h:1036 +#: ../rules/base.xml.in.h:1038 msgid "<Less/Greater> chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "<Kleiner als/Größer als> wählt die fünfte Ebene, sperrt wenn gedrückt, zusammen mit einer anderen Taste zum Wählen der fünften Ebene" -#: ../rules/base.xml.in.h:1037 +#: ../rules/base.xml.in.h:1039 msgid "Right Alt chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Rechte Alt-Taste wählt die fünfte Ebene, sperrt wenn gedrückt, zusammen mit einer anderen Taste zum Wählen der fünften Ebene" -#: ../rules/base.xml.in.h:1038 +#: ../rules/base.xml.in.h:1040 msgid "Left Win chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Linke Windows-Taste wählt die fünfte Ebene, sperrt wenn gedrückt, zusammen mit einer anderen Taste zum Wählen der fünften Ebene" -#: ../rules/base.xml.in.h:1039 +#: ../rules/base.xml.in.h:1041 msgid "Right Win chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Rechte Windows-Taste wählt die fünfte Ebene, sperrt wenn gedrückt, zusammen mit einer anderen Taste zum Wählen der fünften Ebene" -#: ../rules/base.xml.in.h:1040 +#: ../rules/base.xml.in.h:1042 msgid "Using space key to input non-breakable space character" msgstr "Leertaste zur Eingabe nicht umbrechbarer Zeichen verwenden" -#: ../rules/base.xml.in.h:1041 +#: ../rules/base.xml.in.h:1043 msgid "Usual space at any level" msgstr "Leertaste gibt in jeder Ebene stets Leerzeichen aus" -#: ../rules/base.xml.in.h:1042 +#: ../rules/base.xml.in.h:1044 msgid "Non-breakable space character at second level" msgstr "Nicht umbrechbares Leerzeichen in der zweiten Tastaturebene" -#: ../rules/base.xml.in.h:1043 +#: ../rules/base.xml.in.h:1045 msgid "Non-breakable space character at third level" msgstr "Nicht umbrechbares Leerzeichen in der dritten Tastaturebene" -#: ../rules/base.xml.in.h:1044 +#: ../rules/base.xml.in.h:1046 msgid "Non-breakable space character at third level, nothing at fourth level" msgstr "Nicht umbrechbares Leerzeichen in der dritten Tastaturebene, nichts in der vierten Ebene" -#: ../rules/base.xml.in.h:1045 +#: ../rules/base.xml.in.h:1047 msgid "Non-breakable space character at third level, thin non-breakable space character at fourth level" msgstr "Nicht umbrechbares Leerzeichen in der dritten Tastaturebene, schmales nicht umbrechbares Leerzeichen in der vierten Ebene" -#: ../rules/base.xml.in.h:1046 +#: ../rules/base.xml.in.h:1048 msgid "Non-breakable space character at fourth level" msgstr "Nicht umbrechbares Leerzeichen in der vierten Tastaturebene" -#: ../rules/base.xml.in.h:1047 +#: ../rules/base.xml.in.h:1049 msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level" msgstr "Nicht umbrechbares Leerzeichen in der vierten Tastaturebene, schmales nicht umbrechbares Leerzeichen in der sechsten Ebene" -#: ../rules/base.xml.in.h:1048 +#: ../rules/base.xml.in.h:1050 msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level (via Ctrl+Shift)" msgstr "Nicht umbrechbares Leerzeichen in der vierten Tastaturebene, schmales nicht umbrechbares Leerzeichen in der sechsten Ebene (mit Strg + Umschalttaste)" -#: ../rules/base.xml.in.h:1049 +#: ../rules/base.xml.in.h:1051 msgid "Zero-width non-joiner character at second level" msgstr "Nicht verbindendes Zeichen der Breite Null in der zweiten Ebene" -#: ../rules/base.xml.in.h:1050 +#: ../rules/base.xml.in.h:1052 msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level" msgstr "Nicht verbindendes Zeichen der Breite Null in der zweiten Ebene, verbindendes Zeichen der Breite Null in der dritten Ebene" -#: ../rules/base.xml.in.h:1051 +#: ../rules/base.xml.in.h:1053 msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level, non-breakable space character at fourth level" msgstr "Nicht verbindendes Zeichen der Breite Null in der zweiten Ebene, verbindendes Zeichen der Breite Null in der dritten Ebene, nicht umbrechbares Leerzeichen in der vierten Tastaturebene" -#: ../rules/base.xml.in.h:1052 +#: ../rules/base.xml.in.h:1054 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level" msgstr "Nicht verbindendes Zeichen der Breite Null in der zweiten Ebene, nicht umbrechbares Leerzeichen in der dritten Ebene" -#: ../rules/base.xml.in.h:1053 +#: ../rules/base.xml.in.h:1055 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, nothing at fourth level" msgstr "Nicht verbindendes Zeichen der Breite Null in der zweiten Ebene, nicht umbrechbares Leerzeichen in der dritten Tastaturebene, nichts in der vierten Ebene" -#: ../rules/base.xml.in.h:1054 +#: ../rules/base.xml.in.h:1056 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, zero-width joiner at fourth level" msgstr "Nicht verbindendes Zeichen der Breite Null in der zweiten Ebene, nicht umbrechbares Leerzeichen in der dritten Tastaturebene, verbindendes Zeichen der Breite Null in der vierten Ebene" -#: ../rules/base.xml.in.h:1055 +#: ../rules/base.xml.in.h:1057 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, thin non-breakable space at fourth level" msgstr "Nicht verbindendes Zeichen der Breite Null in der zweiten Ebene, nicht umbrechbares Leerzeichen in der dritten Tastaturebene, schmales nicht umbrechbares Leerzeichen in der vierten Ebene" -#: ../rules/base.xml.in.h:1056 +#: ../rules/base.xml.in.h:1058 msgid "Zero-width non-joiner character at third level, zero-width joiner at fourth level" msgstr "Nicht verbindendes Zeichen der Breite Null in der dritten Ebene, verbindendes Zeichen der Breite Null in der vierten Ebene" -#: ../rules/base.xml.in.h:1057 +#: ../rules/base.xml.in.h:1059 msgid "Japanese keyboard options" msgstr "Japanische Tastaturoptionen" -#: ../rules/base.xml.in.h:1058 +#: ../rules/base.xml.in.h:1060 msgid "Kana Lock key is locking" msgstr "Kana-Sperrtaste ist gesperrt" -#: ../rules/base.xml.in.h:1059 +#: ../rules/base.xml.in.h:1061 msgid "NICOLA-F style Backspace" msgstr "Löschtaste wie NICOLA-F" -#: ../rules/base.xml.in.h:1060 +#: ../rules/base.xml.in.h:1062 msgid "Make Zenkaku Hankaku an additional ESC" msgstr "Zenkaku Hankaku als zusätzliche Esc-Taste verwenden" -#: ../rules/base.xml.in.h:1061 +#: ../rules/base.xml.in.h:1063 +msgid "Korean Hangul/Hanja keys" +msgstr "Koreanische Hangul/Hanja-Tasten" + +#: ../rules/base.xml.in.h:1064 +msgid "Hardware Hangul/Hanja keys" +msgstr "Hardware-Hangul/Hanja-Tasten" + +#: ../rules/base.xml.in.h:1065 +msgid "Right Alt as Hangul, right Ctrl as Hanja" +msgstr "Rechte Alt-Taste als Hangul, rechte Strg-Taste als Hanja" + +#: ../rules/base.xml.in.h:1066 +msgid "Right Ctrl as Hangul, right Alt as Hanja" +msgstr "Rechte Strg-Taste als Hangul, rechte Alt-Taste als Hanja" + +#: ../rules/base.xml.in.h:1067 msgid "Adding Esperanto supersigned letters" msgstr "Zeichen mit Esperanto-Circumflex hinzufügen" -#: ../rules/base.xml.in.h:1062 +#: ../rules/base.xml.in.h:1068 msgid "To the corresponding key in a Qwerty layout" msgstr "Zur entsprechenden Taste einer Qwerty-Belegung." -#: ../rules/base.xml.in.h:1063 +#: ../rules/base.xml.in.h:1069 msgid "To the corresponding key in a Dvorak layout" msgstr "Zur entsprechenden Taste einer Dvorak-Belegung." -#: ../rules/base.xml.in.h:1064 +#: ../rules/base.xml.in.h:1070 msgid "To the corresponding key in a Colemak layout" msgstr "Zur entsprechenden Taste einer Colemak-Belegung." -#: ../rules/base.xml.in.h:1065 +#: ../rules/base.xml.in.h:1071 msgid "Maintain key compatibility with old Solaris keycodes" msgstr "Tastenkompatibilität mit veralteten Solaris-Tastencodes sicher stellen" -#: ../rules/base.xml.in.h:1066 +#: ../rules/base.xml.in.h:1072 msgid "Sun Key compatibility" msgstr "Sun-Tastenkompatibilität" -#: ../rules/base.xml.in.h:1067 +#: ../rules/base.xml.in.h:1073 msgid "Key sequence to kill the X server" msgstr "Tastenkombination zum erzwungenen Beenden des X-Servers" -#: ../rules/base.xml.in.h:1068 +#: ../rules/base.xml.in.h:1074 msgid "Ctrl + Alt + Backspace" msgstr "Strg + Alt + Löschtaste" @@ -4068,251 +4092,258 @@ msgid "German (with Hungarian letters and no dead keys)" msgstr "Deutsch (mit ungarischen Buchstaben, ohne Akzenttasten)" #: ../rules/base.extras.xml.in.h:26 +msgid "Polish (Germany, eliminate dead keys)" +msgstr "Polnisch (Deutschland, ohne Akzenttasten)" + +#: ../rules/base.extras.xml.in.h:27 msgid "German (Sun Type 6/7)" msgstr "Deutsch (Sun Typ 6/7)" # http://www.adnw.de/ -#: ../rules/base.extras.xml.in.h:27 +#: ../rules/base.extras.xml.in.h:28 msgid "German (Aus der Neo-Welt)" msgstr "Deutsch (Aus der Neo-Welt)" -#: ../rules/base.extras.xml.in.h:30 +#: ../rules/base.extras.xml.in.h:31 msgid "Avestan" msgstr "Avestisch" -#: ../rules/base.extras.xml.in.h:33 +#: ../rules/base.extras.xml.in.h:34 msgid "Lithuanian (US Dvorak with Lithuanian letters)" msgstr "Litauisch (US-Tastatur mit litauischen Buchstaben)" -#: ../rules/base.extras.xml.in.h:34 +#: ../rules/base.extras.xml.in.h:35 msgid "Lithuanian (Sun Type 6/7)" msgstr "Litauisch (Sun Typ 6/7)" -#: ../rules/base.extras.xml.in.h:37 +#: ../rules/base.extras.xml.in.h:38 msgid "Latvian (US Dvorak)" msgstr "Lettisch (US-Dvorak)" -#: ../rules/base.extras.xml.in.h:38 +#: ../rules/base.extras.xml.in.h:39 msgid "Latvian (US Dvorak, Y variant)" msgstr "Lettisch (US-Dvorak, Y-Variante)" -#: ../rules/base.extras.xml.in.h:39 +#: ../rules/base.extras.xml.in.h:40 msgid "Latvian (US Dvorak, minus variant)" msgstr "Lettisch (US-Dvorak, Minus-Variante)" -#: ../rules/base.extras.xml.in.h:40 +#: ../rules/base.extras.xml.in.h:41 msgid "Latvian (programmer US Dvorak)" msgstr "Lettisch (Dvorak für Programmierer)" -#: ../rules/base.extras.xml.in.h:41 +#: ../rules/base.extras.xml.in.h:42 msgid "Latvian (programmer US Dvorak, Y variant)" msgstr "Lettisch (US-Dvorak für Programmierer, Y-Variante)" -#: ../rules/base.extras.xml.in.h:42 +#: ../rules/base.extras.xml.in.h:43 msgid "Latvian (programmer US Dvorak, minus variant)" msgstr "Lettisch (US-Dvorak für Programmierer, Minus-Variante)" -#: ../rules/base.extras.xml.in.h:43 +#: ../rules/base.extras.xml.in.h:44 msgid "Latvian (US Colemak)" msgstr "Lettisch (US-Colemak)" -#: ../rules/base.extras.xml.in.h:44 +#: ../rules/base.extras.xml.in.h:45 msgid "Latvian (US Colemak, apostrophe variant)" msgstr "Lettisch (US-Colemak, Apostroph-Variante)" -#: ../rules/base.extras.xml.in.h:45 +#: ../rules/base.extras.xml.in.h:46 msgid "Latvian (Sun Type 6/7)" msgstr "Lettisch (Sun Typ 6/7)" -#: ../rules/base.extras.xml.in.h:48 +#: ../rules/base.extras.xml.in.h:49 msgid "English (US, international AltGr Unicode combining)" msgstr "Englisch (USA international, AltGr-Unicode-Kombination)" -#: ../rules/base.extras.xml.in.h:49 +#: ../rules/base.extras.xml.in.h:50 msgid "English (US, international AltGr Unicode combining, alternative)" msgstr "Englisch (USA international, AltGr-Unicode-Kombination, alternativ)" -#: ../rules/base.extras.xml.in.h:50 +#: ../rules/base.extras.xml.in.h:51 msgid "Atsina" msgstr "Atsina" -#: ../rules/base.extras.xml.in.h:51 +#: ../rules/base.extras.xml.in.h:52 msgid "Coeur d'Alene Salish" msgstr "Couer D'alene Salish" -#: ../rules/base.extras.xml.in.h:52 +#: ../rules/base.extras.xml.in.h:53 msgid "Czech Slovak and German (US)" msgstr "Tschechoslowakisch und Deutsch (US)" -#: ../rules/base.extras.xml.in.h:53 +#: ../rules/base.extras.xml.in.h:54 msgid "English (US, Sun Type 6/7)" msgstr "Englisch (USA, Sun Typ 6/7)" -#: ../rules/base.extras.xml.in.h:54 +#: ../rules/base.extras.xml.in.h:55 msgid "English (Norman)" msgstr "Englisch (Normannisch)" -#: ../rules/base.extras.xml.in.h:57 +#: ../rules/base.extras.xml.in.h:58 msgid "Polish (international with dead keys)" msgstr "Polnisch (International, mit Akzenttasten)" -#: ../rules/base.extras.xml.in.h:58 +#: ../rules/base.extras.xml.in.h:59 msgid "Polish (Colemak)" msgstr "Polnisch (Colemak)" -#: ../rules/base.extras.xml.in.h:59 +#: ../rules/base.extras.xml.in.h:60 msgid "Polish (Sun Type 6/7)" msgstr "Polnisch (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:63 +#: ../rules/base.extras.xml.in.h:64 msgid "Crimean Tatar (Dobruja Q)" msgstr "Krimtatarisch (Dobruja Q)" -#: ../rules/base.extras.xml.in.h:64 +#: ../rules/base.extras.xml.in.h:65 msgid "Romanian (ergonomic Touchtype)" msgstr "Rumänisch (ergonomische Bedienung)" -#: ../rules/base.extras.xml.in.h:65 +#: ../rules/base.extras.xml.in.h:66 msgid "Romanian (Sun Type 6/7)" msgstr "Rumänisch (Sun Typ 6/7)" -#: ../rules/base.extras.xml.in.h:68 +#: ../rules/base.extras.xml.in.h:69 msgid "Serbian (combining accents instead of dead keys)" msgstr "Serbisch (Akzente kombinieren anstelle von Akzenttasten)" -#: ../rules/base.extras.xml.in.h:71 +#: ../rules/base.extras.xml.in.h:72 msgid "Church Slavonic" msgstr "Kirchenslawisch" -#: ../rules/base.extras.xml.in.h:72 +#: ../rules/base.extras.xml.in.h:73 msgid "Russian (with Ukrainian-Belorussian layout)" msgstr "Russisch (mit ukrainisch-weißrussischer Belegung)" -#: ../rules/base.extras.xml.in.h:73 +#: ../rules/base.extras.xml.in.h:74 msgid "Russian (Sun Type 6/7)" msgstr "Russische (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:76 +#: ../rules/base.extras.xml.in.h:77 msgid "Armenian (OLPC phonetic)" msgstr "Armenisch (OLPC-phonetisch)" -#: ../rules/base.extras.xml.in.h:79 +#: ../rules/base.extras.xml.in.h:80 msgid "Hebrew (Biblical, SIL phonetic)" msgstr "Hebräisch (Biblisch, SIL phonetisch)" -#: ../rules/base.extras.xml.in.h:82 +#: ../rules/base.extras.xml.in.h:83 msgid "Arabic (Sun Type 6/7)" msgstr "Arabisch (Sun Typ 6/7)" -#: ../rules/base.extras.xml.in.h:85 +#: ../rules/base.extras.xml.in.h:86 msgid "Belgian (Sun Type 6/7)" msgstr "Belgisch (Sun Typ 6/7)" -#: ../rules/base.extras.xml.in.h:88 +#: ../rules/base.extras.xml.in.h:89 msgid "Portuguese (Brazil, Sun Type 6/7)" msgstr "Portugiesisch (Brasilien, Sun Typ 6/7)" -#: ../rules/base.extras.xml.in.h:91 +#: ../rules/base.extras.xml.in.h:92 msgid "Czech (Sun Type 6/7)" msgstr "Tschechisch (Sun Typ 6/7)" -#: ../rules/base.extras.xml.in.h:94 +#: ../rules/base.extras.xml.in.h:95 msgid "Danish (Sun Type 6/7)" msgstr "Dänisch (Sun Typ 6/7)" -#: ../rules/base.extras.xml.in.h:97 +#: ../rules/base.extras.xml.in.h:98 msgid "Dutch (Sun Type 6/7)" msgstr "Niederländisch (Sun Typ 6/7)" -#: ../rules/base.extras.xml.in.h:100 +#: ../rules/base.extras.xml.in.h:101 msgid "Estonian (Sun Type 6/7)" msgstr "Estnisch (Sun Typ 6/7)" -#: ../rules/base.extras.xml.in.h:103 +#: ../rules/base.extras.xml.in.h:104 msgid "Finnish (Sun Type 6/7)" msgstr "Finnisch (Sun Typ 6/7)" -#: ../rules/base.extras.xml.in.h:105 +#: ../rules/base.extras.xml.in.h:106 msgid "French (Sun Type 6/7)" msgstr "Französisch (Sun Typ 6/7)" -#: ../rules/base.extras.xml.in.h:108 +#: ../rules/base.extras.xml.in.h:109 msgid "Greek (Sun Type 6/7)" msgstr "Griechisch (Sun Typ 6/7)" -#: ../rules/base.extras.xml.in.h:111 +#: ../rules/base.extras.xml.in.h:112 msgid "Italian (Sun Type 6/7)" msgstr "Italienisch (Sun Typ 6/7)" -#: ../rules/base.extras.xml.in.h:114 +#: ../rules/base.extras.xml.in.h:115 msgid "Japanese (Sun Type 6)" msgstr "Japanisch (Sun Typ 6)" -#: ../rules/base.extras.xml.in.h:115 +#: ../rules/base.extras.xml.in.h:116 msgid "Japanese (Sun Type 7 - pc compatible)" msgstr "Japanisch (Sun Typ 7 - PC-kompatibel)" -#: ../rules/base.extras.xml.in.h:116 +#: ../rules/base.extras.xml.in.h:117 msgid "Japanese (Sun Type 7 - sun compatible)" msgstr "Japanisch (Sun Typ 7 - Sun-kompatibel)" -#: ../rules/base.extras.xml.in.h:119 +#: ../rules/base.extras.xml.in.h:120 msgid "Norwegian (Sun Type 6/7)" msgstr "Norwegisch (Sun Typ 6/7)" -#: ../rules/base.extras.xml.in.h:121 +#: ../rules/base.extras.xml.in.h:122 msgid "Portuguese (Sun Type 6/7)" msgstr "Portugiesisch (Sun Typ 6/7)" -#: ../rules/base.extras.xml.in.h:124 +#: ../rules/base.extras.xml.in.h:125 msgid "Slovak (Sun Type 6/7)" msgstr "Slowakisch (Sun Typ 6/7)" -#: ../rules/base.extras.xml.in.h:127 +#: ../rules/base.extras.xml.in.h:128 msgid "Spanish (Sun Type 6/7)" msgstr "Spanisch (Sun Typ 6/7)" -#: ../rules/base.extras.xml.in.h:130 +#: ../rules/base.extras.xml.in.h:131 msgid "Swedish (Dvorak A5)" msgstr "Schwedisch (Dvorak A5)" -#: ../rules/base.extras.xml.in.h:131 +#: ../rules/base.extras.xml.in.h:132 msgid "Swedish (Sun Type 6/7)" msgstr "Schwedisch (Sun Typ 6/7)" -#: ../rules/base.extras.xml.in.h:133 +#: ../rules/base.extras.xml.in.h:134 msgid "German (Switzerland, Sun Type 6/7)" msgstr "Deutsch (Schweiz, Sun Typ 6/7)" -#: ../rules/base.extras.xml.in.h:134 +#: ../rules/base.extras.xml.in.h:135 msgid "French (Switzerland, Sun Type 6/7)" msgstr "Französisch (Schweiz, Sun Typ 6/7)" -#: ../rules/base.extras.xml.in.h:137 +#: ../rules/base.extras.xml.in.h:138 msgid "Turkish (Sun Type 6/7)" msgstr "Türkisch (Sun Typ 6/7)" -#: ../rules/base.extras.xml.in.h:140 +#: ../rules/base.extras.xml.in.h:141 msgid "Ukrainian (Sun Type 6/7)" msgstr "Ukrainisch (Sun Typ 6/7)" -#: ../rules/base.extras.xml.in.h:142 +#: ../rules/base.extras.xml.in.h:143 msgid "English (UK, Sun Type 6/7)" msgstr "Englisch (Großbritannien, Sun Typ 6/7)" -#: ../rules/base.extras.xml.in.h:145 +#: ../rules/base.extras.xml.in.h:146 msgid "Korean (Sun Type 6/7)" msgstr "Koreanisch (Sun Typ 6/7)" #. Keyboard indicator for European layouts -#: ../rules/base.extras.xml.in.h:147 +#: ../rules/base.extras.xml.in.h:148 msgid "eu" msgstr "eu" -#: ../rules/base.extras.xml.in.h:148 +#: ../rules/base.extras.xml.in.h:149 msgid "EurKEY (US based layout with european letters)" msgstr "EurKEY (US-Tastaturbelegung mit europäischen Buchstaben)" -#: ../rules/base.extras.xml.in.h:151 +#: ../rules/base.extras.xml.in.h:152 msgid "Mmuock" msgstr "Mmuock" + +#~ msgid "Shift with numeric keypad keys works as in MS Windows" +#~ msgstr "Umschalttaste funktioniert mit den Tasten des Nummernblocks wie in MS Windows" diff --git a/xorg-server/xkeyboard-config/po/eo.po b/xorg-server/xkeyboard-config/po/eo.po index ee7752d4f..3918f0f9b 100644 --- a/xorg-server/xkeyboard-config/po/eo.po +++ b/xorg-server/xkeyboard-config/po/eo.po @@ -1,21 +1,21 @@ # Esperanta traduko por 'xkeyboard-config' -# Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014 The Free Software Foundation, Inc. +# Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 The Free Software Foundation, Inc. # This file is distributed under the same license as the xkeyboard-config package. -# Felipe Castro , 2008, 2009, 2010, 2011, 2012, 2013, 2014. +# Felipe Castro , 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015. # msgid "" msgstr "" -"Project-Id-Version: xkeyboard-config 2.11.99\n" +"Project-Id-Version: xkeyboard-config 2.13.99\n" "Report-Msgid-Bugs-To: svu@users.sourceforge.net\n" -"POT-Creation-Date: 2014-05-18 00:11+0100\n" -"PO-Revision-Date: 2014-06-03 11:56-0300\n" +"POT-Creation-Date: 2015-01-15 01:16+0000\n" +"PO-Revision-Date: 2015-01-16 14:01-0300\n" "Last-Translator: Felipe Castro \n" "Language-Team: Esperanto \n" "Language: eo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.5.4\n" +"X-Generator: Poedit 1.6.10\n" #: ../rules/base.xml.in.h:1 msgid "Generic 101-key PC" @@ -466,8 +466,8 @@ msgid "Memorex MX2750" msgstr "Memorex MX2750" #: ../rules/base.xml.in.h:113 -msgid "Microsoft Natural Wireless Ergonomic Keyboard 4000" -msgstr "Microsoft Natural Wireless Ergonomic Keyboard 4000" +msgid "Microsoft Natural Ergonomic Keyboard 4000" +msgstr "Microsoft Natural Ergonomic Keyboard 4000" #: ../rules/base.xml.in.h:114 msgid "Microsoft Natural Wireless Ergonomic Keyboard 7000" @@ -754,11 +754,11 @@ msgid "Htc Dream phone" msgstr "Htc Dream - telefono" #. Keyboard indicator for English layouts -#: ../rules/base.xml.in.h:186 ../rules/base.extras.xml.in.h:46 +#: ../rules/base.xml.in.h:186 ../rules/base.extras.xml.in.h:47 msgid "en" msgstr "en" -#: ../rules/base.xml.in.h:187 ../rules/base.extras.xml.in.h:47 +#: ../rules/base.xml.in.h:187 ../rules/base.extras.xml.in.h:48 msgid "English (US)" msgstr "Angla (US)" @@ -816,7 +816,7 @@ msgid "English (programmer Dvorak)" msgstr "Angla (Dvorako por programistoj)" #. Keyboard indicator for Russian layouts -#: ../rules/base.xml.in.h:203 ../rules/base.extras.xml.in.h:69 +#: ../rules/base.xml.in.h:203 ../rules/base.extras.xml.in.h:70 msgid "ru" msgstr "ru" @@ -849,7 +849,7 @@ msgid "English (Workman, international with dead keys)" msgstr "Angla (Workman, internacia kun senpaŝaj klavoj)" #. Keyboard indicator for Persian layouts -#: ../rules/base.xml.in.h:212 ../rules/base.extras.xml.in.h:28 +#: ../rules/base.xml.in.h:212 ../rules/base.extras.xml.in.h:29 msgid "fa" msgstr "fa" @@ -888,11 +888,11 @@ msgid "Uzbek (Afghanistan, OLPC)" msgstr "Uzbeka (Afganujo, OLPC)" #. Keyboard indicator for Arabic layouts -#: ../rules/base.xml.in.h:224 ../rules/base.extras.xml.in.h:80 +#: ../rules/base.xml.in.h:224 ../rules/base.extras.xml.in.h:81 msgid "ar" msgstr "ar" -#: ../rules/base.xml.in.h:225 ../rules/base.extras.xml.in.h:81 +#: ../rules/base.xml.in.h:225 ../rules/base.extras.xml.in.h:82 msgid "Arabic" msgstr "Araba" @@ -934,11 +934,11 @@ msgid "Albanian (Plisi D1)" msgstr "Albana (Plisi D1)" #. Keyboard indicator for Armenian layouts -#: ../rules/base.xml.in.h:237 ../rules/base.extras.xml.in.h:74 +#: ../rules/base.xml.in.h:237 ../rules/base.extras.xml.in.h:75 msgid "hy" msgstr "hy" -#: ../rules/base.xml.in.h:238 ../rules/base.extras.xml.in.h:75 +#: ../rules/base.xml.in.h:238 ../rules/base.extras.xml.in.h:76 msgid "Armenian" msgstr "Armena" @@ -1014,11 +1014,11 @@ msgid "Belarusian (Latin)" msgstr "Belorusa (Latina)" #. Keyboard indicator for Belgian layouts -#: ../rules/base.xml.in.h:260 ../rules/base.extras.xml.in.h:83 +#: ../rules/base.xml.in.h:260 ../rules/base.extras.xml.in.h:84 msgid "be" msgstr "be" -#: ../rules/base.xml.in.h:261 ../rules/base.extras.xml.in.h:84 +#: ../rules/base.xml.in.h:261 ../rules/base.extras.xml.in.h:85 msgid "Belgian" msgstr "Belga" @@ -1281,11 +1281,11 @@ msgid "Bosnian (US keyboard with Bosnian letters)" msgstr "Bosna (usona klavaro kun bosnaj literoj)" #. Keyboard indicator for Portuguese layouts -#: ../rules/base.xml.in.h:338 ../rules/base.extras.xml.in.h:86 +#: ../rules/base.xml.in.h:338 ../rules/base.extras.xml.in.h:87 msgid "pt" msgstr "pt" -#: ../rules/base.xml.in.h:339 ../rules/base.extras.xml.in.h:87 +#: ../rules/base.xml.in.h:339 ../rules/base.extras.xml.in.h:88 msgid "Portuguese (Brazil)" msgstr "Portugala (Brazilo)" @@ -1369,11 +1369,11 @@ msgid "Berber (Morocco, Tifinagh extended phonetic)" msgstr "Berbera (Maroko, Tifinagh etendita fonetika)" #. Keyboard indicator for Cameroon layouts -#: ../rules/base.xml.in.h:363 +#: ../rules/base.xml.in.h:363 ../rules/base.extras.xml.in.h:150 msgid "cm" msgstr "cm" -#: ../rules/base.xml.in.h:364 +#: ../rules/base.xml.in.h:364 ../rules/base.extras.xml.in.h:151 msgid "English (Cameroon)" msgstr "Angla (Kameruno)" @@ -1494,11 +1494,11 @@ msgid "Croatian (US keyboard with Croatian letters)" msgstr "Kroata (Usona klavaro kun kroataj literoj)" #. Keyboard indicator for Chech layouts -#: ../rules/base.xml.in.h:398 ../rules/base.extras.xml.in.h:89 +#: ../rules/base.xml.in.h:398 ../rules/base.extras.xml.in.h:90 msgid "cs" msgstr "cs" -#: ../rules/base.xml.in.h:399 ../rules/base.extras.xml.in.h:90 +#: ../rules/base.xml.in.h:399 ../rules/base.extras.xml.in.h:91 msgid "Czech" msgstr "Ĉeĥa" @@ -1523,11 +1523,11 @@ msgid "Czech (US Dvorak with CZ UCW support)" msgstr "Ĉeĥa (usona Dvorako kun subteno al CZ UCW)" #. Keyboard indicator for Danish layouts -#: ../rules/base.xml.in.h:406 ../rules/base.extras.xml.in.h:92 +#: ../rules/base.xml.in.h:406 ../rules/base.extras.xml.in.h:93 msgid "da" msgstr "da" -#: ../rules/base.xml.in.h:407 ../rules/base.extras.xml.in.h:93 +#: ../rules/base.xml.in.h:407 ../rules/base.extras.xml.in.h:94 msgid "Danish" msgstr "Dana" @@ -1552,11 +1552,11 @@ msgid "Danish (Dvorak)" msgstr "Dana (Dvorako)" #. Keyboard indicator for Dutch layouts -#: ../rules/base.xml.in.h:414 ../rules/base.extras.xml.in.h:95 +#: ../rules/base.xml.in.h:414 ../rules/base.extras.xml.in.h:96 msgid "nl" msgstr "nl" -#: ../rules/base.xml.in.h:415 ../rules/base.extras.xml.in.h:96 +#: ../rules/base.xml.in.h:415 ../rules/base.extras.xml.in.h:97 msgid "Dutch" msgstr "Nederlanda" @@ -1582,11 +1582,11 @@ msgid "Dzongkha" msgstr "Dzonka" #. Keyboard indicator for Estonian layouts -#: ../rules/base.xml.in.h:423 ../rules/base.extras.xml.in.h:98 +#: ../rules/base.xml.in.h:423 ../rules/base.extras.xml.in.h:99 msgid "et" msgstr "et" -#: ../rules/base.xml.in.h:424 ../rules/base.extras.xml.in.h:99 +#: ../rules/base.xml.in.h:424 ../rules/base.extras.xml.in.h:100 msgid "Estonian" msgstr "Estona" @@ -1602,7 +1602,7 @@ msgstr "Estona (Dvorako)" msgid "Estonian (US keyboard with Estonian letters)" msgstr "Estona (Usona klavaro kun estonaj literoj)" -#: ../rules/base.xml.in.h:428 ../rules/base.extras.xml.in.h:29 +#: ../rules/base.xml.in.h:428 ../rules/base.extras.xml.in.h:30 msgid "Persian" msgstr "Persa" @@ -1665,11 +1665,11 @@ msgid "Faroese (eliminate dead keys)" msgstr "Feroa (forigi senpaŝajn klavojn)" #. Keyboard indicator for Finnish layouts -#: ../rules/base.xml.in.h:446 ../rules/base.extras.xml.in.h:101 +#: ../rules/base.xml.in.h:446 ../rules/base.extras.xml.in.h:102 msgid "fi" msgstr "fi" -#: ../rules/base.xml.in.h:447 ../rules/base.extras.xml.in.h:102 +#: ../rules/base.xml.in.h:447 ../rules/base.extras.xml.in.h:103 msgid "Finnish" msgstr "Finna" @@ -1693,7 +1693,7 @@ msgstr "Norda Samea (Finlando)" msgid "Finnish (Macintosh)" msgstr "Finna (Macintosh)" -#: ../rules/base.xml.in.h:453 ../rules/base.extras.xml.in.h:104 +#: ../rules/base.xml.in.h:453 ../rules/base.extras.xml.in.h:105 msgid "French" msgstr "Franca" @@ -1929,11 +1929,11 @@ msgid "German (legacy)" msgstr "Germana (malmoderna)" #. Keyboard indicator for Greek layouts -#: ../rules/base.xml.in.h:518 ../rules/base.extras.xml.in.h:106 +#: ../rules/base.xml.in.h:518 ../rules/base.extras.xml.in.h:107 msgid "gr" msgstr "gr" -#: ../rules/base.xml.in.h:519 ../rules/base.extras.xml.in.h:107 +#: ../rules/base.xml.in.h:519 ../rules/base.extras.xml.in.h:108 msgid "Greek" msgstr "Greka" @@ -2056,1920 +2056,1952 @@ msgid "Icelandic (eliminate dead keys)" msgstr "Islanda (forigi senpaŝajn klavojn)" #: ../rules/base.xml.in.h:551 +msgid "Icelandic (Macintosh, legacy)" +msgstr "Islanda (Macintosh, malmoderna)" + +#: ../rules/base.xml.in.h:552 msgid "Icelandic (Macintosh)" msgstr "Islanda (Macintosh)" -#: ../rules/base.xml.in.h:552 +#: ../rules/base.xml.in.h:553 msgid "Icelandic (Dvorak)" msgstr "Islanda (Dvorako)" #. Keyboard indicator for Hebrew layouts -#: ../rules/base.xml.in.h:554 ../rules/base.extras.xml.in.h:77 +#: ../rules/base.xml.in.h:555 ../rules/base.extras.xml.in.h:78 msgid "he" msgstr "he" -#: ../rules/base.xml.in.h:555 ../rules/base.extras.xml.in.h:78 +#: ../rules/base.xml.in.h:556 ../rules/base.extras.xml.in.h:79 msgid "Hebrew" msgstr "Hebrea" -#: ../rules/base.xml.in.h:556 +#: ../rules/base.xml.in.h:557 msgid "Hebrew (lyx)" msgstr "Hebrea (lyx)" -#: ../rules/base.xml.in.h:557 +#: ../rules/base.xml.in.h:558 msgid "Hebrew (phonetic)" msgstr "Hebrea (fonetika)" -#: ../rules/base.xml.in.h:558 +#: ../rules/base.xml.in.h:559 msgid "Hebrew (Biblical, Tiro)" msgstr "Hebrea (Biblia, Tiro)" #. Keyboard indicator for Italian layouts -#: ../rules/base.xml.in.h:560 ../rules/base.extras.xml.in.h:109 +#: ../rules/base.xml.in.h:561 ../rules/base.extras.xml.in.h:110 msgid "it" msgstr "it" -#: ../rules/base.xml.in.h:561 ../rules/base.extras.xml.in.h:110 +#: ../rules/base.xml.in.h:562 ../rules/base.extras.xml.in.h:111 msgid "Italian" msgstr "Itala" -#: ../rules/base.xml.in.h:562 +#: ../rules/base.xml.in.h:563 msgid "Italian (eliminate dead keys)" msgstr "Itala (forigi senpaŝajn klavojn)" -#: ../rules/base.xml.in.h:563 +#: ../rules/base.xml.in.h:564 msgid "Italian (Winkeys)" msgstr "Itala (WinKeys)" -#: ../rules/base.xml.in.h:564 +#: ../rules/base.xml.in.h:565 msgid "Italian (Macintosh)" msgstr "Itala (Macintosh)" -#: ../rules/base.xml.in.h:565 +#: ../rules/base.xml.in.h:566 msgid "Italian (US keyboard with Italian letters)" msgstr "Itala (usona klavaro kun italaj literoj)" -#: ../rules/base.xml.in.h:566 +#: ../rules/base.xml.in.h:567 msgid "Georgian (Italy)" msgstr "Kartvela (Italujo)" -#: ../rules/base.xml.in.h:567 +#: ../rules/base.xml.in.h:568 msgid "Italian (IBM 142)" msgstr "Itala (IBM 142)" #. Keyboard indicator for Japanese layouts -#: ../rules/base.xml.in.h:569 ../rules/base.extras.xml.in.h:112 +#: ../rules/base.xml.in.h:570 ../rules/base.extras.xml.in.h:113 msgid "ja" msgstr "ja" -#: ../rules/base.xml.in.h:570 ../rules/base.extras.xml.in.h:113 +#: ../rules/base.xml.in.h:571 ../rules/base.extras.xml.in.h:114 msgid "Japanese" msgstr "Japana" -#: ../rules/base.xml.in.h:571 +#: ../rules/base.xml.in.h:572 msgid "Japanese (Kana)" msgstr "Japana (Kanao)" -#: ../rules/base.xml.in.h:572 +#: ../rules/base.xml.in.h:573 msgid "Japanese (Kana 86)" msgstr "Japana (Kanao 86)" -#: ../rules/base.xml.in.h:573 +#: ../rules/base.xml.in.h:574 msgid "Japanese (OADG 109A)" msgstr "Japana (OADG 109A)" -#: ../rules/base.xml.in.h:574 +#: ../rules/base.xml.in.h:575 msgid "Japanese (Macintosh)" msgstr "Japana (Macintosh)" -#: ../rules/base.xml.in.h:575 +#: ../rules/base.xml.in.h:576 msgid "Japanese (Dvorak)" msgstr "Japana (Dvorako)" #. Keyboard indicator for Kikuyu layouts -#: ../rules/base.xml.in.h:577 +#: ../rules/base.xml.in.h:578 msgid "ki" msgstr "ki" -#: ../rules/base.xml.in.h:578 +#: ../rules/base.xml.in.h:579 msgid "Kyrgyz" msgstr "Kirgiza" -#: ../rules/base.xml.in.h:579 +#: ../rules/base.xml.in.h:580 msgid "Kyrgyz (phonetic)" msgstr "Kirgiza (fonetika)" #. Keyboard indicator for Khmer layouts -#: ../rules/base.xml.in.h:581 +#: ../rules/base.xml.in.h:582 msgid "km" msgstr "km" -#: ../rules/base.xml.in.h:582 +#: ../rules/base.xml.in.h:583 msgid "Khmer (Cambodia)" msgstr "Kmera (Kamboĝo)" #. Keyboard indicator for Kazakh layouts -#: ../rules/base.xml.in.h:584 +#: ../rules/base.xml.in.h:585 msgid "kk" msgstr "kk" -#: ../rules/base.xml.in.h:585 +#: ../rules/base.xml.in.h:586 msgid "Kazakh" msgstr "Kazaĥa" -#: ../rules/base.xml.in.h:586 +#: ../rules/base.xml.in.h:587 msgid "Russian (Kazakhstan, with Kazakh)" msgstr "Rusa (Kazaĥujo, kun Kazaĥa)" -#: ../rules/base.xml.in.h:587 +#: ../rules/base.xml.in.h:588 msgid "Kazakh (with Russian)" msgstr "Kazaĥa (kun Rusa)" #. Keyboard indicator for Lao layouts -#: ../rules/base.xml.in.h:589 +#: ../rules/base.xml.in.h:590 msgid "lo" msgstr "lo" -#: ../rules/base.xml.in.h:590 +#: ../rules/base.xml.in.h:591 msgid "Lao" msgstr "Lao" -#: ../rules/base.xml.in.h:591 +#: ../rules/base.xml.in.h:592 msgid "Lao (STEA proposed standard layout)" msgstr "Lao (norma aranĝo proponita de STEA)" #. Keyboard indicator for Spanish layouts -#: ../rules/base.xml.in.h:593 ../rules/base.extras.xml.in.h:125 +#: ../rules/base.xml.in.h:594 ../rules/base.extras.xml.in.h:126 msgid "es" msgstr "es" -#: ../rules/base.xml.in.h:594 +#: ../rules/base.xml.in.h:595 msgid "Spanish (Latin American)" msgstr "Hispana (Latin-amerika)" -#: ../rules/base.xml.in.h:595 +#: ../rules/base.xml.in.h:596 msgid "Spanish (Latin American, eliminate dead keys)" msgstr "Hispana (Latin-amerika, forigi senpaŝajn klavojn)" -#: ../rules/base.xml.in.h:596 +#: ../rules/base.xml.in.h:597 msgid "Spanish (Latin American, include dead tilde)" msgstr "Hispana (Latin-amerika, inkluzive senpaŝa tildo)" -#: ../rules/base.xml.in.h:597 +#: ../rules/base.xml.in.h:598 msgid "Spanish (Latin American, Sun dead keys)" msgstr "Hispana (Latin-amerika, senpaŝaj klavoj de Sun)" #. Keyboard indicator for Lithuanian layouts -#: ../rules/base.xml.in.h:599 ../rules/base.extras.xml.in.h:31 +#: ../rules/base.xml.in.h:600 ../rules/base.extras.xml.in.h:32 msgid "lt" msgstr "lt" -#: ../rules/base.xml.in.h:600 ../rules/base.extras.xml.in.h:32 +#: ../rules/base.xml.in.h:601 ../rules/base.extras.xml.in.h:33 msgid "Lithuanian" msgstr "Litova" -#: ../rules/base.xml.in.h:601 +#: ../rules/base.xml.in.h:602 msgid "Lithuanian (standard)" msgstr "Litova (norma)" -#: ../rules/base.xml.in.h:602 +#: ../rules/base.xml.in.h:603 msgid "Lithuanian (US keyboard with Lithuanian letters)" msgstr "Litova (Usona klavaro kun litovaj literoj)" -#: ../rules/base.xml.in.h:603 +#: ../rules/base.xml.in.h:604 msgid "Lithuanian (IBM LST 1205-92)" msgstr "Litova (IBM LST 1205-92)" -#: ../rules/base.xml.in.h:604 +#: ../rules/base.xml.in.h:605 msgid "Lithuanian (LEKP)" msgstr "Litova (LEKP)" -#: ../rules/base.xml.in.h:605 +#: ../rules/base.xml.in.h:606 msgid "Lithuanian (LEKPa)" msgstr "Litova (LEKPa)" #. Keyboard indicator for Latvian layouts -#: ../rules/base.xml.in.h:607 ../rules/base.extras.xml.in.h:35 +#: ../rules/base.xml.in.h:608 ../rules/base.extras.xml.in.h:36 msgid "lv" msgstr "lv" -#: ../rules/base.xml.in.h:608 ../rules/base.extras.xml.in.h:36 +#: ../rules/base.xml.in.h:609 ../rules/base.extras.xml.in.h:37 msgid "Latvian" msgstr "Latva" -#: ../rules/base.xml.in.h:609 +#: ../rules/base.xml.in.h:610 msgid "Latvian (apostrophe variant)" msgstr "Latva (citila variaĵo)" -#: ../rules/base.xml.in.h:610 +#: ../rules/base.xml.in.h:611 msgid "Latvian (tilde variant)" msgstr "Latva (tilda variaĵo)" -#: ../rules/base.xml.in.h:611 +#: ../rules/base.xml.in.h:612 msgid "Latvian (F variant)" msgstr "Latva (variaĵo F)" -#: ../rules/base.xml.in.h:612 +#: ../rules/base.xml.in.h:613 msgid "Latvian (modern)" msgstr "Latva (moderna)" -#: ../rules/base.xml.in.h:613 +#: ../rules/base.xml.in.h:614 msgid "Latvian (ergonomic, ŪGJRMV)" msgstr "Latva (komforteca, ŪGJRMV)" -#: ../rules/base.xml.in.h:614 +#: ../rules/base.xml.in.h:615 msgid "Latvian (adapted)" msgstr "Latva (adaptita)" #. Keyboard indicator for Maori layouts -#: ../rules/base.xml.in.h:616 +#: ../rules/base.xml.in.h:617 msgid "mi" msgstr "mi" -#: ../rules/base.xml.in.h:617 +#: ../rules/base.xml.in.h:618 msgid "Maori" msgstr "Maoria" #. Keyboard indicator for Serbian layouts -#: ../rules/base.xml.in.h:619 ../rules/base.extras.xml.in.h:66 +#: ../rules/base.xml.in.h:620 ../rules/base.extras.xml.in.h:67 msgid "sr" msgstr "sr" -#: ../rules/base.xml.in.h:620 +#: ../rules/base.xml.in.h:621 msgid "Montenegrin" msgstr "Montenegra" -#: ../rules/base.xml.in.h:621 +#: ../rules/base.xml.in.h:622 msgid "Montenegrin (Cyrillic)" msgstr "Montenegra (Cirila)" -#: ../rules/base.xml.in.h:622 +#: ../rules/base.xml.in.h:623 msgid "Montenegrin (Cyrillic, ZE and ZHE swapped)" msgstr "Montenegra (Cirila, ZE kaj ZHE interŝanĝitaj)" -#: ../rules/base.xml.in.h:623 +#: ../rules/base.xml.in.h:624 msgid "Montenegrin (Latin Unicode)" msgstr "Montenegra (Latina Unikodo)" -#: ../rules/base.xml.in.h:624 +#: ../rules/base.xml.in.h:625 msgid "Montenegrin (Latin qwerty)" msgstr "Montenegra (Latina qwerty)" -#: ../rules/base.xml.in.h:625 +#: ../rules/base.xml.in.h:626 msgid "Montenegrin (Latin Unicode qwerty)" msgstr "Montenegra (Latina Unikodo qwerty)" -#: ../rules/base.xml.in.h:626 +#: ../rules/base.xml.in.h:627 msgid "Montenegrin (Cyrillic with guillemets)" msgstr "Montenegra (Cirila kun angul-citiloj)" -#: ../rules/base.xml.in.h:627 +#: ../rules/base.xml.in.h:628 msgid "Montenegrin (Latin with guillemets)" msgstr "Montenegra (Latina kun angul-citiloj)" #. Keyboard indicator for Macedonian layouts -#: ../rules/base.xml.in.h:629 +#: ../rules/base.xml.in.h:630 msgid "mk" msgstr "mk" -#: ../rules/base.xml.in.h:630 +#: ../rules/base.xml.in.h:631 msgid "Macedonian" msgstr "Makedona" -#: ../rules/base.xml.in.h:631 +#: ../rules/base.xml.in.h:632 msgid "Macedonian (eliminate dead keys)" msgstr "Makedona (forigi senpaŝajn klavojn)" #. Keyboard indicator for Maltese layouts -#: ../rules/base.xml.in.h:633 +#: ../rules/base.xml.in.h:634 msgid "mt" msgstr "mt" -#: ../rules/base.xml.in.h:634 +#: ../rules/base.xml.in.h:635 msgid "Maltese" msgstr "Malta" -#: ../rules/base.xml.in.h:635 +#: ../rules/base.xml.in.h:636 msgid "Maltese (with US layout)" msgstr "Malta (kun usona aranĝo)" #. Keyboard indicator for Mongolian layouts -#: ../rules/base.xml.in.h:637 +#: ../rules/base.xml.in.h:638 msgid "mn" msgstr "mn" -#: ../rules/base.xml.in.h:638 +#: ../rules/base.xml.in.h:639 msgid "Mongolian" msgstr "Mongola" #. Keyboard indicator for Norwegian layouts -#: ../rules/base.xml.in.h:640 ../rules/base.extras.xml.in.h:117 +#: ../rules/base.xml.in.h:641 ../rules/base.extras.xml.in.h:118 msgid "no" msgstr "no" -#: ../rules/base.xml.in.h:641 ../rules/base.extras.xml.in.h:118 +#: ../rules/base.xml.in.h:642 ../rules/base.extras.xml.in.h:119 msgid "Norwegian" msgstr "Norvega" -#: ../rules/base.xml.in.h:642 +#: ../rules/base.xml.in.h:643 msgid "Norwegian (eliminate dead keys)" msgstr "Norvega (forigi senpaŝajn klavojn)" -#: ../rules/base.xml.in.h:643 +#: ../rules/base.xml.in.h:644 msgid "Norwegian (Winkeys)" msgstr "Norvega (Winkeys)" -#: ../rules/base.xml.in.h:644 +#: ../rules/base.xml.in.h:645 msgid "Norwegian (Dvorak)" msgstr "Norvega (Dvorako)" -#: ../rules/base.xml.in.h:645 +#: ../rules/base.xml.in.h:646 msgid "Northern Saami (Norway)" msgstr "Norda Samea (Norvegujo)" -#: ../rules/base.xml.in.h:646 +#: ../rules/base.xml.in.h:647 msgid "Northern Saami (Norway, eliminate dead keys)" msgstr "Norda Samea (Norvegujo, forigi senpaŝajn klavojn)" -#: ../rules/base.xml.in.h:647 +#: ../rules/base.xml.in.h:648 msgid "Norwegian (Macintosh)" msgstr "Norvega (Macintosh)" -#: ../rules/base.xml.in.h:648 +#: ../rules/base.xml.in.h:649 msgid "Norwegian (Macintosh, eliminate dead keys)" msgstr "Norvega (Macintosh, forigi senpaŝajn klavojn)" -#: ../rules/base.xml.in.h:649 +#: ../rules/base.xml.in.h:650 msgid "Norwegian (Colemak)" msgstr "Norvega (Colemak)" #. Keyboard indicator for Polish layouts -#: ../rules/base.xml.in.h:651 ../rules/base.extras.xml.in.h:55 +#: ../rules/base.xml.in.h:652 ../rules/base.extras.xml.in.h:56 msgid "pl" msgstr "pl" -#: ../rules/base.xml.in.h:652 ../rules/base.extras.xml.in.h:56 +#: ../rules/base.xml.in.h:653 ../rules/base.extras.xml.in.h:57 msgid "Polish" msgstr "Pola" -#: ../rules/base.xml.in.h:653 +#: ../rules/base.xml.in.h:654 msgid "Polish (legacy)" msgstr "Pola (malmoderna)" -#: ../rules/base.xml.in.h:654 +#: ../rules/base.xml.in.h:655 msgid "Polish (qwertz)" msgstr "Pola (qwertz)" -#: ../rules/base.xml.in.h:655 +#: ../rules/base.xml.in.h:656 msgid "Polish (Dvorak)" msgstr "Pola (Dvorako)" -#: ../rules/base.xml.in.h:656 +#: ../rules/base.xml.in.h:657 msgid "Polish (Dvorak, Polish quotes on quotemark key)" msgstr "Pola (Dvorako, polaj citiloj ĉe citila klavo)" -#: ../rules/base.xml.in.h:657 +#: ../rules/base.xml.in.h:658 msgid "Polish (Dvorak, Polish quotes on key 1)" msgstr "Pola (Dvorako, polaj citiloj ĉe klavo 1)" -#: ../rules/base.xml.in.h:658 +#: ../rules/base.xml.in.h:659 msgid "Kashubian" msgstr "Kaŝuba" -#: ../rules/base.xml.in.h:659 +#: ../rules/base.xml.in.h:660 msgid "Silesian" msgstr "Silezia" -#: ../rules/base.xml.in.h:660 +#: ../rules/base.xml.in.h:661 msgid "Russian (Poland, phonetic Dvorak)" msgstr "Rusa (Polujo, fonetika Dvorako)" -#: ../rules/base.xml.in.h:661 +#: ../rules/base.xml.in.h:662 msgid "Polish (programmer Dvorak)" msgstr "Pola (Dvorako por programistoj)" -#: ../rules/base.xml.in.h:662 ../rules/base.extras.xml.in.h:120 +#: ../rules/base.xml.in.h:663 ../rules/base.extras.xml.in.h:121 msgid "Portuguese" msgstr "Portugala" -#: ../rules/base.xml.in.h:663 +#: ../rules/base.xml.in.h:664 msgid "Portuguese (eliminate dead keys)" msgstr "Portugala (forigi senpaŝajn klavojn)" -#: ../rules/base.xml.in.h:664 +#: ../rules/base.xml.in.h:665 msgid "Portuguese (Sun dead keys)" msgstr "Portugala (senpaŝaj klavoj de Sun)" -#: ../rules/base.xml.in.h:665 +#: ../rules/base.xml.in.h:666 msgid "Portuguese (Macintosh)" msgstr "Portugala (Macintosh)" -#: ../rules/base.xml.in.h:666 +#: ../rules/base.xml.in.h:667 msgid "Portuguese (Macintosh, eliminate dead keys)" msgstr "Portugala (Macintosh, forigi senpaŝajn klavojn)" -#: ../rules/base.xml.in.h:667 +#: ../rules/base.xml.in.h:668 msgid "Portuguese (Macintosh, Sun dead keys)" msgstr "Portugala (Macintosh, senpaŝaj klavoj de Sun)" -#: ../rules/base.xml.in.h:668 +#: ../rules/base.xml.in.h:669 msgid "Portuguese (Nativo)" msgstr "Portugala (Nativo)" -#: ../rules/base.xml.in.h:669 +#: ../rules/base.xml.in.h:670 msgid "Portuguese (Nativo for US keyboards)" msgstr "Portugala (Nativo por usonaj klavaroj)" -#: ../rules/base.xml.in.h:670 +#: ../rules/base.xml.in.h:671 msgid "Esperanto (Portugal, Nativo)" msgstr "Esperanto (Portugalujo, Nativo)" #. Keyboard indicator for Romanian layouts -#: ../rules/base.xml.in.h:672 ../rules/base.extras.xml.in.h:60 +#: ../rules/base.xml.in.h:673 ../rules/base.extras.xml.in.h:61 msgid "ro" msgstr "ro" -#: ../rules/base.xml.in.h:673 ../rules/base.extras.xml.in.h:61 +#: ../rules/base.xml.in.h:674 ../rules/base.extras.xml.in.h:62 msgid "Romanian" msgstr "Rumana" -#: ../rules/base.xml.in.h:674 +#: ../rules/base.xml.in.h:675 msgid "Romanian (cedilla)" msgstr "Rumana (subhoko)" -#: ../rules/base.xml.in.h:675 +#: ../rules/base.xml.in.h:676 msgid "Romanian (standard)" msgstr "Rumana (norma)" -#: ../rules/base.xml.in.h:676 +#: ../rules/base.xml.in.h:677 msgid "Romanian (standard cedilla)" msgstr "Rumana (norma subhoko)" -#: ../rules/base.xml.in.h:677 +#: ../rules/base.xml.in.h:678 msgid "Romanian (WinKeys)" msgstr "Rumana (WinKeys)" -#: ../rules/base.xml.in.h:678 ../rules/base.extras.xml.in.h:70 +#: ../rules/base.xml.in.h:679 ../rules/base.extras.xml.in.h:71 msgid "Russian" msgstr "Rusa" -#: ../rules/base.xml.in.h:679 +#: ../rules/base.xml.in.h:680 msgid "Russian (phonetic)" msgstr "Rusa (fonetika)" -#: ../rules/base.xml.in.h:680 +#: ../rules/base.xml.in.h:681 msgid "Russian (phonetic WinKeys)" msgstr "Rusa (fonetika WinKeys)" -#: ../rules/base.xml.in.h:681 +#: ../rules/base.xml.in.h:682 msgid "Russian (typewriter)" msgstr "Rusa (skribmaŝina)" -#: ../rules/base.xml.in.h:682 +#: ../rules/base.xml.in.h:683 msgid "Russian (legacy)" msgstr "Rusa (malmoderna)" -#: ../rules/base.xml.in.h:683 +#: ../rules/base.xml.in.h:684 msgid "Russian (typewriter, legacy)" msgstr "Rusa (skribmaŝina, malmoderna)" -#: ../rules/base.xml.in.h:684 +#: ../rules/base.xml.in.h:685 msgid "Tatar" msgstr "Tatara" -#: ../rules/base.xml.in.h:685 +#: ../rules/base.xml.in.h:686 msgid "Ossetian (legacy)" msgstr "Oseta (malmoderna)" -#: ../rules/base.xml.in.h:686 +#: ../rules/base.xml.in.h:687 msgid "Ossetian (WinKeys)" msgstr "Oseta (WinKeys)" -#: ../rules/base.xml.in.h:687 +#: ../rules/base.xml.in.h:688 msgid "Chuvash" msgstr "Ĉuvaŝa" -#: ../rules/base.xml.in.h:688 +#: ../rules/base.xml.in.h:689 msgid "Chuvash (Latin)" msgstr "Ĉuvaŝa (Latina)" -#: ../rules/base.xml.in.h:689 +#: ../rules/base.xml.in.h:690 msgid "Udmurt" msgstr "Udmurta" -#: ../rules/base.xml.in.h:690 +#: ../rules/base.xml.in.h:691 msgid "Komi" msgstr "Komia" -#: ../rules/base.xml.in.h:691 +#: ../rules/base.xml.in.h:692 msgid "Yakut" msgstr "Jakuta" -#: ../rules/base.xml.in.h:692 +#: ../rules/base.xml.in.h:693 msgid "Kalmyk" msgstr "Kalmyk" -#: ../rules/base.xml.in.h:693 +#: ../rules/base.xml.in.h:694 msgid "Russian (DOS)" msgstr "Rusa (DOS)" -#: ../rules/base.xml.in.h:694 +#: ../rules/base.xml.in.h:695 msgid "Russian (Macintosh)" msgstr "Rusa (Macintosh)" -#: ../rules/base.xml.in.h:695 +#: ../rules/base.xml.in.h:696 msgid "Serbian (Russia)" msgstr "Serba (Rusujo)" -#: ../rules/base.xml.in.h:696 +#: ../rules/base.xml.in.h:697 msgid "Bashkirian" msgstr "Baŝkira" -#: ../rules/base.xml.in.h:697 +#: ../rules/base.xml.in.h:698 msgid "Mari" msgstr "Maria" -#: ../rules/base.xml.in.h:698 ../rules/base.extras.xml.in.h:67 +#: ../rules/base.xml.in.h:699 +msgid "Russian (phonetic azerty)" +msgstr "Rusa (fonetika azerty)" + +#: ../rules/base.xml.in.h:700 +msgid "Russian (phonetic French)" +msgstr "Rusa (fonetika franca)" + +#: ../rules/base.xml.in.h:701 ../rules/base.extras.xml.in.h:68 msgid "Serbian" msgstr "Serba" -#: ../rules/base.xml.in.h:699 +#: ../rules/base.xml.in.h:702 msgid "Serbian (Cyrillic, ZE and ZHE swapped)" msgstr "Serba (Cirila, ZE kaj ZHE interŝanĝitaj)" -#: ../rules/base.xml.in.h:700 +#: ../rules/base.xml.in.h:703 msgid "Serbian (Latin)" msgstr "Serba (Latina)" -#: ../rules/base.xml.in.h:701 +#: ../rules/base.xml.in.h:704 msgid "Serbian (Latin Unicode)" msgstr "Serba (Latina Unikoda)" -#: ../rules/base.xml.in.h:702 +#: ../rules/base.xml.in.h:705 msgid "Serbian (Latin qwerty)" msgstr "Serba (Latina qwerty)" -#: ../rules/base.xml.in.h:703 +#: ../rules/base.xml.in.h:706 msgid "Serbian (Latin Unicode qwerty)" msgstr "Serba (Latina Unikoda qwerty)" -#: ../rules/base.xml.in.h:704 +#: ../rules/base.xml.in.h:707 msgid "Serbian (Cyrillic with guillemets)" msgstr "Serba (Cirila kun angul-citiloj)" -#: ../rules/base.xml.in.h:705 +#: ../rules/base.xml.in.h:708 msgid "Serbian (Latin with guillemets)" msgstr "Serba (Latina kun angul-citiloj)" -#: ../rules/base.xml.in.h:706 +#: ../rules/base.xml.in.h:709 msgid "Pannonian Rusyn" msgstr "Panona Rusina" #. Keyboard indicator for Slovenian layouts -#: ../rules/base.xml.in.h:708 +#: ../rules/base.xml.in.h:711 msgid "sl" msgstr "sl" -#: ../rules/base.xml.in.h:709 +#: ../rules/base.xml.in.h:712 msgid "Slovenian" msgstr "Slovena" -#: ../rules/base.xml.in.h:710 +#: ../rules/base.xml.in.h:713 msgid "Slovenian (with guillemets for quotes)" msgstr "Slovena (kun angul-citiloj por citoj)" -#: ../rules/base.xml.in.h:711 +#: ../rules/base.xml.in.h:714 msgid "Slovenian (US keyboard with Slovenian letters)" msgstr "Slovena (Usona klavaro kun slovenaj literoj)" #. Keyboard indicator for Slovak layouts -#: ../rules/base.xml.in.h:713 ../rules/base.extras.xml.in.h:122 +#: ../rules/base.xml.in.h:716 ../rules/base.extras.xml.in.h:123 msgid "sk" msgstr "sk" -#: ../rules/base.xml.in.h:714 ../rules/base.extras.xml.in.h:123 +#: ../rules/base.xml.in.h:717 ../rules/base.extras.xml.in.h:124 msgid "Slovak" msgstr "Slovaka" -#: ../rules/base.xml.in.h:715 +#: ../rules/base.xml.in.h:718 msgid "Slovak (extended Backslash)" msgstr "Slovaka (etendita Retroklino)" -#: ../rules/base.xml.in.h:716 +#: ../rules/base.xml.in.h:719 msgid "Slovak (qwerty)" msgstr "Slovaka (qwerty)" -#: ../rules/base.xml.in.h:717 +#: ../rules/base.xml.in.h:720 msgid "Slovak (qwerty, extended Backslash)" msgstr "Slovaka (qwerty, etendita Retroklino)" -#: ../rules/base.xml.in.h:718 ../rules/base.extras.xml.in.h:126 +#: ../rules/base.xml.in.h:721 ../rules/base.extras.xml.in.h:127 msgid "Spanish" msgstr "Hispana" -#: ../rules/base.xml.in.h:719 +#: ../rules/base.xml.in.h:722 msgid "Spanish (eliminate dead keys)" msgstr "Hispana (forigi senpaŝajn klavojn)" -#: ../rules/base.xml.in.h:720 +#: ../rules/base.xml.in.h:723 msgid "Spanish (Winkeys)" msgstr "Hispana (Winkeys)" -#: ../rules/base.xml.in.h:721 +#: ../rules/base.xml.in.h:724 msgid "Spanish (include dead tilde)" msgstr "Hispana (inkluzive senpaŝa tildo)" -#: ../rules/base.xml.in.h:722 +#: ../rules/base.xml.in.h:725 msgid "Spanish (Sun dead keys)" msgstr "Hispana (senpaŝaj klavoj de Sun)" -#: ../rules/base.xml.in.h:723 +#: ../rules/base.xml.in.h:726 msgid "Spanish (Dvorak)" msgstr "Hispana (Dvorako)" -#: ../rules/base.xml.in.h:724 +#: ../rules/base.xml.in.h:727 msgid "Asturian (Spain, with bottom-dot H and bottom-dot L)" msgstr "Asturia (Hispanujo, kun subpunktita H kaj subpunktita L)" -#: ../rules/base.xml.in.h:725 +#: ../rules/base.xml.in.h:728 msgid "Catalan (Spain, with middle-dot L)" msgstr "Kataluna (Hispanujo, kun centro-punktita L)" -#: ../rules/base.xml.in.h:726 +#: ../rules/base.xml.in.h:729 msgid "Spanish (Macintosh)" msgstr "Hispana (Macintosh)" #. Keyboard indicator for Swedish layouts -#: ../rules/base.xml.in.h:728 ../rules/base.extras.xml.in.h:128 +#: ../rules/base.xml.in.h:731 ../rules/base.extras.xml.in.h:129 msgid "sv" msgstr "sv" -#: ../rules/base.xml.in.h:729 ../rules/base.extras.xml.in.h:129 +#: ../rules/base.xml.in.h:732 ../rules/base.extras.xml.in.h:130 msgid "Swedish" msgstr "Sveda" -#: ../rules/base.xml.in.h:730 +#: ../rules/base.xml.in.h:733 msgid "Swedish (eliminate dead keys)" msgstr "Sveda (forigi senpaŝajn klavojn)" -#: ../rules/base.xml.in.h:731 +#: ../rules/base.xml.in.h:734 msgid "Swedish (Dvorak)" msgstr "Sveda (Dvorako)" -#: ../rules/base.xml.in.h:732 +#: ../rules/base.xml.in.h:735 msgid "Russian (Sweden, phonetic)" msgstr "Rusa (Svedujo, fonetika)" -#: ../rules/base.xml.in.h:733 +#: ../rules/base.xml.in.h:736 msgid "Russian (Sweden, phonetic, eliminate dead keys)" msgstr "Rusa (Svedujo, fonetika, forigi senpaŝajn klavojn)" -#: ../rules/base.xml.in.h:734 +#: ../rules/base.xml.in.h:737 msgid "Northern Saami (Sweden)" msgstr "Norda Samea (Svedujo)" -#: ../rules/base.xml.in.h:735 +#: ../rules/base.xml.in.h:738 msgid "Swedish (Macintosh)" msgstr "Sveda (Macintosh)" -#: ../rules/base.xml.in.h:736 +#: ../rules/base.xml.in.h:739 msgid "Swedish (Svdvorak)" msgstr "Sveda (Svdvorak)" -#: ../rules/base.xml.in.h:737 +#: ../rules/base.xml.in.h:740 msgid "Swedish Sign Language" msgstr "Sveda gestlingvo" -#: ../rules/base.xml.in.h:738 ../rules/base.extras.xml.in.h:132 +#: ../rules/base.xml.in.h:741 ../rules/base.extras.xml.in.h:133 msgid "German (Switzerland)" msgstr "Germana (Svislando)" -#: ../rules/base.xml.in.h:739 +#: ../rules/base.xml.in.h:742 msgid "German (Switzerland, legacy)" msgstr "Germana (Svislando, malmoderna)" -#: ../rules/base.xml.in.h:740 +#: ../rules/base.xml.in.h:743 msgid "German (Switzerland, eliminate dead keys)" msgstr "Germana (Svislando, forigi senpaŝajn klavojn)" -#: ../rules/base.xml.in.h:741 +#: ../rules/base.xml.in.h:744 msgid "German (Switzerland, Sun dead keys)" msgstr "Germana (Svislando, senpaŝaj klavoj de Sun)" -#: ../rules/base.xml.in.h:742 +#: ../rules/base.xml.in.h:745 msgid "French (Switzerland)" msgstr "Franca (Svislando)" -#: ../rules/base.xml.in.h:743 +#: ../rules/base.xml.in.h:746 msgid "French (Switzerland, eliminate dead keys)" msgstr "Franca (Svislando, forigi senpaŝajn klavojn)" -#: ../rules/base.xml.in.h:744 +#: ../rules/base.xml.in.h:747 msgid "French (Switzerland, Sun dead keys)" msgstr "Franca (Svislando, senpaŝaj klavoj de Sun)" -#: ../rules/base.xml.in.h:745 +#: ../rules/base.xml.in.h:748 msgid "French (Switzerland, Macintosh)" msgstr "Franca (Svislando, Macintosh)" -#: ../rules/base.xml.in.h:746 +#: ../rules/base.xml.in.h:749 msgid "German (Switzerland, Macintosh)" msgstr "Germana (Svislando, Macintosh)" -#: ../rules/base.xml.in.h:747 +#: ../rules/base.xml.in.h:750 msgid "Arabic (Syria)" msgstr "Araba (Sirio)" #. Keyboard indicator for Syriac layouts -#: ../rules/base.xml.in.h:749 +#: ../rules/base.xml.in.h:752 msgid "syc" msgstr "syc" -#: ../rules/base.xml.in.h:750 +#: ../rules/base.xml.in.h:753 msgid "Syriac" msgstr "Siria" -#: ../rules/base.xml.in.h:751 +#: ../rules/base.xml.in.h:754 msgid "Syriac (phonetic)" msgstr "Siria (fonetika)" -#: ../rules/base.xml.in.h:752 +#: ../rules/base.xml.in.h:755 msgid "Kurdish (Syria, Latin Q)" msgstr "Kurda, (Sirio, Latina Q)" -#: ../rules/base.xml.in.h:753 +#: ../rules/base.xml.in.h:756 msgid "Kurdish (Syria, F)" msgstr "Kurda (Sirio, F)" -#: ../rules/base.xml.in.h:754 +#: ../rules/base.xml.in.h:757 msgid "Kurdish (Syria, Latin Alt-Q)" msgstr "Kurda (Sirio, Latina Alt-Q)" #. Keyboard indicator for Tajik layouts -#: ../rules/base.xml.in.h:756 +#: ../rules/base.xml.in.h:759 msgid "tg" msgstr "tg" -#: ../rules/base.xml.in.h:757 +#: ../rules/base.xml.in.h:760 msgid "Tajik" msgstr "Taĝika" -#: ../rules/base.xml.in.h:758 +#: ../rules/base.xml.in.h:761 msgid "Tajik (legacy)" msgstr "Taĝika (malmoderna)" #. Keyboard indicator for Sinhala layouts -#: ../rules/base.xml.in.h:760 +#: ../rules/base.xml.in.h:763 msgid "si" msgstr "si" -#: ../rules/base.xml.in.h:761 +#: ../rules/base.xml.in.h:764 msgid "Sinhala (phonetic)" msgstr "Sinhala (fonetika)" -#: ../rules/base.xml.in.h:762 +#: ../rules/base.xml.in.h:765 msgid "Tamil (Sri Lanka, Unicode)" msgstr "Tamila (Sri-lanko, Unikodo)" -#: ../rules/base.xml.in.h:763 +#: ../rules/base.xml.in.h:766 msgid "Tamil (Sri Lanka, TAB Typewriter)" msgstr "Tamila (Sri-lanko, Skribmaŝino TAB)" #. Keyboard indicator for Thai layouts -#: ../rules/base.xml.in.h:765 +#: ../rules/base.xml.in.h:768 msgid "th" msgstr "th" -#: ../rules/base.xml.in.h:766 +#: ../rules/base.xml.in.h:769 msgid "Thai" msgstr "Taja" -#: ../rules/base.xml.in.h:767 +#: ../rules/base.xml.in.h:770 msgid "Thai (TIS-820.2538)" msgstr "Taja (TIS-820.2538)" -#: ../rules/base.xml.in.h:768 +#: ../rules/base.xml.in.h:771 msgid "Thai (Pattachote)" msgstr "Taja (Pattachote)" #. Keyboard indicator for Turkish layouts -#: ../rules/base.xml.in.h:770 ../rules/base.extras.xml.in.h:135 +#: ../rules/base.xml.in.h:773 ../rules/base.extras.xml.in.h:136 msgid "tr" msgstr "tr" -#: ../rules/base.xml.in.h:771 ../rules/base.extras.xml.in.h:136 +#: ../rules/base.xml.in.h:774 ../rules/base.extras.xml.in.h:137 msgid "Turkish" msgstr "Turka" -#: ../rules/base.xml.in.h:772 +#: ../rules/base.xml.in.h:775 msgid "Turkish (F)" msgstr "Turka (F)" -#: ../rules/base.xml.in.h:773 +#: ../rules/base.xml.in.h:776 msgid "Turkish (Alt-Q)" msgstr "Turka (Alt-Q)" -#: ../rules/base.xml.in.h:774 +#: ../rules/base.xml.in.h:777 msgid "Turkish (Sun dead keys)" msgstr "Turka (senpaŝaj klavoj de Sun)" -#: ../rules/base.xml.in.h:775 +#: ../rules/base.xml.in.h:778 msgid "Kurdish (Turkey, Latin Q)" msgstr "Kurda (Turkujo, Latina Q)" -#: ../rules/base.xml.in.h:776 +#: ../rules/base.xml.in.h:779 msgid "Kurdish (Turkey, F)" msgstr "Kurda, (Turkujo, F)" -#: ../rules/base.xml.in.h:777 +#: ../rules/base.xml.in.h:780 msgid "Kurdish (Turkey, Latin Alt-Q)" msgstr "Kurda (Turkujo, Latina Alt-Q)" -#: ../rules/base.xml.in.h:778 +#: ../rules/base.xml.in.h:781 msgid "Turkish (international with dead keys)" msgstr "Turka (internacia kun senpaŝaj klavoj)" #. Keyboard indicator for Crimean Tatar layouts -#: ../rules/base.xml.in.h:780 ../rules/base.extras.xml.in.h:62 +#: ../rules/base.xml.in.h:783 ../rules/base.extras.xml.in.h:63 msgid "crh" msgstr "crh" -#: ../rules/base.xml.in.h:781 +#: ../rules/base.xml.in.h:784 msgid "Crimean Tatar (Turkish Q)" msgstr "Krime-tatara (Turka Q)" -#: ../rules/base.xml.in.h:782 +#: ../rules/base.xml.in.h:785 msgid "Crimean Tatar (Turkish F)" msgstr "Krime-tatara (Turka F)" -#: ../rules/base.xml.in.h:783 +#: ../rules/base.xml.in.h:786 msgid "Crimean Tatar (Turkish Alt-Q)" msgstr "Krime-tatara (Turka Alt-Q)" -#: ../rules/base.xml.in.h:784 +#: ../rules/base.xml.in.h:787 msgid "Taiwanese" msgstr "Tajvana" -#: ../rules/base.xml.in.h:785 +#: ../rules/base.xml.in.h:788 msgid "Taiwanese (indigenous)" msgstr "Tajvana (indiĝena)" #. Keyboard indicator for Saisiyat layouts -#: ../rules/base.xml.in.h:787 +#: ../rules/base.xml.in.h:790 msgid "xsy" msgstr "xsy" -#: ../rules/base.xml.in.h:788 +#: ../rules/base.xml.in.h:791 msgid "Saisiyat (Taiwan)" msgstr "Saisiyat (Tajvano)" #. Keyboard indicator for Ukranian layouts -#: ../rules/base.xml.in.h:790 ../rules/base.extras.xml.in.h:138 +#: ../rules/base.xml.in.h:793 ../rules/base.extras.xml.in.h:139 msgid "uk" msgstr "uk" -#: ../rules/base.xml.in.h:791 ../rules/base.extras.xml.in.h:139 +#: ../rules/base.xml.in.h:794 ../rules/base.extras.xml.in.h:140 msgid "Ukrainian" msgstr "Ukrajna" -#: ../rules/base.xml.in.h:792 +#: ../rules/base.xml.in.h:795 msgid "Ukrainian (phonetic)" msgstr "Ukrajna (fonetika)" -#: ../rules/base.xml.in.h:793 +#: ../rules/base.xml.in.h:796 msgid "Ukrainian (typewriter)" msgstr "Ukrajna (skribmaŝino)" -#: ../rules/base.xml.in.h:794 +#: ../rules/base.xml.in.h:797 msgid "Ukrainian (WinKeys)" msgstr "Ukrajna (WinKeys)" -#: ../rules/base.xml.in.h:795 +#: ../rules/base.xml.in.h:798 msgid "Ukrainian (legacy)" msgstr "Ukrajna (malmoderna)" -#: ../rules/base.xml.in.h:796 +#: ../rules/base.xml.in.h:799 msgid "Ukrainian (standard RSTU)" msgstr "Ukrajna (norma RSTU)" -#: ../rules/base.xml.in.h:797 +#: ../rules/base.xml.in.h:800 msgid "Russian (Ukraine, standard RSTU)" msgstr "Rusa (Ukrajnujo, norma RSTU)" -#: ../rules/base.xml.in.h:798 +#: ../rules/base.xml.in.h:801 msgid "Ukrainian (homophonic)" msgstr "Ukrajna (homofonia)" -#: ../rules/base.xml.in.h:799 ../rules/base.extras.xml.in.h:141 +#: ../rules/base.xml.in.h:802 ../rules/base.extras.xml.in.h:142 msgid "English (UK)" msgstr "Angla (UK)" -#: ../rules/base.xml.in.h:800 +#: ../rules/base.xml.in.h:803 msgid "English (UK, extended WinKeys)" msgstr "Angla (UK, etenditaj WinKeys)" -#: ../rules/base.xml.in.h:801 +#: ../rules/base.xml.in.h:804 msgid "English (UK, international with dead keys)" msgstr "Angla (UK, internacia kun senpaŝaj klavoj)" -#: ../rules/base.xml.in.h:802 +#: ../rules/base.xml.in.h:805 msgid "English (UK, Dvorak)" msgstr "Angla (UK, Dvorako)" -#: ../rules/base.xml.in.h:803 +#: ../rules/base.xml.in.h:806 msgid "English (UK, Dvorak with UK punctuation)" msgstr "Angla (UK, Dvorako kun interpunkcio de UK)" -#: ../rules/base.xml.in.h:804 +#: ../rules/base.xml.in.h:807 msgid "English (UK, Macintosh)" msgstr "Angla (UK, Macintosh)" -#: ../rules/base.xml.in.h:805 +#: ../rules/base.xml.in.h:808 msgid "English (UK, Macintosh international)" msgstr "Angla (UK, internacia Macintosh)" -#: ../rules/base.xml.in.h:806 +#: ../rules/base.xml.in.h:809 msgid "English (UK, Colemak)" msgstr "Angla (UK, Colemak)" -#: ../rules/base.xml.in.h:807 +#: ../rules/base.xml.in.h:810 msgid "Uzbek" msgstr "Uzbeka" -#: ../rules/base.xml.in.h:808 +#: ../rules/base.xml.in.h:811 msgid "Uzbek (Latin)" msgstr "Uzbeka (Latina)" #. Keyboard indicator for Vietnamese layouts -#: ../rules/base.xml.in.h:810 +#: ../rules/base.xml.in.h:813 msgid "vi" msgstr "vi" -#: ../rules/base.xml.in.h:811 +#: ../rules/base.xml.in.h:814 msgid "Vietnamese" msgstr "Vjetnama" #. Keyboard indicator for Korean layouts -#: ../rules/base.xml.in.h:813 ../rules/base.extras.xml.in.h:143 +#: ../rules/base.xml.in.h:816 ../rules/base.extras.xml.in.h:144 msgid "ko" msgstr "ko" -#: ../rules/base.xml.in.h:814 ../rules/base.extras.xml.in.h:144 +#: ../rules/base.xml.in.h:817 ../rules/base.extras.xml.in.h:145 msgid "Korean" msgstr "Korea" -#: ../rules/base.xml.in.h:815 +#: ../rules/base.xml.in.h:818 msgid "Korean (101/104 key compatible)" msgstr "Korea (kongrua al 101/104 klavoj)" -#: ../rules/base.xml.in.h:816 +#: ../rules/base.xml.in.h:819 msgid "Japanese (PC-98xx Series)" msgstr "Japana (Serio PC-98xx)" #. Keyboard indicator for Irish layouts -#: ../rules/base.xml.in.h:818 +#: ../rules/base.xml.in.h:821 msgid "ie" msgstr "ie" -#: ../rules/base.xml.in.h:819 +#: ../rules/base.xml.in.h:822 msgid "Irish" msgstr "Irlanda" -#: ../rules/base.xml.in.h:820 +#: ../rules/base.xml.in.h:823 msgid "CloGaelach" msgstr "CloGaelach" -#: ../rules/base.xml.in.h:821 +#: ../rules/base.xml.in.h:824 msgid "Irish (UnicodeExpert)" msgstr "Irlanda (UnicodeExpert)" -#: ../rules/base.xml.in.h:822 +#: ../rules/base.xml.in.h:825 msgid "Ogham" msgstr "Ogamo" -#: ../rules/base.xml.in.h:823 +#: ../rules/base.xml.in.h:826 msgid "Ogham (IS434)" msgstr "Ogamo (IS434)" -#: ../rules/base.xml.in.h:824 +#: ../rules/base.xml.in.h:827 msgid "Urdu (Pakistan)" msgstr "Urdua (Pakistano)" -#: ../rules/base.xml.in.h:825 +#: ../rules/base.xml.in.h:828 msgid "Urdu (Pakistan, CRULP)" msgstr "Urdua (Pakistano, CRULP)" -#: ../rules/base.xml.in.h:826 +#: ../rules/base.xml.in.h:829 msgid "Urdu (Pakistan, NLA)" msgstr "Urdua (Pakistano, NLA)" -#: ../rules/base.xml.in.h:827 +#: ../rules/base.xml.in.h:830 msgid "Arabic (Pakistan)" msgstr "Araba (Pakistano)" #. Keyboard indicator for Sindhi layouts -#: ../rules/base.xml.in.h:829 +#: ../rules/base.xml.in.h:832 msgid "sd" msgstr "sd" -#: ../rules/base.xml.in.h:830 +#: ../rules/base.xml.in.h:833 msgid "Sindhi" msgstr "Sinda" #. Keyboard indicator for Dhivehi layouts -#: ../rules/base.xml.in.h:832 +#: ../rules/base.xml.in.h:835 msgid "dv" msgstr "dv" -#: ../rules/base.xml.in.h:833 +#: ../rules/base.xml.in.h:836 msgid "Dhivehi" msgstr "Mahla" -#: ../rules/base.xml.in.h:834 +#: ../rules/base.xml.in.h:837 msgid "English (South Africa)" msgstr "Angla (Sud-Afriko)" #. Keyboard indicator for Esperanto layouts -#: ../rules/base.xml.in.h:836 +#: ../rules/base.xml.in.h:839 msgid "eo" msgstr "eo" -#: ../rules/base.xml.in.h:837 +#: ../rules/base.xml.in.h:840 msgid "Esperanto" msgstr "Esperanto" -#: ../rules/base.xml.in.h:838 +#: ../rules/base.xml.in.h:841 msgid "Esperanto (displaced semicolon and quote, obsolete)" msgstr "Esperanto (translokitaj punktokomo kaj citilo, malaktuale)" #. Keyboard indicator for Nepali layouts -#: ../rules/base.xml.in.h:840 +#: ../rules/base.xml.in.h:843 msgid "ne" msgstr "ne" -#: ../rules/base.xml.in.h:841 +#: ../rules/base.xml.in.h:844 msgid "Nepali" msgstr "Nepala" -#: ../rules/base.xml.in.h:842 +#: ../rules/base.xml.in.h:845 msgid "English (Nigeria)" msgstr "Angla (Niĝerio)" #. Keyboard indicator for Igbo layouts -#: ../rules/base.xml.in.h:844 +#: ../rules/base.xml.in.h:847 msgid "ig" msgstr "ig" -#: ../rules/base.xml.in.h:845 +#: ../rules/base.xml.in.h:848 msgid "Igbo" msgstr "Igbo" #. Keyboard indicator for Yoruba layouts -#: ../rules/base.xml.in.h:847 +#: ../rules/base.xml.in.h:850 msgid "yo" msgstr "yo" -#: ../rules/base.xml.in.h:848 +#: ../rules/base.xml.in.h:851 msgid "Yoruba" msgstr "Joruba" #. Keyboard indicator for Amharic layouts -#: ../rules/base.xml.in.h:850 +#: ../rules/base.xml.in.h:853 msgid "am" msgstr "am" -#: ../rules/base.xml.in.h:851 +#: ../rules/base.xml.in.h:854 msgid "Amharic" msgstr "Amhara" #. Keyboard indicator for Wolof layouts -#: ../rules/base.xml.in.h:853 +#: ../rules/base.xml.in.h:856 msgid "wo" msgstr "wo" -#: ../rules/base.xml.in.h:854 +#: ../rules/base.xml.in.h:857 msgid "Wolof" msgstr "Volofa" #. Keyboard indicator for Braille layouts -#: ../rules/base.xml.in.h:856 +#: ../rules/base.xml.in.h:859 msgid "brl" msgstr "brl" -#: ../rules/base.xml.in.h:857 +#: ../rules/base.xml.in.h:860 msgid "Braille" msgstr "Brajla" -#: ../rules/base.xml.in.h:858 +#: ../rules/base.xml.in.h:861 msgid "Braille (left hand)" msgstr "Brajla (maldekstra mano)" -#: ../rules/base.xml.in.h:859 +#: ../rules/base.xml.in.h:862 msgid "Braille (right hand)" msgstr "Brajla (dekstra mano)" #. Keyboard indicator for Turkmen layouts -#: ../rules/base.xml.in.h:861 +#: ../rules/base.xml.in.h:864 msgid "tk" msgstr "tk" -#: ../rules/base.xml.in.h:862 +#: ../rules/base.xml.in.h:865 msgid "Turkmen" msgstr "Turkmena" -#: ../rules/base.xml.in.h:863 +#: ../rules/base.xml.in.h:866 msgid "Turkmen (Alt-Q)" msgstr "Turkmena (Alt-Q)" #. Keyboard indicator for Bambara layouts -#: ../rules/base.xml.in.h:865 +#: ../rules/base.xml.in.h:868 msgid "bm" msgstr "bm" -#: ../rules/base.xml.in.h:866 +#: ../rules/base.xml.in.h:869 msgid "Bambara" msgstr "Bambara" -#: ../rules/base.xml.in.h:867 +#: ../rules/base.xml.in.h:870 msgid "French (Mali, alternative)" msgstr "Franca (Malio, alternativa)" -#: ../rules/base.xml.in.h:868 +#: ../rules/base.xml.in.h:871 msgid "English (Mali, US Macintosh)" msgstr "Angla (Malio , usona Macintosh)" -#: ../rules/base.xml.in.h:869 +#: ../rules/base.xml.in.h:872 msgid "English (Mali, US international)" msgstr "Angla (Malio, usona internacia)" #. Keyboard indicator for Swahili layouts -#: ../rules/base.xml.in.h:871 +#: ../rules/base.xml.in.h:874 msgid "sw" msgstr "sw" -#: ../rules/base.xml.in.h:872 +#: ../rules/base.xml.in.h:875 msgid "Swahili (Tanzania)" msgstr "Svahila (Tanzanio)" -#: ../rules/base.xml.in.h:873 +#: ../rules/base.xml.in.h:876 msgid "Swahili (Kenya)" msgstr "Svahila (Kenjo)" -#: ../rules/base.xml.in.h:874 +#: ../rules/base.xml.in.h:877 msgid "Kikuyu" msgstr "Kikuyu" #. Keyboard indicator for Tswana layouts -#: ../rules/base.xml.in.h:876 +#: ../rules/base.xml.in.h:879 msgid "tn" msgstr "tn" -#: ../rules/base.xml.in.h:877 +#: ../rules/base.xml.in.h:880 msgid "Tswana" msgstr "Cvana" #. Keyboard indicator for Filipino layouts -#: ../rules/base.xml.in.h:879 +#: ../rules/base.xml.in.h:882 msgid "ph" msgstr "ph" -#: ../rules/base.xml.in.h:880 +#: ../rules/base.xml.in.h:883 msgid "Filipino" msgstr "Filipina" -#: ../rules/base.xml.in.h:881 +#: ../rules/base.xml.in.h:884 msgid "Filipino (QWERTY Baybayin)" msgstr "Filipina (QWERTY, Baybayin)" -#: ../rules/base.xml.in.h:882 +#: ../rules/base.xml.in.h:885 msgid "Filipino (Capewell-Dvorak Latin)" msgstr "Filipina (Capewell-Dvorako, Latina)" -#: ../rules/base.xml.in.h:883 +#: ../rules/base.xml.in.h:886 msgid "Filipino (Capewell-Dvorak Baybayin)" msgstr "Filipina (Capewell-Dvorako, Baybayin)" -#: ../rules/base.xml.in.h:884 +#: ../rules/base.xml.in.h:887 msgid "Filipino (Capewell-QWERF 2006 Latin)" msgstr "Filipina (Capewell-QWERF 2006, Latina)" -#: ../rules/base.xml.in.h:885 +#: ../rules/base.xml.in.h:888 msgid "Filipino (Capewell-QWERF 2006 Baybayin)" msgstr "Filipina (Capewell-QWERF 2006, Baybayin)" -#: ../rules/base.xml.in.h:886 +#: ../rules/base.xml.in.h:889 msgid "Filipino (Colemak Latin)" msgstr "Filipina (Colemak, latina)" -#: ../rules/base.xml.in.h:887 +#: ../rules/base.xml.in.h:890 msgid "Filipino (Colemak Baybayin)" msgstr "Filipina (Colemak, Baybayin)" -#: ../rules/base.xml.in.h:888 +#: ../rules/base.xml.in.h:891 msgid "Filipino (Dvorak Latin)" msgstr "Filipina (Dvorako, latina)" -#: ../rules/base.xml.in.h:889 +#: ../rules/base.xml.in.h:892 msgid "Filipino (Dvorak Baybayin)" msgstr "Filipina (Dvorako Baybayin)" -#: ../rules/base.xml.in.h:890 +#: ../rules/base.xml.in.h:893 msgid "md" msgstr "md" -#: ../rules/base.xml.in.h:891 +#: ../rules/base.xml.in.h:894 msgid "Moldavian" msgstr "Moldava" -#: ../rules/base.xml.in.h:892 +#: ../rules/base.xml.in.h:895 msgid "gag" msgstr "gag" -#: ../rules/base.xml.in.h:893 +#: ../rules/base.xml.in.h:896 msgid "Moldavian (Gagauz)" msgstr "Moldava (Gagauz)" -#: ../rules/base.xml.in.h:894 +#: ../rules/base.xml.in.h:897 msgid "Switching to another layout" msgstr "Ni alternigas al alia aranĝo." -#: ../rules/base.xml.in.h:895 +#: ../rules/base.xml.in.h:898 msgid "Right Alt (while pressed)" msgstr "Dekstra Alt (dum premata)" -#: ../rules/base.xml.in.h:896 +#: ../rules/base.xml.in.h:899 msgid "Left Alt (while pressed)" msgstr "Maldekstra Alt (dum premata)" -#: ../rules/base.xml.in.h:897 +#: ../rules/base.xml.in.h:900 msgid "Left Win (while pressed)" msgstr "Maldekstra Win (dum premata)" -#: ../rules/base.xml.in.h:898 +#: ../rules/base.xml.in.h:901 msgid "Right Win (while pressed)" msgstr "Dekstra Win (dum premata)" -#: ../rules/base.xml.in.h:899 +#: ../rules/base.xml.in.h:902 msgid "Any Win key (while pressed)" msgstr "Iu ajn Win-klavo (dum premata)" -#: ../rules/base.xml.in.h:900 +#: ../rules/base.xml.in.h:903 msgid "Caps Lock (while pressed), Alt+Caps Lock does the original capslock action" msgstr "Caps Lock (dum premata), Alt+Caps Lock restarigas la originalan uskligon" -#: ../rules/base.xml.in.h:901 +#: ../rules/base.xml.in.h:904 msgid "Right Ctrl (while pressed)" msgstr "Dekstra Ctrl (dum premata)" -#: ../rules/base.xml.in.h:902 +#: ../rules/base.xml.in.h:905 msgid "Right Alt" msgstr "Dekstra Alt" -#: ../rules/base.xml.in.h:903 +#: ../rules/base.xml.in.h:906 msgid "Left Alt" msgstr "Maldekstra Alt" -#: ../rules/base.xml.in.h:904 +#: ../rules/base.xml.in.h:907 msgid "Caps Lock" msgstr "Caps Lock" -#: ../rules/base.xml.in.h:905 +#: ../rules/base.xml.in.h:908 msgid "Shift+Caps Lock" msgstr "Shift+Caps Lock" -#: ../rules/base.xml.in.h:906 +#: ../rules/base.xml.in.h:909 msgid "Caps Lock (to first layout), Shift+Caps Lock (to last layout)" msgstr "Caps Lock (al la unua aranĝo), Shift+Caps Lock (al la lasta aranĝo)" -#: ../rules/base.xml.in.h:907 +#: ../rules/base.xml.in.h:910 msgid "Left Win (to first layout), Right Win/Menu (to last layout)" msgstr "Maldekstra Win (al la unua aranĝo), dekstra Win/Menu (al la lasta aranĝo)" -#: ../rules/base.xml.in.h:908 +#: ../rules/base.xml.in.h:911 msgid "Left Ctrl (to first layout), Right Ctrl (to last layout)" msgstr "Maldekstra Ctrl (por la unua aranĝo), dekstra Ctrl (por la lasta aranĝo)" -#: ../rules/base.xml.in.h:909 +#: ../rules/base.xml.in.h:912 msgid "Alt+Caps Lock" msgstr "Alt+Caps Lock" -#: ../rules/base.xml.in.h:910 +#: ../rules/base.xml.in.h:913 msgid "Both Shift keys together" msgstr "Ambaŭ klavoj Shift kune" -#: ../rules/base.xml.in.h:911 +#: ../rules/base.xml.in.h:914 msgid "Both Alt keys together" msgstr "Ambaŭ klavoj Alt kune" -#: ../rules/base.xml.in.h:912 +#: ../rules/base.xml.in.h:915 msgid "Both Ctrl keys together" msgstr "Ambaŭ klavoj Ctrl kune" -#: ../rules/base.xml.in.h:913 +#: ../rules/base.xml.in.h:916 msgid "Ctrl+Shift" msgstr "Ctrl+Shift" -#: ../rules/base.xml.in.h:914 +#: ../rules/base.xml.in.h:917 msgid "Left Ctrl+Left Shift" msgstr "Maldekstra Ctrl+maldekstra Shift" -#: ../rules/base.xml.in.h:915 +#: ../rules/base.xml.in.h:918 msgid "Right Ctrl+Right Shift" msgstr "Dekstra Ctrl+dekstra Shift" -#: ../rules/base.xml.in.h:916 +#: ../rules/base.xml.in.h:919 msgid "Alt+Ctrl" msgstr "Alt+Ctrl" -#: ../rules/base.xml.in.h:917 +#: ../rules/base.xml.in.h:920 msgid "Alt+Shift" msgstr "Alt+Shift" -#: ../rules/base.xml.in.h:918 +#: ../rules/base.xml.in.h:921 msgid "Left Alt+Left Shift" msgstr "Maldekstra Alt+maldekstra Shift" -#: ../rules/base.xml.in.h:919 +#: ../rules/base.xml.in.h:922 msgid "Alt+Space" msgstr "Alt+Space" -#: ../rules/base.xml.in.h:920 +#: ../rules/base.xml.in.h:923 msgid "Menu" msgstr "Menu" -#: ../rules/base.xml.in.h:921 +#: ../rules/base.xml.in.h:924 msgid "Left Win" msgstr "Maldekstra Win" -#: ../rules/base.xml.in.h:922 +#: ../rules/base.xml.in.h:925 msgid "Win Key+Space" msgstr "WinKey+Space" -#: ../rules/base.xml.in.h:923 +#: ../rules/base.xml.in.h:926 msgid "Right Win" msgstr "Dekstra Win" -#: ../rules/base.xml.in.h:924 +#: ../rules/base.xml.in.h:927 msgid "Left Shift" msgstr "Maldekstra Shift" -#: ../rules/base.xml.in.h:925 +#: ../rules/base.xml.in.h:928 msgid "Right Shift" msgstr "Dekstra Shift" -#: ../rules/base.xml.in.h:926 +#: ../rules/base.xml.in.h:929 msgid "Left Ctrl" msgstr "Maldekstra Ctrl" -#: ../rules/base.xml.in.h:927 +#: ../rules/base.xml.in.h:930 msgid "Right Ctrl" msgstr "Dekstra Ctrl" -#: ../rules/base.xml.in.h:928 +#: ../rules/base.xml.in.h:931 msgid "Scroll Lock" msgstr "Ruluma Baskulo" -#: ../rules/base.xml.in.h:929 +#: ../rules/base.xml.in.h:932 msgid "LeftCtrl+LeftWin (to first layout), RightCtrl+Menu (to second layout)" msgstr "Maldekstra Ctrl + dekstra Win (por la unua aranĝo), dekstra Ctrl + Menu (por la dua aranĝo)" -#: ../rules/base.xml.in.h:930 +#: ../rules/base.xml.in.h:933 msgid "Key to choose 3rd level" msgstr "Klavo por elekti 3-an nivelon" -#: ../rules/base.xml.in.h:931 +#: ../rules/base.xml.in.h:934 msgid "Any Win key" msgstr "Iu ajn Win-klavo" -#: ../rules/base.xml.in.h:932 +#: ../rules/base.xml.in.h:935 msgid "Any Alt key" msgstr "Iu ajn klavo Alt" -#: ../rules/base.xml.in.h:933 +#: ../rules/base.xml.in.h:936 msgid "Right Alt, Shift+Right Alt key is Compose" msgstr "Dekstra Alt, Shift+dekstra Alt estas Compose" -#: ../rules/base.xml.in.h:934 +#: ../rules/base.xml.in.h:937 msgid "Right Alt key never chooses 3rd level" msgstr "Dekstra Alt neniam elektas la 3-an nivelon" -#: ../rules/base.xml.in.h:935 +#: ../rules/base.xml.in.h:938 msgid "Enter on keypad" msgstr "Enen-klavo en ciferklavaro" -#: ../rules/base.xml.in.h:936 +#: ../rules/base.xml.in.h:939 msgid "Backslash" msgstr "Retroklino" -#: ../rules/base.xml.in.h:937 +#: ../rules/base.xml.in.h:940 msgid "<Less/Greater>" msgstr "<Malpli-signo/Pli-signo>" -#: ../rules/base.xml.in.h:938 +#: ../rules/base.xml.in.h:941 msgid "Caps Lock chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "Caps Lock elektas 3-an nivelon, funkcias kiel unufoja ŝloso kiam premita kun alia 3-nivela elektilo" -#: ../rules/base.xml.in.h:939 +#: ../rules/base.xml.in.h:942 msgid "Backslash chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "Retroklino elektas 3-an nivelon, funkcias kiel unufoja ŝloso kiam premita kun alia 3-nivela elektilo" -#: ../rules/base.xml.in.h:940 +#: ../rules/base.xml.in.h:943 msgid "<Less/Greater> chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "<Malpli-signo/Pli-signo> elektas 3-an nivelon, funkcias kiel unufoja ŝloso kiam premita kun alia 3-nivela elektilo" -#: ../rules/base.xml.in.h:941 +#: ../rules/base.xml.in.h:944 msgid "Ctrl key position" msgstr "Pozicio de la klavo Ctrl" -#: ../rules/base.xml.in.h:942 +#: ../rules/base.xml.in.h:945 msgid "Caps Lock as Ctrl" msgstr "Caps Lock kiel Ctrl" -#: ../rules/base.xml.in.h:943 +#: ../rules/base.xml.in.h:946 msgid "Left Ctrl as Meta" msgstr "Maldekstra Ctrl kiel Meta" -#: ../rules/base.xml.in.h:944 +#: ../rules/base.xml.in.h:947 msgid "Swap Ctrl and Caps Lock" msgstr "Permuti Ctrl kaj Caps Lock" -#: ../rules/base.xml.in.h:945 +#: ../rules/base.xml.in.h:948 msgid "At left of 'A'" msgstr "Maldekstre de 'A'" -#: ../rules/base.xml.in.h:946 +#: ../rules/base.xml.in.h:949 msgid "At bottom left" msgstr "Malsupre maldekstre" -#: ../rules/base.xml.in.h:947 +#: ../rules/base.xml.in.h:950 msgid "Right Ctrl as Right Alt" msgstr "Dekstra Ctrl kiel dekstran Alt" -#: ../rules/base.xml.in.h:948 +#: ../rules/base.xml.in.h:951 msgid "Menu as Right Ctrl" msgstr "Menu kiel dekstran Ctrl" -#: ../rules/base.xml.in.h:949 +#: ../rules/base.xml.in.h:952 msgid "Right Alt as Right Ctrl" msgstr "Dekstra Alt kiel dekstran Ctrl" -#: ../rules/base.xml.in.h:950 +#: ../rules/base.xml.in.h:953 msgid "Swap Left Alt key with Left Ctrl key" msgstr "Interŝanĝi la maldekstrajn klavojn Alt kun Ctrl" -#: ../rules/base.xml.in.h:951 +#: ../rules/base.xml.in.h:954 msgid "Swap Left Win key with Left Ctrl key" msgstr "Interŝanĝi la maldekstrajn klavojn Win kun Ctrl" -#: ../rules/base.xml.in.h:952 +#: ../rules/base.xml.in.h:955 +msgid "Swap Right Win key with Right Ctrl key" +msgstr "Interŝanĝi la dekstrajn klavojn Win kun Ctrl" + +#: ../rules/base.xml.in.h:956 msgid "Left Alt as Ctrl, Left Ctrl as Win, Left Win as Alt" msgstr "Maldekstra Alt kiel Ctrl, maldekstra Ctrl kiel Win, maldekstra Win kiel Alt" -#: ../rules/base.xml.in.h:953 +#: ../rules/base.xml.in.h:957 msgid "Use keyboard LED to show alternative layout" msgstr "Uzi la LED de klavaro por indiki alternativan aranĝon" -#: ../rules/base.xml.in.h:954 +#: ../rules/base.xml.in.h:958 msgid "Num Lock" msgstr "Num Lock" -#: ../rules/base.xml.in.h:955 +#: ../rules/base.xml.in.h:959 msgid "Layout of numeric keypad" msgstr "Aranĝo de ciferklavaro" -#: ../rules/base.xml.in.h:956 +#: ../rules/base.xml.in.h:960 msgid "Legacy" msgstr "Malmoderna" -#: ../rules/base.xml.in.h:957 +#: ../rules/base.xml.in.h:961 msgid "Unicode additions (arrows and math operators)" msgstr "Unikodaj aldonoj (sagoj kaj operaci-simboloj)" -#: ../rules/base.xml.in.h:958 +#: ../rules/base.xml.in.h:962 msgid "Unicode additions (arrows and math operators; math operators on default level)" msgstr "Unikodaj aldonoj (sagoj kaj operaci-simboloj; operaci-simboloj en la apriora nivelo)" -#: ../rules/base.xml.in.h:959 +#: ../rules/base.xml.in.h:963 msgid "Legacy Wang 724" msgstr "Malmoderna Wang 724" -#: ../rules/base.xml.in.h:960 +#: ../rules/base.xml.in.h:964 msgid "Wang 724 keypad with Unicode additions (arrows and math operators)" msgstr "Wang 724 ciferklavaro kun Unikodaj aldonoj (sagoj kaj operaci-simboloj)" -#: ../rules/base.xml.in.h:961 +#: ../rules/base.xml.in.h:965 msgid "Wang 724 keypad with Unicode additions (arrows and math operators; math operators on default level)" msgstr "Ciferklavaro Wang 724 kun Unikodaj aldonoj (sagoj kaj operaci-simboloj; operaci-simboloj en la apriora nivelo)" -#: ../rules/base.xml.in.h:962 +#: ../rules/base.xml.in.h:966 msgid "Hexadecimal" msgstr "Deksesume" -#: ../rules/base.xml.in.h:963 +#: ../rules/base.xml.in.h:967 msgid "ATM/phone-style" msgstr "ATM/telefon-stilo" -#: ../rules/base.xml.in.h:964 +#: ../rules/base.xml.in.h:968 msgid "Numeric keypad delete key behaviour" msgstr "Funkciado de la forig-klavo de la ciferklavaro" -#: ../rules/base.xml.in.h:965 +#: ../rules/base.xml.in.h:969 msgid "Legacy key with dot" msgstr "Malmoderna klavo kun punkto" #. Actually, with KP_SEPARATOR, as the old keypad(comma) -#: ../rules/base.xml.in.h:967 +#: ../rules/base.xml.in.h:971 msgid "Legacy key with comma" msgstr "Malmoderna klavo kun komo" -#: ../rules/base.xml.in.h:968 +#: ../rules/base.xml.in.h:972 msgid "Four-level key with dot" msgstr "Kvar-nivela klavo kun punkto" -#: ../rules/base.xml.in.h:969 +#: ../rules/base.xml.in.h:973 msgid "Four-level key with dot, Latin-9 only" msgstr "Kvar-nivela klavo kun punkto, limigite al Latin-9" -#: ../rules/base.xml.in.h:970 +#: ../rules/base.xml.in.h:974 msgid "Four-level key with comma" msgstr "Kvar-nivela klavo kun komo" -#: ../rules/base.xml.in.h:971 +#: ../rules/base.xml.in.h:975 msgid "Four-level key with momayyez" msgstr "Kvar-nivela klavo kun 'momayyez'" #. This assumes the KP_ abstract symbols are actually useful for some apps #. The description needs to be rewritten -#: ../rules/base.xml.in.h:974 +#: ../rules/base.xml.in.h:978 msgid "Four-level key with abstract separators" msgstr "Kvar-nivela klavo kun abstraktaj apartigiloj" -#: ../rules/base.xml.in.h:975 +#: ../rules/base.xml.in.h:979 msgid "Semicolon on third level" msgstr "Punktokomo ĉe la 3-a nivelo" -#: ../rules/base.xml.in.h:976 +#: ../rules/base.xml.in.h:980 msgid "Caps Lock key behavior" msgstr "Funkciado de la klavo Caps Lock" -#: ../rules/base.xml.in.h:977 +#: ../rules/base.xml.in.h:981 msgid "Caps Lock uses internal capitalization; Shift \"pauses\" Caps Lock" msgstr "Caps Lock uzas internan uskligon; Shift \"paŭzigas\" Caps Lock" -#: ../rules/base.xml.in.h:978 +#: ../rules/base.xml.in.h:982 msgid "Caps Lock uses internal capitalization; Shift doesn't affect Caps Lock" msgstr "Caps Lock uzas internan uskligon; Shift ne influas Caps Lock" -#: ../rules/base.xml.in.h:979 +#: ../rules/base.xml.in.h:983 msgid "Caps Lock acts as Shift with locking; Shift \"pauses\" Caps Lock" msgstr "Caps Lock funkcias kiel Shift kun ŝlosado; Shift \"paŭzigas\" Caps Lock" -#: ../rules/base.xml.in.h:980 +#: ../rules/base.xml.in.h:984 msgid "Caps Lock acts as Shift with locking; Shift doesn't affect Caps Lock" msgstr "Caps Lock funkcias kiel Shift kun ŝlosado; Shift ne influas Caps Lock" -#: ../rules/base.xml.in.h:981 +#: ../rules/base.xml.in.h:985 msgid "Caps Lock toggles normal capitalization of alphabetic characters" msgstr "Caps Lock alternigas la ordinaran uskligon de alfabetaj signoj" -#: ../rules/base.xml.in.h:982 +#: ../rules/base.xml.in.h:986 msgid "Make Caps Lock an additional Num Lock" msgstr "Igi Caps Lock kroman Num Lock" -#: ../rules/base.xml.in.h:983 +#: ../rules/base.xml.in.h:987 msgid "Swap ESC and Caps Lock" msgstr "Permuti ESC kaj Caps Lock" -#: ../rules/base.xml.in.h:984 +#: ../rules/base.xml.in.h:988 msgid "Make Caps Lock an additional ESC" msgstr "Igi Caps Lock kroman ESC" -#: ../rules/base.xml.in.h:985 +#: ../rules/base.xml.in.h:989 msgid "Make Caps Lock an additional Backspace" msgstr "Igi Caps Lock kroman Retroklavon" -#: ../rules/base.xml.in.h:986 +#: ../rules/base.xml.in.h:990 msgid "Make Caps Lock an additional Super" msgstr "Igi Caps Lock kroman Super" -#: ../rules/base.xml.in.h:987 +#: ../rules/base.xml.in.h:991 msgid "Make Caps Lock an additional Hyper" msgstr "Igi Caps Lock kroman Hyper" -#: ../rules/base.xml.in.h:988 +#: ../rules/base.xml.in.h:992 msgid "Caps Lock toggles ShiftLock (affects all keys)" msgstr "Caps Lock alternigas Shift (influante ĉiujn klavojn)" -#: ../rules/base.xml.in.h:989 +#: ../rules/base.xml.in.h:993 msgid "Caps Lock is disabled" msgstr "Caps Lock estas malebligita" -#: ../rules/base.xml.in.h:990 +#: ../rules/base.xml.in.h:994 msgid "Make Caps Lock an additional Ctrl" msgstr "Igi Caps Lock kroman Ctrl" -#: ../rules/base.xml.in.h:991 +#: ../rules/base.xml.in.h:995 msgid "Alt/Win key behavior" msgstr "Alt/Win, klava funkciado" -#: ../rules/base.xml.in.h:992 +#: ../rules/base.xml.in.h:996 msgid "Add the standard behavior to Menu key" msgstr "Aldoni laŭnorman funkciadon al la klavo Menu" -#: ../rules/base.xml.in.h:993 +#: ../rules/base.xml.in.h:997 msgid "Alt and Meta are on Alt keys" msgstr "Alt kaj Meta estas ĉe la klavoj Alt" -#: ../rules/base.xml.in.h:994 +#: ../rules/base.xml.in.h:998 msgid "Alt is mapped to Win keys (and the usual Alt keys)" msgstr "Alt estas mapita al Win-klavoj (kaj al la kutimaj klavoj Alt)" -#: ../rules/base.xml.in.h:995 +#: ../rules/base.xml.in.h:999 msgid "Ctrl is mapped to Win keys (and the usual Ctrl keys)" msgstr "Ctrl estas mapita al Win-klavoj (kaj al la kutimaj klavoj Ctrl)" -#: ../rules/base.xml.in.h:996 +#: ../rules/base.xml.in.h:1000 msgid "Ctrl is mapped to Alt keys, Alt is mapped to Win keys" msgstr "Ctrl estas mapita al klavoj Alt, Alt estas mapita al Win-klavoj" -#: ../rules/base.xml.in.h:997 +#: ../rules/base.xml.in.h:1001 msgid "Meta is mapped to Win keys" msgstr "Meta estas mapita al la Win-klavoj" -#: ../rules/base.xml.in.h:998 +#: ../rules/base.xml.in.h:1002 msgid "Meta is mapped to Left Win" msgstr "Meta estas mapita al la maldekstra Win" -#: ../rules/base.xml.in.h:999 +#: ../rules/base.xml.in.h:1003 msgid "Hyper is mapped to Win keys" msgstr "Hyper estas mapita al Win-klavoj" -#: ../rules/base.xml.in.h:1000 +#: ../rules/base.xml.in.h:1004 msgid "Alt is mapped to Right Win, Super to Menu" msgstr "Alt estas mapita al la dekstra Win-klavo kaj Super al Menu" -#: ../rules/base.xml.in.h:1001 +#: ../rules/base.xml.in.h:1005 msgid "Alt is swapped with Win" msgstr "Alt estas permutita kun Win" -#: ../rules/base.xml.in.h:1002 +#: ../rules/base.xml.in.h:1006 msgid "Position of Compose key" msgstr "Pozicio de la klavo Compose" -#: ../rules/base.xml.in.h:1003 +#: ../rules/base.xml.in.h:1007 msgid "3rd level of Left Win" msgstr "3-a nivelo de maldekstra Win" -#: ../rules/base.xml.in.h:1004 +#: ../rules/base.xml.in.h:1008 msgid "3rd level of Right Win" msgstr "3-a nivelo de dekstra Win" -#: ../rules/base.xml.in.h:1005 +#: ../rules/base.xml.in.h:1009 msgid "3rd level of Menu" msgstr "3-a nivelo de Menu" -#: ../rules/base.xml.in.h:1006 +#: ../rules/base.xml.in.h:1010 msgid "3rd level of Left Ctrl" msgstr "3-a nivelo de maldekstra Ctrl" -#: ../rules/base.xml.in.h:1007 +#: ../rules/base.xml.in.h:1011 msgid "3rd level of Right Ctrl" msgstr "3-a nivelo de dekstra Ctrl" -#: ../rules/base.xml.in.h:1008 +#: ../rules/base.xml.in.h:1012 msgid "3rd level of Caps Lock" msgstr "3-a nivelo de Caps Lock" -#: ../rules/base.xml.in.h:1009 +#: ../rules/base.xml.in.h:1013 msgid "3rd level of <Less/Greater>" msgstr "3-a nivelo de <Malpli/Pli-signo>" # La klavo plej ofte estas markita "Pause". -#: ../rules/base.xml.in.h:1010 +#: ../rules/base.xml.in.h:1014 msgid "Pause" msgstr "Pause" -#: ../rules/base.xml.in.h:1011 +#: ../rules/base.xml.in.h:1015 msgid "PrtSc" msgstr "PrtSc" -#: ../rules/base.xml.in.h:1012 +#: ../rules/base.xml.in.h:1016 msgid "Miscellaneous compatibility options" msgstr "Ceteraj kongruaj opcioj" -#: ../rules/base.xml.in.h:1013 +#: ../rules/base.xml.in.h:1017 msgid "Default numeric keypad keys" msgstr "Aprioraj klavoj en ciferklavaro" -#: ../rules/base.xml.in.h:1014 +#: ../rules/base.xml.in.h:1018 msgid "Numeric keypad keys always enter digits (as in Mac OS)" msgstr "La klavoj de la ciferklavaro ĉiam enigas ciferojn (kiel en Macintosh)" -#: ../rules/base.xml.in.h:1015 -msgid "Shift with numeric keypad keys works as in MS Windows" -msgstr "Shift funkcias kun la ciferklavaro same kiel en MS Windows" +#: ../rules/base.xml.in.h:1019 +msgid "NumLock on: digits, Shift switches to arrow keys, Numlock off: always arrow keys (as in MS Windows)" +msgstr "NumLock aktiva: ciferoj, Shift ŝanĝas al sag-klavoj, Numlock malaktiva: ĉiam sag-klavoj (kiel en MS Windows)" -#: ../rules/base.xml.in.h:1016 +#: ../rules/base.xml.in.h:1020 msgid "Shift does not cancel Num Lock, chooses 3rd level instead" msgstr "Shift ne nuligas Num Lock, sed elektas 3-an nivelon" -#: ../rules/base.xml.in.h:1017 +#: ../rules/base.xml.in.h:1021 msgid "Special keys (Ctrl+Alt+<key>) handled in a server" msgstr "Specialaj klavoj (Ctrl+Alt+<klavo>) traktotas en servilo" -#: ../rules/base.xml.in.h:1018 +#: ../rules/base.xml.in.h:1022 msgid "Apple Aluminium Keyboard: emulate PC keys (Print, Scroll Lock, Pause, Num Lock)" msgstr "Apple Aluminium Keyboard: ŝajnigi klavojn de PC (Print, Scroll Lock, Pause, Num Lock)" -#: ../rules/base.xml.in.h:1019 +#: ../rules/base.xml.in.h:1023 msgid "Shift cancels Caps Lock" msgstr "Shift nuligas Caps Lock" -#: ../rules/base.xml.in.h:1020 +#: ../rules/base.xml.in.h:1024 msgid "Enable extra typographic characters" msgstr "Ebligi kromajn tipografiajn signojn" -#: ../rules/base.xml.in.h:1021 +#: ../rules/base.xml.in.h:1025 msgid "Both Shift keys together toggle Caps Lock" msgstr "Ambaŭ klavoj Shift kune alternigas Caps Lock" -#: ../rules/base.xml.in.h:1022 +#: ../rules/base.xml.in.h:1026 msgid "Both Shift keys together activate Caps Lock, one Shift key deactivates" msgstr "Ambaŭ klavoj Shift kune aktivigas Caps Lock, unu klavo Shift malaktivigas" -#: ../rules/base.xml.in.h:1023 +#: ../rules/base.xml.in.h:1027 msgid "Both Shift keys together toggle ShiftLock" msgstr "Ambaŭ klavoj Shift kune alternigas ShiftLock" -#: ../rules/base.xml.in.h:1024 +#: ../rules/base.xml.in.h:1028 msgid "Shift + NumLock toggles PointerKeys" msgstr "Shift + NumLock alternigas PointerKeys" -#: ../rules/base.xml.in.h:1025 +#: ../rules/base.xml.in.h:1029 msgid "Allow breaking grabs with keyboard actions (warning: security risk)" msgstr "Permesi rompi ŝlosojn per klavaraj agoj (averto: sekureca risko)" -#: ../rules/base.xml.in.h:1026 +#: ../rules/base.xml.in.h:1030 msgid "Allow grab and window tree logging" msgstr "Ebligi registradon de ŝlosoj kaj fenestro-arboj" -#: ../rules/base.xml.in.h:1027 +#: ../rules/base.xml.in.h:1031 msgid "Adding currency signs to certain keys" msgstr "Aldono de valut-signoj al iuj klavoj" -#: ../rules/base.xml.in.h:1028 +#: ../rules/base.xml.in.h:1032 msgid "Euro on E" msgstr "Eŭro-signo ĉe E" -#: ../rules/base.xml.in.h:1029 +#: ../rules/base.xml.in.h:1033 msgid "Euro on 2" msgstr "Eŭro-signo ĉe 2" -#: ../rules/base.xml.in.h:1030 +#: ../rules/base.xml.in.h:1034 msgid "Euro on 4" msgstr "Eŭro-signo ĉe 4" -#: ../rules/base.xml.in.h:1031 +#: ../rules/base.xml.in.h:1035 msgid "Euro on 5" msgstr "Eŭro-signo ĉe 5" -#: ../rules/base.xml.in.h:1032 +#: ../rules/base.xml.in.h:1036 msgid "Rupee on 4" msgstr "Rupio ĉe 4" -#: ../rules/base.xml.in.h:1033 +#: ../rules/base.xml.in.h:1037 msgid "Key to choose 5th level" msgstr "Klavo por elekti 5-an nivelon" -#: ../rules/base.xml.in.h:1034 +#: ../rules/base.xml.in.h:1038 msgid "<Less/Greater> chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "<Malpli-signo/Pli-signo> elektas 5-an nivelon, ŝlosas kiam premite kun alia 5-nivela elektilo" -#: ../rules/base.xml.in.h:1035 +#: ../rules/base.xml.in.h:1039 msgid "Right Alt chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Dekstra Alt elektas 5-an nivelon, ŝlosas kiam premite kun alia 5-nivela elektilo" -#: ../rules/base.xml.in.h:1036 +#: ../rules/base.xml.in.h:1040 msgid "Left Win chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Maldekstra Win elektas 5-an nivelon, ŝlosas kiam premite kun alia 5-nivela elektilo" -#: ../rules/base.xml.in.h:1037 +#: ../rules/base.xml.in.h:1041 msgid "Right Win chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Dekstra Win elektas 5-an nivelon, ŝlosas kiam premite kun alia 5-nivela elektilo" -#: ../rules/base.xml.in.h:1038 +#: ../rules/base.xml.in.h:1042 msgid "Using space key to input non-breakable space character" msgstr "Uzado de spac-klavo por enmeti ne-rompeblan spaco-signon" -#: ../rules/base.xml.in.h:1039 +#: ../rules/base.xml.in.h:1043 msgid "Usual space at any level" msgstr "Kutima spaco-signo ĉe iu ajn nivelo" -#: ../rules/base.xml.in.h:1040 +#: ../rules/base.xml.in.h:1044 msgid "Non-breakable space character at second level" msgstr "Ne-rompebla spaco-signo ĉe la 2-a nivelo" -#: ../rules/base.xml.in.h:1041 +#: ../rules/base.xml.in.h:1045 msgid "Non-breakable space character at third level" msgstr "Ne-rompebla spaco-signo ĉe la 3-a nivelo" -#: ../rules/base.xml.in.h:1042 +#: ../rules/base.xml.in.h:1046 msgid "Non-breakable space character at third level, nothing at fourth level" msgstr "Ne-rompebla spaco-signo ĉe la 3-a nivelo, nenio ĉe la 4-a nivelo" -#: ../rules/base.xml.in.h:1043 +#: ../rules/base.xml.in.h:1047 msgid "Non-breakable space character at third level, thin non-breakable space character at fourth level" msgstr "Ne-rompebla spaco-signo ĉe la 3-a nivelo, maldika ne-rompebla spaco-signo ĉe la 4-a nivelo" -#: ../rules/base.xml.in.h:1044 +#: ../rules/base.xml.in.h:1048 msgid "Non-breakable space character at fourth level" msgstr "Ne-rompebla spaco-signo ĉe la 4-a nivelo" -#: ../rules/base.xml.in.h:1045 +#: ../rules/base.xml.in.h:1049 msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level" msgstr "Ne-rompebla spaco-signo ĉe la 4-a nivelo, maldika ne-rompebla spaco-signo ĉe la 6-a nivelo" -#: ../rules/base.xml.in.h:1046 +#: ../rules/base.xml.in.h:1050 msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level (via Ctrl+Shift)" msgstr "Ne-rompebla spaco-signo ĉe la 4-a nivelo, maldika ne-rompebla spaco-signo ĉe la 6-a nivelo (per Ctrl+Shift)" -#: ../rules/base.xml.in.h:1047 +#: ../rules/base.xml.in.h:1051 msgid "Zero-width non-joiner character at second level" msgstr "Nul-larĝa ne-kuniga signo ĉe dua nivelo" -#: ../rules/base.xml.in.h:1048 +#: ../rules/base.xml.in.h:1052 msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level" msgstr "Nul-larĝa ne-kuniga signo ĉe la dua nivelo, nul-larĝa kuniga signo ĉe la tria nivelo" -#: ../rules/base.xml.in.h:1049 +#: ../rules/base.xml.in.h:1053 msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level, non-breakable space character at fourth level" msgstr "Nul-larĝa ne-kuniga signo ĉe la dua nivelo, nul-larĝa kuniga signo ĉe la tria nivelo, ne-rompebla spaco-signo ĉe la kvara nivelo" -#: ../rules/base.xml.in.h:1050 +#: ../rules/base.xml.in.h:1054 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level" msgstr "Nul-larĝa ne-kuniga signo ĉe la dua nivelo, ne-rompebla spaco-signo ĉe la tria nivelo" -#: ../rules/base.xml.in.h:1051 +#: ../rules/base.xml.in.h:1055 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, nothing at fourth level" msgstr "Nul-larĝa ne-kuniga signo ĉe la dua nivelo, ne-rompebla spaco-signo ĉe la tria nivelo, nenio ĉe la kvara nivelo" -#: ../rules/base.xml.in.h:1052 +#: ../rules/base.xml.in.h:1056 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, zero-width joiner at fourth level" msgstr "Nul-larĝa ne-kuniga signo ĉe la dua nivelo, ne-rompebla spaco-signo ĉe la tria nivelo, nul-larĝa kuniga signo ĉe la kvara nivelo" -#: ../rules/base.xml.in.h:1053 +#: ../rules/base.xml.in.h:1057 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, thin non-breakable space at fourth level" msgstr "Nul-larĝa ne-kuniga signo ĉe la dua nivelo, ne-rompebla spaco-signo ĉe la tria nivelo, maldika ne-rompebla spaco-signo ĉe la kvara nivelo" -#: ../rules/base.xml.in.h:1054 +#: ../rules/base.xml.in.h:1058 msgid "Zero-width non-joiner character at third level, zero-width joiner at fourth level" msgstr "Nul-larĝa ne-kuniga signo ĉe la tria nivelo, nul-larĝa kuniga signo ĉe la kvara nivelo" -#: ../rules/base.xml.in.h:1055 +#: ../rules/base.xml.in.h:1059 msgid "Japanese keyboard options" msgstr "Elektebloj de japana klavaro" -#: ../rules/base.xml.in.h:1056 +#: ../rules/base.xml.in.h:1060 msgid "Kana Lock key is locking" msgstr "Kanaa klavo Lock ŝlosigas" -#: ../rules/base.xml.in.h:1057 +#: ../rules/base.xml.in.h:1061 msgid "NICOLA-F style Backspace" msgstr "Retropaŝo laŭ estilo NICOLA-F" -#: ../rules/base.xml.in.h:1058 +#: ../rules/base.xml.in.h:1062 msgid "Make Zenkaku Hankaku an additional ESC" msgstr "Igi Zenkaku Hankaku kroman ESC" -#: ../rules/base.xml.in.h:1059 +#: ../rules/base.xml.in.h:1063 +msgid "Korean Hangul/Hanja keys" +msgstr "Koreaj klavoj Hangul/Hanja" + +#: ../rules/base.xml.in.h:1064 +msgid "Hardware Hangul/Hanja keys" +msgstr "Aparatara klavoj Hangul/Hanja" + +#: ../rules/base.xml.in.h:1065 +msgid "Right Alt as Hangul, right Ctrl as Hanja" +msgstr "Dekstra Alt kiel Hangul, dekstra Ctrl kiel Hanja" + +#: ../rules/base.xml.in.h:1066 +msgid "Right Ctrl as Hangul, right Alt as Hanja" +msgstr "Dekstra Ctrl kiel Hangul, dekstra Alt kiel Hanja" + +#: ../rules/base.xml.in.h:1067 msgid "Adding Esperanto supersigned letters" msgstr "Aldono de Esperantaj literoj kun supersignoj" -#: ../rules/base.xml.in.h:1060 +#: ../rules/base.xml.in.h:1068 msgid "To the corresponding key in a Qwerty layout" msgstr "Al la ekvivalenta klavo en aranĝo Qwerty." -#: ../rules/base.xml.in.h:1061 +#: ../rules/base.xml.in.h:1069 msgid "To the corresponding key in a Dvorak layout" msgstr "Al la ekvivalenta klavo en dvoraka aranĝo." -#: ../rules/base.xml.in.h:1062 +#: ../rules/base.xml.in.h:1070 msgid "To the corresponding key in a Colemak layout" msgstr "Al la ekvivalenta klavo en dvoraka aranĝo." -#: ../rules/base.xml.in.h:1063 +#: ../rules/base.xml.in.h:1071 msgid "Maintain key compatibility with old Solaris keycodes" msgstr "Teni klav-kongrueco kun malnovaj klavkodoj de Solaris" -#: ../rules/base.xml.in.h:1064 +#: ../rules/base.xml.in.h:1072 msgid "Sun Key compatibility" msgstr "Kongrueco kun klavoj de Sun" -#: ../rules/base.xml.in.h:1065 +#: ../rules/base.xml.in.h:1073 msgid "Key sequence to kill the X server" msgstr "Klav-sekvo por formortigi la X-servilon" -#: ../rules/base.xml.in.h:1066 +#: ../rules/base.xml.in.h:1074 msgid "Ctrl + Alt + Backspace" msgstr "Ctrl + Alt + Backspace" @@ -4058,250 +4090,261 @@ msgid "German (with Hungarian letters and no dead keys)" msgstr "Germana (kun hungaraj literoj kaj neniu senpaŝa klavo)" #: ../rules/base.extras.xml.in.h:26 +msgid "Polish (Germany, eliminate dead keys)" +msgstr "Pola (Germanujo, forigi senpaŝajn klavojn)" + +#: ../rules/base.extras.xml.in.h:27 msgid "German (Sun Type 6/7)" msgstr "Germana (Sun Tipo 6/7)" -#: ../rules/base.extras.xml.in.h:27 +#: ../rules/base.extras.xml.in.h:28 msgid "German (Aus der Neo-Welt)" msgstr "Germana (Aus der Neo-Welt)" -#: ../rules/base.extras.xml.in.h:30 +#: ../rules/base.extras.xml.in.h:31 msgid "Avestan" msgstr "Avesta" -#: ../rules/base.extras.xml.in.h:33 +#: ../rules/base.extras.xml.in.h:34 msgid "Lithuanian (US Dvorak with Lithuanian letters)" msgstr "Litova (usona Dvorako kun litovaj literoj)" -#: ../rules/base.extras.xml.in.h:34 +#: ../rules/base.extras.xml.in.h:35 msgid "Lithuanian (Sun Type 6/7)" msgstr "Litova (Sun Tipo 6/7)" -#: ../rules/base.extras.xml.in.h:37 +#: ../rules/base.extras.xml.in.h:38 msgid "Latvian (US Dvorak)" msgstr "Latva (usona Dvorako)" -#: ../rules/base.extras.xml.in.h:38 +#: ../rules/base.extras.xml.in.h:39 msgid "Latvian (US Dvorak, Y variant)" msgstr "Latva (usona Dvorako, variaĵo Y)" -#: ../rules/base.extras.xml.in.h:39 +#: ../rules/base.extras.xml.in.h:40 msgid "Latvian (US Dvorak, minus variant)" msgstr "Latva (usona Dvorako, variaĵo minusa)" -#: ../rules/base.extras.xml.in.h:40 +#: ../rules/base.extras.xml.in.h:41 msgid "Latvian (programmer US Dvorak)" msgstr "Latva (usona Dvorako por programistoj)" -#: ../rules/base.extras.xml.in.h:41 +#: ../rules/base.extras.xml.in.h:42 msgid "Latvian (programmer US Dvorak, Y variant)" msgstr "Latva (usona Dvorako por programistoj, variaĵo Y)" -#: ../rules/base.extras.xml.in.h:42 +#: ../rules/base.extras.xml.in.h:43 msgid "Latvian (programmer US Dvorak, minus variant)" msgstr "Latva (usona Dvorako por programistoj, variaĵo minusa)" -#: ../rules/base.extras.xml.in.h:43 +#: ../rules/base.extras.xml.in.h:44 msgid "Latvian (US Colemak)" msgstr "Latva (usona Colemak)" -#: ../rules/base.extras.xml.in.h:44 +#: ../rules/base.extras.xml.in.h:45 msgid "Latvian (US Colemak, apostrophe variant)" msgstr "Latva (usona Colemak, citila variaĵo)" -#: ../rules/base.extras.xml.in.h:45 +#: ../rules/base.extras.xml.in.h:46 msgid "Latvian (Sun Type 6/7)" msgstr "Latva (Sun Tipo 6/7)" -#: ../rules/base.extras.xml.in.h:48 +#: ../rules/base.extras.xml.in.h:49 msgid "English (US, international AltGr Unicode combining)" msgstr "Angla (Usono, internacia AltGr-Unikoda kunmiksado)" -#: ../rules/base.extras.xml.in.h:49 +#: ../rules/base.extras.xml.in.h:50 msgid "English (US, international AltGr Unicode combining, alternative)" msgstr "Angla (Usono, internacia AltGr-Unikoda kunmiksado, alternativa)" -#: ../rules/base.extras.xml.in.h:50 +#: ../rules/base.extras.xml.in.h:51 msgid "Atsina" msgstr "Atsina" -#: ../rules/base.extras.xml.in.h:51 +#: ../rules/base.extras.xml.in.h:52 msgid "Coeur d'Alene Salish" msgstr "Couer d'Alene Salish" -#: ../rules/base.extras.xml.in.h:52 +#: ../rules/base.extras.xml.in.h:53 msgid "Czech Slovak and German (US)" msgstr "Ĉeĥa slovaka kaj germana (US)" -#: ../rules/base.extras.xml.in.h:53 +#: ../rules/base.extras.xml.in.h:54 msgid "English (US, Sun Type 6/7)" msgstr "Angla (US, Sun Tipo 6/7)" -#: ../rules/base.extras.xml.in.h:54 +#: ../rules/base.extras.xml.in.h:55 msgid "English (Norman)" msgstr "Angla (Norman)" -#: ../rules/base.extras.xml.in.h:57 +#: ../rules/base.extras.xml.in.h:58 msgid "Polish (international with dead keys)" msgstr "Pola (internacia kun senpaŝaj klavoj)" -#: ../rules/base.extras.xml.in.h:58 +#: ../rules/base.extras.xml.in.h:59 msgid "Polish (Colemak)" msgstr "Pola (Colemak)" -#: ../rules/base.extras.xml.in.h:59 +#: ../rules/base.extras.xml.in.h:60 msgid "Polish (Sun Type 6/7)" msgstr "Pola (Sun Tipo 6/7)" -#: ../rules/base.extras.xml.in.h:63 +#: ../rules/base.extras.xml.in.h:64 msgid "Crimean Tatar (Dobruja Q)" msgstr "Krime-tatara (Dobruja Q)" -#: ../rules/base.extras.xml.in.h:64 +#: ../rules/base.extras.xml.in.h:65 msgid "Romanian (ergonomic Touchtype)" msgstr "Rumana (komforteca Touchtype)" -#: ../rules/base.extras.xml.in.h:65 +#: ../rules/base.extras.xml.in.h:66 msgid "Romanian (Sun Type 6/7)" msgstr "Rumana (Sun Tipo 6/7)" -#: ../rules/base.extras.xml.in.h:68 +#: ../rules/base.extras.xml.in.h:69 msgid "Serbian (combining accents instead of dead keys)" msgstr "Serba (kunmiksado de diakritaĵoj anstataŭ senpaŝaj klavoj)" -#: ../rules/base.extras.xml.in.h:71 +#: ../rules/base.extras.xml.in.h:72 msgid "Church Slavonic" msgstr "Preĝeja slava" -#: ../rules/base.extras.xml.in.h:72 +#: ../rules/base.extras.xml.in.h:73 msgid "Russian (with Ukrainian-Belorussian layout)" msgstr "Rusa (kun aranĝo ukrainia-belorusa)" -#: ../rules/base.extras.xml.in.h:73 +#: ../rules/base.extras.xml.in.h:74 msgid "Russian (Sun Type 6/7)" msgstr "Rusa (Sun Tipo 6/7)" -#: ../rules/base.extras.xml.in.h:76 +#: ../rules/base.extras.xml.in.h:77 msgid "Armenian (OLPC phonetic)" msgstr "Armena (fonetika OLPC)" -#: ../rules/base.extras.xml.in.h:79 +#: ../rules/base.extras.xml.in.h:80 msgid "Hebrew (Biblical, SIL phonetic)" msgstr "Hebrea (Biblia, fonetika SIL)" -#: ../rules/base.extras.xml.in.h:82 +#: ../rules/base.extras.xml.in.h:83 msgid "Arabic (Sun Type 6/7)" msgstr "Araba (Sun Tipo 6/7)" -#: ../rules/base.extras.xml.in.h:85 +#: ../rules/base.extras.xml.in.h:86 msgid "Belgian (Sun Type 6/7)" msgstr "Belga (Sun Tipo 6/7)" -#: ../rules/base.extras.xml.in.h:88 +#: ../rules/base.extras.xml.in.h:89 msgid "Portuguese (Brazil, Sun Type 6/7)" msgstr "Portugala (Brazilo, Sun Tipo 6/7)" -#: ../rules/base.extras.xml.in.h:91 +#: ../rules/base.extras.xml.in.h:92 msgid "Czech (Sun Type 6/7)" msgstr "Ĉeĥa (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:94 +#: ../rules/base.extras.xml.in.h:95 msgid "Danish (Sun Type 6/7)" msgstr "Dana (Sun Tipo 6/7)" -#: ../rules/base.extras.xml.in.h:97 +#: ../rules/base.extras.xml.in.h:98 msgid "Dutch (Sun Type 6/7)" msgstr "Nederlanda (Sun Tipo 6/7)" -#: ../rules/base.extras.xml.in.h:100 +#: ../rules/base.extras.xml.in.h:101 msgid "Estonian (Sun Type 6/7)" msgstr "Estona (Sun Tipo 6/7)" -#: ../rules/base.extras.xml.in.h:103 +#: ../rules/base.extras.xml.in.h:104 msgid "Finnish (Sun Type 6/7)" msgstr "Fina (Sun Tipo 6/7)" -#: ../rules/base.extras.xml.in.h:105 +#: ../rules/base.extras.xml.in.h:106 msgid "French (Sun Type 6/7)" msgstr "Franca (Sun Tipo 6/7)" -#: ../rules/base.extras.xml.in.h:108 +#: ../rules/base.extras.xml.in.h:109 msgid "Greek (Sun Type 6/7)" msgstr "Greka (Sun Tipo 6/7)" -#: ../rules/base.extras.xml.in.h:111 +#: ../rules/base.extras.xml.in.h:112 msgid "Italian (Sun Type 6/7)" msgstr "Itala (Sun Tipo 6/7)" -#: ../rules/base.extras.xml.in.h:114 +#: ../rules/base.extras.xml.in.h:115 msgid "Japanese (Sun Type 6)" msgstr "Japana (Sun Tipo 6)" -#: ../rules/base.extras.xml.in.h:115 +#: ../rules/base.extras.xml.in.h:116 msgid "Japanese (Sun Type 7 - pc compatible)" msgstr "Japana (Sun Tipo 7 - kongrua kun pc)" -#: ../rules/base.extras.xml.in.h:116 +#: ../rules/base.extras.xml.in.h:117 msgid "Japanese (Sun Type 7 - sun compatible)" msgstr "Japana (Sun Tipo 7 - kongrua kun Sun)" -#: ../rules/base.extras.xml.in.h:119 +#: ../rules/base.extras.xml.in.h:120 msgid "Norwegian (Sun Type 6/7)" msgstr "Norvega (Sun Tipo 6/7)" -#: ../rules/base.extras.xml.in.h:121 +#: ../rules/base.extras.xml.in.h:122 msgid "Portuguese (Sun Type 6/7)" msgstr "Portugala (Sun Tipo 6/7)" -#: ../rules/base.extras.xml.in.h:124 +#: ../rules/base.extras.xml.in.h:125 msgid "Slovak (Sun Type 6/7)" msgstr "Slovaka (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:127 +#: ../rules/base.extras.xml.in.h:128 msgid "Spanish (Sun Type 6/7)" msgstr "Hispana (Sun Tipo 6/7)" -#: ../rules/base.extras.xml.in.h:130 +#: ../rules/base.extras.xml.in.h:131 msgid "Swedish (Dvorak A5)" msgstr "Sveda (Dvorako A5)" -#: ../rules/base.extras.xml.in.h:131 +#: ../rules/base.extras.xml.in.h:132 msgid "Swedish (Sun Type 6/7)" msgstr "Sveda (Sun Tipo 6/7)" -#: ../rules/base.extras.xml.in.h:133 +#: ../rules/base.extras.xml.in.h:134 msgid "German (Switzerland, Sun Type 6/7)" msgstr "Germana (Svislando, Sun Tipo 6/7)" -#: ../rules/base.extras.xml.in.h:134 +#: ../rules/base.extras.xml.in.h:135 msgid "French (Switzerland, Sun Type 6/7)" msgstr "Franca (Svislando, Sun Tipo 6/7)" -#: ../rules/base.extras.xml.in.h:137 +#: ../rules/base.extras.xml.in.h:138 msgid "Turkish (Sun Type 6/7)" msgstr "Turka (Sun Tipo 6/7)" -#: ../rules/base.extras.xml.in.h:140 +#: ../rules/base.extras.xml.in.h:141 msgid "Ukrainian (Sun Type 6/7)" msgstr "Ukrajna (Sun Tipo 6/7)" -#: ../rules/base.extras.xml.in.h:142 +#: ../rules/base.extras.xml.in.h:143 msgid "English (UK, Sun Type 6/7)" msgstr "Angla (UK, Sun Tipo 6/7)" -#: ../rules/base.extras.xml.in.h:145 +#: ../rules/base.extras.xml.in.h:146 msgid "Korean (Sun Type 6/7)" msgstr "Kore (Sun Tipo 6/7)" #. Keyboard indicator for European layouts -#: ../rules/base.extras.xml.in.h:147 +#: ../rules/base.extras.xml.in.h:148 msgid "eu" msgstr "eu" -#: ../rules/base.extras.xml.in.h:148 +#: ../rules/base.extras.xml.in.h:149 msgid "EurKEY (US based layout with european letters)" msgstr "EurKEY (klavaro surbazita en Usono kun eŭropaj literoj)" +#: ../rules/base.extras.xml.in.h:152 +msgid "Mmuock" +msgstr "Mmuock" + +#~ msgid "Shift with numeric keypad keys works as in MS Windows" +#~ msgstr "Shift funkcias kun la ciferklavaro same kiel en MS Windows" + #~ msgid "Bengali" #~ msgstr "Bengala" diff --git a/xorg-server/xkeyboard-config/po/fr.po b/xorg-server/xkeyboard-config/po/fr.po index 2a5028281..10345ee27 100644 --- a/xorg-server/xkeyboard-config/po/fr.po +++ b/xorg-server/xkeyboard-config/po/fr.po @@ -5,21 +5,21 @@ # 2005, 2006 Denis Barbier # 2008 Marc Veillet # Marc Veillet , 2011. -# Jean-Philippe Guérard , 2011-2013 +# Jean-Philippe Guérard , 2011-2015 # msgid "" msgstr "" -"Project-Id-Version: xkeyboard-config 2.12.99\n" +"Project-Id-Version: xkeyboard-config 2.13.99\n" "Report-Msgid-Bugs-To: svu@users.sourceforge.net\n" -"POT-Creation-Date: 2014-09-18 23:46+0100\n" -"PO-Revision-Date: 2014-09-19 20:59+0200\n" +"POT-Creation-Date: 2015-01-15 01:16+0000\n" +"PO-Revision-Date: 2015-01-18 21:29+0100\n" "Last-Translator: Jean-Philippe Guérard \n" "Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n!=1);\n" +"Plural-Forms: nplurals=2; plural=(n>=2);\n" #: ../rules/base.xml.in.h:1 msgid "Generic 101-key PC" @@ -760,11 +760,11 @@ msgid "Htc Dream phone" msgstr "Htc Dream" #. Keyboard indicator for English layouts -#: ../rules/base.xml.in.h:186 ../rules/base.extras.xml.in.h:46 +#: ../rules/base.xml.in.h:186 ../rules/base.extras.xml.in.h:47 msgid "en" msgstr "en" -#: ../rules/base.xml.in.h:187 ../rules/base.extras.xml.in.h:47 +#: ../rules/base.xml.in.h:187 ../rules/base.extras.xml.in.h:48 msgid "English (US)" msgstr "Anglais (US)" @@ -826,7 +826,7 @@ msgid "English (programmer Dvorak)" msgstr "Anglais (Dvorak pour programmeur)" #. Keyboard indicator for Russian layouts -#: ../rules/base.xml.in.h:203 ../rules/base.extras.xml.in.h:69 +#: ../rules/base.xml.in.h:203 ../rules/base.extras.xml.in.h:70 msgid "ru" msgstr "ru" @@ -862,7 +862,7 @@ msgid "English (Workman, international with dead keys)" msgstr "Anglais (Workman, international avec touches mortes)" #. Keyboard indicator for Persian layouts -#: ../rules/base.xml.in.h:212 ../rules/base.extras.xml.in.h:28 +#: ../rules/base.xml.in.h:212 ../rules/base.extras.xml.in.h:29 msgid "fa" msgstr "fa" @@ -902,11 +902,11 @@ msgid "Uzbek (Afghanistan, OLPC)" msgstr "Ouzbek (Afghanistan, OLPC)" #. Keyboard indicator for Arabic layouts -#: ../rules/base.xml.in.h:224 ../rules/base.extras.xml.in.h:80 +#: ../rules/base.xml.in.h:224 ../rules/base.extras.xml.in.h:81 msgid "ar" msgstr "ar" -#: ../rules/base.xml.in.h:225 ../rules/base.extras.xml.in.h:81 +#: ../rules/base.xml.in.h:225 ../rules/base.extras.xml.in.h:82 msgid "Arabic" msgstr "Arabe" @@ -949,11 +949,11 @@ msgid "Albanian (Plisi D1)" msgstr "Albanais (Plisi D1)" #. Keyboard indicator for Armenian layouts -#: ../rules/base.xml.in.h:237 ../rules/base.extras.xml.in.h:74 +#: ../rules/base.xml.in.h:237 ../rules/base.extras.xml.in.h:75 msgid "hy" msgstr "hy" -#: ../rules/base.xml.in.h:238 ../rules/base.extras.xml.in.h:75 +#: ../rules/base.xml.in.h:238 ../rules/base.extras.xml.in.h:76 msgid "Armenian" msgstr "Arménien" @@ -1029,11 +1029,11 @@ msgid "Belarusian (Latin)" msgstr "Biélorusse (latin)" #. Keyboard indicator for Belgian layouts -#: ../rules/base.xml.in.h:260 ../rules/base.extras.xml.in.h:83 +#: ../rules/base.xml.in.h:260 ../rules/base.extras.xml.in.h:84 msgid "be" msgstr "be" -#: ../rules/base.xml.in.h:261 ../rules/base.extras.xml.in.h:84 +#: ../rules/base.xml.in.h:261 ../rules/base.extras.xml.in.h:85 msgid "Belgian" msgstr "Belge" @@ -1309,11 +1309,11 @@ msgid "Bosnian (US keyboard with Bosnian letters)" msgstr "Bosniaque (clavier US avec lettres bosniaques)" #. Keyboard indicator for Portuguese layouts -#: ../rules/base.xml.in.h:338 ../rules/base.extras.xml.in.h:86 +#: ../rules/base.xml.in.h:338 ../rules/base.extras.xml.in.h:87 msgid "pt" msgstr "pt" -#: ../rules/base.xml.in.h:339 ../rules/base.extras.xml.in.h:87 +#: ../rules/base.xml.in.h:339 ../rules/base.extras.xml.in.h:88 msgid "Portuguese (Brazil)" msgstr "Portugais (Brésil)" @@ -1399,12 +1399,12 @@ msgid "Berber (Morocco, Tifinagh extended phonetic)" msgstr "Berbère (Maroc, Tifinagh étendu phonétique)" #. Keyboard indicator for Cameroon layouts -#: ../rules/base.xml.in.h:363 ../rules/base.extras.xml.in.h:149 +#: ../rules/base.xml.in.h:363 ../rules/base.extras.xml.in.h:150 msgid "cm" msgstr "cm" # https://secure.wikimedia.org/wikipedia/fr/wiki/Cameroun -#: ../rules/base.xml.in.h:364 ../rules/base.extras.xml.in.h:150 +#: ../rules/base.xml.in.h:364 ../rules/base.extras.xml.in.h:151 msgid "English (Cameroon)" msgstr "Anglais (Cameroun)" @@ -1527,11 +1527,11 @@ msgid "Croatian (US keyboard with Croatian letters)" msgstr "Croate (clavier US avec lettres croates)" #. Keyboard indicator for Chech layouts -#: ../rules/base.xml.in.h:398 ../rules/base.extras.xml.in.h:89 +#: ../rules/base.xml.in.h:398 ../rules/base.extras.xml.in.h:90 msgid "cs" msgstr "cs" -#: ../rules/base.xml.in.h:399 ../rules/base.extras.xml.in.h:90 +#: ../rules/base.xml.in.h:399 ../rules/base.extras.xml.in.h:91 msgid "Czech" msgstr "Tchèque" @@ -1560,11 +1560,11 @@ msgid "Czech (US Dvorak with CZ UCW support)" msgstr "Tchèque (Dvorak US avec support UCW CZ)" #. Keyboard indicator for Danish layouts -#: ../rules/base.xml.in.h:406 ../rules/base.extras.xml.in.h:92 +#: ../rules/base.xml.in.h:406 ../rules/base.extras.xml.in.h:93 msgid "da" msgstr "da" -#: ../rules/base.xml.in.h:407 ../rules/base.extras.xml.in.h:93 +#: ../rules/base.xml.in.h:407 ../rules/base.extras.xml.in.h:94 msgid "Danish" msgstr "Danois" @@ -1589,11 +1589,11 @@ msgid "Danish (Dvorak)" msgstr "Danois (Dvorak)" #. Keyboard indicator for Dutch layouts -#: ../rules/base.xml.in.h:414 ../rules/base.extras.xml.in.h:95 +#: ../rules/base.xml.in.h:414 ../rules/base.extras.xml.in.h:96 msgid "nl" msgstr "nl" -#: ../rules/base.xml.in.h:415 ../rules/base.extras.xml.in.h:96 +#: ../rules/base.xml.in.h:415 ../rules/base.extras.xml.in.h:97 msgid "Dutch" msgstr "Néerlandais" @@ -1619,11 +1619,11 @@ msgid "Dzongkha" msgstr "Dzongkha" #. Keyboard indicator for Estonian layouts -#: ../rules/base.xml.in.h:423 ../rules/base.extras.xml.in.h:98 +#: ../rules/base.xml.in.h:423 ../rules/base.extras.xml.in.h:99 msgid "et" msgstr "et" -#: ../rules/base.xml.in.h:424 ../rules/base.extras.xml.in.h:99 +#: ../rules/base.xml.in.h:424 ../rules/base.extras.xml.in.h:100 msgid "Estonian" msgstr "Estonien" @@ -1640,7 +1640,7 @@ msgid "Estonian (US keyboard with Estonian letters)" msgstr "Estonien (clavier US avec lettres estoniennes)" # https://secure.wikimedia.org/wikipedia/fr/wiki/Persan -#: ../rules/base.xml.in.h:428 ../rules/base.extras.xml.in.h:29 +#: ../rules/base.xml.in.h:428 ../rules/base.extras.xml.in.h:30 msgid "Persian" msgstr "Persan" @@ -1703,11 +1703,11 @@ msgid "Faroese (eliminate dead keys)" msgstr "Féroïen (sans touche morte)" #. Keyboard indicator for Finnish layouts -#: ../rules/base.xml.in.h:446 ../rules/base.extras.xml.in.h:101 +#: ../rules/base.xml.in.h:446 ../rules/base.extras.xml.in.h:102 msgid "fi" msgstr "fi" -#: ../rules/base.xml.in.h:447 ../rules/base.extras.xml.in.h:102 +#: ../rules/base.xml.in.h:447 ../rules/base.extras.xml.in.h:103 msgid "Finnish" msgstr "Finnois" @@ -1731,7 +1731,7 @@ msgstr "Sami du Nord (Finlande)" msgid "Finnish (Macintosh)" msgstr "Finnois (Macintosh)" -#: ../rules/base.xml.in.h:453 ../rules/base.extras.xml.in.h:104 +#: ../rules/base.xml.in.h:453 ../rules/base.extras.xml.in.h:105 msgid "French" msgstr "Français" @@ -1979,11 +1979,11 @@ msgid "German (legacy)" msgstr "Allemand (obsolète)" #. Keyboard indicator for Greek layouts -#: ../rules/base.xml.in.h:518 ../rules/base.extras.xml.in.h:106 +#: ../rules/base.xml.in.h:518 ../rules/base.extras.xml.in.h:107 msgid "gr" msgstr "gr" -#: ../rules/base.xml.in.h:519 ../rules/base.extras.xml.in.h:107 +#: ../rules/base.xml.in.h:519 ../rules/base.extras.xml.in.h:108 msgid "Greek" msgstr "Grec" @@ -2121,11 +2121,11 @@ msgid "Icelandic (Dvorak)" msgstr "Islandais (Dvorak)" #. Keyboard indicator for Hebrew layouts -#: ../rules/base.xml.in.h:555 ../rules/base.extras.xml.in.h:77 +#: ../rules/base.xml.in.h:555 ../rules/base.extras.xml.in.h:78 msgid "he" msgstr "he" -#: ../rules/base.xml.in.h:556 ../rules/base.extras.xml.in.h:78 +#: ../rules/base.xml.in.h:556 ../rules/base.extras.xml.in.h:79 msgid "Hebrew" msgstr "Hébreu" @@ -2143,11 +2143,11 @@ msgid "Hebrew (Biblical, Tiro)" msgstr "Hébreu (biblique, Tiro)" #. Keyboard indicator for Italian layouts -#: ../rules/base.xml.in.h:561 ../rules/base.extras.xml.in.h:109 +#: ../rules/base.xml.in.h:561 ../rules/base.extras.xml.in.h:110 msgid "it" msgstr "it" -#: ../rules/base.xml.in.h:562 ../rules/base.extras.xml.in.h:110 +#: ../rules/base.xml.in.h:562 ../rules/base.extras.xml.in.h:111 msgid "Italian" msgstr "Italien" @@ -2177,11 +2177,11 @@ msgid "Italian (IBM 142)" msgstr "Italien (IBM 142)" #. Keyboard indicator for Japanese layouts -#: ../rules/base.xml.in.h:570 ../rules/base.extras.xml.in.h:112 +#: ../rules/base.xml.in.h:570 ../rules/base.extras.xml.in.h:113 msgid "ja" msgstr "ja" -#: ../rules/base.xml.in.h:571 ../rules/base.extras.xml.in.h:113 +#: ../rules/base.xml.in.h:571 ../rules/base.extras.xml.in.h:114 msgid "Japanese" msgstr "Japonais" @@ -2266,7 +2266,7 @@ msgid "Lao (STEA proposed standard layout)" msgstr "Lao (disposition proposée par la STEA)" #. Keyboard indicator for Spanish layouts -#: ../rules/base.xml.in.h:594 ../rules/base.extras.xml.in.h:125 +#: ../rules/base.xml.in.h:594 ../rules/base.extras.xml.in.h:126 msgid "es" msgstr "es" @@ -2287,12 +2287,12 @@ msgid "Spanish (Latin American, Sun dead keys)" msgstr "Espagnol (Amérique latine, touches mortes Sun)" #. Keyboard indicator for Lithuanian layouts -#: ../rules/base.xml.in.h:600 ../rules/base.extras.xml.in.h:31 +#: ../rules/base.xml.in.h:600 ../rules/base.extras.xml.in.h:32 msgid "lt" msgstr "lt" # https://secure.wikimedia.org/wikipedia/fr/wiki/Lituanien -#: ../rules/base.xml.in.h:601 ../rules/base.extras.xml.in.h:32 +#: ../rules/base.xml.in.h:601 ../rules/base.extras.xml.in.h:33 msgid "Lithuanian" msgstr "Lituanien" @@ -2318,11 +2318,11 @@ msgid "Lithuanian (LEKPa)" msgstr "Lituanien (LEKPa)" #. Keyboard indicator for Latvian layouts -#: ../rules/base.xml.in.h:608 ../rules/base.extras.xml.in.h:35 +#: ../rules/base.xml.in.h:608 ../rules/base.extras.xml.in.h:36 msgid "lv" msgstr "lv" -#: ../rules/base.xml.in.h:609 ../rules/base.extras.xml.in.h:36 +#: ../rules/base.xml.in.h:609 ../rules/base.extras.xml.in.h:37 msgid "Latvian" msgstr "Letton" @@ -2360,7 +2360,7 @@ msgid "Maori" msgstr "Maori" #. Keyboard indicator for Serbian layouts -#: ../rules/base.xml.in.h:620 ../rules/base.extras.xml.in.h:66 +#: ../rules/base.xml.in.h:620 ../rules/base.extras.xml.in.h:67 msgid "sr" msgstr "sr" @@ -2436,12 +2436,12 @@ msgid "Mongolian" msgstr "Mongol" #. Keyboard indicator for Norwegian layouts -#: ../rules/base.xml.in.h:641 ../rules/base.extras.xml.in.h:117 +#: ../rules/base.xml.in.h:641 ../rules/base.extras.xml.in.h:118 msgid "no" msgstr "no" # https://secure.wikimedia.org/wikipedia/fr/wiki/Norv%C3%A9gien -#: ../rules/base.xml.in.h:642 ../rules/base.extras.xml.in.h:118 +#: ../rules/base.xml.in.h:642 ../rules/base.extras.xml.in.h:119 msgid "Norwegian" msgstr "Norvégien" @@ -2478,12 +2478,12 @@ msgid "Norwegian (Colemak)" msgstr "Norvégien (Colemak)" #. Keyboard indicator for Polish layouts -#: ../rules/base.xml.in.h:652 ../rules/base.extras.xml.in.h:55 +#: ../rules/base.xml.in.h:652 ../rules/base.extras.xml.in.h:56 msgid "pl" msgstr "pl" # https://secure.wikimedia.org/wikipedia/fr/wiki/Polonais -#: ../rules/base.xml.in.h:653 ../rules/base.extras.xml.in.h:56 +#: ../rules/base.xml.in.h:653 ../rules/base.extras.xml.in.h:57 msgid "Polish" msgstr "Polonais" @@ -2528,7 +2528,7 @@ msgstr "Russe (Pologne, Dvorak phonétique)" msgid "Polish (programmer Dvorak)" msgstr "Polonais (Dvorak pour le programmeur)" -#: ../rules/base.xml.in.h:663 ../rules/base.extras.xml.in.h:120 +#: ../rules/base.xml.in.h:663 ../rules/base.extras.xml.in.h:121 msgid "Portuguese" msgstr "Portugais" @@ -2566,12 +2566,12 @@ msgid "Esperanto (Portugal, Nativo)" msgstr "Espéranto (Portugal, PT-Nativo)" #. Keyboard indicator for Romanian layouts -#: ../rules/base.xml.in.h:673 ../rules/base.extras.xml.in.h:60 +#: ../rules/base.xml.in.h:673 ../rules/base.extras.xml.in.h:61 msgid "ro" msgstr "ro" # https://secure.wikimedia.org/wikipedia/fr/wiki/Roumain -#: ../rules/base.xml.in.h:674 ../rules/base.extras.xml.in.h:61 +#: ../rules/base.xml.in.h:674 ../rules/base.extras.xml.in.h:62 msgid "Romanian" msgstr "Roumain" @@ -2591,7 +2591,7 @@ msgstr "Roumain (standard, cédille)" msgid "Romanian (WinKeys)" msgstr "Roumain (touche Windows)" -#: ../rules/base.xml.in.h:679 ../rules/base.extras.xml.in.h:70 +#: ../rules/base.xml.in.h:679 ../rules/base.extras.xml.in.h:71 msgid "Russian" msgstr "Russe" @@ -2677,1422 +2677,1446 @@ msgstr "Bachkir" msgid "Mari" msgstr "Mari" -#: ../rules/base.xml.in.h:699 ../rules/base.extras.xml.in.h:67 +#: ../rules/base.xml.in.h:699 +msgid "Russian (phonetic azerty)" +msgstr "Russe (azerty phonétique)" + +#: ../rules/base.xml.in.h:700 +msgid "Russian (phonetic French)" +msgstr "Russe (français phonétique)" + +#: ../rules/base.xml.in.h:701 ../rules/base.extras.xml.in.h:68 msgid "Serbian" msgstr "Serbe" -#: ../rules/base.xml.in.h:700 +#: ../rules/base.xml.in.h:702 msgid "Serbian (Cyrillic, ZE and ZHE swapped)" msgstr "Serbe (cyrillique, ZE et ZHE intervertis)" -#: ../rules/base.xml.in.h:701 +#: ../rules/base.xml.in.h:703 msgid "Serbian (Latin)" msgstr "Serbe (Latin)" -#: ../rules/base.xml.in.h:702 +#: ../rules/base.xml.in.h:704 msgid "Serbian (Latin Unicode)" msgstr "Serbe (latin, Unicode)" -#: ../rules/base.xml.in.h:703 +#: ../rules/base.xml.in.h:705 msgid "Serbian (Latin qwerty)" msgstr "Serbe (latin, qwerty)" -#: ../rules/base.xml.in.h:704 +#: ../rules/base.xml.in.h:706 msgid "Serbian (Latin Unicode qwerty)" msgstr "Serbe (latin, Unicode, qwerty)" -#: ../rules/base.xml.in.h:705 +#: ../rules/base.xml.in.h:707 msgid "Serbian (Cyrillic with guillemets)" msgstr "Serbe (cyrillique avec guillemets)" -#: ../rules/base.xml.in.h:706 +#: ../rules/base.xml.in.h:708 msgid "Serbian (Latin with guillemets)" msgstr "Serbe (Latin avec guillemets)" -#: ../rules/base.xml.in.h:707 +#: ../rules/base.xml.in.h:709 msgid "Pannonian Rusyn" msgstr "Ruthène pannonien" #. Keyboard indicator for Slovenian layouts -#: ../rules/base.xml.in.h:709 +#: ../rules/base.xml.in.h:711 msgid "sl" msgstr "sl" # https://secure.wikimedia.org/wikipedia/fr/wiki/Slov%C3%A8ne -#: ../rules/base.xml.in.h:710 +#: ../rules/base.xml.in.h:712 msgid "Slovenian" msgstr "Slovène" -#: ../rules/base.xml.in.h:711 +#: ../rules/base.xml.in.h:713 msgid "Slovenian (with guillemets for quotes)" msgstr "Slovène (guillemets typographiques à la place des guillemets simples)" -#: ../rules/base.xml.in.h:712 +#: ../rules/base.xml.in.h:714 msgid "Slovenian (US keyboard with Slovenian letters)" msgstr "Slovène (clavier US avec lettres slovènes)" #. Keyboard indicator for Slovak layouts -#: ../rules/base.xml.in.h:714 ../rules/base.extras.xml.in.h:122 +#: ../rules/base.xml.in.h:716 ../rules/base.extras.xml.in.h:123 msgid "sk" msgstr "sk" # https://secure.wikimedia.org/wikipedia/fr/wiki/Slovaque -#: ../rules/base.xml.in.h:715 ../rules/base.extras.xml.in.h:123 +#: ../rules/base.xml.in.h:717 ../rules/base.extras.xml.in.h:124 msgid "Slovak" msgstr "Slovaque" -#: ../rules/base.xml.in.h:716 +#: ../rules/base.xml.in.h:718 msgid "Slovak (extended Backslash)" msgstr "Slovaque (barre oblique inverse étendue)" -#: ../rules/base.xml.in.h:717 +#: ../rules/base.xml.in.h:719 msgid "Slovak (qwerty)" msgstr "Slovaque (qwerty)" -#: ../rules/base.xml.in.h:718 +#: ../rules/base.xml.in.h:720 msgid "Slovak (qwerty, extended Backslash)" msgstr "Slovaque (qwerty, barre oblique inverse étendue)" -#: ../rules/base.xml.in.h:719 ../rules/base.extras.xml.in.h:126 +#: ../rules/base.xml.in.h:721 ../rules/base.extras.xml.in.h:127 msgid "Spanish" msgstr "Espagnol" -#: ../rules/base.xml.in.h:720 +#: ../rules/base.xml.in.h:722 msgid "Spanish (eliminate dead keys)" msgstr "Espagnol (sans touche morte)" -#: ../rules/base.xml.in.h:721 +#: ../rules/base.xml.in.h:723 msgid "Spanish (Winkeys)" msgstr "Espagnol (touches Windows)" -#: ../rules/base.xml.in.h:722 +#: ../rules/base.xml.in.h:724 msgid "Spanish (include dead tilde)" msgstr "Espagnol (y compris la touche morte tilde)" -#: ../rules/base.xml.in.h:723 +#: ../rules/base.xml.in.h:725 msgid "Spanish (Sun dead keys)" msgstr "Espagnol (touches mortes Sun)" -#: ../rules/base.xml.in.h:724 +#: ../rules/base.xml.in.h:726 msgid "Spanish (Dvorak)" msgstr "Espagnol (Dvorak)" -#: ../rules/base.xml.in.h:725 +#: ../rules/base.xml.in.h:727 msgid "Asturian (Spain, with bottom-dot H and bottom-dot L)" msgstr "Asturien (Espagne, avec H point bas et L point bas)" -#: ../rules/base.xml.in.h:726 +#: ../rules/base.xml.in.h:728 msgid "Catalan (Spain, with middle-dot L)" msgstr "Catalan (Espagne, avec L point médian)" -#: ../rules/base.xml.in.h:727 +#: ../rules/base.xml.in.h:729 msgid "Spanish (Macintosh)" msgstr "Espagnol (Macintosh)" #. Keyboard indicator for Swedish layouts -#: ../rules/base.xml.in.h:729 ../rules/base.extras.xml.in.h:128 +#: ../rules/base.xml.in.h:731 ../rules/base.extras.xml.in.h:129 msgid "sv" msgstr "sv" # https://secure.wikimedia.org/wikipedia/fr/wiki/Su%C3%A9dois -#: ../rules/base.xml.in.h:730 ../rules/base.extras.xml.in.h:129 +#: ../rules/base.xml.in.h:732 ../rules/base.extras.xml.in.h:130 msgid "Swedish" msgstr "Suédois" -#: ../rules/base.xml.in.h:731 +#: ../rules/base.xml.in.h:733 msgid "Swedish (eliminate dead keys)" msgstr "Suédois (sans touche morte)" -#: ../rules/base.xml.in.h:732 +#: ../rules/base.xml.in.h:734 msgid "Swedish (Dvorak)" msgstr "Suédois (Dvorak)" -#: ../rules/base.xml.in.h:733 +#: ../rules/base.xml.in.h:735 msgid "Russian (Sweden, phonetic)" msgstr "Russe (Suède, phonétique)" -#: ../rules/base.xml.in.h:734 +#: ../rules/base.xml.in.h:736 msgid "Russian (Sweden, phonetic, eliminate dead keys)" msgstr "Russe (Suède, phonétique, sans touche morte)" -#: ../rules/base.xml.in.h:735 +#: ../rules/base.xml.in.h:737 msgid "Northern Saami (Sweden)" msgstr "Sami du Nord (Suède)" -#: ../rules/base.xml.in.h:736 +#: ../rules/base.xml.in.h:738 msgid "Swedish (Macintosh)" msgstr "Suédois (Macintosh)" -#: ../rules/base.xml.in.h:737 +#: ../rules/base.xml.in.h:739 msgid "Swedish (Svdvorak)" msgstr "Suédois (Svdvorak)" -#: ../rules/base.xml.in.h:738 +#: ../rules/base.xml.in.h:740 msgid "Swedish Sign Language" msgstr "Langue des signes suédoise" -#: ../rules/base.xml.in.h:739 ../rules/base.extras.xml.in.h:132 +#: ../rules/base.xml.in.h:741 ../rules/base.extras.xml.in.h:133 msgid "German (Switzerland)" msgstr "Allemand (Suisse)" -#: ../rules/base.xml.in.h:740 +#: ../rules/base.xml.in.h:742 msgid "German (Switzerland, legacy)" msgstr "Allemand (Suisse, obsolète)" -#: ../rules/base.xml.in.h:741 +#: ../rules/base.xml.in.h:743 msgid "German (Switzerland, eliminate dead keys)" msgstr "Allemand (Suisse, sans touche morte)" -#: ../rules/base.xml.in.h:742 +#: ../rules/base.xml.in.h:744 msgid "German (Switzerland, Sun dead keys)" msgstr "Allemand (Suisse, touches mortes Sun)" -#: ../rules/base.xml.in.h:743 +#: ../rules/base.xml.in.h:745 msgid "French (Switzerland)" msgstr "Français (Suisse)" -#: ../rules/base.xml.in.h:744 +#: ../rules/base.xml.in.h:746 msgid "French (Switzerland, eliminate dead keys)" msgstr "Français (Suisse, sans touche morte)" -#: ../rules/base.xml.in.h:745 +#: ../rules/base.xml.in.h:747 msgid "French (Switzerland, Sun dead keys)" msgstr "Français (Suisse, touches mortes Sun)" -#: ../rules/base.xml.in.h:746 +#: ../rules/base.xml.in.h:748 msgid "French (Switzerland, Macintosh)" msgstr "Français (Suisse, Macintosh)" -#: ../rules/base.xml.in.h:747 +#: ../rules/base.xml.in.h:749 msgid "German (Switzerland, Macintosh)" msgstr "Allemand (Suisse, Macintosh)" -#: ../rules/base.xml.in.h:748 +#: ../rules/base.xml.in.h:750 msgid "Arabic (Syria)" msgstr "Arabe (Syrie)" #. Keyboard indicator for Syriac layouts -#: ../rules/base.xml.in.h:750 +#: ../rules/base.xml.in.h:752 msgid "syc" msgstr "syc" # https://secure.wikimedia.org/wikipedia/fr/wiki/Syriaque -#: ../rules/base.xml.in.h:751 +#: ../rules/base.xml.in.h:753 msgid "Syriac" msgstr "Syriaque" -#: ../rules/base.xml.in.h:752 +#: ../rules/base.xml.in.h:754 msgid "Syriac (phonetic)" msgstr "Syriaque (phonétique)" -#: ../rules/base.xml.in.h:753 +#: ../rules/base.xml.in.h:755 msgid "Kurdish (Syria, Latin Q)" msgstr "Kurde (Syrie, Q latin)" -#: ../rules/base.xml.in.h:754 +#: ../rules/base.xml.in.h:756 msgid "Kurdish (Syria, F)" msgstr "Kurde (Syrie, F)" -#: ../rules/base.xml.in.h:755 +#: ../rules/base.xml.in.h:757 msgid "Kurdish (Syria, Latin Alt-Q)" msgstr "Kurde (Syrie, Alt-Q latin)" #. Keyboard indicator for Tajik layouts -#: ../rules/base.xml.in.h:757 +#: ../rules/base.xml.in.h:759 msgid "tg" msgstr "tg" # https://secure.wikimedia.org/wikipedia/fr/wiki/Tadjik -#: ../rules/base.xml.in.h:758 +#: ../rules/base.xml.in.h:760 msgid "Tajik" msgstr "Tadjik" -#: ../rules/base.xml.in.h:759 +#: ../rules/base.xml.in.h:761 msgid "Tajik (legacy)" msgstr "Tadjik (obsolète)" #. Keyboard indicator for Sinhala layouts -#: ../rules/base.xml.in.h:761 +#: ../rules/base.xml.in.h:763 msgid "si" msgstr "si" -#: ../rules/base.xml.in.h:762 +#: ../rules/base.xml.in.h:764 msgid "Sinhala (phonetic)" msgstr "Cingalais (phonétique)" -#: ../rules/base.xml.in.h:763 +#: ../rules/base.xml.in.h:765 msgid "Tamil (Sri Lanka, Unicode)" msgstr "Tamoul (Sri Lanka, Unicode)" -#: ../rules/base.xml.in.h:764 +#: ../rules/base.xml.in.h:766 msgid "Tamil (Sri Lanka, TAB Typewriter)" msgstr "Tamoul (Sri Lanka, machine à écrire, TAB)" #. Keyboard indicator for Thai layouts -#: ../rules/base.xml.in.h:766 +#: ../rules/base.xml.in.h:768 msgid "th" msgstr "th" # https://secure.wikimedia.org/wikipedia/fr/wiki/Tha%C3%AF_%28langue%29 -#: ../rules/base.xml.in.h:767 +#: ../rules/base.xml.in.h:769 msgid "Thai" msgstr "Thaï" -#: ../rules/base.xml.in.h:768 +#: ../rules/base.xml.in.h:770 msgid "Thai (TIS-820.2538)" msgstr "Thaï (TIS-820.2538)" -#: ../rules/base.xml.in.h:769 +#: ../rules/base.xml.in.h:771 msgid "Thai (Pattachote)" msgstr "Thaï (Pattachote)" #. Keyboard indicator for Turkish layouts -#: ../rules/base.xml.in.h:771 ../rules/base.extras.xml.in.h:135 +#: ../rules/base.xml.in.h:773 ../rules/base.extras.xml.in.h:136 msgid "tr" msgstr "tr" # https://secure.wikimedia.org/wikipedia/fr/wiki/Turc -#: ../rules/base.xml.in.h:772 ../rules/base.extras.xml.in.h:136 +#: ../rules/base.xml.in.h:774 ../rules/base.extras.xml.in.h:137 msgid "Turkish" msgstr "Turc" -#: ../rules/base.xml.in.h:773 +#: ../rules/base.xml.in.h:775 msgid "Turkish (F)" msgstr "Turc (F)" -#: ../rules/base.xml.in.h:774 +#: ../rules/base.xml.in.h:776 msgid "Turkish (Alt-Q)" msgstr "Turc (Alt-Q)" -#: ../rules/base.xml.in.h:775 +#: ../rules/base.xml.in.h:777 msgid "Turkish (Sun dead keys)" msgstr "Turc (touches mortes Sun)" -#: ../rules/base.xml.in.h:776 +#: ../rules/base.xml.in.h:778 msgid "Kurdish (Turkey, Latin Q)" msgstr "Kurde (Turquie, Q latin)" -#: ../rules/base.xml.in.h:777 +#: ../rules/base.xml.in.h:779 msgid "Kurdish (Turkey, F)" msgstr "Kurde (Turquie, F)" -#: ../rules/base.xml.in.h:778 +#: ../rules/base.xml.in.h:780 msgid "Kurdish (Turkey, Latin Alt-Q)" msgstr "Kurde (Turquie, Alt-Q latin)" -#: ../rules/base.xml.in.h:779 +#: ../rules/base.xml.in.h:781 msgid "Turkish (international with dead keys)" msgstr "Turc (international avec touches mortes)" #. Keyboard indicator for Crimean Tatar layouts -#: ../rules/base.xml.in.h:781 ../rules/base.extras.xml.in.h:62 +#: ../rules/base.xml.in.h:783 ../rules/base.extras.xml.in.h:63 msgid "crh" msgstr "crh" -#: ../rules/base.xml.in.h:782 +#: ../rules/base.xml.in.h:784 msgid "Crimean Tatar (Turkish Q)" msgstr "Tatar de Crimée (Q turc)" -#: ../rules/base.xml.in.h:783 +#: ../rules/base.xml.in.h:785 msgid "Crimean Tatar (Turkish F)" msgstr "Tatar de Crimée (F turc)" -#: ../rules/base.xml.in.h:784 +#: ../rules/base.xml.in.h:786 msgid "Crimean Tatar (Turkish Alt-Q)" msgstr "Tatar de Crimée (Alt-Q turc)" -#: ../rules/base.xml.in.h:785 +#: ../rules/base.xml.in.h:787 msgid "Taiwanese" msgstr "Taïwanais" -#: ../rules/base.xml.in.h:786 +#: ../rules/base.xml.in.h:788 msgid "Taiwanese (indigenous)" msgstr "Taïwanais (indigène)" #. Keyboard indicator for Saisiyat layouts -#: ../rules/base.xml.in.h:788 +#: ../rules/base.xml.in.h:790 msgid "xsy" msgstr "xsy" -#: ../rules/base.xml.in.h:789 +#: ../rules/base.xml.in.h:791 msgid "Saisiyat (Taiwan)" msgstr "Saisiyat (Taïwan)" #. Keyboard indicator for Ukranian layouts -#: ../rules/base.xml.in.h:791 ../rules/base.extras.xml.in.h:138 +#: ../rules/base.xml.in.h:793 ../rules/base.extras.xml.in.h:139 msgid "uk" msgstr "uk" # https://secure.wikimedia.org/wikipedia/fr/wiki/Ukrainien -#: ../rules/base.xml.in.h:792 ../rules/base.extras.xml.in.h:139 +#: ../rules/base.xml.in.h:794 ../rules/base.extras.xml.in.h:140 msgid "Ukrainian" msgstr "Ukrainien" -#: ../rules/base.xml.in.h:793 +#: ../rules/base.xml.in.h:795 msgid "Ukrainian (phonetic)" msgstr "Ukrainien (phonétique)" -#: ../rules/base.xml.in.h:794 +#: ../rules/base.xml.in.h:796 msgid "Ukrainian (typewriter)" msgstr "Ukrainien (machine à écrire)" -#: ../rules/base.xml.in.h:795 +#: ../rules/base.xml.in.h:797 msgid "Ukrainian (WinKeys)" msgstr "Ukrainien (touches Windows)" -#: ../rules/base.xml.in.h:796 +#: ../rules/base.xml.in.h:798 msgid "Ukrainian (legacy)" msgstr "Ukrainien (obsolète)" -#: ../rules/base.xml.in.h:797 +#: ../rules/base.xml.in.h:799 msgid "Ukrainian (standard RSTU)" msgstr "Ukrainien (RSTU standard)" -#: ../rules/base.xml.in.h:798 +#: ../rules/base.xml.in.h:800 msgid "Russian (Ukraine, standard RSTU)" msgstr "Russe (Ukraine, RSTU standard)" -#: ../rules/base.xml.in.h:799 +#: ../rules/base.xml.in.h:801 msgid "Ukrainian (homophonic)" msgstr "Ukrainien (homophonique)" -#: ../rules/base.xml.in.h:800 ../rules/base.extras.xml.in.h:141 +#: ../rules/base.xml.in.h:802 ../rules/base.extras.xml.in.h:142 msgid "English (UK)" msgstr "Anglais (Royaume-Uni)" -#: ../rules/base.xml.in.h:801 +#: ../rules/base.xml.in.h:803 msgid "English (UK, extended WinKeys)" msgstr "Anglais (Royaume-Uni, touche Windows étendue)" -#: ../rules/base.xml.in.h:802 +#: ../rules/base.xml.in.h:804 msgid "English (UK, international with dead keys)" msgstr "Anglais (Royaume-Uni, international, avec touches mortes)" -#: ../rules/base.xml.in.h:803 +#: ../rules/base.xml.in.h:805 msgid "English (UK, Dvorak)" msgstr "Anglais (Royaume-Uni, Dvorak)" -#: ../rules/base.xml.in.h:804 +#: ../rules/base.xml.in.h:806 msgid "English (UK, Dvorak with UK punctuation)" msgstr "Anglais (Royaume-Uni, Dvorak, ponctuation britannique)" -#: ../rules/base.xml.in.h:805 +#: ../rules/base.xml.in.h:807 msgid "English (UK, Macintosh)" msgstr "Anglais (Royaume-Uni, Macintosh)" -#: ../rules/base.xml.in.h:806 +#: ../rules/base.xml.in.h:808 msgid "English (UK, Macintosh international)" msgstr "Anglais (Royaume-Uni, Macintosh international)" # http://colemak.com/ -#: ../rules/base.xml.in.h:807 +#: ../rules/base.xml.in.h:809 msgid "English (UK, Colemak)" msgstr "Anglais (Royaume-Uni, Colemak)" # https://secure.wikimedia.org/wikipedia/fr/wiki/Ouzbek -#: ../rules/base.xml.in.h:808 +#: ../rules/base.xml.in.h:810 msgid "Uzbek" msgstr "Ouzbek" -#: ../rules/base.xml.in.h:809 +#: ../rules/base.xml.in.h:811 msgid "Uzbek (Latin)" msgstr "Ouzbek (latin)" #. Keyboard indicator for Vietnamese layouts -#: ../rules/base.xml.in.h:811 +#: ../rules/base.xml.in.h:813 msgid "vi" msgstr "vi" -#: ../rules/base.xml.in.h:812 +#: ../rules/base.xml.in.h:814 msgid "Vietnamese" msgstr "Vietnamien" #. Keyboard indicator for Korean layouts -#: ../rules/base.xml.in.h:814 ../rules/base.extras.xml.in.h:143 +#: ../rules/base.xml.in.h:816 ../rules/base.extras.xml.in.h:144 msgid "ko" msgstr "ko" -#: ../rules/base.xml.in.h:815 ../rules/base.extras.xml.in.h:144 +#: ../rules/base.xml.in.h:817 ../rules/base.extras.xml.in.h:145 msgid "Korean" msgstr "Coréen" -#: ../rules/base.xml.in.h:816 +#: ../rules/base.xml.in.h:818 msgid "Korean (101/104 key compatible)" msgstr "Coréen (compatible 101/104 touches)" -#: ../rules/base.xml.in.h:817 +#: ../rules/base.xml.in.h:819 msgid "Japanese (PC-98xx Series)" msgstr "Japonais (PC-98xx)" #. Keyboard indicator for Irish layouts -#: ../rules/base.xml.in.h:819 +#: ../rules/base.xml.in.h:821 msgid "ie" msgstr "ie" -#: ../rules/base.xml.in.h:820 +#: ../rules/base.xml.in.h:822 msgid "Irish" msgstr "Irlandais" -#: ../rules/base.xml.in.h:821 +#: ../rules/base.xml.in.h:823 msgid "CloGaelach" msgstr "Cló Gaelach" -#: ../rules/base.xml.in.h:822 +#: ../rules/base.xml.in.h:824 msgid "Irish (UnicodeExpert)" msgstr "Irlandais (UnicodeExpert)" -#: ../rules/base.xml.in.h:823 +#: ../rules/base.xml.in.h:825 msgid "Ogham" msgstr "Ogham" -#: ../rules/base.xml.in.h:824 +#: ../rules/base.xml.in.h:826 msgid "Ogham (IS434)" msgstr "Ogham (IS434)" # https://secure.wikimedia.org/wikipedia/fr/wiki/Ourdou -#: ../rules/base.xml.in.h:825 +#: ../rules/base.xml.in.h:827 msgid "Urdu (Pakistan)" msgstr "Ourdou (Pakistan)" -#: ../rules/base.xml.in.h:826 +#: ../rules/base.xml.in.h:828 msgid "Urdu (Pakistan, CRULP)" msgstr "Ourdou (Pakistan, CRULP)" -#: ../rules/base.xml.in.h:827 +#: ../rules/base.xml.in.h:829 msgid "Urdu (Pakistan, NLA)" msgstr "Ourdou (Pakistan, NLA)" -#: ../rules/base.xml.in.h:828 +#: ../rules/base.xml.in.h:830 msgid "Arabic (Pakistan)" msgstr "Arabe (Pakistan)" #. Keyboard indicator for Sindhi layouts -#: ../rules/base.xml.in.h:830 +#: ../rules/base.xml.in.h:832 msgid "sd" msgstr "sd" # https://secure.wikimedia.org/wikipedia/fr/wiki/Sindhi -#: ../rules/base.xml.in.h:831 +#: ../rules/base.xml.in.h:833 msgid "Sindhi" msgstr "Sindhî" #. Keyboard indicator for Dhivehi layouts -#: ../rules/base.xml.in.h:833 +#: ../rules/base.xml.in.h:835 msgid "dv" msgstr "dv" -#: ../rules/base.xml.in.h:834 +#: ../rules/base.xml.in.h:836 msgid "Dhivehi" msgstr "Divehi" -#: ../rules/base.xml.in.h:835 +#: ../rules/base.xml.in.h:837 msgid "English (South Africa)" msgstr "Anglais (Afrique du Sud)" #. Keyboard indicator for Esperanto layouts -#: ../rules/base.xml.in.h:837 +#: ../rules/base.xml.in.h:839 msgid "eo" msgstr "eo" -#: ../rules/base.xml.in.h:838 +#: ../rules/base.xml.in.h:840 msgid "Esperanto" msgstr "Espéranto" -#: ../rules/base.xml.in.h:839 +#: ../rules/base.xml.in.h:841 msgid "Esperanto (displaced semicolon and quote, obsolete)" msgstr "Espéranto (point-virgule et guillemets simples déplacés, obsolète)" #. Keyboard indicator for Nepali layouts -#: ../rules/base.xml.in.h:841 +#: ../rules/base.xml.in.h:843 msgid "ne" msgstr "ne" # https://secure.wikimedia.org/wikipedia/fr/wiki/N%C3%A9palais -#: ../rules/base.xml.in.h:842 +#: ../rules/base.xml.in.h:844 msgid "Nepali" msgstr "Népalais" -#: ../rules/base.xml.in.h:843 +#: ../rules/base.xml.in.h:845 msgid "English (Nigeria)" msgstr "Anglais (Nigeria)" #. Keyboard indicator for Igbo layouts -#: ../rules/base.xml.in.h:845 +#: ../rules/base.xml.in.h:847 msgid "ig" msgstr "ig" # https://secure.wikimedia.org/wikipedia/fr/wiki/Igbo -#: ../rules/base.xml.in.h:846 +#: ../rules/base.xml.in.h:848 msgid "Igbo" msgstr "Igbo" #. Keyboard indicator for Yoruba layouts -#: ../rules/base.xml.in.h:848 +#: ../rules/base.xml.in.h:850 msgid "yo" msgstr "yo" # https://secure.wikimedia.org/wikipedia/fr/wiki/Yoruba -#: ../rules/base.xml.in.h:849 +#: ../rules/base.xml.in.h:851 msgid "Yoruba" msgstr "Yoruba" #. Keyboard indicator for Amharic layouts -#: ../rules/base.xml.in.h:851 +#: ../rules/base.xml.in.h:853 msgid "am" msgstr "am" -#: ../rules/base.xml.in.h:852 +#: ../rules/base.xml.in.h:854 msgid "Amharic" msgstr "Amharique" #. Keyboard indicator for Wolof layouts -#: ../rules/base.xml.in.h:854 +#: ../rules/base.xml.in.h:856 msgid "wo" msgstr "wo" # https://secure.wikimedia.org/wikipedia/fr/wiki/Wolof_%28langue%29 -#: ../rules/base.xml.in.h:855 +#: ../rules/base.xml.in.h:857 msgid "Wolof" msgstr "Wolof" #. Keyboard indicator for Braille layouts -#: ../rules/base.xml.in.h:857 +#: ../rules/base.xml.in.h:859 msgid "brl" msgstr "brl" -#: ../rules/base.xml.in.h:858 +#: ../rules/base.xml.in.h:860 msgid "Braille" msgstr "Braille" -#: ../rules/base.xml.in.h:859 +#: ../rules/base.xml.in.h:861 msgid "Braille (left hand)" msgstr "Braille (main gauche)" -#: ../rules/base.xml.in.h:860 +#: ../rules/base.xml.in.h:862 msgid "Braille (right hand)" msgstr "Braille (main droite)" #. Keyboard indicator for Turkmen layouts -#: ../rules/base.xml.in.h:862 +#: ../rules/base.xml.in.h:864 msgid "tk" msgstr "tk" # https://secure.wikimedia.org/wikipedia/fr/wiki/Turkm%C3%A8ne -#: ../rules/base.xml.in.h:863 +#: ../rules/base.xml.in.h:865 msgid "Turkmen" msgstr "Turkmène" -#: ../rules/base.xml.in.h:864 +#: ../rules/base.xml.in.h:866 msgid "Turkmen (Alt-Q)" msgstr "Turkmène (Alt-Q)" #. Keyboard indicator for Bambara layouts -#: ../rules/base.xml.in.h:866 +#: ../rules/base.xml.in.h:868 msgid "bm" msgstr "bm" -#: ../rules/base.xml.in.h:867 +#: ../rules/base.xml.in.h:869 msgid "Bambara" msgstr "Bambara" -#: ../rules/base.xml.in.h:868 +#: ../rules/base.xml.in.h:870 msgid "French (Mali, alternative)" msgstr "Français (Mali, variante)" -#: ../rules/base.xml.in.h:869 +#: ../rules/base.xml.in.h:871 msgid "English (Mali, US Macintosh)" msgstr "Anglais (Mali, Macintosh US)" -#: ../rules/base.xml.in.h:870 +#: ../rules/base.xml.in.h:872 msgid "English (Mali, US international)" msgstr "Anglais (Mali, US international)" #. Keyboard indicator for Swahili layouts -#: ../rules/base.xml.in.h:872 +#: ../rules/base.xml.in.h:874 msgid "sw" msgstr "sw" -#: ../rules/base.xml.in.h:873 +#: ../rules/base.xml.in.h:875 msgid "Swahili (Tanzania)" msgstr "Swahili (Tanzanie)" # https://secure.wikimedia.org/wikipedia/fr/wiki/Swahili -#: ../rules/base.xml.in.h:874 +#: ../rules/base.xml.in.h:876 msgid "Swahili (Kenya)" msgstr "Swahili (Kenya)" # Langue bantoue. # https://secure.wikimedia.org/wikipedia/fr/wiki/Kikuyu_%28langue%29 -#: ../rules/base.xml.in.h:875 +#: ../rules/base.xml.in.h:877 msgid "Kikuyu" msgstr "Kikuyu" #. Keyboard indicator for Tswana layouts -#: ../rules/base.xml.in.h:877 +#: ../rules/base.xml.in.h:879 msgid "tn" msgstr "tn" # https://secure.wikimedia.org/wikipedia/fr/wiki/Tswana -#: ../rules/base.xml.in.h:878 +#: ../rules/base.xml.in.h:880 msgid "Tswana" msgstr "Tswana" #. Keyboard indicator for Filipino layouts -#: ../rules/base.xml.in.h:880 +#: ../rules/base.xml.in.h:882 msgid "ph" msgstr "ph" -#: ../rules/base.xml.in.h:881 +#: ../rules/base.xml.in.h:883 msgid "Filipino" msgstr "Filipino" -#: ../rules/base.xml.in.h:882 +#: ../rules/base.xml.in.h:884 msgid "Filipino (QWERTY Baybayin)" msgstr "Filipino (baybayin, qwerty)" # http://www.michaelcapewell.com/projects/keyboard/#The_Capewell-Dvorak_Layout -#: ../rules/base.xml.in.h:883 +#: ../rules/base.xml.in.h:885 msgid "Filipino (Capewell-Dvorak Latin)" msgstr "Filipino (Capewell-Dvorak, latin)" # http://www.michaelcapewell.com/projects/keyboard/#The_Capewell-Dvorak_Layout -#: ../rules/base.xml.in.h:884 +#: ../rules/base.xml.in.h:886 msgid "Filipino (Capewell-Dvorak Baybayin)" msgstr "Filipino (Capewell-Dvorak, baybayin)" # http://www.michaelcapewell.com/projects/keyboard/#The_QWERF_Layout -#: ../rules/base.xml.in.h:885 +#: ../rules/base.xml.in.h:887 msgid "Filipino (Capewell-QWERF 2006 Latin)" msgstr "Filipino (Capewell-QWERF 2006, latin)" # http://www.michaelcapewell.com/projects/keyboard/#The_QWERF_Layout -#: ../rules/base.xml.in.h:886 +#: ../rules/base.xml.in.h:888 msgid "Filipino (Capewell-QWERF 2006 Baybayin)" msgstr "Filipino (Capewell-QWERF 2006, baybayin)" -#: ../rules/base.xml.in.h:887 +#: ../rules/base.xml.in.h:889 msgid "Filipino (Colemak Latin)" msgstr "Filipino (Colemak, latin)" -#: ../rules/base.xml.in.h:888 +#: ../rules/base.xml.in.h:890 msgid "Filipino (Colemak Baybayin)" msgstr "Filipino (Colemak, baybayin)" -#: ../rules/base.xml.in.h:889 +#: ../rules/base.xml.in.h:891 msgid "Filipino (Dvorak Latin)" msgstr "Filipino (Dvorak, latin)" # https://secure.wikimedia.org/wikipedia/fr/wiki/Baybayin -#: ../rules/base.xml.in.h:890 +#: ../rules/base.xml.in.h:892 msgid "Filipino (Dvorak Baybayin)" msgstr "Filipino (Dvorak, baybayin)" -#: ../rules/base.xml.in.h:891 +#: ../rules/base.xml.in.h:893 msgid "md" msgstr "md" -#: ../rules/base.xml.in.h:892 +#: ../rules/base.xml.in.h:894 msgid "Moldavian" msgstr "Moldave" -#: ../rules/base.xml.in.h:893 +#: ../rules/base.xml.in.h:895 msgid "gag" msgstr "gag" # https://fr.wikipedia.org/wiki/Gagaouze -#: ../rules/base.xml.in.h:894 +#: ../rules/base.xml.in.h:896 msgid "Moldavian (Gagauz)" msgstr "Moldave (Gagaouze)" -#: ../rules/base.xml.in.h:895 +#: ../rules/base.xml.in.h:897 msgid "Switching to another layout" msgstr "Passage à une autre disposition" -#: ../rules/base.xml.in.h:896 +#: ../rules/base.xml.in.h:898 msgid "Right Alt (while pressed)" msgstr "Alt droite (si enfoncé)" -#: ../rules/base.xml.in.h:897 +#: ../rules/base.xml.in.h:899 msgid "Left Alt (while pressed)" msgstr "Alt gauche (si enfoncé)" -#: ../rules/base.xml.in.h:898 +#: ../rules/base.xml.in.h:900 msgid "Left Win (while pressed)" msgstr "Windows gauche (si enfoncé)" -#: ../rules/base.xml.in.h:899 +#: ../rules/base.xml.in.h:901 msgid "Right Win (while pressed)" msgstr "Windows droite (si enfoncé)" -#: ../rules/base.xml.in.h:900 +#: ../rules/base.xml.in.h:902 msgid "Any Win key (while pressed)" msgstr "N'importe quelle touche Windows (enfoncée)" -#: ../rules/base.xml.in.h:901 +#: ../rules/base.xml.in.h:903 msgid "Caps Lock (while pressed), Alt+Caps Lock does the original capslock action" msgstr "Verr. maj. (si enfoncé), Alt+Verr. maj. joue le rôle original de Verr. maj." -#: ../rules/base.xml.in.h:902 +#: ../rules/base.xml.in.h:904 msgid "Right Ctrl (while pressed)" msgstr "Ctrl droite (si enfoncé)" -#: ../rules/base.xml.in.h:903 +#: ../rules/base.xml.in.h:905 msgid "Right Alt" msgstr "Alt droite" -#: ../rules/base.xml.in.h:904 +#: ../rules/base.xml.in.h:906 msgid "Left Alt" msgstr "Alt gauche" -#: ../rules/base.xml.in.h:905 +#: ../rules/base.xml.in.h:907 msgid "Caps Lock" msgstr "Verr. maj." -#: ../rules/base.xml.in.h:906 +#: ../rules/base.xml.in.h:908 msgid "Shift+Caps Lock" msgstr "Maj.+ Verr. maj." -#: ../rules/base.xml.in.h:907 +#: ../rules/base.xml.in.h:909 msgid "Caps Lock (to first layout), Shift+Caps Lock (to last layout)" msgstr "Verr. maj. (première disposition), Maj.+Verr. maj. (dernière disposition)" -#: ../rules/base.xml.in.h:908 +#: ../rules/base.xml.in.h:910 msgid "Left Win (to first layout), Right Win/Menu (to last layout)" msgstr "Touche Windows gauche (première disposition), touche Windows droite (dernière disposition)" -#: ../rules/base.xml.in.h:909 +#: ../rules/base.xml.in.h:911 msgid "Left Ctrl (to first layout), Right Ctrl (to last layout)" msgstr "Ctrl gauche (première disposition), Ctrl droit (dernière disposition)" -#: ../rules/base.xml.in.h:910 +#: ../rules/base.xml.in.h:912 msgid "Alt+Caps Lock" msgstr "Alt+Verr. maj." -#: ../rules/base.xml.in.h:911 +#: ../rules/base.xml.in.h:913 msgid "Both Shift keys together" msgstr "Les deux Maj. ensemble" -#: ../rules/base.xml.in.h:912 +#: ../rules/base.xml.in.h:914 msgid "Both Alt keys together" msgstr "Les deux Alt ensemble" -#: ../rules/base.xml.in.h:913 +#: ../rules/base.xml.in.h:915 msgid "Both Ctrl keys together" msgstr "Les deux Ctrl ensemble" -#: ../rules/base.xml.in.h:914 +#: ../rules/base.xml.in.h:916 msgid "Ctrl+Shift" msgstr "Ctrl+Maj." -#: ../rules/base.xml.in.h:915 +#: ../rules/base.xml.in.h:917 msgid "Left Ctrl+Left Shift" msgstr "Ctrl gauche+Maj. gauche" -#: ../rules/base.xml.in.h:916 +#: ../rules/base.xml.in.h:918 msgid "Right Ctrl+Right Shift" msgstr "Ctrl droite + Maj. droite" -#: ../rules/base.xml.in.h:917 +#: ../rules/base.xml.in.h:919 msgid "Alt+Ctrl" msgstr "Alt+Ctrl" -#: ../rules/base.xml.in.h:918 +#: ../rules/base.xml.in.h:920 msgid "Alt+Shift" msgstr "Alt+Maj." -#: ../rules/base.xml.in.h:919 +#: ../rules/base.xml.in.h:921 msgid "Left Alt+Left Shift" msgstr "Alt gauche+Maj. gauche" -#: ../rules/base.xml.in.h:920 +#: ../rules/base.xml.in.h:922 msgid "Alt+Space" msgstr "Alt+Espace" -#: ../rules/base.xml.in.h:921 +#: ../rules/base.xml.in.h:923 msgid "Menu" msgstr "Menu" -#: ../rules/base.xml.in.h:922 +#: ../rules/base.xml.in.h:924 msgid "Left Win" msgstr "Touche Windows gauche" -#: ../rules/base.xml.in.h:923 +#: ../rules/base.xml.in.h:925 msgid "Win Key+Space" msgstr "Windows+Espace" -#: ../rules/base.xml.in.h:924 +#: ../rules/base.xml.in.h:926 msgid "Right Win" msgstr "Windows droite" -#: ../rules/base.xml.in.h:925 +#: ../rules/base.xml.in.h:927 msgid "Left Shift" msgstr "Maj. gauche" -#: ../rules/base.xml.in.h:926 +#: ../rules/base.xml.in.h:928 msgid "Right Shift" msgstr "Maj. droite" -#: ../rules/base.xml.in.h:927 +#: ../rules/base.xml.in.h:929 msgid "Left Ctrl" msgstr "Ctrl gauche" -#: ../rules/base.xml.in.h:928 +#: ../rules/base.xml.in.h:930 msgid "Right Ctrl" msgstr "Ctrl droite" -#: ../rules/base.xml.in.h:929 +#: ../rules/base.xml.in.h:931 msgid "Scroll Lock" msgstr "Arrêt défilement" -#: ../rules/base.xml.in.h:930 +#: ../rules/base.xml.in.h:932 msgid "LeftCtrl+LeftWin (to first layout), RightCtrl+Menu (to second layout)" msgstr "Ctrl gauche + Windows gauche (première disposition), Ctrl droit + Menu (seconde disposition)" -#: ../rules/base.xml.in.h:931 +#: ../rules/base.xml.in.h:933 msgid "Key to choose 3rd level" msgstr "Touche sélectionnant le niveau 3" -#: ../rules/base.xml.in.h:932 +#: ../rules/base.xml.in.h:934 msgid "Any Win key" msgstr "N'importe quelle touche Windows" -#: ../rules/base.xml.in.h:933 +#: ../rules/base.xml.in.h:935 msgid "Any Alt key" msgstr "N'importe quelle touche Alt" # https://secure.wikimedia.org/wikipedia/fr/wiki/Touche_compose -#: ../rules/base.xml.in.h:934 +#: ../rules/base.xml.in.h:936 msgid "Right Alt, Shift+Right Alt key is Compose" msgstr "Alt droite, Maj. + Alt droite est la touche compose" -#: ../rules/base.xml.in.h:935 +#: ../rules/base.xml.in.h:937 msgid "Right Alt key never chooses 3rd level" msgstr "Alt droite ne sélectionne jamais le niveau 3" -#: ../rules/base.xml.in.h:936 +#: ../rules/base.xml.in.h:938 msgid "Enter on keypad" msgstr "Entrée sur le pavé numérique" -#: ../rules/base.xml.in.h:937 +#: ../rules/base.xml.in.h:939 msgid "Backslash" msgstr "Barre oblique inverse" -#: ../rules/base.xml.in.h:938 +#: ../rules/base.xml.in.h:940 msgid "<Less/Greater>" msgstr "<Plus petit/Plus grand>" -#: ../rules/base.xml.in.h:939 +#: ../rules/base.xml.in.h:941 msgid "Caps Lock chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "Verr. maj. sélectionne le niveau 3 ; avec un autre sélecteur de niveau 3, enclenche une fois ce niveau" -#: ../rules/base.xml.in.h:940 +#: ../rules/base.xml.in.h:942 msgid "Backslash chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "La barre oblique inverse sélectionne le niveau 3 ; avec un autre sélecteur de niveau 3, enclenche une fois ce niveau" -#: ../rules/base.xml.in.h:941 +#: ../rules/base.xml.in.h:943 msgid "<Less/Greater> chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "<Plus petit/Plus grand> sélectionne le niveau 3 ; avec un autre sélecteur de niveau 3, enclenche une fois ce niveau" -#: ../rules/base.xml.in.h:942 +#: ../rules/base.xml.in.h:944 msgid "Ctrl key position" msgstr "Position de la touche Ctrl" -#: ../rules/base.xml.in.h:943 +#: ../rules/base.xml.in.h:945 msgid "Caps Lock as Ctrl" msgstr "Verr. maj. comme Ctrl" -#: ../rules/base.xml.in.h:944 +#: ../rules/base.xml.in.h:946 msgid "Left Ctrl as Meta" msgstr "Ctrl gauche comme Méta" -#: ../rules/base.xml.in.h:945 +#: ../rules/base.xml.in.h:947 msgid "Swap Ctrl and Caps Lock" msgstr "Intervertir Ctrl et Verr. maj." -#: ../rules/base.xml.in.h:946 +#: ../rules/base.xml.in.h:948 msgid "At left of 'A'" msgstr "À gauche du « A »" -#: ../rules/base.xml.in.h:947 +#: ../rules/base.xml.in.h:949 msgid "At bottom left" msgstr "En bas à gauche" -#: ../rules/base.xml.in.h:948 +#: ../rules/base.xml.in.h:950 msgid "Right Ctrl as Right Alt" msgstr "Ctrl droite comme Alt droite" -#: ../rules/base.xml.in.h:949 +#: ../rules/base.xml.in.h:951 msgid "Menu as Right Ctrl" msgstr "Menu comme Ctrl droite" -#: ../rules/base.xml.in.h:950 +#: ../rules/base.xml.in.h:952 msgid "Right Alt as Right Ctrl" msgstr "Alt droite comme Ctrl droite" -#: ../rules/base.xml.in.h:951 +#: ../rules/base.xml.in.h:953 msgid "Swap Left Alt key with Left Ctrl key" msgstr "Échange Alt. gauche et Ctrl gauche" -#: ../rules/base.xml.in.h:952 +#: ../rules/base.xml.in.h:954 msgid "Swap Left Win key with Left Ctrl key" msgstr "Échange Win gauche et Ctrl gauche" -#: ../rules/base.xml.in.h:953 +#: ../rules/base.xml.in.h:955 msgid "Swap Right Win key with Right Ctrl key" msgstr "Échange Win droite et Ctrl droite" -#: ../rules/base.xml.in.h:954 +#: ../rules/base.xml.in.h:956 msgid "Left Alt as Ctrl, Left Ctrl as Win, Left Win as Alt" msgstr "Alt. gauche pour Ctrl, Ctrl pour Win, Win gauche pour Alt." # https://bugzilla.gnome.org/show_bug.cgi?id=518156 -#: ../rules/base.xml.in.h:955 +#: ../rules/base.xml.in.h:957 msgid "Use keyboard LED to show alternative layout" msgstr "Utiliser les voyants du clavier pour indiquer une disposition alternative" -#: ../rules/base.xml.in.h:956 +#: ../rules/base.xml.in.h:958 msgid "Num Lock" msgstr "Verr. Num." -#: ../rules/base.xml.in.h:957 +#: ../rules/base.xml.in.h:959 msgid "Layout of numeric keypad" msgstr "Disposition du pavé numérique" -#: ../rules/base.xml.in.h:958 +#: ../rules/base.xml.in.h:960 msgid "Legacy" msgstr "Obsolète" -#: ../rules/base.xml.in.h:959 +#: ../rules/base.xml.in.h:961 msgid "Unicode additions (arrows and math operators)" msgstr "Ajouts Unicode (opérateurs mathématiques et flèches)" -#: ../rules/base.xml.in.h:960 +#: ../rules/base.xml.in.h:962 msgid "Unicode additions (arrows and math operators; math operators on default level)" msgstr "Ajouts Unicode (opérateurs mathématiques et flèches ; opérateurs mathématiques au niveau par défaut)" -#: ../rules/base.xml.in.h:961 +#: ../rules/base.xml.in.h:963 msgid "Legacy Wang 724" msgstr "Wang 724 (clavier obsolète)" -#: ../rules/base.xml.in.h:962 +#: ../rules/base.xml.in.h:964 msgid "Wang 724 keypad with Unicode additions (arrows and math operators)" msgstr "Wang 724 avec ajouts Unicode (opérateurs mathématiques et flèches)" -#: ../rules/base.xml.in.h:963 +#: ../rules/base.xml.in.h:965 msgid "Wang 724 keypad with Unicode additions (arrows and math operators; math operators on default level)" msgstr "Wang 724 avec ajouts Unicode (opérateurs mathématiques et flèches ; opérateurs mathématiques au niveau par défaut)" -#: ../rules/base.xml.in.h:964 +#: ../rules/base.xml.in.h:966 msgid "Hexadecimal" msgstr "Hexadécimal" -#: ../rules/base.xml.in.h:965 +#: ../rules/base.xml.in.h:967 msgid "ATM/phone-style" msgstr "Clavier de type téléphonique" -#: ../rules/base.xml.in.h:966 +#: ../rules/base.xml.in.h:968 msgid "Numeric keypad delete key behaviour" msgstr "Comportement de la touche de Suppr. du pavé numérique" -#: ../rules/base.xml.in.h:967 +#: ../rules/base.xml.in.h:969 msgid "Legacy key with dot" msgstr "Touche obsolète avec point" #. Actually, with KP_SEPARATOR, as the old keypad(comma) -#: ../rules/base.xml.in.h:969 +#: ../rules/base.xml.in.h:971 msgid "Legacy key with comma" msgstr "Touche obsolète avec virgule" -#: ../rules/base.xml.in.h:970 +#: ../rules/base.xml.in.h:972 msgid "Four-level key with dot" msgstr "Touche à quatre niveaux avec point" -#: ../rules/base.xml.in.h:971 +#: ../rules/base.xml.in.h:973 msgid "Four-level key with dot, Latin-9 only" msgstr "Touche à quatre niveaux avec point, Latin-9 uniquement" -#: ../rules/base.xml.in.h:972 +#: ../rules/base.xml.in.h:974 msgid "Four-level key with comma" msgstr "Touche à quatre niveaux avec virgule" # Le momayyez est le séparateur décimal perse. -#: ../rules/base.xml.in.h:973 +#: ../rules/base.xml.in.h:975 msgid "Four-level key with momayyez" msgstr "Touche à quatre niveaux avec le séparateur décimal momayyez" #. This assumes the KP_ abstract symbols are actually useful for some apps #. The description needs to be rewritten -#: ../rules/base.xml.in.h:976 +#: ../rules/base.xml.in.h:978 msgid "Four-level key with abstract separators" msgstr "Touche à quatre niveaux avec le séparateur décimal abstrait" -#: ../rules/base.xml.in.h:977 +#: ../rules/base.xml.in.h:979 msgid "Semicolon on third level" msgstr "Point-virgule au niveau 3" -#: ../rules/base.xml.in.h:978 +#: ../rules/base.xml.in.h:980 msgid "Caps Lock key behavior" msgstr "Comportement de la touche Verr. maj." -#: ../rules/base.xml.in.h:979 +#: ../rules/base.xml.in.h:981 msgid "Caps Lock uses internal capitalization; Shift \"pauses\" Caps Lock" msgstr "Verr. maj. utilise la mise en majuscule interne ; Maj. annule temporairement Verr. maj." -#: ../rules/base.xml.in.h:980 +#: ../rules/base.xml.in.h:982 msgid "Caps Lock uses internal capitalization; Shift doesn't affect Caps Lock" msgstr "Verr. maj. utilise la mise en majuscule interne ; Maj. n'a pas d'effet sur Verr. maj." -#: ../rules/base.xml.in.h:981 +#: ../rules/base.xml.in.h:983 msgid "Caps Lock acts as Shift with locking; Shift \"pauses\" Caps Lock" msgstr "Verr. maj. agit comme un verrouillage de maj ; Maj. l'annule temporairement" -#: ../rules/base.xml.in.h:982 +#: ../rules/base.xml.in.h:984 msgid "Caps Lock acts as Shift with locking; Shift doesn't affect Caps Lock" msgstr "Verr. maj. agit comme Maj. quand il est verrouillé ; Maj. n'a pas d'effet sur verr. Maj." -#: ../rules/base.xml.in.h:983 +#: ../rules/base.xml.in.h:985 msgid "Caps Lock toggles normal capitalization of alphabetic characters" msgstr "Verr. maj. active ou désactive la mise en majuscule usuelle des caractères alphabétiques" -#: ../rules/base.xml.in.h:984 +#: ../rules/base.xml.in.h:986 msgid "Make Caps Lock an additional Num Lock" msgstr "Faire de Verr. maj. un Verr. Num. supplémentaire" -#: ../rules/base.xml.in.h:985 +#: ../rules/base.xml.in.h:987 msgid "Swap ESC and Caps Lock" msgstr "Intervertir Échap. et Verr. maj." -#: ../rules/base.xml.in.h:986 +#: ../rules/base.xml.in.h:988 msgid "Make Caps Lock an additional ESC" msgstr "Faire de Verr. maj. un Échap. supplémentaire." -#: ../rules/base.xml.in.h:987 +#: ../rules/base.xml.in.h:989 msgid "Make Caps Lock an additional Backspace" msgstr "Faire de Verr. maj. un Effacement. arriière supplémentaire." -#: ../rules/base.xml.in.h:988 +#: ../rules/base.xml.in.h:990 msgid "Make Caps Lock an additional Super" msgstr "Faire de Verr. maj. un Super supplémentaire." -#: ../rules/base.xml.in.h:989 +#: ../rules/base.xml.in.h:991 msgid "Make Caps Lock an additional Hyper" msgstr "Faire de Verr. maj. un Hyper supplémentaire" -#: ../rules/base.xml.in.h:990 +#: ../rules/base.xml.in.h:992 msgid "Caps Lock toggles ShiftLock (affects all keys)" msgstr "Verr. maj. bascule le blocage majuscule (affecte toutes les touches)" -#: ../rules/base.xml.in.h:991 +#: ../rules/base.xml.in.h:993 msgid "Caps Lock is disabled" msgstr "Verr. maj. est désactivé" -#: ../rules/base.xml.in.h:992 +#: ../rules/base.xml.in.h:994 msgid "Make Caps Lock an additional Ctrl" msgstr "Faire de Verr. maj. un Ctrl supplémentaire." -#: ../rules/base.xml.in.h:993 +#: ../rules/base.xml.in.h:995 msgid "Alt/Win key behavior" msgstr "Comportement des touches Alt et Windows" -#: ../rules/base.xml.in.h:994 +#: ../rules/base.xml.in.h:996 msgid "Add the standard behavior to Menu key" msgstr "Ajouter du comportement standard à la touche Menu" -#: ../rules/base.xml.in.h:995 +#: ../rules/base.xml.in.h:997 msgid "Alt and Meta are on Alt keys" msgstr "Alt et Meta sont sur les touches Alt" -#: ../rules/base.xml.in.h:996 +#: ../rules/base.xml.in.h:998 msgid "Alt is mapped to Win keys (and the usual Alt keys)" msgstr "Alt est placé sur les touches Windows (et les touches Alt habituelles)" -#: ../rules/base.xml.in.h:997 +#: ../rules/base.xml.in.h:999 msgid "Ctrl is mapped to Win keys (and the usual Ctrl keys)" msgstr "Ctrl est placé sur les touches Windows (et les touches Ctrl habituelles)" -#: ../rules/base.xml.in.h:998 +#: ../rules/base.xml.in.h:1000 msgid "Ctrl is mapped to Alt keys, Alt is mapped to Win keys" msgstr "Ctrl est placé sur les touches Alt, Alt sur les touches Windows" -#: ../rules/base.xml.in.h:999 +#: ../rules/base.xml.in.h:1001 msgid "Meta is mapped to Win keys" msgstr "Méta est placé sur les touches Windows" -#: ../rules/base.xml.in.h:1000 +#: ../rules/base.xml.in.h:1002 msgid "Meta is mapped to Left Win" msgstr "Méta est placé sur Windows gauche" -#: ../rules/base.xml.in.h:1001 +#: ../rules/base.xml.in.h:1003 msgid "Hyper is mapped to Win keys" msgstr "Hyper est placé sur les touches Windows" -#: ../rules/base.xml.in.h:1002 +#: ../rules/base.xml.in.h:1004 msgid "Alt is mapped to Right Win, Super to Menu" msgstr "Alt est placé sur Windows droite, Super sur Menu" -#: ../rules/base.xml.in.h:1003 +#: ../rules/base.xml.in.h:1005 msgid "Alt is swapped with Win" msgstr "Alt échangé avec Windows" -#: ../rules/base.xml.in.h:1004 +#: ../rules/base.xml.in.h:1006 msgid "Position of Compose key" msgstr "Position de la touche Compose" -#: ../rules/base.xml.in.h:1005 +#: ../rules/base.xml.in.h:1007 msgid "3rd level of Left Win" msgstr "Niveau 3 de la touche Windows de gauche" -#: ../rules/base.xml.in.h:1006 +#: ../rules/base.xml.in.h:1008 msgid "3rd level of Right Win" msgstr "Niveau 3 de la touche Windows de droite" -#: ../rules/base.xml.in.h:1007 +#: ../rules/base.xml.in.h:1009 msgid "3rd level of Menu" msgstr "Niveau 3 de menu" -#: ../rules/base.xml.in.h:1008 +#: ../rules/base.xml.in.h:1010 msgid "3rd level of Left Ctrl" msgstr "Niveau 3 de la touche Ctrl de gauche" -#: ../rules/base.xml.in.h:1009 +#: ../rules/base.xml.in.h:1011 msgid "3rd level of Right Ctrl" msgstr "Niveau 3 de la touche Ctrl de droite" -#: ../rules/base.xml.in.h:1010 +#: ../rules/base.xml.in.h:1012 msgid "3rd level of Caps Lock" msgstr "Niveau 3 de Verr. Maj." -#: ../rules/base.xml.in.h:1011 +#: ../rules/base.xml.in.h:1013 msgid "3rd level of <Less/Greater>" msgstr "Niveau 3 de <Plus petit/Plus grand>" -#: ../rules/base.xml.in.h:1012 +#: ../rules/base.xml.in.h:1014 msgid "Pause" msgstr "Pause" -#: ../rules/base.xml.in.h:1013 +#: ../rules/base.xml.in.h:1015 msgid "PrtSc" msgstr "Impr. Écr." -#: ../rules/base.xml.in.h:1014 +#: ../rules/base.xml.in.h:1016 msgid "Miscellaneous compatibility options" msgstr "Diverses options de compatibilité" -#: ../rules/base.xml.in.h:1015 +#: ../rules/base.xml.in.h:1017 msgid "Default numeric keypad keys" msgstr "Touches du pavé numérique par défaut" -#: ../rules/base.xml.in.h:1016 +#: ../rules/base.xml.in.h:1018 msgid "Numeric keypad keys always enter digits (as in Mac OS)" msgstr "Les touches du pavé numérique sont toujours numériques (comme sur Mac OS)" -#: ../rules/base.xml.in.h:1017 -msgid "Shift with numeric keypad keys works as in MS Windows" -msgstr "Maj. avec le pavé numérique se comporte comme dans Windows" +#: ../rules/base.xml.in.h:1019 +msgid "NumLock on: digits, Shift switches to arrow keys, Numlock off: always arrow keys (as in MS Windows)" +msgstr "Verr. maj. activé : chiffres ; maj. pour les flèches. Verr. maj. désactivé : flèches (comme Windows)" -#: ../rules/base.xml.in.h:1018 +#: ../rules/base.xml.in.h:1020 msgid "Shift does not cancel Num Lock, chooses 3rd level instead" msgstr "Maj. n'annule pas Verr. maj., mais sélectionne le niveau 3" # https://help.ubuntu.com/7.04/user-guide/C/prefs-hardware.html -#: ../rules/base.xml.in.h:1019 +#: ../rules/base.xml.in.h:1021 msgid "Special keys (Ctrl+Alt+<key>) handled in a server" msgstr "Les combinaisons spéciales (Ctrl+Alt+<touche>) sont traitées par le serveur X" -#: ../rules/base.xml.in.h:1020 +#: ../rules/base.xml.in.h:1022 msgid "Apple Aluminium Keyboard: emulate PC keys (Print, Scroll Lock, Pause, Num Lock)" msgstr "Clavier aluminium Apple : émulation des touches PC (Impr. écr. ; défil. ; pause ; Verr. Num.)" -#: ../rules/base.xml.in.h:1021 +#: ../rules/base.xml.in.h:1023 msgid "Shift cancels Caps Lock" msgstr "Maj. annule Verr. maj." -#: ../rules/base.xml.in.h:1022 +#: ../rules/base.xml.in.h:1024 msgid "Enable extra typographic characters" msgstr "Active des caractères typographiques supplémentaires" -#: ../rules/base.xml.in.h:1023 +#: ../rules/base.xml.in.h:1025 msgid "Both Shift keys together toggle Caps Lock" msgstr "Les deux touches Maj. activent ou désactivent Verr. maj." -#: ../rules/base.xml.in.h:1024 +#: ../rules/base.xml.in.h:1026 msgid "Both Shift keys together activate Caps Lock, one Shift key deactivates" msgstr "Les deux touches Maj. activent le verrouillage majuscule, une le désactive" -#: ../rules/base.xml.in.h:1025 +#: ../rules/base.xml.in.h:1027 msgid "Both Shift keys together toggle ShiftLock" msgstr "Les deux touches Maj. activent ou désactivent le blocage majuscule" -#: ../rules/base.xml.in.h:1026 +#: ../rules/base.xml.in.h:1028 msgid "Shift + NumLock toggles PointerKeys" msgstr "Maj. + VerrNum bascule le contrôle souris au clavier (PointerKeys) " -#: ../rules/base.xml.in.h:1027 +#: ../rules/base.xml.in.h:1029 msgid "Allow breaking grabs with keyboard actions (warning: security risk)" msgstr "Autorise des actions clavier à casser les captures (attention : faille de sécurité)" -#: ../rules/base.xml.in.h:1028 +#: ../rules/base.xml.in.h:1030 msgid "Allow grab and window tree logging" msgstr "Autorise l'enregistrement des captures et arborescences de fenêtres" -#: ../rules/base.xml.in.h:1029 +#: ../rules/base.xml.in.h:1031 msgid "Adding currency signs to certain keys" msgstr "Ajout des signes monétaires sur certaines touches" -#: ../rules/base.xml.in.h:1030 +#: ../rules/base.xml.in.h:1032 msgid "Euro on E" msgstr "Euro sur le E" -#: ../rules/base.xml.in.h:1031 +#: ../rules/base.xml.in.h:1033 msgid "Euro on 2" msgstr "Euro sur le 2" -#: ../rules/base.xml.in.h:1032 +#: ../rules/base.xml.in.h:1034 msgid "Euro on 4" msgstr "Euro sur le 4" -#: ../rules/base.xml.in.h:1033 +#: ../rules/base.xml.in.h:1035 msgid "Euro on 5" msgstr "Euro sur le 5" -#: ../rules/base.xml.in.h:1034 +#: ../rules/base.xml.in.h:1036 msgid "Rupee on 4" msgstr "Roupie sur le 4" -#: ../rules/base.xml.in.h:1035 +#: ../rules/base.xml.in.h:1037 msgid "Key to choose 5th level" msgstr "Touche sélectionnant le niveau 5" -#: ../rules/base.xml.in.h:1036 +#: ../rules/base.xml.in.h:1038 msgid "<Less/Greater> chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "<Plus petit/Plus grand> sélectionne le niveau 5 ; se verrouille par un appui simultané avec un autre sélecteur de niveau 5" -#: ../rules/base.xml.in.h:1037 +#: ../rules/base.xml.in.h:1039 msgid "Right Alt chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Alt droite sélectionne le niveau 5 ; se verrouille par un appui simultané avec un autre sélecteur de niveau 5" -#: ../rules/base.xml.in.h:1038 +#: ../rules/base.xml.in.h:1040 msgid "Left Win chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Windows gauche sélectionne le niveau 5 ; se verrouille par un appui simultané avec un autre sélecteur de niveau 5" -#: ../rules/base.xml.in.h:1039 +#: ../rules/base.xml.in.h:1041 msgid "Right Win chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Windows droite sélectionne le niveau 5 ; se verrouille par un appui simultané avec un autre sélecteur du niveau 5" -#: ../rules/base.xml.in.h:1040 +#: ../rules/base.xml.in.h:1042 msgid "Using space key to input non-breakable space character" msgstr "Utiliser la barre d'espacement pour insérer une espace insécable" -#: ../rules/base.xml.in.h:1041 +#: ../rules/base.xml.in.h:1043 msgid "Usual space at any level" msgstr "L'espace habituelle quelque-soit le niveau" -#: ../rules/base.xml.in.h:1042 +#: ../rules/base.xml.in.h:1044 msgid "Non-breakable space character at second level" msgstr "Espace insécable au niveau 2" -#: ../rules/base.xml.in.h:1043 +#: ../rules/base.xml.in.h:1045 msgid "Non-breakable space character at third level" msgstr "Espace insécable au niveau 3" -#: ../rules/base.xml.in.h:1044 +#: ../rules/base.xml.in.h:1046 msgid "Non-breakable space character at third level, nothing at fourth level" msgstr "Espace insécable au niveau 3, rien au niveau 4" -#: ../rules/base.xml.in.h:1045 +#: ../rules/base.xml.in.h:1047 msgid "Non-breakable space character at third level, thin non-breakable space character at fourth level" msgstr "Espace insécable au niveau 3, espace fine insécable au niveau 4" -#: ../rules/base.xml.in.h:1046 +#: ../rules/base.xml.in.h:1048 msgid "Non-breakable space character at fourth level" msgstr "Espace insécable au niveau 4" -#: ../rules/base.xml.in.h:1047 +#: ../rules/base.xml.in.h:1049 msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level" msgstr "Espace insécable au niveau 4, espace fine insécable au niveau 6" -#: ../rules/base.xml.in.h:1048 +#: ../rules/base.xml.in.h:1050 msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level (via Ctrl+Shift)" msgstr "Espace insécable au niveau 4, espace fine insécable au niveau 6 (via Ctrl+Maj.)" # http://hapax.qc.ca/glossaire.htm -#: ../rules/base.xml.in.h:1049 +#: ../rules/base.xml.in.h:1051 msgid "Zero-width non-joiner character at second level" msgstr "Antiliant à chasse nulle au niveau 2" -#: ../rules/base.xml.in.h:1050 +#: ../rules/base.xml.in.h:1052 msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level" msgstr "Antiliant à chasse nulle au niveau 2, liant à chasse nulle au niveau 3" -#: ../rules/base.xml.in.h:1051 +#: ../rules/base.xml.in.h:1053 msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level, non-breakable space character at fourth level" msgstr "Antiliant à chasse nulle au niveau 2, liant à chasse nulle au niveau 3, espace insécable au niveau 4" -#: ../rules/base.xml.in.h:1052 +#: ../rules/base.xml.in.h:1054 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level" msgstr "Antiliant à chasse nulle au niveau 2. espace insécable au niveau 3" -#: ../rules/base.xml.in.h:1053 +#: ../rules/base.xml.in.h:1055 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, nothing at fourth level" msgstr "Antiliant à chasse nulle au niveau 2. espace insécable au niveau 3, rien au niveau 4" -#: ../rules/base.xml.in.h:1054 +#: ../rules/base.xml.in.h:1056 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, zero-width joiner at fourth level" msgstr "Antiliant à chasse nulle au niveau 2. espace insécable au niveau 3, liant à chasse nulle au niveau 4" -#: ../rules/base.xml.in.h:1055 +#: ../rules/base.xml.in.h:1057 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, thin non-breakable space at fourth level" msgstr "Antiliant à chasse nulle au niveau 2. espace insécable au niveau 3, espace fine insécable au niveau 4" -#: ../rules/base.xml.in.h:1056 +#: ../rules/base.xml.in.h:1058 msgid "Zero-width non-joiner character at third level, zero-width joiner at fourth level" msgstr "Antiliant à chasse nulle au niveau 3, liant à chasse nulle au niveau 4" -#: ../rules/base.xml.in.h:1057 +#: ../rules/base.xml.in.h:1059 msgid "Japanese keyboard options" msgstr "Options des claviers japonais" -#: ../rules/base.xml.in.h:1058 +#: ../rules/base.xml.in.h:1060 msgid "Kana Lock key is locking" msgstr "La touche « verrouillage Kana » verrouille" -#: ../rules/base.xml.in.h:1059 +#: ../rules/base.xml.in.h:1061 msgid "NICOLA-F style Backspace" msgstr "Eff. Arr. du type NICOLA-F" -#: ../rules/base.xml.in.h:1060 +#: ../rules/base.xml.in.h:1062 msgid "Make Zenkaku Hankaku an additional ESC" msgstr "Faire du Zenkaku Hankaku un Échap. supplémentaire." -#: ../rules/base.xml.in.h:1061 +#: ../rules/base.xml.in.h:1063 +msgid "Korean Hangul/Hanja keys" +msgstr "Touches Hangeul/Hanja coréennes" + +#: ../rules/base.xml.in.h:1064 +msgid "Hardware Hangul/Hanja keys" +msgstr "Touches Hangeul/Hanja matérielles" + +#: ../rules/base.xml.in.h:1065 +msgid "Right Alt as Hangul, right Ctrl as Hanja" +msgstr "Alt droite pour le Hangeul, Ctrl droite pour le Hanja" + +#: ../rules/base.xml.in.h:1066 +msgid "Right Ctrl as Hangul, right Alt as Hanja" +msgstr "Ctrl droite pour le Hangeul, Alt droite pour le Hanja" + +#: ../rules/base.xml.in.h:1067 msgid "Adding Esperanto supersigned letters" msgstr "Ajout des lettres accentuées Espéranto" -#: ../rules/base.xml.in.h:1062 +#: ../rules/base.xml.in.h:1068 msgid "To the corresponding key in a Qwerty layout" msgstr "Vers la touche correspondante sur une disposition Qwerty." -#: ../rules/base.xml.in.h:1063 +#: ../rules/base.xml.in.h:1069 msgid "To the corresponding key in a Dvorak layout" msgstr "Vers la touche correspondante sur une disposition Dvorak." -#: ../rules/base.xml.in.h:1064 +#: ../rules/base.xml.in.h:1070 msgid "To the corresponding key in a Colemak layout" msgstr "Vers la touche correspondante sur une disposition Dvorak." -#: ../rules/base.xml.in.h:1065 +#: ../rules/base.xml.in.h:1071 msgid "Maintain key compatibility with old Solaris keycodes" msgstr "Rester compatible avec les anciens code clavier Solaris" -#: ../rules/base.xml.in.h:1066 +#: ../rules/base.xml.in.h:1072 msgid "Sun Key compatibility" msgstr "Compatibilité avec les touches Sun" -#: ../rules/base.xml.in.h:1067 +#: ../rules/base.xml.in.h:1073 msgid "Key sequence to kill the X server" msgstr "Séquence de touches pour tuer le serveur X" -#: ../rules/base.xml.in.h:1068 +#: ../rules/base.xml.in.h:1074 msgid "Ctrl + Alt + Backspace" msgstr "Ctrl + Alt + Eff. arrière" @@ -4186,263 +4210,270 @@ msgid "German (with Hungarian letters and no dead keys)" msgstr "Allemand (avec les lettres hongroises, sans touche mortes)" #: ../rules/base.extras.xml.in.h:26 +msgid "Polish (Germany, eliminate dead keys)" +msgstr "Polonais (Allemagne, sans touche morte)" + +#: ../rules/base.extras.xml.in.h:27 msgid "German (Sun Type 6/7)" msgstr "Allemand (Sun type 6/7)" # http://www.adnw.de/ -#: ../rules/base.extras.xml.in.h:27 +#: ../rules/base.extras.xml.in.h:28 msgid "German (Aus der Neo-Welt)" msgstr "Allemand (Aus der Neo-Welt)" -#: ../rules/base.extras.xml.in.h:30 +#: ../rules/base.extras.xml.in.h:31 msgid "Avestan" msgstr "Avestique" -#: ../rules/base.extras.xml.in.h:33 +#: ../rules/base.extras.xml.in.h:34 msgid "Lithuanian (US Dvorak with Lithuanian letters)" msgstr "Lituanien (Dvorak US avec lettres lituaniennes)" -#: ../rules/base.extras.xml.in.h:34 +#: ../rules/base.extras.xml.in.h:35 msgid "Lithuanian (Sun Type 6/7)" msgstr "Lituanien (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:37 +#: ../rules/base.extras.xml.in.h:38 msgid "Latvian (US Dvorak)" msgstr "Letton (Dvorak US)" -#: ../rules/base.extras.xml.in.h:38 +#: ../rules/base.extras.xml.in.h:39 msgid "Latvian (US Dvorak, Y variant)" msgstr "Letton (Dvorak US, variante Y)" -#: ../rules/base.extras.xml.in.h:39 +#: ../rules/base.extras.xml.in.h:40 msgid "Latvian (US Dvorak, minus variant)" msgstr "Letton (Dvorak US, variante moins)" -#: ../rules/base.extras.xml.in.h:40 +#: ../rules/base.extras.xml.in.h:41 msgid "Latvian (programmer US Dvorak)" msgstr "Letton (Dvorak pour le programmeur US)" -#: ../rules/base.extras.xml.in.h:41 +#: ../rules/base.extras.xml.in.h:42 msgid "Latvian (programmer US Dvorak, Y variant)" msgstr "Letton (Dvorak pour le programmeur US, variante Y)" -#: ../rules/base.extras.xml.in.h:42 +#: ../rules/base.extras.xml.in.h:43 msgid "Latvian (programmer US Dvorak, minus variant)" msgstr "Letton (Dvorak pour le programmeur US, variante moins)" # http://colemak.com/ -#: ../rules/base.extras.xml.in.h:43 +#: ../rules/base.extras.xml.in.h:44 msgid "Latvian (US Colemak)" msgstr "Letton (Colemak US)" -#: ../rules/base.extras.xml.in.h:44 +#: ../rules/base.extras.xml.in.h:45 msgid "Latvian (US Colemak, apostrophe variant)" msgstr "Letton (Colemak US, variante apostrophe)" # http://colemak.com/ -#: ../rules/base.extras.xml.in.h:45 +#: ../rules/base.extras.xml.in.h:46 msgid "Latvian (Sun Type 6/7)" msgstr "Letton (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:48 +#: ../rules/base.extras.xml.in.h:49 msgid "English (US, international AltGr Unicode combining)" msgstr "Anglais (US, international, AltGr combinatoire Unicode)" -#: ../rules/base.extras.xml.in.h:49 +#: ../rules/base.extras.xml.in.h:50 msgid "English (US, international AltGr Unicode combining, alternative)" msgstr "Anglais (US, international, AltGr combinatoire Unicode, variante)" -#: ../rules/base.extras.xml.in.h:50 +#: ../rules/base.extras.xml.in.h:51 msgid "Atsina" msgstr "Atsina" # https://secure.wikimedia.org/wikipedia/fr/wiki/C%C5%93ur_d%27Al%C3%A8ne_%28langue%29 -#: ../rules/base.extras.xml.in.h:51 +#: ../rules/base.extras.xml.in.h:52 msgid "Coeur d'Alene Salish" msgstr "Salish Cœur d'Alène" # https://bugs.freedesktop.org/show_bug.cgi?id=47536 # https://fr.wikipedia.org/wiki/Tch%C3%A8que # https://fr.wikipedia.org/wiki/Slovaque -#: ../rules/base.extras.xml.in.h:52 +#: ../rules/base.extras.xml.in.h:53 msgid "Czech Slovak and German (US)" msgstr "Tchèque, slovaque et allemand (US)" -#: ../rules/base.extras.xml.in.h:53 +#: ../rules/base.extras.xml.in.h:54 msgid "English (US, Sun Type 6/7)" msgstr "Anglais (US, Sun type 6/7)" # https://normanlayout.info/ -#: ../rules/base.extras.xml.in.h:54 +#: ../rules/base.extras.xml.in.h:55 msgid "English (Norman)" msgstr "Anglais (Norman)" -#: ../rules/base.extras.xml.in.h:57 +#: ../rules/base.extras.xml.in.h:58 msgid "Polish (international with dead keys)" msgstr "Polonais (international avec touches mortes)" # http://colemak.com/ -#: ../rules/base.extras.xml.in.h:58 +#: ../rules/base.extras.xml.in.h:59 msgid "Polish (Colemak)" msgstr "Polonais (Colemak)" -#: ../rules/base.extras.xml.in.h:59 +#: ../rules/base.extras.xml.in.h:60 msgid "Polish (Sun Type 6/7)" msgstr "Polonais (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:63 +#: ../rules/base.extras.xml.in.h:64 msgid "Crimean Tatar (Dobruja Q)" msgstr "Tatar de Crimée (Q dobroudja)" -#: ../rules/base.extras.xml.in.h:64 +#: ../rules/base.extras.xml.in.h:65 msgid "Romanian (ergonomic Touchtype)" msgstr "Roumain (ergonomique dactylographique)" -#: ../rules/base.extras.xml.in.h:65 +#: ../rules/base.extras.xml.in.h:66 msgid "Romanian (Sun Type 6/7)" msgstr "Roumain (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:68 +#: ../rules/base.extras.xml.in.h:69 msgid "Serbian (combining accents instead of dead keys)" msgstr "Serbe (accents combinatoires à la place des touches mortes)" # https://fr.wikipedia.org/wiki/Langue_liturgique_slave -#: ../rules/base.extras.xml.in.h:71 +#: ../rules/base.extras.xml.in.h:72 msgid "Church Slavonic" msgstr "Liturgique slave" -#: ../rules/base.extras.xml.in.h:72 +#: ../rules/base.extras.xml.in.h:73 msgid "Russian (with Ukrainian-Belorussian layout)" msgstr "Russe (Ukrainien-Biélorusse)" -#: ../rules/base.extras.xml.in.h:73 +#: ../rules/base.extras.xml.in.h:74 msgid "Russian (Sun Type 6/7)" msgstr "Russe (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:76 +#: ../rules/base.extras.xml.in.h:77 msgid "Armenian (OLPC phonetic)" msgstr "Arménien (phonétique OLPC)" -#: ../rules/base.extras.xml.in.h:79 +#: ../rules/base.extras.xml.in.h:80 msgid "Hebrew (Biblical, SIL phonetic)" msgstr "Hébreu (biblique, SIL, phonétique)" -#: ../rules/base.extras.xml.in.h:82 +#: ../rules/base.extras.xml.in.h:83 msgid "Arabic (Sun Type 6/7)" msgstr "Arabe (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:85 +#: ../rules/base.extras.xml.in.h:86 msgid "Belgian (Sun Type 6/7)" msgstr "Belge (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:88 +#: ../rules/base.extras.xml.in.h:89 msgid "Portuguese (Brazil, Sun Type 6/7)" msgstr "Portugais (Brésil, Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:91 +#: ../rules/base.extras.xml.in.h:92 msgid "Czech (Sun Type 6/7)" msgstr "Tchèque (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:94 +#: ../rules/base.extras.xml.in.h:95 msgid "Danish (Sun Type 6/7)" msgstr "Danois (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:97 +#: ../rules/base.extras.xml.in.h:98 msgid "Dutch (Sun Type 6/7)" msgstr "Danois (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:100 +#: ../rules/base.extras.xml.in.h:101 msgid "Estonian (Sun Type 6/7)" msgstr "Estonien (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:103 +#: ../rules/base.extras.xml.in.h:104 msgid "Finnish (Sun Type 6/7)" msgstr "Finnois (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:105 +#: ../rules/base.extras.xml.in.h:106 msgid "French (Sun Type 6/7)" msgstr "Français (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:108 +#: ../rules/base.extras.xml.in.h:109 msgid "Greek (Sun Type 6/7)" msgstr "Grec (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:111 +#: ../rules/base.extras.xml.in.h:112 msgid "Italian (Sun Type 6/7)" msgstr "Italien (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:114 +#: ../rules/base.extras.xml.in.h:115 msgid "Japanese (Sun Type 6)" msgstr "Japonais (Sun type 6)" -#: ../rules/base.extras.xml.in.h:115 +#: ../rules/base.extras.xml.in.h:116 msgid "Japanese (Sun Type 7 - pc compatible)" msgstr "Japonais (Sun type 7 - compatible PC)" -#: ../rules/base.extras.xml.in.h:116 +#: ../rules/base.extras.xml.in.h:117 msgid "Japanese (Sun Type 7 - sun compatible)" msgstr "Japonais (Sun type 7 - compatible Sun)" -#: ../rules/base.extras.xml.in.h:119 +#: ../rules/base.extras.xml.in.h:120 msgid "Norwegian (Sun Type 6/7)" msgstr "Norvégien (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:121 +#: ../rules/base.extras.xml.in.h:122 msgid "Portuguese (Sun Type 6/7)" msgstr "Portugais (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:124 +#: ../rules/base.extras.xml.in.h:125 msgid "Slovak (Sun Type 6/7)" msgstr "Slovaque (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:127 +#: ../rules/base.extras.xml.in.h:128 msgid "Spanish (Sun Type 6/7)" msgstr "Espagnol (Sun type 6/7)" # https://bugs.freedesktop.org/show_bug.cgi?id=71852 -#: ../rules/base.extras.xml.in.h:130 +#: ../rules/base.extras.xml.in.h:131 msgid "Swedish (Dvorak A5)" msgstr "Suédois (Dvorak A5)" -#: ../rules/base.extras.xml.in.h:131 +#: ../rules/base.extras.xml.in.h:132 msgid "Swedish (Sun Type 6/7)" msgstr "Suédois (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:133 +#: ../rules/base.extras.xml.in.h:134 msgid "German (Switzerland, Sun Type 6/7)" msgstr "Allemand (Suisse, Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:134 +#: ../rules/base.extras.xml.in.h:135 msgid "French (Switzerland, Sun Type 6/7)" msgstr "Français (Suisse, Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:137 +#: ../rules/base.extras.xml.in.h:138 msgid "Turkish (Sun Type 6/7)" msgstr "Turc (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:140 +#: ../rules/base.extras.xml.in.h:141 msgid "Ukrainian (Sun Type 6/7)" msgstr "Ukrainien (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:142 +#: ../rules/base.extras.xml.in.h:143 msgid "English (UK, Sun Type 6/7)" msgstr "Anglais (Royaume-Uni, Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:145 +#: ../rules/base.extras.xml.in.h:146 msgid "Korean (Sun Type 6/7)" msgstr "Coréen (Sun type 6/7)" #. Keyboard indicator for European layouts -#: ../rules/base.extras.xml.in.h:147 +#: ../rules/base.extras.xml.in.h:148 msgid "eu" msgstr "eu" # https://bugs.freedesktop.org/show_bug.cgi?id=31658 # http://eurkey.steffen.bruentjen.eu/ -#: ../rules/base.extras.xml.in.h:148 +#: ../rules/base.extras.xml.in.h:149 msgid "EurKEY (US based layout with european letters)" msgstr "EurKEY (clavier US avec lettres européennes)" -#: ../rules/base.extras.xml.in.h:151 +#: ../rules/base.extras.xml.in.h:152 msgid "Mmuock" msgstr "M'mock" + +#~ msgid "Shift with numeric keypad keys works as in MS Windows" +#~ msgstr "Maj. avec le pavé numérique se comporte comme dans Windows" diff --git a/xorg-server/xkeyboard-config/po/gl.po b/xorg-server/xkeyboard-config/po/gl.po index f63977653..a038779d2 100644 --- a/xorg-server/xkeyboard-config/po/gl.po +++ b/xorg-server/xkeyboard-config/po/gl.po @@ -4,14 +4,13 @@ # Fran Diéguez , 2010. # Fran Dieguez , 2012. # Francisco Diéguez , 2012. -# Marcos Lans , 2014. -# +# Marcos Lans , 2015. msgid "" msgstr "" -"Project-Id-Version: xkeyboard-config 2.11.99\n" +"Project-Id-Version: xkeyboard-config 2.13.99\n" "Report-Msgid-Bugs-To: svu@users.sourceforge.net\n" -"POT-Creation-Date: 2014-05-18 00:11+0100\n" -"PO-Revision-Date: 2014-05-29 21:42+0100\n" +"POT-Creation-Date: 2015-01-15 01:16+0000\n" +"PO-Revision-Date: 2015-01-24 12:10+0100\n" "Last-Translator: Marcos Lans \n" "Language-Team: Galician \n" "Language: gl\n" @@ -19,9 +18,8 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 1.5.4\n" "X-Launchpad-Export-Date: 2014-04-23 20:24+0000\n" -"X-Generator: Virtaal 0.7.0\n" -"X-Poedit-Language: Galician\n" #: ../rules/base.xml.in.h:1 msgid "Generic 101-key PC" @@ -472,8 +470,8 @@ msgid "Memorex MX2750" msgstr "Memorex MX2750" #: ../rules/base.xml.in.h:113 -msgid "Microsoft Natural Wireless Ergonomic Keyboard 4000" -msgstr "Microsoft Natural Wireless Ergonomic Keyboard 4000" +msgid "Microsoft Natural Ergonomic Keyboard 4000" +msgstr "Teclado 4000 ergonómico natural de Microsoft" #: ../rules/base.xml.in.h:114 msgid "Microsoft Natural Wireless Ergonomic Keyboard 7000" @@ -760,11 +758,11 @@ msgid "Htc Dream phone" msgstr "Teléfono Htc Dream" #. Keyboard indicator for English layouts -#: ../rules/base.xml.in.h:186 ../rules/base.extras.xml.in.h:46 +#: ../rules/base.xml.in.h:186 ../rules/base.extras.xml.in.h:47 msgid "en" msgstr "en" -#: ../rules/base.xml.in.h:187 ../rules/base.extras.xml.in.h:47 +#: ../rules/base.xml.in.h:187 ../rules/base.extras.xml.in.h:48 msgid "English (US)" msgstr "Inglés (EE. UU.)" @@ -822,7 +820,7 @@ msgid "English (programmer Dvorak)" msgstr "Inglés (Dvorak de programador)" #. Keyboard indicator for Russian layouts -#: ../rules/base.xml.in.h:203 ../rules/base.extras.xml.in.h:69 +#: ../rules/base.xml.in.h:203 ../rules/base.extras.xml.in.h:70 msgid "ru" msgstr "ru" @@ -855,7 +853,7 @@ msgid "English (Workman, international with dead keys)" msgstr "Inglés (Workman internacional con teclas mortas)" #. Keyboard indicator for Persian layouts -#: ../rules/base.xml.in.h:212 ../rules/base.extras.xml.in.h:28 +#: ../rules/base.xml.in.h:212 ../rules/base.extras.xml.in.h:29 msgid "fa" msgstr "fa" @@ -894,11 +892,11 @@ msgid "Uzbek (Afghanistan, OLPC)" msgstr "Uzbeco (Afganistán, OLPC)" #. Keyboard indicator for Arabic layouts -#: ../rules/base.xml.in.h:224 ../rules/base.extras.xml.in.h:80 +#: ../rules/base.xml.in.h:224 ../rules/base.extras.xml.in.h:81 msgid "ar" msgstr "ar" -#: ../rules/base.xml.in.h:225 ../rules/base.extras.xml.in.h:81 +#: ../rules/base.xml.in.h:225 ../rules/base.extras.xml.in.h:82 msgid "Arabic" msgstr "Árabe" @@ -940,11 +938,11 @@ msgid "Albanian (Plisi D1)" msgstr "Albanés (Plisi D1)" #. Keyboard indicator for Armenian layouts -#: ../rules/base.xml.in.h:237 ../rules/base.extras.xml.in.h:74 +#: ../rules/base.xml.in.h:237 ../rules/base.extras.xml.in.h:75 msgid "hy" msgstr "hy" -#: ../rules/base.xml.in.h:238 ../rules/base.extras.xml.in.h:75 +#: ../rules/base.xml.in.h:238 ../rules/base.extras.xml.in.h:76 msgid "Armenian" msgstr "Armenio" @@ -1020,11 +1018,11 @@ msgid "Belarusian (Latin)" msgstr "Bielorruso (latino)" #. Keyboard indicator for Belgian layouts -#: ../rules/base.xml.in.h:260 ../rules/base.extras.xml.in.h:83 +#: ../rules/base.xml.in.h:260 ../rules/base.extras.xml.in.h:84 msgid "be" msgstr "be" -#: ../rules/base.xml.in.h:261 ../rules/base.extras.xml.in.h:84 +#: ../rules/base.xml.in.h:261 ../rules/base.extras.xml.in.h:85 msgid "Belgian" msgstr "Belga" @@ -1287,11 +1285,11 @@ msgid "Bosnian (US keyboard with Bosnian letters)" msgstr "Bosnio (teclado de EE. UU. con letras bosnias)" #. Keyboard indicator for Portuguese layouts -#: ../rules/base.xml.in.h:338 ../rules/base.extras.xml.in.h:86 +#: ../rules/base.xml.in.h:338 ../rules/base.extras.xml.in.h:87 msgid "pt" msgstr "pt" -#: ../rules/base.xml.in.h:339 ../rules/base.extras.xml.in.h:87 +#: ../rules/base.xml.in.h:339 ../rules/base.extras.xml.in.h:88 msgid "Portuguese (Brazil)" msgstr "Portugués (Brasil)" @@ -1375,11 +1373,11 @@ msgid "Berber (Morocco, Tifinagh extended phonetic)" msgstr "Bereber (Marrocos, tifinagh fonético estendido)" #. Keyboard indicator for Cameroon layouts -#: ../rules/base.xml.in.h:363 +#: ../rules/base.xml.in.h:363 ../rules/base.extras.xml.in.h:150 msgid "cm" msgstr "cm" -#: ../rules/base.xml.in.h:364 +#: ../rules/base.xml.in.h:364 ../rules/base.extras.xml.in.h:151 msgid "English (Cameroon)" msgstr "Inglés (Camerún)" @@ -1500,11 +1498,11 @@ msgid "Croatian (US keyboard with Croatian letters)" msgstr "Croata (teclado de EE. UU. con letras croatas)" #. Keyboard indicator for Chech layouts -#: ../rules/base.xml.in.h:398 ../rules/base.extras.xml.in.h:89 +#: ../rules/base.xml.in.h:398 ../rules/base.extras.xml.in.h:90 msgid "cs" msgstr "cs" -#: ../rules/base.xml.in.h:399 ../rules/base.extras.xml.in.h:90 +#: ../rules/base.xml.in.h:399 ../rules/base.extras.xml.in.h:91 msgid "Czech" msgstr "Checo" @@ -1529,11 +1527,11 @@ msgid "Czech (US Dvorak with CZ UCW support)" msgstr "Checo (teclado Dvorak EE. UU. con soporte para UCW checo)" #. Keyboard indicator for Danish layouts -#: ../rules/base.xml.in.h:406 ../rules/base.extras.xml.in.h:92 +#: ../rules/base.xml.in.h:406 ../rules/base.extras.xml.in.h:93 msgid "da" msgstr "da" -#: ../rules/base.xml.in.h:407 ../rules/base.extras.xml.in.h:93 +#: ../rules/base.xml.in.h:407 ../rules/base.extras.xml.in.h:94 msgid "Danish" msgstr "Danés" @@ -1558,11 +1556,11 @@ msgid "Danish (Dvorak)" msgstr "Danés (Dvorak)" #. Keyboard indicator for Dutch layouts -#: ../rules/base.xml.in.h:414 ../rules/base.extras.xml.in.h:95 +#: ../rules/base.xml.in.h:414 ../rules/base.extras.xml.in.h:96 msgid "nl" msgstr "nl" -#: ../rules/base.xml.in.h:415 ../rules/base.extras.xml.in.h:96 +#: ../rules/base.xml.in.h:415 ../rules/base.extras.xml.in.h:97 msgid "Dutch" msgstr "Holandés" @@ -1588,11 +1586,11 @@ msgid "Dzongkha" msgstr "Dzongkha" #. Keyboard indicator for Estonian layouts -#: ../rules/base.xml.in.h:423 ../rules/base.extras.xml.in.h:98 +#: ../rules/base.xml.in.h:423 ../rules/base.extras.xml.in.h:99 msgid "et" msgstr "et" -#: ../rules/base.xml.in.h:424 ../rules/base.extras.xml.in.h:99 +#: ../rules/base.xml.in.h:424 ../rules/base.extras.xml.in.h:100 msgid "Estonian" msgstr "Estoniano" @@ -1608,7 +1606,7 @@ msgstr "Estoniano (Dvorak)" msgid "Estonian (US keyboard with Estonian letters)" msgstr "Estonio (teclado EE. UU. con letras estonianas)" -#: ../rules/base.xml.in.h:428 ../rules/base.extras.xml.in.h:29 +#: ../rules/base.xml.in.h:428 ../rules/base.extras.xml.in.h:30 msgid "Persian" msgstr "Persa" @@ -1671,11 +1669,11 @@ msgid "Faroese (eliminate dead keys)" msgstr "Faroés (eliminar teclas mortas)" #. Keyboard indicator for Finnish layouts -#: ../rules/base.xml.in.h:446 ../rules/base.extras.xml.in.h:101 +#: ../rules/base.xml.in.h:446 ../rules/base.extras.xml.in.h:102 msgid "fi" msgstr "fi" -#: ../rules/base.xml.in.h:447 ../rules/base.extras.xml.in.h:102 +#: ../rules/base.xml.in.h:447 ../rules/base.extras.xml.in.h:103 msgid "Finnish" msgstr "Finlandés" @@ -1699,7 +1697,7 @@ msgstr "Lapón do norte (Finlandia)" msgid "Finnish (Macintosh)" msgstr "Finlandés (Macintosh)" -#: ../rules/base.xml.in.h:453 ../rules/base.extras.xml.in.h:104 +#: ../rules/base.xml.in.h:453 ../rules/base.extras.xml.in.h:105 msgid "French" msgstr "Francés" @@ -1935,11 +1933,11 @@ msgid "German (legacy)" msgstr "Alemán (herdado)" #. Keyboard indicator for Greek layouts -#: ../rules/base.xml.in.h:518 ../rules/base.extras.xml.in.h:106 +#: ../rules/base.xml.in.h:518 ../rules/base.extras.xml.in.h:107 msgid "gr" msgstr "gr" -#: ../rules/base.xml.in.h:519 ../rules/base.extras.xml.in.h:107 +#: ../rules/base.xml.in.h:519 ../rules/base.extras.xml.in.h:108 msgid "Greek" msgstr "Grego" @@ -2062,1919 +2060,1951 @@ msgid "Icelandic (eliminate dead keys)" msgstr "Islandés (eliminar teclas mortas)" #: ../rules/base.xml.in.h:551 +msgid "Icelandic (Macintosh, legacy)" +msgstr "Islandés (Macintosh, herdado)" + +#: ../rules/base.xml.in.h:552 msgid "Icelandic (Macintosh)" msgstr "Islandés (Macintosh)" -#: ../rules/base.xml.in.h:552 +#: ../rules/base.xml.in.h:553 msgid "Icelandic (Dvorak)" msgstr "Islandés (Dvorak)" #. Keyboard indicator for Hebrew layouts -#: ../rules/base.xml.in.h:554 ../rules/base.extras.xml.in.h:77 +#: ../rules/base.xml.in.h:555 ../rules/base.extras.xml.in.h:78 msgid "he" msgstr "he" -#: ../rules/base.xml.in.h:555 ../rules/base.extras.xml.in.h:78 +#: ../rules/base.xml.in.h:556 ../rules/base.extras.xml.in.h:79 msgid "Hebrew" msgstr "Hebreo" -#: ../rules/base.xml.in.h:556 +#: ../rules/base.xml.in.h:557 msgid "Hebrew (lyx)" msgstr "Hebreo (lyx)" -#: ../rules/base.xml.in.h:557 +#: ../rules/base.xml.in.h:558 msgid "Hebrew (phonetic)" msgstr "Hebreo (fonético)" -#: ../rules/base.xml.in.h:558 +#: ../rules/base.xml.in.h:559 msgid "Hebrew (Biblical, Tiro)" msgstr "Hebreo (bíblico, tiro)" #. Keyboard indicator for Italian layouts -#: ../rules/base.xml.in.h:560 ../rules/base.extras.xml.in.h:109 +#: ../rules/base.xml.in.h:561 ../rules/base.extras.xml.in.h:110 msgid "it" msgstr "it" -#: ../rules/base.xml.in.h:561 ../rules/base.extras.xml.in.h:110 +#: ../rules/base.xml.in.h:562 ../rules/base.extras.xml.in.h:111 msgid "Italian" msgstr "Italiano" -#: ../rules/base.xml.in.h:562 +#: ../rules/base.xml.in.h:563 msgid "Italian (eliminate dead keys)" msgstr "Italiano (eliminar teclas mortas)" -#: ../rules/base.xml.in.h:563 +#: ../rules/base.xml.in.h:564 msgid "Italian (Winkeys)" msgstr "Italiano (teclas Windows)" -#: ../rules/base.xml.in.h:564 +#: ../rules/base.xml.in.h:565 msgid "Italian (Macintosh)" msgstr "Italiano (Macintosh)" -#: ../rules/base.xml.in.h:565 +#: ../rules/base.xml.in.h:566 msgid "Italian (US keyboard with Italian letters)" msgstr "Italiano (teclado EE. UU. con letras italianas)" -#: ../rules/base.xml.in.h:566 +#: ../rules/base.xml.in.h:567 msgid "Georgian (Italy)" msgstr "Georgiano (Italia)" -#: ../rules/base.xml.in.h:567 +#: ../rules/base.xml.in.h:568 msgid "Italian (IBM 142)" msgstr "Italiano (IBM 142)" #. Keyboard indicator for Japanese layouts -#: ../rules/base.xml.in.h:569 ../rules/base.extras.xml.in.h:112 +#: ../rules/base.xml.in.h:570 ../rules/base.extras.xml.in.h:113 msgid "ja" msgstr "ja" -#: ../rules/base.xml.in.h:570 ../rules/base.extras.xml.in.h:113 +#: ../rules/base.xml.in.h:571 ../rules/base.extras.xml.in.h:114 msgid "Japanese" msgstr "Xaponés" -#: ../rules/base.xml.in.h:571 +#: ../rules/base.xml.in.h:572 msgid "Japanese (Kana)" msgstr "Xaponés (Kana)" -#: ../rules/base.xml.in.h:572 +#: ../rules/base.xml.in.h:573 msgid "Japanese (Kana 86)" msgstr "Xaponés (Kana 86)" -#: ../rules/base.xml.in.h:573 +#: ../rules/base.xml.in.h:574 msgid "Japanese (OADG 109A)" msgstr "Xaponés (OADG 109A)" -#: ../rules/base.xml.in.h:574 +#: ../rules/base.xml.in.h:575 msgid "Japanese (Macintosh)" msgstr "Xaponés (Macintosh)" -#: ../rules/base.xml.in.h:575 +#: ../rules/base.xml.in.h:576 msgid "Japanese (Dvorak)" msgstr "Xaponés (Dvorak)" #. Keyboard indicator for Kikuyu layouts -#: ../rules/base.xml.in.h:577 +#: ../rules/base.xml.in.h:578 msgid "ki" msgstr "ki" -#: ../rules/base.xml.in.h:578 +#: ../rules/base.xml.in.h:579 msgid "Kyrgyz" msgstr "Kirguí" -#: ../rules/base.xml.in.h:579 +#: ../rules/base.xml.in.h:580 msgid "Kyrgyz (phonetic)" msgstr "Kirguí (fonético)" #. Keyboard indicator for Khmer layouts -#: ../rules/base.xml.in.h:581 +#: ../rules/base.xml.in.h:582 msgid "km" msgstr "km" -#: ../rules/base.xml.in.h:582 +#: ../rules/base.xml.in.h:583 msgid "Khmer (Cambodia)" msgstr "Khmer (Camboia)" #. Keyboard indicator for Kazakh layouts -#: ../rules/base.xml.in.h:584 +#: ../rules/base.xml.in.h:585 msgid "kk" msgstr "kk" -#: ../rules/base.xml.in.h:585 +#: ../rules/base.xml.in.h:586 msgid "Kazakh" msgstr "Kazajo" -#: ../rules/base.xml.in.h:586 +#: ../rules/base.xml.in.h:587 msgid "Russian (Kazakhstan, with Kazakh)" msgstr "Ruso (Kazajstán, con kazajo)" -#: ../rules/base.xml.in.h:587 +#: ../rules/base.xml.in.h:588 msgid "Kazakh (with Russian)" msgstr "Kazajo (con ruso)" #. Keyboard indicator for Lao layouts -#: ../rules/base.xml.in.h:589 +#: ../rules/base.xml.in.h:590 msgid "lo" msgstr "lo" -#: ../rules/base.xml.in.h:590 +#: ../rules/base.xml.in.h:591 msgid "Lao" msgstr "Lao" -#: ../rules/base.xml.in.h:591 +#: ../rules/base.xml.in.h:592 msgid "Lao (STEA proposed standard layout)" msgstr "Lao (distribución proposta STEA estándar)" #. Keyboard indicator for Spanish layouts -#: ../rules/base.xml.in.h:593 ../rules/base.extras.xml.in.h:125 +#: ../rules/base.xml.in.h:594 ../rules/base.extras.xml.in.h:126 msgid "es" msgstr "es" -#: ../rules/base.xml.in.h:594 +#: ../rules/base.xml.in.h:595 msgid "Spanish (Latin American)" msgstr "Español (latinoamericano)" -#: ../rules/base.xml.in.h:595 +#: ../rules/base.xml.in.h:596 msgid "Spanish (Latin American, eliminate dead keys)" msgstr "Español (latinoamericano, eliminar teclas mortas)" -#: ../rules/base.xml.in.h:596 +#: ../rules/base.xml.in.h:597 msgid "Spanish (Latin American, include dead tilde)" msgstr "Español (latinoamericano, incluír til morta)" -#: ../rules/base.xml.in.h:597 +#: ../rules/base.xml.in.h:598 msgid "Spanish (Latin American, Sun dead keys)" msgstr "Español (latinoamericano, teclas mortas de Sun)" #. Keyboard indicator for Lithuanian layouts -#: ../rules/base.xml.in.h:599 ../rules/base.extras.xml.in.h:31 +#: ../rules/base.xml.in.h:600 ../rules/base.extras.xml.in.h:32 msgid "lt" msgstr "lt" -#: ../rules/base.xml.in.h:600 ../rules/base.extras.xml.in.h:32 +#: ../rules/base.xml.in.h:601 ../rules/base.extras.xml.in.h:33 msgid "Lithuanian" msgstr "Lituano" -#: ../rules/base.xml.in.h:601 +#: ../rules/base.xml.in.h:602 msgid "Lithuanian (standard)" msgstr "Lituano (estándar)" -#: ../rules/base.xml.in.h:602 +#: ../rules/base.xml.in.h:603 msgid "Lithuanian (US keyboard with Lithuanian letters)" msgstr "Lituano (teclado de EE. UU. con letras lituanas)" -#: ../rules/base.xml.in.h:603 +#: ../rules/base.xml.in.h:604 msgid "Lithuanian (IBM LST 1205-92)" msgstr "Lituano (IBM LST 1205-92)" -#: ../rules/base.xml.in.h:604 +#: ../rules/base.xml.in.h:605 msgid "Lithuanian (LEKP)" msgstr "Lituano (LEKP)" -#: ../rules/base.xml.in.h:605 +#: ../rules/base.xml.in.h:606 msgid "Lithuanian (LEKPa)" msgstr "Lituano (LEKPa)" #. Keyboard indicator for Latvian layouts -#: ../rules/base.xml.in.h:607 ../rules/base.extras.xml.in.h:35 +#: ../rules/base.xml.in.h:608 ../rules/base.extras.xml.in.h:36 msgid "lv" msgstr "lv" -#: ../rules/base.xml.in.h:608 ../rules/base.extras.xml.in.h:36 +#: ../rules/base.xml.in.h:609 ../rules/base.extras.xml.in.h:37 msgid "Latvian" msgstr "Letón" -#: ../rules/base.xml.in.h:609 +#: ../rules/base.xml.in.h:610 msgid "Latvian (apostrophe variant)" msgstr "Letón (variante con apóstrofo)" -#: ../rules/base.xml.in.h:610 +#: ../rules/base.xml.in.h:611 msgid "Latvian (tilde variant)" msgstr "Letón (variante virguliña)" -#: ../rules/base.xml.in.h:611 +#: ../rules/base.xml.in.h:612 msgid "Latvian (F variant)" msgstr "Letón (variante de letra F)" -#: ../rules/base.xml.in.h:612 +#: ../rules/base.xml.in.h:613 msgid "Latvian (modern)" msgstr "Letón (moderno)" -#: ../rules/base.xml.in.h:613 +#: ../rules/base.xml.in.h:614 msgid "Latvian (ergonomic, ŪGJRMV)" msgstr "Letón (ergonómico, ŪGJRMV)" -#: ../rules/base.xml.in.h:614 +#: ../rules/base.xml.in.h:615 msgid "Latvian (adapted)" msgstr "Letón (adaptado)" #. Keyboard indicator for Maori layouts -#: ../rules/base.xml.in.h:616 +#: ../rules/base.xml.in.h:617 msgid "mi" msgstr "mi" -#: ../rules/base.xml.in.h:617 +#: ../rules/base.xml.in.h:618 msgid "Maori" msgstr "Maorí" #. Keyboard indicator for Serbian layouts -#: ../rules/base.xml.in.h:619 ../rules/base.extras.xml.in.h:66 +#: ../rules/base.xml.in.h:620 ../rules/base.extras.xml.in.h:67 msgid "sr" msgstr "sr" -#: ../rules/base.xml.in.h:620 +#: ../rules/base.xml.in.h:621 msgid "Montenegrin" msgstr "Montenegrino" -#: ../rules/base.xml.in.h:621 +#: ../rules/base.xml.in.h:622 msgid "Montenegrin (Cyrillic)" msgstr "Montenegrino (cirílico)" -#: ../rules/base.xml.in.h:622 +#: ../rules/base.xml.in.h:623 msgid "Montenegrin (Cyrillic, ZE and ZHE swapped)" msgstr "Montenegrino (cirílico, Z e ZHE trocados)" -#: ../rules/base.xml.in.h:623 +#: ../rules/base.xml.in.h:624 msgid "Montenegrin (Latin Unicode)" msgstr "Montenegrino (latino Unicode)" -#: ../rules/base.xml.in.h:624 +#: ../rules/base.xml.in.h:625 msgid "Montenegrin (Latin qwerty)" msgstr "Montenegrino (latino qwerty)" -#: ../rules/base.xml.in.h:625 +#: ../rules/base.xml.in.h:626 msgid "Montenegrin (Latin Unicode qwerty)" msgstr "Montenegrino (latino Unicode qwerty)" -#: ../rules/base.xml.in.h:626 +#: ../rules/base.xml.in.h:627 msgid "Montenegrin (Cyrillic with guillemets)" msgstr "Montenegrino (cirílico con guillemots)" -#: ../rules/base.xml.in.h:627 +#: ../rules/base.xml.in.h:628 msgid "Montenegrin (Latin with guillemets)" msgstr "Montenegrino (latino con guillemots)" #. Keyboard indicator for Macedonian layouts -#: ../rules/base.xml.in.h:629 +#: ../rules/base.xml.in.h:630 msgid "mk" msgstr "mk" -#: ../rules/base.xml.in.h:630 +#: ../rules/base.xml.in.h:631 msgid "Macedonian" msgstr "Macedonio" -#: ../rules/base.xml.in.h:631 +#: ../rules/base.xml.in.h:632 msgid "Macedonian (eliminate dead keys)" msgstr "Macedonio (eliminar teclas mortas)" #. Keyboard indicator for Maltese layouts -#: ../rules/base.xml.in.h:633 +#: ../rules/base.xml.in.h:634 msgid "mt" msgstr "mt" -#: ../rules/base.xml.in.h:634 +#: ../rules/base.xml.in.h:635 msgid "Maltese" msgstr "Maltés" -#: ../rules/base.xml.in.h:635 +#: ../rules/base.xml.in.h:636 msgid "Maltese (with US layout)" msgstr "Maltés (con distribución para EE. UU.)" #. Keyboard indicator for Mongolian layouts -#: ../rules/base.xml.in.h:637 +#: ../rules/base.xml.in.h:638 msgid "mn" msgstr "mn" -#: ../rules/base.xml.in.h:638 +#: ../rules/base.xml.in.h:639 msgid "Mongolian" msgstr "Mongol" #. Keyboard indicator for Norwegian layouts -#: ../rules/base.xml.in.h:640 ../rules/base.extras.xml.in.h:117 +#: ../rules/base.xml.in.h:641 ../rules/base.extras.xml.in.h:118 msgid "no" msgstr "no" -#: ../rules/base.xml.in.h:641 ../rules/base.extras.xml.in.h:118 +#: ../rules/base.xml.in.h:642 ../rules/base.extras.xml.in.h:119 msgid "Norwegian" msgstr "Noruego" -#: ../rules/base.xml.in.h:642 +#: ../rules/base.xml.in.h:643 msgid "Norwegian (eliminate dead keys)" msgstr "Noruego (eliminar teclas mortas)" -#: ../rules/base.xml.in.h:643 +#: ../rules/base.xml.in.h:644 msgid "Norwegian (Winkeys)" msgstr "Noruegués (teclas Windows)" -#: ../rules/base.xml.in.h:644 +#: ../rules/base.xml.in.h:645 msgid "Norwegian (Dvorak)" msgstr "Noruego (Dvorak)" -#: ../rules/base.xml.in.h:645 +#: ../rules/base.xml.in.h:646 msgid "Northern Saami (Norway)" msgstr "Lapón do norte (Noruega)" -#: ../rules/base.xml.in.h:646 +#: ../rules/base.xml.in.h:647 msgid "Northern Saami (Norway, eliminate dead keys)" msgstr "Lapón do norte (Noruego, eliminar teclas mortas)" -#: ../rules/base.xml.in.h:647 +#: ../rules/base.xml.in.h:648 msgid "Norwegian (Macintosh)" msgstr "Noruego (Macintosh)" -#: ../rules/base.xml.in.h:648 +#: ../rules/base.xml.in.h:649 msgid "Norwegian (Macintosh, eliminate dead keys)" msgstr "Noruego (Macintosh, eliminar teclas mortas)" -#: ../rules/base.xml.in.h:649 +#: ../rules/base.xml.in.h:650 msgid "Norwegian (Colemak)" msgstr "Noruegués (Colemak)" #. Keyboard indicator for Polish layouts -#: ../rules/base.xml.in.h:651 ../rules/base.extras.xml.in.h:55 +#: ../rules/base.xml.in.h:652 ../rules/base.extras.xml.in.h:56 msgid "pl" msgstr "pl" -#: ../rules/base.xml.in.h:652 ../rules/base.extras.xml.in.h:56 +#: ../rules/base.xml.in.h:653 ../rules/base.extras.xml.in.h:57 msgid "Polish" msgstr "Polaco" -#: ../rules/base.xml.in.h:653 +#: ../rules/base.xml.in.h:654 msgid "Polish (legacy)" msgstr "Polaco (herdado)" -#: ../rules/base.xml.in.h:654 +#: ../rules/base.xml.in.h:655 msgid "Polish (qwertz)" msgstr "Polaco (qwertz)" -#: ../rules/base.xml.in.h:655 +#: ../rules/base.xml.in.h:656 msgid "Polish (Dvorak)" msgstr "Polaco (Dvorak)" -#: ../rules/base.xml.in.h:656 +#: ../rules/base.xml.in.h:657 msgid "Polish (Dvorak, Polish quotes on quotemark key)" msgstr "Polaco (Dvorak, comillas polacas na tecla de comillas)" -#: ../rules/base.xml.in.h:657 +#: ../rules/base.xml.in.h:658 msgid "Polish (Dvorak, Polish quotes on key 1)" msgstr "Polaco (Dvorak, comillas polacas na tecla 1)" -#: ../rules/base.xml.in.h:658 +#: ../rules/base.xml.in.h:659 msgid "Kashubian" msgstr "Casubio" -#: ../rules/base.xml.in.h:659 +#: ../rules/base.xml.in.h:660 msgid "Silesian" msgstr "Silesio" -#: ../rules/base.xml.in.h:660 +#: ../rules/base.xml.in.h:661 msgid "Russian (Poland, phonetic Dvorak)" msgstr "Ruso (Polonia, Dvorak fonético)" -#: ../rules/base.xml.in.h:661 +#: ../rules/base.xml.in.h:662 msgid "Polish (programmer Dvorak)" msgstr "Polaco (Dvorak de programador)" -#: ../rules/base.xml.in.h:662 ../rules/base.extras.xml.in.h:120 +#: ../rules/base.xml.in.h:663 ../rules/base.extras.xml.in.h:121 msgid "Portuguese" msgstr "Portugués" -#: ../rules/base.xml.in.h:663 +#: ../rules/base.xml.in.h:664 msgid "Portuguese (eliminate dead keys)" msgstr "Portugués (eliminar teclas mortas)" -#: ../rules/base.xml.in.h:664 +#: ../rules/base.xml.in.h:665 msgid "Portuguese (Sun dead keys)" msgstr "Portugués (teclas mortas de Sun)" -#: ../rules/base.xml.in.h:665 +#: ../rules/base.xml.in.h:666 msgid "Portuguese (Macintosh)" msgstr "Portugués (Macintosh)" -#: ../rules/base.xml.in.h:666 +#: ../rules/base.xml.in.h:667 msgid "Portuguese (Macintosh, eliminate dead keys)" msgstr "Portugués (Macintosh, eliminar teclas mortas)" -#: ../rules/base.xml.in.h:667 +#: ../rules/base.xml.in.h:668 msgid "Portuguese (Macintosh, Sun dead keys)" msgstr "Portugués (Macintosh, teclas mortas de Sun)" -#: ../rules/base.xml.in.h:668 +#: ../rules/base.xml.in.h:669 msgid "Portuguese (Nativo)" msgstr "Portugués (nativo)" -#: ../rules/base.xml.in.h:669 +#: ../rules/base.xml.in.h:670 msgid "Portuguese (Nativo for US keyboards)" msgstr "Portugués (nativo para teclados de EE. UU.)" -#: ../rules/base.xml.in.h:670 +#: ../rules/base.xml.in.h:671 msgid "Esperanto (Portugal, Nativo)" msgstr "Esperanto (Portugal, Nativo)" #. Keyboard indicator for Romanian layouts -#: ../rules/base.xml.in.h:672 ../rules/base.extras.xml.in.h:60 +#: ../rules/base.xml.in.h:673 ../rules/base.extras.xml.in.h:61 msgid "ro" msgstr "ro" -#: ../rules/base.xml.in.h:673 ../rules/base.extras.xml.in.h:61 +#: ../rules/base.xml.in.h:674 ../rules/base.extras.xml.in.h:62 msgid "Romanian" msgstr "Rumano" -#: ../rules/base.xml.in.h:674 +#: ../rules/base.xml.in.h:675 msgid "Romanian (cedilla)" msgstr "Rumano (cedilla)" -#: ../rules/base.xml.in.h:675 +#: ../rules/base.xml.in.h:676 msgid "Romanian (standard)" msgstr "Rumano (estándar)" -#: ../rules/base.xml.in.h:676 +#: ../rules/base.xml.in.h:677 msgid "Romanian (standard cedilla)" msgstr "Rumano (cedilla estándar)" -#: ../rules/base.xml.in.h:677 +#: ../rules/base.xml.in.h:678 msgid "Romanian (WinKeys)" msgstr "Rumano (teclas Windows)" -#: ../rules/base.xml.in.h:678 ../rules/base.extras.xml.in.h:70 +#: ../rules/base.xml.in.h:679 ../rules/base.extras.xml.in.h:71 msgid "Russian" msgstr "Ruso" -#: ../rules/base.xml.in.h:679 +#: ../rules/base.xml.in.h:680 msgid "Russian (phonetic)" msgstr "Ruso (fonético)" -#: ../rules/base.xml.in.h:680 +#: ../rules/base.xml.in.h:681 msgid "Russian (phonetic WinKeys)" msgstr "Ruso (fonético con teclas Windows)" -#: ../rules/base.xml.in.h:681 +#: ../rules/base.xml.in.h:682 msgid "Russian (typewriter)" msgstr "Ruso (máquina de escribir)" -#: ../rules/base.xml.in.h:682 +#: ../rules/base.xml.in.h:683 msgid "Russian (legacy)" msgstr "Ruso (herdado)" -#: ../rules/base.xml.in.h:683 +#: ../rules/base.xml.in.h:684 msgid "Russian (typewriter, legacy)" msgstr "Ruso (máquina de escribir, heredado)" -#: ../rules/base.xml.in.h:684 +#: ../rules/base.xml.in.h:685 msgid "Tatar" msgstr "Tatar" -#: ../rules/base.xml.in.h:685 +#: ../rules/base.xml.in.h:686 msgid "Ossetian (legacy)" msgstr "Osetio (herdado)" -#: ../rules/base.xml.in.h:686 +#: ../rules/base.xml.in.h:687 msgid "Ossetian (WinKeys)" msgstr "Osetio (teclas Windows)" -#: ../rules/base.xml.in.h:687 +#: ../rules/base.xml.in.h:688 msgid "Chuvash" msgstr "Chuvash" -#: ../rules/base.xml.in.h:688 +#: ../rules/base.xml.in.h:689 msgid "Chuvash (Latin)" msgstr "Cuvash (latino)" -#: ../rules/base.xml.in.h:689 +#: ../rules/base.xml.in.h:690 msgid "Udmurt" msgstr "Udmurto" -#: ../rules/base.xml.in.h:690 +#: ../rules/base.xml.in.h:691 msgid "Komi" msgstr "Komi" -#: ../rules/base.xml.in.h:691 +#: ../rules/base.xml.in.h:692 msgid "Yakut" msgstr "Yakuto" -#: ../rules/base.xml.in.h:692 +#: ../rules/base.xml.in.h:693 msgid "Kalmyk" msgstr "Calmuco" -#: ../rules/base.xml.in.h:693 +#: ../rules/base.xml.in.h:694 msgid "Russian (DOS)" msgstr "Ruso (DOS)" -#: ../rules/base.xml.in.h:694 +#: ../rules/base.xml.in.h:695 msgid "Russian (Macintosh)" msgstr "Ruso (Macintosh)" -#: ../rules/base.xml.in.h:695 +#: ../rules/base.xml.in.h:696 msgid "Serbian (Russia)" msgstr "Serbio (Rusia)" -#: ../rules/base.xml.in.h:696 +#: ../rules/base.xml.in.h:697 msgid "Bashkirian" msgstr "Bashkiriano" -#: ../rules/base.xml.in.h:697 +#: ../rules/base.xml.in.h:698 msgid "Mari" msgstr "Mari" -#: ../rules/base.xml.in.h:698 ../rules/base.extras.xml.in.h:67 +#: ../rules/base.xml.in.h:699 +msgid "Russian (phonetic azerty)" +msgstr "Ruso (azerty fonético)" + +#: ../rules/base.xml.in.h:700 +msgid "Russian (phonetic French)" +msgstr "Ruso (francés fonético)" + +#: ../rules/base.xml.in.h:701 ../rules/base.extras.xml.in.h:68 msgid "Serbian" msgstr "Serbio" -#: ../rules/base.xml.in.h:699 +#: ../rules/base.xml.in.h:702 msgid "Serbian (Cyrillic, ZE and ZHE swapped)" msgstr "Serbio (cirílico, Z e ZHE trocados)" -#: ../rules/base.xml.in.h:700 +#: ../rules/base.xml.in.h:703 msgid "Serbian (Latin)" msgstr "Serbio (latino)" -#: ../rules/base.xml.in.h:701 +#: ../rules/base.xml.in.h:704 msgid "Serbian (Latin Unicode)" msgstr "Serbio (latino Unicode)" -#: ../rules/base.xml.in.h:702 +#: ../rules/base.xml.in.h:705 msgid "Serbian (Latin qwerty)" msgstr "Serbio (latino qwerty)" -#: ../rules/base.xml.in.h:703 +#: ../rules/base.xml.in.h:706 msgid "Serbian (Latin Unicode qwerty)" msgstr "Serbio (latino Unicode qwerty)" -#: ../rules/base.xml.in.h:704 +#: ../rules/base.xml.in.h:707 msgid "Serbian (Cyrillic with guillemets)" msgstr "Montenegrino (cirílico con guillemots)" -#: ../rules/base.xml.in.h:705 +#: ../rules/base.xml.in.h:708 msgid "Serbian (Latin with guillemets)" msgstr "Serbio (latino con guillemots)" -#: ../rules/base.xml.in.h:706 +#: ../rules/base.xml.in.h:709 msgid "Pannonian Rusyn" msgstr "Rusino de Panonia" #. Keyboard indicator for Slovenian layouts -#: ../rules/base.xml.in.h:708 +#: ../rules/base.xml.in.h:711 msgid "sl" msgstr "sl" -#: ../rules/base.xml.in.h:709 +#: ../rules/base.xml.in.h:712 msgid "Slovenian" msgstr "Esloveno" -#: ../rules/base.xml.in.h:710 +#: ../rules/base.xml.in.h:713 msgid "Slovenian (with guillemets for quotes)" msgstr "Esloveno (con comiñas para citas)" -#: ../rules/base.xml.in.h:711 +#: ../rules/base.xml.in.h:714 msgid "Slovenian (US keyboard with Slovenian letters)" msgstr "Esloveno (teclado EE. UU. con letras eslovenas)" #. Keyboard indicator for Slovak layouts -#: ../rules/base.xml.in.h:713 ../rules/base.extras.xml.in.h:122 +#: ../rules/base.xml.in.h:716 ../rules/base.extras.xml.in.h:123 msgid "sk" msgstr "sk" -#: ../rules/base.xml.in.h:714 ../rules/base.extras.xml.in.h:123 +#: ../rules/base.xml.in.h:717 ../rules/base.extras.xml.in.h:124 msgid "Slovak" msgstr "Eslovaco" -#: ../rules/base.xml.in.h:715 +#: ../rules/base.xml.in.h:718 msgid "Slovak (extended Backslash)" msgstr "Eslovaco (contrabarra estendida)" -#: ../rules/base.xml.in.h:716 +#: ../rules/base.xml.in.h:719 msgid "Slovak (qwerty)" msgstr "Eslovaco (qwerty)" -#: ../rules/base.xml.in.h:717 +#: ../rules/base.xml.in.h:720 msgid "Slovak (qwerty, extended Backslash)" msgstr "Eslovaco (qwerty, contrabarra estendida)" -#: ../rules/base.xml.in.h:718 ../rules/base.extras.xml.in.h:126 +#: ../rules/base.xml.in.h:721 ../rules/base.extras.xml.in.h:127 msgid "Spanish" msgstr "Español" -#: ../rules/base.xml.in.h:719 +#: ../rules/base.xml.in.h:722 msgid "Spanish (eliminate dead keys)" msgstr "Español (eliminar teclas mortas)" -#: ../rules/base.xml.in.h:720 +#: ../rules/base.xml.in.h:723 msgid "Spanish (Winkeys)" msgstr "Español (tecla Windows)" -#: ../rules/base.xml.in.h:721 +#: ../rules/base.xml.in.h:724 msgid "Spanish (include dead tilde)" msgstr "Español (incluír til morta)" -#: ../rules/base.xml.in.h:722 +#: ../rules/base.xml.in.h:725 msgid "Spanish (Sun dead keys)" msgstr "Español (teclas mortas de Sun)" -#: ../rules/base.xml.in.h:723 +#: ../rules/base.xml.in.h:726 msgid "Spanish (Dvorak)" msgstr "Español (Dvorak)" -#: ../rules/base.xml.in.h:724 +#: ../rules/base.xml.in.h:727 msgid "Asturian (Spain, with bottom-dot H and bottom-dot L)" msgstr "Asturiano (español, con H de medio punto e L de medio punto)" -#: ../rules/base.xml.in.h:725 +#: ../rules/base.xml.in.h:728 msgid "Catalan (Spain, with middle-dot L)" msgstr "Catalán (español, con L de medio punto)" -#: ../rules/base.xml.in.h:726 +#: ../rules/base.xml.in.h:729 msgid "Spanish (Macintosh)" msgstr "Español (Macintosh)" #. Keyboard indicator for Swedish layouts -#: ../rules/base.xml.in.h:728 ../rules/base.extras.xml.in.h:128 +#: ../rules/base.xml.in.h:731 ../rules/base.extras.xml.in.h:129 msgid "sv" msgstr "sv" -#: ../rules/base.xml.in.h:729 ../rules/base.extras.xml.in.h:129 +#: ../rules/base.xml.in.h:732 ../rules/base.extras.xml.in.h:130 msgid "Swedish" msgstr "Sueco" -#: ../rules/base.xml.in.h:730 +#: ../rules/base.xml.in.h:733 msgid "Swedish (eliminate dead keys)" msgstr "Sueco (eliminar teclas mortas)" -#: ../rules/base.xml.in.h:731 +#: ../rules/base.xml.in.h:734 msgid "Swedish (Dvorak)" msgstr "Sueco (Dvorak)" -#: ../rules/base.xml.in.h:732 +#: ../rules/base.xml.in.h:735 msgid "Russian (Sweden, phonetic)" msgstr "Ruso (sueco, fonético)" -#: ../rules/base.xml.in.h:733 +#: ../rules/base.xml.in.h:736 msgid "Russian (Sweden, phonetic, eliminate dead keys)" msgstr "Ruso (sueco, fonético, eliminar teclas mortas)" -#: ../rules/base.xml.in.h:734 +#: ../rules/base.xml.in.h:737 msgid "Northern Saami (Sweden)" msgstr "Lapón do norte (Suecia)" -#: ../rules/base.xml.in.h:735 +#: ../rules/base.xml.in.h:738 msgid "Swedish (Macintosh)" msgstr "Sueco (Macintosh)" -#: ../rules/base.xml.in.h:736 +#: ../rules/base.xml.in.h:739 msgid "Swedish (Svdvorak)" msgstr "Sueco (Svdvorak)" -#: ../rules/base.xml.in.h:737 +#: ../rules/base.xml.in.h:740 msgid "Swedish Sign Language" msgstr "Lingua de signos sueco" -#: ../rules/base.xml.in.h:738 ../rules/base.extras.xml.in.h:132 +#: ../rules/base.xml.in.h:741 ../rules/base.extras.xml.in.h:133 msgid "German (Switzerland)" msgstr "Alemán (Suíza)" -#: ../rules/base.xml.in.h:739 +#: ../rules/base.xml.in.h:742 msgid "German (Switzerland, legacy)" msgstr "Alemán (Suíza, herdado)" -#: ../rules/base.xml.in.h:740 +#: ../rules/base.xml.in.h:743 msgid "German (Switzerland, eliminate dead keys)" msgstr "Alemán (Suíza, eliminar teclas mortas)" -#: ../rules/base.xml.in.h:741 +#: ../rules/base.xml.in.h:744 msgid "German (Switzerland, Sun dead keys)" msgstr "Alemán (Suíza, teclas mortas de Sun)" -#: ../rules/base.xml.in.h:742 +#: ../rules/base.xml.in.h:745 msgid "French (Switzerland)" msgstr "Francés (Suíza)" -#: ../rules/base.xml.in.h:743 +#: ../rules/base.xml.in.h:746 msgid "French (Switzerland, eliminate dead keys)" msgstr "Francés (Suíza, eliminar teclas mortas)" -#: ../rules/base.xml.in.h:744 +#: ../rules/base.xml.in.h:747 msgid "French (Switzerland, Sun dead keys)" msgstr "Francés (Suíza, teclas mortas de Sun)" -#: ../rules/base.xml.in.h:745 +#: ../rules/base.xml.in.h:748 msgid "French (Switzerland, Macintosh)" msgstr "Francés (Suíza, Macintosh)" -#: ../rules/base.xml.in.h:746 +#: ../rules/base.xml.in.h:749 msgid "German (Switzerland, Macintosh)" msgstr "Alemán (Suíza, Macintosh)" -#: ../rules/base.xml.in.h:747 +#: ../rules/base.xml.in.h:750 msgid "Arabic (Syria)" msgstr "Árabe (Siria)" #. Keyboard indicator for Syriac layouts -#: ../rules/base.xml.in.h:749 +#: ../rules/base.xml.in.h:752 msgid "syc" msgstr "syc" -#: ../rules/base.xml.in.h:750 +#: ../rules/base.xml.in.h:753 msgid "Syriac" msgstr "Sirio" -#: ../rules/base.xml.in.h:751 +#: ../rules/base.xml.in.h:754 msgid "Syriac (phonetic)" msgstr "Sirio (fonético)" -#: ../rules/base.xml.in.h:752 +#: ../rules/base.xml.in.h:755 msgid "Kurdish (Syria, Latin Q)" msgstr "Kurdo (Siria, latino Q)" -#: ../rules/base.xml.in.h:753 +#: ../rules/base.xml.in.h:756 msgid "Kurdish (Syria, F)" msgstr "Kurdo (Siria, F)" -#: ../rules/base.xml.in.h:754 +#: ../rules/base.xml.in.h:757 msgid "Kurdish (Syria, Latin Alt-Q)" msgstr "Kurdo (Siria, latino Alt-Q)" #. Keyboard indicator for Tajik layouts -#: ../rules/base.xml.in.h:756 +#: ../rules/base.xml.in.h:759 msgid "tg" msgstr "tg" -#: ../rules/base.xml.in.h:757 +#: ../rules/base.xml.in.h:760 msgid "Tajik" msgstr "Taxico" -#: ../rules/base.xml.in.h:758 +#: ../rules/base.xml.in.h:761 msgid "Tajik (legacy)" msgstr "Taxico (herdado)" #. Keyboard indicator for Sinhala layouts -#: ../rules/base.xml.in.h:760 +#: ../rules/base.xml.in.h:763 msgid "si" msgstr "si" -#: ../rules/base.xml.in.h:761 +#: ../rules/base.xml.in.h:764 msgid "Sinhala (phonetic)" msgstr "Cingalés (fonético)" -#: ../rules/base.xml.in.h:762 +#: ../rules/base.xml.in.h:765 msgid "Tamil (Sri Lanka, Unicode)" msgstr "Tamil (Sri Lanka, Unicode)" -#: ../rules/base.xml.in.h:763 +#: ../rules/base.xml.in.h:766 msgid "Tamil (Sri Lanka, TAB Typewriter)" msgstr "Tamil (Sri Lanka, máquina de escribir TAB)" #. Keyboard indicator for Thai layouts -#: ../rules/base.xml.in.h:765 +#: ../rules/base.xml.in.h:768 msgid "th" msgstr "th" -#: ../rules/base.xml.in.h:766 +#: ../rules/base.xml.in.h:769 msgid "Thai" msgstr "Tailandés" -#: ../rules/base.xml.in.h:767 +#: ../rules/base.xml.in.h:770 msgid "Thai (TIS-820.2538)" msgstr "Tailandés (TIS-820.2538)" -#: ../rules/base.xml.in.h:768 +#: ../rules/base.xml.in.h:771 msgid "Thai (Pattachote)" msgstr "Tailandés (Pattachote)" #. Keyboard indicator for Turkish layouts -#: ../rules/base.xml.in.h:770 ../rules/base.extras.xml.in.h:135 +#: ../rules/base.xml.in.h:773 ../rules/base.extras.xml.in.h:136 msgid "tr" msgstr "tr" -#: ../rules/base.xml.in.h:771 ../rules/base.extras.xml.in.h:136 +#: ../rules/base.xml.in.h:774 ../rules/base.extras.xml.in.h:137 msgid "Turkish" msgstr "Turco" -#: ../rules/base.xml.in.h:772 +#: ../rules/base.xml.in.h:775 msgid "Turkish (F)" msgstr "Turco (F)" -#: ../rules/base.xml.in.h:773 +#: ../rules/base.xml.in.h:776 msgid "Turkish (Alt-Q)" msgstr "Turco (Alt-Q)" -#: ../rules/base.xml.in.h:774 +#: ../rules/base.xml.in.h:777 msgid "Turkish (Sun dead keys)" msgstr "Turco (teclas mortas de Sun)" -#: ../rules/base.xml.in.h:775 +#: ../rules/base.xml.in.h:778 msgid "Kurdish (Turkey, Latin Q)" msgstr "Kurdo (Turquía, latino Q)" -#: ../rules/base.xml.in.h:776 +#: ../rules/base.xml.in.h:779 msgid "Kurdish (Turkey, F)" msgstr "Kurdo (Turquía, F)" -#: ../rules/base.xml.in.h:777 +#: ../rules/base.xml.in.h:780 msgid "Kurdish (Turkey, Latin Alt-Q)" msgstr "Kurdo (Turquía, latino Alt-Q)" -#: ../rules/base.xml.in.h:778 +#: ../rules/base.xml.in.h:781 msgid "Turkish (international with dead keys)" msgstr "Turco (internacional con teclas mortas)" #. Keyboard indicator for Crimean Tatar layouts -#: ../rules/base.xml.in.h:780 ../rules/base.extras.xml.in.h:62 +#: ../rules/base.xml.in.h:783 ../rules/base.extras.xml.in.h:63 msgid "crh" msgstr "crh" -#: ../rules/base.xml.in.h:781 +#: ../rules/base.xml.in.h:784 msgid "Crimean Tatar (Turkish Q)" msgstr "Tártaro de Crimea (turco Q)" -#: ../rules/base.xml.in.h:782 +#: ../rules/base.xml.in.h:785 msgid "Crimean Tatar (Turkish F)" msgstr "Tártaro de Crimea (turco F)" -#: ../rules/base.xml.in.h:783 +#: ../rules/base.xml.in.h:786 msgid "Crimean Tatar (Turkish Alt-Q)" msgstr "Tártaro de Crimea (turco Alt-Q)" -#: ../rules/base.xml.in.h:784 +#: ../rules/base.xml.in.h:787 msgid "Taiwanese" msgstr "Taiwanés" -#: ../rules/base.xml.in.h:785 +#: ../rules/base.xml.in.h:788 msgid "Taiwanese (indigenous)" msgstr "Taiwanés (autóctono)" #. Keyboard indicator for Saisiyat layouts -#: ../rules/base.xml.in.h:787 +#: ../rules/base.xml.in.h:790 msgid "xsy" msgstr "xsy" -#: ../rules/base.xml.in.h:788 +#: ../rules/base.xml.in.h:791 msgid "Saisiyat (Taiwan)" msgstr "Saisiyat (Taiwán)" #. Keyboard indicator for Ukranian layouts -#: ../rules/base.xml.in.h:790 ../rules/base.extras.xml.in.h:138 +#: ../rules/base.xml.in.h:793 ../rules/base.extras.xml.in.h:139 msgid "uk" msgstr "uk" -#: ../rules/base.xml.in.h:791 ../rules/base.extras.xml.in.h:139 +#: ../rules/base.xml.in.h:794 ../rules/base.extras.xml.in.h:140 msgid "Ukrainian" msgstr "Ucraíno" -#: ../rules/base.xml.in.h:792 +#: ../rules/base.xml.in.h:795 msgid "Ukrainian (phonetic)" msgstr "Ucraíno (fonético)" -#: ../rules/base.xml.in.h:793 +#: ../rules/base.xml.in.h:796 msgid "Ukrainian (typewriter)" msgstr "Ucraíno (máquina de escribir)" -#: ../rules/base.xml.in.h:794 +#: ../rules/base.xml.in.h:797 msgid "Ukrainian (WinKeys)" msgstr "Ucraíno (teclas Windows)" -#: ../rules/base.xml.in.h:795 +#: ../rules/base.xml.in.h:798 msgid "Ukrainian (legacy)" msgstr "Ucraíno (herdado)" -#: ../rules/base.xml.in.h:796 +#: ../rules/base.xml.in.h:799 msgid "Ukrainian (standard RSTU)" msgstr "Ucraíno (estándar RSTU)" -#: ../rules/base.xml.in.h:797 +#: ../rules/base.xml.in.h:800 msgid "Russian (Ukraine, standard RSTU)" msgstr "Ruso (Ucraíno estándar RSTU)" -#: ../rules/base.xml.in.h:798 +#: ../rules/base.xml.in.h:801 msgid "Ukrainian (homophonic)" msgstr "Ucraíno (homofónico)" -#: ../rules/base.xml.in.h:799 ../rules/base.extras.xml.in.h:141 +#: ../rules/base.xml.in.h:802 ../rules/base.extras.xml.in.h:142 msgid "English (UK)" msgstr "Inglés (RU)" -#: ../rules/base.xml.in.h:800 +#: ../rules/base.xml.in.h:803 msgid "English (UK, extended WinKeys)" msgstr "Inglés (UK, estendido con teclas Windows)" -#: ../rules/base.xml.in.h:801 +#: ../rules/base.xml.in.h:804 msgid "English (UK, international with dead keys)" msgstr "Inglés (RU, internacional con teclas mortas)" -#: ../rules/base.xml.in.h:802 +#: ../rules/base.xml.in.h:805 msgid "English (UK, Dvorak)" msgstr "Inglés (RU, Dvorak)" -#: ../rules/base.xml.in.h:803 +#: ../rules/base.xml.in.h:806 msgid "English (UK, Dvorak with UK punctuation)" msgstr "Inglés (RU, Dvorak con puntuación para RU)" -#: ../rules/base.xml.in.h:804 +#: ../rules/base.xml.in.h:807 msgid "English (UK, Macintosh)" msgstr "Inglés (RU, Macintosh)" -#: ../rules/base.xml.in.h:805 +#: ../rules/base.xml.in.h:808 msgid "English (UK, Macintosh international)" msgstr "Inglés (RU, Macintosh internacional)" -#: ../rules/base.xml.in.h:806 +#: ../rules/base.xml.in.h:809 msgid "English (UK, Colemak)" msgstr "Inglés (RU, Colemark)" -#: ../rules/base.xml.in.h:807 +#: ../rules/base.xml.in.h:810 msgid "Uzbek" msgstr "Uzbeco" -#: ../rules/base.xml.in.h:808 +#: ../rules/base.xml.in.h:811 msgid "Uzbek (Latin)" msgstr "Uzbeco (latino)" #. Keyboard indicator for Vietnamese layouts -#: ../rules/base.xml.in.h:810 +#: ../rules/base.xml.in.h:813 msgid "vi" msgstr "vi" -#: ../rules/base.xml.in.h:811 +#: ../rules/base.xml.in.h:814 msgid "Vietnamese" msgstr "Vietnamita" #. Keyboard indicator for Korean layouts -#: ../rules/base.xml.in.h:813 ../rules/base.extras.xml.in.h:143 +#: ../rules/base.xml.in.h:816 ../rules/base.extras.xml.in.h:144 msgid "ko" msgstr "ko" -#: ../rules/base.xml.in.h:814 ../rules/base.extras.xml.in.h:144 +#: ../rules/base.xml.in.h:817 ../rules/base.extras.xml.in.h:145 msgid "Korean" msgstr "Coreano" -#: ../rules/base.xml.in.h:815 +#: ../rules/base.xml.in.h:818 msgid "Korean (101/104 key compatible)" msgstr "Coreano (101/104 teclas compatíbeis)" -#: ../rules/base.xml.in.h:816 +#: ../rules/base.xml.in.h:819 msgid "Japanese (PC-98xx Series)" msgstr "Xaponés (PC-98xx Series)" #. Keyboard indicator for Irish layouts -#: ../rules/base.xml.in.h:818 +#: ../rules/base.xml.in.h:821 msgid "ie" msgstr "ie" -#: ../rules/base.xml.in.h:819 +#: ../rules/base.xml.in.h:822 msgid "Irish" msgstr "Irlandés" -#: ../rules/base.xml.in.h:820 +#: ../rules/base.xml.in.h:823 msgid "CloGaelach" msgstr "CloGaelach" -#: ../rules/base.xml.in.h:821 +#: ../rules/base.xml.in.h:824 msgid "Irish (UnicodeExpert)" msgstr "Irlandés (UnicodeExperto)" -#: ../rules/base.xml.in.h:822 +#: ../rules/base.xml.in.h:825 msgid "Ogham" msgstr "Ogham" -#: ../rules/base.xml.in.h:823 +#: ../rules/base.xml.in.h:826 msgid "Ogham (IS434)" msgstr "Ogam (IS434)" -#: ../rules/base.xml.in.h:824 +#: ../rules/base.xml.in.h:827 msgid "Urdu (Pakistan)" msgstr "Urdú (Paquistán)" -#: ../rules/base.xml.in.h:825 +#: ../rules/base.xml.in.h:828 msgid "Urdu (Pakistan, CRULP)" msgstr "Urdú (Paquistán, CRULP)" -#: ../rules/base.xml.in.h:826 +#: ../rules/base.xml.in.h:829 msgid "Urdu (Pakistan, NLA)" msgstr "Urdú (Paquistán, NLA)" -#: ../rules/base.xml.in.h:827 +#: ../rules/base.xml.in.h:830 msgid "Arabic (Pakistan)" msgstr "Árabe (Paquistán)" #. Keyboard indicator for Sindhi layouts -#: ../rules/base.xml.in.h:829 +#: ../rules/base.xml.in.h:832 msgid "sd" msgstr "sd" -#: ../rules/base.xml.in.h:830 +#: ../rules/base.xml.in.h:833 msgid "Sindhi" msgstr "Sindhi" #. Keyboard indicator for Dhivehi layouts -#: ../rules/base.xml.in.h:832 +#: ../rules/base.xml.in.h:835 msgid "dv" msgstr "dv" -#: ../rules/base.xml.in.h:833 +#: ../rules/base.xml.in.h:836 msgid "Dhivehi" msgstr "Dhivehi" -#: ../rules/base.xml.in.h:834 +#: ../rules/base.xml.in.h:837 msgid "English (South Africa)" msgstr "Inglés (Sudáfrica)" #. Keyboard indicator for Esperanto layouts -#: ../rules/base.xml.in.h:836 +#: ../rules/base.xml.in.h:839 msgid "eo" msgstr "eo" -#: ../rules/base.xml.in.h:837 +#: ../rules/base.xml.in.h:840 msgid "Esperanto" msgstr "Esperanto" -#: ../rules/base.xml.in.h:838 +#: ../rules/base.xml.in.h:841 msgid "Esperanto (displaced semicolon and quote, obsolete)" msgstr "Estoniano (punto e coma e comiña desprazadas, obsoleto)" #. Keyboard indicator for Nepali layouts -#: ../rules/base.xml.in.h:840 +#: ../rules/base.xml.in.h:843 msgid "ne" msgstr "ne" -#: ../rules/base.xml.in.h:841 +#: ../rules/base.xml.in.h:844 msgid "Nepali" msgstr "Nepalí" -#: ../rules/base.xml.in.h:842 +#: ../rules/base.xml.in.h:845 msgid "English (Nigeria)" msgstr "Inglés (Nixeria)" #. Keyboard indicator for Igbo layouts -#: ../rules/base.xml.in.h:844 +#: ../rules/base.xml.in.h:847 msgid "ig" msgstr "ig" -#: ../rules/base.xml.in.h:845 +#: ../rules/base.xml.in.h:848 msgid "Igbo" msgstr "Igbo" #. Keyboard indicator for Yoruba layouts -#: ../rules/base.xml.in.h:847 +#: ../rules/base.xml.in.h:850 msgid "yo" msgstr "yo" -#: ../rules/base.xml.in.h:848 +#: ../rules/base.xml.in.h:851 msgid "Yoruba" msgstr "Yoruba" #. Keyboard indicator for Amharic layouts -#: ../rules/base.xml.in.h:850 +#: ../rules/base.xml.in.h:853 msgid "am" msgstr "am" -#: ../rules/base.xml.in.h:851 +#: ../rules/base.xml.in.h:854 msgid "Amharic" msgstr "Amharico" #. Keyboard indicator for Wolof layouts -#: ../rules/base.xml.in.h:853 +#: ../rules/base.xml.in.h:856 msgid "wo" msgstr "wo" -#: ../rules/base.xml.in.h:854 +#: ../rules/base.xml.in.h:857 msgid "Wolof" msgstr "Wolof" #. Keyboard indicator for Braille layouts -#: ../rules/base.xml.in.h:856 +#: ../rules/base.xml.in.h:859 msgid "brl" msgstr "brl" -#: ../rules/base.xml.in.h:857 +#: ../rules/base.xml.in.h:860 msgid "Braille" msgstr "Braille" -#: ../rules/base.xml.in.h:858 +#: ../rules/base.xml.in.h:861 msgid "Braille (left hand)" msgstr "Braille (zurdo)" -#: ../rules/base.xml.in.h:859 +#: ../rules/base.xml.in.h:862 msgid "Braille (right hand)" msgstr "Braille (destro)" #. Keyboard indicator for Turkmen layouts -#: ../rules/base.xml.in.h:861 +#: ../rules/base.xml.in.h:864 msgid "tk" msgstr "tk" -#: ../rules/base.xml.in.h:862 +#: ../rules/base.xml.in.h:865 msgid "Turkmen" msgstr "Turkmenistano" -#: ../rules/base.xml.in.h:863 +#: ../rules/base.xml.in.h:866 msgid "Turkmen (Alt-Q)" msgstr "Turkmenistano (Alt-Q)" #. Keyboard indicator for Bambara layouts -#: ../rules/base.xml.in.h:865 +#: ../rules/base.xml.in.h:868 msgid "bm" msgstr "bm" -#: ../rules/base.xml.in.h:866 +#: ../rules/base.xml.in.h:869 msgid "Bambara" msgstr "Bambara" -#: ../rules/base.xml.in.h:867 +#: ../rules/base.xml.in.h:870 msgid "French (Mali, alternative)" msgstr "Francés (Malí, alternativa)" -#: ../rules/base.xml.in.h:868 +#: ../rules/base.xml.in.h:871 msgid "English (Mali, US Macintosh)" msgstr "Inglés (Malí, Macintosh de EE. UU.)" -#: ../rules/base.xml.in.h:869 +#: ../rules/base.xml.in.h:872 msgid "English (Mali, US international)" msgstr "Inglés (Malí, EE. UU. internacional)" #. Keyboard indicator for Swahili layouts -#: ../rules/base.xml.in.h:871 +#: ../rules/base.xml.in.h:874 msgid "sw" msgstr "sw" -#: ../rules/base.xml.in.h:872 +#: ../rules/base.xml.in.h:875 msgid "Swahili (Tanzania)" msgstr "Swahili (Tanzania)" -#: ../rules/base.xml.in.h:873 +#: ../rules/base.xml.in.h:876 msgid "Swahili (Kenya)" msgstr "Swahili (Kenia)" -#: ../rules/base.xml.in.h:874 +#: ../rules/base.xml.in.h:877 msgid "Kikuyu" msgstr "Kikuyu" #. Keyboard indicator for Tswana layouts -#: ../rules/base.xml.in.h:876 +#: ../rules/base.xml.in.h:879 msgid "tn" msgstr "tn" -#: ../rules/base.xml.in.h:877 +#: ../rules/base.xml.in.h:880 msgid "Tswana" msgstr "Tswana" #. Keyboard indicator for Filipino layouts -#: ../rules/base.xml.in.h:879 +#: ../rules/base.xml.in.h:882 msgid "ph" msgstr "ph" -#: ../rules/base.xml.in.h:880 +#: ../rules/base.xml.in.h:883 msgid "Filipino" msgstr "Filipino" -#: ../rules/base.xml.in.h:881 +#: ../rules/base.xml.in.h:884 msgid "Filipino (QWERTY Baybayin)" msgstr "Filipino (QWERTY baybayin)" -#: ../rules/base.xml.in.h:882 +#: ../rules/base.xml.in.h:885 msgid "Filipino (Capewell-Dvorak Latin)" msgstr "Filipino (Capewell-Dvorak latino)" -#: ../rules/base.xml.in.h:883 +#: ../rules/base.xml.in.h:886 msgid "Filipino (Capewell-Dvorak Baybayin)" msgstr "Filipino (Capewell-Dvorak baybayin)" -#: ../rules/base.xml.in.h:884 +#: ../rules/base.xml.in.h:887 msgid "Filipino (Capewell-QWERF 2006 Latin)" msgstr "Filipino (Capewell-QWERF 2006 latino)" -#: ../rules/base.xml.in.h:885 +#: ../rules/base.xml.in.h:888 msgid "Filipino (Capewell-QWERF 2006 Baybayin)" msgstr "Filipino (Capewell-QWERF 2006 baybayin)" -#: ../rules/base.xml.in.h:886 +#: ../rules/base.xml.in.h:889 msgid "Filipino (Colemak Latin)" msgstr "Filipino (Colemak latino)" -#: ../rules/base.xml.in.h:887 +#: ../rules/base.xml.in.h:890 msgid "Filipino (Colemak Baybayin)" msgstr "Filipino (Colemak baybayin)" -#: ../rules/base.xml.in.h:888 +#: ../rules/base.xml.in.h:891 msgid "Filipino (Dvorak Latin)" msgstr "Filipino (Dvorak latino)" -#: ../rules/base.xml.in.h:889 +#: ../rules/base.xml.in.h:892 msgid "Filipino (Dvorak Baybayin)" msgstr "Filipino (Dvorak baybayin)" -#: ../rules/base.xml.in.h:890 +#: ../rules/base.xml.in.h:893 msgid "md" msgstr "md" -#: ../rules/base.xml.in.h:891 +#: ../rules/base.xml.in.h:894 msgid "Moldavian" msgstr "Moldavo" -#: ../rules/base.xml.in.h:892 +#: ../rules/base.xml.in.h:895 msgid "gag" msgstr "gag" -#: ../rules/base.xml.in.h:893 +#: ../rules/base.xml.in.h:896 msgid "Moldavian (Gagauz)" msgstr "Moldavo (Gagauz)" -#: ../rules/base.xml.in.h:894 +#: ../rules/base.xml.in.h:897 msgid "Switching to another layout" msgstr "Cambiando a outra disposición" -#: ../rules/base.xml.in.h:895 +#: ../rules/base.xml.in.h:898 msgid "Right Alt (while pressed)" msgstr "Alt dereito (mentres está premido)" -#: ../rules/base.xml.in.h:896 +#: ../rules/base.xml.in.h:899 msgid "Left Alt (while pressed)" msgstr "Alt esquerda (mentres está premida)" -#: ../rules/base.xml.in.h:897 +#: ../rules/base.xml.in.h:900 msgid "Left Win (while pressed)" msgstr "Tecla Windows esquerda (ao premela)" -#: ../rules/base.xml.in.h:898 +#: ../rules/base.xml.in.h:901 msgid "Right Win (while pressed)" msgstr "A tecla Windows (mentres está premida)" -#: ../rules/base.xml.in.h:899 +#: ../rules/base.xml.in.h:902 msgid "Any Win key (while pressed)" msgstr "Calquera tecla Windows (ao pulsala)" -#: ../rules/base.xml.in.h:900 +#: ../rules/base.xml.in.h:903 msgid "Caps Lock (while pressed), Alt+Caps Lock does the original capslock action" msgstr "Bloqueo de maiúsculas (ao pulsarse), Alt+Bloq Maiús realiza a acción orixinal de bloqueo de maiúsculas" -#: ../rules/base.xml.in.h:901 +#: ../rules/base.xml.in.h:904 msgid "Right Ctrl (while pressed)" msgstr "Ctrl dereito (mentres está premido)" -#: ../rules/base.xml.in.h:902 +#: ../rules/base.xml.in.h:905 msgid "Right Alt" msgstr "Alt dereito" -#: ../rules/base.xml.in.h:903 +#: ../rules/base.xml.in.h:906 msgid "Left Alt" msgstr "Alt esquerda" -#: ../rules/base.xml.in.h:904 +#: ../rules/base.xml.in.h:907 msgid "Caps Lock" msgstr "Bloqueo de maiúsculas" -#: ../rules/base.xml.in.h:905 +#: ../rules/base.xml.in.h:908 msgid "Shift+Caps Lock" msgstr "Maiús+BloqMaiús" -#: ../rules/base.xml.in.h:906 +#: ../rules/base.xml.in.h:909 msgid "Caps Lock (to first layout), Shift+Caps Lock (to last layout)" msgstr "Bloqueo de maiúsculas (á primeira disposición), Maiús+Bloq Maiús (á última disposición)" -#: ../rules/base.xml.in.h:907 +#: ../rules/base.xml.in.h:910 msgid "Left Win (to first layout), Right Win/Menu (to last layout)" msgstr "Win esquerda (á primeira disposición), Win/Menu dereita (á última disposición)" -#: ../rules/base.xml.in.h:908 +#: ../rules/base.xml.in.h:911 msgid "Left Ctrl (to first layout), Right Ctrl (to last layout)" msgstr "Ctrl esquerda (á primeira disposición), Ctrl dereita (á última disposición)" -#: ../rules/base.xml.in.h:909 +#: ../rules/base.xml.in.h:912 msgid "Alt+Caps Lock" msgstr "Alt+Bloq Maiús" -#: ../rules/base.xml.in.h:910 +#: ../rules/base.xml.in.h:913 msgid "Both Shift keys together" msgstr "Ámbalas teclas «Maiús» xuntas" -#: ../rules/base.xml.in.h:911 +#: ../rules/base.xml.in.h:914 msgid "Both Alt keys together" msgstr "Ámbalas teclas Alt xuntas" -#: ../rules/base.xml.in.h:912 +#: ../rules/base.xml.in.h:915 msgid "Both Ctrl keys together" msgstr "Ámbalas teclas Ctrl xuntas" -#: ../rules/base.xml.in.h:913 +#: ../rules/base.xml.in.h:916 msgid "Ctrl+Shift" msgstr "Ctrl+Maiús" -#: ../rules/base.xml.in.h:914 +#: ../rules/base.xml.in.h:917 msgid "Left Ctrl+Left Shift" msgstr "Ctrl esquerda + Maiús esquerda" -#: ../rules/base.xml.in.h:915 +#: ../rules/base.xml.in.h:918 msgid "Right Ctrl+Right Shift" msgstr "Ctrl dereito + Maiús dereito" -#: ../rules/base.xml.in.h:916 +#: ../rules/base.xml.in.h:919 msgid "Alt+Ctrl" msgstr "Alt+Ctrl" -#: ../rules/base.xml.in.h:917 +#: ../rules/base.xml.in.h:920 msgid "Alt+Shift" msgstr "Alt+Maiús" -#: ../rules/base.xml.in.h:918 +#: ../rules/base.xml.in.h:921 msgid "Left Alt+Left Shift" msgstr "Alt esquerda + Maiús. esquerda" -#: ../rules/base.xml.in.h:919 +#: ../rules/base.xml.in.h:922 msgid "Alt+Space" msgstr "Alt+Espazo" -#: ../rules/base.xml.in.h:920 +#: ../rules/base.xml.in.h:923 msgid "Menu" msgstr "Menu" -#: ../rules/base.xml.in.h:921 +#: ../rules/base.xml.in.h:924 msgid "Left Win" msgstr "Win esquerda" -#: ../rules/base.xml.in.h:922 +#: ../rules/base.xml.in.h:925 msgid "Win Key+Space" msgstr "Tecla Win+Espazo" -#: ../rules/base.xml.in.h:923 +#: ../rules/base.xml.in.h:926 msgid "Right Win" msgstr "Windows dereito" -#: ../rules/base.xml.in.h:924 +#: ../rules/base.xml.in.h:927 msgid "Left Shift" msgstr "Maiús esquerda" -#: ../rules/base.xml.in.h:925 +#: ../rules/base.xml.in.h:928 msgid "Right Shift" msgstr "Maiús dereito" -#: ../rules/base.xml.in.h:926 +#: ../rules/base.xml.in.h:929 msgid "Left Ctrl" msgstr "Ctrl esquerda" -#: ../rules/base.xml.in.h:927 +#: ../rules/base.xml.in.h:930 msgid "Right Ctrl" msgstr "Ctrl dereito" -#: ../rules/base.xml.in.h:928 +#: ../rules/base.xml.in.h:931 msgid "Scroll Lock" msgstr "Bloq Despl" -#: ../rules/base.xml.in.h:929 +#: ../rules/base.xml.in.h:932 msgid "LeftCtrl+LeftWin (to first layout), RightCtrl+Menu (to second layout)" msgstr "Ctrl esquerda + Ctrl dereito (á primeira disposición), Ctrl dereita + Menú(á última disposición)" -#: ../rules/base.xml.in.h:930 +#: ../rules/base.xml.in.h:933 msgid "Key to choose 3rd level" msgstr "Tecla para seleccionar o 3º nivel" -#: ../rules/base.xml.in.h:931 +#: ../rules/base.xml.in.h:934 msgid "Any Win key" msgstr "Calquera tecla Windows" -#: ../rules/base.xml.in.h:932 +#: ../rules/base.xml.in.h:935 msgid "Any Alt key" msgstr "Calquera tecla Alt" -#: ../rules/base.xml.in.h:933 +#: ../rules/base.xml.in.h:936 msgid "Right Alt, Shift+Right Alt key is Compose" msgstr "A tecla Alt dereita, Maiús+Alt dereita e tecla Compose" -#: ../rules/base.xml.in.h:934 +#: ../rules/base.xml.in.h:937 msgid "Right Alt key never chooses 3rd level" msgstr "A tecla Alt dereita nunca elixe o 3º nivel" -#: ../rules/base.xml.in.h:935 +#: ../rules/base.xml.in.h:938 msgid "Enter on keypad" msgstr "Intro no teclado numérico" -#: ../rules/base.xml.in.h:936 +#: ../rules/base.xml.in.h:939 msgid "Backslash" msgstr "Contrabarra" -#: ../rules/base.xml.in.h:937 +#: ../rules/base.xml.in.h:940 msgid "<Less/Greater>" msgstr "<Menor que/Maior que>" -#: ../rules/base.xml.in.h:938 +#: ../rules/base.xml.in.h:941 msgid "Caps Lock chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "Bloq Maiús escolle o 3º nivel, actúa como un bloqueo dunha vez ao premelo xunto con outro selector de 3º nivel" -#: ../rules/base.xml.in.h:939 +#: ../rules/base.xml.in.h:942 msgid "Backslash chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "Contra barra selecciona o 3º nivel, bloquea ao premerse xunto con outro selector de 3º nivel" -#: ../rules/base.xml.in.h:940 +#: ../rules/base.xml.in.h:943 msgid "<Less/Greater> chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "<Menor que/Maior que> elixe o 3º nivel, actúa como un bloqueo unitario ao premerse xunto con outro selector de 3º nivel" -#: ../rules/base.xml.in.h:941 +#: ../rules/base.xml.in.h:944 msgid "Ctrl key position" msgstr "Posición da tecla Ctrl" -#: ../rules/base.xml.in.h:942 +#: ../rules/base.xml.in.h:945 msgid "Caps Lock as Ctrl" msgstr "Bloq Maiús como Ctrl" -#: ../rules/base.xml.in.h:943 +#: ../rules/base.xml.in.h:946 msgid "Left Ctrl as Meta" msgstr "Ctrl esquerdo como Meta" -#: ../rules/base.xml.in.h:944 +#: ../rules/base.xml.in.h:947 msgid "Swap Ctrl and Caps Lock" msgstr "Intercambiar Ctrl e Bloq Maiús" -#: ../rules/base.xml.in.h:945 +#: ../rules/base.xml.in.h:948 msgid "At left of 'A'" msgstr "Á esquerda do «A»" -#: ../rules/base.xml.in.h:946 +#: ../rules/base.xml.in.h:949 msgid "At bottom left" msgstr "Na parte inferior esquerda" -#: ../rules/base.xml.in.h:947 +#: ../rules/base.xml.in.h:950 msgid "Right Ctrl as Right Alt" msgstr "Ctrl dereito como Alt dereito" -#: ../rules/base.xml.in.h:948 +#: ../rules/base.xml.in.h:951 msgid "Menu as Right Ctrl" msgstr "Menú como Ctrl dereito" -#: ../rules/base.xml.in.h:949 +#: ../rules/base.xml.in.h:952 msgid "Right Alt as Right Ctrl" msgstr "Alt dereito como Ctrl dereito" -#: ../rules/base.xml.in.h:950 +#: ../rules/base.xml.in.h:953 msgid "Swap Left Alt key with Left Ctrl key" msgstr "Trocar Alt esquerda con Ctrl esquerda" -#: ../rules/base.xml.in.h:951 +#: ../rules/base.xml.in.h:954 msgid "Swap Left Win key with Left Ctrl key" msgstr "Trocar Win esquerda con Ctrl esquerda" -#: ../rules/base.xml.in.h:952 +#: ../rules/base.xml.in.h:955 +msgid "Swap Right Win key with Right Ctrl key" +msgstr "Trocar tecla Win dereita por tecla Ctrl dereita" + +#: ../rules/base.xml.in.h:956 msgid "Left Alt as Ctrl, Left Ctrl as Win, Left Win as Alt" msgstr "Alt esquerda como Ctrl, Ctrl esquerda com Win, Win esquerda como ALt" -#: ../rules/base.xml.in.h:953 +#: ../rules/base.xml.in.h:957 msgid "Use keyboard LED to show alternative layout" msgstr "Usar o LED do teclado para mostrar a disposición alternativa" -#: ../rules/base.xml.in.h:954 +#: ../rules/base.xml.in.h:958 msgid "Num Lock" msgstr "Bloq Num" -#: ../rules/base.xml.in.h:955 +#: ../rules/base.xml.in.h:959 msgid "Layout of numeric keypad" msgstr "Disposición do teclado numérico" -#: ../rules/base.xml.in.h:956 +#: ../rules/base.xml.in.h:960 msgid "Legacy" msgstr "Herdado" -#: ../rules/base.xml.in.h:957 +#: ../rules/base.xml.in.h:961 msgid "Unicode additions (arrows and math operators)" msgstr "Adicións unicode (frechas e operadores matemáticos)" -#: ../rules/base.xml.in.h:958 +#: ../rules/base.xml.in.h:962 msgid "Unicode additions (arrows and math operators; math operators on default level)" msgstr "Adicións unicode (frechas e operadores matemáticos); operadores matemáticos no nivel predeterminado" -#: ../rules/base.xml.in.h:959 +#: ../rules/base.xml.in.h:963 msgid "Legacy Wang 724" msgstr "Wang 724 herdado" -#: ../rules/base.xml.in.h:960 +#: ../rules/base.xml.in.h:964 msgid "Wang 724 keypad with Unicode additions (arrows and math operators)" msgstr "Teclado numérico Wang 724 con adicións Unicode (frechas e operadores matemáticos)" -#: ../rules/base.xml.in.h:961 +#: ../rules/base.xml.in.h:965 msgid "Wang 724 keypad with Unicode additions (arrows and math operators; math operators on default level)" msgstr "Teclado numérico Wang 724 con adicións Unicode (frechas e operadores matemáticos); operadores matemáticos no nivel predeterminado" -#: ../rules/base.xml.in.h:962 +#: ../rules/base.xml.in.h:966 msgid "Hexadecimal" msgstr "Hexadecimal" -#: ../rules/base.xml.in.h:963 +#: ../rules/base.xml.in.h:967 msgid "ATM/phone-style" msgstr "Caixeiro automático/estilo teléfono" -#: ../rules/base.xml.in.h:964 +#: ../rules/base.xml.in.h:968 msgid "Numeric keypad delete key behaviour" msgstr "Comportamento da tecla Supr do teclado numérico" -#: ../rules/base.xml.in.h:965 +#: ../rules/base.xml.in.h:969 msgid "Legacy key with dot" msgstr "Tecla herdada con punto" #. Actually, with KP_SEPARATOR, as the old keypad(comma) -#: ../rules/base.xml.in.h:967 +#: ../rules/base.xml.in.h:971 msgid "Legacy key with comma" msgstr "Tecla herdada con coma" -#: ../rules/base.xml.in.h:968 +#: ../rules/base.xml.in.h:972 msgid "Four-level key with dot" msgstr "Tecla de cuarto nivel con punto" -#: ../rules/base.xml.in.h:969 +#: ../rules/base.xml.in.h:973 msgid "Four-level key with dot, Latin-9 only" msgstr "Tecla de cuarto nivel con punto, restrición latin-9" -#: ../rules/base.xml.in.h:970 +#: ../rules/base.xml.in.h:974 msgid "Four-level key with comma" msgstr "Tecla de cuarto nivel con coma" -#: ../rules/base.xml.in.h:971 +#: ../rules/base.xml.in.h:975 msgid "Four-level key with momayyez" msgstr "Tecla de cuarto nivel con momayyez" #. This assumes the KP_ abstract symbols are actually useful for some apps #. The description needs to be rewritten -#: ../rules/base.xml.in.h:974 +#: ../rules/base.xml.in.h:978 msgid "Four-level key with abstract separators" msgstr "Tecla de cuarto nivel con separadores abstractos" -#: ../rules/base.xml.in.h:975 +#: ../rules/base.xml.in.h:979 msgid "Semicolon on third level" msgstr "Punto e coma no terceiro nivel" -#: ../rules/base.xml.in.h:976 +#: ../rules/base.xml.in.h:980 msgid "Caps Lock key behavior" msgstr "Comportamento da tecla Bloq. Maiús." -#: ../rules/base.xml.in.h:977 +#: ../rules/base.xml.in.h:981 msgid "Caps Lock uses internal capitalization; Shift \"pauses\" Caps Lock" msgstr "Bloq Maiús usa a capitalización interna; Maiús «suspende» o Bloq Maiús" -#: ../rules/base.xml.in.h:978 +#: ../rules/base.xml.in.h:982 msgid "Caps Lock uses internal capitalization; Shift doesn't affect Caps Lock" msgstr "Bloq Maiús usa a capitalización interna; Maiús non afecta a Bloq Maiús" -#: ../rules/base.xml.in.h:979 +#: ../rules/base.xml.in.h:983 msgid "Caps Lock acts as Shift with locking; Shift \"pauses\" Caps Lock" msgstr "Bloq Maiús actúa como Maiús con bloqueo; Maiús «suspende» Bloq Maiús" -#: ../rules/base.xml.in.h:980 +#: ../rules/base.xml.in.h:984 msgid "Caps Lock acts as Shift with locking; Shift doesn't affect Caps Lock" msgstr "Bloq Maiús actúa como Maiús con bloqueo; Maiús non afecta ao Bloq Maiús" -#: ../rules/base.xml.in.h:981 +#: ../rules/base.xml.in.h:985 msgid "Caps Lock toggles normal capitalization of alphabetic characters" msgstr "Bloq Maiús cambia a capitalización normal dos caracteres alfabéticos" -#: ../rules/base.xml.in.h:982 +#: ../rules/base.xml.in.h:986 msgid "Make Caps Lock an additional Num Lock" msgstr "Facer de Bloq Maiús un Bloq Num adicional" -#: ../rules/base.xml.in.h:983 +#: ../rules/base.xml.in.h:987 msgid "Swap ESC and Caps Lock" msgstr "Intercambiar ESC e Bloq Maiús" -#: ../rules/base.xml.in.h:984 +#: ../rules/base.xml.in.h:988 msgid "Make Caps Lock an additional ESC" msgstr "Facer de Bloq Maiús un Esc adicional" -#: ../rules/base.xml.in.h:985 +#: ../rules/base.xml.in.h:989 msgid "Make Caps Lock an additional Backspace" msgstr "Facer de Bloq Maiús un Retroceso adicional" -#: ../rules/base.xml.in.h:986 +#: ../rules/base.xml.in.h:990 msgid "Make Caps Lock an additional Super" msgstr "Facer de Bloq Maiús un Super adicional" -#: ../rules/base.xml.in.h:987 +#: ../rules/base.xml.in.h:991 msgid "Make Caps Lock an additional Hyper" msgstr "Facer de Bloq Maiús un Hyper adicional" -#: ../rules/base.xml.in.h:988 +#: ../rules/base.xml.in.h:992 msgid "Caps Lock toggles ShiftLock (affects all keys)" msgstr "Bloq Maiús cambia a Maiús con bloqueo (afecta a todas as teclas)" -#: ../rules/base.xml.in.h:989 +#: ../rules/base.xml.in.h:993 msgid "Caps Lock is disabled" msgstr "Bloq Maiús está desactivado" -#: ../rules/base.xml.in.h:990 +#: ../rules/base.xml.in.h:994 msgid "Make Caps Lock an additional Ctrl" msgstr "Facer de Bloq Maiús un Ctrl adicional" -#: ../rules/base.xml.in.h:991 +#: ../rules/base.xml.in.h:995 msgid "Alt/Win key behavior" msgstr "Comportamento da tecla Alt/Windows" -#: ../rules/base.xml.in.h:992 +#: ../rules/base.xml.in.h:996 msgid "Add the standard behavior to Menu key" msgstr "Engadir o comportamiento estándar á tecla Menú." -#: ../rules/base.xml.in.h:993 +#: ../rules/base.xml.in.h:997 msgid "Alt and Meta are on Alt keys" msgstr "Alt e Meta están nas teclas Alt" -#: ../rules/base.xml.in.h:994 +#: ../rules/base.xml.in.h:998 msgid "Alt is mapped to Win keys (and the usual Alt keys)" msgstr "Alt asígnase ás teclas Win (e as teclas Alt usuais)" -#: ../rules/base.xml.in.h:995 +#: ../rules/base.xml.in.h:999 msgid "Ctrl is mapped to Win keys (and the usual Ctrl keys)" msgstr "Control asígnase ás teclas Win (e as teclas Ctrl usuais)" -#: ../rules/base.xml.in.h:996 +#: ../rules/base.xml.in.h:1000 msgid "Ctrl is mapped to Alt keys, Alt is mapped to Win keys" msgstr "Control está asignada ás teclas Alt, Alt está asingado ás teclas Win" -#: ../rules/base.xml.in.h:997 +#: ../rules/base.xml.in.h:1001 msgid "Meta is mapped to Win keys" msgstr "Meta está asignada ás teclas Windows" -#: ../rules/base.xml.in.h:998 +#: ../rules/base.xml.in.h:1002 msgid "Meta is mapped to Left Win" msgstr "Meta está asignada á tecla Windows esquerda" -#: ../rules/base.xml.in.h:999 +#: ../rules/base.xml.in.h:1003 msgid "Hyper is mapped to Win keys" msgstr "Hyper está asignada ás teclas Windows" -#: ../rules/base.xml.in.h:1000 +#: ../rules/base.xml.in.h:1004 msgid "Alt is mapped to Right Win, Super to Menu" msgstr "Alt está asignada á tecla Windows dereita e Super a tecla Menú" -#: ../rules/base.xml.in.h:1001 +#: ../rules/base.xml.in.h:1005 msgid "Alt is swapped with Win" msgstr "Alt está cambiada con Win" -#: ../rules/base.xml.in.h:1002 +#: ../rules/base.xml.in.h:1006 msgid "Position of Compose key" msgstr "Posición da tecla Compose" -#: ../rules/base.xml.in.h:1003 +#: ../rules/base.xml.in.h:1007 msgid "3rd level of Left Win" msgstr "3º nivel da Win esquerda" -#: ../rules/base.xml.in.h:1004 +#: ../rules/base.xml.in.h:1008 msgid "3rd level of Right Win" msgstr "3º nivel da Win dereita" -#: ../rules/base.xml.in.h:1005 +#: ../rules/base.xml.in.h:1009 msgid "3rd level of Menu" msgstr "3º nivel do menú" -#: ../rules/base.xml.in.h:1006 +#: ../rules/base.xml.in.h:1010 msgid "3rd level of Left Ctrl" msgstr "3º nivel da Ctrl esquerda" -#: ../rules/base.xml.in.h:1007 +#: ../rules/base.xml.in.h:1011 msgid "3rd level of Right Ctrl" msgstr "3º nivel da Ctrl dereita" -#: ../rules/base.xml.in.h:1008 +#: ../rules/base.xml.in.h:1012 msgid "3rd level of Caps Lock" msgstr "3º nivel do Bloq Maiús" -#: ../rules/base.xml.in.h:1009 +#: ../rules/base.xml.in.h:1013 msgid "3rd level of <Less/Greater>" msgstr "3º nivel do <Menor/Maior>" -#: ../rules/base.xml.in.h:1010 +#: ../rules/base.xml.in.h:1014 msgid "Pause" msgstr "Pausa" -#: ../rules/base.xml.in.h:1011 +#: ../rules/base.xml.in.h:1015 msgid "PrtSc" msgstr "PrtSc" -#: ../rules/base.xml.in.h:1012 +#: ../rules/base.xml.in.h:1016 msgid "Miscellaneous compatibility options" msgstr "Opcións varias de compatiblidade" -#: ../rules/base.xml.in.h:1013 +#: ../rules/base.xml.in.h:1017 msgid "Default numeric keypad keys" msgstr "Teclas do teclado numérico por omisión" -#: ../rules/base.xml.in.h:1014 +#: ../rules/base.xml.in.h:1018 msgid "Numeric keypad keys always enter digits (as in Mac OS)" msgstr "As teclas do teclado numérico sempre escriben díxitos (como en Mac OS)" -#: ../rules/base.xml.in.h:1015 -msgid "Shift with numeric keypad keys works as in MS Windows" -msgstr "Maiús coas teclas do teclado numérico funcionan como en MS Windows" +#: ../rules/base.xml.in.h:1019 +msgid "NumLock on: digits, Shift switches to arrow keys, Numlock off: always arrow keys (as in MS Windows)" +msgstr "Bloq. Num. activo: díxitos, Maiús. cambia a teclas de frechas, Bloq. Num. inactivo: sempre teclas de frechas (como en MS Windows)" -#: ../rules/base.xml.in.h:1016 +#: ../rules/base.xml.in.h:1020 msgid "Shift does not cancel Num Lock, chooses 3rd level instead" msgstr "Maiús non cancela Bloq Num, no seu lugar elixe o 3er nivel" -#: ../rules/base.xml.in.h:1017 +#: ../rules/base.xml.in.h:1021 msgid "Special keys (Ctrl+Alt+<key>) handled in a server" msgstr "Teclas especiais (Ctrl+Alt+«tecla») manipuladas nun servidor" -#: ../rules/base.xml.in.h:1018 +#: ../rules/base.xml.in.h:1022 msgid "Apple Aluminium Keyboard: emulate PC keys (Print, Scroll Lock, Pause, Num Lock)" msgstr "Teclado de aluminio de Apple: emular teclas PC (Imprimir, Bloq Despl, Pausa, Bloq Núm)" -#: ../rules/base.xml.in.h:1019 +#: ../rules/base.xml.in.h:1023 msgid "Shift cancels Caps Lock" msgstr "Maiús cancela BloqMaiús" -#: ../rules/base.xml.in.h:1020 +#: ../rules/base.xml.in.h:1024 msgid "Enable extra typographic characters" msgstr "Activar caracteres tipográficos adicionais" -#: ../rules/base.xml.in.h:1021 +#: ../rules/base.xml.in.h:1025 msgid "Both Shift keys together toggle Caps Lock" msgstr "Ambas as teclas «Maiús» xuntas cambian o Bloqueo de maiúsculas" -#: ../rules/base.xml.in.h:1022 +#: ../rules/base.xml.in.h:1026 msgid "Both Shift keys together activate Caps Lock, one Shift key deactivates" msgstr "Ambas as teclas Maiús xuntas activan o Bloq Maiús, unha tecla Maiús desactívao" -#: ../rules/base.xml.in.h:1023 +#: ../rules/base.xml.in.h:1027 msgid "Both Shift keys together toggle ShiftLock" msgstr "Ambas as teclas Maiús xuntas activan Maiús con bloqueo" -#: ../rules/base.xml.in.h:1024 +#: ../rules/base.xml.in.h:1028 msgid "Shift + NumLock toggles PointerKeys" msgstr "Maiús + Bloqueo numérico cambia a teclas do punteiro" -#: ../rules/base.xml.in.h:1025 +#: ../rules/base.xml.in.h:1029 msgid "Allow breaking grabs with keyboard actions (warning: security risk)" msgstr "Permitir que accións do teclado liberen as capturas (aviso: risco de seguranza)" -#: ../rules/base.xml.in.h:1026 +#: ../rules/base.xml.in.h:1030 msgid "Allow grab and window tree logging" msgstr "Permitir captura e rexistro da árbore de xanelas" -#: ../rules/base.xml.in.h:1027 +#: ../rules/base.xml.in.h:1031 msgid "Adding currency signs to certain keys" msgstr "Engadir o símbolo de divisa a certas teclas" -#: ../rules/base.xml.in.h:1028 +#: ../rules/base.xml.in.h:1032 msgid "Euro on E" msgstr "Euro no E" -#: ../rules/base.xml.in.h:1029 +#: ../rules/base.xml.in.h:1033 msgid "Euro on 2" msgstr "Euro no 2" -#: ../rules/base.xml.in.h:1030 +#: ../rules/base.xml.in.h:1034 msgid "Euro on 4" msgstr "Euro no 4" -#: ../rules/base.xml.in.h:1031 +#: ../rules/base.xml.in.h:1035 msgid "Euro on 5" msgstr "Euro no 5" -#: ../rules/base.xml.in.h:1032 +#: ../rules/base.xml.in.h:1036 msgid "Rupee on 4" msgstr "Rupia no 4" -#: ../rules/base.xml.in.h:1033 +#: ../rules/base.xml.in.h:1037 msgid "Key to choose 5th level" msgstr "Tecla para seleccionar o 5º nivel" -#: ../rules/base.xml.in.h:1034 +#: ../rules/base.xml.in.h:1038 msgid "<Less/Greater> chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "<Menor que/Maior que> elixe o 5º nivel, actúa como un bloqueo unitario ao premerse xunto con outro selector de 5º nivel" -#: ../rules/base.xml.in.h:1035 +#: ../rules/base.xml.in.h:1039 msgid "Right Alt chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Alt dereita elixe o 5º nivel, bloquea ao premerse xunto con outro selector de 5º nivel" -#: ../rules/base.xml.in.h:1036 +#: ../rules/base.xml.in.h:1040 msgid "Left Win chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Win esquerda elixe o 5º nivel, bloquea ao premerse xunto con outro selector de 5º nivel" -#: ../rules/base.xml.in.h:1037 +#: ../rules/base.xml.in.h:1041 msgid "Right Win chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Win dereita elixe o 5º nivel, bloquea ao premerse xunto con outro selector de 5º nivel" -#: ../rules/base.xml.in.h:1038 +#: ../rules/base.xml.in.h:1042 msgid "Using space key to input non-breakable space character" msgstr "Usando a tecla espazo para introducir un carácter de espazo non separábel" -#: ../rules/base.xml.in.h:1039 +#: ../rules/base.xml.in.h:1043 msgid "Usual space at any level" msgstr "Espacio usual en calquera nivel" -#: ../rules/base.xml.in.h:1040 +#: ../rules/base.xml.in.h:1044 msgid "Non-breakable space character at second level" msgstr "Carácter de espazo non separábel no segundo nivel" -#: ../rules/base.xml.in.h:1041 +#: ../rules/base.xml.in.h:1045 msgid "Non-breakable space character at third level" msgstr "Carácter de espazo non separábel no terceiro nivel" -#: ../rules/base.xml.in.h:1042 +#: ../rules/base.xml.in.h:1046 msgid "Non-breakable space character at third level, nothing at fourth level" msgstr "Carácter de espazo non separábel no terceiro nivel, nada no cuarto nivel" -#: ../rules/base.xml.in.h:1043 +#: ../rules/base.xml.in.h:1047 msgid "Non-breakable space character at third level, thin non-breakable space character at fourth level" msgstr "Carácter de espazo non separábel no terceiro nivel, carácter de espazo estreito non separábel no cuarto nivel" -#: ../rules/base.xml.in.h:1044 +#: ../rules/base.xml.in.h:1048 msgid "Non-breakable space character at fourth level" msgstr "Carácter de espazo non separábel no cuarto nivel" -#: ../rules/base.xml.in.h:1045 +#: ../rules/base.xml.in.h:1049 msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level" msgstr "Carácter de espazo non separábel no cuarto nivel, carácter de espacio estreito non separábel no sexto nivel" -#: ../rules/base.xml.in.h:1046 +#: ../rules/base.xml.in.h:1050 msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level (via Ctrl+Shift)" msgstr "Carácter de espazo non separábel no cuarto nivel, carácter de espazo estreito non separábel o sexto nivel (a través de Ctrl+Maiús)" -#: ../rules/base.xml.in.h:1047 +#: ../rules/base.xml.in.h:1051 msgid "Zero-width non-joiner character at second level" msgstr "Carácer de espazo irrompíbel de anchura cero («ZWNJ») no segundo nivel" -#: ../rules/base.xml.in.h:1048 +#: ../rules/base.xml.in.h:1052 msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level" msgstr "Carácer de espazo irrompíbel de anchura cero («ZWNJ») no segundo nivel, carácter de espazo de anchura cero rompíbel («ZWJ») no terceiro nivel" -#: ../rules/base.xml.in.h:1049 +#: ../rules/base.xml.in.h:1053 msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level, non-breakable space character at fourth level" msgstr "Carácer de espazo irrompíbel de anchura cero («ZWNJ») no segundo nivel, carácter de espazo de anchura cero rompíbel («ZWJ») no terceiro nivel, caracter de espazo non separábel no cuarto nivel" -#: ../rules/base.xml.in.h:1050 +#: ../rules/base.xml.in.h:1054 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level" msgstr "Carácer de espazo irrompíbel de anchura cero («ZWNJ») no segundo nivel, carácter de espazo non separábel no terceiro nivel" -#: ../rules/base.xml.in.h:1051 +#: ../rules/base.xml.in.h:1055 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, nothing at fourth level" msgstr "Carácer de espazo irrompíbel de anchura cero («ZWNJ») no segundo nivel, carácter de espazo non separábel no terceiro nivel, nada no cuarto nivel" -#: ../rules/base.xml.in.h:1052 +#: ../rules/base.xml.in.h:1056 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, zero-width joiner at fourth level" msgstr "Carácter de espazo irrompíbel de anchura cero («ZWNJ») no segundo nivel, carácter de espazo non separábel no terceiro nivel, espazo de anchura cero rompíbel («ZWJ») no cuarto nivel" -#: ../rules/base.xml.in.h:1053 +#: ../rules/base.xml.in.h:1057 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, thin non-breakable space at fourth level" msgstr "Carácer de espazo irrompíbel de anchura cero («ZWNJ») no segundo nivel, carácter de espazo non separábel no terceiro nivel, espazo estreito non separábel no cuarto nivel" -#: ../rules/base.xml.in.h:1054 +#: ../rules/base.xml.in.h:1058 msgid "Zero-width non-joiner character at third level, zero-width joiner at fourth level" msgstr "Carácer de espazo irrompíbel de anchura cero («ZWNJ») no terceiro nivel, carácter de anchura cero rompíbel («ZWJ») no cuarto nivel" -#: ../rules/base.xml.in.h:1055 +#: ../rules/base.xml.in.h:1059 msgid "Japanese keyboard options" msgstr "Opcións de teclado xaponés" -#: ../rules/base.xml.in.h:1056 +#: ../rules/base.xml.in.h:1060 msgid "Kana Lock key is locking" msgstr "A tecla Bloq Kana está bloqueando" -#: ../rules/base.xml.in.h:1057 +#: ../rules/base.xml.in.h:1061 msgid "NICOLA-F style Backspace" msgstr "Retroceso estilo NICOLA-F" -#: ../rules/base.xml.in.h:1058 +#: ../rules/base.xml.in.h:1062 msgid "Make Zenkaku Hankaku an additional ESC" msgstr "Facer Zenkaku Hankaku un ESC adicional" -#: ../rules/base.xml.in.h:1059 +#: ../rules/base.xml.in.h:1063 +msgid "Korean Hangul/Hanja keys" +msgstr "Coreano teclas Hangul/Hania" + +#: ../rules/base.xml.in.h:1064 +msgid "Hardware Hangul/Hanja keys" +msgstr "Hardware teclas Hangul/Hania" + +#: ../rules/base.xml.in.h:1065 +msgid "Right Alt as Hangul, right Ctrl as Hanja" +msgstr "Alt dereito como Hangul, Ctrl dereito como Hania" + +#: ../rules/base.xml.in.h:1066 +msgid "Right Ctrl as Hangul, right Alt as Hanja" +msgstr "Ctrl dereito como Hangul, Alt dereito como Hania" + +#: ../rules/base.xml.in.h:1067 msgid "Adding Esperanto supersigned letters" msgstr "Engadir as letras acentuadas do esperanto" -#: ../rules/base.xml.in.h:1060 +#: ../rules/base.xml.in.h:1068 msgid "To the corresponding key in a Qwerty layout" msgstr "Á tecla correspondente nunha disposición Qwerty." -#: ../rules/base.xml.in.h:1061 +#: ../rules/base.xml.in.h:1069 msgid "To the corresponding key in a Dvorak layout" msgstr "Á tecla correspondente nunha disposición Dvorak." -#: ../rules/base.xml.in.h:1062 +#: ../rules/base.xml.in.h:1070 msgid "To the corresponding key in a Colemak layout" msgstr "Á tecla correspondente nunha disposición Colemak." -#: ../rules/base.xml.in.h:1063 +#: ../rules/base.xml.in.h:1071 msgid "Maintain key compatibility with old Solaris keycodes" msgstr "Manter a compatibilidade das teclas cos códigos de teclas antigos de Solaris" -#: ../rules/base.xml.in.h:1064 +#: ../rules/base.xml.in.h:1072 msgid "Sun Key compatibility" msgstr "Compatibilidade coas teclas de Sun" -#: ../rules/base.xml.in.h:1065 +#: ../rules/base.xml.in.h:1073 msgid "Key sequence to kill the X server" msgstr "Secuencia de teclas para matar o servidor X" -#: ../rules/base.xml.in.h:1066 +#: ../rules/base.xml.in.h:1074 msgid "Ctrl + Alt + Backspace" msgstr "Control + Alt + Retroceso" @@ -4063,250 +4093,261 @@ msgid "German (with Hungarian letters and no dead keys)" msgstr "Alemán (con letras húngaras e sen teclas mortas)" #: ../rules/base.extras.xml.in.h:26 +msgid "Polish (Germany, eliminate dead keys)" +msgstr "Polaco (Alemaña, eliminar teclas mortas)" + +#: ../rules/base.extras.xml.in.h:27 msgid "German (Sun Type 6/7)" msgstr "Alemán (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:27 +#: ../rules/base.extras.xml.in.h:28 msgid "German (Aus der Neo-Welt)" msgstr "Alemán (Aus der Neo-Welt)" -#: ../rules/base.extras.xml.in.h:30 +#: ../rules/base.extras.xml.in.h:31 msgid "Avestan" msgstr "Avestán" -#: ../rules/base.extras.xml.in.h:33 +#: ../rules/base.extras.xml.in.h:34 msgid "Lithuanian (US Dvorak with Lithuanian letters)" msgstr "Lituano (Dvorak de EE. UU. con letras lituanas)" -#: ../rules/base.extras.xml.in.h:34 +#: ../rules/base.extras.xml.in.h:35 msgid "Lithuanian (Sun Type 6/7)" msgstr "Lituano (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:37 +#: ../rules/base.extras.xml.in.h:38 msgid "Latvian (US Dvorak)" msgstr "Letón (Dvorak de EE. UU.)" -#: ../rules/base.extras.xml.in.h:38 +#: ../rules/base.extras.xml.in.h:39 msgid "Latvian (US Dvorak, Y variant)" msgstr "Letón (Dvorak de EE. UU., variante Y)" -#: ../rules/base.extras.xml.in.h:39 +#: ../rules/base.extras.xml.in.h:40 msgid "Latvian (US Dvorak, minus variant)" msgstr "Letón (Dvorak de EE. UU., variante menos)" -#: ../rules/base.extras.xml.in.h:40 +#: ../rules/base.extras.xml.in.h:41 msgid "Latvian (programmer US Dvorak)" msgstr "Letón (programador, Dvorak de EE. UU.)" -#: ../rules/base.extras.xml.in.h:41 +#: ../rules/base.extras.xml.in.h:42 msgid "Latvian (programmer US Dvorak, Y variant)" msgstr "Letón (programador, Dvorak de EE. UU., variante Y)" -#: ../rules/base.extras.xml.in.h:42 +#: ../rules/base.extras.xml.in.h:43 msgid "Latvian (programmer US Dvorak, minus variant)" msgstr "Letón (programador, Dvorak de EE. UU., variante menos)" -#: ../rules/base.extras.xml.in.h:43 +#: ../rules/base.extras.xml.in.h:44 msgid "Latvian (US Colemak)" msgstr "Letón (Colemark RU)" -#: ../rules/base.extras.xml.in.h:44 +#: ../rules/base.extras.xml.in.h:45 msgid "Latvian (US Colemak, apostrophe variant)" msgstr "Letón (Colemark de RU, variante con apóstrofo)" -#: ../rules/base.extras.xml.in.h:45 +#: ../rules/base.extras.xml.in.h:46 msgid "Latvian (Sun Type 6/7)" msgstr "Letón (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:48 +#: ../rules/base.extras.xml.in.h:49 msgid "English (US, international AltGr Unicode combining)" msgstr "Inglés (EE. UU., internacional combinando AltGr Unicode)" -#: ../rules/base.extras.xml.in.h:49 +#: ../rules/base.extras.xml.in.h:50 msgid "English (US, international AltGr Unicode combining, alternative)" msgstr "Inglés (EE. UU., internacional combinando AltGr Unicode, alternativa)" -#: ../rules/base.extras.xml.in.h:50 +#: ../rules/base.extras.xml.in.h:51 msgid "Atsina" msgstr "Atsina" -#: ../rules/base.extras.xml.in.h:51 +#: ../rules/base.extras.xml.in.h:52 msgid "Coeur d'Alene Salish" msgstr "Coeur d’Alene salish" -#: ../rules/base.extras.xml.in.h:52 +#: ../rules/base.extras.xml.in.h:53 msgid "Czech Slovak and German (US)" msgstr "Checo Eslovaco e Alemán (US)" -#: ../rules/base.extras.xml.in.h:53 +#: ../rules/base.extras.xml.in.h:54 msgid "English (US, Sun Type 6/7)" msgstr "Inglés (USA, Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:54 +#: ../rules/base.extras.xml.in.h:55 msgid "English (Norman)" msgstr "Inglés (Norman)" -#: ../rules/base.extras.xml.in.h:57 +#: ../rules/base.extras.xml.in.h:58 msgid "Polish (international with dead keys)" msgstr "Polaco (internacional con teclas mortas)" -#: ../rules/base.extras.xml.in.h:58 +#: ../rules/base.extras.xml.in.h:59 msgid "Polish (Colemak)" msgstr "Polaco (Colemark)" -#: ../rules/base.extras.xml.in.h:59 +#: ../rules/base.extras.xml.in.h:60 msgid "Polish (Sun Type 6/7)" msgstr "Polaco (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:63 +#: ../rules/base.extras.xml.in.h:64 msgid "Crimean Tatar (Dobruja Q)" msgstr "Tártaro de Crimea (Dobruca Q)" -#: ../rules/base.extras.xml.in.h:64 +#: ../rules/base.extras.xml.in.h:65 msgid "Romanian (ergonomic Touchtype)" msgstr "Rumanía (tipo de pulsación ergonómica)" -#: ../rules/base.extras.xml.in.h:65 +#: ../rules/base.extras.xml.in.h:66 msgid "Romanian (Sun Type 6/7)" msgstr "Romanés (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:68 +#: ../rules/base.extras.xml.in.h:69 msgid "Serbian (combining accents instead of dead keys)" msgstr "Serbio (combinar tiles no lugar de teclas mortas)" -#: ../rules/base.extras.xml.in.h:71 +#: ../rules/base.extras.xml.in.h:72 msgid "Church Slavonic" msgstr "Idioma da Igrexa eslavona" -#: ../rules/base.extras.xml.in.h:72 +#: ../rules/base.extras.xml.in.h:73 msgid "Russian (with Ukrainian-Belorussian layout)" msgstr "Ruso (con distribución ucraína e bielorrusa)" -#: ../rules/base.extras.xml.in.h:73 +#: ../rules/base.extras.xml.in.h:74 msgid "Russian (Sun Type 6/7)" msgstr "Ruso (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:76 +#: ../rules/base.extras.xml.in.h:77 msgid "Armenian (OLPC phonetic)" msgstr "Armenio (OLPC fonético)" -#: ../rules/base.extras.xml.in.h:79 +#: ../rules/base.extras.xml.in.h:80 msgid "Hebrew (Biblical, SIL phonetic)" msgstr "Hebreo (bíblico, SIL fonético)" -#: ../rules/base.extras.xml.in.h:82 +#: ../rules/base.extras.xml.in.h:83 msgid "Arabic (Sun Type 6/7)" msgstr "Árabe (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:85 +#: ../rules/base.extras.xml.in.h:86 msgid "Belgian (Sun Type 6/7)" msgstr "Belga (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:88 +#: ../rules/base.extras.xml.in.h:89 msgid "Portuguese (Brazil, Sun Type 6/7)" msgstr "Portugués (Brasil, Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:91 +#: ../rules/base.extras.xml.in.h:92 msgid "Czech (Sun Type 6/7)" msgstr "Checo (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:94 +#: ../rules/base.extras.xml.in.h:95 msgid "Danish (Sun Type 6/7)" msgstr "Danés (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:97 +#: ../rules/base.extras.xml.in.h:98 msgid "Dutch (Sun Type 6/7)" msgstr "Holandés (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:100 +#: ../rules/base.extras.xml.in.h:101 msgid "Estonian (Sun Type 6/7)" msgstr "Estoniano (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:103 +#: ../rules/base.extras.xml.in.h:104 msgid "Finnish (Sun Type 6/7)" msgstr "Finés (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:105 +#: ../rules/base.extras.xml.in.h:106 msgid "French (Sun Type 6/7)" msgstr "Francés (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:108 +#: ../rules/base.extras.xml.in.h:109 msgid "Greek (Sun Type 6/7)" msgstr "Grego (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:111 +#: ../rules/base.extras.xml.in.h:112 msgid "Italian (Sun Type 6/7)" msgstr "Italiano (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:114 +#: ../rules/base.extras.xml.in.h:115 msgid "Japanese (Sun Type 6)" msgstr "Xaponés (Sun Type 6)" -#: ../rules/base.extras.xml.in.h:115 +#: ../rules/base.extras.xml.in.h:116 msgid "Japanese (Sun Type 7 - pc compatible)" msgstr "Xaponés (Sun Type 7 - pc compatíbel)" -#: ../rules/base.extras.xml.in.h:116 +#: ../rules/base.extras.xml.in.h:117 msgid "Japanese (Sun Type 7 - sun compatible)" msgstr "Xaponés (Sun Type 7 - sun compatíbel)" -#: ../rules/base.extras.xml.in.h:119 +#: ../rules/base.extras.xml.in.h:120 msgid "Norwegian (Sun Type 6/7)" msgstr "Noruegués (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:121 +#: ../rules/base.extras.xml.in.h:122 msgid "Portuguese (Sun Type 6/7)" msgstr "Portugués (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:124 +#: ../rules/base.extras.xml.in.h:125 msgid "Slovak (Sun Type 6/7)" msgstr "Eslovaco (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:127 +#: ../rules/base.extras.xml.in.h:128 msgid "Spanish (Sun Type 6/7)" msgstr "Español (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:130 +#: ../rules/base.extras.xml.in.h:131 msgid "Swedish (Dvorak A5)" msgstr "Sueco (Dvorak A5)" -#: ../rules/base.extras.xml.in.h:131 +#: ../rules/base.extras.xml.in.h:132 msgid "Swedish (Sun Type 6/7)" msgstr "Sueco (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:133 +#: ../rules/base.extras.xml.in.h:134 msgid "German (Switzerland, Sun Type 6/7)" msgstr "Alemán (Suíza, Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:134 +#: ../rules/base.extras.xml.in.h:135 msgid "French (Switzerland, Sun Type 6/7)" msgstr "Francés (Suíza, Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:137 +#: ../rules/base.extras.xml.in.h:138 msgid "Turkish (Sun Type 6/7)" msgstr "Turco (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:140 +#: ../rules/base.extras.xml.in.h:141 msgid "Ukrainian (Sun Type 6/7)" msgstr "Ucraíno (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:142 +#: ../rules/base.extras.xml.in.h:143 msgid "English (UK, Sun Type 6/7)" msgstr "Inglés (R.U, Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:145 +#: ../rules/base.extras.xml.in.h:146 msgid "Korean (Sun Type 6/7)" msgstr "Coreano (Sun Type 6/7)" #. Keyboard indicator for European layouts -#: ../rules/base.extras.xml.in.h:147 +#: ../rules/base.extras.xml.in.h:148 msgid "eu" msgstr "eu" -#: ../rules/base.extras.xml.in.h:148 +#: ../rules/base.extras.xml.in.h:149 msgid "EurKEY (US based layout with european letters)" msgstr "EurKEY (disposición tipo US con letras europeas)" +#: ../rules/base.extras.xml.in.h:152 +msgid "Mmuock" +msgstr "Mmuock" + +#~ msgid "Shift with numeric keypad keys works as in MS Windows" +#~ msgstr "Maiús coas teclas do teclado numérico funcionan como en MS Windows" + #~ msgid "Bengali" #~ msgstr "Bengalí" diff --git a/xorg-server/xkeyboard-config/po/hu.po b/xorg-server/xkeyboard-config/po/hu.po index c84ca9725..6b5f47b14 100644 --- a/xorg-server/xkeyboard-config/po/hu.po +++ b/xorg-server/xkeyboard-config/po/hu.po @@ -1,17 +1,17 @@ # Hungarian translation for xkeyboard-config -# Copyright (C) 2004, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014. Free Software Foundation, Inc. +# Copyright (C) 2004, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015. Free Software Foundation, Inc. # This file is distributed under the same license as the xkeyboard-config package. # # Andras Timar , 2004. -# Szilveszter Farkas , 2006. +# Szilveszter Farkas , 2006. # Gabor Kelemen , 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014. -# Balázs Úr , 2014. +# Balázs Úr , 2014, 2015. msgid "" msgstr "" -"Project-Id-Version: xkeyboard-config 2.12.99\n" +"Project-Id-Version: xkeyboard-config 2.13.99\n" "Report-Msgid-Bugs-To: svu@users.sourceforge.net\n" -"POT-Creation-Date: 2014-09-18 23:46+0100\n" -"PO-Revision-Date: 2014-09-22 20:53+0200\n" +"POT-Creation-Date: 2015-01-15 01:16+0000\n" +"PO-Revision-Date: 2015-01-18 20:15+0100\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" "Language: hu\n" @@ -19,7 +19,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 1.2\n" #: ../rules/base.xml.in.h:1 msgid "Generic 101-key PC" @@ -758,11 +758,11 @@ msgid "Htc Dream phone" msgstr "Htc Dream telefon" #. Keyboard indicator for English layouts -#: ../rules/base.xml.in.h:186 ../rules/base.extras.xml.in.h:46 +#: ../rules/base.xml.in.h:186 ../rules/base.extras.xml.in.h:47 msgid "en" msgstr "en" -#: ../rules/base.xml.in.h:187 ../rules/base.extras.xml.in.h:47 +#: ../rules/base.xml.in.h:187 ../rules/base.extras.xml.in.h:48 msgid "English (US)" msgstr "Angol (US)" @@ -820,7 +820,7 @@ msgid "English (programmer Dvorak)" msgstr "Angol (programozói Dvorak)" #. Keyboard indicator for Russian layouts -#: ../rules/base.xml.in.h:203 ../rules/base.extras.xml.in.h:69 +#: ../rules/base.xml.in.h:203 ../rules/base.extras.xml.in.h:70 msgid "ru" msgstr "ru" @@ -853,7 +853,7 @@ msgid "English (Workman, international with dead keys)" msgstr "Angol (Workman nemzetközi, halott billentyűkkel)" #. Keyboard indicator for Persian layouts -#: ../rules/base.xml.in.h:212 ../rules/base.extras.xml.in.h:28 +#: ../rules/base.xml.in.h:212 ../rules/base.extras.xml.in.h:29 msgid "fa" msgstr "fa" @@ -892,11 +892,11 @@ msgid "Uzbek (Afghanistan, OLPC)" msgstr "Üzbég (Afganisztán, OLPC)" #. Keyboard indicator for Arabic layouts -#: ../rules/base.xml.in.h:224 ../rules/base.extras.xml.in.h:80 +#: ../rules/base.xml.in.h:224 ../rules/base.extras.xml.in.h:81 msgid "ar" msgstr "ar" -#: ../rules/base.xml.in.h:225 ../rules/base.extras.xml.in.h:81 +#: ../rules/base.xml.in.h:225 ../rules/base.extras.xml.in.h:82 msgid "Arabic" msgstr "Arab" @@ -938,11 +938,11 @@ msgid "Albanian (Plisi D1)" msgstr "Albán (Plisi D1)" #. Keyboard indicator for Armenian layouts -#: ../rules/base.xml.in.h:237 ../rules/base.extras.xml.in.h:74 +#: ../rules/base.xml.in.h:237 ../rules/base.extras.xml.in.h:75 msgid "hy" msgstr "hy" -#: ../rules/base.xml.in.h:238 ../rules/base.extras.xml.in.h:75 +#: ../rules/base.xml.in.h:238 ../rules/base.extras.xml.in.h:76 msgid "Armenian" msgstr "Örmény" @@ -1018,11 +1018,11 @@ msgid "Belarusian (Latin)" msgstr "Belorusz (Latin)" #. Keyboard indicator for Belgian layouts -#: ../rules/base.xml.in.h:260 ../rules/base.extras.xml.in.h:83 +#: ../rules/base.xml.in.h:260 ../rules/base.extras.xml.in.h:84 msgid "be" msgstr "be" -#: ../rules/base.xml.in.h:261 ../rules/base.extras.xml.in.h:84 +#: ../rules/base.xml.in.h:261 ../rules/base.extras.xml.in.h:85 msgid "Belgian" msgstr "Belga" @@ -1285,11 +1285,11 @@ msgid "Bosnian (US keyboard with Bosnian letters)" msgstr "Bosnyák (US billentyűzet bosnyák betűkkel)" #. Keyboard indicator for Portuguese layouts -#: ../rules/base.xml.in.h:338 ../rules/base.extras.xml.in.h:86 +#: ../rules/base.xml.in.h:338 ../rules/base.extras.xml.in.h:87 msgid "pt" msgstr "pt" -#: ../rules/base.xml.in.h:339 ../rules/base.extras.xml.in.h:87 +#: ../rules/base.xml.in.h:339 ../rules/base.extras.xml.in.h:88 msgid "Portuguese (Brazil)" msgstr "Portugál (brazil)" @@ -1373,11 +1373,11 @@ msgid "Berber (Morocco, Tifinagh extended phonetic)" msgstr "Berber (Marokkó, kibővített fonetikus Tifinagh)" #. Keyboard indicator for Cameroon layouts -#: ../rules/base.xml.in.h:363 ../rules/base.extras.xml.in.h:149 +#: ../rules/base.xml.in.h:363 ../rules/base.extras.xml.in.h:150 msgid "cm" msgstr "cm" -#: ../rules/base.xml.in.h:364 ../rules/base.extras.xml.in.h:150 +#: ../rules/base.xml.in.h:364 ../rules/base.extras.xml.in.h:151 msgid "English (Cameroon)" msgstr "Angol (Kamerun)" @@ -1498,11 +1498,11 @@ msgid "Croatian (US keyboard with Croatian letters)" msgstr "Horvát (US billentyűzet horvát betűkkel)" #. Keyboard indicator for Chech layouts -#: ../rules/base.xml.in.h:398 ../rules/base.extras.xml.in.h:89 +#: ../rules/base.xml.in.h:398 ../rules/base.extras.xml.in.h:90 msgid "cs" msgstr "cs" -#: ../rules/base.xml.in.h:399 ../rules/base.extras.xml.in.h:90 +#: ../rules/base.xml.in.h:399 ../rules/base.extras.xml.in.h:91 msgid "Czech" msgstr "Cseh" @@ -1527,11 +1527,11 @@ msgid "Czech (US Dvorak with CZ UCW support)" msgstr "Cseh (US Dvorak CZ UCW támogatással)" #. Keyboard indicator for Danish layouts -#: ../rules/base.xml.in.h:406 ../rules/base.extras.xml.in.h:92 +#: ../rules/base.xml.in.h:406 ../rules/base.extras.xml.in.h:93 msgid "da" msgstr "da" -#: ../rules/base.xml.in.h:407 ../rules/base.extras.xml.in.h:93 +#: ../rules/base.xml.in.h:407 ../rules/base.extras.xml.in.h:94 msgid "Danish" msgstr "Dán" @@ -1556,11 +1556,11 @@ msgid "Danish (Dvorak)" msgstr "Dán (Dvorak)" #. Keyboard indicator for Dutch layouts -#: ../rules/base.xml.in.h:414 ../rules/base.extras.xml.in.h:95 +#: ../rules/base.xml.in.h:414 ../rules/base.extras.xml.in.h:96 msgid "nl" msgstr "nl" -#: ../rules/base.xml.in.h:415 ../rules/base.extras.xml.in.h:96 +#: ../rules/base.xml.in.h:415 ../rules/base.extras.xml.in.h:97 msgid "Dutch" msgstr "Holland" @@ -1586,11 +1586,11 @@ msgid "Dzongkha" msgstr "Dzongkha" #. Keyboard indicator for Estonian layouts -#: ../rules/base.xml.in.h:423 ../rules/base.extras.xml.in.h:98 +#: ../rules/base.xml.in.h:423 ../rules/base.extras.xml.in.h:99 msgid "et" msgstr "et" -#: ../rules/base.xml.in.h:424 ../rules/base.extras.xml.in.h:99 +#: ../rules/base.xml.in.h:424 ../rules/base.extras.xml.in.h:100 msgid "Estonian" msgstr "Észt" @@ -1606,7 +1606,7 @@ msgstr "Észt (Dvorak)" msgid "Estonian (US keyboard with Estonian letters)" msgstr "Észt (US billentyűzet észt betűkkel)" -#: ../rules/base.xml.in.h:428 ../rules/base.extras.xml.in.h:29 +#: ../rules/base.xml.in.h:428 ../rules/base.extras.xml.in.h:30 msgid "Persian" msgstr "Perzsa" @@ -1669,11 +1669,11 @@ msgid "Faroese (eliminate dead keys)" msgstr "Feröeri (halott billentyűk tiltása)" #. Keyboard indicator for Finnish layouts -#: ../rules/base.xml.in.h:446 ../rules/base.extras.xml.in.h:101 +#: ../rules/base.xml.in.h:446 ../rules/base.extras.xml.in.h:102 msgid "fi" msgstr "fi" -#: ../rules/base.xml.in.h:447 ../rules/base.extras.xml.in.h:102 +#: ../rules/base.xml.in.h:447 ../rules/base.extras.xml.in.h:103 msgid "Finnish" msgstr "Finn" @@ -1697,7 +1697,7 @@ msgstr "Északi szami (Finnország)" msgid "Finnish (Macintosh)" msgstr "Finn (Macintosh)" -#: ../rules/base.xml.in.h:453 ../rules/base.extras.xml.in.h:104 +#: ../rules/base.xml.in.h:453 ../rules/base.extras.xml.in.h:105 msgid "French" msgstr "Francia" @@ -1739,11 +1739,11 @@ msgstr "Francia (hagyományos, alternatív, Sun halott billentyűk)" #: ../rules/base.xml.in.h:463 msgid "French (Bepo, ergonomic, Dvorak way)" -msgstr "Finn (Bepo, ergonomikus, Dvorak kiosztás)" +msgstr "Francia (Bepo, ergonomikus, Dvorak kiosztás)" #: ../rules/base.xml.in.h:464 msgid "French (Bepo, ergonomic, Dvorak way, Latin-9 only)" -msgstr "Finn (Bepo, ergonomikus, Dvorak kiosztás, csak Latin-9)" +msgstr "Francia (Bepo, ergonomikus, Dvorak kiosztás, csak Latin-9)" #: ../rules/base.xml.in.h:465 msgid "French (Dvorak)" @@ -1933,11 +1933,11 @@ msgid "German (legacy)" msgstr "Német (hagyományos)" #. Keyboard indicator for Greek layouts -#: ../rules/base.xml.in.h:518 ../rules/base.extras.xml.in.h:106 +#: ../rules/base.xml.in.h:518 ../rules/base.extras.xml.in.h:107 msgid "gr" msgstr "gr" -#: ../rules/base.xml.in.h:519 ../rules/base.extras.xml.in.h:107 +#: ../rules/base.xml.in.h:519 ../rules/base.extras.xml.in.h:108 msgid "Greek" msgstr "Görög" @@ -2072,11 +2072,11 @@ msgid "Icelandic (Dvorak)" msgstr "Izlandi (Dvorak)" #. Keyboard indicator for Hebrew layouts -#: ../rules/base.xml.in.h:555 ../rules/base.extras.xml.in.h:77 +#: ../rules/base.xml.in.h:555 ../rules/base.extras.xml.in.h:78 msgid "he" msgstr "he" -#: ../rules/base.xml.in.h:556 ../rules/base.extras.xml.in.h:78 +#: ../rules/base.xml.in.h:556 ../rules/base.extras.xml.in.h:79 msgid "Hebrew" msgstr "Héber" @@ -2093,11 +2093,11 @@ msgid "Hebrew (Biblical, Tiro)" msgstr "Héber (Bibliai, Tiro)" #. Keyboard indicator for Italian layouts -#: ../rules/base.xml.in.h:561 ../rules/base.extras.xml.in.h:109 +#: ../rules/base.xml.in.h:561 ../rules/base.extras.xml.in.h:110 msgid "it" msgstr "it" -#: ../rules/base.xml.in.h:562 ../rules/base.extras.xml.in.h:110 +#: ../rules/base.xml.in.h:562 ../rules/base.extras.xml.in.h:111 msgid "Italian" msgstr "Olasz" @@ -2126,11 +2126,11 @@ msgid "Italian (IBM 142)" msgstr "Olasz (IBM 142)" #. Keyboard indicator for Japanese layouts -#: ../rules/base.xml.in.h:570 ../rules/base.extras.xml.in.h:112 +#: ../rules/base.xml.in.h:570 ../rules/base.extras.xml.in.h:113 msgid "ja" msgstr "ja" -#: ../rules/base.xml.in.h:571 ../rules/base.extras.xml.in.h:113 +#: ../rules/base.xml.in.h:571 ../rules/base.extras.xml.in.h:114 msgid "Japanese" msgstr "Japán" @@ -2207,7 +2207,7 @@ msgid "Lao (STEA proposed standard layout)" msgstr "Lao (STEA által javasolt szabványos)" #. Keyboard indicator for Spanish layouts -#: ../rules/base.xml.in.h:594 ../rules/base.extras.xml.in.h:125 +#: ../rules/base.xml.in.h:594 ../rules/base.extras.xml.in.h:126 msgid "es" msgstr "es" @@ -2228,11 +2228,11 @@ msgid "Spanish (Latin American, Sun dead keys)" msgstr "Spanyol (latin-amerikai, Sun halott billentyűk)" #. Keyboard indicator for Lithuanian layouts -#: ../rules/base.xml.in.h:600 ../rules/base.extras.xml.in.h:31 +#: ../rules/base.xml.in.h:600 ../rules/base.extras.xml.in.h:32 msgid "lt" msgstr "lt" -#: ../rules/base.xml.in.h:601 ../rules/base.extras.xml.in.h:32 +#: ../rules/base.xml.in.h:601 ../rules/base.extras.xml.in.h:33 msgid "Lithuanian" msgstr "Litván" @@ -2257,11 +2257,11 @@ msgid "Lithuanian (LEKPa)" msgstr "Litván (LEKPa)" #. Keyboard indicator for Latvian layouts -#: ../rules/base.xml.in.h:608 ../rules/base.extras.xml.in.h:35 +#: ../rules/base.xml.in.h:608 ../rules/base.extras.xml.in.h:36 msgid "lv" msgstr "lv" -#: ../rules/base.xml.in.h:609 ../rules/base.extras.xml.in.h:36 +#: ../rules/base.xml.in.h:609 ../rules/base.extras.xml.in.h:37 msgid "Latvian" msgstr "Lett" @@ -2299,7 +2299,7 @@ msgid "Maori" msgstr "Maori" #. Keyboard indicator for Serbian layouts -#: ../rules/base.xml.in.h:620 ../rules/base.extras.xml.in.h:66 +#: ../rules/base.xml.in.h:620 ../rules/base.extras.xml.in.h:67 msgid "sr" msgstr "sr" @@ -2371,11 +2371,11 @@ msgid "Mongolian" msgstr "Mongol" #. Keyboard indicator for Norwegian layouts -#: ../rules/base.xml.in.h:641 ../rules/base.extras.xml.in.h:117 +#: ../rules/base.xml.in.h:641 ../rules/base.extras.xml.in.h:118 msgid "no" msgstr "no" -#: ../rules/base.xml.in.h:642 ../rules/base.extras.xml.in.h:118 +#: ../rules/base.xml.in.h:642 ../rules/base.extras.xml.in.h:119 msgid "Norwegian" msgstr "Norvég" @@ -2412,11 +2412,11 @@ msgid "Norwegian (Colemak)" msgstr "Norvég (Colemak)" #. Keyboard indicator for Polish layouts -#: ../rules/base.xml.in.h:652 ../rules/base.extras.xml.in.h:55 +#: ../rules/base.xml.in.h:652 ../rules/base.extras.xml.in.h:56 msgid "pl" msgstr "pl" -#: ../rules/base.xml.in.h:653 ../rules/base.extras.xml.in.h:56 +#: ../rules/base.xml.in.h:653 ../rules/base.extras.xml.in.h:57 msgid "Polish" msgstr "Lengyel" @@ -2456,7 +2456,7 @@ msgstr "Orosz (Lengyelország, fonetikus Dvorak)" msgid "Polish (programmer Dvorak)" msgstr "Lengyel (programozói Dvorak)" -#: ../rules/base.xml.in.h:663 ../rules/base.extras.xml.in.h:120 +#: ../rules/base.xml.in.h:663 ../rules/base.extras.xml.in.h:121 msgid "Portuguese" msgstr "Portugál" @@ -2493,11 +2493,11 @@ msgid "Esperanto (Portugal, Nativo)" msgstr "Eszperantó (Portugália, Nativo)" #. Keyboard indicator for Romanian layouts -#: ../rules/base.xml.in.h:673 ../rules/base.extras.xml.in.h:60 +#: ../rules/base.xml.in.h:673 ../rules/base.extras.xml.in.h:61 msgid "ro" msgstr "ro" -#: ../rules/base.xml.in.h:674 ../rules/base.extras.xml.in.h:61 +#: ../rules/base.xml.in.h:674 ../rules/base.extras.xml.in.h:62 msgid "Romanian" msgstr "Román" @@ -2517,7 +2517,7 @@ msgstr "Román (szabványos cédille)" msgid "Romanian (WinKeys)" msgstr "Román (Win billentyűk)" -#: ../rules/base.xml.in.h:679 ../rules/base.extras.xml.in.h:70 +#: ../rules/base.xml.in.h:679 ../rules/base.extras.xml.in.h:71 msgid "Russian" msgstr "Orosz" @@ -2597,1390 +2597,1414 @@ msgstr "Baskír" msgid "Mari" msgstr "Mari" -#: ../rules/base.xml.in.h:699 ../rules/base.extras.xml.in.h:67 +#: ../rules/base.xml.in.h:699 +msgid "Russian (phonetic azerty)" +msgstr "Orosz (fonetikus azerty)" + +#: ../rules/base.xml.in.h:700 +msgid "Russian (phonetic French)" +msgstr "Orosz (fonetikus francia)" + +#: ../rules/base.xml.in.h:701 ../rules/base.extras.xml.in.h:68 msgid "Serbian" msgstr "Szerb" -#: ../rules/base.xml.in.h:700 +#: ../rules/base.xml.in.h:702 msgid "Serbian (Cyrillic, ZE and ZHE swapped)" msgstr "Szerb (Cirill, a ZE és a ZHE felcserélve)" -#: ../rules/base.xml.in.h:701 +#: ../rules/base.xml.in.h:703 msgid "Serbian (Latin)" msgstr "Szerb (latin)" -#: ../rules/base.xml.in.h:702 +#: ../rules/base.xml.in.h:704 msgid "Serbian (Latin Unicode)" msgstr "Szerb (latin Unicode)" -#: ../rules/base.xml.in.h:703 +#: ../rules/base.xml.in.h:705 msgid "Serbian (Latin qwerty)" msgstr "Szerb (latin qwerty)" -#: ../rules/base.xml.in.h:704 +#: ../rules/base.xml.in.h:706 msgid "Serbian (Latin Unicode qwerty)" msgstr "Szerb (latin Unicode qwerty)" -#: ../rules/base.xml.in.h:705 +#: ../rules/base.xml.in.h:707 msgid "Serbian (Cyrillic with guillemets)" msgstr "Szerb (cirill, »csúcsos« idézőjelekkel)" -#: ../rules/base.xml.in.h:706 +#: ../rules/base.xml.in.h:708 msgid "Serbian (Latin with guillemets)" msgstr "Szerb (latin, »csúcsos« idézőjelekkel)" -#: ../rules/base.xml.in.h:707 +#: ../rules/base.xml.in.h:709 msgid "Pannonian Rusyn" msgstr "Pannon ruszin" #. Keyboard indicator for Slovenian layouts -#: ../rules/base.xml.in.h:709 +#: ../rules/base.xml.in.h:711 msgid "sl" msgstr "sl" -#: ../rules/base.xml.in.h:710 +#: ../rules/base.xml.in.h:712 msgid "Slovenian" msgstr "Szlovén" -#: ../rules/base.xml.in.h:711 +#: ../rules/base.xml.in.h:713 msgid "Slovenian (with guillemets for quotes)" msgstr "Szlovén (»csúcsos« idézőjelekkel az idézetekhez)" -#: ../rules/base.xml.in.h:712 +#: ../rules/base.xml.in.h:714 msgid "Slovenian (US keyboard with Slovenian letters)" msgstr "Szlovén (US billentyűzet szlovén betűkkel)" #. Keyboard indicator for Slovak layouts -#: ../rules/base.xml.in.h:714 ../rules/base.extras.xml.in.h:122 +#: ../rules/base.xml.in.h:716 ../rules/base.extras.xml.in.h:123 msgid "sk" msgstr "sk" -#: ../rules/base.xml.in.h:715 ../rules/base.extras.xml.in.h:123 +#: ../rules/base.xml.in.h:717 ../rules/base.extras.xml.in.h:124 msgid "Slovak" msgstr "Szlovák" -#: ../rules/base.xml.in.h:716 +#: ../rules/base.xml.in.h:718 msgid "Slovak (extended Backslash)" msgstr "Szlovák (kibővített fordított törtvonal)" -#: ../rules/base.xml.in.h:717 +#: ../rules/base.xml.in.h:719 msgid "Slovak (qwerty)" msgstr "Szlovák (qwerty)" -#: ../rules/base.xml.in.h:718 +#: ../rules/base.xml.in.h:720 msgid "Slovak (qwerty, extended Backslash)" msgstr "Szlovák (qwerty, kibővített fordított törtvonal)" -#: ../rules/base.xml.in.h:719 ../rules/base.extras.xml.in.h:126 +#: ../rules/base.xml.in.h:721 ../rules/base.extras.xml.in.h:127 msgid "Spanish" msgstr "Spanyol" -#: ../rules/base.xml.in.h:720 +#: ../rules/base.xml.in.h:722 msgid "Spanish (eliminate dead keys)" msgstr "Spanyol (halott billentyűk tiltása)" -#: ../rules/base.xml.in.h:721 +#: ../rules/base.xml.in.h:723 msgid "Spanish (Winkeys)" msgstr "Spanyol (Win billentyűk)" -#: ../rules/base.xml.in.h:722 +#: ../rules/base.xml.in.h:724 msgid "Spanish (include dead tilde)" msgstr "Spanyol (halott tilde felvétele)" -#: ../rules/base.xml.in.h:723 +#: ../rules/base.xml.in.h:725 msgid "Spanish (Sun dead keys)" msgstr "Spanyol (Sun halott billentyűk)" -#: ../rules/base.xml.in.h:724 +#: ../rules/base.xml.in.h:726 msgid "Spanish (Dvorak)" msgstr "Spanyol (Dvorak)" -#: ../rules/base.xml.in.h:725 +#: ../rules/base.xml.in.h:727 msgid "Asturian (Spain, with bottom-dot H and bottom-dot L)" msgstr "Asztúri (Spanyolország, középső pontos H és alsó pontos L karakterrel)" -#: ../rules/base.xml.in.h:726 +#: ../rules/base.xml.in.h:728 msgid "Catalan (Spain, with middle-dot L)" msgstr "Katalán (Spanyolország, középső pontos L karakterrel)" -#: ../rules/base.xml.in.h:727 +#: ../rules/base.xml.in.h:729 msgid "Spanish (Macintosh)" msgstr "Spanyol (Macintosh)" #. Keyboard indicator for Swedish layouts -#: ../rules/base.xml.in.h:729 ../rules/base.extras.xml.in.h:128 +#: ../rules/base.xml.in.h:731 ../rules/base.extras.xml.in.h:129 msgid "sv" msgstr "sv" -#: ../rules/base.xml.in.h:730 ../rules/base.extras.xml.in.h:129 +#: ../rules/base.xml.in.h:732 ../rules/base.extras.xml.in.h:130 msgid "Swedish" msgstr "Svéd" -#: ../rules/base.xml.in.h:731 +#: ../rules/base.xml.in.h:733 msgid "Swedish (eliminate dead keys)" msgstr "Svéd (halott billentyűk tiltása)" -#: ../rules/base.xml.in.h:732 +#: ../rules/base.xml.in.h:734 msgid "Swedish (Dvorak)" msgstr "Svéd (Dvorak)" -#: ../rules/base.xml.in.h:733 +#: ../rules/base.xml.in.h:735 msgid "Russian (Sweden, phonetic)" msgstr "Orosz (Svédország, fonetikus)" -#: ../rules/base.xml.in.h:734 +#: ../rules/base.xml.in.h:736 msgid "Russian (Sweden, phonetic, eliminate dead keys)" msgstr "Orosz (Svédország, fonetikus, halott billentyűk tiltása)" -#: ../rules/base.xml.in.h:735 +#: ../rules/base.xml.in.h:737 msgid "Northern Saami (Sweden)" msgstr "Északi szami (Svédország)" -#: ../rules/base.xml.in.h:736 +#: ../rules/base.xml.in.h:738 msgid "Swedish (Macintosh)" msgstr "Svéd (Macintosh)" -#: ../rules/base.xml.in.h:737 +#: ../rules/base.xml.in.h:739 msgid "Swedish (Svdvorak)" msgstr "Svéd (Svdvorak)" -#: ../rules/base.xml.in.h:738 +#: ../rules/base.xml.in.h:740 msgid "Swedish Sign Language" msgstr "Svéd jelnyelv" -#: ../rules/base.xml.in.h:739 ../rules/base.extras.xml.in.h:132 +#: ../rules/base.xml.in.h:741 ../rules/base.extras.xml.in.h:133 msgid "German (Switzerland)" msgstr "Német (Svájc)" -#: ../rules/base.xml.in.h:740 +#: ../rules/base.xml.in.h:742 msgid "German (Switzerland, legacy)" msgstr "Német (Svájc, hagyományos)" -#: ../rules/base.xml.in.h:741 +#: ../rules/base.xml.in.h:743 msgid "German (Switzerland, eliminate dead keys)" msgstr "Német (Svájc, halott billentyűk tiltása)" -#: ../rules/base.xml.in.h:742 +#: ../rules/base.xml.in.h:744 msgid "German (Switzerland, Sun dead keys)" msgstr "Német (Svájc, Sun halott billentyűk)" -#: ../rules/base.xml.in.h:743 +#: ../rules/base.xml.in.h:745 msgid "French (Switzerland)" msgstr "Francia (Svájc)" -#: ../rules/base.xml.in.h:744 +#: ../rules/base.xml.in.h:746 msgid "French (Switzerland, eliminate dead keys)" msgstr "Francia (Svájc, halott billentyűk tiltása)" -#: ../rules/base.xml.in.h:745 +#: ../rules/base.xml.in.h:747 msgid "French (Switzerland, Sun dead keys)" msgstr "Francia (Svájc, Sun halott billentyűk)" -#: ../rules/base.xml.in.h:746 +#: ../rules/base.xml.in.h:748 msgid "French (Switzerland, Macintosh)" msgstr "Francia (Svájc, Macintosh)" -#: ../rules/base.xml.in.h:747 +#: ../rules/base.xml.in.h:749 msgid "German (Switzerland, Macintosh)" msgstr "Német (Svájc, Macintosh)" -#: ../rules/base.xml.in.h:748 +#: ../rules/base.xml.in.h:750 msgid "Arabic (Syria)" msgstr "Arab (Szíria)" #. Keyboard indicator for Syriac layouts -#: ../rules/base.xml.in.h:750 +#: ../rules/base.xml.in.h:752 msgid "syc" msgstr "syc" -#: ../rules/base.xml.in.h:751 +#: ../rules/base.xml.in.h:753 msgid "Syriac" msgstr "Szír" -#: ../rules/base.xml.in.h:752 +#: ../rules/base.xml.in.h:754 msgid "Syriac (phonetic)" msgstr "Szír (fonetikus)" -#: ../rules/base.xml.in.h:753 +#: ../rules/base.xml.in.h:755 msgid "Kurdish (Syria, Latin Q)" msgstr "Kurd (Szíria, latin Q)" -#: ../rules/base.xml.in.h:754 +#: ../rules/base.xml.in.h:756 msgid "Kurdish (Syria, F)" msgstr "Kurd (Szíria, F)" -#: ../rules/base.xml.in.h:755 +#: ../rules/base.xml.in.h:757 msgid "Kurdish (Syria, Latin Alt-Q)" msgstr "Kurd (Szíria, latin Alt-Q)" #. Keyboard indicator for Tajik layouts -#: ../rules/base.xml.in.h:757 +#: ../rules/base.xml.in.h:759 msgid "tg" msgstr "tg" -#: ../rules/base.xml.in.h:758 +#: ../rules/base.xml.in.h:760 msgid "Tajik" msgstr "Tádzsik" -#: ../rules/base.xml.in.h:759 +#: ../rules/base.xml.in.h:761 msgid "Tajik (legacy)" msgstr "Tádzsik (hagyományos)" #. Keyboard indicator for Sinhala layouts -#: ../rules/base.xml.in.h:761 +#: ../rules/base.xml.in.h:763 msgid "si" msgstr "si" -#: ../rules/base.xml.in.h:762 +#: ../rules/base.xml.in.h:764 msgid "Sinhala (phonetic)" msgstr "Szingaléz (fonetikus)" -#: ../rules/base.xml.in.h:763 +#: ../rules/base.xml.in.h:765 msgid "Tamil (Sri Lanka, Unicode)" msgstr "Tamil (Sri Lanka, Unicode)" -#: ../rules/base.xml.in.h:764 +#: ../rules/base.xml.in.h:766 msgid "Tamil (Sri Lanka, TAB Typewriter)" msgstr "Tamil (Sri Lanka, TAB írógép)" #. Keyboard indicator for Thai layouts -#: ../rules/base.xml.in.h:766 +#: ../rules/base.xml.in.h:768 msgid "th" msgstr "th" -#: ../rules/base.xml.in.h:767 +#: ../rules/base.xml.in.h:769 msgid "Thai" msgstr "Thai" -#: ../rules/base.xml.in.h:768 +#: ../rules/base.xml.in.h:770 msgid "Thai (TIS-820.2538)" msgstr "Thai (TIS-820.2538)" -#: ../rules/base.xml.in.h:769 +#: ../rules/base.xml.in.h:771 msgid "Thai (Pattachote)" msgstr "Thai (Pattachote)" #. Keyboard indicator for Turkish layouts -#: ../rules/base.xml.in.h:771 ../rules/base.extras.xml.in.h:135 +#: ../rules/base.xml.in.h:773 ../rules/base.extras.xml.in.h:136 msgid "tr" msgstr "tr" -#: ../rules/base.xml.in.h:772 ../rules/base.extras.xml.in.h:136 +#: ../rules/base.xml.in.h:774 ../rules/base.extras.xml.in.h:137 msgid "Turkish" msgstr "Török" -#: ../rules/base.xml.in.h:773 +#: ../rules/base.xml.in.h:775 msgid "Turkish (F)" msgstr "Török (F)" -#: ../rules/base.xml.in.h:774 +#: ../rules/base.xml.in.h:776 msgid "Turkish (Alt-Q)" msgstr "Török (Alt-Q)" -#: ../rules/base.xml.in.h:775 +#: ../rules/base.xml.in.h:777 msgid "Turkish (Sun dead keys)" msgstr "Török (Sun halott billentyűk)" -#: ../rules/base.xml.in.h:776 +#: ../rules/base.xml.in.h:778 msgid "Kurdish (Turkey, Latin Q)" msgstr "Kurd (Törökország, latin Q)" -#: ../rules/base.xml.in.h:777 +#: ../rules/base.xml.in.h:779 msgid "Kurdish (Turkey, F)" msgstr "Kurd (Törökország, F)" -#: ../rules/base.xml.in.h:778 +#: ../rules/base.xml.in.h:780 msgid "Kurdish (Turkey, Latin Alt-Q)" msgstr "Kurd (Törökország, latin Alt-Q)" -#: ../rules/base.xml.in.h:779 +#: ../rules/base.xml.in.h:781 msgid "Turkish (international with dead keys)" msgstr "Török (nemzetközi, halott billentyűkkel)" #. Keyboard indicator for Crimean Tatar layouts -#: ../rules/base.xml.in.h:781 ../rules/base.extras.xml.in.h:62 +#: ../rules/base.xml.in.h:783 ../rules/base.extras.xml.in.h:63 msgid "crh" msgstr "crh" -#: ../rules/base.xml.in.h:782 +#: ../rules/base.xml.in.h:784 msgid "Crimean Tatar (Turkish Q)" msgstr "Krími tatár (török Q)" -#: ../rules/base.xml.in.h:783 +#: ../rules/base.xml.in.h:785 msgid "Crimean Tatar (Turkish F)" msgstr "Krími tatár (török F)" -#: ../rules/base.xml.in.h:784 +#: ../rules/base.xml.in.h:786 msgid "Crimean Tatar (Turkish Alt-Q)" msgstr "Krími tatár (török Alt-Q)" -#: ../rules/base.xml.in.h:785 +#: ../rules/base.xml.in.h:787 msgid "Taiwanese" msgstr "Tajvani" -#: ../rules/base.xml.in.h:786 +#: ../rules/base.xml.in.h:788 msgid "Taiwanese (indigenous)" msgstr "Tajvani (őslakos)" #. Keyboard indicator for Saisiyat layouts -#: ../rules/base.xml.in.h:788 +#: ../rules/base.xml.in.h:790 msgid "xsy" msgstr "xsy" -#: ../rules/base.xml.in.h:789 +#: ../rules/base.xml.in.h:791 msgid "Saisiyat (Taiwan)" msgstr "Saisiyat (Tajvan)" #. Keyboard indicator for Ukranian layouts -#: ../rules/base.xml.in.h:791 ../rules/base.extras.xml.in.h:138 +#: ../rules/base.xml.in.h:793 ../rules/base.extras.xml.in.h:139 msgid "uk" msgstr "uk" -#: ../rules/base.xml.in.h:792 ../rules/base.extras.xml.in.h:139 +#: ../rules/base.xml.in.h:794 ../rules/base.extras.xml.in.h:140 msgid "Ukrainian" msgstr "Ukrán" -#: ../rules/base.xml.in.h:793 +#: ../rules/base.xml.in.h:795 msgid "Ukrainian (phonetic)" msgstr "Ukrán (fonetikus)" -#: ../rules/base.xml.in.h:794 +#: ../rules/base.xml.in.h:796 msgid "Ukrainian (typewriter)" msgstr "Ukrán (írógép)" -#: ../rules/base.xml.in.h:795 +#: ../rules/base.xml.in.h:797 msgid "Ukrainian (WinKeys)" msgstr "Ukrán (Win billentyűk)" -#: ../rules/base.xml.in.h:796 +#: ../rules/base.xml.in.h:798 msgid "Ukrainian (legacy)" msgstr "Ukrán (hagyományos)" -#: ../rules/base.xml.in.h:797 +#: ../rules/base.xml.in.h:799 msgid "Ukrainian (standard RSTU)" msgstr "Ukrán (szabványos RSTU)" -#: ../rules/base.xml.in.h:798 +#: ../rules/base.xml.in.h:800 msgid "Russian (Ukraine, standard RSTU)" msgstr "Orosz (Ukrajna, szabványos RSTU)" -#: ../rules/base.xml.in.h:799 +#: ../rules/base.xml.in.h:801 msgid "Ukrainian (homophonic)" msgstr "Ukrán (homofon)" -#: ../rules/base.xml.in.h:800 ../rules/base.extras.xml.in.h:141 +#: ../rules/base.xml.in.h:802 ../rules/base.extras.xml.in.h:142 msgid "English (UK)" msgstr "Angol (UK)" -#: ../rules/base.xml.in.h:801 +#: ../rules/base.xml.in.h:803 msgid "English (UK, extended WinKeys)" msgstr "Angol (UK, kibővített Win billentyűk)" -#: ../rules/base.xml.in.h:802 +#: ../rules/base.xml.in.h:804 msgid "English (UK, international with dead keys)" msgstr "Angol (UK, nemzetközi, halott billentyűkkel)" -#: ../rules/base.xml.in.h:803 +#: ../rules/base.xml.in.h:805 msgid "English (UK, Dvorak)" msgstr "Angol (USA, Dvorak)" -#: ../rules/base.xml.in.h:804 +#: ../rules/base.xml.in.h:806 msgid "English (UK, Dvorak with UK punctuation)" msgstr "Angol (UK, Dvorak UK központozással)" -#: ../rules/base.xml.in.h:805 +#: ../rules/base.xml.in.h:807 msgid "English (UK, Macintosh)" msgstr "Angol (UK, Macintosh)" -#: ../rules/base.xml.in.h:806 +#: ../rules/base.xml.in.h:808 msgid "English (UK, Macintosh international)" msgstr "Angol (UK, Macintosh nemzetközi)" -#: ../rules/base.xml.in.h:807 +#: ../rules/base.xml.in.h:809 msgid "English (UK, Colemak)" msgstr "Angol (UK, Colemak)" -#: ../rules/base.xml.in.h:808 +#: ../rules/base.xml.in.h:810 msgid "Uzbek" msgstr "Üzbég" -#: ../rules/base.xml.in.h:809 +#: ../rules/base.xml.in.h:811 msgid "Uzbek (Latin)" msgstr "Üzbég (latin)" #. Keyboard indicator for Vietnamese layouts -#: ../rules/base.xml.in.h:811 +#: ../rules/base.xml.in.h:813 msgid "vi" msgstr "vi" -#: ../rules/base.xml.in.h:812 +#: ../rules/base.xml.in.h:814 msgid "Vietnamese" msgstr "Vietnami" #. Keyboard indicator for Korean layouts -#: ../rules/base.xml.in.h:814 ../rules/base.extras.xml.in.h:143 +#: ../rules/base.xml.in.h:816 ../rules/base.extras.xml.in.h:144 msgid "ko" msgstr "ko" -#: ../rules/base.xml.in.h:815 ../rules/base.extras.xml.in.h:144 +#: ../rules/base.xml.in.h:817 ../rules/base.extras.xml.in.h:145 msgid "Korean" msgstr "Koreai" -#: ../rules/base.xml.in.h:816 +#: ../rules/base.xml.in.h:818 msgid "Korean (101/104 key compatible)" msgstr "Koreai (101/104 gomb kompatibilis)" -#: ../rules/base.xml.in.h:817 +#: ../rules/base.xml.in.h:819 msgid "Japanese (PC-98xx Series)" msgstr "Japán (PC-98xx sorozat)" #. Keyboard indicator for Irish layouts -#: ../rules/base.xml.in.h:819 +#: ../rules/base.xml.in.h:821 msgid "ie" msgstr "ie" -#: ../rules/base.xml.in.h:820 +#: ../rules/base.xml.in.h:822 msgid "Irish" msgstr "Ír" -#: ../rules/base.xml.in.h:821 +#: ../rules/base.xml.in.h:823 msgid "CloGaelach" msgstr "CloGaelach" -#: ../rules/base.xml.in.h:822 +#: ../rules/base.xml.in.h:824 msgid "Irish (UnicodeExpert)" msgstr "Ír (UnicodeExpert)" -#: ../rules/base.xml.in.h:823 +#: ../rules/base.xml.in.h:825 msgid "Ogham" msgstr "Ogham" -#: ../rules/base.xml.in.h:824 +#: ../rules/base.xml.in.h:826 msgid "Ogham (IS434)" msgstr "Ogham (IS434)" -#: ../rules/base.xml.in.h:825 +#: ../rules/base.xml.in.h:827 msgid "Urdu (Pakistan)" msgstr "Urdu (Pakisztán)" -#: ../rules/base.xml.in.h:826 +#: ../rules/base.xml.in.h:828 msgid "Urdu (Pakistan, CRULP)" msgstr "Urdu (Pakisztán, CRULP)" -#: ../rules/base.xml.in.h:827 +#: ../rules/base.xml.in.h:829 msgid "Urdu (Pakistan, NLA)" msgstr "Urdu (Pakisztán, NLA)" -#: ../rules/base.xml.in.h:828 +#: ../rules/base.xml.in.h:830 msgid "Arabic (Pakistan)" msgstr "Arab (Pakisztán)" #. Keyboard indicator for Sindhi layouts -#: ../rules/base.xml.in.h:830 +#: ../rules/base.xml.in.h:832 msgid "sd" msgstr "sd" -#: ../rules/base.xml.in.h:831 +#: ../rules/base.xml.in.h:833 msgid "Sindhi" msgstr "Szindhi" #. Keyboard indicator for Dhivehi layouts -#: ../rules/base.xml.in.h:833 +#: ../rules/base.xml.in.h:835 msgid "dv" msgstr "dv" -#: ../rules/base.xml.in.h:834 +#: ../rules/base.xml.in.h:836 msgid "Dhivehi" msgstr "Dhivehi" -#: ../rules/base.xml.in.h:835 +#: ../rules/base.xml.in.h:837 msgid "English (South Africa)" msgstr "Angol (Dél-Afrika)" #. Keyboard indicator for Esperanto layouts -#: ../rules/base.xml.in.h:837 +#: ../rules/base.xml.in.h:839 msgid "eo" msgstr "eo" -#: ../rules/base.xml.in.h:838 +#: ../rules/base.xml.in.h:840 msgid "Esperanto" msgstr "Eszperantó" -#: ../rules/base.xml.in.h:839 +#: ../rules/base.xml.in.h:841 msgid "Esperanto (displaced semicolon and quote, obsolete)" msgstr "Eszperantó (elcsúszott pontosvessző és idézőjel, elavult)" #. Keyboard indicator for Nepali layouts -#: ../rules/base.xml.in.h:841 +#: ../rules/base.xml.in.h:843 msgid "ne" msgstr "ne" -#: ../rules/base.xml.in.h:842 +#: ../rules/base.xml.in.h:844 msgid "Nepali" msgstr "Nepáli" -#: ../rules/base.xml.in.h:843 +#: ../rules/base.xml.in.h:845 msgid "English (Nigeria)" msgstr "Angol (Nigéria)" #. Keyboard indicator for Igbo layouts -#: ../rules/base.xml.in.h:845 +#: ../rules/base.xml.in.h:847 msgid "ig" msgstr "ig" -#: ../rules/base.xml.in.h:846 +#: ../rules/base.xml.in.h:848 msgid "Igbo" msgstr "Igbo" #. Keyboard indicator for Yoruba layouts -#: ../rules/base.xml.in.h:848 +#: ../rules/base.xml.in.h:850 msgid "yo" msgstr "yo" -#: ../rules/base.xml.in.h:849 +#: ../rules/base.xml.in.h:851 msgid "Yoruba" msgstr "Joruba" #. Keyboard indicator for Amharic layouts -#: ../rules/base.xml.in.h:851 +#: ../rules/base.xml.in.h:853 msgid "am" msgstr "am" -#: ../rules/base.xml.in.h:852 +#: ../rules/base.xml.in.h:854 msgid "Amharic" msgstr "Amhara" #. Keyboard indicator for Wolof layouts -#: ../rules/base.xml.in.h:854 +#: ../rules/base.xml.in.h:856 msgid "wo" msgstr "wo" -#: ../rules/base.xml.in.h:855 +#: ../rules/base.xml.in.h:857 msgid "Wolof" msgstr "Wolof" #. Keyboard indicator for Braille layouts -#: ../rules/base.xml.in.h:857 +#: ../rules/base.xml.in.h:859 msgid "brl" msgstr "brl" -#: ../rules/base.xml.in.h:858 +#: ../rules/base.xml.in.h:860 msgid "Braille" msgstr "Braille" -#: ../rules/base.xml.in.h:859 +#: ../rules/base.xml.in.h:861 msgid "Braille (left hand)" msgstr "Braille (balkezes)" -#: ../rules/base.xml.in.h:860 +#: ../rules/base.xml.in.h:862 msgid "Braille (right hand)" msgstr "Braille (jobbkezes)" #. Keyboard indicator for Turkmen layouts -#: ../rules/base.xml.in.h:862 +#: ../rules/base.xml.in.h:864 msgid "tk" msgstr "tk" -#: ../rules/base.xml.in.h:863 +#: ../rules/base.xml.in.h:865 msgid "Turkmen" msgstr "Türkmén" -#: ../rules/base.xml.in.h:864 +#: ../rules/base.xml.in.h:866 msgid "Turkmen (Alt-Q)" msgstr "Türkmén (Alt-Q)" #. Keyboard indicator for Bambara layouts -#: ../rules/base.xml.in.h:866 +#: ../rules/base.xml.in.h:868 msgid "bm" msgstr "bm" -#: ../rules/base.xml.in.h:867 +#: ../rules/base.xml.in.h:869 msgid "Bambara" msgstr "Bambara" -#: ../rules/base.xml.in.h:868 +#: ../rules/base.xml.in.h:870 msgid "French (Mali, alternative)" msgstr "Francia (Mali, alternatív)" -#: ../rules/base.xml.in.h:869 +#: ../rules/base.xml.in.h:871 msgid "English (Mali, US Macintosh)" msgstr "Angol (Mali, USA Macintosh)" -#: ../rules/base.xml.in.h:870 +#: ../rules/base.xml.in.h:872 msgid "English (Mali, US international)" msgstr "Angol (Mali, USA nemzetközi)" #. Keyboard indicator for Swahili layouts -#: ../rules/base.xml.in.h:872 +#: ../rules/base.xml.in.h:874 msgid "sw" msgstr "sw" -#: ../rules/base.xml.in.h:873 +#: ../rules/base.xml.in.h:875 msgid "Swahili (Tanzania)" msgstr "Szuahéli (Tanzánia)" -#: ../rules/base.xml.in.h:874 +#: ../rules/base.xml.in.h:876 msgid "Swahili (Kenya)" msgstr "Szuahéli (Kenya)" -#: ../rules/base.xml.in.h:875 +#: ../rules/base.xml.in.h:877 msgid "Kikuyu" msgstr "Kikuju" #. Keyboard indicator for Tswana layouts -#: ../rules/base.xml.in.h:877 +#: ../rules/base.xml.in.h:879 msgid "tn" msgstr "tn" -#: ../rules/base.xml.in.h:878 +#: ../rules/base.xml.in.h:880 msgid "Tswana" msgstr "Csvana" #. Keyboard indicator for Filipino layouts -#: ../rules/base.xml.in.h:880 +#: ../rules/base.xml.in.h:882 msgid "ph" msgstr "ph" -#: ../rules/base.xml.in.h:881 +#: ../rules/base.xml.in.h:883 msgid "Filipino" msgstr "Filippínó" -#: ../rules/base.xml.in.h:882 +#: ../rules/base.xml.in.h:884 msgid "Filipino (QWERTY Baybayin)" msgstr "Filippínó (QWERTY Baybayin)" -#: ../rules/base.xml.in.h:883 +#: ../rules/base.xml.in.h:885 msgid "Filipino (Capewell-Dvorak Latin)" msgstr "Filippínó (Capewell-Dvorak Latin)" -#: ../rules/base.xml.in.h:884 +#: ../rules/base.xml.in.h:886 msgid "Filipino (Capewell-Dvorak Baybayin)" msgstr "Filippínó (Capewell-Dvorak Baybayin)" -#: ../rules/base.xml.in.h:885 +#: ../rules/base.xml.in.h:887 msgid "Filipino (Capewell-QWERF 2006 Latin)" msgstr "Filippínó (Capewell-QWERF 2006 Latin)" -#: ../rules/base.xml.in.h:886 +#: ../rules/base.xml.in.h:888 msgid "Filipino (Capewell-QWERF 2006 Baybayin)" msgstr "Filippínó (Capewell-QWERF 2006 Baybayin)" -#: ../rules/base.xml.in.h:887 +#: ../rules/base.xml.in.h:889 msgid "Filipino (Colemak Latin)" msgstr "Filippínó (Colemak Latin)" -#: ../rules/base.xml.in.h:888 +#: ../rules/base.xml.in.h:890 msgid "Filipino (Colemak Baybayin)" msgstr "Filippínó (Colemak Baybayin)" -#: ../rules/base.xml.in.h:889 +#: ../rules/base.xml.in.h:891 msgid "Filipino (Dvorak Latin)" msgstr "Filippínó (Dvorak Latin)" -#: ../rules/base.xml.in.h:890 +#: ../rules/base.xml.in.h:892 msgid "Filipino (Dvorak Baybayin)" msgstr "Filippínó (Dvorak Baybayin)" -#: ../rules/base.xml.in.h:891 +#: ../rules/base.xml.in.h:893 msgid "md" msgstr "md" -#: ../rules/base.xml.in.h:892 +#: ../rules/base.xml.in.h:894 msgid "Moldavian" msgstr "Moldáv" -#: ../rules/base.xml.in.h:893 +#: ../rules/base.xml.in.h:895 msgid "gag" msgstr "gag" -#: ../rules/base.xml.in.h:894 +#: ../rules/base.xml.in.h:896 msgid "Moldavian (Gagauz)" msgstr "Moldáv (Gagauz)" -#: ../rules/base.xml.in.h:895 +#: ../rules/base.xml.in.h:897 msgid "Switching to another layout" msgstr "Váltás másik kiosztásra" -#: ../rules/base.xml.in.h:896 +#: ../rules/base.xml.in.h:898 msgid "Right Alt (while pressed)" msgstr "Jobb Alt (lenyomva tartva)" -#: ../rules/base.xml.in.h:897 +#: ../rules/base.xml.in.h:899 msgid "Left Alt (while pressed)" msgstr "Bal Alt (lenyomva tartva)" -#: ../rules/base.xml.in.h:898 +#: ../rules/base.xml.in.h:900 msgid "Left Win (while pressed)" msgstr "Bal Win (lenyomva tartva)" -#: ../rules/base.xml.in.h:899 +#: ../rules/base.xml.in.h:901 msgid "Right Win (while pressed)" msgstr "Jobb Win (lenyomva tartva)" -#: ../rules/base.xml.in.h:900 +#: ../rules/base.xml.in.h:902 msgid "Any Win key (while pressed)" msgstr "Bármely Win billentyű (lenyomva tartva)" -#: ../rules/base.xml.in.h:901 +#: ../rules/base.xml.in.h:903 msgid "Caps Lock (while pressed), Alt+Caps Lock does the original capslock action" msgstr "Caps Lock (lenyomva tartva), Alt+Caps Lock végzi az eredeti nagybetűsítési műveletet" -#: ../rules/base.xml.in.h:902 +#: ../rules/base.xml.in.h:904 msgid "Right Ctrl (while pressed)" msgstr "Jobb Ctrl (lenyomva tartva)" -#: ../rules/base.xml.in.h:903 +#: ../rules/base.xml.in.h:905 msgid "Right Alt" msgstr "Jobb Alt" -#: ../rules/base.xml.in.h:904 +#: ../rules/base.xml.in.h:906 msgid "Left Alt" msgstr "Bal Alt" -#: ../rules/base.xml.in.h:905 +#: ../rules/base.xml.in.h:907 msgid "Caps Lock" msgstr "Caps Lock" -#: ../rules/base.xml.in.h:906 +#: ../rules/base.xml.in.h:908 msgid "Shift+Caps Lock" msgstr "Shift+Caps Lock" -#: ../rules/base.xml.in.h:907 +#: ../rules/base.xml.in.h:909 msgid "Caps Lock (to first layout), Shift+Caps Lock (to last layout)" msgstr "Caps Lock (az első kiosztásra), Shift+Caps Lock (az utolsó kiosztásra)" -#: ../rules/base.xml.in.h:908 +#: ../rules/base.xml.in.h:910 msgid "Left Win (to first layout), Right Win/Menu (to last layout)" msgstr "Bal Win (az első kiosztásra), jobb Win/Menü (az utolsó kiosztásra)" -#: ../rules/base.xml.in.h:909 +#: ../rules/base.xml.in.h:911 msgid "Left Ctrl (to first layout), Right Ctrl (to last layout)" msgstr "Bal Ctrl (az első kiosztásra), jobb Ctrl (az utolsó kiosztásra)" -#: ../rules/base.xml.in.h:910 +#: ../rules/base.xml.in.h:912 msgid "Alt+Caps Lock" msgstr "Alt+Caps Lock" -#: ../rules/base.xml.in.h:911 +#: ../rules/base.xml.in.h:913 msgid "Both Shift keys together" msgstr "A két Shift billentyű együtt" -#: ../rules/base.xml.in.h:912 +#: ../rules/base.xml.in.h:914 msgid "Both Alt keys together" msgstr "A két Alt billentyű együtt" -#: ../rules/base.xml.in.h:913 +#: ../rules/base.xml.in.h:915 msgid "Both Ctrl keys together" msgstr "A két Ctrl billentyű együtt" -#: ../rules/base.xml.in.h:914 +#: ../rules/base.xml.in.h:916 msgid "Ctrl+Shift" msgstr "Ctrl+Shift" -#: ../rules/base.xml.in.h:915 +#: ../rules/base.xml.in.h:917 msgid "Left Ctrl+Left Shift" msgstr "Bal Ctrl+Bal Shift" -#: ../rules/base.xml.in.h:916 +#: ../rules/base.xml.in.h:918 msgid "Right Ctrl+Right Shift" msgstr "Jobb Ctrl + jobb Shift" -#: ../rules/base.xml.in.h:917 +#: ../rules/base.xml.in.h:919 msgid "Alt+Ctrl" msgstr "Alt+Ctrl" -#: ../rules/base.xml.in.h:918 +#: ../rules/base.xml.in.h:920 msgid "Alt+Shift" msgstr "Alt+Shift" -#: ../rules/base.xml.in.h:919 +#: ../rules/base.xml.in.h:921 msgid "Left Alt+Left Shift" msgstr "Bal Alt+Bal Shift" -#: ../rules/base.xml.in.h:920 +#: ../rules/base.xml.in.h:922 msgid "Alt+Space" msgstr "Alt+Szóköz" -#: ../rules/base.xml.in.h:921 +#: ../rules/base.xml.in.h:923 msgid "Menu" msgstr "Menü" -#: ../rules/base.xml.in.h:922 +#: ../rules/base.xml.in.h:924 msgid "Left Win" msgstr "Bal Win" -#: ../rules/base.xml.in.h:923 +#: ../rules/base.xml.in.h:925 msgid "Win Key+Space" msgstr "Win billentyű+Space" -#: ../rules/base.xml.in.h:924 +#: ../rules/base.xml.in.h:926 msgid "Right Win" msgstr "Jobb Win" -#: ../rules/base.xml.in.h:925 +#: ../rules/base.xml.in.h:927 msgid "Left Shift" msgstr "Bal Shift" -#: ../rules/base.xml.in.h:926 +#: ../rules/base.xml.in.h:928 msgid "Right Shift" msgstr "Jobb Shift" -#: ../rules/base.xml.in.h:927 +#: ../rules/base.xml.in.h:929 msgid "Left Ctrl" msgstr "Bal Ctrl" -#: ../rules/base.xml.in.h:928 +#: ../rules/base.xml.in.h:930 msgid "Right Ctrl" msgstr "Jobb Ctrl" -#: ../rules/base.xml.in.h:929 +#: ../rules/base.xml.in.h:931 msgid "Scroll Lock" msgstr "Scroll Lock" -#: ../rules/base.xml.in.h:930 +#: ../rules/base.xml.in.h:932 msgid "LeftCtrl+LeftWin (to first layout), RightCtrl+Menu (to second layout)" msgstr "Bal Ctrl + Bal Win (az első kiosztásra), jobb Ctrl + Menü (a második kiosztásra)" -#: ../rules/base.xml.in.h:931 +#: ../rules/base.xml.in.h:933 msgid "Key to choose 3rd level" msgstr "Billentyű a harmadik szint választásához" -#: ../rules/base.xml.in.h:932 +#: ../rules/base.xml.in.h:934 msgid "Any Win key" msgstr "Bármely Win billentyű" -#: ../rules/base.xml.in.h:933 +#: ../rules/base.xml.in.h:935 msgid "Any Alt key" msgstr "Bármely Alt billentyű" -#: ../rules/base.xml.in.h:934 +#: ../rules/base.xml.in.h:936 msgid "Right Alt, Shift+Right Alt key is Compose" msgstr "Jobb Alt, a Shift+jobb Alt a kombináló" -#: ../rules/base.xml.in.h:935 +#: ../rules/base.xml.in.h:937 msgid "Right Alt key never chooses 3rd level" msgstr "A jobb Alt billentyű sohasem választ harmadik szintet" -#: ../rules/base.xml.in.h:936 +#: ../rules/base.xml.in.h:938 msgid "Enter on keypad" msgstr "Enter a számbillentyűzeten" -#: ../rules/base.xml.in.h:937 +#: ../rules/base.xml.in.h:939 msgid "Backslash" msgstr "Fordított törtvonal" -#: ../rules/base.xml.in.h:938 +#: ../rules/base.xml.in.h:940 msgid "<Less/Greater>" msgstr "<Kisebb/nagyobb>" -#: ../rules/base.xml.in.h:939 +#: ../rules/base.xml.in.h:941 msgid "Caps Lock chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "Caps Lock választja a 3. szintet, egyszeri zárként viselkedik másik 3. szintet választóval együtt lenyomva" -#: ../rules/base.xml.in.h:940 +#: ../rules/base.xml.in.h:942 msgid "Backslash chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "Fordított törtvonal választja a 3. szintet, egyszeri zárként viselkedik másik 3. szintet választóval együtt lenyomva" -#: ../rules/base.xml.in.h:941 +#: ../rules/base.xml.in.h:943 msgid "<Less/Greater> chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "<Kisebb/nagyobb> választja a 3. szintet, egyszeri zárként viselkedik másik 3. szintet választóval együtt lenyomva" -#: ../rules/base.xml.in.h:942 +#: ../rules/base.xml.in.h:944 msgid "Ctrl key position" msgstr "Ctrl billentyű helyzete" -#: ../rules/base.xml.in.h:943 +#: ../rules/base.xml.in.h:945 msgid "Caps Lock as Ctrl" msgstr "Caps Lock mint Ctrl" -#: ../rules/base.xml.in.h:944 +#: ../rules/base.xml.in.h:946 msgid "Left Ctrl as Meta" msgstr "Bal Ctrl mint Meta" -#: ../rules/base.xml.in.h:945 +#: ../rules/base.xml.in.h:947 msgid "Swap Ctrl and Caps Lock" msgstr "Ctrl és Caps Lock felcserélése" -#: ../rules/base.xml.in.h:946 +#: ../rules/base.xml.in.h:948 msgid "At left of 'A'" msgstr "Az „A”-tól balra" -#: ../rules/base.xml.in.h:947 +#: ../rules/base.xml.in.h:949 msgid "At bottom left" msgstr "Bal oldalt, alul" -#: ../rules/base.xml.in.h:948 +#: ../rules/base.xml.in.h:950 msgid "Right Ctrl as Right Alt" msgstr "Jobb Ctrl használata jobb Alt-ként" -#: ../rules/base.xml.in.h:949 +#: ../rules/base.xml.in.h:951 msgid "Menu as Right Ctrl" msgstr "Menü mint jobb Ctrl" -#: ../rules/base.xml.in.h:950 +#: ../rules/base.xml.in.h:952 msgid "Right Alt as Right Ctrl" msgstr "Jobb Alt jobb Ctrl-ként" -#: ../rules/base.xml.in.h:951 +#: ../rules/base.xml.in.h:953 msgid "Swap Left Alt key with Left Ctrl key" msgstr "Bal Alt és bal Ctrl felcserélése" -#: ../rules/base.xml.in.h:952 +#: ../rules/base.xml.in.h:954 msgid "Swap Left Win key with Left Ctrl key" msgstr "Bal Win és bal Ctrl felcserélése" -#: ../rules/base.xml.in.h:953 +#: ../rules/base.xml.in.h:955 msgid "Swap Right Win key with Right Ctrl key" msgstr "Jobb Win és jobb Ctrl felcserélése" -#: ../rules/base.xml.in.h:954 +#: ../rules/base.xml.in.h:956 msgid "Left Alt as Ctrl, Left Ctrl as Win, Left Win as Alt" msgstr "Bal Alt mint Ctrl, bal Ctrl mint Win, bal Win mint Alt" -#: ../rules/base.xml.in.h:955 +#: ../rules/base.xml.in.h:957 msgid "Use keyboard LED to show alternative layout" msgstr "Az alternatív kiosztás megjelenítése a billentyűzet LED-ek használatával" -#: ../rules/base.xml.in.h:956 +#: ../rules/base.xml.in.h:958 msgid "Num Lock" msgstr "Num Lock" -#: ../rules/base.xml.in.h:957 +#: ../rules/base.xml.in.h:959 msgid "Layout of numeric keypad" msgstr "Numerikus billentyűzet kiosztása" -#: ../rules/base.xml.in.h:958 +#: ../rules/base.xml.in.h:960 msgid "Legacy" msgstr "Örökölt" -#: ../rules/base.xml.in.h:959 +#: ../rules/base.xml.in.h:961 msgid "Unicode additions (arrows and math operators)" msgstr "Unicode kiegészítések (nyilak és műveleti jelek)" -#: ../rules/base.xml.in.h:960 +#: ../rules/base.xml.in.h:962 msgid "Unicode additions (arrows and math operators; math operators on default level)" msgstr "Unicode kiegészítések (nyilak és műveleti jelek; a műveleti jelek az alapértelmezett szinten)" -#: ../rules/base.xml.in.h:961 +#: ../rules/base.xml.in.h:963 msgid "Legacy Wang 724" msgstr "Hagyományos Wang 724" -#: ../rules/base.xml.in.h:962 +#: ../rules/base.xml.in.h:964 msgid "Wang 724 keypad with Unicode additions (arrows and math operators)" msgstr "Wang 724 numerikus billentyűzet Unicode bővítésekkel (nyilak és műveleti jelek)" -#: ../rules/base.xml.in.h:963 +#: ../rules/base.xml.in.h:965 msgid "Wang 724 keypad with Unicode additions (arrows and math operators; math operators on default level)" msgstr "Wang 724 numerikus billentyűzet Unicode bővítésekkel (nyilak és műveleti jelek; a műveleti jelek az alapértelmezett szinten)" -#: ../rules/base.xml.in.h:964 +#: ../rules/base.xml.in.h:966 msgid "Hexadecimal" msgstr "Hexadecimális" -#: ../rules/base.xml.in.h:965 +#: ../rules/base.xml.in.h:967 msgid "ATM/phone-style" msgstr "ATM/telefon stílusú" -#: ../rules/base.xml.in.h:966 +#: ../rules/base.xml.in.h:968 msgid "Numeric keypad delete key behaviour" msgstr "Számbillentyűzet Delete billentyűjének viselkedése" -#: ../rules/base.xml.in.h:967 +#: ../rules/base.xml.in.h:969 msgid "Legacy key with dot" msgstr "Hagyományos számbillentyűzet ponttal" #. Actually, with KP_SEPARATOR, as the old keypad(comma) -#: ../rules/base.xml.in.h:969 +#: ../rules/base.xml.in.h:971 msgid "Legacy key with comma" msgstr "Hagyományos számbillentyűzet vesszővel" -#: ../rules/base.xml.in.h:970 +#: ../rules/base.xml.in.h:972 msgid "Four-level key with dot" msgstr "Negyedik szintű billentyű ponttal" -#: ../rules/base.xml.in.h:971 +#: ../rules/base.xml.in.h:973 msgid "Four-level key with dot, Latin-9 only" msgstr "Negyedik szintű billentyű ponttal, csak Latin-9" -#: ../rules/base.xml.in.h:972 +#: ../rules/base.xml.in.h:974 msgid "Four-level key with comma" msgstr "Negyedik szintű billentyű vesszővel" -#: ../rules/base.xml.in.h:973 +#: ../rules/base.xml.in.h:975 msgid "Four-level key with momayyez" msgstr "Negyedik szintű billentyű momayyez-val" #. This assumes the KP_ abstract symbols are actually useful for some apps #. The description needs to be rewritten -#: ../rules/base.xml.in.h:976 +#: ../rules/base.xml.in.h:978 msgid "Four-level key with abstract separators" msgstr "Negyedik szintű billentyű absztrakt elválasztókkal" -#: ../rules/base.xml.in.h:977 +#: ../rules/base.xml.in.h:979 msgid "Semicolon on third level" msgstr "Pontosvessző a harmadik szinten" -#: ../rules/base.xml.in.h:978 +#: ../rules/base.xml.in.h:980 msgid "Caps Lock key behavior" msgstr "A Caps Lock billentyű viselkedése" -#: ../rules/base.xml.in.h:979 +#: ../rules/base.xml.in.h:981 msgid "Caps Lock uses internal capitalization; Shift \"pauses\" Caps Lock" msgstr "A Caps Lock belső nagybetűkre váltást használ; a Shift „szünetelteti” a nagybetűsítést" -#: ../rules/base.xml.in.h:980 +#: ../rules/base.xml.in.h:982 msgid "Caps Lock uses internal capitalization; Shift doesn't affect Caps Lock" msgstr "A Caps Lock belső nagybetűkre váltást használ; a Shift nem befolyásolja a nagybetűsítést" -#: ../rules/base.xml.in.h:981 +#: ../rules/base.xml.in.h:983 msgid "Caps Lock acts as Shift with locking; Shift \"pauses\" Caps Lock" msgstr "A Caps Lock Shiftként működik zárolással; a Shift „szünetelteti” a nagybetűsítést" -#: ../rules/base.xml.in.h:982 +#: ../rules/base.xml.in.h:984 msgid "Caps Lock acts as Shift with locking; Shift doesn't affect Caps Lock" msgstr "A Caps Lock Shiftként működik zárolással; a Shift nem befolyásolja a nagybetűsítést" -#: ../rules/base.xml.in.h:983 +#: ../rules/base.xml.in.h:985 msgid "Caps Lock toggles normal capitalization of alphabetic characters" msgstr "A Caps Lock átváltja a betűkarakterek normál kis- és nagybetűit" -#: ../rules/base.xml.in.h:984 +#: ../rules/base.xml.in.h:986 msgid "Make Caps Lock an additional Num Lock" msgstr "A Caps Lock használata másik Num Lock-ként" -#: ../rules/base.xml.in.h:985 +#: ../rules/base.xml.in.h:987 msgid "Swap ESC and Caps Lock" msgstr "Esc és Caps Lock felcserélése" -#: ../rules/base.xml.in.h:986 +#: ../rules/base.xml.in.h:988 msgid "Make Caps Lock an additional ESC" msgstr "A Caps Lock használata másik Esc-ként" -#: ../rules/base.xml.in.h:987 +#: ../rules/base.xml.in.h:989 msgid "Make Caps Lock an additional Backspace" msgstr "A Caps Lock használata másik Backspace-ként" -#: ../rules/base.xml.in.h:988 +#: ../rules/base.xml.in.h:990 msgid "Make Caps Lock an additional Super" msgstr "A Caps Lock használata másik Super-ként" -#: ../rules/base.xml.in.h:989 +#: ../rules/base.xml.in.h:991 msgid "Make Caps Lock an additional Hyper" msgstr "A Caps Lock használata másik Hyper-ként" -#: ../rules/base.xml.in.h:990 +#: ../rules/base.xml.in.h:992 msgid "Caps Lock toggles ShiftLock (affects all keys)" msgstr "A Caps Lock átváltja a Shiftet (minden billentyűt érinti)" -#: ../rules/base.xml.in.h:991 +#: ../rules/base.xml.in.h:993 msgid "Caps Lock is disabled" msgstr "A Caps Lock letiltva" -#: ../rules/base.xml.in.h:992 +#: ../rules/base.xml.in.h:994 msgid "Make Caps Lock an additional Ctrl" msgstr "A Caps Lock használata másik Ctrl-ként" -#: ../rules/base.xml.in.h:993 +#: ../rules/base.xml.in.h:995 msgid "Alt/Win key behavior" msgstr "Az Alt/Win billentyűk viselkedése" -#: ../rules/base.xml.in.h:994 +#: ../rules/base.xml.in.h:996 msgid "Add the standard behavior to Menu key" msgstr "A szabványos funkcionalitás hozzáadása a Menü billentyűhöz" -#: ../rules/base.xml.in.h:995 +#: ../rules/base.xml.in.h:997 msgid "Alt and Meta are on Alt keys" msgstr "Az Alt és Meta az Alt billentyűkön" -#: ../rules/base.xml.in.h:996 +#: ../rules/base.xml.in.h:998 msgid "Alt is mapped to Win keys (and the usual Alt keys)" msgstr "Az Alt a Win billentyűkhöz van rendelve (és a szokásos Alt billentyűkhöz)" -#: ../rules/base.xml.in.h:997 +#: ../rules/base.xml.in.h:999 msgid "Ctrl is mapped to Win keys (and the usual Ctrl keys)" msgstr "A Ctrl a Win billentyűkhöz van rendelve (és a szokásos Ctrl billentyűkhöz)" -#: ../rules/base.xml.in.h:998 +#: ../rules/base.xml.in.h:1000 msgid "Ctrl is mapped to Alt keys, Alt is mapped to Win keys" msgstr "A Ctrl az Alt billentyűkhöz, az Alt a Win billentyűkhöz van rendelve" -#: ../rules/base.xml.in.h:999 +#: ../rules/base.xml.in.h:1001 msgid "Meta is mapped to Win keys" msgstr "A Meta a Win billentyűkhöz van rendelve" -#: ../rules/base.xml.in.h:1000 +#: ../rules/base.xml.in.h:1002 msgid "Meta is mapped to Left Win" msgstr "A Meta a bal Win billentyűhöz van rendelve" -#: ../rules/base.xml.in.h:1001 +#: ../rules/base.xml.in.h:1003 msgid "Hyper is mapped to Win keys" msgstr "A Hyper a Win billentyűkhöz van rendelve" -#: ../rules/base.xml.in.h:1002 +#: ../rules/base.xml.in.h:1004 msgid "Alt is mapped to Right Win, Super to Menu" msgstr "Az Alt a jobb Win billentyűhöz van rendelve, a Super a Menühöz" -#: ../rules/base.xml.in.h:1003 +#: ../rules/base.xml.in.h:1005 msgid "Alt is swapped with Win" msgstr "Az Alt fel van cserélve a Win billentyűvel" -#: ../rules/base.xml.in.h:1004 +#: ../rules/base.xml.in.h:1006 msgid "Position of Compose key" msgstr "A kombináló billentyű helye" -#: ../rules/base.xml.in.h:1005 +#: ../rules/base.xml.in.h:1007 msgid "3rd level of Left Win" msgstr "3. szintű bal Win" -#: ../rules/base.xml.in.h:1006 +#: ../rules/base.xml.in.h:1008 msgid "3rd level of Right Win" msgstr "3. szintű jobb Win" -#: ../rules/base.xml.in.h:1007 +#: ../rules/base.xml.in.h:1009 msgid "3rd level of Menu" msgstr "3. szintű Menü" -#: ../rules/base.xml.in.h:1008 +#: ../rules/base.xml.in.h:1010 msgid "3rd level of Left Ctrl" msgstr "3. szintű bal Ctrl" -#: ../rules/base.xml.in.h:1009 +#: ../rules/base.xml.in.h:1011 msgid "3rd level of Right Ctrl" msgstr "3. szintű jobb Ctrl" -#: ../rules/base.xml.in.h:1010 +#: ../rules/base.xml.in.h:1012 msgid "3rd level of Caps Lock" msgstr "3. szintű jobb Caps Lock" -#: ../rules/base.xml.in.h:1011 +#: ../rules/base.xml.in.h:1013 msgid "3rd level of <Less/Greater>" msgstr "3. szintű <kisebb/nagyobb>" -#: ../rules/base.xml.in.h:1012 +#: ../rules/base.xml.in.h:1014 msgid "Pause" msgstr "Pause" -#: ../rules/base.xml.in.h:1013 +#: ../rules/base.xml.in.h:1015 msgid "PrtSc" msgstr "PrtSc" -#: ../rules/base.xml.in.h:1014 +#: ../rules/base.xml.in.h:1016 msgid "Miscellaneous compatibility options" msgstr "Egyéb kompatibilitási beállítások" -#: ../rules/base.xml.in.h:1015 +#: ../rules/base.xml.in.h:1017 msgid "Default numeric keypad keys" msgstr "Alapértelmezett számbillentyűk" -#: ../rules/base.xml.in.h:1016 +#: ../rules/base.xml.in.h:1018 msgid "Numeric keypad keys always enter digits (as in Mac OS)" msgstr "A számbillentyűk mindig számokat visznek be (mint Mac OS-en)" -#: ../rules/base.xml.in.h:1017 -msgid "Shift with numeric keypad keys works as in MS Windows" -msgstr "A Shift+számbillentyűk úgy működjenek, mint az MS Windowsban" +#: ../rules/base.xml.in.h:1019 +msgid "NumLock on: digits, Shift switches to arrow keys, Numlock off: always arrow keys (as in MS Windows)" +msgstr "NumLock bekapcsolva: számjegyek, a Shift vált a nyíl billentyűkre, NumLock kikapcsolva: mindig nyílbillentyűk (mint az MS Windowsban)" -#: ../rules/base.xml.in.h:1018 +#: ../rules/base.xml.in.h:1020 msgid "Shift does not cancel Num Lock, chooses 3rd level instead" msgstr "A Shift nem szakítja meg a Num Lockot, hanem a harmadik szintet választja" -#: ../rules/base.xml.in.h:1019 +#: ../rules/base.xml.in.h:1021 msgid "Special keys (Ctrl+Alt+<key>) handled in a server" msgstr "A speciális billentyűket (Ctrl+Alt+<billentyű>) a kiszolgáló kezeli" -#: ../rules/base.xml.in.h:1020 +#: ../rules/base.xml.in.h:1022 msgid "Apple Aluminium Keyboard: emulate PC keys (Print, Scroll Lock, Pause, Num Lock)" msgstr "Apple alumínium billentyűzet PC-billentyűk emulálása (Print, Scroll Lock, Pause, Num Lock)" -#: ../rules/base.xml.in.h:1021 +#: ../rules/base.xml.in.h:1023 msgid "Shift cancels Caps Lock" msgstr "A Shift megszakítja a Caps Lockot" -#: ../rules/base.xml.in.h:1022 +#: ../rules/base.xml.in.h:1024 msgid "Enable extra typographic characters" msgstr "Extra tipográfiai karakterek engedélyezése" -#: ../rules/base.xml.in.h:1023 +#: ../rules/base.xml.in.h:1025 msgid "Both Shift keys together toggle Caps Lock" msgstr "A két Shift billentyű együtt váltja a Caps Lockot" -#: ../rules/base.xml.in.h:1024 +#: ../rules/base.xml.in.h:1026 msgid "Both Shift keys together activate Caps Lock, one Shift key deactivates" msgstr "A két Shift billentyű együtt aktiválja a Caps Lockot, egy Shift deaktiválja" -#: ../rules/base.xml.in.h:1025 +#: ../rules/base.xml.in.h:1027 msgid "Both Shift keys together toggle ShiftLock" msgstr "A két Shift billentyű együtt váltja a ShiftLockot" -#: ../rules/base.xml.in.h:1026 +#: ../rules/base.xml.in.h:1028 msgid "Shift + NumLock toggles PointerKeys" msgstr "Mutatóbillentyűk átváltása a Shift + NumLock használatával" -#: ../rules/base.xml.in.h:1027 +#: ../rules/base.xml.in.h:1029 msgid "Allow breaking grabs with keyboard actions (warning: security risk)" msgstr "Megragadás billentyűzettel való feltörésének engedélyezése (biztonsági kockázat!)" -#: ../rules/base.xml.in.h:1028 +#: ../rules/base.xml.in.h:1030 msgid "Allow grab and window tree logging" msgstr "Megragadás és ablakfa naplózásának engedélyezése" -#: ../rules/base.xml.in.h:1029 +#: ../rules/base.xml.in.h:1031 msgid "Adding currency signs to certain keys" msgstr "Pénznem jelek hozzáadása bizonyos billentyűkhöz" -#: ../rules/base.xml.in.h:1030 +#: ../rules/base.xml.in.h:1032 msgid "Euro on E" msgstr "Euro jel az E billentyűn" -#: ../rules/base.xml.in.h:1031 +#: ../rules/base.xml.in.h:1033 msgid "Euro on 2" msgstr "Euro jel a 2-es billentyűn" -#: ../rules/base.xml.in.h:1032 +#: ../rules/base.xml.in.h:1034 msgid "Euro on 4" msgstr "Euro jel a 4-es billentyűn" -#: ../rules/base.xml.in.h:1033 +#: ../rules/base.xml.in.h:1035 msgid "Euro on 5" msgstr "Euro jel az 5-ös billentyűn" -#: ../rules/base.xml.in.h:1034 +#: ../rules/base.xml.in.h:1036 msgid "Rupee on 4" msgstr "Rúpia jel a 4-es billentyűn" -#: ../rules/base.xml.in.h:1035 +#: ../rules/base.xml.in.h:1037 msgid "Key to choose 5th level" msgstr "Billentyű az ötödik szint választásához" -#: ../rules/base.xml.in.h:1036 +#: ../rules/base.xml.in.h:1038 msgid "<Less/Greater> chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "<Kisebb/nagyobb> választja az 5. szintet, másik 5. szintet választóval együtt lenyomva zárol" -#: ../rules/base.xml.in.h:1037 +#: ../rules/base.xml.in.h:1039 msgid "Right Alt chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Jobb Alt választja az 5. szintet, másik 5. szintet választóval együtt lenyomva zárol" -#: ../rules/base.xml.in.h:1038 +#: ../rules/base.xml.in.h:1040 msgid "Left Win chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Bal Win választja az 5. szintet, másik 5. szintet választóval együtt lenyomva zárol" -#: ../rules/base.xml.in.h:1039 +#: ../rules/base.xml.in.h:1041 msgid "Right Win chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Jobb Win választja az 5. szintet, másik 5. szintet választóval együtt lenyomva zárol" -#: ../rules/base.xml.in.h:1040 +#: ../rules/base.xml.in.h:1042 msgid "Using space key to input non-breakable space character" msgstr "A szóköz billentyű használata nem törhető szóköz bevitelére" -#: ../rules/base.xml.in.h:1041 +#: ../rules/base.xml.in.h:1043 msgid "Usual space at any level" msgstr "Hagyományos szóköz bármely szinten" -#: ../rules/base.xml.in.h:1042 +#: ../rules/base.xml.in.h:1044 msgid "Non-breakable space character at second level" msgstr "Nem törhető szóköz karakter a második szinten" -#: ../rules/base.xml.in.h:1043 +#: ../rules/base.xml.in.h:1045 msgid "Non-breakable space character at third level" msgstr "Nem törhető szóköz karakter a harmadik szinten" -#: ../rules/base.xml.in.h:1044 +#: ../rules/base.xml.in.h:1046 msgid "Non-breakable space character at third level, nothing at fourth level" msgstr "Nem törhető szóköz karakter a harmadik szinten és semmi a negyediken" -#: ../rules/base.xml.in.h:1045 +#: ../rules/base.xml.in.h:1047 msgid "Non-breakable space character at third level, thin non-breakable space character at fourth level" msgstr "Nem törhető szóköz karakter a harmadik szinten, keskeny nem törhető szóköz karakter a negyedik szinten" -#: ../rules/base.xml.in.h:1046 +#: ../rules/base.xml.in.h:1048 msgid "Non-breakable space character at fourth level" msgstr "Nem törhető szóköz karakter a negyedik szinten" -#: ../rules/base.xml.in.h:1047 +#: ../rules/base.xml.in.h:1049 msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level" msgstr "Nem törhető szóköz karakter a negyedik szinten, keskeny nem törhető szóköz karakter a hatodik szinten" -#: ../rules/base.xml.in.h:1048 +#: ../rules/base.xml.in.h:1050 msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level (via Ctrl+Shift)" msgstr "Nem törhető szóköz karakter a negyedik szinten, keskeny nem törhető szóköz karakter a hatodik szinten (a Ctrl+Shift segítségével)" -#: ../rules/base.xml.in.h:1049 +#: ../rules/base.xml.in.h:1051 msgid "Zero-width non-joiner character at second level" msgstr "Nulla szélességű nem egyesítő karakter a második szinten" -#: ../rules/base.xml.in.h:1050 +#: ../rules/base.xml.in.h:1052 msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level" msgstr "Nulla szélességű nem egyesítő karakter a második szinten, nulla szélességű egyesítő karakter a harmadik szinten" -#: ../rules/base.xml.in.h:1051 +#: ../rules/base.xml.in.h:1053 msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level, non-breakable space character at fourth level" msgstr "Nulla szélességű nem egyesítő karakter a második szinten, nulla szélességű egyesítő karakter a harmadik szinten, nem törhető szóköz karakter a negyedik szinten" -#: ../rules/base.xml.in.h:1052 +#: ../rules/base.xml.in.h:1054 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level" msgstr "Nulla szélességű nem egyesítő karakter a második szinten, nem törhető szóköz karakter a harmadik szinten" -#: ../rules/base.xml.in.h:1053 +#: ../rules/base.xml.in.h:1055 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, nothing at fourth level" msgstr "Nulla szélességű nem egyesítő karakter a második szinten, nem törhető szóköz karakter a harmadik szinten, semmi a negyedik szinten" -#: ../rules/base.xml.in.h:1054 +#: ../rules/base.xml.in.h:1056 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, zero-width joiner at fourth level" msgstr "Nulla szélességű nem egyesítő karakter a második szinten, nem törhető szóköz karakter a harmadik szinten, nulla szélességű egyesítő karakter a negyedik szinten" -#: ../rules/base.xml.in.h:1055 +#: ../rules/base.xml.in.h:1057 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, thin non-breakable space at fourth level" msgstr "Nulla szélességű nem egyesítő karakter a második szinten, nem törhető szóköz karakter a harmadik szinten, keskeny nem törhető szóköz karakter a negyedik szinten" -#: ../rules/base.xml.in.h:1056 +#: ../rules/base.xml.in.h:1058 msgid "Zero-width non-joiner character at third level, zero-width joiner at fourth level" msgstr "Nulla szélességű nem egyesítő karakter a harmadik szinten, nulla szélességű egyesítő karakter a negyedik szinten" -#: ../rules/base.xml.in.h:1057 +#: ../rules/base.xml.in.h:1059 msgid "Japanese keyboard options" msgstr "Japán billentyűzet-beállítások" -#: ../rules/base.xml.in.h:1058 +#: ../rules/base.xml.in.h:1060 msgid "Kana Lock key is locking" msgstr "A Kana zárolásbillentyű zárol" -#: ../rules/base.xml.in.h:1059 +#: ../rules/base.xml.in.h:1061 msgid "NICOLA-F style Backspace" msgstr "NICOLA-F stílusú backspace" -#: ../rules/base.xml.in.h:1060 +#: ../rules/base.xml.in.h:1062 msgid "Make Zenkaku Hankaku an additional ESC" msgstr "A Zenkaku Hankaku használata másik Esc-ként" -#: ../rules/base.xml.in.h:1061 +#: ../rules/base.xml.in.h:1063 +msgid "Korean Hangul/Hanja keys" +msgstr "Koreai hangul/handzsa billentyűk" + +#: ../rules/base.xml.in.h:1064 +msgid "Hardware Hangul/Hanja keys" +msgstr "Hardveres hangul/handzsa billentyűk" + +#: ../rules/base.xml.in.h:1065 +msgid "Right Alt as Hangul, right Ctrl as Hanja" +msgstr "Jobb Alt hangulként, jobb Ctrl Handzsaként" + +#: ../rules/base.xml.in.h:1066 +msgid "Right Ctrl as Hangul, right Alt as Hanja" +msgstr "Jobb Ctrl hangulként, jobb Alt Handzsaként" + +#: ../rules/base.xml.in.h:1067 msgid "Adding Esperanto supersigned letters" msgstr "Eszperantó mellékjeles betűk hozzáadása" -#: ../rules/base.xml.in.h:1062 +#: ../rules/base.xml.in.h:1068 msgid "To the corresponding key in a Qwerty layout" msgstr "A Qwerty kiosztáson megfelelő billentyűre." -#: ../rules/base.xml.in.h:1063 +#: ../rules/base.xml.in.h:1069 msgid "To the corresponding key in a Dvorak layout" msgstr "A Dvorak kiosztáson megfelelő billentyűre." -#: ../rules/base.xml.in.h:1064 +#: ../rules/base.xml.in.h:1070 msgid "To the corresponding key in a Colemak layout" msgstr "A Colemak kiosztáson megfelelő billentyűre." -#: ../rules/base.xml.in.h:1065 +#: ../rules/base.xml.in.h:1071 msgid "Maintain key compatibility with old Solaris keycodes" msgstr "Billentyűkompatibilitás fenntartása a régi Solaris kódokkal" -#: ../rules/base.xml.in.h:1066 +#: ../rules/base.xml.in.h:1072 msgid "Sun Key compatibility" msgstr "Sun billentyűzetkompatibilitás" -#: ../rules/base.xml.in.h:1067 +#: ../rules/base.xml.in.h:1073 msgid "Key sequence to kill the X server" msgstr "Billentyűsorozat az X kiszolgáló kilövéséhez" -#: ../rules/base.xml.in.h:1068 +#: ../rules/base.xml.in.h:1074 msgid "Ctrl + Alt + Backspace" msgstr "Ctrl + Alt + Backspace" @@ -4069,254 +4093,261 @@ msgid "German (with Hungarian letters and no dead keys)" msgstr "Német (Magyar betűkkel, halott billentyűk nélkül)" #: ../rules/base.extras.xml.in.h:26 +msgid "Polish (Germany, eliminate dead keys)" +msgstr "Lengyel (Németország, halott billentyűk tiltása)" + +#: ../rules/base.extras.xml.in.h:27 msgid "German (Sun Type 6/7)" msgstr "Német (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:27 +#: ../rules/base.extras.xml.in.h:28 msgid "German (Aus der Neo-Welt)" msgstr "Német (Aus der Neo-Welt)" -#: ../rules/base.extras.xml.in.h:30 +#: ../rules/base.extras.xml.in.h:31 msgid "Avestan" msgstr "Avesztán" -#: ../rules/base.extras.xml.in.h:33 +#: ../rules/base.extras.xml.in.h:34 msgid "Lithuanian (US Dvorak with Lithuanian letters)" msgstr "Litván (US Dvorak litván betűkkel)" -#: ../rules/base.extras.xml.in.h:34 +#: ../rules/base.extras.xml.in.h:35 msgid "Lithuanian (Sun Type 6/7)" msgstr "Litván (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:37 +#: ../rules/base.extras.xml.in.h:38 msgid "Latvian (US Dvorak)" msgstr "Lett (US Dvorak)" -#: ../rules/base.extras.xml.in.h:38 +#: ../rules/base.extras.xml.in.h:39 msgid "Latvian (US Dvorak, Y variant)" msgstr "Lett (US Dvorak, Y-változat)" -#: ../rules/base.extras.xml.in.h:39 +#: ../rules/base.extras.xml.in.h:40 msgid "Latvian (US Dvorak, minus variant)" msgstr "Lett (US Dvorak, mínusz változat)" -#: ../rules/base.extras.xml.in.h:40 +#: ../rules/base.extras.xml.in.h:41 msgid "Latvian (programmer US Dvorak)" msgstr "Lett (programozói US Dvorak)" -#: ../rules/base.extras.xml.in.h:41 +#: ../rules/base.extras.xml.in.h:42 msgid "Latvian (programmer US Dvorak, Y variant)" msgstr "Lett (programozói US Dvorak, Y-változat)" -#: ../rules/base.extras.xml.in.h:42 +#: ../rules/base.extras.xml.in.h:43 msgid "Latvian (programmer US Dvorak, minus variant)" msgstr "Lett (programozói US Dvorak, mínusz változat)" -#: ../rules/base.extras.xml.in.h:43 +#: ../rules/base.extras.xml.in.h:44 msgid "Latvian (US Colemak)" msgstr "Lett (US Colemak)" -#: ../rules/base.extras.xml.in.h:44 +#: ../rules/base.extras.xml.in.h:45 msgid "Latvian (US Colemak, apostrophe variant)" msgstr "Lett (US Colemak, aposztróf változat)" -#: ../rules/base.extras.xml.in.h:45 +#: ../rules/base.extras.xml.in.h:46 msgid "Latvian (Sun Type 6/7)" msgstr "Lett (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:48 +#: ../rules/base.extras.xml.in.h:49 msgid "English (US, international AltGr Unicode combining)" msgstr "Angol (USA, nemzetközi AltGr Unicode kombinálással)" -#: ../rules/base.extras.xml.in.h:49 +#: ../rules/base.extras.xml.in.h:50 msgid "English (US, international AltGr Unicode combining, alternative)" msgstr "Angol (USA, Nemzetközi AltGr Unicode kombinálással, alternatív)" -#: ../rules/base.extras.xml.in.h:50 +#: ../rules/base.extras.xml.in.h:51 msgid "Atsina" msgstr "Atsina" -#: ../rules/base.extras.xml.in.h:51 +#: ../rules/base.extras.xml.in.h:52 msgid "Coeur d'Alene Salish" msgstr "Coeur d'Alene Salish" -#: ../rules/base.extras.xml.in.h:52 +#: ../rules/base.extras.xml.in.h:53 msgid "Czech Slovak and German (US)" msgstr "Csehszlovák és német (US)" -#: ../rules/base.extras.xml.in.h:53 +#: ../rules/base.extras.xml.in.h:54 msgid "English (US, Sun Type 6/7)" msgstr "Angol (US, Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:54 +#: ../rules/base.extras.xml.in.h:55 msgid "English (Norman)" msgstr "Angol (Norman)" -#: ../rules/base.extras.xml.in.h:57 +#: ../rules/base.extras.xml.in.h:58 msgid "Polish (international with dead keys)" msgstr "Lengyel (nemzetközi, halott billentyűkkel)" -#: ../rules/base.extras.xml.in.h:58 +#: ../rules/base.extras.xml.in.h:59 msgid "Polish (Colemak)" msgstr "Lengyel (Colemak)" -#: ../rules/base.extras.xml.in.h:59 +#: ../rules/base.extras.xml.in.h:60 msgid "Polish (Sun Type 6/7)" msgstr "Lengyel (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:63 +#: ../rules/base.extras.xml.in.h:64 msgid "Crimean Tatar (Dobruja Q)" msgstr "Krími tatár (Dobrudzsa Q)" -#: ../rules/base.extras.xml.in.h:64 +#: ../rules/base.extras.xml.in.h:65 msgid "Romanian (ergonomic Touchtype)" msgstr "Román (ergonomikus Touchtype)" -#: ../rules/base.extras.xml.in.h:65 +#: ../rules/base.extras.xml.in.h:66 msgid "Romanian (Sun Type 6/7)" msgstr "Román (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:68 +#: ../rules/base.extras.xml.in.h:69 msgid "Serbian (combining accents instead of dead keys)" msgstr "Szerb (ékezetek kombinálása a halott billentyűk helyett)" -#: ../rules/base.extras.xml.in.h:71 +#: ../rules/base.extras.xml.in.h:72 msgid "Church Slavonic" msgstr "Egyházi szláv" -#: ../rules/base.extras.xml.in.h:72 +#: ../rules/base.extras.xml.in.h:73 msgid "Russian (with Ukrainian-Belorussian layout)" msgstr "Orosz (Ukrán-fehérorosz kiosztással)" -#: ../rules/base.extras.xml.in.h:73 +#: ../rules/base.extras.xml.in.h:74 msgid "Russian (Sun Type 6/7)" msgstr "Orosz (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:76 +#: ../rules/base.extras.xml.in.h:77 msgid "Armenian (OLPC phonetic)" msgstr "Örmény (OLPC fonetikus)" -#: ../rules/base.extras.xml.in.h:79 +#: ../rules/base.extras.xml.in.h:80 msgid "Hebrew (Biblical, SIL phonetic)" msgstr "Héber (bibliai, SIL fonetikus)" -#: ../rules/base.extras.xml.in.h:82 +#: ../rules/base.extras.xml.in.h:83 msgid "Arabic (Sun Type 6/7)" msgstr "Arab (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:85 +#: ../rules/base.extras.xml.in.h:86 msgid "Belgian (Sun Type 6/7)" msgstr "Belga (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:88 +#: ../rules/base.extras.xml.in.h:89 msgid "Portuguese (Brazil, Sun Type 6/7)" msgstr "Portugál (brazil, Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:91 +#: ../rules/base.extras.xml.in.h:92 msgid "Czech (Sun Type 6/7)" msgstr "Cseh (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:94 +#: ../rules/base.extras.xml.in.h:95 msgid "Danish (Sun Type 6/7)" msgstr "Dán (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:97 +#: ../rules/base.extras.xml.in.h:98 msgid "Dutch (Sun Type 6/7)" msgstr "Holland (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:100 +#: ../rules/base.extras.xml.in.h:101 msgid "Estonian (Sun Type 6/7)" msgstr "Észt (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:103 +#: ../rules/base.extras.xml.in.h:104 msgid "Finnish (Sun Type 6/7)" msgstr "Finn (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:105 +#: ../rules/base.extras.xml.in.h:106 msgid "French (Sun Type 6/7)" msgstr "Francia (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:108 +#: ../rules/base.extras.xml.in.h:109 msgid "Greek (Sun Type 6/7)" msgstr "Görög (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:111 +#: ../rules/base.extras.xml.in.h:112 msgid "Italian (Sun Type 6/7)" msgstr "Olasz (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:114 +#: ../rules/base.extras.xml.in.h:115 msgid "Japanese (Sun Type 6)" msgstr "Japán (Sun Type 6)" -#: ../rules/base.extras.xml.in.h:115 +#: ../rules/base.extras.xml.in.h:116 msgid "Japanese (Sun Type 7 - pc compatible)" msgstr "Japán (Sun Type 7 - PC kompatibilis)" -#: ../rules/base.extras.xml.in.h:116 +#: ../rules/base.extras.xml.in.h:117 msgid "Japanese (Sun Type 7 - sun compatible)" msgstr "Japán (Sun Type 7 - sun kompatibilis)" -#: ../rules/base.extras.xml.in.h:119 +#: ../rules/base.extras.xml.in.h:120 msgid "Norwegian (Sun Type 6/7)" msgstr "Norvég (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:121 +#: ../rules/base.extras.xml.in.h:122 msgid "Portuguese (Sun Type 6/7)" msgstr "Portugál (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:124 +#: ../rules/base.extras.xml.in.h:125 msgid "Slovak (Sun Type 6/7)" msgstr "Szlovák (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:127 +#: ../rules/base.extras.xml.in.h:128 msgid "Spanish (Sun Type 6/7)" msgstr "Spanyol (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:130 +#: ../rules/base.extras.xml.in.h:131 msgid "Swedish (Dvorak A5)" msgstr "Svéd (Dvorak A5)" -#: ../rules/base.extras.xml.in.h:131 +#: ../rules/base.extras.xml.in.h:132 msgid "Swedish (Sun Type 6/7)" msgstr "Svéd (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:133 +#: ../rules/base.extras.xml.in.h:134 msgid "German (Switzerland, Sun Type 6/7)" msgstr "Német (Svájc, Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:134 +#: ../rules/base.extras.xml.in.h:135 msgid "French (Switzerland, Sun Type 6/7)" msgstr "Francia (Svájc, Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:137 +#: ../rules/base.extras.xml.in.h:138 msgid "Turkish (Sun Type 6/7)" msgstr "Török (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:140 +#: ../rules/base.extras.xml.in.h:141 msgid "Ukrainian (Sun Type 6/7)" msgstr "Ukrán (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:142 +#: ../rules/base.extras.xml.in.h:143 msgid "English (UK, Sun Type 6/7)" msgstr "Angol (UK, Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:145 +#: ../rules/base.extras.xml.in.h:146 msgid "Korean (Sun Type 6/7)" msgstr "Koreai (Sun Type 6/7)" #. Keyboard indicator for European layouts -#: ../rules/base.extras.xml.in.h:147 +#: ../rules/base.extras.xml.in.h:148 msgid "eu" msgstr "eu" -#: ../rules/base.extras.xml.in.h:148 +#: ../rules/base.extras.xml.in.h:149 msgid "EurKEY (US based layout with european letters)" msgstr "EurKEY (US alapú kiosztás európai betűkkel)" -#: ../rules/base.extras.xml.in.h:151 +#: ../rules/base.extras.xml.in.h:152 msgid "Mmuock" msgstr "Mmuock" +#~ msgid "Shift with numeric keypad keys works as in MS Windows" +#~ msgstr "A Shift+számbillentyűk úgy működjenek, mint az MS Windowsban" + #~ msgid "Bengali" #~ msgstr "Bengáli" diff --git a/xorg-server/xkeyboard-config/po/ko.po b/xorg-server/xkeyboard-config/po/ko.po index 355a921fa..85799a0e4 100644 --- a/xorg-server/xkeyboard-config/po/ko.po +++ b/xorg-server/xkeyboard-config/po/ko.po @@ -1,6 +1,6 @@ # xkeyboard-config Korean translation # This file is distributed under the same license as the xkeyboard-config package. -# Changwoo Ryu , 2007-2014. +# Changwoo Ryu , 2007-2015. # # - 주의 # - 한국에 수입해 판매되는 제품은 광고할 때 사용하는 표기를 그대로 사용 @@ -10,10 +10,10 @@ # msgid "" msgstr "" -"Project-Id-Version: xkeyboard-config 2.12.99\n" +"Project-Id-Version: xkeyboard-config 2.13.99\n" "Report-Msgid-Bugs-To: svu@users.sourceforge.net\n" -"POT-Creation-Date: 2014-09-18 23:46+0100\n" -"PO-Revision-Date: 2014-09-20 07:19+0900\n" +"POT-Creation-Date: 2015-01-15 01:16+0000\n" +"PO-Revision-Date: 2015-01-21 13:01+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: Korean \n" "Language: ko\n" @@ -785,11 +785,11 @@ msgid "Htc Dream phone" msgstr "HTC 드림 휴대전화" #. Keyboard indicator for English layouts -#: ../rules/base.xml.in.h:186 ../rules/base.extras.xml.in.h:46 +#: ../rules/base.xml.in.h:186 ../rules/base.extras.xml.in.h:47 msgid "en" msgstr "en" -#: ../rules/base.xml.in.h:187 ../rules/base.extras.xml.in.h:47 +#: ../rules/base.xml.in.h:187 ../rules/base.extras.xml.in.h:48 msgid "English (US)" msgstr "영어(미국)" @@ -848,7 +848,7 @@ msgid "English (programmer Dvorak)" msgstr "영어(프로그래머 드보락)" #. Keyboard indicator for Russian layouts -#: ../rules/base.xml.in.h:203 ../rules/base.extras.xml.in.h:69 +#: ../rules/base.xml.in.h:203 ../rules/base.extras.xml.in.h:70 msgid "ru" msgstr "ru" @@ -881,7 +881,7 @@ msgid "English (Workman, international with dead keys)" msgstr "영어(워크맨, 드보락 국제 버전, 데드키 포함)" #. Keyboard indicator for Persian layouts -#: ../rules/base.xml.in.h:212 ../rules/base.extras.xml.in.h:28 +#: ../rules/base.xml.in.h:212 ../rules/base.extras.xml.in.h:29 msgid "fa" msgstr "fa" @@ -921,11 +921,11 @@ msgid "Uzbek (Afghanistan, OLPC)" msgstr "우즈베크어(아프가니스탄, OLPC)" #. Keyboard indicator for Arabic layouts -#: ../rules/base.xml.in.h:224 ../rules/base.extras.xml.in.h:80 +#: ../rules/base.xml.in.h:224 ../rules/base.extras.xml.in.h:81 msgid "ar" msgstr "ar" -#: ../rules/base.xml.in.h:225 ../rules/base.extras.xml.in.h:81 +#: ../rules/base.xml.in.h:225 ../rules/base.extras.xml.in.h:82 msgid "Arabic" msgstr "아랍어" @@ -969,11 +969,11 @@ msgid "Albanian (Plisi D1)" msgstr "알바니아(Plisi D1)" #. Keyboard indicator for Armenian layouts -#: ../rules/base.xml.in.h:237 ../rules/base.extras.xml.in.h:74 +#: ../rules/base.xml.in.h:237 ../rules/base.extras.xml.in.h:75 msgid "hy" msgstr "hy" -#: ../rules/base.xml.in.h:238 ../rules/base.extras.xml.in.h:75 +#: ../rules/base.xml.in.h:238 ../rules/base.extras.xml.in.h:76 msgid "Armenian" msgstr "아르메니아" @@ -1049,11 +1049,11 @@ msgid "Belarusian (Latin)" msgstr "벨라루스어(라틴)" #. Keyboard indicator for Belgian layouts -#: ../rules/base.xml.in.h:260 ../rules/base.extras.xml.in.h:83 +#: ../rules/base.xml.in.h:260 ../rules/base.extras.xml.in.h:84 msgid "be" msgstr "be" -#: ../rules/base.xml.in.h:261 ../rules/base.extras.xml.in.h:84 +#: ../rules/base.xml.in.h:261 ../rules/base.extras.xml.in.h:85 msgid "Belgian" msgstr "벨기에어" @@ -1323,11 +1323,11 @@ msgid "Bosnian (US keyboard with Bosnian letters)" msgstr "보스니아어(미국식 키보드, 보스니아 문자 포함)" #. Keyboard indicator for Portuguese layouts -#: ../rules/base.xml.in.h:338 ../rules/base.extras.xml.in.h:86 +#: ../rules/base.xml.in.h:338 ../rules/base.extras.xml.in.h:87 msgid "pt" msgstr "pt" -#: ../rules/base.xml.in.h:339 ../rules/base.extras.xml.in.h:87 +#: ../rules/base.xml.in.h:339 ../rules/base.extras.xml.in.h:88 msgid "Portuguese (Brazil)" msgstr "포르투갈어(브라질)" @@ -1420,11 +1420,11 @@ msgid "Berber (Morocco, Tifinagh extended phonetic)" msgstr "베르베르어(모로코, 티피나그 확장 음성 기호)" #. Keyboard indicator for Cameroon layouts -#: ../rules/base.xml.in.h:363 ../rules/base.extras.xml.in.h:149 +#: ../rules/base.xml.in.h:363 ../rules/base.extras.xml.in.h:150 msgid "cm" msgstr "cm" -#: ../rules/base.xml.in.h:364 ../rules/base.extras.xml.in.h:150 +#: ../rules/base.xml.in.h:364 ../rules/base.extras.xml.in.h:151 msgid "English (Cameroon)" msgstr "영어(카메룬)" @@ -1545,11 +1545,11 @@ msgid "Croatian (US keyboard with Croatian letters)" msgstr "크로아티아어(미국식 키보드, 크로아티아 문자 포함)" #. Keyboard indicator for Chech layouts -#: ../rules/base.xml.in.h:398 ../rules/base.extras.xml.in.h:89 +#: ../rules/base.xml.in.h:398 ../rules/base.extras.xml.in.h:90 msgid "cs" msgstr "cs" -#: ../rules/base.xml.in.h:399 ../rules/base.extras.xml.in.h:90 +#: ../rules/base.xml.in.h:399 ../rules/base.extras.xml.in.h:91 msgid "Czech" msgstr "체코어" @@ -1574,11 +1574,11 @@ msgid "Czech (US Dvorak with CZ UCW support)" msgstr "체코어(US 드보락, CZ UCW 지원)" #. Keyboard indicator for Danish layouts -#: ../rules/base.xml.in.h:406 ../rules/base.extras.xml.in.h:92 +#: ../rules/base.xml.in.h:406 ../rules/base.extras.xml.in.h:93 msgid "da" msgstr "da" -#: ../rules/base.xml.in.h:407 ../rules/base.extras.xml.in.h:93 +#: ../rules/base.xml.in.h:407 ../rules/base.extras.xml.in.h:94 msgid "Danish" msgstr "덴마크어" @@ -1603,11 +1603,11 @@ msgid "Danish (Dvorak)" msgstr "덴마크어(드보락)" #. Keyboard indicator for Dutch layouts -#: ../rules/base.xml.in.h:414 ../rules/base.extras.xml.in.h:95 +#: ../rules/base.xml.in.h:414 ../rules/base.extras.xml.in.h:96 msgid "nl" msgstr "nl" -#: ../rules/base.xml.in.h:415 ../rules/base.extras.xml.in.h:96 +#: ../rules/base.xml.in.h:415 ../rules/base.extras.xml.in.h:97 msgid "Dutch" msgstr "네덜란드어" @@ -1633,11 +1633,11 @@ msgid "Dzongkha" msgstr "종카어" #. Keyboard indicator for Estonian layouts -#: ../rules/base.xml.in.h:423 ../rules/base.extras.xml.in.h:98 +#: ../rules/base.xml.in.h:423 ../rules/base.extras.xml.in.h:99 msgid "et" msgstr "et" -#: ../rules/base.xml.in.h:424 ../rules/base.extras.xml.in.h:99 +#: ../rules/base.xml.in.h:424 ../rules/base.extras.xml.in.h:100 msgid "Estonian" msgstr "에스토니아어" @@ -1653,7 +1653,7 @@ msgstr "에스토니아어(드보락)" msgid "Estonian (US keyboard with Estonian letters)" msgstr "에스토니아어(미국식 키보드, 에스토니아 문자 포함)" -#: ../rules/base.xml.in.h:428 ../rules/base.extras.xml.in.h:29 +#: ../rules/base.xml.in.h:428 ../rules/base.extras.xml.in.h:30 msgid "Persian" msgstr "페르시아어" @@ -1716,11 +1716,11 @@ msgid "Faroese (eliminate dead keys)" msgstr "페로어(데드키 없음)" #. Keyboard indicator for Finnish layouts -#: ../rules/base.xml.in.h:446 ../rules/base.extras.xml.in.h:101 +#: ../rules/base.xml.in.h:446 ../rules/base.extras.xml.in.h:102 msgid "fi" msgstr "fi" -#: ../rules/base.xml.in.h:447 ../rules/base.extras.xml.in.h:102 +#: ../rules/base.xml.in.h:447 ../rules/base.extras.xml.in.h:103 msgid "Finnish" msgstr "핀란드어" @@ -1744,7 +1744,7 @@ msgstr "북 사오미(핀란드)" msgid "Finnish (Macintosh)" msgstr "핀란드어(매킨토시)" -#: ../rules/base.xml.in.h:453 ../rules/base.extras.xml.in.h:104 +#: ../rules/base.xml.in.h:453 ../rules/base.extras.xml.in.h:105 msgid "French" msgstr "프랑스어" @@ -1987,11 +1987,11 @@ msgid "German (legacy)" msgstr "독일어(구형)" #. Keyboard indicator for Greek layouts -#: ../rules/base.xml.in.h:518 ../rules/base.extras.xml.in.h:106 +#: ../rules/base.xml.in.h:518 ../rules/base.extras.xml.in.h:107 msgid "gr" msgstr "gr" -#: ../rules/base.xml.in.h:519 ../rules/base.extras.xml.in.h:107 +#: ../rules/base.xml.in.h:519 ../rules/base.extras.xml.in.h:108 msgid "Greek" msgstr "그리스어" @@ -2127,11 +2127,11 @@ msgid "Icelandic (Dvorak)" msgstr "아이슬란드어(드보락)" #. Keyboard indicator for Hebrew layouts -#: ../rules/base.xml.in.h:555 ../rules/base.extras.xml.in.h:77 +#: ../rules/base.xml.in.h:555 ../rules/base.extras.xml.in.h:78 msgid "he" msgstr "he" -#: ../rules/base.xml.in.h:556 ../rules/base.extras.xml.in.h:78 +#: ../rules/base.xml.in.h:556 ../rules/base.extras.xml.in.h:79 msgid "Hebrew" msgstr "히브리어" @@ -2148,11 +2148,11 @@ msgid "Hebrew (Biblical, Tiro)" msgstr "히브리어(성서 방식, Tiro)" #. Keyboard indicator for Italian layouts -#: ../rules/base.xml.in.h:561 ../rules/base.extras.xml.in.h:109 +#: ../rules/base.xml.in.h:561 ../rules/base.extras.xml.in.h:110 msgid "it" msgstr "it" -#: ../rules/base.xml.in.h:562 ../rules/base.extras.xml.in.h:110 +#: ../rules/base.xml.in.h:562 ../rules/base.extras.xml.in.h:111 msgid "Italian" msgstr "이탈리아어" @@ -2182,11 +2182,11 @@ msgid "Italian (IBM 142)" msgstr "이탈리아어(IBM 142)" #. Keyboard indicator for Japanese layouts -#: ../rules/base.xml.in.h:570 ../rules/base.extras.xml.in.h:112 +#: ../rules/base.xml.in.h:570 ../rules/base.extras.xml.in.h:113 msgid "ja" msgstr "ja" -#: ../rules/base.xml.in.h:571 ../rules/base.extras.xml.in.h:113 +#: ../rules/base.xml.in.h:571 ../rules/base.extras.xml.in.h:114 msgid "Japanese" msgstr "일본어" @@ -2263,7 +2263,7 @@ msgid "Lao (STEA proposed standard layout)" msgstr "라오어(STEA 제안 표준 키 배치)" #. Keyboard indicator for Spanish layouts -#: ../rules/base.xml.in.h:594 ../rules/base.extras.xml.in.h:125 +#: ../rules/base.xml.in.h:594 ../rules/base.extras.xml.in.h:126 msgid "es" msgstr "es" @@ -2284,11 +2284,11 @@ msgid "Spanish (Latin American, Sun dead keys)" msgstr "스페인어(라틴 아메리카, 썬 데드키)" #. Keyboard indicator for Lithuanian layouts -#: ../rules/base.xml.in.h:600 ../rules/base.extras.xml.in.h:31 +#: ../rules/base.xml.in.h:600 ../rules/base.extras.xml.in.h:32 msgid "lt" msgstr "lt" -#: ../rules/base.xml.in.h:601 ../rules/base.extras.xml.in.h:32 +#: ../rules/base.xml.in.h:601 ../rules/base.extras.xml.in.h:33 msgid "Lithuanian" msgstr "리투아니아어" @@ -2313,11 +2313,11 @@ msgid "Lithuanian (LEKPa)" msgstr "리투아니아어(LEKPa)" #. Keyboard indicator for Latvian layouts -#: ../rules/base.xml.in.h:608 ../rules/base.extras.xml.in.h:35 +#: ../rules/base.xml.in.h:608 ../rules/base.extras.xml.in.h:36 msgid "lv" msgstr "lv" -#: ../rules/base.xml.in.h:609 ../rules/base.extras.xml.in.h:36 +#: ../rules/base.xml.in.h:609 ../rules/base.extras.xml.in.h:37 msgid "Latvian" msgstr "라트비아어" @@ -2355,7 +2355,7 @@ msgid "Maori" msgstr "마오리어" #. Keyboard indicator for Serbian layouts -#: ../rules/base.xml.in.h:620 ../rules/base.extras.xml.in.h:66 +#: ../rules/base.xml.in.h:620 ../rules/base.extras.xml.in.h:67 msgid "sr" msgstr "sr" @@ -2427,11 +2427,11 @@ msgid "Mongolian" msgstr "몽골어" #. Keyboard indicator for Norwegian layouts -#: ../rules/base.xml.in.h:641 ../rules/base.extras.xml.in.h:117 +#: ../rules/base.xml.in.h:641 ../rules/base.extras.xml.in.h:118 msgid "no" msgstr "no" -#: ../rules/base.xml.in.h:642 ../rules/base.extras.xml.in.h:118 +#: ../rules/base.xml.in.h:642 ../rules/base.extras.xml.in.h:119 msgid "Norwegian" msgstr "노르웨이어" @@ -2468,11 +2468,11 @@ msgid "Norwegian (Colemak)" msgstr "노르웨이어(콜맥)" #. Keyboard indicator for Polish layouts -#: ../rules/base.xml.in.h:652 ../rules/base.extras.xml.in.h:55 +#: ../rules/base.xml.in.h:652 ../rules/base.extras.xml.in.h:56 msgid "pl" msgstr "pl" -#: ../rules/base.xml.in.h:653 ../rules/base.extras.xml.in.h:56 +#: ../rules/base.xml.in.h:653 ../rules/base.extras.xml.in.h:57 msgid "Polish" msgstr "폴란드어" @@ -2512,7 +2512,7 @@ msgstr "러시아어(폴란드, 음성 표기 드보락)" msgid "Polish (programmer Dvorak)" msgstr "폴란드어(프로그래머 드보락)" -#: ../rules/base.xml.in.h:663 ../rules/base.extras.xml.in.h:120 +#: ../rules/base.xml.in.h:663 ../rules/base.extras.xml.in.h:121 msgid "Portuguese" msgstr "포르투갈어" @@ -2551,11 +2551,11 @@ msgid "Esperanto (Portugal, Nativo)" msgstr "에스페란토(포르투갈, 네이티브)" #. Keyboard indicator for Romanian layouts -#: ../rules/base.xml.in.h:673 ../rules/base.extras.xml.in.h:60 +#: ../rules/base.xml.in.h:673 ../rules/base.extras.xml.in.h:61 msgid "ro" msgstr "ro" -#: ../rules/base.xml.in.h:674 ../rules/base.extras.xml.in.h:61 +#: ../rules/base.xml.in.h:674 ../rules/base.extras.xml.in.h:62 msgid "Romanian" msgstr "루마니아어" @@ -2575,7 +2575,7 @@ msgstr "루마니아어(표준 세디유)" msgid "Romanian (WinKeys)" msgstr "루마니아어(윈도우 키)" -#: ../rules/base.xml.in.h:679 ../rules/base.extras.xml.in.h:70 +#: ../rules/base.xml.in.h:679 ../rules/base.extras.xml.in.h:71 msgid "Russian" msgstr "러시아어" @@ -2656,1406 +2656,1430 @@ msgstr "바시키르어" msgid "Mari" msgstr "마리어" -#: ../rules/base.xml.in.h:699 ../rules/base.extras.xml.in.h:67 +#: ../rules/base.xml.in.h:699 +msgid "Russian (phonetic azerty)" +msgstr "러시아어(음성 표기 AZERTY)" + +#: ../rules/base.xml.in.h:700 +msgid "Russian (phonetic French)" +msgstr "러시아어(음성 표기 프랑스식)" + +#: ../rules/base.xml.in.h:701 ../rules/base.extras.xml.in.h:68 msgid "Serbian" msgstr "세르비아어" -#: ../rules/base.xml.in.h:700 +#: ../rules/base.xml.in.h:702 msgid "Serbian (Cyrillic, ZE and ZHE swapped)" msgstr "세르비아어(키릴 문자, ZE와 ZHE 뒤바꾸기)" -#: ../rules/base.xml.in.h:701 +#: ../rules/base.xml.in.h:703 msgid "Serbian (Latin)" msgstr "세르비아어(라틴)" -#: ../rules/base.xml.in.h:702 +#: ../rules/base.xml.in.h:704 msgid "Serbian (Latin Unicode)" msgstr "세르비아어(라틴 유니코드)" -#: ../rules/base.xml.in.h:703 +#: ../rules/base.xml.in.h:705 msgid "Serbian (Latin qwerty)" msgstr "세르비아어(라틴 QWERTY)" -#: ../rules/base.xml.in.h:704 +#: ../rules/base.xml.in.h:706 msgid "Serbian (Latin Unicode qwerty)" msgstr "세르비아어(라틴 유니코드 QWERTY)" -#: ../rules/base.xml.in.h:705 +#: ../rules/base.xml.in.h:707 msgid "Serbian (Cyrillic with guillemets)" msgstr "세르비아어(키릴 문자, 각괄호 포함)" -#: ../rules/base.xml.in.h:706 +#: ../rules/base.xml.in.h:708 msgid "Serbian (Latin with guillemets)" msgstr "세르비아어(라틴, 각괄호 포함)" -#: ../rules/base.xml.in.h:707 +#: ../rules/base.xml.in.h:709 msgid "Pannonian Rusyn" msgstr "판노니아 루테니아" #. Keyboard indicator for Slovenian layouts -#: ../rules/base.xml.in.h:709 +#: ../rules/base.xml.in.h:711 msgid "sl" msgstr "sl" -#: ../rules/base.xml.in.h:710 +#: ../rules/base.xml.in.h:712 msgid "Slovenian" msgstr "슬로베니아어" -#: ../rules/base.xml.in.h:711 +#: ../rules/base.xml.in.h:713 msgid "Slovenian (with guillemets for quotes)" msgstr "슬로베니아어(따옴표에 각괄호 포함)" -#: ../rules/base.xml.in.h:712 +#: ../rules/base.xml.in.h:714 msgid "Slovenian (US keyboard with Slovenian letters)" msgstr "슬로베니아어(미국식 키보드, 슬로베니아 문자 포함)" #. Keyboard indicator for Slovak layouts -#: ../rules/base.xml.in.h:714 ../rules/base.extras.xml.in.h:122 +#: ../rules/base.xml.in.h:716 ../rules/base.extras.xml.in.h:123 msgid "sk" msgstr "sk" -#: ../rules/base.xml.in.h:715 ../rules/base.extras.xml.in.h:123 +#: ../rules/base.xml.in.h:717 ../rules/base.extras.xml.in.h:124 msgid "Slovak" msgstr "슬로바키아어" -#: ../rules/base.xml.in.h:716 +#: ../rules/base.xml.in.h:718 msgid "Slovak (extended Backslash)" msgstr "슬로바키아어(확장 백슬래시)" -#: ../rules/base.xml.in.h:717 +#: ../rules/base.xml.in.h:719 msgid "Slovak (qwerty)" msgstr "슬로바키아어(QWERTY)" -#: ../rules/base.xml.in.h:718 +#: ../rules/base.xml.in.h:720 msgid "Slovak (qwerty, extended Backslash)" msgstr "슬로바키아어(QWERTY, 백슬래시 확장)" -#: ../rules/base.xml.in.h:719 ../rules/base.extras.xml.in.h:126 +#: ../rules/base.xml.in.h:721 ../rules/base.extras.xml.in.h:127 msgid "Spanish" msgstr "스페인어" -#: ../rules/base.xml.in.h:720 +#: ../rules/base.xml.in.h:722 msgid "Spanish (eliminate dead keys)" msgstr "스페인어(데드키 없음)" -#: ../rules/base.xml.in.h:721 +#: ../rules/base.xml.in.h:723 msgid "Spanish (Winkeys)" msgstr "스페인어(윈도우 키)" -#: ../rules/base.xml.in.h:722 +#: ../rules/base.xml.in.h:724 msgid "Spanish (include dead tilde)" msgstr "스페인어(물결 데드키 포함)" -#: ../rules/base.xml.in.h:723 +#: ../rules/base.xml.in.h:725 msgid "Spanish (Sun dead keys)" msgstr "스페인어(썬 데드키)" -#: ../rules/base.xml.in.h:724 +#: ../rules/base.xml.in.h:726 msgid "Spanish (Dvorak)" msgstr "스페인어(드보락)" # 아스투리아스 - 스페인 지역 -#: ../rules/base.xml.in.h:725 +#: ../rules/base.xml.in.h:727 msgid "Asturian (Spain, with bottom-dot H and bottom-dot L)" msgstr "아스투리아스어(스페인, 가운데점 H 및 가운데점 L 포함)" -#: ../rules/base.xml.in.h:726 +#: ../rules/base.xml.in.h:728 msgid "Catalan (Spain, with middle-dot L)" msgstr "카탈로니아어(스페인, 가운데점 L 포함)" -#: ../rules/base.xml.in.h:727 +#: ../rules/base.xml.in.h:729 msgid "Spanish (Macintosh)" msgstr "스페인어(매킨토시)" #. Keyboard indicator for Swedish layouts -#: ../rules/base.xml.in.h:729 ../rules/base.extras.xml.in.h:128 +#: ../rules/base.xml.in.h:731 ../rules/base.extras.xml.in.h:129 msgid "sv" msgstr "sv" -#: ../rules/base.xml.in.h:730 ../rules/base.extras.xml.in.h:129 +#: ../rules/base.xml.in.h:732 ../rules/base.extras.xml.in.h:130 msgid "Swedish" msgstr "스웨덴어" -#: ../rules/base.xml.in.h:731 +#: ../rules/base.xml.in.h:733 msgid "Swedish (eliminate dead keys)" msgstr "스웨덴어(데드키 없음)" -#: ../rules/base.xml.in.h:732 +#: ../rules/base.xml.in.h:734 msgid "Swedish (Dvorak)" msgstr "스웨덴어(드보락)" -#: ../rules/base.xml.in.h:733 +#: ../rules/base.xml.in.h:735 msgid "Russian (Sweden, phonetic)" msgstr "러시아어(스웨덴, 음성 표기)" -#: ../rules/base.xml.in.h:734 +#: ../rules/base.xml.in.h:736 msgid "Russian (Sweden, phonetic, eliminate dead keys)" msgstr "러시아어(스웨덴, 음성 표기, 데드키 없음)" -#: ../rules/base.xml.in.h:735 +#: ../rules/base.xml.in.h:737 msgid "Northern Saami (Sweden)" msgstr "북 사오미(스웨덴)" -#: ../rules/base.xml.in.h:736 +#: ../rules/base.xml.in.h:738 msgid "Swedish (Macintosh)" msgstr "스웨덴어(매킨토시)" -#: ../rules/base.xml.in.h:737 +#: ../rules/base.xml.in.h:739 msgid "Swedish (Svdvorak)" msgstr "스웨덴어(SV 드보락)" -#: ../rules/base.xml.in.h:738 +#: ../rules/base.xml.in.h:740 msgid "Swedish Sign Language" msgstr "스웨덴 기호 언어" -#: ../rules/base.xml.in.h:739 ../rules/base.extras.xml.in.h:132 +#: ../rules/base.xml.in.h:741 ../rules/base.extras.xml.in.h:133 msgid "German (Switzerland)" msgstr "독일어(스위스)" -#: ../rules/base.xml.in.h:740 +#: ../rules/base.xml.in.h:742 msgid "German (Switzerland, legacy)" msgstr "독일어(스위스, 구형)" -#: ../rules/base.xml.in.h:741 +#: ../rules/base.xml.in.h:743 msgid "German (Switzerland, eliminate dead keys)" msgstr "독일어(스위스, 데드키 없음)" -#: ../rules/base.xml.in.h:742 +#: ../rules/base.xml.in.h:744 msgid "German (Switzerland, Sun dead keys)" msgstr "독일어(스위스, 썬 데드키)" -#: ../rules/base.xml.in.h:743 +#: ../rules/base.xml.in.h:745 msgid "French (Switzerland)" msgstr "프랑스어(스위스)" -#: ../rules/base.xml.in.h:744 +#: ../rules/base.xml.in.h:746 msgid "French (Switzerland, eliminate dead keys)" msgstr "프랑스어(스위스, 데드키 없음)" -#: ../rules/base.xml.in.h:745 +#: ../rules/base.xml.in.h:747 msgid "French (Switzerland, Sun dead keys)" msgstr "프랑스어(스위스, 썬 데드키)" -#: ../rules/base.xml.in.h:746 +#: ../rules/base.xml.in.h:748 msgid "French (Switzerland, Macintosh)" msgstr "프랑스어(스위스, 매킨토시)" -#: ../rules/base.xml.in.h:747 +#: ../rules/base.xml.in.h:749 msgid "German (Switzerland, Macintosh)" msgstr "독일어(스위스, 매킨토시)" -#: ../rules/base.xml.in.h:748 +#: ../rules/base.xml.in.h:750 msgid "Arabic (Syria)" msgstr "아랍어(시리아)" #. Keyboard indicator for Syriac layouts -#: ../rules/base.xml.in.h:750 +#: ../rules/base.xml.in.h:752 msgid "syc" msgstr "syc" -#: ../rules/base.xml.in.h:751 +#: ../rules/base.xml.in.h:753 msgid "Syriac" msgstr "시리아어" -#: ../rules/base.xml.in.h:752 +#: ../rules/base.xml.in.h:754 msgid "Syriac (phonetic)" msgstr "시리아어(음성 기호)" -#: ../rules/base.xml.in.h:753 +#: ../rules/base.xml.in.h:755 msgid "Kurdish (Syria, Latin Q)" msgstr "쿠르드어(시리아, 라틴 Q)" -#: ../rules/base.xml.in.h:754 +#: ../rules/base.xml.in.h:756 msgid "Kurdish (Syria, F)" msgstr "쿠르드어(시리아, F)" -#: ../rules/base.xml.in.h:755 +#: ../rules/base.xml.in.h:757 msgid "Kurdish (Syria, Latin Alt-Q)" msgstr "쿠르드어(시리아, 라틴 Alt-Q)" #. Keyboard indicator for Tajik layouts -#: ../rules/base.xml.in.h:757 +#: ../rules/base.xml.in.h:759 msgid "tg" msgstr "tg" -#: ../rules/base.xml.in.h:758 +#: ../rules/base.xml.in.h:760 msgid "Tajik" msgstr "타지키스탄" -#: ../rules/base.xml.in.h:759 +#: ../rules/base.xml.in.h:761 msgid "Tajik (legacy)" msgstr "타지키스탄(구형)" #. Keyboard indicator for Sinhala layouts -#: ../rules/base.xml.in.h:761 +#: ../rules/base.xml.in.h:763 msgid "si" msgstr "si" -#: ../rules/base.xml.in.h:762 +#: ../rules/base.xml.in.h:764 msgid "Sinhala (phonetic)" msgstr "싱할라어(음성 기호)" -#: ../rules/base.xml.in.h:763 +#: ../rules/base.xml.in.h:765 msgid "Tamil (Sri Lanka, Unicode)" msgstr "타밀어(스리랑카, 유니코드)" -#: ../rules/base.xml.in.h:764 +#: ../rules/base.xml.in.h:766 msgid "Tamil (Sri Lanka, TAB Typewriter)" msgstr "타밀어(스리랑카, TAB 타자기)" #. Keyboard indicator for Thai layouts -#: ../rules/base.xml.in.h:766 +#: ../rules/base.xml.in.h:768 msgid "th" msgstr "th" -#: ../rules/base.xml.in.h:767 +#: ../rules/base.xml.in.h:769 msgid "Thai" msgstr "타이어" -#: ../rules/base.xml.in.h:768 +#: ../rules/base.xml.in.h:770 msgid "Thai (TIS-820.2538)" msgstr "타이어(TIS-820.2538)" -#: ../rules/base.xml.in.h:769 +#: ../rules/base.xml.in.h:771 msgid "Thai (Pattachote)" msgstr "타이어(Pattachote)" #. Keyboard indicator for Turkish layouts -#: ../rules/base.xml.in.h:771 ../rules/base.extras.xml.in.h:135 +#: ../rules/base.xml.in.h:773 ../rules/base.extras.xml.in.h:136 msgid "tr" msgstr "tr" -#: ../rules/base.xml.in.h:772 ../rules/base.extras.xml.in.h:136 +#: ../rules/base.xml.in.h:774 ../rules/base.extras.xml.in.h:137 msgid "Turkish" msgstr "터키어" -#: ../rules/base.xml.in.h:773 +#: ../rules/base.xml.in.h:775 msgid "Turkish (F)" msgstr "터키어(F)" -#: ../rules/base.xml.in.h:774 +#: ../rules/base.xml.in.h:776 msgid "Turkish (Alt-Q)" msgstr "터키어(Alt-Q)" -#: ../rules/base.xml.in.h:775 +#: ../rules/base.xml.in.h:777 msgid "Turkish (Sun dead keys)" msgstr "터키어(썬 데드키)" -#: ../rules/base.xml.in.h:776 +#: ../rules/base.xml.in.h:778 msgid "Kurdish (Turkey, Latin Q)" msgstr "쿠르드어(터키, 라틴 Q)" -#: ../rules/base.xml.in.h:777 +#: ../rules/base.xml.in.h:779 msgid "Kurdish (Turkey, F)" msgstr "쿠르드어(터키, F)" -#: ../rules/base.xml.in.h:778 +#: ../rules/base.xml.in.h:780 msgid "Kurdish (Turkey, Latin Alt-Q)" msgstr "쿠르드어(터키, 라틴 Alt-Q)" -#: ../rules/base.xml.in.h:779 +#: ../rules/base.xml.in.h:781 msgid "Turkish (international with dead keys)" msgstr "터키어(국제 버전, 데드키 포함)" #. Keyboard indicator for Crimean Tatar layouts -#: ../rules/base.xml.in.h:781 ../rules/base.extras.xml.in.h:62 +#: ../rules/base.xml.in.h:783 ../rules/base.extras.xml.in.h:63 msgid "crh" msgstr "crh" -#: ../rules/base.xml.in.h:782 +#: ../rules/base.xml.in.h:784 msgid "Crimean Tatar (Turkish Q)" msgstr "크림타타르(터키어 Q)" -#: ../rules/base.xml.in.h:783 +#: ../rules/base.xml.in.h:785 msgid "Crimean Tatar (Turkish F)" msgstr "크림타타르(터키어 F)" -#: ../rules/base.xml.in.h:784 +#: ../rules/base.xml.in.h:786 msgid "Crimean Tatar (Turkish Alt-Q)" msgstr "크림타타르(터키어 Alt-Q)" -#: ../rules/base.xml.in.h:785 +#: ../rules/base.xml.in.h:787 msgid "Taiwanese" msgstr "타이완" -#: ../rules/base.xml.in.h:786 +#: ../rules/base.xml.in.h:788 msgid "Taiwanese (indigenous)" msgstr "타이완(원주민)" #. Keyboard indicator for Saisiyat layouts -#: ../rules/base.xml.in.h:788 +#: ../rules/base.xml.in.h:790 msgid "xsy" msgstr "xsy" # 사이시얏트(賽夏族) - 타이완 원주민 -#: ../rules/base.xml.in.h:789 +#: ../rules/base.xml.in.h:791 msgid "Saisiyat (Taiwan)" msgstr "사이시얏트(타이완)" #. Keyboard indicator for Ukranian layouts -#: ../rules/base.xml.in.h:791 ../rules/base.extras.xml.in.h:138 +#: ../rules/base.xml.in.h:793 ../rules/base.extras.xml.in.h:139 msgid "uk" msgstr "uk" -#: ../rules/base.xml.in.h:792 ../rules/base.extras.xml.in.h:139 +#: ../rules/base.xml.in.h:794 ../rules/base.extras.xml.in.h:140 msgid "Ukrainian" msgstr "우크라이나어" -#: ../rules/base.xml.in.h:793 +#: ../rules/base.xml.in.h:795 msgid "Ukrainian (phonetic)" msgstr "우크라이나어(음성 기호)" -#: ../rules/base.xml.in.h:794 +#: ../rules/base.xml.in.h:796 msgid "Ukrainian (typewriter)" msgstr "우크라이나어(타자기)" -#: ../rules/base.xml.in.h:795 +#: ../rules/base.xml.in.h:797 msgid "Ukrainian (WinKeys)" msgstr "우크라이나어(윈도우 키)" -#: ../rules/base.xml.in.h:796 +#: ../rules/base.xml.in.h:798 msgid "Ukrainian (legacy)" msgstr "우크라이나어(구형)" -#: ../rules/base.xml.in.h:797 +#: ../rules/base.xml.in.h:799 msgid "Ukrainian (standard RSTU)" msgstr "우크라이나어(표준 RSTU)" -#: ../rules/base.xml.in.h:798 +#: ../rules/base.xml.in.h:800 msgid "Russian (Ukraine, standard RSTU)" msgstr "러시아어(우크라이나, 표준 RSTU)" -#: ../rules/base.xml.in.h:799 +#: ../rules/base.xml.in.h:801 msgid "Ukrainian (homophonic)" msgstr "우크라이나어(homophonic)" -#: ../rules/base.xml.in.h:800 ../rules/base.extras.xml.in.h:141 +#: ../rules/base.xml.in.h:802 ../rules/base.extras.xml.in.h:142 msgid "English (UK)" msgstr "영어(영국)" -#: ../rules/base.xml.in.h:801 +#: ../rules/base.xml.in.h:803 msgid "English (UK, extended WinKeys)" msgstr "영어(영국, 확장 윈도우 키)" -#: ../rules/base.xml.in.h:802 +#: ../rules/base.xml.in.h:804 msgid "English (UK, international with dead keys)" msgstr "영어(영국, 국제 버전, 데드키 포함)" -#: ../rules/base.xml.in.h:803 +#: ../rules/base.xml.in.h:805 msgid "English (UK, Dvorak)" msgstr "영어(영국, 드보락)" -#: ../rules/base.xml.in.h:804 +#: ../rules/base.xml.in.h:806 msgid "English (UK, Dvorak with UK punctuation)" msgstr "영어(영국, 영국 문장 부호 포함 드보락)" -#: ../rules/base.xml.in.h:805 +#: ../rules/base.xml.in.h:807 msgid "English (UK, Macintosh)" msgstr "영어(영국, 매킨토시)" -#: ../rules/base.xml.in.h:806 +#: ../rules/base.xml.in.h:808 msgid "English (UK, Macintosh international)" msgstr "영어(영국, 매킨토시 국제 버전)" -#: ../rules/base.xml.in.h:807 +#: ../rules/base.xml.in.h:809 msgid "English (UK, Colemak)" msgstr "영어(영국, 콜맥)" -#: ../rules/base.xml.in.h:808 +#: ../rules/base.xml.in.h:810 msgid "Uzbek" msgstr "우즈베크어" -#: ../rules/base.xml.in.h:809 +#: ../rules/base.xml.in.h:811 msgid "Uzbek (Latin)" msgstr "우즈베크어(라틴)" #. Keyboard indicator for Vietnamese layouts -#: ../rules/base.xml.in.h:811 +#: ../rules/base.xml.in.h:813 msgid "vi" msgstr "vi" -#: ../rules/base.xml.in.h:812 +#: ../rules/base.xml.in.h:814 msgid "Vietnamese" msgstr "베트남어" #. Keyboard indicator for Korean layouts -#: ../rules/base.xml.in.h:814 ../rules/base.extras.xml.in.h:143 +#: ../rules/base.xml.in.h:816 ../rules/base.extras.xml.in.h:144 msgid "ko" msgstr "ko" -#: ../rules/base.xml.in.h:815 ../rules/base.extras.xml.in.h:144 +#: ../rules/base.xml.in.h:817 ../rules/base.extras.xml.in.h:145 msgid "Korean" msgstr "한국어" -#: ../rules/base.xml.in.h:816 +#: ../rules/base.xml.in.h:818 msgid "Korean (101/104 key compatible)" msgstr "한국어(101/104키 호환)" -#: ../rules/base.xml.in.h:817 +#: ../rules/base.xml.in.h:819 msgid "Japanese (PC-98xx Series)" msgstr "일본어(PC-98xx 시리즈)" #. Keyboard indicator for Irish layouts -#: ../rules/base.xml.in.h:819 +#: ../rules/base.xml.in.h:821 msgid "ie" msgstr "ie" -#: ../rules/base.xml.in.h:820 +#: ../rules/base.xml.in.h:822 msgid "Irish" msgstr "아일랜드" # 아일랜드 변종 -#: ../rules/base.xml.in.h:821 +#: ../rules/base.xml.in.h:823 msgid "CloGaelach" msgstr "클로개라치어" -#: ../rules/base.xml.in.h:822 +#: ../rules/base.xml.in.h:824 msgid "Irish (UnicodeExpert)" msgstr "아일랜드(UnicodeExpert)" -#: ../rules/base.xml.in.h:823 +#: ../rules/base.xml.in.h:825 msgid "Ogham" msgstr "오검 문자" # 아일랜드 변종 -#: ../rules/base.xml.in.h:824 +#: ../rules/base.xml.in.h:826 msgid "Ogham (IS434)" msgstr "오검 문자(IS434)" # Urdu - 인도 방언 -#: ../rules/base.xml.in.h:825 +#: ../rules/base.xml.in.h:827 msgid "Urdu (Pakistan)" msgstr "우르두어(파키스탄)" # Urdu - 인도 방언 -#: ../rules/base.xml.in.h:826 +#: ../rules/base.xml.in.h:828 msgid "Urdu (Pakistan, CRULP)" msgstr "우르두어(파키스탄, CRULP)" # Urdu - 인도 방언 -#: ../rules/base.xml.in.h:827 +#: ../rules/base.xml.in.h:829 msgid "Urdu (Pakistan, NLA)" msgstr "우르두어(파키스탄, NLA)" -#: ../rules/base.xml.in.h:828 +#: ../rules/base.xml.in.h:830 msgid "Arabic (Pakistan)" msgstr "아랍어(파키스탄)" #. Keyboard indicator for Sindhi layouts -#: ../rules/base.xml.in.h:830 +#: ../rules/base.xml.in.h:832 msgid "sd" msgstr "sd" # 인도 -#: ../rules/base.xml.in.h:831 +#: ../rules/base.xml.in.h:833 msgid "Sindhi" msgstr "신디어" #. Keyboard indicator for Dhivehi layouts -#: ../rules/base.xml.in.h:833 +#: ../rules/base.xml.in.h:835 msgid "dv" msgstr "dv" # 몰디브 공용어 -#: ../rules/base.xml.in.h:834 +#: ../rules/base.xml.in.h:836 msgid "Dhivehi" msgstr "디베히어" -#: ../rules/base.xml.in.h:835 +#: ../rules/base.xml.in.h:837 msgid "English (South Africa)" msgstr "영어(남아공)" #. Keyboard indicator for Esperanto layouts -#: ../rules/base.xml.in.h:837 +#: ../rules/base.xml.in.h:839 msgid "eo" msgstr "eo" -#: ../rules/base.xml.in.h:838 +#: ../rules/base.xml.in.h:840 msgid "Esperanto" msgstr "에스페란토" -#: ../rules/base.xml.in.h:839 +#: ../rules/base.xml.in.h:841 msgid "Esperanto (displaced semicolon and quote, obsolete)" msgstr "에스페란토(세미콜론과 따옴표 없애기, 없어진 기능)" #. Keyboard indicator for Nepali layouts -#: ../rules/base.xml.in.h:841 +#: ../rules/base.xml.in.h:843 msgid "ne" msgstr "ne" -#: ../rules/base.xml.in.h:842 +#: ../rules/base.xml.in.h:844 msgid "Nepali" msgstr "네팔어" -#: ../rules/base.xml.in.h:843 +#: ../rules/base.xml.in.h:845 msgid "English (Nigeria)" msgstr "영어(나이지리아)" #. Keyboard indicator for Igbo layouts -#: ../rules/base.xml.in.h:845 +#: ../rules/base.xml.in.h:847 msgid "ig" msgstr "ig" # 나이지리아 변종 -#: ../rules/base.xml.in.h:846 +#: ../rules/base.xml.in.h:848 msgid "Igbo" msgstr "이그보어" #. Keyboard indicator for Yoruba layouts -#: ../rules/base.xml.in.h:848 +#: ../rules/base.xml.in.h:850 msgid "yo" msgstr "yo" # 나이지리아 변종 -#: ../rules/base.xml.in.h:849 +#: ../rules/base.xml.in.h:851 msgid "Yoruba" msgstr "요루바어" #. Keyboard indicator for Amharic layouts -#: ../rules/base.xml.in.h:851 +#: ../rules/base.xml.in.h:853 msgid "am" msgstr "am" -#: ../rules/base.xml.in.h:852 +#: ../rules/base.xml.in.h:854 msgid "Amharic" msgstr "암하라어" #. Keyboard indicator for Wolof layouts -#: ../rules/base.xml.in.h:854 +#: ../rules/base.xml.in.h:856 msgid "wo" msgstr "wo" # 월로프어 - 세네갈, 감비아, 모리타니에서 쓰이는 아프리카 언어 -#: ../rules/base.xml.in.h:855 +#: ../rules/base.xml.in.h:857 msgid "Wolof" msgstr "월로프어" # Braille #. Keyboard indicator for Braille layouts -#: ../rules/base.xml.in.h:857 +#: ../rules/base.xml.in.h:859 msgid "brl" msgstr "brl" -#: ../rules/base.xml.in.h:858 +#: ../rules/base.xml.in.h:860 msgid "Braille" msgstr "점자" -#: ../rules/base.xml.in.h:859 +#: ../rules/base.xml.in.h:861 msgid "Braille (left hand)" msgstr "점자(왼손잡이)" -#: ../rules/base.xml.in.h:860 +#: ../rules/base.xml.in.h:862 msgid "Braille (right hand)" msgstr "점자(오른손잡이)" #. Keyboard indicator for Turkmen layouts -#: ../rules/base.xml.in.h:862 +#: ../rules/base.xml.in.h:864 msgid "tk" msgstr "tk" -#: ../rules/base.xml.in.h:863 +#: ../rules/base.xml.in.h:865 msgid "Turkmen" msgstr "투르크멘어" -#: ../rules/base.xml.in.h:864 +#: ../rules/base.xml.in.h:866 msgid "Turkmen (Alt-Q)" msgstr "투르크멘어(Alt-Q)" #. Keyboard indicator for Bambara layouts -#: ../rules/base.xml.in.h:866 +#: ../rules/base.xml.in.h:868 msgid "bm" msgstr "bm" -#: ../rules/base.xml.in.h:867 +#: ../rules/base.xml.in.h:869 msgid "Bambara" msgstr "밤바라어" -#: ../rules/base.xml.in.h:868 +#: ../rules/base.xml.in.h:870 msgid "French (Mali, alternative)" msgstr "프랑스어(말리, 다른 버전)" -#: ../rules/base.xml.in.h:869 +#: ../rules/base.xml.in.h:871 msgid "English (Mali, US Macintosh)" msgstr "영어(말리, 미국 매킨토시)" -#: ../rules/base.xml.in.h:870 +#: ../rules/base.xml.in.h:872 msgid "English (Mali, US international)" msgstr "영어(말리, 미국 국제 버전)" #. Keyboard indicator for Swahili layouts -#: ../rules/base.xml.in.h:872 +#: ../rules/base.xml.in.h:874 msgid "sw" msgstr "sw" -#: ../rules/base.xml.in.h:873 +#: ../rules/base.xml.in.h:875 msgid "Swahili (Tanzania)" msgstr "스와힐리어(탄자니아)" -#: ../rules/base.xml.in.h:874 +#: ../rules/base.xml.in.h:876 msgid "Swahili (Kenya)" msgstr "스와힐리어(케냐)" # http://en.wikipedia.org/wiki/Kikuyu#Language -#: ../rules/base.xml.in.h:875 +#: ../rules/base.xml.in.h:877 msgid "Kikuyu" msgstr "키쿠유어" #. Keyboard indicator for Tswana layouts -#: ../rules/base.xml.in.h:877 +#: ../rules/base.xml.in.h:879 msgid "tn" msgstr "tn" -#: ../rules/base.xml.in.h:878 +#: ../rules/base.xml.in.h:880 msgid "Tswana" msgstr "츠와나어" #. Keyboard indicator for Filipino layouts -#: ../rules/base.xml.in.h:880 +#: ../rules/base.xml.in.h:882 msgid "ph" msgstr "ph" -#: ../rules/base.xml.in.h:881 +#: ../rules/base.xml.in.h:883 msgid "Filipino" msgstr "필리핀어" -#: ../rules/base.xml.in.h:882 +#: ../rules/base.xml.in.h:884 msgid "Filipino (QWERTY Baybayin)" msgstr "필리핀어(QWERTY 베이베이인)" -#: ../rules/base.xml.in.h:883 +#: ../rules/base.xml.in.h:885 msgid "Filipino (Capewell-Dvorak Latin)" msgstr "필리핀어(케이프웰 드보락 라틴)" -#: ../rules/base.xml.in.h:884 +#: ../rules/base.xml.in.h:886 msgid "Filipino (Capewell-Dvorak Baybayin)" msgstr "필리핀어(케이프웰 드보락 베이베이인)" -#: ../rules/base.xml.in.h:885 +#: ../rules/base.xml.in.h:887 msgid "Filipino (Capewell-QWERF 2006 Latin)" msgstr "필리핀어(케이프웰 QWERF 2006 라틴)" -#: ../rules/base.xml.in.h:886 +#: ../rules/base.xml.in.h:888 msgid "Filipino (Capewell-QWERF 2006 Baybayin)" msgstr "필리핀어(케이프웰 QWERF 2006 베이베이인)" -#: ../rules/base.xml.in.h:887 +#: ../rules/base.xml.in.h:889 msgid "Filipino (Colemak Latin)" msgstr "필리핀어(콜맥 라틴)" -#: ../rules/base.xml.in.h:888 +#: ../rules/base.xml.in.h:890 msgid "Filipino (Colemak Baybayin)" msgstr "필리핀어(콜맥 베이베이인)" -#: ../rules/base.xml.in.h:889 +#: ../rules/base.xml.in.h:891 msgid "Filipino (Dvorak Latin)" msgstr "필리핀어(드보락 라틴)" -#: ../rules/base.xml.in.h:890 +#: ../rules/base.xml.in.h:892 msgid "Filipino (Dvorak Baybayin)" msgstr "필리핀어(드보락 베이베이인)" -#: ../rules/base.xml.in.h:891 +#: ../rules/base.xml.in.h:893 msgid "md" msgstr "md" -#: ../rules/base.xml.in.h:892 +#: ../rules/base.xml.in.h:894 msgid "Moldavian" msgstr "몰디브어" -#: ../rules/base.xml.in.h:893 +#: ../rules/base.xml.in.h:895 msgid "gag" msgstr "gag" # 가가우지아 지역의 몰디브어 -#: ../rules/base.xml.in.h:894 +#: ../rules/base.xml.in.h:896 msgid "Moldavian (Gagauz)" msgstr "몰티브어(가가우지아)" -#: ../rules/base.xml.in.h:895 +#: ../rules/base.xml.in.h:897 msgid "Switching to another layout" msgstr "다른 키 배치로 전환" -#: ../rules/base.xml.in.h:896 +#: ../rules/base.xml.in.h:898 msgid "Right Alt (while pressed)" msgstr "오른쪽 Alt(누르고 있는 동안)" -#: ../rules/base.xml.in.h:897 +#: ../rules/base.xml.in.h:899 msgid "Left Alt (while pressed)" msgstr "왼쪽 Alt(누르고 있는 동안)" -#: ../rules/base.xml.in.h:898 +#: ../rules/base.xml.in.h:900 msgid "Left Win (while pressed)" msgstr "왼쪽 윈도우(누르고 있는 동안)" -#: ../rules/base.xml.in.h:899 +#: ../rules/base.xml.in.h:901 msgid "Right Win (while pressed)" msgstr "오른쪽 윈도우(누르고 있는 동안)" -#: ../rules/base.xml.in.h:900 +#: ../rules/base.xml.in.h:902 msgid "Any Win key (while pressed)" msgstr "모든 윈도우 키(누르고 있는 동안)" -#: ../rules/base.xml.in.h:901 +#: ../rules/base.xml.in.h:903 msgid "Caps Lock (while pressed), Alt+Caps Lock does the original capslock action" msgstr "Caps Lock(누르고 있는 동안), Alt+Caps Lock을 누르면 원래 Caps Lock 기능" -#: ../rules/base.xml.in.h:902 +#: ../rules/base.xml.in.h:904 msgid "Right Ctrl (while pressed)" msgstr "오른쪽 Ctrl(누르고 있는 동안)" -#: ../rules/base.xml.in.h:903 +#: ../rules/base.xml.in.h:905 msgid "Right Alt" msgstr "오른쪽 Alt" -#: ../rules/base.xml.in.h:904 +#: ../rules/base.xml.in.h:906 msgid "Left Alt" msgstr "왼쪽 Alt" -#: ../rules/base.xml.in.h:905 +#: ../rules/base.xml.in.h:907 msgid "Caps Lock" msgstr "Caps Lock" -#: ../rules/base.xml.in.h:906 +#: ../rules/base.xml.in.h:908 msgid "Shift+Caps Lock" msgstr "Shift+Caps Lock" -#: ../rules/base.xml.in.h:907 +#: ../rules/base.xml.in.h:909 msgid "Caps Lock (to first layout), Shift+Caps Lock (to last layout)" msgstr "Caps Lock(1번으로), Shift+Caps Lock(마지막으로)" -#: ../rules/base.xml.in.h:908 +#: ../rules/base.xml.in.h:910 msgid "Left Win (to first layout), Right Win/Menu (to last layout)" msgstr "왼쪽 윈도우(1번으로), 오른쪽 윈도우/메뉴(마지막으로)" -#: ../rules/base.xml.in.h:909 +#: ../rules/base.xml.in.h:911 msgid "Left Ctrl (to first layout), Right Ctrl (to last layout)" msgstr "왼쪽 Ctrl(1번 키보드 배치로), 오른쪽 Ctrl (마지막 키보드 배치로)" -#: ../rules/base.xml.in.h:910 +#: ../rules/base.xml.in.h:912 msgid "Alt+Caps Lock" msgstr "Alt+Caps Lock" -#: ../rules/base.xml.in.h:911 +#: ../rules/base.xml.in.h:913 msgid "Both Shift keys together" msgstr "Shift 키 2개 동시 누름" -#: ../rules/base.xml.in.h:912 +#: ../rules/base.xml.in.h:914 msgid "Both Alt keys together" msgstr "Alt 키 2개 동시 누름" -#: ../rules/base.xml.in.h:913 +#: ../rules/base.xml.in.h:915 msgid "Both Ctrl keys together" msgstr "Ctrl 키 2개 동시 누름" -#: ../rules/base.xml.in.h:914 +#: ../rules/base.xml.in.h:916 msgid "Ctrl+Shift" msgstr "Ctrl+Shift" -#: ../rules/base.xml.in.h:915 +#: ../rules/base.xml.in.h:917 msgid "Left Ctrl+Left Shift" msgstr "왼쪽 Ctrl+왼쪽 Shift" -#: ../rules/base.xml.in.h:916 +#: ../rules/base.xml.in.h:918 msgid "Right Ctrl+Right Shift" msgstr "오른쪽 Ctrl+오른쪽 Alt" -#: ../rules/base.xml.in.h:917 +#: ../rules/base.xml.in.h:919 msgid "Alt+Ctrl" msgstr "Alt+Ctrl" -#: ../rules/base.xml.in.h:918 +#: ../rules/base.xml.in.h:920 msgid "Alt+Shift" msgstr "Alt+Shift" -#: ../rules/base.xml.in.h:919 +#: ../rules/base.xml.in.h:921 msgid "Left Alt+Left Shift" msgstr "왼쪽 Alt+왼쪽 Shift" -#: ../rules/base.xml.in.h:920 +#: ../rules/base.xml.in.h:922 msgid "Alt+Space" msgstr "Alt+스페이스" -#: ../rules/base.xml.in.h:921 +#: ../rules/base.xml.in.h:923 msgid "Menu" msgstr "메뉴" -#: ../rules/base.xml.in.h:922 +#: ../rules/base.xml.in.h:924 msgid "Left Win" msgstr "왼쪽 윈도우" -#: ../rules/base.xml.in.h:923 +#: ../rules/base.xml.in.h:925 msgid "Win Key+Space" msgstr "윈도우 키+스페이스" -#: ../rules/base.xml.in.h:924 +#: ../rules/base.xml.in.h:926 msgid "Right Win" msgstr "오른쪽 윈도우" -#: ../rules/base.xml.in.h:925 +#: ../rules/base.xml.in.h:927 msgid "Left Shift" msgstr "왼쪽 Shift" -#: ../rules/base.xml.in.h:926 +#: ../rules/base.xml.in.h:928 msgid "Right Shift" msgstr "오른쪽 Shift" -#: ../rules/base.xml.in.h:927 +#: ../rules/base.xml.in.h:929 msgid "Left Ctrl" msgstr "왼쪽 Ctrl" -#: ../rules/base.xml.in.h:928 +#: ../rules/base.xml.in.h:930 msgid "Right Ctrl" msgstr "오른쪽 Ctrl" -#: ../rules/base.xml.in.h:929 +#: ../rules/base.xml.in.h:931 msgid "Scroll Lock" msgstr "Scroll Lock" -#: ../rules/base.xml.in.h:930 +#: ../rules/base.xml.in.h:932 msgid "LeftCtrl+LeftWin (to first layout), RightCtrl+Menu (to second layout)" msgstr "왼쪽 Ctrl+왼쪽 윈도우(1번 키보드 배치로), 오른쪽 Ctrl+Menu (2번째 키보드 배치로)" -#: ../rules/base.xml.in.h:931 +#: ../rules/base.xml.in.h:933 msgid "Key to choose 3rd level" msgstr "3번째 단계를 선택하는 키" -#: ../rules/base.xml.in.h:932 +#: ../rules/base.xml.in.h:934 msgid "Any Win key" msgstr "모든 윈도우 키" -#: ../rules/base.xml.in.h:933 +#: ../rules/base.xml.in.h:935 msgid "Any Alt key" msgstr "모든 Alt 키" -#: ../rules/base.xml.in.h:934 +#: ../rules/base.xml.in.h:936 msgid "Right Alt, Shift+Right Alt key is Compose" msgstr "오른쪽 Alt, Shift+오른쪽 Alt가 Compose" -#: ../rules/base.xml.in.h:935 +#: ../rules/base.xml.in.h:937 msgid "Right Alt key never chooses 3rd level" msgstr "오른쪽 Alt는 3번째 단계를 선택하지 않음" -#: ../rules/base.xml.in.h:936 +#: ../rules/base.xml.in.h:938 msgid "Enter on keypad" msgstr "키패드에 Enter" -#: ../rules/base.xml.in.h:937 +#: ../rules/base.xml.in.h:939 msgid "Backslash" msgstr "백슬래시" -#: ../rules/base.xml.in.h:938 +#: ../rules/base.xml.in.h:940 msgid "<Less/Greater>" msgstr "< 및 >" -#: ../rules/base.xml.in.h:939 +#: ../rules/base.xml.in.h:941 msgid "Caps Lock chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "Caps Lock으로 3번째 단계 선택, 다른 3번째 단계 선택 키와 같이 누르면 고정" -#: ../rules/base.xml.in.h:940 +#: ../rules/base.xml.in.h:942 msgid "Backslash chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "백슬래시로 3번째 단계 선택, 다른 3번째 단계 선택 키와 같이 누르면 고정" -#: ../rules/base.xml.in.h:941 +#: ../rules/base.xml.in.h:943 msgid "<Less/Greater> chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "< 및 > 키로 3번째 단계 선택, 다른 3번째 단계 선택 키와 같이 누르면 고정" -#: ../rules/base.xml.in.h:942 +#: ../rules/base.xml.in.h:944 msgid "Ctrl key position" msgstr "Ctrl 키 위치" -#: ../rules/base.xml.in.h:943 +#: ../rules/base.xml.in.h:945 msgid "Caps Lock as Ctrl" msgstr "Caps Lock 키를 Ctrl 키로" -#: ../rules/base.xml.in.h:944 +#: ../rules/base.xml.in.h:946 msgid "Left Ctrl as Meta" msgstr "왼쪽 Ctrl 키를 Meta 키로" -#: ../rules/base.xml.in.h:945 +#: ../rules/base.xml.in.h:947 msgid "Swap Ctrl and Caps Lock" msgstr "Ctrl과 Caps Lock 뒤바꾸기" -#: ../rules/base.xml.in.h:946 +#: ../rules/base.xml.in.h:948 msgid "At left of 'A'" msgstr "'A' 왼쪽에" -#: ../rules/base.xml.in.h:947 +#: ../rules/base.xml.in.h:949 msgid "At bottom left" msgstr "맨 아래 왼쪽에" -#: ../rules/base.xml.in.h:948 +#: ../rules/base.xml.in.h:950 msgid "Right Ctrl as Right Alt" msgstr "오른쪽 Ctrl 키를 오른쪽 Alt 키로" -#: ../rules/base.xml.in.h:949 +#: ../rules/base.xml.in.h:951 msgid "Menu as Right Ctrl" msgstr "Menu 키를 오른쪽 Ctrl 키로" -#: ../rules/base.xml.in.h:950 +#: ../rules/base.xml.in.h:952 msgid "Right Alt as Right Ctrl" msgstr "오른쪽 Alt 키를 오른쪽 Ctrl 키로" -#: ../rules/base.xml.in.h:951 +#: ../rules/base.xml.in.h:953 msgid "Swap Left Alt key with Left Ctrl key" msgstr "왼쪽 Alt와 왼쪽 Ctrl 뒤바꾸기" -#: ../rules/base.xml.in.h:952 +#: ../rules/base.xml.in.h:954 msgid "Swap Left Win key with Left Ctrl key" msgstr "왼쪽 윈도우와 왼쪽 Ctrl 뒤바꾸기" -#: ../rules/base.xml.in.h:953 +#: ../rules/base.xml.in.h:955 msgid "Swap Right Win key with Right Ctrl key" msgstr "오른쪽 윈도우와 오른쪽 Ctrl 뒤바꾸기" -#: ../rules/base.xml.in.h:954 +#: ../rules/base.xml.in.h:956 msgid "Left Alt as Ctrl, Left Ctrl as Win, Left Win as Alt" msgstr "왼쪽 Alt를 Ctrl, 왼쪽 Ctrl을 윈도우, 왼쪽 윈도우를 Alt" -#: ../rules/base.xml.in.h:955 +#: ../rules/base.xml.in.h:957 msgid "Use keyboard LED to show alternative layout" msgstr "키보드 LED에서 다른 키보드 배치 사용 표시" -#: ../rules/base.xml.in.h:956 +#: ../rules/base.xml.in.h:958 msgid "Num Lock" msgstr "Num Lock" -#: ../rules/base.xml.in.h:957 +#: ../rules/base.xml.in.h:959 msgid "Layout of numeric keypad" msgstr "숫자 키패드의 키 배치" -#: ../rules/base.xml.in.h:958 +#: ../rules/base.xml.in.h:960 msgid "Legacy" msgstr "구형 방식" -#: ../rules/base.xml.in.h:959 +#: ../rules/base.xml.in.h:961 msgid "Unicode additions (arrows and math operators)" msgstr "유니코드 추가(화살표 및 수학 기호)" -#: ../rules/base.xml.in.h:960 +#: ../rules/base.xml.in.h:962 msgid "Unicode additions (arrows and math operators; math operators on default level)" msgstr "유니코드 추가(화살표 및 수학 기호, 수학 기호를 기본 단계에)" -#: ../rules/base.xml.in.h:961 +#: ../rules/base.xml.in.h:963 msgid "Legacy Wang 724" msgstr "구형 방식 Wang 724 키패드" -#: ../rules/base.xml.in.h:962 +#: ../rules/base.xml.in.h:964 msgid "Wang 724 keypad with Unicode additions (arrows and math operators)" msgstr "Wang 724 키패드, 유니코드 추가(화살표 및 수학 기호)" -#: ../rules/base.xml.in.h:963 +#: ../rules/base.xml.in.h:965 msgid "Wang 724 keypad with Unicode additions (arrows and math operators; math operators on default level)" msgstr "Wang 724 키패드, 유니코드 추가(화살표 및 수학 기호, 수학 기호를 기본 단계에)" -#: ../rules/base.xml.in.h:964 +#: ../rules/base.xml.in.h:966 msgid "Hexadecimal" msgstr "십육진법" -#: ../rules/base.xml.in.h:965 +#: ../rules/base.xml.in.h:967 msgid "ATM/phone-style" msgstr "ATM/전화기형태" -#: ../rules/base.xml.in.h:966 +#: ../rules/base.xml.in.h:968 msgid "Numeric keypad delete key behaviour" msgstr "숫자 키패드의 Delete 키 동작" -#: ../rules/base.xml.in.h:967 +#: ../rules/base.xml.in.h:969 msgid "Legacy key with dot" msgstr "구형 방식 키, 점 포함" #. Actually, with KP_SEPARATOR, as the old keypad(comma) -#: ../rules/base.xml.in.h:969 +#: ../rules/base.xml.in.h:971 msgid "Legacy key with comma" msgstr "구형 방식 키, 쉼표 포함" -#: ../rules/base.xml.in.h:970 +#: ../rules/base.xml.in.h:972 msgid "Four-level key with dot" msgstr "네번째 단계, 점 사용" -#: ../rules/base.xml.in.h:971 +#: ../rules/base.xml.in.h:973 msgid "Four-level key with dot, Latin-9 only" msgstr "네번째 단계, 점 사용, Latin-9 전용" -#: ../rules/base.xml.in.h:972 +#: ../rules/base.xml.in.h:974 msgid "Four-level key with comma" msgstr "네번째 단계, 쉼표 사용" # momayyez: http://en.wikipedia.org/wiki/Momayyez -#: ../rules/base.xml.in.h:973 +#: ../rules/base.xml.in.h:975 msgid "Four-level key with momayyez" msgstr "네번째 단계, 아랍식 쉼표(momayyez) 사용" #. This assumes the KP_ abstract symbols are actually useful for some apps #. The description needs to be rewritten -#: ../rules/base.xml.in.h:976 +#: ../rules/base.xml.in.h:978 msgid "Four-level key with abstract separators" msgstr "네번째 단계, 가상 구분 문자 사용" -#: ../rules/base.xml.in.h:977 +#: ../rules/base.xml.in.h:979 msgid "Semicolon on third level" msgstr "3번째 단계에서 세미콜론" -#: ../rules/base.xml.in.h:978 +#: ../rules/base.xml.in.h:980 msgid "Caps Lock key behavior" msgstr "Caps Lock 키 동작" -#: ../rules/base.xml.in.h:979 +#: ../rules/base.xml.in.h:981 msgid "Caps Lock uses internal capitalization; Shift \"pauses\" Caps Lock" msgstr "Caps Lock이 내부 대문자 기능 사용, Shift가 Caps Lock을 \"일시 중지\"" -#: ../rules/base.xml.in.h:980 +#: ../rules/base.xml.in.h:982 msgid "Caps Lock uses internal capitalization; Shift doesn't affect Caps Lock" msgstr "Caps Lock이 내부 대문자 기능 사용, Shift가 Caps Lock 상태에 영향 없음" -#: ../rules/base.xml.in.h:981 +#: ../rules/base.xml.in.h:983 msgid "Caps Lock acts as Shift with locking; Shift \"pauses\" Caps Lock" msgstr "Caps Lock이 Shift처럼 동작하고 상태 고정, Shift가 Caps Lock을 \"일시 중지\"" -#: ../rules/base.xml.in.h:982 +#: ../rules/base.xml.in.h:984 msgid "Caps Lock acts as Shift with locking; Shift doesn't affect Caps Lock" msgstr "Caps Lock이 Shift처럼 동작하고 상태 고정, Shift가 Caps Lock 상태에 영향 없음" -#: ../rules/base.xml.in.h:983 +#: ../rules/base.xml.in.h:985 msgid "Caps Lock toggles normal capitalization of alphabetic characters" msgstr "Caps Lock이 일반적인 알파벳 대문자 상태를 토글" -#: ../rules/base.xml.in.h:984 +#: ../rules/base.xml.in.h:986 msgid "Make Caps Lock an additional Num Lock" msgstr "Caps Lock을 추가 Num Lock으로 사용" -#: ../rules/base.xml.in.h:985 +#: ../rules/base.xml.in.h:987 msgid "Swap ESC and Caps Lock" msgstr "ESC와 Caps Lock 뒤바꾸기" -#: ../rules/base.xml.in.h:986 +#: ../rules/base.xml.in.h:988 msgid "Make Caps Lock an additional ESC" msgstr "Caps Lock을 추가 ESC로 사용" -#: ../rules/base.xml.in.h:987 +#: ../rules/base.xml.in.h:989 msgid "Make Caps Lock an additional Backspace" msgstr "Caps Lock을 추가 백스페이스로 사용" -#: ../rules/base.xml.in.h:988 +#: ../rules/base.xml.in.h:990 msgid "Make Caps Lock an additional Super" msgstr "Caps Lock을 추가 Super로 사용" -#: ../rules/base.xml.in.h:989 +#: ../rules/base.xml.in.h:991 msgid "Make Caps Lock an additional Hyper" msgstr "Caps Lock을 추가 Hyper로 사용" -#: ../rules/base.xml.in.h:990 +#: ../rules/base.xml.in.h:992 msgid "Caps Lock toggles ShiftLock (affects all keys)" msgstr "Caps Lock이 Shift 상태를 토글(모든 키가 영향을 받음)" -#: ../rules/base.xml.in.h:991 +#: ../rules/base.xml.in.h:993 msgid "Caps Lock is disabled" msgstr "Caps Lock 사용 안 함" -#: ../rules/base.xml.in.h:992 +#: ../rules/base.xml.in.h:994 msgid "Make Caps Lock an additional Ctrl" msgstr "Caps Lock을 추가 Ctrl로 사용" -#: ../rules/base.xml.in.h:993 +#: ../rules/base.xml.in.h:995 msgid "Alt/Win key behavior" msgstr "Alt/Win 키 동작" -#: ../rules/base.xml.in.h:994 +#: ../rules/base.xml.in.h:996 msgid "Add the standard behavior to Menu key" msgstr "메뉴 키에 기본 동작 추가" -#: ../rules/base.xml.in.h:995 +#: ../rules/base.xml.in.h:997 msgid "Alt and Meta are on Alt keys" msgstr "Alt와 Meta를 Alt 키에" -#: ../rules/base.xml.in.h:996 +#: ../rules/base.xml.in.h:998 msgid "Alt is mapped to Win keys (and the usual Alt keys)" msgstr "Alt 키를 윈도우 키로 매핑(일반 Alt 키로도 동작)" -#: ../rules/base.xml.in.h:997 +#: ../rules/base.xml.in.h:999 msgid "Ctrl is mapped to Win keys (and the usual Ctrl keys)" msgstr "Ctrl 키를 윈도우 키로 매핑(일반 Ctrl 키로도 동작)" -#: ../rules/base.xml.in.h:998 +#: ../rules/base.xml.in.h:1000 msgid "Ctrl is mapped to Alt keys, Alt is mapped to Win keys" msgstr "Ctrl 키를 윈도우 키로 매핑, Alt 키를 윈도우 키로 매핑" -#: ../rules/base.xml.in.h:999 +#: ../rules/base.xml.in.h:1001 msgid "Meta is mapped to Win keys" msgstr "메타 키를 윈도우 키로 매핑" -#: ../rules/base.xml.in.h:1000 +#: ../rules/base.xml.in.h:1002 msgid "Meta is mapped to Left Win" msgstr "메타 키를 왼쪽 윈도우 키로 매핑" -#: ../rules/base.xml.in.h:1001 +#: ../rules/base.xml.in.h:1003 msgid "Hyper is mapped to Win keys" msgstr "Hyper 키를 윈도우 키로 매핑" -#: ../rules/base.xml.in.h:1002 +#: ../rules/base.xml.in.h:1004 msgid "Alt is mapped to Right Win, Super to Menu" msgstr "Alt 키를 오른쪽 윈도우 키로 매핑, Super 키를 메뉴 키로 매핑" -#: ../rules/base.xml.in.h:1003 +#: ../rules/base.xml.in.h:1005 msgid "Alt is swapped with Win" msgstr "Alt와 윈도우 키 뒤바꾸기" -#: ../rules/base.xml.in.h:1004 +#: ../rules/base.xml.in.h:1006 msgid "Position of Compose key" msgstr "Compose 키의 위치" -#: ../rules/base.xml.in.h:1005 +#: ../rules/base.xml.in.h:1007 msgid "3rd level of Left Win" msgstr "3번째 단계에서 왼쪽 윈도우" -#: ../rules/base.xml.in.h:1006 +#: ../rules/base.xml.in.h:1008 msgid "3rd level of Right Win" msgstr "3번째 단계에서 오른쪽 윈도우" -#: ../rules/base.xml.in.h:1007 +#: ../rules/base.xml.in.h:1009 msgid "3rd level of Menu" msgstr "3번째 단계에서 메뉴" -#: ../rules/base.xml.in.h:1008 +#: ../rules/base.xml.in.h:1010 msgid "3rd level of Left Ctrl" msgstr "3번째 단계에서 왼쪽 Ctrl" -#: ../rules/base.xml.in.h:1009 +#: ../rules/base.xml.in.h:1011 msgid "3rd level of Right Ctrl" msgstr "3번째 단계에서 오른쪽 Ctrl" -#: ../rules/base.xml.in.h:1010 +#: ../rules/base.xml.in.h:1012 msgid "3rd level of Caps Lock" msgstr "3번째 단계에서 Caps Lock" -#: ../rules/base.xml.in.h:1011 +#: ../rules/base.xml.in.h:1013 msgid "3rd level of <Less/Greater>" msgstr "3번째 단계에서 <Less/Greater>" -#: ../rules/base.xml.in.h:1012 +#: ../rules/base.xml.in.h:1014 msgid "Pause" msgstr "Pause" -#: ../rules/base.xml.in.h:1013 +#: ../rules/base.xml.in.h:1015 msgid "PrtSc" msgstr "PrtSc" -#: ../rules/base.xml.in.h:1014 +#: ../rules/base.xml.in.h:1016 msgid "Miscellaneous compatibility options" msgstr "기타 호환성 옵션" -#: ../rules/base.xml.in.h:1015 +#: ../rules/base.xml.in.h:1017 msgid "Default numeric keypad keys" msgstr "기본 숫자 키패드 키" -#: ../rules/base.xml.in.h:1016 +#: ../rules/base.xml.in.h:1018 msgid "Numeric keypad keys always enter digits (as in Mac OS)" msgstr "숫자 키패드 키가 항상 숫자를 입력(맥 OS처럼 동작)" -#: ../rules/base.xml.in.h:1017 -msgid "Shift with numeric keypad keys works as in MS Windows" -msgstr "Shift와 동시에 숫자 키패드 키를 누르면 MS 윈도우와 동일하게 동작" +#: ../rules/base.xml.in.h:1019 +msgid "NumLock on: digits, Shift switches to arrow keys, Numlock off: always arrow keys (as in MS Windows)" +msgstr "NumLock 켜면: 숫자, Shift 누르면 화살표 키, NumLock 끔: 항상 화살표 키 (MS 윈도우 방식)" -#: ../rules/base.xml.in.h:1018 +#: ../rules/base.xml.in.h:1020 msgid "Shift does not cancel Num Lock, chooses 3rd level instead" msgstr "Shift를 누르면 Num Lock을 끄지 않고, 3번째 단계를 선택" -#: ../rules/base.xml.in.h:1019 +#: ../rules/base.xml.in.h:1021 msgid "Special keys (Ctrl+Alt+<key>) handled in a server" msgstr "특수 키는(Ctrl+Alt+<키>) 서버에서 처리" -#: ../rules/base.xml.in.h:1020 +#: ../rules/base.xml.in.h:1022 msgid "Apple Aluminium Keyboard: emulate PC keys (Print, Scroll Lock, Pause, Num Lock)" msgstr "Apple Aluminium Keyboard: PC 키 에뮬레이션(Print, Scroll_Lock, Pause, Num Lock)" -#: ../rules/base.xml.in.h:1021 +#: ../rules/base.xml.in.h:1023 msgid "Shift cancels Caps Lock" msgstr "Shift를 누르면 Caps Lock 끄기" -#: ../rules/base.xml.in.h:1022 +#: ../rules/base.xml.in.h:1024 msgid "Enable extra typographic characters" msgstr "추가 타이포그라피 문자 사용" -#: ../rules/base.xml.in.h:1023 +#: ../rules/base.xml.in.h:1025 msgid "Both Shift keys together toggle Caps Lock" msgstr "Shift 키 동시 눌러 Caps Lock 토글" -#: ../rules/base.xml.in.h:1024 +#: ../rules/base.xml.in.h:1026 msgid "Both Shift keys together activate Caps Lock, one Shift key deactivates" msgstr "Shift 키 동시 눌러 Caps Lock 켜기, Shift 키 한 개로 해제" -#: ../rules/base.xml.in.h:1025 +#: ../rules/base.xml.in.h:1027 msgid "Both Shift keys together toggle ShiftLock" msgstr "Shift 키 동시 눌러 ShiftLock 토글" -#: ../rules/base.xml.in.h:1026 +#: ../rules/base.xml.in.h:1028 msgid "Shift + NumLock toggles PointerKeys" msgstr "Shift + NumLock으로 PointerKeys 토글" -#: ../rules/base.xml.in.h:1027 +#: ../rules/base.xml.in.h:1029 msgid "Allow breaking grabs with keyboard actions (warning: security risk)" msgstr "키보드 동작으로 키 잡기 해제 허용(경고: 보안 위험)" -#: ../rules/base.xml.in.h:1028 +#: ../rules/base.xml.in.h:1030 msgid "Allow grab and window tree logging" msgstr "키 잡기 및 창 단계 기록 허용" -#: ../rules/base.xml.in.h:1029 +#: ../rules/base.xml.in.h:1031 msgid "Adding currency signs to certain keys" msgstr "화폐 기호를 특정 키에 추가" -#: ../rules/base.xml.in.h:1030 +#: ../rules/base.xml.in.h:1032 msgid "Euro on E" msgstr "유로를 E 키에" -#: ../rules/base.xml.in.h:1031 +#: ../rules/base.xml.in.h:1033 msgid "Euro on 2" msgstr "유로를 2 키에" -#: ../rules/base.xml.in.h:1032 +#: ../rules/base.xml.in.h:1034 msgid "Euro on 4" msgstr "유로를 4 키에" -#: ../rules/base.xml.in.h:1033 +#: ../rules/base.xml.in.h:1035 msgid "Euro on 5" msgstr "유로를 5 키에" -#: ../rules/base.xml.in.h:1034 +#: ../rules/base.xml.in.h:1036 msgid "Rupee on 4" msgstr "루피를 4 키에" -#: ../rules/base.xml.in.h:1035 +#: ../rules/base.xml.in.h:1037 msgid "Key to choose 5th level" msgstr "5번째 단계를 선택하는 키" -#: ../rules/base.xml.in.h:1036 +#: ../rules/base.xml.in.h:1038 msgid "<Less/Greater> chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "< 및 > 키로 5번째 단계 선택, 다른 5번째 단계 선택 키와 같이 누르면 고정" -#: ../rules/base.xml.in.h:1037 +#: ../rules/base.xml.in.h:1039 msgid "Right Alt chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "오른쪽 Alt로 5번째 단계 선택, 다른 5번째 단계 선택 키와 같이 누르면 고정" -#: ../rules/base.xml.in.h:1038 +#: ../rules/base.xml.in.h:1040 msgid "Left Win chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "왼쪽 윈도우로 5번째 단계 선택, 다른 5번째 단계 선택 키와 같이 누르면 고정" -#: ../rules/base.xml.in.h:1039 +#: ../rules/base.xml.in.h:1041 msgid "Right Win chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "오른쪽 윈도우로 5번째 단계 선택, 다른 5번째 단계 선택 키와 같이 누르면 고정" -#: ../rules/base.xml.in.h:1040 +#: ../rules/base.xml.in.h:1042 msgid "Using space key to input non-breakable space character" msgstr "스페이스 키가 강제 공백 출력." -#: ../rules/base.xml.in.h:1041 +#: ../rules/base.xml.in.h:1043 msgid "Usual space at any level" msgstr "모든 단계에서 일반 공백 문자" -#: ../rules/base.xml.in.h:1042 +#: ../rules/base.xml.in.h:1044 msgid "Non-breakable space character at second level" msgstr "2번째 단계에서 강제 공백 문자" -#: ../rules/base.xml.in.h:1043 +#: ../rules/base.xml.in.h:1045 msgid "Non-breakable space character at third level" msgstr "3번째 단계에서 강제 공백 문자" -#: ../rules/base.xml.in.h:1044 +#: ../rules/base.xml.in.h:1046 msgid "Non-breakable space character at third level, nothing at fourth level" msgstr "3번째 단계에서 강제 공백 문자, 4번째에서는 출력 없음." -#: ../rules/base.xml.in.h:1045 +#: ../rules/base.xml.in.h:1047 msgid "Non-breakable space character at third level, thin non-breakable space character at fourth level" msgstr "3번째 단계에서 강제 공백 문자, 4번째에서는 얇은 강제 공백 문자." -#: ../rules/base.xml.in.h:1046 +#: ../rules/base.xml.in.h:1048 msgid "Non-breakable space character at fourth level" msgstr "4번째 단계에서 강제 공백 문자" -#: ../rules/base.xml.in.h:1047 +#: ../rules/base.xml.in.h:1049 msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level" msgstr "4번째 단계에서 강제 공백 문자, 6번째 단계에서 얇은 강제 공백 문자" -#: ../rules/base.xml.in.h:1048 +#: ../rules/base.xml.in.h:1050 msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level (via Ctrl+Shift)" msgstr "4번째 단계에서 강제 공백 문자, 6번째 단계에서 얇은 강제 공백 문자(Ctrl+Shift 사용)" -#: ../rules/base.xml.in.h:1049 +#: ../rules/base.xml.in.h:1051 msgid "Zero-width non-joiner character at second level" msgstr "2번째 단계에서 폭 없는 연결 금지 문자" -#: ../rules/base.xml.in.h:1050 +#: ../rules/base.xml.in.h:1052 msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level" msgstr "2번째 단계에서 폭 없는 연결 금지 문자, 3번째에서는 폭 없는 연결 문자" -#: ../rules/base.xml.in.h:1051 +#: ../rules/base.xml.in.h:1053 msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level, non-breakable space character at fourth level" msgstr "2번째 단계에서 폭 없는 연결 금지 문자, 3번째에서는 폭 없는 연결 문자, 4번째에서는 강제 공백 문자" -#: ../rules/base.xml.in.h:1052 +#: ../rules/base.xml.in.h:1054 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level" msgstr "2번째 단계에서 폭 없는 연결 금지 문자, 3번째에서는 강제 공백 문자" -#: ../rules/base.xml.in.h:1053 +#: ../rules/base.xml.in.h:1055 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, nothing at fourth level" msgstr "2번째 단계에서 폭 없는 연결 금지 문자, 3번째에서는 강제 공백 문자, 4번째에서는 없음" -#: ../rules/base.xml.in.h:1054 +#: ../rules/base.xml.in.h:1056 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, zero-width joiner at fourth level" msgstr "2번째 단계에서 폭 없는 연결 금지 문자, 3번째에서는 강제 공백 문자, 4번째에서는 폭 없는 연결 문자" -#: ../rules/base.xml.in.h:1055 +#: ../rules/base.xml.in.h:1057 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, thin non-breakable space at fourth level" msgstr "2번째 단계에서 폭 없는 연결 금지 문자, 3번째에서는 강제 공백 문자, 4번째에서는 얇은 강제 공백 문자" -#: ../rules/base.xml.in.h:1056 +#: ../rules/base.xml.in.h:1058 msgid "Zero-width non-joiner character at third level, zero-width joiner at fourth level" msgstr "3번째 단계에서 폭 없는 연결 금지 문자, 4번째에서는 폭 없는 연결 문자" -#: ../rules/base.xml.in.h:1057 +#: ../rules/base.xml.in.h:1059 msgid "Japanese keyboard options" msgstr "일본어 키보드 옵션" -#: ../rules/base.xml.in.h:1058 +#: ../rules/base.xml.in.h:1060 msgid "Kana Lock key is locking" msgstr "Kana Lock 키 상태 고정" -#: ../rules/base.xml.in.h:1059 +#: ../rules/base.xml.in.h:1061 msgid "NICOLA-F style Backspace" msgstr "NICOLA-F 방식 백스페이스" -#: ../rules/base.xml.in.h:1060 +#: ../rules/base.xml.in.h:1062 msgid "Make Zenkaku Hankaku an additional ESC" msgstr "Zenkaku Hankaku를 추가 ESC로 사용" -#: ../rules/base.xml.in.h:1061 +#: ../rules/base.xml.in.h:1063 +msgid "Korean Hangul/Hanja keys" +msgstr "한국어 한/영, 한자 키" + +#: ../rules/base.xml.in.h:1064 +msgid "Hardware Hangul/Hanja keys" +msgstr "하드웨어 한/영, 한자 키" + +#: ../rules/base.xml.in.h:1065 +msgid "Right Alt as Hangul, right Ctrl as Hanja" +msgstr "오른쪽 Alt 키를 한/영, 오른쪽 Ctrl 키를 한자 키로" + +#: ../rules/base.xml.in.h:1066 +msgid "Right Ctrl as Hangul, right Alt as Hanja" +msgstr "오른쪽 Ctrl 키를 한/영, 오른쪽 Alt 키를 한자 키로" + +#: ../rules/base.xml.in.h:1067 msgid "Adding Esperanto supersigned letters" msgstr "에스페란토 수퍼사인 문자 추가" -#: ../rules/base.xml.in.h:1062 +#: ../rules/base.xml.in.h:1068 msgid "To the corresponding key in a Qwerty layout" msgstr "QWERTY 키 배치에서 해당하는 키로" -#: ../rules/base.xml.in.h:1063 +#: ../rules/base.xml.in.h:1069 msgid "To the corresponding key in a Dvorak layout" msgstr "드보락 키 배치에서 해당하는 키로" -#: ../rules/base.xml.in.h:1064 +#: ../rules/base.xml.in.h:1070 msgid "To the corresponding key in a Colemak layout" msgstr "콜맥 키 배치에서 해당하는 키로" -#: ../rules/base.xml.in.h:1065 +#: ../rules/base.xml.in.h:1071 msgid "Maintain key compatibility with old Solaris keycodes" msgstr "과거 솔라리스 키코드와 키 호환성 유지" -#: ../rules/base.xml.in.h:1066 +#: ../rules/base.xml.in.h:1072 msgid "Sun Key compatibility" msgstr "썬 키 호환성" -#: ../rules/base.xml.in.h:1067 +#: ../rules/base.xml.in.h:1073 msgid "Key sequence to kill the X server" msgstr "X 서버를 멈추는 키 조합" -#: ../rules/base.xml.in.h:1068 +#: ../rules/base.xml.in.h:1074 msgid "Ctrl + Alt + Backspace" msgstr "Ctrl + Alt + 백스페이스" @@ -4146,253 +4170,257 @@ msgid "German (with Hungarian letters and no dead keys)" msgstr "독일어(헝가리어 문자 포함, 데드키 없음)" #: ../rules/base.extras.xml.in.h:26 +msgid "Polish (Germany, eliminate dead keys)" +msgstr "폴란드어(독일, 데드키 없음)" + +#: ../rules/base.extras.xml.in.h:27 msgid "German (Sun Type 6/7)" msgstr "독일어(썬 타입 6/7)" -#: ../rules/base.extras.xml.in.h:27 +#: ../rules/base.extras.xml.in.h:28 msgid "German (Aus der Neo-Welt)" msgstr "독일어(Aus der Neo-Welt)" -#: ../rules/base.extras.xml.in.h:30 +#: ../rules/base.extras.xml.in.h:31 msgid "Avestan" msgstr "아베스탄" -#: ../rules/base.extras.xml.in.h:33 +#: ../rules/base.extras.xml.in.h:34 msgid "Lithuanian (US Dvorak with Lithuanian letters)" msgstr "리투아니아어(미국식 드보락, 리투아니아 문자 포함)" -#: ../rules/base.extras.xml.in.h:34 +#: ../rules/base.extras.xml.in.h:35 msgid "Lithuanian (Sun Type 6/7)" msgstr "리투아니아어(썬 타입 6/7)" -#: ../rules/base.extras.xml.in.h:37 +#: ../rules/base.extras.xml.in.h:38 msgid "Latvian (US Dvorak)" msgstr "라트비아어(미국 드보락)" -#: ../rules/base.extras.xml.in.h:38 +#: ../rules/base.extras.xml.in.h:39 msgid "Latvian (US Dvorak, Y variant)" msgstr "라트비아어(미국 드보락, Y 변종)" -#: ../rules/base.extras.xml.in.h:39 +#: ../rules/base.extras.xml.in.h:40 msgid "Latvian (US Dvorak, minus variant)" msgstr "라트비아어(미국 드보락, 빼기 기호 변종)" -#: ../rules/base.extras.xml.in.h:40 +#: ../rules/base.extras.xml.in.h:41 msgid "Latvian (programmer US Dvorak)" msgstr "라트비아어(프로그래머 미국식 드보락)" -#: ../rules/base.extras.xml.in.h:41 +#: ../rules/base.extras.xml.in.h:42 msgid "Latvian (programmer US Dvorak, Y variant)" msgstr "라트비아어(프로그래머 미국식 드보락, Y 변종)" -#: ../rules/base.extras.xml.in.h:42 +#: ../rules/base.extras.xml.in.h:43 msgid "Latvian (programmer US Dvorak, minus variant)" msgstr "라트비아어(프로그래머 미국식 드보락, 빼기 기호 변종)" -#: ../rules/base.extras.xml.in.h:43 +#: ../rules/base.extras.xml.in.h:44 msgid "Latvian (US Colemak)" msgstr "라트비아어(미국 콜맥)" -#: ../rules/base.extras.xml.in.h:44 +#: ../rules/base.extras.xml.in.h:45 msgid "Latvian (US Colemak, apostrophe variant)" msgstr "라트비아어(미국 콜맥, 아포스트로피 변종)" -#: ../rules/base.extras.xml.in.h:45 +#: ../rules/base.extras.xml.in.h:46 msgid "Latvian (Sun Type 6/7)" msgstr "라트비아어(썬 타입 6/7)" -#: ../rules/base.extras.xml.in.h:48 +#: ../rules/base.extras.xml.in.h:49 msgid "English (US, international AltGr Unicode combining)" msgstr "영어(미국, 국제 버전 AltGr 유니코드 조합)" -#: ../rules/base.extras.xml.in.h:49 +#: ../rules/base.extras.xml.in.h:50 msgid "English (US, international AltGr Unicode combining, alternative)" msgstr "영어(미국, 국제 버전 AltGr 유니코드 조합, 다른 버전)" # 아스시나 - 미국 원주민 부족 -#: ../rules/base.extras.xml.in.h:50 +#: ../rules/base.extras.xml.in.h:51 msgid "Atsina" msgstr "아트시나" # 쾨르디알렌 - 미국 원주민 부족 -#: ../rules/base.extras.xml.in.h:51 +#: ../rules/base.extras.xml.in.h:52 msgid "Coeur d'Alene Salish" msgstr "쾨르디알렌 살리시어" -#: ../rules/base.extras.xml.in.h:52 +#: ../rules/base.extras.xml.in.h:53 msgid "Czech Slovak and German (US)" msgstr "체코어, 슬로바키아어 및 독일어(미국)" -#: ../rules/base.extras.xml.in.h:53 +#: ../rules/base.extras.xml.in.h:54 msgid "English (US, Sun Type 6/7)" msgstr "영어(미국, 썬 타입 6/7)" -#: ../rules/base.extras.xml.in.h:54 +#: ../rules/base.extras.xml.in.h:55 msgid "English (Norman)" msgstr "영어(노르만)" -#: ../rules/base.extras.xml.in.h:57 +#: ../rules/base.extras.xml.in.h:58 msgid "Polish (international with dead keys)" msgstr "폴란드어(국제 버전, 데드키 포함)" -#: ../rules/base.extras.xml.in.h:58 +#: ../rules/base.extras.xml.in.h:59 msgid "Polish (Colemak)" msgstr "폴란드어(콜맥)" -#: ../rules/base.extras.xml.in.h:59 +#: ../rules/base.extras.xml.in.h:60 msgid "Polish (Sun Type 6/7)" msgstr "폴란드어(썬 타입 6/7)" -#: ../rules/base.extras.xml.in.h:63 +#: ../rules/base.extras.xml.in.h:64 msgid "Crimean Tatar (Dobruja Q)" msgstr "크림타타르(Dobruca-1 Q)" -#: ../rules/base.extras.xml.in.h:64 +#: ../rules/base.extras.xml.in.h:65 msgid "Romanian (ergonomic Touchtype)" msgstr "루마니아어(어고노믹 터치 방식)" -#: ../rules/base.extras.xml.in.h:65 +#: ../rules/base.extras.xml.in.h:66 msgid "Romanian (Sun Type 6/7)" msgstr "루마니아어(썬 타입 6/7)" -#: ../rules/base.extras.xml.in.h:68 +#: ../rules/base.extras.xml.in.h:69 msgid "Serbian (combining accents instead of dead keys)" msgstr "세르비아어(데드키 대신 조합으로 액센트 입력)" -#: ../rules/base.extras.xml.in.h:71 +#: ../rules/base.extras.xml.in.h:72 msgid "Church Slavonic" msgstr "교회 슬라브어" -#: ../rules/base.extras.xml.in.h:72 +#: ../rules/base.extras.xml.in.h:73 msgid "Russian (with Ukrainian-Belorussian layout)" msgstr "러시아어(우크라니아어 벨라루스어 키보드 배치)" -#: ../rules/base.extras.xml.in.h:73 +#: ../rules/base.extras.xml.in.h:74 msgid "Russian (Sun Type 6/7)" msgstr "러시아어(썬 타입 6/7)" -#: ../rules/base.extras.xml.in.h:76 +#: ../rules/base.extras.xml.in.h:77 msgid "Armenian (OLPC phonetic)" msgstr "아르메니아(OLPC 음성 기호)" -#: ../rules/base.extras.xml.in.h:79 +#: ../rules/base.extras.xml.in.h:80 msgid "Hebrew (Biblical, SIL phonetic)" msgstr "히브리어(성서, SIL 음성 기호)" -#: ../rules/base.extras.xml.in.h:82 +#: ../rules/base.extras.xml.in.h:83 msgid "Arabic (Sun Type 6/7)" msgstr "아랍어(썬 타입 6/7)" -#: ../rules/base.extras.xml.in.h:85 +#: ../rules/base.extras.xml.in.h:86 msgid "Belgian (Sun Type 6/7)" msgstr "벨기에어(썬 타입 6/7)" -#: ../rules/base.extras.xml.in.h:88 +#: ../rules/base.extras.xml.in.h:89 msgid "Portuguese (Brazil, Sun Type 6/7)" msgstr "포르투갈어(브라질, 썬 타입 6/7)" -#: ../rules/base.extras.xml.in.h:91 +#: ../rules/base.extras.xml.in.h:92 msgid "Czech (Sun Type 6/7)" msgstr "체코어(썬 타입 6/7)" -#: ../rules/base.extras.xml.in.h:94 +#: ../rules/base.extras.xml.in.h:95 msgid "Danish (Sun Type 6/7)" msgstr "덴마크어(썬 타입 6/7)" -#: ../rules/base.extras.xml.in.h:97 +#: ../rules/base.extras.xml.in.h:98 msgid "Dutch (Sun Type 6/7)" msgstr "네덜란드어(썬 타입 6/7)" -#: ../rules/base.extras.xml.in.h:100 +#: ../rules/base.extras.xml.in.h:101 msgid "Estonian (Sun Type 6/7)" msgstr "에스토니아어(썬 타입 6/7)" -#: ../rules/base.extras.xml.in.h:103 +#: ../rules/base.extras.xml.in.h:104 msgid "Finnish (Sun Type 6/7)" msgstr "핀란드어(썬 타입 6/7)" -#: ../rules/base.extras.xml.in.h:105 +#: ../rules/base.extras.xml.in.h:106 msgid "French (Sun Type 6/7)" msgstr "프랑스어(썬 타입 6/7)" -#: ../rules/base.extras.xml.in.h:108 +#: ../rules/base.extras.xml.in.h:109 msgid "Greek (Sun Type 6/7)" msgstr "그리스어(썬 타입 6/7)" -#: ../rules/base.extras.xml.in.h:111 +#: ../rules/base.extras.xml.in.h:112 msgid "Italian (Sun Type 6/7)" msgstr "이탈리아어(썬 타입 6/7)" -#: ../rules/base.extras.xml.in.h:114 +#: ../rules/base.extras.xml.in.h:115 msgid "Japanese (Sun Type 6)" msgstr "일본어(썬 타입 6)" -#: ../rules/base.extras.xml.in.h:115 +#: ../rules/base.extras.xml.in.h:116 msgid "Japanese (Sun Type 7 - pc compatible)" msgstr "일본어(썬 타입 7 - PC 호환)" -#: ../rules/base.extras.xml.in.h:116 +#: ../rules/base.extras.xml.in.h:117 msgid "Japanese (Sun Type 7 - sun compatible)" msgstr "일본어(썬 타입 7 - 썬 호환)" -#: ../rules/base.extras.xml.in.h:119 +#: ../rules/base.extras.xml.in.h:120 msgid "Norwegian (Sun Type 6/7)" msgstr "노르웨이어(썬 타입 6/7)" -#: ../rules/base.extras.xml.in.h:121 +#: ../rules/base.extras.xml.in.h:122 msgid "Portuguese (Sun Type 6/7)" msgstr "포르투갈어(썬 타입 6/7)" -#: ../rules/base.extras.xml.in.h:124 +#: ../rules/base.extras.xml.in.h:125 msgid "Slovak (Sun Type 6/7)" msgstr "슬로바키아어(썬 타입 6/7)" -#: ../rules/base.extras.xml.in.h:127 +#: ../rules/base.extras.xml.in.h:128 msgid "Spanish (Sun Type 6/7)" msgstr "스페인어(썬 타입 6/7)" -#: ../rules/base.extras.xml.in.h:130 +#: ../rules/base.extras.xml.in.h:131 msgid "Swedish (Dvorak A5)" msgstr "스웨덴어(드보락 A5)" -#: ../rules/base.extras.xml.in.h:131 +#: ../rules/base.extras.xml.in.h:132 msgid "Swedish (Sun Type 6/7)" msgstr "스웨덴어(썬 타입 6/7)" -#: ../rules/base.extras.xml.in.h:133 +#: ../rules/base.extras.xml.in.h:134 msgid "German (Switzerland, Sun Type 6/7)" msgstr "독일어(스위스, 썬 타입 6/7)" -#: ../rules/base.extras.xml.in.h:134 +#: ../rules/base.extras.xml.in.h:135 msgid "French (Switzerland, Sun Type 6/7)" msgstr "프랑스어(스위스, 썬 타입 6/7)" -#: ../rules/base.extras.xml.in.h:137 +#: ../rules/base.extras.xml.in.h:138 msgid "Turkish (Sun Type 6/7)" msgstr "터키어(썬 타입 6/7)" -#: ../rules/base.extras.xml.in.h:140 +#: ../rules/base.extras.xml.in.h:141 msgid "Ukrainian (Sun Type 6/7)" msgstr "우크라이나어(썬 타입 6/7)" -#: ../rules/base.extras.xml.in.h:142 +#: ../rules/base.extras.xml.in.h:143 msgid "English (UK, Sun Type 6/7)" msgstr "영어(영국, 썬 타입 6/7)" -#: ../rules/base.extras.xml.in.h:145 +#: ../rules/base.extras.xml.in.h:146 msgid "Korean (Sun Type 6/7)" msgstr "한국어(썬 타입 6/7)" #. Keyboard indicator for European layouts -#: ../rules/base.extras.xml.in.h:147 +#: ../rules/base.extras.xml.in.h:148 msgid "eu" msgstr "eu" -#: ../rules/base.extras.xml.in.h:148 +#: ../rules/base.extras.xml.in.h:149 msgid "EurKEY (US based layout with european letters)" msgstr "유럽 키(미국식 기반 키 배치, 유럽 문자 포함)" # 카메룬 지방 언어 -#: ../rules/base.extras.xml.in.h:151 +#: ../rules/base.extras.xml.in.h:152 msgid "Mmuock" msgstr "무오크" diff --git a/xorg-server/xkeyboard-config/po/lt.po b/xorg-server/xkeyboard-config/po/lt.po index 1f3bdb6b4..74923a479 100644 --- a/xorg-server/xkeyboard-config/po/lt.po +++ b/xorg-server/xkeyboard-config/po/lt.po @@ -4,10 +4,10 @@ # Rimas Kudelis , 2009, 2010, 2011, 2013, 2014. msgid "" msgstr "" -"Project-Id-Version: xkeyboard-config 2.10.99\n" +"Project-Id-Version: xkeyboard-config 2.12.99\n" "Report-Msgid-Bugs-To: svu@users.sourceforge.net\n" -"POT-Creation-Date: 2014-01-15 01:12+0000\n" -"PO-Revision-Date: 2014-02-02 16:05+0300\n" +"POT-Creation-Date: 2014-09-18 23:46+0100\n" +"PO-Revision-Date: 2014-12-16 20:53+0300\n" "Last-Translator: Rimas Kudelis \n" "Language-Team: Lithuanian \n" "Language: lt\n" @@ -55,7 +55,7 @@ msgstr "„Keytronic FlexPro“" #: ../rules/base.xml.in.h:10 msgid "Microsoft Natural" -msgstr "„Microsoft Natural Keyboard“" +msgstr "„Microsoft Natural“" #: ../rules/base.xml.in.h:11 msgid "Northgate OmniKey 101" @@ -466,8 +466,8 @@ msgid "Memorex MX2750" msgstr "„Memorex MX2750“" #: ../rules/base.xml.in.h:113 -msgid "Microsoft Natural Wireless Ergonomic Keyboard 4000" -msgstr "„Microsoft Natural Wireless Ergonomic Keyboard 4000“" +msgid "Microsoft Natural Ergonomic Keyboard 4000" +msgstr "„Microsoft Natural Ergonomic Keyboard 4000“" #: ../rules/base.xml.in.h:114 msgid "Microsoft Natural Wireless Ergonomic Keyboard 7000" @@ -483,11 +483,11 @@ msgstr "„Microsoft Natural Keyboard Pro“ / „Microsoft Internet Keyboard Pr #: ../rules/base.xml.in.h:117 msgid "Microsoft Natural Keyboard Pro USB / Microsoft Internet Keyboard Pro" -msgstr "„Microsoft Natural Keyboard Pro“ USB / „Microsoft Internet Keyboard Pro“" +msgstr "„Microsoft Natural Keyboard Pro USB“ / „Microsoft Internet Keyboard Pro“" #: ../rules/base.xml.in.h:118 msgid "Microsoft Natural Keyboard Pro OEM" -msgstr "„Microsoft Natural Keyboard Pro“ OEM" +msgstr "„Microsoft Natural Keyboard Pro OEM“" #: ../rules/base.xml.in.h:119 msgid "ViewSonic KU-306 Internet Keyboard" @@ -754,11 +754,11 @@ msgid "Htc Dream phone" msgstr "„HTC Dream“ telefonas" #. Keyboard indicator for English layouts -#: ../rules/base.xml.in.h:186 ../rules/base.extras.xml.in.h:33 +#: ../rules/base.xml.in.h:186 ../rules/base.extras.xml.in.h:46 msgid "en" msgstr "en" -#: ../rules/base.xml.in.h:187 ../rules/base.extras.xml.in.h:34 +#: ../rules/base.xml.in.h:187 ../rules/base.extras.xml.in.h:47 msgid "English (US)" msgstr "Anglų (JAV)" @@ -816,7 +816,7 @@ msgid "English (programmer Dvorak)" msgstr "Anglų (programuotojų Dvorako)" #. Keyboard indicator for Russian layouts -#: ../rules/base.xml.in.h:203 ../rules/base.extras.xml.in.h:55 +#: ../rules/base.xml.in.h:203 ../rules/base.extras.xml.in.h:69 msgid "ru" msgstr "ru" @@ -849,7 +849,7 @@ msgid "English (Workman, international with dead keys)" msgstr "Anglų („Workman“, tarptautinis, su tęsties klavišais)" #. Keyboard indicator for Persian layouts -#: ../rules/base.xml.in.h:212 ../rules/base.extras.xml.in.h:15 +#: ../rules/base.xml.in.h:212 ../rules/base.extras.xml.in.h:28 msgid "fa" msgstr "fa" @@ -888,11 +888,11 @@ msgid "Uzbek (Afghanistan, OLPC)" msgstr "Uzbekų (Afganistanas, OLPC)" #. Keyboard indicator for Arabic layouts -#: ../rules/base.xml.in.h:224 ../rules/base.extras.xml.in.h:65 +#: ../rules/base.xml.in.h:224 ../rules/base.extras.xml.in.h:80 msgid "ar" msgstr "ar" -#: ../rules/base.xml.in.h:225 ../rules/base.extras.xml.in.h:66 +#: ../rules/base.xml.in.h:225 ../rules/base.extras.xml.in.h:81 msgid "Arabic" msgstr "Arabų" @@ -929,3006 +929,3054 @@ msgstr "sq" msgid "Albanian" msgstr "Albanų" +#: ../rules/base.xml.in.h:235 +msgid "Albanian (Plisi D1)" +msgstr "Albanų („Plisi D1“)" + #. Keyboard indicator for Armenian layouts -#: ../rules/base.xml.in.h:236 ../rules/base.extras.xml.in.h:59 +#: ../rules/base.xml.in.h:237 ../rules/base.extras.xml.in.h:74 msgid "hy" msgstr "hy" -#: ../rules/base.xml.in.h:237 ../rules/base.extras.xml.in.h:60 +#: ../rules/base.xml.in.h:238 ../rules/base.extras.xml.in.h:75 msgid "Armenian" msgstr "Armėnų" -#: ../rules/base.xml.in.h:238 +#: ../rules/base.xml.in.h:239 msgid "Armenian (phonetic)" msgstr "Armėnų (fonetinis)" -#: ../rules/base.xml.in.h:239 +#: ../rules/base.xml.in.h:240 msgid "Armenian (alternative phonetic)" msgstr "Armenų (alternatyvusis fonetinis)" -#: ../rules/base.xml.in.h:240 +#: ../rules/base.xml.in.h:241 msgid "Armenian (eastern)" msgstr "Armėnų (Rytų)" -#: ../rules/base.xml.in.h:241 +#: ../rules/base.xml.in.h:242 msgid "Armenian (western)" msgstr "Armėnų (Vakarų)" -#: ../rules/base.xml.in.h:242 +#: ../rules/base.xml.in.h:243 msgid "Armenian (alternative eastern)" msgstr "Armėnų (Rytų alternatyvusis)" #. Keyboard indicator for German layouts -#: ../rules/base.xml.in.h:244 ../rules/base.extras.xml.in.h:10 +#: ../rules/base.xml.in.h:245 ../rules/base.extras.xml.in.h:22 msgid "de" msgstr "de" -#: ../rules/base.xml.in.h:245 +#: ../rules/base.xml.in.h:246 msgid "German (Austria)" msgstr "Vokiečių (Austrija)" -#: ../rules/base.xml.in.h:246 +#: ../rules/base.xml.in.h:247 msgid "German (Austria, eliminate dead keys)" msgstr "Vokiečių (Austrija, be tęsties klavišų)" -#: ../rules/base.xml.in.h:247 +#: ../rules/base.xml.in.h:248 msgid "German (Austria, Sun dead keys)" msgstr "Vokiečių (Austrija, su „Sun“ tęsties klavišais)" -#: ../rules/base.xml.in.h:248 +#: ../rules/base.xml.in.h:249 msgid "German (Austria, Macintosh)" msgstr "Vokiečių (Austrija, „Macintosh“)" #. Keyboard indicator for Azerbaijani layouts -#: ../rules/base.xml.in.h:250 +#: ../rules/base.xml.in.h:251 msgid "az" msgstr "az" -#: ../rules/base.xml.in.h:251 +#: ../rules/base.xml.in.h:252 msgid "Azerbaijani" msgstr "Azerbaidžaniečių" -#: ../rules/base.xml.in.h:252 +#: ../rules/base.xml.in.h:253 msgid "Azerbaijani (Cyrillic)" msgstr "Azerbaidžaniečių (kirilica)" #. Keyboard indicator for Belarusian layouts -#: ../rules/base.xml.in.h:254 +#: ../rules/base.xml.in.h:255 msgid "by" msgstr "by" -#: ../rules/base.xml.in.h:255 +#: ../rules/base.xml.in.h:256 msgid "Belarusian" msgstr "Baltarusių" -#: ../rules/base.xml.in.h:256 +#: ../rules/base.xml.in.h:257 msgid "Belarusian (legacy)" msgstr "Baltarusių (senasis)" -#: ../rules/base.xml.in.h:257 +#: ../rules/base.xml.in.h:258 msgid "Belarusian (Latin)" msgstr "Baltarusių (lotyniški rašmenys)" #. Keyboard indicator for Belgian layouts -#: ../rules/base.xml.in.h:259 ../rules/base.extras.xml.in.h:68 +#: ../rules/base.xml.in.h:260 ../rules/base.extras.xml.in.h:83 msgid "be" msgstr "be" -#: ../rules/base.xml.in.h:260 ../rules/base.extras.xml.in.h:69 +#: ../rules/base.xml.in.h:261 ../rules/base.extras.xml.in.h:84 msgid "Belgian" msgstr "Belgų" -#: ../rules/base.xml.in.h:261 +#: ../rules/base.xml.in.h:262 msgid "Belgian (alternative)" msgstr "Belgų (alternatyvus)" -#: ../rules/base.xml.in.h:262 +#: ../rules/base.xml.in.h:263 msgid "Belgian (alternative, Latin-9 only)" msgstr "Belgų (alternatyvus, tik „Latin-9“ simboliai)" -#: ../rules/base.xml.in.h:263 +#: ../rules/base.xml.in.h:264 msgid "Belgian (alternative, Sun dead keys)" msgstr "Belgų (alternatyvus, su „Sun“ tęsties klavišais)" -#: ../rules/base.xml.in.h:264 +#: ../rules/base.xml.in.h:265 msgid "Belgian (ISO alternate)" msgstr "Belgų (ISO alternatyvus)" -#: ../rules/base.xml.in.h:265 +#: ../rules/base.xml.in.h:266 msgid "Belgian (eliminate dead keys)" msgstr "Belgų (be tęsties klavišų)" -#: ../rules/base.xml.in.h:266 +#: ../rules/base.xml.in.h:267 msgid "Belgian (Sun dead keys)" msgstr "Belgų (su „Sun“ tęsties klavišais)" -#: ../rules/base.xml.in.h:267 +#: ../rules/base.xml.in.h:268 msgid "Belgian (Wang model 724 azerty)" msgstr "Belgų („Wang 724“, AZERTY variantas)" #. Keyboard indicator for Bangla layouts -#: ../rules/base.xml.in.h:269 +#: ../rules/base.xml.in.h:270 msgid "bn" msgstr "bn" -#: ../rules/base.xml.in.h:270 +#: ../rules/base.xml.in.h:271 msgid "Bangla" msgstr "Bengalų" -#: ../rules/base.xml.in.h:271 +#: ../rules/base.xml.in.h:272 msgid "Bangla (Probhat)" msgstr "Bengalų (Probhat)" #. Keyboard indicator for Indian layouts -#: ../rules/base.xml.in.h:273 +#: ../rules/base.xml.in.h:274 msgid "in" msgstr "in" -#: ../rules/base.xml.in.h:274 +#: ../rules/base.xml.in.h:275 msgid "Indian" msgstr "Indų" -#: ../rules/base.xml.in.h:275 +#: ../rules/base.xml.in.h:276 msgid "Bangla (India)" msgstr "Bengalų (Indija)" -#: ../rules/base.xml.in.h:276 +#: ../rules/base.xml.in.h:277 msgid "Bangla (India, Probhat)" msgstr "Bengalų (Indija, Probhat)" -#: ../rules/base.xml.in.h:277 +#: ../rules/base.xml.in.h:278 msgid "Bangla (India, Baishakhi)" msgstr "Bengalų (Indija, Baishakhi)" -#: ../rules/base.xml.in.h:278 +#: ../rules/base.xml.in.h:279 msgid "Bangla (India, Bornona)" msgstr "Bengalų (Indija, Bornona)" -#: ../rules/base.xml.in.h:279 +#: ../rules/base.xml.in.h:280 msgid "Bangla (India, Uni Gitanjali)" msgstr "Bengalų (Indija, Uni Gitanjali)" -#: ../rules/base.xml.in.h:280 +#: ../rules/base.xml.in.h:281 msgid "Bangla (India, Baishakhi Inscript)" msgstr "Bengalų (Indija, Baishakhi Inscript)" -#. Keyboard indicator for Gujarati layouts #: ../rules/base.xml.in.h:282 +msgid "Manipuri (Eeyek)" +msgstr "Manipuriečių („Eeyek“)" + +#. Keyboard indicator for Gujarati layouts +#: ../rules/base.xml.in.h:284 msgid "gu" msgstr "gu" -#: ../rules/base.xml.in.h:283 +#: ../rules/base.xml.in.h:285 msgid "Gujarati" msgstr "Gudžaratų" #. Keyboard indicator for Punjabi layouts -#: ../rules/base.xml.in.h:285 +#: ../rules/base.xml.in.h:287 msgid "pa" msgstr "pa" -#: ../rules/base.xml.in.h:286 +#: ../rules/base.xml.in.h:288 msgid "Punjabi (Gurmukhi)" msgstr "Pendžabų (Gurmukhi)" -#: ../rules/base.xml.in.h:287 +#: ../rules/base.xml.in.h:289 msgid "Punjabi (Gurmukhi Jhelum)" msgstr "Pendžabų (Gurmukhi Jhelum)" #. Keyboard indicator for Kannada layouts -#: ../rules/base.xml.in.h:289 +#: ../rules/base.xml.in.h:291 msgid "kn" msgstr "kn" -#: ../rules/base.xml.in.h:290 +#: ../rules/base.xml.in.h:292 msgid "Kannada" msgstr "Kanadų" -#: ../rules/base.xml.in.h:291 +#: ../rules/base.xml.in.h:293 msgid "Kannada (KaGaPa phonetic)" msgstr "Kanadų („KaGaPa“ fonetinis)" #. Keyboard indicator for Malayalam layouts -#: ../rules/base.xml.in.h:293 +#: ../rules/base.xml.in.h:295 msgid "ml" msgstr "ml" -#: ../rules/base.xml.in.h:294 +#: ../rules/base.xml.in.h:296 msgid "Malayalam" msgstr "Malajalių" -#: ../rules/base.xml.in.h:295 +#: ../rules/base.xml.in.h:297 msgid "Malayalam (Lalitha)" msgstr "Malajalių (Lalitha)" -#: ../rules/base.xml.in.h:296 -msgid "Malayalam (enhanced Inscript with Rupee Sign)" -msgstr "Malajalių (papildytas „Inscript“ su rupijos ženklu)" +#: ../rules/base.xml.in.h:298 +msgid "Malayalam (enhanced Inscript, with rupee sign)" +msgstr "Malajalių (papildytas „Inscript“ su Rupijos ženklu)" #. Keyboard indicator for Oriya layouts -#: ../rules/base.xml.in.h:298 +#: ../rules/base.xml.in.h:300 msgid "or" msgstr "or" -#: ../rules/base.xml.in.h:299 +#: ../rules/base.xml.in.h:301 msgid "Oriya" msgstr "Orijų" #. Keyboard indicator for Tamil layouts -#: ../rules/base.xml.in.h:301 +#: ../rules/base.xml.in.h:303 msgid "ta" msgstr "ta" -#: ../rules/base.xml.in.h:302 +#: ../rules/base.xml.in.h:304 msgid "Tamil (Unicode)" msgstr "Tamilų (unikodas)" -#: ../rules/base.xml.in.h:303 +#: ../rules/base.xml.in.h:305 msgid "Tamil (keyboard with numerals)" msgstr "Tamilų (klaviatūra su tamilų skaitmenimis)" -#: ../rules/base.xml.in.h:304 +#: ../rules/base.xml.in.h:306 msgid "Tamil (TAB typewriter)" msgstr "Tamilų (TAB rašomosios mašinėlės išdėstymas)" -#: ../rules/base.xml.in.h:305 +#: ../rules/base.xml.in.h:307 msgid "Tamil (TSCII typewriter)" msgstr "Tamilų (TSCII rašomosios mašinėlės išdėstymas)" -#: ../rules/base.xml.in.h:306 +#: ../rules/base.xml.in.h:308 msgid "Tamil" msgstr "Tamilų" #. Keyboard indicator for Telugu layouts -#: ../rules/base.xml.in.h:308 +#: ../rules/base.xml.in.h:310 msgid "te" msgstr "te" -#: ../rules/base.xml.in.h:309 +#: ../rules/base.xml.in.h:311 msgid "Telugu" msgstr "Telugų" -#: ../rules/base.xml.in.h:310 +#: ../rules/base.xml.in.h:312 msgid "Telugu (KaGaPa phonetic)" msgstr "Telugų („KaGaPa“ fonetinis)" #. Keyboard indicator for Urdu layouts -#: ../rules/base.xml.in.h:312 +#: ../rules/base.xml.in.h:314 msgid "ur" msgstr "ur" -#: ../rules/base.xml.in.h:313 +#: ../rules/base.xml.in.h:315 msgid "Urdu (phonetic)" msgstr "Urdu (fonetinis)" -#: ../rules/base.xml.in.h:314 +#: ../rules/base.xml.in.h:316 msgid "Urdu (alternative phonetic)" msgstr "Urdu (alternatyvus fonetinis)" -#: ../rules/base.xml.in.h:315 +#: ../rules/base.xml.in.h:317 msgid "Urdu (WinKeys)" -msgstr "Urdu („Windows“ išdėstymas)" +msgstr "Urdu („Windows“)" #. Keyboard indicator for Hindi layouts -#: ../rules/base.xml.in.h:317 +#: ../rules/base.xml.in.h:319 msgid "hi" msgstr "hi" -#: ../rules/base.xml.in.h:318 +#: ../rules/base.xml.in.h:320 msgid "Hindi (Bolnagri)" msgstr "Hindi (Bolnagri)" -#: ../rules/base.xml.in.h:319 +#: ../rules/base.xml.in.h:321 msgid "Hindi (Wx)" msgstr "Hindi (Wx)" -#: ../rules/base.xml.in.h:320 +#: ../rules/base.xml.in.h:322 msgid "Hindi (KaGaPa phonetic)" msgstr "Hindi („KaGaPa“ fonetinis)" #. Keyboard indicator for Sanskrit layouts -#: ../rules/base.xml.in.h:322 +#: ../rules/base.xml.in.h:324 msgid "sa" msgstr "sa" -#: ../rules/base.xml.in.h:323 +#: ../rules/base.xml.in.h:325 msgid "Sanskrit (KaGaPa phonetic)" msgstr "Sanskritas („KaGaPa“ fonetinis)" #. Keyboard indicator for Marathi layouts -#: ../rules/base.xml.in.h:325 +#: ../rules/base.xml.in.h:327 msgid "mr" msgstr "mr" -#: ../rules/base.xml.in.h:326 +#: ../rules/base.xml.in.h:328 msgid "Marathi (KaGaPa phonetic)" msgstr "Marathų („KaGaPa“ fonetinis)" -#: ../rules/base.xml.in.h:327 -msgid "English (India, with RupeeSign)" +#: ../rules/base.xml.in.h:329 +msgid "English (India, with rupee sign)" msgstr "Anglų (Indija, su Rupijos ženklu)" #. Keyboard indicator for Bosnian layouts -#: ../rules/base.xml.in.h:329 +#: ../rules/base.xml.in.h:331 msgid "bs" msgstr "bs" -#: ../rules/base.xml.in.h:330 +#: ../rules/base.xml.in.h:332 msgid "Bosnian" msgstr "Bosnių" -#: ../rules/base.xml.in.h:331 -msgid "Bosnian (use guillemets for quotes)" +#: ../rules/base.xml.in.h:333 +msgid "Bosnian (with guillemets for quotes)" msgstr "Bosnių (su kampinėmis kabutėmis)" -#: ../rules/base.xml.in.h:332 -msgid "Bosnian (use Bosnian digraphs)" +#: ../rules/base.xml.in.h:334 +msgid "Bosnian (with Bosnian digraphs)" msgstr "Bosnių (su bosniškais dviraidžiais)" -#: ../rules/base.xml.in.h:333 +#: ../rules/base.xml.in.h:335 msgid "Bosnian (US keyboard with Bosnian digraphs)" msgstr "Bosnių (JAV klaviatūra su bosniškais dviraidžiais)" -#: ../rules/base.xml.in.h:334 +#: ../rules/base.xml.in.h:336 msgid "Bosnian (US keyboard with Bosnian letters)" msgstr "Bosnių (JAV klaviatūra su bosniškais rašmenimis)" #. Keyboard indicator for Portuguese layouts -#: ../rules/base.xml.in.h:336 ../rules/base.extras.xml.in.h:71 +#: ../rules/base.xml.in.h:338 ../rules/base.extras.xml.in.h:86 msgid "pt" msgstr "pt" -#: ../rules/base.xml.in.h:337 ../rules/base.extras.xml.in.h:72 +#: ../rules/base.xml.in.h:339 ../rules/base.extras.xml.in.h:87 msgid "Portuguese (Brazil)" msgstr "Portugalų (Brazilija)" -#: ../rules/base.xml.in.h:338 +#: ../rules/base.xml.in.h:340 msgid "Portuguese (Brazil, eliminate dead keys)" msgstr "Portugalų (Brazilija, be tęsties klavišų)" -#: ../rules/base.xml.in.h:339 +#: ../rules/base.xml.in.h:341 msgid "Portuguese (Brazil, Dvorak)" msgstr "Portugalų (Brazilija, Dvorako)" -#: ../rules/base.xml.in.h:340 +#: ../rules/base.xml.in.h:342 msgid "Portuguese (Brazil, Nativo)" msgstr "Portugalų (Brazilija, „Nativo“)" -#: ../rules/base.xml.in.h:341 +#: ../rules/base.xml.in.h:343 msgid "Portuguese (Brazil, Nativo for US keyboards)" msgstr "Portugalų (Brazilija, „Nativo“ JAV klaviatūroms)" -#: ../rules/base.xml.in.h:342 +#: ../rules/base.xml.in.h:344 msgid "Esperanto (Brazil, Nativo)" msgstr "Esperanto (Brazilija, „Nativo“)" #. Keyboard indicator for Bulgarian layouts -#: ../rules/base.xml.in.h:344 +#: ../rules/base.xml.in.h:346 msgid "bg" msgstr "bg" -#: ../rules/base.xml.in.h:345 +#: ../rules/base.xml.in.h:347 msgid "Bulgarian" msgstr "Bulgarų" -#: ../rules/base.xml.in.h:346 +#: ../rules/base.xml.in.h:348 msgid "Bulgarian (traditional phonetic)" msgstr "Bulgarų (tradicinis fonetinis)" -#: ../rules/base.xml.in.h:347 +#: ../rules/base.xml.in.h:349 msgid "Bulgarian (new phonetic)" msgstr "Bulgarų (naujasis fonetinis)" -#: ../rules/base.xml.in.h:348 +#: ../rules/base.xml.in.h:350 msgid "Arabic (Morocco)" msgstr "Arabų (Marokas)" #. Keyboard indicator for French layouts -#: ../rules/base.xml.in.h:350 ../rules/base.extras.xml.in.h:3 +#: ../rules/base.xml.in.h:352 ../rules/base.extras.xml.in.h:15 msgid "fr" msgstr "fr" -#: ../rules/base.xml.in.h:351 +#: ../rules/base.xml.in.h:353 msgid "French (Morocco)" msgstr "Prancūzų (Marokas)" #. Keyboard indicator for Berber layouts -#: ../rules/base.xml.in.h:353 +#: ../rules/base.xml.in.h:355 msgid "ber" msgstr "ber" -#: ../rules/base.xml.in.h:354 +#: ../rules/base.xml.in.h:356 msgid "Berber (Morocco, Tifinagh)" msgstr "Berberų (Marokas, tifinagas)" -#: ../rules/base.xml.in.h:355 +#: ../rules/base.xml.in.h:357 msgid "Berber (Morocco, Tifinagh alternative)" msgstr "Berberų (Marokas, tifinago alternatyvusis)" -#: ../rules/base.xml.in.h:356 +#: ../rules/base.xml.in.h:358 msgid "Berber (Morocco, Tifinagh alternative phonetic)" msgstr "Berberų (Marokas, tifinago alternatyvusis fonetinis)" -#: ../rules/base.xml.in.h:357 +#: ../rules/base.xml.in.h:359 msgid "Berber (Morocco, Tifinagh extended)" msgstr "Berberų (Marokas, tifinago išplėstasis)" -#: ../rules/base.xml.in.h:358 +#: ../rules/base.xml.in.h:360 msgid "Berber (Morocco, Tifinagh phonetic)" msgstr "Berberų (Marokas, tifinago fonetinis)" -#: ../rules/base.xml.in.h:359 +#: ../rules/base.xml.in.h:361 msgid "Berber (Morocco, Tifinagh extended phonetic)" msgstr "Berberų (Marokas, tifinago išplėstasis fonetinis)" #. Keyboard indicator for Cameroon layouts -#: ../rules/base.xml.in.h:361 +#: ../rules/base.xml.in.h:363 ../rules/base.extras.xml.in.h:149 msgid "cm" msgstr "cm" -#: ../rules/base.xml.in.h:362 +#: ../rules/base.xml.in.h:364 ../rules/base.extras.xml.in.h:150 msgid "English (Cameroon)" msgstr "Anglų (Kamerūnas)" -#: ../rules/base.xml.in.h:363 +#: ../rules/base.xml.in.h:365 msgid "French (Cameroon)" msgstr "Prancūzų (Kamerūnas)" -#: ../rules/base.xml.in.h:364 +#: ../rules/base.xml.in.h:366 msgid "Cameroon Multilingual (qwerty)" msgstr "Kamerūno daugiakalbis (QWERTY)" -#: ../rules/base.xml.in.h:365 +#: ../rules/base.xml.in.h:367 msgid "Cameroon Multilingual (azerty)" msgstr "Kamerūno daugiakalbis (AZERTY)" -#: ../rules/base.xml.in.h:366 +#: ../rules/base.xml.in.h:368 msgid "Cameroon Multilingual (Dvorak)" msgstr "Kamerūno daugiakalbis (Dvorako)" #. Keyboard indicator for Burmese layouts -#: ../rules/base.xml.in.h:368 +#: ../rules/base.xml.in.h:370 msgid "my" msgstr "my" -#: ../rules/base.xml.in.h:369 +#: ../rules/base.xml.in.h:371 msgid "Burmese" msgstr "Birmiečių" -#: ../rules/base.xml.in.h:370 ../rules/base.extras.xml.in.h:4 +#: ../rules/base.xml.in.h:372 ../rules/base.extras.xml.in.h:16 msgid "French (Canada)" msgstr "Prancūzų (Kanada)" -#: ../rules/base.xml.in.h:371 +#: ../rules/base.xml.in.h:373 msgid "French (Canada, Dvorak)" msgstr "Prancūzų (Kanada, Dvorako)" -#: ../rules/base.xml.in.h:372 +#: ../rules/base.xml.in.h:374 msgid "French (Canada, legacy)" msgstr "Prancūzų (Kanada, senasis)" -#: ../rules/base.xml.in.h:373 +#: ../rules/base.xml.in.h:375 msgid "Canadian Multilingual" msgstr "Kanadiečių daugiakalbis" -#: ../rules/base.xml.in.h:374 +#: ../rules/base.xml.in.h:376 msgid "Canadian Multilingual (first part)" msgstr "Kanadiečių daugiakalbis (pirmoji dalis)" -#: ../rules/base.xml.in.h:375 +#: ../rules/base.xml.in.h:377 msgid "Canadian Multilingual (second part)" msgstr "Kanadiečių daugiakalbis (antroji dalis)" #. Keyboard indicator for Inuktikut layouts -#: ../rules/base.xml.in.h:377 +#: ../rules/base.xml.in.h:379 msgid "ike" msgstr "ike" -#: ../rules/base.xml.in.h:378 +#: ../rules/base.xml.in.h:380 msgid "Inuktitut" msgstr "Inuktitutas" -#: ../rules/base.xml.in.h:379 +#: ../rules/base.xml.in.h:381 msgid "English (Canada)" msgstr "Anglų (Kanada)" -#: ../rules/base.xml.in.h:380 +#: ../rules/base.xml.in.h:382 msgid "French (Democratic Republic of the Congo)" msgstr "Prancūzų (Kongo Demokratinė Respublika)" #. Keyboard indicator for Taiwanese layouts -#: ../rules/base.xml.in.h:382 +#: ../rules/base.xml.in.h:384 msgid "zh" msgstr "zh" -#: ../rules/base.xml.in.h:383 +#: ../rules/base.xml.in.h:385 msgid "Chinese" msgstr "Kinų" -#: ../rules/base.xml.in.h:384 +#: ../rules/base.xml.in.h:386 msgid "Tibetan" msgstr "Tibetiečių" -#: ../rules/base.xml.in.h:385 +#: ../rules/base.xml.in.h:387 msgid "Tibetan (with ASCII numerals)" msgstr "Tibetiečių (su ASCII skaitmenimis)" -#: ../rules/base.xml.in.h:386 +#: ../rules/base.xml.in.h:388 msgid "ug" msgstr "ug" -#: ../rules/base.xml.in.h:387 +#: ../rules/base.xml.in.h:389 msgid "Uyghur" msgstr "Uigūrų" #. Keyboard indicator for Croatian layouts -#: ../rules/base.xml.in.h:389 +#: ../rules/base.xml.in.h:391 msgid "hr" msgstr "hr" -#: ../rules/base.xml.in.h:390 +#: ../rules/base.xml.in.h:392 msgid "Croatian" msgstr "Kroatų" -#: ../rules/base.xml.in.h:391 -msgid "Croatian (use guillemets for quotes)" +#: ../rules/base.xml.in.h:393 +msgid "Croatian (with guillemets for quotes)" msgstr "Kroatų (su kampinėmis kabutėmis)" -#: ../rules/base.xml.in.h:392 -msgid "Croatian (use Croatian digraphs)" +#: ../rules/base.xml.in.h:394 +msgid "Croatian (with Croatian digraphs)" msgstr "Kroatų (su kroatiškais dviraidžiais)" -#: ../rules/base.xml.in.h:393 +#: ../rules/base.xml.in.h:395 msgid "Croatian (US keyboard with Croatian digraphs)" msgstr "Kroatų (JAV klaviatūra su kroatiškais dviraidžiais)" -#: ../rules/base.xml.in.h:394 +#: ../rules/base.xml.in.h:396 msgid "Croatian (US keyboard with Croatian letters)" msgstr "Kroatų (JAV klaviatūra su kroatiškais rašmenimis)" #. Keyboard indicator for Chech layouts -#: ../rules/base.xml.in.h:396 ../rules/base.extras.xml.in.h:74 +#: ../rules/base.xml.in.h:398 ../rules/base.extras.xml.in.h:89 msgid "cs" msgstr "cs" -#: ../rules/base.xml.in.h:397 ../rules/base.extras.xml.in.h:75 +#: ../rules/base.xml.in.h:399 ../rules/base.extras.xml.in.h:90 msgid "Czech" msgstr "Čekų" -#: ../rules/base.xml.in.h:398 +#: ../rules/base.xml.in.h:400 msgid "Czech (with <\\|> key)" msgstr "Čekų (Su <\\|> klavišu)" -#: ../rules/base.xml.in.h:399 +#: ../rules/base.xml.in.h:401 msgid "Czech (qwerty)" msgstr "Čekų (QWERTY)" -#: ../rules/base.xml.in.h:400 +#: ../rules/base.xml.in.h:402 msgid "Czech (qwerty, extended Backslash)" msgstr "Čekų (QWERTY, išplėstas kairinis brūkšnys)" -#: ../rules/base.xml.in.h:401 +#: ../rules/base.xml.in.h:403 msgid "Czech (UCW layout, accented letters only)" msgstr "Čekų (UCW išdėstymas, tik raidės su diakritikais)" -#: ../rules/base.xml.in.h:402 +#: ../rules/base.xml.in.h:404 msgid "Czech (US Dvorak with CZ UCW support)" msgstr "Čekų (JAV Dvorako išdėstymas su CZ UCW palaikymu)" #. Keyboard indicator for Danish layouts -#: ../rules/base.xml.in.h:404 ../rules/base.extras.xml.in.h:77 +#: ../rules/base.xml.in.h:406 ../rules/base.extras.xml.in.h:92 msgid "da" msgstr "da" -#: ../rules/base.xml.in.h:405 ../rules/base.extras.xml.in.h:78 +#: ../rules/base.xml.in.h:407 ../rules/base.extras.xml.in.h:93 msgid "Danish" msgstr "Danų" -#: ../rules/base.xml.in.h:406 +#: ../rules/base.xml.in.h:408 msgid "Danish (eliminate dead keys)" msgstr "Danų (be tęsties klavišų)" -#: ../rules/base.xml.in.h:407 +#: ../rules/base.xml.in.h:409 +msgid "Danish (Winkeys)" +msgstr "Danų („Windows“)" + +#: ../rules/base.xml.in.h:410 msgid "Danish (Macintosh)" msgstr "Danų („Macintosh“)" -#: ../rules/base.xml.in.h:408 +#: ../rules/base.xml.in.h:411 msgid "Danish (Macintosh, eliminate dead keys)" msgstr "Danų („Macintosh“, be tęsties klavišų)" -#: ../rules/base.xml.in.h:409 +#: ../rules/base.xml.in.h:412 msgid "Danish (Dvorak)" msgstr "Danų (Dvorako)" #. Keyboard indicator for Dutch layouts -#: ../rules/base.xml.in.h:411 ../rules/base.extras.xml.in.h:80 +#: ../rules/base.xml.in.h:414 ../rules/base.extras.xml.in.h:95 msgid "nl" msgstr "nl" -#: ../rules/base.xml.in.h:412 ../rules/base.extras.xml.in.h:81 +#: ../rules/base.xml.in.h:415 ../rules/base.extras.xml.in.h:96 msgid "Dutch" msgstr "Olandų" -#: ../rules/base.xml.in.h:413 +#: ../rules/base.xml.in.h:416 msgid "Dutch (Sun dead keys)" msgstr "Olandų (su „Sun“ tęsties klavišais)" -#: ../rules/base.xml.in.h:414 +#: ../rules/base.xml.in.h:417 msgid "Dutch (Macintosh)" msgstr "Olandų („Macintosh“)" -#: ../rules/base.xml.in.h:415 +#: ../rules/base.xml.in.h:418 msgid "Dutch (standard)" msgstr "Olandų (standartinis)" #. Keyboard indicator for Dzongkha layouts -#: ../rules/base.xml.in.h:417 +#: ../rules/base.xml.in.h:420 msgid "dz" msgstr "dz" -#: ../rules/base.xml.in.h:418 +#: ../rules/base.xml.in.h:421 msgid "Dzongkha" msgstr "Botijų" #. Keyboard indicator for Estonian layouts -#: ../rules/base.xml.in.h:420 ../rules/base.extras.xml.in.h:83 +#: ../rules/base.xml.in.h:423 ../rules/base.extras.xml.in.h:98 msgid "et" msgstr "et" -#: ../rules/base.xml.in.h:421 ../rules/base.extras.xml.in.h:84 +#: ../rules/base.xml.in.h:424 ../rules/base.extras.xml.in.h:99 msgid "Estonian" msgstr "Estų" -#: ../rules/base.xml.in.h:422 +#: ../rules/base.xml.in.h:425 msgid "Estonian (eliminate dead keys)" msgstr "Estų (be tęsties ženklų)" -#: ../rules/base.xml.in.h:423 +#: ../rules/base.xml.in.h:426 msgid "Estonian (Dvorak)" msgstr "Estų (Dvorako)" -#: ../rules/base.xml.in.h:424 +#: ../rules/base.xml.in.h:427 msgid "Estonian (US keyboard with Estonian letters)" msgstr "Estų (JAV klaviatūra su estiškais rašmenimis)" -#: ../rules/base.xml.in.h:425 ../rules/base.extras.xml.in.h:16 +#: ../rules/base.xml.in.h:428 ../rules/base.extras.xml.in.h:29 msgid "Persian" msgstr "Persų" -#: ../rules/base.xml.in.h:426 -msgid "Persian (with Persian Keypad)" +#: ../rules/base.xml.in.h:429 +msgid "Persian (with Persian keypad)" msgstr "Persų (su persiška skaitmenų sritimi)" #. Keyboard indicator for Kurdish layouts -#: ../rules/base.xml.in.h:428 +#: ../rules/base.xml.in.h:431 msgid "ku" msgstr "ku" -#: ../rules/base.xml.in.h:429 +#: ../rules/base.xml.in.h:432 msgid "Kurdish (Iran, Latin Q)" msgstr "Kurdų (Iranas, lotyniški rašmenys, Q)" -#: ../rules/base.xml.in.h:430 +#: ../rules/base.xml.in.h:433 msgid "Kurdish (Iran, F)" msgstr "Kurdų (Iranas, F)" -#: ../rules/base.xml.in.h:431 +#: ../rules/base.xml.in.h:434 msgid "Kurdish (Iran, Latin Alt-Q)" msgstr "Kurdų (Iranas, lotyniški rašmenys, Alt-Q)" -#: ../rules/base.xml.in.h:432 +#: ../rules/base.xml.in.h:435 msgid "Kurdish (Iran, Arabic-Latin)" msgstr "Kurdų (Iranas, arabiški ir lotyniški rašmenys)" -#: ../rules/base.xml.in.h:433 +#: ../rules/base.xml.in.h:436 msgid "Iraqi" msgstr "Irakiečių" -#: ../rules/base.xml.in.h:434 +#: ../rules/base.xml.in.h:437 msgid "Kurdish (Iraq, Latin Q)" msgstr "Kurdų (Irakas, lotyniški rašmenys, Q)" -#: ../rules/base.xml.in.h:435 +#: ../rules/base.xml.in.h:438 msgid "Kurdish (Iraq, F)" msgstr "Kurdų (Irakas, F)" -#: ../rules/base.xml.in.h:436 +#: ../rules/base.xml.in.h:439 msgid "Kurdish (Iraq, Latin Alt-Q)" msgstr "Kurdų (Irakas, lotyniški rašmenys, Alt-Q)" -#: ../rules/base.xml.in.h:437 +#: ../rules/base.xml.in.h:440 msgid "Kurdish (Iraq, Arabic-Latin)" msgstr "Kurdų (Irakas, arabiški ir lotyniški rašmenys)" #. Keyboard indicator for Faroese layouts -#: ../rules/base.xml.in.h:439 +#: ../rules/base.xml.in.h:442 msgid "fo" msgstr "fo" -#: ../rules/base.xml.in.h:440 +#: ../rules/base.xml.in.h:443 msgid "Faroese" msgstr "Fareriečių" -#: ../rules/base.xml.in.h:441 +#: ../rules/base.xml.in.h:444 msgid "Faroese (eliminate dead keys)" msgstr "Fareriečių (be tęsties klavišų)" #. Keyboard indicator for Finnish layouts -#: ../rules/base.xml.in.h:443 ../rules/base.extras.xml.in.h:86 +#: ../rules/base.xml.in.h:446 ../rules/base.extras.xml.in.h:101 msgid "fi" msgstr "fi" -#: ../rules/base.xml.in.h:444 ../rules/base.extras.xml.in.h:87 +#: ../rules/base.xml.in.h:447 ../rules/base.extras.xml.in.h:102 msgid "Finnish" msgstr "Suomių" -#: ../rules/base.xml.in.h:445 +#: ../rules/base.xml.in.h:448 msgid "Finnish (classic)" msgstr "Suomių (klasikinis)" -#: ../rules/base.xml.in.h:446 +#: ../rules/base.xml.in.h:449 msgid "Finnish (classic, eliminate dead keys)" msgstr "Suomių (klasikinis, be tęsties klavišų)" -#: ../rules/base.xml.in.h:447 +#: ../rules/base.xml.in.h:450 +msgid "Finnish (Winkeys)" +msgstr "Suomių („Windows“)" + +#: ../rules/base.xml.in.h:451 msgid "Northern Saami (Finland)" msgstr "Šiaurės samių (Suomija)" -#: ../rules/base.xml.in.h:448 +#: ../rules/base.xml.in.h:452 msgid "Finnish (Macintosh)" msgstr "Suomių („Macintosh“)" -#: ../rules/base.xml.in.h:449 ../rules/base.extras.xml.in.h:89 +#: ../rules/base.xml.in.h:453 ../rules/base.extras.xml.in.h:104 msgid "French" msgstr "Prancūzų" -#: ../rules/base.xml.in.h:450 +#: ../rules/base.xml.in.h:454 msgid "French (eliminate dead keys)" msgstr "Prancūzų (be tęsties klavišų)" -#: ../rules/base.xml.in.h:451 +#: ../rules/base.xml.in.h:455 msgid "French (Sun dead keys)" msgstr "Prancūzų (su „Sun“ tęsties klavišais)" -#: ../rules/base.xml.in.h:452 +#: ../rules/base.xml.in.h:456 msgid "French (alternative)" msgstr "Prancūzų (alternatyvus)" -#: ../rules/base.xml.in.h:453 +#: ../rules/base.xml.in.h:457 msgid "French (alternative, Latin-9 only)" msgstr "Prancūzų (alternatyvus, tik „Latin-9“ simboliai)" -#: ../rules/base.xml.in.h:454 +#: ../rules/base.xml.in.h:458 msgid "French (alternative, eliminate dead keys)" msgstr "Prancūzų (alternatyvus, be tęsties klavišų)" -#: ../rules/base.xml.in.h:455 +#: ../rules/base.xml.in.h:459 msgid "French (alternative, Sun dead keys)" msgstr "Prancūzų (alternatyvus, su „Sun“ tęsties klavišais)" -#: ../rules/base.xml.in.h:456 +#: ../rules/base.xml.in.h:460 msgid "French (legacy, alternative)" msgstr "Prancūzų (senasis, alternatyvus)" -#: ../rules/base.xml.in.h:457 +#: ../rules/base.xml.in.h:461 msgid "French (legacy, alternative, eliminate dead keys)" msgstr "Prancūzų (senasis, alternatyvus, be tęsties klavišų)" -#: ../rules/base.xml.in.h:458 +#: ../rules/base.xml.in.h:462 msgid "French (legacy, alternative, Sun dead keys)" msgstr "Prancūzų (senasis, alternatyvus, su „Sun“ tęsties klavišais)" -#: ../rules/base.xml.in.h:459 +#: ../rules/base.xml.in.h:463 msgid "French (Bepo, ergonomic, Dvorak way)" msgstr "Prancūzų (Bepo, ergonominis pagal Dvoraką)" -#: ../rules/base.xml.in.h:460 +#: ../rules/base.xml.in.h:464 msgid "French (Bepo, ergonomic, Dvorak way, Latin-9 only)" msgstr "Prancūzų (Bepo, ergonominis pagal Dvoraką, tik „Latin-9“ simboliai)" -#: ../rules/base.xml.in.h:461 +#: ../rules/base.xml.in.h:465 msgid "French (Dvorak)" msgstr "Prancūzų (Dvorako)" -#: ../rules/base.xml.in.h:462 +#: ../rules/base.xml.in.h:466 msgid "French (Macintosh)" msgstr "Prancūzų („Macintosh“)" -#: ../rules/base.xml.in.h:463 +#: ../rules/base.xml.in.h:467 msgid "French (Breton)" msgstr "Prancūzų (bretonų)" -#: ../rules/base.xml.in.h:464 +#: ../rules/base.xml.in.h:468 msgid "Occitan" msgstr "Očitarų" -#: ../rules/base.xml.in.h:465 +#: ../rules/base.xml.in.h:469 msgid "Georgian (France, AZERTY Tskapo)" msgstr "Gruzinų (Prancūzija, AZERTY Tskapo)" -#: ../rules/base.xml.in.h:466 +#: ../rules/base.xml.in.h:470 msgid "English (Ghana)" msgstr "Anglų (Gana)" -#: ../rules/base.xml.in.h:467 +#: ../rules/base.xml.in.h:471 msgid "English (Ghana, multilingual)" msgstr "Anglų (Gana, daugiakalbis)" #. Keyboard indicator for Akan layouts -#: ../rules/base.xml.in.h:469 +#: ../rules/base.xml.in.h:473 msgid "ak" msgstr "ak" -#: ../rules/base.xml.in.h:470 +#: ../rules/base.xml.in.h:474 msgid "Akan" msgstr "Akan" #. Keyboard indicator for Ewe layouts -#: ../rules/base.xml.in.h:472 +#: ../rules/base.xml.in.h:476 msgid "ee" msgstr "ee" -#: ../rules/base.xml.in.h:473 +#: ../rules/base.xml.in.h:477 msgid "Ewe" msgstr "Ewe" #. Keyboard indicator for Fula layouts -#: ../rules/base.xml.in.h:475 +#: ../rules/base.xml.in.h:479 msgid "ff" msgstr "ff" -#: ../rules/base.xml.in.h:476 +#: ../rules/base.xml.in.h:480 msgid "Fula" msgstr "Fula" #. Keyboard indicator for Ga layouts -#: ../rules/base.xml.in.h:478 +#: ../rules/base.xml.in.h:482 msgid "gaa" msgstr "gaa" -#: ../rules/base.xml.in.h:479 +#: ../rules/base.xml.in.h:483 msgid "Ga" msgstr "Ga" #. Keyboard indicator for Hausa layouts -#: ../rules/base.xml.in.h:481 +#: ../rules/base.xml.in.h:485 msgid "ha" msgstr "ha" -#: ../rules/base.xml.in.h:482 +#: ../rules/base.xml.in.h:486 msgid "Hausa" msgstr "Hausa" #. Keyboard indicator for Avatime layouts -#: ../rules/base.xml.in.h:484 +#: ../rules/base.xml.in.h:488 msgid "avn" msgstr "avn" -#: ../rules/base.xml.in.h:485 +#: ../rules/base.xml.in.h:489 msgid "Avatime" msgstr "Avatime" -#: ../rules/base.xml.in.h:486 +#: ../rules/base.xml.in.h:490 msgid "English (Ghana, GILLBT)" msgstr "Anglų (Gana, GILLBT)" -#: ../rules/base.xml.in.h:487 +#: ../rules/base.xml.in.h:491 msgid "French (Guinea)" msgstr "Prancūzų (Gvinėja)" #. Keyboard indicator for Georgian layouts -#: ../rules/base.xml.in.h:489 +#: ../rules/base.xml.in.h:493 msgid "ka" msgstr "ka" -#: ../rules/base.xml.in.h:490 +#: ../rules/base.xml.in.h:494 msgid "Georgian" msgstr "Gruzinų" -#: ../rules/base.xml.in.h:491 +#: ../rules/base.xml.in.h:495 msgid "Georgian (ergonomic)" msgstr "Gruzinų (ergonominis)" -#: ../rules/base.xml.in.h:492 +#: ../rules/base.xml.in.h:496 msgid "Georgian (MESS)" msgstr "Gruzinų (MESS)" -#: ../rules/base.xml.in.h:493 +#: ../rules/base.xml.in.h:497 msgid "Russian (Georgia)" msgstr "Rusų (Gruzija)" -#: ../rules/base.xml.in.h:494 +#: ../rules/base.xml.in.h:498 msgid "Ossetian (Georgia)" msgstr "Osetinų (Gruzija)" -#: ../rules/base.xml.in.h:495 ../rules/base.extras.xml.in.h:11 +#: ../rules/base.xml.in.h:499 ../rules/base.extras.xml.in.h:23 msgid "German" msgstr "Vokiečių" -#: ../rules/base.xml.in.h:496 +#: ../rules/base.xml.in.h:500 msgid "German (dead acute)" msgstr "Vokiečių (tęsties klavišas – dešininis kirtis)" -#: ../rules/base.xml.in.h:497 +#: ../rules/base.xml.in.h:501 msgid "German (dead grave acute)" msgstr "Vokiečių (tęsties klavišai – kairinis ir dešininis kirčiai)" -#: ../rules/base.xml.in.h:498 +#: ../rules/base.xml.in.h:502 msgid "German (eliminate dead keys)" msgstr "Vokiečių (be tęsties klavišų)" -#: ../rules/base.xml.in.h:499 +#: ../rules/base.xml.in.h:503 msgid "German (T3)" msgstr "Vokiečių (T3)" -#: ../rules/base.xml.in.h:500 +#: ../rules/base.xml.in.h:504 msgid "Romanian (Germany)" msgstr "Rumunų (Vokietija)" -#: ../rules/base.xml.in.h:501 +#: ../rules/base.xml.in.h:505 msgid "Romanian (Germany, eliminate dead keys)" msgstr "Rumunų (Vokietija, be tęsties klavišų)" -#: ../rules/base.xml.in.h:502 +#: ../rules/base.xml.in.h:506 msgid "German (Dvorak)" msgstr "Vokiečių (Dvorako)" -#: ../rules/base.xml.in.h:503 +#: ../rules/base.xml.in.h:507 msgid "German (Sun dead keys)" msgstr "Vokiečių (su „Sun“ tęsties klavišais)" -#: ../rules/base.xml.in.h:504 +#: ../rules/base.xml.in.h:508 msgid "German (Neo 2)" msgstr "Vokiečių („Neo 2“)" -#: ../rules/base.xml.in.h:505 +#: ../rules/base.xml.in.h:509 msgid "German (Macintosh)" msgstr "Vokiečių („Macintosh“)" -#: ../rules/base.xml.in.h:506 +#: ../rules/base.xml.in.h:510 msgid "German (Macintosh, eliminate dead keys)" msgstr "Vokiečių („Macintosh“, be tęsties klavišų)" -#: ../rules/base.xml.in.h:507 +#: ../rules/base.xml.in.h:511 msgid "Lower Sorbian" msgstr "Žemutinių sorbų" -#: ../rules/base.xml.in.h:508 +#: ../rules/base.xml.in.h:512 msgid "Lower Sorbian (qwertz)" msgstr "Žemutinių sorbų (QWERTZ)" -#: ../rules/base.xml.in.h:509 +#: ../rules/base.xml.in.h:513 msgid "German (qwerty)" msgstr "Vokiečių (QWERTY)" -#: ../rules/base.xml.in.h:510 +#: ../rules/base.xml.in.h:514 +msgid "Turkish (Germany)" +msgstr "Turkų (Vokietija)" + +#: ../rules/base.xml.in.h:515 msgid "Russian (Germany, phonetic)" msgstr "Rusų (Vokietija, fonetinis)" -#: ../rules/base.xml.in.h:511 +#: ../rules/base.xml.in.h:516 msgid "German (legacy)" msgstr "Vokiečių (senasis)" #. Keyboard indicator for Greek layouts -#: ../rules/base.xml.in.h:513 ../rules/base.extras.xml.in.h:91 +#: ../rules/base.xml.in.h:518 ../rules/base.extras.xml.in.h:106 msgid "gr" msgstr "gr" -#: ../rules/base.xml.in.h:514 ../rules/base.extras.xml.in.h:92 +#: ../rules/base.xml.in.h:519 ../rules/base.extras.xml.in.h:107 msgid "Greek" msgstr "Graikų" -#: ../rules/base.xml.in.h:515 +#: ../rules/base.xml.in.h:520 msgid "Greek (simple)" msgstr "Graikų (paprastas)" -#: ../rules/base.xml.in.h:516 +#: ../rules/base.xml.in.h:521 msgid "Greek (extended)" msgstr "Graikų (išplėstasis)" -#: ../rules/base.xml.in.h:517 +#: ../rules/base.xml.in.h:522 msgid "Greek (eliminate dead keys)" msgstr "Graikų (be tęsties klavišų)" -#: ../rules/base.xml.in.h:518 +#: ../rules/base.xml.in.h:523 msgid "Greek (polytonic)" msgstr "Graikų (politoninis)" #. Keyboard indicator for Hungarian layouts -#: ../rules/base.xml.in.h:520 +#: ../rules/base.xml.in.h:525 msgid "hu" msgstr "hu" -#: ../rules/base.xml.in.h:521 +#: ../rules/base.xml.in.h:526 msgid "Hungarian" msgstr "Vengrų" -#: ../rules/base.xml.in.h:522 +#: ../rules/base.xml.in.h:527 msgid "Hungarian (standard)" msgstr "Vengrų (standartinis)" -#: ../rules/base.xml.in.h:523 +#: ../rules/base.xml.in.h:528 msgid "Hungarian (eliminate dead keys)" msgstr "Vengrų (be tęsties klavišų)" -#: ../rules/base.xml.in.h:524 +#: ../rules/base.xml.in.h:529 msgid "Hungarian (qwerty)" msgstr "Vengrų (QWERTY)" -#: ../rules/base.xml.in.h:525 +#: ../rules/base.xml.in.h:530 msgid "Hungarian (101/qwertz/comma/dead keys)" msgstr "Vengrų (101 klavišo, QWERTZ, dešimtainis kablelis, su tęsties klavišais)" -#: ../rules/base.xml.in.h:526 +#: ../rules/base.xml.in.h:531 msgid "Hungarian (101/qwertz/comma/eliminate dead keys)" msgstr "Vengrų (101 klavišo, QWERTZ, dešimtainis kablelis, be tęsties klavišų)" -#: ../rules/base.xml.in.h:527 +#: ../rules/base.xml.in.h:532 msgid "Hungarian (101/qwertz/dot/dead keys)" msgstr "Vengrų (101 klavišo, QWERTZ, dešimtainis taškas, su tęsties klavišais)" -#: ../rules/base.xml.in.h:528 +#: ../rules/base.xml.in.h:533 msgid "Hungarian (101/qwertz/dot/eliminate dead keys)" msgstr "Vengrų (101 klavišo, QWERTZ, dešimtainis taškas, be tęsties klavišų)" -#: ../rules/base.xml.in.h:529 +#: ../rules/base.xml.in.h:534 msgid "Hungarian (101/qwerty/comma/dead keys)" msgstr "Vengrų (101 klavišo, QWERTY, dešimtainis kablelis, su tęsties klavišais)" -#: ../rules/base.xml.in.h:530 +#: ../rules/base.xml.in.h:535 msgid "Hungarian (101/qwerty/comma/eliminate dead keys)" msgstr "Vengrų (101 klavišo, QWERTY, dešimtainis kablelis, be tęsties klavišų)" -#: ../rules/base.xml.in.h:531 +#: ../rules/base.xml.in.h:536 msgid "Hungarian (101/qwerty/dot/dead keys)" msgstr "Vengrų (101 klavišo, QWERTY, dešimtainis taškas, su tęsties klavišais)" -#: ../rules/base.xml.in.h:532 +#: ../rules/base.xml.in.h:537 msgid "Hungarian (101/qwerty/dot/eliminate dead keys)" msgstr "Vengrų (101 klavišo, QWERTY, dešimtainis taškas, be tęsties klavišų)" -#: ../rules/base.xml.in.h:533 +#: ../rules/base.xml.in.h:538 msgid "Hungarian (102/qwertz/comma/dead keys)" msgstr "Vengrų (102 klavišų, QWERTZ, dešimtainis kablelis, su tęsties klavišais)" -#: ../rules/base.xml.in.h:534 +#: ../rules/base.xml.in.h:539 msgid "Hungarian (102/qwertz/comma/eliminate dead keys)" msgstr "Vengrų (102 klavišų, QWERTZ, dešimtainis kablelis, be tęsties klavišų)" -#: ../rules/base.xml.in.h:535 +#: ../rules/base.xml.in.h:540 msgid "Hungarian (102/qwertz/dot/dead keys)" msgstr "Vengrų (102 klavišų, QWERTZ, dešimtainis taškas, su tęsties klavišais)" -#: ../rules/base.xml.in.h:536 +#: ../rules/base.xml.in.h:541 msgid "Hungarian (102/qwertz/dot/eliminate dead keys)" msgstr "Vengrų (102 klavišų, QWERTZ, dešimtainis taškas, be tęsties klavišų)" -#: ../rules/base.xml.in.h:537 +#: ../rules/base.xml.in.h:542 msgid "Hungarian (102/qwerty/comma/dead keys)" msgstr "Vengrų (102 klavišų, QWERTY, dešimtainis kablelis, su tęsties klavišais)" -#: ../rules/base.xml.in.h:538 +#: ../rules/base.xml.in.h:543 msgid "Hungarian (102/qwerty/comma/eliminate dead keys)" msgstr "Vengrų (102 klavišų, QWERTY, dešimtainis kablelis, be tęsties klavišų)" -#: ../rules/base.xml.in.h:539 +#: ../rules/base.xml.in.h:544 msgid "Hungarian (102/qwerty/dot/dead keys)" msgstr "Vengrų (102 klavišų, QWERTY, dešimtainis taškas, su tęsties klavišais)" -#: ../rules/base.xml.in.h:540 +#: ../rules/base.xml.in.h:545 msgid "Hungarian (102/qwerty/dot/eliminate dead keys)" msgstr "Vengrų (102 klavišų, QWERTY, dešimtainis taškas, be tęsties klavišų)" #. Keyboard indicator for Icelandic layouts -#: ../rules/base.xml.in.h:542 +#: ../rules/base.xml.in.h:547 msgid "is" msgstr "is" -#: ../rules/base.xml.in.h:543 +#: ../rules/base.xml.in.h:548 msgid "Icelandic" msgstr "Islandų" -#: ../rules/base.xml.in.h:544 +#: ../rules/base.xml.in.h:549 msgid "Icelandic (Sun dead keys)" msgstr "Islandų (su „Sun“ tęsties klavišais)" -#: ../rules/base.xml.in.h:545 +#: ../rules/base.xml.in.h:550 msgid "Icelandic (eliminate dead keys)" msgstr "Islandų (be tęsties klavišų)" -#: ../rules/base.xml.in.h:546 +#: ../rules/base.xml.in.h:551 +msgid "Icelandic (Macintosh, legacy)" +msgstr "Islandų („Macintosh“, senasis)" + +#: ../rules/base.xml.in.h:552 msgid "Icelandic (Macintosh)" msgstr "Islandų („Macintosh“)" -#: ../rules/base.xml.in.h:547 +#: ../rules/base.xml.in.h:553 msgid "Icelandic (Dvorak)" msgstr "Islandų (Dvorako)" #. Keyboard indicator for Hebrew layouts -#: ../rules/base.xml.in.h:549 ../rules/base.extras.xml.in.h:62 +#: ../rules/base.xml.in.h:555 ../rules/base.extras.xml.in.h:77 msgid "he" msgstr "he" -#: ../rules/base.xml.in.h:550 ../rules/base.extras.xml.in.h:63 +#: ../rules/base.xml.in.h:556 ../rules/base.extras.xml.in.h:78 msgid "Hebrew" msgstr "Hebrajų" -#: ../rules/base.xml.in.h:551 +#: ../rules/base.xml.in.h:557 msgid "Hebrew (lyx)" msgstr "Hebrajų (lyx)" -#: ../rules/base.xml.in.h:552 +#: ../rules/base.xml.in.h:558 msgid "Hebrew (phonetic)" msgstr "Hebrajų (fonetinis)" -#: ../rules/base.xml.in.h:553 +#: ../rules/base.xml.in.h:559 msgid "Hebrew (Biblical, Tiro)" msgstr "Hebrajų (biblinė, Tiro)" #. Keyboard indicator for Italian layouts -#: ../rules/base.xml.in.h:555 ../rules/base.extras.xml.in.h:94 +#: ../rules/base.xml.in.h:561 ../rules/base.extras.xml.in.h:109 msgid "it" msgstr "it" -#: ../rules/base.xml.in.h:556 ../rules/base.extras.xml.in.h:95 +#: ../rules/base.xml.in.h:562 ../rules/base.extras.xml.in.h:110 msgid "Italian" msgstr "Italų" -#: ../rules/base.xml.in.h:557 +#: ../rules/base.xml.in.h:563 msgid "Italian (eliminate dead keys)" msgstr "Italų (be tęsties klavišų)" -#: ../rules/base.xml.in.h:558 +#: ../rules/base.xml.in.h:564 +msgid "Italian (Winkeys)" +msgstr "Italų („Windows“)" + +#: ../rules/base.xml.in.h:565 msgid "Italian (Macintosh)" msgstr "Italų („Macintosh“)" -#: ../rules/base.xml.in.h:559 +#: ../rules/base.xml.in.h:566 msgid "Italian (US keyboard with Italian letters)" msgstr "Italų (JAV klaviatūra su itališkais rašmenimis)" -#: ../rules/base.xml.in.h:560 +#: ../rules/base.xml.in.h:567 msgid "Georgian (Italy)" msgstr "Gruzinų (Italija)" -#: ../rules/base.xml.in.h:561 +#: ../rules/base.xml.in.h:568 msgid "Italian (IBM 142)" msgstr "Italų (IBM 142)" #. Keyboard indicator for Japanese layouts -#: ../rules/base.xml.in.h:563 ../rules/base.extras.xml.in.h:97 +#: ../rules/base.xml.in.h:570 ../rules/base.extras.xml.in.h:112 msgid "ja" msgstr "ja" -#: ../rules/base.xml.in.h:564 ../rules/base.extras.xml.in.h:98 +#: ../rules/base.xml.in.h:571 ../rules/base.extras.xml.in.h:113 msgid "Japanese" msgstr "Japonų" -#: ../rules/base.xml.in.h:565 +#: ../rules/base.xml.in.h:572 msgid "Japanese (Kana)" msgstr "Japonų (Kana)" -#: ../rules/base.xml.in.h:566 +#: ../rules/base.xml.in.h:573 msgid "Japanese (Kana 86)" msgstr "Japonų (Kana 86)" -#: ../rules/base.xml.in.h:567 +#: ../rules/base.xml.in.h:574 msgid "Japanese (OADG 109A)" msgstr "Japonų (OADG 109A)" -#: ../rules/base.xml.in.h:568 +#: ../rules/base.xml.in.h:575 msgid "Japanese (Macintosh)" msgstr "Japonų („Macintosh“)" -#: ../rules/base.xml.in.h:569 +#: ../rules/base.xml.in.h:576 msgid "Japanese (Dvorak)" msgstr "Japonų (Dvorako)" #. Keyboard indicator for Kikuyu layouts -#: ../rules/base.xml.in.h:571 +#: ../rules/base.xml.in.h:578 msgid "ki" msgstr "ki" -#: ../rules/base.xml.in.h:572 +#: ../rules/base.xml.in.h:579 msgid "Kyrgyz" msgstr "Kirgizų" -#: ../rules/base.xml.in.h:573 +#: ../rules/base.xml.in.h:580 msgid "Kyrgyz (phonetic)" msgstr "Kirgizų (fonetinis)" #. Keyboard indicator for Khmer layouts -#: ../rules/base.xml.in.h:575 +#: ../rules/base.xml.in.h:582 msgid "km" msgstr "km" -#: ../rules/base.xml.in.h:576 +#: ../rules/base.xml.in.h:583 msgid "Khmer (Cambodia)" msgstr "Khmerų (Kambodža)" #. Keyboard indicator for Kazakh layouts -#: ../rules/base.xml.in.h:578 +#: ../rules/base.xml.in.h:585 msgid "kk" msgstr "kk" -#: ../rules/base.xml.in.h:579 +#: ../rules/base.xml.in.h:586 msgid "Kazakh" msgstr "Kazachų" -#: ../rules/base.xml.in.h:580 +#: ../rules/base.xml.in.h:587 msgid "Russian (Kazakhstan, with Kazakh)" msgstr "Rusų (Kazachstanas, su kazachų rašmenimis)" -#: ../rules/base.xml.in.h:581 +#: ../rules/base.xml.in.h:588 msgid "Kazakh (with Russian)" msgstr "Kazachų (su rusiškais rašmenimis)" #. Keyboard indicator for Lao layouts -#: ../rules/base.xml.in.h:583 +#: ../rules/base.xml.in.h:590 msgid "lo" msgstr "lo" -#: ../rules/base.xml.in.h:584 +#: ../rules/base.xml.in.h:591 msgid "Lao" msgstr "Laosiečių" -#: ../rules/base.xml.in.h:585 +#: ../rules/base.xml.in.h:592 msgid "Lao (STEA proposed standard layout)" msgstr "Laosiečių (STEA siūlomas standartinis išdėstymas)" #. Keyboard indicator for Spanish layouts -#: ../rules/base.xml.in.h:587 ../rules/base.extras.xml.in.h:110 +#: ../rules/base.xml.in.h:594 ../rules/base.extras.xml.in.h:125 msgid "es" msgstr "es" -#: ../rules/base.xml.in.h:588 +#: ../rules/base.xml.in.h:595 msgid "Spanish (Latin American)" msgstr "Ispanų (Lotynų Amerika)" -#: ../rules/base.xml.in.h:589 +#: ../rules/base.xml.in.h:596 msgid "Spanish (Latin American, eliminate dead keys)" msgstr "Ispanų (Lotynų Amerika, be tęsties klavišų)" -#: ../rules/base.xml.in.h:590 +#: ../rules/base.xml.in.h:597 msgid "Spanish (Latin American, include dead tilde)" msgstr "Ispanų (Lotynų Amerika, tildė veikia tęsties klavišas)" -#: ../rules/base.xml.in.h:591 +#: ../rules/base.xml.in.h:598 msgid "Spanish (Latin American, Sun dead keys)" msgstr "Ispanų (Lotynų Amerika, su „Sun“ tęsties klavišais)" #. Keyboard indicator for Lithuanian layouts -#: ../rules/base.xml.in.h:593 ../rules/base.extras.xml.in.h:18 +#: ../rules/base.xml.in.h:600 ../rules/base.extras.xml.in.h:31 msgid "lt" msgstr "lt" -#: ../rules/base.xml.in.h:594 ../rules/base.extras.xml.in.h:19 +#: ../rules/base.xml.in.h:601 ../rules/base.extras.xml.in.h:32 msgid "Lithuanian" msgstr "Lietuvių" -#: ../rules/base.xml.in.h:595 +#: ../rules/base.xml.in.h:602 msgid "Lithuanian (standard)" msgstr "Lietuvių (standartinis)" -#: ../rules/base.xml.in.h:596 +#: ../rules/base.xml.in.h:603 msgid "Lithuanian (US keyboard with Lithuanian letters)" msgstr "Lietuvių (JAV klaviatūra su lietuviškais rašmenimis)" -#: ../rules/base.xml.in.h:597 +#: ../rules/base.xml.in.h:604 msgid "Lithuanian (IBM LST 1205-92)" msgstr "Lietuvių (IBM, LST 1205-92)" -#: ../rules/base.xml.in.h:598 +#: ../rules/base.xml.in.h:605 msgid "Lithuanian (LEKP)" msgstr "Lietuvių (LEKP)" -#: ../rules/base.xml.in.h:599 +#: ../rules/base.xml.in.h:606 msgid "Lithuanian (LEKPa)" msgstr "Lietuvių (LEKPa)" #. Keyboard indicator for Latvian layouts -#: ../rules/base.xml.in.h:601 ../rules/base.extras.xml.in.h:22 +#: ../rules/base.xml.in.h:608 ../rules/base.extras.xml.in.h:35 msgid "lv" msgstr "lv" -#: ../rules/base.xml.in.h:602 ../rules/base.extras.xml.in.h:23 +#: ../rules/base.xml.in.h:609 ../rules/base.extras.xml.in.h:36 msgid "Latvian" msgstr "Latvių" -#: ../rules/base.xml.in.h:603 +#: ../rules/base.xml.in.h:610 msgid "Latvian (apostrophe variant)" msgstr "Latvių (apostrofo variantas)" -#: ../rules/base.xml.in.h:604 +#: ../rules/base.xml.in.h:611 msgid "Latvian (tilde variant)" msgstr "Latvių (tildės variantas)" -#: ../rules/base.xml.in.h:605 +#: ../rules/base.xml.in.h:612 msgid "Latvian (F variant)" msgstr "Latvių (F raidės variantas)" -#: ../rules/base.xml.in.h:606 +#: ../rules/base.xml.in.h:613 msgid "Latvian (modern)" msgstr "Latvių (šiuolaikinis)" -#: ../rules/base.xml.in.h:607 +#: ../rules/base.xml.in.h:614 msgid "Latvian (ergonomic, ŪGJRMV)" msgstr "Latvių (ergonominis, ŪGJRMV)" -#: ../rules/base.xml.in.h:608 +#: ../rules/base.xml.in.h:615 msgid "Latvian (adapted)" msgstr "Latvių (pritaikytas)" #. Keyboard indicator for Maori layouts -#: ../rules/base.xml.in.h:610 +#: ../rules/base.xml.in.h:617 msgid "mi" msgstr "mi" -#: ../rules/base.xml.in.h:611 +#: ../rules/base.xml.in.h:618 msgid "Maori" msgstr "Maorių" #. Keyboard indicator for Serbian layouts -#: ../rules/base.xml.in.h:613 ../rules/base.extras.xml.in.h:52 +#: ../rules/base.xml.in.h:620 ../rules/base.extras.xml.in.h:66 msgid "sr" msgstr "sr" -#: ../rules/base.xml.in.h:614 +#: ../rules/base.xml.in.h:621 msgid "Montenegrin" msgstr "Juodkalniečių" -#: ../rules/base.xml.in.h:615 +#: ../rules/base.xml.in.h:622 msgid "Montenegrin (Cyrillic)" msgstr "Juodkalniečių (kirilica)" -#: ../rules/base.xml.in.h:616 -msgid "Montenegrin (Cyrillic, Z and ZHE swapped)" +#: ../rules/base.xml.in.h:623 +msgid "Montenegrin (Cyrillic, ZE and ZHE swapped)" msgstr "Juodkalniečių (kirilica, raidės Z ir Ž sukeistos)" -#: ../rules/base.xml.in.h:617 +#: ../rules/base.xml.in.h:624 msgid "Montenegrin (Latin Unicode)" msgstr "Juodkalniečių (lotyniški rašmenys, unikodas)" -#: ../rules/base.xml.in.h:618 +#: ../rules/base.xml.in.h:625 msgid "Montenegrin (Latin qwerty)" msgstr "Juodkalniečių (lotyniški rašmenys, QWERTY)" -#: ../rules/base.xml.in.h:619 +#: ../rules/base.xml.in.h:626 msgid "Montenegrin (Latin Unicode qwerty)" msgstr "Juodkalniečių (lotyniški rašmenys, unikodas, QWERTY)" -#: ../rules/base.xml.in.h:620 +#: ../rules/base.xml.in.h:627 msgid "Montenegrin (Cyrillic with guillemets)" msgstr "Juodkalniečių (kirilica, su kampinėmis kabutėmis)" -#: ../rules/base.xml.in.h:621 +#: ../rules/base.xml.in.h:628 msgid "Montenegrin (Latin with guillemets)" msgstr "Juodkalniečių (lotyniški rašmenys, su kampinėmis kabutėmis)" #. Keyboard indicator for Macedonian layouts -#: ../rules/base.xml.in.h:623 +#: ../rules/base.xml.in.h:630 msgid "mk" msgstr "mk" -#: ../rules/base.xml.in.h:624 +#: ../rules/base.xml.in.h:631 msgid "Macedonian" msgstr "Makedonų" -#: ../rules/base.xml.in.h:625 +#: ../rules/base.xml.in.h:632 msgid "Macedonian (eliminate dead keys)" msgstr "Makedonų (be tęsties klavišų)" #. Keyboard indicator for Maltese layouts -#: ../rules/base.xml.in.h:627 +#: ../rules/base.xml.in.h:634 msgid "mt" msgstr "mt" -#: ../rules/base.xml.in.h:628 +#: ../rules/base.xml.in.h:635 msgid "Maltese" msgstr "Maltiečių" -#: ../rules/base.xml.in.h:629 +#: ../rules/base.xml.in.h:636 msgid "Maltese (with US layout)" msgstr "Maltiečių (su JAV išdėstymu)" #. Keyboard indicator for Mongolian layouts -#: ../rules/base.xml.in.h:631 +#: ../rules/base.xml.in.h:638 msgid "mn" msgstr "mn" -#: ../rules/base.xml.in.h:632 +#: ../rules/base.xml.in.h:639 msgid "Mongolian" msgstr "Mongolų" #. Keyboard indicator for Norwegian layouts -#: ../rules/base.xml.in.h:634 ../rules/base.extras.xml.in.h:102 +#: ../rules/base.xml.in.h:641 ../rules/base.extras.xml.in.h:117 msgid "no" msgstr "no" -#: ../rules/base.xml.in.h:635 ../rules/base.extras.xml.in.h:103 +#: ../rules/base.xml.in.h:642 ../rules/base.extras.xml.in.h:118 msgid "Norwegian" msgstr "Norvegų" -#: ../rules/base.xml.in.h:636 +#: ../rules/base.xml.in.h:643 msgid "Norwegian (eliminate dead keys)" msgstr "Norvegų (be tęsties klavišų)" -#: ../rules/base.xml.in.h:637 +#: ../rules/base.xml.in.h:644 +msgid "Norwegian (Winkeys)" +msgstr "Norvegų („Windows“)" + +#: ../rules/base.xml.in.h:645 msgid "Norwegian (Dvorak)" msgstr "Norvegų (Dvorako)" -#: ../rules/base.xml.in.h:638 +#: ../rules/base.xml.in.h:646 msgid "Northern Saami (Norway)" msgstr "Šiaurės samių (Norvegija)" -#: ../rules/base.xml.in.h:639 +#: ../rules/base.xml.in.h:647 msgid "Northern Saami (Norway, eliminate dead keys)" msgstr "Šiaurės samių (Norvegija, be tęsties klavišų)" -#: ../rules/base.xml.in.h:640 +#: ../rules/base.xml.in.h:648 msgid "Norwegian (Macintosh)" msgstr "Norvegų („Macintosh“)" -#: ../rules/base.xml.in.h:641 +#: ../rules/base.xml.in.h:649 msgid "Norwegian (Macintosh, eliminate dead keys)" msgstr "Norvegų („Macintosh“, be tęsties klavišų)" -#: ../rules/base.xml.in.h:642 +#: ../rules/base.xml.in.h:650 msgid "Norwegian (Colemak)" msgstr "Norvegų („Colemak“)" #. Keyboard indicator for Polish layouts -#: ../rules/base.xml.in.h:644 ../rules/base.extras.xml.in.h:41 +#: ../rules/base.xml.in.h:652 ../rules/base.extras.xml.in.h:55 msgid "pl" msgstr "pl" -#: ../rules/base.xml.in.h:645 ../rules/base.extras.xml.in.h:42 +#: ../rules/base.xml.in.h:653 ../rules/base.extras.xml.in.h:56 msgid "Polish" msgstr "Lenkų" -#: ../rules/base.xml.in.h:646 +#: ../rules/base.xml.in.h:654 msgid "Polish (legacy)" msgstr "Lenkų (senasis)" -#: ../rules/base.xml.in.h:647 +#: ../rules/base.xml.in.h:655 msgid "Polish (qwertz)" msgstr "Lenkų (QWERTZ)" -#: ../rules/base.xml.in.h:648 +#: ../rules/base.xml.in.h:656 msgid "Polish (Dvorak)" msgstr "Lenkų (Dvorako)" -#: ../rules/base.xml.in.h:649 +#: ../rules/base.xml.in.h:657 msgid "Polish (Dvorak, Polish quotes on quotemark key)" msgstr "Lenkų (Dvorako, lenkiškos kabutės ant kabučių klavišo)" -#: ../rules/base.xml.in.h:650 +#: ../rules/base.xml.in.h:658 msgid "Polish (Dvorak, Polish quotes on key 1)" msgstr "Lenkų (Dvorako, lenkiškos kabutės ant klavišo „1“)" -#: ../rules/base.xml.in.h:651 +#: ../rules/base.xml.in.h:659 msgid "Kashubian" msgstr "Kašubų" -#: ../rules/base.xml.in.h:652 +#: ../rules/base.xml.in.h:660 +msgid "Silesian" +msgstr "Sileziečių" + +#: ../rules/base.xml.in.h:661 msgid "Russian (Poland, phonetic Dvorak)" msgstr "Rusų (Lenkija, fonetinis Dvorako)" -#: ../rules/base.xml.in.h:653 +#: ../rules/base.xml.in.h:662 msgid "Polish (programmer Dvorak)" msgstr "Lenkų (programuotojų Dvorako)" -#: ../rules/base.xml.in.h:654 ../rules/base.extras.xml.in.h:105 +#: ../rules/base.xml.in.h:663 ../rules/base.extras.xml.in.h:120 msgid "Portuguese" msgstr "Portugalų" -#: ../rules/base.xml.in.h:655 +#: ../rules/base.xml.in.h:664 msgid "Portuguese (eliminate dead keys)" msgstr "Portugalų (be tęsties klavišų)" -#: ../rules/base.xml.in.h:656 +#: ../rules/base.xml.in.h:665 msgid "Portuguese (Sun dead keys)" msgstr "Portugalų (su „Sun“ tęsties klavišais)" -#: ../rules/base.xml.in.h:657 +#: ../rules/base.xml.in.h:666 msgid "Portuguese (Macintosh)" msgstr "Portugalų („Macintosh“)" -#: ../rules/base.xml.in.h:658 +#: ../rules/base.xml.in.h:667 msgid "Portuguese (Macintosh, eliminate dead keys)" msgstr "Portugalų („Macintosh“, be tęsties klavišų)" -#: ../rules/base.xml.in.h:659 +#: ../rules/base.xml.in.h:668 msgid "Portuguese (Macintosh, Sun dead keys)" msgstr "Portugalų („Macintosh“, su „Sun“ tęsties klavišais)" -#: ../rules/base.xml.in.h:660 +#: ../rules/base.xml.in.h:669 msgid "Portuguese (Nativo)" msgstr "Portugalų („Nativo“)" -#: ../rules/base.xml.in.h:661 +#: ../rules/base.xml.in.h:670 msgid "Portuguese (Nativo for US keyboards)" msgstr "Portugalų („Nativo“ JAV klaviatūroms)" -#: ../rules/base.xml.in.h:662 +#: ../rules/base.xml.in.h:671 msgid "Esperanto (Portugal, Nativo)" msgstr "Esperanto (Portugalija, „Nativo“)" #. Keyboard indicator for Romanian layouts -#: ../rules/base.xml.in.h:664 ../rules/base.extras.xml.in.h:46 +#: ../rules/base.xml.in.h:673 ../rules/base.extras.xml.in.h:60 msgid "ro" msgstr "ro" -#: ../rules/base.xml.in.h:665 ../rules/base.extras.xml.in.h:47 +#: ../rules/base.xml.in.h:674 ../rules/base.extras.xml.in.h:61 msgid "Romanian" msgstr "Rumunų" -#: ../rules/base.xml.in.h:666 +#: ../rules/base.xml.in.h:675 msgid "Romanian (cedilla)" msgstr "Rumunų (su cedila)" -#: ../rules/base.xml.in.h:667 +#: ../rules/base.xml.in.h:676 msgid "Romanian (standard)" msgstr "Rumunų (standartinis)" -#: ../rules/base.xml.in.h:668 +#: ../rules/base.xml.in.h:677 msgid "Romanian (standard cedilla)" msgstr "Rumunų (standartinis su cedila)" -#: ../rules/base.xml.in.h:669 +#: ../rules/base.xml.in.h:678 msgid "Romanian (WinKeys)" -msgstr "Rumunų („Windows“ išdėstymas)" +msgstr "Rumunų („Windows“)" -#: ../rules/base.xml.in.h:670 ../rules/base.extras.xml.in.h:56 +#: ../rules/base.xml.in.h:679 ../rules/base.extras.xml.in.h:70 msgid "Russian" msgstr "Rusų" -#: ../rules/base.xml.in.h:671 +#: ../rules/base.xml.in.h:680 msgid "Russian (phonetic)" msgstr "Rusų (fonetinis)" -#: ../rules/base.xml.in.h:672 +#: ../rules/base.xml.in.h:681 msgid "Russian (phonetic WinKeys)" msgstr "Rusų („Windows“ fonetinis)" -#: ../rules/base.xml.in.h:673 +#: ../rules/base.xml.in.h:682 msgid "Russian (typewriter)" msgstr "Rusų (rašomosios mašinėlės išdėstymas)" -#: ../rules/base.xml.in.h:674 +#: ../rules/base.xml.in.h:683 msgid "Russian (legacy)" msgstr "Rusų (senasis)" -#: ../rules/base.xml.in.h:675 +#: ../rules/base.xml.in.h:684 msgid "Russian (typewriter, legacy)" msgstr "Rusų (rašomosios mašinėlės išdėstymas, senasis)" -#: ../rules/base.xml.in.h:676 +#: ../rules/base.xml.in.h:685 msgid "Tatar" msgstr "Totorių" -#: ../rules/base.xml.in.h:677 +#: ../rules/base.xml.in.h:686 msgid "Ossetian (legacy)" msgstr "Osetinų (senasis)" -#: ../rules/base.xml.in.h:678 +#: ../rules/base.xml.in.h:687 msgid "Ossetian (WinKeys)" -msgstr "Osetinų („Windows“ išdėstymas)" +msgstr "Osetinų („Windows“)" -#: ../rules/base.xml.in.h:679 +#: ../rules/base.xml.in.h:688 msgid "Chuvash" msgstr "Čiuvašų" -#: ../rules/base.xml.in.h:680 +#: ../rules/base.xml.in.h:689 msgid "Chuvash (Latin)" msgstr "Čiuvašų (lotyniški rašmenys)" -#: ../rules/base.xml.in.h:681 +#: ../rules/base.xml.in.h:690 msgid "Udmurt" msgstr "Udmurtų" -#: ../rules/base.xml.in.h:682 +#: ../rules/base.xml.in.h:691 msgid "Komi" msgstr "Komija" -#: ../rules/base.xml.in.h:683 +#: ../rules/base.xml.in.h:692 msgid "Yakut" msgstr "Jakutų" -#: ../rules/base.xml.in.h:684 +#: ../rules/base.xml.in.h:693 msgid "Kalmyk" msgstr "Kalmukų" -#: ../rules/base.xml.in.h:685 +#: ../rules/base.xml.in.h:694 msgid "Russian (DOS)" msgstr "Rusų (DOS)" -#: ../rules/base.xml.in.h:686 +#: ../rules/base.xml.in.h:695 msgid "Russian (Macintosh)" msgstr "Rusų („Macintosh“)" -#: ../rules/base.xml.in.h:687 +#: ../rules/base.xml.in.h:696 msgid "Serbian (Russia)" msgstr "Serbų (Rusija)" -#: ../rules/base.xml.in.h:688 +#: ../rules/base.xml.in.h:697 msgid "Bashkirian" msgstr "Baškirų" -#: ../rules/base.xml.in.h:689 +#: ../rules/base.xml.in.h:698 msgid "Mari" msgstr "Marių" -#: ../rules/base.xml.in.h:690 ../rules/base.extras.xml.in.h:53 +#: ../rules/base.xml.in.h:699 ../rules/base.extras.xml.in.h:67 msgid "Serbian" msgstr "Serbų" -#: ../rules/base.xml.in.h:691 -msgid "Serbian (Cyrillic, Z and ZHE swapped)" +#: ../rules/base.xml.in.h:700 +msgid "Serbian (Cyrillic, ZE and ZHE swapped)" msgstr "Serbų (kirilica, raidės Z ir Ž sukeistos)" -#: ../rules/base.xml.in.h:692 +#: ../rules/base.xml.in.h:701 msgid "Serbian (Latin)" msgstr "Serbų (lotyniški rašmenys)" -#: ../rules/base.xml.in.h:693 +#: ../rules/base.xml.in.h:702 msgid "Serbian (Latin Unicode)" msgstr "Serbų (lotyniški rašmenys, unikodas)" -#: ../rules/base.xml.in.h:694 +#: ../rules/base.xml.in.h:703 msgid "Serbian (Latin qwerty)" msgstr "Serbų (lotyniški rašmenys, QWERTY)" -#: ../rules/base.xml.in.h:695 +#: ../rules/base.xml.in.h:704 msgid "Serbian (Latin Unicode qwerty)" msgstr "Serbų (lotyniški rašmenys, unikodas, QWERTY)" -#: ../rules/base.xml.in.h:696 +#: ../rules/base.xml.in.h:705 msgid "Serbian (Cyrillic with guillemets)" msgstr "Serbų (kirilica, su kampinėmis kabutėmis)" -#: ../rules/base.xml.in.h:697 +#: ../rules/base.xml.in.h:706 msgid "Serbian (Latin with guillemets)" msgstr "Serbų (lotyniški rašmenys, su kampinėmis kabutėmis)" -#: ../rules/base.xml.in.h:698 +#: ../rules/base.xml.in.h:707 msgid "Pannonian Rusyn" msgstr "Panonijos rusinų" #. Keyboard indicator for Slovenian layouts -#: ../rules/base.xml.in.h:700 +#: ../rules/base.xml.in.h:709 msgid "sl" msgstr "sl" -#: ../rules/base.xml.in.h:701 +#: ../rules/base.xml.in.h:710 msgid "Slovenian" msgstr "Slovėnų" -#: ../rules/base.xml.in.h:702 -msgid "Slovenian (use guillemets for quotes)" -msgstr "Slovėnų (kampinės kabutės)" +#: ../rules/base.xml.in.h:711 +msgid "Slovenian (with guillemets for quotes)" +msgstr "Slovėnų (su kampinėmis kabutėmis)" -#: ../rules/base.xml.in.h:703 +#: ../rules/base.xml.in.h:712 msgid "Slovenian (US keyboard with Slovenian letters)" msgstr "Slovėnų (JAV klaviatūra su slovėniškais rašmenimis)" #. Keyboard indicator for Slovak layouts -#: ../rules/base.xml.in.h:705 ../rules/base.extras.xml.in.h:107 +#: ../rules/base.xml.in.h:714 ../rules/base.extras.xml.in.h:122 msgid "sk" msgstr "sk" -#: ../rules/base.xml.in.h:706 ../rules/base.extras.xml.in.h:108 +#: ../rules/base.xml.in.h:715 ../rules/base.extras.xml.in.h:123 msgid "Slovak" msgstr "Slovakų" -#: ../rules/base.xml.in.h:707 +#: ../rules/base.xml.in.h:716 msgid "Slovak (extended Backslash)" msgstr "Slovakų (išplėstasis kairinis brūkšnys)" -#: ../rules/base.xml.in.h:708 +#: ../rules/base.xml.in.h:717 msgid "Slovak (qwerty)" msgstr "Slovakų (QWERTY)" -#: ../rules/base.xml.in.h:709 +#: ../rules/base.xml.in.h:718 msgid "Slovak (qwerty, extended Backslash)" msgstr "Slovakų (QWERTY, išplėstas kairinis brūkšnys)" -#: ../rules/base.xml.in.h:710 ../rules/base.extras.xml.in.h:111 +#: ../rules/base.xml.in.h:719 ../rules/base.extras.xml.in.h:126 msgid "Spanish" msgstr "Ispanų" -#: ../rules/base.xml.in.h:711 +#: ../rules/base.xml.in.h:720 msgid "Spanish (eliminate dead keys)" msgstr "Ispanų (be tęsties klavišų)" -#: ../rules/base.xml.in.h:712 +#: ../rules/base.xml.in.h:721 +msgid "Spanish (Winkeys)" +msgstr "Ispanų („Windows“)" + +#: ../rules/base.xml.in.h:722 msgid "Spanish (include dead tilde)" msgstr "Ispanų (tildė veikia kaip tęsties klavišas)" -#: ../rules/base.xml.in.h:713 +#: ../rules/base.xml.in.h:723 msgid "Spanish (Sun dead keys)" msgstr "Ispanų (su „Sun“ tęsties klavišais)" -#: ../rules/base.xml.in.h:714 +#: ../rules/base.xml.in.h:724 msgid "Spanish (Dvorak)" msgstr "Ispanų (Dvorako)" -#: ../rules/base.xml.in.h:715 +#: ../rules/base.xml.in.h:725 msgid "Asturian (Spain, with bottom-dot H and bottom-dot L)" msgstr "Asturų (Ispanija, su H ir L raidėmis su taškais apačioje)" -#: ../rules/base.xml.in.h:716 +#: ../rules/base.xml.in.h:726 msgid "Catalan (Spain, with middle-dot L)" msgstr "Katalonų (Ispanija, su L raide su tašku per vidurį)" -#: ../rules/base.xml.in.h:717 +#: ../rules/base.xml.in.h:727 msgid "Spanish (Macintosh)" msgstr "Ispanų („Macintosh“)" #. Keyboard indicator for Swedish layouts -#: ../rules/base.xml.in.h:719 ../rules/base.extras.xml.in.h:113 +#: ../rules/base.xml.in.h:729 ../rules/base.extras.xml.in.h:128 msgid "sv" msgstr "sv" -#: ../rules/base.xml.in.h:720 ../rules/base.extras.xml.in.h:114 +#: ../rules/base.xml.in.h:730 ../rules/base.extras.xml.in.h:129 msgid "Swedish" msgstr "Švedų" -#: ../rules/base.xml.in.h:721 +#: ../rules/base.xml.in.h:731 msgid "Swedish (eliminate dead keys)" msgstr "Švedų (be tęsties klavišų)" -#: ../rules/base.xml.in.h:722 +#: ../rules/base.xml.in.h:732 msgid "Swedish (Dvorak)" msgstr "Švedų (Dvorako)" -#: ../rules/base.xml.in.h:723 +#: ../rules/base.xml.in.h:733 msgid "Russian (Sweden, phonetic)" msgstr "Rusų (Švedija, fonetinis)" -#: ../rules/base.xml.in.h:724 +#: ../rules/base.xml.in.h:734 msgid "Russian (Sweden, phonetic, eliminate dead keys)" msgstr "Rusų (Švedija, fonetinis, be tęsties klavišų)" -#: ../rules/base.xml.in.h:725 +#: ../rules/base.xml.in.h:735 msgid "Northern Saami (Sweden)" msgstr "Šiaurės samių (Švedija)" -#: ../rules/base.xml.in.h:726 +#: ../rules/base.xml.in.h:736 msgid "Swedish (Macintosh)" msgstr "Švedų („Macintosh“)" -#: ../rules/base.xml.in.h:727 +#: ../rules/base.xml.in.h:737 msgid "Swedish (Svdvorak)" msgstr "Švedų („Svdvorak“)" -#: ../rules/base.xml.in.h:728 +#: ../rules/base.xml.in.h:738 msgid "Swedish Sign Language" msgstr "Švedų gestų kalba" -#: ../rules/base.xml.in.h:729 ../rules/base.extras.xml.in.h:116 +#: ../rules/base.xml.in.h:739 ../rules/base.extras.xml.in.h:132 msgid "German (Switzerland)" msgstr "Vokiečių (Šveicarija)" -#: ../rules/base.xml.in.h:730 +#: ../rules/base.xml.in.h:740 msgid "German (Switzerland, legacy)" msgstr "Vokiečių (Šveicarija, senasis)" -#: ../rules/base.xml.in.h:731 +#: ../rules/base.xml.in.h:741 msgid "German (Switzerland, eliminate dead keys)" msgstr "Vokiečių (Šveicarija, be tęsties klavišų)" -#: ../rules/base.xml.in.h:732 +#: ../rules/base.xml.in.h:742 msgid "German (Switzerland, Sun dead keys)" msgstr "Vokiečių (Šveicarija, su „Sun“ tęsties klavišais)" -#: ../rules/base.xml.in.h:733 +#: ../rules/base.xml.in.h:743 msgid "French (Switzerland)" msgstr "Prancūzų (Šveicarija)" -#: ../rules/base.xml.in.h:734 +#: ../rules/base.xml.in.h:744 msgid "French (Switzerland, eliminate dead keys)" msgstr "Prancūzų (Šveicarija, be tęsties klavišų)" -#: ../rules/base.xml.in.h:735 +#: ../rules/base.xml.in.h:745 msgid "French (Switzerland, Sun dead keys)" msgstr "Prancūzų (Šveicarija, su „Sun“ tęsties klavišais)" -#: ../rules/base.xml.in.h:736 +#: ../rules/base.xml.in.h:746 msgid "French (Switzerland, Macintosh)" msgstr "Prancūzų (Šveicacija, „Macintosh“)" -#: ../rules/base.xml.in.h:737 +#: ../rules/base.xml.in.h:747 msgid "German (Switzerland, Macintosh)" msgstr "Vokiečių (Šveicarija, „Macintosh“)" -#: ../rules/base.xml.in.h:738 +#: ../rules/base.xml.in.h:748 msgid "Arabic (Syria)" msgstr "Arabų (Sirija)" #. Keyboard indicator for Syriac layouts -#: ../rules/base.xml.in.h:740 +#: ../rules/base.xml.in.h:750 msgid "syc" msgstr "syc" -#: ../rules/base.xml.in.h:741 +#: ../rules/base.xml.in.h:751 msgid "Syriac" msgstr "Sirijos" -#: ../rules/base.xml.in.h:742 +#: ../rules/base.xml.in.h:752 msgid "Syriac (phonetic)" msgstr "Sirų (fonetinis)" -#: ../rules/base.xml.in.h:743 +#: ../rules/base.xml.in.h:753 msgid "Kurdish (Syria, Latin Q)" msgstr "Kurdų (Sirija, lotyniški rašmenys, Q)" -#: ../rules/base.xml.in.h:744 +#: ../rules/base.xml.in.h:754 msgid "Kurdish (Syria, F)" msgstr "Kurdų (Sirija, F)" -#: ../rules/base.xml.in.h:745 +#: ../rules/base.xml.in.h:755 msgid "Kurdish (Syria, Latin Alt-Q)" msgstr "Kurdų (Sirija, lotyniški rašmenys, Alt-Q)" #. Keyboard indicator for Tajik layouts -#: ../rules/base.xml.in.h:747 +#: ../rules/base.xml.in.h:757 msgid "tg" msgstr "tg" -#: ../rules/base.xml.in.h:748 +#: ../rules/base.xml.in.h:758 msgid "Tajik" msgstr "Tadžikų" -#: ../rules/base.xml.in.h:749 +#: ../rules/base.xml.in.h:759 msgid "Tajik (legacy)" msgstr "Tadžikų (senasis)" #. Keyboard indicator for Sinhala layouts -#: ../rules/base.xml.in.h:751 +#: ../rules/base.xml.in.h:761 msgid "si" msgstr "si" -#: ../rules/base.xml.in.h:752 +#: ../rules/base.xml.in.h:762 msgid "Sinhala (phonetic)" msgstr "Sinhalų (fonetinis)" -#: ../rules/base.xml.in.h:753 +#: ../rules/base.xml.in.h:763 msgid "Tamil (Sri Lanka, Unicode)" msgstr "Tamilų (Šri Lanka, unikodas)" -#: ../rules/base.xml.in.h:754 +#: ../rules/base.xml.in.h:764 msgid "Tamil (Sri Lanka, TAB Typewriter)" msgstr "Tamilų (Šri lanka, TAB rašomosios mašinėlės išdėstymas)" #. Keyboard indicator for Thai layouts -#: ../rules/base.xml.in.h:756 +#: ../rules/base.xml.in.h:766 msgid "th" msgstr "th" -#: ../rules/base.xml.in.h:757 +#: ../rules/base.xml.in.h:767 msgid "Thai" msgstr "Tajų" -#: ../rules/base.xml.in.h:758 +#: ../rules/base.xml.in.h:768 msgid "Thai (TIS-820.2538)" msgstr "Tajų (TIS-820.2538)" -#: ../rules/base.xml.in.h:759 +#: ../rules/base.xml.in.h:769 msgid "Thai (Pattachote)" msgstr "Tajų („Pattachote“)" #. Keyboard indicator for Turkish layouts -#: ../rules/base.xml.in.h:761 ../rules/base.extras.xml.in.h:119 +#: ../rules/base.xml.in.h:771 ../rules/base.extras.xml.in.h:135 msgid "tr" msgstr "tr" -#: ../rules/base.xml.in.h:762 ../rules/base.extras.xml.in.h:120 +#: ../rules/base.xml.in.h:772 ../rules/base.extras.xml.in.h:136 msgid "Turkish" msgstr "Turkų" -#: ../rules/base.xml.in.h:763 +#: ../rules/base.xml.in.h:773 msgid "Turkish (F)" msgstr "Turkų (F)" -#: ../rules/base.xml.in.h:764 +#: ../rules/base.xml.in.h:774 msgid "Turkish (Alt-Q)" msgstr "Turkų (Alt-Q)" -#: ../rules/base.xml.in.h:765 +#: ../rules/base.xml.in.h:775 msgid "Turkish (Sun dead keys)" msgstr "Turkų (su „Sun“ tęsties klavišais)" -#: ../rules/base.xml.in.h:766 +#: ../rules/base.xml.in.h:776 msgid "Kurdish (Turkey, Latin Q)" msgstr "Kurdų (Turkija, lotyniški rašmenys, Q)" -#: ../rules/base.xml.in.h:767 +#: ../rules/base.xml.in.h:777 msgid "Kurdish (Turkey, F)" msgstr "Kurdų (Turkija, F)" -#: ../rules/base.xml.in.h:768 +#: ../rules/base.xml.in.h:778 msgid "Kurdish (Turkey, Latin Alt-Q)" msgstr "Kurdų (Turkija, lotyniški rašmenys, Alt-Q)" -#: ../rules/base.xml.in.h:769 +#: ../rules/base.xml.in.h:779 msgid "Turkish (international with dead keys)" msgstr "Turkų (tarptautinis, su tęsties ženklais)" #. Keyboard indicator for Crimean Tatar layouts -#: ../rules/base.xml.in.h:771 ../rules/base.extras.xml.in.h:48 +#: ../rules/base.xml.in.h:781 ../rules/base.extras.xml.in.h:62 msgid "crh" msgstr "crh" -#: ../rules/base.xml.in.h:772 +#: ../rules/base.xml.in.h:782 msgid "Crimean Tatar (Turkish Q)" msgstr "Krymo totorių (turkiškas Q)" -#: ../rules/base.xml.in.h:773 +#: ../rules/base.xml.in.h:783 msgid "Crimean Tatar (Turkish F)" msgstr "Krymo totorių (turkiškas F)" -#: ../rules/base.xml.in.h:774 +#: ../rules/base.xml.in.h:784 msgid "Crimean Tatar (Turkish Alt-Q)" msgstr "Krymo totorių (turkiškas Alt-Q)" -#: ../rules/base.xml.in.h:775 +#: ../rules/base.xml.in.h:785 msgid "Taiwanese" msgstr "Taivaniečių" -#: ../rules/base.xml.in.h:776 +#: ../rules/base.xml.in.h:786 msgid "Taiwanese (indigenous)" msgstr "Taivano (čiabuvių)" #. Keyboard indicator for Saisiyat layouts -#: ../rules/base.xml.in.h:778 +#: ../rules/base.xml.in.h:788 msgid "xsy" msgstr "xsy" -#: ../rules/base.xml.in.h:779 +#: ../rules/base.xml.in.h:789 msgid "Saisiyat (Taiwan)" msgstr "Siaisijatų (Taivanas)" #. Keyboard indicator for Ukranian layouts -#: ../rules/base.xml.in.h:781 ../rules/base.extras.xml.in.h:122 +#: ../rules/base.xml.in.h:791 ../rules/base.extras.xml.in.h:138 msgid "uk" msgstr "uk" -#: ../rules/base.xml.in.h:782 ../rules/base.extras.xml.in.h:123 +#: ../rules/base.xml.in.h:792 ../rules/base.extras.xml.in.h:139 msgid "Ukrainian" msgstr "Ukrainiečių" -#: ../rules/base.xml.in.h:783 +#: ../rules/base.xml.in.h:793 msgid "Ukrainian (phonetic)" msgstr "Ukrainiečių (fonetinis)" -#: ../rules/base.xml.in.h:784 +#: ../rules/base.xml.in.h:794 msgid "Ukrainian (typewriter)" msgstr "Ukrainiečių (rašomosios mašinėlės išdėstymas)" -#: ../rules/base.xml.in.h:785 +#: ../rules/base.xml.in.h:795 msgid "Ukrainian (WinKeys)" -msgstr "Ukrainiečių („Windows“ išdėstymas)" +msgstr "Ukrainiečių („Windows“)" -#: ../rules/base.xml.in.h:786 +#: ../rules/base.xml.in.h:796 msgid "Ukrainian (legacy)" msgstr "Ukrainiečių (senasis)" -#: ../rules/base.xml.in.h:787 +#: ../rules/base.xml.in.h:797 msgid "Ukrainian (standard RSTU)" msgstr "Ukrainiečių (standartinis RSTU)" -#: ../rules/base.xml.in.h:788 +#: ../rules/base.xml.in.h:798 msgid "Russian (Ukraine, standard RSTU)" msgstr "Rusų (Ukraina, standartinis RSTU)" -#: ../rules/base.xml.in.h:789 +#: ../rules/base.xml.in.h:799 msgid "Ukrainian (homophonic)" msgstr "Ukrainiečių (homofoninis)" -#: ../rules/base.xml.in.h:790 ../rules/base.extras.xml.in.h:125 +#: ../rules/base.xml.in.h:800 ../rules/base.extras.xml.in.h:141 msgid "English (UK)" msgstr "Anglų (JK)" -#: ../rules/base.xml.in.h:791 +#: ../rules/base.xml.in.h:801 msgid "English (UK, extended WinKeys)" msgstr "Anglų (JK, „Windows“ išplėstasis)" -#: ../rules/base.xml.in.h:792 +#: ../rules/base.xml.in.h:802 msgid "English (UK, international with dead keys)" msgstr "Anglų (JK, tarptautinis su tęsties klavišais)" -#: ../rules/base.xml.in.h:793 +#: ../rules/base.xml.in.h:803 msgid "English (UK, Dvorak)" msgstr "Anglų (JK, Dvorako)" -#: ../rules/base.xml.in.h:794 +#: ../rules/base.xml.in.h:804 msgid "English (UK, Dvorak with UK punctuation)" msgstr "Anglų (JK, Dvorako su JK skyrybos ženklais)" -#: ../rules/base.xml.in.h:795 +#: ../rules/base.xml.in.h:805 msgid "English (UK, Macintosh)" msgstr "Anglų (JK, „Macintosh“)" -#: ../rules/base.xml.in.h:796 +#: ../rules/base.xml.in.h:806 msgid "English (UK, Macintosh international)" msgstr "Anglų (JK, „Macintosh“ tarptautinis)" -#: ../rules/base.xml.in.h:797 +#: ../rules/base.xml.in.h:807 msgid "English (UK, Colemak)" msgstr "Anglų (JK, „Colemak“)" -#: ../rules/base.xml.in.h:798 +#: ../rules/base.xml.in.h:808 msgid "Uzbek" msgstr "Uzbekų" -#: ../rules/base.xml.in.h:799 +#: ../rules/base.xml.in.h:809 msgid "Uzbek (Latin)" msgstr "Uzbekų (lotyniški rašmenys)" #. Keyboard indicator for Vietnamese layouts -#: ../rules/base.xml.in.h:801 +#: ../rules/base.xml.in.h:811 msgid "vi" msgstr "vi" -#: ../rules/base.xml.in.h:802 +#: ../rules/base.xml.in.h:812 msgid "Vietnamese" msgstr "Vietnamiečių" #. Keyboard indicator for Korean layouts -#: ../rules/base.xml.in.h:804 ../rules/base.extras.xml.in.h:127 +#: ../rules/base.xml.in.h:814 ../rules/base.extras.xml.in.h:143 msgid "ko" msgstr "ko" -#: ../rules/base.xml.in.h:805 ../rules/base.extras.xml.in.h:128 +#: ../rules/base.xml.in.h:815 ../rules/base.extras.xml.in.h:144 msgid "Korean" msgstr "Korėjiečių" -#: ../rules/base.xml.in.h:806 +#: ../rules/base.xml.in.h:816 msgid "Korean (101/104 key compatible)" msgstr "Korėjiečių (suderinamas su 101/104 klavišų klaviatūra)" -#: ../rules/base.xml.in.h:807 +#: ../rules/base.xml.in.h:817 msgid "Japanese (PC-98xx Series)" msgstr "Japonų (PC-98xx serijos)" #. Keyboard indicator for Irish layouts -#: ../rules/base.xml.in.h:809 +#: ../rules/base.xml.in.h:819 msgid "ie" msgstr "ie" -#: ../rules/base.xml.in.h:810 +#: ../rules/base.xml.in.h:820 msgid "Irish" msgstr "Airių" -#: ../rules/base.xml.in.h:811 +#: ../rules/base.xml.in.h:821 msgid "CloGaelach" msgstr "„CloGaelach“" -#: ../rules/base.xml.in.h:812 +#: ../rules/base.xml.in.h:822 msgid "Irish (UnicodeExpert)" msgstr "Airių („UnicodeExpert“)" -#: ../rules/base.xml.in.h:813 +#: ../rules/base.xml.in.h:823 msgid "Ogham" msgstr "Ogham" -#: ../rules/base.xml.in.h:814 +#: ../rules/base.xml.in.h:824 msgid "Ogham (IS434)" msgstr "Ogham (IS434)" -#: ../rules/base.xml.in.h:815 +#: ../rules/base.xml.in.h:825 msgid "Urdu (Pakistan)" msgstr "Urdu (Pakistanas)" -#: ../rules/base.xml.in.h:816 +#: ../rules/base.xml.in.h:826 msgid "Urdu (Pakistan, CRULP)" msgstr "Urdu (Pakistanas, CRULP)" -#: ../rules/base.xml.in.h:817 +#: ../rules/base.xml.in.h:827 msgid "Urdu (Pakistan, NLA)" msgstr "Urdu (Pakistanas, NLA)" -#: ../rules/base.xml.in.h:818 +#: ../rules/base.xml.in.h:828 msgid "Arabic (Pakistan)" msgstr "Arabų (Pakistanas)" #. Keyboard indicator for Sindhi layouts -#: ../rules/base.xml.in.h:820 +#: ../rules/base.xml.in.h:830 msgid "sd" msgstr "sd" -#: ../rules/base.xml.in.h:821 +#: ../rules/base.xml.in.h:831 msgid "Sindhi" msgstr "Sindų" #. Keyboard indicator for Dhivehi layouts -#: ../rules/base.xml.in.h:823 +#: ../rules/base.xml.in.h:833 msgid "dv" msgstr "dv" -#: ../rules/base.xml.in.h:824 +#: ../rules/base.xml.in.h:834 msgid "Dhivehi" msgstr "Maldyviečių" -#: ../rules/base.xml.in.h:825 +#: ../rules/base.xml.in.h:835 msgid "English (South Africa)" msgstr "Anglų (Pietų Afrika)" #. Keyboard indicator for Esperanto layouts -#: ../rules/base.xml.in.h:827 +#: ../rules/base.xml.in.h:837 msgid "eo" msgstr "eo" -#: ../rules/base.xml.in.h:828 +#: ../rules/base.xml.in.h:838 msgid "Esperanto" msgstr "Esperanto" -#: ../rules/base.xml.in.h:829 +#: ../rules/base.xml.in.h:839 msgid "Esperanto (displaced semicolon and quote, obsolete)" msgstr "Esperanto (perkeltas kabliataškis ir kabutė, nenaudotinas)" #. Keyboard indicator for Nepali layouts -#: ../rules/base.xml.in.h:831 +#: ../rules/base.xml.in.h:841 msgid "ne" msgstr "ne" -#: ../rules/base.xml.in.h:832 +#: ../rules/base.xml.in.h:842 msgid "Nepali" msgstr "Nepaliečių" -#: ../rules/base.xml.in.h:833 +#: ../rules/base.xml.in.h:843 msgid "English (Nigeria)" msgstr "Anglų (Nigerija)" #. Keyboard indicator for Igbo layouts -#: ../rules/base.xml.in.h:835 +#: ../rules/base.xml.in.h:845 msgid "ig" msgstr "ig" -#: ../rules/base.xml.in.h:836 +#: ../rules/base.xml.in.h:846 msgid "Igbo" msgstr "Igbo" #. Keyboard indicator for Yoruba layouts -#: ../rules/base.xml.in.h:838 +#: ../rules/base.xml.in.h:848 msgid "yo" msgstr "yo" -#: ../rules/base.xml.in.h:839 +#: ../rules/base.xml.in.h:849 msgid "Yoruba" msgstr "Jorubų" #. Keyboard indicator for Amharic layouts -#: ../rules/base.xml.in.h:841 +#: ../rules/base.xml.in.h:851 msgid "am" msgstr "am" -#: ../rules/base.xml.in.h:842 +#: ../rules/base.xml.in.h:852 msgid "Amharic" msgstr "Amharų" #. Keyboard indicator for Wolof layouts -#: ../rules/base.xml.in.h:844 +#: ../rules/base.xml.in.h:854 msgid "wo" msgstr "wo" -#: ../rules/base.xml.in.h:845 +#: ../rules/base.xml.in.h:855 msgid "Wolof" msgstr "Volofų" #. Keyboard indicator for Braille layouts -#: ../rules/base.xml.in.h:847 +#: ../rules/base.xml.in.h:857 msgid "brl" msgstr "Brl" -#: ../rules/base.xml.in.h:848 +#: ../rules/base.xml.in.h:858 msgid "Braille" msgstr "Brailio terminalas" -#: ../rules/base.xml.in.h:849 +#: ../rules/base.xml.in.h:859 msgid "Braille (left hand)" msgstr "Brailio terminalas (kairei rankai)" -#: ../rules/base.xml.in.h:850 +#: ../rules/base.xml.in.h:860 msgid "Braille (right hand)" msgstr "Brailio terminalas (dešinei rankai)" #. Keyboard indicator for Turkmen layouts -#: ../rules/base.xml.in.h:852 +#: ../rules/base.xml.in.h:862 msgid "tk" msgstr "tk" -#: ../rules/base.xml.in.h:853 +#: ../rules/base.xml.in.h:863 msgid "Turkmen" msgstr "Turkmėnų" -#: ../rules/base.xml.in.h:854 +#: ../rules/base.xml.in.h:864 msgid "Turkmen (Alt-Q)" msgstr "Turkmėnų (Alt-Q)" #. Keyboard indicator for Bambara layouts -#: ../rules/base.xml.in.h:856 +#: ../rules/base.xml.in.h:866 msgid "bm" msgstr "bm" -#: ../rules/base.xml.in.h:857 +#: ../rules/base.xml.in.h:867 msgid "Bambara" msgstr "Bambarų" -#: ../rules/base.xml.in.h:858 +#: ../rules/base.xml.in.h:868 msgid "French (Mali, alternative)" msgstr "Prancūzų (Malis, alternatyvus)" -#: ../rules/base.xml.in.h:859 +#: ../rules/base.xml.in.h:869 msgid "English (Mali, US Macintosh)" msgstr "Anglų (Malis, JAV „Macintosh“)" -#: ../rules/base.xml.in.h:860 +#: ../rules/base.xml.in.h:870 msgid "English (Mali, US international)" msgstr "Anglų (Malis, JAV tarptautinis)" #. Keyboard indicator for Swahili layouts -#: ../rules/base.xml.in.h:862 +#: ../rules/base.xml.in.h:872 msgid "sw" msgstr "sw" -#: ../rules/base.xml.in.h:863 +#: ../rules/base.xml.in.h:873 msgid "Swahili (Tanzania)" msgstr "Svahilių (Tanzanija)" -#: ../rules/base.xml.in.h:864 +#: ../rules/base.xml.in.h:874 msgid "Swahili (Kenya)" msgstr "Svahilių (Kenija)" -#: ../rules/base.xml.in.h:865 +#: ../rules/base.xml.in.h:875 msgid "Kikuyu" msgstr "Kikuyu" #. Keyboard indicator for Tswana layouts -#: ../rules/base.xml.in.h:867 +#: ../rules/base.xml.in.h:877 msgid "tn" msgstr "tn" -#: ../rules/base.xml.in.h:868 +#: ../rules/base.xml.in.h:878 msgid "Tswana" msgstr "Tsvanų" #. Keyboard indicator for Filipino layouts -#: ../rules/base.xml.in.h:870 +#: ../rules/base.xml.in.h:880 msgid "ph" msgstr "ph" -#: ../rules/base.xml.in.h:871 +#: ../rules/base.xml.in.h:881 msgid "Filipino" msgstr "Filipiniečių" -#: ../rules/base.xml.in.h:872 +#: ../rules/base.xml.in.h:882 msgid "Filipino (QWERTY Baybayin)" msgstr "Filipiniečių (QWERTY, baibajinas)" -#: ../rules/base.xml.in.h:873 +#: ../rules/base.xml.in.h:883 msgid "Filipino (Capewell-Dvorak Latin)" msgstr "Filipiniečių (Keipvelo-Dvorako, lotyniški rašmenys)" -#: ../rules/base.xml.in.h:874 +#: ../rules/base.xml.in.h:884 msgid "Filipino (Capewell-Dvorak Baybayin)" msgstr "Filipiniečių (Keipvelo-Dvorako, baibajinas)" -#: ../rules/base.xml.in.h:875 +#: ../rules/base.xml.in.h:885 msgid "Filipino (Capewell-QWERF 2006 Latin)" msgstr "Filipiniečių (Keipvelo QWERF 2006, lotyniški rašmenys)" -#: ../rules/base.xml.in.h:876 +#: ../rules/base.xml.in.h:886 msgid "Filipino (Capewell-QWERF 2006 Baybayin)" msgstr "Filipiniečių (Keipvelo QWERF 2006, baibajinas)" -#: ../rules/base.xml.in.h:877 +#: ../rules/base.xml.in.h:887 msgid "Filipino (Colemak Latin)" msgstr "Filipiniečių („Colemak“, lotyniški rašmenys)" -#: ../rules/base.xml.in.h:878 +#: ../rules/base.xml.in.h:888 msgid "Filipino (Colemak Baybayin)" msgstr "Filipiniečių („Colemak“, baibajinas)" -#: ../rules/base.xml.in.h:879 +#: ../rules/base.xml.in.h:889 msgid "Filipino (Dvorak Latin)" msgstr "Filipiniečių (Dvorako, lotyniški rašmenys)" -#: ../rules/base.xml.in.h:880 +#: ../rules/base.xml.in.h:890 msgid "Filipino (Dvorak Baybayin)" msgstr "Filipiniečių (Dvorako, baibajinas)" -#: ../rules/base.xml.in.h:881 +#: ../rules/base.xml.in.h:891 msgid "md" msgstr "md" -#: ../rules/base.xml.in.h:882 +#: ../rules/base.xml.in.h:892 msgid "Moldavian" msgstr "Moldavų" -#: ../rules/base.xml.in.h:883 +#: ../rules/base.xml.in.h:893 msgid "gag" msgstr "gag" -#: ../rules/base.xml.in.h:884 +#: ../rules/base.xml.in.h:894 msgid "Moldavian (Gagauz)" msgstr "Moldavų (gagaūzų)" -#: ../rules/base.xml.in.h:885 +#: ../rules/base.xml.in.h:895 msgid "Switching to another layout" msgstr "Perjungimas į kitą išdėstymą" -#: ../rules/base.xml.in.h:886 +#: ../rules/base.xml.in.h:896 msgid "Right Alt (while pressed)" msgstr "Dešinysis Alt (kol nuspaustas)" -#: ../rules/base.xml.in.h:887 +#: ../rules/base.xml.in.h:897 msgid "Left Alt (while pressed)" msgstr "Kairysis Alt (kol nuspaustas)" -#: ../rules/base.xml.in.h:888 +#: ../rules/base.xml.in.h:898 msgid "Left Win (while pressed)" msgstr "Kairysis Win (kol nuspaustas)" -#: ../rules/base.xml.in.h:889 +#: ../rules/base.xml.in.h:899 msgid "Right Win (while pressed)" msgstr "Dešinysis Win (kol nuspaustas)" -#: ../rules/base.xml.in.h:890 +#: ../rules/base.xml.in.h:900 msgid "Any Win key (while pressed)" msgstr "Bet kuris Win klavišas (kol paspaustas)" -#: ../rules/base.xml.in.h:891 +#: ../rules/base.xml.in.h:901 msgid "Caps Lock (while pressed), Alt+Caps Lock does the original capslock action" msgstr "Didž (kol nuspaustas); Alt+Didž atlieka pirminę Didž klavišo funkciją" -#: ../rules/base.xml.in.h:892 +#: ../rules/base.xml.in.h:902 msgid "Right Ctrl (while pressed)" msgstr "Dešinysis Vald (kol nuspaustas)" -#: ../rules/base.xml.in.h:893 +#: ../rules/base.xml.in.h:903 msgid "Right Alt" msgstr "Dešinysis Alt" -#: ../rules/base.xml.in.h:894 +#: ../rules/base.xml.in.h:904 msgid "Left Alt" msgstr "Kairysis Alt" -#: ../rules/base.xml.in.h:895 +#: ../rules/base.xml.in.h:905 msgid "Caps Lock" msgstr "Didžiosios raidės" -#: ../rules/base.xml.in.h:896 +#: ../rules/base.xml.in.h:906 msgid "Shift+Caps Lock" msgstr "Lyg2+Didž" -#: ../rules/base.xml.in.h:897 +#: ../rules/base.xml.in.h:907 msgid "Caps Lock (to first layout), Shift+Caps Lock (to last layout)" msgstr "Didž (į pirmąjį išdėstymą), Lyg2+Didž (į paskutinį išdėstymą)" -#: ../rules/base.xml.in.h:898 +#: ../rules/base.xml.in.h:908 msgid "Left Win (to first layout), Right Win/Menu (to last layout)" msgstr "Kairysis Win (į pirmąjį išdėstymą), dešinysis Win/Meniu (į paskutinį išdėstymą)" -#: ../rules/base.xml.in.h:899 +#: ../rules/base.xml.in.h:909 msgid "Left Ctrl (to first layout), Right Ctrl (to last layout)" msgstr "Kairysis Vald (į pirmąjį išdėstymą), dešinysis Vald (į paskutinį išdėstymą)" -#: ../rules/base.xml.in.h:900 +#: ../rules/base.xml.in.h:910 msgid "Alt+Caps Lock" msgstr "Alt+Didž" -#: ../rules/base.xml.in.h:901 +#: ../rules/base.xml.in.h:911 msgid "Both Shift keys together" msgstr "Vienu metu nuspausti abu Lyg2 klavišai" -#: ../rules/base.xml.in.h:902 +#: ../rules/base.xml.in.h:912 msgid "Both Alt keys together" msgstr "Vienu metu nuspausti abu Alt klavišai" -#: ../rules/base.xml.in.h:903 +#: ../rules/base.xml.in.h:913 msgid "Both Ctrl keys together" msgstr "Vienu metu nuspausti abu Vald klavišai" -#: ../rules/base.xml.in.h:904 +#: ../rules/base.xml.in.h:914 msgid "Ctrl+Shift" msgstr "Vald+Lyg2" -#: ../rules/base.xml.in.h:905 +#: ../rules/base.xml.in.h:915 msgid "Left Ctrl+Left Shift" msgstr "Kairysis Vald+kairysis Lyg2" -#: ../rules/base.xml.in.h:906 +#: ../rules/base.xml.in.h:916 msgid "Right Ctrl+Right Shift" msgstr "Dešinysis Vald+dešinysis Lyg2" -#: ../rules/base.xml.in.h:907 +#: ../rules/base.xml.in.h:917 msgid "Alt+Ctrl" msgstr "Alt+Vald" -#: ../rules/base.xml.in.h:908 +#: ../rules/base.xml.in.h:918 msgid "Alt+Shift" msgstr "Alt+Lyg2" -#: ../rules/base.xml.in.h:909 +#: ../rules/base.xml.in.h:919 msgid "Left Alt+Left Shift" msgstr "Kairysis Alt+kairysis Lyg2" -#: ../rules/base.xml.in.h:910 +#: ../rules/base.xml.in.h:920 msgid "Alt+Space" msgstr "Alt+Tarpas" -#: ../rules/base.xml.in.h:911 +#: ../rules/base.xml.in.h:921 msgid "Menu" msgstr "Meniu" -#: ../rules/base.xml.in.h:912 +#: ../rules/base.xml.in.h:922 msgid "Left Win" msgstr "Kairysis Win" -#: ../rules/base.xml.in.h:913 +#: ../rules/base.xml.in.h:923 +msgid "Win Key+Space" +msgstr "Win+Tarpas" + +#: ../rules/base.xml.in.h:924 msgid "Right Win" msgstr "Dešinysis Win" -#: ../rules/base.xml.in.h:914 +#: ../rules/base.xml.in.h:925 msgid "Left Shift" msgstr "Kairysis Lyg2" -#: ../rules/base.xml.in.h:915 +#: ../rules/base.xml.in.h:926 msgid "Right Shift" msgstr "Dešinysis Lyg2" -#: ../rules/base.xml.in.h:916 +#: ../rules/base.xml.in.h:927 msgid "Left Ctrl" msgstr "Kairysis Vald" -#: ../rules/base.xml.in.h:917 +#: ../rules/base.xml.in.h:928 msgid "Right Ctrl" msgstr "Dešinysis Vald" -#: ../rules/base.xml.in.h:918 +#: ../rules/base.xml.in.h:929 msgid "Scroll Lock" msgstr "Ekrano slinkimas" -#: ../rules/base.xml.in.h:919 +#: ../rules/base.xml.in.h:930 msgid "LeftCtrl+LeftWin (to first layout), RightCtrl+Menu (to second layout)" msgstr "Kairysis Vald+Kairysis Win (į pirmąjį išdėstymą), Dešinysis Vald+Meniu (į antrąjį išdėstymą)" -#: ../rules/base.xml.in.h:920 +#: ../rules/base.xml.in.h:931 msgid "Key to choose 3rd level" msgstr "Klavišai trečiajam lygiui pasirinkti" -#: ../rules/base.xml.in.h:921 +#: ../rules/base.xml.in.h:932 msgid "Any Win key" msgstr "Bet kuris Win klavišas" -#: ../rules/base.xml.in.h:922 +#: ../rules/base.xml.in.h:933 msgid "Any Alt key" msgstr "Bet kuris Alt klavišas" -#: ../rules/base.xml.in.h:923 +#: ../rules/base.xml.in.h:934 msgid "Right Alt, Shift+Right Alt key is Compose" msgstr "Dešinysis Alt; Lyg2+dešinysis Alt atlieka Komponavimo klavišo funkciją" -#: ../rules/base.xml.in.h:924 +#: ../rules/base.xml.in.h:935 msgid "Right Alt key never chooses 3rd level" msgstr "Dešinysis Alt niekada neįjungia trečiojo lygio" -#: ../rules/base.xml.in.h:925 +#: ../rules/base.xml.in.h:936 msgid "Enter on keypad" msgstr "Įvedimo klavišas skaitmenų srityje" -#: ../rules/base.xml.in.h:926 +#: ../rules/base.xml.in.h:937 msgid "Backslash" msgstr "Kairinis brūkšnys" -#: ../rules/base.xml.in.h:927 +#: ../rules/base.xml.in.h:938 msgid "<Less/Greater>" msgstr "Mažiau/Daugiau" -#: ../rules/base.xml.in.h:928 +#: ../rules/base.xml.in.h:939 msgid "Caps Lock chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "Didž klavišas įjungia trečiąjį lygį; veikia kaip tęsties klavišas, kai naudojamas kartu su kitu trečiojo lygio parinkimo klavišu" -#: ../rules/base.xml.in.h:929 +#: ../rules/base.xml.in.h:940 msgid "Backslash chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "Kairinio brūkšnio klavišas įjungia trečiąjį lygį; veikia kaip tęsties klavišas, kai naudojamas kartu su kitu trečiojo lygio parinkimo klavišu" -#: ../rules/base.xml.in.h:930 +#: ../rules/base.xml.in.h:941 msgid "<Less/Greater> chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "Klavišas „Mažiau/Daugiau“ įjungia trečiąjį lygį; veikia kaip tęsties klavišas, kai naudojamas kartu su kitu trečiojo lygio parinkimo klavišu" -#: ../rules/base.xml.in.h:931 +#: ../rules/base.xml.in.h:942 msgid "Ctrl key position" msgstr "Vald klavišo pozicija" -#: ../rules/base.xml.in.h:932 +#: ../rules/base.xml.in.h:943 msgid "Caps Lock as Ctrl" msgstr "Didž klavišui priskirti Vald funkciją" -#: ../rules/base.xml.in.h:933 +#: ../rules/base.xml.in.h:944 msgid "Left Ctrl as Meta" msgstr "Kairiajam Vald klavišui priskirti Meta funkciją" -#: ../rules/base.xml.in.h:934 +#: ../rules/base.xml.in.h:945 msgid "Swap Ctrl and Caps Lock" msgstr "Sukeisti Vald ir Didž klavišus" -#: ../rules/base.xml.in.h:935 +#: ../rules/base.xml.in.h:946 msgid "At left of 'A'" msgstr "Kairėje nuo klavišo „A“" -#: ../rules/base.xml.in.h:936 +#: ../rules/base.xml.in.h:947 msgid "At bottom left" msgstr "Apačioje kairėje" -#: ../rules/base.xml.in.h:937 +#: ../rules/base.xml.in.h:948 msgid "Right Ctrl as Right Alt" msgstr "Dešiniajam Vald klavišui priskirti dešiniojo Alt funkciją" -#: ../rules/base.xml.in.h:938 +#: ../rules/base.xml.in.h:949 msgid "Menu as Right Ctrl" msgstr "Meniu klavišas veikia kaip Dešinysis Vald" -#: ../rules/base.xml.in.h:939 +#: ../rules/base.xml.in.h:950 msgid "Right Alt as Right Ctrl" msgstr "Dešiniajam Alt klavišui priskirti dešiniojo Vald funkciją" -#: ../rules/base.xml.in.h:940 +#: ../rules/base.xml.in.h:951 msgid "Swap Left Alt key with Left Ctrl key" msgstr "Sukeisti kairįjį Alt klavišą su kairiuoju Vald klavišu" -#: ../rules/base.xml.in.h:941 +#: ../rules/base.xml.in.h:952 msgid "Swap Left Win key with Left Ctrl key" msgstr "Sukeisti kairįjį Win klavišą su kairiuoju Vald klavišu" -#: ../rules/base.xml.in.h:942 +#: ../rules/base.xml.in.h:953 +msgid "Swap Right Win key with Right Ctrl key" +msgstr "Sukeisti dešinįjį Win klavišą su dešiniuoju Vald klavišu" + +#: ../rules/base.xml.in.h:954 msgid "Left Alt as Ctrl, Left Ctrl as Win, Left Win as Alt" msgstr "Kairiajam Alt suteikti Vald funkciją, kairiajam Vald – Win f-ją, kairiajam Win – Alt f-ją." -#: ../rules/base.xml.in.h:943 +#: ../rules/base.xml.in.h:955 msgid "Use keyboard LED to show alternative layout" msgstr "Klaviatūros diodu indikuoti nepagrindinius išdėstymus" -#: ../rules/base.xml.in.h:944 +#: ../rules/base.xml.in.h:956 msgid "Num Lock" msgstr "Skaitmenys" -#: ../rules/base.xml.in.h:945 +#: ../rules/base.xml.in.h:957 msgid "Layout of numeric keypad" msgstr "Skaitmenų srities išdėstymas" -#: ../rules/base.xml.in.h:946 +#: ../rules/base.xml.in.h:958 msgid "Legacy" msgstr "Senasis" -#: ../rules/base.xml.in.h:947 +#: ../rules/base.xml.in.h:959 msgid "Unicode additions (arrows and math operators)" msgstr "Unikodiniai priedai (rodyklės ir matematiniai operatoriai)" -#: ../rules/base.xml.in.h:948 +#: ../rules/base.xml.in.h:960 msgid "Unicode additions (arrows and math operators; math operators on default level)" msgstr "Unikodiniai priedai (rodyklės ir matematiniai operatoriai; matematiniai operatoriai numatytame lygyje)" -#: ../rules/base.xml.in.h:949 +#: ../rules/base.xml.in.h:961 msgid "Legacy Wang 724" msgstr "Senasis „Wang 724“" -#: ../rules/base.xml.in.h:950 +#: ../rules/base.xml.in.h:962 msgid "Wang 724 keypad with Unicode additions (arrows and math operators)" msgstr "„Wang 724“ skaitmenų sritis su unikodiniais priedais (rodyklėmis ir matematiniais operatoriais)" -#: ../rules/base.xml.in.h:951 +#: ../rules/base.xml.in.h:963 msgid "Wang 724 keypad with Unicode additions (arrows and math operators; math operators on default level)" msgstr "„Wang 724“ skaitmenų sritis su unikodiniais priedais (rodyklėmis ir matematiniais operatoriais; matematiniai operatoriai pagrindiniame lygyje)" -#: ../rules/base.xml.in.h:952 +#: ../rules/base.xml.in.h:964 msgid "Hexadecimal" msgstr "Šešioliktainė" -#: ../rules/base.xml.in.h:953 +#: ../rules/base.xml.in.h:965 msgid "ATM/phone-style" msgstr "Bankomato/telefono tipo" -#: ../rules/base.xml.in.h:954 +#: ../rules/base.xml.in.h:966 msgid "Numeric keypad delete key behaviour" msgstr "Skaitmenų srities Šalinimo klavišo veiksena" -#: ../rules/base.xml.in.h:955 +#: ../rules/base.xml.in.h:967 msgid "Legacy key with dot" msgstr "Senojo tipo klavišas su tašku" #. Actually, with KP_SEPARATOR, as the old keypad(comma) -#: ../rules/base.xml.in.h:957 +#: ../rules/base.xml.in.h:969 msgid "Legacy key with comma" msgstr "Senojo tipo klavišas su kableliu" -#: ../rules/base.xml.in.h:958 +#: ../rules/base.xml.in.h:970 msgid "Four-level key with dot" msgstr "Keturių lygių, pirmajame taškas" -#: ../rules/base.xml.in.h:959 +#: ../rules/base.xml.in.h:971 msgid "Four-level key with dot, Latin-9 only" msgstr "Keturių lygių, pirmajame taškas, Latin-9 ribojimas" -#: ../rules/base.xml.in.h:960 +#: ../rules/base.xml.in.h:972 msgid "Four-level key with comma" msgstr "Keturių lygių, pirmajame kablelis" -#: ../rules/base.xml.in.h:961 +#: ../rules/base.xml.in.h:973 msgid "Four-level key with momayyez" msgstr "Keturių lygių, pirmajame persiškas skyriklis (momayyez)" #. This assumes the KP_ abstract symbols are actually useful for some apps #. The description needs to be rewritten -#: ../rules/base.xml.in.h:964 +#: ../rules/base.xml.in.h:976 msgid "Four-level key with abstract separators" msgstr "Keturių lygių, su abstrakčiais skyrikliais" -#: ../rules/base.xml.in.h:965 +#: ../rules/base.xml.in.h:977 msgid "Semicolon on third level" msgstr "Kabliataškis trečiajame lygyje" -#: ../rules/base.xml.in.h:966 +#: ../rules/base.xml.in.h:978 msgid "Caps Lock key behavior" msgstr "Didžiųjų raidžių klavišo veiksena" -#: ../rules/base.xml.in.h:967 +#: ../rules/base.xml.in.h:979 msgid "Caps Lock uses internal capitalization; Shift \"pauses\" Caps Lock" msgstr "Didž įjungia įtaisytąjį raidžių vertimą didžiosiomis; Lyg2 pristabdo Didž klavišo veikimą" -#: ../rules/base.xml.in.h:968 +#: ../rules/base.xml.in.h:980 msgid "Caps Lock uses internal capitalization; Shift doesn't affect Caps Lock" msgstr "Didž įjungia įtaisytąjį raidžių vertimą didžiosiomis; Lyg2 neįtakoja Didž klavišo veikimo" -#: ../rules/base.xml.in.h:969 +#: ../rules/base.xml.in.h:981 msgid "Caps Lock acts as Shift with locking; Shift \"pauses\" Caps Lock" msgstr "Didž klavišas veikia Lyg2 su fiksavimu; Lyg2 pristabdo Didž veikimą" -#: ../rules/base.xml.in.h:970 +#: ../rules/base.xml.in.h:982 msgid "Caps Lock acts as Shift with locking; Shift doesn't affect Caps Lock" msgstr "Didž klavišas veikia kaip Lyg2 su fiksavimu; Lyg2 neįtakoja Didž veikimo" -#: ../rules/base.xml.in.h:971 +#: ../rules/base.xml.in.h:983 msgid "Caps Lock toggles normal capitalization of alphabetic characters" msgstr "Didž klavišas įjungia įprastą raidžių vertimą didžiosiomis" -#: ../rules/base.xml.in.h:972 +#: ../rules/base.xml.in.h:984 msgid "Make Caps Lock an additional Num Lock" msgstr "Didž klavišą paversti papildomu Skaitm klavišu" -#: ../rules/base.xml.in.h:973 +#: ../rules/base.xml.in.h:985 msgid "Swap ESC and Caps Lock" msgstr "Sukeisti Gr ir Didž klavišus" -#: ../rules/base.xml.in.h:974 +#: ../rules/base.xml.in.h:986 msgid "Make Caps Lock an additional ESC" msgstr "Didž klavišą paversti papildomu Gr klavišu" -#: ../rules/base.xml.in.h:975 +#: ../rules/base.xml.in.h:987 msgid "Make Caps Lock an additional Backspace" msgstr "Didž klavišą paversti papildomu Naikinimo kairėn klavišu" -#: ../rules/base.xml.in.h:976 +#: ../rules/base.xml.in.h:988 msgid "Make Caps Lock an additional Super" msgstr "Didž klavišą paversti papildomu Super klavišu" -#: ../rules/base.xml.in.h:977 +#: ../rules/base.xml.in.h:989 msgid "Make Caps Lock an additional Hyper" msgstr "Didž klavišą paversti papildomu Hyper klavišu" -#: ../rules/base.xml.in.h:978 +#: ../rules/base.xml.in.h:990 msgid "Caps Lock toggles ShiftLock (affects all keys)" msgstr "Didž klavišas veikia kaip nuolat nuspaustas Lyg2 (įtakoja visus klavišus)" -#: ../rules/base.xml.in.h:979 +#: ../rules/base.xml.in.h:991 msgid "Caps Lock is disabled" msgstr "Didž klavišas nenaudojamas" -#: ../rules/base.xml.in.h:980 +#: ../rules/base.xml.in.h:992 msgid "Make Caps Lock an additional Ctrl" msgstr "Didž klavišą paversti papildomu Vald klavišu" -#: ../rules/base.xml.in.h:981 +#: ../rules/base.xml.in.h:993 msgid "Alt/Win key behavior" msgstr "Alt ir Win klavišų elgsena" -#: ../rules/base.xml.in.h:982 +#: ../rules/base.xml.in.h:994 msgid "Add the standard behavior to Menu key" msgstr "Meniu klavišui priskirti standartinę veikseną" -#: ../rules/base.xml.in.h:983 +#: ../rules/base.xml.in.h:995 msgid "Alt and Meta are on Alt keys" msgstr "Alt ir Meta funkcijos priskirtos Alt klavišams" -#: ../rules/base.xml.in.h:984 +#: ../rules/base.xml.in.h:996 msgid "Alt is mapped to Win keys (and the usual Alt keys)" msgstr "Alt funkciją priskirti Win klavišams bei įprastiems Alt klavišams" -#: ../rules/base.xml.in.h:985 +#: ../rules/base.xml.in.h:997 msgid "Ctrl is mapped to Win keys (and the usual Ctrl keys)" msgstr "Vald funkciją priskirti Win klavišams ir įprastiems Vald klavišams" -#: ../rules/base.xml.in.h:986 +#: ../rules/base.xml.in.h:998 msgid "Ctrl is mapped to Alt keys, Alt is mapped to Win keys" msgstr "Vald funkciją priskirti Alt klavišams, o Alt funkciją – Win klavišams" -#: ../rules/base.xml.in.h:987 +#: ../rules/base.xml.in.h:999 msgid "Meta is mapped to Win keys" msgstr "Win klavišams priskirti Meta funkciją" -#: ../rules/base.xml.in.h:988 +#: ../rules/base.xml.in.h:1000 msgid "Meta is mapped to Left Win" msgstr "Kairiajam Win klavišui priskirti Meta funkciją" -#: ../rules/base.xml.in.h:989 -msgid "Hyper is mapped to Win-keys" +#: ../rules/base.xml.in.h:1001 +msgid "Hyper is mapped to Win keys" msgstr "Win klavišams priskirti Hyper funkciją" -#: ../rules/base.xml.in.h:990 +#: ../rules/base.xml.in.h:1002 msgid "Alt is mapped to Right Win, Super to Menu" msgstr "Dešiniajam Win klavišui priskirti Alt funkciją, o Meniu klavišui – Super funkciją" -#: ../rules/base.xml.in.h:991 +#: ../rules/base.xml.in.h:1003 msgid "Alt is swapped with Win" msgstr "Sukeisti Alt ir Win klavišų funkcijas vietomis" -#: ../rules/base.xml.in.h:992 +#: ../rules/base.xml.in.h:1004 msgid "Position of Compose key" msgstr "Komponavimo klavišo pozicija" -#: ../rules/base.xml.in.h:993 +#: ../rules/base.xml.in.h:1005 msgid "3rd level of Left Win" msgstr "Trečiasis kairiojo Win klavišo lygis" -#: ../rules/base.xml.in.h:994 +#: ../rules/base.xml.in.h:1006 msgid "3rd level of Right Win" msgstr "Trečiasis dešiniojo Win klavišo lygis" -#: ../rules/base.xml.in.h:995 +#: ../rules/base.xml.in.h:1007 msgid "3rd level of Menu" msgstr "Trečiasis Meniu klavišo lygis" -#: ../rules/base.xml.in.h:996 +#: ../rules/base.xml.in.h:1008 msgid "3rd level of Left Ctrl" msgstr "Trečiasis kairiojo Vald klavišo lygis" -#: ../rules/base.xml.in.h:997 +#: ../rules/base.xml.in.h:1009 msgid "3rd level of Right Ctrl" msgstr "Trečiasis dešiniojo Vald klavišo lygis" -#: ../rules/base.xml.in.h:998 +#: ../rules/base.xml.in.h:1010 msgid "3rd level of Caps Lock" msgstr "Trečiasis Didž klavišo lygis" -#: ../rules/base.xml.in.h:999 +#: ../rules/base.xml.in.h:1011 msgid "3rd level of <Less/Greater>" msgstr "Trečiasis „Mažiau/Daugiau“ klavišo lygis" -#: ../rules/base.xml.in.h:1000 +#: ../rules/base.xml.in.h:1012 msgid "Pause" msgstr "Pauzė" -#: ../rules/base.xml.in.h:1001 +#: ../rules/base.xml.in.h:1013 msgid "PrtSc" msgstr "Sp" -#: ../rules/base.xml.in.h:1002 +#: ../rules/base.xml.in.h:1014 msgid "Miscellaneous compatibility options" msgstr "Įvairios suderinamumo nuostatos" -#: ../rules/base.xml.in.h:1003 +#: ../rules/base.xml.in.h:1015 msgid "Default numeric keypad keys" msgstr "Numatytieji skaitmenų srities klavišai" -#: ../rules/base.xml.in.h:1004 +#: ../rules/base.xml.in.h:1016 msgid "Numeric keypad keys always enter digits (as in Mac OS)" msgstr "Skaitmenų srities klavišais visuomet įvedami skaitmenys (kaip „Mac OS“)" -#: ../rules/base.xml.in.h:1005 +#: ../rules/base.xml.in.h:1017 msgid "Shift with numeric keypad keys works as in MS Windows" msgstr "Lyg2 su skaitmenų srities klavišais veikia kaip MS Windows sistemoje" -#: ../rules/base.xml.in.h:1006 +#: ../rules/base.xml.in.h:1018 msgid "Shift does not cancel Num Lock, chooses 3rd level instead" msgstr "Lyg2 nepristabdo Skaitm veikimo, bet įjungia trečiąjį lygį" -#: ../rules/base.xml.in.h:1007 +#: ../rules/base.xml.in.h:1019 msgid "Special keys (Ctrl+Alt+<key>) handled in a server" msgstr "Specialiosios sekos (Vald+Alt+<klavišas>) apdorojamos serveryje" -#: ../rules/base.xml.in.h:1008 +#: ../rules/base.xml.in.h:1020 msgid "Apple Aluminium Keyboard: emulate PC keys (Print, Scroll Lock, Pause, Num Lock)" msgstr "Apple aliumininė klaviatūra: emuliuoti PC klavišus (Sp, Slinkti, Pauzė, Skaitm)" -#: ../rules/base.xml.in.h:1009 +#: ../rules/base.xml.in.h:1021 msgid "Shift cancels Caps Lock" msgstr "Lyg2 nutraukia Didž veikimą" -#: ../rules/base.xml.in.h:1010 +#: ../rules/base.xml.in.h:1022 msgid "Enable extra typographic characters" msgstr "Įjungti papildomus tipografinius simbolius" -#: ../rules/base.xml.in.h:1011 +#: ../rules/base.xml.in.h:1023 msgid "Both Shift keys together toggle Caps Lock" msgstr "Vienu metu nuspausti abu Lyg2 klavišai įjungia / išjungia didžiąsias raides" -#: ../rules/base.xml.in.h:1012 +#: ../rules/base.xml.in.h:1024 msgid "Both Shift keys together activate Caps Lock, one Shift key deactivates" msgstr "Vienu metu nuspausti abu Lyg2 klavišai įjungia didžiąsias raides, nuspaustas vienas Lyg2 jas išjungia" -#: ../rules/base.xml.in.h:1013 +#: ../rules/base.xml.in.h:1025 msgid "Both Shift keys together toggle ShiftLock" msgstr "Vienu metu nuspausti abu Lyg2 klavišai įjungia / išjungia antrąjį lygį" -#: ../rules/base.xml.in.h:1014 +#: ../rules/base.xml.in.h:1026 msgid "Shift + NumLock toggles PointerKeys" msgstr "Lyg2+Skaitm įjungia / išjungia pelės žymeklio valdymą skaitmenų srities klavišais." -#: ../rules/base.xml.in.h:1015 +#: ../rules/base.xml.in.h:1027 msgid "Allow breaking grabs with keyboard actions (warning: security risk)" msgstr "Leisti klaviatūros veiksmais nutraukti jos užvaldymą (įspėjame: saugumo spraga)" -#: ../rules/base.xml.in.h:1016 +#: ../rules/base.xml.in.h:1028 msgid "Allow grab and window tree logging" msgstr "Leisti klaviatūros užvaldymo ir langų medžio įrašymą" -#: ../rules/base.xml.in.h:1017 +#: ../rules/base.xml.in.h:1029 msgid "Adding currency signs to certain keys" msgstr "Valiutų simbolių įvedimas pasirinktais klavišais" -#: ../rules/base.xml.in.h:1018 +#: ../rules/base.xml.in.h:1030 msgid "Euro on E" msgstr "Euro ženklas klavišo E trečiajame lygyje" -#: ../rules/base.xml.in.h:1019 +#: ../rules/base.xml.in.h:1031 msgid "Euro on 2" msgstr "Euro ženklas klavišo 2 trečiajame lygyje" -#: ../rules/base.xml.in.h:1020 +#: ../rules/base.xml.in.h:1032 msgid "Euro on 4" msgstr "Euro ženklas klavišo 4 trečiajame lygyje" -#: ../rules/base.xml.in.h:1021 +#: ../rules/base.xml.in.h:1033 msgid "Euro on 5" msgstr "Euro ženklas klavišo 5 trečiajame lygyje" -#: ../rules/base.xml.in.h:1022 +#: ../rules/base.xml.in.h:1034 msgid "Rupee on 4" msgstr "Rupijos ženklas klavišo 4 trečiajame lygyje" -#: ../rules/base.xml.in.h:1023 +#: ../rules/base.xml.in.h:1035 msgid "Key to choose 5th level" msgstr "Klavišai penktajam lygiui pasirinkti" -#: ../rules/base.xml.in.h:1024 +#: ../rules/base.xml.in.h:1036 msgid "<Less/Greater> chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Klavišas „Mažiau/Daugiau“ įjungia penktąjį lygį, arba jį užfiksuoja, jeigu naudojamas kartu su kitu penktojo lygio parinkimo klavišu" -#: ../rules/base.xml.in.h:1025 +#: ../rules/base.xml.in.h:1037 msgid "Right Alt chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Dešinysis Alt įjungia penktąjį lygį, arba jį užfiksuoja, jeigu naudojamas kartu su kitu penktojo lygio parinkimo klavišu" -#: ../rules/base.xml.in.h:1026 +#: ../rules/base.xml.in.h:1038 msgid "Left Win chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Kairysis Win įjungia penktąjį lygį, arba jį užfiksuoja, jeigu naudojamas kartu su kitu penktojo lygio parinkimo klavišu" -#: ../rules/base.xml.in.h:1027 +#: ../rules/base.xml.in.h:1039 msgid "Right Win chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Dešinysis Win įjungia penktąjį lygį, arba jį užfiksuoja, jeigu naudojamas kartu su kitu penktojo lygio parinkimo klavišu" -#: ../rules/base.xml.in.h:1028 +#: ../rules/base.xml.in.h:1040 msgid "Using space key to input non-breakable space character" msgstr "Tarpo klavišo naudojimas jungiamajam tarpui įvesti" -#: ../rules/base.xml.in.h:1029 +#: ../rules/base.xml.in.h:1041 msgid "Usual space at any level" msgstr "Įprastas tarpas visuose lygiuose" -#: ../rules/base.xml.in.h:1030 +#: ../rules/base.xml.in.h:1042 msgid "Non-breakable space character at second level" msgstr "Jungiamasis tarpas antrajame lygyje" -#: ../rules/base.xml.in.h:1031 +#: ../rules/base.xml.in.h:1043 msgid "Non-breakable space character at third level" msgstr "Jungiamasis tarpas trečiajame lygyje" -#: ../rules/base.xml.in.h:1032 +#: ../rules/base.xml.in.h:1044 msgid "Non-breakable space character at third level, nothing at fourth level" msgstr "Jungiamasis tarpas trečiajame lygyje, ketvirtajame lygyje nieko" -#: ../rules/base.xml.in.h:1033 +#: ../rules/base.xml.in.h:1045 msgid "Non-breakable space character at third level, thin non-breakable space character at fourth level" msgstr "Jungiamasis tarpas trečiajame lygyje, siauras jungiamasis tarpas ketvirtajame lygyje" -#: ../rules/base.xml.in.h:1034 +#: ../rules/base.xml.in.h:1046 msgid "Non-breakable space character at fourth level" msgstr "Jungiamasis tarpas ketvirtajame lygyje" -#: ../rules/base.xml.in.h:1035 +#: ../rules/base.xml.in.h:1047 msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level" msgstr "Jungiamasis tarpas ketvirtajame lygyje, siauras jungiamasis tarpas šeštajame lygyje" -#: ../rules/base.xml.in.h:1036 +#: ../rules/base.xml.in.h:1048 msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level (via Ctrl+Shift)" msgstr "Jungiamasis tarpas ketvirtajame lygyje, siauras jungiamasis tarpas šeštajame lygyje (Vald+Lyg2)" -#: ../rules/base.xml.in.h:1037 +#: ../rules/base.xml.in.h:1049 msgid "Zero-width non-joiner character at second level" msgstr "Nulinio pločio skirtukas antrajame lygyje" -#: ../rules/base.xml.in.h:1038 +#: ../rules/base.xml.in.h:1050 msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level" msgstr "Nulinio pločio skirtukas antrajame lygyje, nulinio pločio jungtukas trečiajame lygyje" -#: ../rules/base.xml.in.h:1039 +#: ../rules/base.xml.in.h:1051 msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level, non-breakable space character at fourth level" msgstr "Nulinio pločio skirtukas antrajame lygyje, nulinio pločio jungtukas trečiajame lygyje, jungiamasis tarpas ketvirtajame lygyje" -#: ../rules/base.xml.in.h:1040 +#: ../rules/base.xml.in.h:1052 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level" msgstr "Nulinio pločio skirtukas antrajame lygyje, jungiamasis tarpas trečiajame lygyje" -#: ../rules/base.xml.in.h:1041 +#: ../rules/base.xml.in.h:1053 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, nothing at fourth level" msgstr "Nulinio pločio skirtukas antrajame lygyje, jungiamasis tarpas trečiajame lygyje, ketvirtajame lygyje nieko" -#: ../rules/base.xml.in.h:1042 +#: ../rules/base.xml.in.h:1054 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, zero-width joiner at fourth level" msgstr "Nulinio pločio skirtukas antrajame lygyje, jungiamasis tarpas trečiajame lygyje, nulinio pločio jungtukas ketvirtajame lygyje" -#: ../rules/base.xml.in.h:1043 +#: ../rules/base.xml.in.h:1055 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, thin non-breakable space at fourth level" msgstr "Nulinio pločio skirtukas antrajame lygyje, jungiamasis tarpas trečiajame lygyje, siauras jungiamasis tarpas ketvirtajame lygyje" -#: ../rules/base.xml.in.h:1044 +#: ../rules/base.xml.in.h:1056 msgid "Zero-width non-joiner character at third level, zero-width joiner at fourth level" msgstr "Nulinio pločio skirtukas trečiajame lygyje, nulinio pločio jungtukas ketvirtajame lygyje" -#: ../rules/base.xml.in.h:1045 +#: ../rules/base.xml.in.h:1057 msgid "Japanese keyboard options" msgstr "Nuostatos japoninei klaviatūrai" -#: ../rules/base.xml.in.h:1046 +#: ../rules/base.xml.in.h:1058 msgid "Kana Lock key is locking" msgstr "Kana Lock klavišas fiksuojantis" -#: ../rules/base.xml.in.h:1047 +#: ../rules/base.xml.in.h:1059 msgid "NICOLA-F style Backspace" msgstr "NICOLA-F tipo naikinimas kairėn" -#: ../rules/base.xml.in.h:1048 +#: ../rules/base.xml.in.h:1060 msgid "Make Zenkaku Hankaku an additional ESC" msgstr "„Zenkaku Hankaku“ klavišą paversti papildomu Gr klavišu" -#: ../rules/base.xml.in.h:1049 +#: ../rules/base.xml.in.h:1061 msgid "Adding Esperanto supersigned letters" msgstr "Esperanto raidžių su diakritikais įvedimas" -#: ../rules/base.xml.in.h:1050 +#: ../rules/base.xml.in.h:1062 msgid "To the corresponding key in a Qwerty layout" msgstr "Atitinkamais QWERTY išdėstymo klavišais" -#: ../rules/base.xml.in.h:1051 +#: ../rules/base.xml.in.h:1063 msgid "To the corresponding key in a Dvorak layout" msgstr "Atitinkamais Dvorako išdėstymo klavišais" -#: ../rules/base.xml.in.h:1052 +#: ../rules/base.xml.in.h:1064 msgid "To the corresponding key in a Colemak layout" msgstr "Atitinkamais „Colemak“ išdėstymo klavišais" -#: ../rules/base.xml.in.h:1053 +#: ../rules/base.xml.in.h:1065 msgid "Maintain key compatibility with old Solaris keycodes" msgstr "Išlaikyti klavišų suderinamumą su senais „Solaris“ klavišų kodais" -#: ../rules/base.xml.in.h:1054 +#: ../rules/base.xml.in.h:1066 msgid "Sun Key compatibility" msgstr "Suderinamumas su „Sun“ klavišais" -#: ../rules/base.xml.in.h:1055 +#: ../rules/base.xml.in.h:1067 msgid "Key sequence to kill the X server" msgstr "Klavišų seka X serverio darbui nutraukti" -#: ../rules/base.xml.in.h:1056 +#: ../rules/base.xml.in.h:1068 msgid "Ctrl + Alt + Backspace" msgstr "Vald+Alt+Naikinimas iš kairės" @@ -3940,254 +3988,331 @@ msgstr "apl" msgid "APL keyboard symbols" msgstr "APL klaviatūros simboliai" +#: ../rules/base.extras.xml.in.h:3 +msgid "dlg" +msgstr "dlg" + +#: ../rules/base.extras.xml.in.h:4 +msgid "APL keyboard symbols (Dyalog)" +msgstr "APL klaviatūros simboliai („Dyalog“)" + #: ../rules/base.extras.xml.in.h:5 +msgid "sax" +msgstr "sax" + +#: ../rules/base.extras.xml.in.h:6 +msgid "APL keyboard symbols (sax)" +msgstr "APL klaviatūros simboliai („sax“)" + +#: ../rules/base.extras.xml.in.h:7 +msgid "ufd" +msgstr "ufd" + +#: ../rules/base.extras.xml.in.h:8 +msgid "APL keyboard symbols (unified)" +msgstr "APL klaviatūros simboliai (unifikuotieji)" + +#: ../rules/base.extras.xml.in.h:9 +msgid "apl2" +msgstr "apl2" + +#: ../rules/base.extras.xml.in.h:10 +msgid "APL keyboard symbols (IBM APL2)" +msgstr "APL klaviatūros simboliai (IBM APL2)" + +#: ../rules/base.extras.xml.in.h:11 +msgid "aplII" +msgstr "aplII" + +#: ../rules/base.extras.xml.in.h:12 +msgid "APL keyboard symbols (Manugistics APL*PLUS II)" +msgstr "APL klaviatūros simboliai („Manugistics APL*PLUS II“)" + +#: ../rules/base.extras.xml.in.h:13 +msgid "aplx" +msgstr "aplx" + +#: ../rules/base.extras.xml.in.h:14 +msgid "APL keyboard symbols (APLX unified)" +msgstr "APL klaviatūros simboliai (APLX unifikuotieji)" + +#: ../rules/base.extras.xml.in.h:17 msgid "kut" msgstr "kut" -#: ../rules/base.extras.xml.in.h:6 +#: ../rules/base.extras.xml.in.h:18 msgid "Kutenai" msgstr "Kutenai" -#: ../rules/base.extras.xml.in.h:7 +#: ../rules/base.extras.xml.in.h:19 msgid "shs" msgstr "shs" -#: ../rules/base.extras.xml.in.h:8 +#: ../rules/base.extras.xml.in.h:20 msgid "Secwepemctsin" msgstr "Šušvapų" -#: ../rules/base.extras.xml.in.h:9 +#: ../rules/base.extras.xml.in.h:21 msgid "Multilingual (Canada, Sun Type 6/7)" msgstr "Daugiakalbis (Kanada, „Sun Type 6/7“)" -#: ../rules/base.extras.xml.in.h:12 +#: ../rules/base.extras.xml.in.h:24 msgid "German (US keyboard with German letters)" msgstr "Vokiečių (JAV klaviatūra su vokiškomis raidėmis)" -#: ../rules/base.extras.xml.in.h:13 +#: ../rules/base.extras.xml.in.h:25 msgid "German (with Hungarian letters and no dead keys)" msgstr "Vokiečių (su vengriškais rašmenimis, be tęsties klavišų)" -#: ../rules/base.extras.xml.in.h:14 +#: ../rules/base.extras.xml.in.h:26 msgid "German (Sun Type 6/7)" msgstr "Vokiečių („Sun Type 6/7“)" -#: ../rules/base.extras.xml.in.h:17 +#: ../rules/base.extras.xml.in.h:27 +msgid "German (Aus der Neo-Welt)" +msgstr "Vokiečių („Aus der Neo-Welt“)" + +#: ../rules/base.extras.xml.in.h:30 msgid "Avestan" msgstr "Avestos" -#: ../rules/base.extras.xml.in.h:20 +#: ../rules/base.extras.xml.in.h:33 msgid "Lithuanian (US Dvorak with Lithuanian letters)" msgstr "Lietuvių (JAV Dvorako klaviatūra su lietuviškais rašmenimis)" -#: ../rules/base.extras.xml.in.h:21 +#: ../rules/base.extras.xml.in.h:34 msgid "Lithuanian (Sun Type 6/7)" msgstr "Lietuvių („Sun Type 6/7“)" -#: ../rules/base.extras.xml.in.h:24 +#: ../rules/base.extras.xml.in.h:37 msgid "Latvian (US Dvorak)" msgstr "Latvių (JAV Dvorako)" -#: ../rules/base.extras.xml.in.h:25 +#: ../rules/base.extras.xml.in.h:38 msgid "Latvian (US Dvorak, Y variant)" msgstr "Latvių (JAV Dvorako, Y variantas)" -#: ../rules/base.extras.xml.in.h:26 +#: ../rules/base.extras.xml.in.h:39 msgid "Latvian (US Dvorak, minus variant)" msgstr "Latvių (JAV Dvorako, minuso variantas)" -#: ../rules/base.extras.xml.in.h:27 +#: ../rules/base.extras.xml.in.h:40 msgid "Latvian (programmer US Dvorak)" msgstr "Latvių (programuotojų JAV Dvorako)" -#: ../rules/base.extras.xml.in.h:28 +#: ../rules/base.extras.xml.in.h:41 msgid "Latvian (programmer US Dvorak, Y variant)" msgstr "Latvių (programuotojų JAV Dvorako, Y variantas)" -#: ../rules/base.extras.xml.in.h:29 +#: ../rules/base.extras.xml.in.h:42 msgid "Latvian (programmer US Dvorak, minus variant)" msgstr "Latvių (programuotojų JAV Dvorako, minuso variantas)" -#: ../rules/base.extras.xml.in.h:30 +#: ../rules/base.extras.xml.in.h:43 msgid "Latvian (US Colemak)" msgstr "Latvių (JAV „Colemak“)" -#: ../rules/base.extras.xml.in.h:31 +#: ../rules/base.extras.xml.in.h:44 msgid "Latvian (US Colemak, apostrophe variant)" msgstr "Latvių (JAV „Colemak“, apostrofo variantas)" -#: ../rules/base.extras.xml.in.h:32 +#: ../rules/base.extras.xml.in.h:45 msgid "Latvian (Sun Type 6/7)" msgstr "Latvių („Sun Type 6/7“)" -#: ../rules/base.extras.xml.in.h:35 +#: ../rules/base.extras.xml.in.h:48 msgid "English (US, international AltGr Unicode combining)" msgstr "Anglų (JAV, tarptautinis, unikodo ženklai kombinuojami Lyg3 klavišu)" -#: ../rules/base.extras.xml.in.h:36 +#: ../rules/base.extras.xml.in.h:49 msgid "English (US, international AltGr Unicode combining, alternative)" msgstr "Anglų (JAV, tarptautinis, unikodo ženklai kombinuojami Lyg3 klavišu, alternatyvus)" -#: ../rules/base.extras.xml.in.h:37 +#: ../rules/base.extras.xml.in.h:50 msgid "Atsina" msgstr "Atsinų" -#: ../rules/base.extras.xml.in.h:38 +#: ../rules/base.extras.xml.in.h:51 msgid "Coeur d'Alene Salish" msgstr "Sališų (Coeur D'Alene)" -#: ../rules/base.extras.xml.in.h:39 +#: ../rules/base.extras.xml.in.h:52 +msgid "Czech Slovak and German (US)" +msgstr "Čekų, slovakų ir vokiečių (JAV)" + +#: ../rules/base.extras.xml.in.h:53 msgid "English (US, Sun Type 6/7)" msgstr "Anglų (JAV, „Sun Type 6/7“)" -#: ../rules/base.extras.xml.in.h:40 +#: ../rules/base.extras.xml.in.h:54 msgid "English (Norman)" msgstr "Anglų („Norman“)" -#: ../rules/base.extras.xml.in.h:43 +#: ../rules/base.extras.xml.in.h:57 msgid "Polish (international with dead keys)" msgstr "Lenkų (tarptautinis, su tęsties klavišais)" -#: ../rules/base.extras.xml.in.h:44 +#: ../rules/base.extras.xml.in.h:58 msgid "Polish (Colemak)" msgstr "Lenkų („Colemak“)" -#: ../rules/base.extras.xml.in.h:45 +#: ../rules/base.extras.xml.in.h:59 msgid "Polish (Sun Type 6/7)" msgstr "Lenkų („Sun Type 6/7“)" -#: ../rules/base.extras.xml.in.h:49 +#: ../rules/base.extras.xml.in.h:63 msgid "Crimean Tatar (Dobruja Q)" msgstr "Krymo totorių (Dobrudža Q)" -#: ../rules/base.extras.xml.in.h:50 +#: ../rules/base.extras.xml.in.h:64 msgid "Romanian (ergonomic Touchtype)" msgstr "Rumunų (ergonominis, aklojo rašymo)" -#: ../rules/base.extras.xml.in.h:51 +#: ../rules/base.extras.xml.in.h:65 msgid "Romanian (Sun Type 6/7)" msgstr "Rumunų („Sun Type 6/7“)" -#: ../rules/base.extras.xml.in.h:54 +#: ../rules/base.extras.xml.in.h:68 msgid "Serbian (combining accents instead of dead keys)" msgstr "Serbų (kombinaciniai diakritikai vietoje tęsties klavišų)" -#: ../rules/base.extras.xml.in.h:57 +#: ../rules/base.extras.xml.in.h:71 +msgid "Church Slavonic" +msgstr "Bažnytinė slavų" + +#: ../rules/base.extras.xml.in.h:72 msgid "Russian (with Ukrainian-Belorussian layout)" msgstr "Rusų (su ukrainietiškais ir baltarusiškais rašmenimis)" -#: ../rules/base.extras.xml.in.h:58 +#: ../rules/base.extras.xml.in.h:73 msgid "Russian (Sun Type 6/7)" msgstr "Rusų („Sun Type 6/7“)" -#: ../rules/base.extras.xml.in.h:61 +#: ../rules/base.extras.xml.in.h:76 msgid "Armenian (OLPC phonetic)" msgstr "Armėnų (OLPC fonetinis)" -#: ../rules/base.extras.xml.in.h:64 +#: ../rules/base.extras.xml.in.h:79 msgid "Hebrew (Biblical, SIL phonetic)" msgstr "Hebrajų (biblinė, SIL fonetinis)" -#: ../rules/base.extras.xml.in.h:67 +#: ../rules/base.extras.xml.in.h:82 msgid "Arabic (Sun Type 6/7)" msgstr "Arabų („Sun Type 6/7“)" -#: ../rules/base.extras.xml.in.h:70 +#: ../rules/base.extras.xml.in.h:85 msgid "Belgian (Sun Type 6/7)" msgstr "Belgų („Sun Type 6/7“)" -#: ../rules/base.extras.xml.in.h:73 +#: ../rules/base.extras.xml.in.h:88 msgid "Portuguese (Brazil, Sun Type 6/7)" msgstr "Portugalų (Brazilija, „Sun Type 6/7“)" -#: ../rules/base.extras.xml.in.h:76 +#: ../rules/base.extras.xml.in.h:91 msgid "Czech (Sun Type 6/7)" msgstr "Čekų („Sun Type 6/7“)" -#: ../rules/base.extras.xml.in.h:79 +#: ../rules/base.extras.xml.in.h:94 msgid "Danish (Sun Type 6/7)" msgstr "Ispanų („Sun Type 6/7“)" -#: ../rules/base.extras.xml.in.h:82 +#: ../rules/base.extras.xml.in.h:97 msgid "Dutch (Sun Type 6/7)" msgstr "Olandų („Sun Type 6/7“)" -#: ../rules/base.extras.xml.in.h:85 +#: ../rules/base.extras.xml.in.h:100 msgid "Estonian (Sun Type 6/7)" msgstr "Estų („Sun Type 6/7“)" -#: ../rules/base.extras.xml.in.h:88 +#: ../rules/base.extras.xml.in.h:103 msgid "Finnish (Sun Type 6/7)" msgstr "Suomių („Sun Type 6/7“)" -#: ../rules/base.extras.xml.in.h:90 +#: ../rules/base.extras.xml.in.h:105 msgid "French (Sun Type 6/7)" msgstr "Prancūzų („Sun Type 6/7“)" -#: ../rules/base.extras.xml.in.h:93 +#: ../rules/base.extras.xml.in.h:108 msgid "Greek (Sun Type 6/7)" msgstr "Graikų („Sun Type 6/7“)" -#: ../rules/base.extras.xml.in.h:96 +#: ../rules/base.extras.xml.in.h:111 msgid "Italian (Sun Type 6/7)" msgstr "Italų („Sun Type 6/7“)" -#: ../rules/base.extras.xml.in.h:99 +#: ../rules/base.extras.xml.in.h:114 msgid "Japanese (Sun Type 6)" msgstr "Japonų („Sun Type 6“)" -#: ../rules/base.extras.xml.in.h:100 +#: ../rules/base.extras.xml.in.h:115 msgid "Japanese (Sun Type 7 - pc compatible)" msgstr "Japonų („Sun Type 7“, suderinamas su PC)" -#: ../rules/base.extras.xml.in.h:101 +#: ../rules/base.extras.xml.in.h:116 msgid "Japanese (Sun Type 7 - sun compatible)" msgstr "Japonų („Sun Type 7“, suderinamas su „Sun“)" -#: ../rules/base.extras.xml.in.h:104 +#: ../rules/base.extras.xml.in.h:119 msgid "Norwegian (Sun Type 6/7)" msgstr "Norvegų („Sun Type 6/7“)" -#: ../rules/base.extras.xml.in.h:106 +#: ../rules/base.extras.xml.in.h:121 msgid "Portuguese (Sun Type 6/7)" msgstr "Portugalų („Sun Type 6/7“)" -#: ../rules/base.extras.xml.in.h:109 +#: ../rules/base.extras.xml.in.h:124 msgid "Slovak (Sun Type 6/7)" msgstr "Slovakų („Sun Type 6/7“)" -#: ../rules/base.extras.xml.in.h:112 +#: ../rules/base.extras.xml.in.h:127 msgid "Spanish (Sun Type 6/7)" msgstr "Ispanų („Sun Type 6/7“)" -#: ../rules/base.extras.xml.in.h:115 +#: ../rules/base.extras.xml.in.h:130 +msgid "Swedish (Dvorak A5)" +msgstr "Švedų (Dvorako A5)" + +#: ../rules/base.extras.xml.in.h:131 msgid "Swedish (Sun Type 6/7)" msgstr "Švedų („Sun Type 6/7“)" -#: ../rules/base.extras.xml.in.h:117 +#: ../rules/base.extras.xml.in.h:133 msgid "German (Switzerland, Sun Type 6/7)" msgstr "Vokiečių (Šveicarija, „Sun Type 6/7“)" -#: ../rules/base.extras.xml.in.h:118 +#: ../rules/base.extras.xml.in.h:134 msgid "French (Switzerland, Sun Type 6/7)" msgstr "Prancūzų (Šveicarija, „Sun Type 6/7“)" -#: ../rules/base.extras.xml.in.h:121 +#: ../rules/base.extras.xml.in.h:137 msgid "Turkish (Sun Type 6/7)" msgstr "Turkų („Sun Type 6/7“)" -#: ../rules/base.extras.xml.in.h:124 +#: ../rules/base.extras.xml.in.h:140 msgid "Ukrainian (Sun Type 6/7)" msgstr "Ukrainiečių („Sun Type 6/7“)" -#: ../rules/base.extras.xml.in.h:126 +#: ../rules/base.extras.xml.in.h:142 msgid "English (UK, Sun Type 6/7)" msgstr "Anglų (JK, „Sun Type 6/7“)" -#: ../rules/base.extras.xml.in.h:129 +#: ../rules/base.extras.xml.in.h:145 msgid "Korean (Sun Type 6/7)" msgstr "Korėjiečių („Sun Type 6/7“)" +#. Keyboard indicator for European layouts +#: ../rules/base.extras.xml.in.h:147 +msgid "eu" +msgstr "eu" + +#: ../rules/base.extras.xml.in.h:148 +msgid "EurKEY (US based layout with european letters)" +msgstr "„EurKEY“ (JAV klaviatūra su Europos kalbų raidėmis)" + +#: ../rules/base.extras.xml.in.h:151 +msgid "Mmuock" +msgstr "Mmuock" + #~ msgid "English (layout toggle on multiply/divide key)" #~ msgstr "Anglų (išdėstymas perjungiamas daugybos/dalybos klavišu)" @@ -4359,9 +4484,6 @@ msgstr "Korėjiečių („Sun Type 6/7“)" #~ msgid "Denmark" #~ msgstr "Danija" -#~ msgid "Deu" -#~ msgstr "Deu" - #~ msgid "Dnk" #~ msgstr "Dnk" diff --git a/xorg-server/xkeyboard-config/po/nl.po b/xorg-server/xkeyboard-config/po/nl.po index 0865851b9..b3f512406 100644 --- a/xorg-server/xkeyboard-config/po/nl.po +++ b/xorg-server/xkeyboard-config/po/nl.po @@ -1,9 +1,8 @@ # Dutch translations for xkeyboard-config. -# Copyright (C) 2014 Free Software Foundation, Inc. +# Copyright (C) 2015 Free Software Foundation, Inc. # This file is distributed under the same license as the xkeyboard-config package. # -# "Voor een speler die structureel iets te dik was, -# heb je het best redelijk gedaan." +# »Eine schöne, leichte Schwere.« # # ------------------------------------------------------------------------------ # *** Vocabulair *** @@ -29,13 +28,13 @@ # ------------------------------------------------------------------------------ # Taco Witte , 2003, 2004, 2005, 2006. # Tino Meinen , 2007, 2008, 2009, 2011, 2012. -# Benno Schulenberg , 2013, 2014. +# Benno Schulenberg , 2013, 2014, 2015. msgid "" msgstr "" -"Project-Id-Version: xkeyboard-config-2.12.99\n" +"Project-Id-Version: xkeyboard-config-2.13.99\n" "Report-Msgid-Bugs-To: svu@users.sourceforge.net\n" -"POT-Creation-Date: 2014-09-18 23:46+0100\n" -"PO-Revision-Date: 2014-09-20 11:27+0200\n" +"POT-Creation-Date: 2015-01-15 01:16+0000\n" +"PO-Revision-Date: 2015-01-17 17:21+0100\n" "Last-Translator: Benno Schulenberg \n" "Language-Team: Dutch \n" "Language: nl\n" @@ -779,16 +778,17 @@ msgstr "FL90" msgid "Creative Desktop Wireless 7000" msgstr "Creative Desktop Wireless 7000" +# FIXME: uppercase; and maybe is a duplicate? #: ../rules/base.xml.in.h:184 msgid "Htc Dream phone" -msgstr "Htc Dream phone" +msgstr "HTC Dream phone" #. Keyboard indicator for English layouts -#: ../rules/base.xml.in.h:186 ../rules/base.extras.xml.in.h:46 +#: ../rules/base.xml.in.h:186 ../rules/base.extras.xml.in.h:47 msgid "en" msgstr "en" -#: ../rules/base.xml.in.h:187 ../rules/base.extras.xml.in.h:47 +#: ../rules/base.xml.in.h:187 ../rules/base.extras.xml.in.h:48 msgid "English (US)" msgstr "Engels (VS)" @@ -846,7 +846,7 @@ msgid "English (programmer Dvorak)" msgstr "Engels (programmeer-Dvorak)" #. Keyboard indicator for Russian layouts -#: ../rules/base.xml.in.h:203 ../rules/base.extras.xml.in.h:69 +#: ../rules/base.xml.in.h:203 ../rules/base.extras.xml.in.h:70 msgid "ru" msgstr "ru" @@ -880,7 +880,7 @@ msgid "English (Workman, international with dead keys)" msgstr "Engels (Workman, internationaal, met dode toetsen)" #. Keyboard indicator for Persian layouts -#: ../rules/base.xml.in.h:212 ../rules/base.extras.xml.in.h:28 +#: ../rules/base.xml.in.h:212 ../rules/base.extras.xml.in.h:29 msgid "fa" msgstr "fa" @@ -919,11 +919,11 @@ msgid "Uzbek (Afghanistan, OLPC)" msgstr "Oezbeeks (Afghanistan, OLPC)" #. Keyboard indicator for Arabic layouts -#: ../rules/base.xml.in.h:224 ../rules/base.extras.xml.in.h:80 +#: ../rules/base.xml.in.h:224 ../rules/base.extras.xml.in.h:81 msgid "ar" msgstr "ar" -#: ../rules/base.xml.in.h:225 ../rules/base.extras.xml.in.h:81 +#: ../rules/base.xml.in.h:225 ../rules/base.extras.xml.in.h:82 msgid "Arabic" msgstr "Arabisch" @@ -965,11 +965,11 @@ msgid "Albanian (Plisi D1)" msgstr "Albanees (Plisi D1)" #. Keyboard indicator for Armenian layouts -#: ../rules/base.xml.in.h:237 ../rules/base.extras.xml.in.h:74 +#: ../rules/base.xml.in.h:237 ../rules/base.extras.xml.in.h:75 msgid "hy" msgstr "hy" -#: ../rules/base.xml.in.h:238 ../rules/base.extras.xml.in.h:75 +#: ../rules/base.xml.in.h:238 ../rules/base.extras.xml.in.h:76 msgid "Armenian" msgstr "Armeens" @@ -1045,11 +1045,11 @@ msgid "Belarusian (Latin)" msgstr "Wit-Russisch (Latijns)" #. Keyboard indicator for Belgian layouts -#: ../rules/base.xml.in.h:260 ../rules/base.extras.xml.in.h:83 +#: ../rules/base.xml.in.h:260 ../rules/base.extras.xml.in.h:84 msgid "be" msgstr "be" -#: ../rules/base.xml.in.h:261 ../rules/base.extras.xml.in.h:84 +#: ../rules/base.xml.in.h:261 ../rules/base.extras.xml.in.h:85 msgid "Belgian" msgstr "Belgisch" @@ -1318,11 +1318,11 @@ msgid "Bosnian (US keyboard with Bosnian letters)" msgstr "Bosnisch (VS-toetsenbord met Bosnische lettertekens)" #. Keyboard indicator for Portuguese layouts -#: ../rules/base.xml.in.h:338 ../rules/base.extras.xml.in.h:86 +#: ../rules/base.xml.in.h:338 ../rules/base.extras.xml.in.h:87 msgid "pt" msgstr "pt" -#: ../rules/base.xml.in.h:339 ../rules/base.extras.xml.in.h:87 +#: ../rules/base.xml.in.h:339 ../rules/base.extras.xml.in.h:88 msgid "Portuguese (Brazil)" msgstr "Portugees (Brazilië)" @@ -1407,11 +1407,11 @@ msgid "Berber (Morocco, Tifinagh extended phonetic)" msgstr "Berbers (Marokko, Tifinagh fonetisch uitgebreid)" #. Keyboard indicator for Cameroon layouts -#: ../rules/base.xml.in.h:363 ../rules/base.extras.xml.in.h:149 +#: ../rules/base.xml.in.h:363 ../rules/base.extras.xml.in.h:150 msgid "cm" msgstr "cm" -#: ../rules/base.xml.in.h:364 ../rules/base.extras.xml.in.h:150 +#: ../rules/base.xml.in.h:364 ../rules/base.extras.xml.in.h:151 msgid "English (Cameroon)" msgstr "Engels (Kameroen)" @@ -1534,11 +1534,11 @@ msgid "Croatian (US keyboard with Croatian letters)" msgstr "Kroatisch (VS-toetsenbord met Kroatische lettertekens)" #. Keyboard indicator for Chech layouts -#: ../rules/base.xml.in.h:398 ../rules/base.extras.xml.in.h:89 +#: ../rules/base.xml.in.h:398 ../rules/base.extras.xml.in.h:90 msgid "cs" msgstr "cs" -#: ../rules/base.xml.in.h:399 ../rules/base.extras.xml.in.h:90 +#: ../rules/base.xml.in.h:399 ../rules/base.extras.xml.in.h:91 msgid "Czech" msgstr "Tsjechisch" @@ -1550,7 +1550,7 @@ msgstr "Tsjechisch (met <\\|>-toets)" msgid "Czech (qwerty)" msgstr "Tsjechisch (qwerty)" -# XXX brede backslash/uitgebreide backslash -- wat is dit? +# XXX: brede backslash/uitgebreide backslash -- wat is dit? #: ../rules/base.xml.in.h:402 msgid "Czech (qwerty, extended Backslash)" msgstr "Tsjechisch (qwerty, brede backslash-toets)" @@ -1559,17 +1559,17 @@ msgstr "Tsjechisch (qwerty, brede backslash-toets)" msgid "Czech (UCW layout, accented letters only)" msgstr "Tsjechisch (UCW-indeling, alleen lettertekens met accenten)" -# XXX CZ? +# XXX: CZ? #: ../rules/base.xml.in.h:404 msgid "Czech (US Dvorak with CZ UCW support)" msgstr "Tsjechisch (VS, Dvorak met Tsjechische UCW-ondersteuning)" #. Keyboard indicator for Danish layouts -#: ../rules/base.xml.in.h:406 ../rules/base.extras.xml.in.h:92 +#: ../rules/base.xml.in.h:406 ../rules/base.extras.xml.in.h:93 msgid "da" msgstr "da" -#: ../rules/base.xml.in.h:407 ../rules/base.extras.xml.in.h:93 +#: ../rules/base.xml.in.h:407 ../rules/base.extras.xml.in.h:94 msgid "Danish" msgstr "Deens" @@ -1594,11 +1594,11 @@ msgid "Danish (Dvorak)" msgstr "Deens (Dvorak)" #. Keyboard indicator for Dutch layouts -#: ../rules/base.xml.in.h:414 ../rules/base.extras.xml.in.h:95 +#: ../rules/base.xml.in.h:414 ../rules/base.extras.xml.in.h:96 msgid "nl" msgstr "nl" -#: ../rules/base.xml.in.h:415 ../rules/base.extras.xml.in.h:96 +#: ../rules/base.xml.in.h:415 ../rules/base.extras.xml.in.h:97 msgid "Dutch" msgstr "Nederlands" @@ -1625,13 +1625,13 @@ msgid "Dzongkha" msgstr "Dzongkha" #. Keyboard indicator for Estonian layouts -#: ../rules/base.xml.in.h:423 ../rules/base.extras.xml.in.h:98 +#: ../rules/base.xml.in.h:423 ../rules/base.extras.xml.in.h:99 msgid "et" msgstr "et" # Estisch, de taal die ook Estlands of Ests wordt genoemd, # heeft ongeveer 1 miljoen sprekers. -#: ../rules/base.xml.in.h:424 ../rules/base.extras.xml.in.h:99 +#: ../rules/base.xml.in.h:424 ../rules/base.extras.xml.in.h:100 msgid "Estonian" msgstr "Estisch" @@ -1647,7 +1647,7 @@ msgstr "Estisch (Dvorak)" msgid "Estonian (US keyboard with Estonian letters)" msgstr "Estisch (VS-toetsenbord met Estische lettertekens)" -#: ../rules/base.xml.in.h:428 ../rules/base.extras.xml.in.h:29 +#: ../rules/base.xml.in.h:428 ../rules/base.extras.xml.in.h:30 msgid "Persian" msgstr "Perzisch" @@ -1710,11 +1710,11 @@ msgid "Faroese (eliminate dead keys)" msgstr "Faeröers (zonder dode toetsen)" #. Keyboard indicator for Finnish layouts -#: ../rules/base.xml.in.h:446 ../rules/base.extras.xml.in.h:101 +#: ../rules/base.xml.in.h:446 ../rules/base.extras.xml.in.h:102 msgid "fi" msgstr "fi" -#: ../rules/base.xml.in.h:447 ../rules/base.extras.xml.in.h:102 +#: ../rules/base.xml.in.h:447 ../rules/base.extras.xml.in.h:103 msgid "Finnish" msgstr "Fins" @@ -1738,7 +1738,7 @@ msgstr "Noord-Samisch (Finland)" msgid "Finnish (Macintosh)" msgstr "Fins (Macintosh)" -#: ../rules/base.xml.in.h:453 ../rules/base.extras.xml.in.h:104 +#: ../rules/base.xml.in.h:453 ../rules/base.extras.xml.in.h:105 msgid "French" msgstr "Frans" @@ -1984,11 +1984,11 @@ msgid "German (legacy)" msgstr "Duits (historisch)" #. Keyboard indicator for Greek layouts -#: ../rules/base.xml.in.h:518 ../rules/base.extras.xml.in.h:106 +#: ../rules/base.xml.in.h:518 ../rules/base.extras.xml.in.h:107 msgid "gr" msgstr "gr" -#: ../rules/base.xml.in.h:519 ../rules/base.extras.xml.in.h:107 +#: ../rules/base.xml.in.h:519 ../rules/base.extras.xml.in.h:108 msgid "Greek" msgstr "Grieks" @@ -2123,11 +2123,11 @@ msgid "Icelandic (Dvorak)" msgstr "IJslands (Dvorak)" #. Keyboard indicator for Hebrew layouts -#: ../rules/base.xml.in.h:555 ../rules/base.extras.xml.in.h:77 +#: ../rules/base.xml.in.h:555 ../rules/base.extras.xml.in.h:78 msgid "he" msgstr "he" -#: ../rules/base.xml.in.h:556 ../rules/base.extras.xml.in.h:78 +#: ../rules/base.xml.in.h:556 ../rules/base.extras.xml.in.h:79 msgid "Hebrew" msgstr "Hebreeuws" @@ -2144,11 +2144,11 @@ msgid "Hebrew (Biblical, Tiro)" msgstr "Hebreeuws (Bijbels, Tiro)" #. Keyboard indicator for Italian layouts -#: ../rules/base.xml.in.h:561 ../rules/base.extras.xml.in.h:109 +#: ../rules/base.xml.in.h:561 ../rules/base.extras.xml.in.h:110 msgid "it" msgstr "it" -#: ../rules/base.xml.in.h:562 ../rules/base.extras.xml.in.h:110 +#: ../rules/base.xml.in.h:562 ../rules/base.extras.xml.in.h:111 msgid "Italian" msgstr "Italiaans" @@ -2177,11 +2177,11 @@ msgid "Italian (IBM 142)" msgstr "Italiaans (IBM 142)" #. Keyboard indicator for Japanese layouts -#: ../rules/base.xml.in.h:570 ../rules/base.extras.xml.in.h:112 +#: ../rules/base.xml.in.h:570 ../rules/base.extras.xml.in.h:113 msgid "ja" msgstr "ja" -#: ../rules/base.xml.in.h:571 ../rules/base.extras.xml.in.h:113 +#: ../rules/base.xml.in.h:571 ../rules/base.extras.xml.in.h:114 msgid "Japanese" msgstr "Japans" @@ -2238,7 +2238,7 @@ msgstr "Kazachstaans" #: ../rules/base.xml.in.h:587 msgid "Russian (Kazakhstan, with Kazakh)" -msgstr "Russisch (Kazachstans, met Kazachstaans)" +msgstr "Russisch (Kazachstan, met Kazachstaans)" #: ../rules/base.xml.in.h:588 msgid "Kazakh (with Russian)" @@ -2258,7 +2258,7 @@ msgid "Lao (STEA proposed standard layout)" msgstr "Lao (STEA voorgestelde standaard indeling)" #. Keyboard indicator for Spanish layouts -#: ../rules/base.xml.in.h:594 ../rules/base.extras.xml.in.h:125 +#: ../rules/base.xml.in.h:594 ../rules/base.extras.xml.in.h:126 msgid "es" msgstr "es" @@ -2279,11 +2279,11 @@ msgid "Spanish (Latin American, Sun dead keys)" msgstr "Spaans (Latijns-Amerika, Sun dode toetsen)" #. Keyboard indicator for Lithuanian layouts -#: ../rules/base.xml.in.h:600 ../rules/base.extras.xml.in.h:31 +#: ../rules/base.xml.in.h:600 ../rules/base.extras.xml.in.h:32 msgid "lt" msgstr "lt" -#: ../rules/base.xml.in.h:601 ../rules/base.extras.xml.in.h:32 +#: ../rules/base.xml.in.h:601 ../rules/base.extras.xml.in.h:33 msgid "Lithuanian" msgstr "Litouws" @@ -2308,11 +2308,11 @@ msgid "Lithuanian (LEKPa)" msgstr "Litouws (LEKPa)" #. Keyboard indicator for Latvian layouts -#: ../rules/base.xml.in.h:608 ../rules/base.extras.xml.in.h:35 +#: ../rules/base.xml.in.h:608 ../rules/base.extras.xml.in.h:36 msgid "lv" msgstr "lv" -#: ../rules/base.xml.in.h:609 ../rules/base.extras.xml.in.h:36 +#: ../rules/base.xml.in.h:609 ../rules/base.extras.xml.in.h:37 msgid "Latvian" msgstr "Lets" @@ -2350,7 +2350,7 @@ msgid "Maori" msgstr "Maori" #. Keyboard indicator for Serbian layouts -#: ../rules/base.xml.in.h:620 ../rules/base.extras.xml.in.h:66 +#: ../rules/base.xml.in.h:620 ../rules/base.extras.xml.in.h:67 msgid "sr" msgstr "sr" @@ -2427,11 +2427,11 @@ msgid "Mongolian" msgstr "Mongools" #. Keyboard indicator for Norwegian layouts -#: ../rules/base.xml.in.h:641 ../rules/base.extras.xml.in.h:117 +#: ../rules/base.xml.in.h:641 ../rules/base.extras.xml.in.h:118 msgid "no" msgstr "no" -#: ../rules/base.xml.in.h:642 ../rules/base.extras.xml.in.h:118 +#: ../rules/base.xml.in.h:642 ../rules/base.extras.xml.in.h:119 msgid "Norwegian" msgstr "Noors" @@ -2468,11 +2468,11 @@ msgid "Norwegian (Colemak)" msgstr "Noors (Colemak)" #. Keyboard indicator for Polish layouts -#: ../rules/base.xml.in.h:652 ../rules/base.extras.xml.in.h:55 +#: ../rules/base.xml.in.h:652 ../rules/base.extras.xml.in.h:56 msgid "pl" msgstr "pl" -#: ../rules/base.xml.in.h:653 ../rules/base.extras.xml.in.h:56 +#: ../rules/base.xml.in.h:653 ../rules/base.extras.xml.in.h:57 msgid "Polish" msgstr "Pools" @@ -2512,7 +2512,7 @@ msgstr "Russisch (Polen, fonetisch Dvorak)" msgid "Polish (programmer Dvorak)" msgstr "Pools (programmeer-Dvorak)" -#: ../rules/base.xml.in.h:663 ../rules/base.extras.xml.in.h:120 +#: ../rules/base.xml.in.h:663 ../rules/base.extras.xml.in.h:121 msgid "Portuguese" msgstr "Portugees" @@ -2550,11 +2550,11 @@ msgid "Esperanto (Portugal, Nativo)" msgstr "Esperanto (Portugal, Nativo)" #. Keyboard indicator for Romanian layouts -#: ../rules/base.xml.in.h:673 ../rules/base.extras.xml.in.h:60 +#: ../rules/base.xml.in.h:673 ../rules/base.extras.xml.in.h:61 msgid "ro" msgstr "ro" -#: ../rules/base.xml.in.h:674 ../rules/base.extras.xml.in.h:61 +#: ../rules/base.xml.in.h:674 ../rules/base.extras.xml.in.h:62 msgid "Romanian" msgstr "Roemeens" @@ -2574,7 +2574,7 @@ msgstr "Roemeens (standaard cedilla)" msgid "Romanian (WinKeys)" msgstr "Roemeens (Windows-toetsen)" -#: ../rules/base.xml.in.h:679 ../rules/base.extras.xml.in.h:70 +#: ../rules/base.xml.in.h:679 ../rules/base.extras.xml.in.h:71 msgid "Russian" msgstr "Russisch" @@ -2656,40 +2656,48 @@ msgstr "Basjkiers" msgid "Mari" msgstr "Mari" -#: ../rules/base.xml.in.h:699 ../rules/base.extras.xml.in.h:67 +#: ../rules/base.xml.in.h:699 +msgid "Russian (phonetic azerty)" +msgstr "Russisch (fonetisch, azerty)" + +#: ../rules/base.xml.in.h:700 +msgid "Russian (phonetic French)" +msgstr "Russisch (fonetisch, Frans)" + +#: ../rules/base.xml.in.h:701 ../rules/base.extras.xml.in.h:68 msgid "Serbian" msgstr "Servisch" # verwisseld/gewisseld/omgewisseld -#: ../rules/base.xml.in.h:700 +#: ../rules/base.xml.in.h:702 msgid "Serbian (Cyrillic, ZE and ZHE swapped)" msgstr "Servisch (Cyrillisch, ZE en ZHE omgewisseld)" -#: ../rules/base.xml.in.h:701 +#: ../rules/base.xml.in.h:703 msgid "Serbian (Latin)" msgstr "Servisch (Latijns)" -#: ../rules/base.xml.in.h:702 +#: ../rules/base.xml.in.h:704 msgid "Serbian (Latin Unicode)" msgstr "Servisch (Latijns Unicode)" -#: ../rules/base.xml.in.h:703 +#: ../rules/base.xml.in.h:705 msgid "Serbian (Latin qwerty)" msgstr "Servisch (Latijns qwerty)" -#: ../rules/base.xml.in.h:704 +#: ../rules/base.xml.in.h:706 msgid "Serbian (Latin Unicode qwerty)" msgstr "Servisch (Latijns Unicode qwerty)" # Guillemets of ook quillemets zijn Franse aanhalingstekens. # Dit is "Nederlands" en dit is de «Franse manier» van aanhalen. -#: ../rules/base.xml.in.h:705 +#: ../rules/base.xml.in.h:707 msgid "Serbian (Cyrillic with guillemets)" msgstr "Servisch (Cyrillisch met Franse aanhalingstekens)" # Guillemets of ook quillemets zijn Franse aanhalingstekens. # Dit is "Nederlands" en dit is de «Franse manier» van aanhalen. -#: ../rules/base.xml.in.h:706 +#: ../rules/base.xml.in.h:708 msgid "Serbian (Latin with guillemets)" msgstr "Servisch (Latijns met Franse aanhalingstekens)" @@ -2698,768 +2706,768 @@ msgstr "Servisch (Latijns met Franse aanhalingstekens)" # north-western Serbia (Bačka region) and eastern Croatia # (therefore also called Yugoslavo-Ruthenian, Vojvodina-Ruthenian # or Bačka-Ruthenian). -#: ../rules/base.xml.in.h:707 +#: ../rules/base.xml.in.h:709 msgid "Pannonian Rusyn" msgstr "Pannonisch Rusyn" #. Keyboard indicator for Slovenian layouts -#: ../rules/base.xml.in.h:709 +#: ../rules/base.xml.in.h:711 msgid "sl" msgstr "sl" -#: ../rules/base.xml.in.h:710 +#: ../rules/base.xml.in.h:712 msgid "Slovenian" msgstr "Sloveens" -#: ../rules/base.xml.in.h:711 +#: ../rules/base.xml.in.h:713 msgid "Slovenian (with guillemets for quotes)" msgstr "Sloveens (met Franse aanhalingstekens)" -#: ../rules/base.xml.in.h:712 +#: ../rules/base.xml.in.h:714 msgid "Slovenian (US keyboard with Slovenian letters)" msgstr "Sloveens (VS-toetsenbord met Sloveense lettertekens)" #. Keyboard indicator for Slovak layouts -#: ../rules/base.xml.in.h:714 ../rules/base.extras.xml.in.h:122 +#: ../rules/base.xml.in.h:716 ../rules/base.extras.xml.in.h:123 msgid "sk" msgstr "sk" -#: ../rules/base.xml.in.h:715 ../rules/base.extras.xml.in.h:123 +#: ../rules/base.xml.in.h:717 ../rules/base.extras.xml.in.h:124 msgid "Slovak" msgstr "Slowaaks" -# XXX brede backslash/uitgebreide backslash -#: ../rules/base.xml.in.h:716 +# XXX: brede backslash/uitgebreide backslash +#: ../rules/base.xml.in.h:718 msgid "Slovak (extended Backslash)" msgstr "Slowaaks (brede backslash-toets)" -#: ../rules/base.xml.in.h:717 +#: ../rules/base.xml.in.h:719 msgid "Slovak (qwerty)" msgstr "Slowaaks (qwerty)" -# XXX brede backslash/uitgebreide backslash -#: ../rules/base.xml.in.h:718 +# XXX: brede backslash/uitgebreide backslash +#: ../rules/base.xml.in.h:720 msgid "Slovak (qwerty, extended Backslash)" msgstr "Slowaaks (qwerty, brede backslash-toets)" -#: ../rules/base.xml.in.h:719 ../rules/base.extras.xml.in.h:126 +#: ../rules/base.xml.in.h:721 ../rules/base.extras.xml.in.h:127 msgid "Spanish" msgstr "Spaans" -#: ../rules/base.xml.in.h:720 +#: ../rules/base.xml.in.h:722 msgid "Spanish (eliminate dead keys)" msgstr "Spaans (zonder dode toetsen)" -#: ../rules/base.xml.in.h:721 +#: ../rules/base.xml.in.h:723 msgid "Spanish (Winkeys)" msgstr "Spaans (Windows-toetsen)" # inactieve/dode/latente -#: ../rules/base.xml.in.h:722 +#: ../rules/base.xml.in.h:724 msgid "Spanish (include dead tilde)" msgstr "Spaans (met dode tilde)" -#: ../rules/base.xml.in.h:723 +#: ../rules/base.xml.in.h:725 msgid "Spanish (Sun dead keys)" msgstr "Spaans (Sun dode toetsen)" -#: ../rules/base.xml.in.h:724 +#: ../rules/base.xml.in.h:726 msgid "Spanish (Dvorak)" msgstr "Spaans (Dvorak)" -#: ../rules/base.xml.in.h:725 +#: ../rules/base.xml.in.h:727 msgid "Asturian (Spain, with bottom-dot H and bottom-dot L)" msgstr "Asturisch (Spanje, met onderpunts H en onderpunts L)" -#: ../rules/base.xml.in.h:726 +#: ../rules/base.xml.in.h:728 msgid "Catalan (Spain, with middle-dot L)" msgstr "Catalaans (Spanje, met middenpunts L)" -#: ../rules/base.xml.in.h:727 +#: ../rules/base.xml.in.h:729 msgid "Spanish (Macintosh)" msgstr "Spaans (Macintosh)" #. Keyboard indicator for Swedish layouts -#: ../rules/base.xml.in.h:729 ../rules/base.extras.xml.in.h:128 +#: ../rules/base.xml.in.h:731 ../rules/base.extras.xml.in.h:129 msgid "sv" msgstr "sv" -#: ../rules/base.xml.in.h:730 ../rules/base.extras.xml.in.h:129 +#: ../rules/base.xml.in.h:732 ../rules/base.extras.xml.in.h:130 msgid "Swedish" msgstr "Zweeds" -#: ../rules/base.xml.in.h:731 +#: ../rules/base.xml.in.h:733 msgid "Swedish (eliminate dead keys)" msgstr "Zweeds (zonder dode toetsen)" -#: ../rules/base.xml.in.h:732 +#: ../rules/base.xml.in.h:734 msgid "Swedish (Dvorak)" msgstr "Zweeds (Dvorak)" -#: ../rules/base.xml.in.h:733 +#: ../rules/base.xml.in.h:735 msgid "Russian (Sweden, phonetic)" msgstr "Russisch (Zweden, fonetisch)" -#: ../rules/base.xml.in.h:734 +#: ../rules/base.xml.in.h:736 msgid "Russian (Sweden, phonetic, eliminate dead keys)" msgstr "Russisch (Zweden, fonetisch, zonder dode toetsen)" -#: ../rules/base.xml.in.h:735 +#: ../rules/base.xml.in.h:737 msgid "Northern Saami (Sweden)" msgstr "Noord-Samisch (Zweden)" -#: ../rules/base.xml.in.h:736 +#: ../rules/base.xml.in.h:738 msgid "Swedish (Macintosh)" msgstr "Zweeds (Macintosh)" -#: ../rules/base.xml.in.h:737 +#: ../rules/base.xml.in.h:739 msgid "Swedish (Svdvorak)" msgstr "Zweeds (Svdvorak)" -#: ../rules/base.xml.in.h:738 +#: ../rules/base.xml.in.h:740 msgid "Swedish Sign Language" msgstr "Zweedse gebarentaal" -#: ../rules/base.xml.in.h:739 ../rules/base.extras.xml.in.h:132 +#: ../rules/base.xml.in.h:741 ../rules/base.extras.xml.in.h:133 msgid "German (Switzerland)" msgstr "Duits (Zwitserland)" -#: ../rules/base.xml.in.h:740 +#: ../rules/base.xml.in.h:742 msgid "German (Switzerland, legacy)" msgstr "Duits (Zwitserland, historisch)" -#: ../rules/base.xml.in.h:741 +#: ../rules/base.xml.in.h:743 msgid "German (Switzerland, eliminate dead keys)" msgstr "Duits (Zwitserland, zonder dode toetsen)" -#: ../rules/base.xml.in.h:742 +#: ../rules/base.xml.in.h:744 msgid "German (Switzerland, Sun dead keys)" msgstr "Duits (Zwitserland, Sun dode toetsen)" -#: ../rules/base.xml.in.h:743 +#: ../rules/base.xml.in.h:745 msgid "French (Switzerland)" msgstr "Frans (Zwitserland)" -#: ../rules/base.xml.in.h:744 +#: ../rules/base.xml.in.h:746 msgid "French (Switzerland, eliminate dead keys)" msgstr "Frans (Zwitserland, zonder dode toetsen)" -#: ../rules/base.xml.in.h:745 +#: ../rules/base.xml.in.h:747 msgid "French (Switzerland, Sun dead keys)" msgstr "Frans (Zwitserland, Sun dode toetsen)" -#: ../rules/base.xml.in.h:746 +#: ../rules/base.xml.in.h:748 msgid "French (Switzerland, Macintosh)" msgstr "Frans (Zwitserland, Macintosh)" -#: ../rules/base.xml.in.h:747 +#: ../rules/base.xml.in.h:749 msgid "German (Switzerland, Macintosh)" msgstr "Duits (Zwitserland, Macintosh)" -#: ../rules/base.xml.in.h:748 +#: ../rules/base.xml.in.h:750 msgid "Arabic (Syria)" msgstr "Arabisch (Syrië)" #. Keyboard indicator for Syriac layouts -#: ../rules/base.xml.in.h:750 +#: ../rules/base.xml.in.h:752 msgid "syc" msgstr "syc" -#: ../rules/base.xml.in.h:751 +#: ../rules/base.xml.in.h:753 msgid "Syriac" msgstr "Syrisch" -#: ../rules/base.xml.in.h:752 +#: ../rules/base.xml.in.h:754 msgid "Syriac (phonetic)" msgstr "Syrisch (fonetisch)" -#: ../rules/base.xml.in.h:753 +#: ../rules/base.xml.in.h:755 msgid "Kurdish (Syria, Latin Q)" msgstr "Koerdisch (Syrië, Latijns Q)" -#: ../rules/base.xml.in.h:754 +#: ../rules/base.xml.in.h:756 msgid "Kurdish (Syria, F)" msgstr "Koerdisch (Syrië, F)" -#: ../rules/base.xml.in.h:755 +#: ../rules/base.xml.in.h:757 msgid "Kurdish (Syria, Latin Alt-Q)" msgstr "Koerdisch (Syrië, Latijns Alt-Q)" #. Keyboard indicator for Tajik layouts -#: ../rules/base.xml.in.h:757 +#: ../rules/base.xml.in.h:759 msgid "tg" msgstr "tg" # Het Tadzjieks of Tajiki. -#: ../rules/base.xml.in.h:758 +#: ../rules/base.xml.in.h:760 msgid "Tajik" msgstr "Tadzjieks" -#: ../rules/base.xml.in.h:759 +#: ../rules/base.xml.in.h:761 msgid "Tajik (legacy)" msgstr "Tadzjieks (historisch)" #. Keyboard indicator for Sinhala layouts -#: ../rules/base.xml.in.h:761 +#: ../rules/base.xml.in.h:763 msgid "si" msgstr "si" -#: ../rules/base.xml.in.h:762 +#: ../rules/base.xml.in.h:764 msgid "Sinhala (phonetic)" msgstr "Singalees (fonetisch)" -#: ../rules/base.xml.in.h:763 +#: ../rules/base.xml.in.h:765 msgid "Tamil (Sri Lanka, Unicode)" msgstr "Tamil (Sri Lanka, Unicode)" -#: ../rules/base.xml.in.h:764 +#: ../rules/base.xml.in.h:766 msgid "Tamil (Sri Lanka, TAB Typewriter)" msgstr "Tamil (Sri Lanka, TAB-typmachine)" #. Keyboard indicator for Thai layouts -#: ../rules/base.xml.in.h:766 +#: ../rules/base.xml.in.h:768 msgid "th" msgstr "th" # Het Thai is de officiële taal van Thailand. -#: ../rules/base.xml.in.h:767 +#: ../rules/base.xml.in.h:769 msgid "Thai" msgstr "Thai" -#: ../rules/base.xml.in.h:768 +#: ../rules/base.xml.in.h:770 msgid "Thai (TIS-820.2538)" msgstr "Thai (TIS-820.2538)" # Pattachote en Kedmanee zijn de twee toetsenbordindelingen voor Thai. -#: ../rules/base.xml.in.h:769 +#: ../rules/base.xml.in.h:771 msgid "Thai (Pattachote)" msgstr "Thai (Pattachote)" #. Keyboard indicator for Turkish layouts -#: ../rules/base.xml.in.h:771 ../rules/base.extras.xml.in.h:135 +#: ../rules/base.xml.in.h:773 ../rules/base.extras.xml.in.h:136 msgid "tr" msgstr "tr" -#: ../rules/base.xml.in.h:772 ../rules/base.extras.xml.in.h:136 +#: ../rules/base.xml.in.h:774 ../rules/base.extras.xml.in.h:137 msgid "Turkish" msgstr "Turks" -#: ../rules/base.xml.in.h:773 +#: ../rules/base.xml.in.h:775 msgid "Turkish (F)" msgstr "Turks (F)" -#: ../rules/base.xml.in.h:774 +#: ../rules/base.xml.in.h:776 msgid "Turkish (Alt-Q)" msgstr "Turks (Alt-Q)" -#: ../rules/base.xml.in.h:775 +#: ../rules/base.xml.in.h:777 msgid "Turkish (Sun dead keys)" msgstr "Turks (Sun dode toetsen)" -#: ../rules/base.xml.in.h:776 +#: ../rules/base.xml.in.h:778 msgid "Kurdish (Turkey, Latin Q)" msgstr "Koerdisch (Turks, Latijns Q)" -#: ../rules/base.xml.in.h:777 +#: ../rules/base.xml.in.h:779 msgid "Kurdish (Turkey, F)" msgstr "Koerdisch (Turks, F)" -#: ../rules/base.xml.in.h:778 +#: ../rules/base.xml.in.h:780 msgid "Kurdish (Turkey, Latin Alt-Q)" msgstr "Koerdisch (Turks, Latijns Alt-Q)" -#: ../rules/base.xml.in.h:779 +#: ../rules/base.xml.in.h:781 msgid "Turkish (international with dead keys)" msgstr "Turks (internationaal, met dode toetsen)" #. Keyboard indicator for Crimean Tatar layouts -#: ../rules/base.xml.in.h:781 ../rules/base.extras.xml.in.h:62 +#: ../rules/base.xml.in.h:783 ../rules/base.extras.xml.in.h:63 msgid "crh" msgstr "crh" -#: ../rules/base.xml.in.h:782 +#: ../rules/base.xml.in.h:784 msgid "Crimean Tatar (Turkish Q)" msgstr "Krim-Tataars (Turks Q)" -#: ../rules/base.xml.in.h:783 +#: ../rules/base.xml.in.h:785 msgid "Crimean Tatar (Turkish F)" msgstr "Krim-Tataars (Turks F)" -#: ../rules/base.xml.in.h:784 +#: ../rules/base.xml.in.h:786 msgid "Crimean Tatar (Turkish Alt-Q)" msgstr "Krim-Tataars (Turks Alt-Q)" -#: ../rules/base.xml.in.h:785 +#: ../rules/base.xml.in.h:787 msgid "Taiwanese" msgstr "Taiwanees" -#: ../rules/base.xml.in.h:786 +#: ../rules/base.xml.in.h:788 msgid "Taiwanese (indigenous)" msgstr "Taiwanees (oorspronkelijk)" #. Keyboard indicator for Saisiyat layouts -#: ../rules/base.xml.in.h:788 +#: ../rules/base.xml.in.h:790 msgid "xsy" msgstr "xsy" # Saisiyat, ook Saiset, Seisirat, Saisett, Saisiat, Saisiett, Saisirat, # Saisyet, Saisyett, Amutoura of Bouiok. -#: ../rules/base.xml.in.h:789 +#: ../rules/base.xml.in.h:791 msgid "Saisiyat (Taiwan)" msgstr "Saisiyat (Taiwan)" #. Keyboard indicator for Ukranian layouts -#: ../rules/base.xml.in.h:791 ../rules/base.extras.xml.in.h:138 +#: ../rules/base.xml.in.h:793 ../rules/base.extras.xml.in.h:139 msgid "uk" msgstr "uk" -#: ../rules/base.xml.in.h:792 ../rules/base.extras.xml.in.h:139 +#: ../rules/base.xml.in.h:794 ../rules/base.extras.xml.in.h:140 msgid "Ukrainian" msgstr "Oekraïens" -#: ../rules/base.xml.in.h:793 +#: ../rules/base.xml.in.h:795 msgid "Ukrainian (phonetic)" msgstr "Oekraïens (fonetisch)" -#: ../rules/base.xml.in.h:794 +#: ../rules/base.xml.in.h:796 msgid "Ukrainian (typewriter)" msgstr "Oekraïens (typmachine)" -#: ../rules/base.xml.in.h:795 +#: ../rules/base.xml.in.h:797 msgid "Ukrainian (WinKeys)" msgstr "Oekraïens (Windows-toetsen)" -#: ../rules/base.xml.in.h:796 +#: ../rules/base.xml.in.h:798 msgid "Ukrainian (legacy)" msgstr "Oekraïens (historisch)" -#: ../rules/base.xml.in.h:797 +#: ../rules/base.xml.in.h:799 msgid "Ukrainian (standard RSTU)" msgstr "Oekraïens (standaard RSTU)" # Oekraïens (standaard RSTU). -#: ../rules/base.xml.in.h:798 +#: ../rules/base.xml.in.h:800 msgid "Russian (Ukraine, standard RSTU)" msgstr "Russisch (Oekraïne, standaard RSTU)" # Pannonian Rusyn (руска бешеда) or simply Rusyn (or Ruthenian) is a Slavic language # or dialect spoken by Pannonian Rusyns in north-western Serbia (Bačka region) and eastern # Croatia (therefore also called Yugoslavo-Ruthenian, Vojvodina-Ruthenian or Bačka-Ruthenian). -#: ../rules/base.xml.in.h:799 +#: ../rules/base.xml.in.h:801 msgid "Ukrainian (homophonic)" msgstr "Oekraïens (homophonisch)" -#: ../rules/base.xml.in.h:800 ../rules/base.extras.xml.in.h:141 +#: ../rules/base.xml.in.h:802 ../rules/base.extras.xml.in.h:142 msgid "English (UK)" msgstr "Engels (GB)" -#: ../rules/base.xml.in.h:801 +#: ../rules/base.xml.in.h:803 msgid "English (UK, extended WinKeys)" msgstr "Engels (GB, uitgebreid, Windows-toetsen)" -#: ../rules/base.xml.in.h:802 +#: ../rules/base.xml.in.h:804 msgid "English (UK, international with dead keys)" msgstr "Engels (GB, internationaal, met dode toetsen)" -#: ../rules/base.xml.in.h:803 +#: ../rules/base.xml.in.h:805 msgid "English (UK, Dvorak)" msgstr "Engels (GB, Dvorak)" -#: ../rules/base.xml.in.h:804 +#: ../rules/base.xml.in.h:806 msgid "English (UK, Dvorak with UK punctuation)" msgstr "Engels (GB, Dvorak met Britse leestekens)" -#: ../rules/base.xml.in.h:805 +#: ../rules/base.xml.in.h:807 msgid "English (UK, Macintosh)" msgstr "Engels (GB, Macintosh)" -#: ../rules/base.xml.in.h:806 +#: ../rules/base.xml.in.h:808 msgid "English (UK, Macintosh international)" msgstr "Engels (GB, Macintosh internationaal)" -#: ../rules/base.xml.in.h:807 +#: ../rules/base.xml.in.h:809 msgid "English (UK, Colemak)" msgstr "Engels (GB, Colemak)" -#: ../rules/base.xml.in.h:808 +#: ../rules/base.xml.in.h:810 msgid "Uzbek" msgstr "Oezbeeks" -#: ../rules/base.xml.in.h:809 +#: ../rules/base.xml.in.h:811 msgid "Uzbek (Latin)" msgstr "Oezbeeks (Latijns)" #. Keyboard indicator for Vietnamese layouts -#: ../rules/base.xml.in.h:811 +#: ../rules/base.xml.in.h:813 msgid "vi" msgstr "vi" -#: ../rules/base.xml.in.h:812 +#: ../rules/base.xml.in.h:814 msgid "Vietnamese" msgstr "Viëtnamees" #. Keyboard indicator for Korean layouts -#: ../rules/base.xml.in.h:814 ../rules/base.extras.xml.in.h:143 +#: ../rules/base.xml.in.h:816 ../rules/base.extras.xml.in.h:144 msgid "ko" msgstr "ko" -#: ../rules/base.xml.in.h:815 ../rules/base.extras.xml.in.h:144 +#: ../rules/base.xml.in.h:817 ../rules/base.extras.xml.in.h:145 msgid "Korean" msgstr "Koreaans" -#: ../rules/base.xml.in.h:816 +#: ../rules/base.xml.in.h:818 msgid "Korean (101/104 key compatible)" msgstr "Koreaans (101/104-toetsen compatibel)" -#: ../rules/base.xml.in.h:817 +#: ../rules/base.xml.in.h:819 msgid "Japanese (PC-98xx Series)" msgstr "Japans (PC-98xx serie)" #. Keyboard indicator for Irish layouts -#: ../rules/base.xml.in.h:819 +#: ../rules/base.xml.in.h:821 msgid "ie" msgstr "ie" -#: ../rules/base.xml.in.h:820 +#: ../rules/base.xml.in.h:822 msgid "Irish" msgstr "Iers" # Iers. -#: ../rules/base.xml.in.h:821 +#: ../rules/base.xml.in.h:823 msgid "CloGaelach" msgstr "CloGaelach" -#: ../rules/base.xml.in.h:822 +#: ../rules/base.xml.in.h:824 msgid "Irish (UnicodeExpert)" msgstr "Iers (UnicodeExpert)" -#: ../rules/base.xml.in.h:823 +#: ../rules/base.xml.in.h:825 msgid "Ogham" msgstr "Ogham" # Iers (Ogham IS434). -#: ../rules/base.xml.in.h:824 +#: ../rules/base.xml.in.h:826 msgid "Ogham (IS434)" msgstr "Ogham (IS434)" # Het Urdu, vroeger door Westerse taalkundigen vaak Hindoestani genoemd, # is de officiële taal van Pakistan. -#: ../rules/base.xml.in.h:825 +#: ../rules/base.xml.in.h:827 msgid "Urdu (Pakistan)" msgstr "Urdu (Pakistan)" -#: ../rules/base.xml.in.h:826 +#: ../rules/base.xml.in.h:828 msgid "Urdu (Pakistan, CRULP)" msgstr "Urdu (Pakistan, CRULP)" -#: ../rules/base.xml.in.h:827 +#: ../rules/base.xml.in.h:829 msgid "Urdu (Pakistan, NLA)" msgstr "Urdu (Pakistan, NLA)" -#: ../rules/base.xml.in.h:828 +#: ../rules/base.xml.in.h:830 msgid "Arabic (Pakistan)" msgstr "Arabisch (Pakistan)" #. Keyboard indicator for Sindhi layouts -#: ../rules/base.xml.in.h:830 +#: ../rules/base.xml.in.h:832 msgid "sd" msgstr "sd" -#: ../rules/base.xml.in.h:831 +#: ../rules/base.xml.in.h:833 msgid "Sindhi" msgstr "Sindhi" #. Keyboard indicator for Dhivehi layouts -#: ../rules/base.xml.in.h:833 +#: ../rules/base.xml.in.h:835 msgid "dv" msgstr "dv" -#: ../rules/base.xml.in.h:834 +#: ../rules/base.xml.in.h:836 msgid "Dhivehi" msgstr "Dhivehi" -#: ../rules/base.xml.in.h:835 +#: ../rules/base.xml.in.h:837 msgid "English (South Africa)" msgstr "Engels (Zuid-Afrika)" #. Keyboard indicator for Esperanto layouts -#: ../rules/base.xml.in.h:837 +#: ../rules/base.xml.in.h:839 msgid "eo" msgstr "eo" -#: ../rules/base.xml.in.h:838 +#: ../rules/base.xml.in.h:840 msgid "Esperanto" msgstr "Esperanto" -#: ../rules/base.xml.in.h:839 +#: ../rules/base.xml.in.h:841 msgid "Esperanto (displaced semicolon and quote, obsolete)" msgstr "Esperanto (puntkomma en aanhalingsteken op afwijkende plek, historisch)" #. Keyboard indicator for Nepali layouts -#: ../rules/base.xml.in.h:841 +#: ../rules/base.xml.in.h:843 msgid "ne" msgstr "ne" -#: ../rules/base.xml.in.h:842 +#: ../rules/base.xml.in.h:844 msgid "Nepali" msgstr "Nepalees" -#: ../rules/base.xml.in.h:843 +#: ../rules/base.xml.in.h:845 msgid "English (Nigeria)" msgstr "Engels (Nigeria)" #. Keyboard indicator for Igbo layouts -#: ../rules/base.xml.in.h:845 +#: ../rules/base.xml.in.h:847 msgid "ig" msgstr "ig" -#: ../rules/base.xml.in.h:846 +#: ../rules/base.xml.in.h:848 msgid "Igbo" msgstr "Igbo" #. Keyboard indicator for Yoruba layouts -#: ../rules/base.xml.in.h:848 +#: ../rules/base.xml.in.h:850 msgid "yo" msgstr "yo" # Het Yoruba is een Afrikaanse taal. Het is de taal van de Yoruba # en wordt gesproken in Nigeria, Benin en Togo. -#: ../rules/base.xml.in.h:849 +#: ../rules/base.xml.in.h:851 msgid "Yoruba" msgstr "Yoruba" #. Keyboard indicator for Amharic layouts -#: ../rules/base.xml.in.h:851 +#: ../rules/base.xml.in.h:853 msgid "am" msgstr "am" # Het Amhaars is een Semitische taal die in Ethiopië gesproken wordt. -#: ../rules/base.xml.in.h:852 +#: ../rules/base.xml.in.h:854 msgid "Amharic" msgstr "Amhaars" #. Keyboard indicator for Wolof layouts -#: ../rules/base.xml.in.h:854 +#: ../rules/base.xml.in.h:856 msgid "wo" msgstr "wo" -#: ../rules/base.xml.in.h:855 +#: ../rules/base.xml.in.h:857 msgid "Wolof" msgstr "Wolof" #. Keyboard indicator for Braille layouts -#: ../rules/base.xml.in.h:857 +#: ../rules/base.xml.in.h:859 msgid "brl" msgstr "brl" -#: ../rules/base.xml.in.h:858 +#: ../rules/base.xml.in.h:860 msgid "Braille" msgstr "Braille" -#: ../rules/base.xml.in.h:859 +#: ../rules/base.xml.in.h:861 msgid "Braille (left hand)" msgstr "Braille (linkerhand)" -#: ../rules/base.xml.in.h:860 +#: ../rules/base.xml.in.h:862 msgid "Braille (right hand)" msgstr "Braille (rechterhand)" #. Keyboard indicator for Turkmen layouts -#: ../rules/base.xml.in.h:862 +#: ../rules/base.xml.in.h:864 msgid "tk" msgstr "tk" -#: ../rules/base.xml.in.h:863 +#: ../rules/base.xml.in.h:865 msgid "Turkmen" msgstr "Turkmeens" -#: ../rules/base.xml.in.h:864 +#: ../rules/base.xml.in.h:866 msgid "Turkmen (Alt-Q)" msgstr "Turkmeens (Alt-Q)" #. Keyboard indicator for Bambara layouts -#: ../rules/base.xml.in.h:866 +#: ../rules/base.xml.in.h:868 msgid "bm" msgstr "bm" # Bambara, ook bekend onder de naam Bamanankan, is een Mande-taal die door meer # dan zes miljoen mensen gesproken wordt, voornamelijk in Mali. -#: ../rules/base.xml.in.h:867 +#: ../rules/base.xml.in.h:869 msgid "Bambara" msgstr "Bambara" -#: ../rules/base.xml.in.h:868 +#: ../rules/base.xml.in.h:870 msgid "French (Mali, alternative)" msgstr "Frans (Mali, alternatief)" -#: ../rules/base.xml.in.h:869 +#: ../rules/base.xml.in.h:871 msgid "English (Mali, US Macintosh)" msgstr "Engels (Mali, US Macintosh)" -#: ../rules/base.xml.in.h:870 +#: ../rules/base.xml.in.h:872 msgid "English (Mali, US international)" msgstr "Engels (Mali, US internationaal)" #. Keyboard indicator for Swahili layouts -#: ../rules/base.xml.in.h:872 +#: ../rules/base.xml.in.h:874 msgid "sw" msgstr "sw" -#: ../rules/base.xml.in.h:873 +#: ../rules/base.xml.in.h:875 msgid "Swahili (Tanzania)" msgstr "Swahili (Tanzania)" -#: ../rules/base.xml.in.h:874 +#: ../rules/base.xml.in.h:876 msgid "Swahili (Kenya)" msgstr "Swahili (Kenia)" -#: ../rules/base.xml.in.h:875 +#: ../rules/base.xml.in.h:877 msgid "Kikuyu" msgstr "Kikuyu" #. Keyboard indicator for Tswana layouts -#: ../rules/base.xml.in.h:877 +#: ../rules/base.xml.in.h:879 msgid "tn" msgstr "tn" # Tswana of Setswana is een Bantoetaal die wordt gesproken in Botswana. # Andere benamingen voor Tswana zijn onder meer Sechuana en Beetjuans. -#: ../rules/base.xml.in.h:878 +#: ../rules/base.xml.in.h:880 msgid "Tswana" msgstr "Tswana" #. Keyboard indicator for Filipino layouts -#: ../rules/base.xml.in.h:880 +#: ../rules/base.xml.in.h:882 msgid "ph" msgstr "ph" # Het Filipijns (Filipino of Pilipino). -#: ../rules/base.xml.in.h:881 +#: ../rules/base.xml.in.h:883 msgid "Filipino" msgstr "Filipijns" -#: ../rules/base.xml.in.h:882 +#: ../rules/base.xml.in.h:884 msgid "Filipino (QWERTY Baybayin)" msgstr "Filipijns (QWERTY Baybayin)" -#: ../rules/base.xml.in.h:883 +#: ../rules/base.xml.in.h:885 msgid "Filipino (Capewell-Dvorak Latin)" msgstr "Filipijns (Capewell-Dvorak, Latijns)" -#: ../rules/base.xml.in.h:884 +#: ../rules/base.xml.in.h:886 msgid "Filipino (Capewell-Dvorak Baybayin)" msgstr "Filipijns (Capewell-Dvorak, Baybayin)" -#: ../rules/base.xml.in.h:885 +#: ../rules/base.xml.in.h:887 msgid "Filipino (Capewell-QWERF 2006 Latin)" msgstr "Filipijns (Capewell-QWERF 2006 Latijns)" -#: ../rules/base.xml.in.h:886 +#: ../rules/base.xml.in.h:888 msgid "Filipino (Capewell-QWERF 2006 Baybayin)" msgstr "Filipijns (Capewell-QWERF 2006 Baybayin)" -#: ../rules/base.xml.in.h:887 +#: ../rules/base.xml.in.h:889 msgid "Filipino (Colemak Latin)" msgstr "Filipijns (Colemak, Latijns)" -#: ../rules/base.xml.in.h:888 +#: ../rules/base.xml.in.h:890 msgid "Filipino (Colemak Baybayin)" msgstr "Filipijns (Colemak, Baybayin)" -#: ../rules/base.xml.in.h:889 +#: ../rules/base.xml.in.h:891 msgid "Filipino (Dvorak Latin)" msgstr "Filipijns (Dvorak, Latijns)" -#: ../rules/base.xml.in.h:890 +#: ../rules/base.xml.in.h:892 msgid "Filipino (Dvorak Baybayin)" msgstr "Filipijns (Dvorak, Baybayin)" -#: ../rules/base.xml.in.h:891 +#: ../rules/base.xml.in.h:893 msgid "md" msgstr "md" -#: ../rules/base.xml.in.h:892 +#: ../rules/base.xml.in.h:894 msgid "Moldavian" msgstr "Moldavisch" -#: ../rules/base.xml.in.h:893 +#: ../rules/base.xml.in.h:895 msgid "gag" msgstr "gag" -#: ../rules/base.xml.in.h:894 +#: ../rules/base.xml.in.h:896 msgid "Moldavian (Gagauz)" msgstr "Moldavisch (Gagauz)" -#: ../rules/base.xml.in.h:895 +#: ../rules/base.xml.in.h:897 msgid "Switching to another layout" msgstr "Overschakelen naar een andere indeling" -#: ../rules/base.xml.in.h:896 +#: ../rules/base.xml.in.h:898 msgid "Right Alt (while pressed)" msgstr "Rechter Alt-toets (ingedrukt gehouden)" -#: ../rules/base.xml.in.h:897 +#: ../rules/base.xml.in.h:899 msgid "Left Alt (while pressed)" msgstr "Linker Alt-toets (ingedrukt gehouden)" -#: ../rules/base.xml.in.h:898 +#: ../rules/base.xml.in.h:900 msgid "Left Win (while pressed)" msgstr "Linker Windows-toets (ingedrukt gehouden)" -#: ../rules/base.xml.in.h:899 +#: ../rules/base.xml.in.h:901 msgid "Right Win (while pressed)" msgstr "Rechter Windows-toets (ingedrukt gehouden)" # Beide Win-toetsen wisselen de indeling gedurende het indrukken. -#: ../rules/base.xml.in.h:900 +#: ../rules/base.xml.in.h:902 msgid "Any Win key (while pressed)" msgstr "Elke Windows-toets (ingedrukt gehouden)" -# XXX -- what IS original capslock action? -#: ../rules/base.xml.in.h:901 +# XXX: what IS original capslock action? +#: ../rules/base.xml.in.h:903 msgid "Caps Lock (while pressed), Alt+Caps Lock does the original capslock action" msgstr "CapsLock (ingedrukt gehouden); Alt+CapsLock geeft de oorspronkelijke caps-lock actie" -#: ../rules/base.xml.in.h:902 +#: ../rules/base.xml.in.h:904 msgid "Right Ctrl (while pressed)" msgstr "Rechter Ctrl-toets (ingedrukt gehouden)" -#: ../rules/base.xml.in.h:903 +#: ../rules/base.xml.in.h:905 msgid "Right Alt" msgstr "Rechter Alt-toets" -#: ../rules/base.xml.in.h:904 +#: ../rules/base.xml.in.h:906 msgid "Left Alt" msgstr "Linker Alt-toets" -#: ../rules/base.xml.in.h:905 +#: ../rules/base.xml.in.h:907 msgid "Caps Lock" msgstr "CapsLock" -#: ../rules/base.xml.in.h:906 +#: ../rules/base.xml.in.h:908 msgid "Shift+Caps Lock" msgstr "Shift + CapsLock" # CapsLock wisselt naar de eerste indeling, Shift+CapsLock wisselt naar de laatste indeling. -#: ../rules/base.xml.in.h:907 +#: ../rules/base.xml.in.h:909 msgid "Caps Lock (to first layout), Shift+Caps Lock (to last layout)" msgstr "CapsLock (naar eerste indeling), Shift+CapsLock (naar laatste indeling)" # Linker Win-toets wisselt naar de eerste indeling, rechter Win/Menu-toets wisselt naar de laatste indeling. -#: ../rules/base.xml.in.h:908 +#: ../rules/base.xml.in.h:910 msgid "Left Win (to first layout), Right Win/Menu (to last layout)" msgstr "Linker Windows-toets (naar eerste indeling), rechter Windows/Menu-toets (naar laatste indeling)" # Linker Win-toets wisselt naar de eerste indeling, rechter Win/Menu-toets wisselt naar de laatste indeling. -#: ../rules/base.xml.in.h:909 +#: ../rules/base.xml.in.h:911 msgid "Left Ctrl (to first layout), Right Ctrl (to last layout)" msgstr "Linker Ctrl-toets (naar eerste indeling), rechter Ctrl-toets (naar laatste indeling)" -#: ../rules/base.xml.in.h:910 +#: ../rules/base.xml.in.h:912 msgid "Alt+Caps Lock" msgstr "Alt + CapsLock" -#: ../rules/base.xml.in.h:911 +#: ../rules/base.xml.in.h:913 msgid "Both Shift keys together" msgstr "Beide Shift-toetsen samen" @@ -3467,581 +3475,581 @@ msgstr "Beide Shift-toetsen samen" # "Beide Alt-toetsen samen verandert de groep." # # tezamen/samen/tegelijk -#: ../rules/base.xml.in.h:912 +#: ../rules/base.xml.in.h:914 msgid "Both Alt keys together" msgstr "Beide Alt-toetsen samen" -#: ../rules/base.xml.in.h:913 +#: ../rules/base.xml.in.h:915 msgid "Both Ctrl keys together" msgstr "Beide Ctrl-toetsen samen" -#: ../rules/base.xml.in.h:914 +#: ../rules/base.xml.in.h:916 msgid "Ctrl+Shift" msgstr "Ctrl + Shift" # Linker Ctrl + Shift-toets -#: ../rules/base.xml.in.h:915 +#: ../rules/base.xml.in.h:917 msgid "Left Ctrl+Left Shift" msgstr "Linker Ctrl + linker Shift-toets" # Rechter Ctrl + Shift-toets -#: ../rules/base.xml.in.h:916 +#: ../rules/base.xml.in.h:918 msgid "Right Ctrl+Right Shift" msgstr "Rechter Ctrl + rechter Shift-toets" -#: ../rules/base.xml.in.h:917 +#: ../rules/base.xml.in.h:919 msgid "Alt+Ctrl" msgstr "Alt + Ctrl" -#: ../rules/base.xml.in.h:918 +#: ../rules/base.xml.in.h:920 msgid "Alt+Shift" msgstr "Alt + Shift" -#: ../rules/base.xml.in.h:919 +#: ../rules/base.xml.in.h:921 msgid "Left Alt+Left Shift" msgstr "Linker Alt + linker Shift-toets" -#: ../rules/base.xml.in.h:920 +#: ../rules/base.xml.in.h:922 msgid "Alt+Space" msgstr "Alt + Spatie" -#: ../rules/base.xml.in.h:921 +#: ../rules/base.xml.in.h:923 msgid "Menu" msgstr "Menu" -#: ../rules/base.xml.in.h:922 +#: ../rules/base.xml.in.h:924 msgid "Left Win" msgstr "Linker Windows-toets" -#: ../rules/base.xml.in.h:923 +#: ../rules/base.xml.in.h:925 msgid "Win Key+Space" msgstr "Windows-toets + Spatie" -#: ../rules/base.xml.in.h:924 +#: ../rules/base.xml.in.h:926 msgid "Right Win" msgstr "Rechter Windows-toets" -#: ../rules/base.xml.in.h:925 +#: ../rules/base.xml.in.h:927 msgid "Left Shift" msgstr "Linker Shift-toets" -#: ../rules/base.xml.in.h:926 +#: ../rules/base.xml.in.h:928 msgid "Right Shift" msgstr "Rechter Shift-toets" -#: ../rules/base.xml.in.h:927 +#: ../rules/base.xml.in.h:929 msgid "Left Ctrl" msgstr "Linker Ctrl-toets" -#: ../rules/base.xml.in.h:928 +#: ../rules/base.xml.in.h:930 msgid "Right Ctrl" msgstr "Rechter Ctrl-toets" -#: ../rules/base.xml.in.h:929 +#: ../rules/base.xml.in.h:931 msgid "Scroll Lock" msgstr "Scroll-Lock" -#: ../rules/base.xml.in.h:930 +#: ../rules/base.xml.in.h:932 msgid "LeftCtrl+LeftWin (to first layout), RightCtrl+Menu (to second layout)" msgstr "Linker Ctrl + linker Windows-toets (naar eerste indeling), rechter Ctrl + Menu-toets (naar tweede indeling)" # aan te zetten/te kiezen/te selecteren/te krijgen/te bereiken # 'to choose' is hier een slechte woordkeuze IMO -#: ../rules/base.xml.in.h:931 +#: ../rules/base.xml.in.h:933 msgid "Key to choose 3rd level" msgstr "Toegang tot het derde niveau" -#: ../rules/base.xml.in.h:932 +#: ../rules/base.xml.in.h:934 msgid "Any Win key" msgstr "Elke Windows-toets" # Beide/Willekeurige/Een van de/Een/Elke -#: ../rules/base.xml.in.h:933 +#: ../rules/base.xml.in.h:935 msgid "Any Alt key" msgstr "Elke Alt-toets" -#: ../rules/base.xml.in.h:934 +#: ../rules/base.xml.in.h:936 msgid "Right Alt, Shift+Right Alt key is Compose" msgstr "Rechter Alt-toets (Shift + rechter Alt-toets is samensteltoets)" -#: ../rules/base.xml.in.h:935 +#: ../rules/base.xml.in.h:937 msgid "Right Alt key never chooses 3rd level" msgstr "Rechter Alt-toets geeft nooit het derde niveau" -#: ../rules/base.xml.in.h:936 +#: ../rules/base.xml.in.h:938 msgid "Enter on keypad" msgstr "Enter op cijferblok" -#: ../rules/base.xml.in.h:937 +#: ../rules/base.xml.in.h:939 msgid "Backslash" msgstr "Backslash" -#: ../rules/base.xml.in.h:938 +#: ../rules/base.xml.in.h:940 msgid "<Less/Greater>" msgstr "<Kleiner dan/Groter dan>" -#: ../rules/base.xml.in.h:939 +#: ../rules/base.xml.in.h:941 msgid "Caps Lock chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "CapsLock, vergrendelt eenmalig samen met andere derdeniveaukiezer" -#: ../rules/base.xml.in.h:940 +#: ../rules/base.xml.in.h:942 msgid "Backslash chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "Backslash, vergrendelt eenmalig samen met andere derdeniveaukiezer" # locks - op slot gezet/blijvend/in stand houden # latches - vergrendelt -#: ../rules/base.xml.in.h:941 +#: ../rules/base.xml.in.h:943 msgid "<Less/Greater> chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "<Kleiner dan/Groter dan>, vergrendelt eenmalig samen met andere derdeniveaukiezer" -#: ../rules/base.xml.in.h:942 +#: ../rules/base.xml.in.h:944 msgid "Ctrl key position" msgstr "Positie van Ctrl-toets" # Ctrl-toets is hier duidelijker -#: ../rules/base.xml.in.h:943 +#: ../rules/base.xml.in.h:945 msgid "Caps Lock as Ctrl" msgstr "CapsLock is Ctrl-toets" # fungeert als/werkt als/is -#: ../rules/base.xml.in.h:944 +#: ../rules/base.xml.in.h:946 msgid "Left Ctrl as Meta" msgstr "Linker Ctrl is Meta-toets" -#: ../rules/base.xml.in.h:945 +#: ../rules/base.xml.in.h:947 msgid "Swap Ctrl and Caps Lock" msgstr "Ctrl en CapsLock omwisselen" # Ctrl-toets links van ‘A’ -#: ../rules/base.xml.in.h:946 +#: ../rules/base.xml.in.h:948 msgid "At left of 'A'" msgstr "Links van de A" # "Ctrl-toets zit linksonder" -#: ../rules/base.xml.in.h:947 +#: ../rules/base.xml.in.h:949 msgid "At bottom left" msgstr "Linksonder" # fungeert als/werkt als/is -#: ../rules/base.xml.in.h:948 +#: ../rules/base.xml.in.h:950 msgid "Right Ctrl as Right Alt" msgstr "Rechter Ctrl is rechter Alt-toets" # fungeert als/werkt als/is -#: ../rules/base.xml.in.h:949 +#: ../rules/base.xml.in.h:951 msgid "Menu as Right Ctrl" msgstr "Menu is rechter Ctrl-toets" # fungeert als/werkt als/is -#: ../rules/base.xml.in.h:950 +#: ../rules/base.xml.in.h:952 msgid "Right Alt as Right Ctrl" msgstr "Rechter Alt is rechter Ctrl-toets" -#: ../rules/base.xml.in.h:951 +#: ../rules/base.xml.in.h:953 msgid "Swap Left Alt key with Left Ctrl key" msgstr "Linker Alt- en linker Ctrl-toets omwisselen" -#: ../rules/base.xml.in.h:952 +#: ../rules/base.xml.in.h:954 msgid "Swap Left Win key with Left Ctrl key" msgstr "Linker Windows- en linker Ctrl-toets omwisselen" -#: ../rules/base.xml.in.h:953 +#: ../rules/base.xml.in.h:955 msgid "Swap Right Win key with Right Ctrl key" msgstr "Rechter Windows- en rechter Ctrl-toets omwisselen" -#: ../rules/base.xml.in.h:954 +#: ../rules/base.xml.in.h:956 msgid "Left Alt as Ctrl, Left Ctrl as Win, Left Win as Alt" msgstr "Linker Alt is Ctrl, linker Ctrl is Windows-toets, linker Windows-toets is Alt" -#: ../rules/base.xml.in.h:955 +#: ../rules/base.xml.in.h:957 msgid "Use keyboard LED to show alternative layout" msgstr "Toetsenbord-LED gebruiken om alternatieve indeling te tonen" -#: ../rules/base.xml.in.h:956 +#: ../rules/base.xml.in.h:958 msgid "Num Lock" msgstr "NumLock" # dubbelop numeriek/cijfer -#: ../rules/base.xml.in.h:957 +#: ../rules/base.xml.in.h:959 msgid "Layout of numeric keypad" msgstr "Indeling van het cijferblok" -#: ../rules/base.xml.in.h:958 +#: ../rules/base.xml.in.h:960 msgid "Legacy" msgstr "Historisch" -#: ../rules/base.xml.in.h:959 +#: ../rules/base.xml.in.h:961 msgid "Unicode additions (arrows and math operators)" msgstr "Unicode-aanvullingen (pijlen en wiskundige operatoren)" -#: ../rules/base.xml.in.h:960 +#: ../rules/base.xml.in.h:962 msgid "Unicode additions (arrows and math operators; math operators on default level)" msgstr "Unicode-aanvullingen (pijlen en wiskundige operatoren; de laatste op standaardniveau)" -#: ../rules/base.xml.in.h:961 +#: ../rules/base.xml.in.h:963 msgid "Legacy Wang 724" msgstr "Historisch Wang 724" -#: ../rules/base.xml.in.h:962 +#: ../rules/base.xml.in.h:964 msgid "Wang 724 keypad with Unicode additions (arrows and math operators)" msgstr "Wang 724 cijferblok met Unicode-aanvullingen (pijlen en wiskundige operatoren)" -#: ../rules/base.xml.in.h:963 +#: ../rules/base.xml.in.h:965 msgid "Wang 724 keypad with Unicode additions (arrows and math operators; math operators on default level)" msgstr "Wang 724 cijferblok met Unicode aanvullingen (pijlen en wiskundige operatoren; de laatste op standaardniveau)" -#: ../rules/base.xml.in.h:964 +#: ../rules/base.xml.in.h:966 msgid "Hexadecimal" msgstr "Hexadecimaal" -#: ../rules/base.xml.in.h:965 +#: ../rules/base.xml.in.h:967 msgid "ATM/phone-style" msgstr "ATM/telefoonstijl" # Op het cijferblok is de delete toets aangegeven met "Del", maar # voor de duidelijkheid maar "Delete-toetsgedrag" van gemaakt. -#: ../rules/base.xml.in.h:966 +#: ../rules/base.xml.in.h:968 msgid "Numeric keypad delete key behaviour" msgstr "Gedrag van Delete-toets op cijferblok" -#: ../rules/base.xml.in.h:967 +#: ../rules/base.xml.in.h:969 msgid "Legacy key with dot" msgstr "Historisch met punt" #. Actually, with KP_SEPARATOR, as the old keypad(comma) -#: ../rules/base.xml.in.h:969 +#: ../rules/base.xml.in.h:971 msgid "Legacy key with comma" msgstr "Historisch met komma" -#: ../rules/base.xml.in.h:970 +#: ../rules/base.xml.in.h:972 msgid "Four-level key with dot" msgstr "Vierniveaus-toets met punt" -#: ../rules/base.xml.in.h:971 +#: ../rules/base.xml.in.h:973 msgid "Four-level key with dot, Latin-9 only" msgstr "Vierniveaus-toets met punt, beperkt tot Latin-9" -#: ../rules/base.xml.in.h:972 +#: ../rules/base.xml.in.h:974 msgid "Four-level key with comma" msgstr "Vierniveaus-toets met komma" -#: ../rules/base.xml.in.h:973 +#: ../rules/base.xml.in.h:975 msgid "Four-level key with momayyez" msgstr "Vierniveaus-toets met momayyez" #. This assumes the KP_ abstract symbols are actually useful for some apps #. The description needs to be rewritten -#: ../rules/base.xml.in.h:976 +#: ../rules/base.xml.in.h:978 msgid "Four-level key with abstract separators" msgstr "Vierniveaus-toets met abstracte scheidingstekens" -#: ../rules/base.xml.in.h:977 +#: ../rules/base.xml.in.h:979 msgid "Semicolon on third level" msgstr "Puntkomma op derde niveau" -#: ../rules/base.xml.in.h:978 +#: ../rules/base.xml.in.h:980 msgid "Caps Lock key behavior" msgstr "Gedrag van CapsLock-toets" -#: ../rules/base.xml.in.h:979 +#: ../rules/base.xml.in.h:981 msgid "Caps Lock uses internal capitalization; Shift \"pauses\" Caps Lock" msgstr "CapsLock gebruikt interne conversie naar hoofdletters; Shift heft CapsLock tijdelijk op" -#: ../rules/base.xml.in.h:980 +#: ../rules/base.xml.in.h:982 msgid "Caps Lock uses internal capitalization; Shift doesn't affect Caps Lock" msgstr "CapsLock gebruikt interne conversie naar hoofdletters; Shift heft CapsLock niet op" -#: ../rules/base.xml.in.h:981 +#: ../rules/base.xml.in.h:983 msgid "Caps Lock acts as Shift with locking; Shift \"pauses\" Caps Lock" msgstr "CapsLock werkt als Shift met vergrendeling; Shift heft CapsLock tijdelijk op" -#: ../rules/base.xml.in.h:982 +#: ../rules/base.xml.in.h:984 msgid "Caps Lock acts as Shift with locking; Shift doesn't affect Caps Lock" msgstr "CapsLock werkt als Shift met vergrendeling; Shift heft CapsLock niet op" # heeft alleen effect op/werkt alleen op/beïnvloedt alleen ~ # de alfabetische toetsen/ # bepaalt hoofdletters/kleine letters bij alfabetische tekens.< -#: ../rules/base.xml.in.h:983 +#: ../rules/base.xml.in.h:985 msgid "Caps Lock toggles normal capitalization of alphabetic characters" msgstr "CapsLock beïnvloedt alleen alfabetische tekens" -#: ../rules/base.xml.in.h:984 +#: ../rules/base.xml.in.h:986 msgid "Make Caps Lock an additional Num Lock" msgstr "Van CapsLock een extra NumLock maken" -#: ../rules/base.xml.in.h:985 +#: ../rules/base.xml.in.h:987 msgid "Swap ESC and Caps Lock" msgstr "Esc en CapsLock omwisselen" # ESC-toets. -#: ../rules/base.xml.in.h:986 +#: ../rules/base.xml.in.h:988 msgid "Make Caps Lock an additional ESC" msgstr "Van CapsLock een extra Esc maken" # Backspace-toets. -#: ../rules/base.xml.in.h:987 +#: ../rules/base.xml.in.h:989 msgid "Make Caps Lock an additional Backspace" msgstr "Van CapsLock een extra Backspace maken" -#: ../rules/base.xml.in.h:988 +#: ../rules/base.xml.in.h:990 msgid "Make Caps Lock an additional Super" msgstr "Van CapsLock een extra Super maken" -#: ../rules/base.xml.in.h:989 +#: ../rules/base.xml.in.h:991 msgid "Make Caps Lock an additional Hyper" msgstr "Van CapsLock een extra Hyper maken" -#: ../rules/base.xml.in.h:990 +#: ../rules/base.xml.in.h:992 msgid "Caps Lock toggles ShiftLock (affects all keys)" msgstr "CapsLock schakelt Shift-vergrendeling aan/uit (beïnvloedt alle toetsen)" # heeft geen functie/geen effect -#: ../rules/base.xml.in.h:991 +#: ../rules/base.xml.in.h:993 msgid "Caps Lock is disabled" msgstr "CapsLock is uitgeschakeld" # Ctrl-toets -#: ../rules/base.xml.in.h:992 +#: ../rules/base.xml.in.h:994 msgid "Make Caps Lock an additional Ctrl" msgstr "Van CapsLock een extra Ctrl maken" -#: ../rules/base.xml.in.h:993 +#: ../rules/base.xml.in.h:995 msgid "Alt/Win key behavior" msgstr "Gedrag van Alt/Windows-toetsen" -#: ../rules/base.xml.in.h:994 +#: ../rules/base.xml.in.h:996 msgid "Add the standard behavior to Menu key" msgstr "Het standaardgedrag toevoegen aan de Menu-toets" -#: ../rules/base.xml.in.h:995 +#: ../rules/base.xml.in.h:997 msgid "Alt and Meta are on Alt keys" msgstr "Alt en Meta zitten op de Alt-toetsen" -#: ../rules/base.xml.in.h:996 +#: ../rules/base.xml.in.h:998 msgid "Alt is mapped to Win keys (and the usual Alt keys)" msgstr "Alt zit op de Windows-toetsen (én op de gebruikelijke Alt-toetsen)" -#: ../rules/base.xml.in.h:997 +#: ../rules/base.xml.in.h:999 msgid "Ctrl is mapped to Win keys (and the usual Ctrl keys)" msgstr "Ctrl zit op de Windows-toetsen (én op de gebruikelijke Ctrl-toetsen)" -#: ../rules/base.xml.in.h:998 +#: ../rules/base.xml.in.h:1000 msgid "Ctrl is mapped to Alt keys, Alt is mapped to Win keys" msgstr "Ctrl zit op de Alt-toetsen, Alt zit op de Windows-toetsen" -#: ../rules/base.xml.in.h:999 +#: ../rules/base.xml.in.h:1001 msgid "Meta is mapped to Win keys" msgstr "Meta zit op de Windows-toetsen" -#: ../rules/base.xml.in.h:1000 +#: ../rules/base.xml.in.h:1002 msgid "Meta is mapped to Left Win" msgstr "Meta zit op de linker Windows-toets" -#: ../rules/base.xml.in.h:1001 +#: ../rules/base.xml.in.h:1003 msgid "Hyper is mapped to Win keys" msgstr "Hyper zit op de Windows-toetsen" # wordt afgebeeld op/zit op # zit op is veel korter en is ook duidelijker -#: ../rules/base.xml.in.h:1002 +#: ../rules/base.xml.in.h:1004 msgid "Alt is mapped to Right Win, Super to Menu" msgstr "Alt zit op de rechter Windows-toets, Super op de Menu-toets" -#: ../rules/base.xml.in.h:1003 +#: ../rules/base.xml.in.h:1005 msgid "Alt is swapped with Win" msgstr "Alt- en Windows-toetsen omwisselen" -#: ../rules/base.xml.in.h:1004 +#: ../rules/base.xml.in.h:1006 msgid "Position of Compose key" msgstr "Positie van samensteltoets" -#: ../rules/base.xml.in.h:1005 +#: ../rules/base.xml.in.h:1007 msgid "3rd level of Left Win" msgstr "derde niveau van linker Windows-toets" -#: ../rules/base.xml.in.h:1006 +#: ../rules/base.xml.in.h:1008 msgid "3rd level of Right Win" msgstr "derde niveau van rechter Windows-toets" -#: ../rules/base.xml.in.h:1007 +#: ../rules/base.xml.in.h:1009 msgid "3rd level of Menu" msgstr "derde niveau van Menu" -#: ../rules/base.xml.in.h:1008 +#: ../rules/base.xml.in.h:1010 msgid "3rd level of Left Ctrl" msgstr "derde niveau van linker Ctrl-toets" -#: ../rules/base.xml.in.h:1009 +#: ../rules/base.xml.in.h:1011 msgid "3rd level of Right Ctrl" msgstr "derde niveau van rechter Ctrl-toets" -#: ../rules/base.xml.in.h:1010 +#: ../rules/base.xml.in.h:1012 msgid "3rd level of Caps Lock" msgstr "derde niveau van CapsLock" -#: ../rules/base.xml.in.h:1011 +#: ../rules/base.xml.in.h:1013 msgid "3rd level of <Less/Greater>" msgstr "derde niveau van <Kleiner dan/Groter dan>" # De tekst op de Pause-toets is meestal "Pause". -#: ../rules/base.xml.in.h:1012 +#: ../rules/base.xml.in.h:1014 msgid "Pause" msgstr "Pause" -#: ../rules/base.xml.in.h:1013 +#: ../rules/base.xml.in.h:1015 msgid "PrtSc" msgstr "PrtSc" -#: ../rules/base.xml.in.h:1014 +#: ../rules/base.xml.in.h:1016 msgid "Miscellaneous compatibility options" msgstr "Overige compatibiliteitsopties" # dubbelop numeriek/cijfer -#: ../rules/base.xml.in.h:1015 +#: ../rules/base.xml.in.h:1017 msgid "Default numeric keypad keys" msgstr "Standaard cijferblok-toetsen" -#: ../rules/base.xml.in.h:1016 +#: ../rules/base.xml.in.h:1018 msgid "Numeric keypad keys always enter digits (as in Mac OS)" msgstr "Cijferblok-toetsen geven altijd cijfers (net als bij Mac OS)" -#: ../rules/base.xml.in.h:1017 -msgid "Shift with numeric keypad keys works as in MS Windows" -msgstr "Shift met cijferblok-toetsen werkt zoals in MS Windows" +#: ../rules/base.xml.in.h:1019 +msgid "NumLock on: digits, Shift switches to arrow keys, Numlock off: always arrow keys (as in MS Windows)" +msgstr "NumLock aan geeft cijfers, en Shift schakelt naar cursortoetsen; Numlock uit geeft altijd cursortoetsen (zoals in MS Windows)" -#: ../rules/base.xml.in.h:1018 +#: ../rules/base.xml.in.h:1020 msgid "Shift does not cancel Num Lock, chooses 3rd level instead" msgstr "Shift heft NumLock niet op, maar geeft juist het derde niveau" -#: ../rules/base.xml.in.h:1019 +#: ../rules/base.xml.in.h:1021 msgid "Special keys (Ctrl+Alt+<key>) handled in a server" msgstr "Speciale toetsen (Ctrl+Alt+<toets>) afgehandeld in een server" -#: ../rules/base.xml.in.h:1020 +#: ../rules/base.xml.in.h:1022 msgid "Apple Aluminium Keyboard: emulate PC keys (Print, Scroll Lock, Pause, Num Lock)" msgstr "Apple Aluminium-toetsenbord: PC-toetsen emuleren (Print, Scroll-Lock, Pause, NumLock)" -#: ../rules/base.xml.in.h:1021 +#: ../rules/base.xml.in.h:1023 msgid "Shift cancels Caps Lock" msgstr "Shift schakelt CapsLock uit" -#: ../rules/base.xml.in.h:1022 +#: ../rules/base.xml.in.h:1024 msgid "Enable extra typographic characters" msgstr "Extra typografische tekens aanzetten" -#: ../rules/base.xml.in.h:1023 +#: ../rules/base.xml.in.h:1025 msgid "Both Shift keys together toggle Caps Lock" msgstr "Beide Shift-toetsen samen schakelen CapsLock aan/uit" -#: ../rules/base.xml.in.h:1024 +#: ../rules/base.xml.in.h:1026 msgid "Both Shift keys together activate Caps Lock, one Shift key deactivates" msgstr "Beide Shift-toetsen samen zetten CapsLock aan, één Shift-toets zet uit" -#: ../rules/base.xml.in.h:1025 +#: ../rules/base.xml.in.h:1027 msgid "Both Shift keys together toggle ShiftLock" msgstr "Beide Shift-toetsen samen schakelen ShiftLock aan/uit" # PointerKeys are the mouse emulation that XKB provides on the press of a key. # (Test with Shift+NumLock, then the keypad will move the mouse around.) -#: ../rules/base.xml.in.h:1026 +#: ../rules/base.xml.in.h:1028 msgid "Shift + NumLock toggles PointerKeys" msgstr "Shift + NumLock schakelen 'muistoetsen' aan/uit" -# XXX -- what does "grab" mean? -#: ../rules/base.xml.in.h:1027 +# XXX: what does "grab" mean? +#: ../rules/base.xml.in.h:1029 msgid "Allow breaking grabs with keyboard actions (warning: security risk)" msgstr "Het verbreken van 'grabs' via toetsenbord toestaan (veiligheidsrisico)" -#: ../rules/base.xml.in.h:1028 +#: ../rules/base.xml.in.h:1030 msgid "Allow grab and window tree logging" msgstr "Het loggen van 'grabs' en 'window trees' toestaan" -#: ../rules/base.xml.in.h:1029 +#: ../rules/base.xml.in.h:1031 msgid "Adding currency signs to certain keys" msgstr "Valutatekens aan bepaalde toetsen toevoegen" -#: ../rules/base.xml.in.h:1030 +#: ../rules/base.xml.in.h:1032 msgid "Euro on E" msgstr "Euroteken op E" -#: ../rules/base.xml.in.h:1031 +#: ../rules/base.xml.in.h:1033 msgid "Euro on 2" msgstr "Euroteken op 2" -#: ../rules/base.xml.in.h:1032 +#: ../rules/base.xml.in.h:1034 msgid "Euro on 4" msgstr "Euroteken op 4" -#: ../rules/base.xml.in.h:1033 +#: ../rules/base.xml.in.h:1035 msgid "Euro on 5" msgstr "Euroteken op 5" -#: ../rules/base.xml.in.h:1034 +#: ../rules/base.xml.in.h:1036 msgid "Rupee on 4" msgstr "Roepie op 4" # aan te zetten/te kiezen/te selecteren/te krijgen # 'to choose' is hier een slechte woordkeuze IMO -#: ../rules/base.xml.in.h:1035 +#: ../rules/base.xml.in.h:1037 msgid "Key to choose 5th level" msgstr "De toets om het vijde niveau te krijgen" # locks - op slot gezet/blijvend/in stand houden -#: ../rules/base.xml.in.h:1036 +#: ../rules/base.xml.in.h:1038 msgid "<Less/Greater> chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "<Kleiner dan/Groter dan> geeft vijfde niveau, en vergrendelt wanneer ingedrukt samen met andere vijfdeniveau-kiezer" -#: ../rules/base.xml.in.h:1037 +#: ../rules/base.xml.in.h:1039 msgid "Right Alt chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Rechter Alt-toets geeft vijfde niveau, en vergrendelt wanneer ingedrukt samen met andere vijfdeniveau-kiezer" -#: ../rules/base.xml.in.h:1038 +#: ../rules/base.xml.in.h:1040 msgid "Left Win chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Linker Windows-toets geeft vijfde niveau, en vergrendelt wanneer ingedrukt samen met andere vijfdeniveau-kiezer" -#: ../rules/base.xml.in.h:1039 +#: ../rules/base.xml.in.h:1041 msgid "Right Win chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Rechter Windows-toets geeft vijfde niveau, en vergrendelt wanneer ingedrukt samen met andere vijfdeniveau-kiezer" -#: ../rules/base.xml.in.h:1040 +#: ../rules/base.xml.in.h:1042 msgid "Using space key to input non-breakable space character" msgstr "Gebruik van spatiebalk voor het invoeren van harde (niet-afbrekende) spaties" # Spatiebalk geeft de gebruikelijke spatie op elk niveau. -#: ../rules/base.xml.in.h:1041 +#: ../rules/base.xml.in.h:1043 msgid "Usual space at any level" msgstr "Gewone spatie op elk niveau" # http://en.wikipedia.org/wiki/Non-breaking_space # niet-afbreekbaar spatieteken/nietafbrekendespatie/ # niet-afbrekende spatie/harde spatie/ vaste spatie -#: ../rules/base.xml.in.h:1042 +#: ../rules/base.xml.in.h:1044 msgid "Non-breakable space character at second level" msgstr "Harde spatie op het tweede niveau" -#: ../rules/base.xml.in.h:1043 +#: ../rules/base.xml.in.h:1045 msgid "Non-breakable space character at third level" msgstr "Harde spatie op het derde niveau" -#: ../rules/base.xml.in.h:1044 +#: ../rules/base.xml.in.h:1046 msgid "Non-breakable space character at third level, nothing at fourth level" msgstr "Harde spatie op het derde niveau, niets op het vierde niveau" -#: ../rules/base.xml.in.h:1045 +#: ../rules/base.xml.in.h:1047 msgid "Non-breakable space character at third level, thin non-breakable space character at fourth level" msgstr "Harde spatie op het derde niveau, smalle harde spatie op het vierde niveau" # Spatiebalk geeft harde spatie op het vierde niveau. -#: ../rules/base.xml.in.h:1046 +#: ../rules/base.xml.in.h:1048 msgid "Non-breakable space character at fourth level" msgstr "Harde spatie op het vierde niveau" -#: ../rules/base.xml.in.h:1047 +#: ../rules/base.xml.in.h:1049 msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level" msgstr "Harde spatie op het vierde niveau, smalle harde spatie op het zesde niveau" -#: ../rules/base.xml.in.h:1048 +#: ../rules/base.xml.in.h:1050 msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level (via Ctrl+Shift)" msgstr "Harde spatie op het vierde niveau, smalle harde spatie op het zesde niveau (via Ctrl+Shift)" @@ -4055,85 +4063,103 @@ msgstr "Harde spatie op het vierde niveau, smalle harde spatie op het zesde nive # Nulbreedte-losmaker/non-verbinder/non-verbindingsteken -- # losmaker is het duidelijkst, het maakt twee tekens los die # anders verbonden zouden worden. (Tino) -#: ../rules/base.xml.in.h:1049 +#: ../rules/base.xml.in.h:1051 msgid "Zero-width non-joiner character at second level" msgstr "Nulbreedte-losmaker op het tweede niveau" -#: ../rules/base.xml.in.h:1050 +#: ../rules/base.xml.in.h:1052 msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level" msgstr "Nulbreedte-losmaker op het tweede niveau, nulbreedte-verbinder op het derde niveau" -#: ../rules/base.xml.in.h:1051 +#: ../rules/base.xml.in.h:1053 msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level, non-breakable space character at fourth level" msgstr "Nulbreedte-losmaker op het tweede niveau, nulbreedte-verbinder op het derde niveau, harde spatie op het vierde niveau" -#: ../rules/base.xml.in.h:1052 +#: ../rules/base.xml.in.h:1054 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level" msgstr "Nulbreedte-losmaker op het tweede niveau, harde spatie op het derde niveau" -#: ../rules/base.xml.in.h:1053 +#: ../rules/base.xml.in.h:1055 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, nothing at fourth level" msgstr "Nulbreedte-losmaker op het tweede niveau, harde spatie op het derde niveau, niets op het vierde niveau" -#: ../rules/base.xml.in.h:1054 +#: ../rules/base.xml.in.h:1056 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, zero-width joiner at fourth level" msgstr "Nulbreedte-losmaker op het tweede niveau, harde spatie op het derde niveau, nulbreedte-verbinder op het vierde niveau" -#: ../rules/base.xml.in.h:1055 +#: ../rules/base.xml.in.h:1057 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, thin non-breakable space at fourth level" msgstr "Nulbreedte-losmaker op het tweede niveau, harde spatie op het derde niveau, smalle harde spatie op het vierde niveau" -#: ../rules/base.xml.in.h:1056 +#: ../rules/base.xml.in.h:1058 msgid "Zero-width non-joiner character at third level, zero-width joiner at fourth level" msgstr "Nulbreedte-losmaker op het derde niveau, nulbreedte-verbinder op het vierde niveau" -#: ../rules/base.xml.in.h:1057 +#: ../rules/base.xml.in.h:1059 msgid "Japanese keyboard options" msgstr "Japanse toetsenbordopties" -#: ../rules/base.xml.in.h:1058 +#: ../rules/base.xml.in.h:1060 msgid "Kana Lock key is locking" msgstr "Kana Lock-toets is vergrendelend" -#: ../rules/base.xml.in.h:1059 +#: ../rules/base.xml.in.h:1061 msgid "NICOLA-F style Backspace" msgstr "NICOLA-F-stijl backspace" # De Zenkaku Hankaku toets converteert tussen volle breedte en half breedte karakters. -#: ../rules/base.xml.in.h:1060 +#: ../rules/base.xml.in.h:1062 msgid "Make Zenkaku Hankaku an additional ESC" msgstr "Van de Zenkaku Hankaku-toets een extra Esc-toets maken" -#: ../rules/base.xml.in.h:1061 +#: ../rules/base.xml.in.h:1063 +msgid "Korean Hangul/Hanja keys" +msgstr "Koreaanse Hangul-/Hanja-toetsen" + +#: ../rules/base.xml.in.h:1064 +msgid "Hardware Hangul/Hanja keys" +msgstr "Fysieke Hangul-/Hanja-toetsen" + +# fungeert als/werkt als/is +#: ../rules/base.xml.in.h:1065 +msgid "Right Alt as Hangul, right Ctrl as Hanja" +msgstr "Rechter Alt is Hangul, rechter Ctrl is Hanja" + +# fungeert als/werkt als/is +#: ../rules/base.xml.in.h:1066 +msgid "Right Ctrl as Hangul, right Alt as Hanja" +msgstr "Rechter Ctrl is Hangul, rechter Alt is Hanja" + +#: ../rules/base.xml.in.h:1067 msgid "Adding Esperanto supersigned letters" msgstr "Esperanto-letters met accenten toevoegen" -#: ../rules/base.xml.in.h:1062 +#: ../rules/base.xml.in.h:1068 msgid "To the corresponding key in a Qwerty layout" msgstr "Aan de gerelateerde toets in een Qwerty-indeling" -#: ../rules/base.xml.in.h:1063 +#: ../rules/base.xml.in.h:1069 msgid "To the corresponding key in a Dvorak layout" msgstr "Aan de gerelateerde toets in een Dvorak-indeling" -#: ../rules/base.xml.in.h:1064 +#: ../rules/base.xml.in.h:1070 msgid "To the corresponding key in a Colemak layout" msgstr "Aan de gerelateerde toets in een Colemak-indeling" -#: ../rules/base.xml.in.h:1065 +#: ../rules/base.xml.in.h:1071 msgid "Maintain key compatibility with old Solaris keycodes" msgstr "Toetscompatibiliteit behouden met oude Solaris-toetscodes" -#: ../rules/base.xml.in.h:1066 +#: ../rules/base.xml.in.h:1072 msgid "Sun Key compatibility" msgstr "Sun-toetsen-compatibiliteit" # om zeep te helpen/af te breken/te stoppen/ -#: ../rules/base.xml.in.h:1067 +#: ../rules/base.xml.in.h:1073 msgid "Key sequence to kill the X server" msgstr "Toetscombinatie om de X-server af te breken" -#: ../rules/base.xml.in.h:1068 +#: ../rules/base.xml.in.h:1074 msgid "Ctrl + Alt + Backspace" msgstr "Ctrl + Alt + Backspace" @@ -4231,263 +4257,270 @@ msgid "German (with Hungarian letters and no dead keys)" msgstr "Duits (met Hongaarse lettertekens en zonder dode toetsen)" #: ../rules/base.extras.xml.in.h:26 +msgid "Polish (Germany, eliminate dead keys)" +msgstr "Pools (Duitsland, zonder dode toetsen)" + +#: ../rules/base.extras.xml.in.h:27 msgid "German (Sun Type 6/7)" msgstr "Duits (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:27 +#: ../rules/base.extras.xml.in.h:28 msgid "German (Aus der Neo-Welt)" msgstr "Duits (uit de Neo-wereld)" # Het Avestisch is de taal van de Avesta in Iran: religieuze literatuur van # de Parsi's, volgelingen van Zoroaster of Zarathustra (heilsprofeet). -#: ../rules/base.extras.xml.in.h:30 +#: ../rules/base.extras.xml.in.h:31 msgid "Avestan" msgstr "Avestisch" -#: ../rules/base.extras.xml.in.h:33 +#: ../rules/base.extras.xml.in.h:34 msgid "Lithuanian (US Dvorak with Lithuanian letters)" msgstr "Litouws (VS, Dvorak met Litouwse lettertekens)" -#: ../rules/base.extras.xml.in.h:34 +#: ../rules/base.extras.xml.in.h:35 msgid "Lithuanian (Sun Type 6/7)" msgstr "Litouws (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:37 +#: ../rules/base.extras.xml.in.h:38 msgid "Latvian (US Dvorak)" msgstr "Lets (VS, Dvorak)" -#: ../rules/base.extras.xml.in.h:38 +#: ../rules/base.extras.xml.in.h:39 msgid "Latvian (US Dvorak, Y variant)" msgstr "Lets (VS, Dvorak, Y-variant)" -#: ../rules/base.extras.xml.in.h:39 +#: ../rules/base.extras.xml.in.h:40 msgid "Latvian (US Dvorak, minus variant)" msgstr "Lets (VS, Dvorak, min-variant)" -#: ../rules/base.extras.xml.in.h:40 +#: ../rules/base.extras.xml.in.h:41 msgid "Latvian (programmer US Dvorak)" msgstr "Lets (VS, programmeer-Dvorak)" -#: ../rules/base.extras.xml.in.h:41 +#: ../rules/base.extras.xml.in.h:42 msgid "Latvian (programmer US Dvorak, Y variant)" msgstr "Lets (VS, programmeer-Dvorak, Y-variant)" -#: ../rules/base.extras.xml.in.h:42 +#: ../rules/base.extras.xml.in.h:43 msgid "Latvian (programmer US Dvorak, minus variant)" msgstr "Lets (VS, programmeer-Dvorak, min-variant)" -#: ../rules/base.extras.xml.in.h:43 +#: ../rules/base.extras.xml.in.h:44 msgid "Latvian (US Colemak)" msgstr "Lets (VS, Colemak)" -# XXX -- comma for consistency? -#: ../rules/base.extras.xml.in.h:44 +# XXX: comma for consistency? +#: ../rules/base.extras.xml.in.h:45 msgid "Latvian (US Colemak, apostrophe variant)" msgstr "Lets (VS, Colemak, apostrof-variant)" -#: ../rules/base.extras.xml.in.h:45 +#: ../rules/base.extras.xml.in.h:46 msgid "Latvian (Sun Type 6/7)" msgstr "Lets (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:48 +#: ../rules/base.extras.xml.in.h:49 msgid "English (US, international AltGr Unicode combining)" msgstr "Engels (VS, internationaal, Unicode-combinerend via AltGr)" -#: ../rules/base.extras.xml.in.h:49 +#: ../rules/base.extras.xml.in.h:50 msgid "English (US, international AltGr Unicode combining, alternative)" msgstr "Engels (VS, internationaal, Unicode-combinerend via AltGr, alternatief)" -#: ../rules/base.extras.xml.in.h:50 +#: ../rules/base.extras.xml.in.h:51 msgid "Atsina" msgstr "Atsina" # Coeur d'Alene is a Salishan language spoken by only five of the 800 individuals in the # Coeur d'Alene Tribe on the Coeur d'Alene Reservation in northern Idaho, United States. # http://en.wikipedia.org/wiki/Coeur_d'Alene_language -#: ../rules/base.extras.xml.in.h:51 +#: ../rules/base.extras.xml.in.h:52 msgid "Coeur d'Alene Salish" msgstr "Cœur d'Alène Salish" -#: ../rules/base.extras.xml.in.h:52 +#: ../rules/base.extras.xml.in.h:53 msgid "Czech Slovak and German (US)" msgstr "Tsjechisch, Slowaaks en Duits (VS)" -#: ../rules/base.extras.xml.in.h:53 +#: ../rules/base.extras.xml.in.h:54 msgid "English (US, Sun Type 6/7)" msgstr "Engels (VS, Sun type 6/7)" # "Norman" is een toetsenbordindeling. -#: ../rules/base.extras.xml.in.h:54 +#: ../rules/base.extras.xml.in.h:55 msgid "English (Norman)" msgstr "Engels (Norman)" -#: ../rules/base.extras.xml.in.h:57 +#: ../rules/base.extras.xml.in.h:58 msgid "Polish (international with dead keys)" msgstr "Pools (internationaal, met dode toetsen)" -#: ../rules/base.extras.xml.in.h:58 +#: ../rules/base.extras.xml.in.h:59 msgid "Polish (Colemak)" msgstr "Pools (Colemak)" -#: ../rules/base.extras.xml.in.h:59 +#: ../rules/base.extras.xml.in.h:60 msgid "Polish (Sun Type 6/7)" msgstr "Pools (Sun type 6/7)" # Krim-Tataars of Krim-Turks. # http://nl.wikipedia.org/wiki/Krim-Tataars -#: ../rules/base.extras.xml.in.h:63 +#: ../rules/base.extras.xml.in.h:64 msgid "Crimean Tatar (Dobruja Q)" msgstr "Krim-Tataars (Dobruja Q)" -#: ../rules/base.extras.xml.in.h:64 +#: ../rules/base.extras.xml.in.h:65 msgid "Romanian (ergonomic Touchtype)" msgstr "Roemeens (ergonomisch Touchtype)" -#: ../rules/base.extras.xml.in.h:65 +#: ../rules/base.extras.xml.in.h:66 msgid "Romanian (Sun Type 6/7)" msgstr "Roemeens (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:68 +#: ../rules/base.extras.xml.in.h:69 msgid "Serbian (combining accents instead of dead keys)" msgstr "Servisch (Combinerende accenten in plaats van dode toetsen)" -#: ../rules/base.extras.xml.in.h:71 +#: ../rules/base.extras.xml.in.h:72 msgid "Church Slavonic" msgstr "Kerkslavisch" -#: ../rules/base.extras.xml.in.h:72 +#: ../rules/base.extras.xml.in.h:73 msgid "Russian (with Ukrainian-Belorussian layout)" msgstr "Russisch (met Oekraïens-Wit-Russische indeling)" -#: ../rules/base.extras.xml.in.h:73 +#: ../rules/base.extras.xml.in.h:74 msgid "Russian (Sun Type 6/7)" msgstr "Russisch (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:76 +#: ../rules/base.extras.xml.in.h:77 msgid "Armenian (OLPC phonetic)" msgstr "Armeens (OLPC, fonetisch)" -#: ../rules/base.extras.xml.in.h:79 +#: ../rules/base.extras.xml.in.h:80 msgid "Hebrew (Biblical, SIL phonetic)" msgstr "Hebreeuws (Bijbels, SIL-fonetisch)" -#: ../rules/base.extras.xml.in.h:82 +#: ../rules/base.extras.xml.in.h:83 msgid "Arabic (Sun Type 6/7)" msgstr "Arabisch (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:85 +#: ../rules/base.extras.xml.in.h:86 msgid "Belgian (Sun Type 6/7)" msgstr "Belgisch (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:88 +#: ../rules/base.extras.xml.in.h:89 msgid "Portuguese (Brazil, Sun Type 6/7)" msgstr "Portugees (Brazilië, Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:91 +#: ../rules/base.extras.xml.in.h:92 msgid "Czech (Sun Type 6/7)" msgstr "Tsjechisch (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:94 +#: ../rules/base.extras.xml.in.h:95 msgid "Danish (Sun Type 6/7)" msgstr "Deens (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:97 +#: ../rules/base.extras.xml.in.h:98 msgid "Dutch (Sun Type 6/7)" msgstr "Nederlands (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:100 +#: ../rules/base.extras.xml.in.h:101 msgid "Estonian (Sun Type 6/7)" msgstr "Estisch (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:103 +#: ../rules/base.extras.xml.in.h:104 msgid "Finnish (Sun Type 6/7)" msgstr "Fins (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:105 +#: ../rules/base.extras.xml.in.h:106 msgid "French (Sun Type 6/7)" msgstr "Frans (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:108 +#: ../rules/base.extras.xml.in.h:109 msgid "Greek (Sun Type 6/7)" msgstr "Grieks (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:111 +#: ../rules/base.extras.xml.in.h:112 msgid "Italian (Sun Type 6/7)" msgstr "Italiaans (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:114 +#: ../rules/base.extras.xml.in.h:115 msgid "Japanese (Sun Type 6)" msgstr "Japans (Sun type 6/)" -#: ../rules/base.extras.xml.in.h:115 +#: ../rules/base.extras.xml.in.h:116 msgid "Japanese (Sun Type 7 - pc compatible)" msgstr "Japans (Sun type 7 - PC-compatibel)" -#: ../rules/base.extras.xml.in.h:116 +#: ../rules/base.extras.xml.in.h:117 msgid "Japanese (Sun Type 7 - sun compatible)" msgstr "Japans (Sun type 7 - Sun-compatibel)" -#: ../rules/base.extras.xml.in.h:119 +#: ../rules/base.extras.xml.in.h:120 msgid "Norwegian (Sun Type 6/7)" msgstr "Noors (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:121 +#: ../rules/base.extras.xml.in.h:122 msgid "Portuguese (Sun Type 6/7)" msgstr "Portugees (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:124 +#: ../rules/base.extras.xml.in.h:125 msgid "Slovak (Sun Type 6/7)" msgstr "Slowaaks (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:127 +#: ../rules/base.extras.xml.in.h:128 msgid "Spanish (Sun Type 6/7)" msgstr "Spaans (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:130 +#: ../rules/base.extras.xml.in.h:131 msgid "Swedish (Dvorak A5)" msgstr "Zweeds (Dvorak A5)" -#: ../rules/base.extras.xml.in.h:131 +#: ../rules/base.extras.xml.in.h:132 msgid "Swedish (Sun Type 6/7)" msgstr "Zweeds (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:133 +#: ../rules/base.extras.xml.in.h:134 msgid "German (Switzerland, Sun Type 6/7)" msgstr "Duits (Zwitserland, Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:134 +#: ../rules/base.extras.xml.in.h:135 msgid "French (Switzerland, Sun Type 6/7)" msgstr "Frans (Zwitserland, Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:137 +#: ../rules/base.extras.xml.in.h:138 msgid "Turkish (Sun Type 6/7)" msgstr "Turks (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:140 +#: ../rules/base.extras.xml.in.h:141 msgid "Ukrainian (Sun Type 6/7)" msgstr "Oekraïens (Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:142 +#: ../rules/base.extras.xml.in.h:143 msgid "English (UK, Sun Type 6/7)" msgstr "Engels (GB, Sun type 6/7)" -#: ../rules/base.extras.xml.in.h:145 +#: ../rules/base.extras.xml.in.h:146 msgid "Korean (Sun Type 6/7)" msgstr "Koreaans (Sun type 6/7)" #. Keyboard indicator for European layouts -#: ../rules/base.extras.xml.in.h:147 +#: ../rules/base.extras.xml.in.h:148 msgid "eu" msgstr "eu" -#: ../rules/base.extras.xml.in.h:148 +#: ../rules/base.extras.xml.in.h:149 msgid "EurKEY (US based layout with european letters)" msgstr "EurKEY (VS-toetsenbord met Europese lettertekens)" -#: ../rules/base.extras.xml.in.h:151 +#: ../rules/base.extras.xml.in.h:152 msgid "Mmuock" msgstr "Mmuock" +#~ msgid "Shift with numeric keypad keys works as in MS Windows" +#~ msgstr "Shift met cijferblok-toetsen werkt zoals in MS Windows" + #~ msgid "English (layout toggle on multiply/divide key)" #~ msgstr "Engels (indeling wisselen met de toetsen delen/vermenigvuldigen)" diff --git a/xorg-server/xkeyboard-config/po/pl.po b/xorg-server/xkeyboard-config/po/pl.po index 7024b5e62..b60e09d36 100644 --- a/xorg-server/xkeyboard-config/po/pl.po +++ b/xorg-server/xkeyboard-config/po/pl.po @@ -1,13 +1,13 @@ # Polish translation for xkeyboard-config. # This file is distributed under the same license as the xkeyboard-config package. -# Jakub Bogusz , 2009-2014. +# Jakub Bogusz , 2009-2015. # msgid "" msgstr "" -"Project-Id-Version: xkeyboard-config 2.12.99\n" +"Project-Id-Version: xkeyboard-config 2.13.99\n" "Report-Msgid-Bugs-To: svu@users.sourceforge.net\n" -"POT-Creation-Date: 2014-09-18 23:46+0100\n" -"PO-Revision-Date: 2014-09-19 16:33+0200\n" +"POT-Creation-Date: 2015-01-15 01:16+0000\n" +"PO-Revision-Date: 2015-01-15 20:16+0100\n" "Last-Translator: Jakub Bogusz \n" "Language-Team: Polish \n" "Language: pl\n" @@ -752,11 +752,11 @@ msgid "Htc Dream phone" msgstr "Telefon HTC Dream" #. Keyboard indicator for English layouts -#: ../rules/base.xml.in.h:186 ../rules/base.extras.xml.in.h:46 +#: ../rules/base.xml.in.h:186 ../rules/base.extras.xml.in.h:47 msgid "en" msgstr "en" -#: ../rules/base.xml.in.h:187 ../rules/base.extras.xml.in.h:47 +#: ../rules/base.xml.in.h:187 ../rules/base.extras.xml.in.h:48 msgid "English (US)" msgstr "Angielski (USA)" @@ -814,7 +814,7 @@ msgid "English (programmer Dvorak)" msgstr "Angielski (Dvoraka programisty)" #. Keyboard indicator for Russian layouts -#: ../rules/base.xml.in.h:203 ../rules/base.extras.xml.in.h:69 +#: ../rules/base.xml.in.h:203 ../rules/base.extras.xml.in.h:70 msgid "ru" msgstr "ru" @@ -847,7 +847,7 @@ msgid "English (Workman, international with dead keys)" msgstr "Angielski (Workman, międzynarodowy z klawiszami akcentów)" #. Keyboard indicator for Persian layouts -#: ../rules/base.xml.in.h:212 ../rules/base.extras.xml.in.h:28 +#: ../rules/base.xml.in.h:212 ../rules/base.extras.xml.in.h:29 msgid "fa" msgstr "fa" @@ -886,11 +886,11 @@ msgid "Uzbek (Afghanistan, OLPC)" msgstr "Uzbecki (Afganistan, OLPC)" #. Keyboard indicator for Arabic layouts -#: ../rules/base.xml.in.h:224 ../rules/base.extras.xml.in.h:80 +#: ../rules/base.xml.in.h:224 ../rules/base.extras.xml.in.h:81 msgid "ar" msgstr "ar" -#: ../rules/base.xml.in.h:225 ../rules/base.extras.xml.in.h:81 +#: ../rules/base.xml.in.h:225 ../rules/base.extras.xml.in.h:82 msgid "Arabic" msgstr "Arabski" @@ -932,11 +932,11 @@ msgid "Albanian (Plisi D1)" msgstr "Albański (Plisi D1)" #. Keyboard indicator for Armenian layouts -#: ../rules/base.xml.in.h:237 ../rules/base.extras.xml.in.h:74 +#: ../rules/base.xml.in.h:237 ../rules/base.extras.xml.in.h:75 msgid "hy" msgstr "hy" -#: ../rules/base.xml.in.h:238 ../rules/base.extras.xml.in.h:75 +#: ../rules/base.xml.in.h:238 ../rules/base.extras.xml.in.h:76 msgid "Armenian" msgstr "Armeński" @@ -1012,11 +1012,11 @@ msgid "Belarusian (Latin)" msgstr "Białoruski (łaciński)" #. Keyboard indicator for Belgian layouts -#: ../rules/base.xml.in.h:260 ../rules/base.extras.xml.in.h:83 +#: ../rules/base.xml.in.h:260 ../rules/base.extras.xml.in.h:84 msgid "be" msgstr "be" -#: ../rules/base.xml.in.h:261 ../rules/base.extras.xml.in.h:84 +#: ../rules/base.xml.in.h:261 ../rules/base.extras.xml.in.h:85 msgid "Belgian" msgstr "Belgijski" @@ -1279,11 +1279,11 @@ msgid "Bosnian (US keyboard with Bosnian letters)" msgstr "Bośniacki (klawiatura US z literami bośniackimi)" #. Keyboard indicator for Portuguese layouts -#: ../rules/base.xml.in.h:338 ../rules/base.extras.xml.in.h:86 +#: ../rules/base.xml.in.h:338 ../rules/base.extras.xml.in.h:87 msgid "pt" msgstr "pt" -#: ../rules/base.xml.in.h:339 ../rules/base.extras.xml.in.h:87 +#: ../rules/base.xml.in.h:339 ../rules/base.extras.xml.in.h:88 msgid "Portuguese (Brazil)" msgstr "Portugalski (Brazylia)" @@ -1367,11 +1367,11 @@ msgid "Berber (Morocco, Tifinagh extended phonetic)" msgstr "Berberyjski (Maroko, rozszerzony fonetyczny tifinagh)" #. Keyboard indicator for Cameroon layouts -#: ../rules/base.xml.in.h:363 ../rules/base.extras.xml.in.h:149 +#: ../rules/base.xml.in.h:363 ../rules/base.extras.xml.in.h:150 msgid "cm" msgstr "cm" -#: ../rules/base.xml.in.h:364 ../rules/base.extras.xml.in.h:150 +#: ../rules/base.xml.in.h:364 ../rules/base.extras.xml.in.h:151 msgid "English (Cameroon)" msgstr "Angielski (Kamerun)" @@ -1492,11 +1492,11 @@ msgid "Croatian (US keyboard with Croatian letters)" msgstr "Chorwacki (klawiatura US z literami chorwackimi)" #. Keyboard indicator for Chech layouts -#: ../rules/base.xml.in.h:398 ../rules/base.extras.xml.in.h:89 +#: ../rules/base.xml.in.h:398 ../rules/base.extras.xml.in.h:90 msgid "cs" msgstr "cs" -#: ../rules/base.xml.in.h:399 ../rules/base.extras.xml.in.h:90 +#: ../rules/base.xml.in.h:399 ../rules/base.extras.xml.in.h:91 msgid "Czech" msgstr "Czeski" @@ -1521,11 +1521,11 @@ msgid "Czech (US Dvorak with CZ UCW support)" msgstr "Czeski (US Dvoraka z obsługą CZ UCW)" #. Keyboard indicator for Danish layouts -#: ../rules/base.xml.in.h:406 ../rules/base.extras.xml.in.h:92 +#: ../rules/base.xml.in.h:406 ../rules/base.extras.xml.in.h:93 msgid "da" msgstr "da" -#: ../rules/base.xml.in.h:407 ../rules/base.extras.xml.in.h:93 +#: ../rules/base.xml.in.h:407 ../rules/base.extras.xml.in.h:94 msgid "Danish" msgstr "Duński" @@ -1550,11 +1550,11 @@ msgid "Danish (Dvorak)" msgstr "Duński (Dvoraka)" #. Keyboard indicator for Dutch layouts -#: ../rules/base.xml.in.h:414 ../rules/base.extras.xml.in.h:95 +#: ../rules/base.xml.in.h:414 ../rules/base.extras.xml.in.h:96 msgid "nl" msgstr "nl" -#: ../rules/base.xml.in.h:415 ../rules/base.extras.xml.in.h:96 +#: ../rules/base.xml.in.h:415 ../rules/base.extras.xml.in.h:97 msgid "Dutch" msgstr "Holenderski" @@ -1580,11 +1580,11 @@ msgid "Dzongkha" msgstr "Dzongka" #. Keyboard indicator for Estonian layouts -#: ../rules/base.xml.in.h:423 ../rules/base.extras.xml.in.h:98 +#: ../rules/base.xml.in.h:423 ../rules/base.extras.xml.in.h:99 msgid "et" msgstr "et" -#: ../rules/base.xml.in.h:424 ../rules/base.extras.xml.in.h:99 +#: ../rules/base.xml.in.h:424 ../rules/base.extras.xml.in.h:100 msgid "Estonian" msgstr "Estoński" @@ -1600,7 +1600,7 @@ msgstr "Estoński (Dvoraka)" msgid "Estonian (US keyboard with Estonian letters)" msgstr "Estoński (klawiatura US z literami estońskimi)" -#: ../rules/base.xml.in.h:428 ../rules/base.extras.xml.in.h:29 +#: ../rules/base.xml.in.h:428 ../rules/base.extras.xml.in.h:30 msgid "Persian" msgstr "Perski" @@ -1663,11 +1663,11 @@ msgid "Faroese (eliminate dead keys)" msgstr "Farerski (bez klawiszy akcentów)" #. Keyboard indicator for Finnish layouts -#: ../rules/base.xml.in.h:446 ../rules/base.extras.xml.in.h:101 +#: ../rules/base.xml.in.h:446 ../rules/base.extras.xml.in.h:102 msgid "fi" msgstr "fi" -#: ../rules/base.xml.in.h:447 ../rules/base.extras.xml.in.h:102 +#: ../rules/base.xml.in.h:447 ../rules/base.extras.xml.in.h:103 msgid "Finnish" msgstr "Fiński" @@ -1691,7 +1691,7 @@ msgstr "Północnolapoński (Finlandia)" msgid "Finnish (Macintosh)" msgstr "Fiński (Macintosh)" -#: ../rules/base.xml.in.h:453 ../rules/base.extras.xml.in.h:104 +#: ../rules/base.xml.in.h:453 ../rules/base.extras.xml.in.h:105 msgid "French" msgstr "Francuski" @@ -1927,11 +1927,11 @@ msgid "German (legacy)" msgstr "Niemiecki (stary)" #. Keyboard indicator for Greek layouts -#: ../rules/base.xml.in.h:518 ../rules/base.extras.xml.in.h:106 +#: ../rules/base.xml.in.h:518 ../rules/base.extras.xml.in.h:107 msgid "gr" msgstr "gr" -#: ../rules/base.xml.in.h:519 ../rules/base.extras.xml.in.h:107 +#: ../rules/base.xml.in.h:519 ../rules/base.extras.xml.in.h:108 msgid "Greek" msgstr "Grecki" @@ -2066,11 +2066,11 @@ msgid "Icelandic (Dvorak)" msgstr "Islandzki (Dvoraka)" #. Keyboard indicator for Hebrew layouts -#: ../rules/base.xml.in.h:555 ../rules/base.extras.xml.in.h:77 +#: ../rules/base.xml.in.h:555 ../rules/base.extras.xml.in.h:78 msgid "he" msgstr "he" -#: ../rules/base.xml.in.h:556 ../rules/base.extras.xml.in.h:78 +#: ../rules/base.xml.in.h:556 ../rules/base.extras.xml.in.h:79 msgid "Hebrew" msgstr "Hebrajski" @@ -2087,11 +2087,11 @@ msgid "Hebrew (Biblical, Tiro)" msgstr "Hebrajski (biblijny, Tiro)" #. Keyboard indicator for Italian layouts -#: ../rules/base.xml.in.h:561 ../rules/base.extras.xml.in.h:109 +#: ../rules/base.xml.in.h:561 ../rules/base.extras.xml.in.h:110 msgid "it" msgstr "it" -#: ../rules/base.xml.in.h:562 ../rules/base.extras.xml.in.h:110 +#: ../rules/base.xml.in.h:562 ../rules/base.extras.xml.in.h:111 msgid "Italian" msgstr "Włoski" @@ -2120,11 +2120,11 @@ msgid "Italian (IBM 142)" msgstr "Włoski (IBM 142)" #. Keyboard indicator for Japanese layouts -#: ../rules/base.xml.in.h:570 ../rules/base.extras.xml.in.h:112 +#: ../rules/base.xml.in.h:570 ../rules/base.extras.xml.in.h:113 msgid "ja" msgstr "ja" -#: ../rules/base.xml.in.h:571 ../rules/base.extras.xml.in.h:113 +#: ../rules/base.xml.in.h:571 ../rules/base.extras.xml.in.h:114 msgid "Japanese" msgstr "Japoński" @@ -2201,7 +2201,7 @@ msgid "Lao (STEA proposed standard layout)" msgstr "Laotański (proponowany układ standardowy STEA)" #. Keyboard indicator for Spanish layouts -#: ../rules/base.xml.in.h:594 ../rules/base.extras.xml.in.h:125 +#: ../rules/base.xml.in.h:594 ../rules/base.extras.xml.in.h:126 msgid "es" msgstr "es" @@ -2222,11 +2222,11 @@ msgid "Spanish (Latin American, Sun dead keys)" msgstr "Hiszpański (Ameryka Łacińska, klawisze akcentów Suna)" #. Keyboard indicator for Lithuanian layouts -#: ../rules/base.xml.in.h:600 ../rules/base.extras.xml.in.h:31 +#: ../rules/base.xml.in.h:600 ../rules/base.extras.xml.in.h:32 msgid "lt" msgstr "lt" -#: ../rules/base.xml.in.h:601 ../rules/base.extras.xml.in.h:32 +#: ../rules/base.xml.in.h:601 ../rules/base.extras.xml.in.h:33 msgid "Lithuanian" msgstr "Litewski" @@ -2251,11 +2251,11 @@ msgid "Lithuanian (LEKPa)" msgstr "Litewski (LEKPa)" #. Keyboard indicator for Latvian layouts -#: ../rules/base.xml.in.h:608 ../rules/base.extras.xml.in.h:35 +#: ../rules/base.xml.in.h:608 ../rules/base.extras.xml.in.h:36 msgid "lv" msgstr "lv" -#: ../rules/base.xml.in.h:609 ../rules/base.extras.xml.in.h:36 +#: ../rules/base.xml.in.h:609 ../rules/base.extras.xml.in.h:37 msgid "Latvian" msgstr "Łotewski" @@ -2293,7 +2293,7 @@ msgid "Maori" msgstr "Maoryski" #. Keyboard indicator for Serbian layouts -#: ../rules/base.xml.in.h:620 ../rules/base.extras.xml.in.h:66 +#: ../rules/base.xml.in.h:620 ../rules/base.extras.xml.in.h:67 msgid "sr" msgstr "sr" @@ -2365,11 +2365,11 @@ msgid "Mongolian" msgstr "Mongolski" #. Keyboard indicator for Norwegian layouts -#: ../rules/base.xml.in.h:641 ../rules/base.extras.xml.in.h:117 +#: ../rules/base.xml.in.h:641 ../rules/base.extras.xml.in.h:118 msgid "no" msgstr "no" -#: ../rules/base.xml.in.h:642 ../rules/base.extras.xml.in.h:118 +#: ../rules/base.xml.in.h:642 ../rules/base.extras.xml.in.h:119 msgid "Norwegian" msgstr "Norweski" @@ -2406,11 +2406,11 @@ msgid "Norwegian (Colemak)" msgstr "Norweski (Colemak)" #. Keyboard indicator for Polish layouts -#: ../rules/base.xml.in.h:652 ../rules/base.extras.xml.in.h:55 +#: ../rules/base.xml.in.h:652 ../rules/base.extras.xml.in.h:56 msgid "pl" msgstr "pl" -#: ../rules/base.xml.in.h:653 ../rules/base.extras.xml.in.h:56 +#: ../rules/base.xml.in.h:653 ../rules/base.extras.xml.in.h:57 msgid "Polish" msgstr "Polski" @@ -2450,7 +2450,7 @@ msgstr "Rosyjski (Polska, fonetyczny Dvoraka)" msgid "Polish (programmer Dvorak)" msgstr "Polski (Dvoraka programisty)" -#: ../rules/base.xml.in.h:663 ../rules/base.extras.xml.in.h:120 +#: ../rules/base.xml.in.h:663 ../rules/base.extras.xml.in.h:121 msgid "Portuguese" msgstr "Portugalski" @@ -2487,11 +2487,11 @@ msgid "Esperanto (Portugal, Nativo)" msgstr "Esperanto (Portugalia, Nativo)" #. Keyboard indicator for Romanian layouts -#: ../rules/base.xml.in.h:673 ../rules/base.extras.xml.in.h:60 +#: ../rules/base.xml.in.h:673 ../rules/base.extras.xml.in.h:61 msgid "ro" msgstr "ro" -#: ../rules/base.xml.in.h:674 ../rules/base.extras.xml.in.h:61 +#: ../rules/base.xml.in.h:674 ../rules/base.extras.xml.in.h:62 msgid "Romanian" msgstr "Rumuński" @@ -2511,7 +2511,7 @@ msgstr "Rumuński (standardowy cedilla)" msgid "Romanian (WinKeys)" msgstr "Rumuński (klawisze Win)" -#: ../rules/base.xml.in.h:679 ../rules/base.extras.xml.in.h:70 +#: ../rules/base.xml.in.h:679 ../rules/base.extras.xml.in.h:71 msgid "Russian" msgstr "Rosyjski" @@ -2591,1390 +2591,1414 @@ msgstr "Baszkirski" msgid "Mari" msgstr "Maryjski" -#: ../rules/base.xml.in.h:699 ../rules/base.extras.xml.in.h:67 +#: ../rules/base.xml.in.h:699 +msgid "Russian (phonetic azerty)" +msgstr "Rosyjski (fonetyczny azerty)" + +#: ../rules/base.xml.in.h:700 +msgid "Russian (phonetic French)" +msgstr "Rosyjski (fonetyczny francuski)" + +#: ../rules/base.xml.in.h:701 ../rules/base.extras.xml.in.h:68 msgid "Serbian" msgstr "Serbski" -#: ../rules/base.xml.in.h:700 +#: ../rules/base.xml.in.h:702 msgid "Serbian (Cyrillic, ZE and ZHE swapped)" msgstr "Serbski (cyrylicki, zamienione ZE i ŻE)" -#: ../rules/base.xml.in.h:701 +#: ../rules/base.xml.in.h:703 msgid "Serbian (Latin)" msgstr "Serbski (łaciński)" -#: ../rules/base.xml.in.h:702 +#: ../rules/base.xml.in.h:704 msgid "Serbian (Latin Unicode)" msgstr "Serbski (łaciński unikodowy)" -#: ../rules/base.xml.in.h:703 +#: ../rules/base.xml.in.h:705 msgid "Serbian (Latin qwerty)" msgstr "Serbski (łaciński QWERTY)" -#: ../rules/base.xml.in.h:704 +#: ../rules/base.xml.in.h:706 msgid "Serbian (Latin Unicode qwerty)" msgstr "Serbski (łaciński unikodowy QWERTY)" -#: ../rules/base.xml.in.h:705 +#: ../rules/base.xml.in.h:707 msgid "Serbian (Cyrillic with guillemets)" msgstr "Serbski (cyrylicki z cudzysłowami)" -#: ../rules/base.xml.in.h:706 +#: ../rules/base.xml.in.h:708 msgid "Serbian (Latin with guillemets)" msgstr "Serbski (łaciński z cudzysłowami)" -#: ../rules/base.xml.in.h:707 +#: ../rules/base.xml.in.h:709 msgid "Pannonian Rusyn" msgstr "Pannońskorusiński" #. Keyboard indicator for Slovenian layouts -#: ../rules/base.xml.in.h:709 +#: ../rules/base.xml.in.h:711 msgid "sl" msgstr "sl" -#: ../rules/base.xml.in.h:710 +#: ../rules/base.xml.in.h:712 msgid "Slovenian" msgstr "Słoweński" -#: ../rules/base.xml.in.h:711 +#: ../rules/base.xml.in.h:713 msgid "Slovenian (with guillemets for quotes)" msgstr "Słoweński (z cudzysłowami do cytowania)" -#: ../rules/base.xml.in.h:712 +#: ../rules/base.xml.in.h:714 msgid "Slovenian (US keyboard with Slovenian letters)" msgstr "Słoweński (klawiatura US z literami słoweńskimi)" #. Keyboard indicator for Slovak layouts -#: ../rules/base.xml.in.h:714 ../rules/base.extras.xml.in.h:122 +#: ../rules/base.xml.in.h:716 ../rules/base.extras.xml.in.h:123 msgid "sk" msgstr "sk" -#: ../rules/base.xml.in.h:715 ../rules/base.extras.xml.in.h:123 +#: ../rules/base.xml.in.h:717 ../rules/base.extras.xml.in.h:124 msgid "Slovak" msgstr "Słowacki" -#: ../rules/base.xml.in.h:716 +#: ../rules/base.xml.in.h:718 msgid "Slovak (extended Backslash)" msgstr "Słowacki (rozszerzony backslash)" -#: ../rules/base.xml.in.h:717 +#: ../rules/base.xml.in.h:719 msgid "Slovak (qwerty)" msgstr "Słowacki (QWERTY)" -#: ../rules/base.xml.in.h:718 +#: ../rules/base.xml.in.h:720 msgid "Slovak (qwerty, extended Backslash)" msgstr "Słowacki (QWERTY, rozszerzony Backslash)" -#: ../rules/base.xml.in.h:719 ../rules/base.extras.xml.in.h:126 +#: ../rules/base.xml.in.h:721 ../rules/base.extras.xml.in.h:127 msgid "Spanish" msgstr "Hiszpański" -#: ../rules/base.xml.in.h:720 +#: ../rules/base.xml.in.h:722 msgid "Spanish (eliminate dead keys)" msgstr "Hiszpański (bez klawiszy akcentów)" -#: ../rules/base.xml.in.h:721 +#: ../rules/base.xml.in.h:723 msgid "Spanish (Winkeys)" msgstr "Hiszpański (klawisze Win)" -#: ../rules/base.xml.in.h:722 +#: ../rules/base.xml.in.h:724 msgid "Spanish (include dead tilde)" msgstr "Hiszpański (ze znakiem tyldy)" -#: ../rules/base.xml.in.h:723 +#: ../rules/base.xml.in.h:725 msgid "Spanish (Sun dead keys)" msgstr "Hiszpański (klawisze akcentów Suna)" -#: ../rules/base.xml.in.h:724 +#: ../rules/base.xml.in.h:726 msgid "Spanish (Dvorak)" msgstr "Hiszpański (Dvoraka)" -#: ../rules/base.xml.in.h:725 +#: ../rules/base.xml.in.h:727 msgid "Asturian (Spain, with bottom-dot H and bottom-dot L)" msgstr "Asturski (hiszpański, z H i L z dolną kropką)" -#: ../rules/base.xml.in.h:726 +#: ../rules/base.xml.in.h:728 msgid "Catalan (Spain, with middle-dot L)" msgstr "Kataloński (hiszpański, z L ze środkową kropką)" -#: ../rules/base.xml.in.h:727 +#: ../rules/base.xml.in.h:729 msgid "Spanish (Macintosh)" msgstr "Hiszpański (Macintosh)" #. Keyboard indicator for Swedish layouts -#: ../rules/base.xml.in.h:729 ../rules/base.extras.xml.in.h:128 +#: ../rules/base.xml.in.h:731 ../rules/base.extras.xml.in.h:129 msgid "sv" msgstr "sv" -#: ../rules/base.xml.in.h:730 ../rules/base.extras.xml.in.h:129 +#: ../rules/base.xml.in.h:732 ../rules/base.extras.xml.in.h:130 msgid "Swedish" msgstr "Szwedzki" -#: ../rules/base.xml.in.h:731 +#: ../rules/base.xml.in.h:733 msgid "Swedish (eliminate dead keys)" msgstr "Szwedzki (bez klawiszy akcentów)" -#: ../rules/base.xml.in.h:732 +#: ../rules/base.xml.in.h:734 msgid "Swedish (Dvorak)" msgstr "Szwedzki (Dvoraka)" -#: ../rules/base.xml.in.h:733 +#: ../rules/base.xml.in.h:735 msgid "Russian (Sweden, phonetic)" msgstr "Rosyjski (Szwecja, fonetyczny)" -#: ../rules/base.xml.in.h:734 +#: ../rules/base.xml.in.h:736 msgid "Russian (Sweden, phonetic, eliminate dead keys)" msgstr "Rosyjski (Szwecja, fonetyczny, bez klawiszy akcentów)" -#: ../rules/base.xml.in.h:735 +#: ../rules/base.xml.in.h:737 msgid "Northern Saami (Sweden)" msgstr "Północnolapoński (Szwecja)" -#: ../rules/base.xml.in.h:736 +#: ../rules/base.xml.in.h:738 msgid "Swedish (Macintosh)" msgstr "Szwedzki (Macintosh)" -#: ../rules/base.xml.in.h:737 +#: ../rules/base.xml.in.h:739 msgid "Swedish (Svdvorak)" msgstr "Szwedzki (Svdvorak)" -#: ../rules/base.xml.in.h:738 +#: ../rules/base.xml.in.h:740 msgid "Swedish Sign Language" msgstr "Szwedzki migowy" -#: ../rules/base.xml.in.h:739 ../rules/base.extras.xml.in.h:132 +#: ../rules/base.xml.in.h:741 ../rules/base.extras.xml.in.h:133 msgid "German (Switzerland)" msgstr "Niemiecki (Szwajcaria)" -#: ../rules/base.xml.in.h:740 +#: ../rules/base.xml.in.h:742 msgid "German (Switzerland, legacy)" msgstr "Niemiecki (Szwajcaria, stary)" -#: ../rules/base.xml.in.h:741 +#: ../rules/base.xml.in.h:743 msgid "German (Switzerland, eliminate dead keys)" msgstr "Niemiecki (Szwajcaria, bez klawiszy akcentów)" -#: ../rules/base.xml.in.h:742 +#: ../rules/base.xml.in.h:744 msgid "German (Switzerland, Sun dead keys)" msgstr "Niemiecki (Szwajcaria, klawisze akcentów Suna)" -#: ../rules/base.xml.in.h:743 +#: ../rules/base.xml.in.h:745 msgid "French (Switzerland)" msgstr "Francuski (Szwajcaria)" -#: ../rules/base.xml.in.h:744 +#: ../rules/base.xml.in.h:746 msgid "French (Switzerland, eliminate dead keys)" msgstr "Francuski (Szwajcaria, bez klawiszy akcentów)" -#: ../rules/base.xml.in.h:745 +#: ../rules/base.xml.in.h:747 msgid "French (Switzerland, Sun dead keys)" msgstr "Francuski (Szwajcaria, klawisze akcentów Suna)" -#: ../rules/base.xml.in.h:746 +#: ../rules/base.xml.in.h:748 msgid "French (Switzerland, Macintosh)" msgstr "Francuski (Szwajcaria, Macintosh)" -#: ../rules/base.xml.in.h:747 +#: ../rules/base.xml.in.h:749 msgid "German (Switzerland, Macintosh)" msgstr "Niemiecki (Szwajcaria, Macintosh)" -#: ../rules/base.xml.in.h:748 +#: ../rules/base.xml.in.h:750 msgid "Arabic (Syria)" msgstr "Arabski (syryjski)" #. Keyboard indicator for Syriac layouts -#: ../rules/base.xml.in.h:750 +#: ../rules/base.xml.in.h:752 msgid "syc" msgstr "syc" -#: ../rules/base.xml.in.h:751 +#: ../rules/base.xml.in.h:753 msgid "Syriac" msgstr "Syryjski" -#: ../rules/base.xml.in.h:752 +#: ../rules/base.xml.in.h:754 msgid "Syriac (phonetic)" msgstr "Syryjski (fonetyczny)" -#: ../rules/base.xml.in.h:753 +#: ../rules/base.xml.in.h:755 msgid "Kurdish (Syria, Latin Q)" msgstr "Kurdyjski (Syria, łaciński Q)" -#: ../rules/base.xml.in.h:754 +#: ../rules/base.xml.in.h:756 msgid "Kurdish (Syria, F)" msgstr "Kurdyjski (Syria, F)" -#: ../rules/base.xml.in.h:755 +#: ../rules/base.xml.in.h:757 msgid "Kurdish (Syria, Latin Alt-Q)" msgstr "Kurdyjski (Syria, łaciński Alt-Q)" #. Keyboard indicator for Tajik layouts -#: ../rules/base.xml.in.h:757 +#: ../rules/base.xml.in.h:759 msgid "tg" msgstr "tg" -#: ../rules/base.xml.in.h:758 +#: ../rules/base.xml.in.h:760 msgid "Tajik" msgstr "Tadżycki" -#: ../rules/base.xml.in.h:759 +#: ../rules/base.xml.in.h:761 msgid "Tajik (legacy)" msgstr "Tadżycki (stary)" #. Keyboard indicator for Sinhala layouts -#: ../rules/base.xml.in.h:761 +#: ../rules/base.xml.in.h:763 msgid "si" msgstr "si" -#: ../rules/base.xml.in.h:762 +#: ../rules/base.xml.in.h:764 msgid "Sinhala (phonetic)" msgstr "Syngaleski (fonetyczny)" -#: ../rules/base.xml.in.h:763 +#: ../rules/base.xml.in.h:765 msgid "Tamil (Sri Lanka, Unicode)" msgstr "Tamilski (Sri Lanka, unikodowy)" -#: ../rules/base.xml.in.h:764 +#: ../rules/base.xml.in.h:766 msgid "Tamil (Sri Lanka, TAB Typewriter)" msgstr "Tamilski (Sri Lanka, maszynistki TAB)" #. Keyboard indicator for Thai layouts -#: ../rules/base.xml.in.h:766 +#: ../rules/base.xml.in.h:768 msgid "th" msgstr "th" -#: ../rules/base.xml.in.h:767 +#: ../rules/base.xml.in.h:769 msgid "Thai" msgstr "Tajski" -#: ../rules/base.xml.in.h:768 +#: ../rules/base.xml.in.h:770 msgid "Thai (TIS-820.2538)" msgstr "Tajski (TIS-820.2538)" -#: ../rules/base.xml.in.h:769 +#: ../rules/base.xml.in.h:771 msgid "Thai (Pattachote)" msgstr "Tajski (Pattachote)" #. Keyboard indicator for Turkish layouts -#: ../rules/base.xml.in.h:771 ../rules/base.extras.xml.in.h:135 +#: ../rules/base.xml.in.h:773 ../rules/base.extras.xml.in.h:136 msgid "tr" msgstr "tr" -#: ../rules/base.xml.in.h:772 ../rules/base.extras.xml.in.h:136 +#: ../rules/base.xml.in.h:774 ../rules/base.extras.xml.in.h:137 msgid "Turkish" msgstr "Turecki" -#: ../rules/base.xml.in.h:773 +#: ../rules/base.xml.in.h:775 msgid "Turkish (F)" msgstr "Turecki (F)" -#: ../rules/base.xml.in.h:774 +#: ../rules/base.xml.in.h:776 msgid "Turkish (Alt-Q)" msgstr "Turecki (Alt-Q)" -#: ../rules/base.xml.in.h:775 +#: ../rules/base.xml.in.h:777 msgid "Turkish (Sun dead keys)" msgstr "Turecki (klawisze akcentów Suna)" -#: ../rules/base.xml.in.h:776 +#: ../rules/base.xml.in.h:778 msgid "Kurdish (Turkey, Latin Q)" msgstr "Kurdyjski (Turcja, łaciński Q)" -#: ../rules/base.xml.in.h:777 +#: ../rules/base.xml.in.h:779 msgid "Kurdish (Turkey, F)" msgstr "Kurdyjski (Turcja, F)" -#: ../rules/base.xml.in.h:778 +#: ../rules/base.xml.in.h:780 msgid "Kurdish (Turkey, Latin Alt-Q)" msgstr "Kurdyjski (Turcja, łaciński Alt-Q)" -#: ../rules/base.xml.in.h:779 +#: ../rules/base.xml.in.h:781 msgid "Turkish (international with dead keys)" msgstr "Turecki (międzynarodowy z klawiszami akcentów)" #. Keyboard indicator for Crimean Tatar layouts -#: ../rules/base.xml.in.h:781 ../rules/base.extras.xml.in.h:62 +#: ../rules/base.xml.in.h:783 ../rules/base.extras.xml.in.h:63 msgid "crh" msgstr "crh" -#: ../rules/base.xml.in.h:782 +#: ../rules/base.xml.in.h:784 msgid "Crimean Tatar (Turkish Q)" msgstr "Krymskotatarski (turecki Q)" -#: ../rules/base.xml.in.h:783 +#: ../rules/base.xml.in.h:785 msgid "Crimean Tatar (Turkish F)" msgstr "Krymskotatarski (turecki F)" -#: ../rules/base.xml.in.h:784 +#: ../rules/base.xml.in.h:786 msgid "Crimean Tatar (Turkish Alt-Q)" msgstr "Krymskotatarski (turecki Alt-Q)" -#: ../rules/base.xml.in.h:785 +#: ../rules/base.xml.in.h:787 msgid "Taiwanese" msgstr "Tajwański" -#: ../rules/base.xml.in.h:786 +#: ../rules/base.xml.in.h:788 msgid "Taiwanese (indigenous)" msgstr "Tajwański (autochtoniczny)" #. Keyboard indicator for Saisiyat layouts -#: ../rules/base.xml.in.h:788 +#: ../rules/base.xml.in.h:790 msgid "xsy" msgstr "xsy" -#: ../rules/base.xml.in.h:789 +#: ../rules/base.xml.in.h:791 msgid "Saisiyat (Taiwan)" msgstr "Saisiyat (Tajwan)" #. Keyboard indicator for Ukranian layouts -#: ../rules/base.xml.in.h:791 ../rules/base.extras.xml.in.h:138 +#: ../rules/base.xml.in.h:793 ../rules/base.extras.xml.in.h:139 msgid "uk" msgstr "uk" -#: ../rules/base.xml.in.h:792 ../rules/base.extras.xml.in.h:139 +#: ../rules/base.xml.in.h:794 ../rules/base.extras.xml.in.h:140 msgid "Ukrainian" msgstr "Ukraiński" -#: ../rules/base.xml.in.h:793 +#: ../rules/base.xml.in.h:795 msgid "Ukrainian (phonetic)" msgstr "Ukraiński (fonetyczny)" -#: ../rules/base.xml.in.h:794 +#: ../rules/base.xml.in.h:796 msgid "Ukrainian (typewriter)" msgstr "Ukraiński (maszynistki)" -#: ../rules/base.xml.in.h:795 +#: ../rules/base.xml.in.h:797 msgid "Ukrainian (WinKeys)" msgstr "Ukraiński (klawisze Win)" -#: ../rules/base.xml.in.h:796 +#: ../rules/base.xml.in.h:798 msgid "Ukrainian (legacy)" msgstr "Ukraiński (stary)" -#: ../rules/base.xml.in.h:797 +#: ../rules/base.xml.in.h:799 msgid "Ukrainian (standard RSTU)" msgstr "Ukraiński (standardowy RSTU)" -#: ../rules/base.xml.in.h:798 +#: ../rules/base.xml.in.h:800 msgid "Russian (Ukraine, standard RSTU)" msgstr "Rosyjski (Ukraina, standardowy RSTU)" -#: ../rules/base.xml.in.h:799 +#: ../rules/base.xml.in.h:801 msgid "Ukrainian (homophonic)" msgstr "Ukraiński (homofoniczny)" -#: ../rules/base.xml.in.h:800 ../rules/base.extras.xml.in.h:141 +#: ../rules/base.xml.in.h:802 ../rules/base.extras.xml.in.h:142 msgid "English (UK)" msgstr "Angielski (Wielka Brytania)" -#: ../rules/base.xml.in.h:801 +#: ../rules/base.xml.in.h:803 msgid "English (UK, extended WinKeys)" msgstr "Angielski (Wielka Brytania, rozszerzone klawisze Win)" -#: ../rules/base.xml.in.h:802 +#: ../rules/base.xml.in.h:804 msgid "English (UK, international with dead keys)" msgstr "Angielski (Wielka Brytania, międzynarodowy z klawiszami akcentów)" -#: ../rules/base.xml.in.h:803 +#: ../rules/base.xml.in.h:805 msgid "English (UK, Dvorak)" msgstr "Angielski (Wielka Brytania, Dvoraka)" -#: ../rules/base.xml.in.h:804 +#: ../rules/base.xml.in.h:806 msgid "English (UK, Dvorak with UK punctuation)" msgstr "Angielski (Wielka Brytania, Dvoraka z brytyjskimi znakami przestankowymi)" -#: ../rules/base.xml.in.h:805 +#: ../rules/base.xml.in.h:807 msgid "English (UK, Macintosh)" msgstr "Angielski (Wielka Brytania, Macintosh)" -#: ../rules/base.xml.in.h:806 +#: ../rules/base.xml.in.h:808 msgid "English (UK, Macintosh international)" msgstr "Angielski (Wielka Brytania, międzynarodowy Macintosh)" -#: ../rules/base.xml.in.h:807 +#: ../rules/base.xml.in.h:809 msgid "English (UK, Colemak)" msgstr "Angielski (Wielka Brytania, Colemak)" -#: ../rules/base.xml.in.h:808 +#: ../rules/base.xml.in.h:810 msgid "Uzbek" msgstr "Uzbecki" -#: ../rules/base.xml.in.h:809 +#: ../rules/base.xml.in.h:811 msgid "Uzbek (Latin)" msgstr "Uzbecki (łaciński)" #. Keyboard indicator for Vietnamese layouts -#: ../rules/base.xml.in.h:811 +#: ../rules/base.xml.in.h:813 msgid "vi" msgstr "vi" -#: ../rules/base.xml.in.h:812 +#: ../rules/base.xml.in.h:814 msgid "Vietnamese" msgstr "Wietnamski" #. Keyboard indicator for Korean layouts -#: ../rules/base.xml.in.h:814 ../rules/base.extras.xml.in.h:143 +#: ../rules/base.xml.in.h:816 ../rules/base.extras.xml.in.h:144 msgid "ko" msgstr "ko" -#: ../rules/base.xml.in.h:815 ../rules/base.extras.xml.in.h:144 +#: ../rules/base.xml.in.h:817 ../rules/base.extras.xml.in.h:145 msgid "Korean" msgstr "Koreański" -#: ../rules/base.xml.in.h:816 +#: ../rules/base.xml.in.h:818 msgid "Korean (101/104 key compatible)" msgstr "Koreański (kompatybilny ze 101/104 klawiszami)" -#: ../rules/base.xml.in.h:817 +#: ../rules/base.xml.in.h:819 msgid "Japanese (PC-98xx Series)" msgstr "Japoński (serie PC-98xx)" #. Keyboard indicator for Irish layouts -#: ../rules/base.xml.in.h:819 +#: ../rules/base.xml.in.h:821 msgid "ie" msgstr "ie" -#: ../rules/base.xml.in.h:820 +#: ../rules/base.xml.in.h:822 msgid "Irish" msgstr "Irlandzki" -#: ../rules/base.xml.in.h:821 +#: ../rules/base.xml.in.h:823 msgid "CloGaelach" msgstr "Irlandzki gaelicki" -#: ../rules/base.xml.in.h:822 +#: ../rules/base.xml.in.h:824 msgid "Irish (UnicodeExpert)" msgstr "Irlandzki (UnicodeExpert)" -#: ../rules/base.xml.in.h:823 +#: ../rules/base.xml.in.h:825 msgid "Ogham" msgstr "Ogamiczny" -#: ../rules/base.xml.in.h:824 +#: ../rules/base.xml.in.h:826 msgid "Ogham (IS434)" msgstr "Ogamiczny (IS434)" -#: ../rules/base.xml.in.h:825 +#: ../rules/base.xml.in.h:827 msgid "Urdu (Pakistan)" msgstr "Urdu (Pakistan)" -#: ../rules/base.xml.in.h:826 +#: ../rules/base.xml.in.h:828 msgid "Urdu (Pakistan, CRULP)" msgstr "Urdu (Pakistan, CRULP)" -#: ../rules/base.xml.in.h:827 +#: ../rules/base.xml.in.h:829 msgid "Urdu (Pakistan, NLA)" msgstr "Urdu (Pakistan, NLA)" -#: ../rules/base.xml.in.h:828 +#: ../rules/base.xml.in.h:830 msgid "Arabic (Pakistan)" msgstr "Arabski (pakistański)" #. Keyboard indicator for Sindhi layouts -#: ../rules/base.xml.in.h:830 +#: ../rules/base.xml.in.h:832 msgid "sd" msgstr "sd" -#: ../rules/base.xml.in.h:831 +#: ../rules/base.xml.in.h:833 msgid "Sindhi" msgstr "Sindhi" #. Keyboard indicator for Dhivehi layouts -#: ../rules/base.xml.in.h:833 +#: ../rules/base.xml.in.h:835 msgid "dv" msgstr "dv" -#: ../rules/base.xml.in.h:834 +#: ../rules/base.xml.in.h:836 msgid "Dhivehi" msgstr "Malediwski" -#: ../rules/base.xml.in.h:835 +#: ../rules/base.xml.in.h:837 msgid "English (South Africa)" msgstr "Angielski (Afryka Południowa)" #. Keyboard indicator for Esperanto layouts -#: ../rules/base.xml.in.h:837 +#: ../rules/base.xml.in.h:839 msgid "eo" msgstr "eo" -#: ../rules/base.xml.in.h:838 +#: ../rules/base.xml.in.h:840 msgid "Esperanto" msgstr "Esperancki" -#: ../rules/base.xml.in.h:839 +#: ../rules/base.xml.in.h:841 msgid "Esperanto (displaced semicolon and quote, obsolete)" msgstr "Esperanto (zamieniony średnik i apostrof, przestarzałe)" #. Keyboard indicator for Nepali layouts -#: ../rules/base.xml.in.h:841 +#: ../rules/base.xml.in.h:843 msgid "ne" msgstr "ne" -#: ../rules/base.xml.in.h:842 +#: ../rules/base.xml.in.h:844 msgid "Nepali" msgstr "Nepalski" -#: ../rules/base.xml.in.h:843 +#: ../rules/base.xml.in.h:845 msgid "English (Nigeria)" msgstr "Angielski (Nigeria)" #. Keyboard indicator for Igbo layouts -#: ../rules/base.xml.in.h:845 +#: ../rules/base.xml.in.h:847 msgid "ig" msgstr "ig" -#: ../rules/base.xml.in.h:846 +#: ../rules/base.xml.in.h:848 msgid "Igbo" msgstr "Ibo" #. Keyboard indicator for Yoruba layouts -#: ../rules/base.xml.in.h:848 +#: ../rules/base.xml.in.h:850 msgid "yo" msgstr "yo" -#: ../rules/base.xml.in.h:849 +#: ../rules/base.xml.in.h:851 msgid "Yoruba" msgstr "Joruba" #. Keyboard indicator for Amharic layouts -#: ../rules/base.xml.in.h:851 +#: ../rules/base.xml.in.h:853 msgid "am" msgstr "am" -#: ../rules/base.xml.in.h:852 +#: ../rules/base.xml.in.h:854 msgid "Amharic" msgstr "Amharski" #. Keyboard indicator for Wolof layouts -#: ../rules/base.xml.in.h:854 +#: ../rules/base.xml.in.h:856 msgid "wo" msgstr "wo" -#: ../rules/base.xml.in.h:855 +#: ../rules/base.xml.in.h:857 msgid "Wolof" msgstr "Wolof" #. Keyboard indicator for Braille layouts -#: ../rules/base.xml.in.h:857 +#: ../rules/base.xml.in.h:859 msgid "brl" msgstr "brl" -#: ../rules/base.xml.in.h:858 +#: ../rules/base.xml.in.h:860 msgid "Braille" msgstr "Braille'a" -#: ../rules/base.xml.in.h:859 +#: ../rules/base.xml.in.h:861 msgid "Braille (left hand)" msgstr "Braille (leworęczny)" -#: ../rules/base.xml.in.h:860 +#: ../rules/base.xml.in.h:862 msgid "Braille (right hand)" msgstr "Braille (praworęczny)" #. Keyboard indicator for Turkmen layouts -#: ../rules/base.xml.in.h:862 +#: ../rules/base.xml.in.h:864 msgid "tk" msgstr "tk" -#: ../rules/base.xml.in.h:863 +#: ../rules/base.xml.in.h:865 msgid "Turkmen" msgstr "Turkmeński" -#: ../rules/base.xml.in.h:864 +#: ../rules/base.xml.in.h:866 msgid "Turkmen (Alt-Q)" msgstr "Turkmeński (Alt-Q)" #. Keyboard indicator for Bambara layouts -#: ../rules/base.xml.in.h:866 +#: ../rules/base.xml.in.h:868 msgid "bm" msgstr "bm" -#: ../rules/base.xml.in.h:867 +#: ../rules/base.xml.in.h:869 msgid "Bambara" msgstr "Bambara" -#: ../rules/base.xml.in.h:868 +#: ../rules/base.xml.in.h:870 msgid "French (Mali, alternative)" msgstr "Francuski (Mali, alternatywny)" -#: ../rules/base.xml.in.h:869 +#: ../rules/base.xml.in.h:871 msgid "English (Mali, US Macintosh)" msgstr "Angielski (Mali, USA - Macintosh)" -#: ../rules/base.xml.in.h:870 +#: ../rules/base.xml.in.h:872 msgid "English (Mali, US international)" msgstr "Angielski (Mali, międzynarodowy USA)" #. Keyboard indicator for Swahili layouts -#: ../rules/base.xml.in.h:872 +#: ../rules/base.xml.in.h:874 msgid "sw" msgstr "sw" -#: ../rules/base.xml.in.h:873 +#: ../rules/base.xml.in.h:875 msgid "Swahili (Tanzania)" msgstr "Suahili (Tanzania)" -#: ../rules/base.xml.in.h:874 +#: ../rules/base.xml.in.h:876 msgid "Swahili (Kenya)" msgstr "Suahili (Kenia)" -#: ../rules/base.xml.in.h:875 +#: ../rules/base.xml.in.h:877 msgid "Kikuyu" msgstr "Kikiju" #. Keyboard indicator for Tswana layouts -#: ../rules/base.xml.in.h:877 +#: ../rules/base.xml.in.h:879 msgid "tn" msgstr "tn" -#: ../rules/base.xml.in.h:878 +#: ../rules/base.xml.in.h:880 msgid "Tswana" msgstr "Tswana" #. Keyboard indicator for Filipino layouts -#: ../rules/base.xml.in.h:880 +#: ../rules/base.xml.in.h:882 msgid "ph" msgstr "ph" -#: ../rules/base.xml.in.h:881 +#: ../rules/base.xml.in.h:883 msgid "Filipino" msgstr "Filipiński" -#: ../rules/base.xml.in.h:882 +#: ../rules/base.xml.in.h:884 msgid "Filipino (QWERTY Baybayin)" msgstr "Filipino (baybain QWERTY)" -#: ../rules/base.xml.in.h:883 +#: ../rules/base.xml.in.h:885 msgid "Filipino (Capewell-Dvorak Latin)" msgstr "Filipiński (łaciński Capewella-Dvoraka)" -#: ../rules/base.xml.in.h:884 +#: ../rules/base.xml.in.h:886 msgid "Filipino (Capewell-Dvorak Baybayin)" msgstr "Filipiński (baybayin Capewella-Dvoraka)" -#: ../rules/base.xml.in.h:885 +#: ../rules/base.xml.in.h:887 msgid "Filipino (Capewell-QWERF 2006 Latin)" msgstr "Filipiński (łaciński Capewella-QWERF 2006)" -#: ../rules/base.xml.in.h:886 +#: ../rules/base.xml.in.h:888 msgid "Filipino (Capewell-QWERF 2006 Baybayin)" msgstr "Filipiński (baybayin Capewella-QWERF 2006)" -#: ../rules/base.xml.in.h:887 +#: ../rules/base.xml.in.h:889 msgid "Filipino (Colemak Latin)" msgstr "Filipiński (łaciński Colemak)" -#: ../rules/base.xml.in.h:888 +#: ../rules/base.xml.in.h:890 msgid "Filipino (Colemak Baybayin)" msgstr "Filipiński (baybain Colemak)" -#: ../rules/base.xml.in.h:889 +#: ../rules/base.xml.in.h:891 msgid "Filipino (Dvorak Latin)" msgstr "Filipiński (łaciński Dvoraka)" -#: ../rules/base.xml.in.h:890 +#: ../rules/base.xml.in.h:892 msgid "Filipino (Dvorak Baybayin)" msgstr "Filipiński (baybain Dvoraka)" -#: ../rules/base.xml.in.h:891 +#: ../rules/base.xml.in.h:893 msgid "md" msgstr "md" -#: ../rules/base.xml.in.h:892 +#: ../rules/base.xml.in.h:894 msgid "Moldavian" msgstr "Mołdawski" -#: ../rules/base.xml.in.h:893 +#: ../rules/base.xml.in.h:895 msgid "gag" msgstr "gag" -#: ../rules/base.xml.in.h:894 +#: ../rules/base.xml.in.h:896 msgid "Moldavian (Gagauz)" msgstr "Mołdawski (gagauski)" -#: ../rules/base.xml.in.h:895 +#: ../rules/base.xml.in.h:897 msgid "Switching to another layout" msgstr "Przełączenie na inny układ" -#: ../rules/base.xml.in.h:896 +#: ../rules/base.xml.in.h:898 msgid "Right Alt (while pressed)" msgstr "Prawy Alt (wciśnięty)" -#: ../rules/base.xml.in.h:897 +#: ../rules/base.xml.in.h:899 msgid "Left Alt (while pressed)" msgstr "Lewy Alt (wciśnięty)" -#: ../rules/base.xml.in.h:898 +#: ../rules/base.xml.in.h:900 msgid "Left Win (while pressed)" msgstr "Lewy Win (wciśnięty)" -#: ../rules/base.xml.in.h:899 +#: ../rules/base.xml.in.h:901 msgid "Right Win (while pressed)" msgstr "Prawy Win (wciśnięty)" -#: ../rules/base.xml.in.h:900 +#: ../rules/base.xml.in.h:902 msgid "Any Win key (while pressed)" msgstr "Dowolny klawisz Win (wciśnięty)" -#: ../rules/base.xml.in.h:901 +#: ../rules/base.xml.in.h:903 msgid "Caps Lock (while pressed), Alt+Caps Lock does the original capslock action" msgstr "CapsLock (wciśnięty), Alt+CapsLock działa jak zwykły CapsLock" -#: ../rules/base.xml.in.h:902 +#: ../rules/base.xml.in.h:904 msgid "Right Ctrl (while pressed)" msgstr "Prawy Ctrl (wciśnięty)" -#: ../rules/base.xml.in.h:903 +#: ../rules/base.xml.in.h:905 msgid "Right Alt" msgstr "Prawy Alt" -#: ../rules/base.xml.in.h:904 +#: ../rules/base.xml.in.h:906 msgid "Left Alt" msgstr "Lewy Alt" -#: ../rules/base.xml.in.h:905 +#: ../rules/base.xml.in.h:907 msgid "Caps Lock" msgstr "CapsLock" -#: ../rules/base.xml.in.h:906 +#: ../rules/base.xml.in.h:908 msgid "Shift+Caps Lock" msgstr "Shift+CapsLock" -#: ../rules/base.xml.in.h:907 +#: ../rules/base.xml.in.h:909 msgid "Caps Lock (to first layout), Shift+Caps Lock (to last layout)" msgstr "CapsLock (do pierwszego układu), Shift+CapsLock (do ostatniego układu)" -#: ../rules/base.xml.in.h:908 +#: ../rules/base.xml.in.h:910 msgid "Left Win (to first layout), Right Win/Menu (to last layout)" msgstr "Lewy Win (do pierwszego układu), prawy Win/Menu (do ostatniego układu)" -#: ../rules/base.xml.in.h:909 +#: ../rules/base.xml.in.h:911 msgid "Left Ctrl (to first layout), Right Ctrl (to last layout)" msgstr "Lewy Ctrl (do pierwszego układu), prawy Ctrl (do ostatniego układu)" -#: ../rules/base.xml.in.h:910 +#: ../rules/base.xml.in.h:912 msgid "Alt+Caps Lock" msgstr "Alt+CapsLock" -#: ../rules/base.xml.in.h:911 +#: ../rules/base.xml.in.h:913 msgid "Both Shift keys together" msgstr "Oba klawisze Shift naraz" -#: ../rules/base.xml.in.h:912 +#: ../rules/base.xml.in.h:914 msgid "Both Alt keys together" msgstr "Oba klawisze Alt naraz" -#: ../rules/base.xml.in.h:913 +#: ../rules/base.xml.in.h:915 msgid "Both Ctrl keys together" msgstr "Oba klawisze Ctrl naraz" -#: ../rules/base.xml.in.h:914 +#: ../rules/base.xml.in.h:916 msgid "Ctrl+Shift" msgstr "Ctrl+Shift" -#: ../rules/base.xml.in.h:915 +#: ../rules/base.xml.in.h:917 msgid "Left Ctrl+Left Shift" msgstr "Lewy Ctrl+lewy Shift" -#: ../rules/base.xml.in.h:916 +#: ../rules/base.xml.in.h:918 msgid "Right Ctrl+Right Shift" msgstr "Prawy Ctrl+prawy Shift" -#: ../rules/base.xml.in.h:917 +#: ../rules/base.xml.in.h:919 msgid "Alt+Ctrl" msgstr "Alt+Ctrl" -#: ../rules/base.xml.in.h:918 +#: ../rules/base.xml.in.h:920 msgid "Alt+Shift" msgstr "Alt+Shift" -#: ../rules/base.xml.in.h:919 +#: ../rules/base.xml.in.h:921 msgid "Left Alt+Left Shift" msgstr "Lewy Alt+lewy Shift" -#: ../rules/base.xml.in.h:920 +#: ../rules/base.xml.in.h:922 msgid "Alt+Space" msgstr "Alt+Spacja" -#: ../rules/base.xml.in.h:921 +#: ../rules/base.xml.in.h:923 msgid "Menu" msgstr "Menu" -#: ../rules/base.xml.in.h:922 +#: ../rules/base.xml.in.h:924 msgid "Left Win" msgstr "Lewy Win" -#: ../rules/base.xml.in.h:923 +#: ../rules/base.xml.in.h:925 msgid "Win Key+Space" msgstr "Win+Spacja" -#: ../rules/base.xml.in.h:924 +#: ../rules/base.xml.in.h:926 msgid "Right Win" msgstr "Prawy Win" -#: ../rules/base.xml.in.h:925 +#: ../rules/base.xml.in.h:927 msgid "Left Shift" msgstr "Lewy Shift" -#: ../rules/base.xml.in.h:926 +#: ../rules/base.xml.in.h:928 msgid "Right Shift" msgstr "Prawy Shift" -#: ../rules/base.xml.in.h:927 +#: ../rules/base.xml.in.h:929 msgid "Left Ctrl" msgstr "Lewy Ctrl" -#: ../rules/base.xml.in.h:928 +#: ../rules/base.xml.in.h:930 msgid "Right Ctrl" msgstr "Prawy Ctrl" -#: ../rules/base.xml.in.h:929 +#: ../rules/base.xml.in.h:931 msgid "Scroll Lock" msgstr "ScrollLock" -#: ../rules/base.xml.in.h:930 +#: ../rules/base.xml.in.h:932 msgid "LeftCtrl+LeftWin (to first layout), RightCtrl+Menu (to second layout)" msgstr "Lewy Ctrl+lewy Win (do pierwszego układu), prawy Ctrl+Menu (do drugiego układu)" -#: ../rules/base.xml.in.h:931 +#: ../rules/base.xml.in.h:933 msgid "Key to choose 3rd level" msgstr "Klawisz wybierający poziom 3." -#: ../rules/base.xml.in.h:932 +#: ../rules/base.xml.in.h:934 msgid "Any Win key" msgstr "Dowolny klawisz Win" -#: ../rules/base.xml.in.h:933 +#: ../rules/base.xml.in.h:935 msgid "Any Alt key" msgstr "Dowolny klawisz Alt" -#: ../rules/base.xml.in.h:934 +#: ../rules/base.xml.in.h:936 msgid "Right Alt, Shift+Right Alt key is Compose" msgstr "Prawy Alt, Shift+prawy Alt jako Compose" -#: ../rules/base.xml.in.h:935 +#: ../rules/base.xml.in.h:937 msgid "Right Alt key never chooses 3rd level" msgstr "Prawy Alt nigdy nie wybierający poziomu 3." -#: ../rules/base.xml.in.h:936 +#: ../rules/base.xml.in.h:938 msgid "Enter on keypad" msgstr "Enter na klawiaturze numerycznej" -#: ../rules/base.xml.in.h:937 +#: ../rules/base.xml.in.h:939 msgid "Backslash" msgstr "Backslash" -#: ../rules/base.xml.in.h:938 +#: ../rules/base.xml.in.h:940 msgid "<Less/Greater>" msgstr "<Mniejsze/Większe>" -#: ../rules/base.xml.in.h:939 +#: ../rules/base.xml.in.h:941 msgid "Caps Lock chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "CapsLock wybiera poziom 3., jednorazowo blokuje przy naciśnięciu z innym klawiszem wybierającym poziom 3." -#: ../rules/base.xml.in.h:940 +#: ../rules/base.xml.in.h:942 msgid "Backslash chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "Odwrotny ukośnik wybiera poziom 3., jednorazowo blokuje przy naciśnięciu z innym klawiszem wybierającym poziom 3." -#: ../rules/base.xml.in.h:941 +#: ../rules/base.xml.in.h:943 msgid "<Less/Greater> chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "<Mniejsze/Większe> wybiera poziom 3., jednorazowo blokuje przy naciśnięciu z innym klawiszem wybierającym poziom 3." -#: ../rules/base.xml.in.h:942 +#: ../rules/base.xml.in.h:944 msgid "Ctrl key position" msgstr "Położenie klawisza Ctrl" -#: ../rules/base.xml.in.h:943 +#: ../rules/base.xml.in.h:945 msgid "Caps Lock as Ctrl" msgstr "CapsLock jako Ctrl" -#: ../rules/base.xml.in.h:944 +#: ../rules/base.xml.in.h:946 msgid "Left Ctrl as Meta" msgstr "Lewy Ctrl jako Meta" -#: ../rules/base.xml.in.h:945 +#: ../rules/base.xml.in.h:947 msgid "Swap Ctrl and Caps Lock" msgstr "Zamiana Ctrl i CapsLocka" -#: ../rules/base.xml.in.h:946 +#: ../rules/base.xml.in.h:948 msgid "At left of 'A'" msgstr "Z lewej 'A'" -#: ../rules/base.xml.in.h:947 +#: ../rules/base.xml.in.h:949 msgid "At bottom left" msgstr "W lewym dolnym rogu" -#: ../rules/base.xml.in.h:948 +#: ../rules/base.xml.in.h:950 msgid "Right Ctrl as Right Alt" msgstr "Prawy Ctrl jako prawy Alt" -#: ../rules/base.xml.in.h:949 +#: ../rules/base.xml.in.h:951 msgid "Menu as Right Ctrl" msgstr "Menu jako prawy Ctrl" -#: ../rules/base.xml.in.h:950 +#: ../rules/base.xml.in.h:952 msgid "Right Alt as Right Ctrl" msgstr "Prawy Alt jako prawy Ctrl" -#: ../rules/base.xml.in.h:951 +#: ../rules/base.xml.in.h:953 msgid "Swap Left Alt key with Left Ctrl key" msgstr "Zamiana lewego Alta z lewym Ctrl" -#: ../rules/base.xml.in.h:952 +#: ../rules/base.xml.in.h:954 msgid "Swap Left Win key with Left Ctrl key" msgstr "Zamiana lewego Win z lewym Ctrl" -#: ../rules/base.xml.in.h:953 +#: ../rules/base.xml.in.h:955 msgid "Swap Right Win key with Right Ctrl key" msgstr "Zamiana prawego Win z prawym Ctrl" -#: ../rules/base.xml.in.h:954 +#: ../rules/base.xml.in.h:956 msgid "Left Alt as Ctrl, Left Ctrl as Win, Left Win as Alt" msgstr "Lewy Alt jako Ctrl, lewy Ctrl jako Win, lewy Win jako Alt" -#: ../rules/base.xml.in.h:955 +#: ../rules/base.xml.in.h:957 msgid "Use keyboard LED to show alternative layout" msgstr "Używanie diody na klawiaturze do sygnalizacji układu alternatywnego" -#: ../rules/base.xml.in.h:956 +#: ../rules/base.xml.in.h:958 msgid "Num Lock" msgstr "NumLock" -#: ../rules/base.xml.in.h:957 +#: ../rules/base.xml.in.h:959 msgid "Layout of numeric keypad" msgstr "Układ klawiatury numerycznej" -#: ../rules/base.xml.in.h:958 +#: ../rules/base.xml.in.h:960 msgid "Legacy" msgstr "Stary" -#: ../rules/base.xml.in.h:959 +#: ../rules/base.xml.in.h:961 msgid "Unicode additions (arrows and math operators)" msgstr "Dodatki Unicode (strzałki i symbole matematyczne)" -#: ../rules/base.xml.in.h:960 +#: ../rules/base.xml.in.h:962 msgid "Unicode additions (arrows and math operators; math operators on default level)" msgstr "Dodatki Unicode (strzałki i symbole matematyczne; symbole matematyczne na poziomie domyślnym)" -#: ../rules/base.xml.in.h:961 +#: ../rules/base.xml.in.h:963 msgid "Legacy Wang 724" msgstr "Legacy Wang 724" -#: ../rules/base.xml.in.h:962 +#: ../rules/base.xml.in.h:964 msgid "Wang 724 keypad with Unicode additions (arrows and math operators)" msgstr "Klawiatura numeryczna Wang 724 z dodatkami Unicode (strzałki i symbole matematyczne)" -#: ../rules/base.xml.in.h:963 +#: ../rules/base.xml.in.h:965 msgid "Wang 724 keypad with Unicode additions (arrows and math operators; math operators on default level)" msgstr "Klawiatura numeryczna Wang 724 z dodatkami Unicode (strzałki i symbole matematyczne; symbole matematyczne na poziomie domyślnym)" -#: ../rules/base.xml.in.h:964 +#: ../rules/base.xml.in.h:966 msgid "Hexadecimal" msgstr "Szesnastkowy" -#: ../rules/base.xml.in.h:965 +#: ../rules/base.xml.in.h:967 msgid "ATM/phone-style" msgstr "ATM/telefoniczna" -#: ../rules/base.xml.in.h:966 +#: ../rules/base.xml.in.h:968 msgid "Numeric keypad delete key behaviour" msgstr "Zachowanie klawisza Delete na klawiaturze numerycznej" -#: ../rules/base.xml.in.h:967 +#: ../rules/base.xml.in.h:969 msgid "Legacy key with dot" msgstr "Klawisz tradycyjny z kropką" #. Actually, with KP_SEPARATOR, as the old keypad(comma) -#: ../rules/base.xml.in.h:969 +#: ../rules/base.xml.in.h:971 msgid "Legacy key with comma" msgstr "Klawisz tradycyjny z przecinkiem" -#: ../rules/base.xml.in.h:970 +#: ../rules/base.xml.in.h:972 msgid "Four-level key with dot" msgstr "Klawisz czterofunkcyjny z kropką" -#: ../rules/base.xml.in.h:971 +#: ../rules/base.xml.in.h:973 msgid "Four-level key with dot, Latin-9 only" msgstr "Klawisz czterofunkcyjny z kropką, tylko Latin-9" -#: ../rules/base.xml.in.h:972 +#: ../rules/base.xml.in.h:974 msgid "Four-level key with comma" msgstr "Klawisz czterofunkcyjny z przecinkiem" -#: ../rules/base.xml.in.h:973 +#: ../rules/base.xml.in.h:975 msgid "Four-level key with momayyez" msgstr "Klawisz czterofunkcyjny ze znakiem momayyez" #. This assumes the KP_ abstract symbols are actually useful for some apps #. The description needs to be rewritten -#: ../rules/base.xml.in.h:976 +#: ../rules/base.xml.in.h:978 msgid "Four-level key with abstract separators" msgstr "Klawisz czterofunkcyjny z abstrakcyjnymi separatorami" -#: ../rules/base.xml.in.h:977 +#: ../rules/base.xml.in.h:979 msgid "Semicolon on third level" msgstr "Średnik na poziomie 3." -#: ../rules/base.xml.in.h:978 +#: ../rules/base.xml.in.h:980 msgid "Caps Lock key behavior" msgstr "Zachowanie klawisza CapsLock" -#: ../rules/base.xml.in.h:979 +#: ../rules/base.xml.in.h:981 msgid "Caps Lock uses internal capitalization; Shift \"pauses\" Caps Lock" msgstr "CapsLock używa wewnętrznej zmiany rozmiaru liter; Shift wstrzymuje CapsLock" -#: ../rules/base.xml.in.h:980 +#: ../rules/base.xml.in.h:982 msgid "Caps Lock uses internal capitalization; Shift doesn't affect Caps Lock" msgstr "CapsLock używa wewnętrznej zmiany rozmiaru liter; Shift nie wpływa na CapsLock" -#: ../rules/base.xml.in.h:981 +#: ../rules/base.xml.in.h:983 msgid "Caps Lock acts as Shift with locking; Shift \"pauses\" Caps Lock" msgstr "CapsLock działa jako Shift z blokadą; Shift wstrzymuje CapsLock" -#: ../rules/base.xml.in.h:982 +#: ../rules/base.xml.in.h:984 msgid "Caps Lock acts as Shift with locking; Shift doesn't affect Caps Lock" msgstr "CapsLock działa jako Shift z blokadą; Shift nie wpływa na CapsLock" -#: ../rules/base.xml.in.h:983 +#: ../rules/base.xml.in.h:985 msgid "Caps Lock toggles normal capitalization of alphabetic characters" msgstr "CapsLock przełącza wielkość znaków alfabetycznych" -#: ../rules/base.xml.in.h:984 +#: ../rules/base.xml.in.h:986 msgid "Make Caps Lock an additional Num Lock" msgstr "CapsLock jako dodatkowy NumLock" -#: ../rules/base.xml.in.h:985 +#: ../rules/base.xml.in.h:987 msgid "Swap ESC and Caps Lock" msgstr "Zamiana Esc i CapsLocka" -#: ../rules/base.xml.in.h:986 +#: ../rules/base.xml.in.h:988 msgid "Make Caps Lock an additional ESC" msgstr "CapsLock jako dodatkowy Esc" -#: ../rules/base.xml.in.h:987 +#: ../rules/base.xml.in.h:989 msgid "Make Caps Lock an additional Backspace" msgstr "CapsLock jako dodatkowy Backspace" -#: ../rules/base.xml.in.h:988 +#: ../rules/base.xml.in.h:990 msgid "Make Caps Lock an additional Super" msgstr "CapsLock jako dodatkowy Super" -#: ../rules/base.xml.in.h:989 +#: ../rules/base.xml.in.h:991 msgid "Make Caps Lock an additional Hyper" msgstr "CapsLock jako dodatkowy Hyper" -#: ../rules/base.xml.in.h:990 +#: ../rules/base.xml.in.h:992 msgid "Caps Lock toggles ShiftLock (affects all keys)" msgstr "CapsLock przełącza ShiftLock (wpływając na wszystkie klawisze)" -#: ../rules/base.xml.in.h:991 +#: ../rules/base.xml.in.h:993 msgid "Caps Lock is disabled" msgstr "CapsLock wyłączony" -#: ../rules/base.xml.in.h:992 +#: ../rules/base.xml.in.h:994 msgid "Make Caps Lock an additional Ctrl" msgstr "CapsLock jako dodatkowy Ctrl" -#: ../rules/base.xml.in.h:993 +#: ../rules/base.xml.in.h:995 msgid "Alt/Win key behavior" msgstr "Zachowanie klawiszy Alt/Win" -#: ../rules/base.xml.in.h:994 +#: ../rules/base.xml.in.h:996 msgid "Add the standard behavior to Menu key" msgstr "Dodanie standardowego działania klawisza Menu" -#: ../rules/base.xml.in.h:995 +#: ../rules/base.xml.in.h:997 msgid "Alt and Meta are on Alt keys" msgstr "Alt i Meta pod klawiszami Alt" -#: ../rules/base.xml.in.h:996 +#: ../rules/base.xml.in.h:998 msgid "Alt is mapped to Win keys (and the usual Alt keys)" msgstr "Alt pod klawiszami Win (oraz zwykłymi klawiszami Alt)" -#: ../rules/base.xml.in.h:997 +#: ../rules/base.xml.in.h:999 msgid "Ctrl is mapped to Win keys (and the usual Ctrl keys)" msgstr "Ctrl pod klawiszami Win (oraz zwykłymi klawiszami Ctrl)" -#: ../rules/base.xml.in.h:998 +#: ../rules/base.xml.in.h:1000 msgid "Ctrl is mapped to Alt keys, Alt is mapped to Win keys" msgstr "Ctrl pod klawiszami Alt, Alt pod klawiszami Win" -#: ../rules/base.xml.in.h:999 +#: ../rules/base.xml.in.h:1001 msgid "Meta is mapped to Win keys" msgstr "Meta pod klawiszami Win" -#: ../rules/base.xml.in.h:1000 +#: ../rules/base.xml.in.h:1002 msgid "Meta is mapped to Left Win" msgstr "Meta pod lewym Win" -#: ../rules/base.xml.in.h:1001 +#: ../rules/base.xml.in.h:1003 msgid "Hyper is mapped to Win keys" msgstr "Hyper pod klawiszami Win" -#: ../rules/base.xml.in.h:1002 +#: ../rules/base.xml.in.h:1004 msgid "Alt is mapped to Right Win, Super to Menu" msgstr "Alt pod prawym Win, Super pod Menu" -#: ../rules/base.xml.in.h:1003 +#: ../rules/base.xml.in.h:1005 msgid "Alt is swapped with Win" msgstr "Lewy zamieniony z Win" -#: ../rules/base.xml.in.h:1004 +#: ../rules/base.xml.in.h:1006 msgid "Position of Compose key" msgstr "Położenie klawisza Compose" -#: ../rules/base.xml.in.h:1005 +#: ../rules/base.xml.in.h:1007 msgid "3rd level of Left Win" msgstr "Pozion 3. lewego klawisza Win" -#: ../rules/base.xml.in.h:1006 +#: ../rules/base.xml.in.h:1008 msgid "3rd level of Right Win" msgstr "Pozion 3. prawego klawisza Win" -#: ../rules/base.xml.in.h:1007 +#: ../rules/base.xml.in.h:1009 msgid "3rd level of Menu" msgstr "Poziom 3. klawisza Menu" -#: ../rules/base.xml.in.h:1008 +#: ../rules/base.xml.in.h:1010 msgid "3rd level of Left Ctrl" msgstr "Poziom 3. lewego klawisza Ctrl" -#: ../rules/base.xml.in.h:1009 +#: ../rules/base.xml.in.h:1011 msgid "3rd level of Right Ctrl" msgstr "Poziom 3. prawego klawisza Ctrl" -#: ../rules/base.xml.in.h:1010 +#: ../rules/base.xml.in.h:1012 msgid "3rd level of Caps Lock" msgstr "Poziom 3. klawisza Caps Lock" -#: ../rules/base.xml.in.h:1011 +#: ../rules/base.xml.in.h:1013 msgid "3rd level of <Less/Greater>" msgstr "Poziom 3. klawisza <Mniejsze/Większe>" -#: ../rules/base.xml.in.h:1012 +#: ../rules/base.xml.in.h:1014 msgid "Pause" msgstr "Pauza" -#: ../rules/base.xml.in.h:1013 +#: ../rules/base.xml.in.h:1015 msgid "PrtSc" msgstr "PrtSc" -#: ../rules/base.xml.in.h:1014 +#: ../rules/base.xml.in.h:1016 msgid "Miscellaneous compatibility options" msgstr "Różne opcje kompatybilności" -#: ../rules/base.xml.in.h:1015 +#: ../rules/base.xml.in.h:1017 msgid "Default numeric keypad keys" msgstr "Domyślne klawisze klawiatury numerycznej" -#: ../rules/base.xml.in.h:1016 +#: ../rules/base.xml.in.h:1018 msgid "Numeric keypad keys always enter digits (as in Mac OS)" msgstr "Klawiatura numeryczna zawsze prowadza cyfry (jak w Mac OS)" -#: ../rules/base.xml.in.h:1017 -msgid "Shift with numeric keypad keys works as in MS Windows" -msgstr "Shift z klawiaturą numeryczną działą jak pod MS Windows" +#: ../rules/base.xml.in.h:1019 +msgid "NumLock on: digits, Shift switches to arrow keys, Numlock off: always arrow keys (as in MS Windows)" +msgstr "NumLock włączony: cyfry, Shift przełącza na strzałki; NumLock wyłączonty: zawsze strzałki (jak w MS Windows)" -#: ../rules/base.xml.in.h:1018 +#: ../rules/base.xml.in.h:1020 msgid "Shift does not cancel Num Lock, chooses 3rd level instead" msgstr "Shift nie anuluje NumLocka, wybiera poziom 3." -#: ../rules/base.xml.in.h:1019 +#: ../rules/base.xml.in.h:1021 msgid "Special keys (Ctrl+Alt+<key>) handled in a server" msgstr "Klawisze specjalne (Ctrl+Alt+<klawisz>) obsługiwane przez serwer" -#: ../rules/base.xml.in.h:1020 +#: ../rules/base.xml.in.h:1022 msgid "Apple Aluminium Keyboard: emulate PC keys (Print, Scroll Lock, Pause, Num Lock)" msgstr "Apple Aluminium Keyboard: emulacja klawiszy PC (Print, ScrollLock, Pause, NumLock)" -#: ../rules/base.xml.in.h:1021 +#: ../rules/base.xml.in.h:1023 msgid "Shift cancels Caps Lock" msgstr "Shift anuluje CapsLock" -#: ../rules/base.xml.in.h:1022 +#: ../rules/base.xml.in.h:1024 msgid "Enable extra typographic characters" msgstr "Włączenie dodatkowych znaków typograficznych" -#: ../rules/base.xml.in.h:1023 +#: ../rules/base.xml.in.h:1025 msgid "Both Shift keys together toggle Caps Lock" msgstr "Oba klawisze Shift naraz przełączają CapsLock" -#: ../rules/base.xml.in.h:1024 +#: ../rules/base.xml.in.h:1026 msgid "Both Shift keys together activate Caps Lock, one Shift key deactivates" msgstr "Oba klawisze Shift naraz włączają CapsLock, jeden Shift wyłącza" -#: ../rules/base.xml.in.h:1025 +#: ../rules/base.xml.in.h:1027 msgid "Both Shift keys together toggle ShiftLock" msgstr "Oba klawisze Shift naraz przełączają ShiftLock" -#: ../rules/base.xml.in.h:1026 +#: ../rules/base.xml.in.h:1028 msgid "Shift + NumLock toggles PointerKeys" msgstr "Shift + NumLock przełącza klawisze kursorów" -#: ../rules/base.xml.in.h:1027 +#: ../rules/base.xml.in.h:1029 msgid "Allow breaking grabs with keyboard actions (warning: security risk)" msgstr "Akcje klawiatury mogą przełamywać przechwytywanie (uwaga: zagrożenie bezpieczeństwa)" -#: ../rules/base.xml.in.h:1028 +#: ../rules/base.xml.in.h:1030 msgid "Allow grab and window tree logging" msgstr "Możliwe przechwytywanie i logowanie drzewa okien" -#: ../rules/base.xml.in.h:1029 +#: ../rules/base.xml.in.h:1031 msgid "Adding currency signs to certain keys" msgstr "Dodanie znaków walut do pewnych klawiszy" -#: ../rules/base.xml.in.h:1030 +#: ../rules/base.xml.in.h:1032 msgid "Euro on E" msgstr "Euro pod E" -#: ../rules/base.xml.in.h:1031 +#: ../rules/base.xml.in.h:1033 msgid "Euro on 2" msgstr "Euro pod 2" -#: ../rules/base.xml.in.h:1032 +#: ../rules/base.xml.in.h:1034 msgid "Euro on 4" msgstr "Euro pod 4" -#: ../rules/base.xml.in.h:1033 +#: ../rules/base.xml.in.h:1035 msgid "Euro on 5" msgstr "Euro pod 5" -#: ../rules/base.xml.in.h:1034 +#: ../rules/base.xml.in.h:1036 msgid "Rupee on 4" msgstr "Rupia pod 4" -#: ../rules/base.xml.in.h:1035 +#: ../rules/base.xml.in.h:1037 msgid "Key to choose 5th level" msgstr "Klawisz wybierający poziom 5." -#: ../rules/base.xml.in.h:1036 +#: ../rules/base.xml.in.h:1038 msgid "<Less/Greater> chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "<Mniejsze/Większe> wybiera poziom 5., blokuje przy naciśnięciu z innym klawiszem wybierającym poziom 5." -#: ../rules/base.xml.in.h:1037 +#: ../rules/base.xml.in.h:1039 msgid "Right Alt chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Prawy Alt wybiera poziom 5., blokuje przy naciśnięciu z innym klawiszem wybierającym poziom 5." -#: ../rules/base.xml.in.h:1038 +#: ../rules/base.xml.in.h:1040 msgid "Left Win chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Lewy Win wybiera poziom 5., blokuje przy naciśnięciu z innym klawiszem wybierającym poziom 5." -#: ../rules/base.xml.in.h:1039 +#: ../rules/base.xml.in.h:1041 msgid "Right Win chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "Prawy Win wybiera poziom 5., blokuje przy naciśnięciu z innym klawiszem wybierającym poziom 5." -#: ../rules/base.xml.in.h:1040 +#: ../rules/base.xml.in.h:1042 msgid "Using space key to input non-breakable space character" msgstr "Używanie klawisza spacji do wprowadzania znaku niełamliwej spacji" -#: ../rules/base.xml.in.h:1041 +#: ../rules/base.xml.in.h:1043 msgid "Usual space at any level" msgstr "Zwykła spacja na dowolnym poziomie" -#: ../rules/base.xml.in.h:1042 +#: ../rules/base.xml.in.h:1044 msgid "Non-breakable space character at second level" msgstr "Znak niełamliwej spacji na poziomie 2." -#: ../rules/base.xml.in.h:1043 +#: ../rules/base.xml.in.h:1045 msgid "Non-breakable space character at third level" msgstr "Znak niełamliwej spacji na poziomie 3." -#: ../rules/base.xml.in.h:1044 +#: ../rules/base.xml.in.h:1046 msgid "Non-breakable space character at third level, nothing at fourth level" msgstr "Znak niełamliwej spacji na poziomie 3., nic na poziomie 4." -#: ../rules/base.xml.in.h:1045 +#: ../rules/base.xml.in.h:1047 msgid "Non-breakable space character at third level, thin non-breakable space character at fourth level" msgstr "Znak niełamliwej spacji na poziomie 3., wąskiej niełamliwej spacji na poziomie 4." -#: ../rules/base.xml.in.h:1046 +#: ../rules/base.xml.in.h:1048 msgid "Non-breakable space character at fourth level" msgstr "Znak niełamliwej spacji na poziomie 4." -#: ../rules/base.xml.in.h:1047 +#: ../rules/base.xml.in.h:1049 msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level" msgstr "Znak niełamliwej spacji na poziomie 4., wąskiej niełamliwej spacji na poziomie 6." -#: ../rules/base.xml.in.h:1048 +#: ../rules/base.xml.in.h:1050 msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level (via Ctrl+Shift)" msgstr "Znak niełamliwej spacji na poziomie 4., wąskiej niełamliwej spacji na poziomie 6. (z Ctrl+Shift)" -#: ../rules/base.xml.in.h:1049 +#: ../rules/base.xml.in.h:1051 msgid "Zero-width non-joiner character at second level" msgstr "Znak rozdzielający zerowej szerokości na poziomie 2." -#: ../rules/base.xml.in.h:1050 +#: ../rules/base.xml.in.h:1052 msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level" msgstr "Znak rozdzielający zerowej szerokości na poziomie 2., znak łączący zerowej szerokości na poziomie 3." -#: ../rules/base.xml.in.h:1051 +#: ../rules/base.xml.in.h:1053 msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level, non-breakable space character at fourth level" msgstr "Znak rozdzielający zerowej szerokości na poziomie 2., znak łączący zerowej szerokości na poziomie 3., znak niełamliwej spacji na poziomie 4." -#: ../rules/base.xml.in.h:1052 +#: ../rules/base.xml.in.h:1054 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level" msgstr "Znak rozdzielający zerowej szerokości na poziomie 2., znak niełamliwej spacji na poziomie 3." -#: ../rules/base.xml.in.h:1053 +#: ../rules/base.xml.in.h:1055 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, nothing at fourth level" msgstr "Znak rozdzielający zerowej szerokości na poziomie 2., znak niełamliwej spacji na poziomie 3., nic na poziomie 4." -#: ../rules/base.xml.in.h:1054 +#: ../rules/base.xml.in.h:1056 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, zero-width joiner at fourth level" msgstr "Znak rozdzielający zerowej szerokości na poziomie 2., znak niełamliwej spacji na poziomie 3., znak łączący zerowej szerokości na poziomie 4." -#: ../rules/base.xml.in.h:1055 +#: ../rules/base.xml.in.h:1057 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, thin non-breakable space at fourth level" msgstr "Znak rozdzielający zerowej szerokości na poziomie 2., znak niełamliwej spacji na poziomie 3., wąskiej niełamliwej spacji na poziomie 4." -#: ../rules/base.xml.in.h:1056 +#: ../rules/base.xml.in.h:1058 msgid "Zero-width non-joiner character at third level, zero-width joiner at fourth level" msgstr "Znak rozdzielający zerowej szerokości na poziomie 3., znak łączący zerowej szerokości na poziomie 4." -#: ../rules/base.xml.in.h:1057 +#: ../rules/base.xml.in.h:1059 msgid "Japanese keyboard options" msgstr "Opcje klawiatury japońskiej" -#: ../rules/base.xml.in.h:1058 +#: ../rules/base.xml.in.h:1060 msgid "Kana Lock key is locking" msgstr "Blokujący klawisz Kana Lock" -#: ../rules/base.xml.in.h:1059 +#: ../rules/base.xml.in.h:1061 msgid "NICOLA-F style Backspace" msgstr "Backspace w stylu NICOLA-F" -#: ../rules/base.xml.in.h:1060 +#: ../rules/base.xml.in.h:1062 msgid "Make Zenkaku Hankaku an additional ESC" msgstr "Zenkaku Hankaku jako dodatkowy Esc" -#: ../rules/base.xml.in.h:1061 +#: ../rules/base.xml.in.h:1063 +msgid "Korean Hangul/Hanja keys" +msgstr "Koreańskie klawisze Hangul/Hanja" + +#: ../rules/base.xml.in.h:1064 +msgid "Hardware Hangul/Hanja keys" +msgstr "Sprzętowe klawisze Hangul/Hanja" + +#: ../rules/base.xml.in.h:1065 +msgid "Right Alt as Hangul, right Ctrl as Hanja" +msgstr "Prawy Alt jako Hangul, prawy Ctrl jako Hanja" + +#: ../rules/base.xml.in.h:1066 +msgid "Right Ctrl as Hangul, right Alt as Hanja" +msgstr "Prawy Ctrl jako Hangul, prawy Alt jako Hanja" + +#: ../rules/base.xml.in.h:1067 msgid "Adding Esperanto supersigned letters" msgstr "Dodanie akcentów Esperanto (supersigno)" -#: ../rules/base.xml.in.h:1062 +#: ../rules/base.xml.in.h:1068 msgid "To the corresponding key in a Qwerty layout" msgstr "Pod odpowiednimi klawiszami wg układu QWERTY" -#: ../rules/base.xml.in.h:1063 +#: ../rules/base.xml.in.h:1069 msgid "To the corresponding key in a Dvorak layout" msgstr "Pod odpowiednimi klawiszami wg układu Dvoraka" -#: ../rules/base.xml.in.h:1064 +#: ../rules/base.xml.in.h:1070 msgid "To the corresponding key in a Colemak layout" msgstr "Pod odpowiednimi klawiszami wg układu Colemak" -#: ../rules/base.xml.in.h:1065 +#: ../rules/base.xml.in.h:1071 msgid "Maintain key compatibility with old Solaris keycodes" msgstr "Zachowanie zgodności klawiszy ze starymi kodami Solarisa" -#: ../rules/base.xml.in.h:1066 +#: ../rules/base.xml.in.h:1072 msgid "Sun Key compatibility" msgstr "Zgodność klawiszy z Sunem" -#: ../rules/base.xml.in.h:1067 +#: ../rules/base.xml.in.h:1073 msgid "Key sequence to kill the X server" msgstr "Sekwencja klawiszy zabijająca serwer X" -#: ../rules/base.xml.in.h:1068 +#: ../rules/base.xml.in.h:1074 msgid "Ctrl + Alt + Backspace" msgstr "Ctrl + Alt + Backspace" @@ -4063,250 +4087,254 @@ msgid "German (with Hungarian letters and no dead keys)" msgstr "Niemiecki (z literami węgierskimi, bez klawiszy akcentów)" #: ../rules/base.extras.xml.in.h:26 +msgid "Polish (Germany, eliminate dead keys)" +msgstr "Polski (Niemcy, bez klawiszy akcentów)" + +#: ../rules/base.extras.xml.in.h:27 msgid "German (Sun Type 6/7)" msgstr "Niemiecki (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:27 +#: ../rules/base.extras.xml.in.h:28 msgid "German (Aus der Neo-Welt)" msgstr "Niemiecki (Aus der Neo-Welt)" -#: ../rules/base.extras.xml.in.h:30 +#: ../rules/base.extras.xml.in.h:31 msgid "Avestan" msgstr "Awestyjski" -#: ../rules/base.extras.xml.in.h:33 +#: ../rules/base.extras.xml.in.h:34 msgid "Lithuanian (US Dvorak with Lithuanian letters)" msgstr "Litewski (USA, Dvoraka z literami litewskimi)" -#: ../rules/base.extras.xml.in.h:34 +#: ../rules/base.extras.xml.in.h:35 msgid "Lithuanian (Sun Type 6/7)" msgstr "Litewski (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:37 +#: ../rules/base.extras.xml.in.h:38 msgid "Latvian (US Dvorak)" msgstr "Łotewski (USA, Dvoraka)" -#: ../rules/base.extras.xml.in.h:38 +#: ../rules/base.extras.xml.in.h:39 msgid "Latvian (US Dvorak, Y variant)" msgstr "Łotewski (USA, Dvoraka, wariant Y)" -#: ../rules/base.extras.xml.in.h:39 +#: ../rules/base.extras.xml.in.h:40 msgid "Latvian (US Dvorak, minus variant)" msgstr "Łotewski (USA, Dvoraka, wariant minus)" -#: ../rules/base.extras.xml.in.h:40 +#: ../rules/base.extras.xml.in.h:41 msgid "Latvian (programmer US Dvorak)" msgstr "Łotewski (USA, Dvoraka programisty)" -#: ../rules/base.extras.xml.in.h:41 +#: ../rules/base.extras.xml.in.h:42 msgid "Latvian (programmer US Dvorak, Y variant)" msgstr "Łotewski (USA, Dvoraka programisty, wariant Y)" -#: ../rules/base.extras.xml.in.h:42 +#: ../rules/base.extras.xml.in.h:43 msgid "Latvian (programmer US Dvorak, minus variant)" msgstr "Łotewski (USA, Dvoraka programisty, wariant minus)" -#: ../rules/base.extras.xml.in.h:43 +#: ../rules/base.extras.xml.in.h:44 msgid "Latvian (US Colemak)" msgstr "Łotewski (USA, Colemak)" -#: ../rules/base.extras.xml.in.h:44 +#: ../rules/base.extras.xml.in.h:45 msgid "Latvian (US Colemak, apostrophe variant)" msgstr "Łotewski (USA, Colemak, wariant z apostrofem)" -#: ../rules/base.extras.xml.in.h:45 +#: ../rules/base.extras.xml.in.h:46 msgid "Latvian (Sun Type 6/7)" msgstr "Łotewski (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:48 +#: ../rules/base.extras.xml.in.h:49 msgid "English (US, international AltGr Unicode combining)" msgstr "Angielski (USA, międzynarodowy, łączenie unikodu z AltGr)" -#: ../rules/base.extras.xml.in.h:49 +#: ../rules/base.extras.xml.in.h:50 msgid "English (US, international AltGr Unicode combining, alternative)" msgstr "Angielski (USA, międzynarodowy, łączenie unikodu z AltGr, alternatywny)" -#: ../rules/base.extras.xml.in.h:50 +#: ../rules/base.extras.xml.in.h:51 msgid "Atsina" msgstr "Atsina" -#: ../rules/base.extras.xml.in.h:51 +#: ../rules/base.extras.xml.in.h:52 msgid "Coeur d'Alene Salish" msgstr "Coeur d'Alene Salish" -#: ../rules/base.extras.xml.in.h:52 +#: ../rules/base.extras.xml.in.h:53 msgid "Czech Slovak and German (US)" msgstr "Czeski, słowacki i niemiecki (US)" -#: ../rules/base.extras.xml.in.h:53 +#: ../rules/base.extras.xml.in.h:54 msgid "English (US, Sun Type 6/7)" msgstr "Angielski (USA, Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:54 +#: ../rules/base.extras.xml.in.h:55 msgid "English (Norman)" msgstr "Angielski (Normana)" -#: ../rules/base.extras.xml.in.h:57 +#: ../rules/base.extras.xml.in.h:58 msgid "Polish (international with dead keys)" msgstr "Polski (międzynarodowy z klawiszami akcentów)" -#: ../rules/base.extras.xml.in.h:58 +#: ../rules/base.extras.xml.in.h:59 msgid "Polish (Colemak)" msgstr "Polski (Colemak)" -#: ../rules/base.extras.xml.in.h:59 +#: ../rules/base.extras.xml.in.h:60 msgid "Polish (Sun Type 6/7)" msgstr "Polski (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:63 +#: ../rules/base.extras.xml.in.h:64 msgid "Crimean Tatar (Dobruja Q)" msgstr "Krymskotatarski (Dobruja Q)" -#: ../rules/base.extras.xml.in.h:64 +#: ../rules/base.extras.xml.in.h:65 msgid "Romanian (ergonomic Touchtype)" msgstr "Rumuński (ergonomiczny Touchtype)" -#: ../rules/base.extras.xml.in.h:65 +#: ../rules/base.extras.xml.in.h:66 msgid "Romanian (Sun Type 6/7)" msgstr "Rumuński (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:68 +#: ../rules/base.extras.xml.in.h:69 msgid "Serbian (combining accents instead of dead keys)" msgstr "Serbski (łączenie akcentów zamiast klawiszy akcentów)" -#: ../rules/base.extras.xml.in.h:71 +#: ../rules/base.extras.xml.in.h:72 msgid "Church Slavonic" msgstr "Cerkiewnosłowiański" -#: ../rules/base.extras.xml.in.h:72 +#: ../rules/base.extras.xml.in.h:73 msgid "Russian (with Ukrainian-Belorussian layout)" msgstr "Rosyjski (z układem ukraińsko-białoruskim)" -#: ../rules/base.extras.xml.in.h:73 +#: ../rules/base.extras.xml.in.h:74 msgid "Russian (Sun Type 6/7)" msgstr "Rosyjski (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:76 +#: ../rules/base.extras.xml.in.h:77 msgid "Armenian (OLPC phonetic)" msgstr "Armeński (fonetyczny OLPC)" -#: ../rules/base.extras.xml.in.h:79 +#: ../rules/base.extras.xml.in.h:80 msgid "Hebrew (Biblical, SIL phonetic)" msgstr "Hebrajski (biblijny, fonetyczny SIL)" -#: ../rules/base.extras.xml.in.h:82 +#: ../rules/base.extras.xml.in.h:83 msgid "Arabic (Sun Type 6/7)" msgstr "Arabski (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:85 +#: ../rules/base.extras.xml.in.h:86 msgid "Belgian (Sun Type 6/7)" msgstr "Belgijski (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:88 +#: ../rules/base.extras.xml.in.h:89 msgid "Portuguese (Brazil, Sun Type 6/7)" msgstr "Portugalski (Brazylia, Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:91 +#: ../rules/base.extras.xml.in.h:92 msgid "Czech (Sun Type 6/7)" msgstr "Czeski (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:94 +#: ../rules/base.extras.xml.in.h:95 msgid "Danish (Sun Type 6/7)" msgstr "Duński (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:97 +#: ../rules/base.extras.xml.in.h:98 msgid "Dutch (Sun Type 6/7)" msgstr "Holenderski (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:100 +#: ../rules/base.extras.xml.in.h:101 msgid "Estonian (Sun Type 6/7)" msgstr "Estoński (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:103 +#: ../rules/base.extras.xml.in.h:104 msgid "Finnish (Sun Type 6/7)" msgstr "Fiński (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:105 +#: ../rules/base.extras.xml.in.h:106 msgid "French (Sun Type 6/7)" msgstr "Francuski (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:108 +#: ../rules/base.extras.xml.in.h:109 msgid "Greek (Sun Type 6/7)" msgstr "Grecki (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:111 +#: ../rules/base.extras.xml.in.h:112 msgid "Italian (Sun Type 6/7)" msgstr "Włoski (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:114 +#: ../rules/base.extras.xml.in.h:115 msgid "Japanese (Sun Type 6)" msgstr "Japoński (Sun Type 6)" -#: ../rules/base.extras.xml.in.h:115 +#: ../rules/base.extras.xml.in.h:116 msgid "Japanese (Sun Type 7 - pc compatible)" msgstr "Japoński (Sun Type 7 - kompatybilny z PC)" -#: ../rules/base.extras.xml.in.h:116 +#: ../rules/base.extras.xml.in.h:117 msgid "Japanese (Sun Type 7 - sun compatible)" msgstr "Japoński (Sun Type 7 - kompatybilny z Sunem)" -#: ../rules/base.extras.xml.in.h:119 +#: ../rules/base.extras.xml.in.h:120 msgid "Norwegian (Sun Type 6/7)" msgstr "Norweski (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:121 +#: ../rules/base.extras.xml.in.h:122 msgid "Portuguese (Sun Type 6/7)" msgstr "Portugalski (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:124 +#: ../rules/base.extras.xml.in.h:125 msgid "Slovak (Sun Type 6/7)" msgstr "Słowacki (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:127 +#: ../rules/base.extras.xml.in.h:128 msgid "Spanish (Sun Type 6/7)" msgstr "Hiszpański (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:130 +#: ../rules/base.extras.xml.in.h:131 msgid "Swedish (Dvorak A5)" msgstr "Szwedzki (Dvoraka A5)" -#: ../rules/base.extras.xml.in.h:131 +#: ../rules/base.extras.xml.in.h:132 msgid "Swedish (Sun Type 6/7)" msgstr "Szwedzki (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:133 +#: ../rules/base.extras.xml.in.h:134 msgid "German (Switzerland, Sun Type 6/7)" msgstr "Niemiecki (Szwajcaria, Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:134 +#: ../rules/base.extras.xml.in.h:135 msgid "French (Switzerland, Sun Type 6/7)" msgstr "Francuski (Szwajcaria, Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:137 +#: ../rules/base.extras.xml.in.h:138 msgid "Turkish (Sun Type 6/7)" msgstr "Turecki (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:140 +#: ../rules/base.extras.xml.in.h:141 msgid "Ukrainian (Sun Type 6/7)" msgstr "Ukraiński (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:142 +#: ../rules/base.extras.xml.in.h:143 msgid "English (UK, Sun Type 6/7)" msgstr "Angielski (USA, Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:145 +#: ../rules/base.extras.xml.in.h:146 msgid "Korean (Sun Type 6/7)" msgstr "Koreański (Sun Type 6/7)" #. Keyboard indicator for European layouts -#: ../rules/base.extras.xml.in.h:147 +#: ../rules/base.extras.xml.in.h:148 msgid "eu" msgstr "eu" -#: ../rules/base.extras.xml.in.h:148 +#: ../rules/base.extras.xml.in.h:149 msgid "EurKEY (US based layout with european letters)" msgstr "EurKey (klawiatura US z literami niemieckimi)" -#: ../rules/base.extras.xml.in.h:151 +#: ../rules/base.extras.xml.in.h:152 msgid "Mmuock" msgstr "Mmuock" diff --git a/xorg-server/xkeyboard-config/po/ru.po b/xorg-server/xkeyboard-config/po/ru.po index c7d113d9b..33adae14b 100644 --- a/xorg-server/xkeyboard-config/po/ru.po +++ b/xorg-server/xkeyboard-config/po/ru.po @@ -7,14 +7,14 @@ # Nickolay V. Shmyrev , 2006. # Misha Shnurapet , 2010. # ChALkeR , 2010. -# Yuri Kozlov , 2009, 2010, 2011, 2012, 2013, 2014. +# Yuri Kozlov , 2009, 2010, 2011, 2012, 2013, 2014, 2015. # Pavel Maryanov , 2011. msgid "" msgstr "" -"Project-Id-Version: xkeyboard-config 2.11.99\n" +"Project-Id-Version: xkeyboard-config 2.13.99\n" "Report-Msgid-Bugs-To: svu@users.sourceforge.net\n" -"POT-Creation-Date: 2014-05-18 00:11+0100\n" -"PO-Revision-Date: 2014-05-22 19:42+0400\n" +"POT-Creation-Date: 2015-01-15 01:16+0000\n" +"PO-Revision-Date: 2015-01-16 17:34+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" "Language: ru\n" @@ -473,8 +473,8 @@ msgid "Memorex MX2750" msgstr "Memorex MX2750" #: ../rules/base.xml.in.h:113 -msgid "Microsoft Natural Wireless Ergonomic Keyboard 4000" -msgstr "Microsoft Natural Wireless Ergonomic Keyboard 4000" +msgid "Microsoft Natural Ergonomic Keyboard 4000" +msgstr "Microsoft Natural Ergonomic Keyboard 4000" #: ../rules/base.xml.in.h:114 msgid "Microsoft Natural Wireless Ergonomic Keyboard 7000" @@ -761,11 +761,11 @@ msgid "Htc Dream phone" msgstr "телефон Htc Dream" #. Keyboard indicator for English layouts -#: ../rules/base.xml.in.h:186 ../rules/base.extras.xml.in.h:46 +#: ../rules/base.xml.in.h:186 ../rules/base.extras.xml.in.h:47 msgid "en" msgstr "en" -#: ../rules/base.xml.in.h:187 ../rules/base.extras.xml.in.h:47 +#: ../rules/base.xml.in.h:187 ../rules/base.extras.xml.in.h:48 msgid "English (US)" msgstr "Английская (США)" @@ -823,7 +823,7 @@ msgid "English (programmer Dvorak)" msgstr "Английская (дворак для программистов)" #. Keyboard indicator for Russian layouts -#: ../rules/base.xml.in.h:203 ../rules/base.extras.xml.in.h:69 +#: ../rules/base.xml.in.h:203 ../rules/base.extras.xml.in.h:70 msgid "ru" msgstr "ru" @@ -856,7 +856,7 @@ msgid "English (Workman, international with dead keys)" msgstr "Английская (Воркман, международная с спец. клавишами)" #. Keyboard indicator for Persian layouts -#: ../rules/base.xml.in.h:212 ../rules/base.extras.xml.in.h:28 +#: ../rules/base.xml.in.h:212 ../rules/base.extras.xml.in.h:29 msgid "fa" msgstr "fa" @@ -895,11 +895,11 @@ msgid "Uzbek (Afghanistan, OLPC)" msgstr "Узбекская (Афганистан, OLPC)" #. Keyboard indicator for Arabic layouts -#: ../rules/base.xml.in.h:224 ../rules/base.extras.xml.in.h:80 +#: ../rules/base.xml.in.h:224 ../rules/base.extras.xml.in.h:81 msgid "ar" msgstr "ar" -#: ../rules/base.xml.in.h:225 ../rules/base.extras.xml.in.h:81 +#: ../rules/base.xml.in.h:225 ../rules/base.extras.xml.in.h:82 msgid "Arabic" msgstr "Арабская" @@ -941,11 +941,11 @@ msgid "Albanian (Plisi D1)" msgstr "Албанская (Plisi D1)" #. Keyboard indicator for Armenian layouts -#: ../rules/base.xml.in.h:237 ../rules/base.extras.xml.in.h:74 +#: ../rules/base.xml.in.h:237 ../rules/base.extras.xml.in.h:75 msgid "hy" msgstr "hy" -#: ../rules/base.xml.in.h:238 ../rules/base.extras.xml.in.h:75 +#: ../rules/base.xml.in.h:238 ../rules/base.extras.xml.in.h:76 msgid "Armenian" msgstr "Армянская" @@ -1021,11 +1021,11 @@ msgid "Belarusian (Latin)" msgstr "Белорусская (латиница)" #. Keyboard indicator for Belgian layouts -#: ../rules/base.xml.in.h:260 ../rules/base.extras.xml.in.h:83 +#: ../rules/base.xml.in.h:260 ../rules/base.extras.xml.in.h:84 msgid "be" msgstr "be" -#: ../rules/base.xml.in.h:261 ../rules/base.extras.xml.in.h:84 +#: ../rules/base.xml.in.h:261 ../rules/base.extras.xml.in.h:85 msgid "Belgian" msgstr "Бельгийская" @@ -1288,11 +1288,11 @@ msgid "Bosnian (US keyboard with Bosnian letters)" msgstr "Боснийская (клавиатура США с боснийскими буквами)" #. Keyboard indicator for Portuguese layouts -#: ../rules/base.xml.in.h:338 ../rules/base.extras.xml.in.h:86 +#: ../rules/base.xml.in.h:338 ../rules/base.extras.xml.in.h:87 msgid "pt" msgstr "pt" -#: ../rules/base.xml.in.h:339 ../rules/base.extras.xml.in.h:87 +#: ../rules/base.xml.in.h:339 ../rules/base.extras.xml.in.h:88 msgid "Portuguese (Brazil)" msgstr "Португальская (Бразилия)" @@ -1376,11 +1376,11 @@ msgid "Berber (Morocco, Tifinagh extended phonetic)" msgstr "Берберская (Марокко, тифинагская расширенная фонетическая)" #. Keyboard indicator for Cameroon layouts -#: ../rules/base.xml.in.h:363 +#: ../rules/base.xml.in.h:363 ../rules/base.extras.xml.in.h:150 msgid "cm" msgstr "cm" -#: ../rules/base.xml.in.h:364 +#: ../rules/base.xml.in.h:364 ../rules/base.extras.xml.in.h:151 msgid "English (Cameroon)" msgstr "Английская (Камерун)" @@ -1501,11 +1501,11 @@ msgid "Croatian (US keyboard with Croatian letters)" msgstr "Хорватская (клавиатура США с хорватскими буквами)" #. Keyboard indicator for Chech layouts -#: ../rules/base.xml.in.h:398 ../rules/base.extras.xml.in.h:89 +#: ../rules/base.xml.in.h:398 ../rules/base.extras.xml.in.h:90 msgid "cs" msgstr "cs" -#: ../rules/base.xml.in.h:399 ../rules/base.extras.xml.in.h:90 +#: ../rules/base.xml.in.h:399 ../rules/base.extras.xml.in.h:91 msgid "Czech" msgstr "Чешская" @@ -1530,11 +1530,11 @@ msgid "Czech (US Dvorak with CZ UCW support)" msgstr "Чешская (дворак США с поддержкой CZ UCW)" #. Keyboard indicator for Danish layouts -#: ../rules/base.xml.in.h:406 ../rules/base.extras.xml.in.h:92 +#: ../rules/base.xml.in.h:406 ../rules/base.extras.xml.in.h:93 msgid "da" msgstr "da" -#: ../rules/base.xml.in.h:407 ../rules/base.extras.xml.in.h:93 +#: ../rules/base.xml.in.h:407 ../rules/base.extras.xml.in.h:94 msgid "Danish" msgstr "Датская" @@ -1559,11 +1559,11 @@ msgid "Danish (Dvorak)" msgstr "Датская (дворак)" #. Keyboard indicator for Dutch layouts -#: ../rules/base.xml.in.h:414 ../rules/base.extras.xml.in.h:95 +#: ../rules/base.xml.in.h:414 ../rules/base.extras.xml.in.h:96 msgid "nl" msgstr "nl" -#: ../rules/base.xml.in.h:415 ../rules/base.extras.xml.in.h:96 +#: ../rules/base.xml.in.h:415 ../rules/base.extras.xml.in.h:97 msgid "Dutch" msgstr "Голландская" @@ -1589,11 +1589,11 @@ msgid "Dzongkha" msgstr "Дзонг-кэ (dz" #. Keyboard indicator for Estonian layouts -#: ../rules/base.xml.in.h:423 ../rules/base.extras.xml.in.h:98 +#: ../rules/base.xml.in.h:423 ../rules/base.extras.xml.in.h:99 msgid "et" msgstr "et" -#: ../rules/base.xml.in.h:424 ../rules/base.extras.xml.in.h:99 +#: ../rules/base.xml.in.h:424 ../rules/base.extras.xml.in.h:100 msgid "Estonian" msgstr "Эстонская" @@ -1609,7 +1609,7 @@ msgstr "Эстонская (дворак)" msgid "Estonian (US keyboard with Estonian letters)" msgstr "Эстонская (клавиатура США с эстонскими буквами)" -#: ../rules/base.xml.in.h:428 ../rules/base.extras.xml.in.h:29 +#: ../rules/base.xml.in.h:428 ../rules/base.extras.xml.in.h:30 msgid "Persian" msgstr "Персидская" @@ -1672,11 +1672,11 @@ msgid "Faroese (eliminate dead keys)" msgstr "Фарерская (без спец. клавиш (dead keys))" #. Keyboard indicator for Finnish layouts -#: ../rules/base.xml.in.h:446 ../rules/base.extras.xml.in.h:101 +#: ../rules/base.xml.in.h:446 ../rules/base.extras.xml.in.h:102 msgid "fi" msgstr "fi" -#: ../rules/base.xml.in.h:447 ../rules/base.extras.xml.in.h:102 +#: ../rules/base.xml.in.h:447 ../rules/base.extras.xml.in.h:103 msgid "Finnish" msgstr "Финская" @@ -1700,7 +1700,7 @@ msgstr "Северная Саамская (Финляндия)" msgid "Finnish (Macintosh)" msgstr "Финская (Macintosh)" -#: ../rules/base.xml.in.h:453 ../rules/base.extras.xml.in.h:104 +#: ../rules/base.xml.in.h:453 ../rules/base.extras.xml.in.h:105 msgid "French" msgstr "Французская" @@ -1936,11 +1936,11 @@ msgid "German (legacy)" msgstr "Немецкая (устаревшая)" #. Keyboard indicator for Greek layouts -#: ../rules/base.xml.in.h:518 ../rules/base.extras.xml.in.h:106 +#: ../rules/base.xml.in.h:518 ../rules/base.extras.xml.in.h:107 msgid "gr" msgstr "gr" -#: ../rules/base.xml.in.h:519 ../rules/base.extras.xml.in.h:107 +#: ../rules/base.xml.in.h:519 ../rules/base.extras.xml.in.h:108 msgid "Greek" msgstr "Греческая" @@ -2063,1919 +2063,1951 @@ msgid "Icelandic (eliminate dead keys)" msgstr "Исландская (без спец. клавиш (dead keys))" #: ../rules/base.xml.in.h:551 +msgid "Icelandic (Macintosh, legacy)" +msgstr "Исландская (Macintosh, устаревшая)" + +#: ../rules/base.xml.in.h:552 msgid "Icelandic (Macintosh)" msgstr "Исландская (Macintosh)" -#: ../rules/base.xml.in.h:552 +#: ../rules/base.xml.in.h:553 msgid "Icelandic (Dvorak)" msgstr "Исландская (дворак)" #. Keyboard indicator for Hebrew layouts -#: ../rules/base.xml.in.h:554 ../rules/base.extras.xml.in.h:77 +#: ../rules/base.xml.in.h:555 ../rules/base.extras.xml.in.h:78 msgid "he" msgstr "he" -#: ../rules/base.xml.in.h:555 ../rules/base.extras.xml.in.h:78 +#: ../rules/base.xml.in.h:556 ../rules/base.extras.xml.in.h:79 msgid "Hebrew" msgstr "Иврит" -#: ../rules/base.xml.in.h:556 +#: ../rules/base.xml.in.h:557 msgid "Hebrew (lyx)" msgstr "Иврит (lyx)" -#: ../rules/base.xml.in.h:557 +#: ../rules/base.xml.in.h:558 msgid "Hebrew (phonetic)" msgstr "Иврит (фонетическая)" -#: ../rules/base.xml.in.h:558 +#: ../rules/base.xml.in.h:559 msgid "Hebrew (Biblical, Tiro)" msgstr "Иврит (библейский, Tiro)" #. Keyboard indicator for Italian layouts -#: ../rules/base.xml.in.h:560 ../rules/base.extras.xml.in.h:109 +#: ../rules/base.xml.in.h:561 ../rules/base.extras.xml.in.h:110 msgid "it" msgstr "it" -#: ../rules/base.xml.in.h:561 ../rules/base.extras.xml.in.h:110 +#: ../rules/base.xml.in.h:562 ../rules/base.extras.xml.in.h:111 msgid "Italian" msgstr "Итальянская" -#: ../rules/base.xml.in.h:562 +#: ../rules/base.xml.in.h:563 msgid "Italian (eliminate dead keys)" msgstr "Итальянская (без спец. клавиш (dead keys))" -#: ../rules/base.xml.in.h:563 +#: ../rules/base.xml.in.h:564 msgid "Italian (Winkeys)" msgstr "Итальянская (с клавишами Win)" -#: ../rules/base.xml.in.h:564 +#: ../rules/base.xml.in.h:565 msgid "Italian (Macintosh)" msgstr "Итальянская (Macintosh)" -#: ../rules/base.xml.in.h:565 +#: ../rules/base.xml.in.h:566 msgid "Italian (US keyboard with Italian letters)" msgstr "Итальянская (клавиатура США с итальянскими буквами)" -#: ../rules/base.xml.in.h:566 +#: ../rules/base.xml.in.h:567 msgid "Georgian (Italy)" msgstr "Грузинская (Италия)" -#: ../rules/base.xml.in.h:567 +#: ../rules/base.xml.in.h:568 msgid "Italian (IBM 142)" msgstr "Итальянская (IBM 142)" #. Keyboard indicator for Japanese layouts -#: ../rules/base.xml.in.h:569 ../rules/base.extras.xml.in.h:112 +#: ../rules/base.xml.in.h:570 ../rules/base.extras.xml.in.h:113 msgid "ja" msgstr "ja" -#: ../rules/base.xml.in.h:570 ../rules/base.extras.xml.in.h:113 +#: ../rules/base.xml.in.h:571 ../rules/base.extras.xml.in.h:114 msgid "Japanese" msgstr "Японская" -#: ../rules/base.xml.in.h:571 +#: ../rules/base.xml.in.h:572 msgid "Japanese (Kana)" msgstr "Японская (Кана)" -#: ../rules/base.xml.in.h:572 +#: ../rules/base.xml.in.h:573 msgid "Japanese (Kana 86)" msgstr "Японская (Кана 86)" -#: ../rules/base.xml.in.h:573 +#: ../rules/base.xml.in.h:574 msgid "Japanese (OADG 109A)" msgstr "Японская (OADG 109A)" -#: ../rules/base.xml.in.h:574 +#: ../rules/base.xml.in.h:575 msgid "Japanese (Macintosh)" msgstr "Японская (Macintosh)" -#: ../rules/base.xml.in.h:575 +#: ../rules/base.xml.in.h:576 msgid "Japanese (Dvorak)" msgstr "Японская (дворак)" #. Keyboard indicator for Kikuyu layouts -#: ../rules/base.xml.in.h:577 +#: ../rules/base.xml.in.h:578 msgid "ki" msgstr "ki" -#: ../rules/base.xml.in.h:578 +#: ../rules/base.xml.in.h:579 msgid "Kyrgyz" msgstr "Киргизская" -#: ../rules/base.xml.in.h:579 +#: ../rules/base.xml.in.h:580 msgid "Kyrgyz (phonetic)" msgstr "Киргизская (фонетическая)" #. Keyboard indicator for Khmer layouts -#: ../rules/base.xml.in.h:581 +#: ../rules/base.xml.in.h:582 msgid "km" msgstr "km" -#: ../rules/base.xml.in.h:582 +#: ../rules/base.xml.in.h:583 msgid "Khmer (Cambodia)" msgstr "Кхмерская (Камбоджа)" #. Keyboard indicator for Kazakh layouts -#: ../rules/base.xml.in.h:584 +#: ../rules/base.xml.in.h:585 msgid "kk" msgstr "kk" -#: ../rules/base.xml.in.h:585 +#: ../rules/base.xml.in.h:586 msgid "Kazakh" msgstr "Казахская" -#: ../rules/base.xml.in.h:586 +#: ../rules/base.xml.in.h:587 msgid "Russian (Kazakhstan, with Kazakh)" msgstr "Русская (Казахстан, с казахской)" -#: ../rules/base.xml.in.h:587 +#: ../rules/base.xml.in.h:588 msgid "Kazakh (with Russian)" msgstr "Казахская (с русским)" #. Keyboard indicator for Lao layouts -#: ../rules/base.xml.in.h:589 +#: ../rules/base.xml.in.h:590 msgid "lo" msgstr "lo" -#: ../rules/base.xml.in.h:590 +#: ../rules/base.xml.in.h:591 msgid "Lao" msgstr "Лаосская" -#: ../rules/base.xml.in.h:591 +#: ../rules/base.xml.in.h:592 msgid "Lao (STEA proposed standard layout)" msgstr "Лаосская (стандартная раскладка, предложенная STEA)" #. Keyboard indicator for Spanish layouts -#: ../rules/base.xml.in.h:593 ../rules/base.extras.xml.in.h:125 +#: ../rules/base.xml.in.h:594 ../rules/base.extras.xml.in.h:126 msgid "es" msgstr "es" -#: ../rules/base.xml.in.h:594 +#: ../rules/base.xml.in.h:595 msgid "Spanish (Latin American)" msgstr "Испанская (латиноамериканская)" -#: ../rules/base.xml.in.h:595 +#: ../rules/base.xml.in.h:596 msgid "Spanish (Latin American, eliminate dead keys)" msgstr "Испанская (латиноамериканская, без спец. клавиш (dead keys))" -#: ../rules/base.xml.in.h:596 +#: ../rules/base.xml.in.h:597 msgid "Spanish (Latin American, include dead tilde)" msgstr "Испанская (латиноамериканская, с dead tilde)" -#: ../rules/base.xml.in.h:597 +#: ../rules/base.xml.in.h:598 msgid "Spanish (Latin American, Sun dead keys)" msgstr "Испанская (латиноамериканская, с спец. клавишами (dead keys) Sun)" #. Keyboard indicator for Lithuanian layouts -#: ../rules/base.xml.in.h:599 ../rules/base.extras.xml.in.h:31 +#: ../rules/base.xml.in.h:600 ../rules/base.extras.xml.in.h:32 msgid "lt" msgstr "lt" -#: ../rules/base.xml.in.h:600 ../rules/base.extras.xml.in.h:32 +#: ../rules/base.xml.in.h:601 ../rules/base.extras.xml.in.h:33 msgid "Lithuanian" msgstr "Литовская" -#: ../rules/base.xml.in.h:601 +#: ../rules/base.xml.in.h:602 msgid "Lithuanian (standard)" msgstr "Литовская (стандартная)" -#: ../rules/base.xml.in.h:602 +#: ../rules/base.xml.in.h:603 msgid "Lithuanian (US keyboard with Lithuanian letters)" msgstr "Литовская (клавиатура США с литовскими буквами)" -#: ../rules/base.xml.in.h:603 +#: ../rules/base.xml.in.h:604 msgid "Lithuanian (IBM LST 1205-92)" msgstr "Литовская (IBM LST 1205-92)" -#: ../rules/base.xml.in.h:604 +#: ../rules/base.xml.in.h:605 msgid "Lithuanian (LEKP)" msgstr "Литовская (LEKP)" -#: ../rules/base.xml.in.h:605 +#: ../rules/base.xml.in.h:606 msgid "Lithuanian (LEKPa)" msgstr "Литовская (LEKPa)" #. Keyboard indicator for Latvian layouts -#: ../rules/base.xml.in.h:607 ../rules/base.extras.xml.in.h:35 +#: ../rules/base.xml.in.h:608 ../rules/base.extras.xml.in.h:36 msgid "lv" msgstr "lv" -#: ../rules/base.xml.in.h:608 ../rules/base.extras.xml.in.h:36 +#: ../rules/base.xml.in.h:609 ../rules/base.extras.xml.in.h:37 msgid "Latvian" msgstr "Латышская" -#: ../rules/base.xml.in.h:609 +#: ../rules/base.xml.in.h:610 msgid "Latvian (apostrophe variant)" msgstr "Латышская (вариант с апострофом)" -#: ../rules/base.xml.in.h:610 +#: ../rules/base.xml.in.h:611 msgid "Latvian (tilde variant)" msgstr "Латышская (вариант с тильдой)" -#: ../rules/base.xml.in.h:611 +#: ../rules/base.xml.in.h:612 msgid "Latvian (F variant)" msgstr "Латышская (вариант с F)" -#: ../rules/base.xml.in.h:612 +#: ../rules/base.xml.in.h:613 msgid "Latvian (modern)" msgstr "Латышская (современная)" -#: ../rules/base.xml.in.h:613 +#: ../rules/base.xml.in.h:614 msgid "Latvian (ergonomic, ŪGJRMV)" msgstr "Латышская (эргономичная, ŪGJRMV)" -#: ../rules/base.xml.in.h:614 +#: ../rules/base.xml.in.h:615 msgid "Latvian (adapted)" msgstr "Латышская (адаптированная)" #. Keyboard indicator for Maori layouts -#: ../rules/base.xml.in.h:616 +#: ../rules/base.xml.in.h:617 msgid "mi" msgstr "mi" -#: ../rules/base.xml.in.h:617 +#: ../rules/base.xml.in.h:618 msgid "Maori" msgstr "Маори" #. Keyboard indicator for Serbian layouts -#: ../rules/base.xml.in.h:619 ../rules/base.extras.xml.in.h:66 +#: ../rules/base.xml.in.h:620 ../rules/base.extras.xml.in.h:67 msgid "sr" msgstr "sr" -#: ../rules/base.xml.in.h:620 +#: ../rules/base.xml.in.h:621 msgid "Montenegrin" msgstr "Черногорская" -#: ../rules/base.xml.in.h:621 +#: ../rules/base.xml.in.h:622 msgid "Montenegrin (Cyrillic)" msgstr "Черногорская (кириллица)" -#: ../rules/base.xml.in.h:622 +#: ../rules/base.xml.in.h:623 msgid "Montenegrin (Cyrillic, ZE and ZHE swapped)" msgstr "Черногорская (кириллица, З и Ж переставлены местами)" -#: ../rules/base.xml.in.h:623 +#: ../rules/base.xml.in.h:624 msgid "Montenegrin (Latin Unicode)" msgstr "Черногорская (латинская юникодная)" -#: ../rules/base.xml.in.h:624 +#: ../rules/base.xml.in.h:625 msgid "Montenegrin (Latin qwerty)" msgstr "Черногорская (латинская qwerty)" -#: ../rules/base.xml.in.h:625 +#: ../rules/base.xml.in.h:626 msgid "Montenegrin (Latin Unicode qwerty)" msgstr "Черногорская (латинская юникодная qwerty)" -#: ../rules/base.xml.in.h:626 +#: ../rules/base.xml.in.h:627 msgid "Montenegrin (Cyrillic with guillemets)" msgstr "Черногорская (кириллица с кавычками ёлочками)" -#: ../rules/base.xml.in.h:627 +#: ../rules/base.xml.in.h:628 msgid "Montenegrin (Latin with guillemets)" msgstr "Черногорская (латинская с кавычками ёлочками)" #. Keyboard indicator for Macedonian layouts -#: ../rules/base.xml.in.h:629 +#: ../rules/base.xml.in.h:630 msgid "mk" msgstr "mk" -#: ../rules/base.xml.in.h:630 +#: ../rules/base.xml.in.h:631 msgid "Macedonian" msgstr "Македонская" -#: ../rules/base.xml.in.h:631 +#: ../rules/base.xml.in.h:632 msgid "Macedonian (eliminate dead keys)" msgstr "Македонская (без спец. клавиш (dead keys))" #. Keyboard indicator for Maltese layouts -#: ../rules/base.xml.in.h:633 +#: ../rules/base.xml.in.h:634 msgid "mt" msgstr "mt" -#: ../rules/base.xml.in.h:634 +#: ../rules/base.xml.in.h:635 msgid "Maltese" msgstr "Мальтийская" -#: ../rules/base.xml.in.h:635 +#: ../rules/base.xml.in.h:636 msgid "Maltese (with US layout)" msgstr "Мальтийская (с раскладкой США)" #. Keyboard indicator for Mongolian layouts -#: ../rules/base.xml.in.h:637 +#: ../rules/base.xml.in.h:638 msgid "mn" msgstr "mn" -#: ../rules/base.xml.in.h:638 +#: ../rules/base.xml.in.h:639 msgid "Mongolian" msgstr "Монгольская" #. Keyboard indicator for Norwegian layouts -#: ../rules/base.xml.in.h:640 ../rules/base.extras.xml.in.h:117 +#: ../rules/base.xml.in.h:641 ../rules/base.extras.xml.in.h:118 msgid "no" msgstr "no" -#: ../rules/base.xml.in.h:641 ../rules/base.extras.xml.in.h:118 +#: ../rules/base.xml.in.h:642 ../rules/base.extras.xml.in.h:119 msgid "Norwegian" msgstr "Норвежская" -#: ../rules/base.xml.in.h:642 +#: ../rules/base.xml.in.h:643 msgid "Norwegian (eliminate dead keys)" msgstr "Норвежская (без спец. клавиш (dead keys))" -#: ../rules/base.xml.in.h:643 +#: ../rules/base.xml.in.h:644 msgid "Norwegian (Winkeys)" msgstr "Норвежская (с клавишами Win)" -#: ../rules/base.xml.in.h:644 +#: ../rules/base.xml.in.h:645 msgid "Norwegian (Dvorak)" msgstr "Норвежская (дворак)" -#: ../rules/base.xml.in.h:645 +#: ../rules/base.xml.in.h:646 msgid "Northern Saami (Norway)" msgstr "Северная Саамская (Норвегия)" -#: ../rules/base.xml.in.h:646 +#: ../rules/base.xml.in.h:647 msgid "Northern Saami (Norway, eliminate dead keys)" msgstr "Северная Саамская (Норвегия, без спец. клавиш (dead keys))" -#: ../rules/base.xml.in.h:647 +#: ../rules/base.xml.in.h:648 msgid "Norwegian (Macintosh)" msgstr "Норвежская (Macintosh)" -#: ../rules/base.xml.in.h:648 +#: ../rules/base.xml.in.h:649 msgid "Norwegian (Macintosh, eliminate dead keys)" msgstr "Норвежская (Macintosh, без спец. клавиш (dead keys))" -#: ../rules/base.xml.in.h:649 +#: ../rules/base.xml.in.h:650 msgid "Norwegian (Colemak)" msgstr "Норвежская (Коулмак)" #. Keyboard indicator for Polish layouts -#: ../rules/base.xml.in.h:651 ../rules/base.extras.xml.in.h:55 +#: ../rules/base.xml.in.h:652 ../rules/base.extras.xml.in.h:56 msgid "pl" msgstr "pl" -#: ../rules/base.xml.in.h:652 ../rules/base.extras.xml.in.h:56 +#: ../rules/base.xml.in.h:653 ../rules/base.extras.xml.in.h:57 msgid "Polish" msgstr "Польская" -#: ../rules/base.xml.in.h:653 +#: ../rules/base.xml.in.h:654 msgid "Polish (legacy)" msgstr "Польская (устаревшая)" -#: ../rules/base.xml.in.h:654 +#: ../rules/base.xml.in.h:655 msgid "Polish (qwertz)" msgstr "Польская (qwertz)" -#: ../rules/base.xml.in.h:655 +#: ../rules/base.xml.in.h:656 msgid "Polish (Dvorak)" msgstr "Польская (дворак)" -#: ../rules/base.xml.in.h:656 +#: ../rules/base.xml.in.h:657 msgid "Polish (Dvorak, Polish quotes on quotemark key)" msgstr "Польская (дворак, польские кавычки на клавишах с кавычками)" -#: ../rules/base.xml.in.h:657 +#: ../rules/base.xml.in.h:658 msgid "Polish (Dvorak, Polish quotes on key 1)" msgstr "Польская (дворак, польские кавычки на клавише 1)" -#: ../rules/base.xml.in.h:658 +#: ../rules/base.xml.in.h:659 msgid "Kashubian" msgstr "Кашубская" -#: ../rules/base.xml.in.h:659 +#: ../rules/base.xml.in.h:660 msgid "Silesian" msgstr "Силезская" -#: ../rules/base.xml.in.h:660 +#: ../rules/base.xml.in.h:661 msgid "Russian (Poland, phonetic Dvorak)" msgstr "Русская (Польша, фонетический дворак)" -#: ../rules/base.xml.in.h:661 +#: ../rules/base.xml.in.h:662 msgid "Polish (programmer Dvorak)" msgstr "Польская (дворак для программистов)" -#: ../rules/base.xml.in.h:662 ../rules/base.extras.xml.in.h:120 +#: ../rules/base.xml.in.h:663 ../rules/base.extras.xml.in.h:121 msgid "Portuguese" msgstr "Португальская" -#: ../rules/base.xml.in.h:663 +#: ../rules/base.xml.in.h:664 msgid "Portuguese (eliminate dead keys)" msgstr "Португальская (без спец. клавиш (dead keys))" -#: ../rules/base.xml.in.h:664 +#: ../rules/base.xml.in.h:665 msgid "Portuguese (Sun dead keys)" msgstr "Португальская (спец. клавиши (dead keys) Sun)" -#: ../rules/base.xml.in.h:665 +#: ../rules/base.xml.in.h:666 msgid "Portuguese (Macintosh)" msgstr "Португальская (Macintosh)" -#: ../rules/base.xml.in.h:666 +#: ../rules/base.xml.in.h:667 msgid "Portuguese (Macintosh, eliminate dead keys)" msgstr "Португальская (Macintosh, без спец. клавиш (dead keys))" -#: ../rules/base.xml.in.h:667 +#: ../rules/base.xml.in.h:668 msgid "Portuguese (Macintosh, Sun dead keys)" msgstr "Португальская (Macintosh, спец. клавиши (dead keys) Sun)" -#: ../rules/base.xml.in.h:668 +#: ../rules/base.xml.in.h:669 msgid "Portuguese (Nativo)" msgstr "Португальская (Nativo)" -#: ../rules/base.xml.in.h:669 +#: ../rules/base.xml.in.h:670 msgid "Portuguese (Nativo for US keyboards)" msgstr "Португальская (Nativo для клавиатур US)" -#: ../rules/base.xml.in.h:670 +#: ../rules/base.xml.in.h:671 msgid "Esperanto (Portugal, Nativo)" msgstr "Эсперанто (Португалия, Nativo)" #. Keyboard indicator for Romanian layouts -#: ../rules/base.xml.in.h:672 ../rules/base.extras.xml.in.h:60 +#: ../rules/base.xml.in.h:673 ../rules/base.extras.xml.in.h:61 msgid "ro" msgstr "ro" -#: ../rules/base.xml.in.h:673 ../rules/base.extras.xml.in.h:61 +#: ../rules/base.xml.in.h:674 ../rules/base.extras.xml.in.h:62 msgid "Romanian" msgstr "Румынская" -#: ../rules/base.xml.in.h:674 +#: ../rules/base.xml.in.h:675 msgid "Romanian (cedilla)" msgstr "Румынская (седиль)" -#: ../rules/base.xml.in.h:675 +#: ../rules/base.xml.in.h:676 msgid "Romanian (standard)" msgstr "Румынская (стандартная)" -#: ../rules/base.xml.in.h:676 +#: ../rules/base.xml.in.h:677 msgid "Romanian (standard cedilla)" msgstr "Румынская (стандартная седиль)" -#: ../rules/base.xml.in.h:677 +#: ../rules/base.xml.in.h:678 msgid "Romanian (WinKeys)" msgstr "Румынская (клавиши Win)" -#: ../rules/base.xml.in.h:678 ../rules/base.extras.xml.in.h:70 +#: ../rules/base.xml.in.h:679 ../rules/base.extras.xml.in.h:71 msgid "Russian" msgstr "Русская" -#: ../rules/base.xml.in.h:679 +#: ../rules/base.xml.in.h:680 msgid "Russian (phonetic)" msgstr "Русская (фонетическая)" -#: ../rules/base.xml.in.h:680 +#: ../rules/base.xml.in.h:681 msgid "Russian (phonetic WinKeys)" msgstr "Русская (фонетическая с клавишами Win)" -#: ../rules/base.xml.in.h:681 +#: ../rules/base.xml.in.h:682 msgid "Russian (typewriter)" msgstr "Русская (печатная машинка)" -#: ../rules/base.xml.in.h:682 +#: ../rules/base.xml.in.h:683 msgid "Russian (legacy)" msgstr "Русская (устаревшая)" -#: ../rules/base.xml.in.h:683 +#: ../rules/base.xml.in.h:684 msgid "Russian (typewriter, legacy)" msgstr "Русская (печатная машинка, устаревшая)" -#: ../rules/base.xml.in.h:684 +#: ../rules/base.xml.in.h:685 msgid "Tatar" msgstr "Татарская" -#: ../rules/base.xml.in.h:685 +#: ../rules/base.xml.in.h:686 msgid "Ossetian (legacy)" msgstr "Осетинская (устаревшая)" -#: ../rules/base.xml.in.h:686 +#: ../rules/base.xml.in.h:687 msgid "Ossetian (WinKeys)" msgstr "Осетинская (с клавишами Win)" -#: ../rules/base.xml.in.h:687 +#: ../rules/base.xml.in.h:688 msgid "Chuvash" msgstr "Чувашия" -#: ../rules/base.xml.in.h:688 +#: ../rules/base.xml.in.h:689 msgid "Chuvash (Latin)" msgstr "Чувашская (латиница)" -#: ../rules/base.xml.in.h:689 +#: ../rules/base.xml.in.h:690 msgid "Udmurt" msgstr "Удмуртская" -#: ../rules/base.xml.in.h:690 +#: ../rules/base.xml.in.h:691 msgid "Komi" msgstr "Коми" -#: ../rules/base.xml.in.h:691 +#: ../rules/base.xml.in.h:692 msgid "Yakut" msgstr "Якутская" -#: ../rules/base.xml.in.h:692 +#: ../rules/base.xml.in.h:693 msgid "Kalmyk" msgstr "Калмыцкая" -#: ../rules/base.xml.in.h:693 +#: ../rules/base.xml.in.h:694 msgid "Russian (DOS)" msgstr "Русская (DOS)" -#: ../rules/base.xml.in.h:694 +#: ../rules/base.xml.in.h:695 msgid "Russian (Macintosh)" msgstr "Русская (Macintosh)" -#: ../rules/base.xml.in.h:695 +#: ../rules/base.xml.in.h:696 msgid "Serbian (Russia)" msgstr "Сербская (Россия)" -#: ../rules/base.xml.in.h:696 +#: ../rules/base.xml.in.h:697 msgid "Bashkirian" msgstr "Башкирская" -#: ../rules/base.xml.in.h:697 +#: ../rules/base.xml.in.h:698 msgid "Mari" msgstr "Марийская" -#: ../rules/base.xml.in.h:698 ../rules/base.extras.xml.in.h:67 +#: ../rules/base.xml.in.h:699 +msgid "Russian (phonetic azerty)" +msgstr "Русская (фонетическая azerty)" + +#: ../rules/base.xml.in.h:700 +msgid "Russian (phonetic French)" +msgstr "Русская (французская фонетическая)" + +#: ../rules/base.xml.in.h:701 ../rules/base.extras.xml.in.h:68 msgid "Serbian" msgstr "Сербская" -#: ../rules/base.xml.in.h:699 +#: ../rules/base.xml.in.h:702 msgid "Serbian (Cyrillic, ZE and ZHE swapped)" msgstr "Сербская (кириллица, З и Ж переставлены местами)" -#: ../rules/base.xml.in.h:700 +#: ../rules/base.xml.in.h:703 msgid "Serbian (Latin)" msgstr "Сербская (латинская)" -#: ../rules/base.xml.in.h:701 +#: ../rules/base.xml.in.h:704 msgid "Serbian (Latin Unicode)" msgstr "Сербская (латинская юникодная)" -#: ../rules/base.xml.in.h:702 +#: ../rules/base.xml.in.h:705 msgid "Serbian (Latin qwerty)" msgstr "Сербская (латинская qwerty)" -#: ../rules/base.xml.in.h:703 +#: ../rules/base.xml.in.h:706 msgid "Serbian (Latin Unicode qwerty)" msgstr "Сербская (латинская юникодная qwerty)" -#: ../rules/base.xml.in.h:704 +#: ../rules/base.xml.in.h:707 msgid "Serbian (Cyrillic with guillemets)" msgstr "Сербская (кириллица с кавычками ёлочками)" -#: ../rules/base.xml.in.h:705 +#: ../rules/base.xml.in.h:708 msgid "Serbian (Latin with guillemets)" msgstr "Сербская (латинская с кавычками ёлочками)" -#: ../rules/base.xml.in.h:706 +#: ../rules/base.xml.in.h:709 msgid "Pannonian Rusyn" msgstr "Паннонская русинская" #. Keyboard indicator for Slovenian layouts -#: ../rules/base.xml.in.h:708 +#: ../rules/base.xml.in.h:711 msgid "sl" msgstr "sl" -#: ../rules/base.xml.in.h:709 +#: ../rules/base.xml.in.h:712 msgid "Slovenian" msgstr "Словенская" -#: ../rules/base.xml.in.h:710 +#: ../rules/base.xml.in.h:713 msgid "Slovenian (with guillemets for quotes)" msgstr "Словенская (с кавычками ёлочками для кавычек)" -#: ../rules/base.xml.in.h:711 +#: ../rules/base.xml.in.h:714 msgid "Slovenian (US keyboard with Slovenian letters)" msgstr "Словенская (клавиатура США с словенскими буквами)" #. Keyboard indicator for Slovak layouts -#: ../rules/base.xml.in.h:713 ../rules/base.extras.xml.in.h:122 +#: ../rules/base.xml.in.h:716 ../rules/base.extras.xml.in.h:123 msgid "sk" msgstr "sk" -#: ../rules/base.xml.in.h:714 ../rules/base.extras.xml.in.h:123 +#: ../rules/base.xml.in.h:717 ../rules/base.extras.xml.in.h:124 msgid "Slovak" msgstr "Словацкая" -#: ../rules/base.xml.in.h:715 +#: ../rules/base.xml.in.h:718 msgid "Slovak (extended Backslash)" msgstr "Словацкая (расширенные функции Backslash)" -#: ../rules/base.xml.in.h:716 +#: ../rules/base.xml.in.h:719 msgid "Slovak (qwerty)" msgstr "Словацкая (qwerty)" -#: ../rules/base.xml.in.h:717 +#: ../rules/base.xml.in.h:720 msgid "Slovak (qwerty, extended Backslash)" msgstr "Словацкая (qwerty, расширенные функции Backslash)" -#: ../rules/base.xml.in.h:718 ../rules/base.extras.xml.in.h:126 +#: ../rules/base.xml.in.h:721 ../rules/base.extras.xml.in.h:127 msgid "Spanish" msgstr "Испанская" -#: ../rules/base.xml.in.h:719 +#: ../rules/base.xml.in.h:722 msgid "Spanish (eliminate dead keys)" msgstr "Испанская (без спец. клавиш (dead keys))" -#: ../rules/base.xml.in.h:720 +#: ../rules/base.xml.in.h:723 msgid "Spanish (Winkeys)" msgstr "Испанская (с клавишами Win)" -#: ../rules/base.xml.in.h:721 +#: ../rules/base.xml.in.h:724 msgid "Spanish (include dead tilde)" msgstr "Испанская (с dead tilde)" -#: ../rules/base.xml.in.h:722 +#: ../rules/base.xml.in.h:725 msgid "Spanish (Sun dead keys)" msgstr "Испанская (с спец. клавишами (dead keys) Sun)" -#: ../rules/base.xml.in.h:723 +#: ../rules/base.xml.in.h:726 msgid "Spanish (Dvorak)" msgstr "Испанская (дворак)" -#: ../rules/base.xml.in.h:724 +#: ../rules/base.xml.in.h:727 msgid "Asturian (Spain, with bottom-dot H and bottom-dot L)" msgstr "Астурлеонская (испанский вариант с нижними точками у H и L)" -#: ../rules/base.xml.in.h:725 +#: ../rules/base.xml.in.h:728 msgid "Catalan (Spain, with middle-dot L)" msgstr "Каталонская (испанский вариант с точкой в L посередине)" -#: ../rules/base.xml.in.h:726 +#: ../rules/base.xml.in.h:729 msgid "Spanish (Macintosh)" msgstr "Испанская (Macintosh)" #. Keyboard indicator for Swedish layouts -#: ../rules/base.xml.in.h:728 ../rules/base.extras.xml.in.h:128 +#: ../rules/base.xml.in.h:731 ../rules/base.extras.xml.in.h:129 msgid "sv" msgstr "sv" -#: ../rules/base.xml.in.h:729 ../rules/base.extras.xml.in.h:129 +#: ../rules/base.xml.in.h:732 ../rules/base.extras.xml.in.h:130 msgid "Swedish" msgstr "Шведская" -#: ../rules/base.xml.in.h:730 +#: ../rules/base.xml.in.h:733 msgid "Swedish (eliminate dead keys)" msgstr "Шведская (без спец. клавиш (dead keys))" -#: ../rules/base.xml.in.h:731 +#: ../rules/base.xml.in.h:734 msgid "Swedish (Dvorak)" msgstr "Шведская (дворак)" -#: ../rules/base.xml.in.h:732 +#: ../rules/base.xml.in.h:735 msgid "Russian (Sweden, phonetic)" msgstr "Русская (Швеция, фонетическая)" -#: ../rules/base.xml.in.h:733 +#: ../rules/base.xml.in.h:736 msgid "Russian (Sweden, phonetic, eliminate dead keys)" msgstr "Русская (Швеция, фонетическая, без спец. клавиш (dead keys))" -#: ../rules/base.xml.in.h:734 +#: ../rules/base.xml.in.h:737 msgid "Northern Saami (Sweden)" msgstr "Северная Саамская (Швеция)" -#: ../rules/base.xml.in.h:735 +#: ../rules/base.xml.in.h:738 msgid "Swedish (Macintosh)" msgstr "Шведская (Macintosh)" -#: ../rules/base.xml.in.h:736 +#: ../rules/base.xml.in.h:739 msgid "Swedish (Svdvorak)" msgstr "Шведская (Svdvorak)" -#: ../rules/base.xml.in.h:737 +#: ../rules/base.xml.in.h:740 msgid "Swedish Sign Language" msgstr "Шведский язык жестов" -#: ../rules/base.xml.in.h:738 ../rules/base.extras.xml.in.h:132 +#: ../rules/base.xml.in.h:741 ../rules/base.extras.xml.in.h:133 msgid "German (Switzerland)" msgstr "Немецкая (Швейцария)" -#: ../rules/base.xml.in.h:739 +#: ../rules/base.xml.in.h:742 msgid "German (Switzerland, legacy)" msgstr "Немецкая (Швейцария, устаревшая)" -#: ../rules/base.xml.in.h:740 +#: ../rules/base.xml.in.h:743 msgid "German (Switzerland, eliminate dead keys)" msgstr "Немецкая (Швейцария, без спец. клавиш (dead keys))" -#: ../rules/base.xml.in.h:741 +#: ../rules/base.xml.in.h:744 msgid "German (Switzerland, Sun dead keys)" msgstr "Немецкая (Швейцария, с спец. клавишами (dead keys) Sun)" -#: ../rules/base.xml.in.h:742 +#: ../rules/base.xml.in.h:745 msgid "French (Switzerland)" msgstr "Французская (Швейцария)" -#: ../rules/base.xml.in.h:743 +#: ../rules/base.xml.in.h:746 msgid "French (Switzerland, eliminate dead keys)" msgstr "Французская (Швейцария, без спец. клавиш (dead keys))" -#: ../rules/base.xml.in.h:744 +#: ../rules/base.xml.in.h:747 msgid "French (Switzerland, Sun dead keys)" msgstr "Французская (Швейцария, спец. клавиши (dead keys) Sun)" -#: ../rules/base.xml.in.h:745 +#: ../rules/base.xml.in.h:748 msgid "French (Switzerland, Macintosh)" msgstr "Французская (Швейцария, Macintosh)" -#: ../rules/base.xml.in.h:746 +#: ../rules/base.xml.in.h:749 msgid "German (Switzerland, Macintosh)" msgstr "Немецкая (Швейцария, Macintosh)" -#: ../rules/base.xml.in.h:747 +#: ../rules/base.xml.in.h:750 msgid "Arabic (Syria)" msgstr "Арабская (Сирия)" #. Keyboard indicator for Syriac layouts -#: ../rules/base.xml.in.h:749 +#: ../rules/base.xml.in.h:752 msgid "syc" msgstr "syc" -#: ../rules/base.xml.in.h:750 +#: ../rules/base.xml.in.h:753 msgid "Syriac" msgstr "Сирийская" -#: ../rules/base.xml.in.h:751 +#: ../rules/base.xml.in.h:754 msgid "Syriac (phonetic)" msgstr "Сирийская (фонетическая)" -#: ../rules/base.xml.in.h:752 +#: ../rules/base.xml.in.h:755 msgid "Kurdish (Syria, Latin Q)" msgstr "Курдская (Сирия, латинская Q)" -#: ../rules/base.xml.in.h:753 +#: ../rules/base.xml.in.h:756 msgid "Kurdish (Syria, F)" msgstr "Курдская (Сирия, F)" -#: ../rules/base.xml.in.h:754 +#: ../rules/base.xml.in.h:757 msgid "Kurdish (Syria, Latin Alt-Q)" msgstr "Курдская (Сирия, латинская Alt-Q)" #. Keyboard indicator for Tajik layouts -#: ../rules/base.xml.in.h:756 +#: ../rules/base.xml.in.h:759 msgid "tg" msgstr "tg" -#: ../rules/base.xml.in.h:757 +#: ../rules/base.xml.in.h:760 msgid "Tajik" msgstr "Таджикская" -#: ../rules/base.xml.in.h:758 +#: ../rules/base.xml.in.h:761 msgid "Tajik (legacy)" msgstr "Таджикская (устаревшая)" #. Keyboard indicator for Sinhala layouts -#: ../rules/base.xml.in.h:760 +#: ../rules/base.xml.in.h:763 msgid "si" msgstr "si" -#: ../rules/base.xml.in.h:761 +#: ../rules/base.xml.in.h:764 msgid "Sinhala (phonetic)" msgstr "Сингальская (фонетическая)" -#: ../rules/base.xml.in.h:762 +#: ../rules/base.xml.in.h:765 msgid "Tamil (Sri Lanka, Unicode)" msgstr "Тамильская (Шри-Ланка, юникодная)" -#: ../rules/base.xml.in.h:763 +#: ../rules/base.xml.in.h:766 msgid "Tamil (Sri Lanka, TAB Typewriter)" msgstr "Тамильская (Шри-Ланка, печатная машинка TAB)" #. Keyboard indicator for Thai layouts -#: ../rules/base.xml.in.h:765 +#: ../rules/base.xml.in.h:768 msgid "th" msgstr "th" -#: ../rules/base.xml.in.h:766 +#: ../rules/base.xml.in.h:769 msgid "Thai" msgstr "Тайская" -#: ../rules/base.xml.in.h:767 +#: ../rules/base.xml.in.h:770 msgid "Thai (TIS-820.2538)" msgstr "Тайская (TIS-820.2538)" -#: ../rules/base.xml.in.h:768 +#: ../rules/base.xml.in.h:771 msgid "Thai (Pattachote)" msgstr "Тайская (паттачотская)" #. Keyboard indicator for Turkish layouts -#: ../rules/base.xml.in.h:770 ../rules/base.extras.xml.in.h:135 +#: ../rules/base.xml.in.h:773 ../rules/base.extras.xml.in.h:136 msgid "tr" msgstr "tr" -#: ../rules/base.xml.in.h:771 ../rules/base.extras.xml.in.h:136 +#: ../rules/base.xml.in.h:774 ../rules/base.extras.xml.in.h:137 msgid "Turkish" msgstr "Турецкая" -#: ../rules/base.xml.in.h:772 +#: ../rules/base.xml.in.h:775 msgid "Turkish (F)" msgstr "Турецкая (F)" -#: ../rules/base.xml.in.h:773 +#: ../rules/base.xml.in.h:776 msgid "Turkish (Alt-Q)" msgstr "Турецкая (Alt-Q)" -#: ../rules/base.xml.in.h:774 +#: ../rules/base.xml.in.h:777 msgid "Turkish (Sun dead keys)" msgstr "Турецкая (со спец. клавишами (dead keys) Sun)" -#: ../rules/base.xml.in.h:775 +#: ../rules/base.xml.in.h:778 msgid "Kurdish (Turkey, Latin Q)" msgstr "Курдская (Турция, латинская Q)" -#: ../rules/base.xml.in.h:776 +#: ../rules/base.xml.in.h:779 msgid "Kurdish (Turkey, F)" msgstr "Курдская (Турция, F)" -#: ../rules/base.xml.in.h:777 +#: ../rules/base.xml.in.h:780 msgid "Kurdish (Turkey, Latin Alt-Q)" msgstr "Курдская (Турция, латинская Alt-Q)" -#: ../rules/base.xml.in.h:778 +#: ../rules/base.xml.in.h:781 msgid "Turkish (international with dead keys)" msgstr "Турецкая (международная со спец. клавишами)" #. Keyboard indicator for Crimean Tatar layouts -#: ../rules/base.xml.in.h:780 ../rules/base.extras.xml.in.h:62 +#: ../rules/base.xml.in.h:783 ../rules/base.extras.xml.in.h:63 msgid "crh" msgstr "crh" -#: ../rules/base.xml.in.h:781 +#: ../rules/base.xml.in.h:784 msgid "Crimean Tatar (Turkish Q)" msgstr "Крымско-татарская (турецкая Q)" -#: ../rules/base.xml.in.h:782 +#: ../rules/base.xml.in.h:785 msgid "Crimean Tatar (Turkish F)" msgstr "Крымско-татарская (турецкая F)" -#: ../rules/base.xml.in.h:783 +#: ../rules/base.xml.in.h:786 msgid "Crimean Tatar (Turkish Alt-Q)" msgstr "Крымско-татарская (турецкая Alt-Q)" -#: ../rules/base.xml.in.h:784 +#: ../rules/base.xml.in.h:787 msgid "Taiwanese" msgstr "Тайваньская" -#: ../rules/base.xml.in.h:785 +#: ../rules/base.xml.in.h:788 msgid "Taiwanese (indigenous)" msgstr "Тайваньская (туземная)" #. Keyboard indicator for Saisiyat layouts -#: ../rules/base.xml.in.h:787 +#: ../rules/base.xml.in.h:790 msgid "xsy" msgstr "xsy" -#: ../rules/base.xml.in.h:788 +#: ../rules/base.xml.in.h:791 msgid "Saisiyat (Taiwan)" msgstr "Сайсьят (Тайвань)" #. Keyboard indicator for Ukranian layouts -#: ../rules/base.xml.in.h:790 ../rules/base.extras.xml.in.h:138 +#: ../rules/base.xml.in.h:793 ../rules/base.extras.xml.in.h:139 msgid "uk" msgstr "uk" -#: ../rules/base.xml.in.h:791 ../rules/base.extras.xml.in.h:139 +#: ../rules/base.xml.in.h:794 ../rules/base.extras.xml.in.h:140 msgid "Ukrainian" msgstr "Украинская" -#: ../rules/base.xml.in.h:792 +#: ../rules/base.xml.in.h:795 msgid "Ukrainian (phonetic)" msgstr "Украинская (фонетическая)" -#: ../rules/base.xml.in.h:793 +#: ../rules/base.xml.in.h:796 msgid "Ukrainian (typewriter)" msgstr "Украинская (печатная машинка)" -#: ../rules/base.xml.in.h:794 +#: ../rules/base.xml.in.h:797 msgid "Ukrainian (WinKeys)" msgstr "Украинская (с клавишами Win)" -#: ../rules/base.xml.in.h:795 +#: ../rules/base.xml.in.h:798 msgid "Ukrainian (legacy)" msgstr "Украинская (устаревшая)" -#: ../rules/base.xml.in.h:796 +#: ../rules/base.xml.in.h:799 msgid "Ukrainian (standard RSTU)" msgstr "Украинская (стандартная RSTU)" -#: ../rules/base.xml.in.h:797 +#: ../rules/base.xml.in.h:800 msgid "Russian (Ukraine, standard RSTU)" msgstr "Русская (Украина, стандартная RSTU)" -#: ../rules/base.xml.in.h:798 +#: ../rules/base.xml.in.h:801 msgid "Ukrainian (homophonic)" msgstr "Украинская (омофоническая)" -#: ../rules/base.xml.in.h:799 ../rules/base.extras.xml.in.h:141 +#: ../rules/base.xml.in.h:802 ../rules/base.extras.xml.in.h:142 msgid "English (UK)" msgstr "Английская (Великобритания)" -#: ../rules/base.xml.in.h:800 +#: ../rules/base.xml.in.h:803 msgid "English (UK, extended WinKeys)" msgstr "Английская (Великобритания, расширенная клавишами Win)" -#: ../rules/base.xml.in.h:801 +#: ../rules/base.xml.in.h:804 msgid "English (UK, international with dead keys)" msgstr "Английская (Великобритания, международная с спец. клавишами (dead keys))" -#: ../rules/base.xml.in.h:802 +#: ../rules/base.xml.in.h:805 msgid "English (UK, Dvorak)" msgstr "Английская (Великобритания, дворак)" -#: ../rules/base.xml.in.h:803 +#: ../rules/base.xml.in.h:806 msgid "English (UK, Dvorak with UK punctuation)" msgstr "Английская (Великобритания, дворак с английской пунктуацией)" -#: ../rules/base.xml.in.h:804 +#: ../rules/base.xml.in.h:807 msgid "English (UK, Macintosh)" msgstr "Английская (Великобритания, Macintosh)" -#: ../rules/base.xml.in.h:805 +#: ../rules/base.xml.in.h:808 msgid "English (UK, Macintosh international)" msgstr "Английская (Великобритания, Macintosh международная)" -#: ../rules/base.xml.in.h:806 +#: ../rules/base.xml.in.h:809 msgid "English (UK, Colemak)" msgstr "Английская (Великобритания, Коулмак)" -#: ../rules/base.xml.in.h:807 +#: ../rules/base.xml.in.h:810 msgid "Uzbek" msgstr "Узбекская" -#: ../rules/base.xml.in.h:808 +#: ../rules/base.xml.in.h:811 msgid "Uzbek (Latin)" msgstr "Узбекская (латинская)" #. Keyboard indicator for Vietnamese layouts -#: ../rules/base.xml.in.h:810 +#: ../rules/base.xml.in.h:813 msgid "vi" msgstr "vi" -#: ../rules/base.xml.in.h:811 +#: ../rules/base.xml.in.h:814 msgid "Vietnamese" msgstr "Вьетнамская" #. Keyboard indicator for Korean layouts -#: ../rules/base.xml.in.h:813 ../rules/base.extras.xml.in.h:143 +#: ../rules/base.xml.in.h:816 ../rules/base.extras.xml.in.h:144 msgid "ko" msgstr "ko" -#: ../rules/base.xml.in.h:814 ../rules/base.extras.xml.in.h:144 +#: ../rules/base.xml.in.h:817 ../rules/base.extras.xml.in.h:145 msgid "Korean" msgstr "Корейская" -#: ../rules/base.xml.in.h:815 +#: ../rules/base.xml.in.h:818 msgid "Korean (101/104 key compatible)" msgstr "Корейская (совместимая c 101/104 кнопочной)" -#: ../rules/base.xml.in.h:816 +#: ../rules/base.xml.in.h:819 msgid "Japanese (PC-98xx Series)" msgstr "Японская (PC-98xx Series)" #. Keyboard indicator for Irish layouts -#: ../rules/base.xml.in.h:818 +#: ../rules/base.xml.in.h:821 msgid "ie" msgstr "ie" -#: ../rules/base.xml.in.h:819 +#: ../rules/base.xml.in.h:822 msgid "Irish" msgstr "Ирландская" -#: ../rules/base.xml.in.h:820 +#: ../rules/base.xml.in.h:823 msgid "CloGaelach" msgstr "CloGaelach" -#: ../rules/base.xml.in.h:821 +#: ../rules/base.xml.in.h:824 msgid "Irish (UnicodeExpert)" msgstr "Ирландская (UnicodeExpert)" -#: ../rules/base.xml.in.h:822 +#: ../rules/base.xml.in.h:825 msgid "Ogham" msgstr "Огхам" -#: ../rules/base.xml.in.h:823 +#: ../rules/base.xml.in.h:826 msgid "Ogham (IS434)" msgstr "Огхам (IS434)" -#: ../rules/base.xml.in.h:824 +#: ../rules/base.xml.in.h:827 msgid "Urdu (Pakistan)" msgstr "Урдская (Пакистан)" -#: ../rules/base.xml.in.h:825 +#: ../rules/base.xml.in.h:828 msgid "Urdu (Pakistan, CRULP)" msgstr "Урдская (Пакистан, CRULP)" -#: ../rules/base.xml.in.h:826 +#: ../rules/base.xml.in.h:829 msgid "Urdu (Pakistan, NLA)" msgstr "Урдская (Пакистан, NLA)" -#: ../rules/base.xml.in.h:827 +#: ../rules/base.xml.in.h:830 msgid "Arabic (Pakistan)" msgstr "Арабская (Пакистан)" #. Keyboard indicator for Sindhi layouts -#: ../rules/base.xml.in.h:829 +#: ../rules/base.xml.in.h:832 msgid "sd" msgstr "sd" -#: ../rules/base.xml.in.h:830 +#: ../rules/base.xml.in.h:833 msgid "Sindhi" msgstr "Синдхи" #. Keyboard indicator for Dhivehi layouts -#: ../rules/base.xml.in.h:832 +#: ../rules/base.xml.in.h:835 msgid "dv" msgstr "dv" -#: ../rules/base.xml.in.h:833 +#: ../rules/base.xml.in.h:836 msgid "Dhivehi" msgstr "Дивехи" -#: ../rules/base.xml.in.h:834 +#: ../rules/base.xml.in.h:837 msgid "English (South Africa)" msgstr "Английская (Южная Африка)" #. Keyboard indicator for Esperanto layouts -#: ../rules/base.xml.in.h:836 +#: ../rules/base.xml.in.h:839 msgid "eo" msgstr "eo" -#: ../rules/base.xml.in.h:837 +#: ../rules/base.xml.in.h:840 msgid "Esperanto" msgstr "Эсперанто" -#: ../rules/base.xml.in.h:838 +#: ../rules/base.xml.in.h:841 msgid "Esperanto (displaced semicolon and quote, obsolete)" msgstr "Эсперанто (смещённые точка с запятой и кавычка, устарела)" #. Keyboard indicator for Nepali layouts -#: ../rules/base.xml.in.h:840 +#: ../rules/base.xml.in.h:843 msgid "ne" msgstr "ne" -#: ../rules/base.xml.in.h:841 +#: ../rules/base.xml.in.h:844 msgid "Nepali" msgstr "Непальская" -#: ../rules/base.xml.in.h:842 +#: ../rules/base.xml.in.h:845 msgid "English (Nigeria)" msgstr "Английская (Нигерия)" #. Keyboard indicator for Igbo layouts -#: ../rules/base.xml.in.h:844 +#: ../rules/base.xml.in.h:847 msgid "ig" msgstr "ig" -#: ../rules/base.xml.in.h:845 +#: ../rules/base.xml.in.h:848 msgid "Igbo" msgstr "Игбо" #. Keyboard indicator for Yoruba layouts -#: ../rules/base.xml.in.h:847 +#: ../rules/base.xml.in.h:850 msgid "yo" msgstr "yo" -#: ../rules/base.xml.in.h:848 +#: ../rules/base.xml.in.h:851 msgid "Yoruba" msgstr "Йорубская" #. Keyboard indicator for Amharic layouts -#: ../rules/base.xml.in.h:850 +#: ../rules/base.xml.in.h:853 msgid "am" msgstr "am" -#: ../rules/base.xml.in.h:851 +#: ../rules/base.xml.in.h:854 msgid "Amharic" msgstr "Амхарская" #. Keyboard indicator for Wolof layouts -#: ../rules/base.xml.in.h:853 +#: ../rules/base.xml.in.h:856 msgid "wo" msgstr "wo" -#: ../rules/base.xml.in.h:854 +#: ../rules/base.xml.in.h:857 msgid "Wolof" msgstr "Волофская" #. Keyboard indicator for Braille layouts -#: ../rules/base.xml.in.h:856 +#: ../rules/base.xml.in.h:859 msgid "brl" msgstr "brl" -#: ../rules/base.xml.in.h:857 +#: ../rules/base.xml.in.h:860 msgid "Braille" msgstr "Брайля" -#: ../rules/base.xml.in.h:858 +#: ../rules/base.xml.in.h:861 msgid "Braille (left hand)" msgstr "Брайля (под левую руку)" -#: ../rules/base.xml.in.h:859 +#: ../rules/base.xml.in.h:862 msgid "Braille (right hand)" msgstr "Брайля (под правую руку)" #. Keyboard indicator for Turkmen layouts -#: ../rules/base.xml.in.h:861 +#: ../rules/base.xml.in.h:864 msgid "tk" msgstr "tk" -#: ../rules/base.xml.in.h:862 +#: ../rules/base.xml.in.h:865 msgid "Turkmen" msgstr "Туркменская" -#: ../rules/base.xml.in.h:863 +#: ../rules/base.xml.in.h:866 msgid "Turkmen (Alt-Q)" msgstr "Туркменская (Alt-Q)" #. Keyboard indicator for Bambara layouts -#: ../rules/base.xml.in.h:865 +#: ../rules/base.xml.in.h:868 msgid "bm" msgstr "bm" -#: ../rules/base.xml.in.h:866 +#: ../rules/base.xml.in.h:869 msgid "Bambara" msgstr "Баманская" -#: ../rules/base.xml.in.h:867 +#: ../rules/base.xml.in.h:870 msgid "French (Mali, alternative)" msgstr "Французская (Мали, альтернативная)" -#: ../rules/base.xml.in.h:868 +#: ../rules/base.xml.in.h:871 msgid "English (Mali, US Macintosh)" msgstr "Английская (Мали, Macintosh США)" -#: ../rules/base.xml.in.h:869 +#: ../rules/base.xml.in.h:872 msgid "English (Mali, US international)" msgstr "Английская (Мали, международная США)" #. Keyboard indicator for Swahili layouts -#: ../rules/base.xml.in.h:871 +#: ../rules/base.xml.in.h:874 msgid "sw" msgstr "sw" -#: ../rules/base.xml.in.h:872 +#: ../rules/base.xml.in.h:875 msgid "Swahili (Tanzania)" msgstr "Суахильская (Танзания)" -#: ../rules/base.xml.in.h:873 +#: ../rules/base.xml.in.h:876 msgid "Swahili (Kenya)" msgstr "Суахильская (Кения)" -#: ../rules/base.xml.in.h:874 +#: ../rules/base.xml.in.h:877 msgid "Kikuyu" msgstr "Кикуйу" #. Keyboard indicator for Tswana layouts -#: ../rules/base.xml.in.h:876 +#: ../rules/base.xml.in.h:879 msgid "tn" msgstr "tn" -#: ../rules/base.xml.in.h:877 +#: ../rules/base.xml.in.h:880 msgid "Tswana" msgstr "Тсванская" #. Keyboard indicator for Filipino layouts -#: ../rules/base.xml.in.h:879 +#: ../rules/base.xml.in.h:882 msgid "ph" msgstr "ph" -#: ../rules/base.xml.in.h:880 +#: ../rules/base.xml.in.h:883 msgid "Filipino" msgstr "Филиппинская" -#: ../rules/base.xml.in.h:881 +#: ../rules/base.xml.in.h:884 msgid "Filipino (QWERTY Baybayin)" msgstr "Филиппинская (QWERTY байбайинская)" -#: ../rules/base.xml.in.h:882 +#: ../rules/base.xml.in.h:885 msgid "Filipino (Capewell-Dvorak Latin)" msgstr "Филиппинская (кэйпвелл-дворак латиница)" -#: ../rules/base.xml.in.h:883 +#: ../rules/base.xml.in.h:886 msgid "Filipino (Capewell-Dvorak Baybayin)" msgstr "Филиппинская (кэйпвелл-дворак байбайинcкая)" -#: ../rules/base.xml.in.h:884 +#: ../rules/base.xml.in.h:887 msgid "Filipino (Capewell-QWERF 2006 Latin)" msgstr "Филиппинская (Кэйпвелл-QWERF 2006 латиница)" -#: ../rules/base.xml.in.h:885 +#: ../rules/base.xml.in.h:888 msgid "Filipino (Capewell-QWERF 2006 Baybayin)" msgstr "Филиппинская (Кэйпвелл-QWERF 2006 байбайинская)" -#: ../rules/base.xml.in.h:886 +#: ../rules/base.xml.in.h:889 msgid "Filipino (Colemak Latin)" msgstr "Филиппинская (Коулмак латиница)" -#: ../rules/base.xml.in.h:887 +#: ../rules/base.xml.in.h:890 msgid "Filipino (Colemak Baybayin)" msgstr "Филиппинская (Коулмак байбайинская)" -#: ../rules/base.xml.in.h:888 +#: ../rules/base.xml.in.h:891 msgid "Filipino (Dvorak Latin)" msgstr "Филиппинская (дворак латиница)" -#: ../rules/base.xml.in.h:889 +#: ../rules/base.xml.in.h:892 msgid "Filipino (Dvorak Baybayin)" msgstr "Филиппинская (дворак байбайинcкая)" -#: ../rules/base.xml.in.h:890 +#: ../rules/base.xml.in.h:893 msgid "md" msgstr "md" -#: ../rules/base.xml.in.h:891 +#: ../rules/base.xml.in.h:894 msgid "Moldavian" msgstr "Молдавская" -#: ../rules/base.xml.in.h:892 +#: ../rules/base.xml.in.h:895 msgid "gag" msgstr "gag" -#: ../rules/base.xml.in.h:893 +#: ../rules/base.xml.in.h:896 msgid "Moldavian (Gagauz)" msgstr "Молдавская (гагаузская)" -#: ../rules/base.xml.in.h:894 +#: ../rules/base.xml.in.h:897 msgid "Switching to another layout" msgstr "Переключение на другую раскладку" -#: ../rules/base.xml.in.h:895 +#: ../rules/base.xml.in.h:898 msgid "Right Alt (while pressed)" msgstr "Правая клавиша Alt (пока нажата)" -#: ../rules/base.xml.in.h:896 +#: ../rules/base.xml.in.h:899 msgid "Left Alt (while pressed)" msgstr "Левая клавиша Alt (пока нажата)" -#: ../rules/base.xml.in.h:897 +#: ../rules/base.xml.in.h:900 msgid "Left Win (while pressed)" msgstr "Левая клавиша Win (пока нажата)" -#: ../rules/base.xml.in.h:898 +#: ../rules/base.xml.in.h:901 msgid "Right Win (while pressed)" msgstr "Правая клавиша Win (пока нажата)" -#: ../rules/base.xml.in.h:899 +#: ../rules/base.xml.in.h:902 msgid "Any Win key (while pressed)" msgstr "Любая клавиша Win (на время нажатия)" -#: ../rules/base.xml.in.h:900 +#: ../rules/base.xml.in.h:903 msgid "Caps Lock (while pressed), Alt+Caps Lock does the original capslock action" msgstr "Caps Lock (пока нажата), Alt+Caps Lock выполняет первоначальную функцию capslock" -#: ../rules/base.xml.in.h:901 +#: ../rules/base.xml.in.h:904 msgid "Right Ctrl (while pressed)" msgstr "Правая клавиша Ctrl (пока нажата)" -#: ../rules/base.xml.in.h:902 +#: ../rules/base.xml.in.h:905 msgid "Right Alt" msgstr "Правая клавиша Alt" -#: ../rules/base.xml.in.h:903 +#: ../rules/base.xml.in.h:906 msgid "Left Alt" msgstr "Левая клавиша Alt" -#: ../rules/base.xml.in.h:904 +#: ../rules/base.xml.in.h:907 msgid "Caps Lock" msgstr "Caps Lock" -#: ../rules/base.xml.in.h:905 +#: ../rules/base.xml.in.h:908 msgid "Shift+Caps Lock" msgstr "Shift+Caps Lock" -#: ../rules/base.xml.in.h:906 +#: ../rules/base.xml.in.h:909 msgid "Caps Lock (to first layout), Shift+Caps Lock (to last layout)" msgstr "Caps Lock (на первую раскладку), Shift+Caps Lock (на последнюю раскладку)" -#: ../rules/base.xml.in.h:907 +#: ../rules/base.xml.in.h:910 msgid "Left Win (to first layout), Right Win/Menu (to last layout)" msgstr "Левая Win (на первую раскладку), Правая Win/Menu (на последнюю раскладку)" -#: ../rules/base.xml.in.h:908 +#: ../rules/base.xml.in.h:911 msgid "Left Ctrl (to first layout), Right Ctrl (to last layout)" msgstr "Левая Ctrl (на первую раскладку), Правая Ctrl (на последнюю раскладку)" -#: ../rules/base.xml.in.h:909 +#: ../rules/base.xml.in.h:912 msgid "Alt+Caps Lock" msgstr "Alt+Caps Lock" -#: ../rules/base.xml.in.h:910 +#: ../rules/base.xml.in.h:913 msgid "Both Shift keys together" msgstr "Обе клавиши Shift, нажатые вместе" -#: ../rules/base.xml.in.h:911 +#: ../rules/base.xml.in.h:914 msgid "Both Alt keys together" msgstr "Обе клавиши Alt, нажатые вместе" -#: ../rules/base.xml.in.h:912 +#: ../rules/base.xml.in.h:915 msgid "Both Ctrl keys together" msgstr "Обе клавиши Ctrl, нажатые вместе" -#: ../rules/base.xml.in.h:913 +#: ../rules/base.xml.in.h:916 msgid "Ctrl+Shift" msgstr "Ctrl+Shift" -#: ../rules/base.xml.in.h:914 +#: ../rules/base.xml.in.h:917 msgid "Left Ctrl+Left Shift" msgstr "Левая Ctrl+Левая Shift" -#: ../rules/base.xml.in.h:915 +#: ../rules/base.xml.in.h:918 msgid "Right Ctrl+Right Shift" msgstr "Правая Ctrl+Правая Shift" -#: ../rules/base.xml.in.h:916 +#: ../rules/base.xml.in.h:919 msgid "Alt+Ctrl" msgstr "Alt+Ctrl" -#: ../rules/base.xml.in.h:917 +#: ../rules/base.xml.in.h:920 msgid "Alt+Shift" msgstr "Alt+Shift" -#: ../rules/base.xml.in.h:918 +#: ../rules/base.xml.in.h:921 msgid "Left Alt+Left Shift" msgstr "Левая Alt+Левая Shift" -#: ../rules/base.xml.in.h:919 +#: ../rules/base.xml.in.h:922 msgid "Alt+Space" msgstr "Alt+Пробел" -#: ../rules/base.xml.in.h:920 +#: ../rules/base.xml.in.h:923 msgid "Menu" msgstr "Menu" -#: ../rules/base.xml.in.h:921 +#: ../rules/base.xml.in.h:924 msgid "Left Win" msgstr "Левая клавиша Win" -#: ../rules/base.xml.in.h:922 +#: ../rules/base.xml.in.h:925 msgid "Win Key+Space" msgstr "Клавиша Win+Пробел" -#: ../rules/base.xml.in.h:923 +#: ../rules/base.xml.in.h:926 msgid "Right Win" msgstr "Правая клавиша Win" -#: ../rules/base.xml.in.h:924 +#: ../rules/base.xml.in.h:927 msgid "Left Shift" msgstr "Левая клавиша Shift" -#: ../rules/base.xml.in.h:925 +#: ../rules/base.xml.in.h:928 msgid "Right Shift" msgstr "Правая клавиша Shift" -#: ../rules/base.xml.in.h:926 +#: ../rules/base.xml.in.h:929 msgid "Left Ctrl" msgstr "Левая клавиша Ctrl" -#: ../rules/base.xml.in.h:927 +#: ../rules/base.xml.in.h:930 msgid "Right Ctrl" msgstr "Правая клавиша Ctrl" -#: ../rules/base.xml.in.h:928 +#: ../rules/base.xml.in.h:931 msgid "Scroll Lock" msgstr "Scroll Lock" -#: ../rules/base.xml.in.h:929 +#: ../rules/base.xml.in.h:932 msgid "LeftCtrl+LeftWin (to first layout), RightCtrl+Menu (to second layout)" msgstr "Левая-Ctrl+Левая-Win (на первую раскладку), Правая-Ctrl+Menu (на вторую раскладку)" -#: ../rules/base.xml.in.h:930 +#: ../rules/base.xml.in.h:933 msgid "Key to choose 3rd level" msgstr "Клавиша для выбора 3-го ряда" -#: ../rules/base.xml.in.h:931 +#: ../rules/base.xml.in.h:934 msgid "Any Win key" msgstr "Любая клавиша Win" -#: ../rules/base.xml.in.h:932 +#: ../rules/base.xml.in.h:935 msgid "Any Alt key" msgstr "Любая клавиша Alt" -#: ../rules/base.xml.in.h:933 +#: ../rules/base.xml.in.h:936 msgid "Right Alt, Shift+Right Alt key is Compose" msgstr "Правая клавиша Alt, Shift и правая Alt вместе работают как Compose" -#: ../rules/base.xml.in.h:934 +#: ../rules/base.xml.in.h:937 msgid "Right Alt key never chooses 3rd level" msgstr "По правой клавише Alt никогда не выбирается третий ряд" -#: ../rules/base.xml.in.h:935 +#: ../rules/base.xml.in.h:938 msgid "Enter on keypad" msgstr "Enter на цифровой клавиатуре" -#: ../rules/base.xml.in.h:936 +#: ../rules/base.xml.in.h:939 msgid "Backslash" msgstr "Backslash" -#: ../rules/base.xml.in.h:937 +#: ../rules/base.xml.in.h:940 msgid "<Less/Greater>" msgstr "<Меньше чем/Больше чем>" -#: ../rules/base.xml.in.h:938 +#: ../rules/base.xml.in.h:941 msgid "Caps Lock chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "Caps Lock выбирается 3-й ряд, действует как разовая блокировка при нажатии вместе с другим выборщиком-3-го-ряда" -#: ../rules/base.xml.in.h:939 +#: ../rules/base.xml.in.h:942 msgid "Backslash chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "Backslash выбирается 3-й ряд, действует как разовая блокировка при нажатии вместе с другим выборщиком-3-го-ряда" -#: ../rules/base.xml.in.h:940 +#: ../rules/base.xml.in.h:943 msgid "<Less/Greater> chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "<Меньше чем/Больше чем> выбирается 3-й ряд, действует как разовая блокировка при нажатии вместе с другим выборщиком-3-го-ряда" -#: ../rules/base.xml.in.h:941 +#: ../rules/base.xml.in.h:944 msgid "Ctrl key position" msgstr "Положение клавиши Ctrl" -#: ../rules/base.xml.in.h:942 +#: ../rules/base.xml.in.h:945 msgid "Caps Lock as Ctrl" msgstr "Caps Lock как Ctrl" -#: ../rules/base.xml.in.h:943 +#: ../rules/base.xml.in.h:946 msgid "Left Ctrl as Meta" msgstr "Левая клавиша Ctrl как Meta" -#: ../rules/base.xml.in.h:944 +#: ../rules/base.xml.in.h:947 msgid "Swap Ctrl and Caps Lock" msgstr "Поменять местами клавиши Ctrl и Caps Lock" -#: ../rules/base.xml.in.h:945 +#: ../rules/base.xml.in.h:948 msgid "At left of 'A'" msgstr "Слева от 'A'" -#: ../rules/base.xml.in.h:946 +#: ../rules/base.xml.in.h:949 msgid "At bottom left" msgstr "Снизу слева" -#: ../rules/base.xml.in.h:947 +#: ../rules/base.xml.in.h:950 msgid "Right Ctrl as Right Alt" msgstr "Правая клавиша Ctrl работает как правая клавиша Alt" -#: ../rules/base.xml.in.h:948 +#: ../rules/base.xml.in.h:951 msgid "Menu as Right Ctrl" msgstr "Menu как правая клавиша Ctrl" -#: ../rules/base.xml.in.h:949 +#: ../rules/base.xml.in.h:952 msgid "Right Alt as Right Ctrl" msgstr "Правая клавиша Alt как правая клавиша Ctrl" -#: ../rules/base.xml.in.h:950 +#: ../rules/base.xml.in.h:953 msgid "Swap Left Alt key with Left Ctrl key" msgstr "Левая клавиша Alt поменяна местами с левой клавишей Ctrl" -#: ../rules/base.xml.in.h:951 +#: ../rules/base.xml.in.h:954 msgid "Swap Left Win key with Left Ctrl key" msgstr "Левая клавиша Win поменяна местами с левой клавишей Ctrl" -#: ../rules/base.xml.in.h:952 +#: ../rules/base.xml.in.h:955 +msgid "Swap Right Win key with Right Ctrl key" +msgstr "Правая клавиша Win поменяна местами с правой клавишей Ctrl" + +#: ../rules/base.xml.in.h:956 msgid "Left Alt as Ctrl, Left Ctrl as Win, Left Win as Alt" msgstr "Левая клавиша Alt как Ctrl, левая клавиша Ctrl как Win, левая клавиша Win как Alt" -#: ../rules/base.xml.in.h:953 +#: ../rules/base.xml.in.h:957 msgid "Use keyboard LED to show alternative layout" msgstr "Использовать клавиатурные индикаторы для отображения дополнительных раскладок" -#: ../rules/base.xml.in.h:954 +#: ../rules/base.xml.in.h:958 msgid "Num Lock" msgstr "Num Lock" -#: ../rules/base.xml.in.h:955 +#: ../rules/base.xml.in.h:959 msgid "Layout of numeric keypad" msgstr "Раскладка цифровой клавиатуры" -#: ../rules/base.xml.in.h:956 +#: ../rules/base.xml.in.h:960 msgid "Legacy" msgstr "Legacy" -#: ../rules/base.xml.in.h:957 +#: ../rules/base.xml.in.h:961 msgid "Unicode additions (arrows and math operators)" msgstr "Дополнения юникода (стрелки и математические операторы)" -#: ../rules/base.xml.in.h:958 +#: ../rules/base.xml.in.h:962 msgid "Unicode additions (arrows and math operators; math operators on default level)" msgstr "Дополнения юникода (стрелки и математические операторы; математические операторы в ряду по умолчанию)" -#: ../rules/base.xml.in.h:959 +#: ../rules/base.xml.in.h:963 msgid "Legacy Wang 724" msgstr "Старая Wang 724" -#: ../rules/base.xml.in.h:960 +#: ../rules/base.xml.in.h:964 msgid "Wang 724 keypad with Unicode additions (arrows and math operators)" msgstr "Цифровая клавиатура Wang 724 с дополнениями юникода (стрелки и математические операторы)" -#: ../rules/base.xml.in.h:961 +#: ../rules/base.xml.in.h:965 msgid "Wang 724 keypad with Unicode additions (arrows and math operators; math operators on default level)" msgstr "Цифровая клавиатура Wang 724 с дополнениями юникода (стрелки и математические операторы; математические операторы в ряду по умолчанию)" -#: ../rules/base.xml.in.h:962 +#: ../rules/base.xml.in.h:966 msgid "Hexadecimal" msgstr "Шестнадцатеричная" -#: ../rules/base.xml.in.h:963 +#: ../rules/base.xml.in.h:967 msgid "ATM/phone-style" msgstr "В стиле банкоматной/телефонной" -#: ../rules/base.xml.in.h:964 +#: ../rules/base.xml.in.h:968 msgid "Numeric keypad delete key behaviour" msgstr "Функция клавиши Delete на цифровой клавиатуре" -#: ../rules/base.xml.in.h:965 +#: ../rules/base.xml.in.h:969 msgid "Legacy key with dot" msgstr "Клавиша Legacy с точкой" #. Actually, with KP_SEPARATOR, as the old keypad(comma) -#: ../rules/base.xml.in.h:967 +#: ../rules/base.xml.in.h:971 msgid "Legacy key with comma" msgstr "Клавиша Legacy с запятой" -#: ../rules/base.xml.in.h:968 +#: ../rules/base.xml.in.h:972 msgid "Four-level key with dot" msgstr "Четырёх-рядная клавиша с точкой" -#: ../rules/base.xml.in.h:969 +#: ../rules/base.xml.in.h:973 msgid "Four-level key with dot, Latin-9 only" msgstr "Четырёх-рядная клавиша с точкой, только Latin-9" -#: ../rules/base.xml.in.h:970 +#: ../rules/base.xml.in.h:974 msgid "Four-level key with comma" msgstr "Четырёх-рядная клавиша с запятой" -#: ../rules/base.xml.in.h:971 +#: ../rules/base.xml.in.h:975 msgid "Four-level key with momayyez" msgstr "Четырёх-рядная клавиша с momayyez" #. This assumes the KP_ abstract symbols are actually useful for some apps #. The description needs to be rewritten -#: ../rules/base.xml.in.h:974 +#: ../rules/base.xml.in.h:978 msgid "Four-level key with abstract separators" msgstr "Четырёх-рядная клавиша с абстрактными разделителями" -#: ../rules/base.xml.in.h:975 +#: ../rules/base.xml.in.h:979 msgid "Semicolon on third level" msgstr "Точка с запятой в третьем ряду" -#: ../rules/base.xml.in.h:976 +#: ../rules/base.xml.in.h:980 msgid "Caps Lock key behavior" msgstr "Поведение клавиши Caps Lock" -#: ../rules/base.xml.in.h:977 +#: ../rules/base.xml.in.h:981 msgid "Caps Lock uses internal capitalization; Shift \"pauses\" Caps Lock" msgstr "Caps Lock включает внутреннюю капитализацию; Shift «приостанавливает» действие Caps Lock" -#: ../rules/base.xml.in.h:978 +#: ../rules/base.xml.in.h:982 msgid "Caps Lock uses internal capitalization; Shift doesn't affect Caps Lock" msgstr "Caps Lock включает внутреннюю капитализацию; Shift не влияет на Caps Lock" -#: ../rules/base.xml.in.h:979 +#: ../rules/base.xml.in.h:983 msgid "Caps Lock acts as Shift with locking; Shift \"pauses\" Caps Lock" msgstr "Caps Lock действует как Shift с блокировкой; Shift «приостанавливает» действие Caps Lock" -#: ../rules/base.xml.in.h:980 +#: ../rules/base.xml.in.h:984 msgid "Caps Lock acts as Shift with locking; Shift doesn't affect Caps Lock" msgstr "Caps Lock действует как Shift с блокировкой; Shift не влияет на Caps Lock" -#: ../rules/base.xml.in.h:981 +#: ../rules/base.xml.in.h:985 msgid "Caps Lock toggles normal capitalization of alphabetic characters" msgstr "Caps Lock переключает обычную капитализацию символов алфавита" -#: ../rules/base.xml.in.h:982 +#: ../rules/base.xml.in.h:986 msgid "Make Caps Lock an additional Num Lock" msgstr "Использовать Caps Lock как дополнительную клавишу Num Lock" -#: ../rules/base.xml.in.h:983 +#: ../rules/base.xml.in.h:987 msgid "Swap ESC and Caps Lock" msgstr "Поменять местами клавиши ESC и Caps Lock" -#: ../rules/base.xml.in.h:984 +#: ../rules/base.xml.in.h:988 msgid "Make Caps Lock an additional ESC" msgstr "Использовать Caps Lock как дополнительную клавишу ESC" -#: ../rules/base.xml.in.h:985 +#: ../rules/base.xml.in.h:989 msgid "Make Caps Lock an additional Backspace" msgstr "Использовать Caps Lock как дополнительную клавишу Backspace" -#: ../rules/base.xml.in.h:986 +#: ../rules/base.xml.in.h:990 msgid "Make Caps Lock an additional Super" msgstr "Использовать Caps Lock как дополнительную клавишу Super" -#: ../rules/base.xml.in.h:987 +#: ../rules/base.xml.in.h:991 msgid "Make Caps Lock an additional Hyper" msgstr "Использовать Caps Lock как дополнительную клавишу Hyper" -#: ../rules/base.xml.in.h:988 +#: ../rules/base.xml.in.h:992 msgid "Caps Lock toggles ShiftLock (affects all keys)" msgstr "Caps Lock переключает ShiftLock (действует сразу на все клавиши)" -#: ../rules/base.xml.in.h:989 +#: ../rules/base.xml.in.h:993 msgid "Caps Lock is disabled" msgstr "Caps Lock отключён" -#: ../rules/base.xml.in.h:990 +#: ../rules/base.xml.in.h:994 msgid "Make Caps Lock an additional Ctrl" msgstr "Использовать Caps Lock как дополнительную клавишу Ctrl" -#: ../rules/base.xml.in.h:991 +#: ../rules/base.xml.in.h:995 msgid "Alt/Win key behavior" msgstr "Поведение клавиши Alt/Win" -#: ../rules/base.xml.in.h:992 +#: ../rules/base.xml.in.h:996 msgid "Add the standard behavior to Menu key" msgstr "Добавить обыкновенное поведение на клавишу Menu" -#: ../rules/base.xml.in.h:993 +#: ../rules/base.xml.in.h:997 msgid "Alt and Meta are on Alt keys" msgstr "Alt и Meta на клавишах Alt" -#: ../rules/base.xml.in.h:994 +#: ../rules/base.xml.in.h:998 msgid "Alt is mapped to Win keys (and the usual Alt keys)" msgstr "Alt используется в качестве клавиш Win (и как обычный Alt)" -#: ../rules/base.xml.in.h:995 +#: ../rules/base.xml.in.h:999 msgid "Ctrl is mapped to Win keys (and the usual Ctrl keys)" msgstr "Ctrl используется в качестве клавиш Win (и как обычные клавиши Ctrl)" -#: ../rules/base.xml.in.h:996 +#: ../rules/base.xml.in.h:1000 msgid "Ctrl is mapped to Alt keys, Alt is mapped to Win keys" msgstr "Ctrl используется в качестве клавиш Alt; Alt используется в качестве клавиш Win" -#: ../rules/base.xml.in.h:997 +#: ../rules/base.xml.in.h:1001 msgid "Meta is mapped to Win keys" msgstr "Meta соответствует клавишам Win" -#: ../rules/base.xml.in.h:998 +#: ../rules/base.xml.in.h:1002 msgid "Meta is mapped to Left Win" msgstr "Meta соответствует левой клавише Win" -#: ../rules/base.xml.in.h:999 +#: ../rules/base.xml.in.h:1003 msgid "Hyper is mapped to Win keys" msgstr "Hyper соответствует клавишам Win" -#: ../rules/base.xml.in.h:1000 +#: ../rules/base.xml.in.h:1004 msgid "Alt is mapped to Right Win, Super to Menu" msgstr "Alt соответствует правой клавише Win, а Super — Menu" -#: ../rules/base.xml.in.h:1001 +#: ../rules/base.xml.in.h:1005 msgid "Alt is swapped with Win" msgstr "Клавиша Alt поменяна местами с клавишей Win" -#: ../rules/base.xml.in.h:1002 +#: ../rules/base.xml.in.h:1006 msgid "Position of Compose key" msgstr "Положение клавиши Compose" -#: ../rules/base.xml.in.h:1003 +#: ../rules/base.xml.in.h:1007 msgid "3rd level of Left Win" msgstr "3-й ряд левой Win" -#: ../rules/base.xml.in.h:1004 +#: ../rules/base.xml.in.h:1008 msgid "3rd level of Right Win" msgstr "3-й ряд правой Win" -#: ../rules/base.xml.in.h:1005 +#: ../rules/base.xml.in.h:1009 msgid "3rd level of Menu" msgstr "3-й ряд Menu" -#: ../rules/base.xml.in.h:1006 +#: ../rules/base.xml.in.h:1010 msgid "3rd level of Left Ctrl" msgstr "3-й ряд левой Ctrl" -#: ../rules/base.xml.in.h:1007 +#: ../rules/base.xml.in.h:1011 msgid "3rd level of Right Ctrl" msgstr "3-й ряд правой Ctrl" -#: ../rules/base.xml.in.h:1008 +#: ../rules/base.xml.in.h:1012 msgid "3rd level of Caps Lock" msgstr "3-й ряд Caps Lock" -#: ../rules/base.xml.in.h:1009 +#: ../rules/base.xml.in.h:1013 msgid "3rd level of <Less/Greater>" msgstr "3-й ряд <Меньше чем/Больше чем>" -#: ../rules/base.xml.in.h:1010 +#: ../rules/base.xml.in.h:1014 msgid "Pause" msgstr "Pause" -#: ../rules/base.xml.in.h:1011 +#: ../rules/base.xml.in.h:1015 msgid "PrtSc" msgstr "PrtSc" -#: ../rules/base.xml.in.h:1012 +#: ../rules/base.xml.in.h:1016 msgid "Miscellaneous compatibility options" msgstr "Разные параметры совместимости" -#: ../rules/base.xml.in.h:1013 +#: ../rules/base.xml.in.h:1017 msgid "Default numeric keypad keys" msgstr "Клавиши цифровой клавиатуры по умолчанию" -#: ../rules/base.xml.in.h:1014 +#: ../rules/base.xml.in.h:1018 msgid "Numeric keypad keys always enter digits (as in Mac OS)" msgstr "С клавиш цифровой клавиатуры всегда вводятся цифры (как в Mac OS)" -#: ../rules/base.xml.in.h:1015 -msgid "Shift with numeric keypad keys works as in MS Windows" -msgstr "Клавиша Shift с клавишами цифровой клавиатуры работают также как в MS Windows" +#: ../rules/base.xml.in.h:1019 +msgid "NumLock on: digits, Shift switches to arrow keys, Numlock off: always arrow keys (as in MS Windows)" +msgstr "NumLock включен: цифры, Shift переключает на клавиши-стрелки, Numlock выключен: всегда клавиши-стрелки (как в MS Windows)" -#: ../rules/base.xml.in.h:1016 +#: ../rules/base.xml.in.h:1020 msgid "Shift does not cancel Num Lock, chooses 3rd level instead" msgstr "Shift не отменяет Num Lock, а выбирает третий ряд" -#: ../rules/base.xml.in.h:1017 +#: ../rules/base.xml.in.h:1021 msgid "Special keys (Ctrl+Alt+<key>) handled in a server" msgstr "Специальные клавиши (Ctrl+Alt+<клв>) обрабатываются сервером" -#: ../rules/base.xml.in.h:1018 +#: ../rules/base.xml.in.h:1022 msgid "Apple Aluminium Keyboard: emulate PC keys (Print, Scroll Lock, Pause, Num Lock)" msgstr "Алюминиевая клавиатура Apple: эмуляция клавиш ПК (Print, Scroll Lock, Pause, Num Lock)" -#: ../rules/base.xml.in.h:1019 +#: ../rules/base.xml.in.h:1023 msgid "Shift cancels Caps Lock" msgstr "Shift отменяет Caps Lock" -#: ../rules/base.xml.in.h:1020 +#: ../rules/base.xml.in.h:1024 msgid "Enable extra typographic characters" msgstr "Включить дополнительные типографские символы" -#: ../rules/base.xml.in.h:1021 +#: ../rules/base.xml.in.h:1025 msgid "Both Shift keys together toggle Caps Lock" msgstr "Обе клавиши Shift, нажатые вместе, переключают Caps Lock" -#: ../rules/base.xml.in.h:1022 +#: ../rules/base.xml.in.h:1026 msgid "Both Shift keys together activate Caps Lock, one Shift key deactivates" msgstr "Обе клавиши Shift, нажатые вместе, включают Caps Lock, одна клавиша Shift выключает" -#: ../rules/base.xml.in.h:1023 +#: ../rules/base.xml.in.h:1027 msgid "Both Shift keys together toggle ShiftLock" msgstr "Обе клавиши Shift, нажатые вместе, переключают ShiftLock" -#: ../rules/base.xml.in.h:1024 +#: ../rules/base.xml.in.h:1028 msgid "Shift + NumLock toggles PointerKeys" msgstr "Shift + NumLock переключают PointerKeys" -#: ../rules/base.xml.in.h:1025 +#: ../rules/base.xml.in.h:1029 msgid "Allow breaking grabs with keyboard actions (warning: security risk)" msgstr "Позволить прерывать захват с помощью клавиатуры (предупреждение: угроза безопасности)" -#: ../rules/base.xml.in.h:1026 +#: ../rules/base.xml.in.h:1030 msgid "Allow grab and window tree logging" msgstr "Позволить захват и протоколирование дерева окон" -#: ../rules/base.xml.in.h:1027 +#: ../rules/base.xml.in.h:1031 msgid "Adding currency signs to certain keys" msgstr "Добавление знаков валют к некоторым клавишам" -#: ../rules/base.xml.in.h:1028 +#: ../rules/base.xml.in.h:1032 msgid "Euro on E" msgstr "Символ евро на клавише E" -#: ../rules/base.xml.in.h:1029 +#: ../rules/base.xml.in.h:1033 msgid "Euro on 2" msgstr "Символ евро на клавише 2" -#: ../rules/base.xml.in.h:1030 +#: ../rules/base.xml.in.h:1034 msgid "Euro on 4" msgstr "Символ евро на клавише 4" -#: ../rules/base.xml.in.h:1031 +#: ../rules/base.xml.in.h:1035 msgid "Euro on 5" msgstr "Символ евро на клавише 5" -#: ../rules/base.xml.in.h:1032 +#: ../rules/base.xml.in.h:1036 msgid "Rupee on 4" msgstr "Символ рупии на клавише 4" -#: ../rules/base.xml.in.h:1033 +#: ../rules/base.xml.in.h:1037 msgid "Key to choose 5th level" msgstr "Клавиша для выбора 5-го ряда" -#: ../rules/base.xml.in.h:1034 +#: ../rules/base.xml.in.h:1038 msgid "<Less/Greater> chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "По клавише <Меньше чем/Больше чем> выбирается 5-й ряд, блокируется при нажатии вместе с другим выборщиком-5-го-ряда" -#: ../rules/base.xml.in.h:1035 +#: ../rules/base.xml.in.h:1039 msgid "Right Alt chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "По правой клавише Alt выбирается 5-й ряд, блокируется при нажатии вместе с другим выборщиком-5-го-ряда" -#: ../rules/base.xml.in.h:1036 +#: ../rules/base.xml.in.h:1040 msgid "Left Win chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "По левой клавише Win выбирается 5-й ряд, блокирует, блокирует при нажатии вместе с другим выборщиком-5-го-ряда" -#: ../rules/base.xml.in.h:1037 +#: ../rules/base.xml.in.h:1041 msgid "Right Win chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr "По правой клавише Win выбирается 5-й ряд, блокируется при нажатии вместе с другим выборщиком-5-го-ряда" -#: ../rules/base.xml.in.h:1038 +#: ../rules/base.xml.in.h:1042 msgid "Using space key to input non-breakable space character" msgstr "Клавиша пробела используется для ввода символа неразрывного пробела" -#: ../rules/base.xml.in.h:1039 +#: ../rules/base.xml.in.h:1043 msgid "Usual space at any level" msgstr "Обычный пробел в любом ряду" -#: ../rules/base.xml.in.h:1040 +#: ../rules/base.xml.in.h:1044 msgid "Non-breakable space character at second level" msgstr "Символ неразрывного пробела во втором ряду" -#: ../rules/base.xml.in.h:1041 +#: ../rules/base.xml.in.h:1045 msgid "Non-breakable space character at third level" msgstr "Символ неразрывного пробела в третьем ряду" -#: ../rules/base.xml.in.h:1042 +#: ../rules/base.xml.in.h:1046 msgid "Non-breakable space character at third level, nothing at fourth level" msgstr "Символ неразрывного пробела в третьем ряду, ничего на четвёртом" -#: ../rules/base.xml.in.h:1043 +#: ../rules/base.xml.in.h:1047 msgid "Non-breakable space character at third level, thin non-breakable space character at fourth level" msgstr "Символ неразрывного пробела в третьем ряду, символ тонкого неразрывного пробела в четвёртом ряду" -#: ../rules/base.xml.in.h:1044 +#: ../rules/base.xml.in.h:1048 msgid "Non-breakable space character at fourth level" msgstr "Символ неразрывного пробела в четвёртом ряду" -#: ../rules/base.xml.in.h:1045 +#: ../rules/base.xml.in.h:1049 msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level" msgstr "Символ неразрывного пробела в четвёртом ряду, символ тонкого неразрывного пробела в шестом ряду" -#: ../rules/base.xml.in.h:1046 +#: ../rules/base.xml.in.h:1050 msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level (via Ctrl+Shift)" msgstr "Символ неразрывного пробела в четвёртом ряду, символ тонкого неразрывного пробела в шестом ряду (с помощью Ctrl+Shift)" -#: ../rules/base.xml.in.h:1047 +#: ../rules/base.xml.in.h:1051 msgid "Zero-width non-joiner character at second level" msgstr "Несвязывающий символ нулевой ширины во втором ряду" -#: ../rules/base.xml.in.h:1048 +#: ../rules/base.xml.in.h:1052 msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level" msgstr "Несвязывающий символ нулевой ширины во втором ряду, связывающий символ нулевой ширины в третьем ряду" -#: ../rules/base.xml.in.h:1049 +#: ../rules/base.xml.in.h:1053 msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level, non-breakable space character at fourth level" msgstr "Несвязывающий символ нулевой ширины во втором ряду, связывающий символ нулевой ширины в третьем ряду, символ неразрывного пробела в четвёртом ряду" -#: ../rules/base.xml.in.h:1050 +#: ../rules/base.xml.in.h:1054 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level" msgstr "Несвязывающий символ нулевой ширины во втором ряду, символ неразрывного пробела в третьем ряду" -#: ../rules/base.xml.in.h:1051 +#: ../rules/base.xml.in.h:1055 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, nothing at fourth level" msgstr "Несвязывающий символ нулевой ширины во втором ряду, символ неразрывного пробела в третьем ряду, ничего в четвёртом" -#: ../rules/base.xml.in.h:1052 +#: ../rules/base.xml.in.h:1056 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, zero-width joiner at fourth level" msgstr "Несвязывающий символ нулевой ширины во втором ряду, символ неразрывного пробела в третьем ряду, связывающий символ нулевой ширины в четвёртом ряду" -#: ../rules/base.xml.in.h:1053 +#: ../rules/base.xml.in.h:1057 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, thin non-breakable space at fourth level" msgstr "Несвязывающий символ нулевой ширины во втором ряду, символ неразрывного пробела в третьем ряду, тонкий неразрывный пробел в четвёртом ряду" -#: ../rules/base.xml.in.h:1054 +#: ../rules/base.xml.in.h:1058 msgid "Zero-width non-joiner character at third level, zero-width joiner at fourth level" msgstr "Несвязывающий символ нулевой ширины в третьем ряду, связывающий символ нулевой ширины в четвёртом ряду" -#: ../rules/base.xml.in.h:1055 +#: ../rules/base.xml.in.h:1059 msgid "Japanese keyboard options" msgstr "Настройки японской клавиатуры" -#: ../rules/base.xml.in.h:1056 +#: ../rules/base.xml.in.h:1060 msgid "Kana Lock key is locking" msgstr "Кана блокируется клавишей Lock" -#: ../rules/base.xml.in.h:1057 +#: ../rules/base.xml.in.h:1061 msgid "NICOLA-F style Backspace" msgstr "Backspace в стиле NICOLA-F" -#: ../rules/base.xml.in.h:1058 +#: ../rules/base.xml.in.h:1062 msgid "Make Zenkaku Hankaku an additional ESC" msgstr "Использовать Zenkaku Hankaku как дополнительную клавишу ESC" -#: ../rules/base.xml.in.h:1059 +#: ../rules/base.xml.in.h:1063 +msgid "Korean Hangul/Hanja keys" +msgstr "Корейские клавиши хангыль/ханча" + +#: ../rules/base.xml.in.h:1064 +msgid "Hardware Hangul/Hanja keys" +msgstr "Аппаратные клавиши хангыль/ханча" + +#: ../rules/base.xml.in.h:1065 +msgid "Right Alt as Hangul, right Ctrl as Hanja" +msgstr "Правая клавиша Alt для хангыли, правая клавиша Ctrl для ханчи" + +#: ../rules/base.xml.in.h:1066 +msgid "Right Ctrl as Hangul, right Alt as Hanja" +msgstr "Правая клавиша Ctrl для хангыли, правая клавиша Alt для ханчи" + +#: ../rules/base.xml.in.h:1067 msgid "Adding Esperanto supersigned letters" msgstr "Добавление букв эсперанто с надстрочными знаками" -#: ../rules/base.xml.in.h:1060 +#: ../rules/base.xml.in.h:1068 msgid "To the corresponding key in a Qwerty layout" msgstr "На соответствующую клавишу в раскладке Qwerty" -#: ../rules/base.xml.in.h:1061 +#: ../rules/base.xml.in.h:1069 msgid "To the corresponding key in a Dvorak layout" msgstr "На соответствующую клавишу в раскладке дворак" -#: ../rules/base.xml.in.h:1062 +#: ../rules/base.xml.in.h:1070 msgid "To the corresponding key in a Colemak layout" msgstr "На соответствующую клавишу в раскладке Коулмак" -#: ../rules/base.xml.in.h:1063 +#: ../rules/base.xml.in.h:1071 msgid "Maintain key compatibility with old Solaris keycodes" msgstr "Сохранить совместимость со старыми кодами клавиш Solaris" -#: ../rules/base.xml.in.h:1064 +#: ../rules/base.xml.in.h:1072 msgid "Sun Key compatibility" msgstr "Совместимость с клавишами Sun" -#: ../rules/base.xml.in.h:1065 +#: ../rules/base.xml.in.h:1073 msgid "Key sequence to kill the X server" msgstr "Комбинация клавиш для прерывания работы X-сервера" -#: ../rules/base.xml.in.h:1066 +#: ../rules/base.xml.in.h:1074 msgid "Ctrl + Alt + Backspace" msgstr "Ctrl + Alt + Backspace" @@ -4064,250 +4096,261 @@ msgid "German (with Hungarian letters and no dead keys)" msgstr "Немецкая (с венгерскими буквами и без спец. клавиш (dead keys))" #: ../rules/base.extras.xml.in.h:26 +msgid "Polish (Germany, eliminate dead keys)" +msgstr "Польская (Германия, без спец. клавиш (dead keys))" + +#: ../rules/base.extras.xml.in.h:27 msgid "German (Sun Type 6/7)" msgstr "Немецкая (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:27 +#: ../rules/base.extras.xml.in.h:28 msgid "German (Aus der Neo-Welt)" msgstr "Немецкая (Aus der Neo-Welt)" -#: ../rules/base.extras.xml.in.h:30 +#: ../rules/base.extras.xml.in.h:31 msgid "Avestan" msgstr "Авестийская" -#: ../rules/base.extras.xml.in.h:33 +#: ../rules/base.extras.xml.in.h:34 msgid "Lithuanian (US Dvorak with Lithuanian letters)" msgstr "Литовская (дворак США с литовскими буквами)" -#: ../rules/base.extras.xml.in.h:34 +#: ../rules/base.extras.xml.in.h:35 msgid "Lithuanian (Sun Type 6/7)" msgstr "Литовская (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:37 +#: ../rules/base.extras.xml.in.h:38 msgid "Latvian (US Dvorak)" msgstr "Латышская (дворак США)" -#: ../rules/base.extras.xml.in.h:38 +#: ../rules/base.extras.xml.in.h:39 msgid "Latvian (US Dvorak, Y variant)" msgstr "Латышская (дворак США, вариант с Y)" -#: ../rules/base.extras.xml.in.h:39 +#: ../rules/base.extras.xml.in.h:40 msgid "Latvian (US Dvorak, minus variant)" msgstr "Латышская (дворак США, вариант с минусом)" -#: ../rules/base.extras.xml.in.h:40 +#: ../rules/base.extras.xml.in.h:41 msgid "Latvian (programmer US Dvorak)" msgstr "Латышская (дворак США для программистов)" -#: ../rules/base.extras.xml.in.h:41 +#: ../rules/base.extras.xml.in.h:42 msgid "Latvian (programmer US Dvorak, Y variant)" msgstr "Латышская (дворак США для программистов, вариант с Y)" -#: ../rules/base.extras.xml.in.h:42 +#: ../rules/base.extras.xml.in.h:43 msgid "Latvian (programmer US Dvorak, minus variant)" msgstr "Латышская (дворак США для программистов, вариант с минусом)" -#: ../rules/base.extras.xml.in.h:43 +#: ../rules/base.extras.xml.in.h:44 msgid "Latvian (US Colemak)" msgstr "Латышская (Коулмак США)" -#: ../rules/base.extras.xml.in.h:44 +#: ../rules/base.extras.xml.in.h:45 msgid "Latvian (US Colemak, apostrophe variant)" msgstr "Латышская (Коулмак США, вариант с апострофом)" -#: ../rules/base.extras.xml.in.h:45 +#: ../rules/base.extras.xml.in.h:46 msgid "Latvian (Sun Type 6/7)" msgstr "Латышская (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:48 +#: ../rules/base.extras.xml.in.h:49 msgid "English (US, international AltGr Unicode combining)" msgstr "Английская (США, международная, объединённая с юникодным AltGr)" -#: ../rules/base.extras.xml.in.h:49 +#: ../rules/base.extras.xml.in.h:50 msgid "English (US, international AltGr Unicode combining, alternative)" msgstr "Английская (США, международная, объединённая с юникодным AltGr, альтернативная)" -#: ../rules/base.extras.xml.in.h:50 +#: ../rules/base.extras.xml.in.h:51 msgid "Atsina" msgstr "Атсинская" -#: ../rules/base.extras.xml.in.h:51 +#: ../rules/base.extras.xml.in.h:52 msgid "Coeur d'Alene Salish" msgstr "Салишская Кёр-д’Ален" -#: ../rules/base.extras.xml.in.h:52 +#: ../rules/base.extras.xml.in.h:53 msgid "Czech Slovak and German (US)" msgstr "Чехословацкая и немецкая (США)" -#: ../rules/base.extras.xml.in.h:53 +#: ../rules/base.extras.xml.in.h:54 msgid "English (US, Sun Type 6/7)" msgstr "Английская (США, Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:54 +#: ../rules/base.extras.xml.in.h:55 msgid "English (Norman)" msgstr "Английская (нормандская)" -#: ../rules/base.extras.xml.in.h:57 +#: ../rules/base.extras.xml.in.h:58 msgid "Polish (international with dead keys)" msgstr "Польская (международная со спец. клавишами)" -#: ../rules/base.extras.xml.in.h:58 +#: ../rules/base.extras.xml.in.h:59 msgid "Polish (Colemak)" msgstr "Польская (Коулмак)" -#: ../rules/base.extras.xml.in.h:59 +#: ../rules/base.extras.xml.in.h:60 msgid "Polish (Sun Type 6/7)" msgstr "Польская (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:63 +#: ../rules/base.extras.xml.in.h:64 msgid "Crimean Tatar (Dobruja Q)" msgstr "Крымско-татарская (Dobruja Q)" -#: ../rules/base.extras.xml.in.h:64 +#: ../rules/base.extras.xml.in.h:65 msgid "Romanian (ergonomic Touchtype)" msgstr "Румынская (эргономичная для слепой печати)" -#: ../rules/base.extras.xml.in.h:65 +#: ../rules/base.extras.xml.in.h:66 msgid "Romanian (Sun Type 6/7)" msgstr "Румынская (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:68 +#: ../rules/base.extras.xml.in.h:69 msgid "Serbian (combining accents instead of dead keys)" msgstr "Сербская (объединённые надбуквенные знаки вместе спец. клавиш (dead keys))" -#: ../rules/base.extras.xml.in.h:71 +#: ../rules/base.extras.xml.in.h:72 msgid "Church Slavonic" msgstr "Старославянская" -#: ../rules/base.extras.xml.in.h:72 +#: ../rules/base.extras.xml.in.h:73 msgid "Russian (with Ukrainian-Belorussian layout)" msgstr "Русская (с украинско-белорусской раскладкой)" -#: ../rules/base.extras.xml.in.h:73 +#: ../rules/base.extras.xml.in.h:74 msgid "Russian (Sun Type 6/7)" msgstr "Русская (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:76 +#: ../rules/base.extras.xml.in.h:77 msgid "Armenian (OLPC phonetic)" msgstr "Армянская (фонетическая на OLPC)" -#: ../rules/base.extras.xml.in.h:79 +#: ../rules/base.extras.xml.in.h:80 msgid "Hebrew (Biblical, SIL phonetic)" msgstr "Иврит (Библейская, фонетическая SIL)" -#: ../rules/base.extras.xml.in.h:82 +#: ../rules/base.extras.xml.in.h:83 msgid "Arabic (Sun Type 6/7)" msgstr "Арабская (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:85 +#: ../rules/base.extras.xml.in.h:86 msgid "Belgian (Sun Type 6/7)" msgstr "Бельгийская (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:88 +#: ../rules/base.extras.xml.in.h:89 msgid "Portuguese (Brazil, Sun Type 6/7)" msgstr "Португальская (Бразилия, Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:91 +#: ../rules/base.extras.xml.in.h:92 msgid "Czech (Sun Type 6/7)" msgstr "Чешская (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:94 +#: ../rules/base.extras.xml.in.h:95 msgid "Danish (Sun Type 6/7)" msgstr "Датская (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:97 +#: ../rules/base.extras.xml.in.h:98 msgid "Dutch (Sun Type 6/7)" msgstr "Голландская (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:100 +#: ../rules/base.extras.xml.in.h:101 msgid "Estonian (Sun Type 6/7)" msgstr "Эстонская (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:103 +#: ../rules/base.extras.xml.in.h:104 msgid "Finnish (Sun Type 6/7)" msgstr "Финская (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:105 +#: ../rules/base.extras.xml.in.h:106 msgid "French (Sun Type 6/7)" msgstr "Французская (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:108 +#: ../rules/base.extras.xml.in.h:109 msgid "Greek (Sun Type 6/7)" msgstr "Греческая (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:111 +#: ../rules/base.extras.xml.in.h:112 msgid "Italian (Sun Type 6/7)" msgstr "Итальянская (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:114 +#: ../rules/base.extras.xml.in.h:115 msgid "Japanese (Sun Type 6)" msgstr "Японская (Sun Type 6)" -#: ../rules/base.extras.xml.in.h:115 +#: ../rules/base.extras.xml.in.h:116 msgid "Japanese (Sun Type 7 - pc compatible)" msgstr "Японская (Sun Type 7, совместимая с pc)" -#: ../rules/base.extras.xml.in.h:116 +#: ../rules/base.extras.xml.in.h:117 msgid "Japanese (Sun Type 7 - sun compatible)" msgstr "Японская (Sun Type 7, совместимая с sun)" -#: ../rules/base.extras.xml.in.h:119 +#: ../rules/base.extras.xml.in.h:120 msgid "Norwegian (Sun Type 6/7)" msgstr "Норвежская (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:121 +#: ../rules/base.extras.xml.in.h:122 msgid "Portuguese (Sun Type 6/7)" msgstr "Португальская (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:124 +#: ../rules/base.extras.xml.in.h:125 msgid "Slovak (Sun Type 6/7)" msgstr "Словацкая (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:127 +#: ../rules/base.extras.xml.in.h:128 msgid "Spanish (Sun Type 6/7)" msgstr "Испанская (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:130 +#: ../rules/base.extras.xml.in.h:131 msgid "Swedish (Dvorak A5)" msgstr "Шведская (дворак A5)" -#: ../rules/base.extras.xml.in.h:131 +#: ../rules/base.extras.xml.in.h:132 msgid "Swedish (Sun Type 6/7)" msgstr "Шведская (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:133 +#: ../rules/base.extras.xml.in.h:134 msgid "German (Switzerland, Sun Type 6/7)" msgstr "Немецкая (Швейцария, Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:134 +#: ../rules/base.extras.xml.in.h:135 msgid "French (Switzerland, Sun Type 6/7)" msgstr "Французская (Швейцария, Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:137 +#: ../rules/base.extras.xml.in.h:138 msgid "Turkish (Sun Type 6/7)" msgstr "Турецкая (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:140 +#: ../rules/base.extras.xml.in.h:141 msgid "Ukrainian (Sun Type 6/7)" msgstr "Украинская (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:142 +#: ../rules/base.extras.xml.in.h:143 msgid "English (UK, Sun Type 6/7)" msgstr "Английская (Великобритания, Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:145 +#: ../rules/base.extras.xml.in.h:146 msgid "Korean (Sun Type 6/7)" msgstr "Корейская (Sun Type 6/7)" #. Keyboard indicator for European layouts -#: ../rules/base.extras.xml.in.h:147 +#: ../rules/base.extras.xml.in.h:148 msgid "eu" msgstr "eu" -#: ../rules/base.extras.xml.in.h:148 +#: ../rules/base.extras.xml.in.h:149 msgid "EurKEY (US based layout with european letters)" msgstr "EurKEY (раскладка на основе США с европейскими буквами)" +#: ../rules/base.extras.xml.in.h:152 +msgid "Mmuock" +msgstr "Mmuock" + +#~ msgid "Shift with numeric keypad keys works as in MS Windows" +#~ msgstr "Клавиша Shift с клавишами цифровой клавиатуры работают также как в MS Windows" + #~ msgid "Bengali" #~ msgstr "Бенгальская" diff --git a/xorg-server/xkeyboard-config/po/sv.po b/xorg-server/xkeyboard-config/po/sv.po index 4de4ce8e4..8954a4c2f 100644 --- a/xorg-server/xkeyboard-config/po/sv.po +++ b/xorg-server/xkeyboard-config/po/sv.po @@ -1,3877 +1,4385 @@ # Swedish messages for xkeyboard-config. -# Copyright (C) 2004-2012 Free Software Foundation, Inc. +# Copyright (C) 2004-2015 Free Software Foundation, Inc. # This file is distributed under the same license as the xkeyboard-config package. # Christian Rose , 2004. # Daniel Nylander , 2006, 2007, 2008, 2009, 2010, 2011, 2012. +# Anders Jonsson , 2014, 2015. # msgid "" msgstr "" -"Project-Id-Version: xkeyboard-config 2.4.99\n" +"Project-Id-Version: xkeyboard-config 2.13.99\n" "Report-Msgid-Bugs-To: svu@users.sourceforge.net\n" -"POT-Creation-Date: 2012-01-17 20:46+0000\n" -"PO-Revision-Date: 2012-01-23 09:01+0100\n" -"Last-Translator: Daniel Nylander \n" +"POT-Creation-Date: 2015-01-15 01:16+0000\n" +"PO-Revision-Date: 2015-01-25 20:50+0100\n" +"Last-Translator: Anders Jonsson \n" "Language-Team: Swedish \n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.7.3\n" #: ../rules/base.xml.in.h:1 -msgid "<Less/Greater>" -msgstr "<Mindre än/Större än>" +msgid "Generic 101-key PC" +msgstr "Allmän 101-tangenters PC" #: ../rules/base.xml.in.h:2 -msgid "<Less/Greater> chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" -msgstr "<Mindre än/Större än> väljer tredje nivån, låses när nedtryckt tillsammans med annan tredjenivåväljare" +msgid "Generic 102-key (Intl) PC" +msgstr "Allmän 102-tangenters (internationell) PC" #: ../rules/base.xml.in.h:3 -msgid "<Less/Greater> chooses 5th level, locks when pressed together with another 5th-level-chooser" -msgstr "<Mindre än/Större än> väljer femte nivån, låses när nedtryckt tillsammans med en annan femtenivåväljare" +msgid "Generic 104-key PC" +msgstr "Allmän 104-tangenters PC" #: ../rules/base.xml.in.h:4 -msgid "A4Tech KB-21" -msgstr "A4Tech KB-21" +msgid "Generic 105-key (Intl) PC" +msgstr "Allmän 105-tangenters (internationell) PC" #: ../rules/base.xml.in.h:5 -msgid "A4Tech KBS-8" -msgstr "A4Tech KBS-8" +msgid "Dell 101-key PC" +msgstr "Dell 101-tangenters PC" #: ../rules/base.xml.in.h:6 -msgid "A4Tech Wireless Desktop RFKB-23" -msgstr "A4Tech Wireless Desktop RFKB-23" +msgid "Dell Latitude series laptop" +msgstr "Bärbar Dell Latitude-serien" #: ../rules/base.xml.in.h:7 -msgid "ATM/phone-style" -msgstr "Knappsats/telefonliknande" +msgid "Dell Precision M65" +msgstr "Dell Precision M65" #: ../rules/base.xml.in.h:8 -msgid "Acer AirKey V" -msgstr "Acer AirKey V" +msgid "Everex STEPnote" +msgstr "Everex STEPnote" #: ../rules/base.xml.in.h:9 -msgid "Acer C300" -msgstr "Acer C300" +msgid "Keytronic FlexPro" +msgstr "Keytronic FlexPro" #: ../rules/base.xml.in.h:10 -msgid "Acer Ferrari 4000" -msgstr "Acer Ferrari 4000" +msgid "Microsoft Natural" +msgstr "Microsoft Natural" #: ../rules/base.xml.in.h:11 -msgid "Acer Laptop" -msgstr "Bärbar Acer-dator" +msgid "Northgate OmniKey 101" +msgstr "Northgate OmniKey 101" #: ../rules/base.xml.in.h:12 -msgid "Add the standard behavior to Menu key" -msgstr "Lägg till standardbeteendet till Meny-tangenten" +msgid "Winbook Model XP5" +msgstr "Winbook Model XP5" #: ../rules/base.xml.in.h:13 -msgid "Adding Esperanto circumflexes (supersigno)" -msgstr "Lägger till Esperanto-circumflex (supersigno)" +msgid "PC-98xx Series" +msgstr "PC-98xx-serien" #: ../rules/base.xml.in.h:14 -msgid "Adding currency signs to certain keys" -msgstr "Lägger till valutatecken till vissa tangenter" +msgid "A4Tech KB-21" +msgstr "A4Tech KB-21" #: ../rules/base.xml.in.h:15 -msgid "Advance Scorpius KI" -msgstr "Advance Scorpius KI" +msgid "A4Tech KBS-8" +msgstr "A4Tech KBS-8" #: ../rules/base.xml.in.h:16 -msgid "Afghani" -msgstr "Afganska" +msgid "A4Tech Wireless Desktop RFKB-23" +msgstr "A4Tech Wireless Desktop RFKB-23" #: ../rules/base.xml.in.h:17 -msgid "Akan" -msgstr "Akan" +msgid "Acer AirKey V" +msgstr "Acer AirKey V" #: ../rules/base.xml.in.h:18 -msgid "Albanian" -msgstr "Albanska" +msgid "Azona RF2300 wireless Internet Keyboard" +msgstr "Azona RF2300 trådlöst internettangentbord" #: ../rules/base.xml.in.h:19 -msgid "Alt and Meta are on Alt keys" -msgstr "Alt och Meta finns på Alt-tangenterna" +msgid "Advance Scorpius KI" +msgstr "Advance Scorpius KI" #: ../rules/base.xml.in.h:20 -msgid "Alt is mapped to Right Win, Super to Menu" -msgstr "Alt är mappad till högra Win-tangenten och Super till Meny" +msgid "Brother Internet Keyboard" +msgstr "Brother Internettangentbord" #: ../rules/base.xml.in.h:21 -msgid "Alt+Caps Lock" -msgstr "Alt+Caps Lock" +msgid "BTC 5113RF Multimedia" +msgstr "BTC 5113RF Multimedia" #: ../rules/base.xml.in.h:22 -msgid "Alt+Ctrl" -msgstr "Alt+Ctrl" +msgid "BTC 5126T" +msgstr "BTC 5126T" #: ../rules/base.xml.in.h:23 -msgid "Alt+Shift" -msgstr "Alt+Skift" +msgid "BTC 6301URF" +msgstr "BTC 6301URF" #: ../rules/base.xml.in.h:24 -msgid "Alt+Space" -msgstr "Alt+Blanksteg" +msgid "BTC 9000" +msgstr "BTC 9000" #: ../rules/base.xml.in.h:25 -msgid "Alt/Win key behavior" -msgstr "Alt/Win-tangentbeteende" +msgid "BTC 9000A" +msgstr "BTC 9000A" #: ../rules/base.xml.in.h:26 -msgid "Amharic" -msgstr "Amhariska" +msgid "BTC 9001AH" +msgstr "BTC 9001AH" #: ../rules/base.xml.in.h:27 -msgid "Any Alt key" -msgstr "Valfri Alt-tangent" +msgid "BTC 5090" +msgstr "BTC 5090" #: ../rules/base.xml.in.h:28 -msgid "Any Win key" -msgstr "Valfri Win-tangent" +msgid "BTC 9019U" +msgstr "BTC 9019U" #: ../rules/base.xml.in.h:29 -msgid "Any Win key (while pressed)" -msgstr "Valfri Win-tangent (då den trycks ned)" +msgid "BTC 9116U Mini Wireless Internet and Gaming" +msgstr "BTC 9116U Mini Wireless Internet and Gaming" #: ../rules/base.xml.in.h:30 -msgid "Apple" -msgstr "Apple" +msgid "Cherry Blue Line CyBo@rd" +msgstr "Cherry Blue Line CyBo@rd" #: ../rules/base.xml.in.h:31 -msgid "Apple Aluminium Keyboard (ANSI)" -msgstr "Apple aluminiumtangentbord (ANSI)" +msgid "Cherry CyMotion Master XPress" +msgstr "Cherry CyMotion Master XPress" #: ../rules/base.xml.in.h:32 -msgid "Apple Aluminium Keyboard (ISO)" -msgstr "Apple aluminiumtangentbord (ISO)" +msgid "Cherry Blue Line CyBo@rd (alternate option)" +msgstr "Cherry Blue Line CyBo@rd (alternativ)" #: ../rules/base.xml.in.h:33 -msgid "Apple Aluminium Keyboard (JIS)" -msgstr "Apple aluminiumtangentbord (JIS)" +msgid "Cherry CyBo@rd USB-Hub" +msgstr "Cherry CyBo@rd USB-hubb" #: ../rules/base.xml.in.h:34 -msgid "Apple Aluminium Keyboard: emulate PC keys (Print, Scroll Lock, Pause, Num Lock)" -msgstr "Apple aluminiumtangentbord: emulera PC-tangenter (Print, Scroll Lock, Pause, Num Lock)" +msgid "Cherry CyMotion Expert" +msgstr "Cherry CyMotion Expert" #: ../rules/base.xml.in.h:35 -msgid "Apple Laptop" -msgstr "Bärbar Apple-dator" +msgid "Cherry B.UNLIMITED" +msgstr "Cherry B.UNLIMITED" #: ../rules/base.xml.in.h:36 -msgid "Arabic" -msgstr "Arabiska" +msgid "Chicony Internet Keyboard" +msgstr "Chicony Internettangentbord" #: ../rules/base.xml.in.h:37 -msgid "Arabic (Buckwalter)" -msgstr "Arabiska (Buckwalter)" +msgid "Chicony KU-0108" +msgstr "Chicony KU-0108" #: ../rules/base.xml.in.h:38 -msgid "Arabic (Morocco)" -msgstr "Arabiska (Marocko)" +msgid "Chicony KU-0420" +msgstr "Chicony KU-0420" #: ../rules/base.xml.in.h:39 -msgid "Arabic (Pakistan)" -msgstr "Arabiska (Pakistan)" +msgid "Chicony KB-9885" +msgstr "Chicony KB-9885" #: ../rules/base.xml.in.h:40 -msgid "Arabic (Syria)" -msgstr "Arabiska (Syrien)" +msgid "Compaq Easy Access Keyboard" +msgstr "Compaq Easy Access-tangentbord" #: ../rules/base.xml.in.h:41 -msgid "Arabic (azerty)" -msgstr "Arabiska (azerty)" +msgid "Compaq Internet Keyboard (7 keys)" +msgstr "Compaq Internettangentbord (7 tangenter)" #: ../rules/base.xml.in.h:42 -msgid "Arabic (azerty/digits)" -msgstr "Arabiska (azerty/siffror)" +msgid "Compaq Internet Keyboard (13 keys)" +msgstr "Compaq Internettangentbord (13 tangenter)" #: ../rules/base.xml.in.h:43 -msgid "Arabic (digits)" -msgstr "Arabiska (siffror)" +msgid "Compaq Internet Keyboard (18 keys)" +msgstr "Compaq Internettangentbord (18 tangenter)" #: ../rules/base.xml.in.h:44 -msgid "Arabic (qwerty)" -msgstr "Arabiska (qwerty)" +msgid "Cherry CyMotion Master Linux" +msgstr "Cherry CyMotion Master Linux" #: ../rules/base.xml.in.h:45 -msgid "Arabic (qwerty/digits)" -msgstr "Arabiska (qwerty/siffror)" +msgid "Laptop/notebook Compaq (eg. Armada) Laptop Keyboard" +msgstr "Laptop-tangentbord för bärbar Compaq-dator (t.ex. Armada)" -#: ../rules/base.xml.in.h:46 ../rules/base.extras.xml.in.h:2 -msgid "Armenian" -msgstr "Armeniska" +#: ../rules/base.xml.in.h:46 +msgid "Laptop/notebook Compaq (eg. Presario) Internet Keyboard" +msgstr "Internettangentbord för bärbar Compaq-dator (t.ex. Presario)" #: ../rules/base.xml.in.h:47 -msgid "Armenian (alternative eastern)" -msgstr "Armeniska (Alternativ östlig)" +msgid "Compaq iPaq Keyboard" +msgstr "Compaq iPaq-tangentbord" #: ../rules/base.xml.in.h:48 -msgid "Armenian (alternative phonetic)" -msgstr "Armeniska (Alternativ fonetisk)" +msgid "Dell" +msgstr "Dell" #: ../rules/base.xml.in.h:49 -msgid "Armenian (eastern)" -msgstr "Armeniska (östlig)" +msgid "Dell SK-8125" +msgstr "Dell SK-8125" #: ../rules/base.xml.in.h:50 -msgid "Armenian (phonetic)" -msgstr "Armeniska (fonetisk)" +msgid "Dell SK-8135" +msgstr "Dell SK-8135" #: ../rules/base.xml.in.h:51 -msgid "Armenian (western)" -msgstr "Armeniska (västlig)" +msgid "Dell USB Multimedia Keyboard" +msgstr "Dell USB-multimediatangentbord" #: ../rules/base.xml.in.h:52 -msgid "Asturian (Spain, with bottom-dot H and bottom-dot L)" -msgstr "Asturiska (Spanien, med nederpunkts H och nederpunkts L)" +msgid "Dell Laptop/notebook Inspiron 6xxx/8xxx" +msgstr "Bärbar Dell Inspiron 6xxx/8xxx" #: ../rules/base.xml.in.h:53 -msgid "Asus Laptop" -msgstr "Bärbar Asus-dator" +msgid "Dell Laptop/notebook Precision M series" +msgstr "Bärbar Dell Precision M series" #: ../rules/base.xml.in.h:54 -msgid "At bottom left" -msgstr "Nere till vänster" +msgid "Dexxa Wireless Desktop Keyboard" +msgstr "Dexxa trådlöst skrivbordstangentbord" #: ../rules/base.xml.in.h:55 -msgid "At left of 'A'" -msgstr "Till vänster om \"A\"" +msgid "Diamond 9801 / 9802 series" +msgstr "Diamond 9801/9802-serien" #: ../rules/base.xml.in.h:56 -msgid "Avatime" -msgstr "Avatime" +msgid "DTK2000" +msgstr "DTK2000" #: ../rules/base.xml.in.h:57 -msgid "Azerbaijani" -msgstr "Azerbajdzjanska" +msgid "Ennyah DKB-1008" +msgstr "Ennyah DKB-1008" #: ../rules/base.xml.in.h:58 -msgid "Azerbaijani (Cyrillic)" -msgstr "Azerbajdzjanska (Kyrillisk)" +msgid "Fujitsu-Siemens Computers AMILO laptop" +msgstr "Fujitsu-Siemens Computers AMILO bärbar dator" #: ../rules/base.xml.in.h:59 -msgid "Azona RF2300 wireless Internet Keyboard" -msgstr "Azona RF2300 trådlöst internettangentbord" +msgid "Genius Comfy KB-16M / Genius MM Keyboard KWD-910" +msgstr "Genius Comfy KB-16M / Genius MM-tangentbord KWD-910" #: ../rules/base.xml.in.h:60 -msgid "BTC 5090" -msgstr "BTC 5090" +msgid "Genius Comfy KB-12e" +msgstr "Genius Comfy KB-12e" #: ../rules/base.xml.in.h:61 -msgid "BTC 5113RF Multimedia" -msgstr "BTC 5113RF Multimedia" +msgid "Genius Comfy KB-21e-Scroll" +msgstr "Genius Comfy KB-21e-Scroll" #: ../rules/base.xml.in.h:62 -msgid "BTC 5126T" -msgstr "BTC 5126T" +msgid "Genius KB-19e NB" +msgstr "Genius KB-19e NB" #: ../rules/base.xml.in.h:63 -msgid "BTC 6301URF" -msgstr "BTC 6301URF" +msgid "Genius KKB-2050HS" +msgstr "Genius KKB-2050HS" #: ../rules/base.xml.in.h:64 -msgid "BTC 9000" -msgstr "BTC 9000" +msgid "Gyration" +msgstr "Gyration" #: ../rules/base.xml.in.h:65 -msgid "BTC 9000A" -msgstr "BTC 9000A" +msgid "HTC Dream" +msgstr "HTC Dream" #: ../rules/base.xml.in.h:66 -msgid "BTC 9001AH" -msgstr "BTC 9001AH" +msgid "Kinesis" +msgstr "Kinesis" #: ../rules/base.xml.in.h:67 -msgid "BTC 9019U" -msgstr "BTC 9019U" +msgid "Logitech Generic Keyboard" +msgstr "Logitech Generic Keyboard" #: ../rules/base.xml.in.h:68 -msgid "BTC 9116U Mini Wireless Internet and Gaming" -msgstr "BTC 9116U Mini Wireless Internet and Gaming" +msgid "Logitech G15 extra keys via G15daemon" +msgstr "Logitech G15 extratangenter via G15daemon" #: ../rules/base.xml.in.h:69 -msgid "Backslash" -msgstr "Omvänt snedstreck" +msgid "Hewlett-Packard Internet Keyboard" +msgstr "Hewlett-Packard Internettangentbord" #: ../rules/base.xml.in.h:70 -msgid "Backslash chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" -msgstr "Omvänt snedstreck väljer tredje nivån, låses när nedtryckt tillsammans med en annan tredjenivåväljare" +msgid "Hewlett-Packard SK-250x Multimedia Keyboard" +msgstr "Hewlett-Packard SK-250x Multimedia Keyboard" #: ../rules/base.xml.in.h:71 -msgid "Bambara" -msgstr "Bambara" +msgid "Hewlett-Packard Omnibook XE3 GC" +msgstr "Hewlett-Packard Omnibook XE3 GC" #: ../rules/base.xml.in.h:72 -msgid "Bashkirian" -msgstr "Basjkiriska" +msgid "Hewlett-Packard Omnibook XE3 GF" +msgstr "Hewlett-Packard Omnibook XE3 GF" #: ../rules/base.xml.in.h:73 -msgid "Belarusian" -msgstr "Vitryska" +msgid "Hewlett-Packard Omnibook XT1000" +msgstr "Hewlett-Packard Omnibook XT1000" #: ../rules/base.xml.in.h:74 -msgid "Belarusian (Latin)" -msgstr "Vitryska (latin)" +msgid "Hewlett-Packard Pavilion dv5" +msgstr "Hewlett-Packard Pavilion dv5" #: ../rules/base.xml.in.h:75 -msgid "Belarusian (legacy)" -msgstr "Vitryska (äldre)" +msgid "Hewlett-Packard Pavilion ZT11xx" +msgstr "Hewlett-Packard Pavilion ZT11xx" #: ../rules/base.xml.in.h:76 -msgid "Belgian" -msgstr "Belgisk" +msgid "Hewlett-Packard Omnibook 500 FA" +msgstr "Hewlett-Packard Omnibook 500 FA" #: ../rules/base.xml.in.h:77 -msgid "Belgian (ISO alternate)" -msgstr "Belgisk (ISO-alternativ)" +msgid "Hewlett-Packard Omnibook 5xx" +msgstr "Hewlett-Packard Omnibook 5xx" #: ../rules/base.xml.in.h:78 -msgid "Belgian (Sun dead keys)" -msgstr "Belgisk (Sun stumma tangenter)" +msgid "Hewlett-Packard nx9020" +msgstr "Hewlett-Packard nx9020" #: ../rules/base.xml.in.h:79 -msgid "Belgian (Wang model 724 azerty)" -msgstr "Belgisk (Wang modell 724 azerty)" +msgid "Hewlett-Packard Omnibook 6000/6100" +msgstr "Hewlett-Packard Omnibook 6000/6100" #: ../rules/base.xml.in.h:80 -msgid "Belgian (alternative)" -msgstr "Belgisk (alternativ)" +msgid "Honeywell Euroboard" +msgstr "Honeywell Euroboard" #: ../rules/base.xml.in.h:81 -msgid "Belgian (alternative, Sun dead keys)" -msgstr "Belgisk (alternativ, Sun stumma tangenter)" +msgid "Hewlett-Packard Mini 110 Notebook" +msgstr "Bärbar Hewlett-Packard Mini 110" #: ../rules/base.xml.in.h:82 -msgid "Belgian (alternative, latin-9 only)" -msgstr "Belgisk (alternativ, endast latin-9)" +msgid "IBM Rapid Access" +msgstr "IBM Rapid Access" #: ../rules/base.xml.in.h:83 -msgid "Belgian (eliminate dead keys)" -msgstr "Belgisk (eliminera stumma tangenter)" +msgid "IBM Rapid Access II" +msgstr "IBM Rapid Access II" #: ../rules/base.xml.in.h:84 -msgid "BenQ X-Touch" -msgstr "BenQ X-Touch" +msgid "IBM ThinkPad 560Z/600/600E/A22E" +msgstr "IBM ThinkPad 560Z/600/600E/A22E" #: ../rules/base.xml.in.h:85 -msgid "BenQ X-Touch 730" -msgstr "BenQ X-Touch 730" +msgid "IBM ThinkPad R60/T60/R61/T61" +msgstr "IBM ThinkPad R60/T60/R61/T61" #: ../rules/base.xml.in.h:86 -msgid "BenQ X-Touch 800" -msgstr "BenQ X-Touch 800" +msgid "IBM ThinkPad Z60m/Z60t/Z61m/Z61t" +msgstr "IBM ThinkPad Z60m/Z60t/Z61m/Z61t" #: ../rules/base.xml.in.h:87 -msgid "Bengali" -msgstr "Bengalisk" +msgid "IBM Space Saver" +msgstr "IBM Space Saver" #: ../rules/base.xml.in.h:88 -msgid "Bengali (India)" -msgstr "Bengali (Indien)" +msgid "Logitech Access Keyboard" +msgstr "Logitech Access Keyboard" #: ../rules/base.xml.in.h:89 -msgid "Bengali (India, Baishakhi Inscript)" -msgstr "Bengali (Indien, Baishakhi Inscript)" +msgid "Logitech Cordless Desktop LX-300" +msgstr "Logitech Cordless Desktop LX-300" #: ../rules/base.xml.in.h:90 -msgid "Bengali (India, Baishakhi)" -msgstr "Bengali (Indien, Baishakhi)" +msgid "Logitech Internet 350 Keyboard" +msgstr "Logitech Internet 350 Keyboard" #: ../rules/base.xml.in.h:91 -msgid "Bengali (India, Bornona)" -msgstr "Bengali (Indien, Bornona)" +msgid "Logitech Media Elite Keyboard" +msgstr "Logitech Media Elite Keyboard" #: ../rules/base.xml.in.h:92 -msgid "Bengali (India, Probhat)" -msgstr "Bengali (Indien, Probhat)" +msgid "Logitech Cordless Desktop" +msgstr "Logitech Cordless Desktop" #: ../rules/base.xml.in.h:93 -msgid "Bengali (India, Uni Gitanjali)" -msgstr "Bengali (Indien, Uni Gitanjali)" +msgid "Logitech Cordless Desktop iTouch" +msgstr "Logitech Cordless Desktop iTouch" #: ../rules/base.xml.in.h:94 -msgid "Bengali (Probhat)" -msgstr "Bengali (Probhat)" +msgid "Logitech Cordless Desktop Navigator" +msgstr "Logitech Cordless Desktop Navigator" #: ../rules/base.xml.in.h:95 -msgid "Berber (Morocco, Tifinagh alternative phonetic)" -msgstr "Berberisk (Marocko, Tifinagh alternativ fonetisk)" +msgid "Logitech Cordless Desktop Optical" +msgstr "Logitech Cordless Desktop Optical" #: ../rules/base.xml.in.h:96 -msgid "Berber (Morocco, Tifinagh alternative)" -msgstr "Berberisk (Marocko, Tifinagh alternativ)" +msgid "Logitech Cordless Desktop (alternate option)" +msgstr "Logitech Cordless Desktop (alternativ)" #: ../rules/base.xml.in.h:97 -msgid "Berber (Morocco, Tifinagh extended phonetic)" -msgstr "Berberisk (Marocko, Tifinagh utökad fonetisk)" +msgid "Logitech Cordless Desktop Pro (alternate option 2)" +msgstr "Logitech Cordless Desktop Pro (alternativt val 2)" #: ../rules/base.xml.in.h:98 -msgid "Berber (Morocco, Tifinagh extended)" -msgstr "Berberisk (Marocko, Tifinagh utökad)" +msgid "Logitech Cordless Freedom/Desktop Navigator" +msgstr "Logitech Cordless Freedom/Desktop Navigator" #: ../rules/base.xml.in.h:99 -msgid "Berber (Morocco, Tifinagh phonetic)" -msgstr "Berberisk (Marocko, Tifinagh fonetisk)" +msgid "Logitech iTouch Cordless Keyboard (model Y-RB6)" +msgstr "Logitech iTouch Cordless Keyboard (modell Y-RB6)" #: ../rules/base.xml.in.h:100 -msgid "Berber (Morocco, Tifinagh)" -msgstr "Berberisk (Marocko, Tifinagh)" +msgid "Logitech Internet Keyboard" +msgstr "Logitech Internettangentbord" #: ../rules/base.xml.in.h:101 -msgid "Bosnian" -msgstr "Bosnisk" +msgid "Logitech iTouch" +msgstr "Logitech iTouch" #: ../rules/base.xml.in.h:102 -msgid "Bosnian (US keyboard with Bosnian digraphs)" -msgstr "Bosnisk (USA-tangentbord med bosniska digrafer)" +msgid "Logitech Internet Navigator Keyboard" +msgstr "Logitech Internet Navigator-tangentbord" #: ../rules/base.xml.in.h:103 -msgid "Bosnian (US keyboard with Bosnian letters)" -msgstr "Bosnisk (USA-tangentbord med bosniska bokstäver)" +msgid "Logitech Cordless Desktop EX110" +msgstr "Logitech Cordless Desktop EX110" #: ../rules/base.xml.in.h:104 -msgid "Bosnian (use Bosnian digraphs)" -msgstr "Bosnisk (Använd bosniska digrafer)" +msgid "Logitech iTouch Internet Navigator Keyboard SE" +msgstr "Logitech iTouch Internet Navigator Keyboard SE" #: ../rules/base.xml.in.h:105 -msgid "Bosnian (use guillemets for quotes)" -msgstr "Bosnisk (Använd gåsögon för citattecken)" +msgid "Logitech iTouch Internet Navigator Keyboard SE (USB)" +msgstr "Logitech iTouch Internet Navigator Keyboard SE (USB)" #: ../rules/base.xml.in.h:106 -msgid "Both Alt keys together" -msgstr "Båda Alt-tangenterna tillsammans" +msgid "Logitech Ultra-X Keyboard" +msgstr "Logitech Ultra-X Keyboard" #: ../rules/base.xml.in.h:107 -msgid "Both Ctrl keys together" -msgstr "Båda Ctrl-tangenterna tillsammans" +msgid "Logitech Ultra-X Cordless Media Desktop Keyboard" +msgstr "Logitech Ultra-X Cordless Media Desktop Keyboard" #: ../rules/base.xml.in.h:108 -msgid "Both Shift keys together" -msgstr "Båda Skift-tangenterna tillsammans" +msgid "Logitech diNovo Keyboard" +msgstr "Logitech diNovo Keyboard" #: ../rules/base.xml.in.h:109 -msgid "Both Shift-Keys together activate Caps Lock, one Shift-Key deactivates" -msgstr "Båda Skift-tangenterna tillsammans aktiverar Caps Lock, en Shift-tangent inaktiverar" +msgid "Logitech diNovo Edge Keyboard" +msgstr "Logitech diNovo Edge Keyboard" #: ../rules/base.xml.in.h:110 -msgid "Both Shift-Keys together toggle Caps Lock" -msgstr "Båda Skift-tangenterna tillsammans växlar Caps Lock" +msgid "Memorex MX1998" +msgstr "Memorex MX1998" #: ../rules/base.xml.in.h:111 -msgid "Both Shift-Keys together toggle ShiftLock" -msgstr "Båda Skift-tangenterna tillsammans växlar ShiftLock" +msgid "Memorex MX2500 EZ-Access Keyboard" +msgstr "Memorex MX2500 EZ-Access-tangentbord" #: ../rules/base.xml.in.h:112 -msgid "Braille" -msgstr "Punktskrift" +msgid "Memorex MX2750" +msgstr "Memorex MX2750" #: ../rules/base.xml.in.h:113 -msgid "Braille (left hand)" -msgstr "Punktskrift (vänster hand)" +msgid "Microsoft Natural Ergonomic Keyboard 4000" +msgstr "Microsoft Natural Wireless Ergonomic Keyboard 4000" #: ../rules/base.xml.in.h:114 -msgid "Braille (right hand)" -msgstr "Punktskrift (höger hand)" +msgid "Microsoft Natural Wireless Ergonomic Keyboard 7000" +msgstr "Microsoft Natural Wireless Ergonomic Keyboard 7000" #: ../rules/base.xml.in.h:115 -msgid "Brother Internet Keyboard" -msgstr "Brother Internettangentbord" +msgid "Microsoft Internet Keyboard" +msgstr "Microsoft Internet Keyboard" #: ../rules/base.xml.in.h:116 -msgid "Bulgarian" -msgstr "Bulgarisk" +msgid "Microsoft Natural Keyboard Pro / Microsoft Internet Keyboard Pro" +msgstr "Microsoft Natural Keyboard Pro / Microsoft Internet Keyboard Pro" #: ../rules/base.xml.in.h:117 -msgid "Bulgarian (new phonetic)" -msgstr "Bulgarisk (ny fonetisk)" +msgid "Microsoft Natural Keyboard Pro USB / Microsoft Internet Keyboard Pro" +msgstr "Microsoft Natural Keyboard Pro USB / Microsoft Internet Keyboard Pro" #: ../rules/base.xml.in.h:118 -msgid "Bulgarian (traditional phonetic)" -msgstr "Bulgarisk (traditionell fonetisk)" +msgid "Microsoft Natural Keyboard Pro OEM" +msgstr "Microsoft Natural Keyboard Pro OEM" #: ../rules/base.xml.in.h:119 -msgid "Burmese" -msgstr "Burmesisk" +msgid "ViewSonic KU-306 Internet Keyboard" +msgstr "ViewSonic KU-306 internettangentbord" #: ../rules/base.xml.in.h:120 -msgid "Cameroon Multilingual (Dvorak)" -msgstr "Kamerun flerspråkig (Dvorak)" +msgid "Microsoft Internet Keyboard Pro, Swedish" +msgstr "Microsoft Internet Keyboard Pro, svensk" #: ../rules/base.xml.in.h:121 -msgid "Cameroon Multilingual (azerty)" -msgstr "Kamerun flerspråkig (azerty)" +msgid "Microsoft Office Keyboard" +msgstr "Microsoft Office-tangentbord" #: ../rules/base.xml.in.h:122 -msgid "Cameroon Multilingual (qwerty)" -msgstr "Kamerun flerspråkig (qwerty)" +msgid "Microsoft Wireless Multimedia Keyboard 1.0A" +msgstr "Microsoft Wireless Multimedia Keyboard 1.0A" #: ../rules/base.xml.in.h:123 -msgid "Canadian Multilingual" -msgstr "Kanadensisk flerspråkig" +msgid "Microsoft Natural Keyboard Elite" +msgstr "Microsoft Natural Keyboard Elite" #: ../rules/base.xml.in.h:124 -msgid "Canadian Multilingual (first part)" -msgstr "Kanadensisk flerspråkig (första delen)" +msgid "Microsoft Comfort Curve Keyboard 2000" +msgstr "Microsoft Comfort Curve Keyboard 2000" #: ../rules/base.xml.in.h:125 -msgid "Canadian Multilingual (second part)" -msgstr "Kanadensisk flerspråkig (andra delen)" +msgid "Ortek MCK-800 MM/Internet keyboard" +msgstr "Ortek MCK-800 MM/Internet-tangentbord" #: ../rules/base.xml.in.h:126 -msgid "Caps Lock" -msgstr "Caps Lock" +msgid "Propeller Voyager (KTEZ-1000)" +msgstr "Propeller Voyager (KTEZ-1000)" #: ../rules/base.xml.in.h:127 -msgid "Caps Lock (to first layout), Shift+Caps Lock (to last layout)" -msgstr "Caps Lock (till första layouten), Skift+Caps Lock (till sista layouten)" +msgid "QTronix Scorpius 98N+" +msgstr "QTronix Scorpius 98N+" #: ../rules/base.xml.in.h:128 -msgid "Caps Lock (while pressed), Alt+Caps Lock does the original capslock action" -msgstr "Caps Lock (när den trycks ned), Alt+Caps Lock gör ursprunglig capslock-åtgärd" +msgid "Samsung SDM 4500P" +msgstr "Samsung SDM 4500P" #: ../rules/base.xml.in.h:129 -msgid "Caps Lock acts as Shift with locking. Shift \"pauses\" Caps Lock" -msgstr "Caps Lock fungerar som Skift med låsning. Skift \"pausar\" Caps Lock" +msgid "Samsung SDM 4510P" +msgstr "Samsung SDM 4510P" #: ../rules/base.xml.in.h:130 -msgid "Caps Lock acts as Shift with locking. Shift doesn't affect Caps Lock" -msgstr "Caps Lock fungerar som Skift med låsning. Skift påverkar inte Caps Lock" +msgid "Sanwa Supply SKB-KG3" +msgstr "Sanwa Supply SKB-KG3" #: ../rules/base.xml.in.h:131 -msgid "Caps Lock as Ctrl" -msgstr "Caps Lock som Ctrl" +msgid "SK-1300" +msgstr "SK-1300" #: ../rules/base.xml.in.h:132 -msgid "Caps Lock chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" -msgstr "Caps Lock väljer tredje nivån, låses när nedtryckt tillsammans med en annan tredjenivåväljare" +msgid "SK-2500" +msgstr "SK-2500" #: ../rules/base.xml.in.h:133 -msgid "Caps Lock is disabled" -msgstr "Caps Lock är inaktiverad" +msgid "SK-6200" +msgstr "SK-6200" #: ../rules/base.xml.in.h:134 -msgid "Caps Lock key behavior" -msgstr "Beteende för Caps Lock-tangenten" +msgid "SK-7100" +msgstr "SK-7100" #: ../rules/base.xml.in.h:135 -msgid "Caps Lock toggles Shift so all keys are affected" -msgstr "Caps Lock växlar Skift så alla tangenter påverkas" +msgid "Super Power Multimedia Keyboard" +msgstr "Super Power Multimedia Keyboard" #: ../rules/base.xml.in.h:136 -msgid "Caps Lock toggles normal capitalization of alphabetic characters" -msgstr "Caps Lock växlar normalt skiftläge på alfabetiska tecken" +msgid "SVEN Ergonomic 2500" +msgstr "SVEN Ergonomic 2500" #: ../rules/base.xml.in.h:137 -msgid "Caps Lock uses internal capitalization. Shift \"pauses\" Caps Lock" -msgstr "Caps Lock använder intern skiftlägesstyrning. Skift \"pausar\" Caps Lock" +msgid "SVEN Slim 303" +msgstr "SVEN Slim 303" #: ../rules/base.xml.in.h:138 -msgid "Caps Lock uses internal capitalization. Shift doesn't affect Caps Lock" -msgstr "Caps Lock använder intern skiftlägesstyrning. Skift påverkar inte Caps Lock" +msgid "Symplon PaceBook (tablet PC)" +msgstr "Symplon PaceBook (tablet PC)" #: ../rules/base.xml.in.h:139 -msgid "Catalan" -msgstr "Katalansk" +msgid "Toshiba Satellite S3000" +msgstr "Toshiba Satellite S3000" #: ../rules/base.xml.in.h:140 -msgid "Catalan (Spain, with middle-dot L)" -msgstr "Katalanska (Spanien, med mittenpunkts L)" +msgid "Trust Wireless Keyboard Classic" +msgstr "Trust Wireless Keyboard Classic" #: ../rules/base.xml.in.h:141 -msgid "Cherokee" -msgstr "Cherokee" +msgid "Trust Direct Access Keyboard" +msgstr "Trust Direct Access-tangentbord" #: ../rules/base.xml.in.h:142 -msgid "Cherry B.UNLIMITED" -msgstr "Cherry B.UNLIMITED" +msgid "Trust Slimline" +msgstr "Trust Slimline" #: ../rules/base.xml.in.h:143 -msgid "Cherry Blue Line CyBo@rd" -msgstr "Cherry Blue Line CyBo@rd" +msgid "TypeMatrix EZ-Reach 2020" +msgstr "TypeMatrix EZ-Reach 2020" #: ../rules/base.xml.in.h:144 -msgid "Cherry Blue Line CyBo@rd (alternate option)" -msgstr "Cherry Blue Line CyBo@rd (alternativ)" +msgid "TypeMatrix EZ-Reach 2030 PS2" +msgstr "TypeMatrix EZ-Reach 2030 PS2" #: ../rules/base.xml.in.h:145 -msgid "Cherry CyBo@rd USB-Hub" -msgstr "Cherry CyBo@rd USB-hubb" +msgid "TypeMatrix EZ-Reach 2030 USB" +msgstr "TypeMatrix EZ-Reach 2030 USB" #: ../rules/base.xml.in.h:146 -msgid "Cherry CyMotion Expert" -msgstr "Cherry CyMotion Expert" +msgid "TypeMatrix EZ-Reach 2030 USB (102/105:EU mode)" +msgstr "TypeMatrix EZ-Reach 2030 USB (102/105:EU-läge)" #: ../rules/base.xml.in.h:147 -msgid "Cherry CyMotion Master Linux" -msgstr "Cherry CyMotion Master Linux" +msgid "TypeMatrix EZ-Reach 2030 USB (106:JP mode)" +msgstr "TypeMatrix EZ-Reach 2030 USB (106:JP-läge)" #: ../rules/base.xml.in.h:148 -msgid "Cherry CyMotion Master XPress" -msgstr "Cherry CyMotion Master XPress" +msgid "Yahoo! Internet Keyboard" +msgstr "Yahoo! Internettangentbord" #: ../rules/base.xml.in.h:149 -msgid "Chicony Internet Keyboard" -msgstr "Chicony Internettangentbord" +msgid "MacBook/MacBook Pro" +msgstr "MacBook/MacBook Pro" #: ../rules/base.xml.in.h:150 -msgid "Chicony KB-9885" -msgstr "Chicony KB-9885" +msgid "MacBook/MacBook Pro (Intl)" +msgstr "MacBook/MacBook Pro (Intl)" #: ../rules/base.xml.in.h:151 -msgid "Chicony KU-0108" -msgstr "Chicony KU-0108" +msgid "Macintosh" +msgstr "Macintosh" #: ../rules/base.xml.in.h:152 -msgid "Chicony KU-0420" -msgstr "Chicony KU-0420" +msgid "Macintosh Old" +msgstr "Macintosh gammal" #: ../rules/base.xml.in.h:153 -msgid "Chinese" -msgstr "Kinesisk" +msgid "Happy Hacking Keyboard for Mac" +msgstr "Happy Hacking-tangentbord för Mac" #: ../rules/base.xml.in.h:154 -msgid "Chuvash" -msgstr "Tjuvasjiska" +msgid "Acer C300" +msgstr "Acer C300" #: ../rules/base.xml.in.h:155 -msgid "Chuvash (Latin)" -msgstr "Chuvash (Latin)" +msgid "Acer Ferrari 4000" +msgstr "Acer Ferrari 4000" #: ../rules/base.xml.in.h:156 -msgid "Classmate PC" -msgstr "Classmate PC" +msgid "Acer Laptop" +msgstr "Bärbar Acer-dator" #: ../rules/base.xml.in.h:157 -msgid "CloGaelach" -msgstr "CloGaelach" +msgid "Asus Laptop" +msgstr "Bärbar Asus-dator" #: ../rules/base.xml.in.h:158 -msgid "Compaq Easy Access Keyboard" -msgstr "Compaq Easy Access-tangentbord" +msgid "Apple" +msgstr "Apple" #: ../rules/base.xml.in.h:159 -msgid "Compaq Internet Keyboard (13 keys)" -msgstr "Compaq Internettangentbord (13 tangenter)" +msgid "Apple Laptop" +msgstr "Bärbar Apple-dator" #: ../rules/base.xml.in.h:160 -msgid "Compaq Internet Keyboard (18 keys)" -msgstr "Compaq Internettangentbord (18 tangenter)" +msgid "Apple Aluminium Keyboard (ANSI)" +msgstr "Apple aluminiumtangentbord (ANSI)" #: ../rules/base.xml.in.h:161 -msgid "Compaq Internet Keyboard (7 keys)" -msgstr "Compaq Internettangentbord (7 tangenter)" +msgid "Apple Aluminium Keyboard (ISO)" +msgstr "Apple aluminiumtangentbord (ISO)" #: ../rules/base.xml.in.h:162 -msgid "Compaq iPaq Keyboard" -msgstr "Compaq iPaq-tangentbord" +msgid "Apple Aluminium Keyboard (JIS)" +msgstr "Apple aluminiumtangentbord (JIS)" #: ../rules/base.xml.in.h:163 -msgid "Compose key position" -msgstr "Position för Compose-tangenten" +msgid "SILVERCREST Multimedia Wireless Keyboard" +msgstr "SILVERCREST Multimedia Wireless Keyboard" #: ../rules/base.xml.in.h:164 -msgid "Control + Alt + Backspace" -msgstr "Control + Alt + Backsteg" +msgid "Laptop/notebook eMachines m68xx" +msgstr "Bärbar eMachines m68xx" #: ../rules/base.xml.in.h:165 -msgid "Control is mapped to Alt keys, Alt is mapped to Win keys" -msgstr "Control är mappad till Alt-tangenterna, Alt-tangenten är mappad till Win-tangenterna" +msgid "BenQ X-Touch" +msgstr "BenQ X-Touch" #: ../rules/base.xml.in.h:166 -msgid "Control is mapped to Win keys (and the usual Ctrl keys)" -msgstr "Control är mappad till Win-tangenterna (och de vanliga Ctrl-tangenterna)" +msgid "BenQ X-Touch 730" +msgstr "BenQ X-Touch 730" #: ../rules/base.xml.in.h:167 -msgid "Creative Desktop Wireless 7000" -msgstr "Creative Desktop Wireless 7000" +msgid "BenQ X-Touch 800" +msgstr "BenQ X-Touch 800" #: ../rules/base.xml.in.h:168 -msgid "Crimean Tatar (Turkish Alt-Q)" -msgstr "Krimtatariska (Turkisk Alt-Q)" +msgid "Happy Hacking Keyboard" +msgstr "Happy Hacking-tangentbord" #: ../rules/base.xml.in.h:169 -msgid "Crimean Tatar (Turkish F)" -msgstr "Krimtatariska (Turkiskt F)" +msgid "Classmate PC" +msgstr "Classmate PC" #: ../rules/base.xml.in.h:170 -msgid "Crimean Tatar (Turkish Q)" -msgstr "Krimtatariska (Turkiskt Q)" +msgid "OLPC" +msgstr "OLPC" #: ../rules/base.xml.in.h:171 -msgid "Croatian" -msgstr "Kroatisk" +msgid "Sun Type 7 USB" +msgstr "Sun Type 7 USB" #: ../rules/base.xml.in.h:172 -msgid "Croatian (US keyboard with Croatian digraphs)" -msgstr "Kroatisk (USA-tangentbord med kroatiska digrafer)" +msgid "Sun Type 7 USB (European layout)" +msgstr "Sun Type 7 USB (Europeisk layout)" #: ../rules/base.xml.in.h:173 -msgid "Croatian (US keyboard with Croatian letters)" -msgstr "Kroatisk (USA-tangentbord med kroatiska bokstäver)" +msgid "Sun Type 7 USB (Unix layout)" +msgstr "Sun Type 7 USB (Unix-layout)" #: ../rules/base.xml.in.h:174 -msgid "Croatian (use Croatian digraphs)" -msgstr "Kroatiska (använder kroatiska digrafer)" +msgid "Sun Type 7 USB (Japanese layout) / Japanese 106-key" +msgstr "Sun Type 7 USB (Japansk layout) / Japansk 106-tangenters" #: ../rules/base.xml.in.h:175 -msgid "Croatian (use guillemets for quotes)" -msgstr "Kroatiska (använder gåsögon för citattecken)" +msgid "Sun Type 6/7 USB" +msgstr "Sun Type 6/7 USB" #: ../rules/base.xml.in.h:176 -msgid "Ctrl key position" -msgstr "Position för Ctrl-tangenten" +msgid "Sun Type 6/7 USB (European layout)" +msgstr "Sun Type 6/7 USB (Europeisk layout)" #: ../rules/base.xml.in.h:177 -msgid "Ctrl+Shift" -msgstr "Ctrl+Skift" +msgid "Sun Type 6 USB (Unix layout)" +msgstr "Sun Type 6 USB (Unix-layout)" #: ../rules/base.xml.in.h:178 -msgid "Czech" -msgstr "Tjeckisk" +msgid "Sun Type 6 USB (Japanese layout)" +msgstr "Sun Type 6 USB (Japansk layout)" #: ../rules/base.xml.in.h:179 -msgid "Czech (UCW layout, accented letters only)" -msgstr "Tjeckiska (UCW-layout, endast bokstäver med accenter)" +msgid "Sun Type 6 (Japanese layout)" +msgstr "Sun Type 6 (Japansk layout)" #: ../rules/base.xml.in.h:180 -msgid "Czech (US Dvorak with CZ UCW support)" -msgstr "Tjeckisk (US Dvorak med CZ UCW-stöd)" +msgid "Targa Visionary 811" +msgstr "Targa Visionary 811" #: ../rules/base.xml.in.h:181 -msgid "Czech (qwerty)" -msgstr "Tjeckisk (qwerty)" +msgid "Unitek KB-1925" +msgstr "Unitek KB-1925" #: ../rules/base.xml.in.h:182 -msgid "Czech (qwerty, extended Backslash)" -msgstr "Tjeckisk (qwerty, utökat omvänt snedstreck)" +msgid "FL90" +msgstr "FL90" #: ../rules/base.xml.in.h:183 -msgid "Czech (with <\\|> key)" -msgstr "Tjeckiska (med <\\|>-tangent)" +msgid "Creative Desktop Wireless 7000" +msgstr "Creative Desktop Wireless 7000" #: ../rules/base.xml.in.h:184 -msgid "DTK2000" -msgstr "DTK2000" - -#: ../rules/base.xml.in.h:185 -msgid "Danish" -msgstr "Dansk" - -#: ../rules/base.xml.in.h:186 -msgid "Danish (Dvorak)" -msgstr "Dansk (Dvorak)" +msgid "Htc Dream phone" +msgstr "Htc Dream-telefon" -#: ../rules/base.xml.in.h:187 -msgid "Danish (Macintosh)" -msgstr "Danska (Macintosh)" +#. Keyboard indicator for English layouts +#: ../rules/base.xml.in.h:186 ../rules/base.extras.xml.in.h:47 +msgid "en" +msgstr "en" -#: ../rules/base.xml.in.h:188 -msgid "Danish (Macintosh, eliminate dead keys)" -msgstr "Danska (Macintosh, eliminera stumma tangenter)" +#: ../rules/base.xml.in.h:187 ../rules/base.extras.xml.in.h:48 +msgid "English (US)" +msgstr "Engelsk (USA)" +#. Keyboard indicator for Cherokee layouts #: ../rules/base.xml.in.h:189 -msgid "Danish (eliminate dead keys)" -msgstr "Dansk (eliminera stumma tangenter)" +msgid "chr" +msgstr "chr" #: ../rules/base.xml.in.h:190 -msgid "Default numeric keypad keys" -msgstr "Standardtangenter för numeriskt tangentbord" +msgid "Cherokee" +msgstr "Cherokee" #: ../rules/base.xml.in.h:191 -msgid "Dell" -msgstr "Dell" +msgid "English (US, with euro on 5)" +msgstr "Engelsk (USA, med euro på 5)" #: ../rules/base.xml.in.h:192 -msgid "Dell 101-key PC" -msgstr "Dell 101-tangenters PC" +msgid "English (US, international with dead keys)" +msgstr "Engelsk (USA, internationell med stumma tangenter)" #: ../rules/base.xml.in.h:193 -msgid "Dell Laptop/notebook Inspiron 6xxx/8xxx" -msgstr "Bärbar Dell Inspiron 6xxx/8xxx" +msgid "English (US, alternative international)" +msgstr "Engelsk (USA, alternativ internationell)" #: ../rules/base.xml.in.h:194 -msgid "Dell Laptop/notebook Precision M series" -msgstr "Bärbar Dell Precision M series" +msgid "English (Colemak)" +msgstr "Engelsk (Colemak)" #: ../rules/base.xml.in.h:195 -msgid "Dell Latitude series laptop" -msgstr "Bärbar Dell Latitude-serien" +msgid "English (Dvorak)" +msgstr "Engelsk (Dvorak)" #: ../rules/base.xml.in.h:196 -msgid "Dell Precision M65" -msgstr "Dell Precision M65" +msgid "English (Dvorak, international with dead keys)" +msgstr "Engelsk (Dvorak, Internationell med stumma tangenter)" #: ../rules/base.xml.in.h:197 -msgid "Dell SK-8125" -msgstr "Dell SK-8125" +msgid "English (Dvorak alternative international no dead keys)" +msgstr "Engelsk (Dvorak alternativ internationell utan stumma tangenter)" #: ../rules/base.xml.in.h:198 -msgid "Dell SK-8135" -msgstr "Dell SK-8135" +msgid "English (left handed Dvorak)" +msgstr "Engelsk (vänsterhänt Dvorak)" #: ../rules/base.xml.in.h:199 -msgid "Dell USB Multimedia Keyboard" -msgstr "Dell USB-multimediatangentbord" +msgid "English (right handed Dvorak)" +msgstr "Engelsk (högerhänt Dvorak)" #: ../rules/base.xml.in.h:200 -msgid "Dexxa Wireless Desktop Keyboard" -msgstr "Dexxa trådlöst skrivbordstangentbord" +msgid "English (classic Dvorak)" +msgstr "Engelsk (klassisk Dvorak)" #: ../rules/base.xml.in.h:201 -msgid "Dhivehi" -msgstr "Dhivehi" - -#: ../rules/base.xml.in.h:202 -msgid "Diamond 9801 / 9802 series" -msgstr "Diamond 9801/9802-serien" +msgid "English (programmer Dvorak)" +msgstr "Engelsk (Dvorak för programmerare)" -#: ../rules/base.xml.in.h:203 -msgid "Dutch" -msgstr "Nederländsk" +#. Keyboard indicator for Russian layouts +#: ../rules/base.xml.in.h:203 ../rules/base.extras.xml.in.h:70 +msgid "ru" +msgstr "ru" #: ../rules/base.xml.in.h:204 -msgid "Dutch (Macintosh)" -msgstr "Nederländska (Macintosh)" +msgid "Russian (US, phonetic)" +msgstr "Rysk (USA, fonetisk)" #: ../rules/base.xml.in.h:205 -msgid "Dutch (Sun dead keys)" -msgstr "Nederländsk (Sun stumma tangenter)" +msgid "English (Macintosh)" +msgstr "Engelsk (Macintosh)" #: ../rules/base.xml.in.h:206 -msgid "Dutch (standard)" -msgstr "Nederländsk (standard)" +msgid "English (international AltGr dead keys)" +msgstr "Engelsk (internationell AltGr med stumma tangenter)" #: ../rules/base.xml.in.h:207 -msgid "Dzongkha" -msgstr "Dzongkha" +msgid "English (the divide/multiply keys toggle the layout)" +msgstr "Engelsk (divisions-/multiplikationstangenterna växlar layouten)" #: ../rules/base.xml.in.h:208 -msgid "Enable extra typographic characters" -msgstr "Aktivera extra typografiska tecken" +msgid "Serbo-Croatian (US)" +msgstr "Serbokroatisk (USA)" #: ../rules/base.xml.in.h:209 -msgid "English (Cameroon)" -msgstr "Engelsk (Kamerun)" +msgid "English (Workman)" +msgstr "Engelsk (Workman)" #: ../rules/base.xml.in.h:210 -msgid "English (Canada)" -msgstr "Engelsk (Kanada)" - -#: ../rules/base.xml.in.h:211 -msgid "English (Colemak)" -msgstr "Engelsk (Colemak)" +msgid "English (Workman, international with dead keys)" +msgstr "Engelsk (Workman, Internationell med stumma tangenter)" -#: ../rules/base.xml.in.h:212 -msgid "English (Dvorak alternative international no dead keys)" -msgstr "Engelsk (Dvorak alternativ internationell utan stumma tangenter)" +#. Keyboard indicator for Persian layouts +#: ../rules/base.xml.in.h:212 ../rules/base.extras.xml.in.h:29 +msgid "fa" +msgstr "fa" #: ../rules/base.xml.in.h:213 -msgid "English (Dvorak international with dead keys)" -msgstr "Engelsk (Dvorak Internationell med stumma tangenter)" - -#: ../rules/base.xml.in.h:214 -msgid "English (Dvorak)" -msgstr "Engelsk (Dvorak)" +msgid "Afghani" +msgstr "Afgansk" +#. Keyboard indicator for Pashto layouts #: ../rules/base.xml.in.h:215 -msgid "English (Ghana)" -msgstr "Engelsk (Ghana)" +msgid "ps" +msgstr "ps" #: ../rules/base.xml.in.h:216 -msgid "English (Ghana, GILLBT)" -msgstr "Engelsk (Ghana, GILLBT)" - -#: ../rules/base.xml.in.h:217 -msgid "English (Ghana, multilingual)" -msgstr "Engelsk (Ghana, flerspråkig)" +msgid "Pashto" +msgstr "Pashto" +#. Keyboard indicator for Uzbek layouts #: ../rules/base.xml.in.h:218 -msgid "English (India, with RupeeSign)" -msgstr "Engelsk (Indien, med rupietecken)" +msgid "uz" +msgstr "uz" #: ../rules/base.xml.in.h:219 -msgid "English (Macintosh)" -msgstr "Engelsk (Macintosh)" +msgid "Uzbek (Afghanistan)" +msgstr "Uzbekisk (Afganistan)" #: ../rules/base.xml.in.h:220 -msgid "English (Mali, US Macintosh)" -msgstr "Engelska (Mali, USA Macintosh)" +msgid "Pashto (Afghanistan, OLPC)" +msgstr "Pashto (Afganistan, OLPC)" #: ../rules/base.xml.in.h:221 -msgid "English (Mali, US international)" -msgstr "Engelska (Mali, USA internationell)" +msgid "Persian (Afghanistan, Dari OLPC)" +msgstr "Persisk (Afganistan, Dari OLPC)" #: ../rules/base.xml.in.h:222 -msgid "English (Nigeria)" -msgstr "Engelsk (Nigeria)" +msgid "Uzbek (Afghanistan, OLPC)" +msgstr "Uzbekisk (Afganistan, OLPC)" -#: ../rules/base.xml.in.h:223 -msgid "English (South Africa)" -msgstr "Engelsk (Sydafrika)" - -#: ../rules/base.xml.in.h:224 -msgid "English (UK)" -msgstr "Engelsk (Storbritannien)" +#. Keyboard indicator for Arabic layouts +#: ../rules/base.xml.in.h:224 ../rules/base.extras.xml.in.h:81 +msgid "ar" +msgstr "ar" -#: ../rules/base.xml.in.h:225 -msgid "English (UK, Colemak)" -msgstr "Engelsk (Storbritannien, Colemak)" +#: ../rules/base.xml.in.h:225 ../rules/base.extras.xml.in.h:82 +msgid "Arabic" +msgstr "Arabisk" #: ../rules/base.xml.in.h:226 -msgid "English (UK, Dvorak with UK punctuation)" -msgstr "Engelska (Storbritannien, Dvorak med brittisk-engelska skiljetecken)" +msgid "Arabic (azerty)" +msgstr "Arabisk (azerty)" #: ../rules/base.xml.in.h:227 -msgid "English (UK, Dvorak)" -msgstr "Engelsk (Storbritannien, Dvorak)" +msgid "Arabic (azerty/digits)" +msgstr "Arabisk (azerty/siffror)" #: ../rules/base.xml.in.h:228 -msgid "English (UK, Macintosh international)" -msgstr "Engelska (Storbritannien, Macintosh internationell)" +msgid "Arabic (digits)" +msgstr "Arabisk (siffror)" #: ../rules/base.xml.in.h:229 -msgid "English (UK, Macintosh)" -msgstr "Engelska (Storbritannien, Macintosh)" +msgid "Arabic (qwerty)" +msgstr "Arabisk (qwerty)" #: ../rules/base.xml.in.h:230 -msgid "English (UK, extended WinKeys)" -msgstr "Engelska (Storbritannien, utökade Windows-tangenter)" +msgid "Arabic (qwerty/digits)" +msgstr "Arabisk (qwerty/siffror)" #: ../rules/base.xml.in.h:231 -msgid "English (UK, international with dead keys)" -msgstr "Engelsk (Storbritannien, internationell med stumma tangenter)" - -#: ../rules/base.xml.in.h:232 ../rules/base.extras.xml.in.h:8 -msgid "English (US)" -msgstr "Engelsk (USA)" +msgid "Arabic (Buckwalter)" +msgstr "Arabisk (Buckwalter)" +#. Keyboard indicator for Albanian layouts #: ../rules/base.xml.in.h:233 -msgid "English (US, alternative international)" -msgstr "Engelsk (USA, alternativ internationell)" +msgid "sq" +msgstr "sq" #: ../rules/base.xml.in.h:234 -msgid "English (US, international with dead keys)" -msgstr "Engelsk (USA, internationell med stumma tangenter)" +msgid "Albanian" +msgstr "Albansk" #: ../rules/base.xml.in.h:235 -msgid "English (US, with euro on 5)" -msgstr "Engelsk (US, med euro på 5)" - -#: ../rules/base.xml.in.h:236 -msgid "English (classic Dvorak)" -msgstr "Engelsk (klassisk Dvorak)" +msgid "Albanian (Plisi D1)" +msgstr "Albansk (Plisi D1)" -#: ../rules/base.xml.in.h:237 -msgid "English (international AltGr dead keys)" -msgstr "Engelsk (internationell AltGr med stumma tangenter)" +#. Keyboard indicator for Armenian layouts +#: ../rules/base.xml.in.h:237 ../rules/base.extras.xml.in.h:75 +msgid "hy" +msgstr "hy" -#: ../rules/base.xml.in.h:238 -msgid "English (layout toggle on multiply/divide key)" -msgstr "Engelsk (layoutväxling på multiplicera/dividera-tangent)" +#: ../rules/base.xml.in.h:238 ../rules/base.extras.xml.in.h:76 +msgid "Armenian" +msgstr "Armenisk" #: ../rules/base.xml.in.h:239 -msgid "English (left handed Dvorak)" -msgstr "Engelsk (vänsterhänt Dvorak)" +msgid "Armenian (phonetic)" +msgstr "Armenisk (fonetisk)" #: ../rules/base.xml.in.h:240 -msgid "English (programmer Dvorak)" -msgstr "Engelsk (Dvorak för programmerare)" +msgid "Armenian (alternative phonetic)" +msgstr "Armenisk (Alternativ fonetisk)" #: ../rules/base.xml.in.h:241 -msgid "English (right handed Dvorak)" -msgstr "Engelsk (högerhänt Dvorak)" +msgid "Armenian (eastern)" +msgstr "Armenisk (östlig)" #: ../rules/base.xml.in.h:242 -msgid "Ennyah DKB-1008" -msgstr "Ennyah DKB-1008" +msgid "Armenian (western)" +msgstr "Armenisk (västlig)" #: ../rules/base.xml.in.h:243 -msgid "Enter on keypad" -msgstr "Enter på numeriskt tangentbord" - -#: ../rules/base.xml.in.h:244 -msgid "Esperanto" -msgstr "Esperanto" +msgid "Armenian (alternative eastern)" +msgstr "Armenisk (Alternativ östlig)" -#: ../rules/base.xml.in.h:245 -msgid "Esperanto (Portugal, Nativo)" -msgstr "Esperanto (Portugal, Nativo)" +#. Keyboard indicator for German layouts +#: ../rules/base.xml.in.h:245 ../rules/base.extras.xml.in.h:22 +msgid "de" +msgstr "de" #: ../rules/base.xml.in.h:246 -msgid "Esperanto (displaced semicolon and quote, obsolete)" -msgstr "Esperanto (flyttat semikolon och citattecken, föråldrat)" +msgid "German (Austria)" +msgstr "Tysk (Österrike)" #: ../rules/base.xml.in.h:247 -msgid "Estonian" -msgstr "Estnisk" +msgid "German (Austria, eliminate dead keys)" +msgstr "Tysk (Österrike, eliminera stumma tangenter)" #: ../rules/base.xml.in.h:248 -msgid "Estonian (Dvorak)" -msgstr "Estnisk (Dvorak)" +msgid "German (Austria, Sun dead keys)" +msgstr "Tysk (Österrike, Sun stumma tangenter)" #: ../rules/base.xml.in.h:249 -msgid "Estonian (US keyboard with Estonian letters)" -msgstr "Estnisk (USA-tangentbord med estniska bokstäver)" - -#: ../rules/base.xml.in.h:250 -msgid "Estonian (eliminate dead keys)" -msgstr "Estnisk (eliminera stumma tangenter)" +msgid "German (Austria, Macintosh)" +msgstr "Tysk (Österrike, Macintosh)" +#. Keyboard indicator for Azerbaijani layouts #: ../rules/base.xml.in.h:251 -msgid "Euro on 2" -msgstr "Euro på 2" +msgid "az" +msgstr "az" #: ../rules/base.xml.in.h:252 -msgid "Euro on 4" -msgstr "Euro på 4" +msgid "Azerbaijani" +msgstr "Azerbajdzjansk" #: ../rules/base.xml.in.h:253 -msgid "Euro on 5" -msgstr "Euro på 5" - -#: ../rules/base.xml.in.h:254 -msgid "Euro on E" -msgstr "Euro på E" +msgid "Azerbaijani (Cyrillic)" +msgstr "Azerbajdzjansk (Kyrillisk)" +#. Keyboard indicator for Belarusian layouts #: ../rules/base.xml.in.h:255 -msgid "Everex STEPnote" -msgstr "Everex STEPnote" +msgid "by" +msgstr "by" #: ../rules/base.xml.in.h:256 -msgid "Ewe" -msgstr "Ewe" +msgid "Belarusian" +msgstr "Vitrysk" #: ../rules/base.xml.in.h:257 -msgid "FL90" -msgstr "FL90" +msgid "Belarusian (legacy)" +msgstr "Vitrysk (äldre)" #: ../rules/base.xml.in.h:258 -msgid "Faroese" -msgstr "Färöisk" - -#: ../rules/base.xml.in.h:259 -msgid "Faroese (eliminate dead keys)" -msgstr "Färöisk (eliminera stumma tangenter)" +msgid "Belarusian (Latin)" +msgstr "Vitrysk (latin)" -#: ../rules/base.xml.in.h:260 -msgid "Filipino" -msgstr "Filipino" +#. Keyboard indicator for Belgian layouts +#: ../rules/base.xml.in.h:260 ../rules/base.extras.xml.in.h:84 +msgid "be" +msgstr "be" -#: ../rules/base.xml.in.h:261 -msgid "Filipino (Capewell-Dvorak Baybayin)" -msgstr "Filipino (Capewell-Dvorak Baybayin)" +#: ../rules/base.xml.in.h:261 ../rules/base.extras.xml.in.h:85 +msgid "Belgian" +msgstr "Belgisk" #: ../rules/base.xml.in.h:262 -msgid "Filipino (Capewell-Dvorak Latin)" -msgstr "Filipino (Capewell-Dvorak Latin)" +msgid "Belgian (alternative)" +msgstr "Belgisk (alternativ)" #: ../rules/base.xml.in.h:263 -msgid "Filipino (Capewell-QWERF 2006 Baybayin)" -msgstr "Filipino (Capewell-QWERF 2006 Baybayin)" +msgid "Belgian (alternative, Latin-9 only)" +msgstr "Belgisk (alternativ, endast Latin-9)" #: ../rules/base.xml.in.h:264 -msgid "Filipino (Capewell-QWERF 2006 Latin)" -msgstr "Filipino (Capewell-QWERF 2006 Latin)" +msgid "Belgian (alternative, Sun dead keys)" +msgstr "Belgisk (alternativ, Sun stumma tangenter)" #: ../rules/base.xml.in.h:265 -msgid "Filipino (Colemak Baybayin)" -msgstr "Filipino (Colemak Baybayin)" +msgid "Belgian (ISO alternate)" +msgstr "Belgisk (ISO-alternativ)" #: ../rules/base.xml.in.h:266 -msgid "Filipino (Colemak Latin)" -msgstr "Filipino (Colemak Latin)" +msgid "Belgian (eliminate dead keys)" +msgstr "Belgisk (eliminera stumma tangenter)" #: ../rules/base.xml.in.h:267 -msgid "Filipino (Dvorak Baybayin)" -msgstr "Filipino (Dvorak Baybayin)" +msgid "Belgian (Sun dead keys)" +msgstr "Belgisk (Sun stumma tangenter)" #: ../rules/base.xml.in.h:268 -msgid "Filipino (Dvorak Latin)" -msgstr "Filipino (Dvorak Latin)" - -#: ../rules/base.xml.in.h:269 -msgid "Filipino (QWERTY Baybayin)" -msgstr "Filipino (QWERTY Baybayin)" +msgid "Belgian (Wang model 724 azerty)" +msgstr "Belgisk (Wang modell 724 azerty)" +#. Keyboard indicator for Bangla layouts #: ../rules/base.xml.in.h:270 -msgid "Finnish" -msgstr "Finsk" +msgid "bn" +msgstr "bn" #: ../rules/base.xml.in.h:271 -msgid "Finnish (Macintosh)" -msgstr "Finska (Macintosh)" +msgid "Bangla" +msgstr "Bengali" #: ../rules/base.xml.in.h:272 -msgid "Finnish (classic)" -msgstr "Finsk (klassisk)" +msgid "Bangla (Probhat)" +msgstr "Bengali (Probhat)" -#: ../rules/base.xml.in.h:273 -msgid "Finnish (classic, eliminate dead keys)" -msgstr "Finsk (klassisk, eliminera stumma tangenter)" +#. Keyboard indicator for Indian layouts +#: ../rules/base.xml.in.h:274 +msgid "in" +msgstr "in" + +#: ../rules/base.xml.in.h:275 +msgid "Indian" +msgstr "Indisk" -#. This assumes the KP_ abstract symbols are actually useful for some apps -#. The description needs to be rewritten #: ../rules/base.xml.in.h:276 -msgid "Four-level key with abstract separators" -msgstr "Fjärdenivåstangent med abstrakta avgränsare" +msgid "Bangla (India)" +msgstr "Bengali (Indien)" #: ../rules/base.xml.in.h:277 -msgid "Four-level key with comma" -msgstr "Fjärdenivåstangent med komma" +msgid "Bangla (India, Probhat)" +msgstr "Bengali (Indien, Probhat)" #: ../rules/base.xml.in.h:278 -msgid "Four-level key with dot" -msgstr "Fjärdenivåstangent med punkt" +msgid "Bangla (India, Baishakhi)" +msgstr "Bengali (Indien, Baishakhi)" #: ../rules/base.xml.in.h:279 -msgid "Four-level key with dot, latin-9 restriction" -msgstr "Fjärdenivåstangent med punkt, latin-9-begränsning" +msgid "Bangla (India, Bornona)" +msgstr "Bengali (Indien, Bornona)" #: ../rules/base.xml.in.h:280 -msgid "Four-level key with momayyez" -msgstr "Fjärdenivåstangent med momayyez" +msgid "Bangla (India, Uni Gitanjali)" +msgstr "Bengali (Indien, Uni Gitanjali)" #: ../rules/base.xml.in.h:281 -msgid "French" -msgstr "Fransk" +msgid "Bangla (India, Baishakhi Inscript)" +msgstr "Bengali (Indien, Baishakhi Inscript)" #: ../rules/base.xml.in.h:282 -msgid "French (Bepo, ergonomic, Dvorak way)" -msgstr "Fransk (Bepo, ergonomisk, Dvorak-liknande)" - -#: ../rules/base.xml.in.h:283 -msgid "French (Bepo, ergonomic, Dvorak way, latin-9 only)" -msgstr "Fransk (Bepo, ergonomisk, Dvorak-liknande, endast latin-9)" +msgid "Manipuri (Eeyek)" +msgstr "Manipuri (Eeyek)" +#. Keyboard indicator for Gujarati layouts #: ../rules/base.xml.in.h:284 -msgid "French (Breton)" -msgstr "Fransk (Bretagnsk)" +msgid "gu" +msgstr "gu" #: ../rules/base.xml.in.h:285 -msgid "French (Cameroon)" -msgstr "Franska (Kamerun)" - -#: ../rules/base.xml.in.h:286 ../rules/base.extras.xml.in.h:11 -msgid "French (Canada)" -msgstr "Franska (Kanada)" +msgid "Gujarati" +msgstr "Gujaratisk" +#. Keyboard indicator for Punjabi layouts #: ../rules/base.xml.in.h:287 -msgid "French (Canada, Dvorak)" -msgstr "Fransk (Kanada, Dvorak)" +msgid "pa" +msgstr "pa" #: ../rules/base.xml.in.h:288 -msgid "French (Canada, legacy)" -msgstr "Fransk (Kanada, äldre)" +msgid "Punjabi (Gurmukhi)" +msgstr "Punjabi (Gurmukhi)" #: ../rules/base.xml.in.h:289 -msgid "French (Democratic Republic of the Congo)" -msgstr "Fransk (Demokratiska republiken Kongo)" - -#: ../rules/base.xml.in.h:290 -msgid "French (Dvorak)" -msgstr "Fransk (Dvorak)" +msgid "Punjabi (Gurmukhi Jhelum)" +msgstr "Punjabi (Gurmukhi Jhelum)" +#. Keyboard indicator for Kannada layouts #: ../rules/base.xml.in.h:291 -msgid "French (Guinea)" -msgstr "Fransk (Guinea)" +msgid "kn" +msgstr "kn" +# Även kanaresisk (äldre form) #: ../rules/base.xml.in.h:292 -msgid "French (Macintosh)" -msgstr "Franska (Macintosh)" +msgid "Kannada" +msgstr "Kannada" #: ../rules/base.xml.in.h:293 -msgid "French (Mali, alternative)" -msgstr "Fransk (Mali, alternativ)" - -#: ../rules/base.xml.in.h:294 -msgid "French (Morocco)" -msgstr "Fransk (Marocko)" +msgid "Kannada (KaGaPa phonetic)" +msgstr "Kannada (KaGaPa-fonetisk)" +#. Keyboard indicator for Malayalam layouts #: ../rules/base.xml.in.h:295 -msgid "French (Sun dead keys)" -msgstr "Fransk (Sun stumma tangenter)" +msgid "ml" +msgstr "ml" #: ../rules/base.xml.in.h:296 -msgid "French (Switzerland)" -msgstr "Fransk (Schweiz)" +msgid "Malayalam" +msgstr "Malayalam" #: ../rules/base.xml.in.h:297 -msgid "French (Switzerland, Macintosh)" -msgstr "Franska (Schweiz, Macintosh)" +msgid "Malayalam (Lalitha)" +msgstr "Malayalamsk (Lalitha)" #: ../rules/base.xml.in.h:298 -msgid "French (Switzerland, Sun dead keys)" -msgstr "Fransk (Schweiz, Sun stumma tangenter)" - -#: ../rules/base.xml.in.h:299 -msgid "French (Switzerland, eliminate dead keys)" -msgstr "Fransk (Schweiz, eliminera stumma tangenter)" +msgid "Malayalam (enhanced Inscript, with rupee sign)" +msgstr "Malayalam (förbättrad Inscript, med rupietecken)" +#. Keyboard indicator for Oriya layouts #: ../rules/base.xml.in.h:300 -msgid "French (alternative)" -msgstr "Fransk (alternativ)" +msgid "or" +msgstr "or" #: ../rules/base.xml.in.h:301 -msgid "French (alternative, Sun dead keys)" -msgstr "Fransk (alternativ, Sun stumma tangenter)" - -#: ../rules/base.xml.in.h:302 -msgid "French (alternative, eliminate dead keys)" -msgstr "Fransk (alternativ, eliminera stumma tangenter)" +msgid "Oriya" +msgstr "Oriya" +#. Keyboard indicator for Tamil layouts #: ../rules/base.xml.in.h:303 -msgid "French (alternative, latin-9 only)" -msgstr "Fransk (alternativ, endast latin-9)" +msgid "ta" +msgstr "ta" #: ../rules/base.xml.in.h:304 -msgid "French (eliminate dead keys)" -msgstr "Fransk (eliminera stumma tangenter)" +msgid "Tamil (Unicode)" +msgstr "Tamilsk (Unicode)" #: ../rules/base.xml.in.h:305 -msgid "French (legacy, alternative)" -msgstr "Franska (äldre, alternativ)" +msgid "Tamil (keyboard with numerals)" +msgstr "Tamilsk (tangentbord med siffror)" #: ../rules/base.xml.in.h:306 -msgid "French (legacy, alternative, Sun dead keys)" -msgstr "Fransk (äldre, alternativ, Sun stumma tangenter)" +msgid "Tamil (TAB typewriter)" +msgstr "Tamilsk (TAB Typewriter)" #: ../rules/base.xml.in.h:307 -msgid "French (legacy, alternative, eliminate dead keys)" -msgstr "Fransk (äldre, alternativ, eliminera stumma tangenter)" +msgid "Tamil (TSCII typewriter)" +msgstr "Tamilsk (TSCII Typewriter)" #: ../rules/base.xml.in.h:308 -msgid "Fujitsu-Siemens Computers AMILO laptop" -msgstr "Fujitsu-Siemens Computers AMILO bärbar dator" - -#: ../rules/base.xml.in.h:309 -msgid "Fula" -msgstr "Fula" +msgid "Tamil" +msgstr "Tamilsk" +#. Keyboard indicator for Telugu layouts #: ../rules/base.xml.in.h:310 -msgid "Ga" -msgstr "Ga" +msgid "te" +msgstr "te" #: ../rules/base.xml.in.h:311 -msgid "Generic 101-key PC" -msgstr "Allmän 101-tangenters PC" +msgid "Telugu" +msgstr "Telugo" #: ../rules/base.xml.in.h:312 -msgid "Generic 102-key (Intl) PC" -msgstr "Allmän 102-tangenters (internationell) PC" - -#: ../rules/base.xml.in.h:313 -msgid "Generic 104-key PC" -msgstr "Allmän 104-tangenters PC" +msgid "Telugu (KaGaPa phonetic)" +msgstr "Telugu (KaGaPa-fonetisk)" +#. Keyboard indicator for Urdu layouts #: ../rules/base.xml.in.h:314 -msgid "Generic 105-key (Intl) PC" -msgstr "Allmän 105-tangenters (internationell) PC" +msgid "ur" +msgstr "ur" #: ../rules/base.xml.in.h:315 -msgid "Genius Comfy KB-12e" -msgstr "Genius Comfy KB-12e" +msgid "Urdu (phonetic)" +msgstr "Urdu (fonetisk)" #: ../rules/base.xml.in.h:316 -msgid "Genius Comfy KB-16M / Genius MM Keyboard KWD-910" -msgstr "Genius Comfy KB-16M / Genius MM-tangentbord KWD-910" +msgid "Urdu (alternative phonetic)" +msgstr "Urdu (alternativ fonetisk)" #: ../rules/base.xml.in.h:317 -msgid "Genius Comfy KB-21e-Scroll" -msgstr "Genius Comfy KB-21e-Scroll" - -#: ../rules/base.xml.in.h:318 -msgid "Genius KB-19e NB" -msgstr "Genius KB-19e NB" +msgid "Urdu (WinKeys)" +msgstr "Urdu (Windows-tangenter)" +#. Keyboard indicator for Hindi layouts #: ../rules/base.xml.in.h:319 -msgid "Genius KKB-2050HS" -msgstr "Genius KKB-2050HS" +msgid "hi" +msgstr "hi" #: ../rules/base.xml.in.h:320 -msgid "Georgian" -msgstr "Georgisk" +msgid "Hindi (Bolnagri)" +msgstr "Hindi (Bolnagri)" #: ../rules/base.xml.in.h:321 -msgid "Georgian (France, AZERTY Tskapo)" -msgstr "Georgiska (Frankrike, AZERTY Tskapo)" +msgid "Hindi (Wx)" +msgstr "Hindi (Wx)" #: ../rules/base.xml.in.h:322 -msgid "Georgian (Italy)" -msgstr "Georgiska (Italien)" - -#: ../rules/base.xml.in.h:323 -msgid "Georgian (MESS)" -msgstr "Georgisk (MESS)" +msgid "Hindi (KaGaPa phonetic)" +msgstr "Hindi (KaGaPa-fonetisk)" +#. Keyboard indicator for Sanskrit layouts #: ../rules/base.xml.in.h:324 -msgid "Georgian (ergonomic)" -msgstr "Georgisk (ergonomisk)" - -#: ../rules/base.xml.in.h:325 ../rules/base.extras.xml.in.h:12 -msgid "German" -msgstr "Tysk" +msgid "sa" +msgstr "sa" -#: ../rules/base.xml.in.h:326 -msgid "German (Austria)" -msgstr "Tysk (Österrike)" +#: ../rules/base.xml.in.h:325 +msgid "Sanskrit (KaGaPa phonetic)" +msgstr "Sanskrit (KaGaPa-fonetisk)" +#. Keyboard indicator for Marathi layouts #: ../rules/base.xml.in.h:327 -msgid "German (Austria, Macintosh)" -msgstr "Tyska (Österrike, Macintosh)" +msgid "mr" +msgstr "mr" #: ../rules/base.xml.in.h:328 -msgid "German (Austria, Sun dead keys)" -msgstr "Tysk (Österrike, Sun stumma tangenter)" +msgid "Marathi (KaGaPa phonetic)" +msgstr "Marathi (KaGaPa-fonetisk)" #: ../rules/base.xml.in.h:329 -msgid "German (Austria, eliminate dead keys)" -msgstr "Tysk (Österrike, eliminera stumma tangenter)" - -#: ../rules/base.xml.in.h:330 -msgid "German (Dvorak)" -msgstr "Tysk (Dvorak)" +msgid "English (India, with rupee sign)" +msgstr "Engelsk (Indien, med rupietecken)" +#. Keyboard indicator for Bosnian layouts #: ../rules/base.xml.in.h:331 -msgid "German (Macintosh)" -msgstr "Tyska (Macintosh)" +msgid "bs" +msgstr "bs" #: ../rules/base.xml.in.h:332 -msgid "German (Macintosh, eliminate dead keys)" -msgstr "Tyska (Macintosh, eliminera stumma tangenter)" +msgid "Bosnian" +msgstr "Bosnisk" #: ../rules/base.xml.in.h:333 -msgid "German (Neo 2)" -msgstr "Tysk (Neo 2)" +msgid "Bosnian (with guillemets for quotes)" +msgstr "Bosnisk (med gåsögon för citattecken)" #: ../rules/base.xml.in.h:334 -msgid "German (Sun dead keys)" -msgstr "Tysk (Sun stumma tangenter)" +msgid "Bosnian (with Bosnian digraphs)" +msgstr "Bosnisk (med bosniska digrafer)" #: ../rules/base.xml.in.h:335 -msgid "German (Switzerland)" -msgstr "Tyska (Schweiz)" +msgid "Bosnian (US keyboard with Bosnian digraphs)" +msgstr "Bosnisk (USA-tangentbord med bosniska digrafer)" #: ../rules/base.xml.in.h:336 -msgid "German (Switzerland, Macintosh)" -msgstr "Tyska (Schweiz, Macintosh)" - -#: ../rules/base.xml.in.h:337 -msgid "German (Switzerland, Sun dead keys)" -msgstr "Tysk (Schweiz, Sun stumma tangenter)" +msgid "Bosnian (US keyboard with Bosnian letters)" +msgstr "Bosnisk (USA-tangentbord med bosniska bokstäver)" -#: ../rules/base.xml.in.h:338 -msgid "German (Switzerland, eliminate dead keys)" -msgstr "Tysk (Schweiz, eliminera stumma tangenter)" +#. Keyboard indicator for Portuguese layouts +#: ../rules/base.xml.in.h:338 ../rules/base.extras.xml.in.h:87 +msgid "pt" +msgstr "pt" -#: ../rules/base.xml.in.h:339 -msgid "German (Switzerland, legacy)" -msgstr "Tyska (Schweiz, äldre)" +#: ../rules/base.xml.in.h:339 ../rules/base.extras.xml.in.h:88 +msgid "Portuguese (Brazil)" +msgstr "Portugisisk (Brasilien)" #: ../rules/base.xml.in.h:340 -msgid "German (dead acute)" -msgstr "Tysk (stumma akutaccent)" +msgid "Portuguese (Brazil, eliminate dead keys)" +msgstr "Portugisisk (Brasilien, eliminera stumma tangenter)" #: ../rules/base.xml.in.h:341 -msgid "German (dead grave acute)" -msgstr "Tysk (stum grav accent)" +msgid "Portuguese (Brazil, Dvorak)" +msgstr "Portugisisk (Brasilien, Dvorak)" #: ../rules/base.xml.in.h:342 -msgid "German (eliminate dead keys)" -msgstr "Tysk (eliminera stumma tangenter)" +msgid "Portuguese (Brazil, Nativo)" +msgstr "Portugisisk (Brasilien, Nativo)" #: ../rules/base.xml.in.h:343 -msgid "Greek" -msgstr "Grekisk" +msgid "Portuguese (Brazil, Nativo for US keyboards)" +msgstr "Portugisisk (Brasilien, Nativo för USA-tangentbord)" #: ../rules/base.xml.in.h:344 -msgid "Greek (eliminate dead keys)" -msgstr "Grekisk (eliminera stumma tangenter)" - -#: ../rules/base.xml.in.h:345 -msgid "Greek (extended)" -msgstr "Grekisk (utökad)" +msgid "Esperanto (Brazil, Nativo)" +msgstr "Esperanto (Brasilien, Nativo)" +#. Keyboard indicator for Bulgarian layouts #: ../rules/base.xml.in.h:346 -msgid "Greek (polytonic)" -msgstr "Grekisk (polytonisk)" +msgid "bg" +msgstr "bg" #: ../rules/base.xml.in.h:347 -msgid "Greek (simple)" -msgstr "Grekisk (enkel)" +msgid "Bulgarian" +msgstr "Bulgarisk" #: ../rules/base.xml.in.h:348 -msgid "Gujarati" -msgstr "Gujaratisk" +msgid "Bulgarian (traditional phonetic)" +msgstr "Bulgarisk (traditionell fonetisk)" #: ../rules/base.xml.in.h:349 -msgid "Gyration" -msgstr "Gyration" +msgid "Bulgarian (new phonetic)" +msgstr "Bulgarisk (ny fonetisk)" #: ../rules/base.xml.in.h:350 -msgid "HTC Dream" -msgstr "HTC Dream" - -#: ../rules/base.xml.in.h:351 -msgid "Happy Hacking Keyboard" -msgstr "Happy Hacking-tangentbord" +msgid "Arabic (Morocco)" +msgstr "Arabisk (Marocko)" -#: ../rules/base.xml.in.h:352 -msgid "Happy Hacking Keyboard for Mac" -msgstr "Happy Hacking-tangentbord för Mac" +#. Keyboard indicator for French layouts +#: ../rules/base.xml.in.h:352 ../rules/base.extras.xml.in.h:15 +msgid "fr" +msgstr "fr" #: ../rules/base.xml.in.h:353 -msgid "Hausa" -msgstr "Hausa" - -#: ../rules/base.xml.in.h:354 -msgid "Hebrew" -msgstr "Hebreisk" +msgid "French (Morocco)" +msgstr "Fransk (Marocko)" +#. Keyboard indicator for Berber layouts #: ../rules/base.xml.in.h:355 -msgid "Hebrew (Biblical, Tiro)" -msgstr "Hebreiska (Biblisk, Tiro)" +msgid "ber" +msgstr "ber" #: ../rules/base.xml.in.h:356 -msgid "Hebrew (lyx)" -msgstr "Hebreisk (lyx)" +msgid "Berber (Morocco, Tifinagh)" +msgstr "Berberisk (Marocko, Tifinagh)" #: ../rules/base.xml.in.h:357 -msgid "Hebrew (phonetic)" -msgstr "Hebreiska (fonetisk)" +msgid "Berber (Morocco, Tifinagh alternative)" +msgstr "Berberisk (Marocko, Tifinagh alternativ)" #: ../rules/base.xml.in.h:358 -msgid "Hewlett-Packard Internet Keyboard" -msgstr "Hewlett-Packard Internettangentbord" +msgid "Berber (Morocco, Tifinagh alternative phonetic)" +msgstr "Berberisk (Marocko, Tifinagh alternativ fonetisk)" #: ../rules/base.xml.in.h:359 -msgid "Hewlett-Packard Mini 110 Notebook" -msgstr "Bärbar Hewlett-Packard Mini 110" +msgid "Berber (Morocco, Tifinagh extended)" +msgstr "Berberisk (Marocko, Tifinagh utökad)" #: ../rules/base.xml.in.h:360 -msgid "Hewlett-Packard Omnibook 500 FA" -msgstr "Hewlett-Packard Omnibook 500 FA" +msgid "Berber (Morocco, Tifinagh phonetic)" +msgstr "Berberisk (Marocko, Tifinagh fonetisk)" #: ../rules/base.xml.in.h:361 -msgid "Hewlett-Packard Omnibook 5xx" -msgstr "Hewlett-Packard Omnibook 5xx" - -#: ../rules/base.xml.in.h:362 -msgid "Hewlett-Packard Omnibook 6000/6100" -msgstr "Hewlett-Packard Omnibook 6000/6100" +msgid "Berber (Morocco, Tifinagh extended phonetic)" +msgstr "Berberisk (Marocko, Tifinagh utökad fonetisk)" -#: ../rules/base.xml.in.h:363 -msgid "Hewlett-Packard Omnibook XE3 GC" -msgstr "Hewlett-Packard Omnibook XE3 GC" +#. Keyboard indicator for Cameroon layouts +#: ../rules/base.xml.in.h:363 ../rules/base.extras.xml.in.h:150 +msgid "cm" +msgstr "cm" -#: ../rules/base.xml.in.h:364 -msgid "Hewlett-Packard Omnibook XE3 GF" -msgstr "Hewlett-Packard Omnibook XE3 GF" +#: ../rules/base.xml.in.h:364 ../rules/base.extras.xml.in.h:151 +msgid "English (Cameroon)" +msgstr "Engelsk (Kamerun)" #: ../rules/base.xml.in.h:365 -msgid "Hewlett-Packard Omnibook XT1000" -msgstr "Hewlett-Packard Omnibook XT1000" +msgid "French (Cameroon)" +msgstr "Fransk (Kamerun)" #: ../rules/base.xml.in.h:366 -msgid "Hewlett-Packard Pavilion ZT11xx" -msgstr "Hewlett-Packard Pavilion ZT11xx" +msgid "Cameroon Multilingual (qwerty)" +msgstr "Kamerun flerspråkig (qwerty)" #: ../rules/base.xml.in.h:367 -msgid "Hewlett-Packard Pavilion dv5" -msgstr "Hewlett-Packard Pavilion dv5" +msgid "Cameroon Multilingual (azerty)" +msgstr "Kamerun flerspråkig (azerty)" #: ../rules/base.xml.in.h:368 -msgid "Hewlett-Packard SK-250x Multimedia Keyboard" -msgstr "Hewlett-Packard SK-250x Multimedia Keyboard" - -#: ../rules/base.xml.in.h:369 -msgid "Hewlett-Packard nx9020" -msgstr "Hewlett-Packard nx9020" +msgid "Cameroon Multilingual (Dvorak)" +msgstr "Kamerun flerspråkig (Dvorak)" +#. Keyboard indicator for Burmese layouts #: ../rules/base.xml.in.h:370 -msgid "Hexadecimal" -msgstr "Hexadecimal" +msgid "my" +msgstr "my" #: ../rules/base.xml.in.h:371 -msgid "Hindi (Bolnagri)" -msgstr "Hindi (Bolnagri)" +msgid "Burmese" +msgstr "Burmesisk" -#: ../rules/base.xml.in.h:372 -msgid "Hindi (Wx)" -msgstr "Hindi (Wx)" +#: ../rules/base.xml.in.h:372 ../rules/base.extras.xml.in.h:16 +msgid "French (Canada)" +msgstr "Fransk (Kanada)" #: ../rules/base.xml.in.h:373 -msgid "Honeywell Euroboard" -msgstr "Honeywell Euroboard" +msgid "French (Canada, Dvorak)" +msgstr "Fransk (Kanada, Dvorak)" #: ../rules/base.xml.in.h:374 -msgid "Htc Dream phone" -msgstr "Htc Dream-telefon" +msgid "French (Canada, legacy)" +msgstr "Fransk (Kanada, äldre)" #: ../rules/base.xml.in.h:375 -msgid "Hungarian" -msgstr "Ungersk" +msgid "Canadian Multilingual" +msgstr "Kanadensisk flerspråkig" #: ../rules/base.xml.in.h:376 -msgid "Hungarian (101/qwerty/comma/dead keys)" -msgstr "Ungersk (101/qwerty/komma/stumma tangenter)" +msgid "Canadian Multilingual (first part)" +msgstr "Kanadensisk flerspråkig (första delen)" #: ../rules/base.xml.in.h:377 -msgid "Hungarian (101/qwerty/comma/eliminate dead keys)" -msgstr "Ungersk (101/qwerty/komma/eliminera stumma tangenter)" - -#: ../rules/base.xml.in.h:378 -msgid "Hungarian (101/qwerty/dot/dead keys)" -msgstr "Ungersk (101/qwerty/punkt/stumma tangenter)" +msgid "Canadian Multilingual (second part)" +msgstr "Kanadensisk flerspråkig (andra delen)" +#. Keyboard indicator for Inuktikut layouts #: ../rules/base.xml.in.h:379 -msgid "Hungarian (101/qwerty/dot/eliminate dead keys)" -msgstr "Ungersk (101/qwerty/punkt/eliminera stumma tangenter)" +msgid "ike" +msgstr "ike" #: ../rules/base.xml.in.h:380 -msgid "Hungarian (101/qwertz/comma/dead keys)" -msgstr "Ungersk (101/qwertz/komma/stumma tangenter)" +msgid "Inuktitut" +msgstr "Inuktitut" #: ../rules/base.xml.in.h:381 -msgid "Hungarian (101/qwertz/comma/eliminate dead keys)" -msgstr "Ungersk (101/qwertz/komma/eliminera stumma tangenter)" +msgid "English (Canada)" +msgstr "Engelsk (Kanada)" #: ../rules/base.xml.in.h:382 -msgid "Hungarian (101/qwertz/dot/dead keys)" -msgstr "Ungersk (101/qwertz/punkt/stumma tangenter)" - -#: ../rules/base.xml.in.h:383 -msgid "Hungarian (101/qwertz/dot/eliminate dead keys)" -msgstr "Ungersk (101/qwertz/punkt/eliminera stumma tangenter)" +msgid "French (Democratic Republic of the Congo)" +msgstr "Fransk (Demokratiska republiken Kongo)" +#. Keyboard indicator for Taiwanese layouts #: ../rules/base.xml.in.h:384 -msgid "Hungarian (102/qwerty/comma/dead keys)" -msgstr "Ungersk (102/qwerty/komma/stumma tangenter)" +msgid "zh" +msgstr "zh" #: ../rules/base.xml.in.h:385 -msgid "Hungarian (102/qwerty/comma/eliminate dead keys)" -msgstr "Ungersk (102/qwerty/komma/eliminera stumma tangenter)" +msgid "Chinese" +msgstr "Kinesisk" #: ../rules/base.xml.in.h:386 -msgid "Hungarian (102/qwerty/dot/dead keys)" -msgstr "Ungersk (102/qwerty/punkt/stumma tangenter)" +msgid "Tibetan" +msgstr "Tibetansk" #: ../rules/base.xml.in.h:387 -msgid "Hungarian (102/qwerty/dot/eliminate dead keys)" -msgstr "Ungersk (102/qwerty/punkt/eliminera stumma tangenter)" +msgid "Tibetan (with ASCII numerals)" +msgstr "Tibetansk (med ASCII-taltecken)" #: ../rules/base.xml.in.h:388 -msgid "Hungarian (102/qwertz/comma/dead keys)" -msgstr "Ungersk (102/qwertz/komma/stumma tangenter)" +msgid "ug" +msgstr "ug" #: ../rules/base.xml.in.h:389 -msgid "Hungarian (102/qwertz/comma/eliminate dead keys)" -msgstr "Ungersk (102/qwertz/komma/eliminera stumma tangenter)" - -#: ../rules/base.xml.in.h:390 -msgid "Hungarian (102/qwertz/dot/dead keys)" -msgstr "Ungersk (102/qwertz/punkt/stumma tangenter)" +msgid "Uyghur" +msgstr "Uyghur" +#. Keyboard indicator for Croatian layouts #: ../rules/base.xml.in.h:391 -msgid "Hungarian (102/qwertz/dot/eliminate dead keys)" -msgstr "Ungersk (102/qwertz/punkt/eliminera stumma tangenter)" +msgid "hr" +msgstr "hr" #: ../rules/base.xml.in.h:392 -msgid "Hungarian (eliminate dead keys)" -msgstr "Ungersk (eliminera stumma tangenter)" +msgid "Croatian" +msgstr "Kroatisk" #: ../rules/base.xml.in.h:393 -msgid "Hungarian (qwerty)" -msgstr "Ungersk (qwerty)" +msgid "Croatian (with guillemets for quotes)" +msgstr "Kroatisk (med gåsögon för citattecken)" #: ../rules/base.xml.in.h:394 -msgid "Hungarian (standard)" -msgstr "Ungersk (standard)" +msgid "Croatian (with Croatian digraphs)" +msgstr "Kroatisk (med kroatiska digrafer)" #: ../rules/base.xml.in.h:395 -msgid "Hyper is mapped to Win-keys" -msgstr "Hyper är mappad till Win-tangenterna" +msgid "Croatian (US keyboard with Croatian digraphs)" +msgstr "Kroatisk (USA-tangentbord med kroatiska digrafer)" #: ../rules/base.xml.in.h:396 -msgid "IBM Rapid Access" -msgstr "IBM Rapid Access" - -#: ../rules/base.xml.in.h:397 -msgid "IBM Rapid Access II" -msgstr "IBM Rapid Access II" +msgid "Croatian (US keyboard with Croatian letters)" +msgstr "Kroatisk (USA-tangentbord med kroatiska bokstäver)" -#: ../rules/base.xml.in.h:398 -msgid "IBM Space Saver" -msgstr "IBM Space Saver" +#. Keyboard indicator for Chech layouts +#: ../rules/base.xml.in.h:398 ../rules/base.extras.xml.in.h:90 +msgid "cs" +msgstr "cs" -#: ../rules/base.xml.in.h:399 -msgid "IBM ThinkPad 560Z/600/600E/A22E" -msgstr "IBM ThinkPad 560Z/600/600E/A22E" +#: ../rules/base.xml.in.h:399 ../rules/base.extras.xml.in.h:91 +msgid "Czech" +msgstr "Tjeckisk" #: ../rules/base.xml.in.h:400 -msgid "IBM ThinkPad R60/T60/R61/T61" -msgstr "IBM ThinkPad R60/T60/R61/T61" +msgid "Czech (with <\\|> key)" +msgstr "Tjeckisk (med <\\|>-tangent)" #: ../rules/base.xml.in.h:401 -msgid "IBM ThinkPad Z60m/Z60t/Z61m/Z61t" -msgstr "IBM ThinkPad Z60m/Z60t/Z61m/Z61t" +msgid "Czech (qwerty)" +msgstr "Tjeckisk (qwerty)" #: ../rules/base.xml.in.h:402 -msgid "Icelandic" -msgstr "Isländsk" +msgid "Czech (qwerty, extended Backslash)" +msgstr "Tjeckisk (qwerty, utökat omvänt snedstreck)" #: ../rules/base.xml.in.h:403 -msgid "Icelandic (Dvorak)" -msgstr "Isländsk (Dvorak)" +msgid "Czech (UCW layout, accented letters only)" +msgstr "Tjeckisk (UCW-layout, endast bokstäver med accenter)" #: ../rules/base.xml.in.h:404 -msgid "Icelandic (Macintosh)" -msgstr "Isländska (Macintosh)" - -#: ../rules/base.xml.in.h:405 -msgid "Icelandic (Sun dead keys)" -msgstr "Isländsk (Sun stumma tangenter)" +msgid "Czech (US Dvorak with CZ UCW support)" +msgstr "Tjeckisk (US Dvorak med CZ UCW-stöd)" -#: ../rules/base.xml.in.h:406 -msgid "Icelandic (eliminate dead keys)" -msgstr "Isländsk (eliminera stumma tangenter)" +#. Keyboard indicator for Danish layouts +#: ../rules/base.xml.in.h:406 ../rules/base.extras.xml.in.h:93 +msgid "da" +msgstr "da" -#: ../rules/base.xml.in.h:407 -msgid "Igbo" -msgstr "Igbo" +#: ../rules/base.xml.in.h:407 ../rules/base.extras.xml.in.h:94 +msgid "Danish" +msgstr "Dansk" #: ../rules/base.xml.in.h:408 -msgid "Indian" -msgstr "Indisk" +msgid "Danish (eliminate dead keys)" +msgstr "Dansk (eliminera stumma tangenter)" #: ../rules/base.xml.in.h:409 -msgid "Inuktitut" -msgstr "Inuktitut" +msgid "Danish (Winkeys)" +msgstr "Dansk (Windows-tangenter)" #: ../rules/base.xml.in.h:410 -msgid "Iraqi" -msgstr "Irakisk" +msgid "Danish (Macintosh)" +msgstr "Dansk (Macintosh)" #: ../rules/base.xml.in.h:411 -msgid "Irish" -msgstr "Irländsk" +msgid "Danish (Macintosh, eliminate dead keys)" +msgstr "Dansk (Macintosh, eliminera stumma tangenter)" #: ../rules/base.xml.in.h:412 -msgid "Irish (UnicodeExpert)" -msgstr "Irländsk (UnicodeExpert)" - -#: ../rules/base.xml.in.h:413 -msgid "Italian" -msgstr "Italiensk" +msgid "Danish (Dvorak)" +msgstr "Dansk (Dvorak)" -#: ../rules/base.xml.in.h:414 -msgid "Italian (Macintosh)" -msgstr "Italienska (Macintosh)" +#. Keyboard indicator for Dutch layouts +#: ../rules/base.xml.in.h:414 ../rules/base.extras.xml.in.h:96 +msgid "nl" +msgstr "nl" -#: ../rules/base.xml.in.h:415 -msgid "Italian (US keyboard with Italian letters)" -msgstr "Italiensk (USA-tangentbord med italienska bokstäver)" +#: ../rules/base.xml.in.h:415 ../rules/base.extras.xml.in.h:97 +msgid "Dutch" +msgstr "Nederländsk" #: ../rules/base.xml.in.h:416 -msgid "Italian (eliminate dead keys)" -msgstr "Italiensk (eliminera stumma tangenter)" +msgid "Dutch (Sun dead keys)" +msgstr "Nederländsk (Sun stumma tangenter)" #: ../rules/base.xml.in.h:417 -msgid "Japanese" -msgstr "Japansk" +msgid "Dutch (Macintosh)" +msgstr "Nederländsk (Macintosh)" #: ../rules/base.xml.in.h:418 -msgid "Japanese (Kana 86)" -msgstr "Japansk (Kana 86)" - -#: ../rules/base.xml.in.h:419 -msgid "Japanese (Kana)" -msgstr "Japansk (Kana)" +msgid "Dutch (standard)" +msgstr "Nederländsk (standard)" +#. Keyboard indicator for Dzongkha layouts #: ../rules/base.xml.in.h:420 -msgid "Japanese (Macintosh)" -msgstr "Japanska (Macintosh)" +msgid "dz" +msgstr "dz" #: ../rules/base.xml.in.h:421 -msgid "Japanese (OADG 109A)" -msgstr "Japansk (OADG 109A)" - -#: ../rules/base.xml.in.h:422 -msgid "Japanese (PC-98xx Series)" -msgstr "Japansk (PC-98xx-serien)" +msgid "Dzongkha" +msgstr "Dzongkha" -#: ../rules/base.xml.in.h:423 -msgid "Japanese keyboard options" -msgstr "Tangentbordsalternativ för japanska" +#. Keyboard indicator for Estonian layouts +#: ../rules/base.xml.in.h:423 ../rules/base.extras.xml.in.h:99 +msgid "et" +msgstr "et" -#: ../rules/base.xml.in.h:424 -msgid "Kalmyk" -msgstr "Kalmyk" +#: ../rules/base.xml.in.h:424 ../rules/base.extras.xml.in.h:100 +msgid "Estonian" +msgstr "Estnisk" #: ../rules/base.xml.in.h:425 -msgid "Kana Lock key is locking" -msgstr "Kana Lock-tangent låser" +msgid "Estonian (eliminate dead keys)" +msgstr "Estnisk (eliminera stumma tangenter)" -# Även kanaresisk (äldre form) #: ../rules/base.xml.in.h:426 -msgid "Kannada" -msgstr "Kannada" +msgid "Estonian (Dvorak)" +msgstr "Estnisk (Dvorak)" #: ../rules/base.xml.in.h:427 -msgid "Kashubian" -msgstr "Kashubian" +msgid "Estonian (US keyboard with Estonian letters)" +msgstr "Estnisk (USA-tangentbord med estniska bokstäver)" -#: ../rules/base.xml.in.h:428 -msgid "Kazakh" -msgstr "Kazakisk" +#: ../rules/base.xml.in.h:428 ../rules/base.extras.xml.in.h:30 +msgid "Persian" +msgstr "Persisk" #: ../rules/base.xml.in.h:429 -msgid "Kazakh (with Russian)" -msgstr "Kazakisk (med ryska)" - -#: ../rules/base.xml.in.h:430 -msgid "Key sequence to kill the X server" -msgstr "Tangentsekvens för att döda X-servern" +msgid "Persian (with Persian keypad)" +msgstr "Persisk (med persiskt numeriskt tangentbord)" +#. Keyboard indicator for Kurdish layouts #: ../rules/base.xml.in.h:431 -msgid "Key to choose 3rd level" -msgstr "Tangent för att välja tredje nivå" +msgid "ku" +msgstr "ku" #: ../rules/base.xml.in.h:432 -msgid "Key to choose 5th level" -msgstr "Tangent för att välja femte nivå" +msgid "Kurdish (Iran, Latin Q)" +msgstr "Kurdisk (Iran, Latinskt Q)" #: ../rules/base.xml.in.h:433 -msgid "Key(s) to change layout" -msgstr "Tangent(er) för att byta layout" +msgid "Kurdish (Iran, F)" +msgstr "Kurdisk (Iran, F)" #: ../rules/base.xml.in.h:434 -msgid "Keytronic FlexPro" -msgstr "Keytronic FlexPro" +msgid "Kurdish (Iran, Latin Alt-Q)" +msgstr "Kurdisk (Iran, latinskt Alt-Q)" #: ../rules/base.xml.in.h:435 -msgid "Khmer (Cambodia)" -msgstr "Khmer (Kambodja)" +msgid "Kurdish (Iran, Arabic-Latin)" +msgstr "Kurdisk (Iran, Arabisk-Latin)" #: ../rules/base.xml.in.h:436 -msgid "Kikuyu" -msgstr "Kikuyu" +msgid "Iraqi" +msgstr "Irakisk" #: ../rules/base.xml.in.h:437 -msgid "Kinesis" -msgstr "Kinesis" +msgid "Kurdish (Iraq, Latin Q)" +msgstr "Kurdisk (Irak, latinskt Q)" #: ../rules/base.xml.in.h:438 -msgid "Komi" -msgstr "Komi" +msgid "Kurdish (Iraq, F)" +msgstr "Kurdisk (Irak, F)" #: ../rules/base.xml.in.h:439 -msgid "Korean" -msgstr "Koreansk" +msgid "Kurdish (Iraq, Latin Alt-Q)" +msgstr "Kurdisk (Irak, latinskt Alt-Q)" #: ../rules/base.xml.in.h:440 -msgid "Korean (101/104 key compatible)" -msgstr "Koreansk (101/104-tangenters kompatibel)" - -#: ../rules/base.xml.in.h:441 -msgid "Kurdish (Iran, Arabic-Latin)" -msgstr "Kurdisk (Iran, Arabisk-Latin)" +msgid "Kurdish (Iraq, Arabic-Latin)" +msgstr "Kurdisk (Irak, Arabisk-Latin)" +#. Keyboard indicator for Faroese layouts #: ../rules/base.xml.in.h:442 -msgid "Kurdish (Iran, F)" -msgstr "Kurdisk (Iran, F)" +msgid "fo" +msgstr "fo" #: ../rules/base.xml.in.h:443 -msgid "Kurdish (Iran, Latin Alt-Q)" -msgstr "Kurdiska (Iran, latinskt Alt-Q)" +msgid "Faroese" +msgstr "Färöisk" #: ../rules/base.xml.in.h:444 -msgid "Kurdish (Iran, Latin Q)" -msgstr "Kurdisk (Iran, Latinskt Q)" - -#: ../rules/base.xml.in.h:445 -msgid "Kurdish (Iraq, Arabic-Latin)" -msgstr "Kurdisk (Irak, Arabisk-Latin)" +msgid "Faroese (eliminate dead keys)" +msgstr "Färöisk (eliminera stumma tangenter)" -#: ../rules/base.xml.in.h:446 -msgid "Kurdish (Iraq, F)" -msgstr "Kurdisk (Irak, F)" +#. Keyboard indicator for Finnish layouts +#: ../rules/base.xml.in.h:446 ../rules/base.extras.xml.in.h:102 +msgid "fi" +msgstr "fi" -#: ../rules/base.xml.in.h:447 -msgid "Kurdish (Iraq, Latin Alt-Q)" -msgstr "Kurdisk (Irak, latinskt Alt-Q)" +#: ../rules/base.xml.in.h:447 ../rules/base.extras.xml.in.h:103 +msgid "Finnish" +msgstr "Finsk" #: ../rules/base.xml.in.h:448 -msgid "Kurdish (Iraq, Latin Q)" -msgstr "Kurdisk (Irak, latinskt Q)" +msgid "Finnish (classic)" +msgstr "Finsk (klassisk)" #: ../rules/base.xml.in.h:449 -msgid "Kurdish (Syria, F)" -msgstr "Kurdisk (Syrien, F)" +msgid "Finnish (classic, eliminate dead keys)" +msgstr "Finsk (klassisk, eliminera stumma tangenter)" #: ../rules/base.xml.in.h:450 -msgid "Kurdish (Syria, Latin Alt-Q)" -msgstr "Kurdisk (Syrien, latinskt Alt-Q)" +msgid "Finnish (Winkeys)" +msgstr "Finsk (Windows-tangenter)" #: ../rules/base.xml.in.h:451 -msgid "Kurdish (Syria, Latin Q)" -msgstr "Kurdisk (Syrien, latinskt Q)" +msgid "Northern Saami (Finland)" +msgstr "Nordsamisk (Finland)" #: ../rules/base.xml.in.h:452 -msgid "Kurdish (Turkey, F)" -msgstr "Kurdisk (Turkiet, F)" +msgid "Finnish (Macintosh)" +msgstr "Finska (Macintosh)" -#: ../rules/base.xml.in.h:453 -msgid "Kurdish (Turkey, Latin Alt-Q)" -msgstr "Kurdisk (Turkiet, latinskt Alt-Q)" +#: ../rules/base.xml.in.h:453 ../rules/base.extras.xml.in.h:105 +msgid "French" +msgstr "Fransk" #: ../rules/base.xml.in.h:454 -msgid "Kurdish (Turkey, Latin Q)" -msgstr "Kurdisk (Turkiet, latinskt Q)" +msgid "French (eliminate dead keys)" +msgstr "Fransk (eliminera stumma tangenter)" #: ../rules/base.xml.in.h:455 -msgid "Kyrgyz" -msgstr "Kirgizisk" +msgid "French (Sun dead keys)" +msgstr "Fransk (Sun stumma tangenter)" #: ../rules/base.xml.in.h:456 -msgid "Kyrgyz (phonetic)" -msgstr "Kirgizisk (fonetisk)" +msgid "French (alternative)" +msgstr "Fransk (alternativ)" #: ../rules/base.xml.in.h:457 -msgid "Lao" -msgstr "Lao" +msgid "French (alternative, Latin-9 only)" +msgstr "Fransk (alternativ, endast Latin-9)" #: ../rules/base.xml.in.h:458 -msgid "Lao (STEA proposed standard layout)" -msgstr "Lao (STEA-föreslagen standardlayout)" +msgid "French (alternative, eliminate dead keys)" +msgstr "Fransk (alternativ, eliminera stumma tangenter)" #: ../rules/base.xml.in.h:459 -msgid "Laptop/notebook Compaq (eg. Armada) Laptop Keyboard" -msgstr "Laptop-tangentbord för bärbar Compaq-dator (t.ex. Armada)" +msgid "French (alternative, Sun dead keys)" +msgstr "Fransk (alternativ, Sun stumma tangenter)" #: ../rules/base.xml.in.h:460 -msgid "Laptop/notebook Compaq (eg. Presario) Internet Keyboard" -msgstr "Internettangentbord för bärbar Compaq-dator (t.ex. Presario)" +msgid "French (legacy, alternative)" +msgstr "Franska (äldre, alternativ)" #: ../rules/base.xml.in.h:461 -msgid "Laptop/notebook eMachines m68xx" -msgstr "Bärbar eMachines m68xx" +msgid "French (legacy, alternative, eliminate dead keys)" +msgstr "Fransk (äldre, alternativ, eliminera stumma tangenter)" -#: ../rules/base.xml.in.h:462 ../rules/base.extras.xml.in.h:16 -msgid "Latvian" -msgstr "Lettisk" +#: ../rules/base.xml.in.h:462 +msgid "French (legacy, alternative, Sun dead keys)" +msgstr "Fransk (äldre, alternativ, Sun stumma tangenter)" #: ../rules/base.xml.in.h:463 -msgid "Latvian (F variant)" -msgstr "Lettisk (F-variant)" +msgid "French (Bepo, ergonomic, Dvorak way)" +msgstr "Fransk (Bepo, ergonomisk, Dvorak-liknande)" #: ../rules/base.xml.in.h:464 -msgid "Latvian (adapted)" -msgstr "Lettisk (anpassad)" +msgid "French (Bepo, ergonomic, Dvorak way, Latin-9 only)" +msgstr "Fransk (Bepo, ergonomisk, Dvorak-liknande, endast Latin-9)" #: ../rules/base.xml.in.h:465 -msgid "Latvian (apostrophe variant)" -msgstr "Lettisk (apostrof-variant)" +msgid "French (Dvorak)" +msgstr "Fransk (Dvorak)" #: ../rules/base.xml.in.h:466 -msgid "Latvian (ergonomic, ŪGJRMV)" -msgstr "Lettisk (ergonomisk, ŪGJRMV)" +msgid "French (Macintosh)" +msgstr "Franska (Macintosh)" #: ../rules/base.xml.in.h:467 -msgid "Latvian (modern)" -msgstr "Lettisk (modern)" +msgid "French (Breton)" +msgstr "Fransk (Bretagnsk)" #: ../rules/base.xml.in.h:468 -msgid "Latvian (tilde variant)" -msgstr "Lettisk (tilde-variant)" +msgid "Occitan" +msgstr "Occitansk" #: ../rules/base.xml.in.h:469 -msgid "Left Alt" -msgstr "Vänster alt" +msgid "Georgian (France, AZERTY Tskapo)" +msgstr "Georgisk (Frankrike, AZERTY Tskapo)" #: ../rules/base.xml.in.h:470 -msgid "Left Alt (while pressed)" -msgstr "Vänster Alt (då den trycks ned)" +msgid "English (Ghana)" +msgstr "Engelsk (Ghana)" #: ../rules/base.xml.in.h:471 -msgid "Left Alt is swapped with Left Win" -msgstr "Vänster Alt är utbytt med vänster Win-tangent" - -#: ../rules/base.xml.in.h:472 -msgid "Left Alt+Left Shift" -msgstr "Vänster Alt+Vänster Skift" +msgid "English (Ghana, multilingual)" +msgstr "Engelsk (Ghana, flerspråkig)" +#. Keyboard indicator for Akan layouts #: ../rules/base.xml.in.h:473 -msgid "Left Ctrl" -msgstr "Vänster Ctrl" +msgid "ak" +msgstr "ak" #: ../rules/base.xml.in.h:474 -msgid "Left Ctrl (to first layout), Right Ctrl (to last layout)" -msgstr "Vänster Ctrl (till första layouten), Höger Ctrl (till sista layouten)" - -#: ../rules/base.xml.in.h:475 -msgid "Left Ctrl as Meta" -msgstr "Vänster Ctrl som Meta" +msgid "Akan" +msgstr "Akan" +#. Keyboard indicator for Ewe layouts #: ../rules/base.xml.in.h:476 -msgid "Left Ctrl+Left Shift" -msgstr "Vänster ctrl+vänster skift" +msgid "ee" +msgstr "ee" #: ../rules/base.xml.in.h:477 -msgid "Left Shift" -msgstr "Vänster skift" - -#: ../rules/base.xml.in.h:478 -msgid "Left Win" -msgstr "Vänster Win-tangent" +msgid "Ewe" +msgstr "Ewe" +#. Keyboard indicator for Fula layouts #: ../rules/base.xml.in.h:479 -msgid "Left Win (to first layout), Right Win/Menu (to last layout)" -msgstr "Vänster Win (till första layouten), Höger Win/Meny (till sista layouten)" +msgid "ff" +msgstr "ff" #: ../rules/base.xml.in.h:480 -msgid "Left Win (while pressed)" -msgstr "Vänster Win-tangent (då den trycks ned)" - -#: ../rules/base.xml.in.h:481 -msgid "Left Win chooses 5th level, locks when pressed together with another 5th-level-chooser" -msgstr "Vänster Win-tangent väljer femte nivån, låses när nedtryckt tillsammans med en annan femtenivåväljare" +msgid "Fula" +msgstr "Fula" +#. Keyboard indicator for Ga layouts #: ../rules/base.xml.in.h:482 -msgid "LeftCtrl+LeftWin (to first layout), RightCtrl+Menu (to second layout)" -msgstr "Vänster Ctrl+ Vänster Win (till första layouten), Höger Ctrl+Meny (till andra layouten)" +msgid "gaa" +msgstr "gaa" #: ../rules/base.xml.in.h:483 -msgid "Legacy" -msgstr "Äldre" +msgid "Ga" +msgstr "Ga" -#: ../rules/base.xml.in.h:484 -msgid "Legacy Wang 724" -msgstr "Gammalt Wang 724" +#. Keyboard indicator for Hausa layouts +#: ../rules/base.xml.in.h:485 +msgid "ha" +msgstr "ha" -#. Actually, with KP_SEPARATOR, as the old keypad(comma) #: ../rules/base.xml.in.h:486 -msgid "Legacy key with comma" -msgstr "Äldre tangent med komma" - -#: ../rules/base.xml.in.h:487 -msgid "Legacy key with dot" -msgstr "Äldre tangent med punkt" +msgid "Hausa" +msgstr "Hausa" -#: ../rules/base.xml.in.h:488 ../rules/base.extras.xml.in.h:25 -msgid "Lithuanian" -msgstr "Litauiska" +#. Keyboard indicator for Avatime layouts +#: ../rules/base.xml.in.h:488 +msgid "avn" +msgstr "avn" #: ../rules/base.xml.in.h:489 -msgid "Lithuanian (IBM LST 1205-92)" -msgstr "Litauiska (IBM LST 1205-92)" +msgid "Avatime" +msgstr "Avatime" #: ../rules/base.xml.in.h:490 -msgid "Lithuanian (LEKP)" -msgstr "Litauiska (LEKP)" +msgid "English (Ghana, GILLBT)" +msgstr "Engelsk (Ghana, GILLBT)" #: ../rules/base.xml.in.h:491 -msgid "Lithuanian (LEKPa)" -msgstr "Litauiska (LEKPa)" - -#: ../rules/base.xml.in.h:492 -msgid "Lithuanian (US keyboard with Lithuanian letters)" -msgstr "Litauiska (USA-tangentbord med litauiska bokstäver)" +msgid "French (Guinea)" +msgstr "Fransk (Guinea)" +#. Keyboard indicator for Georgian layouts #: ../rules/base.xml.in.h:493 -msgid "Lithuanian (standard)" -msgstr "Litauiska (standard)" +msgid "ka" +msgstr "ka" #: ../rules/base.xml.in.h:494 -msgid "Logitech Access Keyboard" -msgstr "Logitech Access Keyboard" +msgid "Georgian" +msgstr "Georgisk" #: ../rules/base.xml.in.h:495 -msgid "Logitech Cordless Desktop" -msgstr "Logitech Cordless Desktop" +msgid "Georgian (ergonomic)" +msgstr "Georgisk (ergonomisk)" #: ../rules/base.xml.in.h:496 -msgid "Logitech Cordless Desktop (alternate option)" -msgstr "Logitech Cordless Desktop (alternativ)" +msgid "Georgian (MESS)" +msgstr "Georgisk (MESS)" #: ../rules/base.xml.in.h:497 -msgid "Logitech Cordless Desktop EX110" -msgstr "Logitech Cordless Desktop EX110" +msgid "Russian (Georgia)" +msgstr "Rysk (Georgien)" #: ../rules/base.xml.in.h:498 -msgid "Logitech Cordless Desktop LX-300" -msgstr "Logitech Cordless Desktop LX-300" +msgid "Ossetian (Georgia)" +msgstr "Ossetisk (Georgien)" -#: ../rules/base.xml.in.h:499 -msgid "Logitech Cordless Desktop Navigator" -msgstr "Logitech Cordless Desktop Navigator" +#: ../rules/base.xml.in.h:499 ../rules/base.extras.xml.in.h:23 +msgid "German" +msgstr "Tysk" #: ../rules/base.xml.in.h:500 -msgid "Logitech Cordless Desktop Optical" -msgstr "Logitech Cordless Desktop Optical" +msgid "German (dead acute)" +msgstr "Tysk (stumma akutaccent)" #: ../rules/base.xml.in.h:501 -msgid "Logitech Cordless Desktop Pro (alternate option 2)" -msgstr "Logitech Cordless Desktop Pro (alternativt val 2)" +msgid "German (dead grave acute)" +msgstr "Tysk (stum grav accent)" #: ../rules/base.xml.in.h:502 -msgid "Logitech Cordless Desktop iTouch" -msgstr "Logitech Cordless Desktop iTouch" +msgid "German (eliminate dead keys)" +msgstr "Tysk (eliminera stumma tangenter)" #: ../rules/base.xml.in.h:503 -msgid "Logitech Cordless Freedom/Desktop Navigator" -msgstr "Logitech Cordless Freedom/Desktop Navigator" +msgid "German (T3)" +msgstr "Tysk (T3)" #: ../rules/base.xml.in.h:504 -msgid "Logitech G15 extra keys via G15daemon" -msgstr "Logitech G15 extratangenter via G15daemon" +msgid "Romanian (Germany)" +msgstr "Rumänska (Tyskland)" #: ../rules/base.xml.in.h:505 -msgid "Logitech Generic Keyboard" -msgstr "Logitech Generic Keyboard" +msgid "Romanian (Germany, eliminate dead keys)" +msgstr "Rumänska (Tyskland, eliminera stumma tangenter)" #: ../rules/base.xml.in.h:506 -msgid "Logitech Internet 350 Keyboard" -msgstr "Logitech Internet 350 Keyboard" +msgid "German (Dvorak)" +msgstr "Tysk (Dvorak)" #: ../rules/base.xml.in.h:507 -msgid "Logitech Internet Keyboard" -msgstr "Logitech Internettangentbord" +msgid "German (Sun dead keys)" +msgstr "Tysk (Sun stumma tangenter)" #: ../rules/base.xml.in.h:508 -msgid "Logitech Internet Navigator Keyboard" -msgstr "Logitech Internet Navigator-tangentbord" +msgid "German (Neo 2)" +msgstr "Tysk (Neo 2)" #: ../rules/base.xml.in.h:509 -msgid "Logitech Media Elite Keyboard" -msgstr "Logitech Media Elite Keyboard" +msgid "German (Macintosh)" +msgstr "Tysk (Macintosh)" #: ../rules/base.xml.in.h:510 -msgid "Logitech Ultra-X Cordless Media Desktop Keyboard" -msgstr "Logitech Ultra-X Cordless Media Desktop Keyboard" +msgid "German (Macintosh, eliminate dead keys)" +msgstr "Tysk (Macintosh, eliminera stumma tangenter)" #: ../rules/base.xml.in.h:511 -msgid "Logitech Ultra-X Keyboard" -msgstr "Logitech Ultra-X Keyboard" +msgid "Lower Sorbian" +msgstr "Lågsorbisk" #: ../rules/base.xml.in.h:512 -msgid "Logitech diNovo Edge Keyboard" -msgstr "Logitech diNovo Edge Keyboard" +msgid "Lower Sorbian (qwertz)" +msgstr "Lågsorbisk (qwertz)" #: ../rules/base.xml.in.h:513 -msgid "Logitech diNovo Keyboard" -msgstr "Logitech diNovo Keyboard" +msgid "German (qwerty)" +msgstr "Tysk (qwerty)" #: ../rules/base.xml.in.h:514 -msgid "Logitech iTouch" -msgstr "Logitech iTouch" +msgid "Turkish (Germany)" +msgstr "Turkisk (Tyskland)" #: ../rules/base.xml.in.h:515 -msgid "Logitech iTouch Cordless Keyboard (model Y-RB6)" -msgstr "Logitech iTouch Cordless Keyboard (modell Y-RB6)" +msgid "Russian (Germany, phonetic)" +msgstr "Rysk (Tyskland, fonetisk)" #: ../rules/base.xml.in.h:516 -msgid "Logitech iTouch Internet Navigator Keyboard SE" -msgstr "Logitech iTouch Internet Navigator Keyboard SE" +msgid "German (legacy)" +msgstr "Tysk (äldre)" -#: ../rules/base.xml.in.h:517 -msgid "Logitech iTouch Internet Navigator Keyboard SE (USB)" -msgstr "Logitech iTouch Internet Navigator Keyboard SE (USB)" +#. Keyboard indicator for Greek layouts +#: ../rules/base.xml.in.h:518 ../rules/base.extras.xml.in.h:107 +msgid "gr" +msgstr "gr" -#: ../rules/base.xml.in.h:518 -msgid "Lower Sorbian" -msgstr "Lågsorbiska" - -#: ../rules/base.xml.in.h:519 -msgid "Lower Sorbian (qwertz)" -msgstr "Lågsorbiska (qwertz)" +#: ../rules/base.xml.in.h:519 ../rules/base.extras.xml.in.h:108 +msgid "Greek" +msgstr "Grekisk" #: ../rules/base.xml.in.h:520 -msgid "MacBook/MacBook Pro" -msgstr "MacBook/MacBook Pro" +msgid "Greek (simple)" +msgstr "Grekisk (enkel)" #: ../rules/base.xml.in.h:521 -msgid "MacBook/MacBook Pro (Intl)" -msgstr "MacBook/MacBook Pro (Intl)" +msgid "Greek (extended)" +msgstr "Grekisk (utökad)" #: ../rules/base.xml.in.h:522 -msgid "Macedonian" -msgstr "Makedonsk" +msgid "Greek (eliminate dead keys)" +msgstr "Grekisk (eliminera stumma tangenter)" #: ../rules/base.xml.in.h:523 -msgid "Macedonian (eliminate dead keys)" -msgstr "Makedonsk (eliminera stumma tangenter)" - -#: ../rules/base.xml.in.h:524 -msgid "Macintosh" -msgstr "Macintosh" +msgid "Greek (polytonic)" +msgstr "Grekisk (polytonisk)" +#. Keyboard indicator for Hungarian layouts #: ../rules/base.xml.in.h:525 -msgid "Macintosh Old" -msgstr "Macintosh gammal" +msgid "hu" +msgstr "hu" #: ../rules/base.xml.in.h:526 -msgid "Make Caps Lock an additional Backspace" -msgstr "Gör Caps Lock till ytterligare en backstegstangent" +msgid "Hungarian" +msgstr "Ungersk" #: ../rules/base.xml.in.h:527 -msgid "Make Caps Lock an additional Control but keep the Caps_Lock keysym" -msgstr "Gör Caps Lock till ytterligare en Control men behåll Caps_Lock-keysym" +msgid "Hungarian (standard)" +msgstr "Ungersk (standard)" #: ../rules/base.xml.in.h:528 -msgid "Make Caps Lock an additional ESC" -msgstr "Gör Caps Lock till ytterligare en ESC-tangent" +msgid "Hungarian (eliminate dead keys)" +msgstr "Ungersk (eliminera stumma tangenter)" #: ../rules/base.xml.in.h:529 -msgid "Make Caps Lock an additional Hyper" -msgstr "Gör Caps Lock till ytterligare en Hyper-tangent" +msgid "Hungarian (qwerty)" +msgstr "Ungersk (qwerty)" #: ../rules/base.xml.in.h:530 -msgid "Make Caps Lock an additional Num Lock" -msgstr "Gör Caps Lock till ytterligare en Num Lock-tangent" +msgid "Hungarian (101/qwertz/comma/dead keys)" +msgstr "Ungersk (101/qwertz/komma/stumma tangenter)" #: ../rules/base.xml.in.h:531 -msgid "Make Caps Lock an additional Super" -msgstr "Gör Caps Lock till ytterligare en Super-tangent" +msgid "Hungarian (101/qwertz/comma/eliminate dead keys)" +msgstr "Ungersk (101/qwertz/komma/eliminera stumma tangenter)" #: ../rules/base.xml.in.h:532 -msgid "Make Zenkaku Hankaku an additional ESC" -msgstr "Gör Zenkaku Hankaku till ytterligare en ESC-tangent" +msgid "Hungarian (101/qwertz/dot/dead keys)" +msgstr "Ungersk (101/qwertz/punkt/stumma tangenter)" #: ../rules/base.xml.in.h:533 -msgid "Malayalam" -msgstr "Malayalam" +msgid "Hungarian (101/qwertz/dot/eliminate dead keys)" +msgstr "Ungersk (101/qwertz/punkt/eliminera stumma tangenter)" #: ../rules/base.xml.in.h:534 -msgid "Malayalam (Lalitha)" -msgstr "Malayalamsk (Lalitha)" +msgid "Hungarian (101/qwerty/comma/dead keys)" +msgstr "Ungersk (101/qwerty/komma/stumma tangenter)" #: ../rules/base.xml.in.h:535 -msgid "Malayalam (enhanced Inscript with Rupee Sign)" -msgstr "Malayalam (förbättrad Inscript med Rupee-tecken)" +msgid "Hungarian (101/qwerty/comma/eliminate dead keys)" +msgstr "Ungersk (101/qwerty/komma/eliminera stumma tangenter)" #: ../rules/base.xml.in.h:536 -msgid "Maltese" -msgstr "Maltesisk" +msgid "Hungarian (101/qwerty/dot/dead keys)" +msgstr "Ungersk (101/qwerty/punkt/stumma tangenter)" #: ../rules/base.xml.in.h:537 -msgid "Maltese (with US layout)" -msgstr "Maltesisk (med USA-layout)" +msgid "Hungarian (101/qwerty/dot/eliminate dead keys)" +msgstr "Ungersk (101/qwerty/punkt/eliminera stumma tangenter)" #: ../rules/base.xml.in.h:538 -msgid "Maori" -msgstr "Maori" +msgid "Hungarian (102/qwertz/comma/dead keys)" +msgstr "Ungersk (102/qwertz/komma/stumma tangenter)" #: ../rules/base.xml.in.h:539 -msgid "Mari" -msgstr "Mari" +msgid "Hungarian (102/qwertz/comma/eliminate dead keys)" +msgstr "Ungersk (102/qwertz/komma/eliminera stumma tangenter)" #: ../rules/base.xml.in.h:540 -msgid "Memorex MX1998" -msgstr "Memorex MX1998" +msgid "Hungarian (102/qwertz/dot/dead keys)" +msgstr "Ungersk (102/qwertz/punkt/stumma tangenter)" #: ../rules/base.xml.in.h:541 -msgid "Memorex MX2500 EZ-Access Keyboard" -msgstr "Memorex MX2500 EZ-Access-tangentbord" +msgid "Hungarian (102/qwertz/dot/eliminate dead keys)" +msgstr "Ungersk (102/qwertz/punkt/eliminera stumma tangenter)" #: ../rules/base.xml.in.h:542 -msgid "Memorex MX2750" -msgstr "Memorex MX2750" +msgid "Hungarian (102/qwerty/comma/dead keys)" +msgstr "Ungersk (102/qwerty/komma/stumma tangenter)" #: ../rules/base.xml.in.h:543 -msgid "Menu" -msgstr "Meny" +msgid "Hungarian (102/qwerty/comma/eliminate dead keys)" +msgstr "Ungersk (102/qwerty/komma/eliminera stumma tangenter)" #: ../rules/base.xml.in.h:544 -msgid "Menu as Right Ctrl" -msgstr "Meny som Höger Ctrl" +msgid "Hungarian (102/qwerty/dot/dead keys)" +msgstr "Ungersk (102/qwerty/punkt/stumma tangenter)" #: ../rules/base.xml.in.h:545 -msgid "Meta is mapped to Left Win" -msgstr "Meta är mappad till vänster Win-tangent" - -#: ../rules/base.xml.in.h:546 -msgid "Meta is mapped to Win keys" -msgstr "Meta är mappad till Win-tangenterna" +msgid "Hungarian (102/qwerty/dot/eliminate dead keys)" +msgstr "Ungersk (102/qwerty/punkt/eliminera stumma tangenter)" +#. Keyboard indicator for Icelandic layouts #: ../rules/base.xml.in.h:547 -msgid "Microsoft Comfort Curve Keyboard 2000" -msgstr "Microsoft Comfort Curve Keyboard 2000" +msgid "is" +msgstr "is" #: ../rules/base.xml.in.h:548 -msgid "Microsoft Internet Keyboard" -msgstr "Microsoft Internet Keyboard" +msgid "Icelandic" +msgstr "Isländsk" #: ../rules/base.xml.in.h:549 -msgid "Microsoft Internet Keyboard Pro, Swedish" -msgstr "Microsoft Internet Keyboard Pro, svensk" +msgid "Icelandic (Sun dead keys)" +msgstr "Isländsk (Sun stumma tangenter)" #: ../rules/base.xml.in.h:550 -msgid "Microsoft Natural" -msgstr "Microsoft Natural" +msgid "Icelandic (eliminate dead keys)" +msgstr "Isländsk (eliminera stumma tangenter)" #: ../rules/base.xml.in.h:551 -msgid "Microsoft Natural Keyboard Elite" -msgstr "Microsoft Natural Keyboard Elite" +msgid "Icelandic (Macintosh, legacy)" +msgstr "Isländsk (Macintosh, äldre)" #: ../rules/base.xml.in.h:552 -msgid "Microsoft Natural Keyboard Pro / Microsoft Internet Keyboard Pro" -msgstr "Microsoft Natural Keyboard Pro / Microsoft Internet Keyboard Pro" +msgid "Icelandic (Macintosh)" +msgstr "Isländsk (Macintosh)" #: ../rules/base.xml.in.h:553 -msgid "Microsoft Natural Keyboard Pro OEM" -msgstr "Microsoft Natural Keyboard Pro OEM" - -#: ../rules/base.xml.in.h:554 -msgid "Microsoft Natural Keyboard Pro USB / Microsoft Internet Keyboard Pro" -msgstr "Microsoft Natural Keyboard Pro USB / Microsoft Internet Keyboard Pro" +msgid "Icelandic (Dvorak)" +msgstr "Isländsk (Dvorak)" -#: ../rules/base.xml.in.h:555 -msgid "Microsoft Natural Wireless Ergonomic Keyboard 4000" -msgstr "Microsoft Natural Wireless Ergonomic Keyboard 4000" +#. Keyboard indicator for Hebrew layouts +#: ../rules/base.xml.in.h:555 ../rules/base.extras.xml.in.h:78 +msgid "he" +msgstr "he" -#: ../rules/base.xml.in.h:556 -msgid "Microsoft Natural Wireless Ergonomic Keyboard 7000" -msgstr "Microsoft Natural Wireless Ergonomic Keyboard 7000" +#: ../rules/base.xml.in.h:556 ../rules/base.extras.xml.in.h:79 +msgid "Hebrew" +msgstr "Hebreisk" #: ../rules/base.xml.in.h:557 -msgid "Microsoft Office Keyboard" -msgstr "Microsoft Office-tangentbord" +msgid "Hebrew (lyx)" +msgstr "Hebreisk (lyx)" #: ../rules/base.xml.in.h:558 -msgid "Microsoft Wireless Multimedia Keyboard 1.0A" -msgstr "Microsoft Wireless Multimedia Keyboard 1.0A" +msgid "Hebrew (phonetic)" +msgstr "Hebreisk (fonetisk)" #: ../rules/base.xml.in.h:559 -msgid "Miscellaneous compatibility options" -msgstr "Diverse kompatibilitetsalternativ" - -#: ../rules/base.xml.in.h:560 -msgid "Mongolian" -msgstr "Mongolisk" +msgid "Hebrew (Biblical, Tiro)" +msgstr "Hebreisk (Biblisk, Tiro)" -#: ../rules/base.xml.in.h:561 -msgid "Montenegrin" -msgstr "Montenegrinsk" +#. Keyboard indicator for Italian layouts +#: ../rules/base.xml.in.h:561 ../rules/base.extras.xml.in.h:110 +msgid "it" +msgstr "it" -#: ../rules/base.xml.in.h:562 -msgid "Montenegrin (Cyrillic with guillemets)" -msgstr "Montenegrinsk (Kyrillisk med gåsögon)" +#: ../rules/base.xml.in.h:562 ../rules/base.extras.xml.in.h:111 +msgid "Italian" +msgstr "Italiensk" #: ../rules/base.xml.in.h:563 -msgid "Montenegrin (Cyrillic)" -msgstr "Montenegrinsk (Kyrillisk)" +msgid "Italian (eliminate dead keys)" +msgstr "Italiensk (eliminera stumma tangenter)" #: ../rules/base.xml.in.h:564 -msgid "Montenegrin (Cyrillic, Z and ZHE swapped)" -msgstr "Montenegrinsk (Kyrillisk, Z och ZHE utbytta)" +msgid "Italian (Winkeys)" +msgstr "Italiensk (Windows-tangenter)" #: ../rules/base.xml.in.h:565 -msgid "Montenegrin (Latin Unicode qwerty)" -msgstr "Montenegrinska (Latin unicode qwerty)" +msgid "Italian (Macintosh)" +msgstr "Italiensk (Macintosh)" #: ../rules/base.xml.in.h:566 -msgid "Montenegrin (Latin Unicode)" -msgstr "Montenegrinska (Latin Unicode)" +msgid "Italian (US keyboard with Italian letters)" +msgstr "Italiensk (USA-tangentbord med italienska bokstäver)" #: ../rules/base.xml.in.h:567 -msgid "Montenegrin (Latin qwerty)" -msgstr "Montenegrinsk (Latin qwerty)" +msgid "Georgian (Italy)" +msgstr "Georgisk (Italien)" #: ../rules/base.xml.in.h:568 -msgid "Montenegrin (Latin with guillemets)" -msgstr "Montenegrinsk (Latin med gåsögon)" - -#: ../rules/base.xml.in.h:569 -msgid "NICOLA-F style Backspace" -msgstr "Backsteg i NICOLA-F-stil" +msgid "Italian (IBM 142)" +msgstr "Italiensk (IBM 142)" -#: ../rules/base.xml.in.h:570 -msgid "Nepali" -msgstr "Nepalesisk" +#. Keyboard indicator for Japanese layouts +#: ../rules/base.xml.in.h:570 ../rules/base.extras.xml.in.h:113 +msgid "ja" +msgstr "ja" -#: ../rules/base.xml.in.h:571 -msgid "Non-breakable space character at fourth level" -msgstr "Icke-brytande blankstegstecken på fjärde nivån" +#: ../rules/base.xml.in.h:571 ../rules/base.extras.xml.in.h:114 +msgid "Japanese" +msgstr "Japansk" #: ../rules/base.xml.in.h:572 -msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level" -msgstr "Icke-brytande blankstegstecken på fjärde nivån, tunt icke-brytande blankstegstecken på sjätte nivån" +msgid "Japanese (Kana)" +msgstr "Japansk (Kana)" #: ../rules/base.xml.in.h:573 -msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level (via Ctrl+Shift)" -msgstr "Icke-brytande blankstegstecken på fjärde nivån, tunt icke-brytande blankstegstecken på sjätte nivån (via Ctrl+Skift)" +msgid "Japanese (Kana 86)" +msgstr "Japansk (Kana 86)" #: ../rules/base.xml.in.h:574 -msgid "Non-breakable space character at second level" -msgstr "Icke-brytande blankstegstecken på andra nivån" +msgid "Japanese (OADG 109A)" +msgstr "Japansk (OADG 109A)" #: ../rules/base.xml.in.h:575 -msgid "Non-breakable space character at third level" -msgstr "Icke-brytande blankstegstecken på tredje nivån" +msgid "Japanese (Macintosh)" +msgstr "Japansk (Macintosh)" #: ../rules/base.xml.in.h:576 -msgid "Non-breakable space character at third level, nothing at fourth level" -msgstr "Icke-brytande blankstegstecken på tredje nivån, ingenting på fjärde nivån" - -#: ../rules/base.xml.in.h:577 -msgid "Non-breakable space character at third level, thin non-breakable space character at fourth level" -msgstr "Icke-brytande blankstegstecken på tredje nivån, tunt icke-brytande blankstegstecken på fjärde nivån" +msgid "Japanese (Dvorak)" +msgstr "Japansk (Dvorak)" +#. Keyboard indicator for Kikuyu layouts #: ../rules/base.xml.in.h:578 -msgid "Northern Saami (Finland)" -msgstr "Nordsamiska (Finland)" +msgid "ki" +msgstr "ki" #: ../rules/base.xml.in.h:579 -msgid "Northern Saami (Norway)" -msgstr "Nordsamiska (Norge)" +msgid "Kyrgyz" +msgstr "Kirgizisk" #: ../rules/base.xml.in.h:580 -msgid "Northern Saami (Norway, eliminate dead keys)" -msgstr "Nordsamiska (Norge, eliminera stumma tangenter)" - -#: ../rules/base.xml.in.h:581 -msgid "Northern Saami (Sweden)" -msgstr "Nordsamiska (Sverige)" +msgid "Kyrgyz (phonetic)" +msgstr "Kirgizisk (fonetisk)" +#. Keyboard indicator for Khmer layouts #: ../rules/base.xml.in.h:582 -msgid "Northgate OmniKey 101" -msgstr "Northgate OmniKey 101" +msgid "km" +msgstr "km" #: ../rules/base.xml.in.h:583 -msgid "Norwegian" -msgstr "Norsk" - -#: ../rules/base.xml.in.h:584 -msgid "Norwegian (Dvorak)" -msgstr "Norsk (Dvorak)" +msgid "Khmer (Cambodia)" +msgstr "Khmer (Kambodja)" +#. Keyboard indicator for Kazakh layouts #: ../rules/base.xml.in.h:585 -msgid "Norwegian (Macintosh)" -msgstr "Norska (Macintosh)" +msgid "kk" +msgstr "kk" #: ../rules/base.xml.in.h:586 -msgid "Norwegian (Macintosh, eliminate dead keys)" -msgstr "Norska (Macintosh, eliminera stumma tangenter)" +msgid "Kazakh" +msgstr "Kazakisk" #: ../rules/base.xml.in.h:587 -msgid "Norwegian (eliminate dead keys)" -msgstr "Norsk (eliminera stumma tangenter)" +msgid "Russian (Kazakhstan, with Kazakh)" +msgstr "Rysk (Kazakstan, med kazakiska)" #: ../rules/base.xml.in.h:588 -msgid "Num Lock" -msgstr "Num Lock" - -# KONTROLLERA DENNA -#: ../rules/base.xml.in.h:589 -msgid "Numeric keypad delete key behaviour" -msgstr "Beteende för Delete-tangent på numeriskt tangentbord" +msgid "Kazakh (with Russian)" +msgstr "Kazakisk (med ryska)" +#. Keyboard indicator for Lao layouts #: ../rules/base.xml.in.h:590 -msgid "Numeric keypad keys always enter digits (as in Mac OS)" -msgstr "Tangenter på det numeriska tangentbordet ger alltid siffror (som på Mac OS)" - +msgid "lo" +msgstr "lo" + #: ../rules/base.xml.in.h:591 -msgid "Numeric keypad layout selection" -msgstr "Layoutval för numeriskt tangentbord" +msgid "Lao" +msgstr "Lao" #: ../rules/base.xml.in.h:592 -msgid "OLPC" -msgstr "OLPC" - -#: ../rules/base.xml.in.h:593 -msgid "Occitan" -msgstr "Occitanska" +msgid "Lao (STEA proposed standard layout)" +msgstr "Lao (STEA-föreslagen standardlayout)" -#: ../rules/base.xml.in.h:594 -msgid "Ogham" -msgstr "Ogham" +#. Keyboard indicator for Spanish layouts +#: ../rules/base.xml.in.h:594 ../rules/base.extras.xml.in.h:126 +msgid "es" +msgstr "es" #: ../rules/base.xml.in.h:595 -msgid "Ogham (IS434)" -msgstr "Ogham (IS434)" +msgid "Spanish (Latin American)" +msgstr "Spansk (Latinamerikansk)" #: ../rules/base.xml.in.h:596 -msgid "Oriya" -msgstr "Oriya" +msgid "Spanish (Latin American, eliminate dead keys)" +msgstr "Spansk (Latinamerikansk, eliminera stumma tangenter)" #: ../rules/base.xml.in.h:597 -msgid "Ortek MCK-800 MM/Internet keyboard" -msgstr "Ortek MCK-800 MM/Internet-tangentbord" +msgid "Spanish (Latin American, include dead tilde)" +msgstr "Spansk (Latinamerikansk, inkluderar stumma tilde)" #: ../rules/base.xml.in.h:598 -msgid "Ossetian (Georgia)" -msgstr "Ossetiska (Georgien)" - -#: ../rules/base.xml.in.h:599 -msgid "Ossetian (WinKeys)" -msgstr "Ossetiska (Windows-tangenter)" +msgid "Spanish (Latin American, Sun dead keys)" +msgstr "Spansk (Latinamerikansk, Sun stumma tangenter)" -#: ../rules/base.xml.in.h:600 -msgid "Ossetian (legacy)" -msgstr "Ossetiska (äldre)" +#. Keyboard indicator for Lithuanian layouts +#: ../rules/base.xml.in.h:600 ../rules/base.extras.xml.in.h:32 +msgid "lt" +msgstr "lt" -#: ../rules/base.xml.in.h:601 -msgid "PC-98xx Series" -msgstr "PC-98xx-serien" +#: ../rules/base.xml.in.h:601 ../rules/base.extras.xml.in.h:33 +msgid "Lithuanian" +msgstr "Litauisk" #: ../rules/base.xml.in.h:602 -msgid "Pannonian Rusyn (homophonic)" -msgstr "Rusinska (homofonisk)" +msgid "Lithuanian (standard)" +msgstr "Litauisk (standard)" #: ../rules/base.xml.in.h:603 -msgid "Pashto" -msgstr "Pashto" +msgid "Lithuanian (US keyboard with Lithuanian letters)" +msgstr "Litauisk (USA-tangentbord med litauiska bokstäver)" #: ../rules/base.xml.in.h:604 -msgid "Pashto (Afghanistan, OLPC)" -msgstr "Pashto (Afganistan, OLPC)" +msgid "Lithuanian (IBM LST 1205-92)" +msgstr "Litauisk (IBM LST 1205-92)" #: ../rules/base.xml.in.h:605 -msgid "Pause" -msgstr "Pause" - -#: ../rules/base.xml.in.h:606 ../rules/base.extras.xml.in.h:27 -msgid "Persian" -msgstr "Persisk" +msgid "Lithuanian (LEKP)" +msgstr "Litauisk (LEKP)" -#: ../rules/base.xml.in.h:607 -msgid "Persian (Afghanistan, Dari OLPC)" -msgstr "Persisk (Afganistan, Dari OLPC)" +#: ../rules/base.xml.in.h:606 +msgid "Lithuanian (LEKPa)" +msgstr "Litauisk (LEKPa)" -#: ../rules/base.xml.in.h:608 -msgid "Persian (with Persian Keypad)" -msgstr "Persisk (med persiskt numeriskt tangentbord)" +#. Keyboard indicator for Latvian layouts +#: ../rules/base.xml.in.h:608 ../rules/base.extras.xml.in.h:36 +msgid "lv" +msgstr "lv" -#: ../rules/base.xml.in.h:609 ../rules/base.extras.xml.in.h:28 -msgid "Polish" -msgstr "Polsk" +#: ../rules/base.xml.in.h:609 ../rules/base.extras.xml.in.h:37 +msgid "Latvian" +msgstr "Lettisk" #: ../rules/base.xml.in.h:610 -msgid "Polish (Dvorak)" -msgstr "Polsk (Dvorak)" +msgid "Latvian (apostrophe variant)" +msgstr "Lettisk (apostrof-variant)" #: ../rules/base.xml.in.h:611 -msgid "Polish (Dvorak, Polish quotes on key 1)" -msgstr "Polska (Dvorak, polska citattecken på tangent 1)" +msgid "Latvian (tilde variant)" +msgstr "Lettisk (tilde-variant)" #: ../rules/base.xml.in.h:612 -msgid "Polish (Dvorak, Polish quotes on quotemark key)" -msgstr "Polska (Dvorak, polska citattecken på citattangent)" +msgid "Latvian (F variant)" +msgstr "Lettisk (F-variant)" #: ../rules/base.xml.in.h:613 -msgid "Polish (programmer Dvorak)" -msgstr "Polsk (Dvorak för programmerare)" +msgid "Latvian (modern)" +msgstr "Lettisk (modern)" #: ../rules/base.xml.in.h:614 -msgid "Polish (qwertz)" -msgstr "Polsk (qwertz)" +msgid "Latvian (ergonomic, ŪGJRMV)" +msgstr "Lettisk (ergonomisk, ŪGJRMV)" #: ../rules/base.xml.in.h:615 -msgid "Portuguese" -msgstr "Portugisisk" - -#: ../rules/base.xml.in.h:616 -msgid "Portuguese (Brazil)" -msgstr "Portugisisk (Brasilisk)" +msgid "Latvian (adapted)" +msgstr "Lettisk (anpassad)" +#. Keyboard indicator for Maori layouts #: ../rules/base.xml.in.h:617 -msgid "Portuguese (Brazil, Dvorak)" -msgstr "Portugisisk (Brasiliansk, Dvorak)" +msgid "mi" +msgstr "mi" #: ../rules/base.xml.in.h:618 -msgid "Portuguese (Brazil, eliminate dead keys)" -msgstr "Portugisisk (Brasilisk, eliminera stumma tangenter)" - -#: ../rules/base.xml.in.h:619 -msgid "Portuguese (Brazil, nativo for Esperanto)" -msgstr "Portugisisk (Brasilisk, nativo för Esperanto)" +msgid "Maori" +msgstr "Maori" -#: ../rules/base.xml.in.h:620 -msgid "Portuguese (Brazil, nativo for USA keyboards)" -msgstr "Portugisisk (Brasilisk, nativo för USA-tangentbord)" +#. Keyboard indicator for Serbian layouts +#: ../rules/base.xml.in.h:620 ../rules/base.extras.xml.in.h:67 +msgid "sr" +msgstr "sr" #: ../rules/base.xml.in.h:621 -msgid "Portuguese (Brazil, nativo)" -msgstr "Portugisisk (Brasiliansk, nativo)" +msgid "Montenegrin" +msgstr "Montenegrinsk" #: ../rules/base.xml.in.h:622 -msgid "Portuguese (Macintosh)" -msgstr "Portugisiska (Macintosh)" +msgid "Montenegrin (Cyrillic)" +msgstr "Montenegrinsk (Kyrillisk)" #: ../rules/base.xml.in.h:623 -msgid "Portuguese (Macintosh, Sun dead keys)" -msgstr "Portugisiska (Macintosh, Sun stumma tangenter)" +msgid "Montenegrin (Cyrillic, ZE and ZHE swapped)" +msgstr "Montenegrinsk (Kyrillisk, ZE och ZHE utbytta)" #: ../rules/base.xml.in.h:624 -msgid "Portuguese (Macintosh, eliminate dead keys)" -msgstr "Portugisiska (Macintosh, eliminera stumma tangenter)" +msgid "Montenegrin (Latin Unicode)" +msgstr "Montenegrinsk (Latin Unicode)" #: ../rules/base.xml.in.h:625 -msgid "Portuguese (Nativo for USA keyboards)" -msgstr "Portugisisk (nativo för USA-tangentbord)" +msgid "Montenegrin (Latin qwerty)" +msgstr "Montenegrinsk (Latin qwerty)" #: ../rules/base.xml.in.h:626 -msgid "Portuguese (Nativo)" -msgstr "Portugisisk (Nativo)" +msgid "Montenegrin (Latin Unicode qwerty)" +msgstr "Montenegrinsk (Latin unicode qwerty)" #: ../rules/base.xml.in.h:627 -msgid "Portuguese (Sun dead keys)" -msgstr "Portugisisk (Sun stumma tangenter)" +msgid "Montenegrin (Cyrillic with guillemets)" +msgstr "Montenegrinsk (Kyrillisk med gåsögon)" #: ../rules/base.xml.in.h:628 -msgid "Portuguese (eliminate dead keys)" -msgstr "Portugisisk (eliminera stumma tangenter)" - -#: ../rules/base.xml.in.h:629 -msgid "Propeller Voyager (KTEZ-1000)" -msgstr "Propeller Voyager (KTEZ-1000)" +msgid "Montenegrin (Latin with guillemets)" +msgstr "Montenegrinsk (Latin med gåsögon)" +#. Keyboard indicator for Macedonian layouts #: ../rules/base.xml.in.h:630 -msgid "PrtSc" -msgstr "PrtSc" +msgid "mk" +msgstr "mk" #: ../rules/base.xml.in.h:631 -msgid "Punjabi (Gurmukhi Jhelum)" -msgstr "Punjabi (Gurmukhi Jhelum)" +msgid "Macedonian" +msgstr "Makedonsk" #: ../rules/base.xml.in.h:632 -msgid "Punjabi (Gurmukhi)" -msgstr "Punjabi (Gurmukhi)" - -#: ../rules/base.xml.in.h:633 -msgid "QTronix Scorpius 98N+" -msgstr "QTronix Scorpius 98N+" +msgid "Macedonian (eliminate dead keys)" +msgstr "Makedonsk (eliminera stumma tangenter)" +#. Keyboard indicator for Maltese layouts #: ../rules/base.xml.in.h:634 -msgid "Right Alt" -msgstr "Höger Alt" +msgid "mt" +msgstr "mt" #: ../rules/base.xml.in.h:635 -msgid "Right Alt (while pressed)" -msgstr "Höger Alt-tangent (då den trycks ned)" +msgid "Maltese" +msgstr "Maltesisk" #: ../rules/base.xml.in.h:636 -msgid "Right Alt as Right Ctrl" -msgstr "Höger Alt som Höger Ctrl" - -#: ../rules/base.xml.in.h:637 -msgid "Right Alt chooses 5th level, locks when pressed together with another 5th-level-chooser" -msgstr "Höger Alt-tangent väljer femte nivån, låses när nedtryckt tillsammans med en annan femtenivåväljare" +msgid "Maltese (with US layout)" +msgstr "Maltesisk (med USA-layout)" +#. Keyboard indicator for Mongolian layouts #: ../rules/base.xml.in.h:638 -msgid "Right Alt key never chooses 3rd level" -msgstr "Höger Alt-tangent väljer aldrig tredje nivån" +msgid "mn" +msgstr "mn" #: ../rules/base.xml.in.h:639 -msgid "Right Alt, Shift+Right Alt key is Multi_Key" -msgstr "Höger Alt-tangent, Skift+Höger Alt-tangent är Multi_Key" - -#: ../rules/base.xml.in.h:640 -msgid "Right Ctrl" -msgstr "Höger Ctrl" +msgid "Mongolian" +msgstr "Mongolisk" -#: ../rules/base.xml.in.h:641 -msgid "Right Ctrl (while pressed)" -msgstr "Höger Ctrl-tangent (då den trycks ned)" +#. Keyboard indicator for Norwegian layouts +#: ../rules/base.xml.in.h:641 ../rules/base.extras.xml.in.h:118 +msgid "no" +msgstr "no" -#: ../rules/base.xml.in.h:642 -msgid "Right Ctrl as Right Alt" -msgstr "Höger Ctrl-tangent fungerar som höger Alt" +#: ../rules/base.xml.in.h:642 ../rules/base.extras.xml.in.h:119 +msgid "Norwegian" +msgstr "Norsk" #: ../rules/base.xml.in.h:643 -msgid "Right Ctrl+Right Shift" -msgstr "Höger Ctrl + höger Skift" +msgid "Norwegian (eliminate dead keys)" +msgstr "Norsk (eliminera stumma tangenter)" #: ../rules/base.xml.in.h:644 -msgid "Right Shift" -msgstr "Höger skift" +msgid "Norwegian (Winkeys)" +msgstr "Norsk (Windows-tangenter)" #: ../rules/base.xml.in.h:645 -msgid "Right Win" -msgstr "Höger Win-tangent" +msgid "Norwegian (Dvorak)" +msgstr "Norsk (Dvorak)" #: ../rules/base.xml.in.h:646 -msgid "Right Win (while pressed)" -msgstr "Höger Win-tangent (då den trycks ned)" +msgid "Northern Saami (Norway)" +msgstr "Nordsamisk (Norge)" #: ../rules/base.xml.in.h:647 -msgid "Right Win chooses 5th level, locks when pressed together with another 5th-level-chooser" -msgstr "Höger Win-tangent väljer femte nivån, låses när nedtryckt tillsammans med en annan femtenivåväljare" +msgid "Northern Saami (Norway, eliminate dead keys)" +msgstr "Nordsamisk (Norge, eliminera stumma tangenter)" -#: ../rules/base.xml.in.h:648 ../rules/base.extras.xml.in.h:30 -msgid "Romanian" -msgstr "Rumänsk" +#: ../rules/base.xml.in.h:648 +msgid "Norwegian (Macintosh)" +msgstr "Norsk (Macintosh)" #: ../rules/base.xml.in.h:649 -msgid "Romanian (Germany)" -msgstr "Rumänska (Tyskland)" +msgid "Norwegian (Macintosh, eliminate dead keys)" +msgstr "Norsk (Macintosh, eliminera stumma tangenter)" #: ../rules/base.xml.in.h:650 -msgid "Romanian (Germany, eliminate dead keys)" -msgstr "Rumänska (Tyskland, eliminera stumma tangenter)" - -#: ../rules/base.xml.in.h:651 -msgid "Romanian (WinKeys)" -msgstr "Rumänsk (Windows-tangenter)" +msgid "Norwegian (Colemak)" +msgstr "Norsk (Colemak)" -#: ../rules/base.xml.in.h:652 -msgid "Romanian (cedilla)" -msgstr "Rumänsk (cedilj)" +#. Keyboard indicator for Polish layouts +#: ../rules/base.xml.in.h:652 ../rules/base.extras.xml.in.h:56 +msgid "pl" +msgstr "pl" -#: ../rules/base.xml.in.h:653 -msgid "Romanian (standard cedilla)" -msgstr "Rumänsk (standard cedilj)" +#: ../rules/base.xml.in.h:653 ../rules/base.extras.xml.in.h:57 +msgid "Polish" +msgstr "Polsk" #: ../rules/base.xml.in.h:654 -msgid "Romanian (standard)" -msgstr "Rumänsk (standard)" +msgid "Polish (legacy)" +msgstr "Polsk (äldre)" #: ../rules/base.xml.in.h:655 -msgid "Rupee on 4" -msgstr "Rupee på 4" +msgid "Polish (qwertz)" +msgstr "Polsk (qwertz)" -#: ../rules/base.xml.in.h:656 ../rules/base.extras.xml.in.h:32 -msgid "Russian" -msgstr "Rysk" +#: ../rules/base.xml.in.h:656 +msgid "Polish (Dvorak)" +msgstr "Polsk (Dvorak)" #: ../rules/base.xml.in.h:657 -msgid "Russian (DOS)" -msgstr "Rysk (DOS)" +msgid "Polish (Dvorak, Polish quotes on quotemark key)" +msgstr "Polsk (Dvorak, polska citattecken på citattangent)" #: ../rules/base.xml.in.h:658 -msgid "Russian (Georgia)" -msgstr "Rysk (Georgien)" +msgid "Polish (Dvorak, Polish quotes on key 1)" +msgstr "Polsk (Dvorak, polska citattecken på tangent 1)" #: ../rules/base.xml.in.h:659 -msgid "Russian (Germany, phonetic)" -msgstr "Rysk (Tyskland, fonetiskt)" +msgid "Kashubian" +msgstr "Kasjubisk" #: ../rules/base.xml.in.h:660 -msgid "Russian (Kazakhstan, with Kazakh)" -msgstr "Rysk (Kazakstan, med kazakiska)" +msgid "Silesian" +msgstr "Schlesisk" #: ../rules/base.xml.in.h:661 msgid "Russian (Poland, phonetic Dvorak)" msgstr "Rysk (Polen, fonetisk Dvorak)" #: ../rules/base.xml.in.h:662 -msgid "Russian (Sweden, phonetic)" -msgstr "Rysk (Sverige, fonetiskt)" +msgid "Polish (programmer Dvorak)" +msgstr "Polsk (Dvorak för programmerare)" -#: ../rules/base.xml.in.h:663 -msgid "Russian (Sweden, phonetic, eliminate dead keys)" -msgstr "Rysk (Sverige, fonetiskt, eliminera stumma tangenter)" +#: ../rules/base.xml.in.h:663 ../rules/base.extras.xml.in.h:121 +msgid "Portuguese" +msgstr "Portugisisk" #: ../rules/base.xml.in.h:664 -msgid "Russian (US, phonetic)" -msgstr "Rysk (USA, fonetisk)" +msgid "Portuguese (eliminate dead keys)" +msgstr "Portugisisk (eliminera stumma tangenter)" #: ../rules/base.xml.in.h:665 -msgid "Russian (Ukraine, standard RSTU)" -msgstr "Ryska (Ukraina, standard RSTU)" +msgid "Portuguese (Sun dead keys)" +msgstr "Portugisisk (Sun stumma tangenter)" #: ../rules/base.xml.in.h:666 -msgid "Russian (legacy)" -msgstr "Rysk (äldre)" +msgid "Portuguese (Macintosh)" +msgstr "Portugisisk (Macintosh)" #: ../rules/base.xml.in.h:667 -msgid "Russian (phonetic WinKeys)" -msgstr "Rysk (fonetisk Windows-tangenter)" +msgid "Portuguese (Macintosh, eliminate dead keys)" +msgstr "Portugisisk (Macintosh, eliminera stumma tangenter)" #: ../rules/base.xml.in.h:668 -msgid "Russian (phonetic)" -msgstr "Rysk (fonetiskt)" +msgid "Portuguese (Macintosh, Sun dead keys)" +msgstr "Portugisisk (Macintosh, Sun stumma tangenter)" #: ../rules/base.xml.in.h:669 -msgid "Russian (typewriter)" -msgstr "Rysk (skrivmaskin)" +msgid "Portuguese (Nativo)" +msgstr "Portugisisk (Nativo)" #: ../rules/base.xml.in.h:670 -msgid "Russian (typewriter, legacy)" -msgstr "Rysk (skrivmaskin, äldre)" +msgid "Portuguese (Nativo for US keyboards)" +msgstr "Portugisisk (Nativo för USA-tangentbord)" #: ../rules/base.xml.in.h:671 -msgid "SILVERCREST Multimedia Wireless Keyboard" -msgstr "SILVERCREST Multimedia Wireless Keyboard" - -#: ../rules/base.xml.in.h:672 -msgid "SK-1300" -msgstr "SK-1300" +msgid "Esperanto (Portugal, Nativo)" +msgstr "Esperanto (Portugal, Nativo)" -#: ../rules/base.xml.in.h:673 -msgid "SK-2500" -msgstr "SK-2500" +#. Keyboard indicator for Romanian layouts +#: ../rules/base.xml.in.h:673 ../rules/base.extras.xml.in.h:61 +msgid "ro" +msgstr "ro" -#: ../rules/base.xml.in.h:674 -msgid "SK-6200" -msgstr "SK-6200" +#: ../rules/base.xml.in.h:674 ../rules/base.extras.xml.in.h:62 +msgid "Romanian" +msgstr "Rumänsk" #: ../rules/base.xml.in.h:675 -msgid "SK-7100" -msgstr "SK-7100" +msgid "Romanian (cedilla)" +msgstr "Rumänsk (cedilj)" #: ../rules/base.xml.in.h:676 -msgid "SVEN Ergonomic 2500" -msgstr "SVEN Ergonomic 2500" +msgid "Romanian (standard)" +msgstr "Rumänsk (standard)" #: ../rules/base.xml.in.h:677 -msgid "SVEN Slim 303" -msgstr "SVEN Slim 303" +msgid "Romanian (standard cedilla)" +msgstr "Rumänsk (standard cedilj)" #: ../rules/base.xml.in.h:678 -msgid "Saisiyat (Taiwan)" -msgstr "Saisiyat (Taiwan)" +msgid "Romanian (WinKeys)" +msgstr "Rumänsk (Windows-tangenter)" -#: ../rules/base.xml.in.h:679 -msgid "Samsung SDM 4500P" -msgstr "Samsung SDM 4500P" +#: ../rules/base.xml.in.h:679 ../rules/base.extras.xml.in.h:71 +msgid "Russian" +msgstr "Rysk" #: ../rules/base.xml.in.h:680 -msgid "Samsung SDM 4510P" -msgstr "Samsung SDM 4510P" +msgid "Russian (phonetic)" +msgstr "Rysk (fonetisk)" #: ../rules/base.xml.in.h:681 -msgid "Sanwa Supply SKB-KG3" -msgstr "Sanwa Supply SKB-KG3" +msgid "Russian (phonetic WinKeys)" +msgstr "Rysk (fonetiska Windows-tangenter)" #: ../rules/base.xml.in.h:682 -msgid "Scroll Lock" -msgstr "Scroll Lock" +msgid "Russian (typewriter)" +msgstr "Rysk (skrivmaskin)" #: ../rules/base.xml.in.h:683 -msgid "Semi-colon on third level" -msgstr "Semikolon på tredje nivå" +msgid "Russian (legacy)" +msgstr "Rysk (äldre)" #: ../rules/base.xml.in.h:684 -msgid "Serbian (Cyrillic with guillemets)" -msgstr "Serbiska (Kyrillisk med gåsögon)" +msgid "Russian (typewriter, legacy)" +msgstr "Rysk (skrivmaskin, äldre)" #: ../rules/base.xml.in.h:685 -msgid "Serbian (Cyrillic)" -msgstr "Serbiska (Kyrillisk)" +msgid "Tatar" +msgstr "Tatar" #: ../rules/base.xml.in.h:686 -msgid "Serbian (Cyrillic, Z and ZHE swapped)" -msgstr "Serbiska (Kyrillisk, Z och ZHE utbytta)" +msgid "Ossetian (legacy)" +msgstr "Ossetisk (äldre)" #: ../rules/base.xml.in.h:687 -msgid "Serbian (Latin Unicode qwerty)" -msgstr "Serbisk (Latin Unicode qwerty)" +msgid "Ossetian (WinKeys)" +msgstr "Ossetisk (Windows-tangenter)" #: ../rules/base.xml.in.h:688 -msgid "Serbian (Latin Unicode)" -msgstr "Serbisk (Latin Unicode)" +msgid "Chuvash" +msgstr "Tjuvasjisk" #: ../rules/base.xml.in.h:689 -msgid "Serbian (Latin qwerty)" -msgstr "Serbisk (Latin qwerty)" +msgid "Chuvash (Latin)" +msgstr "Tjuvasjisk (Latin)" #: ../rules/base.xml.in.h:690 -msgid "Serbian (Latin with guillemets)" -msgstr "Serbisk (Latin med gåsögon)" +msgid "Udmurt" +msgstr "Udmurt" #: ../rules/base.xml.in.h:691 -msgid "Serbian (Latin)" -msgstr "Serbisk (Latin)" +msgid "Komi" +msgstr "Komi" #: ../rules/base.xml.in.h:692 -msgid "Serbian (Russia)" -msgstr "Serbiska (Ryssland)" +msgid "Yakut" +msgstr "Yakut" #: ../rules/base.xml.in.h:693 -msgid "Serbo-Croatian (US)" -msgstr "Serbokroatisk (US)" +msgid "Kalmyk" +msgstr "Kalmyk" #: ../rules/base.xml.in.h:694 -msgid "Shift cancels Caps Lock" -msgstr "Skift avbryter Caps Lock" +msgid "Russian (DOS)" +msgstr "Rysk (DOS)" #: ../rules/base.xml.in.h:695 -msgid "Shift does not cancel Num Lock, chooses 3rd level instead" -msgstr "Skift avbryter inte Num Lock, väljer tredje nivån istället" +msgid "Russian (Macintosh)" +msgstr "Rysk (Macintosh)" #: ../rules/base.xml.in.h:696 -msgid "Shift with numeric keypad keys works as in MS Windows" -msgstr "Skift med tangenterna på numeriska tangentbordet fungerar som i MS Windows" +msgid "Serbian (Russia)" +msgstr "Serbisk (Ryssland)" #: ../rules/base.xml.in.h:697 -msgid "Shift+Caps Lock" -msgstr "Skift+Caps Lock" +msgid "Bashkirian" +msgstr "Basjkirisk" #: ../rules/base.xml.in.h:698 -msgid "Sindhi" -msgstr "Sindhi" +msgid "Mari" +msgstr "Mari" #: ../rules/base.xml.in.h:699 -msgid "Sinhala (phonetic)" -msgstr "Sinhala (fonetisk)" +msgid "Russian (phonetic azerty)" +msgstr "Rysk (fonetisk azerty)" #: ../rules/base.xml.in.h:700 -msgid "Slovak" -msgstr "Slovakisk" +msgid "Russian (phonetic French)" +msgstr "Rysk (fonetisk franska)" -#: ../rules/base.xml.in.h:701 -msgid "Slovak (extended Backslash)" -msgstr "Slovakisk (utökat omvänt snedstreck)" +#: ../rules/base.xml.in.h:701 ../rules/base.extras.xml.in.h:68 +msgid "Serbian" +msgstr "Serbisk" #: ../rules/base.xml.in.h:702 -msgid "Slovak (qwerty)" -msgstr "Slovakisk (qwerty)" +msgid "Serbian (Cyrillic, ZE and ZHE swapped)" +msgstr "Serbisk (Kyrillisk, ZE och ZHE utbytta)" #: ../rules/base.xml.in.h:703 -msgid "Slovak (qwerty, extended Backslash)" -msgstr "Slovakisk (qwerty, utökat omvänt snedstreck)" +msgid "Serbian (Latin)" +msgstr "Serbisk (Latin)" #: ../rules/base.xml.in.h:704 -msgid "Slovenian" -msgstr "Slovenska" +msgid "Serbian (Latin Unicode)" +msgstr "Serbisk (Latin Unicode)" #: ../rules/base.xml.in.h:705 -msgid "Slovenian (US keyboard with Slovenian letters)" -msgstr "Slovenska (USA-tangentbord med slovenska bokstäver)" +msgid "Serbian (Latin qwerty)" +msgstr "Serbisk (Latin qwerty)" #: ../rules/base.xml.in.h:706 -msgid "Slovenian (use guillemets for quotes)" -msgstr "Slovenska (använder gåsögon för citattecken)" +msgid "Serbian (Latin Unicode qwerty)" +msgstr "Serbisk (Latin Unicode qwerty)" #: ../rules/base.xml.in.h:707 -msgid "Spanish" -msgstr "Spansk" +msgid "Serbian (Cyrillic with guillemets)" +msgstr "Serbisk (Kyrillisk med gåsögon)" #: ../rules/base.xml.in.h:708 -msgid "Spanish (Dvorak)" -msgstr "Spansk (Dvorak)" +msgid "Serbian (Latin with guillemets)" +msgstr "Serbisk (Latin med gåsögon)" #: ../rules/base.xml.in.h:709 -msgid "Spanish (Latin American)" -msgstr "Spansk (Latinamerikansk)" - -#: ../rules/base.xml.in.h:710 -msgid "Spanish (Latin American, Sun dead keys)" -msgstr "Spanska (Latinamerikansk, Sun stumma tangenter)" +msgid "Pannonian Rusyn" +msgstr "Pannonisk rusinsk" +#. Keyboard indicator for Slovenian layouts #: ../rules/base.xml.in.h:711 -msgid "Spanish (Latin American, eliminate dead keys)" -msgstr "Spansk (Latinamerikansk, eliminera stumma tangenter)" +msgid "sl" +msgstr "sl" #: ../rules/base.xml.in.h:712 -msgid "Spanish (Latin American, include dead tilde)" -msgstr "Spansk (Latinamerikansk, inkluderar stumma tilde)" +msgid "Slovenian" +msgstr "Slovensk" #: ../rules/base.xml.in.h:713 -msgid "Spanish (Macintosh)" -msgstr "Spanska (Macintosh)" +msgid "Slovenian (with guillemets for quotes)" +msgstr "Slovensk (med gåsögon för citattecken)" #: ../rules/base.xml.in.h:714 -msgid "Spanish (Sun dead keys)" -msgstr "Spansk (Sun stumma tangenter)" - -#: ../rules/base.xml.in.h:715 -msgid "Spanish (eliminate dead keys)" -msgstr "Spansk (eliminera stumma tangenter)" +msgid "Slovenian (US keyboard with Slovenian letters)" +msgstr "Slovensk (USA-tangentbord med slovenska bokstäver)" -#: ../rules/base.xml.in.h:716 -msgid "Spanish (include dead tilde)" -msgstr "Spansk (Inkludera dött tilde-tecken)" +#. Keyboard indicator for Slovak layouts +#: ../rules/base.xml.in.h:716 ../rules/base.extras.xml.in.h:123 +msgid "sk" +msgstr "sk" -#: ../rules/base.xml.in.h:717 -msgid "Special keys (Ctrl+Alt+<key>) handled in a server" -msgstr "Specialtangenter (Ctrl+Alt+‹tangent›) hanteras i en server" +#: ../rules/base.xml.in.h:717 ../rules/base.extras.xml.in.h:124 +msgid "Slovak" +msgstr "Slovakisk" #: ../rules/base.xml.in.h:718 -msgid "Sun Type 5/6" -msgstr "Sun Type 5/6" +msgid "Slovak (extended Backslash)" +msgstr "Slovakisk (utökat omvänt snedstreck)" #: ../rules/base.xml.in.h:719 -msgid "Super Power Multimedia Keyboard" -msgstr "Super Power Multimedia Keyboard" +msgid "Slovak (qwerty)" +msgstr "Slovakisk (qwerty)" #: ../rules/base.xml.in.h:720 -msgid "Swahili (Kenya)" -msgstr "Swahilisk (Kenya)" +msgid "Slovak (qwerty, extended Backslash)" +msgstr "Slovakisk (qwerty, utökat omvänt snedstreck)" -#: ../rules/base.xml.in.h:721 -msgid "Swahili (Tanzania)" -msgstr "Swahilisk (Tanzania)" +#: ../rules/base.xml.in.h:721 ../rules/base.extras.xml.in.h:127 +msgid "Spanish" +msgstr "Spansk" #: ../rules/base.xml.in.h:722 -msgid "Swap Ctrl and Caps Lock" -msgstr "Byt Ctrl och Caps Lock" +msgid "Spanish (eliminate dead keys)" +msgstr "Spansk (eliminera stumma tangenter)" #: ../rules/base.xml.in.h:723 -msgid "Swap ESC and Caps Lock" -msgstr "Byt ESC och Caps Lock" +msgid "Spanish (Winkeys)" +msgstr "Spansk (Windows-tangenter)" #: ../rules/base.xml.in.h:724 -msgid "Swedish" -msgstr "Svensk" +msgid "Spanish (include dead tilde)" +msgstr "Spansk (Inkludera dött tilde-tecken)" #: ../rules/base.xml.in.h:725 -msgid "Swedish (Dvorak)" -msgstr "Svensk (Dvorak)" +msgid "Spanish (Sun dead keys)" +msgstr "Spansk (Sun stumma tangenter)" #: ../rules/base.xml.in.h:726 -msgid "Swedish (Macintosh)" -msgstr "Svenska (Macintosh)" +msgid "Spanish (Dvorak)" +msgstr "Spansk (Dvorak)" #: ../rules/base.xml.in.h:727 -msgid "Swedish (Svdvorak)" -msgstr "Svensk (Svdvorak)" +msgid "Asturian (Spain, with bottom-dot H and bottom-dot L)" +msgstr "Asturisk (Spanien, med nederpunkts H och nederpunkts L)" #: ../rules/base.xml.in.h:728 -msgid "Swedish (eliminate dead keys)" -msgstr "Svensk (eliminera stumma tangenter)" +msgid "Catalan (Spain, with middle-dot L)" +msgstr "Katalansk (Spanien, med mittenpunkts L)" #: ../rules/base.xml.in.h:729 -msgid "Swedish Sign Language" -msgstr "Svenskt teckenspråk" - -#: ../rules/base.xml.in.h:730 -msgid "Symplon PaceBook (tablet PC)" -msgstr "Symplon PaceBook (tablet PC)" +msgid "Spanish (Macintosh)" +msgstr "Spansk (Macintosh)" -#: ../rules/base.xml.in.h:731 -msgid "Syriac" -msgstr "Syrisk" +#. Keyboard indicator for Swedish layouts +#: ../rules/base.xml.in.h:731 ../rules/base.extras.xml.in.h:129 +msgid "sv" +msgstr "sv" -#: ../rules/base.xml.in.h:732 -msgid "Syriac (phonetic)" -msgstr "Syrisk (fonetisk)" +#: ../rules/base.xml.in.h:732 ../rules/base.extras.xml.in.h:130 +msgid "Swedish" +msgstr "Svensk" #: ../rules/base.xml.in.h:733 -msgid "Taiwanese" -msgstr "Taiwanesisk" +msgid "Swedish (eliminate dead keys)" +msgstr "Svensk (eliminera stumma tangenter)" #: ../rules/base.xml.in.h:734 -msgid "Taiwanese (indigenous)" -msgstr "Taiwanesisk (inhemsk)" +msgid "Swedish (Dvorak)" +msgstr "Svensk (Dvorak)" #: ../rules/base.xml.in.h:735 -msgid "Tajik" -msgstr "Tadjikisk" +msgid "Russian (Sweden, phonetic)" +msgstr "Rysk (Sverige, fonetisk)" #: ../rules/base.xml.in.h:736 -msgid "Tajik (legacy)" -msgstr "Tadjikisk (äldre)" +msgid "Russian (Sweden, phonetic, eliminate dead keys)" +msgstr "Rysk (Sverige, fonetisk, eliminera stumma tangenter)" #: ../rules/base.xml.in.h:737 -msgid "Tamil" -msgstr "Tamilsk" +msgid "Northern Saami (Sweden)" +msgstr "Nordsamisk (Sverige)" #: ../rules/base.xml.in.h:738 -msgid "Tamil (Sri Lanka, TAB Typewriter)" -msgstr "Tamilsk (Sri Lanka, TAB Typewriter)" +msgid "Swedish (Macintosh)" +msgstr "Svenska (Macintosh)" #: ../rules/base.xml.in.h:739 -msgid "Tamil (Sri Lanka, Unicode)" -msgstr "Tamilsk (Sri Lanka, Unicode)" +msgid "Swedish (Svdvorak)" +msgstr "Svensk (Svdvorak)" #: ../rules/base.xml.in.h:740 -msgid "Tamil (TAB typewriter)" -msgstr "Tamilsk (TAB Typewriter)" +msgid "Swedish Sign Language" +msgstr "Svenskt teckenspråk" -#: ../rules/base.xml.in.h:741 -msgid "Tamil (TSCII typewriter)" -msgstr "Tamilsk (TSCII Typewriter)" +#: ../rules/base.xml.in.h:741 ../rules/base.extras.xml.in.h:133 +msgid "German (Switzerland)" +msgstr "Tysk (Schweiz)" #: ../rules/base.xml.in.h:742 -msgid "Tamil (Unicode)" -msgstr "Tamilsk (Unicode)" +msgid "German (Switzerland, legacy)" +msgstr "Tysk (Schweiz, äldre)" #: ../rules/base.xml.in.h:743 -msgid "Tamil (keyboard with numerals)" -msgstr "Tamilsk (tangentbord med siffror)" +msgid "German (Switzerland, eliminate dead keys)" +msgstr "Tysk (Schweiz, eliminera stumma tangenter)" #: ../rules/base.xml.in.h:744 -msgid "Targa Visionary 811" -msgstr "Targa Visionary 811" +msgid "German (Switzerland, Sun dead keys)" +msgstr "Tysk (Schweiz, Sun stumma tangenter)" #: ../rules/base.xml.in.h:745 -msgid "Tatar" -msgstr "Tatar" +msgid "French (Switzerland)" +msgstr "Fransk (Schweiz)" #: ../rules/base.xml.in.h:746 -msgid "Telugu" -msgstr "Telugo" +msgid "French (Switzerland, eliminate dead keys)" +msgstr "Fransk (Schweiz, eliminera stumma tangenter)" #: ../rules/base.xml.in.h:747 -msgid "Thai" -msgstr "Thailändsk" +msgid "French (Switzerland, Sun dead keys)" +msgstr "Fransk (Schweiz, Sun stumma tangenter)" #: ../rules/base.xml.in.h:748 -msgid "Thai (Pattachote)" -msgstr "Thailändsk (Pattachote)" +msgid "French (Switzerland, Macintosh)" +msgstr "Fransk (Schweiz, Macintosh)" #: ../rules/base.xml.in.h:749 -msgid "Thai (TIS-820.2538)" -msgstr "Thailändsk (TIS-820.2538)" +msgid "German (Switzerland, Macintosh)" +msgstr "Tysk (Schweiz, Macintosh)" #: ../rules/base.xml.in.h:750 -msgid "Tibetan" -msgstr "Tibetanska" - -#: ../rules/base.xml.in.h:751 -msgid "Tibetan (with ASCII numerals)" -msgstr "Tibetanska (med ASCII-taltecken)" +msgid "Arabic (Syria)" +msgstr "Arabisk (Syrien)" +#. Keyboard indicator for Syriac layouts #: ../rules/base.xml.in.h:752 -msgid "To the corresponding key in a Dvorak keyboard." -msgstr "Till motsvarande tangent på ett Dvorak-tangentbord." +msgid "syc" +msgstr "syc" #: ../rules/base.xml.in.h:753 -msgid "To the corresponding key in a Qwerty keyboard." -msgstr "Till motsvarande tangent på ett Qwerty-tangentbord." +msgid "Syriac" +msgstr "Syrisk" #: ../rules/base.xml.in.h:754 -msgid "Toggle PointerKeys with Shift + NumLock." -msgstr "Växla PointerKeys med Skift + NumLock." +msgid "Syriac (phonetic)" +msgstr "Syrisk (fonetisk)" #: ../rules/base.xml.in.h:755 -msgid "Toshiba Satellite S3000" -msgstr "Toshiba Satellite S3000" +msgid "Kurdish (Syria, Latin Q)" +msgstr "Kurdisk (Syrien, latinskt Q)" #: ../rules/base.xml.in.h:756 -msgid "Trust Direct Access Keyboard" -msgstr "Trust Direct Access-tangentbord" +msgid "Kurdish (Syria, F)" +msgstr "Kurdisk (Syrien, F)" #: ../rules/base.xml.in.h:757 -msgid "Trust Slimline" -msgstr "Trust Slimline" - -#: ../rules/base.xml.in.h:758 -msgid "Trust Wireless Keyboard Classic" -msgstr "Trust Wireless Keyboard Classic" +msgid "Kurdish (Syria, Latin Alt-Q)" +msgstr "Kurdisk (Syrien, latinskt Alt-Q)" +#. Keyboard indicator for Tajik layouts #: ../rules/base.xml.in.h:759 -msgid "Tswana" -msgstr "Tswana" +msgid "tg" +msgstr "tg" #: ../rules/base.xml.in.h:760 -msgid "Turkish" -msgstr "Turkisk" +msgid "Tajik" +msgstr "Tadjikisk" #: ../rules/base.xml.in.h:761 -msgid "Turkish (Alt-Q)" -msgstr "Turkisk (Alt-Q)" - -#: ../rules/base.xml.in.h:762 -msgid "Turkish (F)" -msgstr "Turkisk (F)" +msgid "Tajik (legacy)" +msgstr "Tadjikisk (äldre)" +#. Keyboard indicator for Sinhala layouts #: ../rules/base.xml.in.h:763 -msgid "Turkish (Sun dead keys)" -msgstr "Turkisk (Sun stumma tangenter)" +msgid "si" +msgstr "si" #: ../rules/base.xml.in.h:764 -msgid "Turkish (international with dead keys)" -msgstr "Turkisk (Internationell med stumma tangenter)" +msgid "Sinhala (phonetic)" +msgstr "Sinhala (fonetisk)" #: ../rules/base.xml.in.h:765 -msgid "Turkmen" -msgstr "Turkmenisk" +msgid "Tamil (Sri Lanka, Unicode)" +msgstr "Tamilsk (Sri Lanka, Unicode)" #: ../rules/base.xml.in.h:766 -msgid "Turkmen (Alt-Q)" -msgstr "Turkmenisk (Alt-Q)" - -#: ../rules/base.xml.in.h:767 -msgid "TypeMatrix EZ-Reach 2020" -msgstr "TypeMatrix EZ-Reach 2020" +msgid "Tamil (Sri Lanka, TAB Typewriter)" +msgstr "Tamilsk (Sri Lanka, TAB Typewriter)" +#. Keyboard indicator for Thai layouts #: ../rules/base.xml.in.h:768 -msgid "TypeMatrix EZ-Reach 2030 PS2" -msgstr "TypeMatrix EZ-Reach 2030 PS2" +msgid "th" +msgstr "th" #: ../rules/base.xml.in.h:769 -msgid "TypeMatrix EZ-Reach 2030 USB" -msgstr "TypeMatrix EZ-Reach 2030 USB" +msgid "Thai" +msgstr "Thailändsk" #: ../rules/base.xml.in.h:770 -msgid "TypeMatrix EZ-Reach 2030 USB (102/105:EU mode)" -msgstr "TypeMatrix EZ-Reach 2030 USB (102/105:EU-läge)" +msgid "Thai (TIS-820.2538)" +msgstr "Thailändsk (TIS-820.2538)" #: ../rules/base.xml.in.h:771 -msgid "TypeMatrix EZ-Reach 2030 USB (106:JP mode)" -msgstr "TypeMatrix EZ-Reach 2030 USB (106:JP-läge)" - -#: ../rules/base.xml.in.h:772 -msgid "Udmurt" -msgstr "Udmurt" +msgid "Thai (Pattachote)" +msgstr "Thailändsk (Pattachote)" -#: ../rules/base.xml.in.h:773 -msgid "Ukrainian" -msgstr "Ukrainsk" +#. Keyboard indicator for Turkish layouts +#: ../rules/base.xml.in.h:773 ../rules/base.extras.xml.in.h:136 +msgid "tr" +msgstr "tr" -#: ../rules/base.xml.in.h:774 -msgid "Ukrainian (WinKeys)" -msgstr "Ukrainsk (Windows-tangenter)" +#: ../rules/base.xml.in.h:774 ../rules/base.extras.xml.in.h:137 +msgid "Turkish" +msgstr "Turkisk" #: ../rules/base.xml.in.h:775 -msgid "Ukrainian (homophonic)" -msgstr "Ukrainsk (homofonisk)" +msgid "Turkish (F)" +msgstr "Turkisk (F)" #: ../rules/base.xml.in.h:776 -msgid "Ukrainian (legacy)" -msgstr "Ukrainsk (äldre)" +msgid "Turkish (Alt-Q)" +msgstr "Turkisk (Alt-Q)" #: ../rules/base.xml.in.h:777 -msgid "Ukrainian (phonetic)" -msgstr "Ukrainsk (fonetisk)" +msgid "Turkish (Sun dead keys)" +msgstr "Turkisk (Sun stumma tangenter)" #: ../rules/base.xml.in.h:778 -msgid "Ukrainian (standard RSTU)" -msgstr "Ukrainsk (Standard RSTU)" +msgid "Kurdish (Turkey, Latin Q)" +msgstr "Kurdisk (Turkiet, latinskt Q)" #: ../rules/base.xml.in.h:779 -msgid "Ukrainian (typewriter)" -msgstr "Ukrainsk (skrivmaskin)" +msgid "Kurdish (Turkey, F)" +msgstr "Kurdisk (Turkiet, F)" #: ../rules/base.xml.in.h:780 -msgid "Unicode additions (arrows and math operators)" -msgstr "Unicode-tillägg (pilar och matematikoperatorer)" +msgid "Kurdish (Turkey, Latin Alt-Q)" +msgstr "Kurdisk (Turkiet, latinskt Alt-Q)" #: ../rules/base.xml.in.h:781 -msgid "Unicode additions (arrows and math operators). Math operators on default level" -msgstr "Unicode-tillägg (pilar och matematikoperatorer). Matematikoperatorer på standardnivå" - -#: ../rules/base.xml.in.h:782 -msgid "Unitek KB-1925" -msgstr "Unitek KB-1925" +msgid "Turkish (international with dead keys)" +msgstr "Turkisk (Internationell med stumma tangenter)" -#: ../rules/base.xml.in.h:783 -msgid "Urdu (Pakistan)" -msgstr "Urdu (Pakistan)" +#. Keyboard indicator for Crimean Tatar layouts +#: ../rules/base.xml.in.h:783 ../rules/base.extras.xml.in.h:63 +msgid "crh" +msgstr "crh" #: ../rules/base.xml.in.h:784 -msgid "Urdu (Pakistan, CRULP)" -msgstr "Urdu (Pakistan, CRULP)" +msgid "Crimean Tatar (Turkish Q)" +msgstr "Krimtatarisk (Turkiskt Q)" #: ../rules/base.xml.in.h:785 -msgid "Urdu (Pakistan, NLA)" -msgstr "Urdu (Pakistan, NLA)" +msgid "Crimean Tatar (Turkish F)" +msgstr "Krimtatarisk (Turkiskt F)" #: ../rules/base.xml.in.h:786 -msgid "Urdu (WinKeys)" -msgstr "Urdu (Windows-tangenter)" +msgid "Crimean Tatar (Turkish Alt-Q)" +msgstr "Krimtatarisk (Turkisk Alt-Q)" #: ../rules/base.xml.in.h:787 -msgid "Urdu (alternative phonetic)" -msgstr "Urdu (alternativ fonetisk)" +msgid "Taiwanese" +msgstr "Taiwanesisk" #: ../rules/base.xml.in.h:788 -msgid "Urdu (phonetic)" -msgstr "Urdu (fonetisk)" - -#: ../rules/base.xml.in.h:789 -msgid "Use keyboard LED to show alternative layout" -msgstr "Använd tangentbordslampa för att visa alternativ layout" +msgid "Taiwanese (indigenous)" +msgstr "Taiwanesisk (inhemsk)" +#. Keyboard indicator for Saisiyat layouts #: ../rules/base.xml.in.h:790 -msgid "Using space key to input non-breakable space character" -msgstr "Använder blankstegstangenten för att mata in icke-brytande blankstegstecken" +msgid "xsy" +msgstr "xsy" #: ../rules/base.xml.in.h:791 -msgid "Usual space at any level" -msgstr "Vanligt blanksteg på alla nivåer" - -#: ../rules/base.xml.in.h:792 -msgid "Uyghur" -msgstr "Uyghur" +msgid "Saisiyat (Taiwan)" +msgstr "Saisiyat (Taiwan)" -#: ../rules/base.xml.in.h:793 -msgid "Uzbek" -msgstr "Uzbekisk" +#. Keyboard indicator for Ukranian layouts +#: ../rules/base.xml.in.h:793 ../rules/base.extras.xml.in.h:139 +msgid "uk" +msgstr "uk" -#: ../rules/base.xml.in.h:794 -msgid "Uzbek (Afghanistan)" -msgstr "Uzbekisk (Afganistan)" +#: ../rules/base.xml.in.h:794 ../rules/base.extras.xml.in.h:140 +msgid "Ukrainian" +msgstr "Ukrainsk" #: ../rules/base.xml.in.h:795 -msgid "Uzbek (Afghanistan, OLPC)" -msgstr "Uzbekisk (Afganistan, OLPC)" +msgid "Ukrainian (phonetic)" +msgstr "Ukrainsk (fonetisk)" #: ../rules/base.xml.in.h:796 -msgid "Uzbek (Latin)" -msgstr "Uzbekisk (Latin)" +msgid "Ukrainian (typewriter)" +msgstr "Ukrainsk (skrivmaskin)" #: ../rules/base.xml.in.h:797 -msgid "Vietnamese" -msgstr "Vietnamesisk" +msgid "Ukrainian (WinKeys)" +msgstr "Ukrainsk (Windows-tangenter)" #: ../rules/base.xml.in.h:798 -msgid "ViewSonic KU-306 Internet Keyboard" -msgstr "ViewSonic KU-306 internettangentbord" +msgid "Ukrainian (legacy)" +msgstr "Ukrainsk (äldre)" #: ../rules/base.xml.in.h:799 -msgid "Wang 724 keypad with Unicode additions (arrows and math operators)" -msgstr "Wang 724 numeriskt tangentbord med Unicode-tillägg (pilar och matematikoperatorer)" +msgid "Ukrainian (standard RSTU)" +msgstr "Ukrainsk (Standard RSTU)" #: ../rules/base.xml.in.h:800 -msgid "Wang 724 keypad with Unicode additions (arrows and math operators). Math operators on default level" -msgstr "Wang 724 numeriskt tangentbord med Unicode-tillägg (pilar och matematikoperatorer). Matematikoperatorer på standardnivå" +msgid "Russian (Ukraine, standard RSTU)" +msgstr "Rysk (Ukraina, standard RSTU)" #: ../rules/base.xml.in.h:801 -msgid "Winbook Model XP5" -msgstr "Winbook Model XP5" +msgid "Ukrainian (homophonic)" +msgstr "Ukrainsk (homofonisk)" -#: ../rules/base.xml.in.h:802 -msgid "Wolof" -msgstr "Wolofsk" +#: ../rules/base.xml.in.h:802 ../rules/base.extras.xml.in.h:142 +msgid "English (UK)" +msgstr "Engelsk (Storbritannien)" #: ../rules/base.xml.in.h:803 -msgid "Yahoo! Internet Keyboard" -msgstr "Yahoo! Internettangentbord" +msgid "English (UK, extended WinKeys)" +msgstr "Engelsk (Storbritannien, utökade Windows-tangenter)" #: ../rules/base.xml.in.h:804 -msgid "Yakut" -msgstr "Yakut" +msgid "English (UK, international with dead keys)" +msgstr "Engelsk (Storbritannien, internationell med stumma tangenter)" #: ../rules/base.xml.in.h:805 -msgid "Yoruba" -msgstr "Yoruba" +msgid "English (UK, Dvorak)" +msgstr "Engelsk (Storbritannien, Dvorak)" #: ../rules/base.xml.in.h:806 -msgid "Zero-width non-joiner character at second level" -msgstr "Noll-bredd, icke-sammanfogande tecken på andra nivån" +msgid "English (UK, Dvorak with UK punctuation)" +msgstr "Engelsk (Storbritannien, Dvorak med brittisk-engelska skiljetecken)" #: ../rules/base.xml.in.h:807 -msgid "Zero-width non-joiner character at second level, non-breakable space character at third level" -msgstr "Noll-bredd, icke-sammanfogande tecken på andra nivån, icke-brytande blankstegstecken på tredje nivån" +msgid "English (UK, Macintosh)" +msgstr "Engelsk (Storbritannien, Macintosh)" #: ../rules/base.xml.in.h:808 -msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, nothing at fourth level" -msgstr "Noll-bredd, icke-sammanfogande tecken på andra nivån, icke-brytande blankstegstecken på tredje nivån, ingenting på fjärde nivån" +msgid "English (UK, Macintosh international)" +msgstr "Engelsk (Storbritannien, Macintosh internationell)" #: ../rules/base.xml.in.h:809 -msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, thin non-breakable space at fourth level" -msgstr "Noll-bredd, icke-sammanfogande tecken på andra nivån, icke-brytande blankstegstecken på tredje nivån, tunt icke-brytande blanksteg på fjärde nivån" +msgid "English (UK, Colemak)" +msgstr "Engelsk (Storbritannien, Colemak)" #: ../rules/base.xml.in.h:810 -msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, zero-width joiner at fourth level" -msgstr "Noll-bredd, icke-sammanfogande tecken på andra nivån, icke-brytande blankstegstecken på tredje nivån, noll-bredd sammanfogande på fjärde nivån" +msgid "Uzbek" +msgstr "Uzbekisk" #: ../rules/base.xml.in.h:811 -msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level" -msgstr "Noll-bredd, icke-sammanfogande tecken på andra nivån, noll-bredd, sammanfogande tecken på tredje nivån" - -#: ../rules/base.xml.in.h:812 -msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level, non-breakable space character at fourth level" -msgstr "Noll-bredd, icke-sammanfogande tecken på andra nivån, noll-bredd, sammanfogande tecken på tredje nivån, icke-brytande blankstegstecken på fjärde nivån" +msgid "Uzbek (Latin)" +msgstr "Uzbekisk (Latin)" +#. Keyboard indicator for Vietnamese layouts #: ../rules/base.xml.in.h:813 -msgid "Zero-width non-joiner character at third level, zero-width joiner at fourth level" -msgstr "Noll-bredd, icke-sammanfogande tecken på tredje nivån, noll-bredd, sammanfogande på fjärde nivån" +msgid "vi" +msgstr "vi" -#. Keyboard indicator for Akan layouts -#: ../rules/base.xml.in.h:815 -msgid "ak" -msgstr "ak" +#: ../rules/base.xml.in.h:814 +msgid "Vietnamese" +msgstr "Vietnamesisk" -#. Keyboard indicator for Amharic layouts -#: ../rules/base.xml.in.h:817 -msgid "am" -msgstr "am" +#. Keyboard indicator for Korean layouts +#: ../rules/base.xml.in.h:816 ../rules/base.extras.xml.in.h:144 +msgid "ko" +msgstr "ko" -#. Keyboard indicator for Arabic layouts -#: ../rules/base.xml.in.h:819 -msgid "ar" -msgstr "ar" +#: ../rules/base.xml.in.h:817 ../rules/base.extras.xml.in.h:145 +msgid "Korean" +msgstr "Koreansk" -#. Keyboard indicator for Avatime layouts +#: ../rules/base.xml.in.h:818 +msgid "Korean (101/104 key compatible)" +msgstr "Koreansk (101/104-tangenters kompatibel)" + +#: ../rules/base.xml.in.h:819 +msgid "Japanese (PC-98xx Series)" +msgstr "Japansk (PC-98xx-serien)" + +#. Keyboard indicator for Irish layouts #: ../rules/base.xml.in.h:821 -msgid "avn" -msgstr "avn" +msgid "ie" +msgstr "ie" + +#: ../rules/base.xml.in.h:822 +msgid "Irish" +msgstr "Irländsk" -#. Keyboard indicator for Azerbaijani layouts #: ../rules/base.xml.in.h:823 -msgid "az" -msgstr "az" +msgid "CloGaelach" +msgstr "CloGaelach" + +#: ../rules/base.xml.in.h:824 +msgid "Irish (UnicodeExpert)" +msgstr "Irländsk (UnicodeExpert)" -#. Keyboard indicator for Belgian layouts #: ../rules/base.xml.in.h:825 -msgid "be" -msgstr "be" +msgid "Ogham" +msgstr "Ogham" + +#: ../rules/base.xml.in.h:826 +msgid "Ogham (IS434)" +msgstr "Ogham (IS434)" -#. Keyboard indicator for Berber layouts #: ../rules/base.xml.in.h:827 -msgid "ber" -msgstr "ber" +msgid "Urdu (Pakistan)" +msgstr "Urdu (Pakistan)" + +#: ../rules/base.xml.in.h:828 +msgid "Urdu (Pakistan, CRULP)" +msgstr "Urdu (Pakistan, CRULP)" -#. Keyboard indicator for Bulgarian layouts #: ../rules/base.xml.in.h:829 -msgid "bg" -msgstr "bg" +msgid "Urdu (Pakistan, NLA)" +msgstr "Urdu (Pakistan, NLA)" -#. Keyboard indicator for Bambara layouts -#: ../rules/base.xml.in.h:831 -msgid "bm" -msgstr "bm" +#: ../rules/base.xml.in.h:830 +msgid "Arabic (Pakistan)" +msgstr "Arabisk (Pakistan)" + +#. Keyboard indicator for Sindhi layouts +#: ../rules/base.xml.in.h:832 +msgid "sd" +msgstr "sd" -#. Keyboard indicator for Bengali layouts #: ../rules/base.xml.in.h:833 -msgid "bn" -msgstr "bn" +msgid "Sindhi" +msgstr "Sindhi" -#. Keyboard indicator for Braille layouts +#. Keyboard indicator for Dhivehi layouts #: ../rules/base.xml.in.h:835 -msgid "brl" -msgstr "brl" +msgid "dv" +msgstr "dv" + +#: ../rules/base.xml.in.h:836 +msgid "Dhivehi" +msgstr "Dhivehi" -#. Keyboard indicator for Bosnian layouts #: ../rules/base.xml.in.h:837 -msgid "bs" -msgstr "bs" +msgid "English (South Africa)" +msgstr "Engelsk (Sydafrika)" -#. Keyboard indicator for Belarusian layouts +#. Keyboard indicator for Esperanto layouts #: ../rules/base.xml.in.h:839 -msgid "by" -msgstr "by" +msgid "eo" +msgstr "eo" + +#: ../rules/base.xml.in.h:840 +msgid "Esperanto" +msgstr "Esperanto" -#. Keyboard indicator for Catalan layouts #: ../rules/base.xml.in.h:841 -msgid "ca" -msgstr "ca" +msgid "Esperanto (displaced semicolon and quote, obsolete)" +msgstr "Esperanto (flyttat semikolon och citattecken, föråldrat)" -#. Keyboard indicator for Cherokee layouts +#. Keyboard indicator for Nepali layouts #: ../rules/base.xml.in.h:843 -msgid "chr" -msgstr "chr" +msgid "ne" +msgstr "ne" + +#: ../rules/base.xml.in.h:844 +msgid "Nepali" +msgstr "Nepalesisk" -#. Keyboard indicator for Cameroon layouts #: ../rules/base.xml.in.h:845 -msgid "cm" -msgstr "cm" +msgid "English (Nigeria)" +msgstr "Engelsk (Nigeria)" -#. Keyboard indicator for Crimean Tatar layouts -#: ../rules/base.xml.in.h:847 ../rules/base.extras.xml.in.h:38 -msgid "crh" -msgstr "crh" +#. Keyboard indicator for Igbo layouts +#: ../rules/base.xml.in.h:847 +msgid "ig" +msgstr "ig" -#. Keyboard indicator for Chech layouts -#: ../rules/base.xml.in.h:849 -msgid "cs" -msgstr "cs" +#: ../rules/base.xml.in.h:848 +msgid "Igbo" +msgstr "Igbo" + +#. Keyboard indicator for Yoruba layouts +#: ../rules/base.xml.in.h:850 +msgid "yo" +msgstr "yo" -#. Keyboard indicator for Danish layouts #: ../rules/base.xml.in.h:851 -msgid "da" -msgstr "da" +msgid "Yoruba" +msgstr "Yoruba" -#. Keyboard indicator for German layouts -#: ../rules/base.xml.in.h:853 ../rules/base.extras.xml.in.h:39 -msgid "de" -msgstr "de" +#. Keyboard indicator for Amharic layouts +#: ../rules/base.xml.in.h:853 +msgid "am" +msgstr "am" -#. Keyboard indicator for Dhivehi layouts -#: ../rules/base.xml.in.h:855 -msgid "dv" -msgstr "dv" +#: ../rules/base.xml.in.h:854 +msgid "Amharic" +msgstr "Amharisk" + +#. Keyboard indicator for Wolof layouts +#: ../rules/base.xml.in.h:856 +msgid "wo" +msgstr "wo" -#. Keyboard indicator for Dzongkha layouts #: ../rules/base.xml.in.h:857 -msgid "dz" -msgstr "dz" +msgid "Wolof" +msgstr "Wolofsk" -#. Keyboard indicator for Ewe layouts +#. Keyboard indicator for Braille layouts #: ../rules/base.xml.in.h:859 -msgid "ee" -msgstr "ee" +msgid "brl" +msgstr "brl" -#. Keyboard indicator for English layouts -#: ../rules/base.xml.in.h:861 ../rules/base.extras.xml.in.h:40 -msgid "en" -msgstr "en" +#: ../rules/base.xml.in.h:860 +msgid "Braille" +msgstr "Punktskrift" -#. Keyboard indicator for Esperanto layouts -#: ../rules/base.xml.in.h:863 -msgid "eo" -msgstr "eo" +#: ../rules/base.xml.in.h:861 +msgid "Braille (left hand)" +msgstr "Punktskrift (vänster hand)" + +#: ../rules/base.xml.in.h:862 +msgid "Braille (right hand)" +msgstr "Punktskrift (höger hand)" + +#. Keyboard indicator for Turkmen layouts +#: ../rules/base.xml.in.h:864 +msgid "tk" +msgstr "tk" -#. Keyboard indicator for Spanish layouts #: ../rules/base.xml.in.h:865 -msgid "es" -msgstr "es" +msgid "Turkmen" +msgstr "Turkmenisk" -#. Keyboard indicator for Estonian layouts -#: ../rules/base.xml.in.h:867 -msgid "et" -msgstr "et" +#: ../rules/base.xml.in.h:866 +msgid "Turkmen (Alt-Q)" +msgstr "Turkmenisk (Alt-Q)" -#. Keyboard indicator for Persian layouts -#: ../rules/base.xml.in.h:869 ../rules/base.extras.xml.in.h:41 -msgid "fa" -msgstr "fa" +#. Keyboard indicator for Bambara layouts +#: ../rules/base.xml.in.h:868 +msgid "bm" +msgstr "bm" + +#: ../rules/base.xml.in.h:869 +msgid "Bambara" +msgstr "Bambara" + +#: ../rules/base.xml.in.h:870 +msgid "French (Mali, alternative)" +msgstr "Fransk (Mali, alternativ)" -#. Keyboard indicator for Fula layouts #: ../rules/base.xml.in.h:871 -msgid "ff" -msgstr "ff" +msgid "English (Mali, US Macintosh)" +msgstr "Engelsk (Mali, USA Macintosh)" -#. Keyboard indicator for Finnish layouts -#: ../rules/base.xml.in.h:873 -msgid "fi" -msgstr "fi" +#: ../rules/base.xml.in.h:872 +msgid "English (Mali, US international)" +msgstr "Engelsk (Mali, USA internationell)" + +#. Keyboard indicator for Swahili layouts +#: ../rules/base.xml.in.h:874 +msgid "sw" +msgstr "sw" -#. Keyboard indicator for Faroese layouts #: ../rules/base.xml.in.h:875 -msgid "fo" -msgstr "fo" +msgid "Swahili (Tanzania)" +msgstr "Swahilisk (Tanzania)" -#. Keyboard indicator for French layouts -#: ../rules/base.xml.in.h:877 ../rules/base.extras.xml.in.h:42 -msgid "fr" -msgstr "fr" +#: ../rules/base.xml.in.h:876 +msgid "Swahili (Kenya)" +msgstr "Swahilisk (Kenya)" -#. Keyboard indicator for Ga layouts +#: ../rules/base.xml.in.h:877 +msgid "Kikuyu" +msgstr "Kikuyu" + +#. Keyboard indicator for Tswana layouts #: ../rules/base.xml.in.h:879 -msgid "gaa" -msgstr "gaa" +msgid "tn" +msgstr "tn" -#. Keyboard indicator for Greek layouts -#: ../rules/base.xml.in.h:881 -msgid "gr" -msgstr "gr" +#: ../rules/base.xml.in.h:880 +msgid "Tswana" +msgstr "Tswana" + +#. Keyboard indicator for Filipino layouts +#: ../rules/base.xml.in.h:882 +msgid "ph" +msgstr "ph" -#. Keyboard indicator for Gujarati layouts #: ../rules/base.xml.in.h:883 -msgid "gu" -msgstr "gu" +msgid "Filipino" +msgstr "Filipino" + +#: ../rules/base.xml.in.h:884 +msgid "Filipino (QWERTY Baybayin)" +msgstr "Filipino (QWERTY Baybayin)" -#. Keyboard indicator for Hausa layouts #: ../rules/base.xml.in.h:885 -msgid "ha" -msgstr "ha" +msgid "Filipino (Capewell-Dvorak Latin)" +msgstr "Filipino (Capewell-Dvorak Latin)" + +#: ../rules/base.xml.in.h:886 +msgid "Filipino (Capewell-Dvorak Baybayin)" +msgstr "Filipino (Capewell-Dvorak Baybayin)" -#. Keyboard indicator for Hebrew layouts #: ../rules/base.xml.in.h:887 -msgid "he" -msgstr "he" +msgid "Filipino (Capewell-QWERF 2006 Latin)" +msgstr "Filipino (Capewell-QWERF 2006 Latin)" + +#: ../rules/base.xml.in.h:888 +msgid "Filipino (Capewell-QWERF 2006 Baybayin)" +msgstr "Filipino (Capewell-QWERF 2006 Baybayin)" -#. Keyboard indicator for Hindi layouts #: ../rules/base.xml.in.h:889 -msgid "hi" -msgstr "hi" +msgid "Filipino (Colemak Latin)" +msgstr "Filipino (Colemak Latin)" -#. Keyboard indicator for Croatian layouts -#: ../rules/base.xml.in.h:891 -msgid "hr" -msgstr "hr" +#: ../rules/base.xml.in.h:890 +msgid "Filipino (Colemak Baybayin)" +msgstr "Filipino (Colemak Baybayin)" + +#: ../rules/base.xml.in.h:891 +msgid "Filipino (Dvorak Latin)" +msgstr "Filipino (Dvorak Latin)" + +#: ../rules/base.xml.in.h:892 +msgid "Filipino (Dvorak Baybayin)" +msgstr "Filipino (Dvorak Baybayin)" -#. Keyboard indicator for Hungarian layouts #: ../rules/base.xml.in.h:893 -msgid "hu" -msgstr "hu" +msgid "md" +msgstr "md" -#. Keyboard indicator for Armenian layouts -#: ../rules/base.xml.in.h:895 ../rules/base.extras.xml.in.h:43 -msgid "hy" -msgstr "hy" +#: ../rules/base.xml.in.h:894 +msgid "Moldavian" +msgstr "Moldavisk" + +#: ../rules/base.xml.in.h:895 +msgid "gag" +msgstr "gag" + +#: ../rules/base.xml.in.h:896 +msgid "Moldavian (Gagauz)" +msgstr "Moldavisk (Gagauz)" -#. Keyboard indicator for Irish layouts #: ../rules/base.xml.in.h:897 -msgid "ie" -msgstr "ie" +msgid "Switching to another layout" +msgstr "Byta till en annan layout" + +#: ../rules/base.xml.in.h:898 +msgid "Right Alt (while pressed)" +msgstr "Höger Alt-tangent (då den trycks ned)" -#. Keyboard indicator for Igbo layouts #: ../rules/base.xml.in.h:899 -msgid "ig" -msgstr "ig" +msgid "Left Alt (while pressed)" +msgstr "Vänster Alt (då den trycks ned)" + +#: ../rules/base.xml.in.h:900 +msgid "Left Win (while pressed)" +msgstr "Vänster Win-tangent (då den trycks ned)" -#. Keyboard indicator for Inuktikut layouts #: ../rules/base.xml.in.h:901 -msgid "ike" -msgstr "ike" +msgid "Right Win (while pressed)" +msgstr "Höger Win-tangent (då den trycks ned)" + +#: ../rules/base.xml.in.h:902 +msgid "Any Win key (while pressed)" +msgstr "Valfri Win-tangent (då den trycks ned)" -#. Keyboard indicator for Indian layouts #: ../rules/base.xml.in.h:903 -msgid "in" -msgstr "in" +msgid "Caps Lock (while pressed), Alt+Caps Lock does the original capslock action" +msgstr "Caps Lock (när den trycks ned), Alt+Caps Lock gör ursprunglig capslock-åtgärd" + +#: ../rules/base.xml.in.h:904 +msgid "Right Ctrl (while pressed)" +msgstr "Höger Ctrl-tangent (då den trycks ned)" -#. Keyboard indicator for Icelandic layouts #: ../rules/base.xml.in.h:905 -msgid "is" -msgstr "is" +msgid "Right Alt" +msgstr "Höger Alt" + +#: ../rules/base.xml.in.h:906 +msgid "Left Alt" +msgstr "Vänster alt" -#. Keyboard indicator for Italian layouts #: ../rules/base.xml.in.h:907 -msgid "it" -msgstr "it" +msgid "Caps Lock" +msgstr "Caps Lock" + +#: ../rules/base.xml.in.h:908 +msgid "Shift+Caps Lock" +msgstr "Skift+Caps Lock" -#. Keyboard indicator for Japanese layouts #: ../rules/base.xml.in.h:909 -msgid "ja" -msgstr "ja" +msgid "Caps Lock (to first layout), Shift+Caps Lock (to last layout)" +msgstr "Caps Lock (till första layouten), Skift+Caps Lock (till sista layouten)" + +#: ../rules/base.xml.in.h:910 +msgid "Left Win (to first layout), Right Win/Menu (to last layout)" +msgstr "Vänster Win (till första layouten), Höger Win/Meny (till sista layouten)" -#. Keyboard indicator for Georgian layouts #: ../rules/base.xml.in.h:911 -msgid "ka" -msgstr "ka" +msgid "Left Ctrl (to first layout), Right Ctrl (to last layout)" +msgstr "Vänster Ctrl (till första layouten), Höger Ctrl (till sista layouten)" + +#: ../rules/base.xml.in.h:912 +msgid "Alt+Caps Lock" +msgstr "Alt+Caps Lock" -#. Keyboard indicator for Kikuyu layouts #: ../rules/base.xml.in.h:913 -msgid "ki" -msgstr "ki" +msgid "Both Shift keys together" +msgstr "Båda Skift-tangenterna tillsammans" + +#: ../rules/base.xml.in.h:914 +msgid "Both Alt keys together" +msgstr "Båda Alt-tangenterna tillsammans" -#. Keyboard indicator for Kazakh layouts #: ../rules/base.xml.in.h:915 -msgid "kk" -msgstr "kk" +msgid "Both Ctrl keys together" +msgstr "Båda Ctrl-tangenterna tillsammans" + +#: ../rules/base.xml.in.h:916 +msgid "Ctrl+Shift" +msgstr "Ctrl+Skift" -#. Keyboard indicator for Khmer layouts #: ../rules/base.xml.in.h:917 -msgid "km" -msgstr "km" +msgid "Left Ctrl+Left Shift" +msgstr "Vänster ctrl+vänster skift" + +#: ../rules/base.xml.in.h:918 +msgid "Right Ctrl+Right Shift" +msgstr "Höger Ctrl + höger Skift" -#. Keyboard indicator for Kannada layouts #: ../rules/base.xml.in.h:919 -msgid "kn" -msgstr "kn" +msgid "Alt+Ctrl" +msgstr "Alt+Ctrl" + +#: ../rules/base.xml.in.h:920 +msgid "Alt+Shift" +msgstr "Alt+Skift" -#. Keyboard indicator for Korean layouts #: ../rules/base.xml.in.h:921 -msgid "ko" -msgstr "ko" +msgid "Left Alt+Left Shift" +msgstr "Vänster Alt+Vänster Skift" + +#: ../rules/base.xml.in.h:922 +msgid "Alt+Space" +msgstr "Alt+Blanksteg" -#. Keyboard indicator for Kurdish layouts #: ../rules/base.xml.in.h:923 -msgid "ku" -msgstr "ku" +msgid "Menu" +msgstr "Meny" + +#: ../rules/base.xml.in.h:924 +msgid "Left Win" +msgstr "Vänster Win-tangent" -#. Keyboard indicator for Lao layouts #: ../rules/base.xml.in.h:925 -msgid "lo" -msgstr "lo" +msgid "Win Key+Space" +msgstr "Win-tangent+Blanksteg" -#. Keyboard indicator for Lithuanian layouts -#: ../rules/base.xml.in.h:927 ../rules/base.extras.xml.in.h:45 -msgid "lt" -msgstr "lt" +#: ../rules/base.xml.in.h:926 +msgid "Right Win" +msgstr "Höger Win-tangent" -#. Keyboard indicator for Latvian layouts -#: ../rules/base.xml.in.h:929 ../rules/base.extras.xml.in.h:46 -msgid "lv" -msgstr "lv" +#: ../rules/base.xml.in.h:927 +msgid "Left Shift" +msgstr "Vänster skift" + +#: ../rules/base.xml.in.h:928 +msgid "Right Shift" +msgstr "Höger skift" + +#: ../rules/base.xml.in.h:929 +msgid "Left Ctrl" +msgstr "Vänster Ctrl" + +#: ../rules/base.xml.in.h:930 +msgid "Right Ctrl" +msgstr "Höger Ctrl" -#. Keyboard indicator for Maori layouts #: ../rules/base.xml.in.h:931 -msgid "mi" -msgstr "mi" +msgid "Scroll Lock" +msgstr "Scroll Lock" + +#: ../rules/base.xml.in.h:932 +msgid "LeftCtrl+LeftWin (to first layout), RightCtrl+Menu (to second layout)" +msgstr "Vänster Ctrl+ Vänster Win (till första layouten), Höger Ctrl+Meny (till andra layouten)" -#. Keyboard indicator for Macedonian layouts #: ../rules/base.xml.in.h:933 -msgid "mk" -msgstr "mk" +msgid "Key to choose 3rd level" +msgstr "Tangent för att välja tredje nivån" + +#: ../rules/base.xml.in.h:934 +msgid "Any Win key" +msgstr "Valfri Win-tangent" -#. Keyboard indicator for Malayalam layouts #: ../rules/base.xml.in.h:935 -msgid "ml" -msgstr "ml" +msgid "Any Alt key" +msgstr "Valfri Alt-tangent" + +#: ../rules/base.xml.in.h:936 +msgid "Right Alt, Shift+Right Alt key is Compose" +msgstr "Höger Alt-tangent, Skift+höger Alt-tangent är Compose" -#. Keyboard indicator for Mongolian layouts #: ../rules/base.xml.in.h:937 -msgid "mn" -msgstr "mn" +msgid "Right Alt key never chooses 3rd level" +msgstr "Höger Alt-tangent väljer aldrig tredje nivån" + +#: ../rules/base.xml.in.h:938 +msgid "Enter on keypad" +msgstr "Enter på numeriskt tangentbord" -#. Keyboard indicator for Maltese layouts #: ../rules/base.xml.in.h:939 -msgid "mt" -msgstr "mt" +msgid "Backslash" +msgstr "Omvänt snedstreck" + +#: ../rules/base.xml.in.h:940 +msgid "<Less/Greater>" +msgstr "<Mindre än/Större än>" -#. Keyboard indicator for Burmese layouts #: ../rules/base.xml.in.h:941 -msgid "my" -msgstr "my" +msgid "Caps Lock chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" +msgstr "Caps Lock väljer tredje nivån, låses när nedtryckt tillsammans med en annan tredjenivåväljare" + +#: ../rules/base.xml.in.h:942 +msgid "Backslash chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" +msgstr "Omvänt snedstreck väljer tredje nivån, låses när nedtryckt tillsammans med en annan tredjenivåväljare" -#. Keyboard indicator for Nepali layouts #: ../rules/base.xml.in.h:943 -msgid "ne" -msgstr "ne" +msgid "<Less/Greater> chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" +msgstr "<Mindre än/Större än> väljer tredje nivån, låses när nedtryckt tillsammans med annan tredjenivåväljare" + +#: ../rules/base.xml.in.h:944 +msgid "Ctrl key position" +msgstr "Position för Ctrl-tangenten" -#. Keyboard indicator for Dutch layouts #: ../rules/base.xml.in.h:945 -msgid "nl" -msgstr "nl" +msgid "Caps Lock as Ctrl" +msgstr "Caps Lock som Ctrl" + +#: ../rules/base.xml.in.h:946 +msgid "Left Ctrl as Meta" +msgstr "Vänster Ctrl som Meta" -#. Keyboard indicator for Norwegian layouts #: ../rules/base.xml.in.h:947 -msgid "no" -msgstr "no" +msgid "Swap Ctrl and Caps Lock" +msgstr "Byt Ctrl och Caps Lock" + +#: ../rules/base.xml.in.h:948 +msgid "At left of 'A'" +msgstr "Till vänster om \"A\"" -#. Keyboard indicator for Oriya layouts #: ../rules/base.xml.in.h:949 -msgid "or" -msgstr "or" +msgid "At bottom left" +msgstr "Nere till vänster" + +#: ../rules/base.xml.in.h:950 +msgid "Right Ctrl as Right Alt" +msgstr "Höger Ctrl-tangent fungerar som höger Alt" -#. Keyboard indicator for Punjabi layouts #: ../rules/base.xml.in.h:951 -msgid "pa" -msgstr "pa" +msgid "Menu as Right Ctrl" +msgstr "Meny som Höger Ctrl" + +#: ../rules/base.xml.in.h:952 +msgid "Right Alt as Right Ctrl" +msgstr "Höger Alt som Höger Ctrl" -#. Keyboard indicator for Filipino layouts #: ../rules/base.xml.in.h:953 -msgid "ph" -msgstr "ph" +msgid "Swap Left Alt key with Left Ctrl key" +msgstr "Byt vänster Alt-tangent med vänster Ctrl-tangent" -#. Keyboard indicator for Polish layouts -#: ../rules/base.xml.in.h:955 ../rules/base.extras.xml.in.h:47 -msgid "pl" -msgstr "pl" +#: ../rules/base.xml.in.h:954 +msgid "Swap Left Win key with Left Ctrl key" +msgstr "Byt vänster Win-tangent med vänster Ctrl-tangent" + +#: ../rules/base.xml.in.h:955 +msgid "Swap Right Win key with Right Ctrl key" +msgstr "Byt höger Win-tangent med höger Ctrl-tangent" + +#: ../rules/base.xml.in.h:956 +msgid "Left Alt as Ctrl, Left Ctrl as Win, Left Win as Alt" +msgstr "Vänster Alt som Ctrl, vänster Ctrl som Win, vänster Win som Alt" -#. Keyboard indicator for Pashto layouts #: ../rules/base.xml.in.h:957 -msgid "ps" -msgstr "ps" +msgid "Use keyboard LED to show alternative layout" +msgstr "Använd tangentbordslampa för att visa alternativ layout" + +#: ../rules/base.xml.in.h:958 +msgid "Num Lock" +msgstr "Num Lock" -#. Keyboard indicator for Portuguese layouts #: ../rules/base.xml.in.h:959 -msgid "pt" -msgstr "pt" +msgid "Layout of numeric keypad" +msgstr "Layout för numeriskt tangentbord" -#. Keyboard indicator for Romanian layouts -#: ../rules/base.xml.in.h:961 ../rules/base.extras.xml.in.h:48 -msgid "ro" -msgstr "ro" +#: ../rules/base.xml.in.h:960 +msgid "Legacy" +msgstr "Äldre" -#. Keyboard indicator for Russian layouts -#: ../rules/base.xml.in.h:963 ../rules/base.extras.xml.in.h:49 -msgid "ru" -msgstr "ru" +#: ../rules/base.xml.in.h:961 +msgid "Unicode additions (arrows and math operators)" +msgstr "Unicode-tillägg (pilar och matematikoperatorer)" + +#: ../rules/base.xml.in.h:962 +msgid "Unicode additions (arrows and math operators; math operators on default level)" +msgstr "Unicode-tillägg (pilar och matematikoperatorer; matematikoperatorer på standardnivå)" + +#: ../rules/base.xml.in.h:963 +msgid "Legacy Wang 724" +msgstr "Gammalt Wang 724" + +#: ../rules/base.xml.in.h:964 +msgid "Wang 724 keypad with Unicode additions (arrows and math operators)" +msgstr "Wang 724 numeriskt tangentbord med Unicode-tillägg (pilar och matematikoperatorer)" -#. Keyboard indicator for Sindhi layouts #: ../rules/base.xml.in.h:965 -msgid "sd" -msgstr "sd" +msgid "Wang 724 keypad with Unicode additions (arrows and math operators; math operators on default level)" +msgstr "Wang 724 numeriskt tangentbord med Unicode-tillägg (pilar och matematikoperatorer; matematikoperatorer på standardnivå)" + +#: ../rules/base.xml.in.h:966 +msgid "Hexadecimal" +msgstr "Hexadecimal" -#. Keyboard indicator for Sinhala layouts #: ../rules/base.xml.in.h:967 -msgid "si" -msgstr "si" +msgid "ATM/phone-style" +msgstr "Knappsats/telefonliknande" + +# KONTROLLERA DENNA +#: ../rules/base.xml.in.h:968 +msgid "Numeric keypad delete key behaviour" +msgstr "Beteende för Delete-tangent på numeriskt tangentbord" -#. Keyboard indicator for Slovak layouts #: ../rules/base.xml.in.h:969 -msgid "sk" -msgstr "sk" +msgid "Legacy key with dot" +msgstr "Äldre tangent med punkt" -#. Keyboard indicator for Slovenian layouts +#. Actually, with KP_SEPARATOR, as the old keypad(comma) #: ../rules/base.xml.in.h:971 -msgid "sl" -msgstr "sl" +msgid "Legacy key with comma" +msgstr "Äldre tangent med komma" + +#: ../rules/base.xml.in.h:972 +msgid "Four-level key with dot" +msgstr "Fjärdenivåtangent med punkt" -#. Keyboard indicator for Albanian layouts #: ../rules/base.xml.in.h:973 -msgid "sq" -msgstr "sq" +msgid "Four-level key with dot, Latin-9 only" +msgstr "Fjärdenivåtangent med punkt, Latin-9-begränsning" + +#: ../rules/base.xml.in.h:974 +msgid "Four-level key with comma" +msgstr "Fjärdenivåtangent med komma" + +#: ../rules/base.xml.in.h:975 +msgid "Four-level key with momayyez" +msgstr "Fjärdenivåtangent med momayyez" + +#. This assumes the KP_ abstract symbols are actually useful for some apps +#. The description needs to be rewritten +#: ../rules/base.xml.in.h:978 +msgid "Four-level key with abstract separators" +msgstr "Fjärdenivåtangent med abstrakta avgränsare" + +#: ../rules/base.xml.in.h:979 +msgid "Semicolon on third level" +msgstr "Semikolon på tredje nivån" + +#: ../rules/base.xml.in.h:980 +msgid "Caps Lock key behavior" +msgstr "Beteende för Caps Lock-tangenten" + +#: ../rules/base.xml.in.h:981 +msgid "Caps Lock uses internal capitalization; Shift \"pauses\" Caps Lock" +msgstr "Caps Lock använder intern skiftlägesstyrning; Skift \"pausar\" Caps Lock" + +#: ../rules/base.xml.in.h:982 +msgid "Caps Lock uses internal capitalization; Shift doesn't affect Caps Lock" +msgstr "Caps Lock använder intern skiftlägesstyrning; Skift påverkar inte Caps Lock" + +#: ../rules/base.xml.in.h:983 +msgid "Caps Lock acts as Shift with locking; Shift \"pauses\" Caps Lock" +msgstr "Caps Lock fungerar som Skift med låsning; Skift \"pausar\" Caps Lock" + +#: ../rules/base.xml.in.h:984 +msgid "Caps Lock acts as Shift with locking; Shift doesn't affect Caps Lock" +msgstr "Caps Lock fungerar som Skift med låsning; Skift påverkar inte Caps Lock" + +#: ../rules/base.xml.in.h:985 +msgid "Caps Lock toggles normal capitalization of alphabetic characters" +msgstr "Caps Lock växlar normalt skiftläge på alfabetiska tecken" + +#: ../rules/base.xml.in.h:986 +msgid "Make Caps Lock an additional Num Lock" +msgstr "Gör Caps Lock till ytterligare en Num Lock-tangent" + +#: ../rules/base.xml.in.h:987 +msgid "Swap ESC and Caps Lock" +msgstr "Byt ESC och Caps Lock" + +#: ../rules/base.xml.in.h:988 +msgid "Make Caps Lock an additional ESC" +msgstr "Gör Caps Lock till ytterligare en ESC-tangent" + +#: ../rules/base.xml.in.h:989 +msgid "Make Caps Lock an additional Backspace" +msgstr "Gör Caps Lock till ytterligare en backstegstangent" + +#: ../rules/base.xml.in.h:990 +msgid "Make Caps Lock an additional Super" +msgstr "Gör Caps Lock till ytterligare en Super-tangent" + +#: ../rules/base.xml.in.h:991 +msgid "Make Caps Lock an additional Hyper" +msgstr "Gör Caps Lock till ytterligare en Hyper-tangent" + +#: ../rules/base.xml.in.h:992 +msgid "Caps Lock toggles ShiftLock (affects all keys)" +msgstr "Caps Lock växlar Skift (påverkar alla tangenter)" + +#: ../rules/base.xml.in.h:993 +msgid "Caps Lock is disabled" +msgstr "Caps Lock är inaktiverad" + +#: ../rules/base.xml.in.h:994 +msgid "Make Caps Lock an additional Ctrl" +msgstr "Gör Caps Lock till ytterligare en Ctrl-tangent" + +#: ../rules/base.xml.in.h:995 +msgid "Alt/Win key behavior" +msgstr "Alt/Win-tangentbeteende" + +#: ../rules/base.xml.in.h:996 +msgid "Add the standard behavior to Menu key" +msgstr "Lägg till standardbeteendet till Meny-tangenten" + +#: ../rules/base.xml.in.h:997 +msgid "Alt and Meta are on Alt keys" +msgstr "Alt och Meta finns på Alt-tangenterna" + +#: ../rules/base.xml.in.h:998 +msgid "Alt is mapped to Win keys (and the usual Alt keys)" +msgstr "Alt är mappad till Win-tangenterna (och de vanliga Alt-tangenterna)" + +#: ../rules/base.xml.in.h:999 +msgid "Ctrl is mapped to Win keys (and the usual Ctrl keys)" +msgstr "Ctrl är mappad till Win-tangenterna (och de vanliga Ctrl-tangenterna)" + +#: ../rules/base.xml.in.h:1000 +msgid "Ctrl is mapped to Alt keys, Alt is mapped to Win keys" +msgstr "Ctrl är mappad till Alt-tangenterna, Alt-tangenten är mappad till Win-tangenterna" + +#: ../rules/base.xml.in.h:1001 +msgid "Meta is mapped to Win keys" +msgstr "Meta är mappad till Win-tangenterna" + +#: ../rules/base.xml.in.h:1002 +msgid "Meta is mapped to Left Win" +msgstr "Meta är mappad till vänster Win-tangent" + +#: ../rules/base.xml.in.h:1003 +msgid "Hyper is mapped to Win keys" +msgstr "Hyper är mappad till Win-tangenterna" + +#: ../rules/base.xml.in.h:1004 +msgid "Alt is mapped to Right Win, Super to Menu" +msgstr "Alt är mappad till högra Win-tangenten och Super till Meny" + +#: ../rules/base.xml.in.h:1005 +msgid "Alt is swapped with Win" +msgstr "Alt är utbytt med Win-tangent" + +#: ../rules/base.xml.in.h:1006 +msgid "Position of Compose key" +msgstr "Placering av Compose-tangent" + +#: ../rules/base.xml.in.h:1007 +msgid "3rd level of Left Win" +msgstr "Tredje nivån av vänster Win" + +#: ../rules/base.xml.in.h:1008 +msgid "3rd level of Right Win" +msgstr "Tredje nivån av höger Win" + +#: ../rules/base.xml.in.h:1009 +msgid "3rd level of Menu" +msgstr "Tredje nivån av Meny" + +#: ../rules/base.xml.in.h:1010 +msgid "3rd level of Left Ctrl" +msgstr "Tredje nivån av vänster Ctrl" + +#: ../rules/base.xml.in.h:1011 +msgid "3rd level of Right Ctrl" +msgstr "Tredje nivån av höger Ctrl" + +#: ../rules/base.xml.in.h:1012 +msgid "3rd level of Caps Lock" +msgstr "Tredje nivån av Caps Lock" + +#: ../rules/base.xml.in.h:1013 +msgid "3rd level of <Less/Greater>" +msgstr "Tredje nivån av <Mindre än/Större än>" + +#: ../rules/base.xml.in.h:1014 +msgid "Pause" +msgstr "Pause" + +#: ../rules/base.xml.in.h:1015 +msgid "PrtSc" +msgstr "PrtSc" + +#: ../rules/base.xml.in.h:1016 +msgid "Miscellaneous compatibility options" +msgstr "Diverse kompatibilitetsalternativ" + +#: ../rules/base.xml.in.h:1017 +msgid "Default numeric keypad keys" +msgstr "Standardtangenter för numeriskt tangentbord" + +#: ../rules/base.xml.in.h:1018 +msgid "Numeric keypad keys always enter digits (as in Mac OS)" +msgstr "Tangenter på det numeriska tangentbordet ger alltid siffror (som på Mac OS)" + +#: ../rules/base.xml.in.h:1019 +msgid "NumLock on: digits, Shift switches to arrow keys, Numlock off: always arrow keys (as in MS Windows)" +msgstr "NumLock på: siffror, Skift växlar till piltangenter, Numlock av: alltid piltangenter (som i MS Windows)" + +#: ../rules/base.xml.in.h:1020 +msgid "Shift does not cancel Num Lock, chooses 3rd level instead" +msgstr "Skift avbryter inte Num Lock, väljer tredje nivån istället" + +#: ../rules/base.xml.in.h:1021 +msgid "Special keys (Ctrl+Alt+<key>) handled in a server" +msgstr "Specialtangenter (Ctrl+Alt+‹tangent›) hanteras i en server" + +#: ../rules/base.xml.in.h:1022 +msgid "Apple Aluminium Keyboard: emulate PC keys (Print, Scroll Lock, Pause, Num Lock)" +msgstr "Apple aluminiumtangentbord: emulera PC-tangenter (Print, Scroll Lock, Pause, Num Lock)" + +#: ../rules/base.xml.in.h:1023 +msgid "Shift cancels Caps Lock" +msgstr "Skift avbryter Caps Lock" + +#: ../rules/base.xml.in.h:1024 +msgid "Enable extra typographic characters" +msgstr "Aktivera extra typografiska tecken" + +#: ../rules/base.xml.in.h:1025 +msgid "Both Shift keys together toggle Caps Lock" +msgstr "Båda Skifttangenterna tillsammans växlar Caps Lock" + +#: ../rules/base.xml.in.h:1026 +msgid "Both Shift keys together activate Caps Lock, one Shift key deactivates" +msgstr "Båda Skifttangenterna tillsammans aktiverar Caps Lock, en Skifttangent inaktiverar" + +#: ../rules/base.xml.in.h:1027 +msgid "Both Shift keys together toggle ShiftLock" +msgstr "Båda Skifttangenterna tillsammans växlar ShiftLock" + +#: ../rules/base.xml.in.h:1028 +msgid "Shift + NumLock toggles PointerKeys" +msgstr "Skift + NumLock växlar pekartangenter" + +#: ../rules/base.xml.in.h:1029 +msgid "Allow breaking grabs with keyboard actions (warning: security risk)" +msgstr "Tillåt avbrott av fångad inmatning med tangentbordsåtgärder (varning: säkerhetsrisk)" + +#: ../rules/base.xml.in.h:1030 +msgid "Allow grab and window tree logging" +msgstr "Tillåt loggning av fångst och fönsterträd" + +#: ../rules/base.xml.in.h:1031 +msgid "Adding currency signs to certain keys" +msgstr "Lägga till valutatecken till vissa tangenter" + +#: ../rules/base.xml.in.h:1032 +msgid "Euro on E" +msgstr "Euro på E" + +#: ../rules/base.xml.in.h:1033 +msgid "Euro on 2" +msgstr "Euro på 2" + +#: ../rules/base.xml.in.h:1034 +msgid "Euro on 4" +msgstr "Euro på 4" + +#: ../rules/base.xml.in.h:1035 +msgid "Euro on 5" +msgstr "Euro på 5" + +#: ../rules/base.xml.in.h:1036 +msgid "Rupee on 4" +msgstr "Rupee på 4" + +#: ../rules/base.xml.in.h:1037 +msgid "Key to choose 5th level" +msgstr "Tangent för att välja femte nivån" + +#: ../rules/base.xml.in.h:1038 +msgid "<Less/Greater> chooses 5th level, locks when pressed together with another 5th-level-chooser" +msgstr "<Mindre än/Större än> väljer femte nivån, låses när nedtryckt tillsammans med en annan femtenivåväljare" + +#: ../rules/base.xml.in.h:1039 +msgid "Right Alt chooses 5th level, locks when pressed together with another 5th-level-chooser" +msgstr "Höger Alt-tangent väljer femte nivån, låses när nedtryckt tillsammans med en annan femtenivåväljare" + +#: ../rules/base.xml.in.h:1040 +msgid "Left Win chooses 5th level, locks when pressed together with another 5th-level-chooser" +msgstr "Vänster Win-tangent väljer femte nivån, låses när nedtryckt tillsammans med en annan femtenivåväljare" + +#: ../rules/base.xml.in.h:1041 +msgid "Right Win chooses 5th level, locks when pressed together with another 5th-level-chooser" +msgstr "Höger Win-tangent väljer femte nivån, låses när nedtryckt tillsammans med en annan femtenivåväljare" + +#: ../rules/base.xml.in.h:1042 +msgid "Using space key to input non-breakable space character" +msgstr "Använda blankstegstangenten för att mata in icke-brytande blankstegstecken" + +#: ../rules/base.xml.in.h:1043 +msgid "Usual space at any level" +msgstr "Vanligt blanksteg på alla nivåer" + +#: ../rules/base.xml.in.h:1044 +msgid "Non-breakable space character at second level" +msgstr "Icke-brytande blankstegstecken på andra nivån" + +#: ../rules/base.xml.in.h:1045 +msgid "Non-breakable space character at third level" +msgstr "Icke-brytande blankstegstecken på tredje nivån" + +#: ../rules/base.xml.in.h:1046 +msgid "Non-breakable space character at third level, nothing at fourth level" +msgstr "Icke-brytande blankstegstecken på tredje nivån, ingenting på fjärde nivån" + +#: ../rules/base.xml.in.h:1047 +msgid "Non-breakable space character at third level, thin non-breakable space character at fourth level" +msgstr "Icke-brytande blankstegstecken på tredje nivån, tunt icke-brytande blankstegstecken på fjärde nivån" + +#: ../rules/base.xml.in.h:1048 +msgid "Non-breakable space character at fourth level" +msgstr "Icke-brytande blankstegstecken på fjärde nivån" + +#: ../rules/base.xml.in.h:1049 +msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level" +msgstr "Icke-brytande blankstegstecken på fjärde nivån, tunt icke-brytande blankstegstecken på sjätte nivån" + +#: ../rules/base.xml.in.h:1050 +msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level (via Ctrl+Shift)" +msgstr "Icke-brytande blankstegstecken på fjärde nivån, tunt icke-brytande blankstegstecken på sjätte nivån (via Ctrl+Skift)" + +#: ../rules/base.xml.in.h:1051 +msgid "Zero-width non-joiner character at second level" +msgstr "Noll-bredd, icke-sammanfogande tecken på andra nivån" + +#: ../rules/base.xml.in.h:1052 +msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level" +msgstr "Noll-bredd, icke-sammanfogande tecken på andra nivån, noll-bredd, sammanfogande tecken på tredje nivån" + +#: ../rules/base.xml.in.h:1053 +msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level, non-breakable space character at fourth level" +msgstr "Noll-bredd, icke-sammanfogande tecken på andra nivån, noll-bredd, sammanfogande tecken på tredje nivån, icke-brytande blankstegstecken på fjärde nivån" + +#: ../rules/base.xml.in.h:1054 +msgid "Zero-width non-joiner character at second level, non-breakable space character at third level" +msgstr "Noll-bredd, icke-sammanfogande tecken på andra nivån, icke-brytande blankstegstecken på tredje nivån" -#. Keyboard indicator for Serbian layouts -#: ../rules/base.xml.in.h:975 ../rules/base.extras.xml.in.h:51 -msgid "sr" -msgstr "sr" +#: ../rules/base.xml.in.h:1055 +msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, nothing at fourth level" +msgstr "Noll-bredd, icke-sammanfogande tecken på andra nivån, icke-brytande blankstegstecken på tredje nivån, ingenting på fjärde nivån" -#. Keyboard indicator for Swedish layouts -#: ../rules/base.xml.in.h:977 -msgid "sv" -msgstr "sv" +#: ../rules/base.xml.in.h:1056 +msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, zero-width joiner at fourth level" +msgstr "Noll-bredd, icke-sammanfogande tecken på andra nivån, icke-brytande blankstegstecken på tredje nivån, noll-bredd sammanfogande på fjärde nivån" -#. Keyboard indicator for Swahili layouts -#: ../rules/base.xml.in.h:979 -msgid "sw" -msgstr "sw" +#: ../rules/base.xml.in.h:1057 +msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, thin non-breakable space at fourth level" +msgstr "Noll-bredd, icke-sammanfogande tecken på andra nivån, icke-brytande blankstegstecken på tredje nivån, tunt icke-brytande blanksteg på fjärde nivån" -#. Keyboard indicator for Syriac layouts -#: ../rules/base.xml.in.h:981 -msgid "syc" -msgstr "syc" +#: ../rules/base.xml.in.h:1058 +msgid "Zero-width non-joiner character at third level, zero-width joiner at fourth level" +msgstr "Noll-bredd, icke-sammanfogande tecken på tredje nivån, noll-bredd, sammanfogande på fjärde nivån" -#. Keyboard indicator for Tamil layouts -#: ../rules/base.xml.in.h:983 -msgid "ta" -msgstr "ta" +#: ../rules/base.xml.in.h:1059 +msgid "Japanese keyboard options" +msgstr "Tangentbordsalternativ för japanska" -#. Keyboard indicator for Telugu layouts -#: ../rules/base.xml.in.h:985 -msgid "te" -msgstr "te" +#: ../rules/base.xml.in.h:1060 +msgid "Kana Lock key is locking" +msgstr "Kana Lock-tangent låser" -#. Keyboard indicator for Tajik layouts -#: ../rules/base.xml.in.h:987 -msgid "tg" -msgstr "tg" +#: ../rules/base.xml.in.h:1061 +msgid "NICOLA-F style Backspace" +msgstr "Backsteg i NICOLA-F-stil" -#. Keyboard indicator for Thai layouts -#: ../rules/base.xml.in.h:989 -msgid "th" -msgstr "th" +#: ../rules/base.xml.in.h:1062 +msgid "Make Zenkaku Hankaku an additional ESC" +msgstr "Gör Zenkaku Hankaku till ytterligare en ESC-tangent" -#. Keyboard indicator for Turkmen layouts -#: ../rules/base.xml.in.h:991 -msgid "tk" -msgstr "tk" +#: ../rules/base.xml.in.h:1063 +msgid "Korean Hangul/Hanja keys" +msgstr "Koreanska Hangul/Hanja-tangenter" -#. Keyboard indicator for Tswana layouts -#: ../rules/base.xml.in.h:993 -msgid "tn" -msgstr "tn" +#: ../rules/base.xml.in.h:1064 +msgid "Hardware Hangul/Hanja keys" +msgstr "Hårdvarutangenter för Hangul/Hanja" -#. Keyboard indicator for Turkish layouts -#: ../rules/base.xml.in.h:995 -msgid "tr" -msgstr "tr" +#: ../rules/base.xml.in.h:1065 +msgid "Right Alt as Hangul, right Ctrl as Hanja" +msgstr "Höger Alt som Hangul, höger Ctrl som Hanja" -#. Keyboard indicator for Ukranian layouts -#: ../rules/base.xml.in.h:997 -msgid "uk" -msgstr "uk" +#: ../rules/base.xml.in.h:1066 +msgid "Right Ctrl as Hangul, right Alt as Hanja" +msgstr "Höger Ctrl som Hangul, höger Alt som Hanja" -#. Keyboard indicator for Urdu layouts -#: ../rules/base.xml.in.h:999 -msgid "ur" -msgstr "ur" +#: ../rules/base.xml.in.h:1067 +msgid "Adding Esperanto supersigned letters" +msgstr "Lägga till bokstäver med övertecken för Esperanto" -#. Keyboard indicator for Uzbek layouts -#: ../rules/base.xml.in.h:1001 -msgid "uz" -msgstr "uz" +#: ../rules/base.xml.in.h:1068 +msgid "To the corresponding key in a Qwerty layout" +msgstr "Till motsvarande tangent i en Qwerty-layout." -#. Keyboard indicator for Vietnamese layouts -#: ../rules/base.xml.in.h:1003 -msgid "vi" -msgstr "vi" +#: ../rules/base.xml.in.h:1069 +msgid "To the corresponding key in a Dvorak layout" +msgstr "Till motsvarande tangent i en Dvorak-layout." -#. Keyboard indicator for Wolof layouts -#: ../rules/base.xml.in.h:1005 -msgid "wo" -msgstr "wo" +#: ../rules/base.xml.in.h:1070 +msgid "To the corresponding key in a Colemak layout" +msgstr "Till motsvarande tangent i en Colemak-layout." -#. Keyboard indicator for Saisiyat layouts -#: ../rules/base.xml.in.h:1007 -msgid "xsy" -msgstr "xsy" +#: ../rules/base.xml.in.h:1071 +msgid "Maintain key compatibility with old Solaris keycodes" +msgstr "Behåll tangentkompatibilitet med gamla tangentkoder för Solaris" -#. Keyboard indicator for Yoruba layouts -#: ../rules/base.xml.in.h:1009 -msgid "yo" -msgstr "yo" +#: ../rules/base.xml.in.h:1072 +msgid "Sun Key compatibility" +msgstr "Kompatibilitet med Sun-tangenter" -#. Keyboard indicator for Taiwanese layouts -#: ../rules/base.xml.in.h:1011 -msgid "zh" -msgstr "zh" +#: ../rules/base.xml.in.h:1073 +msgid "Key sequence to kill the X server" +msgstr "Tangentsekvens för att döda X-servern" + +#: ../rules/base.xml.in.h:1074 +msgid "Ctrl + Alt + Backspace" +msgstr "Ctrl + Alt + Backsteg" #: ../rules/base.extras.xml.in.h:1 -msgid "APL Keyboard Symbols" +msgid "apl" +msgstr "apl" + +#: ../rules/base.extras.xml.in.h:2 +msgid "APL keyboard symbols" msgstr "APL-tangentbordssymboler" #: ../rules/base.extras.xml.in.h:3 -msgid "Armenian (OLPC phonetic)" -msgstr "Armenisk (OLPC-fonetisk)" +msgid "dlg" +msgstr "dlg" #: ../rules/base.extras.xml.in.h:4 -msgid "Atsina" -msgstr "Atsina" +msgid "APL keyboard symbols (Dyalog)" +msgstr "APL-tangentbordssymboler (Dyalog)" #: ../rules/base.extras.xml.in.h:5 -msgid "Avestan" -msgstr "Avestan" +msgid "sax" +msgstr "sax" #: ../rules/base.extras.xml.in.h:6 -msgid "Couer D'alene Salish" -msgstr "Couer D'alene Salish" +msgid "APL keyboard symbols (sax)" +msgstr "APL-tangentbordssymboler (sax)" #: ../rules/base.extras.xml.in.h:7 -msgid "Crimean Tatar (Dobruja Q)" -msgstr "Krimtatariska (Dobruja Q)" +msgid "ufd" +msgstr "ufd" + +#: ../rules/base.extras.xml.in.h:8 +msgid "APL keyboard symbols (unified)" +msgstr "APL-tangentbordssymboler (enad)" #: ../rules/base.extras.xml.in.h:9 -msgid "English (US, international AltGr Unicode combining)" -msgstr "Engelsk (USA, internationell AltGr med kombinerad Unicode)" +msgid "apl2" +msgstr "apl2" #: ../rules/base.extras.xml.in.h:10 -msgid "English (US, international AltGr Unicode combining, alternative)" -msgstr "Engelsk (USA, internationell AltGr med kombinerad Unicode, alternativ)" +msgid "APL keyboard symbols (IBM APL2)" +msgstr "APL-tangentbordssymboler (IBM APL2)" + +#: ../rules/base.extras.xml.in.h:11 +msgid "aplII" +msgstr "aplII" + +#: ../rules/base.extras.xml.in.h:12 +msgid "APL keyboard symbols (Manugistics APL*PLUS II)" +msgstr "APL-tangentbordssymboler (Manugistics APL*PLUS II)" #: ../rules/base.extras.xml.in.h:13 -msgid "German (US keyboard with German letters)" -msgstr "Tysk (US-tangentbord med tyska bokstäver)" +msgid "aplx" +msgstr "aplx" #: ../rules/base.extras.xml.in.h:14 -msgid "German (with Hungarian letters and no dead keys)" -msgstr "Tysk (med ungerska bokstäver och inga stumma tangenter)" - -#: ../rules/base.extras.xml.in.h:15 -msgid "Kutenai" -msgstr "Kutenai" +msgid "APL keyboard symbols (APLX unified)" +msgstr "APL-tangentbordssymboler (enad APLX)" #: ../rules/base.extras.xml.in.h:17 -msgid "Latvian (US Colemak)" -msgstr "Lettisk (US Colemak)" +msgid "kut" +msgstr "kut" #: ../rules/base.extras.xml.in.h:18 -msgid "Latvian (US Colemak, apostrophe variant)" -msgstr "Lettisk (US Colemak, apostrof-variant)" +msgid "Kutenai" +msgstr "Kutenai" #: ../rules/base.extras.xml.in.h:19 +msgid "shs" +msgstr "shs" + +#: ../rules/base.extras.xml.in.h:20 +msgid "Secwepemctsin" +msgstr "Secwepemctsin" + +#: ../rules/base.extras.xml.in.h:21 +msgid "Multilingual (Canada, Sun Type 6/7)" +msgstr "Flerspråkig (Kanada, Sun Type 6/7)" + +#: ../rules/base.extras.xml.in.h:24 +msgid "German (US keyboard with German letters)" +msgstr "Tysk (USA-tangentbord med tyska bokstäver)" + +#: ../rules/base.extras.xml.in.h:25 +msgid "German (with Hungarian letters and no dead keys)" +msgstr "Tysk (med ungerska bokstäver och inga stumma tangenter)" + +#: ../rules/base.extras.xml.in.h:26 +msgid "Polish (Germany, eliminate dead keys)" +msgstr "Polsk (Tyskland, eliminera stumma tangenter)" + +#: ../rules/base.extras.xml.in.h:27 +msgid "German (Sun Type 6/7)" +msgstr "Tysk (Sun Type 6/7)" + +#: ../rules/base.extras.xml.in.h:28 +msgid "German (Aus der Neo-Welt)" +msgstr "Tysk (Aus der Neo-Welt)" + +#: ../rules/base.extras.xml.in.h:31 +msgid "Avestan" +msgstr "Avestan" + +#: ../rules/base.extras.xml.in.h:34 +msgid "Lithuanian (US Dvorak with Lithuanian letters)" +msgstr "Litauisk (USA Dvorak med litauiska bokstäver)" + +#: ../rules/base.extras.xml.in.h:35 +msgid "Lithuanian (Sun Type 6/7)" +msgstr "Litauisk (Sun Type 6/7)" + +#: ../rules/base.extras.xml.in.h:38 msgid "Latvian (US Dvorak)" msgstr "Lettisk (US Dvorak)" -#: ../rules/base.extras.xml.in.h:20 +#: ../rules/base.extras.xml.in.h:39 msgid "Latvian (US Dvorak, Y variant)" msgstr "Lettisk (US Dvorak, Y-variant)" -#: ../rules/base.extras.xml.in.h:21 +#: ../rules/base.extras.xml.in.h:40 msgid "Latvian (US Dvorak, minus variant)" msgstr "Lettisk (US Dvorak, minus-variant)" -#: ../rules/base.extras.xml.in.h:22 +#: ../rules/base.extras.xml.in.h:41 msgid "Latvian (programmer US Dvorak)" msgstr "Lettisk (Dvorak för programmerare)" -#: ../rules/base.extras.xml.in.h:23 +#: ../rules/base.extras.xml.in.h:42 msgid "Latvian (programmer US Dvorak, Y variant)" msgstr "Lettisk (US Dvorak för programmerare, Y-variant)" -#: ../rules/base.extras.xml.in.h:24 +#: ../rules/base.extras.xml.in.h:43 msgid "Latvian (programmer US Dvorak, minus variant)" msgstr "Lettisk (US Dvorak för programmerare, minus-variant)" -#: ../rules/base.extras.xml.in.h:26 -msgid "Lithuanian (US Dvorak with Lithuanian letters)" -msgstr "Litauisk (USA Dvorak med litauiska bokstäver)" +#: ../rules/base.extras.xml.in.h:44 +msgid "Latvian (US Colemak)" +msgstr "Lettisk (US Colemak)" + +#: ../rules/base.extras.xml.in.h:45 +msgid "Latvian (US Colemak, apostrophe variant)" +msgstr "Lettisk (US Colemak, apostrof-variant)" + +#: ../rules/base.extras.xml.in.h:46 +msgid "Latvian (Sun Type 6/7)" +msgstr "Lettisk (Sun Type 6/7)" + +#: ../rules/base.extras.xml.in.h:49 +msgid "English (US, international AltGr Unicode combining)" +msgstr "Engelsk (USA, internationell AltGr med kombinerad Unicode)" + +#: ../rules/base.extras.xml.in.h:50 +msgid "English (US, international AltGr Unicode combining, alternative)" +msgstr "Engelsk (USA, internationell AltGr med kombinerad Unicode, alternativ)" + +#: ../rules/base.extras.xml.in.h:51 +msgid "Atsina" +msgstr "Atsina" + +#: ../rules/base.extras.xml.in.h:52 +msgid "Coeur d'Alene Salish" +msgstr "Coeur d'Alene Salish" + +#: ../rules/base.extras.xml.in.h:53 +msgid "Czech Slovak and German (US)" +msgstr "Tjeckisk, slovakisk och tysk (USA)" -#: ../rules/base.extras.xml.in.h:29 +#: ../rules/base.extras.xml.in.h:54 +msgid "English (US, Sun Type 6/7)" +msgstr "Engelsk (USA, Sun Type 6/7)" + +#: ../rules/base.extras.xml.in.h:55 +msgid "English (Norman)" +msgstr "Engelsk (Norman)" + +#: ../rules/base.extras.xml.in.h:58 msgid "Polish (international with dead keys)" msgstr "Polsk (internationell med stumma tangenter)" -#: ../rules/base.extras.xml.in.h:31 +#: ../rules/base.extras.xml.in.h:59 +msgid "Polish (Colemak)" +msgstr "Polsk (Colemak)" + +#: ../rules/base.extras.xml.in.h:60 +msgid "Polish (Sun Type 6/7)" +msgstr "Polsk (Sun Type 6/7)" + +#: ../rules/base.extras.xml.in.h:64 +msgid "Crimean Tatar (Dobruja Q)" +msgstr "Krimtatariska (Dobruja Q)" + +#: ../rules/base.extras.xml.in.h:65 msgid "Romanian (ergonomic Touchtype)" msgstr "Rumänsk (ergonomisk Touchtype)" -#: ../rules/base.extras.xml.in.h:33 +#: ../rules/base.extras.xml.in.h:66 +msgid "Romanian (Sun Type 6/7)" +msgstr "Rumänsk (Sun Type 6/7)" + +#: ../rules/base.extras.xml.in.h:69 +msgid "Serbian (combining accents instead of dead keys)" +msgstr "Serbisk (kombinerade accenter istället för stumma tangenter)" + +#: ../rules/base.extras.xml.in.h:72 +msgid "Church Slavonic" +msgstr "Kyrkoslavisk" + +#: ../rules/base.extras.xml.in.h:73 msgid "Russian (with Ukrainian-Belorussian layout)" msgstr "Rysk (med ukrainsk-vitrysk layout)" -#: ../rules/base.extras.xml.in.h:34 -msgid "Secwepemctsin" -msgstr "Secwepemctsin" +#: ../rules/base.extras.xml.in.h:74 +msgid "Russian (Sun Type 6/7)" +msgstr "Rysk (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:35 -msgid "Serbian" -msgstr "Serbisk" +#: ../rules/base.extras.xml.in.h:77 +msgid "Armenian (OLPC phonetic)" +msgstr "Armenisk (OLPC-fonetisk)" -#: ../rules/base.extras.xml.in.h:36 -msgid "Serbian (combining accents instead of dead keys)" -msgstr "Serbisk (kombinerade accenter istället för stumma tangenter)" +#: ../rules/base.extras.xml.in.h:80 +msgid "Hebrew (Biblical, SIL phonetic)" +msgstr "Hebreiska (Biblisk, SIL-fonetisk)" -#: ../rules/base.extras.xml.in.h:37 -msgid "apl" -msgstr "apl" +#: ../rules/base.extras.xml.in.h:83 +msgid "Arabic (Sun Type 6/7)" +msgstr "Arabisk (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:44 -msgid "kut" -msgstr "kut" +#: ../rules/base.extras.xml.in.h:86 +msgid "Belgian (Sun Type 6/7)" +msgstr "Belgisk (Sun Type 6/7)" -#: ../rules/base.extras.xml.in.h:50 -msgid "shs" -msgstr "shs" +#: ../rules/base.extras.xml.in.h:89 +msgid "Portuguese (Brazil, Sun Type 6/7)" +msgstr "Portugisisk (Brasilien, Sun Type 6/7)" + +#: ../rules/base.extras.xml.in.h:92 +msgid "Czech (Sun Type 6/7)" +msgstr "Tjeckisk (Sun Type 6/7)" + +#: ../rules/base.extras.xml.in.h:95 +msgid "Danish (Sun Type 6/7)" +msgstr "Dansk (Sun Type 6/7)" + +#: ../rules/base.extras.xml.in.h:98 +msgid "Dutch (Sun Type 6/7)" +msgstr "Nederländsk (Sun Type 6/7)" + +#: ../rules/base.extras.xml.in.h:101 +msgid "Estonian (Sun Type 6/7)" +msgstr "Estnisk (Sun Type 6/7)" + +#: ../rules/base.extras.xml.in.h:104 +msgid "Finnish (Sun Type 6/7)" +msgstr "Finsk (Sun Type 6/7)" + +#: ../rules/base.extras.xml.in.h:106 +msgid "French (Sun Type 6/7)" +msgstr "Fransk (Sun Type 6/7)" + +#: ../rules/base.extras.xml.in.h:109 +msgid "Greek (Sun Type 6/7)" +msgstr "Grekisk (Sun Type 6/7)" + +#: ../rules/base.extras.xml.in.h:112 +msgid "Italian (Sun Type 6/7)" +msgstr "Italiensk (Sun Type 6/7)" + +#: ../rules/base.extras.xml.in.h:115 +msgid "Japanese (Sun Type 6)" +msgstr "Japansk (Sun Type 6)" + +#: ../rules/base.extras.xml.in.h:116 +msgid "Japanese (Sun Type 7 - pc compatible)" +msgstr "Japansk (Sun Type 7 - pc-kompatibel)" + +#: ../rules/base.extras.xml.in.h:117 +msgid "Japanese (Sun Type 7 - sun compatible)" +msgstr "Japansk (Sun Type 7 - sun-kompatibel)" + +#: ../rules/base.extras.xml.in.h:120 +msgid "Norwegian (Sun Type 6/7)" +msgstr "Norsk (Sun Type 6/7)" + +#: ../rules/base.extras.xml.in.h:122 +msgid "Portuguese (Sun Type 6/7)" +msgstr "Portugisisk (Sun Type 6/7)" + +#: ../rules/base.extras.xml.in.h:125 +msgid "Slovak (Sun Type 6/7)" +msgstr "Slovakisk (Sun Type 6/7)" + +#: ../rules/base.extras.xml.in.h:128 +msgid "Spanish (Sun Type 6/7)" +msgstr "Spansk (Sun Type 6/7)" + +#: ../rules/base.extras.xml.in.h:131 +msgid "Swedish (Dvorak A5)" +msgstr "Svensk (Dvorak A5)" + +#: ../rules/base.extras.xml.in.h:132 +msgid "Swedish (Sun Type 6/7)" +msgstr "Svensk (Sun Type 6/7)" + +#: ../rules/base.extras.xml.in.h:134 +msgid "German (Switzerland, Sun Type 6/7)" +msgstr "Tysk (Schweiz, Sun Type 6/7)" + +#: ../rules/base.extras.xml.in.h:135 +msgid "French (Switzerland, Sun Type 6/7)" +msgstr "Fransk (Schweiz, Sun Type 6/7)" + +#: ../rules/base.extras.xml.in.h:138 +msgid "Turkish (Sun Type 6/7)" +msgstr "Turkisk (Sun Type 6/7)" + +#: ../rules/base.extras.xml.in.h:141 +msgid "Ukrainian (Sun Type 6/7)" +msgstr "Ukrainsk (Sun Type 6/7)" + +#: ../rules/base.extras.xml.in.h:143 +msgid "English (UK, Sun Type 6/7)" +msgstr "Engelsk (Storbritannien, Sun Type 6/7)" + +#: ../rules/base.extras.xml.in.h:146 +msgid "Korean (Sun Type 6/7)" +msgstr "Koreansk (Sun Type 6/7)" + +#. Keyboard indicator for European layouts +#: ../rules/base.extras.xml.in.h:148 +msgid "eu" +msgstr "eu" + +#: ../rules/base.extras.xml.in.h:149 +msgid "EurKEY (US based layout with european letters)" +msgstr "EurKEY (USA-baserad layout med europeiska bokstäver)" + +#: ../rules/base.extras.xml.in.h:152 +msgid "Mmuock" +msgstr "Mmuock" + +#~ msgid "Shift with numeric keypad keys works as in MS Windows" +#~ msgstr "Skift med tangenterna på numeriska tangentbordet fungerar som i MS Windows" + +#~ msgid "Bengali" +#~ msgstr "Bengalisk" + +#~ msgid "Catalan" +#~ msgstr "Katalansk" + +#~ msgid "Compose key position" +#~ msgstr "Position för Compose-tangenten" + +#~ msgid "English (layout toggle on multiply/divide key)" +#~ msgstr "Engelsk (layoutväxling på multiplicera/dividera-tangent)" + +#~ msgid "Key(s) to change layout" +#~ msgstr "Tangent(er) för att byta layout" + +#~ msgid "Make Caps Lock an additional Control but keep the Caps_Lock keysym" +#~ msgstr "Gör Caps Lock till ytterligare en Control men behåll Caps_Lock-keysym" + +#~ msgid "Numeric keypad layout selection" +#~ msgstr "Layoutval för numeriskt tangentbord" + +#~ msgid "Portuguese (Brazil, nativo for Esperanto)" +#~ msgstr "Portugisisk (Brasilisk, nativo för Esperanto)" + +#~ msgid "Serbian (Cyrillic)" +#~ msgstr "Serbiska (Kyrillisk)" + +#~ msgid "Toggle PointerKeys with Shift + NumLock." +#~ msgstr "Växla PointerKeys med Skift + NumLock." + +#~ msgid "ca" +#~ msgstr "ca" #~ msgid "<Less/Greater> chooses 5th level and activates level5-Lock when pressed together with another 5th-level-chooser, one press releases the lock" #~ msgstr "‹Mindre än/Större än› väljer femte nivån och aktiverar level5-Lock när nedtryckt tillsammans med en annan femtenivåväljare, ett tryck släpper på låset" @@ -3891,9 +4399,6 @@ msgstr "shs" #~ msgid "Danish (Mac)" #~ msgstr "Dansk (Mac)" -#~ msgid "English (UK, Mac)" -#~ msgstr "Engelsk (Storbritannien, Mac)" - #~ msgid "Finnish (Mac)" #~ msgstr "Finsk (Mac)" @@ -3906,9 +4411,6 @@ msgstr "shs" #~ msgid "German (Romanian keyboard with German letters, eliminate dead keys)" #~ msgstr "Tysk (Rumänskt tangentbord med tyska bokstäver, eliminera stumma tangenter)" -#~ msgid "German (qwerty)" -#~ msgstr "Tysk (qwerty)" - #~ msgid "Irish (Ogham)" #~ msgstr "Irländsk (Ogham)" @@ -3921,12 +4423,6 @@ msgstr "shs" #~ msgid "Left Win chooses 5th level, locks when pressed together with another 5th-level-chooser, one press releases the lock" #~ msgstr "Vänster Win-tangent väljer femte nivån, låses när nedtryckt tillsammans med en annan femtenivåväljare, ett tryck släpper på låset" -#~ msgid "Make Caps Lock an additional Ctrl" -#~ msgstr "Gör Caps Lock till ytterligare en Ctrl-tangent" - -#~ msgid "Meta on Left Ctrl" -#~ msgstr "Meta på vänster Ctrl" - #~ msgid "Māori" #~ msgstr "Māori" @@ -4005,9 +4501,6 @@ msgstr "shs" #~ msgid "Swiss" #~ msgstr "Schweizisk" -#~ msgid "Swiss (legacy)" -#~ msgstr "Schweizisk (äldre)" - #~ msgid "Turkish (Crimean Tatar Turkish Alt-Q)" #~ msgstr "Turkisk (Krimtatarisk turkiskt Alt-Q)" @@ -4113,9 +4606,6 @@ msgstr "shs" #~ msgid "Aze" #~ msgstr "Aze" -#~ msgid "Bangladesh" -#~ msgstr "Bangladesh" - #~ msgid "Bel" #~ msgstr "Bel" @@ -4194,9 +4684,6 @@ msgstr "shs" #~ msgid "Denmark" #~ msgstr "Danmark" -#~ msgid "Deu" -#~ msgstr "Deu" - #~ msgid "Dvorak" #~ msgstr "Dvorak" diff --git a/xorg-server/xkeyboard-config/po/tr.po b/xorg-server/xkeyboard-config/po/tr.po index 8f68328b8..38b97a2f1 100644 --- a/xorg-server/xkeyboard-config/po/tr.po +++ b/xorg-server/xkeyboard-config/po/tr.po @@ -1,2595 +1,4996 @@ # Turkish translations for xkeyboard-config. # Copyright (C) 2007 Free Software Foundation, Inc. +# This file is distributed under the same license as the xkeyboard-config package. # -# Nilgün Belma Bugüner , 2003, ..., 2007. +# Nilgün Belma Bugüner , 2003, ..., 2007, 2015. msgid "" msgstr "" -"Project-Id-Version: xkeyboard-config 1.0-pre1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-28 15:21+0100\n" -"PO-Revision-Date: 2007-07-09 10:09+0300\n" -"Last-Translator: Nilgün Belma Bugüner \n" +"Project-Id-Version: xkeyboard-config 2.12.99\n" +"Report-Msgid-Bugs-To: svu@users.sourceforge.net\n" +"POT-Creation-Date: 2014-09-18 23:46+0100\n" +"PO-Revision-Date: 2015-01-10 21:04+0100\n" +"Last-Translator: Volkan Gezer \n" "Language-Team: Turkish \n" +"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" +"X-Generator: Lokalize 1.5\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../rules/base.xml.in.h:1 -msgid "(F)" -msgstr "F Klavye" +msgid "Generic 101-key PC" +msgstr "Soysal 101 tuşlu PC" #: ../rules/base.xml.in.h:2 -msgid "(Legacy) Alternative" -msgstr "(Eski) Diğer" +msgid "Generic 102-key (Intl) PC" +msgstr "Soysal 102 tuşlu (Uluslararası) PC" #: ../rules/base.xml.in.h:3 -msgid "(Legacy) Alternative, Sun dead keys" -msgstr "(Eski) Diğer, Sun ölü tuşlar" +msgid "Generic 104-key PC" +msgstr "Soysal 104 tuşlu PC" #: ../rules/base.xml.in.h:4 -msgid "(Legacy) Alternative, eliminate dead keys" -msgstr "(Eski) Diğer, ölü tuşsuz" +msgid "Generic 105-key (Intl) PC" +msgstr "Soysal 105 tuşlu (uluslararası) PC" #: ../rules/base.xml.in.h:5 -msgid "(Legacy) Dvorak" -msgstr "(Kadim) Dvorak" +msgid "Dell 101-key PC" +msgstr "Dell 101 tuşlu PC" #: ../rules/base.xml.in.h:6 -msgid "101/104 key Compatible" -msgstr "101/104 tuş Uyumlu" +msgid "Dell Latitude series laptop" +msgstr "Dell Latitude serisi Dizüstü" -#: ../rules/base.xml.in.h:7 ../rules/sun.xml.in.h:2 -msgid "101/qwerty/comma/Dead keys" -msgstr "101/qwerty/virgül/Ölü tuşlar" +#: ../rules/base.xml.in.h:7 +msgid "Dell Precision M65" +msgstr "Dell Precision M65" -#: ../rules/base.xml.in.h:8 ../rules/sun.xml.in.h:3 -msgid "101/qwerty/comma/Eliminate dead keys" -msgstr "101/qwerty/virgül/Ölü tuşları normal yapar" +#: ../rules/base.xml.in.h:8 +msgid "Everex STEPnote" +msgstr "Everex STEPnote" -#: ../rules/base.xml.in.h:9 ../rules/sun.xml.in.h:4 -msgid "101/qwerty/dot/Dead keys" -msgstr "101/qwerty/nokta/Ölü tuşlar" +#: ../rules/base.xml.in.h:9 +msgid "Keytronic FlexPro" +msgstr "Keytronic FlexPro" -#: ../rules/base.xml.in.h:10 ../rules/sun.xml.in.h:5 -msgid "101/qwerty/dot/Eliminate dead keys" -msgstr "101/qwerty/nokta/Ölü tuşsuz" +#: ../rules/base.xml.in.h:10 +msgid "Microsoft Natural" +msgstr "Microsoft Basit" -#: ../rules/base.xml.in.h:11 ../rules/sun.xml.in.h:6 -msgid "101/qwertz/comma/Dead keys" -msgstr "101/qwertz/virgül/Ölü tuşlar" +#: ../rules/base.xml.in.h:11 +msgid "Northgate OmniKey 101" +msgstr "Northgate OmniKey 101" #: ../rules/base.xml.in.h:12 -msgid "101/qwertz/comma/Eliminate dead keys" -msgstr "101/qwertz/virgül/Ölü tuşsuz" +msgid "Winbook Model XP5" +msgstr "Winbook Model XP5" -#: ../rules/base.xml.in.h:13 ../rules/sun.xml.in.h:7 -msgid "101/qwertz/dot/Dead keys" -msgstr "101/qwertz/nokta/Ölü tuşlar" +#: ../rules/base.xml.in.h:13 +msgid "PC-98xx Series" +msgstr "PC-98xx Serisi" -#: ../rules/base.xml.in.h:14 ../rules/sun.xml.in.h:8 -msgid "101/qwertz/dot/Eliminate dead keys" -msgstr "101/qwertz/nokta/Ölü tuşsuz" +#: ../rules/base.xml.in.h:14 +msgid "A4Tech KB-21" +msgstr "A4Tech KB-21" -#: ../rules/base.xml.in.h:15 ../rules/sun.xml.in.h:9 -msgid "102/qwerty/comma/Dead keys" -msgstr "102/qwerty/virgül/Ölü tuşlar" +#: ../rules/base.xml.in.h:15 +msgid "A4Tech KBS-8" +msgstr "A4Tech KBS-8" -#: ../rules/base.xml.in.h:16 ../rules/sun.xml.in.h:10 -msgid "102/qwerty/comma/Eliminate dead keys" -msgstr "102/qwerty/virgül/Ölü tuşsuz" +#: ../rules/base.xml.in.h:16 +msgid "A4Tech Wireless Desktop RFKB-23" +msgstr "A4Tech Wireless Desktop RFKB-23" -#: ../rules/base.xml.in.h:17 ../rules/sun.xml.in.h:11 -msgid "102/qwerty/dot/Dead keys" -msgstr "102/qwerty/nokta/Ölü tuşlar" +#: ../rules/base.xml.in.h:17 +msgid "Acer AirKey V" +msgstr "Acer AirKey V" -#: ../rules/base.xml.in.h:18 ../rules/sun.xml.in.h:12 -msgid "102/qwerty/dot/Eliminate dead keys" -msgstr "102/qwerty/nokta/Ölü tuşsuz" +#: ../rules/base.xml.in.h:18 +msgid "Azona RF2300 wireless Internet Keyboard" +msgstr "Azona RF2300 wireless Internet Keyboard" -#: ../rules/base.xml.in.h:19 ../rules/sun.xml.in.h:13 -msgid "102/qwertz/comma/Dead keys" -msgstr "102/qwertz/virgül/Ölü tuşlar" +#: ../rules/base.xml.in.h:19 +msgid "Advance Scorpius KI" +msgstr "Advance Scorpius KI" -#: ../rules/base.xml.in.h:20 ../rules/sun.xml.in.h:14 -msgid "102/qwertz/comma/Eliminate dead keys" -msgstr "102/qwertz/virgül/Ölü tuşsuz" +#: ../rules/base.xml.in.h:20 +msgid "Brother Internet Keyboard" +msgstr "Brother Genel Ağ Klavyesi" -#: ../rules/base.xml.in.h:21 ../rules/sun.xml.in.h:15 -msgid "102/qwertz/dot/Dead keys" -msgstr "102/qwertz/nokta/Ölü tuşlar" +#: ../rules/base.xml.in.h:21 +msgid "BTC 5113RF Multimedia" +msgstr "BTC 5113RF Çokluortam" -#: ../rules/base.xml.in.h:22 ../rules/sun.xml.in.h:16 -msgid "102/qwertz/dot/Eliminate dead keys" -msgstr "102/qwertz/nokta/Ölü tuşsuz" +#: ../rules/base.xml.in.h:22 +msgid "BTC 5126T" +msgstr "BTC 5126T" #: ../rules/base.xml.in.h:23 -msgid "A4Tech KB-21" -msgstr "A4Tech KB-21" +msgid "BTC 6301URF" +msgstr "BTC 6301URF" #: ../rules/base.xml.in.h:24 -msgid "A4Tech KBS-8" -msgstr "A4Tech KBS-8" +msgid "BTC 9000" +msgstr "BTC 9000" #: ../rules/base.xml.in.h:25 -msgid "A4Tech Wireless Desktop RFKB-23" -msgstr "A4Tech Wireless Desktop RFKB-23" +msgid "BTC 9000A" +msgstr "BTC 9000A" #: ../rules/base.xml.in.h:26 -msgid "ACPI Standard" -msgstr "ACPI Standardı" +msgid "BTC 9001AH" +msgstr "BTC 9001AH" #: ../rules/base.xml.in.h:27 -msgid "AZERTY Tskapo" -msgstr "AZERTY Tskapo" +msgid "BTC 5090" +msgstr "BTC 5090" #: ../rules/base.xml.in.h:28 -msgid "Acer AirKey V" -msgstr "Acer AirKey V" +msgid "BTC 9019U" +msgstr "BTC 9019U" #: ../rules/base.xml.in.h:29 -msgid "Acer C300" -msgstr "Acer C300" +msgid "BTC 9116U Mini Wireless Internet and Gaming" +msgstr "BTC 9116U Mini Kablosuz İnternet ve Oyun" #: ../rules/base.xml.in.h:30 -msgid "Acer Ferrari 4000" -msgstr "Acer Ferrari 4000" +msgid "Cherry Blue Line CyBo@rd" +msgstr "Cherry Blue Line CyBo@rd" #: ../rules/base.xml.in.h:31 -msgid "Acer TravelMate 800" -msgstr "Acer TravelMate 800" +msgid "Cherry CyMotion Master XPress" +msgstr "Cherry CyMotion Master XPress" #: ../rules/base.xml.in.h:32 -msgid "Add the EuroSign to the 2 key." -msgstr "2 tuşuna € sembolünü ekler" +msgid "Cherry Blue Line CyBo@rd (alternate option)" +msgstr "Cherry Blue Line CyBo@rd (diğer seçenek)" #: ../rules/base.xml.in.h:33 -msgid "Add the EuroSign to the 5 key." -msgstr "5 tuşuna € sembolünü ekler" +msgid "Cherry CyBo@rd USB-Hub" +msgstr "Cherry CyBo@rd USB-Hub" #: ../rules/base.xml.in.h:34 -msgid "Add the EuroSign to the E key." -msgstr "E tuşuna € sembolünü ekler" +msgid "Cherry CyMotion Expert" +msgstr "Cherry CyMotion Uzman" #: ../rules/base.xml.in.h:35 -msgid "Add the standard behavior to Menu key." -msgstr "Menü tuşuna standart işlevini ekler." +msgid "Cherry B.UNLIMITED" +msgstr "Cherry B.UNLIMITED" #: ../rules/base.xml.in.h:36 -msgid "Adding the EuroSign to certain keys" -msgstr "Belli tuşlara € sembolünün eklenmesi" +msgid "Chicony Internet Keyboard" +msgstr "Chicony Genel Ağ Klavyesi" #: ../rules/base.xml.in.h:37 -msgid "Advance Scorpius KI" -msgstr "Advance Scorpius KI" +msgid "Chicony KU-0108" +msgstr "Chicony KU-0108" #: ../rules/base.xml.in.h:38 -msgid "Afg" -msgstr "Afg" +msgid "Chicony KU-0420" +msgstr "Chicony KU-0420" #: ../rules/base.xml.in.h:39 -msgid "Afghanistan" -msgstr "Afganistan" +msgid "Chicony KB-9885" +msgstr "Chicony KB-9885" #: ../rules/base.xml.in.h:40 -msgid "Akan" -msgstr "Akan" +msgid "Compaq Easy Access Keyboard" +msgstr "Compaq Kolay Erişim Klavyesi" #: ../rules/base.xml.in.h:41 -msgid "Alb" -msgstr "Arn" +msgid "Compaq Internet Keyboard (7 keys)" +msgstr "Genel Ağ Klavyesi (7 tuşlu)" #: ../rules/base.xml.in.h:42 -msgid "Albania" -msgstr "Arnavutluk" +msgid "Compaq Internet Keyboard (13 keys)" +msgstr "Compaq Genel Ağ Klavyesi (13 tuşlu)" #: ../rules/base.xml.in.h:43 -msgid "Alt and Meta are on the Alt keys." -msgstr "Alt ve Meta, Alt tuşlarındadır." +msgid "Compaq Internet Keyboard (18 keys)" +msgstr "Compaq Genel Ağ Klavyesi (18 tuşlu)" #: ../rules/base.xml.in.h:44 -msgid "Alt is mapped to the right Win-key and Super to Menu." -msgstr "Alt, sağdaki Pencere tuşu ile Süper ise Menü tuşu ile eşleştirilir." +msgid "Cherry CyMotion Master Linux" +msgstr "Cherry CyMotion Master Linux" #: ../rules/base.xml.in.h:45 -msgid "Alt+CapsLock changes layout." -msgstr "Alt+CapsLock yerleşimi değiştirir." +msgid "Laptop/notebook Compaq (eg. Armada) Laptop Keyboard" +msgstr "Dizüstü/defter Compaq (örn. Armada) Dizüstü Klavyesi" #: ../rules/base.xml.in.h:46 -msgid "Alt+Ctrl change layout." -msgstr "Alt+Ctrlyerleşimi değiştirir." +msgid "Laptop/notebook Compaq (eg. Presario) Internet Keyboard" +msgstr "Dizüstü/defter Compaq (örn. Presario) Genel Ağ Klavyesi" #: ../rules/base.xml.in.h:47 -msgid "Alt+Shift change layout." -msgstr "Alt+Shift yerleşimi değiştirir." +msgid "Compaq iPaq Keyboard" +msgstr "Compaq iPaq Klavyesi" #: ../rules/base.xml.in.h:48 -msgid "Alt-Q" -msgstr "Yazılımcı klavyesi (Q)" +msgid "Dell" +msgstr "Dell" #: ../rules/base.xml.in.h:49 -msgid "Alt/Win key behavior" -msgstr "Alt/Pencere tuşu davranışı" +msgid "Dell SK-8125" +msgstr "Dell SK-8125" #: ../rules/base.xml.in.h:50 -msgid "Alternative" -msgstr "Diğer" +msgid "Dell SK-8135" +msgstr "Dell SK-8135" #: ../rules/base.xml.in.h:51 -msgid "Alternative Eastern" -msgstr "Diğer Doğu" +msgid "Dell USB Multimedia Keyboard" +msgstr "Dell USB Çokluortam Klavyesi" #: ../rules/base.xml.in.h:52 -msgid "Alternative Phonetic" -msgstr "Diğer Fonetik" +msgid "Dell Laptop/notebook Inspiron 6xxx/8xxx" +msgstr "Dizüstü/defter Dell Inspiron 6xxx/8xxx" #: ../rules/base.xml.in.h:53 -msgid "Alternative international (former us_intl)" -msgstr "Uluslararası Q klavle (nam-ı diğer us_intl)" +msgid "Dell Laptop/notebook Precision M series" +msgstr "Dell Dizüstü/defter Precision M series" #: ../rules/base.xml.in.h:54 -msgid "Alternative, Sun dead keys" -msgstr "Diğer, Sun ölü tuşlar" +msgid "Dexxa Wireless Desktop Keyboard" +msgstr "Dexxa Kablosuz Masaüstü Klavyesi" #: ../rules/base.xml.in.h:55 -msgid "Alternative, eliminate dead keys" -msgstr "Diğer, ölü tuşsuz" +msgid "Diamond 9801 / 9802 series" +msgstr "Diamond 9801 / 9802 serileri" #: ../rules/base.xml.in.h:56 -msgid "Alternative, latin-9 only" -msgstr "Diğer, sadece latin-9" +msgid "DTK2000" +msgstr "DTK2000" #: ../rules/base.xml.in.h:57 -msgid "And" -msgstr "And" +msgid "Ennyah DKB-1008" +msgstr "Ennyah DKB-1008" #: ../rules/base.xml.in.h:58 -msgid "Andorra" -msgstr "Andora" +msgid "Fujitsu-Siemens Computers AMILO laptop" +msgstr "Fujitsu-Siemens Computers AMILO diz üstü bilgisayarı" #: ../rules/base.xml.in.h:59 -msgid "Apostrophe (') variant" -msgstr "Tek tırnaklı (')" +msgid "Genius Comfy KB-16M / Genius MM Keyboard KWD-910" +msgstr "Genius Comfy KB-16M / Genius MM Keyboard KWD-910" #: ../rules/base.xml.in.h:60 -msgid "Apple" -msgstr "Apple" +msgid "Genius Comfy KB-12e" +msgstr "Genius Comfy KB-12e" #: ../rules/base.xml.in.h:61 -msgid "Apple Laptop" -msgstr "Apple Dizüstü" +msgid "Genius Comfy KB-21e-Scroll" +msgstr "Genius Comfy KB-21e-Scroll" #: ../rules/base.xml.in.h:62 -msgid "Ara" -msgstr "Ara" +msgid "Genius KB-19e NB" +msgstr "Genius KB-19e NB" #: ../rules/base.xml.in.h:63 -msgid "Arabic" -msgstr "Arapça" +msgid "Genius KKB-2050HS" +msgstr "Genius KKB-2050HS" #: ../rules/base.xml.in.h:64 -msgid "Arm" -msgstr "Erm" +msgid "Gyration" +msgstr "Çekimsel" #: ../rules/base.xml.in.h:65 -msgid "Armenia" -msgstr "Ermenistan" +msgid "HTC Dream" +msgstr "HTC Dream" #: ../rules/base.xml.in.h:66 -msgid "Aze" -msgstr "Aze" +msgid "Kinesis" +msgstr "Kinesis" #: ../rules/base.xml.in.h:67 -msgid "Azerbaijan" -msgstr "Azerbaycan" +msgid "Logitech Generic Keyboard" +msgstr "Logitech Genel Klavye" #: ../rules/base.xml.in.h:68 -msgid "Azona RF2300 wireless Internet Keyboard" -msgstr "Azona RF2300 wireless Internet Keyboard" +msgid "Logitech G15 extra keys via G15daemon" +msgstr "Logitech G15, G15daemon üzerinden ek tuşlu" #: ../rules/base.xml.in.h:69 -msgid "BTC 5090" -msgstr "BTC 5090" +msgid "Hewlett-Packard Internet Keyboard" +msgstr "Hewlett-Packard Genel Ağ Klavyesi" #: ../rules/base.xml.in.h:70 -msgid "BTC 5113RF Multimedia" -msgstr "BTC 5113RF Çokluortam" +msgid "Hewlett-Packard SK-250x Multimedia Keyboard" +msgstr "Hewlett-Packard SK-250x Çokluortam Klavyesi" #: ../rules/base.xml.in.h:71 -msgid "BTC 5126T" -msgstr "BTC 5126T" +msgid "Hewlett-Packard Omnibook XE3 GC" +msgstr "Hewlett-Packard Omnibook XE3 GC" #: ../rules/base.xml.in.h:72 -msgid "BTC 9000" -msgstr "BTC 9000" +msgid "Hewlett-Packard Omnibook XE3 GF" +msgstr "Hewlett-Packard Omnibook XE3 GF" #: ../rules/base.xml.in.h:73 -msgid "BTC 9000A" -msgstr "BTC 9000A" +msgid "Hewlett-Packard Omnibook XT1000" +msgstr "Hewlett-Packard Omnibook XT1000" #: ../rules/base.xml.in.h:74 -msgid "BTC 9001AH" -msgstr "BTC 9001AH" +msgid "Hewlett-Packard Pavilion dv5" +msgstr "Hewlett-Packard Pavilion dv5" #: ../rules/base.xml.in.h:75 -msgid "BTC 9019U" -msgstr "BTC 9019U" +msgid "Hewlett-Packard Pavilion ZT11xx" +msgstr "Hewlett-Packard Pavilion ZT11xx" #: ../rules/base.xml.in.h:76 -msgid "Ban" -msgstr "Ban" +msgid "Hewlett-Packard Omnibook 500 FA" +msgstr "Hewlett-Packard Omnibook 500 FA" #: ../rules/base.xml.in.h:77 -msgid "Bangladesh" -msgstr "Bangladeş" +msgid "Hewlett-Packard Omnibook 5xx" +msgstr "Hewlett-Packard Omnibook 5xx" -#: ../rules/base.xml.in.h:78 ../rules/sun.xml.in.h:22 -msgid "Bel" -msgstr "Bel" +#: ../rules/base.xml.in.h:78 +msgid "Hewlett-Packard nx9020" +msgstr "Hewlett-Packard nx9020" #: ../rules/base.xml.in.h:79 -msgid "Belarus" -msgstr "Belarus" +msgid "Hewlett-Packard Omnibook 6000/6100" +msgstr "Hewlett-Packard Omnibook 6000/6100" #: ../rules/base.xml.in.h:80 -msgid "Belgium" -msgstr "Belçika" +msgid "Honeywell Euroboard" +msgstr "Honeywell Euroboard" #: ../rules/base.xml.in.h:81 -msgid "BenQ X-Touch 730" -msgstr "BenQ X-Touch 730" +msgid "Hewlett-Packard Mini 110 Notebook" +msgstr "Hewlett-Packard Mini 110 Diz Üstü" #: ../rules/base.xml.in.h:82 -msgid "BenQ X-Touch 800" -msgstr "BenQ X-Touch 800" +msgid "IBM Rapid Access" +msgstr "IBM Hızlı Erişim" #: ../rules/base.xml.in.h:83 -msgid "Bengali" -msgstr "Bengalce" +msgid "IBM Rapid Access II" +msgstr "IBM Hızlı Erişim II" #: ../rules/base.xml.in.h:84 -msgid "Bengali Probhat" -msgstr "Bengali Probhat" +msgid "IBM ThinkPad 560Z/600/600E/A22E" +msgstr "IBM ThinkPad 560Z/600/600E/A22E" #: ../rules/base.xml.in.h:85 -msgid "Bepo, ergonomic, Dvorak way" -msgstr "Bepo, ergonomik, Dvorak yolu" +msgid "IBM ThinkPad R60/T60/R61/T61" +msgstr "IBM ThinkPad R60/T60/R61/T61" #: ../rules/base.xml.in.h:86 -msgid "Bepo, ergonomic, Dvorak way, latin-9 only" -msgstr "Bepo, ergonomik, Dvorak yolu, sadece latin-9" +msgid "IBM ThinkPad Z60m/Z60t/Z61m/Z61t" +msgstr "IBM ThinkPad Z60m/Z60t/Z61m/Z61t" -#: ../rules/base.xml.in.h:87 ../rules/sun.xml.in.h:24 -msgid "Bgr" -msgstr "Bgr" +#: ../rules/base.xml.in.h:87 +msgid "IBM Space Saver" +msgstr "IBM Space Saver" #: ../rules/base.xml.in.h:88 -msgid "Bhu" -msgstr "Bhu" +msgid "Logitech Access Keyboard" +msgstr "Logitech Access Keyboard" #: ../rules/base.xml.in.h:89 -msgid "Bhutan" -msgstr "Butan" +msgid "Logitech Cordless Desktop LX-300" +msgstr "Logitech Kablosuz Masaüstü LX-300" #: ../rules/base.xml.in.h:90 -msgid "Biblical Hebrew (Tiro)" -msgstr "Dini İbranice (Tiro)" +msgid "Logitech Internet 350 Keyboard" +msgstr "Logitech Internet 350 Klavyesi" #: ../rules/base.xml.in.h:91 -msgid "Bih" -msgstr "Bih" +msgid "Logitech Media Elite Keyboard" +msgstr "Logitech Medya Elit Klavyesi" #: ../rules/base.xml.in.h:92 -msgid "Blr" -msgstr "Blr" +msgid "Logitech Cordless Desktop" +msgstr "Logitech Kablosuz Masaüstü" #: ../rules/base.xml.in.h:93 -msgid "Bosnia and Herzegovina" -msgstr "Bosna Hersek" +msgid "Logitech Cordless Desktop iTouch" +msgstr "Logitech Kablosuz Masaüstü iTouch" #: ../rules/base.xml.in.h:94 -msgid "Both Alt keys together change layout." -msgstr "Alt tuşları birlikte yerleşimi değiştirir." +msgid "Logitech Cordless Desktop Navigator" +msgstr "Logitech Kablosuz Masaüstü Tarayıcı" #: ../rules/base.xml.in.h:95 -msgid "Both Ctrl keys together change layout." -msgstr "Ctrl tuşları birlikte yerleşimi değiştirir." +msgid "Logitech Cordless Desktop Optical" +msgstr "Logitech Kablosuz Masaüstü Optik" #: ../rules/base.xml.in.h:96 -msgid "Both Shift keys together change layout." -msgstr "Shift tuşları birlikte yerleşimi değiştirir." +msgid "Logitech Cordless Desktop (alternate option)" +msgstr "Logitech Kablosuz Masaüstü (diğer seçenek)" #: ../rules/base.xml.in.h:97 -msgid "Both Win-keys switch layout while pressed." -msgstr "Pencere tuşları birlikte yerleşimi değiştirir." +msgid "Logitech Cordless Desktop Pro (alternate option 2)" +msgstr "Logitech Kablosuz Masaüstü Pro (diğer 2. seçenek)" #: ../rules/base.xml.in.h:98 -msgid "Bra" -msgstr "Bra" +msgid "Logitech Cordless Freedom/Desktop Navigator" +msgstr "Logitech Kablosuz Özgür/Masaüstü Tarayıcı" #: ../rules/base.xml.in.h:99 -msgid "Braille" -msgstr "Üç noktalı" +msgid "Logitech iTouch Cordless Keyboard (model Y-RB6)" +msgstr "Logitech iTouch Kablosuz Klavyesi (model Y-RB6)" #: ../rules/base.xml.in.h:100 -msgid "Brazil" -msgstr "Brezilya" +msgid "Logitech Internet Keyboard" +msgstr "Logitech Genel Ağ Klavyesi" #: ../rules/base.xml.in.h:101 -msgid "Brazilian ABNT2" -msgstr "Brazilya dili ABNT2" +msgid "Logitech iTouch" +msgstr "Logitech iTouch" #: ../rules/base.xml.in.h:102 -msgid "Brl" -msgstr "Brl" +msgid "Logitech Internet Navigator Keyboard" +msgstr "Logitech Genel Ağ Tarayıcı Klavyesi" #: ../rules/base.xml.in.h:103 -msgid "Brother Internet Keyboard" -msgstr "Brother Genel Ağ Klavyesi" +msgid "Logitech Cordless Desktop EX110" +msgstr "Logitech Kablosuz Masaüstü EX110" #: ../rules/base.xml.in.h:104 -msgid "Buckwalter" -msgstr "Bükvalter" +msgid "Logitech iTouch Internet Navigator Keyboard SE" +msgstr "Logitech iTouch Genel Ağ Tarayıcı Klavyesi SE" #: ../rules/base.xml.in.h:105 -msgid "Bulgaria" -msgstr "Bulgaristan" +msgid "Logitech iTouch Internet Navigator Keyboard SE (USB)" +msgstr "Logitech iTouch Genel Ağ Tarayıcı Klavyesi SE (USB)" #: ../rules/base.xml.in.h:106 -msgid "Cambodia" -msgstr "Kamboçya" +msgid "Logitech Ultra-X Keyboard" +msgstr "Logitech Ultra-X Keyboard" -#: ../rules/base.xml.in.h:107 ../rules/sun.xml.in.h:29 -msgid "Can" -msgstr "Kan" +#: ../rules/base.xml.in.h:107 +msgid "Logitech Ultra-X Cordless Media Desktop Keyboard" +msgstr "Logitech Ultra-X Kablosuz Medya Masaüstü Klavyesi" #: ../rules/base.xml.in.h:108 -msgid "Canada" -msgstr "Kanada" +msgid "Logitech diNovo Keyboard" +msgstr "Logitech Access Klavye" #: ../rules/base.xml.in.h:109 -msgid "Caps Lock is Compose." -msgstr "CapsLock tuşu karakter birleşimi yapar." +msgid "Logitech diNovo Edge Keyboard" +msgstr "Logitech diNovo Edge Klavyesi" #: ../rules/base.xml.in.h:110 -msgid "CapsLock LED shows alternative layout." -msgstr "Caps Lock LED'i diğer yerleşimi gösterir." +msgid "Memorex MX1998" +msgstr "Memorex MX1998" #: ../rules/base.xml.in.h:111 -msgid "CapsLock acts as Shift with locking. Shift \"pauses\" CapsLock." -msgstr "Caps Lock kilitlemeli Shift tuşu gibi çalışır. Shift tuşu ise Caps Lock tuşunu \"bekletir\"." +msgid "Memorex MX2500 EZ-Access Keyboard" +msgstr "Memorex MX2500 EZ Erişim Klavyesi" #: ../rules/base.xml.in.h:112 -msgid "CapsLock acts as Shift with locking. Shift doesn't affect CapsLock." -msgstr "Caps Lock kilitlemeli Shift tuşu gibi çalışır. Shift tuşu Caps Lock davranışını etkilemez." +msgid "Memorex MX2750" +msgstr "Memorex MX2750" #: ../rules/base.xml.in.h:113 -msgid "CapsLock just locks the Shift modifier." -msgstr "Caps Lock sadece kilitlemeli Shift tuşu gibi çalışır." +msgid "Microsoft Natural Ergonomic Keyboard 4000" +msgstr "Microsoft Doğal Ergonomik Klavye 4000" -#: ../rules/base.xml.in.h:114 ../rules/sun.xml.in.h:33 -msgid "CapsLock key behavior" -msgstr "CapsLock tuşunun davranışı" +#: ../rules/base.xml.in.h:114 +msgid "Microsoft Natural Wireless Ergonomic Keyboard 7000" +msgstr "Microsoft Doğal Kablosuz Ergonomik Klavye 7000" #: ../rules/base.xml.in.h:115 -msgid "CapsLock key changes layout." -msgstr "Caps Lock tuşu yerleşimi değiştirir" +msgid "Microsoft Internet Keyboard" +msgstr "Microsoft Genel Ağ Klavyesi" #: ../rules/base.xml.in.h:116 -msgid "CapsLock toggles Shift so all keys are affected." -msgstr "Caps Lock tuşu Shift davranışını ters çevirir; bundan alfabetik olmayan tuşlar da etkilenir." +msgid "Microsoft Natural Keyboard Pro / Microsoft Internet Keyboard Pro" +msgstr "Microsoft Basit Klavye Pro / Microsoft Genel Ağ Klavyesi Pro" #: ../rules/base.xml.in.h:117 -msgid "CapsLock toggles normal capitalization of alphabetic characters." -msgstr "Caps Lock tuşu büyük/küçük harf geçişi yapar." +msgid "Microsoft Natural Keyboard Pro USB / Microsoft Internet Keyboard Pro" +msgstr "Microsoft Natural Keyboard Pro USB / Microsoft Internet Keyboard Pro" #: ../rules/base.xml.in.h:118 -msgid "CapsLock uses internal capitalization. Shift \"pauses\" CapsLock." -msgstr "CapsLock dahili dönüşümü kullanılır, Shift tuşu Caps Lock tuşunu \"bekletir\"." +msgid "Microsoft Natural Keyboard Pro OEM" +msgstr "Microsoft Basit Klavye Pro OEM" #: ../rules/base.xml.in.h:119 -msgid "CapsLock uses internal capitalization. Shift doesn't affect CapsLock." -msgstr "CapsLock dahili dönüşümü kullanır. Shift tuşu Caps Lock davranışını etkilemez." +msgid "ViewSonic KU-306 Internet Keyboard" +msgstr "ViewSonic KU-306 Internet Klavyesi" #: ../rules/base.xml.in.h:120 -msgid "Catalan variant with middle-dot L" -msgstr "Ortası noktalı L'li Katalan yerleşimi" +msgid "Microsoft Internet Keyboard Pro, Swedish" +msgstr "Microsoft Genel Ağ Klavyesi Pro, İsveçce" #: ../rules/base.xml.in.h:121 -msgid "Che" -msgstr "Che" +msgid "Microsoft Office Keyboard" +msgstr "Microsoft Ofis Klavyesi" #: ../rules/base.xml.in.h:122 -msgid "Cherry Blue Line CyBo@rd" -msgstr "Cherry Blue Line CyBo@rd" +msgid "Microsoft Wireless Multimedia Keyboard 1.0A" +msgstr "Microsoft Wireless Multimedia Keyboard 1.0A" #: ../rules/base.xml.in.h:123 -msgid "Cherry Blue Line CyBo@rd (alternate option)" -msgstr "Cherry Blue Line CyBo@rd (diğer seçenek)" +msgid "Microsoft Natural Keyboard Elite" +msgstr "Microsoft Doğal Seçkin Klavye" #: ../rules/base.xml.in.h:124 -msgid "Cherry CyBo@rd USB-Hub" -msgstr "Cherry CyBo@rd USB-Hub" +msgid "Microsoft Comfort Curve Keyboard 2000" +msgstr "Microsoft Rahat Eğri Klavye 2000" #: ../rules/base.xml.in.h:125 -msgid "Cherry CyMotion Master Linux" -msgstr "Cherry CyMotion Master Linux" +msgid "Ortek MCK-800 MM/Internet keyboard" +msgstr "Oretec MCK-800 MM/Genel Ağ Klavyesi" #: ../rules/base.xml.in.h:126 -msgid "Cherry CyMotion Master XPress" -msgstr "Cherry CyMotion Master XPress" +msgid "Propeller Voyager (KTEZ-1000)" +msgstr "Propeller Voyager (KTEZ-1000)" #: ../rules/base.xml.in.h:127 -msgid "Chicony Internet Keyboard" -msgstr "Chicony Genel Ağ Klavyesi" +msgid "QTronix Scorpius 98N+" +msgstr "QTronix Scorpius 98N+" #: ../rules/base.xml.in.h:128 -msgid "Chicony KB-9885" -msgstr "Chicony KB-9885" +msgid "Samsung SDM 4500P" +msgstr "Samsung SDM 4500P" #: ../rules/base.xml.in.h:129 -msgid "Chuvash" -msgstr "Çuvaş" +msgid "Samsung SDM 4510P" +msgstr "Samsung SDM 4510P" #: ../rules/base.xml.in.h:130 -msgid "Chuvash Latin" -msgstr "Çuvaş Latin" +msgid "Sanwa Supply SKB-KG3" +msgstr "Sanwa Supply SKB-KG3" #: ../rules/base.xml.in.h:131 -msgid "Classic Dvorak" -msgstr "Klasik Dvorak" +msgid "SK-1300" +msgstr "SK-1300" #: ../rules/base.xml.in.h:132 -msgid "CloGaelach" -msgstr "CloGaelach" +msgid "SK-2500" +msgstr "SK-2500" #: ../rules/base.xml.in.h:133 -msgid "Compaq Easy Access Keyboard" -msgstr "Compaq Kolay Erişim Klavyesi" +msgid "SK-6200" +msgstr "SK-6200" #: ../rules/base.xml.in.h:134 -msgid "Compaq Internet Keyboard (13 keys)" -msgstr "Compaq Genel Ağ Klavyesi (13 tuşlu)" +msgid "SK-7100" +msgstr "SK-7100" #: ../rules/base.xml.in.h:135 -msgid "Compaq Internet Keyboard (18 keys)" -msgstr "Compaq Genel Ağ Klavyesi (18 tuşlu)" +msgid "Super Power Multimedia Keyboard" +msgstr "Super Power Multimedia Keyboard" #: ../rules/base.xml.in.h:136 -msgid "Compaq Internet Keyboard (7 keys)" -msgstr "Genel Ağ Klavyesi (7 tuşlu)" +msgid "SVEN Ergonomic 2500" +msgstr "SVEN Ergonomik 2500" #: ../rules/base.xml.in.h:137 -msgid "Compaq iPaq Keyboard" -msgstr "Compaq iPaq Klavyesi" +msgid "SVEN Slim 303" +msgstr "SVEN İnce 303" #: ../rules/base.xml.in.h:138 -msgid "Compose key position" -msgstr "Karakter oluşturma (compose) tuşu konumu" +msgid "Symplon PaceBook (tablet PC)" +msgstr "Symplon PaceBook (tablet PC)" #: ../rules/base.xml.in.h:139 -msgid "Congo, Democratic Republic of the" -msgstr "Kongo Demokratik Cumhuriyeti" +msgid "Toshiba Satellite S3000" +msgstr "Toshiba Satellite S3000" #: ../rules/base.xml.in.h:140 -msgid "Control is mapped to the Win-keys (and the usual Ctrl keys)." -msgstr "Ctrl, Win tuşlarına eşlenir." +msgid "Trust Wireless Keyboard Classic" +msgstr "Trust Kablosuz Klasik Klavye" #: ../rules/base.xml.in.h:141 -msgid "Croatia" -msgstr "Hırvatistan" +msgid "Trust Direct Access Keyboard" +msgstr "Trust Doğrudan Erişimli Klavye" #: ../rules/base.xml.in.h:142 -msgid "Ctrl key at bottom left" -msgstr "Sol alttaki Ctrl tuşu" +msgid "Trust Slimline" +msgstr "Trust Slimline" #: ../rules/base.xml.in.h:143 -msgid "Ctrl key at left of 'A'" -msgstr "'A'nın solundaki Ctrl Tuşu" +msgid "TypeMatrix EZ-Reach 2020" +msgstr "TypeMatrix EZ-Reach 2020" #: ../rules/base.xml.in.h:144 -msgid "Ctrl key position" -msgstr "Ctrl tuşunun yeri" +msgid "TypeMatrix EZ-Reach 2030 PS2" +msgstr "TypeMatrix EZ-Reach 2030 PS2" #: ../rules/base.xml.in.h:145 -msgid "Ctrl+Shift change layout." -msgstr "Ctrl+Shift tuşları yerleşimi değiştirir." +msgid "TypeMatrix EZ-Reach 2030 USB" +msgstr "TypeMatrix EZ-Reach 2030 USB" #: ../rules/base.xml.in.h:146 -msgid "Cyrillic" -msgstr "Kril" +msgid "TypeMatrix EZ-Reach 2030 USB (102/105:EU mode)" +msgstr "TypeMatrix EZ-Reach 2030 USB (102/105:EU mod)" -#: ../rules/base.xml.in.h:147 ../rules/sun.xml.in.h:39 -msgid "Cze" -msgstr "Çek" +#: ../rules/base.xml.in.h:147 +msgid "TypeMatrix EZ-Reach 2030 USB (106:JP mode)" +msgstr "TypeMatrix EZ-Reach 2030 USB (106:JP mod)" #: ../rules/base.xml.in.h:148 -msgid "Czechia" -msgstr "Çek Cumhuriyeti" +msgid "Yahoo! Internet Keyboard" +msgstr "Yahoo! Genel Ağ Klavyesi" #: ../rules/base.xml.in.h:149 -msgid "DRC" -msgstr "DRC" +msgid "MacBook/MacBook Pro" +msgstr "MacBook/MacBook Pro" #: ../rules/base.xml.in.h:150 -msgid "DTK2000" -msgstr "DTK2000" +msgid "MacBook/MacBook Pro (Intl)" +msgstr "MacBook/MacBook Pro (Uluslararası)" -#: ../rules/base.xml.in.h:151 ../rules/sun.xml.in.h:42 -msgid "Dead acute" -msgstr "Ölü acute (´)" +#: ../rules/base.xml.in.h:151 +msgid "Macintosh" +msgstr "Macintosh" -#: ../rules/base.xml.in.h:152 ../rules/sun.xml.in.h:43 -msgid "Dead grave acute" -msgstr "Ölü grave acute (`)" +#: ../rules/base.xml.in.h:152 +msgid "Macintosh Old" +msgstr "Eski Macintosh" #: ../rules/base.xml.in.h:153 -msgid "Default numeric keypad keys." -msgstr "Öntanımlı tuştakımı tuşları." +msgid "Happy Hacking Keyboard for Mac" +msgstr "Mac için Mutlu Kodlama Klavyesi" #: ../rules/base.xml.in.h:154 -msgid "Dell" -msgstr "Dell" +msgid "Acer C300" +msgstr "Acer C300" #: ../rules/base.xml.in.h:155 -msgid "Dell 101-key PC" -msgstr "Dell 101 tuşlu PC" +msgid "Acer Ferrari 4000" +msgstr "Acer Ferrari 4000" #: ../rules/base.xml.in.h:156 -msgid "Dell Laptop/notebook Inspiron 6xxx/8xxx" -msgstr "Dizüstü/defter Dell Inspiron 6xxx/8xxx" +msgid "Acer Laptop" +msgstr "Acer Dizüstü" #: ../rules/base.xml.in.h:157 -msgid "Dell Laptop/notebook Precision M series" -msgstr "Dell Dizüstü/defter Precision M series" +msgid "Asus Laptop" +msgstr "Asus Dizüstü" #: ../rules/base.xml.in.h:158 -msgid "Dell Latitude series laptop" -msgstr "Dell Latitude serisi Dizüstü" +msgid "Apple" +msgstr "Apple" #: ../rules/base.xml.in.h:159 -msgid "Dell SK-8125 USB Multimedia Keybard" -msgstr "Dell SK-8125 USB Çokluortam Klavyesi" +msgid "Apple Laptop" +msgstr "Apple Dizüstü" #: ../rules/base.xml.in.h:160 -msgid "Dell SK-8135 USB Multimedia Keybard" -msgstr "Dell SK-8135 USB Çokluortam Klavyesi" +msgid "Apple Aluminium Keyboard (ANSI)" +msgstr "Apple Alüminyum Klavye (ANSI)" #: ../rules/base.xml.in.h:161 -msgid "Dell USB Multimedia Keybard" -msgstr "Dell USB Çokluortam Klavyesi" +msgid "Apple Aluminium Keyboard (ISO)" +msgstr "Apple Alüminyum Klavye (ISO)" #: ../rules/base.xml.in.h:162 -msgid "Denmark" -msgstr "Danimarka" +msgid "Apple Aluminium Keyboard (JIS)" +msgstr "Apple Alüminyum Klavye (JIS)" -#: ../rules/base.xml.in.h:163 ../rules/sun.xml.in.h:44 -msgid "Deu" -msgstr "Alm" +#: ../rules/base.xml.in.h:163 +msgid "SILVERCREST Multimedia Wireless Keyboard" +msgstr "SILVERCREST Çokluortam Kablosuz Klavyesi" #: ../rules/base.xml.in.h:164 -msgid "Dexxa Wireless Desktop Keyboard" -msgstr "Dexxa Kablosuz Masaüstü Klavyesi" +msgid "Laptop/notebook eMachines m68xx" +msgstr "Dizüstü/defter eMachines m68xx" #: ../rules/base.xml.in.h:165 -msgid "Diamond 9801 / 9802 series" -msgstr "Diamond 9801 / 9802 serileri" +msgid "BenQ X-Touch" +msgstr "BenQ X-Touch" -#: ../rules/base.xml.in.h:166 ../rules/sun.xml.in.h:46 -msgid "Dnk" -msgstr "Dnk" +#: ../rules/base.xml.in.h:166 +msgid "BenQ X-Touch 730" +msgstr "BenQ X-Touch 730" -#: ../rules/base.xml.in.h:167 ../rules/sun.xml.in.h:48 -msgid "Dvorak" -msgstr "Dvorak" +#: ../rules/base.xml.in.h:167 +msgid "BenQ X-Touch 800" +msgstr "BenQ X-Touch 800" #: ../rules/base.xml.in.h:168 -msgid "Dvorak, Polish quotes on key \"1/!\"" -msgstr "Dvorak, \"1/!\" tuşunda Lehçe tırnaklar" +msgid "Happy Hacking Keyboard" +msgstr "Mutlu Kodlama Klavyesi" #: ../rules/base.xml.in.h:169 -msgid "Dvorak, Polish quotes on quotemark key" -msgstr "Dvorak, çift tırnak tuşunda Lehçe tırnaklar" +msgid "Classmate PC" +msgstr "Classmate PC" #: ../rules/base.xml.in.h:170 -msgid "Eastern" -msgstr "Doğu" +msgid "OLPC" +msgstr "OLPC" -#: ../rules/base.xml.in.h:171 ../rules/sun.xml.in.h:49 -msgid "Eliminate dead keys" -msgstr "Ölü tuşları normal yapar" +#: ../rules/base.xml.in.h:171 +msgid "Sun Type 7 USB" +msgstr "Sun Tür 7 USB" #: ../rules/base.xml.in.h:172 -msgid "Ennyah DKB-1008" -msgstr "Ennyah DKB-1008" +msgid "Sun Type 7 USB (European layout)" +msgstr "Sun Tür 7 USB (Avrupa yerleşimi)" #: ../rules/base.xml.in.h:173 -msgid "Epo" -msgstr "Epo" +msgid "Sun Type 7 USB (Unix layout)" +msgstr "Sun Tür 7 USB (Unix yerleşimi)" #: ../rules/base.xml.in.h:174 -msgid "Ergonomic" -msgstr "Ergonomik" +msgid "Sun Type 7 USB (Japanese layout) / Japanese 106-key" +msgstr "Sun Tür 7 USB (Japonca yerleşimi) / Japonca 106-tuş" -#: ../rules/base.xml.in.h:175 ../rules/sun.xml.in.h:50 -msgid "Esp" -msgstr "Esp" +#: ../rules/base.xml.in.h:175 +msgid "Sun Type 6/7 USB" +msgstr "Sun 6/7 Tipi USB" #: ../rules/base.xml.in.h:176 -msgid "Esperanto" -msgstr "Esperanto" +msgid "Sun Type 6/7 USB (European layout)" +msgstr "Sun 6/7 Tipi USB (Avrupa yerleşimi)" #: ../rules/base.xml.in.h:177 -msgid "Est" -msgstr "Est" +msgid "Sun Type 6 USB (Unix layout)" +msgstr "Sun Tür 6 USB (Unix yerleşimi)" #: ../rules/base.xml.in.h:178 -msgid "Estonia" -msgstr "Estonya" +msgid "Sun Type 6 USB (Japanese layout)" +msgstr "Sun Tür 6 USB (Japonca yerleşimi)" #: ../rules/base.xml.in.h:179 -msgid "Eth" -msgstr "Ety" +msgid "Sun Type 6 (Japanese layout)" +msgstr "Sun Tür 6 (Japonca yerleşimi)" #: ../rules/base.xml.in.h:180 -msgid "Ethiopia" -msgstr "Etyopya" +msgid "Targa Visionary 811" +msgstr "Targa Visionary 811" #: ../rules/base.xml.in.h:181 -msgid "Evdev-managed keyboard" -msgstr "Evdev yönetimli klavye" +msgid "Unitek KB-1925" +msgstr "Unitek KB-1925" #: ../rules/base.xml.in.h:182 -msgid "Everex STEPnote" -msgstr "Everex STEPnote" +msgid "FL90" +msgstr "FL90" #: ../rules/base.xml.in.h:183 -msgid "Ewe" -msgstr "Eve" +msgid "Creative Desktop Wireless 7000" +msgstr "Creative Masaüstü Kablosuz 7000" #: ../rules/base.xml.in.h:184 -msgid "Extended" -msgstr "Gelişmiş" - -#: ../rules/base.xml.in.h:185 -msgid "Extended Backslash" -msgstr "Gelişmiş Gerisilme" +msgid "Htc Dream phone" +msgstr "Htc Dream telefonu" -#: ../rules/base.xml.in.h:186 -msgid "F-letter (F) variant" -msgstr "F harfli (F) türü" +#. Keyboard indicator for English layouts +#: ../rules/base.xml.in.h:186 ../rules/base.extras.xml.in.h:46 +msgid "en" +msgstr "ing" -#: ../rules/base.xml.in.h:187 -msgid "Fao" -msgstr "Fao" +#: ../rules/base.xml.in.h:187 ../rules/base.extras.xml.in.h:47 +msgid "English (US)" +msgstr "İngilizce (Amerikan)" -#: ../rules/base.xml.in.h:188 -msgid "Faroe Islands" -msgstr "Faroe Adaları" - -#: ../rules/base.xml.in.h:189 ../rules/sun.xml.in.h:51 -msgid "Fin" -msgstr "Fin" +#. Keyboard indicator for Cherokee layouts +#: ../rules/base.xml.in.h:189 +msgid "chr" +msgstr "chr" #: ../rules/base.xml.in.h:190 -msgid "Finland" -msgstr "Finlandiya" +msgid "Cherokee" +msgstr "Cherokee" #: ../rules/base.xml.in.h:191 -msgid "Force standard legacy keypad" -msgstr "Standart kadim tuştakımını etkin kılar" +msgid "English (US, with euro on 5)" +msgstr "İngilizce (US, avro işareti 5 tuşunda)" -#: ../rules/base.xml.in.h:192 ../rules/sun.xml.in.h:53 -msgid "Fra" -msgstr "Fra" +#: ../rules/base.xml.in.h:192 +msgid "English (US, international with dead keys)" +msgstr "İngilizce (Amerikan, uluslararası ölü tuşlarla)" #: ../rules/base.xml.in.h:193 -msgid "France" -msgstr "Fransa" +msgid "English (US, alternative international)" +msgstr "İngilizce (Amerikan, diğer uluslararası)" -#: ../rules/base.xml.in.h:194 ../rules/sun.xml.in.h:55 -msgid "French" -msgstr "Fransızca" +#: ../rules/base.xml.in.h:194 +msgid "English (Colemak)" +msgstr "İngilizce (Colemak)" #: ../rules/base.xml.in.h:195 -msgid "French (Macintosh)" -msgstr "Fransız (Makintoş)" +msgid "English (Dvorak)" +msgstr "İngilizce (Dvorak)" -#: ../rules/base.xml.in.h:196 ../rules/sun.xml.in.h:56 -msgid "French (legacy)" -msgstr "Fransızca (eski)" +#: ../rules/base.xml.in.h:196 +msgid "English (Dvorak, international with dead keys)" +msgstr "İngilizce (Dvorak, uluslararası ölü tuşlarla)" #: ../rules/base.xml.in.h:197 -msgid "French Dvorak" -msgstr "Fransızca Dvorak" +msgid "English (Dvorak alternative international no dead keys)" +msgstr "İngilizce (Dvorak alternatif uluslararası ölü tuşlarla)" #: ../rules/base.xml.in.h:198 -msgid "French, Sun dead keys" -msgstr "Fransızca, Sun ölü tuşlar" +msgid "English (left handed Dvorak)" +msgstr "İngilizce (solak Dvorak)" #: ../rules/base.xml.in.h:199 -msgid "French, eliminate dead keys" -msgstr "Fransızca, ölü tuşsuz" +msgid "English (right handed Dvorak)" +msgstr "İngilizce (sağ elle Dvorak)" #: ../rules/base.xml.in.h:200 -msgid "Fula" -msgstr "Fula" +msgid "English (classic Dvorak)" +msgstr "İngilizce (klasik Dvorak)" #: ../rules/base.xml.in.h:201 -msgid "GBr" -msgstr "GBr" - -#: ../rules/base.xml.in.h:202 -msgid "Ga" -msgstr "Ga" +msgid "English (programmer Dvorak)" +msgstr "İngilizce (programcı Dvorak)" -#: ../rules/base.xml.in.h:203 -msgid "Generic 101-key PC" -msgstr "Soysal 101 tuşlu PC" +#. Keyboard indicator for Russian layouts +#: ../rules/base.xml.in.h:203 ../rules/base.extras.xml.in.h:69 +msgid "ru" +msgstr "ru" #: ../rules/base.xml.in.h:204 -msgid "Generic 102-key (Intl) PC" -msgstr "Soysal 102 tuşlu (Uluslararası) PC" +msgid "Russian (US, phonetic)" +msgstr "Rusça (Amerikan, fonetik)" #: ../rules/base.xml.in.h:205 -msgid "Generic 104-key PC" -msgstr "Soysal 104 tuşlu PC" +msgid "English (Macintosh)" +msgstr "İngilizce (Macintosh)" #: ../rules/base.xml.in.h:206 -msgid "Generic 105-key (Intl) PC" -msgstr "Soysal 105 tuşlu (uluslararası) PC" +msgid "English (international AltGr dead keys)" +msgstr "İngilizce (Uluslararası AltGr ölü tuşlarla)" #: ../rules/base.xml.in.h:207 -msgid "Genius Comfy KB-12e" -msgstr "Genius Comfy KB-12e" +msgid "English (the divide/multiply keys toggle the layout)" +msgstr "İngilizce (bölme/çarpma tuşları yerleşimi değiştirir)" #: ../rules/base.xml.in.h:208 -msgid "Genius Comfy KB-16M / Genius MM Keyboard KWD-910" -msgstr "Genius Comfy KB-16M / Genius MM Keyboard KWD-910" +msgid "Serbo-Croatian (US)" +msgstr "Sırp-Hırvatça (Amerikan)" #: ../rules/base.xml.in.h:209 -msgid "Genius Comfy KB-21e-Scroll" -msgstr "Genius Comfy KB-21e-Scroll" +msgid "English (Workman)" +msgstr "İngilizce (İşçi)" #: ../rules/base.xml.in.h:210 -msgid "Genius KB-19e NB" -msgstr "Genius KB-19e NB" +msgid "English (Workman, international with dead keys)" +msgstr "İngilizce (İşçi, uluslararası ölü tuşlarla)" -#: ../rules/base.xml.in.h:211 -msgid "Geo" -msgstr "Geo" - -#: ../rules/base.xml.in.h:212 -msgid "Georgia" -msgstr "Gürcistan" +#. Keyboard indicator for Persian layouts +#: ../rules/base.xml.in.h:212 ../rules/base.extras.xml.in.h:28 +msgid "fa" +msgstr "fa" #: ../rules/base.xml.in.h:213 -msgid "German (Macintosh)" -msgstr "Alman (Makintoş)" - -#: ../rules/base.xml.in.h:214 -msgid "German, Sun dead keys" -msgstr "Almanca, Sun ölü tuşlar" +msgid "Afghani" +msgstr "Afganca" +#. Keyboard indicator for Pashto layouts #: ../rules/base.xml.in.h:215 -msgid "German, eliminate dead keys" -msgstr "Almanca, ölü tuşsuz" +msgid "ps" +msgstr "ps" #: ../rules/base.xml.in.h:216 -msgid "Germany" -msgstr "Almanya" - -#: ../rules/base.xml.in.h:217 -msgid "Gha" -msgstr "Gha" +msgid "Pashto" +msgstr "Paşto" +#. Keyboard indicator for Uzbek layouts #: ../rules/base.xml.in.h:218 -msgid "Ghana" -msgstr "Gana" +msgid "uz" +msgstr "uz" #: ../rules/base.xml.in.h:219 -msgid "Gre" -msgstr "Gre" +msgid "Uzbek (Afghanistan)" +msgstr "Özbekçe (Afganistan)" #: ../rules/base.xml.in.h:220 -msgid "Greece" -msgstr "Yunanistan" +msgid "Pashto (Afghanistan, OLPC)" +msgstr "Pestuca (Afganistan, OLPC)" #: ../rules/base.xml.in.h:221 -msgid "Gujarati" -msgstr "Batı Hint dili" +msgid "Persian (Afghanistan, Dari OLPC)" +msgstr "Pestuca (Afganistan, Dari OLPC)" #: ../rules/base.xml.in.h:222 -msgid "Gurmukhi" -msgstr "Gurmukhi" - -#: ../rules/base.xml.in.h:223 -msgid "Gyration" -msgstr "Çekimsel" +msgid "Uzbek (Afghanistan, OLPC)" +msgstr "Özbekçe (Afganistan, OLPC)" -#: ../rules/base.xml.in.h:224 -msgid "Hausa" -msgstr "Havza" +#. Keyboard indicator for Arabic layouts +#: ../rules/base.xml.in.h:224 ../rules/base.extras.xml.in.h:80 +msgid "ar" +msgstr "ar" -#: ../rules/base.xml.in.h:225 -msgid "Hewlett-Packard Internet Keyboard" -msgstr "Hewlett-Packard Genel Ağ Klavyesi" +#: ../rules/base.xml.in.h:225 ../rules/base.extras.xml.in.h:81 +msgid "Arabic" +msgstr "Arapça" #: ../rules/base.xml.in.h:226 -msgid "Hewlett-Packard Omnibook 500 FA" -msgstr "Hewlett-Packard Omnibook 500 FA" +msgid "Arabic (azerty)" +msgstr "Arapça (azerty)" #: ../rules/base.xml.in.h:227 -msgid "Hewlett-Packard Omnibook 5xx" -msgstr "Hewlett-Packard Omnibook 5xx" +msgid "Arabic (azerty/digits)" +msgstr "Arapça (azerty/rakamlar)" #: ../rules/base.xml.in.h:228 -msgid "Hewlett-Packard Omnibook 6000/6100" -msgstr "Hewlett-Packard Omnibook 6000/6100" +msgid "Arabic (digits)" +msgstr "Arapça (rakamlar)" #: ../rules/base.xml.in.h:229 -msgid "Hewlett-Packard Omnibook XE3 GC" -msgstr "Hewlett-Packard Omnibook XE3 GC" +msgid "Arabic (qwerty)" +msgstr "Arapça (qwerty)" #: ../rules/base.xml.in.h:230 -msgid "Hewlett-Packard Omnibook XE3 GF" -msgstr "Hewlett-Packard Omnibook XE3 GF" +msgid "Arabic (qwerty/digits)" +msgstr "Arapça (qwerty/rakamlar)" #: ../rules/base.xml.in.h:231 -msgid "Hewlett-Packard Omnibook XT1000" -msgstr "Hewlett-Packard Omnibook XT1000" - -#: ../rules/base.xml.in.h:232 -msgid "Hewlett-Packard Pavilion ZT11xx" -msgstr "Hewlett-Packard Pavilion ZT11xx" +msgid "Arabic (Buckwalter)" +msgstr "Arapça (Buckwalter)" +#. Keyboard indicator for Albanian layouts #: ../rules/base.xml.in.h:233 -msgid "Hewlett-Packard SK-2501 Multimedia Keyboard" -msgstr "Hewlett-Packard SK-2501 Çokluortam Klavyesi" +msgid "sq" +msgstr "sq" #: ../rules/base.xml.in.h:234 -msgid "Hewlett-Packard SK-2505 Internet Keyboard" -msgstr "Hewlett-Packard SK-2505 Genel Ağ Klavyesi" +msgid "Albanian" +msgstr "Arnavutça" #: ../rules/base.xml.in.h:235 -msgid "Hindi Bolnagri" -msgstr "Hindi Bolnagri" - -#: ../rules/base.xml.in.h:236 -msgid "Honeywell Euroboard" -msgstr "Honeywell Euroboard" +msgid "Albanian (Plisi D1)" +msgstr "Arnavutça (Plisi D1)" -#: ../rules/base.xml.in.h:237 -msgid "Hrv" -msgstr "Hrv" +#. Keyboard indicator for Armenian layouts +#: ../rules/base.xml.in.h:237 ../rules/base.extras.xml.in.h:74 +msgid "hy" +msgstr "hy" -#: ../rules/base.xml.in.h:238 ../rules/sun.xml.in.h:59 -msgid "Hun" -msgstr "Mcr" +#: ../rules/base.xml.in.h:238 ../rules/base.extras.xml.in.h:75 +msgid "Armenian" +msgstr "Ermenice" #: ../rules/base.xml.in.h:239 -msgid "Hungary" -msgstr "Macaristan" +msgid "Armenian (phonetic)" +msgstr "Ermenice (fonetik)" #: ../rules/base.xml.in.h:240 -msgid "Hyper is mapped to the Win-keys." -msgstr "Hyper, Pencere tuşlarına eşlenir." +msgid "Armenian (alternative phonetic)" +msgstr "Ermenice (alternatif fonetik)" #: ../rules/base.xml.in.h:241 -msgid "IBM (LST 1205-92)" -msgstr "IBM (LST 1205-92)" +msgid "Armenian (eastern)" +msgstr "Ermenice (doğu)" #: ../rules/base.xml.in.h:242 -msgid "IBM Rapid Access" -msgstr "IBM Hızlı Erişim" +msgid "Armenian (western)" +msgstr "Ermenice (doğu)" #: ../rules/base.xml.in.h:243 -msgid "IBM Rapid Access II" -msgstr "IBM Hızlı Erişim II" +msgid "Armenian (alternative eastern)" +msgstr "Ermenice (alternatif doğu)" -#: ../rules/base.xml.in.h:244 -msgid "IBM Rapid Access II (alternate option)" -msgstr "IBM Hızlı Erişim II (diğer seçenek)" - -#: ../rules/base.xml.in.h:245 -msgid "IBM ThinkPad 560Z/600/600E/A22E" -msgstr "IBM ThinkPad 560Z/600/600E/A22E" +#. Keyboard indicator for German layouts +#: ../rules/base.xml.in.h:245 ../rules/base.extras.xml.in.h:22 +msgid "de" +msgstr "de" #: ../rules/base.xml.in.h:246 -msgid "IBM ThinkPad 560Z/600/600E/A22E, Intl" -msgstr "IBM ThinkPad 560Z/600/600E/A22E, Intl" +msgid "German (Austria)" +msgstr "Almanca (Avusturya)" -#: ../rules/base.xml.in.h:247 ../rules/sun.xml.in.h:61 -msgid "ISO Alternate" -msgstr "ISO diğer" +#: ../rules/base.xml.in.h:247 +msgid "German (Austria, eliminate dead keys)" +msgstr "Almanca (Avusturya, ölü tuşlar olmadan)" #: ../rules/base.xml.in.h:248 -msgid "Iceland" -msgstr "İzlanda" +msgid "German (Austria, Sun dead keys)" +msgstr "Almanca (Avusturya, Sun ölü tuşlarıyla)" #: ../rules/base.xml.in.h:249 -msgid "Igbo" -msgstr "Igbo" - -#: ../rules/base.xml.in.h:250 -msgid "Ind" -msgstr "Ind" +msgid "German (Austria, Macintosh)" +msgstr "Almanca (Avusturya, Macintosh)" +#. Keyboard indicator for Azerbaijani layouts #: ../rules/base.xml.in.h:251 -msgid "India" -msgstr "Hindistan" +msgid "az" +msgstr "az" -#: ../rules/base.xml.in.h:252 ../rules/sun.xml.in.h:62 -msgid "International (with dead keys)" -msgstr "Uluslararası (ölü tuşlarla)" +#: ../rules/base.xml.in.h:252 +msgid "Azerbaijani" +msgstr "Azerice" #: ../rules/base.xml.in.h:253 -msgid "Inuktitut" -msgstr "Inuktitut" - -#: ../rules/base.xml.in.h:254 -msgid "Iran" -msgstr "İran" +msgid "Azerbaijani (Cyrillic)" +msgstr "Azerice (Kiril)" +#. Keyboard indicator for Belarusian layouts #: ../rules/base.xml.in.h:255 -msgid "Iraq" -msgstr "Irak" +msgid "by" +msgstr "by" #: ../rules/base.xml.in.h:256 -msgid "Ireland" -msgstr "İrlanda" +msgid "Belarusian" +msgstr "Belarusça" #: ../rules/base.xml.in.h:257 -msgid "Irl" -msgstr "İrl" +msgid "Belarusian (legacy)" +msgstr "Belarusça (eski)" #: ../rules/base.xml.in.h:258 -msgid "Irn" -msgstr "Irn" +msgid "Belarusian (Latin)" +msgstr "Belarusça (Latin)" -#: ../rules/base.xml.in.h:259 -msgid "Irq" -msgstr "Irk" +#. Keyboard indicator for Belgian layouts +#: ../rules/base.xml.in.h:260 ../rules/base.extras.xml.in.h:83 +msgid "be" +msgstr "be" -#: ../rules/base.xml.in.h:260 -msgid "Isl" -msgstr "Izl" - -#: ../rules/base.xml.in.h:261 -msgid "Isr" -msgstr "İbr" +#: ../rules/base.xml.in.h:261 ../rules/base.extras.xml.in.h:84 +msgid "Belgian" +msgstr "Belçikaca" #: ../rules/base.xml.in.h:262 -msgid "Israel" -msgstr "İsrail" +msgid "Belgian (alternative)" +msgstr "Belçikaca (alternatif)" -#: ../rules/base.xml.in.h:263 ../rules/sun.xml.in.h:63 -msgid "Ita" -msgstr "İta" +#: ../rules/base.xml.in.h:263 +msgid "Belgian (alternative, Latin-9 only)" +msgstr "Belçikaca (alternatif, sadece latin-9)" #: ../rules/base.xml.in.h:264 -msgid "Italy" -msgstr "İtalya" +msgid "Belgian (alternative, Sun dead keys)" +msgstr "Belçikaca (alternatif, Sun ölü tuşlarıyla)" #: ../rules/base.xml.in.h:265 -msgid "Japan" -msgstr "Japonya" +msgid "Belgian (ISO alternate)" +msgstr "Belçikaca (alternatif ISO)" #: ../rules/base.xml.in.h:266 -msgid "Japan (PC-98xx Series)" -msgstr "Japon (PC-98xx Series)" +msgid "Belgian (eliminate dead keys)" +msgstr "Belçikaca (ölü tuşlar olmadan)" #: ../rules/base.xml.in.h:267 -msgid "Japanese 106-key" -msgstr "Japonca 106 tuşlu" +msgid "Belgian (Sun dead keys)" +msgstr "Belçikaca (Sun ölü tuşlarıyla)" #: ../rules/base.xml.in.h:268 -msgid "Japanese keyboard options" -msgstr "Japonca klavye seçenekleri" - -#: ../rules/base.xml.in.h:269 ../rules/sun.xml.in.h:66 -msgid "Jpn" -msgstr "Jpn" +msgid "Belgian (Wang model 724 azerty)" +msgstr "Belçikaca (Wang model 724 azerty)" +#. Keyboard indicator for Bangla layouts #: ../rules/base.xml.in.h:270 -msgid "Kana" -msgstr "Kana" +msgid "bn" +msgstr "bn" #: ../rules/base.xml.in.h:271 -msgid "Kana Lock key is locking" -msgstr "Kana Lock tuşu kilitler" +msgid "Bangla" +msgstr "Bengalce" #: ../rules/base.xml.in.h:272 -msgid "Kannada" -msgstr "Güney Hint dili" - -#: ../rules/base.xml.in.h:273 -msgid "Kashubian" -msgstr "Kaşubyalı" +msgid "Bangla (Probhat)" +msgstr "Bengalce (Probhat)" +#. Keyboard indicator for Indian layouts #: ../rules/base.xml.in.h:274 -msgid "Kaz" -msgstr "Kaz" +msgid "in" +msgstr "in" #: ../rules/base.xml.in.h:275 -msgid "Kazakh with Russian" -msgstr "Kazak (rus)" +msgid "Indian" +msgstr "Hintçe" #: ../rules/base.xml.in.h:276 -msgid "Kazakhstan" -msgstr "Kazakistan" +msgid "Bangla (India)" +msgstr "Bengalce (Hindistan)" #: ../rules/base.xml.in.h:277 -msgid "Keypad" -msgstr "Tuştakımı" +msgid "Bangla (India, Probhat)" +msgstr "Bengalce (Hindistan, Probhat)" #: ../rules/base.xml.in.h:278 -msgid "Keytronic FlexPro" -msgstr "Keytronic FlexPro" +msgid "Bangla (India, Baishakhi)" +msgstr "Bengalce (Hindistan, Baishakhi)" #: ../rules/base.xml.in.h:279 -msgid "Khm" -msgstr "Kım" +msgid "Bangla (India, Bornona)" +msgstr "Bengalce (Hindistan, Bornona)" #: ../rules/base.xml.in.h:280 -msgid "Kor" -msgstr "Kor" +msgid "Bangla (India, Uni Gitanjali)" +msgstr "Bengalce (Hindistan, Uni Gitanjali)" #: ../rules/base.xml.in.h:281 -msgid "Korea, Republic of" -msgstr "Kore Cumhuriyeti" +msgid "Bangla (India, Baishakhi Inscript)" +msgstr "Bengalce (Hindistan, Baishakhi Yazısı)" #: ../rules/base.xml.in.h:282 -msgid "Korean 106-key" -msgstr "Korece 106 tuşlu" - -#: ../rules/base.xml.in.h:283 -msgid "Kotoistus" -msgstr "Kotüstus" +msgid "Manipuri (Eeyek)" +msgstr "Manipuri (Eeyek)" +#. Keyboard indicator for Gujarati layouts #: ../rules/base.xml.in.h:284 -msgid "Kurdish, (F)" -msgstr "Kürtçe (Türkçe F klavye)" +msgid "gu" +msgstr "gu" #: ../rules/base.xml.in.h:285 -msgid "Kurdish, Arabic-Latin" -msgstr "Kürtçe (Arapça-Latin)" - -#: ../rules/base.xml.in.h:286 -msgid "Kurdish, Latin Alt-Q" -msgstr "Kürtçe (Türkçe Alt-Q klavye)" +msgid "Gujarati" +msgstr "Batı Hint dili" +#. Keyboard indicator for Punjabi layouts #: ../rules/base.xml.in.h:287 -msgid "Kurdish, Latin Q" -msgstr "Kürtçe (Türkçe Q klavye)" +msgid "pa" +msgstr "pa" #: ../rules/base.xml.in.h:288 -msgid "Kyr" -msgstr "Kır" +msgid "Punjabi (Gurmukhi)" +msgstr "Pencapça (Gurmukhi)" #: ../rules/base.xml.in.h:289 -msgid "Kyrgyzstan" -msgstr "Kırgızistan" - -#: ../rules/base.xml.in.h:290 -msgid "LAm" -msgstr "LAm" +msgid "Punjabi (Gurmukhi Jhelum)" +msgstr "Pencapça (Gurmukhi Jhelum)" +#. Keyboard indicator for Kannada layouts #: ../rules/base.xml.in.h:291 -msgid "LCtrl+LShift change layout." -msgstr "Ctrl+Shift tuşları yerleşimi değiştirir." +msgid "kn" +msgstr "kn" #: ../rules/base.xml.in.h:292 -msgid "Lao" -msgstr "Lao" +msgid "Kannada" +msgstr "Güney Hint dili" #: ../rules/base.xml.in.h:293 -msgid "Laos" -msgstr "Laos" - -#: ../rules/base.xml.in.h:294 -msgid "Laptop/notebook Compaq (eg. Armada) Laptop Keyboard" -msgstr "Dizüstü/defter Compaq (örn. Armada) Dizüstü Klavyesi" +msgid "Kannada (KaGaPa phonetic)" +msgstr "Kannada (KaGaPa fonetik)" +#. Keyboard indicator for Malayalam layouts #: ../rules/base.xml.in.h:295 -msgid "Laptop/notebook Compaq (eg. Presario) Internet Keyboard" -msgstr "Dizüstü/defter Compaq (örn. Presario) Genel Ağ Klavyesi" +msgid "ml" +msgstr "ml" #: ../rules/base.xml.in.h:296 -msgid "Laptop/notebook eMachines m68xx" -msgstr "Dizüstü/defter eMachines m68xx" +msgid "Malayalam" +msgstr "Malayalam dili" #: ../rules/base.xml.in.h:297 -msgid "Latin" -msgstr "Latin" +msgid "Malayalam (Lalitha)" +msgstr "Malayalam (Lalitha)" #: ../rules/base.xml.in.h:298 -msgid "Latin American" -msgstr "Latin Amerikanca" - -#: ../rules/base.xml.in.h:299 -msgid "Latin Unicode" -msgstr "Latin Unicode" +msgid "Malayalam (enhanced Inscript, with rupee sign)" +msgstr "Malayalam (rupi işareti ile, gelişmiş Alfabe)" +#. Keyboard indicator for Oriya layouts #: ../rules/base.xml.in.h:300 -msgid "Latin Unicode qwerty" -msgstr "Latin Unicode qwerty" +msgid "or" +msgstr "or" #: ../rules/base.xml.in.h:301 -msgid "Latin qwerty" -msgstr "Latin qwerty" - -#: ../rules/base.xml.in.h:302 -msgid "Latin with guillemets" -msgstr "Açılı ayraçlarla Latin" +msgid "Oriya" +msgstr "Orissa dili" +#. Keyboard indicator for Tamil layouts #: ../rules/base.xml.in.h:303 -msgid "Latvia" -msgstr "Letonya" +msgid "ta" +msgstr "ta" #: ../rules/base.xml.in.h:304 -msgid "Layout switching" -msgstr "Yerleşim değiştirme " +msgid "Tamil (Unicode)" +msgstr "Tamil (Unicode)" #: ../rules/base.xml.in.h:305 -msgid "Left Alt is swapped with left Win-key." -msgstr "Soydaki Alt tuşu ile soldaki Pencere tuşu yerdeğiştirir." +msgid "Tamil (keyboard with numerals)" +msgstr "Tamil (rakamlı klavye)" #: ../rules/base.xml.in.h:306 -msgid "Left Alt key changes layout." -msgstr "Soldaki Alt tuşu yerleşimi değiştirir." +msgid "Tamil (TAB typewriter)" +msgstr "Tamil (TAB daktilo)" #: ../rules/base.xml.in.h:307 -msgid "Left Alt key switches layout while pressed." -msgstr "Soldaki Alt tuşu basılıyken diğer yerleşimi etkin olur." +msgid "Tamil (TSCII typewriter)" +msgstr "Tamil (TSCII daktilo)" #: ../rules/base.xml.in.h:308 -msgid "Left Ctrl key changes layout." -msgstr "Soldaki Ctrl tuşu yerleşimi değiştirir." - -#: ../rules/base.xml.in.h:309 -msgid "Left Shift key changes layout." -msgstr "Soldaki Shift tuşu yerleşimi değiştirir." +msgid "Tamil" +msgstr "Tamil dili" +#. Keyboard indicator for Telugu layouts #: ../rules/base.xml.in.h:310 -msgid "Left Win-key changes layout." -msgstr "Soldaki Pencere tuşu yerleşimi değiştirir." +msgid "te" +msgstr "te" #: ../rules/base.xml.in.h:311 -msgid "Left Win-key is Compose." -msgstr "Soldaki Pencere tuşu karakter birleşimi yapar." +msgid "Telugu" +msgstr "Telugu dili" #: ../rules/base.xml.in.h:312 -msgid "Left Win-key switches layout while pressed." -msgstr "Soldaki Win tuşu basılıyken diğer yerleşim etkin olur." - -#: ../rules/base.xml.in.h:313 -msgid "Left hand" -msgstr "Solak" +msgid "Telugu (KaGaPa phonetic)" +msgstr "Telugu (KaGaPa fonetik)" +#. Keyboard indicator for Urdu layouts #: ../rules/base.xml.in.h:314 -msgid "Left handed Dvorak" -msgstr "Solak Dvorak" +msgid "ur" +msgstr "ur" #: ../rules/base.xml.in.h:315 -msgid "Lithuania" -msgstr "Litvanya" +msgid "Urdu (phonetic)" +msgstr "Urdu dili (fonetik)" #: ../rules/base.xml.in.h:316 -msgid "Logitech Access Keyboard" -msgstr "Logitech Access Keyboard" +msgid "Urdu (alternative phonetic)" +msgstr "Urdu (diğer fonetik)" #: ../rules/base.xml.in.h:317 -msgid "Logitech Cordless Desktop" -msgstr "Logitech Kablosuz Masaüstü" - -#: ../rules/base.xml.in.h:318 -msgid "Logitech Cordless Desktop LX-300" -msgstr "Logitech Kablosuz Masaüstü LX-300" +msgid "Urdu (WinKeys)" +msgstr "Urdu (WinKeys)" +#. Keyboard indicator for Hindi layouts #: ../rules/base.xml.in.h:319 -msgid "Logitech Cordless Desktop Navigator" -msgstr "Logitech Kablosuz Masaüstü Tarayıcı" +msgid "hi" +msgstr "hi" #: ../rules/base.xml.in.h:320 -msgid "Logitech Cordless Desktop Optical" -msgstr "Logitech Kablosuz Masaüstü Optik" +msgid "Hindi (Bolnagri)" +msgstr "Hintçe (Bolnagri)" #: ../rules/base.xml.in.h:321 -msgid "Logitech Cordless Desktop Pro" -msgstr "Logitech Kablosuz Masaüstü Pro" +msgid "Hindi (Wx)" +msgstr "Hintçe (Wx)" #: ../rules/base.xml.in.h:322 -msgid "Logitech Cordless Desktop Pro (alternate option)" -msgstr "Logitech Kablosuz Masaüstü Pro (diğer seçenek)" - -#: ../rules/base.xml.in.h:323 -msgid "Logitech Cordless Desktop Pro (alternate option2)" -msgstr "Logitech Kablosuz Masaüstü Pro (diğer 2. seçenek)" +msgid "Hindi (KaGaPa phonetic)" +msgstr "Hintçe (fonetik KaGaPa)" +#. Keyboard indicator for Sanskrit layouts #: ../rules/base.xml.in.h:324 -msgid "Logitech Cordless Desktop iTouch" -msgstr "Logitech Kablosuz Masaüstü iTouch" +msgid "sa" +msgstr "sa" #: ../rules/base.xml.in.h:325 -msgid "Logitech Cordless Freedom/Desktop Navigator" -msgstr "Logitech Kablosuz Özgür/Masaüstü Tarayıcı" - -#: ../rules/base.xml.in.h:326 -msgid "Logitech G15 extra keys via G15daemon" -msgstr "Logitech G15, G15daemon üzerinden ek tuşlu" +msgid "Sanskrit (KaGaPa phonetic)" +msgstr "Sanskritçe (KaGaPa fonetik)" +#. Keyboard indicator for Marathi layouts #: ../rules/base.xml.in.h:327 -msgid "Logitech Internet Keyboard" -msgstr "Logitech Genel Ağ Klavyesi" +msgid "mr" +msgstr "mr" #: ../rules/base.xml.in.h:328 -msgid "Logitech Internet Navigator Keyboard" -msgstr "Logitech Genel Ağ Tarayıcı Klavyesi" +msgid "Marathi (KaGaPa phonetic)" +msgstr "Marathi (KaGaPa fonetik)" #: ../rules/base.xml.in.h:329 -msgid "Logitech Ultra-X Keyboard" -msgstr "Logitech Ultra-X Keyboard" - -#: ../rules/base.xml.in.h:330 -msgid "Logitech diNovo Keyboard" -msgstr "Logitech Access Klavye" +msgid "English (India, with rupee sign)" +msgstr "İngilizce (Hindistan, rupi işareti ile)" +#. Keyboard indicator for Bosnian layouts #: ../rules/base.xml.in.h:331 -msgid "Logitech iTouch" -msgstr "Logitech iTouch" +msgid "bs" +msgstr "bs" #: ../rules/base.xml.in.h:332 -msgid "Logitech iTouch Cordless Keyboard (model Y-RB6)" -msgstr "Logitech iTouch Kablosuz Klavyesi (model Y-RB6)" +msgid "Bosnian" +msgstr "Boşnakça" #: ../rules/base.xml.in.h:333 -msgid "Logitech iTouch Internet Navigator Keyboard SE" -msgstr "Logitech iTouch Genel Ağ Tarayıcı Klavyesi SE" +msgid "Bosnian (with guillemets for quotes)" +msgstr "Boşnakça (alıntılar için tırnak işareti ile)" #: ../rules/base.xml.in.h:334 -msgid "Logitech iTouch Internet Navigator Keyboard SE (USB)" -msgstr "Logitech iTouch Genel Ağ Tarayıcı Klavyesi SE (USB)" +msgid "Bosnian (with Bosnian digraphs)" +msgstr "Boşnakça (tek sesi oluşturan iki harfler ile)" #: ../rules/base.xml.in.h:335 -msgid "Ltu" -msgstr "Ltu" +msgid "Bosnian (US keyboard with Bosnian digraphs)" +msgstr "Boşnakça (Boşnakça iki harf ile Amerikan klavye)" #: ../rules/base.xml.in.h:336 -msgid "Lva" -msgstr "Lva" - -#: ../rules/base.xml.in.h:337 -msgid "MESS" -msgstr "MESS" +msgid "Bosnian (US keyboard with Bosnian letters)" +msgstr "Boşnakça (Bosna harfleri ile Amerikan klavye)" -#: ../rules/base.xml.in.h:338 -msgid "MacBook/MacBook Pro" -msgstr "MacBook/MacBook Pro" +#. Keyboard indicator for Portuguese layouts +#: ../rules/base.xml.in.h:338 ../rules/base.extras.xml.in.h:86 +msgid "pt" +msgstr "pt" -#: ../rules/base.xml.in.h:339 -msgid "MacBook/MacBook Pro (Intl)" -msgstr "MacBook/MacBook Pro (Uluslararası)" +#: ../rules/base.xml.in.h:339 ../rules/base.extras.xml.in.h:87 +msgid "Portuguese (Brazil)" +msgstr "Portekizce (Brezilya)" #: ../rules/base.xml.in.h:340 -msgid "Macedonia" -msgstr "Makedonya" +msgid "Portuguese (Brazil, eliminate dead keys)" +msgstr "Portekizce (Brezilya, ölü tuşlar olmadan)" #: ../rules/base.xml.in.h:341 -msgid "Macintosh" -msgstr "Macintosh" +msgid "Portuguese (Brazil, Dvorak)" +msgstr "Portekizce (Brezilya, Dvorak)" #: ../rules/base.xml.in.h:342 -msgid "Macintosh Old" -msgstr "Eski Macintosh" +msgid "Portuguese (Brazil, Nativo)" +msgstr "Portekizce (Brezilya, Yerel)" #: ../rules/base.xml.in.h:343 -msgid "Macintosh, Sun dead keys" -msgstr "Makintoş, Sun ölü tuşlar" +msgid "Portuguese (Brazil, Nativo for US keyboards)" +msgstr "Portekizce (Brezilya, Amerikan klavyeler için Yerel)" #: ../rules/base.xml.in.h:344 -msgid "Macintosh, eliminate dead keys" -msgstr "Makintoş, ölü tuşsuz" - -#: ../rules/base.xml.in.h:345 -msgid "Make CapsLock an additional Ctrl." -msgstr "CapsLock tuşunu ek bir Ctrl tuşu yapar." +msgid "Esperanto (Brazil, Nativo)" +msgstr "Esperanto (Brezilya, Yerel)" +#. Keyboard indicator for Bulgarian layouts #: ../rules/base.xml.in.h:346 -msgid "Mal" -msgstr "Mal" +msgid "bg" +msgstr "bg" #: ../rules/base.xml.in.h:347 -msgid "Malayalam" -msgstr "Malayalam dili" +msgid "Bulgarian" +msgstr "Bulgarca" #: ../rules/base.xml.in.h:348 -msgid "Maldives" -msgstr "Maldivler" +msgid "Bulgarian (traditional phonetic)" +msgstr "Bulgarca (geleneksel fonetik)" #: ../rules/base.xml.in.h:349 -msgid "Malta" -msgstr "Malta" +msgid "Bulgarian (new phonetic)" +msgstr "Bulgarca (yeni fonetik)" #: ../rules/base.xml.in.h:350 -msgid "Maltese keyboard with US layout" -msgstr "Ameriken yerleşimli Maltız klavyesi" - -#: ../rules/base.xml.in.h:351 -msgid "Mao" -msgstr "Mao" +msgid "Arabic (Morocco)" +msgstr "Arapça (Fas)" -#: ../rules/base.xml.in.h:352 -msgid "Maori" -msgstr "Mayorka" +#. Keyboard indicator for French layouts +#: ../rules/base.xml.in.h:352 ../rules/base.extras.xml.in.h:15 +msgid "fr" +msgstr "fr" #: ../rules/base.xml.in.h:353 -msgid "Memorex MX1998" -msgstr "Memorex MX1998" - -#: ../rules/base.xml.in.h:354 -msgid "Memorex MX2500 EZ-Access Keyboard" -msgstr "Memorex MX2500 EZ Erişim Klavyesi" +msgid "French (Morocco)" +msgstr "Fransızca (Fas)" +#. Keyboard indicator for Berber layouts #: ../rules/base.xml.in.h:355 -msgid "Memorex MX2750" -msgstr "Memorex MX2750" +msgid "ber" +msgstr "ber" #: ../rules/base.xml.in.h:356 -msgid "Menu is Compose." -msgstr "Menü tuşu karakter birleşimi yapar." +msgid "Berber (Morocco, Tifinagh)" +msgstr "Berberice (Fas, Tifinagh)" #: ../rules/base.xml.in.h:357 -msgid "Menu key changes layout." -msgstr "Menü tuşu yerleşimi değiştirir." +msgid "Berber (Morocco, Tifinagh alternative)" +msgstr "Berberice (Fas, Tifinagh alternatifi)" #: ../rules/base.xml.in.h:358 -msgid "Meta is mapped to the Win-keys." -msgstr "Meta, Win tuşları ile eşleştirilir." +msgid "Berber (Morocco, Tifinagh alternative phonetic)" +msgstr "Berberice (Fas, fonetik diğer Tifinagh)" #: ../rules/base.xml.in.h:359 -msgid "Meta is mapped to the left Win-key." -msgstr "Meta, soldaki Win tuşu ile eşleştirilir." +msgid "Berber (Morocco, Tifinagh extended)" +msgstr "Berberice (Fas, genişletilmiş Tifinagh)" #: ../rules/base.xml.in.h:360 -msgid "Microsoft Internet Keyboard" -msgstr "Microsoft Genel Ağ Klavyesi" +msgid "Berber (Morocco, Tifinagh phonetic)" +msgstr "Berberice (Fas, fonetik Tifinagh)" #: ../rules/base.xml.in.h:361 -msgid "Microsoft Internet Keyboard Pro, Swedish" -msgstr "Microsoft Genel Ağ Klavyesi Pro, İsveçce" +msgid "Berber (Morocco, Tifinagh extended phonetic)" +msgstr "Berberice (Fas, genişletilmiş fonetik Tifinagh)" -#: ../rules/base.xml.in.h:362 -msgid "Microsoft Natural" -msgstr "Microsoft Basit" +#. Keyboard indicator for Cameroon layouts +#: ../rules/base.xml.in.h:363 ../rules/base.extras.xml.in.h:149 +msgid "cm" +msgstr "cm" -#: ../rules/base.xml.in.h:363 -msgid "Microsoft Natural Keyboard Pro / Microsoft Internet Keyboard Pro" -msgstr "Microsoft Basit Klavye Pro / Microsoft Genel Ağ Klavyesi Pro" +#: ../rules/base.xml.in.h:364 ../rules/base.extras.xml.in.h:150 +msgid "English (Cameroon)" +msgstr "İngilizce (Kamerun)" + +#: ../rules/base.xml.in.h:365 +msgid "French (Cameroon)" +msgstr "Fransızca (Kamerun)" + +#: ../rules/base.xml.in.h:366 +msgid "Cameroon Multilingual (qwerty)" +msgstr "Kamerun Çok Dilli (qwerty)" + +#: ../rules/base.xml.in.h:367 +msgid "Cameroon Multilingual (azerty)" +msgstr "Kamerun Çok Dilli (azerty)" + +#: ../rules/base.xml.in.h:368 +msgid "Cameroon Multilingual (Dvorak)" +msgstr "Kamerun Çok Dilli (Dvorak)" + +#. Keyboard indicator for Burmese layouts +#: ../rules/base.xml.in.h:370 +msgid "my" +msgstr "my" + +#: ../rules/base.xml.in.h:371 +msgid "Burmese" +msgstr "Birmanca" + +#: ../rules/base.xml.in.h:372 ../rules/base.extras.xml.in.h:16 +msgid "French (Canada)" +msgstr "Fransızca (Kanada)" + +#: ../rules/base.xml.in.h:373 +msgid "French (Canada, Dvorak)" +msgstr "Fransızca (Kanada, Dvorak)" + +#: ../rules/base.xml.in.h:374 +msgid "French (Canada, legacy)" +msgstr "Fransızca (Kanada, eski)" + +#: ../rules/base.xml.in.h:375 +msgid "Canadian Multilingual" +msgstr "Kanada Çok Dilli" + +#: ../rules/base.xml.in.h:376 +msgid "Canadian Multilingual (first part)" +msgstr "Kanada Çok Dilli (ilk bölüm)" + +#: ../rules/base.xml.in.h:377 +msgid "Canadian Multilingual (second part)" +msgstr "Kanada Çok Dilli (ikinci bölüm)" + +#. Keyboard indicator for Inuktikut layouts +#: ../rules/base.xml.in.h:379 +msgid "ike" +msgstr "ike" + +#: ../rules/base.xml.in.h:380 +msgid "Inuktitut" +msgstr "Inuktitut" + +#: ../rules/base.xml.in.h:381 +msgid "English (Canada)" +msgstr "İngilizce (Kanada)" + +#: ../rules/base.xml.in.h:382 +msgid "French (Democratic Republic of the Congo)" +msgstr "Fransızca (Demokratik Kongo Cumhuriyeti)" + +#. Keyboard indicator for Taiwanese layouts +#: ../rules/base.xml.in.h:384 +msgid "zh" +msgstr "zh" + +#: ../rules/base.xml.in.h:385 +msgid "Chinese" +msgstr "Çince" + +#: ../rules/base.xml.in.h:386 +msgid "Tibetan" +msgstr "Tibetçe" + +#: ../rules/base.xml.in.h:387 +msgid "Tibetan (with ASCII numerals)" +msgstr "Tibetçe (ASCII rakamları ile)" + +#: ../rules/base.xml.in.h:388 +msgid "ug" +msgstr "ug" + +#: ../rules/base.xml.in.h:389 +msgid "Uyghur" +msgstr "Uygurca" + +#. Keyboard indicator for Croatian layouts +#: ../rules/base.xml.in.h:391 +msgid "hr" +msgstr "hr" + +#: ../rules/base.xml.in.h:392 +msgid "Croatian" +msgstr "Hırvatça" + +#: ../rules/base.xml.in.h:393 +msgid "Croatian (with guillemets for quotes)" +msgstr "Hırvatça (tırnak işareti ile)" + +#: ../rules/base.xml.in.h:394 +msgid "Croatian (with Croatian digraphs)" +msgstr "Hırvatça (Hırvar iki harflileri ile)" + +#: ../rules/base.xml.in.h:395 +msgid "Croatian (US keyboard with Croatian digraphs)" +msgstr "Hırvatça (Hırvat iki harflileri ile Amerikan klavye)" + +#: ../rules/base.xml.in.h:396 +msgid "Croatian (US keyboard with Croatian letters)" +msgstr "Hırvatça (Hırvat harfleri ile Amerikan klavye)" + +#. Keyboard indicator for Chech layouts +#: ../rules/base.xml.in.h:398 ../rules/base.extras.xml.in.h:89 +msgid "cs" +msgstr "cs" + +#: ../rules/base.xml.in.h:399 ../rules/base.extras.xml.in.h:90 +msgid "Czech" +msgstr "Çekçe" + +#: ../rules/base.xml.in.h:400 +msgid "Czech (with <\\|> key)" +msgstr "Çekçe (with <\\|> key)" + +#: ../rules/base.xml.in.h:401 +msgid "Czech (qwerty)" +msgstr "Çekçe (qwerty)" + +#: ../rules/base.xml.in.h:402 +msgid "Czech (qwerty, extended Backslash)" +msgstr "Çekçe (qwerty, genişletilmiş Ters Bölü)" + +#: ../rules/base.xml.in.h:403 +msgid "Czech (UCW layout, accented letters only)" +msgstr "Çekçe (UCW yerleşimi, sadece aksanlı harfler)" + +#: ../rules/base.xml.in.h:404 +msgid "Czech (US Dvorak with CZ UCW support)" +msgstr "Çekçe (CZ UCW destekli Amerikan Dvorak ile)" + +#. Keyboard indicator for Danish layouts +#: ../rules/base.xml.in.h:406 ../rules/base.extras.xml.in.h:92 +msgid "da" +msgstr "da" + +#: ../rules/base.xml.in.h:407 ../rules/base.extras.xml.in.h:93 +msgid "Danish" +msgstr "Danca" + +#: ../rules/base.xml.in.h:408 +msgid "Danish (eliminate dead keys)" +msgstr "Danimarkaca (ölü tuşlar olmadan)" + +#: ../rules/base.xml.in.h:409 +msgid "Danish (Winkeys)" +msgstr "Danimarkaca (Win Tuşları)" + +#: ../rules/base.xml.in.h:410 +msgid "Danish (Macintosh)" +msgstr "Danimarkaca (Macintosh)" + +#: ../rules/base.xml.in.h:411 +msgid "Danish (Macintosh, eliminate dead keys)" +msgstr "Danimarkaca (Macintosh, ölü tuşlar olmadan)" + +#: ../rules/base.xml.in.h:412 +msgid "Danish (Dvorak)" +msgstr "Danimarkaca (Dvorak)" + +#. Keyboard indicator for Dutch layouts +#: ../rules/base.xml.in.h:414 ../rules/base.extras.xml.in.h:95 +msgid "nl" +msgstr "nl" + +#: ../rules/base.xml.in.h:415 ../rules/base.extras.xml.in.h:96 +msgid "Dutch" +msgstr "Felemenkçe" + +#: ../rules/base.xml.in.h:416 +msgid "Dutch (Sun dead keys)" +msgstr "Felemenkçe (Sun ölü tuşlar)" + +#: ../rules/base.xml.in.h:417 +msgid "Dutch (Macintosh)" +msgstr "Felemenkçe (Macintosh)" + +#: ../rules/base.xml.in.h:418 +msgid "Dutch (standard)" +msgstr "Felemenkçe (standart)" + +#. Keyboard indicator for Dzongkha layouts +#: ../rules/base.xml.in.h:420 +msgid "dz" +msgstr "dz" + +#: ../rules/base.xml.in.h:421 +msgid "Dzongkha" +msgstr "Dzongkha" + +#. Keyboard indicator for Estonian layouts +#: ../rules/base.xml.in.h:423 ../rules/base.extras.xml.in.h:98 +msgid "et" +msgstr "et" + +#: ../rules/base.xml.in.h:424 ../rules/base.extras.xml.in.h:99 +msgid "Estonian" +msgstr "Estonca" + +#: ../rules/base.xml.in.h:425 +msgid "Estonian (eliminate dead keys)" +msgstr "Estonca (ölü tuşlar olmadan)" + +#: ../rules/base.xml.in.h:426 +msgid "Estonian (Dvorak)" +msgstr "Estonca (Dvorak)" + +#: ../rules/base.xml.in.h:427 +msgid "Estonian (US keyboard with Estonian letters)" +msgstr "Estonca (Estonya harfleri ile Amerikan klavye)" + +#: ../rules/base.xml.in.h:428 ../rules/base.extras.xml.in.h:29 +msgid "Persian" +msgstr "Farsça" + +#: ../rules/base.xml.in.h:429 +msgid "Persian (with Persian keypad)" +msgstr "Farsça (İran klavye ile)" + +#. Keyboard indicator for Kurdish layouts +#: ../rules/base.xml.in.h:431 +msgid "ku" +msgstr "ku" + +#: ../rules/base.xml.in.h:432 +msgid "Kurdish (Iran, Latin Q)" +msgstr "Kürtçe (İran, Latin Q)" + +#: ../rules/base.xml.in.h:433 +msgid "Kurdish (Iran, F)" +msgstr "Kürtçe (İran, F)" + +#: ../rules/base.xml.in.h:434 +msgid "Kurdish (Iran, Latin Alt-Q)" +msgstr "Kürtçe (İran, Latin Alt-Q)" + +#: ../rules/base.xml.in.h:435 +msgid "Kurdish (Iran, Arabic-Latin)" +msgstr "Kürtçe (İran, Arap-Latin)" + +#: ../rules/base.xml.in.h:436 +msgid "Iraqi" +msgstr "Irak" + +#: ../rules/base.xml.in.h:437 +msgid "Kurdish (Iraq, Latin Q)" +msgstr "Kürtçe (Irak, Latin Q)" + +#: ../rules/base.xml.in.h:438 +msgid "Kurdish (Iraq, F)" +msgstr "Kürtçe (Irak, F)" + +#: ../rules/base.xml.in.h:439 +msgid "Kurdish (Iraq, Latin Alt-Q)" +msgstr "Kürtçe (Irak, Latin Alt-Q)" + +#: ../rules/base.xml.in.h:440 +msgid "Kurdish (Iraq, Arabic-Latin)" +msgstr "Kürtçe (Irak, Arapça-Latin)" + +#. Keyboard indicator for Faroese layouts +#: ../rules/base.xml.in.h:442 +msgid "fo" +msgstr "fo" + +#: ../rules/base.xml.in.h:443 +msgid "Faroese" +msgstr "Faroece" + +#: ../rules/base.xml.in.h:444 +msgid "Faroese (eliminate dead keys)" +msgstr "Faroe dili (ölü tuşlar olmadan)" + +#. Keyboard indicator for Finnish layouts +#: ../rules/base.xml.in.h:446 ../rules/base.extras.xml.in.h:101 +msgid "fi" +msgstr "fi" + +#: ../rules/base.xml.in.h:447 ../rules/base.extras.xml.in.h:102 +msgid "Finnish" +msgstr "Fince" + +#: ../rules/base.xml.in.h:448 +msgid "Finnish (classic)" +msgstr "Fince (klasik)" + +#: ../rules/base.xml.in.h:449 +msgid "Finnish (classic, eliminate dead keys)" +msgstr "Fince (klasik, ölü tuşlar olmadan)" + +#: ../rules/base.xml.in.h:450 +msgid "Finnish (Winkeys)" +msgstr "Fince (Win tuşları)" + +#: ../rules/base.xml.in.h:451 +msgid "Northern Saami (Finland)" +msgstr "Kuzey Saami (Finlandiya)" + +#: ../rules/base.xml.in.h:452 +msgid "Finnish (Macintosh)" +msgstr "Fince (Macintosh)" + +#: ../rules/base.xml.in.h:453 ../rules/base.extras.xml.in.h:104 +msgid "French" +msgstr "Fransızca" + +#: ../rules/base.xml.in.h:454 +msgid "French (eliminate dead keys)" +msgstr "Fransızca (ölü tuşlar olmadan)" + +#: ../rules/base.xml.in.h:455 +msgid "French (Sun dead keys)" +msgstr "Fransızca (Sun ölü tuşlar)" + +#: ../rules/base.xml.in.h:456 +msgid "French (alternative)" +msgstr "Fransızca (alternatif)" + +#: ../rules/base.xml.in.h:457 +msgid "French (alternative, Latin-9 only)" +msgstr "Fransızca (alternatif, sadece Latin-9)" + +#: ../rules/base.xml.in.h:458 +msgid "French (alternative, eliminate dead keys)" +msgstr "Fransızca (alternatif, ölü tuşlar olmadan)" + +#: ../rules/base.xml.in.h:459 +msgid "French (alternative, Sun dead keys)" +msgstr "Fransızca (alternatif, Sun ölü tuşları)" + +#: ../rules/base.xml.in.h:460 +msgid "French (legacy, alternative)" +msgstr "Fransızca (eski, alternatif)" + +#: ../rules/base.xml.in.h:461 +msgid "French (legacy, alternative, eliminate dead keys)" +msgstr "Fransızca (eski, alternatif, ölü tuşlar olmadan)" + +#: ../rules/base.xml.in.h:462 +msgid "French (legacy, alternative, Sun dead keys)" +msgstr "Fransızca (eski, alternatif, Sun ölü tuşları)" + +#: ../rules/base.xml.in.h:463 +msgid "French (Bepo, ergonomic, Dvorak way)" +msgstr "Fransızca (Bepo, ergonomik, Dvorak düzeni)" + +#: ../rules/base.xml.in.h:464 +msgid "French (Bepo, ergonomic, Dvorak way, Latin-9 only)" +msgstr "Fransızca (Bepo, ergonomik, Dvorak, sadece Latin-9)" + +#: ../rules/base.xml.in.h:465 +msgid "French (Dvorak)" +msgstr "Fransızca (Dvorak)" + +#: ../rules/base.xml.in.h:466 +msgid "French (Macintosh)" +msgstr "Fransız (Makintoş)" + +#: ../rules/base.xml.in.h:467 +msgid "French (Breton)" +msgstr "Fransızca (Bretonca)" + +#: ../rules/base.xml.in.h:468 +msgid "Occitan" +msgstr "Oksitanca" + +#: ../rules/base.xml.in.h:469 +msgid "Georgian (France, AZERTY Tskapo)" +msgstr "Gürcüce (Fransa, AZERTY Tskapo)" + +#: ../rules/base.xml.in.h:470 +msgid "English (Ghana)" +msgstr "İngilizce (Gana)" + +#: ../rules/base.xml.in.h:471 +msgid "English (Ghana, multilingual)" +msgstr "İngilizce (Gana, çok dilli)" + +#. Keyboard indicator for Akan layouts +#: ../rules/base.xml.in.h:473 +msgid "ak" +msgstr "ak" + +#: ../rules/base.xml.in.h:474 +msgid "Akan" +msgstr "Akan" + +#. Keyboard indicator for Ewe layouts +#: ../rules/base.xml.in.h:476 +msgid "ee" +msgstr "ee" + +#: ../rules/base.xml.in.h:477 +msgid "Ewe" +msgstr "Eve" + +#. Keyboard indicator for Fula layouts +#: ../rules/base.xml.in.h:479 +msgid "ff" +msgstr "ff" + +#: ../rules/base.xml.in.h:480 +msgid "Fula" +msgstr "Fula" + +#. Keyboard indicator for Ga layouts +#: ../rules/base.xml.in.h:482 +msgid "gaa" +msgstr "gaa" + +#: ../rules/base.xml.in.h:483 +msgid "Ga" +msgstr "Ga" + +#. Keyboard indicator for Hausa layouts +#: ../rules/base.xml.in.h:485 +msgid "ha" +msgstr "ha" + +#: ../rules/base.xml.in.h:486 +msgid "Hausa" +msgstr "Havza" + +#. Keyboard indicator for Avatime layouts +#: ../rules/base.xml.in.h:488 +msgid "avn" +msgstr "avn" + +#: ../rules/base.xml.in.h:489 +msgid "Avatime" +msgstr "Avatime" + +#: ../rules/base.xml.in.h:490 +msgid "English (Ghana, GILLBT)" +msgstr "İngilizce (Gana, GILLBT)" + +#: ../rules/base.xml.in.h:491 +msgid "French (Guinea)" +msgstr "Fransızca (Gine)" + +#. Keyboard indicator for Georgian layouts +#: ../rules/base.xml.in.h:493 +msgid "ka" +msgstr "ka" + +#: ../rules/base.xml.in.h:494 +msgid "Georgian" +msgstr "Gürcüce" + +#: ../rules/base.xml.in.h:495 +msgid "Georgian (ergonomic)" +msgstr "Gürcüce (ergonomik)" + +#: ../rules/base.xml.in.h:496 +msgid "Georgian (MESS)" +msgstr "Gürcüce (MESS)" + +#: ../rules/base.xml.in.h:497 +msgid "Russian (Georgia)" +msgstr "Rusça (Gürcistan)" + +#: ../rules/base.xml.in.h:498 +msgid "Ossetian (Georgia)" +msgstr "Osetçe (Gürcistan)" + +#: ../rules/base.xml.in.h:499 ../rules/base.extras.xml.in.h:23 +msgid "German" +msgstr "Almanca" + +#: ../rules/base.xml.in.h:500 +msgid "German (dead acute)" +msgstr "Almanca (ölü akut)" + +#: ../rules/base.xml.in.h:501 +msgid "German (dead grave acute)" +msgstr "Almanca (ölü aksan akut)" + +#: ../rules/base.xml.in.h:502 +msgid "German (eliminate dead keys)" +msgstr "Almanca (ölü tuşlar olmadan)" + +#: ../rules/base.xml.in.h:503 +msgid "German (T3)" +msgstr "Almanca (T3)" + +#: ../rules/base.xml.in.h:504 +msgid "Romanian (Germany)" +msgstr "Rumence (Almanya)" + +#: ../rules/base.xml.in.h:505 +msgid "Romanian (Germany, eliminate dead keys)" +msgstr "Rumence (Almanya, ölü tuşlar olmadan)" + +#: ../rules/base.xml.in.h:506 +msgid "German (Dvorak)" +msgstr "Almanca (Dvorak)" + +#: ../rules/base.xml.in.h:507 +msgid "German (Sun dead keys)" +msgstr "Almanca (Sun ölü tuşlar)" + +#: ../rules/base.xml.in.h:508 +msgid "German (Neo 2)" +msgstr "Almanca (Neo 2)" + +#: ../rules/base.xml.in.h:509 +msgid "German (Macintosh)" +msgstr "Alman (Makintoş)" + +#: ../rules/base.xml.in.h:510 +msgid "German (Macintosh, eliminate dead keys)" +msgstr "Almanca (Macintosh, ölü tuşlar olmadan)" + +#: ../rules/base.xml.in.h:511 +msgid "Lower Sorbian" +msgstr "Aşağı Sorbca" + +#: ../rules/base.xml.in.h:512 +msgid "Lower Sorbian (qwertz)" +msgstr "Aşağı Sorbca (qwertz)" + +#: ../rules/base.xml.in.h:513 +msgid "German (qwerty)" +msgstr "Almanca (qwerty)" + +#: ../rules/base.xml.in.h:514 +msgid "Turkish (Germany)" +msgstr "Türkçe (Almanya)" + +#: ../rules/base.xml.in.h:515 +msgid "Russian (Germany, phonetic)" +msgstr "Rusça (Almanya, fonetik)" + +#: ../rules/base.xml.in.h:516 +msgid "German (legacy)" +msgstr "Almanca (eski)" + +#. Keyboard indicator for Greek layouts +#: ../rules/base.xml.in.h:518 ../rules/base.extras.xml.in.h:106 +msgid "gr" +msgstr "gr" + +#: ../rules/base.xml.in.h:519 ../rules/base.extras.xml.in.h:107 +msgid "Greek" +msgstr "Yünanca" + +#: ../rules/base.xml.in.h:520 +msgid "Greek (simple)" +msgstr "Yünanca (basit)" + +#: ../rules/base.xml.in.h:521 +msgid "Greek (extended)" +msgstr "Yünanca (genişletilmiş)" + +#: ../rules/base.xml.in.h:522 +msgid "Greek (eliminate dead keys)" +msgstr "Yünanca (ölü tuşlar olmadan)" + +#: ../rules/base.xml.in.h:523 +msgid "Greek (polytonic)" +msgstr "Yünanca (politonik)" + +#. Keyboard indicator for Hungarian layouts +#: ../rules/base.xml.in.h:525 +msgid "hu" +msgstr "hu" + +#: ../rules/base.xml.in.h:526 +msgid "Hungarian" +msgstr "Macarca" + +#: ../rules/base.xml.in.h:527 +msgid "Hungarian (standard)" +msgstr "Macarca (standart)" + +#: ../rules/base.xml.in.h:528 +msgid "Hungarian (eliminate dead keys)" +msgstr "Macarca (ölü tuşlar olmadan)" + +#: ../rules/base.xml.in.h:529 +msgid "Hungarian (qwerty)" +msgstr "Macarca (qwerty)" + +#: ../rules/base.xml.in.h:530 +msgid "Hungarian (101/qwertz/comma/dead keys)" +msgstr "101/qwertz/virgül/ölü tuşlar" + +#: ../rules/base.xml.in.h:531 +msgid "Hungarian (101/qwertz/comma/eliminate dead keys)" +msgstr "Macarca (101/qwertz/virgül/ölü tuş olmadan)" + +#: ../rules/base.xml.in.h:532 +msgid "Hungarian (101/qwertz/dot/dead keys)" +msgstr "Macarca (101/qwertz/nokta/ölü tuşlar olmadan)" + +#: ../rules/base.xml.in.h:533 +msgid "Hungarian (101/qwertz/dot/eliminate dead keys)" +msgstr "Macarca (101/qwertz/nokta/ölü tuşlar olmadan)" + +#: ../rules/base.xml.in.h:534 +msgid "Hungarian (101/qwerty/comma/dead keys)" +msgstr "Macarca (101/qwerty/virgül/ölü tuşlar)" + +#: ../rules/base.xml.in.h:535 +msgid "Hungarian (101/qwerty/comma/eliminate dead keys)" +msgstr "Macarca (101/qwerty/virgül/ölü tuşlar olmadan)" + +#: ../rules/base.xml.in.h:536 +msgid "Hungarian (101/qwerty/dot/dead keys)" +msgstr "Macarca (101/qwerty/nokta/ölü tuşlar)" + +#: ../rules/base.xml.in.h:537 +msgid "Hungarian (101/qwerty/dot/eliminate dead keys)" +msgstr "Macarca (101/qwert/nokta/ölü tuşlar olmadan)" + +#: ../rules/base.xml.in.h:538 +msgid "Hungarian (102/qwertz/comma/dead keys)" +msgstr "Macarca (102/qwertz/virgül/ölü tuşlar)" + +#: ../rules/base.xml.in.h:539 +msgid "Hungarian (102/qwertz/comma/eliminate dead keys)" +msgstr "Macarca (102/qwertz/virgül/ölü tuşlar olmadan)" + +#: ../rules/base.xml.in.h:540 +msgid "Hungarian (102/qwertz/dot/dead keys)" +msgstr "Macarca (102/qwertz/nokta/ölü tuşlar)" + +#: ../rules/base.xml.in.h:541 +msgid "Hungarian (102/qwertz/dot/eliminate dead keys)" +msgstr "Macarca (102/qwertz/nokta/ölü tuşlar olmadan)" + +#: ../rules/base.xml.in.h:542 +msgid "Hungarian (102/qwerty/comma/dead keys)" +msgstr "Macarca (102/qwerty/virgül/ölü tuşlar)" + +#: ../rules/base.xml.in.h:543 +msgid "Hungarian (102/qwerty/comma/eliminate dead keys)" +msgstr "Macarca (102/qwerty/virgül/ölü tuşlar olmadan)" + +#: ../rules/base.xml.in.h:544 +msgid "Hungarian (102/qwerty/dot/dead keys)" +msgstr "Macarca (102/qwerty/nokta/ölü tuşlar)" + +#: ../rules/base.xml.in.h:545 +msgid "Hungarian (102/qwerty/dot/eliminate dead keys)" +msgstr "Macarca (102/qwerty/nokta/ölü tuşlar olmadan)" + +#. Keyboard indicator for Icelandic layouts +#: ../rules/base.xml.in.h:547 +msgid "is" +msgstr "is" + +#: ../rules/base.xml.in.h:548 +msgid "Icelandic" +msgstr "İzlandaca" + +#: ../rules/base.xml.in.h:549 +msgid "Icelandic (Sun dead keys)" +msgstr "İzlandaca (Sun ölü tuşlar)" + +#: ../rules/base.xml.in.h:550 +msgid "Icelandic (eliminate dead keys)" +msgstr "İzlandaca (ölü tuşlar olmadan)" + +#: ../rules/base.xml.in.h:551 +msgid "Icelandic (Macintosh, legacy)" +msgstr "İzlandaca (Macintosh, eski)" + +#: ../rules/base.xml.in.h:552 +msgid "Icelandic (Macintosh)" +msgstr "İzlandaca (Macintosh)" + +#: ../rules/base.xml.in.h:553 +msgid "Icelandic (Dvorak)" +msgstr "İzlandaca (Dvorak)" + +#. Keyboard indicator for Hebrew layouts +#: ../rules/base.xml.in.h:555 ../rules/base.extras.xml.in.h:77 +msgid "he" +msgstr "he" + +#: ../rules/base.xml.in.h:556 ../rules/base.extras.xml.in.h:78 +msgid "Hebrew" +msgstr "İbranice" + +#: ../rules/base.xml.in.h:557 +msgid "Hebrew (lyx)" +msgstr "İbranice (lyx)" + +#: ../rules/base.xml.in.h:558 +msgid "Hebrew (phonetic)" +msgstr "İbranice (fonetik)" + +#: ../rules/base.xml.in.h:559 +msgid "Hebrew (Biblical, Tiro)" +msgstr "İbranice (İncil, Acemi)" + +#. Keyboard indicator for Italian layouts +#: ../rules/base.xml.in.h:561 ../rules/base.extras.xml.in.h:109 +msgid "it" +msgstr "it" + +#: ../rules/base.xml.in.h:562 ../rules/base.extras.xml.in.h:110 +msgid "Italian" +msgstr "İtalyanca" + +#: ../rules/base.xml.in.h:563 +msgid "Italian (eliminate dead keys)" +msgstr "İtalyanca" + +#: ../rules/base.xml.in.h:564 +msgid "Italian (Winkeys)" +msgstr "İtalyanca (Win tuşları)" + +#: ../rules/base.xml.in.h:565 +msgid "Italian (Macintosh)" +msgstr "İtalyanca (Macintosh)" + +#: ../rules/base.xml.in.h:566 +msgid "Italian (US keyboard with Italian letters)" +msgstr "İtalyanca (İtalyan harfleri ile Amerikan klavye)" + +#: ../rules/base.xml.in.h:567 +msgid "Georgian (Italy)" +msgstr "Gürcüce (İtalya)" + +#: ../rules/base.xml.in.h:568 +msgid "Italian (IBM 142)" +msgstr "İtalyanca (IBM 142)" + +#. Keyboard indicator for Japanese layouts +#: ../rules/base.xml.in.h:570 ../rules/base.extras.xml.in.h:112 +msgid "ja" +msgstr "ja" + +#: ../rules/base.xml.in.h:571 ../rules/base.extras.xml.in.h:113 +msgid "Japanese" +msgstr "Japonca" + +#: ../rules/base.xml.in.h:572 +msgid "Japanese (Kana)" +msgstr "Japonca (Kana)" + +#: ../rules/base.xml.in.h:573 +msgid "Japanese (Kana 86)" +msgstr "Japonca (Kana 86)" + +#: ../rules/base.xml.in.h:574 +msgid "Japanese (OADG 109A)" +msgstr "Japonca (OADG 109A)" + +#: ../rules/base.xml.in.h:575 +msgid "Japanese (Macintosh)" +msgstr "Japonca (Macintosh)" + +#: ../rules/base.xml.in.h:576 +msgid "Japanese (Dvorak)" +msgstr "Japonca (Dvorak)" + +#. Keyboard indicator for Kikuyu layouts +#: ../rules/base.xml.in.h:578 +msgid "ki" +msgstr "ki" + +#: ../rules/base.xml.in.h:579 +msgid "Kyrgyz" +msgstr "Kırgızca" + +#: ../rules/base.xml.in.h:580 +msgid "Kyrgyz (phonetic)" +msgstr "Kırgızca (fonetik)" + +#. Keyboard indicator for Khmer layouts +#: ../rules/base.xml.in.h:582 +msgid "km" +msgstr "km" + +#: ../rules/base.xml.in.h:583 +msgid "Khmer (Cambodia)" +msgstr "Kmerce (Kamboçya)" + +#. Keyboard indicator for Kazakh layouts +#: ../rules/base.xml.in.h:585 +msgid "kk" +msgstr "kk" + +#: ../rules/base.xml.in.h:586 +msgid "Kazakh" +msgstr "Kazakça" + +#: ../rules/base.xml.in.h:587 +msgid "Russian (Kazakhstan, with Kazakh)" +msgstr "Rusça (Kazakistan, Kazakça ile)" + +#: ../rules/base.xml.in.h:588 +msgid "Kazakh (with Russian)" +msgstr "Kazakça (Rusça ile)" + +#. Keyboard indicator for Lao layouts +#: ../rules/base.xml.in.h:590 +msgid "lo" +msgstr "lo" + +#: ../rules/base.xml.in.h:591 +msgid "Lao" +msgstr "Lao" + +#: ../rules/base.xml.in.h:592 +msgid "Lao (STEA proposed standard layout)" +msgstr "Laoca (STEA önerilen standart düzen)" + +#. Keyboard indicator for Spanish layouts +#: ../rules/base.xml.in.h:594 ../rules/base.extras.xml.in.h:125 +msgid "es" +msgstr "es" + +#: ../rules/base.xml.in.h:595 +msgid "Spanish (Latin American)" +msgstr "İspanyolca (Latin Amerikan)" + +#: ../rules/base.xml.in.h:596 +msgid "Spanish (Latin American, eliminate dead keys)" +msgstr "İspanyolca (Latin Amerikan, ölü tuşlar olmadan)" + +#: ../rules/base.xml.in.h:597 +msgid "Spanish (Latin American, include dead tilde)" +msgstr "İspanyolca (Latin Amerikan, ölü tilda içerir)" + +#: ../rules/base.xml.in.h:598 +msgid "Spanish (Latin American, Sun dead keys)" +msgstr "İspanyolca (Latin Amerikan, Sun ölü tuşlar)" + +#. Keyboard indicator for Lithuanian layouts +#: ../rules/base.xml.in.h:600 ../rules/base.extras.xml.in.h:31 +msgid "lt" +msgstr "lt" + +#: ../rules/base.xml.in.h:601 ../rules/base.extras.xml.in.h:32 +msgid "Lithuanian" +msgstr "Litvanca" + +#: ../rules/base.xml.in.h:602 +msgid "Lithuanian (standard)" +msgstr "Litvanca (standart)" + +#: ../rules/base.xml.in.h:603 +msgid "Lithuanian (US keyboard with Lithuanian letters)" +msgstr "Litvanca (Litvanya harfleri ile Amerikan klavye)" + +#: ../rules/base.xml.in.h:604 +msgid "Lithuanian (IBM LST 1205-92)" +msgstr "Litvanca (IBM LST 1205-92)" + +#: ../rules/base.xml.in.h:605 +msgid "Lithuanian (LEKP)" +msgstr "Litvanca (LEKP)" + +#: ../rules/base.xml.in.h:606 +msgid "Lithuanian (LEKPa)" +msgstr "Litvanca (LEKPa)" + +#. Keyboard indicator for Latvian layouts +#: ../rules/base.xml.in.h:608 ../rules/base.extras.xml.in.h:35 +msgid "lv" +msgstr "lv" + +#: ../rules/base.xml.in.h:609 ../rules/base.extras.xml.in.h:36 +msgid "Latvian" +msgstr "Letonca" + +#: ../rules/base.xml.in.h:610 +msgid "Latvian (apostrophe variant)" +msgstr "Letonca (kesme işareti türevi)" + +#: ../rules/base.xml.in.h:611 +msgid "Latvian (tilde variant)" +msgstr "Letonca (tilda türevi)" + +#: ../rules/base.xml.in.h:612 +msgid "Latvian (F variant)" +msgstr "Litvanca (F biçiminde)" + +#: ../rules/base.xml.in.h:613 +msgid "Latvian (modern)" +msgstr "Litvanca (modern)" + +#: ../rules/base.xml.in.h:614 +msgid "Latvian (ergonomic, ŪGJRMV)" +msgstr "Litvanca (ergonomik, ŪGJRMV)" + +#: ../rules/base.xml.in.h:615 +msgid "Latvian (adapted)" +msgstr "Litvanca (uyarlanmış)" + +#. Keyboard indicator for Maori layouts +#: ../rules/base.xml.in.h:617 +msgid "mi" +msgstr "mi" + +#: ../rules/base.xml.in.h:618 +msgid "Maori" +msgstr "Mayorka" + +#. Keyboard indicator for Serbian layouts +#: ../rules/base.xml.in.h:620 ../rules/base.extras.xml.in.h:66 +msgid "sr" +msgstr "sr" + +#: ../rules/base.xml.in.h:621 +msgid "Montenegrin" +msgstr "Karadağca" + +#: ../rules/base.xml.in.h:622 +msgid "Montenegrin (Cyrillic)" +msgstr "Karadağca (Cyrillic)" + +#: ../rules/base.xml.in.h:623 +msgid "Montenegrin (Cyrillic, ZE and ZHE swapped)" +msgstr "Karadağca (Kiril, ZE ve ZHE değiştirilmiş)" + +#: ../rules/base.xml.in.h:624 +msgid "Montenegrin (Latin Unicode)" +msgstr "Karadağca (Latin Unicode)" + +#: ../rules/base.xml.in.h:625 +msgid "Montenegrin (Latin qwerty)" +msgstr "Karadağca (Latin qwerty)" + +#: ../rules/base.xml.in.h:626 +msgid "Montenegrin (Latin Unicode qwerty)" +msgstr "Karadağca (Latin Unicode qwerty)" + +#: ../rules/base.xml.in.h:627 +msgid "Montenegrin (Cyrillic with guillemets)" +msgstr "Karadağca (tırnak işareti ile Kirilce)" + +#: ../rules/base.xml.in.h:628 +msgid "Montenegrin (Latin with guillemets)" +msgstr "Karadağca (tırnak işareti ile Latice)" + +#. Keyboard indicator for Macedonian layouts +#: ../rules/base.xml.in.h:630 +msgid "mk" +msgstr "mk" + +#: ../rules/base.xml.in.h:631 +msgid "Macedonian" +msgstr "Makedonca" + +#: ../rules/base.xml.in.h:632 +msgid "Macedonian (eliminate dead keys)" +msgstr "Makedonca (ölü tuşlar olmadan)" + +#. Keyboard indicator for Maltese layouts +#: ../rules/base.xml.in.h:634 +msgid "mt" +msgstr "mt" + +#: ../rules/base.xml.in.h:635 +msgid "Maltese" +msgstr "Maltaca" + +#: ../rules/base.xml.in.h:636 +msgid "Maltese (with US layout)" +msgstr "Maltaca (Amerikan düzeni ile)" + +#. Keyboard indicator for Mongolian layouts +#: ../rules/base.xml.in.h:638 +msgid "mn" +msgstr "mn" + +#: ../rules/base.xml.in.h:639 +msgid "Mongolian" +msgstr "Moğolca" + +#. Keyboard indicator for Norwegian layouts +#: ../rules/base.xml.in.h:641 ../rules/base.extras.xml.in.h:117 +msgid "no" +msgstr "no" + +#: ../rules/base.xml.in.h:642 ../rules/base.extras.xml.in.h:118 +msgid "Norwegian" +msgstr "Norveçce" + +#: ../rules/base.xml.in.h:643 +msgid "Norwegian (eliminate dead keys)" +msgstr "Norveççe (ölü tuşlar olmadan)" + +#: ../rules/base.xml.in.h:644 +msgid "Norwegian (Winkeys)" +msgstr "Norveççe (Win tuşları)" + +#: ../rules/base.xml.in.h:645 +msgid "Norwegian (Dvorak)" +msgstr "Norveççe (Dvorak)" + +#: ../rules/base.xml.in.h:646 +msgid "Northern Saami (Norway)" +msgstr "Kuzey Saamice (Norveç)" + +#: ../rules/base.xml.in.h:647 +msgid "Northern Saami (Norway, eliminate dead keys)" +msgstr "Kuzey Saamice (Norveç, ölü tuşlar olmadan)" + +#: ../rules/base.xml.in.h:648 +msgid "Norwegian (Macintosh)" +msgstr "Norveççe (Macintosh)" + +#: ../rules/base.xml.in.h:649 +msgid "Norwegian (Macintosh, eliminate dead keys)" +msgstr "Norveççe (Macintosh, ölü tuşlar olmadan)" + +#: ../rules/base.xml.in.h:650 +msgid "Norwegian (Colemak)" +msgstr "Norveççe (Colemak)" + +#. Keyboard indicator for Polish layouts +#: ../rules/base.xml.in.h:652 ../rules/base.extras.xml.in.h:55 +msgid "pl" +msgstr "pl" + +#: ../rules/base.xml.in.h:653 ../rules/base.extras.xml.in.h:56 +msgid "Polish" +msgstr "Polonez" + +#: ../rules/base.xml.in.h:654 +msgid "Polish (legacy)" +msgstr "Lehçe (eski)" + +#: ../rules/base.xml.in.h:655 +msgid "Polish (qwertz)" +msgstr "Lehçe (qwertz)" + +#: ../rules/base.xml.in.h:656 +msgid "Polish (Dvorak)" +msgstr "Lehçe (Dvorak)" + +#: ../rules/base.xml.in.h:657 +msgid "Polish (Dvorak, Polish quotes on quotemark key)" +msgstr "Lehçe (Dvorak, Lehçe tırnak işraketi)" + +#: ../rules/base.xml.in.h:658 +msgid "Polish (Dvorak, Polish quotes on key 1)" +msgstr "Lehçe (Dvorak, 1 tuşunda Lehçe tırnak işareti)" + +#: ../rules/base.xml.in.h:659 +msgid "Kashubian" +msgstr "Kaşubyalı" + +#: ../rules/base.xml.in.h:660 +msgid "Silesian" +msgstr "Silesian" + +#: ../rules/base.xml.in.h:661 +msgid "Russian (Poland, phonetic Dvorak)" +msgstr "Rusça (Polonya, fonetik Dvorak)" + +#: ../rules/base.xml.in.h:662 +msgid "Polish (programmer Dvorak)" +msgstr "Lehçe (programcı Dvorak)" + +#: ../rules/base.xml.in.h:663 ../rules/base.extras.xml.in.h:120 +msgid "Portuguese" +msgstr "Portekizce" + +#: ../rules/base.xml.in.h:664 +msgid "Portuguese (eliminate dead keys)" +msgstr "Portekizce (ölü tuşlar olmadan)" + +#: ../rules/base.xml.in.h:665 +msgid "Portuguese (Sun dead keys)" +msgstr "Portekizce (Sun ölü tuşlar)" + +#: ../rules/base.xml.in.h:666 +msgid "Portuguese (Macintosh)" +msgstr "Portekizce (Macintosh)" + +#: ../rules/base.xml.in.h:667 +msgid "Portuguese (Macintosh, eliminate dead keys)" +msgstr "Portekizce (Macintosh, ölü tuşlar olmadan)" + +#: ../rules/base.xml.in.h:668 +msgid "Portuguese (Macintosh, Sun dead keys)" +msgstr "Portekizce (Macintosh, Sun ölü tuşları)" + +#: ../rules/base.xml.in.h:669 +msgid "Portuguese (Nativo)" +msgstr "Portekizce (Yerel)" + +#: ../rules/base.xml.in.h:670 +msgid "Portuguese (Nativo for US keyboards)" +msgstr "Portekizce (Amerikan klavye ile Yerel)" + +#: ../rules/base.xml.in.h:671 +msgid "Esperanto (Portugal, Nativo)" +msgstr "Esperanto (Portekiz, Yerel)" + +#. Keyboard indicator for Romanian layouts +#: ../rules/base.xml.in.h:673 ../rules/base.extras.xml.in.h:60 +msgid "ro" +msgstr "ro" + +#: ../rules/base.xml.in.h:674 ../rules/base.extras.xml.in.h:61 +msgid "Romanian" +msgstr "Rumence" + +#: ../rules/base.xml.in.h:675 +msgid "Romanian (cedilla)" +msgstr "Rumence (alt çizgi)" + +#: ../rules/base.xml.in.h:676 +msgid "Romanian (standard)" +msgstr "Rumence (standart)" + +#: ../rules/base.xml.in.h:677 +msgid "Romanian (standard cedilla)" +msgstr "Rumence (standart alt çizgi)" + +#: ../rules/base.xml.in.h:678 +msgid "Romanian (WinKeys)" +msgstr "Rumence (Win Tuşları)" + +#: ../rules/base.xml.in.h:679 ../rules/base.extras.xml.in.h:70 +msgid "Russian" +msgstr "Rusça" + +#: ../rules/base.xml.in.h:680 +msgid "Russian (phonetic)" +msgstr "Rusça (fonetik)" + +#: ../rules/base.xml.in.h:681 +msgid "Russian (phonetic WinKeys)" +msgstr "Rusça (fonetik Win Tuşları)" + +#: ../rules/base.xml.in.h:682 +msgid "Russian (typewriter)" +msgstr "Rusça (daktilo)" + +#: ../rules/base.xml.in.h:683 +msgid "Russian (legacy)" +msgstr "Rusça (eski)" + +#: ../rules/base.xml.in.h:684 +msgid "Russian (typewriter, legacy)" +msgstr "Rusça (daktilo, eski)" + +#: ../rules/base.xml.in.h:685 +msgid "Tatar" +msgstr "Tatar" + +#: ../rules/base.xml.in.h:686 +msgid "Ossetian (legacy)" +msgstr "Osetçe (eski)" + +#: ../rules/base.xml.in.h:687 +msgid "Ossetian (WinKeys)" +msgstr "Osetçe (Win Tuşları)" + +#: ../rules/base.xml.in.h:688 +msgid "Chuvash" +msgstr "Çuvaş" + +#: ../rules/base.xml.in.h:689 +msgid "Chuvash (Latin)" +msgstr "Çuvaşça (Latin)" + +#: ../rules/base.xml.in.h:690 +msgid "Udmurt" +msgstr "Udmurt" + +#: ../rules/base.xml.in.h:691 +msgid "Komi" +msgstr "Komi" + +#: ../rules/base.xml.in.h:692 +msgid "Yakut" +msgstr "Yakutça" + +#: ../rules/base.xml.in.h:693 +msgid "Kalmyk" +msgstr "Kalmıkça" + +#: ../rules/base.xml.in.h:694 +msgid "Russian (DOS)" +msgstr "Rusça (DOS)" + +#: ../rules/base.xml.in.h:695 +msgid "Russian (Macintosh)" +msgstr "Rusça (Macintosh)" + +#: ../rules/base.xml.in.h:696 +msgid "Serbian (Russia)" +msgstr "Sırpça (Rusya)" + +#: ../rules/base.xml.in.h:697 +msgid "Bashkirian" +msgstr "Başkurtça" + +#: ../rules/base.xml.in.h:698 +msgid "Mari" +msgstr "Mari Dili" + +#: ../rules/base.xml.in.h:699 ../rules/base.extras.xml.in.h:67 +msgid "Serbian" +msgstr "Sırpça" + +#: ../rules/base.xml.in.h:700 +msgid "Serbian (Cyrillic, ZE and ZHE swapped)" +msgstr "Sırpça (Kiril, ZE ve ZHE değiştirilmiş)" + +#: ../rules/base.xml.in.h:701 +msgid "Serbian (Latin)" +msgstr "Sırpça (Latin)" + +#: ../rules/base.xml.in.h:702 +msgid "Serbian (Latin Unicode)" +msgstr "Sırpça (Latin Unicode)" + +#: ../rules/base.xml.in.h:703 +msgid "Serbian (Latin qwerty)" +msgstr "Sırpça (Latin qwerty)" + +#: ../rules/base.xml.in.h:704 +msgid "Serbian (Latin Unicode qwerty)" +msgstr "Sırpça (Latin Unicode qwerty)" + +#: ../rules/base.xml.in.h:705 +msgid "Serbian (Cyrillic with guillemets)" +msgstr "Sırpça (tırnak işareti ile Kiril)" + +#: ../rules/base.xml.in.h:706 +msgid "Serbian (Latin with guillemets)" +msgstr "Sırpça (tırnak işareti ile Latin)" + +#: ../rules/base.xml.in.h:707 +msgid "Pannonian Rusyn" +msgstr "Panoniyen Rusyn" + +#. Keyboard indicator for Slovenian layouts +#: ../rules/base.xml.in.h:709 +msgid "sl" +msgstr "sl" + +#: ../rules/base.xml.in.h:710 +msgid "Slovenian" +msgstr "Slovence" + +#: ../rules/base.xml.in.h:711 +msgid "Slovenian (with guillemets for quotes)" +msgstr "Slovence (alıntılar için tırnak işareti ile)" + +#: ../rules/base.xml.in.h:712 +msgid "Slovenian (US keyboard with Slovenian letters)" +msgstr "Slovence (Sloven harfleri ile Amerikan klavye)" + +#. Keyboard indicator for Slovak layouts +#: ../rules/base.xml.in.h:714 ../rules/base.extras.xml.in.h:122 +msgid "sk" +msgstr "sk" + +#: ../rules/base.xml.in.h:715 ../rules/base.extras.xml.in.h:123 +msgid "Slovak" +msgstr "Slovakça" + +#: ../rules/base.xml.in.h:716 +msgid "Slovak (extended Backslash)" +msgstr "Slovakça (genişleşletilmiş ters bölü işareti ile)" + +#: ../rules/base.xml.in.h:717 +msgid "Slovak (qwerty)" +msgstr "Slovakça (qwerty)" + +#: ../rules/base.xml.in.h:718 +msgid "Slovak (qwerty, extended Backslash)" +msgstr "Slovakça (qwerty, genişletilmiş ters bölü işareti ile)" + +#: ../rules/base.xml.in.h:719 ../rules/base.extras.xml.in.h:126 +msgid "Spanish" +msgstr "İspanyolca" + +#: ../rules/base.xml.in.h:720 +msgid "Spanish (eliminate dead keys)" +msgstr "İspanyolca (ölü tuşlar olmadan)" + +#: ../rules/base.xml.in.h:721 +msgid "Spanish (Winkeys)" +msgstr "İspanyolca (Win tuşları)" + +#: ../rules/base.xml.in.h:722 +msgid "Spanish (include dead tilde)" +msgstr "İspanyolca (ölü tilda dahil)" + +#: ../rules/base.xml.in.h:723 +msgid "Spanish (Sun dead keys)" +msgstr "İspanyolca (Sun ölü tuşları)" + +#: ../rules/base.xml.in.h:724 +msgid "Spanish (Dvorak)" +msgstr "İspanyolca (Dvorak)" + +#: ../rules/base.xml.in.h:725 +msgid "Asturian (Spain, with bottom-dot H and bottom-dot L)" +msgstr "Asturyasça (İspanya, alt nokta H ve alt nokta L ile)" + +#: ../rules/base.xml.in.h:726 +msgid "Catalan (Spain, with middle-dot L)" +msgstr "Katalanca (İspanya, orta nokta L ile)" + +#: ../rules/base.xml.in.h:727 +msgid "Spanish (Macintosh)" +msgstr "İspanyolca (Macintosh)" + +#. Keyboard indicator for Swedish layouts +#: ../rules/base.xml.in.h:729 ../rules/base.extras.xml.in.h:128 +msgid "sv" +msgstr "sv" + +#: ../rules/base.xml.in.h:730 ../rules/base.extras.xml.in.h:129 +msgid "Swedish" +msgstr "İsveçce" + +#: ../rules/base.xml.in.h:731 +msgid "Swedish (eliminate dead keys)" +msgstr "İsveççe (ölü tuşlar olmadan)" + +#: ../rules/base.xml.in.h:732 +msgid "Swedish (Dvorak)" +msgstr "İsveççe (Dvorak)" + +#: ../rules/base.xml.in.h:733 +msgid "Russian (Sweden, phonetic)" +msgstr "Rusça (İsveç, fonetik)" + +#: ../rules/base.xml.in.h:734 +msgid "Russian (Sweden, phonetic, eliminate dead keys)" +msgstr "Rusça (İsveç, fonetik, ölü tuşlar olmadan)" + +#: ../rules/base.xml.in.h:735 +msgid "Northern Saami (Sweden)" +msgstr "Kuzey Saamice (İsveç)" + +#: ../rules/base.xml.in.h:736 +msgid "Swedish (Macintosh)" +msgstr "İsveççe (Macintosh)" + +#: ../rules/base.xml.in.h:737 +msgid "Swedish (Svdvorak)" +msgstr "İsveççe (Svdvorak)" + +#: ../rules/base.xml.in.h:738 +msgid "Swedish Sign Language" +msgstr "İsveççe İşaret Dili" + +#: ../rules/base.xml.in.h:739 ../rules/base.extras.xml.in.h:132 +msgid "German (Switzerland)" +msgstr "Almanca (İsviçre)" + +#: ../rules/base.xml.in.h:740 +msgid "German (Switzerland, legacy)" +msgstr "Almanca (İsviçre, eski)" + +#: ../rules/base.xml.in.h:741 +msgid "German (Switzerland, eliminate dead keys)" +msgstr "Almanca (İsviçre, ölü tuşlar olmadan)" + +#: ../rules/base.xml.in.h:742 +msgid "German (Switzerland, Sun dead keys)" +msgstr "Almanca (İsviçre, Sun ölü tuşları)" + +#: ../rules/base.xml.in.h:743 +msgid "French (Switzerland)" +msgstr "Fransızca (İsviçre)" + +#: ../rules/base.xml.in.h:744 +msgid "French (Switzerland, eliminate dead keys)" +msgstr "Fransızca (İsviçre, ölü tuşlar olmadan)" + +#: ../rules/base.xml.in.h:745 +msgid "French (Switzerland, Sun dead keys)" +msgstr "Fransızca (İsviçre, Sun ölü tuşları)" + +#: ../rules/base.xml.in.h:746 +msgid "French (Switzerland, Macintosh)" +msgstr "Fransızca (İsviçre, Macintosh)" + +#: ../rules/base.xml.in.h:747 +msgid "German (Switzerland, Macintosh)" +msgstr "Almanca (İsviçre, Macintosh)" + +#: ../rules/base.xml.in.h:748 +msgid "Arabic (Syria)" +msgstr "Arapça (Suriye)" + +#. Keyboard indicator for Syriac layouts +#: ../rules/base.xml.in.h:750 +msgid "syc" +msgstr "syc" + +#: ../rules/base.xml.in.h:751 +msgid "Syriac" +msgstr "Suriye" + +#: ../rules/base.xml.in.h:752 +msgid "Syriac (phonetic)" +msgstr "Süryanice (fonetik)" + +#: ../rules/base.xml.in.h:753 +msgid "Kurdish (Syria, Latin Q)" +msgstr "Kürtçe (Suriye, Latin Q)" + +#: ../rules/base.xml.in.h:754 +msgid "Kurdish (Syria, F)" +msgstr "Kürtçe (Suriye, F)" + +#: ../rules/base.xml.in.h:755 +msgid "Kurdish (Syria, Latin Alt-Q)" +msgstr "Kürtçe (Suriye, Latin Alt-Q)" + +#. Keyboard indicator for Tajik layouts +#: ../rules/base.xml.in.h:757 +msgid "tg" +msgstr "tg" + +#: ../rules/base.xml.in.h:758 +msgid "Tajik" +msgstr "Tacikçe" + +#: ../rules/base.xml.in.h:759 +msgid "Tajik (legacy)" +msgstr "Tacikçe (eski)" + +#. Keyboard indicator for Sinhala layouts +#: ../rules/base.xml.in.h:761 +msgid "si" +msgstr "si" + +#: ../rules/base.xml.in.h:762 +msgid "Sinhala (phonetic)" +msgstr "Sinhala (fonetik)" + +#: ../rules/base.xml.in.h:763 +msgid "Tamil (Sri Lanka, Unicode)" +msgstr "Tamilce (Sri Lanka, Unicode)" + +#: ../rules/base.xml.in.h:764 +msgid "Tamil (Sri Lanka, TAB Typewriter)" +msgstr "Tamice (Sri Lanka, TAB Daktilo)" + +#. Keyboard indicator for Thai layouts +#: ../rules/base.xml.in.h:766 +msgid "th" +msgstr "th" + +#: ../rules/base.xml.in.h:767 +msgid "Thai" +msgstr "Tayca" + +#: ../rules/base.xml.in.h:768 +msgid "Thai (TIS-820.2538)" +msgstr "Tayca (TIS-820.2538)" + +#: ../rules/base.xml.in.h:769 +msgid "Thai (Pattachote)" +msgstr "Tayca (Pattachote)" + +#. Keyboard indicator for Turkish layouts +#: ../rules/base.xml.in.h:771 ../rules/base.extras.xml.in.h:135 +msgid "tr" +msgstr "tr" + +#: ../rules/base.xml.in.h:772 ../rules/base.extras.xml.in.h:136 +msgid "Turkish" +msgstr "Türkçe Q Klavye" + +#: ../rules/base.xml.in.h:773 +msgid "Turkish (F)" +msgstr "Türkçe F klavye" + +#: ../rules/base.xml.in.h:774 +msgid "Turkish (Alt-Q)" +msgstr "Türkçe (Alt-Q)" + +#: ../rules/base.xml.in.h:775 +msgid "Turkish (Sun dead keys)" +msgstr "Türkçe (Sun ölü tuşlar)" + +#: ../rules/base.xml.in.h:776 +msgid "Kurdish (Turkey, Latin Q)" +msgstr "Kürtçe (Türkiye, Latin Q)" + +#: ../rules/base.xml.in.h:777 +msgid "Kurdish (Turkey, F)" +msgstr "Kürtçe (Türkiye, F)" + +#: ../rules/base.xml.in.h:778 +msgid "Kurdish (Turkey, Latin Alt-Q)" +msgstr "Kürtçe (Türkiye, Latin Alt-Q)" + +#: ../rules/base.xml.in.h:779 +msgid "Turkish (international with dead keys)" +msgstr "Türkçe (uluslararası ve ölü tuşlar ile)" + +#. Keyboard indicator for Crimean Tatar layouts +#: ../rules/base.xml.in.h:781 ../rules/base.extras.xml.in.h:62 +msgid "crh" +msgstr "crh" + +#: ../rules/base.xml.in.h:782 +msgid "Crimean Tatar (Turkish Q)" +msgstr "Kırım Tatarcası (Türkçe Q)" + +#: ../rules/base.xml.in.h:783 +msgid "Crimean Tatar (Turkish F)" +msgstr "Kırım Tatarcası (Türkçe F)" + +#: ../rules/base.xml.in.h:784 +msgid "Crimean Tatar (Turkish Alt-Q)" +msgstr "Kırım Tatarcası (Türkçe Alt-Q)" + +#: ../rules/base.xml.in.h:785 +msgid "Taiwanese" +msgstr "Tayvanca" + +#: ../rules/base.xml.in.h:786 +msgid "Taiwanese (indigenous)" +msgstr "Tayvanca (yöreye özgü)" + +#. Keyboard indicator for Saisiyat layouts +#: ../rules/base.xml.in.h:788 +msgid "xsy" +msgstr "xsy" + +#: ../rules/base.xml.in.h:789 +msgid "Saisiyat (Taiwan)" +msgstr "Saisiyat (Tayvan)" + +#. Keyboard indicator for Ukranian layouts +#: ../rules/base.xml.in.h:791 ../rules/base.extras.xml.in.h:138 +msgid "uk" +msgstr "uk" + +#: ../rules/base.xml.in.h:792 ../rules/base.extras.xml.in.h:139 +msgid "Ukrainian" +msgstr "Ukraynaca" + +#: ../rules/base.xml.in.h:793 +msgid "Ukrainian (phonetic)" +msgstr "Ukraynaca (fonetik)" + +#: ../rules/base.xml.in.h:794 +msgid "Ukrainian (typewriter)" +msgstr "Ukraynaca (daktilo)" + +#: ../rules/base.xml.in.h:795 +msgid "Ukrainian (WinKeys)" +msgstr "Ukraynaca (Win Tuşları)" + +#: ../rules/base.xml.in.h:796 +msgid "Ukrainian (legacy)" +msgstr "Ukraynaca (eski)" + +#: ../rules/base.xml.in.h:797 +msgid "Ukrainian (standard RSTU)" +msgstr "Ukraynaca (standart RSTU)" + +#: ../rules/base.xml.in.h:798 +msgid "Russian (Ukraine, standard RSTU)" +msgstr "Rusça (Ukrayna, standart RSTU)" + +#: ../rules/base.xml.in.h:799 +msgid "Ukrainian (homophonic)" +msgstr "Ukraynaca (eşsesli)" + +#: ../rules/base.xml.in.h:800 ../rules/base.extras.xml.in.h:141 +msgid "English (UK)" +msgstr "İngilizce (İngiltere)" + +#: ../rules/base.xml.in.h:801 +msgid "English (UK, extended WinKeys)" +msgstr "İngilizce (İngiltere, genişletilmiş WinKeys)" + +#: ../rules/base.xml.in.h:802 +msgid "English (UK, international with dead keys)" +msgstr "İngilizce (İngiltere, uluslararası ve ölü tuşlar ile)" + +#: ../rules/base.xml.in.h:803 +msgid "English (UK, Dvorak)" +msgstr "İngilizce (İngiltere, Dvorak)" + +#: ../rules/base.xml.in.h:804 +msgid "English (UK, Dvorak with UK punctuation)" +msgstr "İngilizce (İngiltere, İngiliz noktalama ile Dvorak)" + +#: ../rules/base.xml.in.h:805 +msgid "English (UK, Macintosh)" +msgstr "İngilizce (İngiltere, Macintosh)" + +#: ../rules/base.xml.in.h:806 +msgid "English (UK, Macintosh international)" +msgstr "İngilizce (İngiltere, uluslararası Macintosh)" + +#: ../rules/base.xml.in.h:807 +msgid "English (UK, Colemak)" +msgstr "İngilizce (İngiltere, Colemak)" + +#: ../rules/base.xml.in.h:808 +msgid "Uzbek" +msgstr "Özbekçe" + +#: ../rules/base.xml.in.h:809 +msgid "Uzbek (Latin)" +msgstr "Özbekçe (Latin)" + +#. Keyboard indicator for Vietnamese layouts +#: ../rules/base.xml.in.h:811 +msgid "vi" +msgstr "vi" + +#: ../rules/base.xml.in.h:812 +msgid "Vietnamese" +msgstr "Vietnamca" + +#. Keyboard indicator for Korean layouts +#: ../rules/base.xml.in.h:814 ../rules/base.extras.xml.in.h:143 +msgid "ko" +msgstr "ko" + +#: ../rules/base.xml.in.h:815 ../rules/base.extras.xml.in.h:144 +msgid "Korean" +msgstr "Korece" + +#: ../rules/base.xml.in.h:816 +msgid "Korean (101/104 key compatible)" +msgstr "Korece (101/104 tuş uyumlu)" + +#: ../rules/base.xml.in.h:817 +msgid "Japanese (PC-98xx Series)" +msgstr "Japonca (PC-99xx Serisi)" + +#. Keyboard indicator for Irish layouts +#: ../rules/base.xml.in.h:819 +msgid "ie" +msgstr "ie" + +#: ../rules/base.xml.in.h:820 +msgid "Irish" +msgstr "İrlandaca" + +#: ../rules/base.xml.in.h:821 +msgid "CloGaelach" +msgstr "CloGaelach" + +#: ../rules/base.xml.in.h:822 +msgid "Irish (UnicodeExpert)" +msgstr "İrlandaca (UnicodeExpert)" + +#: ../rules/base.xml.in.h:823 +msgid "Ogham" +msgstr "Ogham" + +#: ../rules/base.xml.in.h:824 +msgid "Ogham (IS434)" +msgstr "Ogham (IS434)" + +#: ../rules/base.xml.in.h:825 +msgid "Urdu (Pakistan)" +msgstr "Urduca (Pakistan)" + +#: ../rules/base.xml.in.h:826 +msgid "Urdu (Pakistan, CRULP)" +msgstr "Urduca (Pakistan, CRULP)" + +#: ../rules/base.xml.in.h:827 +msgid "Urdu (Pakistan, NLA)" +msgstr "Urduca (Pakistan, NLA)" + +#: ../rules/base.xml.in.h:828 +msgid "Arabic (Pakistan)" +msgstr "Arapça (Pakistan)" + +#. Keyboard indicator for Sindhi layouts +#: ../rules/base.xml.in.h:830 +msgid "sd" +msgstr "sd" + +#: ../rules/base.xml.in.h:831 +msgid "Sindhi" +msgstr "Sintçe" + +#. Keyboard indicator for Dhivehi layouts +#: ../rules/base.xml.in.h:833 +msgid "dv" +msgstr "dv" + +#: ../rules/base.xml.in.h:834 +msgid "Dhivehi" +msgstr "Dhivehi" + +#: ../rules/base.xml.in.h:835 +msgid "English (South Africa)" +msgstr "İngilizce (Güney Afrika)" + +#. Keyboard indicator for Esperanto layouts +#: ../rules/base.xml.in.h:837 +msgid "eo" +msgstr "eo" + +#: ../rules/base.xml.in.h:838 +msgid "Esperanto" +msgstr "Esperanto" + +#: ../rules/base.xml.in.h:839 +msgid "Esperanto (displaced semicolon and quote, obsolete)" +msgstr "Esperanto (yerinden noktalı virgül, tırnak işarati, eski)" + +#. Keyboard indicator for Nepali layouts +#: ../rules/base.xml.in.h:841 +msgid "ne" +msgstr "ne" + +#: ../rules/base.xml.in.h:842 +msgid "Nepali" +msgstr "Nepalce" + +#: ../rules/base.xml.in.h:843 +msgid "English (Nigeria)" +msgstr "İngilizce (Nijerya)" + +#. Keyboard indicator for Igbo layouts +#: ../rules/base.xml.in.h:845 +msgid "ig" +msgstr "ig" + +#: ../rules/base.xml.in.h:846 +msgid "Igbo" +msgstr "Igbo" + +#. Keyboard indicator for Yoruba layouts +#: ../rules/base.xml.in.h:848 +msgid "yo" +msgstr "yo" + +#: ../rules/base.xml.in.h:849 +msgid "Yoruba" +msgstr "Yoruba" + +#. Keyboard indicator for Amharic layouts +#: ../rules/base.xml.in.h:851 +msgid "am" +msgstr "am" + +#: ../rules/base.xml.in.h:852 +msgid "Amharic" +msgstr "Amharca" + +#. Keyboard indicator for Wolof layouts +#: ../rules/base.xml.in.h:854 +msgid "wo" +msgstr "wo" + +#: ../rules/base.xml.in.h:855 +msgid "Wolof" +msgstr "Volofça" + +#. Keyboard indicator for Braille layouts +#: ../rules/base.xml.in.h:857 +msgid "brl" +msgstr "brl" + +#: ../rules/base.xml.in.h:858 +msgid "Braille" +msgstr "Üç noktalı" + +#: ../rules/base.xml.in.h:859 +msgid "Braille (left hand)" +msgstr "Kör Alfabesi (sol el)" + +#: ../rules/base.xml.in.h:860 +msgid "Braille (right hand)" +msgstr "Kör Alfabesi (sağ el)" + +#. Keyboard indicator for Turkmen layouts +#: ../rules/base.xml.in.h:862 +msgid "tk" +msgstr "tk" + +#: ../rules/base.xml.in.h:863 +msgid "Turkmen" +msgstr "Türkmence" + +#: ../rules/base.xml.in.h:864 +msgid "Turkmen (Alt-Q)" +msgstr "Türkmence (Alt-Q)" + +#. Keyboard indicator for Bambara layouts +#: ../rules/base.xml.in.h:866 +msgid "bm" +msgstr "bm" + +#: ../rules/base.xml.in.h:867 +msgid "Bambara" +msgstr "Bambara" + +#: ../rules/base.xml.in.h:868 +msgid "French (Mali, alternative)" +msgstr "Fransızca (Mali, alternatif)" + +#: ../rules/base.xml.in.h:869 +msgid "English (Mali, US Macintosh)" +msgstr "İngilizce (Mali, Amerikan Macintosh)" + +#: ../rules/base.xml.in.h:870 +msgid "English (Mali, US international)" +msgstr "İngilizce (Mali, Amerikan uluslararası)" + +#. Keyboard indicator for Swahili layouts +#: ../rules/base.xml.in.h:872 +msgid "sw" +msgstr "sw" + +#: ../rules/base.xml.in.h:873 +msgid "Swahili (Tanzania)" +msgstr "Savahilice (Tanzanya)" + +#: ../rules/base.xml.in.h:874 +msgid "Swahili (Kenya)" +msgstr "Savahilice (Kenya) " + +#: ../rules/base.xml.in.h:875 +msgid "Kikuyu" +msgstr "Kikuyu Dili" + +#. Keyboard indicator for Tswana layouts +#: ../rules/base.xml.in.h:877 +msgid "tn" +msgstr "tn" + +#: ../rules/base.xml.in.h:878 +msgid "Tswana" +msgstr "Tswana" + +#. Keyboard indicator for Filipino layouts +#: ../rules/base.xml.in.h:880 +msgid "ph" +msgstr "ph" + +#: ../rules/base.xml.in.h:881 +msgid "Filipino" +msgstr "Filipince" + +#: ../rules/base.xml.in.h:882 +msgid "Filipino (QWERTY Baybayin)" +msgstr "Filipince (QWERTY Baybayin)" + +#: ../rules/base.xml.in.h:883 +msgid "Filipino (Capewell-Dvorak Latin)" +msgstr "Filipince (Capewell-Dvorak Latin)" + +#: ../rules/base.xml.in.h:884 +msgid "Filipino (Capewell-Dvorak Baybayin)" +msgstr "Filipince (Capewell-Dvorak Baybayin)" + +#: ../rules/base.xml.in.h:885 +msgid "Filipino (Capewell-QWERF 2006 Latin)" +msgstr "Filipince (Capewell-QWERF 2006 Latin)" + +#: ../rules/base.xml.in.h:886 +msgid "Filipino (Capewell-QWERF 2006 Baybayin)" +msgstr "Filipince (Capewell-QWERF 2006 Baybayin)" + +#: ../rules/base.xml.in.h:887 +msgid "Filipino (Colemak Latin)" +msgstr "Filipince (Colemak Latin)" + +#: ../rules/base.xml.in.h:888 +msgid "Filipino (Colemak Baybayin)" +msgstr "Filipince (Colemak Baybayin)" + +#: ../rules/base.xml.in.h:889 +msgid "Filipino (Dvorak Latin)" +msgstr "Filipince (Dvorak Latin) " + +#: ../rules/base.xml.in.h:890 +msgid "Filipino (Dvorak Baybayin)" +msgstr "Filipince (Dvorak Baybayin)" + +#: ../rules/base.xml.in.h:891 +msgid "md" +msgstr "md" + +#: ../rules/base.xml.in.h:892 +msgid "Moldavian" +msgstr "Moldovaca" + +#: ../rules/base.xml.in.h:893 +msgid "gag" +msgstr "gag" + +#: ../rules/base.xml.in.h:894 +msgid "Moldavian (Gagauz)" +msgstr "Moldovaca (Gagauz)" + +#: ../rules/base.xml.in.h:895 +msgid "Switching to another layout" +msgstr "Başka bir düzene geçiş" + +#: ../rules/base.xml.in.h:896 +msgid "Right Alt (while pressed)" +msgstr "Right Alt (basılıyken)" + +#: ../rules/base.xml.in.h:897 +msgid "Left Alt (while pressed)" +msgstr "Sol Alt (basılıyken)" + +#: ../rules/base.xml.in.h:898 +msgid "Left Win (while pressed)" +msgstr "Sol Win (basılıyken)" + +#: ../rules/base.xml.in.h:899 +msgid "Right Win (while pressed)" +msgstr "Sağ Win (basılıyken)" + +#: ../rules/base.xml.in.h:900 +msgid "Any Win key (while pressed)" +msgstr "Her hangi bir Win tuşu (basılıyken)" + +#: ../rules/base.xml.in.h:901 +msgid "Caps Lock (while pressed), Alt+Caps Lock does the original capslock action" +msgstr "Caps Lock (basılı iken), Alt+Caps Lock kendi eylemini yapar" + +#: ../rules/base.xml.in.h:902 +msgid "Right Ctrl (while pressed)" +msgstr "Sağ Ctrl (basılıyken)" + +#: ../rules/base.xml.in.h:903 +msgid "Right Alt" +msgstr "Sağ Alt" + +#: ../rules/base.xml.in.h:904 +msgid "Left Alt" +msgstr "Sol Alt" + +#: ../rules/base.xml.in.h:905 +msgid "Caps Lock" +msgstr "Caps Lock" + +#: ../rules/base.xml.in.h:906 +msgid "Shift+Caps Lock" +msgstr "Shift+Caps Lock" + +#: ../rules/base.xml.in.h:907 +msgid "Caps Lock (to first layout), Shift+Caps Lock (to last layout)" +msgstr "Caps Lock (ilk düzen için), Shift+Caps Lock (son düzen için)" + +#: ../rules/base.xml.in.h:908 +msgid "Left Win (to first layout), Right Win/Menu (to last layout)" +msgstr "Sol Win (ilk düzen için), Sağ Win/Menu (son düzen için)" + +#: ../rules/base.xml.in.h:909 +msgid "Left Ctrl (to first layout), Right Ctrl (to last layout)" +msgstr "Sol Ctrl (ilk düzen için), Sağ Ctrl (son düzen için)" + +#: ../rules/base.xml.in.h:910 +msgid "Alt+Caps Lock" +msgstr "Alt+Caps Lock" + +#: ../rules/base.xml.in.h:911 +msgid "Both Shift keys together" +msgstr "Tüm Shift tuşları beraber" + +#: ../rules/base.xml.in.h:912 +msgid "Both Alt keys together" +msgstr "Tüm Alt tuşları beraber" + +#: ../rules/base.xml.in.h:913 +msgid "Both Ctrl keys together" +msgstr "Tüm Ctrl tuşları beraber" + +#: ../rules/base.xml.in.h:914 +msgid "Ctrl+Shift" +msgstr "Ctrl+Shift" + +#: ../rules/base.xml.in.h:915 +msgid "Left Ctrl+Left Shift" +msgstr "Sol Ctrl+Sol Shift" + +#: ../rules/base.xml.in.h:916 +msgid "Right Ctrl+Right Shift" +msgstr "Sağ Ctrl+Sağ Shift" + +#: ../rules/base.xml.in.h:917 +msgid "Alt+Ctrl" +msgstr "Alt+Ctrl" + +#: ../rules/base.xml.in.h:918 +msgid "Alt+Shift" +msgstr "Alt+Shift" + +#: ../rules/base.xml.in.h:919 +msgid "Left Alt+Left Shift" +msgstr "Sol Alt+Sol Shift" + +#: ../rules/base.xml.in.h:920 +msgid "Alt+Space" +msgstr "Alt+Boşluk" + +#: ../rules/base.xml.in.h:921 +msgid "Menu" +msgstr "Menü" + +#: ../rules/base.xml.in.h:922 +msgid "Left Win" +msgstr "Sol Win" + +#: ../rules/base.xml.in.h:923 +msgid "Win Key+Space" +msgstr "Win Tuşu+Boşluk" + +#: ../rules/base.xml.in.h:924 +msgid "Right Win" +msgstr "Sağ Win" + +#: ../rules/base.xml.in.h:925 +msgid "Left Shift" +msgstr "Sol Shift" + +#: ../rules/base.xml.in.h:926 +msgid "Right Shift" +msgstr "Sağ Shift" + +#: ../rules/base.xml.in.h:927 +msgid "Left Ctrl" +msgstr "Sol Ctrl" + +#: ../rules/base.xml.in.h:928 +msgid "Right Ctrl" +msgstr "Sağ Ctrl" + +#: ../rules/base.xml.in.h:929 +msgid "Scroll Lock" +msgstr "Scroll Lock" + +#: ../rules/base.xml.in.h:930 +msgid "LeftCtrl+LeftWin (to first layout), RightCtrl+Menu (to second layout)" +msgstr "LeftCtrl+LeftWin (ilk düzen için), RightCtrl+Menu (ikinci düzen için)" + +#: ../rules/base.xml.in.h:931 +msgid "Key to choose 3rd level" +msgstr "3. seviye seçimi için tuş" + +#: ../rules/base.xml.in.h:932 +msgid "Any Win key" +msgstr "Herhangi bir Win tuşu" + +#: ../rules/base.xml.in.h:933 +msgid "Any Alt key" +msgstr "Herhangi bir Alt tuşu" + +#: ../rules/base.xml.in.h:934 +msgid "Right Alt, Shift+Right Alt key is Compose" +msgstr "Sağ Alt, Shigt+Sağ Alt tuşu bir Compose" + +#: ../rules/base.xml.in.h:935 +msgid "Right Alt key never chooses 3rd level" +msgstr "Sağdaki Alt tuşu 3. seviyeyi asla seçmez" + +#: ../rules/base.xml.in.h:936 +msgid "Enter on keypad" +msgstr "Tuş takımındaki Enter" + +#: ../rules/base.xml.in.h:937 +msgid "Backslash" +msgstr "Ters Bölü" + +#: ../rules/base.xml.in.h:938 +msgid "<Less/Greater>" +msgstr "<Büyük/Küçük>" + +#: ../rules/base.xml.in.h:939 +msgid "Caps Lock chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" +msgstr "Caps Lock 3. seviyeyi seçer, diğer 3. seviye seçici ile birlikte basılıyken, bir kereliğine kilit olarak çalışır" + +#: ../rules/base.xml.in.h:940 +msgid "Backslash chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" +msgstr "Ters Bölü 3. seviyeyi seçer, diğer 3. seviye seçici ile birlikte basılıyken, bir kereliğine kilit olarak çalışır" + +#: ../rules/base.xml.in.h:941 +msgid "<Less/Greater> chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" +msgstr "<Büyük/Küçük> 3. seviyeyi seçer, diğer 3. seviye seçici ile birlikte basılıyken, bir kereliğine kilit olarak çalışır" + +#: ../rules/base.xml.in.h:942 +msgid "Ctrl key position" +msgstr "Ctrl tuşunun yeri" + +#: ../rules/base.xml.in.h:943 +msgid "Caps Lock as Ctrl" +msgstr "Ctrl olarak Caps Lock" + +#: ../rules/base.xml.in.h:944 +msgid "Left Ctrl as Meta" +msgstr "Meta olarak Sol Ctrl" + +#: ../rules/base.xml.in.h:945 +msgid "Swap Ctrl and Caps Lock" +msgstr "Ctrl ile Caps Lock yer değiştir" + +#: ../rules/base.xml.in.h:946 +msgid "At left of 'A'" +msgstr "'A' nın solunda" + +#: ../rules/base.xml.in.h:947 +msgid "At bottom left" +msgstr "Sol Altta" + +#: ../rules/base.xml.in.h:948 +msgid "Right Ctrl as Right Alt" +msgstr "Sağ Alt olarak Sağ Ctrl" + +#: ../rules/base.xml.in.h:949 +msgid "Menu as Right Ctrl" +msgstr "Sağ Ctrl olarak Menü" + +#: ../rules/base.xml.in.h:950 +msgid "Right Alt as Right Ctrl" +msgstr "Sağ Ctrl olarak Sağ Alt" + +#: ../rules/base.xml.in.h:951 +msgid "Swap Left Alt key with Left Ctrl key" +msgstr "Sol Alt ile Sol Ctrl tuşunu değiştir" + +#: ../rules/base.xml.in.h:952 +msgid "Swap Left Win key with Left Ctrl key" +msgstr "Sol Win ile Sol Ctrl tuşunu değiştir" + +#: ../rules/base.xml.in.h:953 +msgid "Swap Right Win key with Right Ctrl key" +msgstr "Sağ win tuşunu Sağ Ctrl tuşuyla değiştir" + +#: ../rules/base.xml.in.h:954 +msgid "Left Alt as Ctrl, Left Ctrl as Win, Left Win as Alt" +msgstr "Ctrl olarak Sol Alt, Win olarak Sol Ctrl, Alt olarak Sol Win" + +#: ../rules/base.xml.in.h:955 +msgid "Use keyboard LED to show alternative layout" +msgstr "Diğer yerleşimi göstermek için klavye LED kullanı" + +#: ../rules/base.xml.in.h:956 +msgid "Num Lock" +msgstr "Num Lock" + +#: ../rules/base.xml.in.h:957 +msgid "Layout of numeric keypad" +msgstr "Sayısal tuş takımının düzeni" + +#: ../rules/base.xml.in.h:958 +msgid "Legacy" +msgstr "Eski" + +#: ../rules/base.xml.in.h:959 +msgid "Unicode additions (arrows and math operators)" +msgstr "Unicode ekletileri (oklar ve matematik işlemleri)" + +#: ../rules/base.xml.in.h:960 +msgid "Unicode additions (arrows and math operators; math operators on default level)" +msgstr "Unicode eklentileri (oklar ve matematik işlemleri; varsayılan seviyede matematik işlemleri)" + +#: ../rules/base.xml.in.h:961 +msgid "Legacy Wang 724" +msgstr "Eski Wang 724" + +#: ../rules/base.xml.in.h:962 +msgid "Wang 724 keypad with Unicode additions (arrows and math operators)" +msgstr "Unicode eklentileri ile Wang 724 tuştakımı (oklar ve matematik işlemleri)" + +#: ../rules/base.xml.in.h:963 +msgid "Wang 724 keypad with Unicode additions (arrows and math operators; math operators on default level)" +msgstr "Unicode eklentileri ile Wang 724 tuştakımı (oklar ve matematik işlemleri; varsayılan seviyede matematik işlemleri)" + +#: ../rules/base.xml.in.h:964 +msgid "Hexadecimal" +msgstr "Onaltılık" + +#: ../rules/base.xml.in.h:965 +msgid "ATM/phone-style" +msgstr "ATM/phone biçimi" + +#: ../rules/base.xml.in.h:966 +msgid "Numeric keypad delete key behaviour" +msgstr "Sayısal tuş takımı delete tuşu davranışı" + +#: ../rules/base.xml.in.h:967 +msgid "Legacy key with dot" +msgstr "Nokta ile eski tuş" + +#. Actually, with KP_SEPARATOR, as the old keypad(comma) +#: ../rules/base.xml.in.h:969 +msgid "Legacy key with comma" +msgstr "Virgüllü eski tuş" + +#: ../rules/base.xml.in.h:970 +msgid "Four-level key with dot" +msgstr "Noktalı seviye dört tuşu" + +#: ../rules/base.xml.in.h:971 +msgid "Four-level key with dot, Latin-9 only" +msgstr "Noktalu seviye dört tuşu, sadece Latin-9" + +#: ../rules/base.xml.in.h:972 +msgid "Four-level key with comma" +msgstr "Virgül ile seviye dört tuşu" + +#: ../rules/base.xml.in.h:973 +msgid "Four-level key with momayyez" +msgstr "Momayyez ile seviye dört tuşu" + +#. This assumes the KP_ abstract symbols are actually useful for some apps +#. The description needs to be rewritten +#: ../rules/base.xml.in.h:976 +msgid "Four-level key with abstract separators" +msgstr "Soyut ayırıcılar ile seviye dört tuşu" + +#: ../rules/base.xml.in.h:977 +msgid "Semicolon on third level" +msgstr "Üçüncü seviyede noktalı virgül" + +#: ../rules/base.xml.in.h:978 +msgid "Caps Lock key behavior" +msgstr "Caps Lock tuşu davranışı" + +#: ../rules/base.xml.in.h:979 +msgid "Caps Lock uses internal capitalization; Shift \"pauses\" Caps Lock" +msgstr "CapsLock dahili dönüşümü kullanılır, Shift tuşu Caps Lock tuşunu \"bekletir\"" + +#: ../rules/base.xml.in.h:980 +msgid "Caps Lock uses internal capitalization; Shift doesn't affect Caps Lock" +msgstr "CapsLock dahili dönüşümü kullanır; Shift tuşu Caps Lock davranışını etkilemez." + +#: ../rules/base.xml.in.h:981 +msgid "Caps Lock acts as Shift with locking; Shift \"pauses\" Caps Lock" +msgstr "Caps Lock kilitlemeli Shift tuşu gibi çalışır; Shift tuşu ise Caps Lock tuşunu \"bekletir\"." + +#: ../rules/base.xml.in.h:982 +msgid "Caps Lock acts as Shift with locking; Shift doesn't affect Caps Lock" +msgstr "Caps Lock kilitlemeli Shift tuşu gibi çalışır; Shift tuşu Caps Lock davranışını etkilemez." + +#: ../rules/base.xml.in.h:983 +msgid "Caps Lock toggles normal capitalization of alphabetic characters" +msgstr "Caps Lock tuşu büyük/küçük harf geçişi yapar." + +#: ../rules/base.xml.in.h:984 +msgid "Make Caps Lock an additional Num Lock" +msgstr "CapsLock tuşunu ek bir Num tuşu yapar" + +#: ../rules/base.xml.in.h:985 +msgid "Swap ESC and Caps Lock" +msgstr "ESC ile Caps Lock yer değiştirir" + +#: ../rules/base.xml.in.h:986 +msgid "Make Caps Lock an additional ESC" +msgstr "CapsLock tuşunu ek bir ESC tuşu yapar" + +#: ../rules/base.xml.in.h:987 +msgid "Make Caps Lock an additional Backspace" +msgstr "CapsLock tuşunu ek bir Geri tuşu yapar" + +#: ../rules/base.xml.in.h:988 +msgid "Make Caps Lock an additional Super" +msgstr "CapsLock tuşunu ek bir Super tuşu yapar" + +#: ../rules/base.xml.in.h:989 +msgid "Make Caps Lock an additional Hyper" +msgstr "CapsLock tuşunu ek bir Hyper tuşu yapar." + +#: ../rules/base.xml.in.h:990 +msgid "Caps Lock toggles ShiftLock (affects all keys)" +msgstr "Caps Lock tuşu Shift davranışını ters çevirir (tüm tuşları etkiler)" + +#: ../rules/base.xml.in.h:991 +msgid "Caps Lock is disabled" +msgstr "Caps Lock etkin değil" + +#: ../rules/base.xml.in.h:992 +msgid "Make Caps Lock an additional Ctrl" +msgstr "CapsLock tuşunu ek bir Ctrl tuşu yapar" + +#: ../rules/base.xml.in.h:993 +msgid "Alt/Win key behavior" +msgstr "Alt/Pencere tuşu davranışı" + +#: ../rules/base.xml.in.h:994 +msgid "Add the standard behavior to Menu key" +msgstr "Menü tuşuna standart işlevini ekler" + +#: ../rules/base.xml.in.h:995 +msgid "Alt and Meta are on Alt keys" +msgstr "Alt ve Meta, Alt tuşlarındadır" + +#: ../rules/base.xml.in.h:996 +msgid "Alt is mapped to Win keys (and the usual Alt keys)" +msgstr "Alt tuşu Win tuşlarına eşleştirilmiş (ve her zamanki Alt tuşları)" + +#: ../rules/base.xml.in.h:997 +msgid "Ctrl is mapped to Win keys (and the usual Ctrl keys)" +msgstr "Ctrl tuşu Win tuşlarına eşleştirilmiş (ve her zamanki Ctrl tuşları)" + +#: ../rules/base.xml.in.h:998 +msgid "Ctrl is mapped to Alt keys, Alt is mapped to Win keys" +msgstr "Ctrl tuşu Alt tuşlarına eşleştirilmiş, Alt tuşu Win tuşlarına eşleştirilmiş" + +#: ../rules/base.xml.in.h:999 +msgid "Meta is mapped to Win keys" +msgstr "Meta, Win tuşları ile eşleştirilir" + +#: ../rules/base.xml.in.h:1000 +msgid "Meta is mapped to Left Win" +msgstr "Meta, sol Win tuşu ile eşleştirilir" + +#: ../rules/base.xml.in.h:1001 +msgid "Hyper is mapped to Win keys" +msgstr "Hyper, Win tuşlarına eşlenir" + +#: ../rules/base.xml.in.h:1002 +msgid "Alt is mapped to Right Win, Super to Menu" +msgstr "Alt tuşu Sağ Win tuşuna eşleşmiş, Super ise Menu tuşuna" + +#: ../rules/base.xml.in.h:1003 +msgid "Alt is swapped with Win" +msgstr "Alt tuşu ile Win tuşu ile yer değiştirir" + +#: ../rules/base.xml.in.h:1004 +msgid "Position of Compose key" +msgstr "Compose tuşunun konumu" + +#: ../rules/base.xml.in.h:1005 +msgid "3rd level of Left Win" +msgstr "3. seviye Sol Win" + +#: ../rules/base.xml.in.h:1006 +msgid "3rd level of Right Win" +msgstr "3. seviye Sağ Win" + +#: ../rules/base.xml.in.h:1007 +msgid "3rd level of Menu" +msgstr "3. seviye Menü" + +#: ../rules/base.xml.in.h:1008 +msgid "3rd level of Left Ctrl" +msgstr "Sol Ctrl tuşunun 3. seviyesi" + +#: ../rules/base.xml.in.h:1009 +msgid "3rd level of Right Ctrl" +msgstr "Sağ Ctrl tuşunun 3. seviyesi" + +#: ../rules/base.xml.in.h:1010 +msgid "3rd level of Caps Lock" +msgstr "Caps Lock tuşunun 3. seviyesi" + +#: ../rules/base.xml.in.h:1011 +msgid "3rd level of <Less/Greater>" +msgstr "<Büyük/Küçük> tuşunun 3. seviyesi" + +#: ../rules/base.xml.in.h:1012 +msgid "Pause" +msgstr "Pause" + +#: ../rules/base.xml.in.h:1013 +msgid "PrtSc" +msgstr "PrtSc" + +#: ../rules/base.xml.in.h:1014 +msgid "Miscellaneous compatibility options" +msgstr "Çeşitli uyumluluk seçenekleri" + +#: ../rules/base.xml.in.h:1015 +msgid "Default numeric keypad keys" +msgstr "Varsayılan sayısal tuştakımı tuşları" + +#: ../rules/base.xml.in.h:1016 +msgid "Numeric keypad keys always enter digits (as in Mac OS)" +msgstr "Sayısal tuştakımı tuşları her zaman sayı girer (Mac OS ta olduğu gibi)" + +#: ../rules/base.xml.in.h:1017 +msgid "Shift with numeric keypad keys works as in MS Windows" +msgstr "Sayısal tuş takımı tuşları ile Shift, MS Windows gibi çalışır" + +#: ../rules/base.xml.in.h:1018 +msgid "Shift does not cancel Num Lock, chooses 3rd level instead" +msgstr "Shift tuşu Num Locak tuşunu iptal etmez, onun yerine 3. seviyesini seçer" + +#: ../rules/base.xml.in.h:1019 +msgid "Special keys (Ctrl+Alt+<key>) handled in a server" +msgstr "Bir sunucuda elde edilen özel tuşlar (Ctrl+Alt+<tuş>)" + +#: ../rules/base.xml.in.h:1020 +msgid "Apple Aluminium Keyboard: emulate PC keys (Print, Scroll Lock, Pause, Num Lock)" +msgstr "Apple Aliminyum Klavye: PC tuşlarını taklite eder (Print, Scroll Lock, Pause, Num Lock)" + +#: ../rules/base.xml.in.h:1021 +msgid "Shift cancels Caps Lock" +msgstr "Shift tuşu Caps Lock tuşunu iptal eder" + +#: ../rules/base.xml.in.h:1022 +msgid "Enable extra typographic characters" +msgstr "Fazladan tipografik karakterleri etkinleştir" + +#: ../rules/base.xml.in.h:1023 +msgid "Both Shift keys together toggle Caps Lock" +msgstr "Her iki Shift tuşuna basarak Caps Lock geçişi yapılır" + +#: ../rules/base.xml.in.h:1024 +msgid "Both Shift keys together activate Caps Lock, one Shift key deactivates" +msgstr "Her iki Shift tuşuna basarak Caps Lock etkinleştirir, tek Shift tuşu iptal eder" + +#: ../rules/base.xml.in.h:1025 +msgid "Both Shift keys together toggle ShiftLock" +msgstr "Her iki Shift tuşuna basarak ShiftLock geçişi yapar" + +#: ../rules/base.xml.in.h:1026 +msgid "Shift + NumLock toggles PointerKeys" +msgstr "Shift + NumLock basarak PointerKeys geçişi yapılır" + +#: ../rules/base.xml.in.h:1027 +msgid "Allow breaking grabs with keyboard actions (warning: security risk)" +msgstr "Klavye eylemler ile yakalamaya izin ver (uyarı: güvenlik tehlikesi)" + +#: ../rules/base.xml.in.h:1028 +msgid "Allow grab and window tree logging" +msgstr "Yakalama ve pencere ağacı günlüklemeye izin ver" + +#: ../rules/base.xml.in.h:1029 +msgid "Adding currency signs to certain keys" +msgstr "Belli tuşlara döviz sembolünün ekleme" + +#: ../rules/base.xml.in.h:1030 +msgid "Euro on E" +msgstr "E üzerinde Avro" + +#: ../rules/base.xml.in.h:1031 +msgid "Euro on 2" +msgstr "2 üzerinde Avro" + +#: ../rules/base.xml.in.h:1032 +msgid "Euro on 4" +msgstr "4 üzerinde Avro" + +#: ../rules/base.xml.in.h:1033 +msgid "Euro on 5" +msgstr "5 üzerinde Avro" + +#: ../rules/base.xml.in.h:1034 +msgid "Rupee on 4" +msgstr "4 üzerinde Rupi" + +#: ../rules/base.xml.in.h:1035 +msgid "Key to choose 5th level" +msgstr "5. seviye tuş seç" + +#: ../rules/base.xml.in.h:1036 +msgid "<Less/Greater> chooses 5th level, locks when pressed together with another 5th-level-chooser" +msgstr "<Less/Greater> 5. seviye seçer, diğer 5. seviye seçici ile basılıyken kilitler" + +#: ../rules/base.xml.in.h:1037 +msgid "Right Alt chooses 5th level, locks when pressed together with another 5th-level-chooser" +msgstr "Sağ Alt tuşu 5. seviye seçer, diğer 5. seviye seçici ile basılıyken kilitler" + +#: ../rules/base.xml.in.h:1038 +msgid "Left Win chooses 5th level, locks when pressed together with another 5th-level-chooser" +msgstr "Sol Win tuşu 5. seviye seçer, diğer 5. seviye seçici ile basılıyken kilitler" + +#: ../rules/base.xml.in.h:1039 +msgid "Right Win chooses 5th level, locks when pressed together with another 5th-level-chooser" +msgstr "Sağ Win tuşu 5. seviye seçer, diğer 5. seviye seçici ile basılıyken kilitler" + +#: ../rules/base.xml.in.h:1040 +msgid "Using space key to input non-breakable space character" +msgstr "nobreakspace'i yazmak için boşluk tuşu kullanımı" + +#: ../rules/base.xml.in.h:1041 +msgid "Usual space at any level" +msgstr "Her hangi bir seviyede normal boşluk" + +#: ../rules/base.xml.in.h:1042 +msgid "Non-breakable space character at second level" +msgstr "Seviye ikide nbsp karakteri" + +#: ../rules/base.xml.in.h:1043 +msgid "Non-breakable space character at third level" +msgstr "Seviye üçte nbsp karakteri" + +#: ../rules/base.xml.in.h:1044 +msgid "Non-breakable space character at third level, nothing at fourth level" +msgstr "Seviye üçte nbsp karakteri, seviye dörtte birşey yok" + +#: ../rules/base.xml.in.h:1045 +msgid "Non-breakable space character at third level, thin non-breakable space character at fourth level" +msgstr "Seviye içte nbsp karakteri, seviye dörtte ince nbsp karakteri" + +#: ../rules/base.xml.in.h:1046 +msgid "Non-breakable space character at fourth level" +msgstr "Seviye dörtte nbsp karakteri" + +#: ../rules/base.xml.in.h:1047 +msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level" +msgstr "Seviye dörtte nbsp karakteri, seviye altıda ince nbsp karakteri" + +#: ../rules/base.xml.in.h:1048 +msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level (via Ctrl+Shift)" +msgstr "Seviye dörtte nbsp karakteri, seviye altıda ince nbsp karakteri (Ctrl+Shift yolu ile)" + +#: ../rules/base.xml.in.h:1049 +msgid "Zero-width non-joiner character at second level" +msgstr "Seviye ikide zwnj karakteri" + +#: ../rules/base.xml.in.h:1050 +msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level" +msgstr "Seviye ikide zwnj karakteri, seviye üçte zwnj karakteri" + +#: ../rules/base.xml.in.h:1051 +msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level, non-breakable space character at fourth level" +msgstr "Seviye ikide zwnj karakteri, seviye üçte zwnj karakteri, seviye dörtte nbsp karakteri" + +#: ../rules/base.xml.in.h:1052 +msgid "Zero-width non-joiner character at second level, non-breakable space character at third level" +msgstr "Seviye ikide zwnj karakteri, seviye üçte nbsp karakteri" + +#: ../rules/base.xml.in.h:1053 +msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, nothing at fourth level" +msgstr "Seviye ikide zwnj karakteri, seviye üçte nbsp karakteri" + +#: ../rules/base.xml.in.h:1054 +msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, zero-width joiner at fourth level" +msgstr "Seviye ikide zwnj karakteri, seviye üçte nbsp karakteri, seviye dörtte zwnj karakteri" + +#: ../rules/base.xml.in.h:1055 +msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, thin non-breakable space at fourth level" +msgstr "Seviye ikide zwnj karakteri, seviye üçte nbsp karakteri, seviye dörtte ince nbsp karakteri" + +#: ../rules/base.xml.in.h:1056 +msgid "Zero-width non-joiner character at third level, zero-width joiner at fourth level" +msgstr "Seviye üçte zwnj karakteri, seviye dörtte zwnj karakteri" + +#: ../rules/base.xml.in.h:1057 +msgid "Japanese keyboard options" +msgstr "Japonca klavye seçenekleri" + +#: ../rules/base.xml.in.h:1058 +msgid "Kana Lock key is locking" +msgstr "Kana Lock tuşu kilitler" + +#: ../rules/base.xml.in.h:1059 +msgid "NICOLA-F style Backspace" +msgstr "NICOLA-F tarzı Gerisilme" + +#: ../rules/base.xml.in.h:1060 +msgid "Make Zenkaku Hankaku an additional ESC" +msgstr "Zenkaku Hankaku ek ESC yap" + +#: ../rules/base.xml.in.h:1061 +msgid "Adding Esperanto supersigned letters" +msgstr "Esperanto supersigned harfleri ekle" + +#: ../rules/base.xml.in.h:1062 +msgid "To the corresponding key in a Qwerty layout" +msgstr "Qwerty düzeninde karşılık gelen tuş" + +#: ../rules/base.xml.in.h:1063 +msgid "To the corresponding key in a Dvorak layout" +msgstr "Dvorak düzeninde karşılık gelen tuş" + +#: ../rules/base.xml.in.h:1064 +msgid "To the corresponding key in a Colemak layout" +msgstr "Colemak düzeninde karşılık gelen tuş" + +#: ../rules/base.xml.in.h:1065 +msgid "Maintain key compatibility with old Solaris keycodes" +msgstr "Eski Solaris tuş kodları ile tuş uyumluluğunu koruma" + +#: ../rules/base.xml.in.h:1066 +msgid "Sun Key compatibility" +msgstr "Sun Tuşu uyumu" + +#: ../rules/base.xml.in.h:1067 +msgid "Key sequence to kill the X server" +msgstr "X sunucusunu kapatmak için tuş dizisi" + +#: ../rules/base.xml.in.h:1068 +msgid "Ctrl + Alt + Backspace" +msgstr "Ctrl + Alt + Backspace" + +#: ../rules/base.extras.xml.in.h:1 +msgid "apl" +msgstr "apl" + +#: ../rules/base.extras.xml.in.h:2 +msgid "APL keyboard symbols" +msgstr "APL klavye sembolleri" + +#: ../rules/base.extras.xml.in.h:3 +msgid "dlg" +msgstr "dlg" + +#: ../rules/base.extras.xml.in.h:4 +msgid "APL keyboard symbols (Dyalog)" +msgstr "APL klavye sembolleri (Dyalog)" + +#: ../rules/base.extras.xml.in.h:5 +msgid "sax" +msgstr "sax" + +#: ../rules/base.extras.xml.in.h:6 +msgid "APL keyboard symbols (sax)" +msgstr "APL klavye sembolleri (sax)" + +#: ../rules/base.extras.xml.in.h:7 +msgid "ufd" +msgstr "ufd" + +#: ../rules/base.extras.xml.in.h:8 +msgid "APL keyboard symbols (unified)" +msgstr "APL klavye sembolleri (birleşik)" + +#: ../rules/base.extras.xml.in.h:9 +msgid "apl2" +msgstr "apl2" + +#: ../rules/base.extras.xml.in.h:10 +msgid "APL keyboard symbols (IBM APL2)" +msgstr "APL klavye sembolleri (IBM APL2)" + +#: ../rules/base.extras.xml.in.h:11 +msgid "aplII" +msgstr "aplll" + +#: ../rules/base.extras.xml.in.h:12 +msgid "APL keyboard symbols (Manugistics APL*PLUS II)" +msgstr "APL klavye sembolleri (Manugistics APL*PLUS II)" + +#: ../rules/base.extras.xml.in.h:13 +msgid "aplx" +msgstr "aplx" + +#: ../rules/base.extras.xml.in.h:14 +msgid "APL keyboard symbols (APLX unified)" +msgstr "APL klavye sembolleri (birleşik APLX)" + +#: ../rules/base.extras.xml.in.h:17 +msgid "kut" +msgstr "kut" + +#: ../rules/base.extras.xml.in.h:18 +msgid "Kutenai" +msgstr "Kutenai Dili" + +#: ../rules/base.extras.xml.in.h:19 +msgid "shs" +msgstr "shs" + +#: ../rules/base.extras.xml.in.h:20 +msgid "Secwepemctsin" +msgstr "Shuswap Dili" + +#: ../rules/base.extras.xml.in.h:21 +msgid "Multilingual (Canada, Sun Type 6/7)" +msgstr "Çok Dilli (Kanada, Sun 6/7 Tipi)" + +#: ../rules/base.extras.xml.in.h:24 +msgid "German (US keyboard with German letters)" +msgstr "Almaca (Alman harfleri ile Amerikan klavye)" + +#: ../rules/base.extras.xml.in.h:25 +msgid "German (with Hungarian letters and no dead keys)" +msgstr "Almanca (Macar harfleri ve ölü tuşlar olmadan)" + +#: ../rules/base.extras.xml.in.h:26 +msgid "German (Sun Type 6/7)" +msgstr "Almanca (Sun 6/7 Tipi)" + +#: ../rules/base.extras.xml.in.h:27 +msgid "German (Aus der Neo-Welt)" +msgstr "Almanca (Aus der Neo-Welt)" + +#: ../rules/base.extras.xml.in.h:30 +msgid "Avestan" +msgstr "Avestçe" + +#: ../rules/base.extras.xml.in.h:33 +msgid "Lithuanian (US Dvorak with Lithuanian letters)" +msgstr "Litvanca (Litvanya harfleri ile Amerikan Dvorak)" + +#: ../rules/base.extras.xml.in.h:34 +msgid "Lithuanian (Sun Type 6/7)" +msgstr "Letonca (Sun 6/7 Tipi)" + +#: ../rules/base.extras.xml.in.h:37 +msgid "Latvian (US Dvorak)" +msgstr "Litvanca (Amerikan Dvorak)" + +#: ../rules/base.extras.xml.in.h:38 +msgid "Latvian (US Dvorak, Y variant)" +msgstr "Litvanca (Amerikan Dvorak, Y türevi)" -#: ../rules/base.xml.in.h:364 -msgid "Microsoft Natural Keyboard Pro OEM" -msgstr "Microsoft Basit Klavye Pro OEM" +#: ../rules/base.extras.xml.in.h:39 +msgid "Latvian (US Dvorak, minus variant)" +msgstr "Letonca (Amerikan Dvorak, eksi türevi)" -#: ../rules/base.xml.in.h:365 -msgid "Microsoft Natural Keyboard Pro USB / Microsoft Internet Keyboard Pro" -msgstr "Microsoft Natural Keyboard Pro USB / Microsoft Internet Keyboard Pro" +#: ../rules/base.extras.xml.in.h:40 +msgid "Latvian (programmer US Dvorak)" +msgstr "Letonca (programcı Amerikan Dvorak)" -#: ../rules/base.xml.in.h:366 -msgid "Microsoft Office Keyboard" -msgstr "Microsoft Ofis Klavyesi" +#: ../rules/base.extras.xml.in.h:41 +msgid "Latvian (programmer US Dvorak, Y variant)" +msgstr "Letonca (Amerikan programcı Dvorak, Y türevi)" -#: ../rules/base.xml.in.h:367 -msgid "Microsoft Wireless Multimedia Keyboard 1.0A" -msgstr "Microsoft Wireless Multimedia Keyboard 1.0A" +#: ../rules/base.extras.xml.in.h:42 +msgid "Latvian (programmer US Dvorak, minus variant)" +msgstr "Letonca (Amerikan programcı Dvorak, eksi türevi)" -#: ../rules/base.xml.in.h:368 ../rules/sun.xml.in.h:72 -msgid "Miscellaneous compatibility options" -msgstr "Çeşitli uyumluluk seçenekleri" +#: ../rules/base.extras.xml.in.h:43 +msgid "Latvian (US Colemak)" +msgstr "Letonca (Amerikan Colemak)" -#: ../rules/base.xml.in.h:369 -msgid "Mkd" -msgstr "Mkd" +#: ../rules/base.extras.xml.in.h:44 +msgid "Latvian (US Colemak, apostrophe variant)" +msgstr "Letonca (Amerikan Colemak, kesme işareti türevi)" -#: ../rules/base.xml.in.h:370 -msgid "Mlt" -msgstr "Mlt" +#: ../rules/base.extras.xml.in.h:45 +msgid "Latvian (Sun Type 6/7)" +msgstr "Letonca (Sun 6/7 Tipi)" -#: ../rules/base.xml.in.h:371 -msgid "Mmr" -msgstr "Mmr" +#: ../rules/base.extras.xml.in.h:48 +msgid "English (US, international AltGr Unicode combining)" +msgstr "İngilizce (Amerikan, uluslararası AltGr Unicode birleşimi)" -#: ../rules/base.xml.in.h:372 -msgid "Mng" -msgstr "Moğ" +#: ../rules/base.extras.xml.in.h:49 +msgid "English (US, international AltGr Unicode combining, alternative)" +msgstr "İngilizce (Amerikan, uluslararası AltGr Unicode birleşimi, alternatif)" -#: ../rules/base.xml.in.h:373 -msgid "Mongolia" -msgstr "Moğolistan" +#: ../rules/base.extras.xml.in.h:50 +msgid "Atsina" +msgstr "Atsina Dili" -#: ../rules/base.xml.in.h:374 -msgid "Morocco" -msgstr "Fas" +#: ../rules/base.extras.xml.in.h:51 +msgid "Coeur d'Alene Salish" +msgstr "İç Saliş Dilleri" -#: ../rules/base.xml.in.h:375 ../rules/sun.xml.in.h:73 -msgid "Multilingual" -msgstr "Çokdilli" +#: ../rules/base.extras.xml.in.h:52 +msgid "Czech Slovak and German (US)" +msgstr "Çekçe Slovakça ve Almanca (Amerikan)" -#: ../rules/base.xml.in.h:376 -msgid "Multilingual, first part" -msgstr "Çokdilli, ilk bölüm" +#: ../rules/base.extras.xml.in.h:53 +msgid "English (US, Sun Type 6/7)" +msgstr "İngilizce (Amerikan, Sun 6/7 Tipi)" -#: ../rules/base.xml.in.h:377 ../rules/sun.xml.in.h:74 -msgid "Multilingual, second part" -msgstr "Çokdilli, ikinci bölüm" +#: ../rules/base.extras.xml.in.h:54 +msgid "English (Norman)" +msgstr "İngilizce (Normandiya)" -#: ../rules/base.xml.in.h:378 -msgid "Myanmar" -msgstr "Miyanmar" +#: ../rules/base.extras.xml.in.h:57 +msgid "Polish (international with dead keys)" +msgstr "Lehçe (ölü tuşlar ile uluslararası)" -#: ../rules/base.xml.in.h:379 -msgid "NICOLA-F style Backspace" -msgstr "NICOLA-F tarzı Gerisilme" +#: ../rules/base.extras.xml.in.h:58 +msgid "Polish (Colemak)" +msgstr "Lehçe (Colemak)" -#: ../rules/base.xml.in.h:380 -msgid "Neostyle" -msgstr "Yenitarz" +#: ../rules/base.extras.xml.in.h:59 +msgid "Polish (Sun Type 6/7)" +msgstr "Lehçe (Sun 6/7 Tipi)" -#: ../rules/base.xml.in.h:381 -msgid "Nep" -msgstr "Nep" +#: ../rules/base.extras.xml.in.h:63 +msgid "Crimean Tatar (Dobruja Q)" +msgstr "Kırım Tatarcası (Dobruja Q)" -#: ../rules/base.xml.in.h:382 -msgid "Nepal" -msgstr "Nepal" +#: ../rules/base.extras.xml.in.h:64 +msgid "Romanian (ergonomic Touchtype)" +msgstr "Rumence (ergonomik dokunmatik daktilo)" -#: ../rules/base.xml.in.h:383 -msgid "Netherlands" -msgstr "Hollanda" +#: ../rules/base.extras.xml.in.h:65 +msgid "Romanian (Sun Type 6/7)" +msgstr "Rumence (Sun 6/7 Tipi)" -#: ../rules/base.xml.in.h:384 -msgid "Nig" -msgstr "Nij" +#: ../rules/base.extras.xml.in.h:68 +msgid "Serbian (combining accents instead of dead keys)" +msgstr "Sırpça (ölü karakterler yerine aksanların birleşimi)" -#: ../rules/base.xml.in.h:385 -msgid "Nigeria" -msgstr "Nijerya" +#: ../rules/base.extras.xml.in.h:71 +msgid "Church Slavonic" +msgstr "Slav Kilise Dili" -#: ../rules/base.xml.in.h:386 -msgid "Nld" -msgstr "Hol" +#: ../rules/base.extras.xml.in.h:72 +msgid "Russian (with Ukrainian-Belorussian layout)" +msgstr "Rusça (Ukrayna-Belarus düzeni ile)" -#: ../rules/base.xml.in.h:387 ../rules/sun.xml.in.h:75 -msgid "Nor" -msgstr "Nor" +#: ../rules/base.extras.xml.in.h:73 +msgid "Russian (Sun Type 6/7)" +msgstr "Rusça (Sun 6/7 Tipi)" -#: ../rules/base.xml.in.h:388 -msgid "Northern Saami" -msgstr "Kuzey Sami" +#: ../rules/base.extras.xml.in.h:76 +msgid "Armenian (OLPC phonetic)" +msgstr "Ermenice (OLPC fonetik)" -#: ../rules/base.xml.in.h:389 -msgid "Northern Saami, eliminate dead keys" -msgstr "Kuzey Sami, ölü tuşsuz" +#: ../rules/base.extras.xml.in.h:79 +msgid "Hebrew (Biblical, SIL phonetic)" +msgstr "İbranice (İncil, SIL fonetik)" -#: ../rules/base.xml.in.h:390 -msgid "Northgate OmniKey 101" -msgstr "Northgate OmniKey 101" +#: ../rules/base.extras.xml.in.h:82 +msgid "Arabic (Sun Type 6/7)" +msgstr "Arapça (Sun 6/7 Tipi)" -#: ../rules/base.xml.in.h:391 -msgid "Norway" -msgstr "Norveç" +#: ../rules/base.extras.xml.in.h:85 +msgid "Belgian (Sun Type 6/7)" +msgstr "Belçika (Sun 6/7 Tipi)" -#: ../rules/base.xml.in.h:392 -msgid "NumLock LED shows alternative layout." -msgstr "Num_Lock LED'i diğer yerleşimi gösterir." +#: ../rules/base.extras.xml.in.h:88 +msgid "Portuguese (Brazil, Sun Type 6/7)" +msgstr "Portekizce (Brezilya, Sun 6/7 Tipi)" -#: ../rules/base.xml.in.h:393 -msgid "Numeric keypad keys work as with Mac." -msgstr "Tuştakımı Mac gibi çalışır." +#: ../rules/base.extras.xml.in.h:91 +msgid "Czech (Sun Type 6/7)" +msgstr "Çekçe (Sun 6/7 Tipi)" -#: ../rules/base.xml.in.h:394 -msgid "Numeric keypad layout selection" -msgstr "Sayısal tuştakımı yerleşimi seçimi" +#: ../rules/base.extras.xml.in.h:94 +msgid "Danish (Sun Type 6/7)" +msgstr "Dabca (Sun 6/7 Tipi)" -#: ../rules/base.xml.in.h:395 -msgid "OADG 109A" -msgstr "OADG 109A" +#: ../rules/base.extras.xml.in.h:97 +msgid "Dutch (Sun Type 6/7)" +msgstr "Danca (Sun 6/7 Tipi)" -#: ../rules/base.xml.in.h:396 -msgid "Ogham" -msgstr "Ogham" +#: ../rules/base.extras.xml.in.h:100 +msgid "Estonian (Sun Type 6/7)" +msgstr "Estonca (Sun 6/7 Tipi)" -#: ../rules/base.xml.in.h:397 -msgid "Ogham IS434" -msgstr "Ogham IS434" +#: ../rules/base.extras.xml.in.h:103 +msgid "Finnish (Sun Type 6/7)" +msgstr "Fince (Sun 6/7 Tipi)" -#: ../rules/base.xml.in.h:398 -msgid "Oriya" -msgstr "Orissa dili" +#: ../rules/base.extras.xml.in.h:105 +msgid "French (Sun Type 6/7)" +msgstr "Fransızca (Sun 6/7 Tipi)" -#: ../rules/base.xml.in.h:399 -msgid "Ortek MCK-800 MM/Internet keyboard" -msgstr "Oretec MCK-800 MM/Genel Ağ Klavyesi" +#: ../rules/base.extras.xml.in.h:108 +msgid "Greek (Sun Type 6/7)" +msgstr "Yünanca (Sun 6/7 Tipi)" -#: ../rules/base.xml.in.h:400 -msgid "Ossetian" -msgstr "Osetya" +#: ../rules/base.extras.xml.in.h:111 +msgid "Italian (Sun Type 6/7)" +msgstr "İtalyanca (Sun 6/7 Tipi)" -#: ../rules/base.xml.in.h:401 -msgid "Ossetian, Winkeys" -msgstr "Osetya, Pencere tuşları" +#: ../rules/base.extras.xml.in.h:114 +msgid "Japanese (Sun Type 6)" +msgstr "Japonca (Sun 6 Tipi)" -#: ../rules/base.xml.in.h:402 -msgid "PC-98xx Series" -msgstr "PC-98xx Serisi" +#: ../rules/base.extras.xml.in.h:115 +msgid "Japanese (Sun Type 7 - pc compatible)" +msgstr "Japonca (Sun 7 Tipi - pc uyumlu)" -#: ../rules/base.xml.in.h:403 -msgid "Pak" -msgstr "Pak" +#: ../rules/base.extras.xml.in.h:116 +msgid "Japanese (Sun Type 7 - sun compatible)" +msgstr "Japonca (Sun 7 Tipi - sun uyumlu)" -#: ../rules/base.xml.in.h:404 -msgid "Pakistan" -msgstr "Pakistan" +#: ../rules/base.extras.xml.in.h:119 +msgid "Norwegian (Sun Type 6/7)" +msgstr "Norveççe (Sun 6/7 Tipi)" -#: ../rules/base.xml.in.h:405 -msgid "Pashto" -msgstr "Paşto" +#: ../rules/base.extras.xml.in.h:121 +msgid "Portuguese (Sun Type 6/7)" +msgstr "Portekizce (Sun 6/7 Tipi)" -#: ../rules/base.xml.in.h:406 -msgid "Pattachote" -msgstr "Pataküte" +#: ../rules/base.extras.xml.in.h:124 +msgid "Slovak (Sun Type 6/7)" +msgstr "Slovakça (Sun 6/7 Tipi)" -#: ../rules/base.xml.in.h:407 ../rules/sun.xml.in.h:78 -msgid "Phonetic" -msgstr "Fonetik" +#: ../rules/base.extras.xml.in.h:127 +msgid "Spanish (Sun Type 6/7)" +msgstr "İspanyolca (Sun 6/7 Tipi)" -#: ../rules/base.xml.in.h:408 ../rules/sun.xml.in.h:79 -msgid "Pol" -msgstr "Pol" +#: ../rules/base.extras.xml.in.h:130 +msgid "Swedish (Dvorak A5)" +msgstr "İsveççe (Dvorak A5)" -#: ../rules/base.xml.in.h:409 -msgid "Poland" -msgstr "Polonya" +#: ../rules/base.extras.xml.in.h:131 +msgid "Swedish (Sun Type 6/7)" +msgstr "İsveççe (Sun 6/7 Tipi)" -#: ../rules/base.xml.in.h:410 -msgid "Polytonic" -msgstr "Politonik" +#: ../rules/base.extras.xml.in.h:133 +msgid "German (Switzerland, Sun Type 6/7)" +msgstr "Almanca (İsviçre, Sun 6/7 Tipi)" -#: ../rules/base.xml.in.h:411 -msgid "Portugal" -msgstr "Portekiz" +#: ../rules/base.extras.xml.in.h:134 +msgid "French (Switzerland, Sun Type 6/7)" +msgstr "Fransızca (İsviçre (Sun 6/7 Tipi)" -#: ../rules/base.xml.in.h:412 -msgid "Press Left Alt key to choose 3rd level." -msgstr "3. seviyeyi seçmek için soldaki Alt tuşuna basın." +#: ../rules/base.extras.xml.in.h:137 +msgid "Turkish (Sun Type 6/7)" +msgstr "Türkçe (Sun 6/7 Tipi)" -#: ../rules/base.xml.in.h:413 -msgid "Press Left Win-key to choose 3rd level." -msgstr "3. seviyeyi seçmek için soldaki Win tuşuna basın." +#: ../rules/base.extras.xml.in.h:140 +msgid "Ukrainian (Sun Type 6/7)" +msgstr "Ukraynaca (Sun 6/7 Tipi)" -#: ../rules/base.xml.in.h:414 -msgid "Press Menu key to choose 3rd level." -msgstr "3. seviyeyi seçmek için Menü tuşuna basın." +#: ../rules/base.extras.xml.in.h:142 +msgid "English (UK, Sun Type 6/7)" +msgstr "İngilizce (İngiltere, Sun 6/7 Tipi)" -#: ../rules/base.xml.in.h:415 -msgid "Press Right Alt key to choose 3rd level, Shift+Right Alt key is Multi_Key." -msgstr "3. seviyeyi seçmek için sağdaki Alt tuşuna basın, Sağdaki Alt tuşuyla birlikte Shift tuşu AltGr gibi davranır." +#: ../rules/base.extras.xml.in.h:145 +msgid "Korean (Sun Type 6/7)" +msgstr "Korece (Sun 6/7 Tipi)" -#: ../rules/base.xml.in.h:416 -msgid "Press Right Alt key to choose 3rd level." -msgstr "3. seviyeyi seçmek için sağdaki Alt tuşuna basın." +#. Keyboard indicator for European layouts +#: ../rules/base.extras.xml.in.h:147 +msgid "eu" +msgstr "eu" -#: ../rules/base.xml.in.h:417 -msgid "Press Right Ctrl to choose 3rd level." -msgstr "3. seviyeyi seçmek için sağdaki Ctrl tuşuna basın." +#: ../rules/base.extras.xml.in.h:148 +msgid "EurKEY (US based layout with european letters)" +msgstr "EurKey (avrupa harfleri ile Amerikan temelli düzen)" -#: ../rules/base.xml.in.h:418 -msgid "Press Right Win-key to choose 3rd level." -msgstr "3. seviyeyi seçmek için sağdaki Win tuşuna basın." +#: ../rules/base.extras.xml.in.h:151 +msgid "Mmuock" +msgstr "Mmuock" -#: ../rules/base.xml.in.h:419 -msgid "Press any of Alt keys to choose 3rd level." -msgstr "3. seviyeyi seçmek için Alt tuşlarından birine basın." +#~ msgid "(F)" +#~ msgstr "F Klavye" -#: ../rules/base.xml.in.h:420 -msgid "Press any of Win-keys to choose 3rd level." -msgstr "3. seviyeyi seçmek için Win tuşlarından birine basın." +#~ msgid "(Legacy) Dvorak" +#~ msgstr "(Kadim) Dvorak" -#: ../rules/base.xml.in.h:421 -msgid "Pro" -msgstr "Pro" +#~ msgid "ACPI Standard" +#~ msgstr "ACPI Standardı" -#: ../rules/base.xml.in.h:422 -msgid "Pro Keypad" -msgstr "Pro Klavye" +#~ msgid "AZERTY Tskapo" +#~ msgstr "AZERTY Tskapo" -#: ../rules/base.xml.in.h:423 -msgid "Probhat" -msgstr "Probat" +#~ msgid "Acer TravelMate 800" +#~ msgstr "Acer TravelMate 800" -#: ../rules/base.xml.in.h:424 -msgid "Propeller Voyager (KTEZ-1000)" -msgstr "Propeller Voyager (KTEZ-1000)" +#~ msgid "Add the EuroSign to the 2 key." +#~ msgstr "2 tuşuna € sembolünü ekler" -#: ../rules/base.xml.in.h:425 ../rules/sun.xml.in.h:88 -msgid "Prt" -msgstr "Prt" +#~ msgid "Add the EuroSign to the 5 key." +#~ msgstr "5 tuşuna € sembolünü ekler" -#: ../rules/base.xml.in.h:426 -msgid "QTronix Scorpius 98N+" -msgstr "QTronix Scorpius 98N+" +#~ msgid "Add the EuroSign to the E key." +#~ msgstr "E tuşuna € sembolünü ekler" -#: ../rules/base.xml.in.h:427 -msgid "R-Alt switches layout while pressed." -msgstr "Sağdaki Alt tuşu basılıyken diğer yerleşim etkin olur." +#~ msgid "Afg" +#~ msgstr "Afg" -#: ../rules/base.xml.in.h:428 -msgid "Right Alt is Compose." -msgstr "Sağdaki Alt tuşu karakter birleşimi yapar." +#~ msgid "Alb" +#~ msgstr "Arn" -#: ../rules/base.xml.in.h:429 -msgid "Right Alt key changes layout." -msgstr "Sağdaki Alt tuşu yerleşimi değiştirir." +#~ msgid "Alt+CapsLock changes layout." +#~ msgstr "Alt+CapsLock yerleşimi değiştirir." -#: ../rules/base.xml.in.h:430 ../rules/sun.xml.in.h:90 -msgid "Right Alt key never chooses 3rd level." -msgstr "Sağdaki Alt tuşu 3. seviyeyi asla seçmez." +#~ msgid "Alt+Ctrl change layout." +#~ msgstr "Alt+Ctrlyerleşimi değiştirir." -#: ../rules/base.xml.in.h:431 -msgid "Right Ctrl is Compose." -msgstr "Sağdaki Ctrl tuşu karakter birleşimi yapar." +#~ msgid "Alt+Shift change layout." +#~ msgstr "Alt+Shift yerleşimi değiştirir." -#: ../rules/base.xml.in.h:432 -msgid "Right Ctrl key changes layout." -msgstr "Sağdaki Ctrl tuşu yerleşimi değiştirir." +#~ msgid "Alt-Q" +#~ msgstr "Yazılımcı klavyesi (Q)" -#: ../rules/base.xml.in.h:433 -msgid "Right Ctrl key switches layout while pressed." -msgstr "Sağdaki Ctrl tuşu basılıyken diğer yerleşim etkin olur." +#~ msgid "Alternative" +#~ msgstr "Diğer" -#: ../rules/base.xml.in.h:434 -msgid "Right Ctrl key works as Right Alt." -msgstr "Sağdaki Ctrl tuşu sağdaki Alt tuşu gibi çalışır." +#~ msgid "And" +#~ msgstr "And" -#: ../rules/base.xml.in.h:435 -msgid "Right Shift key changes layout." -msgstr "Sağdaki Shift tuşu yerleşimi değiştirir." +#~ msgid "Andorra" +#~ msgstr "Andora" -#: ../rules/base.xml.in.h:436 -msgid "Right Win-key changes layout." -msgstr "Sağdaki Win tuşu yerleşimi değiştirir." +#~ msgid "Ara" +#~ msgstr "Ara" -#: ../rules/base.xml.in.h:437 -msgid "Right Win-key is Compose." -msgstr "Sağdaki Win tuşu karakter birleşimi yapar." +#~ msgid "Arm" +#~ msgstr "Erm" -#: ../rules/base.xml.in.h:438 -msgid "Right Win-key switches layout while pressed." -msgstr "Sağdaki Win tuşu basılıyken diğer yerleşim etkin olur." +#~ msgid "Aze" +#~ msgstr "Aze" -#: ../rules/base.xml.in.h:439 -msgid "Right hand" -msgstr "Sağ el" +#~ msgid "Bel" +#~ msgstr "Bel" -#: ../rules/base.xml.in.h:440 -msgid "Right handed Dvorak" -msgstr "Sağ elle Dvorak" +#~ msgid "Belgium" +#~ msgstr "Belçika" -#: ../rules/base.xml.in.h:441 -msgid "Romania" -msgstr "Romenya" +#~ msgid "Bengali" +#~ msgstr "Bengalce" -#: ../rules/base.xml.in.h:442 -msgid "Romanian keyboard with German letters" -msgstr "Alman harfleriyle Romanya klavyesi" +#~ msgid "Bhutan" +#~ msgstr "Butan" -#: ../rules/base.xml.in.h:443 -msgid "Romanian keyboard with German letters, eliminate dead keys" -msgstr "Alman harfleriyle Romanya klavyesi, ölü tuşsuz" +#~ msgid "Bih" +#~ msgstr "Bih" -#: ../rules/base.xml.in.h:444 -msgid "Rou" -msgstr "Rou" +#~ msgid "Blr" +#~ msgstr "Blr" -#: ../rules/base.xml.in.h:445 ../rules/sun.xml.in.h:95 -msgid "Rus" -msgstr "Rus" +#~ msgid "Bosnia and Herzegovina" +#~ msgstr "Bosna Hersek" -#: ../rules/base.xml.in.h:446 -msgid "Russia" -msgstr "Rusya" +#~ msgid "Both Alt keys together change layout." +#~ msgstr "Alt tuşları birlikte yerleşimi değiştirir." -#: ../rules/base.xml.in.h:447 ../rules/sun.xml.in.h:96 -msgid "Russian" -msgstr "Rusça" +#~ msgid "Both Ctrl keys together change layout." +#~ msgstr "Ctrl tuşları birlikte yerleşimi değiştirir." -#: ../rules/base.xml.in.h:448 -msgid "Russian phonetic" -msgstr "Rusça fonetik" +#~ msgid "Bra" +#~ msgstr "Bra" -#: ../rules/base.xml.in.h:449 -msgid "Russian phonetic, eliminate dead keys" -msgstr "Rusça fonetik, ölü tuşsuz" +#~ msgid "Brazil" +#~ msgstr "Brezilya" -#: ../rules/base.xml.in.h:450 -msgid "Russian with Kazakh" -msgstr "Rusça (kazak)" +#~ msgid "Brazilian ABNT2" +#~ msgstr "Brazilya dili ABNT2" -#: ../rules/base.xml.in.h:451 -msgid "SCG" -msgstr "SCG" +#~ msgid "Bulgaria" +#~ msgstr "Bulgaristan" -#: ../rules/base.xml.in.h:452 -msgid "SILVERCREST Multimedia Wireless Keyboard" -msgstr "SILVERCREST Çokluortam Kablosuz Klavyesi" +#~ msgid "Can" +#~ msgstr "Kan" -#: ../rules/base.xml.in.h:453 -msgid "SK-1300" -msgstr "SK-1300" +#~ msgid "Canada" +#~ msgstr "Kanada" -#: ../rules/base.xml.in.h:454 -msgid "SK-2500" -msgstr "SK-2500" +#~ msgid "Caps Lock is Compose." +#~ msgstr "CapsLock tuşu karakter birleşimi yapar." -#: ../rules/base.xml.in.h:455 -msgid "SK-6200" -msgstr "SK-6200" +#~ msgid "CapsLock LED shows alternative layout." +#~ msgstr "Caps Lock LED'i diğer yerleşimi gösterir." -#: ../rules/base.xml.in.h:456 -msgid "SK-7100" -msgstr "SK-7100" +#~ msgid "CapsLock just locks the Shift modifier." +#~ msgstr "Caps Lock sadece kilitlemeli Shift tuşu gibi çalışır." -#: ../rules/base.xml.in.h:457 -msgid "SVEN Ergonomic 2500" -msgstr "SVEN Ergonomik 2500" +#~ msgid "CapsLock key changes layout." +#~ msgstr "Caps Lock tuşu yerleşimi değiştirir" -#: ../rules/base.xml.in.h:458 -msgid "Samsung SDM 4500P" -msgstr "Samsung SDM 4500P" +#~ msgid "Compose key position" +#~ msgstr "Karakter oluşturma (compose) tuşu konumu" -#: ../rules/base.xml.in.h:459 -msgid "Samsung SDM 4510P" -msgstr "Samsung SDM 4510P" +#~ msgid "Ctrl+Shift change layout." +#~ msgstr "Ctrl+Shift tuşları yerleşimi değiştirir." -#: ../rules/base.xml.in.h:460 -msgid "ScrollLock LED shows alternative layout." -msgstr "Scroll_Lock LED'i diğer yerleşimi gösterir." +#~ msgid "Cyrillic" +#~ msgstr "Kril" -#: ../rules/base.xml.in.h:461 -msgid "Serbia and Montenegro" -msgstr "Sırbistan ve Karadağ" +#~ msgid "Cze" +#~ msgstr "Çek" -#: ../rules/base.xml.in.h:462 -msgid "Shift with numeric keypad keys works as in MS Windows." -msgstr "Sayısal tuştakımı Shift ile MS Windows'daki gibi çalışır." +#~ msgid "Czechia" +#~ msgstr "Çek Cumhuriyeti" -#: ../rules/base.xml.in.h:463 -msgid "Shift+CapsLock changes layout." -msgstr "Shift+CapsLock tuşları yerleşimi değiştirir." +#~ msgid "DRC" +#~ msgstr "DRC" -#: ../rules/base.xml.in.h:464 -msgid "Slovakia" -msgstr "Slovakya" +#~ msgid "Dead acute" +#~ msgstr "Ölü acute (´)" -#: ../rules/base.xml.in.h:465 -msgid "Slovenia" -msgstr "Slovenya" +#~ msgid "Dell SK-8125 USB Multimedia Keybard" +#~ msgstr "Dell SK-8125 USB Çokluortam Klavyesi" -#: ../rules/base.xml.in.h:466 -msgid "South Africa" -msgstr "Güney Afrika" +#~ msgid "Dell SK-8135 USB Multimedia Keybard" +#~ msgstr "Dell SK-8135 USB Çokluortam Klavyesi" -#: ../rules/base.xml.in.h:467 -msgid "Southern Uzbek" -msgstr "Güney Özbekistan" +#~ msgid "Denmark" +#~ msgstr "Danimarka" -#: ../rules/base.xml.in.h:468 -msgid "Space key outputs non-breakable space character at fourth level, thin non-breakable space character at sixth level" -msgstr "Boşluk tuşu nobreakspace'i dördüncü seviyede çıktılar, altıncı seviyede incesini basar" +#~ msgid "Dnk" +#~ msgstr "Dnk" -#: ../rules/base.xml.in.h:469 -msgid "Space key outputs non-breakable space character at fourth level." -msgstr "Boşluk tuşu nobreakspace'i dördüncü seviyede çıktılar." +#~ msgid "Dvorak" +#~ msgstr "Dvorak" -#: ../rules/base.xml.in.h:470 -msgid "Space key outputs non-breakable space character at second level." -msgstr "Boşluk tuşu nobreakspace'i ikinci seviyede çıktılar." +#~ msgid "Eastern" +#~ msgstr "Doğu" -#: ../rules/base.xml.in.h:471 -msgid "Space key outputs non-breakable space character at third level, nothing at fourth level." -msgstr "Boşluk tuşu nobreakspace'i dördüncü seviyede çıktılar, üçüncü işlevsizdir." +#~ msgid "Epo" +#~ msgstr "Epo" -#: ../rules/base.xml.in.h:472 -msgid "Space key outputs non-breakable space character at third level, thin non-breakable space character at fourth level" -msgstr "Boşluk tuşu üçüncü seviyede nobreakspace basar, dördüncü seviyede incesini basar" +#~ msgid "Ergonomic" +#~ msgstr "Ergonomik" -#: ../rules/base.xml.in.h:473 -msgid "Space key outputs non-breakable space character at third level." -msgstr "Boşluk tuşu nobreakspace'i üçüncü seviyede çıktılar." +#~ msgid "Esp" +#~ msgstr "Esp" -#: ../rules/base.xml.in.h:474 -msgid "Space key outputs usual space at any level." -msgstr "Boşluk tuşu her seviyede boşluk basar (nobreakspace basmaz)." +#~ msgid "Est" +#~ msgstr "Est" -#: ../rules/base.xml.in.h:475 -msgid "Spain" -msgstr "İspanya" +#~ msgid "Ethiopia" +#~ msgstr "Etyopya" -#: ../rules/base.xml.in.h:476 ../rules/sun.xml.in.h:103 -msgid "Special keys (Ctrl+Alt+<key>) handled in a server." -msgstr "Bir sunucuda elde edilen özel tuşlar (Ctrl+Alt+<tuş>)" +#~ msgid "Evdev-managed keyboard" +#~ msgstr "Evdev yönetimli klavye" -#: ../rules/base.xml.in.h:477 -msgid "SrL" -msgstr "SrL" +#~ msgid "Extended" +#~ msgstr "Gelişmiş" -#: ../rules/base.xml.in.h:478 -msgid "Sri Lanka" -msgstr "Sri Lanka" +#~ msgid "Fao" +#~ msgstr "Fao" -#: ../rules/base.xml.in.h:479 ../rules/sun.xml.in.h:104 -msgid "Standard" -msgstr "Standart" +#~ msgid "Finland" +#~ msgstr "Finlandiya" -#. RSTU 2019-91 -#: ../rules/base.xml.in.h:481 -msgid "Standard RSTU" -msgstr "Standart RSTU" +#~ msgid "Force standard legacy keypad" +#~ msgstr "Standart kadim tuştakımını etkin kılar" -#. RSTU 2019-91 -#: ../rules/base.xml.in.h:483 -msgid "Standard RSTU on Russian layout" -msgstr "Rusça yerleşimde standart RSTU" +#~ msgid "Fra" +#~ msgstr "Fra" -#: ../rules/base.xml.in.h:484 ../rules/sun.xml.in.h:112 -msgid "Sun dead keys" -msgstr "Sun ölü tuşlar" +#~ msgid "France" +#~ msgstr "Fransa" -#: ../rules/base.xml.in.h:485 -msgid "Super Power Multimedia Keyboard" -msgstr "Super Power Multimedia Keyboard" +#~ msgid "GBr" +#~ msgstr "GBr" -#: ../rules/base.xml.in.h:486 -msgid "Super is mapped to the Win-keys." -msgstr "Super, Pencere tuşlarına eşlenir." +#~ msgid "Germany" +#~ msgstr "Almanya" -#: ../rules/base.xml.in.h:487 -msgid "Svdvorak" -msgstr "Svdvorak" +#~ msgid "Ghana" +#~ msgstr "Gana" -#: ../rules/base.xml.in.h:488 ../rules/sun.xml.in.h:113 -msgid "Svk" -msgstr "Svk" +#~ msgid "Gre" +#~ msgstr "Gre" -#: ../rules/base.xml.in.h:489 -msgid "Svn" -msgstr "Svn" +#~ msgid "Hewlett-Packard SK-2505 Internet Keyboard" +#~ msgstr "Hewlett-Packard SK-2505 Genel Ağ Klavyesi" -#: ../rules/base.xml.in.h:490 -msgid "Swap Ctrl and CapsLock." -msgstr "Ctrl ile Caps Lock yer değiştirir." +#~ msgid "Hrv" +#~ msgstr "Hrv" -#: ../rules/base.xml.in.h:491 -msgid "Swap keycodes of two keys when Mac keyboards are misdetected by kernel." -msgstr "Makintoş klavyeler çekirdek tarafından algılanamadığında iki seviyeli tuş kodlarına geçilir." +#~ msgid "Hun" +#~ msgstr "Mcr" -#: ../rules/base.xml.in.h:492 ../rules/sun.xml.in.h:115 -msgid "Swe" -msgstr "İsve" +#~ msgid "Hungary" +#~ msgstr "Macaristan" -#: ../rules/base.xml.in.h:493 -msgid "Sweden" -msgstr "İsveç" +#~ msgid "IBM Rapid Access II (alternate option)" +#~ msgstr "IBM Hızlı Erişim II (diğer seçenek)" -#: ../rules/base.xml.in.h:494 -msgid "Switzerland" -msgstr "İsviçre" +#~ msgid "IBM ThinkPad 560Z/600/600E/A22E, Intl" +#~ msgstr "IBM ThinkPad 560Z/600/600E/A22E, Intl" -#: ../rules/base.xml.in.h:495 -msgid "Symplon PaceBook (tablet PC)" -msgstr "Symplon PaceBook (tablet PC)" +#~ msgid "Ind" +#~ msgstr "Ind" -#: ../rules/base.xml.in.h:496 -msgid "Syr" -msgstr "Sur" +#~ msgid "Iran" +#~ msgstr "İran" -#: ../rules/base.xml.in.h:497 -msgid "Syria" -msgstr "Suriye" +#~ msgid "Ireland" +#~ msgstr "İrlanda" -#: ../rules/base.xml.in.h:498 -msgid "Syriac" -msgstr "Suriye" +#~ msgid "Irl" +#~ msgstr "İrl" -#: ../rules/base.xml.in.h:499 -msgid "Syriac phonetic" -msgstr "Suriye fonetik" +#~ msgid "Irn" +#~ msgstr "Irn" -#: ../rules/base.xml.in.h:500 -msgid "TIS-820.2538" -msgstr "TIS-820.2538" +#~ msgid "Irq" +#~ msgstr "Irk" -#: ../rules/base.xml.in.h:501 -msgid "Tajikistan" -msgstr "Tacikistan" +#~ msgid "Israel" +#~ msgstr "İsrail" -#: ../rules/base.xml.in.h:502 -msgid "Tamil" -msgstr "Tamil dili" +#~ msgid "Italy" +#~ msgstr "İtalya" -#: ../rules/base.xml.in.h:503 -msgid "Tamil TAB Typewriter" -msgstr "Tamil TAB Daktilo" +#~ msgid "Japan" +#~ msgstr "Japonya" -#: ../rules/base.xml.in.h:504 -msgid "Tamil TSCII Typewriter" -msgstr "Tamil TSCII Daktilo" +#~ msgid "Japanese 106-key" +#~ msgstr "Japonca 106 tuşlu" -#: ../rules/base.xml.in.h:505 -msgid "Tamil Unicode" -msgstr "Tamil Unicode" +#~ msgid "Jpn" +#~ msgstr "Jpn" -#: ../rules/base.xml.in.h:506 -msgid "Tatar" -msgstr "Tatar" +#~ msgid "Kana" +#~ msgstr "Kana" -#: ../rules/base.xml.in.h:507 -msgid "Telugu" -msgstr "Telugu dili" +#~ msgid "Keypad" +#~ msgstr "Tuştakımı" -#: ../rules/base.xml.in.h:508 -msgid "Tha" -msgstr "Tha" +#~ msgid "Khm" +#~ msgstr "Kım" -#: ../rules/base.xml.in.h:509 -msgid "Thailand" -msgstr "Tayland" +#~ msgid "Korea, Republic of" +#~ msgstr "Kore Cumhuriyeti" -#: ../rules/base.xml.in.h:510 ../rules/sun.xml.in.h:119 -msgid "Third level choosers" -msgstr "3. seviye seçiciler" +#~ msgid "Kotoistus" +#~ msgstr "Kotüstus" -#: ../rules/base.xml.in.h:511 -msgid "Tifinagh" -msgstr "Tifinagh" +#~ msgid "Kyr" +#~ msgstr "Kır" -#: ../rules/base.xml.in.h:512 -msgid "Tifinagh Alternative" -msgstr "Tifinagh Diğer" +#~ msgid "LAm" +#~ msgstr "LAm" -#: ../rules/base.xml.in.h:513 -msgid "Tifinagh Alternative Phonetic" -msgstr "Tifinagh Diğer Fonetik" +#~ msgid "LCtrl+LShift change layout." +#~ msgstr "Ctrl+Shift tuşları yerleşimi değiştirir." -#: ../rules/base.xml.in.h:514 -msgid "Tifinagh Extended" -msgstr "Tifinagh Gelişkin" +#~ msgid "Laos" +#~ msgstr "Laos" -#: ../rules/base.xml.in.h:515 -msgid "Tifinagh Extended Phonetic" -msgstr "Tifinagh Gelişmiş Fonetik" +#~ msgid "Latin" +#~ msgstr "Latin" -#: ../rules/base.xml.in.h:516 -msgid "Tifinagh Phonetic" -msgstr "Tifinagh Fonetik" +#~ msgid "Layout switching" +#~ msgstr "Yerleşim değiştirme " -#: ../rules/base.xml.in.h:517 -msgid "Tilde (~) variant" -msgstr "Tilde (~) tuşlu" +#~ msgid "Left Alt key changes layout." +#~ msgstr "Soldaki Alt tuşu yerleşimi değiştirir." -#: ../rules/base.xml.in.h:518 -msgid "Tjk" -msgstr "Tck" +#~ msgid "Left Alt key switches layout while pressed." +#~ msgstr "Soldaki Alt tuşu basılıyken diğer yerleşimi etkin olur." -#: ../rules/base.xml.in.h:519 -msgid "Toshiba Satellite S3000" -msgstr "Toshiba Satellite S3000" +#~ msgid "Left Shift key changes layout." +#~ msgstr "Soldaki Shift tuşu yerleşimi değiştirir." -#: ../rules/base.xml.in.h:520 -msgid "Trust Direct Access Keyboard" -msgstr "Trust Doğrudan Erişimli Klavye" +#~ msgid "Left Win-key changes layout." +#~ msgstr "Soldaki Pencere tuşu yerleşimi değiştirir." -#: ../rules/base.xml.in.h:521 -msgid "Trust Wireless Keyboard Classic" -msgstr "Trust Kablosuz Klasik Klavye" +#~ msgid "Left Win-key is Compose." +#~ msgstr "Soldaki Pencere tuşu karakter birleşimi yapar." -#: ../rules/base.xml.in.h:522 ../rules/sun.xml.in.h:120 -msgid "Tur" -msgstr "Trk" +#~ msgid "Ltu" +#~ msgstr "Ltu" -#: ../rules/base.xml.in.h:523 -msgid "Turkey" -msgstr "Türkiye" +#~ msgid "Lva" +#~ msgstr "Lva" -#: ../rules/base.xml.in.h:524 -msgid "Typewriter" -msgstr "Daktilo" +#~ msgid "MESS" +#~ msgstr "MESS" -#: ../rules/base.xml.in.h:525 ../rules/sun.xml.in.h:124 -msgid "U.S. English" -msgstr "Amerikan ingilizcesi" +#~ msgid "Maldives" +#~ msgstr "Maldivler" -#: ../rules/base.xml.in.h:526 -msgid "US keyboard with Bosnian digraphs" -msgstr "Bosna ikil harfleriyle amerikan klavyesi" +#~ msgid "Mao" +#~ msgstr "Mao" -#: ../rules/base.xml.in.h:527 -msgid "US keyboard with Bosnian letters" -msgstr "Bosna harfleriyle amerikan klavyesi" +#~ msgid "Menu is Compose." +#~ msgstr "Menü tuşu karakter birleşimi yapar." -#: ../rules/base.xml.in.h:528 -msgid "US keyboard with Croatian digraphs" -msgstr "Hırvat ikil harfleriyle amerikan klavyesi" +#~ msgid "Menu key changes layout." +#~ msgstr "Menü tuşu yerleşimi değiştirir." -#: ../rules/base.xml.in.h:529 -msgid "US keyboard with Croatian letters" -msgstr "Hırvat harfleriyle amerikan klavyesi" +#~ msgid "Mkd" +#~ msgstr "Mkd" -#: ../rules/base.xml.in.h:530 -msgid "US keyboard with Lithuanian letters" -msgstr "Litvanya harfleriyle amerikan klavyesi" +#~ msgid "Mng" +#~ msgstr "Moğ" -#: ../rules/base.xml.in.h:531 -msgid "US keyboard with Slovenian digraphs" -msgstr "Sloven ikil harfleriyle amerikan klavyesi" +#~ msgid "Myanmar" +#~ msgstr "Miyanmar" -#: ../rules/base.xml.in.h:532 -msgid "US keyboard with Slovenian letters" -msgstr "Sloven harfleriyle amerikan klavyesi" +#~ msgid "Neostyle" +#~ msgstr "Yenitarz" -#: ../rules/base.xml.in.h:533 ../rules/sun.xml.in.h:126 -msgid "USA" -msgstr "ABD" +#~ msgid "Nep" +#~ msgstr "Nep" -#: ../rules/base.xml.in.h:534 -msgid "Udmurt" -msgstr "Udmurt" +#~ msgid "Netherlands" +#~ msgstr "Hollanda" -#: ../rules/base.xml.in.h:535 -msgid "Ukr" -msgstr "Ukr" +#~ msgid "Nigeria" +#~ msgstr "Nijerya" -#: ../rules/base.xml.in.h:536 -msgid "Ukraine" -msgstr "Ukrayna" +#~ msgid "Nld" +#~ msgstr "Hol" -#: ../rules/base.xml.in.h:537 -msgid "UnicodeExpert" -msgstr "Unicode Uzman" +#~ msgid "Nor" +#~ msgstr "Nor" -#: ../rules/base.xml.in.h:538 ../rules/sun.xml.in.h:127 -msgid "United Kingdom" -msgstr "İngiltere" +#~ msgid "Norway" +#~ msgstr "Norveç" -#: ../rules/base.xml.in.h:539 -msgid "Urdu" -msgstr "Urdu" +#~ msgid "NumLock LED shows alternative layout." +#~ msgstr "Num_Lock LED'i diğer yerleşimi gösterir." -#: ../rules/base.xml.in.h:540 -msgid "Use Bosnian digraphs" -msgstr "Bosna ikil harflerini kullanır" +#~ msgid "Phonetic" +#~ msgstr "Fonetik" -#: ../rules/base.xml.in.h:541 -msgid "Use Croatian digraphs" -msgstr "Hırvat ikil harflerini kullanır" +#~ msgid "Pol" +#~ msgstr "Pol" -#: ../rules/base.xml.in.h:542 -msgid "Use Slovenian digraphs" -msgstr "Sloven ikil harflerini kullanır" +#~ msgid "Poland" +#~ msgstr "Polonya" -#: ../rules/base.xml.in.h:543 -msgid "Use guillemets for quotes" -msgstr "Tırnakların yerine açılı ayraçlar kullanılır" +#~ msgid "Portugal" +#~ msgstr "Portekiz" -#: ../rules/base.xml.in.h:544 -msgid "Use keyboard LED to show alternative layout." -msgstr "Diğer yerleşimi göstermek için klavye LED'i kullanılır." +#~ msgid "Press Left Alt key to choose 3rd level." +#~ msgstr "3. seviyeyi seçmek için soldaki Alt tuşuna basın." -#: ../rules/base.xml.in.h:545 -msgid "Use keypad with unicode additions (arrows and math operators)" -msgstr "Tuştakımı Unicode eklentileri ile kullanılır (ok ve aritmetik tuşları)" +#~ msgid "Press Left Win-key to choose 3rd level." +#~ msgstr "3. seviyeyi seçmek için soldaki Win tuşuna basın." -#: ../rules/base.xml.in.h:546 -msgid "Using space key to input non-breakable space character" -msgstr "nobreakspace'i yazmak için boşluk tuşu kullanımı" +#~ msgid "Press Right Alt key to choose 3rd level, Shift+Right Alt key is Multi_Key." +#~ msgstr "3. seviyeyi seçmek için sağdaki Alt tuşuna basın, Sağdaki Alt tuşuyla birlikte Shift tuşu AltGr gibi davranır." -#: ../rules/base.xml.in.h:547 -msgid "Uzb" -msgstr "Özb" +#~ msgid "Press Right Alt key to choose 3rd level." +#~ msgstr "3. seviyeyi seçmek için sağdaki Alt tuşuna basın." -#: ../rules/base.xml.in.h:548 -msgid "Uzbekistan" -msgstr "Özbekistan" +#~ msgid "Press Right Ctrl to choose 3rd level." +#~ msgstr "3. seviyeyi seçmek için sağdaki Ctrl tuşuna basın." -#: ../rules/base.xml.in.h:549 -msgid "Vietnam" -msgstr "Vietnam" +#~ msgid "Press Right Win-key to choose 3rd level." +#~ msgstr "3. seviyeyi seçmek için sağdaki Win tuşuna basın." -#: ../rules/base.xml.in.h:550 -msgid "Vnm" -msgstr "Vnm" +#~ msgid "Press any of Alt keys to choose 3rd level." +#~ msgstr "3. seviyeyi seçmek için Alt tuşlarından birine basın." -#: ../rules/base.xml.in.h:551 -msgid "Wang model 724 azerty" -msgstr "Wang model 724 azerty" +#~ msgid "Press any of Win-keys to choose 3rd level." +#~ msgstr "3. seviyeyi seçmek için Win tuşlarından birine basın." -#: ../rules/base.xml.in.h:552 -msgid "Western" -msgstr "Batı" +#~ msgid "Probhat" +#~ msgstr "Probat" -#: ../rules/base.xml.in.h:553 -msgid "Winbook Model XP5" -msgstr "Winbook Model XP5" +#~ msgid "Prt" +#~ msgstr "Prt" -#: ../rules/base.xml.in.h:554 -msgid "Winkeys" -msgstr "Win tuşları" +#~ msgid "R-Alt switches layout while pressed." +#~ msgstr "Sağdaki Alt tuşu basılıyken diğer yerleşim etkin olur." -#: ../rules/base.xml.in.h:555 -msgid "With <\\|> key" -msgstr "<\\|> tuşuyla" +#~ msgid "Right Alt key changes layout." +#~ msgstr "Sağdaki Alt tuşu yerleşimi değiştirir." -#: ../rules/base.xml.in.h:556 -msgid "With EuroSign on 5" -msgstr "€ sembolü ile 5 tuşu" +#~ msgid "Right Ctrl key changes layout." +#~ msgstr "Sağdaki Ctrl tuşu yerleşimi değiştirir." -#: ../rules/base.xml.in.h:557 -msgid "With guillemets" -msgstr "Açılı ayraçlarla" +#~ msgid "Right Ctrl key switches layout while pressed." +#~ msgstr "Sağdaki Ctrl tuşu basılıyken diğer yerleşim etkin olur." -#: ../rules/base.xml.in.h:558 -msgid "Yahoo! Internet Keyboard" -msgstr "Yahoo! Genel Ağ Klavyesi" +#~ msgid "Right Shift key changes layout." +#~ msgstr "Sağdaki Shift tuşu yerleşimi değiştirir." -#: ../rules/base.xml.in.h:559 -msgid "Yoruba" -msgstr "Yoruba" +#~ msgid "Right Win-key changes layout." +#~ msgstr "Sağdaki Win tuşu yerleşimi değiştirir." -#: ../rules/base.xml.in.h:560 -msgid "Z and ZHE swapped" -msgstr "Z ile ZHE yer değiştirir" +#~ msgid "Right Win-key is Compose." +#~ msgstr "Sağdaki Win tuşu karakter birleşimi yapar." -#: ../rules/base.xml.in.h:561 -msgid "Zar" -msgstr "Zar" +#~ msgid "Rou" +#~ msgstr "Rou" -#: ../rules/base.xml.in.h:562 -msgid "azerty" -msgstr "azerty" +#~ msgid "Rus" +#~ msgstr "Rus" -#: ../rules/base.xml.in.h:563 -msgid "azerty/digits" -msgstr "azerty/rakamlar" +#~ msgid "Russia" +#~ msgstr "Rusya" -#: ../rules/base.xml.in.h:564 -msgid "digits" -msgstr "rakamlar" +#~ msgid "SCG" +#~ msgstr "SCG" -#: ../rules/base.xml.in.h:565 -msgid "displaced semicolon and quote (obsolete)" -msgstr "noktalı virgül ve çift tırnak kalkar (atıl)" +#~ msgid "ScrollLock LED shows alternative layout." +#~ msgstr "Scroll_Lock LED'i diğer yerleşimi gösterir." -#: ../rules/base.xml.in.h:566 -msgid "lyx" -msgstr "lyx" +#~ msgid "Serbia and Montenegro" +#~ msgstr "Sırbistan ve Karadağ" -#: ../rules/base.xml.in.h:567 ../rules/sun.xml.in.h:132 -msgid "qwerty" -msgstr "qwerty" +#~ msgid "Shift+CapsLock changes layout." +#~ msgstr "Shift+CapsLock tuşları yerleşimi değiştirir." -#: ../rules/base.xml.in.h:568 -msgid "qwerty, extended Backslash" -msgstr "qwerty, galişmiş Gerisilme" +#~ msgid "Slovakia" +#~ msgstr "Slovakya" -#: ../rules/base.xml.in.h:569 -msgid "qwerty/digits" -msgstr "qwerty/rakamlar" +#~ msgid "Southern Uzbek" +#~ msgstr "Güney Özbekistan" -#: ../rules/base.xml.in.h:570 -msgid "qwertz" -msgstr "qwertz" +#~ msgid "Spain" +#~ msgstr "İspanya" -#: ../rules/sun.xml.in.h:1 -msgid "\"Typewriter\"" -msgstr "\"Daktilo\"" +#~ msgid "SrL" +#~ msgstr "SrL" -#: ../rules/sun.xml.in.h:17 -msgid "Acts as Shift with locking. Shift cancels Caps." -msgstr "Caps Lock kilitlemeli Shift tuşu gibi çalışır. Shift tuşu ise Caps Lock tuşunu keser." +#~ msgid "Sri Lanka" +#~ msgstr "Sri Lanka" -#: ../rules/sun.xml.in.h:18 -msgid "Acts as Shift with locking. Shift doesn't cancel Caps." -msgstr "Caps Lock kilitlemeli Shift tuşu gibi çalışır. Shift tuşu Caps Lock'u kesmez" +#~ msgid "Standard" +#~ msgstr "Standart" -#: ../rules/sun.xml.in.h:19 -msgid "Alt+Control changes group" -msgstr "Alt+Ctrl grubu değiştirir." +#~ msgid "Standard RSTU on Russian layout" +#~ msgstr "Rusça yerleşimde standart RSTU" -#: ../rules/sun.xml.in.h:20 -msgid "Alt+Shift changes group" -msgstr "Alt+Shift grubu değiştirir." +#~ msgid "Super is mapped to the Win-keys." +#~ msgstr "Super, Pencere tuşlarına eşlenir." -#: ../rules/sun.xml.in.h:21 -msgid "Basic" -msgstr "Temel" +#~ msgid "Svk" +#~ msgstr "Svk" -#: ../rules/sun.xml.in.h:23 -msgid "Belgian" -msgstr "Belçikaca" +#~ msgid "Svn" +#~ msgstr "Svn" -#: ../rules/sun.xml.in.h:25 -msgid "Both Alt keys together change group" -msgstr "Alt tuşları birlikte grubu değiştirir" +#~ msgid "Swap keycodes of two keys when Mac keyboards are misdetected by kernel." +#~ msgstr "Makintoş klavyeler çekirdek tarafından algılanamadığında iki seviyeli tuş kodlarına geçilir." -#: ../rules/sun.xml.in.h:26 -msgid "Both Ctrl keys together change group" -msgstr "Ctrl tuşları birlikte grubu değiştirir" +#~ msgid "Swe" +#~ msgstr "İsve" -#: ../rules/sun.xml.in.h:27 -msgid "Both Shift keys together change group" -msgstr "Shift tuşları birlikte grubu değiştirir" +#~ msgid "Sweden" +#~ msgstr "İsveç" -#: ../rules/sun.xml.in.h:28 -msgid "Bulgarian" -msgstr "Bulgarca" +#~ msgid "Syr" +#~ msgstr "Sur" -#: ../rules/sun.xml.in.h:30 -msgid "Canadian" -msgstr "Kanadaca" +#~ msgid "Syria" +#~ msgstr "Suriye" -#: ../rules/sun.xml.in.h:31 -msgid "Caps Lock is Compose" -msgstr "CapsLock tuşu karakter birleşimi yapar" +#~ msgid "Tha" +#~ msgstr "Tha" -#: ../rules/sun.xml.in.h:32 -msgid "Caps Lock key changes group" -msgstr "Caps Lock tuşu grubu değiştirir" +#~ msgid "Third level choosers" +#~ msgstr "3. seviye seçiciler" -#: ../rules/sun.xml.in.h:34 -msgid "Caps_Lock LED shows alternative group" -msgstr "Caps Lock LED'i diğer grubu gösterir" +#~ msgid "Tifinagh" +#~ msgstr "Tifinagh" -#: ../rules/sun.xml.in.h:35 -msgid "Control Key Position" -msgstr "Ctrl tuşunun yeri" +#~ msgid "Tjk" +#~ msgstr "Tck" -#: ../rules/sun.xml.in.h:36 -msgid "Control key at bottom left" -msgstr "Sol alttaki Ctrl tuşu" +#~ msgid "Typewriter" +#~ msgstr "Daktilo" -#: ../rules/sun.xml.in.h:37 -msgid "Control key at left of 'A'" -msgstr "'A'nın solundaki Ctrl Tuşu" +#~ msgid "U.S. English" +#~ msgstr "Amerikan ingilizcesi" -#: ../rules/sun.xml.in.h:38 -msgid "Control+Shift changes group" -msgstr "Ctrl+Shift tuşları grubu değiştirir" +#~ msgid "US keyboard with Slovenian digraphs" +#~ msgstr "Sloven ikil harfleriyle amerikan klavyesi" -#: ../rules/sun.xml.in.h:40 -msgid "Czech" -msgstr "Çekçe" +#~ msgid "USA" +#~ msgstr "ABD" -#: ../rules/sun.xml.in.h:41 -msgid "Danish" -msgstr "Danca" +#~ msgid "Ukr" +#~ msgstr "Ukr" -#: ../rules/sun.xml.in.h:45 -msgid "DeuCH" -msgstr "DeuCH" +#~ msgid "United Kingdom" +#~ msgstr "İngiltere" -#: ../rules/sun.xml.in.h:47 -msgid "Dvo" -msgstr "Dvo" +#~ msgid "Use Bosnian digraphs" +#~ msgstr "Bosna ikil harflerini kullanır" -#: ../rules/sun.xml.in.h:52 -msgid "Finnish" -msgstr "Fince" +#~ msgid "Use Croatian digraphs" +#~ msgstr "Hırvat ikil harflerini kullanır" -#: ../rules/sun.xml.in.h:54 -msgid "FraCH" -msgstr "FraCH" +#~ msgid "Use Slovenian digraphs" +#~ msgstr "Sloven ikil harflerini kullanır" -#: ../rules/sun.xml.in.h:57 -msgid "German" -msgstr "Almanca" +#~ msgid "Uzb" +#~ msgstr "Özb" -#: ../rules/sun.xml.in.h:58 -msgid "Group Shift/Lock behavior" -msgstr "Shift/Lock Grubu davranışı" +#~ msgid "Vnm" +#~ msgstr "Vnm" -#: ../rules/sun.xml.in.h:60 -msgid "Hungarian" -msgstr "Macarca" +#~ msgid "Western" +#~ msgstr "Batı" -#: ../rules/sun.xml.in.h:64 -msgid "Italian" -msgstr "İtalyanca" +#~ msgid "With guillemets" +#~ msgstr "Açılı ayraçlarla" -#: ../rules/sun.xml.in.h:65 -msgid "Japanese" -msgstr "Japonca" +#~ msgid "azerty" +#~ msgstr "azerty" -#: ../rules/sun.xml.in.h:67 -msgid "Left Alt key changes group" -msgstr "Soldaki Alt tuşu grubu değiştirir" +#~ msgid "digits" +#~ msgstr "rakamlar" -#: ../rules/sun.xml.in.h:68 -msgid "Left Alt key switches group while pressed" -msgstr "Soldaki Alt tuşu basılıyken diğer grup etkin olur" +#~ msgid "lyx" +#~ msgstr "lyx" -#: ../rules/sun.xml.in.h:69 -msgid "Left Ctrl key changes group" -msgstr "Soldaki Ctrl tuşu grubu değiştirir" +#~ msgid "qwertz" +#~ msgstr "qwertz" -#: ../rules/sun.xml.in.h:70 -msgid "Left Shift key changes group" -msgstr "Soldaki Shift tuşu grubu değiştirir" +#~ msgid "\"Typewriter\"" +#~ msgstr "\"Daktilo\"" -#: ../rules/sun.xml.in.h:71 -msgid "Make CapsLock an additional Control" -msgstr "CapsLock tuşunu ek bir Ctrl tuşu yapar" +#~ msgid "Acts as Shift with locking. Shift cancels Caps." +#~ msgstr "Caps Lock kilitlemeli Shift tuşu gibi çalışır. Shift tuşu ise Caps Lock tuşunu keser." -#: ../rules/sun.xml.in.h:76 -msgid "Norwegian" -msgstr "Norveçce" +#~ msgid "Acts as Shift with locking. Shift doesn't cancel Caps." +#~ msgstr "Caps Lock kilitlemeli Shift tuşu gibi çalışır. Shift tuşu Caps Lock'u kesmez" -#: ../rules/sun.xml.in.h:77 -msgid "Num_Lock LED shows alternative group" -msgstr "Num_Lock LED'i diğer grubu gösterir" +#~ msgid "Alt+Control changes group" +#~ msgstr "Alt+Ctrl grubu değiştirir." -#: ../rules/sun.xml.in.h:80 -msgid "Polish" -msgstr "Polonez" +#~ msgid "Alt+Shift changes group" +#~ msgstr "Alt+Shift grubu değiştirir." -#: ../rules/sun.xml.in.h:81 -msgid "Polish with Polish quotes on key \"1/!\"" -msgstr "Lehçe, \"1/!\" tuşunda Lehçe tırnaklar" +#~ msgid "Basic" +#~ msgstr "Temel" -#: ../rules/sun.xml.in.h:82 -msgid "Portuguese" -msgstr "Portekizce" +#~ msgid "Canadian" +#~ msgstr "Kanadaca" -#: ../rules/sun.xml.in.h:83 -msgid "Press Left Alt key to choose 3rd level" -msgstr "3. seviyeyi seçmek için soldaki Alt tuşuna basın" +#~ msgid "Caps Lock key changes group" +#~ msgstr "Caps Lock tuşu grubu değiştirir" -#: ../rules/sun.xml.in.h:84 -msgid "Press Right Alt key to choose 3rd level" -msgstr "3. seviyeyi seçmek için sağdaki Alt tuşuna basın" +#~ msgid "Caps_Lock LED shows alternative group" +#~ msgstr "Caps Lock LED'i diğer grubu gösterir" -#: ../rules/sun.xml.in.h:85 -msgid "Press Right Alt-key to choose 3rd level, Shift+Right Alt-key is Multi_Key" -msgstr "3. seviyeyi seçmek için sağdaki Alt tuşuna basın, Sağdaki Alt tuşuyla birlikte Shift tuşu AltGr gibi davranır" +#~ msgid "Control Key Position" +#~ msgstr "Ctrl tuşunun yeri" -#: ../rules/sun.xml.in.h:86 -msgid "Press Right Control to choose 3rd level" -msgstr "3. seviyeyi seçmek için sağdaki Ctrl tuşuna basın" +#~ msgid "Control key at bottom left" +#~ msgstr "Sol alttaki Ctrl tuşu" -#: ../rules/sun.xml.in.h:87 -msgid "Press any of Alt keys to choose 3rd level" -msgstr "3. seviyeyi seçmek için Alt tuşlarından birine basın" +#~ msgid "Control key at left of 'A'" +#~ msgstr "'A'nın solundaki Ctrl Tuşu" -#: ../rules/sun.xml.in.h:89 -msgid "Right Alt key changes group" -msgstr "Sağdaki Alt tuşu grubu değiştirir" +#~ msgid "Control+Shift changes group" +#~ msgstr "Ctrl+Shift tuşları grubu değiştirir" -#: ../rules/sun.xml.in.h:91 -msgid "Right Alt switches group while pressed" -msgstr "Sağdaki Alt tuşu basılıyken diğer grup etkin olur" +#~ msgid "DeuCH" +#~ msgstr "DeuCH" -#: ../rules/sun.xml.in.h:92 -msgid "Right Control key works as Right Alt" -msgstr "Sağdaki Ctrl tuşu sağdaki Alt tuşu gibi çalışır" +#~ msgid "Dvo" +#~ msgstr "Dvo" -#: ../rules/sun.xml.in.h:93 -msgid "Right Ctrl key changes group" -msgstr "Sağdaki Ctrl tuşu grubu değiştirir" +#~ msgid "FraCH" +#~ msgstr "FraCH" -#: ../rules/sun.xml.in.h:94 -msgid "Right Shift key changes group" -msgstr "Sağdaki Shift tuşu grubu değiştirir" +#~ msgid "Group Shift/Lock behavior" +#~ msgstr "Shift/Lock Grubu davranışı" -#: ../rules/sun.xml.in.h:97 -msgid "Scroll Lock changes group" -msgstr "Scroll Lock grubu değiştirir" +#~ msgid "Left Alt key changes group" +#~ msgstr "Soldaki Alt tuşu grubu değiştirir" -#: ../rules/sun.xml.in.h:98 -msgid "Scroll_Lock LED shows alternative group" -msgstr "Scroll_Lock LED'i diğer grubu gösterir" +#~ msgid "Left Ctrl key changes group" +#~ msgstr "Soldaki Ctrl tuşu grubu değiştirir" -#: ../rules/sun.xml.in.h:99 -msgid "Shift with numpad keys works as in MS Windows" -msgstr "Sayısal tuştakımı Shift ile MS Windows'daki gibi çalışır" +#~ msgid "Left Shift key changes group" +#~ msgstr "Soldaki Shift tuşu grubu değiştirir" -#: ../rules/sun.xml.in.h:100 -msgid "Shift+CapsLock changes group" -msgstr "Shift+CapsLock tuşları grubu değiştirir" +#~ msgid "Num_Lock LED shows alternative group" +#~ msgstr "Num_Lock LED'i diğer grubu gösterir" -#: ../rules/sun.xml.in.h:101 -msgid "Slovak" -msgstr "Slovakça" +#~ msgid "Polish with Polish quotes on key \"1/!\"" +#~ msgstr "Lehçe, \"1/!\" tuşunda Lehçe tırnaklar" -#: ../rules/sun.xml.in.h:102 -msgid "Spanish" -msgstr "İspanyolca" +#~ msgid "Press Left Alt key to choose 3rd level" +#~ msgstr "3. seviyeyi seçmek için soldaki Alt tuşuna basın" -#: ../rules/sun.xml.in.h:105 -msgid "Sun Type 4" -msgstr "Sun 4. tür" +#~ msgid "Press Right Alt key to choose 3rd level" +#~ msgstr "3. seviyeyi seçmek için sağdaki Alt tuşuna basın" -#: ../rules/sun.xml.in.h:106 -msgid "Sun Type 5" -msgstr "Sun 5. Tür" +#~ msgid "Press Right Alt-key to choose 3rd level, Shift+Right Alt-key is Multi_Key" +#~ msgstr "3. seviyeyi seçmek için sağdaki Alt tuşuna basın, Sağdaki Alt tuşuyla birlikte Shift tuşu AltGr gibi davranır" -#: ../rules/sun.xml.in.h:107 -msgid "Sun Type 5 European" -msgstr "Sun 5. tür Avrupa" +#~ msgid "Press Right Control to choose 3rd level" +#~ msgstr "3. seviyeyi seçmek için sağdaki Ctrl tuşuna basın" -#: ../rules/sun.xml.in.h:108 -msgid "Sun Type 5 Unix" -msgstr "Sun 5. tür, Unix" +#~ msgid "Press any of Alt keys to choose 3rd level" +#~ msgstr "3. seviyeyi seçmek için Alt tuşlarından birine basın" -#: ../rules/sun.xml.in.h:109 -msgid "Sun Type 6" -msgstr "Sun 6. tür" +#~ msgid "Right Alt key changes group" +#~ msgstr "Sağdaki Alt tuşu grubu değiştirir" -#: ../rules/sun.xml.in.h:110 -msgid "Sun Type 6 Unix" -msgstr "Sun 6. tür, Unix" +#~ msgid "Right Control key works as Right Alt" +#~ msgstr "Sağdaki Ctrl tuşu sağdaki Alt tuşu gibi çalışır" -#: ../rules/sun.xml.in.h:111 -msgid "Sun Type 6 with Euro key" -msgstr "Sun 6. Tür, € tuşlu" +#~ msgid "Right Ctrl key changes group" +#~ msgstr "Sağdaki Ctrl tuşu grubu değiştirir" -#: ../rules/sun.xml.in.h:114 -msgid "Swap Control and Caps Lock" -msgstr "Ctrl ile Caps Lock yer değiştirir" +#~ msgid "Right Shift key changes group" +#~ msgstr "Sağdaki Shift tuşu grubu değiştirir" -#: ../rules/sun.xml.in.h:116 -msgid "Swedish" -msgstr "İsveçce" +#~ msgid "Scroll_Lock LED shows alternative group" +#~ msgstr "Scroll_Lock LED'i diğer grubu gösterir" -#: ../rules/sun.xml.in.h:117 -msgid "Swiss French" -msgstr "İsviçre Fransızcası" +#~ msgid "Shift with numpad keys works as in MS Windows" +#~ msgstr "Sayısal tuştakımı Shift ile MS Windows'daki gibi çalışır" -#: ../rules/sun.xml.in.h:118 -msgid "Swiss German" -msgstr "İsviçre Almancası" +#~ msgid "Sun Type 4" +#~ msgstr "Sun 4. tür" -#: ../rules/sun.xml.in.h:121 -msgid "Turkish" -msgstr "Türkçe Q Klavye" +#~ msgid "Sun Type 5" +#~ msgstr "Sun 5. Tür" -#: ../rules/sun.xml.in.h:122 -msgid "Turkish (F)" -msgstr "Türkçe F klavye" +#~ msgid "Sun Type 6 with Euro key" +#~ msgstr "Sun 6. Tür, € tuşlu" + +#~ msgid "Swiss French" +#~ msgstr "İsviçre Fransızcası" -#: ../rules/sun.xml.in.h:123 -msgid "Turkish Alt-Q Layout" -msgstr "Türkçe Alt-Q (yazılımcılar ve dizüstü) klavye" +#~ msgid "Swiss German" +#~ msgstr "İsviçre Almancası" -#: ../rules/sun.xml.in.h:125 -msgid "U.S. English w/ ISO9995-3" -msgstr "Amerikan ingilizcesi (ISO9995-3 ile)" +#~ msgid "Turkish Alt-Q Layout" +#~ msgstr "Türkçe Alt-Q (yazılımcılar ve dizüstü) klavye" -#: ../rules/sun.xml.in.h:128 -msgid "Use keyboard LED to show alternative group" -msgstr "Diğer grubu göstermek içim klavye LED'i kullanılır" +#~ msgid "U.S. English w/ ISO9995-3" +#~ msgstr "Amerikan ingilizcesi (ISO9995-3 ile)" -#: ../rules/sun.xml.in.h:129 -msgid "Uses internal capitalization. Shift cancels Caps." -msgstr "CapsLock dahili dönüşümü kullanılır, Shift tuşu Caps Lock tuşunu keser." +#~ msgid "Use keyboard LED to show alternative group" +#~ msgstr "Diğer grubu göstermek içim klavye LED'i kullanılır" -#: ../rules/sun.xml.in.h:130 -msgid "Uses internal capitalization. Shift doesn't cancel Caps." -msgstr "CapsLock dahili dönüşümü kullanır. Shift tuşu Caps Lock'u kesmez." +#~ msgid "Uses internal capitalization. Shift cancels Caps." +#~ msgstr "CapsLock dahili dönüşümü kullanılır, Shift tuşu Caps Lock tuşunu keser." -#: ../rules/sun.xml.in.h:131 -msgid "bksl" -msgstr "bksl" +#~ msgid "Uses internal capitalization. Shift doesn't cancel Caps." +#~ msgstr "CapsLock dahili dönüşümü kullanır. Shift tuşu Caps Lock'u kesmez." -#: ../rules/sun.xml.in.h:133 -msgid "type4" -msgstr "4. tür" +#~ msgid "type4" +#~ msgstr "4. tür" diff --git a/xorg-server/xkeyboard-config/po/vi.po b/xorg-server/xkeyboard-config/po/vi.po index d20f448c1..fc092c165 100644 --- a/xorg-server/xkeyboard-config/po/vi.po +++ b/xorg-server/xkeyboard-config/po/vi.po @@ -1,16 +1,17 @@ # Vietnamese translation for X Keyboard Config. -# Copyright © 2014 Free Software Foundation, Inc. +# Bản dịch tiếng Việt dành cho xkeyboard-config. +# Copyright © 2015 Free Software Foundation, Inc. # This file is distributed under the same license as the xkeyboard-config package. # Phan Vinh Thinh , 2005. # Clytie Siddall , 2007-2010. -# Trần Ngọc Quân , 2014. +# Trần Ngọc Quân , 2014, 2015. # msgid "" msgstr "" -"Project-Id-Version: xkeyboard-config 2.12.99\n" +"Project-Id-Version: xkeyboard-config 2.13.99\n" "Report-Msgid-Bugs-To: svu@users.sourceforge.net\n" -"POT-Creation-Date: 2014-09-18 23:46+0100\n" -"PO-Revision-Date: 2014-09-21 08:40+0700\n" +"POT-Creation-Date: 2015-01-15 01:16+0000\n" +"PO-Revision-Date: 2015-01-16 14:54+0700\n" "Last-Translator: Trần Ngọc Quân \n" "Language-Team: Vietnamese \n" "Language: vi\n" @@ -18,7 +19,6 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: LocFactoryEditor 1.8\n" #: ../rules/base.xml.in.h:1 msgid "Generic 101-key PC" @@ -42,7 +42,7 @@ msgstr "Dell PC 101 phím" #: ../rules/base.xml.in.h:6 msgid "Dell Latitude series laptop" -msgstr "Xách tay Dell dãy Latitude" +msgstr "Máy tính xách tay Dell sê-ri Latitude" #: ../rules/base.xml.in.h:7 msgid "Dell Precision M65" @@ -102,7 +102,7 @@ msgstr "Bàn phím Internet Brother" #: ../rules/base.xml.in.h:21 msgid "BTC 5113RF Multimedia" -msgstr "BTC 5113RF Phim nhạc" +msgstr "BTC 5113RF đa phương tiện" #: ../rules/base.xml.in.h:22 msgid "BTC 5126T" @@ -277,7 +277,7 @@ msgstr "Genius KKB-2050HS" #: ../rules/base.xml.in.h:64 msgid "Gyration" -msgstr "Sự chuyển hồi" +msgstr "Gyration" #: ../rules/base.xml.in.h:65 msgid "HTC Dream" @@ -541,7 +541,7 @@ msgstr "Samsung SDM 4510P" #: ../rules/base.xml.in.h:130 msgid "Sanwa Supply SKB-KG3" -msgstr "" +msgstr "Sanwa áp dụng SKB-KG3" #: ../rules/base.xml.in.h:131 msgid "SK-1300" @@ -761,11 +761,11 @@ msgid "Htc Dream phone" msgstr "Điện thoại Htc Dream" #. Keyboard indicator for English layouts -#: ../rules/base.xml.in.h:186 ../rules/base.extras.xml.in.h:46 +#: ../rules/base.xml.in.h:186 ../rules/base.extras.xml.in.h:47 msgid "en" msgstr "en" -#: ../rules/base.xml.in.h:187 ../rules/base.extras.xml.in.h:47 +#: ../rules/base.xml.in.h:187 ../rules/base.extras.xml.in.h:48 msgid "English (US)" msgstr "Tiếng Anh (Mỹ)" @@ -816,14 +816,14 @@ msgstr "Tiếng Anh (Dvorak cho người thuận tay phải)" #: ../rules/base.xml.in.h:200 msgid "English (classic Dvorak)" -msgstr "Tiếng Anh (Dvorak kinh điển)" +msgstr "Tiếng Anh (Dvorak cổ điển)" #: ../rules/base.xml.in.h:201 msgid "English (programmer Dvorak)" msgstr "Tiếng Anh (Dvorak dành cho người lập trình)" #. Keyboard indicator for Russian layouts -#: ../rules/base.xml.in.h:203 ../rules/base.extras.xml.in.h:69 +#: ../rules/base.xml.in.h:203 ../rules/base.extras.xml.in.h:70 msgid "ru" msgstr "ru" @@ -841,11 +841,11 @@ msgstr "Tiếng Anh (Quốc tế với phím chết AltGr)" #: ../rules/base.xml.in.h:207 msgid "English (the divide/multiply keys toggle the layout)" -msgstr "" +msgstr "Tiếng Anh (các phím chia/nhân bật tắt bố cục)" #: ../rules/base.xml.in.h:208 msgid "Serbo-Croatian (US)" -msgstr "" +msgstr "Serbo-Crô-oát (Mỹ)" #: ../rules/base.xml.in.h:209 msgid "English (Workman)" @@ -856,7 +856,7 @@ msgid "English (Workman, international with dead keys)" msgstr "Tiếng Anh (Workman quốc tế với phím chết)" #. Keyboard indicator for Persian layouts -#: ../rules/base.xml.in.h:212 ../rules/base.extras.xml.in.h:28 +#: ../rules/base.xml.in.h:212 ../rules/base.extras.xml.in.h:29 msgid "fa" msgstr "fa" @@ -895,11 +895,11 @@ msgid "Uzbek (Afghanistan, OLPC)" msgstr "Tiếng U-x-béc (Áp-ga-nít-xtan, OLPC)" #. Keyboard indicator for Arabic layouts -#: ../rules/base.xml.in.h:224 ../rules/base.extras.xml.in.h:80 +#: ../rules/base.xml.in.h:224 ../rules/base.extras.xml.in.h:81 msgid "ar" msgstr "ar" -#: ../rules/base.xml.in.h:225 ../rules/base.extras.xml.in.h:81 +#: ../rules/base.xml.in.h:225 ../rules/base.extras.xml.in.h:82 msgid "Arabic" msgstr "Ả Rập" @@ -938,14 +938,14 @@ msgstr "Tiếng An-ba-ni" #: ../rules/base.xml.in.h:235 msgid "Albanian (Plisi D1)" -msgstr "" +msgstr "Tiếng An-ba-ni (Plisi D1)" #. Keyboard indicator for Armenian layouts -#: ../rules/base.xml.in.h:237 ../rules/base.extras.xml.in.h:74 +#: ../rules/base.xml.in.h:237 ../rules/base.extras.xml.in.h:75 msgid "hy" msgstr "hy" -#: ../rules/base.xml.in.h:238 ../rules/base.extras.xml.in.h:75 +#: ../rules/base.xml.in.h:238 ../rules/base.extras.xml.in.h:76 msgid "Armenian" msgstr "Tiếng Ác-mê-ni" @@ -966,9 +966,8 @@ msgid "Armenian (western)" msgstr "Tiếng Ác-mê-ni (miền tây)" #: ../rules/base.xml.in.h:243 -#, fuzzy msgid "Armenian (alternative eastern)" -msgstr "Đông thay thế" +msgstr "Tiếng Ác-mê-ni (miền đông thay thế)" #. Keyboard indicator for German layouts #: ../rules/base.xml.in.h:245 ../rules/base.extras.xml.in.h:22 @@ -981,7 +980,7 @@ msgstr "Tiếng Đức (Áo)" #: ../rules/base.xml.in.h:247 msgid "German (Austria, eliminate dead keys)" -msgstr "Tiếng Đức (Áo , phím chết loại trừ)" +msgstr "Tiếng Đức (Áo, loại bỏ phím chết)" #: ../rules/base.xml.in.h:248 msgid "German (Austria, Sun dead keys)" @@ -1022,11 +1021,11 @@ msgid "Belarusian (Latin)" msgstr "Tiếng Be-la-ru (La-tinh)" #. Keyboard indicator for Belgian layouts -#: ../rules/base.xml.in.h:260 ../rules/base.extras.xml.in.h:83 +#: ../rules/base.xml.in.h:260 ../rules/base.extras.xml.in.h:84 msgid "be" msgstr "be" -#: ../rules/base.xml.in.h:261 ../rules/base.extras.xml.in.h:84 +#: ../rules/base.xml.in.h:261 ../rules/base.extras.xml.in.h:85 msgid "Belgian" msgstr "Tiếng Bỉ" @@ -1048,7 +1047,7 @@ msgstr "Tiếng Bỉ (ISO Xen kẽ)" #: ../rules/base.xml.in.h:266 msgid "Belgian (eliminate dead keys)" -msgstr "Tiếng Bỉ (phím chết loại trừ)" +msgstr "Tiếng Bỉ (loại bỏ phím chết)" #: ../rules/base.xml.in.h:267 msgid "Belgian (Sun dead keys)" @@ -1106,7 +1105,7 @@ msgstr "Tiếng Băng-la-đét (Ấn-độ, Baishakhi Inscript)" #: ../rules/base.xml.in.h:282 msgid "Manipuri (Eeyek)" -msgstr "" +msgstr "Manipuri (Eeyek)" #. Keyboard indicator for Gujarati layouts #: ../rules/base.xml.in.h:284 @@ -1158,7 +1157,7 @@ msgstr "Tiếng Ma-lay-am (Lalitha)" #: ../rules/base.xml.in.h:298 msgid "Malayalam (enhanced Inscript, with rupee sign)" -msgstr "" +msgstr "Tiếng Ma-lay-am (enhanced Inscript, with rupee sign)" #. Keyboard indicator for Oriya layouts #: ../rules/base.xml.in.h:300 @@ -1205,7 +1204,7 @@ msgstr "Te-lu-gu" #: ../rules/base.xml.in.h:312 msgid "Telugu (KaGaPa phonetic)" -msgstr "" +msgstr "Te-lu-gu (ngữ âm KaGaPa)" #. Keyboard indicator for Urdu layouts #: ../rules/base.xml.in.h:314 @@ -1238,9 +1237,8 @@ msgid "Hindi (Wx)" msgstr "Hin-đi (Wx)" #: ../rules/base.xml.in.h:322 -#, fuzzy msgid "Hindi (KaGaPa phonetic)" -msgstr "Ti-phi-nac ngữ âm" +msgstr "Hin-đi (ngữ âm KaGaPa)" #. Keyboard indicator for Sanskrit layouts #: ../rules/base.xml.in.h:324 @@ -1248,9 +1246,8 @@ msgid "sa" msgstr "sa" #: ../rules/base.xml.in.h:325 -#, fuzzy msgid "Sanskrit (KaGaPa phonetic)" -msgstr "Xy-ri ngữ âm" +msgstr "Sanskrit (ngữ âm KaGaPa)" #. Keyboard indicator for Marathi layouts #: ../rules/base.xml.in.h:327 @@ -1258,12 +1255,10 @@ msgid "mr" msgstr "mr" #: ../rules/base.xml.in.h:328 -#, fuzzy msgid "Marathi (KaGaPa phonetic)" -msgstr "Ngữ âm truyền thống" +msgstr "Marathi (ngữ âm KaGaPa)" #: ../rules/base.xml.in.h:329 -#, fuzzy msgid "English (India, with rupee sign)" msgstr "Tiếng Anh (Mỹ với euro trên 5)" @@ -1277,37 +1272,33 @@ msgid "Bosnian" msgstr "Tiếng Bô-xni-a" #: ../rules/base.xml.in.h:333 -#, fuzzy msgid "Bosnian (with guillemets for quotes)" -msgstr "Dùng “chim uria” làm dấu trích dẫn" +msgstr "Bo-x-ni-a (Dùng “guillemets” làm dấu trích dẫn)" #: ../rules/base.xml.in.h:334 -#, fuzzy msgid "Bosnian (with Bosnian digraphs)" msgstr "Dùng chữ ghép Bo-x-ni-a" #: ../rules/base.xml.in.h:335 -#, fuzzy msgid "Bosnian (US keyboard with Bosnian digraphs)" -msgstr "Bàn phím Mỹ với các chữ ghép Bo-x-ni-a" +msgstr "Bo-x-ni-a (Bàn phím Mỹ với các chữ ghép Bo-x-ni-a)" #: ../rules/base.xml.in.h:336 -#, fuzzy msgid "Bosnian (US keyboard with Bosnian letters)" -msgstr "Đức (Bàn phím Mỹ với các chữ cái Đức)" +msgstr "Bo-x-ni-a (Bàn phím Mỹ với các chữ cái Bo-x-ni-a)" #. Keyboard indicator for Portuguese layouts -#: ../rules/base.xml.in.h:338 ../rules/base.extras.xml.in.h:86 +#: ../rules/base.xml.in.h:338 ../rules/base.extras.xml.in.h:87 msgid "pt" msgstr "pt" -#: ../rules/base.xml.in.h:339 ../rules/base.extras.xml.in.h:87 +#: ../rules/base.xml.in.h:339 ../rules/base.extras.xml.in.h:88 msgid "Portuguese (Brazil)" msgstr "Bồ Đào Nha (Bra-xin)" #: ../rules/base.xml.in.h:340 msgid "Portuguese (Brazil, eliminate dead keys)" -msgstr "Bồ Đào Nha (Bra-xin, phím chết loại trừ)" +msgstr "Bồ Đào Nha (Bra-xin, loại bỏ phím chết)" #: ../rules/base.xml.in.h:341 msgid "Portuguese (Brazil, Dvorak)" @@ -1319,11 +1310,11 @@ msgstr "Bồ Đào Nha (Brazil, Nativo)" #: ../rules/base.xml.in.h:343 msgid "Portuguese (Brazil, Nativo for US keyboards)" -msgstr "Bồ Đào Nha (Bra-xin, Nativo cho bàn phím Mỹ" +msgstr "Bồ Đào Nha (Bra-xin, Nativo cho bàn phím Mỹ)" #: ../rules/base.xml.in.h:344 msgid "Esperanto (Brazil, Nativo)" -msgstr "Quốc tế ngữ (Bra-xin, Dvorak)" +msgstr "Quốc tế ngữ (Bra-xin, Nativo)" #. Keyboard indicator for Bulgarian layouts #: ../rules/base.xml.in.h:346 @@ -1365,36 +1356,31 @@ msgid "Berber (Morocco, Tifinagh)" msgstr "Berber (Ma Rốc, Tifinagh)" #: ../rules/base.xml.in.h:357 -#, fuzzy msgid "Berber (Morocco, Tifinagh alternative)" -msgstr "Ti-phi-nac thay thế" +msgstr "Berber (Ma Rốc, Ti-phi-nac thay thế)" #: ../rules/base.xml.in.h:358 -#, fuzzy msgid "Berber (Morocco, Tifinagh alternative phonetic)" -msgstr "Ti-phi-nac ngữ âm thay thế" +msgstr "Berber (Ma Rốc, Ti-phi-nac ngữ âm thay thế)" #: ../rules/base.xml.in.h:359 -#, fuzzy msgid "Berber (Morocco, Tifinagh extended)" -msgstr "Ti-phi-nac mở rộng" +msgstr "Berber (Ma Rốc, Ti-phi-nac mở rộng)" #: ../rules/base.xml.in.h:360 -#, fuzzy msgid "Berber (Morocco, Tifinagh phonetic)" -msgstr "Ti-phi-nac ngữ âm" +msgstr "Berber (Ma Rốc, Ti-phi-nac ngữ âm)" #: ../rules/base.xml.in.h:361 -#, fuzzy msgid "Berber (Morocco, Tifinagh extended phonetic)" -msgstr "Ti-phi-nac mở rộng ngữ âm" +msgstr "Berber (Ma Rốc, Ti-phi-nac mở rộng ngữ âm)" #. Keyboard indicator for Cameroon layouts -#: ../rules/base.xml.in.h:363 ../rules/base.extras.xml.in.h:149 +#: ../rules/base.xml.in.h:363 ../rules/base.extras.xml.in.h:150 msgid "cm" msgstr "cm" -#: ../rules/base.xml.in.h:364 ../rules/base.extras.xml.in.h:150 +#: ../rules/base.xml.in.h:364 ../rules/base.extras.xml.in.h:151 msgid "English (Cameroon)" msgstr "Tiếng Anh (Ca-mơ-run)" @@ -1429,11 +1415,11 @@ msgstr "Pháp (Ca-na-đa)" #: ../rules/base.xml.in.h:373 msgid "French (Canada, Dvorak)" -msgstr "Pháp (Ca-na-đa, Dvorak)" +msgstr "Tiếng Pháp (Ca-na-đa, Dvorak)" #: ../rules/base.xml.in.h:374 msgid "French (Canada, legacy)" -msgstr "Pháp (Ca-na-đa, cổ)" +msgstr "Tiếng Pháp (Ca-na-đa, cổ)" #: ../rules/base.xml.in.h:375 msgid "Canadian Multilingual" @@ -1462,7 +1448,7 @@ msgstr "Tiếng Anh (Ca-na-đa)" #: ../rules/base.xml.in.h:382 msgid "French (Democratic Republic of the Congo)" -msgstr "Tiếng Pháp (Cộng Hoà Dân Chủ Công-gô)" +msgstr "Tiếng Pháp (Cộng Hòa Dân Chủ Công-gô)" #. Keyboard indicator for Taiwanese layouts #: ../rules/base.xml.in.h:384 @@ -1496,30 +1482,30 @@ msgstr "hr" #: ../rules/base.xml.in.h:392 msgid "Croatian" -msgstr "Croát-chi-a" +msgstr "Tiếng Croát-chi-a" #: ../rules/base.xml.in.h:393 msgid "Croatian (with guillemets for quotes)" -msgstr "Croát-chi-a (Dùng “guillemets” làm dấu trích dẫn)" +msgstr "Tiếng Croát-chi-a (Dùng “guillemets” làm dấu trích dẫn)" #: ../rules/base.xml.in.h:394 msgid "Croatian (with Croatian digraphs)" -msgstr "Croát-chi-a (với chữ ghép Croát-chi-a)" +msgstr "Tiếng Croát-chi-a (với chữ ghép Croát-chi-a)" #: ../rules/base.xml.in.h:395 msgid "Croatian (US keyboard with Croatian digraphs)" -msgstr "Croát-chi-a (Bàn phím Mỹ với các chữ ghép Croát-chi-a)" +msgstr "Tiếng Croát-chi-a (Bàn phím Mỹ với các chữ ghép Croát-chi-a)" #: ../rules/base.xml.in.h:396 msgid "Croatian (US keyboard with Croatian letters)" msgstr "Croát-chi-a (Bàn phím Mỹ với các chữ cái Croát-chi-a)" #. Keyboard indicator for Chech layouts -#: ../rules/base.xml.in.h:398 ../rules/base.extras.xml.in.h:89 +#: ../rules/base.xml.in.h:398 ../rules/base.extras.xml.in.h:90 msgid "cs" msgstr "cs" -#: ../rules/base.xml.in.h:399 ../rules/base.extras.xml.in.h:90 +#: ../rules/base.xml.in.h:399 ../rules/base.extras.xml.in.h:91 msgid "Czech" msgstr "Tiếng Séc" @@ -1544,17 +1530,17 @@ msgid "Czech (US Dvorak with CZ UCW support)" msgstr "Tiếng Séc (Mỹ Dvorak cũng hỗ trợ CZ UCW)" #. Keyboard indicator for Danish layouts -#: ../rules/base.xml.in.h:406 ../rules/base.extras.xml.in.h:92 +#: ../rules/base.xml.in.h:406 ../rules/base.extras.xml.in.h:93 msgid "da" msgstr "da" -#: ../rules/base.xml.in.h:407 ../rules/base.extras.xml.in.h:93 +#: ../rules/base.xml.in.h:407 ../rules/base.extras.xml.in.h:94 msgid "Danish" msgstr "Tiếng Đan Mạch" #: ../rules/base.xml.in.h:408 msgid "Danish (eliminate dead keys)" -msgstr "Tiếng Đan Mạch ( phím chết loại trừ)" +msgstr "Tiếng Đan Mạch ( loại bỏ phím chết)" #: ../rules/base.xml.in.h:409 msgid "Danish (Winkeys)" @@ -1566,18 +1552,18 @@ msgstr "Tiếng Đan Mạch (Macintosh)" #: ../rules/base.xml.in.h:411 msgid "Danish (Macintosh, eliminate dead keys)" -msgstr "Tiếng Đan Mạch (Macintosh, phím chết loại trừ)" +msgstr "Tiếng Đan Mạch (Macintosh, loại bỏ phím chết)" #: ../rules/base.xml.in.h:412 msgid "Danish (Dvorak)" msgstr "Tiếng Đan Mạch (Dvorak)" #. Keyboard indicator for Dutch layouts -#: ../rules/base.xml.in.h:414 ../rules/base.extras.xml.in.h:95 +#: ../rules/base.xml.in.h:414 ../rules/base.extras.xml.in.h:96 msgid "nl" msgstr "nl" -#: ../rules/base.xml.in.h:415 ../rules/base.extras.xml.in.h:96 +#: ../rules/base.xml.in.h:415 ../rules/base.extras.xml.in.h:97 msgid "Dutch" msgstr "Tiếng Hà Lan" @@ -1603,17 +1589,17 @@ msgid "Dzongkha" msgstr "Tiếng Dzongkha" #. Keyboard indicator for Estonian layouts -#: ../rules/base.xml.in.h:423 ../rules/base.extras.xml.in.h:98 +#: ../rules/base.xml.in.h:423 ../rules/base.extras.xml.in.h:99 msgid "et" msgstr "et" -#: ../rules/base.xml.in.h:424 ../rules/base.extras.xml.in.h:99 +#: ../rules/base.xml.in.h:424 ../rules/base.extras.xml.in.h:100 msgid "Estonian" msgstr "Tiếng Et-tô-ni-a" #: ../rules/base.xml.in.h:425 msgid "Estonian (eliminate dead keys)" -msgstr "Et-tô-ni-a (phím chết loại trừ)" +msgstr "Et-tô-ni-a (loại bỏ phím chết)" #: ../rules/base.xml.in.h:426 msgid "Estonian (Dvorak)" @@ -1623,13 +1609,13 @@ msgstr "Et-tô-ni-a (Dvorak)" msgid "Estonian (US keyboard with Estonian letters)" msgstr "Et-tô-ni-a (bàn phím Mỹ với các chữ cái E-x-tô-ni-a)" -#: ../rules/base.xml.in.h:428 ../rules/base.extras.xml.in.h:29 +#: ../rules/base.xml.in.h:428 ../rules/base.extras.xml.in.h:30 msgid "Persian" msgstr "Tiếng Ba Tư" #: ../rules/base.xml.in.h:429 msgid "Persian (with Persian keypad)" -msgstr "Tiếng Ba Tư (có vùng phím Ba Tư" +msgstr "Tiếng Ba Tư (có vùng phím Ba Tư)" #. Keyboard indicator for Kurdish layouts #: ../rules/base.xml.in.h:431 @@ -1638,19 +1624,19 @@ msgstr "ku" #: ../rules/base.xml.in.h:432 msgid "Kurdish (Iran, Latin Q)" -msgstr "Tiếng Kút (I ran, La-tinh Q)" +msgstr "Tiếng Kuổ-đít (I ran, La-tinh Q)" #: ../rules/base.xml.in.h:433 msgid "Kurdish (Iran, F)" -msgstr "Tiếng Kút (I ran, F)" +msgstr "Tiếng Kuổ-đít (I ran, F)" #: ../rules/base.xml.in.h:434 msgid "Kurdish (Iran, Latin Alt-Q)" -msgstr "Tiếng Kút (I ran, La-tinh Alt-Q" +msgstr "Tiếng Kuổ-đít (I ran, La-tinh Alt-Q)" #: ../rules/base.xml.in.h:435 msgid "Kurdish (Iran, Arabic-Latin)" -msgstr "Kuổ-đít (Iran, A Rập La-tinh)" +msgstr "Tiếng Kuổ-đít (Iran, A Rập La-tinh)" #: ../rules/base.xml.in.h:436 msgid "Iraqi" @@ -1683,14 +1669,14 @@ msgstr "Tiếng Pha-rô" #: ../rules/base.xml.in.h:444 msgid "Faroese (eliminate dead keys)" -msgstr "Tiếng Pha-rô (phím chết loại trừ)" +msgstr "Tiếng Pha-rô (loại bỏ phím chết)" #. Keyboard indicator for Finnish layouts -#: ../rules/base.xml.in.h:446 ../rules/base.extras.xml.in.h:101 +#: ../rules/base.xml.in.h:446 ../rules/base.extras.xml.in.h:102 msgid "fi" msgstr "fi" -#: ../rules/base.xml.in.h:447 ../rules/base.extras.xml.in.h:102 +#: ../rules/base.xml.in.h:447 ../rules/base.extras.xml.in.h:103 msgid "Finnish" msgstr "Tiếng Phần Lan" @@ -1714,13 +1700,13 @@ msgstr "Bắc Xa-mi (Phần Lan)" msgid "Finnish (Macintosh)" msgstr "Tiếng Phần Lan (Macintosh)" -#: ../rules/base.xml.in.h:453 ../rules/base.extras.xml.in.h:104 +#: ../rules/base.xml.in.h:453 ../rules/base.extras.xml.in.h:105 msgid "French" msgstr "Pháp" #: ../rules/base.xml.in.h:454 msgid "French (eliminate dead keys)" -msgstr "Tiếng Pháp (phím chết loại trừ)" +msgstr "Tiếng Pháp (loại bỏ phím chết)" #: ../rules/base.xml.in.h:455 msgid "French (Sun dead keys)" @@ -1736,7 +1722,7 @@ msgstr "Tiếng Pháp (thay thế, chỉ Latin-9)" #: ../rules/base.xml.in.h:458 msgid "French (alternative, eliminate dead keys)" -msgstr "Tiếng Pháp (thay thế, phím chết loại trừ)" +msgstr "Tiếng Pháp (thay thế, loại bỏ phím chết)" #: ../rules/base.xml.in.h:459 msgid "French (alternative, Sun dead keys)" @@ -1748,7 +1734,7 @@ msgstr "Tiếng Pháp (cũ, thay thế)" #: ../rules/base.xml.in.h:461 msgid "French (legacy, alternative, eliminate dead keys)" -msgstr "Tiếng Pháp (cổ, thay thế, phím chết loại trừ)" +msgstr "Tiếng Pháp (cổ, thay thế, loại bỏ phím chết)" #: ../rules/base.xml.in.h:462 msgid "French (legacy, alternative, Sun dead keys)" @@ -1784,7 +1770,7 @@ msgstr "Óc-khi-tanh (Pháp, AZERTY Tskapo)" #: ../rules/base.xml.in.h:470 msgid "English (Ghana)" -msgstr "Tiếng Anh (Cộng hoà Ga-na)" +msgstr "Tiếng Anh (Cộng hòa Ga-na)" #: ../rules/base.xml.in.h:471 msgid "English (Ghana, multilingual)" @@ -1891,7 +1877,7 @@ msgstr "Tiếng Đức (dấu huyền chết)" #: ../rules/base.xml.in.h:502 msgid "German (eliminate dead keys)" -msgstr "Tiếng Đức (phím chết loại trừ)" +msgstr "Tiếng Đức (loại bỏ phím chết)" #: ../rules/base.xml.in.h:503 msgid "German (T3)" @@ -1903,7 +1889,7 @@ msgstr "Tiếng Ru-ma-ny (Đức)" #: ../rules/base.xml.in.h:505 msgid "Romanian (Germany, eliminate dead keys)" -msgstr "Tiếng Ru-ma-ny (Đức, phím chết loại trừ)" +msgstr "Tiếng Ru-ma-ny (Đức, loại bỏ phím chết)" #: ../rules/base.xml.in.h:506 msgid "German (Dvorak)" @@ -1923,7 +1909,7 @@ msgstr "Tiếng Đức (Macintosh)" #: ../rules/base.xml.in.h:510 msgid "German (Macintosh, eliminate dead keys)" -msgstr "Tiếng Đức (Macintosh, phím chết loại trừ)" +msgstr "Tiếng Đức (Macintosh, loại bỏ phím chết)" #: ../rules/base.xml.in.h:511 msgid "Lower Sorbian" @@ -1950,11 +1936,11 @@ msgid "German (legacy)" msgstr "Tiếng Đức (cổ)" #. Keyboard indicator for Greek layouts -#: ../rules/base.xml.in.h:518 ../rules/base.extras.xml.in.h:106 +#: ../rules/base.xml.in.h:518 ../rules/base.extras.xml.in.h:107 msgid "gr" msgstr "gr" -#: ../rules/base.xml.in.h:519 ../rules/base.extras.xml.in.h:107 +#: ../rules/base.xml.in.h:519 ../rules/base.extras.xml.in.h:108 msgid "Greek" msgstr "Hy Lạp" @@ -1968,7 +1954,7 @@ msgstr "Hy Lạp (mở rộng)" #: ../rules/base.xml.in.h:522 msgid "Greek (eliminate dead keys)" -msgstr "Hy-lạp (phím chết loại trừ)" +msgstr "Hy-lạp (loại bỏ phím chết)" #: ../rules/base.xml.in.h:523 msgid "Greek (polytonic)" @@ -1989,7 +1975,7 @@ msgstr "Tiếng Hung Ga ri (tiêu chuẩn)" #: ../rules/base.xml.in.h:528 msgid "Hungarian (eliminate dead keys)" -msgstr "Tiếng Hung Ga ri (phím chết loại trừ)" +msgstr "Tiếng Hung Ga ri (loại bỏ phím chết)" #: ../rules/base.xml.in.h:529 msgid "Hungarian (qwerty)" @@ -2001,7 +1987,7 @@ msgstr "Tiếng Hung Ga ri (101/qwertz/dấu phẩy/Phím chết)" #: ../rules/base.xml.in.h:531 msgid "Hungarian (101/qwertz/comma/eliminate dead keys)" -msgstr "Tiếng Hung Ga ri (101/qwertz/dấu phẩy/Phím chết loại trừ)" +msgstr "Tiếng Hung Ga ri (101/qwertz/dấu phẩy/loại bỏ phím chết)" #: ../rules/base.xml.in.h:532 msgid "Hungarian (101/qwertz/dot/dead keys)" @@ -2009,7 +1995,7 @@ msgstr "Tiếng Hung Ga ri (101/qwertz/dấu chấm/Phím chết)" #: ../rules/base.xml.in.h:533 msgid "Hungarian (101/qwertz/dot/eliminate dead keys)" -msgstr "Tiếng Hung Ga ri (101/qwertz/dấu chấm/Phím chết loại trừ)" +msgstr "Tiếng Hung Ga ri (101/qwertz/dấu chấm/loại bỏ phím chết)" #: ../rules/base.xml.in.h:534 msgid "Hungarian (101/qwerty/comma/dead keys)" @@ -2017,7 +2003,7 @@ msgstr "Tiếng Hung Ga ri (101/qwerty/dấu phẩy/Phím chết)" #: ../rules/base.xml.in.h:535 msgid "Hungarian (101/qwerty/comma/eliminate dead keys)" -msgstr "Tiếng Hung Ga ri (101/qwerty/dấu phẩy/Phím chết loại trừ)" +msgstr "Tiếng Hung Ga ri (101/qwerty/dấu phẩy/loại bỏ phím chết)" #: ../rules/base.xml.in.h:536 msgid "Hungarian (101/qwerty/dot/dead keys)" @@ -2025,7 +2011,7 @@ msgstr "Tiếng Hung Ga ri (101/qwerty/dấu chấm/Phím chết)" #: ../rules/base.xml.in.h:537 msgid "Hungarian (101/qwerty/dot/eliminate dead keys)" -msgstr "Tiếng Hung Ga ri (101/qwerty/dấu chấm/Phím chết loại trừ)" +msgstr "Tiếng Hung Ga ri (101/qwerty/dấu chấm/loại bỏ phím chết)" #: ../rules/base.xml.in.h:538 msgid "Hungarian (102/qwertz/comma/dead keys)" @@ -2033,7 +2019,7 @@ msgstr "Tiếng Hung Ga ri (102/qwertz/dấu phẩy/Phím chết)" #: ../rules/base.xml.in.h:539 msgid "Hungarian (102/qwertz/comma/eliminate dead keys)" -msgstr "Hung-ga-ri (102/qwertz/dấu phẩy/Phím chết loại trừ)" +msgstr "Hung-ga-ri (102/qwertz/dấu phẩy/loại bỏ phím chết)" #: ../rules/base.xml.in.h:540 msgid "Hungarian (102/qwertz/dot/dead keys)" @@ -2041,7 +2027,7 @@ msgstr "Hung-ga-ri (102/qwertz/dấu chấm/Phím chết)" #: ../rules/base.xml.in.h:541 msgid "Hungarian (102/qwertz/dot/eliminate dead keys)" -msgstr "Hung-ga-ri (102/qwertz/dấu chấm/Phím chết loại trừ)" +msgstr "Hung-ga-ri (102/qwertz/dấu chấm/loại bỏ phím chết)" #: ../rules/base.xml.in.h:542 msgid "Hungarian (102/qwerty/comma/dead keys)" @@ -2049,7 +2035,7 @@ msgstr "Hung-ga-ri (102/qwerty/dấu phẩy/Phím chết)" #: ../rules/base.xml.in.h:543 msgid "Hungarian (102/qwerty/comma/eliminate dead keys)" -msgstr "Hung-ga-ri (102/qwerty/dấu phẩy/Phím chết loại trừ)" +msgstr "Hung-ga-ri (102/qwerty/dấu phẩy/loại bỏ phím chết)" #: ../rules/base.xml.in.h:544 msgid "Hungarian (102/qwerty/dot/dead keys)" @@ -2057,7 +2043,7 @@ msgstr "Hung-ga-ri (102/qwerty/dấu chấm/Phím chết)" #: ../rules/base.xml.in.h:545 msgid "Hungarian (102/qwerty/dot/eliminate dead keys)" -msgstr "Hung-ga-ri (102/qwerty/dấu chấm/Phím chết loại trừ)" +msgstr "Hung-ga-ri (102/qwerty/dấu chấm/loại bỏ phím chết)" #. Keyboard indicator for Icelandic layouts #: ../rules/base.xml.in.h:547 @@ -2074,7 +2060,7 @@ msgstr "Ai-len (phím chết Sun)" #: ../rules/base.xml.in.h:550 msgid "Icelandic (eliminate dead keys)" -msgstr "Ai-len (phím chết loại trừ)" +msgstr "Ai-len (loại bỏ phím chết)" #: ../rules/base.xml.in.h:551 msgid "Icelandic (Macintosh, legacy)" @@ -2089,13 +2075,13 @@ msgid "Icelandic (Dvorak)" msgstr "Tiếng Ai-xơ-len (Dvorak)" #. Keyboard indicator for Hebrew layouts -#: ../rules/base.xml.in.h:555 ../rules/base.extras.xml.in.h:77 +#: ../rules/base.xml.in.h:555 ../rules/base.extras.xml.in.h:78 msgid "he" msgstr "he" -#: ../rules/base.xml.in.h:556 ../rules/base.extras.xml.in.h:78 +#: ../rules/base.xml.in.h:556 ../rules/base.extras.xml.in.h:79 msgid "Hebrew" -msgstr "Tiếng Do Thái " +msgstr "Tiếng Do Thái" #: ../rules/base.xml.in.h:557 msgid "Hebrew (lyx)" @@ -2110,17 +2096,17 @@ msgid "Hebrew (Biblical, Tiro)" msgstr "Hê-brơ (Do thái) cổ (Kinh thánh, Tiro)" #. Keyboard indicator for Italian layouts -#: ../rules/base.xml.in.h:561 ../rules/base.extras.xml.in.h:109 +#: ../rules/base.xml.in.h:561 ../rules/base.extras.xml.in.h:110 msgid "it" msgstr "it" -#: ../rules/base.xml.in.h:562 ../rules/base.extras.xml.in.h:110 +#: ../rules/base.xml.in.h:562 ../rules/base.extras.xml.in.h:111 msgid "Italian" msgstr "Tiếng Ý" #: ../rules/base.xml.in.h:563 msgid "Italian (eliminate dead keys)" -msgstr "Tiếng Ý (phím chết loại trừ)" +msgstr "Tiếng Ý (loại bỏ phím chết)" #: ../rules/base.xml.in.h:564 msgid "Italian (Winkeys)" @@ -2135,22 +2121,21 @@ msgid "Italian (US keyboard with Italian letters)" msgstr "Ý (Bàn phím Mỹ với các chữ cái Ý)" #: ../rules/base.xml.in.h:567 -#, fuzzy msgid "Georgian (Italy)" -msgstr "Gi-oa-gi-a (Mkhedruli)" +msgstr "Gi-oa-gi-a (Ý)" #: ../rules/base.xml.in.h:568 msgid "Italian (IBM 142)" msgstr "Tiếng Ý (IBM 142)" #. Keyboard indicator for Japanese layouts -#: ../rules/base.xml.in.h:570 ../rules/base.extras.xml.in.h:112 +#: ../rules/base.xml.in.h:570 ../rules/base.extras.xml.in.h:113 msgid "ja" msgstr "ja" -#: ../rules/base.xml.in.h:571 ../rules/base.extras.xml.in.h:113 +#: ../rules/base.xml.in.h:571 ../rules/base.extras.xml.in.h:114 msgid "Japanese" -msgstr "Tiếng Nhật " +msgstr "Tiếng Nhật" #: ../rules/base.xml.in.h:572 msgid "Japanese (Kana)" @@ -2178,14 +2163,12 @@ msgid "ki" msgstr "ki" #: ../rules/base.xml.in.h:579 -#, fuzzy msgid "Kyrgyz" -msgstr "Nước Cộng Hoà Khư-rơ-gư-xtanh" +msgstr "Khư-rơ-gư-xtanh" #: ../rules/base.xml.in.h:580 -#, fuzzy msgid "Kyrgyz (phonetic)" -msgstr "Mở rộng Ngữ âm" +msgstr "Khư-rơ-gư-xtanh (ngữ âm)" #. Keyboard indicator for Khmer layouts #: ../rules/base.xml.in.h:582 @@ -2206,9 +2189,8 @@ msgid "Kazakh" msgstr "Tiếng Ca-dakh" #: ../rules/base.xml.in.h:587 -#, fuzzy msgid "Russian (Kazakhstan, with Kazakh)" -msgstr "Nga có Kha-xắc" +msgstr "Nga (Ka-zắc-tan, có Kha-xắc)" #: ../rules/base.xml.in.h:588 msgid "Kazakh (with Russian)" @@ -2228,7 +2210,7 @@ msgid "Lao (STEA proposed standard layout)" msgstr "Lào (bố cục STEA tiêu chuẩn dự kiến)" #. Keyboard indicator for Spanish layouts -#: ../rules/base.xml.in.h:594 ../rules/base.extras.xml.in.h:125 +#: ../rules/base.xml.in.h:594 ../rules/base.extras.xml.in.h:126 msgid "es" msgstr "es" @@ -2238,22 +2220,22 @@ msgstr "Tiếng Tây Ban Nha (Mỹ La-tinh)" #: ../rules/base.xml.in.h:596 msgid "Spanish (Latin American, eliminate dead keys)" -msgstr "Tiếng Tây Ban Nha (Mỹ La-tinh, phím chết loại trừ)" +msgstr "Tiếng Tây Ban Nha (Mỹ La-tinh, loại bỏ phím chết)" #: ../rules/base.xml.in.h:597 msgid "Spanish (Latin American, include dead tilde)" -msgstr "" +msgstr "Tiếng Tây Ban Nha (Mỹ La-tinh, có phím chết)" #: ../rules/base.xml.in.h:598 msgid "Spanish (Latin American, Sun dead keys)" msgstr "Tiếng Tây Ban Nha (Mỹ La-tinh, phím chết sun)" #. Keyboard indicator for Lithuanian layouts -#: ../rules/base.xml.in.h:600 ../rules/base.extras.xml.in.h:31 +#: ../rules/base.xml.in.h:600 ../rules/base.extras.xml.in.h:32 msgid "lt" msgstr "lt" -#: ../rules/base.xml.in.h:601 ../rules/base.extras.xml.in.h:32 +#: ../rules/base.xml.in.h:601 ../rules/base.extras.xml.in.h:33 msgid "Lithuanian" msgstr "Tiếng Li-tu-a-ni" @@ -2278,28 +2260,25 @@ msgid "Lithuanian (LEKPa)" msgstr "Tiếng Li-tu-a-ni (LEKPa)" #. Keyboard indicator for Latvian layouts -#: ../rules/base.xml.in.h:608 ../rules/base.extras.xml.in.h:35 +#: ../rules/base.xml.in.h:608 ../rules/base.extras.xml.in.h:36 msgid "lv" msgstr "lv" -#: ../rules/base.xml.in.h:609 ../rules/base.extras.xml.in.h:36 +#: ../rules/base.xml.in.h:609 ../rules/base.extras.xml.in.h:37 msgid "Latvian" msgstr "Tiếng Lát-vi-a" #: ../rules/base.xml.in.h:610 -#, fuzzy msgid "Latvian (apostrophe variant)" -msgstr "Phương án hô ngữ (”)" +msgstr "Tiếng Lát-vi-a (biến thể hô ngữ)" #: ../rules/base.xml.in.h:611 -#, fuzzy msgid "Latvian (tilde variant)" -msgstr "Phương án dấu sóng (~)" +msgstr "Tiếng Lát-vi-a (biến thể dấu sóng ~)" #: ../rules/base.xml.in.h:612 -#, fuzzy msgid "Latvian (F variant)" -msgstr "Biến thể phông chữ" +msgstr "Tiếng Lát-vi-a (biến thể F)" #: ../rules/base.xml.in.h:613 msgid "Latvian (modern)" @@ -2307,7 +2286,7 @@ msgstr "Tiếng Lát-vi-a (hiện đại)" #: ../rules/base.xml.in.h:614 msgid "Latvian (ergonomic, ŪGJRMV)" -msgstr "" +msgstr "Tiếng Lát-vi-a (công thái học, ŪGJRMV)" #: ../rules/base.xml.in.h:615 msgid "Latvian (adapted)" @@ -2323,48 +2302,41 @@ msgid "Maori" msgstr "Mao-ri" #. Keyboard indicator for Serbian layouts -#: ../rules/base.xml.in.h:620 ../rules/base.extras.xml.in.h:66 +#: ../rules/base.xml.in.h:620 ../rules/base.extras.xml.in.h:67 msgid "sr" msgstr "sr" #: ../rules/base.xml.in.h:621 msgid "Montenegrin" -msgstr "" +msgstr "Montenegrin" #: ../rules/base.xml.in.h:622 -#, fuzzy msgid "Montenegrin (Cyrillic)" -msgstr "Ki-rin/Tiếng Nga" +msgstr "Montenegrin (Ki-rin)" #: ../rules/base.xml.in.h:623 -#, fuzzy msgid "Montenegrin (Cyrillic, ZE and ZHE swapped)" -msgstr "Ki-rin, đổi chỗ Z và ZHE" +msgstr "Montenegrin (Ki-rin, đổi chỗ Z và ZHE)" #: ../rules/base.xml.in.h:624 -#, fuzzy msgid "Montenegrin (Latin Unicode)" -msgstr "La-tinh Unicode" +msgstr "Montenegrin (La-tinh Unicode)" #: ../rules/base.xml.in.h:625 -#, fuzzy msgid "Montenegrin (Latin qwerty)" -msgstr "La-tinh qwerty" +msgstr "Montenegrin (La-tinh qwerty)" #: ../rules/base.xml.in.h:626 -#, fuzzy msgid "Montenegrin (Latin Unicode qwerty)" -msgstr "La-tinh Unicode qwerty" +msgstr "Montenegrin (La-tinh Unicode qwerty)" #: ../rules/base.xml.in.h:627 -#, fuzzy msgid "Montenegrin (Cyrillic with guillemets)" -msgstr "Ki-rin với “chim uria”" +msgstr "Montenegrin (Ki-rin có “guillemets”)" #: ../rules/base.xml.in.h:628 -#, fuzzy msgid "Montenegrin (Latin with guillemets)" -msgstr "La-tinh với “chim uria”" +msgstr "Montenegrin (La-tinh có “guillemets”)" #. Keyboard indicator for Macedonian layouts #: ../rules/base.xml.in.h:630 @@ -2377,7 +2349,7 @@ msgstr "Tiếng Maxêđôni" #: ../rules/base.xml.in.h:632 msgid "Macedonian (eliminate dead keys)" -msgstr "Maxêđôni (phím chết loại trừ)" +msgstr "Maxêđôni (loại bỏ phím chết)" #. Keyboard indicator for Maltese layouts #: ../rules/base.xml.in.h:634 @@ -2386,7 +2358,7 @@ msgstr "mt" #: ../rules/base.xml.in.h:635 msgid "Maltese" -msgstr "Tiếng Mantơ " +msgstr "Tiếng Mantơ" #: ../rules/base.xml.in.h:636 msgid "Maltese (with US layout)" @@ -2402,17 +2374,17 @@ msgid "Mongolian" msgstr "Tiếng Mông Cổ" #. Keyboard indicator for Norwegian layouts -#: ../rules/base.xml.in.h:641 ../rules/base.extras.xml.in.h:117 +#: ../rules/base.xml.in.h:641 ../rules/base.extras.xml.in.h:118 msgid "no" msgstr "no" -#: ../rules/base.xml.in.h:642 ../rules/base.extras.xml.in.h:118 +#: ../rules/base.xml.in.h:642 ../rules/base.extras.xml.in.h:119 msgid "Norwegian" msgstr "Tiếng Na-uy" #: ../rules/base.xml.in.h:643 msgid "Norwegian (eliminate dead keys)" -msgstr "Na Uy (phím chết loại trừ)" +msgstr "Na Uy (loại bỏ phím chết)" #: ../rules/base.xml.in.h:644 msgid "Norwegian (Winkeys)" @@ -2423,14 +2395,12 @@ msgid "Norwegian (Dvorak)" msgstr "Na Uy (Dvorak)" #: ../rules/base.xml.in.h:646 -#, fuzzy msgid "Northern Saami (Norway)" -msgstr "Bắc Xa-mi" +msgstr "Bắc Xa-mi (Na Uy)" #: ../rules/base.xml.in.h:647 -#, fuzzy msgid "Northern Saami (Norway, eliminate dead keys)" -msgstr "Bắc Xa-mi, phím chết loại trừ" +msgstr "Bắc Xa-mi (Na Uy, loại bỏ phím chết)" #: ../rules/base.xml.in.h:648 msgid "Norwegian (Macintosh)" @@ -2438,20 +2408,20 @@ msgstr "Na Uy (Macintosh)" #: ../rules/base.xml.in.h:649 msgid "Norwegian (Macintosh, eliminate dead keys)" -msgstr "Na Uy (Macintosh, phím chết loại trừ)" +msgstr "Na Uy (Macintosh, loại bỏ phím chết)" #: ../rules/base.xml.in.h:650 msgid "Norwegian (Colemak)" -msgstr "Tiếng Na-uy (Colemak) " +msgstr "Tiếng Na-uy (Colemak)" #. Keyboard indicator for Polish layouts -#: ../rules/base.xml.in.h:652 ../rules/base.extras.xml.in.h:55 +#: ../rules/base.xml.in.h:652 ../rules/base.extras.xml.in.h:56 msgid "pl" msgstr "pl" -#: ../rules/base.xml.in.h:653 ../rules/base.extras.xml.in.h:56 +#: ../rules/base.xml.in.h:653 ../rules/base.extras.xml.in.h:57 msgid "Polish" -msgstr "Tiếng Ba Lan " +msgstr "Tiếng Ba Lan" #: ../rules/base.xml.in.h:654 msgid "Polish (legacy)" @@ -2478,9 +2448,8 @@ msgid "Kashubian" msgstr "Kha-su-bi" #: ../rules/base.xml.in.h:660 -#, fuzzy msgid "Silesian" -msgstr "Tiếng Ba Tư" +msgstr "Silesian" #: ../rules/base.xml.in.h:661 msgid "Russian (Poland, phonetic Dvorak)" @@ -2490,13 +2459,13 @@ msgstr "Ru-man-ni (Ba Lan, ngữ âm Dvorak)" msgid "Polish (programmer Dvorak)" msgstr "Tiếng Ba Lan (dành cho người lập trình)" -#: ../rules/base.xml.in.h:663 ../rules/base.extras.xml.in.h:120 +#: ../rules/base.xml.in.h:663 ../rules/base.extras.xml.in.h:121 msgid "Portuguese" msgstr "Bồ Đào Nha" #: ../rules/base.xml.in.h:664 msgid "Portuguese (eliminate dead keys)" -msgstr "Bồ Đào Nha (phím chết loại trừ)" +msgstr "Bồ Đào Nha (loại bỏ phím chết)" #: ../rules/base.xml.in.h:665 msgid "Portuguese (Sun dead keys)" @@ -2508,7 +2477,7 @@ msgstr "Bồ Đào Nha (Macintosh)" #: ../rules/base.xml.in.h:667 msgid "Portuguese (Macintosh, eliminate dead keys)" -msgstr "Bồ Đào Nha (Macintosh, phím chết loại trừ)" +msgstr "Bồ Đào Nha (Macintosh, loại bỏ phím chết)" #: ../rules/base.xml.in.h:668 msgid "Portuguese (Macintosh, Sun dead keys)" @@ -2527,11 +2496,11 @@ msgid "Esperanto (Portugal, Nativo)" msgstr "Ét-pê-ran-to (Bồ Đào Nha, Nguyên gốc)" #. Keyboard indicator for Romanian layouts -#: ../rules/base.xml.in.h:673 ../rules/base.extras.xml.in.h:60 +#: ../rules/base.xml.in.h:673 ../rules/base.extras.xml.in.h:61 msgid "ro" msgstr "ro" -#: ../rules/base.xml.in.h:674 ../rules/base.extras.xml.in.h:61 +#: ../rules/base.xml.in.h:674 ../rules/base.extras.xml.in.h:62 msgid "Romanian" msgstr "Tiếng Ru-ma-ni" @@ -2551,7 +2520,7 @@ msgstr "Ru-man-ni (dấu phẩy tiêu chuẩn)" msgid "Romanian (WinKeys)" msgstr "Ru-man-ni (Có phím Windows)" -#: ../rules/base.xml.in.h:679 ../rules/base.extras.xml.in.h:70 +#: ../rules/base.xml.in.h:679 ../rules/base.extras.xml.in.h:71 msgid "Russian" msgstr "Nga" @@ -2613,15 +2582,15 @@ msgstr "Kalmyk" #: ../rules/base.xml.in.h:694 msgid "Russian (DOS)" -msgstr "Nga (DOS)" +msgstr "Tiếng Nga (DOS)" #: ../rules/base.xml.in.h:695 msgid "Russian (Macintosh)" -msgstr "Nga (Macintosh)" +msgstr "Tiếng Nga (Macintosh)" #: ../rules/base.xml.in.h:696 msgid "Serbian (Russia)" -msgstr "Xéc-bi (Nga)" +msgstr "Tiếng Xéc-bi (Nga)" #: ../rules/base.xml.in.h:697 msgid "Bashkirian" @@ -2631,1414 +2600,1414 @@ msgstr "Ba-s-khi-ri" msgid "Mari" msgstr "Tiếng Ma-ri" -#: ../rules/base.xml.in.h:699 ../rules/base.extras.xml.in.h:67 -msgid "Serbian" -msgstr "Xéc-bi" +#: ../rules/base.xml.in.h:699 +msgid "Russian (phonetic azerty)" +msgstr "Tiếng Nga (ngữ âm azerty)" #: ../rules/base.xml.in.h:700 -#, fuzzy +msgid "Russian (phonetic French)" +msgstr "Tiếng Nga (Pháp ngữ âm)" + +#: ../rules/base.xml.in.h:701 ../rules/base.extras.xml.in.h:68 +msgid "Serbian" +msgstr "Tiếng Xéc-bi" + +#: ../rules/base.xml.in.h:702 msgid "Serbian (Cyrillic, ZE and ZHE swapped)" -msgstr "Ki-rin, đổi chỗ Z và ZHE" +msgstr "Tiếng Xéc-bi (Ki-rin, đổi chỗ Z và ZHE)" -#: ../rules/base.xml.in.h:701 -#, fuzzy +#: ../rules/base.xml.in.h:703 msgid "Serbian (Latin)" msgstr "Tiếng Xéc-bi (La-tinh)" -#: ../rules/base.xml.in.h:702 -#, fuzzy +#: ../rules/base.xml.in.h:704 msgid "Serbian (Latin Unicode)" -msgstr "La-tinh Unicode" +msgstr "Tiếng Xéc-bi (La-tinh Unicode)" -#: ../rules/base.xml.in.h:703 -#, fuzzy +#: ../rules/base.xml.in.h:705 msgid "Serbian (Latin qwerty)" -msgstr "La-tinh qwerty" +msgstr "Tiếng Xéc-bi (La-tinh qwerty)" -#: ../rules/base.xml.in.h:704 -#, fuzzy +#: ../rules/base.xml.in.h:706 msgid "Serbian (Latin Unicode qwerty)" -msgstr "La-tinh Unicode qwerty" +msgstr "Tiếng Xéc-bi (La-tinh Unicode qwerty)" -#: ../rules/base.xml.in.h:705 -#, fuzzy +#: ../rules/base.xml.in.h:707 msgid "Serbian (Cyrillic with guillemets)" -msgstr "Ki-rin với “chim uria”" +msgstr "Tiếng Xéc-bi (Ki-rin với “guillemets”)" -#: ../rules/base.xml.in.h:706 -#, fuzzy +#: ../rules/base.xml.in.h:708 msgid "Serbian (Latin with guillemets)" -msgstr "La-tinh với “chim uria”" +msgstr "Tiếng Xéc-bi (La-tinh với “guillemets”)" -#: ../rules/base.xml.in.h:707 -#, fuzzy +#: ../rules/base.xml.in.h:709 msgid "Pannonian Rusyn" msgstr "Đồng điệu Ru-xin Pa-non" #. Keyboard indicator for Slovenian layouts -#: ../rules/base.xml.in.h:709 +#: ../rules/base.xml.in.h:711 msgid "sl" msgstr "sl" -#: ../rules/base.xml.in.h:710 +#: ../rules/base.xml.in.h:712 msgid "Slovenian" msgstr "Tiếng Xlô-ven" -#: ../rules/base.xml.in.h:711 -#, fuzzy +#: ../rules/base.xml.in.h:713 msgid "Slovenian (with guillemets for quotes)" -msgstr "Dùng “chim uria” làm dấu trích dẫn" +msgstr "Tiếng Xlô-ven (Dùng “guillemets” làm dấu trích dẫn)" -#: ../rules/base.xml.in.h:712 -#, fuzzy +#: ../rules/base.xml.in.h:714 msgid "Slovenian (US keyboard with Slovenian letters)" -msgstr "Đức (Bàn phím Mỹ với các chữ cái Đức)" +msgstr "Tiếng Xlô-ven (Bàn phím Mỹ với các chữ cái Xlô-ven)" #. Keyboard indicator for Slovak layouts -#: ../rules/base.xml.in.h:714 ../rules/base.extras.xml.in.h:122 +#: ../rules/base.xml.in.h:716 ../rules/base.extras.xml.in.h:123 msgid "sk" msgstr "sk" -#: ../rules/base.xml.in.h:715 ../rules/base.extras.xml.in.h:123 +#: ../rules/base.xml.in.h:717 ../rules/base.extras.xml.in.h:124 msgid "Slovak" -msgstr "Tiếng Xlô-vác " +msgstr "Tiếng Xlô-vác" -#: ../rules/base.xml.in.h:716 +#: ../rules/base.xml.in.h:718 msgid "Slovak (extended Backslash)" -msgstr "Xlô vác (gạch ngược Mở rộng)" +msgstr "Tiếng Xlô vác (gạch ngược Mở rộng)" -#: ../rules/base.xml.in.h:717 +#: ../rules/base.xml.in.h:719 msgid "Slovak (qwerty)" -msgstr "Xlô vác (qwerty)" +msgstr "Tiếng Xlô vác (qwerty)" -#: ../rules/base.xml.in.h:718 +#: ../rules/base.xml.in.h:720 msgid "Slovak (qwerty, extended Backslash)" -msgstr "Xlô vác (qwerty, Gạch ngược mở rộng)" +msgstr "Tiếng Xlô vác (qwerty, Gạch ngược mở rộng)" -#: ../rules/base.xml.in.h:719 ../rules/base.extras.xml.in.h:126 +#: ../rules/base.xml.in.h:721 ../rules/base.extras.xml.in.h:127 msgid "Spanish" -msgstr "Tiếng Tây Ban Nha " +msgstr "Tiếng Tây Ban Nha" -#: ../rules/base.xml.in.h:720 +#: ../rules/base.xml.in.h:722 msgid "Spanish (eliminate dead keys)" -msgstr "Tây Ban Nha (phím chết loại trừ)" +msgstr "Tây Ban Nha (loại bỏ phím chết)" -#: ../rules/base.xml.in.h:721 +#: ../rules/base.xml.in.h:723 msgid "Spanish (Winkeys)" msgstr "Tây Ban Nha (Có phím Windows)" -#: ../rules/base.xml.in.h:722 +#: ../rules/base.xml.in.h:724 msgid "Spanish (include dead tilde)" msgstr "Tây Ban Nha (bao gồm dấu sóng chết)" -#: ../rules/base.xml.in.h:723 +#: ../rules/base.xml.in.h:725 msgid "Spanish (Sun dead keys)" msgstr "Tây Ban Nha (phím chết Sun)" -#: ../rules/base.xml.in.h:724 +#: ../rules/base.xml.in.h:726 msgid "Spanish (Dvorak)" msgstr "Tây Ban Nha (Dvorak)" -#: ../rules/base.xml.in.h:725 -#, fuzzy +#: ../rules/base.xml.in.h:727 msgid "Asturian (Spain, with bottom-dot H and bottom-dot L)" msgstr "Biến thế Ax-tu-ri có H chấm dưới và L chấm dưới" -#: ../rules/base.xml.in.h:726 +#: ../rules/base.xml.in.h:728 msgid "Catalan (Spain, with middle-dot L)" msgstr "Ca-ta-lăng (Tây Ban Nha, có chữ L chấm giữa)" -#: ../rules/base.xml.in.h:727 +#: ../rules/base.xml.in.h:729 msgid "Spanish (Macintosh)" msgstr "Tây Ban Nha (Macintosh)" #. Keyboard indicator for Swedish layouts -#: ../rules/base.xml.in.h:729 ../rules/base.extras.xml.in.h:128 +#: ../rules/base.xml.in.h:731 ../rules/base.extras.xml.in.h:129 msgid "sv" msgstr "sv" -#: ../rules/base.xml.in.h:730 ../rules/base.extras.xml.in.h:129 +#: ../rules/base.xml.in.h:732 ../rules/base.extras.xml.in.h:130 msgid "Swedish" msgstr "Tiếng Thụy Điển" -#: ../rules/base.xml.in.h:731 +#: ../rules/base.xml.in.h:733 msgid "Swedish (eliminate dead keys)" -msgstr "Thụy Điển (phím chết loại trừ)" +msgstr "Thụy Điển (loại bỏ phím chết)" -#: ../rules/base.xml.in.h:732 +#: ../rules/base.xml.in.h:734 msgid "Swedish (Dvorak)" msgstr "Tiếng Thụy Điển (Dvorak)" -#: ../rules/base.xml.in.h:733 +#: ../rules/base.xml.in.h:735 msgid "Russian (Sweden, phonetic)" -msgstr "Nga (Thụy Điển, ngữ âm)" +msgstr "Tiếng Nga (Thụy Điển, ngữ âm)" -#: ../rules/base.xml.in.h:734 +#: ../rules/base.xml.in.h:736 msgid "Russian (Sweden, phonetic, eliminate dead keys)" -msgstr "Nga (Thụy Điển, ngữ âm, phím chết loại trừ)" +msgstr "Tiếng Nga (Thụy Điển, ngữ âm, loại bỏ phím chết)" -#: ../rules/base.xml.in.h:735 +#: ../rules/base.xml.in.h:737 msgid "Northern Saami (Sweden)" msgstr "Bắc Xa-mi (Thụy Điển)" -#: ../rules/base.xml.in.h:736 +#: ../rules/base.xml.in.h:738 msgid "Swedish (Macintosh)" msgstr "Thụy Điển (Macintosh)" -#: ../rules/base.xml.in.h:737 +#: ../rules/base.xml.in.h:739 msgid "Swedish (Svdvorak)" msgstr "Thụy Điển (Svdvorak)" -#: ../rules/base.xml.in.h:738 +#: ../rules/base.xml.in.h:740 msgid "Swedish Sign Language" -msgstr "" +msgstr "Thụy Điển ngôn ngữ ký hiệu" -#: ../rules/base.xml.in.h:739 ../rules/base.extras.xml.in.h:132 +#: ../rules/base.xml.in.h:741 ../rules/base.extras.xml.in.h:133 msgid "German (Switzerland)" msgstr "Đức (Thụy sỹ)" -#: ../rules/base.xml.in.h:740 +#: ../rules/base.xml.in.h:742 msgid "German (Switzerland, legacy)" msgstr "Đức (Thụy Sỹ, cũ)" -#: ../rules/base.xml.in.h:741 +#: ../rules/base.xml.in.h:743 msgid "German (Switzerland, eliminate dead keys)" -msgstr "Đức (Thụy Sỹ, phím chết loại trừ)" +msgstr "Đức (Thụy Sỹ, loại bỏ phím chết)" -#: ../rules/base.xml.in.h:742 +#: ../rules/base.xml.in.h:744 msgid "German (Switzerland, Sun dead keys)" msgstr "Đức (Thụy Sỹ, phím chết Sun)" -#: ../rules/base.xml.in.h:743 +#: ../rules/base.xml.in.h:745 msgid "French (Switzerland)" msgstr "Pháp (Thụy sỹ)" -#: ../rules/base.xml.in.h:744 +#: ../rules/base.xml.in.h:746 msgid "French (Switzerland, eliminate dead keys)" -msgstr "Pháp (Thụy Sỹ, phím chết loại trừ)" +msgstr "Pháp (Thụy Sỹ, loại bỏ phím chết)" -#: ../rules/base.xml.in.h:745 +#: ../rules/base.xml.in.h:747 msgid "French (Switzerland, Sun dead keys)" msgstr "Pháp (Thụy Sỹ, phím chết Sun)" -#: ../rules/base.xml.in.h:746 +#: ../rules/base.xml.in.h:748 msgid "French (Switzerland, Macintosh)" msgstr "Pháp (Thụy Sỹ, Macintosh)" -#: ../rules/base.xml.in.h:747 +#: ../rules/base.xml.in.h:749 msgid "German (Switzerland, Macintosh)" msgstr "Đức (Thụy Sỹ, Macintosh)" -#: ../rules/base.xml.in.h:748 +#: ../rules/base.xml.in.h:750 msgid "Arabic (Syria)" msgstr "Tiếng A Rập (Xy-ri)" #. Keyboard indicator for Syriac layouts -#: ../rules/base.xml.in.h:750 +#: ../rules/base.xml.in.h:752 msgid "syc" msgstr "syc" -#: ../rules/base.xml.in.h:751 +#: ../rules/base.xml.in.h:753 msgid "Syriac" msgstr "Xi-ri" -#: ../rules/base.xml.in.h:752 -#, fuzzy +#: ../rules/base.xml.in.h:754 msgid "Syriac (phonetic)" msgstr "Mở rộng Ngữ âm" -#: ../rules/base.xml.in.h:753 -#, fuzzy +#: ../rules/base.xml.in.h:755 msgid "Kurdish (Syria, Latin Q)" msgstr "Kuổ-đít (Iran, A Rập La-tinh)" -#: ../rules/base.xml.in.h:754 -#, fuzzy +#: ../rules/base.xml.in.h:756 msgid "Kurdish (Syria, F)" msgstr "Tiếng A Rập (Xy-ri)" -#: ../rules/base.xml.in.h:755 -#, fuzzy +#: ../rules/base.xml.in.h:757 msgid "Kurdish (Syria, Latin Alt-Q)" msgstr "Tiếng Iran (I-rắc, La-tinh Alt-Q)" #. Keyboard indicator for Tajik layouts -#: ../rules/base.xml.in.h:757 +#: ../rules/base.xml.in.h:759 msgid "tg" msgstr "tg" -#: ../rules/base.xml.in.h:758 +#: ../rules/base.xml.in.h:760 msgid "Tajik" msgstr "Tiếng Ta-gic" -#: ../rules/base.xml.in.h:759 +#: ../rules/base.xml.in.h:761 msgid "Tajik (legacy)" msgstr "Tiếng Ta-gíc (cổ)" #. Keyboard indicator for Sinhala layouts -#: ../rules/base.xml.in.h:761 +#: ../rules/base.xml.in.h:763 msgid "si" msgstr "si" -#: ../rules/base.xml.in.h:762 -#, fuzzy +#: ../rules/base.xml.in.h:764 msgid "Sinhala (phonetic)" msgstr "Mở rộng Ngữ âm" -#: ../rules/base.xml.in.h:763 -#, fuzzy +#: ../rules/base.xml.in.h:765 msgid "Tamil (Sri Lanka, Unicode)" msgstr "Ta-min Unicode" -#: ../rules/base.xml.in.h:764 -#, fuzzy +#: ../rules/base.xml.in.h:766 msgid "Tamil (Sri Lanka, TAB Typewriter)" msgstr "Ta-min TAB máy chữ" #. Keyboard indicator for Thai layouts -#: ../rules/base.xml.in.h:766 +#: ../rules/base.xml.in.h:768 msgid "th" msgstr "th" -#: ../rules/base.xml.in.h:767 +#: ../rules/base.xml.in.h:769 msgid "Thai" -msgstr "Tiếng Thái Lan " +msgstr "Tiếng Thái Lan" -#: ../rules/base.xml.in.h:768 +#: ../rules/base.xml.in.h:770 msgid "Thai (TIS-820.2538)" msgstr "Thái (TIS-820.2538)" -#: ../rules/base.xml.in.h:769 +#: ../rules/base.xml.in.h:771 msgid "Thai (Pattachote)" msgstr "Thái Lan (Pattachote)" #. Keyboard indicator for Turkish layouts -#: ../rules/base.xml.in.h:771 ../rules/base.extras.xml.in.h:135 +#: ../rules/base.xml.in.h:773 ../rules/base.extras.xml.in.h:136 msgid "tr" msgstr "tr" -#: ../rules/base.xml.in.h:772 ../rules/base.extras.xml.in.h:136 +#: ../rules/base.xml.in.h:774 ../rules/base.extras.xml.in.h:137 msgid "Turkish" msgstr "Tiếng Thổ Nhĩ Kỳ" -#: ../rules/base.xml.in.h:773 +#: ../rules/base.xml.in.h:775 msgid "Turkish (F)" msgstr "Tiếng Thổ Nhĩ Kỳ (F)" -#: ../rules/base.xml.in.h:774 +#: ../rules/base.xml.in.h:776 msgid "Turkish (Alt-Q)" msgstr "Thổ nhĩ kỳ (Alt-Q)" -#: ../rules/base.xml.in.h:775 -#, fuzzy +#: ../rules/base.xml.in.h:777 msgid "Turkish (Sun dead keys)" msgstr "Bồ Đào Nha (phím chết Sun)" -#: ../rules/base.xml.in.h:776 -#, fuzzy +#: ../rules/base.xml.in.h:778 msgid "Kurdish (Turkey, Latin Q)" msgstr "Kuổ-đít (Iran, A Rập La-tinh)" -#: ../rules/base.xml.in.h:777 -#, fuzzy +#: ../rules/base.xml.in.h:779 msgid "Kurdish (Turkey, F)" -msgstr "Nước Cộng Hoà Thổ Nhĩ Kỳ" +msgstr "Nước Cộng Hòa Thổ Nhĩ Kỳ" -#: ../rules/base.xml.in.h:778 -#, fuzzy +#: ../rules/base.xml.in.h:780 msgid "Kurdish (Turkey, Latin Alt-Q)" msgstr "Tiếng Iran (I-rắc, La-tinh Alt-Q)" -#: ../rules/base.xml.in.h:779 +#: ../rules/base.xml.in.h:781 msgid "Turkish (international with dead keys)" msgstr "Thổ Nhĩ Kỳ (quốc tế với phím chết)" #. Keyboard indicator for Crimean Tatar layouts -#: ../rules/base.xml.in.h:781 ../rules/base.extras.xml.in.h:62 +#: ../rules/base.xml.in.h:783 ../rules/base.extras.xml.in.h:63 msgid "crh" msgstr "crh" -#: ../rules/base.xml.in.h:782 +#: ../rules/base.xml.in.h:784 msgid "Crimean Tatar (Turkish Q)" msgstr "Ta-tă Cợ-ri-mia (Thổ Nhĩ Kỳ Q)" -#: ../rules/base.xml.in.h:783 +#: ../rules/base.xml.in.h:785 msgid "Crimean Tatar (Turkish F)" msgstr "Ta-tă Cợ-ri-mia (Thổ Nhĩ Kỳ F)" -#: ../rules/base.xml.in.h:784 +#: ../rules/base.xml.in.h:786 msgid "Crimean Tatar (Turkish Alt-Q)" msgstr "Ta-tă Cợ-ri-mia (Thổ Nhĩ Kỳ Alt-Q)" -#: ../rules/base.xml.in.h:785 +#: ../rules/base.xml.in.h:787 msgid "Taiwanese" msgstr "Tiếng Đài Loan" -#: ../rules/base.xml.in.h:786 +#: ../rules/base.xml.in.h:788 msgid "Taiwanese (indigenous)" msgstr "Tiếng Đài Loan (bản địa)" #. Keyboard indicator for Saisiyat layouts -#: ../rules/base.xml.in.h:788 +#: ../rules/base.xml.in.h:790 msgid "xsy" msgstr "xsy" -#: ../rules/base.xml.in.h:789 +#: ../rules/base.xml.in.h:791 msgid "Saisiyat (Taiwan)" msgstr "Tiếng Saisiyat (Đài-loan)" #. Keyboard indicator for Ukranian layouts -#: ../rules/base.xml.in.h:791 ../rules/base.extras.xml.in.h:138 +#: ../rules/base.xml.in.h:793 ../rules/base.extras.xml.in.h:139 msgid "uk" msgstr "uk" -#: ../rules/base.xml.in.h:792 ../rules/base.extras.xml.in.h:139 +#: ../rules/base.xml.in.h:794 ../rules/base.extras.xml.in.h:140 msgid "Ukrainian" -msgstr "Tiếng Ukraina " +msgstr "Tiếng Ukraina" -#: ../rules/base.xml.in.h:793 +#: ../rules/base.xml.in.h:795 msgid "Ukrainian (phonetic)" -msgstr "U-crai-na (ngữ âm)" +msgstr "Tiếng U-crai-na (ngữ âm)" -#: ../rules/base.xml.in.h:794 +#: ../rules/base.xml.in.h:796 msgid "Ukrainian (typewriter)" -msgstr "U-crai-na (máy đánh chữ)" +msgstr "Tiếng U-crai-na (máy đánh chữ)" -#: ../rules/base.xml.in.h:795 +#: ../rules/base.xml.in.h:797 msgid "Ukrainian (WinKeys)" -msgstr "U-crai-na(Có phím Windows)" +msgstr "Tiếng U-crai-na(Có phím Windows)" -#: ../rules/base.xml.in.h:796 +#: ../rules/base.xml.in.h:798 msgid "Ukrainian (legacy)" -msgstr "U-crai-na (cổ)" +msgstr "Tiếng U-crai-na (cổ)" -#: ../rules/base.xml.in.h:797 +#: ../rules/base.xml.in.h:799 msgid "Ukrainian (standard RSTU)" -msgstr "U-crai-na (RSTU chuẩn)" +msgstr "Tiếng U-crai-na (RSTU chuẩn)" -#: ../rules/base.xml.in.h:798 +#: ../rules/base.xml.in.h:800 msgid "Russian (Ukraine, standard RSTU)" -msgstr "" +msgstr "Tiếng Nga (U-crai-na, RSTU chuẩn)" -#: ../rules/base.xml.in.h:799 -#, fuzzy +#: ../rules/base.xml.in.h:801 msgid "Ukrainian (homophonic)" -msgstr "Đồng Că-bo-va-néc U-cợ-rainh" +msgstr "U-crai-na (phát âm giống nhau)" -#: ../rules/base.xml.in.h:800 ../rules/base.extras.xml.in.h:141 +#: ../rules/base.xml.in.h:802 ../rules/base.extras.xml.in.h:142 msgid "English (UK)" msgstr "Tiếng Anh (UK)" -#: ../rules/base.xml.in.h:801 +#: ../rules/base.xml.in.h:803 msgid "English (UK, extended WinKeys)" msgstr "Tiếng Anh (UK, WinKeys)" -#: ../rules/base.xml.in.h:802 +#: ../rules/base.xml.in.h:804 msgid "English (UK, international with dead keys)" -msgstr "Anh (Anh, quốc tế với phím chết)" +msgstr "Tiếng Anh (Anh, quốc tế với phím chết)" -#: ../rules/base.xml.in.h:803 +#: ../rules/base.xml.in.h:805 msgid "English (UK, Dvorak)" msgstr "Tiếng Anh (UK, Dvorak)" -#: ../rules/base.xml.in.h:804 +#: ../rules/base.xml.in.h:806 msgid "English (UK, Dvorak with UK punctuation)" -msgstr "Anh (Mỹ, Dvorak dấu chấm câu Anh Quốc)" +msgstr "Tiếng Anh (Mỹ, Dvorak dấu chấm câu Anh Quốc)" -#: ../rules/base.xml.in.h:805 +#: ../rules/base.xml.in.h:807 msgid "English (UK, Macintosh)" msgstr "Tiếng Anh (UK, Macintosh)" -#: ../rules/base.xml.in.h:806 +#: ../rules/base.xml.in.h:808 msgid "English (UK, Macintosh international)" -msgstr "Anh (Anh, Macintosh quốc tế)" +msgstr "Tiếng Anh (Anh, Macintosh quốc tế)" -#: ../rules/base.xml.in.h:807 +#: ../rules/base.xml.in.h:809 msgid "English (UK, Colemak)" -msgstr "Anh (UK, Colemak)" +msgstr "Tiếng Anh (UK, Colemak)" -#: ../rules/base.xml.in.h:808 +#: ../rules/base.xml.in.h:810 msgid "Uzbek" msgstr "Tiếng U-dơ-bếch" -#: ../rules/base.xml.in.h:809 +#: ../rules/base.xml.in.h:811 msgid "Uzbek (Latin)" msgstr "Tiếng U-x-béc (La-tinh)" #. Keyboard indicator for Vietnamese layouts -#: ../rules/base.xml.in.h:811 +#: ../rules/base.xml.in.h:813 msgid "vi" msgstr "vi" -#: ../rules/base.xml.in.h:812 +#: ../rules/base.xml.in.h:814 msgid "Vietnamese" msgstr "Tiếng Việt" #. Keyboard indicator for Korean layouts -#: ../rules/base.xml.in.h:814 ../rules/base.extras.xml.in.h:143 +#: ../rules/base.xml.in.h:816 ../rules/base.extras.xml.in.h:144 msgid "ko" msgstr "ko" -#: ../rules/base.xml.in.h:815 ../rules/base.extras.xml.in.h:144 +#: ../rules/base.xml.in.h:817 ../rules/base.extras.xml.in.h:145 msgid "Korean" -msgstr "Tiếng Hàn Quốc " +msgstr "Tiếng Hàn Quốc" -#: ../rules/base.xml.in.h:816 +#: ../rules/base.xml.in.h:818 msgid "Korean (101/104 key compatible)" -msgstr "Hàn Quốc (tương thích với kiểu bàn phím 101/104)" +msgstr "Tiếng Hàn Quốc (tương thích với kiểu bàn phím 101/104)" -#: ../rules/base.xml.in.h:817 +#: ../rules/base.xml.in.h:819 msgid "Japanese (PC-98xx Series)" msgstr "Tiếng Nhật (Sê-ri PC-98xx)" #. Keyboard indicator for Irish layouts -#: ../rules/base.xml.in.h:819 +#: ../rules/base.xml.in.h:821 msgid "ie" msgstr "ie" -#: ../rules/base.xml.in.h:820 +#: ../rules/base.xml.in.h:822 msgid "Irish" msgstr "Tiếng Ai-len" -#: ../rules/base.xml.in.h:821 +#: ../rules/base.xml.in.h:823 msgid "CloGaelach" msgstr "CloGaelach" -#: ../rules/base.xml.in.h:822 +#: ../rules/base.xml.in.h:824 msgid "Irish (UnicodeExpert)" msgstr "Ai-len (UnicodeExpert)" -#: ../rules/base.xml.in.h:823 +#: ../rules/base.xml.in.h:825 msgid "Ogham" msgstr "Og-âm" -#: ../rules/base.xml.in.h:824 +#: ../rules/base.xml.in.h:826 msgid "Ogham (IS434)" msgstr "Ogam (IS434)" -#: ../rules/base.xml.in.h:825 +#: ../rules/base.xml.in.h:827 msgid "Urdu (Pakistan)" msgstr "Tiếng Ua-đu (Pa-ki-x-thănh)" -#: ../rules/base.xml.in.h:826 +#: ../rules/base.xml.in.h:828 msgid "Urdu (Pakistan, CRULP)" -msgstr "" +msgstr "Tiếng Ua-đu (Pa-ki-x-thănh, CRULP)" -#: ../rules/base.xml.in.h:827 +#: ../rules/base.xml.in.h:829 msgid "Urdu (Pakistan, NLA)" -msgstr "" +msgstr "Tiếng Ua-đu (Pa-ki-x-thănh, NLA)" -#: ../rules/base.xml.in.h:828 +#: ../rules/base.xml.in.h:830 msgid "Arabic (Pakistan)" msgstr "Ả Rập (Pa-ki-x-thănh)" #. Keyboard indicator for Sindhi layouts -#: ../rules/base.xml.in.h:830 +#: ../rules/base.xml.in.h:832 msgid "sd" msgstr "sd" -#: ../rules/base.xml.in.h:831 +#: ../rules/base.xml.in.h:833 msgid "Sindhi" msgstr "Xin-đi" #. Keyboard indicator for Dhivehi layouts -#: ../rules/base.xml.in.h:833 +#: ../rules/base.xml.in.h:835 msgid "dv" msgstr "dv" -#: ../rules/base.xml.in.h:834 +#: ../rules/base.xml.in.h:836 msgid "Dhivehi" msgstr "Tiếng Đi-ve-hi" -#: ../rules/base.xml.in.h:835 +#: ../rules/base.xml.in.h:837 msgid "English (South Africa)" msgstr "Tiếng Anh (Nam Phi)" #. Keyboard indicator for Esperanto layouts -#: ../rules/base.xml.in.h:837 +#: ../rules/base.xml.in.h:839 msgid "eo" msgstr "eo" -#: ../rules/base.xml.in.h:838 +#: ../rules/base.xml.in.h:840 msgid "Esperanto" msgstr "Ét-pe-ran-tô" -#: ../rules/base.xml.in.h:839 +#: ../rules/base.xml.in.h:841 msgid "Esperanto (displaced semicolon and quote, obsolete)" msgstr "Ét-pe-ran-tô (hoán đổi dấu chấm phẩy và dấu nháy, cũ)" #. Keyboard indicator for Nepali layouts -#: ../rules/base.xml.in.h:841 +#: ../rules/base.xml.in.h:843 msgid "ne" msgstr "ne" -#: ../rules/base.xml.in.h:842 +#: ../rules/base.xml.in.h:844 msgid "Nepali" msgstr "Tiếng Nê-pan" -#: ../rules/base.xml.in.h:843 +#: ../rules/base.xml.in.h:845 msgid "English (Nigeria)" msgstr "Tiếng Anh (Nigeria)" #. Keyboard indicator for Igbo layouts -#: ../rules/base.xml.in.h:845 +#: ../rules/base.xml.in.h:847 msgid "ig" msgstr "ig" -#: ../rules/base.xml.in.h:846 +#: ../rules/base.xml.in.h:848 msgid "Igbo" msgstr "Ig-bô" #. Keyboard indicator for Yoruba layouts -#: ../rules/base.xml.in.h:848 +#: ../rules/base.xml.in.h:850 msgid "yo" msgstr "yo" -#: ../rules/base.xml.in.h:849 +#: ../rules/base.xml.in.h:851 msgid "Yoruba" msgstr "Yoa-ru-ba" #. Keyboard indicator for Amharic layouts -#: ../rules/base.xml.in.h:851 +#: ../rules/base.xml.in.h:853 msgid "am" msgstr "am" -#: ../rules/base.xml.in.h:852 +#: ../rules/base.xml.in.h:854 msgid "Amharic" msgstr "Tiếng Am-ha-ri" #. Keyboard indicator for Wolof layouts -#: ../rules/base.xml.in.h:854 +#: ../rules/base.xml.in.h:856 msgid "wo" msgstr "wo" -#: ../rules/base.xml.in.h:855 -#, fuzzy +#: ../rules/base.xml.in.h:857 msgid "Wolof" -msgstr "Tiếng Ou-o-loc" +msgstr "Wolof" #. Keyboard indicator for Braille layouts -#: ../rules/base.xml.in.h:857 +#: ../rules/base.xml.in.h:859 msgid "brl" msgstr "brl" -#: ../rules/base.xml.in.h:858 +#: ../rules/base.xml.in.h:860 msgid "Braille" msgstr "Chữ nổi" -#: ../rules/base.xml.in.h:859 +#: ../rules/base.xml.in.h:861 msgid "Braille (left hand)" msgstr "Chữ nổi (tay trái)" -#: ../rules/base.xml.in.h:860 +#: ../rules/base.xml.in.h:862 msgid "Braille (right hand)" msgstr "Chữ nổi (tay phải)" #. Keyboard indicator for Turkmen layouts -#: ../rules/base.xml.in.h:862 +#: ../rules/base.xml.in.h:864 msgid "tk" msgstr "tk" -#: ../rules/base.xml.in.h:863 +#: ../rules/base.xml.in.h:865 msgid "Turkmen" msgstr "Tiếng Tuôcmen" -#: ../rules/base.xml.in.h:864 +#: ../rules/base.xml.in.h:866 msgid "Turkmen (Alt-Q)" msgstr "Tiếng Tuôcmen (Alt-Q)" #. Keyboard indicator for Bambara layouts -#: ../rules/base.xml.in.h:866 +#: ../rules/base.xml.in.h:868 msgid "bm" msgstr "bm" -#: ../rules/base.xml.in.h:867 +#: ../rules/base.xml.in.h:869 msgid "Bambara" msgstr "Tiếng Bam-ba-ra" -#: ../rules/base.xml.in.h:868 +#: ../rules/base.xml.in.h:870 msgid "French (Mali, alternative)" msgstr "Pháp (Mali, thay thế)" -#: ../rules/base.xml.in.h:869 +#: ../rules/base.xml.in.h:871 msgid "English (Mali, US Macintosh)" msgstr "Anh (Mali, Macintosh Mỹ)" -#: ../rules/base.xml.in.h:870 +#: ../rules/base.xml.in.h:872 msgid "English (Mali, US international)" msgstr "Anh (Mali, Mỹ quốc tế)" #. Keyboard indicator for Swahili layouts -#: ../rules/base.xml.in.h:872 +#: ../rules/base.xml.in.h:874 msgid "sw" msgstr "sw" -#: ../rules/base.xml.in.h:873 +#: ../rules/base.xml.in.h:875 msgid "Swahili (Tanzania)" msgstr "Tiếng Bantu (Tanzania)" -#: ../rules/base.xml.in.h:874 +#: ../rules/base.xml.in.h:876 msgid "Swahili (Kenya)" msgstr "Tiếng Bantu (Kenya)" -#: ../rules/base.xml.in.h:875 +#: ../rules/base.xml.in.h:877 msgid "Kikuyu" msgstr "Ki-ku-yu" #. Keyboard indicator for Tswana layouts -#: ../rules/base.xml.in.h:877 +#: ../rules/base.xml.in.h:879 msgid "tn" msgstr "tn" -#: ../rules/base.xml.in.h:878 +#: ../rules/base.xml.in.h:880 msgid "Tswana" msgstr "Tiếng T-xoua-na" #. Keyboard indicator for Filipino layouts -#: ../rules/base.xml.in.h:880 +#: ../rules/base.xml.in.h:882 msgid "ph" msgstr "ph" -#: ../rules/base.xml.in.h:881 +#: ../rules/base.xml.in.h:883 msgid "Filipino" msgstr "Tiếng Phi-li-pin" -#: ../rules/base.xml.in.h:882 +#: ../rules/base.xml.in.h:884 msgid "Filipino (QWERTY Baybayin)" msgstr "Tiếng Phi-li-pin (QWERTY Baybayin)" -#: ../rules/base.xml.in.h:883 +#: ../rules/base.xml.in.h:885 msgid "Filipino (Capewell-Dvorak Latin)" msgstr "Tiếng Phi-li-pin (Capewell-Dvorak Latin)" -#: ../rules/base.xml.in.h:884 +#: ../rules/base.xml.in.h:886 msgid "Filipino (Capewell-Dvorak Baybayin)" msgstr "Tiếng Phi-li-pin (Capewell-Dvorak Baybayin)" -#: ../rules/base.xml.in.h:885 +#: ../rules/base.xml.in.h:887 msgid "Filipino (Capewell-QWERF 2006 Latin)" msgstr "Tiếng Phi-li-pin (Capewell-QWERF 2006 Latin)" -#: ../rules/base.xml.in.h:886 +#: ../rules/base.xml.in.h:888 msgid "Filipino (Capewell-QWERF 2006 Baybayin)" msgstr "Tiếng Phi-li-pin (Capewell-QWERF 2006 Baybayin)" -#: ../rules/base.xml.in.h:887 +#: ../rules/base.xml.in.h:889 msgid "Filipino (Colemak Latin)" msgstr "Tiếng Phi-li-pin (Colemak Latin)" -#: ../rules/base.xml.in.h:888 +#: ../rules/base.xml.in.h:890 msgid "Filipino (Colemak Baybayin)" msgstr "Tiếng Phi-li-pin (Colemak Baybayin)" -#: ../rules/base.xml.in.h:889 +#: ../rules/base.xml.in.h:891 msgid "Filipino (Dvorak Latin)" msgstr "Tiếng Phi-li-pin (Dvorak Latin)" -#: ../rules/base.xml.in.h:890 +#: ../rules/base.xml.in.h:892 msgid "Filipino (Dvorak Baybayin)" msgstr "Tiếng Phi-li-pin (Dvorak Baybayin)" -#: ../rules/base.xml.in.h:891 +#: ../rules/base.xml.in.h:893 msgid "md" msgstr "md" -#: ../rules/base.xml.in.h:892 +#: ../rules/base.xml.in.h:894 msgid "Moldavian" msgstr "Tiếng Moa-đô-va" -#: ../rules/base.xml.in.h:893 +#: ../rules/base.xml.in.h:895 msgid "gag" msgstr "gag" -#: ../rules/base.xml.in.h:894 +#: ../rules/base.xml.in.h:896 msgid "Moldavian (Gagauz)" msgstr "Tiếng Mon-đa-vi (Gagauz)" -#: ../rules/base.xml.in.h:895 +#: ../rules/base.xml.in.h:897 msgid "Switching to another layout" msgstr "Chuyển sang bố cục khác" -#: ../rules/base.xml.in.h:896 +#: ../rules/base.xml.in.h:898 msgid "Right Alt (while pressed)" msgstr "Alt phải (trong khi bấm)" -#: ../rules/base.xml.in.h:897 +#: ../rules/base.xml.in.h:899 msgid "Left Alt (while pressed)" msgstr "Alt trái (trong khi bấm)" -#: ../rules/base.xml.in.h:898 +#: ../rules/base.xml.in.h:900 msgid "Left Win (while pressed)" msgstr "Win trái (trong khi bấm)" -#: ../rules/base.xml.in.h:899 +#: ../rules/base.xml.in.h:901 msgid "Right Win (while pressed)" msgstr "Win phải (trong khi bấm)" -#: ../rules/base.xml.in.h:900 +#: ../rules/base.xml.in.h:902 msgid "Any Win key (while pressed)" msgstr "Bất kỳ phím Win (trong khi bấm)" -#: ../rules/base.xml.in.h:901 +#: ../rules/base.xml.in.h:903 msgid "Caps Lock (while pressed), Alt+Caps Lock does the original capslock action" -msgstr "CapsLock (trong khi bấm), Alt+CapsLock thì làm việc gốc khoá chữ hoa" +msgstr "CapsLock (trong khi bấm), Alt+CapsLock thì làm việc gốc khóa chữ hoa" -#: ../rules/base.xml.in.h:902 +#: ../rules/base.xml.in.h:904 msgid "Right Ctrl (while pressed)" msgstr "Ctrl phải (trong khi bấm)" -#: ../rules/base.xml.in.h:903 +#: ../rules/base.xml.in.h:905 msgid "Right Alt" msgstr "Alt phải" -#: ../rules/base.xml.in.h:904 +#: ../rules/base.xml.in.h:906 msgid "Left Alt" msgstr "Alt trái" -#: ../rules/base.xml.in.h:905 +#: ../rules/base.xml.in.h:907 msgid "Caps Lock" msgstr "CapsLock" -#: ../rules/base.xml.in.h:906 +#: ../rules/base.xml.in.h:908 msgid "Shift+Caps Lock" msgstr "Shift+CapsLock" -#: ../rules/base.xml.in.h:907 +#: ../rules/base.xml.in.h:909 msgid "Caps Lock (to first layout), Shift+Caps Lock (to last layout)" msgstr "CapsLock (tới bố trí đầu tiên), Shift+CapsLock (tới bố trí cuối cùng)" -#: ../rules/base.xml.in.h:908 +#: ../rules/base.xml.in.h:910 msgid "Left Win (to first layout), Right Win/Menu (to last layout)" msgstr "Win trái (tới bố trí đầu tiên), Win phải/Trình đơn (tới bố trí cuối cùng)" -#: ../rules/base.xml.in.h:909 +#: ../rules/base.xml.in.h:911 msgid "Left Ctrl (to first layout), Right Ctrl (to last layout)" msgstr "Ctrl trái (tới bố trí đầu tiên), Ctrl phải (tới bố trí cuối cùng)" -#: ../rules/base.xml.in.h:910 +#: ../rules/base.xml.in.h:912 msgid "Alt+Caps Lock" msgstr "Alt+CapsLock" -#: ../rules/base.xml.in.h:911 +#: ../rules/base.xml.in.h:913 msgid "Both Shift keys together" msgstr "Cả hai phím Shift với nhau" -#: ../rules/base.xml.in.h:912 +#: ../rules/base.xml.in.h:914 msgid "Both Alt keys together" msgstr "Cả hai phím Alt với nhau" -#: ../rules/base.xml.in.h:913 +#: ../rules/base.xml.in.h:915 msgid "Both Ctrl keys together" msgstr "Cả hai phím Ctrl với nhau" -#: ../rules/base.xml.in.h:914 +#: ../rules/base.xml.in.h:916 msgid "Ctrl+Shift" msgstr "Ctrl+Shift" -#: ../rules/base.xml.in.h:915 +#: ../rules/base.xml.in.h:917 msgid "Left Ctrl+Left Shift" msgstr "Ctrl trái+Shift trái" -#: ../rules/base.xml.in.h:916 +#: ../rules/base.xml.in.h:918 msgid "Right Ctrl+Right Shift" msgstr "Ctrl phải + Shift phải" -#: ../rules/base.xml.in.h:917 +#: ../rules/base.xml.in.h:919 msgid "Alt+Ctrl" msgstr "Alt+Ctrl" -#: ../rules/base.xml.in.h:918 +#: ../rules/base.xml.in.h:920 msgid "Alt+Shift" msgstr "Alt+Shift" -#: ../rules/base.xml.in.h:919 +#: ../rules/base.xml.in.h:921 msgid "Left Alt+Left Shift" msgstr "Alt trái + Sift trái" -#: ../rules/base.xml.in.h:920 +#: ../rules/base.xml.in.h:922 msgid "Alt+Space" msgstr "Alt+Space" -#: ../rules/base.xml.in.h:921 +#: ../rules/base.xml.in.h:923 msgid "Menu" msgstr "Trình đơn" -#: ../rules/base.xml.in.h:922 +#: ../rules/base.xml.in.h:924 msgid "Left Win" msgstr "Win trái" -#: ../rules/base.xml.in.h:923 +#: ../rules/base.xml.in.h:925 msgid "Win Key+Space" msgstr "Phím Win+Space" -#: ../rules/base.xml.in.h:924 +#: ../rules/base.xml.in.h:926 msgid "Right Win" msgstr "Win phải" -#: ../rules/base.xml.in.h:925 +#: ../rules/base.xml.in.h:927 msgid "Left Shift" msgstr "Shift trái" -#: ../rules/base.xml.in.h:926 +#: ../rules/base.xml.in.h:928 msgid "Right Shift" msgstr "Shift phải" -#: ../rules/base.xml.in.h:927 +#: ../rules/base.xml.in.h:929 msgid "Left Ctrl" msgstr "Ctrl trái" -#: ../rules/base.xml.in.h:928 +#: ../rules/base.xml.in.h:930 msgid "Right Ctrl" msgstr "Ctrl phải" -#: ../rules/base.xml.in.h:929 +#: ../rules/base.xml.in.h:931 msgid "Scroll Lock" msgstr "Scroll Lock" -#: ../rules/base.xml.in.h:930 +#: ../rules/base.xml.in.h:932 msgid "LeftCtrl+LeftWin (to first layout), RightCtrl+Menu (to second layout)" msgstr "Ctrl trái + Win trái (chuyển đến bố trí đầu tiên), Ctrl phải+Menu (tới bố trí thứ hai)" -#: ../rules/base.xml.in.h:931 +#: ../rules/base.xml.in.h:933 msgid "Key to choose 3rd level" msgstr "Phím để chọn cấp ba" -#: ../rules/base.xml.in.h:932 +#: ../rules/base.xml.in.h:934 msgid "Any Win key" msgstr "Bất kỳ phím Win" -#: ../rules/base.xml.in.h:933 +#: ../rules/base.xml.in.h:935 msgid "Any Alt key" msgstr "Bất kỳ phím Alt" -#: ../rules/base.xml.in.h:934 +#: ../rules/base.xml.in.h:936 msgid "Right Alt, Shift+Right Alt key is Compose" msgstr "Alt phải, phím Shift+ Alt phải là Compose" -#: ../rules/base.xml.in.h:935 +#: ../rules/base.xml.in.h:937 msgid "Right Alt key never chooses 3rd level" msgstr "Phím Alt bên phải không bao giờ chọn bậc thứ 3" -#: ../rules/base.xml.in.h:936 +#: ../rules/base.xml.in.h:938 msgid "Enter on keypad" msgstr "Enter trên vùng phím" -#: ../rules/base.xml.in.h:937 +#: ../rules/base.xml.in.h:939 msgid "Backslash" msgstr "Gạch chéo ngược" -#: ../rules/base.xml.in.h:938 +#: ../rules/base.xml.in.h:940 msgid "<Less/Greater>" msgstr "<Nhỏ/Lớn hơn>" -#: ../rules/base.xml.in.h:939 +#: ../rules/base.xml.in.h:941 msgid "Caps Lock chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" -msgstr "Caps Lock chọn cấp 3, thực hiện khoá một lần khi bấm với một bộ chọn cấp 3 khác" +msgstr "Caps Lock chọn cấp 3, thực hiện khóa một lần khi bấm với một bộ chọn cấp 3 khác" -#: ../rules/base.xml.in.h:940 +#: ../rules/base.xml.in.h:942 msgid "Backslash chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" -msgstr "Backslash chọn cấp 3, thực hiện khoá một lần khi bấm với một bộ chọn cấp 3 khác" +msgstr "Backslash chọn cấp 3, thực hiện khóa một lần khi bấm với một bộ chọn cấp 3 khác" -#: ../rules/base.xml.in.h:941 +#: ../rules/base.xml.in.h:943 msgid "<Less/Greater> chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" msgstr "<Nhỏ/Lớn hơn> chọn cấp 3, hành động một lần khóa khi bấm cùng với các chọn cấp 3 khác" -#: ../rules/base.xml.in.h:942 +#: ../rules/base.xml.in.h:944 msgid "Ctrl key position" msgstr "Vị trí phím Ctrl" -#: ../rules/base.xml.in.h:943 +#: ../rules/base.xml.in.h:945 msgid "Caps Lock as Ctrl" msgstr "Caps Lock là Ctrl" -#: ../rules/base.xml.in.h:944 +#: ../rules/base.xml.in.h:946 msgid "Left Ctrl as Meta" msgstr "Ctrl trái là Meta" -#: ../rules/base.xml.in.h:945 +#: ../rules/base.xml.in.h:947 msgid "Swap Ctrl and Caps Lock" msgstr "Trao đổi Ctrl và CapsLock" -#: ../rules/base.xml.in.h:946 +#: ../rules/base.xml.in.h:948 msgid "At left of 'A'" msgstr "Bên trái của “A”" -#: ../rules/base.xml.in.h:947 +#: ../rules/base.xml.in.h:949 msgid "At bottom left" msgstr "Dưới trái" -#: ../rules/base.xml.in.h:948 +#: ../rules/base.xml.in.h:950 msgid "Right Ctrl as Right Alt" msgstr "Ctrl phải làm Alt phải" -#: ../rules/base.xml.in.h:949 +#: ../rules/base.xml.in.h:951 msgid "Menu as Right Ctrl" msgstr "Ctrl phải làm Trình đơn" -#: ../rules/base.xml.in.h:950 +#: ../rules/base.xml.in.h:952 msgid "Right Alt as Right Ctrl" msgstr "Alt phải như là Ctrl phải" -#: ../rules/base.xml.in.h:951 +#: ../rules/base.xml.in.h:953 msgid "Swap Left Alt key with Left Ctrl key" msgstr "Hoán đổi Alt trái với phím Ctrl trái" -#: ../rules/base.xml.in.h:952 +#: ../rules/base.xml.in.h:954 msgid "Swap Left Win key with Left Ctrl key" msgstr "Hoán đổi Win trái với phím Ctrl trái" -#: ../rules/base.xml.in.h:953 +#: ../rules/base.xml.in.h:955 msgid "Swap Right Win key with Right Ctrl key" msgstr "Hoán đổi Win phải với phím Ctrl phải" -#: ../rules/base.xml.in.h:954 +#: ../rules/base.xml.in.h:956 msgid "Left Alt as Ctrl, Left Ctrl as Win, Left Win as Alt" msgstr "Alt trái là Ctrl, Ctrl trái là Win, Win trái là Alt" -#: ../rules/base.xml.in.h:955 +#: ../rules/base.xml.in.h:957 msgid "Use keyboard LED to show alternative layout" msgstr "Sử dụng đèn bàn phím để chỉ ra bố trí xen kẽ" -#: ../rules/base.xml.in.h:956 +#: ../rules/base.xml.in.h:958 msgid "Num Lock" msgstr "NumLock" -#: ../rules/base.xml.in.h:957 +#: ../rules/base.xml.in.h:959 msgid "Layout of numeric keypad" msgstr "Bố trí vùng phím số" -#: ../rules/base.xml.in.h:958 +#: ../rules/base.xml.in.h:960 msgid "Legacy" msgstr "Thừa tự" -#: ../rules/base.xml.in.h:959 +#: ../rules/base.xml.in.h:961 msgid "Unicode additions (arrows and math operators)" msgstr "Phần thêm Unicode (các mũi tên và toán tử toán học)" -#: ../rules/base.xml.in.h:960 +#: ../rules/base.xml.in.h:962 msgid "Unicode additions (arrows and math operators; math operators on default level)" msgstr "Phần thêm Unicode (các mũi tên và toán tử toán học; toán tử toán học ở mức mặc định)" -#: ../rules/base.xml.in.h:961 +#: ../rules/base.xml.in.h:963 msgid "Legacy Wang 724" msgstr "Wang 724 thừa tự" -#: ../rules/base.xml.in.h:962 +#: ../rules/base.xml.in.h:964 msgid "Wang 724 keypad with Unicode additions (arrows and math operators)" msgstr "Vùng phím Wang 724 có phần thêm Unicode (các mũi tên và toán tử toán học)" -#: ../rules/base.xml.in.h:963 +#: ../rules/base.xml.in.h:965 msgid "Wang 724 keypad with Unicode additions (arrows and math operators; math operators on default level)" msgstr "Vùng phím Wang 724 có phần thêm Unicode (các mũi tên và toán tử toán học; toán tử toán học ở mức mặc định)" -#: ../rules/base.xml.in.h:964 +#: ../rules/base.xml.in.h:966 msgid "Hexadecimal" msgstr "Thập lục" -#: ../rules/base.xml.in.h:965 +#: ../rules/base.xml.in.h:967 msgid "ATM/phone-style" msgstr "Kiểu điện thoại/ATM" -#: ../rules/base.xml.in.h:966 +#: ../rules/base.xml.in.h:968 msgid "Numeric keypad delete key behaviour" -msgstr "Ứng xử phím xoá của vùng số" +msgstr "Ứng xử phím xóa của vùng số" -#: ../rules/base.xml.in.h:967 +#: ../rules/base.xml.in.h:969 msgid "Legacy key with dot" msgstr "Phím thừa tự có chấm" #. Actually, with KP_SEPARATOR, as the old keypad(comma) -#: ../rules/base.xml.in.h:969 +#: ../rules/base.xml.in.h:971 msgid "Legacy key with comma" msgstr "Phím thừa tự có dấu phẩy" -#: ../rules/base.xml.in.h:970 +#: ../rules/base.xml.in.h:972 msgid "Four-level key with dot" msgstr "Phím bốn bậc có chấm" -#: ../rules/base.xml.in.h:971 +#: ../rules/base.xml.in.h:973 msgid "Four-level key with dot, Latin-9 only" msgstr "Phím bốn bậc có chấm, chỉ Latin-9" -#: ../rules/base.xml.in.h:972 +#: ../rules/base.xml.in.h:974 msgid "Four-level key with comma" msgstr "Phím bốn bậc có dấu phẩy" -#: ../rules/base.xml.in.h:973 +#: ../rules/base.xml.in.h:975 msgid "Four-level key with momayyez" msgstr "Phím bốn bậc có momayyez" #. This assumes the KP_ abstract symbols are actually useful for some apps #. The description needs to be rewritten -#: ../rules/base.xml.in.h:976 +#: ../rules/base.xml.in.h:978 msgid "Four-level key with abstract separators" msgstr "Phím bốn bậc có bộ phân cách ảo" -#: ../rules/base.xml.in.h:977 +#: ../rules/base.xml.in.h:979 msgid "Semicolon on third level" msgstr "Dấu chấm phẩy ở cấp ba" -#: ../rules/base.xml.in.h:978 +#: ../rules/base.xml.in.h:980 msgid "Caps Lock key behavior" msgstr "Đặc điểm của phím CapsLock" -#: ../rules/base.xml.in.h:979 +#: ../rules/base.xml.in.h:981 msgid "Caps Lock uses internal capitalization; Shift \"pauses\" Caps Lock" msgstr "CapsLock sử dụng chức năng viết hoa nội bộ; Shift “tạm dừng” CapsLock" -#: ../rules/base.xml.in.h:980 +#: ../rules/base.xml.in.h:982 msgid "Caps Lock uses internal capitalization; Shift doesn't affect Caps Lock" msgstr "CapsLock sử dụng chức năng viết hoa nội bộ; Shift không có tác động CapsLock" -#: ../rules/base.xml.in.h:981 +#: ../rules/base.xml.in.h:983 msgid "Caps Lock acts as Shift with locking; Shift \"pauses\" Caps Lock" -msgstr "CapsLock hoạt động như Shift mà cũng khoá; Shift “tạm dừng” CapsLock" +msgstr "CapsLock hoạt động như Shift mà cũng khóa; Shift “tạm dừng” CapsLock" -#: ../rules/base.xml.in.h:982 +#: ../rules/base.xml.in.h:984 msgid "Caps Lock acts as Shift with locking; Shift doesn't affect Caps Lock" -msgstr "CapsLock hoạt động như Shift mà cũng khoá; Shift không có tác động CapsLock" +msgstr "CapsLock hoạt động như Shift mà cũng khóa; Shift không có tác động CapsLock" -#: ../rules/base.xml.in.h:983 +#: ../rules/base.xml.in.h:985 msgid "Caps Lock toggles normal capitalization of alphabetic characters" msgstr "CapsLock bật tắt viết hoa thông thường của các ký tự chữ cái" -#: ../rules/base.xml.in.h:984 +#: ../rules/base.xml.in.h:986 msgid "Make Caps Lock an additional Num Lock" msgstr "Đặt CapsLock làm một phím NumLock bổ sung" -#: ../rules/base.xml.in.h:985 +#: ../rules/base.xml.in.h:987 msgid "Swap ESC and Caps Lock" msgstr "Trao đổi ESC và CapsLock" -#: ../rules/base.xml.in.h:986 +#: ../rules/base.xml.in.h:988 msgid "Make Caps Lock an additional ESC" msgstr "Đặt CapsLock làm một phím ESC bổ sung" -#: ../rules/base.xml.in.h:987 +#: ../rules/base.xml.in.h:989 msgid "Make Caps Lock an additional Backspace" -msgstr "Đặt CapsLock làm một phím Xoá lùi bổ sung" +msgstr "Đặt CapsLock làm một phím Xóa lùi bổ sung" -#: ../rules/base.xml.in.h:988 +#: ../rules/base.xml.in.h:990 msgid "Make Caps Lock an additional Super" msgstr "Đặt CapsLock làm một phím Super bổ sung" -#: ../rules/base.xml.in.h:989 +#: ../rules/base.xml.in.h:991 msgid "Make Caps Lock an additional Hyper" msgstr "Đặt CapsLock làm một phím Hyper bổ sung" -#: ../rules/base.xml.in.h:990 +#: ../rules/base.xml.in.h:992 msgid "Caps Lock toggles ShiftLock (affects all keys)" msgstr "CapsLock bật tắt ShiftLock (mọi phím đều bị ảnh hưởng)" -#: ../rules/base.xml.in.h:991 +#: ../rules/base.xml.in.h:993 msgid "Caps Lock is disabled" msgstr "CapsLock bị tắt" -#: ../rules/base.xml.in.h:992 +#: ../rules/base.xml.in.h:994 msgid "Make Caps Lock an additional Ctrl" msgstr "Đặt CapsLock làm một phím Ctrl bổ sung" -#: ../rules/base.xml.in.h:993 +#: ../rules/base.xml.in.h:995 msgid "Alt/Win key behavior" msgstr "Ứng xử phím Alt/Win" -#: ../rules/base.xml.in.h:994 +#: ../rules/base.xml.in.h:996 msgid "Add the standard behavior to Menu key" msgstr "Thêm ứng xử tiêu chuẩn vào phím trình đơn." -#: ../rules/base.xml.in.h:995 +#: ../rules/base.xml.in.h:997 msgid "Alt and Meta are on Alt keys" msgstr "Alt và Meta nằm trên các phím Alt" -#: ../rules/base.xml.in.h:996 +#: ../rules/base.xml.in.h:998 msgid "Alt is mapped to Win keys (and the usual Alt keys)" msgstr "Alt ánh xạ tới các phím Win (và các phím Alt thường dùng)" -#: ../rules/base.xml.in.h:997 +#: ../rules/base.xml.in.h:999 msgid "Ctrl is mapped to Win keys (and the usual Ctrl keys)" msgstr "Ctrl ánh xạ tới các phím Win (và các phím Ctrl thường dùng)" -#: ../rules/base.xml.in.h:998 +#: ../rules/base.xml.in.h:1000 msgid "Ctrl is mapped to Alt keys, Alt is mapped to Win keys" msgstr "Ctrl ánh xạ tới các phím Alt, phím Alt lại ánh xạ đến Win" -#: ../rules/base.xml.in.h:999 +#: ../rules/base.xml.in.h:1001 msgid "Meta is mapped to Win keys" msgstr "Meta ánh xạ tới các phím Win" -#: ../rules/base.xml.in.h:1000 +#: ../rules/base.xml.in.h:1002 msgid "Meta is mapped to Left Win" msgstr "Meta ánh xạ tới Win trái" -#: ../rules/base.xml.in.h:1001 +#: ../rules/base.xml.in.h:1003 msgid "Hyper is mapped to Win keys" msgstr "Hyper ánh xạ tới các phím Win" -#: ../rules/base.xml.in.h:1002 +#: ../rules/base.xml.in.h:1004 msgid "Alt is mapped to Right Win, Super to Menu" msgstr "Ánh xạ Alt sang phím Win bên phải và Super sang phím trình đơn" -#: ../rules/base.xml.in.h:1003 +#: ../rules/base.xml.in.h:1005 msgid "Alt is swapped with Win" msgstr "Alt được tráo đổi với phím Win" -#: ../rules/base.xml.in.h:1004 +#: ../rules/base.xml.in.h:1006 msgid "Position of Compose key" msgstr "Vị trí phím Compose" -#: ../rules/base.xml.in.h:1005 +#: ../rules/base.xml.in.h:1007 msgid "3rd level of Left Win" msgstr "Mức thứ 3 của phím Win trái" -#: ../rules/base.xml.in.h:1006 +#: ../rules/base.xml.in.h:1008 msgid "3rd level of Right Win" msgstr "Mức thứ 3 của phím Win phải" -#: ../rules/base.xml.in.h:1007 +#: ../rules/base.xml.in.h:1009 msgid "3rd level of Menu" msgstr "Mức thứ 3 của phím Menu" -#: ../rules/base.xml.in.h:1008 +#: ../rules/base.xml.in.h:1010 msgid "3rd level of Left Ctrl" msgstr "Mức thứ 3 của phím Ctrl trái" -#: ../rules/base.xml.in.h:1009 +#: ../rules/base.xml.in.h:1011 msgid "3rd level of Right Ctrl" msgstr "Mức thứ 3 của Ctrl phải" -#: ../rules/base.xml.in.h:1010 +#: ../rules/base.xml.in.h:1012 msgid "3rd level of Caps Lock" msgstr "Mức thứ 3 của phím Caps Lock" -#: ../rules/base.xml.in.h:1011 +#: ../rules/base.xml.in.h:1013 msgid "3rd level of <Less/Greater>" msgstr "Mức thứ 3 của <Nhỏ/Lớn hơn>" -#: ../rules/base.xml.in.h:1012 +#: ../rules/base.xml.in.h:1014 msgid "Pause" msgstr "Pause" -#: ../rules/base.xml.in.h:1013 +#: ../rules/base.xml.in.h:1015 msgid "PrtSc" msgstr "PrtSc" -#: ../rules/base.xml.in.h:1014 +#: ../rules/base.xml.in.h:1016 msgid "Miscellaneous compatibility options" msgstr "Tùy chọn tương thích khác" -#: ../rules/base.xml.in.h:1015 +#: ../rules/base.xml.in.h:1017 msgid "Default numeric keypad keys" msgstr "Các phím vùng số mặc định" -#: ../rules/base.xml.in.h:1016 +#: ../rules/base.xml.in.h:1018 msgid "Numeric keypad keys always enter digits (as in Mac OS)" msgstr "Phím vùng số luôn nhập số (như trên HDH Mac)" -#: ../rules/base.xml.in.h:1017 -msgid "Shift with numeric keypad keys works as in MS Windows" -msgstr "Shift với các phím vùng số làm việc như trong MS Windows" +#: ../rules/base.xml.in.h:1019 +msgid "NumLock on: digits, Shift switches to arrow keys, Numlock off: always arrow keys (as in MS Windows)" +msgstr "NumLock bật: chữ số, Shift chuyển thành phím mũi tên, Numlock tắt: luôn dùng phím mũi tên (giống như trong MS Windows)" -#: ../rules/base.xml.in.h:1018 +#: ../rules/base.xml.in.h:1020 msgid "Shift does not cancel Num Lock, chooses 3rd level instead" msgstr "Shift không hủy Numlock, chọn cấp 3 để thay thế" -#: ../rules/base.xml.in.h:1019 +#: ../rules/base.xml.in.h:1021 msgid "Special keys (Ctrl+Alt+<key>) handled in a server" msgstr "Các ký tự đặc biệt (Ctrl+Alt+<key>) được xử lý bằng một trình phục vụ" -#: ../rules/base.xml.in.h:1020 +#: ../rules/base.xml.in.h:1022 msgid "Apple Aluminium Keyboard: emulate PC keys (Print, Scroll Lock, Pause, Num Lock)" -msgstr "Bàn phím nhôm Apple: mô phỏng phím PC: Print (In), Scroll_Lock (Khoá cuộn), Pause (Tạm dừng), NumLock (Khoá số)" +msgstr "Bàn phím nhôm Apple: mô phỏng phím PC: Print (In), Scroll_Lock (Khóa cuộn), Pause (Tạm dừng), NumLock (Khóa số)" -#: ../rules/base.xml.in.h:1021 +#: ../rules/base.xml.in.h:1023 msgid "Shift cancels Caps Lock" msgstr "Shift thôi CapsLock" -#: ../rules/base.xml.in.h:1022 +#: ../rules/base.xml.in.h:1024 msgid "Enable extra typographic characters" msgstr "Bật thêm ký tự thuật in máy" -#: ../rules/base.xml.in.h:1023 +#: ../rules/base.xml.in.h:1025 msgid "Both Shift keys together toggle Caps Lock" msgstr "Cả hai phím Shift với nhau thì bật/tắt Caps Lock" -#: ../rules/base.xml.in.h:1024 +#: ../rules/base.xml.in.h:1026 msgid "Both Shift keys together activate Caps Lock, one Shift key deactivates" msgstr "Cả hai phím Shift với nhau thì kích hoạt Caps Lock, một Shift bỏ kích hoạt" -#: ../rules/base.xml.in.h:1025 +#: ../rules/base.xml.in.h:1027 msgid "Both Shift keys together toggle ShiftLock" msgstr "Cả hai phím Shift với nhau thì bật/tắt ShiftLock" -#: ../rules/base.xml.in.h:1026 +#: ../rules/base.xml.in.h:1028 msgid "Shift + NumLock toggles PointerKeys" msgstr "Shift + NumLock bật/tắt PointerKeys" -#: ../rules/base.xml.in.h:1027 +#: ../rules/base.xml.in.h:1029 msgid "Allow breaking grabs with keyboard actions (warning: security risk)" -msgstr "" +msgstr "Cho bắt ngắt với thao tác của bàn phím (cảnh báo: tiềm ẩn nhiều rủi ro)" -#: ../rules/base.xml.in.h:1028 +#: ../rules/base.xml.in.h:1030 msgid "Allow grab and window tree logging" -msgstr "" +msgstr "Cho bắt và ghi nhật ký cây cửa sổ" -#: ../rules/base.xml.in.h:1029 +#: ../rules/base.xml.in.h:1031 msgid "Adding currency signs to certain keys" msgstr "Đang thêm ký hiệu tiền tệ vào phím nào đó" -#: ../rules/base.xml.in.h:1030 +#: ../rules/base.xml.in.h:1032 msgid "Euro on E" msgstr "Euro trên E" -#: ../rules/base.xml.in.h:1031 +#: ../rules/base.xml.in.h:1033 msgid "Euro on 2" msgstr "Euro trên 2" -#: ../rules/base.xml.in.h:1032 +#: ../rules/base.xml.in.h:1034 msgid "Euro on 4" msgstr "Euro trên 4" -#: ../rules/base.xml.in.h:1033 +#: ../rules/base.xml.in.h:1035 msgid "Euro on 5" msgstr "Euro trên 5" -#: ../rules/base.xml.in.h:1034 +#: ../rules/base.xml.in.h:1036 msgid "Rupee on 4" msgstr "Ru pi trên 4" -#: ../rules/base.xml.in.h:1035 +#: ../rules/base.xml.in.h:1037 msgid "Key to choose 5th level" msgstr "Phím để chọn cấp 5" -#: ../rules/base.xml.in.h:1036 +#: ../rules/base.xml.in.h:1038 msgid "<Less/Greater> chooses 5th level, locks when pressed together with another 5th-level-chooser" -msgstr "<Nhỏ/Lớn hơn> chọn cấp năm, khoá khi bấm nhau với một bộ chọn cấp năm khác" +msgstr "<Nhỏ/Lớn hơn> chọn cấp năm, khóa khi bấm nhau với một bộ chọn cấp năm khác" -#: ../rules/base.xml.in.h:1037 +#: ../rules/base.xml.in.h:1039 msgid "Right Alt chooses 5th level, locks when pressed together with another 5th-level-chooser" -msgstr "Alt phải chọn cấp 5, khoá khi bấm nhau với một bộ chọn cấp 5 khác" +msgstr "Alt phải chọn cấp 5, khóa khi bấm nhau với một bộ chọn cấp 5 khác" -#: ../rules/base.xml.in.h:1038 +#: ../rules/base.xml.in.h:1040 msgid "Left Win chooses 5th level, locks when pressed together with another 5th-level-chooser" -msgstr "Win trái chọn cấp 5, khoá khi bấm nhau với một bộ chọn năm 5 khác" +msgstr "Win trái chọn cấp 5, khóa khi bấm nhau với một bộ chọn năm 5 khác" -#: ../rules/base.xml.in.h:1039 +#: ../rules/base.xml.in.h:1041 msgid "Right Win chooses 5th level, locks when pressed together with another 5th-level-chooser" -msgstr "Win phải chọn cấp 5, khoá khi bấm nhau với một bộ chọn cấp 5 khác" +msgstr "Win phải chọn cấp 5, khóa khi bấm nhau với một bộ chọn cấp 5 khác" -#: ../rules/base.xml.in.h:1040 +#: ../rules/base.xml.in.h:1042 msgid "Using space key to input non-breakable space character" msgstr "Dùng phím dài để nhập ký tự dấu cách không thể ngắt" -#: ../rules/base.xml.in.h:1041 +#: ../rules/base.xml.in.h:1043 msgid "Usual space at any level" msgstr "Dấu cách bình thường ở mọi bậc" -#: ../rules/base.xml.in.h:1042 +#: ../rules/base.xml.in.h:1044 msgid "Non-breakable space character at second level" msgstr "Ký tự dấu cách không thể ngắt ở bậc thứ hai" -#: ../rules/base.xml.in.h:1043 +#: ../rules/base.xml.in.h:1045 msgid "Non-breakable space character at third level" msgstr "Ký tự dấu cách không thể ngắt ở bậc thứ ba" -#: ../rules/base.xml.in.h:1044 +#: ../rules/base.xml.in.h:1046 msgid "Non-breakable space character at third level, nothing at fourth level" msgstr "Ký tự dấu cách không thể ngắt ở bậc thứ ba, không nhập gì ở bậc thứ tư" -#: ../rules/base.xml.in.h:1045 +#: ../rules/base.xml.in.h:1047 msgid "Non-breakable space character at third level, thin non-breakable space character at fourth level" msgstr "Ký tự dấu cách không thể ngắt ở bậc thứ ba, ký tự dấu cách không thể ngắt mảnh ở bậc thứ tư" -#: ../rules/base.xml.in.h:1046 +#: ../rules/base.xml.in.h:1048 msgid "Non-breakable space character at fourth level" msgstr "Ký tự dấu cách không thể ngắt ở bậc thứ tư" -#: ../rules/base.xml.in.h:1047 +#: ../rules/base.xml.in.h:1049 msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level" msgstr "Ký tự dấu cách không thể ngắt ở bậc thứ tư, ký tự dấu cách không thể ngắt mảnh ở bậc thứ sáu" -#: ../rules/base.xml.in.h:1048 +#: ../rules/base.xml.in.h:1050 msgid "Non-breakable space character at fourth level, thin non-breakable space character at sixth level (via Ctrl+Shift)" msgstr "Ký tự dấu cách không thể ngắt ở bậc thứ tư, ký tự dấu cách không thể ngắt mảnh ở bậc thứ sáu (dùng Ctrl+Shift)" -#: ../rules/base.xml.in.h:1049 +#: ../rules/base.xml.in.h:1051 msgid "Zero-width non-joiner character at second level" msgstr "Ký tự không nối có chiều rộng không tại cấp 2" -#: ../rules/base.xml.in.h:1050 +#: ../rules/base.xml.in.h:1052 msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level" msgstr "Ký tự không nối có chiều rộng không tại cấp 2, ký tự nối có chiều rộng không ở cấp 3" -#: ../rules/base.xml.in.h:1051 +#: ../rules/base.xml.in.h:1053 msgid "Zero-width non-joiner character at second level, zero-width joiner character at third level, non-breakable space character at fourth level" msgstr "Ký tự không nối có chiều rộng không tại cấp 2, ký tự nối có chiều rộng không ở cấp 3, ký tự dấu cách không thể ngắt ở cấp 4" -#: ../rules/base.xml.in.h:1052 +#: ../rules/base.xml.in.h:1054 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level" msgstr "Ký tự không nối có chiều rộng không tại cấp 2, ký tự dấu cách không thể ngắt ở cấp 3" -#: ../rules/base.xml.in.h:1053 +#: ../rules/base.xml.in.h:1055 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, nothing at fourth level" msgstr "Ký tự không nối có chiều rộng không tại cấp 2, ký tự dấu cách không thể ngắt ở cấp 3, không có gì ở cấp 4" -#: ../rules/base.xml.in.h:1054 +#: ../rules/base.xml.in.h:1056 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, zero-width joiner at fourth level" msgstr "Ký tự không nối có chiều rộng không tại cấp 2, ký tự dấu cách không thể ngắt ở cấp 3, ký tự nối có chiều rộng không ở cấp 4" -#: ../rules/base.xml.in.h:1055 +#: ../rules/base.xml.in.h:1057 msgid "Zero-width non-joiner character at second level, non-breakable space character at third level, thin non-breakable space at fourth level" msgstr "Ký tự không nối có chiều rộng không tại cấp 2, ký tự dấu cách không thể ngắt ở cấp 3, ký tự dấu cách mảnh không thể ngắt ở cấp 4" -#: ../rules/base.xml.in.h:1056 +#: ../rules/base.xml.in.h:1058 msgid "Zero-width non-joiner character at third level, zero-width joiner at fourth level" msgstr "Ký tự không nối có chiều rộng không tại cấp 3, ký tự nối có chiều rộng không ở cấp 4" -#: ../rules/base.xml.in.h:1057 +#: ../rules/base.xml.in.h:1059 msgid "Japanese keyboard options" msgstr "Tùy chọn bàn phím tiếng Nhật" -#: ../rules/base.xml.in.h:1058 +#: ../rules/base.xml.in.h:1060 msgid "Kana Lock key is locking" -msgstr "Phím Kana Lock sẽ khoá" +msgstr "Phím Kana Lock sẽ khóa" -#: ../rules/base.xml.in.h:1059 +#: ../rules/base.xml.in.h:1061 msgid "NICOLA-F style Backspace" -msgstr "Xoá lùi kiểu NICOLA-F" +msgstr "Xóa lùi kiểu NICOLA-F" -#: ../rules/base.xml.in.h:1060 +#: ../rules/base.xml.in.h:1062 msgid "Make Zenkaku Hankaku an additional ESC" msgstr "Đặt Zenkaku Hankaku làm một phím ESC bổ sung" -#: ../rules/base.xml.in.h:1061 +#: ../rules/base.xml.in.h:1063 +msgid "Korean Hangul/Hanja keys" +msgstr "Phím Hangul/Hanja Hàn Quốc" + +#: ../rules/base.xml.in.h:1064 +msgid "Hardware Hangul/Hanja keys" +msgstr "Phím Hangul/Hanja phần cứng" + +#: ../rules/base.xml.in.h:1065 +msgid "Right Alt as Hangul, right Ctrl as Hanja" +msgstr "Alt phải như là Hangul, Ctrl phải là Hanja" + +#: ../rules/base.xml.in.h:1066 +msgid "Right Ctrl as Hangul, right Alt as Hanja" +msgstr "Ctrl phải làmHangul, Alt phải là Hanja" + +#: ../rules/base.xml.in.h:1067 msgid "Adding Esperanto supersigned letters" msgstr "Đang thêm các dấu mũ tiếng Ét-pe-ran-tô" -#: ../rules/base.xml.in.h:1062 +#: ../rules/base.xml.in.h:1068 msgid "To the corresponding key in a Qwerty layout" msgstr "Để tương ứng phím trên một bố trí Qwerty" -#: ../rules/base.xml.in.h:1063 +#: ../rules/base.xml.in.h:1069 msgid "To the corresponding key in a Dvorak layout" msgstr "Để tương ứng phím trên một bố trí Dvorak" -#: ../rules/base.xml.in.h:1064 +#: ../rules/base.xml.in.h:1070 msgid "To the corresponding key in a Colemak layout" msgstr "Để tương ứng phím trên một bố trí Colemak" -#: ../rules/base.xml.in.h:1065 +#: ../rules/base.xml.in.h:1071 msgid "Maintain key compatibility with old Solaris keycodes" msgstr "Bảo trì phím tương thích với mã Solaris cũ." -#: ../rules/base.xml.in.h:1066 +#: ../rules/base.xml.in.h:1072 msgid "Sun Key compatibility" msgstr "Tương thích phím Sun" -#: ../rules/base.xml.in.h:1067 +#: ../rules/base.xml.in.h:1073 msgid "Key sequence to kill the X server" msgstr "Dãy phím để giết trình phục vụ X" -#: ../rules/base.xml.in.h:1068 +#: ../rules/base.xml.in.h:1074 msgid "Ctrl + Alt + Backspace" msgstr "Ctrl + Alt + Backspace" @@ -4127,256 +4096,263 @@ msgid "German (with Hungarian letters and no dead keys)" msgstr "Đức (có chữ Hung-ga-ri và không có phím chết" #: ../rules/base.extras.xml.in.h:26 +msgid "Polish (Germany, eliminate dead keys)" +msgstr "Tiếng Ba Lan (Đức, loại bỏ phím chết)" + +#: ../rules/base.extras.xml.in.h:27 msgid "German (Sun Type 6/7)" msgstr "Đức (Kiểu Sun 6/7)" -#: ../rules/base.extras.xml.in.h:27 +#: ../rules/base.extras.xml.in.h:28 msgid "German (Aus der Neo-Welt)" msgstr "Tiếng Đức (Aus der Neo-Welt)" -#: ../rules/base.extras.xml.in.h:30 +#: ../rules/base.extras.xml.in.h:31 msgid "Avestan" msgstr "A-ve-x-tanh" -#: ../rules/base.extras.xml.in.h:33 +#: ../rules/base.extras.xml.in.h:34 msgid "Lithuanian (US Dvorak with Lithuanian letters)" msgstr "Li-tu-a-nia (Bàn phím Dvorak Mỹ với các chữ cái Li-tu-a-nia)" -#: ../rules/base.extras.xml.in.h:34 +#: ../rules/base.extras.xml.in.h:35 msgid "Lithuanian (Sun Type 6/7)" msgstr "Lát-vi (Kiểu Sun 6/7)" -#: ../rules/base.extras.xml.in.h:37 +#: ../rules/base.extras.xml.in.h:38 msgid "Latvian (US Dvorak)" msgstr "Lát-vi-a (US Dvorak)" -#: ../rules/base.extras.xml.in.h:38 +#: ../rules/base.extras.xml.in.h:39 msgid "Latvian (US Dvorak, Y variant)" msgstr "Lát-vi-a (US Dvorak, biến thể Y)" -#: ../rules/base.extras.xml.in.h:39 +#: ../rules/base.extras.xml.in.h:40 msgid "Latvian (US Dvorak, minus variant)" msgstr "Lát-vi-a (US Dvorak, biến thể dấu trừ)" -#: ../rules/base.extras.xml.in.h:40 +#: ../rules/base.extras.xml.in.h:41 msgid "Latvian (programmer US Dvorak)" msgstr "Lát-vi-a (US Dvorak dành cho người lập trình)" -#: ../rules/base.extras.xml.in.h:41 +#: ../rules/base.extras.xml.in.h:42 msgid "Latvian (programmer US Dvorak, Y variant)" msgstr "Lát-vi-a (US Dvorak dành cho người lập trình, biến thể Y)" -#: ../rules/base.extras.xml.in.h:42 +#: ../rules/base.extras.xml.in.h:43 msgid "Latvian (programmer US Dvorak, minus variant)" msgstr "Lát-vi-a (US Dvorak dành cho người lập trình,biến thể dấu trừ)" -#: ../rules/base.extras.xml.in.h:43 +#: ../rules/base.extras.xml.in.h:44 msgid "Latvian (US Colemak)" msgstr "Lát-vi-a (US Colemak)" -#: ../rules/base.extras.xml.in.h:44 +#: ../rules/base.extras.xml.in.h:45 msgid "Latvian (US Colemak, apostrophe variant)" msgstr "Lát-vi-a (US Colemak, biến thể nháy đơn)" -#: ../rules/base.extras.xml.in.h:45 +#: ../rules/base.extras.xml.in.h:46 msgid "Latvian (Sun Type 6/7)" msgstr "Lát-vi-a (Kiểu Sun 6/7)" -#: ../rules/base.extras.xml.in.h:48 +#: ../rules/base.extras.xml.in.h:49 msgid "English (US, international AltGr Unicode combining)" msgstr "Anh (Mỹ, quốc tế tổ hợp Unicode AltGr)" -#: ../rules/base.extras.xml.in.h:49 +#: ../rules/base.extras.xml.in.h:50 msgid "English (US, international AltGr Unicode combining, alternative)" msgstr "Anh (Mỹ, Quốc tế tổ hợp Unicode AltGr, thay thế)" -#: ../rules/base.extras.xml.in.h:50 +#: ../rules/base.extras.xml.in.h:51 msgid "Atsina" msgstr "Át-xi-na" -#: ../rules/base.extras.xml.in.h:51 +#: ../rules/base.extras.xml.in.h:52 msgid "Coeur d'Alene Salish" msgstr "Coeur d'Alene Salish" -#: ../rules/base.extras.xml.in.h:52 +#: ../rules/base.extras.xml.in.h:53 msgid "Czech Slovak and German (US)" -msgstr "" +msgstr "Slô-vác Séc và Đức (Mỹ)" -#: ../rules/base.extras.xml.in.h:53 +#: ../rules/base.extras.xml.in.h:54 msgid "English (US, Sun Type 6/7)" msgstr "Anh (Mỹ, Kiểu Sun 6/7)" -#: ../rules/base.extras.xml.in.h:54 +#: ../rules/base.extras.xml.in.h:55 msgid "English (Norman)" msgstr "Tiếng Anh (Norman)" -#: ../rules/base.extras.xml.in.h:57 +#: ../rules/base.extras.xml.in.h:58 msgid "Polish (international with dead keys)" msgstr "Ba Lan (quốc tế với phím chết)" -#: ../rules/base.extras.xml.in.h:58 +#: ../rules/base.extras.xml.in.h:59 msgid "Polish (Colemak)" msgstr "Ba Lan (Colemak)" -#: ../rules/base.extras.xml.in.h:59 +#: ../rules/base.extras.xml.in.h:60 msgid "Polish (Sun Type 6/7)" msgstr "Ba Lan (Sun kiểu 6/7)" -#: ../rules/base.extras.xml.in.h:63 +#: ../rules/base.extras.xml.in.h:64 msgid "Crimean Tatar (Dobruja Q)" msgstr "Tiếng Tác-ta (Dobruja Q)" -#: ../rules/base.extras.xml.in.h:64 +#: ../rules/base.extras.xml.in.h:65 msgid "Romanian (ergonomic Touchtype)" msgstr "Ru-ma-ni (Touchtype sinh thái công)" -#: ../rules/base.extras.xml.in.h:65 +#: ../rules/base.extras.xml.in.h:66 msgid "Romanian (Sun Type 6/7)" msgstr "Ru-ma-ni (Kiểu Sun 6/7)" -#: ../rules/base.extras.xml.in.h:68 +#: ../rules/base.extras.xml.in.h:69 msgid "Serbian (combining accents instead of dead keys)" msgstr "Xéc-bi (tổ hợp dấu phụ thay cho phím chết)" -#: ../rules/base.extras.xml.in.h:71 +#: ../rules/base.extras.xml.in.h:72 msgid "Church Slavonic" msgstr "Tiếng Xla-vơ nhà thơ" -#: ../rules/base.extras.xml.in.h:72 +#: ../rules/base.extras.xml.in.h:73 msgid "Russian (with Ukrainian-Belorussian layout)" -msgstr "" +msgstr "Nga (với bố trí Ucrai-na Belorussian)" -#: ../rules/base.extras.xml.in.h:73 +#: ../rules/base.extras.xml.in.h:74 msgid "Russian (Sun Type 6/7)" msgstr "Nga (Kiểu Sun 6/7)" -#: ../rules/base.extras.xml.in.h:76 +#: ../rules/base.extras.xml.in.h:77 msgid "Armenian (OLPC phonetic)" msgstr "Ac-mê-ni (ngữ âm OLPC)" -#: ../rules/base.extras.xml.in.h:79 +#: ../rules/base.extras.xml.in.h:80 msgid "Hebrew (Biblical, SIL phonetic)" msgstr "Hê-brơ (Do thái) (Kinh thánh, ngữ âm SIL)" -#: ../rules/base.extras.xml.in.h:82 +#: ../rules/base.extras.xml.in.h:83 msgid "Arabic (Sun Type 6/7)" msgstr "Ả rập (Sun kiểu 6/7)" -#: ../rules/base.extras.xml.in.h:85 +#: ../rules/base.extras.xml.in.h:86 msgid "Belgian (Sun Type 6/7)" msgstr "Bỉ (Kiểu Sun 6/7)" -#: ../rules/base.extras.xml.in.h:88 +#: ../rules/base.extras.xml.in.h:89 msgid "Portuguese (Brazil, Sun Type 6/7)" msgstr "Bồ Đào Nha (Bra-xin, Kiểu Sun 6/7)" -#: ../rules/base.extras.xml.in.h:91 +#: ../rules/base.extras.xml.in.h:92 msgid "Czech (Sun Type 6/7)" msgstr "Séc (Sun kiểu 6/7)" -#: ../rules/base.extras.xml.in.h:94 +#: ../rules/base.extras.xml.in.h:95 msgid "Danish (Sun Type 6/7)" msgstr "Đan-mạch (Sun kiểu 6/7)" -#: ../rules/base.extras.xml.in.h:97 +#: ../rules/base.extras.xml.in.h:98 msgid "Dutch (Sun Type 6/7)" msgstr "Hà-lan (Sun kiểu 6/7)" -#: ../rules/base.extras.xml.in.h:100 +#: ../rules/base.extras.xml.in.h:101 msgid "Estonian (Sun Type 6/7)" msgstr "Ét-tôn-nia (Kiểu Sun 6/7)" -#: ../rules/base.extras.xml.in.h:103 +#: ../rules/base.extras.xml.in.h:104 msgid "Finnish (Sun Type 6/7)" msgstr "Phần Lan (Kiểu Sun 6/7)" -#: ../rules/base.extras.xml.in.h:105 +#: ../rules/base.extras.xml.in.h:106 msgid "French (Sun Type 6/7)" msgstr "Pháp (Sun kiểu 6/7)" -#: ../rules/base.extras.xml.in.h:108 +#: ../rules/base.extras.xml.in.h:109 msgid "Greek (Sun Type 6/7)" msgstr "Hy Lạp (Sun kiểu 6/7)" -#: ../rules/base.extras.xml.in.h:111 +#: ../rules/base.extras.xml.in.h:112 msgid "Italian (Sun Type 6/7)" msgstr "Ý (Kiểu Sun 6/7)" -#: ../rules/base.extras.xml.in.h:114 +#: ../rules/base.extras.xml.in.h:115 msgid "Japanese (Sun Type 6)" msgstr "Tiếng Nhật (Sun kiểu 6/7)" -#: ../rules/base.extras.xml.in.h:115 +#: ../rules/base.extras.xml.in.h:116 msgid "Japanese (Sun Type 7 - pc compatible)" msgstr "Nhật (Kiểu Sun 7 - tương thích pc)" -#: ../rules/base.extras.xml.in.h:116 +#: ../rules/base.extras.xml.in.h:117 msgid "Japanese (Sun Type 7 - sun compatible)" msgstr "Nhật (Kiểu Sun 7 - tương thích sun)" -#: ../rules/base.extras.xml.in.h:119 +#: ../rules/base.extras.xml.in.h:120 msgid "Norwegian (Sun Type 6/7)" msgstr "Na Uy (Kiểu Sun 6/7)" -#: ../rules/base.extras.xml.in.h:121 +#: ../rules/base.extras.xml.in.h:122 msgid "Portuguese (Sun Type 6/7)" msgstr "Bồ Đào Nha (Kiểu Sun 6/7)" -#: ../rules/base.extras.xml.in.h:124 +#: ../rules/base.extras.xml.in.h:125 msgid "Slovak (Sun Type 6/7)" msgstr "Tiếng X-lô-vác (Sun kiểu 6/7)" -#: ../rules/base.extras.xml.in.h:127 +#: ../rules/base.extras.xml.in.h:128 msgid "Spanish (Sun Type 6/7)" msgstr "Tây Ban Nha (Kiểu Sun 6/7)" -#: ../rules/base.extras.xml.in.h:130 +#: ../rules/base.extras.xml.in.h:131 msgid "Swedish (Dvorak A5)" msgstr "Tiếng Thụy Điển (Dvorak A5)" -#: ../rules/base.extras.xml.in.h:131 +#: ../rules/base.extras.xml.in.h:132 msgid "Swedish (Sun Type 6/7)" msgstr "Thụy Điển (Kiểu Sun 6/7)" -#: ../rules/base.extras.xml.in.h:133 +#: ../rules/base.extras.xml.in.h:134 msgid "German (Switzerland, Sun Type 6/7)" msgstr "Đức (Thụy Sỹ, Kiểu Sun 6/7)" -#: ../rules/base.extras.xml.in.h:134 +#: ../rules/base.extras.xml.in.h:135 msgid "French (Switzerland, Sun Type 6/7)" msgstr "Pháp (Thụy Sỹ, Kiểu Sun 6/7)" -#: ../rules/base.extras.xml.in.h:137 +#: ../rules/base.extras.xml.in.h:138 msgid "Turkish (Sun Type 6/7)" msgstr "Thổ Nhĩ Kỳ (Kiểu Sun 6/7)" -#: ../rules/base.extras.xml.in.h:140 +#: ../rules/base.extras.xml.in.h:141 msgid "Ukrainian (Sun Type 6/7)" msgstr "U-crai-na (Kiểu Sun 6/7)" -#: ../rules/base.extras.xml.in.h:142 +#: ../rules/base.extras.xml.in.h:143 msgid "English (UK, Sun Type 6/7)" msgstr "Tiếng Anh (UK, Kiểu Sun 6/7)" -#: ../rules/base.extras.xml.in.h:145 +#: ../rules/base.extras.xml.in.h:146 msgid "Korean (Sun Type 6/7)" -msgstr "Tiếng Hàn Tiếng Ba Lan" +msgstr "Tiếng Hàn (Kiểu Sun 6/7)" #. Keyboard indicator for European layouts -#: ../rules/base.extras.xml.in.h:147 +#: ../rules/base.extras.xml.in.h:148 msgid "eu" msgstr "eu" -#: ../rules/base.extras.xml.in.h:148 +#: ../rules/base.extras.xml.in.h:149 msgid "EurKEY (US based layout with european letters)" -msgstr "EurKEY (Bố cụ Mỹ với các chữ cái châu âu)" +msgstr "EurKEY (Bố cục Mỹ với các chữ cái châu âu)" -#: ../rules/base.extras.xml.in.h:151 +#: ../rules/base.extras.xml.in.h:152 msgid "Mmuock" msgstr "Mmuock" +#~ msgid "Shift with numeric keypad keys works as in MS Windows" +#~ msgstr "Shift với các phím vùng số làm việc như trong MS Windows" + #~ msgid "<Less/Greater> chooses 5th level, locks when pressed together with another 5th-level-chooser, one press releases the lock" -#~ msgstr "<Nhỏ/Lớn hơn> chọn cấp năm, khoá khi bấm nhau với một bộ chọn cấp năm khác, một cú bấm cũng buông khoá" +#~ msgstr "<Nhỏ/Lớn hơn> chọn cấp năm, khóa khi bấm nhau với một bộ chọn cấp năm khác, một cú bấm cũng buông khóa" #~ msgid "(F)" #~ msgstr "(F)" diff --git a/xorg-server/xkeyboard-config/rules/base.o_s.part b/xorg-server/xkeyboard-config/rules/base.o_s.part index cda36e459..5e6f6648c 100644 --- a/xorg-server/xkeyboard-config/rules/base.o_s.part +++ b/xorg-server/xkeyboard-config/rules/base.o_s.part @@ -125,6 +125,8 @@ nbsp:level4nl = +nbsp(level4nl) japan:nicola_f_bs = +jp(nicola_f_bs) japan:hztg_escape = +jp(hztg_escape) + korean:ralt_rctrl = +kr(ralt_hangul)+kr(rctrl_hanja) + korean:rctrl_ralt = +kr(rctrl_hangul)+kr(ralt_hanja) kpdl:dot = +kpdl(dot) kpdl:comma = +kpdl(comma) kpdl:dotoss = +kpdl(dotoss) diff --git a/xorg-server/xkeyboard-config/rules/base.xml.in b/xorg-server/xkeyboard-config/rules/base.xml.in index 5f12801f9..803de50ac 100644 --- a/xorg-server/xkeyboard-config/rules/base.xml.in +++ b/xorg-server/xkeyboard-config/rules/base.xml.in @@ -1576,6 +1576,12 @@ <_description>Arabic (Buckwalter) + + + mac + <_description>Arabic (Macintosh) + + @@ -6930,6 +6936,30 @@ + + + korean + <_description>Korean Hangul/Hanja keys + + + + + esperanto diff --git a/xorg-server/xkeyboard-config/symbols/ara b/xorg-server/xkeyboard-config/symbols/ara index 9c1d57e09..a79a84ab6 100644 --- a/xorg-server/xkeyboard-config/symbols/ara +++ b/xorg-server/xkeyboard-config/symbols/ara @@ -283,6 +283,57 @@ xkb_symbols "olpc" { include "group(olpc)" }; +partial alphanumeric_keys +xkb_symbols "mac" { + + //This is a layout that is compatible with macbooks + + include "ara(digits)" + name[Group1]= "Arabic (Macintosh)"; + + key { [ minus, underscore ] }; + key { [ equal, plus ] }; + + key { [ VoidSymbol, VoidSymbol ] }; + key { [ Arabic_theh, Arabic_kasra ] }; + key { [ Arabic_qaf, Arabic_kasratan ] }; + key { [ Arabic_feh, Arabic_damma ] }; + key { [ Arabic_ghain, Arabic_dammatan ] }; + key { [ Arabic_ain, Arabic_sukun ] }; + key { [ Arabic_ha, Arabic_shadda ] }; + key { [ Arabic_khah, bracketright ] }; + key { [ Arabic_hah, bracketleft ] }; + key { [ Arabic_jeem, braceright ] }; + key { [Arabic_tehmarbuta, braceleft ] }; + + key { [ Arabic_sheen, guillemotright ] }; + key { [ Arabic_seen, guillemotleft ] }; + key { [ Arabic_yeh, Arabic_alefmaksura] }; + key { [ Arabic_beh, VoidSymbol ] }; + key { [ Arabic_lam, VoidSymbol ] }; + key { [ Arabic_alef, Arabic_maddaonalef ] }; + key { [ Arabic_teh, VoidSymbol ] }; + key { [ Arabic_noon, VoidSymbol ] }; + key { [ Arabic_meem, VoidSymbol ] }; + key { [ Arabic_kaf, colon ] }; + key { [ Arabic_semicolon, quotedbl ] }; + + key { [ backslash, bar ] }; + + key { [ Arabic_tatweel, VoidSymbol ] }; + key { [ Arabic_zah, VoidSymbol ] }; + key { [ Arabic_tah, VoidSymbol ] }; + key { [ Arabic_thal, Arabic_hamzaonyeh ] }; + key { [ Arabic_dal, Arabic_hamza ] }; + key { [ Arabic_zain, Arabic_hamzaonalef ] }; + key { [ Arabic_ra, Arabic_hamzaunderalef ] }; + key { [ Arabic_waw, Arabic_hamzaonwaw ] }; + key { [ Arabic_comma, greater ] }; + key { [ period, less ] }; + key { [ slash, Arabic_question_mark ] }; + +}; + // EXTRAS: partial alphanumeric_keys diff --git a/xorg-server/xkeyboard-config/symbols/ch b/xorg-server/xkeyboard-config/symbols/ch index 62c69f958..245a36a13 100644 --- a/xorg-server/xkeyboard-config/symbols/ch +++ b/xorg-server/xkeyboard-config/symbols/ch @@ -20,6 +20,7 @@ xkb_symbols "basic" { key { [ e, E, EuroSign ] }; key { [ z, Z ] }; + key { [ o, O, oe, OE ] }; key { [ udiaeresis, egrave, bracketleft ] }; key { [ dead_diaeresis, exclam, bracketright ] }; diff --git a/xorg-server/xkeyboard-config/symbols/kr b/xorg-server/xkeyboard-config/symbols/kr index 1ee560bf8..e554af0c6 100644 --- a/xorg-server/xkeyboard-config/symbols/kr +++ b/xorg-server/xkeyboard-config/symbols/kr @@ -2,27 +2,53 @@ default alphanumeric_keys xkb_symbols "kr106" { include "us" name[Group1]= "Korean"; - include "kr(koreankeys)" + include "kr(hw_keys)" }; alphanumeric_keys xkb_symbols "kr104" { include "us" name[Group1]= "Korean (101/104 key compatible)"; - include "kr(koreankeys)" - include "kr(koreankeys_raltctl)" + include "kr(ralt_hangul)" + include "kr(rctrl_hanja)" }; -hidden partial function_keys -xkb_symbols "koreankeys" { - key { [ Hangul ] }; - key { [ Hangul_Hanja ] }; +partial function_keys +xkb_symbols "hw_keys" { + key { [ Hangul ] }; + key { [ Hangul_Hanja ] }; }; -hidden partial function_keys -xkb_symbols "koreankeys_raltctl" { - key { [ Hangul ] }; - key { [ Hangul_Hanja ] }; +partial function_keys +xkb_symbols "ralt_hangul" { + replace key { + type[Group1] = "ONE_LEVEL", + symbols[Group1]= [ Hangul ] + }; +}; + +partial function_keys +xkb_symbols "rctrl_hangul" { + replace key { + type[Group1] = "ONE_LEVEL", + symbols[Group1]= [ Hangul ] + }; +}; + +partial function_keys +xkb_symbols "ralt_hanja" { + replace key { + type[Group1] = "ONE_LEVEL", + symbols[Group1]= [ Hangul_Hanja ] + }; +}; + +partial function_keys +xkb_symbols "rctrl_hanja" { + replace key { + type[Group1] = "ONE_LEVEL", + symbols[Group1]= [ Hangul_Hanja ] + }; }; // EXTRAS: diff --git a/xorg-server/xkeyboard-config/symbols/sun_vndr/kr b/xorg-server/xkeyboard-config/symbols/sun_vndr/kr index cc6d29e9a..0cd6a8665 100644 --- a/xorg-server/xkeyboard-config/symbols/sun_vndr/kr +++ b/xorg-server/xkeyboard-config/symbols/sun_vndr/kr @@ -58,12 +58,28 @@ partial alphanumeric_keys include "kr(kr104)" }; -partial alphanumeric_keys - xkb_symbols "koreankeys" { - include "kr(koreankeys)" +partial function_keys + xkb_symbols "hw_keys" { + include "kr(hw_keys)" }; -partial alphanumeric_keys - xkb_symbols "koreankeys_raltctl" { - include "kr(koreankeys_raltctl)" +partial function_keys + xkb_symbols "ralt_hangul" { + include "kr(ralt_hangul)" }; + +partial function_keys + xkb_symbols "rctrl_hangul" { + include "kr(rctrl_hangul)" +}; + +partial function_keys + xkb_symbols "ralt_hanja" { + include "kr(ralt_hanja)" +}; + +partial function_keys + xkb_symbols "rctrl_hanja" { + include "kr(rctrl_hanja)" +}; + -- cgit v1.2.3 From c9aad1ae6227c434d480d1d3aa8eae3c3c910c18 Mon Sep 17 00:00:00 2001 From: marha Date: Sun, 22 Feb 2015 14:43:31 +0100 Subject: Upgraded to openssl-1.0.2 --- openssl/CHANGES | 471 + openssl/Configure | 194 +- openssl/FAQ | 40 +- openssl/GitConfigure | 8 + openssl/GitMake | 5 + openssl/MacOS/GetHTTPS.src/MacSocket.h | 107 +- openssl/MacOS/Randomizer.h | 75 +- openssl/MacOS/_MWERKS_GUSI_prefix.h | 4 +- openssl/MacOS/_MWERKS_prefix.h | 4 +- openssl/MacOS/buildinf.h | 6 +- openssl/MacOS/opensslconf.h | 140 +- openssl/Makefile | 46 +- openssl/Makefile.org | 38 +- openssl/NEWS | 27 +- openssl/README | 40 +- openssl/apps/app_rand.c | 188 +- openssl/apps/apps.c | 5324 +++++------ openssl/apps/apps.h | 354 +- openssl/apps/asn1pars.c | 693 +- openssl/apps/ca.c | 5552 ++++++------ openssl/apps/ciphers.c | 314 +- openssl/apps/cms.c | 2568 +++--- openssl/apps/crl.c | 696 +- openssl/apps/crl2p7.c | 469 +- openssl/apps/dgst.c | 1079 ++- openssl/apps/dh.c | 518 +- openssl/apps/dhparam.c | 845 +- openssl/apps/dsa.c | 570 +- openssl/apps/dsaparam.c | 781 +- openssl/apps/ec.c | 569 +- openssl/apps/ecparam.c | 1183 ++- openssl/apps/enc.c | 1220 ++- openssl/apps/engine.c | 886 +- openssl/apps/errstr.c | 101 +- openssl/apps/gendh.c | 345 +- openssl/apps/gendsa.c | 418 +- openssl/apps/genpkey.c | 655 +- openssl/apps/genrsa.c | 515 +- openssl/apps/makeapps.com | 2 +- openssl/apps/nseq.c | 181 +- openssl/apps/ocsp.c | 2619 +++--- openssl/apps/openssl-vms.cnf | 2 +- openssl/apps/openssl.c | 1039 ++- openssl/apps/openssl.cnf | 2 +- openssl/apps/passwd.c | 938 +- openssl/apps/pkcs12.c | 1658 ++-- openssl/apps/pkcs7.c | 414 +- openssl/apps/pkcs8.c | 647 +- openssl/apps/pkey.c | 381 +- openssl/apps/pkeyparam.c | 211 +- openssl/apps/pkeyutl.c | 899 +- openssl/apps/prime.c | 159 +- openssl/apps/progs.h | 352 +- openssl/apps/rand.c | 298 +- openssl/apps/req.c | 3224 ++++--- openssl/apps/rsa.c | 747 +- openssl/apps/rsautl.c | 555 +- openssl/apps/s_apps.h | 105 +- openssl/apps/s_cb.c | 2272 +++-- openssl/apps/s_client.c | 3789 ++++---- openssl/apps/s_server.c | 5315 ++++++----- openssl/apps/s_socket.c | 989 +- openssl/apps/s_time.c | 804 +- openssl/apps/sess_id.c | 434 +- openssl/apps/smime.c | 1387 ++- openssl/apps/speed.c | 5315 +++++------ openssl/apps/spkac.c | 404 +- openssl/apps/srp.c | 1342 +-- openssl/apps/testdsa.h | 430 +- openssl/apps/testrsa.h | 924 +- openssl/apps/timeouts.h | 14 +- openssl/apps/ts.c | 1908 ++-- openssl/apps/verify.c | 544 +- openssl/apps/version.c | 139 +- openssl/apps/vms_decc_init.c | 170 +- openssl/apps/winrand.c | 156 +- openssl/apps/x509.c | 2317 +++-- openssl/bugs/alpha.c | 49 +- openssl/bugs/dggccbug.c | 46 +- openssl/bugs/sgiccbug.c | 77 +- openssl/bugs/stream.c | 119 +- openssl/bugs/ultrixcc.c | 53 +- openssl/config | 25 +- openssl/crypto/LPdir_nyi.c | 27 +- openssl/crypto/LPdir_unix.c | 123 +- openssl/crypto/LPdir_vms.c | 234 +- openssl/crypto/LPdir_win.c | 239 +- openssl/crypto/LPdir_win32.c | 7 +- openssl/crypto/LPdir_wince.c | 13 +- openssl/crypto/Makefile | 15 +- openssl/crypto/aes/Makefile | 20 +- openssl/crypto/aes/aes.h | 100 +- openssl/crypto/aes/aes_cbc.c | 17 +- openssl/crypto/aes/aes_cfb.c | 40 +- openssl/crypto/aes/aes_core.c | 805 +- openssl/crypto/aes/aes_ctr.c | 14 +- openssl/crypto/aes/aes_ecb.c | 18 +- openssl/crypto/aes/aes_ige.c | 454 +- openssl/crypto/aes/aes_locl.h | 50 +- openssl/crypto/aes/aes_misc.c | 33 +- openssl/crypto/aes/aes_ofb.c | 9 +- openssl/crypto/aes/aes_wrap.c | 213 +- openssl/crypto/aes/aes_x86core.c | 1041 +-- openssl/crypto/aes/asm/aes-586.pl | 283 +- openssl/crypto/aes/asm/aes-armv4.pl | 139 +- openssl/crypto/aes/asm/aes-mips.pl | 815 +- openssl/crypto/aes/asm/aes-ppc.pl | 113 +- openssl/crypto/aes/asm/aes-x86_64.pl | 250 +- openssl/crypto/aes/asm/aesni-mb-x86_64.pl | 1395 +++ openssl/crypto/aes/asm/aesni-sha1-x86_64.pl | 1121 ++- openssl/crypto/aes/asm/aesni-sha256-x86_64.pl | 1708 ++++ openssl/crypto/aes/asm/aesni-x86.pl | 331 +- openssl/crypto/aes/asm/aesni-x86_64.pl | 2138 +++-- openssl/crypto/aes/asm/aesp8-ppc.pl | 1942 ++++ openssl/crypto/aes/asm/aest4-sparcv9.pl | 919 ++ openssl/crypto/aes/asm/aesv8-armx.pl | 962 ++ openssl/crypto/aes/asm/bsaes-armv7.pl | 2469 +++++ openssl/crypto/aes/asm/bsaes-x86_64.pl | 74 +- openssl/crypto/aes/asm/vpaes-ppc.pl | 1512 ++++ openssl/crypto/aes/asm/vpaes-x86.pl | 110 +- openssl/crypto/aes/asm/vpaes-x86_64.pl | 100 +- openssl/crypto/arm64cpuid.S | 46 + openssl/crypto/arm_arch.h | 99 +- openssl/crypto/armcap.c | 204 +- openssl/crypto/armv4cpuid.S | 109 +- openssl/crypto/asn1/Makefile | 5 +- openssl/crypto/asn1/a_bitstr.c | 364 +- openssl/crypto/asn1/a_bool.c | 97 +- openssl/crypto/asn1/a_bytes.c | 444 +- openssl/crypto/asn1/a_d2i_fp.c | 378 +- openssl/crypto/asn1/a_digest.c | 70 +- openssl/crypto/asn1/a_dup.c | 88 +- openssl/crypto/asn1/a_enum.c | 213 +- openssl/crypto/asn1/a_gentm.c | 397 +- openssl/crypto/asn1/a_i2d_fp.c | 168 +- openssl/crypto/asn1/a_int.c | 718 +- openssl/crypto/asn1/a_mbstr.c | 553 +- openssl/crypto/asn1/a_object.c | 615 +- openssl/crypto/asn1/a_octet.c | 31 +- openssl/crypto/asn1/a_print.c | 126 +- openssl/crypto/asn1/a_set.c | 321 +- openssl/crypto/asn1/a_sign.c | 386 +- openssl/crypto/asn1/a_strex.c | 919 +- openssl/crypto/asn1/a_strnid.c | 323 +- openssl/crypto/asn1/a_time.c | 260 +- openssl/crypto/asn1/a_type.c | 173 +- openssl/crypto/asn1/a_utctm.c | 526 +- openssl/crypto/asn1/a_utf8.c | 294 +- openssl/crypto/asn1/a_verify.c | 315 +- openssl/crypto/asn1/ameth_lib.c | 683 +- openssl/crypto/asn1/asn1.h | 1902 ++-- openssl/crypto/asn1/asn1_err.c | 540 +- openssl/crypto/asn1/asn1_gen.c | 1468 ++- openssl/crypto/asn1/asn1_lib.c | 739 +- openssl/crypto/asn1/asn1_locl.h | 150 +- openssl/crypto/asn1/asn1_mac.h | 973 +- openssl/crypto/asn1/asn1_par.c | 672 +- openssl/crypto/asn1/asn1t.h | 1207 +-- openssl/crypto/asn1/asn_mime.c | 1512 ++-- openssl/crypto/asn1/asn_moid.c | 149 +- openssl/crypto/asn1/asn_pack.c | 192 +- openssl/crypto/asn1/bio_asn1.c | 780 +- openssl/crypto/asn1/bio_ndef.c | 289 +- openssl/crypto/asn1/charmap.h | 22 +- openssl/crypto/asn1/d2i_pr.c | 186 +- openssl/crypto/asn1/d2i_pu.c | 125 +- openssl/crypto/asn1/evp_asn1.c | 262 +- openssl/crypto/asn1/f_enum.c | 274 +- openssl/crypto/asn1/f_int.c | 294 +- openssl/crypto/asn1/f_string.c | 281 +- openssl/crypto/asn1/i2d_pr.c | 40 +- openssl/crypto/asn1/i2d_pu.c | 46 +- openssl/crypto/asn1/n_pkey.c | 516 +- openssl/crypto/asn1/nsseq.c | 25 +- openssl/crypto/asn1/p5_pbe.c | 141 +- openssl/crypto/asn1/p5_pbev2.c | 362 +- openssl/crypto/asn1/p8_pkey.c | 153 +- openssl/crypto/asn1/t_bitst.c | 65 +- openssl/crypto/asn1/t_crl.c | 109 +- openssl/crypto/asn1/t_pkey.c | 103 +- openssl/crypto/asn1/t_req.c | 360 +- openssl/crypto/asn1/t_spki.c | 73 +- openssl/crypto/asn1/t_x509.c | 881 +- openssl/crypto/asn1/t_x509a.c | 93 +- openssl/crypto/asn1/tasn_dec.c | 2313 +++-- openssl/crypto/asn1/tasn_enc.c | 1153 ++- openssl/crypto/asn1/tasn_fre.c | 375 +- openssl/crypto/asn1/tasn_new.c | 563 +- openssl/crypto/asn1/tasn_prn.c | 945 +- openssl/crypto/asn1/tasn_typ.c | 15 +- openssl/crypto/asn1/tasn_utl.c | 342 +- openssl/crypto/asn1/x_algor.c | 128 +- openssl/crypto/asn1/x_attrib.c | 82 +- openssl/crypto/asn1/x_bignum.c | 96 +- openssl/crypto/asn1/x_crl.c | 789 +- openssl/crypto/asn1/x_exten.c | 17 +- openssl/crypto/asn1/x_info.c | 89 +- openssl/crypto/asn1/x_long.c | 178 +- openssl/crypto/asn1/x_name.c | 774 +- openssl/crypto/asn1/x_nx509.c | 12 +- openssl/crypto/asn1/x_pkey.c | 150 +- openssl/crypto/asn1/x_pubkey.c | 562 +- openssl/crypto/asn1/x_req.c | 53 +- openssl/crypto/asn1/x_sig.c | 16 +- openssl/crypto/asn1/x_spki.c | 27 +- openssl/crypto/asn1/x_val.c | 16 +- openssl/crypto/asn1/x_x509.c | 212 +- openssl/crypto/asn1/x_x509a.c | 153 +- openssl/crypto/bf/bf_cbc.c | 164 +- openssl/crypto/bf/bf_cfb64.c | 128 +- openssl/crypto/bf/bf_ecb.c | 62 +- openssl/crypto/bf/bf_enc.c | 434 +- openssl/crypto/bf/bf_locl.h | 238 +- openssl/crypto/bf/bf_ofb64.c | 106 +- openssl/crypto/bf/bf_opts.c | 383 +- openssl/crypto/bf/bf_pi.h | 800 +- openssl/crypto/bf/bf_skey.c | 105 +- openssl/crypto/bf/bfspeed.c | 306 +- openssl/crypto/bf/bftest.c | 920 +- openssl/crypto/bf/blowfish.h | 81 +- openssl/crypto/bio/b_dump.c | 228 +- openssl/crypto/bio/b_print.c | 368 +- openssl/crypto/bio/b_sock.c | 1701 ++-- openssl/crypto/bio/bf_buff.c | 863 +- openssl/crypto/bio/bf_lbuf.c | 580 +- openssl/crypto/bio/bf_nbio.c | 322 +- openssl/crypto/bio/bf_null.c | 206 +- openssl/crypto/bio/bio.h | 1201 +-- openssl/crypto/bio/bio_cb.c | 155 +- openssl/crypto/bio/bio_err.c | 163 +- openssl/crypto/bio/bio_lcl.h | 60 +- openssl/crypto/bio/bio_lib.c | 844 +- openssl/crypto/bio/bss_acpt.c | 733 +- openssl/crypto/bio/bss_bio.c | 1476 ++- openssl/crypto/bio/bss_conn.c | 1053 ++- openssl/crypto/bio/bss_dgram.c | 3565 ++++---- openssl/crypto/bio/bss_fd.c | 413 +- openssl/crypto/bio/bss_file.c | 758 +- openssl/crypto/bio/bss_log.c | 588 +- openssl/crypto/bio/bss_mem.c | 436 +- openssl/crypto/bio/bss_null.c | 139 +- openssl/crypto/bio/bss_rtcp.c | 297 +- openssl/crypto/bio/bss_sock.c | 373 +- openssl/crypto/bn/Makefile | 17 +- openssl/crypto/bn/asm/armv4-gf2m.pl | 169 +- openssl/crypto/bn/asm/armv4-mont.pl | 484 +- openssl/crypto/bn/asm/mips-mont.pl | 2 +- openssl/crypto/bn/asm/mips.pl | 613 +- openssl/crypto/bn/asm/ppc-mont.pl | 1 + openssl/crypto/bn/asm/ppc.pl | 10 + openssl/crypto/bn/asm/ppc64-mont.pl | 660 +- openssl/crypto/bn/asm/rsaz-avx2.pl | 1898 ++++ openssl/crypto/bn/asm/rsaz-x86_64.pl | 2144 +++++ openssl/crypto/bn/asm/sparct4-mont.pl | 1222 +++ openssl/crypto/bn/asm/sparcv9-gf2m.pl | 190 + openssl/crypto/bn/asm/vis3-mont.pl | 373 + openssl/crypto/bn/asm/x86_64-gcc.c | 1104 +-- openssl/crypto/bn/asm/x86_64-mont.pl | 1289 ++- openssl/crypto/bn/asm/x86_64-mont5.pl | 2903 +++++- openssl/crypto/bn/bn.h | 1194 +-- openssl/crypto/bn/bn_add.c | 430 +- openssl/crypto/bn/bn_asm.c | 1863 ++-- openssl/crypto/bn/bn_blind.c | 482 +- openssl/crypto/bn/bn_const.c | 807 +- openssl/crypto/bn/bn_ctx.c | 592 +- openssl/crypto/bn/bn_depr.c | 85 +- openssl/crypto/bn/bn_div.c | 755 +- openssl/crypto/bn/bn_err.c | 152 +- openssl/crypto/bn/bn_exp.c | 2178 +++-- openssl/crypto/bn/bn_exp2.c | 365 +- openssl/crypto/bn/bn_gcd.c | 1117 +-- openssl/crypto/bn/bn_gf2m.c | 2110 +++-- openssl/crypto/bn/bn_kron.c | 246 +- openssl/crypto/bn/bn_lcl.h | 652 +- openssl/crypto/bn/bn_lib.c | 1437 +-- openssl/crypto/bn/bn_mod.c | 353 +- openssl/crypto/bn/bn_mont.c | 762 +- openssl/crypto/bn/bn_mpi.c | 130 +- openssl/crypto/bn/bn_mul.c | 2004 ++-- openssl/crypto/bn/bn_nist.c | 2039 +++-- openssl/crypto/bn/bn_prime.c | 745 +- openssl/crypto/bn/bn_prime.h | 535 +- openssl/crypto/bn/bn_print.c | 593 +- openssl/crypto/bn/bn_rand.c | 316 +- openssl/crypto/bn/bn_recp.c | 329 +- openssl/crypto/bn/bn_shift.c | 291 +- openssl/crypto/bn/bn_sqr.c | 369 +- openssl/crypto/bn/bn_sqrt.c | 678 +- openssl/crypto/bn/bn_word.c | 319 +- openssl/crypto/bn/bn_x931p.c | 334 +- openssl/crypto/bn/bnspeed.c | 245 +- openssl/crypto/bn/bntest.c | 3808 ++++---- openssl/crypto/bn/divtest.c | 37 +- openssl/crypto/bn/exp.c | 105 +- openssl/crypto/bn/expspeed.c | 396 +- openssl/crypto/bn/exptest.c | 354 +- openssl/crypto/bn/rsaz_exp.c | 336 + openssl/crypto/bn/rsaz_exp.h | 47 + openssl/crypto/bn/vms-helper.c | 10 +- openssl/crypto/buffer/buf_err.c | 48 +- openssl/crypto/buffer/buf_str.c | 111 +- openssl/crypto/buffer/buffer.c | 248 +- openssl/crypto/buffer/buffer.h | 70 +- openssl/crypto/camellia/Makefile | 2 + openssl/crypto/camellia/asm/cmll-x86_64.pl | 4 +- openssl/crypto/camellia/asm/cmllt4-sparcv9.pl | 929 ++ openssl/crypto/camellia/camellia.c | 842 +- openssl/crypto/camellia/camellia.h | 92 +- openssl/crypto/camellia/cmll_cbc.c | 20 +- openssl/crypto/camellia/cmll_cfb.c | 56 +- openssl/crypto/camellia/cmll_ctr.c | 18 +- openssl/crypto/camellia/cmll_ecb.c | 21 +- openssl/crypto/camellia/cmll_locl.h | 32 +- openssl/crypto/camellia/cmll_misc.c | 40 +- openssl/crypto/camellia/cmll_ofb.c | 29 +- openssl/crypto/camellia/cmll_utl.c | 14 +- openssl/crypto/cast/c_cfb64.c | 126 +- openssl/crypto/cast/c_ecb.c | 44 +- openssl/crypto/cast/c_enc.c | 276 +- openssl/crypto/cast/c_ofb64.c | 104 +- openssl/crypto/cast/c_skey.c | 192 +- openssl/crypto/cast/cast.h | 64 +- openssl/crypto/cast/cast_lcl.h | 242 +- openssl/crypto/cast/cast_s.h | 1075 +-- openssl/crypto/cast/cast_spd.c | 304 +- openssl/crypto/cast/castopts.c | 384 +- openssl/crypto/cast/casttest.c | 312 +- openssl/crypto/cmac/cm_ameth.c | 61 +- openssl/crypto/cmac/cm_pmeth.c | 292 +- openssl/crypto/cmac/cmac.c | 424 +- openssl/crypto/cmac/cmac.h | 14 +- openssl/crypto/cms/Makefile | 49 +- openssl/crypto/cms/cms.h | 620 +- openssl/crypto/cms/cms_asn1.c | 448 +- openssl/crypto/cms/cms_att.c | 112 +- openssl/crypto/cms/cms_cd.c | 104 +- openssl/crypto/cms/cms_dd.c | 139 +- openssl/crypto/cms/cms_enc.c | 382 +- openssl/crypto/cms/cms_env.c | 1562 ++-- openssl/crypto/cms/cms_err.c | 408 +- openssl/crypto/cms/cms_ess.c | 605 +- openssl/crypto/cms/cms_io.c | 114 +- openssl/crypto/cms/cms_kari.c | 461 + openssl/crypto/cms/cms_lcl.h | 658 +- openssl/crypto/cms/cms_lib.c | 970 +- openssl/crypto/cms/cms_pwri.c | 738 +- openssl/crypto/cms/cms_sd.c | 1672 ++-- openssl/crypto/cms/cms_smime.c | 1444 ++- openssl/crypto/comp/c_rle.c | 91 +- openssl/crypto/comp/c_zlib.c | 1317 ++- openssl/crypto/comp/comp.h | 89 +- openssl/crypto/comp/comp_err.c | 50 +- openssl/crypto/comp/comp_lib.c | 104 +- openssl/crypto/conf/cnf_save.c | 76 +- openssl/crypto/conf/conf.h | 246 +- openssl/crypto/conf/conf_api.c | 408 +- openssl/crypto/conf/conf_api.h | 26 +- openssl/crypto/conf/conf_def.c | 1167 ++- openssl/crypto/conf/conf_def.h | 241 +- openssl/crypto/conf/conf_err.c | 116 +- openssl/crypto/conf/conf_lib.c | 550 +- openssl/crypto/conf/conf_mall.c | 22 +- openssl/crypto/conf/conf_mod.c | 878 +- openssl/crypto/conf/conf_sap.c | 68 +- openssl/crypto/conf/test.c | 63 +- openssl/crypto/constant_time_locl.h | 131 +- openssl/crypto/constant_time_test.c | 474 +- openssl/crypto/cpt_err.c | 61 +- openssl/crypto/cryptlib.c | 1444 +-- openssl/crypto/cryptlib.h | 70 +- openssl/crypto/crypto-lib.com | 28 +- openssl/crypto/crypto.h | 742 +- openssl/crypto/cversion.c | 80 +- openssl/crypto/des/Makefile | 2 + openssl/crypto/des/asm/des-586.pl | 4 +- openssl/crypto/des/asm/des_enc.m4 | 2 + openssl/crypto/des/asm/dest4-sparcv9.pl | 617 ++ openssl/crypto/des/cbc3_enc.c | 80 +- openssl/crypto/des/cbc_cksm.c | 97 +- openssl/crypto/des/cbc_enc.c | 14 +- openssl/crypto/des/cfb64ede.c | 363 +- openssl/crypto/des/cfb64enc.c | 127 +- openssl/crypto/des/cfb_enc.c | 244 +- openssl/crypto/des/des.c | 1562 ++-- openssl/crypto/des/des.h | 315 +- openssl/crypto/des/des_enc.c | 611 +- openssl/crypto/des/des_locl.h | 717 +- openssl/crypto/des/des_old.c | 446 +- openssl/crypto/des/des_old.h | 655 +- openssl/crypto/des/des_old2.c | 36 +- openssl/crypto/des/des_opts.c | 913 +- openssl/crypto/des/des_ver.h | 18 +- openssl/crypto/des/destest.c | 1699 ++-- openssl/crypto/des/ecb3_enc.c | 53 +- openssl/crypto/des/ecb_enc.c | 100 +- openssl/crypto/des/ede_cbcm_enc.c | 250 +- openssl/crypto/des/enc_read.c | 321 +- openssl/crypto/des/enc_writ.c | 190 +- openssl/crypto/des/fcrypt.c | 265 +- openssl/crypto/des/fcrypt_b.c | 123 +- openssl/crypto/des/ncbc_enc.c | 164 +- openssl/crypto/des/ofb64ede.c | 126 +- openssl/crypto/des/ofb64enc.c | 105 +- openssl/crypto/des/ofb_enc.c | 146 +- openssl/crypto/des/pcbc_enc.c | 124 +- openssl/crypto/des/qud_cksm.c | 136 +- openssl/crypto/des/rand_key.c | 19 +- openssl/crypto/des/read2pwd.c | 54 +- openssl/crypto/des/read_pwd.c | 728 +- openssl/crypto/des/rpc_des.h | 63 +- openssl/crypto/des/rpc_enc.c | 72 +- openssl/crypto/des/rpw.c | 75 +- openssl/crypto/des/set_key.c | 644 +- openssl/crypto/des/speed.c | 349 +- openssl/crypto/des/spr.h | 321 +- openssl/crypto/des/str2key.c | 192 +- openssl/crypto/des/xcbc_enc.c | 279 +- openssl/crypto/dh/Makefile | 50 +- openssl/crypto/dh/dh.h | 454 +- openssl/crypto/dh/dh_ameth.c | 1240 ++- openssl/crypto/dh/dh_asn1.c | 138 +- openssl/crypto/dh/dh_check.c | 165 +- openssl/crypto/dh/dh_depr.c | 29 +- openssl/crypto/dh/dh_err.c | 102 +- openssl/crypto/dh/dh_gen.c | 206 +- openssl/crypto/dh/dh_kdf.c | 187 + openssl/crypto/dh/dh_key.c | 373 +- openssl/crypto/dh/dh_lib.c | 301 +- openssl/crypto/dh/dh_pmeth.c | 646 +- openssl/crypto/dh/dh_prn.c | 37 +- openssl/crypto/dh/dh_rfc5114.c | 285 + openssl/crypto/dh/dhtest.c | 624 +- openssl/crypto/dh/p1024.c | 62 +- openssl/crypto/dh/p192.c | 38 +- openssl/crypto/dh/p512.c | 48 +- openssl/crypto/dsa/dsa.h | 423 +- openssl/crypto/dsa/dsa_ameth.c | 1146 ++- openssl/crypto/dsa/dsa_asn1.c | 180 +- openssl/crypto/dsa/dsa_depr.c | 81 +- openssl/crypto/dsa/dsa_err.c | 117 +- openssl/crypto/dsa/dsa_gen.c | 991 +- openssl/crypto/dsa/dsa_key.c | 145 +- openssl/crypto/dsa/dsa_lib.c | 416 +- openssl/crypto/dsa/dsa_locl.h | 17 +- openssl/crypto/dsa/dsa_ossl.c | 642 +- openssl/crypto/dsa/dsa_pmeth.c | 464 +- openssl/crypto/dsa/dsa_prn.c | 98 +- openssl/crypto/dsa/dsa_sign.c | 86 +- openssl/crypto/dsa/dsa_vrf.c | 31 +- openssl/crypto/dsa/dsagen.c | 82 +- openssl/crypto/dsa/dsatest.c | 319 +- openssl/crypto/dso/dso.h | 582 +- openssl/crypto/dso/dso_beos.c | 333 +- openssl/crypto/dso/dso_dl.c | 549 +- openssl/crypto/dso/dso_dlfcn.c | 700 +- openssl/crypto/dso/dso_err.c | 169 +- openssl/crypto/dso/dso_lib.c | 718 +- openssl/crypto/dso/dso_null.c | 50 +- openssl/crypto/dso/dso_openssl.c | 26 +- openssl/crypto/dso/dso_vms.c | 837 +- openssl/crypto/dso/dso_win32.c | 1412 ++- openssl/crypto/ebcdic.c | 343 +- openssl/crypto/ebcdic.h | 12 +- openssl/crypto/ec/Makefile | 41 +- openssl/crypto/ec/asm/ecp_nistz256-avx2.pl | 2093 +++++ openssl/crypto/ec/asm/ecp_nistz256-x86_64.pl | 2993 ++++++ openssl/crypto/ec/ec.h | 814 +- openssl/crypto/ec/ec2_mult.c | 630 +- openssl/crypto/ec/ec2_oct.c | 620 +- openssl/crypto/ec/ec2_smpl.c | 1241 +-- openssl/crypto/ec/ec_ameth.c | 1406 +-- openssl/crypto/ec/ec_asn1.c | 2413 +++-- openssl/crypto/ec/ec_check.c | 115 +- openssl/crypto/ec/ec_curve.c | 5076 +++++++---- openssl/crypto/ec/ec_cvt.c | 192 +- openssl/crypto/ec/ec_err.c | 461 +- openssl/crypto/ec/ec_key.c | 855 +- openssl/crypto/ec/ec_lcl.h | 666 +- openssl/crypto/ec/ec_lib.c | 1799 ++-- openssl/crypto/ec/ec_mult.c | 1571 ++-- openssl/crypto/ec/ec_oct.c | 223 +- openssl/crypto/ec/ec_pmeth.c | 707 +- openssl/crypto/ec/ec_print.c | 216 +- openssl/crypto/ec/eck_prn.c | 595 +- openssl/crypto/ec/ecp_mont.c | 457 +- openssl/crypto/ec/ecp_nist.c | 264 +- openssl/crypto/ec/ecp_nistp224.c | 2953 +++--- openssl/crypto/ec/ecp_nistp256.c | 3866 ++++---- openssl/crypto/ec/ecp_nistp521.c | 3637 ++++---- openssl/crypto/ec/ecp_nistputil.c | 191 +- openssl/crypto/ec/ecp_nistz256.c | 1486 +++ openssl/crypto/ec/ecp_nistz256_table.c | 9533 ++++++++++++++++++++ openssl/crypto/ec/ecp_oct.c | 719 +- openssl/crypto/ec/ecp_smpl.c | 2489 ++--- openssl/crypto/ec/ectest.c | 3180 ++++--- openssl/crypto/ecdh/Makefile | 12 +- openssl/crypto/ecdh/ecdh.h | 63 +- openssl/crypto/ecdh/ecdhtest.c | 744 +- openssl/crypto/ecdh/ech_err.c | 50 +- openssl/crypto/ecdh/ech_kdf.c | 111 + openssl/crypto/ecdh/ech_key.c | 15 +- openssl/crypto/ecdh/ech_lib.c | 268 +- openssl/crypto/ecdh/ech_locl.h | 58 +- openssl/crypto/ecdh/ech_ossl.c | 241 +- openssl/crypto/ecdsa/ecdsa.h | 195 +- openssl/crypto/ecdsa/ecdsatest.c | 908 +- openssl/crypto/ecdsa/ecs_asn1.c | 6 +- openssl/crypto/ecdsa/ecs_err.c | 65 +- openssl/crypto/ecdsa/ecs_lib.c | 355 +- openssl/crypto/ecdsa/ecs_locl.h | 69 +- openssl/crypto/ecdsa/ecs_ossl.c | 743 +- openssl/crypto/ecdsa/ecs_sign.c | 62 +- openssl/crypto/ecdsa/ecs_vrf.c | 64 +- openssl/crypto/engine/Makefile | 18 +- openssl/crypto/engine/eng_all.c | 131 +- openssl/crypto/engine/eng_cnf.c | 331 +- openssl/crypto/engine/eng_cryptodev.c | 2272 ++--- openssl/crypto/engine/eng_ctrl.c | 620 +- openssl/crypto/engine/eng_dyn.c | 920 +- openssl/crypto/engine/eng_err.c | 206 +- openssl/crypto/engine/eng_fat.c | 175 +- openssl/crypto/engine/eng_init.c | 171 +- openssl/crypto/engine/eng_int.h | 220 +- openssl/crypto/engine/eng_lib.c | 427 +- openssl/crypto/engine/eng_list.c | 618 +- openssl/crypto/engine/eng_openssl.c | 494 +- openssl/crypto/engine/eng_pkey.c | 226 +- openssl/crypto/engine/eng_rdrand.c | 142 +- openssl/crypto/engine/eng_rsax.c | 863 +- openssl/crypto/engine/eng_table.c | 473 +- openssl/crypto/engine/engine.h | 1162 +-- openssl/crypto/engine/enginetest.c | 406 +- openssl/crypto/engine/tb_asnmth.c | 302 +- openssl/crypto/engine/tb_cipher.c | 124 +- openssl/crypto/engine/tb_dh.c | 84 +- openssl/crypto/engine/tb_digest.c | 124 +- openssl/crypto/engine/tb_dsa.c | 84 +- openssl/crypto/engine/tb_ecdh.c | 84 +- openssl/crypto/engine/tb_ecdsa.c | 84 +- openssl/crypto/engine/tb_pkmeth.c | 161 +- openssl/crypto/engine/tb_rand.c | 84 +- openssl/crypto/engine/tb_rsa.c | 84 +- openssl/crypto/engine/tb_store.c | 84 +- openssl/crypto/err/err.c | 1647 ++-- openssl/crypto/err/err.h | 435 +- openssl/crypto/err/err_all.c | 146 +- openssl/crypto/err/err_prn.c | 87 +- openssl/crypto/err/openssl.ec | 1 + openssl/crypto/evp/Makefile | 54 +- openssl/crypto/evp/bio_b64.c | 1006 +-- openssl/crypto/evp/bio_enc.c | 682 +- openssl/crypto/evp/bio_md.c | 349 +- openssl/crypto/evp/bio_ok.c | 1061 ++- openssl/crypto/evp/c_all.c | 44 +- openssl/crypto/evp/c_allc.c | 293 +- openssl/crypto/evp/c_alld.c | 74 +- openssl/crypto/evp/digest.c | 468 +- openssl/crypto/evp/e_aes.c | 3012 ++++--- openssl/crypto/evp/e_aes_cbc_hmac_sha1.c | 1391 ++- openssl/crypto/evp/e_aes_cbc_hmac_sha256.c | 970 ++ openssl/crypto/evp/e_bf.c | 47 +- openssl/crypto/evp/e_camellia.c | 379 +- openssl/crypto/evp/e_cast.c | 51 +- openssl/crypto/evp/e_des.c | 308 +- openssl/crypto/evp/e_des3.c | 591 +- openssl/crypto/evp/e_dsa.c | 24 +- openssl/crypto/evp/e_idea.c | 87 +- openssl/crypto/evp/e_null.c | 74 +- openssl/crypto/evp/e_old.c | 129 +- openssl/crypto/evp/e_rc2.c | 303 +- openssl/crypto/evp/e_rc4.c | 122 +- openssl/crypto/evp/e_rc4_hmac_md5.c | 450 +- openssl/crypto/evp/e_rc5.c | 102 +- openssl/crypto/evp/e_seed.c | 35 +- openssl/crypto/evp/e_xcbc_d.c | 122 +- openssl/crypto/evp/encode.c | 696 +- openssl/crypto/evp/evp.h | 1942 ++-- openssl/crypto/evp/evp_acnf.c | 22 +- openssl/crypto/evp/evp_cnf.c | 95 +- openssl/crypto/evp/evp_enc.c | 1087 ++- openssl/crypto/evp/evp_err.c | 348 +- openssl/crypto/evp/evp_fips.c | 113 - openssl/crypto/evp/evp_key.c | 236 +- openssl/crypto/evp/evp_lib.c | 413 +- openssl/crypto/evp/evp_locl.h | 486 +- openssl/crypto/evp/evp_pbe.c | 418 +- openssl/crypto/evp/evp_pkey.c | 235 +- openssl/crypto/evp/evp_test.c | 714 +- openssl/crypto/evp/evptests.txt | 67 + openssl/crypto/evp/m_dss.c | 67 +- openssl/crypto/evp/m_dss1.c | 78 +- openssl/crypto/evp/m_ecdsa.c | 67 +- openssl/crypto/evp/m_md2.c | 77 +- openssl/crypto/evp/m_md4.c | 79 +- openssl/crypto/evp/m_md5.c | 79 +- openssl/crypto/evp/m_mdc2.c | 79 +- openssl/crypto/evp/m_null.c | 65 +- openssl/crypto/evp/m_ripemd.c | 79 +- openssl/crypto/evp/m_sha.c | 77 +- openssl/crypto/evp/m_sha1.c | 276 +- openssl/crypto/evp/m_sigver.c | 257 +- openssl/crypto/evp/m_wp.c | 67 +- openssl/crypto/evp/names.c | 269 +- openssl/crypto/evp/openbsd_hw.c | 527 +- openssl/crypto/evp/p5_crpt.c | 142 +- openssl/crypto/evp/p5_crpt2.c | 508 +- openssl/crypto/evp/p_dec.c | 40 +- openssl/crypto/evp/p_enc.c | 43 +- openssl/crypto/evp/p_lib.c | 571 +- openssl/crypto/evp/p_open.c | 111 +- openssl/crypto/evp/p_seal.c | 90 +- openssl/crypto/evp/p_sign.c | 138 +- openssl/crypto/evp/p_verify.c | 111 +- openssl/crypto/evp/pmeth_fn.c | 516 +- openssl/crypto/evp/pmeth_gn.c | 268 +- openssl/crypto/evp/pmeth_lib.c | 836 +- openssl/crypto/ex_data.c | 846 +- openssl/crypto/fips_err.h | 284 +- openssl/crypto/fips_ers.c | 2 +- openssl/crypto/hmac/hm_ameth.c | 157 +- openssl/crypto/hmac/hm_pmeth.c | 373 +- openssl/crypto/hmac/hmac.c | 328 +- openssl/crypto/hmac/hmac.h | 59 +- openssl/crypto/hmac/hmactest.c | 188 +- openssl/crypto/idea/i_cbc.c | 209 +- openssl/crypto/idea/i_cfb64.c | 127 +- openssl/crypto/idea/i_ecb.c | 51 +- openssl/crypto/idea/i_ofb64.c | 105 +- openssl/crypto/idea/i_skey.c | 191 +- openssl/crypto/idea/idea.h | 56 +- openssl/crypto/idea/idea_lcl.h | 247 +- openssl/crypto/idea/idea_spd.c | 336 +- openssl/crypto/idea/ideatest.c | 313 +- openssl/crypto/install-crypto.com | 5 +- openssl/crypto/jpake/jpake.c | 361 +- openssl/crypto/jpake/jpake.h | 93 +- openssl/crypto/jpake/jpake_err.c | 67 +- openssl/crypto/jpake/jpaketest.c | 131 +- openssl/crypto/krb5/krb5_asn.c | 95 +- openssl/crypto/krb5/krb5_asn.h | 268 +- openssl/crypto/lhash/lh_stats.c | 322 +- openssl/crypto/lhash/lh_test.c | 54 +- openssl/crypto/lhash/lhash.c | 677 +- openssl/crypto/lhash/lhash.h | 255 +- openssl/crypto/md2/md2.c | 105 +- openssl/crypto/md2/md2.h | 47 +- openssl/crypto/md2/md2_dgst.c | 303 +- openssl/crypto/md2/md2_one.c | 64 +- openssl/crypto/md2/md2test.c | 135 +- openssl/crypto/md32_common.h | 481 +- openssl/crypto/md4/md4.c | 106 +- openssl/crypto/md4/md4.h | 69 +- openssl/crypto/md4/md4_dgst.c | 224 +- openssl/crypto/md4/md4_locl.h | 75 +- openssl/crypto/md4/md4_one.c | 61 +- openssl/crypto/md4/md4test.c | 119 +- openssl/crypto/md5/Makefile | 3 + openssl/crypto/md5/asm/md5-sparcv9.pl | 430 + openssl/crypto/md5/md5.c | 106 +- openssl/crypto/md5/md5.h | 67 +- openssl/crypto/md5/md5_dgst.c | 257 +- openssl/crypto/md5/md5_locl.h | 91 +- openssl/crypto/md5/md5_one.c | 61 +- openssl/crypto/md5/md5test.c | 128 +- openssl/crypto/mdc2/mdc2.h | 48 +- openssl/crypto/mdc2/mdc2_one.c | 36 +- openssl/crypto/mdc2/mdc2dgst.c | 240 +- openssl/crypto/mdc2/mdc2test.c | 137 +- openssl/crypto/mem.c | 643 +- openssl/crypto/mem_clr.c | 32 +- openssl/crypto/mem_dbg.c | 1230 ++- openssl/crypto/modes/Makefile | 24 +- openssl/crypto/modes/asm/aesni-gcm-x86_64.pl | 1057 +++ openssl/crypto/modes/asm/ghash-armv4.pl | 232 +- openssl/crypto/modes/asm/ghash-s390x.pl | 6 +- openssl/crypto/modes/asm/ghash-sparcv9.pl | 247 +- openssl/crypto/modes/asm/ghash-x86.pl | 199 +- openssl/crypto/modes/asm/ghash-x86_64.pl | 1149 ++- openssl/crypto/modes/asm/ghashp8-ppc.pl | 234 + openssl/crypto/modes/asm/ghashv8-armx.pl | 241 + openssl/crypto/modes/cbc128.c | 252 +- openssl/crypto/modes/ccm128.c | 682 +- openssl/crypto/modes/cfb128.c | 292 +- openssl/crypto/modes/ctr128.c | 354 +- openssl/crypto/modes/cts128.c | 707 +- openssl/crypto/modes/gcm128.c | 3478 +++---- openssl/crypto/modes/modes.h | 194 +- openssl/crypto/modes/modes_lcl.h | 171 +- openssl/crypto/modes/ofb128.c | 105 +- openssl/crypto/modes/wrap128.c | 138 + openssl/crypto/modes/xts128.c | 243 +- openssl/crypto/o_dir.c | 25 +- openssl/crypto/o_dir.h | 20 +- openssl/crypto/o_dir_test.c | 34 +- openssl/crypto/o_fips.c | 58 +- openssl/crypto/o_init.c | 37 +- openssl/crypto/o_str.c | 77 +- openssl/crypto/o_str.h | 13 +- openssl/crypto/o_time.c | 578 +- openssl/crypto/o_time.h | 13 +- openssl/crypto/objects/o_names.c | 579 +- openssl/crypto/objects/obj_dat.c | 1308 ++- openssl/crypto/objects/obj_dat.h | 234 +- openssl/crypto/objects/obj_err.c | 54 +- openssl/crypto/objects/obj_lib.c | 134 +- openssl/crypto/objects/obj_mac.h | 7530 ++++++++-------- openssl/crypto/objects/obj_mac.num | 38 + openssl/crypto/objects/obj_xref.c | 276 +- openssl/crypto/objects/obj_xref.h | 168 +- openssl/crypto/objects/obj_xref.txt | 12 + openssl/crypto/objects/objects.h | 1775 ++-- openssl/crypto/objects/objects.txt | 58 + openssl/crypto/objects/objxref.pl | 8 +- openssl/crypto/ocsp/ocsp.h | 648 +- openssl/crypto/ocsp/ocsp_asn.c | 97 +- openssl/crypto/ocsp/ocsp_cl.c | 536 +- openssl/crypto/ocsp/ocsp_err.c | 143 +- openssl/crypto/ocsp/ocsp_ext.c | 744 +- openssl/crypto/ocsp/ocsp_ht.c | 857 +- openssl/crypto/ocsp/ocsp_lib.c | 399 +- openssl/crypto/ocsp/ocsp_prn.c | 428 +- openssl/crypto/ocsp/ocsp_srv.c | 365 +- openssl/crypto/ocsp/ocsp_vfy.c | 736 +- openssl/crypto/opensslconf.h | 12 + openssl/crypto/opensslv.h | 55 +- openssl/crypto/ossl_typ.h | 92 +- openssl/crypto/pem/Makefile | 13 +- openssl/crypto/pem/pem.h | 902 +- openssl/crypto/pem/pem2.h | 2 +- openssl/crypto/pem/pem_all.c | 452 +- openssl/crypto/pem/pem_err.c | 183 +- openssl/crypto/pem/pem_info.c | 598 +- openssl/crypto/pem/pem_lib.c | 1452 +-- openssl/crypto/pem/pem_oth.c | 42 +- openssl/crypto/pem/pem_pk8.c | 259 +- openssl/crypto/pem/pem_pkey.c | 375 +- openssl/crypto/pem/pem_seal.c | 254 +- openssl/crypto/pem/pem_sign.c | 71 +- openssl/crypto/pem/pem_x509.c | 8 +- openssl/crypto/pem/pem_xaux.c | 10 +- openssl/crypto/pem/pvkfmt.c | 1566 ++-- openssl/crypto/perlasm/ppc-xlate.pl | 81 +- openssl/crypto/perlasm/sparcv9_modes.pl | 1686 ++++ openssl/crypto/perlasm/x86_64-xlate.pl | 86 +- openssl/crypto/perlasm/x86asm.pl | 38 + openssl/crypto/perlasm/x86gas.pl | 13 +- openssl/crypto/perlasm/x86masm.pl | 4 +- openssl/crypto/perlasm/x86nasm.pl | 4 +- openssl/crypto/pkcs12/p12_add.c | 265 +- openssl/crypto/pkcs12/p12_asn.c | 56 +- openssl/crypto/pkcs12/p12_attr.c | 110 +- openssl/crypto/pkcs12/p12_crpt.c | 86 +- openssl/crypto/pkcs12/p12_crt.c | 516 +- openssl/crypto/pkcs12/p12_decr.c | 224 +- openssl/crypto/pkcs12/p12_init.c | 56 +- openssl/crypto/pkcs12/p12_key.c | 275 +- openssl/crypto/pkcs12/p12_kiss.c | 425 +- openssl/crypto/pkcs12/p12_mutl.c | 222 +- openssl/crypto/pkcs12/p12_npas.c | 268 +- openssl/crypto/pkcs12/p12_p8d.c | 16 +- openssl/crypto/pkcs12/p12_p8e.c | 70 +- openssl/crypto/pkcs12/p12_utl.c | 103 +- openssl/crypto/pkcs12/pk12err.c | 145 +- openssl/crypto/pkcs12/pkcs12.h | 339 +- openssl/crypto/pkcs7/bio_pk7.c | 15 +- openssl/crypto/pkcs7/pk7_asn1.c | 200 +- openssl/crypto/pkcs7/pk7_attr.c | 166 +- openssl/crypto/pkcs7/pk7_dgst.c | 13 +- openssl/crypto/pkcs7/pk7_doit.c | 2268 +++-- openssl/crypto/pkcs7/pk7_enc.c | 21 +- openssl/crypto/pkcs7/pk7_lib.c | 1114 ++- openssl/crypto/pkcs7/pk7_mime.c | 53 +- openssl/crypto/pkcs7/pk7_smime.c | 974 +- openssl/crypto/pkcs7/pkcs7.h | 613 +- openssl/crypto/pkcs7/pkcs7err.c | 247 +- openssl/crypto/ppc_arch.h | 10 + openssl/crypto/ppccap.c | 221 +- openssl/crypto/ppccpuid.pl | 16 + openssl/crypto/pqueue/pq_test.c | 53 +- openssl/crypto/pqueue/pqueue.c | 359 +- openssl/crypto/pqueue/pqueue.h | 35 +- openssl/crypto/rand/md_rand.c | 839 +- openssl/crypto/rand/rand.h | 104 +- openssl/crypto/rand/rand_egd.c | 358 +- openssl/crypto/rand/rand_err.c | 53 +- openssl/crypto/rand/rand_lcl.h | 93 +- openssl/crypto/rand/rand_lib.c | 359 +- openssl/crypto/rand/rand_nw.c | 110 +- openssl/crypto/rand/rand_os2.c | 86 +- openssl/crypto/rand/rand_unix.c | 622 +- openssl/crypto/rand/rand_vms.c | 167 +- openssl/crypto/rand/rand_win.c | 1227 ++- openssl/crypto/rand/randfile.c | 394 +- openssl/crypto/rand/randtest.c | 278 +- openssl/crypto/rc2/rc2.h | 64 +- openssl/crypto/rc2/rc2_cbc.c | 334 +- openssl/crypto/rc2/rc2_ecb.c | 48 +- openssl/crypto/rc2/rc2_locl.h | 153 +- openssl/crypto/rc2/rc2_skey.c | 162 +- openssl/crypto/rc2/rc2cfb64.c | 127 +- openssl/crypto/rc2/rc2ofb64.c | 105 +- openssl/crypto/rc2/rc2speed.c | 305 +- openssl/crypto/rc2/rc2test.c | 366 +- openssl/crypto/rc2/tab.c | 160 +- openssl/crypto/rc4/Makefile | 4 +- openssl/crypto/rc4/asm/rc4-586.pl | 8 +- openssl/crypto/rc4/rc4.c | 232 +- openssl/crypto/rc4/rc4.h | 36 +- openssl/crypto/rc4/rc4_enc.c | 493 +- openssl/crypto/rc4/rc4_locl.h | 6 +- openssl/crypto/rc4/rc4_skey.c | 86 +- openssl/crypto/rc4/rc4_utl.c | 10 +- openssl/crypto/rc4/rc4speed.c | 284 +- openssl/crypto/rc4/rc4test.c | 327 +- openssl/crypto/rc5/rc5.h | 79 +- openssl/crypto/rc5/rc5_ecb.c | 45 +- openssl/crypto/rc5/rc5_enc.c | 292 +- openssl/crypto/rc5/rc5_locl.h | 226 +- openssl/crypto/rc5/rc5_skey.c | 103 +- openssl/crypto/rc5/rc5cfb64.c | 127 +- openssl/crypto/rc5/rc5ofb64.c | 105 +- openssl/crypto/rc5/rc5speed.c | 306 +- openssl/crypto/rc5/rc5test.c | 585 +- openssl/crypto/ripemd/ripemd.h | 66 +- openssl/crypto/ripemd/rmd160.c | 106 +- openssl/crypto/ripemd/rmd_dgst.c | 470 +- openssl/crypto/ripemd/rmd_locl.h | 75 +- openssl/crypto/ripemd/rmd_one.c | 39 +- openssl/crypto/ripemd/rmdconst.h | 13 +- openssl/crypto/ripemd/rmdtest.c | 138 +- openssl/crypto/rsa/Makefile | 15 +- openssl/crypto/rsa/rsa.h | 933 +- openssl/crypto/rsa/rsa_ameth.c | 1440 +-- openssl/crypto/rsa/rsa_asn1.c | 80 +- openssl/crypto/rsa/rsa_chk.c | 292 +- openssl/crypto/rsa/rsa_crpt.c | 316 +- openssl/crypto/rsa/rsa_depr.c | 64 +- openssl/crypto/rsa/rsa_eay.c | 1523 ++-- openssl/crypto/rsa/rsa_err.c | 311 +- openssl/crypto/rsa/rsa_gen.c | 346 +- openssl/crypto/rsa/rsa_lib.c | 421 +- openssl/crypto/rsa/rsa_locl.h | 8 +- openssl/crypto/rsa/rsa_none.c | 64 +- openssl/crypto/rsa/rsa_null.c | 122 +- openssl/crypto/rsa/rsa_oaep.c | 512 +- openssl/crypto/rsa/rsa_pk1.c | 410 +- openssl/crypto/rsa/rsa_pmeth.c | 1273 +-- openssl/crypto/rsa/rsa_prn.c | 53 +- openssl/crypto/rsa/rsa_pss.c | 400 +- openssl/crypto/rsa/rsa_saos.c | 158 +- openssl/crypto/rsa/rsa_sign.c | 464 +- openssl/crypto/rsa/rsa_ssl.c | 161 +- openssl/crypto/rsa/rsa_test.c | 423 +- openssl/crypto/rsa/rsa_x931.c | 198 +- openssl/crypto/s390xcap.c | 52 +- openssl/crypto/seed/seed.c | 943 +- openssl/crypto/seed/seed.h | 84 +- openssl/crypto/seed/seed_cbc.c | 16 +- openssl/crypto/seed/seed_cfb.c | 24 +- openssl/crypto/seed/seed_ecb.c | 17 +- openssl/crypto/seed/seed_locl.h | 33 +- openssl/crypto/seed/seed_ofb.c | 21 +- openssl/crypto/sha/Makefile | 17 +- openssl/crypto/sha/asm/sha1-586.pl | 357 +- openssl/crypto/sha/asm/sha1-armv4-large.pl | 451 +- openssl/crypto/sha/asm/sha1-armv8.pl | 334 + openssl/crypto/sha/asm/sha1-mb-x86_64.pl | 1574 ++++ openssl/crypto/sha/asm/sha1-mips.pl | 100 +- openssl/crypto/sha/asm/sha1-ppc.pl | 46 +- openssl/crypto/sha/asm/sha1-sparcv9.pl | 165 +- openssl/crypto/sha/asm/sha1-x86_64.pl | 1210 ++- openssl/crypto/sha/asm/sha256-586.pl | 1266 ++- openssl/crypto/sha/asm/sha256-armv4.pl | 590 +- openssl/crypto/sha/asm/sha256-mb-x86_64.pl | 1560 ++++ openssl/crypto/sha/asm/sha512-586.pl | 517 +- openssl/crypto/sha/asm/sha512-armv4.pl | 69 +- openssl/crypto/sha/asm/sha512-armv8.pl | 420 + openssl/crypto/sha/asm/sha512-ia64.pl | 351 +- openssl/crypto/sha/asm/sha512-mips.pl | 81 +- openssl/crypto/sha/asm/sha512-ppc.pl | 460 +- openssl/crypto/sha/asm/sha512-sparcv9.pl | 320 +- openssl/crypto/sha/asm/sha512-x86_64.pl | 2149 ++++- openssl/crypto/sha/asm/sha512p8-ppc.pl | 424 + openssl/crypto/sha/sha.c | 106 +- openssl/crypto/sha/sha.h | 208 +- openssl/crypto/sha/sha1.c | 106 +- openssl/crypto/sha/sha1_one.c | 35 +- openssl/crypto/sha/sha1dgst.c | 23 +- openssl/crypto/sha/sha1test.c | 206 +- openssl/crypto/sha/sha256.c | 583 +- openssl/crypto/sha/sha256t.c | 241 +- openssl/crypto/sha/sha512.c | 1144 +-- openssl/crypto/sha/sha512t.c | 312 +- openssl/crypto/sha/sha_dgst.c | 23 +- openssl/crypto/sha/sha_locl.h | 703 +- openssl/crypto/sha/sha_one.c | 35 +- openssl/crypto/sha/shatest.c | 206 +- openssl/crypto/sparc_arch.h | 101 + openssl/crypto/sparccpuid.S | 127 + openssl/crypto/sparcv9cap.c | 513 +- openssl/crypto/srp/Makefile | 3 + openssl/crypto/srp/srp.h | 147 +- openssl/crypto/srp/srp_grps.h | 947 +- openssl/crypto/srp/srp_lcl.h | 23 +- openssl/crypto/srp/srp_lib.c | 566 +- openssl/crypto/srp/srp_vfy.c | 1032 ++- openssl/crypto/srp/srptest.c | 290 +- openssl/crypto/stack/safestack.h | 5023 +++++------ openssl/crypto/stack/stack.c | 488 +- openssl/crypto/stack/stack.h | 43 +- openssl/crypto/store/store.h | 833 +- openssl/crypto/store/str_err.c | 321 +- openssl/crypto/store/str_lib.c | 3086 ++++--- openssl/crypto/store/str_locl.h | 113 +- openssl/crypto/store/str_mem.c | 558 +- openssl/crypto/store/str_meth.c | 378 +- openssl/crypto/symhacks.h | 767 +- openssl/crypto/threads/mttest.c | 2024 ++--- openssl/crypto/threads/th-lock.c | 461 +- openssl/crypto/ts/ts.h | 844 +- openssl/crypto/ts/ts_asn1.c | 314 +- openssl/crypto/ts/ts_conf.c | 750 +- openssl/crypto/ts/ts_err.c | 219 +- openssl/crypto/ts/ts_lib.c | 128 +- openssl/crypto/ts/ts_req_print.c | 60 +- openssl/crypto/ts/ts_req_utils.c | 250 +- openssl/crypto/ts/ts_rsp_print.c | 410 +- openssl/crypto/ts/ts_rsp_sign.c | 1692 ++-- openssl/crypto/ts/ts_rsp_utils.c | 523 +- openssl/crypto/ts/ts_rsp_verify.c | 1171 +-- openssl/crypto/ts/ts_verify_ctx.c | 169 +- openssl/crypto/txt_db/txt_db.c | 593 +- openssl/crypto/txt_db/txt_db.h | 72 +- openssl/crypto/ui/ui.h | 384 +- openssl/crypto/ui/ui_compat.c | 20 +- openssl/crypto/ui/ui_compat.h | 33 +- openssl/crypto/ui/ui_err.c | 75 +- openssl/crypto/ui/ui_lib.c | 1490 ++- openssl/crypto/ui/ui_locl.h | 182 +- openssl/crypto/ui/ui_openssl.c | 767 +- openssl/crypto/ui/ui_util.c | 62 +- openssl/crypto/uid.c | 35 +- openssl/crypto/vms_rms.h | 13 +- openssl/crypto/whrlpool/asm/wp-mmx.pl | 42 +- openssl/crypto/whrlpool/asm/wp-x86_64.pl | 43 +- openssl/crypto/whrlpool/whrlpool.h | 50 +- openssl/crypto/whrlpool/wp_block.c | 1233 +-- openssl/crypto/whrlpool/wp_dgst.c | 370 +- openssl/crypto/whrlpool/wp_locl.h | 2 +- openssl/crypto/whrlpool/wp_test.c | 389 +- openssl/crypto/x509/Makefile | 22 +- openssl/crypto/x509/by_dir.c | 720 +- openssl/crypto/x509/by_file.c | 405 +- openssl/crypto/x509/vpm_int.h | 70 + openssl/crypto/x509/x509.h | 1754 ++-- openssl/crypto/x509/x509_att.c | 463 +- openssl/crypto/x509/x509_cmp.c | 589 +- openssl/crypto/x509/x509_d2.c | 82 +- openssl/crypto/x509/x509_def.c | 39 +- openssl/crypto/x509/x509_err.c | 204 +- openssl/crypto/x509/x509_ext.c | 163 +- openssl/crypto/x509/x509_lu.c | 1180 ++- openssl/crypto/x509/x509_obj.c | 278 +- openssl/crypto/x509/x509_r2x.c | 89 +- openssl/crypto/x509/x509_req.c | 358 +- openssl/crypto/x509/x509_set.c | 152 +- openssl/crypto/x509/x509_trs.c | 332 +- openssl/crypto/x509/x509_txt.c | 264 +- openssl/crypto/x509/x509_v3.c | 356 +- openssl/crypto/x509/x509_vfy.c | 3979 ++++---- openssl/crypto/x509/x509_vfy.h | 762 +- openssl/crypto/x509/x509_vpm.c | 806 +- openssl/crypto/x509/x509cset.c | 179 +- openssl/crypto/x509/x509name.c | 574 +- openssl/crypto/x509/x509rset.c | 40 +- openssl/crypto/x509/x509spki.c | 92 +- openssl/crypto/x509/x509type.c | 129 +- openssl/crypto/x509/x_all.c | 633 +- openssl/crypto/x509v3/Makefile | 28 +- openssl/crypto/x509v3/ext_dat.h | 100 +- openssl/crypto/x509v3/pcy_cache.c | 359 +- openssl/crypto/x509v3/pcy_data.c | 120 +- openssl/crypto/x509v3/pcy_int.h | 185 +- openssl/crypto/x509v3/pcy_lib.c | 172 +- openssl/crypto/x509v3/pcy_map.c | 124 +- openssl/crypto/x509v3/pcy_node.c | 227 +- openssl/crypto/x509v3/pcy_tree.c | 1377 ++- openssl/crypto/x509v3/tabtest.c | 48 +- openssl/crypto/x509v3/v3_addr.c | 1862 ++-- openssl/crypto/x509v3/v3_akey.c | 255 +- openssl/crypto/x509v3/v3_akeya.c | 13 +- openssl/crypto/x509v3/v3_alt.c | 995 +- openssl/crypto/x509v3/v3_asid.c | 1202 +-- openssl/crypto/x509v3/v3_bcons.c | 100 +- openssl/crypto/x509v3/v3_bitst.c | 137 +- openssl/crypto/x509v3/v3_conf.c | 749 +- openssl/crypto/x509v3/v3_cpols.c | 664 +- openssl/crypto/x509v3/v3_crld.c | 940 +- openssl/crypto/x509v3/v3_enum.c | 67 +- openssl/crypto/x509v3/v3_extku.c | 129 +- openssl/crypto/x509v3/v3_genn.c | 316 +- openssl/crypto/x509v3/v3_ia5.c | 93 +- openssl/crypto/x509v3/v3_info.c | 237 +- openssl/crypto/x509v3/v3_int.c | 57 +- openssl/crypto/x509v3/v3_lib.c | 394 +- openssl/crypto/x509v3/v3_ncons.c | 712 +- openssl/crypto/x509v3/v3_ocsp.c | 315 +- openssl/crypto/x509v3/v3_pci.c | 523 +- openssl/crypto/x509v3/v3_pcia.c | 17 +- openssl/crypto/x509v3/v3_pcons.c | 119 +- openssl/crypto/x509v3/v3_pku.c | 58 +- openssl/crypto/x509v3/v3_pmaps.c | 147 +- openssl/crypto/x509v3/v3_prn.c | 311 +- openssl/crypto/x509v3/v3_purp.c | 1154 +-- openssl/crypto/x509v3/v3_scts.c | 323 + openssl/crypto/x509v3/v3_skey.c | 147 +- openssl/crypto/x509v3/v3_sxnet.c | 271 +- openssl/crypto/x509v3/v3_utl.c | 1757 ++-- openssl/crypto/x509v3/v3conf.c | 114 +- openssl/crypto/x509v3/v3err.c | 329 +- openssl/crypto/x509v3/v3nametest.c | 336 + openssl/crypto/x509v3/v3prin.c | 70 +- openssl/crypto/x509v3/x509v3.h | 1090 +-- openssl/crypto/x86_64cpuid.pl | 29 +- openssl/crypto/x86cpuid.pl | 31 +- openssl/demos/asn1/ocsp.c | 405 +- openssl/demos/b64.c | 379 +- openssl/demos/bio/Makefile | 10 +- openssl/demos/bio/README | 4 + openssl/demos/bio/accept.cnf | 13 + openssl/demos/bio/client-arg.c | 111 + openssl/demos/bio/client-conf.c | 120 + openssl/demos/bio/connect.cnf | 9 + openssl/demos/bio/saccept.c | 173 +- openssl/demos/bio/sconnect.c | 190 +- openssl/demos/bio/server-arg.c | 144 + openssl/demos/bio/server-conf.c | 138 + openssl/demos/bio/server.pem | 78 +- openssl/demos/cms/cms_comp.c | 79 +- openssl/demos/cms/cms_ddec.c | 120 +- openssl/demos/cms/cms_dec.c | 103 +- openssl/demos/cms/cms_denc.c | 133 +- openssl/demos/cms/cms_enc.c | 126 +- openssl/demos/cms/cms_sign.c | 119 +- openssl/demos/cms/cms_sign2.c | 129 +- openssl/demos/cms/cms_uncomp.c | 69 +- openssl/demos/cms/cms_ver.c | 110 +- openssl/demos/easy_tls/easy-tls.c | 1242 +-- openssl/demos/easy_tls/easy-tls.h | 39 +- openssl/demos/easy_tls/test.c | 356 +- openssl/demos/easy_tls/test.h | 1 - openssl/demos/engines/cluster_labs/cluster_labs.h | 46 +- .../demos/engines/cluster_labs/hw_cluster_labs.c | 1127 ++- .../engines/cluster_labs/hw_cluster_labs_err.c | 127 +- .../engines/cluster_labs/hw_cluster_labs_err.h | 47 +- openssl/demos/engines/ibmca/hw_ibmca.c | 1820 ++-- openssl/demos/engines/ibmca/hw_ibmca_err.c | 127 +- openssl/demos/engines/ibmca/hw_ibmca_err.h | 53 +- openssl/demos/engines/ibmca/ica_openssl_api.h | 248 +- openssl/demos/engines/rsaref/rsaref.c | 1050 +-- openssl/demos/engines/rsaref/rsaref_err.c | 143 +- openssl/demos/engines/rsaref/rsaref_err.h | 67 +- openssl/demos/engines/zencod/hw_zencod.c | 2854 +++--- openssl/demos/engines/zencod/hw_zencod.h | 257 +- openssl/demos/engines/zencod/hw_zencod_err.c | 122 +- openssl/demos/engines/zencod/hw_zencod_err.h | 47 +- openssl/demos/pkcs12/pkread.c | 96 +- openssl/demos/pkcs12/pkwrite.c | 66 +- openssl/demos/prime/prime.c | 81 +- openssl/demos/selfsign.c | 268 +- openssl/demos/sign/sign.c | 175 +- openssl/demos/smime/smdec.c | 107 +- openssl/demos/smime/smenc.c | 126 +- openssl/demos/smime/smsign.c | 119 +- openssl/demos/smime/smsign2.c | 133 +- openssl/demos/smime/smver.c | 110 +- openssl/demos/spkigen.c | 281 +- openssl/demos/state_machine/state_machine.c | 501 +- openssl/demos/tunala/breakage.c | 106 +- openssl/demos/tunala/buffer.c | 409 +- openssl/demos/tunala/cb.c | 239 +- openssl/demos/tunala/ip.c | 221 +- openssl/demos/tunala/sm.c | 255 +- openssl/demos/tunala/tunala.c | 1928 ++-- openssl/demos/tunala/tunala.h | 363 +- openssl/demos/x509/mkcert.c | 271 +- openssl/demos/x509/mkreq.c | 232 +- openssl/doc/HOWTO/certificates.txt | 75 +- openssl/doc/HOWTO/proxy_certificates.txt | 206 +- openssl/doc/apps/c_rehash.pod | 43 +- openssl/doc/apps/ciphers.pod | 75 +- openssl/doc/apps/cms.pod | 45 +- openssl/doc/apps/dgst.pod | 11 + openssl/doc/apps/genpkey.pod | 13 + openssl/doc/apps/ocsp.pod | 4 + openssl/doc/apps/pkcs8.pod | 12 + openssl/doc/apps/req.pod | 4 +- openssl/doc/apps/s_client.pod | 22 +- openssl/doc/apps/s_server.pod | 20 +- openssl/doc/apps/verify.pod | 30 +- openssl/doc/apps/x509.pod | 10 + openssl/doc/crypto/ASN1_STRING_length.pod | 2 +- openssl/doc/crypto/ASN1_STRING_print_ex.pod | 2 +- openssl/doc/crypto/BIO_f_ssl.pod | 2 +- openssl/doc/crypto/BIO_find_type.pod | 2 +- openssl/doc/crypto/BIO_s_accept.pod | 2 +- openssl/doc/crypto/BIO_s_connect.pod | 2 +- openssl/doc/crypto/BN_BLINDING_new.pod | 4 +- openssl/doc/crypto/BN_CTX_new.pod | 10 +- openssl/doc/crypto/BN_generate_prime.pod | 90 +- openssl/doc/crypto/BN_rand.pod | 2 +- openssl/doc/crypto/CMS_add0_cert.pod | 2 +- openssl/doc/crypto/CMS_get0_RecipientInfos.pod | 16 +- openssl/doc/crypto/CMS_get0_SignerInfos.pod | 8 +- openssl/doc/crypto/CMS_verify.pod | 2 +- openssl/doc/crypto/DH_generate_parameters.pod | 43 +- openssl/doc/crypto/DSA_generate_parameters.pod | 54 +- openssl/doc/crypto/EC_GFp_simple_method.pod | 60 + openssl/doc/crypto/EC_GROUP_copy.pod | 174 + openssl/doc/crypto/EC_GROUP_new.pod | 95 + openssl/doc/crypto/EC_KEY_new.pod | 120 + openssl/doc/crypto/EC_POINT_add.pod | 72 + openssl/doc/crypto/EC_POINT_new.pod | 123 + openssl/doc/crypto/ERR_remove_state.pod | 21 +- openssl/doc/crypto/EVP_BytesToKey.pod | 9 +- openssl/doc/crypto/EVP_DigestInit.pod | 10 +- openssl/doc/crypto/EVP_DigestVerifyInit.pod | 2 +- openssl/doc/crypto/EVP_EncryptInit.pod | 97 +- openssl/doc/crypto/EVP_PKEY_CTX_ctrl.pod | 10 +- openssl/doc/crypto/EVP_PKEY_cmp.pod | 4 +- openssl/doc/crypto/EVP_PKEY_encrypt.pod | 12 +- openssl/doc/crypto/OPENSSL_VERSION_NUMBER.pod | 2 +- openssl/doc/crypto/OPENSSL_ia32cap.pod | 113 +- openssl/doc/crypto/OPENSSL_instrument_bus.pod | 42 + .../doc/crypto/OPENSSL_load_builtin_modules.pod | 2 +- openssl/doc/crypto/OpenSSL_add_all_algorithms.pod | 2 +- openssl/doc/crypto/PKCS7_verify.pod | 6 +- openssl/doc/crypto/RAND_egd.pod | 2 +- openssl/doc/crypto/RSA_generate_key.pod | 39 +- openssl/doc/crypto/SSLeay_version.pod | 74 + openssl/doc/crypto/X509_NAME_add_entry_by_txt.pod | 14 +- openssl/doc/crypto/X509_NAME_get_index_by_NID.pod | 4 + openssl/doc/crypto/X509_STORE_CTX_get_error.pod | 8 +- openssl/doc/crypto/X509_VERIFY_PARAM_set_flags.pod | 77 +- openssl/doc/crypto/X509_check_host.pod | 137 + openssl/doc/crypto/crypto.pod | 2 +- openssl/doc/crypto/d2i_DSAPublicKey.pod | 2 +- openssl/doc/crypto/d2i_ECPKParameters.pod | 84 + openssl/doc/crypto/d2i_X509.pod | 27 +- openssl/doc/crypto/d2i_X509_CRL.pod | 2 +- openssl/doc/crypto/ec.pod | 201 + openssl/doc/crypto/ecdsa.pod | 2 +- openssl/doc/crypto/evp.pod | 66 +- openssl/doc/crypto/hmac.pod | 4 +- openssl/doc/crypto/i2d_PKCS7_bio_stream.pod | 2 +- openssl/doc/crypto/rand.pod | 2 +- openssl/doc/ssl/SSL_CIPHER_get_name.pod | 13 +- openssl/doc/ssl/SSL_CONF_CTX_new.pod | 40 + openssl/doc/ssl/SSL_CONF_CTX_set1_prefix.pod | 49 + openssl/doc/ssl/SSL_CONF_CTX_set_flags.pod | 68 + openssl/doc/ssl/SSL_CONF_CTX_set_ssl_ctx.pod | 47 + openssl/doc/ssl/SSL_CONF_cmd.pod | 433 + openssl/doc/ssl/SSL_CONF_cmd_argv.pod | 42 + openssl/doc/ssl/SSL_CTX_add1_chain_cert.pod | 150 + openssl/doc/ssl/SSL_CTX_add_extra_chain_cert.pod | 13 +- openssl/doc/ssl/SSL_CTX_sess_set_cache_size.pod | 6 +- openssl/doc/ssl/SSL_CTX_set1_curves.pod | 103 + openssl/doc/ssl/SSL_CTX_set1_verify_cert_store.pod | 91 + openssl/doc/ssl/SSL_CTX_set_cert_cb.pod | 68 + openssl/doc/ssl/SSL_CTX_set_cert_store.pod | 7 + openssl/doc/ssl/SSL_CTX_set_cipher_list.pod | 2 +- openssl/doc/ssl/SSL_CTX_set_custom_cli_ext.pod | 133 + openssl/doc/ssl/SSL_CTX_set_mode.pod | 10 + openssl/doc/ssl/SSL_CTX_set_options.pod | 10 +- openssl/doc/ssl/SSL_CTX_set_tmp_rsa_callback.pod | 25 +- openssl/doc/ssl/SSL_CTX_use_certificate.pod | 24 +- openssl/doc/ssl/SSL_CTX_use_psk_identity_hint.pod | 12 +- openssl/doc/ssl/SSL_CTX_use_serverinfo.pod | 46 + openssl/doc/ssl/SSL_accept.pod | 5 +- openssl/doc/ssl/SSL_do_handshake.pod | 5 +- openssl/doc/ssl/SSL_shutdown.pod | 2 +- openssl/doc/ssl/ssl.pod | 6 +- openssl/doc/ssleay.txt | 2 +- openssl/e_os.h | 1037 +-- openssl/e_os2.h | 405 +- openssl/engines/Makefile | 30 +- openssl/engines/ccgost/Makefile | 11 +- openssl/engines/ccgost/e_gost_err.c | 256 +- openssl/engines/ccgost/e_gost_err.h | 161 +- openssl/engines/ccgost/gost2001.c | 562 +- openssl/engines/ccgost/gost2001_keyx.c | 514 +- openssl/engines/ccgost/gost2001_keyx.h | 16 +- openssl/engines/ccgost/gost89.c | 897 +- openssl/engines/ccgost/gost89.h | 104 +- openssl/engines/ccgost/gost94_keyx.c | 487 +- openssl/engines/ccgost/gost_ameth.c | 1734 ++-- openssl/engines/ccgost/gost_asn1.c | 31 +- openssl/engines/ccgost/gost_crypt.c | 1111 ++- openssl/engines/ccgost/gost_ctl.c | 138 +- openssl/engines/ccgost/gost_eng.c | 449 +- openssl/engines/ccgost/gost_keywrap.c | 155 +- openssl/engines/ccgost/gost_keywrap.h | 60 +- openssl/engines/ccgost/gost_lcl.h | 265 +- openssl/engines/ccgost/gost_md.c | 107 +- openssl/engines/ccgost/gost_params.c | 371 +- openssl/engines/ccgost/gost_params.h | 28 +- openssl/engines/ccgost/gost_pmeth.c | 1107 ++- openssl/engines/ccgost/gost_sign.c | 479 +- openssl/engines/ccgost/gosthash.c | 404 +- openssl/engines/ccgost/gosthash.h | 54 +- openssl/engines/ccgost/gostsum.c | 349 +- openssl/engines/e_4758cca.c | 1673 ++-- openssl/engines/e_4758cca_err.c | 130 +- openssl/engines/e_4758cca_err.h | 43 +- openssl/engines/e_aep.c | 1881 ++-- openssl/engines/e_aep_err.c | 144 +- openssl/engines/e_aep_err.h | 59 +- openssl/engines/e_atalla.c | 961 +- openssl/engines/e_atalla_err.c | 118 +- openssl/engines/e_atalla_err.h | 35 +- openssl/engines/e_capi.c | 3250 +++---- openssl/engines/e_capi_err.c | 195 +- openssl/engines/e_capi_err.h | 105 +- openssl/engines/e_chil.c | 2245 +++-- openssl/engines/e_chil_err.c | 141 +- openssl/engines/e_chil_err.h | 57 +- openssl/engines/e_cswift.c | 1862 ++-- openssl/engines/e_cswift_err.c | 128 +- openssl/engines/e_cswift_err.h | 45 +- openssl/engines/e_gmp.c | 718 +- openssl/engines/e_gmp_err.c | 98 +- openssl/engines/e_gmp_err.h | 19 +- openssl/engines/e_nuron.c | 638 +- openssl/engines/e_nuron_err.c | 112 +- openssl/engines/e_nuron_err.h | 29 +- openssl/engines/e_padlock.c | 1933 ++-- openssl/engines/e_sureware.c | 1719 ++-- openssl/engines/e_sureware_err.c | 136 +- openssl/engines/e_sureware_err.h | 56 +- openssl/engines/e_ubsec.c | 1748 ++-- openssl/engines/e_ubsec_err.c | 135 +- openssl/engines/e_ubsec_err.h | 51 +- openssl/engines/makeengines.com | 2 +- openssl/engines/vendor_defns/aep.h | 233 +- openssl/engines/vendor_defns/atalla.h | 70 +- openssl/engines/vendor_defns/cswift.h | 391 +- openssl/engines/vendor_defns/hw_4758_cca.h | 233 +- openssl/engines/vendor_defns/hw_ubsec.h | 108 +- openssl/engines/vendor_defns/hwcryptohook.h | 382 +- openssl/engines/vendor_defns/sureware.h | 347 +- openssl/makevms.com | 22 +- openssl/ms/applink.c | 183 +- openssl/ms/tlhelp32.h | 232 +- openssl/ms/uplink.c | 171 +- openssl/openssl.spec | 3 +- openssl/ssl/Makefile | 101 +- openssl/ssl/bio_ssl.c | 982 +- openssl/ssl/d1_both.c | 2767 +++--- openssl/ssl/d1_clnt.c | 2229 ++--- openssl/ssl/d1_enc.c | 260 - openssl/ssl/d1_lib.c | 774 +- openssl/ssl/d1_meth.c | 37 +- openssl/ssl/d1_pkt.c | 3208 +++---- openssl/ssl/d1_srtp.c | 659 +- openssl/ssl/d1_srvr.c | 2355 ++--- openssl/ssl/dtls1.h | 407 +- openssl/ssl/heartbeat_test.c | 764 +- openssl/ssl/kssl.c | 3921 ++++---- openssl/ssl/kssl.h | 203 +- openssl/ssl/kssl_lcl.h | 19 +- openssl/ssl/s23_clnt.c | 1269 +-- openssl/ssl/s23_lib.c | 211 +- openssl/ssl/s23_meth.c | 49 +- openssl/ssl/s23_pkt.c | 96 +- openssl/ssl/s23_srvr.c | 1031 ++- openssl/ssl/s2_clnt.c | 1927 ++-- openssl/ssl/s2_enc.c | 264 +- openssl/ssl/s2_lib.c | 766 +- openssl/ssl/s2_meth.c | 37 +- openssl/ssl/s2_pkt.c | 1178 ++- openssl/ssl/s2_srvr.c | 1979 ++-- openssl/ssl/s3_both.c | 1200 ++- openssl/ssl/s3_cbc.c | 1242 +-- openssl/ssl/s3_clnt.c | 6380 +++++++------ openssl/ssl/s3_enc.c | 1455 +-- openssl/ssl/s3_lib.c | 7899 ++++++++-------- openssl/ssl/s3_meth.c | 33 +- openssl/ssl/s3_pkt.c | 2892 +++--- openssl/ssl/s3_srvr.c | 6419 +++++++------ openssl/ssl/srtp.h | 48 +- openssl/ssl/ssl-lib.com | 10 +- openssl/ssl/ssl.h | 4788 +++++----- openssl/ssl/ssl2.h | 359 +- openssl/ssl/ssl23.h | 33 +- openssl/ssl/ssl3.h | 1145 +-- openssl/ssl/ssl_algs.c | 125 +- openssl/ssl/ssl_asn1.c | 1005 +-- openssl/ssl/ssl_cert.c | 1624 ++-- openssl/ssl/ssl_ciph.c | 3412 +++---- openssl/ssl/ssl_conf.c | 668 ++ openssl/ssl/ssl_err.c | 1294 +-- openssl/ssl/ssl_err2.c | 21 +- openssl/ssl/ssl_lib.c | 5669 ++++++------ openssl/ssl/ssl_locl.h | 1801 ++-- openssl/ssl/ssl_rsa.c | 1545 ++-- openssl/ssl/ssl_sess.c | 1742 ++-- openssl/ssl/ssl_stat.c | 1370 ++- openssl/ssl/ssl_task.c | 376 +- openssl/ssl/ssl_txt.c | 304 +- openssl/ssl/ssl_utst.c | 25 +- openssl/ssl/ssltest.c | 4792 +++++----- openssl/ssl/t1_clnt.c | 52 +- openssl/ssl/t1_enc.c | 2128 ++--- openssl/ssl/t1_ext.c | 298 + openssl/ssl/t1_lib.c | 6531 +++++++++----- openssl/ssl/t1_meth.c | 50 +- openssl/ssl/t1_reneg.c | 226 +- openssl/ssl/t1_srvr.c | 53 +- openssl/ssl/t1_trce.c | 1266 +++ openssl/ssl/tls1.h | 983 +- openssl/ssl/tls_srp.c | 878 +- openssl/test/Makefile | 118 +- openssl/test/asn1test.c | 13 +- openssl/test/cms-test.pl | 147 + openssl/test/dummytest.c | 71 +- openssl/test/evptests.txt | 67 + openssl/test/igetest.c | 845 +- openssl/test/maketests.com | 4 +- openssl/test/methtest.c | 76 +- openssl/test/ocsp-tests/D1.ors | 32 + openssl/test/ocsp-tests/D1_Cert_EE.pem | 38 + openssl/test/ocsp-tests/D1_Issuer_ICA.pem | 27 + openssl/test/ocsp-tests/D2.ors | 32 + openssl/test/ocsp-tests/D2_Cert_ICA.pem | 26 + openssl/test/ocsp-tests/D2_Issuer_Root.pem | 21 + openssl/test/ocsp-tests/D3.ors | 38 + openssl/test/ocsp-tests/D3_Cert_EE.pem | 31 + openssl/test/ocsp-tests/D3_Issuer_Root.pem | 83 + openssl/test/ocsp-tests/ISDOSC_D1.ors | 32 + openssl/test/ocsp-tests/ISDOSC_D2.ors | 32 + openssl/test/ocsp-tests/ISDOSC_D3.ors | 38 + openssl/test/ocsp-tests/ISIC_D1_Issuer_ICA.pem | 27 + openssl/test/ocsp-tests/ISIC_D2_Issuer_Root.pem | 21 + openssl/test/ocsp-tests/ISIC_D3_Issuer_Root.pem | 41 + openssl/test/ocsp-tests/ISIC_ND1_Issuer_ICA.pem | 29 + openssl/test/ocsp-tests/ISIC_ND2_Issuer_Root.pem | 23 + openssl/test/ocsp-tests/ISIC_ND3_Issuer_Root.pem | 25 + openssl/test/ocsp-tests/ISOP_D1.ors | 32 + openssl/test/ocsp-tests/ISOP_D2.ors | 32 + openssl/test/ocsp-tests/ISOP_D3.ors | 38 + openssl/test/ocsp-tests/ISOP_ND1.ors | 10 + openssl/test/ocsp-tests/ISOP_ND2.ors | 10 + openssl/test/ocsp-tests/ISOP_ND3.ors | 10 + openssl/test/ocsp-tests/ND1.ors | 10 + openssl/test/ocsp-tests/ND1_Cert_EE.pem | 36 + openssl/test/ocsp-tests/ND1_Issuer_ICA.pem | 29 + openssl/test/ocsp-tests/ND2.ors | 10 + openssl/test/ocsp-tests/ND2_Cert_ICA.pem | 29 + openssl/test/ocsp-tests/ND2_Issuer_Root.pem | 23 + openssl/test/ocsp-tests/ND3.ors | 10 + openssl/test/ocsp-tests/ND3_Cert_EE.pem | 34 + openssl/test/ocsp-tests/ND3_Issuer_Root.pem | 25 + openssl/test/ocsp-tests/WIKH_D1.ors | 32 + openssl/test/ocsp-tests/WIKH_D2.ors | 32 + openssl/test/ocsp-tests/WIKH_D3.ors | 38 + openssl/test/ocsp-tests/WIKH_ND1.ors | 10 + openssl/test/ocsp-tests/WIKH_ND2.ors | 10 + openssl/test/ocsp-tests/WIKH_ND3.ors | 10 + openssl/test/ocsp-tests/WINH_D1.ors | 32 + openssl/test/ocsp-tests/WINH_D2.ors | 32 + openssl/test/ocsp-tests/WINH_D3.ors | 38 + openssl/test/ocsp-tests/WINH_ND1.ors | 10 + openssl/test/ocsp-tests/WINH_ND2.ors | 10 + openssl/test/ocsp-tests/WINH_ND3.ors | 10 + openssl/test/ocsp-tests/WKDOSC_D1.ors | 32 + openssl/test/ocsp-tests/WKDOSC_D2.ors | 32 + openssl/test/ocsp-tests/WKDOSC_D3.ors | 38 + openssl/test/ocsp-tests/WKIC_D1_Issuer_ICA.pem | 27 + openssl/test/ocsp-tests/WKIC_D2_Issuer_Root.pem | 21 + openssl/test/ocsp-tests/WKIC_D3_Issuer_Root.pem | 41 + openssl/test/ocsp-tests/WKIC_ND1_Issuer_ICA.pem | 29 + openssl/test/ocsp-tests/WKIC_ND2_Issuer_Root.pem | 23 + openssl/test/ocsp-tests/WKIC_ND3_Issuer_Root.pem | 25 + openssl/test/ocsp-tests/WRID_D1.ors | 32 + openssl/test/ocsp-tests/WRID_D2.ors | 32 + openssl/test/ocsp-tests/WRID_D3.ors | 38 + openssl/test/ocsp-tests/WRID_ND1.ors | 10 + openssl/test/ocsp-tests/WRID_ND2.ors | 10 + openssl/test/ocsp-tests/WRID_ND3.ors | 10 + openssl/test/ocsp-tests/WSNIC_D1_Issuer_ICA.pem | 27 + openssl/test/ocsp-tests/WSNIC_D2_Issuer_Root.pem | 21 + openssl/test/ocsp-tests/WSNIC_D3_Issuer_Root.pem | 41 + openssl/test/ocsp-tests/WSNIC_ND1_Issuer_ICA.pem | 29 + openssl/test/ocsp-tests/WSNIC_ND2_Issuer_Root.pem | 23 + openssl/test/ocsp-tests/WSNIC_ND3_Issuer_Root.pem | 25 + openssl/test/r160test.c | 12 +- openssl/test/serverinfo.pem | 16 + openssl/test/smime-certs/ca.cnf | 66 + openssl/test/smime-certs/mksmime-certs.sh | 74 + openssl/test/smime-certs/smdh.pem | 33 + openssl/test/smime-certs/smdsa1.pem | 75 +- openssl/test/smime-certs/smdsa2.pem | 75 +- openssl/test/smime-certs/smdsa3.pem | 75 +- openssl/test/smime-certs/smec1.pem | 22 + openssl/test/smime-certs/smec2.pem | 23 + openssl/test/smime-certs/smroot.pem | 75 +- openssl/test/smime-certs/smrsa1.pem | 74 +- openssl/test/smime-certs/smrsa2.pem | 74 +- openssl/test/smime-certs/smrsa3.pem | 74 +- openssl/test/tcrl | 48 +- openssl/test/testenc | 2 +- openssl/test/tests.com | 16 +- openssl/test/testssl | 39 + openssl/test/testutil.h | 58 +- openssl/test/tocsp | 147 + openssl/test/tocsp.com | 152 + openssl/test/tpkcs7 | 26 +- openssl/test/tpkcs7d | 20 +- openssl/test/treq | 48 +- openssl/test/trsa | 48 +- openssl/test/tsid | 48 +- openssl/test/tx509 | 48 +- openssl/test/v3nametest.c | 1 + openssl/tools/c_rehash | 78 +- openssl/tools/c_rehash.in | 78 +- openssl/util/ck_errf.pl | 2 +- openssl/util/copy-if-different.pl | 78 + openssl/util/files.pl | 8 +- openssl/util/indent.pro | 751 ++ openssl/util/libeay.num | 102 +- openssl/util/mk1mf.pl | 150 +- openssl/util/mkbuildinf.pl | 35 + openssl/util/mkdef.pl | 15 +- openssl/util/mkerr.pl | 7 +- openssl/util/mkstack.pl | 4 +- openssl/util/openssl-format-source | 148 + openssl/util/pl/BC-32.pl | 2 +- openssl/util/pl/VC-32.pl | 34 +- openssl/util/pl/netware.pl | 2 +- openssl/util/pl/unix.pl | 351 +- openssl/util/ssleay.num | 55 +- openssl/util/su-filter.pl | 260 + packages.txt | 2 +- 1443 files changed, 372814 insertions(+), 286462 deletions(-) create mode 100755 openssl/GitConfigure create mode 100755 openssl/GitMake create mode 100755 openssl/crypto/aes/asm/aesni-mb-x86_64.pl create mode 100755 openssl/crypto/aes/asm/aesni-sha256-x86_64.pl create mode 100755 openssl/crypto/aes/asm/aesp8-ppc.pl create mode 100755 openssl/crypto/aes/asm/aest4-sparcv9.pl create mode 100755 openssl/crypto/aes/asm/aesv8-armx.pl create mode 100755 openssl/crypto/aes/asm/bsaes-armv7.pl create mode 100755 openssl/crypto/aes/asm/vpaes-ppc.pl create mode 100755 openssl/crypto/arm64cpuid.S create mode 100755 openssl/crypto/bn/asm/rsaz-avx2.pl create mode 100755 openssl/crypto/bn/asm/rsaz-x86_64.pl create mode 100755 openssl/crypto/bn/asm/sparct4-mont.pl create mode 100755 openssl/crypto/bn/asm/sparcv9-gf2m.pl create mode 100755 openssl/crypto/bn/asm/vis3-mont.pl create mode 100755 openssl/crypto/bn/rsaz_exp.c create mode 100755 openssl/crypto/bn/rsaz_exp.h create mode 100755 openssl/crypto/camellia/asm/cmllt4-sparcv9.pl create mode 100755 openssl/crypto/cms/cms_kari.c create mode 100755 openssl/crypto/des/asm/dest4-sparcv9.pl create mode 100755 openssl/crypto/dh/dh_kdf.c create mode 100755 openssl/crypto/dh/dh_rfc5114.c create mode 100755 openssl/crypto/ec/asm/ecp_nistz256-avx2.pl create mode 100755 openssl/crypto/ec/asm/ecp_nistz256-x86_64.pl create mode 100755 openssl/crypto/ec/ecp_nistz256.c create mode 100755 openssl/crypto/ec/ecp_nistz256_table.c create mode 100755 openssl/crypto/ecdh/ech_kdf.c create mode 100755 openssl/crypto/evp/e_aes_cbc_hmac_sha256.c delete mode 100644 openssl/crypto/evp/evp_fips.c create mode 100755 openssl/crypto/md5/asm/md5-sparcv9.pl create mode 100755 openssl/crypto/modes/asm/aesni-gcm-x86_64.pl create mode 100755 openssl/crypto/modes/asm/ghashp8-ppc.pl create mode 100755 openssl/crypto/modes/asm/ghashv8-armx.pl create mode 100755 openssl/crypto/modes/wrap128.c create mode 100755 openssl/crypto/perlasm/sparcv9_modes.pl create mode 100755 openssl/crypto/ppc_arch.h create mode 100755 openssl/crypto/sha/asm/sha1-armv8.pl create mode 100755 openssl/crypto/sha/asm/sha1-mb-x86_64.pl create mode 100755 openssl/crypto/sha/asm/sha256-mb-x86_64.pl create mode 100755 openssl/crypto/sha/asm/sha512-armv8.pl create mode 100755 openssl/crypto/sha/asm/sha512p8-ppc.pl create mode 100755 openssl/crypto/sparc_arch.h create mode 100755 openssl/crypto/x509/vpm_int.h create mode 100755 openssl/crypto/x509v3/v3_scts.c create mode 100755 openssl/crypto/x509v3/v3nametest.c create mode 100755 openssl/demos/bio/accept.cnf create mode 100755 openssl/demos/bio/client-arg.c create mode 100755 openssl/demos/bio/client-conf.c create mode 100755 openssl/demos/bio/connect.cnf create mode 100755 openssl/demos/bio/server-arg.c create mode 100755 openssl/demos/bio/server-conf.c create mode 100755 openssl/doc/crypto/EC_GFp_simple_method.pod create mode 100755 openssl/doc/crypto/EC_GROUP_copy.pod create mode 100755 openssl/doc/crypto/EC_GROUP_new.pod create mode 100755 openssl/doc/crypto/EC_KEY_new.pod create mode 100755 openssl/doc/crypto/EC_POINT_add.pod create mode 100755 openssl/doc/crypto/EC_POINT_new.pod create mode 100755 openssl/doc/crypto/OPENSSL_instrument_bus.pod create mode 100755 openssl/doc/crypto/SSLeay_version.pod create mode 100755 openssl/doc/crypto/X509_check_host.pod create mode 100755 openssl/doc/crypto/d2i_ECPKParameters.pod create mode 100755 openssl/doc/crypto/ec.pod create mode 100755 openssl/doc/ssl/SSL_CONF_CTX_new.pod create mode 100755 openssl/doc/ssl/SSL_CONF_CTX_set1_prefix.pod create mode 100755 openssl/doc/ssl/SSL_CONF_CTX_set_flags.pod create mode 100755 openssl/doc/ssl/SSL_CONF_CTX_set_ssl_ctx.pod create mode 100755 openssl/doc/ssl/SSL_CONF_cmd.pod create mode 100755 openssl/doc/ssl/SSL_CONF_cmd_argv.pod create mode 100755 openssl/doc/ssl/SSL_CTX_add1_chain_cert.pod create mode 100755 openssl/doc/ssl/SSL_CTX_set1_curves.pod create mode 100755 openssl/doc/ssl/SSL_CTX_set1_verify_cert_store.pod create mode 100755 openssl/doc/ssl/SSL_CTX_set_cert_cb.pod create mode 100755 openssl/doc/ssl/SSL_CTX_set_custom_cli_ext.pod create mode 100755 openssl/doc/ssl/SSL_CTX_use_serverinfo.pod delete mode 100644 openssl/ssl/d1_enc.c create mode 100755 openssl/ssl/ssl_conf.c create mode 100755 openssl/ssl/t1_ext.c create mode 100755 openssl/ssl/t1_trce.c create mode 100755 openssl/test/ocsp-tests/D1.ors create mode 100755 openssl/test/ocsp-tests/D1_Cert_EE.pem create mode 100755 openssl/test/ocsp-tests/D1_Issuer_ICA.pem create mode 100755 openssl/test/ocsp-tests/D2.ors create mode 100755 openssl/test/ocsp-tests/D2_Cert_ICA.pem create mode 100755 openssl/test/ocsp-tests/D2_Issuer_Root.pem create mode 100755 openssl/test/ocsp-tests/D3.ors create mode 100755 openssl/test/ocsp-tests/D3_Cert_EE.pem create mode 100755 openssl/test/ocsp-tests/D3_Issuer_Root.pem create mode 100755 openssl/test/ocsp-tests/ISDOSC_D1.ors create mode 100755 openssl/test/ocsp-tests/ISDOSC_D2.ors create mode 100755 openssl/test/ocsp-tests/ISDOSC_D3.ors create mode 100755 openssl/test/ocsp-tests/ISIC_D1_Issuer_ICA.pem create mode 100755 openssl/test/ocsp-tests/ISIC_D2_Issuer_Root.pem create mode 100755 openssl/test/ocsp-tests/ISIC_D3_Issuer_Root.pem create mode 100755 openssl/test/ocsp-tests/ISIC_ND1_Issuer_ICA.pem create mode 100755 openssl/test/ocsp-tests/ISIC_ND2_Issuer_Root.pem create mode 100755 openssl/test/ocsp-tests/ISIC_ND3_Issuer_Root.pem create mode 100755 openssl/test/ocsp-tests/ISOP_D1.ors create mode 100755 openssl/test/ocsp-tests/ISOP_D2.ors create mode 100755 openssl/test/ocsp-tests/ISOP_D3.ors create mode 100755 openssl/test/ocsp-tests/ISOP_ND1.ors create mode 100755 openssl/test/ocsp-tests/ISOP_ND2.ors create mode 100755 openssl/test/ocsp-tests/ISOP_ND3.ors create mode 100755 openssl/test/ocsp-tests/ND1.ors create mode 100755 openssl/test/ocsp-tests/ND1_Cert_EE.pem create mode 100755 openssl/test/ocsp-tests/ND1_Issuer_ICA.pem create mode 100755 openssl/test/ocsp-tests/ND2.ors create mode 100755 openssl/test/ocsp-tests/ND2_Cert_ICA.pem create mode 100755 openssl/test/ocsp-tests/ND2_Issuer_Root.pem create mode 100755 openssl/test/ocsp-tests/ND3.ors create mode 100755 openssl/test/ocsp-tests/ND3_Cert_EE.pem create mode 100755 openssl/test/ocsp-tests/ND3_Issuer_Root.pem create mode 100755 openssl/test/ocsp-tests/WIKH_D1.ors create mode 100755 openssl/test/ocsp-tests/WIKH_D2.ors create mode 100755 openssl/test/ocsp-tests/WIKH_D3.ors create mode 100755 openssl/test/ocsp-tests/WIKH_ND1.ors create mode 100755 openssl/test/ocsp-tests/WIKH_ND2.ors create mode 100755 openssl/test/ocsp-tests/WIKH_ND3.ors create mode 100755 openssl/test/ocsp-tests/WINH_D1.ors create mode 100755 openssl/test/ocsp-tests/WINH_D2.ors create mode 100755 openssl/test/ocsp-tests/WINH_D3.ors create mode 100755 openssl/test/ocsp-tests/WINH_ND1.ors create mode 100755 openssl/test/ocsp-tests/WINH_ND2.ors create mode 100755 openssl/test/ocsp-tests/WINH_ND3.ors create mode 100755 openssl/test/ocsp-tests/WKDOSC_D1.ors create mode 100755 openssl/test/ocsp-tests/WKDOSC_D2.ors create mode 100755 openssl/test/ocsp-tests/WKDOSC_D3.ors create mode 100755 openssl/test/ocsp-tests/WKIC_D1_Issuer_ICA.pem create mode 100755 openssl/test/ocsp-tests/WKIC_D2_Issuer_Root.pem create mode 100755 openssl/test/ocsp-tests/WKIC_D3_Issuer_Root.pem create mode 100755 openssl/test/ocsp-tests/WKIC_ND1_Issuer_ICA.pem create mode 100755 openssl/test/ocsp-tests/WKIC_ND2_Issuer_Root.pem create mode 100755 openssl/test/ocsp-tests/WKIC_ND3_Issuer_Root.pem create mode 100755 openssl/test/ocsp-tests/WRID_D1.ors create mode 100755 openssl/test/ocsp-tests/WRID_D2.ors create mode 100755 openssl/test/ocsp-tests/WRID_D3.ors create mode 100755 openssl/test/ocsp-tests/WRID_ND1.ors create mode 100755 openssl/test/ocsp-tests/WRID_ND2.ors create mode 100755 openssl/test/ocsp-tests/WRID_ND3.ors create mode 100755 openssl/test/ocsp-tests/WSNIC_D1_Issuer_ICA.pem create mode 100755 openssl/test/ocsp-tests/WSNIC_D2_Issuer_Root.pem create mode 100755 openssl/test/ocsp-tests/WSNIC_D3_Issuer_Root.pem create mode 100755 openssl/test/ocsp-tests/WSNIC_ND1_Issuer_ICA.pem create mode 100755 openssl/test/ocsp-tests/WSNIC_ND2_Issuer_Root.pem create mode 100755 openssl/test/ocsp-tests/WSNIC_ND3_Issuer_Root.pem create mode 100755 openssl/test/serverinfo.pem create mode 100755 openssl/test/smime-certs/ca.cnf create mode 100755 openssl/test/smime-certs/mksmime-certs.sh create mode 100755 openssl/test/smime-certs/smdh.pem create mode 100755 openssl/test/smime-certs/smec1.pem create mode 100755 openssl/test/smime-certs/smec2.pem create mode 100755 openssl/test/tocsp create mode 100755 openssl/test/tocsp.com create mode 120000 openssl/test/v3nametest.c create mode 100755 openssl/util/copy-if-different.pl create mode 100755 openssl/util/indent.pro create mode 100755 openssl/util/mkbuildinf.pl create mode 100755 openssl/util/openssl-format-source create mode 100755 openssl/util/su-filter.pl diff --git a/openssl/CHANGES b/openssl/CHANGES index 277b46f17..b5b3dd20f 100644 --- a/openssl/CHANGES +++ b/openssl/CHANGES @@ -2,6 +2,465 @@ OpenSSL CHANGES _______________ + Changes between 1.0.1l and 1.0.2 [22 Jan 2015] + + *) SRTP Memory Leak. + + A flaw in the DTLS SRTP extension parsing code allows an attacker, who + sends a carefully crafted handshake message, to cause OpenSSL to fail + to free up to 64k of memory causing a memory leak. This could be + exploited in a Denial Of Service attack. This issue affects OpenSSL + 1.0.1 server implementations for both SSL/TLS and DTLS regardless of + whether SRTP is used or configured. Implementations of OpenSSL that + have been compiled with OPENSSL_NO_SRTP defined are not affected. + + The fix was developed by the OpenSSL team. + (CVE-2014-3513) + [OpenSSL team] + + *) Session Ticket Memory Leak. + + When an OpenSSL SSL/TLS/DTLS server receives a session ticket the + integrity of that ticket is first verified. In the event of a session + ticket integrity check failing, OpenSSL will fail to free memory + causing a memory leak. By sending a large number of invalid session + tickets an attacker could exploit this issue in a Denial Of Service + attack. + (CVE-2014-3567) + [Steve Henson] + + *) Build option no-ssl3 is incomplete. + + When OpenSSL is configured with "no-ssl3" as a build option, servers + could accept and complete a SSL 3.0 handshake, and clients could be + configured to send them. + (CVE-2014-3568) + [Akamai and the OpenSSL team] + + *) Add support for TLS_FALLBACK_SCSV. + Client applications doing fallback retries should call + SSL_set_mode(s, SSL_MODE_SEND_FALLBACK_SCSV). + (CVE-2014-3566) + [Adam Langley, Bodo Moeller] + + *) Facilitate "universal" ARM builds targeting range of ARM ISAs, e.g. + ARMv5 through ARMv8, as opposite to "locking" it to single one. + So far those who have to target multiple plaforms would compromise + and argue that binary targeting say ARMv5 would still execute on + ARMv8. "Universal" build resolves this compromise by providing + near-optimal performance even on newer platforms. + [Andy Polyakov] + + *) Accelerated NIST P-256 elliptic curve implementation for x86_64 + (other platforms pending). + [Shay Gueron & Vlad Krasnov (Intel Corp), Andy Polyakov] + + *) Add support for the SignedCertificateTimestampList certificate and + OCSP response extensions from RFC6962. + [Rob Stradling] + + *) Fix ec_GFp_simple_points_make_affine (thus, EC_POINTs_mul etc.) + for corner cases. (Certain input points at infinity could lead to + bogus results, with non-infinity inputs mapped to infinity too.) + [Bodo Moeller] + + *) Initial support for PowerISA 2.0.7, first implemented in POWER8. + This covers AES, SHA256/512 and GHASH. "Initial" means that most + common cases are optimized and there still is room for further + improvements. Vector Permutation AES for Altivec is also added. + [Andy Polyakov] + + *) Add support for little-endian ppc64 Linux target. + [Marcelo Cerri (IBM)] + + *) Initial support for AMRv8 ISA crypto extensions. This covers AES, + SHA1, SHA256 and GHASH. "Initial" means that most common cases + are optimized and there still is room for further improvements. + Both 32- and 64-bit modes are supported. + [Andy Polyakov, Ard Biesheuvel (Linaro)] + + *) Improved ARMv7 NEON support. + [Andy Polyakov] + + *) Support for SPARC Architecture 2011 crypto extensions, first + implemented in SPARC T4. This covers AES, DES, Camellia, SHA1, + SHA256/512, MD5, GHASH and modular exponentiation. + [Andy Polyakov, David Miller] + + *) Accelerated modular exponentiation for Intel processors, a.k.a. + RSAZ. + [Shay Gueron & Vlad Krasnov (Intel Corp)] + + *) Support for new and upcoming Intel processors, including AVX2, + BMI and SHA ISA extensions. This includes additional "stitched" + implementations, AESNI-SHA256 and GCM, and multi-buffer support + for TLS encrypt. + + This work was sponsored by Intel Corp. + [Andy Polyakov] + + *) Support for DTLS 1.2. This adds two sets of DTLS methods: DTLS_*_method() + supports both DTLS 1.2 and 1.0 and should use whatever version the peer + supports and DTLSv1_2_*_method() which supports DTLS 1.2 only. + [Steve Henson] + + *) Use algorithm specific chains in SSL_CTX_use_certificate_chain_file(): + this fixes a limiation in previous versions of OpenSSL. + [Steve Henson] + + *) Extended RSA OAEP support via EVP_PKEY API. Options to specify digest, + MGF1 digest and OAEP label. + [Steve Henson] + + *) Add EVP support for key wrapping algorithms, to avoid problems with + existing code the flag EVP_CIPHER_CTX_WRAP_ALLOW has to be set in + the EVP_CIPHER_CTX or an error is returned. Add AES and DES3 wrap + algorithms and include tests cases. + [Steve Henson] + + *) Add functions to allocate and set the fields of an ECDSA_METHOD + structure. + [Douglas E. Engert, Steve Henson] + + *) New functions OPENSSL_gmtime_diff and ASN1_TIME_diff to find the + difference in days and seconds between two tm or ASN1_TIME structures. + [Steve Henson] + + *) Add -rev test option to s_server to just reverse order of characters + received by client and send back to server. Also prints an abbreviated + summary of the connection parameters. + [Steve Henson] + + *) New option -brief for s_client and s_server to print out a brief summary + of connection parameters. + [Steve Henson] + + *) Add callbacks for arbitrary TLS extensions. + [Trevor Perrin and Ben Laurie] + + *) New option -crl_download in several openssl utilities to download CRLs + from CRLDP extension in certificates. + [Steve Henson] + + *) New options -CRL and -CRLform for s_client and s_server for CRLs. + [Steve Henson] + + *) New function X509_CRL_diff to generate a delta CRL from the difference + of two full CRLs. Add support to "crl" utility. + [Steve Henson] + + *) New functions to set lookup_crls function and to retrieve + X509_STORE from X509_STORE_CTX. + [Steve Henson] + + *) Print out deprecated issuer and subject unique ID fields in + certificates. + [Steve Henson] + + *) Extend OCSP I/O functions so they can be used for simple general purpose + HTTP as well as OCSP. New wrapper function which can be used to download + CRLs using the OCSP API. + [Steve Henson] + + *) Delegate command line handling in s_client/s_server to SSL_CONF APIs. + [Steve Henson] + + *) SSL_CONF* functions. These provide a common framework for application + configuration using configuration files or command lines. + [Steve Henson] + + *) SSL/TLS tracing code. This parses out SSL/TLS records using the + message callback and prints the results. Needs compile time option + "enable-ssl-trace". New options to s_client and s_server to enable + tracing. + [Steve Henson] + + *) New ctrl and macro to retrieve supported points extensions. + Print out extension in s_server and s_client. + [Steve Henson] + + *) New functions to retrieve certificate signature and signature + OID NID. + [Steve Henson] + + *) Add functions to retrieve and manipulate the raw cipherlist sent by a + client to OpenSSL. + [Steve Henson] + + *) New Suite B modes for TLS code. These use and enforce the requirements + of RFC6460: restrict ciphersuites, only permit Suite B algorithms and + only use Suite B curves. The Suite B modes can be set by using the + strings "SUITEB128", "SUITEB192" or "SUITEB128ONLY" for the cipherstring. + [Steve Henson] + + *) New chain verification flags for Suite B levels of security. Check + algorithms are acceptable when flags are set in X509_verify_cert. + [Steve Henson] + + *) Make tls1_check_chain return a set of flags indicating checks passed + by a certificate chain. Add additional tests to handle client + certificates: checks for matching certificate type and issuer name + comparison. + [Steve Henson] + + *) If an attempt is made to use a signature algorithm not in the peer + preference list abort the handshake. If client has no suitable + signature algorithms in response to a certificate request do not + use the certificate. + [Steve Henson] + + *) If server EC tmp key is not in client preference list abort handshake. + [Steve Henson] + + *) Add support for certificate stores in CERT structure. This makes it + possible to have different stores per SSL structure or one store in + the parent SSL_CTX. Include distint stores for certificate chain + verification and chain building. New ctrl SSL_CTRL_BUILD_CERT_CHAIN + to build and store a certificate chain in CERT structure: returing + an error if the chain cannot be built: this will allow applications + to test if a chain is correctly configured. + + Note: if the CERT based stores are not set then the parent SSL_CTX + store is used to retain compatibility with existing behaviour. + + [Steve Henson] + + *) New function ssl_set_client_disabled to set a ciphersuite disabled + mask based on the current session, check mask when sending client + hello and checking the requested ciphersuite. + [Steve Henson] + + *) New ctrls to retrieve and set certificate types in a certificate + request message. Print out received values in s_client. If certificate + types is not set with custom values set sensible values based on + supported signature algorithms. + [Steve Henson] + + *) Support for distinct client and server supported signature algorithms. + [Steve Henson] + + *) Add certificate callback. If set this is called whenever a certificate + is required by client or server. An application can decide which + certificate chain to present based on arbitrary criteria: for example + supported signature algorithms. Add very simple example to s_server. + This fixes many of the problems and restrictions of the existing client + certificate callback: for example you can now clear an existing + certificate and specify the whole chain. + [Steve Henson] + + *) Add new "valid_flags" field to CERT_PKEY structure which determines what + the certificate can be used for (if anything). Set valid_flags field + in new tls1_check_chain function. Simplify ssl_set_cert_masks which used + to have similar checks in it. + + Add new "cert_flags" field to CERT structure and include a "strict mode". + This enforces some TLS certificate requirements (such as only permitting + certificate signature algorithms contained in the supported algorithms + extension) which some implementations ignore: this option should be used + with caution as it could cause interoperability issues. + [Steve Henson] + + *) Update and tidy signature algorithm extension processing. Work out + shared signature algorithms based on preferences and peer algorithms + and print them out in s_client and s_server. Abort handshake if no + shared signature algorithms. + [Steve Henson] + + *) Add new functions to allow customised supported signature algorithms + for SSL and SSL_CTX structures. Add options to s_client and s_server + to support them. + [Steve Henson] + + *) New function SSL_certs_clear() to delete all references to certificates + from an SSL structure. Before this once a certificate had been added + it couldn't be removed. + [Steve Henson] + + *) Integrate hostname, email address and IP address checking with certificate + verification. New verify options supporting checking in opensl utility. + [Steve Henson] + + *) Fixes and wildcard matching support to hostname and email checking + functions. Add manual page. + [Florian Weimer (Red Hat Product Security Team)] + + *) New functions to check a hostname email or IP address against a + certificate. Add options x509 utility to print results of checks against + a certificate. + [Steve Henson] + + *) Fix OCSP checking. + [Rob Stradling and Ben Laurie] + + *) Initial experimental support for explicitly trusted non-root CAs. + OpenSSL still tries to build a complete chain to a root but if an + intermediate CA has a trust setting included that is used. The first + setting is used: whether to trust (e.g., -addtrust option to the x509 + utility) or reject. + [Steve Henson] + + *) Add -trusted_first option which attempts to find certificates in the + trusted store even if an untrusted chain is also supplied. + [Steve Henson] + + *) MIPS assembly pack updates: support for MIPS32r2 and SmartMIPS ASE, + platform support for Linux and Android. + [Andy Polyakov] + + *) Support for linux-x32, ILP32 environment in x86_64 framework. + [Andy Polyakov] + + *) Experimental multi-implementation support for FIPS capable OpenSSL. + When in FIPS mode the approved implementations are used as normal, + when not in FIPS mode the internal unapproved versions are used instead. + This means that the FIPS capable OpenSSL isn't forced to use the + (often lower perfomance) FIPS implementations outside FIPS mode. + [Steve Henson] + + *) Transparently support X9.42 DH parameters when calling + PEM_read_bio_DHparameters. This means existing applications can handle + the new parameter format automatically. + [Steve Henson] + + *) Initial experimental support for X9.42 DH parameter format: mainly + to support use of 'q' parameter for RFC5114 parameters. + [Steve Henson] + + *) Add DH parameters from RFC5114 including test data to dhtest. + [Steve Henson] + + *) Support for automatic EC temporary key parameter selection. If enabled + the most preferred EC parameters are automatically used instead of + hardcoded fixed parameters. Now a server just has to call: + SSL_CTX_set_ecdh_auto(ctx, 1) and the server will automatically + support ECDH and use the most appropriate parameters. + [Steve Henson] + + *) Enhance and tidy EC curve and point format TLS extension code. Use + static structures instead of allocation if default values are used. + New ctrls to set curves we wish to support and to retrieve shared curves. + Print out shared curves in s_server. New options to s_server and s_client + to set list of supported curves. + [Steve Henson] + + *) New ctrls to retrieve supported signature algorithms and + supported curve values as an array of NIDs. Extend openssl utility + to print out received values. + [Steve Henson] + + *) Add new APIs EC_curve_nist2nid and EC_curve_nid2nist which convert + between NIDs and the more common NIST names such as "P-256". Enhance + ecparam utility and ECC method to recognise the NIST names for curves. + [Steve Henson] + + *) Enhance SSL/TLS certificate chain handling to support different + chains for each certificate instead of one chain in the parent SSL_CTX. + [Steve Henson] + + *) Support for fixed DH ciphersuite client authentication: where both + server and client use DH certificates with common parameters. + [Steve Henson] + + *) Support for fixed DH ciphersuites: those requiring DH server + certificates. + [Steve Henson] + + *) New function i2d_re_X509_tbs for re-encoding the TBS portion of + the certificate. + Note: Related 1.0.2-beta specific macros X509_get_cert_info, + X509_CINF_set_modified, X509_CINF_get_issuer, X509_CINF_get_extensions and + X509_CINF_get_signature were reverted post internal team review. + + Changes between 1.0.1k and 1.0.1l [15 Jan 2015] + + *) Build fixes for the Windows and OpenVMS platforms + [Matt Caswell and Richard Levitte] + + Changes between 1.0.1j and 1.0.1k [8 Jan 2015] + + *) Abort handshake if server key exchange message is omitted for ephemeral + ECDH ciphersuites. + + Thanks to Karthikeyan Bhargavan of the PROSECCO team at INRIA for + reporting this issue. + (CVE-2014-3572) + [Steve Henson] + + *) Remove non-export ephemeral RSA code on client and server. This code + violated the TLS standard by allowing the use of temporary RSA keys in + non-export ciphersuites and could be used by a server to effectively + downgrade the RSA key length used to a value smaller than the server + certificate. Thanks for Karthikeyan Bhargavan of the PROSECCO team at + INRIA or reporting this issue. + (CVE-2015-0204) + [Steve Henson] + + *) Ensure that the session ID context of an SSL is updated when its + SSL_CTX is updated via SSL_set_SSL_CTX. + + The session ID context is typically set from the parent SSL_CTX, + and can vary with the CTX. + [Adam Langley] + + *) Fix various certificate fingerprint issues. + + By using non-DER or invalid encodings outside the signed portion of a + certificate the fingerprint can be changed without breaking the signature. + Although no details of the signed portion of the certificate can be changed + this can cause problems with some applications: e.g. those using the + certificate fingerprint for blacklists. + + 1. Reject signatures with non zero unused bits. + + If the BIT STRING containing the signature has non zero unused bits reject + the signature. All current signature algorithms require zero unused bits. + + 2. Check certificate algorithm consistency. + + Check the AlgorithmIdentifier inside TBS matches the one in the + certificate signature. NB: this will result in signature failure + errors for some broken certificates. + + Thanks to Konrad Kraszewski from Google for reporting this issue. + + 3. Check DSA/ECDSA signatures use DER. + + Reencode DSA/ECDSA signatures and compare with the original received + signature. Return an error if there is a mismatch. + + This will reject various cases including garbage after signature + (thanks to Antti Karjalainen and Tuomo Untinen from the Codenomicon CROSS + program for discovering this case) and use of BER or invalid ASN.1 INTEGERs + (negative or with leading zeroes). + + Further analysis was conducted and fixes were developed by Stephen Henson + of the OpenSSL core team. + + (CVE-2014-8275) + [Steve Henson] + + *) Do not resume sessions on the server if the negotiated protocol + version does not match the session's version. Resuming with a different + version, while not strictly forbidden by the RFC, is of questionable + sanity and breaks all known clients. + [David Benjamin, Emilia Ksper] + + *) Tighten handling of the ChangeCipherSpec (CCS) message: reject + early CCS messages during renegotiation. (Note that because + renegotiation is encrypted, this early CCS was not exploitable.) + [Emilia Ksper] + + *) Tighten client-side session ticket handling during renegotiation: + ensure that the client only accepts a session ticket if the server sends + the extension anew in the ServerHello. Previously, a TLS client would + reuse the old extension state and thus accept a session ticket if one was + announced in the initial ServerHello. + + Similarly, ensure that the client requires a session ticket if one + was advertised in the ServerHello. Previously, a TLS client would + ignore a missing NewSessionTicket message. + [Emilia Ksper] + Changes between 1.0.1i and 1.0.1j [15 Oct 2014] *) SRTP Memory Leak. @@ -139,6 +598,18 @@ bogus results, with non-infinity inputs mapped to infinity too.) [Bodo Moeller] + Changes between 1.0.1i and 1.0.1j [xx XXX xxxx] + + *) Add additional DigestInfo checks. + + Reencode DigestInto in DER and check against the original when + verifying RSA signature: this will reject any improperly encoded + DigestInfo structures. + + Note: this is a precautionary measure and no attacks are currently known. + + [Steve Henson] + Changes between 1.0.1g and 1.0.1h [5 Jun 2014] *) Fix for SSL/TLS MITM flaw. An attacker using a carefully crafted diff --git a/openssl/Configure b/openssl/Configure index 6f0da761b..3cf4a7a26 100644 --- a/openssl/Configure +++ b/openssl/Configure @@ -105,6 +105,8 @@ my $usage="Usage: Configure [no- ...] [enable- ...] [experimenta my $gcc_devteam_warn = "-Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -DOPENSSL_NO_DEPRECATED"; +my $clang_disabled_warnings = "-Wno-language-extension-token -Wno-extended-offsetof -Wno-padded -Wno-shorten-64-to-32 -Wno-format-nonliteral -Wno-missing-noreturn -Wno-unused-parameter -Wno-sign-conversion -Wno-unreachable-code -Wno-conversion -Wno-documentation -Wno-missing-variable-declarations -Wno-cast-align -Wno-incompatible-pointer-types-discards-qualifiers -Wno-missing-variable-declarations -Wno-missing-field-initializers -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-conditional-uninitialized -Wno-switch-enum"; + my $strict_warnings = 0; my $x86_gcc_des="DES_PTR DES_RISC1 DES_UNROLL"; @@ -124,24 +126,25 @@ my $tlib="-lnsl -lsocket"; my $bits1="THIRTY_TWO_BIT "; my $bits2="SIXTY_FOUR_BIT "; -my $x86_asm="x86cpuid.o:bn-586.o co-586.o x86-mont.o x86-gf2m.o:des-586.o crypt586.o:aes-586.o vpaes-x86.o aesni-x86.o:bf-586.o:md5-586.o:sha1-586.o sha256-586.o sha512-586.o:cast-586.o:rc4-586.o:rmd-586.o:rc5-586.o:wp_block.o wp-mmx.o:cmll-x86.o:ghash-x86.o:"; +my $x86_asm="x86cpuid.o:bn-586.o co-586.o x86-mont.o x86-gf2m.o::des-586.o crypt586.o:aes-586.o vpaes-x86.o aesni-x86.o:bf-586.o:md5-586.o:sha1-586.o sha256-586.o sha512-586.o:cast-586.o:rc4-586.o:rmd-586.o:rc5-586.o:wp_block.o wp-mmx.o:cmll-x86.o:ghash-x86.o:"; my $x86_elf_asm="$x86_asm:elf"; -my $x86_64_asm="x86_64cpuid.o:x86_64-gcc.o x86_64-mont.o x86_64-mont5.o x86_64-gf2m.o modexp512-x86_64.o::aes-x86_64.o vpaes-x86_64.o bsaes-x86_64.o aesni-x86_64.o aesni-sha1-x86_64.o::md5-x86_64.o:sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o::rc4-x86_64.o rc4-md5-x86_64.o:::wp-x86_64.o:cmll-x86_64.o cmll_misc.o:ghash-x86_64.o:"; -my $ia64_asm="ia64cpuid.o:bn-ia64.o ia64-mont.o::aes_core.o aes_cbc.o aes-ia64.o::md5-ia64.o:sha1-ia64.o sha256-ia64.o sha512-ia64.o::rc4-ia64.o rc4_skey.o:::::ghash-ia64.o::void"; -my $sparcv9_asm="sparcv9cap.o sparccpuid.o:bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o:des_enc-sparc.o fcrypt_b.o:aes_core.o aes_cbc.o aes-sparcv9.o:::sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o:::::::ghash-sparcv9.o::void"; -my $sparcv8_asm=":sparcv8.o:des_enc-sparc.o fcrypt_b.o:::::::::::::void"; -my $alpha_asm="alphacpuid.o:bn_asm.o alpha-mont.o:::::sha1-alpha.o:::::::ghash-alpha.o::void"; -my $mips32_asm=":bn-mips.o::aes_cbc.o aes-mips.o:::sha1-mips.o sha256-mips.o::::::::"; -my $mips64_asm=":bn-mips.o mips-mont.o::aes_cbc.o aes-mips.o:::sha1-mips.o sha256-mips.o sha512-mips.o::::::::"; -my $s390x_asm="s390xcap.o s390xcpuid.o:bn-s390x.o s390x-mont.o s390x-gf2m.o::aes-s390x.o aes-ctr.o aes-xts.o:::sha1-s390x.o sha256-s390x.o sha512-s390x.o::rc4-s390x.o:::::ghash-s390x.o:"; -my $armv4_asm="armcap.o armv4cpuid.o:bn_asm.o armv4-mont.o armv4-gf2m.o::aes_cbc.o aes-armv4.o:::sha1-armv4-large.o sha256-armv4.o sha512-armv4.o:::::::ghash-armv4.o::void"; -my $parisc11_asm="pariscid.o:bn_asm.o parisc-mont.o::aes_core.o aes_cbc.o aes-parisc.o:::sha1-parisc.o sha256-parisc.o sha512-parisc.o::rc4-parisc.o:::::ghash-parisc.o::32"; -my $parisc20_asm="pariscid.o:pa-risc2W.o parisc-mont.o::aes_core.o aes_cbc.o aes-parisc.o:::sha1-parisc.o sha256-parisc.o sha512-parisc.o::rc4-parisc.o:::::ghash-parisc.o::64"; -my $ppc32_asm="ppccpuid.o ppccap.o:bn-ppc.o ppc-mont.o ppc64-mont.o::aes_core.o aes_cbc.o aes-ppc.o:::sha1-ppc.o sha256-ppc.o::::::::"; -my $ppc64_asm="ppccpuid.o ppccap.o:bn-ppc.o ppc-mont.o ppc64-mont.o::aes_core.o aes_cbc.o aes-ppc.o:::sha1-ppc.o sha256-ppc.o sha512-ppc.o::::::::"; -my $no_asm=":::::::::::::::void"; +my $x86_64_asm="x86_64cpuid.o:x86_64-gcc.o x86_64-mont.o x86_64-mont5.o x86_64-gf2m.o rsaz_exp.o rsaz-x86_64.o rsaz-avx2.o:ecp_nistz256.o ecp_nistz256-x86_64.o::aes-x86_64.o vpaes-x86_64.o bsaes-x86_64.o aesni-x86_64.o aesni-sha1-x86_64.o aesni-sha256-x86_64.o aesni-mb-x86_64.o::md5-x86_64.o:sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o sha1-mb-x86_64.o sha256-mb-x86_64.o::rc4-x86_64.o rc4-md5-x86_64.o:::wp-x86_64.o:cmll-x86_64.o cmll_misc.o:ghash-x86_64.o aesni-gcm-x86_64.o:"; +my $ia64_asm="ia64cpuid.o:bn-ia64.o ia64-mont.o:::aes_core.o aes_cbc.o aes-ia64.o::md5-ia64.o:sha1-ia64.o sha256-ia64.o sha512-ia64.o::rc4-ia64.o rc4_skey.o:::::ghash-ia64.o::void"; +my $sparcv9_asm="sparcv9cap.o sparccpuid.o:bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o vis3-mont.o sparct4-mont.o sparcv9-gf2m.o::des_enc-sparc.o fcrypt_b.o dest4-sparcv9.o:aes_core.o aes_cbc.o aes-sparcv9.o aest4-sparcv9.o::md5-sparcv9.o:sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o::::::camellia.o cmll_misc.o cmll_cbc.o cmllt4-sparcv9.o:ghash-sparcv9.o::void"; +my $sparcv8_asm=":sparcv8.o::des_enc-sparc.o fcrypt_b.o:::::::::::::void"; +my $alpha_asm="alphacpuid.o:bn_asm.o alpha-mont.o::::::sha1-alpha.o:::::::ghash-alpha.o::void"; +my $mips64_asm=":bn-mips.o mips-mont.o:::aes_cbc.o aes-mips.o:::sha1-mips.o sha256-mips.o sha512-mips.o::::::::"; +my $mips32_asm=$mips64_asm; $mips32_asm =~ s/\s*sha512\-mips\.o//; +my $s390x_asm="s390xcap.o s390xcpuid.o:bn-s390x.o s390x-mont.o s390x-gf2m.o:::aes-s390x.o aes-ctr.o aes-xts.o:::sha1-s390x.o sha256-s390x.o sha512-s390x.o::rc4-s390x.o:::::ghash-s390x.o:"; +my $armv4_asm="armcap.o armv4cpuid.o:bn_asm.o armv4-mont.o armv4-gf2m.o:::aes_cbc.o aes-armv4.o bsaes-armv7.o aesv8-armx.o:::sha1-armv4-large.o sha256-armv4.o sha512-armv4.o:::::::ghash-armv4.o ghashv8-armx.o::void"; +my $aarch64_asm="armcap.o arm64cpuid.o mem_clr.o::::aes_core.o aes_cbc.o aesv8-armx.o:::sha1-armv8.o sha256-armv8.o sha512-armv8.o:::::::ghashv8-armx.o:"; +my $parisc11_asm="pariscid.o:bn_asm.o parisc-mont.o:::aes_core.o aes_cbc.o aes-parisc.o:::sha1-parisc.o sha256-parisc.o sha512-parisc.o::rc4-parisc.o:::::ghash-parisc.o::32"; +my $parisc20_asm="pariscid.o:pa-risc2W.o parisc-mont.o:::aes_core.o aes_cbc.o aes-parisc.o:::sha1-parisc.o sha256-parisc.o sha512-parisc.o::rc4-parisc.o:::::ghash-parisc.o::64"; +my $ppc64_asm="ppccpuid.o ppccap.o:bn-ppc.o ppc-mont.o ppc64-mont.o:::aes_core.o aes_cbc.o aes-ppc.o vpaes-ppc.o aesp8-ppc.o:::sha1-ppc.o sha256-ppc.o sha512-ppc.o sha256p8-ppc.o sha512p8-ppc.o:::::::ghashp8-ppc.o:"; +my $ppc32_asm=$ppc64_asm; +my $no_asm="::::::::::::::::void"; # As for $BSDthreads. Idea is to maintain "collective" set of flags, # which would cover all BSD flavors. -pthread applies to them all, @@ -152,7 +155,7 @@ my $no_asm=":::::::::::::::void"; # seems to be sufficient? my $BSDthreads="-pthread -D_THREAD_SAFE -D_REENTRANT"; -#config-string $cc : $cflags : $unistd : $thread_cflag : $sys_id : $lflags : $bn_ops : $cpuid_obj : $bn_obj : $des_obj : $aes_obj : $bf_obj : $md5_obj : $sha1_obj : $cast_obj : $rc4_obj : $rmd160_obj : $rc5_obj : $wp_obj : $cmll_obj : $modes_obj : $engines_obj : $dso_scheme : $shared_target : $shared_cflag : $shared_ldflag : $shared_extension : $ranlib : $arflags : $multilib +#config-string $cc : $cflags : $unistd : $thread_cflag : $sys_id : $lflags : $bn_ops : $cpuid_obj : $bn_obj : $ec_obj : $des_obj : $aes_obj : $bf_obj : $md5_obj : $sha1_obj : $cast_obj : $rc4_obj : $rmd160_obj : $rc5_obj : $wp_obj : $cmll_obj : $modes_obj : $engines_obj : $dso_scheme : $shared_target : $shared_cflag : $shared_ldflag : $shared_extension : $ranlib : $arflags : $multilib my %table=( # File 'TABLE' (created by 'make TABLE') contains the data from this list, @@ -174,14 +177,14 @@ my %table=( "debug-ben-debug-64", "gcc:$gcc_devteam_warn -Wno-error=overlength-strings -DBN_DEBUG -DCONF_DEBUG -DDEBUG_SAFESTACK -DDEBUG_UNUSED -g3 -O3 -pipe::${BSDthreads}:::SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "debug-ben-macos", "cc:$gcc_devteam_warn -arch i386 -DBN_DEBUG -DCONF_DEBUG -DDEBUG_SAFESTACK -DDEBUG_UNUSED -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -DL_ENDIAN -g3 -pipe::(unknown)::-Wl,-search_paths_first::::", "debug-ben-macos-gcc46", "gcc-mp-4.6:$gcc_devteam_warn -Wconversion -DBN_DEBUG -DCONF_DEBUG -DDEBUG_SAFESTACK -DDEBUG_UNUSED -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -DL_ENDIAN -g3 -pipe::(unknown)::::::", -"debug-ben-darwin64","cc:$gcc_devteam_warn -Wno-language-extension-token -Wno-extended-offsetof -arch x86_64 -O3 -DL_ENDIAN -Wall::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL:".eval{my $asm=$x86_64_asm;$asm=~s/rc4\-[^:]+//;$asm}.":macosx:dlfcn:darwin-shared:-fPIC -fno-common:-arch x86_64 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib", +"debug-ben-darwin64","cc:$gcc_devteam_warn -g -Wno-language-extension-token -Wno-extended-offsetof -arch x86_64 -O3 -DL_ENDIAN -Wall::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL:".eval{my $asm=$x86_64_asm;$asm=~s/rc4\-[^:]+//;$asm}.":macosx:dlfcn:darwin-shared:-fPIC -fno-common:-arch x86_64 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib", +"debug-ben-debug-64-clang", "clang:$gcc_devteam_warn -Wno-error=overlength-strings -Wno-error=extended-offsetof -Qunused-arguments -DBN_DEBUG -DCONF_DEBUG -DDEBUG_SAFESTACK -DDEBUG_UNUSED -g3 -O3 -pipe::${BSDthreads}:::SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "debug-ben-no-opt", "gcc: -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -DDEBUG_SAFESTACK -DCRYPTO_MDEBUG -Werror -DL_ENDIAN -DTERMIOS -Wall -g3::(unknown)::::::", "debug-ben-strict", "gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DCONST_STRICT -O2 -Wall -Wshadow -Werror -Wpointer-arith -Wcast-qual -Wwrite-strings -pipe::(unknown)::::::", "debug-rse","cc:-DTERMIOS -DL_ENDIAN -pipe -O -g -ggdb3 -Wall::(unknown):::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}", "debug-bodo", "gcc:$gcc_devteam_warn -Wno-error=overlength-strings -DBN_DEBUG -DBN_DEBUG_RAND -DCONF_DEBUG -DBIO_PAIR_DEBUG -m64 -DL_ENDIAN -DTERMIO -g -DMD32_REG_T=int::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::64", -"debug-ulf", "gcc:-DTERMIOS -DL_ENDIAN -march=i486 -Wall -DBN_DEBUG -DBN_DEBUG_RAND -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DOPENSSL_NO_ASM -g -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations:::CYGWIN32:::${no_asm}:win32:cygwin-shared:::.dll", "debug-steve64", "gcc:$gcc_devteam_warn -m64 -DL_ENDIAN -DTERMIO -DCONF_DEBUG -DDEBUG_SAFESTACK -Wno-overlength-strings -g::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", -"debug-steve32", "gcc:$gcc_devteam_warn -m32 -DL_ENDIAN -DCONF_DEBUG -DDEBUG_SAFESTACK -g -pipe::-D_REENTRANT::-rdynamic -ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC:-m32:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", +"debug-steve32", "gcc:$gcc_devteam_warn -m32 -DL_ENDIAN -DCONF_DEBUG -DDEBUG_SAFESTACK -Wno-overlength-strings -g -pipe::-D_REENTRANT::-rdynamic -ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC:-m32:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "debug-steve-opt", "gcc:$gcc_devteam_warn -m64 -O3 -DL_ENDIAN -DTERMIO -DCONF_DEBUG -DDEBUG_SAFESTACK -g::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "debug-levitte-linux-elf","gcc:-DLEVITTE_DEBUG -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -ggdb -g3 -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "debug-levitte-linux-noasm","gcc:-DLEVITTE_DEBUG -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DOPENSSL_NO_ASM -DL_ENDIAN -ggdb -g3 -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", @@ -193,7 +196,7 @@ my %table=( "debug-linux-ppro","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -mcpu=pentiumpro -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn", "debug-linux-elf","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -march=i486 -Wall::-D_REENTRANT::-lefence -ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "debug-linux-elf-noefence","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -march=i486 -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", -"debug-linux-ia32-aes", "gcc:-DAES_EXPERIMENTAL -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:x86cpuid.o:bn-586.o co-586.o x86-mont.o:des-586.o crypt586.o:aes_x86core.o aes_cbc.o aesni-x86.o:bf-586.o:md5-586.o:sha1-586.o sha256-586.o sha512-586.o:cast-586.o:rc4-586.o:rmd-586.o:rc5-586.o:wp_block.o wp-mmx.o::ghash-x86.o::elf:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", +"debug-linux-ia32-aes", "gcc:-DAES_EXPERIMENTAL -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:x86cpuid.o:bn-586.o co-586.o x86-mont.o::des-586.o crypt586.o:aes_x86core.o aes_cbc.o aesni-x86.o:bf-586.o:md5-586.o:sha1-586.o sha256-586.o sha512-586.o:cast-586.o:rc4-586.o:rmd-586.o:rc5-586.o:wp_block.o wp-mmx.o::ghash-x86.o::elf:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "debug-linux-generic32","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DTERMIO -g -Wall::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "debug-linux-generic64","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DTERMIO -g -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "debug-linux-x86_64","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -m64 -DL_ENDIAN -DTERMIO -g -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::64", @@ -225,7 +228,7 @@ my %table=( "solaris64-x86_64-gcc","gcc:-m64 -O3 -Wall -DL_ENDIAN::-D_REENTRANT::-lsocket -lnsl -ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:solaris-shared:-fPIC:-m64 -shared -static-libgcc:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/64", #### Solaris x86 with Sun C setups -"solaris-x86-cc","cc:-fast -O -Xa::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL BF_PTR:${no_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", +"solaris-x86-cc","cc:-fast -xarch=generic -O -Xa::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL BF_PTR:${no_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "solaris64-x86_64-cc","cc:-fast -xarch=amd64 -xstrconst -Xa -DL_ENDIAN::-D_REENTRANT::-lsocket -lnsl -ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:solaris-shared:-KPIC:-xarch=amd64 -G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/64", #### SPARC Solaris with GNU C setups @@ -300,7 +303,7 @@ my %table=( "hpux-parisc-gcc","gcc:-O3 -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-Wl,+s -ldld:BN_LLONG DES_PTR DES_UNROLL DES_RISC1:${no_asm}:dl:hpux-shared:-fPIC:-shared:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "hpux-parisc1_1-gcc","gcc:-O3 -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-Wl,+s -ldld:BN_LLONG DES_PTR DES_UNROLL DES_RISC1:${parisc11_asm}:dl:hpux-shared:-fPIC:-shared:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/pa1.1", "hpux-parisc2-gcc","gcc:-march=2.0 -O3 -DB_ENDIAN -D_REENTRANT::::-Wl,+s -ldld:SIXTY_FOUR_BIT RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL DES_RISC1:".eval{my $asm=$parisc20_asm;$asm=~s/2W\./2\./;$asm=~s/:64/:32/;$asm}.":dl:hpux-shared:-fPIC:-shared:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/pa20_32", -"hpux64-parisc2-gcc","gcc:-O3 -DB_ENDIAN -D_REENTRANT::::-ldl:SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT::pa-risc2W.o::::::::::::::void:dlfcn:hpux-shared:-fpic:-shared:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/pa20_64", +"hpux64-parisc2-gcc","gcc:-O3 -DB_ENDIAN -D_REENTRANT::::-ldl:SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT::pa-risc2W.o:::::::::::::::void:dlfcn:hpux-shared:-fpic:-shared:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/pa20_64", # More attempts at unified 10.X and 11.X targets for HP C compiler. # @@ -347,20 +350,57 @@ my %table=( # throw in -D[BL]_ENDIAN, whichever appropriate... "linux-generic32","gcc:-DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "linux-ppc", "gcc:-DB_ENDIAN -DTERMIO -O3 -Wall::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL:${ppc32_asm}:linux32:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", -# It's believed that majority of ARM toolchains predefine appropriate -march. -# If you compiler does not, do complement config command line with one! + +####################################################################### +# Note that -march is not among compiler options in below linux-armv4 +# target line. Not specifying one is intentional to give you choice to: +# +# a) rely on your compiler default by not specifying one; +# b) specify your target platform explicitly for optimal performance, +# e.g. -march=armv6 or -march=armv7-a; +# c) build "universal" binary that targets *range* of platforms by +# specifying minimum and maximum supported architecture; +# +# As for c) option. It actually makes no sense to specify maximum to be +# less than ARMv7, because it's the least requirement for run-time +# switch between platform-specific code paths. And without run-time +# switch performance would be equivalent to one for minimum. Secondly, +# there are some natural limitations that you'd have to accept and +# respect. Most notably you can *not* build "universal" binary for +# big-endian platform. This is because ARMv7 processor always picks +# instructions in little-endian order. Another similar limitation is +# that -mthumb can't "cross" -march=armv6t2 boundary, because that's +# where it became Thumb-2. Well, this limitation is a bit artificial, +# because it's not really impossible, but it's deemed too tricky to +# support. And of course you have to be sure that your binutils are +# actually up to the task of handling maximum target platform. With all +# this in mind here is an example of how to configure "universal" build: +# +# ./Configure linux-armv4 -march=armv6 -D__ARM_MAX_ARCH__=8 +# "linux-armv4", "gcc:-DTERMIO -O3 -Wall::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${armv4_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", +"linux-aarch64","gcc:-DTERMIO -O3 -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${aarch64_asm}:linux64:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", +# Configure script adds minimally required -march for assembly support, +# if no -march was specified at command line. mips32 and mips64 below +# refer to contemporary MIPS Architecture specifications, MIPS32 and +# MIPS64, rather than to kernel bitness. +"linux-mips32", "gcc:-mabi=32 -DTERMIO -O3 -Wall -DBN_DIV3W::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${mips32_asm}:o32:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", +"linux-mips64", "gcc:-mabi=n32 -DTERMIO -O3 -Wall -DBN_DIV3W::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${mips64_asm}:n32:dlfcn:linux-shared:-fPIC:-mabi=n32:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::32", +"linux64-mips64", "gcc:-mabi=64 -DTERMIO -O3 -Wall -DBN_DIV3W::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${mips64_asm}:64:dlfcn:linux-shared:-fPIC:-mabi=64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::64", #### IA-32 targets... -"linux-ia32-icc", "icc:-DL_ENDIAN -DTERMIO -O2 -no_cpprt::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-KPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", +"linux-ia32-icc", "icc:-DL_ENDIAN -DTERMIO -O2::-D_REENTRANT::-ldl -no_cpprt:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-KPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "linux-elf", "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "linux-aout", "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -march=i486 -Wall::(unknown):::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_asm}:a.out", #### "linux-generic64","gcc:-DTERMIO -O3 -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "linux-ppc64", "gcc:-m64 -DB_ENDIAN -DTERMIO -O3 -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL:${ppc64_asm}:linux64:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::64", +"linux-ppc64le","gcc:-m64 -DL_ENDIAN -DTERMIO -O3 -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL:$ppc64_asm:linux64le:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::", "linux-ia64", "gcc:-DL_ENDIAN -DTERMIO -O3 -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_UNROLL DES_INT:${ia64_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", -"linux-ia64-ecc","ecc:-DL_ENDIAN -DTERMIO -O2 -Wall -no_cpprt::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT:${ia64_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", -"linux-ia64-icc","icc:-DL_ENDIAN -DTERMIO -O2 -Wall -no_cpprt::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_INT:${ia64_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", +"linux-ia64-icc","icc:-DL_ENDIAN -DTERMIO -O2 -Wall::-D_REENTRANT::-ldl -no_cpprt:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_INT:${ia64_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "linux-x86_64", "gcc:-m64 -DL_ENDIAN -DTERMIO -O3 -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::64", +"linux-x86_64-clang", "clang: -m64 -DL_ENDIAN -DTERMIO -O3 -Weverything $clang_disabled_warnings -Qunused-arguments::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::64", +"linux-x86_64-icc", "icc:-DL_ENDIAN -DTERMIO -O2::-D_REENTRANT::-ldl -no_cpprt:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::64", +"linux-x32", "gcc:-mx32 -DL_ENDIAN -DTERMIO -O3 -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:linux-shared:-fPIC:-mx32:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::x32", "linux64-s390x", "gcc:-m64 -DB_ENDIAN -DTERMIO -O3 -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL:${s390x_asm}:64:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::64", #### So called "highgprs" target for z/Architecture CPUs # "Highgprs" is kernel feature first implemented in Linux 2.6.32, see @@ -407,6 +447,7 @@ my %table=( "android","gcc:-mandroid -I\$(ANDROID_DEV)/include -B\$(ANDROID_DEV)/lib -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "android-x86","gcc:-mandroid -I\$(ANDROID_DEV)/include -B\$(ANDROID_DEV)/lib -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:".eval{my $asm=${x86_elf_asm};$asm=~s/:elf/:android/;$asm}.":dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "android-armv7","gcc:-march=armv7-a -mandroid -I\$(ANDROID_DEV)/include -B\$(ANDROID_DEV)/lib -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${armv4_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", +"android-mips","gcc:-mandroid -I\$(ANDROID_DEV)/include -B\$(ANDROID_DEV)/lib -O3 -Wall::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${mips32_asm}:o32:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", #### *BSD [do see comment about ${BSDthreads} above!] "BSD-generic32","gcc:-DTERMIOS -O3 -fomit-frame-pointer -Wall::${BSDthreads}:::BN_LLONG RC2_CHAR RC4_INDEX DES_INT DES_UNROLL:${no_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", @@ -454,11 +495,11 @@ my %table=( # UnixWare 2.0x fails destest with -O. "unixware-2.0","cc:-DFILIO_H -DNO_STRINGS_H::-Kthread::-lsocket -lnsl -lresolv -lx:${x86_gcc_des} ${x86_gcc_opts}:::", "unixware-2.1","cc:-O -DFILIO_H::-Kthread::-lsocket -lnsl -lresolv -lx:${x86_gcc_des} ${x86_gcc_opts}:::", -"unixware-7","cc:-O -DFILIO_H -Kalloca::-Kthread::-lsocket -lnsl:BN_LLONG MD2_CHAR RC4_INDEX ${x86_gcc_des}:${x86_elf_asm}:dlfcn:svr5-shared:-Kpic::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", -"unixware-7-gcc","gcc:-DL_ENDIAN -DFILIO_H -O3 -fomit-frame-pointer -march=pentium -Wall::-D_REENTRANT::-lsocket -lnsl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:gnu-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", +"unixware-7","cc:-O -DFILIO_H -Kalloca::-Kthread::-lsocket -lnsl:BN_LLONG MD2_CHAR RC4_INDEX ${x86_gcc_des}:${x86_elf_asm}-1:dlfcn:svr5-shared:-Kpic::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", +"unixware-7-gcc","gcc:-DL_ENDIAN -DFILIO_H -O3 -fomit-frame-pointer -march=pentium -Wall::-D_REENTRANT::-lsocket -lnsl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}-1:dlfcn:gnu-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", # SCO 5 - Ben Laurie says the -O breaks the SCO cc. -"sco5-cc", "cc:-belf::(unknown)::-lsocket -lnsl:${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:svr3-shared:-Kpic::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", -"sco5-gcc", "gcc:-O3 -fomit-frame-pointer::(unknown)::-lsocket -lnsl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:svr3-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", +"sco5-cc", "cc:-belf::(unknown)::-lsocket -lnsl:${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}-1:dlfcn:svr3-shared:-Kpic::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", +"sco5-gcc", "gcc:-O3 -fomit-frame-pointer::(unknown)::-lsocket -lnsl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}-1:dlfcn:svr3-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", #### IBM's AIX. "aix3-cc", "cc:-O -DB_ENDIAN -qmaxmem=16384::(unknown):AIX::BN_LLONG RC4_CHAR:::", @@ -518,9 +559,9 @@ my %table=( # Visual C targets # # Win64 targets, WIN64I denotes IA-64 and WIN64A - AMD64 -"VC-WIN64I","cl:-W3 -Gs0 -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DUNICODE -D_UNICODE -D_CRT_SECURE_NO_DEPRECATE:::WIN64I::SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN:ia64cpuid.o:ia64.o ia64-mont.o::aes_core.o aes_cbc.o aes-ia64.o::md5-ia64.o:sha1-ia64.o sha256-ia64.o sha512-ia64.o:::::::ghash-ia64.o::ias:win32", +"VC-WIN64I","cl:-W3 -Gs0 -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DUNICODE -D_UNICODE -D_CRT_SECURE_NO_DEPRECATE:::WIN64I::SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN:ia64cpuid.o:ia64.o ia64-mont.o:::aes_core.o aes_cbc.o aes-ia64.o::md5-ia64.o:sha1-ia64.o sha256-ia64.o sha512-ia64.o:::::::ghash-ia64.o::ias:win32", "VC-WIN64A","cl:-W3 -Gs0 -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DUNICODE -D_UNICODE -D_CRT_SECURE_NO_DEPRECATE:::WIN64A::SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN:".eval{my $asm=$x86_64_asm;$asm=~s/x86_64-gcc\.o/bn_asm.o/;$asm}.":auto:win32", -"debug-VC-WIN64I","cl:-W3 -Gs0 -Gy -Zi -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DUNICODE -D_UNICODE -D_CRT_SECURE_NO_DEPRECATE:::WIN64I::SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN:ia64cpuid.o:ia64.o::aes_core.o aes_cbc.o aes-ia64.o::md5-ia64.o:sha1-ia64.o sha256-ia64.o sha512-ia64.o:::::::ghash-ia64.o::ias:win32", +"debug-VC-WIN64I","cl:-W3 -Gs0 -Gy -Zi -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DUNICODE -D_UNICODE -D_CRT_SECURE_NO_DEPRECATE:::WIN64I::SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN:ia64cpuid.o:ia64.o:::aes_core.o aes_cbc.o aes-ia64.o::md5-ia64.o:sha1-ia64.o sha256-ia64.o sha512-ia64.o:::::::ghash-ia64.o::ias:win32", "debug-VC-WIN64A","cl:-W3 -Gs0 -Gy -Zi -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DUNICODE -D_UNICODE -D_CRT_SECURE_NO_DEPRECATE:::WIN64A::SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN:".eval{my $asm=$x86_64_asm;$asm=~s/x86_64-gcc\.o/bn_asm.o/;$asm}.":auto:win32", # x86 Win32 target defaults to ANSI API, if you want UNICODE, complement # 'perl Configure VC-WIN32' with '-DUNICODE -D_UNICODE' @@ -547,9 +588,8 @@ my %table=( "UWIN", "cc:-DTERMIOS -DL_ENDIAN -O -Wall:::UWIN::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${no_asm}:win32", # Cygwin -"Cygwin-pre1.3", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall::(unknown):CYGWIN32::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${no_asm}:win32", -"Cygwin", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -Wall:::CYGWIN32::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_asm}:coff:dlfcn:cygwin-shared:-D_WINDLL:-shared:.dll.a", -"debug-Cygwin", "gcc:-DTERMIOS -DL_ENDIAN -march=i486 -Wall -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DOPENSSL_NO_ASM -g -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror:::CYGWIN32:::${no_asm}:dlfcn:cygwin-shared:-D_WINDLL:-shared:.dll.a", +"Cygwin", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -Wall:::CYGWIN::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_asm}:coff:dlfcn:cygwin-shared:-D_WINDLL:-shared:.dll.a", +"Cygwin-x86_64", "gcc:-DTERMIOS -DL_ENDIAN -O3 -Wall:::CYGWIN::SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:mingw64:dlfcn:cygwin-shared:-D_WINDLL:-shared:.dll.a", # NetWare from David Ward (dsward@novell.com) # requires either MetroWerks NLM development tools, or gcc / nlmconv @@ -581,7 +621,8 @@ my %table=( "darwin64-ppc-cc","cc:-arch ppc64 -O3 -DB_ENDIAN::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${ppc64_asm}:osx64:dlfcn:darwin-shared:-fPIC -fno-common:-arch ppc64 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib", "darwin-i386-cc","cc:-arch i386 -O3 -fomit-frame-pointer -DL_ENDIAN::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:BN_LLONG RC4_INT RC4_CHUNK DES_UNROLL BF_PTR:".eval{my $asm=$x86_asm;$asm=~s/cast\-586\.o//;$asm}.":macosx:dlfcn:darwin-shared:-fPIC -fno-common:-arch i386 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib", "debug-darwin-i386-cc","cc:-arch i386 -g3 -DL_ENDIAN::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:BN_LLONG RC4_INT RC4_CHUNK DES_UNROLL BF_PTR:${x86_asm}:macosx:dlfcn:darwin-shared:-fPIC -fno-common:-arch i386 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib", -"darwin64-x86_64-cc","cc:-arch x86_64 -O3 -DL_ENDIAN -Wall::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL:".eval{my $asm=$x86_64_asm;$asm=~s/rc4\-[^:]+//;$asm}.":macosx:dlfcn:darwin-shared:-fPIC -fno-common:-arch x86_64 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib", +"darwin64-x86_64-cc","cc:-arch x86_64 -O3 -DL_ENDIAN -Wall::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:".eval{my $asm=$x86_64_asm;$asm=~s/rc4\-[^:]+//;$asm}.":macosx:dlfcn:darwin-shared:-fPIC -fno-common:-arch x86_64 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib", +"debug-darwin64-x86_64-cc","cc:-arch x86_64 -ggdb -g2 -O0 -DL_ENDIAN -Wall::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:".eval{my $asm=$x86_64_asm;$asm=~s/rc4\-[^:]+//;$asm}.":macosx:dlfcn:darwin-shared:-fPIC -fno-common:-arch x86_64 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib", "debug-darwin-ppc-cc","cc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DB_ENDIAN -g -Wall -O::-D_REENTRANT:MACOSX::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${ppc32_asm}:osx32:dlfcn:darwin-shared:-fPIC:-dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib", # iPhoneOS/iOS "iphoneos-cross","llvm-gcc:-O3 -isysroot \$(CROSS_TOP)/SDKs/\$(CROSS_SDK) -fomit-frame-pointer -fno-common::-D_REENTRANT:iOS:-Wl,-search_paths_first%:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}:dlfcn:darwin-shared:-fPIC -fno-common:-dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib", @@ -634,6 +675,7 @@ my $idx_lflags = $idx++; my $idx_bn_ops = $idx++; my $idx_cpuid_obj = $idx++; my $idx_bn_obj = $idx++; +my $idx_ec_obj = $idx++; my $idx_des_obj = $idx++; my $idx_aes_obj = $idx++; my $idx_bf_obj = $idx++; @@ -714,11 +756,13 @@ my %disabled = ( # "what" => "comment" [or special keyword "experimental "ec_nistp_64_gcc_128" => "default", "gmp" => "default", "jpake" => "experimental", + "libunbound" => "experimental", "md2" => "default", "rc5" => "default", "rfc3779" => "default", "sctp" => "default", "shared" => "default", + "ssl-trace" => "default", "store" => "experimental", "unit-test" => "default", "zlib" => "default", @@ -728,7 +772,7 @@ my @experimental = (); # This is what $depflags will look like with the above defaults # (we need this to see if we should advise the user to run "make depend"): -my $default_depflags = " -DOPENSSL_NO_EC_NISTP_64_GCC_128 -DOPENSSL_NO_GMP -DOPENSSL_NO_JPAKE -DOPENSSL_NO_MD2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779 -DOPENSSL_NO_SCTP -DOPENSSL_NO_STORE -DOPENSSL_NO_UNIT_TEST"; +my $default_depflags = " -DOPENSSL_NO_EC_NISTP_64_GCC_128 -DOPENSSL_NO_GMP -DOPENSSL_NO_JPAKE -DOPENSSL_NO_LIBUNBOUND -DOPENSSL_NO_MD2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779 -DOPENSSL_NO_SCTP -DOPENSSL_NO_SSL_TRACE -DOPENSSL_NO_STORE -DOPENSSL_NO_UNIT_TEST"; # Explicit "no-..." options will be collected in %disabled along with the defaults. # To remove something from %disabled, use "enable-foo" (unless it's experimental). @@ -804,6 +848,11 @@ PROCESS_ARGS: { $disabled{"tls1"} = "option(tls)" } + elsif ($1 eq "ssl3-method") + { + $disabled{"ssl3-method"} = "option(ssl)"; + $disabled{"ssl3"} = "option(ssl)"; + } else { $disabled{$1} = "option"; @@ -868,16 +917,7 @@ PROCESS_ARGS: } elsif (/^[-+]/) { - if (/^-[lL](.*)$/ or /^-Wl,/) - { - $libs.=$_." "; - } - elsif (/^-[^-]/ or /^\+/) - { - $_ =~ s/%([0-9a-f]{1,2})/chr(hex($1))/gei; - $flags.=$_." "; - } - elsif (/^--prefix=(.*)$/) + if (/^--prefix=(.*)$/) { $prefix=$1; } @@ -921,10 +961,14 @@ PROCESS_ARGS: { $cross_compile_prefix=$1; } - else + elsif (/^-[lL](.*)$/ or /^-Wl,/) { - print STDERR $usage; - exit(1); + $libs.=$_." "; + } + else # common if (/^[-+]/), just pass down... + { + $_ =~ s/%([0-9a-f]{1,2})/chr(hex($1))/gei; + $flags.=$_." "; } } elsif ($_ =~ /^([^:]+):(.+)$/) @@ -1159,6 +1203,7 @@ my $lflags = $fields[$idx_lflags]; my $bn_ops = $fields[$idx_bn_ops]; my $cpuid_obj = $fields[$idx_cpuid_obj]; my $bn_obj = $fields[$idx_bn_obj]; +my $ec_obj = $fields[$idx_ec_obj]; my $des_obj = $fields[$idx_des_obj]; my $aes_obj = $fields[$idx_aes_obj]; my $bf_obj = $fields[$idx_bf_obj]; @@ -1204,6 +1249,12 @@ if ($target =~ /^mingw/ && `$cc --target-help 2>&1` !~ m/\-mno\-cygwin/m) $shared_ldflag =~ s/\-mno\-cygwin\s*//; } +if ($target =~ /linux.*\-mips/ && !$no_asm && $flags !~ /\-m(ips|arch=)/) { + # minimally required architecture flags for assembly modules + $cflags="-mips2 $cflags" if ($target =~ /mips32/); + $cflags="-mips3 $cflags" if ($target =~ /mips64/); +} + my $no_shared_warn=0; my $no_user_cflags=0; @@ -1330,7 +1381,7 @@ $lflags="$libs$lflags" if ($libs ne ""); if ($no_asm) { - $cpuid_obj=$bn_obj= + $cpuid_obj=$bn_obj=$ec_obj= $des_obj=$aes_obj=$bf_obj=$cast_obj=$rc4_obj=$rc5_obj=$cmll_obj= $modes_obj=$sha1_obj=$md5_obj=$rmd160_obj=$wp_obj=$engines_obj=""; } @@ -1411,6 +1462,7 @@ if ($target =~ /\-icc$/) # Intel C compiler } if ($iccver>=8) { + $cflags=~s/\-KPIC/-fPIC/; # Eliminate unnecessary dependency from libirc.a. This is # essential for shared library support, as otherwise # apps/openssl can end up in endless loop upon startup... @@ -1418,12 +1470,17 @@ if ($target =~ /\-icc$/) # Intel C compiler } if ($iccver>=9) { - $cflags.=" -i-static"; - $cflags=~s/\-no_cpprt/-no-cpprt/; + $lflags.=" -i-static"; + $lflags=~s/\-no_cpprt/-no-cpprt/; } if ($iccver>=10) { - $cflags=~s/\-i\-static/-static-intel/; + $lflags=~s/\-i\-static/-static-intel/; + } + if ($iccver>=11) + { + $cflags.=" -no-intel-extensions"; # disable Cilk + $lflags=~s/\-no\-cpprt/-no-cxxlib/; } } @@ -1504,7 +1561,7 @@ if ($rmd160_obj =~ /\.o$/) } if ($aes_obj =~ /\.o$/) { - $cflags.=" -DAES_ASM"; + $cflags.=" -DAES_ASM" if ($aes_obj =~ m/\baes\-/);; # aes-ctr.o is not a real file, only indication that assembler # module implements AES_ctr32_encrypt... $cflags.=" -DAES_CTR_ASM" if ($aes_obj =~ s/\s*aes\-ctr\.o//); @@ -1526,10 +1583,14 @@ else { $wp_obj="wp_block.o"; } $cmll_obj=$cmll_enc unless ($cmll_obj =~ /.o$/); -if ($modes_obj =~ /ghash/) +if ($modes_obj =~ /ghash\-/) { $cflags.=" -DGHASH_ASM"; } +if ($ec_obj =~ /ecp_nistz256/) + { + $cflags.=" -DECP_NISTZ256_ASM"; + } # "Stringify" the C flags string. This permits it to be made part of a string # and works as well on command lines. @@ -1570,7 +1631,7 @@ if ($shlib_version_number =~ /(^[0-9]*)\.([0-9\.]*)/) if ($strict_warnings) { my $wopt; - die "ERROR --strict-warnings requires gcc" unless ($cc =~ /gcc$/); + die "ERROR --strict-warnings requires gcc or clang" unless ($cc =~ /gcc$/ or $cc =~ /clang$/); foreach $wopt (split /\s+/, $gcc_devteam_warn) { $cflags .= " $wopt" unless ($cflags =~ /$wopt/) @@ -1633,6 +1694,7 @@ while () s/^EXE_EXT=.*$/EXE_EXT= $exe_ext/; s/^CPUID_OBJ=.*$/CPUID_OBJ= $cpuid_obj/; s/^BN_ASM=.*$/BN_ASM= $bn_obj/; + s/^EC_ASM=.*$/EC_ASM= $ec_obj/; s/^DES_ENC=.*$/DES_ENC= $des_obj/; s/^AES_ENC=.*$/AES_ENC= $aes_obj/; s/^BF_ENC=.*$/BF_ENC= $bf_obj/; @@ -1694,6 +1756,7 @@ print "CFLAG =$cflags\n"; print "EX_LIBS =$lflags\n"; print "CPUID_OBJ =$cpuid_obj\n"; print "BN_ASM =$bn_obj\n"; +print "EC_ASM =$ec_obj\n"; print "DES_ENC =$des_obj\n"; print "AES_ENC =$aes_obj\n"; print "BF_ENC =$bf_obj\n"; @@ -1992,7 +2055,7 @@ BEGIN VALUE "ProductVersion", "$version\\0" // Optional: //VALUE "Comments", "\\0" - VALUE "LegalCopyright", "Copyright 1998-2005 The OpenSSL Project. Copyright 1995-1998 Eric A. Young, Tim J. Hudson. All rights reserved.\\0" + VALUE "LegalCopyright", "Copyright 1998-2005 The OpenSSL Project. Copyright 1995-1998 Eric A. Young, Tim J. Hudson. All rights reserved.\\0" //VALUE "LegalTrademarks", "\\0" //VALUE "PrivateBuild", "\\0" //VALUE "SpecialBuild", "\\0" @@ -2101,12 +2164,12 @@ sub print_table_entry { my $target = shift; - (my $cc,my $cflags,my $unistd,my $thread_cflag,my $sys_id,my $lflags, - my $bn_ops,my $cpuid_obj,my $bn_obj,my $des_obj,my $aes_obj, my $bf_obj, - my $md5_obj,my $sha1_obj,my $cast_obj,my $rc4_obj,my $rmd160_obj, - my $rc5_obj,my $wp_obj,my $cmll_obj,my $modes_obj, my $engines_obj, - my $perlasm_scheme,my $dso_scheme,my $shared_target,my $shared_cflag, - my $shared_ldflag,my $shared_extension,my $ranlib,my $arflags,my $multilib)= + my ($cc, $cflags, $unistd, $thread_cflag, $sys_id, $lflags, + $bn_ops, $cpuid_obj, $bn_obj, $ec_obj, $des_obj, $aes_obj, $bf_obj, + $md5_obj, $sha1_obj, $cast_obj, $rc4_obj, $rmd160_obj, + $rc5_obj, $wp_obj, $cmll_obj, $modes_obj, $engines_obj, + $perlasm_scheme, $dso_scheme, $shared_target, $shared_cflag, + $shared_ldflag, $shared_extension, $ranlib, $arflags, $multilib)= split(/\s*:\s*/,$table{$target} . ":" x 30 , -1); print <. -OpenSSL 1.0.1e was released on Feb 11th, 2013. +OpenSSL 1.0.1a was released on Apr 19th, 2012. In addition to the current stable release, you can also access daily snapshots of the OpenSSL development version at makefile.$BRANCH +make -f makefile.$BRANCH init diff --git a/openssl/GitMake b/openssl/GitMake new file mode 100755 index 000000000..47beffd6b --- /dev/null +++ b/openssl/GitMake @@ -0,0 +1,5 @@ +#!/bin/sh + +BRANCH=`git rev-parse --abbrev-ref HEAD` + +make -f makefile.$BRANCH $@ diff --git a/openssl/MacOS/GetHTTPS.src/MacSocket.h b/openssl/MacOS/GetHTTPS.src/MacSocket.h index ad59dc9e4..155d40d20 100644 --- a/openssl/MacOS/GetHTTPS.src/MacSocket.h +++ b/openssl/MacOS/GetHTTPS.src/MacSocket.h @@ -5,97 +5,98 @@ extern "C" { #endif - - -enum -{ - kMacSocket_TimeoutErr = -2 +enum { + kMacSocket_TimeoutErr = -2 }; +// Since MacSocket does busy waiting, I do a callback while waiting -// Since MacSocket does busy waiting, I do a callback while waiting - -typedef OSErr (*MacSocket_IdleWaitCallback)(void *); +typedef OSErr(*MacSocket_IdleWaitCallback) (void *); - -// Call this before anything else! +// Call this before anything else! OSErr MacSocket_Startup(void); - -// Call this to cleanup before quitting +// Call this to cleanup before quitting OSErr MacSocket_Shutdown(void); +// Call this to allocate a "socket" (reference number is returned in +// outSocketNum) +// Note that inDoThreadSwitching is pretty much irrelevant right now, since I +// ignore it +// The inTimeoutTicks parameter is applied during reads/writes of data +// The inIdleWaitCallback parameter specifies a callback which is called +// during busy-waiting periods +// The inUserRefPtr parameter is passed back to the idle-wait callback -// Call this to allocate a "socket" (reference number is returned in outSocketNum) -// Note that inDoThreadSwitching is pretty much irrelevant right now, since I ignore it -// The inTimeoutTicks parameter is applied during reads/writes of data -// The inIdleWaitCallback parameter specifies a callback which is called during busy-waiting periods -// The inUserRefPtr parameter is passed back to the idle-wait callback - -OSErr MacSocket_socket(int *outSocketNum,const Boolean inDoThreadSwitching,const long inTimeoutTicks,MacSocket_IdleWaitCallback inIdleWaitCallback,void *inUserRefPtr); - - -// Call this to connect to an IP/DNS address -// Note that inTargetAddressAndPort is in "IP:port" format-- e.g. 10.1.1.1:123 - -OSErr MacSocket_connect(const int inSocketNum,char *inTargetAddressAndPort); +OSErr MacSocket_socket(int *outSocketNum, const Boolean inDoThreadSwitching, + const long inTimeoutTicks, + MacSocket_IdleWaitCallback inIdleWaitCallback, + void *inUserRefPtr); +// Call this to connect to an IP/DNS address +// Note that inTargetAddressAndPort is in "IP:port" format-- e.g. +// 10.1.1.1:123 -// Call this to listen on a port -// Since this a low-performance implementation, I allow a maximum of 1 (one!) incoming request when I listen +OSErr MacSocket_connect(const int inSocketNum, char *inTargetAddressAndPort); -OSErr MacSocket_listen(const int inSocketNum,const int inPortNum); +// Call this to listen on a port +// Since this a low-performance implementation, I allow a maximum of 1 (one!) +// incoming request when I listen +OSErr MacSocket_listen(const int inSocketNum, const int inPortNum); -// Call this to close a socket +// Call this to close a socket OSErr MacSocket_close(const int inSocketNum); +// Call this to receive data on a socket +// Most parameters' purpose are obvious-- except maybe "inBlock" which +// controls whether I wait for data or return immediately -// Call this to receive data on a socket -// Most parameters' purpose are obvious-- except maybe "inBlock" which controls whether I wait for data or return immediately +int MacSocket_recv(const int inSocketNum, void *outBuff, int outBuffLength, + const Boolean inBlock); -int MacSocket_recv(const int inSocketNum,void *outBuff,int outBuffLength,const Boolean inBlock); +// Call this to send data on a socket +int MacSocket_send(const int inSocketNum, const void *inBuff, + int inBuffLength); -// Call this to send data on a socket - -int MacSocket_send(const int inSocketNum,const void *inBuff,int inBuffLength); - - -// If zero bytes were read in a call to MacSocket_recv(), it may be that the remote end has done a half-close -// This function will let you check whether that's true or not +// If zero bytes were read in a call to MacSocket_recv(), it may be that the +// remote end has done a half-close +// This function will let you check whether that's true or not Boolean MacSocket_RemoteEndIsClosing(const int inSocketNum); - -// Call this to see if the listen has completed after a call to MacSocket_listen() +// Call this to see if the listen has completed after a call to +// MacSocket_listen() Boolean MacSocket_ListenCompleted(const int inSocketNum); - -// These really aren't very useful anymore +// These really aren't very useful anymore Boolean MacSocket_LocalEndIsOpen(const int inSocketNum); Boolean MacSocket_RemoteEndIsOpen(const int inSocketNum); +// You may wish to change the userRefPtr for a socket callback-- use this to +// do it -// You may wish to change the userRefPtr for a socket callback-- use this to do it - -void MacSocket_SetUserRefPtr(const int inSocketNum,void *inNewRefPtr); - - -// Call these to get the socket's IP:port descriptor +void MacSocket_SetUserRefPtr(const int inSocketNum, void *inNewRefPtr); -void MacSocket_GetLocalIPAndPort(const int inSocketNum,char *outIPAndPort,const int inIPAndPortLength); -void MacSocket_GetRemoteIPAndPort(const int inSocketNum,char *outIPAndPort,const int inIPAndPortLength); +// Call these to get the socket's IP:port descriptor +void MacSocket_GetLocalIPAndPort(const int inSocketNum, char *outIPAndPort, + const int inIPAndPortLength); +void MacSocket_GetRemoteIPAndPort(const int inSocketNum, char *outIPAndPort, + const int inIPAndPortLength); -// Call this to get error info from a socket +// Call this to get error info from a socket -void MacSocket_GetSocketErrorInfo(const int inSocketNum,int *outSocketErrCode,char *outSocketErrString,const int inSocketErrStringMaxLength); +void MacSocket_GetSocketErrorInfo(const int inSocketNum, + int *outSocketErrCode, + char *outSocketErrString, + const int inSocketErrStringMaxLength); #ifdef __cplusplus diff --git a/openssl/MacOS/Randomizer.h b/openssl/MacOS/Randomizer.h index 565537b15..7c8b07626 100644 --- a/openssl/MacOS/Randomizer.h +++ b/openssl/MacOS/Randomizer.h @@ -1,43 +1,42 @@ -// Gathers unpredictable system data to be used for generating -// random bits +// Gathers unpredictable system data to be used for generating +// random bits #include -class CRandomizer -{ -public: - CRandomizer (void); - void PeriodicAction (void); - -private: - - // Private calls - - void AddTimeSinceMachineStartup (void); - void AddAbsoluteSystemStartupTime (void); - void AddAppRunningTime (void); - void AddStartupVolumeInfo (void); - void AddFiller (void); - - void AddCurrentMouse (void); - void AddNow (double millisecondUncertainty); - void AddBytes (void *data, long size, double entropy); - - void GetTimeBaseResolution (void); - unsigned long SysTimer (void); - - // System Info - bool mSupportsLargeVolumes; - bool mIsPowerPC; - bool mIs601; - - // Time info - double mTimebaseTicksPerMillisec; - unsigned long mLastPeriodicTicks; - - // Mouse info - long mSamplePeriod; - Point mLastMouse; - long mMouseStill; +class CRandomizer { + public: + CRandomizer(void); + void PeriodicAction(void); + + private: + + // Private calls + + void AddTimeSinceMachineStartup(void); + void AddAbsoluteSystemStartupTime(void); + void AddAppRunningTime(void); + void AddStartupVolumeInfo(void); + void AddFiller(void); + + void AddCurrentMouse(void); + void AddNow(double millisecondUncertainty); + void AddBytes(void *data, long size, double entropy); + + void GetTimeBaseResolution(void); + unsigned long SysTimer(void); + + // System Info + bool mSupportsLargeVolumes; + bool mIsPowerPC; + bool mIs601; + + // Time info + double mTimebaseTicksPerMillisec; + unsigned long mLastPeriodicTicks; + + // Mouse info + long mSamplePeriod; + Point mLastMouse; + long mMouseStill; }; diff --git a/openssl/MacOS/_MWERKS_GUSI_prefix.h b/openssl/MacOS/_MWERKS_GUSI_prefix.h index fe6b5387d..60289203c 100644 --- a/openssl/MacOS/_MWERKS_GUSI_prefix.h +++ b/openssl/MacOS/_MWERKS_GUSI_prefix.h @@ -1,9 +1,9 @@ #include #define B_ENDIAN #ifdef __POWERPC__ -#pragma longlong on +# pragma longlong on #endif #if 1 -#define MAC_OS_GUSI_SOURCE +# define MAC_OS_GUSI_SOURCE #endif #define MONOLITH diff --git a/openssl/MacOS/_MWERKS_prefix.h b/openssl/MacOS/_MWERKS_prefix.h index 2189da753..eda14e8fe 100644 --- a/openssl/MacOS/_MWERKS_prefix.h +++ b/openssl/MacOS/_MWERKS_prefix.h @@ -1,9 +1,9 @@ #include #define B_ENDIAN #ifdef __POWERPC__ -#pragma longlong on +# pragma longlong on #endif #if 0 -#define MAC_OS_GUSI_SOURCE +# define MAC_OS_GUSI_SOURCE #endif #define MONOLITH diff --git a/openssl/MacOS/buildinf.h b/openssl/MacOS/buildinf.h index 90875b6e2..2e287c42d 100644 --- a/openssl/MacOS/buildinf.h +++ b/openssl/MacOS/buildinf.h @@ -1,5 +1,5 @@ #ifndef MK1MF_BUILD -# define CFLAGS "-DB_ENDIAN" -# define PLATFORM "macos" -# define DATE "Sun Feb 27 19:44:16 MET 2000" +# define CFLAGS "-DB_ENDIAN" +# define PLATFORM "macos" +# define DATE "Sun Feb 27 19:44:16 MET 2000" #endif diff --git a/openssl/MacOS/opensslconf.h b/openssl/MacOS/opensslconf.h index ad557cc06..bace0a1a2 100644 --- a/openssl/MacOS/opensslconf.h +++ b/openssl/MacOS/opensslconf.h @@ -1,116 +1,126 @@ /* MacOS/opensslconf.h */ #if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */ -#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) -#define OPENSSLDIR "/usr/local/ssl" -#endif +# if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) +# define OPENSSLDIR "/usr/local/ssl" +# endif #endif #if defined(HEADER_IDEA_H) && !defined(IDEA_INT) -#define IDEA_INT unsigned int +# define IDEA_INT unsigned int #endif #if defined(HEADER_MD2_H) && !defined(MD2_INT) -#define MD2_INT unsigned int +# define MD2_INT unsigned int #endif #if defined(HEADER_RC2_H) && !defined(RC2_INT) /* I need to put in a mod for the alpha - eay */ -#define RC2_INT unsigned int +# define RC2_INT unsigned int #endif #if defined(HEADER_RC4_H) -#if !defined(RC4_INT) -/* using int types make the structure larger but make the code faster - * on most boxes I have tested - up to %20 faster. */ +# if !defined(RC4_INT) /* + * using int types make the structure larger but make the code faster on most + * boxes I have tested - up to %20 faster. + */ +/*- * I don't know what does "most" mean, but declaring "int" is a must on: * - Intel P6 because partial register stalls are very expensive; * - elder Alpha because it lacks byte load/store instructions; */ -#define RC4_INT unsigned char -#endif -#if !defined(RC4_CHUNK) +# define RC4_INT unsigned char +# endif +# if !defined(RC4_CHUNK) /* * This enables code handling data aligned at natural CPU word * boundary. See crypto/rc4/rc4_enc.c for further details. */ -#define RC4_CHUNK unsigned long -#endif +# define RC4_CHUNK unsigned long +# endif #endif #if defined(HEADER_DES_H) && !defined(DES_LONG) -/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a - * %20 speed up (longs are 8 bytes, int's are 4). */ -#ifndef DES_LONG -#define DES_LONG unsigned long -#endif +/* + * If this is set to 'unsigned int' on a DEC Alpha, this gives about a %20 + * speed up (longs are 8 bytes, int's are 4). + */ +# ifndef DES_LONG +# define DES_LONG unsigned long +# endif #endif #if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H) -#define CONFIG_HEADER_BN_H -#if __option(longlong) +# define CONFIG_HEADER_BN_H +# if __option(longlong) # define BN_LLONG -#else +# else # undef BN_LLONG -#endif +# endif /* Should we define BN_DIV2W here? */ /* Only one for the following should be defined */ -/* The prime number generation stuff may not work when - * EIGHT_BIT but I don't care since I've only used this mode - * for debuging the bignum libraries */ -#undef SIXTY_FOUR_BIT_LONG -#undef SIXTY_FOUR_BIT -#define THIRTY_TWO_BIT -#undef SIXTEEN_BIT -#undef EIGHT_BIT +/* + * The prime number generation stuff may not work when EIGHT_BIT but I don't + * care since I've only used this mode for debuging the bignum libraries + */ +# undef SIXTY_FOUR_BIT_LONG +# undef SIXTY_FOUR_BIT +# define THIRTY_TWO_BIT +# undef SIXTEEN_BIT +# undef EIGHT_BIT #endif #if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H) -#define CONFIG_HEADER_RC4_LOCL_H -/* if this is defined data[i] is used instead of *data, this is a %20 - * speedup on x86 */ -#undef RC4_INDEX +# define CONFIG_HEADER_RC4_LOCL_H +/* + * if this is defined data[i] is used instead of *data, this is a %20 speedup + * on x86 + */ +# undef RC4_INDEX #endif #if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H) -#define CONFIG_HEADER_BF_LOCL_H -#define BF_PTR -#endif /* HEADER_BF_LOCL_H */ +# define CONFIG_HEADER_BF_LOCL_H +# define BF_PTR +#endif /* HEADER_BF_LOCL_H */ #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) -#define CONFIG_HEADER_DES_LOCL_H -/* the following is tweaked from a config script, that is why it is a - * protected undef/define */ -#ifndef DES_PTR -#define DES_PTR -#endif +# define CONFIG_HEADER_DES_LOCL_H +/* + * the following is tweaked from a config script, that is why it is a + * protected undef/define + */ +# ifndef DES_PTR +# define DES_PTR +# endif -/* This helps C compiler generate the correct code for multiple functional +/* + * This helps C compiler generate the correct code for multiple functional * units. It reduces register dependancies at the expense of 2 more - * registers */ -#ifndef DES_RISC1 -#define DES_RISC1 -#endif - -#ifndef DES_RISC2 -#undef DES_RISC2 -#endif - -#if defined(DES_RISC1) && defined(DES_RISC2) -YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! -#endif - -/* Unroll the inner loop, this sometimes helps, sometimes hinders. - * Very mucy CPU dependant */ -#ifndef DES_UNROLL -#define DES_UNROLL -#endif + * registers + */ +# ifndef DES_RISC1 +# define DES_RISC1 +# endif -#endif /* HEADER_DES_LOCL_H */ +# ifndef DES_RISC2 +# undef DES_RISC2 +# endif +# if defined(DES_RISC1) && defined(DES_RISC2) +YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED ! !!!! +# endif +/* + * Unroll the inner loop, this sometimes helps, sometimes hinders. Very mucy + * CPU dependant + */ +# ifndef DES_UNROLL +# define DES_UNROLL +# endif +#endif /* HEADER_DES_LOCL_H */ #ifndef __POWERPC__ -#define MD32_XARRAY +# define MD32_XARRAY #endif diff --git a/openssl/Makefile b/openssl/Makefile index d475c12d4..f814f529c 100644 --- a/openssl/Makefile +++ b/openssl/Makefile @@ -4,16 +4,16 @@ ## Makefile for OpenSSL ## -VERSION=1.0.1j +VERSION=1.0.2 MAJOR=1 -MINOR=0.1 +MINOR=0.2 SHLIB_VERSION_NUMBER=1.0.0 SHLIB_VERSION_HISTORY= SHLIB_MAJOR=1 SHLIB_MINOR=0.0 SHLIB_EXT= PLATFORM=dist -OPTIONS= no-ec_nistp_64_gcc_128 no-gmp no-jpake no-krb5 no-md2 no-rc5 no-rfc3779 no-sctp no-shared no-store no-unit-test no-zlib no-zlib-dynamic static-engine +OPTIONS= no-ec_nistp_64_gcc_128 no-gmp no-jpake no-krb5 no-libunbound no-md2 no-rc5 no-rfc3779 no-sctp no-shared no-ssl-trace no-store no-unit-test no-zlib no-zlib-dynamic static-engine CONFIGURE_ARGS=dist SHLIB_TARGET= @@ -61,7 +61,7 @@ OPENSSLDIR=/usr/local/ssl CC= cc CFLAG= -O -DEPFLAG= -DOPENSSL_NO_EC_NISTP_64_GCC_128 -DOPENSSL_NO_GMP -DOPENSSL_NO_JPAKE -DOPENSSL_NO_MD2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779 -DOPENSSL_NO_SCTP -DOPENSSL_NO_STORE -DOPENSSL_NO_UNIT_TEST +DEPFLAG= -DOPENSSL_NO_EC_NISTP_64_GCC_128 -DOPENSSL_NO_GMP -DOPENSSL_NO_JPAKE -DOPENSSL_NO_LIBUNBOUND -DOPENSSL_NO_MD2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779 -DOPENSSL_NO_SCTP -DOPENSSL_NO_SSL_TRACE -DOPENSSL_NO_STORE -DOPENSSL_NO_UNIT_TEST PEX_LIBS= EX_LIBS= EXE_EXT= @@ -71,7 +71,7 @@ RANLIB= /usr/bin/ranlib NM= nm PERL= /usr/bin/perl TAR= tar -TARFLAGS= --no-recursion --record-size=10240 +TARFLAGS= --no-recursion MAKEDEPPROG=makedepend LIBDIR=lib @@ -90,6 +90,7 @@ PROCESSOR= # CPUID module collects small commonly used assembler snippets CPUID_OBJ= mem_clr.o BN_ASM= bn_asm.o +EC_ASM= DES_ENC= des_enc.o fcrypt_b.o AES_ENC= aes_core.o aes_cbc.o BF_ENC= bf_enc.o @@ -223,8 +224,8 @@ BUILDENV= PLATFORM='$(PLATFORM)' PROCESSOR='$(PROCESSOR)' \ EXE_EXT='$(EXE_EXT)' SHARED_LIBS='$(SHARED_LIBS)' \ SHLIB_EXT='$(SHLIB_EXT)' SHLIB_TARGET='$(SHLIB_TARGET)' \ PEX_LIBS='$(PEX_LIBS)' EX_LIBS='$(EX_LIBS)' \ - CPUID_OBJ='$(CPUID_OBJ)' \ - BN_ASM='$(BN_ASM)' DES_ENC='$(DES_ENC)' \ + CPUID_OBJ='$(CPUID_OBJ)' BN_ASM='$(BN_ASM)' \ + EC_ASM='$(EC_ASM)' DES_ENC='$(DES_ENC)' \ AES_ENC='$(AES_ENC)' CMLL_ENC='$(CMLL_ENC)' \ BF_ENC='$(BF_ENC)' CAST_ENC='$(CAST_ENC)' \ RC4_ENC='$(RC4_ENC)' RC5_ENC='$(RC5_ENC)' \ @@ -328,7 +329,7 @@ clean-shared: done; \ fi; \ ( set -x; rm -f lib$$i$(SHLIB_EXT) ); \ - if [ "$(PLATFORM)" = "Cygwin" ]; then \ + if expr "$(PLATFORM)" : "Cygwin" >/dev/null; then \ ( set -x; rm -f cyg$$i$(SHLIB_EXT) lib$$i$(SHLIB_EXT).a ); \ fi; \ done @@ -377,11 +378,11 @@ libssl.pc: Makefile echo 'libdir=$${exec_prefix}/$(LIBDIR)'; \ echo 'includedir=$${prefix}/include'; \ echo ''; \ - echo 'Name: OpenSSL'; \ + echo 'Name: OpenSSL-libssl'; \ echo 'Description: Secure Sockets Layer and cryptography libraries'; \ echo 'Version: '$(VERSION); \ - echo 'Requires: '; \ - echo 'Libs: -L$${libdir} -lssl -lcrypto'; \ + echo 'Requires.private: libcrypto'; \ + echo 'Libs: -L$${libdir} -lssl'; \ echo 'Libs.private: $(EX_LIBS)'; \ echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > libssl.pc @@ -394,10 +395,7 @@ openssl.pc: Makefile echo 'Name: OpenSSL'; \ echo 'Description: Secure Sockets Layer and cryptography libraries and tools'; \ echo 'Version: '$(VERSION); \ - echo 'Requires: '; \ - echo 'Libs: -L$${libdir} -lssl -lcrypto'; \ - echo 'Libs.private: $(EX_LIBS)'; \ - echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > openssl.pc + echo 'Requires: libssl libcrypto' ) > openssl.pc Makefile: Makefile.org Configure config @echo "Makefile is older than Makefile.org, Configure or config." @@ -573,11 +571,7 @@ install_sw: do \ if [ -f "$$i" -o -f "$$i.a" ]; then \ ( echo installing $$i; \ - if [ "$(PLATFORM)" != "Cygwin" ]; then \ - cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \ - chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \ - mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i; \ - else \ + if expr "$(PLATFORM)" : "Cygwin" >/dev/null; then \ c=`echo $$i | sed 's/^lib\(.*\)\.dll\.a/cyg\1-$(SHLIB_VERSION_NUMBER).dll/'`; \ cp $$c $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$c.new; \ chmod 755 $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$c.new; \ @@ -585,6 +579,10 @@ install_sw: cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \ chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \ mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i; \ + else \ + cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \ + chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \ + mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i; \ fi ); \ if expr $(PLATFORM) : 'mingw' > /dev/null; then \ ( case $$i in \ @@ -617,6 +615,10 @@ install_sw: install_html_docs: here="`pwd`"; \ + filecase=; \ + case "$(PLATFORM)" in DJGPP|Cygwin*|mingw*|darwin*-*-cc) \ + filecase=-i; \ + esac; \ for subdir in apps crypto ssl; do \ mkdir -p $(INSTALL_PREFIX)$(HTMLDIR)/$$subdir; \ for i in doc/$$subdir/*.pod; do \ @@ -645,9 +647,9 @@ install_docs: @pod2man="`cd ./util; ./pod2mantest $(PERL)`"; \ here="`pwd`"; \ filecase=; \ - if [ "$(PLATFORM)" = "DJGPP" -o "$(PLATFORM)" = "Cygwin" -o "$(PLATFORM)" = "mingw" ]; then \ + case "$(PLATFORM)" in DJGPP|Cygwin*|mingw*|darwin*-*-cc) \ filecase=-i; \ - fi; \ + esac; \ set -e; for i in doc/apps/*.pod; do \ fn=`basename $$i .pod`; \ sec=`$(PERL) util/extract-section.pl 1 < $$i`; \ diff --git a/openssl/Makefile.org b/openssl/Makefile.org index c92806f92..b7a3f96c9 100644 --- a/openssl/Makefile.org +++ b/openssl/Makefile.org @@ -69,7 +69,7 @@ RANLIB= ranlib NM= nm PERL= perl TAR= tar -TARFLAGS= --no-recursion --record-size=10240 +TARFLAGS= --no-recursion MAKEDEPPROG=makedepend LIBDIR=lib @@ -88,6 +88,7 @@ PROCESSOR= # CPUID module collects small commonly used assembler snippets CPUID_OBJ= BN_ASM= bn_asm.o +EC_ASM= DES_ENC= des_enc.o fcrypt_b.o AES_ENC= aes_core.o aes_cbc.o BF_ENC= bf_enc.o @@ -221,8 +222,8 @@ BUILDENV= PLATFORM='$(PLATFORM)' PROCESSOR='$(PROCESSOR)' \ EXE_EXT='$(EXE_EXT)' SHARED_LIBS='$(SHARED_LIBS)' \ SHLIB_EXT='$(SHLIB_EXT)' SHLIB_TARGET='$(SHLIB_TARGET)' \ PEX_LIBS='$(PEX_LIBS)' EX_LIBS='$(EX_LIBS)' \ - CPUID_OBJ='$(CPUID_OBJ)' \ - BN_ASM='$(BN_ASM)' DES_ENC='$(DES_ENC)' \ + CPUID_OBJ='$(CPUID_OBJ)' BN_ASM='$(BN_ASM)' \ + EC_ASM='$(EC_ASM)' DES_ENC='$(DES_ENC)' \ AES_ENC='$(AES_ENC)' CMLL_ENC='$(CMLL_ENC)' \ BF_ENC='$(BF_ENC)' CAST_ENC='$(CAST_ENC)' \ RC4_ENC='$(RC4_ENC)' RC5_ENC='$(RC5_ENC)' \ @@ -326,7 +327,7 @@ clean-shared: done; \ fi; \ ( set -x; rm -f lib$$i$(SHLIB_EXT) ); \ - if [ "$(PLATFORM)" = "Cygwin" ]; then \ + if expr "$(PLATFORM)" : "Cygwin" >/dev/null; then \ ( set -x; rm -f cyg$$i$(SHLIB_EXT) lib$$i$(SHLIB_EXT).a ); \ fi; \ done @@ -375,11 +376,11 @@ libssl.pc: Makefile echo 'libdir=$${exec_prefix}/$(LIBDIR)'; \ echo 'includedir=$${prefix}/include'; \ echo ''; \ - echo 'Name: OpenSSL'; \ + echo 'Name: OpenSSL-libssl'; \ echo 'Description: Secure Sockets Layer and cryptography libraries'; \ echo 'Version: '$(VERSION); \ - echo 'Requires: '; \ - echo 'Libs: -L$${libdir} -lssl -lcrypto'; \ + echo 'Requires.private: libcrypto'; \ + echo 'Libs: -L$${libdir} -lssl'; \ echo 'Libs.private: $(EX_LIBS)'; \ echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > libssl.pc @@ -392,10 +393,7 @@ openssl.pc: Makefile echo 'Name: OpenSSL'; \ echo 'Description: Secure Sockets Layer and cryptography libraries and tools'; \ echo 'Version: '$(VERSION); \ - echo 'Requires: '; \ - echo 'Libs: -L$${libdir} -lssl -lcrypto'; \ - echo 'Libs.private: $(EX_LIBS)'; \ - echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > openssl.pc + echo 'Requires: libssl libcrypto' ) > openssl.pc Makefile: Makefile.org Configure config @echo "Makefile is older than Makefile.org, Configure or config." @@ -571,11 +569,7 @@ install_sw: do \ if [ -f "$$i" -o -f "$$i.a" ]; then \ ( echo installing $$i; \ - if [ "$(PLATFORM)" != "Cygwin" ]; then \ - cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \ - chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \ - mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i; \ - else \ + if expr "$(PLATFORM)" : "Cygwin" >/dev/null; then \ c=`echo $$i | sed 's/^lib\(.*\)\.dll\.a/cyg\1-$(SHLIB_VERSION_NUMBER).dll/'`; \ cp $$c $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$c.new; \ chmod 755 $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$c.new; \ @@ -583,6 +577,10 @@ install_sw: cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \ chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \ mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i; \ + else \ + cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \ + chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \ + mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i; \ fi ); \ if expr $(PLATFORM) : 'mingw' > /dev/null; then \ ( case $$i in \ @@ -615,6 +613,10 @@ install_sw: install_html_docs: here="`pwd`"; \ + filecase=; \ + case "$(PLATFORM)" in DJGPP|Cygwin*|mingw*|darwin*-*-cc) \ + filecase=-i; \ + esac; \ for subdir in apps crypto ssl; do \ mkdir -p $(INSTALL_PREFIX)$(HTMLDIR)/$$subdir; \ for i in doc/$$subdir/*.pod; do \ @@ -643,9 +645,9 @@ install_docs: @pod2man="`cd ./util; ./pod2mantest $(PERL)`"; \ here="`pwd`"; \ filecase=; \ - if [ "$(PLATFORM)" = "DJGPP" -o "$(PLATFORM)" = "Cygwin" -o "$(PLATFORM)" = "mingw" ]; then \ + case "$(PLATFORM)" in DJGPP|Cygwin*|mingw*|darwin*-*-cc) \ filecase=-i; \ - fi; \ + esac; \ set -e; for i in doc/apps/*.pod; do \ fn=`basename $$i .pod`; \ sec=`$(PERL) util/extract-section.pl 1 < $$i`; \ diff --git a/openssl/NEWS b/openssl/NEWS index 512a667ff..35f3e3f71 100644 --- a/openssl/NEWS +++ b/openssl/NEWS @@ -5,6 +5,32 @@ This file gives a brief overview of the major changes between each OpenSSL release. For more details please read the CHANGES file. + Major changes between OpenSSL 1.0.1l and OpenSSL 1.0.2 [22 Jan 2015]: + + o Suite B support for TLS 1.2 and DTLS 1.2 + o Support for DTLS 1.2 + o TLS automatic EC curve selection. + o API to set TLS supported signature algorithms and curves + o SSL_CONF configuration API. + o TLS Brainpool support. + o ALPN support. + o CMS support for RSA-PSS, RSA-OAEP, ECDH and X9.42 DH. + + Major changes between OpenSSL 1.0.1k and OpenSSL 1.0.1l [15 Jan 2015] + + o Build fixes for the Windows and OpenVMS platforms + + Major changes between OpenSSL 1.0.1j and OpenSSL 1.0.1k [8 Jan 2015] + + o Fix for CVE-2014-3571 + o Fix for CVE-2015-0206 + o Fix for CVE-2014-3569 + o Fix for CVE-2014-3572 + o Fix for CVE-2015-0204 + o Fix for CVE-2015-0205 + o Fix for CVE-2014-8275 + o Fix for CVE-2014-3570 + Major changes between OpenSSL 1.0.1i and OpenSSL 1.0.1j [15 Oct 2014] o Fix for CVE-2014-3513 @@ -28,7 +54,6 @@ o Fix for CVE-2014-0224 o Fix for CVE-2014-0221 - o Fix for CVE-2014-0198 o Fix for CVE-2014-0195 o Fix for CVE-2014-3470 o Fix for CVE-2010-5298 diff --git a/openssl/README b/openssl/README index cb90c9f40..7878f38e6 100644 --- a/openssl/README +++ b/openssl/README @@ -1,5 +1,5 @@ - OpenSSL 1.0.1j 15 Oct 2014 + OpenSSL 1.0.2 22 Jan 2015 Copyright (c) 1998-2011 The OpenSSL Project Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson @@ -90,32 +90,6 @@ SSL/TLS Client and Server Tests Handling of S/MIME signed or encrypted mail - - PATENTS - ------- - - Various companies hold various patents for various algorithms in various - locations around the world. _YOU_ are responsible for ensuring that your use - of any algorithms is legal by checking if there are any patents in your - country. The file contains some of the patents that we know about or are - rumored to exist. This is not a definitive list. - - RSA Security holds software patents on the RC5 algorithm. If you - intend to use this cipher, you must contact RSA Security for - licensing conditions. Their web page is http://www.rsasecurity.com/. - - RC4 is a trademark of RSA Security, so use of this label should perhaps - only be used with RSA Security's permission. - - The IDEA algorithm is patented by Ascom in Austria, France, Germany, Italy, - Japan, the Netherlands, Spain, Sweden, Switzerland, UK and the USA. They - should be contacted if that algorithm is to be used; their web page is - http://www.ascom.ch/. - - NTT and Mitsubishi have patents and pending patents on the Camellia - algorithm, but allow use at no charge without requiring an explicit - licensing agreement: http://info.isl.ntt.co.jp/crypt/eng/info/chiteki.html - INSTALLATION ------------ @@ -161,8 +135,7 @@ - Problem Description (steps that will reproduce the problem, if known) - Stack Traceback (if the application dumps core) - Report the bug to the OpenSSL project via the Request Tracker - (http://www.openssl.org/support/rt.html) by mail to: + Email the report to: openssl-bugs@openssl.org @@ -170,10 +143,11 @@ or support queries. Just because something doesn't work the way you expect does not mean it is necessarily a bug in OpenSSL. - Note that mail to openssl-bugs@openssl.org is recorded in the publicly - readable request tracker database and is forwarded to a public - mailing list. Confidential mail may be sent to openssl-security@openssl.org - (PGP key available from the key servers). + Note that mail to openssl-bugs@openssl.org is recorded in the public + request tracker database (see https://www.openssl.org/support/rt.html + for details) and also forwarded to a public mailing list. Confidential + mail may be sent to openssl-security@openssl.org (PGP key available from + the key servers). HOW TO CONTRIBUTE TO OpenSSL ---------------------------- diff --git a/openssl/apps/app_rand.c b/openssl/apps/app_rand.c index b7b6128c1..595fc7821 100644 --- a/openssl/apps/app_rand.c +++ b/openssl/apps/app_rand.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +63,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -115,104 +115,106 @@ #include #include - static int seeded = 0; static int egdsocket = 0; int app_RAND_load_file(const char *file, BIO *bio_e, int dont_warn) - { - int consider_randfile = (file == NULL); - char buffer[200]; - +{ + int consider_randfile = (file == NULL); + char buffer[200]; + #ifdef OPENSSL_SYS_WINDOWS - BIO_printf(bio_e,"Loading 'screen' into random state -"); - BIO_flush(bio_e); - RAND_screen(); - BIO_printf(bio_e," done\n"); + BIO_printf(bio_e, "Loading 'screen' into random state -"); + BIO_flush(bio_e); + RAND_screen(); + BIO_printf(bio_e, " done\n"); #endif - if (file == NULL) - file = RAND_file_name(buffer, sizeof buffer); - else if (RAND_egd(file) > 0) - { - /* we try if the given filename is an EGD socket. - if it is, we don't write anything back to the file. */ - egdsocket = 1; - return 1; - } - if (file == NULL || !RAND_load_file(file, -1)) - { - if (RAND_status() == 0) - { - if (!dont_warn) - { - BIO_printf(bio_e,"unable to load 'random state'\n"); - BIO_printf(bio_e,"This means that the random number generator has not been seeded\n"); - BIO_printf(bio_e,"with much random data.\n"); - if (consider_randfile) /* explanation does not apply when a file is explicitly named */ - { - BIO_printf(bio_e,"Consider setting the RANDFILE environment variable to point at a file that\n"); - BIO_printf(bio_e,"'random' data can be kept in (the file will be overwritten).\n"); - } - } - return 0; - } - } - seeded = 1; - return 1; - } + if (file == NULL) + file = RAND_file_name(buffer, sizeof buffer); + else if (RAND_egd(file) > 0) { + /* + * we try if the given filename is an EGD socket. if it is, we don't + * write anything back to the file. + */ + egdsocket = 1; + return 1; + } + if (file == NULL || !RAND_load_file(file, -1)) { + if (RAND_status() == 0) { + if (!dont_warn) { + BIO_printf(bio_e, "unable to load 'random state'\n"); + BIO_printf(bio_e, + "This means that the random number generator has not been seeded\n"); + BIO_printf(bio_e, "with much random data.\n"); + if (consider_randfile) { /* explanation does not apply when a + * file is explicitly named */ + BIO_printf(bio_e, + "Consider setting the RANDFILE environment variable to point at a file that\n"); + BIO_printf(bio_e, + "'random' data can be kept in (the file will be overwritten).\n"); + } + } + return 0; + } + } + seeded = 1; + return 1; +} long app_RAND_load_files(char *name) - { - char *p,*n; - int last; - long tot=0; - int egd; - - for (;;) - { - last=0; - for (p=name; ((*p != '\0') && (*p != LIST_SEPARATOR_CHAR)); p++); - if (*p == '\0') last=1; - *p='\0'; - n=name; - name=p+1; - if (*n == '\0') break; +{ + char *p, *n; + int last; + long tot = 0; + int egd; - egd=RAND_egd(n); - if (egd > 0) - tot+=egd; - else - tot+=RAND_load_file(n,-1); - if (last) break; - } - if (tot > 512) - app_RAND_allow_write_file(); - return(tot); - } + for (;;) { + last = 0; + for (p = name; ((*p != '\0') && (*p != LIST_SEPARATOR_CHAR)); p++) ; + if (*p == '\0') + last = 1; + *p = '\0'; + n = name; + name = p + 1; + if (*n == '\0') + break; + + egd = RAND_egd(n); + if (egd > 0) + tot += egd; + else + tot += RAND_load_file(n, -1); + if (last) + break; + } + if (tot > 512) + app_RAND_allow_write_file(); + return (tot); +} int app_RAND_write_file(const char *file, BIO *bio_e) - { - char buffer[200]; - - if (egdsocket || !seeded) - /* If we did not manage to read the seed file, - * we should not write a low-entropy seed file back -- - * it would suppress a crucial warning the next time - * we want to use it. */ - return 0; +{ + char buffer[200]; + + if (egdsocket || !seeded) + /* + * If we did not manage to read the seed file, we should not write a + * low-entropy seed file back -- it would suppress a crucial warning + * the next time we want to use it. + */ + return 0; - if (file == NULL) - file = RAND_file_name(buffer, sizeof buffer); - if (file == NULL || !RAND_write_file(file)) - { - BIO_printf(bio_e,"unable to write 'random state'\n"); - return 0; - } - return 1; - } + if (file == NULL) + file = RAND_file_name(buffer, sizeof buffer); + if (file == NULL || !RAND_write_file(file)) { + BIO_printf(bio_e, "unable to write 'random state'\n"); + return 0; + } + return 1; +} void app_RAND_allow_write_file(void) - { - seeded = 1; - } +{ + seeded = 1; +} diff --git a/openssl/apps/apps.c b/openssl/apps/apps.c index 3e18289a4..e6bb48f08 100644 --- a/openssl/apps/apps.c +++ b/openssl/apps/apps.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +63,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -110,16 +110,17 @@ */ #if !defined(_POSIX_C_SOURCE) && defined(OPENSSL_SYS_VMS) -#define _POSIX_C_SOURCE 2 /* On VMS, you need to define this to get - the declaration of fileno(). The value - 2 is to make sure no function defined - in POSIX-2 is left undefined. */ +/* + * On VMS, you need to define this to get the declaration of fileno(). The + * value 2 is to make sure no function defined in POSIX-2 is left undefined. + */ +# define _POSIX_C_SOURCE 2 #endif #include #include #include -#if !defined(OPENSSL_SYSNAME_WIN32) && !defined(NETWARE_CLIB) -#include +#if !defined(OPENSSL_SYSNAME_WIN32) && !defined(OPENSSL_SYSNAME_WINCE) && !defined(NETWARE_CLIB) +# include #endif #include #include @@ -133,14 +134,14 @@ #include #include #ifndef OPENSSL_NO_ENGINE -#include +# include #endif #ifndef OPENSSL_NO_RSA -#include +# include #endif #include #ifndef OPENSSL_NO_JPAKE -#include +# include #endif #define NON_MAIN @@ -149,2586 +150,2585 @@ #ifdef _WIN32 static int WIN32_rename(const char *from, const char *to); -#define rename(from,to) WIN32_rename((from),(to)) +# define rename(from,to) WIN32_rename((from),(to)) #endif typedef struct { - const char *name; - unsigned long flag; - unsigned long mask; + const char *name; + unsigned long flag; + unsigned long mask; } NAME_EX_TBL; static UI_METHOD *ui_method = NULL; -static int set_table_opts(unsigned long *flags, const char *arg, const NAME_EX_TBL *in_tbl); -static int set_multi_opts(unsigned long *flags, const char *arg, const NAME_EX_TBL *in_tbl); +static int set_table_opts(unsigned long *flags, const char *arg, + const NAME_EX_TBL * in_tbl); +static int set_multi_opts(unsigned long *flags, const char *arg, + const NAME_EX_TBL * in_tbl); #if !defined(OPENSSL_NO_RC4) && !defined(OPENSSL_NO_RSA) /* Looks like this stuff is worth moving into separate function */ -static EVP_PKEY * -load_netscape_key(BIO *err, BIO *key, const char *file, - const char *key_descrip, int format); +static EVP_PKEY *load_netscape_key(BIO *err, BIO *key, const char *file, + const char *key_descrip, int format); #endif int app_init(long mesgwin); -#ifdef undef /* never finished - probably never will be :-) */ +#ifdef undef /* never finished - probably never will be + * :-) */ int args_from_file(char *file, int *argc, char **argv[]) - { - FILE *fp; - int num,i; - unsigned int len; - static char *buf=NULL; - static char **arg=NULL; - char *p; - - fp=fopen(file,"r"); - if (fp == NULL) - return(0); - - if (fseek(fp,0,SEEK_END)==0) - len=ftell(fp), rewind(fp); - else len=-1; - if (len<=0) - { - fclose(fp); - return(0); - } - - *argc=0; - *argv=NULL; - - if (buf != NULL) OPENSSL_free(buf); - buf=(char *)OPENSSL_malloc(len+1); - if (buf == NULL) return(0); - - len=fread(buf,1,len,fp); - if (len <= 1) return(0); - buf[len]='\0'; - - i=0; - for (p=buf; *p; p++) - if (*p == '\n') i++; - if (arg != NULL) OPENSSL_free(arg); - arg=(char **)OPENSSL_malloc(sizeof(char *)*(i*2)); - - *argv=arg; - num=0; - p=buf; - for (;;) - { - if (!*p) break; - if (*p == '#') /* comment line */ - { - while (*p && (*p != '\n')) p++; - continue; - } - /* else we have a line */ - *(arg++)=p; - num++; - while (*p && ((*p != ' ') && (*p != '\t') && (*p != '\n'))) - p++; - if (!*p) break; - if (*p == '\n') - { - *(p++)='\0'; - continue; - } - /* else it is a tab or space */ - p++; - while (*p && ((*p == ' ') || (*p == '\t') || (*p == '\n'))) - p++; - if (!*p) break; - if (*p == '\n') - { - p++; - continue; - } - *(arg++)=p++; - num++; - while (*p && (*p != '\n')) p++; - if (!*p) break; - /* else *p == '\n' */ - *(p++)='\0'; - } - *argc=num; - return(1); - } +{ + FILE *fp; + int num, i; + unsigned int len; + static char *buf = NULL; + static char **arg = NULL; + char *p; + + fp = fopen(file, "r"); + if (fp == NULL) + return (0); + + if (fseek(fp, 0, SEEK_END) == 0) + len = ftell(fp), rewind(fp); + else + len = -1; + if (len <= 0) { + fclose(fp); + return (0); + } + + *argc = 0; + *argv = NULL; + + if (buf != NULL) + OPENSSL_free(buf); + buf = (char *)OPENSSL_malloc(len + 1); + if (buf == NULL) + return (0); + + len = fread(buf, 1, len, fp); + if (len <= 1) + return (0); + buf[len] = '\0'; + + i = 0; + for (p = buf; *p; p++) + if (*p == '\n') + i++; + if (arg != NULL) + OPENSSL_free(arg); + arg = (char **)OPENSSL_malloc(sizeof(char *) * (i * 2)); + + *argv = arg; + num = 0; + p = buf; + for (;;) { + if (!*p) + break; + if (*p == '#') { /* comment line */ + while (*p && (*p != '\n')) + p++; + continue; + } + /* else we have a line */ + *(arg++) = p; + num++; + while (*p && ((*p != ' ') && (*p != '\t') && (*p != '\n'))) + p++; + if (!*p) + break; + if (*p == '\n') { + *(p++) = '\0'; + continue; + } + /* else it is a tab or space */ + p++; + while (*p && ((*p == ' ') || (*p == '\t') || (*p == '\n'))) + p++; + if (!*p) + break; + if (*p == '\n') { + p++; + continue; + } + *(arg++) = p++; + num++; + while (*p && (*p != '\n')) + p++; + if (!*p) + break; + /* else *p == '\n' */ + *(p++) = '\0'; + } + *argc = num; + return (1); +} #endif int str2fmt(char *s) - { - if (s == NULL) - return FORMAT_UNDEF; - if ((*s == 'D') || (*s == 'd')) - return(FORMAT_ASN1); - else if ((*s == 'T') || (*s == 't')) - return(FORMAT_TEXT); - else if ((*s == 'N') || (*s == 'n')) - return(FORMAT_NETSCAPE); - else if ((*s == 'S') || (*s == 's')) - return(FORMAT_SMIME); - else if ((*s == 'M') || (*s == 'm')) - return(FORMAT_MSBLOB); - else if ((*s == '1') - || (strcmp(s,"PKCS12") == 0) || (strcmp(s,"pkcs12") == 0) - || (strcmp(s,"P12") == 0) || (strcmp(s,"p12") == 0)) - return(FORMAT_PKCS12); - else if ((*s == 'E') || (*s == 'e')) - return(FORMAT_ENGINE); - else if ((*s == 'P') || (*s == 'p')) - { - if (s[1] == 'V' || s[1] == 'v') - return FORMAT_PVK; - else - return(FORMAT_PEM); - } - else - return(FORMAT_UNDEF); - } +{ + if (s == NULL) + return FORMAT_UNDEF; + if ((*s == 'D') || (*s == 'd')) + return (FORMAT_ASN1); + else if ((*s == 'T') || (*s == 't')) + return (FORMAT_TEXT); + else if ((*s == 'N') || (*s == 'n')) + return (FORMAT_NETSCAPE); + else if ((*s == 'S') || (*s == 's')) + return (FORMAT_SMIME); + else if ((*s == 'M') || (*s == 'm')) + return (FORMAT_MSBLOB); + else if ((*s == '1') + || (strcmp(s, "PKCS12") == 0) || (strcmp(s, "pkcs12") == 0) + || (strcmp(s, "P12") == 0) || (strcmp(s, "p12") == 0)) + return (FORMAT_PKCS12); + else if ((*s == 'E') || (*s == 'e')) + return (FORMAT_ENGINE); + else if ((*s == 'H') || (*s == 'h')) + return FORMAT_HTTP; + else if ((*s == 'P') || (*s == 'p')) { + if (s[1] == 'V' || s[1] == 'v') + return FORMAT_PVK; + else + return (FORMAT_PEM); + } else + return (FORMAT_UNDEF); +} #if defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_WIN16) || defined(OPENSSL_SYS_NETWARE) void program_name(char *in, char *out, int size) - { - int i,n; - char *p=NULL; - - n=strlen(in); - /* find the last '/', '\' or ':' */ - for (i=n-1; i>0; i--) - { - if ((in[i] == '/') || (in[i] == '\\') || (in[i] == ':')) - { - p= &(in[i+1]); - break; - } - } - if (p == NULL) - p=in; - n=strlen(p); - -#if defined(OPENSSL_SYS_NETWARE) - /* strip off trailing .nlm if present. */ - if ((n > 4) && (p[n-4] == '.') && - ((p[n-3] == 'n') || (p[n-3] == 'N')) && - ((p[n-2] == 'l') || (p[n-2] == 'L')) && - ((p[n-1] == 'm') || (p[n-1] == 'M'))) - n-=4; -#else - /* strip off trailing .exe if present. */ - if ((n > 4) && (p[n-4] == '.') && - ((p[n-3] == 'e') || (p[n-3] == 'E')) && - ((p[n-2] == 'x') || (p[n-2] == 'X')) && - ((p[n-1] == 'e') || (p[n-1] == 'E'))) - n-=4; -#endif +{ + int i, n; + char *p = NULL; + + n = strlen(in); + /* find the last '/', '\' or ':' */ + for (i = n - 1; i > 0; i--) { + if ((in[i] == '/') || (in[i] == '\\') || (in[i] == ':')) { + p = &(in[i + 1]); + break; + } + } + if (p == NULL) + p = in; + n = strlen(p); + +# if defined(OPENSSL_SYS_NETWARE) + /* strip off trailing .nlm if present. */ + if ((n > 4) && (p[n - 4] == '.') && + ((p[n - 3] == 'n') || (p[n - 3] == 'N')) && + ((p[n - 2] == 'l') || (p[n - 2] == 'L')) && + ((p[n - 1] == 'm') || (p[n - 1] == 'M'))) + n -= 4; +# else + /* strip off trailing .exe if present. */ + if ((n > 4) && (p[n - 4] == '.') && + ((p[n - 3] == 'e') || (p[n - 3] == 'E')) && + ((p[n - 2] == 'x') || (p[n - 2] == 'X')) && + ((p[n - 1] == 'e') || (p[n - 1] == 'E'))) + n -= 4; +# endif + + if (n > size - 1) + n = size - 1; - if (n > size-1) - n=size-1; - - for (i=0; i= 'A') && (p[i] <= 'Z')) - out[i]=p[i]-'A'+'a'; - else - out[i]=p[i]; - } - out[n]='\0'; - } + for (i = 0; i < n; i++) { + if ((p[i] >= 'A') && (p[i] <= 'Z')) + out[i] = p[i] - 'A' + 'a'; + else + out[i] = p[i]; + } + out[n] = '\0'; +} #else -#ifdef OPENSSL_SYS_VMS +# ifdef OPENSSL_SYS_VMS void program_name(char *in, char *out, int size) - { - char *p=in, *q; - char *chars=":]>"; - - while(*chars != '\0') - { - q=strrchr(p,*chars); - if (q > p) - p = q + 1; - chars++; - } - - q=strrchr(p,'.'); - if (q == NULL) - q = p + strlen(p); - strncpy(out,p,size-1); - if (q-p >= size) - { - out[size-1]='\0'; - } - else - { - out[q-p]='\0'; - } - } -#else +{ + char *p = in, *q; + char *chars = ":]>"; + + while (*chars != '\0') { + q = strrchr(p, *chars); + if (q > p) + p = q + 1; + chars++; + } + + q = strrchr(p, '.'); + if (q == NULL) + q = p + strlen(p); + strncpy(out, p, size - 1); + if (q - p >= size) { + out[size - 1] = '\0'; + } else { + out[q - p] = '\0'; + } +} +# else void program_name(char *in, char *out, int size) - { - char *p; - - p=strrchr(in,'/'); - if (p != NULL) - p++; - else - p=in; - BUF_strlcpy(out,p,size); - } -#endif +{ + char *p; + + p = strrchr(in, '/'); + if (p != NULL) + p++; + else + p = in; + BUF_strlcpy(out, p, size); +} +# endif #endif int chopup_args(ARGS *arg, char *buf, int *argc, char **argv[]) - { - int num,i; - char *p; - - *argc=0; - *argv=NULL; - - i=0; - if (arg->count == 0) - { - arg->count=20; - arg->data=(char **)OPENSSL_malloc(sizeof(char *)*arg->count); - if (arg->data == NULL) - return 0; - } - for (i=0; icount; i++) - arg->data[i]=NULL; - - num=0; - p=buf; - for (;;) - { - /* first scan over white space */ - if (!*p) break; - while (*p && ((*p == ' ') || (*p == '\t') || (*p == '\n'))) - p++; - if (!*p) break; - - /* The start of something good :-) */ - if (num >= arg->count) - { - char **tmp_p; - int tlen = arg->count + 20; - tmp_p = (char **)OPENSSL_realloc(arg->data, - sizeof(char *)*tlen); - if (tmp_p == NULL) - return 0; - arg->data = tmp_p; - arg->count = tlen; - /* initialize newly allocated data */ - for (i = num; i < arg->count; i++) - arg->data[i] = NULL; - } - arg->data[num++]=p; - - /* now look for the end of this */ - if ((*p == '\'') || (*p == '\"')) /* scan for closing quote */ - { - i= *(p++); - arg->data[num-1]++; /* jump over quote */ - while (*p && (*p != i)) - p++; - *p='\0'; - } - else - { - while (*p && ((*p != ' ') && - (*p != '\t') && (*p != '\n'))) - p++; - - if (*p == '\0') - p--; - else - *p='\0'; - } - p++; - } - *argc=num; - *argv=arg->data; - return(1); - } +{ + int num, i; + char *p; + + *argc = 0; + *argv = NULL; + + i = 0; + if (arg->count == 0) { + arg->count = 20; + arg->data = (char **)OPENSSL_malloc(sizeof(char *) * arg->count); + if (arg->data == NULL) + return 0; + } + for (i = 0; i < arg->count; i++) + arg->data[i] = NULL; + + num = 0; + p = buf; + for (;;) { + /* first scan over white space */ + if (!*p) + break; + while (*p && ((*p == ' ') || (*p == '\t') || (*p == '\n'))) + p++; + if (!*p) + break; + + /* The start of something good :-) */ + if (num >= arg->count) { + char **tmp_p; + int tlen = arg->count + 20; + tmp_p = (char **)OPENSSL_realloc(arg->data, + sizeof(char *) * tlen); + if (tmp_p == NULL) + return 0; + arg->data = tmp_p; + arg->count = tlen; + /* initialize newly allocated data */ + for (i = num; i < arg->count; i++) + arg->data[i] = NULL; + } + arg->data[num++] = p; + + /* now look for the end of this */ + if ((*p == '\'') || (*p == '\"')) { /* scan for closing quote */ + i = *(p++); + arg->data[num - 1]++; /* jump over quote */ + while (*p && (*p != i)) + p++; + *p = '\0'; + } else { + while (*p && ((*p != ' ') && (*p != '\t') && (*p != '\n'))) + p++; + + if (*p == '\0') + p--; + else + *p = '\0'; + } + p++; + } + *argc = num; + *argv = arg->data; + return (1); +} #ifndef APP_INIT int app_init(long mesgwin) - { - return(1); - } +{ + return (1); +} #endif - -int dump_cert_text (BIO *out, X509 *x) +int dump_cert_text(BIO *out, X509 *x) { - char *p; + char *p; - p=X509_NAME_oneline(X509_get_subject_name(x),NULL,0); - BIO_puts(out,"subject="); - BIO_puts(out,p); - OPENSSL_free(p); + p = X509_NAME_oneline(X509_get_subject_name(x), NULL, 0); + BIO_puts(out, "subject="); + BIO_puts(out, p); + OPENSSL_free(p); - p=X509_NAME_oneline(X509_get_issuer_name(x),NULL,0); - BIO_puts(out,"\nissuer="); - BIO_puts(out,p); - BIO_puts(out,"\n"); - OPENSSL_free(p); + p = X509_NAME_oneline(X509_get_issuer_name(x), NULL, 0); + BIO_puts(out, "\nissuer="); + BIO_puts(out, p); + BIO_puts(out, "\n"); + OPENSSL_free(p); - return 0; + return 0; } static int ui_open(UI *ui) - { - return UI_method_get_opener(UI_OpenSSL())(ui); - } +{ + return UI_method_get_opener(UI_OpenSSL())(ui); +} + static int ui_read(UI *ui, UI_STRING *uis) - { - if (UI_get_input_flags(uis) & UI_INPUT_FLAG_DEFAULT_PWD - && UI_get0_user_data(ui)) - { - switch(UI_get_string_type(uis)) - { - case UIT_PROMPT: - case UIT_VERIFY: - { - const char *password = - ((PW_CB_DATA *)UI_get0_user_data(ui))->password; - if (password && password[0] != '\0') - { - UI_set_result(ui, uis, password); - return 1; - } - } - default: - break; - } - } - return UI_method_get_reader(UI_OpenSSL())(ui, uis); - } +{ + if (UI_get_input_flags(uis) & UI_INPUT_FLAG_DEFAULT_PWD + && UI_get0_user_data(ui)) { + switch (UI_get_string_type(uis)) { + case UIT_PROMPT: + case UIT_VERIFY: + { + const char *password = + ((PW_CB_DATA *)UI_get0_user_data(ui))->password; + if (password && password[0] != '\0') { + UI_set_result(ui, uis, password); + return 1; + } + } + default: + break; + } + } + return UI_method_get_reader(UI_OpenSSL())(ui, uis); +} + static int ui_write(UI *ui, UI_STRING *uis) - { - if (UI_get_input_flags(uis) & UI_INPUT_FLAG_DEFAULT_PWD - && UI_get0_user_data(ui)) - { - switch(UI_get_string_type(uis)) - { - case UIT_PROMPT: - case UIT_VERIFY: - { - const char *password = - ((PW_CB_DATA *)UI_get0_user_data(ui))->password; - if (password && password[0] != '\0') - return 1; - } - default: - break; - } - } - return UI_method_get_writer(UI_OpenSSL())(ui, uis); - } +{ + if (UI_get_input_flags(uis) & UI_INPUT_FLAG_DEFAULT_PWD + && UI_get0_user_data(ui)) { + switch (UI_get_string_type(uis)) { + case UIT_PROMPT: + case UIT_VERIFY: + { + const char *password = + ((PW_CB_DATA *)UI_get0_user_data(ui))->password; + if (password && password[0] != '\0') + return 1; + } + default: + break; + } + } + return UI_method_get_writer(UI_OpenSSL())(ui, uis); +} + static int ui_close(UI *ui) - { - return UI_method_get_closer(UI_OpenSSL())(ui); - } +{ + return UI_method_get_closer(UI_OpenSSL())(ui); +} + int setup_ui_method(void) - { - ui_method = UI_create_method("OpenSSL application user interface"); - UI_method_set_opener(ui_method, ui_open); - UI_method_set_reader(ui_method, ui_read); - UI_method_set_writer(ui_method, ui_write); - UI_method_set_closer(ui_method, ui_close); - return 0; - } +{ + ui_method = UI_create_method("OpenSSL application user interface"); + UI_method_set_opener(ui_method, ui_open); + UI_method_set_reader(ui_method, ui_read); + UI_method_set_writer(ui_method, ui_write); + UI_method_set_closer(ui_method, ui_close); + return 0; +} + void destroy_ui_method(void) - { - if(ui_method) - { - UI_destroy_method(ui_method); - ui_method = NULL; - } - } -int password_callback(char *buf, int bufsiz, int verify, - PW_CB_DATA *cb_tmp) - { - UI *ui = NULL; - int res = 0; - const char *prompt_info = NULL; - const char *password = NULL; - PW_CB_DATA *cb_data = (PW_CB_DATA *)cb_tmp; - - if (cb_data) - { - if (cb_data->password) - password = cb_data->password; - if (cb_data->prompt_info) - prompt_info = cb_data->prompt_info; - } - - if (password) - { - res = strlen(password); - if (res > bufsiz) - res = bufsiz; - memcpy(buf, password, res); - return res; - } - - ui = UI_new_method(ui_method); - if (ui) - { - int ok = 0; - char *buff = NULL; - int ui_flags = 0; - char *prompt = NULL; - - prompt = UI_construct_prompt(ui, "pass phrase", - prompt_info); - - ui_flags |= UI_INPUT_FLAG_DEFAULT_PWD; - UI_ctrl(ui, UI_CTRL_PRINT_ERRORS, 1, 0, 0); - - if (ok >= 0) - ok = UI_add_input_string(ui,prompt,ui_flags,buf, - PW_MIN_LENGTH,bufsiz-1); - if (ok >= 0 && verify) - { - buff = (char *)OPENSSL_malloc(bufsiz); - ok = UI_add_verify_string(ui,prompt,ui_flags,buff, - PW_MIN_LENGTH,bufsiz-1, buf); - } - if (ok >= 0) - do - { - ok = UI_process(ui); - } - while (ok < 0 && UI_ctrl(ui, UI_CTRL_IS_REDOABLE, 0, 0, 0)); - - if (buff) - { - OPENSSL_cleanse(buff,(unsigned int)bufsiz); - OPENSSL_free(buff); - } - - if (ok >= 0) - res = strlen(buf); - if (ok == -1) - { - BIO_printf(bio_err, "User interface error\n"); - ERR_print_errors(bio_err); - OPENSSL_cleanse(buf,(unsigned int)bufsiz); - res = 0; - } - if (ok == -2) - { - BIO_printf(bio_err,"aborted!\n"); - OPENSSL_cleanse(buf,(unsigned int)bufsiz); - res = 0; - } - UI_free(ui); - OPENSSL_free(prompt); - } - return res; - } +{ + if (ui_method) { + UI_destroy_method(ui_method); + ui_method = NULL; + } +} + +int password_callback(char *buf, int bufsiz, int verify, PW_CB_DATA *cb_tmp) +{ + UI *ui = NULL; + int res = 0; + const char *prompt_info = NULL; + const char *password = NULL; + PW_CB_DATA *cb_data = (PW_CB_DATA *)cb_tmp; + + if (cb_data) { + if (cb_data->password) + password = cb_data->password; + if (cb_data->prompt_info) + prompt_info = cb_data->prompt_info; + } + + if (password) { + res = strlen(password); + if (res > bufsiz) + res = bufsiz; + memcpy(buf, password, res); + return res; + } + + ui = UI_new_method(ui_method); + if (ui) { + int ok = 0; + char *buff = NULL; + int ui_flags = 0; + char *prompt = NULL; + + prompt = UI_construct_prompt(ui, "pass phrase", prompt_info); + + ui_flags |= UI_INPUT_FLAG_DEFAULT_PWD; + UI_ctrl(ui, UI_CTRL_PRINT_ERRORS, 1, 0, 0); + + if (ok >= 0) + ok = UI_add_input_string(ui, prompt, ui_flags, buf, + PW_MIN_LENGTH, bufsiz - 1); + if (ok >= 0 && verify) { + buff = (char *)OPENSSL_malloc(bufsiz); + ok = UI_add_verify_string(ui, prompt, ui_flags, buff, + PW_MIN_LENGTH, bufsiz - 1, buf); + } + if (ok >= 0) + do { + ok = UI_process(ui); + } + while (ok < 0 && UI_ctrl(ui, UI_CTRL_IS_REDOABLE, 0, 0, 0)); + + if (buff) { + OPENSSL_cleanse(buff, (unsigned int)bufsiz); + OPENSSL_free(buff); + } + + if (ok >= 0) + res = strlen(buf); + if (ok == -1) { + BIO_printf(bio_err, "User interface error\n"); + ERR_print_errors(bio_err); + OPENSSL_cleanse(buf, (unsigned int)bufsiz); + res = 0; + } + if (ok == -2) { + BIO_printf(bio_err, "aborted!\n"); + OPENSSL_cleanse(buf, (unsigned int)bufsiz); + res = 0; + } + UI_free(ui); + OPENSSL_free(prompt); + } + return res; +} static char *app_get_pass(BIO *err, char *arg, int keepbio); int app_passwd(BIO *err, char *arg1, char *arg2, char **pass1, char **pass2) { - int same; - if(!arg2 || !arg1 || strcmp(arg1, arg2)) same = 0; - else same = 1; - if(arg1) { - *pass1 = app_get_pass(err, arg1, same); - if(!*pass1) return 0; - } else if(pass1) *pass1 = NULL; - if(arg2) { - *pass2 = app_get_pass(err, arg2, same ? 2 : 0); - if(!*pass2) return 0; - } else if(pass2) *pass2 = NULL; - return 1; + int same; + if (!arg2 || !arg1 || strcmp(arg1, arg2)) + same = 0; + else + same = 1; + if (arg1) { + *pass1 = app_get_pass(err, arg1, same); + if (!*pass1) + return 0; + } else if (pass1) + *pass1 = NULL; + if (arg2) { + *pass2 = app_get_pass(err, arg2, same ? 2 : 0); + if (!*pass2) + return 0; + } else if (pass2) + *pass2 = NULL; + return 1; } static char *app_get_pass(BIO *err, char *arg, int keepbio) { - char *tmp, tpass[APP_PASS_LEN]; - static BIO *pwdbio = NULL; - int i; - if(!strncmp(arg, "pass:", 5)) return BUF_strdup(arg + 5); - if(!strncmp(arg, "env:", 4)) { - tmp = getenv(arg + 4); - if(!tmp) { - BIO_printf(err, "Can't read environment variable %s\n", arg + 4); - return NULL; - } - return BUF_strdup(tmp); - } - if(!keepbio || !pwdbio) { - if(!strncmp(arg, "file:", 5)) { - pwdbio = BIO_new_file(arg + 5, "r"); - if(!pwdbio) { - BIO_printf(err, "Can't open file %s\n", arg + 5); - return NULL; - } + char *tmp, tpass[APP_PASS_LEN]; + static BIO *pwdbio = NULL; + int i; + if (!strncmp(arg, "pass:", 5)) + return BUF_strdup(arg + 5); + if (!strncmp(arg, "env:", 4)) { + tmp = getenv(arg + 4); + if (!tmp) { + BIO_printf(err, "Can't read environment variable %s\n", arg + 4); + return NULL; + } + return BUF_strdup(tmp); + } + if (!keepbio || !pwdbio) { + if (!strncmp(arg, "file:", 5)) { + pwdbio = BIO_new_file(arg + 5, "r"); + if (!pwdbio) { + BIO_printf(err, "Can't open file %s\n", arg + 5); + return NULL; + } #if !defined(_WIN32) - /* - * Under _WIN32, which covers even Win64 and CE, file - * descriptors referenced by BIO_s_fd are not inherited - * by child process and therefore below is not an option. - * It could have been an option if bss_fd.c was operating - * on real Windows descriptors, such as those obtained - * with CreateFile. - */ - } else if(!strncmp(arg, "fd:", 3)) { - BIO *btmp; - i = atoi(arg + 3); - if(i >= 0) pwdbio = BIO_new_fd(i, BIO_NOCLOSE); - if((i < 0) || !pwdbio) { - BIO_printf(err, "Can't access file descriptor %s\n", arg + 3); - return NULL; - } - /* Can't do BIO_gets on an fd BIO so add a buffering BIO */ - btmp = BIO_new(BIO_f_buffer()); - pwdbio = BIO_push(btmp, pwdbio); -#endif - } else if(!strcmp(arg, "stdin")) { - pwdbio = BIO_new_fp(stdin, BIO_NOCLOSE); - if(!pwdbio) { - BIO_printf(err, "Can't open BIO for stdin\n"); - return NULL; - } - } else { - BIO_printf(err, "Invalid password argument \"%s\"\n", arg); - return NULL; - } - } - i = BIO_gets(pwdbio, tpass, APP_PASS_LEN); - if(keepbio != 1) { - BIO_free_all(pwdbio); - pwdbio = NULL; - } - if(i <= 0) { - BIO_printf(err, "Error reading password from BIO\n"); - return NULL; - } - tmp = strchr(tpass, '\n'); - if(tmp) *tmp = 0; - return BUF_strdup(tpass); + /* + * Under _WIN32, which covers even Win64 and CE, file + * descriptors referenced by BIO_s_fd are not inherited + * by child process and therefore below is not an option. + * It could have been an option if bss_fd.c was operating + * on real Windows descriptors, such as those obtained + * with CreateFile. + */ + } else if (!strncmp(arg, "fd:", 3)) { + BIO *btmp; + i = atoi(arg + 3); + if (i >= 0) + pwdbio = BIO_new_fd(i, BIO_NOCLOSE); + if ((i < 0) || !pwdbio) { + BIO_printf(err, "Can't access file descriptor %s\n", arg + 3); + return NULL; + } + /* + * Can't do BIO_gets on an fd BIO so add a buffering BIO + */ + btmp = BIO_new(BIO_f_buffer()); + pwdbio = BIO_push(btmp, pwdbio); +#endif + } else if (!strcmp(arg, "stdin")) { + pwdbio = BIO_new_fp(stdin, BIO_NOCLOSE); + if (!pwdbio) { + BIO_printf(err, "Can't open BIO for stdin\n"); + return NULL; + } + } else { + BIO_printf(err, "Invalid password argument \"%s\"\n", arg); + return NULL; + } + } + i = BIO_gets(pwdbio, tpass, APP_PASS_LEN); + if (keepbio != 1) { + BIO_free_all(pwdbio); + pwdbio = NULL; + } + if (i <= 0) { + BIO_printf(err, "Error reading password from BIO\n"); + return NULL; + } + tmp = strchr(tpass, '\n'); + if (tmp) + *tmp = 0; + return BUF_strdup(tpass); } int add_oid_section(BIO *err, CONF *conf) -{ - char *p; - STACK_OF(CONF_VALUE) *sktmp; - CONF_VALUE *cnf; - int i; - if(!(p=NCONF_get_string(conf,NULL,"oid_section"))) - { - ERR_clear_error(); - return 1; - } - if(!(sktmp = NCONF_get_section(conf, p))) { - BIO_printf(err, "problem loading oid section %s\n", p); - return 0; - } - for(i = 0; i < sk_CONF_VALUE_num(sktmp); i++) { - cnf = sk_CONF_VALUE_value(sktmp, i); - if(OBJ_create(cnf->value, cnf->name, cnf->name) == NID_undef) { - BIO_printf(err, "problem creating object %s=%s\n", - cnf->name, cnf->value); - return 0; - } - } - return 1; +{ + char *p; + STACK_OF(CONF_VALUE) *sktmp; + CONF_VALUE *cnf; + int i; + if (!(p = NCONF_get_string(conf, NULL, "oid_section"))) { + ERR_clear_error(); + return 1; + } + if (!(sktmp = NCONF_get_section(conf, p))) { + BIO_printf(err, "problem loading oid section %s\n", p); + return 0; + } + for (i = 0; i < sk_CONF_VALUE_num(sktmp); i++) { + cnf = sk_CONF_VALUE_value(sktmp, i); + if (OBJ_create(cnf->value, cnf->name, cnf->name) == NID_undef) { + BIO_printf(err, "problem creating object %s=%s\n", + cnf->name, cnf->value); + return 0; + } + } + return 1; } static int load_pkcs12(BIO *err, BIO *in, const char *desc, - pem_password_cb *pem_cb, void *cb_data, - EVP_PKEY **pkey, X509 **cert, STACK_OF(X509) **ca) - { - const char *pass; - char tpass[PEM_BUFSIZE]; - int len, ret = 0; - PKCS12 *p12; - p12 = d2i_PKCS12_bio(in, NULL); - if (p12 == NULL) - { - BIO_printf(err, "Error loading PKCS12 file for %s\n", desc); - goto die; - } - /* See if an empty password will do */ - if (PKCS12_verify_mac(p12, "", 0) || PKCS12_verify_mac(p12, NULL, 0)) - pass = ""; - else - { - if (!pem_cb) - pem_cb = (pem_password_cb *)password_callback; - len = pem_cb(tpass, PEM_BUFSIZE, 0, cb_data); - if (len < 0) - { - BIO_printf(err, "Passpharse callback error for %s\n", - desc); - goto die; - } - if (len < PEM_BUFSIZE) - tpass[len] = 0; - if (!PKCS12_verify_mac(p12, tpass, len)) - { - BIO_printf(err, - "Mac verify error (wrong password?) in PKCS12 file for %s\n", desc); - goto die; - } - pass = tpass; - } - ret = PKCS12_parse(p12, pass, pkey, cert, ca); - die: - if (p12) - PKCS12_free(p12); - return ret; - } + pem_password_cb *pem_cb, void *cb_data, + EVP_PKEY **pkey, X509 **cert, STACK_OF(X509) **ca) +{ + const char *pass; + char tpass[PEM_BUFSIZE]; + int len, ret = 0; + PKCS12 *p12; + p12 = d2i_PKCS12_bio(in, NULL); + if (p12 == NULL) { + BIO_printf(err, "Error loading PKCS12 file for %s\n", desc); + goto die; + } + /* See if an empty password will do */ + if (PKCS12_verify_mac(p12, "", 0) || PKCS12_verify_mac(p12, NULL, 0)) + pass = ""; + else { + if (!pem_cb) + pem_cb = (pem_password_cb *)password_callback; + len = pem_cb(tpass, PEM_BUFSIZE, 0, cb_data); + if (len < 0) { + BIO_printf(err, "Passpharse callback error for %s\n", desc); + goto die; + } + if (len < PEM_BUFSIZE) + tpass[len] = 0; + if (!PKCS12_verify_mac(p12, tpass, len)) { + BIO_printf(err, + "Mac verify error (wrong password?) in PKCS12 file for %s\n", + desc); + goto die; + } + pass = tpass; + } + ret = PKCS12_parse(p12, pass, pkey, cert, ca); + die: + if (p12) + PKCS12_free(p12); + return ret; +} + +int load_cert_crl_http(const char *url, BIO *err, + X509 **pcert, X509_CRL **pcrl) +{ + char *host = NULL, *port = NULL, *path = NULL; + BIO *bio = NULL; + OCSP_REQ_CTX *rctx = NULL; + int use_ssl, rv = 0; + if (!OCSP_parse_url(url, &host, &port, &path, &use_ssl)) + goto err; + if (use_ssl) { + if (err) + BIO_puts(err, "https not supported\n"); + goto err; + } + bio = BIO_new_connect(host); + if (!bio || !BIO_set_conn_port(bio, port)) + goto err; + rctx = OCSP_REQ_CTX_new(bio, 1024); + if (!rctx) + goto err; + if (!OCSP_REQ_CTX_http(rctx, "GET", path)) + goto err; + if (!OCSP_REQ_CTX_add1_header(rctx, "Host", host)) + goto err; + if (pcert) { + do { + rv = X509_http_nbio(rctx, pcert); + } + while (rv == -1); + } else { + do { + rv = X509_CRL_http_nbio(rctx, pcrl); + } while (rv == -1); + } + + err: + if (host) + OPENSSL_free(host); + if (path) + OPENSSL_free(path); + if (port) + OPENSSL_free(port); + if (bio) + BIO_free_all(bio); + if (rctx) + OCSP_REQ_CTX_free(rctx); + if (rv != 1) { + if (bio && err) + BIO_printf(bio_err, "Error loading %s from %s\n", + pcert ? "certificate" : "CRL", url); + ERR_print_errors(bio_err); + } + return rv; +} X509 *load_cert(BIO *err, const char *file, int format, - const char *pass, ENGINE *e, const char *cert_descrip) - { - X509 *x=NULL; - BIO *cert; - - if ((cert=BIO_new(BIO_s_file())) == NULL) - { - ERR_print_errors(err); - goto end; - } - - if (file == NULL) - { + const char *pass, ENGINE *e, const char *cert_descrip) +{ + X509 *x = NULL; + BIO *cert; + + if (format == FORMAT_HTTP) { + load_cert_crl_http(file, err, &x, NULL); + return x; + } + + if ((cert = BIO_new(BIO_s_file())) == NULL) { + ERR_print_errors(err); + goto end; + } + + if (file == NULL) { #ifdef _IONBF # ifndef OPENSSL_NO_SETVBUF_IONBF - setvbuf(stdin, NULL, _IONBF, 0); -# endif /* ndef OPENSSL_NO_SETVBUF_IONBF */ -#endif - BIO_set_fp(cert,stdin,BIO_NOCLOSE); - } - else - { - if (BIO_read_filename(cert,file) <= 0) - { - BIO_printf(err, "Error opening %s %s\n", - cert_descrip, file); - ERR_print_errors(err); - goto end; - } - } - - if (format == FORMAT_ASN1) - x=d2i_X509_bio(cert,NULL); - else if (format == FORMAT_NETSCAPE) - { - NETSCAPE_X509 *nx; - nx=ASN1_item_d2i_bio(ASN1_ITEM_rptr(NETSCAPE_X509),cert,NULL); - if (nx == NULL) - goto end; - - if ((strncmp(NETSCAPE_CERT_HDR,(char *)nx->header->data, - nx->header->length) != 0)) - { - NETSCAPE_X509_free(nx); - BIO_printf(err,"Error reading header on certificate\n"); - goto end; - } - x=nx->cert; - nx->cert = NULL; - NETSCAPE_X509_free(nx); - } - else if (format == FORMAT_PEM) - x=PEM_read_bio_X509_AUX(cert,NULL, - (pem_password_cb *)password_callback, NULL); - else if (format == FORMAT_PKCS12) - { - if (!load_pkcs12(err, cert,cert_descrip, NULL, NULL, - NULL, &x, NULL)) - goto end; - } - else { - BIO_printf(err,"bad input format specified for %s\n", - cert_descrip); - goto end; - } -end: - if (x == NULL) - { - BIO_printf(err,"unable to load certificate\n"); - ERR_print_errors(err); - } - if (cert != NULL) BIO_free(cert); - return(x); - } + setvbuf(stdin, NULL, _IONBF, 0); +# endif /* ndef OPENSSL_NO_SETVBUF_IONBF */ +#endif + BIO_set_fp(cert, stdin, BIO_NOCLOSE); + } else { + if (BIO_read_filename(cert, file) <= 0) { + BIO_printf(err, "Error opening %s %s\n", cert_descrip, file); + ERR_print_errors(err); + goto end; + } + } + + if (format == FORMAT_ASN1) + x = d2i_X509_bio(cert, NULL); + else if (format == FORMAT_NETSCAPE) { + NETSCAPE_X509 *nx; + nx = ASN1_item_d2i_bio(ASN1_ITEM_rptr(NETSCAPE_X509), cert, NULL); + if (nx == NULL) + goto end; + + if ((strncmp(NETSCAPE_CERT_HDR, (char *)nx->header->data, + nx->header->length) != 0)) { + NETSCAPE_X509_free(nx); + BIO_printf(err, "Error reading header on certificate\n"); + goto end; + } + x = nx->cert; + nx->cert = NULL; + NETSCAPE_X509_free(nx); + } else if (format == FORMAT_PEM) + x = PEM_read_bio_X509_AUX(cert, NULL, + (pem_password_cb *)password_callback, NULL); + else if (format == FORMAT_PKCS12) { + if (!load_pkcs12(err, cert, cert_descrip, NULL, NULL, NULL, &x, NULL)) + goto end; + } else { + BIO_printf(err, "bad input format specified for %s\n", cert_descrip); + goto end; + } + end: + if (x == NULL) { + BIO_printf(err, "unable to load certificate\n"); + ERR_print_errors(err); + } + if (cert != NULL) + BIO_free(cert); + return (x); +} + +X509_CRL *load_crl(const char *infile, int format) +{ + X509_CRL *x = NULL; + BIO *in = NULL; + + if (format == FORMAT_HTTP) { + load_cert_crl_http(infile, bio_err, NULL, &x); + return x; + } + + in = BIO_new(BIO_s_file()); + if (in == NULL) { + ERR_print_errors(bio_err); + goto end; + } + + if (infile == NULL) + BIO_set_fp(in, stdin, BIO_NOCLOSE); + else { + if (BIO_read_filename(in, infile) <= 0) { + perror(infile); + goto end; + } + } + if (format == FORMAT_ASN1) + x = d2i_X509_CRL_bio(in, NULL); + else if (format == FORMAT_PEM) + x = PEM_read_bio_X509_CRL(in, NULL, NULL, NULL); + else { + BIO_printf(bio_err, "bad input format specified for input crl\n"); + goto end; + } + if (x == NULL) { + BIO_printf(bio_err, "unable to load CRL\n"); + ERR_print_errors(bio_err); + goto end; + } + + end: + BIO_free(in); + return (x); +} EVP_PKEY *load_key(BIO *err, const char *file, int format, int maybe_stdin, - const char *pass, ENGINE *e, const char *key_descrip) - { - BIO *key=NULL; - EVP_PKEY *pkey=NULL; - PW_CB_DATA cb_data; - - cb_data.password = pass; - cb_data.prompt_info = file; - - if (file == NULL && (!maybe_stdin || format == FORMAT_ENGINE)) - { - BIO_printf(err,"no keyfile specified\n"); - goto end; - } + const char *pass, ENGINE *e, const char *key_descrip) +{ + BIO *key = NULL; + EVP_PKEY *pkey = NULL; + PW_CB_DATA cb_data; + + cb_data.password = pass; + cb_data.prompt_info = file; + + if (file == NULL && (!maybe_stdin || format == FORMAT_ENGINE)) { + BIO_printf(err, "no keyfile specified\n"); + goto end; + } #ifndef OPENSSL_NO_ENGINE - if (format == FORMAT_ENGINE) - { - if (!e) - BIO_printf(err,"no engine specified\n"); - else - { - pkey = ENGINE_load_private_key(e, file, - ui_method, &cb_data); - if (!pkey) - { - BIO_printf(err,"cannot load %s from engine\n",key_descrip); - ERR_print_errors(err); - } - } - goto end; - } -#endif - key=BIO_new(BIO_s_file()); - if (key == NULL) - { - ERR_print_errors(err); - goto end; - } - if (file == NULL && maybe_stdin) - { + if (format == FORMAT_ENGINE) { + if (!e) + BIO_printf(err, "no engine specified\n"); + else { + pkey = ENGINE_load_private_key(e, file, ui_method, &cb_data); + if (!pkey) { + BIO_printf(err, "cannot load %s from engine\n", key_descrip); + ERR_print_errors(err); + } + } + goto end; + } +#endif + key = BIO_new(BIO_s_file()); + if (key == NULL) { + ERR_print_errors(err); + goto end; + } + if (file == NULL && maybe_stdin) { #ifdef _IONBF # ifndef OPENSSL_NO_SETVBUF_IONBF - setvbuf(stdin, NULL, _IONBF, 0); -# endif /* ndef OPENSSL_NO_SETVBUF_IONBF */ -#endif - BIO_set_fp(key,stdin,BIO_NOCLOSE); - } - else - if (BIO_read_filename(key,file) <= 0) - { - BIO_printf(err, "Error opening %s %s\n", - key_descrip, file); - ERR_print_errors(err); - goto end; - } - if (format == FORMAT_ASN1) - { - pkey=d2i_PrivateKey_bio(key, NULL); - } - else if (format == FORMAT_PEM) - { - pkey=PEM_read_bio_PrivateKey(key,NULL, - (pem_password_cb *)password_callback, &cb_data); - } + setvbuf(stdin, NULL, _IONBF, 0); +# endif /* ndef OPENSSL_NO_SETVBUF_IONBF */ +#endif + BIO_set_fp(key, stdin, BIO_NOCLOSE); + } else if (BIO_read_filename(key, file) <= 0) { + BIO_printf(err, "Error opening %s %s\n", key_descrip, file); + ERR_print_errors(err); + goto end; + } + if (format == FORMAT_ASN1) { + pkey = d2i_PrivateKey_bio(key, NULL); + } else if (format == FORMAT_PEM) { + pkey = PEM_read_bio_PrivateKey(key, NULL, + (pem_password_cb *)password_callback, + &cb_data); + } #if !defined(OPENSSL_NO_RC4) && !defined(OPENSSL_NO_RSA) - else if (format == FORMAT_NETSCAPE || format == FORMAT_IISSGC) - pkey = load_netscape_key(err, key, file, key_descrip, format); -#endif - else if (format == FORMAT_PKCS12) - { - if (!load_pkcs12(err, key, key_descrip, - (pem_password_cb *)password_callback, &cb_data, - &pkey, NULL, NULL)) - goto end; - } + else if (format == FORMAT_NETSCAPE || format == FORMAT_IISSGC) + pkey = load_netscape_key(err, key, file, key_descrip, format); +#endif + else if (format == FORMAT_PKCS12) { + if (!load_pkcs12(err, key, key_descrip, + (pem_password_cb *)password_callback, &cb_data, + &pkey, NULL, NULL)) + goto end; + } #if !defined(OPENSSL_NO_RSA) && !defined(OPENSSL_NO_DSA) && !defined (OPENSSL_NO_RC4) - else if (format == FORMAT_MSBLOB) - pkey = b2i_PrivateKey_bio(key); - else if (format == FORMAT_PVK) - pkey = b2i_PVK_bio(key, (pem_password_cb *)password_callback, - &cb_data); -#endif - else - { - BIO_printf(err,"bad input format specified for key file\n"); - goto end; - } + else if (format == FORMAT_MSBLOB) + pkey = b2i_PrivateKey_bio(key); + else if (format == FORMAT_PVK) + pkey = b2i_PVK_bio(key, (pem_password_cb *)password_callback, + &cb_data); +#endif + else { + BIO_printf(err, "bad input format specified for key file\n"); + goto end; + } end: - if (key != NULL) BIO_free(key); - if (pkey == NULL) - { - BIO_printf(err,"unable to load %s\n", key_descrip); - ERR_print_errors(err); - } - return(pkey); - } + if (key != NULL) + BIO_free(key); + if (pkey == NULL) { + BIO_printf(err, "unable to load %s\n", key_descrip); + ERR_print_errors(err); + } + return (pkey); +} EVP_PKEY *load_pubkey(BIO *err, const char *file, int format, int maybe_stdin, - const char *pass, ENGINE *e, const char *key_descrip) - { - BIO *key=NULL; - EVP_PKEY *pkey=NULL; - PW_CB_DATA cb_data; - - cb_data.password = pass; - cb_data.prompt_info = file; - - if (file == NULL && (!maybe_stdin || format == FORMAT_ENGINE)) - { - BIO_printf(err,"no keyfile specified\n"); - goto end; - } + const char *pass, ENGINE *e, const char *key_descrip) +{ + BIO *key = NULL; + EVP_PKEY *pkey = NULL; + PW_CB_DATA cb_data; + + cb_data.password = pass; + cb_data.prompt_info = file; + + if (file == NULL && (!maybe_stdin || format == FORMAT_ENGINE)) { + BIO_printf(err, "no keyfile specified\n"); + goto end; + } #ifndef OPENSSL_NO_ENGINE - if (format == FORMAT_ENGINE) - { - if (!e) - BIO_printf(bio_err,"no engine specified\n"); - else - pkey = ENGINE_load_public_key(e, file, - ui_method, &cb_data); - goto end; - } -#endif - key=BIO_new(BIO_s_file()); - if (key == NULL) - { - ERR_print_errors(err); - goto end; - } - if (file == NULL && maybe_stdin) - { + if (format == FORMAT_ENGINE) { + if (!e) + BIO_printf(bio_err, "no engine specified\n"); + else + pkey = ENGINE_load_public_key(e, file, ui_method, &cb_data); + goto end; + } +#endif + key = BIO_new(BIO_s_file()); + if (key == NULL) { + ERR_print_errors(err); + goto end; + } + if (file == NULL && maybe_stdin) { #ifdef _IONBF # ifndef OPENSSL_NO_SETVBUF_IONBF - setvbuf(stdin, NULL, _IONBF, 0); -# endif /* ndef OPENSSL_NO_SETVBUF_IONBF */ -#endif - BIO_set_fp(key,stdin,BIO_NOCLOSE); - } - else - if (BIO_read_filename(key,file) <= 0) - { - BIO_printf(err, "Error opening %s %s\n", - key_descrip, file); - ERR_print_errors(err); - goto end; - } - if (format == FORMAT_ASN1) - { - pkey=d2i_PUBKEY_bio(key, NULL); - } + setvbuf(stdin, NULL, _IONBF, 0); +# endif /* ndef OPENSSL_NO_SETVBUF_IONBF */ +#endif + BIO_set_fp(key, stdin, BIO_NOCLOSE); + } else if (BIO_read_filename(key, file) <= 0) { + BIO_printf(err, "Error opening %s %s\n", key_descrip, file); + ERR_print_errors(err); + goto end; + } + if (format == FORMAT_ASN1) { + pkey = d2i_PUBKEY_bio(key, NULL); + } #ifndef OPENSSL_NO_RSA - else if (format == FORMAT_ASN1RSA) - { - RSA *rsa; - rsa = d2i_RSAPublicKey_bio(key, NULL); - if (rsa) - { - pkey = EVP_PKEY_new(); - if (pkey) - EVP_PKEY_set1_RSA(pkey, rsa); - RSA_free(rsa); - } - else - pkey = NULL; - } - else if (format == FORMAT_PEMRSA) - { - RSA *rsa; - rsa = PEM_read_bio_RSAPublicKey(key, NULL, - (pem_password_cb *)password_callback, &cb_data); - if (rsa) - { - pkey = EVP_PKEY_new(); - if (pkey) - EVP_PKEY_set1_RSA(pkey, rsa); - RSA_free(rsa); - } - else - pkey = NULL; - } -#endif - else if (format == FORMAT_PEM) - { - pkey=PEM_read_bio_PUBKEY(key,NULL, - (pem_password_cb *)password_callback, &cb_data); - } + else if (format == FORMAT_ASN1RSA) { + RSA *rsa; + rsa = d2i_RSAPublicKey_bio(key, NULL); + if (rsa) { + pkey = EVP_PKEY_new(); + if (pkey) + EVP_PKEY_set1_RSA(pkey, rsa); + RSA_free(rsa); + } else + pkey = NULL; + } else if (format == FORMAT_PEMRSA) { + RSA *rsa; + rsa = PEM_read_bio_RSAPublicKey(key, NULL, + (pem_password_cb *)password_callback, + &cb_data); + if (rsa) { + pkey = EVP_PKEY_new(); + if (pkey) + EVP_PKEY_set1_RSA(pkey, rsa); + RSA_free(rsa); + } else + pkey = NULL; + } +#endif + else if (format == FORMAT_PEM) { + pkey = PEM_read_bio_PUBKEY(key, NULL, + (pem_password_cb *)password_callback, + &cb_data); + } #if !defined(OPENSSL_NO_RC4) && !defined(OPENSSL_NO_RSA) - else if (format == FORMAT_NETSCAPE || format == FORMAT_IISSGC) - pkey = load_netscape_key(err, key, file, key_descrip, format); + else if (format == FORMAT_NETSCAPE || format == FORMAT_IISSGC) + pkey = load_netscape_key(err, key, file, key_descrip, format); #endif #if !defined(OPENSSL_NO_RSA) && !defined(OPENSSL_NO_DSA) - else if (format == FORMAT_MSBLOB) - pkey = b2i_PublicKey_bio(key); + else if (format == FORMAT_MSBLOB) + pkey = b2i_PublicKey_bio(key); #endif - else - { - BIO_printf(err,"bad input format specified for key file\n"); - goto end; - } + else { + BIO_printf(err, "bad input format specified for key file\n"); + goto end; + } end: - if (key != NULL) BIO_free(key); - if (pkey == NULL) - BIO_printf(err,"unable to load %s\n", key_descrip); - return(pkey); - } + if (key != NULL) + BIO_free(key); + if (pkey == NULL) + BIO_printf(err, "unable to load %s\n", key_descrip); + return (pkey); +} #if !defined(OPENSSL_NO_RC4) && !defined(OPENSSL_NO_RSA) -static EVP_PKEY * -load_netscape_key(BIO *err, BIO *key, const char *file, - const char *key_descrip, int format) - { - EVP_PKEY *pkey; - BUF_MEM *buf; - RSA *rsa; - const unsigned char *p; - int size, i; - - buf=BUF_MEM_new(); - pkey = EVP_PKEY_new(); - size = 0; - if (buf == NULL || pkey == NULL) - goto error; - for (;;) - { - if (!BUF_MEM_grow_clean(buf,size+1024*10)) - goto error; - i = BIO_read(key, &(buf->data[size]), 1024*10); - size += i; - if (i == 0) - break; - if (i < 0) - { - BIO_printf(err, "Error reading %s %s", - key_descrip, file); - goto error; - } - } - p=(unsigned char *)buf->data; - rsa = d2i_RSA_NET(NULL,&p,(long)size,NULL, - (format == FORMAT_IISSGC ? 1 : 0)); - if (rsa == NULL) - goto error; - BUF_MEM_free(buf); - EVP_PKEY_set1_RSA(pkey, rsa); - return pkey; -error: - BUF_MEM_free(buf); - EVP_PKEY_free(pkey); - return NULL; - } -#endif /* ndef OPENSSL_NO_RC4 */ +static EVP_PKEY *load_netscape_key(BIO *err, BIO *key, const char *file, + const char *key_descrip, int format) +{ + EVP_PKEY *pkey; + BUF_MEM *buf; + RSA *rsa; + const unsigned char *p; + int size, i; + + buf = BUF_MEM_new(); + pkey = EVP_PKEY_new(); + size = 0; + if (buf == NULL || pkey == NULL) + goto error; + for (;;) { + if (!BUF_MEM_grow_clean(buf, size + 1024 * 10)) + goto error; + i = BIO_read(key, &(buf->data[size]), 1024 * 10); + size += i; + if (i == 0) + break; + if (i < 0) { + BIO_printf(err, "Error reading %s %s", key_descrip, file); + goto error; + } + } + p = (unsigned char *)buf->data; + rsa = d2i_RSA_NET(NULL, &p, (long)size, NULL, + (format == FORMAT_IISSGC ? 1 : 0)); + if (rsa == NULL) + goto error; + BUF_MEM_free(buf); + EVP_PKEY_set1_RSA(pkey, rsa); + return pkey; + error: + BUF_MEM_free(buf); + EVP_PKEY_free(pkey); + return NULL; +} +#endif /* ndef OPENSSL_NO_RC4 */ static int load_certs_crls(BIO *err, const char *file, int format, - const char *pass, ENGINE *e, const char *desc, - STACK_OF(X509) **pcerts, STACK_OF(X509_CRL) **pcrls) - { - int i; - BIO *bio; - STACK_OF(X509_INFO) *xis = NULL; - X509_INFO *xi; - PW_CB_DATA cb_data; - int rv = 0; - - cb_data.password = pass; - cb_data.prompt_info = file; - - if (format != FORMAT_PEM) - { - BIO_printf(err,"bad input format specified for %s\n", desc); - return 0; - } - - if (file == NULL) - bio = BIO_new_fp(stdin,BIO_NOCLOSE); - else - bio = BIO_new_file(file, "r"); - - if (bio == NULL) - { - BIO_printf(err, "Error opening %s %s\n", - desc, file ? file : "stdin"); - ERR_print_errors(err); - return 0; - } - - xis = PEM_X509_INFO_read_bio(bio, NULL, - (pem_password_cb *)password_callback, &cb_data); - - BIO_free(bio); - - if (pcerts) - { - *pcerts = sk_X509_new_null(); - if (!*pcerts) - goto end; - } - - if (pcrls) - { - *pcrls = sk_X509_CRL_new_null(); - if (!*pcrls) - goto end; - } - - for(i = 0; i < sk_X509_INFO_num(xis); i++) - { - xi = sk_X509_INFO_value (xis, i); - if (xi->x509 && pcerts) - { - if (!sk_X509_push(*pcerts, xi->x509)) - goto end; - xi->x509 = NULL; - } - if (xi->crl && pcrls) - { - if (!sk_X509_CRL_push(*pcrls, xi->crl)) - goto end; - xi->crl = NULL; - } - } - - if (pcerts && sk_X509_num(*pcerts) > 0) - rv = 1; - - if (pcrls && sk_X509_CRL_num(*pcrls) > 0) - rv = 1; - - end: - - if (xis) - sk_X509_INFO_pop_free(xis, X509_INFO_free); - - if (rv == 0) - { - if (pcerts) - { - sk_X509_pop_free(*pcerts, X509_free); - *pcerts = NULL; - } - if (pcrls) - { - sk_X509_CRL_pop_free(*pcrls, X509_CRL_free); - *pcrls = NULL; - } - BIO_printf(err,"unable to load %s\n", - pcerts ? "certificates" : "CRLs"); - ERR_print_errors(err); - } - return rv; - } + const char *pass, ENGINE *e, const char *desc, + STACK_OF(X509) **pcerts, + STACK_OF(X509_CRL) **pcrls) +{ + int i; + BIO *bio; + STACK_OF(X509_INFO) *xis = NULL; + X509_INFO *xi; + PW_CB_DATA cb_data; + int rv = 0; + + cb_data.password = pass; + cb_data.prompt_info = file; + + if (format != FORMAT_PEM) { + BIO_printf(err, "bad input format specified for %s\n", desc); + return 0; + } + + if (file == NULL) + bio = BIO_new_fp(stdin, BIO_NOCLOSE); + else + bio = BIO_new_file(file, "r"); + + if (bio == NULL) { + BIO_printf(err, "Error opening %s %s\n", desc, file ? file : "stdin"); + ERR_print_errors(err); + return 0; + } + + xis = PEM_X509_INFO_read_bio(bio, NULL, + (pem_password_cb *)password_callback, + &cb_data); + + BIO_free(bio); + + if (pcerts) { + *pcerts = sk_X509_new_null(); + if (!*pcerts) + goto end; + } + + if (pcrls) { + *pcrls = sk_X509_CRL_new_null(); + if (!*pcrls) + goto end; + } + + for (i = 0; i < sk_X509_INFO_num(xis); i++) { + xi = sk_X509_INFO_value(xis, i); + if (xi->x509 && pcerts) { + if (!sk_X509_push(*pcerts, xi->x509)) + goto end; + xi->x509 = NULL; + } + if (xi->crl && pcrls) { + if (!sk_X509_CRL_push(*pcrls, xi->crl)) + goto end; + xi->crl = NULL; + } + } + + if (pcerts && sk_X509_num(*pcerts) > 0) + rv = 1; + + if (pcrls && sk_X509_CRL_num(*pcrls) > 0) + rv = 1; + + end: + + if (xis) + sk_X509_INFO_pop_free(xis, X509_INFO_free); + + if (rv == 0) { + if (pcerts) { + sk_X509_pop_free(*pcerts, X509_free); + *pcerts = NULL; + } + if (pcrls) { + sk_X509_CRL_pop_free(*pcrls, X509_CRL_free); + *pcrls = NULL; + } + BIO_printf(err, "unable to load %s\n", + pcerts ? "certificates" : "CRLs"); + ERR_print_errors(err); + } + return rv; +} STACK_OF(X509) *load_certs(BIO *err, const char *file, int format, - const char *pass, ENGINE *e, const char *desc) - { - STACK_OF(X509) *certs; - if (!load_certs_crls(err, file, format, pass, e, desc, &certs, NULL)) - return NULL; - return certs; - } + const char *pass, ENGINE *e, const char *desc) +{ + STACK_OF(X509) *certs; + if (!load_certs_crls(err, file, format, pass, e, desc, &certs, NULL)) + return NULL; + return certs; +} STACK_OF(X509_CRL) *load_crls(BIO *err, const char *file, int format, - const char *pass, ENGINE *e, const char *desc) - { - STACK_OF(X509_CRL) *crls; - if (!load_certs_crls(err, file, format, pass, e, desc, NULL, &crls)) - return NULL; - return crls; - } - -#define X509V3_EXT_UNKNOWN_MASK (0xfL << 16) + const char *pass, ENGINE *e, const char *desc) +{ + STACK_OF(X509_CRL) *crls; + if (!load_certs_crls(err, file, format, pass, e, desc, NULL, &crls)) + return NULL; + return crls; +} + +#define X509V3_EXT_UNKNOWN_MASK (0xfL << 16) /* Return error for unknown extensions */ -#define X509V3_EXT_DEFAULT 0 +#define X509V3_EXT_DEFAULT 0 /* Print error for unknown extensions */ -#define X509V3_EXT_ERROR_UNKNOWN (1L << 16) +#define X509V3_EXT_ERROR_UNKNOWN (1L << 16) /* ASN1 parse unknown extensions */ -#define X509V3_EXT_PARSE_UNKNOWN (2L << 16) +#define X509V3_EXT_PARSE_UNKNOWN (2L << 16) /* BIO_dump unknown extensions */ -#define X509V3_EXT_DUMP_UNKNOWN (3L << 16) +#define X509V3_EXT_DUMP_UNKNOWN (3L << 16) #define X509_FLAG_CA (X509_FLAG_NO_ISSUER | X509_FLAG_NO_PUBKEY | \ - X509_FLAG_NO_HEADER | X509_FLAG_NO_VERSION) + X509_FLAG_NO_HEADER | X509_FLAG_NO_VERSION) int set_cert_ex(unsigned long *flags, const char *arg) { - static const NAME_EX_TBL cert_tbl[] = { - { "compatible", X509_FLAG_COMPAT, 0xffffffffl}, - { "ca_default", X509_FLAG_CA, 0xffffffffl}, - { "no_header", X509_FLAG_NO_HEADER, 0}, - { "no_version", X509_FLAG_NO_VERSION, 0}, - { "no_serial", X509_FLAG_NO_SERIAL, 0}, - { "no_signame", X509_FLAG_NO_SIGNAME, 0}, - { "no_validity", X509_FLAG_NO_VALIDITY, 0}, - { "no_subject", X509_FLAG_NO_SUBJECT, 0}, - { "no_issuer", X509_FLAG_NO_ISSUER, 0}, - { "no_pubkey", X509_FLAG_NO_PUBKEY, 0}, - { "no_extensions", X509_FLAG_NO_EXTENSIONS, 0}, - { "no_sigdump", X509_FLAG_NO_SIGDUMP, 0}, - { "no_aux", X509_FLAG_NO_AUX, 0}, - { "no_attributes", X509_FLAG_NO_ATTRIBUTES, 0}, - { "ext_default", X509V3_EXT_DEFAULT, X509V3_EXT_UNKNOWN_MASK}, - { "ext_error", X509V3_EXT_ERROR_UNKNOWN, X509V3_EXT_UNKNOWN_MASK}, - { "ext_parse", X509V3_EXT_PARSE_UNKNOWN, X509V3_EXT_UNKNOWN_MASK}, - { "ext_dump", X509V3_EXT_DUMP_UNKNOWN, X509V3_EXT_UNKNOWN_MASK}, - { NULL, 0, 0} - }; - return set_multi_opts(flags, arg, cert_tbl); + static const NAME_EX_TBL cert_tbl[] = { + {"compatible", X509_FLAG_COMPAT, 0xffffffffl}, + {"ca_default", X509_FLAG_CA, 0xffffffffl}, + {"no_header", X509_FLAG_NO_HEADER, 0}, + {"no_version", X509_FLAG_NO_VERSION, 0}, + {"no_serial", X509_FLAG_NO_SERIAL, 0}, + {"no_signame", X509_FLAG_NO_SIGNAME, 0}, + {"no_validity", X509_FLAG_NO_VALIDITY, 0}, + {"no_subject", X509_FLAG_NO_SUBJECT, 0}, + {"no_issuer", X509_FLAG_NO_ISSUER, 0}, + {"no_pubkey", X509_FLAG_NO_PUBKEY, 0}, + {"no_extensions", X509_FLAG_NO_EXTENSIONS, 0}, + {"no_sigdump", X509_FLAG_NO_SIGDUMP, 0}, + {"no_aux", X509_FLAG_NO_AUX, 0}, + {"no_attributes", X509_FLAG_NO_ATTRIBUTES, 0}, + {"ext_default", X509V3_EXT_DEFAULT, X509V3_EXT_UNKNOWN_MASK}, + {"ext_error", X509V3_EXT_ERROR_UNKNOWN, X509V3_EXT_UNKNOWN_MASK}, + {"ext_parse", X509V3_EXT_PARSE_UNKNOWN, X509V3_EXT_UNKNOWN_MASK}, + {"ext_dump", X509V3_EXT_DUMP_UNKNOWN, X509V3_EXT_UNKNOWN_MASK}, + {NULL, 0, 0} + }; + return set_multi_opts(flags, arg, cert_tbl); } int set_name_ex(unsigned long *flags, const char *arg) { - static const NAME_EX_TBL ex_tbl[] = { - { "esc_2253", ASN1_STRFLGS_ESC_2253, 0}, - { "esc_ctrl", ASN1_STRFLGS_ESC_CTRL, 0}, - { "esc_msb", ASN1_STRFLGS_ESC_MSB, 0}, - { "use_quote", ASN1_STRFLGS_ESC_QUOTE, 0}, - { "utf8", ASN1_STRFLGS_UTF8_CONVERT, 0}, - { "ignore_type", ASN1_STRFLGS_IGNORE_TYPE, 0}, - { "show_type", ASN1_STRFLGS_SHOW_TYPE, 0}, - { "dump_all", ASN1_STRFLGS_DUMP_ALL, 0}, - { "dump_nostr", ASN1_STRFLGS_DUMP_UNKNOWN, 0}, - { "dump_der", ASN1_STRFLGS_DUMP_DER, 0}, - { "compat", XN_FLAG_COMPAT, 0xffffffffL}, - { "sep_comma_plus", XN_FLAG_SEP_COMMA_PLUS, XN_FLAG_SEP_MASK}, - { "sep_comma_plus_space", XN_FLAG_SEP_CPLUS_SPC, XN_FLAG_SEP_MASK}, - { "sep_semi_plus_space", XN_FLAG_SEP_SPLUS_SPC, XN_FLAG_SEP_MASK}, - { "sep_multiline", XN_FLAG_SEP_MULTILINE, XN_FLAG_SEP_MASK}, - { "dn_rev", XN_FLAG_DN_REV, 0}, - { "nofname", XN_FLAG_FN_NONE, XN_FLAG_FN_MASK}, - { "sname", XN_FLAG_FN_SN, XN_FLAG_FN_MASK}, - { "lname", XN_FLAG_FN_LN, XN_FLAG_FN_MASK}, - { "align", XN_FLAG_FN_ALIGN, 0}, - { "oid", XN_FLAG_FN_OID, XN_FLAG_FN_MASK}, - { "space_eq", XN_FLAG_SPC_EQ, 0}, - { "dump_unknown", XN_FLAG_DUMP_UNKNOWN_FIELDS, 0}, - { "RFC2253", XN_FLAG_RFC2253, 0xffffffffL}, - { "oneline", XN_FLAG_ONELINE, 0xffffffffL}, - { "multiline", XN_FLAG_MULTILINE, 0xffffffffL}, - { "ca_default", XN_FLAG_MULTILINE, 0xffffffffL}, - { NULL, 0, 0} - }; - return set_multi_opts(flags, arg, ex_tbl); + static const NAME_EX_TBL ex_tbl[] = { + {"esc_2253", ASN1_STRFLGS_ESC_2253, 0}, + {"esc_ctrl", ASN1_STRFLGS_ESC_CTRL, 0}, + {"esc_msb", ASN1_STRFLGS_ESC_MSB, 0}, + {"use_quote", ASN1_STRFLGS_ESC_QUOTE, 0}, + {"utf8", ASN1_STRFLGS_UTF8_CONVERT, 0}, + {"ignore_type", ASN1_STRFLGS_IGNORE_TYPE, 0}, + {"show_type", ASN1_STRFLGS_SHOW_TYPE, 0}, + {"dump_all", ASN1_STRFLGS_DUMP_ALL, 0}, + {"dump_nostr", ASN1_STRFLGS_DUMP_UNKNOWN, 0}, + {"dump_der", ASN1_STRFLGS_DUMP_DER, 0}, + {"compat", XN_FLAG_COMPAT, 0xffffffffL}, + {"sep_comma_plus", XN_FLAG_SEP_COMMA_PLUS, XN_FLAG_SEP_MASK}, + {"sep_comma_plus_space", XN_FLAG_SEP_CPLUS_SPC, XN_FLAG_SEP_MASK}, + {"sep_semi_plus_space", XN_FLAG_SEP_SPLUS_SPC, XN_FLAG_SEP_MASK}, + {"sep_multiline", XN_FLAG_SEP_MULTILINE, XN_FLAG_SEP_MASK}, + {"dn_rev", XN_FLAG_DN_REV, 0}, + {"nofname", XN_FLAG_FN_NONE, XN_FLAG_FN_MASK}, + {"sname", XN_FLAG_FN_SN, XN_FLAG_FN_MASK}, + {"lname", XN_FLAG_FN_LN, XN_FLAG_FN_MASK}, + {"align", XN_FLAG_FN_ALIGN, 0}, + {"oid", XN_FLAG_FN_OID, XN_FLAG_FN_MASK}, + {"space_eq", XN_FLAG_SPC_EQ, 0}, + {"dump_unknown", XN_FLAG_DUMP_UNKNOWN_FIELDS, 0}, + {"RFC2253", XN_FLAG_RFC2253, 0xffffffffL}, + {"oneline", XN_FLAG_ONELINE, 0xffffffffL}, + {"multiline", XN_FLAG_MULTILINE, 0xffffffffL}, + {"ca_default", XN_FLAG_MULTILINE, 0xffffffffL}, + {NULL, 0, 0} + }; + return set_multi_opts(flags, arg, ex_tbl); } int set_ext_copy(int *copy_type, const char *arg) { - if (!strcasecmp(arg, "none")) - *copy_type = EXT_COPY_NONE; - else if (!strcasecmp(arg, "copy")) - *copy_type = EXT_COPY_ADD; - else if (!strcasecmp(arg, "copyall")) - *copy_type = EXT_COPY_ALL; - else - return 0; - return 1; + if (!strcasecmp(arg, "none")) + *copy_type = EXT_COPY_NONE; + else if (!strcasecmp(arg, "copy")) + *copy_type = EXT_COPY_ADD; + else if (!strcasecmp(arg, "copyall")) + *copy_type = EXT_COPY_ALL; + else + return 0; + return 1; } int copy_extensions(X509 *x, X509_REQ *req, int copy_type) { - STACK_OF(X509_EXTENSION) *exts = NULL; - X509_EXTENSION *ext, *tmpext; - ASN1_OBJECT *obj; - int i, idx, ret = 0; - if (!x || !req || (copy_type == EXT_COPY_NONE)) - return 1; - exts = X509_REQ_get_extensions(req); - - for(i = 0; i < sk_X509_EXTENSION_num(exts); i++) { - ext = sk_X509_EXTENSION_value(exts, i); - obj = X509_EXTENSION_get_object(ext); - idx = X509_get_ext_by_OBJ(x, obj, -1); - /* Does extension exist? */ - if (idx != -1) { - /* If normal copy don't override existing extension */ - if (copy_type == EXT_COPY_ADD) - continue; - /* Delete all extensions of same type */ - do { - tmpext = X509_get_ext(x, idx); - X509_delete_ext(x, idx); - X509_EXTENSION_free(tmpext); - idx = X509_get_ext_by_OBJ(x, obj, -1); - } while (idx != -1); - } - if (!X509_add_ext(x, ext, -1)) - goto end; - } - - ret = 1; - - end: - - sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free); - - return ret; -} - - - - -static int set_multi_opts(unsigned long *flags, const char *arg, const NAME_EX_TBL *in_tbl) -{ - STACK_OF(CONF_VALUE) *vals; - CONF_VALUE *val; - int i, ret = 1; - if(!arg) return 0; - vals = X509V3_parse_list(arg); - for (i = 0; i < sk_CONF_VALUE_num(vals); i++) { - val = sk_CONF_VALUE_value(vals, i); - if (!set_table_opts(flags, val->name, in_tbl)) - ret = 0; - } - sk_CONF_VALUE_pop_free(vals, X509V3_conf_free); - return ret; -} - -static int set_table_opts(unsigned long *flags, const char *arg, const NAME_EX_TBL *in_tbl) -{ - char c; - const NAME_EX_TBL *ptbl; - c = arg[0]; - - if(c == '-') { - c = 0; - arg++; - } else if (c == '+') { - c = 1; - arg++; - } else c = 1; - - for(ptbl = in_tbl; ptbl->name; ptbl++) { - if(!strcasecmp(arg, ptbl->name)) { - *flags &= ~ptbl->mask; - if(c) *flags |= ptbl->flag; - else *flags &= ~ptbl->flag; - return 1; - } - } - return 0; -} - -void print_name(BIO *out, const char *title, X509_NAME *nm, unsigned long lflags) -{ - char *buf; - char mline = 0; - int indent = 0; - - if(title) BIO_puts(out, title); - if((lflags & XN_FLAG_SEP_MASK) == XN_FLAG_SEP_MULTILINE) { - mline = 1; - indent = 4; - } - if(lflags == XN_FLAG_COMPAT) { - buf = X509_NAME_oneline(nm, 0, 0); - BIO_puts(out, buf); - BIO_puts(out, "\n"); - OPENSSL_free(buf); - } else { - if(mline) BIO_puts(out, "\n"); - X509_NAME_print_ex(out, nm, indent, lflags); - BIO_puts(out, "\n"); - } + STACK_OF(X509_EXTENSION) *exts = NULL; + X509_EXTENSION *ext, *tmpext; + ASN1_OBJECT *obj; + int i, idx, ret = 0; + if (!x || !req || (copy_type == EXT_COPY_NONE)) + return 1; + exts = X509_REQ_get_extensions(req); + + for (i = 0; i < sk_X509_EXTENSION_num(exts); i++) { + ext = sk_X509_EXTENSION_value(exts, i); + obj = X509_EXTENSION_get_object(ext); + idx = X509_get_ext_by_OBJ(x, obj, -1); + /* Does extension exist? */ + if (idx != -1) { + /* If normal copy don't override existing extension */ + if (copy_type == EXT_COPY_ADD) + continue; + /* Delete all extensions of same type */ + do { + tmpext = X509_get_ext(x, idx); + X509_delete_ext(x, idx); + X509_EXTENSION_free(tmpext); + idx = X509_get_ext_by_OBJ(x, obj, -1); + } while (idx != -1); + } + if (!X509_add_ext(x, ext, -1)) + goto end; + } + + ret = 1; + + end: + + sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free); + + return ret; +} + +static int set_multi_opts(unsigned long *flags, const char *arg, + const NAME_EX_TBL * in_tbl) +{ + STACK_OF(CONF_VALUE) *vals; + CONF_VALUE *val; + int i, ret = 1; + if (!arg) + return 0; + vals = X509V3_parse_list(arg); + for (i = 0; i < sk_CONF_VALUE_num(vals); i++) { + val = sk_CONF_VALUE_value(vals, i); + if (!set_table_opts(flags, val->name, in_tbl)) + ret = 0; + } + sk_CONF_VALUE_pop_free(vals, X509V3_conf_free); + return ret; +} + +static int set_table_opts(unsigned long *flags, const char *arg, + const NAME_EX_TBL * in_tbl) +{ + char c; + const NAME_EX_TBL *ptbl; + c = arg[0]; + + if (c == '-') { + c = 0; + arg++; + } else if (c == '+') { + c = 1; + arg++; + } else + c = 1; + + for (ptbl = in_tbl; ptbl->name; ptbl++) { + if (!strcasecmp(arg, ptbl->name)) { + *flags &= ~ptbl->mask; + if (c) + *flags |= ptbl->flag; + else + *flags &= ~ptbl->flag; + return 1; + } + } + return 0; +} + +void print_name(BIO *out, const char *title, X509_NAME *nm, + unsigned long lflags) +{ + char *buf; + char mline = 0; + int indent = 0; + + if (title) + BIO_puts(out, title); + if ((lflags & XN_FLAG_SEP_MASK) == XN_FLAG_SEP_MULTILINE) { + mline = 1; + indent = 4; + } + if (lflags == XN_FLAG_COMPAT) { + buf = X509_NAME_oneline(nm, 0, 0); + BIO_puts(out, buf); + BIO_puts(out, "\n"); + OPENSSL_free(buf); + } else { + if (mline) + BIO_puts(out, "\n"); + X509_NAME_print_ex(out, nm, indent, lflags); + BIO_puts(out, "\n"); + } } X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath) { - X509_STORE *store; - X509_LOOKUP *lookup; - if(!(store = X509_STORE_new())) goto end; - lookup=X509_STORE_add_lookup(store,X509_LOOKUP_file()); - if (lookup == NULL) goto end; - if (CAfile) { - if(!X509_LOOKUP_load_file(lookup,CAfile,X509_FILETYPE_PEM)) { - BIO_printf(bp, "Error loading file %s\n", CAfile); - goto end; - } - } else X509_LOOKUP_load_file(lookup,NULL,X509_FILETYPE_DEFAULT); - - lookup=X509_STORE_add_lookup(store,X509_LOOKUP_hash_dir()); - if (lookup == NULL) goto end; - if (CApath) { - if(!X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM)) { - BIO_printf(bp, "Error loading directory %s\n", CApath); - goto end; - } - } else X509_LOOKUP_add_dir(lookup,NULL,X509_FILETYPE_DEFAULT); - - ERR_clear_error(); - return store; - end: - X509_STORE_free(store); - return NULL; + X509_STORE *store; + X509_LOOKUP *lookup; + if (!(store = X509_STORE_new())) + goto end; + lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file()); + if (lookup == NULL) + goto end; + if (CAfile) { + if (!X509_LOOKUP_load_file(lookup, CAfile, X509_FILETYPE_PEM)) { + BIO_printf(bp, "Error loading file %s\n", CAfile); + goto end; + } + } else + X509_LOOKUP_load_file(lookup, NULL, X509_FILETYPE_DEFAULT); + + lookup = X509_STORE_add_lookup(store, X509_LOOKUP_hash_dir()); + if (lookup == NULL) + goto end; + if (CApath) { + if (!X509_LOOKUP_add_dir(lookup, CApath, X509_FILETYPE_PEM)) { + BIO_printf(bp, "Error loading directory %s\n", CApath); + goto end; + } + } else + X509_LOOKUP_add_dir(lookup, NULL, X509_FILETYPE_DEFAULT); + + ERR_clear_error(); + return store; + end: + X509_STORE_free(store); + return NULL; } #ifndef OPENSSL_NO_ENGINE /* Try to load an engine in a shareable library */ static ENGINE *try_load_engine(BIO *err, const char *engine, int debug) - { - ENGINE *e = ENGINE_by_id("dynamic"); - if (e) - { - if (!ENGINE_ctrl_cmd_string(e, "SO_PATH", engine, 0) - || !ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0)) - { - ENGINE_free(e); - e = NULL; - } - } - return e; - } +{ + ENGINE *e = ENGINE_by_id("dynamic"); + if (e) { + if (!ENGINE_ctrl_cmd_string(e, "SO_PATH", engine, 0) + || !ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0)) { + ENGINE_free(e); + e = NULL; + } + } + return e; +} ENGINE *setup_engine(BIO *err, const char *engine, int debug) - { - ENGINE *e = NULL; - - if (engine) - { - if(strcmp(engine, "auto") == 0) - { - BIO_printf(err,"enabling auto ENGINE support\n"); - ENGINE_register_all_complete(); - return NULL; - } - if((e = ENGINE_by_id(engine)) == NULL - && (e = try_load_engine(err, engine, debug)) == NULL) - { - BIO_printf(err,"invalid engine \"%s\"\n", engine); - ERR_print_errors(err); - return NULL; - } - if (debug) - { - ENGINE_ctrl(e, ENGINE_CTRL_SET_LOGSTREAM, - 0, err, 0); - } - ENGINE_ctrl_cmd(e, "SET_USER_INTERFACE", 0, ui_method, 0, 1); - if(!ENGINE_set_default(e, ENGINE_METHOD_ALL)) - { - BIO_printf(err,"can't use that engine\n"); - ERR_print_errors(err); - ENGINE_free(e); - return NULL; - } - - BIO_printf(err,"engine \"%s\" set.\n", ENGINE_get_id(e)); - - /* Free our "structural" reference. */ - ENGINE_free(e); - } - return e; +{ + ENGINE *e = NULL; + + if (engine) { + if (strcmp(engine, "auto") == 0) { + BIO_printf(err, "enabling auto ENGINE support\n"); + ENGINE_register_all_complete(); + return NULL; } + if ((e = ENGINE_by_id(engine)) == NULL + && (e = try_load_engine(err, engine, debug)) == NULL) { + BIO_printf(err, "invalid engine \"%s\"\n", engine); + ERR_print_errors(err); + return NULL; + } + if (debug) { + ENGINE_ctrl(e, ENGINE_CTRL_SET_LOGSTREAM, 0, err, 0); + } + ENGINE_ctrl_cmd(e, "SET_USER_INTERFACE", 0, ui_method, 0, 1); + if (!ENGINE_set_default(e, ENGINE_METHOD_ALL)) { + BIO_printf(err, "can't use that engine\n"); + ERR_print_errors(err); + ENGINE_free(e); + return NULL; + } + + BIO_printf(err, "engine \"%s\" set.\n", ENGINE_get_id(e)); + + /* Free our "structural" reference. */ + ENGINE_free(e); + } + return e; +} #endif int load_config(BIO *err, CONF *cnf) - { - static int load_config_called = 0; - if (load_config_called) - return 1; - load_config_called = 1; - if (!cnf) - cnf = config; - if (!cnf) - return 1; - - OPENSSL_load_builtin_modules(); - - if (CONF_modules_load(cnf, NULL, 0) <= 0) - { - BIO_printf(err, "Error configuring OpenSSL\n"); - ERR_print_errors(err); - return 0; - } - return 1; - } +{ + static int load_config_called = 0; + if (load_config_called) + return 1; + load_config_called = 1; + if (!cnf) + cnf = config; + if (!cnf) + return 1; + + OPENSSL_load_builtin_modules(); + + if (CONF_modules_load(cnf, NULL, 0) <= 0) { + BIO_printf(err, "Error configuring OpenSSL\n"); + ERR_print_errors(err); + return 0; + } + return 1; +} char *make_config_name() - { - const char *t=X509_get_default_cert_area(); - size_t len; - char *p; - - len=strlen(t)+strlen(OPENSSL_CONF)+2; - p=OPENSSL_malloc(len); - if (p == NULL) - return NULL; - BUF_strlcpy(p,t,len); +{ + const char *t = X509_get_default_cert_area(); + size_t len; + char *p; + + len = strlen(t) + strlen(OPENSSL_CONF) + 2; + p = OPENSSL_malloc(len); + if (p == NULL) + return NULL; + BUF_strlcpy(p, t, len); #ifndef OPENSSL_SYS_VMS - BUF_strlcat(p,"/",len); + BUF_strlcat(p, "/", len); #endif - BUF_strlcat(p,OPENSSL_CONF,len); + BUF_strlcat(p, OPENSSL_CONF, len); - return p; - } + return p; +} static unsigned long index_serial_hash(const OPENSSL_CSTRING *a) - { - const char *n; +{ + const char *n; - n=a[DB_serial]; - while (*n == '0') n++; - return(lh_strhash(n)); - } + n = a[DB_serial]; + while (*n == '0') + n++; + return (lh_strhash(n)); +} -static int index_serial_cmp(const OPENSSL_CSTRING *a, const OPENSSL_CSTRING *b) - { - const char *aa,*bb; +static int index_serial_cmp(const OPENSSL_CSTRING *a, + const OPENSSL_CSTRING *b) +{ + const char *aa, *bb; - for (aa=a[DB_serial]; *aa == '0'; aa++); - for (bb=b[DB_serial]; *bb == '0'; bb++); - return(strcmp(aa,bb)); - } + for (aa = a[DB_serial]; *aa == '0'; aa++) ; + for (bb = b[DB_serial]; *bb == '0'; bb++) ; + return (strcmp(aa, bb)); +} static int index_name_qual(char **a) - { return(a[0][0] == 'V'); } +{ + return (a[0][0] == 'V'); +} static unsigned long index_name_hash(const OPENSSL_CSTRING *a) - { return(lh_strhash(a[DB_name])); } +{ + return (lh_strhash(a[DB_name])); +} int index_name_cmp(const OPENSSL_CSTRING *a, const OPENSSL_CSTRING *b) - { return(strcmp(a[DB_name], b[DB_name])); } +{ + return (strcmp(a[DB_name], b[DB_name])); +} static IMPLEMENT_LHASH_HASH_FN(index_serial, OPENSSL_CSTRING) static IMPLEMENT_LHASH_COMP_FN(index_serial, OPENSSL_CSTRING) static IMPLEMENT_LHASH_HASH_FN(index_name, OPENSSL_CSTRING) static IMPLEMENT_LHASH_COMP_FN(index_name, OPENSSL_CSTRING) - #undef BSIZE #define BSIZE 256 - BIGNUM *load_serial(char *serialfile, int create, ASN1_INTEGER **retai) - { - BIO *in=NULL; - BIGNUM *ret=NULL; - MS_STATIC char buf[1024]; - ASN1_INTEGER *ai=NULL; - - ai=ASN1_INTEGER_new(); - if (ai == NULL) goto err; - - if ((in=BIO_new(BIO_s_file())) == NULL) - { - ERR_print_errors(bio_err); - goto err; - } - - if (BIO_read_filename(in,serialfile) <= 0) - { - if (!create) - { - perror(serialfile); - goto err; - } - else - { - ret=BN_new(); - if (ret == NULL || !rand_serial(ret, ai)) - BIO_printf(bio_err, "Out of memory\n"); - } - } - else - { - if (!a2i_ASN1_INTEGER(in,ai,buf,1024)) - { - BIO_printf(bio_err,"unable to load number from %s\n", - serialfile); - goto err; - } - ret=ASN1_INTEGER_to_BN(ai,NULL); - if (ret == NULL) - { - BIO_printf(bio_err,"error converting number from bin to BIGNUM\n"); - goto err; - } - } - - if (ret && retai) - { - *retai = ai; - ai = NULL; - } +{ + BIO *in = NULL; + BIGNUM *ret = NULL; + MS_STATIC char buf[1024]; + ASN1_INTEGER *ai = NULL; + + ai = ASN1_INTEGER_new(); + if (ai == NULL) + goto err; + + if ((in = BIO_new(BIO_s_file())) == NULL) { + ERR_print_errors(bio_err); + goto err; + } + + if (BIO_read_filename(in, serialfile) <= 0) { + if (!create) { + perror(serialfile); + goto err; + } else { + ret = BN_new(); + if (ret == NULL || !rand_serial(ret, ai)) + BIO_printf(bio_err, "Out of memory\n"); + } + } else { + if (!a2i_ASN1_INTEGER(in, ai, buf, 1024)) { + BIO_printf(bio_err, "unable to load number from %s\n", + serialfile); + goto err; + } + ret = ASN1_INTEGER_to_BN(ai, NULL); + if (ret == NULL) { + BIO_printf(bio_err, + "error converting number from bin to BIGNUM\n"); + goto err; + } + } + + if (ret && retai) { + *retai = ai; + ai = NULL; + } err: - if (in != NULL) BIO_free(in); - if (ai != NULL) ASN1_INTEGER_free(ai); - return(ret); - } - -int save_serial(char *serialfile, char *suffix, BIGNUM *serial, ASN1_INTEGER **retai) - { - char buf[1][BSIZE]; - BIO *out = NULL; - int ret=0; - ASN1_INTEGER *ai=NULL; - int j; - - if (suffix == NULL) - j = strlen(serialfile); - else - j = strlen(serialfile) + strlen(suffix) + 1; - if (j >= BSIZE) - { - BIO_printf(bio_err,"file name too long\n"); - goto err; - } - - if (suffix == NULL) - BUF_strlcpy(buf[0], serialfile, BSIZE); - else - { + if (in != NULL) + BIO_free(in); + if (ai != NULL) + ASN1_INTEGER_free(ai); + return (ret); +} + +int save_serial(char *serialfile, char *suffix, BIGNUM *serial, + ASN1_INTEGER **retai) +{ + char buf[1][BSIZE]; + BIO *out = NULL; + int ret = 0; + ASN1_INTEGER *ai = NULL; + int j; + + if (suffix == NULL) + j = strlen(serialfile); + else + j = strlen(serialfile) + strlen(suffix) + 1; + if (j >= BSIZE) { + BIO_printf(bio_err, "file name too long\n"); + goto err; + } + + if (suffix == NULL) + BUF_strlcpy(buf[0], serialfile, BSIZE); + else { #ifndef OPENSSL_SYS_VMS - j = BIO_snprintf(buf[0], sizeof buf[0], "%s.%s", serialfile, suffix); + j = BIO_snprintf(buf[0], sizeof buf[0], "%s.%s", serialfile, suffix); #else - j = BIO_snprintf(buf[0], sizeof buf[0], "%s-%s", serialfile, suffix); + j = BIO_snprintf(buf[0], sizeof buf[0], "%s-%s", serialfile, suffix); #endif - } + } #ifdef RL_DEBUG - BIO_printf(bio_err, "DEBUG: writing \"%s\"\n", buf[0]); -#endif - out=BIO_new(BIO_s_file()); - if (out == NULL) - { - ERR_print_errors(bio_err); - goto err; - } - if (BIO_write_filename(out,buf[0]) <= 0) - { - perror(serialfile); - goto err; - } - - if ((ai=BN_to_ASN1_INTEGER(serial,NULL)) == NULL) - { - BIO_printf(bio_err,"error converting serial to ASN.1 format\n"); - goto err; - } - i2a_ASN1_INTEGER(out,ai); - BIO_puts(out,"\n"); - ret=1; - if (retai) - { - *retai = ai; - ai = NULL; - } -err: - if (out != NULL) BIO_free_all(out); - if (ai != NULL) ASN1_INTEGER_free(ai); - return(ret); - } + BIO_printf(bio_err, "DEBUG: writing \"%s\"\n", buf[0]); +#endif + out = BIO_new(BIO_s_file()); + if (out == NULL) { + ERR_print_errors(bio_err); + goto err; + } + if (BIO_write_filename(out, buf[0]) <= 0) { + perror(serialfile); + goto err; + } + + if ((ai = BN_to_ASN1_INTEGER(serial, NULL)) == NULL) { + BIO_printf(bio_err, "error converting serial to ASN.1 format\n"); + goto err; + } + i2a_ASN1_INTEGER(out, ai); + BIO_puts(out, "\n"); + ret = 1; + if (retai) { + *retai = ai; + ai = NULL; + } + err: + if (out != NULL) + BIO_free_all(out); + if (ai != NULL) + ASN1_INTEGER_free(ai); + return (ret); +} int rotate_serial(char *serialfile, char *new_suffix, char *old_suffix) - { - char buf[5][BSIZE]; - int i,j; - - i = strlen(serialfile) + strlen(old_suffix); - j = strlen(serialfile) + strlen(new_suffix); - if (i > j) j = i; - if (j + 1 >= BSIZE) - { - BIO_printf(bio_err,"file name too long\n"); - goto err; - } - +{ + char buf[5][BSIZE]; + int i, j; + + i = strlen(serialfile) + strlen(old_suffix); + j = strlen(serialfile) + strlen(new_suffix); + if (i > j) + j = i; + if (j + 1 >= BSIZE) { + BIO_printf(bio_err, "file name too long\n"); + goto err; + } #ifndef OPENSSL_SYS_VMS - j = BIO_snprintf(buf[0], sizeof buf[0], "%s.%s", - serialfile, new_suffix); + j = BIO_snprintf(buf[0], sizeof buf[0], "%s.%s", serialfile, new_suffix); #else - j = BIO_snprintf(buf[0], sizeof buf[0], "%s-%s", - serialfile, new_suffix); + j = BIO_snprintf(buf[0], sizeof buf[0], "%s-%s", serialfile, new_suffix); #endif #ifndef OPENSSL_SYS_VMS - j = BIO_snprintf(buf[1], sizeof buf[1], "%s.%s", - serialfile, old_suffix); + j = BIO_snprintf(buf[1], sizeof buf[1], "%s.%s", serialfile, old_suffix); #else - j = BIO_snprintf(buf[1], sizeof buf[1], "%s-%s", - serialfile, old_suffix); + j = BIO_snprintf(buf[1], sizeof buf[1], "%s-%s", serialfile, old_suffix); #endif #ifdef RL_DEBUG - BIO_printf(bio_err, "DEBUG: renaming \"%s\" to \"%s\"\n", - serialfile, buf[1]); + BIO_printf(bio_err, "DEBUG: renaming \"%s\" to \"%s\"\n", + serialfile, buf[1]); #endif - if (rename(serialfile,buf[1]) < 0 && errno != ENOENT + if (rename(serialfile, buf[1]) < 0 && errno != ENOENT #ifdef ENOTDIR - && errno != ENOTDIR -#endif - ) { - BIO_printf(bio_err, - "unable to rename %s to %s\n", - serialfile, buf[1]); - perror("reason"); - goto err; - } + && errno != ENOTDIR +#endif + ) { + BIO_printf(bio_err, + "unable to rename %s to %s\n", serialfile, buf[1]); + perror("reason"); + goto err; + } #ifdef RL_DEBUG - BIO_printf(bio_err, "DEBUG: renaming \"%s\" to \"%s\"\n", - buf[0],serialfile); -#endif - if (rename(buf[0],serialfile) < 0) - { - BIO_printf(bio_err, - "unable to rename %s to %s\n", - buf[0],serialfile); - perror("reason"); - rename(buf[1],serialfile); - goto err; - } - return 1; + BIO_printf(bio_err, "DEBUG: renaming \"%s\" to \"%s\"\n", + buf[0], serialfile); +#endif + if (rename(buf[0], serialfile) < 0) { + BIO_printf(bio_err, + "unable to rename %s to %s\n", buf[0], serialfile); + perror("reason"); + rename(buf[1], serialfile); + goto err; + } + return 1; err: - return 0; - } + return 0; +} int rand_serial(BIGNUM *b, ASN1_INTEGER *ai) - { - BIGNUM *btmp; - int ret = 0; - if (b) - btmp = b; - else - btmp = BN_new(); - - if (!btmp) - return 0; - - if (!BN_pseudo_rand(btmp, SERIAL_RAND_BITS, 0, 0)) - goto error; - if (ai && !BN_to_ASN1_INTEGER(btmp, ai)) - goto error; - - ret = 1; - - error: - - if (!b) - BN_free(btmp); - - return ret; - } +{ + BIGNUM *btmp; + int ret = 0; + if (b) + btmp = b; + else + btmp = BN_new(); + + if (!btmp) + return 0; + + if (!BN_pseudo_rand(btmp, SERIAL_RAND_BITS, 0, 0)) + goto error; + if (ai && !BN_to_ASN1_INTEGER(btmp, ai)) + goto error; + + ret = 1; + + error: + + if (!b) + BN_free(btmp); + + return ret; +} CA_DB *load_index(char *dbfile, DB_ATTR *db_attr) - { - CA_DB *retdb = NULL; - TXT_DB *tmpdb = NULL; - BIO *in = BIO_new(BIO_s_file()); - CONF *dbattr_conf = NULL; - char buf[1][BSIZE]; - long errorline= -1; - - if (in == NULL) - { - ERR_print_errors(bio_err); - goto err; - } - if (BIO_read_filename(in,dbfile) <= 0) - { - perror(dbfile); - BIO_printf(bio_err,"unable to open '%s'\n",dbfile); - goto err; - } - if ((tmpdb = TXT_DB_read(in,DB_NUMBER)) == NULL) - goto err; +{ + CA_DB *retdb = NULL; + TXT_DB *tmpdb = NULL; + BIO *in = BIO_new(BIO_s_file()); + CONF *dbattr_conf = NULL; + char buf[1][BSIZE]; + long errorline = -1; + + if (in == NULL) { + ERR_print_errors(bio_err); + goto err; + } + if (BIO_read_filename(in, dbfile) <= 0) { + perror(dbfile); + BIO_printf(bio_err, "unable to open '%s'\n", dbfile); + goto err; + } + if ((tmpdb = TXT_DB_read(in, DB_NUMBER)) == NULL) + goto err; #ifndef OPENSSL_SYS_VMS - BIO_snprintf(buf[0], sizeof buf[0], "%s.attr", dbfile); + BIO_snprintf(buf[0], sizeof buf[0], "%s.attr", dbfile); #else - BIO_snprintf(buf[0], sizeof buf[0], "%s-attr", dbfile); -#endif - dbattr_conf = NCONF_new(NULL); - if (NCONF_load(dbattr_conf,buf[0],&errorline) <= 0) - { - if (errorline > 0) - { - BIO_printf(bio_err, - "error on line %ld of db attribute file '%s'\n" - ,errorline,buf[0]); - goto err; - } - else - { - NCONF_free(dbattr_conf); - dbattr_conf = NULL; - } - } - - if ((retdb = OPENSSL_malloc(sizeof(CA_DB))) == NULL) - { - fprintf(stderr, "Out of memory\n"); - goto err; - } - - retdb->db = tmpdb; - tmpdb = NULL; - if (db_attr) - retdb->attributes = *db_attr; - else - { - retdb->attributes.unique_subject = 1; - } - - if (dbattr_conf) - { - char *p = NCONF_get_string(dbattr_conf,NULL,"unique_subject"); - if (p) - { + BIO_snprintf(buf[0], sizeof buf[0], "%s-attr", dbfile); +#endif + dbattr_conf = NCONF_new(NULL); + if (NCONF_load(dbattr_conf, buf[0], &errorline) <= 0) { + if (errorline > 0) { + BIO_printf(bio_err, + "error on line %ld of db attribute file '%s'\n", + errorline, buf[0]); + goto err; + } else { + NCONF_free(dbattr_conf); + dbattr_conf = NULL; + } + } + + if ((retdb = OPENSSL_malloc(sizeof(CA_DB))) == NULL) { + fprintf(stderr, "Out of memory\n"); + goto err; + } + + retdb->db = tmpdb; + tmpdb = NULL; + if (db_attr) + retdb->attributes = *db_attr; + else { + retdb->attributes.unique_subject = 1; + } + + if (dbattr_conf) { + char *p = NCONF_get_string(dbattr_conf, NULL, "unique_subject"); + if (p) { #ifdef RL_DEBUG - BIO_printf(bio_err, "DEBUG[load_index]: unique_subject = \"%s\"\n", p); + BIO_printf(bio_err, + "DEBUG[load_index]: unique_subject = \"%s\"\n", p); #endif - retdb->attributes.unique_subject = parse_yesno(p,1); - } - } + retdb->attributes.unique_subject = parse_yesno(p, 1); + } + } err: - if (dbattr_conf) NCONF_free(dbattr_conf); - if (tmpdb) TXT_DB_free(tmpdb); - if (in) BIO_free_all(in); - return retdb; - } + if (dbattr_conf) + NCONF_free(dbattr_conf); + if (tmpdb) + TXT_DB_free(tmpdb); + if (in) + BIO_free_all(in); + return retdb; +} int index_index(CA_DB *db) - { - if (!TXT_DB_create_index(db->db, DB_serial, NULL, - LHASH_HASH_FN(index_serial), - LHASH_COMP_FN(index_serial))) - { - BIO_printf(bio_err, - "error creating serial number index:(%ld,%ld,%ld)\n", - db->db->error,db->db->arg1,db->db->arg2); - return 0; - } - - if (db->attributes.unique_subject - && !TXT_DB_create_index(db->db, DB_name, index_name_qual, - LHASH_HASH_FN(index_name), - LHASH_COMP_FN(index_name))) - { - BIO_printf(bio_err,"error creating name index:(%ld,%ld,%ld)\n", - db->db->error,db->db->arg1,db->db->arg2); - return 0; - } - return 1; - } +{ + if (!TXT_DB_create_index(db->db, DB_serial, NULL, + LHASH_HASH_FN(index_serial), + LHASH_COMP_FN(index_serial))) { + BIO_printf(bio_err, + "error creating serial number index:(%ld,%ld,%ld)\n", + db->db->error, db->db->arg1, db->db->arg2); + return 0; + } + + if (db->attributes.unique_subject + && !TXT_DB_create_index(db->db, DB_name, index_name_qual, + LHASH_HASH_FN(index_name), + LHASH_COMP_FN(index_name))) { + BIO_printf(bio_err, "error creating name index:(%ld,%ld,%ld)\n", + db->db->error, db->db->arg1, db->db->arg2); + return 0; + } + return 1; +} int save_index(const char *dbfile, const char *suffix, CA_DB *db) - { - char buf[3][BSIZE]; - BIO *out = BIO_new(BIO_s_file()); - int j; - - if (out == NULL) - { - ERR_print_errors(bio_err); - goto err; - } - - j = strlen(dbfile) + strlen(suffix); - if (j + 6 >= BSIZE) - { - BIO_printf(bio_err,"file name too long\n"); - goto err; - } - +{ + char buf[3][BSIZE]; + BIO *out = BIO_new(BIO_s_file()); + int j; + + if (out == NULL) { + ERR_print_errors(bio_err); + goto err; + } + + j = strlen(dbfile) + strlen(suffix); + if (j + 6 >= BSIZE) { + BIO_printf(bio_err, "file name too long\n"); + goto err; + } #ifndef OPENSSL_SYS_VMS - j = BIO_snprintf(buf[2], sizeof buf[2], "%s.attr", dbfile); + j = BIO_snprintf(buf[2], sizeof buf[2], "%s.attr", dbfile); #else - j = BIO_snprintf(buf[2], sizeof buf[2], "%s-attr", dbfile); + j = BIO_snprintf(buf[2], sizeof buf[2], "%s-attr", dbfile); #endif #ifndef OPENSSL_SYS_VMS - j = BIO_snprintf(buf[1], sizeof buf[1], "%s.attr.%s", dbfile, suffix); + j = BIO_snprintf(buf[1], sizeof buf[1], "%s.attr.%s", dbfile, suffix); #else - j = BIO_snprintf(buf[1], sizeof buf[1], "%s-attr-%s", dbfile, suffix); + j = BIO_snprintf(buf[1], sizeof buf[1], "%s-attr-%s", dbfile, suffix); #endif #ifndef OPENSSL_SYS_VMS - j = BIO_snprintf(buf[0], sizeof buf[0], "%s.%s", dbfile, suffix); + j = BIO_snprintf(buf[0], sizeof buf[0], "%s.%s", dbfile, suffix); #else - j = BIO_snprintf(buf[0], sizeof buf[0], "%s-%s", dbfile, suffix); + j = BIO_snprintf(buf[0], sizeof buf[0], "%s-%s", dbfile, suffix); #endif #ifdef RL_DEBUG - BIO_printf(bio_err, "DEBUG: writing \"%s\"\n", buf[0]); + BIO_printf(bio_err, "DEBUG: writing \"%s\"\n", buf[0]); #endif - if (BIO_write_filename(out,buf[0]) <= 0) - { - perror(dbfile); - BIO_printf(bio_err,"unable to open '%s'\n", dbfile); - goto err; - } - j=TXT_DB_write(out,db->db); - if (j <= 0) goto err; - - BIO_free(out); - - out = BIO_new(BIO_s_file()); + if (BIO_write_filename(out, buf[0]) <= 0) { + perror(dbfile); + BIO_printf(bio_err, "unable to open '%s'\n", dbfile); + goto err; + } + j = TXT_DB_write(out, db->db); + if (j <= 0) + goto err; + + BIO_free(out); + + out = BIO_new(BIO_s_file()); #ifdef RL_DEBUG - BIO_printf(bio_err, "DEBUG: writing \"%s\"\n", buf[1]); -#endif - if (BIO_write_filename(out,buf[1]) <= 0) - { - perror(buf[2]); - BIO_printf(bio_err,"unable to open '%s'\n", buf[2]); - goto err; - } - BIO_printf(out,"unique_subject = %s\n", - db->attributes.unique_subject ? "yes" : "no"); - BIO_free(out); - - return 1; + BIO_printf(bio_err, "DEBUG: writing \"%s\"\n", buf[1]); +#endif + if (BIO_write_filename(out, buf[1]) <= 0) { + perror(buf[2]); + BIO_printf(bio_err, "unable to open '%s'\n", buf[2]); + goto err; + } + BIO_printf(out, "unique_subject = %s\n", + db->attributes.unique_subject ? "yes" : "no"); + BIO_free(out); + + return 1; err: - return 0; - } - -int rotate_index(const char *dbfile, const char *new_suffix, const char *old_suffix) - { - char buf[5][BSIZE]; - int i,j; - - i = strlen(dbfile) + strlen(old_suffix); - j = strlen(dbfile) + strlen(new_suffix); - if (i > j) j = i; - if (j + 6 >= BSIZE) - { - BIO_printf(bio_err,"file name too long\n"); - goto err; - } + return 0; +} +int rotate_index(const char *dbfile, const char *new_suffix, + const char *old_suffix) +{ + char buf[5][BSIZE]; + int i, j; + + i = strlen(dbfile) + strlen(old_suffix); + j = strlen(dbfile) + strlen(new_suffix); + if (i > j) + j = i; + if (j + 6 >= BSIZE) { + BIO_printf(bio_err, "file name too long\n"); + goto err; + } #ifndef OPENSSL_SYS_VMS - j = BIO_snprintf(buf[4], sizeof buf[4], "%s.attr", dbfile); + j = BIO_snprintf(buf[4], sizeof buf[4], "%s.attr", dbfile); #else - j = BIO_snprintf(buf[4], sizeof buf[4], "%s-attr", dbfile); + j = BIO_snprintf(buf[4], sizeof buf[4], "%s-attr", dbfile); #endif #ifndef OPENSSL_SYS_VMS - j = BIO_snprintf(buf[2], sizeof buf[2], "%s.attr.%s", - dbfile, new_suffix); + j = BIO_snprintf(buf[2], sizeof buf[2], "%s.attr.%s", dbfile, new_suffix); #else - j = BIO_snprintf(buf[2], sizeof buf[2], "%s-attr-%s", - dbfile, new_suffix); + j = BIO_snprintf(buf[2], sizeof buf[2], "%s-attr-%s", dbfile, new_suffix); #endif #ifndef OPENSSL_SYS_VMS - j = BIO_snprintf(buf[0], sizeof buf[0], "%s.%s", - dbfile, new_suffix); + j = BIO_snprintf(buf[0], sizeof buf[0], "%s.%s", dbfile, new_suffix); #else - j = BIO_snprintf(buf[0], sizeof buf[0], "%s-%s", - dbfile, new_suffix); + j = BIO_snprintf(buf[0], sizeof buf[0], "%s-%s", dbfile, new_suffix); #endif #ifndef OPENSSL_SYS_VMS - j = BIO_snprintf(buf[1], sizeof buf[1], "%s.%s", - dbfile, old_suffix); + j = BIO_snprintf(buf[1], sizeof buf[1], "%s.%s", dbfile, old_suffix); #else - j = BIO_snprintf(buf[1], sizeof buf[1], "%s-%s", - dbfile, old_suffix); + j = BIO_snprintf(buf[1], sizeof buf[1], "%s-%s", dbfile, old_suffix); #endif #ifndef OPENSSL_SYS_VMS - j = BIO_snprintf(buf[3], sizeof buf[3], "%s.attr.%s", - dbfile, old_suffix); + j = BIO_snprintf(buf[3], sizeof buf[3], "%s.attr.%s", dbfile, old_suffix); #else - j = BIO_snprintf(buf[3], sizeof buf[3], "%s-attr-%s", - dbfile, old_suffix); + j = BIO_snprintf(buf[3], sizeof buf[3], "%s-attr-%s", dbfile, old_suffix); #endif #ifdef RL_DEBUG - BIO_printf(bio_err, "DEBUG: renaming \"%s\" to \"%s\"\n", - dbfile, buf[1]); + BIO_printf(bio_err, "DEBUG: renaming \"%s\" to \"%s\"\n", dbfile, buf[1]); #endif - if (rename(dbfile,buf[1]) < 0 && errno != ENOENT + if (rename(dbfile, buf[1]) < 0 && errno != ENOENT #ifdef ENOTDIR - && errno != ENOTDIR + && errno != ENOTDIR #endif - ) { - BIO_printf(bio_err, - "unable to rename %s to %s\n", - dbfile, buf[1]); - perror("reason"); - goto err; - } + ) { + BIO_printf(bio_err, "unable to rename %s to %s\n", dbfile, buf[1]); + perror("reason"); + goto err; + } #ifdef RL_DEBUG - BIO_printf(bio_err, "DEBUG: renaming \"%s\" to \"%s\"\n", - buf[0],dbfile); -#endif - if (rename(buf[0],dbfile) < 0) - { - BIO_printf(bio_err, - "unable to rename %s to %s\n", - buf[0],dbfile); - perror("reason"); - rename(buf[1],dbfile); - goto err; - } + BIO_printf(bio_err, "DEBUG: renaming \"%s\" to \"%s\"\n", buf[0], dbfile); +#endif + if (rename(buf[0], dbfile) < 0) { + BIO_printf(bio_err, "unable to rename %s to %s\n", buf[0], dbfile); + perror("reason"); + rename(buf[1], dbfile); + goto err; + } #ifdef RL_DEBUG - BIO_printf(bio_err, "DEBUG: renaming \"%s\" to \"%s\"\n", - buf[4],buf[3]); + BIO_printf(bio_err, "DEBUG: renaming \"%s\" to \"%s\"\n", buf[4], buf[3]); #endif - if (rename(buf[4],buf[3]) < 0 && errno != ENOENT + if (rename(buf[4], buf[3]) < 0 && errno != ENOENT #ifdef ENOTDIR - && errno != ENOTDIR -#endif - ) { - BIO_printf(bio_err, - "unable to rename %s to %s\n", - buf[4], buf[3]); - perror("reason"); - rename(dbfile,buf[0]); - rename(buf[1],dbfile); - goto err; - } + && errno != ENOTDIR +#endif + ) { + BIO_printf(bio_err, "unable to rename %s to %s\n", buf[4], buf[3]); + perror("reason"); + rename(dbfile, buf[0]); + rename(buf[1], dbfile); + goto err; + } #ifdef RL_DEBUG - BIO_printf(bio_err, "DEBUG: renaming \"%s\" to \"%s\"\n", - buf[2],buf[4]); -#endif - if (rename(buf[2],buf[4]) < 0) - { - BIO_printf(bio_err, - "unable to rename %s to %s\n", - buf[2],buf[4]); - perror("reason"); - rename(buf[3],buf[4]); - rename(dbfile,buf[0]); - rename(buf[1],dbfile); - goto err; - } - return 1; + BIO_printf(bio_err, "DEBUG: renaming \"%s\" to \"%s\"\n", buf[2], buf[4]); +#endif + if (rename(buf[2], buf[4]) < 0) { + BIO_printf(bio_err, "unable to rename %s to %s\n", buf[2], buf[4]); + perror("reason"); + rename(buf[3], buf[4]); + rename(dbfile, buf[0]); + rename(buf[1], dbfile); + goto err; + } + return 1; err: - return 0; - } + return 0; +} void free_index(CA_DB *db) - { - if (db) - { - if (db->db) TXT_DB_free(db->db); - OPENSSL_free(db); - } - } +{ + if (db) { + if (db->db) + TXT_DB_free(db->db); + OPENSSL_free(db); + } +} int parse_yesno(const char *str, int def) - { - int ret = def; - if (str) - { - switch (*str) - { - case 'f': /* false */ - case 'F': /* FALSE */ - case 'n': /* no */ - case 'N': /* NO */ - case '0': /* 0 */ - ret = 0; - break; - case 't': /* true */ - case 'T': /* TRUE */ - case 'y': /* yes */ - case 'Y': /* YES */ - case '1': /* 1 */ - ret = 1; - break; - default: - ret = def; - break; - } - } - return ret; - } +{ + int ret = def; + if (str) { + switch (*str) { + case 'f': /* false */ + case 'F': /* FALSE */ + case 'n': /* no */ + case 'N': /* NO */ + case '0': /* 0 */ + ret = 0; + break; + case 't': /* true */ + case 'T': /* TRUE */ + case 'y': /* yes */ + case 'Y': /* YES */ + case '1': /* 1 */ + ret = 1; + break; + default: + ret = def; + break; + } + } + return ret; +} /* * subject is expected to be in the format /type0=value0/type1=value1/type2=... * where characters may be escaped by \ */ X509_NAME *parse_name(char *subject, long chtype, int multirdn) - { - size_t buflen = strlen(subject)+1; /* to copy the types and values into. due to escaping, the copy can only become shorter */ - char *buf = OPENSSL_malloc(buflen); - size_t max_ne = buflen / 2 + 1; /* maximum number of name elements */ - char **ne_types = OPENSSL_malloc(max_ne * sizeof (char *)); - char **ne_values = OPENSSL_malloc(max_ne * sizeof (char *)); - int *mval = OPENSSL_malloc (max_ne * sizeof (int)); - - char *sp = subject, *bp = buf; - int i, ne_num = 0; - - X509_NAME *n = NULL; - int nid; - - if (!buf || !ne_types || !ne_values || !mval) - { - BIO_printf(bio_err, "malloc error\n"); - goto error; - } - - if (*subject != '/') - { - BIO_printf(bio_err, "Subject does not start with '/'.\n"); - goto error; - } - sp++; /* skip leading / */ - - /* no multivalued RDN by default */ - mval[ne_num] = 0; - - while (*sp) - { - /* collect type */ - ne_types[ne_num] = bp; - while (*sp) - { - if (*sp == '\\') /* is there anything to escape in the type...? */ - { - if (*++sp) - *bp++ = *sp++; - else - { - BIO_printf(bio_err, "escape character at end of string\n"); - goto error; - } - } - else if (*sp == '=') - { - sp++; - *bp++ = '\0'; - break; - } - else - *bp++ = *sp++; - } - if (!*sp) - { - BIO_printf(bio_err, "end of string encountered while processing type of subject name element #%d\n", ne_num); - goto error; - } - ne_values[ne_num] = bp; - while (*sp) - { - if (*sp == '\\') - { - if (*++sp) - *bp++ = *sp++; - else - { - BIO_printf(bio_err, "escape character at end of string\n"); - goto error; - } - } - else if (*sp == '/') - { - sp++; - /* no multivalued RDN by default */ - mval[ne_num+1] = 0; - break; - } - else if (*sp == '+' && multirdn) - { - /* a not escaped + signals a mutlivalued RDN */ - sp++; - mval[ne_num+1] = -1; - break; - } - else - *bp++ = *sp++; - } - *bp++ = '\0'; - ne_num++; - } - - if (!(n = X509_NAME_new())) - goto error; - - for (i = 0; i < ne_num; i++) - { - if ((nid=OBJ_txt2nid(ne_types[i])) == NID_undef) - { - BIO_printf(bio_err, "Subject Attribute %s has no known NID, skipped\n", ne_types[i]); - continue; - } - - if (!*ne_values[i]) - { - BIO_printf(bio_err, "No value provided for Subject Attribute %s, skipped\n", ne_types[i]); - continue; - } - - if (!X509_NAME_add_entry_by_NID(n, nid, chtype, (unsigned char*)ne_values[i], -1,-1,mval[i])) - goto error; - } - - OPENSSL_free(ne_values); - OPENSSL_free(ne_types); - OPENSSL_free(buf); - OPENSSL_free(mval); - return n; - -error: - X509_NAME_free(n); - if (ne_values) - OPENSSL_free(ne_values); - if (ne_types) - OPENSSL_free(ne_types); - if (mval) - OPENSSL_free(mval); - if (buf) - OPENSSL_free(buf); - return NULL; +{ + size_t buflen = strlen(subject) + 1; /* to copy the types and values + * into. due to escaping, the copy + * can only become shorter */ + char *buf = OPENSSL_malloc(buflen); + size_t max_ne = buflen / 2 + 1; /* maximum number of name elements */ + char **ne_types = OPENSSL_malloc(max_ne * sizeof(char *)); + char **ne_values = OPENSSL_malloc(max_ne * sizeof(char *)); + int *mval = OPENSSL_malloc(max_ne * sizeof(int)); + + char *sp = subject, *bp = buf; + int i, ne_num = 0; + + X509_NAME *n = NULL; + int nid; + + if (!buf || !ne_types || !ne_values || !mval) { + BIO_printf(bio_err, "malloc error\n"); + goto error; + } + + if (*subject != '/') { + BIO_printf(bio_err, "Subject does not start with '/'.\n"); + goto error; + } + sp++; /* skip leading / */ + + /* no multivalued RDN by default */ + mval[ne_num] = 0; + + while (*sp) { + /* collect type */ + ne_types[ne_num] = bp; + while (*sp) { + if (*sp == '\\') { /* is there anything to escape in the + * type...? */ + if (*++sp) + *bp++ = *sp++; + else { + BIO_printf(bio_err, + "escape character at end of string\n"); + goto error; + } + } else if (*sp == '=') { + sp++; + *bp++ = '\0'; + break; + } else + *bp++ = *sp++; + } + if (!*sp) { + BIO_printf(bio_err, + "end of string encountered while processing type of subject name element #%d\n", + ne_num); + goto error; + } + ne_values[ne_num] = bp; + while (*sp) { + if (*sp == '\\') { + if (*++sp) + *bp++ = *sp++; + else { + BIO_printf(bio_err, + "escape character at end of string\n"); + goto error; + } + } else if (*sp == '/') { + sp++; + /* no multivalued RDN by default */ + mval[ne_num + 1] = 0; + break; + } else if (*sp == '+' && multirdn) { + /* + * a not escaped + signals a mutlivalued RDN + */ + sp++; + mval[ne_num + 1] = -1; + break; + } else + *bp++ = *sp++; + } + *bp++ = '\0'; + ne_num++; + } + + if (!(n = X509_NAME_new())) + goto error; + + for (i = 0; i < ne_num; i++) { + if ((nid = OBJ_txt2nid(ne_types[i])) == NID_undef) { + BIO_printf(bio_err, + "Subject Attribute %s has no known NID, skipped\n", + ne_types[i]); + continue; + } + + if (!*ne_values[i]) { + BIO_printf(bio_err, + "No value provided for Subject Attribute %s, skipped\n", + ne_types[i]); + continue; + } + + if (!X509_NAME_add_entry_by_NID + (n, nid, chtype, (unsigned char *)ne_values[i], -1, -1, mval[i])) + goto error; + } + + OPENSSL_free(ne_values); + OPENSSL_free(ne_types); + OPENSSL_free(buf); + OPENSSL_free(mval); + return n; + + error: + X509_NAME_free(n); + if (ne_values) + OPENSSL_free(ne_values); + if (ne_types) + OPENSSL_free(ne_types); + if (mval) + OPENSSL_free(mval); + if (buf) + OPENSSL_free(buf); + return NULL; } int args_verify(char ***pargs, int *pargc, - int *badarg, BIO *err, X509_VERIFY_PARAM **pm) - { - ASN1_OBJECT *otmp = NULL; - unsigned long flags = 0; - int i; - int purpose = 0, depth = -1; - char **oldargs = *pargs; - char *arg = **pargs, *argn = (*pargs)[1]; - time_t at_time = 0; - if (!strcmp(arg, "-policy")) - { - if (!argn) - *badarg = 1; - else - { - otmp = OBJ_txt2obj(argn, 0); - if (!otmp) - { - BIO_printf(err, "Invalid Policy \"%s\"\n", - argn); - *badarg = 1; - } - } - (*pargs)++; - } - else if (strcmp(arg,"-purpose") == 0) - { - X509_PURPOSE *xptmp; - if (!argn) - *badarg = 1; - else - { - i = X509_PURPOSE_get_by_sname(argn); - if(i < 0) - { - BIO_printf(err, "unrecognized purpose\n"); - *badarg = 1; - } - else - { - xptmp = X509_PURPOSE_get0(i); - purpose = X509_PURPOSE_get_id(xptmp); - } - } - (*pargs)++; - } - else if (strcmp(arg,"-verify_depth") == 0) - { - if (!argn) - *badarg = 1; - else - { - depth = atoi(argn); - if(depth < 0) - { - BIO_printf(err, "invalid depth\n"); - *badarg = 1; - } - } - (*pargs)++; - } - else if (strcmp(arg,"-attime") == 0) - { - if (!argn) - *badarg = 1; - else - { - long timestamp; - /* interpret the -attime argument as seconds since - * Epoch */ - if (sscanf(argn, "%li", ×tamp) != 1) - { - BIO_printf(bio_err, - "Error parsing timestamp %s\n", - argn); - *badarg = 1; - } - /* on some platforms time_t may be a float */ - at_time = (time_t) timestamp; - } - (*pargs)++; - } - else if (!strcmp(arg, "-ignore_critical")) - flags |= X509_V_FLAG_IGNORE_CRITICAL; - else if (!strcmp(arg, "-issuer_checks")) - flags |= X509_V_FLAG_CB_ISSUER_CHECK; - else if (!strcmp(arg, "-crl_check")) - flags |= X509_V_FLAG_CRL_CHECK; - else if (!strcmp(arg, "-crl_check_all")) - flags |= X509_V_FLAG_CRL_CHECK|X509_V_FLAG_CRL_CHECK_ALL; - else if (!strcmp(arg, "-policy_check")) - flags |= X509_V_FLAG_POLICY_CHECK; - else if (!strcmp(arg, "-explicit_policy")) - flags |= X509_V_FLAG_EXPLICIT_POLICY; - else if (!strcmp(arg, "-inhibit_any")) - flags |= X509_V_FLAG_INHIBIT_ANY; - else if (!strcmp(arg, "-inhibit_map")) - flags |= X509_V_FLAG_INHIBIT_MAP; - else if (!strcmp(arg, "-x509_strict")) - flags |= X509_V_FLAG_X509_STRICT; - else if (!strcmp(arg, "-extended_crl")) - flags |= X509_V_FLAG_EXTENDED_CRL_SUPPORT; - else if (!strcmp(arg, "-use_deltas")) - flags |= X509_V_FLAG_USE_DELTAS; - else if (!strcmp(arg, "-policy_print")) - flags |= X509_V_FLAG_NOTIFY_POLICY; - else if (!strcmp(arg, "-check_ss_sig")) - flags |= X509_V_FLAG_CHECK_SS_SIGNATURE; - else - return 0; - - if (*badarg) - { - if (*pm) - X509_VERIFY_PARAM_free(*pm); - *pm = NULL; - goto end; - } - - if (!*pm && !(*pm = X509_VERIFY_PARAM_new())) - { - *badarg = 1; - goto end; - } - - if (otmp) - X509_VERIFY_PARAM_add0_policy(*pm, otmp); - if (flags) - X509_VERIFY_PARAM_set_flags(*pm, flags); - - if (purpose) - X509_VERIFY_PARAM_set_purpose(*pm, purpose); - - if (depth >= 0) - X509_VERIFY_PARAM_set_depth(*pm, depth); - - if (at_time) - X509_VERIFY_PARAM_set_time(*pm, at_time); - - end: - - (*pargs)++; - - if (pargc) - *pargc -= *pargs - oldargs; - - return 1; - - } - -/* Read whole contents of a BIO into an allocated memory buffer and - * return it. + int *badarg, BIO *err, X509_VERIFY_PARAM **pm) +{ + ASN1_OBJECT *otmp = NULL; + unsigned long flags = 0; + int i; + int purpose = 0, depth = -1; + char **oldargs = *pargs; + char *arg = **pargs, *argn = (*pargs)[1]; + time_t at_time = 0; + char *hostname = NULL; + char *email = NULL; + char *ipasc = NULL; + if (!strcmp(arg, "-policy")) { + if (!argn) + *badarg = 1; + else { + otmp = OBJ_txt2obj(argn, 0); + if (!otmp) { + BIO_printf(err, "Invalid Policy \"%s\"\n", argn); + *badarg = 1; + } + } + (*pargs)++; + } else if (strcmp(arg, "-purpose") == 0) { + X509_PURPOSE *xptmp; + if (!argn) + *badarg = 1; + else { + i = X509_PURPOSE_get_by_sname(argn); + if (i < 0) { + BIO_printf(err, "unrecognized purpose\n"); + *badarg = 1; + } else { + xptmp = X509_PURPOSE_get0(i); + purpose = X509_PURPOSE_get_id(xptmp); + } + } + (*pargs)++; + } else if (strcmp(arg, "-verify_depth") == 0) { + if (!argn) + *badarg = 1; + else { + depth = atoi(argn); + if (depth < 0) { + BIO_printf(err, "invalid depth\n"); + *badarg = 1; + } + } + (*pargs)++; + } else if (strcmp(arg, "-attime") == 0) { + if (!argn) + *badarg = 1; + else { + long timestamp; + /* + * interpret the -attime argument as seconds since Epoch + */ + if (sscanf(argn, "%li", ×tamp) != 1) { + BIO_printf(bio_err, "Error parsing timestamp %s\n", argn); + *badarg = 1; + } + /* on some platforms time_t may be a float */ + at_time = (time_t)timestamp; + } + (*pargs)++; + } else if (strcmp(arg, "-verify_hostname") == 0) { + if (!argn) + *badarg = 1; + hostname = argn; + (*pargs)++; + } else if (strcmp(arg, "-verify_email") == 0) { + if (!argn) + *badarg = 1; + email = argn; + (*pargs)++; + } else if (strcmp(arg, "-verify_ip") == 0) { + if (!argn) + *badarg = 1; + ipasc = argn; + (*pargs)++; + } else if (!strcmp(arg, "-ignore_critical")) + flags |= X509_V_FLAG_IGNORE_CRITICAL; + else if (!strcmp(arg, "-issuer_checks")) + flags |= X509_V_FLAG_CB_ISSUER_CHECK; + else if (!strcmp(arg, "-crl_check")) + flags |= X509_V_FLAG_CRL_CHECK; + else if (!strcmp(arg, "-crl_check_all")) + flags |= X509_V_FLAG_CRL_CHECK | X509_V_FLAG_CRL_CHECK_ALL; + else if (!strcmp(arg, "-policy_check")) + flags |= X509_V_FLAG_POLICY_CHECK; + else if (!strcmp(arg, "-explicit_policy")) + flags |= X509_V_FLAG_EXPLICIT_POLICY; + else if (!strcmp(arg, "-inhibit_any")) + flags |= X509_V_FLAG_INHIBIT_ANY; + else if (!strcmp(arg, "-inhibit_map")) + flags |= X509_V_FLAG_INHIBIT_MAP; + else if (!strcmp(arg, "-x509_strict")) + flags |= X509_V_FLAG_X509_STRICT; + else if (!strcmp(arg, "-extended_crl")) + flags |= X509_V_FLAG_EXTENDED_CRL_SUPPORT; + else if (!strcmp(arg, "-use_deltas")) + flags |= X509_V_FLAG_USE_DELTAS; + else if (!strcmp(arg, "-policy_print")) + flags |= X509_V_FLAG_NOTIFY_POLICY; + else if (!strcmp(arg, "-check_ss_sig")) + flags |= X509_V_FLAG_CHECK_SS_SIGNATURE; + else if (!strcmp(arg, "-trusted_first")) + flags |= X509_V_FLAG_TRUSTED_FIRST; + else if (!strcmp(arg, "-suiteB_128_only")) + flags |= X509_V_FLAG_SUITEB_128_LOS_ONLY; + else if (!strcmp(arg, "-suiteB_128")) + flags |= X509_V_FLAG_SUITEB_128_LOS; + else if (!strcmp(arg, "-suiteB_192")) + flags |= X509_V_FLAG_SUITEB_192_LOS; + else if (!strcmp(arg, "-partial_chain")) + flags |= X509_V_FLAG_PARTIAL_CHAIN; + else + return 0; + + if (*badarg) { + if (*pm) + X509_VERIFY_PARAM_free(*pm); + *pm = NULL; + goto end; + } + + if (!*pm && !(*pm = X509_VERIFY_PARAM_new())) { + *badarg = 1; + goto end; + } + + if (otmp) + X509_VERIFY_PARAM_add0_policy(*pm, otmp); + if (flags) + X509_VERIFY_PARAM_set_flags(*pm, flags); + + if (purpose) + X509_VERIFY_PARAM_set_purpose(*pm, purpose); + + if (depth >= 0) + X509_VERIFY_PARAM_set_depth(*pm, depth); + + if (at_time) + X509_VERIFY_PARAM_set_time(*pm, at_time); + + if (hostname && !X509_VERIFY_PARAM_set1_host(*pm, hostname, 0)) + *badarg = 1; + + if (email && !X509_VERIFY_PARAM_set1_email(*pm, email, 0)) + *badarg = 1; + + if (ipasc && !X509_VERIFY_PARAM_set1_ip_asc(*pm, ipasc)) + *badarg = 1; + + end: + + (*pargs)++; + + if (pargc) + *pargc -= *pargs - oldargs; + + return 1; + +} + +/* + * Read whole contents of a BIO into an allocated memory buffer and return + * it. */ int bio_to_mem(unsigned char **out, int maxlen, BIO *in) - { - BIO *mem; - int len, ret; - unsigned char tbuf[1024]; - mem = BIO_new(BIO_s_mem()); - if (!mem) - return -1; - for(;;) - { - if ((maxlen != -1) && maxlen < 1024) - len = maxlen; - else - len = 1024; - len = BIO_read(in, tbuf, len); - if (len <= 0) - break; - if (BIO_write(mem, tbuf, len) != len) - { - BIO_free(mem); - return -1; - } - maxlen -= len; - - if (maxlen == 0) - break; - } - ret = BIO_get_mem_data(mem, (char **)out); - BIO_set_flags(mem, BIO_FLAGS_MEM_RDONLY); - BIO_free(mem); - return ret; - } +{ + BIO *mem; + int len, ret; + unsigned char tbuf[1024]; + mem = BIO_new(BIO_s_mem()); + if (!mem) + return -1; + for (;;) { + if ((maxlen != -1) && maxlen < 1024) + len = maxlen; + else + len = 1024; + len = BIO_read(in, tbuf, len); + if (len <= 0) + break; + if (BIO_write(mem, tbuf, len) != len) { + BIO_free(mem); + return -1; + } + maxlen -= len; + + if (maxlen == 0) + break; + } + ret = BIO_get_mem_data(mem, (char **)out); + BIO_set_flags(mem, BIO_FLAGS_MEM_RDONLY); + BIO_free(mem); + return ret; +} int pkey_ctrl_string(EVP_PKEY_CTX *ctx, char *value) - { - int rv; - char *stmp, *vtmp = NULL; - stmp = BUF_strdup(value); - if (!stmp) - return -1; - vtmp = strchr(stmp, ':'); - if (vtmp) - { - *vtmp = 0; - vtmp++; - } - rv = EVP_PKEY_CTX_ctrl_str(ctx, stmp, vtmp); - OPENSSL_free(stmp); - return rv; - } +{ + int rv; + char *stmp, *vtmp = NULL; + stmp = BUF_strdup(value); + if (!stmp) + return -1; + vtmp = strchr(stmp, ':'); + if (vtmp) { + *vtmp = 0; + vtmp++; + } + rv = EVP_PKEY_CTX_ctrl_str(ctx, stmp, vtmp); + OPENSSL_free(stmp); + return rv; +} static void nodes_print(BIO *out, const char *name, - STACK_OF(X509_POLICY_NODE) *nodes) - { - X509_POLICY_NODE *node; - int i; - BIO_printf(out, "%s Policies:", name); - if (nodes) - { - BIO_puts(out, "\n"); - for (i = 0; i < sk_X509_POLICY_NODE_num(nodes); i++) - { - node = sk_X509_POLICY_NODE_value(nodes, i); - X509_POLICY_NODE_print(out, node, 2); - } - } - else - BIO_puts(out, " \n"); - } + STACK_OF(X509_POLICY_NODE) *nodes) +{ + X509_POLICY_NODE *node; + int i; + BIO_printf(out, "%s Policies:", name); + if (nodes) { + BIO_puts(out, "\n"); + for (i = 0; i < sk_X509_POLICY_NODE_num(nodes); i++) { + node = sk_X509_POLICY_NODE_value(nodes, i); + X509_POLICY_NODE_print(out, node, 2); + } + } else + BIO_puts(out, " \n"); +} void policies_print(BIO *out, X509_STORE_CTX *ctx) - { - X509_POLICY_TREE *tree; - int explicit_policy; - int free_out = 0; - if (out == NULL) - { - out = BIO_new_fp(stderr, BIO_NOCLOSE); - free_out = 1; - } - tree = X509_STORE_CTX_get0_policy_tree(ctx); - explicit_policy = X509_STORE_CTX_get_explicit_policy(ctx); - - BIO_printf(out, "Require explicit Policy: %s\n", - explicit_policy ? "True" : "False"); - - nodes_print(out, "Authority", X509_policy_tree_get0_policies(tree)); - nodes_print(out, "User", X509_policy_tree_get0_user_policies(tree)); - if (free_out) - BIO_free(out); - } +{ + X509_POLICY_TREE *tree; + int explicit_policy; + int free_out = 0; + if (out == NULL) { + out = BIO_new_fp(stderr, BIO_NOCLOSE); + free_out = 1; + } + tree = X509_STORE_CTX_get0_policy_tree(ctx); + explicit_policy = X509_STORE_CTX_get_explicit_policy(ctx); + + BIO_printf(out, "Require explicit Policy: %s\n", + explicit_policy ? "True" : "False"); + + nodes_print(out, "Authority", X509_policy_tree_get0_policies(tree)); + nodes_print(out, "User", X509_policy_tree_get0_user_policies(tree)); + if (free_out) + BIO_free(out); +} #if !defined(OPENSSL_NO_JPAKE) && !defined(OPENSSL_NO_PSK) static JPAKE_CTX *jpake_init(const char *us, const char *them, - const char *secret) - { - BIGNUM *p = NULL; - BIGNUM *g = NULL; - BIGNUM *q = NULL; - BIGNUM *bnsecret = BN_new(); - JPAKE_CTX *ctx; - - /* Use a safe prime for p (that we found earlier) */ - BN_hex2bn(&p, "F9E5B365665EA7A05A9C534502780FEE6F1AB5BD4F49947FD036DBD7E905269AF46EF28B0FC07487EE4F5D20FB3C0AF8E700F3A2FA3414970CBED44FEDFF80CE78D800F184BB82435D137AADA2C6C16523247930A63B85661D1FC817A51ACD96168E95898A1F83A79FFB529368AA7833ABD1B0C3AEDDB14D2E1A2F71D99F763F"); - g = BN_new(); - BN_set_word(g, 2); - q = BN_new(); - BN_rshift1(q, p); - - BN_bin2bn((const unsigned char *)secret, strlen(secret), bnsecret); - - ctx = JPAKE_CTX_new(us, them, p, g, q, bnsecret); - BN_free(bnsecret); - BN_free(q); - BN_free(g); - BN_free(p); - - return ctx; - } + const char *secret) +{ + BIGNUM *p = NULL; + BIGNUM *g = NULL; + BIGNUM *q = NULL; + BIGNUM *bnsecret = BN_new(); + JPAKE_CTX *ctx; + + /* Use a safe prime for p (that we found earlier) */ + BN_hex2bn(&p, + "F9E5B365665EA7A05A9C534502780FEE6F1AB5BD4F49947FD036DBD7E905269AF46EF28B0FC07487EE4F5D20FB3C0AF8E700F3A2FA3414970CBED44FEDFF80CE78D800F184BB82435D137AADA2C6C16523247930A63B85661D1FC817A51ACD96168E95898A1F83A79FFB529368AA7833ABD1B0C3AEDDB14D2E1A2F71D99F763F"); + g = BN_new(); + BN_set_word(g, 2); + q = BN_new(); + BN_rshift1(q, p); + + BN_bin2bn((const unsigned char *)secret, strlen(secret), bnsecret); + + ctx = JPAKE_CTX_new(us, them, p, g, q, bnsecret); + BN_free(bnsecret); + BN_free(q); + BN_free(g); + BN_free(p); + + return ctx; +} static void jpake_send_part(BIO *conn, const JPAKE_STEP_PART *p) - { - BN_print(conn, p->gx); - BIO_puts(conn, "\n"); - BN_print(conn, p->zkpx.gr); - BIO_puts(conn, "\n"); - BN_print(conn, p->zkpx.b); - BIO_puts(conn, "\n"); - } +{ + BN_print(conn, p->gx); + BIO_puts(conn, "\n"); + BN_print(conn, p->zkpx.gr); + BIO_puts(conn, "\n"); + BN_print(conn, p->zkpx.b); + BIO_puts(conn, "\n"); +} static void jpake_send_step1(BIO *bconn, JPAKE_CTX *ctx) - { - JPAKE_STEP1 s1; - - JPAKE_STEP1_init(&s1); - JPAKE_STEP1_generate(&s1, ctx); - jpake_send_part(bconn, &s1.p1); - jpake_send_part(bconn, &s1.p2); - (void)BIO_flush(bconn); - JPAKE_STEP1_release(&s1); - } +{ + JPAKE_STEP1 s1; + + JPAKE_STEP1_init(&s1); + JPAKE_STEP1_generate(&s1, ctx); + jpake_send_part(bconn, &s1.p1); + jpake_send_part(bconn, &s1.p2); + (void)BIO_flush(bconn); + JPAKE_STEP1_release(&s1); +} static void jpake_send_step2(BIO *bconn, JPAKE_CTX *ctx) - { - JPAKE_STEP2 s2; +{ + JPAKE_STEP2 s2; - JPAKE_STEP2_init(&s2); - JPAKE_STEP2_generate(&s2, ctx); - jpake_send_part(bconn, &s2); - (void)BIO_flush(bconn); - JPAKE_STEP2_release(&s2); - } + JPAKE_STEP2_init(&s2); + JPAKE_STEP2_generate(&s2, ctx); + jpake_send_part(bconn, &s2); + (void)BIO_flush(bconn); + JPAKE_STEP2_release(&s2); +} static void jpake_send_step3a(BIO *bconn, JPAKE_CTX *ctx) - { - JPAKE_STEP3A s3a; +{ + JPAKE_STEP3A s3a; - JPAKE_STEP3A_init(&s3a); - JPAKE_STEP3A_generate(&s3a, ctx); - BIO_write(bconn, s3a.hhk, sizeof s3a.hhk); - (void)BIO_flush(bconn); - JPAKE_STEP3A_release(&s3a); - } + JPAKE_STEP3A_init(&s3a); + JPAKE_STEP3A_generate(&s3a, ctx); + BIO_write(bconn, s3a.hhk, sizeof s3a.hhk); + (void)BIO_flush(bconn); + JPAKE_STEP3A_release(&s3a); +} static void jpake_send_step3b(BIO *bconn, JPAKE_CTX *ctx) - { - JPAKE_STEP3B s3b; +{ + JPAKE_STEP3B s3b; - JPAKE_STEP3B_init(&s3b); - JPAKE_STEP3B_generate(&s3b, ctx); - BIO_write(bconn, s3b.hk, sizeof s3b.hk); - (void)BIO_flush(bconn); - JPAKE_STEP3B_release(&s3b); - } + JPAKE_STEP3B_init(&s3b); + JPAKE_STEP3B_generate(&s3b, ctx); + BIO_write(bconn, s3b.hk, sizeof s3b.hk); + (void)BIO_flush(bconn); + JPAKE_STEP3B_release(&s3b); +} static void readbn(BIGNUM **bn, BIO *bconn) - { - char buf[10240]; - int l; - - l = BIO_gets(bconn, buf, sizeof buf); - assert(l > 0); - assert(buf[l-1] == '\n'); - buf[l-1] = '\0'; - BN_hex2bn(bn, buf); - } +{ + char buf[10240]; + int l; + + l = BIO_gets(bconn, buf, sizeof buf); + assert(l > 0); + assert(buf[l - 1] == '\n'); + buf[l - 1] = '\0'; + BN_hex2bn(bn, buf); +} static void jpake_receive_part(JPAKE_STEP_PART *p, BIO *bconn) - { - readbn(&p->gx, bconn); - readbn(&p->zkpx.gr, bconn); - readbn(&p->zkpx.b, bconn); - } +{ + readbn(&p->gx, bconn); + readbn(&p->zkpx.gr, bconn); + readbn(&p->zkpx.b, bconn); +} static void jpake_receive_step1(JPAKE_CTX *ctx, BIO *bconn) - { - JPAKE_STEP1 s1; - - JPAKE_STEP1_init(&s1); - jpake_receive_part(&s1.p1, bconn); - jpake_receive_part(&s1.p2, bconn); - if(!JPAKE_STEP1_process(ctx, &s1)) - { - ERR_print_errors(bio_err); - exit(1); - } - JPAKE_STEP1_release(&s1); - } +{ + JPAKE_STEP1 s1; + + JPAKE_STEP1_init(&s1); + jpake_receive_part(&s1.p1, bconn); + jpake_receive_part(&s1.p2, bconn); + if (!JPAKE_STEP1_process(ctx, &s1)) { + ERR_print_errors(bio_err); + exit(1); + } + JPAKE_STEP1_release(&s1); +} static void jpake_receive_step2(JPAKE_CTX *ctx, BIO *bconn) - { - JPAKE_STEP2 s2; - - JPAKE_STEP2_init(&s2); - jpake_receive_part(&s2, bconn); - if(!JPAKE_STEP2_process(ctx, &s2)) - { - ERR_print_errors(bio_err); - exit(1); - } - JPAKE_STEP2_release(&s2); - } +{ + JPAKE_STEP2 s2; + + JPAKE_STEP2_init(&s2); + jpake_receive_part(&s2, bconn); + if (!JPAKE_STEP2_process(ctx, &s2)) { + ERR_print_errors(bio_err); + exit(1); + } + JPAKE_STEP2_release(&s2); +} static void jpake_receive_step3a(JPAKE_CTX *ctx, BIO *bconn) - { - JPAKE_STEP3A s3a; - int l; - - JPAKE_STEP3A_init(&s3a); - l = BIO_read(bconn, s3a.hhk, sizeof s3a.hhk); - assert(l == sizeof s3a.hhk); - if(!JPAKE_STEP3A_process(ctx, &s3a)) - { - ERR_print_errors(bio_err); - exit(1); - } - JPAKE_STEP3A_release(&s3a); - } +{ + JPAKE_STEP3A s3a; + int l; + + JPAKE_STEP3A_init(&s3a); + l = BIO_read(bconn, s3a.hhk, sizeof s3a.hhk); + assert(l == sizeof s3a.hhk); + if (!JPAKE_STEP3A_process(ctx, &s3a)) { + ERR_print_errors(bio_err); + exit(1); + } + JPAKE_STEP3A_release(&s3a); +} static void jpake_receive_step3b(JPAKE_CTX *ctx, BIO *bconn) - { - JPAKE_STEP3B s3b; - int l; - - JPAKE_STEP3B_init(&s3b); - l = BIO_read(bconn, s3b.hk, sizeof s3b.hk); - assert(l == sizeof s3b.hk); - if(!JPAKE_STEP3B_process(ctx, &s3b)) - { - ERR_print_errors(bio_err); - exit(1); - } - JPAKE_STEP3B_release(&s3b); - } +{ + JPAKE_STEP3B s3b; + int l; + + JPAKE_STEP3B_init(&s3b); + l = BIO_read(bconn, s3b.hk, sizeof s3b.hk); + assert(l == sizeof s3b.hk); + if (!JPAKE_STEP3B_process(ctx, &s3b)) { + ERR_print_errors(bio_err); + exit(1); + } + JPAKE_STEP3B_release(&s3b); +} void jpake_client_auth(BIO *out, BIO *conn, const char *secret) - { - JPAKE_CTX *ctx; - BIO *bconn; +{ + JPAKE_CTX *ctx; + BIO *bconn; + + BIO_puts(out, "Authenticating with JPAKE\n"); - BIO_puts(out, "Authenticating with JPAKE\n"); + ctx = jpake_init("client", "server", secret); - ctx = jpake_init("client", "server", secret); + bconn = BIO_new(BIO_f_buffer()); + BIO_push(bconn, conn); - bconn = BIO_new(BIO_f_buffer()); - BIO_push(bconn, conn); + jpake_send_step1(bconn, ctx); + jpake_receive_step1(ctx, bconn); + jpake_send_step2(bconn, ctx); + jpake_receive_step2(ctx, bconn); + jpake_send_step3a(bconn, ctx); + jpake_receive_step3b(ctx, bconn); - jpake_send_step1(bconn, ctx); - jpake_receive_step1(ctx, bconn); - jpake_send_step2(bconn, ctx); - jpake_receive_step2(ctx, bconn); - jpake_send_step3a(bconn, ctx); - jpake_receive_step3b(ctx, bconn); + BIO_puts(out, "JPAKE authentication succeeded, setting PSK\n"); - BIO_puts(out, "JPAKE authentication succeeded, setting PSK\n"); + if (psk_key) + OPENSSL_free(psk_key); - psk_key = BN_bn2hex(JPAKE_get_shared_key(ctx)); + psk_key = BN_bn2hex(JPAKE_get_shared_key(ctx)); - BIO_pop(bconn); - BIO_free(bconn); + BIO_pop(bconn); + BIO_free(bconn); - JPAKE_CTX_free(ctx); - } + JPAKE_CTX_free(ctx); +} void jpake_server_auth(BIO *out, BIO *conn, const char *secret) - { - JPAKE_CTX *ctx; - BIO *bconn; +{ + JPAKE_CTX *ctx; + BIO *bconn; + + BIO_puts(out, "Authenticating with JPAKE\n"); - BIO_puts(out, "Authenticating with JPAKE\n"); + ctx = jpake_init("server", "client", secret); - ctx = jpake_init("server", "client", secret); + bconn = BIO_new(BIO_f_buffer()); + BIO_push(bconn, conn); - bconn = BIO_new(BIO_f_buffer()); - BIO_push(bconn, conn); + jpake_receive_step1(ctx, bconn); + jpake_send_step1(bconn, ctx); + jpake_receive_step2(ctx, bconn); + jpake_send_step2(bconn, ctx); + jpake_receive_step3a(ctx, bconn); + jpake_send_step3b(bconn, ctx); - jpake_receive_step1(ctx, bconn); - jpake_send_step1(bconn, ctx); - jpake_receive_step2(ctx, bconn); - jpake_send_step2(bconn, ctx); - jpake_receive_step3a(ctx, bconn); - jpake_send_step3b(bconn, ctx); + BIO_puts(out, "JPAKE authentication succeeded, setting PSK\n"); - BIO_puts(out, "JPAKE authentication succeeded, setting PSK\n"); + if (psk_key) + OPENSSL_free(psk_key); - psk_key = BN_bn2hex(JPAKE_get_shared_key(ctx)); + psk_key = BN_bn2hex(JPAKE_get_shared_key(ctx)); - BIO_pop(bconn); - BIO_free(bconn); + BIO_pop(bconn); + BIO_free(bconn); - JPAKE_CTX_free(ctx); - } + JPAKE_CTX_free(ctx); +} #endif -#if !defined(OPENSSL_NO_TLSEXT) && !defined(OPENSSL_NO_NEXTPROTONEG) -/* next_protos_parse parses a comma separated list of strings into a string +#ifndef OPENSSL_NO_TLSEXT +/*- + * next_protos_parse parses a comma separated list of strings into a string * in a format suitable for passing to SSL_CTX_set_next_protos_advertised. * outlen: (output) set to the length of the resulting buffer on success. * err: (maybe NULL) on failure, an error message line is written to this BIO. @@ -2737,39 +2737,134 @@ void jpake_server_auth(BIO *out, BIO *conn, const char *secret) * returns: a malloced buffer or NULL on failure. */ unsigned char *next_protos_parse(unsigned short *outlen, const char *in) - { - size_t len; - unsigned char *out; - size_t i, start = 0; - - len = strlen(in); - if (len >= 65535) - return NULL; - - out = OPENSSL_malloc(strlen(in) + 1); - if (!out) - return NULL; - - for (i = 0; i <= len; ++i) - { - if (i == len || in[i] == ',') - { - if (i - start > 255) - { - OPENSSL_free(out); - return NULL; - } - out[start] = i - start; - start = i + 1; - } - else - out[i+1] = in[i]; - } - - *outlen = len + 1; - return out; - } -#endif /* !OPENSSL_NO_TLSEXT && !OPENSSL_NO_NEXTPROTONEG */ +{ + size_t len; + unsigned char *out; + size_t i, start = 0; + + len = strlen(in); + if (len >= 65535) + return NULL; + + out = OPENSSL_malloc(strlen(in) + 1); + if (!out) + return NULL; + + for (i = 0; i <= len; ++i) { + if (i == len || in[i] == ',') { + if (i - start > 255) { + OPENSSL_free(out); + return NULL; + } + out[start] = i - start; + start = i + 1; + } else + out[i + 1] = in[i]; + } + + *outlen = len + 1; + return out; +} +#endif /* ndef OPENSSL_NO_TLSEXT */ + +void print_cert_checks(BIO *bio, X509 *x, + const char *checkhost, + const char *checkemail, const char *checkip) +{ + if (x == NULL) + return; + if (checkhost) { + BIO_printf(bio, "Hostname %s does%s match certificate\n", + checkhost, X509_check_host(x, checkhost, 0, 0, NULL) + ? "" : " NOT"); + } + + if (checkemail) { + BIO_printf(bio, "Email %s does%s match certificate\n", + checkemail, X509_check_email(x, checkemail, 0, + 0) ? "" : " NOT"); + } + + if (checkip) { + BIO_printf(bio, "IP %s does%s match certificate\n", + checkip, X509_check_ip_asc(x, checkip, 0) ? "" : " NOT"); + } +} + +/* Get first http URL from a DIST_POINT structure */ + +static const char *get_dp_url(DIST_POINT *dp) +{ + GENERAL_NAMES *gens; + GENERAL_NAME *gen; + int i, gtype; + ASN1_STRING *uri; + if (!dp->distpoint || dp->distpoint->type != 0) + return NULL; + gens = dp->distpoint->name.fullname; + for (i = 0; i < sk_GENERAL_NAME_num(gens); i++) { + gen = sk_GENERAL_NAME_value(gens, i); + uri = GENERAL_NAME_get0_value(gen, >ype); + if (gtype == GEN_URI && ASN1_STRING_length(uri) > 6) { + char *uptr = (char *)ASN1_STRING_data(uri); + if (!strncmp(uptr, "http://", 7)) + return uptr; + } + } + return NULL; +} + +/* + * Look through a CRLDP structure and attempt to find an http URL to + * downloads a CRL from. + */ + +static X509_CRL *load_crl_crldp(STACK_OF(DIST_POINT) *crldp) +{ + int i; + const char *urlptr = NULL; + for (i = 0; i < sk_DIST_POINT_num(crldp); i++) { + DIST_POINT *dp = sk_DIST_POINT_value(crldp, i); + urlptr = get_dp_url(dp); + if (urlptr) + return load_crl(urlptr, FORMAT_HTTP); + } + return NULL; +} + +/* + * Example of downloading CRLs from CRLDP: not usable for real world as it + * always downloads, doesn't support non-blocking I/O and doesn't cache + * anything. + */ + +static STACK_OF(X509_CRL) *crls_http_cb(X509_STORE_CTX *ctx, X509_NAME *nm) +{ + X509 *x; + STACK_OF(X509_CRL) *crls = NULL; + X509_CRL *crl; + STACK_OF(DIST_POINT) *crldp; + x = X509_STORE_CTX_get_current_cert(ctx); + crldp = X509_get_ext_d2i(x, NID_crl_distribution_points, NULL, NULL); + crl = load_crl_crldp(crldp); + sk_DIST_POINT_pop_free(crldp, DIST_POINT_free); + if (!crl) + return NULL; + crls = sk_X509_CRL_new_null(); + sk_X509_CRL_push(crls, crl); + /* Try to download delta CRL */ + crldp = X509_get_ext_d2i(x, NID_freshest_crl, NULL, NULL); + crl = load_crl_crldp(crldp); + sk_DIST_POINT_pop_free(crldp, DIST_POINT_free); + if (crl) + sk_X509_CRL_push(crls, crl); + return crls; +} + +void store_setup_crl_download(X509_STORE *st) +{ + X509_STORE_set_lookup_crls_cb(st, crls_http_cb); +} /* * Platform-specific sections @@ -2784,315 +2879,332 @@ unsigned char *next_protos_parse(unsigned short *outlen, const char *in) # include static int WIN32_rename(const char *from, const char *to) - { - TCHAR *tfrom=NULL,*tto; - DWORD err; - int ret=0; - - if (sizeof(TCHAR) == 1) - { - tfrom = (TCHAR *)from; - tto = (TCHAR *)to; - } - else /* UNICODE path */ - { - size_t i,flen=strlen(from)+1,tlen=strlen(to)+1; - tfrom = (TCHAR *)malloc(sizeof(TCHAR)*(flen+tlen)); - if (tfrom==NULL) goto err; - tto=tfrom+flen; -#if !defined(_WIN32_WCE) || _WIN32_WCE>=101 - if (!MultiByteToWideChar(CP_ACP,0,from,flen,(WCHAR *)tfrom,flen)) -#endif - for (i=0;i=101 - if (!MultiByteToWideChar(CP_ACP,0,to, tlen,(WCHAR *)tto, tlen)) -#endif - for (i=0;i=101 + if (!MultiByteToWideChar(CP_ACP, 0, from, flen, (WCHAR *)tfrom, flen)) +# endif + for (i = 0; i < flen; i++) + tfrom[i] = (TCHAR)from[i]; +# if !defined(_WIN32_WCE) || _WIN32_WCE>=101 + if (!MultiByteToWideChar(CP_ACP, 0, to, tlen, (WCHAR *)tto, tlen)) +# endif + for (i = 0; i < tlen; i++) + tto[i] = (TCHAR)to[i]; + } + + if (MoveFile(tfrom, tto)) + goto ok; + err = GetLastError(); + if (err == ERROR_ALREADY_EXISTS || err == ERROR_FILE_EXISTS) { + if (DeleteFile(tto) && MoveFile(tfrom, tto)) + goto ok; + err = GetLastError(); + } + if (err == ERROR_FILE_NOT_FOUND || err == ERROR_PATH_NOT_FOUND) + errno = ENOENT; + else if (err == ERROR_ACCESS_DENIED) + errno = EACCES; + else + errno = EINVAL; /* we could map more codes... */ + err: + ret = -1; + ok: + if (tfrom != NULL && tfrom != (TCHAR *)from) + free(tfrom); + return ret; +} #endif /* app_tminterval section */ #if defined(_WIN32) -double app_tminterval(int stop,int usertime) - { - FILETIME now; - double ret=0; - static ULARGE_INTEGER tmstart; - static int warning=1; -#ifdef _WIN32_WINNT - static HANDLE proc=NULL; - - if (proc==NULL) - { - if (check_winnt()) - proc = OpenProcess(PROCESS_QUERY_INFORMATION,FALSE, - GetCurrentProcessId()); - if (proc==NULL) proc = (HANDLE)-1; - } - - if (usertime && proc!=(HANDLE)-1) - { - FILETIME junk; - GetProcessTimes(proc,&junk,&junk,&junk,&now); - } - else -#endif - { - SYSTEMTIME systime; - - if (usertime && warning) - { - BIO_printf(bio_err,"To get meaningful results, run " - "this program on idle system.\n"); - warning=0; - } - GetSystemTime(&systime); - SystemTimeToFileTime(&systime,&now); - } - - if (stop==TM_START) - { - tmstart.u.LowPart = now.dwLowDateTime; - tmstart.u.HighPart = now.dwHighDateTime; - } - else { - ULARGE_INTEGER tmstop; - - tmstop.u.LowPart = now.dwLowDateTime; - tmstop.u.HighPart = now.dwHighDateTime; - - ret = (__int64)(tmstop.QuadPart - tmstart.QuadPart)*1e-7; - } - - return (ret); - } - -#elif defined(OPENSSL_SYS_NETWARE) -#include - -double app_tminterval(int stop,int usertime) - { - double ret=0; - static clock_t tmstart; - static int warning=1; +double app_tminterval(int stop, int usertime) +{ + FILETIME now; + double ret = 0; + static ULARGE_INTEGER tmstart; + static int warning = 1; +# ifdef _WIN32_WINNT + static HANDLE proc = NULL; + + if (proc == NULL) { + if (check_winnt()) + proc = OpenProcess(PROCESS_QUERY_INFORMATION, FALSE, + GetCurrentProcessId()); + if (proc == NULL) + proc = (HANDLE) - 1; + } + + if (usertime && proc != (HANDLE) - 1) { + FILETIME junk; + GetProcessTimes(proc, &junk, &junk, &junk, &now); + } else +# endif + { + SYSTEMTIME systime; - if (usertime && warning) - { - BIO_printf(bio_err,"To get meaningful results, run " - "this program on idle system.\n"); - warning=0; - } + if (usertime && warning) { + BIO_printf(bio_err, "To get meaningful results, run " + "this program on idle system.\n"); + warning = 0; + } + GetSystemTime(&systime); + SystemTimeToFileTime(&systime, &now); + } - if (stop==TM_START) tmstart = clock(); - else ret = (clock()-tmstart)/(double)CLOCKS_PER_SEC; + if (stop == TM_START) { + tmstart.u.LowPart = now.dwLowDateTime; + tmstart.u.HighPart = now.dwHighDateTime; + } else { + ULARGE_INTEGER tmstop; - return (ret); - } + tmstop.u.LowPart = now.dwLowDateTime; + tmstop.u.HighPart = now.dwHighDateTime; -#elif defined(OPENSSL_SYSTEM_VXWORKS) -#include - -double app_tminterval(int stop,int usertime) - { - double ret=0; -#ifdef CLOCK_REALTIME - static struct timespec tmstart; - struct timespec now; -#else - static unsigned long tmstart; - unsigned long now; -#endif - static int warning=1; - - if (usertime && warning) - { - BIO_printf(bio_err,"To get meaningful results, run " - "this program on idle system.\n"); - warning=0; - } - -#ifdef CLOCK_REALTIME - clock_gettime(CLOCK_REALTIME,&now); - if (stop==TM_START) tmstart = now; - else ret = ( (now.tv_sec+now.tv_nsec*1e-9) - - (tmstart.tv_sec+tmstart.tv_nsec*1e-9) ); -#else - now = tickGet(); - if (stop==TM_START) tmstart = now; - else ret = (now - tmstart)/(double)sysClkRateGet(); -#endif - return (ret); - } + ret = (__int64)(tmstop.QuadPart - tmstart.QuadPart) * 1e-7; + } -#elif defined(OPENSSL_SYSTEM_VMS) -#include -#include - -double app_tminterval(int stop,int usertime) - { - static clock_t tmstart; - double ret = 0; - clock_t now; -#ifdef __TMS - struct tms rus; - - now = times(&rus); - if (usertime) now = rus.tms_utime; -#else - if (usertime) - now = clock(); /* sum of user and kernel times */ - else { - struct timeval tv; - gettimeofday(&tv,NULL); - now = (clock_t)( - (unsigned long long)tv.tv_sec*CLK_TCK + - (unsigned long long)tv.tv_usec*(1000000/CLK_TCK) - ); - } -#endif - if (stop==TM_START) tmstart = now; - else ret = (now - tmstart)/(double)(CLK_TCK); + return (ret); +} - return (ret); - } +#elif defined(OPENSSL_SYS_NETWARE) +# include -#elif defined(_SC_CLK_TCK) /* by means of unistd.h */ -#include +double app_tminterval(int stop, int usertime) +{ + double ret = 0; + static clock_t tmstart; + static int warning = 1; + + if (usertime && warning) { + BIO_printf(bio_err, "To get meaningful results, run " + "this program on idle system.\n"); + warning = 0; + } + + if (stop == TM_START) + tmstart = clock(); + else + ret = (clock() - tmstart) / (double)CLOCKS_PER_SEC; + + return (ret); +} -double app_tminterval(int stop,int usertime) - { - double ret = 0; - struct tms rus; - clock_t now = times(&rus); - static clock_t tmstart; +#elif defined(OPENSSL_SYSTEM_VXWORKS) +# include - if (usertime) now = rus.tms_utime; +double app_tminterval(int stop, int usertime) +{ + double ret = 0; +# ifdef CLOCK_REALTIME + static struct timespec tmstart; + struct timespec now; +# else + static unsigned long tmstart; + unsigned long now; +# endif + static int warning = 1; + + if (usertime && warning) { + BIO_printf(bio_err, "To get meaningful results, run " + "this program on idle system.\n"); + warning = 0; + } +# ifdef CLOCK_REALTIME + clock_gettime(CLOCK_REALTIME, &now); + if (stop == TM_START) + tmstart = now; + else + ret = ((now.tv_sec + now.tv_nsec * 1e-9) + - (tmstart.tv_sec + tmstart.tv_nsec * 1e-9)); +# else + now = tickGet(); + if (stop == TM_START) + tmstart = now; + else + ret = (now - tmstart) / (double)sysClkRateGet(); +# endif + return (ret); +} - if (stop==TM_START) tmstart = now; - else - { - long int tck = sysconf(_SC_CLK_TCK); - ret = (now - tmstart)/(double)tck; - } +#elif defined(OPENSSL_SYSTEM_VMS) +# include +# include - return (ret); - } +double app_tminterval(int stop, int usertime) +{ + static clock_t tmstart; + double ret = 0; + clock_t now; +# ifdef __TMS + struct tms rus; + + now = times(&rus); + if (usertime) + now = rus.tms_utime; +# else + if (usertime) + now = clock(); /* sum of user and kernel times */ + else { + struct timeval tv; + gettimeofday(&tv, NULL); + now = (clock_t)((unsigned long long)tv.tv_sec * CLK_TCK + + (unsigned long long)tv.tv_usec * (1000000 / CLK_TCK) + ); + } +# endif + if (stop == TM_START) + tmstart = now; + else + ret = (now - tmstart) / (double)(CLK_TCK); -#else -#include -#include + return (ret); +} -double app_tminterval(int stop,int usertime) - { - double ret = 0; - struct rusage rus; - struct timeval now; - static struct timeval tmstart; +#elif defined(_SC_CLK_TCK) /* by means of unistd.h */ +# include - if (usertime) getrusage(RUSAGE_SELF,&rus), now = rus.ru_utime; - else gettimeofday(&now,NULL); +double app_tminterval(int stop, int usertime) +{ + double ret = 0; + struct tms rus; + clock_t now = times(&rus); + static clock_t tmstart; + + if (usertime) + now = rus.tms_utime; + + if (stop == TM_START) + tmstart = now; + else { + long int tck = sysconf(_SC_CLK_TCK); + ret = (now - tmstart) / (double)tck; + } + + return (ret); +} - if (stop==TM_START) tmstart = now; - else ret = ( (now.tv_sec+now.tv_usec*1e-6) - - (tmstart.tv_sec+tmstart.tv_usec*1e-6) ); +#else +# include +# include - return ret; - } +double app_tminterval(int stop, int usertime) +{ + double ret = 0; + struct rusage rus; + struct timeval now; + static struct timeval tmstart; + + if (usertime) + getrusage(RUSAGE_SELF, &rus), now = rus.ru_utime; + else + gettimeofday(&now, NULL); + + if (stop == TM_START) + tmstart = now; + else + ret = ((now.tv_sec + now.tv_usec * 1e-6) + - (tmstart.tv_sec + tmstart.tv_usec * 1e-6)); + + return ret; +} #endif /* app_isdir section */ #ifdef _WIN32 int app_isdir(const char *name) - { - HANDLE hList; - WIN32_FIND_DATA FileData; -#if defined(UNICODE) || defined(_UNICODE) - size_t i, len_0 = strlen(name)+1; - - if (len_0 > sizeof(FileData.cFileName)/sizeof(FileData.cFileName[0])) - return -1; - -#if !defined(_WIN32_WCE) || _WIN32_WCE>=101 - if (!MultiByteToWideChar(CP_ACP,0,name,len_0,FileData.cFileName,len_0)) -#endif - for (i=0;i sizeof(FileData.cFileName) / sizeof(FileData.cFileName[0])) + return -1; + +# if !defined(_WIN32_WCE) || _WIN32_WCE>=101 + if (!MultiByteToWideChar + (CP_ACP, 0, name, len_0, FileData.cFileName, len_0)) +# endif + for (i = 0; i < len_0; i++) + FileData.cFileName[i] = (WCHAR)name[i]; + + hList = FindFirstFile(FileData.cFileName, &FileData); +# else + hList = FindFirstFile(name, &FileData); +# endif + if (hList == INVALID_HANDLE_VALUE) + return -1; + FindClose(hList); + return ((FileData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) != 0); +} #else -#include -#ifndef S_ISDIR -# if defined(_S_IFMT) && defined(_S_IFDIR) -# define S_ISDIR(a) (((a) & _S_IFMT) == _S_IFDIR) -# else -# define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) -# endif -#endif +# include +# ifndef S_ISDIR +# if defined(_S_IFMT) && defined(_S_IFDIR) +# define S_ISDIR(a) (((a) & _S_IFMT) == _S_IFDIR) +# else +# define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) +# endif +# endif int app_isdir(const char *name) - { -#if defined(S_ISDIR) - struct stat st; - - if (stat(name,&st)==0) return S_ISDIR(st.st_mode); - else return -1; -#else - return -1; -#endif - } +{ +# if defined(S_ISDIR) + struct stat st; + + if (stat(name, &st) == 0) + return S_ISDIR(st.st_mode); + else + return -1; +# else + return -1; +# endif +} #endif /* raw_read|write section */ #if defined(_WIN32) && defined(STD_INPUT_HANDLE) -int raw_read_stdin(void *buf,int siz) - { - DWORD n; - if (ReadFile(GetStdHandle(STD_INPUT_HANDLE),buf,siz,&n,NULL)) - return (n); - else return (-1); - } +int raw_read_stdin(void *buf, int siz) +{ + DWORD n; + if (ReadFile(GetStdHandle(STD_INPUT_HANDLE), buf, siz, &n, NULL)) + return (n); + else + return (-1); +} #else -int raw_read_stdin(void *buf,int siz) - { return read(fileno(stdin),buf,siz); } +int raw_read_stdin(void *buf, int siz) +{ + return read(fileno(stdin), buf, siz); +} #endif #if defined(_WIN32) && defined(STD_OUTPUT_HANDLE) -int raw_write_stdout(const void *buf,int siz) - { - DWORD n; - if (WriteFile(GetStdHandle(STD_OUTPUT_HANDLE),buf,siz,&n,NULL)) - return (n); - else return (-1); - } +int raw_write_stdout(const void *buf, int siz) +{ + DWORD n; + if (WriteFile(GetStdHandle(STD_OUTPUT_HANDLE), buf, siz, &n, NULL)) + return (n); + else + return (-1); +} #else -int raw_write_stdout(const void *buf,int siz) - { return write(fileno(stdout),buf,siz); } +int raw_write_stdout(const void *buf, int siz) +{ + return write(fileno(stdout), buf, siz); +} #endif diff --git a/openssl/apps/apps.h b/openssl/apps/apps.h index 3aeb46c4e..8276e7086 100644 --- a/openssl/apps/apps.h +++ b/openssl/apps/apps.h @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +63,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -110,122 +110,119 @@ */ #ifndef HEADER_APPS_H -#define HEADER_APPS_H - -#include "e_os.h" - -#include -#include -#include -#include -#include -#ifndef OPENSSL_NO_ENGINE -#include -#endif -#ifndef OPENSSL_NO_OCSP -#include -#endif -#include +# define HEADER_APPS_H + +# include "e_os.h" + +# include +# include +# include +# include +# include +# ifndef OPENSSL_NO_ENGINE +# include +# endif +# ifndef OPENSSL_NO_OCSP +# include +# endif +# include int app_RAND_load_file(const char *file, BIO *bio_e, int dont_warn); int app_RAND_write_file(const char *file, BIO *bio_e); -/* When `file' is NULL, use defaults. - * `bio_e' is for error messages. */ +/* + * When `file' is NULL, use defaults. `bio_e' is for error messages. + */ void app_RAND_allow_write_file(void); long app_RAND_load_files(char *file); /* `file' is a list of files to read, * separated by LIST_SEPARATOR_CHAR * (see e_os.h). The string is * destroyed! */ -#ifndef MONOLITH +# ifndef MONOLITH -#define MAIN(a,v) main(a,v) +# define MAIN(a,v) main(a,v) -#ifndef NON_MAIN -CONF *config=NULL; -BIO *bio_err=NULL; -#else +# ifndef NON_MAIN +CONF *config = NULL; +BIO *bio_err = NULL; +# else extern CONF *config; extern BIO *bio_err; -#endif +# endif -#else +# else -#define MAIN(a,v) PROG(a,v) +# define MAIN(a,v) PROG(a,v) extern CONF *config; extern char *default_config_file; extern BIO *bio_err; -#endif +# endif -#ifndef OPENSSL_SYS_NETWARE -#include -#endif +# ifndef OPENSSL_SYS_NETWARE +# include +# endif -#ifdef SIGPIPE -#define do_pipe_sig() signal(SIGPIPE,SIG_IGN) -#else -#define do_pipe_sig() -#endif +# ifdef SIGPIPE +# define do_pipe_sig() signal(SIGPIPE,SIG_IGN) +# else +# define do_pipe_sig() +# endif -#ifdef OPENSSL_NO_COMP -#define zlib_cleanup() -#else -#define zlib_cleanup() COMP_zlib_cleanup() -#endif +# ifdef OPENSSL_NO_COMP +# define zlib_cleanup() +# else +# define zlib_cleanup() COMP_zlib_cleanup() +# endif -#if defined(MONOLITH) && !defined(OPENSSL_C) +# if defined(MONOLITH) && !defined(OPENSSL_C) # define apps_startup() \ - do_pipe_sig() + do_pipe_sig() # define apps_shutdown() -#else +# else # ifndef OPENSSL_NO_ENGINE -# define apps_startup() \ - do { do_pipe_sig(); CRYPTO_malloc_init(); \ - ERR_load_crypto_strings(); OpenSSL_add_all_algorithms(); \ - ENGINE_load_builtin_engines(); setup_ui_method(); } while(0) -# define apps_shutdown() \ - do { CONF_modules_unload(1); destroy_ui_method(); \ - OBJ_cleanup(); EVP_cleanup(); ENGINE_cleanup(); \ - CRYPTO_cleanup_all_ex_data(); ERR_remove_thread_state(NULL); \ - RAND_cleanup(); \ - ERR_free_strings(); zlib_cleanup();} while(0) +# define apps_startup() \ + do { do_pipe_sig(); CRYPTO_malloc_init(); \ + ERR_load_crypto_strings(); OpenSSL_add_all_algorithms(); \ + ENGINE_load_builtin_engines(); setup_ui_method(); } while(0) +# define apps_shutdown() \ + do { CONF_modules_unload(1); destroy_ui_method(); \ + OBJ_cleanup(); EVP_cleanup(); ENGINE_cleanup(); \ + CRYPTO_cleanup_all_ex_data(); ERR_remove_thread_state(NULL); \ + RAND_cleanup(); \ + ERR_free_strings(); zlib_cleanup();} while(0) # else -# define apps_startup() \ - do { do_pipe_sig(); CRYPTO_malloc_init(); \ - ERR_load_crypto_strings(); OpenSSL_add_all_algorithms(); \ - setup_ui_method(); } while(0) -# define apps_shutdown() \ - do { CONF_modules_unload(1); destroy_ui_method(); \ - OBJ_cleanup(); EVP_cleanup(); \ - CRYPTO_cleanup_all_ex_data(); ERR_remove_thread_state(NULL); \ - RAND_cleanup(); \ - ERR_free_strings(); zlib_cleanup(); } while(0) +# define apps_startup() \ + do { do_pipe_sig(); CRYPTO_malloc_init(); \ + ERR_load_crypto_strings(); OpenSSL_add_all_algorithms(); \ + setup_ui_method(); } while(0) +# define apps_shutdown() \ + do { CONF_modules_unload(1); destroy_ui_method(); \ + OBJ_cleanup(); EVP_cleanup(); \ + CRYPTO_cleanup_all_ex_data(); ERR_remove_thread_state(NULL); \ + RAND_cleanup(); \ + ERR_free_strings(); zlib_cleanup(); } while(0) # endif -#endif +# endif -#ifdef OPENSSL_SYSNAME_WIN32 +# if defined(OPENSSL_SYSNAME_WIN32) || defined(OPENSSL_SYSNAME_WINCE) # define openssl_fdset(a,b) FD_SET((unsigned int)a, b) -#else +# else # define openssl_fdset(a,b) FD_SET(a, b) -#endif - +# endif -typedef struct args_st - { - char **data; - int count; - } ARGS; +typedef struct args_st { + char **data; + int count; +} ARGS; -#define PW_MIN_LENGTH 4 -typedef struct pw_cb_data - { - const void *password; - const char *prompt_info; - } PW_CB_DATA; +# define PW_MIN_LENGTH 4 +typedef struct pw_cb_data { + const void *password; + const char *prompt_info; +} PW_CB_DATA; -int password_callback(char *buf, int bufsiz, int verify, - PW_CB_DATA *cb_data); +int password_callback(char *buf, int bufsiz, int verify, PW_CB_DATA *cb_data); int setup_ui_method(void); void destroy_ui_method(void); @@ -233,12 +230,13 @@ void destroy_ui_method(void); int should_retry(int i); int args_from_file(char *file, int *argc, char **argv[]); int str2fmt(char *s); -void program_name(char *in,char *out,int size); -int chopup_args(ARGS *arg,char *buf, int *argc, char **argv[]); -#ifdef HEADER_X509_H +void program_name(char *in, char *out, int size); +int chopup_args(ARGS *arg, char *buf, int *argc, char **argv[]); +# ifdef HEADER_X509_H int dump_cert_text(BIO *out, X509 *x); -void print_name(BIO *out, const char *title, X509_NAME *nm, unsigned long lflags); -#endif +void print_name(BIO *out, const char *title, X509_NAME *nm, + unsigned long lflags); +# endif int set_cert_ex(unsigned long *flags, const char *arg); int set_name_ex(unsigned long *flags, const char *arg); int set_ext_copy(int *copy_type, const char *arg); @@ -246,130 +244,144 @@ int copy_extensions(X509 *x, X509_REQ *req, int copy_type); int app_passwd(BIO *err, char *arg1, char *arg2, char **pass1, char **pass2); int add_oid_section(BIO *err, CONF *conf); X509 *load_cert(BIO *err, const char *file, int format, - const char *pass, ENGINE *e, const char *cert_descrip); + const char *pass, ENGINE *e, const char *cert_descrip); +X509_CRL *load_crl(const char *infile, int format); +int load_cert_crl_http(const char *url, BIO *err, + X509 **pcert, X509_CRL **pcrl); EVP_PKEY *load_key(BIO *err, const char *file, int format, int maybe_stdin, - const char *pass, ENGINE *e, const char *key_descrip); + const char *pass, ENGINE *e, const char *key_descrip); EVP_PKEY *load_pubkey(BIO *err, const char *file, int format, int maybe_stdin, - const char *pass, ENGINE *e, const char *key_descrip); + const char *pass, ENGINE *e, const char *key_descrip); STACK_OF(X509) *load_certs(BIO *err, const char *file, int format, - const char *pass, ENGINE *e, const char *cert_descrip); + const char *pass, ENGINE *e, + const char *cert_descrip); STACK_OF(X509_CRL) *load_crls(BIO *err, const char *file, int format, - const char *pass, ENGINE *e, const char *cert_descrip); + const char *pass, ENGINE *e, + const char *cert_descrip); X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath); -#ifndef OPENSSL_NO_ENGINE +# ifndef OPENSSL_NO_ENGINE ENGINE *setup_engine(BIO *err, const char *engine, int debug); -#endif +# endif -#ifndef OPENSSL_NO_OCSP +# ifndef OPENSSL_NO_OCSP OCSP_RESPONSE *process_responder(BIO *err, OCSP_REQUEST *req, - char *host, char *path, char *port, int use_ssl, - STACK_OF(CONF_VALUE) *headers, - int req_timeout); -#endif + const char *host, const char *path, + const char *port, int use_ssl, + const STACK_OF(CONF_VALUE) *headers, + int req_timeout); +# endif int load_config(BIO *err, CONF *cnf); char *make_config_name(void); /* Functions defined in ca.c and also used in ocsp.c */ int unpack_revinfo(ASN1_TIME **prevtm, int *preason, ASN1_OBJECT **phold, - ASN1_GENERALIZEDTIME **pinvtm, const char *str); - -#define DB_type 0 -#define DB_exp_date 1 -#define DB_rev_date 2 -#define DB_serial 3 /* index - unique */ -#define DB_file 4 -#define DB_name 5 /* index - unique when active and not disabled */ -#define DB_NUMBER 6 - -#define DB_TYPE_REV 'R' -#define DB_TYPE_EXP 'E' -#define DB_TYPE_VAL 'V' - -typedef struct db_attr_st - { - int unique_subject; - } DB_ATTR; -typedef struct ca_db_st - { - DB_ATTR attributes; - TXT_DB *db; - } CA_DB; + ASN1_GENERALIZEDTIME **pinvtm, const char *str); + +# define DB_type 0 +# define DB_exp_date 1 +# define DB_rev_date 2 +# define DB_serial 3 /* index - unique */ +# define DB_file 4 +# define DB_name 5 /* index - unique when active and not + * disabled */ +# define DB_NUMBER 6 + +# define DB_TYPE_REV 'R' +# define DB_TYPE_EXP 'E' +# define DB_TYPE_VAL 'V' + +typedef struct db_attr_st { + int unique_subject; +} DB_ATTR; +typedef struct ca_db_st { + DB_ATTR attributes; + TXT_DB *db; +} CA_DB; BIGNUM *load_serial(char *serialfile, int create, ASN1_INTEGER **retai); -int save_serial(char *serialfile, char *suffix, BIGNUM *serial, ASN1_INTEGER **retai); +int save_serial(char *serialfile, char *suffix, BIGNUM *serial, + ASN1_INTEGER **retai); int rotate_serial(char *serialfile, char *new_suffix, char *old_suffix); int rand_serial(BIGNUM *b, ASN1_INTEGER *ai); CA_DB *load_index(char *dbfile, DB_ATTR *dbattr); int index_index(CA_DB *db); int save_index(const char *dbfile, const char *suffix, CA_DB *db); -int rotate_index(const char *dbfile, const char *new_suffix, const char *old_suffix); +int rotate_index(const char *dbfile, const char *new_suffix, + const char *old_suffix); void free_index(CA_DB *db); -#define index_name_cmp_noconst(a, b) \ - index_name_cmp((const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, a), \ - (const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, b)) +# define index_name_cmp_noconst(a, b) \ + index_name_cmp((const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, a), \ + (const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, b)) int index_name_cmp(const OPENSSL_CSTRING *a, const OPENSSL_CSTRING *b); int parse_yesno(const char *str, int def); X509_NAME *parse_name(char *str, long chtype, int multirdn); int args_verify(char ***pargs, int *pargc, - int *badarg, BIO *err, X509_VERIFY_PARAM **pm); + int *badarg, BIO *err, X509_VERIFY_PARAM **pm); void policies_print(BIO *out, X509_STORE_CTX *ctx); int bio_to_mem(unsigned char **out, int maxlen, BIO *in); int pkey_ctrl_string(EVP_PKEY_CTX *ctx, char *value); int init_gen_str(BIO *err, EVP_PKEY_CTX **pctx, - const char *algname, ENGINE *e, int do_param); + const char *algname, ENGINE *e, int do_param); int do_X509_sign(BIO *err, X509 *x, EVP_PKEY *pkey, const EVP_MD *md, - STACK_OF(OPENSSL_STRING) *sigopts); + STACK_OF(OPENSSL_STRING) *sigopts); int do_X509_REQ_sign(BIO *err, X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md, - STACK_OF(OPENSSL_STRING) *sigopts); + STACK_OF(OPENSSL_STRING) *sigopts); int do_X509_CRL_sign(BIO *err, X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md, - STACK_OF(OPENSSL_STRING) *sigopts); -#ifndef OPENSSL_NO_PSK + STACK_OF(OPENSSL_STRING) *sigopts); +# ifndef OPENSSL_NO_PSK extern char *psk_key; -#endif -#ifndef OPENSSL_NO_JPAKE +# endif +# ifndef OPENSSL_NO_JPAKE void jpake_client_auth(BIO *out, BIO *conn, const char *secret); void jpake_server_auth(BIO *out, BIO *conn, const char *secret); -#endif +# endif -#if !defined(OPENSSL_NO_TLSEXT) && !defined(OPENSSL_NO_NEXTPROTONEG) +# ifndef OPENSSL_NO_TLSEXT unsigned char *next_protos_parse(unsigned short *outlen, const char *in); -#endif /* !OPENSSL_NO_TLSEXT && !OPENSSL_NO_NEXTPROTONEG */ +# endif /* ndef OPENSSL_NO_TLSEXT */ + +void print_cert_checks(BIO *bio, X509 *x, + const char *checkhost, + const char *checkemail, const char *checkip); + +void store_setup_crl_download(X509_STORE *st); -#define FORMAT_UNDEF 0 -#define FORMAT_ASN1 1 -#define FORMAT_TEXT 2 -#define FORMAT_PEM 3 -#define FORMAT_NETSCAPE 4 -#define FORMAT_PKCS12 5 -#define FORMAT_SMIME 6 -#define FORMAT_ENGINE 7 -#define FORMAT_IISSGC 8 /* XXX this stupid macro helps us to avoid - * adding yet another param to load_*key() */ -#define FORMAT_PEMRSA 9 /* PEM RSAPubicKey format */ -#define FORMAT_ASN1RSA 10 /* DER RSAPubicKey format */ -#define FORMAT_MSBLOB 11 /* MS Key blob format */ -#define FORMAT_PVK 12 /* MS PVK file format */ +# define FORMAT_UNDEF 0 +# define FORMAT_ASN1 1 +# define FORMAT_TEXT 2 +# define FORMAT_PEM 3 +# define FORMAT_NETSCAPE 4 +# define FORMAT_PKCS12 5 +# define FORMAT_SMIME 6 +# define FORMAT_ENGINE 7 +# define FORMAT_IISSGC 8 /* XXX this stupid macro helps us to avoid + * adding yet another param to load_*key() */ +# define FORMAT_PEMRSA 9 /* PEM RSAPubicKey format */ +# define FORMAT_ASN1RSA 10 /* DER RSAPubicKey format */ +# define FORMAT_MSBLOB 11 /* MS Key blob format */ +# define FORMAT_PVK 12 /* MS PVK file format */ +# define FORMAT_HTTP 13 /* Download using HTTP */ -#define EXT_COPY_NONE 0 -#define EXT_COPY_ADD 1 -#define EXT_COPY_ALL 2 +# define EXT_COPY_NONE 0 +# define EXT_COPY_ADD 1 +# define EXT_COPY_ALL 2 -#define NETSCAPE_CERT_HDR "certificate" +# define NETSCAPE_CERT_HDR "certificate" -#define APP_PASS_LEN 1024 +# define APP_PASS_LEN 1024 -#define SERIAL_RAND_BITS 64 +# define SERIAL_RAND_BITS 64 int app_isdir(const char *); -int raw_read_stdin(void *,int); -int raw_write_stdout(const void *,int); +int raw_read_stdin(void *, int); +int raw_write_stdout(const void *, int); -#define TM_START 0 -#define TM_STOP 1 -double app_tminterval (int stop,int usertime); +# define TM_START 0 +# define TM_STOP 1 +double app_tminterval(int stop, int usertime); -#define OPENSSL_NO_SSL_INTERN +# define OPENSSL_NO_SSL_INTERN #endif diff --git a/openssl/apps/asn1pars.c b/openssl/apps/asn1pars.c index 0d6607071..7a0f16943 100644 --- a/openssl/apps/asn1pars.c +++ b/openssl/apps/asn1pars.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,15 +49,16 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence * [including the GNU Public Licence.] */ -/* A nice addition from Dr Stephen Henson to - * add the -strparse option which parses nested binary structures +/* + * A nice addition from Dr Stephen Henson to add the + * -strparse option which parses nested binary structures */ #include @@ -69,377 +70,361 @@ #include #include -/* -inform arg - input format - default PEM (DER or PEM) - * -in arg - input file - default stdin - * -i - indent the details by depth - * -offset - where in the file to start - * -length - how many bytes to use - * -oid file - extra oid description file +/*- + * -inform arg - input format - default PEM (DER or PEM) + * -in arg - input file - default stdin + * -i - indent the details by depth + * -offset - where in the file to start + * -length - how many bytes to use + * -oid file - extra oid description file */ #undef PROG -#define PROG asn1parse_main +#define PROG asn1parse_main int MAIN(int, char **); static int do_generate(BIO *bio, char *genstr, char *genconf, BUF_MEM *buf); int MAIN(int argc, char **argv) - { - int i,badops=0,offset=0,ret=1,j; - unsigned int length=0; - long num,tmplen; - BIO *in=NULL,*out=NULL,*b64=NULL, *derout = NULL; - int informat,indent=0, noout = 0, dump = 0; - char *infile=NULL,*str=NULL,*prog,*oidfile=NULL, *derfile=NULL; - char *genstr=NULL, *genconf=NULL; - unsigned char *tmpbuf; - const unsigned char *ctmpbuf; - BUF_MEM *buf=NULL; - STACK_OF(OPENSSL_STRING) *osk=NULL; - ASN1_TYPE *at=NULL; - - informat=FORMAT_PEM; - - apps_startup(); - - if (bio_err == NULL) - if ((bio_err=BIO_new(BIO_s_file())) != NULL) - BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); - - if (!load_config(bio_err, NULL)) - goto end; - - prog=argv[0]; - argc--; - argv++; - if ((osk=sk_OPENSSL_STRING_new_null()) == NULL) - { - BIO_printf(bio_err,"Memory allocation failure\n"); - goto end; - } - while (argc >= 1) - { - if (strcmp(*argv,"-inform") == 0) - { - if (--argc < 1) goto bad; - informat=str2fmt(*(++argv)); - } - else if (strcmp(*argv,"-in") == 0) - { - if (--argc < 1) goto bad; - infile= *(++argv); - } - else if (strcmp(*argv,"-out") == 0) - { - if (--argc < 1) goto bad; - derfile= *(++argv); - } - else if (strcmp(*argv,"-i") == 0) - { - indent=1; - } - else if (strcmp(*argv,"-noout") == 0) noout = 1; - else if (strcmp(*argv,"-oid") == 0) - { - if (--argc < 1) goto bad; - oidfile= *(++argv); - } - else if (strcmp(*argv,"-offset") == 0) - { - if (--argc < 1) goto bad; - offset= atoi(*(++argv)); - } - else if (strcmp(*argv,"-length") == 0) - { - if (--argc < 1) goto bad; - length= atoi(*(++argv)); - if (length == 0) goto bad; - } - else if (strcmp(*argv,"-dump") == 0) - { - dump= -1; - } - else if (strcmp(*argv,"-dlimit") == 0) - { - if (--argc < 1) goto bad; - dump= atoi(*(++argv)); - if (dump <= 0) goto bad; - } - else if (strcmp(*argv,"-strparse") == 0) - { - if (--argc < 1) goto bad; - sk_OPENSSL_STRING_push(osk,*(++argv)); - } - else if (strcmp(*argv,"-genstr") == 0) - { - if (--argc < 1) goto bad; - genstr= *(++argv); - } - else if (strcmp(*argv,"-genconf") == 0) - { - if (--argc < 1) goto bad; - genconf= *(++argv); - } - else - { - BIO_printf(bio_err,"unknown option %s\n",*argv); - badops=1; - break; - } - argc--; - argv++; - } - - if (badops) - { -bad: - BIO_printf(bio_err,"%s [options] = 1) { + if (strcmp(*argv, "-inform") == 0) { + if (--argc < 1) + goto bad; + informat = str2fmt(*(++argv)); + } else if (strcmp(*argv, "-in") == 0) { + if (--argc < 1) + goto bad; + infile = *(++argv); + } else if (strcmp(*argv, "-out") == 0) { + if (--argc < 1) + goto bad; + derfile = *(++argv); + } else if (strcmp(*argv, "-i") == 0) { + indent = 1; + } else if (strcmp(*argv, "-noout") == 0) + noout = 1; + else if (strcmp(*argv, "-oid") == 0) { + if (--argc < 1) + goto bad; + oidfile = *(++argv); + } else if (strcmp(*argv, "-offset") == 0) { + if (--argc < 1) + goto bad; + offset = atoi(*(++argv)); + } else if (strcmp(*argv, "-length") == 0) { + if (--argc < 1) + goto bad; + length = atoi(*(++argv)); + if (length == 0) + goto bad; + } else if (strcmp(*argv, "-dump") == 0) { + dump = -1; + } else if (strcmp(*argv, "-dlimit") == 0) { + if (--argc < 1) + goto bad; + dump = atoi(*(++argv)); + if (dump <= 0) + goto bad; + } else if (strcmp(*argv, "-strparse") == 0) { + if (--argc < 1) + goto bad; + sk_OPENSSL_STRING_push(osk, *(++argv)); + } else if (strcmp(*argv, "-genstr") == 0) { + if (--argc < 1) + goto bad; + genstr = *(++argv); + } else if (strcmp(*argv, "-genconf") == 0) { + if (--argc < 1) + goto bad; + genconf = *(++argv); + } else { + BIO_printf(bio_err, "unknown option %s\n", *argv); + badops = 1; + break; + } + argc--; + argv++; + } + + if (badops) { + bad: + BIO_printf(bio_err, "%s [options] data[num]),BUFSIZ); - if (i <= 0) break; - num+=i; - } - } - str=buf->data; - - /* If any structs to parse go through in sequence */ - - if (sk_OPENSSL_STRING_num(osk)) - { - tmpbuf=(unsigned char *)str; - tmplen=num; - for (i=0; ivalue.asn1_string->data; - tmplen=at->value.asn1_string->length; - } - str=(char *)tmpbuf; - num=tmplen; - } - - if (offset >= num) - { - BIO_printf(bio_err, "Error: offset too large\n"); - goto end; - } - - num -= offset; - - if ((length == 0) || ((long)length > num)) length=(unsigned int)num; - if(derout) { - if(BIO_write(derout, str + offset, length) != (int)length) { - BIO_printf(bio_err, "Error writing output\n"); - ERR_print_errors(bio_err); - goto end; - } - } - if (!noout && - !ASN1_parse_dump(out,(unsigned char *)&(str[offset]),length, - indent,dump)) - { - ERR_print_errors(bio_err); - goto end; - } - ret=0; -end: - BIO_free(derout); - if (in != NULL) BIO_free(in); - if (out != NULL) BIO_free_all(out); - if (b64 != NULL) BIO_free(b64); - if (ret != 0) - ERR_print_errors(bio_err); - if (buf != NULL) BUF_MEM_free(buf); - if (at != NULL) ASN1_TYPE_free(at); - if (osk != NULL) sk_OPENSSL_STRING_free(osk); - OBJ_cleanup(); - apps_shutdown(); - OPENSSL_EXIT(ret); - } + if (oidfile != NULL) { + if (BIO_read_filename(in, oidfile) <= 0) { + BIO_printf(bio_err, "problems opening %s\n", oidfile); + ERR_print_errors(bio_err); + goto end; + } + OBJ_create_objects(in); + } + + if (infile == NULL) + BIO_set_fp(in, stdin, BIO_NOCLOSE); + else { + if (BIO_read_filename(in, infile) <= 0) { + perror(infile); + goto end; + } + } + + if (derfile) { + if (!(derout = BIO_new_file(derfile, "wb"))) { + BIO_printf(bio_err, "problems opening %s\n", derfile); + ERR_print_errors(bio_err); + goto end; + } + } + + if ((buf = BUF_MEM_new()) == NULL) + goto end; + if (!BUF_MEM_grow(buf, BUFSIZ * 8)) + goto end; /* Pre-allocate :-) */ + + if (genstr || genconf) { + num = do_generate(bio_err, genstr, genconf, buf); + if (num < 0) { + ERR_print_errors(bio_err); + goto end; + } + } + + else { + + if (informat == FORMAT_PEM) { + BIO *tmp; + + if ((b64 = BIO_new(BIO_f_base64())) == NULL) + goto end; + BIO_push(b64, in); + tmp = in; + in = b64; + b64 = tmp; + } + + num = 0; + for (;;) { + if (!BUF_MEM_grow(buf, (int)num + BUFSIZ)) + goto end; + i = BIO_read(in, &(buf->data[num]), BUFSIZ); + if (i <= 0) + break; + num += i; + } + } + str = buf->data; + + /* If any structs to parse go through in sequence */ + + if (sk_OPENSSL_STRING_num(osk)) { + tmpbuf = (unsigned char *)str; + tmplen = num; + for (i = 0; i < sk_OPENSSL_STRING_num(osk); i++) { + ASN1_TYPE *atmp; + int typ; + j = atoi(sk_OPENSSL_STRING_value(osk, i)); + if (j == 0) { + BIO_printf(bio_err, "'%s' is an invalid number\n", + sk_OPENSSL_STRING_value(osk, i)); + continue; + } + tmpbuf += j; + tmplen -= j; + atmp = at; + ctmpbuf = tmpbuf; + at = d2i_ASN1_TYPE(NULL, &ctmpbuf, tmplen); + ASN1_TYPE_free(atmp); + if (!at) { + BIO_printf(bio_err, "Error parsing structure\n"); + ERR_print_errors(bio_err); + goto end; + } + typ = ASN1_TYPE_get(at); + if ((typ == V_ASN1_OBJECT) + || (typ == V_ASN1_NULL)) { + BIO_printf(bio_err, "Can't parse %s type\n", + typ == V_ASN1_NULL ? "NULL" : "OBJECT"); + ERR_print_errors(bio_err); + goto end; + } + /* hmm... this is a little evil but it works */ + tmpbuf = at->value.asn1_string->data; + tmplen = at->value.asn1_string->length; + } + str = (char *)tmpbuf; + num = tmplen; + } + + if (offset >= num) { + BIO_printf(bio_err, "Error: offset too large\n"); + goto end; + } + + num -= offset; + + if ((length == 0) || ((long)length > num)) + length = (unsigned int)num; + if (derout) { + if (BIO_write(derout, str + offset, length) != (int)length) { + BIO_printf(bio_err, "Error writing output\n"); + ERR_print_errors(bio_err); + goto end; + } + } + if (!noout && + !ASN1_parse_dump(out, (unsigned char *)&(str[offset]), length, + indent, dump)) { + ERR_print_errors(bio_err); + goto end; + } + ret = 0; + end: + BIO_free(derout); + if (in != NULL) + BIO_free(in); + if (out != NULL) + BIO_free_all(out); + if (b64 != NULL) + BIO_free(b64); + if (ret != 0) + ERR_print_errors(bio_err); + if (buf != NULL) + BUF_MEM_free(buf); + if (at != NULL) + ASN1_TYPE_free(at); + if (osk != NULL) + sk_OPENSSL_STRING_free(osk); + OBJ_cleanup(); + apps_shutdown(); + OPENSSL_EXIT(ret); +} static int do_generate(BIO *bio, char *genstr, char *genconf, BUF_MEM *buf) - { - CONF *cnf = NULL; - int len; - long errline; - unsigned char *p; - ASN1_TYPE *atyp = NULL; +{ + CONF *cnf = NULL; + int len; + long errline; + unsigned char *p; + ASN1_TYPE *atyp = NULL; - if (genconf) - { - cnf = NCONF_new(NULL); - if (!NCONF_load(cnf, genconf, &errline)) - goto conferr; - if (!genstr) - genstr = NCONF_get_string(cnf, "default", "asn1"); - if (!genstr) - { - BIO_printf(bio, "Can't find 'asn1' in '%s'\n", genconf); - goto err; - } - } + if (genconf) { + cnf = NCONF_new(NULL); + if (!NCONF_load(cnf, genconf, &errline)) + goto conferr; + if (!genstr) + genstr = NCONF_get_string(cnf, "default", "asn1"); + if (!genstr) { + BIO_printf(bio, "Can't find 'asn1' in '%s'\n", genconf); + goto err; + } + } - atyp = ASN1_generate_nconf(genstr, cnf); - NCONF_free(cnf); - cnf = NULL; + atyp = ASN1_generate_nconf(genstr, cnf); + NCONF_free(cnf); + cnf = NULL; - if (!atyp) - return -1; + if (!atyp) + return -1; - len = i2d_ASN1_TYPE(atyp, NULL); + len = i2d_ASN1_TYPE(atyp, NULL); - if (len <= 0) - goto err; + if (len <= 0) + goto err; - if (!BUF_MEM_grow(buf,len)) - goto err; + if (!BUF_MEM_grow(buf, len)) + goto err; - p=(unsigned char *)buf->data; + p = (unsigned char *)buf->data; - i2d_ASN1_TYPE(atyp, &p); + i2d_ASN1_TYPE(atyp, &p); - ASN1_TYPE_free(atyp); - return len; + ASN1_TYPE_free(atyp); + return len; - conferr: + conferr: - if (errline > 0) - BIO_printf(bio, "Error on line %ld of config file '%s'\n", - errline, genconf); - else - BIO_printf(bio, "Error loading config file '%s'\n", genconf); + if (errline > 0) + BIO_printf(bio, "Error on line %ld of config file '%s'\n", + errline, genconf); + else + BIO_printf(bio, "Error loading config file '%s'\n", genconf); - err: - NCONF_free(cnf); - ASN1_TYPE_free(atyp); + err: + NCONF_free(cnf); + ASN1_TYPE_free(atyp); - return -1; + return -1; - } +} diff --git a/openssl/apps/ca.c b/openssl/apps/ca.c index 9c25026ac..f0a19cf11 100644 --- a/openssl/apps/ca.c +++ b/openssl/apps/ca.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -76,117 +76,117 @@ #include #ifndef W_OK -# ifdef OPENSSL_SYS_VMS -# if defined(__DECC) -# include -# else -# include -# endif -# elif !defined(OPENSSL_SYS_VXWORKS) && !defined(OPENSSL_SYS_WINDOWS) && !defined(OPENSSL_SYS_NETWARE) -# include +# ifdef OPENSSL_SYS_VMS +# if defined(__DECC) +# include +# else +# include # endif +# elif !defined(OPENSSL_SYS_VXWORKS) && !defined(OPENSSL_SYS_WINDOWS) && !defined(OPENSSL_SYS_NETWARE) +# include +# endif #endif #include "apps.h" #ifndef W_OK -# define F_OK 0 -# define X_OK 1 -# define W_OK 2 -# define R_OK 4 +# define F_OK 0 +# define X_OK 1 +# define W_OK 2 +# define R_OK 4 #endif #undef PROG #define PROG ca_main -#define BASE_SECTION "ca" +#define BASE_SECTION "ca" #define CONFIG_FILE "openssl.cnf" -#define ENV_DEFAULT_CA "default_ca" - -#define STRING_MASK "string_mask" -#define UTF8_IN "utf8" - -#define ENV_DIR "dir" -#define ENV_CERTS "certs" -#define ENV_CRL_DIR "crl_dir" -#define ENV_CA_DB "CA_DB" -#define ENV_NEW_CERTS_DIR "new_certs_dir" -#define ENV_CERTIFICATE "certificate" -#define ENV_SERIAL "serial" -#define ENV_CRLNUMBER "crlnumber" -#define ENV_CRL "crl" -#define ENV_PRIVATE_KEY "private_key" -#define ENV_RANDFILE "RANDFILE" -#define ENV_DEFAULT_DAYS "default_days" -#define ENV_DEFAULT_STARTDATE "default_startdate" -#define ENV_DEFAULT_ENDDATE "default_enddate" -#define ENV_DEFAULT_CRL_DAYS "default_crl_days" -#define ENV_DEFAULT_CRL_HOURS "default_crl_hours" -#define ENV_DEFAULT_MD "default_md" -#define ENV_DEFAULT_EMAIL_DN "email_in_dn" -#define ENV_PRESERVE "preserve" -#define ENV_POLICY "policy" -#define ENV_EXTENSIONS "x509_extensions" -#define ENV_CRLEXT "crl_extensions" -#define ENV_MSIE_HACK "msie_hack" -#define ENV_NAMEOPT "name_opt" -#define ENV_CERTOPT "cert_opt" -#define ENV_EXTCOPY "copy_extensions" -#define ENV_UNIQUE_SUBJECT "unique_subject" - -#define ENV_DATABASE "database" +#define ENV_DEFAULT_CA "default_ca" + +#define STRING_MASK "string_mask" +#define UTF8_IN "utf8" + +#define ENV_DIR "dir" +#define ENV_CERTS "certs" +#define ENV_CRL_DIR "crl_dir" +#define ENV_CA_DB "CA_DB" +#define ENV_NEW_CERTS_DIR "new_certs_dir" +#define ENV_CERTIFICATE "certificate" +#define ENV_SERIAL "serial" +#define ENV_CRLNUMBER "crlnumber" +#define ENV_CRL "crl" +#define ENV_PRIVATE_KEY "private_key" +#define ENV_RANDFILE "RANDFILE" +#define ENV_DEFAULT_DAYS "default_days" +#define ENV_DEFAULT_STARTDATE "default_startdate" +#define ENV_DEFAULT_ENDDATE "default_enddate" +#define ENV_DEFAULT_CRL_DAYS "default_crl_days" +#define ENV_DEFAULT_CRL_HOURS "default_crl_hours" +#define ENV_DEFAULT_MD "default_md" +#define ENV_DEFAULT_EMAIL_DN "email_in_dn" +#define ENV_PRESERVE "preserve" +#define ENV_POLICY "policy" +#define ENV_EXTENSIONS "x509_extensions" +#define ENV_CRLEXT "crl_extensions" +#define ENV_MSIE_HACK "msie_hack" +#define ENV_NAMEOPT "name_opt" +#define ENV_CERTOPT "cert_opt" +#define ENV_EXTCOPY "copy_extensions" +#define ENV_UNIQUE_SUBJECT "unique_subject" + +#define ENV_DATABASE "database" /* Additional revocation information types */ -#define REV_NONE 0 /* No addditional information */ -#define REV_CRL_REASON 1 /* Value is CRL reason code */ -#define REV_HOLD 2 /* Value is hold instruction */ -#define REV_KEY_COMPROMISE 3 /* Value is cert key compromise time */ -#define REV_CA_COMPROMISE 4 /* Value is CA key compromise time */ - -static const char *ca_usage[]={ -"usage: ca args\n", -"\n", -" -verbose - Talk alot while doing things\n", -" -config file - A config file\n", -" -name arg - The particular CA definition to use\n", -" -gencrl - Generate a new CRL\n", -" -crldays days - Days is when the next CRL is due\n", -" -crlhours hours - Hours is when the next CRL is due\n", -" -startdate YYMMDDHHMMSSZ - certificate validity notBefore\n", -" -enddate YYMMDDHHMMSSZ - certificate validity notAfter (overrides -days)\n", -" -days arg - number of days to certify the certificate for\n", -" -md arg - md to use, one of md2, md5, sha or sha1\n", -" -policy arg - The CA 'policy' to support\n", -" -keyfile arg - private key file\n", -" -keyform arg - private key file format (PEM or ENGINE)\n", -" -key arg - key to decode the private key if it is encrypted\n", -" -cert file - The CA certificate\n", -" -selfsign - sign a certificate with the key associated with it\n", -" -in file - The input PEM encoded certificate request(s)\n", -" -out file - Where to put the output file(s)\n", -" -outdir dir - Where to put output certificates\n", -" -infiles .... - The last argument, requests to process\n", -" -spkac file - File contains DN and signed public key and challenge\n", -" -ss_cert file - File contains a self signed cert to sign\n", -" -preserveDN - Don't re-order the DN\n", -" -noemailDN - Don't add the EMAIL field into certificate' subject\n", -" -batch - Don't ask questions\n", -" -msie_hack - msie modifications to handle all those universal strings\n", -" -revoke file - Revoke a certificate (given in file)\n", -" -subj arg - Use arg instead of request's subject\n", -" -utf8 - input characters are UTF8 (default ASCII)\n", -" -multivalue-rdn - enable support for multivalued RDNs\n", -" -extensions .. - Extension section (override value in config file)\n", -" -extfile file - Configuration file with X509v3 extentions to add\n", -" -crlexts .. - CRL extension section (override value in config file)\n", +#define REV_NONE 0 /* No addditional information */ +#define REV_CRL_REASON 1 /* Value is CRL reason code */ +#define REV_HOLD 2 /* Value is hold instruction */ +#define REV_KEY_COMPROMISE 3 /* Value is cert key compromise time */ +#define REV_CA_COMPROMISE 4 /* Value is CA key compromise time */ + +static const char *ca_usage[] = { + "usage: ca args\n", + "\n", + " -verbose - Talk alot while doing things\n", + " -config file - A config file\n", + " -name arg - The particular CA definition to use\n", + " -gencrl - Generate a new CRL\n", + " -crldays days - Days is when the next CRL is due\n", + " -crlhours hours - Hours is when the next CRL is due\n", + " -startdate YYMMDDHHMMSSZ - certificate validity notBefore\n", + " -enddate YYMMDDHHMMSSZ - certificate validity notAfter (overrides -days)\n", + " -days arg - number of days to certify the certificate for\n", + " -md arg - md to use, one of md2, md5, sha or sha1\n", + " -policy arg - The CA 'policy' to support\n", + " -keyfile arg - private key file\n", + " -keyform arg - private key file format (PEM or ENGINE)\n", + " -key arg - key to decode the private key if it is encrypted\n", + " -cert file - The CA certificate\n", + " -selfsign - sign a certificate with the key associated with it\n", + " -in file - The input PEM encoded certificate request(s)\n", + " -out file - Where to put the output file(s)\n", + " -outdir dir - Where to put output certificates\n", + " -infiles .... - The last argument, requests to process\n", + " -spkac file - File contains DN and signed public key and challenge\n", + " -ss_cert file - File contains a self signed cert to sign\n", + " -preserveDN - Don't re-order the DN\n", + " -noemailDN - Don't add the EMAIL field into certificate' subject\n", + " -batch - Don't ask questions\n", + " -msie_hack - msie modifications to handle all those universal strings\n", + " -revoke file - Revoke a certificate (given in file)\n", + " -subj arg - Use arg instead of request's subject\n", + " -utf8 - input characters are UTF8 (default ASCII)\n", + " -multivalue-rdn - enable support for multivalued RDNs\n", + " -extensions .. - Extension section (override value in config file)\n", + " -extfile file - Configuration file with X509v3 extentions to add\n", + " -crlexts .. - CRL extension section (override value in config file)\n", #ifndef OPENSSL_NO_ENGINE -" -engine e - use engine e, possibly a hardware device.\n", + " -engine e - use engine e, possibly a hardware device.\n", #endif -" -status serial - Shows certificate status given the serial number\n", -" -updatedb - Updates db for expired certificates\n", -NULL + " -status serial - Shows certificate status given the serial number\n", + " -updatedb - Updates db for expired certificates\n", + NULL }; #ifdef EFENCE @@ -196,36 +196,42 @@ extern int EF_ALIGNMENT; #endif static void lookup_fail(const char *name, const char *tag); -static int certify(X509 **xret, char *infile,EVP_PKEY *pkey,X509 *x509, - const EVP_MD *dgst,STACK_OF(OPENSSL_STRING) *sigopts, - STACK_OF(CONF_VALUE) *policy,CA_DB *db, - BIGNUM *serial, char *subj,unsigned long chtype, int multirdn, int email_dn, char *startdate, - char *enddate, long days, int batch, char *ext_sect, CONF *conf, - int verbose, unsigned long certopt, unsigned long nameopt, - int default_op, int ext_copy, int selfsign); -static int certify_cert(X509 **xret, char *infile,EVP_PKEY *pkey,X509 *x509, - const EVP_MD *dgst,STACK_OF(OPENSSL_STRING) *sigopts, - STACK_OF(CONF_VALUE) *policy, - CA_DB *db, BIGNUM *serial, char *subj,unsigned long chtype, int multirdn, int email_dn, - char *startdate, char *enddate, long days, int batch, - char *ext_sect, CONF *conf,int verbose, unsigned long certopt, - unsigned long nameopt, int default_op, int ext_copy, - ENGINE *e); -static int certify_spkac(X509 **xret, char *infile,EVP_PKEY *pkey,X509 *x509, - const EVP_MD *dgst,STACK_OF(OPENSSL_STRING) *sigopts, - STACK_OF(CONF_VALUE) *policy, - CA_DB *db, BIGNUM *serial,char *subj,unsigned long chtype, int multirdn, int email_dn, - char *startdate, char *enddate, long days, char *ext_sect, - CONF *conf, int verbose, unsigned long certopt, - unsigned long nameopt, int default_op, int ext_copy); -static void write_new_certificate(BIO *bp, X509 *x, int output_der, int notext); -static int do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, - STACK_OF(OPENSSL_STRING) *sigopts, - STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial,char *subj,unsigned long chtype, int multirdn, - int email_dn, char *startdate, char *enddate, long days, int batch, - int verbose, X509_REQ *req, char *ext_sect, CONF *conf, - unsigned long certopt, unsigned long nameopt, int default_op, - int ext_copy, int selfsign); +static int certify(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, + const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, + STACK_OF(CONF_VALUE) *policy, CA_DB *db, + BIGNUM *serial, char *subj, unsigned long chtype, + int multirdn, int email_dn, char *startdate, char *enddate, + long days, int batch, char *ext_sect, CONF *conf, + int verbose, unsigned long certopt, unsigned long nameopt, + int default_op, int ext_copy, int selfsign); +static int certify_cert(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, + const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, + STACK_OF(CONF_VALUE) *policy, CA_DB *db, + BIGNUM *serial, char *subj, unsigned long chtype, + int multirdn, int email_dn, char *startdate, + char *enddate, long days, int batch, char *ext_sect, + CONF *conf, int verbose, unsigned long certopt, + unsigned long nameopt, int default_op, int ext_copy, + ENGINE *e); +static int certify_spkac(X509 **xret, char *infile, EVP_PKEY *pkey, + X509 *x509, const EVP_MD *dgst, + STACK_OF(OPENSSL_STRING) *sigopts, + STACK_OF(CONF_VALUE) *policy, CA_DB *db, + BIGNUM *serial, char *subj, unsigned long chtype, + int multirdn, int email_dn, char *startdate, + char *enddate, long days, char *ext_sect, CONF *conf, + int verbose, unsigned long certopt, + unsigned long nameopt, int default_op, int ext_copy); +static void write_new_certificate(BIO *bp, X509 *x, int output_der, + int notext); +static int do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509, + const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, + STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, + char *subj, unsigned long chtype, int multirdn, + int email_dn, char *startdate, char *enddate, long days, + int batch, int verbose, X509_REQ *req, char *ext_sect, + CONF *conf, unsigned long certopt, unsigned long nameopt, + int default_op, int ext_copy, int selfsign); static int do_revoke(X509 *x509, CA_DB *db, int ext, char *extval); static int get_certificate_status(const char *ser_status, CA_DB *db); static int do_updatedb(CA_DB *db); @@ -233,2783 +239,2665 @@ static int check_time_format(const char *str); char *make_revocation_str(int rev_type, char *rev_arg); int make_revoked(X509_REVOKED *rev, const char *str); int old_entry_print(BIO *bp, ASN1_OBJECT *obj, ASN1_STRING *str); -static CONF *conf=NULL; -static CONF *extconf=NULL; -static char *section=NULL; - -static int preserve=0; -static int msie_hack=0; +static CONF *conf = NULL; +static CONF *extconf = NULL; +static char *section = NULL; +static int preserve = 0; +static int msie_hack = 0; int MAIN(int, char **); int MAIN(int argc, char **argv) - { - ENGINE *e = NULL; - char *key=NULL,*passargin=NULL; - int create_ser = 0; - int free_key = 0; - int total=0; - int total_done=0; - int badops=0; - int ret=1; - int email_dn=1; - int req=0; - int verbose=0; - int gencrl=0; - int dorevoke=0; - int doupdatedb=0; - long crldays=0; - long crlhours=0; - long crlsec=0; - long errorline= -1; - char *configfile=NULL; - char *md=NULL; - char *policy=NULL; - char *keyfile=NULL; - char *certfile=NULL; - int keyform=FORMAT_PEM; - char *infile=NULL; - char *spkac_file=NULL; - char *ss_cert_file=NULL; - char *ser_status=NULL; - EVP_PKEY *pkey=NULL; - int output_der = 0; - char *outfile=NULL; - char *outdir=NULL; - char *serialfile=NULL; - char *crlnumberfile=NULL; - char *extensions=NULL; - char *extfile=NULL; - char *subj=NULL; - unsigned long chtype = MBSTRING_ASC; - int multirdn = 0; - char *tmp_email_dn=NULL; - char *crl_ext=NULL; - int rev_type = REV_NONE; - char *rev_arg = NULL; - BIGNUM *serial=NULL; - BIGNUM *crlnumber=NULL; - char *startdate=NULL; - char *enddate=NULL; - long days=0; - int batch=0; - int notext=0; - unsigned long nameopt = 0, certopt = 0; - int default_op = 1; - int ext_copy = EXT_COPY_NONE; - int selfsign = 0; - X509 *x509=NULL, *x509p = NULL; - X509 *x=NULL; - BIO *in=NULL,*out=NULL,*Sout=NULL,*Cout=NULL; - char *dbfile=NULL; - CA_DB *db=NULL; - X509_CRL *crl=NULL; - X509_REVOKED *r=NULL; - ASN1_TIME *tmptm; - ASN1_INTEGER *tmpser; - char *f; - const char *p; - char * const *pp; - int i,j; - const EVP_MD *dgst=NULL; - STACK_OF(CONF_VALUE) *attribs=NULL; - STACK_OF(X509) *cert_sk=NULL; - STACK_OF(OPENSSL_STRING) *sigopts = NULL; +{ + ENGINE *e = NULL; + char *key = NULL, *passargin = NULL; + int create_ser = 0; + int free_key = 0; + int total = 0; + int total_done = 0; + int badops = 0; + int ret = 1; + int email_dn = 1; + int req = 0; + int verbose = 0; + int gencrl = 0; + int dorevoke = 0; + int doupdatedb = 0; + long crldays = 0; + long crlhours = 0; + long crlsec = 0; + long errorline = -1; + char *configfile = NULL; + char *md = NULL; + char *policy = NULL; + char *keyfile = NULL; + char *certfile = NULL; + int keyform = FORMAT_PEM; + char *infile = NULL; + char *spkac_file = NULL; + char *ss_cert_file = NULL; + char *ser_status = NULL; + EVP_PKEY *pkey = NULL; + int output_der = 0; + char *outfile = NULL; + char *outdir = NULL; + char *serialfile = NULL; + char *crlnumberfile = NULL; + char *extensions = NULL; + char *extfile = NULL; + char *subj = NULL; + unsigned long chtype = MBSTRING_ASC; + int multirdn = 0; + char *tmp_email_dn = NULL; + char *crl_ext = NULL; + int rev_type = REV_NONE; + char *rev_arg = NULL; + BIGNUM *serial = NULL; + BIGNUM *crlnumber = NULL; + char *startdate = NULL; + char *enddate = NULL; + long days = 0; + int batch = 0; + int notext = 0; + unsigned long nameopt = 0, certopt = 0; + int default_op = 1; + int ext_copy = EXT_COPY_NONE; + int selfsign = 0; + X509 *x509 = NULL, *x509p = NULL; + X509 *x = NULL; + BIO *in = NULL, *out = NULL, *Sout = NULL, *Cout = NULL; + char *dbfile = NULL; + CA_DB *db = NULL; + X509_CRL *crl = NULL; + X509_REVOKED *r = NULL; + ASN1_TIME *tmptm; + ASN1_INTEGER *tmpser; + char *f; + const char *p; + char *const *pp; + int i, j; + const EVP_MD *dgst = NULL; + STACK_OF(CONF_VALUE) *attribs = NULL; + STACK_OF(X509) *cert_sk = NULL; + STACK_OF(OPENSSL_STRING) *sigopts = NULL; #undef BSIZE #define BSIZE 256 - MS_STATIC char buf[3][BSIZE]; - char *randfile=NULL; + MS_STATIC char buf[3][BSIZE]; + char *randfile = NULL; #ifndef OPENSSL_NO_ENGINE - char *engine = NULL; + char *engine = NULL; #endif - char *tofree=NULL; - DB_ATTR db_attr; + char *tofree = NULL; + DB_ATTR db_attr; #ifdef EFENCE -EF_PROTECT_FREE=1; -EF_PROTECT_BELOW=1; -EF_ALIGNMENT=0; + EF_PROTECT_FREE = 1; + EF_PROTECT_BELOW = 1; + EF_ALIGNMENT = 0; #endif - apps_startup(); - - conf = NULL; - key = NULL; - section = NULL; - - preserve=0; - msie_hack=0; - if (bio_err == NULL) - if ((bio_err=BIO_new(BIO_s_file())) != NULL) - BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); - - argc--; - argv++; - while (argc >= 1) - { - if (strcmp(*argv,"-verbose") == 0) - verbose=1; - else if (strcmp(*argv,"-config") == 0) - { - if (--argc < 1) goto bad; - configfile= *(++argv); - } - else if (strcmp(*argv,"-name") == 0) - { - if (--argc < 1) goto bad; - section= *(++argv); - } - else if (strcmp(*argv,"-subj") == 0) - { - if (--argc < 1) goto bad; - subj= *(++argv); - /* preserve=1; */ - } - else if (strcmp(*argv,"-utf8") == 0) - chtype = MBSTRING_UTF8; - else if (strcmp(*argv,"-create_serial") == 0) - create_ser = 1; - else if (strcmp(*argv,"-multivalue-rdn") == 0) - multirdn=1; - else if (strcmp(*argv,"-startdate") == 0) - { - if (--argc < 1) goto bad; - startdate= *(++argv); - } - else if (strcmp(*argv,"-enddate") == 0) - { - if (--argc < 1) goto bad; - enddate= *(++argv); - } - else if (strcmp(*argv,"-days") == 0) - { - if (--argc < 1) goto bad; - days=atoi(*(++argv)); - } - else if (strcmp(*argv,"-md") == 0) - { - if (--argc < 1) goto bad; - md= *(++argv); - } - else if (strcmp(*argv,"-policy") == 0) - { - if (--argc < 1) goto bad; - policy= *(++argv); - } - else if (strcmp(*argv,"-keyfile") == 0) - { - if (--argc < 1) goto bad; - keyfile= *(++argv); - } - else if (strcmp(*argv,"-keyform") == 0) - { - if (--argc < 1) goto bad; - keyform=str2fmt(*(++argv)); - } - else if (strcmp(*argv,"-passin") == 0) - { - if (--argc < 1) goto bad; - passargin= *(++argv); - } - else if (strcmp(*argv,"-key") == 0) - { - if (--argc < 1) goto bad; - key= *(++argv); - } - else if (strcmp(*argv,"-cert") == 0) - { - if (--argc < 1) goto bad; - certfile= *(++argv); - } - else if (strcmp(*argv,"-selfsign") == 0) - selfsign=1; - else if (strcmp(*argv,"-in") == 0) - { - if (--argc < 1) goto bad; - infile= *(++argv); - req=1; - } - else if (strcmp(*argv,"-out") == 0) - { - if (--argc < 1) goto bad; - outfile= *(++argv); - } - else if (strcmp(*argv,"-outdir") == 0) - { - if (--argc < 1) goto bad; - outdir= *(++argv); - } - else if (strcmp(*argv,"-sigopt") == 0) - { - if (--argc < 1) - goto bad; - if (!sigopts) - sigopts = sk_OPENSSL_STRING_new_null(); - if (!sigopts || !sk_OPENSSL_STRING_push(sigopts, *(++argv))) - goto bad; - } - else if (strcmp(*argv,"-notext") == 0) - notext=1; - else if (strcmp(*argv,"-batch") == 0) - batch=1; - else if (strcmp(*argv,"-preserveDN") == 0) - preserve=1; - else if (strcmp(*argv,"-noemailDN") == 0) - email_dn=0; - else if (strcmp(*argv,"-gencrl") == 0) - gencrl=1; - else if (strcmp(*argv,"-msie_hack") == 0) - msie_hack=1; - else if (strcmp(*argv,"-crldays") == 0) - { - if (--argc < 1) goto bad; - crldays= atol(*(++argv)); - } - else if (strcmp(*argv,"-crlhours") == 0) - { - if (--argc < 1) goto bad; - crlhours= atol(*(++argv)); - } - else if (strcmp(*argv,"-crlsec") == 0) - { - if (--argc < 1) goto bad; - crlsec = atol(*(++argv)); - } - else if (strcmp(*argv,"-infiles") == 0) - { - argc--; - argv++; - req=1; - break; - } - else if (strcmp(*argv, "-ss_cert") == 0) - { - if (--argc < 1) goto bad; - ss_cert_file = *(++argv); - req=1; - } - else if (strcmp(*argv, "-spkac") == 0) - { - if (--argc < 1) goto bad; - spkac_file = *(++argv); - req=1; - } - else if (strcmp(*argv,"-revoke") == 0) - { - if (--argc < 1) goto bad; - infile= *(++argv); - dorevoke=1; - } - else if (strcmp(*argv,"-extensions") == 0) - { - if (--argc < 1) goto bad; - extensions= *(++argv); - } - else if (strcmp(*argv,"-extfile") == 0) - { - if (--argc < 1) goto bad; - extfile= *(++argv); - } - else if (strcmp(*argv,"-status") == 0) - { - if (--argc < 1) goto bad; - ser_status= *(++argv); - } - else if (strcmp(*argv,"-updatedb") == 0) - { - doupdatedb=1; - } - else if (strcmp(*argv,"-crlexts") == 0) - { - if (--argc < 1) goto bad; - crl_ext= *(++argv); - } - else if (strcmp(*argv,"-crl_reason") == 0) - { - if (--argc < 1) goto bad; - rev_arg = *(++argv); - rev_type = REV_CRL_REASON; - } - else if (strcmp(*argv,"-crl_hold") == 0) - { - if (--argc < 1) goto bad; - rev_arg = *(++argv); - rev_type = REV_HOLD; - } - else if (strcmp(*argv,"-crl_compromise") == 0) - { - if (--argc < 1) goto bad; - rev_arg = *(++argv); - rev_type = REV_KEY_COMPROMISE; - } - else if (strcmp(*argv,"-crl_CA_compromise") == 0) - { - if (--argc < 1) goto bad; - rev_arg = *(++argv); - rev_type = REV_CA_COMPROMISE; - } + apps_startup(); + + conf = NULL; + key = NULL; + section = NULL; + + preserve = 0; + msie_hack = 0; + if (bio_err == NULL) + if ((bio_err = BIO_new(BIO_s_file())) != NULL) + BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT); + + argc--; + argv++; + while (argc >= 1) { + if (strcmp(*argv, "-verbose") == 0) + verbose = 1; + else if (strcmp(*argv, "-config") == 0) { + if (--argc < 1) + goto bad; + configfile = *(++argv); + } else if (strcmp(*argv, "-name") == 0) { + if (--argc < 1) + goto bad; + section = *(++argv); + } else if (strcmp(*argv, "-subj") == 0) { + if (--argc < 1) + goto bad; + subj = *(++argv); + /* preserve=1; */ + } else if (strcmp(*argv, "-utf8") == 0) + chtype = MBSTRING_UTF8; + else if (strcmp(*argv, "-create_serial") == 0) + create_ser = 1; + else if (strcmp(*argv, "-multivalue-rdn") == 0) + multirdn = 1; + else if (strcmp(*argv, "-startdate") == 0) { + if (--argc < 1) + goto bad; + startdate = *(++argv); + } else if (strcmp(*argv, "-enddate") == 0) { + if (--argc < 1) + goto bad; + enddate = *(++argv); + } else if (strcmp(*argv, "-days") == 0) { + if (--argc < 1) + goto bad; + days = atoi(*(++argv)); + } else if (strcmp(*argv, "-md") == 0) { + if (--argc < 1) + goto bad; + md = *(++argv); + } else if (strcmp(*argv, "-policy") == 0) { + if (--argc < 1) + goto bad; + policy = *(++argv); + } else if (strcmp(*argv, "-keyfile") == 0) { + if (--argc < 1) + goto bad; + keyfile = *(++argv); + } else if (strcmp(*argv, "-keyform") == 0) { + if (--argc < 1) + goto bad; + keyform = str2fmt(*(++argv)); + } else if (strcmp(*argv, "-passin") == 0) { + if (--argc < 1) + goto bad; + passargin = *(++argv); + } else if (strcmp(*argv, "-key") == 0) { + if (--argc < 1) + goto bad; + key = *(++argv); + } else if (strcmp(*argv, "-cert") == 0) { + if (--argc < 1) + goto bad; + certfile = *(++argv); + } else if (strcmp(*argv, "-selfsign") == 0) + selfsign = 1; + else if (strcmp(*argv, "-in") == 0) { + if (--argc < 1) + goto bad; + infile = *(++argv); + req = 1; + } else if (strcmp(*argv, "-out") == 0) { + if (--argc < 1) + goto bad; + outfile = *(++argv); + } else if (strcmp(*argv, "-outdir") == 0) { + if (--argc < 1) + goto bad; + outdir = *(++argv); + } else if (strcmp(*argv, "-sigopt") == 0) { + if (--argc < 1) + goto bad; + if (!sigopts) + sigopts = sk_OPENSSL_STRING_new_null(); + if (!sigopts || !sk_OPENSSL_STRING_push(sigopts, *(++argv))) + goto bad; + } else if (strcmp(*argv, "-notext") == 0) + notext = 1; + else if (strcmp(*argv, "-batch") == 0) + batch = 1; + else if (strcmp(*argv, "-preserveDN") == 0) + preserve = 1; + else if (strcmp(*argv, "-noemailDN") == 0) + email_dn = 0; + else if (strcmp(*argv, "-gencrl") == 0) + gencrl = 1; + else if (strcmp(*argv, "-msie_hack") == 0) + msie_hack = 1; + else if (strcmp(*argv, "-crldays") == 0) { + if (--argc < 1) + goto bad; + crldays = atol(*(++argv)); + } else if (strcmp(*argv, "-crlhours") == 0) { + if (--argc < 1) + goto bad; + crlhours = atol(*(++argv)); + } else if (strcmp(*argv, "-crlsec") == 0) { + if (--argc < 1) + goto bad; + crlsec = atol(*(++argv)); + } else if (strcmp(*argv, "-infiles") == 0) { + argc--; + argv++; + req = 1; + break; + } else if (strcmp(*argv, "-ss_cert") == 0) { + if (--argc < 1) + goto bad; + ss_cert_file = *(++argv); + req = 1; + } else if (strcmp(*argv, "-spkac") == 0) { + if (--argc < 1) + goto bad; + spkac_file = *(++argv); + req = 1; + } else if (strcmp(*argv, "-revoke") == 0) { + if (--argc < 1) + goto bad; + infile = *(++argv); + dorevoke = 1; + } else if (strcmp(*argv, "-valid") == 0) { + if (--argc < 1) + goto bad; + infile = *(++argv); + dorevoke = 2; + } else if (strcmp(*argv, "-extensions") == 0) { + if (--argc < 1) + goto bad; + extensions = *(++argv); + } else if (strcmp(*argv, "-extfile") == 0) { + if (--argc < 1) + goto bad; + extfile = *(++argv); + } else if (strcmp(*argv, "-status") == 0) { + if (--argc < 1) + goto bad; + ser_status = *(++argv); + } else if (strcmp(*argv, "-updatedb") == 0) { + doupdatedb = 1; + } else if (strcmp(*argv, "-crlexts") == 0) { + if (--argc < 1) + goto bad; + crl_ext = *(++argv); + } else if (strcmp(*argv, "-crl_reason") == 0) { + if (--argc < 1) + goto bad; + rev_arg = *(++argv); + rev_type = REV_CRL_REASON; + } else if (strcmp(*argv, "-crl_hold") == 0) { + if (--argc < 1) + goto bad; + rev_arg = *(++argv); + rev_type = REV_HOLD; + } else if (strcmp(*argv, "-crl_compromise") == 0) { + if (--argc < 1) + goto bad; + rev_arg = *(++argv); + rev_type = REV_KEY_COMPROMISE; + } else if (strcmp(*argv, "-crl_CA_compromise") == 0) { + if (--argc < 1) + goto bad; + rev_arg = *(++argv); + rev_type = REV_CA_COMPROMISE; + } #ifndef OPENSSL_NO_ENGINE - else if (strcmp(*argv,"-engine") == 0) - { - if (--argc < 1) goto bad; - engine= *(++argv); - } + else if (strcmp(*argv, "-engine") == 0) { + if (--argc < 1) + goto bad; + engine = *(++argv); + } #endif - else - { -bad: - BIO_printf(bio_err,"unknown option %s\n",*argv); - badops=1; - break; - } - argc--; - argv++; - } - - if (badops) - { - const char **pp2; - - for (pp2=ca_usage; (*pp2 != NULL); pp2++) - BIO_printf(bio_err,"%s",*pp2); - goto err; - } - - ERR_load_crypto_strings(); - - /*****************************************************************/ - tofree=NULL; - if (configfile == NULL) configfile = getenv("OPENSSL_CONF"); - if (configfile == NULL) configfile = getenv("SSLEAY_CONF"); - if (configfile == NULL) - { - const char *s=X509_get_default_cert_area(); - size_t len; + else { + bad: + BIO_printf(bio_err, "unknown option %s\n", *argv); + badops = 1; + break; + } + argc--; + argv++; + } + + if (badops) { + const char **pp2; + + for (pp2 = ca_usage; (*pp2 != NULL); pp2++) + BIO_printf(bio_err, "%s", *pp2); + goto err; + } + + ERR_load_crypto_strings(); + + /*****************************************************************/ + tofree = NULL; + if (configfile == NULL) + configfile = getenv("OPENSSL_CONF"); + if (configfile == NULL) + configfile = getenv("SSLEAY_CONF"); + if (configfile == NULL) { + const char *s = X509_get_default_cert_area(); + size_t len; #ifdef OPENSSL_SYS_VMS - len = strlen(s)+sizeof(CONFIG_FILE); - tofree=OPENSSL_malloc(len); - strcpy(tofree,s); + len = strlen(s) + sizeof(CONFIG_FILE); + tofree = OPENSSL_malloc(len); + strcpy(tofree, s); #else - len = strlen(s)+sizeof(CONFIG_FILE)+1; - tofree=OPENSSL_malloc(len); - BUF_strlcpy(tofree,s,len); - BUF_strlcat(tofree,"/",len); + len = strlen(s) + sizeof(CONFIG_FILE) + 1; + tofree = OPENSSL_malloc(len); + BUF_strlcpy(tofree, s, len); + BUF_strlcat(tofree, "/", len); #endif - BUF_strlcat(tofree,CONFIG_FILE,len); - configfile=tofree; - } - - BIO_printf(bio_err,"Using configuration from %s\n",configfile); - conf = NCONF_new(NULL); - if (NCONF_load(conf,configfile,&errorline) <= 0) - { - if (errorline <= 0) - BIO_printf(bio_err,"error loading the config file '%s'\n", - configfile); - else - BIO_printf(bio_err,"error on line %ld of config file '%s'\n" - ,errorline,configfile); - goto err; - } - if(tofree) - { - OPENSSL_free(tofree); - tofree = NULL; - } - - if (!load_config(bio_err, conf)) - goto err; + BUF_strlcat(tofree, CONFIG_FILE, len); + configfile = tofree; + } + + BIO_printf(bio_err, "Using configuration from %s\n", configfile); + conf = NCONF_new(NULL); + if (NCONF_load(conf, configfile, &errorline) <= 0) { + if (errorline <= 0) + BIO_printf(bio_err, "error loading the config file '%s'\n", + configfile); + else + BIO_printf(bio_err, "error on line %ld of config file '%s'\n", + errorline, configfile); + goto err; + } + if (tofree) { + OPENSSL_free(tofree); + tofree = NULL; + } + + if (!load_config(bio_err, conf)) + goto err; #ifndef OPENSSL_NO_ENGINE - e = setup_engine(bio_err, engine, 0); + e = setup_engine(bio_err, engine, 0); #endif - /* Lets get the config section we are using */ - if (section == NULL) - { - section=NCONF_get_string(conf,BASE_SECTION,ENV_DEFAULT_CA); - if (section == NULL) - { - lookup_fail(BASE_SECTION,ENV_DEFAULT_CA); - goto err; - } - } - - if (conf != NULL) - { - p=NCONF_get_string(conf,NULL,"oid_file"); - if (p == NULL) - ERR_clear_error(); - if (p != NULL) - { - BIO *oid_bio; - - oid_bio=BIO_new_file(p,"r"); - if (oid_bio == NULL) - { - /* - BIO_printf(bio_err,"problems opening %s for extra oid's\n",p); - ERR_print_errors(bio_err); - */ - ERR_clear_error(); - } - else - { - OBJ_create_objects(oid_bio); - BIO_free(oid_bio); - } - } - if (!add_oid_section(bio_err,conf)) - { - ERR_print_errors(bio_err); - goto err; - } - } - - randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE"); - if (randfile == NULL) - ERR_clear_error(); - app_RAND_load_file(randfile, bio_err, 0); - - f = NCONF_get_string(conf, section, STRING_MASK); - if (!f) - ERR_clear_error(); - - if(f && !ASN1_STRING_set_default_mask_asc(f)) { - BIO_printf(bio_err, "Invalid global string mask setting %s\n", f); - goto err; - } - - if (chtype != MBSTRING_UTF8){ - f = NCONF_get_string(conf, section, UTF8_IN); - if (!f) - ERR_clear_error(); - else if (!strcmp(f, "yes")) - chtype = MBSTRING_UTF8; - } - - db_attr.unique_subject = 1; - p = NCONF_get_string(conf, section, ENV_UNIQUE_SUBJECT); - if (p) - { + /* Lets get the config section we are using */ + if (section == NULL) { + section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_CA); + if (section == NULL) { + lookup_fail(BASE_SECTION, ENV_DEFAULT_CA); + goto err; + } + } + + if (conf != NULL) { + p = NCONF_get_string(conf, NULL, "oid_file"); + if (p == NULL) + ERR_clear_error(); + if (p != NULL) { + BIO *oid_bio; + + oid_bio = BIO_new_file(p, "r"); + if (oid_bio == NULL) { + /*- + BIO_printf(bio_err,"problems opening %s for extra oid's\n",p); + ERR_print_errors(bio_err); + */ + ERR_clear_error(); + } else { + OBJ_create_objects(oid_bio); + BIO_free(oid_bio); + } + } + if (!add_oid_section(bio_err, conf)) { + ERR_print_errors(bio_err); + goto err; + } + } + + randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE"); + if (randfile == NULL) + ERR_clear_error(); + app_RAND_load_file(randfile, bio_err, 0); + + f = NCONF_get_string(conf, section, STRING_MASK); + if (!f) + ERR_clear_error(); + + if (f && !ASN1_STRING_set_default_mask_asc(f)) { + BIO_printf(bio_err, "Invalid global string mask setting %s\n", f); + goto err; + } + + if (chtype != MBSTRING_UTF8) { + f = NCONF_get_string(conf, section, UTF8_IN); + if (!f) + ERR_clear_error(); + else if (!strcmp(f, "yes")) + chtype = MBSTRING_UTF8; + } + + db_attr.unique_subject = 1; + p = NCONF_get_string(conf, section, ENV_UNIQUE_SUBJECT); + if (p) { #ifdef RL_DEBUG - BIO_printf(bio_err, "DEBUG: unique_subject = \"%s\"\n", p); + BIO_printf(bio_err, "DEBUG: unique_subject = \"%s\"\n", p); #endif - db_attr.unique_subject = parse_yesno(p,1); - } - else - ERR_clear_error(); + db_attr.unique_subject = parse_yesno(p, 1); + } else + ERR_clear_error(); #ifdef RL_DEBUG - if (!p) - BIO_printf(bio_err, "DEBUG: unique_subject undefined\n", p); + if (!p) + BIO_printf(bio_err, "DEBUG: unique_subject undefined\n"); #endif #ifdef RL_DEBUG - BIO_printf(bio_err, "DEBUG: configured unique_subject is %d\n", - db_attr.unique_subject); + BIO_printf(bio_err, "DEBUG: configured unique_subject is %d\n", + db_attr.unique_subject); #endif - - in=BIO_new(BIO_s_file()); - out=BIO_new(BIO_s_file()); - Sout=BIO_new(BIO_s_file()); - Cout=BIO_new(BIO_s_file()); - if ((in == NULL) || (out == NULL) || (Sout == NULL) || (Cout == NULL)) - { - ERR_print_errors(bio_err); - goto err; - } - - /*****************************************************************/ - /* report status of cert with serial number given on command line */ - if (ser_status) - { - if ((dbfile=NCONF_get_string(conf,section,ENV_DATABASE)) == NULL) - { - lookup_fail(section,ENV_DATABASE); - goto err; - } - db = load_index(dbfile,&db_attr); - if (db == NULL) goto err; - - if (!index_index(db)) goto err; - - if (get_certificate_status(ser_status,db) != 1) - BIO_printf(bio_err,"Error verifying serial %s!\n", - ser_status); - goto err; - } - - /*****************************************************************/ - /* we definitely need a private key, so let's get it */ - - if ((keyfile == NULL) && ((keyfile=NCONF_get_string(conf, - section,ENV_PRIVATE_KEY)) == NULL)) - { - lookup_fail(section,ENV_PRIVATE_KEY); - goto err; - } - if (!key) - { - free_key = 1; - if (!app_passwd(bio_err, passargin, NULL, &key, NULL)) - { - BIO_printf(bio_err,"Error getting password\n"); - goto err; - } - } - pkey = load_key(bio_err, keyfile, keyform, 0, key, e, - "CA private key"); - if (key) OPENSSL_cleanse(key,strlen(key)); - if (pkey == NULL) - { - /* load_key() has already printed an appropriate message */ - goto err; - } - - /*****************************************************************/ - /* we need a certificate */ - if (!selfsign || spkac_file || ss_cert_file || gencrl) - { - if ((certfile == NULL) - && ((certfile=NCONF_get_string(conf, - section,ENV_CERTIFICATE)) == NULL)) - { - lookup_fail(section,ENV_CERTIFICATE); - goto err; - } - x509=load_cert(bio_err, certfile, FORMAT_PEM, NULL, e, - "CA certificate"); - if (x509 == NULL) - goto err; - - if (!X509_check_private_key(x509,pkey)) - { - BIO_printf(bio_err,"CA certificate and CA private key do not match\n"); - goto err; - } - } - if (!selfsign) x509p = x509; - - f=NCONF_get_string(conf,BASE_SECTION,ENV_PRESERVE); - if (f == NULL) - ERR_clear_error(); - if ((f != NULL) && ((*f == 'y') || (*f == 'Y'))) - preserve=1; - f=NCONF_get_string(conf,BASE_SECTION,ENV_MSIE_HACK); - if (f == NULL) - ERR_clear_error(); - if ((f != NULL) && ((*f == 'y') || (*f == 'Y'))) - msie_hack=1; - - f=NCONF_get_string(conf,section,ENV_NAMEOPT); - - if (f) - { - if (!set_name_ex(&nameopt, f)) - { - BIO_printf(bio_err, "Invalid name options: \"%s\"\n", f); - goto err; - } - default_op = 0; - } - else - ERR_clear_error(); - - f=NCONF_get_string(conf,section,ENV_CERTOPT); - - if (f) - { - if (!set_cert_ex(&certopt, f)) - { - BIO_printf(bio_err, "Invalid certificate options: \"%s\"\n", f); - goto err; - } - default_op = 0; - } - else - ERR_clear_error(); - - f=NCONF_get_string(conf,section,ENV_EXTCOPY); - - if (f) - { - if (!set_ext_copy(&ext_copy, f)) - { - BIO_printf(bio_err, "Invalid extension copy option: \"%s\"\n", f); - goto err; - } - } - else - ERR_clear_error(); - - /*****************************************************************/ - /* lookup where to write new certificates */ - if ((outdir == NULL) && (req)) - { - - if ((outdir=NCONF_get_string(conf,section,ENV_NEW_CERTS_DIR)) - == NULL) - { - BIO_printf(bio_err,"there needs to be defined a directory for new certificate to be placed in\n"); - goto err; - } + + in = BIO_new(BIO_s_file()); + out = BIO_new(BIO_s_file()); + Sout = BIO_new(BIO_s_file()); + Cout = BIO_new(BIO_s_file()); + if ((in == NULL) || (out == NULL) || (Sout == NULL) || (Cout == NULL)) { + ERR_print_errors(bio_err); + goto err; + } + + /*****************************************************************/ + /* report status of cert with serial number given on command line */ + if (ser_status) { + if ((dbfile = NCONF_get_string(conf, section, ENV_DATABASE)) == NULL) { + lookup_fail(section, ENV_DATABASE); + goto err; + } + db = load_index(dbfile, &db_attr); + if (db == NULL) + goto err; + + if (!index_index(db)) + goto err; + + if (get_certificate_status(ser_status, db) != 1) + BIO_printf(bio_err, "Error verifying serial %s!\n", ser_status); + goto err; + } + + /*****************************************************************/ + /* we definitely need a private key, so let's get it */ + + if ((keyfile == NULL) && ((keyfile = NCONF_get_string(conf, + section, + ENV_PRIVATE_KEY)) == + NULL)) { + lookup_fail(section, ENV_PRIVATE_KEY); + goto err; + } + if (!key) { + free_key = 1; + if (!app_passwd(bio_err, passargin, NULL, &key, NULL)) { + BIO_printf(bio_err, "Error getting password\n"); + goto err; + } + } + pkey = load_key(bio_err, keyfile, keyform, 0, key, e, "CA private key"); + if (key) + OPENSSL_cleanse(key, strlen(key)); + if (pkey == NULL) { + /* load_key() has already printed an appropriate message */ + goto err; + } + + /*****************************************************************/ + /* we need a certificate */ + if (!selfsign || spkac_file || ss_cert_file || gencrl) { + if ((certfile == NULL) + && ((certfile = NCONF_get_string(conf, + section, + ENV_CERTIFICATE)) == NULL)) { + lookup_fail(section, ENV_CERTIFICATE); + goto err; + } + x509 = load_cert(bio_err, certfile, FORMAT_PEM, NULL, e, + "CA certificate"); + if (x509 == NULL) + goto err; + + if (!X509_check_private_key(x509, pkey)) { + BIO_printf(bio_err, + "CA certificate and CA private key do not match\n"); + goto err; + } + } + if (!selfsign) + x509p = x509; + + f = NCONF_get_string(conf, BASE_SECTION, ENV_PRESERVE); + if (f == NULL) + ERR_clear_error(); + if ((f != NULL) && ((*f == 'y') || (*f == 'Y'))) + preserve = 1; + f = NCONF_get_string(conf, BASE_SECTION, ENV_MSIE_HACK); + if (f == NULL) + ERR_clear_error(); + if ((f != NULL) && ((*f == 'y') || (*f == 'Y'))) + msie_hack = 1; + + f = NCONF_get_string(conf, section, ENV_NAMEOPT); + + if (f) { + if (!set_name_ex(&nameopt, f)) { + BIO_printf(bio_err, "Invalid name options: \"%s\"\n", f); + goto err; + } + default_op = 0; + } else + ERR_clear_error(); + + f = NCONF_get_string(conf, section, ENV_CERTOPT); + + if (f) { + if (!set_cert_ex(&certopt, f)) { + BIO_printf(bio_err, "Invalid certificate options: \"%s\"\n", f); + goto err; + } + default_op = 0; + } else + ERR_clear_error(); + + f = NCONF_get_string(conf, section, ENV_EXTCOPY); + + if (f) { + if (!set_ext_copy(&ext_copy, f)) { + BIO_printf(bio_err, "Invalid extension copy option: \"%s\"\n", f); + goto err; + } + } else + ERR_clear_error(); + + /*****************************************************************/ + /* lookup where to write new certificates */ + if ((outdir == NULL) && (req)) { + + if ((outdir = NCONF_get_string(conf, section, ENV_NEW_CERTS_DIR)) + == NULL) { + BIO_printf(bio_err, + "there needs to be defined a directory for new certificate to be placed in\n"); + goto err; + } #ifndef OPENSSL_SYS_VMS - /* outdir is a directory spec, but access() for VMS demands a - filename. In any case, stat(), below, will catch the problem - if outdir is not a directory spec, and the fopen() or open() - will catch an error if there is no write access. - - Presumably, this problem could also be solved by using the DEC - C routines to convert the directory syntax to Unixly, and give - that to access(). However, time's too short to do that just - now. - */ -#ifndef _WIN32 - if (access(outdir,R_OK|W_OK|X_OK) != 0) -#else - if (_access(outdir,R_OK|W_OK|X_OK) != 0) -#endif - { - BIO_printf(bio_err,"I am unable to access the %s directory\n",outdir); - perror(outdir); - goto err; - } - - if (app_isdir(outdir)<=0) - { - BIO_printf(bio_err,"%s need to be a directory\n",outdir); - perror(outdir); - goto err; - } + /* + * outdir is a directory spec, but access() for VMS demands a + * filename. In any case, stat(), below, will catch the problem if + * outdir is not a directory spec, and the fopen() or open() will + * catch an error if there is no write access. + * + * Presumably, this problem could also be solved by using the DEC C + * routines to convert the directory syntax to Unixly, and give that + * to access(). However, time's too short to do that just now. + */ +# ifndef _WIN32 + if (access(outdir, R_OK | W_OK | X_OK) != 0) +# else + if (_access(outdir, R_OK | W_OK | X_OK) != 0) +# endif + { + BIO_printf(bio_err, "I am unable to access the %s directory\n", + outdir); + perror(outdir); + goto err; + } + + if (app_isdir(outdir) <= 0) { + BIO_printf(bio_err, "%s need to be a directory\n", outdir); + perror(outdir); + goto err; + } #endif - } - - /*****************************************************************/ - /* we need to load the database file */ - if ((dbfile=NCONF_get_string(conf,section,ENV_DATABASE)) == NULL) - { - lookup_fail(section,ENV_DATABASE); - goto err; - } - db = load_index(dbfile, &db_attr); - if (db == NULL) goto err; - - /* Lets check some fields */ - for (i=0; idb->data); i++) - { - pp=sk_OPENSSL_PSTRING_value(db->db->data,i); - if ((pp[DB_type][0] != DB_TYPE_REV) && - (pp[DB_rev_date][0] != '\0')) - { - BIO_printf(bio_err,"entry %d: not revoked yet, but has a revocation date\n",i+1); - goto err; - } - if ((pp[DB_type][0] == DB_TYPE_REV) && - !make_revoked(NULL, pp[DB_rev_date])) - { - BIO_printf(bio_err," in entry %d\n", i+1); - goto err; - } - if (!check_time_format((char *)pp[DB_exp_date])) - { - BIO_printf(bio_err,"entry %d: invalid expiry date\n",i+1); - goto err; - } - p=pp[DB_serial]; - j=strlen(p); - if (*p == '-') - { - p++; - j--; - } - if ((j&1) || (j < 2)) - { - BIO_printf(bio_err,"entry %d: bad serial number length (%d)\n",i+1,j); - goto err; - } - while (*p) - { - if (!( ((*p >= '0') && (*p <= '9')) || - ((*p >= 'A') && (*p <= 'F')) || - ((*p >= 'a') && (*p <= 'f'))) ) - { - BIO_printf(bio_err,"entry %d: bad serial number characters, char pos %ld, char is '%c'\n",i+1,(long)(p-pp[DB_serial]),*p); - goto err; - } - p++; - } - } - if (verbose) - { - BIO_set_fp(out,stdout,BIO_NOCLOSE|BIO_FP_TEXT); /* cannot fail */ + } + + /*****************************************************************/ + /* we need to load the database file */ + if ((dbfile = NCONF_get_string(conf, section, ENV_DATABASE)) == NULL) { + lookup_fail(section, ENV_DATABASE); + goto err; + } + db = load_index(dbfile, &db_attr); + if (db == NULL) + goto err; + + /* Lets check some fields */ + for (i = 0; i < sk_OPENSSL_PSTRING_num(db->db->data); i++) { + pp = sk_OPENSSL_PSTRING_value(db->db->data, i); + if ((pp[DB_type][0] != DB_TYPE_REV) && (pp[DB_rev_date][0] != '\0')) { + BIO_printf(bio_err, + "entry %d: not revoked yet, but has a revocation date\n", + i + 1); + goto err; + } + if ((pp[DB_type][0] == DB_TYPE_REV) && + !make_revoked(NULL, pp[DB_rev_date])) { + BIO_printf(bio_err, " in entry %d\n", i + 1); + goto err; + } + if (!check_time_format((char *)pp[DB_exp_date])) { + BIO_printf(bio_err, "entry %d: invalid expiry date\n", i + 1); + goto err; + } + p = pp[DB_serial]; + j = strlen(p); + if (*p == '-') { + p++; + j--; + } + if ((j & 1) || (j < 2)) { + BIO_printf(bio_err, "entry %d: bad serial number length (%d)\n", + i + 1, j); + goto err; + } + while (*p) { + if (!(((*p >= '0') && (*p <= '9')) || + ((*p >= 'A') && (*p <= 'F')) || + ((*p >= 'a') && (*p <= 'f')))) { + BIO_printf(bio_err, + "entry %d: bad serial number characters, char pos %ld, char is '%c'\n", + i + 1, (long)(p - pp[DB_serial]), *p); + goto err; + } + p++; + } + } + if (verbose) { + BIO_set_fp(out, stdout, BIO_NOCLOSE | BIO_FP_TEXT); /* cannot fail */ #ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - out = BIO_push(tmpbio, out); - } + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + out = BIO_push(tmpbio, out); + } #endif - TXT_DB_write(out,db->db); - BIO_printf(bio_err,"%d entries loaded from the database\n", - sk_OPENSSL_PSTRING_num(db->db->data)); - BIO_printf(bio_err,"generating index\n"); - } - - if (!index_index(db)) goto err; - - /*****************************************************************/ - /* Update the db file for expired certificates */ - if (doupdatedb) - { - if (verbose) - BIO_printf(bio_err, "Updating %s ...\n", - dbfile); - - i = do_updatedb(db); - if (i == -1) - { - BIO_printf(bio_err,"Malloc failure\n"); - goto err; - } - else if (i == 0) - { - if (verbose) BIO_printf(bio_err, - "No entries found to mark expired\n"); - } - else - { - if (!save_index(dbfile,"new",db)) goto err; - - if (!rotate_index(dbfile,"new","old")) goto err; - - if (verbose) BIO_printf(bio_err, - "Done. %d entries marked as expired\n",i); - } - } - - /*****************************************************************/ - /* Read extentions config file */ - if (extfile) - { - extconf = NCONF_new(NULL); - if (NCONF_load(extconf,extfile,&errorline) <= 0) - { - if (errorline <= 0) - BIO_printf(bio_err, "ERROR: loading the config file '%s'\n", - extfile); - else - BIO_printf(bio_err, "ERROR: on line %ld of config file '%s'\n", - errorline,extfile); - ret = 1; - goto err; - } - - if (verbose) - BIO_printf(bio_err, "Successfully loaded extensions file %s\n", extfile); - - /* We can have sections in the ext file */ - if (!extensions && !(extensions = NCONF_get_string(extconf, "default", "extensions"))) - extensions = "default"; - } - - /*****************************************************************/ - if (req || gencrl) - { - if (outfile != NULL) - { - if (BIO_write_filename(Sout,outfile) <= 0) - { - perror(outfile); - goto err; - } - } - else - { - BIO_set_fp(Sout,stdout,BIO_NOCLOSE|BIO_FP_TEXT); + TXT_DB_write(out, db->db); + BIO_printf(bio_err, "%d entries loaded from the database\n", + sk_OPENSSL_PSTRING_num(db->db->data)); + BIO_printf(bio_err, "generating index\n"); + } + + if (!index_index(db)) + goto err; + + /*****************************************************************/ + /* Update the db file for expired certificates */ + if (doupdatedb) { + if (verbose) + BIO_printf(bio_err, "Updating %s ...\n", dbfile); + + i = do_updatedb(db); + if (i == -1) { + BIO_printf(bio_err, "Malloc failure\n"); + goto err; + } else if (i == 0) { + if (verbose) + BIO_printf(bio_err, "No entries found to mark expired\n"); + } else { + if (!save_index(dbfile, "new", db)) + goto err; + + if (!rotate_index(dbfile, "new", "old")) + goto err; + + if (verbose) + BIO_printf(bio_err, + "Done. %d entries marked as expired\n", i); + } + } + + /*****************************************************************/ + /* Read extentions config file */ + if (extfile) { + extconf = NCONF_new(NULL); + if (NCONF_load(extconf, extfile, &errorline) <= 0) { + if (errorline <= 0) + BIO_printf(bio_err, "ERROR: loading the config file '%s'\n", + extfile); + else + BIO_printf(bio_err, + "ERROR: on line %ld of config file '%s'\n", + errorline, extfile); + ret = 1; + goto err; + } + + if (verbose) + BIO_printf(bio_err, "Successfully loaded extensions file %s\n", + extfile); + + /* We can have sections in the ext file */ + if (!extensions + && !(extensions = + NCONF_get_string(extconf, "default", "extensions"))) + extensions = "default"; + } + + /*****************************************************************/ + if (req || gencrl) { + if (outfile != NULL) { + if (BIO_write_filename(Sout, outfile) <= 0) { + perror(outfile); + goto err; + } + } else { + BIO_set_fp(Sout, stdout, BIO_NOCLOSE | BIO_FP_TEXT); #ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - Sout = BIO_push(tmpbio, Sout); - } + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + Sout = BIO_push(tmpbio, Sout); + } #endif - } - } - - if ((md == NULL) && ((md=NCONF_get_string(conf, - section,ENV_DEFAULT_MD)) == NULL)) - { - lookup_fail(section,ENV_DEFAULT_MD); - goto err; - } - - if (!strcmp(md, "default")) - { - int def_nid; - if (EVP_PKEY_get_default_digest_nid(pkey, &def_nid) <= 0) - { - BIO_puts(bio_err,"no default digest\n"); - goto err; - } - md = (char *)OBJ_nid2sn(def_nid); - } - - if ((dgst=EVP_get_digestbyname(md)) == NULL) - { - BIO_printf(bio_err,"%s is an unsupported message digest type\n",md); - goto err; - } - - if (req) - { - if ((email_dn == 1) && ((tmp_email_dn=NCONF_get_string(conf, - section,ENV_DEFAULT_EMAIL_DN)) != NULL )) - { - if(strcmp(tmp_email_dn,"no") == 0) - email_dn=0; - } - if (verbose) - BIO_printf(bio_err,"message digest is %s\n", - OBJ_nid2ln(dgst->type)); - if ((policy == NULL) && ((policy=NCONF_get_string(conf, - section,ENV_POLICY)) == NULL)) - { - lookup_fail(section,ENV_POLICY); - goto err; - } - if (verbose) - BIO_printf(bio_err,"policy is %s\n",policy); - - if ((serialfile=NCONF_get_string(conf,section,ENV_SERIAL)) - == NULL) - { - lookup_fail(section,ENV_SERIAL); - goto err; - } - - if (!extconf) - { - /* no '-extfile' option, so we look for extensions - * in the main configuration file */ - if (!extensions) - { - extensions=NCONF_get_string(conf,section, - ENV_EXTENSIONS); - if (!extensions) - ERR_clear_error(); - } - if (extensions) - { - /* Check syntax of file */ - X509V3_CTX ctx; - X509V3_set_ctx_test(&ctx); - X509V3_set_nconf(&ctx, conf); - if (!X509V3_EXT_add_nconf(conf, &ctx, extensions, - NULL)) - { - BIO_printf(bio_err, - "Error Loading extension section %s\n", - extensions); - ret = 1; - goto err; - } - } - } - - if (startdate == NULL) - { - startdate=NCONF_get_string(conf,section, - ENV_DEFAULT_STARTDATE); - if (startdate == NULL) - ERR_clear_error(); - } - if (startdate && !ASN1_TIME_set_string(NULL, startdate)) - { - BIO_printf(bio_err,"start date is invalid, it should be YYMMDDHHMMSSZ or YYYYMMDDHHMMSSZ\n"); - goto err; - } - if (startdate == NULL) startdate="today"; - - if (enddate == NULL) - { - enddate=NCONF_get_string(conf,section, - ENV_DEFAULT_ENDDATE); - if (enddate == NULL) - ERR_clear_error(); - } - if (enddate && !ASN1_TIME_set_string(NULL, enddate)) - { - BIO_printf(bio_err,"end date is invalid, it should be YYMMDDHHMMSSZ or YYYYMMDDHHMMSSZ\n"); - goto err; - } - - if (days == 0) - { - if(!NCONF_get_number(conf,section, ENV_DEFAULT_DAYS, &days)) - days = 0; - } - if (!enddate && (days == 0)) - { - BIO_printf(bio_err,"cannot lookup how many days to certify for\n"); - goto err; - } - - if ((serial=load_serial(serialfile, create_ser, NULL)) == NULL) - { - BIO_printf(bio_err,"error while loading serial number\n"); - goto err; - } - if (verbose) - { - if (BN_is_zero(serial)) - BIO_printf(bio_err,"next serial number is 00\n"); - else - { - if ((f=BN_bn2hex(serial)) == NULL) goto err; - BIO_printf(bio_err,"next serial number is %s\n",f); - OPENSSL_free(f); - } - } - - if ((attribs=NCONF_get_section(conf,policy)) == NULL) - { - BIO_printf(bio_err,"unable to find 'section' for %s\n",policy); - goto err; - } - - if ((cert_sk=sk_X509_new_null()) == NULL) - { - BIO_printf(bio_err,"Memory allocation failure\n"); - goto err; - } - if (spkac_file != NULL) - { - total++; - j=certify_spkac(&x,spkac_file,pkey,x509,dgst,sigopts, - attribs,db, serial,subj,chtype,multirdn, - email_dn,startdate,enddate,days,extensions, - conf,verbose,certopt,nameopt,default_op,ext_copy); - if (j < 0) goto err; - if (j > 0) - { - total_done++; - BIO_printf(bio_err,"\n"); - if (!BN_add_word(serial,1)) goto err; - if (!sk_X509_push(cert_sk,x)) - { - BIO_printf(bio_err,"Memory allocation failure\n"); - goto err; - } - if (outfile) - { - output_der = 1; - batch = 1; - } - } - } - if (ss_cert_file != NULL) - { - total++; - j=certify_cert(&x,ss_cert_file,pkey,x509,dgst,sigopts, - attribs, - db,serial,subj,chtype,multirdn,email_dn,startdate,enddate,days,batch, - extensions,conf,verbose, certopt, nameopt, - default_op, ext_copy, e); - if (j < 0) goto err; - if (j > 0) - { - total_done++; - BIO_printf(bio_err,"\n"); - if (!BN_add_word(serial,1)) goto err; - if (!sk_X509_push(cert_sk,x)) - { - BIO_printf(bio_err,"Memory allocation failure\n"); - goto err; - } - } - } - if (infile != NULL) - { - total++; - j=certify(&x,infile,pkey,x509p,dgst,sigopts, attribs,db, - serial,subj,chtype,multirdn,email_dn,startdate,enddate,days,batch, - extensions,conf,verbose, certopt, nameopt, - default_op, ext_copy, selfsign); - if (j < 0) goto err; - if (j > 0) - { - total_done++; - BIO_printf(bio_err,"\n"); - if (!BN_add_word(serial,1)) goto err; - if (!sk_X509_push(cert_sk,x)) - { - BIO_printf(bio_err,"Memory allocation failure\n"); - goto err; - } - } - } - for (i=0; i 0) - { - total_done++; - BIO_printf(bio_err,"\n"); - if (!BN_add_word(serial,1)) goto err; - if (!sk_X509_push(cert_sk,x)) - { - BIO_printf(bio_err,"Memory allocation failure\n"); - goto err; - } - } - } - /* we have a stack of newly certified certificates - * and a data base and serial number that need - * updating */ - - if (sk_X509_num(cert_sk) > 0) - { - if (!batch) - { - BIO_printf(bio_err,"\n%d out of %d certificate requests certified, commit? [y/n]",total_done,total); - (void)BIO_flush(bio_err); - buf[0][0]='\0'; - if (!fgets(buf[0],10,stdin)) - { - BIO_printf(bio_err,"CERTIFICATION CANCELED: I/O error\n"); - ret=0; - goto err; - } - if ((buf[0][0] != 'y') && (buf[0][0] != 'Y')) - { - BIO_printf(bio_err,"CERTIFICATION CANCELED\n"); - ret=0; - goto err; - } - } - - BIO_printf(bio_err,"Write out database with %d new entries\n",sk_X509_num(cert_sk)); - - if (!save_serial(serialfile,"new",serial,NULL)) goto err; - - if (!save_index(dbfile, "new", db)) goto err; - } - - if (verbose) - BIO_printf(bio_err,"writing new certificates\n"); - for (i=0; icert_info->serialNumber->length; - p=(const char *)x->cert_info->serialNumber->data; - - if(strlen(outdir) >= (size_t)(j ? BSIZE-j*2-6 : BSIZE-8)) - { - BIO_printf(bio_err,"certificate file name too long\n"); - goto err; - } - - strcpy(buf[2],outdir); + } + } + + if ((md == NULL) && ((md = NCONF_get_string(conf, + section, + ENV_DEFAULT_MD)) == NULL)) { + lookup_fail(section, ENV_DEFAULT_MD); + goto err; + } + + if (!strcmp(md, "default")) { + int def_nid; + if (EVP_PKEY_get_default_digest_nid(pkey, &def_nid) <= 0) { + BIO_puts(bio_err, "no default digest\n"); + goto err; + } + md = (char *)OBJ_nid2sn(def_nid); + } + + if ((dgst = EVP_get_digestbyname(md)) == NULL) { + BIO_printf(bio_err, "%s is an unsupported message digest type\n", md); + goto err; + } + + if (req) { + if ((email_dn == 1) && ((tmp_email_dn = NCONF_get_string(conf, + section, + ENV_DEFAULT_EMAIL_DN)) + != NULL)) { + if (strcmp(tmp_email_dn, "no") == 0) + email_dn = 0; + } + if (verbose) + BIO_printf(bio_err, "message digest is %s\n", + OBJ_nid2ln(dgst->type)); + if ((policy == NULL) && ((policy = NCONF_get_string(conf, + section, + ENV_POLICY)) == + NULL)) { + lookup_fail(section, ENV_POLICY); + goto err; + } + if (verbose) + BIO_printf(bio_err, "policy is %s\n", policy); + + if ((serialfile = NCONF_get_string(conf, section, ENV_SERIAL)) + == NULL) { + lookup_fail(section, ENV_SERIAL); + goto err; + } + + if (!extconf) { + /* + * no '-extfile' option, so we look for extensions in the main + * configuration file + */ + if (!extensions) { + extensions = NCONF_get_string(conf, section, ENV_EXTENSIONS); + if (!extensions) + ERR_clear_error(); + } + if (extensions) { + /* Check syntax of file */ + X509V3_CTX ctx; + X509V3_set_ctx_test(&ctx); + X509V3_set_nconf(&ctx, conf); + if (!X509V3_EXT_add_nconf(conf, &ctx, extensions, NULL)) { + BIO_printf(bio_err, + "Error Loading extension section %s\n", + extensions); + ret = 1; + goto err; + } + } + } + + if (startdate == NULL) { + startdate = NCONF_get_string(conf, section, + ENV_DEFAULT_STARTDATE); + if (startdate == NULL) + ERR_clear_error(); + } + if (startdate && !ASN1_TIME_set_string(NULL, startdate)) { + BIO_printf(bio_err, + "start date is invalid, it should be YYMMDDHHMMSSZ or YYYYMMDDHHMMSSZ\n"); + goto err; + } + if (startdate == NULL) + startdate = "today"; + + if (enddate == NULL) { + enddate = NCONF_get_string(conf, section, ENV_DEFAULT_ENDDATE); + if (enddate == NULL) + ERR_clear_error(); + } + if (enddate && !ASN1_TIME_set_string(NULL, enddate)) { + BIO_printf(bio_err, + "end date is invalid, it should be YYMMDDHHMMSSZ or YYYYMMDDHHMMSSZ\n"); + goto err; + } + + if (days == 0) { + if (!NCONF_get_number(conf, section, ENV_DEFAULT_DAYS, &days)) + days = 0; + } + if (!enddate && (days == 0)) { + BIO_printf(bio_err, + "cannot lookup how many days to certify for\n"); + goto err; + } + + if ((serial = load_serial(serialfile, create_ser, NULL)) == NULL) { + BIO_printf(bio_err, "error while loading serial number\n"); + goto err; + } + if (verbose) { + if (BN_is_zero(serial)) + BIO_printf(bio_err, "next serial number is 00\n"); + else { + if ((f = BN_bn2hex(serial)) == NULL) + goto err; + BIO_printf(bio_err, "next serial number is %s\n", f); + OPENSSL_free(f); + } + } + + if ((attribs = NCONF_get_section(conf, policy)) == NULL) { + BIO_printf(bio_err, "unable to find 'section' for %s\n", policy); + goto err; + } + + if ((cert_sk = sk_X509_new_null()) == NULL) { + BIO_printf(bio_err, "Memory allocation failure\n"); + goto err; + } + if (spkac_file != NULL) { + total++; + j = certify_spkac(&x, spkac_file, pkey, x509, dgst, sigopts, + attribs, db, serial, subj, chtype, multirdn, + email_dn, startdate, enddate, days, extensions, + conf, verbose, certopt, nameopt, default_op, + ext_copy); + if (j < 0) + goto err; + if (j > 0) { + total_done++; + BIO_printf(bio_err, "\n"); + if (!BN_add_word(serial, 1)) + goto err; + if (!sk_X509_push(cert_sk, x)) { + BIO_printf(bio_err, "Memory allocation failure\n"); + goto err; + } + if (outfile) { + output_der = 1; + batch = 1; + } + } + } + if (ss_cert_file != NULL) { + total++; + j = certify_cert(&x, ss_cert_file, pkey, x509, dgst, sigopts, + attribs, + db, serial, subj, chtype, multirdn, email_dn, + startdate, enddate, days, batch, extensions, + conf, verbose, certopt, nameopt, default_op, + ext_copy, e); + if (j < 0) + goto err; + if (j > 0) { + total_done++; + BIO_printf(bio_err, "\n"); + if (!BN_add_word(serial, 1)) + goto err; + if (!sk_X509_push(cert_sk, x)) { + BIO_printf(bio_err, "Memory allocation failure\n"); + goto err; + } + } + } + if (infile != NULL) { + total++; + j = certify(&x, infile, pkey, x509p, dgst, sigopts, attribs, db, + serial, subj, chtype, multirdn, email_dn, startdate, + enddate, days, batch, extensions, conf, verbose, + certopt, nameopt, default_op, ext_copy, selfsign); + if (j < 0) + goto err; + if (j > 0) { + total_done++; + BIO_printf(bio_err, "\n"); + if (!BN_add_word(serial, 1)) + goto err; + if (!sk_X509_push(cert_sk, x)) { + BIO_printf(bio_err, "Memory allocation failure\n"); + goto err; + } + } + } + for (i = 0; i < argc; i++) { + total++; + j = certify(&x, argv[i], pkey, x509p, dgst, sigopts, attribs, db, + serial, subj, chtype, multirdn, email_dn, startdate, + enddate, days, batch, extensions, conf, verbose, + certopt, nameopt, default_op, ext_copy, selfsign); + if (j < 0) + goto err; + if (j > 0) { + total_done++; + BIO_printf(bio_err, "\n"); + if (!BN_add_word(serial, 1)) + goto err; + if (!sk_X509_push(cert_sk, x)) { + BIO_printf(bio_err, "Memory allocation failure\n"); + goto err; + } + } + } + /* + * we have a stack of newly certified certificates and a data base + * and serial number that need updating + */ + + if (sk_X509_num(cert_sk) > 0) { + if (!batch) { + BIO_printf(bio_err, + "\n%d out of %d certificate requests certified, commit? [y/n]", + total_done, total); + (void)BIO_flush(bio_err); + buf[0][0] = '\0'; + if (!fgets(buf[0], 10, stdin)) { + BIO_printf(bio_err, + "CERTIFICATION CANCELED: I/O error\n"); + ret = 0; + goto err; + } + if ((buf[0][0] != 'y') && (buf[0][0] != 'Y')) { + BIO_printf(bio_err, "CERTIFICATION CANCELED\n"); + ret = 0; + goto err; + } + } + + BIO_printf(bio_err, "Write out database with %d new entries\n", + sk_X509_num(cert_sk)); + + if (!save_serial(serialfile, "new", serial, NULL)) + goto err; + + if (!save_index(dbfile, "new", db)) + goto err; + } + + if (verbose) + BIO_printf(bio_err, "writing new certificates\n"); + for (i = 0; i < sk_X509_num(cert_sk); i++) { + int k; + char *n; + + x = sk_X509_value(cert_sk, i); + + j = x->cert_info->serialNumber->length; + p = (const char *)x->cert_info->serialNumber->data; + + if (strlen(outdir) >= (size_t)(j ? BSIZE - j * 2 - 6 : BSIZE - 8)) { + BIO_printf(bio_err, "certificate file name too long\n"); + goto err; + } + + strcpy(buf[2], outdir); #ifndef OPENSSL_SYS_VMS - BUF_strlcat(buf[2],"/",sizeof(buf[2])); + BUF_strlcat(buf[2], "/", sizeof(buf[2])); #endif - n=(char *)&(buf[2][strlen(buf[2])]); - if (j > 0) - { - for (k=0; k= &(buf[2][sizeof(buf[2])])) - break; - BIO_snprintf(n, - &buf[2][0] + sizeof(buf[2]) - n, - "%02X",(unsigned char)*(p++)); - n+=2; - } - } - else - { - *(n++)='0'; - *(n++)='0'; - } - *(n++)='.'; *(n++)='p'; *(n++)='e'; *(n++)='m'; - *n='\0'; - if (verbose) - BIO_printf(bio_err,"writing %s\n",buf[2]); - - if (BIO_write_filename(Cout,buf[2]) <= 0) - { - perror(buf[2]); - goto err; - } - write_new_certificate(Cout,x, 0, notext); - write_new_certificate(Sout,x, output_der, notext); - } - - if (sk_X509_num(cert_sk)) - { - /* Rename the database and the serial file */ - if (!rotate_serial(serialfile,"new","old")) goto err; - - if (!rotate_index(dbfile,"new","old")) goto err; - - BIO_printf(bio_err,"Data Base Updated\n"); - } - } - - /*****************************************************************/ - if (gencrl) - { - int crl_v2 = 0; - if (!crl_ext) - { - crl_ext=NCONF_get_string(conf,section,ENV_CRLEXT); - if (!crl_ext) - ERR_clear_error(); - } - if (crl_ext) - { - /* Check syntax of file */ - X509V3_CTX ctx; - X509V3_set_ctx_test(&ctx); - X509V3_set_nconf(&ctx, conf); - if (!X509V3_EXT_add_nconf(conf, &ctx, crl_ext, NULL)) - { - BIO_printf(bio_err, - "Error Loading CRL extension section %s\n", - crl_ext); - ret = 1; - goto err; - } - } - - if ((crlnumberfile=NCONF_get_string(conf,section,ENV_CRLNUMBER)) - != NULL) - if ((crlnumber=load_serial(crlnumberfile,0,NULL)) == NULL) - { - BIO_printf(bio_err,"error while loading CRL number\n"); - goto err; - } - - if (!crldays && !crlhours && !crlsec) - { - if (!NCONF_get_number(conf,section, - ENV_DEFAULT_CRL_DAYS, &crldays)) - crldays = 0; - if (!NCONF_get_number(conf,section, - ENV_DEFAULT_CRL_HOURS, &crlhours)) - crlhours = 0; - ERR_clear_error(); - } - if ((crldays == 0) && (crlhours == 0) && (crlsec == 0)) - { - BIO_printf(bio_err,"cannot lookup how long until the next CRL is issued\n"); - goto err; - } - - if (verbose) BIO_printf(bio_err,"making CRL\n"); - if ((crl=X509_CRL_new()) == NULL) goto err; - if (!X509_CRL_set_issuer_name(crl, X509_get_subject_name(x509))) goto err; - - tmptm = ASN1_TIME_new(); - if (!tmptm) goto err; - X509_gmtime_adj(tmptm,0); - X509_CRL_set_lastUpdate(crl, tmptm); - if (!X509_time_adj_ex(tmptm, crldays, crlhours*60*60 + crlsec, - NULL)) - { - BIO_puts(bio_err, "error setting CRL nextUpdate\n"); - goto err; - } - X509_CRL_set_nextUpdate(crl, tmptm); - - ASN1_TIME_free(tmptm); - - for (i=0; idb->data); i++) - { - pp=sk_OPENSSL_PSTRING_value(db->db->data,i); - if (pp[DB_type][0] == DB_TYPE_REV) - { - if ((r=X509_REVOKED_new()) == NULL) goto err; - j = make_revoked(r, pp[DB_rev_date]); - if (!j) goto err; - if (j == 2) crl_v2 = 1; - if (!BN_hex2bn(&serial, pp[DB_serial])) - goto err; - tmpser = BN_to_ASN1_INTEGER(serial, NULL); - BN_free(serial); - serial = NULL; - if (!tmpser) - goto err; - X509_REVOKED_set_serialNumber(r, tmpser); - ASN1_INTEGER_free(tmpser); - X509_CRL_add0_revoked(crl,r); - } - } - - /* sort the data so it will be written in serial - * number order */ - X509_CRL_sort(crl); - - /* we now have a CRL */ - if (verbose) BIO_printf(bio_err,"signing CRL\n"); - - /* Add any extensions asked for */ - - if (crl_ext || crlnumberfile != NULL) - { - X509V3_CTX crlctx; - X509V3_set_ctx(&crlctx, x509, NULL, NULL, crl, 0); - X509V3_set_nconf(&crlctx, conf); - - if (crl_ext) - if (!X509V3_EXT_CRL_add_nconf(conf, &crlctx, - crl_ext, crl)) goto err; - if (crlnumberfile != NULL) - { - tmpser = BN_to_ASN1_INTEGER(crlnumber, NULL); - if (!tmpser) goto err; - X509_CRL_add1_ext_i2d(crl,NID_crl_number,tmpser,0,0); - ASN1_INTEGER_free(tmpser); - crl_v2 = 1; - if (!BN_add_word(crlnumber,1)) goto err; - } - } - if (crl_ext || crl_v2) - { - if (!X509_CRL_set_version(crl, 1)) - goto err; /* version 2 CRL */ - } - - - if (crlnumberfile != NULL) /* we have a CRL number that need updating */ - if (!save_serial(crlnumberfile,"new",crlnumber,NULL)) goto err; - - if (crlnumber) - { - BN_free(crlnumber); - crlnumber = NULL; - } - - if (!do_X509_CRL_sign(bio_err,crl,pkey,dgst,sigopts)) goto err; - - PEM_write_bio_X509_CRL(Sout,crl); - - if (crlnumberfile != NULL) /* Rename the crlnumber file */ - if (!rotate_serial(crlnumberfile,"new","old")) goto err; - - } - /*****************************************************************/ - if (dorevoke) - { - if (infile == NULL) - { - BIO_printf(bio_err,"no input files\n"); - goto err; - } - else - { - X509 *revcert; - revcert=load_cert(bio_err, infile, FORMAT_PEM, - NULL, e, infile); - if (revcert == NULL) - goto err; - j=do_revoke(revcert,db, rev_type, rev_arg); - if (j <= 0) goto err; - X509_free(revcert); - - if (!save_index(dbfile, "new", db)) goto err; - - if (!rotate_index(dbfile, "new", "old")) goto err; - - BIO_printf(bio_err,"Data Base Updated\n"); - } - } - /*****************************************************************/ - ret=0; -err: - if(tofree) - OPENSSL_free(tofree); - BIO_free_all(Cout); - BIO_free_all(Sout); - BIO_free_all(out); - BIO_free_all(in); - - if (cert_sk) - sk_X509_pop_free(cert_sk,X509_free); - - if (ret) ERR_print_errors(bio_err); - app_RAND_write_file(randfile, bio_err); - if (free_key && key) - OPENSSL_free(key); - BN_free(serial); - BN_free(crlnumber); - free_index(db); - if (sigopts) - sk_OPENSSL_STRING_free(sigopts); - EVP_PKEY_free(pkey); - if (x509) X509_free(x509); - X509_CRL_free(crl); - NCONF_free(conf); - NCONF_free(extconf); - OBJ_cleanup(); - apps_shutdown(); - OPENSSL_EXIT(ret); - } + n = (char *)&(buf[2][strlen(buf[2])]); + if (j > 0) { + for (k = 0; k < j; k++) { + if (n >= &(buf[2][sizeof(buf[2])])) + break; + BIO_snprintf(n, + &buf[2][0] + sizeof(buf[2]) - n, + "%02X", (unsigned char)*(p++)); + n += 2; + } + } else { + *(n++) = '0'; + *(n++) = '0'; + } + *(n++) = '.'; + *(n++) = 'p'; + *(n++) = 'e'; + *(n++) = 'm'; + *n = '\0'; + if (verbose) + BIO_printf(bio_err, "writing %s\n", buf[2]); + + if (BIO_write_filename(Cout, buf[2]) <= 0) { + perror(buf[2]); + goto err; + } + write_new_certificate(Cout, x, 0, notext); + write_new_certificate(Sout, x, output_der, notext); + } + + if (sk_X509_num(cert_sk)) { + /* Rename the database and the serial file */ + if (!rotate_serial(serialfile, "new", "old")) + goto err; + + if (!rotate_index(dbfile, "new", "old")) + goto err; + + BIO_printf(bio_err, "Data Base Updated\n"); + } + } + + /*****************************************************************/ + if (gencrl) { + int crl_v2 = 0; + if (!crl_ext) { + crl_ext = NCONF_get_string(conf, section, ENV_CRLEXT); + if (!crl_ext) + ERR_clear_error(); + } + if (crl_ext) { + /* Check syntax of file */ + X509V3_CTX ctx; + X509V3_set_ctx_test(&ctx); + X509V3_set_nconf(&ctx, conf); + if (!X509V3_EXT_add_nconf(conf, &ctx, crl_ext, NULL)) { + BIO_printf(bio_err, + "Error Loading CRL extension section %s\n", + crl_ext); + ret = 1; + goto err; + } + } + + if ((crlnumberfile = NCONF_get_string(conf, section, ENV_CRLNUMBER)) + != NULL) + if ((crlnumber = load_serial(crlnumberfile, 0, NULL)) == NULL) { + BIO_printf(bio_err, "error while loading CRL number\n"); + goto err; + } + + if (!crldays && !crlhours && !crlsec) { + if (!NCONF_get_number(conf, section, + ENV_DEFAULT_CRL_DAYS, &crldays)) + crldays = 0; + if (!NCONF_get_number(conf, section, + ENV_DEFAULT_CRL_HOURS, &crlhours)) + crlhours = 0; + ERR_clear_error(); + } + if ((crldays == 0) && (crlhours == 0) && (crlsec == 0)) { + BIO_printf(bio_err, + "cannot lookup how long until the next CRL is issued\n"); + goto err; + } + + if (verbose) + BIO_printf(bio_err, "making CRL\n"); + if ((crl = X509_CRL_new()) == NULL) + goto err; + if (!X509_CRL_set_issuer_name(crl, X509_get_subject_name(x509))) + goto err; + + tmptm = ASN1_TIME_new(); + if (!tmptm) + goto err; + X509_gmtime_adj(tmptm, 0); + X509_CRL_set_lastUpdate(crl, tmptm); + if (!X509_time_adj_ex(tmptm, crldays, crlhours * 60 * 60 + crlsec, + NULL)) { + BIO_puts(bio_err, "error setting CRL nextUpdate\n"); + goto err; + } + X509_CRL_set_nextUpdate(crl, tmptm); + + ASN1_TIME_free(tmptm); + + for (i = 0; i < sk_OPENSSL_PSTRING_num(db->db->data); i++) { + pp = sk_OPENSSL_PSTRING_value(db->db->data, i); + if (pp[DB_type][0] == DB_TYPE_REV) { + if ((r = X509_REVOKED_new()) == NULL) + goto err; + j = make_revoked(r, pp[DB_rev_date]); + if (!j) + goto err; + if (j == 2) + crl_v2 = 1; + if (!BN_hex2bn(&serial, pp[DB_serial])) + goto err; + tmpser = BN_to_ASN1_INTEGER(serial, NULL); + BN_free(serial); + serial = NULL; + if (!tmpser) + goto err; + X509_REVOKED_set_serialNumber(r, tmpser); + ASN1_INTEGER_free(tmpser); + X509_CRL_add0_revoked(crl, r); + } + } + + /* + * sort the data so it will be written in serial number order + */ + X509_CRL_sort(crl); + + /* we now have a CRL */ + if (verbose) + BIO_printf(bio_err, "signing CRL\n"); + + /* Add any extensions asked for */ + + if (crl_ext || crlnumberfile != NULL) { + X509V3_CTX crlctx; + X509V3_set_ctx(&crlctx, x509, NULL, NULL, crl, 0); + X509V3_set_nconf(&crlctx, conf); + + if (crl_ext) + if (!X509V3_EXT_CRL_add_nconf(conf, &crlctx, crl_ext, crl)) + goto err; + if (crlnumberfile != NULL) { + tmpser = BN_to_ASN1_INTEGER(crlnumber, NULL); + if (!tmpser) + goto err; + X509_CRL_add1_ext_i2d(crl, NID_crl_number, tmpser, 0, 0); + ASN1_INTEGER_free(tmpser); + crl_v2 = 1; + if (!BN_add_word(crlnumber, 1)) + goto err; + } + } + if (crl_ext || crl_v2) { + if (!X509_CRL_set_version(crl, 1)) + goto err; /* version 2 CRL */ + } + + /* we have a CRL number that need updating */ + if (crlnumberfile != NULL) + if (!save_serial(crlnumberfile, "new", crlnumber, NULL)) + goto err; + + if (crlnumber) { + BN_free(crlnumber); + crlnumber = NULL; + } + + if (!do_X509_CRL_sign(bio_err, crl, pkey, dgst, sigopts)) + goto err; + + PEM_write_bio_X509_CRL(Sout, crl); + + if (crlnumberfile != NULL) /* Rename the crlnumber file */ + if (!rotate_serial(crlnumberfile, "new", "old")) + goto err; + + } + /*****************************************************************/ + if (dorevoke) { + if (infile == NULL) { + BIO_printf(bio_err, "no input files\n"); + goto err; + } else { + X509 *revcert; + revcert = load_cert(bio_err, infile, FORMAT_PEM, NULL, e, infile); + if (revcert == NULL) + goto err; + if (dorevoke == 2) + rev_type = -1; + j = do_revoke(revcert, db, rev_type, rev_arg); + if (j <= 0) + goto err; + X509_free(revcert); + + if (!save_index(dbfile, "new", db)) + goto err; + + if (!rotate_index(dbfile, "new", "old")) + goto err; + + BIO_printf(bio_err, "Data Base Updated\n"); + } + } + /*****************************************************************/ + ret = 0; + err: + if (tofree) + OPENSSL_free(tofree); + BIO_free_all(Cout); + BIO_free_all(Sout); + BIO_free_all(out); + BIO_free_all(in); + + if (cert_sk) + sk_X509_pop_free(cert_sk, X509_free); + + if (ret) + ERR_print_errors(bio_err); + app_RAND_write_file(randfile, bio_err); + if (free_key && key) + OPENSSL_free(key); + BN_free(serial); + BN_free(crlnumber); + free_index(db); + if (sigopts) + sk_OPENSSL_STRING_free(sigopts); + EVP_PKEY_free(pkey); + if (x509) + X509_free(x509); + X509_CRL_free(crl); + NCONF_free(conf); + NCONF_free(extconf); + OBJ_cleanup(); + apps_shutdown(); + OPENSSL_EXIT(ret); +} static void lookup_fail(const char *name, const char *tag) - { - BIO_printf(bio_err,"variable lookup failed for %s::%s\n",name,tag); - } +{ + BIO_printf(bio_err, "variable lookup failed for %s::%s\n", name, tag); +} static int certify(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, - const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, - STACK_OF(CONF_VALUE) *policy, CA_DB *db, - BIGNUM *serial, char *subj,unsigned long chtype, int multirdn, - int email_dn, char *startdate, char *enddate, - long days, int batch, char *ext_sect, CONF *lconf, int verbose, - unsigned long certopt, unsigned long nameopt, int default_op, - int ext_copy, int selfsign) - { - X509_REQ *req=NULL; - BIO *in=NULL; - EVP_PKEY *pktmp=NULL; - int ok= -1,i; - - in=BIO_new(BIO_s_file()); - - if (BIO_read_filename(in,infile) <= 0) - { - perror(infile); - goto err; - } - if ((req=PEM_read_bio_X509_REQ(in,NULL,NULL,NULL)) == NULL) - { - BIO_printf(bio_err,"Error reading certificate request in %s\n", - infile); - goto err; - } - if (verbose) - X509_REQ_print(bio_err,req); - - BIO_printf(bio_err,"Check that the request matches the signature\n"); - - if (selfsign && !X509_REQ_check_private_key(req,pkey)) - { - BIO_printf(bio_err,"Certificate request and CA private key do not match\n"); - ok=0; - goto err; - } - if ((pktmp=X509_REQ_get_pubkey(req)) == NULL) - { - BIO_printf(bio_err,"error unpacking public key\n"); - goto err; - } - i=X509_REQ_verify(req,pktmp); - EVP_PKEY_free(pktmp); - if (i < 0) - { - ok=0; - BIO_printf(bio_err,"Signature verification problems....\n"); - ERR_print_errors(bio_err); - goto err; - } - if (i == 0) - { - ok=0; - BIO_printf(bio_err,"Signature did not match the certificate request\n"); - ERR_print_errors(bio_err); - goto err; - } - else - BIO_printf(bio_err,"Signature ok\n"); - - ok=do_body(xret,pkey,x509,dgst,sigopts, policy,db,serial,subj,chtype, - multirdn, email_dn, - startdate,enddate,days,batch,verbose,req,ext_sect,lconf, - certopt, nameopt, default_op, ext_copy, selfsign); - -err: - if (req != NULL) X509_REQ_free(req); - if (in != NULL) BIO_free(in); - return(ok); - } + const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, + STACK_OF(CONF_VALUE) *policy, CA_DB *db, + BIGNUM *serial, char *subj, unsigned long chtype, + int multirdn, int email_dn, char *startdate, char *enddate, + long days, int batch, char *ext_sect, CONF *lconf, + int verbose, unsigned long certopt, unsigned long nameopt, + int default_op, int ext_copy, int selfsign) +{ + X509_REQ *req = NULL; + BIO *in = NULL; + EVP_PKEY *pktmp = NULL; + int ok = -1, i; + + in = BIO_new(BIO_s_file()); + + if (BIO_read_filename(in, infile) <= 0) { + perror(infile); + goto err; + } + if ((req = PEM_read_bio_X509_REQ(in, NULL, NULL, NULL)) == NULL) { + BIO_printf(bio_err, "Error reading certificate request in %s\n", + infile); + goto err; + } + if (verbose) + X509_REQ_print(bio_err, req); + + BIO_printf(bio_err, "Check that the request matches the signature\n"); + + if (selfsign && !X509_REQ_check_private_key(req, pkey)) { + BIO_printf(bio_err, + "Certificate request and CA private key do not match\n"); + ok = 0; + goto err; + } + if ((pktmp = X509_REQ_get_pubkey(req)) == NULL) { + BIO_printf(bio_err, "error unpacking public key\n"); + goto err; + } + i = X509_REQ_verify(req, pktmp); + EVP_PKEY_free(pktmp); + if (i < 0) { + ok = 0; + BIO_printf(bio_err, "Signature verification problems....\n"); + ERR_print_errors(bio_err); + goto err; + } + if (i == 0) { + ok = 0; + BIO_printf(bio_err, + "Signature did not match the certificate request\n"); + ERR_print_errors(bio_err); + goto err; + } else + BIO_printf(bio_err, "Signature ok\n"); + + ok = do_body(xret, pkey, x509, dgst, sigopts, policy, db, serial, subj, + chtype, multirdn, email_dn, startdate, enddate, days, batch, + verbose, req, ext_sect, lconf, certopt, nameopt, default_op, + ext_copy, selfsign); + + err: + if (req != NULL) + X509_REQ_free(req); + if (in != NULL) + BIO_free(in); + return (ok); +} static int certify_cert(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, - const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, - STACK_OF(CONF_VALUE) *policy, CA_DB *db, - BIGNUM *serial, char *subj, unsigned long chtype, int multirdn, int email_dn, char *startdate, char *enddate, - long days, int batch, char *ext_sect, CONF *lconf, int verbose, - unsigned long certopt, unsigned long nameopt, int default_op, - int ext_copy, ENGINE *e) - { - X509 *req=NULL; - X509_REQ *rreq=NULL; - EVP_PKEY *pktmp=NULL; - int ok= -1,i; - - if ((req=load_cert(bio_err, infile, FORMAT_PEM, NULL, e, infile)) == NULL) - goto err; - if (verbose) - X509_print(bio_err,req); - - BIO_printf(bio_err,"Check that the request matches the signature\n"); - - if ((pktmp=X509_get_pubkey(req)) == NULL) - { - BIO_printf(bio_err,"error unpacking public key\n"); - goto err; - } - i=X509_verify(req,pktmp); - EVP_PKEY_free(pktmp); - if (i < 0) - { - ok=0; - BIO_printf(bio_err,"Signature verification problems....\n"); - goto err; - } - if (i == 0) - { - ok=0; - BIO_printf(bio_err,"Signature did not match the certificate\n"); - goto err; - } - else - BIO_printf(bio_err,"Signature ok\n"); - - if ((rreq=X509_to_X509_REQ(req,NULL,EVP_md5())) == NULL) - goto err; - - ok=do_body(xret,pkey,x509,dgst,sigopts,policy,db,serial,subj,chtype,multirdn,email_dn,startdate,enddate, - days,batch,verbose,rreq,ext_sect,lconf, certopt, nameopt, default_op, - ext_copy, 0); - -err: - if (rreq != NULL) X509_REQ_free(rreq); - if (req != NULL) X509_free(req); - return(ok); - } - -static int do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, - STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, - CA_DB *db, BIGNUM *serial, char *subj, - unsigned long chtype, int multirdn, - int email_dn, char *startdate, char *enddate, long days, int batch, - int verbose, X509_REQ *req, char *ext_sect, CONF *lconf, - unsigned long certopt, unsigned long nameopt, int default_op, - int ext_copy, int selfsign) - { - X509_NAME *name=NULL,*CAname=NULL,*subject=NULL, *dn_subject=NULL; - ASN1_UTCTIME *tm,*tmptm; - ASN1_STRING *str,*str2; - ASN1_OBJECT *obj; - X509 *ret=NULL; - X509_CINF *ci; - X509_NAME_ENTRY *ne; - X509_NAME_ENTRY *tne,*push; - EVP_PKEY *pktmp; - int ok= -1,i,j,last,nid; - const char *p; - CONF_VALUE *cv; - OPENSSL_STRING row[DB_NUMBER]; - OPENSSL_STRING *irow=NULL; - OPENSSL_STRING *rrow=NULL; - char buf[25]; - - tmptm=ASN1_UTCTIME_new(); - if (tmptm == NULL) - { - BIO_printf(bio_err,"malloc error\n"); - return(0); - } - - for (i=0; ireq_info->enc.modified = 1; - X509_NAME_free(n); - } - - if (default_op) - BIO_printf(bio_err,"The Subject's Distinguished Name is as follows\n"); - - name=X509_REQ_get_subject_name(req); - for (i=0; iobject); - - if (str->type == V_ASN1_UNIVERSALSTRING) - ASN1_UNIVERSALSTRING_to_string(str); - - if ((str->type == V_ASN1_IA5STRING) && - (nid != NID_pkcs9_emailAddress)) - str->type=V_ASN1_T61STRING; - - if ((nid == NID_pkcs9_emailAddress) && - (str->type == V_ASN1_PRINTABLESTRING)) - str->type=V_ASN1_IA5STRING; - } - - /* If no EMAIL is wanted in the subject */ - if ((OBJ_obj2nid(obj) == NID_pkcs9_emailAddress) && (!email_dn)) - continue; - - /* check some things */ - if ((OBJ_obj2nid(obj) == NID_pkcs9_emailAddress) && - (str->type != V_ASN1_IA5STRING)) - { - BIO_printf(bio_err,"\nemailAddress type needs to be of type IA5STRING\n"); - goto err; - } - if ((str->type != V_ASN1_BMPSTRING) && (str->type != V_ASN1_UTF8STRING)) - { - j=ASN1_PRINTABLE_type(str->data,str->length); - if ( ((j == V_ASN1_T61STRING) && - (str->type != V_ASN1_T61STRING)) || - ((j == V_ASN1_IA5STRING) && - (str->type == V_ASN1_PRINTABLESTRING))) - { - BIO_printf(bio_err,"\nThe string contains characters that are illegal for the ASN.1 type\n"); - goto err; - } - } - - if (default_op) - old_entry_print(bio_err, obj, str); - } - - /* Ok, now we check the 'policy' stuff. */ - if ((subject=X509_NAME_new()) == NULL) - { - BIO_printf(bio_err,"Memory allocation failure\n"); - goto err; - } - - /* take a copy of the issuer name before we mess with it. */ - if (selfsign) - CAname=X509_NAME_dup(name); - else - CAname=X509_NAME_dup(x509->cert_info->subject); - if (CAname == NULL) goto err; - str=str2=NULL; - - for (i=0; iname)) == NID_undef) - { - BIO_printf(bio_err,"%s:unknown object type in 'policy' configuration\n",cv->name); - goto err; - } - obj=OBJ_nid2obj(j); - - last= -1; - for (;;) - { - /* lookup the object in the supplied name list */ - j=X509_NAME_get_index_by_OBJ(name,obj,last); - if (j < 0) - { - if (last != -1) break; - tne=NULL; - } - else - { - tne=X509_NAME_get_entry(name,j); - } - last=j; - - /* depending on the 'policy', decide what to do. */ - push=NULL; - if (strcmp(cv->value,"optional") == 0) - { - if (tne != NULL) - push=tne; - } - else if (strcmp(cv->value,"supplied") == 0) - { - if (tne == NULL) - { - BIO_printf(bio_err,"The %s field needed to be supplied and was missing\n",cv->name); - goto err; - } - else - push=tne; - } - else if (strcmp(cv->value,"match") == 0) - { - int last2; - - if (tne == NULL) - { - BIO_printf(bio_err,"The mandatory %s field was missing\n",cv->name); - goto err; - } - - last2= -1; - -again2: - j=X509_NAME_get_index_by_OBJ(CAname,obj,last2); - if ((j < 0) && (last2 == -1)) - { - BIO_printf(bio_err,"The %s field does not exist in the CA certificate,\nthe 'policy' is misconfigured\n",cv->name); - goto err; - } - if (j >= 0) - { - push=X509_NAME_get_entry(CAname,j); - str=X509_NAME_ENTRY_get_data(tne); - str2=X509_NAME_ENTRY_get_data(push); - last2=j; - if (ASN1_STRING_cmp(str,str2) != 0) - goto again2; - } - if (j < 0) - { - BIO_printf(bio_err,"The %s field needed to be the same in the\nCA certificate (%s) and the request (%s)\n",cv->name,((str2 == NULL)?"NULL":(char *)str2->data),((str == NULL)?"NULL":(char *)str->data)); - goto err; - } - } - else - { - BIO_printf(bio_err,"%s:invalid type in 'policy' configuration\n",cv->value); - goto err; - } - - if (push != NULL) - { - if (!X509_NAME_add_entry(subject,push, -1, 0)) - { - if (push != NULL) - X509_NAME_ENTRY_free(push); - BIO_printf(bio_err,"Memory allocation failure\n"); - goto err; - } - } - if (j < 0) break; - } - } - - if (preserve) - { - X509_NAME_free(subject); - /* subject=X509_NAME_dup(X509_REQ_get_subject_name(req)); */ - subject=X509_NAME_dup(name); - if (subject == NULL) goto err; - } - - if (verbose) - BIO_printf(bio_err,"The subject name appears to be ok, checking data base for clashes\n"); - - /* Build the correct Subject if no e-mail is wanted in the subject */ - /* and add it later on because of the method extensions are added (altName) */ - - if (email_dn) - dn_subject = subject; - else - { - X509_NAME_ENTRY *tmpne; - /* Its best to dup the subject DN and then delete any email - * addresses because this retains its structure. - */ - if (!(dn_subject = X509_NAME_dup(subject))) - { - BIO_printf(bio_err,"Memory allocation failure\n"); - goto err; - } - while((i = X509_NAME_get_index_by_NID(dn_subject, - NID_pkcs9_emailAddress, -1)) >= 0) - { - tmpne = X509_NAME_get_entry(dn_subject, i); - X509_NAME_delete_entry(dn_subject, i); - X509_NAME_ENTRY_free(tmpne); - } - } - - if (BN_is_zero(serial)) - row[DB_serial]=BUF_strdup("00"); - else - row[DB_serial]=BN_bn2hex(serial); - if (row[DB_serial] == NULL) - { - BIO_printf(bio_err,"Memory allocation failure\n"); - goto err; - } - - if (db->attributes.unique_subject) - { - OPENSSL_STRING *crow=row; - - rrow=TXT_DB_get_by_index(db->db,DB_name,crow); - if (rrow != NULL) - { - BIO_printf(bio_err, - "ERROR:There is already a certificate for %s\n", - row[DB_name]); - } - } - if (rrow == NULL) - { - rrow=TXT_DB_get_by_index(db->db,DB_serial,row); - if (rrow != NULL) - { - BIO_printf(bio_err,"ERROR:Serial number %s has already been issued,\n", - row[DB_serial]); - BIO_printf(bio_err," check the database/serial_file for corruption\n"); - } - } - - if (rrow != NULL) - { - BIO_printf(bio_err, - "The matching entry has the following details\n"); - if (rrow[DB_type][0] == 'E') - p="Expired"; - else if (rrow[DB_type][0] == 'R') - p="Revoked"; - else if (rrow[DB_type][0] == 'V') - p="Valid"; - else - p="\ninvalid type, Data base error\n"; - BIO_printf(bio_err,"Type :%s\n",p);; - if (rrow[DB_type][0] == 'R') - { - p=rrow[DB_exp_date]; if (p == NULL) p="undef"; - BIO_printf(bio_err,"Was revoked on:%s\n",p); - } - p=rrow[DB_exp_date]; if (p == NULL) p="undef"; - BIO_printf(bio_err,"Expires on :%s\n",p); - p=rrow[DB_serial]; if (p == NULL) p="undef"; - BIO_printf(bio_err,"Serial Number :%s\n",p); - p=rrow[DB_file]; if (p == NULL) p="undef"; - BIO_printf(bio_err,"File name :%s\n",p); - p=rrow[DB_name]; if (p == NULL) p="undef"; - BIO_printf(bio_err,"Subject Name :%s\n",p); - ok= -1; /* This is now a 'bad' error. */ - goto err; - } - - /* We are now totally happy, lets make and sign the certificate */ - if (verbose) - BIO_printf(bio_err,"Everything appears to be ok, creating and signing the certificate\n"); - - if ((ret=X509_new()) == NULL) goto err; - ci=ret->cert_info; + const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, + STACK_OF(CONF_VALUE) *policy, CA_DB *db, + BIGNUM *serial, char *subj, unsigned long chtype, + int multirdn, int email_dn, char *startdate, + char *enddate, long days, int batch, char *ext_sect, + CONF *lconf, int verbose, unsigned long certopt, + unsigned long nameopt, int default_op, int ext_copy, + ENGINE *e) +{ + X509 *req = NULL; + X509_REQ *rreq = NULL; + EVP_PKEY *pktmp = NULL; + int ok = -1, i; + + if ((req = + load_cert(bio_err, infile, FORMAT_PEM, NULL, e, infile)) == NULL) + goto err; + if (verbose) + X509_print(bio_err, req); + + BIO_printf(bio_err, "Check that the request matches the signature\n"); + + if ((pktmp = X509_get_pubkey(req)) == NULL) { + BIO_printf(bio_err, "error unpacking public key\n"); + goto err; + } + i = X509_verify(req, pktmp); + EVP_PKEY_free(pktmp); + if (i < 0) { + ok = 0; + BIO_printf(bio_err, "Signature verification problems....\n"); + goto err; + } + if (i == 0) { + ok = 0; + BIO_printf(bio_err, "Signature did not match the certificate\n"); + goto err; + } else + BIO_printf(bio_err, "Signature ok\n"); + + if ((rreq = X509_to_X509_REQ(req, NULL, EVP_md5())) == NULL) + goto err; + + ok = do_body(xret, pkey, x509, dgst, sigopts, policy, db, serial, subj, + chtype, multirdn, email_dn, startdate, enddate, days, batch, + verbose, rreq, ext_sect, lconf, certopt, nameopt, default_op, + ext_copy, 0); + + err: + if (rreq != NULL) + X509_REQ_free(rreq); + if (req != NULL) + X509_free(req); + return (ok); +} + +static int do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509, + const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, + STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, + char *subj, unsigned long chtype, int multirdn, + int email_dn, char *startdate, char *enddate, long days, + int batch, int verbose, X509_REQ *req, char *ext_sect, + CONF *lconf, unsigned long certopt, unsigned long nameopt, + int default_op, int ext_copy, int selfsign) +{ + X509_NAME *name = NULL, *CAname = NULL, *subject = NULL, *dn_subject = + NULL; + ASN1_UTCTIME *tm, *tmptm; + ASN1_STRING *str, *str2; + ASN1_OBJECT *obj; + X509 *ret = NULL; + X509_CINF *ci; + X509_NAME_ENTRY *ne; + X509_NAME_ENTRY *tne, *push; + EVP_PKEY *pktmp; + int ok = -1, i, j, last, nid; + const char *p; + CONF_VALUE *cv; + OPENSSL_STRING row[DB_NUMBER]; + OPENSSL_STRING *irow = NULL; + OPENSSL_STRING *rrow = NULL; + char buf[25]; + + tmptm = ASN1_UTCTIME_new(); + if (tmptm == NULL) { + BIO_printf(bio_err, "malloc error\n"); + return (0); + } + + for (i = 0; i < DB_NUMBER; i++) + row[i] = NULL; + + if (subj) { + X509_NAME *n = parse_name(subj, chtype, multirdn); + + if (!n) { + ERR_print_errors(bio_err); + goto err; + } + X509_REQ_set_subject_name(req, n); + req->req_info->enc.modified = 1; + X509_NAME_free(n); + } + + if (default_op) + BIO_printf(bio_err, + "The Subject's Distinguished Name is as follows\n"); + + name = X509_REQ_get_subject_name(req); + for (i = 0; i < X509_NAME_entry_count(name); i++) { + ne = X509_NAME_get_entry(name, i); + str = X509_NAME_ENTRY_get_data(ne); + obj = X509_NAME_ENTRY_get_object(ne); + + if (msie_hack) { + /* assume all type should be strings */ + nid = OBJ_obj2nid(ne->object); + + if (str->type == V_ASN1_UNIVERSALSTRING) + ASN1_UNIVERSALSTRING_to_string(str); + + if ((str->type == V_ASN1_IA5STRING) && + (nid != NID_pkcs9_emailAddress)) + str->type = V_ASN1_T61STRING; + + if ((nid == NID_pkcs9_emailAddress) && + (str->type == V_ASN1_PRINTABLESTRING)) + str->type = V_ASN1_IA5STRING; + } + + /* If no EMAIL is wanted in the subject */ + if ((OBJ_obj2nid(obj) == NID_pkcs9_emailAddress) && (!email_dn)) + continue; + + /* check some things */ + if ((OBJ_obj2nid(obj) == NID_pkcs9_emailAddress) && + (str->type != V_ASN1_IA5STRING)) { + BIO_printf(bio_err, + "\nemailAddress type needs to be of type IA5STRING\n"); + goto err; + } + if ((str->type != V_ASN1_BMPSTRING) + && (str->type != V_ASN1_UTF8STRING)) { + j = ASN1_PRINTABLE_type(str->data, str->length); + if (((j == V_ASN1_T61STRING) && + (str->type != V_ASN1_T61STRING)) || + ((j == V_ASN1_IA5STRING) && + (str->type == V_ASN1_PRINTABLESTRING))) { + BIO_printf(bio_err, + "\nThe string contains characters that are illegal for the ASN.1 type\n"); + goto err; + } + } + + if (default_op) + old_entry_print(bio_err, obj, str); + } + + /* Ok, now we check the 'policy' stuff. */ + if ((subject = X509_NAME_new()) == NULL) { + BIO_printf(bio_err, "Memory allocation failure\n"); + goto err; + } + + /* take a copy of the issuer name before we mess with it. */ + if (selfsign) + CAname = X509_NAME_dup(name); + else + CAname = X509_NAME_dup(x509->cert_info->subject); + if (CAname == NULL) + goto err; + str = str2 = NULL; + + for (i = 0; i < sk_CONF_VALUE_num(policy); i++) { + cv = sk_CONF_VALUE_value(policy, i); /* get the object id */ + if ((j = OBJ_txt2nid(cv->name)) == NID_undef) { + BIO_printf(bio_err, + "%s:unknown object type in 'policy' configuration\n", + cv->name); + goto err; + } + obj = OBJ_nid2obj(j); + + last = -1; + for (;;) { + /* lookup the object in the supplied name list */ + j = X509_NAME_get_index_by_OBJ(name, obj, last); + if (j < 0) { + if (last != -1) + break; + tne = NULL; + } else { + tne = X509_NAME_get_entry(name, j); + } + last = j; + + /* depending on the 'policy', decide what to do. */ + push = NULL; + if (strcmp(cv->value, "optional") == 0) { + if (tne != NULL) + push = tne; + } else if (strcmp(cv->value, "supplied") == 0) { + if (tne == NULL) { + BIO_printf(bio_err, + "The %s field needed to be supplied and was missing\n", + cv->name); + goto err; + } else + push = tne; + } else if (strcmp(cv->value, "match") == 0) { + int last2; + + if (tne == NULL) { + BIO_printf(bio_err, + "The mandatory %s field was missing\n", + cv->name); + goto err; + } + + last2 = -1; + + again2: + j = X509_NAME_get_index_by_OBJ(CAname, obj, last2); + if ((j < 0) && (last2 == -1)) { + BIO_printf(bio_err, + "The %s field does not exist in the CA certificate,\nthe 'policy' is misconfigured\n", + cv->name); + goto err; + } + if (j >= 0) { + push = X509_NAME_get_entry(CAname, j); + str = X509_NAME_ENTRY_get_data(tne); + str2 = X509_NAME_ENTRY_get_data(push); + last2 = j; + if (ASN1_STRING_cmp(str, str2) != 0) + goto again2; + } + if (j < 0) { + BIO_printf(bio_err, + "The %s field needed to be the same in the\nCA certificate (%s) and the request (%s)\n", + cv->name, + ((str2 == NULL) ? "NULL" : (char *)str2->data), + ((str == NULL) ? "NULL" : (char *)str->data)); + goto err; + } + } else { + BIO_printf(bio_err, + "%s:invalid type in 'policy' configuration\n", + cv->value); + goto err; + } + + if (push != NULL) { + if (!X509_NAME_add_entry(subject, push, -1, 0)) { + if (push != NULL) + X509_NAME_ENTRY_free(push); + BIO_printf(bio_err, "Memory allocation failure\n"); + goto err; + } + } + if (j < 0) + break; + } + } + + if (preserve) { + X509_NAME_free(subject); + /* subject=X509_NAME_dup(X509_REQ_get_subject_name(req)); */ + subject = X509_NAME_dup(name); + if (subject == NULL) + goto err; + } + + if (verbose) + BIO_printf(bio_err, + "The subject name appears to be ok, checking data base for clashes\n"); + + /* Build the correct Subject if no e-mail is wanted in the subject */ + /* + * and add it later on because of the method extensions are added + * (altName) + */ + + if (email_dn) + dn_subject = subject; + else { + X509_NAME_ENTRY *tmpne; + /* + * Its best to dup the subject DN and then delete any email addresses + * because this retains its structure. + */ + if (!(dn_subject = X509_NAME_dup(subject))) { + BIO_printf(bio_err, "Memory allocation failure\n"); + goto err; + } + while ((i = X509_NAME_get_index_by_NID(dn_subject, + NID_pkcs9_emailAddress, + -1)) >= 0) { + tmpne = X509_NAME_get_entry(dn_subject, i); + X509_NAME_delete_entry(dn_subject, i); + X509_NAME_ENTRY_free(tmpne); + } + } + + if (BN_is_zero(serial)) + row[DB_serial] = BUF_strdup("00"); + else + row[DB_serial] = BN_bn2hex(serial); + if (row[DB_serial] == NULL) { + BIO_printf(bio_err, "Memory allocation failure\n"); + goto err; + } + + if (db->attributes.unique_subject) { + OPENSSL_STRING *crow = row; + + rrow = TXT_DB_get_by_index(db->db, DB_name, crow); + if (rrow != NULL) { + BIO_printf(bio_err, + "ERROR:There is already a certificate for %s\n", + row[DB_name]); + } + } + if (rrow == NULL) { + rrow = TXT_DB_get_by_index(db->db, DB_serial, row); + if (rrow != NULL) { + BIO_printf(bio_err, + "ERROR:Serial number %s has already been issued,\n", + row[DB_serial]); + BIO_printf(bio_err, + " check the database/serial_file for corruption\n"); + } + } + + if (rrow != NULL) { + BIO_printf(bio_err, "The matching entry has the following details\n"); + if (rrow[DB_type][0] == 'E') + p = "Expired"; + else if (rrow[DB_type][0] == 'R') + p = "Revoked"; + else if (rrow[DB_type][0] == 'V') + p = "Valid"; + else + p = "\ninvalid type, Data base error\n"; + BIO_printf(bio_err, "Type :%s\n", p);; + if (rrow[DB_type][0] == 'R') { + p = rrow[DB_exp_date]; + if (p == NULL) + p = "undef"; + BIO_printf(bio_err, "Was revoked on:%s\n", p); + } + p = rrow[DB_exp_date]; + if (p == NULL) + p = "undef"; + BIO_printf(bio_err, "Expires on :%s\n", p); + p = rrow[DB_serial]; + if (p == NULL) + p = "undef"; + BIO_printf(bio_err, "Serial Number :%s\n", p); + p = rrow[DB_file]; + if (p == NULL) + p = "undef"; + BIO_printf(bio_err, "File name :%s\n", p); + p = rrow[DB_name]; + if (p == NULL) + p = "undef"; + BIO_printf(bio_err, "Subject Name :%s\n", p); + ok = -1; /* This is now a 'bad' error. */ + goto err; + } + + /* We are now totally happy, lets make and sign the certificate */ + if (verbose) + BIO_printf(bio_err, + "Everything appears to be ok, creating and signing the certificate\n"); + + if ((ret = X509_new()) == NULL) + goto err; + ci = ret->cert_info; #ifdef X509_V3 - /* Make it an X509 v3 certificate. */ - if (!X509_set_version(ret,2)) goto err; + /* Make it an X509 v3 certificate. */ + if (!X509_set_version(ret, 2)) + goto err; #endif - if (BN_to_ASN1_INTEGER(serial,ci->serialNumber) == NULL) - goto err; - if (selfsign) - { - if (!X509_set_issuer_name(ret,subject)) - goto err; - } - else - { - if (!X509_set_issuer_name(ret,X509_get_subject_name(x509))) - goto err; - } - - if (strcmp(startdate,"today") == 0) - X509_gmtime_adj(X509_get_notBefore(ret),0); - else ASN1_TIME_set_string(X509_get_notBefore(ret),startdate); - - if (enddate == NULL) - X509_time_adj_ex(X509_get_notAfter(ret),days, 0, NULL); - else ASN1_TIME_set_string(X509_get_notAfter(ret),enddate); - - if (!X509_set_subject_name(ret,subject)) goto err; - - pktmp=X509_REQ_get_pubkey(req); - i = X509_set_pubkey(ret,pktmp); - EVP_PKEY_free(pktmp); - if (!i) goto err; - - /* Lets add the extensions, if there are any */ - if (ext_sect) - { - X509V3_CTX ctx; - if (ci->version == NULL) - if ((ci->version=ASN1_INTEGER_new()) == NULL) - goto err; - ASN1_INTEGER_set(ci->version,2); /* version 3 certificate */ - - /* Free the current entries if any, there should not - * be any I believe */ - if (ci->extensions != NULL) - sk_X509_EXTENSION_pop_free(ci->extensions, - X509_EXTENSION_free); - - ci->extensions = NULL; - - /* Initialize the context structure */ - if (selfsign) - X509V3_set_ctx(&ctx, ret, ret, req, NULL, 0); - else - X509V3_set_ctx(&ctx, x509, ret, req, NULL, 0); - - if (extconf) - { - if (verbose) - BIO_printf(bio_err, "Extra configuration file found\n"); - - /* Use the extconf configuration db LHASH */ - X509V3_set_nconf(&ctx, extconf); - - /* Test the structure (needed?) */ - /* X509V3_set_ctx_test(&ctx); */ - - /* Adds exts contained in the configuration file */ - if (!X509V3_EXT_add_nconf(extconf, &ctx, ext_sect,ret)) - { - BIO_printf(bio_err, - "ERROR: adding extensions in section %s\n", - ext_sect); - ERR_print_errors(bio_err); - goto err; - } - if (verbose) - BIO_printf(bio_err, "Successfully added extensions from file.\n"); - } - else if (ext_sect) - { - /* We found extensions to be set from config file */ - X509V3_set_nconf(&ctx, lconf); - - if(!X509V3_EXT_add_nconf(lconf, &ctx, ext_sect, ret)) - { - BIO_printf(bio_err, "ERROR: adding extensions in section %s\n", ext_sect); - ERR_print_errors(bio_err); - goto err; - } - - if (verbose) - BIO_printf(bio_err, "Successfully added extensions from config\n"); - } - } - - /* Copy extensions from request (if any) */ - - if (!copy_extensions(ret, req, ext_copy)) - { - BIO_printf(bio_err, "ERROR: adding extensions from request\n"); - ERR_print_errors(bio_err); - goto err; - } - - /* Set the right value for the noemailDN option */ - if( email_dn == 0 ) - { - if (!X509_set_subject_name(ret,dn_subject)) goto err; - } - - if (!default_op) - { - BIO_printf(bio_err, "Certificate Details:\n"); - /* Never print signature details because signature not present */ - certopt |= X509_FLAG_NO_SIGDUMP | X509_FLAG_NO_SIGNAME; - X509_print_ex(bio_err, ret, nameopt, certopt); - } - - BIO_printf(bio_err,"Certificate is to be certified until "); - ASN1_TIME_print(bio_err,X509_get_notAfter(ret)); - if (days) BIO_printf(bio_err," (%ld days)",days); - BIO_printf(bio_err, "\n"); - - if (!batch) - { - - BIO_printf(bio_err,"Sign the certificate? [y/n]:"); - (void)BIO_flush(bio_err); - buf[0]='\0'; - if (!fgets(buf,sizeof(buf)-1,stdin)) - { - BIO_printf(bio_err,"CERTIFICATE WILL NOT BE CERTIFIED: I/O error\n"); - ok=0; - goto err; - } - if (!((buf[0] == 'y') || (buf[0] == 'Y'))) - { - BIO_printf(bio_err,"CERTIFICATE WILL NOT BE CERTIFIED\n"); - ok=0; - goto err; - } - } - - pktmp=X509_get_pubkey(ret); - if (EVP_PKEY_missing_parameters(pktmp) && - !EVP_PKEY_missing_parameters(pkey)) - EVP_PKEY_copy_parameters(pktmp,pkey); - EVP_PKEY_free(pktmp); - - if (!do_X509_sign(bio_err, ret,pkey,dgst, sigopts)) - goto err; - - /* We now just add it to the database */ - row[DB_type]=(char *)OPENSSL_malloc(2); - - tm=X509_get_notAfter(ret); - row[DB_exp_date]=(char *)OPENSSL_malloc(tm->length+1); - memcpy(row[DB_exp_date],tm->data,tm->length); - row[DB_exp_date][tm->length]='\0'; - - row[DB_rev_date]=NULL; - - /* row[DB_serial] done already */ - row[DB_file]=(char *)OPENSSL_malloc(8); - row[DB_name]=X509_NAME_oneline(X509_get_subject_name(ret),NULL,0); - - if ((row[DB_type] == NULL) || (row[DB_exp_date] == NULL) || - (row[DB_file] == NULL) || (row[DB_name] == NULL)) - { - BIO_printf(bio_err,"Memory allocation failure\n"); - goto err; - } - BUF_strlcpy(row[DB_file],"unknown",8); - row[DB_type][0]='V'; - row[DB_type][1]='\0'; - - if ((irow=(char **)OPENSSL_malloc(sizeof(char *)*(DB_NUMBER+1))) == NULL) - { - BIO_printf(bio_err,"Memory allocation failure\n"); - goto err; - } - - for (i=0; idb,irow)) - { - BIO_printf(bio_err,"failed to update database\n"); - BIO_printf(bio_err,"TXT_DB error number %ld\n",db->db->error); - goto err; - } - ok=1; -err: - for (i=0; iserialNumber) == NULL) + goto err; + if (selfsign) { + if (!X509_set_issuer_name(ret, subject)) + goto err; + } else { + if (!X509_set_issuer_name(ret, X509_get_subject_name(x509))) + goto err; + } + + if (strcmp(startdate, "today") == 0) + X509_gmtime_adj(X509_get_notBefore(ret), 0); + else + ASN1_TIME_set_string(X509_get_notBefore(ret), startdate); + + if (enddate == NULL) + X509_time_adj_ex(X509_get_notAfter(ret), days, 0, NULL); + else { + int tdays; + ASN1_TIME_set_string(X509_get_notAfter(ret), enddate); + ASN1_TIME_diff(&tdays, NULL, NULL, X509_get_notAfter(ret)); + days = tdays; + } + + if (!X509_set_subject_name(ret, subject)) + goto err; + + pktmp = X509_REQ_get_pubkey(req); + i = X509_set_pubkey(ret, pktmp); + EVP_PKEY_free(pktmp); + if (!i) + goto err; + + /* Lets add the extensions, if there are any */ + if (ext_sect) { + X509V3_CTX ctx; + if (ci->version == NULL) + if ((ci->version = ASN1_INTEGER_new()) == NULL) + goto err; + ASN1_INTEGER_set(ci->version, 2); /* version 3 certificate */ + + /* + * Free the current entries if any, there should not be any I believe + */ + if (ci->extensions != NULL) + sk_X509_EXTENSION_pop_free(ci->extensions, X509_EXTENSION_free); + + ci->extensions = NULL; + + /* Initialize the context structure */ + if (selfsign) + X509V3_set_ctx(&ctx, ret, ret, req, NULL, 0); + else + X509V3_set_ctx(&ctx, x509, ret, req, NULL, 0); + + if (extconf) { + if (verbose) + BIO_printf(bio_err, "Extra configuration file found\n"); + + /* Use the extconf configuration db LHASH */ + X509V3_set_nconf(&ctx, extconf); + + /* Test the structure (needed?) */ + /* X509V3_set_ctx_test(&ctx); */ + + /* Adds exts contained in the configuration file */ + if (!X509V3_EXT_add_nconf(extconf, &ctx, ext_sect, ret)) { + BIO_printf(bio_err, + "ERROR: adding extensions in section %s\n", + ext_sect); + ERR_print_errors(bio_err); + goto err; + } + if (verbose) + BIO_printf(bio_err, + "Successfully added extensions from file.\n"); + } else if (ext_sect) { + /* We found extensions to be set from config file */ + X509V3_set_nconf(&ctx, lconf); + + if (!X509V3_EXT_add_nconf(lconf, &ctx, ext_sect, ret)) { + BIO_printf(bio_err, + "ERROR: adding extensions in section %s\n", + ext_sect); + ERR_print_errors(bio_err); + goto err; + } + + if (verbose) + BIO_printf(bio_err, + "Successfully added extensions from config\n"); + } + } + + /* Copy extensions from request (if any) */ + + if (!copy_extensions(ret, req, ext_copy)) { + BIO_printf(bio_err, "ERROR: adding extensions from request\n"); + ERR_print_errors(bio_err); + goto err; + } + + /* Set the right value for the noemailDN option */ + if (email_dn == 0) { + if (!X509_set_subject_name(ret, dn_subject)) + goto err; + } + + if (!default_op) { + BIO_printf(bio_err, "Certificate Details:\n"); + /* + * Never print signature details because signature not present + */ + certopt |= X509_FLAG_NO_SIGDUMP | X509_FLAG_NO_SIGNAME; + X509_print_ex(bio_err, ret, nameopt, certopt); + } + + BIO_printf(bio_err, "Certificate is to be certified until "); + ASN1_TIME_print(bio_err, X509_get_notAfter(ret)); + if (days) + BIO_printf(bio_err, " (%ld days)", days); + BIO_printf(bio_err, "\n"); + + if (!batch) { + + BIO_printf(bio_err, "Sign the certificate? [y/n]:"); + (void)BIO_flush(bio_err); + buf[0] = '\0'; + if (!fgets(buf, sizeof(buf) - 1, stdin)) { + BIO_printf(bio_err, + "CERTIFICATE WILL NOT BE CERTIFIED: I/O error\n"); + ok = 0; + goto err; + } + if (!((buf[0] == 'y') || (buf[0] == 'Y'))) { + BIO_printf(bio_err, "CERTIFICATE WILL NOT BE CERTIFIED\n"); + ok = 0; + goto err; + } + } + + pktmp = X509_get_pubkey(ret); + if (EVP_PKEY_missing_parameters(pktmp) && + !EVP_PKEY_missing_parameters(pkey)) + EVP_PKEY_copy_parameters(pktmp, pkey); + EVP_PKEY_free(pktmp); + + if (!do_X509_sign(bio_err, ret, pkey, dgst, sigopts)) + goto err; + + /* We now just add it to the database */ + row[DB_type] = (char *)OPENSSL_malloc(2); + + tm = X509_get_notAfter(ret); + row[DB_exp_date] = (char *)OPENSSL_malloc(tm->length + 1); + memcpy(row[DB_exp_date], tm->data, tm->length); + row[DB_exp_date][tm->length] = '\0'; + + row[DB_rev_date] = NULL; + + /* row[DB_serial] done already */ + row[DB_file] = (char *)OPENSSL_malloc(8); + row[DB_name] = X509_NAME_oneline(X509_get_subject_name(ret), NULL, 0); + + if ((row[DB_type] == NULL) || (row[DB_exp_date] == NULL) || + (row[DB_file] == NULL) || (row[DB_name] == NULL)) { + BIO_printf(bio_err, "Memory allocation failure\n"); + goto err; + } + BUF_strlcpy(row[DB_file], "unknown", 8); + row[DB_type][0] = 'V'; + row[DB_type][1] = '\0'; + + if ((irow = + (char **)OPENSSL_malloc(sizeof(char *) * (DB_NUMBER + 1))) == NULL) { + BIO_printf(bio_err, "Memory allocation failure\n"); + goto err; + } + + for (i = 0; i < DB_NUMBER; i++) { + irow[i] = row[i]; + row[i] = NULL; + } + irow[DB_NUMBER] = NULL; + + if (!TXT_DB_insert(db->db, irow)) { + BIO_printf(bio_err, "failed to update database\n"); + BIO_printf(bio_err, "TXT_DB error number %ld\n", db->db->error); + goto err; + } + ok = 1; + err: + for (i = 0; i < DB_NUMBER; i++) + if (row[i] != NULL) + OPENSSL_free(row[i]); + + if (CAname != NULL) + X509_NAME_free(CAname); + if (subject != NULL) + X509_NAME_free(subject); + if ((dn_subject != NULL) && !email_dn) + X509_NAME_free(dn_subject); + if (tmptm != NULL) + ASN1_UTCTIME_free(tmptm); + if (ok <= 0) { + if (ret != NULL) + X509_free(ret); + ret = NULL; + } else + *xret = ret; + return (ok); +} + +static void write_new_certificate(BIO *bp, X509 *x, int output_der, + int notext) +{ + + if (output_der) { + (void)i2d_X509_bio(bp, x); + return; + } #if 0 - /* ??? Not needed since X509_print prints all this stuff anyway */ - f=X509_NAME_oneline(X509_get_issuer_name(x),buf,256); - BIO_printf(bp,"issuer :%s\n",f); + /* ??? Not needed since X509_print prints all this stuff anyway */ + f = X509_NAME_oneline(X509_get_issuer_name(x), buf, 256); + BIO_printf(bp, "issuer :%s\n", f); - f=X509_NAME_oneline(X509_get_subject_name(x),buf,256); - BIO_printf(bp,"subject:%s\n",f); + f = X509_NAME_oneline(X509_get_subject_name(x), buf, 256); + BIO_printf(bp, "subject:%s\n", f); - BIO_puts(bp,"serial :"); - i2a_ASN1_INTEGER(bp,x->cert_info->serialNumber); - BIO_puts(bp,"\n\n"); + BIO_puts(bp, "serial :"); + i2a_ASN1_INTEGER(bp, x->cert_info->serialNumber); + BIO_puts(bp, "\n\n"); #endif - if (!notext)X509_print(bp,x); - PEM_write_bio_X509(bp,x); - } - -static int certify_spkac(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, - const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, - STACK_OF(CONF_VALUE) *policy, CA_DB *db, - BIGNUM *serial, char *subj,unsigned long chtype, int multirdn, int email_dn, char *startdate, char *enddate, - long days, char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, - unsigned long nameopt, int default_op, int ext_copy) - { - STACK_OF(CONF_VALUE) *sk=NULL; - LHASH_OF(CONF_VALUE) *parms=NULL; - X509_REQ *req=NULL; - CONF_VALUE *cv=NULL; - NETSCAPE_SPKI *spki = NULL; - X509_REQ_INFO *ri; - char *type,*buf; - EVP_PKEY *pktmp=NULL; - X509_NAME *n=NULL; - X509_NAME_ENTRY *ne=NULL; - int ok= -1,i,j; - long errline; - int nid; - - /* - * Load input file into a hash table. (This is just an easy - * way to read and parse the file, then put it into a convenient - * STACK format). - */ - parms=CONF_load(NULL,infile,&errline); - if (parms == NULL) - { - BIO_printf(bio_err,"error on line %ld of %s\n",errline,infile); - ERR_print_errors(bio_err); - goto err; - } - - sk=CONF_get_section(parms, "default"); - if (sk_CONF_VALUE_num(sk) == 0) - { - BIO_printf(bio_err, "no name/value pairs found in %s\n", infile); - CONF_free(parms); - goto err; - } - - /* - * Now create a dummy X509 request structure. We don't actually - * have an X509 request, but we have many of the components - * (a public key, various DN components). The idea is that we - * put these components into the right X509 request structure - * and we can use the same code as if you had a real X509 request. - */ - req=X509_REQ_new(); - if (req == NULL) - { - ERR_print_errors(bio_err); - goto err; - } - - /* - * Build up the subject name set. - */ - ri=req->req_info; - n = ri->subject; - - for (i = 0; ; i++) - { - if (sk_CONF_VALUE_num(sk) <= i) break; - - cv=sk_CONF_VALUE_value(sk,i); - type=cv->name; - /* Skip past any leading X. X: X, etc to allow for - * multiple instances - */ - for (buf = cv->name; *buf ; buf++) - if ((*buf == ':') || (*buf == ',') || (*buf == '.')) - { - buf++; - if (*buf) type = buf; - break; - } - - buf=cv->value; - if ((nid=OBJ_txt2nid(type)) == NID_undef) - { - if (strcmp(type, "SPKAC") == 0) - { - spki = NETSCAPE_SPKI_b64_decode(cv->value, -1); - if (spki == NULL) - { - BIO_printf(bio_err,"unable to load Netscape SPKAC structure\n"); - ERR_print_errors(bio_err); - goto err; - } - } - continue; - } - - if (!X509_NAME_add_entry_by_NID(n, nid, chtype, - (unsigned char *)buf, -1, -1, 0)) - goto err; - } - if (spki == NULL) - { - BIO_printf(bio_err,"Netscape SPKAC structure not found in %s\n", - infile); - goto err; - } - - /* - * Now extract the key from the SPKI structure. - */ - - BIO_printf(bio_err,"Check that the SPKAC request matches the signature\n"); - - if ((pktmp=NETSCAPE_SPKI_get_pubkey(spki)) == NULL) - { - BIO_printf(bio_err,"error unpacking SPKAC public key\n"); - goto err; - } - - j = NETSCAPE_SPKI_verify(spki, pktmp); - if (j <= 0) - { - BIO_printf(bio_err,"signature verification failed on SPKAC public key\n"); - goto err; - } - BIO_printf(bio_err,"Signature ok\n"); - - X509_REQ_set_pubkey(req,pktmp); - EVP_PKEY_free(pktmp); - ok=do_body(xret,pkey,x509,dgst,sigopts,policy,db,serial,subj,chtype, - multirdn,email_dn,startdate,enddate, days,1,verbose,req, - ext_sect,lconf, certopt, nameopt, default_op, ext_copy, 0); -err: - if (req != NULL) X509_REQ_free(req); - if (parms != NULL) CONF_free(parms); - if (spki != NULL) NETSCAPE_SPKI_free(spki); - if (ne != NULL) X509_NAME_ENTRY_free(ne); - - return(ok); - } + if (!notext) + X509_print(bp, x); + PEM_write_bio_X509(bp, x); +} + +static int certify_spkac(X509 **xret, char *infile, EVP_PKEY *pkey, + X509 *x509, const EVP_MD *dgst, + STACK_OF(OPENSSL_STRING) *sigopts, + STACK_OF(CONF_VALUE) *policy, CA_DB *db, + BIGNUM *serial, char *subj, unsigned long chtype, + int multirdn, int email_dn, char *startdate, + char *enddate, long days, char *ext_sect, + CONF *lconf, int verbose, unsigned long certopt, + unsigned long nameopt, int default_op, int ext_copy) +{ + STACK_OF(CONF_VALUE) *sk = NULL; + LHASH_OF(CONF_VALUE) *parms = NULL; + X509_REQ *req = NULL; + CONF_VALUE *cv = NULL; + NETSCAPE_SPKI *spki = NULL; + X509_REQ_INFO *ri; + char *type, *buf; + EVP_PKEY *pktmp = NULL; + X509_NAME *n = NULL; + X509_NAME_ENTRY *ne = NULL; + int ok = -1, i, j; + long errline; + int nid; + + /* + * Load input file into a hash table. (This is just an easy + * way to read and parse the file, then put it into a convenient + * STACK format). + */ + parms = CONF_load(NULL, infile, &errline); + if (parms == NULL) { + BIO_printf(bio_err, "error on line %ld of %s\n", errline, infile); + ERR_print_errors(bio_err); + goto err; + } + + sk = CONF_get_section(parms, "default"); + if (sk_CONF_VALUE_num(sk) == 0) { + BIO_printf(bio_err, "no name/value pairs found in %s\n", infile); + CONF_free(parms); + goto err; + } + + /* + * Now create a dummy X509 request structure. We don't actually + * have an X509 request, but we have many of the components + * (a public key, various DN components). The idea is that we + * put these components into the right X509 request structure + * and we can use the same code as if you had a real X509 request. + */ + req = X509_REQ_new(); + if (req == NULL) { + ERR_print_errors(bio_err); + goto err; + } + + /* + * Build up the subject name set. + */ + ri = req->req_info; + n = ri->subject; + + for (i = 0;; i++) { + if (sk_CONF_VALUE_num(sk) <= i) + break; + + cv = sk_CONF_VALUE_value(sk, i); + type = cv->name; + /* + * Skip past any leading X. X: X, etc to allow for multiple instances + */ + for (buf = cv->name; *buf; buf++) + if ((*buf == ':') || (*buf == ',') || (*buf == '.')) { + buf++; + if (*buf) + type = buf; + break; + } + + buf = cv->value; + if ((nid = OBJ_txt2nid(type)) == NID_undef) { + if (strcmp(type, "SPKAC") == 0) { + spki = NETSCAPE_SPKI_b64_decode(cv->value, -1); + if (spki == NULL) { + BIO_printf(bio_err, + "unable to load Netscape SPKAC structure\n"); + ERR_print_errors(bio_err); + goto err; + } + } + continue; + } + + if (!X509_NAME_add_entry_by_NID(n, nid, chtype, + (unsigned char *)buf, -1, -1, 0)) + goto err; + } + if (spki == NULL) { + BIO_printf(bio_err, "Netscape SPKAC structure not found in %s\n", + infile); + goto err; + } + + /* + * Now extract the key from the SPKI structure. + */ + + BIO_printf(bio_err, + "Check that the SPKAC request matches the signature\n"); + + if ((pktmp = NETSCAPE_SPKI_get_pubkey(spki)) == NULL) { + BIO_printf(bio_err, "error unpacking SPKAC public key\n"); + goto err; + } + + j = NETSCAPE_SPKI_verify(spki, pktmp); + if (j <= 0) { + BIO_printf(bio_err, + "signature verification failed on SPKAC public key\n"); + goto err; + } + BIO_printf(bio_err, "Signature ok\n"); + + X509_REQ_set_pubkey(req, pktmp); + EVP_PKEY_free(pktmp); + ok = do_body(xret, pkey, x509, dgst, sigopts, policy, db, serial, subj, + chtype, multirdn, email_dn, startdate, enddate, days, 1, + verbose, req, ext_sect, lconf, certopt, nameopt, default_op, + ext_copy, 0); + err: + if (req != NULL) + X509_REQ_free(req); + if (parms != NULL) + CONF_free(parms); + if (spki != NULL) + NETSCAPE_SPKI_free(spki); + if (ne != NULL) + X509_NAME_ENTRY_free(ne); + + return (ok); +} static int check_time_format(const char *str) - { - return ASN1_TIME_set_string(NULL, str); - } +{ + return ASN1_TIME_set_string(NULL, str); +} static int do_revoke(X509 *x509, CA_DB *db, int type, char *value) - { - ASN1_UTCTIME *tm=NULL; - char *row[DB_NUMBER],**rrow,**irow; - char *rev_str = NULL; - BIGNUM *bn = NULL; - int ok=-1,i; - - for (i=0; idb,DB_serial,row); - if (rrow == NULL) - { - BIO_printf(bio_err,"Adding Entry with serial number %s to DB for %s\n", row[DB_serial], row[DB_name]); - - /* We now just add it to the database */ - row[DB_type]=(char *)OPENSSL_malloc(2); - - tm=X509_get_notAfter(x509); - row[DB_exp_date]=(char *)OPENSSL_malloc(tm->length+1); - memcpy(row[DB_exp_date],tm->data,tm->length); - row[DB_exp_date][tm->length]='\0'; - - row[DB_rev_date]=NULL; - - /* row[DB_serial] done already */ - row[DB_file]=(char *)OPENSSL_malloc(8); - - /* row[DB_name] done already */ - - if ((row[DB_type] == NULL) || (row[DB_exp_date] == NULL) || - (row[DB_file] == NULL)) - { - BIO_printf(bio_err,"Memory allocation failure\n"); - goto err; - } - BUF_strlcpy(row[DB_file],"unknown",8); - row[DB_type][0]='V'; - row[DB_type][1]='\0'; - - if ((irow=(char **)OPENSSL_malloc(sizeof(char *)*(DB_NUMBER+1))) == NULL) - { - BIO_printf(bio_err,"Memory allocation failure\n"); - goto err; - } - - for (i=0; idb,irow)) - { - BIO_printf(bio_err,"failed to update database\n"); - BIO_printf(bio_err,"TXT_DB error number %ld\n",db->db->error); - goto err; - } - - /* Revoke Certificate */ - ok = do_revoke(x509,db, type, value); - - goto err; - - } - else if (index_name_cmp_noconst(row, rrow)) - { - BIO_printf(bio_err,"ERROR:name does not match %s\n", - row[DB_name]); - goto err; - } - else if (rrow[DB_type][0]=='R') - { - BIO_printf(bio_err,"ERROR:Already revoked, serial number %s\n", - row[DB_serial]); - goto err; - } - else - { - BIO_printf(bio_err,"Revoking Certificate %s.\n", rrow[DB_serial]); - rev_str = make_revocation_str(type, value); - if (!rev_str) - { - BIO_printf(bio_err, "Error in revocation arguments\n"); - goto err; - } - rrow[DB_type][0]='R'; - rrow[DB_type][1]='\0'; - rrow[DB_rev_date] = rev_str; - } - ok=1; -err: - for (i=0; idb, DB_serial, row); + if (rrow == NULL) { + BIO_printf(bio_err, + "Adding Entry with serial number %s to DB for %s\n", + row[DB_serial], row[DB_name]); + + /* We now just add it to the database */ + row[DB_type] = (char *)OPENSSL_malloc(2); + + tm = X509_get_notAfter(x509); + row[DB_exp_date] = (char *)OPENSSL_malloc(tm->length + 1); + memcpy(row[DB_exp_date], tm->data, tm->length); + row[DB_exp_date][tm->length] = '\0'; + + row[DB_rev_date] = NULL; + + /* row[DB_serial] done already */ + row[DB_file] = (char *)OPENSSL_malloc(8); + + /* row[DB_name] done already */ + + if ((row[DB_type] == NULL) || (row[DB_exp_date] == NULL) || + (row[DB_file] == NULL)) { + BIO_printf(bio_err, "Memory allocation failure\n"); + goto err; + } + BUF_strlcpy(row[DB_file], "unknown", 8); + row[DB_type][0] = 'V'; + row[DB_type][1] = '\0'; + + if ((irow = + (char **)OPENSSL_malloc(sizeof(char *) * (DB_NUMBER + 1))) == + NULL) { + BIO_printf(bio_err, "Memory allocation failure\n"); + goto err; + } + + for (i = 0; i < DB_NUMBER; i++) { + irow[i] = row[i]; + row[i] = NULL; + } + irow[DB_NUMBER] = NULL; + + if (!TXT_DB_insert(db->db, irow)) { + BIO_printf(bio_err, "failed to update database\n"); + BIO_printf(bio_err, "TXT_DB error number %ld\n", db->db->error); + goto err; + } + + /* Revoke Certificate */ + if (type == -1) + ok = 1; + else + ok = do_revoke(x509, db, type, value); + + goto err; + + } else if (index_name_cmp_noconst(row, rrow)) { + BIO_printf(bio_err, "ERROR:name does not match %s\n", row[DB_name]); + goto err; + } else if (type == -1) { + BIO_printf(bio_err, "ERROR:Already present, serial number %s\n", + row[DB_serial]); + goto err; + } else if (rrow[DB_type][0] == 'R') { + BIO_printf(bio_err, "ERROR:Already revoked, serial number %s\n", + row[DB_serial]); + goto err; + } else { + BIO_printf(bio_err, "Revoking Certificate %s.\n", rrow[DB_serial]); + rev_str = make_revocation_str(type, value); + if (!rev_str) { + BIO_printf(bio_err, "Error in revocation arguments\n"); + goto err; + } + rrow[DB_type][0] = 'R'; + rrow[DB_type][1] = '\0'; + rrow[DB_rev_date] = rev_str; + } + ok = 1; + err: + for (i = 0; i < DB_NUMBER; i++) { + if (row[i] != NULL) + OPENSSL_free(row[i]); + } + return (ok); +} static int get_certificate_status(const char *serial, CA_DB *db) - { - char *row[DB_NUMBER],**rrow; - int ok=-1,i; - - /* Free Resources */ - for (i=0; idb,DB_serial,row); - if (rrow == NULL) - { - BIO_printf(bio_err,"Serial %s not present in db.\n", - row[DB_serial]); - ok=-1; - goto err; - } - else if (rrow[DB_type][0]=='V') - { - BIO_printf(bio_err,"%s=Valid (%c)\n", - row[DB_serial], rrow[DB_type][0]); - goto err; - } - else if (rrow[DB_type][0]=='R') - { - BIO_printf(bio_err,"%s=Revoked (%c)\n", - row[DB_serial], rrow[DB_type][0]); - goto err; - } - else if (rrow[DB_type][0]=='E') - { - BIO_printf(bio_err,"%s=Expired (%c)\n", - row[DB_serial], rrow[DB_type][0]); - goto err; - } - else if (rrow[DB_type][0]=='S') - { - BIO_printf(bio_err,"%s=Suspended (%c)\n", - row[DB_serial], rrow[DB_type][0]); - goto err; - } - else - { - BIO_printf(bio_err,"%s=Unknown (%c).\n", - row[DB_serial], rrow[DB_type][0]); - ok=-1; - } -err: - for (i=0; i= 2000 */ - char **rrow, *a_tm_s; - - a_tm = ASN1_UTCTIME_new(); - - /* get actual time and make a string */ - a_tm = X509_gmtime_adj(a_tm, 0); - a_tm_s = (char *) OPENSSL_malloc(a_tm->length+1); - if (a_tm_s == NULL) - { - cnt = -1; - goto err; - } - - memcpy(a_tm_s, a_tm->data, a_tm->length); - a_tm_s[a_tm->length] = '\0'; - - if (strncmp(a_tm_s, "49", 2) <= 0) - a_y2k = 1; - else - a_y2k = 0; - - for (i = 0; i < sk_OPENSSL_PSTRING_num(db->db->data); i++) - { - rrow = sk_OPENSSL_PSTRING_value(db->db->data, i); - - if (rrow[DB_type][0] == 'V') - { - /* ignore entries that are not valid */ - if (strncmp(rrow[DB_exp_date], "49", 2) <= 0) - db_y2k = 1; - else - db_y2k = 0; - - if (db_y2k == a_y2k) - { - /* all on the same y2k side */ - if (strcmp(rrow[DB_exp_date], a_tm_s) <= 0) - { - rrow[DB_type][0] = 'E'; - rrow[DB_type][1] = '\0'; - cnt++; - - BIO_printf(bio_err, "%s=Expired\n", - rrow[DB_serial]); - } - } - else if (db_y2k < a_y2k) - { - rrow[DB_type][0] = 'E'; - rrow[DB_type][1] = '\0'; - cnt++; - - BIO_printf(bio_err, "%s=Expired\n", - rrow[DB_serial]); - } - - } - } - -err: - - ASN1_UTCTIME_free(a_tm); - OPENSSL_free(a_tm_s); - - return (cnt); - } +{ + char *row[DB_NUMBER], **rrow; + int ok = -1, i; + + /* Free Resources */ + for (i = 0; i < DB_NUMBER; i++) + row[i] = NULL; + + /* Malloc needed char spaces */ + row[DB_serial] = OPENSSL_malloc(strlen(serial) + 2); + if (row[DB_serial] == NULL) { + BIO_printf(bio_err, "Malloc failure\n"); + goto err; + } + + if (strlen(serial) % 2) { + /* + * Set the first char to 0 + */ ; + row[DB_serial][0] = '0'; + + /* Copy String from serial to row[DB_serial] */ + memcpy(row[DB_serial] + 1, serial, strlen(serial)); + row[DB_serial][strlen(serial) + 1] = '\0'; + } else { + /* Copy String from serial to row[DB_serial] */ + memcpy(row[DB_serial], serial, strlen(serial)); + row[DB_serial][strlen(serial)] = '\0'; + } + + /* Make it Upper Case */ + for (i = 0; row[DB_serial][i] != '\0'; i++) + row[DB_serial][i] = toupper((unsigned char)row[DB_serial][i]); + + ok = 1; + + /* Search for the certificate */ + rrow = TXT_DB_get_by_index(db->db, DB_serial, row); + if (rrow == NULL) { + BIO_printf(bio_err, "Serial %s not present in db.\n", row[DB_serial]); + ok = -1; + goto err; + } else if (rrow[DB_type][0] == 'V') { + BIO_printf(bio_err, "%s=Valid (%c)\n", + row[DB_serial], rrow[DB_type][0]); + goto err; + } else if (rrow[DB_type][0] == 'R') { + BIO_printf(bio_err, "%s=Revoked (%c)\n", + row[DB_serial], rrow[DB_type][0]); + goto err; + } else if (rrow[DB_type][0] == 'E') { + BIO_printf(bio_err, "%s=Expired (%c)\n", + row[DB_serial], rrow[DB_type][0]); + goto err; + } else if (rrow[DB_type][0] == 'S') { + BIO_printf(bio_err, "%s=Suspended (%c)\n", + row[DB_serial], rrow[DB_type][0]); + goto err; + } else { + BIO_printf(bio_err, "%s=Unknown (%c).\n", + row[DB_serial], rrow[DB_type][0]); + ok = -1; + } + err: + for (i = 0; i < DB_NUMBER; i++) { + if (row[i] != NULL) + OPENSSL_free(row[i]); + } + return (ok); +} + +static int do_updatedb(CA_DB *db) +{ + ASN1_UTCTIME *a_tm = NULL; + int i, cnt = 0; + int db_y2k, a_y2k; /* flags = 1 if y >= 2000 */ + char **rrow, *a_tm_s; + + a_tm = ASN1_UTCTIME_new(); + + /* get actual time and make a string */ + a_tm = X509_gmtime_adj(a_tm, 0); + a_tm_s = (char *)OPENSSL_malloc(a_tm->length + 1); + if (a_tm_s == NULL) { + cnt = -1; + goto err; + } + + memcpy(a_tm_s, a_tm->data, a_tm->length); + a_tm_s[a_tm->length] = '\0'; + + if (strncmp(a_tm_s, "49", 2) <= 0) + a_y2k = 1; + else + a_y2k = 0; + + for (i = 0; i < sk_OPENSSL_PSTRING_num(db->db->data); i++) { + rrow = sk_OPENSSL_PSTRING_value(db->db->data, i); + + if (rrow[DB_type][0] == 'V') { + /* ignore entries that are not valid */ + if (strncmp(rrow[DB_exp_date], "49", 2) <= 0) + db_y2k = 1; + else + db_y2k = 0; + + if (db_y2k == a_y2k) { + /* all on the same y2k side */ + if (strcmp(rrow[DB_exp_date], a_tm_s) <= 0) { + rrow[DB_type][0] = 'E'; + rrow[DB_type][1] = '\0'; + cnt++; + + BIO_printf(bio_err, "%s=Expired\n", rrow[DB_serial]); + } + } else if (db_y2k < a_y2k) { + rrow[DB_type][0] = 'E'; + rrow[DB_type][1] = '\0'; + cnt++; + + BIO_printf(bio_err, "%s=Expired\n", rrow[DB_serial]); + } + + } + } + + err: + + ASN1_UTCTIME_free(a_tm); + OPENSSL_free(a_tm_s); + + return (cnt); +} static const char *crl_reasons[] = { - /* CRL reason strings */ - "unspecified", - "keyCompromise", - "CACompromise", - "affiliationChanged", - "superseded", - "cessationOfOperation", - "certificateHold", - "removeFromCRL", - /* Additional pseudo reasons */ - "holdInstruction", - "keyTime", - "CAkeyTime" + /* CRL reason strings */ + "unspecified", + "keyCompromise", + "CACompromise", + "affiliationChanged", + "superseded", + "cessationOfOperation", + "certificateHold", + "removeFromCRL", + /* Additional pseudo reasons */ + "holdInstruction", + "keyTime", + "CAkeyTime" }; #define NUM_REASONS (sizeof(crl_reasons) / sizeof(char *)) -/* Given revocation information convert to a DB string. - * The format of the string is: - * revtime[,reason,extra]. Where 'revtime' is the - * revocation time (the current time). 'reason' is the - * optional CRL reason and 'extra' is any additional - * argument +/* + * Given revocation information convert to a DB string. The format of the + * string is: revtime[,reason,extra]. Where 'revtime' is the revocation time + * (the current time). 'reason' is the optional CRL reason and 'extra' is any + * additional argument */ char *make_revocation_str(int rev_type, char *rev_arg) - { - char *other = NULL, *str; - const char *reason = NULL; - ASN1_OBJECT *otmp; - ASN1_UTCTIME *revtm = NULL; - int i; - switch (rev_type) - { - case REV_NONE: - break; - - case REV_CRL_REASON: - for (i = 0; i < 8; i++) - { - if (!strcasecmp(rev_arg, crl_reasons[i])) - { - reason = crl_reasons[i]; - break; - } - } - if (reason == NULL) - { - BIO_printf(bio_err, "Unknown CRL reason %s\n", rev_arg); - return NULL; - } - break; - - case REV_HOLD: - /* Argument is an OID */ - - otmp = OBJ_txt2obj(rev_arg, 0); - ASN1_OBJECT_free(otmp); - - if (otmp == NULL) - { - BIO_printf(bio_err, "Invalid object identifier %s\n", rev_arg); - return NULL; - } - - reason = "holdInstruction"; - other = rev_arg; - break; - - case REV_KEY_COMPROMISE: - case REV_CA_COMPROMISE: - - /* Argument is the key compromise time */ - if (!ASN1_GENERALIZEDTIME_set_string(NULL, rev_arg)) - { - BIO_printf(bio_err, "Invalid time format %s. Need YYYYMMDDHHMMSSZ\n", rev_arg); - return NULL; - } - other = rev_arg; - if (rev_type == REV_KEY_COMPROMISE) - reason = "keyTime"; - else - reason = "CAkeyTime"; - - break; - - } - - revtm = X509_gmtime_adj(NULL, 0); - - if (!revtm) - return NULL; - - i = revtm->length + 1; - - if (reason) i += strlen(reason) + 1; - if (other) i += strlen(other) + 1; - - str = OPENSSL_malloc(i); - - if (!str) return NULL; - - BUF_strlcpy(str, (char *)revtm->data, i); - if (reason) - { - BUF_strlcat(str, ",", i); - BUF_strlcat(str, reason, i); - } - if (other) - { - BUF_strlcat(str, ",", i); - BUF_strlcat(str, other, i); - } - ASN1_UTCTIME_free(revtm); - return str; - } - -/* Convert revocation field to X509_REVOKED entry +{ + char *other = NULL, *str; + const char *reason = NULL; + ASN1_OBJECT *otmp; + ASN1_UTCTIME *revtm = NULL; + int i; + switch (rev_type) { + case REV_NONE: + break; + + case REV_CRL_REASON: + for (i = 0; i < 8; i++) { + if (!strcasecmp(rev_arg, crl_reasons[i])) { + reason = crl_reasons[i]; + break; + } + } + if (reason == NULL) { + BIO_printf(bio_err, "Unknown CRL reason %s\n", rev_arg); + return NULL; + } + break; + + case REV_HOLD: + /* Argument is an OID */ + + otmp = OBJ_txt2obj(rev_arg, 0); + ASN1_OBJECT_free(otmp); + + if (otmp == NULL) { + BIO_printf(bio_err, "Invalid object identifier %s\n", rev_arg); + return NULL; + } + + reason = "holdInstruction"; + other = rev_arg; + break; + + case REV_KEY_COMPROMISE: + case REV_CA_COMPROMISE: + + /* Argument is the key compromise time */ + if (!ASN1_GENERALIZEDTIME_set_string(NULL, rev_arg)) { + BIO_printf(bio_err, + "Invalid time format %s. Need YYYYMMDDHHMMSSZ\n", + rev_arg); + return NULL; + } + other = rev_arg; + if (rev_type == REV_KEY_COMPROMISE) + reason = "keyTime"; + else + reason = "CAkeyTime"; + + break; + + } + + revtm = X509_gmtime_adj(NULL, 0); + + if (!revtm) + return NULL; + + i = revtm->length + 1; + + if (reason) + i += strlen(reason) + 1; + if (other) + i += strlen(other) + 1; + + str = OPENSSL_malloc(i); + + if (!str) + return NULL; + + BUF_strlcpy(str, (char *)revtm->data, i); + if (reason) { + BUF_strlcat(str, ",", i); + BUF_strlcat(str, reason, i); + } + if (other) { + BUF_strlcat(str, ",", i); + BUF_strlcat(str, other, i); + } + ASN1_UTCTIME_free(revtm); + return str; +} + +/*- + * Convert revocation field to X509_REVOKED entry * return code: * 0 error * 1 OK * 2 OK and some extensions added (i.e. V2 CRL) */ - int make_revoked(X509_REVOKED *rev, const char *str) - { - char *tmp = NULL; - int reason_code = -1; - int i, ret = 0; - ASN1_OBJECT *hold = NULL; - ASN1_GENERALIZEDTIME *comp_time = NULL; - ASN1_ENUMERATED *rtmp = NULL; - - ASN1_TIME *revDate = NULL; - - i = unpack_revinfo(&revDate, &reason_code, &hold, &comp_time, str); - - if (i == 0) - goto err; - - if (rev && !X509_REVOKED_set_revocationDate(rev, revDate)) - goto err; - - if (rev && (reason_code != OCSP_REVOKED_STATUS_NOSTATUS)) - { - rtmp = ASN1_ENUMERATED_new(); - if (!rtmp || !ASN1_ENUMERATED_set(rtmp, reason_code)) - goto err; - if (!X509_REVOKED_add1_ext_i2d(rev, NID_crl_reason, rtmp, 0, 0)) - goto err; - } - - if (rev && comp_time) - { - if (!X509_REVOKED_add1_ext_i2d(rev, NID_invalidity_date, comp_time, 0, 0)) - goto err; - } - if (rev && hold) - { - if (!X509_REVOKED_add1_ext_i2d(rev, NID_hold_instruction_code, hold, 0, 0)) - goto err; - } - - if (reason_code != OCSP_REVOKED_STATUS_NOSTATUS) - ret = 2; - else ret = 1; - - err: - - if (tmp) OPENSSL_free(tmp); - ASN1_OBJECT_free(hold); - ASN1_GENERALIZEDTIME_free(comp_time); - ASN1_ENUMERATED_free(rtmp); - ASN1_TIME_free(revDate); - - return ret; - } +{ + char *tmp = NULL; + int reason_code = -1; + int i, ret = 0; + ASN1_OBJECT *hold = NULL; + ASN1_GENERALIZEDTIME *comp_time = NULL; + ASN1_ENUMERATED *rtmp = NULL; + + ASN1_TIME *revDate = NULL; + + i = unpack_revinfo(&revDate, &reason_code, &hold, &comp_time, str); + + if (i == 0) + goto err; + + if (rev && !X509_REVOKED_set_revocationDate(rev, revDate)) + goto err; + + if (rev && (reason_code != OCSP_REVOKED_STATUS_NOSTATUS)) { + rtmp = ASN1_ENUMERATED_new(); + if (!rtmp || !ASN1_ENUMERATED_set(rtmp, reason_code)) + goto err; + if (!X509_REVOKED_add1_ext_i2d(rev, NID_crl_reason, rtmp, 0, 0)) + goto err; + } + + if (rev && comp_time) { + if (!X509_REVOKED_add1_ext_i2d + (rev, NID_invalidity_date, comp_time, 0, 0)) + goto err; + } + if (rev && hold) { + if (!X509_REVOKED_add1_ext_i2d + (rev, NID_hold_instruction_code, hold, 0, 0)) + goto err; + } + + if (reason_code != OCSP_REVOKED_STATUS_NOSTATUS) + ret = 2; + else + ret = 1; + + err: + + if (tmp) + OPENSSL_free(tmp); + ASN1_OBJECT_free(hold); + ASN1_GENERALIZEDTIME_free(comp_time); + ASN1_ENUMERATED_free(rtmp); + ASN1_TIME_free(revDate); + + return ret; +} int old_entry_print(BIO *bp, ASN1_OBJECT *obj, ASN1_STRING *str) - { - char buf[25],*pbuf, *p; - int j; - j=i2a_ASN1_OBJECT(bp,obj); - pbuf=buf; - for (j=22-j; j>0; j--) - *(pbuf++)=' '; - *(pbuf++)=':'; - *(pbuf++)='\0'; - BIO_puts(bp,buf); - - if (str->type == V_ASN1_PRINTABLESTRING) - BIO_printf(bp,"PRINTABLE:'"); - else if (str->type == V_ASN1_T61STRING) - BIO_printf(bp,"T61STRING:'"); - else if (str->type == V_ASN1_IA5STRING) - BIO_printf(bp,"IA5STRING:'"); - else if (str->type == V_ASN1_UNIVERSALSTRING) - BIO_printf(bp,"UNIVERSALSTRING:'"); - else - BIO_printf(bp,"ASN.1 %2d:'",str->type); - - p=(char *)str->data; - for (j=str->length; j>0; j--) - { - if ((*p >= ' ') && (*p <= '~')) - BIO_printf(bp,"%c",*p); - else if (*p & 0x80) - BIO_printf(bp,"\\0x%02X",*p); - else if ((unsigned char)*p == 0xf7) - BIO_printf(bp,"^?"); - else BIO_printf(bp,"^%c",*p+'@'); - p++; - } - BIO_printf(bp,"'\n"); - return 1; - } - -int unpack_revinfo(ASN1_TIME **prevtm, int *preason, ASN1_OBJECT **phold, ASN1_GENERALIZEDTIME **pinvtm, const char *str) - { - char *tmp = NULL; - char *rtime_str, *reason_str = NULL, *arg_str = NULL, *p; - int reason_code = -1; - int ret = 0; - unsigned int i; - ASN1_OBJECT *hold = NULL; - ASN1_GENERALIZEDTIME *comp_time = NULL; - tmp = BUF_strdup(str); - - p = strchr(tmp, ','); - - rtime_str = tmp; - - if (p) - { - *p = '\0'; - p++; - reason_str = p; - p = strchr(p, ','); - if (p) - { - *p = '\0'; - arg_str = p + 1; - } - } - - if (prevtm) - { - *prevtm = ASN1_UTCTIME_new(); - if (!ASN1_UTCTIME_set_string(*prevtm, rtime_str)) - { - BIO_printf(bio_err, "invalid revocation date %s\n", rtime_str); - goto err; - } - } - if (reason_str) - { - for (i = 0; i < NUM_REASONS; i++) - { - if(!strcasecmp(reason_str, crl_reasons[i])) - { - reason_code = i; - break; - } - } - if (reason_code == OCSP_REVOKED_STATUS_NOSTATUS) - { - BIO_printf(bio_err, "invalid reason code %s\n", reason_str); - goto err; - } - - if (reason_code == 7) - reason_code = OCSP_REVOKED_STATUS_REMOVEFROMCRL; - else if (reason_code == 8) /* Hold instruction */ - { - if (!arg_str) - { - BIO_printf(bio_err, "missing hold instruction\n"); - goto err; - } - reason_code = OCSP_REVOKED_STATUS_CERTIFICATEHOLD; - hold = OBJ_txt2obj(arg_str, 0); - - if (!hold) - { - BIO_printf(bio_err, "invalid object identifier %s\n", arg_str); - goto err; - } - if (phold) *phold = hold; - } - else if ((reason_code == 9) || (reason_code == 10)) - { - if (!arg_str) - { - BIO_printf(bio_err, "missing compromised time\n"); - goto err; - } - comp_time = ASN1_GENERALIZEDTIME_new(); - if (!ASN1_GENERALIZEDTIME_set_string(comp_time, arg_str)) - { - BIO_printf(bio_err, "invalid compromised time %s\n", arg_str); - goto err; - } - if (reason_code == 9) - reason_code = OCSP_REVOKED_STATUS_KEYCOMPROMISE; - else - reason_code = OCSP_REVOKED_STATUS_CACOMPROMISE; - } - } - - if (preason) *preason = reason_code; - if (pinvtm) *pinvtm = comp_time; - else ASN1_GENERALIZEDTIME_free(comp_time); - - ret = 1; - - err: - - if (tmp) OPENSSL_free(tmp); - if (!phold) ASN1_OBJECT_free(hold); - if (!pinvtm) ASN1_GENERALIZEDTIME_free(comp_time); - - return ret; - } +{ + char buf[25], *pbuf, *p; + int j; + j = i2a_ASN1_OBJECT(bp, obj); + pbuf = buf; + for (j = 22 - j; j > 0; j--) + *(pbuf++) = ' '; + *(pbuf++) = ':'; + *(pbuf++) = '\0'; + BIO_puts(bp, buf); + + if (str->type == V_ASN1_PRINTABLESTRING) + BIO_printf(bp, "PRINTABLE:'"); + else if (str->type == V_ASN1_T61STRING) + BIO_printf(bp, "T61STRING:'"); + else if (str->type == V_ASN1_IA5STRING) + BIO_printf(bp, "IA5STRING:'"); + else if (str->type == V_ASN1_UNIVERSALSTRING) + BIO_printf(bp, "UNIVERSALSTRING:'"); + else + BIO_printf(bp, "ASN.1 %2d:'", str->type); + + p = (char *)str->data; + for (j = str->length; j > 0; j--) { + if ((*p >= ' ') && (*p <= '~')) + BIO_printf(bp, "%c", *p); + else if (*p & 0x80) + BIO_printf(bp, "\\0x%02X", *p); + else if ((unsigned char)*p == 0xf7) + BIO_printf(bp, "^?"); + else + BIO_printf(bp, "^%c", *p + '@'); + p++; + } + BIO_printf(bp, "'\n"); + return 1; +} + +int unpack_revinfo(ASN1_TIME **prevtm, int *preason, ASN1_OBJECT **phold, + ASN1_GENERALIZEDTIME **pinvtm, const char *str) +{ + char *tmp = NULL; + char *rtime_str, *reason_str = NULL, *arg_str = NULL, *p; + int reason_code = -1; + int ret = 0; + unsigned int i; + ASN1_OBJECT *hold = NULL; + ASN1_GENERALIZEDTIME *comp_time = NULL; + tmp = BUF_strdup(str); + + p = strchr(tmp, ','); + + rtime_str = tmp; + + if (p) { + *p = '\0'; + p++; + reason_str = p; + p = strchr(p, ','); + if (p) { + *p = '\0'; + arg_str = p + 1; + } + } + + if (prevtm) { + *prevtm = ASN1_UTCTIME_new(); + if (!ASN1_UTCTIME_set_string(*prevtm, rtime_str)) { + BIO_printf(bio_err, "invalid revocation date %s\n", rtime_str); + goto err; + } + } + if (reason_str) { + for (i = 0; i < NUM_REASONS; i++) { + if (!strcasecmp(reason_str, crl_reasons[i])) { + reason_code = i; + break; + } + } + if (reason_code == OCSP_REVOKED_STATUS_NOSTATUS) { + BIO_printf(bio_err, "invalid reason code %s\n", reason_str); + goto err; + } + + if (reason_code == 7) + reason_code = OCSP_REVOKED_STATUS_REMOVEFROMCRL; + else if (reason_code == 8) { /* Hold instruction */ + if (!arg_str) { + BIO_printf(bio_err, "missing hold instruction\n"); + goto err; + } + reason_code = OCSP_REVOKED_STATUS_CERTIFICATEHOLD; + hold = OBJ_txt2obj(arg_str, 0); + + if (!hold) { + BIO_printf(bio_err, "invalid object identifier %s\n", + arg_str); + goto err; + } + if (phold) + *phold = hold; + } else if ((reason_code == 9) || (reason_code == 10)) { + if (!arg_str) { + BIO_printf(bio_err, "missing compromised time\n"); + goto err; + } + comp_time = ASN1_GENERALIZEDTIME_new(); + if (!ASN1_GENERALIZEDTIME_set_string(comp_time, arg_str)) { + BIO_printf(bio_err, "invalid compromised time %s\n", arg_str); + goto err; + } + if (reason_code == 9) + reason_code = OCSP_REVOKED_STATUS_KEYCOMPROMISE; + else + reason_code = OCSP_REVOKED_STATUS_CACOMPROMISE; + } + } + + if (preason) + *preason = reason_code; + if (pinvtm) + *pinvtm = comp_time; + else + ASN1_GENERALIZEDTIME_free(comp_time); + + ret = 1; + + err: + + if (tmp) + OPENSSL_free(tmp); + if (!phold) + ASN1_OBJECT_free(hold); + if (!pinvtm) + ASN1_GENERALIZEDTIME_free(comp_time); + + return ret; +} diff --git a/openssl/apps/ciphers.c b/openssl/apps/ciphers.c index 93dce1c40..66636d2df 100644 --- a/openssl/apps/ciphers.c +++ b/openssl/apps/ciphers.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -60,166 +60,180 @@ #include #include #ifdef OPENSSL_NO_STDIO -#define APPS_WIN16 +# define APPS_WIN16 #endif #include "apps.h" #include #include #undef PROG -#define PROG ciphers_main - -static const char *ciphers_usage[]={ -"usage: ciphers args\n", -" -v - verbose mode, a textual listing of the SSL/TLS ciphers in OpenSSL\n", -" -V - even more verbose\n", -" -ssl2 - SSL2 mode\n", -" -ssl3 - SSL3 mode\n", -" -tls1 - TLS1 mode\n", -NULL +#define PROG ciphers_main + +static const char *ciphers_usage[] = { + "usage: ciphers args\n", + " -v - verbose mode, a textual listing of the SSL/TLS ciphers in OpenSSL\n", + " -V - even more verbose\n", + " -ssl2 - SSL2 mode\n", + " -ssl3 - SSL3 mode\n", + " -tls1 - TLS1 mode\n", + NULL }; int MAIN(int, char **); int MAIN(int argc, char **argv) - { - int ret=1,i; - int verbose=0,Verbose=0; - const char **pp; - const char *p; - int badops=0; - SSL_CTX *ctx=NULL; - SSL *ssl=NULL; - char *ciphers=NULL; - const SSL_METHOD *meth=NULL; - STACK_OF(SSL_CIPHER) *sk; - char buf[512]; - BIO *STDout=NULL; - - meth=SSLv23_server_method(); - - apps_startup(); - - if (bio_err == NULL) - bio_err=BIO_new_fp(stderr,BIO_NOCLOSE); - STDout=BIO_new_fp(stdout,BIO_NOCLOSE); +{ + int ret = 1, i; + int verbose = 0, Verbose = 0; +#ifndef OPENSSL_NO_SSL_TRACE + int stdname = 0; +#endif + const char **pp; + const char *p; + int badops = 0; + SSL_CTX *ctx = NULL; + SSL *ssl = NULL; + char *ciphers = NULL; + const SSL_METHOD *meth = NULL; + STACK_OF(SSL_CIPHER) *sk; + char buf[512]; + BIO *STDout = NULL; + + meth = SSLv23_server_method(); + + apps_startup(); + + if (bio_err == NULL) + bio_err = BIO_new_fp(stderr, BIO_NOCLOSE); + STDout = BIO_new_fp(stdout, BIO_NOCLOSE); #ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - STDout = BIO_push(tmpbio, STDout); - } + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + STDout = BIO_push(tmpbio, STDout); + } +#endif + if (!load_config(bio_err, NULL)) + goto end; + + argc--; + argv++; + while (argc >= 1) { + if (strcmp(*argv, "-v") == 0) + verbose = 1; + else if (strcmp(*argv, "-V") == 0) + verbose = Verbose = 1; +#ifndef OPENSSL_NO_SSL_TRACE + else if (strcmp(*argv, "-stdname") == 0) + stdname = verbose = 1; #endif - if (!load_config(bio_err, NULL)) - goto end; - - argc--; - argv++; - while (argc >= 1) - { - if (strcmp(*argv,"-v") == 0) - verbose=1; - else if (strcmp(*argv,"-V") == 0) - verbose=Verbose=1; #ifndef OPENSSL_NO_SSL2 - else if (strcmp(*argv,"-ssl2") == 0) - meth=SSLv2_client_method(); + else if (strcmp(*argv, "-ssl2") == 0) + meth = SSLv2_client_method(); #endif #ifndef OPENSSL_NO_SSL3 - else if (strcmp(*argv,"-ssl3") == 0) - meth=SSLv3_client_method(); + else if (strcmp(*argv, "-ssl3") == 0) + meth = SSLv3_client_method(); #endif #ifndef OPENSSL_NO_TLS1 - else if (strcmp(*argv,"-tls1") == 0) - meth=TLSv1_client_method(); + else if (strcmp(*argv, "-tls1") == 0) + meth = TLSv1_client_method(); #endif - else if ((strncmp(*argv,"-h",2) == 0) || - (strcmp(*argv,"-?") == 0)) - { - badops=1; - break; - } - else - { - ciphers= *argv; - } - argc--; - argv++; - } - - if (badops) - { - for (pp=ciphers_usage; (*pp != NULL); pp++) - BIO_printf(bio_err,"%s",*pp); - goto end; - } - - OpenSSL_add_ssl_algorithms(); - - ctx=SSL_CTX_new(meth); - if (ctx == NULL) goto err; - if (ciphers != NULL) { - if(!SSL_CTX_set_cipher_list(ctx,ciphers)) { - BIO_printf(bio_err, "Error in cipher list\n"); - goto err; - } - } - ssl=SSL_new(ctx); - if (ssl == NULL) goto err; - - - if (!verbose) - { - for (i=0; ; i++) - { - p=SSL_get_cipher_list(ssl,i); - if (p == NULL) break; - if (i != 0) BIO_printf(STDout,":"); - BIO_printf(STDout,"%s",p); - } - BIO_printf(STDout,"\n"); - } - else /* verbose */ - { - sk=SSL_get_ciphers(ssl); - - for (i=0; i> 24); - int id1 = (int)((id >> 16) & 0xffL); - int id2 = (int)((id >> 8) & 0xffL); - int id3 = (int)(id & 0xffL); - - if ((id & 0xff000000L) == 0x02000000L) - BIO_printf(STDout, " 0x%02X,0x%02X,0x%02X - ", id1, id2, id3); /* SSL2 cipher */ - else if ((id & 0xff000000L) == 0x03000000L) - BIO_printf(STDout, " 0x%02X,0x%02X - ", id2, id3); /* SSL3 cipher */ - else - BIO_printf(STDout, "0x%02X,0x%02X,0x%02X,0x%02X - ", id0, id1, id2, id3); /* whatever */ - } - - BIO_puts(STDout,SSL_CIPHER_description(c,buf,sizeof buf)); - } - } - - ret=0; - if (0) - { -err: - SSL_load_error_strings(); - ERR_print_errors(bio_err); - } -end: - if (ctx != NULL) SSL_CTX_free(ctx); - if (ssl != NULL) SSL_free(ssl); - if (STDout != NULL) BIO_free_all(STDout); - apps_shutdown(); - OPENSSL_EXIT(ret); - } - + else if ((strncmp(*argv, "-h", 2) == 0) || (strcmp(*argv, "-?") == 0)) { + badops = 1; + break; + } else { + ciphers = *argv; + } + argc--; + argv++; + } + + if (badops) { + for (pp = ciphers_usage; (*pp != NULL); pp++) + BIO_printf(bio_err, "%s", *pp); + goto end; + } + + OpenSSL_add_ssl_algorithms(); + + ctx = SSL_CTX_new(meth); + if (ctx == NULL) + goto err; + if (ciphers != NULL) { + if (!SSL_CTX_set_cipher_list(ctx, ciphers)) { + BIO_printf(bio_err, "Error in cipher list\n"); + goto err; + } + } + ssl = SSL_new(ctx); + if (ssl == NULL) + goto err; + + if (!verbose) { + for (i = 0;; i++) { + p = SSL_get_cipher_list(ssl, i); + if (p == NULL) + break; + if (i != 0) + BIO_printf(STDout, ":"); + BIO_printf(STDout, "%s", p); + } + BIO_printf(STDout, "\n"); + } else { /* verbose */ + + sk = SSL_get_ciphers(ssl); + + for (i = 0; i < sk_SSL_CIPHER_num(sk); i++) { + SSL_CIPHER *c; + + c = sk_SSL_CIPHER_value(sk, i); + + if (Verbose) { + unsigned long id = SSL_CIPHER_get_id(c); + int id0 = (int)(id >> 24); + int id1 = (int)((id >> 16) & 0xffL); + int id2 = (int)((id >> 8) & 0xffL); + int id3 = (int)(id & 0xffL); + + if ((id & 0xff000000L) == 0x02000000L) { + /* SSL2 cipher */ + BIO_printf(STDout, " 0x%02X,0x%02X,0x%02X - ", id1, + id2, id3); + } else if ((id & 0xff000000L) == 0x03000000L) { + /* SSL3 cipher */ + BIO_printf(STDout, " 0x%02X,0x%02X - ", id2, + id3); + } else { + /* whatever */ + BIO_printf(STDout, "0x%02X,0x%02X,0x%02X,0x%02X - ", id0, + id1, id2, id3); + } + } +#ifndef OPENSSL_NO_SSL_TRACE + if (stdname) { + const char *nm = SSL_CIPHER_standard_name(c); + if (nm == NULL) + nm = "UNKNOWN"; + BIO_printf(STDout, "%s - ", nm); + } +#endif + BIO_puts(STDout, SSL_CIPHER_description(c, buf, sizeof buf)); + } + } + + ret = 0; + if (0) { + err: + SSL_load_error_strings(); + ERR_print_errors(bio_err); + } + end: + if (ctx != NULL) + SSL_CTX_free(ctx); + if (ssl != NULL) + SSL_free(ssl); + if (STDout != NULL) + BIO_free_all(STDout); + apps_shutdown(); + OPENSSL_EXIT(ret); +} diff --git a/openssl/apps/cms.c b/openssl/apps/cms.c index 5f77f8fbb..2c8ada60b 100644 --- a/openssl/apps/cms.c +++ b/openssl/apps/cms.c @@ -1,5 +1,6 @@ /* apps/cms.c */ -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL +/* + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. */ /* ==================================================================== @@ -10,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -59,1339 +60,1292 @@ #ifndef OPENSSL_NO_CMS -#include -#include -#include -#include -#include -#include +# include +# include +# include +# include +# include +# include -#undef PROG -#define PROG cms_main +# undef PROG +# define PROG cms_main static int save_certs(char *signerfile, STACK_OF(X509) *signers); static int cms_cb(int ok, X509_STORE_CTX *ctx); static void receipt_request_print(BIO *out, CMS_ContentInfo *cms); -static CMS_ReceiptRequest *make_receipt_request(STACK_OF(OPENSSL_STRING) *rr_to, - int rr_allorfirst, - STACK_OF(OPENSSL_STRING) *rr_from); - -#define SMIME_OP 0x10 -#define SMIME_IP 0x20 -#define SMIME_SIGNERS 0x40 -#define SMIME_ENCRYPT (1 | SMIME_OP) -#define SMIME_DECRYPT (2 | SMIME_IP) -#define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS) -#define SMIME_VERIFY (4 | SMIME_IP) -#define SMIME_CMSOUT (5 | SMIME_IP | SMIME_OP) -#define SMIME_RESIGN (6 | SMIME_IP | SMIME_OP | SMIME_SIGNERS) -#define SMIME_DATAOUT (7 | SMIME_IP) -#define SMIME_DATA_CREATE (8 | SMIME_OP) -#define SMIME_DIGEST_VERIFY (9 | SMIME_IP) -#define SMIME_DIGEST_CREATE (10 | SMIME_OP) -#define SMIME_UNCOMPRESS (11 | SMIME_IP) -#define SMIME_COMPRESS (12 | SMIME_OP) -#define SMIME_ENCRYPTED_DECRYPT (13 | SMIME_IP) -#define SMIME_ENCRYPTED_ENCRYPT (14 | SMIME_OP) -#define SMIME_SIGN_RECEIPT (15 | SMIME_IP | SMIME_OP) -#define SMIME_VERIFY_RECEIPT (16 | SMIME_IP) +static CMS_ReceiptRequest *make_receipt_request(STACK_OF(OPENSSL_STRING) + *rr_to, int rr_allorfirst, STACK_OF(OPENSSL_STRING) + *rr_from); +static int cms_set_pkey_param(EVP_PKEY_CTX *pctx, + STACK_OF(OPENSSL_STRING) *param); + +# define SMIME_OP 0x10 +# define SMIME_IP 0x20 +# define SMIME_SIGNERS 0x40 +# define SMIME_ENCRYPT (1 | SMIME_OP) +# define SMIME_DECRYPT (2 | SMIME_IP) +# define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS) +# define SMIME_VERIFY (4 | SMIME_IP) +# define SMIME_CMSOUT (5 | SMIME_IP | SMIME_OP) +# define SMIME_RESIGN (6 | SMIME_IP | SMIME_OP | SMIME_SIGNERS) +# define SMIME_DATAOUT (7 | SMIME_IP) +# define SMIME_DATA_CREATE (8 | SMIME_OP) +# define SMIME_DIGEST_VERIFY (9 | SMIME_IP) +# define SMIME_DIGEST_CREATE (10 | SMIME_OP) +# define SMIME_UNCOMPRESS (11 | SMIME_IP) +# define SMIME_COMPRESS (12 | SMIME_OP) +# define SMIME_ENCRYPTED_DECRYPT (13 | SMIME_IP) +# define SMIME_ENCRYPTED_ENCRYPT (14 | SMIME_OP) +# define SMIME_SIGN_RECEIPT (15 | SMIME_IP | SMIME_OP) +# define SMIME_VERIFY_RECEIPT (16 | SMIME_IP) int verify_err = 0; +typedef struct cms_key_param_st cms_key_param; + +struct cms_key_param_st { + int idx; + STACK_OF(OPENSSL_STRING) *param; + cms_key_param *next; +}; + int MAIN(int, char **); int MAIN(int argc, char **argv) - { - ENGINE *e = NULL; - int operation = 0; - int ret = 0; - char **args; - const char *inmode = "r", *outmode = "w"; - char *infile = NULL, *outfile = NULL, *rctfile = NULL; - char *signerfile = NULL, *recipfile = NULL; - STACK_OF(OPENSSL_STRING) *sksigners = NULL, *skkeys = NULL; - char *certfile = NULL, *keyfile = NULL, *contfile=NULL; - char *certsoutfile = NULL; - const EVP_CIPHER *cipher = NULL; - CMS_ContentInfo *cms = NULL, *rcms = NULL; - X509_STORE *store = NULL; - X509 *cert = NULL, *recip = NULL, *signer = NULL; - EVP_PKEY *key = NULL; - STACK_OF(X509) *encerts = NULL, *other = NULL; - BIO *in = NULL, *out = NULL, *indata = NULL, *rctin = NULL; - int badarg = 0; - int flags = CMS_DETACHED, noout = 0, print = 0; - int verify_retcode = 0; - int rr_print = 0, rr_allorfirst = -1; - STACK_OF(OPENSSL_STRING) *rr_to = NULL, *rr_from = NULL; - CMS_ReceiptRequest *rr = NULL; - char *to = NULL, *from = NULL, *subject = NULL; - char *CAfile = NULL, *CApath = NULL; - char *passargin = NULL, *passin = NULL; - char *inrand = NULL; - int need_rand = 0; - const EVP_MD *sign_md = NULL; - int informat = FORMAT_SMIME, outformat = FORMAT_SMIME; - int rctformat = FORMAT_SMIME, keyform = FORMAT_PEM; -#ifndef OPENSSL_NO_ENGINE - char *engine=NULL; -#endif - unsigned char *secret_key = NULL, *secret_keyid = NULL; - unsigned char *pwri_pass = NULL, *pwri_tmp = NULL; - size_t secret_keylen = 0, secret_keyidlen = 0; - - ASN1_OBJECT *econtent_type = NULL; - - X509_VERIFY_PARAM *vpm = NULL; - - args = argv + 1; - ret = 1; - - apps_startup(); - - if (bio_err == NULL) - { - if ((bio_err = BIO_new(BIO_s_file())) != NULL) - BIO_set_fp(bio_err, stderr, BIO_NOCLOSE|BIO_FP_TEXT); - } - - if (!load_config(bio_err, NULL)) - goto end; - - while (!badarg && *args && *args[0] == '-') - { - if (!strcmp (*args, "-encrypt")) - operation = SMIME_ENCRYPT; - else if (!strcmp (*args, "-decrypt")) - operation = SMIME_DECRYPT; - else if (!strcmp (*args, "-sign")) - operation = SMIME_SIGN; - else if (!strcmp (*args, "-sign_receipt")) - operation = SMIME_SIGN_RECEIPT; - else if (!strcmp (*args, "-resign")) - operation = SMIME_RESIGN; - else if (!strcmp (*args, "-verify")) - operation = SMIME_VERIFY; - else if (!strcmp (*args, "-verify_retcode")) - verify_retcode = 1; - else if (!strcmp(*args,"-verify_receipt")) - { - operation = SMIME_VERIFY_RECEIPT; - if (!args[1]) - goto argerr; - args++; - rctfile = *args; - } - else if (!strcmp (*args, "-cmsout")) - operation = SMIME_CMSOUT; - else if (!strcmp (*args, "-data_out")) - operation = SMIME_DATAOUT; - else if (!strcmp (*args, "-data_create")) - operation = SMIME_DATA_CREATE; - else if (!strcmp (*args, "-digest_verify")) - operation = SMIME_DIGEST_VERIFY; - else if (!strcmp (*args, "-digest_create")) - operation = SMIME_DIGEST_CREATE; - else if (!strcmp (*args, "-compress")) - operation = SMIME_COMPRESS; - else if (!strcmp (*args, "-uncompress")) - operation = SMIME_UNCOMPRESS; - else if (!strcmp (*args, "-EncryptedData_decrypt")) - operation = SMIME_ENCRYPTED_DECRYPT; - else if (!strcmp (*args, "-EncryptedData_encrypt")) - operation = SMIME_ENCRYPTED_ENCRYPT; -#ifndef OPENSSL_NO_DES - else if (!strcmp (*args, "-des3")) - cipher = EVP_des_ede3_cbc(); - else if (!strcmp (*args, "-des")) - cipher = EVP_des_cbc(); -#endif -#ifndef OPENSSL_NO_SEED - else if (!strcmp (*args, "-seed")) - cipher = EVP_seed_cbc(); -#endif -#ifndef OPENSSL_NO_RC2 - else if (!strcmp (*args, "-rc2-40")) - cipher = EVP_rc2_40_cbc(); - else if (!strcmp (*args, "-rc2-128")) - cipher = EVP_rc2_cbc(); - else if (!strcmp (*args, "-rc2-64")) - cipher = EVP_rc2_64_cbc(); -#endif -#ifndef OPENSSL_NO_AES - else if (!strcmp(*args,"-aes128")) - cipher = EVP_aes_128_cbc(); - else if (!strcmp(*args,"-aes192")) - cipher = EVP_aes_192_cbc(); - else if (!strcmp(*args,"-aes256")) - cipher = EVP_aes_256_cbc(); -#endif -#ifndef OPENSSL_NO_CAMELLIA - else if (!strcmp(*args,"-camellia128")) - cipher = EVP_camellia_128_cbc(); - else if (!strcmp(*args,"-camellia192")) - cipher = EVP_camellia_192_cbc(); - else if (!strcmp(*args,"-camellia256")) - cipher = EVP_camellia_256_cbc(); -#endif - else if (!strcmp (*args, "-debug_decrypt")) - flags |= CMS_DEBUG_DECRYPT; - else if (!strcmp (*args, "-text")) - flags |= CMS_TEXT; - else if (!strcmp (*args, "-nointern")) - flags |= CMS_NOINTERN; - else if (!strcmp (*args, "-noverify") - || !strcmp (*args, "-no_signer_cert_verify")) - flags |= CMS_NO_SIGNER_CERT_VERIFY; - else if (!strcmp (*args, "-nocerts")) - flags |= CMS_NOCERTS; - else if (!strcmp (*args, "-noattr")) - flags |= CMS_NOATTR; - else if (!strcmp (*args, "-nodetach")) - flags &= ~CMS_DETACHED; - else if (!strcmp (*args, "-nosmimecap")) - flags |= CMS_NOSMIMECAP; - else if (!strcmp (*args, "-binary")) - flags |= CMS_BINARY; - else if (!strcmp (*args, "-keyid")) - flags |= CMS_USE_KEYID; - else if (!strcmp (*args, "-nosigs")) - flags |= CMS_NOSIGS; - else if (!strcmp (*args, "-no_content_verify")) - flags |= CMS_NO_CONTENT_VERIFY; - else if (!strcmp (*args, "-no_attr_verify")) - flags |= CMS_NO_ATTR_VERIFY; - else if (!strcmp (*args, "-stream")) - flags |= CMS_STREAM; - else if (!strcmp (*args, "-indef")) - flags |= CMS_STREAM; - else if (!strcmp (*args, "-noindef")) - flags &= ~CMS_STREAM; - else if (!strcmp (*args, "-nooldmime")) - flags |= CMS_NOOLDMIMETYPE; - else if (!strcmp (*args, "-crlfeol")) - flags |= CMS_CRLFEOL; - else if (!strcmp (*args, "-noout")) - noout = 1; - else if (!strcmp (*args, "-receipt_request_print")) - rr_print = 1; - else if (!strcmp (*args, "-receipt_request_all")) - rr_allorfirst = 0; - else if (!strcmp (*args, "-receipt_request_first")) - rr_allorfirst = 1; - else if (!strcmp(*args,"-receipt_request_from")) - { - if (!args[1]) - goto argerr; - args++; - if (!rr_from) - rr_from = sk_OPENSSL_STRING_new_null(); - sk_OPENSSL_STRING_push(rr_from, *args); - } - else if (!strcmp(*args,"-receipt_request_to")) - { - if (!args[1]) - goto argerr; - args++; - if (!rr_to) - rr_to = sk_OPENSSL_STRING_new_null(); - sk_OPENSSL_STRING_push(rr_to, *args); - } - else if (!strcmp (*args, "-print")) - { - noout = 1; - print = 1; - } - else if (!strcmp(*args,"-secretkey")) - { - long ltmp; - if (!args[1]) - goto argerr; - args++; - secret_key = string_to_hex(*args, <mp); - if (!secret_key) - { - BIO_printf(bio_err, "Invalid key %s\n", *args); - goto argerr; - } - secret_keylen = (size_t)ltmp; - } - else if (!strcmp(*args,"-secretkeyid")) - { - long ltmp; - if (!args[1]) - goto argerr; - args++; - secret_keyid = string_to_hex(*args, <mp); - if (!secret_keyid) - { - BIO_printf(bio_err, "Invalid id %s\n", *args); - goto argerr; - } - secret_keyidlen = (size_t)ltmp; - } - else if (!strcmp(*args,"-pwri_password")) - { - if (!args[1]) - goto argerr; - args++; - pwri_pass = (unsigned char *)*args; - } - else if (!strcmp(*args,"-econtent_type")) - { - if (!args[1]) - goto argerr; - args++; - econtent_type = OBJ_txt2obj(*args, 0); - if (!econtent_type) - { - BIO_printf(bio_err, "Invalid OID %s\n", *args); - goto argerr; - } - } - else if (!strcmp(*args,"-rand")) - { - if (!args[1]) - goto argerr; - args++; - inrand = *args; - need_rand = 1; - } -#ifndef OPENSSL_NO_ENGINE - else if (!strcmp(*args,"-engine")) - { - if (!args[1]) - goto argerr; - engine = *++args; - } -#endif - else if (!strcmp(*args,"-passin")) - { - if (!args[1]) - goto argerr; - passargin = *++args; - } - else if (!strcmp (*args, "-to")) - { - if (!args[1]) - goto argerr; - to = *++args; - } - else if (!strcmp (*args, "-from")) - { - if (!args[1]) - goto argerr; - from = *++args; - } - else if (!strcmp (*args, "-subject")) - { - if (!args[1]) - goto argerr; - subject = *++args; - } - else if (!strcmp (*args, "-signer")) - { - if (!args[1]) - goto argerr; - /* If previous -signer argument add signer to list */ - - if (signerfile) - { - if (!sksigners) - sksigners = sk_OPENSSL_STRING_new_null(); - sk_OPENSSL_STRING_push(sksigners, signerfile); - if (!keyfile) - keyfile = signerfile; - if (!skkeys) - skkeys = sk_OPENSSL_STRING_new_null(); - sk_OPENSSL_STRING_push(skkeys, keyfile); - keyfile = NULL; - } - signerfile = *++args; - } - else if (!strcmp (*args, "-recip")) - { - if (!args[1]) - goto argerr; - recipfile = *++args; - } - else if (!strcmp (*args, "-certsout")) - { - if (!args[1]) - goto argerr; - certsoutfile = *++args; - } - else if (!strcmp (*args, "-md")) - { - if (!args[1]) - goto argerr; - sign_md = EVP_get_digestbyname(*++args); - if (sign_md == NULL) - { - BIO_printf(bio_err, "Unknown digest %s\n", - *args); - goto argerr; - } - } - else if (!strcmp (*args, "-inkey")) - { - if (!args[1]) - goto argerr; - /* If previous -inkey arument add signer to list */ - if (keyfile) - { - if (!signerfile) - { - BIO_puts(bio_err, "Illegal -inkey without -signer\n"); - goto argerr; - } - if (!sksigners) - sksigners = sk_OPENSSL_STRING_new_null(); - sk_OPENSSL_STRING_push(sksigners, signerfile); - signerfile = NULL; - if (!skkeys) - skkeys = sk_OPENSSL_STRING_new_null(); - sk_OPENSSL_STRING_push(skkeys, keyfile); - } - keyfile = *++args; - } - else if (!strcmp (*args, "-keyform")) - { - if (!args[1]) - goto argerr; - keyform = str2fmt(*++args); - } - else if (!strcmp (*args, "-rctform")) - { - if (!args[1]) - goto argerr; - rctformat = str2fmt(*++args); - } - else if (!strcmp (*args, "-certfile")) - { - if (!args[1]) - goto argerr; - certfile = *++args; - } - else if (!strcmp (*args, "-CAfile")) - { - if (!args[1]) - goto argerr; - CAfile = *++args; - } - else if (!strcmp (*args, "-CApath")) - { - if (!args[1]) - goto argerr; - CApath = *++args; - } - else if (!strcmp (*args, "-in")) - { - if (!args[1]) - goto argerr; - infile = *++args; - } - else if (!strcmp (*args, "-inform")) - { - if (!args[1]) - goto argerr; - informat = str2fmt(*++args); - } - else if (!strcmp (*args, "-outform")) - { - if (!args[1]) - goto argerr; - outformat = str2fmt(*++args); - } - else if (!strcmp (*args, "-out")) - { - if (!args[1]) - goto argerr; - outfile = *++args; - } - else if (!strcmp (*args, "-content")) - { - if (!args[1]) - goto argerr; - contfile = *++args; - } - else if (args_verify(&args, NULL, &badarg, bio_err, &vpm)) - continue; - else if ((cipher = EVP_get_cipherbyname(*args + 1)) == NULL) - badarg = 1; - args++; - } - - if (((rr_allorfirst != -1) || rr_from) && !rr_to) - { - BIO_puts(bio_err, "No Signed Receipts Recipients\n"); - goto argerr; - } - - if (!(operation & SMIME_SIGNERS) && (rr_to || rr_from)) - { - BIO_puts(bio_err, "Signed receipts only allowed with -sign\n"); - goto argerr; - } - if (!(operation & SMIME_SIGNERS) && (skkeys || sksigners)) - { - BIO_puts(bio_err, "Multiple signers or keys not allowed\n"); - goto argerr; - } - - if (operation & SMIME_SIGNERS) - { - if (keyfile && !signerfile) - { - BIO_puts(bio_err, "Illegal -inkey without -signer\n"); - goto argerr; - } - /* Check to see if any final signer needs to be appended */ - if (signerfile) - { - if (!sksigners) - sksigners = sk_OPENSSL_STRING_new_null(); - sk_OPENSSL_STRING_push(sksigners, signerfile); - if (!skkeys) - skkeys = sk_OPENSSL_STRING_new_null(); - if (!keyfile) - keyfile = signerfile; - sk_OPENSSL_STRING_push(skkeys, keyfile); - } - if (!sksigners) - { - BIO_printf(bio_err, "No signer certificate specified\n"); - badarg = 1; - } - signerfile = NULL; - keyfile = NULL; - need_rand = 1; - } - - else if (operation == SMIME_DECRYPT) - { - if (!recipfile && !keyfile && !secret_key && !pwri_pass) - { - BIO_printf(bio_err, "No recipient certificate or key specified\n"); - badarg = 1; - } - } - else if (operation == SMIME_ENCRYPT) - { - if (!*args && !secret_key && !pwri_pass) - { - BIO_printf(bio_err, "No recipient(s) certificate(s) specified\n"); - badarg = 1; - } - need_rand = 1; - } - else if (!operation) - badarg = 1; - - if (badarg) - { - argerr: - BIO_printf (bio_err, "Usage cms [options] cert.pem ...\n"); - BIO_printf (bio_err, "where options are\n"); - BIO_printf (bio_err, "-encrypt encrypt message\n"); - BIO_printf (bio_err, "-decrypt decrypt encrypted message\n"); - BIO_printf (bio_err, "-sign sign message\n"); - BIO_printf (bio_err, "-verify verify signed message\n"); - BIO_printf (bio_err, "-cmsout output CMS structure\n"); -#ifndef OPENSSL_NO_DES - BIO_printf (bio_err, "-des3 encrypt with triple DES\n"); - BIO_printf (bio_err, "-des encrypt with DES\n"); -#endif -#ifndef OPENSSL_NO_SEED - BIO_printf (bio_err, "-seed encrypt with SEED\n"); -#endif -#ifndef OPENSSL_NO_RC2 - BIO_printf (bio_err, "-rc2-40 encrypt with RC2-40 (default)\n"); - BIO_printf (bio_err, "-rc2-64 encrypt with RC2-64\n"); - BIO_printf (bio_err, "-rc2-128 encrypt with RC2-128\n"); -#endif -#ifndef OPENSSL_NO_AES - BIO_printf (bio_err, "-aes128, -aes192, -aes256\n"); - BIO_printf (bio_err, " encrypt PEM output with cbc aes\n"); -#endif -#ifndef OPENSSL_NO_CAMELLIA - BIO_printf (bio_err, "-camellia128, -camellia192, -camellia256\n"); - BIO_printf (bio_err, " encrypt PEM output with cbc camellia\n"); -#endif - BIO_printf (bio_err, "-nointern don't search certificates in message for signer\n"); - BIO_printf (bio_err, "-nosigs don't verify message signature\n"); - BIO_printf (bio_err, "-noverify don't verify signers certificate\n"); - BIO_printf (bio_err, "-nocerts don't include signers certificate when signing\n"); - BIO_printf (bio_err, "-nodetach use opaque signing\n"); - BIO_printf (bio_err, "-noattr don't include any signed attributes\n"); - BIO_printf (bio_err, "-binary don't translate message to text\n"); - BIO_printf (bio_err, "-certfile file other certificates file\n"); - BIO_printf (bio_err, "-certsout file certificate output file\n"); - BIO_printf (bio_err, "-signer file signer certificate file\n"); - BIO_printf (bio_err, "-recip file recipient certificate file for decryption\n"); - BIO_printf (bio_err, "-keyid use subject key identifier\n"); - BIO_printf (bio_err, "-in file input file\n"); - BIO_printf (bio_err, "-inform arg input format SMIME (default), PEM or DER\n"); - BIO_printf (bio_err, "-inkey file input private key (if not signer or recipient)\n"); - BIO_printf (bio_err, "-keyform arg input private key format (PEM or ENGINE)\n"); - BIO_printf (bio_err, "-out file output file\n"); - BIO_printf (bio_err, "-outform arg output format SMIME (default), PEM or DER\n"); - BIO_printf (bio_err, "-content file supply or override content for detached signature\n"); - BIO_printf (bio_err, "-to addr to address\n"); - BIO_printf (bio_err, "-from ad from address\n"); - BIO_printf (bio_err, "-subject s subject\n"); - BIO_printf (bio_err, "-text include or delete text MIME headers\n"); - BIO_printf (bio_err, "-CApath dir trusted certificates directory\n"); - BIO_printf (bio_err, "-CAfile file trusted certificates file\n"); - BIO_printf (bio_err, "-crl_check check revocation status of signer's certificate using CRLs\n"); - BIO_printf (bio_err, "-crl_check_all check revocation status of signer's certificate chain using CRLs\n"); -#ifndef OPENSSL_NO_ENGINE - BIO_printf (bio_err, "-engine e use engine e, possibly a hardware device.\n"); -#endif - BIO_printf (bio_err, "-passin arg input file pass phrase source\n"); - BIO_printf(bio_err, "-rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR); - BIO_printf(bio_err, " load the file (or the files in the directory) into\n"); - BIO_printf(bio_err, " the random number generator\n"); - BIO_printf (bio_err, "cert.pem recipient certificate(s) for encryption\n"); - goto end; - } - -#ifndef OPENSSL_NO_ENGINE - e = setup_engine(bio_err, engine, 0); -#endif - - if (!app_passwd(bio_err, passargin, NULL, &passin, NULL)) - { - BIO_printf(bio_err, "Error getting password\n"); - goto end; - } - - if (need_rand) - { - app_RAND_load_file(NULL, bio_err, (inrand != NULL)); - if (inrand != NULL) - BIO_printf(bio_err,"%ld semi-random bytes loaded\n", - app_RAND_load_files(inrand)); - } - - ret = 2; - - if (!(operation & SMIME_SIGNERS)) - flags &= ~CMS_DETACHED; - - if (operation & SMIME_OP) - { - if (outformat == FORMAT_ASN1) - outmode = "wb"; - } - else - { - if (flags & CMS_BINARY) - outmode = "wb"; - } - - if (operation & SMIME_IP) - { - if (informat == FORMAT_ASN1) - inmode = "rb"; - } - else - { - if (flags & CMS_BINARY) - inmode = "rb"; - } - - if (operation == SMIME_ENCRYPT) - { - if (!cipher) - { -#ifndef OPENSSL_NO_DES - cipher = EVP_des_ede3_cbc(); -#else - BIO_printf(bio_err, "No cipher selected\n"); - goto end; -#endif - } - - if (secret_key && !secret_keyid) - { - BIO_printf(bio_err, "No secret key id\n"); - goto end; - } - - if (*args) - encerts = sk_X509_new_null(); - while (*args) - { - if (!(cert = load_cert(bio_err,*args,FORMAT_PEM, - NULL, e, "recipient certificate file"))) - goto end; - sk_X509_push(encerts, cert); - cert = NULL; - args++; - } - } - - if (certfile) - { - if (!(other = load_certs(bio_err,certfile,FORMAT_PEM, NULL, - e, "certificate file"))) - { - ERR_print_errors(bio_err); - goto end; - } - } - - if (recipfile && (operation == SMIME_DECRYPT)) - { - if (!(recip = load_cert(bio_err,recipfile,FORMAT_PEM,NULL, - e, "recipient certificate file"))) - { - ERR_print_errors(bio_err); - goto end; - } - } - - if (operation == SMIME_SIGN_RECEIPT) - { - if (!(signer = load_cert(bio_err,signerfile,FORMAT_PEM,NULL, - e, "receipt signer certificate file"))) - { - ERR_print_errors(bio_err); - goto end; - } - } - - if (operation == SMIME_DECRYPT) - { - if (!keyfile) - keyfile = recipfile; - } - else if ((operation == SMIME_SIGN) || (operation == SMIME_SIGN_RECEIPT)) - { - if (!keyfile) - keyfile = signerfile; - } - else keyfile = NULL; - - if (keyfile) - { - key = load_key(bio_err, keyfile, keyform, 0, passin, e, - "signing key file"); - if (!key) - goto end; - } - - if (infile) - { - if (!(in = BIO_new_file(infile, inmode))) - { - BIO_printf (bio_err, - "Can't open input file %s\n", infile); - goto end; - } - } - else - in = BIO_new_fp(stdin, BIO_NOCLOSE); - - if (operation & SMIME_IP) - { - if (informat == FORMAT_SMIME) - cms = SMIME_read_CMS(in, &indata); - else if (informat == FORMAT_PEM) - cms = PEM_read_bio_CMS(in, NULL, NULL, NULL); - else if (informat == FORMAT_ASN1) - cms = d2i_CMS_bio(in, NULL); - else - { - BIO_printf(bio_err, "Bad input format for CMS file\n"); - goto end; - } - - if (!cms) - { - BIO_printf(bio_err, "Error reading S/MIME message\n"); - goto end; - } - if (contfile) - { - BIO_free(indata); - if (!(indata = BIO_new_file(contfile, "rb"))) - { - BIO_printf(bio_err, "Can't read content file %s\n", contfile); - goto end; - } - } - if (certsoutfile) - { - STACK_OF(X509) *allcerts; - allcerts = CMS_get1_certs(cms); - if (!save_certs(certsoutfile, allcerts)) - { - BIO_printf(bio_err, - "Error writing certs to %s\n", - certsoutfile); - ret = 5; - goto end; - } - sk_X509_pop_free(allcerts, X509_free); - } - } - - if (rctfile) - { - char *rctmode = (rctformat == FORMAT_ASN1) ? "rb" : "r"; - if (!(rctin = BIO_new_file(rctfile, rctmode))) - { - BIO_printf (bio_err, - "Can't open receipt file %s\n", rctfile); - goto end; - } - - if (rctformat == FORMAT_SMIME) - rcms = SMIME_read_CMS(rctin, NULL); - else if (rctformat == FORMAT_PEM) - rcms = PEM_read_bio_CMS(rctin, NULL, NULL, NULL); - else if (rctformat == FORMAT_ASN1) - rcms = d2i_CMS_bio(rctin, NULL); - else - { - BIO_printf(bio_err, "Bad input format for receipt\n"); - goto end; - } - - if (!rcms) - { - BIO_printf(bio_err, "Error reading receipt\n"); - goto end; - } - } - - if (outfile) - { - if (!(out = BIO_new_file(outfile, outmode))) - { - BIO_printf (bio_err, - "Can't open output file %s\n", outfile); - goto end; - } - } - else - { - out = BIO_new_fp(stdout, BIO_NOCLOSE); -#ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - out = BIO_push(tmpbio, out); - } -#endif - } - - if ((operation == SMIME_VERIFY) || (operation == SMIME_VERIFY_RECEIPT)) - { - if (!(store = setup_verify(bio_err, CAfile, CApath))) - goto end; - X509_STORE_set_verify_cb(store, cms_cb); - if (vpm) - X509_STORE_set1_param(store, vpm); - } - - - ret = 3; - - if (operation == SMIME_DATA_CREATE) - { - cms = CMS_data_create(in, flags); - } - else if (operation == SMIME_DIGEST_CREATE) - { - cms = CMS_digest_create(in, sign_md, flags); - } - else if (operation == SMIME_COMPRESS) - { - cms = CMS_compress(in, -1, flags); - } - else if (operation == SMIME_ENCRYPT) - { - flags |= CMS_PARTIAL; - cms = CMS_encrypt(encerts, in, cipher, flags); - if (!cms) - goto end; - if (secret_key) - { - if (!CMS_add0_recipient_key(cms, NID_undef, - secret_key, secret_keylen, - secret_keyid, secret_keyidlen, - NULL, NULL, NULL)) - goto end; - /* NULL these because call absorbs them */ - secret_key = NULL; - secret_keyid = NULL; - } - if (pwri_pass) - { - pwri_tmp = (unsigned char *)BUF_strdup((char *)pwri_pass); - if (!pwri_tmp) - goto end; - if (!CMS_add0_recipient_password(cms, - -1, NID_undef, NID_undef, - pwri_tmp, -1, NULL)) - goto end; - pwri_tmp = NULL; - } - if (!(flags & CMS_STREAM)) - { - if (!CMS_final(cms, in, NULL, flags)) - goto end; - } - } - else if (operation == SMIME_ENCRYPTED_ENCRYPT) - { - cms = CMS_EncryptedData_encrypt(in, cipher, - secret_key, secret_keylen, - flags); - - } - else if (operation == SMIME_SIGN_RECEIPT) - { - CMS_ContentInfo *srcms = NULL; - STACK_OF(CMS_SignerInfo) *sis; - CMS_SignerInfo *si; - sis = CMS_get0_SignerInfos(cms); - if (!sis) - goto end; - si = sk_CMS_SignerInfo_value(sis, 0); - srcms = CMS_sign_receipt(si, signer, key, other, flags); - if (!srcms) - goto end; - CMS_ContentInfo_free(cms); - cms = srcms; - } - else if (operation & SMIME_SIGNERS) - { - int i; - /* If detached data content we enable streaming if - * S/MIME output format. - */ - if (operation == SMIME_SIGN) - { - - if (flags & CMS_DETACHED) - { - if (outformat == FORMAT_SMIME) - flags |= CMS_STREAM; - } - flags |= CMS_PARTIAL; - cms = CMS_sign(NULL, NULL, other, in, flags); - if (!cms) - goto end; - if (econtent_type) - CMS_set1_eContentType(cms, econtent_type); - - if (rr_to) - { - rr = make_receipt_request(rr_to, rr_allorfirst, - rr_from); - if (!rr) - { - BIO_puts(bio_err, - "Signed Receipt Request Creation Error\n"); - goto end; - } - } - } - else - flags |= CMS_REUSE_DIGEST; - for (i = 0; i < sk_OPENSSL_STRING_num(sksigners); i++) - { - CMS_SignerInfo *si; - signerfile = sk_OPENSSL_STRING_value(sksigners, i); - keyfile = sk_OPENSSL_STRING_value(skkeys, i); - signer = load_cert(bio_err, signerfile,FORMAT_PEM, NULL, - e, "signer certificate"); - if (!signer) - goto end; - key = load_key(bio_err, keyfile, keyform, 0, passin, e, - "signing key file"); - if (!key) - goto end; - si = CMS_add1_signer(cms, signer, key, sign_md, flags); - if (!si) - goto end; - if (rr && !CMS_add1_ReceiptRequest(si, rr)) - goto end; - X509_free(signer); - signer = NULL; - EVP_PKEY_free(key); - key = NULL; - } - /* If not streaming or resigning finalize structure */ - if ((operation == SMIME_SIGN) && !(flags & CMS_STREAM)) - { - if (!CMS_final(cms, in, NULL, flags)) - goto end; - } - } - - if (!cms) - { - BIO_printf(bio_err, "Error creating CMS structure\n"); - goto end; - } - - ret = 4; - if (operation == SMIME_DECRYPT) - { - if (flags & CMS_DEBUG_DECRYPT) - CMS_decrypt(cms, NULL, NULL, NULL, NULL, flags); - - if (secret_key) - { - if (!CMS_decrypt_set1_key(cms, - secret_key, secret_keylen, - secret_keyid, secret_keyidlen)) - { - BIO_puts(bio_err, - "Error decrypting CMS using secret key\n"); - goto end; - } - } - - if (key) - { - if (!CMS_decrypt_set1_pkey(cms, key, recip)) - { - BIO_puts(bio_err, - "Error decrypting CMS using private key\n"); - goto end; - } - } - - if (pwri_pass) - { - if (!CMS_decrypt_set1_password(cms, pwri_pass, -1)) - { - BIO_puts(bio_err, - "Error decrypting CMS using password\n"); - goto end; - } - } - - if (!CMS_decrypt(cms, NULL, NULL, indata, out, flags)) - { - BIO_printf(bio_err, "Error decrypting CMS structure\n"); - goto end; - } - } - else if (operation == SMIME_DATAOUT) - { - if (!CMS_data(cms, out, flags)) - goto end; - } - else if (operation == SMIME_UNCOMPRESS) - { - if (!CMS_uncompress(cms, indata, out, flags)) - goto end; - } - else if (operation == SMIME_DIGEST_VERIFY) - { - if (CMS_digest_verify(cms, indata, out, flags) > 0) - BIO_printf(bio_err, "Verification successful\n"); - else - { - BIO_printf(bio_err, "Verification failure\n"); - goto end; - } - } - else if (operation == SMIME_ENCRYPTED_DECRYPT) - { - if (!CMS_EncryptedData_decrypt(cms, secret_key, secret_keylen, - indata, out, flags)) - goto end; - } - else if (operation == SMIME_VERIFY) - { - if (CMS_verify(cms, other, store, indata, out, flags) > 0) - BIO_printf(bio_err, "Verification successful\n"); - else - { - BIO_printf(bio_err, "Verification failure\n"); - if (verify_retcode) - ret = verify_err + 32; - goto end; - } - if (signerfile) - { - STACK_OF(X509) *signers; - signers = CMS_get0_signers(cms); - if (!save_certs(signerfile, signers)) - { - BIO_printf(bio_err, - "Error writing signers to %s\n", - signerfile); - ret = 5; - goto end; - } - sk_X509_free(signers); - } - if (rr_print) - receipt_request_print(bio_err, cms); - - } - else if (operation == SMIME_VERIFY_RECEIPT) - { - if (CMS_verify_receipt(rcms, cms, other, store, flags) > 0) - BIO_printf(bio_err, "Verification successful\n"); - else - { - BIO_printf(bio_err, "Verification failure\n"); - goto end; - } - } - else - { - if (noout) - { - if (print) - CMS_ContentInfo_print_ctx(out, cms, 0, NULL); - } - else if (outformat == FORMAT_SMIME) - { - if (to) - BIO_printf(out, "To: %s\n", to); - if (from) - BIO_printf(out, "From: %s\n", from); - if (subject) - BIO_printf(out, "Subject: %s\n", subject); - if (operation == SMIME_RESIGN) - ret = SMIME_write_CMS(out, cms, indata, flags); - else - ret = SMIME_write_CMS(out, cms, in, flags); - } - else if (outformat == FORMAT_PEM) - ret = PEM_write_bio_CMS_stream(out, cms, in, flags); - else if (outformat == FORMAT_ASN1) - ret = i2d_CMS_bio_stream(out,cms, in, flags); - else - { - BIO_printf(bio_err, "Bad output format for CMS file\n"); - goto end; - } - if (ret <= 0) - { - ret = 6; - goto end; - } - } - ret = 0; -end: - if (ret) - ERR_print_errors(bio_err); - if (need_rand) - app_RAND_write_file(NULL, bio_err); - sk_X509_pop_free(encerts, X509_free); - sk_X509_pop_free(other, X509_free); - if (vpm) - X509_VERIFY_PARAM_free(vpm); - if (sksigners) - sk_OPENSSL_STRING_free(sksigners); - if (skkeys) - sk_OPENSSL_STRING_free(skkeys); - if (secret_key) - OPENSSL_free(secret_key); - if (secret_keyid) - OPENSSL_free(secret_keyid); - if (pwri_tmp) - OPENSSL_free(pwri_tmp); - if (econtent_type) - ASN1_OBJECT_free(econtent_type); - if (rr) - CMS_ReceiptRequest_free(rr); - if (rr_to) - sk_OPENSSL_STRING_free(rr_to); - if (rr_from) - sk_OPENSSL_STRING_free(rr_from); - X509_STORE_free(store); - X509_free(cert); - X509_free(recip); - X509_free(signer); - EVP_PKEY_free(key); - CMS_ContentInfo_free(cms); - CMS_ContentInfo_free(rcms); - BIO_free(rctin); - BIO_free(in); - BIO_free(indata); - BIO_free_all(out); - if (passin) OPENSSL_free(passin); - return (ret); +{ + ENGINE *e = NULL; + int operation = 0; + int ret = 0; + char **args; + const char *inmode = "r", *outmode = "w"; + char *infile = NULL, *outfile = NULL, *rctfile = NULL; + char *signerfile = NULL, *recipfile = NULL; + STACK_OF(OPENSSL_STRING) *sksigners = NULL, *skkeys = NULL; + char *certfile = NULL, *keyfile = NULL, *contfile = NULL; + char *certsoutfile = NULL; + const EVP_CIPHER *cipher = NULL, *wrap_cipher = NULL; + CMS_ContentInfo *cms = NULL, *rcms = NULL; + X509_STORE *store = NULL; + X509 *cert = NULL, *recip = NULL, *signer = NULL; + EVP_PKEY *key = NULL; + STACK_OF(X509) *encerts = NULL, *other = NULL; + BIO *in = NULL, *out = NULL, *indata = NULL, *rctin = NULL; + int badarg = 0; + int flags = CMS_DETACHED, noout = 0, print = 0; + int verify_retcode = 0; + int rr_print = 0, rr_allorfirst = -1; + STACK_OF(OPENSSL_STRING) *rr_to = NULL, *rr_from = NULL; + CMS_ReceiptRequest *rr = NULL; + char *to = NULL, *from = NULL, *subject = NULL; + char *CAfile = NULL, *CApath = NULL; + char *passargin = NULL, *passin = NULL; + char *inrand = NULL; + int need_rand = 0; + const EVP_MD *sign_md = NULL; + int informat = FORMAT_SMIME, outformat = FORMAT_SMIME; + int rctformat = FORMAT_SMIME, keyform = FORMAT_PEM; +# ifndef OPENSSL_NO_ENGINE + char *engine = NULL; +# endif + unsigned char *secret_key = NULL, *secret_keyid = NULL; + unsigned char *pwri_pass = NULL, *pwri_tmp = NULL; + size_t secret_keylen = 0, secret_keyidlen = 0; + + cms_key_param *key_first = NULL, *key_param = NULL; + + ASN1_OBJECT *econtent_type = NULL; + + X509_VERIFY_PARAM *vpm = NULL; + + args = argv + 1; + ret = 1; + + apps_startup(); + + if (bio_err == NULL) { + if ((bio_err = BIO_new(BIO_s_file())) != NULL) + BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT); + } + + if (!load_config(bio_err, NULL)) + goto end; + + while (!badarg && *args && *args[0] == '-') { + if (!strcmp(*args, "-encrypt")) + operation = SMIME_ENCRYPT; + else if (!strcmp(*args, "-decrypt")) + operation = SMIME_DECRYPT; + else if (!strcmp(*args, "-sign")) + operation = SMIME_SIGN; + else if (!strcmp(*args, "-sign_receipt")) + operation = SMIME_SIGN_RECEIPT; + else if (!strcmp(*args, "-resign")) + operation = SMIME_RESIGN; + else if (!strcmp(*args, "-verify")) + operation = SMIME_VERIFY; + else if (!strcmp(*args, "-verify_retcode")) + verify_retcode = 1; + else if (!strcmp(*args, "-verify_receipt")) { + operation = SMIME_VERIFY_RECEIPT; + if (!args[1]) + goto argerr; + args++; + rctfile = *args; + } else if (!strcmp(*args, "-cmsout")) + operation = SMIME_CMSOUT; + else if (!strcmp(*args, "-data_out")) + operation = SMIME_DATAOUT; + else if (!strcmp(*args, "-data_create")) + operation = SMIME_DATA_CREATE; + else if (!strcmp(*args, "-digest_verify")) + operation = SMIME_DIGEST_VERIFY; + else if (!strcmp(*args, "-digest_create")) + operation = SMIME_DIGEST_CREATE; + else if (!strcmp(*args, "-compress")) + operation = SMIME_COMPRESS; + else if (!strcmp(*args, "-uncompress")) + operation = SMIME_UNCOMPRESS; + else if (!strcmp(*args, "-EncryptedData_decrypt")) + operation = SMIME_ENCRYPTED_DECRYPT; + else if (!strcmp(*args, "-EncryptedData_encrypt")) + operation = SMIME_ENCRYPTED_ENCRYPT; +# ifndef OPENSSL_NO_DES + else if (!strcmp(*args, "-des3")) + cipher = EVP_des_ede3_cbc(); + else if (!strcmp(*args, "-des")) + cipher = EVP_des_cbc(); + else if (!strcmp(*args, "-des3-wrap")) + wrap_cipher = EVP_des_ede3_wrap(); +# endif +# ifndef OPENSSL_NO_SEED + else if (!strcmp(*args, "-seed")) + cipher = EVP_seed_cbc(); +# endif +# ifndef OPENSSL_NO_RC2 + else if (!strcmp(*args, "-rc2-40")) + cipher = EVP_rc2_40_cbc(); + else if (!strcmp(*args, "-rc2-128")) + cipher = EVP_rc2_cbc(); + else if (!strcmp(*args, "-rc2-64")) + cipher = EVP_rc2_64_cbc(); +# endif +# ifndef OPENSSL_NO_AES + else if (!strcmp(*args, "-aes128")) + cipher = EVP_aes_128_cbc(); + else if (!strcmp(*args, "-aes192")) + cipher = EVP_aes_192_cbc(); + else if (!strcmp(*args, "-aes256")) + cipher = EVP_aes_256_cbc(); + else if (!strcmp(*args, "-aes128-wrap")) + wrap_cipher = EVP_aes_128_wrap(); + else if (!strcmp(*args, "-aes192-wrap")) + wrap_cipher = EVP_aes_192_wrap(); + else if (!strcmp(*args, "-aes256-wrap")) + wrap_cipher = EVP_aes_256_wrap(); +# endif +# ifndef OPENSSL_NO_CAMELLIA + else if (!strcmp(*args, "-camellia128")) + cipher = EVP_camellia_128_cbc(); + else if (!strcmp(*args, "-camellia192")) + cipher = EVP_camellia_192_cbc(); + else if (!strcmp(*args, "-camellia256")) + cipher = EVP_camellia_256_cbc(); +# endif + else if (!strcmp(*args, "-debug_decrypt")) + flags |= CMS_DEBUG_DECRYPT; + else if (!strcmp(*args, "-text")) + flags |= CMS_TEXT; + else if (!strcmp(*args, "-nointern")) + flags |= CMS_NOINTERN; + else if (!strcmp(*args, "-noverify") + || !strcmp(*args, "-no_signer_cert_verify")) + flags |= CMS_NO_SIGNER_CERT_VERIFY; + else if (!strcmp(*args, "-nocerts")) + flags |= CMS_NOCERTS; + else if (!strcmp(*args, "-noattr")) + flags |= CMS_NOATTR; + else if (!strcmp(*args, "-nodetach")) + flags &= ~CMS_DETACHED; + else if (!strcmp(*args, "-nosmimecap")) + flags |= CMS_NOSMIMECAP; + else if (!strcmp(*args, "-binary")) + flags |= CMS_BINARY; + else if (!strcmp(*args, "-keyid")) + flags |= CMS_USE_KEYID; + else if (!strcmp(*args, "-nosigs")) + flags |= CMS_NOSIGS; + else if (!strcmp(*args, "-no_content_verify")) + flags |= CMS_NO_CONTENT_VERIFY; + else if (!strcmp(*args, "-no_attr_verify")) + flags |= CMS_NO_ATTR_VERIFY; + else if (!strcmp(*args, "-stream")) + flags |= CMS_STREAM; + else if (!strcmp(*args, "-indef")) + flags |= CMS_STREAM; + else if (!strcmp(*args, "-noindef")) + flags &= ~CMS_STREAM; + else if (!strcmp(*args, "-nooldmime")) + flags |= CMS_NOOLDMIMETYPE; + else if (!strcmp(*args, "-crlfeol")) + flags |= CMS_CRLFEOL; + else if (!strcmp(*args, "-noout")) + noout = 1; + else if (!strcmp(*args, "-receipt_request_print")) + rr_print = 1; + else if (!strcmp(*args, "-receipt_request_all")) + rr_allorfirst = 0; + else if (!strcmp(*args, "-receipt_request_first")) + rr_allorfirst = 1; + else if (!strcmp(*args, "-receipt_request_from")) { + if (!args[1]) + goto argerr; + args++; + if (!rr_from) + rr_from = sk_OPENSSL_STRING_new_null(); + sk_OPENSSL_STRING_push(rr_from, *args); + } else if (!strcmp(*args, "-receipt_request_to")) { + if (!args[1]) + goto argerr; + args++; + if (!rr_to) + rr_to = sk_OPENSSL_STRING_new_null(); + sk_OPENSSL_STRING_push(rr_to, *args); + } else if (!strcmp(*args, "-print")) { + noout = 1; + print = 1; + } else if (!strcmp(*args, "-secretkey")) { + long ltmp; + if (!args[1]) + goto argerr; + args++; + secret_key = string_to_hex(*args, <mp); + if (!secret_key) { + BIO_printf(bio_err, "Invalid key %s\n", *args); + goto argerr; + } + secret_keylen = (size_t)ltmp; + } else if (!strcmp(*args, "-secretkeyid")) { + long ltmp; + if (!args[1]) + goto argerr; + args++; + secret_keyid = string_to_hex(*args, <mp); + if (!secret_keyid) { + BIO_printf(bio_err, "Invalid id %s\n", *args); + goto argerr; + } + secret_keyidlen = (size_t)ltmp; + } else if (!strcmp(*args, "-pwri_password")) { + if (!args[1]) + goto argerr; + args++; + pwri_pass = (unsigned char *)*args; + } else if (!strcmp(*args, "-econtent_type")) { + if (!args[1]) + goto argerr; + args++; + econtent_type = OBJ_txt2obj(*args, 0); + if (!econtent_type) { + BIO_printf(bio_err, "Invalid OID %s\n", *args); + goto argerr; + } + } else if (!strcmp(*args, "-rand")) { + if (!args[1]) + goto argerr; + args++; + inrand = *args; + need_rand = 1; + } +# ifndef OPENSSL_NO_ENGINE + else if (!strcmp(*args, "-engine")) { + if (!args[1]) + goto argerr; + engine = *++args; + } +# endif + else if (!strcmp(*args, "-passin")) { + if (!args[1]) + goto argerr; + passargin = *++args; + } else if (!strcmp(*args, "-to")) { + if (!args[1]) + goto argerr; + to = *++args; + } else if (!strcmp(*args, "-from")) { + if (!args[1]) + goto argerr; + from = *++args; + } else if (!strcmp(*args, "-subject")) { + if (!args[1]) + goto argerr; + subject = *++args; + } else if (!strcmp(*args, "-signer")) { + if (!args[1]) + goto argerr; + /* If previous -signer argument add signer to list */ + + if (signerfile) { + if (!sksigners) + sksigners = sk_OPENSSL_STRING_new_null(); + sk_OPENSSL_STRING_push(sksigners, signerfile); + if (!keyfile) + keyfile = signerfile; + if (!skkeys) + skkeys = sk_OPENSSL_STRING_new_null(); + sk_OPENSSL_STRING_push(skkeys, keyfile); + keyfile = NULL; + } + signerfile = *++args; + } else if (!strcmp(*args, "-recip")) { + if (!args[1]) + goto argerr; + if (operation == SMIME_ENCRYPT) { + if (!encerts) + encerts = sk_X509_new_null(); + cert = load_cert(bio_err, *++args, FORMAT_PEM, + NULL, e, "recipient certificate file"); + if (!cert) + goto end; + sk_X509_push(encerts, cert); + cert = NULL; + } else + recipfile = *++args; + } else if (!strcmp(*args, "-certsout")) { + if (!args[1]) + goto argerr; + certsoutfile = *++args; + } else if (!strcmp(*args, "-md")) { + if (!args[1]) + goto argerr; + sign_md = EVP_get_digestbyname(*++args); + if (sign_md == NULL) { + BIO_printf(bio_err, "Unknown digest %s\n", *args); + goto argerr; + } + } else if (!strcmp(*args, "-inkey")) { + if (!args[1]) + goto argerr; + /* If previous -inkey arument add signer to list */ + if (keyfile) { + if (!signerfile) { + BIO_puts(bio_err, "Illegal -inkey without -signer\n"); + goto argerr; + } + if (!sksigners) + sksigners = sk_OPENSSL_STRING_new_null(); + sk_OPENSSL_STRING_push(sksigners, signerfile); + signerfile = NULL; + if (!skkeys) + skkeys = sk_OPENSSL_STRING_new_null(); + sk_OPENSSL_STRING_push(skkeys, keyfile); + } + keyfile = *++args; + } else if (!strcmp(*args, "-keyform")) { + if (!args[1]) + goto argerr; + keyform = str2fmt(*++args); + } else if (!strcmp(*args, "-keyopt")) { + int keyidx = -1; + if (!args[1]) + goto argerr; + if (operation == SMIME_ENCRYPT) { + if (encerts) + keyidx += sk_X509_num(encerts); + } else { + if (keyfile || signerfile) + keyidx++; + if (skkeys) + keyidx += sk_OPENSSL_STRING_num(skkeys); + } + if (keyidx < 0) { + BIO_printf(bio_err, "No key specified\n"); + goto argerr; + } + if (key_param == NULL || key_param->idx != keyidx) { + cms_key_param *nparam; + nparam = OPENSSL_malloc(sizeof(cms_key_param)); + nparam->idx = keyidx; + nparam->param = sk_OPENSSL_STRING_new_null(); + nparam->next = NULL; + if (key_first == NULL) + key_first = nparam; + else + key_param->next = nparam; + key_param = nparam; + } + sk_OPENSSL_STRING_push(key_param->param, *++args); + } else if (!strcmp(*args, "-rctform")) { + if (!args[1]) + goto argerr; + rctformat = str2fmt(*++args); + } else if (!strcmp(*args, "-certfile")) { + if (!args[1]) + goto argerr; + certfile = *++args; + } else if (!strcmp(*args, "-CAfile")) { + if (!args[1]) + goto argerr; + CAfile = *++args; + } else if (!strcmp(*args, "-CApath")) { + if (!args[1]) + goto argerr; + CApath = *++args; + } else if (!strcmp(*args, "-in")) { + if (!args[1]) + goto argerr; + infile = *++args; + } else if (!strcmp(*args, "-inform")) { + if (!args[1]) + goto argerr; + informat = str2fmt(*++args); + } else if (!strcmp(*args, "-outform")) { + if (!args[1]) + goto argerr; + outformat = str2fmt(*++args); + } else if (!strcmp(*args, "-out")) { + if (!args[1]) + goto argerr; + outfile = *++args; + } else if (!strcmp(*args, "-content")) { + if (!args[1]) + goto argerr; + contfile = *++args; + } else if (args_verify(&args, NULL, &badarg, bio_err, &vpm)) + continue; + else if ((cipher = EVP_get_cipherbyname(*args + 1)) == NULL) + badarg = 1; + args++; + } + + if (((rr_allorfirst != -1) || rr_from) && !rr_to) { + BIO_puts(bio_err, "No Signed Receipts Recipients\n"); + goto argerr; + } + + if (!(operation & SMIME_SIGNERS) && (rr_to || rr_from)) { + BIO_puts(bio_err, "Signed receipts only allowed with -sign\n"); + goto argerr; + } + if (!(operation & SMIME_SIGNERS) && (skkeys || sksigners)) { + BIO_puts(bio_err, "Multiple signers or keys not allowed\n"); + goto argerr; + } + + if (operation & SMIME_SIGNERS) { + if (keyfile && !signerfile) { + BIO_puts(bio_err, "Illegal -inkey without -signer\n"); + goto argerr; + } + /* Check to see if any final signer needs to be appended */ + if (signerfile) { + if (!sksigners) + sksigners = sk_OPENSSL_STRING_new_null(); + sk_OPENSSL_STRING_push(sksigners, signerfile); + if (!skkeys) + skkeys = sk_OPENSSL_STRING_new_null(); + if (!keyfile) + keyfile = signerfile; + sk_OPENSSL_STRING_push(skkeys, keyfile); + } + if (!sksigners) { + BIO_printf(bio_err, "No signer certificate specified\n"); + badarg = 1; + } + signerfile = NULL; + keyfile = NULL; + need_rand = 1; + } + + else if (operation == SMIME_DECRYPT) { + if (!recipfile && !keyfile && !secret_key && !pwri_pass) { + BIO_printf(bio_err, + "No recipient certificate or key specified\n"); + badarg = 1; + } + } else if (operation == SMIME_ENCRYPT) { + if (!*args && !secret_key && !pwri_pass && !encerts) { + BIO_printf(bio_err, "No recipient(s) certificate(s) specified\n"); + badarg = 1; + } + need_rand = 1; + } else if (!operation) + badarg = 1; + + if (badarg) { + argerr: + BIO_printf(bio_err, "Usage cms [options] cert.pem ...\n"); + BIO_printf(bio_err, "where options are\n"); + BIO_printf(bio_err, "-encrypt encrypt message\n"); + BIO_printf(bio_err, "-decrypt decrypt encrypted message\n"); + BIO_printf(bio_err, "-sign sign message\n"); + BIO_printf(bio_err, "-verify verify signed message\n"); + BIO_printf(bio_err, "-cmsout output CMS structure\n"); +# ifndef OPENSSL_NO_DES + BIO_printf(bio_err, "-des3 encrypt with triple DES\n"); + BIO_printf(bio_err, "-des encrypt with DES\n"); +# endif +# ifndef OPENSSL_NO_SEED + BIO_printf(bio_err, "-seed encrypt with SEED\n"); +# endif +# ifndef OPENSSL_NO_RC2 + BIO_printf(bio_err, "-rc2-40 encrypt with RC2-40 (default)\n"); + BIO_printf(bio_err, "-rc2-64 encrypt with RC2-64\n"); + BIO_printf(bio_err, "-rc2-128 encrypt with RC2-128\n"); +# endif +# ifndef OPENSSL_NO_AES + BIO_printf(bio_err, "-aes128, -aes192, -aes256\n"); + BIO_printf(bio_err, + " encrypt PEM output with cbc aes\n"); +# endif +# ifndef OPENSSL_NO_CAMELLIA + BIO_printf(bio_err, "-camellia128, -camellia192, -camellia256\n"); + BIO_printf(bio_err, + " encrypt PEM output with cbc camellia\n"); +# endif + BIO_printf(bio_err, + "-nointern don't search certificates in message for signer\n"); + BIO_printf(bio_err, + "-nosigs don't verify message signature\n"); + BIO_printf(bio_err, + "-noverify don't verify signers certificate\n"); + BIO_printf(bio_err, + "-nocerts don't include signers certificate when signing\n"); + BIO_printf(bio_err, "-nodetach use opaque signing\n"); + BIO_printf(bio_err, + "-noattr don't include any signed attributes\n"); + BIO_printf(bio_err, + "-binary don't translate message to text\n"); + BIO_printf(bio_err, "-certfile file other certificates file\n"); + BIO_printf(bio_err, "-certsout file certificate output file\n"); + BIO_printf(bio_err, "-signer file signer certificate file\n"); + BIO_printf(bio_err, + "-recip file recipient certificate file for decryption\n"); + BIO_printf(bio_err, "-keyid use subject key identifier\n"); + BIO_printf(bio_err, "-in file input file\n"); + BIO_printf(bio_err, + "-inform arg input format SMIME (default), PEM or DER\n"); + BIO_printf(bio_err, + "-inkey file input private key (if not signer or recipient)\n"); + BIO_printf(bio_err, + "-keyform arg input private key format (PEM or ENGINE)\n"); + BIO_printf(bio_err, "-keyopt nm:v set public key parameters\n"); + BIO_printf(bio_err, "-out file output file\n"); + BIO_printf(bio_err, + "-outform arg output format SMIME (default), PEM or DER\n"); + BIO_printf(bio_err, + "-content file supply or override content for detached signature\n"); + BIO_printf(bio_err, "-to addr to address\n"); + BIO_printf(bio_err, "-from ad from address\n"); + BIO_printf(bio_err, "-subject s subject\n"); + BIO_printf(bio_err, + "-text include or delete text MIME headers\n"); + BIO_printf(bio_err, + "-CApath dir trusted certificates directory\n"); + BIO_printf(bio_err, "-CAfile file trusted certificates file\n"); + BIO_printf(bio_err, + "-crl_check check revocation status of signer's certificate using CRLs\n"); + BIO_printf(bio_err, + "-crl_check_all check revocation status of signer's certificate chain using CRLs\n"); +# ifndef OPENSSL_NO_ENGINE + BIO_printf(bio_err, + "-engine e use engine e, possibly a hardware device.\n"); +# endif + BIO_printf(bio_err, "-passin arg input file pass phrase source\n"); + BIO_printf(bio_err, "-rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, + LIST_SEPARATOR_CHAR); + BIO_printf(bio_err, + " load the file (or the files in the directory) into\n"); + BIO_printf(bio_err, " the random number generator\n"); + BIO_printf(bio_err, + "cert.pem recipient certificate(s) for encryption\n"); + goto end; + } +# ifndef OPENSSL_NO_ENGINE + e = setup_engine(bio_err, engine, 0); +# endif + + if (!app_passwd(bio_err, passargin, NULL, &passin, NULL)) { + BIO_printf(bio_err, "Error getting password\n"); + goto end; + } + + if (need_rand) { + app_RAND_load_file(NULL, bio_err, (inrand != NULL)); + if (inrand != NULL) + BIO_printf(bio_err, "%ld semi-random bytes loaded\n", + app_RAND_load_files(inrand)); + } + + ret = 2; + + if (!(operation & SMIME_SIGNERS)) + flags &= ~CMS_DETACHED; + + if (operation & SMIME_OP) { + if (outformat == FORMAT_ASN1) + outmode = "wb"; + } else { + if (flags & CMS_BINARY) + outmode = "wb"; + } + + if (operation & SMIME_IP) { + if (informat == FORMAT_ASN1) + inmode = "rb"; + } else { + if (flags & CMS_BINARY) + inmode = "rb"; + } + + if (operation == SMIME_ENCRYPT) { + if (!cipher) { +# ifndef OPENSSL_NO_DES + cipher = EVP_des_ede3_cbc(); +# else + BIO_printf(bio_err, "No cipher selected\n"); + goto end; +# endif + } + + if (secret_key && !secret_keyid) { + BIO_printf(bio_err, "No secret key id\n"); + goto end; + } + + if (*args && !encerts) + encerts = sk_X509_new_null(); + while (*args) { + if (!(cert = load_cert(bio_err, *args, FORMAT_PEM, + NULL, e, "recipient certificate file"))) + goto end; + sk_X509_push(encerts, cert); + cert = NULL; + args++; + } + } + + if (certfile) { + if (!(other = load_certs(bio_err, certfile, FORMAT_PEM, NULL, + e, "certificate file"))) { + ERR_print_errors(bio_err); + goto end; + } + } + + if (recipfile && (operation == SMIME_DECRYPT)) { + if (!(recip = load_cert(bio_err, recipfile, FORMAT_PEM, NULL, + e, "recipient certificate file"))) { + ERR_print_errors(bio_err); + goto end; + } + } + + if (operation == SMIME_SIGN_RECEIPT) { + if (!(signer = load_cert(bio_err, signerfile, FORMAT_PEM, NULL, + e, "receipt signer certificate file"))) { + ERR_print_errors(bio_err); + goto end; + } + } + + if (operation == SMIME_DECRYPT) { + if (!keyfile) + keyfile = recipfile; + } else if ((operation == SMIME_SIGN) || (operation == SMIME_SIGN_RECEIPT)) { + if (!keyfile) + keyfile = signerfile; + } else + keyfile = NULL; + + if (keyfile) { + key = load_key(bio_err, keyfile, keyform, 0, passin, e, + "signing key file"); + if (!key) + goto end; + } + + if (infile) { + if (!(in = BIO_new_file(infile, inmode))) { + BIO_printf(bio_err, "Can't open input file %s\n", infile); + goto end; + } + } else + in = BIO_new_fp(stdin, BIO_NOCLOSE); + + if (operation & SMIME_IP) { + if (informat == FORMAT_SMIME) + cms = SMIME_read_CMS(in, &indata); + else if (informat == FORMAT_PEM) + cms = PEM_read_bio_CMS(in, NULL, NULL, NULL); + else if (informat == FORMAT_ASN1) + cms = d2i_CMS_bio(in, NULL); + else { + BIO_printf(bio_err, "Bad input format for CMS file\n"); + goto end; + } + + if (!cms) { + BIO_printf(bio_err, "Error reading S/MIME message\n"); + goto end; + } + if (contfile) { + BIO_free(indata); + if (!(indata = BIO_new_file(contfile, "rb"))) { + BIO_printf(bio_err, "Can't read content file %s\n", contfile); + goto end; + } + } + if (certsoutfile) { + STACK_OF(X509) *allcerts; + allcerts = CMS_get1_certs(cms); + if (!save_certs(certsoutfile, allcerts)) { + BIO_printf(bio_err, + "Error writing certs to %s\n", certsoutfile); + ret = 5; + goto end; + } + sk_X509_pop_free(allcerts, X509_free); + } + } + + if (rctfile) { + char *rctmode = (rctformat == FORMAT_ASN1) ? "rb" : "r"; + if (!(rctin = BIO_new_file(rctfile, rctmode))) { + BIO_printf(bio_err, "Can't open receipt file %s\n", rctfile); + goto end; + } + + if (rctformat == FORMAT_SMIME) + rcms = SMIME_read_CMS(rctin, NULL); + else if (rctformat == FORMAT_PEM) + rcms = PEM_read_bio_CMS(rctin, NULL, NULL, NULL); + else if (rctformat == FORMAT_ASN1) + rcms = d2i_CMS_bio(rctin, NULL); + else { + BIO_printf(bio_err, "Bad input format for receipt\n"); + goto end; + } + + if (!rcms) { + BIO_printf(bio_err, "Error reading receipt\n"); + goto end; + } + } + + if (outfile) { + if (!(out = BIO_new_file(outfile, outmode))) { + BIO_printf(bio_err, "Can't open output file %s\n", outfile); + goto end; + } + } else { + out = BIO_new_fp(stdout, BIO_NOCLOSE); +# ifdef OPENSSL_SYS_VMS + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + out = BIO_push(tmpbio, out); + } +# endif + } + + if ((operation == SMIME_VERIFY) || (operation == SMIME_VERIFY_RECEIPT)) { + if (!(store = setup_verify(bio_err, CAfile, CApath))) + goto end; + X509_STORE_set_verify_cb(store, cms_cb); + if (vpm) + X509_STORE_set1_param(store, vpm); + } + + ret = 3; + + if (operation == SMIME_DATA_CREATE) { + cms = CMS_data_create(in, flags); + } else if (operation == SMIME_DIGEST_CREATE) { + cms = CMS_digest_create(in, sign_md, flags); + } else if (operation == SMIME_COMPRESS) { + cms = CMS_compress(in, -1, flags); + } else if (operation == SMIME_ENCRYPT) { + int i; + flags |= CMS_PARTIAL; + cms = CMS_encrypt(NULL, in, cipher, flags); + if (!cms) + goto end; + for (i = 0; i < sk_X509_num(encerts); i++) { + CMS_RecipientInfo *ri; + cms_key_param *kparam; + int tflags = flags; + X509 *x = sk_X509_value(encerts, i); + for (kparam = key_first; kparam; kparam = kparam->next) { + if (kparam->idx == i) { + tflags |= CMS_KEY_PARAM; + break; + } + } + ri = CMS_add1_recipient_cert(cms, x, tflags); + if (!ri) + goto end; + if (kparam) { + EVP_PKEY_CTX *pctx; + pctx = CMS_RecipientInfo_get0_pkey_ctx(ri); + if (!cms_set_pkey_param(pctx, kparam->param)) + goto end; + } + if (CMS_RecipientInfo_type(ri) == CMS_RECIPINFO_AGREE + && wrap_cipher) { + EVP_CIPHER_CTX *wctx; + wctx = CMS_RecipientInfo_kari_get0_ctx(ri); + EVP_EncryptInit_ex(wctx, wrap_cipher, NULL, NULL, NULL); + } + } + + if (secret_key) { + if (!CMS_add0_recipient_key(cms, NID_undef, + secret_key, secret_keylen, + secret_keyid, secret_keyidlen, + NULL, NULL, NULL)) + goto end; + /* NULL these because call absorbs them */ + secret_key = NULL; + secret_keyid = NULL; + } + if (pwri_pass) { + pwri_tmp = (unsigned char *)BUF_strdup((char *)pwri_pass); + if (!pwri_tmp) + goto end; + if (!CMS_add0_recipient_password(cms, + -1, NID_undef, NID_undef, + pwri_tmp, -1, NULL)) + goto end; + pwri_tmp = NULL; + } + if (!(flags & CMS_STREAM)) { + if (!CMS_final(cms, in, NULL, flags)) + goto end; + } + } else if (operation == SMIME_ENCRYPTED_ENCRYPT) { + cms = CMS_EncryptedData_encrypt(in, cipher, + secret_key, secret_keylen, flags); + + } else if (operation == SMIME_SIGN_RECEIPT) { + CMS_ContentInfo *srcms = NULL; + STACK_OF(CMS_SignerInfo) *sis; + CMS_SignerInfo *si; + sis = CMS_get0_SignerInfos(cms); + if (!sis) + goto end; + si = sk_CMS_SignerInfo_value(sis, 0); + srcms = CMS_sign_receipt(si, signer, key, other, flags); + if (!srcms) + goto end; + CMS_ContentInfo_free(cms); + cms = srcms; + } else if (operation & SMIME_SIGNERS) { + int i; + /* + * If detached data content we enable streaming if S/MIME output + * format. + */ + if (operation == SMIME_SIGN) { + + if (flags & CMS_DETACHED) { + if (outformat == FORMAT_SMIME) + flags |= CMS_STREAM; + } + flags |= CMS_PARTIAL; + cms = CMS_sign(NULL, NULL, other, in, flags); + if (!cms) + goto end; + if (econtent_type) + CMS_set1_eContentType(cms, econtent_type); + + if (rr_to) { + rr = make_receipt_request(rr_to, rr_allorfirst, rr_from); + if (!rr) { + BIO_puts(bio_err, + "Signed Receipt Request Creation Error\n"); + goto end; + } + } + } else + flags |= CMS_REUSE_DIGEST; + for (i = 0; i < sk_OPENSSL_STRING_num(sksigners); i++) { + CMS_SignerInfo *si; + cms_key_param *kparam; + int tflags = flags; + signerfile = sk_OPENSSL_STRING_value(sksigners, i); + keyfile = sk_OPENSSL_STRING_value(skkeys, i); + + signer = load_cert(bio_err, signerfile, FORMAT_PEM, NULL, + e, "signer certificate"); + if (!signer) + goto end; + key = load_key(bio_err, keyfile, keyform, 0, passin, e, + "signing key file"); + if (!key) + goto end; + for (kparam = key_first; kparam; kparam = kparam->next) { + if (kparam->idx == i) { + tflags |= CMS_KEY_PARAM; + break; + } + } + si = CMS_add1_signer(cms, signer, key, sign_md, tflags); + if (!si) + goto end; + if (kparam) { + EVP_PKEY_CTX *pctx; + pctx = CMS_SignerInfo_get0_pkey_ctx(si); + if (!cms_set_pkey_param(pctx, kparam->param)) + goto end; + } + if (rr && !CMS_add1_ReceiptRequest(si, rr)) + goto end; + X509_free(signer); + signer = NULL; + EVP_PKEY_free(key); + key = NULL; + } + /* If not streaming or resigning finalize structure */ + if ((operation == SMIME_SIGN) && !(flags & CMS_STREAM)) { + if (!CMS_final(cms, in, NULL, flags)) + goto end; + } + } + + if (!cms) { + BIO_printf(bio_err, "Error creating CMS structure\n"); + goto end; + } + + ret = 4; + if (operation == SMIME_DECRYPT) { + if (flags & CMS_DEBUG_DECRYPT) + CMS_decrypt(cms, NULL, NULL, NULL, NULL, flags); + + if (secret_key) { + if (!CMS_decrypt_set1_key(cms, + secret_key, secret_keylen, + secret_keyid, secret_keyidlen)) { + BIO_puts(bio_err, "Error decrypting CMS using secret key\n"); + goto end; + } + } + + if (key) { + if (!CMS_decrypt_set1_pkey(cms, key, recip)) { + BIO_puts(bio_err, "Error decrypting CMS using private key\n"); + goto end; + } + } + + if (pwri_pass) { + if (!CMS_decrypt_set1_password(cms, pwri_pass, -1)) { + BIO_puts(bio_err, "Error decrypting CMS using password\n"); + goto end; + } + } + + if (!CMS_decrypt(cms, NULL, NULL, indata, out, flags)) { + BIO_printf(bio_err, "Error decrypting CMS structure\n"); + goto end; + } + } else if (operation == SMIME_DATAOUT) { + if (!CMS_data(cms, out, flags)) + goto end; + } else if (operation == SMIME_UNCOMPRESS) { + if (!CMS_uncompress(cms, indata, out, flags)) + goto end; + } else if (operation == SMIME_DIGEST_VERIFY) { + if (CMS_digest_verify(cms, indata, out, flags) > 0) + BIO_printf(bio_err, "Verification successful\n"); + else { + BIO_printf(bio_err, "Verification failure\n"); + goto end; + } + } else if (operation == SMIME_ENCRYPTED_DECRYPT) { + if (!CMS_EncryptedData_decrypt(cms, secret_key, secret_keylen, + indata, out, flags)) + goto end; + } else if (operation == SMIME_VERIFY) { + if (CMS_verify(cms, other, store, indata, out, flags) > 0) + BIO_printf(bio_err, "Verification successful\n"); + else { + BIO_printf(bio_err, "Verification failure\n"); + if (verify_retcode) + ret = verify_err + 32; + goto end; + } + if (signerfile) { + STACK_OF(X509) *signers; + signers = CMS_get0_signers(cms); + if (!save_certs(signerfile, signers)) { + BIO_printf(bio_err, + "Error writing signers to %s\n", signerfile); + ret = 5; + goto end; + } + sk_X509_free(signers); + } + if (rr_print) + receipt_request_print(bio_err, cms); + + } else if (operation == SMIME_VERIFY_RECEIPT) { + if (CMS_verify_receipt(rcms, cms, other, store, flags) > 0) + BIO_printf(bio_err, "Verification successful\n"); + else { + BIO_printf(bio_err, "Verification failure\n"); + goto end; + } + } else { + if (noout) { + if (print) + CMS_ContentInfo_print_ctx(out, cms, 0, NULL); + } else if (outformat == FORMAT_SMIME) { + if (to) + BIO_printf(out, "To: %s\n", to); + if (from) + BIO_printf(out, "From: %s\n", from); + if (subject) + BIO_printf(out, "Subject: %s\n", subject); + if (operation == SMIME_RESIGN) + ret = SMIME_write_CMS(out, cms, indata, flags); + else + ret = SMIME_write_CMS(out, cms, in, flags); + } else if (outformat == FORMAT_PEM) + ret = PEM_write_bio_CMS_stream(out, cms, in, flags); + else if (outformat == FORMAT_ASN1) + ret = i2d_CMS_bio_stream(out, cms, in, flags); + else { + BIO_printf(bio_err, "Bad output format for CMS file\n"); + goto end; + } + if (ret <= 0) { + ret = 6; + goto end; + } + } + ret = 0; + end: + if (ret) + ERR_print_errors(bio_err); + if (need_rand) + app_RAND_write_file(NULL, bio_err); + sk_X509_pop_free(encerts, X509_free); + sk_X509_pop_free(other, X509_free); + if (vpm) + X509_VERIFY_PARAM_free(vpm); + if (sksigners) + sk_OPENSSL_STRING_free(sksigners); + if (skkeys) + sk_OPENSSL_STRING_free(skkeys); + if (secret_key) + OPENSSL_free(secret_key); + if (secret_keyid) + OPENSSL_free(secret_keyid); + if (pwri_tmp) + OPENSSL_free(pwri_tmp); + if (econtent_type) + ASN1_OBJECT_free(econtent_type); + if (rr) + CMS_ReceiptRequest_free(rr); + if (rr_to) + sk_OPENSSL_STRING_free(rr_to); + if (rr_from) + sk_OPENSSL_STRING_free(rr_from); + for (key_param = key_first; key_param;) { + cms_key_param *tparam; + sk_OPENSSL_STRING_free(key_param->param); + tparam = key_param->next; + OPENSSL_free(key_param); + key_param = tparam; + } + X509_STORE_free(store); + X509_free(cert); + X509_free(recip); + X509_free(signer); + EVP_PKEY_free(key); + CMS_ContentInfo_free(cms); + CMS_ContentInfo_free(rcms); + BIO_free(rctin); + BIO_free(in); + BIO_free(indata); + BIO_free_all(out); + if (passin) + OPENSSL_free(passin); + return (ret); } static int save_certs(char *signerfile, STACK_OF(X509) *signers) - { - int i; - BIO *tmp; - if (!signerfile) - return 1; - tmp = BIO_new_file(signerfile, "w"); - if (!tmp) return 0; - for(i = 0; i < sk_X509_num(signers); i++) - PEM_write_bio_X509(tmp, sk_X509_value(signers, i)); - BIO_free(tmp); - return 1; - } - +{ + int i; + BIO *tmp; + if (!signerfile) + return 1; + tmp = BIO_new_file(signerfile, "w"); + if (!tmp) + return 0; + for (i = 0; i < sk_X509_num(signers); i++) + PEM_write_bio_X509(tmp, sk_X509_value(signers, i)); + BIO_free(tmp); + return 1; +} /* Minimal callback just to output policy info (if any) */ static int cms_cb(int ok, X509_STORE_CTX *ctx) - { - int error; +{ + int error; - error = X509_STORE_CTX_get_error(ctx); + error = X509_STORE_CTX_get_error(ctx); - verify_err = error; + verify_err = error; - if ((error != X509_V_ERR_NO_EXPLICIT_POLICY) - && ((error != X509_V_OK) || (ok != 2))) - return ok; + if ((error != X509_V_ERR_NO_EXPLICIT_POLICY) + && ((error != X509_V_OK) || (ok != 2))) + return ok; - policies_print(NULL, ctx); + policies_print(NULL, ctx); - return ok; + return ok; - } +} static void gnames_stack_print(BIO *out, STACK_OF(GENERAL_NAMES) *gns) - { - STACK_OF(GENERAL_NAME) *gens; - GENERAL_NAME *gen; - int i, j; - for (i = 0; i < sk_GENERAL_NAMES_num(gns); i++) - { - gens = sk_GENERAL_NAMES_value(gns, i); - for (j = 0; j < sk_GENERAL_NAME_num(gens); j++) - { - gen = sk_GENERAL_NAME_value(gens, j); - BIO_puts(out, " "); - GENERAL_NAME_print(out, gen); - BIO_puts(out, "\n"); - } - } - return; - } +{ + STACK_OF(GENERAL_NAME) *gens; + GENERAL_NAME *gen; + int i, j; + for (i = 0; i < sk_GENERAL_NAMES_num(gns); i++) { + gens = sk_GENERAL_NAMES_value(gns, i); + for (j = 0; j < sk_GENERAL_NAME_num(gens); j++) { + gen = sk_GENERAL_NAME_value(gens, j); + BIO_puts(out, " "); + GENERAL_NAME_print(out, gen); + BIO_puts(out, "\n"); + } + } + return; +} static void receipt_request_print(BIO *out, CMS_ContentInfo *cms) - { - STACK_OF(CMS_SignerInfo) *sis; - CMS_SignerInfo *si; - CMS_ReceiptRequest *rr; - int allorfirst; - STACK_OF(GENERAL_NAMES) *rto, *rlist; - ASN1_STRING *scid; - int i, rv; - sis = CMS_get0_SignerInfos(cms); - for (i = 0; i < sk_CMS_SignerInfo_num(sis); i++) - { - si = sk_CMS_SignerInfo_value(sis, i); - rv = CMS_get1_ReceiptRequest(si, &rr); - BIO_printf(bio_err, "Signer %d:\n", i + 1); - if (rv == 0) - BIO_puts(bio_err, " No Receipt Request\n"); - else if (rv < 0) - { - BIO_puts(bio_err, " Receipt Request Parse Error\n"); - ERR_print_errors(bio_err); - } - else - { - char *id; - int idlen; - CMS_ReceiptRequest_get0_values(rr, &scid, &allorfirst, - &rlist, &rto); - BIO_puts(out, " Signed Content ID:\n"); - idlen = ASN1_STRING_length(scid); - id = (char *)ASN1_STRING_data(scid); - BIO_dump_indent(out, id, idlen, 4); - BIO_puts(out, " Receipts From"); - if (rlist) - { - BIO_puts(out, " List:\n"); - gnames_stack_print(out, rlist); - } - else if (allorfirst == 1) - BIO_puts(out, ": First Tier\n"); - else if (allorfirst == 0) - BIO_puts(out, ": All\n"); - else - BIO_printf(out, " Unknown (%d)\n", allorfirst); - BIO_puts(out, " Receipts To:\n"); - gnames_stack_print(out, rto); - } - if (rr) - CMS_ReceiptRequest_free(rr); - } - } +{ + STACK_OF(CMS_SignerInfo) *sis; + CMS_SignerInfo *si; + CMS_ReceiptRequest *rr; + int allorfirst; + STACK_OF(GENERAL_NAMES) *rto, *rlist; + ASN1_STRING *scid; + int i, rv; + sis = CMS_get0_SignerInfos(cms); + for (i = 0; i < sk_CMS_SignerInfo_num(sis); i++) { + si = sk_CMS_SignerInfo_value(sis, i); + rv = CMS_get1_ReceiptRequest(si, &rr); + BIO_printf(bio_err, "Signer %d:\n", i + 1); + if (rv == 0) + BIO_puts(bio_err, " No Receipt Request\n"); + else if (rv < 0) { + BIO_puts(bio_err, " Receipt Request Parse Error\n"); + ERR_print_errors(bio_err); + } else { + char *id; + int idlen; + CMS_ReceiptRequest_get0_values(rr, &scid, &allorfirst, + &rlist, &rto); + BIO_puts(out, " Signed Content ID:\n"); + idlen = ASN1_STRING_length(scid); + id = (char *)ASN1_STRING_data(scid); + BIO_dump_indent(out, id, idlen, 4); + BIO_puts(out, " Receipts From"); + if (rlist) { + BIO_puts(out, " List:\n"); + gnames_stack_print(out, rlist); + } else if (allorfirst == 1) + BIO_puts(out, ": First Tier\n"); + else if (allorfirst == 0) + BIO_puts(out, ": All\n"); + else + BIO_printf(out, " Unknown (%d)\n", allorfirst); + BIO_puts(out, " Receipts To:\n"); + gnames_stack_print(out, rto); + } + if (rr) + CMS_ReceiptRequest_free(rr); + } +} static STACK_OF(GENERAL_NAMES) *make_names_stack(STACK_OF(OPENSSL_STRING) *ns) - { - int i; - STACK_OF(GENERAL_NAMES) *ret; - GENERAL_NAMES *gens = NULL; - GENERAL_NAME *gen = NULL; - ret = sk_GENERAL_NAMES_new_null(); - if (!ret) - goto err; - for (i = 0; i < sk_OPENSSL_STRING_num(ns); i++) - { - char *str = sk_OPENSSL_STRING_value(ns, i); - gen = a2i_GENERAL_NAME(NULL, NULL, NULL, GEN_EMAIL, str, 0); - if (!gen) - goto err; - gens = GENERAL_NAMES_new(); - if (!gens) - goto err; - if (!sk_GENERAL_NAME_push(gens, gen)) - goto err; - gen = NULL; - if (!sk_GENERAL_NAMES_push(ret, gens)) - goto err; - gens = NULL; - } - - return ret; - - err: - if (ret) - sk_GENERAL_NAMES_pop_free(ret, GENERAL_NAMES_free); - if (gens) - GENERAL_NAMES_free(gens); - if (gen) - GENERAL_NAME_free(gen); - return NULL; - } - - -static CMS_ReceiptRequest *make_receipt_request(STACK_OF(OPENSSL_STRING) *rr_to, - int rr_allorfirst, - STACK_OF(OPENSSL_STRING) *rr_from) - { - STACK_OF(GENERAL_NAMES) *rct_to, *rct_from; - CMS_ReceiptRequest *rr; - rct_to = make_names_stack(rr_to); - if (!rct_to) - goto err; - if (rr_from) - { - rct_from = make_names_stack(rr_from); - if (!rct_from) - goto err; - } - else - rct_from = NULL; - rr = CMS_ReceiptRequest_create0(NULL, -1, rr_allorfirst, rct_from, - rct_to); - return rr; - err: - return NULL; - } +{ + int i; + STACK_OF(GENERAL_NAMES) *ret; + GENERAL_NAMES *gens = NULL; + GENERAL_NAME *gen = NULL; + ret = sk_GENERAL_NAMES_new_null(); + if (!ret) + goto err; + for (i = 0; i < sk_OPENSSL_STRING_num(ns); i++) { + char *str = sk_OPENSSL_STRING_value(ns, i); + gen = a2i_GENERAL_NAME(NULL, NULL, NULL, GEN_EMAIL, str, 0); + if (!gen) + goto err; + gens = GENERAL_NAMES_new(); + if (!gens) + goto err; + if (!sk_GENERAL_NAME_push(gens, gen)) + goto err; + gen = NULL; + if (!sk_GENERAL_NAMES_push(ret, gens)) + goto err; + gens = NULL; + } + + return ret; + + err: + if (ret) + sk_GENERAL_NAMES_pop_free(ret, GENERAL_NAMES_free); + if (gens) + GENERAL_NAMES_free(gens); + if (gen) + GENERAL_NAME_free(gen); + return NULL; +} + +static CMS_ReceiptRequest *make_receipt_request(STACK_OF(OPENSSL_STRING) + *rr_to, int rr_allorfirst, STACK_OF(OPENSSL_STRING) + *rr_from) +{ + STACK_OF(GENERAL_NAMES) *rct_to, *rct_from; + CMS_ReceiptRequest *rr; + rct_to = make_names_stack(rr_to); + if (!rct_to) + goto err; + if (rr_from) { + rct_from = make_names_stack(rr_from); + if (!rct_from) + goto err; + } else + rct_from = NULL; + rr = CMS_ReceiptRequest_create0(NULL, -1, rr_allorfirst, rct_from, + rct_to); + return rr; + err: + return NULL; +} + +static int cms_set_pkey_param(EVP_PKEY_CTX *pctx, + STACK_OF(OPENSSL_STRING) *param) +{ + char *keyopt; + int i; + if (sk_OPENSSL_STRING_num(param) <= 0) + return 1; + for (i = 0; i < sk_OPENSSL_STRING_num(param); i++) { + keyopt = sk_OPENSSL_STRING_value(param, i); + if (pkey_ctrl_string(pctx, keyopt) <= 0) { + BIO_printf(bio_err, "parameter error \"%s\"\n", keyopt); + ERR_print_errors(bio_err); + return 0; + } + } + return 1; +} #endif diff --git a/openssl/apps/crl.c b/openssl/apps/crl.c index 8797d300c..c9c3a5f6d 100644 --- a/openssl/apps/crl.c +++ b/openssl/apps/crl.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -67,398 +67,376 @@ #include #undef PROG -#define PROG crl_main +#define PROG crl_main #undef POSTFIX -#define POSTFIX ".rvk" +#define POSTFIX ".rvk" -static const char *crl_usage[]={ -"usage: crl args\n", -"\n", -" -inform arg - input format - default PEM (DER or PEM)\n", -" -outform arg - output format - default PEM\n", -" -text - print out a text format version\n", -" -in arg - input file - default stdin\n", -" -out arg - output file - default stdout\n", -" -hash - print hash value\n", +static const char *crl_usage[] = { + "usage: crl args\n", + "\n", + " -inform arg - input format - default PEM (DER or PEM)\n", + " -outform arg - output format - default PEM\n", + " -text - print out a text format version\n", + " -in arg - input file - default stdin\n", + " -out arg - output file - default stdout\n", + " -hash - print hash value\n", #ifndef OPENSSL_NO_MD5 -" -hash_old - print old-style (MD5) hash value\n", + " -hash_old - print old-style (MD5) hash value\n", #endif -" -fingerprint - print the crl fingerprint\n", -" -issuer - print issuer DN\n", -" -lastupdate - lastUpdate field\n", -" -nextupdate - nextUpdate field\n", -" -crlnumber - print CRL number\n", -" -noout - no CRL output\n", -" -CAfile name - verify CRL using certificates in file \"name\"\n", -" -CApath dir - verify CRL using certificates in \"dir\"\n", -" -nameopt arg - various certificate name options\n", -NULL + " -fingerprint - print the crl fingerprint\n", + " -issuer - print issuer DN\n", + " -lastupdate - lastUpdate field\n", + " -nextupdate - nextUpdate field\n", + " -crlnumber - print CRL number\n", + " -noout - no CRL output\n", + " -CAfile name - verify CRL using certificates in file \"name\"\n", + " -CApath dir - verify CRL using certificates in \"dir\"\n", + " -nameopt arg - various certificate name options\n", + NULL }; -static X509_CRL *load_crl(char *file, int format); -static BIO *bio_out=NULL; +static BIO *bio_out = NULL; int MAIN(int, char **); int MAIN(int argc, char **argv) - { - unsigned long nmflag = 0; - X509_CRL *x=NULL; - char *CAfile = NULL, *CApath = NULL; - int ret=1,i,num,badops=0; - BIO *out=NULL; - int informat,outformat; - char *infile=NULL,*outfile=NULL; - int hash=0,issuer=0,lastupdate=0,nextupdate=0,noout=0,text=0; +{ + unsigned long nmflag = 0; + X509_CRL *x = NULL; + char *CAfile = NULL, *CApath = NULL; + int ret = 1, i, num, badops = 0, badsig = 0; + BIO *out = NULL; + int informat, outformat, keyformat; + char *infile = NULL, *outfile = NULL, *crldiff = NULL, *keyfile = NULL; + int hash = 0, issuer = 0, lastupdate = 0, nextupdate = 0, noout = + 0, text = 0; #ifndef OPENSSL_NO_MD5 - int hash_old=0; + int hash_old = 0; #endif - int fingerprint = 0, crlnumber = 0; - const char **pp; - X509_STORE *store = NULL; - X509_STORE_CTX ctx; - X509_LOOKUP *lookup = NULL; - X509_OBJECT xobj; - EVP_PKEY *pkey; - int do_ver = 0; - const EVP_MD *md_alg,*digest=EVP_sha1(); + int fingerprint = 0, crlnumber = 0; + const char **pp; + X509_STORE *store = NULL; + X509_STORE_CTX ctx; + X509_LOOKUP *lookup = NULL; + X509_OBJECT xobj; + EVP_PKEY *pkey; + int do_ver = 0; + const EVP_MD *md_alg, *digest = EVP_sha1(); - apps_startup(); + apps_startup(); - if (bio_err == NULL) - if ((bio_err=BIO_new(BIO_s_file())) != NULL) - BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); + if (bio_err == NULL) + if ((bio_err = BIO_new(BIO_s_file())) != NULL) + BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT); - if (!load_config(bio_err, NULL)) - goto end; + if (!load_config(bio_err, NULL)) + goto end; - if (bio_out == NULL) - if ((bio_out=BIO_new(BIO_s_file())) != NULL) - { - BIO_set_fp(bio_out,stdout,BIO_NOCLOSE); + if (bio_out == NULL) + if ((bio_out = BIO_new(BIO_s_file())) != NULL) { + BIO_set_fp(bio_out, stdout, BIO_NOCLOSE); #ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - bio_out = BIO_push(tmpbio, bio_out); - } + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + bio_out = BIO_push(tmpbio, bio_out); + } #endif - } + } - informat=FORMAT_PEM; - outformat=FORMAT_PEM; + informat = FORMAT_PEM; + outformat = FORMAT_PEM; + keyformat = FORMAT_PEM; - argc--; - argv++; - num=0; - while (argc >= 1) - { + argc--; + argv++; + num = 0; + while (argc >= 1) { #ifdef undef - if (strcmp(*argv,"-p") == 0) - { - if (--argc < 1) goto bad; - if (!args_from_file(++argv,Nargc,Nargv)) { goto end; }*/ - } + if (strcmp(*argv, "-p") == 0) { + if (--argc < 1) + goto bad; + if (!args_from_file(++argv, Nargc, Nargv)) { + goto end; + } + */} #endif - if (strcmp(*argv,"-inform") == 0) - { - if (--argc < 1) goto bad; - informat=str2fmt(*(++argv)); - } - else if (strcmp(*argv,"-outform") == 0) - { - if (--argc < 1) goto bad; - outformat=str2fmt(*(++argv)); - } - else if (strcmp(*argv,"-in") == 0) - { - if (--argc < 1) goto bad; - infile= *(++argv); - } - else if (strcmp(*argv,"-out") == 0) - { - if (--argc < 1) goto bad; - outfile= *(++argv); - } - else if (strcmp(*argv,"-CApath") == 0) - { - if (--argc < 1) goto bad; - CApath = *(++argv); - do_ver = 1; - } - else if (strcmp(*argv,"-CAfile") == 0) - { - if (--argc < 1) goto bad; - CAfile = *(++argv); - do_ver = 1; - } - else if (strcmp(*argv,"-verify") == 0) - do_ver = 1; - else if (strcmp(*argv,"-text") == 0) - text = 1; - else if (strcmp(*argv,"-hash") == 0) - hash= ++num; + if (strcmp(*argv, "-inform") == 0) { + if (--argc < 1) + goto bad; + informat = str2fmt(*(++argv)); + } else if (strcmp(*argv, "-outform") == 0) { + if (--argc < 1) + goto bad; + outformat = str2fmt(*(++argv)); + } else if (strcmp(*argv, "-in") == 0) { + if (--argc < 1) + goto bad; + infile = *(++argv); + } else if (strcmp(*argv, "-gendelta") == 0) { + if (--argc < 1) + goto bad; + crldiff = *(++argv); + } else if (strcmp(*argv, "-key") == 0) { + if (--argc < 1) + goto bad; + keyfile = *(++argv); + } else if (strcmp(*argv, "-keyform") == 0) { + if (--argc < 1) + goto bad; + keyformat = str2fmt(*(++argv)); + } else if (strcmp(*argv, "-out") == 0) { + if (--argc < 1) + goto bad; + outfile = *(++argv); + } else if (strcmp(*argv, "-CApath") == 0) { + if (--argc < 1) + goto bad; + CApath = *(++argv); + do_ver = 1; + } else if (strcmp(*argv, "-CAfile") == 0) { + if (--argc < 1) + goto bad; + CAfile = *(++argv); + do_ver = 1; + } else if (strcmp(*argv, "-verify") == 0) + do_ver = 1; + else if (strcmp(*argv, "-text") == 0) + text = 1; + else if (strcmp(*argv, "-hash") == 0) + hash = ++num; #ifndef OPENSSL_NO_MD5 - else if (strcmp(*argv,"-hash_old") == 0) - hash_old= ++num; + else if (strcmp(*argv, "-hash_old") == 0) + hash_old = ++num; #endif - else if (strcmp(*argv,"-nameopt") == 0) - { - if (--argc < 1) goto bad; - if (!set_name_ex(&nmflag, *(++argv))) goto bad; - } - else if (strcmp(*argv,"-issuer") == 0) - issuer= ++num; - else if (strcmp(*argv,"-lastupdate") == 0) - lastupdate= ++num; - else if (strcmp(*argv,"-nextupdate") == 0) - nextupdate= ++num; - else if (strcmp(*argv,"-noout") == 0) - noout= ++num; - else if (strcmp(*argv,"-fingerprint") == 0) - fingerprint= ++num; - else if (strcmp(*argv,"-crlnumber") == 0) - crlnumber= ++num; - else if ((md_alg=EVP_get_digestbyname(*argv + 1))) - { - /* ok */ - digest=md_alg; - } - else - { - BIO_printf(bio_err,"unknown option %s\n",*argv); - badops=1; - break; - } - argc--; - argv++; - } + else if (strcmp(*argv, "-nameopt") == 0) { + if (--argc < 1) + goto bad; + if (!set_name_ex(&nmflag, *(++argv))) + goto bad; + } else if (strcmp(*argv, "-issuer") == 0) + issuer = ++num; + else if (strcmp(*argv, "-lastupdate") == 0) + lastupdate = ++num; + else if (strcmp(*argv, "-nextupdate") == 0) + nextupdate = ++num; + else if (strcmp(*argv, "-noout") == 0) + noout = ++num; + else if (strcmp(*argv, "-fingerprint") == 0) + fingerprint = ++num; + else if (strcmp(*argv, "-crlnumber") == 0) + crlnumber = ++num; + else if (strcmp(*argv, "-badsig") == 0) + badsig = 1; + else if ((md_alg = EVP_get_digestbyname(*argv + 1))) { + /* ok */ + digest = md_alg; + } else { + BIO_printf(bio_err, "unknown option %s\n", *argv); + badops = 1; + break; + } + argc--; + argv++; + } - if (badops) - { -bad: - for (pp=crl_usage; (*pp != NULL); pp++) - BIO_printf(bio_err,"%s",*pp); - goto end; - } + if (badops) { + bad: + for (pp = crl_usage; (*pp != NULL); pp++) + BIO_printf(bio_err, "%s", *pp); + goto end; + } - ERR_load_crypto_strings(); - x=load_crl(infile,informat); - if (x == NULL) { goto end; } + ERR_load_crypto_strings(); + x = load_crl(infile, informat); + if (x == NULL) { + goto end; + } - if(do_ver) { - store = X509_STORE_new(); - lookup=X509_STORE_add_lookup(store,X509_LOOKUP_file()); - if (lookup == NULL) goto end; - if (!X509_LOOKUP_load_file(lookup,CAfile,X509_FILETYPE_PEM)) - X509_LOOKUP_load_file(lookup,NULL,X509_FILETYPE_DEFAULT); - - lookup=X509_STORE_add_lookup(store,X509_LOOKUP_hash_dir()); - if (lookup == NULL) goto end; - if (!X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM)) - X509_LOOKUP_add_dir(lookup,NULL,X509_FILETYPE_DEFAULT); - ERR_clear_error(); + if (do_ver) { + store = X509_STORE_new(); + lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file()); + if (lookup == NULL) + goto end; + if (!X509_LOOKUP_load_file(lookup, CAfile, X509_FILETYPE_PEM)) + X509_LOOKUP_load_file(lookup, NULL, X509_FILETYPE_DEFAULT); - if(!X509_STORE_CTX_init(&ctx, store, NULL, NULL)) { - BIO_printf(bio_err, - "Error initialising X509 store\n"); - goto end; - } + lookup = X509_STORE_add_lookup(store, X509_LOOKUP_hash_dir()); + if (lookup == NULL) + goto end; + if (!X509_LOOKUP_add_dir(lookup, CApath, X509_FILETYPE_PEM)) + X509_LOOKUP_add_dir(lookup, NULL, X509_FILETYPE_DEFAULT); + ERR_clear_error(); - i = X509_STORE_get_by_subject(&ctx, X509_LU_X509, - X509_CRL_get_issuer(x), &xobj); - if(i <= 0) { - BIO_printf(bio_err, - "Error getting CRL issuer certificate\n"); - goto end; - } - pkey = X509_get_pubkey(xobj.data.x509); - X509_OBJECT_free_contents(&xobj); - if(!pkey) { - BIO_printf(bio_err, - "Error getting CRL issuer public key\n"); - goto end; - } - i = X509_CRL_verify(x, pkey); - EVP_PKEY_free(pkey); - if(i < 0) goto end; - if(i == 0) BIO_printf(bio_err, "verify failure\n"); - else BIO_printf(bio_err, "verify OK\n"); - } + if (!X509_STORE_CTX_init(&ctx, store, NULL, NULL)) { + BIO_printf(bio_err, "Error initialising X509 store\n"); + goto end; + } - if (num) - { - for (i=1; i<=num; i++) - { - if (issuer == i) - { - print_name(bio_out, "issuer=", X509_CRL_get_issuer(x), nmflag); - } - if (crlnumber == i) - { - ASN1_INTEGER *crlnum; - crlnum = X509_CRL_get_ext_d2i(x, NID_crl_number, - NULL, NULL); - BIO_printf(bio_out,"crlNumber="); - if (crlnum) - { - i2a_ASN1_INTEGER(bio_out, crlnum); - ASN1_INTEGER_free(crlnum); - } - else - BIO_puts(bio_out, ""); - BIO_printf(bio_out,"\n"); - } - if (hash == i) - { - BIO_printf(bio_out,"%08lx\n", - X509_NAME_hash(X509_CRL_get_issuer(x))); - } + i = X509_STORE_get_by_subject(&ctx, X509_LU_X509, + X509_CRL_get_issuer(x), &xobj); + if (i <= 0) { + BIO_printf(bio_err, "Error getting CRL issuer certificate\n"); + goto end; + } + pkey = X509_get_pubkey(xobj.data.x509); + X509_OBJECT_free_contents(&xobj); + if (!pkey) { + BIO_printf(bio_err, "Error getting CRL issuer public key\n"); + goto end; + } + i = X509_CRL_verify(x, pkey); + EVP_PKEY_free(pkey); + if (i < 0) + goto end; + if (i == 0) + BIO_printf(bio_err, "verify failure\n"); + else + BIO_printf(bio_err, "verify OK\n"); + } + + if (crldiff) { + X509_CRL *newcrl, *delta; + if (!keyfile) { + BIO_puts(bio_err, "Missing CRL signing key\n"); + goto end; + } + newcrl = load_crl(crldiff, informat); + if (!newcrl) + goto end; + pkey = load_key(bio_err, keyfile, keyformat, 0, NULL, NULL, + "CRL signing key"); + if (!pkey) { + X509_CRL_free(newcrl); + goto end; + } + delta = X509_CRL_diff(x, newcrl, pkey, digest, 0); + X509_CRL_free(newcrl); + EVP_PKEY_free(pkey); + if (delta) { + X509_CRL_free(x); + x = delta; + } else { + BIO_puts(bio_err, "Error creating delta CRL\n"); + goto end; + } + } + + if (num) { + for (i = 1; i <= num; i++) { + if (issuer == i) { + print_name(bio_out, "issuer=", X509_CRL_get_issuer(x), + nmflag); + } + if (crlnumber == i) { + ASN1_INTEGER *crlnum; + crlnum = X509_CRL_get_ext_d2i(x, NID_crl_number, NULL, NULL); + BIO_printf(bio_out, "crlNumber="); + if (crlnum) { + i2a_ASN1_INTEGER(bio_out, crlnum); + ASN1_INTEGER_free(crlnum); + } else + BIO_puts(bio_out, ""); + BIO_printf(bio_out, "\n"); + } + if (hash == i) { + BIO_printf(bio_out, "%08lx\n", + X509_NAME_hash(X509_CRL_get_issuer(x))); + } #ifndef OPENSSL_NO_MD5 - if (hash_old == i) - { - BIO_printf(bio_out,"%08lx\n", - X509_NAME_hash_old( - X509_CRL_get_issuer(x))); - } + if (hash_old == i) { + BIO_printf(bio_out, "%08lx\n", + X509_NAME_hash_old(X509_CRL_get_issuer(x))); + } #endif - if (lastupdate == i) - { - BIO_printf(bio_out,"lastUpdate="); - ASN1_TIME_print(bio_out, - X509_CRL_get_lastUpdate(x)); - BIO_printf(bio_out,"\n"); - } - if (nextupdate == i) - { - BIO_printf(bio_out,"nextUpdate="); - if (X509_CRL_get_nextUpdate(x)) - ASN1_TIME_print(bio_out, - X509_CRL_get_nextUpdate(x)); - else - BIO_printf(bio_out,"NONE"); - BIO_printf(bio_out,"\n"); - } - if (fingerprint == i) - { - int j; - unsigned int n; - unsigned char md[EVP_MAX_MD_SIZE]; + if (lastupdate == i) { + BIO_printf(bio_out, "lastUpdate="); + ASN1_TIME_print(bio_out, X509_CRL_get_lastUpdate(x)); + BIO_printf(bio_out, "\n"); + } + if (nextupdate == i) { + BIO_printf(bio_out, "nextUpdate="); + if (X509_CRL_get_nextUpdate(x)) + ASN1_TIME_print(bio_out, X509_CRL_get_nextUpdate(x)); + else + BIO_printf(bio_out, "NONE"); + BIO_printf(bio_out, "\n"); + } + if (fingerprint == i) { + int j; + unsigned int n; + unsigned char md[EVP_MAX_MD_SIZE]; - if (!X509_CRL_digest(x,digest,md,&n)) - { - BIO_printf(bio_err,"out of memory\n"); - goto end; - } - BIO_printf(bio_out,"%s Fingerprint=", - OBJ_nid2sn(EVP_MD_type(digest))); - for (j=0; j<(int)n; j++) - { - BIO_printf(bio_out,"%02X%c",md[j], - (j+1 == (int)n) - ?'\n':':'); - } - } - } - } + if (!X509_CRL_digest(x, digest, md, &n)) { + BIO_printf(bio_err, "out of memory\n"); + goto end; + } + BIO_printf(bio_out, "%s Fingerprint=", + OBJ_nid2sn(EVP_MD_type(digest))); + for (j = 0; j < (int)n; j++) { + BIO_printf(bio_out, "%02X%c", md[j], (j + 1 == (int)n) + ? '\n' : ':'); + } + } + } + } - out=BIO_new(BIO_s_file()); - if (out == NULL) - { - ERR_print_errors(bio_err); - goto end; - } + out = BIO_new(BIO_s_file()); + if (out == NULL) { + ERR_print_errors(bio_err); + goto end; + } - if (outfile == NULL) - { - BIO_set_fp(out,stdout,BIO_NOCLOSE); + if (outfile == NULL) { + BIO_set_fp(out, stdout, BIO_NOCLOSE); #ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - out = BIO_push(tmpbio, out); - } + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + out = BIO_push(tmpbio, out); + } #endif - } - else - { - if (BIO_write_filename(out,outfile) <= 0) - { - perror(outfile); - goto end; - } - } - - if (text) X509_CRL_print(out, x); - - if (noout) - { - ret = 0; - goto end; - } - - if (outformat == FORMAT_ASN1) - i=(int)i2d_X509_CRL_bio(out,x); - else if (outformat == FORMAT_PEM) - i=PEM_write_bio_X509_CRL(out,x); - else - { - BIO_printf(bio_err,"bad output format specified for outfile\n"); - goto end; - } - if (!i) { BIO_printf(bio_err,"unable to write CRL\n"); goto end; } - ret=0; -end: - BIO_free_all(out); - BIO_free_all(bio_out); - bio_out=NULL; - X509_CRL_free(x); - if(store) { - X509_STORE_CTX_cleanup(&ctx); - X509_STORE_free(store); - } - apps_shutdown(); - OPENSSL_EXIT(ret); - } + } else { + if (BIO_write_filename(out, outfile) <= 0) { + perror(outfile); + goto end; + } + } -static X509_CRL *load_crl(char *infile, int format) - { - X509_CRL *x=NULL; - BIO *in=NULL; + if (text) + X509_CRL_print(out, x); - in=BIO_new(BIO_s_file()); - if (in == NULL) - { - ERR_print_errors(bio_err); - goto end; - } + if (noout) { + ret = 0; + goto end; + } - if (infile == NULL) - BIO_set_fp(in,stdin,BIO_NOCLOSE); - else - { - if (BIO_read_filename(in,infile) <= 0) - { - perror(infile); - goto end; - } - } - if (format == FORMAT_ASN1) - x=d2i_X509_CRL_bio(in,NULL); - else if (format == FORMAT_PEM) - x=PEM_read_bio_X509_CRL(in,NULL,NULL,NULL); - else { - BIO_printf(bio_err,"bad input format specified for input crl\n"); - goto end; - } - if (x == NULL) - { - BIO_printf(bio_err,"unable to load CRL\n"); - ERR_print_errors(bio_err); - goto end; - } - -end: - BIO_free(in); - return(x); - } + if (badsig) + x->signature->data[x->signature->length - 1] ^= 0x1; + if (outformat == FORMAT_ASN1) + i = (int)i2d_X509_CRL_bio(out, x); + else if (outformat == FORMAT_PEM) + i = PEM_write_bio_X509_CRL(out, x); + else { + BIO_printf(bio_err, "bad output format specified for outfile\n"); + goto end; + } + if (!i) { + BIO_printf(bio_err, "unable to write CRL\n"); + goto end; + } + ret = 0; + end: + if (ret != 0) + ERR_print_errors(bio_err); + BIO_free_all(out); + BIO_free_all(bio_out); + bio_out = NULL; + X509_CRL_free(x); + if (store) { + X509_STORE_CTX_cleanup(&ctx); + X509_STORE_free(store); + } + apps_shutdown(); + OPENSSL_EXIT(ret); +} diff --git a/openssl/apps/crl2p7.c b/openssl/apps/crl2p7.c index 42c6886b8..0763817e6 100644 --- a/openssl/apps/crl2p7.c +++ b/openssl/apps/crl2p7.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,16 +49,18 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence * [including the GNU Public Licence.] */ -/* This was written by Gordon Chaffee - * and donated 'to the cause' along with lots and lots of other fixes to - * the library. */ +/* + * This was written by Gordon Chaffee and + * donated 'to the cause' along with lots and lots of other fixes to the + * library. + */ #include #include @@ -73,271 +75,260 @@ static int add_certs_from_file(STACK_OF(X509) *stack, char *certfile); #undef PROG -#define PROG crl2pkcs7_main +#define PROG crl2pkcs7_main -/* -inform arg - input format - default PEM (DER or PEM) +/*- + * -inform arg - input format - default PEM (DER or PEM) * -outform arg - output format - default PEM - * -in arg - input file - default stdin - * -out arg - output file - default stdout + * -in arg - input file - default stdin + * -out arg - output file - default stdout */ int MAIN(int, char **); int MAIN(int argc, char **argv) - { - int i,badops=0; - BIO *in=NULL,*out=NULL; - int informat,outformat; - char *infile,*outfile,*prog,*certfile; - PKCS7 *p7 = NULL; - PKCS7_SIGNED *p7s = NULL; - X509_CRL *crl=NULL; - STACK_OF(OPENSSL_STRING) *certflst=NULL; - STACK_OF(X509_CRL) *crl_stack=NULL; - STACK_OF(X509) *cert_stack=NULL; - int ret=1,nocrl=0; +{ + int i, badops = 0; + BIO *in = NULL, *out = NULL; + int informat, outformat; + char *infile, *outfile, *prog, *certfile; + PKCS7 *p7 = NULL; + PKCS7_SIGNED *p7s = NULL; + X509_CRL *crl = NULL; + STACK_OF(OPENSSL_STRING) *certflst = NULL; + STACK_OF(X509_CRL) *crl_stack = NULL; + STACK_OF(X509) *cert_stack = NULL; + int ret = 1, nocrl = 0; + + apps_startup(); - apps_startup(); + if (bio_err == NULL) + if ((bio_err = BIO_new(BIO_s_file())) != NULL) + BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT); - if (bio_err == NULL) - if ((bio_err=BIO_new(BIO_s_file())) != NULL) - BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); + infile = NULL; + outfile = NULL; + informat = FORMAT_PEM; + outformat = FORMAT_PEM; - infile=NULL; - outfile=NULL; - informat=FORMAT_PEM; - outformat=FORMAT_PEM; + prog = argv[0]; + argc--; + argv++; + while (argc >= 1) { + if (strcmp(*argv, "-inform") == 0) { + if (--argc < 1) + goto bad; + informat = str2fmt(*(++argv)); + } else if (strcmp(*argv, "-outform") == 0) { + if (--argc < 1) + goto bad; + outformat = str2fmt(*(++argv)); + } else if (strcmp(*argv, "-in") == 0) { + if (--argc < 1) + goto bad; + infile = *(++argv); + } else if (strcmp(*argv, "-nocrl") == 0) { + nocrl = 1; + } else if (strcmp(*argv, "-out") == 0) { + if (--argc < 1) + goto bad; + outfile = *(++argv); + } else if (strcmp(*argv, "-certfile") == 0) { + if (--argc < 1) + goto bad; + if (!certflst) + certflst = sk_OPENSSL_STRING_new_null(); + if (!certflst) + goto end; + if (!sk_OPENSSL_STRING_push(certflst, *(++argv))) { + sk_OPENSSL_STRING_free(certflst); + goto end; + } + } else { + BIO_printf(bio_err, "unknown option %s\n", *argv); + badops = 1; + break; + } + argc--; + argv++; + } - prog=argv[0]; - argc--; - argv++; - while (argc >= 1) - { - if (strcmp(*argv,"-inform") == 0) - { - if (--argc < 1) goto bad; - informat=str2fmt(*(++argv)); - } - else if (strcmp(*argv,"-outform") == 0) - { - if (--argc < 1) goto bad; - outformat=str2fmt(*(++argv)); - } - else if (strcmp(*argv,"-in") == 0) - { - if (--argc < 1) goto bad; - infile= *(++argv); - } - else if (strcmp(*argv,"-nocrl") == 0) - { - nocrl=1; - } - else if (strcmp(*argv,"-out") == 0) - { - if (--argc < 1) goto bad; - outfile= *(++argv); - } - else if (strcmp(*argv,"-certfile") == 0) - { - if (--argc < 1) goto bad; - if(!certflst) certflst = sk_OPENSSL_STRING_new_null(); - if (!certflst) - goto end; - if (!sk_OPENSSL_STRING_push(certflst,*(++argv))) - { - sk_OPENSSL_STRING_free(certflst); - goto end; - } - } - else - { - BIO_printf(bio_err,"unknown option %s\n",*argv); - badops=1; - break; - } - argc--; - argv++; - } + if (badops) { + bad: + BIO_printf(bio_err, "%s [options] outfile\n", prog); + BIO_printf(bio_err, "where options are\n"); + BIO_printf(bio_err, " -inform arg input format - DER or PEM\n"); + BIO_printf(bio_err, " -outform arg output format - DER or PEM\n"); + BIO_printf(bio_err, " -in arg input file\n"); + BIO_printf(bio_err, " -out arg output file\n"); + BIO_printf(bio_err, + " -certfile arg certificates file of chain to a trusted CA\n"); + BIO_printf(bio_err, " (can be used more than once)\n"); + BIO_printf(bio_err, + " -nocrl no crl to load, just certs from '-certfile'\n"); + ret = 1; + goto end; + } - if (badops) - { -bad: - BIO_printf(bio_err,"%s [options] outfile\n",prog); - BIO_printf(bio_err,"where options are\n"); - BIO_printf(bio_err," -inform arg input format - DER or PEM\n"); - BIO_printf(bio_err," -outform arg output format - DER or PEM\n"); - BIO_printf(bio_err," -in arg input file\n"); - BIO_printf(bio_err," -out arg output file\n"); - BIO_printf(bio_err," -certfile arg certificates file of chain to a trusted CA\n"); - BIO_printf(bio_err," (can be used more than once)\n"); - BIO_printf(bio_err," -nocrl no crl to load, just certs from '-certfile'\n"); - ret = 1; - goto end; - } + ERR_load_crypto_strings(); - ERR_load_crypto_strings(); + in = BIO_new(BIO_s_file()); + out = BIO_new(BIO_s_file()); + if ((in == NULL) || (out == NULL)) { + ERR_print_errors(bio_err); + goto end; + } - in=BIO_new(BIO_s_file()); - out=BIO_new(BIO_s_file()); - if ((in == NULL) || (out == NULL)) - { - ERR_print_errors(bio_err); - goto end; - } + if (!nocrl) { + if (infile == NULL) + BIO_set_fp(in, stdin, BIO_NOCLOSE); + else { + if (BIO_read_filename(in, infile) <= 0) { + perror(infile); + goto end; + } + } - if (!nocrl) - { - if (infile == NULL) - BIO_set_fp(in,stdin,BIO_NOCLOSE); - else - { - if (BIO_read_filename(in,infile) <= 0) - { - perror(infile); - goto end; - } - } + if (informat == FORMAT_ASN1) + crl = d2i_X509_CRL_bio(in, NULL); + else if (informat == FORMAT_PEM) + crl = PEM_read_bio_X509_CRL(in, NULL, NULL, NULL); + else { + BIO_printf(bio_err, "bad input format specified for input crl\n"); + goto end; + } + if (crl == NULL) { + BIO_printf(bio_err, "unable to load CRL\n"); + ERR_print_errors(bio_err); + goto end; + } + } - if (informat == FORMAT_ASN1) - crl=d2i_X509_CRL_bio(in,NULL); - else if (informat == FORMAT_PEM) - crl=PEM_read_bio_X509_CRL(in,NULL,NULL,NULL); - else { - BIO_printf(bio_err,"bad input format specified for input crl\n"); - goto end; - } - if (crl == NULL) - { - BIO_printf(bio_err,"unable to load CRL\n"); - ERR_print_errors(bio_err); - goto end; - } - } - - if ((p7=PKCS7_new()) == NULL) goto end; - if ((p7s=PKCS7_SIGNED_new()) == NULL) goto end; - p7->type=OBJ_nid2obj(NID_pkcs7_signed); - p7->d.sign=p7s; - p7s->contents->type=OBJ_nid2obj(NID_pkcs7_data); + if ((p7 = PKCS7_new()) == NULL) + goto end; + if ((p7s = PKCS7_SIGNED_new()) == NULL) + goto end; + p7->type = OBJ_nid2obj(NID_pkcs7_signed); + p7->d.sign = p7s; + p7s->contents->type = OBJ_nid2obj(NID_pkcs7_data); - if (!ASN1_INTEGER_set(p7s->version,1)) goto end; - if ((crl_stack=sk_X509_CRL_new_null()) == NULL) goto end; - p7s->crl=crl_stack; - if (crl != NULL) - { - sk_X509_CRL_push(crl_stack,crl); - crl=NULL; /* now part of p7 for OPENSSL_freeing */ - } + if (!ASN1_INTEGER_set(p7s->version, 1)) + goto end; + if ((crl_stack = sk_X509_CRL_new_null()) == NULL) + goto end; + p7s->crl = crl_stack; + if (crl != NULL) { + sk_X509_CRL_push(crl_stack, crl); + crl = NULL; /* now part of p7 for OPENSSL_freeing */ + } - if ((cert_stack=sk_X509_new_null()) == NULL) goto end; - p7s->cert=cert_stack; + if ((cert_stack = sk_X509_new_null()) == NULL) + goto end; + p7s->cert = cert_stack; - if(certflst) for(i = 0; i < sk_OPENSSL_STRING_num(certflst); i++) { - certfile = sk_OPENSSL_STRING_value(certflst, i); - if (add_certs_from_file(cert_stack,certfile) < 0) - { - BIO_printf(bio_err, "error loading certificates\n"); - ERR_print_errors(bio_err); - goto end; - } - } + if (certflst) + for (i = 0; i < sk_OPENSSL_STRING_num(certflst); i++) { + certfile = sk_OPENSSL_STRING_value(certflst, i); + if (add_certs_from_file(cert_stack, certfile) < 0) { + BIO_printf(bio_err, "error loading certificates\n"); + ERR_print_errors(bio_err); + goto end; + } + } - sk_OPENSSL_STRING_free(certflst); + sk_OPENSSL_STRING_free(certflst); - if (outfile == NULL) - { - BIO_set_fp(out,stdout,BIO_NOCLOSE); + if (outfile == NULL) { + BIO_set_fp(out, stdout, BIO_NOCLOSE); #ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - out = BIO_push(tmpbio, out); - } + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + out = BIO_push(tmpbio, out); + } #endif - } - else - { - if (BIO_write_filename(out,outfile) <= 0) - { - perror(outfile); - goto end; - } - } + } else { + if (BIO_write_filename(out, outfile) <= 0) { + perror(outfile); + goto end; + } + } - if (outformat == FORMAT_ASN1) - i=i2d_PKCS7_bio(out,p7); - else if (outformat == FORMAT_PEM) - i=PEM_write_bio_PKCS7(out,p7); - else { - BIO_printf(bio_err,"bad output format specified for outfile\n"); - goto end; - } - if (!i) - { - BIO_printf(bio_err,"unable to write pkcs7 object\n"); - ERR_print_errors(bio_err); - goto end; - } - ret=0; -end: - if (in != NULL) BIO_free(in); - if (out != NULL) BIO_free_all(out); - if (p7 != NULL) PKCS7_free(p7); - if (crl != NULL) X509_CRL_free(crl); + if (outformat == FORMAT_ASN1) + i = i2d_PKCS7_bio(out, p7); + else if (outformat == FORMAT_PEM) + i = PEM_write_bio_PKCS7(out, p7); + else { + BIO_printf(bio_err, "bad output format specified for outfile\n"); + goto end; + } + if (!i) { + BIO_printf(bio_err, "unable to write pkcs7 object\n"); + ERR_print_errors(bio_err); + goto end; + } + ret = 0; + end: + if (in != NULL) + BIO_free(in); + if (out != NULL) + BIO_free_all(out); + if (p7 != NULL) + PKCS7_free(p7); + if (crl != NULL) + X509_CRL_free(crl); - apps_shutdown(); - OPENSSL_EXIT(ret); - } + apps_shutdown(); + OPENSSL_EXIT(ret); +} -/* +/*- *---------------------------------------------------------------------- * int add_certs_from_file * - * Read a list of certificates to be checked from a file. + * Read a list of certificates to be checked from a file. * * Results: - * number of certs added if successful, -1 if not. + * number of certs added if successful, -1 if not. *---------------------------------------------------------------------- */ static int add_certs_from_file(STACK_OF(X509) *stack, char *certfile) - { - BIO *in=NULL; - int count=0; - int ret= -1; - STACK_OF(X509_INFO) *sk=NULL; - X509_INFO *xi; - - in=BIO_new(BIO_s_file()); - if ((in == NULL) || (BIO_read_filename(in,certfile) <= 0)) - { - BIO_printf(bio_err,"error opening the file, %s\n",certfile); - goto end; - } +{ + BIO *in = NULL; + int count = 0; + int ret = -1; + STACK_OF(X509_INFO) *sk = NULL; + X509_INFO *xi; - /* This loads from a file, a stack of x509/crl/pkey sets */ - sk=PEM_X509_INFO_read_bio(in,NULL,NULL,NULL); - if (sk == NULL) { - BIO_printf(bio_err,"error reading the file, %s\n",certfile); - goto end; - } + in = BIO_new(BIO_s_file()); + if ((in == NULL) || (BIO_read_filename(in, certfile) <= 0)) { + BIO_printf(bio_err, "error opening the file, %s\n", certfile); + goto end; + } - /* scan over it and pull out the CRL's */ - while (sk_X509_INFO_num(sk)) - { - xi=sk_X509_INFO_shift(sk); - if (xi->x509 != NULL) - { - sk_X509_push(stack,xi->x509); - xi->x509=NULL; - count++; - } - X509_INFO_free(xi); - } + /* This loads from a file, a stack of x509/crl/pkey sets */ + sk = PEM_X509_INFO_read_bio(in, NULL, NULL, NULL); + if (sk == NULL) { + BIO_printf(bio_err, "error reading the file, %s\n", certfile); + goto end; + } - ret=count; -end: - /* never need to OPENSSL_free x */ - if (in != NULL) BIO_free(in); - if (sk != NULL) sk_X509_INFO_free(sk); - return(ret); - } + /* scan over it and pull out the CRL's */ + while (sk_X509_INFO_num(sk)) { + xi = sk_X509_INFO_shift(sk); + if (xi->x509 != NULL) { + sk_X509_push(stack, xi->x509); + xi->x509 = NULL; + count++; + } + X509_INFO_free(xi); + } + ret = count; + end: + /* never need to OPENSSL_free x */ + if (in != NULL) + BIO_free(in); + if (sk != NULL) + sk_X509_INFO_free(sk); + return (ret); +} diff --git a/openssl/apps/dgst.c b/openssl/apps/dgst.c index f4aec779c..adb7a060a 100644 --- a/openssl/apps/dgst.c +++ b/openssl/apps/dgst.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -69,576 +69,541 @@ #include #undef BUFSIZE -#define BUFSIZE 1024*8 +#define BUFSIZE 1024*8 #undef PROG -#define PROG dgst_main +#define PROG dgst_main int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, - EVP_PKEY *key, unsigned char *sigin, int siglen, - const char *sig_name, const char *md_name, - const char *file,BIO *bmd); + EVP_PKEY *key, unsigned char *sigin, int siglen, + const char *sig_name, const char *md_name, + const char *file, BIO *bmd); static void list_md_fn(const EVP_MD *m, - const char *from, const char *to, void *arg) - { - const char *mname; - /* Skip aliases */ - if (!m) - return; - mname = OBJ_nid2ln(EVP_MD_type(m)); - /* Skip shortnames */ - if (strcmp(from, mname)) - return; - /* Skip clones */ - if (EVP_MD_flags(m) & EVP_MD_FLAG_PKEY_DIGEST) - return; - if (strchr(mname, ' ')) - mname= EVP_MD_name(m); - BIO_printf(arg, "-%-14s to use the %s message digest algorithm\n", - mname, mname); - } + const char *from, const char *to, void *arg) +{ + const char *mname; + /* Skip aliases */ + if (!m) + return; + mname = OBJ_nid2ln(EVP_MD_type(m)); + /* Skip shortnames */ + if (strcmp(from, mname)) + return; + /* Skip clones */ + if (EVP_MD_flags(m) & EVP_MD_FLAG_PKEY_DIGEST) + return; + if (strchr(mname, ' ')) + mname = EVP_MD_name(m); + BIO_printf(arg, "-%-14s to use the %s message digest algorithm\n", + mname, mname); +} int MAIN(int, char **); int MAIN(int argc, char **argv) - { - ENGINE *e = NULL; - unsigned char *buf=NULL; - int i,err=1; - const EVP_MD *md=NULL,*m; - BIO *in=NULL,*inp; - BIO *bmd=NULL; - BIO *out = NULL; +{ + ENGINE *e = NULL, *impl = NULL; + unsigned char *buf = NULL; + int i, err = 1; + const EVP_MD *md = NULL, *m; + BIO *in = NULL, *inp; + BIO *bmd = NULL; + BIO *out = NULL; #define PROG_NAME_SIZE 39 - char pname[PROG_NAME_SIZE+1]; - int separator=0; - int debug=0; - int keyform=FORMAT_PEM; - const char *outfile = NULL, *keyfile = NULL; - const char *sigfile = NULL, *randfile = NULL; - int out_bin = -1, want_pub = 0, do_verify = 0; - EVP_PKEY *sigkey = NULL; - unsigned char *sigbuf = NULL; - int siglen = 0; - char *passargin = NULL, *passin = NULL; + char pname[PROG_NAME_SIZE + 1]; + int separator = 0; + int debug = 0; + int keyform = FORMAT_PEM; + const char *outfile = NULL, *keyfile = NULL; + const char *sigfile = NULL, *randfile = NULL; + int out_bin = -1, want_pub = 0, do_verify = 0; + EVP_PKEY *sigkey = NULL; + unsigned char *sigbuf = NULL; + int siglen = 0; + char *passargin = NULL, *passin = NULL; #ifndef OPENSSL_NO_ENGINE - char *engine=NULL; + char *engine = NULL; + int engine_impl = 0; #endif - char *hmac_key=NULL; - char *mac_name=NULL; - int non_fips_allow = 0; - STACK_OF(OPENSSL_STRING) *sigopts = NULL, *macopts = NULL; - - apps_startup(); - - if ((buf=(unsigned char *)OPENSSL_malloc(BUFSIZE)) == NULL) - { - BIO_printf(bio_err,"out of memory\n"); - goto end; - } - if (bio_err == NULL) - if ((bio_err=BIO_new(BIO_s_file())) != NULL) - BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); - - if (!load_config(bio_err, NULL)) - goto end; - - /* first check the program name */ - program_name(argv[0],pname,sizeof pname); - - md=EVP_get_digestbyname(pname); - - argc--; - argv++; - while (argc > 0) - { - if ((*argv)[0] != '-') break; - if (strcmp(*argv,"-c") == 0) - separator=1; - else if (strcmp(*argv,"-r") == 0) - separator=2; - else if (strcmp(*argv,"-rand") == 0) - { - if (--argc < 1) break; - randfile=*(++argv); - } - else if (strcmp(*argv,"-out") == 0) - { - if (--argc < 1) break; - outfile=*(++argv); - } - else if (strcmp(*argv,"-sign") == 0) - { - if (--argc < 1) break; - keyfile=*(++argv); - } - else if (!strcmp(*argv,"-passin")) - { - if (--argc < 1) - break; - passargin=*++argv; - } - else if (strcmp(*argv,"-verify") == 0) - { - if (--argc < 1) break; - keyfile=*(++argv); - want_pub = 1; - do_verify = 1; - } - else if (strcmp(*argv,"-prverify") == 0) - { - if (--argc < 1) break; - keyfile=*(++argv); - do_verify = 1; - } - else if (strcmp(*argv,"-signature") == 0) - { - if (--argc < 1) break; - sigfile=*(++argv); - } - else if (strcmp(*argv,"-keyform") == 0) - { - if (--argc < 1) break; - keyform=str2fmt(*(++argv)); - } + char *hmac_key = NULL; + char *mac_name = NULL; + int non_fips_allow = 0; + STACK_OF(OPENSSL_STRING) *sigopts = NULL, *macopts = NULL; + + apps_startup(); + + if ((buf = (unsigned char *)OPENSSL_malloc(BUFSIZE)) == NULL) { + BIO_printf(bio_err, "out of memory\n"); + goto end; + } + if (bio_err == NULL) + if ((bio_err = BIO_new(BIO_s_file())) != NULL) + BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT); + + if (!load_config(bio_err, NULL)) + goto end; + + /* first check the program name */ + program_name(argv[0], pname, sizeof pname); + + md = EVP_get_digestbyname(pname); + + argc--; + argv++; + while (argc > 0) { + if ((*argv)[0] != '-') + break; + if (strcmp(*argv, "-c") == 0) + separator = 1; + else if (strcmp(*argv, "-r") == 0) + separator = 2; + else if (strcmp(*argv, "-rand") == 0) { + if (--argc < 1) + break; + randfile = *(++argv); + } else if (strcmp(*argv, "-out") == 0) { + if (--argc < 1) + break; + outfile = *(++argv); + } else if (strcmp(*argv, "-sign") == 0) { + if (--argc < 1) + break; + keyfile = *(++argv); + } else if (!strcmp(*argv, "-passin")) { + if (--argc < 1) + break; + passargin = *++argv; + } else if (strcmp(*argv, "-verify") == 0) { + if (--argc < 1) + break; + keyfile = *(++argv); + want_pub = 1; + do_verify = 1; + } else if (strcmp(*argv, "-prverify") == 0) { + if (--argc < 1) + break; + keyfile = *(++argv); + do_verify = 1; + } else if (strcmp(*argv, "-signature") == 0) { + if (--argc < 1) + break; + sigfile = *(++argv); + } else if (strcmp(*argv, "-keyform") == 0) { + if (--argc < 1) + break; + keyform = str2fmt(*(++argv)); + } #ifndef OPENSSL_NO_ENGINE - else if (strcmp(*argv,"-engine") == 0) - { - if (--argc < 1) break; - engine= *(++argv); - e = setup_engine(bio_err, engine, 0); - } + else if (strcmp(*argv, "-engine") == 0) { + if (--argc < 1) + break; + engine = *(++argv); + e = setup_engine(bio_err, engine, 0); + } else if (strcmp(*argv, "-engine_impl") == 0) + engine_impl = 1; #endif - else if (strcmp(*argv,"-hex") == 0) - out_bin = 0; - else if (strcmp(*argv,"-binary") == 0) - out_bin = 1; - else if (strcmp(*argv,"-d") == 0) - debug=1; - else if (!strcmp(*argv,"-fips-fingerprint")) - hmac_key = "etaonrishdlcupfm"; - else if (strcmp(*argv,"-non-fips-allow") == 0) - non_fips_allow=1; - else if (!strcmp(*argv,"-hmac")) - { - if (--argc < 1) - break; - hmac_key=*++argv; - } - else if (!strcmp(*argv,"-mac")) - { - if (--argc < 1) - break; - mac_name=*++argv; - } - else if (strcmp(*argv,"-sigopt") == 0) - { - if (--argc < 1) - break; - if (!sigopts) - sigopts = sk_OPENSSL_STRING_new_null(); - if (!sigopts || !sk_OPENSSL_STRING_push(sigopts, *(++argv))) - break; - } - else if (strcmp(*argv,"-macopt") == 0) - { - if (--argc < 1) - break; - if (!macopts) - macopts = sk_OPENSSL_STRING_new_null(); - if (!macopts || !sk_OPENSSL_STRING_push(macopts, *(++argv))) - break; - } - else if ((m=EVP_get_digestbyname(&((*argv)[1]))) != NULL) - md=m; - else - break; - argc--; - argv++; - } - - - if(do_verify && !sigfile) { - BIO_printf(bio_err, "No signature to verify: use the -signature option\n"); - goto end; - } - - if ((argc > 0) && (argv[0][0] == '-')) /* bad option */ - { - BIO_printf(bio_err,"unknown option '%s'\n",*argv); - BIO_printf(bio_err,"options are\n"); - BIO_printf(bio_err,"-c to output the digest with separating colons\n"); - BIO_printf(bio_err,"-r to output the digest in coreutils format\n"); - BIO_printf(bio_err,"-d to output debug info\n"); - BIO_printf(bio_err,"-hex output as hex dump\n"); - BIO_printf(bio_err,"-binary output in binary form\n"); - BIO_printf(bio_err,"-sign file sign digest using private key in file\n"); - BIO_printf(bio_err,"-verify file verify a signature using public key in file\n"); - BIO_printf(bio_err,"-prverify file verify a signature using private key in file\n"); - BIO_printf(bio_err,"-keyform arg key file format (PEM or ENGINE)\n"); - BIO_printf(bio_err,"-out filename output to filename rather than stdout\n"); - BIO_printf(bio_err,"-signature file signature to verify\n"); - BIO_printf(bio_err,"-sigopt nm:v signature parameter\n"); - BIO_printf(bio_err,"-hmac key create hashed MAC with key\n"); - BIO_printf(bio_err,"-mac algorithm create MAC (not neccessarily HMAC)\n"); - BIO_printf(bio_err,"-macopt nm:v MAC algorithm parameters or key\n"); + else if (strcmp(*argv, "-hex") == 0) + out_bin = 0; + else if (strcmp(*argv, "-binary") == 0) + out_bin = 1; + else if (strcmp(*argv, "-d") == 0) + debug = 1; + else if (!strcmp(*argv, "-fips-fingerprint")) + hmac_key = "etaonrishdlcupfm"; + else if (strcmp(*argv, "-non-fips-allow") == 0) + non_fips_allow = 1; + else if (!strcmp(*argv, "-hmac")) { + if (--argc < 1) + break; + hmac_key = *++argv; + } else if (!strcmp(*argv, "-mac")) { + if (--argc < 1) + break; + mac_name = *++argv; + } else if (strcmp(*argv, "-sigopt") == 0) { + if (--argc < 1) + break; + if (!sigopts) + sigopts = sk_OPENSSL_STRING_new_null(); + if (!sigopts || !sk_OPENSSL_STRING_push(sigopts, *(++argv))) + break; + } else if (strcmp(*argv, "-macopt") == 0) { + if (--argc < 1) + break; + if (!macopts) + macopts = sk_OPENSSL_STRING_new_null(); + if (!macopts || !sk_OPENSSL_STRING_push(macopts, *(++argv))) + break; + } else if ((m = EVP_get_digestbyname(&((*argv)[1]))) != NULL) + md = m; + else + break; + argc--; + argv++; + } + + if (do_verify && !sigfile) { + BIO_printf(bio_err, + "No signature to verify: use the -signature option\n"); + goto end; + } + + if ((argc > 0) && (argv[0][0] == '-')) { /* bad option */ + BIO_printf(bio_err, "unknown option '%s'\n", *argv); + BIO_printf(bio_err, "options are\n"); + BIO_printf(bio_err, + "-c to output the digest with separating colons\n"); + BIO_printf(bio_err, + "-r to output the digest in coreutils format\n"); + BIO_printf(bio_err, "-d to output debug info\n"); + BIO_printf(bio_err, "-hex output as hex dump\n"); + BIO_printf(bio_err, "-binary output in binary form\n"); + BIO_printf(bio_err, "-hmac arg set the HMAC key to arg\n"); + BIO_printf(bio_err, "-non-fips-allow allow use of non FIPS digest\n"); + BIO_printf(bio_err, + "-sign file sign digest using private key in file\n"); + BIO_printf(bio_err, + "-verify file verify a signature using public key in file\n"); + BIO_printf(bio_err, + "-prverify file verify a signature using private key in file\n"); + BIO_printf(bio_err, + "-keyform arg key file format (PEM or ENGINE)\n"); + BIO_printf(bio_err, + "-out filename output to filename rather than stdout\n"); + BIO_printf(bio_err, "-signature file signature to verify\n"); + BIO_printf(bio_err, "-sigopt nm:v signature parameter\n"); + BIO_printf(bio_err, "-hmac key create hashed MAC with key\n"); + BIO_printf(bio_err, + "-mac algorithm create MAC (not neccessarily HMAC)\n"); + BIO_printf(bio_err, + "-macopt nm:v MAC algorithm parameters or key\n"); #ifndef OPENSSL_NO_ENGINE - BIO_printf(bio_err,"-engine e use engine e, possibly a hardware device.\n"); + BIO_printf(bio_err, + "-engine e use engine e, possibly a hardware device.\n"); #endif - EVP_MD_do_all_sorted(list_md_fn, bio_err); - goto end; - } - - in=BIO_new(BIO_s_file()); - bmd=BIO_new(BIO_f_md()); - if (debug) - { - BIO_set_callback(in,BIO_debug_callback); - /* needed for windows 3.1 */ - BIO_set_callback_arg(in,(char *)bio_err); - } - - if(!app_passwd(bio_err, passargin, NULL, &passin, NULL)) - { - BIO_printf(bio_err, "Error getting password\n"); - goto end; - } - - if ((in == NULL) || (bmd == NULL)) - { - ERR_print_errors(bio_err); - goto end; - } - - if(out_bin == -1) { - if(keyfile) - out_bin = 1; - else - out_bin = 0; - } - - if(randfile) - app_RAND_load_file(randfile, bio_err, 0); - - if(outfile) { - if(out_bin) - out = BIO_new_file(outfile, "wb"); - else out = BIO_new_file(outfile, "w"); - } else { - out = BIO_new_fp(stdout, BIO_NOCLOSE); + EVP_MD_do_all_sorted(list_md_fn, bio_err); + goto end; + } +#ifndef OPENSSL_NO_ENGINE + if (engine_impl) + impl = e; +#endif + + in = BIO_new(BIO_s_file()); + bmd = BIO_new(BIO_f_md()); + if (debug) { + BIO_set_callback(in, BIO_debug_callback); + /* needed for windows 3.1 */ + BIO_set_callback_arg(in, (char *)bio_err); + } + + if (!app_passwd(bio_err, passargin, NULL, &passin, NULL)) { + BIO_printf(bio_err, "Error getting password\n"); + goto end; + } + + if ((in == NULL) || (bmd == NULL)) { + ERR_print_errors(bio_err); + goto end; + } + + if (out_bin == -1) { + if (keyfile) + out_bin = 1; + else + out_bin = 0; + } + + if (randfile) + app_RAND_load_file(randfile, bio_err, 0); + + if (outfile) { + if (out_bin) + out = BIO_new_file(outfile, "wb"); + else + out = BIO_new_file(outfile, "w"); + } else { + out = BIO_new_fp(stdout, BIO_NOCLOSE); #ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - out = BIO_push(tmpbio, out); - } + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + out = BIO_push(tmpbio, out); + } #endif - } - - if(!out) { - BIO_printf(bio_err, "Error opening output file %s\n", - outfile ? outfile : "(stdout)"); - ERR_print_errors(bio_err); - goto end; - } - if ((!!mac_name + !!keyfile + !!hmac_key) > 1) - { - BIO_printf(bio_err, "MAC and Signing key cannot both be specified\n"); - goto end; - } - - if(keyfile) - { - if (want_pub) - sigkey = load_pubkey(bio_err, keyfile, keyform, 0, NULL, - e, "key file"); - else - sigkey = load_key(bio_err, keyfile, keyform, 0, passin, - e, "key file"); - if (!sigkey) - { - /* load_[pub]key() has already printed an appropriate - message */ - goto end; - } - } - - if (mac_name) - { - EVP_PKEY_CTX *mac_ctx = NULL; - int r = 0; - if (!init_gen_str(bio_err, &mac_ctx, mac_name,e, 0)) - goto mac_end; - if (macopts) - { - char *macopt; - for (i = 0; i < sk_OPENSSL_STRING_num(macopts); i++) - { - macopt = sk_OPENSSL_STRING_value(macopts, i); - if (pkey_ctrl_string(mac_ctx, macopt) <= 0) - { - BIO_printf(bio_err, - "MAC parameter error \"%s\"\n", - macopt); - ERR_print_errors(bio_err); - goto mac_end; - } - } - } - if (EVP_PKEY_keygen(mac_ctx, &sigkey) <= 0) - { - BIO_puts(bio_err, "Error generating key\n"); - ERR_print_errors(bio_err); - goto mac_end; - } - r = 1; - mac_end: - if (mac_ctx) - EVP_PKEY_CTX_free(mac_ctx); - if (r == 0) - goto end; - } - - if (non_fips_allow) - { - EVP_MD_CTX *md_ctx; - BIO_get_md_ctx(bmd,&md_ctx); - EVP_MD_CTX_set_flags(md_ctx, EVP_MD_CTX_FLAG_NON_FIPS_ALLOW); - } - - if (hmac_key) - { - sigkey = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, e, - (unsigned char *)hmac_key, -1); - if (!sigkey) - goto end; - } - - if (sigkey) - { - EVP_MD_CTX *mctx = NULL; - EVP_PKEY_CTX *pctx = NULL; - int r; - if (!BIO_get_md_ctx(bmd, &mctx)) - { - BIO_printf(bio_err, "Error getting context\n"); - ERR_print_errors(bio_err); - goto end; - } - if (do_verify) - r = EVP_DigestVerifyInit(mctx, &pctx, md, NULL, sigkey); - else - r = EVP_DigestSignInit(mctx, &pctx, md, NULL, sigkey); - if (!r) - { - BIO_printf(bio_err, "Error setting context\n"); - ERR_print_errors(bio_err); - goto end; - } - if (sigopts) - { - char *sigopt; - for (i = 0; i < sk_OPENSSL_STRING_num(sigopts); i++) - { - sigopt = sk_OPENSSL_STRING_value(sigopts, i); - if (pkey_ctrl_string(pctx, sigopt) <= 0) - { - BIO_printf(bio_err, - "parameter error \"%s\"\n", - sigopt); - ERR_print_errors(bio_err); - goto end; - } - } - } - } - /* we use md as a filter, reading from 'in' */ - else - { - if (md == NULL) - md = EVP_md5(); - if (!BIO_set_md(bmd,md)) - { - BIO_printf(bio_err, "Error setting digest %s\n", pname); - ERR_print_errors(bio_err); - goto end; - } - } - - if(sigfile && sigkey) { - BIO *sigbio; - sigbio = BIO_new_file(sigfile, "rb"); - siglen = EVP_PKEY_size(sigkey); - sigbuf = OPENSSL_malloc(siglen); - if(!sigbio) { - BIO_printf(bio_err, "Error opening signature file %s\n", - sigfile); - ERR_print_errors(bio_err); - goto end; - } - siglen = BIO_read(sigbio, sigbuf, siglen); - BIO_free(sigbio); - if(siglen <= 0) { - BIO_printf(bio_err, "Error reading signature file %s\n", - sigfile); - ERR_print_errors(bio_err); - goto end; - } - } - inp=BIO_push(bmd,in); - - if (md == NULL) - { - EVP_MD_CTX *tctx; - BIO_get_md_ctx(bmd, &tctx); - md = EVP_MD_CTX_md(tctx); - } - - if (argc == 0) - { - BIO_set_fp(in,stdin,BIO_NOCLOSE); - err=do_fp(out, buf,inp,separator, out_bin, sigkey, sigbuf, - siglen,NULL,NULL,"stdin",bmd); - } - else - { - const char *md_name = NULL, *sig_name = NULL; - if(!out_bin) - { - if (sigkey) - { - const EVP_PKEY_ASN1_METHOD *ameth; - ameth = EVP_PKEY_get0_asn1(sigkey); - if (ameth) - EVP_PKEY_asn1_get0_info(NULL, NULL, - NULL, NULL, &sig_name, ameth); - } - md_name = EVP_MD_name(md); - } - err = 0; - for (i=0; i 1) { + BIO_printf(bio_err, "MAC and Signing key cannot both be specified\n"); + goto end; + } + + if (keyfile) { + if (want_pub) + sigkey = load_pubkey(bio_err, keyfile, keyform, 0, NULL, + e, "key file"); + else + sigkey = load_key(bio_err, keyfile, keyform, 0, passin, + e, "key file"); + if (!sigkey) { + /* + * load_[pub]key() has already printed an appropriate message + */ + goto end; + } + } + + if (mac_name) { + EVP_PKEY_CTX *mac_ctx = NULL; + int r = 0; + if (!init_gen_str(bio_err, &mac_ctx, mac_name, impl, 0)) + goto mac_end; + if (macopts) { + char *macopt; + for (i = 0; i < sk_OPENSSL_STRING_num(macopts); i++) { + macopt = sk_OPENSSL_STRING_value(macopts, i); + if (pkey_ctrl_string(mac_ctx, macopt) <= 0) { + BIO_printf(bio_err, + "MAC parameter error \"%s\"\n", macopt); + ERR_print_errors(bio_err); + goto mac_end; + } + } + } + if (EVP_PKEY_keygen(mac_ctx, &sigkey) <= 0) { + BIO_puts(bio_err, "Error generating key\n"); + ERR_print_errors(bio_err); + goto mac_end; + } + r = 1; + mac_end: + if (mac_ctx) + EVP_PKEY_CTX_free(mac_ctx); + if (r == 0) + goto end; + } + + if (non_fips_allow) { + EVP_MD_CTX *md_ctx; + BIO_get_md_ctx(bmd, &md_ctx); + EVP_MD_CTX_set_flags(md_ctx, EVP_MD_CTX_FLAG_NON_FIPS_ALLOW); + } + + if (hmac_key) { + sigkey = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, impl, + (unsigned char *)hmac_key, -1); + if (!sigkey) + goto end; + } + + if (sigkey) { + EVP_MD_CTX *mctx = NULL; + EVP_PKEY_CTX *pctx = NULL; + int r; + if (!BIO_get_md_ctx(bmd, &mctx)) { + BIO_printf(bio_err, "Error getting context\n"); + ERR_print_errors(bio_err); + goto end; + } + if (do_verify) + r = EVP_DigestVerifyInit(mctx, &pctx, md, impl, sigkey); + else + r = EVP_DigestSignInit(mctx, &pctx, md, impl, sigkey); + if (!r) { + BIO_printf(bio_err, "Error setting context\n"); + ERR_print_errors(bio_err); + goto end; + } + if (sigopts) { + char *sigopt; + for (i = 0; i < sk_OPENSSL_STRING_num(sigopts); i++) { + sigopt = sk_OPENSSL_STRING_value(sigopts, i); + if (pkey_ctrl_string(pctx, sigopt) <= 0) { + BIO_printf(bio_err, "parameter error \"%s\"\n", sigopt); + ERR_print_errors(bio_err); + goto end; + } + } + } + } + /* we use md as a filter, reading from 'in' */ + else { + EVP_MD_CTX *mctx = NULL; + if (!BIO_get_md_ctx(bmd, &mctx)) { + BIO_printf(bio_err, "Error getting context\n"); + ERR_print_errors(bio_err); + goto end; + } + if (md == NULL) + md = EVP_md5(); + if (!EVP_DigestInit_ex(mctx, md, impl)) { + BIO_printf(bio_err, "Error setting digest %s\n", pname); + ERR_print_errors(bio_err); + goto end; + } + } + + if (sigfile && sigkey) { + BIO *sigbio; + sigbio = BIO_new_file(sigfile, "rb"); + siglen = EVP_PKEY_size(sigkey); + sigbuf = OPENSSL_malloc(siglen); + if (!sigbio) { + BIO_printf(bio_err, "Error opening signature file %s\n", sigfile); + ERR_print_errors(bio_err); + goto end; + } + siglen = BIO_read(sigbio, sigbuf, siglen); + BIO_free(sigbio); + if (siglen <= 0) { + BIO_printf(bio_err, "Error reading signature file %s\n", sigfile); + ERR_print_errors(bio_err); + goto end; + } + } + inp = BIO_push(bmd, in); + + if (md == NULL) { + EVP_MD_CTX *tctx; + BIO_get_md_ctx(bmd, &tctx); + md = EVP_MD_CTX_md(tctx); + } + + if (argc == 0) { + BIO_set_fp(in, stdin, BIO_NOCLOSE); + err = do_fp(out, buf, inp, separator, out_bin, sigkey, sigbuf, + siglen, NULL, NULL, "stdin", bmd); + } else { + const char *md_name = NULL, *sig_name = NULL; + if (!out_bin) { + if (sigkey) { + const EVP_PKEY_ASN1_METHOD *ameth; + ameth = EVP_PKEY_get0_asn1(sigkey); + if (ameth) + EVP_PKEY_asn1_get0_info(NULL, NULL, + NULL, NULL, &sig_name, ameth); + } + if (md) + md_name = EVP_MD_name(md); + } + err = 0; + for (i = 0; i < argc; i++) { + int r; + if (BIO_read_filename(in, argv[i]) <= 0) { + perror(argv[i]); + err++; + continue; + } else + r = do_fp(out, buf, inp, separator, out_bin, sigkey, sigbuf, + siglen, sig_name, md_name, argv[i], bmd); + if (r) + err = r; + (void)BIO_reset(bmd); + } + } + end: + if (buf != NULL) { + OPENSSL_cleanse(buf, BUFSIZE); + OPENSSL_free(buf); + } + if (in != NULL) + BIO_free(in); + if (passin) + OPENSSL_free(passin); + BIO_free_all(out); + EVP_PKEY_free(sigkey); + if (sigopts) + sk_OPENSSL_STRING_free(sigopts); + if (macopts) + sk_OPENSSL_STRING_free(macopts); + if (sigbuf) + OPENSSL_free(sigbuf); + if (bmd != NULL) + BIO_free(bmd); + apps_shutdown(); + OPENSSL_EXIT(err); +} int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, - EVP_PKEY *key, unsigned char *sigin, int siglen, - const char *sig_name, const char *md_name, - const char *file,BIO *bmd) - { - size_t len; - int i; - - for (;;) - { - i=BIO_read(bp,(char *)buf,BUFSIZE); - if(i < 0) - { - BIO_printf(bio_err, "Read Error in %s\n",file); - ERR_print_errors(bio_err); - return 1; - } - if (i == 0) break; - } - if(sigin) - { - EVP_MD_CTX *ctx; - BIO_get_md_ctx(bp, &ctx); - i = EVP_DigestVerifyFinal(ctx, sigin, (unsigned int)siglen); - if(i > 0) - BIO_printf(out, "Verified OK\n"); - else if(i == 0) - { - BIO_printf(out, "Verification Failure\n"); - return 1; - } - else - { - BIO_printf(bio_err, "Error Verifying Data\n"); - ERR_print_errors(bio_err); - return 1; - } - return 0; - } - if(key) - { - EVP_MD_CTX *ctx; - BIO_get_md_ctx(bp, &ctx); - len = BUFSIZE; - if(!EVP_DigestSignFinal(ctx, buf, &len)) - { - BIO_printf(bio_err, "Error Signing Data\n"); - ERR_print_errors(bio_err); - return 1; - } - } - else - { - len=BIO_gets(bp,(char *)buf,BUFSIZE); - if ((int)len <0) - { - ERR_print_errors(bio_err); - return 1; - } - } - - if(binout) BIO_write(out, buf, len); - else if (sep == 2) - { - for (i=0; i<(int)len; i++) - BIO_printf(out, "%02x",buf[i]); - BIO_printf(out, " *%s\n", file); - } - else - { - if (sig_name) - BIO_printf(out, "%s-%s(%s)= ", sig_name, md_name, file); - else if (md_name) - BIO_printf(out, "%s(%s)= ", md_name, file); - else - BIO_printf(out, "(%s)= ", file); - for (i=0; i<(int)len; i++) - { - if (sep && (i != 0)) - BIO_printf(out, ":"); - BIO_printf(out, "%02x",buf[i]); - } - BIO_printf(out, "\n"); - } - return 0; - } - + EVP_PKEY *key, unsigned char *sigin, int siglen, + const char *sig_name, const char *md_name, + const char *file, BIO *bmd) +{ + size_t len; + int i; + + for (;;) { + i = BIO_read(bp, (char *)buf, BUFSIZE); + if (i < 0) { + BIO_printf(bio_err, "Read Error in %s\n", file); + ERR_print_errors(bio_err); + return 1; + } + if (i == 0) + break; + } + if (sigin) { + EVP_MD_CTX *ctx; + BIO_get_md_ctx(bp, &ctx); + i = EVP_DigestVerifyFinal(ctx, sigin, (unsigned int)siglen); + if (i > 0) + BIO_printf(out, "Verified OK\n"); + else if (i == 0) { + BIO_printf(out, "Verification Failure\n"); + return 1; + } else { + BIO_printf(bio_err, "Error Verifying Data\n"); + ERR_print_errors(bio_err); + return 1; + } + return 0; + } + if (key) { + EVP_MD_CTX *ctx; + BIO_get_md_ctx(bp, &ctx); + len = BUFSIZE; + if (!EVP_DigestSignFinal(ctx, buf, &len)) { + BIO_printf(bio_err, "Error Signing Data\n"); + ERR_print_errors(bio_err); + return 1; + } + } else { + len = BIO_gets(bp, (char *)buf, BUFSIZE); + if ((int)len < 0) { + ERR_print_errors(bio_err); + return 1; + } + } + + if (binout) + BIO_write(out, buf, len); + else if (sep == 2) { + for (i = 0; i < (int)len; i++) + BIO_printf(out, "%02x", buf[i]); + BIO_printf(out, " *%s\n", file); + } else { + if (sig_name) { + BIO_puts(out, sig_name); + if (md_name) + BIO_printf(out, "-%s", md_name); + BIO_printf(out, "(%s)= ", file); + } else if (md_name) + BIO_printf(out, "%s(%s)= ", md_name, file); + else + BIO_printf(out, "(%s)= ", file); + for (i = 0; i < (int)len; i++) { + if (sep && (i != 0)) + BIO_printf(out, ":"); + BIO_printf(out, "%02x", buf[i]); + } + BIO_printf(out, "\n"); + } + return 0; +} diff --git a/openssl/apps/dh.c b/openssl/apps/dh.c index dee9c01fc..48fecc996 100644 --- a/openssl/apps/dh.c +++ b/openssl/apps/dh.c @@ -6,21 +6,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -35,10 +35,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -50,35 +50,36 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence * [including the GNU Public Licence.] */ -#include /* for OPENSSL_NO_DH */ +#include /* for OPENSSL_NO_DH */ #ifndef OPENSSL_NO_DH -#include -#include -#include -#include -#include "apps.h" -#include -#include -#include -#include -#include -#include +# include +# include +# include +# include +# include "apps.h" +# include +# include +# include +# include +# include +# include -#undef PROG -#define PROG dh_main +# undef PROG +# define PROG dh_main -/* -inform arg - input format - default PEM (DER or PEM) +/*- + * -inform arg - input format - default PEM (DER or PEM) * -outform arg - output format - default PEM - * -in arg - input file - default stdin - * -out arg - output file - default stdout - * -check - check the parameters are ok + * -in arg - input file - default stdin + * -out arg - output file - default stdout + * -check - check the parameters are ok * -noout * -text * -C @@ -87,269 +88,250 @@ int MAIN(int, char **); int MAIN(int argc, char **argv) - { - DH *dh=NULL; - int i,badops=0,text=0; - BIO *in=NULL,*out=NULL; - int informat,outformat,check=0,noout=0,C=0,ret=1; - char *infile,*outfile,*prog; -#ifndef OPENSSL_NO_ENGINE - char *engine; -#endif +{ + DH *dh = NULL; + int i, badops = 0, text = 0; + BIO *in = NULL, *out = NULL; + int informat, outformat, check = 0, noout = 0, C = 0, ret = 1; + char *infile, *outfile, *prog; +# ifndef OPENSSL_NO_ENGINE + char *engine; +# endif - apps_startup(); + apps_startup(); - if (bio_err == NULL) - if ((bio_err=BIO_new(BIO_s_file())) != NULL) - BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); + if (bio_err == NULL) + if ((bio_err = BIO_new(BIO_s_file())) != NULL) + BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT); - if (!load_config(bio_err, NULL)) - goto end; + if (!load_config(bio_err, NULL)) + goto end; -#ifndef OPENSSL_NO_ENGINE - engine=NULL; -#endif - infile=NULL; - outfile=NULL; - informat=FORMAT_PEM; - outformat=FORMAT_PEM; - - prog=argv[0]; - argc--; - argv++; - while (argc >= 1) - { - if (strcmp(*argv,"-inform") == 0) - { - if (--argc < 1) goto bad; - informat=str2fmt(*(++argv)); - } - else if (strcmp(*argv,"-outform") == 0) - { - if (--argc < 1) goto bad; - outformat=str2fmt(*(++argv)); - } - else if (strcmp(*argv,"-in") == 0) - { - if (--argc < 1) goto bad; - infile= *(++argv); - } - else if (strcmp(*argv,"-out") == 0) - { - if (--argc < 1) goto bad; - outfile= *(++argv); - } -#ifndef OPENSSL_NO_ENGINE - else if (strcmp(*argv,"-engine") == 0) - { - if (--argc < 1) goto bad; - engine= *(++argv); - } -#endif - else if (strcmp(*argv,"-check") == 0) - check=1; - else if (strcmp(*argv,"-text") == 0) - text=1; - else if (strcmp(*argv,"-C") == 0) - C=1; - else if (strcmp(*argv,"-noout") == 0) - noout=1; - else - { - BIO_printf(bio_err,"unknown option %s\n",*argv); - badops=1; - break; - } - argc--; - argv++; - } +# ifndef OPENSSL_NO_ENGINE + engine = NULL; +# endif + infile = NULL; + outfile = NULL; + informat = FORMAT_PEM; + outformat = FORMAT_PEM; - if (badops) - { -bad: - BIO_printf(bio_err,"%s [options] outfile\n",prog); - BIO_printf(bio_err,"where options are\n"); - BIO_printf(bio_err," -inform arg input format - one of DER PEM\n"); - BIO_printf(bio_err," -outform arg output format - one of DER PEM\n"); - BIO_printf(bio_err," -in arg input file\n"); - BIO_printf(bio_err," -out arg output file\n"); - BIO_printf(bio_err," -check check the DH parameters\n"); - BIO_printf(bio_err," -text print a text form of the DH parameters\n"); - BIO_printf(bio_err," -C Output C code\n"); - BIO_printf(bio_err," -noout no output\n"); -#ifndef OPENSSL_NO_ENGINE - BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n"); -#endif - goto end; - } + prog = argv[0]; + argc--; + argv++; + while (argc >= 1) { + if (strcmp(*argv, "-inform") == 0) { + if (--argc < 1) + goto bad; + informat = str2fmt(*(++argv)); + } else if (strcmp(*argv, "-outform") == 0) { + if (--argc < 1) + goto bad; + outformat = str2fmt(*(++argv)); + } else if (strcmp(*argv, "-in") == 0) { + if (--argc < 1) + goto bad; + infile = *(++argv); + } else if (strcmp(*argv, "-out") == 0) { + if (--argc < 1) + goto bad; + outfile = *(++argv); + } +# ifndef OPENSSL_NO_ENGINE + else if (strcmp(*argv, "-engine") == 0) { + if (--argc < 1) + goto bad; + engine = *(++argv); + } +# endif + else if (strcmp(*argv, "-check") == 0) + check = 1; + else if (strcmp(*argv, "-text") == 0) + text = 1; + else if (strcmp(*argv, "-C") == 0) + C = 1; + else if (strcmp(*argv, "-noout") == 0) + noout = 1; + else { + BIO_printf(bio_err, "unknown option %s\n", *argv); + badops = 1; + break; + } + argc--; + argv++; + } - ERR_load_crypto_strings(); + if (badops) { + bad: + BIO_printf(bio_err, "%s [options] outfile\n", prog); + BIO_printf(bio_err, "where options are\n"); + BIO_printf(bio_err, " -inform arg input format - one of DER PEM\n"); + BIO_printf(bio_err, + " -outform arg output format - one of DER PEM\n"); + BIO_printf(bio_err, " -in arg input file\n"); + BIO_printf(bio_err, " -out arg output file\n"); + BIO_printf(bio_err, " -check check the DH parameters\n"); + BIO_printf(bio_err, + " -text print a text form of the DH parameters\n"); + BIO_printf(bio_err, " -C Output C code\n"); + BIO_printf(bio_err, " -noout no output\n"); +# ifndef OPENSSL_NO_ENGINE + BIO_printf(bio_err, + " -engine e use engine e, possibly a hardware device.\n"); +# endif + goto end; + } -#ifndef OPENSSL_NO_ENGINE - setup_engine(bio_err, engine, 0); -#endif + ERR_load_crypto_strings(); - in=BIO_new(BIO_s_file()); - out=BIO_new(BIO_s_file()); - if ((in == NULL) || (out == NULL)) - { - ERR_print_errors(bio_err); - goto end; - } +# ifndef OPENSSL_NO_ENGINE + setup_engine(bio_err, engine, 0); +# endif - if (infile == NULL) - BIO_set_fp(in,stdin,BIO_NOCLOSE); - else - { - if (BIO_read_filename(in,infile) <= 0) - { - perror(infile); - goto end; - } - } - if (outfile == NULL) - { - BIO_set_fp(out,stdout,BIO_NOCLOSE); -#ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - out = BIO_push(tmpbio, out); - } -#endif - } - else - { - if (BIO_write_filename(out,outfile) <= 0) - { - perror(outfile); - goto end; - } - } + in = BIO_new(BIO_s_file()); + out = BIO_new(BIO_s_file()); + if ((in == NULL) || (out == NULL)) { + ERR_print_errors(bio_err); + goto end; + } - if (informat == FORMAT_ASN1) - dh=d2i_DHparams_bio(in,NULL); - else if (informat == FORMAT_PEM) - dh=PEM_read_bio_DHparams(in,NULL,NULL,NULL); - else - { - BIO_printf(bio_err,"bad input format specified\n"); - goto end; - } - if (dh == NULL) - { - BIO_printf(bio_err,"unable to load DH parameters\n"); - ERR_print_errors(bio_err); - goto end; - } + if (infile == NULL) + BIO_set_fp(in, stdin, BIO_NOCLOSE); + else { + if (BIO_read_filename(in, infile) <= 0) { + perror(infile); + goto end; + } + } + if (outfile == NULL) { + BIO_set_fp(out, stdout, BIO_NOCLOSE); +# ifdef OPENSSL_SYS_VMS + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + out = BIO_push(tmpbio, out); + } +# endif + } else { + if (BIO_write_filename(out, outfile) <= 0) { + perror(outfile); + goto end; + } + } - + if (informat == FORMAT_ASN1) + dh = d2i_DHparams_bio(in, NULL); + else if (informat == FORMAT_PEM) + dh = PEM_read_bio_DHparams(in, NULL, NULL, NULL); + else { + BIO_printf(bio_err, "bad input format specified\n"); + goto end; + } + if (dh == NULL) { + BIO_printf(bio_err, "unable to load DH parameters\n"); + ERR_print_errors(bio_err); + goto end; + } - if (text) - { - DHparams_print(out,dh); -#ifdef undef - printf("p="); - BN_print(stdout,dh->p); - printf("\ng="); - BN_print(stdout,dh->g); - printf("\n"); - if (dh->length != 0) - printf("recommended private length=%ld\n",dh->length); -#endif - } - - if (check) - { - if (!DH_check(dh,&i)) - { - ERR_print_errors(bio_err); - goto end; - } - if (i & DH_CHECK_P_NOT_PRIME) - printf("p value is not prime\n"); - if (i & DH_CHECK_P_NOT_SAFE_PRIME) - printf("p value is not a safe prime\n"); - if (i & DH_UNABLE_TO_CHECK_GENERATOR) - printf("unable to check the generator value\n"); - if (i & DH_NOT_SUITABLE_GENERATOR) - printf("the g value is not a generator\n"); - if (i == 0) - printf("DH parameters appear to be ok.\n"); - } - if (C) - { - unsigned char *data; - int len,l,bits; + if (text) { + DHparams_print(out, dh); +# ifdef undef + printf("p="); + BN_print(stdout, dh->p); + printf("\ng="); + BN_print(stdout, dh->g); + printf("\n"); + if (dh->length != 0) + printf("recommended private length=%ld\n", dh->length); +# endif + } - len=BN_num_bytes(dh->p); - bits=BN_num_bits(dh->p); - data=(unsigned char *)OPENSSL_malloc(len); - if (data == NULL) - { - perror("OPENSSL_malloc"); - goto end; - } - l=BN_bn2bin(dh->p,data); - printf("static unsigned char dh%d_p[]={",bits); - for (i=0; ig,data); - printf("static unsigned char dh%d_g[]={",bits); - for (i=0; ip); + bits = BN_num_bits(dh->p); + data = (unsigned char *)OPENSSL_malloc(len); + if (data == NULL) { + perror("OPENSSL_malloc"); + goto end; + } + l = BN_bn2bin(dh->p, data); + printf("static unsigned char dh%d_p[]={", bits); + for (i = 0; i < l; i++) { + if ((i % 12) == 0) + printf("\n\t"); + printf("0x%02X,", data[i]); + } + printf("\n\t};\n"); - printf("DH *get_dh%d()\n\t{\n",bits); - printf("\tDH *dh;\n\n"); - printf("\tif ((dh=DH_new()) == NULL) return(NULL);\n"); - printf("\tdh->p=BN_bin2bn(dh%d_p,sizeof(dh%d_p),NULL);\n", - bits,bits); - printf("\tdh->g=BN_bin2bn(dh%d_g,sizeof(dh%d_g),NULL);\n", - bits,bits); - printf("\tif ((dh->p == NULL) || (dh->g == NULL))\n"); - printf("\t\treturn(NULL);\n"); - printf("\treturn(dh);\n\t}\n"); - OPENSSL_free(data); - } + l = BN_bn2bin(dh->g, data); + printf("static unsigned char dh%d_g[]={", bits); + for (i = 0; i < l; i++) { + if ((i % 12) == 0) + printf("\n\t"); + printf("0x%02X,", data[i]); + } + printf("\n\t};\n\n"); + printf("DH *get_dh%d()\n\t{\n", bits); + printf("\tDH *dh;\n\n"); + printf("\tif ((dh=DH_new()) == NULL) return(NULL);\n"); + printf("\tdh->p=BN_bin2bn(dh%d_p,sizeof(dh%d_p),NULL);\n", + bits, bits); + printf("\tdh->g=BN_bin2bn(dh%d_g,sizeof(dh%d_g),NULL);\n", + bits, bits); + printf("\tif ((dh->p == NULL) || (dh->g == NULL))\n"); + printf("\t\treturn(NULL);\n"); + printf("\treturn(dh);\n\t}\n"); + OPENSSL_free(data); + } - if (!noout) - { - if (outformat == FORMAT_ASN1) - i=i2d_DHparams_bio(out,dh); - else if (outformat == FORMAT_PEM) - i=PEM_write_bio_DHparams(out,dh); - else { - BIO_printf(bio_err,"bad output format specified for outfile\n"); - goto end; - } - if (!i) - { - BIO_printf(bio_err,"unable to write DH parameters\n"); - ERR_print_errors(bio_err); - goto end; - } - } - ret=0; -end: - if (in != NULL) BIO_free(in); - if (out != NULL) BIO_free_all(out); - if (dh != NULL) DH_free(dh); - apps_shutdown(); - OPENSSL_EXIT(ret); - } -#else /* !OPENSSL_NO_DH */ + if (!noout) { + if (outformat == FORMAT_ASN1) + i = i2d_DHparams_bio(out, dh); + else if (outformat == FORMAT_PEM) + i = PEM_write_bio_DHparams(out, dh); + else { + BIO_printf(bio_err, "bad output format specified for outfile\n"); + goto end; + } + if (!i) { + BIO_printf(bio_err, "unable to write DH parameters\n"); + ERR_print_errors(bio_err); + goto end; + } + } + ret = 0; + end: + if (in != NULL) + BIO_free(in); + if (out != NULL) + BIO_free_all(out); + if (dh != NULL) + DH_free(dh); + apps_shutdown(); + OPENSSL_EXIT(ret); +} +#else /* !OPENSSL_NO_DH */ # if PEDANTIC -static void *dummy=&dummy; +static void *dummy = &dummy; # endif #endif diff --git a/openssl/apps/dhparam.c b/openssl/apps/dhparam.c index 1297d6fb5..57199a8d2 100644 --- a/openssl/apps/dhparam.c +++ b/openssl/apps/dhparam.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +63,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -109,35 +109,36 @@ * */ -#include /* for OPENSSL_NO_DH */ +#include /* for OPENSSL_NO_DH */ #ifndef OPENSSL_NO_DH -#include -#include -#include -#include -#include "apps.h" -#include -#include -#include -#include -#include -#include - -#ifndef OPENSSL_NO_DSA -#include -#endif +# include +# include +# include +# include +# include "apps.h" +# include +# include +# include +# include +# include +# include + +# ifndef OPENSSL_NO_DSA +# include +# endif -#undef PROG -#define PROG dhparam_main +# undef PROG +# define PROG dhparam_main -#define DEFBITS 512 +# define DEFBITS 2048 -/* -inform arg - input format - default PEM (DER or PEM) +/*- + * -inform arg - input format - default PEM (DER or PEM) * -outform arg - output format - default PEM - * -in arg - input file - default stdin - * -out arg - output file - default stdout + * -in arg - input file - default stdin + * -out arg - output file - default stdout * -dsaparam - read or generate DSA parameters, convert to DH - * -check - check the parameters are ok + * -check - check the parameters are ok * -noout * -text * -C @@ -148,412 +149,398 @@ static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb); int MAIN(int, char **); int MAIN(int argc, char **argv) - { - DH *dh=NULL; - int i,badops=0,text=0; -#ifndef OPENSSL_NO_DSA - int dsaparam=0; -#endif - BIO *in=NULL,*out=NULL; - int informat,outformat,check=0,noout=0,C=0,ret=1; - char *infile,*outfile,*prog; - char *inrand=NULL; -#ifndef OPENSSL_NO_ENGINE - char *engine=NULL; -#endif - int num = 0, g = 0; - - apps_startup(); - - if (bio_err == NULL) - if ((bio_err=BIO_new(BIO_s_file())) != NULL) - BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); - - if (!load_config(bio_err, NULL)) - goto end; - - infile=NULL; - outfile=NULL; - informat=FORMAT_PEM; - outformat=FORMAT_PEM; - - prog=argv[0]; - argc--; - argv++; - while (argc >= 1) - { - if (strcmp(*argv,"-inform") == 0) - { - if (--argc < 1) goto bad; - informat=str2fmt(*(++argv)); - } - else if (strcmp(*argv,"-outform") == 0) - { - if (--argc < 1) goto bad; - outformat=str2fmt(*(++argv)); - } - else if (strcmp(*argv,"-in") == 0) - { - if (--argc < 1) goto bad; - infile= *(++argv); - } - else if (strcmp(*argv,"-out") == 0) - { - if (--argc < 1) goto bad; - outfile= *(++argv); - } -#ifndef OPENSSL_NO_ENGINE - else if (strcmp(*argv,"-engine") == 0) - { - if (--argc < 1) goto bad; - engine= *(++argv); - } -#endif - else if (strcmp(*argv,"-check") == 0) - check=1; - else if (strcmp(*argv,"-text") == 0) - text=1; -#ifndef OPENSSL_NO_DSA - else if (strcmp(*argv,"-dsaparam") == 0) - dsaparam=1; -#endif - else if (strcmp(*argv,"-C") == 0) - C=1; - else if (strcmp(*argv,"-noout") == 0) - noout=1; - else if (strcmp(*argv,"-2") == 0) - g=2; - else if (strcmp(*argv,"-5") == 0) - g=5; - else if (strcmp(*argv,"-rand") == 0) - { - if (--argc < 1) goto bad; - inrand= *(++argv); - } - else if (((sscanf(*argv,"%d",&num) == 0) || (num <= 0))) - goto bad; - argv++; - argc--; - } - - if (badops) - { -bad: - BIO_printf(bio_err,"%s [options] [numbits]\n",prog); - BIO_printf(bio_err,"where options are\n"); - BIO_printf(bio_err," -inform arg input format - one of DER PEM\n"); - BIO_printf(bio_err," -outform arg output format - one of DER PEM\n"); - BIO_printf(bio_err," -in arg input file\n"); - BIO_printf(bio_err," -out arg output file\n"); -#ifndef OPENSSL_NO_DSA - BIO_printf(bio_err," -dsaparam read or generate DSA parameters, convert to DH\n"); -#endif - BIO_printf(bio_err," -check check the DH parameters\n"); - BIO_printf(bio_err," -text print a text form of the DH parameters\n"); - BIO_printf(bio_err," -C Output C code\n"); - BIO_printf(bio_err," -2 generate parameters using 2 as the generator value\n"); - BIO_printf(bio_err," -5 generate parameters using 5 as the generator value\n"); - BIO_printf(bio_err," numbits number of bits in to generate (default 512)\n"); -#ifndef OPENSSL_NO_ENGINE - BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n"); -#endif - BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR); - BIO_printf(bio_err," - load the file (or the files in the directory) into\n"); - BIO_printf(bio_err," the random number generator\n"); - BIO_printf(bio_err," -noout no output\n"); - goto end; - } - - ERR_load_crypto_strings(); - -#ifndef OPENSSL_NO_ENGINE - setup_engine(bio_err, engine, 0); -#endif +{ + DH *dh = NULL; + int i, badops = 0, text = 0; +# ifndef OPENSSL_NO_DSA + int dsaparam = 0; +# endif + BIO *in = NULL, *out = NULL; + int informat, outformat, check = 0, noout = 0, C = 0, ret = 1; + char *infile, *outfile, *prog; + char *inrand = NULL; +# ifndef OPENSSL_NO_ENGINE + char *engine = NULL; +# endif + int num = 0, g = 0; + + apps_startup(); + + if (bio_err == NULL) + if ((bio_err = BIO_new(BIO_s_file())) != NULL) + BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT); + + if (!load_config(bio_err, NULL)) + goto end; + + infile = NULL; + outfile = NULL; + informat = FORMAT_PEM; + outformat = FORMAT_PEM; + + prog = argv[0]; + argc--; + argv++; + while (argc >= 1) { + if (strcmp(*argv, "-inform") == 0) { + if (--argc < 1) + goto bad; + informat = str2fmt(*(++argv)); + } else if (strcmp(*argv, "-outform") == 0) { + if (--argc < 1) + goto bad; + outformat = str2fmt(*(++argv)); + } else if (strcmp(*argv, "-in") == 0) { + if (--argc < 1) + goto bad; + infile = *(++argv); + } else if (strcmp(*argv, "-out") == 0) { + if (--argc < 1) + goto bad; + outfile = *(++argv); + } +# ifndef OPENSSL_NO_ENGINE + else if (strcmp(*argv, "-engine") == 0) { + if (--argc < 1) + goto bad; + engine = *(++argv); + } +# endif + else if (strcmp(*argv, "-check") == 0) + check = 1; + else if (strcmp(*argv, "-text") == 0) + text = 1; +# ifndef OPENSSL_NO_DSA + else if (strcmp(*argv, "-dsaparam") == 0) + dsaparam = 1; +# endif + else if (strcmp(*argv, "-C") == 0) + C = 1; + else if (strcmp(*argv, "-noout") == 0) + noout = 1; + else if (strcmp(*argv, "-2") == 0) + g = 2; + else if (strcmp(*argv, "-5") == 0) + g = 5; + else if (strcmp(*argv, "-rand") == 0) { + if (--argc < 1) + goto bad; + inrand = *(++argv); + } else if (((sscanf(*argv, "%d", &num) == 0) || (num <= 0))) + goto bad; + argv++; + argc--; + } + + if (badops) { + bad: + BIO_printf(bio_err, "%s [options] [numbits]\n", prog); + BIO_printf(bio_err, "where options are\n"); + BIO_printf(bio_err, " -inform arg input format - one of DER PEM\n"); + BIO_printf(bio_err, + " -outform arg output format - one of DER PEM\n"); + BIO_printf(bio_err, " -in arg input file\n"); + BIO_printf(bio_err, " -out arg output file\n"); +# ifndef OPENSSL_NO_DSA + BIO_printf(bio_err, + " -dsaparam read or generate DSA parameters, convert to DH\n"); +# endif + BIO_printf(bio_err, " -check check the DH parameters\n"); + BIO_printf(bio_err, + " -text print a text form of the DH parameters\n"); + BIO_printf(bio_err, " -C Output C code\n"); + BIO_printf(bio_err, + " -2 generate parameters using 2 as the generator value\n"); + BIO_printf(bio_err, + " -5 generate parameters using 5 as the generator value\n"); + BIO_printf(bio_err, + " numbits number of bits in to generate (default 2048)\n"); +# ifndef OPENSSL_NO_ENGINE + BIO_printf(bio_err, + " -engine e use engine e, possibly a hardware device.\n"); +# endif + BIO_printf(bio_err, " -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, + LIST_SEPARATOR_CHAR); + BIO_printf(bio_err, + " - load the file (or the files in the directory) into\n"); + BIO_printf(bio_err, " the random number generator\n"); + BIO_printf(bio_err, " -noout no output\n"); + goto end; + } + + ERR_load_crypto_strings(); + +# ifndef OPENSSL_NO_ENGINE + setup_engine(bio_err, engine, 0); +# endif - if (g && !num) - num = DEFBITS; - -#ifndef OPENSSL_NO_DSA - if (dsaparam) - { - if (g) - { - BIO_printf(bio_err, "generator may not be chosen for DSA parameters\n"); - goto end; - } - } - else -#endif - { - /* DH parameters */ - if (num && !g) - g = 2; - } - - if(num) { - - BN_GENCB cb; - BN_GENCB_set(&cb, dh_cb, bio_err); - if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) - { - BIO_printf(bio_err,"warning, not much extra random data, consider using the -rand option\n"); - } - if (inrand != NULL) - BIO_printf(bio_err,"%ld semi-random bytes loaded\n", - app_RAND_load_files(inrand)); - -#ifndef OPENSSL_NO_DSA - if (dsaparam) - { - DSA *dsa = DSA_new(); - - BIO_printf(bio_err,"Generating DSA parameters, %d bit long prime\n",num); - if(!dsa || !DSA_generate_parameters_ex(dsa, num, - NULL, 0, NULL, NULL, &cb)) - { - if(dsa) DSA_free(dsa); - ERR_print_errors(bio_err); - goto end; - } - - dh = DSA_dup_DH(dsa); - DSA_free(dsa); - if (dh == NULL) - { - ERR_print_errors(bio_err); - goto end; - } - } - else -#endif - { - dh = DH_new(); - BIO_printf(bio_err,"Generating DH parameters, %d bit long safe prime, generator %d\n",num,g); - BIO_printf(bio_err,"This is going to take a long time\n"); - if(!dh || !DH_generate_parameters_ex(dh, num, g, &cb)) - { - ERR_print_errors(bio_err); - goto end; - } - } - - app_RAND_write_file(NULL, bio_err); - } else { - - in=BIO_new(BIO_s_file()); - if (in == NULL) - { - ERR_print_errors(bio_err); - goto end; - } - if (infile == NULL) - BIO_set_fp(in,stdin,BIO_NOCLOSE); - else - { - if (BIO_read_filename(in,infile) <= 0) - { - perror(infile); - goto end; - } - } - - if (informat != FORMAT_ASN1 && informat != FORMAT_PEM) - { - BIO_printf(bio_err,"bad input format specified\n"); - goto end; - } - -#ifndef OPENSSL_NO_DSA - if (dsaparam) - { - DSA *dsa; - - if (informat == FORMAT_ASN1) - dsa=d2i_DSAparams_bio(in,NULL); - else /* informat == FORMAT_PEM */ - dsa=PEM_read_bio_DSAparams(in,NULL,NULL,NULL); - - if (dsa == NULL) - { - BIO_printf(bio_err,"unable to load DSA parameters\n"); - ERR_print_errors(bio_err); - goto end; - } - - dh = DSA_dup_DH(dsa); - DSA_free(dsa); - if (dh == NULL) - { - ERR_print_errors(bio_err); - goto end; - } - } - else -#endif - { - if (informat == FORMAT_ASN1) - dh=d2i_DHparams_bio(in,NULL); - else /* informat == FORMAT_PEM */ - dh=PEM_read_bio_DHparams(in,NULL,NULL,NULL); - - if (dh == NULL) - { - BIO_printf(bio_err,"unable to load DH parameters\n"); - ERR_print_errors(bio_err); - goto end; - } - } - - /* dh != NULL */ - } - - out=BIO_new(BIO_s_file()); - if (out == NULL) - { - ERR_print_errors(bio_err); - goto end; - } - if (outfile == NULL) - { - BIO_set_fp(out,stdout,BIO_NOCLOSE); -#ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - out = BIO_push(tmpbio, out); - } -#endif - } - else - { - if (BIO_write_filename(out,outfile) <= 0) - { - perror(outfile); - goto end; - } - } - - - if (text) - { - DHparams_print(out,dh); - } - - if (check) - { - if (!DH_check(dh,&i)) - { - ERR_print_errors(bio_err); - goto end; - } - if (i & DH_CHECK_P_NOT_PRIME) - printf("p value is not prime\n"); - if (i & DH_CHECK_P_NOT_SAFE_PRIME) - printf("p value is not a safe prime\n"); - if (i & DH_UNABLE_TO_CHECK_GENERATOR) - printf("unable to check the generator value\n"); - if (i & DH_NOT_SUITABLE_GENERATOR) - printf("the g value is not a generator\n"); - if (i == 0) - printf("DH parameters appear to be ok.\n"); - } - if (C) - { - unsigned char *data; - int len,l,bits; - - len=BN_num_bytes(dh->p); - bits=BN_num_bits(dh->p); - data=(unsigned char *)OPENSSL_malloc(len); - if (data == NULL) - { - perror("OPENSSL_malloc"); - goto end; - } - printf("#ifndef HEADER_DH_H\n" - "#include \n" - "#endif\n"); - printf("DH *get_dh%d()\n\t{\n",bits); - - l=BN_bn2bin(dh->p,data); - printf("\tstatic unsigned char dh%d_p[]={",bits); - for (i=0; ig,data); - printf("\tstatic unsigned char dh%d_g[]={",bits); - for (i=0; ip=BN_bin2bn(dh%d_p,sizeof(dh%d_p),NULL);\n", - bits,bits); - printf("\tdh->g=BN_bin2bn(dh%d_g,sizeof(dh%d_g),NULL);\n", - bits,bits); - printf("\tif ((dh->p == NULL) || (dh->g == NULL))\n"); - printf("\t\t{ DH_free(dh); return(NULL); }\n"); - if (dh->length) - printf("\tdh->length = %ld;\n", dh->length); - printf("\treturn(dh);\n\t}\n"); - OPENSSL_free(data); - } - - - if (!noout) - { - if (outformat == FORMAT_ASN1) - i=i2d_DHparams_bio(out,dh); - else if (outformat == FORMAT_PEM) - i=PEM_write_bio_DHparams(out,dh); - else { - BIO_printf(bio_err,"bad output format specified for outfile\n"); - goto end; - } - if (!i) - { - BIO_printf(bio_err,"unable to write DH parameters\n"); - ERR_print_errors(bio_err); - goto end; - } - } - ret=0; -end: - if (in != NULL) BIO_free(in); - if (out != NULL) BIO_free_all(out); - if (dh != NULL) DH_free(dh); - apps_shutdown(); - OPENSSL_EXIT(ret); - } + if (g && !num) + num = DEFBITS; + +# ifndef OPENSSL_NO_DSA + if (dsaparam) { + if (g) { + BIO_printf(bio_err, + "generator may not be chosen for DSA parameters\n"); + goto end; + } + } else +# endif + { + /* DH parameters */ + if (num && !g) + g = 2; + } + + if (num) { + + BN_GENCB cb; + BN_GENCB_set(&cb, dh_cb, bio_err); + if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) { + BIO_printf(bio_err, + "warning, not much extra random data, consider using the -rand option\n"); + } + if (inrand != NULL) + BIO_printf(bio_err, "%ld semi-random bytes loaded\n", + app_RAND_load_files(inrand)); + +# ifndef OPENSSL_NO_DSA + if (dsaparam) { + DSA *dsa = DSA_new(); + + BIO_printf(bio_err, + "Generating DSA parameters, %d bit long prime\n", num); + if (!dsa + || !DSA_generate_parameters_ex(dsa, num, NULL, 0, NULL, NULL, + &cb)) { + if (dsa) + DSA_free(dsa); + ERR_print_errors(bio_err); + goto end; + } + + dh = DSA_dup_DH(dsa); + DSA_free(dsa); + if (dh == NULL) { + ERR_print_errors(bio_err); + goto end; + } + } else +# endif + { + dh = DH_new(); + BIO_printf(bio_err, + "Generating DH parameters, %d bit long safe prime, generator %d\n", + num, g); + BIO_printf(bio_err, "This is going to take a long time\n"); + if (!dh || !DH_generate_parameters_ex(dh, num, g, &cb)) { + ERR_print_errors(bio_err); + goto end; + } + } + + app_RAND_write_file(NULL, bio_err); + } else { + + in = BIO_new(BIO_s_file()); + if (in == NULL) { + ERR_print_errors(bio_err); + goto end; + } + if (infile == NULL) + BIO_set_fp(in, stdin, BIO_NOCLOSE); + else { + if (BIO_read_filename(in, infile) <= 0) { + perror(infile); + goto end; + } + } + + if (informat != FORMAT_ASN1 && informat != FORMAT_PEM) { + BIO_printf(bio_err, "bad input format specified\n"); + goto end; + } +# ifndef OPENSSL_NO_DSA + if (dsaparam) { + DSA *dsa; + + if (informat == FORMAT_ASN1) + dsa = d2i_DSAparams_bio(in, NULL); + else /* informat == FORMAT_PEM */ + dsa = PEM_read_bio_DSAparams(in, NULL, NULL, NULL); + + if (dsa == NULL) { + BIO_printf(bio_err, "unable to load DSA parameters\n"); + ERR_print_errors(bio_err); + goto end; + } + + dh = DSA_dup_DH(dsa); + DSA_free(dsa); + if (dh == NULL) { + ERR_print_errors(bio_err); + goto end; + } + } else +# endif + { + if (informat == FORMAT_ASN1) + dh = d2i_DHparams_bio(in, NULL); + else /* informat == FORMAT_PEM */ + dh = PEM_read_bio_DHparams(in, NULL, NULL, NULL); + + if (dh == NULL) { + BIO_printf(bio_err, "unable to load DH parameters\n"); + ERR_print_errors(bio_err); + goto end; + } + } + + /* dh != NULL */ + } + + out = BIO_new(BIO_s_file()); + if (out == NULL) { + ERR_print_errors(bio_err); + goto end; + } + if (outfile == NULL) { + BIO_set_fp(out, stdout, BIO_NOCLOSE); +# ifdef OPENSSL_SYS_VMS + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + out = BIO_push(tmpbio, out); + } +# endif + } else { + if (BIO_write_filename(out, outfile) <= 0) { + perror(outfile); + goto end; + } + } + + if (text) { + DHparams_print(out, dh); + } + + if (check) { + if (!DH_check(dh, &i)) { + ERR_print_errors(bio_err); + goto end; + } + if (i & DH_CHECK_P_NOT_PRIME) + printf("p value is not prime\n"); + if (i & DH_CHECK_P_NOT_SAFE_PRIME) + printf("p value is not a safe prime\n"); + if (i & DH_UNABLE_TO_CHECK_GENERATOR) + printf("unable to check the generator value\n"); + if (i & DH_NOT_SUITABLE_GENERATOR) + printf("the g value is not a generator\n"); + if (i == 0) + printf("DH parameters appear to be ok.\n"); + } + if (C) { + unsigned char *data; + int len, l, bits; + + len = BN_num_bytes(dh->p); + bits = BN_num_bits(dh->p); + data = (unsigned char *)OPENSSL_malloc(len); + if (data == NULL) { + perror("OPENSSL_malloc"); + goto end; + } + printf("#ifndef HEADER_DH_H\n" + "#include \n" "#endif\n"); + printf("DH *get_dh%d()\n\t{\n", bits); + + l = BN_bn2bin(dh->p, data); + printf("\tstatic unsigned char dh%d_p[]={", bits); + for (i = 0; i < l; i++) { + if ((i % 12) == 0) + printf("\n\t\t"); + printf("0x%02X,", data[i]); + } + printf("\n\t\t};\n"); + + l = BN_bn2bin(dh->g, data); + printf("\tstatic unsigned char dh%d_g[]={", bits); + for (i = 0; i < l; i++) { + if ((i % 12) == 0) + printf("\n\t\t"); + printf("0x%02X,", data[i]); + } + printf("\n\t\t};\n"); + + printf("\tDH *dh;\n\n"); + printf("\tif ((dh=DH_new()) == NULL) return(NULL);\n"); + printf("\tdh->p=BN_bin2bn(dh%d_p,sizeof(dh%d_p),NULL);\n", + bits, bits); + printf("\tdh->g=BN_bin2bn(dh%d_g,sizeof(dh%d_g),NULL);\n", + bits, bits); + printf("\tif ((dh->p == NULL) || (dh->g == NULL))\n"); + printf("\t\t{ DH_free(dh); return(NULL); }\n"); + if (dh->length) + printf("\tdh->length = %ld;\n", dh->length); + printf("\treturn(dh);\n\t}\n"); + OPENSSL_free(data); + } + + if (!noout) { + if (outformat == FORMAT_ASN1) + i = i2d_DHparams_bio(out, dh); + else if (outformat == FORMAT_PEM) { + if (dh->q) + i = PEM_write_bio_DHxparams(out, dh); + else + i = PEM_write_bio_DHparams(out, dh); + } else { + BIO_printf(bio_err, "bad output format specified for outfile\n"); + goto end; + } + if (!i) { + BIO_printf(bio_err, "unable to write DH parameters\n"); + ERR_print_errors(bio_err); + goto end; + } + } + ret = 0; + end: + if (in != NULL) + BIO_free(in); + if (out != NULL) + BIO_free_all(out); + if (dh != NULL) + DH_free(dh); + apps_shutdown(); + OPENSSL_EXIT(ret); +} /* dh_cb is identical to dsa_cb in apps/dsaparam.c */ static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb) - { - char c='*'; - - if (p == 0) c='.'; - if (p == 1) c='+'; - if (p == 2) c='*'; - if (p == 3) c='\n'; - BIO_write(cb->arg,&c,1); - (void)BIO_flush(cb->arg); -#ifdef LINT - p=n; -#endif - return 1; - } +{ + char c = '*'; + + if (p == 0) + c = '.'; + if (p == 1) + c = '+'; + if (p == 2) + c = '*'; + if (p == 3) + c = '\n'; + BIO_write(cb->arg, &c, 1); + (void)BIO_flush(cb->arg); +# ifdef LINT + p = n; +# endif + return 1; +} -#else /* !OPENSSL_NO_DH */ +#else /* !OPENSSL_NO_DH */ # if PEDANTIC -static void *dummy=&dummy; +static void *dummy = &dummy; # endif #endif diff --git a/openssl/apps/dsa.c b/openssl/apps/dsa.c index 5222487ab..dedf8e174 100644 --- a/openssl/apps/dsa.c +++ b/openssl/apps/dsa.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,328 +49,326 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence * [including the GNU Public Licence.] */ -#include /* for OPENSSL_NO_DSA */ +#include /* for OPENSSL_NO_DSA */ #ifndef OPENSSL_NO_DSA -#include -#include -#include -#include -#include "apps.h" -#include -#include -#include -#include -#include -#include -#include +# include +# include +# include +# include +# include "apps.h" +# include +# include +# include +# include +# include +# include +# include -#undef PROG -#define PROG dsa_main +# undef PROG +# define PROG dsa_main -/* -inform arg - input format - default PEM (one of DER, NET or PEM) +/*- + * -inform arg - input format - default PEM (one of DER, NET or PEM) * -outform arg - output format - default PEM - * -in arg - input file - default stdin - * -out arg - output file - default stdout - * -des - encrypt output if PEM format with DES in cbc mode - * -des3 - encrypt output if PEM format - * -idea - encrypt output if PEM format - * -aes128 - encrypt output if PEM format - * -aes192 - encrypt output if PEM format - * -aes256 - encrypt output if PEM format + * -in arg - input file - default stdin + * -out arg - output file - default stdout + * -des - encrypt output if PEM format with DES in cbc mode + * -des3 - encrypt output if PEM format + * -idea - encrypt output if PEM format + * -aes128 - encrypt output if PEM format + * -aes192 - encrypt output if PEM format + * -aes256 - encrypt output if PEM format * -camellia128 - encrypt output if PEM format * -camellia192 - encrypt output if PEM format * -camellia256 - encrypt output if PEM format * -seed - encrypt output if PEM format - * -text - print a text version - * -modulus - print the DSA public key + * -text - print a text version + * -modulus - print the DSA public key */ int MAIN(int, char **); int MAIN(int argc, char **argv) - { - ENGINE *e = NULL; - int ret=1; - DSA *dsa=NULL; - int i,badops=0; - const EVP_CIPHER *enc=NULL; - BIO *in=NULL,*out=NULL; - int informat,outformat,text=0,noout=0; - int pubin = 0, pubout = 0; - char *infile,*outfile,*prog; -#ifndef OPENSSL_NO_ENGINE - char *engine; -#endif - char *passargin = NULL, *passargout = NULL; - char *passin = NULL, *passout = NULL; - int modulus=0; +{ + ENGINE *e = NULL; + int ret = 1; + DSA *dsa = NULL; + int i, badops = 0; + const EVP_CIPHER *enc = NULL; + BIO *in = NULL, *out = NULL; + int informat, outformat, text = 0, noout = 0; + int pubin = 0, pubout = 0; + char *infile, *outfile, *prog; +# ifndef OPENSSL_NO_ENGINE + char *engine; +# endif + char *passargin = NULL, *passargout = NULL; + char *passin = NULL, *passout = NULL; + int modulus = 0; - int pvk_encr = 2; + int pvk_encr = 2; - apps_startup(); + apps_startup(); - if (bio_err == NULL) - if ((bio_err=BIO_new(BIO_s_file())) != NULL) - BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); + if (bio_err == NULL) + if ((bio_err = BIO_new(BIO_s_file())) != NULL) + BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT); - if (!load_config(bio_err, NULL)) - goto end; + if (!load_config(bio_err, NULL)) + goto end; -#ifndef OPENSSL_NO_ENGINE - engine=NULL; -#endif - infile=NULL; - outfile=NULL; - informat=FORMAT_PEM; - outformat=FORMAT_PEM; +# ifndef OPENSSL_NO_ENGINE + engine = NULL; +# endif + infile = NULL; + outfile = NULL; + informat = FORMAT_PEM; + outformat = FORMAT_PEM; - prog=argv[0]; - argc--; - argv++; - while (argc >= 1) - { - if (strcmp(*argv,"-inform") == 0) - { - if (--argc < 1) goto bad; - informat=str2fmt(*(++argv)); - } - else if (strcmp(*argv,"-outform") == 0) - { - if (--argc < 1) goto bad; - outformat=str2fmt(*(++argv)); - } - else if (strcmp(*argv,"-in") == 0) - { - if (--argc < 1) goto bad; - infile= *(++argv); - } - else if (strcmp(*argv,"-out") == 0) - { - if (--argc < 1) goto bad; - outfile= *(++argv); - } - else if (strcmp(*argv,"-passin") == 0) - { - if (--argc < 1) goto bad; - passargin= *(++argv); - } - else if (strcmp(*argv,"-passout") == 0) - { - if (--argc < 1) goto bad; - passargout= *(++argv); - } -#ifndef OPENSSL_NO_ENGINE - else if (strcmp(*argv,"-engine") == 0) - { - if (--argc < 1) goto bad; - engine= *(++argv); - } -#endif - else if (strcmp(*argv,"-pvk-strong") == 0) - pvk_encr=2; - else if (strcmp(*argv,"-pvk-weak") == 0) - pvk_encr=1; - else if (strcmp(*argv,"-pvk-none") == 0) - pvk_encr=0; - else if (strcmp(*argv,"-noout") == 0) - noout=1; - else if (strcmp(*argv,"-text") == 0) - text=1; - else if (strcmp(*argv,"-modulus") == 0) - modulus=1; - else if (strcmp(*argv,"-pubin") == 0) - pubin=1; - else if (strcmp(*argv,"-pubout") == 0) - pubout=1; - else if ((enc=EVP_get_cipherbyname(&(argv[0][1]))) == NULL) - { - BIO_printf(bio_err,"unknown option %s\n",*argv); - badops=1; - break; - } - argc--; - argv++; - } + prog = argv[0]; + argc--; + argv++; + while (argc >= 1) { + if (strcmp(*argv, "-inform") == 0) { + if (--argc < 1) + goto bad; + informat = str2fmt(*(++argv)); + } else if (strcmp(*argv, "-outform") == 0) { + if (--argc < 1) + goto bad; + outformat = str2fmt(*(++argv)); + } else if (strcmp(*argv, "-in") == 0) { + if (--argc < 1) + goto bad; + infile = *(++argv); + } else if (strcmp(*argv, "-out") == 0) { + if (--argc < 1) + goto bad; + outfile = *(++argv); + } else if (strcmp(*argv, "-passin") == 0) { + if (--argc < 1) + goto bad; + passargin = *(++argv); + } else if (strcmp(*argv, "-passout") == 0) { + if (--argc < 1) + goto bad; + passargout = *(++argv); + } +# ifndef OPENSSL_NO_ENGINE + else if (strcmp(*argv, "-engine") == 0) { + if (--argc < 1) + goto bad; + engine = *(++argv); + } +# endif + else if (strcmp(*argv, "-pvk-strong") == 0) + pvk_encr = 2; + else if (strcmp(*argv, "-pvk-weak") == 0) + pvk_encr = 1; + else if (strcmp(*argv, "-pvk-none") == 0) + pvk_encr = 0; + else if (strcmp(*argv, "-noout") == 0) + noout = 1; + else if (strcmp(*argv, "-text") == 0) + text = 1; + else if (strcmp(*argv, "-modulus") == 0) + modulus = 1; + else if (strcmp(*argv, "-pubin") == 0) + pubin = 1; + else if (strcmp(*argv, "-pubout") == 0) + pubout = 1; + else if ((enc = EVP_get_cipherbyname(&(argv[0][1]))) == NULL) { + BIO_printf(bio_err, "unknown option %s\n", *argv); + badops = 1; + break; + } + argc--; + argv++; + } - if (badops) - { -bad: - BIO_printf(bio_err,"%s [options] outfile\n",prog); - BIO_printf(bio_err,"where options are\n"); - BIO_printf(bio_err," -inform arg input format - DER or PEM\n"); - BIO_printf(bio_err," -outform arg output format - DER or PEM\n"); - BIO_printf(bio_err," -in arg input file\n"); - BIO_printf(bio_err," -passin arg input file pass phrase source\n"); - BIO_printf(bio_err," -out arg output file\n"); - BIO_printf(bio_err," -passout arg output file pass phrase source\n"); -#ifndef OPENSSL_NO_ENGINE - BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n"); -#endif - BIO_printf(bio_err," -des encrypt PEM output with cbc des\n"); - BIO_printf(bio_err," -des3 encrypt PEM output with ede cbc des using 168 bit key\n"); -#ifndef OPENSSL_NO_IDEA - BIO_printf(bio_err," -idea encrypt PEM output with cbc idea\n"); -#endif -#ifndef OPENSSL_NO_AES - BIO_printf(bio_err," -aes128, -aes192, -aes256\n"); - BIO_printf(bio_err," encrypt PEM output with cbc aes\n"); -#endif -#ifndef OPENSSL_NO_CAMELLIA - BIO_printf(bio_err," -camellia128, -camellia192, -camellia256\n"); - BIO_printf(bio_err," encrypt PEM output with cbc camellia\n"); -#endif -#ifndef OPENSSL_NO_SEED - BIO_printf(bio_err," -seed encrypt PEM output with cbc seed\n"); -#endif - BIO_printf(bio_err," -text print the key in text\n"); - BIO_printf(bio_err," -noout don't print key out\n"); - BIO_printf(bio_err," -modulus print the DSA public value\n"); - goto end; - } + if (badops) { + bad: + BIO_printf(bio_err, "%s [options] outfile\n", prog); + BIO_printf(bio_err, "where options are\n"); + BIO_printf(bio_err, " -inform arg input format - DER or PEM\n"); + BIO_printf(bio_err, " -outform arg output format - DER or PEM\n"); + BIO_printf(bio_err, " -in arg input file\n"); + BIO_printf(bio_err, + " -passin arg input file pass phrase source\n"); + BIO_printf(bio_err, " -out arg output file\n"); + BIO_printf(bio_err, + " -passout arg output file pass phrase source\n"); +# ifndef OPENSSL_NO_ENGINE + BIO_printf(bio_err, + " -engine e use engine e, possibly a hardware device.\n"); +# endif + BIO_printf(bio_err, + " -des encrypt PEM output with cbc des\n"); + BIO_printf(bio_err, + " -des3 encrypt PEM output with ede cbc des using 168 bit key\n"); +# ifndef OPENSSL_NO_IDEA + BIO_printf(bio_err, + " -idea encrypt PEM output with cbc idea\n"); +# endif +# ifndef OPENSSL_NO_AES + BIO_printf(bio_err, " -aes128, -aes192, -aes256\n"); + BIO_printf(bio_err, + " encrypt PEM output with cbc aes\n"); +# endif +# ifndef OPENSSL_NO_CAMELLIA + BIO_printf(bio_err, " -camellia128, -camellia192, -camellia256\n"); + BIO_printf(bio_err, + " encrypt PEM output with cbc camellia\n"); +# endif +# ifndef OPENSSL_NO_SEED + BIO_printf(bio_err, + " -seed encrypt PEM output with cbc seed\n"); +# endif + BIO_printf(bio_err, " -text print the key in text\n"); + BIO_printf(bio_err, " -noout don't print key out\n"); + BIO_printf(bio_err, " -modulus print the DSA public value\n"); + goto end; + } - ERR_load_crypto_strings(); + ERR_load_crypto_strings(); -#ifndef OPENSSL_NO_ENGINE - e = setup_engine(bio_err, engine, 0); -#endif +# ifndef OPENSSL_NO_ENGINE + e = setup_engine(bio_err, engine, 0); +# endif - if(!app_passwd(bio_err, passargin, passargout, &passin, &passout)) { - BIO_printf(bio_err, "Error getting passwords\n"); - goto end; - } + if (!app_passwd(bio_err, passargin, passargout, &passin, &passout)) { + BIO_printf(bio_err, "Error getting passwords\n"); + goto end; + } - in=BIO_new(BIO_s_file()); - out=BIO_new(BIO_s_file()); - if ((in == NULL) || (out == NULL)) - { - ERR_print_errors(bio_err); - goto end; - } + in = BIO_new(BIO_s_file()); + out = BIO_new(BIO_s_file()); + if ((in == NULL) || (out == NULL)) { + ERR_print_errors(bio_err); + goto end; + } - if (infile == NULL) - BIO_set_fp(in,stdin,BIO_NOCLOSE); - else - { - if (BIO_read_filename(in,infile) <= 0) - { - perror(infile); - goto end; - } - } + if (infile == NULL) + BIO_set_fp(in, stdin, BIO_NOCLOSE); + else { + if (BIO_read_filename(in, infile) <= 0) { + perror(infile); + goto end; + } + } - BIO_printf(bio_err,"read DSA key\n"); + BIO_printf(bio_err, "read DSA key\n"); - { - EVP_PKEY *pkey; + { + EVP_PKEY *pkey; - if (pubin) - pkey = load_pubkey(bio_err, infile, informat, 1, - passin, e, "Public Key"); - else - pkey = load_key(bio_err, infile, informat, 1, - passin, e, "Private Key"); + if (pubin) + pkey = load_pubkey(bio_err, infile, informat, 1, + passin, e, "Public Key"); + else + pkey = load_key(bio_err, infile, informat, 1, + passin, e, "Private Key"); - if (pkey) - { - dsa = EVP_PKEY_get1_DSA(pkey); - EVP_PKEY_free(pkey); - } - } - if (dsa == NULL) - { - BIO_printf(bio_err,"unable to load Key\n"); - ERR_print_errors(bio_err); - goto end; - } + if (pkey) { + dsa = EVP_PKEY_get1_DSA(pkey); + EVP_PKEY_free(pkey); + } + } + if (dsa == NULL) { + BIO_printf(bio_err, "unable to load Key\n"); + ERR_print_errors(bio_err); + goto end; + } - if (outfile == NULL) - { - BIO_set_fp(out,stdout,BIO_NOCLOSE); -#ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - out = BIO_push(tmpbio, out); - } -#endif - } - else - { - if (BIO_write_filename(out,outfile) <= 0) - { - perror(outfile); - goto end; - } - } + if (outfile == NULL) { + BIO_set_fp(out, stdout, BIO_NOCLOSE); +# ifdef OPENSSL_SYS_VMS + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + out = BIO_push(tmpbio, out); + } +# endif + } else { + if (BIO_write_filename(out, outfile) <= 0) { + perror(outfile); + goto end; + } + } - if (text) - if (!DSA_print(out,dsa,0)) - { - perror(outfile); - ERR_print_errors(bio_err); - goto end; - } + if (text) + if (!DSA_print(out, dsa, 0)) { + perror(outfile); + ERR_print_errors(bio_err); + goto end; + } - if (modulus) - { - fprintf(stdout,"Public Key="); - BN_print(out,dsa->pub_key); - fprintf(stdout,"\n"); - } + if (modulus) { + fprintf(stdout, "Public Key="); + BN_print(out, dsa->pub_key); + fprintf(stdout, "\n"); + } - if (noout) goto end; - BIO_printf(bio_err,"writing DSA key\n"); - if (outformat == FORMAT_ASN1) { - if(pubin || pubout) i=i2d_DSA_PUBKEY_bio(out,dsa); - else i=i2d_DSAPrivateKey_bio(out,dsa); - } else if (outformat == FORMAT_PEM) { - if(pubin || pubout) - i=PEM_write_bio_DSA_PUBKEY(out,dsa); - else i=PEM_write_bio_DSAPrivateKey(out,dsa,enc, - NULL,0,NULL, passout); -#if !defined(OPENSSL_NO_RSA) && !defined(OPENSSL_NO_RC4) - } else if (outformat == FORMAT_MSBLOB || outformat == FORMAT_PVK) { - EVP_PKEY *pk; - pk = EVP_PKEY_new(); - EVP_PKEY_set1_DSA(pk, dsa); - if (outformat == FORMAT_PVK) - i = i2b_PVK_bio(out, pk, pvk_encr, 0, passout); - else if (pubin || pubout) - i = i2b_PublicKey_bio(out, pk); - else - i = i2b_PrivateKey_bio(out, pk); - EVP_PKEY_free(pk); -#endif - } else { - BIO_printf(bio_err,"bad output format specified for outfile\n"); - goto end; - } - if (i <= 0) - { - BIO_printf(bio_err,"unable to write private key\n"); - ERR_print_errors(bio_err); - } - else - ret=0; -end: - if(in != NULL) BIO_free(in); - if(out != NULL) BIO_free_all(out); - if(dsa != NULL) DSA_free(dsa); - if(passin) OPENSSL_free(passin); - if(passout) OPENSSL_free(passout); - apps_shutdown(); - OPENSSL_EXIT(ret); - } -#else /* !OPENSSL_NO_DSA */ + if (noout) + goto end; + BIO_printf(bio_err, "writing DSA key\n"); + if (outformat == FORMAT_ASN1) { + if (pubin || pubout) + i = i2d_DSA_PUBKEY_bio(out, dsa); + else + i = i2d_DSAPrivateKey_bio(out, dsa); + } else if (outformat == FORMAT_PEM) { + if (pubin || pubout) + i = PEM_write_bio_DSA_PUBKEY(out, dsa); + else + i = PEM_write_bio_DSAPrivateKey(out, dsa, enc, + NULL, 0, NULL, passout); +# if !defined(OPENSSL_NO_RSA) && !defined(OPENSSL_NO_RC4) + } else if (outformat == FORMAT_MSBLOB || outformat == FORMAT_PVK) { + EVP_PKEY *pk; + pk = EVP_PKEY_new(); + EVP_PKEY_set1_DSA(pk, dsa); + if (outformat == FORMAT_PVK) + i = i2b_PVK_bio(out, pk, pvk_encr, 0, passout); + else if (pubin || pubout) + i = i2b_PublicKey_bio(out, pk); + else + i = i2b_PrivateKey_bio(out, pk); + EVP_PKEY_free(pk); +# endif + } else { + BIO_printf(bio_err, "bad output format specified for outfile\n"); + goto end; + } + if (i <= 0) { + BIO_printf(bio_err, "unable to write private key\n"); + ERR_print_errors(bio_err); + } else + ret = 0; + end: + if (in != NULL) + BIO_free(in); + if (out != NULL) + BIO_free_all(out); + if (dsa != NULL) + DSA_free(dsa); + if (passin) + OPENSSL_free(passin); + if (passout) + OPENSSL_free(passout); + apps_shutdown(); + OPENSSL_EXIT(ret); +} +#else /* !OPENSSL_NO_DSA */ # if PEDANTIC -static void *dummy=&dummy; +static void *dummy = &dummy; # endif #endif diff --git a/openssl/apps/dsaparam.c b/openssl/apps/dsaparam.c index 683d51391..824a595c3 100644 --- a/openssl/apps/dsaparam.c +++ b/openssl/apps/dsaparam.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,41 +49,44 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence * [including the GNU Public Licence.] */ -#include /* for OPENSSL_NO_DSA */ -/* Until the key-gen callbacks are modified to use newer prototypes, we allow - * deprecated functions for openssl-internal code */ +#include /* for OPENSSL_NO_DSA */ +/* + * Until the key-gen callbacks are modified to use newer prototypes, we allow + * deprecated functions for openssl-internal code + */ #ifdef OPENSSL_NO_DEPRECATED -#undef OPENSSL_NO_DEPRECATED +# undef OPENSSL_NO_DEPRECATED #endif #ifndef OPENSSL_NO_DSA -#include -#include -#include -#include -#include -#include "apps.h" -#include -#include -#include -#include -#include -#include - -#undef PROG -#define PROG dsaparam_main - -/* -inform arg - input format - default PEM (DER or PEM) +# include +# include +# include +# include +# include +# include "apps.h" +# include +# include +# include +# include +# include +# include + +# undef PROG +# define PROG dsaparam_main + +/*- + * -inform arg - input format - default PEM (DER or PEM) * -outform arg - output format - default PEM - * -in arg - input file - default stdin - * -out arg - output file - default stdout + * -in arg - input file - default stdin + * -out arg - output file - default stdout * -noout * -text * -C @@ -94,393 +97,373 @@ * #endif */ -#ifdef GENCB_TEST +# ifdef GENCB_TEST static int stop_keygen_flag = 0; static void timebomb_sigalarm(int foo) - { - stop_keygen_flag = 1; - } +{ + stop_keygen_flag = 1; +} -#endif +# endif static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *cb); int MAIN(int, char **); int MAIN(int argc, char **argv) - { - DSA *dsa=NULL; - int i,badops=0,text=0; - BIO *in=NULL,*out=NULL; - int informat,outformat,noout=0,C=0,ret=1; - char *infile,*outfile,*prog,*inrand=NULL; - int numbits= -1,num,genkey=0; - int need_rand=0; -#ifndef OPENSSL_NO_ENGINE - char *engine=NULL; -#endif -#ifdef GENCB_TEST - int timebomb=0; -#endif +{ + DSA *dsa = NULL; + int i, badops = 0, text = 0; + BIO *in = NULL, *out = NULL; + int informat, outformat, noout = 0, C = 0, ret = 1; + char *infile, *outfile, *prog, *inrand = NULL; + int numbits = -1, num, genkey = 0; + int need_rand = 0; +# ifndef OPENSSL_NO_ENGINE + char *engine = NULL; +# endif +# ifdef GENCB_TEST + int timebomb = 0; +# endif - apps_startup(); - - if (bio_err == NULL) - if ((bio_err=BIO_new(BIO_s_file())) != NULL) - BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); - - if (!load_config(bio_err, NULL)) - goto end; - - infile=NULL; - outfile=NULL; - informat=FORMAT_PEM; - outformat=FORMAT_PEM; - - prog=argv[0]; - argc--; - argv++; - while (argc >= 1) - { - if (strcmp(*argv,"-inform") == 0) - { - if (--argc < 1) goto bad; - informat=str2fmt(*(++argv)); - } - else if (strcmp(*argv,"-outform") == 0) - { - if (--argc < 1) goto bad; - outformat=str2fmt(*(++argv)); - } - else if (strcmp(*argv,"-in") == 0) - { - if (--argc < 1) goto bad; - infile= *(++argv); - } - else if (strcmp(*argv,"-out") == 0) - { - if (--argc < 1) goto bad; - outfile= *(++argv); - } -#ifndef OPENSSL_NO_ENGINE - else if(strcmp(*argv, "-engine") == 0) - { - if (--argc < 1) goto bad; - engine = *(++argv); - } -#endif -#ifdef GENCB_TEST - else if(strcmp(*argv, "-timebomb") == 0) - { - if (--argc < 1) goto bad; - timebomb = atoi(*(++argv)); - } -#endif - else if (strcmp(*argv,"-text") == 0) - text=1; - else if (strcmp(*argv,"-C") == 0) - C=1; - else if (strcmp(*argv,"-genkey") == 0) - { - genkey=1; - need_rand=1; - } - else if (strcmp(*argv,"-rand") == 0) - { - if (--argc < 1) goto bad; - inrand= *(++argv); - need_rand=1; - } - else if (strcmp(*argv,"-noout") == 0) - noout=1; - else if (sscanf(*argv,"%d",&num) == 1) - { - /* generate a key */ - numbits=num; - need_rand=1; - } - else - { - BIO_printf(bio_err,"unknown option %s\n",*argv); - badops=1; - break; - } - argc--; - argv++; - } - - if (badops) - { -bad: - BIO_printf(bio_err,"%s [options] [bits] outfile\n",prog); - BIO_printf(bio_err,"where options are\n"); - BIO_printf(bio_err," -inform arg input format - DER or PEM\n"); - BIO_printf(bio_err," -outform arg output format - DER or PEM\n"); - BIO_printf(bio_err," -in arg input file\n"); - BIO_printf(bio_err," -out arg output file\n"); - BIO_printf(bio_err," -text print as text\n"); - BIO_printf(bio_err," -C Output C code\n"); - BIO_printf(bio_err," -noout no output\n"); - BIO_printf(bio_err," -genkey generate a DSA key\n"); - BIO_printf(bio_err," -rand files to use for random number input\n"); -#ifndef OPENSSL_NO_ENGINE - BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n"); -#endif -#ifdef GENCB_TEST - BIO_printf(bio_err," -timebomb n interrupt keygen after seconds\n"); -#endif - BIO_printf(bio_err," number number of bits to use for generating private key\n"); - goto end; - } - - ERR_load_crypto_strings(); - - in=BIO_new(BIO_s_file()); - out=BIO_new(BIO_s_file()); - if ((in == NULL) || (out == NULL)) - { - ERR_print_errors(bio_err); - goto end; - } - - if (infile == NULL) - BIO_set_fp(in,stdin,BIO_NOCLOSE); - else - { - if (BIO_read_filename(in,infile) <= 0) - { - perror(infile); - goto end; - } - } - if (outfile == NULL) - { - BIO_set_fp(out,stdout,BIO_NOCLOSE); -#ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - out = BIO_push(tmpbio, out); - } -#endif - } - else - { - if (BIO_write_filename(out,outfile) <= 0) - { - perror(outfile); - goto end; - } - } - -#ifndef OPENSSL_NO_ENGINE - setup_engine(bio_err, engine, 0); -#endif + apps_startup(); + + if (bio_err == NULL) + if ((bio_err = BIO_new(BIO_s_file())) != NULL) + BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT); + + if (!load_config(bio_err, NULL)) + goto end; + + infile = NULL; + outfile = NULL; + informat = FORMAT_PEM; + outformat = FORMAT_PEM; + + prog = argv[0]; + argc--; + argv++; + while (argc >= 1) { + if (strcmp(*argv, "-inform") == 0) { + if (--argc < 1) + goto bad; + informat = str2fmt(*(++argv)); + } else if (strcmp(*argv, "-outform") == 0) { + if (--argc < 1) + goto bad; + outformat = str2fmt(*(++argv)); + } else if (strcmp(*argv, "-in") == 0) { + if (--argc < 1) + goto bad; + infile = *(++argv); + } else if (strcmp(*argv, "-out") == 0) { + if (--argc < 1) + goto bad; + outfile = *(++argv); + } +# ifndef OPENSSL_NO_ENGINE + else if (strcmp(*argv, "-engine") == 0) { + if (--argc < 1) + goto bad; + engine = *(++argv); + } +# endif +# ifdef GENCB_TEST + else if (strcmp(*argv, "-timebomb") == 0) { + if (--argc < 1) + goto bad; + timebomb = atoi(*(++argv)); + } +# endif + else if (strcmp(*argv, "-text") == 0) + text = 1; + else if (strcmp(*argv, "-C") == 0) + C = 1; + else if (strcmp(*argv, "-genkey") == 0) { + genkey = 1; + need_rand = 1; + } else if (strcmp(*argv, "-rand") == 0) { + if (--argc < 1) + goto bad; + inrand = *(++argv); + need_rand = 1; + } else if (strcmp(*argv, "-noout") == 0) + noout = 1; + else if (sscanf(*argv, "%d", &num) == 1) { + /* generate a key */ + numbits = num; + need_rand = 1; + } else { + BIO_printf(bio_err, "unknown option %s\n", *argv); + badops = 1; + break; + } + argc--; + argv++; + } + + if (badops) { + bad: + BIO_printf(bio_err, "%s [options] [bits] outfile\n", prog); + BIO_printf(bio_err, "where options are\n"); + BIO_printf(bio_err, " -inform arg input format - DER or PEM\n"); + BIO_printf(bio_err, " -outform arg output format - DER or PEM\n"); + BIO_printf(bio_err, " -in arg input file\n"); + BIO_printf(bio_err, " -out arg output file\n"); + BIO_printf(bio_err, " -text print as text\n"); + BIO_printf(bio_err, " -C Output C code\n"); + BIO_printf(bio_err, " -noout no output\n"); + BIO_printf(bio_err, " -genkey generate a DSA key\n"); + BIO_printf(bio_err, + " -rand files to use for random number input\n"); +# ifndef OPENSSL_NO_ENGINE + BIO_printf(bio_err, + " -engine e use engine e, possibly a hardware device.\n"); +# endif +# ifdef GENCB_TEST + BIO_printf(bio_err, + " -timebomb n interrupt keygen after seconds\n"); +# endif + BIO_printf(bio_err, + " number number of bits to use for generating private key\n"); + goto end; + } + + ERR_load_crypto_strings(); + + in = BIO_new(BIO_s_file()); + out = BIO_new(BIO_s_file()); + if ((in == NULL) || (out == NULL)) { + ERR_print_errors(bio_err); + goto end; + } + + if (infile == NULL) + BIO_set_fp(in, stdin, BIO_NOCLOSE); + else { + if (BIO_read_filename(in, infile) <= 0) { + perror(infile); + goto end; + } + } + if (outfile == NULL) { + BIO_set_fp(out, stdout, BIO_NOCLOSE); +# ifdef OPENSSL_SYS_VMS + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + out = BIO_push(tmpbio, out); + } +# endif + } else { + if (BIO_write_filename(out, outfile) <= 0) { + perror(outfile); + goto end; + } + } + +# ifndef OPENSSL_NO_ENGINE + setup_engine(bio_err, engine, 0); +# endif - if (need_rand) - { - app_RAND_load_file(NULL, bio_err, (inrand != NULL)); - if (inrand != NULL) - BIO_printf(bio_err,"%ld semi-random bytes loaded\n", - app_RAND_load_files(inrand)); - } - - if (numbits > 0) - { - BN_GENCB cb; - BN_GENCB_set(&cb, dsa_cb, bio_err); - assert(need_rand); - dsa = DSA_new(); - if(!dsa) - { - BIO_printf(bio_err,"Error allocating DSA object\n"); - goto end; - } - BIO_printf(bio_err,"Generating DSA parameters, %d bit long prime\n",num); - BIO_printf(bio_err,"This could take some time\n"); -#ifdef GENCB_TEST - if(timebomb > 0) - { - struct sigaction act; - act.sa_handler = timebomb_sigalarm; - act.sa_flags = 0; - BIO_printf(bio_err,"(though I'll stop it if not done within %d secs)\n", - timebomb); - if(sigaction(SIGALRM, &act, NULL) != 0) - { - BIO_printf(bio_err,"Error, couldn't set SIGALRM handler\n"); - goto end; - } - alarm(timebomb); - } -#endif - if(!DSA_generate_parameters_ex(dsa,num,NULL,0,NULL,NULL, &cb)) - { -#ifdef GENCB_TEST - if(stop_keygen_flag) - { - BIO_printf(bio_err,"DSA key generation time-stopped\n"); - /* This is an asked-for behaviour! */ - ret = 0; - goto end; - } -#endif - ERR_print_errors(bio_err); - BIO_printf(bio_err,"Error, DSA key generation failed\n"); - goto end; - } - } - else if (informat == FORMAT_ASN1) - dsa=d2i_DSAparams_bio(in,NULL); - else if (informat == FORMAT_PEM) - dsa=PEM_read_bio_DSAparams(in,NULL,NULL,NULL); - else - { - BIO_printf(bio_err,"bad input format specified\n"); - goto end; - } - if (dsa == NULL) - { - BIO_printf(bio_err,"unable to load DSA parameters\n"); - ERR_print_errors(bio_err); - goto end; - } - - if (text) - { - DSAparams_print(out,dsa); - } - - if (C) - { - unsigned char *data; - int l,len,bits_p; - - len=BN_num_bytes(dsa->p); - bits_p=BN_num_bits(dsa->p); - data=(unsigned char *)OPENSSL_malloc(len+20); - if (data == NULL) - { - perror("OPENSSL_malloc"); - goto end; - } - l=BN_bn2bin(dsa->p,data); - printf("static unsigned char dsa%d_p[]={",bits_p); - for (i=0; iq,data); - printf("static unsigned char dsa%d_q[]={",bits_p); - for (i=0; ig,data); - printf("static unsigned char dsa%d_g[]={",bits_p); - for (i=0; ip=BN_bin2bn(dsa%d_p,sizeof(dsa%d_p),NULL);\n", - bits_p,bits_p); - printf("\tdsa->q=BN_bin2bn(dsa%d_q,sizeof(dsa%d_q),NULL);\n", - bits_p,bits_p); - printf("\tdsa->g=BN_bin2bn(dsa%d_g,sizeof(dsa%d_g),NULL);\n", - bits_p,bits_p); - printf("\tif ((dsa->p == NULL) || (dsa->q == NULL) || (dsa->g == NULL))\n"); - printf("\t\t{ DSA_free(dsa); return(NULL); }\n"); - printf("\treturn(dsa);\n\t}\n"); - } - - - if (!noout) - { - if (outformat == FORMAT_ASN1) - i=i2d_DSAparams_bio(out,dsa); - else if (outformat == FORMAT_PEM) - i=PEM_write_bio_DSAparams(out,dsa); - else { - BIO_printf(bio_err,"bad output format specified for outfile\n"); - goto end; - } - if (!i) - { - BIO_printf(bio_err,"unable to write DSA parameters\n"); - ERR_print_errors(bio_err); - goto end; - } - } - if (genkey) - { - DSA *dsakey; - - assert(need_rand); - if ((dsakey=DSAparams_dup(dsa)) == NULL) goto end; - if (!DSA_generate_key(dsakey)) - { - ERR_print_errors(bio_err); - DSA_free(dsakey); - goto end; - } - if (outformat == FORMAT_ASN1) - i=i2d_DSAPrivateKey_bio(out,dsakey); - else if (outformat == FORMAT_PEM) - i=PEM_write_bio_DSAPrivateKey(out,dsakey,NULL,NULL,0,NULL,NULL); - else { - BIO_printf(bio_err,"bad output format specified for outfile\n"); - DSA_free(dsakey); - goto end; - } - DSA_free(dsakey); - } - if (need_rand) - app_RAND_write_file(NULL, bio_err); - ret=0; -end: - if (in != NULL) BIO_free(in); - if (out != NULL) BIO_free_all(out); - if (dsa != NULL) DSA_free(dsa); - apps_shutdown(); - OPENSSL_EXIT(ret); - } + if (need_rand) { + app_RAND_load_file(NULL, bio_err, (inrand != NULL)); + if (inrand != NULL) + BIO_printf(bio_err, "%ld semi-random bytes loaded\n", + app_RAND_load_files(inrand)); + } + + if (numbits > 0) { + BN_GENCB cb; + BN_GENCB_set(&cb, dsa_cb, bio_err); + assert(need_rand); + dsa = DSA_new(); + if (!dsa) { + BIO_printf(bio_err, "Error allocating DSA object\n"); + goto end; + } + BIO_printf(bio_err, "Generating DSA parameters, %d bit long prime\n", + num); + BIO_printf(bio_err, "This could take some time\n"); +# ifdef GENCB_TEST + if (timebomb > 0) { + struct sigaction act; + act.sa_handler = timebomb_sigalarm; + act.sa_flags = 0; + BIO_printf(bio_err, + "(though I'll stop it if not done within %d secs)\n", + timebomb); + if (sigaction(SIGALRM, &act, NULL) != 0) { + BIO_printf(bio_err, "Error, couldn't set SIGALRM handler\n"); + goto end; + } + alarm(timebomb); + } +# endif + if (!DSA_generate_parameters_ex(dsa, num, NULL, 0, NULL, NULL, &cb)) { +# ifdef GENCB_TEST + if (stop_keygen_flag) { + BIO_printf(bio_err, "DSA key generation time-stopped\n"); + /* This is an asked-for behaviour! */ + ret = 0; + goto end; + } +# endif + ERR_print_errors(bio_err); + BIO_printf(bio_err, "Error, DSA key generation failed\n"); + goto end; + } + } else if (informat == FORMAT_ASN1) + dsa = d2i_DSAparams_bio(in, NULL); + else if (informat == FORMAT_PEM) + dsa = PEM_read_bio_DSAparams(in, NULL, NULL, NULL); + else { + BIO_printf(bio_err, "bad input format specified\n"); + goto end; + } + if (dsa == NULL) { + BIO_printf(bio_err, "unable to load DSA parameters\n"); + ERR_print_errors(bio_err); + goto end; + } + + if (text) { + DSAparams_print(out, dsa); + } + + if (C) { + unsigned char *data; + int l, len, bits_p; + + len = BN_num_bytes(dsa->p); + bits_p = BN_num_bits(dsa->p); + data = (unsigned char *)OPENSSL_malloc(len + 20); + if (data == NULL) { + perror("OPENSSL_malloc"); + goto end; + } + l = BN_bn2bin(dsa->p, data); + printf("static unsigned char dsa%d_p[]={", bits_p); + for (i = 0; i < l; i++) { + if ((i % 12) == 0) + printf("\n\t"); + printf("0x%02X,", data[i]); + } + printf("\n\t};\n"); + + l = BN_bn2bin(dsa->q, data); + printf("static unsigned char dsa%d_q[]={", bits_p); + for (i = 0; i < l; i++) { + if ((i % 12) == 0) + printf("\n\t"); + printf("0x%02X,", data[i]); + } + printf("\n\t};\n"); + + l = BN_bn2bin(dsa->g, data); + printf("static unsigned char dsa%d_g[]={", bits_p); + for (i = 0; i < l; i++) { + if ((i % 12) == 0) + printf("\n\t"); + printf("0x%02X,", data[i]); + } + printf("\n\t};\n\n"); + + printf("DSA *get_dsa%d()\n\t{\n", bits_p); + printf("\tDSA *dsa;\n\n"); + printf("\tif ((dsa=DSA_new()) == NULL) return(NULL);\n"); + printf("\tdsa->p=BN_bin2bn(dsa%d_p,sizeof(dsa%d_p),NULL);\n", + bits_p, bits_p); + printf("\tdsa->q=BN_bin2bn(dsa%d_q,sizeof(dsa%d_q),NULL);\n", + bits_p, bits_p); + printf("\tdsa->g=BN_bin2bn(dsa%d_g,sizeof(dsa%d_g),NULL);\n", + bits_p, bits_p); + printf + ("\tif ((dsa->p == NULL) || (dsa->q == NULL) || (dsa->g == NULL))\n"); + printf("\t\t{ DSA_free(dsa); return(NULL); }\n"); + printf("\treturn(dsa);\n\t}\n"); + } + + if (!noout) { + if (outformat == FORMAT_ASN1) + i = i2d_DSAparams_bio(out, dsa); + else if (outformat == FORMAT_PEM) + i = PEM_write_bio_DSAparams(out, dsa); + else { + BIO_printf(bio_err, "bad output format specified for outfile\n"); + goto end; + } + if (!i) { + BIO_printf(bio_err, "unable to write DSA parameters\n"); + ERR_print_errors(bio_err); + goto end; + } + } + if (genkey) { + DSA *dsakey; + + assert(need_rand); + if ((dsakey = DSAparams_dup(dsa)) == NULL) + goto end; + if (!DSA_generate_key(dsakey)) { + ERR_print_errors(bio_err); + DSA_free(dsakey); + goto end; + } + if (outformat == FORMAT_ASN1) + i = i2d_DSAPrivateKey_bio(out, dsakey); + else if (outformat == FORMAT_PEM) + i = PEM_write_bio_DSAPrivateKey(out, dsakey, NULL, NULL, 0, NULL, + NULL); + else { + BIO_printf(bio_err, "bad output format specified for outfile\n"); + DSA_free(dsakey); + goto end; + } + DSA_free(dsakey); + } + if (need_rand) + app_RAND_write_file(NULL, bio_err); + ret = 0; + end: + if (in != NULL) + BIO_free(in); + if (out != NULL) + BIO_free_all(out); + if (dsa != NULL) + DSA_free(dsa); + apps_shutdown(); + OPENSSL_EXIT(ret); +} static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *cb) - { - char c='*'; - - if (p == 0) c='.'; - if (p == 1) c='+'; - if (p == 2) c='*'; - if (p == 3) c='\n'; - BIO_write(cb->arg,&c,1); - (void)BIO_flush(cb->arg); -#ifdef LINT - p=n; -#endif -#ifdef GENCB_TEST - if(stop_keygen_flag) - return 0; -#endif - return 1; - } -#else /* !OPENSSL_NO_DSA */ +{ + char c = '*'; + + if (p == 0) + c = '.'; + if (p == 1) + c = '+'; + if (p == 2) + c = '*'; + if (p == 3) + c = '\n'; + BIO_write(cb->arg, &c, 1); + (void)BIO_flush(cb->arg); +# ifdef LINT + p = n; +# endif +# ifdef GENCB_TEST + if (stop_keygen_flag) + return 0; +# endif + return 1; +} +#else /* !OPENSSL_NO_DSA */ # if PEDANTIC -static void *dummy=&dummy; +static void *dummy = &dummy; # endif #endif diff --git a/openssl/apps/ec.c b/openssl/apps/ec.c index 896eabc13..b04dadaf1 100644 --- a/openssl/apps/ec.c +++ b/openssl/apps/ec.c @@ -10,7 +10,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -58,19 +58,20 @@ #include #ifndef OPENSSL_NO_EC -#include -#include -#include -#include "apps.h" -#include -#include -#include -#include +# include +# include +# include +# include "apps.h" +# include +# include +# include +# include -#undef PROG -#define PROG ec_main +# undef PROG +# define PROG ec_main -/* -inform arg - input format - default PEM (one of DER, NET or PEM) +/*- + * -inform arg - input format - default PEM (one of DER, NET or PEM) * -outform arg - output format - default PEM * -in arg - input file - default stdin * -out arg - output file - default stdout @@ -85,322 +86,280 @@ int MAIN(int, char **); int MAIN(int argc, char **argv) { - int ret = 1; - EC_KEY *eckey = NULL; - const EC_GROUP *group; - int i, badops = 0; - const EVP_CIPHER *enc = NULL; - BIO *in = NULL, *out = NULL; - int informat, outformat, text=0, noout=0; - int pubin = 0, pubout = 0, param_out = 0; - char *infile, *outfile, *prog, *engine; - char *passargin = NULL, *passargout = NULL; - char *passin = NULL, *passout = NULL; - point_conversion_form_t form = POINT_CONVERSION_UNCOMPRESSED; - int new_form = 0; - int asn1_flag = OPENSSL_EC_NAMED_CURVE; - int new_asn1_flag = 0; + int ret = 1; + EC_KEY *eckey = NULL; + const EC_GROUP *group; + int i, badops = 0; + const EVP_CIPHER *enc = NULL; + BIO *in = NULL, *out = NULL; + int informat, outformat, text = 0, noout = 0; + int pubin = 0, pubout = 0, param_out = 0; + char *infile, *outfile, *prog, *engine; + char *passargin = NULL, *passargout = NULL; + char *passin = NULL, *passout = NULL; + point_conversion_form_t form = POINT_CONVERSION_UNCOMPRESSED; + int new_form = 0; + int asn1_flag = OPENSSL_EC_NAMED_CURVE; + int new_asn1_flag = 0; - apps_startup(); + apps_startup(); - if (bio_err == NULL) - if ((bio_err=BIO_new(BIO_s_file())) != NULL) - BIO_set_fp(bio_err, stderr, BIO_NOCLOSE|BIO_FP_TEXT); + if (bio_err == NULL) + if ((bio_err = BIO_new(BIO_s_file())) != NULL) + BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT); - if (!load_config(bio_err, NULL)) - goto end; + if (!load_config(bio_err, NULL)) + goto end; - engine = NULL; - infile = NULL; - outfile = NULL; - informat = FORMAT_PEM; - outformat = FORMAT_PEM; + engine = NULL; + infile = NULL; + outfile = NULL; + informat = FORMAT_PEM; + outformat = FORMAT_PEM; - prog = argv[0]; - argc--; - argv++; - while (argc >= 1) - { - if (strcmp(*argv,"-inform") == 0) - { - if (--argc < 1) goto bad; - informat=str2fmt(*(++argv)); - } - else if (strcmp(*argv,"-outform") == 0) - { - if (--argc < 1) goto bad; - outformat=str2fmt(*(++argv)); - } - else if (strcmp(*argv,"-in") == 0) - { - if (--argc < 1) goto bad; - infile= *(++argv); - } - else if (strcmp(*argv,"-out") == 0) - { - if (--argc < 1) goto bad; - outfile= *(++argv); - } - else if (strcmp(*argv,"-passin") == 0) - { - if (--argc < 1) goto bad; - passargin= *(++argv); - } - else if (strcmp(*argv,"-passout") == 0) - { - if (--argc < 1) goto bad; - passargout= *(++argv); - } - else if (strcmp(*argv, "-engine") == 0) - { - if (--argc < 1) goto bad; - engine= *(++argv); - } - else if (strcmp(*argv, "-noout") == 0) - noout = 1; - else if (strcmp(*argv, "-text") == 0) - text = 1; - else if (strcmp(*argv, "-conv_form") == 0) - { - if (--argc < 1) - goto bad; - ++argv; - new_form = 1; - if (strcmp(*argv, "compressed") == 0) - form = POINT_CONVERSION_COMPRESSED; - else if (strcmp(*argv, "uncompressed") == 0) - form = POINT_CONVERSION_UNCOMPRESSED; - else if (strcmp(*argv, "hybrid") == 0) - form = POINT_CONVERSION_HYBRID; - else - goto bad; - } - else if (strcmp(*argv, "-param_enc") == 0) - { - if (--argc < 1) - goto bad; - ++argv; - new_asn1_flag = 1; - if (strcmp(*argv, "named_curve") == 0) - asn1_flag = OPENSSL_EC_NAMED_CURVE; - else if (strcmp(*argv, "explicit") == 0) - asn1_flag = 0; - else - goto bad; - } - else if (strcmp(*argv, "-param_out") == 0) - param_out = 1; - else if (strcmp(*argv, "-pubin") == 0) - pubin=1; - else if (strcmp(*argv, "-pubout") == 0) - pubout=1; - else if ((enc=EVP_get_cipherbyname(&(argv[0][1]))) == NULL) - { - BIO_printf(bio_err, "unknown option %s\n", *argv); - badops=1; - break; - } - argc--; - argv++; - } + prog = argv[0]; + argc--; + argv++; + while (argc >= 1) { + if (strcmp(*argv, "-inform") == 0) { + if (--argc < 1) + goto bad; + informat = str2fmt(*(++argv)); + } else if (strcmp(*argv, "-outform") == 0) { + if (--argc < 1) + goto bad; + outformat = str2fmt(*(++argv)); + } else if (strcmp(*argv, "-in") == 0) { + if (--argc < 1) + goto bad; + infile = *(++argv); + } else if (strcmp(*argv, "-out") == 0) { + if (--argc < 1) + goto bad; + outfile = *(++argv); + } else if (strcmp(*argv, "-passin") == 0) { + if (--argc < 1) + goto bad; + passargin = *(++argv); + } else if (strcmp(*argv, "-passout") == 0) { + if (--argc < 1) + goto bad; + passargout = *(++argv); + } else if (strcmp(*argv, "-engine") == 0) { + if (--argc < 1) + goto bad; + engine = *(++argv); + } else if (strcmp(*argv, "-noout") == 0) + noout = 1; + else if (strcmp(*argv, "-text") == 0) + text = 1; + else if (strcmp(*argv, "-conv_form") == 0) { + if (--argc < 1) + goto bad; + ++argv; + new_form = 1; + if (strcmp(*argv, "compressed") == 0) + form = POINT_CONVERSION_COMPRESSED; + else if (strcmp(*argv, "uncompressed") == 0) + form = POINT_CONVERSION_UNCOMPRESSED; + else if (strcmp(*argv, "hybrid") == 0) + form = POINT_CONVERSION_HYBRID; + else + goto bad; + } else if (strcmp(*argv, "-param_enc") == 0) { + if (--argc < 1) + goto bad; + ++argv; + new_asn1_flag = 1; + if (strcmp(*argv, "named_curve") == 0) + asn1_flag = OPENSSL_EC_NAMED_CURVE; + else if (strcmp(*argv, "explicit") == 0) + asn1_flag = 0; + else + goto bad; + } else if (strcmp(*argv, "-param_out") == 0) + param_out = 1; + else if (strcmp(*argv, "-pubin") == 0) + pubin = 1; + else if (strcmp(*argv, "-pubout") == 0) + pubout = 1; + else if ((enc = EVP_get_cipherbyname(&(argv[0][1]))) == NULL) { + BIO_printf(bio_err, "unknown option %s\n", *argv); + badops = 1; + break; + } + argc--; + argv++; + } - if (badops) - { -bad: - BIO_printf(bio_err, "%s [options] outfile\n", prog); - BIO_printf(bio_err, "where options are\n"); - BIO_printf(bio_err, " -inform arg input format - " - "DER or PEM\n"); - BIO_printf(bio_err, " -outform arg output format - " - "DER or PEM\n"); - BIO_printf(bio_err, " -in arg input file\n"); - BIO_printf(bio_err, " -passin arg input file pass " - "phrase source\n"); - BIO_printf(bio_err, " -out arg output file\n"); - BIO_printf(bio_err, " -passout arg output file pass " - "phrase source\n"); - BIO_printf(bio_err, " -engine e use engine e, " - "possibly a hardware device.\n"); - BIO_printf(bio_err, " -des encrypt PEM output, " - "instead of 'des' every other \n" - " cipher " - "supported by OpenSSL can be used\n"); - BIO_printf(bio_err, " -text print the key\n"); - BIO_printf(bio_err, " -noout don't print key out\n"); - BIO_printf(bio_err, " -param_out print the elliptic " - "curve parameters\n"); - BIO_printf(bio_err, " -conv_form arg specifies the " - "point conversion form \n"); - BIO_printf(bio_err, " possible values:" - " compressed\n"); - BIO_printf(bio_err, " " - " uncompressed (default)\n"); - BIO_printf(bio_err, " " - " hybrid\n"); - BIO_printf(bio_err, " -param_enc arg specifies the way" - " the ec parameters are encoded\n"); - BIO_printf(bio_err, " in the asn1 der " - "encoding\n"); - BIO_printf(bio_err, " possible values:" - " named_curve (default)\n"); - BIO_printf(bio_err," " - "explicit\n"); - goto end; - } + if (badops) { + bad: + BIO_printf(bio_err, "%s [options] outfile\n", prog); + BIO_printf(bio_err, "where options are\n"); + BIO_printf(bio_err, " -inform arg input format - " + "DER or PEM\n"); + BIO_printf(bio_err, " -outform arg output format - " + "DER or PEM\n"); + BIO_printf(bio_err, " -in arg input file\n"); + BIO_printf(bio_err, " -passin arg input file pass " + "phrase source\n"); + BIO_printf(bio_err, " -out arg output file\n"); + BIO_printf(bio_err, " -passout arg output file pass " + "phrase source\n"); + BIO_printf(bio_err, " -engine e use engine e, " + "possibly a hardware device.\n"); + BIO_printf(bio_err, " -des encrypt PEM output, " + "instead of 'des' every other \n" + " cipher " + "supported by OpenSSL can be used\n"); + BIO_printf(bio_err, " -text print the key\n"); + BIO_printf(bio_err, " -noout don't print key out\n"); + BIO_printf(bio_err, " -param_out print the elliptic " + "curve parameters\n"); + BIO_printf(bio_err, " -conv_form arg specifies the " + "point conversion form \n"); + BIO_printf(bio_err, " possible values:" + " compressed\n"); + BIO_printf(bio_err, " " + " uncompressed (default)\n"); + BIO_printf(bio_err, " " " hybrid\n"); + BIO_printf(bio_err, " -param_enc arg specifies the way" + " the ec parameters are encoded\n"); + BIO_printf(bio_err, " in the asn1 der " "encoding\n"); + BIO_printf(bio_err, " possible values:" + " named_curve (default)\n"); + BIO_printf(bio_err, " " + "explicit\n"); + goto end; + } - ERR_load_crypto_strings(); + ERR_load_crypto_strings(); -#ifndef OPENSSL_NO_ENGINE - setup_engine(bio_err, engine, 0); -#endif +# ifndef OPENSSL_NO_ENGINE + setup_engine(bio_err, engine, 0); +# endif - if(!app_passwd(bio_err, passargin, passargout, &passin, &passout)) - { - BIO_printf(bio_err, "Error getting passwords\n"); - goto end; - } + if (!app_passwd(bio_err, passargin, passargout, &passin, &passout)) { + BIO_printf(bio_err, "Error getting passwords\n"); + goto end; + } - in = BIO_new(BIO_s_file()); - out = BIO_new(BIO_s_file()); - if ((in == NULL) || (out == NULL)) - { - ERR_print_errors(bio_err); - goto end; - } + in = BIO_new(BIO_s_file()); + out = BIO_new(BIO_s_file()); + if ((in == NULL) || (out == NULL)) { + ERR_print_errors(bio_err); + goto end; + } - if (infile == NULL) - BIO_set_fp(in, stdin, BIO_NOCLOSE); - else - { - if (BIO_read_filename(in, infile) <= 0) - { - perror(infile); - goto end; - } - } + if (infile == NULL) + BIO_set_fp(in, stdin, BIO_NOCLOSE); + else { + if (BIO_read_filename(in, infile) <= 0) { + perror(infile); + goto end; + } + } - BIO_printf(bio_err, "read EC key\n"); - if (informat == FORMAT_ASN1) - { - if (pubin) - eckey = d2i_EC_PUBKEY_bio(in, NULL); - else - eckey = d2i_ECPrivateKey_bio(in, NULL); - } - else if (informat == FORMAT_PEM) - { - if (pubin) - eckey = PEM_read_bio_EC_PUBKEY(in, NULL, NULL, - NULL); - else - eckey = PEM_read_bio_ECPrivateKey(in, NULL, NULL, - passin); - } - else - { - BIO_printf(bio_err, "bad input format specified for key\n"); - goto end; - } - if (eckey == NULL) - { - BIO_printf(bio_err,"unable to load Key\n"); - ERR_print_errors(bio_err); - goto end; - } + BIO_printf(bio_err, "read EC key\n"); + if (informat == FORMAT_ASN1) { + if (pubin) + eckey = d2i_EC_PUBKEY_bio(in, NULL); + else + eckey = d2i_ECPrivateKey_bio(in, NULL); + } else if (informat == FORMAT_PEM) { + if (pubin) + eckey = PEM_read_bio_EC_PUBKEY(in, NULL, NULL, NULL); + else + eckey = PEM_read_bio_ECPrivateKey(in, NULL, NULL, passin); + } else { + BIO_printf(bio_err, "bad input format specified for key\n"); + goto end; + } + if (eckey == NULL) { + BIO_printf(bio_err, "unable to load Key\n"); + ERR_print_errors(bio_err); + goto end; + } - if (outfile == NULL) - { - BIO_set_fp(out, stdout, BIO_NOCLOSE); -#ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - out = BIO_push(tmpbio, out); - } -#endif - } - else - { - if (BIO_write_filename(out, outfile) <= 0) - { - perror(outfile); - goto end; - } - } + if (outfile == NULL) { + BIO_set_fp(out, stdout, BIO_NOCLOSE); +# ifdef OPENSSL_SYS_VMS + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + out = BIO_push(tmpbio, out); + } +# endif + } else { + if (BIO_write_filename(out, outfile) <= 0) { + perror(outfile); + goto end; + } + } - group = EC_KEY_get0_group(eckey); + group = EC_KEY_get0_group(eckey); - if (new_form) - EC_KEY_set_conv_form(eckey, form); + if (new_form) + EC_KEY_set_conv_form(eckey, form); - if (new_asn1_flag) - EC_KEY_set_asn1_flag(eckey, asn1_flag); + if (new_asn1_flag) + EC_KEY_set_asn1_flag(eckey, asn1_flag); - if (text) - if (!EC_KEY_print(out, eckey, 0)) - { - perror(outfile); - ERR_print_errors(bio_err); - goto end; - } + if (text) + if (!EC_KEY_print(out, eckey, 0)) { + perror(outfile); + ERR_print_errors(bio_err); + goto end; + } - if (noout) - { - ret = 0; - goto end; - } + if (noout) { + ret = 0; + goto end; + } - BIO_printf(bio_err, "writing EC key\n"); - if (outformat == FORMAT_ASN1) - { - if (param_out) - i = i2d_ECPKParameters_bio(out, group); - else if (pubin || pubout) - i = i2d_EC_PUBKEY_bio(out, eckey); - else - i = i2d_ECPrivateKey_bio(out, eckey); - } - else if (outformat == FORMAT_PEM) - { - if (param_out) - i = PEM_write_bio_ECPKParameters(out, group); - else if (pubin || pubout) - i = PEM_write_bio_EC_PUBKEY(out, eckey); - else - i = PEM_write_bio_ECPrivateKey(out, eckey, enc, - NULL, 0, NULL, passout); - } - else - { - BIO_printf(bio_err, "bad output format specified for " - "outfile\n"); - goto end; - } + BIO_printf(bio_err, "writing EC key\n"); + if (outformat == FORMAT_ASN1) { + if (param_out) + i = i2d_ECPKParameters_bio(out, group); + else if (pubin || pubout) + i = i2d_EC_PUBKEY_bio(out, eckey); + else + i = i2d_ECPrivateKey_bio(out, eckey); + } else if (outformat == FORMAT_PEM) { + if (param_out) + i = PEM_write_bio_ECPKParameters(out, group); + else if (pubin || pubout) + i = PEM_write_bio_EC_PUBKEY(out, eckey); + else + i = PEM_write_bio_ECPrivateKey(out, eckey, enc, + NULL, 0, NULL, passout); + } else { + BIO_printf(bio_err, "bad output format specified for " "outfile\n"); + goto end; + } - if (!i) - { - BIO_printf(bio_err, "unable to write private key\n"); - ERR_print_errors(bio_err); - } - else - ret=0; -end: - if (in) - BIO_free(in); - if (out) - BIO_free_all(out); - if (eckey) - EC_KEY_free(eckey); - if (passin) - OPENSSL_free(passin); - if (passout) - OPENSSL_free(passout); - apps_shutdown(); - OPENSSL_EXIT(ret); + if (!i) { + BIO_printf(bio_err, "unable to write private key\n"); + ERR_print_errors(bio_err); + } else + ret = 0; + end: + if (in) + BIO_free(in); + if (out) + BIO_free_all(out); + if (eckey) + EC_KEY_free(eckey); + if (passin) + OPENSSL_free(passin); + if (passout) + OPENSSL_free(passout); + apps_shutdown(); + OPENSSL_EXIT(ret); } -#else /* !OPENSSL_NO_EC */ +#else /* !OPENSSL_NO_EC */ # if PEDANTIC -static void *dummy=&dummy; +static void *dummy = &dummy; # endif #endif diff --git a/openssl/apps/ecparam.c b/openssl/apps/ecparam.c index 976ebef12..06ac77b83 100644 --- a/openssl/apps/ecparam.c +++ b/openssl/apps/ecparam.c @@ -10,7 +10,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -58,36 +58,37 @@ /* ==================================================================== * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. * - * Portions of the attached software ("Contribution") are developed by + * Portions of the attached software ("Contribution") are developed by * SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project. * * The Contribution is licensed pursuant to the OpenSSL open source * license provided above. * - * The elliptic curve binary polynomial software is originally written by + * The elliptic curve binary polynomial software is originally written by * Sheueling Chang Shantz and Douglas Stebila of Sun Microsystems Laboratories. * */ #include #ifndef OPENSSL_NO_EC -#include -#include -#include -#include -#include -#include "apps.h" -#include -#include -#include -#include -#include -#include - -#undef PROG -#define PROG ecparam_main - -/* -inform arg - input format - default PEM (DER or PEM) +# include +# include +# include +# include +# include +# include "apps.h" +# include +# include +# include +# include +# include +# include + +# undef PROG +# define PROG ecparam_main + +/*- + * -inform arg - input format - default PEM (DER or PEM) * -outform arg - output format - default PEM * -in arg - input file - default stdin * -out arg - output file - default stdout @@ -97,7 +98,7 @@ * -C - print a 'C' function creating the parameters * -name arg - use the ec parameters with 'short name' name * -list_curves - prints a list of all currently available curve 'short names' - * -conv_form arg - specifies the point conversion form + * -conv_form arg - specifies the point conversion form * - possible values: compressed * uncompressed (default) * hybrid @@ -111,621 +112,551 @@ * -engine e - use engine e, possibly a hardware device */ - -static int ecparam_print_var(BIO *,BIGNUM *,const char *,int,unsigned char *); +static int ecparam_print_var(BIO *, BIGNUM *, const char *, int, + unsigned char *); int MAIN(int, char **); int MAIN(int argc, char **argv) - { - EC_GROUP *group = NULL; - point_conversion_form_t form = POINT_CONVERSION_UNCOMPRESSED; - int new_form = 0; - int asn1_flag = OPENSSL_EC_NAMED_CURVE; - int new_asn1_flag = 0; - char *curve_name = NULL, *inrand = NULL; - int list_curves = 0, no_seed = 0, check = 0, - badops = 0, text = 0, i, need_rand = 0, genkey = 0; - char *infile = NULL, *outfile = NULL, *prog; - BIO *in = NULL, *out = NULL; - int informat, outformat, noout = 0, C = 0, ret = 1; - char *engine = NULL; - - BIGNUM *ec_p = NULL, *ec_a = NULL, *ec_b = NULL, - *ec_gen = NULL, *ec_order = NULL, *ec_cofactor = NULL; - unsigned char *buffer = NULL; - - apps_startup(); - - if (bio_err == NULL) - if ((bio_err=BIO_new(BIO_s_file())) != NULL) - BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); - - if (!load_config(bio_err, NULL)) - goto end; - - informat=FORMAT_PEM; - outformat=FORMAT_PEM; - - prog=argv[0]; - argc--; - argv++; - while (argc >= 1) - { - if (strcmp(*argv,"-inform") == 0) - { - if (--argc < 1) goto bad; - informat=str2fmt(*(++argv)); - } - else if (strcmp(*argv,"-outform") == 0) - { - if (--argc < 1) goto bad; - outformat=str2fmt(*(++argv)); - } - else if (strcmp(*argv,"-in") == 0) - { - if (--argc < 1) goto bad; - infile= *(++argv); - } - else if (strcmp(*argv,"-out") == 0) - { - if (--argc < 1) goto bad; - outfile= *(++argv); - } - else if (strcmp(*argv,"-text") == 0) - text = 1; - else if (strcmp(*argv,"-C") == 0) - C = 1; - else if (strcmp(*argv,"-check") == 0) - check = 1; - else if (strcmp (*argv, "-name") == 0) - { - if (--argc < 1) - goto bad; - curve_name = *(++argv); - } - else if (strcmp(*argv, "-list_curves") == 0) - list_curves = 1; - else if (strcmp(*argv, "-conv_form") == 0) - { - if (--argc < 1) - goto bad; - ++argv; - new_form = 1; - if (strcmp(*argv, "compressed") == 0) - form = POINT_CONVERSION_COMPRESSED; - else if (strcmp(*argv, "uncompressed") == 0) - form = POINT_CONVERSION_UNCOMPRESSED; - else if (strcmp(*argv, "hybrid") == 0) - form = POINT_CONVERSION_HYBRID; - else - goto bad; - } - else if (strcmp(*argv, "-param_enc") == 0) - { - if (--argc < 1) - goto bad; - ++argv; - new_asn1_flag = 1; - if (strcmp(*argv, "named_curve") == 0) - asn1_flag = OPENSSL_EC_NAMED_CURVE; - else if (strcmp(*argv, "explicit") == 0) - asn1_flag = 0; - else - goto bad; - } - else if (strcmp(*argv, "-no_seed") == 0) - no_seed = 1; - else if (strcmp(*argv, "-noout") == 0) - noout=1; - else if (strcmp(*argv,"-genkey") == 0) - { - genkey=1; - need_rand=1; - } - else if (strcmp(*argv, "-rand") == 0) - { - if (--argc < 1) goto bad; - inrand= *(++argv); - need_rand=1; - } - else if(strcmp(*argv, "-engine") == 0) - { - if (--argc < 1) goto bad; - engine = *(++argv); - } - else - { - BIO_printf(bio_err,"unknown option %s\n",*argv); - badops=1; - break; - } - argc--; - argv++; - } - - if (badops) - { -bad: - BIO_printf(bio_err, "%s [options] outfile\n",prog); - BIO_printf(bio_err, "where options are\n"); - BIO_printf(bio_err, " -inform arg input format - " - "default PEM (DER or PEM)\n"); - BIO_printf(bio_err, " -outform arg output format - " - "default PEM\n"); - BIO_printf(bio_err, " -in arg input file - " - "default stdin\n"); - BIO_printf(bio_err, " -out arg output file - " - "default stdout\n"); - BIO_printf(bio_err, " -noout do not print the " - "ec parameter\n"); - BIO_printf(bio_err, " -text print the ec " - "parameters in text form\n"); - BIO_printf(bio_err, " -check validate the ec " - "parameters\n"); - BIO_printf(bio_err, " -C print a 'C' " - "function creating the parameters\n"); - BIO_printf(bio_err, " -name arg use the " - "ec parameters with 'short name' name\n"); - BIO_printf(bio_err, " -list_curves prints a list of " - "all currently available curve 'short names'\n"); - BIO_printf(bio_err, " -conv_form arg specifies the " - "point conversion form \n"); - BIO_printf(bio_err, " possible values:" - " compressed\n"); - BIO_printf(bio_err, " " - " uncompressed (default)\n"); - BIO_printf(bio_err, " " - " hybrid\n"); - BIO_printf(bio_err, " -param_enc arg specifies the way" - " the ec parameters are encoded\n"); - BIO_printf(bio_err, " in the asn1 der " - "encoding\n"); - BIO_printf(bio_err, " possible values:" - " named_curve (default)\n"); - BIO_printf(bio_err, " " - " explicit\n"); - BIO_printf(bio_err, " -no_seed if 'explicit'" - " parameters are chosen do not" - " use the seed\n"); - BIO_printf(bio_err, " -genkey generate ec" - " key\n"); - BIO_printf(bio_err, " -rand file files to use for" - " random number input\n"); - BIO_printf(bio_err, " -engine e use engine e, " - "possibly a hardware device\n"); - goto end; - } - - ERR_load_crypto_strings(); - - in=BIO_new(BIO_s_file()); - out=BIO_new(BIO_s_file()); - if ((in == NULL) || (out == NULL)) - { - ERR_print_errors(bio_err); - goto end; - } - - if (infile == NULL) - BIO_set_fp(in,stdin,BIO_NOCLOSE); - else - { - if (BIO_read_filename(in,infile) <= 0) - { - perror(infile); - goto end; - } - } - if (outfile == NULL) - { - BIO_set_fp(out,stdout,BIO_NOCLOSE); -#ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - out = BIO_push(tmpbio, out); - } -#endif - } - else - { - if (BIO_write_filename(out,outfile) <= 0) - { - perror(outfile); - goto end; - } - } - -#ifndef OPENSSL_NO_ENGINE - setup_engine(bio_err, engine, 0); -#endif +{ + EC_GROUP *group = NULL; + point_conversion_form_t form = POINT_CONVERSION_UNCOMPRESSED; + int new_form = 0; + int asn1_flag = OPENSSL_EC_NAMED_CURVE; + int new_asn1_flag = 0; + char *curve_name = NULL, *inrand = NULL; + int list_curves = 0, no_seed = 0, check = 0, + badops = 0, text = 0, i, need_rand = 0, genkey = 0; + char *infile = NULL, *outfile = NULL, *prog; + BIO *in = NULL, *out = NULL; + int informat, outformat, noout = 0, C = 0, ret = 1; + char *engine = NULL; + + BIGNUM *ec_p = NULL, *ec_a = NULL, *ec_b = NULL, + *ec_gen = NULL, *ec_order = NULL, *ec_cofactor = NULL; + unsigned char *buffer = NULL; + + apps_startup(); + + if (bio_err == NULL) + if ((bio_err = BIO_new(BIO_s_file())) != NULL) + BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT); + + if (!load_config(bio_err, NULL)) + goto end; + + informat = FORMAT_PEM; + outformat = FORMAT_PEM; + + prog = argv[0]; + argc--; + argv++; + while (argc >= 1) { + if (strcmp(*argv, "-inform") == 0) { + if (--argc < 1) + goto bad; + informat = str2fmt(*(++argv)); + } else if (strcmp(*argv, "-outform") == 0) { + if (--argc < 1) + goto bad; + outformat = str2fmt(*(++argv)); + } else if (strcmp(*argv, "-in") == 0) { + if (--argc < 1) + goto bad; + infile = *(++argv); + } else if (strcmp(*argv, "-out") == 0) { + if (--argc < 1) + goto bad; + outfile = *(++argv); + } else if (strcmp(*argv, "-text") == 0) + text = 1; + else if (strcmp(*argv, "-C") == 0) + C = 1; + else if (strcmp(*argv, "-check") == 0) + check = 1; + else if (strcmp(*argv, "-name") == 0) { + if (--argc < 1) + goto bad; + curve_name = *(++argv); + } else if (strcmp(*argv, "-list_curves") == 0) + list_curves = 1; + else if (strcmp(*argv, "-conv_form") == 0) { + if (--argc < 1) + goto bad; + ++argv; + new_form = 1; + if (strcmp(*argv, "compressed") == 0) + form = POINT_CONVERSION_COMPRESSED; + else if (strcmp(*argv, "uncompressed") == 0) + form = POINT_CONVERSION_UNCOMPRESSED; + else if (strcmp(*argv, "hybrid") == 0) + form = POINT_CONVERSION_HYBRID; + else + goto bad; + } else if (strcmp(*argv, "-param_enc") == 0) { + if (--argc < 1) + goto bad; + ++argv; + new_asn1_flag = 1; + if (strcmp(*argv, "named_curve") == 0) + asn1_flag = OPENSSL_EC_NAMED_CURVE; + else if (strcmp(*argv, "explicit") == 0) + asn1_flag = 0; + else + goto bad; + } else if (strcmp(*argv, "-no_seed") == 0) + no_seed = 1; + else if (strcmp(*argv, "-noout") == 0) + noout = 1; + else if (strcmp(*argv, "-genkey") == 0) { + genkey = 1; + need_rand = 1; + } else if (strcmp(*argv, "-rand") == 0) { + if (--argc < 1) + goto bad; + inrand = *(++argv); + need_rand = 1; + } else if (strcmp(*argv, "-engine") == 0) { + if (--argc < 1) + goto bad; + engine = *(++argv); + } else { + BIO_printf(bio_err, "unknown option %s\n", *argv); + badops = 1; + break; + } + argc--; + argv++; + } + + if (badops) { + bad: + BIO_printf(bio_err, "%s [options] outfile\n", prog); + BIO_printf(bio_err, "where options are\n"); + BIO_printf(bio_err, " -inform arg input format - " + "default PEM (DER or PEM)\n"); + BIO_printf(bio_err, " -outform arg output format - " + "default PEM\n"); + BIO_printf(bio_err, " -in arg input file - " + "default stdin\n"); + BIO_printf(bio_err, " -out arg output file - " + "default stdout\n"); + BIO_printf(bio_err, " -noout do not print the " + "ec parameter\n"); + BIO_printf(bio_err, " -text print the ec " + "parameters in text form\n"); + BIO_printf(bio_err, " -check validate the ec " + "parameters\n"); + BIO_printf(bio_err, " -C print a 'C' " + "function creating the parameters\n"); + BIO_printf(bio_err, " -name arg use the " + "ec parameters with 'short name' name\n"); + BIO_printf(bio_err, " -list_curves prints a list of " + "all currently available curve 'short names'\n"); + BIO_printf(bio_err, " -conv_form arg specifies the " + "point conversion form \n"); + BIO_printf(bio_err, " possible values:" + " compressed\n"); + BIO_printf(bio_err, " " + " uncompressed (default)\n"); + BIO_printf(bio_err, " " + " hybrid\n"); + BIO_printf(bio_err, " -param_enc arg specifies the way" + " the ec parameters are encoded\n"); + BIO_printf(bio_err, " in the asn1 der " + "encoding\n"); + BIO_printf(bio_err, " possible values:" + " named_curve (default)\n"); + BIO_printf(bio_err, " " + " explicit\n"); + BIO_printf(bio_err, " -no_seed if 'explicit'" + " parameters are chosen do not" " use the seed\n"); + BIO_printf(bio_err, " -genkey generate ec" " key\n"); + BIO_printf(bio_err, " -rand file files to use for" + " random number input\n"); + BIO_printf(bio_err, " -engine e use engine e, " + "possibly a hardware device\n"); + goto end; + } + + ERR_load_crypto_strings(); + + in = BIO_new(BIO_s_file()); + out = BIO_new(BIO_s_file()); + if ((in == NULL) || (out == NULL)) { + ERR_print_errors(bio_err); + goto end; + } + + if (infile == NULL) + BIO_set_fp(in, stdin, BIO_NOCLOSE); + else { + if (BIO_read_filename(in, infile) <= 0) { + perror(infile); + goto end; + } + } + if (outfile == NULL) { + BIO_set_fp(out, stdout, BIO_NOCLOSE); +# ifdef OPENSSL_SYS_VMS + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + out = BIO_push(tmpbio, out); + } +# endif + } else { + if (BIO_write_filename(out, outfile) <= 0) { + perror(outfile); + goto end; + } + } + +# ifndef OPENSSL_NO_ENGINE + setup_engine(bio_err, engine, 0); +# endif - if (list_curves) - { - EC_builtin_curve *curves = NULL; - size_t crv_len = 0; - size_t n = 0; - - crv_len = EC_get_builtin_curves(NULL, 0); - - curves = OPENSSL_malloc((int)(sizeof(EC_builtin_curve) * crv_len)); - - if (curves == NULL) - goto end; - - if (!EC_get_builtin_curves(curves, crv_len)) - { - OPENSSL_free(curves); - goto end; - } - - - for (n = 0; n < crv_len; n++) - { - const char *comment; - const char *sname; - comment = curves[n].comment; - sname = OBJ_nid2sn(curves[n].nid); - if (comment == NULL) - comment = "CURVE DESCRIPTION NOT AVAILABLE"; - if (sname == NULL) - sname = ""; - - BIO_printf(out, " %-10s: ", sname); - BIO_printf(out, "%s\n", comment); - } - - OPENSSL_free(curves); - ret = 0; - goto end; - } - - if (curve_name != NULL) - { - int nid; - - /* workaround for the SECG curve names secp192r1 - * and secp256r1 (which are the same as the curves - * prime192v1 and prime256v1 defined in X9.62) - */ - if (!strcmp(curve_name, "secp192r1")) - { - BIO_printf(bio_err, "using curve name prime192v1 " - "instead of secp192r1\n"); - nid = NID_X9_62_prime192v1; - } - else if (!strcmp(curve_name, "secp256r1")) - { - BIO_printf(bio_err, "using curve name prime256v1 " - "instead of secp256r1\n"); - nid = NID_X9_62_prime256v1; - } - else - nid = OBJ_sn2nid(curve_name); - - if (nid == 0) - { - BIO_printf(bio_err, "unknown curve name (%s)\n", - curve_name); - goto end; - } - - group = EC_GROUP_new_by_curve_name(nid); - if (group == NULL) - { - BIO_printf(bio_err, "unable to create curve (%s)\n", - curve_name); - goto end; - } - EC_GROUP_set_asn1_flag(group, asn1_flag); - EC_GROUP_set_point_conversion_form(group, form); - } - else if (informat == FORMAT_ASN1) - { - group = d2i_ECPKParameters_bio(in, NULL); - } - else if (informat == FORMAT_PEM) - { - group = PEM_read_bio_ECPKParameters(in,NULL,NULL,NULL); - } - else - { - BIO_printf(bio_err, "bad input format specified\n"); - goto end; - } - - if (group == NULL) - { - BIO_printf(bio_err, - "unable to load elliptic curve parameters\n"); - ERR_print_errors(bio_err); - goto end; - } - - if (new_form) - EC_GROUP_set_point_conversion_form(group, form); - - if (new_asn1_flag) - EC_GROUP_set_asn1_flag(group, asn1_flag); - - if (no_seed) - { - EC_GROUP_set_seed(group, NULL, 0); - } - - if (text) - { - if (!ECPKParameters_print(out, group, 0)) - goto end; - } - - if (check) - { - if (group == NULL) - BIO_printf(bio_err, "no elliptic curve parameters\n"); - BIO_printf(bio_err, "checking elliptic curve parameters: "); - if (!EC_GROUP_check(group, NULL)) - { - BIO_printf(bio_err, "failed\n"); - ERR_print_errors(bio_err); - } - else - BIO_printf(bio_err, "ok\n"); - - } - - if (C) - { - size_t buf_len = 0, tmp_len = 0; - const EC_POINT *point; - int is_prime, len = 0; - const EC_METHOD *meth = EC_GROUP_method_of(group); - - if ((ec_p = BN_new()) == NULL || (ec_a = BN_new()) == NULL || - (ec_b = BN_new()) == NULL || (ec_gen = BN_new()) == NULL || - (ec_order = BN_new()) == NULL || - (ec_cofactor = BN_new()) == NULL ) - { - perror("OPENSSL_malloc"); - goto end; - } - - is_prime = (EC_METHOD_get_field_type(meth) == - NID_X9_62_prime_field); - - if (is_prime) - { - if (!EC_GROUP_get_curve_GFp(group, ec_p, ec_a, - ec_b, NULL)) - goto end; - } - else - { - /* TODO */ - goto end; - } - - if ((point = EC_GROUP_get0_generator(group)) == NULL) - goto end; - if (!EC_POINT_point2bn(group, point, - EC_GROUP_get_point_conversion_form(group), ec_gen, - NULL)) - goto end; - if (!EC_GROUP_get_order(group, ec_order, NULL)) - goto end; - if (!EC_GROUP_get_cofactor(group, ec_cofactor, NULL)) - goto end; - - if (!ec_p || !ec_a || !ec_b || !ec_gen || - !ec_order || !ec_cofactor) - goto end; - - len = BN_num_bits(ec_order); - - if ((tmp_len = (size_t)BN_num_bytes(ec_p)) > buf_len) - buf_len = tmp_len; - if ((tmp_len = (size_t)BN_num_bytes(ec_a)) > buf_len) - buf_len = tmp_len; - if ((tmp_len = (size_t)BN_num_bytes(ec_b)) > buf_len) - buf_len = tmp_len; - if ((tmp_len = (size_t)BN_num_bytes(ec_gen)) > buf_len) - buf_len = tmp_len; - if ((tmp_len = (size_t)BN_num_bytes(ec_order)) > buf_len) - buf_len = tmp_len; - if ((tmp_len = (size_t)BN_num_bytes(ec_cofactor)) > buf_len) - buf_len = tmp_len; - - buffer = (unsigned char *)OPENSSL_malloc(buf_len); - - if (buffer == NULL) - { - perror("OPENSSL_malloc"); - goto end; - } - - ecparam_print_var(out, ec_p, "ec_p", len, buffer); - ecparam_print_var(out, ec_a, "ec_a", len, buffer); - ecparam_print_var(out, ec_b, "ec_b", len, buffer); - ecparam_print_var(out, ec_gen, "ec_gen", len, buffer); - ecparam_print_var(out, ec_order, "ec_order", len, buffer); - ecparam_print_var(out, ec_cofactor, "ec_cofactor", len, - buffer); - - BIO_printf(out, "\n\n"); - - BIO_printf(out, "EC_GROUP *get_ec_group_%d(void)\n\t{\n", len); - BIO_printf(out, "\tint ok=0;\n"); - BIO_printf(out, "\tEC_GROUP *group = NULL;\n"); - BIO_printf(out, "\tEC_POINT *point = NULL;\n"); - BIO_printf(out, "\tBIGNUM *tmp_1 = NULL, *tmp_2 = NULL, " - "*tmp_3 = NULL;\n\n"); - BIO_printf(out, "\tif ((tmp_1 = BN_bin2bn(ec_p_%d, " - "sizeof(ec_p_%d), NULL)) == NULL)\n\t\t" - "goto err;\n", len, len); - BIO_printf(out, "\tif ((tmp_2 = BN_bin2bn(ec_a_%d, " - "sizeof(ec_a_%d), NULL)) == NULL)\n\t\t" - "goto err;\n", len, len); - BIO_printf(out, "\tif ((tmp_3 = BN_bin2bn(ec_b_%d, " - "sizeof(ec_b_%d), NULL)) == NULL)\n\t\t" - "goto err;\n", len, len); - if (is_prime) - { - BIO_printf(out, "\tif ((group = EC_GROUP_new_curve_" - "GFp(tmp_1, tmp_2, tmp_3, NULL)) == NULL)" - "\n\t\tgoto err;\n\n"); - } - else - { - /* TODO */ - goto end; - } - BIO_printf(out, "\t/* build generator */\n"); - BIO_printf(out, "\tif ((tmp_1 = BN_bin2bn(ec_gen_%d, " - "sizeof(ec_gen_%d), tmp_1)) == NULL)" - "\n\t\tgoto err;\n", len, len); - BIO_printf(out, "\tpoint = EC_POINT_bn2point(group, tmp_1, " - "NULL, NULL);\n"); - BIO_printf(out, "\tif (point == NULL)\n\t\tgoto err;\n"); - BIO_printf(out, "\tif ((tmp_2 = BN_bin2bn(ec_order_%d, " - "sizeof(ec_order_%d), tmp_2)) == NULL)" - "\n\t\tgoto err;\n", len, len); - BIO_printf(out, "\tif ((tmp_3 = BN_bin2bn(ec_cofactor_%d, " - "sizeof(ec_cofactor_%d), tmp_3)) == NULL)" - "\n\t\tgoto err;\n", len, len); - BIO_printf(out, "\tif (!EC_GROUP_set_generator(group, point," - " tmp_2, tmp_3))\n\t\tgoto err;\n"); - BIO_printf(out, "\n\tok=1;\n"); - BIO_printf(out, "err:\n"); - BIO_printf(out, "\tif (tmp_1)\n\t\tBN_free(tmp_1);\n"); - BIO_printf(out, "\tif (tmp_2)\n\t\tBN_free(tmp_2);\n"); - BIO_printf(out, "\tif (tmp_3)\n\t\tBN_free(tmp_3);\n"); - BIO_printf(out, "\tif (point)\n\t\tEC_POINT_free(point);\n"); - BIO_printf(out, "\tif (!ok)\n"); - BIO_printf(out, "\t\t{\n"); - BIO_printf(out, "\t\tEC_GROUP_free(group);\n"); - BIO_printf(out, "\t\tgroup = NULL;\n"); - BIO_printf(out, "\t\t}\n"); - BIO_printf(out, "\treturn(group);\n\t}\n"); - } - - if (!noout) - { - if (outformat == FORMAT_ASN1) - i = i2d_ECPKParameters_bio(out, group); - else if (outformat == FORMAT_PEM) - i = PEM_write_bio_ECPKParameters(out, group); - else - { - BIO_printf(bio_err,"bad output format specified for" - " outfile\n"); - goto end; - } - if (!i) - { - BIO_printf(bio_err, "unable to write elliptic " - "curve parameters\n"); - ERR_print_errors(bio_err); - goto end; - } - } - - if (need_rand) - { - app_RAND_load_file(NULL, bio_err, (inrand != NULL)); - if (inrand != NULL) - BIO_printf(bio_err,"%ld semi-random bytes loaded\n", - app_RAND_load_files(inrand)); - } - - if (genkey) - { - EC_KEY *eckey = EC_KEY_new(); - - if (eckey == NULL) - goto end; - - assert(need_rand); - - if (EC_KEY_set_group(eckey, group) == 0) - goto end; - - if (!EC_KEY_generate_key(eckey)) - { - EC_KEY_free(eckey); - goto end; - } - if (outformat == FORMAT_ASN1) - i = i2d_ECPrivateKey_bio(out, eckey); - else if (outformat == FORMAT_PEM) - i = PEM_write_bio_ECPrivateKey(out, eckey, NULL, - NULL, 0, NULL, NULL); - else - { - BIO_printf(bio_err, "bad output format specified " - "for outfile\n"); - EC_KEY_free(eckey); - goto end; - } - EC_KEY_free(eckey); - } - - if (need_rand) - app_RAND_write_file(NULL, bio_err); - - ret=0; -end: - if (ec_p) - BN_free(ec_p); - if (ec_a) - BN_free(ec_a); - if (ec_b) - BN_free(ec_b); - if (ec_gen) - BN_free(ec_gen); - if (ec_order) - BN_free(ec_order); - if (ec_cofactor) - BN_free(ec_cofactor); - if (buffer) - OPENSSL_free(buffer); - if (in != NULL) - BIO_free(in); - if (out != NULL) - BIO_free_all(out); - if (group != NULL) - EC_GROUP_free(group); - apps_shutdown(); - OPENSSL_EXIT(ret); + if (list_curves) { + EC_builtin_curve *curves = NULL; + size_t crv_len = 0; + size_t n = 0; + + crv_len = EC_get_builtin_curves(NULL, 0); + + curves = OPENSSL_malloc((int)(sizeof(EC_builtin_curve) * crv_len)); + + if (curves == NULL) + goto end; + + if (!EC_get_builtin_curves(curves, crv_len)) { + OPENSSL_free(curves); + goto end; + } + + for (n = 0; n < crv_len; n++) { + const char *comment; + const char *sname; + comment = curves[n].comment; + sname = OBJ_nid2sn(curves[n].nid); + if (comment == NULL) + comment = "CURVE DESCRIPTION NOT AVAILABLE"; + if (sname == NULL) + sname = ""; + + BIO_printf(out, " %-10s: ", sname); + BIO_printf(out, "%s\n", comment); + } + + OPENSSL_free(curves); + ret = 0; + goto end; + } + + if (curve_name != NULL) { + int nid; + + /* + * workaround for the SECG curve names secp192r1 and secp256r1 (which + * are the same as the curves prime192v1 and prime256v1 defined in + * X9.62) + */ + if (!strcmp(curve_name, "secp192r1")) { + BIO_printf(bio_err, "using curve name prime192v1 " + "instead of secp192r1\n"); + nid = NID_X9_62_prime192v1; + } else if (!strcmp(curve_name, "secp256r1")) { + BIO_printf(bio_err, "using curve name prime256v1 " + "instead of secp256r1\n"); + nid = NID_X9_62_prime256v1; + } else + nid = OBJ_sn2nid(curve_name); + + if (nid == 0) + nid = EC_curve_nist2nid(curve_name); + + if (nid == 0) { + BIO_printf(bio_err, "unknown curve name (%s)\n", curve_name); + goto end; + } + + group = EC_GROUP_new_by_curve_name(nid); + if (group == NULL) { + BIO_printf(bio_err, "unable to create curve (%s)\n", curve_name); + goto end; + } + EC_GROUP_set_asn1_flag(group, asn1_flag); + EC_GROUP_set_point_conversion_form(group, form); + } else if (informat == FORMAT_ASN1) { + group = d2i_ECPKParameters_bio(in, NULL); + } else if (informat == FORMAT_PEM) { + group = PEM_read_bio_ECPKParameters(in, NULL, NULL, NULL); + } else { + BIO_printf(bio_err, "bad input format specified\n"); + goto end; + } + + if (group == NULL) { + BIO_printf(bio_err, "unable to load elliptic curve parameters\n"); + ERR_print_errors(bio_err); + goto end; + } + + if (new_form) + EC_GROUP_set_point_conversion_form(group, form); + + if (new_asn1_flag) + EC_GROUP_set_asn1_flag(group, asn1_flag); + + if (no_seed) { + EC_GROUP_set_seed(group, NULL, 0); + } + + if (text) { + if (!ECPKParameters_print(out, group, 0)) + goto end; + } + + if (check) { + if (group == NULL) + BIO_printf(bio_err, "no elliptic curve parameters\n"); + BIO_printf(bio_err, "checking elliptic curve parameters: "); + if (!EC_GROUP_check(group, NULL)) { + BIO_printf(bio_err, "failed\n"); + ERR_print_errors(bio_err); + } else + BIO_printf(bio_err, "ok\n"); + + } + + if (C) { + size_t buf_len = 0, tmp_len = 0; + const EC_POINT *point; + int is_prime, len = 0; + const EC_METHOD *meth = EC_GROUP_method_of(group); + + if ((ec_p = BN_new()) == NULL || (ec_a = BN_new()) == NULL || + (ec_b = BN_new()) == NULL || (ec_gen = BN_new()) == NULL || + (ec_order = BN_new()) == NULL || + (ec_cofactor = BN_new()) == NULL) { + perror("OPENSSL_malloc"); + goto end; + } + + is_prime = (EC_METHOD_get_field_type(meth) == NID_X9_62_prime_field); + + if (is_prime) { + if (!EC_GROUP_get_curve_GFp(group, ec_p, ec_a, ec_b, NULL)) + goto end; + } else { + /* TODO */ + goto end; + } + + if ((point = EC_GROUP_get0_generator(group)) == NULL) + goto end; + if (!EC_POINT_point2bn(group, point, + EC_GROUP_get_point_conversion_form(group), + ec_gen, NULL)) + goto end; + if (!EC_GROUP_get_order(group, ec_order, NULL)) + goto end; + if (!EC_GROUP_get_cofactor(group, ec_cofactor, NULL)) + goto end; + + if (!ec_p || !ec_a || !ec_b || !ec_gen || !ec_order || !ec_cofactor) + goto end; + + len = BN_num_bits(ec_order); + + if ((tmp_len = (size_t)BN_num_bytes(ec_p)) > buf_len) + buf_len = tmp_len; + if ((tmp_len = (size_t)BN_num_bytes(ec_a)) > buf_len) + buf_len = tmp_len; + if ((tmp_len = (size_t)BN_num_bytes(ec_b)) > buf_len) + buf_len = tmp_len; + if ((tmp_len = (size_t)BN_num_bytes(ec_gen)) > buf_len) + buf_len = tmp_len; + if ((tmp_len = (size_t)BN_num_bytes(ec_order)) > buf_len) + buf_len = tmp_len; + if ((tmp_len = (size_t)BN_num_bytes(ec_cofactor)) > buf_len) + buf_len = tmp_len; + + buffer = (unsigned char *)OPENSSL_malloc(buf_len); + + if (buffer == NULL) { + perror("OPENSSL_malloc"); + goto end; + } + + ecparam_print_var(out, ec_p, "ec_p", len, buffer); + ecparam_print_var(out, ec_a, "ec_a", len, buffer); + ecparam_print_var(out, ec_b, "ec_b", len, buffer); + ecparam_print_var(out, ec_gen, "ec_gen", len, buffer); + ecparam_print_var(out, ec_order, "ec_order", len, buffer); + ecparam_print_var(out, ec_cofactor, "ec_cofactor", len, buffer); + + BIO_printf(out, "\n\n"); + + BIO_printf(out, "EC_GROUP *get_ec_group_%d(void)\n\t{\n", len); + BIO_printf(out, "\tint ok=0;\n"); + BIO_printf(out, "\tEC_GROUP *group = NULL;\n"); + BIO_printf(out, "\tEC_POINT *point = NULL;\n"); + BIO_printf(out, "\tBIGNUM *tmp_1 = NULL, *tmp_2 = NULL, " + "*tmp_3 = NULL;\n\n"); + BIO_printf(out, "\tif ((tmp_1 = BN_bin2bn(ec_p_%d, " + "sizeof(ec_p_%d), NULL)) == NULL)\n\t\t" + "goto err;\n", len, len); + BIO_printf(out, "\tif ((tmp_2 = BN_bin2bn(ec_a_%d, " + "sizeof(ec_a_%d), NULL)) == NULL)\n\t\t" + "goto err;\n", len, len); + BIO_printf(out, "\tif ((tmp_3 = BN_bin2bn(ec_b_%d, " + "sizeof(ec_b_%d), NULL)) == NULL)\n\t\t" + "goto err;\n", len, len); + if (is_prime) { + BIO_printf(out, "\tif ((group = EC_GROUP_new_curve_" + "GFp(tmp_1, tmp_2, tmp_3, NULL)) == NULL)" + "\n\t\tgoto err;\n\n"); + } else { + /* TODO */ + goto end; + } + BIO_printf(out, "\t/* build generator */\n"); + BIO_printf(out, "\tif ((tmp_1 = BN_bin2bn(ec_gen_%d, " + "sizeof(ec_gen_%d), tmp_1)) == NULL)" + "\n\t\tgoto err;\n", len, len); + BIO_printf(out, "\tpoint = EC_POINT_bn2point(group, tmp_1, " + "NULL, NULL);\n"); + BIO_printf(out, "\tif (point == NULL)\n\t\tgoto err;\n"); + BIO_printf(out, "\tif ((tmp_2 = BN_bin2bn(ec_order_%d, " + "sizeof(ec_order_%d), tmp_2)) == NULL)" + "\n\t\tgoto err;\n", len, len); + BIO_printf(out, "\tif ((tmp_3 = BN_bin2bn(ec_cofactor_%d, " + "sizeof(ec_cofactor_%d), tmp_3)) == NULL)" + "\n\t\tgoto err;\n", len, len); + BIO_printf(out, "\tif (!EC_GROUP_set_generator(group, point," + " tmp_2, tmp_3))\n\t\tgoto err;\n"); + BIO_printf(out, "\n\tok=1;\n"); + BIO_printf(out, "err:\n"); + BIO_printf(out, "\tif (tmp_1)\n\t\tBN_free(tmp_1);\n"); + BIO_printf(out, "\tif (tmp_2)\n\t\tBN_free(tmp_2);\n"); + BIO_printf(out, "\tif (tmp_3)\n\t\tBN_free(tmp_3);\n"); + BIO_printf(out, "\tif (point)\n\t\tEC_POINT_free(point);\n"); + BIO_printf(out, "\tif (!ok)\n"); + BIO_printf(out, "\t\t{\n"); + BIO_printf(out, "\t\tEC_GROUP_free(group);\n"); + BIO_printf(out, "\t\tgroup = NULL;\n"); + BIO_printf(out, "\t\t}\n"); + BIO_printf(out, "\treturn(group);\n\t}\n"); + } + + if (!noout) { + if (outformat == FORMAT_ASN1) + i = i2d_ECPKParameters_bio(out, group); + else if (outformat == FORMAT_PEM) + i = PEM_write_bio_ECPKParameters(out, group); + else { + BIO_printf(bio_err, "bad output format specified for" + " outfile\n"); + goto end; + } + if (!i) { + BIO_printf(bio_err, "unable to write elliptic " + "curve parameters\n"); + ERR_print_errors(bio_err); + goto end; + } + } + + if (need_rand) { + app_RAND_load_file(NULL, bio_err, (inrand != NULL)); + if (inrand != NULL) + BIO_printf(bio_err, "%ld semi-random bytes loaded\n", + app_RAND_load_files(inrand)); + } + + if (genkey) { + EC_KEY *eckey = EC_KEY_new(); + + if (eckey == NULL) + goto end; + + assert(need_rand); + + if (EC_KEY_set_group(eckey, group) == 0) + goto end; + + if (!EC_KEY_generate_key(eckey)) { + EC_KEY_free(eckey); + goto end; + } + if (outformat == FORMAT_ASN1) + i = i2d_ECPrivateKey_bio(out, eckey); + else if (outformat == FORMAT_PEM) + i = PEM_write_bio_ECPrivateKey(out, eckey, NULL, + NULL, 0, NULL, NULL); + else { + BIO_printf(bio_err, "bad output format specified " + "for outfile\n"); + EC_KEY_free(eckey); + goto end; + } + EC_KEY_free(eckey); + } + + if (need_rand) + app_RAND_write_file(NULL, bio_err); + + ret = 0; + end: + if (ec_p) + BN_free(ec_p); + if (ec_a) + BN_free(ec_a); + if (ec_b) + BN_free(ec_b); + if (ec_gen) + BN_free(ec_gen); + if (ec_order) + BN_free(ec_order); + if (ec_cofactor) + BN_free(ec_cofactor); + if (buffer) + OPENSSL_free(buffer); + if (in != NULL) + BIO_free(in); + if (out != NULL) + BIO_free_all(out); + if (group != NULL) + EC_GROUP_free(group); + apps_shutdown(); + OPENSSL_EXIT(ret); } static int ecparam_print_var(BIO *out, BIGNUM *in, const char *var, - int len, unsigned char *buffer) - { - BIO_printf(out, "static unsigned char %s_%d[] = {", var, len); - if (BN_is_zero(in)) - BIO_printf(out, "\n\t0x00"); - else - { - int i, l; - - l = BN_bn2bin(in, buffer); - for (i=0; i #include #ifndef OPENSSL_NO_COMP -#include +# include #endif #include -int set_hex(char *in,unsigned char *out,int size); +int set_hex(char *in, unsigned char *out, int size); #undef SIZE #undef BSIZE #undef PROG -#define SIZE (512) -#define BSIZE (8*1024) -#define PROG enc_main +#define SIZE (512) +#define BSIZE (8*1024) +#define PROG enc_main -static void show_ciphers(const OBJ_NAME *name,void *bio_) - { - BIO *bio=bio_; - static int n; +static void show_ciphers(const OBJ_NAME *name, void *bio_) +{ + BIO *bio = bio_; + static int n; - if(!islower((unsigned char)*name->name)) - return; + if (!islower((unsigned char)*name->name)) + return; - BIO_printf(bio,"-%-25s",name->name); - if(++n == 3) - { - BIO_printf(bio,"\n"); - n=0; - } - else - BIO_printf(bio," "); - } + BIO_printf(bio, "-%-25s", name->name); + if (++n == 3) { + BIO_printf(bio, "\n"); + n = 0; + } else + BIO_printf(bio, " "); +} int MAIN(int, char **); int MAIN(int argc, char **argv) - { - static const char magic[]="Salted__"; - char mbuf[sizeof magic-1]; - char *strbuf=NULL; - unsigned char *buff=NULL,*bufsize=NULL; - int bsize=BSIZE,verbose=0; - int ret=1,inl; - int nopad = 0; - unsigned char key[EVP_MAX_KEY_LENGTH],iv[EVP_MAX_IV_LENGTH]; - unsigned char salt[PKCS5_SALT_LEN]; - char *str=NULL, *passarg = NULL, *pass = NULL; - char *hkey=NULL,*hiv=NULL,*hsalt = NULL; - char *md=NULL; - int enc=1,printkey=0,i,base64=0; +{ + static const char magic[] = "Salted__"; + char mbuf[sizeof magic - 1]; + char *strbuf = NULL; + unsigned char *buff = NULL, *bufsize = NULL; + int bsize = BSIZE, verbose = 0; + int ret = 1, inl; + int nopad = 0; + unsigned char key[EVP_MAX_KEY_LENGTH], iv[EVP_MAX_IV_LENGTH]; + unsigned char salt[PKCS5_SALT_LEN]; + char *str = NULL, *passarg = NULL, *pass = NULL; + char *hkey = NULL, *hiv = NULL, *hsalt = NULL; + char *md = NULL; + int enc = 1, printkey = 0, i, base64 = 0; #ifdef ZLIB - int do_zlib=0; - BIO *bzl = NULL; + int do_zlib = 0; + BIO *bzl = NULL; #endif - int debug=0,olb64=0,nosalt=0; - const EVP_CIPHER *cipher=NULL,*c; - EVP_CIPHER_CTX *ctx = NULL; - char *inf=NULL,*outf=NULL; - BIO *in=NULL,*out=NULL,*b64=NULL,*benc=NULL,*rbio=NULL,*wbio=NULL; + int debug = 0, olb64 = 0, nosalt = 0; + const EVP_CIPHER *cipher = NULL, *c; + EVP_CIPHER_CTX *ctx = NULL; + char *inf = NULL, *outf = NULL; + BIO *in = NULL, *out = NULL, *b64 = NULL, *benc = NULL, *rbio = + NULL, *wbio = NULL; #define PROG_NAME_SIZE 39 - char pname[PROG_NAME_SIZE+1]; + char pname[PROG_NAME_SIZE + 1]; #ifndef OPENSSL_NO_ENGINE - char *engine = NULL; + char *engine = NULL; #endif - const EVP_MD *dgst=NULL; - int non_fips_allow = 0; + const EVP_MD *dgst = NULL; + int non_fips_allow = 0; - apps_startup(); + apps_startup(); - if (bio_err == NULL) - if ((bio_err=BIO_new(BIO_s_file())) != NULL) - BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); + if (bio_err == NULL) + if ((bio_err = BIO_new(BIO_s_file())) != NULL) + BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT); - if (!load_config(bio_err, NULL)) - goto end; + if (!load_config(bio_err, NULL)) + goto end; - /* first check the program name */ - program_name(argv[0],pname,sizeof pname); - if (strcmp(pname,"base64") == 0) - base64=1; + /* first check the program name */ + program_name(argv[0], pname, sizeof pname); + if (strcmp(pname, "base64") == 0) + base64 = 1; #ifdef ZLIB - if (strcmp(pname,"zlib") == 0) - do_zlib=1; + if (strcmp(pname, "zlib") == 0) + do_zlib = 1; #endif - cipher=EVP_get_cipherbyname(pname); + cipher = EVP_get_cipherbyname(pname); #ifdef ZLIB - if (!do_zlib && !base64 && (cipher == NULL) - && (strcmp(pname,"enc") != 0)) + if (!do_zlib && !base64 && (cipher == NULL) + && (strcmp(pname, "enc") != 0)) #else - if (!base64 && (cipher == NULL) && (strcmp(pname,"enc") != 0)) + if (!base64 && (cipher == NULL) && (strcmp(pname, "enc") != 0)) #endif - { - BIO_printf(bio_err,"%s is an unknown cipher\n",pname); - goto bad; - } - - argc--; - argv++; - while (argc >= 1) - { - if (strcmp(*argv,"-e") == 0) - enc=1; - else if (strcmp(*argv,"-in") == 0) - { - if (--argc < 1) goto bad; - inf= *(++argv); - } - else if (strcmp(*argv,"-out") == 0) - { - if (--argc < 1) goto bad; - outf= *(++argv); - } - else if (strcmp(*argv,"-pass") == 0) - { - if (--argc < 1) goto bad; - passarg= *(++argv); - } + { + BIO_printf(bio_err, "%s is an unknown cipher\n", pname); + goto bad; + } + + argc--; + argv++; + while (argc >= 1) { + if (strcmp(*argv, "-e") == 0) + enc = 1; + else if (strcmp(*argv, "-in") == 0) { + if (--argc < 1) + goto bad; + inf = *(++argv); + } else if (strcmp(*argv, "-out") == 0) { + if (--argc < 1) + goto bad; + outf = *(++argv); + } else if (strcmp(*argv, "-pass") == 0) { + if (--argc < 1) + goto bad; + passarg = *(++argv); + } #ifndef OPENSSL_NO_ENGINE - else if (strcmp(*argv,"-engine") == 0) - { - if (--argc < 1) goto bad; - engine= *(++argv); - } + else if (strcmp(*argv, "-engine") == 0) { + if (--argc < 1) + goto bad; + engine = *(++argv); + } #endif - else if (strcmp(*argv,"-d") == 0) - enc=0; - else if (strcmp(*argv,"-p") == 0) - printkey=1; - else if (strcmp(*argv,"-v") == 0) - verbose=1; - else if (strcmp(*argv,"-nopad") == 0) - nopad=1; - else if (strcmp(*argv,"-salt") == 0) - nosalt=0; - else if (strcmp(*argv,"-nosalt") == 0) - nosalt=1; - else if (strcmp(*argv,"-debug") == 0) - debug=1; - else if (strcmp(*argv,"-P") == 0) - printkey=2; - else if (strcmp(*argv,"-A") == 0) - olb64=1; - else if (strcmp(*argv,"-a") == 0) - base64=1; - else if (strcmp(*argv,"-base64") == 0) - base64=1; + else if (strcmp(*argv, "-d") == 0) + enc = 0; + else if (strcmp(*argv, "-p") == 0) + printkey = 1; + else if (strcmp(*argv, "-v") == 0) + verbose = 1; + else if (strcmp(*argv, "-nopad") == 0) + nopad = 1; + else if (strcmp(*argv, "-salt") == 0) + nosalt = 0; + else if (strcmp(*argv, "-nosalt") == 0) + nosalt = 1; + else if (strcmp(*argv, "-debug") == 0) + debug = 1; + else if (strcmp(*argv, "-P") == 0) + printkey = 2; + else if (strcmp(*argv, "-A") == 0) + olb64 = 1; + else if (strcmp(*argv, "-a") == 0) + base64 = 1; + else if (strcmp(*argv, "-base64") == 0) + base64 = 1; #ifdef ZLIB - else if (strcmp(*argv,"-z") == 0) - do_zlib=1; + else if (strcmp(*argv, "-z") == 0) + do_zlib = 1; #endif - else if (strcmp(*argv,"-bufsize") == 0) - { - if (--argc < 1) goto bad; - bufsize=(unsigned char *)*(++argv); - } - else if (strcmp(*argv,"-k") == 0) - { - if (--argc < 1) goto bad; - str= *(++argv); - } - else if (strcmp(*argv,"-kfile") == 0) - { - static char buf[128]; - FILE *infile; - char *file; - - if (--argc < 1) goto bad; - file= *(++argv); - infile=fopen(file,"r"); - if (infile == NULL) - { - BIO_printf(bio_err,"unable to read key from '%s'\n", - file); - goto bad; - } - buf[0]='\0'; - if (!fgets(buf,sizeof buf,infile)) - { - BIO_printf(bio_err,"unable to read key from '%s'\n", - file); - goto bad; - } - fclose(infile); - i=strlen(buf); - if ((i > 0) && - ((buf[i-1] == '\n') || (buf[i-1] == '\r'))) - buf[--i]='\0'; - if ((i > 0) && - ((buf[i-1] == '\n') || (buf[i-1] == '\r'))) - buf[--i]='\0'; - if (i < 1) - { - BIO_printf(bio_err,"zero length password\n"); - goto bad; - } - str=buf; - } - else if (strcmp(*argv,"-K") == 0) - { - if (--argc < 1) goto bad; - hkey= *(++argv); - } - else if (strcmp(*argv,"-S") == 0) - { - if (--argc < 1) goto bad; - hsalt= *(++argv); - } - else if (strcmp(*argv,"-iv") == 0) - { - if (--argc < 1) goto bad; - hiv= *(++argv); - } - else if (strcmp(*argv,"-md") == 0) - { - if (--argc < 1) goto bad; - md= *(++argv); - } - else if (strcmp(*argv,"-non-fips-allow") == 0) - non_fips_allow = 1; - else if ((argv[0][0] == '-') && - ((c=EVP_get_cipherbyname(&(argv[0][1]))) != NULL)) - { - cipher=c; - } - else if (strcmp(*argv,"-none") == 0) - cipher=NULL; - else - { - BIO_printf(bio_err,"unknown option '%s'\n",*argv); -bad: - BIO_printf(bio_err,"options are\n"); - BIO_printf(bio_err,"%-14s input file\n","-in "); - BIO_printf(bio_err,"%-14s output file\n","-out "); - BIO_printf(bio_err,"%-14s pass phrase source\n","-pass "); - BIO_printf(bio_err,"%-14s encrypt\n","-e"); - BIO_printf(bio_err,"%-14s decrypt\n","-d"); - BIO_printf(bio_err,"%-14s base64 encode/decode, depending on encryption flag\n","-a/-base64"); - BIO_printf(bio_err,"%-14s passphrase is the next argument\n","-k"); - BIO_printf(bio_err,"%-14s passphrase is the first line of the file argument\n","-kfile"); - BIO_printf(bio_err,"%-14s the next argument is the md to use to create a key\n","-md"); - BIO_printf(bio_err,"%-14s from a passphrase. One of md2, md5, sha or sha1\n",""); - BIO_printf(bio_err,"%-14s salt in hex is the next argument\n","-S"); - BIO_printf(bio_err,"%-14s key/iv in hex is the next argument\n","-K/-iv"); - BIO_printf(bio_err,"%-14s print the iv/key (then exit if -P)\n","-[pP]"); - BIO_printf(bio_err,"%-14s buffer size\n","-bufsize "); - BIO_printf(bio_err,"%-14s disable standard block padding\n","-nopad"); + else if (strcmp(*argv, "-bufsize") == 0) { + if (--argc < 1) + goto bad; + bufsize = (unsigned char *)*(++argv); + } else if (strcmp(*argv, "-k") == 0) { + if (--argc < 1) + goto bad; + str = *(++argv); + } else if (strcmp(*argv, "-kfile") == 0) { + static char buf[128]; + FILE *infile; + char *file; + + if (--argc < 1) + goto bad; + file = *(++argv); + infile = fopen(file, "r"); + if (infile == NULL) { + BIO_printf(bio_err, "unable to read key from '%s'\n", file); + goto bad; + } + buf[0] = '\0'; + if (!fgets(buf, sizeof buf, infile)) { + BIO_printf(bio_err, "unable to read key from '%s'\n", file); + goto bad; + } + fclose(infile); + i = strlen(buf); + if ((i > 0) && ((buf[i - 1] == '\n') || (buf[i - 1] == '\r'))) + buf[--i] = '\0'; + if ((i > 0) && ((buf[i - 1] == '\n') || (buf[i - 1] == '\r'))) + buf[--i] = '\0'; + if (i < 1) { + BIO_printf(bio_err, "zero length password\n"); + goto bad; + } + str = buf; + } else if (strcmp(*argv, "-K") == 0) { + if (--argc < 1) + goto bad; + hkey = *(++argv); + } else if (strcmp(*argv, "-S") == 0) { + if (--argc < 1) + goto bad; + hsalt = *(++argv); + } else if (strcmp(*argv, "-iv") == 0) { + if (--argc < 1) + goto bad; + hiv = *(++argv); + } else if (strcmp(*argv, "-md") == 0) { + if (--argc < 1) + goto bad; + md = *(++argv); + } else if (strcmp(*argv, "-non-fips-allow") == 0) + non_fips_allow = 1; + else if ((argv[0][0] == '-') && + ((c = EVP_get_cipherbyname(&(argv[0][1]))) != NULL)) { + cipher = c; + } else if (strcmp(*argv, "-none") == 0) + cipher = NULL; + else { + BIO_printf(bio_err, "unknown option '%s'\n", *argv); + bad: + BIO_printf(bio_err, "options are\n"); + BIO_printf(bio_err, "%-14s input file\n", "-in "); + BIO_printf(bio_err, "%-14s output file\n", "-out "); + BIO_printf(bio_err, "%-14s pass phrase source\n", "-pass "); + BIO_printf(bio_err, "%-14s encrypt\n", "-e"); + BIO_printf(bio_err, "%-14s decrypt\n", "-d"); + BIO_printf(bio_err, + "%-14s base64 encode/decode, depending on encryption flag\n", + "-a/-base64"); + BIO_printf(bio_err, "%-14s passphrase is the next argument\n", + "-k"); + BIO_printf(bio_err, + "%-14s passphrase is the first line of the file argument\n", + "-kfile"); + BIO_printf(bio_err, + "%-14s the next argument is the md to use to create a key\n", + "-md"); + BIO_printf(bio_err, + "%-14s from a passphrase. One of md2, md5, sha or sha1\n", + ""); + BIO_printf(bio_err, "%-14s salt in hex is the next argument\n", + "-S"); + BIO_printf(bio_err, "%-14s key/iv in hex is the next argument\n", + "-K/-iv"); + BIO_printf(bio_err, "%-14s print the iv/key (then exit if -P)\n", + "-[pP]"); + BIO_printf(bio_err, "%-14s buffer size\n", "-bufsize "); + BIO_printf(bio_err, "%-14s disable standard block padding\n", + "-nopad"); #ifndef OPENSSL_NO_ENGINE - BIO_printf(bio_err,"%-14s use engine e, possibly a hardware device.\n","-engine e"); + BIO_printf(bio_err, + "%-14s use engine e, possibly a hardware device.\n", + "-engine e"); #endif - BIO_printf(bio_err,"Cipher Types\n"); - OBJ_NAME_do_all_sorted(OBJ_NAME_TYPE_CIPHER_METH, - show_ciphers, - bio_err); - BIO_printf(bio_err,"\n"); + BIO_printf(bio_err, "Cipher Types\n"); + OBJ_NAME_do_all_sorted(OBJ_NAME_TYPE_CIPHER_METH, + show_ciphers, bio_err); + BIO_printf(bio_err, "\n"); - goto end; - } - argc--; - argv++; - } + goto end; + } + argc--; + argv++; + } #ifndef OPENSSL_NO_ENGINE - setup_engine(bio_err, engine, 0); + setup_engine(bio_err, engine, 0); #endif - if (cipher && EVP_CIPHER_flags(cipher) & EVP_CIPH_FLAG_AEAD_CIPHER) - { - BIO_printf(bio_err, "AEAD ciphers not supported by the enc utility\n"); - goto end; - } - - if (cipher && (EVP_CIPHER_mode(cipher) == EVP_CIPH_XTS_MODE)) - { - BIO_printf(bio_err, "Ciphers in XTS mode are not supported by the enc utility\n"); - goto end; - } - - if (md && (dgst=EVP_get_digestbyname(md)) == NULL) - { - BIO_printf(bio_err,"%s is an unsupported message digest type\n",md); - goto end; - } - - if (dgst == NULL) - { - dgst = EVP_md5(); - } - - if (bufsize != NULL) - { - unsigned long n; - - for (n=0; *bufsize; bufsize++) - { - i= *bufsize; - if ((i <= '9') && (i >= '0')) - n=n*10+i-'0'; - else if (i == 'k') - { - n*=1024; - bufsize++; - break; - } - } - if (*bufsize != '\0') - { - BIO_printf(bio_err,"invalid 'bufsize' specified.\n"); - goto end; - } - - /* It must be large enough for a base64 encoded line */ - if (base64 && n < 80) n=80; - - bsize=(int)n; - if (verbose) BIO_printf(bio_err,"bufsize=%d\n",bsize); - } - - strbuf=OPENSSL_malloc(SIZE); - buff=(unsigned char *)OPENSSL_malloc(EVP_ENCODE_LENGTH(bsize)); - if ((buff == NULL) || (strbuf == NULL)) - { - BIO_printf(bio_err,"OPENSSL_malloc failure %ld\n",(long)EVP_ENCODE_LENGTH(bsize)); - goto end; - } - - in=BIO_new(BIO_s_file()); - out=BIO_new(BIO_s_file()); - if ((in == NULL) || (out == NULL)) - { - ERR_print_errors(bio_err); - goto end; - } - if (debug) - { - BIO_set_callback(in,BIO_debug_callback); - BIO_set_callback(out,BIO_debug_callback); - BIO_set_callback_arg(in,(char *)bio_err); - BIO_set_callback_arg(out,(char *)bio_err); - } - - if (inf == NULL) - { + if (cipher && EVP_CIPHER_flags(cipher) & EVP_CIPH_FLAG_AEAD_CIPHER) { + BIO_printf(bio_err, + "AEAD ciphers not supported by the enc utility\n"); + goto end; + } + + if (cipher && (EVP_CIPHER_mode(cipher) == EVP_CIPH_XTS_MODE)) { + BIO_printf(bio_err, + "Ciphers in XTS mode are not supported by the enc utility\n"); + goto end; + } + + if (md && (dgst = EVP_get_digestbyname(md)) == NULL) { + BIO_printf(bio_err, "%s is an unsupported message digest type\n", md); + goto end; + } + + if (dgst == NULL) { + dgst = EVP_md5(); + } + + if (bufsize != NULL) { + unsigned long n; + + for (n = 0; *bufsize; bufsize++) { + i = *bufsize; + if ((i <= '9') && (i >= '0')) + n = n * 10 + i - '0'; + else if (i == 'k') { + n *= 1024; + bufsize++; + break; + } + } + if (*bufsize != '\0') { + BIO_printf(bio_err, "invalid 'bufsize' specified.\n"); + goto end; + } + + /* It must be large enough for a base64 encoded line */ + if (base64 && n < 80) + n = 80; + + bsize = (int)n; + if (verbose) + BIO_printf(bio_err, "bufsize=%d\n", bsize); + } + + strbuf = OPENSSL_malloc(SIZE); + buff = (unsigned char *)OPENSSL_malloc(EVP_ENCODE_LENGTH(bsize)); + if ((buff == NULL) || (strbuf == NULL)) { + BIO_printf(bio_err, "OPENSSL_malloc failure %ld\n", + (long)EVP_ENCODE_LENGTH(bsize)); + goto end; + } + + in = BIO_new(BIO_s_file()); + out = BIO_new(BIO_s_file()); + if ((in == NULL) || (out == NULL)) { + ERR_print_errors(bio_err); + goto end; + } + if (debug) { + BIO_set_callback(in, BIO_debug_callback); + BIO_set_callback(out, BIO_debug_callback); + BIO_set_callback_arg(in, (char *)bio_err); + BIO_set_callback_arg(out, (char *)bio_err); + } + + if (inf == NULL) { #ifndef OPENSSL_NO_SETVBUF_IONBF - if (bufsize != NULL) - setvbuf(stdin, (char *)NULL, _IONBF, 0); -#endif /* ndef OPENSSL_NO_SETVBUF_IONBF */ - BIO_set_fp(in,stdin,BIO_NOCLOSE); - } - else - { - if (BIO_read_filename(in,inf) <= 0) - { - perror(inf); - goto end; - } - } - - if(!str && passarg) { - if(!app_passwd(bio_err, passarg, NULL, &pass, NULL)) { - BIO_printf(bio_err, "Error getting password\n"); - goto end; - } - str = pass; - } - - if ((str == NULL) && (cipher != NULL) && (hkey == NULL)) - { - for (;;) - { - char buf[200]; - - BIO_snprintf(buf,sizeof buf,"enter %s %s password:", - OBJ_nid2ln(EVP_CIPHER_nid(cipher)), - (enc)?"encryption":"decryption"); - strbuf[0]='\0'; - i=EVP_read_pw_string((char *)strbuf,SIZE,buf,enc); - if (i == 0) - { - if (strbuf[0] == '\0') - { - ret=1; - goto end; - } - str=strbuf; - break; - } - if (i < 0) - { - BIO_printf(bio_err,"bad password read\n"); - goto end; - } - } - } - - - if (outf == NULL) - { - BIO_set_fp(out,stdout,BIO_NOCLOSE); + if (bufsize != NULL) + setvbuf(stdin, (char *)NULL, _IONBF, 0); +#endif /* ndef OPENSSL_NO_SETVBUF_IONBF */ + BIO_set_fp(in, stdin, BIO_NOCLOSE); + } else { + if (BIO_read_filename(in, inf) <= 0) { + perror(inf); + goto end; + } + } + + if (!str && passarg) { + if (!app_passwd(bio_err, passarg, NULL, &pass, NULL)) { + BIO_printf(bio_err, "Error getting password\n"); + goto end; + } + str = pass; + } + + if ((str == NULL) && (cipher != NULL) && (hkey == NULL)) { + for (;;) { + char buf[200]; + + BIO_snprintf(buf, sizeof buf, "enter %s %s password:", + OBJ_nid2ln(EVP_CIPHER_nid(cipher)), + (enc) ? "encryption" : "decryption"); + strbuf[0] = '\0'; + i = EVP_read_pw_string((char *)strbuf, SIZE, buf, enc); + if (i == 0) { + if (strbuf[0] == '\0') { + ret = 1; + goto end; + } + str = strbuf; + break; + } + if (i < 0) { + BIO_printf(bio_err, "bad password read\n"); + goto end; + } + } + } + + if (outf == NULL) { + BIO_set_fp(out, stdout, BIO_NOCLOSE); #ifndef OPENSSL_NO_SETVBUF_IONBF - if (bufsize != NULL) - setvbuf(stdout, (char *)NULL, _IONBF, 0); -#endif /* ndef OPENSSL_NO_SETVBUF_IONBF */ + if (bufsize != NULL) + setvbuf(stdout, (char *)NULL, _IONBF, 0); +#endif /* ndef OPENSSL_NO_SETVBUF_IONBF */ #ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - out = BIO_push(tmpbio, out); - } + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + out = BIO_push(tmpbio, out); + } #endif - } - else - { - if (BIO_write_filename(out,outf) <= 0) - { - perror(outf); - goto end; - } - } - - rbio=in; - wbio=out; + } else { + if (BIO_write_filename(out, outf) <= 0) { + perror(outf); + goto end; + } + } + + rbio = in; + wbio = out; #ifdef ZLIB - if (do_zlib) - { - if ((bzl=BIO_new(BIO_f_zlib())) == NULL) - goto end; - if (enc) - wbio=BIO_push(bzl,wbio); - else - rbio=BIO_push(bzl,rbio); - } + if (do_zlib) { + if ((bzl = BIO_new(BIO_f_zlib())) == NULL) + goto end; + if (enc) + wbio = BIO_push(bzl, wbio); + else + rbio = BIO_push(bzl, rbio); + } #endif - if (base64) - { - if ((b64=BIO_new(BIO_f_base64())) == NULL) - goto end; - if (debug) - { - BIO_set_callback(b64,BIO_debug_callback); - BIO_set_callback_arg(b64,(char *)bio_err); - } - if (olb64) - BIO_set_flags(b64,BIO_FLAGS_BASE64_NO_NL); - if (enc) - wbio=BIO_push(b64,wbio); - else - rbio=BIO_push(b64,rbio); - } - - if (cipher != NULL) - { - /* Note that str is NULL if a key was passed on the command - * line, so we get no salt in that case. Is this a bug? - */ - if (str != NULL) - { - /* Salt handling: if encrypting generate a salt and - * write to output BIO. If decrypting read salt from - * input BIO. - */ - unsigned char *sptr; - if(nosalt) sptr = NULL; - else { - if(enc) { - if(hsalt) { - if(!set_hex(hsalt,salt,sizeof salt)) { - BIO_printf(bio_err, - "invalid hex salt value\n"); - goto end; - } - } else if (RAND_pseudo_bytes(salt, sizeof salt) < 0) - goto end; - /* If -P option then don't bother writing */ - if((printkey != 2) - && (BIO_write(wbio,magic, - sizeof magic-1) != sizeof magic-1 - || BIO_write(wbio, - (char *)salt, - sizeof salt) != sizeof salt)) { - BIO_printf(bio_err,"error writing output file\n"); - goto end; - } - } else if(BIO_read(rbio,mbuf,sizeof mbuf) != sizeof mbuf - || BIO_read(rbio, - (unsigned char *)salt, - sizeof salt) != sizeof salt) { - BIO_printf(bio_err,"error reading input file\n"); - goto end; - } else if(memcmp(mbuf,magic,sizeof magic-1)) { - BIO_printf(bio_err,"bad magic number\n"); - goto end; - } - - sptr = salt; - } - - EVP_BytesToKey(cipher,dgst,sptr, - (unsigned char *)str, - strlen(str),1,key,iv); - /* zero the complete buffer or the string - * passed from the command line - * bug picked up by - * Larry J. Hughes Jr. */ - if (str == strbuf) - OPENSSL_cleanse(str,SIZE); - else - OPENSSL_cleanse(str,strlen(str)); - } - if ((hiv != NULL) && !set_hex(hiv,iv,sizeof iv)) - { - BIO_printf(bio_err,"invalid hex iv value\n"); - goto end; - } - if ((hiv == NULL) && (str == NULL) - && EVP_CIPHER_iv_length(cipher) != 0) - { - /* No IV was explicitly set and no IV was generated - * during EVP_BytesToKey. Hence the IV is undefined, - * making correct decryption impossible. */ - BIO_printf(bio_err, "iv undefined\n"); - goto end; - } - if ((hkey != NULL) && !set_hex(hkey,key,sizeof key)) - { - BIO_printf(bio_err,"invalid hex key value\n"); - goto end; - } - - if ((benc=BIO_new(BIO_f_cipher())) == NULL) - goto end; - - /* Since we may be changing parameters work on the encryption - * context rather than calling BIO_set_cipher(). - */ - - BIO_get_cipher_ctx(benc, &ctx); - - if (non_fips_allow) - EVP_CIPHER_CTX_set_flags(ctx, - EVP_CIPH_FLAG_NON_FIPS_ALLOW); - - if (!EVP_CipherInit_ex(ctx, cipher, NULL, NULL, NULL, enc)) - { - BIO_printf(bio_err, "Error setting cipher %s\n", - EVP_CIPHER_name(cipher)); - ERR_print_errors(bio_err); - goto end; - } - - if (nopad) - EVP_CIPHER_CTX_set_padding(ctx, 0); - - if (!EVP_CipherInit_ex(ctx, NULL, NULL, key, iv, enc)) - { - BIO_printf(bio_err, "Error setting cipher %s\n", - EVP_CIPHER_name(cipher)); - ERR_print_errors(bio_err); - goto end; - } - - if (debug) - { - BIO_set_callback(benc,BIO_debug_callback); - BIO_set_callback_arg(benc,(char *)bio_err); - } - - if (printkey) - { - if (!nosalt) - { - printf("salt="); - for (i=0; i<(int)sizeof(salt); i++) - printf("%02X",salt[i]); - printf("\n"); - } - if (cipher->key_len > 0) - { - printf("key="); - for (i=0; ikey_len; i++) - printf("%02X",key[i]); - printf("\n"); - } - if (cipher->iv_len > 0) - { - printf("iv ="); - for (i=0; iiv_len; i++) - printf("%02X",iv[i]); - printf("\n"); - } - if (printkey == 2) - { - ret=0; - goto end; - } - } - } - - /* Only encrypt/decrypt as we write the file */ - if (benc != NULL) - wbio=BIO_push(benc,wbio); - - for (;;) - { - inl=BIO_read(rbio,(char *)buff,bsize); - if (inl <= 0) break; - if (BIO_write(wbio,(char *)buff,inl) != inl) - { - BIO_printf(bio_err,"error writing output file\n"); - goto end; - } - } - if (!BIO_flush(wbio)) - { - BIO_printf(bio_err,"bad decrypt\n"); - goto end; - } - - ret=0; - if (verbose) - { - BIO_printf(bio_err,"bytes read :%8ld\n",BIO_number_read(in)); - BIO_printf(bio_err,"bytes written:%8ld\n",BIO_number_written(out)); - } -end: - ERR_print_errors(bio_err); - if (strbuf != NULL) OPENSSL_free(strbuf); - if (buff != NULL) OPENSSL_free(buff); - if (in != NULL) BIO_free(in); - if (out != NULL) BIO_free_all(out); - if (benc != NULL) BIO_free(benc); - if (b64 != NULL) BIO_free(b64); + if (base64) { + if ((b64 = BIO_new(BIO_f_base64())) == NULL) + goto end; + if (debug) { + BIO_set_callback(b64, BIO_debug_callback); + BIO_set_callback_arg(b64, (char *)bio_err); + } + if (olb64) + BIO_set_flags(b64, BIO_FLAGS_BASE64_NO_NL); + if (enc) + wbio = BIO_push(b64, wbio); + else + rbio = BIO_push(b64, rbio); + } + + if (cipher != NULL) { + /* + * Note that str is NULL if a key was passed on the command line, so + * we get no salt in that case. Is this a bug? + */ + if (str != NULL) { + /* + * Salt handling: if encrypting generate a salt and write to + * output BIO. If decrypting read salt from input BIO. + */ + unsigned char *sptr; + if (nosalt) + sptr = NULL; + else { + if (enc) { + if (hsalt) { + if (!set_hex(hsalt, salt, sizeof salt)) { + BIO_printf(bio_err, "invalid hex salt value\n"); + goto end; + } + } else if (RAND_pseudo_bytes(salt, sizeof salt) < 0) + goto end; + /* + * If -P option then don't bother writing + */ + if ((printkey != 2) + && (BIO_write(wbio, magic, + sizeof magic - 1) != sizeof magic - 1 + || BIO_write(wbio, + (char *)salt, + sizeof salt) != sizeof salt)) { + BIO_printf(bio_err, "error writing output file\n"); + goto end; + } + } else if (BIO_read(rbio, mbuf, sizeof mbuf) != sizeof mbuf + || BIO_read(rbio, + (unsigned char *)salt, + sizeof salt) != sizeof salt) { + BIO_printf(bio_err, "error reading input file\n"); + goto end; + } else if (memcmp(mbuf, magic, sizeof magic - 1)) { + BIO_printf(bio_err, "bad magic number\n"); + goto end; + } + + sptr = salt; + } + + EVP_BytesToKey(cipher, dgst, sptr, + (unsigned char *)str, strlen(str), 1, key, iv); + /* + * zero the complete buffer or the string passed from the command + * line bug picked up by Larry J. Hughes Jr. + */ + if (str == strbuf) + OPENSSL_cleanse(str, SIZE); + else + OPENSSL_cleanse(str, strlen(str)); + } + if ((hiv != NULL) && !set_hex(hiv, iv, sizeof iv)) { + BIO_printf(bio_err, "invalid hex iv value\n"); + goto end; + } + if ((hiv == NULL) && (str == NULL) + && EVP_CIPHER_iv_length(cipher) != 0) { + /* + * No IV was explicitly set and no IV was generated during + * EVP_BytesToKey. Hence the IV is undefined, making correct + * decryption impossible. + */ + BIO_printf(bio_err, "iv undefined\n"); + goto end; + } + if ((hkey != NULL) && !set_hex(hkey, key, sizeof key)) { + BIO_printf(bio_err, "invalid hex key value\n"); + goto end; + } + + if ((benc = BIO_new(BIO_f_cipher())) == NULL) + goto end; + + /* + * Since we may be changing parameters work on the encryption context + * rather than calling BIO_set_cipher(). + */ + + BIO_get_cipher_ctx(benc, &ctx); + + if (non_fips_allow) + EVP_CIPHER_CTX_set_flags(ctx, EVP_CIPH_FLAG_NON_FIPS_ALLOW); + + if (!EVP_CipherInit_ex(ctx, cipher, NULL, NULL, NULL, enc)) { + BIO_printf(bio_err, "Error setting cipher %s\n", + EVP_CIPHER_name(cipher)); + ERR_print_errors(bio_err); + goto end; + } + + if (nopad) + EVP_CIPHER_CTX_set_padding(ctx, 0); + + if (!EVP_CipherInit_ex(ctx, NULL, NULL, key, iv, enc)) { + BIO_printf(bio_err, "Error setting cipher %s\n", + EVP_CIPHER_name(cipher)); + ERR_print_errors(bio_err); + goto end; + } + + if (debug) { + BIO_set_callback(benc, BIO_debug_callback); + BIO_set_callback_arg(benc, (char *)bio_err); + } + + if (printkey) { + if (!nosalt) { + printf("salt="); + for (i = 0; i < (int)sizeof(salt); i++) + printf("%02X", salt[i]); + printf("\n"); + } + if (cipher->key_len > 0) { + printf("key="); + for (i = 0; i < cipher->key_len; i++) + printf("%02X", key[i]); + printf("\n"); + } + if (cipher->iv_len > 0) { + printf("iv ="); + for (i = 0; i < cipher->iv_len; i++) + printf("%02X", iv[i]); + printf("\n"); + } + if (printkey == 2) { + ret = 0; + goto end; + } + } + } + + /* Only encrypt/decrypt as we write the file */ + if (benc != NULL) + wbio = BIO_push(benc, wbio); + + for (;;) { + inl = BIO_read(rbio, (char *)buff, bsize); + if (inl <= 0) + break; + if (BIO_write(wbio, (char *)buff, inl) != inl) { + BIO_printf(bio_err, "error writing output file\n"); + goto end; + } + } + if (!BIO_flush(wbio)) { + BIO_printf(bio_err, "bad decrypt\n"); + goto end; + } + + ret = 0; + if (verbose) { + BIO_printf(bio_err, "bytes read :%8ld\n", BIO_number_read(in)); + BIO_printf(bio_err, "bytes written:%8ld\n", BIO_number_written(out)); + } + end: + ERR_print_errors(bio_err); + if (strbuf != NULL) + OPENSSL_free(strbuf); + if (buff != NULL) + OPENSSL_free(buff); + if (in != NULL) + BIO_free(in); + if (out != NULL) + BIO_free_all(out); + if (benc != NULL) + BIO_free(benc); + if (b64 != NULL) + BIO_free(b64); #ifdef ZLIB - if (bzl != NULL) BIO_free(bzl); + if (bzl != NULL) + BIO_free(bzl); #endif - if(pass) OPENSSL_free(pass); - apps_shutdown(); - OPENSSL_EXIT(ret); - } + if (pass) + OPENSSL_free(pass); + apps_shutdown(); + OPENSSL_EXIT(ret); +} int set_hex(char *in, unsigned char *out, int size) - { - int i,n; - unsigned char j; - - n=strlen(in); - if (n > (size*2)) - { - BIO_printf(bio_err,"hex string is too long\n"); - return(0); - } - memset(out,0,size); - for (i=0; i= '0') && (j <= '9')) - j-='0'; - else if ((j >= 'A') && (j <= 'F')) - j=j-'A'+10; - else if ((j >= 'a') && (j <= 'f')) - j=j-'a'+10; - else - { - BIO_printf(bio_err,"non-hex digit\n"); - return(0); - } - if (i&1) - out[i/2]|=j; - else - out[i/2]=(j<<4); - } - return(1); - } +{ + int i, n; + unsigned char j; + + n = strlen(in); + if (n > (size * 2)) { + BIO_printf(bio_err, "hex string is too long\n"); + return (0); + } + memset(out, 0, size); + for (i = 0; i < n; i++) { + j = (unsigned char)*in; + *(in++) = '\0'; + if (j == 0) + break; + if ((j >= '0') && (j <= '9')) + j -= '0'; + else if ((j >= 'A') && (j <= 'F')) + j = j - 'A' + 10; + else if ((j >= 'a') && (j <= 'f')) + j = j - 'a' + 10; + else { + BIO_printf(bio_err, "non-hex digit\n"); + return (0); + } + if (i & 1) + out[i / 2] |= j; + else + out[i / 2] = (j << 4); + } + return (1); +} diff --git a/openssl/apps/engine.c b/openssl/apps/engine.c index 9a0294398..3d70cac41 100644 --- a/openssl/apps/engine.c +++ b/openssl/apps/engine.c @@ -1,6 +1,7 @@ /* apps/engine.c -*- mode: C; c-file-style: "eay" -*- */ -/* Written by Richard Levitte for the OpenSSL - * project 2000. +/* + * Written by Richard Levitte for the OpenSSL project + * 2000. */ /* ==================================================================== * Copyright (c) 2000 The OpenSSL Project. All rights reserved. @@ -10,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -56,494 +57,461 @@ * */ - #include #include #include #ifdef OPENSSL_NO_STDIO -#define APPS_WIN16 +# define APPS_WIN16 #endif #include "apps.h" #include #ifndef OPENSSL_NO_ENGINE -#include -#include - -#undef PROG -#define PROG engine_main - -static const char *engine_usage[]={ -"usage: engine opts [engine ...]\n", -" -v[v[v[v]]] - verbose mode, for each engine, list its 'control commands'\n", -" -vv will additionally display each command's description\n", -" -vvv will also add the input flags for each command\n", -" -vvvv will also show internal input flags\n", -" -c - for each engine, also list the capabilities\n", -" -t[t] - for each engine, check that they are really available\n", -" -tt will display error trace for unavailable engines\n", -" -pre - runs command 'cmd' against the ENGINE before any attempts\n", -" to load it (if -t is used)\n", -" -post - runs command 'cmd' against the ENGINE after loading it\n", -" (only used if -t is also provided)\n", -" NB: -pre and -post will be applied to all ENGINEs supplied on the command\n", -" line, or all supported ENGINEs if none are specified.\n", -" Eg. '-pre \"SO_PATH:/lib/libdriver.so\"' calls command \"SO_PATH\" with\n", -" argument \"/lib/libdriver.so\".\n", -NULL +# include +# include + +# undef PROG +# define PROG engine_main + +static const char *engine_usage[] = { + "usage: engine opts [engine ...]\n", + " -v[v[v[v]]] - verbose mode, for each engine, list its 'control commands'\n", + " -vv will additionally display each command's description\n", + " -vvv will also add the input flags for each command\n", + " -vvvv will also show internal input flags\n", + " -c - for each engine, also list the capabilities\n", + " -t[t] - for each engine, check that they are really available\n", + " -tt will display error trace for unavailable engines\n", + " -pre - runs command 'cmd' against the ENGINE before any attempts\n", + " to load it (if -t is used)\n", + " -post - runs command 'cmd' against the ENGINE after loading it\n", + " (only used if -t is also provided)\n", + " NB: -pre and -post will be applied to all ENGINEs supplied on the command\n", + " line, or all supported ENGINEs if none are specified.\n", + " Eg. '-pre \"SO_PATH:/lib/libdriver.so\"' calls command \"SO_PATH\" with\n", + " argument \"/lib/libdriver.so\".\n", + NULL }; static void identity(char *ptr) - { - return; - } +{ + return; +} static int append_buf(char **buf, const char *s, int *size, int step) - { - int l = strlen(s); +{ + int l = strlen(s); - if (*buf == NULL) - { - *size = step; - *buf = OPENSSL_malloc(*size); - if (*buf == NULL) - return 0; - **buf = '\0'; - } + if (*buf == NULL) { + *size = step; + *buf = OPENSSL_malloc(*size); + if (*buf == NULL) + return 0; + **buf = '\0'; + } - if (**buf != '\0') - l += 2; /* ", " */ + if (**buf != '\0') + l += 2; /* ", " */ - if (strlen(*buf) + strlen(s) >= (unsigned int)*size) - { - *size += step; - *buf = OPENSSL_realloc(*buf, *size); - } + if (strlen(*buf) + strlen(s) >= (unsigned int)*size) { + *size += step; + *buf = OPENSSL_realloc(*buf, *size); + } - if (*buf == NULL) - return 0; + if (*buf == NULL) + return 0; - if (**buf != '\0') - BUF_strlcat(*buf, ", ", *size); - BUF_strlcat(*buf, s, *size); + if (**buf != '\0') + BUF_strlcat(*buf, ", ", *size); + BUF_strlcat(*buf, s, *size); - return 1; - } + return 1; +} static int util_flags(BIO *bio_out, unsigned int flags, const char *indent) - { - int started = 0, err = 0; - /* Indent before displaying input flags */ - BIO_printf(bio_out, "%s%s(input flags): ", indent, indent); - if(flags == 0) - { - BIO_printf(bio_out, "\n"); - return 1; - } - /* If the object is internal, mark it in a way that shows instead of - * having it part of all the other flags, even if it really is. */ - if(flags & ENGINE_CMD_FLAG_INTERNAL) - { - BIO_printf(bio_out, "[Internal] "); - } - - if(flags & ENGINE_CMD_FLAG_NUMERIC) - { - BIO_printf(bio_out, "NUMERIC"); - started = 1; - } - /* Now we check that no combinations of the mutually exclusive NUMERIC, - * STRING, and NO_INPUT flags have been used. Future flags that can be - * OR'd together with these would need to added after these to preserve - * the testing logic. */ - if(flags & ENGINE_CMD_FLAG_STRING) - { - if(started) - { - BIO_printf(bio_out, "|"); - err = 1; - } - BIO_printf(bio_out, "STRING"); - started = 1; - } - if(flags & ENGINE_CMD_FLAG_NO_INPUT) - { - if(started) - { - BIO_printf(bio_out, "|"); - err = 1; - } - BIO_printf(bio_out, "NO_INPUT"); - started = 1; - } - /* Check for unknown flags */ - flags = flags & ~ENGINE_CMD_FLAG_NUMERIC & - ~ENGINE_CMD_FLAG_STRING & - ~ENGINE_CMD_FLAG_NO_INPUT & - ~ENGINE_CMD_FLAG_INTERNAL; - if(flags) - { - if(started) BIO_printf(bio_out, "|"); - BIO_printf(bio_out, "<0x%04X>", flags); - } - if(err) - BIO_printf(bio_out, " "); - BIO_printf(bio_out, "\n"); - return 1; - } - -static int util_verbose(ENGINE *e, int verbose, BIO *bio_out, const char *indent) - { - static const int line_wrap = 78; - int num; - int ret = 0; - char *name = NULL; - char *desc = NULL; - int flags; - int xpos = 0; - STACK_OF(OPENSSL_STRING) *cmds = NULL; - if(!ENGINE_ctrl(e, ENGINE_CTRL_HAS_CTRL_FUNCTION, 0, NULL, NULL) || - ((num = ENGINE_ctrl(e, ENGINE_CTRL_GET_FIRST_CMD_TYPE, - 0, NULL, NULL)) <= 0)) - { -#if 0 - BIO_printf(bio_out, "%s\n", indent); -#endif - return 1; - } - - cmds = sk_OPENSSL_STRING_new_null(); - - if(!cmds) - goto err; - do { - int len; - /* Get the command input flags */ - if((flags = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, num, - NULL, NULL)) < 0) - goto err; - if (!(flags & ENGINE_CMD_FLAG_INTERNAL) || verbose >= 4) - { - /* Get the command name */ - if((len = ENGINE_ctrl(e, ENGINE_CTRL_GET_NAME_LEN_FROM_CMD, num, - NULL, NULL)) <= 0) - goto err; - if((name = OPENSSL_malloc(len + 1)) == NULL) - goto err; - if(ENGINE_ctrl(e, ENGINE_CTRL_GET_NAME_FROM_CMD, num, name, +{ + int started = 0, err = 0; + /* Indent before displaying input flags */ + BIO_printf(bio_out, "%s%s(input flags): ", indent, indent); + if (flags == 0) { + BIO_printf(bio_out, "\n"); + return 1; + } + /* + * If the object is internal, mark it in a way that shows instead of + * having it part of all the other flags, even if it really is. + */ + if (flags & ENGINE_CMD_FLAG_INTERNAL) { + BIO_printf(bio_out, "[Internal] "); + } + + if (flags & ENGINE_CMD_FLAG_NUMERIC) { + BIO_printf(bio_out, "NUMERIC"); + started = 1; + } + /* + * Now we check that no combinations of the mutually exclusive NUMERIC, + * STRING, and NO_INPUT flags have been used. Future flags that can be + * OR'd together with these would need to added after these to preserve + * the testing logic. + */ + if (flags & ENGINE_CMD_FLAG_STRING) { + if (started) { + BIO_printf(bio_out, "|"); + err = 1; + } + BIO_printf(bio_out, "STRING"); + started = 1; + } + if (flags & ENGINE_CMD_FLAG_NO_INPUT) { + if (started) { + BIO_printf(bio_out, "|"); + err = 1; + } + BIO_printf(bio_out, "NO_INPUT"); + started = 1; + } + /* Check for unknown flags */ + flags = flags & ~ENGINE_CMD_FLAG_NUMERIC & + ~ENGINE_CMD_FLAG_STRING & + ~ENGINE_CMD_FLAG_NO_INPUT & ~ENGINE_CMD_FLAG_INTERNAL; + if (flags) { + if (started) + BIO_printf(bio_out, "|"); + BIO_printf(bio_out, "<0x%04X>", flags); + } + if (err) + BIO_printf(bio_out, " "); + BIO_printf(bio_out, "\n"); + return 1; +} + +static int util_verbose(ENGINE *e, int verbose, BIO *bio_out, + const char *indent) +{ + static const int line_wrap = 78; + int num; + int ret = 0; + char *name = NULL; + char *desc = NULL; + int flags; + int xpos = 0; + STACK_OF(OPENSSL_STRING) *cmds = NULL; + if (!ENGINE_ctrl(e, ENGINE_CTRL_HAS_CTRL_FUNCTION, 0, NULL, NULL) || + ((num = ENGINE_ctrl(e, ENGINE_CTRL_GET_FIRST_CMD_TYPE, + 0, NULL, NULL)) <= 0)) { +# if 0 + BIO_printf(bio_out, "%s\n", indent); +# endif + return 1; + } + + cmds = sk_OPENSSL_STRING_new_null(); + + if (!cmds) + goto err; + do { + int len; + /* Get the command input flags */ + if ((flags = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, num, + NULL, NULL)) < 0) + goto err; + if (!(flags & ENGINE_CMD_FLAG_INTERNAL) || verbose >= 4) { + /* Get the command name */ + if ((len = ENGINE_ctrl(e, ENGINE_CTRL_GET_NAME_LEN_FROM_CMD, num, + NULL, NULL)) <= 0) + goto err; + if ((name = OPENSSL_malloc(len + 1)) == NULL) + goto err; + if (ENGINE_ctrl(e, ENGINE_CTRL_GET_NAME_FROM_CMD, num, name, + NULL) <= 0) + goto err; + /* Get the command description */ + if ((len = ENGINE_ctrl(e, ENGINE_CTRL_GET_DESC_LEN_FROM_CMD, num, + NULL, NULL)) < 0) + goto err; + if (len > 0) { + if ((desc = OPENSSL_malloc(len + 1)) == NULL) + goto err; + if (ENGINE_ctrl(e, ENGINE_CTRL_GET_DESC_FROM_CMD, num, desc, NULL) <= 0) - goto err; - /* Get the command description */ - if((len = ENGINE_ctrl(e, ENGINE_CTRL_GET_DESC_LEN_FROM_CMD, num, - NULL, NULL)) < 0) - goto err; - if(len > 0) - { - if((desc = OPENSSL_malloc(len + 1)) == NULL) - goto err; - if(ENGINE_ctrl(e, ENGINE_CTRL_GET_DESC_FROM_CMD, num, desc, - NULL) <= 0) - goto err; - } - /* Now decide on the output */ - if(xpos == 0) - /* Do an indent */ - xpos = BIO_puts(bio_out, indent); - else - /* Otherwise prepend a ", " */ - xpos += BIO_printf(bio_out, ", "); - if(verbose == 1) - { - /* We're just listing names, comma-delimited */ - if((xpos > (int)strlen(indent)) && - (xpos + (int)strlen(name) > line_wrap)) - { - BIO_printf(bio_out, "\n"); - xpos = BIO_puts(bio_out, indent); - } - xpos += BIO_printf(bio_out, "%s", name); - } - else - { - /* We're listing names plus descriptions */ - BIO_printf(bio_out, "%s: %s\n", name, - (desc == NULL) ? "" : desc); - /* ... and sometimes input flags */ - if((verbose >= 3) && !util_flags(bio_out, flags, - indent)) - goto err; - xpos = 0; - } - } - OPENSSL_free(name); name = NULL; - if(desc) { OPENSSL_free(desc); desc = NULL; } - /* Move to the next command */ - num = ENGINE_ctrl(e, ENGINE_CTRL_GET_NEXT_CMD_TYPE, - num, NULL, NULL); - } while(num > 0); - if(xpos > 0) - BIO_printf(bio_out, "\n"); - ret = 1; -err: - if(cmds) sk_OPENSSL_STRING_pop_free(cmds, identity); - if(name) OPENSSL_free(name); - if(desc) OPENSSL_free(desc); - return ret; - } + goto err; + } + /* Now decide on the output */ + if (xpos == 0) + /* Do an indent */ + xpos = BIO_puts(bio_out, indent); + else + /* Otherwise prepend a ", " */ + xpos += BIO_printf(bio_out, ", "); + if (verbose == 1) { + /* + * We're just listing names, comma-delimited + */ + if ((xpos > (int)strlen(indent)) && + (xpos + (int)strlen(name) > line_wrap)) { + BIO_printf(bio_out, "\n"); + xpos = BIO_puts(bio_out, indent); + } + xpos += BIO_printf(bio_out, "%s", name); + } else { + /* We're listing names plus descriptions */ + BIO_printf(bio_out, "%s: %s\n", name, + (desc == NULL) ? "" : desc); + /* ... and sometimes input flags */ + if ((verbose >= 3) && !util_flags(bio_out, flags, indent)) + goto err; + xpos = 0; + } + } + OPENSSL_free(name); + name = NULL; + if (desc) { + OPENSSL_free(desc); + desc = NULL; + } + /* Move to the next command */ + num = ENGINE_ctrl(e, ENGINE_CTRL_GET_NEXT_CMD_TYPE, num, NULL, NULL); + } while (num > 0); + if (xpos > 0) + BIO_printf(bio_out, "\n"); + ret = 1; + err: + if (cmds) + sk_OPENSSL_STRING_pop_free(cmds, identity); + if (name) + OPENSSL_free(name); + if (desc) + OPENSSL_free(desc); + return ret; +} static void util_do_cmds(ENGINE *e, STACK_OF(OPENSSL_STRING) *cmds, - BIO *bio_out, const char *indent) - { - int loop, res, num = sk_OPENSSL_STRING_num(cmds); - - if(num < 0) - { - BIO_printf(bio_out, "[Error]: internal stack error\n"); - return; - } - for(loop = 0; loop < num; loop++) - { - char buf[256]; - const char *cmd, *arg; - cmd = sk_OPENSSL_STRING_value(cmds, loop); - res = 1; /* assume success */ - /* Check if this command has no ":arg" */ - if((arg = strstr(cmd, ":")) == NULL) - { - if(!ENGINE_ctrl_cmd_string(e, cmd, NULL, 0)) - res = 0; - } - else - { - if((int)(arg - cmd) > 254) - { - BIO_printf(bio_out,"[Error]: command name too long\n"); - return; - } - memcpy(buf, cmd, (int)(arg - cmd)); - buf[arg-cmd] = '\0'; - arg++; /* Move past the ":" */ - /* Call the command with the argument */ - if(!ENGINE_ctrl_cmd_string(e, buf, arg, 0)) - res = 0; - } - if(res) - BIO_printf(bio_out, "[Success]: %s\n", cmd); - else - { - BIO_printf(bio_out, "[Failure]: %s\n", cmd); - ERR_print_errors(bio_out); - } - } - } + BIO *bio_out, const char *indent) +{ + int loop, res, num = sk_OPENSSL_STRING_num(cmds); + + if (num < 0) { + BIO_printf(bio_out, "[Error]: internal stack error\n"); + return; + } + for (loop = 0; loop < num; loop++) { + char buf[256]; + const char *cmd, *arg; + cmd = sk_OPENSSL_STRING_value(cmds, loop); + res = 1; /* assume success */ + /* Check if this command has no ":arg" */ + if ((arg = strstr(cmd, ":")) == NULL) { + if (!ENGINE_ctrl_cmd_string(e, cmd, NULL, 0)) + res = 0; + } else { + if ((int)(arg - cmd) > 254) { + BIO_printf(bio_out, "[Error]: command name too long\n"); + return; + } + memcpy(buf, cmd, (int)(arg - cmd)); + buf[arg - cmd] = '\0'; + arg++; /* Move past the ":" */ + /* Call the command with the argument */ + if (!ENGINE_ctrl_cmd_string(e, buf, arg, 0)) + res = 0; + } + if (res) + BIO_printf(bio_out, "[Success]: %s\n", cmd); + else { + BIO_printf(bio_out, "[Failure]: %s\n", cmd); + ERR_print_errors(bio_out); + } + } +} int MAIN(int, char **); int MAIN(int argc, char **argv) - { - int ret=1,i; - const char **pp; - int verbose=0, list_cap=0, test_avail=0, test_avail_noise = 0; - ENGINE *e; - STACK_OF(OPENSSL_STRING) *engines = sk_OPENSSL_STRING_new_null(); - STACK_OF(OPENSSL_STRING) *pre_cmds = sk_OPENSSL_STRING_new_null(); - STACK_OF(OPENSSL_STRING) *post_cmds = sk_OPENSSL_STRING_new_null(); - int badops=1; - BIO *bio_out=NULL; - const char *indent = " "; - - apps_startup(); - SSL_load_error_strings(); - - if (bio_err == NULL) - bio_err=BIO_new_fp(stderr,BIO_NOCLOSE); - - if (!load_config(bio_err, NULL)) - goto end; - bio_out=BIO_new_fp(stdout,BIO_NOCLOSE); -#ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - bio_out = BIO_push(tmpbio, bio_out); - } -#endif +{ + int ret = 1, i; + const char **pp; + int verbose = 0, list_cap = 0, test_avail = 0, test_avail_noise = 0; + ENGINE *e; + STACK_OF(OPENSSL_STRING) *engines = sk_OPENSSL_STRING_new_null(); + STACK_OF(OPENSSL_STRING) *pre_cmds = sk_OPENSSL_STRING_new_null(); + STACK_OF(OPENSSL_STRING) *post_cmds = sk_OPENSSL_STRING_new_null(); + int badops = 1; + BIO *bio_out = NULL; + const char *indent = " "; + + apps_startup(); + SSL_load_error_strings(); + + if (bio_err == NULL) + bio_err = BIO_new_fp(stderr, BIO_NOCLOSE); + + if (!load_config(bio_err, NULL)) + goto end; + bio_out = BIO_new_fp(stdout, BIO_NOCLOSE); +# ifdef OPENSSL_SYS_VMS + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + bio_out = BIO_push(tmpbio, bio_out); + } +# endif - argc--; - argv++; - while (argc >= 1) - { - if (strncmp(*argv,"-v",2) == 0) - { - if(strspn(*argv + 1, "v") < strlen(*argv + 1)) - goto skip_arg_loop; - if((verbose=strlen(*argv + 1)) > 4) - goto skip_arg_loop; - } - else if (strcmp(*argv,"-c") == 0) - list_cap=1; - else if (strncmp(*argv,"-t",2) == 0) - { - test_avail=1; - if(strspn(*argv + 1, "t") < strlen(*argv + 1)) - goto skip_arg_loop; - if((test_avail_noise = strlen(*argv + 1) - 1) > 1) - goto skip_arg_loop; - } - else if (strcmp(*argv,"-pre") == 0) - { - argc--; argv++; - if (argc == 0) - goto skip_arg_loop; - sk_OPENSSL_STRING_push(pre_cmds,*argv); - } - else if (strcmp(*argv,"-post") == 0) - { - argc--; argv++; - if (argc == 0) - goto skip_arg_loop; - sk_OPENSSL_STRING_push(post_cmds,*argv); - } - else if ((strncmp(*argv,"-h",2) == 0) || - (strcmp(*argv,"-?") == 0)) - goto skip_arg_loop; - else - sk_OPENSSL_STRING_push(engines,*argv); - argc--; - argv++; - } - /* Looks like everything went OK */ - badops = 0; -skip_arg_loop: - - if (badops) - { - for (pp=engine_usage; (*pp != NULL); pp++) - BIO_printf(bio_err,"%s",*pp); - goto end; - } - - if (sk_OPENSSL_STRING_num(engines) == 0) - { - for(e = ENGINE_get_first(); e != NULL; e = ENGINE_get_next(e)) - { - sk_OPENSSL_STRING_push(engines,(char *)ENGINE_get_id(e)); - } - } - - for (i=0; i 0) && !util_verbose(e, verbose, bio_out, indent)) - goto end; - ENGINE_free(e); - } - else - ERR_print_errors(bio_err); - } - - ret=0; -end: - - ERR_print_errors(bio_err); - sk_OPENSSL_STRING_pop_free(engines, identity); - sk_OPENSSL_STRING_pop_free(pre_cmds, identity); - sk_OPENSSL_STRING_pop_free(post_cmds, identity); - if (bio_out != NULL) BIO_free_all(bio_out); - apps_shutdown(); - OPENSSL_EXIT(ret); - } + argc--; + argv++; + while (argc >= 1) { + if (strncmp(*argv, "-v", 2) == 0) { + if (strspn(*argv + 1, "v") < strlen(*argv + 1)) + goto skip_arg_loop; + if ((verbose = strlen(*argv + 1)) > 4) + goto skip_arg_loop; + } else if (strcmp(*argv, "-c") == 0) + list_cap = 1; + else if (strncmp(*argv, "-t", 2) == 0) { + test_avail = 1; + if (strspn(*argv + 1, "t") < strlen(*argv + 1)) + goto skip_arg_loop; + if ((test_avail_noise = strlen(*argv + 1) - 1) > 1) + goto skip_arg_loop; + } else if (strcmp(*argv, "-pre") == 0) { + argc--; + argv++; + if (argc == 0) + goto skip_arg_loop; + sk_OPENSSL_STRING_push(pre_cmds, *argv); + } else if (strcmp(*argv, "-post") == 0) { + argc--; + argv++; + if (argc == 0) + goto skip_arg_loop; + sk_OPENSSL_STRING_push(post_cmds, *argv); + } else if ((strncmp(*argv, "-h", 2) == 0) || + (strcmp(*argv, "-?") == 0)) + goto skip_arg_loop; + else + sk_OPENSSL_STRING_push(engines, *argv); + argc--; + argv++; + } + /* Looks like everything went OK */ + badops = 0; + skip_arg_loop: + + if (badops) { + for (pp = engine_usage; (*pp != NULL); pp++) + BIO_printf(bio_err, "%s", *pp); + goto end; + } + + if (sk_OPENSSL_STRING_num(engines) == 0) { + for (e = ENGINE_get_first(); e != NULL; e = ENGINE_get_next(e)) { + sk_OPENSSL_STRING_push(engines, (char *)ENGINE_get_id(e)); + } + } + + for (i = 0; i < sk_OPENSSL_STRING_num(engines); i++) { + const char *id = sk_OPENSSL_STRING_value(engines, i); + if ((e = ENGINE_by_id(id)) != NULL) { + const char *name = ENGINE_get_name(e); + /* + * Do "id" first, then "name". Easier to auto-parse. + */ + BIO_printf(bio_out, "(%s) %s\n", id, name); + util_do_cmds(e, pre_cmds, bio_out, indent); + if (strcmp(ENGINE_get_id(e), id) != 0) { + BIO_printf(bio_out, "Loaded: (%s) %s\n", + ENGINE_get_id(e), ENGINE_get_name(e)); + } + if (list_cap) { + int cap_size = 256; + char *cap_buf = NULL; + int k, n; + const int *nids; + ENGINE_CIPHERS_PTR fn_c; + ENGINE_DIGESTS_PTR fn_d; + ENGINE_PKEY_METHS_PTR fn_pk; + + if (ENGINE_get_RSA(e) != NULL + && !append_buf(&cap_buf, "RSA", &cap_size, 256)) + goto end; + if (ENGINE_get_DSA(e) != NULL + && !append_buf(&cap_buf, "DSA", &cap_size, 256)) + goto end; + if (ENGINE_get_DH(e) != NULL + && !append_buf(&cap_buf, "DH", &cap_size, 256)) + goto end; + if (ENGINE_get_RAND(e) != NULL + && !append_buf(&cap_buf, "RAND", &cap_size, 256)) + goto end; + + fn_c = ENGINE_get_ciphers(e); + if (!fn_c) + goto skip_ciphers; + n = fn_c(e, NULL, &nids, 0); + for (k = 0; k < n; ++k) + if (!append_buf(&cap_buf, + OBJ_nid2sn(nids[k]), &cap_size, 256)) + goto end; + + skip_ciphers: + fn_d = ENGINE_get_digests(e); + if (!fn_d) + goto skip_digests; + n = fn_d(e, NULL, &nids, 0); + for (k = 0; k < n; ++k) + if (!append_buf(&cap_buf, + OBJ_nid2sn(nids[k]), &cap_size, 256)) + goto end; + + skip_digests: + fn_pk = ENGINE_get_pkey_meths(e); + if (!fn_pk) + goto skip_pmeths; + n = fn_pk(e, NULL, &nids, 0); + for (k = 0; k < n; ++k) + if (!append_buf(&cap_buf, + OBJ_nid2sn(nids[k]), &cap_size, 256)) + goto end; + skip_pmeths: + if (cap_buf && (*cap_buf != '\0')) + BIO_printf(bio_out, " [%s]\n", cap_buf); + + OPENSSL_free(cap_buf); + } + if (test_avail) { + BIO_printf(bio_out, "%s", indent); + if (ENGINE_init(e)) { + BIO_printf(bio_out, "[ available ]\n"); + util_do_cmds(e, post_cmds, bio_out, indent); + ENGINE_finish(e); + } else { + BIO_printf(bio_out, "[ unavailable ]\n"); + if (test_avail_noise) + ERR_print_errors_fp(stdout); + ERR_clear_error(); + } + } + if ((verbose > 0) && !util_verbose(e, verbose, bio_out, indent)) + goto end; + ENGINE_free(e); + } else + ERR_print_errors(bio_err); + } + + ret = 0; + end: + + ERR_print_errors(bio_err); + sk_OPENSSL_STRING_pop_free(engines, identity); + sk_OPENSSL_STRING_pop_free(pre_cmds, identity); + sk_OPENSSL_STRING_pop_free(post_cmds, identity); + if (bio_out != NULL) + BIO_free_all(bio_out); + apps_shutdown(); + OPENSSL_EXIT(ret); +} #else # if PEDANTIC -static void *dummy=&dummy; +static void *dummy = &dummy; # endif #endif diff --git a/openssl/apps/errstr.c b/openssl/apps/errstr.c index fe3b98077..c2d4fdec3 100644 --- a/openssl/apps/errstr.c +++ b/openssl/apps/errstr.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -66,63 +66,56 @@ #include #undef PROG -#define PROG errstr_main +#define PROG errstr_main int MAIN(int, char **); int MAIN(int argc, char **argv) - { - int i,ret=0; - char buf[256]; - unsigned long l; +{ + int i, ret = 0; + char buf[256]; + unsigned long l; - apps_startup(); + apps_startup(); - if (bio_err == NULL) - if ((bio_err=BIO_new(BIO_s_file())) != NULL) - BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); + if (bio_err == NULL) + if ((bio_err = BIO_new(BIO_s_file())) != NULL) + BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT); - SSL_load_error_strings(); + SSL_load_error_strings(); - if ((argc > 1) && (strcmp(argv[1],"-stats") == 0)) - { - BIO *out=NULL; + if ((argc > 1) && (strcmp(argv[1], "-stats") == 0)) { + BIO *out = NULL; - out=BIO_new(BIO_s_file()); - if ((out != NULL) && BIO_set_fp(out,stdout,BIO_NOCLOSE)) - { + out = BIO_new(BIO_s_file()); + if ((out != NULL) && BIO_set_fp(out, stdout, BIO_NOCLOSE)) { #ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - out = BIO_push(tmpbio, out); - } + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + out = BIO_push(tmpbio, out); + } #endif - lh_ERR_STRING_DATA_node_stats_bio( - ERR_get_string_table(), out); - lh_ERR_STRING_DATA_stats_bio(ERR_get_string_table(), - out); - lh_ERR_STRING_DATA_node_usage_stats_bio( - ERR_get_string_table(),out); - } - if (out != NULL) BIO_free_all(out); - argc--; - argv++; - } + lh_ERR_STRING_DATA_node_stats_bio(ERR_get_string_table(), out); + lh_ERR_STRING_DATA_stats_bio(ERR_get_string_table(), out); + lh_ERR_STRING_DATA_node_usage_stats_bio(ERR_get_string_table(), + out); + } + if (out != NULL) + BIO_free_all(out); + argc--; + argv++; + } - for (i=1; i ...\n"); - ret++; - } - } - apps_shutdown(); - OPENSSL_EXIT(ret); - } + for (i = 1; i < argc; i++) { + if (sscanf(argv[i], "%lx", &l)) { + ERR_error_string_n(l, buf, sizeof buf); + printf("%s\n", buf); + } else { + printf("%s: bad error code\n", argv[i]); + printf("usage: errstr [-stats] ...\n"); + ret++; + } + } + apps_shutdown(); + OPENSSL_EXIT(ret); +} diff --git a/openssl/apps/gendh.c b/openssl/apps/gendh.c index 4ec776ba9..fef6f1b17 100644 --- a/openssl/apps/gendh.c +++ b/openssl/apps/gendh.c @@ -6,21 +6,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -35,10 +35,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -50,7 +50,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -58,184 +58,191 @@ */ #include -/* Until the key-gen callbacks are modified to use newer prototypes, we allow - * deprecated functions for openssl-internal code */ +/* + * Until the key-gen callbacks are modified to use newer prototypes, we allow + * deprecated functions for openssl-internal code + */ #ifdef OPENSSL_NO_DEPRECATED -#undef OPENSSL_NO_DEPRECATED +# undef OPENSSL_NO_DEPRECATED #endif #ifndef OPENSSL_NO_DH -#include -#include -#include -#include -#include "apps.h" -#include -#include -#include -#include -#include -#include -#include - -#define DEFBITS 512 -#undef PROG -#define PROG gendh_main +# include +# include +# include +# include +# include "apps.h" +# include +# include +# include +# include +# include +# include +# include + +# define DEFBITS 2048 +# undef PROG +# define PROG gendh_main static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb); int MAIN(int, char **); int MAIN(int argc, char **argv) - { - BN_GENCB cb; - DH *dh=NULL; - int ret=1,num=DEFBITS; - int g=2; - char *outfile=NULL; - char *inrand=NULL; -#ifndef OPENSSL_NO_ENGINE - char *engine=NULL; -#endif - BIO *out=NULL; - - apps_startup(); - - BN_GENCB_set(&cb, dh_cb, bio_err); - if (bio_err == NULL) - if ((bio_err=BIO_new(BIO_s_file())) != NULL) - BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); - - if (!load_config(bio_err, NULL)) - goto end; - - argv++; - argc--; - for (;;) - { - if (argc <= 0) break; - if (strcmp(*argv,"-out") == 0) - { - if (--argc < 1) goto bad; - outfile= *(++argv); - } - else if (strcmp(*argv,"-2") == 0) - g=2; - /* else if (strcmp(*argv,"-3") == 0) - g=3; */ - else if (strcmp(*argv,"-5") == 0) - g=5; -#ifndef OPENSSL_NO_ENGINE - else if (strcmp(*argv,"-engine") == 0) - { - if (--argc < 1) goto bad; - engine= *(++argv); - } -#endif - else if (strcmp(*argv,"-rand") == 0) - { - if (--argc < 1) goto bad; - inrand= *(++argv); - } - else - break; - argv++; - argc--; - } - if ((argc >= 1) && ((sscanf(*argv,"%d",&num) == 0) || (num < 0))) - { -bad: - BIO_printf(bio_err,"usage: gendh [args] [numbits]\n"); - BIO_printf(bio_err," -out file - output the key to 'file\n"); - BIO_printf(bio_err," -2 - use 2 as the generator value\n"); - /* BIO_printf(bio_err," -3 - use 3 as the generator value\n"); */ - BIO_printf(bio_err," -5 - use 5 as the generator value\n"); -#ifndef OPENSSL_NO_ENGINE - BIO_printf(bio_err," -engine e - use engine e, possibly a hardware device.\n"); -#endif - BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR); - BIO_printf(bio_err," - load the file (or the files in the directory) into\n"); - BIO_printf(bio_err," the random number generator\n"); - goto end; - } - -#ifndef OPENSSL_NO_ENGINE - setup_engine(bio_err, engine, 0); -#endif +{ + BN_GENCB cb; + DH *dh = NULL; + int ret = 1, num = DEFBITS; + int g = 2; + char *outfile = NULL; + char *inrand = NULL; +# ifndef OPENSSL_NO_ENGINE + char *engine = NULL; +# endif + BIO *out = NULL; + + apps_startup(); + + BN_GENCB_set(&cb, dh_cb, bio_err); + if (bio_err == NULL) + if ((bio_err = BIO_new(BIO_s_file())) != NULL) + BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT); + + if (!load_config(bio_err, NULL)) + goto end; + + argv++; + argc--; + for (;;) { + if (argc <= 0) + break; + if (strcmp(*argv, "-out") == 0) { + if (--argc < 1) + goto bad; + outfile = *(++argv); + } else if (strcmp(*argv, "-2") == 0) + g = 2; +/*- else if (strcmp(*argv,"-3") == 0) + g=3; */ + else if (strcmp(*argv, "-5") == 0) + g = 5; +# ifndef OPENSSL_NO_ENGINE + else if (strcmp(*argv, "-engine") == 0) { + if (--argc < 1) + goto bad; + engine = *(++argv); + } +# endif + else if (strcmp(*argv, "-rand") == 0) { + if (--argc < 1) + goto bad; + inrand = *(++argv); + } else + break; + argv++; + argc--; + } + if ((argc >= 1) && ((sscanf(*argv, "%d", &num) == 0) || (num < 0))) { + bad: + BIO_printf(bio_err, "usage: gendh [args] [numbits]\n"); + BIO_printf(bio_err, " -out file - output the key to 'file\n"); + BIO_printf(bio_err, " -2 - use 2 as the generator value\n"); + /* + * BIO_printf(bio_err," -3 - use 3 as the generator value\n"); + */ + BIO_printf(bio_err, " -5 - use 5 as the generator value\n"); +# ifndef OPENSSL_NO_ENGINE + BIO_printf(bio_err, + " -engine e - use engine e, possibly a hardware device.\n"); +# endif + BIO_printf(bio_err, " -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, + LIST_SEPARATOR_CHAR); + BIO_printf(bio_err, + " - load the file (or the files in the directory) into\n"); + BIO_printf(bio_err, " the random number generator\n"); + goto end; + } +# ifndef OPENSSL_NO_ENGINE + setup_engine(bio_err, engine, 0); +# endif - out=BIO_new(BIO_s_file()); - if (out == NULL) - { - ERR_print_errors(bio_err); - goto end; - } - - if (outfile == NULL) - { - BIO_set_fp(out,stdout,BIO_NOCLOSE); -#ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - out = BIO_push(tmpbio, out); - } -#endif - } - else - { - if (BIO_write_filename(out,outfile) <= 0) - { - perror(outfile); - goto end; - } - } - - if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) - { - BIO_printf(bio_err,"warning, not much extra random data, consider using the -rand option\n"); - } - if (inrand != NULL) - BIO_printf(bio_err,"%ld semi-random bytes loaded\n", - app_RAND_load_files(inrand)); - - BIO_printf(bio_err,"Generating DH parameters, %d bit long safe prime, generator %d\n",num,g); - BIO_printf(bio_err,"This is going to take a long time\n"); - - if(((dh = DH_new()) == NULL) || !DH_generate_parameters_ex(dh, num, g, &cb)) - goto end; - - app_RAND_write_file(NULL, bio_err); - - if (!PEM_write_bio_DHparams(out,dh)) - goto end; - ret=0; -end: - if (ret != 0) - ERR_print_errors(bio_err); - if (out != NULL) BIO_free_all(out); - if (dh != NULL) DH_free(dh); - apps_shutdown(); - OPENSSL_EXIT(ret); - } + out = BIO_new(BIO_s_file()); + if (out == NULL) { + ERR_print_errors(bio_err); + goto end; + } + + if (outfile == NULL) { + BIO_set_fp(out, stdout, BIO_NOCLOSE); +# ifdef OPENSSL_SYS_VMS + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + out = BIO_push(tmpbio, out); + } +# endif + } else { + if (BIO_write_filename(out, outfile) <= 0) { + perror(outfile); + goto end; + } + } + + if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) { + BIO_printf(bio_err, + "warning, not much extra random data, consider using the -rand option\n"); + } + if (inrand != NULL) + BIO_printf(bio_err, "%ld semi-random bytes loaded\n", + app_RAND_load_files(inrand)); + + BIO_printf(bio_err, + "Generating DH parameters, %d bit long safe prime, generator %d\n", + num, g); + BIO_printf(bio_err, "This is going to take a long time\n"); + + if (((dh = DH_new()) == NULL) + || !DH_generate_parameters_ex(dh, num, g, &cb)) + goto end; + + app_RAND_write_file(NULL, bio_err); + + if (!PEM_write_bio_DHparams(out, dh)) + goto end; + ret = 0; + end: + if (ret != 0) + ERR_print_errors(bio_err); + if (out != NULL) + BIO_free_all(out); + if (dh != NULL) + DH_free(dh); + apps_shutdown(); + OPENSSL_EXIT(ret); +} static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb) - { - char c='*'; - - if (p == 0) c='.'; - if (p == 1) c='+'; - if (p == 2) c='*'; - if (p == 3) c='\n'; - BIO_write(cb->arg,&c,1); - (void)BIO_flush(cb->arg); -#ifdef LINT - p=n; -#endif - return 1; - } -#else /* !OPENSSL_NO_DH */ +{ + char c = '*'; + + if (p == 0) + c = '.'; + if (p == 1) + c = '+'; + if (p == 2) + c = '*'; + if (p == 3) + c = '\n'; + BIO_write(cb->arg, &c, 1); + (void)BIO_flush(cb->arg); +# ifdef LINT + p = n; +# endif + return 1; +} +#else /* !OPENSSL_NO_DH */ # if PEDANTIC -static void *dummy=&dummy; +static void *dummy = &dummy; # endif #endif diff --git a/openssl/apps/gendsa.c b/openssl/apps/gendsa.c index 62ea97790..fd1360acd 100644 --- a/openssl/apps/gendsa.c +++ b/openssl/apps/gendsa.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,237 +49,239 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence * [including the GNU Public Licence.] */ -#include /* for OPENSSL_NO_DSA */ +#include /* for OPENSSL_NO_DSA */ #ifndef OPENSSL_NO_DSA -#include -#include -#include -#include -#include "apps.h" -#include -#include -#include -#include -#include -#include +# include +# include +# include +# include +# include "apps.h" +# include +# include +# include +# include +# include +# include -#define DEFBITS 512 -#undef PROG -#define PROG gendsa_main +# define DEFBITS 512 +# undef PROG +# define PROG gendsa_main int MAIN(int, char **); int MAIN(int argc, char **argv) - { - DSA *dsa=NULL; - int ret=1; - char *outfile=NULL; - char *inrand=NULL,*dsaparams=NULL; - char *passargout = NULL, *passout = NULL; - BIO *out=NULL,*in=NULL; - const EVP_CIPHER *enc=NULL; -#ifndef OPENSSL_NO_ENGINE - char *engine=NULL; -#endif - - apps_startup(); +{ + DSA *dsa = NULL; + int ret = 1; + char *outfile = NULL; + char *inrand = NULL, *dsaparams = NULL; + char *passargout = NULL, *passout = NULL; + BIO *out = NULL, *in = NULL; + const EVP_CIPHER *enc = NULL; +# ifndef OPENSSL_NO_ENGINE + char *engine = NULL; +# endif - if (bio_err == NULL) - if ((bio_err=BIO_new(BIO_s_file())) != NULL) - BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); + apps_startup(); - if (!load_config(bio_err, NULL)) - goto end; + if (bio_err == NULL) + if ((bio_err = BIO_new(BIO_s_file())) != NULL) + BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT); - argv++; - argc--; - for (;;) - { - if (argc <= 0) break; - if (strcmp(*argv,"-out") == 0) - { - if (--argc < 1) goto bad; - outfile= *(++argv); - } - else if (strcmp(*argv,"-passout") == 0) - { - if (--argc < 1) goto bad; - passargout= *(++argv); - } -#ifndef OPENSSL_NO_ENGINE - else if (strcmp(*argv,"-engine") == 0) - { - if (--argc < 1) goto bad; - engine= *(++argv); - } -#endif - else if (strcmp(*argv,"-rand") == 0) - { - if (--argc < 1) goto bad; - inrand= *(++argv); - } - else if (strcmp(*argv,"-") == 0) - goto bad; -#ifndef OPENSSL_NO_DES - else if (strcmp(*argv,"-des") == 0) - enc=EVP_des_cbc(); - else if (strcmp(*argv,"-des3") == 0) - enc=EVP_des_ede3_cbc(); -#endif -#ifndef OPENSSL_NO_IDEA - else if (strcmp(*argv,"-idea") == 0) - enc=EVP_idea_cbc(); -#endif -#ifndef OPENSSL_NO_SEED - else if (strcmp(*argv,"-seed") == 0) - enc=EVP_seed_cbc(); -#endif -#ifndef OPENSSL_NO_AES - else if (strcmp(*argv,"-aes128") == 0) - enc=EVP_aes_128_cbc(); - else if (strcmp(*argv,"-aes192") == 0) - enc=EVP_aes_192_cbc(); - else if (strcmp(*argv,"-aes256") == 0) - enc=EVP_aes_256_cbc(); -#endif -#ifndef OPENSSL_NO_CAMELLIA - else if (strcmp(*argv,"-camellia128") == 0) - enc=EVP_camellia_128_cbc(); - else if (strcmp(*argv,"-camellia192") == 0) - enc=EVP_camellia_192_cbc(); - else if (strcmp(*argv,"-camellia256") == 0) - enc=EVP_camellia_256_cbc(); -#endif - else if (**argv != '-' && dsaparams == NULL) - { - dsaparams = *argv; - } - else - goto bad; - argv++; - argc--; - } + if (!load_config(bio_err, NULL)) + goto end; - if (dsaparams == NULL) - { -bad: - BIO_printf(bio_err,"usage: gendsa [args] dsaparam-file\n"); - BIO_printf(bio_err," -out file - output the key to 'file'\n"); -#ifndef OPENSSL_NO_DES - BIO_printf(bio_err," -des - encrypt the generated key with DES in cbc mode\n"); - BIO_printf(bio_err," -des3 - encrypt the generated key with DES in ede cbc mode (168 bit key)\n"); -#endif -#ifndef OPENSSL_NO_IDEA - BIO_printf(bio_err," -idea - encrypt the generated key with IDEA in cbc mode\n"); -#endif -#ifndef OPENSSL_NO_SEED - BIO_printf(bio_err," -seed\n"); - BIO_printf(bio_err," encrypt PEM output with cbc seed\n"); -#endif -#ifndef OPENSSL_NO_AES - BIO_printf(bio_err," -aes128, -aes192, -aes256\n"); - BIO_printf(bio_err," encrypt PEM output with cbc aes\n"); -#endif -#ifndef OPENSSL_NO_CAMELLIA - BIO_printf(bio_err," -camellia128, -camellia192, -camellia256\n"); - BIO_printf(bio_err," encrypt PEM output with cbc camellia\n"); -#endif -#ifndef OPENSSL_NO_ENGINE - BIO_printf(bio_err," -engine e - use engine e, possibly a hardware device.\n"); -#endif - BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR); - BIO_printf(bio_err," - load the file (or the files in the directory) into\n"); - BIO_printf(bio_err," the random number generator\n"); - BIO_printf(bio_err," dsaparam-file\n"); - BIO_printf(bio_err," - a DSA parameter file as generated by the dsaparam command\n"); - goto end; - } + argv++; + argc--; + for (;;) { + if (argc <= 0) + break; + if (strcmp(*argv, "-out") == 0) { + if (--argc < 1) + goto bad; + outfile = *(++argv); + } else if (strcmp(*argv, "-passout") == 0) { + if (--argc < 1) + goto bad; + passargout = *(++argv); + } +# ifndef OPENSSL_NO_ENGINE + else if (strcmp(*argv, "-engine") == 0) { + if (--argc < 1) + goto bad; + engine = *(++argv); + } +# endif + else if (strcmp(*argv, "-rand") == 0) { + if (--argc < 1) + goto bad; + inrand = *(++argv); + } else if (strcmp(*argv, "-") == 0) + goto bad; +# ifndef OPENSSL_NO_DES + else if (strcmp(*argv, "-des") == 0) + enc = EVP_des_cbc(); + else if (strcmp(*argv, "-des3") == 0) + enc = EVP_des_ede3_cbc(); +# endif +# ifndef OPENSSL_NO_IDEA + else if (strcmp(*argv, "-idea") == 0) + enc = EVP_idea_cbc(); +# endif +# ifndef OPENSSL_NO_SEED + else if (strcmp(*argv, "-seed") == 0) + enc = EVP_seed_cbc(); +# endif +# ifndef OPENSSL_NO_AES + else if (strcmp(*argv, "-aes128") == 0) + enc = EVP_aes_128_cbc(); + else if (strcmp(*argv, "-aes192") == 0) + enc = EVP_aes_192_cbc(); + else if (strcmp(*argv, "-aes256") == 0) + enc = EVP_aes_256_cbc(); +# endif +# ifndef OPENSSL_NO_CAMELLIA + else if (strcmp(*argv, "-camellia128") == 0) + enc = EVP_camellia_128_cbc(); + else if (strcmp(*argv, "-camellia192") == 0) + enc = EVP_camellia_192_cbc(); + else if (strcmp(*argv, "-camellia256") == 0) + enc = EVP_camellia_256_cbc(); +# endif + else if (**argv != '-' && dsaparams == NULL) { + dsaparams = *argv; + } else + goto bad; + argv++; + argc--; + } -#ifndef OPENSSL_NO_ENGINE - setup_engine(bio_err, engine, 0); -#endif + if (dsaparams == NULL) { + bad: + BIO_printf(bio_err, "usage: gendsa [args] dsaparam-file\n"); + BIO_printf(bio_err, " -out file - output the key to 'file'\n"); +# ifndef OPENSSL_NO_DES + BIO_printf(bio_err, + " -des - encrypt the generated key with DES in cbc mode\n"); + BIO_printf(bio_err, + " -des3 - encrypt the generated key with DES in ede cbc mode (168 bit key)\n"); +# endif +# ifndef OPENSSL_NO_IDEA + BIO_printf(bio_err, + " -idea - encrypt the generated key with IDEA in cbc mode\n"); +# endif +# ifndef OPENSSL_NO_SEED + BIO_printf(bio_err, " -seed\n"); + BIO_printf(bio_err, + " encrypt PEM output with cbc seed\n"); +# endif +# ifndef OPENSSL_NO_AES + BIO_printf(bio_err, " -aes128, -aes192, -aes256\n"); + BIO_printf(bio_err, + " encrypt PEM output with cbc aes\n"); +# endif +# ifndef OPENSSL_NO_CAMELLIA + BIO_printf(bio_err, " -camellia128, -camellia192, -camellia256\n"); + BIO_printf(bio_err, + " encrypt PEM output with cbc camellia\n"); +# endif +# ifndef OPENSSL_NO_ENGINE + BIO_printf(bio_err, + " -engine e - use engine e, possibly a hardware device.\n"); +# endif + BIO_printf(bio_err, " -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, + LIST_SEPARATOR_CHAR); + BIO_printf(bio_err, + " - load the file (or the files in the directory) into\n"); + BIO_printf(bio_err, " the random number generator\n"); + BIO_printf(bio_err, " dsaparam-file\n"); + BIO_printf(bio_err, + " - a DSA parameter file as generated by the dsaparam command\n"); + goto end; + } +# ifndef OPENSSL_NO_ENGINE + setup_engine(bio_err, engine, 0); +# endif - if(!app_passwd(bio_err, NULL, passargout, NULL, &passout)) { - BIO_printf(bio_err, "Error getting password\n"); - goto end; - } + if (!app_passwd(bio_err, NULL, passargout, NULL, &passout)) { + BIO_printf(bio_err, "Error getting password\n"); + goto end; + } + in = BIO_new(BIO_s_file()); + if (!(BIO_read_filename(in, dsaparams))) { + perror(dsaparams); + goto end; + } - in=BIO_new(BIO_s_file()); - if (!(BIO_read_filename(in,dsaparams))) - { - perror(dsaparams); - goto end; - } + if ((dsa = PEM_read_bio_DSAparams(in, NULL, NULL, NULL)) == NULL) { + BIO_printf(bio_err, "unable to load DSA parameter file\n"); + goto end; + } + BIO_free(in); + in = NULL; - if ((dsa=PEM_read_bio_DSAparams(in,NULL,NULL,NULL)) == NULL) - { - BIO_printf(bio_err,"unable to load DSA parameter file\n"); - goto end; - } - BIO_free(in); - in = NULL; - - out=BIO_new(BIO_s_file()); - if (out == NULL) goto end; + out = BIO_new(BIO_s_file()); + if (out == NULL) + goto end; - if (outfile == NULL) - { - BIO_set_fp(out,stdout,BIO_NOCLOSE); -#ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - out = BIO_push(tmpbio, out); - } -#endif - } - else - { - if (BIO_write_filename(out,outfile) <= 0) - { - perror(outfile); - goto end; - } - } + if (outfile == NULL) { + BIO_set_fp(out, stdout, BIO_NOCLOSE); +# ifdef OPENSSL_SYS_VMS + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + out = BIO_push(tmpbio, out); + } +# endif + } else { + if (BIO_write_filename(out, outfile) <= 0) { + perror(outfile); + goto end; + } + } - if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) - { - BIO_printf(bio_err,"warning, not much extra random data, consider using the -rand option\n"); - } - if (inrand != NULL) - BIO_printf(bio_err,"%ld semi-random bytes loaded\n", - app_RAND_load_files(inrand)); + if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) { + BIO_printf(bio_err, + "warning, not much extra random data, consider using the -rand option\n"); + } + if (inrand != NULL) + BIO_printf(bio_err, "%ld semi-random bytes loaded\n", + app_RAND_load_files(inrand)); - BIO_printf(bio_err,"Generating DSA key, %d bits\n", - BN_num_bits(dsa->p)); - if (!DSA_generate_key(dsa)) goto end; + BIO_printf(bio_err, "Generating DSA key, %d bits\n", BN_num_bits(dsa->p)); + if (!DSA_generate_key(dsa)) + goto end; - app_RAND_write_file(NULL, bio_err); + app_RAND_write_file(NULL, bio_err); - if (!PEM_write_bio_DSAPrivateKey(out,dsa,enc,NULL,0,NULL, passout)) - goto end; - ret=0; -end: - if (ret != 0) - ERR_print_errors(bio_err); - if (in != NULL) BIO_free(in); - if (out != NULL) BIO_free_all(out); - if (dsa != NULL) DSA_free(dsa); - if(passout) OPENSSL_free(passout); - apps_shutdown(); - OPENSSL_EXIT(ret); - } -#else /* !OPENSSL_NO_DSA */ + if (!PEM_write_bio_DSAPrivateKey(out, dsa, enc, NULL, 0, NULL, passout)) + goto end; + ret = 0; + end: + if (ret != 0) + ERR_print_errors(bio_err); + if (in != NULL) + BIO_free(in); + if (out != NULL) + BIO_free_all(out); + if (dsa != NULL) + DSA_free(dsa); + if (passout) + OPENSSL_free(passout); + apps_shutdown(); + OPENSSL_EXIT(ret); +} +#else /* !OPENSSL_NO_DSA */ # if PEDANTIC -static void *dummy=&dummy; +static void *dummy = &dummy; # endif #endif diff --git a/openssl/apps/genpkey.c b/openssl/apps/genpkey.c index 6dfda08b9..fef21dc7a 100644 --- a/openssl/apps/genpkey.c +++ b/openssl/apps/genpkey.c @@ -1,6 +1,7 @@ /* apps/genpkey.c */ -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL - * project 2006 +/* + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project + * 2006 */ /* ==================================================================== * Copyright (c) 2006 The OpenSSL Project. All rights reserved. @@ -10,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -62,11 +63,11 @@ #include #include #ifndef OPENSSL_NO_ENGINE -#include +# include #endif static int init_keygen_file(BIO *err, EVP_PKEY_CTX **pctx, - const char *file, ENGINE *e); + const char *file, ENGINE *e); static int genpkey_cb(EVP_PKEY_CTX *ctx); #define PROG genpkey_main @@ -74,367 +75,331 @@ static int genpkey_cb(EVP_PKEY_CTX *ctx); int MAIN(int, char **); int MAIN(int argc, char **argv) - { - ENGINE *e = NULL; - char **args, *outfile = NULL; - char *passarg = NULL; - BIO *in = NULL, *out = NULL; - const EVP_CIPHER *cipher = NULL; - int outformat; - int text = 0; - EVP_PKEY *pkey=NULL; - EVP_PKEY_CTX *ctx = NULL; - char *pass = NULL; - int badarg = 0; - int ret = 1, rv; - - int do_param = 0; - - if (bio_err == NULL) - bio_err = BIO_new_fp (stderr, BIO_NOCLOSE); - - if (!load_config(bio_err, NULL)) - goto end; - - outformat=FORMAT_PEM; - - ERR_load_crypto_strings(); - OpenSSL_add_all_algorithms(); - args = argv + 1; - while (!badarg && *args && *args[0] == '-') - { - if (!strcmp(*args,"-outform")) - { - if (args[1]) - { - args++; - outformat=str2fmt(*args); - } - else badarg = 1; - } - else if (!strcmp(*args,"-pass")) - { - if (!args[1]) goto bad; - passarg= *(++args); - } +{ + ENGINE *e = NULL; + char **args, *outfile = NULL; + char *passarg = NULL; + BIO *in = NULL, *out = NULL; + const EVP_CIPHER *cipher = NULL; + int outformat; + int text = 0; + EVP_PKEY *pkey = NULL; + EVP_PKEY_CTX *ctx = NULL; + char *pass = NULL; + int badarg = 0; + int ret = 1, rv; + + int do_param = 0; + + if (bio_err == NULL) + bio_err = BIO_new_fp(stderr, BIO_NOCLOSE); + + if (!load_config(bio_err, NULL)) + goto end; + + outformat = FORMAT_PEM; + + ERR_load_crypto_strings(); + OpenSSL_add_all_algorithms(); + args = argv + 1; + while (!badarg && *args && *args[0] == '-') { + if (!strcmp(*args, "-outform")) { + if (args[1]) { + args++; + outformat = str2fmt(*args); + } else + badarg = 1; + } else if (!strcmp(*args, "-pass")) { + if (!args[1]) + goto bad; + passarg = *(++args); + } #ifndef OPENSSL_NO_ENGINE - else if (strcmp(*args,"-engine") == 0) - { - if (!args[1]) - goto bad; - e = setup_engine(bio_err, *(++args), 0); - } + else if (strcmp(*args, "-engine") == 0) { + if (!args[1]) + goto bad; + e = setup_engine(bio_err, *(++args), 0); + } #endif - else if (!strcmp (*args, "-paramfile")) - { - if (!args[1]) - goto bad; - args++; - if (do_param == 1) - goto bad; - if (!init_keygen_file(bio_err, &ctx, *args, e)) - goto end; - } - else if (!strcmp (*args, "-out")) - { - if (args[1]) - { - args++; - outfile = *args; - } - else badarg = 1; - } - else if (strcmp(*args,"-algorithm") == 0) - { - if (!args[1]) - goto bad; - if (!init_gen_str(bio_err, &ctx, *(++args),e, do_param)) - goto end; - } - else if (strcmp(*args,"-pkeyopt") == 0) - { - if (!args[1]) - goto bad; - if (!ctx) - { - BIO_puts(bio_err, "No keytype specified\n"); - goto bad; - } - else if (pkey_ctrl_string(ctx, *(++args)) <= 0) - { - BIO_puts(bio_err, "parameter setting error\n"); - ERR_print_errors(bio_err); - goto end; - } - } - else if (strcmp(*args,"-genparam") == 0) - { - if (ctx) - goto bad; - do_param = 1; - } - else if (strcmp(*args,"-text") == 0) - text=1; - else - { - cipher = EVP_get_cipherbyname(*args + 1); - if (!cipher) - { - BIO_printf(bio_err, "Unknown cipher %s\n", - *args + 1); - badarg = 1; - } - if (do_param == 1) - badarg = 1; - } - args++; - } - - if (!ctx) - badarg = 1; - - if (badarg) - { - bad: - BIO_printf(bio_err, "Usage: genpkey [options]\n"); - BIO_printf(bio_err, "where options may be\n"); - BIO_printf(bio_err, "-out file output file\n"); - BIO_printf(bio_err, "-outform X output format (DER or PEM)\n"); - BIO_printf(bio_err, "-pass arg output file pass phrase source\n"); - BIO_printf(bio_err, "- use cipher to encrypt the key\n"); + else if (!strcmp(*args, "-paramfile")) { + if (!args[1]) + goto bad; + args++; + if (do_param == 1) + goto bad; + if (!init_keygen_file(bio_err, &ctx, *args, e)) + goto end; + } else if (!strcmp(*args, "-out")) { + if (args[1]) { + args++; + outfile = *args; + } else + badarg = 1; + } else if (strcmp(*args, "-algorithm") == 0) { + if (!args[1]) + goto bad; + if (!init_gen_str(bio_err, &ctx, *(++args), e, do_param)) + goto end; + } else if (strcmp(*args, "-pkeyopt") == 0) { + if (!args[1]) + goto bad; + if (!ctx) { + BIO_puts(bio_err, "No keytype specified\n"); + goto bad; + } else if (pkey_ctrl_string(ctx, *(++args)) <= 0) { + BIO_puts(bio_err, "parameter setting error\n"); + ERR_print_errors(bio_err); + goto end; + } + } else if (strcmp(*args, "-genparam") == 0) { + if (ctx) + goto bad; + do_param = 1; + } else if (strcmp(*args, "-text") == 0) + text = 1; + else { + cipher = EVP_get_cipherbyname(*args + 1); + if (!cipher) { + BIO_printf(bio_err, "Unknown cipher %s\n", *args + 1); + badarg = 1; + } + if (do_param == 1) + badarg = 1; + } + args++; + } + + if (!ctx) + badarg = 1; + + if (badarg) { + bad: + BIO_printf(bio_err, "Usage: genpkey [options]\n"); + BIO_printf(bio_err, "where options may be\n"); + BIO_printf(bio_err, "-out file output file\n"); + BIO_printf(bio_err, + "-outform X output format (DER or PEM)\n"); + BIO_printf(bio_err, + "-pass arg output file pass phrase source\n"); + BIO_printf(bio_err, + "- use cipher to encrypt the key\n"); #ifndef OPENSSL_NO_ENGINE - BIO_printf(bio_err, "-engine e use engine e, possibly a hardware device.\n"); + BIO_printf(bio_err, + "-engine e use engine e, possibly a hardware device.\n"); #endif - BIO_printf(bio_err, "-paramfile file parameters file\n"); - BIO_printf(bio_err, "-algorithm alg the public key algorithm\n"); - BIO_printf(bio_err, "-pkeyopt opt:value set the public key algorithm option \n" - " to value \n"); - BIO_printf(bio_err, "-genparam generate parameters, not key\n"); - BIO_printf(bio_err, "-text print the in text\n"); - BIO_printf(bio_err, "NB: options order may be important! See the manual page.\n"); - goto end; - } - - if (!app_passwd(bio_err, passarg, NULL, &pass, NULL)) - { - BIO_puts(bio_err, "Error getting password\n"); - goto end; - } - - if (outfile) - { - if (!(out = BIO_new_file (outfile, "wb"))) - { - BIO_printf(bio_err, - "Can't open output file %s\n", outfile); - goto end; - } - } - else - { - out = BIO_new_fp (stdout, BIO_NOCLOSE); + BIO_printf(bio_err, "-paramfile file parameters file\n"); + BIO_printf(bio_err, "-algorithm alg the public key algorithm\n"); + BIO_printf(bio_err, + "-pkeyopt opt:value set the public key algorithm option \n" + " to value \n"); + BIO_printf(bio_err, + "-genparam generate parameters, not key\n"); + BIO_printf(bio_err, "-text print the in text\n"); + BIO_printf(bio_err, + "NB: options order may be important! See the manual page.\n"); + goto end; + } + + if (!app_passwd(bio_err, passarg, NULL, &pass, NULL)) { + BIO_puts(bio_err, "Error getting password\n"); + goto end; + } + + if (outfile) { + if (!(out = BIO_new_file(outfile, "wb"))) { + BIO_printf(bio_err, "Can't open output file %s\n", outfile); + goto end; + } + } else { + out = BIO_new_fp(stdout, BIO_NOCLOSE); #ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - out = BIO_push(tmpbio, out); - } + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + out = BIO_push(tmpbio, out); + } #endif - } - - EVP_PKEY_CTX_set_cb(ctx, genpkey_cb); - EVP_PKEY_CTX_set_app_data(ctx, bio_err); - - if (do_param) - { - if (EVP_PKEY_paramgen(ctx, &pkey) <= 0) - { - BIO_puts(bio_err, "Error generating parameters\n"); - ERR_print_errors(bio_err); - goto end; - } - } - else - { - if (EVP_PKEY_keygen(ctx, &pkey) <= 0) - { - BIO_puts(bio_err, "Error generating key\n"); - ERR_print_errors(bio_err); - goto end; - } - } - - if (do_param) - rv = PEM_write_bio_Parameters(out, pkey); - else if (outformat == FORMAT_PEM) - rv = PEM_write_bio_PrivateKey(out, pkey, cipher, NULL, 0, - NULL, pass); - else if (outformat == FORMAT_ASN1) - rv = i2d_PrivateKey_bio(out, pkey); - else - { - BIO_printf(bio_err, "Bad format specified for key\n"); - goto end; - } - - if (rv <= 0) - { - BIO_puts(bio_err, "Error writing key\n"); - ERR_print_errors(bio_err); - } - - if (text) - { - if (do_param) - rv = EVP_PKEY_print_params(out, pkey, 0, NULL); - else - rv = EVP_PKEY_print_private(out, pkey, 0, NULL); - - if (rv <= 0) - { - BIO_puts(bio_err, "Error printing key\n"); - ERR_print_errors(bio_err); - } - } - - ret = 0; - - end: - if (pkey) - EVP_PKEY_free(pkey); - if (ctx) - EVP_PKEY_CTX_free(ctx); - if (out) - BIO_free_all(out); - BIO_free(in); - if (pass) - OPENSSL_free(pass); - - return ret; - } + } + + EVP_PKEY_CTX_set_cb(ctx, genpkey_cb); + EVP_PKEY_CTX_set_app_data(ctx, bio_err); + + if (do_param) { + if (EVP_PKEY_paramgen(ctx, &pkey) <= 0) { + BIO_puts(bio_err, "Error generating parameters\n"); + ERR_print_errors(bio_err); + goto end; + } + } else { + if (EVP_PKEY_keygen(ctx, &pkey) <= 0) { + BIO_puts(bio_err, "Error generating key\n"); + ERR_print_errors(bio_err); + goto end; + } + } + + if (do_param) + rv = PEM_write_bio_Parameters(out, pkey); + else if (outformat == FORMAT_PEM) + rv = PEM_write_bio_PrivateKey(out, pkey, cipher, NULL, 0, NULL, pass); + else if (outformat == FORMAT_ASN1) + rv = i2d_PrivateKey_bio(out, pkey); + else { + BIO_printf(bio_err, "Bad format specified for key\n"); + goto end; + } + + if (rv <= 0) { + BIO_puts(bio_err, "Error writing key\n"); + ERR_print_errors(bio_err); + } + + if (text) { + if (do_param) + rv = EVP_PKEY_print_params(out, pkey, 0, NULL); + else + rv = EVP_PKEY_print_private(out, pkey, 0, NULL); + + if (rv <= 0) { + BIO_puts(bio_err, "Error printing key\n"); + ERR_print_errors(bio_err); + } + } + + ret = 0; + + end: + if (pkey) + EVP_PKEY_free(pkey); + if (ctx) + EVP_PKEY_CTX_free(ctx); + if (out) + BIO_free_all(out); + BIO_free(in); + if (pass) + OPENSSL_free(pass); + + return ret; +} static int init_keygen_file(BIO *err, EVP_PKEY_CTX **pctx, - const char *file, ENGINE *e) - { - BIO *pbio; - EVP_PKEY *pkey = NULL; - EVP_PKEY_CTX *ctx = NULL; - if (*pctx) - { - BIO_puts(err, "Parameters already set!\n"); - return 0; - } - - pbio = BIO_new_file(file, "r"); - if (!pbio) - { - BIO_printf(err, "Can't open parameter file %s\n", file); - return 0; - } - - pkey = PEM_read_bio_Parameters(pbio, NULL); - BIO_free(pbio); - - if (!pkey) - { - BIO_printf(bio_err, "Error reading parameter file %s\n", file); - return 0; - } - - ctx = EVP_PKEY_CTX_new(pkey, e); - if (!ctx) - goto err; - if (EVP_PKEY_keygen_init(ctx) <= 0) - goto err; - EVP_PKEY_free(pkey); - *pctx = ctx; - return 1; - - err: - BIO_puts(err, "Error initializing context\n"); - ERR_print_errors(err); - if (ctx) - EVP_PKEY_CTX_free(ctx); - if (pkey) - EVP_PKEY_free(pkey); - return 0; - - } + const char *file, ENGINE *e) +{ + BIO *pbio; + EVP_PKEY *pkey = NULL; + EVP_PKEY_CTX *ctx = NULL; + if (*pctx) { + BIO_puts(err, "Parameters already set!\n"); + return 0; + } + + pbio = BIO_new_file(file, "r"); + if (!pbio) { + BIO_printf(err, "Can't open parameter file %s\n", file); + return 0; + } + + pkey = PEM_read_bio_Parameters(pbio, NULL); + BIO_free(pbio); + + if (!pkey) { + BIO_printf(bio_err, "Error reading parameter file %s\n", file); + return 0; + } + + ctx = EVP_PKEY_CTX_new(pkey, e); + if (!ctx) + goto err; + if (EVP_PKEY_keygen_init(ctx) <= 0) + goto err; + EVP_PKEY_free(pkey); + *pctx = ctx; + return 1; + + err: + BIO_puts(err, "Error initializing context\n"); + ERR_print_errors(err); + if (ctx) + EVP_PKEY_CTX_free(ctx); + if (pkey) + EVP_PKEY_free(pkey); + return 0; + +} int init_gen_str(BIO *err, EVP_PKEY_CTX **pctx, - const char *algname, ENGINE *e, int do_param) - { - EVP_PKEY_CTX *ctx = NULL; - const EVP_PKEY_ASN1_METHOD *ameth; - ENGINE *tmpeng = NULL; - int pkey_id; + const char *algname, ENGINE *e, int do_param) +{ + EVP_PKEY_CTX *ctx = NULL; + const EVP_PKEY_ASN1_METHOD *ameth; + ENGINE *tmpeng = NULL; + int pkey_id; - if (*pctx) - { - BIO_puts(err, "Algorithm already set!\n"); - return 0; - } + if (*pctx) { + BIO_puts(err, "Algorithm already set!\n"); + return 0; + } - ameth = EVP_PKEY_asn1_find_str(&tmpeng, algname, -1); + ameth = EVP_PKEY_asn1_find_str(&tmpeng, algname, -1); #ifndef OPENSSL_NO_ENGINE - if (!ameth && e) - ameth = ENGINE_get_pkey_asn1_meth_str(e, algname, -1); + if (!ameth && e) + ameth = ENGINE_get_pkey_asn1_meth_str(e, algname, -1); #endif - if (!ameth) - { - BIO_printf(bio_err, "Algorithm %s not found\n", algname); - return 0; - } + if (!ameth) { + BIO_printf(bio_err, "Algorithm %s not found\n", algname); + return 0; + } - ERR_clear_error(); + ERR_clear_error(); - EVP_PKEY_asn1_get0_info(&pkey_id, NULL, NULL, NULL, NULL, ameth); + EVP_PKEY_asn1_get0_info(&pkey_id, NULL, NULL, NULL, NULL, ameth); #ifndef OPENSSL_NO_ENGINE - if (tmpeng) - ENGINE_finish(tmpeng); + if (tmpeng) + ENGINE_finish(tmpeng); #endif - ctx = EVP_PKEY_CTX_new_id(pkey_id, e); - - if (!ctx) - goto err; - if (do_param) - { - if (EVP_PKEY_paramgen_init(ctx) <= 0) - goto err; - } - else - { - if (EVP_PKEY_keygen_init(ctx) <= 0) - goto err; - } - - *pctx = ctx; - return 1; - - err: - BIO_printf(err, "Error initializing %s context\n", algname); - ERR_print_errors(err); - if (ctx) - EVP_PKEY_CTX_free(ctx); - return 0; - - } + ctx = EVP_PKEY_CTX_new_id(pkey_id, e); + + if (!ctx) + goto err; + if (do_param) { + if (EVP_PKEY_paramgen_init(ctx) <= 0) + goto err; + } else { + if (EVP_PKEY_keygen_init(ctx) <= 0) + goto err; + } + + *pctx = ctx; + return 1; + + err: + BIO_printf(err, "Error initializing %s context\n", algname); + ERR_print_errors(err); + if (ctx) + EVP_PKEY_CTX_free(ctx); + return 0; + +} static int genpkey_cb(EVP_PKEY_CTX *ctx) - { - char c='*'; - BIO *b = EVP_PKEY_CTX_get_app_data(ctx); - int p; - p = EVP_PKEY_CTX_get_keygen_info(ctx, 0); - if (p == 0) c='.'; - if (p == 1) c='+'; - if (p == 2) c='*'; - if (p == 3) c='\n'; - BIO_write(b,&c,1); - (void)BIO_flush(b); +{ + char c = '*'; + BIO *b = EVP_PKEY_CTX_get_app_data(ctx); + int p; + p = EVP_PKEY_CTX_get_keygen_info(ctx, 0); + if (p == 0) + c = '.'; + if (p == 1) + c = '+'; + if (p == 2) + c = '*'; + if (p == 3) + c = '\n'; + BIO_write(b, &c, 1); + (void)BIO_flush(b); #ifdef LINT - p=n; + p = n; #endif - return 1; - } + return 1; +} diff --git a/openssl/apps/genrsa.c b/openssl/apps/genrsa.c index ece114c87..91e6550a5 100644 --- a/openssl/apps/genrsa.c +++ b/openssl/apps/genrsa.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -57,279 +57,294 @@ */ #include -/* Until the key-gen callbacks are modified to use newer prototypes, we allow - * deprecated functions for openssl-internal code */ +/* + * Until the key-gen callbacks are modified to use newer prototypes, we allow + * deprecated functions for openssl-internal code + */ #ifdef OPENSSL_NO_DEPRECATED -#undef OPENSSL_NO_DEPRECATED +# undef OPENSSL_NO_DEPRECATED #endif #ifndef OPENSSL_NO_RSA -#include -#include -#include -#include -#include "apps.h" -#include -#include -#include -#include -#include -#include -#include -#include +# include +# include +# include +# include +# include "apps.h" +# include +# include +# include +# include +# include +# include +# include +# include -#define DEFBITS 1024 -#undef PROG -#define PROG genrsa_main +# define DEFBITS 2048 +# undef PROG +# define PROG genrsa_main static int MS_CALLBACK genrsa_cb(int p, int n, BN_GENCB *cb); int MAIN(int, char **); int MAIN(int argc, char **argv) - { - BN_GENCB cb; -#ifndef OPENSSL_NO_ENGINE - ENGINE *e = NULL; -#endif - int ret=1; - int i,num=DEFBITS; - long l; - const EVP_CIPHER *enc=NULL; - unsigned long f4=RSA_F4; - char *outfile=NULL; - char *passargout = NULL, *passout = NULL; -#ifndef OPENSSL_NO_ENGINE - char *engine=NULL; -#endif - char *inrand=NULL; - BIO *out=NULL; - BIGNUM *bn = BN_new(); - RSA *rsa = NULL; +{ + BN_GENCB cb; +# ifndef OPENSSL_NO_ENGINE + ENGINE *e = NULL; +# endif + int ret = 1; + int i, num = DEFBITS; + long l; + const EVP_CIPHER *enc = NULL; + unsigned long f4 = RSA_F4; + char *outfile = NULL; + char *passargout = NULL, *passout = NULL; +# ifndef OPENSSL_NO_ENGINE + char *engine = NULL; +# endif + char *inrand = NULL; + BIO *out = NULL; + BIGNUM *bn = BN_new(); + RSA *rsa = NULL; - if(!bn) goto err; + if (!bn) + goto err; - apps_startup(); - BN_GENCB_set(&cb, genrsa_cb, bio_err); + apps_startup(); + BN_GENCB_set(&cb, genrsa_cb, bio_err); - if (bio_err == NULL) - if ((bio_err=BIO_new(BIO_s_file())) != NULL) - BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); + if (bio_err == NULL) + if ((bio_err = BIO_new(BIO_s_file())) != NULL) + BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT); - if (!load_config(bio_err, NULL)) - goto err; - if ((out=BIO_new(BIO_s_file())) == NULL) - { - BIO_printf(bio_err,"unable to create BIO for output\n"); - goto err; - } + if (!load_config(bio_err, NULL)) + goto err; + if ((out = BIO_new(BIO_s_file())) == NULL) { + BIO_printf(bio_err, "unable to create BIO for output\n"); + goto err; + } - argv++; - argc--; - for (;;) - { - if (argc <= 0) break; - if (strcmp(*argv,"-out") == 0) - { - if (--argc < 1) goto bad; - outfile= *(++argv); - } - else if (strcmp(*argv,"-3") == 0) - f4=3; - else if (strcmp(*argv,"-F4") == 0 || strcmp(*argv,"-f4") == 0) - f4=RSA_F4; -#ifndef OPENSSL_NO_ENGINE - else if (strcmp(*argv,"-engine") == 0) - { - if (--argc < 1) goto bad; - engine= *(++argv); - } -#endif - else if (strcmp(*argv,"-rand") == 0) - { - if (--argc < 1) goto bad; - inrand= *(++argv); - } -#ifndef OPENSSL_NO_DES - else if (strcmp(*argv,"-des") == 0) - enc=EVP_des_cbc(); - else if (strcmp(*argv,"-des3") == 0) - enc=EVP_des_ede3_cbc(); -#endif -#ifndef OPENSSL_NO_IDEA - else if (strcmp(*argv,"-idea") == 0) - enc=EVP_idea_cbc(); -#endif -#ifndef OPENSSL_NO_SEED - else if (strcmp(*argv,"-seed") == 0) - enc=EVP_seed_cbc(); -#endif -#ifndef OPENSSL_NO_AES - else if (strcmp(*argv,"-aes128") == 0) - enc=EVP_aes_128_cbc(); - else if (strcmp(*argv,"-aes192") == 0) - enc=EVP_aes_192_cbc(); - else if (strcmp(*argv,"-aes256") == 0) - enc=EVP_aes_256_cbc(); -#endif -#ifndef OPENSSL_NO_CAMELLIA - else if (strcmp(*argv,"-camellia128") == 0) - enc=EVP_camellia_128_cbc(); - else if (strcmp(*argv,"-camellia192") == 0) - enc=EVP_camellia_192_cbc(); - else if (strcmp(*argv,"-camellia256") == 0) - enc=EVP_camellia_256_cbc(); -#endif - else if (strcmp(*argv,"-passout") == 0) - { - if (--argc < 1) goto bad; - passargout= *(++argv); - } - else - break; - argv++; - argc--; - } - if ((argc >= 1) && ((sscanf(*argv,"%d",&num) == 0) || (num < 0))) - { -bad: - BIO_printf(bio_err,"usage: genrsa [args] [numbits]\n"); - BIO_printf(bio_err," -des encrypt the generated key with DES in cbc mode\n"); - BIO_printf(bio_err," -des3 encrypt the generated key with DES in ede cbc mode (168 bit key)\n"); -#ifndef OPENSSL_NO_IDEA - BIO_printf(bio_err," -idea encrypt the generated key with IDEA in cbc mode\n"); -#endif -#ifndef OPENSSL_NO_SEED - BIO_printf(bio_err," -seed\n"); - BIO_printf(bio_err," encrypt PEM output with cbc seed\n"); -#endif -#ifndef OPENSSL_NO_AES - BIO_printf(bio_err," -aes128, -aes192, -aes256\n"); - BIO_printf(bio_err," encrypt PEM output with cbc aes\n"); -#endif -#ifndef OPENSSL_NO_CAMELLIA - BIO_printf(bio_err," -camellia128, -camellia192, -camellia256\n"); - BIO_printf(bio_err," encrypt PEM output with cbc camellia\n"); -#endif - BIO_printf(bio_err," -out file output the key to 'file\n"); - BIO_printf(bio_err," -passout arg output file pass phrase source\n"); - BIO_printf(bio_err," -f4 use F4 (0x10001) for the E value\n"); - BIO_printf(bio_err," -3 use 3 for the E value\n"); -#ifndef OPENSSL_NO_ENGINE - BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n"); -#endif - BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR); - BIO_printf(bio_err," load the file (or the files in the directory) into\n"); - BIO_printf(bio_err," the random number generator\n"); - goto err; - } - - ERR_load_crypto_strings(); + argv++; + argc--; + for (;;) { + if (argc <= 0) + break; + if (strcmp(*argv, "-out") == 0) { + if (--argc < 1) + goto bad; + outfile = *(++argv); + } else if (strcmp(*argv, "-3") == 0) + f4 = 3; + else if (strcmp(*argv, "-F4") == 0 || strcmp(*argv, "-f4") == 0) + f4 = RSA_F4; +# ifndef OPENSSL_NO_ENGINE + else if (strcmp(*argv, "-engine") == 0) { + if (--argc < 1) + goto bad; + engine = *(++argv); + } +# endif + else if (strcmp(*argv, "-rand") == 0) { + if (--argc < 1) + goto bad; + inrand = *(++argv); + } +# ifndef OPENSSL_NO_DES + else if (strcmp(*argv, "-des") == 0) + enc = EVP_des_cbc(); + else if (strcmp(*argv, "-des3") == 0) + enc = EVP_des_ede3_cbc(); +# endif +# ifndef OPENSSL_NO_IDEA + else if (strcmp(*argv, "-idea") == 0) + enc = EVP_idea_cbc(); +# endif +# ifndef OPENSSL_NO_SEED + else if (strcmp(*argv, "-seed") == 0) + enc = EVP_seed_cbc(); +# endif +# ifndef OPENSSL_NO_AES + else if (strcmp(*argv, "-aes128") == 0) + enc = EVP_aes_128_cbc(); + else if (strcmp(*argv, "-aes192") == 0) + enc = EVP_aes_192_cbc(); + else if (strcmp(*argv, "-aes256") == 0) + enc = EVP_aes_256_cbc(); +# endif +# ifndef OPENSSL_NO_CAMELLIA + else if (strcmp(*argv, "-camellia128") == 0) + enc = EVP_camellia_128_cbc(); + else if (strcmp(*argv, "-camellia192") == 0) + enc = EVP_camellia_192_cbc(); + else if (strcmp(*argv, "-camellia256") == 0) + enc = EVP_camellia_256_cbc(); +# endif + else if (strcmp(*argv, "-passout") == 0) { + if (--argc < 1) + goto bad; + passargout = *(++argv); + } else + break; + argv++; + argc--; + } + if ((argc >= 1) && ((sscanf(*argv, "%d", &num) == 0) || (num < 0))) { + bad: + BIO_printf(bio_err, "usage: genrsa [args] [numbits]\n"); + BIO_printf(bio_err, + " -des encrypt the generated key with DES in cbc mode\n"); + BIO_printf(bio_err, + " -des3 encrypt the generated key with DES in ede cbc mode (168 bit key)\n"); +# ifndef OPENSSL_NO_IDEA + BIO_printf(bio_err, + " -idea encrypt the generated key with IDEA in cbc mode\n"); +# endif +# ifndef OPENSSL_NO_SEED + BIO_printf(bio_err, " -seed\n"); + BIO_printf(bio_err, + " encrypt PEM output with cbc seed\n"); +# endif +# ifndef OPENSSL_NO_AES + BIO_printf(bio_err, " -aes128, -aes192, -aes256\n"); + BIO_printf(bio_err, + " encrypt PEM output with cbc aes\n"); +# endif +# ifndef OPENSSL_NO_CAMELLIA + BIO_printf(bio_err, " -camellia128, -camellia192, -camellia256\n"); + BIO_printf(bio_err, + " encrypt PEM output with cbc camellia\n"); +# endif + BIO_printf(bio_err, " -out file output the key to 'file\n"); + BIO_printf(bio_err, + " -passout arg output file pass phrase source\n"); + BIO_printf(bio_err, + " -f4 use F4 (0x10001) for the E value\n"); + BIO_printf(bio_err, " -3 use 3 for the E value\n"); +# ifndef OPENSSL_NO_ENGINE + BIO_printf(bio_err, + " -engine e use engine e, possibly a hardware device.\n"); +# endif + BIO_printf(bio_err, " -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, + LIST_SEPARATOR_CHAR); + BIO_printf(bio_err, + " load the file (or the files in the directory) into\n"); + BIO_printf(bio_err, " the random number generator\n"); + goto err; + } - if(!app_passwd(bio_err, NULL, passargout, NULL, &passout)) { - BIO_printf(bio_err, "Error getting password\n"); - goto err; - } + ERR_load_crypto_strings(); -#ifndef OPENSSL_NO_ENGINE - e = setup_engine(bio_err, engine, 0); -#endif + if (!app_passwd(bio_err, NULL, passargout, NULL, &passout)) { + BIO_printf(bio_err, "Error getting password\n"); + goto err; + } +# ifndef OPENSSL_NO_ENGINE + e = setup_engine(bio_err, engine, 0); +# endif - if (outfile == NULL) - { - BIO_set_fp(out,stdout,BIO_NOCLOSE); -#ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - out = BIO_push(tmpbio, out); - } -#endif - } - else - { - if (BIO_write_filename(out,outfile) <= 0) - { - perror(outfile); - goto err; - } - } + if (outfile == NULL) { + BIO_set_fp(out, stdout, BIO_NOCLOSE); +# ifdef OPENSSL_SYS_VMS + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + out = BIO_push(tmpbio, out); + } +# endif + } else { + if (BIO_write_filename(out, outfile) <= 0) { + perror(outfile); + goto err; + } + } - if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL - && !RAND_status()) - { - BIO_printf(bio_err,"warning, not much extra random data, consider using the -rand option\n"); - } - if (inrand != NULL) - BIO_printf(bio_err,"%ld semi-random bytes loaded\n", - app_RAND_load_files(inrand)); + if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL + && !RAND_status()) { + BIO_printf(bio_err, + "warning, not much extra random data, consider using the -rand option\n"); + } + if (inrand != NULL) + BIO_printf(bio_err, "%ld semi-random bytes loaded\n", + app_RAND_load_files(inrand)); - BIO_printf(bio_err,"Generating RSA private key, %d bit long modulus\n", - num); -#ifdef OPENSSL_NO_ENGINE - rsa = RSA_new(); -#else - rsa = RSA_new_method(e); -#endif - if (!rsa) - goto err; + BIO_printf(bio_err, "Generating RSA private key, %d bit long modulus\n", + num); +# ifdef OPENSSL_NO_ENGINE + rsa = RSA_new(); +# else + rsa = RSA_new_method(e); +# endif + if (!rsa) + goto err; - if(!BN_set_word(bn, f4) || !RSA_generate_key_ex(rsa, num, bn, &cb)) - goto err; - - app_RAND_write_file(NULL, bio_err); + if (!BN_set_word(bn, f4) || !RSA_generate_key_ex(rsa, num, bn, &cb)) + goto err; - /* We need to do the following for when the base number size is < - * long, esp windows 3.1 :-(. */ - l=0L; - for (i=0; ie->top; i++) - { -#ifndef SIXTY_FOUR_BIT - l<<=BN_BITS4; - l<<=BN_BITS4; -#endif - l+=rsa->e->d[i]; - } - BIO_printf(bio_err,"e is %ld (0x%lX)\n",l,l); - { - PW_CB_DATA cb_data; - cb_data.password = passout; - cb_data.prompt_info = outfile; - if (!PEM_write_bio_RSAPrivateKey(out,rsa,enc,NULL,0, - (pem_password_cb *)password_callback,&cb_data)) - goto err; - } + app_RAND_write_file(NULL, bio_err); + + /* + * We need to do the following for when the base number size is < long, + * esp windows 3.1 :-(. + */ + l = 0L; + for (i = 0; i < rsa->e->top; i++) { +# ifndef SIXTY_FOUR_BIT + l <<= BN_BITS4; + l <<= BN_BITS4; +# endif + l += rsa->e->d[i]; + } + BIO_printf(bio_err, "e is %ld (0x%lX)\n", l, l); + { + PW_CB_DATA cb_data; + cb_data.password = passout; + cb_data.prompt_info = outfile; + if (!PEM_write_bio_RSAPrivateKey(out, rsa, enc, NULL, 0, + (pem_password_cb *)password_callback, + &cb_data)) + goto err; + } - ret=0; -err: - if (bn) BN_free(bn); - if (rsa) RSA_free(rsa); - if (out) BIO_free_all(out); - if(passout) OPENSSL_free(passout); - if (ret != 0) - ERR_print_errors(bio_err); - apps_shutdown(); - OPENSSL_EXIT(ret); - } + ret = 0; + err: + if (bn) + BN_free(bn); + if (rsa) + RSA_free(rsa); + if (out) + BIO_free_all(out); + if (passout) + OPENSSL_free(passout); + if (ret != 0) + ERR_print_errors(bio_err); + apps_shutdown(); + OPENSSL_EXIT(ret); +} static int MS_CALLBACK genrsa_cb(int p, int n, BN_GENCB *cb) - { - char c='*'; +{ + char c = '*'; - if (p == 0) c='.'; - if (p == 1) c='+'; - if (p == 2) c='*'; - if (p == 3) c='\n'; - BIO_write(cb->arg,&c,1); - (void)BIO_flush(cb->arg); -#ifdef LINT - p=n; -#endif - return 1; - } -#else /* !OPENSSL_NO_RSA */ + if (p == 0) + c = '.'; + if (p == 1) + c = '+'; + if (p == 2) + c = '*'; + if (p == 3) + c = '\n'; + BIO_write(cb->arg, &c, 1); + (void)BIO_flush(cb->arg); +# ifdef LINT + p = n; +# endif + return 1; +} +#else /* !OPENSSL_NO_RSA */ # if PEDANTIC -static void *dummy=&dummy; +static void *dummy = &dummy; # endif #endif diff --git a/openssl/apps/makeapps.com b/openssl/apps/makeapps.com index 71a333674..47457afc7 100644 --- a/openssl/apps/makeapps.com +++ b/openssl/apps/makeapps.com @@ -776,7 +776,7 @@ $ IF F$TYPE(USER_CCFLAGS) .NES. "" THEN CCEXTRAFLAGS = USER_CCFLAGS $ CCDISABLEWARNINGS = "" !!! "MAYLOSEDATA3" !!! "LONGLONGTYPE,LONGLONGSUFX,FOUNDCR" $ IF F$TYPE(USER_CCDISABLEWARNINGS) .NES. "" $ THEN -$ IF CCDISABLEWARNINGS .NES. "" THEN CCDISABLEWARNINGS = CCDISABLEWARNINGS + "," +$ IF CCDISABLEWARNINGS .NES. THEN CCDISABLEWARNINGS = CCDISABLEWARNINGS + "," $ CCDISABLEWARNINGS = CCDISABLEWARNINGS + USER_CCDISABLEWARNINGS $ ENDIF $! diff --git a/openssl/apps/nseq.c b/openssl/apps/nseq.c index e3c4dba54..c3067385d 100644 --- a/openssl/apps/nseq.c +++ b/openssl/apps/nseq.c @@ -1,6 +1,7 @@ /* nseq.c */ -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL - * project 1999. +/* + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project + * 1999. */ /* ==================================================================== * Copyright (c) 1999 The OpenSSL Project. All rights reserved. @@ -10,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -69,99 +70,101 @@ int MAIN(int, char **); int MAIN(int argc, char **argv) { - char **args, *infile = NULL, *outfile = NULL; - BIO *in = NULL, *out = NULL; - int toseq = 0; - X509 *x509 = NULL; - NETSCAPE_CERT_SEQUENCE *seq = NULL; - int i, ret = 1; - int badarg = 0; - if (bio_err == NULL) bio_err = BIO_new_fp (stderr, BIO_NOCLOSE); - ERR_load_crypto_strings(); - args = argv + 1; - while (!badarg && *args && *args[0] == '-') { - if (!strcmp (*args, "-toseq")) toseq = 1; - else if (!strcmp (*args, "-in")) { - if (args[1]) { - args++; - infile = *args; - } else badarg = 1; - } else if (!strcmp (*args, "-out")) { - if (args[1]) { - args++; - outfile = *args; - } else badarg = 1; - } else badarg = 1; - args++; - } + char **args, *infile = NULL, *outfile = NULL; + BIO *in = NULL, *out = NULL; + int toseq = 0; + X509 *x509 = NULL; + NETSCAPE_CERT_SEQUENCE *seq = NULL; + int i, ret = 1; + int badarg = 0; + if (bio_err == NULL) + bio_err = BIO_new_fp(stderr, BIO_NOCLOSE); + ERR_load_crypto_strings(); + args = argv + 1; + while (!badarg && *args && *args[0] == '-') { + if (!strcmp(*args, "-toseq")) + toseq = 1; + else if (!strcmp(*args, "-in")) { + if (args[1]) { + args++; + infile = *args; + } else + badarg = 1; + } else if (!strcmp(*args, "-out")) { + if (args[1]) { + args++; + outfile = *args; + } else + badarg = 1; + } else + badarg = 1; + args++; + } - if (badarg) { - BIO_printf (bio_err, "Netscape certificate sequence utility\n"); - BIO_printf (bio_err, "Usage nseq [options]\n"); - BIO_printf (bio_err, "where options are\n"); - BIO_printf (bio_err, "-in file input file\n"); - BIO_printf (bio_err, "-out file output file\n"); - BIO_printf (bio_err, "-toseq output NS Sequence file\n"); - OPENSSL_EXIT(1); - } + if (badarg) { + BIO_printf(bio_err, "Netscape certificate sequence utility\n"); + BIO_printf(bio_err, "Usage nseq [options]\n"); + BIO_printf(bio_err, "where options are\n"); + BIO_printf(bio_err, "-in file input file\n"); + BIO_printf(bio_err, "-out file output file\n"); + BIO_printf(bio_err, "-toseq output NS Sequence file\n"); + OPENSSL_EXIT(1); + } - if (infile) { - if (!(in = BIO_new_file (infile, "r"))) { - BIO_printf (bio_err, - "Can't open input file %s\n", infile); - goto end; - } - } else in = BIO_new_fp(stdin, BIO_NOCLOSE); + if (infile) { + if (!(in = BIO_new_file(infile, "r"))) { + BIO_printf(bio_err, "Can't open input file %s\n", infile); + goto end; + } + } else + in = BIO_new_fp(stdin, BIO_NOCLOSE); - if (outfile) { - if (!(out = BIO_new_file (outfile, "w"))) { - BIO_printf (bio_err, - "Can't open output file %s\n", outfile); - goto end; - } - } else { - out = BIO_new_fp(stdout, BIO_NOCLOSE); + if (outfile) { + if (!(out = BIO_new_file(outfile, "w"))) { + BIO_printf(bio_err, "Can't open output file %s\n", outfile); + goto end; + } + } else { + out = BIO_new_fp(stdout, BIO_NOCLOSE); #ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - out = BIO_push(tmpbio, out); - } + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + out = BIO_push(tmpbio, out); + } #endif - } - if (toseq) { - seq = NETSCAPE_CERT_SEQUENCE_new(); - seq->certs = sk_X509_new_null(); - while((x509 = PEM_read_bio_X509(in, NULL, NULL, NULL))) - sk_X509_push(seq->certs,x509); + } + if (toseq) { + seq = NETSCAPE_CERT_SEQUENCE_new(); + seq->certs = sk_X509_new_null(); + while ((x509 = PEM_read_bio_X509(in, NULL, NULL, NULL))) + sk_X509_push(seq->certs, x509); - if(!sk_X509_num(seq->certs)) - { - BIO_printf (bio_err, "Error reading certs file %s\n", infile); - ERR_print_errors(bio_err); - goto end; - } - PEM_write_bio_NETSCAPE_CERT_SEQUENCE(out, seq); - ret = 0; - goto end; - } + if (!sk_X509_num(seq->certs)) { + BIO_printf(bio_err, "Error reading certs file %s\n", infile); + ERR_print_errors(bio_err); + goto end; + } + PEM_write_bio_NETSCAPE_CERT_SEQUENCE(out, seq); + ret = 0; + goto end; + } - if (!(seq = PEM_read_bio_NETSCAPE_CERT_SEQUENCE(in, NULL, NULL, NULL))) { - BIO_printf (bio_err, "Error reading sequence file %s\n", infile); - ERR_print_errors(bio_err); - goto end; - } + if (!(seq = PEM_read_bio_NETSCAPE_CERT_SEQUENCE(in, NULL, NULL, NULL))) { + BIO_printf(bio_err, "Error reading sequence file %s\n", infile); + ERR_print_errors(bio_err); + goto end; + } - for(i = 0; i < sk_X509_num(seq->certs); i++) { - x509 = sk_X509_value(seq->certs, i); - dump_cert_text(out, x509); - PEM_write_bio_X509(out, x509); - } - ret = 0; -end: - BIO_free(in); - BIO_free_all(out); - NETSCAPE_CERT_SEQUENCE_free(seq); + for (i = 0; i < sk_X509_num(seq->certs); i++) { + x509 = sk_X509_value(seq->certs, i); + dump_cert_text(out, x509); + PEM_write_bio_X509(out, x509); + } + ret = 0; + end: + BIO_free(in); + BIO_free_all(out); + NETSCAPE_CERT_SEQUENCE_free(seq); - OPENSSL_EXIT(ret); + OPENSSL_EXIT(ret); } - diff --git a/openssl/apps/ocsp.c b/openssl/apps/ocsp.c index 04263ffd9..ebb3732cd 100644 --- a/openssl/apps/ocsp.c +++ b/openssl/apps/ocsp.c @@ -1,6 +1,7 @@ /* ocsp.c */ -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL - * project 2000. +/* + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project + * 2000. */ /* ==================================================================== * Copyright (c) 1999 The OpenSSL Project. All rights reserved. @@ -10,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -57,1375 +58,1307 @@ */ #ifndef OPENSSL_NO_OCSP -#ifdef OPENSSL_SYS_VMS -#define _XOPEN_SOURCE_EXTENDED /* So fd_set and friends get properly defined - on OpenVMS */ -#endif - -#define USE_SOCKETS - -#include -#include -#include -#include -#include "apps.h" /* needs to be included before the openssl headers! */ -#include -#include -#include -#include -#include -#include -#include - -#if defined(NETWARE_CLIB) +# ifdef OPENSSL_SYS_VMS +# define _XOPEN_SOURCE_EXTENDED/* So fd_set and friends get properly defined + * on OpenVMS */ +# endif + +# define USE_SOCKETS + +# include +# include +# include +# include +# include "apps.h" /* needs to be included before the openssl + * headers! */ +# include +# include +# include +# include +# include +# include +# include + +# if defined(NETWARE_CLIB) # ifdef NETWARE_BSDSOCK -# include -# include +# include +# include # else -# include +# include # endif -#elif defined(NETWARE_LIBC) +# elif defined(NETWARE_LIBC) # ifdef NETWARE_BSDSOCK -# include +# include # else -# include +# include # endif -#endif - -/* Maximum leeway in validity period: default 5 minutes */ -#define MAX_VALIDITY_PERIOD (5 * 60) +# endif -static int add_ocsp_cert(OCSP_REQUEST **req, X509 *cert, const EVP_MD *cert_id_md, X509 *issuer, - STACK_OF(OCSP_CERTID) *ids); -static int add_ocsp_serial(OCSP_REQUEST **req, char *serial, const EVP_MD * cert_id_md, X509 *issuer, - STACK_OF(OCSP_CERTID) *ids); +/* Maximum leeway in validity period: default 5 minutes */ +# define MAX_VALIDITY_PERIOD (5 * 60) + +static int add_ocsp_cert(OCSP_REQUEST **req, X509 *cert, + const EVP_MD *cert_id_md, X509 *issuer, + STACK_OF(OCSP_CERTID) *ids); +static int add_ocsp_serial(OCSP_REQUEST **req, char *serial, + const EVP_MD *cert_id_md, X509 *issuer, + STACK_OF(OCSP_CERTID) *ids); static int print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req, - STACK_OF(OPENSSL_STRING) *names, - STACK_OF(OCSP_CERTID) *ids, long nsec, - long maxage); + STACK_OF(OPENSSL_STRING) *names, + STACK_OF(OCSP_CERTID) *ids, long nsec, + long maxage); -static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db, - X509 *ca, X509 *rcert, EVP_PKEY *rkey, - STACK_OF(X509) *rother, unsigned long flags, - int nmin, int ndays); +static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, + CA_DB *db, X509 *ca, X509 *rcert, + EVP_PKEY *rkey, const EVP_MD *md, + STACK_OF(X509) *rother, unsigned long flags, + int nmin, int ndays, int badsig); static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser); -static BIO *init_responder(char *port); -static int do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio, char *port); +static BIO *init_responder(const char *port); +static int do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio, + const char *port); static int send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp); -static OCSP_RESPONSE *query_responder(BIO *err, BIO *cbio, char *path, - STACK_OF(CONF_VALUE) *headers, - OCSP_REQUEST *req, int req_timeout); +static OCSP_RESPONSE *query_responder(BIO *err, BIO *cbio, const char *path, + const STACK_OF(CONF_VALUE) *headers, + OCSP_REQUEST *req, int req_timeout); -#undef PROG -#define PROG ocsp_main +# undef PROG +# define PROG ocsp_main int MAIN(int, char **); int MAIN(int argc, char **argv) - { - ENGINE *e = NULL; - char **args; - char *host = NULL, *port = NULL, *path = "/"; - char *thost = NULL, *tport = NULL, *tpath = NULL; - char *reqin = NULL, *respin = NULL; - char *reqout = NULL, *respout = NULL; - char *signfile = NULL, *keyfile = NULL; - char *rsignfile = NULL, *rkeyfile = NULL; - char *outfile = NULL; - int add_nonce = 1, noverify = 0, use_ssl = -1; - STACK_OF(CONF_VALUE) *headers = NULL; - OCSP_REQUEST *req = NULL; - OCSP_RESPONSE *resp = NULL; - OCSP_BASICRESP *bs = NULL; - X509 *issuer = NULL, *cert = NULL; - X509 *signer = NULL, *rsigner = NULL; - EVP_PKEY *key = NULL, *rkey = NULL; - BIO *acbio = NULL, *cbio = NULL; - BIO *derbio = NULL; - BIO *out = NULL; - int req_timeout = -1; - int req_text = 0, resp_text = 0; - long nsec = MAX_VALIDITY_PERIOD, maxage = -1; - char *CAfile = NULL, *CApath = NULL; - X509_STORE *store = NULL; - STACK_OF(X509) *sign_other = NULL, *verify_other = NULL, *rother = NULL; - char *sign_certfile = NULL, *verify_certfile = NULL, *rcertfile = NULL; - unsigned long sign_flags = 0, verify_flags = 0, rflags = 0; - int ret = 1; - int accept_count = -1; - int badarg = 0; - int i; - int ignore_err = 0; - STACK_OF(OPENSSL_STRING) *reqnames = NULL; - STACK_OF(OCSP_CERTID) *ids = NULL; - - X509 *rca_cert = NULL; - char *ridx_filename = NULL; - char *rca_filename = NULL; - CA_DB *rdb = NULL; - int nmin = 0, ndays = -1; - const EVP_MD *cert_id_md = NULL; - - if (bio_err == NULL) bio_err = BIO_new_fp(stderr, BIO_NOCLOSE); - - if (!load_config(bio_err, NULL)) - goto end; - SSL_load_error_strings(); - OpenSSL_add_ssl_algorithms(); - args = argv + 1; - reqnames = sk_OPENSSL_STRING_new_null(); - ids = sk_OCSP_CERTID_new_null(); - while (!badarg && *args && *args[0] == '-') - { - if (!strcmp(*args, "-out")) - { - if (args[1]) - { - args++; - outfile = *args; - } - else badarg = 1; - } - else if (!strcmp(*args, "-timeout")) - { - if (args[1]) - { - args++; - req_timeout = atol(*args); - if (req_timeout < 0) - { - BIO_printf(bio_err, - "Illegal timeout value %s\n", - *args); - badarg = 1; - } - } - else badarg = 1; - } - else if (!strcmp(*args, "-url")) - { - if (thost) - OPENSSL_free(thost); - if (tport) - OPENSSL_free(tport); - if (tpath) - OPENSSL_free(tpath); - if (args[1]) - { - args++; - if (!OCSP_parse_url(*args, &host, &port, &path, &use_ssl)) - { - BIO_printf(bio_err, "Error parsing URL\n"); - badarg = 1; - } - thost = host; - tport = port; - tpath = path; - } - else badarg = 1; - } - else if (!strcmp(*args, "-host")) - { - if (args[1]) - { - args++; - host = *args; - } - else badarg = 1; - } - else if (!strcmp(*args, "-port")) - { - if (args[1]) - { - args++; - port = *args; - } - else badarg = 1; - } - else if (!strcmp(*args, "-header")) - { - if (args[1] && args[2]) - { - if (!X509V3_add_value(args[1], args[2], &headers)) - goto end; - args += 2; - } - else badarg = 1; - } - else if (!strcmp(*args, "-ignore_err")) - ignore_err = 1; - else if (!strcmp(*args, "-noverify")) - noverify = 1; - else if (!strcmp(*args, "-nonce")) - add_nonce = 2; - else if (!strcmp(*args, "-no_nonce")) - add_nonce = 0; - else if (!strcmp(*args, "-resp_no_certs")) - rflags |= OCSP_NOCERTS; - else if (!strcmp(*args, "-resp_key_id")) - rflags |= OCSP_RESPID_KEY; - else if (!strcmp(*args, "-no_certs")) - sign_flags |= OCSP_NOCERTS; - else if (!strcmp(*args, "-no_signature_verify")) - verify_flags |= OCSP_NOSIGS; - else if (!strcmp(*args, "-no_cert_verify")) - verify_flags |= OCSP_NOVERIFY; - else if (!strcmp(*args, "-no_chain")) - verify_flags |= OCSP_NOCHAIN; - else if (!strcmp(*args, "-no_cert_checks")) - verify_flags |= OCSP_NOCHECKS; - else if (!strcmp(*args, "-no_explicit")) - verify_flags |= OCSP_NOEXPLICIT; - else if (!strcmp(*args, "-trust_other")) - verify_flags |= OCSP_TRUSTOTHER; - else if (!strcmp(*args, "-no_intern")) - verify_flags |= OCSP_NOINTERN; - else if (!strcmp(*args, "-text")) - { - req_text = 1; - resp_text = 1; - } - else if (!strcmp(*args, "-req_text")) - req_text = 1; - else if (!strcmp(*args, "-resp_text")) - resp_text = 1; - else if (!strcmp(*args, "-reqin")) - { - if (args[1]) - { - args++; - reqin = *args; - } - else badarg = 1; - } - else if (!strcmp(*args, "-respin")) - { - if (args[1]) - { - args++; - respin = *args; - } - else badarg = 1; - } - else if (!strcmp(*args, "-signer")) - { - if (args[1]) - { - args++; - signfile = *args; - } - else badarg = 1; - } - else if (!strcmp (*args, "-VAfile")) - { - if (args[1]) - { - args++; - verify_certfile = *args; - verify_flags |= OCSP_TRUSTOTHER; - } - else badarg = 1; - } - else if (!strcmp(*args, "-sign_other")) - { - if (args[1]) - { - args++; - sign_certfile = *args; - } - else badarg = 1; - } - else if (!strcmp(*args, "-verify_other")) - { - if (args[1]) - { - args++; - verify_certfile = *args; - } - else badarg = 1; - } - else if (!strcmp (*args, "-CAfile")) - { - if (args[1]) - { - args++; - CAfile = *args; - } - else badarg = 1; - } - else if (!strcmp (*args, "-CApath")) - { - if (args[1]) - { - args++; - CApath = *args; - } - else badarg = 1; - } - else if (!strcmp (*args, "-validity_period")) - { - if (args[1]) - { - args++; - nsec = atol(*args); - if (nsec < 0) - { - BIO_printf(bio_err, - "Illegal validity period %s\n", - *args); - badarg = 1; - } - } - else badarg = 1; - } - else if (!strcmp (*args, "-status_age")) - { - if (args[1]) - { - args++; - maxage = atol(*args); - if (maxage < 0) - { - BIO_printf(bio_err, - "Illegal validity age %s\n", - *args); - badarg = 1; - } - } - else badarg = 1; - } - else if (!strcmp(*args, "-signkey")) - { - if (args[1]) - { - args++; - keyfile = *args; - } - else badarg = 1; - } - else if (!strcmp(*args, "-reqout")) - { - if (args[1]) - { - args++; - reqout = *args; - } - else badarg = 1; - } - else if (!strcmp(*args, "-respout")) - { - if (args[1]) - { - args++; - respout = *args; - } - else badarg = 1; - } - else if (!strcmp(*args, "-path")) - { - if (args[1]) - { - args++; - path = *args; - } - else badarg = 1; - } - else if (!strcmp(*args, "-issuer")) - { - if (args[1]) - { - args++; - X509_free(issuer); - issuer = load_cert(bio_err, *args, FORMAT_PEM, - NULL, e, "issuer certificate"); - if(!issuer) goto end; - } - else badarg = 1; - } - else if (!strcmp (*args, "-cert")) - { - if (args[1]) - { - args++; - X509_free(cert); - cert = load_cert(bio_err, *args, FORMAT_PEM, - NULL, e, "certificate"); - if(!cert) goto end; - if (!cert_id_md) cert_id_md = EVP_sha1(); - if(!add_ocsp_cert(&req, cert, cert_id_md, issuer, ids)) - goto end; - if(!sk_OPENSSL_STRING_push(reqnames, *args)) - goto end; - } - else badarg = 1; - } - else if (!strcmp(*args, "-serial")) - { - if (args[1]) - { - args++; - if (!cert_id_md) cert_id_md = EVP_sha1(); - if(!add_ocsp_serial(&req, *args, cert_id_md, issuer, ids)) - goto end; - if(!sk_OPENSSL_STRING_push(reqnames, *args)) - goto end; - } - else badarg = 1; - } - else if (!strcmp(*args, "-index")) - { - if (args[1]) - { - args++; - ridx_filename = *args; - } - else badarg = 1; - } - else if (!strcmp(*args, "-CA")) - { - if (args[1]) - { - args++; - rca_filename = *args; - } - else badarg = 1; - } - else if (!strcmp (*args, "-nmin")) - { - if (args[1]) - { - args++; - nmin = atol(*args); - if (nmin < 0) - { - BIO_printf(bio_err, - "Illegal update period %s\n", - *args); - badarg = 1; - } - } - if (ndays == -1) - ndays = 0; - else badarg = 1; - } - else if (!strcmp (*args, "-nrequest")) - { - if (args[1]) - { - args++; - accept_count = atol(*args); - if (accept_count < 0) - { - BIO_printf(bio_err, - "Illegal accept count %s\n", - *args); - badarg = 1; - } - } - else badarg = 1; - } - else if (!strcmp (*args, "-ndays")) - { - if (args[1]) - { - args++; - ndays = atol(*args); - if (ndays < 0) - { - BIO_printf(bio_err, - "Illegal update period %s\n", - *args); - badarg = 1; - } - } - else badarg = 1; - } - else if (!strcmp(*args, "-rsigner")) - { - if (args[1]) - { - args++; - rsignfile = *args; - } - else badarg = 1; - } - else if (!strcmp(*args, "-rkey")) - { - if (args[1]) - { - args++; - rkeyfile = *args; - } - else badarg = 1; - } - else if (!strcmp(*args, "-rother")) - { - if (args[1]) - { - args++; - rcertfile = *args; - } - else badarg = 1; - } - else if ((cert_id_md = EVP_get_digestbyname((*args)+1))==NULL) - { - badarg = 1; - } - args++; - } - - /* Have we anything to do? */ - if (!req && !reqin && !respin && !(port && ridx_filename)) badarg = 1; - - if (badarg) - { - BIO_printf (bio_err, "OCSP utility\n"); - BIO_printf (bio_err, "Usage ocsp [options]\n"); - BIO_printf (bio_err, "where options are\n"); - BIO_printf (bio_err, "-out file output filename\n"); - BIO_printf (bio_err, "-issuer file issuer certificate\n"); - BIO_printf (bio_err, "-cert file certificate to check\n"); - BIO_printf (bio_err, "-serial n serial number to check\n"); - BIO_printf (bio_err, "-signer file certificate to sign OCSP request with\n"); - BIO_printf (bio_err, "-signkey file private key to sign OCSP request with\n"); - BIO_printf (bio_err, "-sign_other file additional certificates to include in signed request\n"); - BIO_printf (bio_err, "-no_certs don't include any certificates in signed request\n"); - BIO_printf (bio_err, "-req_text print text form of request\n"); - BIO_printf (bio_err, "-resp_text print text form of response\n"); - BIO_printf (bio_err, "-text print text form of request and response\n"); - BIO_printf (bio_err, "-reqout file write DER encoded OCSP request to \"file\"\n"); - BIO_printf (bio_err, "-respout file write DER encoded OCSP reponse to \"file\"\n"); - BIO_printf (bio_err, "-reqin file read DER encoded OCSP request from \"file\"\n"); - BIO_printf (bio_err, "-respin file read DER encoded OCSP reponse from \"file\"\n"); - BIO_printf (bio_err, "-nonce add OCSP nonce to request\n"); - BIO_printf (bio_err, "-no_nonce don't add OCSP nonce to request\n"); - BIO_printf (bio_err, "-url URL OCSP responder URL\n"); - BIO_printf (bio_err, "-host host:n send OCSP request to host on port n\n"); - BIO_printf (bio_err, "-path path to use in OCSP request\n"); - BIO_printf (bio_err, "-CApath dir trusted certificates directory\n"); - BIO_printf (bio_err, "-CAfile file trusted certificates file\n"); - BIO_printf (bio_err, "-VAfile file validator certificates file\n"); - BIO_printf (bio_err, "-validity_period n maximum validity discrepancy in seconds\n"); - BIO_printf (bio_err, "-status_age n maximum status age in seconds\n"); - BIO_printf (bio_err, "-noverify don't verify response at all\n"); - BIO_printf (bio_err, "-verify_other file additional certificates to search for signer\n"); - BIO_printf (bio_err, "-trust_other don't verify additional certificates\n"); - BIO_printf (bio_err, "-no_intern don't search certificates contained in response for signer\n"); - BIO_printf (bio_err, "-no_signature_verify don't check signature on response\n"); - BIO_printf (bio_err, "-no_cert_verify don't check signing certificate\n"); - BIO_printf (bio_err, "-no_chain don't chain verify response\n"); - BIO_printf (bio_err, "-no_cert_checks don't do additional checks on signing certificate\n"); - BIO_printf (bio_err, "-port num port to run responder on\n"); - BIO_printf (bio_err, "-index file certificate status index file\n"); - BIO_printf (bio_err, "-CA file CA certificate\n"); - BIO_printf (bio_err, "-rsigner file responder certificate to sign responses with\n"); - BIO_printf (bio_err, "-rkey file responder key to sign responses with\n"); - BIO_printf (bio_err, "-rother file other certificates to include in response\n"); - BIO_printf (bio_err, "-resp_no_certs don't include any certificates in response\n"); - BIO_printf (bio_err, "-nmin n number of minutes before next update\n"); - BIO_printf (bio_err, "-ndays n number of days before next update\n"); - BIO_printf (bio_err, "-resp_key_id identify reponse by signing certificate key ID\n"); - BIO_printf (bio_err, "-nrequest n number of requests to accept (default unlimited)\n"); - BIO_printf (bio_err, "- use specified digest in the request\n"); - goto end; - } - - if(outfile) out = BIO_new_file(outfile, "w"); - else out = BIO_new_fp(stdout, BIO_NOCLOSE); - - if(!out) - { - BIO_printf(bio_err, "Error opening output file\n"); - goto end; - } - - if (!req && (add_nonce != 2)) add_nonce = 0; - - if (!req && reqin) - { - derbio = BIO_new_file(reqin, "rb"); - if (!derbio) - { - BIO_printf(bio_err, "Error Opening OCSP request file\n"); - goto end; - } - req = d2i_OCSP_REQUEST_bio(derbio, NULL); - BIO_free(derbio); - if(!req) - { - BIO_printf(bio_err, "Error reading OCSP request\n"); - goto end; - } - } - - if (!req && port) - { - acbio = init_responder(port); - if (!acbio) - goto end; - } - - if (rsignfile && !rdb) - { - if (!rkeyfile) rkeyfile = rsignfile; - rsigner = load_cert(bio_err, rsignfile, FORMAT_PEM, - NULL, e, "responder certificate"); - if (!rsigner) - { - BIO_printf(bio_err, "Error loading responder certificate\n"); - goto end; - } - rca_cert = load_cert(bio_err, rca_filename, FORMAT_PEM, - NULL, e, "CA certificate"); - if (rcertfile) - { - rother = load_certs(bio_err, rcertfile, FORMAT_PEM, - NULL, e, "responder other certificates"); - if (!rother) goto end; - } - rkey = load_key(bio_err, rkeyfile, FORMAT_PEM, 0, NULL, NULL, - "responder private key"); - if (!rkey) - goto end; - } - if(acbio) - BIO_printf(bio_err, "Waiting for OCSP client connections...\n"); - - redo_accept: - - if (acbio) - { - if (!do_responder(&req, &cbio, acbio, port)) - goto end; - if (!req) - { - resp = OCSP_response_create(OCSP_RESPONSE_STATUS_MALFORMEDREQUEST, NULL); - send_ocsp_response(cbio, resp); - goto done_resp; - } - } - - if (!req && (signfile || reqout || host || add_nonce || ridx_filename)) - { - BIO_printf(bio_err, "Need an OCSP request for this operation!\n"); - goto end; - } - - if (req && add_nonce) OCSP_request_add1_nonce(req, NULL, -1); - - if (signfile) - { - if (!keyfile) keyfile = signfile; - signer = load_cert(bio_err, signfile, FORMAT_PEM, - NULL, e, "signer certificate"); - if (!signer) - { - BIO_printf(bio_err, "Error loading signer certificate\n"); - goto end; - } - if (sign_certfile) - { - sign_other = load_certs(bio_err, sign_certfile, FORMAT_PEM, - NULL, e, "signer certificates"); - if (!sign_other) goto end; - } - key = load_key(bio_err, keyfile, FORMAT_PEM, 0, NULL, NULL, - "signer private key"); - if (!key) - goto end; - - if (!OCSP_request_sign(req, signer, key, NULL, sign_other, sign_flags)) - { - BIO_printf(bio_err, "Error signing OCSP request\n"); - goto end; - } - } - - if (req_text && req) OCSP_REQUEST_print(out, req, 0); - - if (reqout) - { - derbio = BIO_new_file(reqout, "wb"); - if(!derbio) - { - BIO_printf(bio_err, "Error opening file %s\n", reqout); - goto end; - } - i2d_OCSP_REQUEST_bio(derbio, req); - BIO_free(derbio); - } - - if (ridx_filename && (!rkey || !rsigner || !rca_cert)) - { - BIO_printf(bio_err, "Need a responder certificate, key and CA for this operation!\n"); - goto end; - } - - if (ridx_filename && !rdb) - { - rdb = load_index(ridx_filename, NULL); - if (!rdb) goto end; - if (!index_index(rdb)) goto end; - } - - if (rdb) - { - i = make_ocsp_response(&resp, req, rdb, rca_cert, rsigner, rkey, rother, rflags, nmin, ndays); - if (cbio) - send_ocsp_response(cbio, resp); - } - else if (host) - { -#ifndef OPENSSL_NO_SOCK - resp = process_responder(bio_err, req, host, path, - port, use_ssl, headers, req_timeout); - if (!resp) - goto end; -#else - BIO_printf(bio_err, "Error creating connect BIO - sockets not supported.\n"); - goto end; -#endif - } - else if (respin) - { - derbio = BIO_new_file(respin, "rb"); - if (!derbio) - { - BIO_printf(bio_err, "Error Opening OCSP response file\n"); - goto end; - } - resp = d2i_OCSP_RESPONSE_bio(derbio, NULL); - BIO_free(derbio); - if(!resp) - { - BIO_printf(bio_err, "Error reading OCSP response\n"); - goto end; - } - - } - else - { - ret = 0; - goto end; - } - - done_resp: - - if (respout) - { - derbio = BIO_new_file(respout, "wb"); - if(!derbio) - { - BIO_printf(bio_err, "Error opening file %s\n", respout); - goto end; - } - i2d_OCSP_RESPONSE_bio(derbio, resp); - BIO_free(derbio); - } - - i = OCSP_response_status(resp); - - if (i != OCSP_RESPONSE_STATUS_SUCCESSFUL) - { - BIO_printf(out, "Responder Error: %s (%d)\n", - OCSP_response_status_str(i), i); - if (ignore_err) - goto redo_accept; - ret = 0; - goto end; - } - - if (resp_text) OCSP_RESPONSE_print(out, resp, 0); - - /* If running as responder don't verify our own response */ - if (cbio) - { - if (accept_count > 0) - accept_count--; - /* Redo if more connections needed */ - if (accept_count) - { - BIO_free_all(cbio); - cbio = NULL; - OCSP_REQUEST_free(req); - req = NULL; - OCSP_RESPONSE_free(resp); - resp = NULL; - goto redo_accept; - } - goto end; - } - - if (!store) - store = setup_verify(bio_err, CAfile, CApath); - if (!store) - goto end; - if (verify_certfile) - { - verify_other = load_certs(bio_err, verify_certfile, FORMAT_PEM, - NULL, e, "validator certificate"); - if (!verify_other) goto end; - } - - bs = OCSP_response_get1_basic(resp); - - if (!bs) - { - BIO_printf(bio_err, "Error parsing response\n"); - goto end; - } - - if (!noverify) - { - if (req && ((i = OCSP_check_nonce(req, bs)) <= 0)) - { - if (i == -1) - BIO_printf(bio_err, "WARNING: no nonce in response\n"); - else - { - BIO_printf(bio_err, "Nonce Verify error\n"); - goto end; - } - } - - i = OCSP_basic_verify(bs, verify_other, store, verify_flags); - if (i < 0) i = OCSP_basic_verify(bs, NULL, store, 0); - - if(i <= 0) - { - BIO_printf(bio_err, "Response Verify Failure\n"); - ERR_print_errors(bio_err); - } - else - BIO_printf(bio_err, "Response verify OK\n"); - - } - - if (!print_ocsp_summary(out, bs, req, reqnames, ids, nsec, maxage)) - goto end; - - ret = 0; - -end: - ERR_print_errors(bio_err); - X509_free(signer); - X509_STORE_free(store); - EVP_PKEY_free(key); - EVP_PKEY_free(rkey); - X509_free(issuer); - X509_free(cert); - X509_free(rsigner); - X509_free(rca_cert); - free_index(rdb); - BIO_free_all(cbio); - BIO_free_all(acbio); - BIO_free(out); - OCSP_REQUEST_free(req); - OCSP_RESPONSE_free(resp); - OCSP_BASICRESP_free(bs); - sk_OPENSSL_STRING_free(reqnames); - sk_OCSP_CERTID_free(ids); - sk_X509_pop_free(sign_other, X509_free); - sk_X509_pop_free(verify_other, X509_free); - sk_CONF_VALUE_pop_free(headers, X509V3_conf_free); - - if (thost) - OPENSSL_free(thost); - if (tport) - OPENSSL_free(tport); - if (tpath) - OPENSSL_free(tpath); - - OPENSSL_EXIT(ret); +{ + ENGINE *e = NULL; + char **args; + char *host = NULL, *port = NULL, *path = "/"; + char *thost = NULL, *tport = NULL, *tpath = NULL; + char *reqin = NULL, *respin = NULL; + char *reqout = NULL, *respout = NULL; + char *signfile = NULL, *keyfile = NULL; + char *rsignfile = NULL, *rkeyfile = NULL; + char *outfile = NULL; + int add_nonce = 1, noverify = 0, use_ssl = -1; + STACK_OF(CONF_VALUE) *headers = NULL; + OCSP_REQUEST *req = NULL; + OCSP_RESPONSE *resp = NULL; + OCSP_BASICRESP *bs = NULL; + X509 *issuer = NULL, *cert = NULL; + X509 *signer = NULL, *rsigner = NULL; + EVP_PKEY *key = NULL, *rkey = NULL; + BIO *acbio = NULL, *cbio = NULL; + BIO *derbio = NULL; + BIO *out = NULL; + int req_timeout = -1; + int req_text = 0, resp_text = 0; + long nsec = MAX_VALIDITY_PERIOD, maxage = -1; + char *CAfile = NULL, *CApath = NULL; + X509_STORE *store = NULL; + X509_VERIFY_PARAM *vpm = NULL; + STACK_OF(X509) *sign_other = NULL, *verify_other = NULL, *rother = NULL; + char *sign_certfile = NULL, *verify_certfile = NULL, *rcertfile = NULL; + unsigned long sign_flags = 0, verify_flags = 0, rflags = 0; + int ret = 1; + int accept_count = -1; + int badarg = 0; + int badsig = 0; + int i; + int ignore_err = 0; + STACK_OF(OPENSSL_STRING) *reqnames = NULL; + STACK_OF(OCSP_CERTID) *ids = NULL; + + X509 *rca_cert = NULL; + char *ridx_filename = NULL; + char *rca_filename = NULL; + CA_DB *rdb = NULL; + int nmin = 0, ndays = -1; + const EVP_MD *cert_id_md = NULL, *rsign_md = NULL; + + if (bio_err == NULL) + bio_err = BIO_new_fp(stderr, BIO_NOCLOSE); + + if (!load_config(bio_err, NULL)) + goto end; + SSL_load_error_strings(); + OpenSSL_add_ssl_algorithms(); + args = argv + 1; + reqnames = sk_OPENSSL_STRING_new_null(); + ids = sk_OCSP_CERTID_new_null(); + while (!badarg && *args && *args[0] == '-') { + if (!strcmp(*args, "-out")) { + if (args[1]) { + args++; + outfile = *args; + } else + badarg = 1; + } else if (!strcmp(*args, "-timeout")) { + if (args[1]) { + args++; + req_timeout = atol(*args); + if (req_timeout < 0) { + BIO_printf(bio_err, "Illegal timeout value %s\n", *args); + badarg = 1; + } + } else + badarg = 1; + } else if (!strcmp(*args, "-url")) { + if (thost) + OPENSSL_free(thost); + if (tport) + OPENSSL_free(tport); + if (tpath) + OPENSSL_free(tpath); + if (args[1]) { + args++; + if (!OCSP_parse_url(*args, &host, &port, &path, &use_ssl)) { + BIO_printf(bio_err, "Error parsing URL\n"); + badarg = 1; + } + thost = host; + tport = port; + tpath = path; + } else + badarg = 1; + } else if (!strcmp(*args, "-host")) { + if (args[1]) { + args++; + host = *args; + } else + badarg = 1; + } else if (!strcmp(*args, "-port")) { + if (args[1]) { + args++; + port = *args; + } else + badarg = 1; + } else if (!strcmp(*args, "-header")) { + if (args[1] && args[2]) { + if (!X509V3_add_value(args[1], args[2], &headers)) + goto end; + args += 2; + } else + badarg = 1; + } else if (!strcmp(*args, "-ignore_err")) + ignore_err = 1; + else if (!strcmp(*args, "-noverify")) + noverify = 1; + else if (!strcmp(*args, "-nonce")) + add_nonce = 2; + else if (!strcmp(*args, "-no_nonce")) + add_nonce = 0; + else if (!strcmp(*args, "-resp_no_certs")) + rflags |= OCSP_NOCERTS; + else if (!strcmp(*args, "-resp_key_id")) + rflags |= OCSP_RESPID_KEY; + else if (!strcmp(*args, "-no_certs")) + sign_flags |= OCSP_NOCERTS; + else if (!strcmp(*args, "-no_signature_verify")) + verify_flags |= OCSP_NOSIGS; + else if (!strcmp(*args, "-no_cert_verify")) + verify_flags |= OCSP_NOVERIFY; + else if (!strcmp(*args, "-no_chain")) + verify_flags |= OCSP_NOCHAIN; + else if (!strcmp(*args, "-no_cert_checks")) + verify_flags |= OCSP_NOCHECKS; + else if (!strcmp(*args, "-no_explicit")) + verify_flags |= OCSP_NOEXPLICIT; + else if (!strcmp(*args, "-trust_other")) + verify_flags |= OCSP_TRUSTOTHER; + else if (!strcmp(*args, "-no_intern")) + verify_flags |= OCSP_NOINTERN; + else if (!strcmp(*args, "-badsig")) + badsig = 1; + else if (!strcmp(*args, "-text")) { + req_text = 1; + resp_text = 1; + } else if (!strcmp(*args, "-req_text")) + req_text = 1; + else if (!strcmp(*args, "-resp_text")) + resp_text = 1; + else if (!strcmp(*args, "-reqin")) { + if (args[1]) { + args++; + reqin = *args; + } else + badarg = 1; + } else if (!strcmp(*args, "-respin")) { + if (args[1]) { + args++; + respin = *args; + } else + badarg = 1; + } else if (!strcmp(*args, "-signer")) { + if (args[1]) { + args++; + signfile = *args; + } else + badarg = 1; + } else if (!strcmp(*args, "-VAfile")) { + if (args[1]) { + args++; + verify_certfile = *args; + verify_flags |= OCSP_TRUSTOTHER; + } else + badarg = 1; + } else if (!strcmp(*args, "-sign_other")) { + if (args[1]) { + args++; + sign_certfile = *args; + } else + badarg = 1; + } else if (!strcmp(*args, "-verify_other")) { + if (args[1]) { + args++; + verify_certfile = *args; + } else + badarg = 1; + } else if (!strcmp(*args, "-CAfile")) { + if (args[1]) { + args++; + CAfile = *args; + } else + badarg = 1; + } else if (!strcmp(*args, "-CApath")) { + if (args[1]) { + args++; + CApath = *args; + } else + badarg = 1; + } else if (args_verify(&args, NULL, &badarg, bio_err, &vpm)) { + if (badarg) + goto end; + continue; + } else if (!strcmp(*args, "-validity_period")) { + if (args[1]) { + args++; + nsec = atol(*args); + if (nsec < 0) { + BIO_printf(bio_err, + "Illegal validity period %s\n", *args); + badarg = 1; + } + } else + badarg = 1; + } else if (!strcmp(*args, "-status_age")) { + if (args[1]) { + args++; + maxage = atol(*args); + if (maxage < 0) { + BIO_printf(bio_err, "Illegal validity age %s\n", *args); + badarg = 1; + } + } else + badarg = 1; + } else if (!strcmp(*args, "-signkey")) { + if (args[1]) { + args++; + keyfile = *args; + } else + badarg = 1; + } else if (!strcmp(*args, "-reqout")) { + if (args[1]) { + args++; + reqout = *args; + } else + badarg = 1; + } else if (!strcmp(*args, "-respout")) { + if (args[1]) { + args++; + respout = *args; + } else + badarg = 1; + } else if (!strcmp(*args, "-path")) { + if (args[1]) { + args++; + path = *args; + } else + badarg = 1; + } else if (!strcmp(*args, "-issuer")) { + if (args[1]) { + args++; + X509_free(issuer); + issuer = load_cert(bio_err, *args, FORMAT_PEM, + NULL, e, "issuer certificate"); + if (!issuer) + goto end; + } else + badarg = 1; + } else if (!strcmp(*args, "-cert")) { + if (args[1]) { + args++; + X509_free(cert); + cert = load_cert(bio_err, *args, FORMAT_PEM, + NULL, e, "certificate"); + if (!cert) + goto end; + if (!cert_id_md) + cert_id_md = EVP_sha1(); + if (!add_ocsp_cert(&req, cert, cert_id_md, issuer, ids)) + goto end; + if (!sk_OPENSSL_STRING_push(reqnames, *args)) + goto end; + } else + badarg = 1; + } else if (!strcmp(*args, "-serial")) { + if (args[1]) { + args++; + if (!cert_id_md) + cert_id_md = EVP_sha1(); + if (!add_ocsp_serial(&req, *args, cert_id_md, issuer, ids)) + goto end; + if (!sk_OPENSSL_STRING_push(reqnames, *args)) + goto end; + } else + badarg = 1; + } else if (!strcmp(*args, "-index")) { + if (args[1]) { + args++; + ridx_filename = *args; + } else + badarg = 1; + } else if (!strcmp(*args, "-CA")) { + if (args[1]) { + args++; + rca_filename = *args; + } else + badarg = 1; + } else if (!strcmp(*args, "-nmin")) { + if (args[1]) { + args++; + nmin = atol(*args); + if (nmin < 0) { + BIO_printf(bio_err, "Illegal update period %s\n", *args); + badarg = 1; + } + } + if (ndays == -1) + ndays = 0; + else + badarg = 1; + } else if (!strcmp(*args, "-nrequest")) { + if (args[1]) { + args++; + accept_count = atol(*args); + if (accept_count < 0) { + BIO_printf(bio_err, "Illegal accept count %s\n", *args); + badarg = 1; + } + } else + badarg = 1; + } else if (!strcmp(*args, "-ndays")) { + if (args[1]) { + args++; + ndays = atol(*args); + if (ndays < 0) { + BIO_printf(bio_err, "Illegal update period %s\n", *args); + badarg = 1; + } + } else + badarg = 1; + } else if (!strcmp(*args, "-rsigner")) { + if (args[1]) { + args++; + rsignfile = *args; + } else + badarg = 1; + } else if (!strcmp(*args, "-rkey")) { + if (args[1]) { + args++; + rkeyfile = *args; + } else + badarg = 1; + } else if (!strcmp(*args, "-rother")) { + if (args[1]) { + args++; + rcertfile = *args; + } else + badarg = 1; + } else if (!strcmp(*args, "-rmd")) { + if (args[1]) { + args++; + rsign_md = EVP_get_digestbyname(*args); + if (!rsign_md) + badarg = 1; + } else + badarg = 1; + } else if ((cert_id_md = EVP_get_digestbyname((*args) + 1)) == NULL) { + badarg = 1; + } + args++; + } + + /* Have we anything to do? */ + if (!req && !reqin && !respin && !(port && ridx_filename)) + badarg = 1; + + if (badarg) { + BIO_printf(bio_err, "OCSP utility\n"); + BIO_printf(bio_err, "Usage ocsp [options]\n"); + BIO_printf(bio_err, "where options are\n"); + BIO_printf(bio_err, "-out file output filename\n"); + BIO_printf(bio_err, "-issuer file issuer certificate\n"); + BIO_printf(bio_err, "-cert file certificate to check\n"); + BIO_printf(bio_err, "-serial n serial number to check\n"); + BIO_printf(bio_err, + "-signer file certificate to sign OCSP request with\n"); + BIO_printf(bio_err, + "-signkey file private key to sign OCSP request with\n"); + BIO_printf(bio_err, + "-sign_other file additional certificates to include in signed request\n"); + BIO_printf(bio_err, + "-no_certs don't include any certificates in signed request\n"); + BIO_printf(bio_err, + "-req_text print text form of request\n"); + BIO_printf(bio_err, + "-resp_text print text form of response\n"); + BIO_printf(bio_err, + "-text print text form of request and response\n"); + BIO_printf(bio_err, + "-reqout file write DER encoded OCSP request to \"file\"\n"); + BIO_printf(bio_err, + "-respout file write DER encoded OCSP reponse to \"file\"\n"); + BIO_printf(bio_err, + "-reqin file read DER encoded OCSP request from \"file\"\n"); + BIO_printf(bio_err, + "-respin file read DER encoded OCSP reponse from \"file\"\n"); + BIO_printf(bio_err, + "-nonce add OCSP nonce to request\n"); + BIO_printf(bio_err, + "-no_nonce don't add OCSP nonce to request\n"); + BIO_printf(bio_err, "-url URL OCSP responder URL\n"); + BIO_printf(bio_err, + "-host host:n send OCSP request to host on port n\n"); + BIO_printf(bio_err, + "-path path to use in OCSP request\n"); + BIO_printf(bio_err, + "-CApath dir trusted certificates directory\n"); + BIO_printf(bio_err, + "-CAfile file trusted certificates file\n"); + BIO_printf(bio_err, + "-VAfile file validator certificates file\n"); + BIO_printf(bio_err, + "-validity_period n maximum validity discrepancy in seconds\n"); + BIO_printf(bio_err, + "-status_age n maximum status age in seconds\n"); + BIO_printf(bio_err, + "-noverify don't verify response at all\n"); + BIO_printf(bio_err, + "-verify_other file additional certificates to search for signer\n"); + BIO_printf(bio_err, + "-trust_other don't verify additional certificates\n"); + BIO_printf(bio_err, + "-no_intern don't search certificates contained in response for signer\n"); + BIO_printf(bio_err, + "-no_signature_verify don't check signature on response\n"); + BIO_printf(bio_err, + "-no_cert_verify don't check signing certificate\n"); + BIO_printf(bio_err, + "-no_chain don't chain verify response\n"); + BIO_printf(bio_err, + "-no_cert_checks don't do additional checks on signing certificate\n"); + BIO_printf(bio_err, + "-port num port to run responder on\n"); + BIO_printf(bio_err, + "-index file certificate status index file\n"); + BIO_printf(bio_err, "-CA file CA certificate\n"); + BIO_printf(bio_err, + "-rsigner file responder certificate to sign responses with\n"); + BIO_printf(bio_err, + "-rkey file responder key to sign responses with\n"); + BIO_printf(bio_err, + "-rother file other certificates to include in response\n"); + BIO_printf(bio_err, + "-resp_no_certs don't include any certificates in response\n"); + BIO_printf(bio_err, + "-nmin n number of minutes before next update\n"); + BIO_printf(bio_err, + "-ndays n number of days before next update\n"); + BIO_printf(bio_err, + "-resp_key_id identify reponse by signing certificate key ID\n"); + BIO_printf(bio_err, + "-nrequest n number of requests to accept (default unlimited)\n"); + BIO_printf(bio_err, + "- use specified digest in the request\n"); + BIO_printf(bio_err, + "-timeout n timeout connection to OCSP responder after n seconds\n"); + goto end; + } + + if (outfile) + out = BIO_new_file(outfile, "w"); + else + out = BIO_new_fp(stdout, BIO_NOCLOSE); + + if (!out) { + BIO_printf(bio_err, "Error opening output file\n"); + goto end; + } + + if (!req && (add_nonce != 2)) + add_nonce = 0; + + if (!req && reqin) { + if (!strcmp(reqin, "-")) + derbio = BIO_new_fp(stdin, BIO_NOCLOSE); + else + derbio = BIO_new_file(reqin, "rb"); + if (!derbio) { + BIO_printf(bio_err, "Error Opening OCSP request file\n"); + goto end; + } + req = d2i_OCSP_REQUEST_bio(derbio, NULL); + BIO_free(derbio); + if (!req) { + BIO_printf(bio_err, "Error reading OCSP request\n"); + goto end; + } + } + + if (!req && port) { + acbio = init_responder(port); + if (!acbio) + goto end; + } + + if (rsignfile && !rdb) { + if (!rkeyfile) + rkeyfile = rsignfile; + rsigner = load_cert(bio_err, rsignfile, FORMAT_PEM, + NULL, e, "responder certificate"); + if (!rsigner) { + BIO_printf(bio_err, "Error loading responder certificate\n"); + goto end; + } + rca_cert = load_cert(bio_err, rca_filename, FORMAT_PEM, + NULL, e, "CA certificate"); + if (rcertfile) { + rother = load_certs(bio_err, rcertfile, FORMAT_PEM, + NULL, e, "responder other certificates"); + if (!rother) + goto end; + } + rkey = load_key(bio_err, rkeyfile, FORMAT_PEM, 0, NULL, NULL, + "responder private key"); + if (!rkey) + goto end; + } + if (acbio) + BIO_printf(bio_err, "Waiting for OCSP client connections...\n"); + + redo_accept: + + if (acbio) { + if (!do_responder(&req, &cbio, acbio, port)) + goto end; + if (!req) { + resp = + OCSP_response_create(OCSP_RESPONSE_STATUS_MALFORMEDREQUEST, + NULL); + send_ocsp_response(cbio, resp); + goto done_resp; + } + } + + if (!req && (signfile || reqout || host || add_nonce || ridx_filename)) { + BIO_printf(bio_err, "Need an OCSP request for this operation!\n"); + goto end; + } + + if (req && add_nonce) + OCSP_request_add1_nonce(req, NULL, -1); + + if (signfile) { + if (!keyfile) + keyfile = signfile; + signer = load_cert(bio_err, signfile, FORMAT_PEM, + NULL, e, "signer certificate"); + if (!signer) { + BIO_printf(bio_err, "Error loading signer certificate\n"); + goto end; + } + if (sign_certfile) { + sign_other = load_certs(bio_err, sign_certfile, FORMAT_PEM, + NULL, e, "signer certificates"); + if (!sign_other) + goto end; + } + key = load_key(bio_err, keyfile, FORMAT_PEM, 0, NULL, NULL, + "signer private key"); + if (!key) + goto end; + + if (!OCSP_request_sign + (req, signer, key, NULL, sign_other, sign_flags)) { + BIO_printf(bio_err, "Error signing OCSP request\n"); + goto end; + } + } + + if (req_text && req) + OCSP_REQUEST_print(out, req, 0); + + if (reqout) { + if (!strcmp(reqout, "-")) + derbio = BIO_new_fp(stdout, BIO_NOCLOSE); + else + derbio = BIO_new_file(reqout, "wb"); + if (!derbio) { + BIO_printf(bio_err, "Error opening file %s\n", reqout); + goto end; + } + i2d_OCSP_REQUEST_bio(derbio, req); + BIO_free(derbio); + } + + if (ridx_filename && (!rkey || !rsigner || !rca_cert)) { + BIO_printf(bio_err, + "Need a responder certificate, key and CA for this operation!\n"); + goto end; + } + + if (ridx_filename && !rdb) { + rdb = load_index(ridx_filename, NULL); + if (!rdb) + goto end; + if (!index_index(rdb)) + goto end; + } + + if (rdb) { + i = make_ocsp_response(&resp, req, rdb, rca_cert, rsigner, rkey, + rsign_md, rother, rflags, nmin, ndays, badsig); + if (cbio) + send_ocsp_response(cbio, resp); + } else if (host) { +# ifndef OPENSSL_NO_SOCK + resp = process_responder(bio_err, req, host, path, + port, use_ssl, headers, req_timeout); + if (!resp) + goto end; +# else + BIO_printf(bio_err, + "Error creating connect BIO - sockets not supported.\n"); + goto end; +# endif + } else if (respin) { + if (!strcmp(respin, "-")) + derbio = BIO_new_fp(stdin, BIO_NOCLOSE); + else + derbio = BIO_new_file(respin, "rb"); + if (!derbio) { + BIO_printf(bio_err, "Error Opening OCSP response file\n"); + goto end; + } + resp = d2i_OCSP_RESPONSE_bio(derbio, NULL); + BIO_free(derbio); + if (!resp) { + BIO_printf(bio_err, "Error reading OCSP response\n"); + goto end; + } + + } else { + ret = 0; + goto end; + } + + done_resp: + + if (respout) { + if (!strcmp(respout, "-")) + derbio = BIO_new_fp(stdout, BIO_NOCLOSE); + else + derbio = BIO_new_file(respout, "wb"); + if (!derbio) { + BIO_printf(bio_err, "Error opening file %s\n", respout); + goto end; + } + i2d_OCSP_RESPONSE_bio(derbio, resp); + BIO_free(derbio); + } + + i = OCSP_response_status(resp); + + if (i != OCSP_RESPONSE_STATUS_SUCCESSFUL) { + BIO_printf(out, "Responder Error: %s (%d)\n", + OCSP_response_status_str(i), i); + if (ignore_err) + goto redo_accept; + ret = 0; + goto end; + } + + if (resp_text) + OCSP_RESPONSE_print(out, resp, 0); + + /* If running as responder don't verify our own response */ + if (cbio) { + if (accept_count > 0) + accept_count--; + /* Redo if more connections needed */ + if (accept_count) { + BIO_free_all(cbio); + cbio = NULL; + OCSP_REQUEST_free(req); + req = NULL; + OCSP_RESPONSE_free(resp); + resp = NULL; + goto redo_accept; + } + ret = 0; + goto end; + } else if (ridx_filename) { + ret = 0; + goto end; + } + + if (!store) + store = setup_verify(bio_err, CAfile, CApath); + if (!store) + goto end; + if (vpm) + X509_STORE_set1_param(store, vpm); + if (verify_certfile) { + verify_other = load_certs(bio_err, verify_certfile, FORMAT_PEM, + NULL, e, "validator certificate"); + if (!verify_other) + goto end; + } + + bs = OCSP_response_get1_basic(resp); + + if (!bs) { + BIO_printf(bio_err, "Error parsing response\n"); + goto end; + } + + ret = 0; + + if (!noverify) { + if (req && ((i = OCSP_check_nonce(req, bs)) <= 0)) { + if (i == -1) + BIO_printf(bio_err, "WARNING: no nonce in response\n"); + else { + BIO_printf(bio_err, "Nonce Verify error\n"); + ret = 1; + goto end; + } + } + + i = OCSP_basic_verify(bs, verify_other, store, verify_flags); + if (i <= 0) { + BIO_printf(bio_err, "Response Verify Failure\n"); + ERR_print_errors(bio_err); + ret = 1; + } else + BIO_printf(bio_err, "Response verify OK\n"); + + } + + if (!print_ocsp_summary(out, bs, req, reqnames, ids, nsec, maxage)) + ret = 1; + + end: + ERR_print_errors(bio_err); + X509_free(signer); + X509_STORE_free(store); + if (vpm) + X509_VERIFY_PARAM_free(vpm); + EVP_PKEY_free(key); + EVP_PKEY_free(rkey); + X509_free(issuer); + X509_free(cert); + X509_free(rsigner); + X509_free(rca_cert); + free_index(rdb); + BIO_free_all(cbio); + BIO_free_all(acbio); + BIO_free(out); + OCSP_REQUEST_free(req); + OCSP_RESPONSE_free(resp); + OCSP_BASICRESP_free(bs); + sk_OPENSSL_STRING_free(reqnames); + sk_OCSP_CERTID_free(ids); + sk_X509_pop_free(sign_other, X509_free); + sk_X509_pop_free(verify_other, X509_free); + sk_CONF_VALUE_pop_free(headers, X509V3_conf_free); + + if (thost) + OPENSSL_free(thost); + if (tport) + OPENSSL_free(tport); + if (tpath) + OPENSSL_free(tpath); + + OPENSSL_EXIT(ret); } -static int add_ocsp_cert(OCSP_REQUEST **req, X509 *cert, const EVP_MD *cert_id_md,X509 *issuer, - STACK_OF(OCSP_CERTID) *ids) - { - OCSP_CERTID *id; - if(!issuer) - { - BIO_printf(bio_err, "No issuer certificate specified\n"); - return 0; - } - if(!*req) *req = OCSP_REQUEST_new(); - if(!*req) goto err; - id = OCSP_cert_to_id(cert_id_md, cert, issuer); - if(!id || !sk_OCSP_CERTID_push(ids, id)) goto err; - if(!OCSP_request_add0_id(*req, id)) goto err; - return 1; - - err: - BIO_printf(bio_err, "Error Creating OCSP request\n"); - return 0; - } - -static int add_ocsp_serial(OCSP_REQUEST **req, char *serial,const EVP_MD *cert_id_md, X509 *issuer, - STACK_OF(OCSP_CERTID) *ids) - { - OCSP_CERTID *id; - X509_NAME *iname; - ASN1_BIT_STRING *ikey; - ASN1_INTEGER *sno; - if(!issuer) - { - BIO_printf(bio_err, "No issuer certificate specified\n"); - return 0; - } - if(!*req) *req = OCSP_REQUEST_new(); - if(!*req) goto err; - iname = X509_get_subject_name(issuer); - ikey = X509_get0_pubkey_bitstr(issuer); - sno = s2i_ASN1_INTEGER(NULL, serial); - if(!sno) - { - BIO_printf(bio_err, "Error converting serial number %s\n", serial); - return 0; - } - id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno); - ASN1_INTEGER_free(sno); - if(!id || !sk_OCSP_CERTID_push(ids, id)) goto err; - if(!OCSP_request_add0_id(*req, id)) goto err; - return 1; - - err: - BIO_printf(bio_err, "Error Creating OCSP request\n"); - return 0; - } +static int add_ocsp_cert(OCSP_REQUEST **req, X509 *cert, + const EVP_MD *cert_id_md, X509 *issuer, + STACK_OF(OCSP_CERTID) *ids) +{ + OCSP_CERTID *id; + if (!issuer) { + BIO_printf(bio_err, "No issuer certificate specified\n"); + return 0; + } + if (!*req) + *req = OCSP_REQUEST_new(); + if (!*req) + goto err; + id = OCSP_cert_to_id(cert_id_md, cert, issuer); + if (!id || !sk_OCSP_CERTID_push(ids, id)) + goto err; + if (!OCSP_request_add0_id(*req, id)) + goto err; + return 1; + + err: + BIO_printf(bio_err, "Error Creating OCSP request\n"); + return 0; +} + +static int add_ocsp_serial(OCSP_REQUEST **req, char *serial, + const EVP_MD *cert_id_md, X509 *issuer, + STACK_OF(OCSP_CERTID) *ids) +{ + OCSP_CERTID *id; + X509_NAME *iname; + ASN1_BIT_STRING *ikey; + ASN1_INTEGER *sno; + if (!issuer) { + BIO_printf(bio_err, "No issuer certificate specified\n"); + return 0; + } + if (!*req) + *req = OCSP_REQUEST_new(); + if (!*req) + goto err; + iname = X509_get_subject_name(issuer); + ikey = X509_get0_pubkey_bitstr(issuer); + sno = s2i_ASN1_INTEGER(NULL, serial); + if (!sno) { + BIO_printf(bio_err, "Error converting serial number %s\n", serial); + return 0; + } + id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno); + ASN1_INTEGER_free(sno); + if (!id || !sk_OCSP_CERTID_push(ids, id)) + goto err; + if (!OCSP_request_add0_id(*req, id)) + goto err; + return 1; + + err: + BIO_printf(bio_err, "Error Creating OCSP request\n"); + return 0; +} static int print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req, - STACK_OF(OPENSSL_STRING) *names, - STACK_OF(OCSP_CERTID) *ids, long nsec, - long maxage) - { - OCSP_CERTID *id; - char *name; - int i; - - int status, reason; - - ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd; - - if (!bs || !req || !sk_OPENSSL_STRING_num(names) || !sk_OCSP_CERTID_num(ids)) - return 1; - - for (i = 0; i < sk_OCSP_CERTID_num(ids); i++) - { - id = sk_OCSP_CERTID_value(ids, i); - name = sk_OPENSSL_STRING_value(names, i); - BIO_printf(out, "%s: ", name); - - if(!OCSP_resp_find_status(bs, id, &status, &reason, - &rev, &thisupd, &nextupd)) - { - BIO_puts(out, "ERROR: No Status found.\n"); - continue; - } - - /* Check validity: if invalid write to output BIO so we - * know which response this refers to. - */ - if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage)) - { - BIO_puts(out, "WARNING: Status times invalid.\n"); - ERR_print_errors(out); - } - BIO_printf(out, "%s\n", OCSP_cert_status_str(status)); - - BIO_puts(out, "\tThis Update: "); - ASN1_GENERALIZEDTIME_print(out, thisupd); - BIO_puts(out, "\n"); - - if(nextupd) - { - BIO_puts(out, "\tNext Update: "); - ASN1_GENERALIZEDTIME_print(out, nextupd); - BIO_puts(out, "\n"); - } - - if (status != V_OCSP_CERTSTATUS_REVOKED) - continue; - - if (reason != -1) - BIO_printf(out, "\tReason: %s\n", - OCSP_crl_reason_str(reason)); - - BIO_puts(out, "\tRevocation Time: "); - ASN1_GENERALIZEDTIME_print(out, rev); - BIO_puts(out, "\n"); - } - - return 1; - } - - -static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db, - X509 *ca, X509 *rcert, EVP_PKEY *rkey, - STACK_OF(X509) *rother, unsigned long flags, - int nmin, int ndays) - { - ASN1_TIME *thisupd = NULL, *nextupd = NULL; - OCSP_CERTID *cid, *ca_id = NULL; - OCSP_BASICRESP *bs = NULL; - int i, id_count, ret = 1; - - id_count = OCSP_request_onereq_count(req); - - if (id_count <= 0) - { - *resp = OCSP_response_create(OCSP_RESPONSE_STATUS_MALFORMEDREQUEST, NULL); - goto end; - } - - - bs = OCSP_BASICRESP_new(); - thisupd = X509_gmtime_adj(NULL, 0); - if (ndays != -1) - nextupd = X509_gmtime_adj(NULL, nmin * 60 + ndays * 3600 * 24 ); - - /* Examine each certificate id in the request */ - for (i = 0; i < id_count; i++) - { - OCSP_ONEREQ *one; - ASN1_INTEGER *serial; - char **inf; - ASN1_OBJECT *cert_id_md_oid; - const EVP_MD *cert_id_md; - one = OCSP_request_onereq_get0(req, i); - cid = OCSP_onereq_get0_id(one); - - OCSP_id_get0_info(NULL,&cert_id_md_oid, NULL,NULL, cid); - - cert_id_md = EVP_get_digestbyobj(cert_id_md_oid); - if (! cert_id_md) - { - *resp = OCSP_response_create(OCSP_RESPONSE_STATUS_INTERNALERROR, - NULL); - goto end; - } - if (ca_id) OCSP_CERTID_free(ca_id); - ca_id = OCSP_cert_to_id(cert_id_md, NULL, ca); - - /* Is this request about our CA? */ - if (OCSP_id_issuer_cmp(ca_id, cid)) - { - OCSP_basic_add1_status(bs, cid, - V_OCSP_CERTSTATUS_UNKNOWN, - 0, NULL, - thisupd, nextupd); - continue; - } - OCSP_id_get0_info(NULL, NULL, NULL, &serial, cid); - inf = lookup_serial(db, serial); - if (!inf) - OCSP_basic_add1_status(bs, cid, - V_OCSP_CERTSTATUS_UNKNOWN, - 0, NULL, - thisupd, nextupd); - else if (inf[DB_type][0] == DB_TYPE_VAL) - OCSP_basic_add1_status(bs, cid, - V_OCSP_CERTSTATUS_GOOD, - 0, NULL, - thisupd, nextupd); - else if (inf[DB_type][0] == DB_TYPE_REV) - { - ASN1_OBJECT *inst = NULL; - ASN1_TIME *revtm = NULL; - ASN1_GENERALIZEDTIME *invtm = NULL; - OCSP_SINGLERESP *single; - int reason = -1; - unpack_revinfo(&revtm, &reason, &inst, &invtm, inf[DB_rev_date]); - single = OCSP_basic_add1_status(bs, cid, - V_OCSP_CERTSTATUS_REVOKED, - reason, revtm, - thisupd, nextupd); - if (invtm) - OCSP_SINGLERESP_add1_ext_i2d(single, NID_invalidity_date, invtm, 0, 0); - else if (inst) - OCSP_SINGLERESP_add1_ext_i2d(single, NID_hold_instruction_code, inst, 0, 0); - ASN1_OBJECT_free(inst); - ASN1_TIME_free(revtm); - ASN1_GENERALIZEDTIME_free(invtm); - } - } - - OCSP_copy_nonce(bs, req); - - OCSP_basic_sign(bs, rcert, rkey, NULL, rother, flags); - - *resp = OCSP_response_create(OCSP_RESPONSE_STATUS_SUCCESSFUL, bs); - - end: - ASN1_TIME_free(thisupd); - ASN1_TIME_free(nextupd); - OCSP_CERTID_free(ca_id); - OCSP_BASICRESP_free(bs); - return ret; - - } + STACK_OF(OPENSSL_STRING) *names, + STACK_OF(OCSP_CERTID) *ids, long nsec, + long maxage) +{ + OCSP_CERTID *id; + char *name; + int i; + + int status, reason; + + ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd; + + if (!bs || !req || !sk_OPENSSL_STRING_num(names) + || !sk_OCSP_CERTID_num(ids)) + return 1; + + for (i = 0; i < sk_OCSP_CERTID_num(ids); i++) { + id = sk_OCSP_CERTID_value(ids, i); + name = sk_OPENSSL_STRING_value(names, i); + BIO_printf(out, "%s: ", name); + + if (!OCSP_resp_find_status(bs, id, &status, &reason, + &rev, &thisupd, &nextupd)) { + BIO_puts(out, "ERROR: No Status found.\n"); + continue; + } + + /* + * Check validity: if invalid write to output BIO so we know which + * response this refers to. + */ + if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage)) { + BIO_puts(out, "WARNING: Status times invalid.\n"); + ERR_print_errors(out); + } + BIO_printf(out, "%s\n", OCSP_cert_status_str(status)); + + BIO_puts(out, "\tThis Update: "); + ASN1_GENERALIZEDTIME_print(out, thisupd); + BIO_puts(out, "\n"); + + if (nextupd) { + BIO_puts(out, "\tNext Update: "); + ASN1_GENERALIZEDTIME_print(out, nextupd); + BIO_puts(out, "\n"); + } + + if (status != V_OCSP_CERTSTATUS_REVOKED) + continue; + + if (reason != -1) + BIO_printf(out, "\tReason: %s\n", OCSP_crl_reason_str(reason)); + + BIO_puts(out, "\tRevocation Time: "); + ASN1_GENERALIZEDTIME_print(out, rev); + BIO_puts(out, "\n"); + } + + return 1; +} + +static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, + CA_DB *db, X509 *ca, X509 *rcert, + EVP_PKEY *rkey, const EVP_MD *rmd, + STACK_OF(X509) *rother, unsigned long flags, + int nmin, int ndays, int badsig) +{ + ASN1_TIME *thisupd = NULL, *nextupd = NULL; + OCSP_CERTID *cid, *ca_id = NULL; + OCSP_BASICRESP *bs = NULL; + int i, id_count, ret = 1; + + id_count = OCSP_request_onereq_count(req); + + if (id_count <= 0) { + *resp = + OCSP_response_create(OCSP_RESPONSE_STATUS_MALFORMEDREQUEST, NULL); + goto end; + } + + bs = OCSP_BASICRESP_new(); + thisupd = X509_gmtime_adj(NULL, 0); + if (ndays != -1) + nextupd = X509_gmtime_adj(NULL, nmin * 60 + ndays * 3600 * 24); + + /* Examine each certificate id in the request */ + for (i = 0; i < id_count; i++) { + OCSP_ONEREQ *one; + ASN1_INTEGER *serial; + char **inf; + ASN1_OBJECT *cert_id_md_oid; + const EVP_MD *cert_id_md; + one = OCSP_request_onereq_get0(req, i); + cid = OCSP_onereq_get0_id(one); + + OCSP_id_get0_info(NULL, &cert_id_md_oid, NULL, NULL, cid); + + cert_id_md = EVP_get_digestbyobj(cert_id_md_oid); + if (!cert_id_md) { + *resp = OCSP_response_create(OCSP_RESPONSE_STATUS_INTERNALERROR, + NULL); + goto end; + } + if (ca_id) + OCSP_CERTID_free(ca_id); + ca_id = OCSP_cert_to_id(cert_id_md, NULL, ca); + + /* Is this request about our CA? */ + if (OCSP_id_issuer_cmp(ca_id, cid)) { + OCSP_basic_add1_status(bs, cid, + V_OCSP_CERTSTATUS_UNKNOWN, + 0, NULL, thisupd, nextupd); + continue; + } + OCSP_id_get0_info(NULL, NULL, NULL, &serial, cid); + inf = lookup_serial(db, serial); + if (!inf) + OCSP_basic_add1_status(bs, cid, + V_OCSP_CERTSTATUS_UNKNOWN, + 0, NULL, thisupd, nextupd); + else if (inf[DB_type][0] == DB_TYPE_VAL) + OCSP_basic_add1_status(bs, cid, + V_OCSP_CERTSTATUS_GOOD, + 0, NULL, thisupd, nextupd); + else if (inf[DB_type][0] == DB_TYPE_REV) { + ASN1_OBJECT *inst = NULL; + ASN1_TIME *revtm = NULL; + ASN1_GENERALIZEDTIME *invtm = NULL; + OCSP_SINGLERESP *single; + int reason = -1; + unpack_revinfo(&revtm, &reason, &inst, &invtm, inf[DB_rev_date]); + single = OCSP_basic_add1_status(bs, cid, + V_OCSP_CERTSTATUS_REVOKED, + reason, revtm, thisupd, nextupd); + if (invtm) + OCSP_SINGLERESP_add1_ext_i2d(single, NID_invalidity_date, + invtm, 0, 0); + else if (inst) + OCSP_SINGLERESP_add1_ext_i2d(single, + NID_hold_instruction_code, inst, + 0, 0); + ASN1_OBJECT_free(inst); + ASN1_TIME_free(revtm); + ASN1_GENERALIZEDTIME_free(invtm); + } + } + + OCSP_copy_nonce(bs, req); + + OCSP_basic_sign(bs, rcert, rkey, rmd, rother, flags); + + if (badsig) + bs->signature->data[bs->signature->length - 1] ^= 0x1; + + *resp = OCSP_response_create(OCSP_RESPONSE_STATUS_SUCCESSFUL, bs); + + end: + ASN1_TIME_free(thisupd); + ASN1_TIME_free(nextupd); + OCSP_CERTID_free(ca_id); + OCSP_BASICRESP_free(bs); + return ret; + +} static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser) - { - int i; - BIGNUM *bn = NULL; - char *itmp, *row[DB_NUMBER],**rrow; - for (i = 0; i < DB_NUMBER; i++) row[i] = NULL; - bn = ASN1_INTEGER_to_BN(ser,NULL); - OPENSSL_assert(bn); /* FIXME: should report an error at this point and abort */ - if (BN_is_zero(bn)) - itmp = BUF_strdup("00"); - else - itmp = BN_bn2hex(bn); - row[DB_serial] = itmp; - BN_free(bn); - rrow=TXT_DB_get_by_index(db->db,DB_serial,row); - OPENSSL_free(itmp); - return rrow; - } +{ + int i; + BIGNUM *bn = NULL; + char *itmp, *row[DB_NUMBER], **rrow; + for (i = 0; i < DB_NUMBER; i++) + row[i] = NULL; + bn = ASN1_INTEGER_to_BN(ser, NULL); + OPENSSL_assert(bn); /* FIXME: should report an error at this + * point and abort */ + if (BN_is_zero(bn)) + itmp = BUF_strdup("00"); + else + itmp = BN_bn2hex(bn); + row[DB_serial] = itmp; + BN_free(bn); + rrow = TXT_DB_get_by_index(db->db, DB_serial, row); + OPENSSL_free(itmp); + return rrow; +} /* Quick and dirty OCSP server: read in and parse input request */ -static BIO *init_responder(char *port) - { - BIO *acbio = NULL, *bufbio = NULL; - bufbio = BIO_new(BIO_f_buffer()); - if (!bufbio) - goto err; -#ifndef OPENSSL_NO_SOCK - acbio = BIO_new_accept(port); -#else - BIO_printf(bio_err, "Error setting up accept BIO - sockets not supported.\n"); -#endif - if (!acbio) - goto err; - BIO_set_accept_bios(acbio, bufbio); - bufbio = NULL; - - if (BIO_do_accept(acbio) <= 0) - { - BIO_printf(bio_err, "Error setting up accept BIO\n"); - ERR_print_errors(bio_err); - goto err; - } - - return acbio; - - err: - BIO_free_all(acbio); - BIO_free(bufbio); - return NULL; - } - -static int do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio, char *port) - { - int have_post = 0, len; - OCSP_REQUEST *req = NULL; - char inbuf[1024]; - BIO *cbio = NULL; - - if (BIO_do_accept(acbio) <= 0) - { - BIO_printf(bio_err, "Error accepting connection\n"); - ERR_print_errors(bio_err); - return 0; - } - - cbio = BIO_pop(acbio); - *pcbio = cbio; - - for(;;) - { - len = BIO_gets(cbio, inbuf, sizeof inbuf); - if (len <= 0) - return 1; - /* Look for "POST" signalling start of query */ - if (!have_post) - { - if(strncmp(inbuf, "POST", 4)) - { - BIO_printf(bio_err, "Invalid request\n"); - return 1; - } - have_post = 1; - } - /* Look for end of headers */ - if ((inbuf[0] == '\r') || (inbuf[0] == '\n')) - break; - } - - /* Try to read OCSP request */ - - req = d2i_OCSP_REQUEST_bio(cbio, NULL); - - if (!req) - { - BIO_printf(bio_err, "Error parsing OCSP request\n"); - ERR_print_errors(bio_err); - } - - *preq = req; - - return 1; - - } +static BIO *init_responder(const char *port) +{ + BIO *acbio = NULL, *bufbio = NULL; + bufbio = BIO_new(BIO_f_buffer()); + if (!bufbio) + goto err; +# ifndef OPENSSL_NO_SOCK + acbio = BIO_new_accept(port); +# else + BIO_printf(bio_err, + "Error setting up accept BIO - sockets not supported.\n"); +# endif + if (!acbio) + goto err; + BIO_set_accept_bios(acbio, bufbio); + bufbio = NULL; + + if (BIO_do_accept(acbio) <= 0) { + BIO_printf(bio_err, "Error setting up accept BIO\n"); + ERR_print_errors(bio_err); + goto err; + } + + return acbio; + + err: + BIO_free_all(acbio); + BIO_free(bufbio); + return NULL; +} + +static int do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio, + const char *port) +{ + int have_post = 0, len; + OCSP_REQUEST *req = NULL; + char inbuf[1024]; + BIO *cbio = NULL; + + if (BIO_do_accept(acbio) <= 0) { + BIO_printf(bio_err, "Error accepting connection\n"); + ERR_print_errors(bio_err); + return 0; + } + + cbio = BIO_pop(acbio); + *pcbio = cbio; + + for (;;) { + len = BIO_gets(cbio, inbuf, sizeof inbuf); + if (len <= 0) + return 1; + /* Look for "POST" signalling start of query */ + if (!have_post) { + if (strncmp(inbuf, "POST", 4)) { + BIO_printf(bio_err, "Invalid request\n"); + return 1; + } + have_post = 1; + } + /* Look for end of headers */ + if ((inbuf[0] == '\r') || (inbuf[0] == '\n')) + break; + } + + /* Try to read OCSP request */ + + req = d2i_OCSP_REQUEST_bio(cbio, NULL); + + if (!req) { + BIO_printf(bio_err, "Error parsing OCSP request\n"); + ERR_print_errors(bio_err); + } + + *preq = req; + + return 1; + +} static int send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp) - { - char http_resp[] = - "HTTP/1.0 200 OK\r\nContent-type: application/ocsp-response\r\n" - "Content-Length: %d\r\n\r\n"; - if (!cbio) - return 0; - BIO_printf(cbio, http_resp, i2d_OCSP_RESPONSE(resp, NULL)); - i2d_OCSP_RESPONSE_bio(cbio, resp); - (void)BIO_flush(cbio); - return 1; - } - -static OCSP_RESPONSE *query_responder(BIO *err, BIO *cbio, char *path, - STACK_OF(CONF_VALUE) *headers, - OCSP_REQUEST *req, int req_timeout) - { - int fd; - int rv; - int i; - OCSP_REQ_CTX *ctx = NULL; - OCSP_RESPONSE *rsp = NULL; - fd_set confds; - struct timeval tv; - - if (req_timeout != -1) - BIO_set_nbio(cbio, 1); - - rv = BIO_do_connect(cbio); - - if ((rv <= 0) && ((req_timeout == -1) || !BIO_should_retry(cbio))) - { - BIO_puts(err, "Error connecting BIO\n"); - return NULL; - } - - if (BIO_get_fd(cbio, &fd) <= 0) - { - BIO_puts(err, "Can't get connection fd\n"); - goto err; - } - - if (req_timeout != -1 && rv <= 0) - { - FD_ZERO(&confds); - openssl_fdset(fd, &confds); - tv.tv_usec = 0; - tv.tv_sec = req_timeout; - rv = select(fd + 1, NULL, (void *)&confds, NULL, &tv); - if (rv == 0) - { - BIO_puts(err, "Timeout on connect\n"); - return NULL; - } - } - - - ctx = OCSP_sendreq_new(cbio, path, NULL, -1); - if (!ctx) - return NULL; - - for (i = 0; i < sk_CONF_VALUE_num(headers); i++) - { - CONF_VALUE *hdr = sk_CONF_VALUE_value(headers, i); - if (!OCSP_REQ_CTX_add1_header(ctx, hdr->name, hdr->value)) - goto err; - } - - if (!OCSP_REQ_CTX_set1_req(ctx, req)) - goto err; - - for (;;) - { - rv = OCSP_sendreq_nbio(&rsp, ctx); - if (rv != -1) - break; - if (req_timeout == -1) - continue; - FD_ZERO(&confds); - openssl_fdset(fd, &confds); - tv.tv_usec = 0; - tv.tv_sec = req_timeout; - if (BIO_should_read(cbio)) - rv = select(fd + 1, (void *)&confds, NULL, NULL, &tv); - else if (BIO_should_write(cbio)) - rv = select(fd + 1, NULL, (void *)&confds, NULL, &tv); - else - { - BIO_puts(err, "Unexpected retry condition\n"); - goto err; - } - if (rv == 0) - { - BIO_puts(err, "Timeout on request\n"); - break; - } - if (rv == -1) - { - BIO_puts(err, "Select error\n"); - break; - } - - } - err: - if (ctx) - OCSP_REQ_CTX_free(ctx); - - return rsp; - } +{ + char http_resp[] = + "HTTP/1.0 200 OK\r\nContent-type: application/ocsp-response\r\n" + "Content-Length: %d\r\n\r\n"; + if (!cbio) + return 0; + BIO_printf(cbio, http_resp, i2d_OCSP_RESPONSE(resp, NULL)); + i2d_OCSP_RESPONSE_bio(cbio, resp); + (void)BIO_flush(cbio); + return 1; +} + +static OCSP_RESPONSE *query_responder(BIO *err, BIO *cbio, const char *path, + const STACK_OF(CONF_VALUE) *headers, + OCSP_REQUEST *req, int req_timeout) +{ + int fd; + int rv; + int i; + OCSP_REQ_CTX *ctx = NULL; + OCSP_RESPONSE *rsp = NULL; + fd_set confds; + struct timeval tv; + + if (req_timeout != -1) + BIO_set_nbio(cbio, 1); + + rv = BIO_do_connect(cbio); + + if ((rv <= 0) && ((req_timeout == -1) || !BIO_should_retry(cbio))) { + BIO_puts(err, "Error connecting BIO\n"); + return NULL; + } + + if (BIO_get_fd(cbio, &fd) <= 0) { + BIO_puts(err, "Can't get connection fd\n"); + goto err; + } + + if (req_timeout != -1 && rv <= 0) { + FD_ZERO(&confds); + openssl_fdset(fd, &confds); + tv.tv_usec = 0; + tv.tv_sec = req_timeout; + rv = select(fd + 1, NULL, (void *)&confds, NULL, &tv); + if (rv == 0) { + BIO_puts(err, "Timeout on connect\n"); + return NULL; + } + } + + ctx = OCSP_sendreq_new(cbio, path, NULL, -1); + if (!ctx) + return NULL; + + for (i = 0; i < sk_CONF_VALUE_num(headers); i++) { + CONF_VALUE *hdr = sk_CONF_VALUE_value(headers, i); + if (!OCSP_REQ_CTX_add1_header(ctx, hdr->name, hdr->value)) + goto err; + } + + if (!OCSP_REQ_CTX_set1_req(ctx, req)) + goto err; + + for (;;) { + rv = OCSP_sendreq_nbio(&rsp, ctx); + if (rv != -1) + break; + if (req_timeout == -1) + continue; + FD_ZERO(&confds); + openssl_fdset(fd, &confds); + tv.tv_usec = 0; + tv.tv_sec = req_timeout; + if (BIO_should_read(cbio)) + rv = select(fd + 1, (void *)&confds, NULL, NULL, &tv); + else if (BIO_should_write(cbio)) + rv = select(fd + 1, NULL, (void *)&confds, NULL, &tv); + else { + BIO_puts(err, "Unexpected retry condition\n"); + goto err; + } + if (rv == 0) { + BIO_puts(err, "Timeout on request\n"); + break; + } + if (rv == -1) { + BIO_puts(err, "Select error\n"); + break; + } + + } + err: + if (ctx) + OCSP_REQ_CTX_free(ctx); + + return rsp; +} OCSP_RESPONSE *process_responder(BIO *err, OCSP_REQUEST *req, - char *host, char *path, char *port, int use_ssl, - STACK_OF(CONF_VALUE) *headers, - int req_timeout) - { - BIO *cbio = NULL; - SSL_CTX *ctx = NULL; - OCSP_RESPONSE *resp = NULL; - cbio = BIO_new_connect(host); - if (!cbio) - { - BIO_printf(err, "Error creating connect BIO\n"); - goto end; - } - if (port) BIO_set_conn_port(cbio, port); - if (use_ssl == 1) - { - BIO *sbio; -#if !defined(OPENSSL_NO_SSL2) && !defined(OPENSSL_NO_SSL3) - ctx = SSL_CTX_new(SSLv23_client_method()); -#elif !defined(OPENSSL_NO_SSL3) - ctx = SSL_CTX_new(SSLv3_client_method()); -#elif !defined(OPENSSL_NO_SSL2) - ctx = SSL_CTX_new(SSLv2_client_method()); -#else - BIO_printf(err, "SSL is disabled\n"); - goto end; -#endif - if (ctx == NULL) - { - BIO_printf(err, "Error creating SSL context.\n"); - goto end; - } - SSL_CTX_set_mode(ctx, SSL_MODE_AUTO_RETRY); - sbio = BIO_new_ssl(ctx, 1); - cbio = BIO_push(sbio, cbio); - } - resp = query_responder(err, cbio, path, headers, req, req_timeout); - if (!resp) - BIO_printf(bio_err, "Error querying OCSP responder\n"); - end: - if (cbio) - BIO_free_all(cbio); - if (ctx) - SSL_CTX_free(ctx); - return resp; - } + const char *host, const char *path, + const char *port, int use_ssl, + const STACK_OF(CONF_VALUE) *headers, + int req_timeout) +{ + BIO *cbio = NULL; + SSL_CTX *ctx = NULL; + OCSP_RESPONSE *resp = NULL; + cbio = BIO_new_connect(host); + if (!cbio) { + BIO_printf(err, "Error creating connect BIO\n"); + goto end; + } + if (port) + BIO_set_conn_port(cbio, port); + if (use_ssl == 1) { + BIO *sbio; + ctx = SSL_CTX_new(SSLv23_client_method()); + if (ctx == NULL) { + BIO_printf(err, "Error creating SSL context.\n"); + goto end; + } + SSL_CTX_set_mode(ctx, SSL_MODE_AUTO_RETRY); + sbio = BIO_new_ssl(ctx, 1); + cbio = BIO_push(sbio, cbio); + } + resp = query_responder(err, cbio, path, headers, req, req_timeout); + if (!resp) + BIO_printf(bio_err, "Error querying OCSP responder\n"); + end: + if (cbio) + BIO_free_all(cbio); + if (ctx) + SSL_CTX_free(ctx); + return resp; +} #endif diff --git a/openssl/apps/openssl-vms.cnf b/openssl/apps/openssl-vms.cnf index 45e46a0fb..94baac12f 100644 --- a/openssl/apps/openssl-vms.cnf +++ b/openssl/apps/openssl-vms.cnf @@ -103,7 +103,7 @@ emailAddress = optional #################################################################### [ req ] -default_bits = 1024 +default_bits = 2048 default_keyfile = privkey.pem distinguished_name = req_distinguished_name attributes = req_attributes diff --git a/openssl/apps/openssl.c b/openssl/apps/openssl.c index 71e1e48ec..112ed7e60 100644 --- a/openssl/apps/openssl.c +++ b/openssl/apps/openssl.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +63,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -109,11 +109,11 @@ * */ - #include #include #include -#define OPENSSL_C /* tells apps.h to use complete apps_startup() */ +#define OPENSSL_C /* tells apps.h to use complete + * apps_startup() */ #include "apps.h" #include #include @@ -124,97 +124,90 @@ #include #include #ifndef OPENSSL_NO_ENGINE -#include +# include #endif -#define USE_SOCKETS /* needed for the _O_BINARY defs in the MS world */ +#define USE_SOCKETS /* needed for the _O_BINARY defs in the MS + * world */ #include "progs.h" #include "s_apps.h" #include #ifdef OPENSSL_FIPS -#include +# include #endif -/* The LHASH callbacks ("hash" & "cmp") have been replaced by functions with the - * base prototypes (we cast each variable inside the function to the required - * type of "FUNCTION*"). This removes the necessity for macro-generated wrapper - * functions. */ +/* + * The LHASH callbacks ("hash" & "cmp") have been replaced by functions with + * the base prototypes (we cast each variable inside the function to the + * required type of "FUNCTION*"). This removes the necessity for + * macro-generated wrapper functions. + */ -static LHASH_OF(FUNCTION) *prog_init(void ); -static int do_cmd(LHASH_OF(FUNCTION) *prog,int argc,char *argv[]); +static LHASH_OF(FUNCTION) *prog_init(void); +static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[]); static void list_pkey(BIO *out); static void list_cipher(BIO *out); static void list_md(BIO *out); -char *default_config_file=NULL; +char *default_config_file = NULL; /* Make sure there is only one when MONOLITH is defined */ #ifdef MONOLITH -CONF *config=NULL; -BIO *bio_err=NULL; +CONF *config = NULL; +BIO *bio_err = NULL; #endif - static void lock_dbg_cb(int mode, int type, const char *file, int line) - { - static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */ - const char *errstr = NULL; - int rw; - - rw = mode & (CRYPTO_READ|CRYPTO_WRITE); - if (!((rw == CRYPTO_READ) || (rw == CRYPTO_WRITE))) - { - errstr = "invalid mode"; - goto err; - } - - if (type < 0 || type >= CRYPTO_NUM_LOCKS) - { - errstr = "type out of bounds"; - goto err; - } - - if (mode & CRYPTO_LOCK) - { - if (modes[type]) - { - errstr = "already locked"; - /* must not happen in a single-threaded program - * (would deadlock) */ - goto err; - } - - modes[type] = rw; - } - else if (mode & CRYPTO_UNLOCK) - { - if (!modes[type]) - { - errstr = "not locked"; - goto err; - } - - if (modes[type] != rw) - { - errstr = (rw == CRYPTO_READ) ? - "CRYPTO_r_unlock on write lock" : - "CRYPTO_w_unlock on read lock"; - } - - modes[type] = 0; - } - else - { - errstr = "invalid mode"; - goto err; - } +{ + static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */ + const char *errstr = NULL; + int rw; + + rw = mode & (CRYPTO_READ | CRYPTO_WRITE); + if (!((rw == CRYPTO_READ) || (rw == CRYPTO_WRITE))) { + errstr = "invalid mode"; + goto err; + } + + if (type < 0 || type >= CRYPTO_NUM_LOCKS) { + errstr = "type out of bounds"; + goto err; + } + + if (mode & CRYPTO_LOCK) { + if (modes[type]) { + errstr = "already locked"; + /* + * must not happen in a single-threaded program (would deadlock) + */ + goto err; + } + + modes[type] = rw; + } else if (mode & CRYPTO_UNLOCK) { + if (!modes[type]) { + errstr = "not locked"; + goto err; + } + + if (modes[type] != rw) { + errstr = (rw == CRYPTO_READ) ? + "CRYPTO_r_unlock on write lock" : + "CRYPTO_w_unlock on read lock"; + } + + modes[type] = 0; + } else { + errstr = "invalid mode"; + goto err; + } err: - if (errstr) - { - /* we cannot use bio_err here */ - fprintf(stderr, "openssl (lock_dbg_cb): %s (mode=%d, type=%d) at %s:%d\n", - errstr, mode, type, file, line); - } - } + if (errstr) { + /* we cannot use bio_err here */ + fprintf(stderr, + "openssl (lock_dbg_cb): %s (mode=%d, type=%d) at %s:%d\n", + errstr, mode, type, file, line); + } +} #if defined( OPENSSL_SYS_VMS) && (__INITIAL_POINTER_SIZE == 64) # define ARGV _Argv @@ -223,235 +216,233 @@ static void lock_dbg_cb(int mode, int type, const char *file, int line) #endif int main(int Argc, char *ARGV[]) - { - ARGS arg; -#define PROG_NAME_SIZE 39 - char pname[PROG_NAME_SIZE+1]; - FUNCTION f,*fp; - MS_STATIC const char *prompt; - MS_STATIC char buf[1024]; - char *to_free=NULL; - int n,i,ret=0; - int argc; - char **argv,*p; - LHASH_OF(FUNCTION) *prog=NULL; - long errline; +{ + ARGS arg; +#define PROG_NAME_SIZE 39 + char pname[PROG_NAME_SIZE + 1]; + FUNCTION f, *fp; + MS_STATIC const char *prompt; + MS_STATIC char buf[1024]; + char *to_free = NULL; + int n, i, ret = 0; + int argc; + char **argv, *p; + LHASH_OF(FUNCTION) *prog = NULL; + long errline; #if defined( OPENSSL_SYS_VMS) && (__INITIAL_POINTER_SIZE == 64) - /* 2011-03-22 SMS. - * If we have 32-bit pointers everywhere, then we're safe, and - * we bypass this mess, as on non-VMS systems. (See ARGV, - * above.) - * Problem 1: Compaq/HP C before V7.3 always used 32-bit - * pointers for argv[]. - * Fix 1: For a 32-bit argv[], when we're using 64-bit pointers - * everywhere else, we always allocate and use a 64-bit - * duplicate of argv[]. - * Problem 2: Compaq/HP C V7.3 (Alpha, IA64) before ECO1 failed - * to NULL-terminate a 64-bit argv[]. (As this was written, the - * compiler ECO was available only on IA64.) - * Fix 2: Unless advised not to (VMS_TRUST_ARGV), we test a - * 64-bit argv[argc] for NULL, and, if necessary, use a - * (properly) NULL-terminated (64-bit) duplicate of argv[]. - * The same code is used in either case to duplicate argv[]. - * Some of these decisions could be handled in preprocessing, - * but the code tends to get even uglier, and the penalty for - * deciding at compile- or run-time is tiny. - */ - char **Argv = NULL; - int free_Argv = 0; - - if ((sizeof( _Argv) < 8) /* 32-bit argv[]. */ + /*- + * 2011-03-22 SMS. + * If we have 32-bit pointers everywhere, then we're safe, and + * we bypass this mess, as on non-VMS systems. (See ARGV, + * above.) + * Problem 1: Compaq/HP C before V7.3 always used 32-bit + * pointers for argv[]. + * Fix 1: For a 32-bit argv[], when we're using 64-bit pointers + * everywhere else, we always allocate and use a 64-bit + * duplicate of argv[]. + * Problem 2: Compaq/HP C V7.3 (Alpha, IA64) before ECO1 failed + * to NULL-terminate a 64-bit argv[]. (As this was written, the + * compiler ECO was available only on IA64.) + * Fix 2: Unless advised not to (VMS_TRUST_ARGV), we test a + * 64-bit argv[argc] for NULL, and, if necessary, use a + * (properly) NULL-terminated (64-bit) duplicate of argv[]. + * The same code is used in either case to duplicate argv[]. + * Some of these decisions could be handled in preprocessing, + * but the code tends to get even uglier, and the penalty for + * deciding at compile- or run-time is tiny. + */ + char **Argv = NULL; + int free_Argv = 0; + + if ((sizeof(_Argv) < 8) /* 32-bit argv[]. */ # if !defined( VMS_TRUST_ARGV) - || (_Argv[ Argc] != NULL) /* Untrusted argv[argc] not NULL. */ + || (_Argv[Argc] != NULL) /* Untrusted argv[argc] not NULL. */ # endif - ) - { - int i; - Argv = OPENSSL_malloc( (Argc+ 1)* sizeof( char *)); - if (Argv == NULL) - { ret = -1; goto end; } - for(i = 0; i < Argc; i++) - Argv[i] = _Argv[i]; - Argv[ Argc] = NULL; /* Certain NULL termination. */ - free_Argv = 1; - } - else - { - /* Use the known-good 32-bit argv[] (which needs the - * type cast to satisfy the compiler), or the trusted or - * tested-good 64-bit argv[] as-is. */ - Argv = (char **)_Argv; - } -#endif /* defined( OPENSSL_SYS_VMS) && (__INITIAL_POINTER_SIZE == 64) */ - - arg.data=NULL; - arg.count=0; - - if (bio_err == NULL) - if ((bio_err=BIO_new(BIO_s_file())) != NULL) - BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); - - if (getenv("OPENSSL_DEBUG_MEMORY") != NULL) /* if not defined, use compiled-in library defaults */ - { - if (!(0 == strcmp(getenv("OPENSSL_DEBUG_MEMORY"), "off"))) - { - CRYPTO_malloc_debug_init(); - CRYPTO_set_mem_debug_options(V_CRYPTO_MDEBUG_ALL); - } - else - { - /* OPENSSL_DEBUG_MEMORY=off */ - CRYPTO_set_mem_debug_functions(0, 0, 0, 0, 0); - } - } - CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON); + ) { + int i; + Argv = OPENSSL_malloc((Argc + 1) * sizeof(char *)); + if (Argv == NULL) { + ret = -1; + goto end; + } + for (i = 0; i < Argc; i++) + Argv[i] = _Argv[i]; + Argv[Argc] = NULL; /* Certain NULL termination. */ + free_Argv = 1; + } else { + /* + * Use the known-good 32-bit argv[] (which needs the type cast to + * satisfy the compiler), or the trusted or tested-good 64-bit argv[] + * as-is. + */ + Argv = (char **)_Argv; + } +#endif /* defined( OPENSSL_SYS_VMS) && + * (__INITIAL_POINTER_SIZE == 64) */ + + arg.data = NULL; + arg.count = 0; + + if (bio_err == NULL) + if ((bio_err = BIO_new(BIO_s_file())) != NULL) + BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT); + + if (getenv("OPENSSL_DEBUG_MEMORY") != NULL) { /* if not defined, use + * compiled-in library + * defaults */ + if (!(0 == strcmp(getenv("OPENSSL_DEBUG_MEMORY"), "off"))) { + CRYPTO_malloc_debug_init(); + CRYPTO_set_mem_debug_options(V_CRYPTO_MDEBUG_ALL); + } else { + /* OPENSSL_DEBUG_MEMORY=off */ + CRYPTO_set_mem_debug_functions(0, 0, 0, 0, 0); + } + } + CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON); #if 0 - if (getenv("OPENSSL_DEBUG_LOCKING") != NULL) + if (getenv("OPENSSL_DEBUG_LOCKING") != NULL) #endif - { - CRYPTO_set_locking_callback(lock_dbg_cb); - } + { + CRYPTO_set_locking_callback(lock_dbg_cb); + } - if(getenv("OPENSSL_FIPS")) { + if (getenv("OPENSSL_FIPS")) { #ifdef OPENSSL_FIPS - if (!FIPS_mode_set(1)) { - ERR_load_crypto_strings(); - ERR_print_errors(BIO_new_fp(stderr,BIO_NOCLOSE)); - EXIT(1); - } + if (!FIPS_mode_set(1)) { + ERR_load_crypto_strings(); + ERR_print_errors(BIO_new_fp(stderr, BIO_NOCLOSE)); + EXIT(1); + } #else - fprintf(stderr, "FIPS mode not supported.\n"); - EXIT(1); + fprintf(stderr, "FIPS mode not supported.\n"); + EXIT(1); #endif - } - - apps_startup(); - - /* Lets load up our environment a little */ - p=getenv("OPENSSL_CONF"); - if (p == NULL) - p=getenv("SSLEAY_CONF"); - if (p == NULL) - p=to_free=make_config_name(); - - default_config_file=p; - - config=NCONF_new(NULL); - i=NCONF_load(config,p,&errline); - if (i == 0) - { - if (ERR_GET_REASON(ERR_peek_last_error()) - == CONF_R_NO_SUCH_FILE) - { - BIO_printf(bio_err, - "WARNING: can't open config file: %s\n",p); - ERR_clear_error(); - NCONF_free(config); - config = NULL; - } - else - { - ERR_print_errors(bio_err); - NCONF_free(config); - exit(1); - } - } - - prog=prog_init(); - - /* first check the program name */ - program_name(Argv[0],pname,sizeof pname); - - f.name=pname; - fp=lh_FUNCTION_retrieve(prog,&f); - if (fp != NULL) - { - Argv[0]=pname; - ret=fp->func(Argc,Argv); - goto end; - } - - /* ok, now check that there are not arguments, if there are, - * run with them, shifting the ssleay off the front */ - if (Argc != 1) - { - Argc--; - Argv++; - ret=do_cmd(prog,Argc,Argv); - if (ret < 0) ret=0; - goto end; - } - - /* ok, lets enter the old 'OpenSSL>' mode */ - - for (;;) - { - ret=0; - p=buf; - n=sizeof buf; - i=0; - for (;;) - { - p[0]='\0'; - if (i++) - prompt=">"; - else prompt="OpenSSL> "; - fputs(prompt,stdout); - fflush(stdout); - if (!fgets(p,n,stdin)) - goto end; - if (p[0] == '\0') goto end; - i=strlen(p); - if (i <= 1) break; - if (p[i-2] != '\\') break; - i-=2; - p+=i; - n-=i; - } - if (!chopup_args(&arg,buf,&argc,&argv)) break; - - ret=do_cmd(prog,argc,argv); - if (ret < 0) - { - ret=0; - goto end; - } - if (ret != 0) - BIO_printf(bio_err,"error in %s\n",argv[0]); - (void)BIO_flush(bio_err); - } - BIO_printf(bio_err,"bad exit\n"); - ret=1; -end: - if (to_free) - OPENSSL_free(to_free); - if (config != NULL) - { - NCONF_free(config); - config=NULL; - } - if (prog != NULL) lh_FUNCTION_free(prog); - if (arg.data != NULL) OPENSSL_free(arg.data); - - apps_shutdown(); - - CRYPTO_mem_leaks(bio_err); - if (bio_err != NULL) - { - BIO_free(bio_err); - bio_err=NULL; - } + } + + apps_startup(); + + /* Lets load up our environment a little */ + p = getenv("OPENSSL_CONF"); + if (p == NULL) + p = getenv("SSLEAY_CONF"); + if (p == NULL) + p = to_free = make_config_name(); + + default_config_file = p; + + config = NCONF_new(NULL); + i = NCONF_load(config, p, &errline); + if (i == 0) { + if (ERR_GET_REASON(ERR_peek_last_error()) + == CONF_R_NO_SUCH_FILE) { + BIO_printf(bio_err, "WARNING: can't open config file: %s\n", p); + ERR_clear_error(); + NCONF_free(config); + config = NULL; + } else { + ERR_print_errors(bio_err); + NCONF_free(config); + exit(1); + } + } + + prog = prog_init(); + + /* first check the program name */ + program_name(Argv[0], pname, sizeof pname); + + f.name = pname; + fp = lh_FUNCTION_retrieve(prog, &f); + if (fp != NULL) { + Argv[0] = pname; + ret = fp->func(Argc, Argv); + goto end; + } + + /* + * ok, now check that there are not arguments, if there are, run with + * them, shifting the ssleay off the front + */ + if (Argc != 1) { + Argc--; + Argv++; + ret = do_cmd(prog, Argc, Argv); + if (ret < 0) + ret = 0; + goto end; + } + + /* ok, lets enter the old 'OpenSSL>' mode */ + + for (;;) { + ret = 0; + p = buf; + n = sizeof buf; + i = 0; + for (;;) { + p[0] = '\0'; + if (i++) + prompt = ">"; + else + prompt = "OpenSSL> "; + fputs(prompt, stdout); + fflush(stdout); + if (!fgets(p, n, stdin)) + goto end; + if (p[0] == '\0') + goto end; + i = strlen(p); + if (i <= 1) + break; + if (p[i - 2] != '\\') + break; + i -= 2; + p += i; + n -= i; + } + if (!chopup_args(&arg, buf, &argc, &argv)) + break; + + ret = do_cmd(prog, argc, argv); + if (ret < 0) { + ret = 0; + goto end; + } + if (ret != 0) + BIO_printf(bio_err, "error in %s\n", argv[0]); + (void)BIO_flush(bio_err); + } + BIO_printf(bio_err, "bad exit\n"); + ret = 1; + end: + if (to_free) + OPENSSL_free(to_free); + if (config != NULL) { + NCONF_free(config); + config = NULL; + } + if (prog != NULL) + lh_FUNCTION_free(prog); + if (arg.data != NULL) + OPENSSL_free(arg.data); + + if (bio_err != NULL) { + BIO_free(bio_err); + bio_err = NULL; + } #if defined( OPENSSL_SYS_VMS) && (__INITIAL_POINTER_SIZE == 64) - /* Free any duplicate Argv[] storage. */ - if (free_Argv) - { - OPENSSL_free(Argv); - } + /* Free any duplicate Argv[] storage. */ + if (free_Argv) { + OPENSSL_free(Argv); + } #endif - OPENSSL_EXIT(ret); - } + apps_shutdown(); + CRYPTO_mem_leaks(bio_err); + + OPENSSL_EXIT(ret); +} #define LIST_STANDARD_COMMANDS "list-standard-commands" #define LIST_MESSAGE_DIGEST_COMMANDS "list-message-digest-commands" @@ -460,270 +451,246 @@ end: #define LIST_CIPHER_ALGORITHMS "list-cipher-algorithms" #define LIST_PUBLIC_KEY_ALGORITHMS "list-public-key-algorithms" - static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[]) - { - FUNCTION f,*fp; - int i,ret=1,tp,nl; - - if ((argc <= 0) || (argv[0] == NULL)) - { ret=0; goto end; } - f.name=argv[0]; - fp=lh_FUNCTION_retrieve(prog,&f); - if (fp == NULL) - { - if (EVP_get_digestbyname(argv[0])) - { - f.type = FUNC_TYPE_MD; - f.func = dgst_main; - fp = &f; - } - else if (EVP_get_cipherbyname(argv[0])) - { - f.type = FUNC_TYPE_CIPHER; - f.func = enc_main; - fp = &f; - } - } - if (fp != NULL) - { - ret=fp->func(argc,argv); - } - else if ((strncmp(argv[0],"no-",3)) == 0) - { - BIO *bio_stdout = BIO_new_fp(stdout,BIO_NOCLOSE); +{ + FUNCTION f, *fp; + int i, ret = 1, tp, nl; + + if ((argc <= 0) || (argv[0] == NULL)) { + ret = 0; + goto end; + } + f.name = argv[0]; + fp = lh_FUNCTION_retrieve(prog, &f); + if (fp == NULL) { + if (EVP_get_digestbyname(argv[0])) { + f.type = FUNC_TYPE_MD; + f.func = dgst_main; + fp = &f; + } else if (EVP_get_cipherbyname(argv[0])) { + f.type = FUNC_TYPE_CIPHER; + f.func = enc_main; + fp = &f; + } + } + if (fp != NULL) { + ret = fp->func(argc, argv); + } else if ((strncmp(argv[0], "no-", 3)) == 0) { + BIO *bio_stdout = BIO_new_fp(stdout, BIO_NOCLOSE); #ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - bio_stdout = BIO_push(tmpbio, bio_stdout); - } + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + bio_stdout = BIO_push(tmpbio, bio_stdout); + } #endif - f.name=argv[0]+3; - ret = (lh_FUNCTION_retrieve(prog,&f) != NULL); - if (!ret) - BIO_printf(bio_stdout, "%s\n", argv[0]); - else - BIO_printf(bio_stdout, "%s\n", argv[0]+3); - BIO_free_all(bio_stdout); - goto end; - } - else if ((strcmp(argv[0],"quit") == 0) || - (strcmp(argv[0],"q") == 0) || - (strcmp(argv[0],"exit") == 0) || - (strcmp(argv[0],"bye") == 0)) - { - ret= -1; - goto end; - } - else if ((strcmp(argv[0],LIST_STANDARD_COMMANDS) == 0) || - (strcmp(argv[0],LIST_MESSAGE_DIGEST_COMMANDS) == 0) || - (strcmp(argv[0],LIST_MESSAGE_DIGEST_ALGORITHMS) == 0) || - (strcmp(argv[0],LIST_CIPHER_COMMANDS) == 0) || - (strcmp(argv[0],LIST_CIPHER_ALGORITHMS) == 0) || - (strcmp(argv[0],LIST_PUBLIC_KEY_ALGORITHMS) == 0)) - { - int list_type; - BIO *bio_stdout; - - if (strcmp(argv[0],LIST_STANDARD_COMMANDS) == 0) - list_type = FUNC_TYPE_GENERAL; - else if (strcmp(argv[0],LIST_MESSAGE_DIGEST_COMMANDS) == 0) - list_type = FUNC_TYPE_MD; - else if (strcmp(argv[0],LIST_MESSAGE_DIGEST_ALGORITHMS) == 0) - list_type = FUNC_TYPE_MD_ALG; - else if (strcmp(argv[0],LIST_PUBLIC_KEY_ALGORITHMS) == 0) - list_type = FUNC_TYPE_PKEY; - else if (strcmp(argv[0],LIST_CIPHER_ALGORITHMS) == 0) - list_type = FUNC_TYPE_CIPHER_ALG; - else /* strcmp(argv[0],LIST_CIPHER_COMMANDS) == 0 */ - list_type = FUNC_TYPE_CIPHER; - bio_stdout = BIO_new_fp(stdout,BIO_NOCLOSE); + f.name = argv[0] + 3; + ret = (lh_FUNCTION_retrieve(prog, &f) != NULL); + if (!ret) + BIO_printf(bio_stdout, "%s\n", argv[0]); + else + BIO_printf(bio_stdout, "%s\n", argv[0] + 3); + BIO_free_all(bio_stdout); + goto end; + } else if ((strcmp(argv[0], "quit") == 0) || + (strcmp(argv[0], "q") == 0) || + (strcmp(argv[0], "exit") == 0) || + (strcmp(argv[0], "bye") == 0)) { + ret = -1; + goto end; + } else if ((strcmp(argv[0], LIST_STANDARD_COMMANDS) == 0) || + (strcmp(argv[0], LIST_MESSAGE_DIGEST_COMMANDS) == 0) || + (strcmp(argv[0], LIST_MESSAGE_DIGEST_ALGORITHMS) == 0) || + (strcmp(argv[0], LIST_CIPHER_COMMANDS) == 0) || + (strcmp(argv[0], LIST_CIPHER_ALGORITHMS) == 0) || + (strcmp(argv[0], LIST_PUBLIC_KEY_ALGORITHMS) == 0)) { + int list_type; + BIO *bio_stdout; + + if (strcmp(argv[0], LIST_STANDARD_COMMANDS) == 0) + list_type = FUNC_TYPE_GENERAL; + else if (strcmp(argv[0], LIST_MESSAGE_DIGEST_COMMANDS) == 0) + list_type = FUNC_TYPE_MD; + else if (strcmp(argv[0], LIST_MESSAGE_DIGEST_ALGORITHMS) == 0) + list_type = FUNC_TYPE_MD_ALG; + else if (strcmp(argv[0], LIST_PUBLIC_KEY_ALGORITHMS) == 0) + list_type = FUNC_TYPE_PKEY; + else if (strcmp(argv[0], LIST_CIPHER_ALGORITHMS) == 0) + list_type = FUNC_TYPE_CIPHER_ALG; + else /* strcmp(argv[0],LIST_CIPHER_COMMANDS) == 0 */ + list_type = FUNC_TYPE_CIPHER; + bio_stdout = BIO_new_fp(stdout, BIO_NOCLOSE); #ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - bio_stdout = BIO_push(tmpbio, bio_stdout); - } + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + bio_stdout = BIO_push(tmpbio, bio_stdout); + } #endif - if (!load_config(bio_err, NULL)) - goto end; - - if (list_type == FUNC_TYPE_PKEY) - list_pkey(bio_stdout); - if (list_type == FUNC_TYPE_MD_ALG) - list_md(bio_stdout); - if (list_type == FUNC_TYPE_CIPHER_ALG) - list_cipher(bio_stdout); - else - { - for (fp=functions; fp->name != NULL; fp++) - if (fp->type == list_type) - BIO_printf(bio_stdout, "%s\n", - fp->name); - } - BIO_free_all(bio_stdout); - ret=0; - goto end; - } - else - { - BIO_printf(bio_err,"openssl:Error: '%s' is an invalid command.\n", - argv[0]); - BIO_printf(bio_err, "\nStandard commands"); - i=0; - tp=0; - for (fp=functions; fp->name != NULL; fp++) - { - nl=0; + if (!load_config(bio_err, NULL)) + goto end; + + if (list_type == FUNC_TYPE_PKEY) + list_pkey(bio_stdout); + if (list_type == FUNC_TYPE_MD_ALG) + list_md(bio_stdout); + if (list_type == FUNC_TYPE_CIPHER_ALG) + list_cipher(bio_stdout); + else { + for (fp = functions; fp->name != NULL; fp++) + if (fp->type == list_type) + BIO_printf(bio_stdout, "%s\n", fp->name); + } + BIO_free_all(bio_stdout); + ret = 0; + goto end; + } else { + BIO_printf(bio_err, "openssl:Error: '%s' is an invalid command.\n", + argv[0]); + BIO_printf(bio_err, "\nStandard commands"); + i = 0; + tp = 0; + for (fp = functions; fp->name != NULL; fp++) { + nl = 0; #ifdef OPENSSL_NO_CAMELLIA - if (((i++) % 5) == 0) + if (((i++) % 5) == 0) #else - if (((i++) % 4) == 0) + if (((i++) % 4) == 0) #endif - { - BIO_printf(bio_err,"\n"); - nl=1; - } - if (fp->type != tp) - { - tp=fp->type; - if (!nl) BIO_printf(bio_err,"\n"); - if (tp == FUNC_TYPE_MD) - { - i=1; - BIO_printf(bio_err, - "\nMessage Digest commands (see the `dgst' command for more details)\n"); - } - else if (tp == FUNC_TYPE_CIPHER) - { - i=1; - BIO_printf(bio_err,"\nCipher commands (see the `enc' command for more details)\n"); - } - } + { + BIO_printf(bio_err, "\n"); + nl = 1; + } + if (fp->type != tp) { + tp = fp->type; + if (!nl) + BIO_printf(bio_err, "\n"); + if (tp == FUNC_TYPE_MD) { + i = 1; + BIO_printf(bio_err, + "\nMessage Digest commands (see the `dgst' command for more details)\n"); + } else if (tp == FUNC_TYPE_CIPHER) { + i = 1; + BIO_printf(bio_err, + "\nCipher commands (see the `enc' command for more details)\n"); + } + } #ifdef OPENSSL_NO_CAMELLIA - BIO_printf(bio_err,"%-15s",fp->name); + BIO_printf(bio_err, "%-15s", fp->name); #else - BIO_printf(bio_err,"%-18s",fp->name); + BIO_printf(bio_err, "%-18s", fp->name); #endif - } - BIO_printf(bio_err,"\n\n"); - ret=0; - } -end: - return(ret); - } - -static int SortFnByName(const void *_f1,const void *_f2) - { - const FUNCTION *f1=_f1; - const FUNCTION *f2=_f2; - - if(f1->type != f2->type) - return f1->type-f2->type; - return strcmp(f1->name,f2->name); + } + BIO_printf(bio_err, "\n\n"); + ret = 0; } + end: + return (ret); +} + +static int SortFnByName(const void *_f1, const void *_f2) +{ + const FUNCTION *f1 = _f1; + const FUNCTION *f2 = _f2; + + if (f1->type != f2->type) + return f1->type - f2->type; + return strcmp(f1->name, f2->name); +} static void list_pkey(BIO *out) - { - int i; - for (i = 0; i < EVP_PKEY_asn1_get_count(); i++) - { - const EVP_PKEY_ASN1_METHOD *ameth; - int pkey_id, pkey_base_id, pkey_flags; - const char *pinfo, *pem_str; - ameth = EVP_PKEY_asn1_get0(i); - EVP_PKEY_asn1_get0_info(&pkey_id, &pkey_base_id, &pkey_flags, - &pinfo, &pem_str, ameth); - if (pkey_flags & ASN1_PKEY_ALIAS) - { - BIO_printf(out, "Name: %s\n", - OBJ_nid2ln(pkey_id)); - BIO_printf(out, "\tType: Alias to %s\n", - OBJ_nid2ln(pkey_base_id)); - } - else - { - BIO_printf(out, "Name: %s\n", pinfo); - BIO_printf(out, "\tType: %s Algorithm\n", - pkey_flags & ASN1_PKEY_DYNAMIC ? - "External" : "Builtin"); - BIO_printf(out, "\tOID: %s\n", OBJ_nid2ln(pkey_id)); - if (pem_str == NULL) - pem_str = "(none)"; - BIO_printf(out, "\tPEM string: %s\n", pem_str); - } - - } - } +{ + int i; + for (i = 0; i < EVP_PKEY_asn1_get_count(); i++) { + const EVP_PKEY_ASN1_METHOD *ameth; + int pkey_id, pkey_base_id, pkey_flags; + const char *pinfo, *pem_str; + ameth = EVP_PKEY_asn1_get0(i); + EVP_PKEY_asn1_get0_info(&pkey_id, &pkey_base_id, &pkey_flags, + &pinfo, &pem_str, ameth); + if (pkey_flags & ASN1_PKEY_ALIAS) { + BIO_printf(out, "Name: %s\n", OBJ_nid2ln(pkey_id)); + BIO_printf(out, "\tType: Alias to %s\n", + OBJ_nid2ln(pkey_base_id)); + } else { + BIO_printf(out, "Name: %s\n", pinfo); + BIO_printf(out, "\tType: %s Algorithm\n", + pkey_flags & ASN1_PKEY_DYNAMIC ? + "External" : "Builtin"); + BIO_printf(out, "\tOID: %s\n", OBJ_nid2ln(pkey_id)); + if (pem_str == NULL) + pem_str = "(none)"; + BIO_printf(out, "\tPEM string: %s\n", pem_str); + } + + } +} static void list_cipher_fn(const EVP_CIPHER *c, - const char *from, const char *to, void *arg) - { - if (c) - BIO_printf(arg, "%s\n", EVP_CIPHER_name(c)); - else - { - if (!from) - from = ""; - if (!to) - to = ""; - BIO_printf(arg, "%s => %s\n", from, to); - } - } + const char *from, const char *to, void *arg) +{ + if (c) + BIO_printf(arg, "%s\n", EVP_CIPHER_name(c)); + else { + if (!from) + from = ""; + if (!to) + to = ""; + BIO_printf(arg, "%s => %s\n", from, to); + } +} static void list_cipher(BIO *out) - { - EVP_CIPHER_do_all_sorted(list_cipher_fn, out); - } +{ + EVP_CIPHER_do_all_sorted(list_cipher_fn, out); +} static void list_md_fn(const EVP_MD *m, - const char *from, const char *to, void *arg) - { - if (m) - BIO_printf(arg, "%s\n", EVP_MD_name(m)); - else - { - if (!from) - from = ""; - if (!to) - to = ""; - BIO_printf(arg, "%s => %s\n", from, to); - } - } + const char *from, const char *to, void *arg) +{ + if (m) + BIO_printf(arg, "%s\n", EVP_MD_name(m)); + else { + if (!from) + from = ""; + if (!to) + to = ""; + BIO_printf(arg, "%s => %s\n", from, to); + } +} static void list_md(BIO *out) - { - EVP_MD_do_all_sorted(list_md_fn, out); - } - -static int MS_CALLBACK function_cmp(const FUNCTION *a, const FUNCTION *b) - { - return strncmp(a->name,b->name,8); - } -static IMPLEMENT_LHASH_COMP_FN(function, FUNCTION) +{ + EVP_MD_do_all_sorted(list_md_fn, out); +} -static unsigned long MS_CALLBACK function_hash(const FUNCTION *a) - { - return lh_strhash(a->name); - } -static IMPLEMENT_LHASH_HASH_FN(function, FUNCTION) - -static LHASH_OF(FUNCTION) *prog_init(void) - { - LHASH_OF(FUNCTION) *ret; - FUNCTION *f; - size_t i; +static int MS_CALLBACK function_cmp(const FUNCTION * a, const FUNCTION * b) +{ + return strncmp(a->name, b->name, 8); +} - /* Purely so it looks nice when the user hits ? */ - for(i=0,f=functions ; f->name != NULL ; ++f,++i) - ; - qsort(functions,i,sizeof *functions,SortFnByName); +static IMPLEMENT_LHASH_COMP_FN(function, FUNCTION) - if ((ret=lh_FUNCTION_new()) == NULL) - return(NULL); +static unsigned long MS_CALLBACK function_hash(const FUNCTION * a) +{ + return lh_strhash(a->name); +} - for (f=functions; f->name != NULL; f++) - (void)lh_FUNCTION_insert(ret,f); - return(ret); - } +static IMPLEMENT_LHASH_HASH_FN(function, FUNCTION) +static LHASH_OF(FUNCTION) *prog_init(void) +{ + LHASH_OF(FUNCTION) *ret; + FUNCTION *f; + size_t i; + + /* Purely so it looks nice when the user hits ? */ + for (i = 0, f = functions; f->name != NULL; ++f, ++i) ; + qsort(functions, i, sizeof *functions, SortFnByName); + + if ((ret = lh_FUNCTION_new()) == NULL) + return (NULL); + + for (f = functions; f->name != NULL; f++) + (void)lh_FUNCTION_insert(ret, f); + return (ret); +} diff --git a/openssl/apps/openssl.cnf b/openssl/apps/openssl.cnf index 18760c6e6..1eb86c401 100644 --- a/openssl/apps/openssl.cnf +++ b/openssl/apps/openssl.cnf @@ -103,7 +103,7 @@ emailAddress = optional #################################################################### [ req ] -default_bits = 1024 +default_bits = 2048 default_keyfile = privkey.pem distinguished_name = req_distinguished_name attributes = req_attributes diff --git a/openssl/apps/passwd.c b/openssl/apps/passwd.c index 9ca25dd1d..5ff53b574 100644 --- a/openssl/apps/passwd.c +++ b/openssl/apps/passwd.c @@ -6,44 +6,44 @@ #if !defined(OPENSSL_NO_DES) || !defined(NO_MD5CRYPT_1) -#include -#include - -#include "apps.h" - -#include -#include -#include -#include -#ifndef OPENSSL_NO_DES -# include -#endif -#ifndef NO_MD5CRYPT_1 -# include -#endif - - -#undef PROG -#define PROG passwd_main - - -static unsigned const char cov_2char[64]={ - /* from crypto/des/fcrypt.c */ - 0x2E,0x2F,0x30,0x31,0x32,0x33,0x34,0x35, - 0x36,0x37,0x38,0x39,0x41,0x42,0x43,0x44, - 0x45,0x46,0x47,0x48,0x49,0x4A,0x4B,0x4C, - 0x4D,0x4E,0x4F,0x50,0x51,0x52,0x53,0x54, - 0x55,0x56,0x57,0x58,0x59,0x5A,0x61,0x62, - 0x63,0x64,0x65,0x66,0x67,0x68,0x69,0x6A, - 0x6B,0x6C,0x6D,0x6E,0x6F,0x70,0x71,0x72, - 0x73,0x74,0x75,0x76,0x77,0x78,0x79,0x7A +# include +# include + +# include "apps.h" + +# include +# include +# include +# include +# ifndef OPENSSL_NO_DES +# include +# endif +# ifndef NO_MD5CRYPT_1 +# include +# endif + +# undef PROG +# define PROG passwd_main + +static unsigned const char cov_2char[64] = { + /* from crypto/des/fcrypt.c */ + 0x2E, 0x2F, 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, + 0x36, 0x37, 0x38, 0x39, 0x41, 0x42, 0x43, 0x44, + 0x45, 0x46, 0x47, 0x48, 0x49, 0x4A, 0x4B, 0x4C, + 0x4D, 0x4E, 0x4F, 0x50, 0x51, 0x52, 0x53, 0x54, + 0x55, 0x56, 0x57, 0x58, 0x59, 0x5A, 0x61, 0x62, + 0x63, 0x64, 0x65, 0x66, 0x67, 0x68, 0x69, 0x6A, + 0x6B, 0x6C, 0x6D, 0x6E, 0x6F, 0x70, 0x71, 0x72, + 0x73, 0x74, 0x75, 0x76, 0x77, 0x78, 0x79, 0x7A }; static int do_passwd(int passed_salt, char **salt_p, char **salt_malloc_p, - char *passwd, BIO *out, int quiet, int table, int reverse, - size_t pw_maxlen, int usecrypt, int use1, int useapr1); + char *passwd, BIO *out, int quiet, int table, + int reverse, size_t pw_maxlen, int usecrypt, int use1, + int useapr1); -/* -crypt - standard Unix password algorithm (default) +/*- + * -crypt - standard Unix password algorithm (default) * -1 - MD5-based password algorithm * -apr1 - MD5-based password algorithm, Apache variant * -salt string - salt @@ -58,455 +58,437 @@ static int do_passwd(int passed_salt, char **salt_p, char **salt_malloc_p, int MAIN(int, char **); int MAIN(int argc, char **argv) - { - int ret = 1; - char *infile = NULL; - int in_stdin = 0; - int in_noverify = 0; - char *salt = NULL, *passwd = NULL, **passwds = NULL; - char *salt_malloc = NULL, *passwd_malloc = NULL; - size_t passwd_malloc_size = 0; - int pw_source_defined = 0; - BIO *in = NULL, *out = NULL; - int i, badopt, opt_done; - int passed_salt = 0, quiet = 0, table = 0, reverse = 0; - int usecrypt = 0, use1 = 0, useapr1 = 0; - size_t pw_maxlen = 0; - - apps_startup(); - - if (bio_err == NULL) - if ((bio_err=BIO_new(BIO_s_file())) != NULL) - BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); - - if (!load_config(bio_err, NULL)) - goto err; - out = BIO_new(BIO_s_file()); - if (out == NULL) - goto err; - BIO_set_fp(out, stdout, BIO_NOCLOSE | BIO_FP_TEXT); -#ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - out = BIO_push(tmpbio, out); - } -#endif - - badopt = 0, opt_done = 0; - i = 0; - while (!badopt && !opt_done && argv[++i] != NULL) - { - if (strcmp(argv[i], "-crypt") == 0) - usecrypt = 1; - else if (strcmp(argv[i], "-1") == 0) - use1 = 1; - else if (strcmp(argv[i], "-apr1") == 0) - useapr1 = 1; - else if (strcmp(argv[i], "-salt") == 0) - { - if ((argv[i+1] != NULL) && (salt == NULL)) - { - passed_salt = 1; - salt = argv[++i]; - } - else - badopt = 1; - } - else if (strcmp(argv[i], "-in") == 0) - { - if ((argv[i+1] != NULL) && !pw_source_defined) - { - pw_source_defined = 1; - infile = argv[++i]; - } - else - badopt = 1; - } - else if (strcmp(argv[i], "-stdin") == 0) - { - if (!pw_source_defined) - { - pw_source_defined = 1; - in_stdin = 1; - } - else - badopt = 1; - } - else if (strcmp(argv[i], "-noverify") == 0) - in_noverify = 1; - else if (strcmp(argv[i], "-quiet") == 0) - quiet = 1; - else if (strcmp(argv[i], "-table") == 0) - table = 1; - else if (strcmp(argv[i], "-reverse") == 0) - reverse = 1; - else if (argv[i][0] == '-') - badopt = 1; - else if (!pw_source_defined) - /* non-option arguments, use as passwords */ - { - pw_source_defined = 1; - passwds = &argv[i]; - opt_done = 1; - } - else - badopt = 1; - } - - if (!usecrypt && !use1 && !useapr1) /* use default */ - usecrypt = 1; - if (usecrypt + use1 + useapr1 > 1) /* conflict */ - badopt = 1; - - /* reject unsupported algorithms */ -#ifdef OPENSSL_NO_DES - if (usecrypt) badopt = 1; -#endif -#ifdef NO_MD5CRYPT_1 - if (use1 || useapr1) badopt = 1; -#endif - - if (badopt) - { - BIO_printf(bio_err, "Usage: passwd [options] [passwords]\n"); - BIO_printf(bio_err, "where options are\n"); -#ifndef OPENSSL_NO_DES - BIO_printf(bio_err, "-crypt standard Unix password algorithm (default)\n"); -#endif -#ifndef NO_MD5CRYPT_1 - BIO_printf(bio_err, "-1 MD5-based password algorithm\n"); - BIO_printf(bio_err, "-apr1 MD5-based password algorithm, Apache variant\n"); -#endif - BIO_printf(bio_err, "-salt string use provided salt\n"); - BIO_printf(bio_err, "-in file read passwords from file\n"); - BIO_printf(bio_err, "-stdin read passwords from stdin\n"); - BIO_printf(bio_err, "-noverify never verify when reading password from terminal\n"); - BIO_printf(bio_err, "-quiet no warnings\n"); - BIO_printf(bio_err, "-table format output as table\n"); - BIO_printf(bio_err, "-reverse switch table columns\n"); - - goto err; - } - - if ((infile != NULL) || in_stdin) - { - in = BIO_new(BIO_s_file()); - if (in == NULL) - goto err; - if (infile != NULL) - { - assert(in_stdin == 0); - if (BIO_read_filename(in, infile) <= 0) - goto err; - } - else - { - assert(in_stdin); - BIO_set_fp(in, stdin, BIO_NOCLOSE); - } - } - - if (usecrypt) - pw_maxlen = 8; - else if (use1 || useapr1) - pw_maxlen = 256; /* arbitrary limit, should be enough for most passwords */ - - if (passwds == NULL) - { - /* no passwords on the command line */ - - passwd_malloc_size = pw_maxlen + 2; - /* longer than necessary so that we can warn about truncation */ - passwd = passwd_malloc = OPENSSL_malloc(passwd_malloc_size); - if (passwd_malloc == NULL) - goto err; - } - - if ((in == NULL) && (passwds == NULL)) - { - /* build a null-terminated list */ - static char *passwds_static[2] = {NULL, NULL}; - - passwds = passwds_static; - if (in == NULL) - if (EVP_read_pw_string(passwd_malloc, passwd_malloc_size, "Password: ", !(passed_salt || in_noverify)) != 0) - goto err; - passwds[0] = passwd_malloc; - } - - if (in == NULL) - { - assert(passwds != NULL); - assert(*passwds != NULL); - - do /* loop over list of passwords */ - { - passwd = *passwds++; - if (!do_passwd(passed_salt, &salt, &salt_malloc, passwd, out, - quiet, table, reverse, pw_maxlen, usecrypt, use1, useapr1)) - goto err; - } - while (*passwds != NULL); - } - else - /* in != NULL */ - { - int done; - - assert (passwd != NULL); - do - { - int r = BIO_gets(in, passwd, pw_maxlen + 1); - if (r > 0) - { - char *c = (strchr(passwd, '\n')) ; - if (c != NULL) - *c = 0; /* truncate at newline */ - else - { - /* ignore rest of line */ - char trash[BUFSIZ]; - do - r = BIO_gets(in, trash, sizeof trash); - while ((r > 0) && (!strchr(trash, '\n'))); - } - - if (!do_passwd(passed_salt, &salt, &salt_malloc, passwd, out, - quiet, table, reverse, pw_maxlen, usecrypt, use1, useapr1)) - goto err; - } - done = (r <= 0); - } - while (!done); - } - ret = 0; - -err: - ERR_print_errors(bio_err); - if (salt_malloc) - OPENSSL_free(salt_malloc); - if (passwd_malloc) - OPENSSL_free(passwd_malloc); - if (in) - BIO_free(in); - if (out) - BIO_free_all(out); - apps_shutdown(); - OPENSSL_EXIT(ret); - } - - -#ifndef NO_MD5CRYPT_1 -/* MD5-based password algorithm (should probably be available as a library - * function; then the static buffer would not be acceptable). - * For magic string "1", this should be compatible to the MD5-based BSD - * password algorithm. - * For 'magic' string "apr1", this is compatible to the MD5-based Apache - * password algorithm. - * (Apparently, the Apache password algorithm is identical except that the - * 'magic' string was changed -- the laziest application of the NIH principle - * I've ever encountered.) +{ + int ret = 1; + char *infile = NULL; + int in_stdin = 0; + int in_noverify = 0; + char *salt = NULL, *passwd = NULL, **passwds = NULL; + char *salt_malloc = NULL, *passwd_malloc = NULL; + size_t passwd_malloc_size = 0; + int pw_source_defined = 0; + BIO *in = NULL, *out = NULL; + int i, badopt, opt_done; + int passed_salt = 0, quiet = 0, table = 0, reverse = 0; + int usecrypt = 0, use1 = 0, useapr1 = 0; + size_t pw_maxlen = 0; + + apps_startup(); + + if (bio_err == NULL) + if ((bio_err = BIO_new(BIO_s_file())) != NULL) + BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT); + + if (!load_config(bio_err, NULL)) + goto err; + out = BIO_new(BIO_s_file()); + if (out == NULL) + goto err; + BIO_set_fp(out, stdout, BIO_NOCLOSE | BIO_FP_TEXT); +# ifdef OPENSSL_SYS_VMS + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + out = BIO_push(tmpbio, out); + } +# endif + + badopt = 0, opt_done = 0; + i = 0; + while (!badopt && !opt_done && argv[++i] != NULL) { + if (strcmp(argv[i], "-crypt") == 0) + usecrypt = 1; + else if (strcmp(argv[i], "-1") == 0) + use1 = 1; + else if (strcmp(argv[i], "-apr1") == 0) + useapr1 = 1; + else if (strcmp(argv[i], "-salt") == 0) { + if ((argv[i + 1] != NULL) && (salt == NULL)) { + passed_salt = 1; + salt = argv[++i]; + } else + badopt = 1; + } else if (strcmp(argv[i], "-in") == 0) { + if ((argv[i + 1] != NULL) && !pw_source_defined) { + pw_source_defined = 1; + infile = argv[++i]; + } else + badopt = 1; + } else if (strcmp(argv[i], "-stdin") == 0) { + if (!pw_source_defined) { + pw_source_defined = 1; + in_stdin = 1; + } else + badopt = 1; + } else if (strcmp(argv[i], "-noverify") == 0) + in_noverify = 1; + else if (strcmp(argv[i], "-quiet") == 0) + quiet = 1; + else if (strcmp(argv[i], "-table") == 0) + table = 1; + else if (strcmp(argv[i], "-reverse") == 0) + reverse = 1; + else if (argv[i][0] == '-') + badopt = 1; + else if (!pw_source_defined) + /* non-option arguments, use as passwords */ + { + pw_source_defined = 1; + passwds = &argv[i]; + opt_done = 1; + } else + badopt = 1; + } + + if (!usecrypt && !use1 && !useapr1) /* use default */ + usecrypt = 1; + if (usecrypt + use1 + useapr1 > 1) /* conflict */ + badopt = 1; + + /* reject unsupported algorithms */ +# ifdef OPENSSL_NO_DES + if (usecrypt) + badopt = 1; +# endif +# ifdef NO_MD5CRYPT_1 + if (use1 || useapr1) + badopt = 1; +# endif + + if (badopt) { + BIO_printf(bio_err, "Usage: passwd [options] [passwords]\n"); + BIO_printf(bio_err, "where options are\n"); +# ifndef OPENSSL_NO_DES + BIO_printf(bio_err, + "-crypt standard Unix password algorithm (default)\n"); +# endif +# ifndef NO_MD5CRYPT_1 + BIO_printf(bio_err, + "-1 MD5-based password algorithm\n"); + BIO_printf(bio_err, + "-apr1 MD5-based password algorithm, Apache variant\n"); +# endif + BIO_printf(bio_err, "-salt string use provided salt\n"); + BIO_printf(bio_err, "-in file read passwords from file\n"); + BIO_printf(bio_err, "-stdin read passwords from stdin\n"); + BIO_printf(bio_err, + "-noverify never verify when reading password from terminal\n"); + BIO_printf(bio_err, "-quiet no warnings\n"); + BIO_printf(bio_err, "-table format output as table\n"); + BIO_printf(bio_err, "-reverse switch table columns\n"); + + goto err; + } + + if ((infile != NULL) || in_stdin) { + in = BIO_new(BIO_s_file()); + if (in == NULL) + goto err; + if (infile != NULL) { + assert(in_stdin == 0); + if (BIO_read_filename(in, infile) <= 0) + goto err; + } else { + assert(in_stdin); + BIO_set_fp(in, stdin, BIO_NOCLOSE); + } + } + + if (usecrypt) + pw_maxlen = 8; + else if (use1 || useapr1) + pw_maxlen = 256; /* arbitrary limit, should be enough for most + * passwords */ + + if (passwds == NULL) { + /* no passwords on the command line */ + + passwd_malloc_size = pw_maxlen + 2; + /* + * longer than necessary so that we can warn about truncation + */ + passwd = passwd_malloc = OPENSSL_malloc(passwd_malloc_size); + if (passwd_malloc == NULL) + goto err; + } + + if ((in == NULL) && (passwds == NULL)) { + /* build a null-terminated list */ + static char *passwds_static[2] = { NULL, NULL }; + + passwds = passwds_static; + if (in == NULL) + if (EVP_read_pw_string + (passwd_malloc, passwd_malloc_size, "Password: ", + !(passed_salt || in_noverify)) != 0) + goto err; + passwds[0] = passwd_malloc; + } + + if (in == NULL) { + assert(passwds != NULL); + assert(*passwds != NULL); + + do { /* loop over list of passwords */ + passwd = *passwds++; + if (!do_passwd(passed_salt, &salt, &salt_malloc, passwd, out, + quiet, table, reverse, pw_maxlen, usecrypt, use1, + useapr1)) + goto err; + } + while (*passwds != NULL); + } else + /* in != NULL */ + { + int done; + + assert(passwd != NULL); + do { + int r = BIO_gets(in, passwd, pw_maxlen + 1); + if (r > 0) { + char *c = (strchr(passwd, '\n')); + if (c != NULL) + *c = 0; /* truncate at newline */ + else { + /* ignore rest of line */ + char trash[BUFSIZ]; + do + r = BIO_gets(in, trash, sizeof trash); + while ((r > 0) && (!strchr(trash, '\n'))); + } + + if (!do_passwd(passed_salt, &salt, &salt_malloc, passwd, out, + quiet, table, reverse, pw_maxlen, usecrypt, + use1, useapr1)) + goto err; + } + done = (r <= 0); + } + while (!done); + } + ret = 0; + + err: + ERR_print_errors(bio_err); + if (salt_malloc) + OPENSSL_free(salt_malloc); + if (passwd_malloc) + OPENSSL_free(passwd_malloc); + if (in) + BIO_free(in); + if (out) + BIO_free_all(out); + apps_shutdown(); + OPENSSL_EXIT(ret); +} + +# ifndef NO_MD5CRYPT_1 +/* + * MD5-based password algorithm (should probably be available as a library + * function; then the static buffer would not be acceptable). For magic + * string "1", this should be compatible to the MD5-based BSD password + * algorithm. For 'magic' string "apr1", this is compatible to the MD5-based + * Apache password algorithm. (Apparently, the Apache password algorithm is + * identical except that the 'magic' string was changed -- the laziest + * application of the NIH principle I've ever encountered.) */ static char *md5crypt(const char *passwd, const char *magic, const char *salt) - { - static char out_buf[6 + 9 + 24 + 2]; /* "$apr1$..salt..$.......md5hash..........\0" */ - unsigned char buf[MD5_DIGEST_LENGTH]; - char *salt_out; - int n; - unsigned int i; - EVP_MD_CTX md,md2; - size_t passwd_len, salt_len; - - passwd_len = strlen(passwd); - out_buf[0] = '$'; - out_buf[1] = 0; - assert(strlen(magic) <= 4); /* "1" or "apr1" */ - strncat(out_buf, magic, 4); - strncat(out_buf, "$", 1); - strncat(out_buf, salt, 8); - assert(strlen(out_buf) <= 6 + 8); /* "$apr1$..salt.." */ - salt_out = out_buf + 2 + strlen(magic); - salt_len = strlen(salt_out); - assert(salt_len <= 8); - - EVP_MD_CTX_init(&md); - EVP_DigestInit_ex(&md,EVP_md5(), NULL); - EVP_DigestUpdate(&md, passwd, passwd_len); - EVP_DigestUpdate(&md, "$", 1); - EVP_DigestUpdate(&md, magic, strlen(magic)); - EVP_DigestUpdate(&md, "$", 1); - EVP_DigestUpdate(&md, salt_out, salt_len); - - EVP_MD_CTX_init(&md2); - EVP_DigestInit_ex(&md2,EVP_md5(), NULL); - EVP_DigestUpdate(&md2, passwd, passwd_len); - EVP_DigestUpdate(&md2, salt_out, salt_len); - EVP_DigestUpdate(&md2, passwd, passwd_len); - EVP_DigestFinal_ex(&md2, buf, NULL); - - for (i = passwd_len; i > sizeof buf; i -= sizeof buf) - EVP_DigestUpdate(&md, buf, sizeof buf); - EVP_DigestUpdate(&md, buf, i); - - n = passwd_len; - while (n) - { - EVP_DigestUpdate(&md, (n & 1) ? "\0" : passwd, 1); - n >>= 1; - } - EVP_DigestFinal_ex(&md, buf, NULL); - - for (i = 0; i < 1000; i++) - { - EVP_DigestInit_ex(&md2,EVP_md5(), NULL); - EVP_DigestUpdate(&md2, (i & 1) ? (unsigned const char *) passwd : buf, - (i & 1) ? passwd_len : sizeof buf); - if (i % 3) - EVP_DigestUpdate(&md2, salt_out, salt_len); - if (i % 7) - EVP_DigestUpdate(&md2, passwd, passwd_len); - EVP_DigestUpdate(&md2, (i & 1) ? buf : (unsigned const char *) passwd, - (i & 1) ? sizeof buf : passwd_len); - EVP_DigestFinal_ex(&md2, buf, NULL); - } - EVP_MD_CTX_cleanup(&md2); - - { - /* transform buf into output string */ - - unsigned char buf_perm[sizeof buf]; - int dest, source; - char *output; - - /* silly output permutation */ - for (dest = 0, source = 0; dest < 14; dest++, source = (source + 6) % 17) - buf_perm[dest] = buf[source]; - buf_perm[14] = buf[5]; - buf_perm[15] = buf[11]; -#ifndef PEDANTIC /* Unfortunately, this generates a "no effect" warning */ - assert(16 == sizeof buf_perm); -#endif - - output = salt_out + salt_len; - assert(output == out_buf + strlen(out_buf)); - - *output++ = '$'; - - for (i = 0; i < 15; i += 3) - { - *output++ = cov_2char[buf_perm[i+2] & 0x3f]; - *output++ = cov_2char[((buf_perm[i+1] & 0xf) << 2) | - (buf_perm[i+2] >> 6)]; - *output++ = cov_2char[((buf_perm[i] & 3) << 4) | - (buf_perm[i+1] >> 4)]; - *output++ = cov_2char[buf_perm[i] >> 2]; - } - assert(i == 15); - *output++ = cov_2char[buf_perm[i] & 0x3f]; - *output++ = cov_2char[buf_perm[i] >> 6]; - *output = 0; - assert(strlen(out_buf) < sizeof(out_buf)); - } - EVP_MD_CTX_cleanup(&md); - - return out_buf; - } -#endif - +{ + /* "$apr1$..salt..$.......md5hash..........\0" */ + static char out_buf[6 + 9 + 24 + 2]; + unsigned char buf[MD5_DIGEST_LENGTH]; + char *salt_out; + int n; + unsigned int i; + EVP_MD_CTX md, md2; + size_t passwd_len, salt_len; + + passwd_len = strlen(passwd); + out_buf[0] = '$'; + out_buf[1] = 0; + assert(strlen(magic) <= 4); /* "1" or "apr1" */ + strncat(out_buf, magic, 4); + strncat(out_buf, "$", 1); + strncat(out_buf, salt, 8); + assert(strlen(out_buf) <= 6 + 8); /* "$apr1$..salt.." */ + salt_out = out_buf + 2 + strlen(magic); + salt_len = strlen(salt_out); + assert(salt_len <= 8); + + EVP_MD_CTX_init(&md); + EVP_DigestInit_ex(&md, EVP_md5(), NULL); + EVP_DigestUpdate(&md, passwd, passwd_len); + EVP_DigestUpdate(&md, "$", 1); + EVP_DigestUpdate(&md, magic, strlen(magic)); + EVP_DigestUpdate(&md, "$", 1); + EVP_DigestUpdate(&md, salt_out, salt_len); + + EVP_MD_CTX_init(&md2); + EVP_DigestInit_ex(&md2, EVP_md5(), NULL); + EVP_DigestUpdate(&md2, passwd, passwd_len); + EVP_DigestUpdate(&md2, salt_out, salt_len); + EVP_DigestUpdate(&md2, passwd, passwd_len); + EVP_DigestFinal_ex(&md2, buf, NULL); + + for (i = passwd_len; i > sizeof buf; i -= sizeof buf) + EVP_DigestUpdate(&md, buf, sizeof buf); + EVP_DigestUpdate(&md, buf, i); + + n = passwd_len; + while (n) { + EVP_DigestUpdate(&md, (n & 1) ? "\0" : passwd, 1); + n >>= 1; + } + EVP_DigestFinal_ex(&md, buf, NULL); + + for (i = 0; i < 1000; i++) { + EVP_DigestInit_ex(&md2, EVP_md5(), NULL); + EVP_DigestUpdate(&md2, (i & 1) ? (unsigned const char *)passwd : buf, + (i & 1) ? passwd_len : sizeof buf); + if (i % 3) + EVP_DigestUpdate(&md2, salt_out, salt_len); + if (i % 7) + EVP_DigestUpdate(&md2, passwd, passwd_len); + EVP_DigestUpdate(&md2, (i & 1) ? buf : (unsigned const char *)passwd, + (i & 1) ? sizeof buf : passwd_len); + EVP_DigestFinal_ex(&md2, buf, NULL); + } + EVP_MD_CTX_cleanup(&md2); + + { + /* transform buf into output string */ + + unsigned char buf_perm[sizeof buf]; + int dest, source; + char *output; + + /* silly output permutation */ + for (dest = 0, source = 0; dest < 14; + dest++, source = (source + 6) % 17) + buf_perm[dest] = buf[source]; + buf_perm[14] = buf[5]; + buf_perm[15] = buf[11]; +# ifndef PEDANTIC /* Unfortunately, this generates a "no + * effect" warning */ + assert(16 == sizeof buf_perm); +# endif + + output = salt_out + salt_len; + assert(output == out_buf + strlen(out_buf)); + + *output++ = '$'; + + for (i = 0; i < 15; i += 3) { + *output++ = cov_2char[buf_perm[i + 2] & 0x3f]; + *output++ = cov_2char[((buf_perm[i + 1] & 0xf) << 2) | + (buf_perm[i + 2] >> 6)]; + *output++ = cov_2char[((buf_perm[i] & 3) << 4) | + (buf_perm[i + 1] >> 4)]; + *output++ = cov_2char[buf_perm[i] >> 2]; + } + assert(i == 15); + *output++ = cov_2char[buf_perm[i] & 0x3f]; + *output++ = cov_2char[buf_perm[i] >> 6]; + *output = 0; + assert(strlen(out_buf) < sizeof(out_buf)); + } + EVP_MD_CTX_cleanup(&md); + + return out_buf; +} +# endif static int do_passwd(int passed_salt, char **salt_p, char **salt_malloc_p, - char *passwd, BIO *out, int quiet, int table, int reverse, - size_t pw_maxlen, int usecrypt, int use1, int useapr1) - { - char *hash = NULL; - - assert(salt_p != NULL); - assert(salt_malloc_p != NULL); - - /* first make sure we have a salt */ - if (!passed_salt) - { -#ifndef OPENSSL_NO_DES - if (usecrypt) - { - if (*salt_malloc_p == NULL) - { - *salt_p = *salt_malloc_p = OPENSSL_malloc(3); - if (*salt_malloc_p == NULL) - goto err; - } - if (RAND_pseudo_bytes((unsigned char *)*salt_p, 2) < 0) - goto err; - (*salt_p)[0] = cov_2char[(*salt_p)[0] & 0x3f]; /* 6 bits */ - (*salt_p)[1] = cov_2char[(*salt_p)[1] & 0x3f]; /* 6 bits */ - (*salt_p)[2] = 0; -#ifdef CHARSET_EBCDIC - ascii2ebcdic(*salt_p, *salt_p, 2); /* des_crypt will convert - * back to ASCII */ -#endif - } -#endif /* !OPENSSL_NO_DES */ - -#ifndef NO_MD5CRYPT_1 - if (use1 || useapr1) - { - int i; - - if (*salt_malloc_p == NULL) - { - *salt_p = *salt_malloc_p = OPENSSL_malloc(9); - if (*salt_malloc_p == NULL) - goto err; - } - if (RAND_pseudo_bytes((unsigned char *)*salt_p, 8) < 0) - goto err; - - for (i = 0; i < 8; i++) - (*salt_p)[i] = cov_2char[(*salt_p)[i] & 0x3f]; /* 6 bits */ - (*salt_p)[8] = 0; - } -#endif /* !NO_MD5CRYPT_1 */ - } - - assert(*salt_p != NULL); - - /* truncate password if necessary */ - if ((strlen(passwd) > pw_maxlen)) - { - if (!quiet) - /* XXX: really we should know how to print a size_t, not cast it */ - BIO_printf(bio_err, "Warning: truncating password to %u characters\n", (unsigned)pw_maxlen); - passwd[pw_maxlen] = 0; - } - assert(strlen(passwd) <= pw_maxlen); - - /* now compute password hash */ -#ifndef OPENSSL_NO_DES - if (usecrypt) - hash = DES_crypt(passwd, *salt_p); -#endif -#ifndef NO_MD5CRYPT_1 - if (use1 || useapr1) - hash = md5crypt(passwd, (use1 ? "1" : "apr1"), *salt_p); -#endif - assert(hash != NULL); - - if (table && !reverse) - BIO_printf(out, "%s\t%s\n", passwd, hash); - else if (table && reverse) - BIO_printf(out, "%s\t%s\n", hash, passwd); - else - BIO_printf(out, "%s\n", hash); - return 1; - -err: - return 0; - } + char *passwd, BIO *out, int quiet, int table, + int reverse, size_t pw_maxlen, int usecrypt, int use1, + int useapr1) +{ + char *hash = NULL; + + assert(salt_p != NULL); + assert(salt_malloc_p != NULL); + + /* first make sure we have a salt */ + if (!passed_salt) { +# ifndef OPENSSL_NO_DES + if (usecrypt) { + if (*salt_malloc_p == NULL) { + *salt_p = *salt_malloc_p = OPENSSL_malloc(3); + if (*salt_malloc_p == NULL) + goto err; + } + if (RAND_pseudo_bytes((unsigned char *)*salt_p, 2) < 0) + goto err; + (*salt_p)[0] = cov_2char[(*salt_p)[0] & 0x3f]; /* 6 bits */ + (*salt_p)[1] = cov_2char[(*salt_p)[1] & 0x3f]; /* 6 bits */ + (*salt_p)[2] = 0; +# ifdef CHARSET_EBCDIC + ascii2ebcdic(*salt_p, *salt_p, 2); /* des_crypt will convert back + * to ASCII */ +# endif + } +# endif /* !OPENSSL_NO_DES */ + +# ifndef NO_MD5CRYPT_1 + if (use1 || useapr1) { + int i; + + if (*salt_malloc_p == NULL) { + *salt_p = *salt_malloc_p = OPENSSL_malloc(9); + if (*salt_malloc_p == NULL) + goto err; + } + if (RAND_pseudo_bytes((unsigned char *)*salt_p, 8) < 0) + goto err; + + for (i = 0; i < 8; i++) + (*salt_p)[i] = cov_2char[(*salt_p)[i] & 0x3f]; /* 6 bits */ + (*salt_p)[8] = 0; + } +# endif /* !NO_MD5CRYPT_1 */ + } + + assert(*salt_p != NULL); + + /* truncate password if necessary */ + if ((strlen(passwd) > pw_maxlen)) { + if (!quiet) + /* + * XXX: really we should know how to print a size_t, not cast it + */ + BIO_printf(bio_err, + "Warning: truncating password to %u characters\n", + (unsigned)pw_maxlen); + passwd[pw_maxlen] = 0; + } + assert(strlen(passwd) <= pw_maxlen); + + /* now compute password hash */ +# ifndef OPENSSL_NO_DES + if (usecrypt) + hash = DES_crypt(passwd, *salt_p); +# endif +# ifndef NO_MD5CRYPT_1 + if (use1 || useapr1) + hash = md5crypt(passwd, (use1 ? "1" : "apr1"), *salt_p); +# endif + assert(hash != NULL); + + if (table && !reverse) + BIO_printf(out, "%s\t%s\n", passwd, hash); + else if (table && reverse) + BIO_printf(out, "%s\t%s\n", hash, passwd); + else + BIO_printf(out, "%s\n", hash); + return 1; + + err: + return 0; +} #else int MAIN(int argc, char **argv) - { - fputs("Program not available.\n", stderr) - OPENSSL_EXIT(1); - } +{ + fputs("Program not available.\n", stderr) + OPENSSL_EXIT(1); +} #endif diff --git a/openssl/apps/pkcs12.c b/openssl/apps/pkcs12.c index 4d62a7b8c..4ff64495a 100644 --- a/openssl/apps/pkcs12.c +++ b/openssl/apps/pkcs12.c @@ -1,5 +1,6 @@ /* pkcs12.c */ -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL +/* + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. */ /* ==================================================================== @@ -10,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -59,32 +60,35 @@ #include #if !defined(OPENSSL_NO_DES) && !defined(OPENSSL_NO_SHA1) -#include -#include -#include -#include "apps.h" -#include -#include -#include -#include +# include +# include +# include +# include "apps.h" +# include +# include +# include +# include -#define PROG pkcs12_main +# define PROG pkcs12_main const EVP_CIPHER *enc; - -#define NOKEYS 0x1 -#define NOCERTS 0x2 -#define INFO 0x4 -#define CLCERTS 0x8 -#define CACERTS 0x10 - -int get_cert_chain (X509 *cert, X509_STORE *store, STACK_OF(X509) **chain); -int dump_certs_keys_p12(BIO *out, PKCS12 *p12, char *pass, int passlen, int options, char *pempass); -int dump_certs_pkeys_bags(BIO *out, STACK_OF(PKCS12_SAFEBAG) *bags, char *pass, - int passlen, int options, char *pempass); -int dump_certs_pkeys_bag(BIO *out, PKCS12_SAFEBAG *bags, char *pass, int passlen, int options, char *pempass); -int print_attribs(BIO *out, STACK_OF(X509_ATTRIBUTE) *attrlst,const char *name); +# define NOKEYS 0x1 +# define NOCERTS 0x2 +# define INFO 0x4 +# define CLCERTS 0x8 +# define CACERTS 0x10 + +int get_cert_chain(X509 *cert, X509_STORE *store, STACK_OF(X509) **chain); +int dump_certs_keys_p12(BIO *out, PKCS12 *p12, char *pass, int passlen, + int options, char *pempass); +int dump_certs_pkeys_bags(BIO *out, STACK_OF(PKCS12_SAFEBAG) *bags, + char *pass, int passlen, int options, + char *pempass); +int dump_certs_pkeys_bag(BIO *out, PKCS12_SAFEBAG *bags, char *pass, + int passlen, int options, char *pempass); +int print_attribs(BIO *out, STACK_OF(X509_ATTRIBUTE) *attrlst, + const char *name); void hex_prin(BIO *out, unsigned char *buf, int len); int alg_print(BIO *x, X509_ALGOR *alg); int cert_load(BIO *in, STACK_OF(X509) *sk); @@ -95,9 +99,9 @@ int MAIN(int, char **); int MAIN(int argc, char **argv) { ENGINE *e = NULL; - char *infile=NULL, *outfile=NULL, *keyname = NULL; - char *certfile=NULL; - BIO *in=NULL, *out = NULL; + char *infile = NULL, *outfile = NULL, *keyname = NULL; + char *certfile = NULL; + BIO *in = NULL, *out = NULL; char **args; char *name = NULL; char *csp_name = NULL; @@ -124,861 +128,941 @@ int MAIN(int argc, char **argv) char *inrand = NULL; char *macalg = NULL; char *CApath = NULL, *CAfile = NULL; -#ifndef OPENSSL_NO_ENGINE - char *engine=NULL; -#endif +# ifndef OPENSSL_NO_ENGINE + char *engine = NULL; +# endif apps_startup(); -#ifdef OPENSSL_FIPS +# ifdef OPENSSL_FIPS if (FIPS_mode()) - cert_pbe = NID_pbe_WithSHA1And3_Key_TripleDES_CBC; + cert_pbe = NID_pbe_WithSHA1And3_Key_TripleDES_CBC; else -#endif - cert_pbe = NID_pbe_WithSHA1And40BitRC2_CBC; +# endif + cert_pbe = NID_pbe_WithSHA1And40BitRC2_CBC; enc = EVP_des_ede3_cbc(); - if (bio_err == NULL ) bio_err = BIO_new_fp (stderr, BIO_NOCLOSE); + if (bio_err == NULL) + bio_err = BIO_new_fp(stderr, BIO_NOCLOSE); - if (!load_config(bio_err, NULL)) - goto end; + if (!load_config(bio_err, NULL)) + goto end; args = argv + 1; - while (*args) { - if (*args[0] == '-') { - if (!strcmp (*args, "-nokeys")) options |= NOKEYS; - else if (!strcmp (*args, "-keyex")) keytype = KEY_EX; - else if (!strcmp (*args, "-keysig")) keytype = KEY_SIG; - else if (!strcmp (*args, "-nocerts")) options |= NOCERTS; - else if (!strcmp (*args, "-clcerts")) options |= CLCERTS; - else if (!strcmp (*args, "-cacerts")) options |= CACERTS; - else if (!strcmp (*args, "-noout")) options |= (NOKEYS|NOCERTS); - else if (!strcmp (*args, "-info")) options |= INFO; - else if (!strcmp (*args, "-chain")) chain = 1; - else if (!strcmp (*args, "-twopass")) twopass = 1; - else if (!strcmp (*args, "-nomacver")) macver = 0; - else if (!strcmp (*args, "-descert")) - cert_pbe = NID_pbe_WithSHA1And3_Key_TripleDES_CBC; - else if (!strcmp (*args, "-export")) export_cert = 1; - else if (!strcmp (*args, "-des")) enc=EVP_des_cbc(); - else if (!strcmp (*args, "-des3")) enc = EVP_des_ede3_cbc(); -#ifndef OPENSSL_NO_IDEA - else if (!strcmp (*args, "-idea")) enc=EVP_idea_cbc(); -#endif -#ifndef OPENSSL_NO_SEED - else if (!strcmp(*args, "-seed")) enc=EVP_seed_cbc(); -#endif -#ifndef OPENSSL_NO_AES - else if (!strcmp(*args,"-aes128")) enc=EVP_aes_128_cbc(); - else if (!strcmp(*args,"-aes192")) enc=EVP_aes_192_cbc(); - else if (!strcmp(*args,"-aes256")) enc=EVP_aes_256_cbc(); -#endif -#ifndef OPENSSL_NO_CAMELLIA - else if (!strcmp(*args,"-camellia128")) enc=EVP_camellia_128_cbc(); - else if (!strcmp(*args,"-camellia192")) enc=EVP_camellia_192_cbc(); - else if (!strcmp(*args,"-camellia256")) enc=EVP_camellia_256_cbc(); -#endif - else if (!strcmp (*args, "-noiter")) iter = 1; - else if (!strcmp (*args, "-maciter")) - maciter = PKCS12_DEFAULT_ITER; - else if (!strcmp (*args, "-nomaciter")) - maciter = 1; - else if (!strcmp (*args, "-nomac")) - maciter = -1; - else if (!strcmp (*args, "-macalg")) - if (args[1]) { - args++; - macalg = *args; - } else badarg = 1; - else if (!strcmp (*args, "-nodes")) enc=NULL; - else if (!strcmp (*args, "-certpbe")) { - if (!set_pbe(bio_err, &cert_pbe, *++args)) - badarg = 1; - } else if (!strcmp (*args, "-keypbe")) { - if (!set_pbe(bio_err, &key_pbe, *++args)) - badarg = 1; - } else if (!strcmp (*args, "-rand")) { - if (args[1]) { - args++; - inrand = *args; - } else badarg = 1; - } else if (!strcmp (*args, "-inkey")) { - if (args[1]) { - args++; - keyname = *args; - } else badarg = 1; - } else if (!strcmp (*args, "-certfile")) { - if (args[1]) { - args++; - certfile = *args; - } else badarg = 1; - } else if (!strcmp (*args, "-name")) { - if (args[1]) { - args++; - name = *args; - } else badarg = 1; - } else if (!strcmp (*args, "-LMK")) - add_lmk = 1; - else if (!strcmp (*args, "-CSP")) { - if (args[1]) { - args++; - csp_name = *args; - } else badarg = 1; - } else if (!strcmp (*args, "-caname")) { - if (args[1]) { - args++; - if (!canames) canames = sk_OPENSSL_STRING_new_null(); - sk_OPENSSL_STRING_push(canames, *args); - } else badarg = 1; - } else if (!strcmp (*args, "-in")) { - if (args[1]) { - args++; - infile = *args; - } else badarg = 1; - } else if (!strcmp (*args, "-out")) { - if (args[1]) { - args++; - outfile = *args; - } else badarg = 1; - } else if (!strcmp(*args,"-passin")) { - if (args[1]) { - args++; - passargin = *args; - } else badarg = 1; - } else if (!strcmp(*args,"-passout")) { - if (args[1]) { - args++; - passargout = *args; - } else badarg = 1; - } else if (!strcmp (*args, "-password")) { - if (args[1]) { - args++; - passarg = *args; - noprompt = 1; - } else badarg = 1; - } else if (!strcmp(*args,"-CApath")) { - if (args[1]) { - args++; - CApath = *args; - } else badarg = 1; - } else if (!strcmp(*args,"-CAfile")) { - if (args[1]) { - args++; - CAfile = *args; - } else badarg = 1; -#ifndef OPENSSL_NO_ENGINE - } else if (!strcmp(*args,"-engine")) { - if (args[1]) { - args++; - engine = *args; - } else badarg = 1; -#endif - } else badarg = 1; - - } else badarg = 1; - args++; + if (*args[0] == '-') { + if (!strcmp(*args, "-nokeys")) + options |= NOKEYS; + else if (!strcmp(*args, "-keyex")) + keytype = KEY_EX; + else if (!strcmp(*args, "-keysig")) + keytype = KEY_SIG; + else if (!strcmp(*args, "-nocerts")) + options |= NOCERTS; + else if (!strcmp(*args, "-clcerts")) + options |= CLCERTS; + else if (!strcmp(*args, "-cacerts")) + options |= CACERTS; + else if (!strcmp(*args, "-noout")) + options |= (NOKEYS | NOCERTS); + else if (!strcmp(*args, "-info")) + options |= INFO; + else if (!strcmp(*args, "-chain")) + chain = 1; + else if (!strcmp(*args, "-twopass")) + twopass = 1; + else if (!strcmp(*args, "-nomacver")) + macver = 0; + else if (!strcmp(*args, "-descert")) + cert_pbe = NID_pbe_WithSHA1And3_Key_TripleDES_CBC; + else if (!strcmp(*args, "-export")) + export_cert = 1; + else if (!strcmp(*args, "-des")) + enc = EVP_des_cbc(); + else if (!strcmp(*args, "-des3")) + enc = EVP_des_ede3_cbc(); +# ifndef OPENSSL_NO_IDEA + else if (!strcmp(*args, "-idea")) + enc = EVP_idea_cbc(); +# endif +# ifndef OPENSSL_NO_SEED + else if (!strcmp(*args, "-seed")) + enc = EVP_seed_cbc(); +# endif +# ifndef OPENSSL_NO_AES + else if (!strcmp(*args, "-aes128")) + enc = EVP_aes_128_cbc(); + else if (!strcmp(*args, "-aes192")) + enc = EVP_aes_192_cbc(); + else if (!strcmp(*args, "-aes256")) + enc = EVP_aes_256_cbc(); +# endif +# ifndef OPENSSL_NO_CAMELLIA + else if (!strcmp(*args, "-camellia128")) + enc = EVP_camellia_128_cbc(); + else if (!strcmp(*args, "-camellia192")) + enc = EVP_camellia_192_cbc(); + else if (!strcmp(*args, "-camellia256")) + enc = EVP_camellia_256_cbc(); +# endif + else if (!strcmp(*args, "-noiter")) + iter = 1; + else if (!strcmp(*args, "-maciter")) + maciter = PKCS12_DEFAULT_ITER; + else if (!strcmp(*args, "-nomaciter")) + maciter = 1; + else if (!strcmp(*args, "-nomac")) + maciter = -1; + else if (!strcmp(*args, "-macalg")) + if (args[1]) { + args++; + macalg = *args; + } else + badarg = 1; + else if (!strcmp(*args, "-nodes")) + enc = NULL; + else if (!strcmp(*args, "-certpbe")) { + if (!set_pbe(bio_err, &cert_pbe, *++args)) + badarg = 1; + } else if (!strcmp(*args, "-keypbe")) { + if (!set_pbe(bio_err, &key_pbe, *++args)) + badarg = 1; + } else if (!strcmp(*args, "-rand")) { + if (args[1]) { + args++; + inrand = *args; + } else + badarg = 1; + } else if (!strcmp(*args, "-inkey")) { + if (args[1]) { + args++; + keyname = *args; + } else + badarg = 1; + } else if (!strcmp(*args, "-certfile")) { + if (args[1]) { + args++; + certfile = *args; + } else + badarg = 1; + } else if (!strcmp(*args, "-name")) { + if (args[1]) { + args++; + name = *args; + } else + badarg = 1; + } else if (!strcmp(*args, "-LMK")) + add_lmk = 1; + else if (!strcmp(*args, "-CSP")) { + if (args[1]) { + args++; + csp_name = *args; + } else + badarg = 1; + } else if (!strcmp(*args, "-caname")) { + if (args[1]) { + args++; + if (!canames) + canames = sk_OPENSSL_STRING_new_null(); + sk_OPENSSL_STRING_push(canames, *args); + } else + badarg = 1; + } else if (!strcmp(*args, "-in")) { + if (args[1]) { + args++; + infile = *args; + } else + badarg = 1; + } else if (!strcmp(*args, "-out")) { + if (args[1]) { + args++; + outfile = *args; + } else + badarg = 1; + } else if (!strcmp(*args, "-passin")) { + if (args[1]) { + args++; + passargin = *args; + } else + badarg = 1; + } else if (!strcmp(*args, "-passout")) { + if (args[1]) { + args++; + passargout = *args; + } else + badarg = 1; + } else if (!strcmp(*args, "-password")) { + if (args[1]) { + args++; + passarg = *args; + noprompt = 1; + } else + badarg = 1; + } else if (!strcmp(*args, "-CApath")) { + if (args[1]) { + args++; + CApath = *args; + } else + badarg = 1; + } else if (!strcmp(*args, "-CAfile")) { + if (args[1]) { + args++; + CAfile = *args; + } else + badarg = 1; +# ifndef OPENSSL_NO_ENGINE + } else if (!strcmp(*args, "-engine")) { + if (args[1]) { + args++; + engine = *args; + } else + badarg = 1; +# endif + } else + badarg = 1; + + } else + badarg = 1; + args++; } if (badarg) { - BIO_printf (bio_err, "Usage: pkcs12 [options]\n"); - BIO_printf (bio_err, "where options are\n"); - BIO_printf (bio_err, "-export output PKCS12 file\n"); - BIO_printf (bio_err, "-chain add certificate chain\n"); - BIO_printf (bio_err, "-inkey file private key if not infile\n"); - BIO_printf (bio_err, "-certfile f add all certs in f\n"); - BIO_printf (bio_err, "-CApath arg - PEM format directory of CA's\n"); - BIO_printf (bio_err, "-CAfile arg - PEM format file of CA's\n"); - BIO_printf (bio_err, "-name \"name\" use name as friendly name\n"); - BIO_printf (bio_err, "-caname \"nm\" use nm as CA friendly name (can be used more than once).\n"); - BIO_printf (bio_err, "-in infile input filename\n"); - BIO_printf (bio_err, "-out outfile output filename\n"); - BIO_printf (bio_err, "-noout don't output anything, just verify.\n"); - BIO_printf (bio_err, "-nomacver don't verify MAC.\n"); - BIO_printf (bio_err, "-nocerts don't output certificates.\n"); - BIO_printf (bio_err, "-clcerts only output client certificates.\n"); - BIO_printf (bio_err, "-cacerts only output CA certificates.\n"); - BIO_printf (bio_err, "-nokeys don't output private keys.\n"); - BIO_printf (bio_err, "-info give info about PKCS#12 structure.\n"); - BIO_printf (bio_err, "-des encrypt private keys with DES\n"); - BIO_printf (bio_err, "-des3 encrypt private keys with triple DES (default)\n"); -#ifndef OPENSSL_NO_IDEA - BIO_printf (bio_err, "-idea encrypt private keys with idea\n"); -#endif -#ifndef OPENSSL_NO_SEED - BIO_printf (bio_err, "-seed encrypt private keys with seed\n"); -#endif -#ifndef OPENSSL_NO_AES - BIO_printf (bio_err, "-aes128, -aes192, -aes256\n"); - BIO_printf (bio_err, " encrypt PEM output with cbc aes\n"); -#endif -#ifndef OPENSSL_NO_CAMELLIA - BIO_printf (bio_err, "-camellia128, -camellia192, -camellia256\n"); - BIO_printf (bio_err, " encrypt PEM output with cbc camellia\n"); -#endif - BIO_printf (bio_err, "-nodes don't encrypt private keys\n"); - BIO_printf (bio_err, "-noiter don't use encryption iteration\n"); - BIO_printf (bio_err, "-nomaciter don't use MAC iteration\n"); - BIO_printf (bio_err, "-maciter use MAC iteration\n"); - BIO_printf (bio_err, "-nomac don't generate MAC\n"); - BIO_printf (bio_err, "-twopass separate MAC, encryption passwords\n"); - BIO_printf (bio_err, "-descert encrypt PKCS#12 certificates with triple DES (default RC2-40)\n"); - BIO_printf (bio_err, "-certpbe alg specify certificate PBE algorithm (default RC2-40)\n"); - BIO_printf (bio_err, "-keypbe alg specify private key PBE algorithm (default 3DES)\n"); - BIO_printf (bio_err, "-macalg alg digest algorithm used in MAC (default SHA1)\n"); - BIO_printf (bio_err, "-keyex set MS key exchange type\n"); - BIO_printf (bio_err, "-keysig set MS key signature type\n"); - BIO_printf (bio_err, "-password p set import/export password source\n"); - BIO_printf (bio_err, "-passin p input file pass phrase source\n"); - BIO_printf (bio_err, "-passout p output file pass phrase source\n"); -#ifndef OPENSSL_NO_ENGINE - BIO_printf (bio_err, "-engine e use engine e, possibly a hardware device.\n"); -#endif - BIO_printf(bio_err, "-rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR); - BIO_printf(bio_err, " load the file (or the files in the directory) into\n"); - BIO_printf(bio_err, " the random number generator\n"); - BIO_printf(bio_err, "-CSP name Microsoft CSP name\n"); - BIO_printf(bio_err, "-LMK Add local machine keyset attribute to private key\n"); - goto end; + BIO_printf(bio_err, "Usage: pkcs12 [options]\n"); + BIO_printf(bio_err, "where options are\n"); + BIO_printf(bio_err, "-export output PKCS12 file\n"); + BIO_printf(bio_err, "-chain add certificate chain\n"); + BIO_printf(bio_err, "-inkey file private key if not infile\n"); + BIO_printf(bio_err, "-certfile f add all certs in f\n"); + BIO_printf(bio_err, "-CApath arg - PEM format directory of CA's\n"); + BIO_printf(bio_err, "-CAfile arg - PEM format file of CA's\n"); + BIO_printf(bio_err, "-name \"name\" use name as friendly name\n"); + BIO_printf(bio_err, + "-caname \"nm\" use nm as CA friendly name (can be used more than once).\n"); + BIO_printf(bio_err, "-in infile input filename\n"); + BIO_printf(bio_err, "-out outfile output filename\n"); + BIO_printf(bio_err, + "-noout don't output anything, just verify.\n"); + BIO_printf(bio_err, "-nomacver don't verify MAC.\n"); + BIO_printf(bio_err, "-nocerts don't output certificates.\n"); + BIO_printf(bio_err, + "-clcerts only output client certificates.\n"); + BIO_printf(bio_err, "-cacerts only output CA certificates.\n"); + BIO_printf(bio_err, "-nokeys don't output private keys.\n"); + BIO_printf(bio_err, + "-info give info about PKCS#12 structure.\n"); + BIO_printf(bio_err, "-des encrypt private keys with DES\n"); + BIO_printf(bio_err, + "-des3 encrypt private keys with triple DES (default)\n"); +# ifndef OPENSSL_NO_IDEA + BIO_printf(bio_err, "-idea encrypt private keys with idea\n"); +# endif +# ifndef OPENSSL_NO_SEED + BIO_printf(bio_err, "-seed encrypt private keys with seed\n"); +# endif +# ifndef OPENSSL_NO_AES + BIO_printf(bio_err, "-aes128, -aes192, -aes256\n"); + BIO_printf(bio_err, + " encrypt PEM output with cbc aes\n"); +# endif +# ifndef OPENSSL_NO_CAMELLIA + BIO_printf(bio_err, "-camellia128, -camellia192, -camellia256\n"); + BIO_printf(bio_err, + " encrypt PEM output with cbc camellia\n"); +# endif + BIO_printf(bio_err, "-nodes don't encrypt private keys\n"); + BIO_printf(bio_err, "-noiter don't use encryption iteration\n"); + BIO_printf(bio_err, "-nomaciter don't use MAC iteration\n"); + BIO_printf(bio_err, "-maciter use MAC iteration\n"); + BIO_printf(bio_err, "-nomac don't generate MAC\n"); + BIO_printf(bio_err, + "-twopass separate MAC, encryption passwords\n"); + BIO_printf(bio_err, + "-descert encrypt PKCS#12 certificates with triple DES (default RC2-40)\n"); + BIO_printf(bio_err, + "-certpbe alg specify certificate PBE algorithm (default RC2-40)\n"); + BIO_printf(bio_err, + "-keypbe alg specify private key PBE algorithm (default 3DES)\n"); + BIO_printf(bio_err, + "-macalg alg digest algorithm used in MAC (default SHA1)\n"); + BIO_printf(bio_err, "-keyex set MS key exchange type\n"); + BIO_printf(bio_err, "-keysig set MS key signature type\n"); + BIO_printf(bio_err, + "-password p set import/export password source\n"); + BIO_printf(bio_err, "-passin p input file pass phrase source\n"); + BIO_printf(bio_err, "-passout p output file pass phrase source\n"); +# ifndef OPENSSL_NO_ENGINE + BIO_printf(bio_err, + "-engine e use engine e, possibly a hardware device.\n"); +# endif + BIO_printf(bio_err, "-rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, + LIST_SEPARATOR_CHAR); + BIO_printf(bio_err, + " load the file (or the files in the directory) into\n"); + BIO_printf(bio_err, " the random number generator\n"); + BIO_printf(bio_err, "-CSP name Microsoft CSP name\n"); + BIO_printf(bio_err, + "-LMK Add local machine keyset attribute to private key\n"); + goto end; } - -#ifndef OPENSSL_NO_ENGINE +# ifndef OPENSSL_NO_ENGINE e = setup_engine(bio_err, engine, 0); -#endif +# endif - if(passarg) { - if(export_cert) passargout = passarg; - else passargin = passarg; + if (passarg) { + if (export_cert) + passargout = passarg; + else + passargin = passarg; } - if(!app_passwd(bio_err, passargin, passargout, &passin, &passout)) { - BIO_printf(bio_err, "Error getting passwords\n"); - goto end; + if (!app_passwd(bio_err, passargin, passargout, &passin, &passout)) { + BIO_printf(bio_err, "Error getting passwords\n"); + goto end; } - if(!cpass) { - if(export_cert) cpass = passout; - else cpass = passin; + if (!cpass) { + if (export_cert) + cpass = passout; + else + cpass = passin; } - if(cpass) { - mpass = cpass; - noprompt = 1; + if (cpass) { + mpass = cpass; + noprompt = 1; } else { - cpass = pass; - mpass = macpass; + cpass = pass; + mpass = macpass; } - if(export_cert || inrand) { - app_RAND_load_file(NULL, bio_err, (inrand != NULL)); + if (export_cert || inrand) { + app_RAND_load_file(NULL, bio_err, (inrand != NULL)); if (inrand != NULL) - BIO_printf(bio_err,"%ld semi-random bytes loaded\n", - app_RAND_load_files(inrand)); + BIO_printf(bio_err, "%ld semi-random bytes loaded\n", + app_RAND_load_files(inrand)); } ERR_load_crypto_strings(); -#ifdef CRYPTO_MDEBUG +# ifdef CRYPTO_MDEBUG CRYPTO_push_info("read files"); -#endif +# endif - if (!infile) in = BIO_new_fp(stdin, BIO_NOCLOSE); - else in = BIO_new_file(infile, "rb"); + if (!infile) + in = BIO_new_fp(stdin, BIO_NOCLOSE); + else + in = BIO_new_file(infile, "rb"); if (!in) { - BIO_printf(bio_err, "Error opening input file %s\n", - infile ? infile : ""); - perror (infile); - goto end; - } - -#ifdef CRYPTO_MDEBUG + BIO_printf(bio_err, "Error opening input file %s\n", + infile ? infile : ""); + perror(infile); + goto end; + } +# ifdef CRYPTO_MDEBUG CRYPTO_pop_info(); CRYPTO_push_info("write files"); -#endif +# endif if (!outfile) { - out = BIO_new_fp(stdout, BIO_NOCLOSE); -#ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - out = BIO_push(tmpbio, out); - } -#endif - } else out = BIO_new_file(outfile, "wb"); + out = BIO_new_fp(stdout, BIO_NOCLOSE); +# ifdef OPENSSL_SYS_VMS + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + out = BIO_push(tmpbio, out); + } +# endif + } else + out = BIO_new_file(outfile, "wb"); if (!out) { - BIO_printf(bio_err, "Error opening output file %s\n", - outfile ? outfile : ""); - perror (outfile); - goto end; + BIO_printf(bio_err, "Error opening output file %s\n", + outfile ? outfile : ""); + perror(outfile); + goto end; } if (twopass) { -#ifdef CRYPTO_MDEBUG - CRYPTO_push_info("read MAC password"); -#endif - if(EVP_read_pw_string (macpass, sizeof macpass, "Enter MAC Password:", export_cert)) - { - BIO_printf (bio_err, "Can't read Password\n"); - goto end; - } -#ifdef CRYPTO_MDEBUG - CRYPTO_pop_info(); -#endif +# ifdef CRYPTO_MDEBUG + CRYPTO_push_info("read MAC password"); +# endif + if (EVP_read_pw_string + (macpass, sizeof macpass, "Enter MAC Password:", export_cert)) { + BIO_printf(bio_err, "Can't read Password\n"); + goto end; + } +# ifdef CRYPTO_MDEBUG + CRYPTO_pop_info(); +# endif } if (export_cert) { - EVP_PKEY *key = NULL; - X509 *ucert = NULL, *x = NULL; - STACK_OF(X509) *certs=NULL; - const EVP_MD *macmd = NULL; - unsigned char *catmp = NULL; - int i; - - if ((options & (NOCERTS|NOKEYS)) == (NOCERTS|NOKEYS)) - { - BIO_printf(bio_err, "Nothing to do!\n"); - goto export_end; - } - - if (options & NOCERTS) - chain = 0; - -#ifdef CRYPTO_MDEBUG - CRYPTO_push_info("process -export_cert"); - CRYPTO_push_info("reading private key"); -#endif - if (!(options & NOKEYS)) - { - key = load_key(bio_err, keyname ? keyname : infile, - FORMAT_PEM, 1, passin, e, "private key"); - if (!key) - goto export_end; - } - -#ifdef CRYPTO_MDEBUG - CRYPTO_pop_info(); - CRYPTO_push_info("reading certs from input"); -#endif - - /* Load in all certs in input file */ - if(!(options & NOCERTS)) - { - certs = load_certs(bio_err, infile, FORMAT_PEM, NULL, e, - "certificates"); - if (!certs) - goto export_end; - - if (key) - { - /* Look for matching private key */ - for(i = 0; i < sk_X509_num(certs); i++) - { - x = sk_X509_value(certs, i); - if(X509_check_private_key(x, key)) - { - ucert = x; - /* Zero keyid and alias */ - X509_keyid_set1(ucert, NULL, 0); - X509_alias_set1(ucert, NULL, 0); - /* Remove from list */ - (void)sk_X509_delete(certs, i); - break; - } - } - if (!ucert) - { - BIO_printf(bio_err, "No certificate matches private key\n"); - goto export_end; - } - } - - } - -#ifdef CRYPTO_MDEBUG - CRYPTO_pop_info(); - CRYPTO_push_info("reading certs from input 2"); -#endif - - /* Add any more certificates asked for */ - if(certfile) - { - STACK_OF(X509) *morecerts=NULL; - if(!(morecerts = load_certs(bio_err, certfile, FORMAT_PEM, - NULL, e, - "certificates from certfile"))) - goto export_end; - while(sk_X509_num(morecerts) > 0) - sk_X509_push(certs, sk_X509_shift(morecerts)); - sk_X509_free(morecerts); - } - -#ifdef CRYPTO_MDEBUG - CRYPTO_pop_info(); - CRYPTO_push_info("reading certs from certfile"); -#endif - -#ifdef CRYPTO_MDEBUG - CRYPTO_pop_info(); - CRYPTO_push_info("building chain"); -#endif - - /* If chaining get chain from user cert */ - if (chain) { - int vret; - STACK_OF(X509) *chain2; - X509_STORE *store = X509_STORE_new(); - if (!store) - { - BIO_printf (bio_err, "Memory allocation error\n"); - goto export_end; - } - if (!X509_STORE_load_locations(store, CAfile, CApath)) - X509_STORE_set_default_paths (store); - - vret = get_cert_chain (ucert, store, &chain2); - X509_STORE_free(store); - - if (!vret) { - /* Exclude verified certificate */ - for (i = 1; i < sk_X509_num (chain2) ; i++) - sk_X509_push(certs, sk_X509_value (chain2, i)); - /* Free first certificate */ - X509_free(sk_X509_value(chain2, 0)); - sk_X509_free(chain2); - } else { - if (vret >= 0) - BIO_printf (bio_err, "Error %s getting chain.\n", - X509_verify_cert_error_string(vret)); - else - ERR_print_errors(bio_err); - goto export_end; - } - } - - /* Add any CA names */ - - for (i = 0; i < sk_OPENSSL_STRING_num(canames); i++) - { - catmp = (unsigned char *)sk_OPENSSL_STRING_value(canames, i); - X509_alias_set1(sk_X509_value(certs, i), catmp, -1); - } - - if (csp_name && key) - EVP_PKEY_add1_attr_by_NID(key, NID_ms_csp_name, - MBSTRING_ASC, (unsigned char *)csp_name, -1); - - if (add_lmk && key) - EVP_PKEY_add1_attr_by_NID(key, NID_LocalKeySet, 0, NULL, -1); - -#ifdef CRYPTO_MDEBUG - CRYPTO_pop_info(); - CRYPTO_push_info("reading password"); -#endif - - if(!noprompt && - EVP_read_pw_string(pass, sizeof pass, "Enter Export Password:", 1)) - { - BIO_printf (bio_err, "Can't read Password\n"); - goto export_end; - } - if (!twopass) BUF_strlcpy(macpass, pass, sizeof macpass); - -#ifdef CRYPTO_MDEBUG - CRYPTO_pop_info(); - CRYPTO_push_info("creating PKCS#12 structure"); -#endif - - p12 = PKCS12_create(cpass, name, key, ucert, certs, - key_pbe, cert_pbe, iter, -1, keytype); - - if (!p12) - { - ERR_print_errors (bio_err); - goto export_end; - } - - if (macalg) - { - macmd = EVP_get_digestbyname(macalg); - if (!macmd) - { - BIO_printf(bio_err, "Unknown digest algorithm %s\n", - macalg); - } - } - - if (maciter != -1) - PKCS12_set_mac(p12, mpass, -1, NULL, 0, maciter, macmd); - -#ifdef CRYPTO_MDEBUG - CRYPTO_pop_info(); - CRYPTO_push_info("writing pkcs12"); -#endif + EVP_PKEY *key = NULL; + X509 *ucert = NULL, *x = NULL; + STACK_OF(X509) *certs = NULL; + const EVP_MD *macmd = NULL; + unsigned char *catmp = NULL; + int i; + + if ((options & (NOCERTS | NOKEYS)) == (NOCERTS | NOKEYS)) { + BIO_printf(bio_err, "Nothing to do!\n"); + goto export_end; + } + + if (options & NOCERTS) + chain = 0; + +# ifdef CRYPTO_MDEBUG + CRYPTO_push_info("process -export_cert"); + CRYPTO_push_info("reading private key"); +# endif + if (!(options & NOKEYS)) { + key = load_key(bio_err, keyname ? keyname : infile, + FORMAT_PEM, 1, passin, e, "private key"); + if (!key) + goto export_end; + } +# ifdef CRYPTO_MDEBUG + CRYPTO_pop_info(); + CRYPTO_push_info("reading certs from input"); +# endif + + /* Load in all certs in input file */ + if (!(options & NOCERTS)) { + certs = load_certs(bio_err, infile, FORMAT_PEM, NULL, e, + "certificates"); + if (!certs) + goto export_end; + + if (key) { + /* Look for matching private key */ + for (i = 0; i < sk_X509_num(certs); i++) { + x = sk_X509_value(certs, i); + if (X509_check_private_key(x, key)) { + ucert = x; + /* Zero keyid and alias */ + X509_keyid_set1(ucert, NULL, 0); + X509_alias_set1(ucert, NULL, 0); + /* Remove from list */ + (void)sk_X509_delete(certs, i); + break; + } + } + if (!ucert) { + BIO_printf(bio_err, + "No certificate matches private key\n"); + goto export_end; + } + } + + } +# ifdef CRYPTO_MDEBUG + CRYPTO_pop_info(); + CRYPTO_push_info("reading certs from input 2"); +# endif + + /* Add any more certificates asked for */ + if (certfile) { + STACK_OF(X509) *morecerts = NULL; + if (!(morecerts = load_certs(bio_err, certfile, FORMAT_PEM, + NULL, e, + "certificates from certfile"))) + goto export_end; + while (sk_X509_num(morecerts) > 0) + sk_X509_push(certs, sk_X509_shift(morecerts)); + sk_X509_free(morecerts); + } +# ifdef CRYPTO_MDEBUG + CRYPTO_pop_info(); + CRYPTO_push_info("reading certs from certfile"); +# endif + +# ifdef CRYPTO_MDEBUG + CRYPTO_pop_info(); + CRYPTO_push_info("building chain"); +# endif + + /* If chaining get chain from user cert */ + if (chain) { + int vret; + STACK_OF(X509) *chain2; + X509_STORE *store = X509_STORE_new(); + if (!store) { + BIO_printf(bio_err, "Memory allocation error\n"); + goto export_end; + } + if (!X509_STORE_load_locations(store, CAfile, CApath)) + X509_STORE_set_default_paths(store); + + vret = get_cert_chain(ucert, store, &chain2); + X509_STORE_free(store); + + if (!vret) { + /* Exclude verified certificate */ + for (i = 1; i < sk_X509_num(chain2); i++) + sk_X509_push(certs, sk_X509_value(chain2, i)); + /* Free first certificate */ + X509_free(sk_X509_value(chain2, 0)); + sk_X509_free(chain2); + } else { + if (vret >= 0) + BIO_printf(bio_err, "Error %s getting chain.\n", + X509_verify_cert_error_string(vret)); + else + ERR_print_errors(bio_err); + goto export_end; + } + } + + /* Add any CA names */ + + for (i = 0; i < sk_OPENSSL_STRING_num(canames); i++) { + catmp = (unsigned char *)sk_OPENSSL_STRING_value(canames, i); + X509_alias_set1(sk_X509_value(certs, i), catmp, -1); + } + + if (csp_name && key) + EVP_PKEY_add1_attr_by_NID(key, NID_ms_csp_name, + MBSTRING_ASC, (unsigned char *)csp_name, + -1); + + if (add_lmk && key) + EVP_PKEY_add1_attr_by_NID(key, NID_LocalKeySet, 0, NULL, -1); + +# ifdef CRYPTO_MDEBUG + CRYPTO_pop_info(); + CRYPTO_push_info("reading password"); +# endif + + if (!noprompt && + EVP_read_pw_string(pass, sizeof pass, "Enter Export Password:", + 1)) { + BIO_printf(bio_err, "Can't read Password\n"); + goto export_end; + } + if (!twopass) + BUF_strlcpy(macpass, pass, sizeof macpass); + +# ifdef CRYPTO_MDEBUG + CRYPTO_pop_info(); + CRYPTO_push_info("creating PKCS#12 structure"); +# endif + + p12 = PKCS12_create(cpass, name, key, ucert, certs, + key_pbe, cert_pbe, iter, -1, keytype); + + if (!p12) { + ERR_print_errors(bio_err); + goto export_end; + } + + if (macalg) { + macmd = EVP_get_digestbyname(macalg); + if (!macmd) { + BIO_printf(bio_err, "Unknown digest algorithm %s\n", macalg); + } + } + + if (maciter != -1) + PKCS12_set_mac(p12, mpass, -1, NULL, 0, maciter, macmd); + +# ifdef CRYPTO_MDEBUG + CRYPTO_pop_info(); + CRYPTO_push_info("writing pkcs12"); +# endif + + i2d_PKCS12_bio(out, p12); + + ret = 0; + + export_end: +# ifdef CRYPTO_MDEBUG + CRYPTO_pop_info(); + CRYPTO_pop_info(); + CRYPTO_push_info("process -export_cert: freeing"); +# endif + + if (key) + EVP_PKEY_free(key); + if (certs) + sk_X509_pop_free(certs, X509_free); + if (ucert) + X509_free(ucert); + +# ifdef CRYPTO_MDEBUG + CRYPTO_pop_info(); +# endif + goto end; - i2d_PKCS12_bio(out, p12); - - ret = 0; - - export_end: -#ifdef CRYPTO_MDEBUG - CRYPTO_pop_info(); - CRYPTO_pop_info(); - CRYPTO_push_info("process -export_cert: freeing"); -#endif - - if (key) EVP_PKEY_free(key); - if (certs) sk_X509_pop_free(certs, X509_free); - if (ucert) X509_free(ucert); - -#ifdef CRYPTO_MDEBUG - CRYPTO_pop_info(); -#endif - goto end; - } - if (!(p12 = d2i_PKCS12_bio (in, NULL))) { - ERR_print_errors(bio_err); - goto end; + if (!(p12 = d2i_PKCS12_bio(in, NULL))) { + ERR_print_errors(bio_err); + goto end; } - -#ifdef CRYPTO_MDEBUG +# ifdef CRYPTO_MDEBUG CRYPTO_push_info("read import password"); -#endif - if(!noprompt && EVP_read_pw_string(pass, sizeof pass, "Enter Import Password:", 0)) { - BIO_printf (bio_err, "Can't read Password\n"); - goto end; +# endif + if (!noprompt + && EVP_read_pw_string(pass, sizeof pass, "Enter Import Password:", + 0)) { + BIO_printf(bio_err, "Can't read Password\n"); + goto end; } -#ifdef CRYPTO_MDEBUG - CRYPTO_pop_info(); -#endif - - if (!twopass) BUF_strlcpy(macpass, pass, sizeof macpass); - - if ((options & INFO) && p12->mac) BIO_printf (bio_err, "MAC Iteration %ld\n", p12->mac->iter ? ASN1_INTEGER_get (p12->mac->iter) : 1); - if(macver) { -#ifdef CRYPTO_MDEBUG - CRYPTO_push_info("verify MAC"); -#endif - /* If we enter empty password try no password first */ - if(!mpass[0] && PKCS12_verify_mac(p12, NULL, 0)) { - /* If mac and crypto pass the same set it to NULL too */ - if(!twopass) cpass = NULL; - } else if (!PKCS12_verify_mac(p12, mpass, -1)) { - BIO_printf (bio_err, "Mac verify error: invalid password?\n"); - ERR_print_errors (bio_err); - goto end; - } - BIO_printf (bio_err, "MAC verified OK\n"); -#ifdef CRYPTO_MDEBUG +# ifdef CRYPTO_MDEBUG CRYPTO_pop_info(); -#endif +# endif + + if (!twopass) + BUF_strlcpy(macpass, pass, sizeof macpass); + + if ((options & INFO) && p12->mac) + BIO_printf(bio_err, "MAC Iteration %ld\n", + p12->mac->iter ? ASN1_INTEGER_get(p12->mac->iter) : 1); + if (macver) { +# ifdef CRYPTO_MDEBUG + CRYPTO_push_info("verify MAC"); +# endif + /* If we enter empty password try no password first */ + if (!mpass[0] && PKCS12_verify_mac(p12, NULL, 0)) { + /* If mac and crypto pass the same set it to NULL too */ + if (!twopass) + cpass = NULL; + } else if (!PKCS12_verify_mac(p12, mpass, -1)) { + BIO_printf(bio_err, "Mac verify error: invalid password?\n"); + ERR_print_errors(bio_err); + goto end; + } + BIO_printf(bio_err, "MAC verified OK\n"); +# ifdef CRYPTO_MDEBUG + CRYPTO_pop_info(); +# endif } - -#ifdef CRYPTO_MDEBUG +# ifdef CRYPTO_MDEBUG CRYPTO_push_info("output keys and certificates"); -#endif - if (!dump_certs_keys_p12 (out, p12, cpass, -1, options, passout)) { - BIO_printf(bio_err, "Error outputting keys and certificates\n"); - ERR_print_errors (bio_err); - goto end; +# endif + if (!dump_certs_keys_p12(out, p12, cpass, -1, options, passout)) { + BIO_printf(bio_err, "Error outputting keys and certificates\n"); + ERR_print_errors(bio_err); + goto end; } -#ifdef CRYPTO_MDEBUG +# ifdef CRYPTO_MDEBUG CRYPTO_pop_info(); -#endif +# endif ret = 0; end: - if (p12) PKCS12_free(p12); - if(export_cert || inrand) app_RAND_write_file(NULL, bio_err); -#ifdef CRYPTO_MDEBUG + if (p12) + PKCS12_free(p12); + if (export_cert || inrand) + app_RAND_write_file(NULL, bio_err); +# ifdef CRYPTO_MDEBUG CRYPTO_remove_all_info(); -#endif +# endif BIO_free(in); BIO_free_all(out); - if (canames) sk_OPENSSL_STRING_free(canames); - if(passin) OPENSSL_free(passin); - if(passout) OPENSSL_free(passout); + if (canames) + sk_OPENSSL_STRING_free(canames); + if (passin) + OPENSSL_free(passin); + if (passout) + OPENSSL_free(passout); apps_shutdown(); OPENSSL_EXIT(ret); } -int dump_certs_keys_p12 (BIO *out, PKCS12 *p12, char *pass, - int passlen, int options, char *pempass) +int dump_certs_keys_p12(BIO *out, PKCS12 *p12, char *pass, + int passlen, int options, char *pempass) { - STACK_OF(PKCS7) *asafes = NULL; - STACK_OF(PKCS12_SAFEBAG) *bags; - int i, bagnid; - int ret = 0; - PKCS7 *p7; - - if (!( asafes = PKCS12_unpack_authsafes(p12))) return 0; - for (i = 0; i < sk_PKCS7_num (asafes); i++) { - p7 = sk_PKCS7_value (asafes, i); - bagnid = OBJ_obj2nid (p7->type); - if (bagnid == NID_pkcs7_data) { - bags = PKCS12_unpack_p7data(p7); - if (options & INFO) BIO_printf (bio_err, "PKCS7 Data\n"); - } else if (bagnid == NID_pkcs7_encrypted) { - if (options & INFO) { - BIO_printf(bio_err, "PKCS7 Encrypted data: "); - alg_print(bio_err, - p7->d.encrypted->enc_data->algorithm); - } - bags = PKCS12_unpack_p7encdata(p7, pass, passlen); - } else continue; - if (!bags) goto err; - if (!dump_certs_pkeys_bags (out, bags, pass, passlen, - options, pempass)) { - sk_PKCS12_SAFEBAG_pop_free (bags, PKCS12_SAFEBAG_free); - goto err; - } - sk_PKCS12_SAFEBAG_pop_free (bags, PKCS12_SAFEBAG_free); - bags = NULL; - } - ret = 1; - - err: - - if (asafes) - sk_PKCS7_pop_free (asafes, PKCS7_free); - return ret; + STACK_OF(PKCS7) *asafes = NULL; + STACK_OF(PKCS12_SAFEBAG) *bags; + int i, bagnid; + int ret = 0; + PKCS7 *p7; + + if (!(asafes = PKCS12_unpack_authsafes(p12))) + return 0; + for (i = 0; i < sk_PKCS7_num(asafes); i++) { + p7 = sk_PKCS7_value(asafes, i); + bagnid = OBJ_obj2nid(p7->type); + if (bagnid == NID_pkcs7_data) { + bags = PKCS12_unpack_p7data(p7); + if (options & INFO) + BIO_printf(bio_err, "PKCS7 Data\n"); + } else if (bagnid == NID_pkcs7_encrypted) { + if (options & INFO) { + BIO_printf(bio_err, "PKCS7 Encrypted data: "); + alg_print(bio_err, p7->d.encrypted->enc_data->algorithm); + } + bags = PKCS12_unpack_p7encdata(p7, pass, passlen); + } else + continue; + if (!bags) + goto err; + if (!dump_certs_pkeys_bags(out, bags, pass, passlen, + options, pempass)) { + sk_PKCS12_SAFEBAG_pop_free(bags, PKCS12_SAFEBAG_free); + goto err; + } + sk_PKCS12_SAFEBAG_pop_free(bags, PKCS12_SAFEBAG_free); + bags = NULL; + } + ret = 1; + + err: + + if (asafes) + sk_PKCS7_pop_free(asafes, PKCS7_free); + return ret; } -int dump_certs_pkeys_bags (BIO *out, STACK_OF(PKCS12_SAFEBAG) *bags, - char *pass, int passlen, int options, char *pempass) +int dump_certs_pkeys_bags(BIO *out, STACK_OF(PKCS12_SAFEBAG) *bags, + char *pass, int passlen, int options, char *pempass) { - int i; - for (i = 0; i < sk_PKCS12_SAFEBAG_num (bags); i++) { - if (!dump_certs_pkeys_bag (out, - sk_PKCS12_SAFEBAG_value (bags, i), - pass, passlen, - options, pempass)) - return 0; - } - return 1; + int i; + for (i = 0; i < sk_PKCS12_SAFEBAG_num(bags); i++) { + if (!dump_certs_pkeys_bag(out, + sk_PKCS12_SAFEBAG_value(bags, i), + pass, passlen, options, pempass)) + return 0; + } + return 1; } -int dump_certs_pkeys_bag (BIO *out, PKCS12_SAFEBAG *bag, char *pass, - int passlen, int options, char *pempass) +int dump_certs_pkeys_bag(BIO *out, PKCS12_SAFEBAG *bag, char *pass, + int passlen, int options, char *pempass) { - EVP_PKEY *pkey; - PKCS8_PRIV_KEY_INFO *p8; - X509 *x509; - - switch (M_PKCS12_bag_type(bag)) - { - case NID_keyBag: - if (options & INFO) BIO_printf (bio_err, "Key bag\n"); - if (options & NOKEYS) return 1; - print_attribs (out, bag->attrib, "Bag Attributes"); - p8 = bag->value.keybag; - if (!(pkey = EVP_PKCS82PKEY (p8))) return 0; - print_attribs (out, p8->attributes, "Key Attributes"); - PEM_write_bio_PrivateKey (out, pkey, enc, NULL, 0, NULL, pempass); - EVP_PKEY_free(pkey); - break; - - case NID_pkcs8ShroudedKeyBag: - if (options & INFO) { - BIO_printf (bio_err, "Shrouded Keybag: "); - alg_print (bio_err, bag->value.shkeybag->algor); - } - if (options & NOKEYS) return 1; - print_attribs (out, bag->attrib, "Bag Attributes"); - if (!(p8 = PKCS12_decrypt_skey(bag, pass, passlen))) - return 0; - if (!(pkey = EVP_PKCS82PKEY (p8))) { - PKCS8_PRIV_KEY_INFO_free(p8); - return 0; - } - print_attribs (out, p8->attributes, "Key Attributes"); - PKCS8_PRIV_KEY_INFO_free(p8); - PEM_write_bio_PrivateKey (out, pkey, enc, NULL, 0, NULL, pempass); - EVP_PKEY_free(pkey); - break; - - case NID_certBag: - if (options & INFO) BIO_printf (bio_err, "Certificate bag\n"); - if (options & NOCERTS) return 1; - if (PKCS12_get_attr(bag, NID_localKeyID)) { - if (options & CACERTS) return 1; - } else if (options & CLCERTS) return 1; - print_attribs (out, bag->attrib, "Bag Attributes"); - if (M_PKCS12_cert_bag_type(bag) != NID_x509Certificate ) - return 1; - if (!(x509 = PKCS12_certbag2x509(bag))) return 0; - dump_cert_text (out, x509); - PEM_write_bio_X509 (out, x509); - X509_free(x509); - break; - - case NID_safeContentsBag: - if (options & INFO) BIO_printf (bio_err, "Safe Contents bag\n"); - print_attribs (out, bag->attrib, "Bag Attributes"); - return dump_certs_pkeys_bags (out, bag->value.safes, pass, - passlen, options, pempass); - - default: - BIO_printf (bio_err, "Warning unsupported bag type: "); - i2a_ASN1_OBJECT (bio_err, bag->type); - BIO_printf (bio_err, "\n"); - return 1; - break; - } - return 1; + EVP_PKEY *pkey; + PKCS8_PRIV_KEY_INFO *p8; + X509 *x509; + + switch (M_PKCS12_bag_type(bag)) { + case NID_keyBag: + if (options & INFO) + BIO_printf(bio_err, "Key bag\n"); + if (options & NOKEYS) + return 1; + print_attribs(out, bag->attrib, "Bag Attributes"); + p8 = bag->value.keybag; + if (!(pkey = EVP_PKCS82PKEY(p8))) + return 0; + print_attribs(out, p8->attributes, "Key Attributes"); + PEM_write_bio_PrivateKey(out, pkey, enc, NULL, 0, NULL, pempass); + EVP_PKEY_free(pkey); + break; + + case NID_pkcs8ShroudedKeyBag: + if (options & INFO) { + BIO_printf(bio_err, "Shrouded Keybag: "); + alg_print(bio_err, bag->value.shkeybag->algor); + } + if (options & NOKEYS) + return 1; + print_attribs(out, bag->attrib, "Bag Attributes"); + if (!(p8 = PKCS12_decrypt_skey(bag, pass, passlen))) + return 0; + if (!(pkey = EVP_PKCS82PKEY(p8))) { + PKCS8_PRIV_KEY_INFO_free(p8); + return 0; + } + print_attribs(out, p8->attributes, "Key Attributes"); + PKCS8_PRIV_KEY_INFO_free(p8); + PEM_write_bio_PrivateKey(out, pkey, enc, NULL, 0, NULL, pempass); + EVP_PKEY_free(pkey); + break; + + case NID_certBag: + if (options & INFO) + BIO_printf(bio_err, "Certificate bag\n"); + if (options & NOCERTS) + return 1; + if (PKCS12_get_attr(bag, NID_localKeyID)) { + if (options & CACERTS) + return 1; + } else if (options & CLCERTS) + return 1; + print_attribs(out, bag->attrib, "Bag Attributes"); + if (M_PKCS12_cert_bag_type(bag) != NID_x509Certificate) + return 1; + if (!(x509 = PKCS12_certbag2x509(bag))) + return 0; + dump_cert_text(out, x509); + PEM_write_bio_X509(out, x509); + X509_free(x509); + break; + + case NID_safeContentsBag: + if (options & INFO) + BIO_printf(bio_err, "Safe Contents bag\n"); + print_attribs(out, bag->attrib, "Bag Attributes"); + return dump_certs_pkeys_bags(out, bag->value.safes, pass, + passlen, options, pempass); + + default: + BIO_printf(bio_err, "Warning unsupported bag type: "); + i2a_ASN1_OBJECT(bio_err, bag->type); + BIO_printf(bio_err, "\n"); + return 1; + break; + } + return 1; } /* Given a single certificate return a verified chain or NULL if error */ /* Hope this is OK .... */ -int get_cert_chain (X509 *cert, X509_STORE *store, STACK_OF(X509) **chain) +int get_cert_chain(X509 *cert, X509_STORE *store, STACK_OF(X509) **chain) { - X509_STORE_CTX store_ctx; - STACK_OF(X509) *chn; - int i = 0; - - /* FIXME: Should really check the return status of X509_STORE_CTX_init - * for an error, but how that fits into the return value of this - * function is less obvious. */ - X509_STORE_CTX_init(&store_ctx, store, cert, NULL); - if (X509_verify_cert(&store_ctx) <= 0) { - i = X509_STORE_CTX_get_error (&store_ctx); - if (i == 0) - /* avoid returning 0 if X509_verify_cert() did not - * set an appropriate error value in the context */ - i = -1; - chn = NULL; - goto err; - } else - chn = X509_STORE_CTX_get1_chain(&store_ctx); -err: - X509_STORE_CTX_cleanup(&store_ctx); - *chain = chn; - - return i; -} - -int alg_print (BIO *x, X509_ALGOR *alg) + X509_STORE_CTX store_ctx; + STACK_OF(X509) *chn; + int i = 0; + + /* + * FIXME: Should really check the return status of X509_STORE_CTX_init + * for an error, but how that fits into the return value of this function + * is less obvious. + */ + X509_STORE_CTX_init(&store_ctx, store, cert, NULL); + if (X509_verify_cert(&store_ctx) <= 0) { + i = X509_STORE_CTX_get_error(&store_ctx); + if (i == 0) + /* + * avoid returning 0 if X509_verify_cert() did not set an + * appropriate error value in the context + */ + i = -1; + chn = NULL; + goto err; + } else + chn = X509_STORE_CTX_get1_chain(&store_ctx); + err: + X509_STORE_CTX_cleanup(&store_ctx); + *chain = chn; + + return i; +} + +int alg_print(BIO *x, X509_ALGOR *alg) { - PBEPARAM *pbe; - const unsigned char *p; - p = alg->parameter->value.sequence->data; - pbe = d2i_PBEPARAM(NULL, &p, alg->parameter->value.sequence->length); - if (!pbe) - return 1; - BIO_printf (bio_err, "%s, Iteration %ld\n", - OBJ_nid2ln(OBJ_obj2nid(alg->algorithm)), - ASN1_INTEGER_get(pbe->iter)); - PBEPARAM_free (pbe); - return 1; + PBEPARAM *pbe; + const unsigned char *p; + p = alg->parameter->value.sequence->data; + pbe = d2i_PBEPARAM(NULL, &p, alg->parameter->value.sequence->length); + if (!pbe) + return 1; + BIO_printf(bio_err, "%s, Iteration %ld\n", + OBJ_nid2ln(OBJ_obj2nid(alg->algorithm)), + ASN1_INTEGER_get(pbe->iter)); + PBEPARAM_free(pbe); + return 1; } /* Load all certificates from a given file */ int cert_load(BIO *in, STACK_OF(X509) *sk) { - int ret; - X509 *cert; - ret = 0; -#ifdef CRYPTO_MDEBUG - CRYPTO_push_info("cert_load(): reading one cert"); -#endif - while((cert = PEM_read_bio_X509(in, NULL, NULL, NULL))) { -#ifdef CRYPTO_MDEBUG - CRYPTO_pop_info(); -#endif - ret = 1; - sk_X509_push(sk, cert); -#ifdef CRYPTO_MDEBUG - CRYPTO_push_info("cert_load(): reading one cert"); -#endif - } -#ifdef CRYPTO_MDEBUG - CRYPTO_pop_info(); -#endif - if(ret) ERR_clear_error(); - return ret; + int ret; + X509 *cert; + ret = 0; +# ifdef CRYPTO_MDEBUG + CRYPTO_push_info("cert_load(): reading one cert"); +# endif + while ((cert = PEM_read_bio_X509(in, NULL, NULL, NULL))) { +# ifdef CRYPTO_MDEBUG + CRYPTO_pop_info(); +# endif + ret = 1; + sk_X509_push(sk, cert); +# ifdef CRYPTO_MDEBUG + CRYPTO_push_info("cert_load(): reading one cert"); +# endif + } +# ifdef CRYPTO_MDEBUG + CRYPTO_pop_info(); +# endif + if (ret) + ERR_clear_error(); + return ret; } /* Generalised attribute print: handle PKCS#8 and bag attributes */ -int print_attribs (BIO *out, STACK_OF(X509_ATTRIBUTE) *attrlst,const char *name) +int print_attribs(BIO *out, STACK_OF(X509_ATTRIBUTE) *attrlst, + const char *name) { - X509_ATTRIBUTE *attr; - ASN1_TYPE *av; - char *value; - int i, attr_nid; - if(!attrlst) { - BIO_printf(out, "%s: \n", name); - return 1; - } - if(!sk_X509_ATTRIBUTE_num(attrlst)) { - BIO_printf(out, "%s: \n", name); - return 1; - } - BIO_printf(out, "%s\n", name); - for(i = 0; i < sk_X509_ATTRIBUTE_num(attrlst); i++) { - attr = sk_X509_ATTRIBUTE_value(attrlst, i); - attr_nid = OBJ_obj2nid(attr->object); - BIO_printf(out, " "); - if(attr_nid == NID_undef) { - i2a_ASN1_OBJECT (out, attr->object); - BIO_printf(out, ": "); - } else BIO_printf(out, "%s: ", OBJ_nid2ln(attr_nid)); - - if(sk_ASN1_TYPE_num(attr->value.set)) { - av = sk_ASN1_TYPE_value(attr->value.set, 0); - switch(av->type) { - case V_ASN1_BMPSTRING: - value = OPENSSL_uni2asc(av->value.bmpstring->data, - av->value.bmpstring->length); - BIO_printf(out, "%s\n", value); - OPENSSL_free(value); - break; - - case V_ASN1_OCTET_STRING: - hex_prin(out, av->value.octet_string->data, - av->value.octet_string->length); - BIO_printf(out, "\n"); - break; - - case V_ASN1_BIT_STRING: - hex_prin(out, av->value.bit_string->data, - av->value.bit_string->length); - BIO_printf(out, "\n"); - break; - - default: - BIO_printf(out, "\n", av->type); - break; - } - } else BIO_printf(out, "\n"); - } - return 1; + X509_ATTRIBUTE *attr; + ASN1_TYPE *av; + char *value; + int i, attr_nid; + if (!attrlst) { + BIO_printf(out, "%s: \n", name); + return 1; + } + if (!sk_X509_ATTRIBUTE_num(attrlst)) { + BIO_printf(out, "%s: \n", name); + return 1; + } + BIO_printf(out, "%s\n", name); + for (i = 0; i < sk_X509_ATTRIBUTE_num(attrlst); i++) { + attr = sk_X509_ATTRIBUTE_value(attrlst, i); + attr_nid = OBJ_obj2nid(attr->object); + BIO_printf(out, " "); + if (attr_nid == NID_undef) { + i2a_ASN1_OBJECT(out, attr->object); + BIO_printf(out, ": "); + } else + BIO_printf(out, "%s: ", OBJ_nid2ln(attr_nid)); + + if (sk_ASN1_TYPE_num(attr->value.set)) { + av = sk_ASN1_TYPE_value(attr->value.set, 0); + switch (av->type) { + case V_ASN1_BMPSTRING: + value = OPENSSL_uni2asc(av->value.bmpstring->data, + av->value.bmpstring->length); + BIO_printf(out, "%s\n", value); + OPENSSL_free(value); + break; + + case V_ASN1_OCTET_STRING: + hex_prin(out, av->value.octet_string->data, + av->value.octet_string->length); + BIO_printf(out, "\n"); + break; + + case V_ASN1_BIT_STRING: + hex_prin(out, av->value.bit_string->data, + av->value.bit_string->length); + BIO_printf(out, "\n"); + break; + + default: + BIO_printf(out, "\n", av->type); + break; + } + } else + BIO_printf(out, "\n"); + } + return 1; } void hex_prin(BIO *out, unsigned char *buf, int len) { - int i; - for (i = 0; i < len; i++) BIO_printf (out, "%02X ", buf[i]); + int i; + for (i = 0; i < len; i++) + BIO_printf(out, "%02X ", buf[i]); } static int set_pbe(BIO *err, int *ppbe, const char *str) - { - if (!str) - return 0; - if (!strcmp(str, "NONE")) - { - *ppbe = -1; - return 1; - } - *ppbe=OBJ_txt2nid(str); - if (*ppbe == NID_undef) - { - BIO_printf(bio_err, "Unknown PBE algorithm %s\n", str); - return 0; - } - return 1; - } - +{ + if (!str) + return 0; + if (!strcmp(str, "NONE")) { + *ppbe = -1; + return 1; + } + *ppbe = OBJ_txt2nid(str); + if (*ppbe == NID_undef) { + BIO_printf(bio_err, "Unknown PBE algorithm %s\n", str); + return 0; + } + return 1; +} + #endif diff --git a/openssl/apps/pkcs7.c b/openssl/apps/pkcs7.c index ae6cd33f7..4d80f8249 100644 --- a/openssl/apps/pkcs7.c +++ b/openssl/apps/pkcs7.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -69,252 +69,240 @@ #include #undef PROG -#define PROG pkcs7_main +#define PROG pkcs7_main -/* -inform arg - input format - default PEM (DER or PEM) +/*- + * -inform arg - input format - default PEM (DER or PEM) * -outform arg - output format - default PEM - * -in arg - input file - default stdin - * -out arg - output file - default stdout + * -in arg - input file - default stdin + * -out arg - output file - default stdout * -print_certs */ int MAIN(int, char **); int MAIN(int argc, char **argv) - { - PKCS7 *p7=NULL; - int i,badops=0; - BIO *in=NULL,*out=NULL; - int informat,outformat; - char *infile,*outfile,*prog; - int print_certs=0,text=0,noout=0,p7_print=0; - int ret=1; +{ + PKCS7 *p7 = NULL; + int i, badops = 0; + BIO *in = NULL, *out = NULL; + int informat, outformat; + char *infile, *outfile, *prog; + int print_certs = 0, text = 0, noout = 0, p7_print = 0; + int ret = 1; #ifndef OPENSSL_NO_ENGINE - char *engine=NULL; + char *engine = NULL; #endif - apps_startup(); + apps_startup(); - if (bio_err == NULL) - if ((bio_err=BIO_new(BIO_s_file())) != NULL) - BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); + if (bio_err == NULL) + if ((bio_err = BIO_new(BIO_s_file())) != NULL) + BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT); - if (!load_config(bio_err, NULL)) - goto end; + if (!load_config(bio_err, NULL)) + goto end; - infile=NULL; - outfile=NULL; - informat=FORMAT_PEM; - outformat=FORMAT_PEM; + infile = NULL; + outfile = NULL; + informat = FORMAT_PEM; + outformat = FORMAT_PEM; - prog=argv[0]; - argc--; - argv++; - while (argc >= 1) - { - if (strcmp(*argv,"-inform") == 0) - { - if (--argc < 1) goto bad; - informat=str2fmt(*(++argv)); - } - else if (strcmp(*argv,"-outform") == 0) - { - if (--argc < 1) goto bad; - outformat=str2fmt(*(++argv)); - } - else if (strcmp(*argv,"-in") == 0) - { - if (--argc < 1) goto bad; - infile= *(++argv); - } - else if (strcmp(*argv,"-out") == 0) - { - if (--argc < 1) goto bad; - outfile= *(++argv); - } - else if (strcmp(*argv,"-noout") == 0) - noout=1; - else if (strcmp(*argv,"-text") == 0) - text=1; - else if (strcmp(*argv,"-print") == 0) - p7_print=1; - else if (strcmp(*argv,"-print_certs") == 0) - print_certs=1; + prog = argv[0]; + argc--; + argv++; + while (argc >= 1) { + if (strcmp(*argv, "-inform") == 0) { + if (--argc < 1) + goto bad; + informat = str2fmt(*(++argv)); + } else if (strcmp(*argv, "-outform") == 0) { + if (--argc < 1) + goto bad; + outformat = str2fmt(*(++argv)); + } else if (strcmp(*argv, "-in") == 0) { + if (--argc < 1) + goto bad; + infile = *(++argv); + } else if (strcmp(*argv, "-out") == 0) { + if (--argc < 1) + goto bad; + outfile = *(++argv); + } else if (strcmp(*argv, "-noout") == 0) + noout = 1; + else if (strcmp(*argv, "-text") == 0) + text = 1; + else if (strcmp(*argv, "-print") == 0) + p7_print = 1; + else if (strcmp(*argv, "-print_certs") == 0) + print_certs = 1; #ifndef OPENSSL_NO_ENGINE - else if (strcmp(*argv,"-engine") == 0) - { - if (--argc < 1) goto bad; - engine= *(++argv); - } + else if (strcmp(*argv, "-engine") == 0) { + if (--argc < 1) + goto bad; + engine = *(++argv); + } #endif - else - { - BIO_printf(bio_err,"unknown option %s\n",*argv); - badops=1; - break; - } - argc--; - argv++; - } + else { + BIO_printf(bio_err, "unknown option %s\n", *argv); + badops = 1; + break; + } + argc--; + argv++; + } - if (badops) - { -bad: - BIO_printf(bio_err,"%s [options] outfile\n",prog); - BIO_printf(bio_err,"where options are\n"); - BIO_printf(bio_err," -inform arg input format - DER or PEM\n"); - BIO_printf(bio_err," -outform arg output format - DER or PEM\n"); - BIO_printf(bio_err," -in arg input file\n"); - BIO_printf(bio_err," -out arg output file\n"); - BIO_printf(bio_err," -print_certs print any certs or crl in the input\n"); - BIO_printf(bio_err," -text print full details of certificates\n"); - BIO_printf(bio_err," -noout don't output encoded data\n"); + if (badops) { + bad: + BIO_printf(bio_err, "%s [options] outfile\n", prog); + BIO_printf(bio_err, "where options are\n"); + BIO_printf(bio_err, " -inform arg input format - DER or PEM\n"); + BIO_printf(bio_err, " -outform arg output format - DER or PEM\n"); + BIO_printf(bio_err, " -in arg input file\n"); + BIO_printf(bio_err, " -out arg output file\n"); + BIO_printf(bio_err, + " -print_certs print any certs or crl in the input\n"); + BIO_printf(bio_err, + " -text print full details of certificates\n"); + BIO_printf(bio_err, " -noout don't output encoded data\n"); #ifndef OPENSSL_NO_ENGINE - BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n"); + BIO_printf(bio_err, + " -engine e use engine e, possibly a hardware device.\n"); #endif - ret = 1; - goto end; - } + ret = 1; + goto end; + } - ERR_load_crypto_strings(); + ERR_load_crypto_strings(); #ifndef OPENSSL_NO_ENGINE - setup_engine(bio_err, engine, 0); + setup_engine(bio_err, engine, 0); #endif - in=BIO_new(BIO_s_file()); - out=BIO_new(BIO_s_file()); - if ((in == NULL) || (out == NULL)) - { - ERR_print_errors(bio_err); - goto end; - } + in = BIO_new(BIO_s_file()); + out = BIO_new(BIO_s_file()); + if ((in == NULL) || (out == NULL)) { + ERR_print_errors(bio_err); + goto end; + } - if (infile == NULL) - BIO_set_fp(in,stdin,BIO_NOCLOSE); - else - { - if (BIO_read_filename(in,infile) <= 0) - if (in == NULL) - { - perror(infile); - goto end; - } - } + if (infile == NULL) + BIO_set_fp(in, stdin, BIO_NOCLOSE); + else { + if (BIO_read_filename(in, infile) <= 0) + if (in == NULL) { + perror(infile); + goto end; + } + } - if (informat == FORMAT_ASN1) - p7=d2i_PKCS7_bio(in,NULL); - else if (informat == FORMAT_PEM) - p7=PEM_read_bio_PKCS7(in,NULL,NULL,NULL); - else - { - BIO_printf(bio_err,"bad input format specified for pkcs7 object\n"); - goto end; - } - if (p7 == NULL) - { - BIO_printf(bio_err,"unable to load PKCS7 object\n"); - ERR_print_errors(bio_err); - goto end; - } + if (informat == FORMAT_ASN1) + p7 = d2i_PKCS7_bio(in, NULL); + else if (informat == FORMAT_PEM) + p7 = PEM_read_bio_PKCS7(in, NULL, NULL, NULL); + else { + BIO_printf(bio_err, "bad input format specified for pkcs7 object\n"); + goto end; + } + if (p7 == NULL) { + BIO_printf(bio_err, "unable to load PKCS7 object\n"); + ERR_print_errors(bio_err); + goto end; + } - if (outfile == NULL) - { - BIO_set_fp(out,stdout,BIO_NOCLOSE); + if (outfile == NULL) { + BIO_set_fp(out, stdout, BIO_NOCLOSE); #ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - out = BIO_push(tmpbio, out); - } + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + out = BIO_push(tmpbio, out); + } #endif - } - else - { - if (BIO_write_filename(out,outfile) <= 0) - { - perror(outfile); - goto end; - } - } + } else { + if (BIO_write_filename(out, outfile) <= 0) { + perror(outfile); + goto end; + } + } - if (p7_print) - PKCS7_print_ctx(out, p7, 0, NULL); + if (p7_print) + PKCS7_print_ctx(out, p7, 0, NULL); - if (print_certs) - { - STACK_OF(X509) *certs=NULL; - STACK_OF(X509_CRL) *crls=NULL; + if (print_certs) { + STACK_OF(X509) *certs = NULL; + STACK_OF(X509_CRL) *crls = NULL; - i=OBJ_obj2nid(p7->type); - switch (i) - { - case NID_pkcs7_signed: - certs=p7->d.sign->cert; - crls=p7->d.sign->crl; - break; - case NID_pkcs7_signedAndEnveloped: - certs=p7->d.signed_and_enveloped->cert; - crls=p7->d.signed_and_enveloped->crl; - break; - default: - break; - } + i = OBJ_obj2nid(p7->type); + switch (i) { + case NID_pkcs7_signed: + certs = p7->d.sign->cert; + crls = p7->d.sign->crl; + break; + case NID_pkcs7_signedAndEnveloped: + certs = p7->d.signed_and_enveloped->cert; + crls = p7->d.signed_and_enveloped->crl; + break; + default: + break; + } - if (certs != NULL) - { - X509 *x; + if (certs != NULL) { + X509 *x; - for (i=0; ibroken) { + BIO_printf(bio_err, "Warning: broken key encoding: "); + switch (p8inf->broken) { + case PKCS8_NO_OCTET: + BIO_printf(bio_err, "No Octet String in PrivateKey\n"); + break; - if (!(pkey = EVP_PKCS82PKEY(p8inf))) - { - BIO_printf(bio_err, "Error converting key\n"); - ERR_print_errors(bio_err); - goto end; - } - - if (p8inf->broken) - { - BIO_printf(bio_err, "Warning: broken key encoding: "); - switch (p8inf->broken) - { - case PKCS8_NO_OCTET: - BIO_printf(bio_err, "No Octet String in PrivateKey\n"); - break; + case PKCS8_EMBEDDED_PARAM: + BIO_printf(bio_err, "DSA parameters included in PrivateKey\n"); + break; - case PKCS8_EMBEDDED_PARAM: - BIO_printf(bio_err, "DSA parameters included in PrivateKey\n"); - break; + case PKCS8_NS_DB: + BIO_printf(bio_err, "DSA public key include in PrivateKey\n"); + break; - case PKCS8_NS_DB: - BIO_printf(bio_err, "DSA public key include in PrivateKey\n"); - break; + case PKCS8_NEG_PRIVKEY: + BIO_printf(bio_err, "DSA private key value is negative\n"); + break; - case PKCS8_NEG_PRIVKEY: - BIO_printf(bio_err, "DSA private key value is negative\n"); - break; + default: + BIO_printf(bio_err, "Unknown broken type\n"); + break; + } + } - default: - BIO_printf(bio_err, "Unknown broken type\n"); - break; - } - } - - if (outformat == FORMAT_PEM) - PEM_write_bio_PrivateKey(out, pkey, NULL, NULL, 0, NULL, passout); - else if (outformat == FORMAT_ASN1) - i2d_PrivateKey_bio(out, pkey); - else - { - BIO_printf(bio_err, "Bad format specified for key\n"); - goto end; - } - ret = 0; + if (outformat == FORMAT_PEM) + PEM_write_bio_PrivateKey(out, pkey, NULL, NULL, 0, NULL, passout); + else if (outformat == FORMAT_ASN1) + i2d_PrivateKey_bio(out, pkey); + else { + BIO_printf(bio_err, "Bad format specified for key\n"); + goto end; + } + ret = 0; - end: - X509_SIG_free(p8); - PKCS8_PRIV_KEY_INFO_free(p8inf); - EVP_PKEY_free(pkey); - BIO_free_all(out); - BIO_free(in); - if (passin) - OPENSSL_free(passin); - if (passout) - OPENSSL_free(passout); + end: + X509_SIG_free(p8); + PKCS8_PRIV_KEY_INFO_free(p8inf); + EVP_PKEY_free(pkey); + BIO_free_all(out); + BIO_free(in); + if (passin) + OPENSSL_free(passin); + if (passout) + OPENSSL_free(passout); - return ret; - } + return ret; +} diff --git a/openssl/apps/pkey.c b/openssl/apps/pkey.c index 17e6702fb..e848049c3 100644 --- a/openssl/apps/pkey.c +++ b/openssl/apps/pkey.c @@ -1,6 +1,7 @@ /* apps/pkey.c */ -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL - * project 2006 +/* + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project + * 2006 */ /* ==================================================================== * Copyright (c) 2006 The OpenSSL Project. All rights reserved. @@ -10,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -67,218 +68,184 @@ int MAIN(int, char **); int MAIN(int argc, char **argv) - { - ENGINE *e = NULL; - char **args, *infile = NULL, *outfile = NULL; - char *passargin = NULL, *passargout = NULL; - BIO *in = NULL, *out = NULL; - const EVP_CIPHER *cipher = NULL; - int informat, outformat; - int pubin = 0, pubout = 0, pubtext = 0, text = 0, noout = 0; - EVP_PKEY *pkey=NULL; - char *passin = NULL, *passout = NULL; - int badarg = 0; +{ + ENGINE *e = NULL; + char **args, *infile = NULL, *outfile = NULL; + char *passargin = NULL, *passargout = NULL; + BIO *in = NULL, *out = NULL; + const EVP_CIPHER *cipher = NULL; + int informat, outformat; + int pubin = 0, pubout = 0, pubtext = 0, text = 0, noout = 0; + EVP_PKEY *pkey = NULL; + char *passin = NULL, *passout = NULL; + int badarg = 0; #ifndef OPENSSL_NO_ENGINE - char *engine=NULL; + char *engine = NULL; #endif - int ret = 1; - - if (bio_err == NULL) - bio_err = BIO_new_fp (stderr, BIO_NOCLOSE); - - if (!load_config(bio_err, NULL)) - goto end; - - informat=FORMAT_PEM; - outformat=FORMAT_PEM; - - ERR_load_crypto_strings(); - OpenSSL_add_all_algorithms(); - args = argv + 1; - while (!badarg && *args && *args[0] == '-') - { - if (!strcmp(*args,"-inform")) - { - if (args[1]) - { - args++; - informat=str2fmt(*args); - } - else badarg = 1; - } - else if (!strcmp(*args,"-outform")) - { - if (args[1]) - { - args++; - outformat=str2fmt(*args); - } - else badarg = 1; - } - else if (!strcmp(*args,"-passin")) - { - if (!args[1]) goto bad; - passargin= *(++args); - } - else if (!strcmp(*args,"-passout")) - { - if (!args[1]) goto bad; - passargout= *(++args); - } + int ret = 1; + + if (bio_err == NULL) + bio_err = BIO_new_fp(stderr, BIO_NOCLOSE); + + if (!load_config(bio_err, NULL)) + goto end; + + informat = FORMAT_PEM; + outformat = FORMAT_PEM; + + ERR_load_crypto_strings(); + OpenSSL_add_all_algorithms(); + args = argv + 1; + while (!badarg && *args && *args[0] == '-') { + if (!strcmp(*args, "-inform")) { + if (args[1]) { + args++; + informat = str2fmt(*args); + } else + badarg = 1; + } else if (!strcmp(*args, "-outform")) { + if (args[1]) { + args++; + outformat = str2fmt(*args); + } else + badarg = 1; + } else if (!strcmp(*args, "-passin")) { + if (!args[1]) + goto bad; + passargin = *(++args); + } else if (!strcmp(*args, "-passout")) { + if (!args[1]) + goto bad; + passargout = *(++args); + } #ifndef OPENSSL_NO_ENGINE - else if (strcmp(*args,"-engine") == 0) - { - if (!args[1]) goto bad; - engine= *(++args); - } + else if (strcmp(*args, "-engine") == 0) { + if (!args[1]) + goto bad; + engine = *(++args); + } #endif - else if (!strcmp (*args, "-in")) - { - if (args[1]) - { - args++; - infile = *args; - } - else badarg = 1; - } - else if (!strcmp (*args, "-out")) - { - if (args[1]) - { - args++; - outfile = *args; - } - else badarg = 1; - } - else if (strcmp(*args,"-pubin") == 0) - { - pubin=1; - pubout=1; - pubtext=1; - } - else if (strcmp(*args,"-pubout") == 0) - pubout=1; - else if (strcmp(*args,"-text_pub") == 0) - { - pubtext=1; - text=1; - } - else if (strcmp(*args,"-text") == 0) - text=1; - else if (strcmp(*args,"-noout") == 0) - noout=1; - else - { - cipher = EVP_get_cipherbyname(*args + 1); - if (!cipher) - { - BIO_printf(bio_err, "Unknown cipher %s\n", - *args + 1); - badarg = 1; - } - } - args++; - } - - if (badarg) - { - bad: - BIO_printf(bio_err, "Usage pkey [options]\n"); - BIO_printf(bio_err, "where options are\n"); - BIO_printf(bio_err, "-in file input file\n"); - BIO_printf(bio_err, "-inform X input format (DER or PEM)\n"); - BIO_printf(bio_err, "-passin arg input file pass phrase source\n"); - BIO_printf(bio_err, "-outform X output format (DER or PEM)\n"); - BIO_printf(bio_err, "-out file output file\n"); - BIO_printf(bio_err, "-passout arg output file pass phrase source\n"); + else if (!strcmp(*args, "-in")) { + if (args[1]) { + args++; + infile = *args; + } else + badarg = 1; + } else if (!strcmp(*args, "-out")) { + if (args[1]) { + args++; + outfile = *args; + } else + badarg = 1; + } else if (strcmp(*args, "-pubin") == 0) { + pubin = 1; + pubout = 1; + pubtext = 1; + } else if (strcmp(*args, "-pubout") == 0) + pubout = 1; + else if (strcmp(*args, "-text_pub") == 0) { + pubtext = 1; + text = 1; + } else if (strcmp(*args, "-text") == 0) + text = 1; + else if (strcmp(*args, "-noout") == 0) + noout = 1; + else { + cipher = EVP_get_cipherbyname(*args + 1); + if (!cipher) { + BIO_printf(bio_err, "Unknown cipher %s\n", *args + 1); + badarg = 1; + } + } + args++; + } + + if (badarg) { + bad: + BIO_printf(bio_err, "Usage pkey [options]\n"); + BIO_printf(bio_err, "where options are\n"); + BIO_printf(bio_err, "-in file input file\n"); + BIO_printf(bio_err, "-inform X input format (DER or PEM)\n"); + BIO_printf(bio_err, + "-passin arg input file pass phrase source\n"); + BIO_printf(bio_err, "-outform X output format (DER or PEM)\n"); + BIO_printf(bio_err, "-out file output file\n"); + BIO_printf(bio_err, + "-passout arg output file pass phrase source\n"); #ifndef OPENSSL_NO_ENGINE - BIO_printf(bio_err, "-engine e use engine e, possibly a hardware device.\n"); + BIO_printf(bio_err, + "-engine e use engine e, possibly a hardware device.\n"); #endif - return 1; - } - + return 1; + } #ifndef OPENSSL_NO_ENGINE - e = setup_engine(bio_err, engine, 0); + e = setup_engine(bio_err, engine, 0); #endif - if (!app_passwd(bio_err, passargin, passargout, &passin, &passout)) - { - BIO_printf(bio_err, "Error getting passwords\n"); - goto end; - } - - if (outfile) - { - if (!(out = BIO_new_file (outfile, "wb"))) - { - BIO_printf(bio_err, - "Can't open output file %s\n", outfile); - goto end; - } - } - else - { - out = BIO_new_fp (stdout, BIO_NOCLOSE); + if (!app_passwd(bio_err, passargin, passargout, &passin, &passout)) { + BIO_printf(bio_err, "Error getting passwords\n"); + goto end; + } + + if (outfile) { + if (!(out = BIO_new_file(outfile, "wb"))) { + BIO_printf(bio_err, "Can't open output file %s\n", outfile); + goto end; + } + } else { + out = BIO_new_fp(stdout, BIO_NOCLOSE); #ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - out = BIO_push(tmpbio, out); - } + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + out = BIO_push(tmpbio, out); + } #endif - } - - if (pubin) - pkey = load_pubkey(bio_err, infile, informat, 1, - passin, e, "Public Key"); - else - pkey = load_key(bio_err, infile, informat, 1, - passin, e, "key"); - if (!pkey) - goto end; - - if (!noout) - { - if (outformat == FORMAT_PEM) - { - if (pubout) - PEM_write_bio_PUBKEY(out,pkey); - else - PEM_write_bio_PrivateKey(out, pkey, cipher, - NULL, 0, NULL, passout); - } - else if (outformat == FORMAT_ASN1) - { - if (pubout) - i2d_PUBKEY_bio(out, pkey); - else - i2d_PrivateKey_bio(out, pkey); - } - else - { - BIO_printf(bio_err, "Bad format specified for key\n"); - goto end; - } - - } - - if (text) - { - if (pubtext) - EVP_PKEY_print_public(out, pkey, 0, NULL); - else - EVP_PKEY_print_private(out, pkey, 0, NULL); - } - - ret = 0; - - end: - EVP_PKEY_free(pkey); - BIO_free_all(out); - BIO_free(in); - if (passin) - OPENSSL_free(passin); - if (passout) - OPENSSL_free(passout); - - return ret; - } + } + + if (pubin) + pkey = load_pubkey(bio_err, infile, informat, 1, + passin, e, "Public Key"); + else + pkey = load_key(bio_err, infile, informat, 1, passin, e, "key"); + if (!pkey) + goto end; + + if (!noout) { + if (outformat == FORMAT_PEM) { + if (pubout) + PEM_write_bio_PUBKEY(out, pkey); + else + PEM_write_bio_PrivateKey(out, pkey, cipher, + NULL, 0, NULL, passout); + } else if (outformat == FORMAT_ASN1) { + if (pubout) + i2d_PUBKEY_bio(out, pkey); + else + i2d_PrivateKey_bio(out, pkey); + } else { + BIO_printf(bio_err, "Bad format specified for key\n"); + goto end; + } + + } + + if (text) { + if (pubtext) + EVP_PKEY_print_public(out, pkey, 0, NULL); + else + EVP_PKEY_print_private(out, pkey, 0, NULL); + } + + ret = 0; + + end: + EVP_PKEY_free(pkey); + BIO_free_all(out); + BIO_free(in); + if (passin) + OPENSSL_free(passin); + if (passout) + OPENSSL_free(passout); + + return ret; +} diff --git a/openssl/apps/pkeyparam.c b/openssl/apps/pkeyparam.c index 6f7a357a3..a148a6621 100644 --- a/openssl/apps/pkeyparam.c +++ b/openssl/apps/pkeyparam.c @@ -1,6 +1,7 @@ /* apps/pkeyparam.c */ -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL - * project 2006 +/* + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project + * 2006 */ /* ==================================================================== * Copyright (c) 2006 The OpenSSL Project. All rights reserved. @@ -10,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -67,134 +68,118 @@ int MAIN(int, char **); int MAIN(int argc, char **argv) - { - char **args, *infile = NULL, *outfile = NULL; - BIO *in = NULL, *out = NULL; - int text = 0, noout = 0; - EVP_PKEY *pkey=NULL; - int badarg = 0; +{ + char **args, *infile = NULL, *outfile = NULL; + BIO *in = NULL, *out = NULL; + int text = 0, noout = 0; + EVP_PKEY *pkey = NULL; + int badarg = 0; #ifndef OPENSSL_NO_ENGINE - char *engine=NULL; + char *engine = NULL; #endif - int ret = 1; - - if (bio_err == NULL) - bio_err = BIO_new_fp (stderr, BIO_NOCLOSE); - - if (!load_config(bio_err, NULL)) - goto end; - - ERR_load_crypto_strings(); - OpenSSL_add_all_algorithms(); - args = argv + 1; - while (!badarg && *args && *args[0] == '-') - { - if (!strcmp (*args, "-in")) - { - if (args[1]) - { - args++; - infile = *args; - } - else badarg = 1; - } - else if (!strcmp (*args, "-out")) - { - if (args[1]) - { - args++; - outfile = *args; - } - else badarg = 1; - } + int ret = 1; + + if (bio_err == NULL) + bio_err = BIO_new_fp(stderr, BIO_NOCLOSE); + + if (!load_config(bio_err, NULL)) + goto end; + + ERR_load_crypto_strings(); + OpenSSL_add_all_algorithms(); + args = argv + 1; + while (!badarg && *args && *args[0] == '-') { + if (!strcmp(*args, "-in")) { + if (args[1]) { + args++; + infile = *args; + } else + badarg = 1; + } else if (!strcmp(*args, "-out")) { + if (args[1]) { + args++; + outfile = *args; + } else + badarg = 1; + } #ifndef OPENSSL_NO_ENGINE - else if (strcmp(*args,"-engine") == 0) - { - if (!args[1]) goto bad; - engine= *(++args); - } + else if (strcmp(*args, "-engine") == 0) { + if (!args[1]) + goto bad; + engine = *(++args); + } #endif - else if (strcmp(*args,"-text") == 0) - text=1; - else if (strcmp(*args,"-noout") == 0) - noout=1; - args++; - } + else if (strcmp(*args, "-text") == 0) + text = 1; + else if (strcmp(*args, "-noout") == 0) + noout = 1; + args++; + } - if (badarg) - { + if (badarg) { #ifndef OPENSSL_NO_ENGINE - bad: + bad: #endif - BIO_printf(bio_err, "Usage pkeyparam [options]\n"); - BIO_printf(bio_err, "where options are\n"); - BIO_printf(bio_err, "-in file input file\n"); - BIO_printf(bio_err, "-out file output file\n"); - BIO_printf(bio_err, "-text print parameters as text\n"); - BIO_printf(bio_err, "-noout don't output encoded parameters\n"); + BIO_printf(bio_err, "Usage pkeyparam [options]\n"); + BIO_printf(bio_err, "where options are\n"); + BIO_printf(bio_err, "-in file input file\n"); + BIO_printf(bio_err, "-out file output file\n"); + BIO_printf(bio_err, "-text print parameters as text\n"); + BIO_printf(bio_err, + "-noout don't output encoded parameters\n"); #ifndef OPENSSL_NO_ENGINE - BIO_printf(bio_err, "-engine e use engine e, possibly a hardware device.\n"); + BIO_printf(bio_err, + "-engine e use engine e, possibly a hardware device.\n"); #endif - return 1; - } - + return 1; + } #ifndef OPENSSL_NO_ENGINE - setup_engine(bio_err, engine, 0); + setup_engine(bio_err, engine, 0); #endif - if (infile) - { - if (!(in = BIO_new_file (infile, "r"))) - { - BIO_printf(bio_err, - "Can't open input file %s\n", infile); - goto end; - } - } - else - in = BIO_new_fp (stdin, BIO_NOCLOSE); - - if (outfile) - { - if (!(out = BIO_new_file (outfile, "w"))) - { - BIO_printf(bio_err, - "Can't open output file %s\n", outfile); - goto end; - } - } - else - { - out = BIO_new_fp (stdout, BIO_NOCLOSE); + if (infile) { + if (!(in = BIO_new_file(infile, "r"))) { + BIO_printf(bio_err, "Can't open input file %s\n", infile); + goto end; + } + } else + in = BIO_new_fp(stdin, BIO_NOCLOSE); + + if (outfile) { + if (!(out = BIO_new_file(outfile, "w"))) { + BIO_printf(bio_err, "Can't open output file %s\n", outfile); + goto end; + } + } else { + out = BIO_new_fp(stdout, BIO_NOCLOSE); #ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - out = BIO_push(tmpbio, out); - } + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + out = BIO_push(tmpbio, out); + } #endif - } + } - pkey = PEM_read_bio_Parameters(in, NULL); - if (!pkey) - { - BIO_printf(bio_err, "Error reading parameters\n"); - ERR_print_errors(bio_err); - goto end; - } + pkey = PEM_read_bio_Parameters(in, NULL); + if (!pkey) { + BIO_printf(bio_err, "Error reading parameters\n"); + ERR_print_errors(bio_err); + goto end; + } - if (!noout) - PEM_write_bio_Parameters(out,pkey); + if (!noout) + PEM_write_bio_Parameters(out, pkey); - if (text) - EVP_PKEY_print_params(out, pkey, 0, NULL); + if (text) + EVP_PKEY_print_params(out, pkey, 0, NULL); - ret = 0; + ret = 0; - end: - EVP_PKEY_free(pkey); - BIO_free_all(out); - BIO_free(in); + end: + EVP_PKEY_free(pkey); + BIO_free_all(out); + BIO_free(in); - return ret; - } + return ret; +} diff --git a/openssl/apps/pkeyutl.c b/openssl/apps/pkeyutl.c index 7eb3f5c54..aaa90740a 100644 --- a/openssl/apps/pkeyutl.c +++ b/openssl/apps/pkeyutl.c @@ -1,5 +1,6 @@ -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL - * project 2006. +/* + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project + * 2006. */ /* ==================================================================== * Copyright (c) 2006 The OpenSSL Project. All rights reserved. @@ -9,7 +10,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -55,16 +56,15 @@ * */ - #include "apps.h" #include #include #include #include -#define KEY_PRIVKEY 1 -#define KEY_PUBKEY 2 -#define KEY_CERT 3 +#define KEY_PRIVKEY 1 +#define KEY_PUBKEY 2 +#define KEY_CERT 3 static void usage(void); @@ -73,498 +73,451 @@ static void usage(void); #define PROG pkeyutl_main static EVP_PKEY_CTX *init_ctx(int *pkeysize, - char *keyfile, int keyform, int key_type, - char *passargin, int pkey_op, ENGINE *e); + char *keyfile, int keyform, int key_type, + char *passargin, int pkey_op, ENGINE *e); static int setup_peer(BIO *err, EVP_PKEY_CTX *ctx, int peerform, - const char *file); + const char *file); static int do_keyop(EVP_PKEY_CTX *ctx, int pkey_op, - unsigned char *out, size_t *poutlen, - unsigned char *in, size_t inlen); + unsigned char *out, size_t *poutlen, + unsigned char *in, size_t inlen); int MAIN(int argc, char **); int MAIN(int argc, char **argv) { - BIO *in = NULL, *out = NULL; - char *infile = NULL, *outfile = NULL, *sigfile = NULL; - ENGINE *e = NULL; - int pkey_op = EVP_PKEY_OP_SIGN, key_type = KEY_PRIVKEY; - int keyform = FORMAT_PEM, peerform = FORMAT_PEM; - char badarg = 0, rev = 0; - char hexdump = 0, asn1parse = 0; - EVP_PKEY_CTX *ctx = NULL; - char *passargin = NULL; - int keysize = -1; - - unsigned char *buf_in = NULL, *buf_out = NULL, *sig = NULL; - size_t buf_outlen; - int buf_inlen = 0, siglen = -1; - - int ret = 1, rv = -1; - - argc--; - argv++; - - if(!bio_err) bio_err = BIO_new_fp(stderr, BIO_NOCLOSE); - - if (!load_config(bio_err, NULL)) - goto end; - ERR_load_crypto_strings(); - OpenSSL_add_all_algorithms(); - - while(argc >= 1) - { - if (!strcmp(*argv,"-in")) - { - if (--argc < 1) badarg = 1; - else infile= *(++argv); - } - else if (!strcmp(*argv,"-out")) - { - if (--argc < 1) badarg = 1; - else outfile= *(++argv); - } - else if (!strcmp(*argv,"-sigfile")) - { - if (--argc < 1) badarg = 1; - else sigfile= *(++argv); - } - else if(!strcmp(*argv, "-inkey")) - { - if (--argc < 1) - badarg = 1; - else - { - ctx = init_ctx(&keysize, - *(++argv), keyform, key_type, - passargin, pkey_op, e); - if (!ctx) - { - BIO_puts(bio_err, - "Error initializing context\n"); - ERR_print_errors(bio_err); - badarg = 1; - } - } - } - else if (!strcmp(*argv,"-peerkey")) - { - if (--argc < 1) - badarg = 1; - else if (!setup_peer(bio_err, ctx, peerform, *(++argv))) - badarg = 1; - } - else if (!strcmp(*argv,"-passin")) - { - if (--argc < 1) badarg = 1; - else passargin= *(++argv); - } - else if (strcmp(*argv,"-peerform") == 0) - { - if (--argc < 1) badarg = 1; - else peerform=str2fmt(*(++argv)); - } - else if (strcmp(*argv,"-keyform") == 0) - { - if (--argc < 1) badarg = 1; - else keyform=str2fmt(*(++argv)); - } + BIO *in = NULL, *out = NULL; + char *infile = NULL, *outfile = NULL, *sigfile = NULL; + ENGINE *e = NULL; + int pkey_op = EVP_PKEY_OP_SIGN, key_type = KEY_PRIVKEY; + int keyform = FORMAT_PEM, peerform = FORMAT_PEM; + char badarg = 0, rev = 0; + char hexdump = 0, asn1parse = 0; + EVP_PKEY_CTX *ctx = NULL; + char *passargin = NULL; + int keysize = -1; + + unsigned char *buf_in = NULL, *buf_out = NULL, *sig = NULL; + size_t buf_outlen; + int buf_inlen = 0, siglen = -1; + + int ret = 1, rv = -1; + + argc--; + argv++; + + if (!bio_err) + bio_err = BIO_new_fp(stderr, BIO_NOCLOSE); + + if (!load_config(bio_err, NULL)) + goto end; + ERR_load_crypto_strings(); + OpenSSL_add_all_algorithms(); + + while (argc >= 1) { + if (!strcmp(*argv, "-in")) { + if (--argc < 1) + badarg = 1; + else + infile = *(++argv); + } else if (!strcmp(*argv, "-out")) { + if (--argc < 1) + badarg = 1; + else + outfile = *(++argv); + } else if (!strcmp(*argv, "-sigfile")) { + if (--argc < 1) + badarg = 1; + else + sigfile = *(++argv); + } else if (!strcmp(*argv, "-inkey")) { + if (--argc < 1) + badarg = 1; + else { + ctx = init_ctx(&keysize, + *(++argv), keyform, key_type, + passargin, pkey_op, e); + if (!ctx) { + BIO_puts(bio_err, "Error initializing context\n"); + ERR_print_errors(bio_err); + badarg = 1; + } + } + } else if (!strcmp(*argv, "-peerkey")) { + if (--argc < 1) + badarg = 1; + else if (!setup_peer(bio_err, ctx, peerform, *(++argv))) + badarg = 1; + } else if (!strcmp(*argv, "-passin")) { + if (--argc < 1) + badarg = 1; + else + passargin = *(++argv); + } else if (strcmp(*argv, "-peerform") == 0) { + if (--argc < 1) + badarg = 1; + else + peerform = str2fmt(*(++argv)); + } else if (strcmp(*argv, "-keyform") == 0) { + if (--argc < 1) + badarg = 1; + else + keyform = str2fmt(*(++argv)); + } #ifndef OPENSSL_NO_ENGINE - else if(!strcmp(*argv, "-engine")) - { - if (--argc < 1) - badarg = 1; - else - e = setup_engine(bio_err, *(++argv), 0); - } + else if (!strcmp(*argv, "-engine")) { + if (--argc < 1) + badarg = 1; + else + e = setup_engine(bio_err, *(++argv), 0); + } #endif - else if(!strcmp(*argv, "-pubin")) - key_type = KEY_PUBKEY; - else if(!strcmp(*argv, "-certin")) - key_type = KEY_CERT; - else if(!strcmp(*argv, "-asn1parse")) - asn1parse = 1; - else if(!strcmp(*argv, "-hexdump")) - hexdump = 1; - else if(!strcmp(*argv, "-sign")) - pkey_op = EVP_PKEY_OP_SIGN; - else if(!strcmp(*argv, "-verify")) - pkey_op = EVP_PKEY_OP_VERIFY; - else if(!strcmp(*argv, "-verifyrecover")) - pkey_op = EVP_PKEY_OP_VERIFYRECOVER; - else if(!strcmp(*argv, "-rev")) - rev = 1; - else if(!strcmp(*argv, "-encrypt")) - pkey_op = EVP_PKEY_OP_ENCRYPT; - else if(!strcmp(*argv, "-decrypt")) - pkey_op = EVP_PKEY_OP_DECRYPT; - else if(!strcmp(*argv, "-derive")) - pkey_op = EVP_PKEY_OP_DERIVE; - else if (strcmp(*argv,"-pkeyopt") == 0) - { - if (--argc < 1) - badarg = 1; - else if (!ctx) - { - BIO_puts(bio_err, - "-pkeyopt command before -inkey\n"); - badarg = 1; - } - else if (pkey_ctrl_string(ctx, *(++argv)) <= 0) - { - BIO_puts(bio_err, "parameter setting error\n"); - ERR_print_errors(bio_err); - goto end; - } - } - else badarg = 1; - if(badarg) - { - usage(); - goto end; - } - argc--; - argv++; - } - - if (!ctx) - { - usage(); - goto end; - } - - if (sigfile && (pkey_op != EVP_PKEY_OP_VERIFY)) - { - BIO_puts(bio_err, "Signature file specified for non verify\n"); - goto end; - } - - if (!sigfile && (pkey_op == EVP_PKEY_OP_VERIFY)) - { - BIO_puts(bio_err, "No signature file specified for verify\n"); - goto end; - } + else if (!strcmp(*argv, "-pubin")) + key_type = KEY_PUBKEY; + else if (!strcmp(*argv, "-certin")) + key_type = KEY_CERT; + else if (!strcmp(*argv, "-asn1parse")) + asn1parse = 1; + else if (!strcmp(*argv, "-hexdump")) + hexdump = 1; + else if (!strcmp(*argv, "-sign")) + pkey_op = EVP_PKEY_OP_SIGN; + else if (!strcmp(*argv, "-verify")) + pkey_op = EVP_PKEY_OP_VERIFY; + else if (!strcmp(*argv, "-verifyrecover")) + pkey_op = EVP_PKEY_OP_VERIFYRECOVER; + else if (!strcmp(*argv, "-rev")) + rev = 1; + else if (!strcmp(*argv, "-encrypt")) + pkey_op = EVP_PKEY_OP_ENCRYPT; + else if (!strcmp(*argv, "-decrypt")) + pkey_op = EVP_PKEY_OP_DECRYPT; + else if (!strcmp(*argv, "-derive")) + pkey_op = EVP_PKEY_OP_DERIVE; + else if (strcmp(*argv, "-pkeyopt") == 0) { + if (--argc < 1) + badarg = 1; + else if (!ctx) { + BIO_puts(bio_err, "-pkeyopt command before -inkey\n"); + badarg = 1; + } else if (pkey_ctrl_string(ctx, *(++argv)) <= 0) { + BIO_puts(bio_err, "parameter setting error\n"); + ERR_print_errors(bio_err); + goto end; + } + } else + badarg = 1; + if (badarg) { + usage(); + goto end; + } + argc--; + argv++; + } + + if (!ctx) { + usage(); + goto end; + } + + if (sigfile && (pkey_op != EVP_PKEY_OP_VERIFY)) { + BIO_puts(bio_err, "Signature file specified for non verify\n"); + goto end; + } + + if (!sigfile && (pkey_op == EVP_PKEY_OP_VERIFY)) { + BIO_puts(bio_err, "No signature file specified for verify\n"); + goto end; + } /* FIXME: seed PRNG only if needed */ - app_RAND_load_file(NULL, bio_err, 0); - - if (pkey_op != EVP_PKEY_OP_DERIVE) - { - if(infile) - { - if(!(in = BIO_new_file(infile, "rb"))) - { - BIO_puts(bio_err, - "Error Opening Input File\n"); - ERR_print_errors(bio_err); - goto end; - } - } - else - in = BIO_new_fp(stdin, BIO_NOCLOSE); - } - - if(outfile) - { - if(!(out = BIO_new_file(outfile, "wb"))) - { - BIO_printf(bio_err, "Error Creating Output File\n"); - ERR_print_errors(bio_err); - goto end; - } - } - else - { - out = BIO_new_fp(stdout, BIO_NOCLOSE); + app_RAND_load_file(NULL, bio_err, 0); + + if (pkey_op != EVP_PKEY_OP_DERIVE) { + if (infile) { + if (!(in = BIO_new_file(infile, "rb"))) { + BIO_puts(bio_err, "Error Opening Input File\n"); + ERR_print_errors(bio_err); + goto end; + } + } else + in = BIO_new_fp(stdin, BIO_NOCLOSE); + } + + if (outfile) { + if (!(out = BIO_new_file(outfile, "wb"))) { + BIO_printf(bio_err, "Error Creating Output File\n"); + ERR_print_errors(bio_err); + goto end; + } + } else { + out = BIO_new_fp(stdout, BIO_NOCLOSE); #ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - out = BIO_push(tmpbio, out); - } + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + out = BIO_push(tmpbio, out); + } #endif - } - - if (sigfile) - { - BIO *sigbio = BIO_new_file(sigfile, "rb"); - if (!sigbio) - { - BIO_printf(bio_err, "Can't open signature file %s\n", - sigfile); - goto end; - } - siglen = bio_to_mem(&sig, keysize * 10, sigbio); - BIO_free(sigbio); - if (siglen <= 0) - { - BIO_printf(bio_err, "Error reading signature data\n"); - goto end; - } - } - - if (in) - { - /* Read the input data */ - buf_inlen = bio_to_mem(&buf_in, keysize * 10, in); - if(buf_inlen <= 0) - { - BIO_printf(bio_err, "Error reading input Data\n"); - exit(1); - } - if(rev) - { - size_t i; - unsigned char ctmp; - size_t l = (size_t)buf_inlen; - for(i = 0; i < l/2; i++) - { - ctmp = buf_in[i]; - buf_in[i] = buf_in[l - 1 - i]; - buf_in[l - 1 - i] = ctmp; - } - } - } - - if(pkey_op == EVP_PKEY_OP_VERIFY) - { - rv = EVP_PKEY_verify(ctx, sig, (size_t)siglen, - buf_in, (size_t)buf_inlen); - if (rv == 0) - BIO_puts(out, "Signature Verification Failure\n"); - else if (rv == 1) - BIO_puts(out, "Signature Verified Successfully\n"); - if (rv >= 0) - goto end; - } - else - { - rv = do_keyop(ctx, pkey_op, NULL, (size_t *)&buf_outlen, - buf_in, (size_t)buf_inlen); - if (rv > 0) - { - buf_out = OPENSSL_malloc(buf_outlen); - if (!buf_out) - rv = -1; - else - rv = do_keyop(ctx, pkey_op, - buf_out, (size_t *)&buf_outlen, - buf_in, (size_t)buf_inlen); - } - } - - if(rv <= 0) - { - BIO_printf(bio_err, "Public Key operation error\n"); - ERR_print_errors(bio_err); - goto end; - } - ret = 0; - if(asn1parse) - { - if(!ASN1_parse_dump(out, buf_out, buf_outlen, 1, -1)) - ERR_print_errors(bio_err); - } - else if(hexdump) - BIO_dump(out, (char *)buf_out, buf_outlen); - else - BIO_write(out, buf_out, buf_outlen); - - end: - if (ctx) - EVP_PKEY_CTX_free(ctx); - BIO_free(in); - BIO_free_all(out); - if (buf_in) - OPENSSL_free(buf_in); - if (buf_out) - OPENSSL_free(buf_out); - if (sig) - OPENSSL_free(sig); - return ret; + } + + if (sigfile) { + BIO *sigbio = BIO_new_file(sigfile, "rb"); + if (!sigbio) { + BIO_printf(bio_err, "Can't open signature file %s\n", sigfile); + goto end; + } + siglen = bio_to_mem(&sig, keysize * 10, sigbio); + BIO_free(sigbio); + if (siglen <= 0) { + BIO_printf(bio_err, "Error reading signature data\n"); + goto end; + } + } + + if (in) { + /* Read the input data */ + buf_inlen = bio_to_mem(&buf_in, keysize * 10, in); + if (buf_inlen <= 0) { + BIO_printf(bio_err, "Error reading input Data\n"); + exit(1); + } + if (rev) { + size_t i; + unsigned char ctmp; + size_t l = (size_t)buf_inlen; + for (i = 0; i < l / 2; i++) { + ctmp = buf_in[i]; + buf_in[i] = buf_in[l - 1 - i]; + buf_in[l - 1 - i] = ctmp; + } + } + } + + if (pkey_op == EVP_PKEY_OP_VERIFY) { + rv = EVP_PKEY_verify(ctx, sig, (size_t)siglen, + buf_in, (size_t)buf_inlen); + if (rv == 0) + BIO_puts(out, "Signature Verification Failure\n"); + else if (rv == 1) + BIO_puts(out, "Signature Verified Successfully\n"); + if (rv >= 0) + goto end; + } else { + rv = do_keyop(ctx, pkey_op, NULL, (size_t *)&buf_outlen, + buf_in, (size_t)buf_inlen); + if (rv > 0) { + buf_out = OPENSSL_malloc(buf_outlen); + if (!buf_out) + rv = -1; + else + rv = do_keyop(ctx, pkey_op, + buf_out, (size_t *)&buf_outlen, + buf_in, (size_t)buf_inlen); + } + } + + if (rv <= 0) { + BIO_printf(bio_err, "Public Key operation error\n"); + ERR_print_errors(bio_err); + goto end; + } + ret = 0; + if (asn1parse) { + if (!ASN1_parse_dump(out, buf_out, buf_outlen, 1, -1)) + ERR_print_errors(bio_err); + } else if (hexdump) + BIO_dump(out, (char *)buf_out, buf_outlen); + else + BIO_write(out, buf_out, buf_outlen); + + end: + if (ctx) + EVP_PKEY_CTX_free(ctx); + BIO_free(in); + BIO_free_all(out); + if (buf_in) + OPENSSL_free(buf_in); + if (buf_out) + OPENSSL_free(buf_out); + if (sig) + OPENSSL_free(sig); + return ret; } static void usage() { - BIO_printf(bio_err, "Usage: pkeyutl [options]\n"); - BIO_printf(bio_err, "-in file input file\n"); - BIO_printf(bio_err, "-out file output file\n"); - BIO_printf(bio_err, "-sigfile file signature file (verify operation only)\n"); - BIO_printf(bio_err, "-inkey file input key\n"); - BIO_printf(bio_err, "-keyform arg private key format - default PEM\n"); - BIO_printf(bio_err, "-pubin input is a public key\n"); - BIO_printf(bio_err, "-certin input is a certificate carrying a public key\n"); - BIO_printf(bio_err, "-pkeyopt X:Y public key options\n"); - BIO_printf(bio_err, "-sign sign with private key\n"); - BIO_printf(bio_err, "-verify verify with public key\n"); - BIO_printf(bio_err, "-verifyrecover verify with public key, recover original data\n"); - BIO_printf(bio_err, "-encrypt encrypt with public key\n"); - BIO_printf(bio_err, "-decrypt decrypt with private key\n"); - BIO_printf(bio_err, "-derive derive shared secret\n"); - BIO_printf(bio_err, "-hexdump hex dump output\n"); + BIO_printf(bio_err, "Usage: pkeyutl [options]\n"); + BIO_printf(bio_err, "-in file input file\n"); + BIO_printf(bio_err, "-out file output file\n"); + BIO_printf(bio_err, + "-sigfile file signature file (verify operation only)\n"); + BIO_printf(bio_err, "-inkey file input key\n"); + BIO_printf(bio_err, "-keyform arg private key format - default PEM\n"); + BIO_printf(bio_err, "-pubin input is a public key\n"); + BIO_printf(bio_err, + "-certin input is a certificate carrying a public key\n"); + BIO_printf(bio_err, "-pkeyopt X:Y public key options\n"); + BIO_printf(bio_err, "-sign sign with private key\n"); + BIO_printf(bio_err, "-verify verify with public key\n"); + BIO_printf(bio_err, + "-verifyrecover verify with public key, recover original data\n"); + BIO_printf(bio_err, "-encrypt encrypt with public key\n"); + BIO_printf(bio_err, "-decrypt decrypt with private key\n"); + BIO_printf(bio_err, "-derive derive shared secret\n"); + BIO_printf(bio_err, "-hexdump hex dump output\n"); #ifndef OPENSSL_NO_ENGINE - BIO_printf(bio_err, "-engine e use engine e, possibly a hardware device.\n"); + BIO_printf(bio_err, + "-engine e use engine e, possibly a hardware device.\n"); #endif - BIO_printf(bio_err, "-passin arg pass phrase source\n"); + BIO_printf(bio_err, "-passin arg pass phrase source\n"); } static EVP_PKEY_CTX *init_ctx(int *pkeysize, - char *keyfile, int keyform, int key_type, - char *passargin, int pkey_op, ENGINE *e) - { - EVP_PKEY *pkey = NULL; - EVP_PKEY_CTX *ctx = NULL; - char *passin = NULL; - int rv = -1; - X509 *x; - if(((pkey_op == EVP_PKEY_OP_SIGN) || (pkey_op == EVP_PKEY_OP_DECRYPT) - || (pkey_op == EVP_PKEY_OP_DERIVE)) - && (key_type != KEY_PRIVKEY)) - { - BIO_printf(bio_err, "A private key is needed for this operation\n"); - goto end; - } - if(!app_passwd(bio_err, passargin, NULL, &passin, NULL)) - { - BIO_printf(bio_err, "Error getting password\n"); - goto end; - } - switch(key_type) - { - case KEY_PRIVKEY: - pkey = load_key(bio_err, keyfile, keyform, 0, - passin, e, "Private Key"); - break; - - case KEY_PUBKEY: - pkey = load_pubkey(bio_err, keyfile, keyform, 0, - NULL, e, "Public Key"); - break; - - case KEY_CERT: - x = load_cert(bio_err, keyfile, keyform, - NULL, e, "Certificate"); - if(x) - { - pkey = X509_get_pubkey(x); - X509_free(x); - } - break; - - } - - *pkeysize = EVP_PKEY_size(pkey); - - if (!pkey) - goto end; - - ctx = EVP_PKEY_CTX_new(pkey, e); - - EVP_PKEY_free(pkey); - - if (!ctx) - goto end; - - switch(pkey_op) - { - case EVP_PKEY_OP_SIGN: - rv = EVP_PKEY_sign_init(ctx); - break; - - case EVP_PKEY_OP_VERIFY: - rv = EVP_PKEY_verify_init(ctx); - break; - - case EVP_PKEY_OP_VERIFYRECOVER: - rv = EVP_PKEY_verify_recover_init(ctx); - break; - - case EVP_PKEY_OP_ENCRYPT: - rv = EVP_PKEY_encrypt_init(ctx); - break; - - case EVP_PKEY_OP_DECRYPT: - rv = EVP_PKEY_decrypt_init(ctx); - break; - - case EVP_PKEY_OP_DERIVE: - rv = EVP_PKEY_derive_init(ctx); - break; - } - - if (rv <= 0) - { - EVP_PKEY_CTX_free(ctx); - ctx = NULL; - } - - end: - - if (passin) - OPENSSL_free(passin); - - return ctx; - - - } + char *keyfile, int keyform, int key_type, + char *passargin, int pkey_op, ENGINE *e) +{ + EVP_PKEY *pkey = NULL; + EVP_PKEY_CTX *ctx = NULL; + char *passin = NULL; + int rv = -1; + X509 *x; + if (((pkey_op == EVP_PKEY_OP_SIGN) || (pkey_op == EVP_PKEY_OP_DECRYPT) + || (pkey_op == EVP_PKEY_OP_DERIVE)) + && (key_type != KEY_PRIVKEY)) { + BIO_printf(bio_err, "A private key is needed for this operation\n"); + goto end; + } + if (!app_passwd(bio_err, passargin, NULL, &passin, NULL)) { + BIO_printf(bio_err, "Error getting password\n"); + goto end; + } + switch (key_type) { + case KEY_PRIVKEY: + pkey = load_key(bio_err, keyfile, keyform, 0, + passin, e, "Private Key"); + break; + + case KEY_PUBKEY: + pkey = load_pubkey(bio_err, keyfile, keyform, 0, + NULL, e, "Public Key"); + break; + + case KEY_CERT: + x = load_cert(bio_err, keyfile, keyform, NULL, e, "Certificate"); + if (x) { + pkey = X509_get_pubkey(x); + X509_free(x); + } + break; + + } + + *pkeysize = EVP_PKEY_size(pkey); + + if (!pkey) + goto end; + + ctx = EVP_PKEY_CTX_new(pkey, e); + + EVP_PKEY_free(pkey); + + if (!ctx) + goto end; + + switch (pkey_op) { + case EVP_PKEY_OP_SIGN: + rv = EVP_PKEY_sign_init(ctx); + break; + + case EVP_PKEY_OP_VERIFY: + rv = EVP_PKEY_verify_init(ctx); + break; + + case EVP_PKEY_OP_VERIFYRECOVER: + rv = EVP_PKEY_verify_recover_init(ctx); + break; + + case EVP_PKEY_OP_ENCRYPT: + rv = EVP_PKEY_encrypt_init(ctx); + break; + + case EVP_PKEY_OP_DECRYPT: + rv = EVP_PKEY_decrypt_init(ctx); + break; + + case EVP_PKEY_OP_DERIVE: + rv = EVP_PKEY_derive_init(ctx); + break; + } + + if (rv <= 0) { + EVP_PKEY_CTX_free(ctx); + ctx = NULL; + } + + end: + + if (passin) + OPENSSL_free(passin); + + return ctx; + +} static int setup_peer(BIO *err, EVP_PKEY_CTX *ctx, int peerform, - const char *file) - { - EVP_PKEY *peer = NULL; - int ret; - if (!ctx) - { - BIO_puts(err, "-peerkey command before -inkey\n"); - return 0; - } - - peer = load_pubkey(bio_err, file, peerform, 0, NULL, NULL, "Peer Key"); - - if (!peer) - { - BIO_printf(bio_err, "Error reading peer key %s\n", file); - ERR_print_errors(err); - return 0; - } - - ret = EVP_PKEY_derive_set_peer(ctx, peer); - - EVP_PKEY_free(peer); - if (ret <= 0) - ERR_print_errors(err); - return ret; - } + const char *file) +{ + EVP_PKEY *peer = NULL; + int ret; + if (!ctx) { + BIO_puts(err, "-peerkey command before -inkey\n"); + return 0; + } + + peer = load_pubkey(bio_err, file, peerform, 0, NULL, NULL, "Peer Key"); + + if (!peer) { + BIO_printf(bio_err, "Error reading peer key %s\n", file); + ERR_print_errors(err); + return 0; + } + + ret = EVP_PKEY_derive_set_peer(ctx, peer); + + EVP_PKEY_free(peer); + if (ret <= 0) + ERR_print_errors(err); + return ret; +} static int do_keyop(EVP_PKEY_CTX *ctx, int pkey_op, - unsigned char *out, size_t *poutlen, - unsigned char *in, size_t inlen) - { - int rv = 0; - switch(pkey_op) - { - case EVP_PKEY_OP_VERIFYRECOVER: - rv = EVP_PKEY_verify_recover(ctx, out, poutlen, in, inlen); - break; - - case EVP_PKEY_OP_SIGN: - rv = EVP_PKEY_sign(ctx, out, poutlen, in, inlen); - break; - - case EVP_PKEY_OP_ENCRYPT: - rv = EVP_PKEY_encrypt(ctx, out, poutlen, in, inlen); - break; - - case EVP_PKEY_OP_DECRYPT: - rv = EVP_PKEY_decrypt(ctx, out, poutlen, in, inlen); - break; - - case EVP_PKEY_OP_DERIVE: - rv = EVP_PKEY_derive(ctx, out, poutlen); - break; - - } - return rv; - } + unsigned char *out, size_t *poutlen, + unsigned char *in, size_t inlen) +{ + int rv = 0; + switch (pkey_op) { + case EVP_PKEY_OP_VERIFYRECOVER: + rv = EVP_PKEY_verify_recover(ctx, out, poutlen, in, inlen); + break; + + case EVP_PKEY_OP_SIGN: + rv = EVP_PKEY_sign(ctx, out, poutlen, in, inlen); + break; + + case EVP_PKEY_OP_ENCRYPT: + rv = EVP_PKEY_encrypt(ctx, out, poutlen, in, inlen); + break; + + case EVP_PKEY_OP_DECRYPT: + rv = EVP_PKEY_decrypt(ctx, out, poutlen, in, inlen); + break; + + case EVP_PKEY_OP_DERIVE: + rv = EVP_PKEY_derive(ctx, out, poutlen); + break; + + } + return rv; +} diff --git a/openssl/apps/prime.c b/openssl/apps/prime.c index f1aaef872..1fb1c8d84 100644 --- a/openssl/apps/prime.c +++ b/openssl/apps/prime.c @@ -6,7 +6,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -52,109 +52,100 @@ #include "apps.h" #include - #undef PROG #define PROG prime_main int MAIN(int, char **); int MAIN(int argc, char **argv) - { - int hex=0; - int checks=20; - int generate=0; - int bits=0; - int safe=0; - BIGNUM *bn=NULL; +{ + int hex = 0; + int checks = 20; + int generate = 0; + int bits = 0; + int safe = 0; + BIGNUM *bn = NULL; BIO *bio_out; apps_startup(); if (bio_err == NULL) - if ((bio_err=BIO_new(BIO_s_file())) != NULL) - BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); + if ((bio_err = BIO_new(BIO_s_file())) != NULL) + BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT); --argc; ++argv; - while (argc >= 1 && **argv == '-') - { - if(!strcmp(*argv,"-hex")) - hex=1; - else if(!strcmp(*argv,"-generate")) - generate=1; - else if(!strcmp(*argv,"-bits")) - if(--argc < 1) - goto bad; - else - bits=atoi(*++argv); - else if(!strcmp(*argv,"-safe")) - safe=1; - else if(!strcmp(*argv,"-checks")) - if(--argc < 1) - goto bad; - else - checks=atoi(*++argv); - else - { - BIO_printf(bio_err,"Unknown option '%s'\n",*argv); - goto bad; - } - --argc; - ++argv; - } - - if (argv[0] == NULL && !generate) - { - BIO_printf(bio_err,"No prime specified\n"); - goto bad; - } - - if ((bio_out=BIO_new(BIO_s_file())) != NULL) - { - BIO_set_fp(bio_out,stdout,BIO_NOCLOSE); + while (argc >= 1 && **argv == '-') { + if (!strcmp(*argv, "-hex")) + hex = 1; + else if (!strcmp(*argv, "-generate")) + generate = 1; + else if (!strcmp(*argv, "-bits")) + if (--argc < 1) + goto bad; + else + bits = atoi(*++argv); + else if (!strcmp(*argv, "-safe")) + safe = 1; + else if (!strcmp(*argv, "-checks")) + if (--argc < 1) + goto bad; + else + checks = atoi(*++argv); + else { + BIO_printf(bio_err, "Unknown option '%s'\n", *argv); + goto bad; + } + --argc; + ++argv; + } + + if (argv[0] == NULL && !generate) { + BIO_printf(bio_err, "No prime specified\n"); + goto bad; + } + + if ((bio_out = BIO_new(BIO_s_file())) != NULL) { + BIO_set_fp(bio_out, stdout, BIO_NOCLOSE); #ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - bio_out = BIO_push(tmpbio, bio_out); - } + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + bio_out = BIO_push(tmpbio, bio_out); + } #endif - } - - if(generate) - { - char *s; - - if(!bits) - { - BIO_printf(bio_err,"Specifiy the number of bits.\n"); - return 1; - } - bn=BN_new(); - BN_generate_prime_ex(bn,bits,safe,NULL,NULL,NULL); - s=hex ? BN_bn2hex(bn) : BN_bn2dec(bn); - BIO_printf(bio_out,"%s\n",s); - OPENSSL_free(s); - } - else - { - if(hex) - BN_hex2bn(&bn,argv[0]); - else - BN_dec2bn(&bn,argv[0]); - - BN_print(bio_out,bn); - BIO_printf(bio_out," is %sprime\n", - BN_is_prime_ex(bn,checks,NULL,NULL) ? "" : "not "); - } + } + + if (generate) { + char *s; + + if (!bits) { + BIO_printf(bio_err, "Specifiy the number of bits.\n"); + return 1; + } + bn = BN_new(); + BN_generate_prime_ex(bn, bits, safe, NULL, NULL, NULL); + s = hex ? BN_bn2hex(bn) : BN_bn2dec(bn); + BIO_printf(bio_out, "%s\n", s); + OPENSSL_free(s); + } else { + if (hex) + BN_hex2bn(&bn, argv[0]); + else + BN_dec2bn(&bn, argv[0]); + + BN_print(bio_out, bn); + BIO_printf(bio_out, " is %sprime\n", + BN_is_prime_ex(bn, checks, NULL, NULL) ? "" : "not "); + } BN_free(bn); BIO_free_all(bio_out); return 0; - bad: - BIO_printf(bio_err,"options are\n"); - BIO_printf(bio_err,"%-14s hex\n","-hex"); - BIO_printf(bio_err,"%-14s number of checks\n","-checks "); + bad: + BIO_printf(bio_err, "options are\n"); + BIO_printf(bio_err, "%-14s hex\n", "-hex"); + BIO_printf(bio_err, "%-14s number of checks\n", "-checks "); return 1; - } +} diff --git a/openssl/apps/progs.h b/openssl/apps/progs.h index d79b974ad..fb498fd20 100644 --- a/openssl/apps/progs.h +++ b/openssl/apps/progs.h @@ -1,366 +1,366 @@ /* apps/progs.h */ /* automatically generated by progs.pl for openssl.c */ -extern int verify_main(int argc,char *argv[]); -extern int asn1parse_main(int argc,char *argv[]); -extern int req_main(int argc,char *argv[]); -extern int dgst_main(int argc,char *argv[]); -extern int dh_main(int argc,char *argv[]); -extern int dhparam_main(int argc,char *argv[]); -extern int enc_main(int argc,char *argv[]); -extern int passwd_main(int argc,char *argv[]); -extern int gendh_main(int argc,char *argv[]); -extern int errstr_main(int argc,char *argv[]); -extern int ca_main(int argc,char *argv[]); -extern int crl_main(int argc,char *argv[]); -extern int rsa_main(int argc,char *argv[]); -extern int rsautl_main(int argc,char *argv[]); -extern int dsa_main(int argc,char *argv[]); -extern int dsaparam_main(int argc,char *argv[]); -extern int ec_main(int argc,char *argv[]); -extern int ecparam_main(int argc,char *argv[]); -extern int x509_main(int argc,char *argv[]); -extern int genrsa_main(int argc,char *argv[]); -extern int gendsa_main(int argc,char *argv[]); -extern int genpkey_main(int argc,char *argv[]); -extern int s_server_main(int argc,char *argv[]); -extern int s_client_main(int argc,char *argv[]); -extern int speed_main(int argc,char *argv[]); -extern int s_time_main(int argc,char *argv[]); -extern int version_main(int argc,char *argv[]); -extern int pkcs7_main(int argc,char *argv[]); -extern int cms_main(int argc,char *argv[]); -extern int crl2pkcs7_main(int argc,char *argv[]); -extern int sess_id_main(int argc,char *argv[]); -extern int ciphers_main(int argc,char *argv[]); -extern int nseq_main(int argc,char *argv[]); -extern int pkcs12_main(int argc,char *argv[]); -extern int pkcs8_main(int argc,char *argv[]); -extern int pkey_main(int argc,char *argv[]); -extern int pkeyparam_main(int argc,char *argv[]); -extern int pkeyutl_main(int argc,char *argv[]); -extern int spkac_main(int argc,char *argv[]); -extern int smime_main(int argc,char *argv[]); -extern int rand_main(int argc,char *argv[]); -extern int engine_main(int argc,char *argv[]); -extern int ocsp_main(int argc,char *argv[]); -extern int prime_main(int argc,char *argv[]); -extern int ts_main(int argc,char *argv[]); -extern int srp_main(int argc,char *argv[]); +extern int verify_main(int argc, char *argv[]); +extern int asn1parse_main(int argc, char *argv[]); +extern int req_main(int argc, char *argv[]); +extern int dgst_main(int argc, char *argv[]); +extern int dh_main(int argc, char *argv[]); +extern int dhparam_main(int argc, char *argv[]); +extern int enc_main(int argc, char *argv[]); +extern int passwd_main(int argc, char *argv[]); +extern int gendh_main(int argc, char *argv[]); +extern int errstr_main(int argc, char *argv[]); +extern int ca_main(int argc, char *argv[]); +extern int crl_main(int argc, char *argv[]); +extern int rsa_main(int argc, char *argv[]); +extern int rsautl_main(int argc, char *argv[]); +extern int dsa_main(int argc, char *argv[]); +extern int dsaparam_main(int argc, char *argv[]); +extern int ec_main(int argc, char *argv[]); +extern int ecparam_main(int argc, char *argv[]); +extern int x509_main(int argc, char *argv[]); +extern int genrsa_main(int argc, char *argv[]); +extern int gendsa_main(int argc, char *argv[]); +extern int genpkey_main(int argc, char *argv[]); +extern int s_server_main(int argc, char *argv[]); +extern int s_client_main(int argc, char *argv[]); +extern int speed_main(int argc, char *argv[]); +extern int s_time_main(int argc, char *argv[]); +extern int version_main(int argc, char *argv[]); +extern int pkcs7_main(int argc, char *argv[]); +extern int cms_main(int argc, char *argv[]); +extern int crl2pkcs7_main(int argc, char *argv[]); +extern int sess_id_main(int argc, char *argv[]); +extern int ciphers_main(int argc, char *argv[]); +extern int nseq_main(int argc, char *argv[]); +extern int pkcs12_main(int argc, char *argv[]); +extern int pkcs8_main(int argc, char *argv[]); +extern int pkey_main(int argc, char *argv[]); +extern int pkeyparam_main(int argc, char *argv[]); +extern int pkeyutl_main(int argc, char *argv[]); +extern int spkac_main(int argc, char *argv[]); +extern int smime_main(int argc, char *argv[]); +extern int rand_main(int argc, char *argv[]); +extern int engine_main(int argc, char *argv[]); +extern int ocsp_main(int argc, char *argv[]); +extern int prime_main(int argc, char *argv[]); +extern int ts_main(int argc, char *argv[]); +extern int srp_main(int argc, char *argv[]); -#define FUNC_TYPE_GENERAL 1 -#define FUNC_TYPE_MD 2 -#define FUNC_TYPE_CIPHER 3 -#define FUNC_TYPE_PKEY 4 -#define FUNC_TYPE_MD_ALG 5 -#define FUNC_TYPE_CIPHER_ALG 6 +#define FUNC_TYPE_GENERAL 1 +#define FUNC_TYPE_MD 2 +#define FUNC_TYPE_CIPHER 3 +#define FUNC_TYPE_PKEY 4 +#define FUNC_TYPE_MD_ALG 5 +#define FUNC_TYPE_CIPHER_ALG 6 typedef struct { - int type; - const char *name; - int (*func)(int argc,char *argv[]); - } FUNCTION; + int type; + const char *name; + int (*func) (int argc, char *argv[]); +} FUNCTION; DECLARE_LHASH_OF(FUNCTION); FUNCTION functions[] = { - {FUNC_TYPE_GENERAL,"verify",verify_main}, - {FUNC_TYPE_GENERAL,"asn1parse",asn1parse_main}, - {FUNC_TYPE_GENERAL,"req",req_main}, - {FUNC_TYPE_GENERAL,"dgst",dgst_main}, + {FUNC_TYPE_GENERAL, "verify", verify_main}, + {FUNC_TYPE_GENERAL, "asn1parse", asn1parse_main}, + {FUNC_TYPE_GENERAL, "req", req_main}, + {FUNC_TYPE_GENERAL, "dgst", dgst_main}, #ifndef OPENSSL_NO_DH - {FUNC_TYPE_GENERAL,"dh",dh_main}, + {FUNC_TYPE_GENERAL, "dh", dh_main}, #endif #ifndef OPENSSL_NO_DH - {FUNC_TYPE_GENERAL,"dhparam",dhparam_main}, + {FUNC_TYPE_GENERAL, "dhparam", dhparam_main}, #endif - {FUNC_TYPE_GENERAL,"enc",enc_main}, - {FUNC_TYPE_GENERAL,"passwd",passwd_main}, + {FUNC_TYPE_GENERAL, "enc", enc_main}, + {FUNC_TYPE_GENERAL, "passwd", passwd_main}, #ifndef OPENSSL_NO_DH - {FUNC_TYPE_GENERAL,"gendh",gendh_main}, + {FUNC_TYPE_GENERAL, "gendh", gendh_main}, #endif - {FUNC_TYPE_GENERAL,"errstr",errstr_main}, - {FUNC_TYPE_GENERAL,"ca",ca_main}, - {FUNC_TYPE_GENERAL,"crl",crl_main}, + {FUNC_TYPE_GENERAL, "errstr", errstr_main}, + {FUNC_TYPE_GENERAL, "ca", ca_main}, + {FUNC_TYPE_GENERAL, "crl", crl_main}, #ifndef OPENSSL_NO_RSA - {FUNC_TYPE_GENERAL,"rsa",rsa_main}, + {FUNC_TYPE_GENERAL, "rsa", rsa_main}, #endif #ifndef OPENSSL_NO_RSA - {FUNC_TYPE_GENERAL,"rsautl",rsautl_main}, + {FUNC_TYPE_GENERAL, "rsautl", rsautl_main}, #endif #ifndef OPENSSL_NO_DSA - {FUNC_TYPE_GENERAL,"dsa",dsa_main}, + {FUNC_TYPE_GENERAL, "dsa", dsa_main}, #endif #ifndef OPENSSL_NO_DSA - {FUNC_TYPE_GENERAL,"dsaparam",dsaparam_main}, + {FUNC_TYPE_GENERAL, "dsaparam", dsaparam_main}, #endif #ifndef OPENSSL_NO_EC - {FUNC_TYPE_GENERAL,"ec",ec_main}, + {FUNC_TYPE_GENERAL, "ec", ec_main}, #endif #ifndef OPENSSL_NO_EC - {FUNC_TYPE_GENERAL,"ecparam",ecparam_main}, + {FUNC_TYPE_GENERAL, "ecparam", ecparam_main}, #endif - {FUNC_TYPE_GENERAL,"x509",x509_main}, + {FUNC_TYPE_GENERAL, "x509", x509_main}, #ifndef OPENSSL_NO_RSA - {FUNC_TYPE_GENERAL,"genrsa",genrsa_main}, + {FUNC_TYPE_GENERAL, "genrsa", genrsa_main}, #endif #ifndef OPENSSL_NO_DSA - {FUNC_TYPE_GENERAL,"gendsa",gendsa_main}, + {FUNC_TYPE_GENERAL, "gendsa", gendsa_main}, #endif - {FUNC_TYPE_GENERAL,"genpkey",genpkey_main}, + {FUNC_TYPE_GENERAL, "genpkey", genpkey_main}, #if !defined(OPENSSL_NO_SOCK) - {FUNC_TYPE_GENERAL,"s_server",s_server_main}, + {FUNC_TYPE_GENERAL, "s_server", s_server_main}, #endif #if !defined(OPENSSL_NO_SOCK) - {FUNC_TYPE_GENERAL,"s_client",s_client_main}, + {FUNC_TYPE_GENERAL, "s_client", s_client_main}, #endif #ifndef OPENSSL_NO_SPEED - {FUNC_TYPE_GENERAL,"speed",speed_main}, + {FUNC_TYPE_GENERAL, "speed", speed_main}, #endif #if !defined(OPENSSL_NO_SOCK) - {FUNC_TYPE_GENERAL,"s_time",s_time_main}, + {FUNC_TYPE_GENERAL, "s_time", s_time_main}, #endif - {FUNC_TYPE_GENERAL,"version",version_main}, - {FUNC_TYPE_GENERAL,"pkcs7",pkcs7_main}, + {FUNC_TYPE_GENERAL, "version", version_main}, + {FUNC_TYPE_GENERAL, "pkcs7", pkcs7_main}, #ifndef OPENSSL_NO_CMS - {FUNC_TYPE_GENERAL,"cms",cms_main}, + {FUNC_TYPE_GENERAL, "cms", cms_main}, #endif - {FUNC_TYPE_GENERAL,"crl2pkcs7",crl2pkcs7_main}, - {FUNC_TYPE_GENERAL,"sess_id",sess_id_main}, + {FUNC_TYPE_GENERAL, "crl2pkcs7", crl2pkcs7_main}, + {FUNC_TYPE_GENERAL, "sess_id", sess_id_main}, #if !defined(OPENSSL_NO_SOCK) - {FUNC_TYPE_GENERAL,"ciphers",ciphers_main}, + {FUNC_TYPE_GENERAL, "ciphers", ciphers_main}, #endif - {FUNC_TYPE_GENERAL,"nseq",nseq_main}, + {FUNC_TYPE_GENERAL, "nseq", nseq_main}, #if !defined(OPENSSL_NO_DES) && !defined(OPENSSL_NO_SHA1) - {FUNC_TYPE_GENERAL,"pkcs12",pkcs12_main}, -#endif - {FUNC_TYPE_GENERAL,"pkcs8",pkcs8_main}, - {FUNC_TYPE_GENERAL,"pkey",pkey_main}, - {FUNC_TYPE_GENERAL,"pkeyparam",pkeyparam_main}, - {FUNC_TYPE_GENERAL,"pkeyutl",pkeyutl_main}, - {FUNC_TYPE_GENERAL,"spkac",spkac_main}, - {FUNC_TYPE_GENERAL,"smime",smime_main}, - {FUNC_TYPE_GENERAL,"rand",rand_main}, + {FUNC_TYPE_GENERAL, "pkcs12", pkcs12_main}, +#endif + {FUNC_TYPE_GENERAL, "pkcs8", pkcs8_main}, + {FUNC_TYPE_GENERAL, "pkey", pkey_main}, + {FUNC_TYPE_GENERAL, "pkeyparam", pkeyparam_main}, + {FUNC_TYPE_GENERAL, "pkeyutl", pkeyutl_main}, + {FUNC_TYPE_GENERAL, "spkac", spkac_main}, + {FUNC_TYPE_GENERAL, "smime", smime_main}, + {FUNC_TYPE_GENERAL, "rand", rand_main}, #ifndef OPENSSL_NO_ENGINE - {FUNC_TYPE_GENERAL,"engine",engine_main}, + {FUNC_TYPE_GENERAL, "engine", engine_main}, #endif #ifndef OPENSSL_NO_OCSP - {FUNC_TYPE_GENERAL,"ocsp",ocsp_main}, + {FUNC_TYPE_GENERAL, "ocsp", ocsp_main}, #endif - {FUNC_TYPE_GENERAL,"prime",prime_main}, - {FUNC_TYPE_GENERAL,"ts",ts_main}, + {FUNC_TYPE_GENERAL, "prime", prime_main}, + {FUNC_TYPE_GENERAL, "ts", ts_main}, #ifndef OPENSSL_NO_SRP - {FUNC_TYPE_GENERAL,"srp",srp_main}, + {FUNC_TYPE_GENERAL, "srp", srp_main}, #endif #ifndef OPENSSL_NO_MD2 - {FUNC_TYPE_MD,"md2",dgst_main}, + {FUNC_TYPE_MD, "md2", dgst_main}, #endif #ifndef OPENSSL_NO_MD4 - {FUNC_TYPE_MD,"md4",dgst_main}, + {FUNC_TYPE_MD, "md4", dgst_main}, #endif #ifndef OPENSSL_NO_MD5 - {FUNC_TYPE_MD,"md5",dgst_main}, + {FUNC_TYPE_MD, "md5", dgst_main}, #endif #ifndef OPENSSL_NO_SHA - {FUNC_TYPE_MD,"sha",dgst_main}, + {FUNC_TYPE_MD, "sha", dgst_main}, #endif #ifndef OPENSSL_NO_SHA1 - {FUNC_TYPE_MD,"sha1",dgst_main}, + {FUNC_TYPE_MD, "sha1", dgst_main}, #endif #ifndef OPENSSL_NO_MDC2 - {FUNC_TYPE_MD,"mdc2",dgst_main}, + {FUNC_TYPE_MD, "mdc2", dgst_main}, #endif #ifndef OPENSSL_NO_RMD160 - {FUNC_TYPE_MD,"rmd160",dgst_main}, + {FUNC_TYPE_MD, "rmd160", dgst_main}, #endif #ifndef OPENSSL_NO_AES - {FUNC_TYPE_CIPHER,"aes-128-cbc",enc_main}, + {FUNC_TYPE_CIPHER, "aes-128-cbc", enc_main}, #endif #ifndef OPENSSL_NO_AES - {FUNC_TYPE_CIPHER,"aes-128-ecb",enc_main}, + {FUNC_TYPE_CIPHER, "aes-128-ecb", enc_main}, #endif #ifndef OPENSSL_NO_AES - {FUNC_TYPE_CIPHER,"aes-192-cbc",enc_main}, + {FUNC_TYPE_CIPHER, "aes-192-cbc", enc_main}, #endif #ifndef OPENSSL_NO_AES - {FUNC_TYPE_CIPHER,"aes-192-ecb",enc_main}, + {FUNC_TYPE_CIPHER, "aes-192-ecb", enc_main}, #endif #ifndef OPENSSL_NO_AES - {FUNC_TYPE_CIPHER,"aes-256-cbc",enc_main}, + {FUNC_TYPE_CIPHER, "aes-256-cbc", enc_main}, #endif #ifndef OPENSSL_NO_AES - {FUNC_TYPE_CIPHER,"aes-256-ecb",enc_main}, + {FUNC_TYPE_CIPHER, "aes-256-ecb", enc_main}, #endif #ifndef OPENSSL_NO_CAMELLIA - {FUNC_TYPE_CIPHER,"camellia-128-cbc",enc_main}, + {FUNC_TYPE_CIPHER, "camellia-128-cbc", enc_main}, #endif #ifndef OPENSSL_NO_CAMELLIA - {FUNC_TYPE_CIPHER,"camellia-128-ecb",enc_main}, + {FUNC_TYPE_CIPHER, "camellia-128-ecb", enc_main}, #endif #ifndef OPENSSL_NO_CAMELLIA - {FUNC_TYPE_CIPHER,"camellia-192-cbc",enc_main}, + {FUNC_TYPE_CIPHER, "camellia-192-cbc", enc_main}, #endif #ifndef OPENSSL_NO_CAMELLIA - {FUNC_TYPE_CIPHER,"camellia-192-ecb",enc_main}, + {FUNC_TYPE_CIPHER, "camellia-192-ecb", enc_main}, #endif #ifndef OPENSSL_NO_CAMELLIA - {FUNC_TYPE_CIPHER,"camellia-256-cbc",enc_main}, + {FUNC_TYPE_CIPHER, "camellia-256-cbc", enc_main}, #endif #ifndef OPENSSL_NO_CAMELLIA - {FUNC_TYPE_CIPHER,"camellia-256-ecb",enc_main}, + {FUNC_TYPE_CIPHER, "camellia-256-ecb", enc_main}, #endif - {FUNC_TYPE_CIPHER,"base64",enc_main}, + {FUNC_TYPE_CIPHER, "base64", enc_main}, #ifdef ZLIB - {FUNC_TYPE_CIPHER,"zlib",enc_main}, + {FUNC_TYPE_CIPHER, "zlib", enc_main}, #endif #ifndef OPENSSL_NO_DES - {FUNC_TYPE_CIPHER,"des",enc_main}, + {FUNC_TYPE_CIPHER, "des", enc_main}, #endif #ifndef OPENSSL_NO_DES - {FUNC_TYPE_CIPHER,"des3",enc_main}, + {FUNC_TYPE_CIPHER, "des3", enc_main}, #endif #ifndef OPENSSL_NO_DES - {FUNC_TYPE_CIPHER,"desx",enc_main}, + {FUNC_TYPE_CIPHER, "desx", enc_main}, #endif #ifndef OPENSSL_NO_IDEA - {FUNC_TYPE_CIPHER,"idea",enc_main}, + {FUNC_TYPE_CIPHER, "idea", enc_main}, #endif #ifndef OPENSSL_NO_SEED - {FUNC_TYPE_CIPHER,"seed",enc_main}, + {FUNC_TYPE_CIPHER, "seed", enc_main}, #endif #ifndef OPENSSL_NO_RC4 - {FUNC_TYPE_CIPHER,"rc4",enc_main}, + {FUNC_TYPE_CIPHER, "rc4", enc_main}, #endif #ifndef OPENSSL_NO_RC4 - {FUNC_TYPE_CIPHER,"rc4-40",enc_main}, + {FUNC_TYPE_CIPHER, "rc4-40", enc_main}, #endif #ifndef OPENSSL_NO_RC2 - {FUNC_TYPE_CIPHER,"rc2",enc_main}, + {FUNC_TYPE_CIPHER, "rc2", enc_main}, #endif #ifndef OPENSSL_NO_BF - {FUNC_TYPE_CIPHER,"bf",enc_main}, + {FUNC_TYPE_CIPHER, "bf", enc_main}, #endif #ifndef OPENSSL_NO_CAST - {FUNC_TYPE_CIPHER,"cast",enc_main}, + {FUNC_TYPE_CIPHER, "cast", enc_main}, #endif #ifndef OPENSSL_NO_RC5 - {FUNC_TYPE_CIPHER,"rc5",enc_main}, + {FUNC_TYPE_CIPHER, "rc5", enc_main}, #endif #ifndef OPENSSL_NO_DES - {FUNC_TYPE_CIPHER,"des-ecb",enc_main}, + {FUNC_TYPE_CIPHER, "des-ecb", enc_main}, #endif #ifndef OPENSSL_NO_DES - {FUNC_TYPE_CIPHER,"des-ede",enc_main}, + {FUNC_TYPE_CIPHER, "des-ede", enc_main}, #endif #ifndef OPENSSL_NO_DES - {FUNC_TYPE_CIPHER,"des-ede3",enc_main}, + {FUNC_TYPE_CIPHER, "des-ede3", enc_main}, #endif #ifndef OPENSSL_NO_DES - {FUNC_TYPE_CIPHER,"des-cbc",enc_main}, + {FUNC_TYPE_CIPHER, "des-cbc", enc_main}, #endif #ifndef OPENSSL_NO_DES - {FUNC_TYPE_CIPHER,"des-ede-cbc",enc_main}, + {FUNC_TYPE_CIPHER, "des-ede-cbc", enc_main}, #endif #ifndef OPENSSL_NO_DES - {FUNC_TYPE_CIPHER,"des-ede3-cbc",enc_main}, + {FUNC_TYPE_CIPHER, "des-ede3-cbc", enc_main}, #endif #ifndef OPENSSL_NO_DES - {FUNC_TYPE_CIPHER,"des-cfb",enc_main}, + {FUNC_TYPE_CIPHER, "des-cfb", enc_main}, #endif #ifndef OPENSSL_NO_DES - {FUNC_TYPE_CIPHER,"des-ede-cfb",enc_main}, + {FUNC_TYPE_CIPHER, "des-ede-cfb", enc_main}, #endif #ifndef OPENSSL_NO_DES - {FUNC_TYPE_CIPHER,"des-ede3-cfb",enc_main}, + {FUNC_TYPE_CIPHER, "des-ede3-cfb", enc_main}, #endif #ifndef OPENSSL_NO_DES - {FUNC_TYPE_CIPHER,"des-ofb",enc_main}, + {FUNC_TYPE_CIPHER, "des-ofb", enc_main}, #endif #ifndef OPENSSL_NO_DES - {FUNC_TYPE_CIPHER,"des-ede-ofb",enc_main}, + {FUNC_TYPE_CIPHER, "des-ede-ofb", enc_main}, #endif #ifndef OPENSSL_NO_DES - {FUNC_TYPE_CIPHER,"des-ede3-ofb",enc_main}, + {FUNC_TYPE_CIPHER, "des-ede3-ofb", enc_main}, #endif #ifndef OPENSSL_NO_IDEA - {FUNC_TYPE_CIPHER,"idea-cbc",enc_main}, + {FUNC_TYPE_CIPHER, "idea-cbc", enc_main}, #endif #ifndef OPENSSL_NO_IDEA - {FUNC_TYPE_CIPHER,"idea-ecb",enc_main}, + {FUNC_TYPE_CIPHER, "idea-ecb", enc_main}, #endif #ifndef OPENSSL_NO_IDEA - {FUNC_TYPE_CIPHER,"idea-cfb",enc_main}, + {FUNC_TYPE_CIPHER, "idea-cfb", enc_main}, #endif #ifndef OPENSSL_NO_IDEA - {FUNC_TYPE_CIPHER,"idea-ofb",enc_main}, + {FUNC_TYPE_CIPHER, "idea-ofb", enc_main}, #endif #ifndef OPENSSL_NO_SEED - {FUNC_TYPE_CIPHER,"seed-cbc",enc_main}, + {FUNC_TYPE_CIPHER, "seed-cbc", enc_main}, #endif #ifndef OPENSSL_NO_SEED - {FUNC_TYPE_CIPHER,"seed-ecb",enc_main}, + {FUNC_TYPE_CIPHER, "seed-ecb", enc_main}, #endif #ifndef OPENSSL_NO_SEED - {FUNC_TYPE_CIPHER,"seed-cfb",enc_main}, + {FUNC_TYPE_CIPHER, "seed-cfb", enc_main}, #endif #ifndef OPENSSL_NO_SEED - {FUNC_TYPE_CIPHER,"seed-ofb",enc_main}, + {FUNC_TYPE_CIPHER, "seed-ofb", enc_main}, #endif #ifndef OPENSSL_NO_RC2 - {FUNC_TYPE_CIPHER,"rc2-cbc",enc_main}, + {FUNC_TYPE_CIPHER, "rc2-cbc", enc_main}, #endif #ifndef OPENSSL_NO_RC2 - {FUNC_TYPE_CIPHER,"rc2-ecb",enc_main}, + {FUNC_TYPE_CIPHER, "rc2-ecb", enc_main}, #endif #ifndef OPENSSL_NO_RC2 - {FUNC_TYPE_CIPHER,"rc2-cfb",enc_main}, + {FUNC_TYPE_CIPHER, "rc2-cfb", enc_main}, #endif #ifndef OPENSSL_NO_RC2 - {FUNC_TYPE_CIPHER,"rc2-ofb",enc_main}, + {FUNC_TYPE_CIPHER, "rc2-ofb", enc_main}, #endif #ifndef OPENSSL_NO_RC2 - {FUNC_TYPE_CIPHER,"rc2-64-cbc",enc_main}, + {FUNC_TYPE_CIPHER, "rc2-64-cbc", enc_main}, #endif #ifndef OPENSSL_NO_RC2 - {FUNC_TYPE_CIPHER,"rc2-40-cbc",enc_main}, + {FUNC_TYPE_CIPHER, "rc2-40-cbc", enc_main}, #endif #ifndef OPENSSL_NO_BF - {FUNC_TYPE_CIPHER,"bf-cbc",enc_main}, + {FUNC_TYPE_CIPHER, "bf-cbc", enc_main}, #endif #ifndef OPENSSL_NO_BF - {FUNC_TYPE_CIPHER,"bf-ecb",enc_main}, + {FUNC_TYPE_CIPHER, "bf-ecb", enc_main}, #endif #ifndef OPENSSL_NO_BF - {FUNC_TYPE_CIPHER,"bf-cfb",enc_main}, + {FUNC_TYPE_CIPHER, "bf-cfb", enc_main}, #endif #ifndef OPENSSL_NO_BF - {FUNC_TYPE_CIPHER,"bf-ofb",enc_main}, + {FUNC_TYPE_CIPHER, "bf-ofb", enc_main}, #endif #ifndef OPENSSL_NO_CAST - {FUNC_TYPE_CIPHER,"cast5-cbc",enc_main}, + {FUNC_TYPE_CIPHER, "cast5-cbc", enc_main}, #endif #ifndef OPENSSL_NO_CAST - {FUNC_TYPE_CIPHER,"cast5-ecb",enc_main}, + {FUNC_TYPE_CIPHER, "cast5-ecb", enc_main}, #endif #ifndef OPENSSL_NO_CAST - {FUNC_TYPE_CIPHER,"cast5-cfb",enc_main}, + {FUNC_TYPE_CIPHER, "cast5-cfb", enc_main}, #endif #ifndef OPENSSL_NO_CAST - {FUNC_TYPE_CIPHER,"cast5-ofb",enc_main}, + {FUNC_TYPE_CIPHER, "cast5-ofb", enc_main}, #endif #ifndef OPENSSL_NO_CAST - {FUNC_TYPE_CIPHER,"cast-cbc",enc_main}, + {FUNC_TYPE_CIPHER, "cast-cbc", enc_main}, #endif #ifndef OPENSSL_NO_RC5 - {FUNC_TYPE_CIPHER,"rc5-cbc",enc_main}, + {FUNC_TYPE_CIPHER, "rc5-cbc", enc_main}, #endif #ifndef OPENSSL_NO_RC5 - {FUNC_TYPE_CIPHER,"rc5-ecb",enc_main}, + {FUNC_TYPE_CIPHER, "rc5-ecb", enc_main}, #endif #ifndef OPENSSL_NO_RC5 - {FUNC_TYPE_CIPHER,"rc5-cfb",enc_main}, + {FUNC_TYPE_CIPHER, "rc5-cfb", enc_main}, #endif #ifndef OPENSSL_NO_RC5 - {FUNC_TYPE_CIPHER,"rc5-ofb",enc_main}, + {FUNC_TYPE_CIPHER, "rc5-ofb", enc_main}, #endif - {0,NULL,NULL} - }; + {0, NULL, NULL} +}; diff --git a/openssl/apps/rand.c b/openssl/apps/rand.c index 790e79592..e159da37b 100644 --- a/openssl/apps/rand.c +++ b/openssl/apps/rand.c @@ -7,7 +7,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -66,7 +66,8 @@ #undef PROG #define PROG rand_main -/* -out file - write to file +/*- + * -out file - write to file * -rand file:file - PRNG seed files * -base64 - base64 encode output * -hex - hex encode output @@ -76,170 +77,153 @@ int MAIN(int, char **); int MAIN(int argc, char **argv) - { - int i, r, ret = 1; - int badopt; - char *outfile = NULL; - char *inrand = NULL; - int base64 = 0; - int hex = 0; - BIO *out = NULL; - int num = -1; +{ + int i, r, ret = 1; + int badopt; + char *outfile = NULL; + char *inrand = NULL; + int base64 = 0; + int hex = 0; + BIO *out = NULL; + int num = -1; #ifndef OPENSSL_NO_ENGINE - char *engine=NULL; + char *engine = NULL; #endif - apps_startup(); - - if (bio_err == NULL) - if ((bio_err = BIO_new(BIO_s_file())) != NULL) - BIO_set_fp(bio_err, stderr, BIO_NOCLOSE|BIO_FP_TEXT); - - if (!load_config(bio_err, NULL)) - goto err; - - badopt = 0; - i = 0; - while (!badopt && argv[++i] != NULL) - { - if (strcmp(argv[i], "-out") == 0) - { - if ((argv[i+1] != NULL) && (outfile == NULL)) - outfile = argv[++i]; - else - badopt = 1; - } + apps_startup(); + + if (bio_err == NULL) + if ((bio_err = BIO_new(BIO_s_file())) != NULL) + BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT); + + if (!load_config(bio_err, NULL)) + goto err; + + badopt = 0; + i = 0; + while (!badopt && argv[++i] != NULL) { + if (strcmp(argv[i], "-out") == 0) { + if ((argv[i + 1] != NULL) && (outfile == NULL)) + outfile = argv[++i]; + else + badopt = 1; + } #ifndef OPENSSL_NO_ENGINE - else if (strcmp(argv[i], "-engine") == 0) - { - if ((argv[i+1] != NULL) && (engine == NULL)) - engine = argv[++i]; - else - badopt = 1; - } + else if (strcmp(argv[i], "-engine") == 0) { + if ((argv[i + 1] != NULL) && (engine == NULL)) + engine = argv[++i]; + else + badopt = 1; + } #endif - else if (strcmp(argv[i], "-rand") == 0) - { - if ((argv[i+1] != NULL) && (inrand == NULL)) - inrand = argv[++i]; - else - badopt = 1; - } - else if (strcmp(argv[i], "-base64") == 0) - { - if (!base64) - base64 = 1; - else - badopt = 1; - } - else if (strcmp(argv[i], "-hex") == 0) - { - if (!hex) - hex = 1; - else - badopt = 1; - } - else if (isdigit((unsigned char)argv[i][0])) - { - if (num < 0) - { - r = sscanf(argv[i], "%d", &num); - if (r == 0 || num < 0) - badopt = 1; - } - else - badopt = 1; - } - else - badopt = 1; - } - - if (hex && base64) - badopt = 1; - - if (num < 0) - badopt = 1; - - if (badopt) - { - BIO_printf(bio_err, "Usage: rand [options] num\n"); - BIO_printf(bio_err, "where options are\n"); - BIO_printf(bio_err, "-out file - write to file\n"); + else if (strcmp(argv[i], "-rand") == 0) { + if ((argv[i + 1] != NULL) && (inrand == NULL)) + inrand = argv[++i]; + else + badopt = 1; + } else if (strcmp(argv[i], "-base64") == 0) { + if (!base64) + base64 = 1; + else + badopt = 1; + } else if (strcmp(argv[i], "-hex") == 0) { + if (!hex) + hex = 1; + else + badopt = 1; + } else if (isdigit((unsigned char)argv[i][0])) { + if (num < 0) { + r = sscanf(argv[i], "%d", &num); + if (r == 0 || num < 0) + badopt = 1; + } else + badopt = 1; + } else + badopt = 1; + } + + if (hex && base64) + badopt = 1; + + if (num < 0) + badopt = 1; + + if (badopt) { + BIO_printf(bio_err, "Usage: rand [options] num\n"); + BIO_printf(bio_err, "where options are\n"); + BIO_printf(bio_err, "-out file - write to file\n"); #ifndef OPENSSL_NO_ENGINE - BIO_printf(bio_err, "-engine e - use engine e, possibly a hardware device.\n"); + BIO_printf(bio_err, + "-engine e - use engine e, possibly a hardware device.\n"); #endif - BIO_printf(bio_err, "-rand file%cfile%c... - seed PRNG from files\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR); - BIO_printf(bio_err, "-base64 - base64 encode output\n"); - BIO_printf(bio_err, "-hex - hex encode output\n"); - goto err; - } - + BIO_printf(bio_err, "-rand file%cfile%c... - seed PRNG from files\n", + LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR); + BIO_printf(bio_err, "-base64 - base64 encode output\n"); + BIO_printf(bio_err, "-hex - hex encode output\n"); + goto err; + } #ifndef OPENSSL_NO_ENGINE - setup_engine(bio_err, engine, 0); + setup_engine(bio_err, engine, 0); #endif - app_RAND_load_file(NULL, bio_err, (inrand != NULL)); - if (inrand != NULL) - BIO_printf(bio_err,"%ld semi-random bytes loaded\n", - app_RAND_load_files(inrand)); - - out = BIO_new(BIO_s_file()); - if (out == NULL) - goto err; - if (outfile != NULL) - r = BIO_write_filename(out, outfile); - else - { - r = BIO_set_fp(out, stdout, BIO_NOCLOSE | BIO_FP_TEXT); + app_RAND_load_file(NULL, bio_err, (inrand != NULL)); + if (inrand != NULL) + BIO_printf(bio_err, "%ld semi-random bytes loaded\n", + app_RAND_load_files(inrand)); + + out = BIO_new(BIO_s_file()); + if (out == NULL) + goto err; + if (outfile != NULL) + r = BIO_write_filename(out, outfile); + else { + r = BIO_set_fp(out, stdout, BIO_NOCLOSE | BIO_FP_TEXT); #ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - out = BIO_push(tmpbio, out); - } + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + out = BIO_push(tmpbio, out); + } #endif - } - if (r <= 0) - goto err; - - if (base64) - { - BIO *b64 = BIO_new(BIO_f_base64()); - if (b64 == NULL) - goto err; - out = BIO_push(b64, out); - } - - while (num > 0) - { - unsigned char buf[4096]; - int chunk; - - chunk = num; - if (chunk > (int)sizeof(buf)) - chunk = sizeof buf; - r = RAND_bytes(buf, chunk); - if (r <= 0) - goto err; - if (!hex) - BIO_write(out, buf, chunk); - else - { - for (i = 0; i < chunk; i++) - BIO_printf(out, "%02x", buf[i]); - } - num -= chunk; - } - if (hex) - BIO_puts(out, "\n"); - (void)BIO_flush(out); - - app_RAND_write_file(NULL, bio_err); - ret = 0; - -err: - ERR_print_errors(bio_err); - if (out) - BIO_free_all(out); - apps_shutdown(); - OPENSSL_EXIT(ret); - } + } + if (r <= 0) + goto err; + + if (base64) { + BIO *b64 = BIO_new(BIO_f_base64()); + if (b64 == NULL) + goto err; + out = BIO_push(b64, out); + } + + while (num > 0) { + unsigned char buf[4096]; + int chunk; + + chunk = num; + if (chunk > (int)sizeof(buf)) + chunk = sizeof buf; + r = RAND_bytes(buf, chunk); + if (r <= 0) + goto err; + if (!hex) + BIO_write(out, buf, chunk); + else { + for (i = 0; i < chunk; i++) + BIO_printf(out, "%02x", buf[i]); + } + num -= chunk; + } + if (hex) + BIO_puts(out, "\n"); + (void)BIO_flush(out); + + app_RAND_write_file(NULL, bio_err); + ret = 0; + + err: + ERR_print_errors(bio_err); + if (out) + BIO_free_all(out); + apps_shutdown(); + OPENSSL_EXIT(ret); +} diff --git a/openssl/apps/req.c b/openssl/apps/req.c index d41385d70..57781c93c 100644 --- a/openssl/apps/req.c +++ b/openssl/apps/req.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,17 +49,19 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence * [including the GNU Public Licence.] */ -/* Until the key-gen callbacks are modified to use newer prototypes, we allow - * deprecated functions for openssl-internal code */ +/* + * Until the key-gen callbacks are modified to use newer prototypes, we allow + * deprecated functions for openssl-internal code + */ #ifdef OPENSSL_NO_DEPRECATED -#undef OPENSSL_NO_DEPRECATED +# undef OPENSSL_NO_DEPRECATED #endif #include @@ -67,7 +69,7 @@ #include #include #ifdef OPENSSL_NO_STDIO -#define APPS_WIN16 +# define APPS_WIN16 #endif #include "apps.h" #include @@ -81,1768 +83,1650 @@ #include #include #ifndef OPENSSL_NO_RSA -#include +# include #endif #ifndef OPENSSL_NO_DSA -#include +# include #endif -#define SECTION "req" +#define SECTION "req" -#define BITS "default_bits" -#define KEYFILE "default_keyfile" -#define PROMPT "prompt" -#define DISTINGUISHED_NAME "distinguished_name" -#define ATTRIBUTES "attributes" -#define V3_EXTENSIONS "x509_extensions" -#define REQ_EXTENSIONS "req_extensions" -#define STRING_MASK "string_mask" -#define UTF8_IN "utf8" +#define BITS "default_bits" +#define KEYFILE "default_keyfile" +#define PROMPT "prompt" +#define DISTINGUISHED_NAME "distinguished_name" +#define ATTRIBUTES "attributes" +#define V3_EXTENSIONS "x509_extensions" +#define REQ_EXTENSIONS "req_extensions" +#define STRING_MASK "string_mask" +#define UTF8_IN "utf8" -#define DEFAULT_KEY_LENGTH 512 -#define MIN_KEY_LENGTH 384 +#define DEFAULT_KEY_LENGTH 512 +#define MIN_KEY_LENGTH 384 #undef PROG -#define PROG req_main +#define PROG req_main -/* -inform arg - input format - default PEM (DER or PEM) +/*- + * -inform arg - input format - default PEM (DER or PEM) * -outform arg - output format - default PEM - * -in arg - input file - default stdin - * -out arg - output file - default stdout - * -verify - check request signature - * -noout - don't print stuff out. - * -text - print out human readable text. - * -nodes - no des encryption - * -config file - Load configuration file. - * -key file - make a request using key in file (or use it for verification). - * -keyform arg - key file format. + * -in arg - input file - default stdin + * -out arg - output file - default stdout + * -verify - check request signature + * -noout - don't print stuff out. + * -text - print out human readable text. + * -nodes - no des encryption + * -config file - Load configuration file. + * -key file - make a request using key in file (or use it for verification). + * -keyform arg - key file format. * -rand file(s) - load the file(s) into the PRNG. - * -newkey - make a key and a request. - * -modulus - print RSA modulus. - * -pubkey - output Public Key. - * -x509 - output a self signed X509 structure instead. - * -asn1-kludge - output new certificate request in a format that some CA's - * require. This format is wrong + * -newkey - make a key and a request. + * -modulus - print RSA modulus. + * -pubkey - output Public Key. + * -x509 - output a self signed X509 structure instead. + * -asn1-kludge - output new certificate request in a format that some CA's + * require. This format is wrong */ -static int make_REQ(X509_REQ *req,EVP_PKEY *pkey,char *dn,int mutlirdn, - int attribs,unsigned long chtype); +static int make_REQ(X509_REQ *req, EVP_PKEY *pkey, char *dn, int mutlirdn, + int attribs, unsigned long chtype); static int build_subject(X509_REQ *req, char *subj, unsigned long chtype, - int multirdn); + int multirdn); static int prompt_info(X509_REQ *req, - STACK_OF(CONF_VALUE) *dn_sk, char *dn_sect, - STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect, int attribs, - unsigned long chtype); + STACK_OF(CONF_VALUE) *dn_sk, char *dn_sect, + STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect, + int attribs, unsigned long chtype); static int auto_info(X509_REQ *req, STACK_OF(CONF_VALUE) *sk, - STACK_OF(CONF_VALUE) *attr, int attribs, - unsigned long chtype); + STACK_OF(CONF_VALUE) *attr, int attribs, + unsigned long chtype); static int add_attribute_object(X509_REQ *req, char *text, const char *def, - char *value, int nid, int n_min, - int n_max, unsigned long chtype); -static int add_DN_object(X509_NAME *n, char *text, const char *def, char *value, - int nid,int n_min,int n_max, unsigned long chtype, int mval); + char *value, int nid, int n_min, int n_max, + unsigned long chtype); +static int add_DN_object(X509_NAME *n, char *text, const char *def, + char *value, int nid, int n_min, int n_max, + unsigned long chtype, int mval); static int genpkey_cb(EVP_PKEY_CTX *ctx); -static int req_check_len(int len,int n_min,int n_max); +static int req_check_len(int len, int n_min, int n_max); static int check_end(const char *str, const char *end); -static EVP_PKEY_CTX *set_keygen_ctx(BIO *err, const char *gstr, int *pkey_type, - long *pkeylen, char **palgnam, - ENGINE *keygen_engine); +static EVP_PKEY_CTX *set_keygen_ctx(BIO *err, const char *gstr, + int *pkey_type, long *pkeylen, + char **palgnam, ENGINE *keygen_engine); #ifndef MONOLITH -static char *default_config_file=NULL; +static char *default_config_file = NULL; #endif -static CONF *req_conf=NULL; -static int batch=0; +static CONF *req_conf = NULL; +static int batch = 0; int MAIN(int, char **); int MAIN(int argc, char **argv) - { - ENGINE *e = NULL, *gen_eng = NULL; - unsigned long nmflag = 0, reqflag = 0; - int ex=1,x509=0,days=30; - X509 *x509ss=NULL; - X509_REQ *req=NULL; - EVP_PKEY_CTX *genctx = NULL; - const char *keyalg = NULL; - char *keyalgstr = NULL; - STACK_OF(OPENSSL_STRING) *pkeyopts = NULL, *sigopts = NULL; - EVP_PKEY *pkey=NULL; - int i=0,badops=0,newreq=0,verbose=0,pkey_type=-1; - long newkey = -1; - BIO *in=NULL,*out=NULL; - int informat,outformat,verify=0,noout=0,text=0,keyform=FORMAT_PEM; - int nodes=0,kludge=0,newhdr=0,subject=0,pubkey=0; - char *infile,*outfile,*prog,*keyfile=NULL,*template=NULL,*keyout=NULL; +{ + ENGINE *e = NULL, *gen_eng = NULL; + unsigned long nmflag = 0, reqflag = 0; + int ex = 1, x509 = 0, days = 30; + X509 *x509ss = NULL; + X509_REQ *req = NULL; + EVP_PKEY_CTX *genctx = NULL; + const char *keyalg = NULL; + char *keyalgstr = NULL; + STACK_OF(OPENSSL_STRING) *pkeyopts = NULL, *sigopts = NULL; + EVP_PKEY *pkey = NULL; + int i = 0, badops = 0, newreq = 0, verbose = 0, pkey_type = -1; + long newkey = -1; + BIO *in = NULL, *out = NULL; + int informat, outformat, verify = 0, noout = 0, text = 0, keyform = + FORMAT_PEM; + int nodes = 0, kludge = 0, newhdr = 0, subject = 0, pubkey = 0; + char *infile, *outfile, *prog, *keyfile = NULL, *template = + NULL, *keyout = NULL; #ifndef OPENSSL_NO_ENGINE - char *engine=NULL; + char *engine = NULL; #endif - char *extensions = NULL; - char *req_exts = NULL; - const EVP_CIPHER *cipher=NULL; - ASN1_INTEGER *serial = NULL; - int modulus=0; - char *inrand=NULL; - char *passargin = NULL, *passargout = NULL; - char *passin = NULL, *passout = NULL; - char *p; - char *subj = NULL; - int multirdn = 0; - const EVP_MD *md_alg=NULL,*digest=NULL; - unsigned long chtype = MBSTRING_ASC; + char *extensions = NULL; + char *req_exts = NULL; + const EVP_CIPHER *cipher = NULL; + ASN1_INTEGER *serial = NULL; + int modulus = 0; + char *inrand = NULL; + char *passargin = NULL, *passargout = NULL; + char *passin = NULL, *passout = NULL; + char *p; + char *subj = NULL; + int multirdn = 0; + const EVP_MD *md_alg = NULL, *digest = NULL; + unsigned long chtype = MBSTRING_ASC; #ifndef MONOLITH - char *to_free; - long errline; + char *to_free; + long errline; #endif - req_conf = NULL; + req_conf = NULL; #ifndef OPENSSL_NO_DES - cipher=EVP_des_ede3_cbc(); + cipher = EVP_des_ede3_cbc(); #endif - apps_startup(); - - if (bio_err == NULL) - if ((bio_err=BIO_new(BIO_s_file())) != NULL) - BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); - - infile=NULL; - outfile=NULL; - informat=FORMAT_PEM; - outformat=FORMAT_PEM; - - prog=argv[0]; - argc--; - argv++; - while (argc >= 1) - { - if (strcmp(*argv,"-inform") == 0) - { - if (--argc < 1) goto bad; - informat=str2fmt(*(++argv)); - } - else if (strcmp(*argv,"-outform") == 0) - { - if (--argc < 1) goto bad; - outformat=str2fmt(*(++argv)); - } + apps_startup(); + + if (bio_err == NULL) + if ((bio_err = BIO_new(BIO_s_file())) != NULL) + BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT); + + infile = NULL; + outfile = NULL; + informat = FORMAT_PEM; + outformat = FORMAT_PEM; + + prog = argv[0]; + argc--; + argv++; + while (argc >= 1) { + if (strcmp(*argv, "-inform") == 0) { + if (--argc < 1) + goto bad; + informat = str2fmt(*(++argv)); + } else if (strcmp(*argv, "-outform") == 0) { + if (--argc < 1) + goto bad; + outformat = str2fmt(*(++argv)); + } #ifndef OPENSSL_NO_ENGINE - else if (strcmp(*argv,"-engine") == 0) - { - if (--argc < 1) goto bad; - engine= *(++argv); - } - else if (strcmp(*argv,"-keygen_engine") == 0) - { - if (--argc < 1) goto bad; - gen_eng = ENGINE_by_id(*(++argv)); - if (gen_eng == NULL) - { - BIO_printf(bio_err, "Can't find keygen engine %s\n", *argv); - goto end; - } - } + else if (strcmp(*argv, "-engine") == 0) { + if (--argc < 1) + goto bad; + engine = *(++argv); + } else if (strcmp(*argv, "-keygen_engine") == 0) { + if (--argc < 1) + goto bad; + gen_eng = ENGINE_by_id(*(++argv)); + if (gen_eng == NULL) { + BIO_printf(bio_err, "Can't find keygen engine %s\n", *argv); + goto end; + } + } #endif - else if (strcmp(*argv,"-key") == 0) - { - if (--argc < 1) goto bad; - keyfile= *(++argv); - } - else if (strcmp(*argv,"-pubkey") == 0) - { - pubkey=1; - } - else if (strcmp(*argv,"-new") == 0) - { - newreq=1; - } - else if (strcmp(*argv,"-config") == 0) - { - if (--argc < 1) goto bad; - template= *(++argv); - } - else if (strcmp(*argv,"-keyform") == 0) - { - if (--argc < 1) goto bad; - keyform=str2fmt(*(++argv)); - } - else if (strcmp(*argv,"-in") == 0) - { - if (--argc < 1) goto bad; - infile= *(++argv); - } - else if (strcmp(*argv,"-out") == 0) - { - if (--argc < 1) goto bad; - outfile= *(++argv); - } - else if (strcmp(*argv,"-keyout") == 0) - { - if (--argc < 1) goto bad; - keyout= *(++argv); - } - else if (strcmp(*argv,"-passin") == 0) - { - if (--argc < 1) goto bad; - passargin= *(++argv); - } - else if (strcmp(*argv,"-passout") == 0) - { - if (--argc < 1) goto bad; - passargout= *(++argv); - } - else if (strcmp(*argv,"-rand") == 0) - { - if (--argc < 1) goto bad; - inrand= *(++argv); - } - else if (strcmp(*argv,"-newkey") == 0) - { - if (--argc < 1) - goto bad; - keyalg = *(++argv); - newreq=1; - } - else if (strcmp(*argv,"-pkeyopt") == 0) - { - if (--argc < 1) - goto bad; - if (!pkeyopts) - pkeyopts = sk_OPENSSL_STRING_new_null(); - if (!pkeyopts || !sk_OPENSSL_STRING_push(pkeyopts, *(++argv))) - goto bad; - } - else if (strcmp(*argv,"-sigopt") == 0) - { - if (--argc < 1) - goto bad; - if (!sigopts) - sigopts = sk_OPENSSL_STRING_new_null(); - if (!sigopts || !sk_OPENSSL_STRING_push(sigopts, *(++argv))) - goto bad; - } - else if (strcmp(*argv,"-batch") == 0) - batch=1; - else if (strcmp(*argv,"-newhdr") == 0) - newhdr=1; - else if (strcmp(*argv,"-modulus") == 0) - modulus=1; - else if (strcmp(*argv,"-verify") == 0) - verify=1; - else if (strcmp(*argv,"-nodes") == 0) - nodes=1; - else if (strcmp(*argv,"-noout") == 0) - noout=1; - else if (strcmp(*argv,"-verbose") == 0) - verbose=1; - else if (strcmp(*argv,"-utf8") == 0) - chtype = MBSTRING_UTF8; - else if (strcmp(*argv,"-nameopt") == 0) - { - if (--argc < 1) goto bad; - if (!set_name_ex(&nmflag, *(++argv))) goto bad; - } - else if (strcmp(*argv,"-reqopt") == 0) - { - if (--argc < 1) goto bad; - if (!set_cert_ex(&reqflag, *(++argv))) goto bad; - } - else if (strcmp(*argv,"-subject") == 0) - subject=1; - else if (strcmp(*argv,"-text") == 0) - text=1; - else if (strcmp(*argv,"-x509") == 0) - x509=1; - else if (strcmp(*argv,"-asn1-kludge") == 0) - kludge=1; - else if (strcmp(*argv,"-no-asn1-kludge") == 0) - kludge=0; - else if (strcmp(*argv,"-subj") == 0) - { - if (--argc < 1) goto bad; - subj= *(++argv); - } - else if (strcmp(*argv,"-multivalue-rdn") == 0) - multirdn=1; - else if (strcmp(*argv,"-days") == 0) - { - if (--argc < 1) goto bad; - days= atoi(*(++argv)); - if (days == 0) days=30; - } - else if (strcmp(*argv,"-set_serial") == 0) - { - if (--argc < 1) goto bad; - serial = s2i_ASN1_INTEGER(NULL, *(++argv)); - if (!serial) goto bad; - } - else if (strcmp(*argv,"-extensions") == 0) - { - if (--argc < 1) goto bad; - extensions = *(++argv); - } - else if (strcmp(*argv,"-reqexts") == 0) - { - if (--argc < 1) goto bad; - req_exts = *(++argv); - } - else if ((md_alg=EVP_get_digestbyname(&((*argv)[1]))) != NULL) - { - /* ok */ - digest=md_alg; - } - else - { - BIO_printf(bio_err,"unknown option %s\n",*argv); - badops=1; - break; - } - argc--; - argv++; - } - - if (badops) - { -bad: - BIO_printf(bio_err,"%s [options] outfile\n",prog); - BIO_printf(bio_err,"where options are\n"); - BIO_printf(bio_err," -inform arg input format - DER or PEM\n"); - BIO_printf(bio_err," -outform arg output format - DER or PEM\n"); - BIO_printf(bio_err," -in arg input file\n"); - BIO_printf(bio_err," -out arg output file\n"); - BIO_printf(bio_err," -text text form of request\n"); - BIO_printf(bio_err," -pubkey output public key\n"); - BIO_printf(bio_err," -noout do not output REQ\n"); - BIO_printf(bio_err," -verify verify signature on REQ\n"); - BIO_printf(bio_err," -modulus RSA modulus\n"); - BIO_printf(bio_err," -nodes don't encrypt the output key\n"); + else if (strcmp(*argv, "-key") == 0) { + if (--argc < 1) + goto bad; + keyfile = *(++argv); + } else if (strcmp(*argv, "-pubkey") == 0) { + pubkey = 1; + } else if (strcmp(*argv, "-new") == 0) { + newreq = 1; + } else if (strcmp(*argv, "-config") == 0) { + if (--argc < 1) + goto bad; + template = *(++argv); + } else if (strcmp(*argv, "-keyform") == 0) { + if (--argc < 1) + goto bad; + keyform = str2fmt(*(++argv)); + } else if (strcmp(*argv, "-in") == 0) { + if (--argc < 1) + goto bad; + infile = *(++argv); + } else if (strcmp(*argv, "-out") == 0) { + if (--argc < 1) + goto bad; + outfile = *(++argv); + } else if (strcmp(*argv, "-keyout") == 0) { + if (--argc < 1) + goto bad; + keyout = *(++argv); + } else if (strcmp(*argv, "-passin") == 0) { + if (--argc < 1) + goto bad; + passargin = *(++argv); + } else if (strcmp(*argv, "-passout") == 0) { + if (--argc < 1) + goto bad; + passargout = *(++argv); + } else if (strcmp(*argv, "-rand") == 0) { + if (--argc < 1) + goto bad; + inrand = *(++argv); + } else if (strcmp(*argv, "-newkey") == 0) { + if (--argc < 1) + goto bad; + keyalg = *(++argv); + newreq = 1; + } else if (strcmp(*argv, "-pkeyopt") == 0) { + if (--argc < 1) + goto bad; + if (!pkeyopts) + pkeyopts = sk_OPENSSL_STRING_new_null(); + if (!pkeyopts || !sk_OPENSSL_STRING_push(pkeyopts, *(++argv))) + goto bad; + } else if (strcmp(*argv, "-sigopt") == 0) { + if (--argc < 1) + goto bad; + if (!sigopts) + sigopts = sk_OPENSSL_STRING_new_null(); + if (!sigopts || !sk_OPENSSL_STRING_push(sigopts, *(++argv))) + goto bad; + } else if (strcmp(*argv, "-batch") == 0) + batch = 1; + else if (strcmp(*argv, "-newhdr") == 0) + newhdr = 1; + else if (strcmp(*argv, "-modulus") == 0) + modulus = 1; + else if (strcmp(*argv, "-verify") == 0) + verify = 1; + else if (strcmp(*argv, "-nodes") == 0) + nodes = 1; + else if (strcmp(*argv, "-noout") == 0) + noout = 1; + else if (strcmp(*argv, "-verbose") == 0) + verbose = 1; + else if (strcmp(*argv, "-utf8") == 0) + chtype = MBSTRING_UTF8; + else if (strcmp(*argv, "-nameopt") == 0) { + if (--argc < 1) + goto bad; + if (!set_name_ex(&nmflag, *(++argv))) + goto bad; + } else if (strcmp(*argv, "-reqopt") == 0) { + if (--argc < 1) + goto bad; + if (!set_cert_ex(&reqflag, *(++argv))) + goto bad; + } else if (strcmp(*argv, "-subject") == 0) + subject = 1; + else if (strcmp(*argv, "-text") == 0) + text = 1; + else if (strcmp(*argv, "-x509") == 0) + x509 = 1; + else if (strcmp(*argv, "-asn1-kludge") == 0) + kludge = 1; + else if (strcmp(*argv, "-no-asn1-kludge") == 0) + kludge = 0; + else if (strcmp(*argv, "-subj") == 0) { + if (--argc < 1) + goto bad; + subj = *(++argv); + } else if (strcmp(*argv, "-multivalue-rdn") == 0) + multirdn = 1; + else if (strcmp(*argv, "-days") == 0) { + if (--argc < 1) + goto bad; + days = atoi(*(++argv)); + if (days == 0) + days = 30; + } else if (strcmp(*argv, "-set_serial") == 0) { + if (--argc < 1) + goto bad; + serial = s2i_ASN1_INTEGER(NULL, *(++argv)); + if (!serial) + goto bad; + } else if (strcmp(*argv, "-extensions") == 0) { + if (--argc < 1) + goto bad; + extensions = *(++argv); + } else if (strcmp(*argv, "-reqexts") == 0) { + if (--argc < 1) + goto bad; + req_exts = *(++argv); + } else if ((md_alg = EVP_get_digestbyname(&((*argv)[1]))) != NULL) { + /* ok */ + digest = md_alg; + } else { + BIO_printf(bio_err, "unknown option %s\n", *argv); + badops = 1; + break; + } + argc--; + argv++; + } + + if (badops) { + bad: + BIO_printf(bio_err, "%s [options] outfile\n", prog); + BIO_printf(bio_err, "where options are\n"); + BIO_printf(bio_err, " -inform arg input format - DER or PEM\n"); + BIO_printf(bio_err, " -outform arg output format - DER or PEM\n"); + BIO_printf(bio_err, " -in arg input file\n"); + BIO_printf(bio_err, " -out arg output file\n"); + BIO_printf(bio_err, " -text text form of request\n"); + BIO_printf(bio_err, " -pubkey output public key\n"); + BIO_printf(bio_err, " -noout do not output REQ\n"); + BIO_printf(bio_err, " -verify verify signature on REQ\n"); + BIO_printf(bio_err, " -modulus RSA modulus\n"); + BIO_printf(bio_err, " -nodes don't encrypt the output key\n"); #ifndef OPENSSL_NO_ENGINE - BIO_printf(bio_err," -engine e use engine e, possibly a hardware device\n"); + BIO_printf(bio_err, + " -engine e use engine e, possibly a hardware device\n"); #endif - BIO_printf(bio_err," -subject output the request's subject\n"); - BIO_printf(bio_err," -passin private key password source\n"); - BIO_printf(bio_err," -key file use the private key contained in file\n"); - BIO_printf(bio_err," -keyform arg key file format\n"); - BIO_printf(bio_err," -keyout arg file to send the key to\n"); - BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR); - BIO_printf(bio_err," load the file (or the files in the directory) into\n"); - BIO_printf(bio_err," the random number generator\n"); - BIO_printf(bio_err," -newkey rsa:bits generate a new RSA key of 'bits' in size\n"); - BIO_printf(bio_err," -newkey dsa:file generate a new DSA key, parameters taken from CA in 'file'\n"); + BIO_printf(bio_err, " -subject output the request's subject\n"); + BIO_printf(bio_err, " -passin private key password source\n"); + BIO_printf(bio_err, + " -key file use the private key contained in file\n"); + BIO_printf(bio_err, " -keyform arg key file format\n"); + BIO_printf(bio_err, " -keyout arg file to send the key to\n"); + BIO_printf(bio_err, " -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, + LIST_SEPARATOR_CHAR); + BIO_printf(bio_err, + " load the file (or the files in the directory) into\n"); + BIO_printf(bio_err, " the random number generator\n"); + BIO_printf(bio_err, + " -newkey rsa:bits generate a new RSA key of 'bits' in size\n"); + BIO_printf(bio_err, + " -newkey dsa:file generate a new DSA key, parameters taken from CA in 'file'\n"); #ifndef OPENSSL_NO_ECDSA - BIO_printf(bio_err," -newkey ec:file generate a new EC key, parameters taken from CA in 'file'\n"); + BIO_printf(bio_err, + " -newkey ec:file generate a new EC key, parameters taken from CA in 'file'\n"); #endif - BIO_printf(bio_err," -[digest] Digest to sign with (md5, sha1, md2, mdc2, md4)\n"); - BIO_printf(bio_err," -config file request template file.\n"); - BIO_printf(bio_err," -subj arg set or modify request subject\n"); - BIO_printf(bio_err," -multivalue-rdn enable support for multivalued RDNs\n"); - BIO_printf(bio_err," -new new request.\n"); - BIO_printf(bio_err," -batch do not ask anything during request generation\n"); - BIO_printf(bio_err," -x509 output a x509 structure instead of a cert. req.\n"); - BIO_printf(bio_err," -days number of days a certificate generated by -x509 is valid for.\n"); - BIO_printf(bio_err," -set_serial serial number to use for a certificate generated by -x509.\n"); - BIO_printf(bio_err," -newhdr output \"NEW\" in the header lines\n"); - BIO_printf(bio_err," -asn1-kludge Output the 'request' in a format that is wrong but some CA's\n"); - BIO_printf(bio_err," have been reported as requiring\n"); - BIO_printf(bio_err," -extensions .. specify certificate extension section (override value in config file)\n"); - BIO_printf(bio_err," -reqexts .. specify request extension section (override value in config file)\n"); - BIO_printf(bio_err," -utf8 input characters are UTF8 (default ASCII)\n"); - BIO_printf(bio_err," -nameopt arg - various certificate name options\n"); - BIO_printf(bio_err," -reqopt arg - various request text options\n\n"); - goto end; - } - - ERR_load_crypto_strings(); - if(!app_passwd(bio_err, passargin, passargout, &passin, &passout)) { - BIO_printf(bio_err, "Error getting passwords\n"); - goto end; - } - -#ifndef MONOLITH /* else this has happened in openssl.c (global `config') */ - /* Lets load up our environment a little */ - p=getenv("OPENSSL_CONF"); - if (p == NULL) - p=getenv("SSLEAY_CONF"); - if (p == NULL) - p=to_free=make_config_name(); - default_config_file=p; - config=NCONF_new(NULL); - i=NCONF_load(config, p, &errline); + BIO_printf(bio_err, + " -[digest] Digest to sign with (md5, sha1, md2, mdc2, md4)\n"); + BIO_printf(bio_err, " -config file request template file.\n"); + BIO_printf(bio_err, + " -subj arg set or modify request subject\n"); + BIO_printf(bio_err, + " -multivalue-rdn enable support for multivalued RDNs\n"); + BIO_printf(bio_err, " -new new request.\n"); + BIO_printf(bio_err, + " -batch do not ask anything during request generation\n"); + BIO_printf(bio_err, + " -x509 output a x509 structure instead of a cert. req.\n"); + BIO_printf(bio_err, + " -days number of days a certificate generated by -x509 is valid for.\n"); + BIO_printf(bio_err, + " -set_serial serial number to use for a certificate generated by -x509.\n"); + BIO_printf(bio_err, + " -newhdr output \"NEW\" in the header lines\n"); + BIO_printf(bio_err, + " -asn1-kludge Output the 'request' in a format that is wrong but some CA's\n"); + BIO_printf(bio_err, + " have been reported as requiring\n"); + BIO_printf(bio_err, + " -extensions .. specify certificate extension section (override value in config file)\n"); + BIO_printf(bio_err, + " -reqexts .. specify request extension section (override value in config file)\n"); + BIO_printf(bio_err, + " -utf8 input characters are UTF8 (default ASCII)\n"); + BIO_printf(bio_err, + " -nameopt arg - various certificate name options\n"); + BIO_printf(bio_err, + " -reqopt arg - various request text options\n\n"); + goto end; + } + + ERR_load_crypto_strings(); + if (!app_passwd(bio_err, passargin, passargout, &passin, &passout)) { + BIO_printf(bio_err, "Error getting passwords\n"); + goto end; + } +#ifndef MONOLITH /* else this has happened in openssl.c + * (global `config') */ + /* Lets load up our environment a little */ + p = getenv("OPENSSL_CONF"); + if (p == NULL) + p = getenv("SSLEAY_CONF"); + if (p == NULL) + p = to_free = make_config_name(); + default_config_file = p; + config = NCONF_new(NULL); + i = NCONF_load(config, p, &errline); #endif - if (template != NULL) - { - long errline = -1; - - if( verbose ) - BIO_printf(bio_err,"Using configuration from %s\n",template); - req_conf=NCONF_new(NULL); - i=NCONF_load(req_conf,template,&errline); - if (i == 0) - { - BIO_printf(bio_err,"error on line %ld of %s\n",errline,template); - goto end; - } - } - else - { - req_conf=config; - - if (req_conf == NULL) - { - BIO_printf(bio_err,"Unable to load config info from %s\n", default_config_file); - if (newreq) - goto end; - } - else if( verbose ) - BIO_printf(bio_err,"Using configuration from %s\n", - default_config_file); - } - - if (req_conf != NULL) - { - if (!load_config(bio_err, req_conf)) - goto end; - p=NCONF_get_string(req_conf,NULL,"oid_file"); - if (p == NULL) - ERR_clear_error(); - if (p != NULL) - { - BIO *oid_bio; - - oid_bio=BIO_new_file(p,"r"); - if (oid_bio == NULL) - { - /* - BIO_printf(bio_err,"problems opening %s for extra oid's\n",p); - ERR_print_errors(bio_err); - */ - } - else - { - OBJ_create_objects(oid_bio); - BIO_free(oid_bio); - } - } - } - if(!add_oid_section(bio_err, req_conf)) goto end; - - if (md_alg == NULL) - { - p=NCONF_get_string(req_conf,SECTION,"default_md"); - if (p == NULL) - ERR_clear_error(); - if (p != NULL) - { - if ((md_alg=EVP_get_digestbyname(p)) != NULL) - digest=md_alg; - } - } - - if (!extensions) - { - extensions = NCONF_get_string(req_conf, SECTION, V3_EXTENSIONS); - if (!extensions) - ERR_clear_error(); - } - if (extensions) { - /* Check syntax of file */ - X509V3_CTX ctx; - X509V3_set_ctx_test(&ctx); - X509V3_set_nconf(&ctx, req_conf); - if(!X509V3_EXT_add_nconf(req_conf, &ctx, extensions, NULL)) { - BIO_printf(bio_err, - "Error Loading extension section %s\n", extensions); - goto end; - } - } - - if(!passin) - { - passin = NCONF_get_string(req_conf, SECTION, "input_password"); - if (!passin) - ERR_clear_error(); - } - - if(!passout) - { - passout = NCONF_get_string(req_conf, SECTION, "output_password"); - if (!passout) - ERR_clear_error(); - } - - p = NCONF_get_string(req_conf, SECTION, STRING_MASK); - if (!p) - ERR_clear_error(); - - if(p && !ASN1_STRING_set_default_mask_asc(p)) { - BIO_printf(bio_err, "Invalid global string mask setting %s\n", p); - goto end; - } - - if (chtype != MBSTRING_UTF8) - { - p = NCONF_get_string(req_conf, SECTION, UTF8_IN); - if (!p) - ERR_clear_error(); - else if (!strcmp(p, "yes")) - chtype = MBSTRING_UTF8; - } - - - if(!req_exts) - { - req_exts = NCONF_get_string(req_conf, SECTION, REQ_EXTENSIONS); - if (!req_exts) - ERR_clear_error(); - } - if(req_exts) { - /* Check syntax of file */ - X509V3_CTX ctx; - X509V3_set_ctx_test(&ctx); - X509V3_set_nconf(&ctx, req_conf); - if(!X509V3_EXT_add_nconf(req_conf, &ctx, req_exts, NULL)) { - BIO_printf(bio_err, - "Error Loading request extension section %s\n", - req_exts); - goto end; - } - } - - in=BIO_new(BIO_s_file()); - out=BIO_new(BIO_s_file()); - if ((in == NULL) || (out == NULL)) - goto end; + if (template != NULL) { + long errline = -1; + + if (verbose) + BIO_printf(bio_err, "Using configuration from %s\n", template); + req_conf = NCONF_new(NULL); + i = NCONF_load(req_conf, template, &errline); + if (i == 0) { + BIO_printf(bio_err, "error on line %ld of %s\n", errline, + template); + goto end; + } + } else { + req_conf = config; + + if (req_conf == NULL) { + BIO_printf(bio_err, "Unable to load config info from %s\n", + default_config_file); + if (newreq) + goto end; + } else if (verbose) + BIO_printf(bio_err, "Using configuration from %s\n", + default_config_file); + } + + if (req_conf != NULL) { + if (!load_config(bio_err, req_conf)) + goto end; + p = NCONF_get_string(req_conf, NULL, "oid_file"); + if (p == NULL) + ERR_clear_error(); + if (p != NULL) { + BIO *oid_bio; + + oid_bio = BIO_new_file(p, "r"); + if (oid_bio == NULL) { + /*- + BIO_printf(bio_err,"problems opening %s for extra oid's\n",p); + ERR_print_errors(bio_err); + */ + } else { + OBJ_create_objects(oid_bio); + BIO_free(oid_bio); + } + } + } + if (!add_oid_section(bio_err, req_conf)) + goto end; + + if (md_alg == NULL) { + p = NCONF_get_string(req_conf, SECTION, "default_md"); + if (p == NULL) + ERR_clear_error(); + if (p != NULL) { + if ((md_alg = EVP_get_digestbyname(p)) != NULL) + digest = md_alg; + } + } + + if (!extensions) { + extensions = NCONF_get_string(req_conf, SECTION, V3_EXTENSIONS); + if (!extensions) + ERR_clear_error(); + } + if (extensions) { + /* Check syntax of file */ + X509V3_CTX ctx; + X509V3_set_ctx_test(&ctx); + X509V3_set_nconf(&ctx, req_conf); + if (!X509V3_EXT_add_nconf(req_conf, &ctx, extensions, NULL)) { + BIO_printf(bio_err, + "Error Loading extension section %s\n", extensions); + goto end; + } + } + + if (!passin) { + passin = NCONF_get_string(req_conf, SECTION, "input_password"); + if (!passin) + ERR_clear_error(); + } + + if (!passout) { + passout = NCONF_get_string(req_conf, SECTION, "output_password"); + if (!passout) + ERR_clear_error(); + } + + p = NCONF_get_string(req_conf, SECTION, STRING_MASK); + if (!p) + ERR_clear_error(); + + if (p && !ASN1_STRING_set_default_mask_asc(p)) { + BIO_printf(bio_err, "Invalid global string mask setting %s\n", p); + goto end; + } + + if (chtype != MBSTRING_UTF8) { + p = NCONF_get_string(req_conf, SECTION, UTF8_IN); + if (!p) + ERR_clear_error(); + else if (!strcmp(p, "yes")) + chtype = MBSTRING_UTF8; + } + + if (!req_exts) { + req_exts = NCONF_get_string(req_conf, SECTION, REQ_EXTENSIONS); + if (!req_exts) + ERR_clear_error(); + } + if (req_exts) { + /* Check syntax of file */ + X509V3_CTX ctx; + X509V3_set_ctx_test(&ctx); + X509V3_set_nconf(&ctx, req_conf); + if (!X509V3_EXT_add_nconf(req_conf, &ctx, req_exts, NULL)) { + BIO_printf(bio_err, + "Error Loading request extension section %s\n", + req_exts); + goto end; + } + } + + in = BIO_new(BIO_s_file()); + out = BIO_new(BIO_s_file()); + if ((in == NULL) || (out == NULL)) + goto end; #ifndef OPENSSL_NO_ENGINE - e = setup_engine(bio_err, engine, 0); + e = setup_engine(bio_err, engine, 0); #endif - if (keyfile != NULL) - { - pkey = load_key(bio_err, keyfile, keyform, 0, passin, e, - "Private Key"); - if (!pkey) - { - /* load_key() has already printed an appropriate - message */ - goto end; - } - else - { - char *randfile = NCONF_get_string(req_conf,SECTION,"RANDFILE"); - if (randfile == NULL) - ERR_clear_error(); - app_RAND_load_file(randfile, bio_err, 0); - } - } - - if (newreq && (pkey == NULL)) - { - char *randfile = NCONF_get_string(req_conf,SECTION,"RANDFILE"); - if (randfile == NULL) - ERR_clear_error(); - app_RAND_load_file(randfile, bio_err, 0); - if (inrand) - app_RAND_load_files(inrand); - - if (!NCONF_get_number(req_conf,SECTION,BITS, &newkey)) - { - newkey=DEFAULT_KEY_LENGTH; - } - - if (keyalg) - { - genctx = set_keygen_ctx(bio_err, keyalg, &pkey_type, &newkey, - &keyalgstr, gen_eng); - if (!genctx) - goto end; - } - - if (newkey < MIN_KEY_LENGTH && (pkey_type == EVP_PKEY_RSA || pkey_type == EVP_PKEY_DSA)) - { - BIO_printf(bio_err,"private key length is too short,\n"); - BIO_printf(bio_err,"it needs to be at least %d bits, not %ld\n",MIN_KEY_LENGTH,newkey); - goto end; - } - - if (!genctx) - { - genctx = set_keygen_ctx(bio_err, NULL, &pkey_type, &newkey, - &keyalgstr, gen_eng); - if (!genctx) - goto end; - } - - if (pkeyopts) - { - char *genopt; - for (i = 0; i < sk_OPENSSL_STRING_num(pkeyopts); i++) - { - genopt = sk_OPENSSL_STRING_value(pkeyopts, i); - if (pkey_ctrl_string(genctx, genopt) <= 0) - { - BIO_printf(bio_err, - "parameter error \"%s\"\n", - genopt); - ERR_print_errors(bio_err); - goto end; - } - } - } - - BIO_printf(bio_err,"Generating a %ld bit %s private key\n", - newkey, keyalgstr); - - EVP_PKEY_CTX_set_cb(genctx, genpkey_cb); - EVP_PKEY_CTX_set_app_data(genctx, bio_err); - - if (EVP_PKEY_keygen(genctx, &pkey) <= 0) - { - BIO_puts(bio_err, "Error Generating Key\n"); - goto end; - } - - EVP_PKEY_CTX_free(genctx); - genctx = NULL; - - app_RAND_write_file(randfile, bio_err); - - if (keyout == NULL) - { - keyout=NCONF_get_string(req_conf,SECTION,KEYFILE); - if (keyout == NULL) - ERR_clear_error(); - } - - if (keyout == NULL) - { - BIO_printf(bio_err,"writing new private key to stdout\n"); - BIO_set_fp(out,stdout,BIO_NOCLOSE); + if (keyfile != NULL) { + pkey = load_key(bio_err, keyfile, keyform, 0, passin, e, + "Private Key"); + if (!pkey) { + /* + * load_key() has already printed an appropriate message + */ + goto end; + } else { + char *randfile = NCONF_get_string(req_conf, SECTION, "RANDFILE"); + if (randfile == NULL) + ERR_clear_error(); + app_RAND_load_file(randfile, bio_err, 0); + } + } + + if (newreq && (pkey == NULL)) { + char *randfile = NCONF_get_string(req_conf, SECTION, "RANDFILE"); + if (randfile == NULL) + ERR_clear_error(); + app_RAND_load_file(randfile, bio_err, 0); + if (inrand) + app_RAND_load_files(inrand); + + if (!NCONF_get_number(req_conf, SECTION, BITS, &newkey)) { + newkey = DEFAULT_KEY_LENGTH; + } + + if (keyalg) { + genctx = set_keygen_ctx(bio_err, keyalg, &pkey_type, &newkey, + &keyalgstr, gen_eng); + if (!genctx) + goto end; + } + + if (newkey < MIN_KEY_LENGTH + && (pkey_type == EVP_PKEY_RSA || pkey_type == EVP_PKEY_DSA)) { + BIO_printf(bio_err, "private key length is too short,\n"); + BIO_printf(bio_err, "it needs to be at least %d bits, not %ld\n", + MIN_KEY_LENGTH, newkey); + goto end; + } + + if (!genctx) { + genctx = set_keygen_ctx(bio_err, NULL, &pkey_type, &newkey, + &keyalgstr, gen_eng); + if (!genctx) + goto end; + } + + if (pkeyopts) { + char *genopt; + for (i = 0; i < sk_OPENSSL_STRING_num(pkeyopts); i++) { + genopt = sk_OPENSSL_STRING_value(pkeyopts, i); + if (pkey_ctrl_string(genctx, genopt) <= 0) { + BIO_printf(bio_err, "parameter error \"%s\"\n", genopt); + ERR_print_errors(bio_err); + goto end; + } + } + } + + BIO_printf(bio_err, "Generating a %ld bit %s private key\n", + newkey, keyalgstr); + + EVP_PKEY_CTX_set_cb(genctx, genpkey_cb); + EVP_PKEY_CTX_set_app_data(genctx, bio_err); + + if (EVP_PKEY_keygen(genctx, &pkey) <= 0) { + BIO_puts(bio_err, "Error Generating Key\n"); + goto end; + } + + EVP_PKEY_CTX_free(genctx); + genctx = NULL; + + app_RAND_write_file(randfile, bio_err); + + if (keyout == NULL) { + keyout = NCONF_get_string(req_conf, SECTION, KEYFILE); + if (keyout == NULL) + ERR_clear_error(); + } + + if (keyout == NULL) { + BIO_printf(bio_err, "writing new private key to stdout\n"); + BIO_set_fp(out, stdout, BIO_NOCLOSE); #ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - out = BIO_push(tmpbio, out); - } + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + out = BIO_push(tmpbio, out); + } #endif - } - else - { - BIO_printf(bio_err,"writing new private key to '%s'\n",keyout); - if (BIO_write_filename(out,keyout) <= 0) - { - perror(keyout); - goto end; - } - } - - p=NCONF_get_string(req_conf,SECTION,"encrypt_rsa_key"); - if (p == NULL) - { - ERR_clear_error(); - p=NCONF_get_string(req_conf,SECTION,"encrypt_key"); - if (p == NULL) - ERR_clear_error(); - } - if ((p != NULL) && (strcmp(p,"no") == 0)) - cipher=NULL; - if (nodes) cipher=NULL; - - i=0; -loop: - if (!PEM_write_bio_PrivateKey(out,pkey,cipher, - NULL,0,NULL,passout)) - { - if ((ERR_GET_REASON(ERR_peek_error()) == - PEM_R_PROBLEMS_GETTING_PASSWORD) && (i < 3)) - { - ERR_clear_error(); - i++; - goto loop; - } - goto end; - } - BIO_printf(bio_err,"-----\n"); - } - - if (!newreq) - { - /* Since we are using a pre-existing certificate - * request, the kludge 'format' info should not be - * changed. */ - kludge= -1; - if (infile == NULL) - BIO_set_fp(in,stdin,BIO_NOCLOSE); - else - { - if (BIO_read_filename(in,infile) <= 0) - { - perror(infile); - goto end; - } - } - - if (informat == FORMAT_ASN1) - req=d2i_X509_REQ_bio(in,NULL); - else if (informat == FORMAT_PEM) - req=PEM_read_bio_X509_REQ(in,NULL,NULL,NULL); - else - { - BIO_printf(bio_err,"bad input format specified for X509 request\n"); - goto end; - } - if (req == NULL) - { - BIO_printf(bio_err,"unable to load X509 request\n"); - goto end; - } - } - - if (newreq || x509) - { - if (pkey == NULL) - { - BIO_printf(bio_err,"you need to specify a private key\n"); - goto end; - } - - if (req == NULL) - { - req=X509_REQ_new(); - if (req == NULL) - { - goto end; - } - - i=make_REQ(req,pkey,subj,multirdn,!x509, chtype); - subj=NULL; /* done processing '-subj' option */ - if ((kludge > 0) && !sk_X509_ATTRIBUTE_num(req->req_info->attributes)) - { - sk_X509_ATTRIBUTE_free(req->req_info->attributes); - req->req_info->attributes = NULL; - } - if (!i) - { - BIO_printf(bio_err,"problems making Certificate Request\n"); - goto end; - } - } - if (x509) - { - EVP_PKEY *tmppkey; - X509V3_CTX ext_ctx; - if ((x509ss=X509_new()) == NULL) goto end; - - /* Set version to V3 */ - if(extensions && !X509_set_version(x509ss, 2)) goto end; - if (serial) - { - if (!X509_set_serialNumber(x509ss, serial)) goto end; - } - else - { - if (!rand_serial(NULL, - X509_get_serialNumber(x509ss))) - goto end; - } - - if (!X509_set_issuer_name(x509ss, X509_REQ_get_subject_name(req))) goto end; - if (!X509_gmtime_adj(X509_get_notBefore(x509ss),0)) goto end; - if (!X509_time_adj_ex(X509_get_notAfter(x509ss), days, 0, NULL)) goto end; - if (!X509_set_subject_name(x509ss, X509_REQ_get_subject_name(req))) goto end; - tmppkey = X509_REQ_get_pubkey(req); - if (!tmppkey || !X509_set_pubkey(x509ss,tmppkey)) goto end; - EVP_PKEY_free(tmppkey); - - /* Set up V3 context struct */ - - X509V3_set_ctx(&ext_ctx, x509ss, x509ss, NULL, NULL, 0); - X509V3_set_nconf(&ext_ctx, req_conf); - - /* Add extensions */ - if(extensions && !X509V3_EXT_add_nconf(req_conf, - &ext_ctx, extensions, x509ss)) - { - BIO_printf(bio_err, - "Error Loading extension section %s\n", - extensions); - goto end; - } - - i=do_X509_sign(bio_err, x509ss, pkey, digest, sigopts); - if (!i) - { - ERR_print_errors(bio_err); - goto end; - } - } - else - { - X509V3_CTX ext_ctx; - - /* Set up V3 context struct */ - - X509V3_set_ctx(&ext_ctx, NULL, NULL, req, NULL, 0); - X509V3_set_nconf(&ext_ctx, req_conf); - - /* Add extensions */ - if(req_exts && !X509V3_EXT_REQ_add_nconf(req_conf, - &ext_ctx, req_exts, req)) - { - BIO_printf(bio_err, - "Error Loading extension section %s\n", - req_exts); - goto end; - } - i=do_X509_REQ_sign(bio_err, req, pkey, digest, sigopts); - if (!i) - { - ERR_print_errors(bio_err); - goto end; - } - } - } - - if (subj && x509) - { - BIO_printf(bio_err, "Cannot modifiy certificate subject\n"); - goto end; - } - - if (subj && !x509) - { - if (verbose) - { - BIO_printf(bio_err, "Modifying Request's Subject\n"); - print_name(bio_err, "old subject=", X509_REQ_get_subject_name(req), nmflag); - } - - if (build_subject(req, subj, chtype, multirdn) == 0) - { - BIO_printf(bio_err, "ERROR: cannot modify subject\n"); - ex=1; - goto end; - } - - req->req_info->enc.modified = 1; - - if (verbose) - { - print_name(bio_err, "new subject=", X509_REQ_get_subject_name(req), nmflag); - } - } - - if (verify && !x509) - { - int tmp=0; - - if (pkey == NULL) - { - pkey=X509_REQ_get_pubkey(req); - tmp=1; - if (pkey == NULL) goto end; - } - - i=X509_REQ_verify(req,pkey); - if (tmp) { - EVP_PKEY_free(pkey); - pkey=NULL; - } - - if (i < 0) - { - goto end; - } - else if (i == 0) - { - BIO_printf(bio_err,"verify failure\n"); - ERR_print_errors(bio_err); - } - else /* if (i > 0) */ - BIO_printf(bio_err,"verify OK\n"); - } - - if (noout && !text && !modulus && !subject && !pubkey) - { - ex=0; - goto end; - } - - if (outfile == NULL) - { - BIO_set_fp(out,stdout,BIO_NOCLOSE); + } else { + BIO_printf(bio_err, "writing new private key to '%s'\n", keyout); + if (BIO_write_filename(out, keyout) <= 0) { + perror(keyout); + goto end; + } + } + + p = NCONF_get_string(req_conf, SECTION, "encrypt_rsa_key"); + if (p == NULL) { + ERR_clear_error(); + p = NCONF_get_string(req_conf, SECTION, "encrypt_key"); + if (p == NULL) + ERR_clear_error(); + } + if ((p != NULL) && (strcmp(p, "no") == 0)) + cipher = NULL; + if (nodes) + cipher = NULL; + + i = 0; + loop: + if (!PEM_write_bio_PrivateKey(out, pkey, cipher, + NULL, 0, NULL, passout)) { + if ((ERR_GET_REASON(ERR_peek_error()) == + PEM_R_PROBLEMS_GETTING_PASSWORD) && (i < 3)) { + ERR_clear_error(); + i++; + goto loop; + } + goto end; + } + BIO_printf(bio_err, "-----\n"); + } + + if (!newreq) { + /* + * Since we are using a pre-existing certificate request, the kludge + * 'format' info should not be changed. + */ + kludge = -1; + if (infile == NULL) + BIO_set_fp(in, stdin, BIO_NOCLOSE); + else { + if (BIO_read_filename(in, infile) <= 0) { + perror(infile); + goto end; + } + } + + if (informat == FORMAT_ASN1) + req = d2i_X509_REQ_bio(in, NULL); + else if (informat == FORMAT_PEM) + req = PEM_read_bio_X509_REQ(in, NULL, NULL, NULL); + else { + BIO_printf(bio_err, + "bad input format specified for X509 request\n"); + goto end; + } + if (req == NULL) { + BIO_printf(bio_err, "unable to load X509 request\n"); + goto end; + } + } + + if (newreq || x509) { + if (pkey == NULL) { + BIO_printf(bio_err, "you need to specify a private key\n"); + goto end; + } + + if (req == NULL) { + req = X509_REQ_new(); + if (req == NULL) { + goto end; + } + + i = make_REQ(req, pkey, subj, multirdn, !x509, chtype); + subj = NULL; /* done processing '-subj' option */ + if ((kludge > 0) + && !sk_X509_ATTRIBUTE_num(req->req_info->attributes)) { + sk_X509_ATTRIBUTE_free(req->req_info->attributes); + req->req_info->attributes = NULL; + } + if (!i) { + BIO_printf(bio_err, "problems making Certificate Request\n"); + goto end; + } + } + if (x509) { + EVP_PKEY *tmppkey; + X509V3_CTX ext_ctx; + if ((x509ss = X509_new()) == NULL) + goto end; + + /* Set version to V3 */ + if (extensions && !X509_set_version(x509ss, 2)) + goto end; + if (serial) { + if (!X509_set_serialNumber(x509ss, serial)) + goto end; + } else { + if (!rand_serial(NULL, X509_get_serialNumber(x509ss))) + goto end; + } + + if (!X509_set_issuer_name(x509ss, X509_REQ_get_subject_name(req))) + goto end; + if (!X509_gmtime_adj(X509_get_notBefore(x509ss), 0)) + goto end; + if (!X509_time_adj_ex(X509_get_notAfter(x509ss), days, 0, NULL)) + goto end; + if (!X509_set_subject_name + (x509ss, X509_REQ_get_subject_name(req))) + goto end; + tmppkey = X509_REQ_get_pubkey(req); + if (!tmppkey || !X509_set_pubkey(x509ss, tmppkey)) + goto end; + EVP_PKEY_free(tmppkey); + + /* Set up V3 context struct */ + + X509V3_set_ctx(&ext_ctx, x509ss, x509ss, NULL, NULL, 0); + X509V3_set_nconf(&ext_ctx, req_conf); + + /* Add extensions */ + if (extensions && !X509V3_EXT_add_nconf(req_conf, + &ext_ctx, extensions, + x509ss)) { + BIO_printf(bio_err, "Error Loading extension section %s\n", + extensions); + goto end; + } + + i = do_X509_sign(bio_err, x509ss, pkey, digest, sigopts); + if (!i) { + ERR_print_errors(bio_err); + goto end; + } + } else { + X509V3_CTX ext_ctx; + + /* Set up V3 context struct */ + + X509V3_set_ctx(&ext_ctx, NULL, NULL, req, NULL, 0); + X509V3_set_nconf(&ext_ctx, req_conf); + + /* Add extensions */ + if (req_exts && !X509V3_EXT_REQ_add_nconf(req_conf, + &ext_ctx, req_exts, + req)) { + BIO_printf(bio_err, "Error Loading extension section %s\n", + req_exts); + goto end; + } + i = do_X509_REQ_sign(bio_err, req, pkey, digest, sigopts); + if (!i) { + ERR_print_errors(bio_err); + goto end; + } + } + } + + if (subj && x509) { + BIO_printf(bio_err, "Cannot modifiy certificate subject\n"); + goto end; + } + + if (subj && !x509) { + if (verbose) { + BIO_printf(bio_err, "Modifying Request's Subject\n"); + print_name(bio_err, "old subject=", + X509_REQ_get_subject_name(req), nmflag); + } + + if (build_subject(req, subj, chtype, multirdn) == 0) { + BIO_printf(bio_err, "ERROR: cannot modify subject\n"); + ex = 1; + goto end; + } + + req->req_info->enc.modified = 1; + + if (verbose) { + print_name(bio_err, "new subject=", + X509_REQ_get_subject_name(req), nmflag); + } + } + + if (verify && !x509) { + int tmp = 0; + + if (pkey == NULL) { + pkey = X509_REQ_get_pubkey(req); + tmp = 1; + if (pkey == NULL) + goto end; + } + + i = X509_REQ_verify(req, pkey); + if (tmp) { + EVP_PKEY_free(pkey); + pkey = NULL; + } + + if (i < 0) { + goto end; + } else if (i == 0) { + BIO_printf(bio_err, "verify failure\n"); + ERR_print_errors(bio_err); + } else /* if (i > 0) */ + BIO_printf(bio_err, "verify OK\n"); + } + + if (noout && !text && !modulus && !subject && !pubkey) { + ex = 0; + goto end; + } + + if (outfile == NULL) { + BIO_set_fp(out, stdout, BIO_NOCLOSE); #ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - out = BIO_push(tmpbio, out); - } + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + out = BIO_push(tmpbio, out); + } #endif - } - else - { - if ((keyout != NULL) && (strcmp(outfile,keyout) == 0)) - i=(int)BIO_append_filename(out,outfile); - else - i=(int)BIO_write_filename(out,outfile); - if (!i) - { - perror(outfile); - goto end; - } - } - - if (pubkey) - { - EVP_PKEY *tpubkey; - tpubkey=X509_REQ_get_pubkey(req); - if (tpubkey == NULL) - { - BIO_printf(bio_err,"Error getting public key\n"); - ERR_print_errors(bio_err); - goto end; - } - PEM_write_bio_PUBKEY(out, tpubkey); - EVP_PKEY_free(tpubkey); - } - - if (text) - { - if (x509) - X509_print_ex(out, x509ss, nmflag, reqflag); - else - X509_REQ_print_ex(out, req, nmflag, reqflag); - } - - if(subject) - { - if(x509) - print_name(out, "subject=", X509_get_subject_name(x509ss), nmflag); - else - print_name(out, "subject=", X509_REQ_get_subject_name(req), nmflag); - } - - if (modulus) - { - EVP_PKEY *tpubkey; - - if (x509) - tpubkey=X509_get_pubkey(x509ss); - else - tpubkey=X509_REQ_get_pubkey(req); - if (tpubkey == NULL) - { - fprintf(stdout,"Modulus=unavailable\n"); - goto end; - } - fprintf(stdout,"Modulus="); + } else { + if ((keyout != NULL) && (strcmp(outfile, keyout) == 0)) + i = (int)BIO_append_filename(out, outfile); + else + i = (int)BIO_write_filename(out, outfile); + if (!i) { + perror(outfile); + goto end; + } + } + + if (pubkey) { + EVP_PKEY *tpubkey; + tpubkey = X509_REQ_get_pubkey(req); + if (tpubkey == NULL) { + BIO_printf(bio_err, "Error getting public key\n"); + ERR_print_errors(bio_err); + goto end; + } + PEM_write_bio_PUBKEY(out, tpubkey); + EVP_PKEY_free(tpubkey); + } + + if (text) { + if (x509) + X509_print_ex(out, x509ss, nmflag, reqflag); + else + X509_REQ_print_ex(out, req, nmflag, reqflag); + } + + if (subject) { + if (x509) + print_name(out, "subject=", X509_get_subject_name(x509ss), + nmflag); + else + print_name(out, "subject=", X509_REQ_get_subject_name(req), + nmflag); + } + + if (modulus) { + EVP_PKEY *tpubkey; + + if (x509) + tpubkey = X509_get_pubkey(x509ss); + else + tpubkey = X509_REQ_get_pubkey(req); + if (tpubkey == NULL) { + fprintf(stdout, "Modulus=unavailable\n"); + goto end; + } + fprintf(stdout, "Modulus="); #ifndef OPENSSL_NO_RSA - if (EVP_PKEY_base_id(tpubkey) == EVP_PKEY_RSA) - BN_print(out,tpubkey->pkey.rsa->n); - else + if (EVP_PKEY_base_id(tpubkey) == EVP_PKEY_RSA) + BN_print(out, tpubkey->pkey.rsa->n); + else #endif - fprintf(stdout,"Wrong Algorithm type"); - EVP_PKEY_free(tpubkey); - fprintf(stdout,"\n"); - } - - if (!noout && !x509) - { - if (outformat == FORMAT_ASN1) - i=i2d_X509_REQ_bio(out,req); - else if (outformat == FORMAT_PEM) { - if(newhdr) i=PEM_write_bio_X509_REQ_NEW(out,req); - else i=PEM_write_bio_X509_REQ(out,req); - } else { - BIO_printf(bio_err,"bad output format specified for outfile\n"); - goto end; - } - if (!i) - { - BIO_printf(bio_err,"unable to write X509 request\n"); - goto end; - } - } - if (!noout && x509 && (x509ss != NULL)) - { - if (outformat == FORMAT_ASN1) - i=i2d_X509_bio(out,x509ss); - else if (outformat == FORMAT_PEM) - i=PEM_write_bio_X509(out,x509ss); - else { - BIO_printf(bio_err,"bad output format specified for outfile\n"); - goto end; - } - if (!i) - { - BIO_printf(bio_err,"unable to write X509 certificate\n"); - goto end; - } - } - ex=0; -end: + fprintf(stdout, "Wrong Algorithm type"); + EVP_PKEY_free(tpubkey); + fprintf(stdout, "\n"); + } + + if (!noout && !x509) { + if (outformat == FORMAT_ASN1) + i = i2d_X509_REQ_bio(out, req); + else if (outformat == FORMAT_PEM) { + if (newhdr) + i = PEM_write_bio_X509_REQ_NEW(out, req); + else + i = PEM_write_bio_X509_REQ(out, req); + } else { + BIO_printf(bio_err, "bad output format specified for outfile\n"); + goto end; + } + if (!i) { + BIO_printf(bio_err, "unable to write X509 request\n"); + goto end; + } + } + if (!noout && x509 && (x509ss != NULL)) { + if (outformat == FORMAT_ASN1) + i = i2d_X509_bio(out, x509ss); + else if (outformat == FORMAT_PEM) + i = PEM_write_bio_X509(out, x509ss); + else { + BIO_printf(bio_err, "bad output format specified for outfile\n"); + goto end; + } + if (!i) { + BIO_printf(bio_err, "unable to write X509 certificate\n"); + goto end; + } + } + ex = 0; + end: #ifndef MONOLITH - if(to_free) - OPENSSL_free(to_free); + if (to_free) + OPENSSL_free(to_free); #endif - if (ex) - { - ERR_print_errors(bio_err); - } - if ((req_conf != NULL) && (req_conf != config)) NCONF_free(req_conf); - BIO_free(in); - BIO_free_all(out); - EVP_PKEY_free(pkey); - if (genctx) - EVP_PKEY_CTX_free(genctx); - if (pkeyopts) - sk_OPENSSL_STRING_free(pkeyopts); - if (sigopts) - sk_OPENSSL_STRING_free(sigopts); + if (ex) { + ERR_print_errors(bio_err); + } + if ((req_conf != NULL) && (req_conf != config)) + NCONF_free(req_conf); + BIO_free(in); + BIO_free_all(out); + EVP_PKEY_free(pkey); + if (genctx) + EVP_PKEY_CTX_free(genctx); + if (pkeyopts) + sk_OPENSSL_STRING_free(pkeyopts); + if (sigopts) + sk_OPENSSL_STRING_free(sigopts); #ifndef OPENSSL_NO_ENGINE - if (gen_eng) - ENGINE_free(gen_eng); + if (gen_eng) + ENGINE_free(gen_eng); #endif - if (keyalgstr) - OPENSSL_free(keyalgstr); - X509_REQ_free(req); - X509_free(x509ss); - ASN1_INTEGER_free(serial); - if(passargin && passin) OPENSSL_free(passin); - if(passargout && passout) OPENSSL_free(passout); - OBJ_cleanup(); - apps_shutdown(); - OPENSSL_EXIT(ex); - } + if (keyalgstr) + OPENSSL_free(keyalgstr); + X509_REQ_free(req); + X509_free(x509ss); + ASN1_INTEGER_free(serial); + if (passargin && passin) + OPENSSL_free(passin); + if (passargout && passout) + OPENSSL_free(passout); + OBJ_cleanup(); + apps_shutdown(); + OPENSSL_EXIT(ex); +} static int make_REQ(X509_REQ *req, EVP_PKEY *pkey, char *subj, int multirdn, - int attribs, unsigned long chtype) - { - int ret=0,i; - char no_prompt = 0; - STACK_OF(CONF_VALUE) *dn_sk, *attr_sk = NULL; - char *tmp, *dn_sect,*attr_sect; - - tmp=NCONF_get_string(req_conf,SECTION,PROMPT); - if (tmp == NULL) - ERR_clear_error(); - if((tmp != NULL) && !strcmp(tmp, "no")) no_prompt = 1; - - dn_sect=NCONF_get_string(req_conf,SECTION,DISTINGUISHED_NAME); - if (dn_sect == NULL) - { - BIO_printf(bio_err,"unable to find '%s' in config\n", - DISTINGUISHED_NAME); - goto err; - } - dn_sk=NCONF_get_section(req_conf,dn_sect); - if (dn_sk == NULL) - { - BIO_printf(bio_err,"unable to get '%s' section\n",dn_sect); - goto err; - } - - attr_sect=NCONF_get_string(req_conf,SECTION,ATTRIBUTES); - if (attr_sect == NULL) - { - ERR_clear_error(); - attr_sk=NULL; - } - else - { - attr_sk=NCONF_get_section(req_conf,attr_sect); - if (attr_sk == NULL) - { - BIO_printf(bio_err,"unable to get '%s' section\n",attr_sect); - goto err; - } - } - - /* setup version number */ - if (!X509_REQ_set_version(req,0L)) goto err; /* version 1 */ - - if (no_prompt) - i = auto_info(req, dn_sk, attr_sk, attribs, chtype); - else - { - if (subj) - i = build_subject(req, subj, chtype, multirdn); - else - i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs, chtype); - } - if(!i) goto err; - - if (!X509_REQ_set_pubkey(req,pkey)) goto err; - - ret=1; -err: - return(ret); - } + int attribs, unsigned long chtype) +{ + int ret = 0, i; + char no_prompt = 0; + STACK_OF(CONF_VALUE) *dn_sk, *attr_sk = NULL; + char *tmp, *dn_sect, *attr_sect; + + tmp = NCONF_get_string(req_conf, SECTION, PROMPT); + if (tmp == NULL) + ERR_clear_error(); + if ((tmp != NULL) && !strcmp(tmp, "no")) + no_prompt = 1; + + dn_sect = NCONF_get_string(req_conf, SECTION, DISTINGUISHED_NAME); + if (dn_sect == NULL) { + BIO_printf(bio_err, "unable to find '%s' in config\n", + DISTINGUISHED_NAME); + goto err; + } + dn_sk = NCONF_get_section(req_conf, dn_sect); + if (dn_sk == NULL) { + BIO_printf(bio_err, "unable to get '%s' section\n", dn_sect); + goto err; + } + + attr_sect = NCONF_get_string(req_conf, SECTION, ATTRIBUTES); + if (attr_sect == NULL) { + ERR_clear_error(); + attr_sk = NULL; + } else { + attr_sk = NCONF_get_section(req_conf, attr_sect); + if (attr_sk == NULL) { + BIO_printf(bio_err, "unable to get '%s' section\n", attr_sect); + goto err; + } + } + + /* setup version number */ + if (!X509_REQ_set_version(req, 0L)) + goto err; /* version 1 */ + + if (no_prompt) + i = auto_info(req, dn_sk, attr_sk, attribs, chtype); + else { + if (subj) + i = build_subject(req, subj, chtype, multirdn); + else + i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs, + chtype); + } + if (!i) + goto err; + + if (!X509_REQ_set_pubkey(req, pkey)) + goto err; + + ret = 1; + err: + return (ret); +} /* * subject is expected to be in the format /type0=value0/type1=value1/type2=... * where characters may be escaped by \ */ -static int build_subject(X509_REQ *req, char *subject, unsigned long chtype, int multirdn) - { - X509_NAME *n; - - if (!(n = parse_name(subject, chtype, multirdn))) - return 0; - - if (!X509_REQ_set_subject_name(req, n)) - { - X509_NAME_free(n); - return 0; - } - X509_NAME_free(n); - return 1; -} +static int build_subject(X509_REQ *req, char *subject, unsigned long chtype, + int multirdn) +{ + X509_NAME *n; + if (!(n = parse_name(subject, chtype, multirdn))) + return 0; + + if (!X509_REQ_set_subject_name(req, n)) { + X509_NAME_free(n); + return 0; + } + X509_NAME_free(n); + return 1; +} static int prompt_info(X509_REQ *req, - STACK_OF(CONF_VALUE) *dn_sk, char *dn_sect, - STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect, int attribs, - unsigned long chtype) - { - int i; - char *p,*q; - char buf[100]; - int nid, mval; - long n_min,n_max; - char *type, *value; - const char *def; - CONF_VALUE *v; - X509_NAME *subj; - subj = X509_REQ_get_subject_name(req); - - if(!batch) - { - BIO_printf(bio_err,"You are about to be asked to enter information that will be incorporated\n"); - BIO_printf(bio_err,"into your certificate request.\n"); - BIO_printf(bio_err,"What you are about to enter is what is called a Distinguished Name or a DN.\n"); - BIO_printf(bio_err,"There are quite a few fields but you can leave some blank\n"); - BIO_printf(bio_err,"For some fields there will be a default value,\n"); - BIO_printf(bio_err,"If you enter '.', the field will be left blank.\n"); - BIO_printf(bio_err,"-----\n"); - } - - - if (sk_CONF_VALUE_num(dn_sk)) - { - i= -1; -start: for (;;) - { - i++; - if (sk_CONF_VALUE_num(dn_sk) <= i) break; - - v=sk_CONF_VALUE_value(dn_sk,i); - p=q=NULL; - type=v->name; - if(!check_end(type,"_min") || !check_end(type,"_max") || - !check_end(type,"_default") || - !check_end(type,"_value")) continue; - /* Skip past any leading X. X: X, etc to allow for - * multiple instances - */ - for(p = v->name; *p ; p++) - if ((*p == ':') || (*p == ',') || - (*p == '.')) { - p++; - if(*p) type = p; - break; - } - if (*type == '+') - { - mval = -1; - type++; - } - else - mval = 0; - /* If OBJ not recognised ignore it */ - if ((nid=OBJ_txt2nid(type)) == NID_undef) goto start; - if (BIO_snprintf(buf,sizeof buf,"%s_default",v->name) - >= (int)sizeof(buf)) - { - BIO_printf(bio_err,"Name '%s' too long\n",v->name); - return 0; - } - - if ((def=NCONF_get_string(req_conf,dn_sect,buf)) == NULL) - { - ERR_clear_error(); - def=""; - } - - BIO_snprintf(buf,sizeof buf,"%s_value",v->name); - if ((value=NCONF_get_string(req_conf,dn_sect,buf)) == NULL) - { - ERR_clear_error(); - value=NULL; - } - - BIO_snprintf(buf,sizeof buf,"%s_min",v->name); - if (!NCONF_get_number(req_conf,dn_sect,buf, &n_min)) - { - ERR_clear_error(); - n_min = -1; - } - - BIO_snprintf(buf,sizeof buf,"%s_max",v->name); - if (!NCONF_get_number(req_conf,dn_sect,buf, &n_max)) - { - ERR_clear_error(); - n_max = -1; - } - - if (!add_DN_object(subj,v->value,def,value,nid, - n_min,n_max, chtype, mval)) - return 0; - } - if (X509_NAME_entry_count(subj) == 0) - { - BIO_printf(bio_err,"error, no objects specified in config file\n"); - return 0; - } - - if (attribs) - { - if ((attr_sk != NULL) && (sk_CONF_VALUE_num(attr_sk) > 0) && (!batch)) - { - BIO_printf(bio_err,"\nPlease enter the following 'extra' attributes\n"); - BIO_printf(bio_err,"to be sent with your certificate request\n"); - } - - i= -1; -start2: for (;;) - { - i++; - if ((attr_sk == NULL) || - (sk_CONF_VALUE_num(attr_sk) <= i)) - break; - - v=sk_CONF_VALUE_value(attr_sk,i); - type=v->name; - if ((nid=OBJ_txt2nid(type)) == NID_undef) - goto start2; - - if (BIO_snprintf(buf,sizeof buf,"%s_default",type) - >= (int)sizeof(buf)) - { - BIO_printf(bio_err,"Name '%s' too long\n",v->name); - return 0; - } - - if ((def=NCONF_get_string(req_conf,attr_sect,buf)) - == NULL) - { - ERR_clear_error(); - def=""; - } - - - BIO_snprintf(buf,sizeof buf,"%s_value",type); - if ((value=NCONF_get_string(req_conf,attr_sect,buf)) - == NULL) - { - ERR_clear_error(); - value=NULL; - } - - BIO_snprintf(buf,sizeof buf,"%s_min",type); - if (!NCONF_get_number(req_conf,attr_sect,buf, &n_min)) - { - ERR_clear_error(); - n_min = -1; - } - - BIO_snprintf(buf,sizeof buf,"%s_max",type); - if (!NCONF_get_number(req_conf,attr_sect,buf, &n_max)) - { - ERR_clear_error(); - n_max = -1; - } - - if (!add_attribute_object(req, - v->value,def,value,nid,n_min,n_max, chtype)) - return 0; - } - } - } - else - { - BIO_printf(bio_err,"No template, please set one up.\n"); - return 0; - } - - return 1; - - } + STACK_OF(CONF_VALUE) *dn_sk, char *dn_sect, + STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect, + int attribs, unsigned long chtype) +{ + int i; + char *p, *q; + char buf[100]; + int nid, mval; + long n_min, n_max; + char *type, *value; + const char *def; + CONF_VALUE *v; + X509_NAME *subj; + subj = X509_REQ_get_subject_name(req); + + if (!batch) { + BIO_printf(bio_err, + "You are about to be asked to enter information that will be incorporated\n"); + BIO_printf(bio_err, "into your certificate request.\n"); + BIO_printf(bio_err, + "What you are about to enter is what is called a Distinguished Name or a DN.\n"); + BIO_printf(bio_err, + "There are quite a few fields but you can leave some blank\n"); + BIO_printf(bio_err, + "For some fields there will be a default value,\n"); + BIO_printf(bio_err, + "If you enter '.', the field will be left blank.\n"); + BIO_printf(bio_err, "-----\n"); + } + + if (sk_CONF_VALUE_num(dn_sk)) { + i = -1; + start:for (;;) { + i++; + if (sk_CONF_VALUE_num(dn_sk) <= i) + break; + + v = sk_CONF_VALUE_value(dn_sk, i); + p = q = NULL; + type = v->name; + if (!check_end(type, "_min") || !check_end(type, "_max") || + !check_end(type, "_default") || !check_end(type, "_value")) + continue; + /* + * Skip past any leading X. X: X, etc to allow for multiple + * instances + */ + for (p = v->name; *p; p++) + if ((*p == ':') || (*p == ',') || (*p == '.')) { + p++; + if (*p) + type = p; + break; + } + if (*type == '+') { + mval = -1; + type++; + } else + mval = 0; + /* If OBJ not recognised ignore it */ + if ((nid = OBJ_txt2nid(type)) == NID_undef) + goto start; + if (BIO_snprintf(buf, sizeof buf, "%s_default", v->name) + >= (int)sizeof(buf)) { + BIO_printf(bio_err, "Name '%s' too long\n", v->name); + return 0; + } + + if ((def = NCONF_get_string(req_conf, dn_sect, buf)) == NULL) { + ERR_clear_error(); + def = ""; + } + + BIO_snprintf(buf, sizeof buf, "%s_value", v->name); + if ((value = NCONF_get_string(req_conf, dn_sect, buf)) == NULL) { + ERR_clear_error(); + value = NULL; + } + + BIO_snprintf(buf, sizeof buf, "%s_min", v->name); + if (!NCONF_get_number(req_conf, dn_sect, buf, &n_min)) { + ERR_clear_error(); + n_min = -1; + } + + BIO_snprintf(buf, sizeof buf, "%s_max", v->name); + if (!NCONF_get_number(req_conf, dn_sect, buf, &n_max)) { + ERR_clear_error(); + n_max = -1; + } + + if (!add_DN_object(subj, v->value, def, value, nid, + n_min, n_max, chtype, mval)) + return 0; + } + if (X509_NAME_entry_count(subj) == 0) { + BIO_printf(bio_err, + "error, no objects specified in config file\n"); + return 0; + } + + if (attribs) { + if ((attr_sk != NULL) && (sk_CONF_VALUE_num(attr_sk) > 0) + && (!batch)) { + BIO_printf(bio_err, + "\nPlease enter the following 'extra' attributes\n"); + BIO_printf(bio_err, + "to be sent with your certificate request\n"); + } + + i = -1; + start2: for (;;) { + i++; + if ((attr_sk == NULL) || (sk_CONF_VALUE_num(attr_sk) <= i)) + break; + + v = sk_CONF_VALUE_value(attr_sk, i); + type = v->name; + if ((nid = OBJ_txt2nid(type)) == NID_undef) + goto start2; + + if (BIO_snprintf(buf, sizeof buf, "%s_default", type) + >= (int)sizeof(buf)) { + BIO_printf(bio_err, "Name '%s' too long\n", v->name); + return 0; + } + + if ((def = NCONF_get_string(req_conf, attr_sect, buf)) + == NULL) { + ERR_clear_error(); + def = ""; + } + + BIO_snprintf(buf, sizeof buf, "%s_value", type); + if ((value = NCONF_get_string(req_conf, attr_sect, buf)) + == NULL) { + ERR_clear_error(); + value = NULL; + } + + BIO_snprintf(buf, sizeof buf, "%s_min", type); + if (!NCONF_get_number(req_conf, attr_sect, buf, &n_min)) { + ERR_clear_error(); + n_min = -1; + } + + BIO_snprintf(buf, sizeof buf, "%s_max", type); + if (!NCONF_get_number(req_conf, attr_sect, buf, &n_max)) { + ERR_clear_error(); + n_max = -1; + } + + if (!add_attribute_object(req, + v->value, def, value, nid, n_min, + n_max, chtype)) + return 0; + } + } + } else { + BIO_printf(bio_err, "No template, please set one up.\n"); + return 0; + } + + return 1; + +} static int auto_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk, - STACK_OF(CONF_VALUE) *attr_sk, int attribs, unsigned long chtype) - { - int i; - char *p,*q; - char *type; - CONF_VALUE *v; - X509_NAME *subj; - - subj = X509_REQ_get_subject_name(req); - - for (i = 0; i < sk_CONF_VALUE_num(dn_sk); i++) - { - int mval; - v=sk_CONF_VALUE_value(dn_sk,i); - p=q=NULL; - type=v->name; - /* Skip past any leading X. X: X, etc to allow for - * multiple instances - */ - for(p = v->name; *p ; p++) + STACK_OF(CONF_VALUE) *attr_sk, int attribs, + unsigned long chtype) +{ + int i; + char *p, *q; + char *type; + CONF_VALUE *v; + X509_NAME *subj; + + subj = X509_REQ_get_subject_name(req); + + for (i = 0; i < sk_CONF_VALUE_num(dn_sk); i++) { + int mval; + v = sk_CONF_VALUE_value(dn_sk, i); + p = q = NULL; + type = v->name; + /* + * Skip past any leading X. X: X, etc to allow for multiple instances + */ + for (p = v->name; *p; p++) #ifndef CHARSET_EBCDIC - if ((*p == ':') || (*p == ',') || (*p == '.')) { + if ((*p == ':') || (*p == ',') || (*p == '.')) { #else - if ((*p == os_toascii[':']) || (*p == os_toascii[',']) || (*p == os_toascii['.'])) { + if ((*p == os_toascii[':']) || (*p == os_toascii[',']) + || (*p == os_toascii['.'])) { #endif - p++; - if(*p) type = p; - break; - } + p++; + if (*p) + type = p; + break; + } #ifndef CHARSET_EBCDIC - if (*p == '+') + if (*p == '+') #else - if (*p == os_toascii['+']) + if (*p == os_toascii['+']) #endif - { - p++; - mval = -1; - } - else - mval = 0; - if (!X509_NAME_add_entry_by_txt(subj,type, chtype, - (unsigned char *) v->value,-1,-1,mval)) return 0; - - } - - if (!X509_NAME_entry_count(subj)) - { - BIO_printf(bio_err,"error, no objects specified in config file\n"); - return 0; - } - if (attribs) - { - for (i = 0; i < sk_CONF_VALUE_num(attr_sk); i++) - { - v=sk_CONF_VALUE_value(attr_sk,i); - if(!X509_REQ_add1_attr_by_txt(req, v->name, chtype, - (unsigned char *)v->value, -1)) return 0; - } - } - return 1; - } - - -static int add_DN_object(X509_NAME *n, char *text, const char *def, char *value, - int nid, int n_min, int n_max, unsigned long chtype, int mval) - { - int i,ret=0; - MS_STATIC char buf[1024]; -start: - if (!batch) BIO_printf(bio_err,"%s [%s]:",text,def); - (void)BIO_flush(bio_err); - if(value != NULL) - { - BUF_strlcpy(buf,value,sizeof buf); - BUF_strlcat(buf,"\n",sizeof buf); - BIO_printf(bio_err,"%s\n",value); - } - else - { - buf[0]='\0'; - if (!batch) - { - if (!fgets(buf,sizeof buf,stdin)) - return 0; - } - else - { - buf[0] = '\n'; - buf[1] = '\0'; - } - } - - if (buf[0] == '\0') return(0); - else if (buf[0] == '\n') - { - if ((def == NULL) || (def[0] == '\0')) - return(1); - BUF_strlcpy(buf,def,sizeof buf); - BUF_strlcat(buf,"\n",sizeof buf); - } - else if ((buf[0] == '.') && (buf[1] == '\n')) return(1); - - i=strlen(buf); - if (buf[i-1] != '\n') - { - BIO_printf(bio_err,"weird input :-(\n"); - return(0); - } - buf[--i]='\0'; + { + p++; + mval = -1; + } else + mval = 0; + if (!X509_NAME_add_entry_by_txt(subj, type, chtype, + (unsigned char *)v->value, -1, -1, + mval)) + return 0; + + } + + if (!X509_NAME_entry_count(subj)) { + BIO_printf(bio_err, "error, no objects specified in config file\n"); + return 0; + } + if (attribs) { + for (i = 0; i < sk_CONF_VALUE_num(attr_sk); i++) { + v = sk_CONF_VALUE_value(attr_sk, i); + if (!X509_REQ_add1_attr_by_txt(req, v->name, chtype, + (unsigned char *)v->value, -1)) + return 0; + } + } + return 1; +} + +static int add_DN_object(X509_NAME *n, char *text, const char *def, + char *value, int nid, int n_min, int n_max, + unsigned long chtype, int mval) +{ + int i, ret = 0; + MS_STATIC char buf[1024]; + start: + if (!batch) + BIO_printf(bio_err, "%s [%s]:", text, def); + (void)BIO_flush(bio_err); + if (value != NULL) { + BUF_strlcpy(buf, value, sizeof buf); + BUF_strlcat(buf, "\n", sizeof buf); + BIO_printf(bio_err, "%s\n", value); + } else { + buf[0] = '\0'; + if (!batch) { + if (!fgets(buf, sizeof buf, stdin)) + return 0; + } else { + buf[0] = '\n'; + buf[1] = '\0'; + } + } + + if (buf[0] == '\0') + return (0); + else if (buf[0] == '\n') { + if ((def == NULL) || (def[0] == '\0')) + return (1); + BUF_strlcpy(buf, def, sizeof buf); + BUF_strlcat(buf, "\n", sizeof buf); + } else if ((buf[0] == '.') && (buf[1] == '\n')) + return (1); + + i = strlen(buf); + if (buf[i - 1] != '\n') { + BIO_printf(bio_err, "weird input :-(\n"); + return (0); + } + buf[--i] = '\0'; #ifdef CHARSET_EBCDIC - ebcdic2ascii(buf, buf, i); + ebcdic2ascii(buf, buf, i); #endif - if(!req_check_len(i, n_min, n_max)) - { - if (batch || value) - return 0; - goto start; - } - - if (!X509_NAME_add_entry_by_NID(n,nid, chtype, - (unsigned char *) buf, -1,-1,mval)) goto err; - ret=1; -err: - return(ret); - } + if (!req_check_len(i, n_min, n_max)) { + if (batch || value) + return 0; + goto start; + } + + if (!X509_NAME_add_entry_by_NID(n, nid, chtype, + (unsigned char *)buf, -1, -1, mval)) + goto err; + ret = 1; + err: + return (ret); +} static int add_attribute_object(X509_REQ *req, char *text, const char *def, - char *value, int nid, int n_min, - int n_max, unsigned long chtype) - { - int i; - static char buf[1024]; - -start: - if (!batch) BIO_printf(bio_err,"%s [%s]:",text,def); - (void)BIO_flush(bio_err); - if (value != NULL) - { - BUF_strlcpy(buf,value,sizeof buf); - BUF_strlcat(buf,"\n",sizeof buf); - BIO_printf(bio_err,"%s\n",value); - } - else - { - buf[0]='\0'; - if (!batch) - { - if (!fgets(buf,sizeof buf,stdin)) - return 0; - } - else - { - buf[0] = '\n'; - buf[1] = '\0'; - } - } - - if (buf[0] == '\0') return(0); - else if (buf[0] == '\n') - { - if ((def == NULL) || (def[0] == '\0')) - return(1); - BUF_strlcpy(buf,def,sizeof buf); - BUF_strlcat(buf,"\n",sizeof buf); - } - else if ((buf[0] == '.') && (buf[1] == '\n')) return(1); - - i=strlen(buf); - if (buf[i-1] != '\n') - { - BIO_printf(bio_err,"weird input :-(\n"); - return(0); - } - buf[--i]='\0'; + char *value, int nid, int n_min, + int n_max, unsigned long chtype) +{ + int i; + static char buf[1024]; + + start: + if (!batch) + BIO_printf(bio_err, "%s [%s]:", text, def); + (void)BIO_flush(bio_err); + if (value != NULL) { + BUF_strlcpy(buf, value, sizeof buf); + BUF_strlcat(buf, "\n", sizeof buf); + BIO_printf(bio_err, "%s\n", value); + } else { + buf[0] = '\0'; + if (!batch) { + if (!fgets(buf, sizeof buf, stdin)) + return 0; + } else { + buf[0] = '\n'; + buf[1] = '\0'; + } + } + + if (buf[0] == '\0') + return (0); + else if (buf[0] == '\n') { + if ((def == NULL) || (def[0] == '\0')) + return (1); + BUF_strlcpy(buf, def, sizeof buf); + BUF_strlcat(buf, "\n", sizeof buf); + } else if ((buf[0] == '.') && (buf[1] == '\n')) + return (1); + + i = strlen(buf); + if (buf[i - 1] != '\n') { + BIO_printf(bio_err, "weird input :-(\n"); + return (0); + } + buf[--i] = '\0'; #ifdef CHARSET_EBCDIC - ebcdic2ascii(buf, buf, i); + ebcdic2ascii(buf, buf, i); #endif - if(!req_check_len(i, n_min, n_max)) - { - if (batch || value) - return 0; - goto start; - } - - if(!X509_REQ_add1_attr_by_NID(req, nid, chtype, - (unsigned char *)buf, -1)) { - BIO_printf(bio_err, "Error adding attribute\n"); - ERR_print_errors(bio_err); - goto err; - } - - return(1); -err: - return(0); - } + if (!req_check_len(i, n_min, n_max)) { + if (batch || value) + return 0; + goto start; + } + + if (!X509_REQ_add1_attr_by_NID(req, nid, chtype, + (unsigned char *)buf, -1)) { + BIO_printf(bio_err, "Error adding attribute\n"); + ERR_print_errors(bio_err); + goto err; + } + + return (1); + err: + return (0); +} static int req_check_len(int len, int n_min, int n_max) - { - if ((n_min > 0) && (len < n_min)) - { - BIO_printf(bio_err,"string is too short, it needs to be at least %d bytes long\n",n_min); - return(0); - } - if ((n_max >= 0) && (len > n_max)) - { - BIO_printf(bio_err,"string is too long, it needs to be less than %d bytes long\n",n_max); - return(0); - } - return(1); - } +{ + if ((n_min > 0) && (len < n_min)) { + BIO_printf(bio_err, + "string is too short, it needs to be at least %d bytes long\n", + n_min); + return (0); + } + if ((n_max >= 0) && (len > n_max)) { + BIO_printf(bio_err, + "string is too long, it needs to be less than %d bytes long\n", + n_max); + return (0); + } + return (1); +} /* Check if the end of a string matches 'end' */ static int check_end(const char *str, const char *end) { - int elen, slen; - const char *tmp; - elen = strlen(end); - slen = strlen(str); - if(elen > slen) return 1; - tmp = str + slen - elen; - return strcmp(tmp, end); + int elen, slen; + const char *tmp; + elen = strlen(end); + slen = strlen(str); + if (elen > slen) + return 1; + tmp = str + slen - elen; + return strcmp(tmp, end); } -static EVP_PKEY_CTX *set_keygen_ctx(BIO *err, const char *gstr, int *pkey_type, - long *pkeylen, char **palgnam, - ENGINE *keygen_engine) - { - EVP_PKEY_CTX *gctx = NULL; - EVP_PKEY *param = NULL; - long keylen = -1; - BIO *pbio = NULL; - const char *paramfile = NULL; - - if (gstr == NULL) - { - *pkey_type = EVP_PKEY_RSA; - keylen = *pkeylen; - } - else if (gstr[0] >= '0' && gstr[0] <= '9') - { - *pkey_type = EVP_PKEY_RSA; - keylen = atol(gstr); - *pkeylen = keylen; - } - else if (!strncmp(gstr, "param:", 6)) - paramfile = gstr + 6; - else - { - const char *p = strchr(gstr, ':'); - int len; - ENGINE *tmpeng; - const EVP_PKEY_ASN1_METHOD *ameth; - - if (p) - len = p - gstr; - else - len = strlen(gstr); - /* The lookup of a the string will cover all engines so - * keep a note of the implementation. - */ - - ameth = EVP_PKEY_asn1_find_str(&tmpeng, gstr, len); - - if (!ameth) - { - BIO_printf(err, "Unknown algorithm %.*s\n", len, gstr); - return NULL; - } - - EVP_PKEY_asn1_get0_info(NULL, pkey_type, NULL, NULL, NULL, - ameth); +static EVP_PKEY_CTX *set_keygen_ctx(BIO *err, const char *gstr, + int *pkey_type, long *pkeylen, + char **palgnam, ENGINE *keygen_engine) +{ + EVP_PKEY_CTX *gctx = NULL; + EVP_PKEY *param = NULL; + long keylen = -1; + BIO *pbio = NULL; + const char *paramfile = NULL; + + if (gstr == NULL) { + *pkey_type = EVP_PKEY_RSA; + keylen = *pkeylen; + } else if (gstr[0] >= '0' && gstr[0] <= '9') { + *pkey_type = EVP_PKEY_RSA; + keylen = atol(gstr); + *pkeylen = keylen; + } else if (!strncmp(gstr, "param:", 6)) + paramfile = gstr + 6; + else { + const char *p = strchr(gstr, ':'); + int len; + ENGINE *tmpeng; + const EVP_PKEY_ASN1_METHOD *ameth; + + if (p) + len = p - gstr; + else + len = strlen(gstr); + /* + * The lookup of a the string will cover all engines so keep a note + * of the implementation. + */ + + ameth = EVP_PKEY_asn1_find_str(&tmpeng, gstr, len); + + if (!ameth) { + BIO_printf(err, "Unknown algorithm %.*s\n", len, gstr); + return NULL; + } + + EVP_PKEY_asn1_get0_info(NULL, pkey_type, NULL, NULL, NULL, ameth); #ifndef OPENSSL_NO_ENGINE - if (tmpeng) - ENGINE_finish(tmpeng); + if (tmpeng) + ENGINE_finish(tmpeng); #endif - if (*pkey_type == EVP_PKEY_RSA) - { - if (p) - { - keylen = atol(p + 1); - *pkeylen = keylen; - } - else - keylen = *pkeylen; - } - else if (p) - paramfile = p + 1; - } - - if (paramfile) - { - pbio = BIO_new_file(paramfile, "r"); - if (!pbio) - { - BIO_printf(err, "Can't open parameter file %s\n", - paramfile); - return NULL; - } - param = PEM_read_bio_Parameters(pbio, NULL); - - if (!param) - { - X509 *x; - (void)BIO_reset(pbio); - x = PEM_read_bio_X509(pbio, NULL, NULL, NULL); - if (x) - { - param = X509_get_pubkey(x); - X509_free(x); - } - } - - BIO_free(pbio); - - if (!param) - { - BIO_printf(err, "Error reading parameter file %s\n", - paramfile); - return NULL; - } - if (*pkey_type == -1) - *pkey_type = EVP_PKEY_id(param); - else if (*pkey_type != EVP_PKEY_base_id(param)) - { - BIO_printf(err, "Key Type does not match parameters\n"); - EVP_PKEY_free(param); - return NULL; - } - } - - if (palgnam) - { - const EVP_PKEY_ASN1_METHOD *ameth; - ENGINE *tmpeng; - const char *anam; - ameth = EVP_PKEY_asn1_find(&tmpeng, *pkey_type); - if (!ameth) - { - BIO_puts(err, "Internal error: can't find key algorithm\n"); - return NULL; - } - EVP_PKEY_asn1_get0_info(NULL, NULL, NULL, NULL, &anam, ameth); - *palgnam = BUF_strdup(anam); + if (*pkey_type == EVP_PKEY_RSA) { + if (p) { + keylen = atol(p + 1); + *pkeylen = keylen; + } else + keylen = *pkeylen; + } else if (p) + paramfile = p + 1; + } + + if (paramfile) { + pbio = BIO_new_file(paramfile, "r"); + if (!pbio) { + BIO_printf(err, "Can't open parameter file %s\n", paramfile); + return NULL; + } + param = PEM_read_bio_Parameters(pbio, NULL); + + if (!param) { + X509 *x; + (void)BIO_reset(pbio); + x = PEM_read_bio_X509(pbio, NULL, NULL, NULL); + if (x) { + param = X509_get_pubkey(x); + X509_free(x); + } + } + + BIO_free(pbio); + + if (!param) { + BIO_printf(err, "Error reading parameter file %s\n", paramfile); + return NULL; + } + if (*pkey_type == -1) + *pkey_type = EVP_PKEY_id(param); + else if (*pkey_type != EVP_PKEY_base_id(param)) { + BIO_printf(err, "Key Type does not match parameters\n"); + EVP_PKEY_free(param); + return NULL; + } + } + + if (palgnam) { + const EVP_PKEY_ASN1_METHOD *ameth; + ENGINE *tmpeng; + const char *anam; + ameth = EVP_PKEY_asn1_find(&tmpeng, *pkey_type); + if (!ameth) { + BIO_puts(err, "Internal error: can't find key algorithm\n"); + return NULL; + } + EVP_PKEY_asn1_get0_info(NULL, NULL, NULL, NULL, &anam, ameth); + *palgnam = BUF_strdup(anam); #ifndef OPENSSL_NO_ENGINE - if (tmpeng) - ENGINE_finish(tmpeng); + if (tmpeng) + ENGINE_finish(tmpeng); #endif - } - - if (param) - { - gctx = EVP_PKEY_CTX_new(param, keygen_engine); - *pkeylen = EVP_PKEY_bits(param); - EVP_PKEY_free(param); - } - else - gctx = EVP_PKEY_CTX_new_id(*pkey_type, keygen_engine); - - if (!gctx) - { - BIO_puts(err, "Error allocating keygen context\n"); - ERR_print_errors(err); - return NULL; - } - - if (EVP_PKEY_keygen_init(gctx) <= 0) - { - BIO_puts(err, "Error initializing keygen context\n"); - ERR_print_errors(err); - return NULL; - } + } + + if (param) { + gctx = EVP_PKEY_CTX_new(param, keygen_engine); + *pkeylen = EVP_PKEY_bits(param); + EVP_PKEY_free(param); + } else + gctx = EVP_PKEY_CTX_new_id(*pkey_type, keygen_engine); + + if (!gctx) { + BIO_puts(err, "Error allocating keygen context\n"); + ERR_print_errors(err); + return NULL; + } + + if (EVP_PKEY_keygen_init(gctx) <= 0) { + BIO_puts(err, "Error initializing keygen context\n"); + ERR_print_errors(err); + return NULL; + } #ifndef OPENSSL_NO_RSA - if ((*pkey_type == EVP_PKEY_RSA) && (keylen != -1)) - { - if (EVP_PKEY_CTX_set_rsa_keygen_bits(gctx, keylen) <= 0) - { - BIO_puts(err, "Error setting RSA keysize\n"); - ERR_print_errors(err); - EVP_PKEY_CTX_free(gctx); - return NULL; - } - } + if ((*pkey_type == EVP_PKEY_RSA) && (keylen != -1)) { + if (EVP_PKEY_CTX_set_rsa_keygen_bits(gctx, keylen) <= 0) { + BIO_puts(err, "Error setting RSA keysize\n"); + ERR_print_errors(err); + EVP_PKEY_CTX_free(gctx); + return NULL; + } + } #endif - return gctx; - } + return gctx; +} static int genpkey_cb(EVP_PKEY_CTX *ctx) - { - char c='*'; - BIO *b = EVP_PKEY_CTX_get_app_data(ctx); - int p; - p = EVP_PKEY_CTX_get_keygen_info(ctx, 0); - if (p == 0) c='.'; - if (p == 1) c='+'; - if (p == 2) c='*'; - if (p == 3) c='\n'; - BIO_write(b,&c,1); - (void)BIO_flush(b); +{ + char c = '*'; + BIO *b = EVP_PKEY_CTX_get_app_data(ctx); + int p; + p = EVP_PKEY_CTX_get_keygen_info(ctx, 0); + if (p == 0) + c = '.'; + if (p == 1) + c = '+'; + if (p == 2) + c = '*'; + if (p == 3) + c = '\n'; + BIO_write(b, &c, 1); + (void)BIO_flush(b); #ifdef LINT - p=n; + p = n; #endif - return 1; - } + return 1; +} static int do_sign_init(BIO *err, EVP_MD_CTX *ctx, EVP_PKEY *pkey, - const EVP_MD *md, STACK_OF(OPENSSL_STRING) *sigopts) - { - EVP_PKEY_CTX *pkctx = NULL; - int i; - EVP_MD_CTX_init(ctx); - if (!EVP_DigestSignInit(ctx, &pkctx, md, NULL, pkey)) - return 0; - for (i = 0; i < sk_OPENSSL_STRING_num(sigopts); i++) - { - char *sigopt = sk_OPENSSL_STRING_value(sigopts, i); - if (pkey_ctrl_string(pkctx, sigopt) <= 0) - { - BIO_printf(err, "parameter error \"%s\"\n", sigopt); - ERR_print_errors(bio_err); - return 0; - } - } - return 1; - } + const EVP_MD *md, STACK_OF(OPENSSL_STRING) *sigopts) +{ + EVP_PKEY_CTX *pkctx = NULL; + int i; + EVP_MD_CTX_init(ctx); + if (!EVP_DigestSignInit(ctx, &pkctx, md, NULL, pkey)) + return 0; + for (i = 0; i < sk_OPENSSL_STRING_num(sigopts); i++) { + char *sigopt = sk_OPENSSL_STRING_value(sigopts, i); + if (pkey_ctrl_string(pkctx, sigopt) <= 0) { + BIO_printf(err, "parameter error \"%s\"\n", sigopt); + ERR_print_errors(bio_err); + return 0; + } + } + return 1; +} int do_X509_sign(BIO *err, X509 *x, EVP_PKEY *pkey, const EVP_MD *md, - STACK_OF(OPENSSL_STRING) *sigopts) - { - int rv; - EVP_MD_CTX mctx; - EVP_MD_CTX_init(&mctx); - rv = do_sign_init(err, &mctx, pkey, md, sigopts); - if (rv > 0) - rv = X509_sign_ctx(x, &mctx); - EVP_MD_CTX_cleanup(&mctx); - return rv > 0 ? 1 : 0; - } - + STACK_OF(OPENSSL_STRING) *sigopts) +{ + int rv; + EVP_MD_CTX mctx; + EVP_MD_CTX_init(&mctx); + rv = do_sign_init(err, &mctx, pkey, md, sigopts); + if (rv > 0) + rv = X509_sign_ctx(x, &mctx); + EVP_MD_CTX_cleanup(&mctx); + return rv > 0 ? 1 : 0; +} int do_X509_REQ_sign(BIO *err, X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md, - STACK_OF(OPENSSL_STRING) *sigopts) - { - int rv; - EVP_MD_CTX mctx; - EVP_MD_CTX_init(&mctx); - rv = do_sign_init(err, &mctx, pkey, md, sigopts); - if (rv > 0) - rv = X509_REQ_sign_ctx(x, &mctx); - EVP_MD_CTX_cleanup(&mctx); - return rv > 0 ? 1 : 0; - } - - + STACK_OF(OPENSSL_STRING) *sigopts) +{ + int rv; + EVP_MD_CTX mctx; + EVP_MD_CTX_init(&mctx); + rv = do_sign_init(err, &mctx, pkey, md, sigopts); + if (rv > 0) + rv = X509_REQ_sign_ctx(x, &mctx); + EVP_MD_CTX_cleanup(&mctx); + return rv > 0 ? 1 : 0; +} int do_X509_CRL_sign(BIO *err, X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md, - STACK_OF(OPENSSL_STRING) *sigopts) - { - int rv; - EVP_MD_CTX mctx; - EVP_MD_CTX_init(&mctx); - rv = do_sign_init(err, &mctx, pkey, md, sigopts); - if (rv > 0) - rv = X509_CRL_sign_ctx(x, &mctx); - EVP_MD_CTX_cleanup(&mctx); - return rv > 0 ? 1 : 0; - } - - + STACK_OF(OPENSSL_STRING) *sigopts) +{ + int rv; + EVP_MD_CTX mctx; + EVP_MD_CTX_init(&mctx); + rv = do_sign_init(err, &mctx, pkey, md, sigopts); + if (rv > 0) + rv = X509_CRL_sign_ctx(x, &mctx); + EVP_MD_CTX_cleanup(&mctx); + return rv > 0 ? 1 : 0; +} diff --git a/openssl/apps/rsa.c b/openssl/apps/rsa.c index a17708fe9..e13c14fbc 100644 --- a/openssl/apps/rsa.c +++ b/openssl/apps/rsa.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -58,393 +58,382 @@ #include #ifndef OPENSSL_NO_RSA -#include -#include -#include -#include -#include "apps.h" -#include -#include -#include -#include -#include -#include -#include - -#undef PROG -#define PROG rsa_main - -/* -inform arg - input format - default PEM (one of DER, NET or PEM) +# include +# include +# include +# include +# include "apps.h" +# include +# include +# include +# include +# include +# include +# include + +# undef PROG +# define PROG rsa_main + +/*- + * -inform arg - input format - default PEM (one of DER, NET or PEM) * -outform arg - output format - default PEM - * -in arg - input file - default stdin - * -out arg - output file - default stdout - * -des - encrypt output if PEM format with DES in cbc mode - * -des3 - encrypt output if PEM format - * -idea - encrypt output if PEM format - * -seed - encrypt output if PEM format - * -aes128 - encrypt output if PEM format - * -aes192 - encrypt output if PEM format - * -aes256 - encrypt output if PEM format + * -in arg - input file - default stdin + * -out arg - output file - default stdout + * -des - encrypt output if PEM format with DES in cbc mode + * -des3 - encrypt output if PEM format + * -idea - encrypt output if PEM format + * -seed - encrypt output if PEM format + * -aes128 - encrypt output if PEM format + * -aes192 - encrypt output if PEM format + * -aes256 - encrypt output if PEM format * -camellia128 - encrypt output if PEM format * -camellia192 - encrypt output if PEM format * -camellia256 - encrypt output if PEM format - * -text - print a text version - * -modulus - print the RSA key modulus - * -check - verify key consistency - * -pubin - Expect a public key in input file. - * -pubout - Output a public key. + * -text - print a text version + * -modulus - print the RSA key modulus + * -check - verify key consistency + * -pubin - Expect a public key in input file. + * -pubout - Output a public key. */ int MAIN(int, char **); int MAIN(int argc, char **argv) - { - ENGINE *e = NULL; - int ret=1; - RSA *rsa=NULL; - int i,badops=0, sgckey=0; - const EVP_CIPHER *enc=NULL; - BIO *out=NULL; - int informat,outformat,text=0,check=0,noout=0; - int pubin = 0, pubout = 0; - char *infile,*outfile,*prog; - char *passargin = NULL, *passargout = NULL; - char *passin = NULL, *passout = NULL; -#ifndef OPENSSL_NO_ENGINE - char *engine=NULL; -#endif - int modulus=0; - - int pvk_encr = 2; - - apps_startup(); - - if (bio_err == NULL) - if ((bio_err=BIO_new(BIO_s_file())) != NULL) - BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); - - if (!load_config(bio_err, NULL)) - goto end; - - infile=NULL; - outfile=NULL; - informat=FORMAT_PEM; - outformat=FORMAT_PEM; - - prog=argv[0]; - argc--; - argv++; - while (argc >= 1) - { - if (strcmp(*argv,"-inform") == 0) - { - if (--argc < 1) goto bad; - informat=str2fmt(*(++argv)); - } - else if (strcmp(*argv,"-outform") == 0) - { - if (--argc < 1) goto bad; - outformat=str2fmt(*(++argv)); - } - else if (strcmp(*argv,"-in") == 0) - { - if (--argc < 1) goto bad; - infile= *(++argv); - } - else if (strcmp(*argv,"-out") == 0) - { - if (--argc < 1) goto bad; - outfile= *(++argv); - } - else if (strcmp(*argv,"-passin") == 0) - { - if (--argc < 1) goto bad; - passargin= *(++argv); - } - else if (strcmp(*argv,"-passout") == 0) - { - if (--argc < 1) goto bad; - passargout= *(++argv); - } -#ifndef OPENSSL_NO_ENGINE - else if (strcmp(*argv,"-engine") == 0) - { - if (--argc < 1) goto bad; - engine= *(++argv); - } -#endif - else if (strcmp(*argv,"-sgckey") == 0) - sgckey=1; - else if (strcmp(*argv,"-pubin") == 0) - pubin=1; - else if (strcmp(*argv,"-pubout") == 0) - pubout=1; - else if (strcmp(*argv,"-RSAPublicKey_in") == 0) - pubin = 2; - else if (strcmp(*argv,"-RSAPublicKey_out") == 0) - pubout = 2; - else if (strcmp(*argv,"-pvk-strong") == 0) - pvk_encr=2; - else if (strcmp(*argv,"-pvk-weak") == 0) - pvk_encr=1; - else if (strcmp(*argv,"-pvk-none") == 0) - pvk_encr=0; - else if (strcmp(*argv,"-noout") == 0) - noout=1; - else if (strcmp(*argv,"-text") == 0) - text=1; - else if (strcmp(*argv,"-modulus") == 0) - modulus=1; - else if (strcmp(*argv,"-check") == 0) - check=1; - else if ((enc=EVP_get_cipherbyname(&(argv[0][1]))) == NULL) - { - BIO_printf(bio_err,"unknown option %s\n",*argv); - badops=1; - break; - } - argc--; - argv++; - } - - if (badops) - { -bad: - BIO_printf(bio_err,"%s [options] outfile\n",prog); - BIO_printf(bio_err,"where options are\n"); - BIO_printf(bio_err," -inform arg input format - one of DER NET PEM\n"); - BIO_printf(bio_err," -outform arg output format - one of DER NET PEM\n"); - BIO_printf(bio_err," -in arg input file\n"); - BIO_printf(bio_err," -sgckey Use IIS SGC key format\n"); - BIO_printf(bio_err," -passin arg input file pass phrase source\n"); - BIO_printf(bio_err," -out arg output file\n"); - BIO_printf(bio_err," -passout arg output file pass phrase source\n"); - BIO_printf(bio_err," -des encrypt PEM output with cbc des\n"); - BIO_printf(bio_err," -des3 encrypt PEM output with ede cbc des using 168 bit key\n"); -#ifndef OPENSSL_NO_IDEA - BIO_printf(bio_err," -idea encrypt PEM output with cbc idea\n"); -#endif -#ifndef OPENSSL_NO_SEED - BIO_printf(bio_err," -seed encrypt PEM output with cbc seed\n"); -#endif -#ifndef OPENSSL_NO_AES - BIO_printf(bio_err," -aes128, -aes192, -aes256\n"); - BIO_printf(bio_err," encrypt PEM output with cbc aes\n"); -#endif -#ifndef OPENSSL_NO_CAMELLIA - BIO_printf(bio_err," -camellia128, -camellia192, -camellia256\n"); - BIO_printf(bio_err," encrypt PEM output with cbc camellia\n"); -#endif - BIO_printf(bio_err," -text print the key in text\n"); - BIO_printf(bio_err," -noout don't print key out\n"); - BIO_printf(bio_err," -modulus print the RSA key modulus\n"); - BIO_printf(bio_err," -check verify key consistency\n"); - BIO_printf(bio_err," -pubin expect a public key in input file\n"); - BIO_printf(bio_err," -pubout output a public key\n"); -#ifndef OPENSSL_NO_ENGINE - BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n"); -#endif - goto end; - } +{ + ENGINE *e = NULL; + int ret = 1; + RSA *rsa = NULL; + int i, badops = 0, sgckey = 0; + const EVP_CIPHER *enc = NULL; + BIO *out = NULL; + int informat, outformat, text = 0, check = 0, noout = 0; + int pubin = 0, pubout = 0; + char *infile, *outfile, *prog; + char *passargin = NULL, *passargout = NULL; + char *passin = NULL, *passout = NULL; +# ifndef OPENSSL_NO_ENGINE + char *engine = NULL; +# endif + int modulus = 0; - ERR_load_crypto_strings(); + int pvk_encr = 2; -#ifndef OPENSSL_NO_ENGINE - e = setup_engine(bio_err, engine, 0); -#endif + apps_startup(); - if(!app_passwd(bio_err, passargin, passargout, &passin, &passout)) { - BIO_printf(bio_err, "Error getting passwords\n"); - goto end; - } - - if(check && pubin) { - BIO_printf(bio_err, "Only private keys can be checked\n"); - goto end; - } - - out=BIO_new(BIO_s_file()); - - { - EVP_PKEY *pkey; - - if (pubin) - { - int tmpformat=-1; - if (pubin == 2) - { - if (informat == FORMAT_PEM) - tmpformat = FORMAT_PEMRSA; - else if (informat == FORMAT_ASN1) - tmpformat = FORMAT_ASN1RSA; - } - else if (informat == FORMAT_NETSCAPE && sgckey) - tmpformat = FORMAT_IISSGC; - else - tmpformat = informat; - - pkey = load_pubkey(bio_err, infile, tmpformat, 1, - passin, e, "Public Key"); - } - else - pkey = load_key(bio_err, infile, - (informat == FORMAT_NETSCAPE && sgckey ? - FORMAT_IISSGC : informat), 1, - passin, e, "Private Key"); - - if (pkey != NULL) - rsa = EVP_PKEY_get1_RSA(pkey); - EVP_PKEY_free(pkey); - } - - if (rsa == NULL) - { - ERR_print_errors(bio_err); - goto end; - } - - if (outfile == NULL) - { - BIO_set_fp(out,stdout,BIO_NOCLOSE); -#ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - out = BIO_push(tmpbio, out); - } -#endif - } - else - { - if (BIO_write_filename(out,outfile) <= 0) - { - perror(outfile); - goto end; - } - } - - if (text) - if (!RSA_print(out,rsa,0)) - { - perror(outfile); - ERR_print_errors(bio_err); - goto end; - } - - if (modulus) - { - BIO_printf(out,"Modulus="); - BN_print(out,rsa->n); - BIO_printf(out,"\n"); - } - - if (check) - { - int r = RSA_check_key(rsa); - - if (r == 1) - BIO_printf(out,"RSA key ok\n"); - else if (r == 0) - { - unsigned long err; - - while ((err = ERR_peek_error()) != 0 && - ERR_GET_LIB(err) == ERR_LIB_RSA && - ERR_GET_FUNC(err) == RSA_F_RSA_CHECK_KEY && - ERR_GET_REASON(err) != ERR_R_MALLOC_FAILURE) - { - BIO_printf(out, "RSA key error: %s\n", ERR_reason_error_string(err)); - ERR_get_error(); /* remove e from error stack */ - } - } - - if (r == -1 || ERR_peek_error() != 0) /* should happen only if r == -1 */ - { - ERR_print_errors(bio_err); - goto end; - } - } - - if (noout) - { - ret = 0; - goto end; - } - BIO_printf(bio_err,"writing RSA key\n"); - if (outformat == FORMAT_ASN1) { - if(pubout || pubin) - { - if (pubout == 2) - i=i2d_RSAPublicKey_bio(out,rsa); - else - i=i2d_RSA_PUBKEY_bio(out,rsa); - } - else i=i2d_RSAPrivateKey_bio(out,rsa); - } -#ifndef OPENSSL_NO_RC4 - else if (outformat == FORMAT_NETSCAPE) - { - unsigned char *p,*pp; - int size; - - i=1; - size=i2d_RSA_NET(rsa,NULL,NULL, sgckey); - if ((p=(unsigned char *)OPENSSL_malloc(size)) == NULL) - { - BIO_printf(bio_err,"Memory allocation failure\n"); - goto end; - } - pp=p; - i2d_RSA_NET(rsa,&p,NULL, sgckey); - BIO_write(out,(char *)pp,size); - OPENSSL_free(pp); - } -#endif - else if (outformat == FORMAT_PEM) { - if(pubout || pubin) - { - if (pubout == 2) - i=PEM_write_bio_RSAPublicKey(out,rsa); - else - i=PEM_write_bio_RSA_PUBKEY(out,rsa); - } - else i=PEM_write_bio_RSAPrivateKey(out,rsa, - enc,NULL,0,NULL,passout); -#if !defined(OPENSSL_NO_DSA) && !defined(OPENSSL_NO_RC4) - } else if (outformat == FORMAT_MSBLOB || outformat == FORMAT_PVK) { - EVP_PKEY *pk; - pk = EVP_PKEY_new(); - EVP_PKEY_set1_RSA(pk, rsa); - if (outformat == FORMAT_PVK) - i = i2b_PVK_bio(out, pk, pvk_encr, 0, passout); - else if (pubin || pubout) - i = i2b_PublicKey_bio(out, pk); - else - i = i2b_PrivateKey_bio(out, pk); - EVP_PKEY_free(pk); -#endif - } else { - BIO_printf(bio_err,"bad output format specified for outfile\n"); - goto end; - } - if (i <= 0) - { - BIO_printf(bio_err,"unable to write key\n"); - ERR_print_errors(bio_err); - } - else - ret=0; -end: - if(out != NULL) BIO_free_all(out); - if(rsa != NULL) RSA_free(rsa); - if(passin) OPENSSL_free(passin); - if(passout) OPENSSL_free(passout); - apps_shutdown(); - OPENSSL_EXIT(ret); - } -#else /* !OPENSSL_NO_RSA */ + if (bio_err == NULL) + if ((bio_err = BIO_new(BIO_s_file())) != NULL) + BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT); + + if (!load_config(bio_err, NULL)) + goto end; + + infile = NULL; + outfile = NULL; + informat = FORMAT_PEM; + outformat = FORMAT_PEM; + + prog = argv[0]; + argc--; + argv++; + while (argc >= 1) { + if (strcmp(*argv, "-inform") == 0) { + if (--argc < 1) + goto bad; + informat = str2fmt(*(++argv)); + } else if (strcmp(*argv, "-outform") == 0) { + if (--argc < 1) + goto bad; + outformat = str2fmt(*(++argv)); + } else if (strcmp(*argv, "-in") == 0) { + if (--argc < 1) + goto bad; + infile = *(++argv); + } else if (strcmp(*argv, "-out") == 0) { + if (--argc < 1) + goto bad; + outfile = *(++argv); + } else if (strcmp(*argv, "-passin") == 0) { + if (--argc < 1) + goto bad; + passargin = *(++argv); + } else if (strcmp(*argv, "-passout") == 0) { + if (--argc < 1) + goto bad; + passargout = *(++argv); + } +# ifndef OPENSSL_NO_ENGINE + else if (strcmp(*argv, "-engine") == 0) { + if (--argc < 1) + goto bad; + engine = *(++argv); + } +# endif + else if (strcmp(*argv, "-sgckey") == 0) + sgckey = 1; + else if (strcmp(*argv, "-pubin") == 0) + pubin = 1; + else if (strcmp(*argv, "-pubout") == 0) + pubout = 1; + else if (strcmp(*argv, "-RSAPublicKey_in") == 0) + pubin = 2; + else if (strcmp(*argv, "-RSAPublicKey_out") == 0) + pubout = 2; + else if (strcmp(*argv, "-pvk-strong") == 0) + pvk_encr = 2; + else if (strcmp(*argv, "-pvk-weak") == 0) + pvk_encr = 1; + else if (strcmp(*argv, "-pvk-none") == 0) + pvk_encr = 0; + else if (strcmp(*argv, "-noout") == 0) + noout = 1; + else if (strcmp(*argv, "-text") == 0) + text = 1; + else if (strcmp(*argv, "-modulus") == 0) + modulus = 1; + else if (strcmp(*argv, "-check") == 0) + check = 1; + else if ((enc = EVP_get_cipherbyname(&(argv[0][1]))) == NULL) { + BIO_printf(bio_err, "unknown option %s\n", *argv); + badops = 1; + break; + } + argc--; + argv++; + } + + if (badops) { + bad: + BIO_printf(bio_err, "%s [options] outfile\n", prog); + BIO_printf(bio_err, "where options are\n"); + BIO_printf(bio_err, + " -inform arg input format - one of DER NET PEM\n"); + BIO_printf(bio_err, + " -outform arg output format - one of DER NET PEM\n"); + BIO_printf(bio_err, " -in arg input file\n"); + BIO_printf(bio_err, " -sgckey Use IIS SGC key format\n"); + BIO_printf(bio_err, + " -passin arg input file pass phrase source\n"); + BIO_printf(bio_err, " -out arg output file\n"); + BIO_printf(bio_err, + " -passout arg output file pass phrase source\n"); + BIO_printf(bio_err, + " -des encrypt PEM output with cbc des\n"); + BIO_printf(bio_err, + " -des3 encrypt PEM output with ede cbc des using 168 bit key\n"); +# ifndef OPENSSL_NO_IDEA + BIO_printf(bio_err, + " -idea encrypt PEM output with cbc idea\n"); +# endif +# ifndef OPENSSL_NO_SEED + BIO_printf(bio_err, + " -seed encrypt PEM output with cbc seed\n"); +# endif +# ifndef OPENSSL_NO_AES + BIO_printf(bio_err, " -aes128, -aes192, -aes256\n"); + BIO_printf(bio_err, + " encrypt PEM output with cbc aes\n"); +# endif +# ifndef OPENSSL_NO_CAMELLIA + BIO_printf(bio_err, " -camellia128, -camellia192, -camellia256\n"); + BIO_printf(bio_err, + " encrypt PEM output with cbc camellia\n"); +# endif + BIO_printf(bio_err, " -text print the key in text\n"); + BIO_printf(bio_err, " -noout don't print key out\n"); + BIO_printf(bio_err, " -modulus print the RSA key modulus\n"); + BIO_printf(bio_err, " -check verify key consistency\n"); + BIO_printf(bio_err, + " -pubin expect a public key in input file\n"); + BIO_printf(bio_err, " -pubout output a public key\n"); +# ifndef OPENSSL_NO_ENGINE + BIO_printf(bio_err, + " -engine e use engine e, possibly a hardware device.\n"); +# endif + goto end; + } + + ERR_load_crypto_strings(); + +# ifndef OPENSSL_NO_ENGINE + e = setup_engine(bio_err, engine, 0); +# endif + + if (!app_passwd(bio_err, passargin, passargout, &passin, &passout)) { + BIO_printf(bio_err, "Error getting passwords\n"); + goto end; + } + + if (check && pubin) { + BIO_printf(bio_err, "Only private keys can be checked\n"); + goto end; + } + + out = BIO_new(BIO_s_file()); + + { + EVP_PKEY *pkey; + + if (pubin) { + int tmpformat = -1; + if (pubin == 2) { + if (informat == FORMAT_PEM) + tmpformat = FORMAT_PEMRSA; + else if (informat == FORMAT_ASN1) + tmpformat = FORMAT_ASN1RSA; + } else if (informat == FORMAT_NETSCAPE && sgckey) + tmpformat = FORMAT_IISSGC; + else + tmpformat = informat; + + pkey = load_pubkey(bio_err, infile, tmpformat, 1, + passin, e, "Public Key"); + } else + pkey = load_key(bio_err, infile, + (informat == FORMAT_NETSCAPE && sgckey ? + FORMAT_IISSGC : informat), 1, + passin, e, "Private Key"); + + if (pkey != NULL) + rsa = EVP_PKEY_get1_RSA(pkey); + EVP_PKEY_free(pkey); + } + + if (rsa == NULL) { + ERR_print_errors(bio_err); + goto end; + } + + if (outfile == NULL) { + BIO_set_fp(out, stdout, BIO_NOCLOSE); +# ifdef OPENSSL_SYS_VMS + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + out = BIO_push(tmpbio, out); + } +# endif + } else { + if (BIO_write_filename(out, outfile) <= 0) { + perror(outfile); + goto end; + } + } + + if (text) + if (!RSA_print(out, rsa, 0)) { + perror(outfile); + ERR_print_errors(bio_err); + goto end; + } + + if (modulus) { + BIO_printf(out, "Modulus="); + BN_print(out, rsa->n); + BIO_printf(out, "\n"); + } + + if (check) { + int r = RSA_check_key(rsa); + + if (r == 1) + BIO_printf(out, "RSA key ok\n"); + else if (r == 0) { + unsigned long err; + + while ((err = ERR_peek_error()) != 0 && + ERR_GET_LIB(err) == ERR_LIB_RSA && + ERR_GET_FUNC(err) == RSA_F_RSA_CHECK_KEY && + ERR_GET_REASON(err) != ERR_R_MALLOC_FAILURE) { + BIO_printf(out, "RSA key error: %s\n", + ERR_reason_error_string(err)); + ERR_get_error(); /* remove e from error stack */ + } + } + + if (r == -1 || ERR_peek_error() != 0) { /* should happen only if r == + * -1 */ + ERR_print_errors(bio_err); + goto end; + } + } + + if (noout) { + ret = 0; + goto end; + } + BIO_printf(bio_err, "writing RSA key\n"); + if (outformat == FORMAT_ASN1) { + if (pubout || pubin) { + if (pubout == 2) + i = i2d_RSAPublicKey_bio(out, rsa); + else + i = i2d_RSA_PUBKEY_bio(out, rsa); + } else + i = i2d_RSAPrivateKey_bio(out, rsa); + } +# ifndef OPENSSL_NO_RC4 + else if (outformat == FORMAT_NETSCAPE) { + unsigned char *p, *pp; + int size; + + i = 1; + size = i2d_RSA_NET(rsa, NULL, NULL, sgckey); + if ((p = (unsigned char *)OPENSSL_malloc(size)) == NULL) { + BIO_printf(bio_err, "Memory allocation failure\n"); + goto end; + } + pp = p; + i2d_RSA_NET(rsa, &p, NULL, sgckey); + BIO_write(out, (char *)pp, size); + OPENSSL_free(pp); + } +# endif + else if (outformat == FORMAT_PEM) { + if (pubout || pubin) { + if (pubout == 2) + i = PEM_write_bio_RSAPublicKey(out, rsa); + else + i = PEM_write_bio_RSA_PUBKEY(out, rsa); + } else + i = PEM_write_bio_RSAPrivateKey(out, rsa, + enc, NULL, 0, NULL, passout); +# if !defined(OPENSSL_NO_DSA) && !defined(OPENSSL_NO_RC4) + } else if (outformat == FORMAT_MSBLOB || outformat == FORMAT_PVK) { + EVP_PKEY *pk; + pk = EVP_PKEY_new(); + EVP_PKEY_set1_RSA(pk, rsa); + if (outformat == FORMAT_PVK) + i = i2b_PVK_bio(out, pk, pvk_encr, 0, passout); + else if (pubin || pubout) + i = i2b_PublicKey_bio(out, pk); + else + i = i2b_PrivateKey_bio(out, pk); + EVP_PKEY_free(pk); +# endif + } else { + BIO_printf(bio_err, "bad output format specified for outfile\n"); + goto end; + } + if (i <= 0) { + BIO_printf(bio_err, "unable to write key\n"); + ERR_print_errors(bio_err); + } else + ret = 0; + end: + if (out != NULL) + BIO_free_all(out); + if (rsa != NULL) + RSA_free(rsa); + if (passin) + OPENSSL_free(passin); + if (passout) + OPENSSL_free(passout); + apps_shutdown(); + OPENSSL_EXIT(ret); +} +#else /* !OPENSSL_NO_RSA */ # if PEDANTIC -static void *dummy=&dummy; +static void *dummy = &dummy; # endif #endif diff --git a/openssl/apps/rsautl.c b/openssl/apps/rsautl.c index b01f004eb..0030aca12 100644 --- a/openssl/apps/rsautl.c +++ b/openssl/apps/rsautl.c @@ -1,6 +1,7 @@ /* rsautl.c */ -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL - * project 2000. +/* + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project + * 2000. */ /* ==================================================================== * Copyright (c) 2000 The OpenSSL Project. All rights reserved. @@ -10,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -59,293 +60,311 @@ #include #ifndef OPENSSL_NO_RSA -#include "apps.h" -#include -#include -#include -#include +# include "apps.h" +# include +# include +# include +# include -#define RSA_SIGN 1 -#define RSA_VERIFY 2 -#define RSA_ENCRYPT 3 -#define RSA_DECRYPT 4 +# define RSA_SIGN 1 +# define RSA_VERIFY 2 +# define RSA_ENCRYPT 3 +# define RSA_DECRYPT 4 -#define KEY_PRIVKEY 1 -#define KEY_PUBKEY 2 -#define KEY_CERT 3 +# define KEY_PRIVKEY 1 +# define KEY_PUBKEY 2 +# define KEY_CERT 3 static void usage(void); -#undef PROG +# undef PROG -#define PROG rsautl_main +# define PROG rsautl_main int MAIN(int argc, char **); int MAIN(int argc, char **argv) { - ENGINE *e = NULL; - BIO *in = NULL, *out = NULL; - char *infile = NULL, *outfile = NULL; -#ifndef OPENSSL_NO_ENGINE - char *engine = NULL; -#endif - char *keyfile = NULL; - char rsa_mode = RSA_VERIFY, key_type = KEY_PRIVKEY; - int keyform = FORMAT_PEM; - char need_priv = 0, badarg = 0, rev = 0; - char hexdump = 0, asn1parse = 0; - X509 *x; - EVP_PKEY *pkey = NULL; - RSA *rsa = NULL; - unsigned char *rsa_in = NULL, *rsa_out = NULL, pad; - char *passargin = NULL, *passin = NULL; - int rsa_inlen, rsa_outlen = 0; - int keysize; - - int ret = 1; - - argc--; - argv++; - - if(!bio_err) bio_err = BIO_new_fp(stderr, BIO_NOCLOSE); - - if (!load_config(bio_err, NULL)) - goto end; - ERR_load_crypto_strings(); - OpenSSL_add_all_algorithms(); - pad = RSA_PKCS1_PADDING; - - while(argc >= 1) - { - if (!strcmp(*argv,"-in")) { - if (--argc < 1) - badarg = 1; - else - infile= *(++argv); - } else if (!strcmp(*argv,"-out")) { - if (--argc < 1) - badarg = 1; - else - outfile= *(++argv); - } else if(!strcmp(*argv, "-inkey")) { - if (--argc < 1) - badarg = 1; - else - keyfile = *(++argv); - } else if (!strcmp(*argv,"-passin")) { - if (--argc < 1) - badarg = 1; - else - passargin= *(++argv); - } else if (strcmp(*argv,"-keyform") == 0) { - if (--argc < 1) - badarg = 1; - else - keyform=str2fmt(*(++argv)); -#ifndef OPENSSL_NO_ENGINE - } else if(!strcmp(*argv, "-engine")) { - if (--argc < 1) - badarg = 1; - else - engine = *(++argv); -#endif - } else if(!strcmp(*argv, "-pubin")) { - key_type = KEY_PUBKEY; - } else if(!strcmp(*argv, "-certin")) { - key_type = KEY_CERT; - } - else if(!strcmp(*argv, "-asn1parse")) asn1parse = 1; - else if(!strcmp(*argv, "-hexdump")) hexdump = 1; - else if(!strcmp(*argv, "-raw")) pad = RSA_NO_PADDING; - else if(!strcmp(*argv, "-oaep")) pad = RSA_PKCS1_OAEP_PADDING; - else if(!strcmp(*argv, "-ssl")) pad = RSA_SSLV23_PADDING; - else if(!strcmp(*argv, "-pkcs")) pad = RSA_PKCS1_PADDING; - else if(!strcmp(*argv, "-x931")) pad = RSA_X931_PADDING; - else if(!strcmp(*argv, "-sign")) { - rsa_mode = RSA_SIGN; - need_priv = 1; - } else if(!strcmp(*argv, "-verify")) rsa_mode = RSA_VERIFY; - else if(!strcmp(*argv, "-rev")) rev = 1; - else if(!strcmp(*argv, "-encrypt")) rsa_mode = RSA_ENCRYPT; - else if(!strcmp(*argv, "-decrypt")) { - rsa_mode = RSA_DECRYPT; - need_priv = 1; - } else badarg = 1; - if(badarg) { - usage(); - goto end; - } - argc--; - argv++; - } - - if(need_priv && (key_type != KEY_PRIVKEY)) { - BIO_printf(bio_err, "A private key is needed for this operation\n"); - goto end; - } - -#ifndef OPENSSL_NO_ENGINE - e = setup_engine(bio_err, engine, 0); -#endif - if(!app_passwd(bio_err, passargin, NULL, &passin, NULL)) { - BIO_printf(bio_err, "Error getting password\n"); - goto end; - } + ENGINE *e = NULL; + BIO *in = NULL, *out = NULL; + char *infile = NULL, *outfile = NULL; +# ifndef OPENSSL_NO_ENGINE + char *engine = NULL; +# endif + char *keyfile = NULL; + char rsa_mode = RSA_VERIFY, key_type = KEY_PRIVKEY; + int keyform = FORMAT_PEM; + char need_priv = 0, badarg = 0, rev = 0; + char hexdump = 0, asn1parse = 0; + X509 *x; + EVP_PKEY *pkey = NULL; + RSA *rsa = NULL; + unsigned char *rsa_in = NULL, *rsa_out = NULL, pad; + char *passargin = NULL, *passin = NULL; + int rsa_inlen, rsa_outlen = 0; + int keysize; + + int ret = 1; + + argc--; + argv++; + + if (!bio_err) + bio_err = BIO_new_fp(stderr, BIO_NOCLOSE); + + if (!load_config(bio_err, NULL)) + goto end; + ERR_load_crypto_strings(); + OpenSSL_add_all_algorithms(); + pad = RSA_PKCS1_PADDING; + + while (argc >= 1) { + if (!strcmp(*argv, "-in")) { + if (--argc < 1) + badarg = 1; + else + infile = *(++argv); + } else if (!strcmp(*argv, "-out")) { + if (--argc < 1) + badarg = 1; + else + outfile = *(++argv); + } else if (!strcmp(*argv, "-inkey")) { + if (--argc < 1) + badarg = 1; + else + keyfile = *(++argv); + } else if (!strcmp(*argv, "-passin")) { + if (--argc < 1) + badarg = 1; + else + passargin = *(++argv); + } else if (strcmp(*argv, "-keyform") == 0) { + if (--argc < 1) + badarg = 1; + else + keyform = str2fmt(*(++argv)); +# ifndef OPENSSL_NO_ENGINE + } else if (!strcmp(*argv, "-engine")) { + if (--argc < 1) + badarg = 1; + else + engine = *(++argv); +# endif + } else if (!strcmp(*argv, "-pubin")) { + key_type = KEY_PUBKEY; + } else if (!strcmp(*argv, "-certin")) { + key_type = KEY_CERT; + } else if (!strcmp(*argv, "-asn1parse")) + asn1parse = 1; + else if (!strcmp(*argv, "-hexdump")) + hexdump = 1; + else if (!strcmp(*argv, "-raw")) + pad = RSA_NO_PADDING; + else if (!strcmp(*argv, "-oaep")) + pad = RSA_PKCS1_OAEP_PADDING; + else if (!strcmp(*argv, "-ssl")) + pad = RSA_SSLV23_PADDING; + else if (!strcmp(*argv, "-pkcs")) + pad = RSA_PKCS1_PADDING; + else if (!strcmp(*argv, "-x931")) + pad = RSA_X931_PADDING; + else if (!strcmp(*argv, "-sign")) { + rsa_mode = RSA_SIGN; + need_priv = 1; + } else if (!strcmp(*argv, "-verify")) + rsa_mode = RSA_VERIFY; + else if (!strcmp(*argv, "-rev")) + rev = 1; + else if (!strcmp(*argv, "-encrypt")) + rsa_mode = RSA_ENCRYPT; + else if (!strcmp(*argv, "-decrypt")) { + rsa_mode = RSA_DECRYPT; + need_priv = 1; + } else + badarg = 1; + if (badarg) { + usage(); + goto end; + } + argc--; + argv++; + } + + if (need_priv && (key_type != KEY_PRIVKEY)) { + BIO_printf(bio_err, "A private key is needed for this operation\n"); + goto end; + } +# ifndef OPENSSL_NO_ENGINE + e = setup_engine(bio_err, engine, 0); +# endif + if (!app_passwd(bio_err, passargin, NULL, &passin, NULL)) { + BIO_printf(bio_err, "Error getting password\n"); + goto end; + } /* FIXME: seed PRNG only if needed */ - app_RAND_load_file(NULL, bio_err, 0); - - switch(key_type) { - case KEY_PRIVKEY: - pkey = load_key(bio_err, keyfile, keyform, 0, - passin, e, "Private Key"); - break; - - case KEY_PUBKEY: - pkey = load_pubkey(bio_err, keyfile, keyform, 0, - NULL, e, "Public Key"); - break; - - case KEY_CERT: - x = load_cert(bio_err, keyfile, keyform, - NULL, e, "Certificate"); - if(x) { - pkey = X509_get_pubkey(x); - X509_free(x); - } - break; - } - - if(!pkey) { - return 1; - } - - rsa = EVP_PKEY_get1_RSA(pkey); - EVP_PKEY_free(pkey); - - if(!rsa) { - BIO_printf(bio_err, "Error getting RSA key\n"); - ERR_print_errors(bio_err); - goto end; - } - - - if(infile) { - if(!(in = BIO_new_file(infile, "rb"))) { - BIO_printf(bio_err, "Error Reading Input File\n"); - ERR_print_errors(bio_err); - goto end; - } - } else in = BIO_new_fp(stdin, BIO_NOCLOSE); - - if(outfile) { - if(!(out = BIO_new_file(outfile, "wb"))) { - BIO_printf(bio_err, "Error Reading Output File\n"); - ERR_print_errors(bio_err); - goto end; - } - } else { - out = BIO_new_fp(stdout, BIO_NOCLOSE); -#ifdef OPENSSL_SYS_VMS - { - BIO *tmpbio = BIO_new(BIO_f_linebuffer()); - out = BIO_push(tmpbio, out); - } -#endif - } - - keysize = RSA_size(rsa); - - rsa_in = OPENSSL_malloc(keysize * 2); - rsa_out = OPENSSL_malloc(keysize); - - /* Read the input data */ - rsa_inlen = BIO_read(in, rsa_in, keysize * 2); - if(rsa_inlen <= 0) { - BIO_printf(bio_err, "Error reading input Data\n"); - exit(1); - } - if(rev) { - int i; - unsigned char ctmp; - for(i = 0; i < rsa_inlen/2; i++) { - ctmp = rsa_in[i]; - rsa_in[i] = rsa_in[rsa_inlen - 1 - i]; - rsa_in[rsa_inlen - 1 - i] = ctmp; - } - } - switch(rsa_mode) { - - case RSA_VERIFY: - rsa_outlen = RSA_public_decrypt(rsa_inlen, rsa_in, rsa_out, rsa, pad); - break; - - case RSA_SIGN: - rsa_outlen = RSA_private_encrypt(rsa_inlen, rsa_in, rsa_out, rsa, pad); - break; - - case RSA_ENCRYPT: - rsa_outlen = RSA_public_encrypt(rsa_inlen, rsa_in, rsa_out, rsa, pad); - break; - - case RSA_DECRYPT: - rsa_outlen = RSA_private_decrypt(rsa_inlen, rsa_in, rsa_out, rsa, pad); - break; - - } - - if(rsa_outlen <= 0) { - BIO_printf(bio_err, "RSA operation error\n"); - ERR_print_errors(bio_err); - goto end; - } - ret = 0; - if(asn1parse) { - if(!ASN1_parse_dump(out, rsa_out, rsa_outlen, 1, -1)) { - ERR_print_errors(bio_err); - } - } else if(hexdump) BIO_dump(out, (char *)rsa_out, rsa_outlen); - else BIO_write(out, rsa_out, rsa_outlen); - end: - RSA_free(rsa); - BIO_free(in); - BIO_free_all(out); - if(rsa_in) OPENSSL_free(rsa_in); - if(rsa_out) OPENSSL_free(rsa_out); - if(passin) OPENSSL_free(passin); - return ret; + app_RAND_load_file(NULL, bio_err, 0); + + switch (key_type) { + case KEY_PRIVKEY: + pkey = load_key(bio_err, keyfile, keyform, 0, + passin, e, "Private Key"); + break; + + case KEY_PUBKEY: + pkey = load_pubkey(bio_err, keyfile, keyform, 0, + NULL, e, "Public Key"); + break; + + case KEY_CERT: + x = load_cert(bio_err, keyfile, keyform, NULL, e, "Certificate"); + if (x) { + pkey = X509_get_pubkey(x); + X509_free(x); + } + break; + } + + if (!pkey) { + return 1; + } + + rsa = EVP_PKEY_get1_RSA(pkey); + EVP_PKEY_free(pkey); + + if (!rsa) { + BIO_printf(bio_err, "Error getting RSA key\n"); + ERR_print_errors(bio_err); + goto end; + } + + if (infile) { + if (!(in = BIO_new_file(infile, "rb"))) { + BIO_printf(bio_err, "Error Reading Input File\n"); + ERR_print_errors(bio_err); + goto end; + } + } else + in = BIO_new_fp(stdin, BIO_NOCLOSE); + + if (outfile) { + if (!(out = BIO_new_file(outfile, "wb"))) { + BIO_printf(bio_err, "Error Reading Output File\n"); + ERR_print_errors(bio_err); + goto end; + } + } else { + out = BIO_new_fp(stdout, BIO_NOCLOSE); +# ifdef OPENSSL_SYS_VMS + { + BIO *tmpbio = BIO_new(BIO_f_linebuffer()); + out = BIO_push(tmpbio, out); + } +# endif + } + + keysize = RSA_size(rsa); + + rsa_in = OPENSSL_malloc(keysize * 2); + rsa_out = OPENSSL_malloc(keysize); + + /* Read the input data */ + rsa_inlen = BIO_read(in, rsa_in, keysize * 2); + if (rsa_inlen <= 0) { + BIO_printf(bio_err, "Error reading input Data\n"); + exit(1); + } + if (rev) { + int i; + unsigned char ctmp; + for (i = 0; i < rsa_inlen / 2; i++) { + ctmp = rsa_in[i]; + rsa_in[i] = rsa_in[rsa_inlen - 1 - i]; + rsa_in[rsa_inlen - 1 - i] = ctmp; + } + } + switch (rsa_mode) { + + case RSA_VERIFY: + rsa_outlen = RSA_public_decrypt(rsa_inlen, rsa_in, rsa_out, rsa, pad); + break; + + case RSA_SIGN: + rsa_outlen = + RSA_private_encrypt(rsa_inlen, rsa_in, rsa_out, rsa, pad); + break; + + case RSA_ENCRYPT: + rsa_outlen = RSA_public_encrypt(rsa_inlen, rsa_in, rsa_out, rsa, pad); + break; + + case RSA_DECRYPT: + rsa_outlen = + RSA_private_decrypt(rsa_inlen, rsa_in, rsa_out, rsa, pad); + break; + + } + + if (rsa_outlen <= 0) { + BIO_printf(bio_err, "RSA operation error\n"); + ERR_print_errors(bio_err); + goto end; + } + ret = 0; + if (asn1parse) { + if (!ASN1_parse_dump(out, rsa_out, rsa_outlen, 1, -1)) { + ERR_print_errors(bio_err); + } + } else if (hexdump) + BIO_dump(out, (char *)rsa_out, rsa_outlen); + else + BIO_write(out, rsa_out, rsa_outlen); + end: + RSA_free(rsa); + BIO_free(in); + BIO_free_all(out); + if (rsa_in) + OPENSSL_free(rsa_in); + if (rsa_out) + OPENSSL_free(rsa_out); + if (passin) + OPENSSL_free(passin); + return ret; } static void usage() { - BIO_printf(bio_err, "Usage: rsautl [options]\n"); - BIO_printf(bio_err, "-in file input file\n"); - BIO_printf(bio_err, "-out file output file\n"); - BIO_printf(bio_err, "-inkey file input key\n"); - BIO_printf(bio_err, "-keyform arg private key format - default PEM\n"); - BIO_printf(bio_err, "-pubin input is an RSA public\n"); - BIO_printf(bio_err, "-certin input is a certificate carrying an RSA public key\n"); - BIO_printf(bio_err, "-ssl use SSL v2 padding\n"); - BIO_printf(bio_err, "-raw use no padding\n"); - BIO_printf(bio_err, "-pkcs use PKCS#1 v1.5 padding (default)\n"); - BIO_printf(bio_err, "-oaep use PKCS#1 OAEP\n"); - BIO_printf(bio_err, "-sign sign with private key\n"); - BIO_printf(bio_err, "-verify verify with public key\n"); - BIO_printf(bio_err, "-encrypt encrypt with public key\n"); - BIO_printf(bio_err, "-decrypt decrypt with private key\n"); - BIO_printf(bio_err, "-hexdump hex dump output\n"); -#ifndef OPENSSL_NO_ENGINE - BIO_printf(bio_err, "-engine e use engine e, possibly a hardware device.\n"); - BIO_printf (bio_err, "-passin arg pass phrase source\n"); -#endif + BIO_printf(bio_err, "Usage: rsautl [options]\n"); + BIO_printf(bio_err, "-in file input file\n"); + BIO_printf(bio_err, "-out file output file\n"); + BIO_printf(bio_err, "-inkey file input key\n"); + BIO_printf(bio_err, "-keyform arg private key format - default PEM\n"); + BIO_printf(bio_err, "-pubin input is an RSA public\n"); + BIO_printf(bio_err, + "-certin input is a certificate carrying an RSA public key\n"); + BIO_printf(bio_err, "-ssl use SSL v2 padding\n"); + BIO_printf(bio_err, "-raw use no padding\n"); + BIO_printf(bio_err, + "-pkcs use PKCS#1 v1.5 padding (default)\n"); + BIO_printf(bio_err, "-oaep use PKCS#1 OAEP\n"); + BIO_printf(bio_err, "-sign sign with private key\n"); + BIO_printf(bio_err, "-verify verify with public key\n"); + BIO_printf(bio_err, "-encrypt encrypt with public key\n"); + BIO_printf(bio_err, "-decrypt decrypt with private key\n"); + BIO_printf(bio_err, "-hexdump hex dump output\n"); +# ifndef OPENSSL_NO_ENGINE + BIO_printf(bio_err, + "-engine e use engine e, possibly a hardware device.\n"); + BIO_printf(bio_err, "-passin arg pass phrase source\n"); +# endif } -#else /* !OPENSSL_NO_RSA */ +#else /* !OPENSSL_NO_RSA */ # if PEDANTIC -static void *dummy=&dummy; +static void *dummy = &dummy; # endif #endif diff --git a/openssl/apps/s_apps.h b/openssl/apps/s_apps.h index 820e5c581..5b54bfdc4 100644 --- a/openssl/apps/s_apps.h +++ b/openssl/apps/s_apps.h @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +63,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -108,69 +108,104 @@ * Hudson (tjh@cryptsoft.com). * */ -#if !defined(OPENSSL_SYS_NETWARE) /* conflicts with winsock2 stuff on netware */ -#include +/* conflicts with winsock2 stuff on netware */ +#if !defined(OPENSSL_SYS_NETWARE) +# include #endif #include #if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS) -#include +# include #endif #if defined(OPENSSL_SYS_MSDOS) && !defined(_WIN32) -#define _kbhit kbhit +# define _kbhit kbhit #endif #if defined(OPENSSL_SYS_VMS) && !defined(FD_SET) -/* VAX C does not defined fd_set and friends, but it's actually quite simple */ -/* These definitions are borrowed from SOCKETSHR. /Richard Levitte */ -#define MAX_NOFILE 32 -#define NBBY 8 /* number of bits in a byte */ +/* + * VAX C does not defined fd_set and friends, but it's actually quite simple + */ +/* These definitions are borrowed from SOCKETSHR. /Richard Levitte */ +# define MAX_NOFILE 32 +# define NBBY 8 /* number of bits in a byte */ -#ifndef FD_SETSIZE -#define FD_SETSIZE MAX_NOFILE -#endif /* FD_SETSIZE */ +# ifndef FD_SETSIZE +# define FD_SETSIZE MAX_NOFILE +# endif /* FD_SETSIZE */ /* How many things we'll allow select to use. 0 if unlimited */ -#define MAXSELFD MAX_NOFILE -typedef int fd_mask; /* int here! VMS prototypes int, not long */ -#define NFDBITS (sizeof(fd_mask) * NBBY) /* bits per mask (power of 2!)*/ -#define NFDSHIFT 5 /* Shift based on above */ +# define MAXSELFD MAX_NOFILE +typedef int fd_mask; /* int here! VMS prototypes int, not long */ +# define NFDBITS (sizeof(fd_mask) * NBBY)/* bits per mask (power of 2!) */ +# define NFDSHIFT 5 /* Shift based on above */ typedef fd_mask fd_set; -#define FD_SET(n, p) (*(p) |= (1 << ((n) % NFDBITS))) -#define FD_CLR(n, p) (*(p) &= ~(1 << ((n) % NFDBITS))) -#define FD_ISSET(n, p) (*(p) & (1 << ((n) % NFDBITS))) -#define FD_ZERO(p) memset((char *)(p), 0, sizeof(*(p))) +# define FD_SET(n, p) (*(p) |= (1 << ((n) % NFDBITS))) +# define FD_CLR(n, p) (*(p) &= ~(1 << ((n) % NFDBITS))) +# define FD_ISSET(n, p) (*(p) & (1 << ((n) % NFDBITS))) +# define FD_ZERO(p) memset((char *)(p), 0, sizeof(*(p))) #endif #define PORT 4433 #define PORT_STR "4433" #define PROTOCOL "tcp" -int do_server(int port, int type, int *ret, int (*cb) (char *hostname, int s, unsigned char *context), unsigned char *context); +int do_server(int port, int type, int *ret, + int (*cb) (char *hostname, int s, int stype, + unsigned char *context), unsigned char *context, + int naccept); #ifdef HEADER_X509_H int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx); #endif #ifdef HEADER_SSL_H int set_cert_stuff(SSL_CTX *ctx, char *cert_file, char *key_file); -int set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key); +int set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key, + STACK_OF(X509) *chain, int build_chain); +int ssl_print_sigalgs(BIO *out, SSL *s); +int ssl_print_point_formats(BIO *out, SSL *s); +int ssl_print_curves(BIO *out, SSL *s, int noshared); #endif +int ssl_print_tmp_key(BIO *out, SSL *s); int init_client(int *sock, char *server, int port, int type); int should_retry(int i); int extract_port(char *str, short *port_ptr); -int extract_host_port(char *str,char **host_ptr,unsigned char *ip,short *p); +int extract_host_port(char *str, char **host_ptr, unsigned char *ip, + short *p); long MS_CALLBACK bio_dump_callback(BIO *bio, int cmd, const char *argp, - int argi, long argl, long ret); + int argi, long argl, long ret); #ifdef HEADER_SSL_H void MS_CALLBACK apps_ssl_info_callback(const SSL *s, int where, int ret); -void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg); +void MS_CALLBACK msg_cb(int write_p, int version, int content_type, + const void *buf, size_t len, SSL *ssl, void *arg); void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type, - unsigned char *data, int len, - void *arg); + unsigned char *data, int len, void *arg); #endif -int MS_CALLBACK generate_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int *cookie_len); -int MS_CALLBACK verify_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int cookie_len); +int MS_CALLBACK generate_cookie_callback(SSL *ssl, unsigned char *cookie, + unsigned int *cookie_len); +int MS_CALLBACK verify_cookie_callback(SSL *ssl, unsigned char *cookie, + unsigned int cookie_len); + +typedef struct ssl_excert_st SSL_EXCERT; + +void ssl_ctx_set_excert(SSL_CTX *ctx, SSL_EXCERT *exc); +void ssl_excert_free(SSL_EXCERT *exc); +int args_excert(char ***pargs, int *pargc, + int *badarg, BIO *err, SSL_EXCERT **pexc); +int load_excert(SSL_EXCERT **pexc, BIO *err); +void print_ssl_summary(BIO *bio, SSL *s); +#ifdef HEADER_SSL_H +int args_ssl(char ***pargs, int *pargc, SSL_CONF_CTX *cctx, + int *badarg, BIO *err, STACK_OF(OPENSSL_STRING) **pstr); +int args_ssl_call(SSL_CTX *ctx, BIO *err, SSL_CONF_CTX *cctx, + STACK_OF(OPENSSL_STRING) *str, int no_ecdhe, int no_jpake); +int ssl_ctx_add_crls(SSL_CTX *ctx, STACK_OF(X509_CRL) *crls, + int crl_download); +int ssl_load_stores(SSL_CTX *ctx, const char *vfyCApath, + const char *vfyCAfile, const char *chCApath, + const char *chCAfile, STACK_OF(X509_CRL) *crls, + int crl_download); +#endif diff --git a/openssl/apps/s_cb.c b/openssl/apps/s_cb.c index 146a96079..d5756c0ff 100644 --- a/openssl/apps/s_cb.c +++ b/openssl/apps/s_cb.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +63,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -122,813 +122,1525 @@ #include #include "s_apps.h" -#define COOKIE_SECRET_LENGTH 16 +#define COOKIE_SECRET_LENGTH 16 -int verify_depth=0; -int verify_error=X509_V_OK; -int verify_return_error=0; +int verify_depth = 0; +int verify_quiet = 0; +int verify_error = X509_V_OK; +int verify_return_error = 0; unsigned char cookie_secret[COOKIE_SECRET_LENGTH]; -int cookie_initialized=0; +int cookie_initialized = 0; int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx) - { - X509 *err_cert; - int err,depth; - - err_cert=X509_STORE_CTX_get_current_cert(ctx); - err= X509_STORE_CTX_get_error(ctx); - depth= X509_STORE_CTX_get_error_depth(ctx); - - BIO_printf(bio_err,"depth=%d ",depth); - if (err_cert) - { - X509_NAME_print_ex(bio_err, X509_get_subject_name(err_cert), - 0, XN_FLAG_ONELINE); - BIO_puts(bio_err, "\n"); - } - else - BIO_puts(bio_err, "\n"); - if (!ok) - { - BIO_printf(bio_err,"verify error:num=%d:%s\n",err, - X509_verify_cert_error_string(err)); - if (verify_depth >= depth) - { - if (!verify_return_error) - ok=1; - verify_error=X509_V_OK; - } - else - { - ok=0; - verify_error=X509_V_ERR_CERT_CHAIN_TOO_LONG; - } - } - switch (err) - { - case X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT: - BIO_puts(bio_err,"issuer= "); - X509_NAME_print_ex(bio_err, X509_get_issuer_name(err_cert), - 0, XN_FLAG_ONELINE); - BIO_puts(bio_err, "\n"); - break; - case X509_V_ERR_CERT_NOT_YET_VALID: - case X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD: - BIO_printf(bio_err,"notBefore="); - ASN1_TIME_print(bio_err,X509_get_notBefore(err_cert)); - BIO_printf(bio_err,"\n"); - break; - case X509_V_ERR_CERT_HAS_EXPIRED: - case X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD: - BIO_printf(bio_err,"notAfter="); - ASN1_TIME_print(bio_err,X509_get_notAfter(err_cert)); - BIO_printf(bio_err,"\n"); - break; - case X509_V_ERR_NO_EXPLICIT_POLICY: - policies_print(bio_err, ctx); - break; - } - if (err == X509_V_OK && ok == 2) - policies_print(bio_err, ctx); - - BIO_printf(bio_err,"verify return:%d\n",ok); - return(ok); - } +{ + X509 *err_cert; + int err, depth; + + err_cert = X509_STORE_CTX_get_current_cert(ctx); + err = X509_STORE_CTX_get_error(ctx); + depth = X509_STORE_CTX_get_error_depth(ctx); + + if (!verify_quiet || !ok) { + BIO_printf(bio_err, "depth=%d ", depth); + if (err_cert) { + X509_NAME_print_ex(bio_err, + X509_get_subject_name(err_cert), + 0, XN_FLAG_ONELINE); + BIO_puts(bio_err, "\n"); + } else + BIO_puts(bio_err, "\n"); + } + if (!ok) { + BIO_printf(bio_err, "verify error:num=%d:%s\n", err, + X509_verify_cert_error_string(err)); + if (verify_depth >= depth) { + if (!verify_return_error) + ok = 1; + verify_error = X509_V_OK; + } else { + ok = 0; + verify_error = X509_V_ERR_CERT_CHAIN_TOO_LONG; + } + } + switch (err) { + case X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT: + BIO_puts(bio_err, "issuer= "); + X509_NAME_print_ex(bio_err, X509_get_issuer_name(err_cert), + 0, XN_FLAG_ONELINE); + BIO_puts(bio_err, "\n"); + break; + case X509_V_ERR_CERT_NOT_YET_VALID: + case X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD: + BIO_printf(bio_err, "notBefore="); + ASN1_TIME_print(bio_err, X509_get_notBefore(err_cert)); + BIO_printf(bio_err, "\n"); + break; + case X509_V_ERR_CERT_HAS_EXPIRED: + case X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD: + BIO_printf(bio_err, "notAfter="); + ASN1_TIME_print(bio_err, X509_get_notAfter(err_cert)); + BIO_printf(bio_err, "\n"); + break; + case X509_V_ERR_NO_EXPLICIT_POLICY: + if (!verify_quiet) + policies_print(bio_err, ctx); + break; + } + if (err == X509_V_OK && ok == 2 && !verify_quiet) + policies_print(bio_err, ctx); + if (ok && !verify_quiet) + BIO_printf(bio_err, "verify return:%d\n", ok); + return (ok); +} int set_cert_stuff(SSL_CTX *ctx, char *cert_file, char *key_file) - { - if (cert_file != NULL) - { - /* - SSL *ssl; - X509 *x509; - */ - - if (SSL_CTX_use_certificate_file(ctx,cert_file, - SSL_FILETYPE_PEM) <= 0) - { - BIO_printf(bio_err,"unable to get certificate from '%s'\n",cert_file); - ERR_print_errors(bio_err); - return(0); - } - if (key_file == NULL) key_file=cert_file; - if (SSL_CTX_use_PrivateKey_file(ctx,key_file, - SSL_FILETYPE_PEM) <= 0) - { - BIO_printf(bio_err,"unable to get private key from '%s'\n",key_file); - ERR_print_errors(bio_err); - return(0); - } - - /* - In theory this is no longer needed - ssl=SSL_new(ctx); - x509=SSL_get_certificate(ssl); - - if (x509 != NULL) { - EVP_PKEY *pktmp; - pktmp = X509_get_pubkey(x509); - EVP_PKEY_copy_parameters(pktmp, - SSL_get_privatekey(ssl)); - EVP_PKEY_free(pktmp); - } - SSL_free(ssl); - */ - - /* If we are using DSA, we can copy the parameters from - * the private key */ - - - /* Now we know that a key and cert have been set against - * the SSL context */ - if (!SSL_CTX_check_private_key(ctx)) - { - BIO_printf(bio_err,"Private key does not match the certificate public key\n"); - return(0); - } - } - return(1); - } - -int set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key) - { - if (cert == NULL) - return 1; - if (SSL_CTX_use_certificate(ctx,cert) <= 0) - { - BIO_printf(bio_err,"error setting certificate\n"); - ERR_print_errors(bio_err); - return 0; - } - if (SSL_CTX_use_PrivateKey(ctx,key) <= 0) - { - BIO_printf(bio_err,"error setting private key\n"); - ERR_print_errors(bio_err); - return 0; - } - - - /* Now we know that a key and cert have been set against - * the SSL context */ - if (!SSL_CTX_check_private_key(ctx)) - { - BIO_printf(bio_err,"Private key does not match the certificate public key\n"); - return 0; - } - return 1; - } +{ + if (cert_file != NULL) { + /*- + SSL *ssl; + X509 *x509; + */ + + if (SSL_CTX_use_certificate_file(ctx, cert_file, + SSL_FILETYPE_PEM) <= 0) { + BIO_printf(bio_err, "unable to get certificate from '%s'\n", + cert_file); + ERR_print_errors(bio_err); + return (0); + } + if (key_file == NULL) + key_file = cert_file; + if (SSL_CTX_use_PrivateKey_file(ctx, key_file, SSL_FILETYPE_PEM) <= 0) { + BIO_printf(bio_err, "unable to get private key from '%s'\n", + key_file); + ERR_print_errors(bio_err); + return (0); + } + + /*- + In theory this is no longer needed + ssl=SSL_new(ctx); + x509=SSL_get_certificate(ssl); + + if (x509 != NULL) { + EVP_PKEY *pktmp; + pktmp = X509_get_pubkey(x509); + EVP_PKEY_copy_parameters(pktmp, + SSL_get_privatekey(ssl)); + EVP_PKEY_free(pktmp); + } + SSL_free(ssl); + */ + + /* + * If we are using DSA, we can copy the parameters from the private + * key + */ + + /* + * Now we know that a key and cert have been set against the SSL + * context + */ + if (!SSL_CTX_check_private_key(ctx)) { + BIO_printf(bio_err, + "Private key does not match the certificate public key\n"); + return (0); + } + } + return (1); +} + +int set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key, + STACK_OF(X509) *chain, int build_chain) +{ + int chflags = chain ? SSL_BUILD_CHAIN_FLAG_CHECK : 0; + if (cert == NULL) + return 1; + if (SSL_CTX_use_certificate(ctx, cert) <= 0) { + BIO_printf(bio_err, "error setting certificate\n"); + ERR_print_errors(bio_err); + return 0; + } + + if (SSL_CTX_use_PrivateKey(ctx, key) <= 0) { + BIO_printf(bio_err, "error setting private key\n"); + ERR_print_errors(bio_err); + return 0; + } + + /* + * Now we know that a key and cert have been set against the SSL context + */ + if (!SSL_CTX_check_private_key(ctx)) { + BIO_printf(bio_err, + "Private key does not match the certificate public key\n"); + return 0; + } + if (chain && !SSL_CTX_set1_chain(ctx, chain)) { + BIO_printf(bio_err, "error setting certificate chain\n"); + ERR_print_errors(bio_err); + return 0; + } + if (build_chain && !SSL_CTX_build_cert_chain(ctx, chflags)) { + BIO_printf(bio_err, "error building certificate chain\n"); + ERR_print_errors(bio_err); + return 0; + } + return 1; +} + +static void ssl_print_client_cert_types(BIO *bio, SSL *s) +{ + const unsigned char *p; + int i; + int cert_type_num = SSL_get0_certificate_types(s, &p); + if (!cert_type_num) + return; + BIO_puts(bio, "Client Certificate Types: "); + for (i = 0; i < cert_type_num; i++) { + unsigned char cert_type = p[i]; + char *cname; + switch (cert_type) { + case TLS_CT_RSA_SIGN: + cname = "RSA sign"; + break; + + case TLS_CT_DSS_SIGN: + cname = "DSA sign"; + break; + + case TLS_CT_RSA_FIXED_DH: + cname = "RSA fixed DH"; + break; + + case TLS_CT_DSS_FIXED_DH: + cname = "DSS fixed DH"; + break; + + case TLS_CT_ECDSA_SIGN: + cname = "ECDSA sign"; + break; + + case TLS_CT_RSA_FIXED_ECDH: + cname = "RSA fixed ECDH"; + break; + + case TLS_CT_ECDSA_FIXED_ECDH: + cname = "ECDSA fixed ECDH"; + break; + + case TLS_CT_GOST94_SIGN: + cname = "GOST94 Sign"; + break; + + case TLS_CT_GOST01_SIGN: + cname = "GOST01 Sign"; + break; + + default: + cname = NULL; + } + + if (i) + BIO_puts(bio, ", "); + + if (cname) + BIO_puts(bio, cname); + else + BIO_printf(bio, "UNKNOWN (%d),", cert_type); + } + BIO_puts(bio, "\n"); +} + +static int do_print_sigalgs(BIO *out, SSL *s, int shared) +{ + int i, nsig, client; + client = SSL_is_server(s) ? 0 : 1; + if (shared) + nsig = SSL_get_shared_sigalgs(s, -1, NULL, NULL, NULL, NULL, NULL); + else + nsig = SSL_get_sigalgs(s, -1, NULL, NULL, NULL, NULL, NULL); + if (nsig == 0) + return 1; + + if (shared) + BIO_puts(out, "Shared "); + + if (client) + BIO_puts(out, "Requested "); + BIO_puts(out, "Signature Algorithms: "); + for (i = 0; i < nsig; i++) { + int hash_nid, sign_nid; + unsigned char rhash, rsign; + const char *sstr = NULL; + if (shared) + SSL_get_shared_sigalgs(s, i, &sign_nid, &hash_nid, NULL, + &rsign, &rhash); + else + SSL_get_sigalgs(s, i, &sign_nid, &hash_nid, NULL, &rsign, &rhash); + if (i) + BIO_puts(out, ":"); + if (sign_nid == EVP_PKEY_RSA) + sstr = "RSA"; + else if (sign_nid == EVP_PKEY_DSA) + sstr = "DSA"; + else if (sign_nid == EVP_PKEY_EC) + sstr = "ECDSA"; + if (sstr) + BIO_printf(out, "%s+", sstr); + else + BIO_printf(out, "0x%02X+", (int)rsign); + if (hash_nid != NID_undef) + BIO_printf(out, "%s", OBJ_nid2sn(hash_nid)); + else + BIO_printf(out, "0x%02X", (int)rhash); + } + BIO_puts(out, "\n"); + return 1; +} + +int ssl_print_sigalgs(BIO *out, SSL *s) +{ + int mdnid; + if (!SSL_is_server(s)) + ssl_print_client_cert_types(out, s); + do_print_sigalgs(out, s, 0); + do_print_sigalgs(out, s, 1); + if (SSL_get_peer_signature_nid(s, &mdnid)) + BIO_printf(out, "Peer signing digest: %s\n", OBJ_nid2sn(mdnid)); + return 1; +} + +#ifndef OPENSSL_NO_EC +int ssl_print_point_formats(BIO *out, SSL *s) +{ + int i, nformats; + const char *pformats; + nformats = SSL_get0_ec_point_formats(s, &pformats); + if (nformats <= 0) + return 1; + BIO_puts(out, "Supported Elliptic Curve Point Formats: "); + for (i = 0; i < nformats; i++, pformats++) { + if (i) + BIO_puts(out, ":"); + switch (*pformats) { + case TLSEXT_ECPOINTFORMAT_uncompressed: + BIO_puts(out, "uncompressed"); + break; + + case TLSEXT_ECPOINTFORMAT_ansiX962_compressed_prime: + BIO_puts(out, "ansiX962_compressed_prime"); + break; + + case TLSEXT_ECPOINTFORMAT_ansiX962_compressed_char2: + BIO_puts(out, "ansiX962_compressed_char2"); + break; + + default: + BIO_printf(out, "unknown(%d)", (int)*pformats); + break; + + } + } + if (nformats <= 0) + BIO_puts(out, "NONE"); + BIO_puts(out, "\n"); + return 1; +} + +int ssl_print_curves(BIO *out, SSL *s, int noshared) +{ + int i, ncurves, *curves, nid; + const char *cname; + ncurves = SSL_get1_curves(s, NULL); + if (ncurves <= 0) + return 1; + curves = OPENSSL_malloc(ncurves * sizeof(int)); + SSL_get1_curves(s, curves); + + BIO_puts(out, "Supported Elliptic Curves: "); + for (i = 0; i < ncurves; i++) { + if (i) + BIO_puts(out, ":"); + nid = curves[i]; + /* If unrecognised print out hex version */ + if (nid & TLSEXT_nid_unknown) + BIO_printf(out, "0x%04X", nid & 0xFFFF); + else { + /* Use NIST name for curve if it exists */ + cname = EC_curve_nid2nist(nid); + if (!cname) + cname = OBJ_nid2sn(nid); + BIO_printf(out, "%s", cname); + } + } + if (ncurves == 0) + BIO_puts(out, "NONE"); + OPENSSL_free(curves); + if (noshared) { + BIO_puts(out, "\n"); + return 1; + } + BIO_puts(out, "\nShared Elliptic curves: "); + ncurves = SSL_get_shared_curve(s, -1); + for (i = 0; i < ncurves; i++) { + if (i) + BIO_puts(out, ":"); + nid = SSL_get_shared_curve(s, i); + cname = EC_curve_nid2nist(nid); + if (!cname) + cname = OBJ_nid2sn(nid); + BIO_printf(out, "%s", cname); + } + if (ncurves == 0) + BIO_puts(out, "NONE"); + BIO_puts(out, "\n"); + return 1; +} +#endif +int ssl_print_tmp_key(BIO *out, SSL *s) +{ + EVP_PKEY *key; + if (!SSL_get_server_tmp_key(s, &key)) + return 1; + BIO_puts(out, "Server Temp Key: "); + switch (EVP_PKEY_id(key)) { + case EVP_PKEY_RSA: + BIO_printf(out, "RSA, %d bits\n", EVP_PKEY_bits(key)); + break; + + case EVP_PKEY_DH: + BIO_printf(out, "DH, %d bits\n", EVP_PKEY_bits(key)); + break; +#ifndef OPENSSL_NO_ECDH + case EVP_PKEY_EC: + { + EC_KEY *ec = EVP_PKEY_get1_EC_KEY(key); + int nid; + const char *cname; + nid = EC_GROUP_get_curve_name(EC_KEY_get0_group(ec)); + EC_KEY_free(ec); + cname = EC_curve_nid2nist(nid); + if (!cname) + cname = OBJ_nid2sn(nid); + BIO_printf(out, "ECDH, %s, %d bits\n", cname, EVP_PKEY_bits(key)); + } +#endif + } + EVP_PKEY_free(key); + return 1; +} long MS_CALLBACK bio_dump_callback(BIO *bio, int cmd, const char *argp, - int argi, long argl, long ret) - { - BIO *out; - - out=(BIO *)BIO_get_callback_arg(bio); - if (out == NULL) return(ret); - - if (cmd == (BIO_CB_READ|BIO_CB_RETURN)) - { - BIO_printf(out,"read from %p [%p] (%lu bytes => %ld (0x%lX))\n", - (void *)bio,argp,(unsigned long)argi,ret,ret); - BIO_dump(out,argp,(int)ret); - return(ret); - } - else if (cmd == (BIO_CB_WRITE|BIO_CB_RETURN)) - { - BIO_printf(out,"write to %p [%p] (%lu bytes => %ld (0x%lX))\n", - (void *)bio,argp,(unsigned long)argi,ret,ret); - BIO_dump(out,argp,(int)ret); - } - return(ret); - } + int argi, long argl, long ret) +{ + BIO *out; + + out = (BIO *)BIO_get_callback_arg(bio); + if (out == NULL) + return (ret); + + if (cmd == (BIO_CB_READ | BIO_CB_RETURN)) { + BIO_printf(out, "read from %p [%p] (%lu bytes => %ld (0x%lX))\n", + (void *)bio, argp, (unsigned long)argi, ret, ret); + BIO_dump(out, argp, (int)ret); + return (ret); + } else if (cmd == (BIO_CB_WRITE | BIO_CB_RETURN)) { + BIO_printf(out, "write to %p [%p] (%lu bytes => %ld (0x%lX))\n", + (void *)bio, argp, (unsigned long)argi, ret, ret); + BIO_dump(out, argp, (int)ret); + } + return (ret); +} void MS_CALLBACK apps_ssl_info_callback(const SSL *s, int where, int ret) - { - const char *str; - int w; - - w=where& ~SSL_ST_MASK; - - if (w & SSL_ST_CONNECT) str="SSL_connect"; - else if (w & SSL_ST_ACCEPT) str="SSL_accept"; - else str="undefined"; - - if (where & SSL_CB_LOOP) - { - BIO_printf(bio_err,"%s:%s\n",str,SSL_state_string_long(s)); - } - else if (where & SSL_CB_ALERT) - { - str=(where & SSL_CB_READ)?"read":"write"; - BIO_printf(bio_err,"SSL3 alert %s:%s:%s\n", - str, - SSL_alert_type_string_long(ret), - SSL_alert_desc_string_long(ret)); - } - else if (where & SSL_CB_EXIT) - { - if (ret == 0) - BIO_printf(bio_err,"%s:failed in %s\n", - str,SSL_state_string_long(s)); - else if (ret < 0) - { - BIO_printf(bio_err,"%s:error in %s\n", - str,SSL_state_string_long(s)); - } - } - } - - -void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg) - { - BIO *bio = arg; - const char *str_write_p, *str_version, *str_content_type = "", *str_details1 = "", *str_details2= ""; - - str_write_p = write_p ? ">>>" : "<<<"; - - switch (version) - { - case SSL2_VERSION: - str_version = "SSL 2.0"; - break; - case SSL3_VERSION: - str_version = "SSL 3.0 "; - break; - case TLS1_VERSION: - str_version = "TLS 1.0 "; - break; - case TLS1_1_VERSION: - str_version = "TLS 1.1 "; - break; - case TLS1_2_VERSION: - str_version = "TLS 1.2 "; - break; - case DTLS1_VERSION: - str_version = "DTLS 1.0 "; - break; - case DTLS1_BAD_VER: - str_version = "DTLS 1.0 (bad) "; - break; - default: - str_version = "???"; - } - - if (version == SSL2_VERSION) - { - str_details1 = "???"; - - if (len > 0) - { - switch (((const unsigned char*)buf)[0]) - { - case 0: - str_details1 = ", ERROR:"; - str_details2 = " ???"; - if (len >= 3) - { - unsigned err = (((const unsigned char*)buf)[1]<<8) + ((const unsigned char*)buf)[2]; - - switch (err) - { - case 0x0001: - str_details2 = " NO-CIPHER-ERROR"; - break; - case 0x0002: - str_details2 = " NO-CERTIFICATE-ERROR"; - break; - case 0x0004: - str_details2 = " BAD-CERTIFICATE-ERROR"; - break; - case 0x0006: - str_details2 = " UNSUPPORTED-CERTIFICATE-TYPE-ERROR"; - break; - } - } - - break; - case 1: - str_details1 = ", CLIENT-HELLO"; - break; - case 2: - str_details1 = ", CLIENT-MASTER-KEY"; - break; - case 3: - str_details1 = ", CLIENT-FINISHED"; - break; - case 4: - str_details1 = ", SERVER-HELLO"; - break; - case 5: - str_details1 = ", SERVER-VERIFY"; - break; - case 6: - str_details1 = ", SERVER-FINISHED"; - break; - case 7: - str_details1 = ", REQUEST-CERTIFICATE"; - break; - case 8: - str_details1 = ", CLIENT-CERTIFICATE"; - break; - } - } - } - - if (version == SSL3_VERSION || - version == TLS1_VERSION || - version == TLS1_1_VERSION || - version == TLS1_2_VERSION || - version == DTLS1_VERSION || - version == DTLS1_BAD_VER) - { - switch (content_type) - { - case 20: - str_content_type = "ChangeCipherSpec"; - break; - case 21: - str_content_type = "Alert"; - break; - case 22: - str_content_type = "Handshake"; - break; - } - - if (content_type == 21) /* Alert */ - { - str_details1 = ", ???"; - - if (len == 2) - { - switch (((const unsigned char*)buf)[0]) - { - case 1: - str_details1 = ", warning"; - break; - case 2: - str_details1 = ", fatal"; - break; - } - - str_details2 = " ???"; - switch (((const unsigned char*)buf)[1]) - { - case 0: - str_details2 = " close_notify"; - break; - case 10: - str_details2 = " unexpected_message"; - break; - case 20: - str_details2 = " bad_record_mac"; - break; - case 21: - str_details2 = " decryption_failed"; - break; - case 22: - str_details2 = " record_overflow"; - break; - case 30: - str_details2 = " decompression_failure"; - break; - case 40: - str_details2 = " handshake_failure"; - break; - case 42: - str_details2 = " bad_certificate"; - break; - case 43: - str_details2 = " unsupported_certificate"; - break; - case 44: - str_details2 = " certificate_revoked"; - break; - case 45: - str_details2 = " certificate_expired"; - break; - case 46: - str_details2 = " certificate_unknown"; - break; - case 47: - str_details2 = " illegal_parameter"; - break; - case 48: - str_details2 = " unknown_ca"; - break; - case 49: - str_details2 = " access_denied"; - break; - case 50: - str_details2 = " decode_error"; - break; - case 51: - str_details2 = " decrypt_error"; - break; - case 60: - str_details2 = " export_restriction"; - break; - case 70: - str_details2 = " protocol_version"; - break; - case 71: - str_details2 = " insufficient_security"; - break; - case 80: - str_details2 = " internal_error"; - break; - case 90: - str_details2 = " user_canceled"; - break; - case 100: - str_details2 = " no_renegotiation"; - break; - case 110: - str_details2 = " unsupported_extension"; - break; - case 111: - str_details2 = " certificate_unobtainable"; - break; - case 112: - str_details2 = " unrecognized_name"; - break; - case 113: - str_details2 = " bad_certificate_status_response"; - break; - case 114: - str_details2 = " bad_certificate_hash_value"; - break; - case 115: - str_details2 = " unknown_psk_identity"; - break; - } - } - } - - if (content_type == 22) /* Handshake */ - { - str_details1 = "???"; - - if (len > 0) - { - switch (((const unsigned char*)buf)[0]) - { - case 0: - str_details1 = ", HelloRequest"; - break; - case 1: - str_details1 = ", ClientHello"; - break; - case 2: - str_details1 = ", ServerHello"; - break; - case 3: - str_details1 = ", HelloVerifyRequest"; - break; - case 11: - str_details1 = ", Certificate"; - break; - case 12: - str_details1 = ", ServerKeyExchange"; - break; - case 13: - str_details1 = ", CertificateRequest"; - break; - case 14: - str_details1 = ", ServerHelloDone"; - break; - case 15: - str_details1 = ", CertificateVerify"; - break; - case 16: - str_details1 = ", ClientKeyExchange"; - break; - case 20: - str_details1 = ", Finished"; - break; - } - } - } - +{ + const char *str; + int w; + + w = where & ~SSL_ST_MASK; + + if (w & SSL_ST_CONNECT) + str = "SSL_connect"; + else if (w & SSL_ST_ACCEPT) + str = "SSL_accept"; + else + str = "undefined"; + + if (where & SSL_CB_LOOP) { + BIO_printf(bio_err, "%s:%s\n", str, SSL_state_string_long(s)); + } else if (where & SSL_CB_ALERT) { + str = (where & SSL_CB_READ) ? "read" : "write"; + BIO_printf(bio_err, "SSL3 alert %s:%s:%s\n", + str, + SSL_alert_type_string_long(ret), + SSL_alert_desc_string_long(ret)); + } else if (where & SSL_CB_EXIT) { + if (ret == 0) + BIO_printf(bio_err, "%s:failed in %s\n", + str, SSL_state_string_long(s)); + else if (ret < 0) { + BIO_printf(bio_err, "%s:error in %s\n", + str, SSL_state_string_long(s)); + } + } +} + +void MS_CALLBACK msg_cb(int write_p, int version, int content_type, + const void *buf, size_t len, SSL *ssl, void *arg) +{ + BIO *bio = arg; + const char *str_write_p, *str_version, *str_content_type = + "", *str_details1 = "", *str_details2 = ""; + + str_write_p = write_p ? ">>>" : "<<<"; + + switch (version) { + case SSL2_VERSION: + str_version = "SSL 2.0"; + break; + case SSL3_VERSION: + str_version = "SSL 3.0 "; + break; + case TLS1_VERSION: + str_version = "TLS 1.0 "; + break; + case TLS1_1_VERSION: + str_version = "TLS 1.1 "; + break; + case TLS1_2_VERSION: + str_version = "TLS 1.2 "; + break; + case DTLS1_VERSION: + str_version = "DTLS 1.0 "; + break; + case DTLS1_BAD_VER: + str_version = "DTLS 1.0 (bad) "; + break; + default: + str_version = "???"; + } + + if (version == SSL2_VERSION) { + str_details1 = "???"; + + if (len > 0) { + switch (((const unsigned char *)buf)[0]) { + case 0: + str_details1 = ", ERROR:"; + str_details2 = " ???"; + if (len >= 3) { + unsigned err = + (((const unsigned char *)buf)[1] << 8) + + ((const unsigned char *)buf)[2]; + + switch (err) { + case 0x0001: + str_details2 = " NO-CIPHER-ERROR"; + break; + case 0x0002: + str_details2 = " NO-CERTIFICATE-ERROR"; + break; + case 0x0004: + str_details2 = " BAD-CERTIFICATE-ERROR"; + break; + case 0x0006: + str_details2 = " UNSUPPORTED-CERTIFICATE-TYPE-ERROR"; + break; + } + } + + break; + case 1: + str_details1 = ", CLIENT-HELLO"; + break; + case 2: + str_details1 = ", CLIENT-MASTER-KEY"; + break; + case 3: + str_details1 = ", CLIENT-FINISHED"; + break; + case 4: + str_details1 = ", SERVER-HELLO"; + break; + case 5: + str_details1 = ", SERVER-VERIFY"; + break; + case 6: + str_details1 = ", SERVER-FINISHED"; + break; + case 7: + str_details1 = ", REQUEST-CERTIFICATE"; + break; + case 8: + str_details1 = ", CLIENT-CERTIFICATE"; + break; + } + } + } + + if (version == SSL3_VERSION || + version == TLS1_VERSION || + version == TLS1_1_VERSION || + version == TLS1_2_VERSION || + version == DTLS1_VERSION || version == DTLS1_BAD_VER) { + switch (content_type) { + case 20: + str_content_type = "ChangeCipherSpec"; + break; + case 21: + str_content_type = "Alert"; + break; + case 22: + str_content_type = "Handshake"; + break; + } + + if (content_type == 21) { /* Alert */ + str_details1 = ", ???"; + + if (len == 2) { + switch (((const unsigned char *)buf)[0]) { + case 1: + str_details1 = ", warning"; + break; + case 2: + str_details1 = ", fatal"; + break; + } + + str_details2 = " ???"; + switch (((const unsigned char *)buf)[1]) { + case 0: + str_details2 = " close_notify"; + break; + case 10: + str_details2 = " unexpected_message"; + break; + case 20: + str_details2 = " bad_record_mac"; + break; + case 21: + str_details2 = " decryption_failed"; + break; + case 22: + str_details2 = " record_overflow"; + break; + case 30: + str_details2 = " decompression_failure"; + break; + case 40: + str_details2 = " handshake_failure"; + break; + case 42: + str_details2 = " bad_certificate"; + break; + case 43: + str_details2 = " unsupported_certificate"; + break; + case 44: + str_details2 = " certificate_revoked"; + break; + case 45: + str_details2 = " certificate_expired"; + break; + case 46: + str_details2 = " certificate_unknown"; + break; + case 47: + str_details2 = " illegal_parameter"; + break; + case 48: + str_details2 = " unknown_ca"; + break; + case 49: + str_details2 = " access_denied"; + break; + case 50: + str_details2 = " decode_error"; + break; + case 51: + str_details2 = " decrypt_error"; + break; + case 60: + str_details2 = " export_restriction"; + break; + case 70: + str_details2 = " protocol_version"; + break; + case 71: + str_details2 = " insufficient_security"; + break; + case 80: + str_details2 = " internal_error"; + break; + case 90: + str_details2 = " user_canceled"; + break; + case 100: + str_details2 = " no_renegotiation"; + break; + case 110: + str_details2 = " unsupported_extension"; + break; + case 111: + str_details2 = " certificate_unobtainable"; + break; + case 112: + str_details2 = " unrecognized_name"; + break; + case 113: + str_details2 = " bad_certificate_status_response"; + break; + case 114: + str_details2 = " bad_certificate_hash_value"; + break; + case 115: + str_details2 = " unknown_psk_identity"; + break; + } + } + } + + if (content_type == 22) { /* Handshake */ + str_details1 = "???"; + + if (len > 0) { + switch (((const unsigned char *)buf)[0]) { + case 0: + str_details1 = ", HelloRequest"; + break; + case 1: + str_details1 = ", ClientHello"; + break; + case 2: + str_details1 = ", ServerHello"; + break; + case 3: + str_details1 = ", HelloVerifyRequest"; + break; + case 11: + str_details1 = ", Certificate"; + break; + case 12: + str_details1 = ", ServerKeyExchange"; + break; + case 13: + str_details1 = ", CertificateRequest"; + break; + case 14: + str_details1 = ", ServerHelloDone"; + break; + case 15: + str_details1 = ", CertificateVerify"; + break; + case 16: + str_details1 = ", ClientKeyExchange"; + break; + case 20: + str_details1 = ", Finished"; + break; + } + } + } #ifndef OPENSSL_NO_HEARTBEATS - if (content_type == 24) /* Heartbeat */ - { - str_details1 = ", Heartbeat"; - - if (len > 0) - { - switch (((const unsigned char*)buf)[0]) - { - case 1: - str_details1 = ", HeartbeatRequest"; - break; - case 2: - str_details1 = ", HeartbeatResponse"; - break; - } - } - } + if (content_type == 24) { /* Heartbeat */ + str_details1 = ", Heartbeat"; + + if (len > 0) { + switch (((const unsigned char *)buf)[0]) { + case 1: + str_details1 = ", HeartbeatRequest"; + break; + case 2: + str_details1 = ", HeartbeatResponse"; + break; + } + } + } #endif - } + } - BIO_printf(bio, "%s %s%s [length %04lx]%s%s\n", str_write_p, str_version, str_content_type, (unsigned long)len, str_details1, str_details2); + BIO_printf(bio, "%s %s%s [length %04lx]%s%s\n", str_write_p, str_version, + str_content_type, (unsigned long)len, str_details1, + str_details2); - if (len > 0) - { - size_t num, i; - - BIO_printf(bio, " "); - num = len; + if (len > 0) { + size_t num, i; + + BIO_printf(bio, " "); + num = len; #if 0 - if (num > 16) - num = 16; + if (num > 16) + num = 16; #endif - for (i = 0; i < num; i++) - { - if (i % 16 == 0 && i > 0) - BIO_printf(bio, "\n "); - BIO_printf(bio, " %02x", ((const unsigned char*)buf)[i]); - } - if (i < len) - BIO_printf(bio, " ..."); - BIO_printf(bio, "\n"); - } - (void)BIO_flush(bio); - } + for (i = 0; i < num; i++) { + if (i % 16 == 0 && i > 0) + BIO_printf(bio, "\n "); + BIO_printf(bio, " %02x", ((const unsigned char *)buf)[i]); + } + if (i < len) + BIO_printf(bio, " ..."); + BIO_printf(bio, "\n"); + } + (void)BIO_flush(bio); +} void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type, - unsigned char *data, int len, - void *arg) - { - BIO *bio = arg; - char *extname; - - switch(type) - { - case TLSEXT_TYPE_server_name: - extname = "server name"; - break; - - case TLSEXT_TYPE_max_fragment_length: - extname = "max fragment length"; - break; - - case TLSEXT_TYPE_client_certificate_url: - extname = "client certificate URL"; - break; - - case TLSEXT_TYPE_trusted_ca_keys: - extname = "trusted CA keys"; - break; - - case TLSEXT_TYPE_truncated_hmac: - extname = "truncated HMAC"; - break; - - case TLSEXT_TYPE_status_request: - extname = "status request"; - break; - - case TLSEXT_TYPE_user_mapping: - extname = "user mapping"; - break; - - case TLSEXT_TYPE_client_authz: - extname = "client authz"; - break; - - case TLSEXT_TYPE_server_authz: - extname = "server authz"; - break; - - case TLSEXT_TYPE_cert_type: - extname = "cert type"; - break; - - case TLSEXT_TYPE_elliptic_curves: - extname = "elliptic curves"; - break; - - case TLSEXT_TYPE_ec_point_formats: - extname = "EC point formats"; - break; - - case TLSEXT_TYPE_srp: - extname = "SRP"; - break; - - case TLSEXT_TYPE_signature_algorithms: - extname = "signature algorithms"; - break; - - case TLSEXT_TYPE_use_srtp: - extname = "use SRTP"; - break; - - case TLSEXT_TYPE_heartbeat: - extname = "heartbeat"; - break; - - case TLSEXT_TYPE_session_ticket: - extname = "session ticket"; - break; - - case TLSEXT_TYPE_renegotiate: - extname = "renegotiation info"; - break; + unsigned char *data, int len, void *arg) +{ + BIO *bio = arg; + char *extname; + + switch (type) { + case TLSEXT_TYPE_server_name: + extname = "server name"; + break; + + case TLSEXT_TYPE_max_fragment_length: + extname = "max fragment length"; + break; + + case TLSEXT_TYPE_client_certificate_url: + extname = "client certificate URL"; + break; + + case TLSEXT_TYPE_trusted_ca_keys: + extname = "trusted CA keys"; + break; + + case TLSEXT_TYPE_truncated_hmac: + extname = "truncated HMAC"; + break; + + case TLSEXT_TYPE_status_request: + extname = "status request"; + break; + + case TLSEXT_TYPE_user_mapping: + extname = "user mapping"; + break; + + case TLSEXT_TYPE_client_authz: + extname = "client authz"; + break; + + case TLSEXT_TYPE_server_authz: + extname = "server authz"; + break; + + case TLSEXT_TYPE_cert_type: + extname = "cert type"; + break; + + case TLSEXT_TYPE_elliptic_curves: + extname = "elliptic curves"; + break; + + case TLSEXT_TYPE_ec_point_formats: + extname = "EC point formats"; + break; + + case TLSEXT_TYPE_srp: + extname = "SRP"; + break; + + case TLSEXT_TYPE_signature_algorithms: + extname = "signature algorithms"; + break; + + case TLSEXT_TYPE_use_srtp: + extname = "use SRTP"; + break; + + case TLSEXT_TYPE_heartbeat: + extname = "heartbeat"; + break; + + case TLSEXT_TYPE_session_ticket: + extname = "session ticket"; + break; + + case TLSEXT_TYPE_renegotiate: + extname = "renegotiation info"; + break; #ifdef TLSEXT_TYPE_opaque_prf_input - case TLSEXT_TYPE_opaque_prf_input: - extname = "opaque PRF input"; - break; + case TLSEXT_TYPE_opaque_prf_input: + extname = "opaque PRF input"; + break; #endif #ifdef TLSEXT_TYPE_next_proto_neg - case TLSEXT_TYPE_next_proto_neg: - extname = "next protocol"; - break; + case TLSEXT_TYPE_next_proto_neg: + extname = "next protocol"; + break; #endif - case TLSEXT_TYPE_padding: - extname = "TLS padding"; - break; - - default: - extname = "unknown"; - break; - - } - - BIO_printf(bio, "TLS %s extension \"%s\" (id=%d), len=%d\n", - client_server ? "server": "client", - extname, type, len); - BIO_dump(bio, (char *)data, len); - (void)BIO_flush(bio); - } - -int MS_CALLBACK generate_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int *cookie_len) - { - unsigned char *buffer, result[EVP_MAX_MD_SIZE]; - unsigned int length, resultlength; - union { - struct sockaddr sa; - struct sockaddr_in s4; + case TLSEXT_TYPE_padding: + extname = "TLS padding"; + break; + + default: + extname = "unknown"; + break; + + } + + BIO_printf(bio, "TLS %s extension \"%s\" (id=%d), len=%d\n", + client_server ? "server" : "client", extname, type, len); + BIO_dump(bio, (char *)data, len); + (void)BIO_flush(bio); +} + +int MS_CALLBACK generate_cookie_callback(SSL *ssl, unsigned char *cookie, + unsigned int *cookie_len) +{ + unsigned char *buffer, result[EVP_MAX_MD_SIZE]; + unsigned int length, resultlength; + union { + struct sockaddr sa; + struct sockaddr_in s4; #if OPENSSL_USE_IPV6 - struct sockaddr_in6 s6; + struct sockaddr_in6 s6; #endif - } peer; - - /* Initialize a random secret */ - if (!cookie_initialized) - { - if (!RAND_bytes(cookie_secret, COOKIE_SECRET_LENGTH)) - { - BIO_printf(bio_err,"error setting random cookie secret\n"); - return 0; - } - cookie_initialized = 1; - } - - /* Read peer information */ - (void)BIO_dgram_get_peer(SSL_get_rbio(ssl), &peer); - - /* Create buffer with peer's address and port */ - length = 0; - switch (peer.sa.sa_family) - { - case AF_INET: - length += sizeof(struct in_addr); - length += sizeof(peer.s4.sin_port); - break; + } peer; + + /* Initialize a random secret */ + if (!cookie_initialized) { + if (!RAND_bytes(cookie_secret, COOKIE_SECRET_LENGTH)) { + BIO_printf(bio_err, "error setting random cookie secret\n"); + return 0; + } + cookie_initialized = 1; + } + + /* Read peer information */ + (void)BIO_dgram_get_peer(SSL_get_rbio(ssl), &peer); + + /* Create buffer with peer's address and port */ + length = 0; + switch (peer.sa.sa_family) { + case AF_INET: + length += sizeof(struct in_addr); + length += sizeof(peer.s4.sin_port); + break; #if OPENSSL_USE_IPV6 - case AF_INET6: - length += sizeof(struct in6_addr); - length += sizeof(peer.s6.sin6_port); - break; + case AF_INET6: + length += sizeof(struct in6_addr); + length += sizeof(peer.s6.sin6_port); + break; #endif - default: - OPENSSL_assert(0); - break; - } - buffer = OPENSSL_malloc(length); - - if (buffer == NULL) - { - BIO_printf(bio_err,"out of memory\n"); - return 0; - } - - switch (peer.sa.sa_family) - { - case AF_INET: - memcpy(buffer, - &peer.s4.sin_port, - sizeof(peer.s4.sin_port)); - memcpy(buffer + sizeof(peer.s4.sin_port), - &peer.s4.sin_addr, - sizeof(struct in_addr)); - break; + default: + OPENSSL_assert(0); + break; + } + buffer = OPENSSL_malloc(length); + + if (buffer == NULL) { + BIO_printf(bio_err, "out of memory\n"); + return 0; + } + + switch (peer.sa.sa_family) { + case AF_INET: + memcpy(buffer, &peer.s4.sin_port, sizeof(peer.s4.sin_port)); + memcpy(buffer + sizeof(peer.s4.sin_port), + &peer.s4.sin_addr, sizeof(struct in_addr)); + break; #if OPENSSL_USE_IPV6 - case AF_INET6: - memcpy(buffer, - &peer.s6.sin6_port, - sizeof(peer.s6.sin6_port)); - memcpy(buffer + sizeof(peer.s6.sin6_port), - &peer.s6.sin6_addr, - sizeof(struct in6_addr)); - break; + case AF_INET6: + memcpy(buffer, &peer.s6.sin6_port, sizeof(peer.s6.sin6_port)); + memcpy(buffer + sizeof(peer.s6.sin6_port), + &peer.s6.sin6_addr, sizeof(struct in6_addr)); + break; #endif - default: - OPENSSL_assert(0); - break; - } - - /* Calculate HMAC of buffer using the secret */ - HMAC(EVP_sha1(), cookie_secret, COOKIE_SECRET_LENGTH, - buffer, length, result, &resultlength); - OPENSSL_free(buffer); - - memcpy(cookie, result, resultlength); - *cookie_len = resultlength; - - return 1; - } - -int MS_CALLBACK verify_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int cookie_len) - { - unsigned char *buffer, result[EVP_MAX_MD_SIZE]; - unsigned int length, resultlength; - union { - struct sockaddr sa; - struct sockaddr_in s4; + default: + OPENSSL_assert(0); + break; + } + + /* Calculate HMAC of buffer using the secret */ + HMAC(EVP_sha1(), cookie_secret, COOKIE_SECRET_LENGTH, + buffer, length, result, &resultlength); + OPENSSL_free(buffer); + + memcpy(cookie, result, resultlength); + *cookie_len = resultlength; + + return 1; +} + +int MS_CALLBACK verify_cookie_callback(SSL *ssl, unsigned char *cookie, + unsigned int cookie_len) +{ + unsigned char *buffer, result[EVP_MAX_MD_SIZE]; + unsigned int length, resultlength; + union { + struct sockaddr sa; + struct sockaddr_in s4; #if OPENSSL_USE_IPV6 - struct sockaddr_in6 s6; + struct sockaddr_in6 s6; #endif - } peer; - - /* If secret isn't initialized yet, the cookie can't be valid */ - if (!cookie_initialized) - return 0; - - /* Read peer information */ - (void)BIO_dgram_get_peer(SSL_get_rbio(ssl), &peer); - - /* Create buffer with peer's address and port */ - length = 0; - switch (peer.sa.sa_family) - { - case AF_INET: - length += sizeof(struct in_addr); - length += sizeof(peer.s4.sin_port); - break; + } peer; + + /* If secret isn't initialized yet, the cookie can't be valid */ + if (!cookie_initialized) + return 0; + + /* Read peer information */ + (void)BIO_dgram_get_peer(SSL_get_rbio(ssl), &peer); + + /* Create buffer with peer's address and port */ + length = 0; + switch (peer.sa.sa_family) { + case AF_INET: + length += sizeof(struct in_addr); + length += sizeof(peer.s4.sin_port); + break; #if OPENSSL_USE_IPV6 - case AF_INET6: - length += sizeof(struct in6_addr); - length += sizeof(peer.s6.sin6_port); - break; + case AF_INET6: + length += sizeof(struct in6_addr); + length += sizeof(peer.s6.sin6_port); + break; #endif - default: - OPENSSL_assert(0); - break; - } - buffer = OPENSSL_malloc(length); - - if (buffer == NULL) - { - BIO_printf(bio_err,"out of memory\n"); - return 0; - } - - switch (peer.sa.sa_family) - { - case AF_INET: - memcpy(buffer, - &peer.s4.sin_port, - sizeof(peer.s4.sin_port)); - memcpy(buffer + sizeof(peer.s4.sin_port), - &peer.s4.sin_addr, - sizeof(struct in_addr)); - break; + default: + OPENSSL_assert(0); + break; + } + buffer = OPENSSL_malloc(length); + + if (buffer == NULL) { + BIO_printf(bio_err, "out of memory\n"); + return 0; + } + + switch (peer.sa.sa_family) { + case AF_INET: + memcpy(buffer, &peer.s4.sin_port, sizeof(peer.s4.sin_port)); + memcpy(buffer + sizeof(peer.s4.sin_port), + &peer.s4.sin_addr, sizeof(struct in_addr)); + break; #if OPENSSL_USE_IPV6 - case AF_INET6: - memcpy(buffer, - &peer.s6.sin6_port, - sizeof(peer.s6.sin6_port)); - memcpy(buffer + sizeof(peer.s6.sin6_port), - &peer.s6.sin6_addr, - sizeof(struct in6_addr)); - break; + case AF_INET6: + memcpy(buffer, &peer.s6.sin6_port, sizeof(peer.s6.sin6_port)); + memcpy(buffer + sizeof(peer.s6.sin6_port), + &peer.s6.sin6_addr, sizeof(struct in6_addr)); + break; #endif - default: - OPENSSL_assert(0); - break; - } - - /* Calculate HMAC of buffer using the secret */ - HMAC(EVP_sha1(), cookie_secret, COOKIE_SECRET_LENGTH, - buffer, length, result, &resultlength); - OPENSSL_free(buffer); - - if (cookie_len == resultlength && memcmp(result, cookie, resultlength) == 0) - return 1; + default: + OPENSSL_assert(0); + break; + } + + /* Calculate HMAC of buffer using the secret */ + HMAC(EVP_sha1(), cookie_secret, COOKIE_SECRET_LENGTH, + buffer, length, result, &resultlength); + OPENSSL_free(buffer); + + if (cookie_len == resultlength + && memcmp(result, cookie, resultlength) == 0) + return 1; + + return 0; +} + +/* + * Example of extended certificate handling. Where the standard support of + * one certificate per algorithm is not sufficient an application can decide + * which certificate(s) to use at runtime based on whatever criteria it deems + * appropriate. + */ - return 0; - } +/* Linked list of certificates, keys and chains */ +struct ssl_excert_st { + int certform; + const char *certfile; + int keyform; + const char *keyfile; + const char *chainfile; + X509 *cert; + EVP_PKEY *key; + STACK_OF(X509) *chain; + int build_chain; + struct ssl_excert_st *next, *prev; +}; + +struct chain_flags { + int flag; + const char *name; +}; + +struct chain_flags chain_flags_list[] = { + {CERT_PKEY_VALID, "Overall Validity"}, + {CERT_PKEY_SIGN, "Sign with EE key"}, + {CERT_PKEY_EE_SIGNATURE, "EE signature"}, + {CERT_PKEY_CA_SIGNATURE, "CA signature"}, + {CERT_PKEY_EE_PARAM, "EE key parameters"}, + {CERT_PKEY_CA_PARAM, "CA key parameters"}, + {CERT_PKEY_EXPLICIT_SIGN, "Explicity sign with EE key"}, + {CERT_PKEY_ISSUER_NAME, "Issuer Name"}, + {CERT_PKEY_CERT_TYPE, "Certificate Type"}, + {0, NULL} +}; + +static void print_chain_flags(BIO *out, SSL *s, int flags) +{ + struct chain_flags *ctmp = chain_flags_list; + while (ctmp->name) { + BIO_printf(out, "\t%s: %s\n", ctmp->name, + flags & ctmp->flag ? "OK" : "NOT OK"); + ctmp++; + } + BIO_printf(out, "\tSuite B: "); + if (SSL_set_cert_flags(s, 0) & SSL_CERT_FLAG_SUITEB_128_LOS) + BIO_puts(out, flags & CERT_PKEY_SUITEB ? "OK\n" : "NOT OK\n"); + else + BIO_printf(out, "not tested\n"); +} + +/* + * Very basic selection callback: just use any certificate chain reported as + * valid. More sophisticated could prioritise according to local policy. + */ +static int set_cert_cb(SSL *ssl, void *arg) +{ + int i, rv; + SSL_EXCERT *exc = arg; +#ifdef CERT_CB_TEST_RETRY + static int retry_cnt; + if (retry_cnt < 5) { + retry_cnt++; + fprintf(stderr, "Certificate callback retry test: count %d\n", + retry_cnt); + return -1; + } +#endif + SSL_certs_clear(ssl); + + if (!exc) + return 1; + + /* + * Go to end of list and traverse backwards since we prepend newer + * entries this retains the original order. + */ + while (exc->next) + exc = exc->next; + + i = 0; + + while (exc) { + i++; + rv = SSL_check_chain(ssl, exc->cert, exc->key, exc->chain); + BIO_printf(bio_err, "Checking cert chain %d:\nSubject: ", i); + X509_NAME_print_ex(bio_err, X509_get_subject_name(exc->cert), 0, + XN_FLAG_ONELINE); + BIO_puts(bio_err, "\n"); + + print_chain_flags(bio_err, ssl, rv); + if (rv & CERT_PKEY_VALID) { + SSL_use_certificate(ssl, exc->cert); + SSL_use_PrivateKey(ssl, exc->key); + /* + * NB: we wouldn't normally do this as it is not efficient + * building chains on each connection better to cache the chain + * in advance. + */ + if (exc->build_chain) { + if (!SSL_build_cert_chain(ssl, 0)) + return 0; + } else if (exc->chain) + SSL_set1_chain(ssl, exc->chain); + } + exc = exc->prev; + } + return 1; +} + +void ssl_ctx_set_excert(SSL_CTX *ctx, SSL_EXCERT *exc) +{ + SSL_CTX_set_cert_cb(ctx, set_cert_cb, exc); +} + +static int ssl_excert_prepend(SSL_EXCERT **pexc) +{ + SSL_EXCERT *exc; + exc = OPENSSL_malloc(sizeof(SSL_EXCERT)); + if (!exc) + return 0; + exc->certfile = NULL; + exc->keyfile = NULL; + exc->chainfile = NULL; + exc->cert = NULL; + exc->key = NULL; + exc->chain = NULL; + exc->prev = NULL; + exc->build_chain = 0; + + exc->next = *pexc; + *pexc = exc; + + if (exc->next) { + exc->certform = exc->next->certform; + exc->keyform = exc->next->keyform; + exc->next->prev = exc; + } else { + exc->certform = FORMAT_PEM; + exc->keyform = FORMAT_PEM; + } + return 1; + +} + +void ssl_excert_free(SSL_EXCERT *exc) +{ + SSL_EXCERT *curr; + while (exc) { + if (exc->cert) + X509_free(exc->cert); + if (exc->key) + EVP_PKEY_free(exc->key); + if (exc->chain) + sk_X509_pop_free(exc->chain, X509_free); + curr = exc; + exc = exc->next; + OPENSSL_free(curr); + } +} + +int load_excert(SSL_EXCERT **pexc, BIO *err) +{ + SSL_EXCERT *exc = *pexc; + if (!exc) + return 1; + /* If nothing in list, free and set to NULL */ + if (!exc->certfile && !exc->next) { + ssl_excert_free(exc); + *pexc = NULL; + return 1; + } + for (; exc; exc = exc->next) { + if (!exc->certfile) { + BIO_printf(err, "Missing filename\n"); + return 0; + } + exc->cert = load_cert(err, exc->certfile, exc->certform, + NULL, NULL, "Server Certificate"); + if (!exc->cert) + return 0; + if (exc->keyfile) { + exc->key = load_key(err, exc->keyfile, exc->keyform, + 0, NULL, NULL, "Server Key"); + } else { + exc->key = load_key(err, exc->certfile, exc->certform, + 0, NULL, NULL, "Server Key"); + } + if (!exc->key) + return 0; + if (exc->chainfile) { + exc->chain = load_certs(err, + exc->chainfile, FORMAT_PEM, + NULL, NULL, "Server Chain"); + if (!exc->chain) + return 0; + } + } + return 1; +} + +int args_excert(char ***pargs, int *pargc, + int *badarg, BIO *err, SSL_EXCERT **pexc) +{ + char *arg = **pargs, *argn = (*pargs)[1]; + SSL_EXCERT *exc = *pexc; + int narg = 2; + if (!exc) { + if (ssl_excert_prepend(&exc)) + *pexc = exc; + else { + BIO_printf(err, "Error initialising xcert\n"); + *badarg = 1; + goto err; + } + } + if (strcmp(arg, "-xcert") == 0) { + if (!argn) { + *badarg = 1; + return 1; + } + if (exc->certfile && !ssl_excert_prepend(&exc)) { + BIO_printf(err, "Error adding xcert\n"); + *badarg = 1; + goto err; + } + exc->certfile = argn; + } else if (strcmp(arg, "-xkey") == 0) { + if (!argn) { + *badarg = 1; + return 1; + } + if (exc->keyfile) { + BIO_printf(err, "Key already specified\n"); + *badarg = 1; + return 1; + } + exc->keyfile = argn; + } else if (strcmp(arg, "-xchain") == 0) { + if (!argn) { + *badarg = 1; + return 1; + } + if (exc->chainfile) { + BIO_printf(err, "Chain already specified\n"); + *badarg = 1; + return 1; + } + exc->chainfile = argn; + } else if (strcmp(arg, "-xchain_build") == 0) { + narg = 1; + exc->build_chain = 1; + } else if (strcmp(arg, "-xcertform") == 0) { + if (!argn) { + *badarg = 1; + goto err; + } + exc->certform = str2fmt(argn); + } else if (strcmp(arg, "-xkeyform") == 0) { + if (!argn) { + *badarg = 1; + goto err; + } + exc->keyform = str2fmt(argn); + } else + return 0; + + (*pargs) += narg; + + if (pargc) + *pargc -= narg; + + *pexc = exc; + + return 1; + + err: + ERR_print_errors(err); + ssl_excert_free(exc); + *pexc = NULL; + return 1; +} + +static void print_raw_cipherlist(BIO *bio, SSL *s) +{ + const unsigned char *rlist; + static const unsigned char scsv_id[] = { 0, 0, 0xFF }; + size_t i, rlistlen, num; + if (!SSL_is_server(s)) + return; + num = SSL_get0_raw_cipherlist(s, NULL); + rlistlen = SSL_get0_raw_cipherlist(s, &rlist); + BIO_puts(bio, "Client cipher list: "); + for (i = 0; i < rlistlen; i += num, rlist += num) { + const SSL_CIPHER *c = SSL_CIPHER_find(s, rlist); + if (i) + BIO_puts(bio, ":"); + if (c) + BIO_puts(bio, SSL_CIPHER_get_name(c)); + else if (!memcmp(rlist, scsv_id - num + 3, num)) + BIO_puts(bio, "SCSV"); + else { + size_t j; + BIO_puts(bio, "0x"); + for (j = 0; j < num; j++) + BIO_printf(bio, "%02X", rlist[j]); + } + } + BIO_puts(bio, "\n"); +} + +void print_ssl_summary(BIO *bio, SSL *s) +{ + const SSL_CIPHER *c; + X509 *peer; + /* + * const char *pnam = SSL_is_server(s) ? "client" : "server"; + */ + BIO_printf(bio, "Protocol version: %s\n", SSL_get_version(s)); + print_raw_cipherlist(bio, s); + c = SSL_get_current_cipher(s); + BIO_printf(bio, "Ciphersuite: %s\n", SSL_CIPHER_get_name(c)); + do_print_sigalgs(bio, s, 0); + peer = SSL_get_peer_certificate(s); + if (peer) { + int nid; + BIO_puts(bio, "Peer certificate: "); + X509_NAME_print_ex(bio, X509_get_subject_name(peer), + 0, XN_FLAG_ONELINE); + BIO_puts(bio, "\n"); + if (SSL_get_peer_signature_nid(s, &nid)) + BIO_printf(bio, "Hash used: %s\n", OBJ_nid2sn(nid)); + } else + BIO_puts(bio, "No peer certificate\n"); + if (peer) + X509_free(peer); +#ifndef OPENSSL_NO_EC + ssl_print_point_formats(bio, s); + if (SSL_is_server(s)) + ssl_print_curves(bio, s, 1); + else + ssl_print_tmp_key(bio, s); +#else + if (!SSL_is_server(s)) + ssl_print_tmp_key(bio, s); +#endif +} + +int args_ssl(char ***pargs, int *pargc, SSL_CONF_CTX *cctx, + int *badarg, BIO *err, STACK_OF(OPENSSL_STRING) **pstr) +{ + char *arg = **pargs, *argn = (*pargs)[1]; + int rv; + + /* Attempt to run SSL configuration command */ + rv = SSL_CONF_cmd_argv(cctx, pargc, pargs); + /* If parameter not recognised just return */ + if (rv == 0) + return 0; + /* see if missing argument error */ + if (rv == -3) { + BIO_printf(err, "%s needs an argument\n", arg); + *badarg = 1; + goto end; + } + /* Check for some other error */ + if (rv < 0) { + BIO_printf(err, "Error with command: \"%s %s\"\n", + arg, argn ? argn : ""); + *badarg = 1; + goto end; + } + /* Store command and argument */ + /* If only one argument processed store value as NULL */ + if (rv == 1) + argn = NULL; + if (!*pstr) + *pstr = sk_OPENSSL_STRING_new_null(); + if (!*pstr || !sk_OPENSSL_STRING_push(*pstr, arg) || + !sk_OPENSSL_STRING_push(*pstr, argn)) { + BIO_puts(err, "Memory allocation failure\n"); + goto end; + } + + end: + if (*badarg) + ERR_print_errors(err); + + return 1; +} + +int args_ssl_call(SSL_CTX *ctx, BIO *err, SSL_CONF_CTX *cctx, + STACK_OF(OPENSSL_STRING) *str, int no_ecdhe, int no_jpake) +{ + int i; + SSL_CONF_CTX_set_ssl_ctx(cctx, ctx); + for (i = 0; i < sk_OPENSSL_STRING_num(str); i += 2) { + const char *param = sk_OPENSSL_STRING_value(str, i); + const char *value = sk_OPENSSL_STRING_value(str, i + 1); + /* + * If no_ecdhe or named curve already specified don't need a default. + */ + if (!no_ecdhe && !strcmp(param, "-named_curve")) + no_ecdhe = 1; +#ifndef OPENSSL_NO_JPAKE + if (!no_jpake && !strcmp(param, "-cipher")) { + BIO_puts(err, "JPAKE sets cipher to PSK\n"); + return 0; + } +#endif + if (SSL_CONF_cmd(cctx, param, value) <= 0) { + BIO_printf(err, "Error with command: \"%s %s\"\n", + param, value ? value : ""); + ERR_print_errors(err); + return 0; + } + } + /* + * This is a special case to keep existing s_server functionality: if we + * don't have any curve specified *and* we haven't disabled ECDHE then + * use P-256. + */ + if (!no_ecdhe) { + if (SSL_CONF_cmd(cctx, "-named_curve", "P-256") <= 0) { + BIO_puts(err, "Error setting EC curve\n"); + ERR_print_errors(err); + return 0; + } + } +#ifndef OPENSSL_NO_JPAKE + if (!no_jpake) { + if (SSL_CONF_cmd(cctx, "-cipher", "PSK") <= 0) { + BIO_puts(err, "Error setting cipher to PSK\n"); + ERR_print_errors(err); + return 0; + } + } +#endif + if (!SSL_CONF_CTX_finish(cctx)) { + BIO_puts(err, "Error finishing context\n"); + ERR_print_errors(err); + return 0; + } + return 1; +} + +static int add_crls_store(X509_STORE *st, STACK_OF(X509_CRL) *crls) +{ + X509_CRL *crl; + int i; + for (i = 0; i < sk_X509_CRL_num(crls); i++) { + crl = sk_X509_CRL_value(crls, i); + X509_STORE_add_crl(st, crl); + } + return 1; +} + +int ssl_ctx_add_crls(SSL_CTX *ctx, STACK_OF(X509_CRL) *crls, int crl_download) +{ + X509_STORE *st; + st = SSL_CTX_get_cert_store(ctx); + add_crls_store(st, crls); + if (crl_download) + store_setup_crl_download(st); + return 1; +} + +int ssl_load_stores(SSL_CTX *ctx, + const char *vfyCApath, const char *vfyCAfile, + const char *chCApath, const char *chCAfile, + STACK_OF(X509_CRL) *crls, int crl_download) +{ + X509_STORE *vfy = NULL, *ch = NULL; + int rv = 0; + if (vfyCApath || vfyCAfile) { + vfy = X509_STORE_new(); + if (!X509_STORE_load_locations(vfy, vfyCAfile, vfyCApath)) + goto err; + add_crls_store(vfy, crls); + SSL_CTX_set1_verify_cert_store(ctx, vfy); + if (crl_download) + store_setup_crl_download(vfy); + } + if (chCApath || chCAfile) { + ch = X509_STORE_new(); + if (!X509_STORE_load_locations(ch, chCAfile, chCApath)) + goto err; + SSL_CTX_set1_chain_cert_store(ctx, ch); + } + rv = 1; + err: + if (vfy) + X509_STORE_free(vfy); + if (ch) + X509_STORE_free(ch); + return rv; +} diff --git a/openssl/apps/s_client.c b/openssl/apps/s_client.c index c2e160ca7..b1152aa36 100644 --- a/openssl/apps/s_client.c +++ b/openssl/apps/s_client.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +63,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -142,15 +142,17 @@ #include #include #ifdef OPENSSL_NO_STDIO -#define APPS_WIN16 +# define APPS_WIN16 #endif -/* With IPv6, it looks like Digital has mixed up the proper order of - recursive header file inclusion, resulting in the compiler complaining - that u_int isn't defined, but only if _POSIX_C_SOURCE is defined, which - is needed to have fileno() declared correctly... So let's define u_int */ +/* + * With IPv6, it looks like Digital has mixed up the proper order of + * recursive header file inclusion, resulting in the compiler complaining + * that u_int isn't defined, but only if _POSIX_C_SOURCE is defined, which is + * needed to have fileno() declared correctly... So let's define u_int + */ #if defined(OPENSSL_SYS_VMS_DECC) && !defined(__U_INT) -#define __U_INT +# define __U_INT typedef unsigned int u_int; #endif @@ -164,28 +166,35 @@ typedef unsigned int u_int; #include #include #ifndef OPENSSL_NO_SRP -#include +# include #endif #include "s_apps.h" #include "timeouts.h" #if (defined(OPENSSL_SYS_VMS) && __VMS_VER < 70000000) /* FIONBIO used as a switch to enable ioctl, and that isn't in VMS < 7.0 */ -#undef FIONBIO +# undef FIONBIO #endif #if defined(OPENSSL_SYS_BEOS_R5) -#include +# include #endif #undef PROG -#define PROG s_client_main +#define PROG s_client_main -/*#define SSL_HOST_NAME "www.netscape.com" */ -/*#define SSL_HOST_NAME "193.118.187.102" */ -#define SSL_HOST_NAME "localhost" +/* + * #define SSL_HOST_NAME "www.netscape.com" + */ +/* + * #define SSL_HOST_NAME "193.118.187.102" + */ +#define SSL_HOST_NAME "localhost" -/*#define TEST_CERT "client.pem" */ /* no default cert. */ +/* no default cert. */ +/* + * #define TEST_CERT "client.pem" + */ #undef BUFSIZZ #define BUFSIZZ 1024*8 @@ -193,1971 +202,2123 @@ typedef unsigned int u_int; extern int verify_depth; extern int verify_error; extern int verify_return_error; +extern int verify_quiet; #ifdef FIONBIO -static int c_nbio=0; +static int c_nbio = 0; #endif -static int c_Pause=0; -static int c_debug=0; +static int c_Pause = 0; +static int c_debug = 0; #ifndef OPENSSL_NO_TLSEXT -static int c_tlsextdebug=0; -static int c_status_req=0; +static int c_tlsextdebug = 0; +static int c_status_req = 0; #endif -static int c_msg=0; -static int c_showcerts=0; +static int c_msg = 0; +static int c_showcerts = 0; -static char *keymatexportlabel=NULL; -static int keymatexportlen=20; +static char *keymatexportlabel = NULL; +static int keymatexportlen = 20; static void sc_usage(void); -static void print_stuff(BIO *berr,SSL *con,int full); +static void print_stuff(BIO *berr, SSL *con, int full); #ifndef OPENSSL_NO_TLSEXT static int ocsp_resp_cb(SSL *s, void *arg); #endif -static BIO *bio_c_out=NULL; -static int c_quiet=0; -static int c_ign_eof=0; +static BIO *bio_c_out = NULL; +static BIO *bio_c_msg = NULL; +static int c_quiet = 0; +static int c_ign_eof = 0; +static int c_brief = 0; #ifndef OPENSSL_NO_PSK /* Default PSK identity and key */ -static char *psk_identity="Client_identity"; -/*char *psk_key=NULL; by default PSK is not used */ +static char *psk_identity = "Client_identity"; +/* + * char *psk_key=NULL; by default PSK is not used + */ static unsigned int psk_client_cb(SSL *ssl, const char *hint, char *identity, - unsigned int max_identity_len, unsigned char *psk, - unsigned int max_psk_len) - { - unsigned int psk_len = 0; - int ret; - BIGNUM *bn=NULL; - - if (c_debug) - BIO_printf(bio_c_out, "psk_client_cb\n"); - if (!hint) - { - /* no ServerKeyExchange message*/ - if (c_debug) - BIO_printf(bio_c_out,"NULL received PSK identity hint, continuing anyway\n"); - } - else if (c_debug) - BIO_printf(bio_c_out, "Received PSK identity hint '%s'\n", hint); - - /* lookup PSK identity and PSK key based on the given identity hint here */ - ret = BIO_snprintf(identity, max_identity_len, "%s", psk_identity); - if (ret < 0 || (unsigned int)ret > max_identity_len) - goto out_err; - if (c_debug) - BIO_printf(bio_c_out, "created identity '%s' len=%d\n", identity, ret); - ret=BN_hex2bn(&bn, psk_key); - if (!ret) - { - BIO_printf(bio_err,"Could not convert PSK key '%s' to BIGNUM\n", psk_key); - if (bn) - BN_free(bn); - return 0; - } - - if ((unsigned int)BN_num_bytes(bn) > max_psk_len) - { - BIO_printf(bio_err,"psk buffer of callback is too small (%d) for key (%d)\n", - max_psk_len, BN_num_bytes(bn)); - BN_free(bn); - return 0; - } + unsigned int max_identity_len, + unsigned char *psk, + unsigned int max_psk_len) +{ + unsigned int psk_len = 0; + int ret; + BIGNUM *bn = NULL; + + if (c_debug) + BIO_printf(bio_c_out, "psk_client_cb\n"); + if (!hint) { + /* no ServerKeyExchange message */ + if (c_debug) + BIO_printf(bio_c_out, + "NULL received PSK identity hint, continuing anyway\n"); + } else if (c_debug) + BIO_printf(bio_c_out, "Received PSK identity hint '%s'\n", hint); + + /* + * lookup PSK identity and PSK key based on the given identity hint here + */ + ret = BIO_snprintf(identity, max_identity_len, "%s", psk_identity); + if (ret < 0 || (unsigned int)ret > max_identity_len) + goto out_err; + if (c_debug) + BIO_printf(bio_c_out, "created identity '%s' len=%d\n", identity, + ret); + ret = BN_hex2bn(&bn, psk_key); + if (!ret) { + BIO_printf(bio_err, "Could not convert PSK key '%s' to BIGNUM\n", + psk_key); + if (bn) + BN_free(bn); + return 0; + } - psk_len=BN_bn2bin(bn, psk); + if ((unsigned int)BN_num_bytes(bn) > max_psk_len) { + BIO_printf(bio_err, + "psk buffer of callback is too small (%d) for key (%d)\n", + max_psk_len, BN_num_bytes(bn)); BN_free(bn); - if (psk_len == 0) - goto out_err; + return 0; + } - if (c_debug) - BIO_printf(bio_c_out, "created PSK len=%d\n", psk_len); + psk_len = BN_bn2bin(bn, psk); + BN_free(bn); + if (psk_len == 0) + goto out_err; - return psk_len; + if (c_debug) + BIO_printf(bio_c_out, "created PSK len=%d\n", psk_len); + + return psk_len; out_err: - if (c_debug) - BIO_printf(bio_err, "Error in PSK client callback\n"); - return 0; - } + if (c_debug) + BIO_printf(bio_err, "Error in PSK client callback\n"); + return 0; +} #endif static void sc_usage(void) - { - BIO_printf(bio_err,"usage: s_client args\n"); - BIO_printf(bio_err,"\n"); - BIO_printf(bio_err," -host host - use -connect instead\n"); - BIO_printf(bio_err," -port port - use -connect instead\n"); - BIO_printf(bio_err," -connect host:port - who to connect to (default is %s:%s)\n",SSL_HOST_NAME,PORT_STR); - - BIO_printf(bio_err," -verify arg - turn on peer certificate verification\n"); - BIO_printf(bio_err," -verify_return_error - return verification errors\n"); - BIO_printf(bio_err," -cert arg - certificate file to use, PEM format assumed\n"); - BIO_printf(bio_err," -certform arg - certificate format (PEM or DER) PEM default\n"); - BIO_printf(bio_err," -key arg - Private key file to use, in cert file if\n"); - BIO_printf(bio_err," not specified but cert file is.\n"); - BIO_printf(bio_err," -keyform arg - key format (PEM or DER) PEM default\n"); - BIO_printf(bio_err," -pass arg - private key file pass phrase source\n"); - BIO_printf(bio_err," -CApath arg - PEM format directory of CA's\n"); - BIO_printf(bio_err," -CAfile arg - PEM format file of CA's\n"); - BIO_printf(bio_err," -reconnect - Drop and re-make the connection with the same Session-ID\n"); - BIO_printf(bio_err," -pause - sleep(1) after each read(2) and write(2) system call\n"); - BIO_printf(bio_err," -prexit - print session information even on connection failure\n"); - BIO_printf(bio_err," -showcerts - show all certificates in the chain\n"); - BIO_printf(bio_err," -debug - extra output\n"); +{ + BIO_printf(bio_err, "usage: s_client args\n"); + BIO_printf(bio_err, "\n"); + BIO_printf(bio_err, " -host host - use -connect instead\n"); + BIO_printf(bio_err, " -port port - use -connect instead\n"); + BIO_printf(bio_err, + " -connect host:port - who to connect to (default is %s:%s)\n", + SSL_HOST_NAME, PORT_STR); + BIO_printf(bio_err, + " -verify_host host - check peer certificate matches \"host\"\n"); + BIO_printf(bio_err, + " -verify_email email - check peer certificate matches \"email\"\n"); + BIO_printf(bio_err, + " -verify_ip ipaddr - check peer certificate matches \"ipaddr\"\n"); + + BIO_printf(bio_err, + " -verify arg - turn on peer certificate verification\n"); + BIO_printf(bio_err, + " -verify_return_error - return verification errors\n"); + BIO_printf(bio_err, + " -cert arg - certificate file to use, PEM format assumed\n"); + BIO_printf(bio_err, + " -certform arg - certificate format (PEM or DER) PEM default\n"); + BIO_printf(bio_err, + " -key arg - Private key file to use, in cert file if\n"); + BIO_printf(bio_err, " not specified but cert file is.\n"); + BIO_printf(bio_err, + " -keyform arg - key format (PEM or DER) PEM default\n"); + BIO_printf(bio_err, + " -pass arg - private key file pass phrase source\n"); + BIO_printf(bio_err, " -CApath arg - PEM format directory of CA's\n"); + BIO_printf(bio_err, " -CAfile arg - PEM format file of CA's\n"); + BIO_printf(bio_err, + " -reconnect - Drop and re-make the connection with the same Session-ID\n"); + BIO_printf(bio_err, + " -pause - sleep(1) after each read(2) and write(2) system call\n"); + BIO_printf(bio_err, + " -prexit - print session information even on connection failure\n"); + BIO_printf(bio_err, + " -showcerts - show all certificates in the chain\n"); + BIO_printf(bio_err, " -debug - extra output\n"); #ifdef WATT32 - BIO_printf(bio_err," -wdebug - WATT-32 tcp debugging\n"); + BIO_printf(bio_err, " -wdebug - WATT-32 tcp debugging\n"); #endif - BIO_printf(bio_err," -msg - Show protocol messages\n"); - BIO_printf(bio_err," -nbio_test - more ssl protocol testing\n"); - BIO_printf(bio_err," -state - print the 'ssl' states\n"); + BIO_printf(bio_err, " -msg - Show protocol messages\n"); + BIO_printf(bio_err, " -nbio_test - more ssl protocol testing\n"); + BIO_printf(bio_err, " -state - print the 'ssl' states\n"); #ifdef FIONBIO - BIO_printf(bio_err," -nbio - Run with non-blocking IO\n"); -#endif - BIO_printf(bio_err," -crlf - convert LF from terminal into CRLF\n"); - BIO_printf(bio_err," -quiet - no s_client output\n"); - BIO_printf(bio_err," -ign_eof - ignore input eof (default when -quiet)\n"); - BIO_printf(bio_err," -no_ign_eof - don't ignore input eof\n"); + BIO_printf(bio_err, " -nbio - Run with non-blocking IO\n"); +#endif + BIO_printf(bio_err, + " -crlf - convert LF from terminal into CRLF\n"); + BIO_printf(bio_err, " -quiet - no s_client output\n"); + BIO_printf(bio_err, + " -ign_eof - ignore input eof (default when -quiet)\n"); + BIO_printf(bio_err, " -no_ign_eof - don't ignore input eof\n"); #ifndef OPENSSL_NO_PSK - BIO_printf(bio_err," -psk_identity arg - PSK identity\n"); - BIO_printf(bio_err," -psk arg - PSK in hex (without 0x)\n"); + BIO_printf(bio_err, " -psk_identity arg - PSK identity\n"); + BIO_printf(bio_err, " -psk arg - PSK in hex (without 0x)\n"); # ifndef OPENSSL_NO_JPAKE - BIO_printf(bio_err," -jpake arg - JPAKE secret to use\n"); + BIO_printf(bio_err, " -jpake arg - JPAKE secret to use\n"); # endif #endif #ifndef OPENSSL_NO_SRP - BIO_printf(bio_err," -srpuser user - SRP authentification for 'user'\n"); - BIO_printf(bio_err," -srppass arg - password for 'user'\n"); - BIO_printf(bio_err," -srp_lateuser - SRP username into second ClientHello message\n"); - BIO_printf(bio_err," -srp_moregroups - Tolerate other than the known g N values.\n"); - BIO_printf(bio_err," -srp_strength int - minimal mength in bits for N (default %d).\n",SRP_MINIMAL_N); -#endif - BIO_printf(bio_err," -ssl2 - just use SSLv2\n"); - BIO_printf(bio_err," -ssl3 - just use SSLv3\n"); - BIO_printf(bio_err," -tls1_2 - just use TLSv1.2\n"); - BIO_printf(bio_err," -tls1_1 - just use TLSv1.1\n"); - BIO_printf(bio_err," -tls1 - just use TLSv1\n"); - BIO_printf(bio_err," -dtls1 - just use DTLSv1\n"); - BIO_printf(bio_err," -fallback_scsv - send TLS_FALLBACK_SCSV\n"); - BIO_printf(bio_err," -mtu - set the link layer MTU\n"); - BIO_printf(bio_err," -no_tls1_2/-no_tls1_1/-no_tls1/-no_ssl3/-no_ssl2 - turn off that protocol\n"); - BIO_printf(bio_err," -bugs - Switch on all SSL implementation bug workarounds\n"); - BIO_printf(bio_err," -serverpref - Use server's cipher preferences (only SSLv2)\n"); - BIO_printf(bio_err," -cipher - preferred cipher to use, use the 'openssl ciphers'\n"); - BIO_printf(bio_err," command to see what is available\n"); - BIO_printf(bio_err," -starttls prot - use the STARTTLS command before starting TLS\n"); - BIO_printf(bio_err," for those protocols that support it, where\n"); - BIO_printf(bio_err," 'prot' defines which one to assume. Currently,\n"); - BIO_printf(bio_err," only \"smtp\", \"pop3\", \"imap\", \"ftp\" and \"xmpp\"\n"); - BIO_printf(bio_err," are supported.\n"); + BIO_printf(bio_err, + " -srpuser user - SRP authentification for 'user'\n"); + BIO_printf(bio_err, " -srppass arg - password for 'user'\n"); + BIO_printf(bio_err, + " -srp_lateuser - SRP username into second ClientHello message\n"); + BIO_printf(bio_err, + " -srp_moregroups - Tolerate other than the known g N values.\n"); + BIO_printf(bio_err, + " -srp_strength int - minimal length in bits for N (default %d).\n", + SRP_MINIMAL_N); +#endif + BIO_printf(bio_err, " -ssl2 - just use SSLv2\n"); +#ifndef OPENSSL_NO_SSL3_METHOD + BIO_printf(bio_err, " -ssl3 - just use SSLv3\n"); +#endif + BIO_printf(bio_err, " -tls1_2 - just use TLSv1.2\n"); + BIO_printf(bio_err, " -tls1_1 - just use TLSv1.1\n"); + BIO_printf(bio_err, " -tls1 - just use TLSv1\n"); + BIO_printf(bio_err, " -dtls1 - just use DTLSv1\n"); + BIO_printf(bio_err, " -fallback_scsv - send TLS_FALLBACK_SCSV\n"); + BIO_printf(bio_err, " -mtu - set the link layer MTU\n"); + BIO_printf(bio_err, + " -no_tls1_2/-no_tls1_1/-no_tls1/-no_ssl3/-no_ssl2 - turn off that protocol\n"); + BIO_printf(bio_err, + " -bugs - Switch on all SSL implementation bug workarounds\n"); + BIO_printf(bio_err, + " -serverpref - Use server's cipher preferences (only SSLv2)\n"); + BIO_printf(bio_err, + " -cipher - preferred cipher to use, use the 'openssl ciphers'\n"); + BIO_printf(bio_err, + " command to see what is available\n"); + BIO_printf(bio_err, + " -starttls prot - use the STARTTLS command before starting TLS\n"); + BIO_printf(bio_err, + " for those protocols that support it, where\n"); + BIO_printf(bio_err, + " 'prot' defines which one to assume. Currently,\n"); + BIO_printf(bio_err, + " only \"smtp\", \"pop3\", \"imap\", \"ftp\" and \"xmpp\"\n"); + BIO_printf(bio_err, " are supported.\n"); #ifndef OPENSSL_NO_ENGINE - BIO_printf(bio_err," -engine id - Initialise and use the specified engine\n"); + BIO_printf(bio_err, + " -engine id - Initialise and use the specified engine\n"); #endif - BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR); - BIO_printf(bio_err," -sess_out arg - file to write SSL session to\n"); - BIO_printf(bio_err," -sess_in arg - file to read SSL session from\n"); + BIO_printf(bio_err, " -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, + LIST_SEPARATOR_CHAR); + BIO_printf(bio_err, " -sess_out arg - file to write SSL session to\n"); + BIO_printf(bio_err, " -sess_in arg - file to read SSL session from\n"); #ifndef OPENSSL_NO_TLSEXT - BIO_printf(bio_err," -servername host - Set TLS extension servername in ClientHello\n"); - BIO_printf(bio_err," -tlsextdebug - hex dump of all TLS extensions received\n"); - BIO_printf(bio_err," -status - request certificate status from server\n"); - BIO_printf(bio_err," -no_ticket - disable use of RFC4507bis session tickets\n"); -# ifndef OPENSSL_NO_NEXTPROTONEG - BIO_printf(bio_err," -nextprotoneg arg - enable NPN extension, considering named protocols supported (comma-separated list)\n"); -# endif -#endif - BIO_printf(bio_err," -legacy_renegotiation - enable use of legacy renegotiation (dangerous)\n"); + BIO_printf(bio_err, + " -servername host - Set TLS extension servername in ClientHello\n"); + BIO_printf(bio_err, + " -tlsextdebug - hex dump of all TLS extensions received\n"); + BIO_printf(bio_err, + " -status - request certificate status from server\n"); + BIO_printf(bio_err, + " -no_ticket - disable use of RFC4507bis session tickets\n"); + BIO_printf(bio_err, + " -serverinfo types - send empty ClientHello extensions (comma-separated numbers)\n"); +#endif +#ifndef OPENSSL_NO_NEXTPROTONEG + BIO_printf(bio_err, + " -nextprotoneg arg - enable NPN extension, considering named protocols supported (comma-separated list)\n"); +#endif + BIO_printf(bio_err, + " -alpn arg - enable ALPN extension, considering named protocols supported (comma-separated list)\n"); + BIO_printf(bio_err, + " -legacy_renegotiation - enable use of legacy renegotiation (dangerous)\n"); #ifndef OPENSSL_NO_SRTP - BIO_printf(bio_err," -use_srtp profiles - Offer SRTP key management with a colon-separated profile list\n"); + BIO_printf(bio_err, + " -use_srtp profiles - Offer SRTP key management with a colon-separated profile list\n"); #endif - BIO_printf(bio_err," -keymatexport label - Export keying material using label\n"); - BIO_printf(bio_err," -keymatexportlen len - Export len bytes of keying material (default 20)\n"); - } + BIO_printf(bio_err, + " -keymatexport label - Export keying material using label\n"); + BIO_printf(bio_err, + " -keymatexportlen len - Export len bytes of keying material (default 20)\n"); +} #ifndef OPENSSL_NO_TLSEXT /* This is a context that we pass to callbacks */ typedef struct tlsextctx_st { - BIO * biodebug; - int ack; + BIO *biodebug; + int ack; } tlsextctx; - static int MS_CALLBACK ssl_servername_cb(SSL *s, int *ad, void *arg) - { - tlsextctx * p = (tlsextctx *) arg; - const char * hn= SSL_get_servername(s, TLSEXT_NAMETYPE_host_name); - if (SSL_get_servername_type(s) != -1) - p->ack = !SSL_session_reused(s) && hn != NULL; - else - BIO_printf(bio_err,"Can't use SSL_get_servername\n"); - - return SSL_TLSEXT_ERR_OK; - } +{ + tlsextctx *p = (tlsextctx *) arg; + const char *hn = SSL_get_servername(s, TLSEXT_NAMETYPE_host_name); + if (SSL_get_servername_type(s) != -1) + p->ack = !SSL_session_reused(s) && hn != NULL; + else + BIO_printf(bio_err, "Can't use SSL_get_servername\n"); + + return SSL_TLSEXT_ERR_OK; +} -#ifndef OPENSSL_NO_SRP +# ifndef OPENSSL_NO_SRP /* This is a context that we pass to all callbacks */ -typedef struct srp_arg_st - { - char *srppassin; - char *srplogin; - int msg; /* copy from c_msg */ - int debug; /* copy from c_debug */ - int amp; /* allow more groups */ - int strength /* minimal size for N */ ; - } SRP_ARG; - -#define SRP_NUMBER_ITERATIONS_FOR_PRIME 64 +typedef struct srp_arg_st { + char *srppassin; + char *srplogin; + int msg; /* copy from c_msg */ + int debug; /* copy from c_debug */ + int amp; /* allow more groups */ + int strength /* minimal size for N */ ; +} SRP_ARG; + +# define SRP_NUMBER_ITERATIONS_FOR_PRIME 64 static int srp_Verify_N_and_g(BIGNUM *N, BIGNUM *g) - { - BN_CTX *bn_ctx = BN_CTX_new(); - BIGNUM *p = BN_new(); - BIGNUM *r = BN_new(); - int ret = - g != NULL && N != NULL && bn_ctx != NULL && BN_is_odd(N) && - BN_is_prime_ex(N, SRP_NUMBER_ITERATIONS_FOR_PRIME, bn_ctx, NULL) && - p != NULL && BN_rshift1(p, N) && - - /* p = (N-1)/2 */ - BN_is_prime_ex(p, SRP_NUMBER_ITERATIONS_FOR_PRIME, bn_ctx, NULL) && - r != NULL && - - /* verify g^((N-1)/2) == -1 (mod N) */ - BN_mod_exp(r, g, p, N, bn_ctx) && - BN_add_word(r, 1) && - BN_cmp(r, N) == 0; - - if(r) - BN_free(r); - if(p) - BN_free(p); - if(bn_ctx) - BN_CTX_free(bn_ctx); - return ret; - } - -/* This callback is used here for two purposes: - - extended debugging - - making some primality tests for unknown groups - The callback is only called for a non default group. - - An application does not need the call back at all if - only the stanard groups are used. In real life situations, - client and server already share well known groups, - thus there is no need to verify them. - Furthermore, in case that a server actually proposes a group that - is not one of those defined in RFC 5054, it is more appropriate - to add the group to a static list and then compare since - primality tests are rather cpu consuming. -*/ +{ + BN_CTX *bn_ctx = BN_CTX_new(); + BIGNUM *p = BN_new(); + BIGNUM *r = BN_new(); + int ret = + g != NULL && N != NULL && bn_ctx != NULL && BN_is_odd(N) && + BN_is_prime_ex(N, SRP_NUMBER_ITERATIONS_FOR_PRIME, bn_ctx, NULL) && + p != NULL && BN_rshift1(p, N) && + /* p = (N-1)/2 */ + BN_is_prime_ex(p, SRP_NUMBER_ITERATIONS_FOR_PRIME, bn_ctx, NULL) && + r != NULL && + /* verify g^((N-1)/2) == -1 (mod N) */ + BN_mod_exp(r, g, p, N, bn_ctx) && + BN_add_word(r, 1) && BN_cmp(r, N) == 0; + + if (r) + BN_free(r); + if (p) + BN_free(p); + if (bn_ctx) + BN_CTX_free(bn_ctx); + return ret; +} + +/*- + * This callback is used here for two purposes: + * - extended debugging + * - making some primality tests for unknown groups + * The callback is only called for a non default group. + * + * An application does not need the call back at all if + * only the stanard groups are used. In real life situations, + * client and server already share well known groups, + * thus there is no need to verify them. + * Furthermore, in case that a server actually proposes a group that + * is not one of those defined in RFC 5054, it is more appropriate + * to add the group to a static list and then compare since + * primality tests are rather cpu consuming. + */ static int MS_CALLBACK ssl_srp_verify_param_cb(SSL *s, void *arg) - { - SRP_ARG *srp_arg = (SRP_ARG *)arg; - BIGNUM *N = NULL, *g = NULL; - if (!(N = SSL_get_srp_N(s)) || !(g = SSL_get_srp_g(s))) - return 0; - if (srp_arg->debug || srp_arg->msg || srp_arg->amp == 1) - { - BIO_printf(bio_err, "SRP parameters:\n"); - BIO_printf(bio_err,"\tN="); BN_print(bio_err,N); - BIO_printf(bio_err,"\n\tg="); BN_print(bio_err,g); - BIO_printf(bio_err,"\n"); - } - - if (SRP_check_known_gN_param(g,N)) - return 1; - - if (srp_arg->amp == 1) - { - if (srp_arg->debug) - BIO_printf(bio_err, "SRP param N and g are not known params, going to check deeper.\n"); - -/* The srp_moregroups is a real debugging feature. - Implementors should rather add the value to the known ones. - The minimal size has already been tested. -*/ - if (BN_num_bits(g) <= BN_BITS && srp_Verify_N_and_g(N,g)) - return 1; - } - BIO_printf(bio_err, "SRP param N and g rejected.\n"); - return 0; - } - -#define PWD_STRLEN 1024 - -static char * MS_CALLBACK ssl_give_srp_client_pwd_cb(SSL *s, void *arg) - { - SRP_ARG *srp_arg = (SRP_ARG *)arg; - char *pass = (char *)OPENSSL_malloc(PWD_STRLEN+1); - PW_CB_DATA cb_tmp; - int l; - - cb_tmp.password = (char *)srp_arg->srppassin; - cb_tmp.prompt_info = "SRP user"; - if ((l = password_callback(pass, PWD_STRLEN, 0, &cb_tmp))<0) - { - BIO_printf (bio_err, "Can't read Password\n"); - OPENSSL_free(pass); - return NULL; - } - *(pass+l)= '\0'; - - return pass; - } +{ + SRP_ARG *srp_arg = (SRP_ARG *)arg; + BIGNUM *N = NULL, *g = NULL; + if (!(N = SSL_get_srp_N(s)) || !(g = SSL_get_srp_g(s))) + return 0; + if (srp_arg->debug || srp_arg->msg || srp_arg->amp == 1) { + BIO_printf(bio_err, "SRP parameters:\n"); + BIO_printf(bio_err, "\tN="); + BN_print(bio_err, N); + BIO_printf(bio_err, "\n\tg="); + BN_print(bio_err, g); + BIO_printf(bio_err, "\n"); + } + + if (SRP_check_known_gN_param(g, N)) + return 1; + + if (srp_arg->amp == 1) { + if (srp_arg->debug) + BIO_printf(bio_err, + "SRP param N and g are not known params, going to check deeper.\n"); + + /* + * The srp_moregroups is a real debugging feature. Implementors + * should rather add the value to the known ones. The minimal size + * has already been tested. + */ + if (BN_num_bits(g) <= BN_BITS && srp_Verify_N_and_g(N, g)) + return 1; + } + BIO_printf(bio_err, "SRP param N and g rejected.\n"); + return 0; +} -#endif -#ifndef OPENSSL_NO_SRTP - char *srtp_profiles = NULL; -#endif +# define PWD_STRLEN 1024 + +static char *MS_CALLBACK ssl_give_srp_client_pwd_cb(SSL *s, void *arg) +{ + SRP_ARG *srp_arg = (SRP_ARG *)arg; + char *pass = (char *)OPENSSL_malloc(PWD_STRLEN + 1); + PW_CB_DATA cb_tmp; + int l; + + cb_tmp.password = (char *)srp_arg->srppassin; + cb_tmp.prompt_info = "SRP user"; + if ((l = password_callback(pass, PWD_STRLEN, 0, &cb_tmp)) < 0) { + BIO_printf(bio_err, "Can't read Password\n"); + OPENSSL_free(pass); + return NULL; + } + *(pass + l) = '\0'; + + return pass; +} + +# endif +# ifndef OPENSSL_NO_SRTP +char *srtp_profiles = NULL; +# endif # ifndef OPENSSL_NO_NEXTPROTONEG /* This the context that we pass to next_proto_cb */ typedef struct tlsextnextprotoctx_st { - unsigned char *data; - unsigned short len; - int status; + unsigned char *data; + unsigned short len; + int status; } tlsextnextprotoctx; static tlsextnextprotoctx next_proto; -static int next_proto_cb(SSL *s, unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) - { - tlsextnextprotoctx *ctx = arg; - - if (!c_quiet) - { - /* We can assume that |in| is syntactically valid. */ - unsigned i; - BIO_printf(bio_c_out, "Protocols advertised by server: "); - for (i = 0; i < inlen; ) - { - if (i) - BIO_write(bio_c_out, ", ", 2); - BIO_write(bio_c_out, &in[i + 1], in[i]); - i += in[i] + 1; - } - BIO_write(bio_c_out, "\n", 1); - } - - ctx->status = SSL_select_next_proto(out, outlen, in, inlen, ctx->data, ctx->len); - return SSL_TLSEXT_ERR_OK; - } -# endif /* ndef OPENSSL_NO_NEXTPROTONEG */ -#endif - -enum +static int next_proto_cb(SSL *s, unsigned char **out, unsigned char *outlen, + const unsigned char *in, unsigned int inlen, + void *arg) { - PROTO_OFF = 0, - PROTO_SMTP, - PROTO_POP3, - PROTO_IMAP, - PROTO_FTP, - PROTO_XMPP + tlsextnextprotoctx *ctx = arg; + + if (!c_quiet) { + /* We can assume that |in| is syntactically valid. */ + unsigned i; + BIO_printf(bio_c_out, "Protocols advertised by server: "); + for (i = 0; i < inlen;) { + if (i) + BIO_write(bio_c_out, ", ", 2); + BIO_write(bio_c_out, &in[i + 1], in[i]); + i += in[i] + 1; + } + BIO_write(bio_c_out, "\n", 1); + } + + ctx->status = + SSL_select_next_proto(out, outlen, in, inlen, ctx->data, ctx->len); + return SSL_TLSEXT_ERR_OK; +} +# endif /* ndef OPENSSL_NO_NEXTPROTONEG */ + +static int serverinfo_cli_parse_cb(SSL *s, unsigned int ext_type, + const unsigned char *in, size_t inlen, + int *al, void *arg) +{ + char pem_name[100]; + unsigned char ext_buf[4 + 65536]; + + /* Reconstruct the type/len fields prior to extension data */ + ext_buf[0] = ext_type >> 8; + ext_buf[1] = ext_type & 0xFF; + ext_buf[2] = inlen >> 8; + ext_buf[3] = inlen & 0xFF; + memcpy(ext_buf + 4, in, inlen); + + BIO_snprintf(pem_name, sizeof(pem_name), "SERVERINFO FOR EXTENSION %d", + ext_type); + PEM_write_bio(bio_c_out, pem_name, "", ext_buf, 4 + inlen); + return 1; +} + +#endif + +enum { + PROTO_OFF = 0, + PROTO_SMTP, + PROTO_POP3, + PROTO_IMAP, + PROTO_FTP, + PROTO_XMPP }; int MAIN(int, char **); int MAIN(int argc, char **argv) - { - unsigned int off=0, clr=0; - SSL *con=NULL; +{ + int build_chain = 0; + SSL *con = NULL; #ifndef OPENSSL_NO_KRB5 - KSSL_CTX *kctx; -#endif - int s,k,width,state=0; - char *cbuf=NULL,*sbuf=NULL,*mbuf=NULL; - int cbuf_len,cbuf_off; - int sbuf_len,sbuf_off; - fd_set readfds,writefds; - short port=PORT; - int full_log=1; - char *host=SSL_HOST_NAME; - char *cert_file=NULL,*key_file=NULL; - int cert_format = FORMAT_PEM, key_format = FORMAT_PEM; - char *passarg = NULL, *pass = NULL; - X509 *cert = NULL; - EVP_PKEY *key = NULL; - char *CApath=NULL,*CAfile=NULL,*cipher=NULL; - int reconnect=0,badop=0,verify=SSL_VERIFY_NONE,bugs=0; - int crlf=0; - int write_tty,read_tty,write_ssl,read_ssl,tty_on,ssl_pending; - SSL_CTX *ctx=NULL; - int ret=1,in_init=1,i,nbio_test=0; - int starttls_proto = PROTO_OFF; - int prexit = 0; - X509_VERIFY_PARAM *vpm = NULL; - int badarg = 0; - const SSL_METHOD *meth=NULL; - int socket_type=SOCK_STREAM; - BIO *sbio; - char *inrand=NULL; - int mbuf_len=0; - struct timeval timeout, *timeoutp; + KSSL_CTX *kctx; +#endif + int s, k, width, state = 0; + char *cbuf = NULL, *sbuf = NULL, *mbuf = NULL; + int cbuf_len, cbuf_off; + int sbuf_len, sbuf_off; + fd_set readfds, writefds; + short port = PORT; + int full_log = 1; + char *host = SSL_HOST_NAME; + char *cert_file = NULL, *key_file = NULL, *chain_file = NULL; + int cert_format = FORMAT_PEM, key_format = FORMAT_PEM; + char *passarg = NULL, *pass = NULL; + X509 *cert = NULL; + EVP_PKEY *key = NULL; + STACK_OF(X509) *chain = NULL; + char *CApath = NULL, *CAfile = NULL; + char *chCApath = NULL, *chCAfile = NULL; + char *vfyCApath = NULL, *vfyCAfile = NULL; + int reconnect = 0, badop = 0, verify = SSL_VERIFY_NONE; + int crlf = 0; + int write_tty, read_tty, write_ssl, read_ssl, tty_on, ssl_pending; + SSL_CTX *ctx = NULL; + int ret = 1, in_init = 1, i, nbio_test = 0; + int starttls_proto = PROTO_OFF; + int prexit = 0; + X509_VERIFY_PARAM *vpm = NULL; + int badarg = 0; + const SSL_METHOD *meth = NULL; + int socket_type = SOCK_STREAM; + BIO *sbio; + char *inrand = NULL; + int mbuf_len = 0; + struct timeval timeout, *timeoutp; #ifndef OPENSSL_NO_ENGINE - char *engine_id=NULL; - char *ssl_client_engine_id=NULL; - ENGINE *ssl_client_engine=NULL; + char *engine_id = NULL; + char *ssl_client_engine_id = NULL; + ENGINE *ssl_client_engine = NULL; #endif - ENGINE *e=NULL; + ENGINE *e = NULL; #if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_NETWARE) || defined(OPENSSL_SYS_BEOS_R5) - struct timeval tv; -#if defined(OPENSSL_SYS_BEOS_R5) - int stdin_set = 0; -#endif + struct timeval tv; +# if defined(OPENSSL_SYS_BEOS_R5) + int stdin_set = 0; +# endif #endif #ifndef OPENSSL_NO_TLSEXT - char *servername = NULL; - tlsextctx tlsextcbp = - {NULL,0}; + char *servername = NULL; + tlsextctx tlsextcbp = { NULL, 0 }; # ifndef OPENSSL_NO_NEXTPROTONEG - const char *next_proto_neg_in = NULL; + const char *next_proto_neg_in = NULL; # endif -#endif - char *sess_in = NULL; - char *sess_out = NULL; - struct sockaddr peer; - int peerlen = sizeof(peer); - int fallback_scsv = 0; - int enable_timeouts = 0 ; - long socket_mtu = 0; + const char *alpn_in = NULL; +# define MAX_SI_TYPES 100 + unsigned short serverinfo_types[MAX_SI_TYPES]; + int serverinfo_types_count = 0; +#endif + char *sess_in = NULL; + char *sess_out = NULL; + struct sockaddr peer; + int peerlen = sizeof(peer); + int fallback_scsv = 0; + int enable_timeouts = 0; + long socket_mtu = 0; #ifndef OPENSSL_NO_JPAKE - char *jpake_secret = NULL; + static char *jpake_secret = NULL; +# define no_jpake !jpake_secret +#else +# define no_jpake 1 #endif #ifndef OPENSSL_NO_SRP - char * srppass = NULL; - int srp_lateuser = 0; - SRP_ARG srp_arg = {NULL,NULL,0,0,0,1024}; -#endif - - meth=SSLv23_client_method(); - - apps_startup(); - c_Pause=0; - c_quiet=0; - c_ign_eof=0; - c_debug=0; - c_msg=0; - c_showcerts=0; - - if (bio_err == NULL) - bio_err=BIO_new_fp(stderr,BIO_NOCLOSE); - - if (!load_config(bio_err, NULL)) - goto end; - - if ( ((cbuf=OPENSSL_malloc(BUFSIZZ)) == NULL) || - ((sbuf=OPENSSL_malloc(BUFSIZZ)) == NULL) || - ((mbuf=OPENSSL_malloc(BUFSIZZ)) == NULL)) - { - BIO_printf(bio_err,"out of memory\n"); - goto end; - } - - verify_depth=0; - verify_error=X509_V_OK; + char *srppass = NULL; + int srp_lateuser = 0; + SRP_ARG srp_arg = { NULL, NULL, 0, 0, 0, 1024 }; +#endif + SSL_EXCERT *exc = NULL; + + SSL_CONF_CTX *cctx = NULL; + STACK_OF(OPENSSL_STRING) *ssl_args = NULL; + + char *crl_file = NULL; + int crl_format = FORMAT_PEM; + int crl_download = 0; + STACK_OF(X509_CRL) *crls = NULL; + + meth = SSLv23_client_method(); + + apps_startup(); + c_Pause = 0; + c_quiet = 0; + c_ign_eof = 0; + c_debug = 0; + c_msg = 0; + c_showcerts = 0; + + if (bio_err == NULL) + bio_err = BIO_new_fp(stderr, BIO_NOCLOSE); + + if (!load_config(bio_err, NULL)) + goto end; + + cctx = SSL_CONF_CTX_new(); + if (!cctx) + goto end; + SSL_CONF_CTX_set_flags(cctx, SSL_CONF_FLAG_CLIENT); + SSL_CONF_CTX_set_flags(cctx, SSL_CONF_FLAG_CMDLINE); + + if (((cbuf = OPENSSL_malloc(BUFSIZZ)) == NULL) || + ((sbuf = OPENSSL_malloc(BUFSIZZ)) == NULL) || + ((mbuf = OPENSSL_malloc(BUFSIZZ)) == NULL)) { + BIO_printf(bio_err, "out of memory\n"); + goto end; + } + + verify_depth = 0; + verify_error = X509_V_OK; #ifdef FIONBIO - c_nbio=0; -#endif - - argc--; - argv++; - while (argc >= 1) - { - if (strcmp(*argv,"-host") == 0) - { - if (--argc < 1) goto bad; - host= *(++argv); - } - else if (strcmp(*argv,"-port") == 0) - { - if (--argc < 1) goto bad; - port=atoi(*(++argv)); - if (port == 0) goto bad; - } - else if (strcmp(*argv,"-connect") == 0) - { - if (--argc < 1) goto bad; - if (!extract_host_port(*(++argv),&host,NULL,&port)) - goto bad; - } - else if (strcmp(*argv,"-verify") == 0) - { - verify=SSL_VERIFY_PEER; - if (--argc < 1) goto bad; - verify_depth=atoi(*(++argv)); - BIO_printf(bio_err,"verify depth is %d\n",verify_depth); - } - else if (strcmp(*argv,"-cert") == 0) - { - if (--argc < 1) goto bad; - cert_file= *(++argv); - } - else if (strcmp(*argv,"-sess_out") == 0) - { - if (--argc < 1) goto bad; - sess_out = *(++argv); - } - else if (strcmp(*argv,"-sess_in") == 0) - { - if (--argc < 1) goto bad; - sess_in = *(++argv); - } - else if (strcmp(*argv,"-certform") == 0) - { - if (--argc < 1) goto bad; - cert_format = str2fmt(*(++argv)); - } - else if (args_verify(&argv, &argc, &badarg, bio_err, &vpm)) - { - if (badarg) - goto bad; - continue; - } - else if (strcmp(*argv,"-verify_return_error") == 0) - verify_return_error = 1; - else if (strcmp(*argv,"-prexit") == 0) - prexit=1; - else if (strcmp(*argv,"-crlf") == 0) - crlf=1; - else if (strcmp(*argv,"-quiet") == 0) - { - c_quiet=1; - c_ign_eof=1; - } - else if (strcmp(*argv,"-ign_eof") == 0) - c_ign_eof=1; - else if (strcmp(*argv,"-no_ign_eof") == 0) - c_ign_eof=0; - else if (strcmp(*argv,"-pause") == 0) - c_Pause=1; - else if (strcmp(*argv,"-debug") == 0) - c_debug=1; + c_nbio = 0; +#endif + + argc--; + argv++; + while (argc >= 1) { + if (strcmp(*argv, "-host") == 0) { + if (--argc < 1) + goto bad; + host = *(++argv); + } else if (strcmp(*argv, "-port") == 0) { + if (--argc < 1) + goto bad; + port = atoi(*(++argv)); + if (port == 0) + goto bad; + } else if (strcmp(*argv, "-connect") == 0) { + if (--argc < 1) + goto bad; + if (!extract_host_port(*(++argv), &host, NULL, &port)) + goto bad; + } else if (strcmp(*argv, "-verify") == 0) { + verify = SSL_VERIFY_PEER; + if (--argc < 1) + goto bad; + verify_depth = atoi(*(++argv)); + if (!c_quiet) + BIO_printf(bio_err, "verify depth is %d\n", verify_depth); + } else if (strcmp(*argv, "-cert") == 0) { + if (--argc < 1) + goto bad; + cert_file = *(++argv); + } else if (strcmp(*argv, "-CRL") == 0) { + if (--argc < 1) + goto bad; + crl_file = *(++argv); + } else if (strcmp(*argv, "-crl_download") == 0) + crl_download = 1; + else if (strcmp(*argv, "-sess_out") == 0) { + if (--argc < 1) + goto bad; + sess_out = *(++argv); + } else if (strcmp(*argv, "-sess_in") == 0) { + if (--argc < 1) + goto bad; + sess_in = *(++argv); + } else if (strcmp(*argv, "-certform") == 0) { + if (--argc < 1) + goto bad; + cert_format = str2fmt(*(++argv)); + } else if (strcmp(*argv, "-CRLform") == 0) { + if (--argc < 1) + goto bad; + crl_format = str2fmt(*(++argv)); + } else if (args_verify(&argv, &argc, &badarg, bio_err, &vpm)) { + if (badarg) + goto bad; + continue; + } else if (strcmp(*argv, "-verify_return_error") == 0) + verify_return_error = 1; + else if (strcmp(*argv, "-verify_quiet") == 0) + verify_quiet = 1; + else if (strcmp(*argv, "-brief") == 0) { + c_brief = 1; + verify_quiet = 1; + c_quiet = 1; + } else if (args_excert(&argv, &argc, &badarg, bio_err, &exc)) { + if (badarg) + goto bad; + continue; + } else if (args_ssl(&argv, &argc, cctx, &badarg, bio_err, &ssl_args)) { + if (badarg) + goto bad; + continue; + } else if (strcmp(*argv, "-prexit") == 0) + prexit = 1; + else if (strcmp(*argv, "-crlf") == 0) + crlf = 1; + else if (strcmp(*argv, "-quiet") == 0) { + c_quiet = 1; + c_ign_eof = 1; + } else if (strcmp(*argv, "-ign_eof") == 0) + c_ign_eof = 1; + else if (strcmp(*argv, "-no_ign_eof") == 0) + c_ign_eof = 0; + else if (strcmp(*argv, "-pause") == 0) + c_Pause = 1; + else if (strcmp(*argv, "-debug") == 0) + c_debug = 1; #ifndef OPENSSL_NO_TLSEXT - else if (strcmp(*argv,"-tlsextdebug") == 0) - c_tlsextdebug=1; - else if (strcmp(*argv,"-status") == 0) - c_status_req=1; + else if (strcmp(*argv, "-tlsextdebug") == 0) + c_tlsextdebug = 1; + else if (strcmp(*argv, "-status") == 0) + c_status_req = 1; #endif #ifdef WATT32 - else if (strcmp(*argv,"-wdebug") == 0) - dbug_init(); -#endif - else if (strcmp(*argv,"-msg") == 0) - c_msg=1; - else if (strcmp(*argv,"-showcerts") == 0) - c_showcerts=1; - else if (strcmp(*argv,"-nbio_test") == 0) - nbio_test=1; - else if (strcmp(*argv,"-state") == 0) - state=1; + else if (strcmp(*argv, "-wdebug") == 0) + dbug_init(); +#endif + else if (strcmp(*argv, "-msg") == 0) + c_msg = 1; + else if (strcmp(*argv, "-msgfile") == 0) { + if (--argc < 1) + goto bad; + bio_c_msg = BIO_new_file(*(++argv), "w"); + } +#ifndef OPENSSL_NO_SSL_TRACE + else if (strcmp(*argv, "-trace") == 0) + c_msg = 2; +#endif + else if (strcmp(*argv, "-showcerts") == 0) + c_showcerts = 1; + else if (strcmp(*argv, "-nbio_test") == 0) + nbio_test = 1; + else if (strcmp(*argv, "-state") == 0) + state = 1; #ifndef OPENSSL_NO_PSK - else if (strcmp(*argv,"-psk_identity") == 0) - { - if (--argc < 1) goto bad; - psk_identity=*(++argv); - } - else if (strcmp(*argv,"-psk") == 0) - { - size_t j; - - if (--argc < 1) goto bad; - psk_key=*(++argv); - for (j = 0; j < strlen(psk_key); j++) - { - if (isxdigit((unsigned char)psk_key[j])) - continue; - BIO_printf(bio_err,"Not a hex number '%s'\n",*argv); - goto bad; - } - } + else if (strcmp(*argv, "-psk_identity") == 0) { + if (--argc < 1) + goto bad; + psk_identity = *(++argv); + } else if (strcmp(*argv, "-psk") == 0) { + size_t j; + + if (--argc < 1) + goto bad; + psk_key = *(++argv); + for (j = 0; j < strlen(psk_key); j++) { + if (isxdigit((unsigned char)psk_key[j])) + continue; + BIO_printf(bio_err, "Not a hex number '%s'\n", *argv); + goto bad; + } + } #endif #ifndef OPENSSL_NO_SRP - else if (strcmp(*argv,"-srpuser") == 0) - { - if (--argc < 1) goto bad; - srp_arg.srplogin= *(++argv); - meth=TLSv1_client_method(); - } - else if (strcmp(*argv,"-srppass") == 0) - { - if (--argc < 1) goto bad; - srppass= *(++argv); - meth=TLSv1_client_method(); - } - else if (strcmp(*argv,"-srp_strength") == 0) - { - if (--argc < 1) goto bad; - srp_arg.strength=atoi(*(++argv)); - BIO_printf(bio_err,"SRP minimal length for N is %d\n",srp_arg.strength); - meth=TLSv1_client_method(); - } - else if (strcmp(*argv,"-srp_lateuser") == 0) - { - srp_lateuser= 1; - meth=TLSv1_client_method(); - } - else if (strcmp(*argv,"-srp_moregroups") == 0) - { - srp_arg.amp=1; - meth=TLSv1_client_method(); - } + else if (strcmp(*argv, "-srpuser") == 0) { + if (--argc < 1) + goto bad; + srp_arg.srplogin = *(++argv); + meth = TLSv1_client_method(); + } else if (strcmp(*argv, "-srppass") == 0) { + if (--argc < 1) + goto bad; + srppass = *(++argv); + meth = TLSv1_client_method(); + } else if (strcmp(*argv, "-srp_strength") == 0) { + if (--argc < 1) + goto bad; + srp_arg.strength = atoi(*(++argv)); + BIO_printf(bio_err, "SRP minimal length for N is %d\n", + srp_arg.strength); + meth = TLSv1_client_method(); + } else if (strcmp(*argv, "-srp_lateuser") == 0) { + srp_lateuser = 1; + meth = TLSv1_client_method(); + } else if (strcmp(*argv, "-srp_moregroups") == 0) { + srp_arg.amp = 1; + meth = TLSv1_client_method(); + } #endif #ifndef OPENSSL_NO_SSL2 - else if (strcmp(*argv,"-ssl2") == 0) - meth=SSLv2_client_method(); + else if (strcmp(*argv, "-ssl2") == 0) + meth = SSLv2_client_method(); #endif -#ifndef OPENSSL_NO_SSL3 - else if (strcmp(*argv,"-ssl3") == 0) - meth=SSLv3_client_method(); +#ifndef OPENSSL_NO_SSL3_METHOD + else if (strcmp(*argv, "-ssl3") == 0) + meth = SSLv3_client_method(); #endif #ifndef OPENSSL_NO_TLS1 - else if (strcmp(*argv,"-tls1_2") == 0) - meth=TLSv1_2_client_method(); - else if (strcmp(*argv,"-tls1_1") == 0) - meth=TLSv1_1_client_method(); - else if (strcmp(*argv,"-tls1") == 0) - meth=TLSv1_client_method(); + else if (strcmp(*argv, "-tls1_2") == 0) + meth = TLSv1_2_client_method(); + else if (strcmp(*argv, "-tls1_1") == 0) + meth = TLSv1_1_client_method(); + else if (strcmp(*argv, "-tls1") == 0) + meth = TLSv1_client_method(); #endif #ifndef OPENSSL_NO_DTLS1 - else if (strcmp(*argv,"-dtls1") == 0) - { - meth=DTLSv1_client_method(); - socket_type=SOCK_DGRAM; - } - else if (strcmp(*argv,"-fallback_scsv") == 0) - { - fallback_scsv = 1; - } - else if (strcmp(*argv,"-timeout") == 0) - enable_timeouts=1; - else if (strcmp(*argv,"-mtu") == 0) - { - if (--argc < 1) goto bad; - socket_mtu = atol(*(++argv)); - } -#endif - else if (strcmp(*argv,"-bugs") == 0) - bugs=1; - else if (strcmp(*argv,"-keyform") == 0) - { - if (--argc < 1) goto bad; - key_format = str2fmt(*(++argv)); - } - else if (strcmp(*argv,"-pass") == 0) - { - if (--argc < 1) goto bad; - passarg = *(++argv); - } - else if (strcmp(*argv,"-key") == 0) - { - if (--argc < 1) goto bad; - key_file= *(++argv); - } - else if (strcmp(*argv,"-reconnect") == 0) - { - reconnect=5; - } - else if (strcmp(*argv,"-CApath") == 0) - { - if (--argc < 1) goto bad; - CApath= *(++argv); - } - else if (strcmp(*argv,"-CAfile") == 0) - { - if (--argc < 1) goto bad; - CAfile= *(++argv); - } - else if (strcmp(*argv,"-no_tls1_2") == 0) - off|=SSL_OP_NO_TLSv1_2; - else if (strcmp(*argv,"-no_tls1_1") == 0) - off|=SSL_OP_NO_TLSv1_1; - else if (strcmp(*argv,"-no_tls1") == 0) - off|=SSL_OP_NO_TLSv1; - else if (strcmp(*argv,"-no_ssl3") == 0) - off|=SSL_OP_NO_SSLv3; - else if (strcmp(*argv,"-no_ssl2") == 0) - off|=SSL_OP_NO_SSLv2; - else if (strcmp(*argv,"-no_comp") == 0) - { off|=SSL_OP_NO_COMPRESSION; } + else if (strcmp(*argv, "-dtls") == 0) { + meth = DTLS_client_method(); + socket_type = SOCK_DGRAM; + } else if (strcmp(*argv, "-dtls1") == 0) { + meth = DTLSv1_client_method(); + socket_type = SOCK_DGRAM; + } else if (strcmp(*argv, "-dtls1_2") == 0) { + meth = DTLSv1_2_client_method(); + socket_type = SOCK_DGRAM; + } else if (strcmp(*argv, "-timeout") == 0) + enable_timeouts = 1; + else if (strcmp(*argv, "-mtu") == 0) { + if (--argc < 1) + goto bad; + socket_mtu = atol(*(++argv)); + } +#endif + else if (strcmp(*argv, "-fallback_scsv") == 0) { + fallback_scsv = 1; + } else if (strcmp(*argv, "-keyform") == 0) { + if (--argc < 1) + goto bad; + key_format = str2fmt(*(++argv)); + } else if (strcmp(*argv, "-pass") == 0) { + if (--argc < 1) + goto bad; + passarg = *(++argv); + } else if (strcmp(*argv, "-cert_chain") == 0) { + if (--argc < 1) + goto bad; + chain_file = *(++argv); + } else if (strcmp(*argv, "-key") == 0) { + if (--argc < 1) + goto bad; + key_file = *(++argv); + } else if (strcmp(*argv, "-reconnect") == 0) { + reconnect = 5; + } else if (strcmp(*argv, "-CApath") == 0) { + if (--argc < 1) + goto bad; + CApath = *(++argv); + } else if (strcmp(*argv, "-chainCApath") == 0) { + if (--argc < 1) + goto bad; + chCApath = *(++argv); + } else if (strcmp(*argv, "-verifyCApath") == 0) { + if (--argc < 1) + goto bad; + vfyCApath = *(++argv); + } else if (strcmp(*argv, "-build_chain") == 0) + build_chain = 1; + else if (strcmp(*argv, "-CAfile") == 0) { + if (--argc < 1) + goto bad; + CAfile = *(++argv); + } else if (strcmp(*argv, "-chainCAfile") == 0) { + if (--argc < 1) + goto bad; + chCAfile = *(++argv); + } else if (strcmp(*argv, "-verifyCAfile") == 0) { + if (--argc < 1) + goto bad; + vfyCAfile = *(++argv); + } #ifndef OPENSSL_NO_TLSEXT - else if (strcmp(*argv,"-no_ticket") == 0) - { off|=SSL_OP_NO_TICKET; } # ifndef OPENSSL_NO_NEXTPROTONEG - else if (strcmp(*argv,"-nextprotoneg") == 0) - { - if (--argc < 1) goto bad; - next_proto_neg_in = *(++argv); - } + else if (strcmp(*argv, "-nextprotoneg") == 0) { + if (--argc < 1) + goto bad; + next_proto_neg_in = *(++argv); + } # endif + else if (strcmp(*argv, "-alpn") == 0) { + if (--argc < 1) + goto bad; + alpn_in = *(++argv); + } else if (strcmp(*argv, "-serverinfo") == 0) { + char *c; + int start = 0; + int len; + + if (--argc < 1) + goto bad; + c = *(++argv); + serverinfo_types_count = 0; + len = strlen(c); + for (i = 0; i <= len; ++i) { + if (i == len || c[i] == ',') { + serverinfo_types[serverinfo_types_count] + = atoi(c + start); + serverinfo_types_count++; + start = i + 1; + } + if (serverinfo_types_count == MAX_SI_TYPES) + break; + } + } #endif - else if (strcmp(*argv,"-serverpref") == 0) - off|=SSL_OP_CIPHER_SERVER_PREFERENCE; - else if (strcmp(*argv,"-legacy_renegotiation") == 0) - off|=SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION; - else if (strcmp(*argv,"-legacy_server_connect") == 0) - { off|=SSL_OP_LEGACY_SERVER_CONNECT; } - else if (strcmp(*argv,"-no_legacy_server_connect") == 0) - { clr|=SSL_OP_LEGACY_SERVER_CONNECT; } - else if (strcmp(*argv,"-cipher") == 0) - { - if (--argc < 1) goto bad; - cipher= *(++argv); - } #ifdef FIONBIO - else if (strcmp(*argv,"-nbio") == 0) - { c_nbio=1; } -#endif - else if (strcmp(*argv,"-starttls") == 0) - { - if (--argc < 1) goto bad; - ++argv; - if (strcmp(*argv,"smtp") == 0) - starttls_proto = PROTO_SMTP; - else if (strcmp(*argv,"pop3") == 0) - starttls_proto = PROTO_POP3; - else if (strcmp(*argv,"imap") == 0) - starttls_proto = PROTO_IMAP; - else if (strcmp(*argv,"ftp") == 0) - starttls_proto = PROTO_FTP; - else if (strcmp(*argv, "xmpp") == 0) - starttls_proto = PROTO_XMPP; - else - goto bad; - } + else if (strcmp(*argv, "-nbio") == 0) { + c_nbio = 1; + } +#endif + else if (strcmp(*argv, "-starttls") == 0) { + if (--argc < 1) + goto bad; + ++argv; + if (strcmp(*argv, "smtp") == 0) + starttls_proto = PROTO_SMTP; + else if (strcmp(*argv, "pop3") == 0) + starttls_proto = PROTO_POP3; + else if (strcmp(*argv, "imap") == 0) + starttls_proto = PROTO_IMAP; + else if (strcmp(*argv, "ftp") == 0) + starttls_proto = PROTO_FTP; + else if (strcmp(*argv, "xmpp") == 0) + starttls_proto = PROTO_XMPP; + else + goto bad; + } #ifndef OPENSSL_NO_ENGINE - else if (strcmp(*argv,"-engine") == 0) - { - if (--argc < 1) goto bad; - engine_id = *(++argv); - } - else if (strcmp(*argv,"-ssl_client_engine") == 0) - { - if (--argc < 1) goto bad; - ssl_client_engine_id = *(++argv); - } -#endif - else if (strcmp(*argv,"-rand") == 0) - { - if (--argc < 1) goto bad; - inrand= *(++argv); - } + else if (strcmp(*argv, "-engine") == 0) { + if (--argc < 1) + goto bad; + engine_id = *(++argv); + } else if (strcmp(*argv, "-ssl_client_engine") == 0) { + if (--argc < 1) + goto bad; + ssl_client_engine_id = *(++argv); + } +#endif + else if (strcmp(*argv, "-rand") == 0) { + if (--argc < 1) + goto bad; + inrand = *(++argv); + } #ifndef OPENSSL_NO_TLSEXT - else if (strcmp(*argv,"-servername") == 0) - { - if (--argc < 1) goto bad; - servername= *(++argv); - /* meth=TLSv1_client_method(); */ - } + else if (strcmp(*argv, "-servername") == 0) { + if (--argc < 1) + goto bad; + servername = *(++argv); + /* meth=TLSv1_client_method(); */ + } #endif #ifndef OPENSSL_NO_JPAKE - else if (strcmp(*argv,"-jpake") == 0) - { - if (--argc < 1) goto bad; - jpake_secret = *++argv; - } + else if (strcmp(*argv, "-jpake") == 0) { + if (--argc < 1) + goto bad; + jpake_secret = *++argv; + } #endif #ifndef OPENSSL_NO_SRTP - else if (strcmp(*argv,"-use_srtp") == 0) - { - if (--argc < 1) goto bad; - srtp_profiles = *(++argv); - } -#endif - else if (strcmp(*argv,"-keymatexport") == 0) - { - if (--argc < 1) goto bad; - keymatexportlabel= *(++argv); - } - else if (strcmp(*argv,"-keymatexportlen") == 0) - { - if (--argc < 1) goto bad; - keymatexportlen=atoi(*(++argv)); - if (keymatexportlen == 0) goto bad; - } - else - { - BIO_printf(bio_err,"unknown option %s\n",*argv); - badop=1; - break; - } - argc--; - argv++; - } - if (badop) - { -bad: - sc_usage(); - goto end; - } - + else if (strcmp(*argv, "-use_srtp") == 0) { + if (--argc < 1) + goto bad; + srtp_profiles = *(++argv); + } +#endif + else if (strcmp(*argv, "-keymatexport") == 0) { + if (--argc < 1) + goto bad; + keymatexportlabel = *(++argv); + } else if (strcmp(*argv, "-keymatexportlen") == 0) { + if (--argc < 1) + goto bad; + keymatexportlen = atoi(*(++argv)); + if (keymatexportlen == 0) + goto bad; + } else { + BIO_printf(bio_err, "unknown option %s\n", *argv); + badop = 1; + break; + } + argc--; + argv++; + } + if (badop) { + bad: + sc_usage(); + goto end; + } #if !defined(OPENSSL_NO_JPAKE) && !defined(OPENSSL_NO_PSK) - if (jpake_secret) - { - if (psk_key) - { - BIO_printf(bio_err, - "Can't use JPAKE and PSK together\n"); - goto end; - } - psk_identity = "JPAKE"; - if (cipher) - { - BIO_printf(bio_err, "JPAKE sets cipher to PSK\n"); - goto end; - } - cipher = "PSK"; - } -#endif - - OpenSSL_add_ssl_algorithms(); - SSL_load_error_strings(); + if (jpake_secret) { + if (psk_key) { + BIO_printf(bio_err, "Can't use JPAKE and PSK together\n"); + goto end; + } + psk_identity = "JPAKE"; + } +#endif + + OpenSSL_add_ssl_algorithms(); + SSL_load_error_strings(); #if !defined(OPENSSL_NO_TLSEXT) && !defined(OPENSSL_NO_NEXTPROTONEG) - next_proto.status = -1; - if (next_proto_neg_in) - { - next_proto.data = next_protos_parse(&next_proto.len, next_proto_neg_in); - if (next_proto.data == NULL) - { - BIO_printf(bio_err, "Error parsing -nextprotoneg argument\n"); - goto end; - } - } - else - next_proto.data = NULL; + next_proto.status = -1; + if (next_proto_neg_in) { + next_proto.data = + next_protos_parse(&next_proto.len, next_proto_neg_in); + if (next_proto.data == NULL) { + BIO_printf(bio_err, "Error parsing -nextprotoneg argument\n"); + goto end; + } + } else + next_proto.data = NULL; #endif #ifndef OPENSSL_NO_ENGINE - e = setup_engine(bio_err, engine_id, 1); - if (ssl_client_engine_id) - { - ssl_client_engine = ENGINE_by_id(ssl_client_engine_id); - if (!ssl_client_engine) - { - BIO_printf(bio_err, - "Error getting client auth engine\n"); - goto end; - } - } - -#endif - if (!app_passwd(bio_err, passarg, NULL, &pass, NULL)) - { - BIO_printf(bio_err, "Error getting password\n"); - goto end; - } - - if (key_file == NULL) - key_file = cert_file; - - - if (key_file) - - { - - key = load_key(bio_err, key_file, key_format, 0, pass, e, - "client certificate private key file"); - if (!key) - { - ERR_print_errors(bio_err); - goto end; - } - - } - - if (cert_file) - - { - cert = load_cert(bio_err,cert_file,cert_format, - NULL, e, "client certificate file"); - - if (!cert) - { - ERR_print_errors(bio_err); - goto end; - } - } - - if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL - && !RAND_status()) - { - BIO_printf(bio_err,"warning, not much extra random data, consider using the -rand option\n"); - } - if (inrand != NULL) - BIO_printf(bio_err,"%ld semi-random bytes loaded\n", - app_RAND_load_files(inrand)); - - if (bio_c_out == NULL) - { - if (c_quiet && !c_debug && !c_msg) - { - bio_c_out=BIO_new(BIO_s_null()); - } - else - { - if (bio_c_out == NULL) - bio_c_out=BIO_new_fp(stdout,BIO_NOCLOSE); - } - } - + e = setup_engine(bio_err, engine_id, 1); + if (ssl_client_engine_id) { + ssl_client_engine = ENGINE_by_id(ssl_client_engine_id); + if (!ssl_client_engine) { + BIO_printf(bio_err, "Error getting client auth engine\n"); + goto end; + } + } +#endif + if (!app_passwd(bio_err, passarg, NULL, &pass, NULL)) { + BIO_printf(bio_err, "Error getting password\n"); + goto end; + } + + if (key_file == NULL) + key_file = cert_file; + + if (key_file) { + + key = load_key(bio_err, key_file, key_format, 0, pass, e, + "client certificate private key file"); + if (!key) { + ERR_print_errors(bio_err); + goto end; + } + + } + + if (cert_file) { + cert = load_cert(bio_err, cert_file, cert_format, + NULL, e, "client certificate file"); + + if (!cert) { + ERR_print_errors(bio_err); + goto end; + } + } + + if (chain_file) { + chain = load_certs(bio_err, chain_file, FORMAT_PEM, + NULL, e, "client certificate chain"); + if (!chain) + goto end; + } + + if (crl_file) { + X509_CRL *crl; + crl = load_crl(crl_file, crl_format); + if (!crl) { + BIO_puts(bio_err, "Error loading CRL\n"); + ERR_print_errors(bio_err); + goto end; + } + crls = sk_X509_CRL_new_null(); + if (!crls || !sk_X509_CRL_push(crls, crl)) { + BIO_puts(bio_err, "Error adding CRL\n"); + ERR_print_errors(bio_err); + X509_CRL_free(crl); + goto end; + } + } + + if (!load_excert(&exc, bio_err)) + goto end; + + if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL + && !RAND_status()) { + BIO_printf(bio_err, + "warning, not much extra random data, consider using the -rand option\n"); + } + if (inrand != NULL) + BIO_printf(bio_err, "%ld semi-random bytes loaded\n", + app_RAND_load_files(inrand)); + + if (bio_c_out == NULL) { + if (c_quiet && !c_debug) { + bio_c_out = BIO_new(BIO_s_null()); + if (c_msg && !bio_c_msg) + bio_c_msg = BIO_new_fp(stdout, BIO_NOCLOSE); + } else { + if (bio_c_out == NULL) + bio_c_out = BIO_new_fp(stdout, BIO_NOCLOSE); + } + } #ifndef OPENSSL_NO_SRP - if(!app_passwd(bio_err, srppass, NULL, &srp_arg.srppassin, NULL)) - { - BIO_printf(bio_err, "Error getting password\n"); - goto end; - } -#endif - - ctx=SSL_CTX_new(meth); - if (ctx == NULL) - { - ERR_print_errors(bio_err); - goto end; - } - - if (vpm) - SSL_CTX_set1_param(ctx, vpm); - + if (!app_passwd(bio_err, srppass, NULL, &srp_arg.srppassin, NULL)) { + BIO_printf(bio_err, "Error getting password\n"); + goto end; + } +#endif + + ctx = SSL_CTX_new(meth); + if (ctx == NULL) { + ERR_print_errors(bio_err); + goto end; + } + + if (vpm) + SSL_CTX_set1_param(ctx, vpm); + + if (!args_ssl_call(ctx, bio_err, cctx, ssl_args, 1, no_jpake)) { + ERR_print_errors(bio_err); + goto end; + } + + if (!ssl_load_stores(ctx, vfyCApath, vfyCAfile, chCApath, chCAfile, + crls, crl_download)) { + BIO_printf(bio_err, "Error loading store locations\n"); + ERR_print_errors(bio_err); + goto end; + } #ifndef OPENSSL_NO_ENGINE - if (ssl_client_engine) - { - if (!SSL_CTX_set_client_cert_engine(ctx, ssl_client_engine)) - { - BIO_puts(bio_err, "Error setting client auth engine\n"); - ERR_print_errors(bio_err); - ENGINE_free(ssl_client_engine); - goto end; - } - ENGINE_free(ssl_client_engine); - } + if (ssl_client_engine) { + if (!SSL_CTX_set_client_cert_engine(ctx, ssl_client_engine)) { + BIO_puts(bio_err, "Error setting client auth engine\n"); + ERR_print_errors(bio_err); + ENGINE_free(ssl_client_engine); + goto end; + } + ENGINE_free(ssl_client_engine); + } #endif #ifndef OPENSSL_NO_PSK -#ifdef OPENSSL_NO_JPAKE - if (psk_key != NULL) -#else - if (psk_key != NULL || jpake_secret) -#endif - { - if (c_debug) - BIO_printf(bio_c_out, "PSK key given or JPAKE in use, setting client callback\n"); - SSL_CTX_set_psk_client_callback(ctx, psk_client_cb); - } +# ifdef OPENSSL_NO_JPAKE + if (psk_key != NULL) +# else + if (psk_key != NULL || jpake_secret) +# endif + { + if (c_debug) + BIO_printf(bio_c_out, + "PSK key given or JPAKE in use, setting client callback\n"); + SSL_CTX_set_psk_client_callback(ctx, psk_client_cb); + } #endif #ifndef OPENSSL_NO_SRTP - if (srtp_profiles != NULL) - SSL_CTX_set_tlsext_use_srtp(ctx, srtp_profiles); + if (srtp_profiles != NULL) + SSL_CTX_set_tlsext_use_srtp(ctx, srtp_profiles); +#endif + if (exc) + ssl_ctx_set_excert(ctx, exc); + /* + * DTLS: partial reads end up discarding unread UDP bytes :-( Setting + * read ahead solves this problem. + */ + if (socket_type == SOCK_DGRAM) + SSL_CTX_set_read_ahead(ctx, 1); + +#if !defined(OPENSSL_NO_TLSEXT) +# if !defined(OPENSSL_NO_NEXTPROTONEG) + if (next_proto.data) + SSL_CTX_set_next_proto_select_cb(ctx, next_proto_cb, &next_proto); +# endif + if (alpn_in) { + unsigned short alpn_len; + unsigned char *alpn = next_protos_parse(&alpn_len, alpn_in); + + if (alpn == NULL) { + BIO_printf(bio_err, "Error parsing -alpn argument\n"); + goto end; + } + SSL_CTX_set_alpn_protos(ctx, alpn, alpn_len); + OPENSSL_free(alpn); + } #endif - if (bugs) - SSL_CTX_set_options(ctx,SSL_OP_ALL|off); - else - SSL_CTX_set_options(ctx,off); - - if (clr) - SSL_CTX_clear_options(ctx, clr); - /* DTLS: partial reads end up discarding unread UDP bytes :-( - * Setting read ahead solves this problem. - */ - if (socket_type == SOCK_DGRAM) SSL_CTX_set_read_ahead(ctx, 1); - -#if !defined(OPENSSL_NO_TLSEXT) && !defined(OPENSSL_NO_NEXTPROTONEG) - if (next_proto.data) - SSL_CTX_set_next_proto_select_cb(ctx, next_proto_cb, &next_proto); +#ifndef OPENSSL_NO_TLSEXT + for (i = 0; i < serverinfo_types_count; i++) { + SSL_CTX_add_client_custom_ext(ctx, + serverinfo_types[i], + NULL, NULL, NULL, + serverinfo_cli_parse_cb, NULL); + } #endif - if (state) SSL_CTX_set_info_callback(ctx,apps_ssl_info_callback); - if (cipher != NULL) - if(!SSL_CTX_set_cipher_list(ctx,cipher)) { - BIO_printf(bio_err,"error setting cipher list\n"); - ERR_print_errors(bio_err); - goto end; - } + if (state) + SSL_CTX_set_info_callback(ctx, apps_ssl_info_callback); #if 0 - else - SSL_CTX_set_cipher_list(ctx,getenv("SSL_CIPHER")); + else + SSL_CTX_set_cipher_list(ctx, getenv("SSL_CIPHER")); #endif - SSL_CTX_set_verify(ctx,verify,verify_callback); - if (!set_cert_key_stuff(ctx,cert,key)) - goto end; + SSL_CTX_set_verify(ctx, verify, verify_callback); - if ((!SSL_CTX_load_verify_locations(ctx,CAfile,CApath)) || - (!SSL_CTX_set_default_verify_paths(ctx))) - { - /* BIO_printf(bio_err,"error setting default verify locations\n"); */ - ERR_print_errors(bio_err); - /* goto end; */ - } + if ((!SSL_CTX_load_verify_locations(ctx, CAfile, CApath)) || + (!SSL_CTX_set_default_verify_paths(ctx))) { + /* + * BIO_printf(bio_err,"error setting default verify locations\n"); + */ + ERR_print_errors(bio_err); + /* goto end; */ + } + + ssl_ctx_add_crls(ctx, crls, crl_download); + if (!set_cert_key_stuff(ctx, cert, key, chain, build_chain)) + goto end; #ifndef OPENSSL_NO_TLSEXT - if (servername != NULL) - { - tlsextcbp.biodebug = bio_err; - SSL_CTX_set_tlsext_servername_callback(ctx, ssl_servername_cb); - SSL_CTX_set_tlsext_servername_arg(ctx, &tlsextcbp); - } -#ifndef OPENSSL_NO_SRP - if (srp_arg.srplogin) - { - if (!srp_lateuser && !SSL_CTX_set_srp_username(ctx, srp_arg.srplogin)) - { - BIO_printf(bio_err,"Unable to set SRP username\n"); - goto end; - } - srp_arg.msg = c_msg; - srp_arg.debug = c_debug ; - SSL_CTX_set_srp_cb_arg(ctx,&srp_arg); - SSL_CTX_set_srp_client_pwd_callback(ctx, ssl_give_srp_client_pwd_cb); - SSL_CTX_set_srp_strength(ctx, srp_arg.strength); - if (c_msg || c_debug || srp_arg.amp == 0) - SSL_CTX_set_srp_verify_param_callback(ctx, ssl_srp_verify_param_cb); - } - -#endif -#endif - - con=SSL_new(ctx); - if (sess_in) - { - SSL_SESSION *sess; - BIO *stmp = BIO_new_file(sess_in, "r"); - if (!stmp) - { - BIO_printf(bio_err, "Can't open session file %s\n", - sess_in); - ERR_print_errors(bio_err); - goto end; - } - sess = PEM_read_bio_SSL_SESSION(stmp, NULL, 0, NULL); - BIO_free(stmp); - if (!sess) - { - BIO_printf(bio_err, "Can't open session file %s\n", - sess_in); - ERR_print_errors(bio_err); - goto end; - } - SSL_set_session(con, sess); - SSL_SESSION_free(sess); - } - - if (fallback_scsv) - SSL_set_mode(con, SSL_MODE_SEND_FALLBACK_SCSV); + if (servername != NULL) { + tlsextcbp.biodebug = bio_err; + SSL_CTX_set_tlsext_servername_callback(ctx, ssl_servername_cb); + SSL_CTX_set_tlsext_servername_arg(ctx, &tlsextcbp); + } +# ifndef OPENSSL_NO_SRP + if (srp_arg.srplogin) { + if (!srp_lateuser && !SSL_CTX_set_srp_username(ctx, srp_arg.srplogin)) { + BIO_printf(bio_err, "Unable to set SRP username\n"); + goto end; + } + srp_arg.msg = c_msg; + srp_arg.debug = c_debug; + SSL_CTX_set_srp_cb_arg(ctx, &srp_arg); + SSL_CTX_set_srp_client_pwd_callback(ctx, ssl_give_srp_client_pwd_cb); + SSL_CTX_set_srp_strength(ctx, srp_arg.strength); + if (c_msg || c_debug || srp_arg.amp == 0) + SSL_CTX_set_srp_verify_param_callback(ctx, + ssl_srp_verify_param_cb); + } +# endif +#endif + + con = SSL_new(ctx); + if (sess_in) { + SSL_SESSION *sess; + BIO *stmp = BIO_new_file(sess_in, "r"); + if (!stmp) { + BIO_printf(bio_err, "Can't open session file %s\n", sess_in); + ERR_print_errors(bio_err); + goto end; + } + sess = PEM_read_bio_SSL_SESSION(stmp, NULL, 0, NULL); + BIO_free(stmp); + if (!sess) { + BIO_printf(bio_err, "Can't open session file %s\n", sess_in); + ERR_print_errors(bio_err); + goto end; + } + SSL_set_session(con, sess); + SSL_SESSION_free(sess); + } + + if (fallback_scsv) + SSL_set_mode(con, SSL_MODE_SEND_FALLBACK_SCSV); #ifndef OPENSSL_NO_TLSEXT - if (servername != NULL) - { - if (!SSL_set_tlsext_host_name(con,servername)) - { - BIO_printf(bio_err,"Unable to set TLS servername extension.\n"); - ERR_print_errors(bio_err); - goto end; - } - } + if (servername != NULL) { + if (!SSL_set_tlsext_host_name(con, servername)) { + BIO_printf(bio_err, "Unable to set TLS servername extension.\n"); + ERR_print_errors(bio_err); + goto end; + } + } #endif #ifndef OPENSSL_NO_KRB5 - if (con && (kctx = kssl_ctx_new()) != NULL) - { - SSL_set0_kssl_ctx(con, kctx); - kssl_ctx_setstring(kctx, KSSL_SERVER, host); - } -#endif /* OPENSSL_NO_KRB5 */ -/* SSL_set_cipher_list(con,"RC4-MD5"); */ + if (con && (kctx = kssl_ctx_new()) != NULL) { + SSL_set0_kssl_ctx(con, kctx); + kssl_ctx_setstring(kctx, KSSL_SERVER, host); + } +#endif /* OPENSSL_NO_KRB5 */ +/* SSL_set_cipher_list(con,"RC4-MD5"); */ #if 0 -#ifdef TLSEXT_TYPE_opaque_prf_input - SSL_set_tlsext_opaque_prf_input(con, "Test client", 11); -#endif +# ifdef TLSEXT_TYPE_opaque_prf_input + SSL_set_tlsext_opaque_prf_input(con, "Test client", 11); +# endif #endif -re_start: + re_start: - if (init_client(&s,host,port,socket_type) == 0) - { - BIO_printf(bio_err,"connect:errno=%d\n",get_last_socket_error()); - SHUTDOWN(s); - goto end; - } - BIO_printf(bio_c_out,"CONNECTED(%08X)\n",s); + if (init_client(&s, host, port, socket_type) == 0) { + BIO_printf(bio_err, "connect:errno=%d\n", get_last_socket_error()); + SHUTDOWN(s); + goto end; + } + BIO_printf(bio_c_out, "CONNECTED(%08X)\n", s); #ifdef FIONBIO - if (c_nbio) - { - unsigned long l=1; - BIO_printf(bio_c_out,"turning on non blocking io\n"); - if (BIO_socket_ioctl(s,FIONBIO,&l) < 0) - { - ERR_print_errors(bio_err); - goto end; - } - } -#endif - if (c_Pause & 0x01) SSL_set_debug(con, 1); - - if ( SSL_version(con) == DTLS1_VERSION) - { - - sbio=BIO_new_dgram(s,BIO_NOCLOSE); - if (getsockname(s, &peer, (void *)&peerlen) < 0) - { - BIO_printf(bio_err, "getsockname:errno=%d\n", - get_last_socket_error()); - SHUTDOWN(s); - goto end; - } - - (void)BIO_ctrl_set_connected(sbio, 1, &peer); - - if (enable_timeouts) - { - timeout.tv_sec = 0; - timeout.tv_usec = DGRAM_RCV_TIMEOUT; - BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_RECV_TIMEOUT, 0, &timeout); - - timeout.tv_sec = 0; - timeout.tv_usec = DGRAM_SND_TIMEOUT; - BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_SEND_TIMEOUT, 0, &timeout); - } - - if (socket_mtu > 28) - { - SSL_set_options(con, SSL_OP_NO_QUERY_MTU); - SSL_set_mtu(con, socket_mtu - 28); - } - else - /* want to do MTU discovery */ - BIO_ctrl(sbio, BIO_CTRL_DGRAM_MTU_DISCOVER, 0, NULL); - } - else - sbio=BIO_new_socket(s,BIO_NOCLOSE); - - if (nbio_test) - { - BIO *test; - - test=BIO_new(BIO_f_nbio_test()); - sbio=BIO_push(test,sbio); - } - - if (c_debug) - { - SSL_set_debug(con, 1); - BIO_set_callback(sbio,bio_dump_callback); - BIO_set_callback_arg(sbio,(char *)bio_c_out); - } - if (c_msg) - { - SSL_set_msg_callback(con, msg_cb); - SSL_set_msg_callback_arg(con, bio_c_out); - } + if (c_nbio) { + unsigned long l = 1; + BIO_printf(bio_c_out, "turning on non blocking io\n"); + if (BIO_socket_ioctl(s, FIONBIO, &l) < 0) { + ERR_print_errors(bio_err); + goto end; + } + } +#endif + if (c_Pause & 0x01) + SSL_set_debug(con, 1); + + if (socket_type == SOCK_DGRAM) { + + sbio = BIO_new_dgram(s, BIO_NOCLOSE); + if (getsockname(s, &peer, (void *)&peerlen) < 0) { + BIO_printf(bio_err, "getsockname:errno=%d\n", + get_last_socket_error()); + SHUTDOWN(s); + goto end; + } + + (void)BIO_ctrl_set_connected(sbio, 1, &peer); + + if (enable_timeouts) { + timeout.tv_sec = 0; + timeout.tv_usec = DGRAM_RCV_TIMEOUT; + BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_RECV_TIMEOUT, 0, &timeout); + + timeout.tv_sec = 0; + timeout.tv_usec = DGRAM_SND_TIMEOUT; + BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_SEND_TIMEOUT, 0, &timeout); + } + + if (socket_mtu) { + if (socket_mtu < DTLS_get_link_min_mtu(con)) { + BIO_printf(bio_err, "MTU too small. Must be at least %ld\n", + DTLS_get_link_min_mtu(con)); + BIO_free(sbio); + goto shut; + } + SSL_set_options(con, SSL_OP_NO_QUERY_MTU); + if (!DTLS_set_link_mtu(con, socket_mtu)) { + BIO_printf(bio_err, "Failed to set MTU\n"); + BIO_free(sbio); + goto shut; + } + } else + /* want to do MTU discovery */ + BIO_ctrl(sbio, BIO_CTRL_DGRAM_MTU_DISCOVER, 0, NULL); + } else + sbio = BIO_new_socket(s, BIO_NOCLOSE); + + if (nbio_test) { + BIO *test; + + test = BIO_new(BIO_f_nbio_test()); + sbio = BIO_push(test, sbio); + } + + if (c_debug) { + SSL_set_debug(con, 1); + BIO_set_callback(sbio, bio_dump_callback); + BIO_set_callback_arg(sbio, (char *)bio_c_out); + } + if (c_msg) { +#ifndef OPENSSL_NO_SSL_TRACE + if (c_msg == 2) + SSL_set_msg_callback(con, SSL_trace); + else +#endif + SSL_set_msg_callback(con, msg_cb); + SSL_set_msg_callback_arg(con, bio_c_msg ? bio_c_msg : bio_c_out); + } #ifndef OPENSSL_NO_TLSEXT - if (c_tlsextdebug) - { - SSL_set_tlsext_debug_callback(con, tlsext_cb); - SSL_set_tlsext_debug_arg(con, bio_c_out); - } - if (c_status_req) - { - SSL_set_tlsext_status_type(con, TLSEXT_STATUSTYPE_ocsp); - SSL_CTX_set_tlsext_status_cb(ctx, ocsp_resp_cb); - SSL_CTX_set_tlsext_status_arg(ctx, bio_c_out); -#if 0 -{ -STACK_OF(OCSP_RESPID) *ids = sk_OCSP_RESPID_new_null(); -OCSP_RESPID *id = OCSP_RESPID_new(); -id->value.byKey = ASN1_OCTET_STRING_new(); -id->type = V_OCSP_RESPID_KEY; -ASN1_STRING_set(id->value.byKey, "Hello World", -1); -sk_OCSP_RESPID_push(ids, id); -SSL_set_tlsext_status_ids(con, ids); -} -#endif - } + if (c_tlsextdebug) { + SSL_set_tlsext_debug_callback(con, tlsext_cb); + SSL_set_tlsext_debug_arg(con, bio_c_out); + } + if (c_status_req) { + SSL_set_tlsext_status_type(con, TLSEXT_STATUSTYPE_ocsp); + SSL_CTX_set_tlsext_status_cb(ctx, ocsp_resp_cb); + SSL_CTX_set_tlsext_status_arg(ctx, bio_c_out); +# if 0 + { + STACK_OF(OCSP_RESPID) *ids = sk_OCSP_RESPID_new_null(); + OCSP_RESPID *id = OCSP_RESPID_new(); + id->value.byKey = ASN1_OCTET_STRING_new(); + id->type = V_OCSP_RESPID_KEY; + ASN1_STRING_set(id->value.byKey, "Hello World", -1); + sk_OCSP_RESPID_push(ids, id); + SSL_set_tlsext_status_ids(con, ids); + } +# endif + } #endif #ifndef OPENSSL_NO_JPAKE - if (jpake_secret) - jpake_client_auth(bio_c_out, sbio, jpake_secret); -#endif - - SSL_set_bio(con,sbio,sbio); - SSL_set_connect_state(con); - - /* ok, lets connect */ - width=SSL_get_fd(con)+1; - - read_tty=1; - write_tty=0; - tty_on=0; - read_ssl=1; - write_ssl=1; - - cbuf_len=0; - cbuf_off=0; - sbuf_len=0; - sbuf_off=0; - - /* This is an ugly hack that does a lot of assumptions */ - /* We do have to handle multi-line responses which may come - in a single packet or not. We therefore have to use - BIO_gets() which does need a buffering BIO. So during - the initial chitchat we do push a buffering BIO into the - chain that is removed again later on to not disturb the - rest of the s_client operation. */ - if (starttls_proto == PROTO_SMTP) - { - int foundit=0; - BIO *fbio = BIO_new(BIO_f_buffer()); - BIO_push(fbio, sbio); - /* wait for multi-line response to end from SMTP */ - do - { - mbuf_len = BIO_gets(fbio,mbuf,BUFSIZZ); - } - while (mbuf_len>3 && mbuf[3]=='-'); - /* STARTTLS command requires EHLO... */ - BIO_printf(fbio,"EHLO openssl.client.net\r\n"); - (void)BIO_flush(fbio); - /* wait for multi-line response to end EHLO SMTP response */ - do - { - mbuf_len = BIO_gets(fbio,mbuf,BUFSIZZ); - if (strstr(mbuf,"STARTTLS")) - foundit=1; - } - while (mbuf_len>3 && mbuf[3]=='-'); - (void)BIO_flush(fbio); - BIO_pop(fbio); - BIO_free(fbio); - if (!foundit) - BIO_printf(bio_err, - "didn't found starttls in server response," - " try anyway...\n"); - BIO_printf(sbio,"STARTTLS\r\n"); - BIO_read(sbio,sbuf,BUFSIZZ); - } - else if (starttls_proto == PROTO_POP3) - { - BIO_read(sbio,mbuf,BUFSIZZ); - BIO_printf(sbio,"STLS\r\n"); - BIO_read(sbio,sbuf,BUFSIZZ); - } - else if (starttls_proto == PROTO_IMAP) - { - int foundit=0; - BIO *fbio = BIO_new(BIO_f_buffer()); - BIO_push(fbio, sbio); - BIO_gets(fbio,mbuf,BUFSIZZ); - /* STARTTLS command requires CAPABILITY... */ - BIO_printf(fbio,". CAPABILITY\r\n"); - (void)BIO_flush(fbio); - /* wait for multi-line CAPABILITY response */ - do - { - mbuf_len = BIO_gets(fbio,mbuf,BUFSIZZ); - if (strstr(mbuf,"STARTTLS")) - foundit=1; - } - while (mbuf_len>3 && mbuf[0]!='.'); - (void)BIO_flush(fbio); - BIO_pop(fbio); - BIO_free(fbio); - if (!foundit) - BIO_printf(bio_err, - "didn't found STARTTLS in server response," - " try anyway...\n"); - BIO_printf(sbio,". STARTTLS\r\n"); - BIO_read(sbio,sbuf,BUFSIZZ); - } - else if (starttls_proto == PROTO_FTP) - { - BIO *fbio = BIO_new(BIO_f_buffer()); - BIO_push(fbio, sbio); - /* wait for multi-line response to end from FTP */ - do - { - mbuf_len = BIO_gets(fbio,mbuf,BUFSIZZ); - } - while (mbuf_len>3 && mbuf[3]=='-'); - (void)BIO_flush(fbio); - BIO_pop(fbio); - BIO_free(fbio); - BIO_printf(sbio,"AUTH TLS\r\n"); - BIO_read(sbio,sbuf,BUFSIZZ); - } - if (starttls_proto == PROTO_XMPP) - { - int seen = 0; - BIO_printf(sbio,"", host); - seen = BIO_read(sbio,mbuf,BUFSIZZ); - mbuf[seen] = 0; - while (!strstr(mbuf, "")) - goto shut; - seen = BIO_read(sbio,mbuf,BUFSIZZ); - mbuf[seen] = 0; - } - BIO_printf(sbio, ""); - seen = BIO_read(sbio,sbuf,BUFSIZZ); - sbuf[seen] = 0; - if (!strstr(sbuf, " 0) full_log--; - - if (starttls_proto) - { - BIO_printf(bio_err,"%s",mbuf); - /* We don't need to know any more */ - starttls_proto = PROTO_OFF; - } - - if (reconnect) - { - reconnect--; - BIO_printf(bio_c_out,"drop connection and then reconnect\n"); - SSL_shutdown(con); - SSL_set_connect_state(con); - SHUTDOWN(SSL_get_fd(con)); - goto re_start; - } - } - } - - ssl_pending = read_ssl && SSL_pending(con); - - if (!ssl_pending) - { + if (jpake_secret) + jpake_client_auth(bio_c_out, sbio, jpake_secret); +#endif + + SSL_set_bio(con, sbio, sbio); + SSL_set_connect_state(con); + + /* ok, lets connect */ + width = SSL_get_fd(con) + 1; + + read_tty = 1; + write_tty = 0; + tty_on = 0; + read_ssl = 1; + write_ssl = 1; + + cbuf_len = 0; + cbuf_off = 0; + sbuf_len = 0; + sbuf_off = 0; + + /* This is an ugly hack that does a lot of assumptions */ + /* + * We do have to handle multi-line responses which may come in a single + * packet or not. We therefore have to use BIO_gets() which does need a + * buffering BIO. So during the initial chitchat we do push a buffering + * BIO into the chain that is removed again later on to not disturb the + * rest of the s_client operation. + */ + if (starttls_proto == PROTO_SMTP) { + int foundit = 0; + BIO *fbio = BIO_new(BIO_f_buffer()); + BIO_push(fbio, sbio); + /* wait for multi-line response to end from SMTP */ + do { + mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); + } + while (mbuf_len > 3 && mbuf[3] == '-'); + /* STARTTLS command requires EHLO... */ + BIO_printf(fbio, "EHLO openssl.client.net\r\n"); + (void)BIO_flush(fbio); + /* wait for multi-line response to end EHLO SMTP response */ + do { + mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); + if (strstr(mbuf, "STARTTLS")) + foundit = 1; + } + while (mbuf_len > 3 && mbuf[3] == '-'); + (void)BIO_flush(fbio); + BIO_pop(fbio); + BIO_free(fbio); + if (!foundit) + BIO_printf(bio_err, + "didn't found starttls in server response," + " try anyway...\n"); + BIO_printf(sbio, "STARTTLS\r\n"); + BIO_read(sbio, sbuf, BUFSIZZ); + } else if (starttls_proto == PROTO_POP3) { + BIO_read(sbio, mbuf, BUFSIZZ); + BIO_printf(sbio, "STLS\r\n"); + BIO_read(sbio, sbuf, BUFSIZZ); + } else if (starttls_proto == PROTO_IMAP) { + int foundit = 0; + BIO *fbio = BIO_new(BIO_f_buffer()); + BIO_push(fbio, sbio); + BIO_gets(fbio, mbuf, BUFSIZZ); + /* STARTTLS command requires CAPABILITY... */ + BIO_printf(fbio, ". CAPABILITY\r\n"); + (void)BIO_flush(fbio); + /* wait for multi-line CAPABILITY response */ + do { + mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); + if (strstr(mbuf, "STARTTLS")) + foundit = 1; + } + while (mbuf_len > 3 && mbuf[0] != '.'); + (void)BIO_flush(fbio); + BIO_pop(fbio); + BIO_free(fbio); + if (!foundit) + BIO_printf(bio_err, + "didn't found STARTTLS in server response," + " try anyway...\n"); + BIO_printf(sbio, ". STARTTLS\r\n"); + BIO_read(sbio, sbuf, BUFSIZZ); + } else if (starttls_proto == PROTO_FTP) { + BIO *fbio = BIO_new(BIO_f_buffer()); + BIO_push(fbio, sbio); + /* wait for multi-line response to end from FTP */ + do { + mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); + } + while (mbuf_len > 3 && mbuf[3] == '-'); + (void)BIO_flush(fbio); + BIO_pop(fbio); + BIO_free(fbio); + BIO_printf(sbio, "AUTH TLS\r\n"); + BIO_read(sbio, sbuf, BUFSIZZ); + } + if (starttls_proto == PROTO_XMPP) { + int seen = 0; + BIO_printf(sbio, "", host); + seen = BIO_read(sbio, mbuf, BUFSIZZ); + mbuf[seen] = 0; + while (!strstr + (mbuf, "")) + goto shut; + seen = BIO_read(sbio, mbuf, BUFSIZZ); + mbuf[seen] = 0; + } + BIO_printf(sbio, + ""); + seen = BIO_read(sbio, sbuf, BUFSIZZ); + sbuf[seen] = 0; + if (!strstr(sbuf, " 0) + full_log--; + + if (starttls_proto) { + BIO_printf(bio_err, "%s", mbuf); + /* We don't need to know any more */ + starttls_proto = PROTO_OFF; + } + + if (reconnect) { + reconnect--; + BIO_printf(bio_c_out, + "drop connection and then reconnect\n"); + SSL_shutdown(con); + SSL_set_connect_state(con); + SHUTDOWN(SSL_get_fd(con)); + goto re_start; + } + } + } + + ssl_pending = read_ssl && SSL_pending(con); + + if (!ssl_pending) { #if !defined(OPENSSL_SYS_WINDOWS) && !defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_NETWARE) && !defined (OPENSSL_SYS_BEOS_R5) - if (tty_on) - { - if (read_tty) openssl_fdset(fileno(stdin),&readfds); - if (write_tty) openssl_fdset(fileno(stdout),&writefds); - } - if (read_ssl) - openssl_fdset(SSL_get_fd(con),&readfds); - if (write_ssl) - openssl_fdset(SSL_get_fd(con),&writefds); + if (tty_on) { + if (read_tty) + openssl_fdset(fileno(stdin), &readfds); + if (write_tty) + openssl_fdset(fileno(stdout), &writefds); + } + if (read_ssl) + openssl_fdset(SSL_get_fd(con), &readfds); + if (write_ssl) + openssl_fdset(SSL_get_fd(con), &writefds); #else - if(!tty_on || !write_tty) { - if (read_ssl) - openssl_fdset(SSL_get_fd(con),&readfds); - if (write_ssl) - openssl_fdset(SSL_get_fd(con),&writefds); - } -#endif -/* printf("mode tty(%d %d%d) ssl(%d%d)\n", - tty_on,read_tty,write_tty,read_ssl,write_ssl);*/ - - /* Note: under VMS with SOCKETSHR the second parameter - * is currently of type (int *) whereas under other - * systems it is (void *) if you don't have a cast it - * will choke the compiler: if you do have a cast then - * you can either go for (int *) or (void *). - */ + if (!tty_on || !write_tty) { + if (read_ssl) + openssl_fdset(SSL_get_fd(con), &readfds); + if (write_ssl) + openssl_fdset(SSL_get_fd(con), &writefds); + } +#endif +/*- printf("mode tty(%d %d%d) ssl(%d%d)\n", + tty_on,read_tty,write_tty,read_ssl,write_ssl);*/ + + /* + * Note: under VMS with SOCKETSHR the second parameter is + * currently of type (int *) whereas under other systems it is + * (void *) if you don't have a cast it will choke the compiler: + * if you do have a cast then you can either go for (int *) or + * (void *). + */ #if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS) - /* Under Windows/DOS we make the assumption that we can - * always write to the tty: therefore if we need to - * write to the tty we just fall through. Otherwise - * we timeout the select every second and see if there - * are any keypresses. Note: this is a hack, in a proper - * Windows application we wouldn't do this. - */ - i=0; - if(!write_tty) { - if(read_tty) { - tv.tv_sec = 1; - tv.tv_usec = 0; - i=select(width,(void *)&readfds,(void *)&writefds, - NULL,&tv); -#if defined(OPENSSL_SYS_WINCE) || defined(OPENSSL_SYS_MSDOS) - if(!i && (!_kbhit() || !read_tty) ) continue; -#else - if(!i && (!((_kbhit()) || (WAIT_OBJECT_0 == WaitForSingleObject(GetStdHandle(STD_INPUT_HANDLE), 0))) || !read_tty) ) continue; -#endif - } else i=select(width,(void *)&readfds,(void *)&writefds, - NULL,timeoutp); - } + /* + * Under Windows/DOS we make the assumption that we can always + * write to the tty: therefore if we need to write to the tty we + * just fall through. Otherwise we timeout the select every + * second and see if there are any keypresses. Note: this is a + * hack, in a proper Windows application we wouldn't do this. + */ + i = 0; + if (!write_tty) { + if (read_tty) { + tv.tv_sec = 1; + tv.tv_usec = 0; + i = select(width, (void *)&readfds, (void *)&writefds, + NULL, &tv); +# if defined(OPENSSL_SYS_WINCE) || defined(OPENSSL_SYS_MSDOS) + if (!i && (!_kbhit() || !read_tty)) + continue; +# else + if (!i && (!((_kbhit()) + || (WAIT_OBJECT_0 == + WaitForSingleObject(GetStdHandle + (STD_INPUT_HANDLE), + 0))) + || !read_tty)) + continue; +# endif + } else + i = select(width, (void *)&readfds, (void *)&writefds, + NULL, timeoutp); + } #elif defined(OPENSSL_SYS_NETWARE) - if(!write_tty) { - if(read_tty) { - tv.tv_sec = 1; - tv.tv_usec = 0; - i=select(width,(void *)&readfds,(void *)&writefds, - NULL,&tv); - } else i=select(width,(void *)&readfds,(void *)&writefds, - NULL,timeoutp); - } + if (!write_tty) { + if (read_tty) { + tv.tv_sec = 1; + tv.tv_usec = 0; + i = select(width, (void *)&readfds, (void *)&writefds, + NULL, &tv); + } else + i = select(width, (void *)&readfds, (void *)&writefds, + NULL, timeoutp); + } #elif defined(OPENSSL_SYS_BEOS_R5) - /* Under BeOS-R5 the situation is similar to DOS */ - i=0; - stdin_set = 0; - (void)fcntl(fileno(stdin), F_SETFL, O_NONBLOCK); - if(!write_tty) { - if(read_tty) { - tv.tv_sec = 1; - tv.tv_usec = 0; - i=select(width,(void *)&readfds,(void *)&writefds, - NULL,&tv); - if (read(fileno(stdin), sbuf, 0) >= 0) - stdin_set = 1; - if (!i && (stdin_set != 1 || !read_tty)) - continue; - } else i=select(width,(void *)&readfds,(void *)&writefds, - NULL,timeoutp); - } - (void)fcntl(fileno(stdin), F_SETFL, 0); + /* Under BeOS-R5 the situation is similar to DOS */ + i = 0; + stdin_set = 0; + (void)fcntl(fileno(stdin), F_SETFL, O_NONBLOCK); + if (!write_tty) { + if (read_tty) { + tv.tv_sec = 1; + tv.tv_usec = 0; + i = select(width, (void *)&readfds, (void *)&writefds, + NULL, &tv); + if (read(fileno(stdin), sbuf, 0) >= 0) + stdin_set = 1; + if (!i && (stdin_set != 1 || !read_tty)) + continue; + } else + i = select(width, (void *)&readfds, (void *)&writefds, + NULL, timeoutp); + } + (void)fcntl(fileno(stdin), F_SETFL, 0); #else - i=select(width,(void *)&readfds,(void *)&writefds, - NULL,timeoutp); -#endif - if ( i < 0) - { - BIO_printf(bio_err,"bad select %d\n", - get_last_socket_error()); - goto shut; - /* goto end; */ - } - } - - if ((SSL_version(con) == DTLS1_VERSION) && DTLSv1_handle_timeout(con) > 0) - { - BIO_printf(bio_err,"TIMEOUT occured\n"); - } - - if (!ssl_pending && FD_ISSET(SSL_get_fd(con),&writefds)) - { - k=SSL_write(con,&(cbuf[cbuf_off]), - (unsigned int)cbuf_len); - switch (SSL_get_error(con,k)) - { - case SSL_ERROR_NONE: - cbuf_off+=k; - cbuf_len-=k; - if (k <= 0) goto end; - /* we have done a write(con,NULL,0); */ - if (cbuf_len <= 0) - { - read_tty=1; - write_ssl=0; - } - else /* if (cbuf_len > 0) */ - { - read_tty=0; - write_ssl=1; - } - break; - case SSL_ERROR_WANT_WRITE: - BIO_printf(bio_c_out,"write W BLOCK\n"); - write_ssl=1; - read_tty=0; - break; - case SSL_ERROR_WANT_READ: - BIO_printf(bio_c_out,"write R BLOCK\n"); - write_tty=0; - read_ssl=1; - write_ssl=0; - break; - case SSL_ERROR_WANT_X509_LOOKUP: - BIO_printf(bio_c_out,"write X BLOCK\n"); - break; - case SSL_ERROR_ZERO_RETURN: - if (cbuf_len != 0) - { - BIO_printf(bio_c_out,"shutdown\n"); - ret = 0; - goto shut; - } - else - { - read_tty=1; - write_ssl=0; - break; - } - - case SSL_ERROR_SYSCALL: - if ((k != 0) || (cbuf_len != 0)) - { - BIO_printf(bio_err,"write:errno=%d\n", - get_last_socket_error()); - goto shut; - } - else - { - read_tty=1; - write_ssl=0; - } - break; - case SSL_ERROR_SSL: - ERR_print_errors(bio_err); - goto shut; - } - } + i = select(width, (void *)&readfds, (void *)&writefds, + NULL, timeoutp); +#endif + if (i < 0) { + BIO_printf(bio_err, "bad select %d\n", + get_last_socket_error()); + goto shut; + /* goto end; */ + } + } + + if ((SSL_version(con) == DTLS1_VERSION) + && DTLSv1_handle_timeout(con) > 0) { + BIO_printf(bio_err, "TIMEOUT occured\n"); + } + + if (!ssl_pending && FD_ISSET(SSL_get_fd(con), &writefds)) { + k = SSL_write(con, &(cbuf[cbuf_off]), (unsigned int)cbuf_len); + switch (SSL_get_error(con, k)) { + case SSL_ERROR_NONE: + cbuf_off += k; + cbuf_len -= k; + if (k <= 0) + goto end; + /* we have done a write(con,NULL,0); */ + if (cbuf_len <= 0) { + read_tty = 1; + write_ssl = 0; + } else { /* if (cbuf_len > 0) */ + + read_tty = 0; + write_ssl = 1; + } + break; + case SSL_ERROR_WANT_WRITE: + BIO_printf(bio_c_out, "write W BLOCK\n"); + write_ssl = 1; + read_tty = 0; + break; + case SSL_ERROR_WANT_READ: + BIO_printf(bio_c_out, "write R BLOCK\n"); + write_tty = 0; + read_ssl = 1; + write_ssl = 0; + break; + case SSL_ERROR_WANT_X509_LOOKUP: + BIO_printf(bio_c_out, "write X BLOCK\n"); + break; + case SSL_ERROR_ZERO_RETURN: + if (cbuf_len != 0) { + BIO_printf(bio_c_out, "shutdown\n"); + ret = 0; + goto shut; + } else { + read_tty = 1; + write_ssl = 0; + break; + } + + case SSL_ERROR_SYSCALL: + if ((k != 0) || (cbuf_len != 0)) { + BIO_printf(bio_err, "write:errno=%d\n", + get_last_socket_error()); + goto shut; + } else { + read_tty = 1; + write_ssl = 0; + } + break; + case SSL_ERROR_SSL: + ERR_print_errors(bio_err); + goto shut; + } + } #if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_NETWARE) || defined(OPENSSL_SYS_BEOS_R5) - /* Assume Windows/DOS/BeOS can always write */ - else if (!ssl_pending && write_tty) + /* Assume Windows/DOS/BeOS can always write */ + else if (!ssl_pending && write_tty) #else - else if (!ssl_pending && FD_ISSET(fileno(stdout),&writefds)) + else if (!ssl_pending && FD_ISSET(fileno(stdout), &writefds)) #endif - { + { #ifdef CHARSET_EBCDIC - ascii2ebcdic(&(sbuf[sbuf_off]),&(sbuf[sbuf_off]),sbuf_len); -#endif - i=raw_write_stdout(&(sbuf[sbuf_off]),sbuf_len); - - if (i <= 0) - { - BIO_printf(bio_c_out,"DONE\n"); - ret = 0; - goto shut; - /* goto end; */ - } - - sbuf_len-=i;; - sbuf_off+=i; - if (sbuf_len <= 0) - { - read_ssl=1; - write_tty=0; - } - } - else if (ssl_pending || FD_ISSET(SSL_get_fd(con),&readfds)) - { + ascii2ebcdic(&(sbuf[sbuf_off]), &(sbuf[sbuf_off]), sbuf_len); +#endif + i = raw_write_stdout(&(sbuf[sbuf_off]), sbuf_len); + + if (i <= 0) { + BIO_printf(bio_c_out, "DONE\n"); + ret = 0; + goto shut; + /* goto end; */ + } + + sbuf_len -= i;; + sbuf_off += i; + if (sbuf_len <= 0) { + read_ssl = 1; + write_tty = 0; + } + } else if (ssl_pending || FD_ISSET(SSL_get_fd(con), &readfds)) { #ifdef RENEG -{ static int iiii; if (++iiii == 52) { SSL_renegotiate(con); iiii=0; } } + { + static int iiii; + if (++iiii == 52) { + SSL_renegotiate(con); + iiii = 0; + } + } #endif #if 1 - k=SSL_read(con,sbuf,1024 /* BUFSIZZ */ ); + k = SSL_read(con, sbuf, 1024 /* BUFSIZZ */ ); #else /* Demo for pending and peek :-) */ - k=SSL_read(con,sbuf,16); -{ char zbuf[10240]; -printf("read=%d pending=%d peek=%d\n",k,SSL_pending(con),SSL_peek(con,zbuf,10240)); -} -#endif - - switch (SSL_get_error(con,k)) - { - case SSL_ERROR_NONE: - if (k <= 0) - goto end; - sbuf_off=0; - sbuf_len=k; - - read_ssl=0; - write_tty=1; - break; - case SSL_ERROR_WANT_WRITE: - BIO_printf(bio_c_out,"read W BLOCK\n"); - write_ssl=1; - read_tty=0; - break; - case SSL_ERROR_WANT_READ: - BIO_printf(bio_c_out,"read R BLOCK\n"); - write_tty=0; - read_ssl=1; - if ((read_tty == 0) && (write_ssl == 0)) - write_ssl=1; - break; - case SSL_ERROR_WANT_X509_LOOKUP: - BIO_printf(bio_c_out,"read X BLOCK\n"); - break; - case SSL_ERROR_SYSCALL: - ret=get_last_socket_error(); - BIO_printf(bio_err,"read:errno=%d\n",ret); - goto shut; - case SSL_ERROR_ZERO_RETURN: - BIO_printf(bio_c_out,"closed\n"); - ret=0; - goto shut; - case SSL_ERROR_SSL: - ERR_print_errors(bio_err); - goto shut; - /* break; */ - } - } - + k = SSL_read(con, sbuf, 16); + { + char zbuf[10240]; + printf("read=%d pending=%d peek=%d\n", k, SSL_pending(con), + SSL_peek(con, zbuf, 10240)); + } +#endif + + switch (SSL_get_error(con, k)) { + case SSL_ERROR_NONE: + if (k <= 0) + goto end; + sbuf_off = 0; + sbuf_len = k; + + read_ssl = 0; + write_tty = 1; + break; + case SSL_ERROR_WANT_WRITE: + BIO_printf(bio_c_out, "read W BLOCK\n"); + write_ssl = 1; + read_tty = 0; + break; + case SSL_ERROR_WANT_READ: + BIO_printf(bio_c_out, "read R BLOCK\n"); + write_tty = 0; + read_ssl = 1; + if ((read_tty == 0) && (write_ssl == 0)) + write_ssl = 1; + break; + case SSL_ERROR_WANT_X509_LOOKUP: + BIO_printf(bio_c_out, "read X BLOCK\n"); + break; + case SSL_ERROR_SYSCALL: + ret = get_last_socket_error(); + if (c_brief) + BIO_puts(bio_err, "CONNECTION CLOSED BY SERVER\n"); + else + BIO_printf(bio_err, "read:errno=%d\n", ret); + goto shut; + case SSL_ERROR_ZERO_RETURN: + BIO_printf(bio_c_out, "closed\n"); + ret = 0; + goto shut; + case SSL_ERROR_SSL: + ERR_print_errors(bio_err); + goto shut; + /* break; */ + } + } #if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS) -#if defined(OPENSSL_SYS_WINCE) || defined(OPENSSL_SYS_MSDOS) - else if (_kbhit()) -#else - else if ((_kbhit()) || (WAIT_OBJECT_0 == WaitForSingleObject(GetStdHandle(STD_INPUT_HANDLE), 0))) -#endif +# if defined(OPENSSL_SYS_WINCE) || defined(OPENSSL_SYS_MSDOS) + else if (_kbhit()) +# else + else if ((_kbhit()) + || (WAIT_OBJECT_0 == + WaitForSingleObject(GetStdHandle(STD_INPUT_HANDLE), 0))) +# endif #elif defined (OPENSSL_SYS_NETWARE) - else if (_kbhit()) + else if (_kbhit()) #elif defined(OPENSSL_SYS_BEOS_R5) - else if (stdin_set) + else if (stdin_set) #else - else if (FD_ISSET(fileno(stdin),&readfds)) -#endif - { - if (crlf) - { - int j, lf_num; - - i=raw_read_stdin(cbuf,BUFSIZZ/2); - lf_num = 0; - /* both loops are skipped when i <= 0 */ - for (j = 0; j < i; j++) - if (cbuf[j] == '\n') - lf_num++; - for (j = i-1; j >= 0; j--) - { - cbuf[j+lf_num] = cbuf[j]; - if (cbuf[j] == '\n') - { - lf_num--; - i++; - cbuf[j+lf_num] = '\r'; - } - } - assert(lf_num == 0); - } - else - i=raw_read_stdin(cbuf,BUFSIZZ); - - if ((!c_ign_eof) && ((i <= 0) || (cbuf[0] == 'Q'))) - { - BIO_printf(bio_err,"DONE\n"); - ret=0; - goto shut; - } - - if ((!c_ign_eof) && (cbuf[0] == 'R')) - { - BIO_printf(bio_err,"RENEGOTIATING\n"); - SSL_renegotiate(con); - cbuf_len=0; - } + else if (FD_ISSET(fileno(stdin), &readfds)) +#endif + { + if (crlf) { + int j, lf_num; + + i = raw_read_stdin(cbuf, BUFSIZZ / 2); + lf_num = 0; + /* both loops are skipped when i <= 0 */ + for (j = 0; j < i; j++) + if (cbuf[j] == '\n') + lf_num++; + for (j = i - 1; j >= 0; j--) { + cbuf[j + lf_num] = cbuf[j]; + if (cbuf[j] == '\n') { + lf_num--; + i++; + cbuf[j + lf_num] = '\r'; + } + } + assert(lf_num == 0); + } else + i = raw_read_stdin(cbuf, BUFSIZZ); + + if ((!c_ign_eof) && ((i <= 0) || (cbuf[0] == 'Q'))) { + BIO_printf(bio_err, "DONE\n"); + ret = 0; + goto shut; + } + + if ((!c_ign_eof) && (cbuf[0] == 'R')) { + BIO_printf(bio_err, "RENEGOTIATING\n"); + SSL_renegotiate(con); + cbuf_len = 0; + } #ifndef OPENSSL_NO_HEARTBEATS - else if ((!c_ign_eof) && (cbuf[0] == 'B')) - { - BIO_printf(bio_err,"HEARTBEATING\n"); - SSL_heartbeat(con); - cbuf_len=0; - } -#endif - else - { - cbuf_len=i; - cbuf_off=0; + else if ((!c_ign_eof) && (cbuf[0] == 'B')) { + BIO_printf(bio_err, "HEARTBEATING\n"); + SSL_heartbeat(con); + cbuf_len = 0; + } +#endif + else { + cbuf_len = i; + cbuf_off = 0; #ifdef CHARSET_EBCDIC - ebcdic2ascii(cbuf, cbuf, i); -#endif - } - - write_ssl=1; - read_tty=0; - } - } - - ret=0; -shut: - if (in_init) - print_stuff(bio_c_out,con,full_log); - SSL_shutdown(con); - SHUTDOWN(SSL_get_fd(con)); -end: - if (con != NULL) - { - if (prexit != 0) - print_stuff(bio_c_out,con,1); - SSL_free(con); - } + ebcdic2ascii(cbuf, cbuf, i); +#endif + } + + write_ssl = 1; + read_tty = 0; + } + } + + ret = 0; + shut: + if (in_init) + print_stuff(bio_c_out, con, full_log); + SSL_shutdown(con); + SHUTDOWN(SSL_get_fd(con)); + end: + if (con != NULL) { + if (prexit != 0) + print_stuff(bio_c_out, con, 1); + SSL_free(con); + } #if !defined(OPENSSL_NO_TLSEXT) && !defined(OPENSSL_NO_NEXTPROTONEG) - if (next_proto.data) - OPENSSL_free(next_proto.data); -#endif - if (ctx != NULL) SSL_CTX_free(ctx); - if (cert) - X509_free(cert); - if (key) - EVP_PKEY_free(key); - if (pass) - OPENSSL_free(pass); - if (vpm) - X509_VERIFY_PARAM_free(vpm); - if (cbuf != NULL) { OPENSSL_cleanse(cbuf,BUFSIZZ); OPENSSL_free(cbuf); } - if (sbuf != NULL) { OPENSSL_cleanse(sbuf,BUFSIZZ); OPENSSL_free(sbuf); } - if (mbuf != NULL) { OPENSSL_cleanse(mbuf,BUFSIZZ); OPENSSL_free(mbuf); } - if (bio_c_out != NULL) - { - BIO_free(bio_c_out); - bio_c_out=NULL; - } - apps_shutdown(); - OPENSSL_EXIT(ret); - } - + if (next_proto.data) + OPENSSL_free(next_proto.data); +#endif + if (ctx != NULL) + SSL_CTX_free(ctx); + if (cert) + X509_free(cert); + if (crls) + sk_X509_CRL_pop_free(crls, X509_CRL_free); + if (key) + EVP_PKEY_free(key); + if (chain) + sk_X509_pop_free(chain, X509_free); + if (pass) + OPENSSL_free(pass); + if (vpm) + X509_VERIFY_PARAM_free(vpm); + ssl_excert_free(exc); + if (ssl_args) + sk_OPENSSL_STRING_free(ssl_args); + if (cctx) + SSL_CONF_CTX_free(cctx); +#ifndef OPENSSL_NO_JPAKE + if (jpake_secret && psk_key) + OPENSSL_free(psk_key); +#endif + if (cbuf != NULL) { + OPENSSL_cleanse(cbuf, BUFSIZZ); + OPENSSL_free(cbuf); + } + if (sbuf != NULL) { + OPENSSL_cleanse(sbuf, BUFSIZZ); + OPENSSL_free(sbuf); + } + if (mbuf != NULL) { + OPENSSL_cleanse(mbuf, BUFSIZZ); + OPENSSL_free(mbuf); + } + if (bio_c_out != NULL) { + BIO_free(bio_c_out); + bio_c_out = NULL; + } + if (bio_c_msg != NULL) { + BIO_free(bio_c_msg); + bio_c_msg = NULL; + } + apps_shutdown(); + OPENSSL_EXIT(ret); +} static void print_stuff(BIO *bio, SSL *s, int full) - { - X509 *peer=NULL; - char *p; - static const char *space=" "; - char buf[BUFSIZ]; - STACK_OF(X509) *sk; - STACK_OF(X509_NAME) *sk2; - const SSL_CIPHER *c; - X509_NAME *xn; - int j,i; +{ + X509 *peer = NULL; + char *p; + static const char *space = " "; + char buf[BUFSIZ]; + STACK_OF(X509) *sk; + STACK_OF(X509_NAME) *sk2; + const SSL_CIPHER *c; + X509_NAME *xn; + int j, i; #ifndef OPENSSL_NO_COMP - const COMP_METHOD *comp, *expansion; -#endif - unsigned char *exportedkeymat; - - if (full) - { - int got_a_chain = 0; - - sk=SSL_get_peer_cert_chain(s); - if (sk != NULL) - { - got_a_chain = 1; /* we don't have it for SSL2 (yet) */ - - BIO_printf(bio,"---\nCertificate chain\n"); - for (i=0; i 0)) - { - BIO_printf(bio,"---\nAcceptable client certificate CA names\n"); - for (i=0; i 0)) { + BIO_printf(bio, "---\nAcceptable client certificate CA names\n"); + for (i = 0; i < sk_X509_NAME_num(sk2); i++) { + xn = sk_X509_NAME_value(sk2, i); + X509_NAME_oneline(xn, buf, sizeof(buf)); + BIO_write(bio, buf, strlen(buf)); + BIO_write(bio, "\n", 1); + } + } else { + BIO_printf(bio, "---\nNo client certificate CA names sent\n"); + } + p = SSL_get_shared_ciphers(s, buf, sizeof buf); + if (p != NULL) { + /* + * This works only for SSL 2. In later protocol versions, the + * client does not know what other ciphers (in addition to the + * one to be used in the current connection) the server supports. + */ + + BIO_printf(bio, + "---\nCiphers common between both SSL endpoints:\n"); + j = i = 0; + while (*p) { + if (*p == ':') { + BIO_write(bio, space, 15 - j % 25); + i++; + j = 0; + BIO_write(bio, ((i % 3) ? " " : "\n"), 1); + } else { + BIO_write(bio, p, 1); + j++; + } + p++; + } + BIO_write(bio, "\n", 1); + } + + ssl_print_sigalgs(bio, s); + ssl_print_tmp_key(bio, s); + + BIO_printf(bio, + "---\nSSL handshake has read %ld bytes and written %ld bytes\n", + BIO_number_read(SSL_get_rbio(s)), + BIO_number_written(SSL_get_wbio(s))); + } + BIO_printf(bio, (SSL_cache_hit(s) ? "---\nReused, " : "---\nNew, ")); + c = SSL_get_current_cipher(s); + BIO_printf(bio, "%s, Cipher is %s\n", + SSL_CIPHER_get_version(c), SSL_CIPHER_get_name(c)); + if (peer != NULL) { + EVP_PKEY *pktmp; + pktmp = X509_get_pubkey(peer); + BIO_printf(bio, "Server public key is %d bit\n", + EVP_PKEY_bits(pktmp)); + EVP_PKEY_free(pktmp); + } + BIO_printf(bio, "Secure Renegotiation IS%s supported\n", + SSL_get_secure_renegotiation_support(s) ? "" : " NOT"); #ifndef OPENSSL_NO_COMP - comp=SSL_get_current_compression(s); - expansion=SSL_get_current_expansion(s); - BIO_printf(bio,"Compression: %s\n", - comp ? SSL_COMP_get_name(comp) : "NONE"); - BIO_printf(bio,"Expansion: %s\n", - expansion ? SSL_COMP_get_name(expansion) : "NONE"); -#endif - -#ifdef SSL_DEBUG - { - /* Print out local port of connection: useful for debugging */ - int sock; - struct sockaddr_in ladd; - socklen_t ladd_size = sizeof(ladd); - sock = SSL_get_fd(s); - getsockname(sock, (struct sockaddr *)&ladd, &ladd_size); - BIO_printf(bio_c_out, "LOCAL PORT is %u\n", ntohs(ladd.sin_port)); - } + comp = SSL_get_current_compression(s); + expansion = SSL_get_current_expansion(s); + BIO_printf(bio, "Compression: %s\n", + comp ? SSL_COMP_get_name(comp) : "NONE"); + BIO_printf(bio, "Expansion: %s\n", + expansion ? SSL_COMP_get_name(expansion) : "NONE"); #endif -#if !defined(OPENSSL_NO_TLSEXT) && !defined(OPENSSL_NO_NEXTPROTONEG) - if (next_proto.status != -1) { - const unsigned char *proto; - unsigned int proto_len; - SSL_get0_next_proto_negotiated(s, &proto, &proto_len); - BIO_printf(bio, "Next protocol: (%d) ", next_proto.status); - BIO_write(bio, proto, proto_len); - BIO_write(bio, "\n", 1); - } +#ifdef SSL_DEBUG + { + /* Print out local port of connection: useful for debugging */ + int sock; + struct sockaddr_in ladd; + socklen_t ladd_size = sizeof(ladd); + sock = SSL_get_fd(s); + getsockname(sock, (struct sockaddr *)&ladd, &ladd_size); + BIO_printf(bio_c_out, "LOCAL PORT is %u\n", ntohs(ladd.sin_port)); + } +#endif + +#if !defined(OPENSSL_NO_TLSEXT) +# if !defined(OPENSSL_NO_NEXTPROTONEG) + if (next_proto.status != -1) { + const unsigned char *proto; + unsigned int proto_len; + SSL_get0_next_proto_negotiated(s, &proto, &proto_len); + BIO_printf(bio, "Next protocol: (%d) ", next_proto.status); + BIO_write(bio, proto, proto_len); + BIO_write(bio, "\n", 1); + } +# endif + { + const unsigned char *proto; + unsigned int proto_len; + SSL_get0_alpn_selected(s, &proto, &proto_len); + if (proto_len > 0) { + BIO_printf(bio, "ALPN protocol: "); + BIO_write(bio, proto, proto_len); + BIO_write(bio, "\n", 1); + } else + BIO_printf(bio, "No ALPN negotiated\n"); + } #endif #ifndef OPENSSL_NO_SRTP - { - SRTP_PROTECTION_PROFILE *srtp_profile=SSL_get_selected_srtp_profile(s); - - if(srtp_profile) - BIO_printf(bio,"SRTP Extension negotiated, profile=%s\n", - srtp_profile->name); - } -#endif - - SSL_SESSION_print(bio,SSL_get_session(s)); - if (keymatexportlabel != NULL) - { - BIO_printf(bio, "Keying material exporter:\n"); - BIO_printf(bio, " Label: '%s'\n", keymatexportlabel); - BIO_printf(bio, " Length: %i bytes\n", keymatexportlen); - exportedkeymat = OPENSSL_malloc(keymatexportlen); - if (exportedkeymat != NULL) - { - if (!SSL_export_keying_material(s, exportedkeymat, - keymatexportlen, - keymatexportlabel, - strlen(keymatexportlabel), - NULL, 0, 0)) - { - BIO_printf(bio, " Error\n"); - } - else - { - BIO_printf(bio, " Keying material: "); - for (i=0; iname); + } +#endif + + SSL_SESSION_print(bio, SSL_get_session(s)); + if (keymatexportlabel != NULL) { + BIO_printf(bio, "Keying material exporter:\n"); + BIO_printf(bio, " Label: '%s'\n", keymatexportlabel); + BIO_printf(bio, " Length: %i bytes\n", keymatexportlen); + exportedkeymat = OPENSSL_malloc(keymatexportlen); + if (exportedkeymat != NULL) { + if (!SSL_export_keying_material(s, exportedkeymat, + keymatexportlen, + keymatexportlabel, + strlen(keymatexportlabel), + NULL, 0, 0)) { + BIO_printf(bio, " Error\n"); + } else { + BIO_printf(bio, " Keying material: "); + for (i = 0; i < keymatexportlen; i++) + BIO_printf(bio, "%02X", exportedkeymat[i]); + BIO_printf(bio, "\n"); + } + OPENSSL_free(exportedkeymat); + } + } + BIO_printf(bio, "---\n"); + if (peer != NULL) + X509_free(peer); + /* flush, or debugging output gets mixed with http response */ + (void)BIO_flush(bio); +} #ifndef OPENSSL_NO_TLSEXT static int ocsp_resp_cb(SSL *s, void *arg) - { - const unsigned char *p; - int len; - OCSP_RESPONSE *rsp; - len = SSL_get_tlsext_status_ocsp_resp(s, &p); - BIO_puts(arg, "OCSP response: "); - if (!p) - { - BIO_puts(arg, "no response sent\n"); - return 1; - } - rsp = d2i_OCSP_RESPONSE(NULL, &p, len); - if (!rsp) - { - BIO_puts(arg, "response parse error\n"); - BIO_dump_indent(arg, (char *)p, len, 4); - return 0; - } - BIO_puts(arg, "\n======================================\n"); - OCSP_RESPONSE_print(arg, rsp, 0); - BIO_puts(arg, "======================================\n"); - OCSP_RESPONSE_free(rsp); - return 1; - } +{ + const unsigned char *p; + int len; + OCSP_RESPONSE *rsp; + len = SSL_get_tlsext_status_ocsp_resp(s, &p); + BIO_puts(arg, "OCSP response: "); + if (!p) { + BIO_puts(arg, "no response sent\n"); + return 1; + } + rsp = d2i_OCSP_RESPONSE(NULL, &p, len); + if (!rsp) { + BIO_puts(arg, "response parse error\n"); + BIO_dump_indent(arg, (char *)p, len, 4); + return 0; + } + BIO_puts(arg, "\n======================================\n"); + OCSP_RESPONSE_print(arg, rsp, 0); + BIO_puts(arg, "======================================\n"); + OCSP_RESPONSE_free(rsp); + return 1; +} #endif diff --git a/openssl/apps/s_server.c b/openssl/apps/s_server.c index fe7ad8823..baa2455e0 100644 --- a/openssl/apps/s_server.c +++ b/openssl/apps/s_server.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +63,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -110,7 +110,7 @@ */ /* ==================================================================== * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. - * ECC cipher suite support in OpenSSL originally developed by + * ECC cipher suite support in OpenSSL originally developed by * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. */ /* ==================================================================== @@ -140,10 +140,12 @@ * OTHERWISE. */ -/* Until the key-gen callbacks are modified to use newer prototypes, we allow - * deprecated functions for openssl-internal code */ +/* + * Until the key-gen callbacks are modified to use newer prototypes, we allow + * deprecated functions for openssl-internal code + */ #ifdef OPENSSL_NO_DEPRECATED -#undef OPENSSL_NO_DEPRECATED +# undef OPENSSL_NO_DEPRECATED #endif #include @@ -154,19 +156,22 @@ #include #ifdef OPENSSL_NO_STDIO -#define APPS_WIN16 +# define APPS_WIN16 #endif -#if !defined(OPENSSL_SYS_NETWARE) /* conflicts with winsock2 stuff on netware */ -#include +/* conflicts with winsock2 stuff on netware */ +#if !defined(OPENSSL_SYS_NETWARE) +# include #endif -/* With IPv6, it looks like Digital has mixed up the proper order of - recursive header file inclusion, resulting in the compiler complaining - that u_int isn't defined, but only if _POSIX_C_SOURCE is defined, which - is needed to have fileno() declared correctly... So let's define u_int */ +/* + * With IPv6, it looks like Digital has mixed up the proper order of + * recursive header file inclusion, resulting in the compiler complaining + * that u_int isn't defined, but only if _POSIX_C_SOURCE is defined, which is + * needed to have fileno() declared correctly... So let's define u_int + */ #if defined(OPENSSL_SYS_VMS_DECC) && !defined(__U_INT) -#define __U_INT +# define __U_INT typedef unsigned int u_int; #endif @@ -181,37 +186,40 @@ typedef unsigned int u_int; #include #include #ifndef OPENSSL_NO_DH -#include +# include #endif #ifndef OPENSSL_NO_RSA -#include +# include #endif #ifndef OPENSSL_NO_SRP -#include +# include #endif #include "s_apps.h" #include "timeouts.h" #if (defined(OPENSSL_SYS_VMS) && __VMS_VER < 70000000) /* FIONBIO used as a switch to enable ioctl, and that isn't in VMS < 7.0 */ -#undef FIONBIO +# undef FIONBIO #endif #if defined(OPENSSL_SYS_BEOS_R5) -#include +# include #endif #ifndef OPENSSL_NO_RSA static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength); #endif -static int sv_body(char *hostname, int s, unsigned char *context); -static int www_body(char *hostname, int s, unsigned char *context); -static void close_accept_socket(void ); +static int sv_body(char *hostname, int s, int stype, unsigned char *context); +static int www_body(char *hostname, int s, int stype, unsigned char *context); +static int rev_body(char *hostname, int s, int stype, unsigned char *context); +static void close_accept_socket(void); static void sv_usage(void); static int init_ssl_connection(SSL *s); -static void print_stats(BIO *bp,SSL_CTX *ctx); +static void print_stats(BIO *bp, SSL_CTX *ctx); static int generate_session_id(const SSL *ssl, unsigned char *id, - unsigned int *id_len); + unsigned int *id_len); +static void init_session_cache_ctx(SSL_CTX *sctx); +static void free_sessions(void); #ifndef OPENSSL_NO_DH static DH *load_dh_param(const char *dhfile); static DH *get_dh512(void); @@ -222,85 +230,90 @@ static void s_server_init(void); #endif #ifndef OPENSSL_NO_DH -static unsigned char dh512_p[]={ - 0xDA,0x58,0x3C,0x16,0xD9,0x85,0x22,0x89,0xD0,0xE4,0xAF,0x75, - 0x6F,0x4C,0xCA,0x92,0xDD,0x4B,0xE5,0x33,0xB8,0x04,0xFB,0x0F, - 0xED,0x94,0xEF,0x9C,0x8A,0x44,0x03,0xED,0x57,0x46,0x50,0xD3, - 0x69,0x99,0xDB,0x29,0xD7,0x76,0x27,0x6B,0xA2,0xD3,0xD4,0x12, - 0xE2,0x18,0xF4,0xDD,0x1E,0x08,0x4C,0xF6,0xD8,0x00,0x3E,0x7C, - 0x47,0x74,0xE8,0x33, - }; -static unsigned char dh512_g[]={ - 0x02, - }; +static unsigned char dh512_p[] = { + 0xDA, 0x58, 0x3C, 0x16, 0xD9, 0x85, 0x22, 0x89, 0xD0, 0xE4, 0xAF, 0x75, + 0x6F, 0x4C, 0xCA, 0x92, 0xDD, 0x4B, 0xE5, 0x33, 0xB8, 0x04, 0xFB, 0x0F, + 0xED, 0x94, 0xEF, 0x9C, 0x8A, 0x44, 0x03, 0xED, 0x57, 0x46, 0x50, 0xD3, + 0x69, 0x99, 0xDB, 0x29, 0xD7, 0x76, 0x27, 0x6B, 0xA2, 0xD3, 0xD4, 0x12, + 0xE2, 0x18, 0xF4, 0xDD, 0x1E, 0x08, 0x4C, 0xF6, 0xD8, 0x00, 0x3E, 0x7C, + 0x47, 0x74, 0xE8, 0x33, +}; + +static unsigned char dh512_g[] = { + 0x02, +}; static DH *get_dh512(void) - { - DH *dh=NULL; - - if ((dh=DH_new()) == NULL) return(NULL); - dh->p=BN_bin2bn(dh512_p,sizeof(dh512_p),NULL); - dh->g=BN_bin2bn(dh512_g,sizeof(dh512_g),NULL); - if ((dh->p == NULL) || (dh->g == NULL)) - return(NULL); - return(dh); - } +{ + DH *dh = NULL; + + if ((dh = DH_new()) == NULL) + return (NULL); + dh->p = BN_bin2bn(dh512_p, sizeof(dh512_p), NULL); + dh->g = BN_bin2bn(dh512_g, sizeof(dh512_g), NULL); + if ((dh->p == NULL) || (dh->g == NULL)) + return (NULL); + return (dh); +} #endif - /* static int load_CA(SSL_CTX *ctx, char *file);*/ #undef BUFSIZZ -#define BUFSIZZ 16*1024 -static int bufsize=BUFSIZZ; -static int accept_socket= -1; +#define BUFSIZZ 16*1024 +static int bufsize = BUFSIZZ; +static int accept_socket = -1; -#define TEST_CERT "server.pem" +#define TEST_CERT "server.pem" #ifndef OPENSSL_NO_TLSEXT -#define TEST_CERT2 "server2.pem" +# define TEST_CERT2 "server2.pem" #endif #undef PROG -#define PROG s_server_main +#define PROG s_server_main -extern int verify_depth, verify_return_error; +extern int verify_depth, verify_return_error, verify_quiet; -static char *cipher=NULL; -static int s_server_verify=SSL_VERIFY_NONE; +static int s_server_verify = SSL_VERIFY_NONE; static int s_server_session_id_context = 1; /* anything will do */ -static const char *s_cert_file=TEST_CERT,*s_key_file=NULL; +static const char *s_cert_file = TEST_CERT, *s_key_file = + NULL, *s_chain_file = NULL; #ifndef OPENSSL_NO_TLSEXT -static const char *s_cert_file2=TEST_CERT2,*s_key_file2=NULL; +static const char *s_cert_file2 = TEST_CERT2, *s_key_file2 = NULL; #endif -static char *s_dcert_file=NULL,*s_dkey_file=NULL; +static char *s_dcert_file = NULL, *s_dkey_file = NULL, *s_dchain_file = NULL; #ifdef FIONBIO -static int s_nbio=0; +static int s_nbio = 0; #endif -static int s_nbio_test=0; -int s_crlf=0; -static SSL_CTX *ctx=NULL; +static int s_nbio_test = 0; +int s_crlf = 0; +static SSL_CTX *ctx = NULL; #ifndef OPENSSL_NO_TLSEXT -static SSL_CTX *ctx2=NULL; +static SSL_CTX *ctx2 = NULL; #endif -static int www=0; +static int www = 0; -static BIO *bio_s_out=NULL; -static int s_debug=0; +static BIO *bio_s_out = NULL; +static BIO *bio_s_msg = NULL; +static int s_debug = 0; #ifndef OPENSSL_NO_TLSEXT -static int s_tlsextdebug=0; -static int s_tlsextstatus=0; +static int s_tlsextdebug = 0; +static int s_tlsextstatus = 0; static int cert_status_cb(SSL *s, void *arg); #endif -static int s_msg=0; -static int s_quiet=0; +static int no_resume_ephemeral = 0; +static int s_msg = 0; +static int s_quiet = 0; +static int s_ign_eof = 0; +static int s_brief = 0; -static char *keymatexportlabel=NULL; -static int keymatexportlen=20; +static char *keymatexportlabel = NULL; +static int keymatexportlen = 20; -static int hack=0; +static int hack = 0; #ifndef OPENSSL_NO_ENGINE -static char *engine_id=NULL; +static char *engine_id = NULL; #endif -static const char *session_id_prefix=NULL; +static const char *session_id_prefix = NULL; static int enable_timeouts = 0; static long socket_mtu; @@ -308,269 +321,342 @@ static long socket_mtu; static int cert_chain = 0; #endif +#ifndef OPENSSL_NO_TLSEXT +static BIO *serverinfo_in = NULL; +static const char *s_serverinfo_file = NULL; + +#endif #ifndef OPENSSL_NO_PSK -static char *psk_identity="Client_identity"; -char *psk_key=NULL; /* by default PSK is not used */ +static char *psk_identity = "Client_identity"; +char *psk_key = NULL; /* by default PSK is not used */ static unsigned int psk_server_cb(SSL *ssl, const char *identity, - unsigned char *psk, unsigned int max_psk_len) - { - unsigned int psk_len = 0; - int ret; - BIGNUM *bn = NULL; - - if (s_debug) - BIO_printf(bio_s_out,"psk_server_cb\n"); - if (!identity) - { - BIO_printf(bio_err,"Error: client did not send PSK identity\n"); - goto out_err; - } - if (s_debug) - BIO_printf(bio_s_out,"identity_len=%d identity=%s\n", - identity ? (int)strlen(identity) : 0, identity); - - /* here we could lookup the given identity e.g. from a database */ - if (strcmp(identity, psk_identity) != 0) - { - BIO_printf(bio_s_out, "PSK error: client identity not found" - " (got '%s' expected '%s')\n", identity, - psk_identity); - goto out_err; - } - if (s_debug) - BIO_printf(bio_s_out, "PSK client identity found\n"); - - /* convert the PSK key to binary */ - ret = BN_hex2bn(&bn, psk_key); - if (!ret) - { - BIO_printf(bio_err,"Could not convert PSK key '%s' to BIGNUM\n", psk_key); - if (bn) - BN_free(bn); - return 0; - } - if (BN_num_bytes(bn) > (int)max_psk_len) - { - BIO_printf(bio_err,"psk buffer of callback is too small (%d) for key (%d)\n", - max_psk_len, BN_num_bytes(bn)); - BN_free(bn); - return 0; - } - - ret = BN_bn2bin(bn, psk); - BN_free(bn); - - if (ret < 0) - goto out_err; - psk_len = (unsigned int)ret; - - if (s_debug) - BIO_printf(bio_s_out, "fetched PSK len=%d\n", psk_len); - return psk_len; + unsigned char *psk, + unsigned int max_psk_len) +{ + unsigned int psk_len = 0; + int ret; + BIGNUM *bn = NULL; + + if (s_debug) + BIO_printf(bio_s_out, "psk_server_cb\n"); + if (!identity) { + BIO_printf(bio_err, "Error: client did not send PSK identity\n"); + goto out_err; + } + if (s_debug) + BIO_printf(bio_s_out, "identity_len=%d identity=%s\n", + identity ? (int)strlen(identity) : 0, identity); + + /* here we could lookup the given identity e.g. from a database */ + if (strcmp(identity, psk_identity) != 0) { + BIO_printf(bio_s_out, "PSK error: client identity not found" + " (got '%s' expected '%s')\n", identity, psk_identity); + goto out_err; + } + if (s_debug) + BIO_printf(bio_s_out, "PSK client identity found\n"); + + /* convert the PSK key to binary */ + ret = BN_hex2bn(&bn, psk_key); + if (!ret) { + BIO_printf(bio_err, "Could not convert PSK key '%s' to BIGNUM\n", + psk_key); + if (bn) + BN_free(bn); + return 0; + } + if (BN_num_bytes(bn) > (int)max_psk_len) { + BIO_printf(bio_err, + "psk buffer of callback is too small (%d) for key (%d)\n", + max_psk_len, BN_num_bytes(bn)); + BN_free(bn); + return 0; + } + + ret = BN_bn2bin(bn, psk); + BN_free(bn); + + if (ret < 0) + goto out_err; + psk_len = (unsigned int)ret; + + if (s_debug) + BIO_printf(bio_s_out, "fetched PSK len=%d\n", psk_len); + return psk_len; out_err: - if (s_debug) - BIO_printf(bio_err, "Error in PSK server callback\n"); - return 0; - } + if (s_debug) + BIO_printf(bio_err, "Error in PSK server callback\n"); + return 0; +} #endif #ifndef OPENSSL_NO_SRP /* This is a context that we pass to callbacks */ -typedef struct srpsrvparm_st - { - char *login; - SRP_VBASE *vb; - SRP_user_pwd *user; - } srpsrvparm; - -/* This callback pretends to require some asynchronous logic in order to obtain - a verifier. When the callback is called for a new connection we return - with a negative value. This will provoke the accept etc to return with - an LOOKUP_X509. The main logic of the reinvokes the suspended call - (which would normally occur after a worker has finished) and we - set the user parameters. -*/ +typedef struct srpsrvparm_st { + char *login; + SRP_VBASE *vb; + SRP_user_pwd *user; +} srpsrvparm; + +/* + * This callback pretends to require some asynchronous logic in order to + * obtain a verifier. When the callback is called for a new connection we + * return with a negative value. This will provoke the accept etc to return + * with an LOOKUP_X509. The main logic of the reinvokes the suspended call + * (which would normally occur after a worker has finished) and we set the + * user parameters. + */ static int MS_CALLBACK ssl_srp_server_param_cb(SSL *s, int *ad, void *arg) - { - srpsrvparm *p = (srpsrvparm *)arg; - if (p->login == NULL && p->user == NULL ) - { - p->login = SSL_get_srp_username(s); - BIO_printf(bio_err, "SRP username = \"%s\"\n", p->login); - return (-1) ; - } - - if (p->user == NULL) - { - BIO_printf(bio_err, "User %s doesn't exist\n", p->login); - return SSL3_AL_FATAL; - } - if (SSL_set_srp_server_param(s, p->user->N, p->user->g, p->user->s, p->user->v, - p->user->info) < 0) - { - *ad = SSL_AD_INTERNAL_ERROR; - return SSL3_AL_FATAL; - } - BIO_printf(bio_err, "SRP parameters set: username = \"%s\" info=\"%s\" \n", p->login,p->user->info); - /* need to check whether there are memory leaks */ - p->user = NULL; - p->login = NULL; - return SSL_ERROR_NONE; - } +{ + srpsrvparm *p = (srpsrvparm *) arg; + if (p->login == NULL && p->user == NULL) { + p->login = SSL_get_srp_username(s); + BIO_printf(bio_err, "SRP username = \"%s\"\n", p->login); + return (-1); + } + + if (p->user == NULL) { + BIO_printf(bio_err, "User %s doesn't exist\n", p->login); + return SSL3_AL_FATAL; + } + if (SSL_set_srp_server_param + (s, p->user->N, p->user->g, p->user->s, p->user->v, + p->user->info) < 0) { + *ad = SSL_AD_INTERNAL_ERROR; + return SSL3_AL_FATAL; + } + BIO_printf(bio_err, + "SRP parameters set: username = \"%s\" info=\"%s\" \n", + p->login, p->user->info); + /* need to check whether there are memory leaks */ + p->user = NULL; + p->login = NULL; + return SSL_ERROR_NONE; +} #endif #ifdef MONOLITH static void s_server_init(void) - { - accept_socket=-1; - cipher=NULL; - s_server_verify=SSL_VERIFY_NONE; - s_dcert_file=NULL; - s_dkey_file=NULL; - s_cert_file=TEST_CERT; - s_key_file=NULL; -#ifndef OPENSSL_NO_TLSEXT - s_cert_file2=TEST_CERT2; - s_key_file2=NULL; - ctx2=NULL; -#endif -#ifdef FIONBIO - s_nbio=0; -#endif - s_nbio_test=0; - ctx=NULL; - www=0; - - bio_s_out=NULL; - s_debug=0; - s_msg=0; - s_quiet=0; - hack=0; -#ifndef OPENSSL_NO_ENGINE - engine_id=NULL; -#endif - } +{ + accept_socket = -1; + s_server_verify = SSL_VERIFY_NONE; + s_dcert_file = NULL; + s_dkey_file = NULL; + s_dchain_file = NULL; + s_cert_file = TEST_CERT; + s_key_file = NULL; + s_chain_file = NULL; +# ifndef OPENSSL_NO_TLSEXT + s_cert_file2 = TEST_CERT2; + s_key_file2 = NULL; + ctx2 = NULL; +# endif +# ifdef FIONBIO + s_nbio = 0; +# endif + s_nbio_test = 0; + ctx = NULL; + www = 0; + + bio_s_out = NULL; + s_debug = 0; + s_msg = 0; + s_quiet = 0; + s_brief = 0; + hack = 0; +# ifndef OPENSSL_NO_ENGINE + engine_id = NULL; +# endif +} #endif static void sv_usage(void) - { - BIO_printf(bio_err,"usage: s_server [args ...]\n"); - BIO_printf(bio_err,"\n"); - BIO_printf(bio_err," -accept arg - port to accept on (default is %d)\n",PORT); - BIO_printf(bio_err," -context arg - set session ID context\n"); - BIO_printf(bio_err," -verify arg - turn on peer certificate verification\n"); - BIO_printf(bio_err," -Verify arg - turn on peer certificate verification, must have a cert.\n"); - BIO_printf(bio_err," -verify_return_error - return verification errors\n"); - BIO_printf(bio_err," -cert arg - certificate file to use\n"); - BIO_printf(bio_err," (default is %s)\n",TEST_CERT); - BIO_printf(bio_err," -crl_check - check the peer certificate has not been revoked by its CA.\n" \ - " The CRL(s) are appended to the certificate file\n"); - BIO_printf(bio_err," -crl_check_all - check the peer certificate has not been revoked by its CA\n" \ - " or any other CRL in the CA chain. CRL(s) are appened to the\n" \ - " the certificate file.\n"); - BIO_printf(bio_err," -certform arg - certificate format (PEM or DER) PEM default\n"); - BIO_printf(bio_err," -key arg - Private Key file to use, in cert file if\n"); - BIO_printf(bio_err," not specified (default is %s)\n",TEST_CERT); - BIO_printf(bio_err," -keyform arg - key format (PEM, DER or ENGINE) PEM default\n"); - BIO_printf(bio_err," -pass arg - private key file pass phrase source\n"); - BIO_printf(bio_err," -dcert arg - second certificate file to use (usually for DSA)\n"); - BIO_printf(bio_err," -dcertform x - second certificate format (PEM or DER) PEM default\n"); - BIO_printf(bio_err," -dkey arg - second private key file to use (usually for DSA)\n"); - BIO_printf(bio_err," -dkeyform arg - second key format (PEM, DER or ENGINE) PEM default\n"); - BIO_printf(bio_err," -dpass arg - second private key file pass phrase source\n"); - BIO_printf(bio_err," -dhparam arg - DH parameter file to use, in cert file if not specified\n"); - BIO_printf(bio_err," or a default set of parameters is used\n"); +{ + BIO_printf(bio_err, "usage: s_server [args ...]\n"); + BIO_printf(bio_err, "\n"); + BIO_printf(bio_err, + " -accept arg - port to accept on (default is %d)\n", PORT); + BIO_printf(bio_err, + " -verify_host host - check peer certificate matches \"host\"\n"); + BIO_printf(bio_err, + " -verify_email email - check peer certificate matches \"email\"\n"); + BIO_printf(bio_err, + " -verify_ip ipaddr - check peer certificate matches \"ipaddr\"\n"); + BIO_printf(bio_err, " -context arg - set session ID context\n"); + BIO_printf(bio_err, + " -verify arg - turn on peer certificate verification\n"); + BIO_printf(bio_err, + " -Verify arg - turn on peer certificate verification, must have a cert.\n"); + BIO_printf(bio_err, + " -verify_return_error - return verification errors\n"); + BIO_printf(bio_err, " -cert arg - certificate file to use\n"); + BIO_printf(bio_err, " (default is %s)\n", TEST_CERT); +#ifndef OPENSSL_NO_TLSEXT + BIO_printf(bio_err, + " -serverinfo arg - PEM serverinfo file for certificate\n"); + BIO_printf(bio_err, + " -auth - send and receive RFC 5878 TLS auth extensions and supplemental data\n"); + BIO_printf(bio_err, + " -auth_require_reneg - Do not send TLS auth extensions until renegotiation\n"); +#endif + BIO_printf(bio_err, + " -no_resumption_on_reneg - set SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION flag\n"); + BIO_printf(bio_err, + " -crl_check - check the peer certificate has not been revoked by its CA.\n" + " The CRL(s) are appended to the certificate file\n"); + BIO_printf(bio_err, + " -crl_check_all - check the peer certificate has not been revoked by its CA\n" + " or any other CRL in the CA chain. CRL(s) are appened to the\n" + " the certificate file.\n"); + BIO_printf(bio_err, + " -certform arg - certificate format (PEM or DER) PEM default\n"); + BIO_printf(bio_err, + " -key arg - Private Key file to use, in cert file if\n"); + BIO_printf(bio_err, " not specified (default is %s)\n", + TEST_CERT); + BIO_printf(bio_err, + " -keyform arg - key format (PEM, DER or ENGINE) PEM default\n"); + BIO_printf(bio_err, + " -pass arg - private key file pass phrase source\n"); + BIO_printf(bio_err, + " -dcert arg - second certificate file to use (usually for DSA)\n"); + BIO_printf(bio_err, + " -dcertform x - second certificate format (PEM or DER) PEM default\n"); + BIO_printf(bio_err, + " -dkey arg - second private key file to use (usually for DSA)\n"); + BIO_printf(bio_err, + " -dkeyform arg - second key format (PEM, DER or ENGINE) PEM default\n"); + BIO_printf(bio_err, + " -dpass arg - second private key file pass phrase source\n"); + BIO_printf(bio_err, + " -dhparam arg - DH parameter file to use, in cert file if not specified\n"); + BIO_printf(bio_err, + " or a default set of parameters is used\n"); #ifndef OPENSSL_NO_ECDH - BIO_printf(bio_err," -named_curve arg - Elliptic curve name to use for ephemeral ECDH keys.\n" \ - " Use \"openssl ecparam -list_curves\" for all names\n" \ - " (default is nistp256).\n"); + BIO_printf(bio_err, + " -named_curve arg - Elliptic curve name to use for ephemeral ECDH keys.\n" + " Use \"openssl ecparam -list_curves\" for all names\n" + " (default is nistp256).\n"); #endif #ifdef FIONBIO - BIO_printf(bio_err," -nbio - Run with non-blocking IO\n"); -#endif - BIO_printf(bio_err," -nbio_test - test with the non-blocking test bio\n"); - BIO_printf(bio_err," -crlf - convert LF from terminal into CRLF\n"); - BIO_printf(bio_err," -debug - Print more output\n"); - BIO_printf(bio_err," -msg - Show protocol messages\n"); - BIO_printf(bio_err," -state - Print the SSL states\n"); - BIO_printf(bio_err," -CApath arg - PEM format directory of CA's\n"); - BIO_printf(bio_err," -CAfile arg - PEM format file of CA's\n"); - BIO_printf(bio_err," -nocert - Don't use any certificates (Anon-DH)\n"); - BIO_printf(bio_err," -cipher arg - play with 'openssl ciphers' to see what goes here\n"); - BIO_printf(bio_err," -serverpref - Use server's cipher preferences\n"); - BIO_printf(bio_err," -quiet - No server output\n"); - BIO_printf(bio_err," -no_tmp_rsa - Do not generate a tmp RSA key\n"); + BIO_printf(bio_err, " -nbio - Run with non-blocking IO\n"); +#endif + BIO_printf(bio_err, + " -nbio_test - test with the non-blocking test bio\n"); + BIO_printf(bio_err, + " -crlf - convert LF from terminal into CRLF\n"); + BIO_printf(bio_err, " -debug - Print more output\n"); + BIO_printf(bio_err, " -msg - Show protocol messages\n"); + BIO_printf(bio_err, " -state - Print the SSL states\n"); + BIO_printf(bio_err, " -CApath arg - PEM format directory of CA's\n"); + BIO_printf(bio_err, " -CAfile arg - PEM format file of CA's\n"); + BIO_printf(bio_err, + " -nocert - Don't use any certificates (Anon-DH)\n"); + BIO_printf(bio_err, + " -cipher arg - play with 'openssl ciphers' to see what goes here\n"); + BIO_printf(bio_err, " -serverpref - Use server's cipher preferences\n"); + BIO_printf(bio_err, " -quiet - No server output\n"); + BIO_printf(bio_err, " -no_tmp_rsa - Do not generate a tmp RSA key\n"); #ifndef OPENSSL_NO_PSK - BIO_printf(bio_err," -psk_hint arg - PSK identity hint to use\n"); - BIO_printf(bio_err," -psk arg - PSK in hex (without 0x)\n"); + BIO_printf(bio_err, " -psk_hint arg - PSK identity hint to use\n"); + BIO_printf(bio_err, " -psk arg - PSK in hex (without 0x)\n"); # ifndef OPENSSL_NO_JPAKE - BIO_printf(bio_err," -jpake arg - JPAKE secret to use\n"); + BIO_printf(bio_err, " -jpake arg - JPAKE secret to use\n"); # endif #endif #ifndef OPENSSL_NO_SRP - BIO_printf(bio_err," -srpvfile file - The verifier file for SRP\n"); - BIO_printf(bio_err," -srpuserseed string - A seed string for a default user salt.\n"); -#endif - BIO_printf(bio_err," -ssl2 - Just talk SSLv2\n"); - BIO_printf(bio_err," -ssl3 - Just talk SSLv3\n"); - BIO_printf(bio_err," -tls1_2 - Just talk TLSv1.2\n"); - BIO_printf(bio_err," -tls1_1 - Just talk TLSv1.1\n"); - BIO_printf(bio_err," -tls1 - Just talk TLSv1\n"); - BIO_printf(bio_err," -dtls1 - Just talk DTLSv1\n"); - BIO_printf(bio_err," -timeout - Enable timeouts\n"); - BIO_printf(bio_err," -mtu - Set link layer MTU\n"); - BIO_printf(bio_err," -chain - Read a certificate chain\n"); - BIO_printf(bio_err," -no_ssl2 - Just disable SSLv2\n"); - BIO_printf(bio_err," -no_ssl3 - Just disable SSLv3\n"); - BIO_printf(bio_err," -no_tls1 - Just disable TLSv1\n"); - BIO_printf(bio_err," -no_tls1_1 - Just disable TLSv1.1\n"); - BIO_printf(bio_err," -no_tls1_2 - Just disable TLSv1.2\n"); + BIO_printf(bio_err, " -srpvfile file - The verifier file for SRP\n"); + BIO_printf(bio_err, + " -srpuserseed string - A seed string for a default user salt.\n"); +#endif + BIO_printf(bio_err, " -ssl2 - Just talk SSLv2\n"); +#ifndef OPENSSL_NO_SSL3_METHOD + BIO_printf(bio_err, " -ssl3 - Just talk SSLv3\n"); +#endif + BIO_printf(bio_err, " -tls1_2 - Just talk TLSv1.2\n"); + BIO_printf(bio_err, " -tls1_1 - Just talk TLSv1.1\n"); + BIO_printf(bio_err, " -tls1 - Just talk TLSv1\n"); + BIO_printf(bio_err, " -dtls1 - Just talk DTLSv1\n"); + BIO_printf(bio_err, " -dtls1_2 - Just talk DTLSv1.2\n"); + BIO_printf(bio_err, " -timeout - Enable timeouts\n"); + BIO_printf(bio_err, " -mtu - Set link layer MTU\n"); + BIO_printf(bio_err, " -chain - Read a certificate chain\n"); + BIO_printf(bio_err, " -no_ssl2 - Just disable SSLv2\n"); + BIO_printf(bio_err, " -no_ssl3 - Just disable SSLv3\n"); + BIO_printf(bio_err, " -no_tls1 - Just disable TLSv1\n"); + BIO_printf(bio_err, " -no_tls1_1 - Just disable TLSv1.1\n"); + BIO_printf(bio_err, " -no_tls1_2 - Just disable TLSv1.2\n"); #ifndef OPENSSL_NO_DH - BIO_printf(bio_err," -no_dhe - Disable ephemeral DH\n"); + BIO_printf(bio_err, " -no_dhe - Disable ephemeral DH\n"); #endif #ifndef OPENSSL_NO_ECDH - BIO_printf(bio_err," -no_ecdhe - Disable ephemeral ECDH\n"); -#endif - BIO_printf(bio_err," -bugs - Turn on SSL bug compatibility\n"); - BIO_printf(bio_err," -hack - workaround for early Netscape code\n"); - BIO_printf(bio_err," -www - Respond to a 'GET /' with a status page\n"); - BIO_printf(bio_err," -WWW - Respond to a 'GET / HTTP/1.0' with file ./\n"); - BIO_printf(bio_err," -HTTP - Respond to a 'GET / HTTP/1.0' with file ./\n"); - BIO_printf(bio_err," with the assumption it contains a complete HTTP response.\n"); + BIO_printf(bio_err, " -no_ecdhe - Disable ephemeral ECDH\n"); +#endif + BIO_printf(bio_err, " -bugs - Turn on SSL bug compatibility\n"); + BIO_printf(bio_err, + " -hack - workaround for early Netscape code\n"); + BIO_printf(bio_err, + " -www - Respond to a 'GET /' with a status page\n"); + BIO_printf(bio_err, + " -WWW - Respond to a 'GET / HTTP/1.0' with file ./\n"); + BIO_printf(bio_err, + " -HTTP - Respond to a 'GET / HTTP/1.0' with file ./\n"); + BIO_printf(bio_err, + " with the assumption it contains a complete HTTP response.\n"); #ifndef OPENSSL_NO_ENGINE - BIO_printf(bio_err," -engine id - Initialise and use the specified engine\n"); + BIO_printf(bio_err, + " -engine id - Initialise and use the specified engine\n"); #endif - BIO_printf(bio_err," -id_prefix arg - Generate SSL/TLS session IDs prefixed by 'arg'\n"); - BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR); + BIO_printf(bio_err, + " -id_prefix arg - Generate SSL/TLS session IDs prefixed by 'arg'\n"); + BIO_printf(bio_err, " -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, + LIST_SEPARATOR_CHAR); #ifndef OPENSSL_NO_TLSEXT - BIO_printf(bio_err," -servername host - servername for HostName TLS extension\n"); - BIO_printf(bio_err," -servername_fatal - on mismatch send fatal alert (default warning alert)\n"); - BIO_printf(bio_err," -cert2 arg - certificate file to use for servername\n"); - BIO_printf(bio_err," (default is %s)\n",TEST_CERT2); - BIO_printf(bio_err," -key2 arg - Private Key file to use for servername, in cert file if\n"); - BIO_printf(bio_err," not specified (default is %s)\n",TEST_CERT2); - BIO_printf(bio_err," -tlsextdebug - hex dump of all TLS extensions received\n"); - BIO_printf(bio_err," -no_ticket - disable use of RFC4507bis session tickets\n"); - BIO_printf(bio_err," -legacy_renegotiation - enable use of legacy renegotiation (dangerous)\n"); + BIO_printf(bio_err, + " -servername host - servername for HostName TLS extension\n"); + BIO_printf(bio_err, + " -servername_fatal - on mismatch send fatal alert (default warning alert)\n"); + BIO_printf(bio_err, + " -cert2 arg - certificate file to use for servername\n"); + BIO_printf(bio_err, " (default is %s)\n", TEST_CERT2); + BIO_printf(bio_err, + " -key2 arg - Private Key file to use for servername, in cert file if\n"); + BIO_printf(bio_err, " not specified (default is %s)\n", + TEST_CERT2); + BIO_printf(bio_err, + " -tlsextdebug - hex dump of all TLS extensions received\n"); + BIO_printf(bio_err, + " -no_ticket - disable use of RFC4507bis session tickets\n"); + BIO_printf(bio_err, + " -legacy_renegotiation - enable use of legacy renegotiation (dangerous)\n"); # ifndef OPENSSL_NO_NEXTPROTONEG - BIO_printf(bio_err," -nextprotoneg arg - set the advertised protocols for the NPN extension (comma-separated list)\n"); + BIO_printf(bio_err, + " -nextprotoneg arg - set the advertised protocols for the NPN extension (comma-separated list)\n"); # endif # ifndef OPENSSL_NO_SRTP - BIO_printf(bio_err," -use_srtp profiles - Offer SRTP key management with a colon-separated profile list\n"); + BIO_printf(bio_err, + " -use_srtp profiles - Offer SRTP key management with a colon-separated profile list\n"); # endif -#endif - BIO_printf(bio_err," -keymatexport label - Export keying material using label\n"); - BIO_printf(bio_err," -keymatexportlen len - Export len bytes of keying material (default 20)\n"); - BIO_printf(bio_err," -status - respond to certificate status requests\n"); - BIO_printf(bio_err," -status_verbose - enable status request verbose printout\n"); - BIO_printf(bio_err," -status_timeout n - status request responder timeout\n"); - BIO_printf(bio_err," -status_url URL - status request fallback URL\n"); - } + BIO_printf(bio_err, + " -alpn arg - set the advertised protocols for the ALPN extension (comma-separated list)\n"); +#endif + BIO_printf(bio_err, + " -keymatexport label - Export keying material using label\n"); + BIO_printf(bio_err, + " -keymatexportlen len - Export len bytes of keying material (default 20)\n"); + BIO_printf(bio_err, + " -status - respond to certificate status requests\n"); + BIO_printf(bio_err, + " -status_verbose - enable status request verbose printout\n"); + BIO_printf(bio_err, + " -status_timeout n - status request responder timeout\n"); + BIO_printf(bio_err, " -status_url URL - status request fallback URL\n"); +} -static int local_argc=0; +static int local_argc = 0; static char **local_argv; #ifdef CHARSET_EBCDIC @@ -582,144 +668,147 @@ static long ebcdic_ctrl(BIO *b, int cmd, long num, void *ptr); static int ebcdic_gets(BIO *bp, char *buf, int size); static int ebcdic_puts(BIO *bp, const char *str); -#define BIO_TYPE_EBCDIC_FILTER (18|0x0200) -static BIO_METHOD methods_ebcdic= - { - BIO_TYPE_EBCDIC_FILTER, - "EBCDIC/ASCII filter", - ebcdic_write, - ebcdic_read, - ebcdic_puts, - ebcdic_gets, - ebcdic_ctrl, - ebcdic_new, - ebcdic_free, - }; - -typedef struct -{ - size_t alloced; - char buff[1]; +# define BIO_TYPE_EBCDIC_FILTER (18|0x0200) +static BIO_METHOD methods_ebcdic = { + BIO_TYPE_EBCDIC_FILTER, + "EBCDIC/ASCII filter", + ebcdic_write, + ebcdic_read, + ebcdic_puts, + ebcdic_gets, + ebcdic_ctrl, + ebcdic_new, + ebcdic_free, +}; + +typedef struct { + size_t alloced; + char buff[1]; } EBCDIC_OUTBUFF; BIO_METHOD *BIO_f_ebcdic_filter() { - return(&methods_ebcdic); + return (&methods_ebcdic); } static int ebcdic_new(BIO *bi) { - EBCDIC_OUTBUFF *wbuf; + EBCDIC_OUTBUFF *wbuf; - wbuf = (EBCDIC_OUTBUFF *)OPENSSL_malloc(sizeof(EBCDIC_OUTBUFF) + 1024); - wbuf->alloced = 1024; - wbuf->buff[0] = '\0'; + wbuf = (EBCDIC_OUTBUFF *) OPENSSL_malloc(sizeof(EBCDIC_OUTBUFF) + 1024); + wbuf->alloced = 1024; + wbuf->buff[0] = '\0'; - bi->ptr=(char *)wbuf; - bi->init=1; - bi->flags=0; - return(1); + bi->ptr = (char *)wbuf; + bi->init = 1; + bi->flags = 0; + return (1); } static int ebcdic_free(BIO *a) { - if (a == NULL) return(0); - if (a->ptr != NULL) - OPENSSL_free(a->ptr); - a->ptr=NULL; - a->init=0; - a->flags=0; - return(1); + if (a == NULL) + return (0); + if (a->ptr != NULL) + OPENSSL_free(a->ptr); + a->ptr = NULL; + a->init = 0; + a->flags = 0; + return (1); } - + static int ebcdic_read(BIO *b, char *out, int outl) { - int ret=0; + int ret = 0; - if (out == NULL || outl == 0) return(0); - if (b->next_bio == NULL) return(0); + if (out == NULL || outl == 0) + return (0); + if (b->next_bio == NULL) + return (0); - ret=BIO_read(b->next_bio,out,outl); - if (ret > 0) - ascii2ebcdic(out,out,ret); - return(ret); + ret = BIO_read(b->next_bio, out, outl); + if (ret > 0) + ascii2ebcdic(out, out, ret); + return (ret); } static int ebcdic_write(BIO *b, const char *in, int inl) { - EBCDIC_OUTBUFF *wbuf; - int ret=0; - int num; - unsigned char n; + EBCDIC_OUTBUFF *wbuf; + int ret = 0; + int num; + unsigned char n; - if ((in == NULL) || (inl <= 0)) return(0); - if (b->next_bio == NULL) return(0); + if ((in == NULL) || (inl <= 0)) + return (0); + if (b->next_bio == NULL) + return (0); - wbuf=(EBCDIC_OUTBUFF *)b->ptr; + wbuf = (EBCDIC_OUTBUFF *) b->ptr; - if (inl > (num = wbuf->alloced)) - { - num = num + num; /* double the size */ - if (num < inl) - num = inl; - OPENSSL_free(wbuf); - wbuf=(EBCDIC_OUTBUFF *)OPENSSL_malloc(sizeof(EBCDIC_OUTBUFF) + num); + if (inl > (num = wbuf->alloced)) { + num = num + num; /* double the size */ + if (num < inl) + num = inl; + OPENSSL_free(wbuf); + wbuf = + (EBCDIC_OUTBUFF *) OPENSSL_malloc(sizeof(EBCDIC_OUTBUFF) + num); - wbuf->alloced = num; - wbuf->buff[0] = '\0'; + wbuf->alloced = num; + wbuf->buff[0] = '\0'; - b->ptr=(char *)wbuf; - } + b->ptr = (char *)wbuf; + } - ebcdic2ascii(wbuf->buff, in, inl); + ebcdic2ascii(wbuf->buff, in, inl); - ret=BIO_write(b->next_bio, wbuf->buff, inl); + ret = BIO_write(b->next_bio, wbuf->buff, inl); - return(ret); + return (ret); } static long ebcdic_ctrl(BIO *b, int cmd, long num, void *ptr) { - long ret; - - if (b->next_bio == NULL) return(0); - switch (cmd) - { - case BIO_CTRL_DUP: - ret=0L; - break; - default: - ret=BIO_ctrl(b->next_bio,cmd,num,ptr); - break; - } - return(ret); + long ret; + + if (b->next_bio == NULL) + return (0); + switch (cmd) { + case BIO_CTRL_DUP: + ret = 0L; + break; + default: + ret = BIO_ctrl(b->next_bio, cmd, num, ptr); + break; + } + return (ret); } static int ebcdic_gets(BIO *bp, char *buf, int size) { - int i, ret=0; - if (bp->next_bio == NULL) return(0); -/* return(BIO_gets(bp->next_bio,buf,size));*/ - for (i=0; inext_bio == NULL) + return (0); +/* return(BIO_gets(bp->next_bio,buf,size));*/ + for (i = 0; i < size - 1; ++i) { + ret = ebcdic_read(bp, &buf[i], 1); + if (ret <= 0) + break; + else if (buf[i] == '\n') { + ++i; + break; + } + } + if (i < size) + buf[i] = '\0'; + return (ret < 0 && i == 0) ? ret : i; } static int ebcdic_puts(BIO *bp, const char *str) { - if (bp->next_bio == NULL) return(0); - return ebcdic_write(bp, str, strlen(str)); + if (bp->next_bio == NULL) + return (0); + return ebcdic_write(bp, str, strlen(str)); } #endif @@ -727,2299 +816,2593 @@ static int ebcdic_puts(BIO *bp, const char *str) /* This is a context that we pass to callbacks */ typedef struct tlsextctx_st { - char * servername; - BIO * biodebug; - int extension_error; + char *servername; + BIO *biodebug; + int extension_error; } tlsextctx; - static int MS_CALLBACK ssl_servername_cb(SSL *s, int *ad, void *arg) - { - tlsextctx * p = (tlsextctx *) arg; - const char * servername = SSL_get_servername(s, TLSEXT_NAMETYPE_host_name); - if (servername && p->biodebug) - BIO_printf(p->biodebug,"Hostname in TLS extension: \"%s\"\n",servername); - - if (!p->servername) - return SSL_TLSEXT_ERR_NOACK; - - if (servername) - { - if (strcasecmp(servername,p->servername)) - return p->extension_error; - if (ctx2) - { - BIO_printf(p->biodebug,"Switching server context.\n"); - SSL_set_SSL_CTX(s,ctx2); - } - } - return SSL_TLSEXT_ERR_OK; +{ + tlsextctx *p = (tlsextctx *) arg; + const char *servername = SSL_get_servername(s, TLSEXT_NAMETYPE_host_name); + if (servername && p->biodebug) + BIO_printf(p->biodebug, "Hostname in TLS extension: \"%s\"\n", + servername); + + if (!p->servername) + return SSL_TLSEXT_ERR_NOACK; + + if (servername) { + if (strcasecmp(servername, p->servername)) + return p->extension_error; + if (ctx2) { + BIO_printf(p->biodebug, "Switching server context.\n"); + SSL_set_SSL_CTX(s, ctx2); + } + } + return SSL_TLSEXT_ERR_OK; } /* Structure passed to cert status callback */ typedef struct tlsextstatusctx_st { - /* Default responder to use */ - char *host, *path, *port; - int use_ssl; - int timeout; - BIO *err; - int verbose; + /* Default responder to use */ + char *host, *path, *port; + int use_ssl; + int timeout; + BIO *err; + int verbose; } tlsextstatusctx; -static tlsextstatusctx tlscstatp = {NULL, NULL, NULL, 0, -1, NULL, 0}; +static tlsextstatusctx tlscstatp = { NULL, NULL, NULL, 0, -1, NULL, 0 }; -/* Certificate Status callback. This is called when a client includes a - * certificate status request extension. - * - * This is a simplified version. It examines certificates each time and - * makes one OCSP responder query for each request. - * - * A full version would store details such as the OCSP certificate IDs and - * minimise the number of OCSP responses by caching them until they were - * considered "expired". +/* + * Certificate Status callback. This is called when a client includes a + * certificate status request extension. This is a simplified version. It + * examines certificates each time and makes one OCSP responder query for + * each request. A full version would store details such as the OCSP + * certificate IDs and minimise the number of OCSP responses by caching them + * until they were considered "expired". */ static int cert_status_cb(SSL *s, void *arg) - { - tlsextstatusctx *srctx = arg; - BIO *err = srctx->err; - char *host, *port, *path; - int use_ssl; - unsigned char *rspder = NULL; - int rspderlen; - STACK_OF(OPENSSL_STRING) *aia = NULL; - X509 *x = NULL; - X509_STORE_CTX inctx; - X509_OBJECT obj; - OCSP_REQUEST *req = NULL; - OCSP_RESPONSE *resp = NULL; - OCSP_CERTID *id = NULL; - STACK_OF(X509_EXTENSION) *exts; - int ret = SSL_TLSEXT_ERR_NOACK; - int i; -#if 0 -STACK_OF(OCSP_RESPID) *ids; -SSL_get_tlsext_status_ids(s, &ids); -BIO_printf(err, "cert_status: received %d ids\n", sk_OCSP_RESPID_num(ids)); -#endif - if (srctx->verbose) - BIO_puts(err, "cert_status: callback called\n"); - /* Build up OCSP query from server certificate */ - x = SSL_get_certificate(s); - aia = X509_get1_ocsp(x); - if (aia) - { - if (!OCSP_parse_url(sk_OPENSSL_STRING_value(aia, 0), - &host, &port, &path, &use_ssl)) - { - BIO_puts(err, "cert_status: can't parse AIA URL\n"); - goto err; - } - if (srctx->verbose) - BIO_printf(err, "cert_status: AIA URL: %s\n", - sk_OPENSSL_STRING_value(aia, 0)); - } - else - { - if (!srctx->host) - { - BIO_puts(srctx->err, "cert_status: no AIA and no default responder URL\n"); - goto done; - } - host = srctx->host; - path = srctx->path; - port = srctx->port; - use_ssl = srctx->use_ssl; - } - - if (!X509_STORE_CTX_init(&inctx, - SSL_CTX_get_cert_store(SSL_get_SSL_CTX(s)), - NULL, NULL)) - goto err; - if (X509_STORE_get_by_subject(&inctx,X509_LU_X509, - X509_get_issuer_name(x),&obj) <= 0) - { - BIO_puts(err, "cert_status: Can't retrieve issuer certificate.\n"); - X509_STORE_CTX_cleanup(&inctx); - goto done; - } - req = OCSP_REQUEST_new(); - if (!req) - goto err; - id = OCSP_cert_to_id(NULL, x, obj.data.x509); - X509_free(obj.data.x509); - X509_STORE_CTX_cleanup(&inctx); - if (!id) - goto err; - if (!OCSP_request_add0_id(req, id)) - goto err; - id = NULL; - /* Add any extensions to the request */ - SSL_get_tlsext_status_exts(s, &exts); - for (i = 0; i < sk_X509_EXTENSION_num(exts); i++) - { - X509_EXTENSION *ext = sk_X509_EXTENSION_value(exts, i); - if (!OCSP_REQUEST_add_ext(req, ext, -1)) - goto err; - } - resp = process_responder(err, req, host, path, port, use_ssl, NULL, - srctx->timeout); - if (!resp) - { - BIO_puts(err, "cert_status: error querying responder\n"); - goto done; - } - rspderlen = i2d_OCSP_RESPONSE(resp, &rspder); - if (rspderlen <= 0) - goto err; - SSL_set_tlsext_status_ocsp_resp(s, rspder, rspderlen); - if (srctx->verbose) - { - BIO_puts(err, "cert_status: ocsp response sent:\n"); - OCSP_RESPONSE_print(err, resp, 2); - } - ret = SSL_TLSEXT_ERR_OK; - done: - if (ret != SSL_TLSEXT_ERR_OK) - ERR_print_errors(err); - if (aia) - { - OPENSSL_free(host); - OPENSSL_free(path); - OPENSSL_free(port); - X509_email_free(aia); - } - if (id) - OCSP_CERTID_free(id); - if (req) - OCSP_REQUEST_free(req); - if (resp) - OCSP_RESPONSE_free(resp); - return ret; - err: - ret = SSL_TLSEXT_ERR_ALERT_FATAL; - goto done; - } +{ + tlsextstatusctx *srctx = arg; + BIO *err = srctx->err; + char *host, *port, *path; + int use_ssl; + unsigned char *rspder = NULL; + int rspderlen; + STACK_OF(OPENSSL_STRING) *aia = NULL; + X509 *x = NULL; + X509_STORE_CTX inctx; + X509_OBJECT obj; + OCSP_REQUEST *req = NULL; + OCSP_RESPONSE *resp = NULL; + OCSP_CERTID *id = NULL; + STACK_OF(X509_EXTENSION) *exts; + int ret = SSL_TLSEXT_ERR_NOACK; + int i; +# if 0 + STACK_OF(OCSP_RESPID) *ids; + SSL_get_tlsext_status_ids(s, &ids); + BIO_printf(err, "cert_status: received %d ids\n", + sk_OCSP_RESPID_num(ids)); +# endif + if (srctx->verbose) + BIO_puts(err, "cert_status: callback called\n"); + /* Build up OCSP query from server certificate */ + x = SSL_get_certificate(s); + aia = X509_get1_ocsp(x); + if (aia) { + if (!OCSP_parse_url(sk_OPENSSL_STRING_value(aia, 0), + &host, &port, &path, &use_ssl)) { + BIO_puts(err, "cert_status: can't parse AIA URL\n"); + goto err; + } + if (srctx->verbose) + BIO_printf(err, "cert_status: AIA URL: %s\n", + sk_OPENSSL_STRING_value(aia, 0)); + } else { + if (!srctx->host) { + BIO_puts(srctx->err, + "cert_status: no AIA and no default responder URL\n"); + goto done; + } + host = srctx->host; + path = srctx->path; + port = srctx->port; + use_ssl = srctx->use_ssl; + } + + if (!X509_STORE_CTX_init(&inctx, + SSL_CTX_get_cert_store(SSL_get_SSL_CTX(s)), + NULL, NULL)) + goto err; + if (X509_STORE_get_by_subject(&inctx, X509_LU_X509, + X509_get_issuer_name(x), &obj) <= 0) { + BIO_puts(err, "cert_status: Can't retrieve issuer certificate.\n"); + X509_STORE_CTX_cleanup(&inctx); + goto done; + } + req = OCSP_REQUEST_new(); + if (!req) + goto err; + id = OCSP_cert_to_id(NULL, x, obj.data.x509); + X509_free(obj.data.x509); + X509_STORE_CTX_cleanup(&inctx); + if (!id) + goto err; + if (!OCSP_request_add0_id(req, id)) + goto err; + id = NULL; + /* Add any extensions to the request */ + SSL_get_tlsext_status_exts(s, &exts); + for (i = 0; i < sk_X509_EXTENSION_num(exts); i++) { + X509_EXTENSION *ext = sk_X509_EXTENSION_value(exts, i); + if (!OCSP_REQUEST_add_ext(req, ext, -1)) + goto err; + } + resp = process_responder(err, req, host, path, port, use_ssl, NULL, + srctx->timeout); + if (!resp) { + BIO_puts(err, "cert_status: error querying responder\n"); + goto done; + } + rspderlen = i2d_OCSP_RESPONSE(resp, &rspder); + if (rspderlen <= 0) + goto err; + SSL_set_tlsext_status_ocsp_resp(s, rspder, rspderlen); + if (srctx->verbose) { + BIO_puts(err, "cert_status: ocsp response sent:\n"); + OCSP_RESPONSE_print(err, resp, 2); + } + ret = SSL_TLSEXT_ERR_OK; + done: + if (ret != SSL_TLSEXT_ERR_OK) + ERR_print_errors(err); + if (aia) { + OPENSSL_free(host); + OPENSSL_free(path); + OPENSSL_free(port); + X509_email_free(aia); + } + if (id) + OCSP_CERTID_free(id); + if (req) + OCSP_REQUEST_free(req); + if (resp) + OCSP_RESPONSE_free(resp); + return ret; + err: + ret = SSL_TLSEXT_ERR_ALERT_FATAL; + goto done; +} # ifndef OPENSSL_NO_NEXTPROTONEG /* This is the context that we pass to next_proto_cb */ typedef struct tlsextnextprotoctx_st { - unsigned char *data; - unsigned int len; + unsigned char *data; + unsigned int len; } tlsextnextprotoctx; -static int next_proto_cb(SSL *s, const unsigned char **data, unsigned int *len, void *arg) - { - tlsextnextprotoctx *next_proto = arg; +static int next_proto_cb(SSL *s, const unsigned char **data, + unsigned int *len, void *arg) +{ + tlsextnextprotoctx *next_proto = arg; - *data = next_proto->data; - *len = next_proto->len; + *data = next_proto->data; + *len = next_proto->len; - return SSL_TLSEXT_ERR_OK; - } -# endif /* ndef OPENSSL_NO_NEXTPROTONEG */ + return SSL_TLSEXT_ERR_OK; +} +# endif /* ndef OPENSSL_NO_NEXTPROTONEG */ +/* This the context that we pass to alpn_cb */ +typedef struct tlsextalpnctx_st { + unsigned char *data; + unsigned short len; +} tlsextalpnctx; -#endif +static int alpn_cb(SSL *s, const unsigned char **out, unsigned char *outlen, + const unsigned char *in, unsigned int inlen, void *arg) +{ + tlsextalpnctx *alpn_ctx = arg; + + if (!s_quiet) { + /* We can assume that |in| is syntactically valid. */ + unsigned i; + BIO_printf(bio_s_out, "ALPN protocols advertised by the client: "); + for (i = 0; i < inlen;) { + if (i) + BIO_write(bio_s_out, ", ", 2); + BIO_write(bio_s_out, &in[i + 1], in[i]); + i += in[i] + 1; + } + BIO_write(bio_s_out, "\n", 1); + } + + if (SSL_select_next_proto + ((unsigned char **)out, outlen, alpn_ctx->data, alpn_ctx->len, in, + inlen) != OPENSSL_NPN_NEGOTIATED) { + return SSL_TLSEXT_ERR_NOACK; + } + + if (!s_quiet) { + BIO_printf(bio_s_out, "ALPN protocols selected: "); + BIO_write(bio_s_out, *out, *outlen); + BIO_write(bio_s_out, "\n", 1); + } + + return SSL_TLSEXT_ERR_OK; +} +#endif /* ndef OPENSSL_NO_TLSEXT */ int MAIN(int, char **); #ifndef OPENSSL_NO_JPAKE static char *jpake_secret = NULL; +# define no_jpake !jpake_secret +#else +# define no_jpake 1 #endif #ifndef OPENSSL_NO_SRP - static srpsrvparm srp_callback_parm; +static srpsrvparm srp_callback_parm; #endif #ifndef OPENSSL_NO_SRTP static char *srtp_profiles = NULL; #endif int MAIN(int argc, char *argv[]) - { - X509_VERIFY_PARAM *vpm = NULL; - int badarg = 0; - short port=PORT; - char *CApath=NULL,*CAfile=NULL; - unsigned char *context = NULL; - char *dhfile = NULL; -#ifndef OPENSSL_NO_ECDH - char *named_curve = NULL; -#endif - int badop=0,bugs=0; - int ret=1; - int off=0; - int no_tmp_rsa=0,no_dhe=0,no_ecdhe=0,nocert=0; - int state=0; - const SSL_METHOD *meth=NULL; - int socket_type=SOCK_STREAM; - ENGINE *e=NULL; - char *inrand=NULL; - int s_cert_format = FORMAT_PEM, s_key_format = FORMAT_PEM; - char *passarg = NULL, *pass = NULL; - char *dpassarg = NULL, *dpass = NULL; - int s_dcert_format = FORMAT_PEM, s_dkey_format = FORMAT_PEM; - X509 *s_cert = NULL, *s_dcert = NULL; - EVP_PKEY *s_key = NULL, *s_dkey = NULL; - int no_cache = 0; +{ + X509_VERIFY_PARAM *vpm = NULL; + int badarg = 0; + short port = PORT; + char *CApath = NULL, *CAfile = NULL; + char *chCApath = NULL, *chCAfile = NULL; + char *vfyCApath = NULL, *vfyCAfile = NULL; + unsigned char *context = NULL; + char *dhfile = NULL; + int badop = 0; + int ret = 1; + int build_chain = 0; + int no_tmp_rsa = 0, no_dhe = 0, no_ecdhe = 0, nocert = 0; + int state = 0; + const SSL_METHOD *meth = NULL; + int socket_type = SOCK_STREAM; + ENGINE *e = NULL; + char *inrand = NULL; + int s_cert_format = FORMAT_PEM, s_key_format = FORMAT_PEM; + char *passarg = NULL, *pass = NULL; + char *dpassarg = NULL, *dpass = NULL; + int s_dcert_format = FORMAT_PEM, s_dkey_format = FORMAT_PEM; + X509 *s_cert = NULL, *s_dcert = NULL; + STACK_OF(X509) *s_chain = NULL, *s_dchain = NULL; + EVP_PKEY *s_key = NULL, *s_dkey = NULL; + int no_cache = 0, ext_cache = 0; + int rev = 0, naccept = -1; #ifndef OPENSSL_NO_TLSEXT - EVP_PKEY *s_key2 = NULL; - X509 *s_cert2 = NULL; - tlsextctx tlsextcbp = {NULL, NULL, SSL_TLSEXT_ERR_ALERT_WARNING}; + EVP_PKEY *s_key2 = NULL; + X509 *s_cert2 = NULL; + tlsextctx tlsextcbp = { NULL, NULL, SSL_TLSEXT_ERR_ALERT_WARNING }; # ifndef OPENSSL_NO_NEXTPROTONEG - const char *next_proto_neg_in = NULL; - tlsextnextprotoctx next_proto; + const char *next_proto_neg_in = NULL; + tlsextnextprotoctx next_proto = { NULL, 0 }; # endif + const char *alpn_in = NULL; + tlsextalpnctx alpn_ctx = { NULL, 0 }; #endif #ifndef OPENSSL_NO_PSK - /* by default do not send a PSK identity hint */ - static char *psk_identity_hint=NULL; + /* by default do not send a PSK identity hint */ + static char *psk_identity_hint = NULL; #endif #ifndef OPENSSL_NO_SRP - char *srpuserseed = NULL; - char *srp_verifier_file = NULL; + char *srpuserseed = NULL; + char *srp_verifier_file = NULL; #endif - meth=SSLv23_server_method(); + SSL_EXCERT *exc = NULL; + SSL_CONF_CTX *cctx = NULL; + STACK_OF(OPENSSL_STRING) *ssl_args = NULL; - local_argc=argc; - local_argv=argv; + char *crl_file = NULL; + int crl_format = FORMAT_PEM; + int crl_download = 0; + STACK_OF(X509_CRL) *crls = NULL; - apps_startup(); + meth = SSLv23_server_method(); + + local_argc = argc; + local_argv = argv; + + apps_startup(); #ifdef MONOLITH - s_server_init(); + s_server_init(); #endif - if (bio_err == NULL) - bio_err=BIO_new_fp(stderr,BIO_NOCLOSE); + if (bio_err == NULL) + bio_err = BIO_new_fp(stderr, BIO_NOCLOSE); - if (!load_config(bio_err, NULL)) - goto end; + if (!load_config(bio_err, NULL)) + goto end; - verify_depth=0; + cctx = SSL_CONF_CTX_new(); + if (!cctx) + goto end; + SSL_CONF_CTX_set_flags(cctx, SSL_CONF_FLAG_SERVER); + SSL_CONF_CTX_set_flags(cctx, SSL_CONF_FLAG_CMDLINE); + + verify_depth = 0; +#ifdef FIONBIO + s_nbio = 0; +#endif + s_nbio_test = 0; + + argc--; + argv++; + + while (argc >= 1) { + if ((strcmp(*argv, "-port") == 0) || (strcmp(*argv, "-accept") == 0)) { + if (--argc < 1) + goto bad; + if (!extract_port(*(++argv), &port)) + goto bad; + } else if (strcmp(*argv, "-naccept") == 0) { + if (--argc < 1) + goto bad; + naccept = atol(*(++argv)); + if (naccept <= 0) { + BIO_printf(bio_err, "bad accept value %s\n", *argv); + goto bad; + } + } else if (strcmp(*argv, "-verify") == 0) { + s_server_verify = SSL_VERIFY_PEER | SSL_VERIFY_CLIENT_ONCE; + if (--argc < 1) + goto bad; + verify_depth = atoi(*(++argv)); + if (!s_quiet) + BIO_printf(bio_err, "verify depth is %d\n", verify_depth); + } else if (strcmp(*argv, "-Verify") == 0) { + s_server_verify = + SSL_VERIFY_PEER | SSL_VERIFY_FAIL_IF_NO_PEER_CERT | + SSL_VERIFY_CLIENT_ONCE; + if (--argc < 1) + goto bad; + verify_depth = atoi(*(++argv)); + if (!s_quiet) + BIO_printf(bio_err, + "verify depth is %d, must return a certificate\n", + verify_depth); + } else if (strcmp(*argv, "-context") == 0) { + if (--argc < 1) + goto bad; + context = (unsigned char *)*(++argv); + } else if (strcmp(*argv, "-cert") == 0) { + if (--argc < 1) + goto bad; + s_cert_file = *(++argv); + } else if (strcmp(*argv, "-CRL") == 0) { + if (--argc < 1) + goto bad; + crl_file = *(++argv); + } else if (strcmp(*argv, "-crl_download") == 0) + crl_download = 1; +#ifndef OPENSSL_NO_TLSEXT + else if (strcmp(*argv, "-serverinfo") == 0) { + if (--argc < 1) + goto bad; + s_serverinfo_file = *(++argv); + } +#endif + else if (strcmp(*argv, "-certform") == 0) { + if (--argc < 1) + goto bad; + s_cert_format = str2fmt(*(++argv)); + } else if (strcmp(*argv, "-key") == 0) { + if (--argc < 1) + goto bad; + s_key_file = *(++argv); + } else if (strcmp(*argv, "-keyform") == 0) { + if (--argc < 1) + goto bad; + s_key_format = str2fmt(*(++argv)); + } else if (strcmp(*argv, "-pass") == 0) { + if (--argc < 1) + goto bad; + passarg = *(++argv); + } else if (strcmp(*argv, "-cert_chain") == 0) { + if (--argc < 1) + goto bad; + s_chain_file = *(++argv); + } else if (strcmp(*argv, "-dhparam") == 0) { + if (--argc < 1) + goto bad; + dhfile = *(++argv); + } else if (strcmp(*argv, "-dcertform") == 0) { + if (--argc < 1) + goto bad; + s_dcert_format = str2fmt(*(++argv)); + } else if (strcmp(*argv, "-dcert") == 0) { + if (--argc < 1) + goto bad; + s_dcert_file = *(++argv); + } else if (strcmp(*argv, "-dkeyform") == 0) { + if (--argc < 1) + goto bad; + s_dkey_format = str2fmt(*(++argv)); + } else if (strcmp(*argv, "-dpass") == 0) { + if (--argc < 1) + goto bad; + dpassarg = *(++argv); + } else if (strcmp(*argv, "-dkey") == 0) { + if (--argc < 1) + goto bad; + s_dkey_file = *(++argv); + } else if (strcmp(*argv, "-dcert_chain") == 0) { + if (--argc < 1) + goto bad; + s_dchain_file = *(++argv); + } else if (strcmp(*argv, "-nocert") == 0) { + nocert = 1; + } else if (strcmp(*argv, "-CApath") == 0) { + if (--argc < 1) + goto bad; + CApath = *(++argv); + } else if (strcmp(*argv, "-chainCApath") == 0) { + if (--argc < 1) + goto bad; + chCApath = *(++argv); + } else if (strcmp(*argv, "-verifyCApath") == 0) { + if (--argc < 1) + goto bad; + vfyCApath = *(++argv); + } else if (strcmp(*argv, "-no_cache") == 0) + no_cache = 1; + else if (strcmp(*argv, "-ext_cache") == 0) + ext_cache = 1; + else if (strcmp(*argv, "-CRLform") == 0) { + if (--argc < 1) + goto bad; + crl_format = str2fmt(*(++argv)); + } else if (args_verify(&argv, &argc, &badarg, bio_err, &vpm)) { + if (badarg) + goto bad; + continue; + } else if (args_excert(&argv, &argc, &badarg, bio_err, &exc)) { + if (badarg) + goto bad; + continue; + } else if (args_ssl(&argv, &argc, cctx, &badarg, bio_err, &ssl_args)) { + if (badarg) + goto bad; + continue; + } else if (strcmp(*argv, "-verify_return_error") == 0) + verify_return_error = 1; + else if (strcmp(*argv, "-verify_quiet") == 0) + verify_quiet = 1; + else if (strcmp(*argv, "-build_chain") == 0) + build_chain = 1; + else if (strcmp(*argv, "-CAfile") == 0) { + if (--argc < 1) + goto bad; + CAfile = *(++argv); + } else if (strcmp(*argv, "-chainCAfile") == 0) { + if (--argc < 1) + goto bad; + chCAfile = *(++argv); + } else if (strcmp(*argv, "-verifyCAfile") == 0) { + if (--argc < 1) + goto bad; + vfyCAfile = *(++argv); + } #ifdef FIONBIO - s_nbio=0; -#endif - s_nbio_test=0; - - argc--; - argv++; - - while (argc >= 1) - { - if ((strcmp(*argv,"-port") == 0) || - (strcmp(*argv,"-accept") == 0)) - { - if (--argc < 1) goto bad; - if (!extract_port(*(++argv),&port)) - goto bad; - } - else if (strcmp(*argv,"-verify") == 0) - { - s_server_verify=SSL_VERIFY_PEER|SSL_VERIFY_CLIENT_ONCE; - if (--argc < 1) goto bad; - verify_depth=atoi(*(++argv)); - BIO_printf(bio_err,"verify depth is %d\n",verify_depth); - } - else if (strcmp(*argv,"-Verify") == 0) - { - s_server_verify=SSL_VERIFY_PEER|SSL_VERIFY_FAIL_IF_NO_PEER_CERT| - SSL_VERIFY_CLIENT_ONCE; - if (--argc < 1) goto bad; - verify_depth=atoi(*(++argv)); - BIO_printf(bio_err,"verify depth is %d, must return a certificate\n",verify_depth); - } - else if (strcmp(*argv,"-context") == 0) - { - if (--argc < 1) goto bad; - context= (unsigned char *)*(++argv); - } - else if (strcmp(*argv,"-cert") == 0) - { - if (--argc < 1) goto bad; - s_cert_file= *(++argv); - } - else if (strcmp(*argv,"-certform") == 0) - { - if (--argc < 1) goto bad; - s_cert_format = str2fmt(*(++argv)); - } - else if (strcmp(*argv,"-key") == 0) - { - if (--argc < 1) goto bad; - s_key_file= *(++argv); - } - else if (strcmp(*argv,"-keyform") == 0) - { - if (--argc < 1) goto bad; - s_key_format = str2fmt(*(++argv)); - } - else if (strcmp(*argv,"-pass") == 0) - { - if (--argc < 1) goto bad; - passarg = *(++argv); - } - else if (strcmp(*argv,"-dhparam") == 0) - { - if (--argc < 1) goto bad; - dhfile = *(++argv); - } -#ifndef OPENSSL_NO_ECDH - else if (strcmp(*argv,"-named_curve") == 0) - { - if (--argc < 1) goto bad; - named_curve = *(++argv); - } -#endif - else if (strcmp(*argv,"-dcertform") == 0) - { - if (--argc < 1) goto bad; - s_dcert_format = str2fmt(*(++argv)); - } - else if (strcmp(*argv,"-dcert") == 0) - { - if (--argc < 1) goto bad; - s_dcert_file= *(++argv); - } - else if (strcmp(*argv,"-dkeyform") == 0) - { - if (--argc < 1) goto bad; - s_dkey_format = str2fmt(*(++argv)); - } - else if (strcmp(*argv,"-dpass") == 0) - { - if (--argc < 1) goto bad; - dpassarg = *(++argv); - } - else if (strcmp(*argv,"-dkey") == 0) - { - if (--argc < 1) goto bad; - s_dkey_file= *(++argv); - } - else if (strcmp(*argv,"-nocert") == 0) - { - nocert=1; - } - else if (strcmp(*argv,"-CApath") == 0) - { - if (--argc < 1) goto bad; - CApath= *(++argv); - } - else if (strcmp(*argv,"-no_cache") == 0) - no_cache = 1; - else if (args_verify(&argv, &argc, &badarg, bio_err, &vpm)) - { - if (badarg) - goto bad; - continue; - } - else if (strcmp(*argv,"-verify_return_error") == 0) - verify_return_error = 1; - else if (strcmp(*argv,"-serverpref") == 0) - { off|=SSL_OP_CIPHER_SERVER_PREFERENCE; } - else if (strcmp(*argv,"-legacy_renegotiation") == 0) - off|=SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION; - else if (strcmp(*argv,"-cipher") == 0) - { - if (--argc < 1) goto bad; - cipher= *(++argv); - } - else if (strcmp(*argv,"-CAfile") == 0) - { - if (--argc < 1) goto bad; - CAfile= *(++argv); - } -#ifdef FIONBIO - else if (strcmp(*argv,"-nbio") == 0) - { s_nbio=1; } -#endif - else if (strcmp(*argv,"-nbio_test") == 0) - { -#ifdef FIONBIO - s_nbio=1; -#endif - s_nbio_test=1; - } - else if (strcmp(*argv,"-debug") == 0) - { s_debug=1; } + else if (strcmp(*argv, "-nbio") == 0) { + s_nbio = 1; + } +#endif + else if (strcmp(*argv, "-nbio_test") == 0) { +#ifdef FIONBIO + s_nbio = 1; +#endif + s_nbio_test = 1; + } else if (strcmp(*argv, "-ign_eof") == 0) + s_ign_eof = 1; + else if (strcmp(*argv, "-no_ign_eof") == 0) + s_ign_eof = 0; + else if (strcmp(*argv, "-debug") == 0) { + s_debug = 1; + } #ifndef OPENSSL_NO_TLSEXT - else if (strcmp(*argv,"-tlsextdebug") == 0) - s_tlsextdebug=1; - else if (strcmp(*argv,"-status") == 0) - s_tlsextstatus=1; - else if (strcmp(*argv,"-status_verbose") == 0) - { - s_tlsextstatus=1; - tlscstatp.verbose = 1; - } - else if (!strcmp(*argv, "-status_timeout")) - { - s_tlsextstatus=1; - if (--argc < 1) goto bad; - tlscstatp.timeout = atoi(*(++argv)); - } - else if (!strcmp(*argv, "-status_url")) - { - s_tlsextstatus=1; - if (--argc < 1) goto bad; - if (!OCSP_parse_url(*(++argv), - &tlscstatp.host, - &tlscstatp.port, - &tlscstatp.path, - &tlscstatp.use_ssl)) - { - BIO_printf(bio_err, "Error parsing URL\n"); - goto bad; - } - } -#endif - else if (strcmp(*argv,"-msg") == 0) - { s_msg=1; } - else if (strcmp(*argv,"-hack") == 0) - { hack=1; } - else if (strcmp(*argv,"-state") == 0) - { state=1; } - else if (strcmp(*argv,"-crlf") == 0) - { s_crlf=1; } - else if (strcmp(*argv,"-quiet") == 0) - { s_quiet=1; } - else if (strcmp(*argv,"-bugs") == 0) - { bugs=1; } - else if (strcmp(*argv,"-no_tmp_rsa") == 0) - { no_tmp_rsa=1; } - else if (strcmp(*argv,"-no_dhe") == 0) - { no_dhe=1; } - else if (strcmp(*argv,"-no_ecdhe") == 0) - { no_ecdhe=1; } + else if (strcmp(*argv, "-tlsextdebug") == 0) + s_tlsextdebug = 1; + else if (strcmp(*argv, "-status") == 0) + s_tlsextstatus = 1; + else if (strcmp(*argv, "-status_verbose") == 0) { + s_tlsextstatus = 1; + tlscstatp.verbose = 1; + } else if (!strcmp(*argv, "-status_timeout")) { + s_tlsextstatus = 1; + if (--argc < 1) + goto bad; + tlscstatp.timeout = atoi(*(++argv)); + } else if (!strcmp(*argv, "-status_url")) { + s_tlsextstatus = 1; + if (--argc < 1) + goto bad; + if (!OCSP_parse_url(*(++argv), + &tlscstatp.host, + &tlscstatp.port, + &tlscstatp.path, &tlscstatp.use_ssl)) { + BIO_printf(bio_err, "Error parsing URL\n"); + goto bad; + } + } +#endif + else if (strcmp(*argv, "-msg") == 0) { + s_msg = 1; + } else if (strcmp(*argv, "-msgfile") == 0) { + if (--argc < 1) + goto bad; + bio_s_msg = BIO_new_file(*(++argv), "w"); + } +#ifndef OPENSSL_NO_SSL_TRACE + else if (strcmp(*argv, "-trace") == 0) { + s_msg = 2; + } +#endif + else if (strcmp(*argv, "-hack") == 0) { + hack = 1; + } else if (strcmp(*argv, "-state") == 0) { + state = 1; + } else if (strcmp(*argv, "-crlf") == 0) { + s_crlf = 1; + } else if (strcmp(*argv, "-quiet") == 0) { + s_quiet = 1; + } else if (strcmp(*argv, "-brief") == 0) { + s_quiet = 1; + s_brief = 1; + verify_quiet = 1; + } else if (strcmp(*argv, "-no_tmp_rsa") == 0) { + no_tmp_rsa = 1; + } else if (strcmp(*argv, "-no_dhe") == 0) { + no_dhe = 1; + } else if (strcmp(*argv, "-no_ecdhe") == 0) { + no_ecdhe = 1; + } else if (strcmp(*argv, "-no_resume_ephemeral") == 0) { + no_resume_ephemeral = 1; + } #ifndef OPENSSL_NO_PSK - else if (strcmp(*argv,"-psk_hint") == 0) - { - if (--argc < 1) goto bad; - psk_identity_hint= *(++argv); - } - else if (strcmp(*argv,"-psk") == 0) - { - size_t i; - - if (--argc < 1) goto bad; - psk_key=*(++argv); - for (i=0; i= 32) - BIO_printf(bio_err, -"warning: id_prefix is too long, only one new session will be possible\n"); - else if(strlen(session_id_prefix) >= 16) - BIO_printf(bio_err, -"warning: id_prefix is too long if you use SSLv2\n"); - if(!SSL_CTX_set_generate_session_id(ctx, generate_session_id)) - { - BIO_printf(bio_err,"error setting 'id_prefix'\n"); - ERR_print_errors(bio_err); - goto end; - } - BIO_printf(bio_err,"id_prefix '%s' set.\n", session_id_prefix); - } - SSL_CTX_set_quiet_shutdown(ctx,1); - if (bugs) SSL_CTX_set_options(ctx,SSL_OP_ALL); - if (hack) SSL_CTX_set_options(ctx,SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG); - SSL_CTX_set_options(ctx,off); - /* DTLS: partial reads end up discarding unread UDP bytes :-( - * Setting read ahead solves this problem. - */ - if (socket_type == SOCK_DGRAM) SSL_CTX_set_read_ahead(ctx, 1); - - if (state) SSL_CTX_set_info_callback(ctx,apps_ssl_info_callback); - if (no_cache) - SSL_CTX_set_session_cache_mode(ctx, SSL_SESS_CACHE_OFF); - else - SSL_CTX_sess_set_cache_size(ctx,128); + s_cert_file2 = NULL; + s_key_file2 = NULL; +#endif + } + + ctx = SSL_CTX_new(meth); + if (ctx == NULL) { + ERR_print_errors(bio_err); + goto end; + } + if (session_id_prefix) { + if (strlen(session_id_prefix) >= 32) + BIO_printf(bio_err, + "warning: id_prefix is too long, only one new session will be possible\n"); + else if (strlen(session_id_prefix) >= 16) + BIO_printf(bio_err, + "warning: id_prefix is too long if you use SSLv2\n"); + if (!SSL_CTX_set_generate_session_id(ctx, generate_session_id)) { + BIO_printf(bio_err, "error setting 'id_prefix'\n"); + ERR_print_errors(bio_err); + goto end; + } + BIO_printf(bio_err, "id_prefix '%s' set.\n", session_id_prefix); + } + SSL_CTX_set_quiet_shutdown(ctx, 1); + if (hack) + SSL_CTX_set_options(ctx, SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG); + if (exc) + ssl_ctx_set_excert(ctx, exc); + /* + * DTLS: partial reads end up discarding unread UDP bytes :-( Setting + * read ahead solves this problem. + */ + if (socket_type == SOCK_DGRAM) + SSL_CTX_set_read_ahead(ctx, 1); + + if (state) + SSL_CTX_set_info_callback(ctx, apps_ssl_info_callback); + if (no_cache) + SSL_CTX_set_session_cache_mode(ctx, SSL_SESS_CACHE_OFF); + else if (ext_cache) + init_session_cache_ctx(ctx); + else + SSL_CTX_sess_set_cache_size(ctx, 128); #ifndef OPENSSL_NO_SRTP - if (srtp_profiles != NULL) - SSL_CTX_set_tlsext_use_srtp(ctx, srtp_profiles); + if (srtp_profiles != NULL) + SSL_CTX_set_tlsext_use_srtp(ctx, srtp_profiles); #endif #if 0 - if (cipher == NULL) cipher=getenv("SSL_CIPHER"); + if (cipher == NULL) + cipher = getenv("SSL_CIPHER"); #endif #if 0 - if (s_cert_file == NULL) - { - BIO_printf(bio_err,"You must specify a certificate file for the server to use\n"); - goto end; - } -#endif - - if ((!SSL_CTX_load_verify_locations(ctx,CAfile,CApath)) || - (!SSL_CTX_set_default_verify_paths(ctx))) - { - /* BIO_printf(bio_err,"X509_load_verify_locations\n"); */ - ERR_print_errors(bio_err); - /* goto end; */ - } - if (vpm) - SSL_CTX_set1_param(ctx, vpm); - + if (s_cert_file == NULL) { + BIO_printf(bio_err, + "You must specify a certificate file for the server to use\n"); + goto end; + } +#endif + + if ((!SSL_CTX_load_verify_locations(ctx, CAfile, CApath)) || + (!SSL_CTX_set_default_verify_paths(ctx))) { + /* BIO_printf(bio_err,"X509_load_verify_locations\n"); */ + ERR_print_errors(bio_err); + /* goto end; */ + } + if (vpm) + SSL_CTX_set1_param(ctx, vpm); + + ssl_ctx_add_crls(ctx, crls, 0); + + if (!args_ssl_call(ctx, bio_err, cctx, ssl_args, no_ecdhe, no_jpake)) + goto end; + + if (!ssl_load_stores(ctx, vfyCApath, vfyCAfile, chCApath, chCAfile, + crls, crl_download)) { + BIO_printf(bio_err, "Error loading store locations\n"); + ERR_print_errors(bio_err); + goto end; + } #ifndef OPENSSL_NO_TLSEXT - if (s_cert2) - { - ctx2=SSL_CTX_new(meth); - if (ctx2 == NULL) - { - ERR_print_errors(bio_err); - goto end; - } - } - - if (ctx2) - { - BIO_printf(bio_s_out,"Setting secondary ctx parameters\n"); - - if (session_id_prefix) - { - if(strlen(session_id_prefix) >= 32) - BIO_printf(bio_err, - "warning: id_prefix is too long, only one new session will be possible\n"); - else if(strlen(session_id_prefix) >= 16) - BIO_printf(bio_err, - "warning: id_prefix is too long if you use SSLv2\n"); - if(!SSL_CTX_set_generate_session_id(ctx2, generate_session_id)) - { - BIO_printf(bio_err,"error setting 'id_prefix'\n"); - ERR_print_errors(bio_err); - goto end; - } - BIO_printf(bio_err,"id_prefix '%s' set.\n", session_id_prefix); - } - SSL_CTX_set_quiet_shutdown(ctx2,1); - if (bugs) SSL_CTX_set_options(ctx2,SSL_OP_ALL); - if (hack) SSL_CTX_set_options(ctx2,SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG); - SSL_CTX_set_options(ctx2,off); - /* DTLS: partial reads end up discarding unread UDP bytes :-( - * Setting read ahead solves this problem. - */ - if (socket_type == SOCK_DGRAM) SSL_CTX_set_read_ahead(ctx2, 1); - - if (state) SSL_CTX_set_info_callback(ctx2,apps_ssl_info_callback); - - if (no_cache) - SSL_CTX_set_session_cache_mode(ctx2,SSL_SESS_CACHE_OFF); - else - SSL_CTX_sess_set_cache_size(ctx2,128); - - if ((!SSL_CTX_load_verify_locations(ctx2,CAfile,CApath)) || - (!SSL_CTX_set_default_verify_paths(ctx2))) - { - ERR_print_errors(bio_err); - } - if (vpm) - SSL_CTX_set1_param(ctx2, vpm); - } + if (s_cert2) { + ctx2 = SSL_CTX_new(meth); + if (ctx2 == NULL) { + ERR_print_errors(bio_err); + goto end; + } + } + + if (ctx2) { + BIO_printf(bio_s_out, "Setting secondary ctx parameters\n"); + + if (session_id_prefix) { + if (strlen(session_id_prefix) >= 32) + BIO_printf(bio_err, + "warning: id_prefix is too long, only one new session will be possible\n"); + else if (strlen(session_id_prefix) >= 16) + BIO_printf(bio_err, + "warning: id_prefix is too long if you use SSLv2\n"); + if (!SSL_CTX_set_generate_session_id(ctx2, generate_session_id)) { + BIO_printf(bio_err, "error setting 'id_prefix'\n"); + ERR_print_errors(bio_err); + goto end; + } + BIO_printf(bio_err, "id_prefix '%s' set.\n", session_id_prefix); + } + SSL_CTX_set_quiet_shutdown(ctx2, 1); + if (hack) + SSL_CTX_set_options(ctx2, SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG); + if (exc) + ssl_ctx_set_excert(ctx2, exc); + /* + * DTLS: partial reads end up discarding unread UDP bytes :-( + * Setting read ahead solves this problem. + */ + if (socket_type == SOCK_DGRAM) + SSL_CTX_set_read_ahead(ctx2, 1); + + if (state) + SSL_CTX_set_info_callback(ctx2, apps_ssl_info_callback); + + if (no_cache) + SSL_CTX_set_session_cache_mode(ctx2, SSL_SESS_CACHE_OFF); + else if (ext_cache) + init_session_cache_ctx(ctx2); + else + SSL_CTX_sess_set_cache_size(ctx2, 128); + + if ((!SSL_CTX_load_verify_locations(ctx2, CAfile, CApath)) || + (!SSL_CTX_set_default_verify_paths(ctx2))) { + ERR_print_errors(bio_err); + } + if (vpm) + SSL_CTX_set1_param(ctx2, vpm); + + ssl_ctx_add_crls(ctx2, crls, 0); + if (!args_ssl_call(ctx2, bio_err, cctx, ssl_args, no_ecdhe, no_jpake)) + goto end; + + } # ifndef OPENSSL_NO_NEXTPROTONEG - if (next_proto.data) - SSL_CTX_set_next_protos_advertised_cb(ctx, next_proto_cb, &next_proto); + if (next_proto.data) + SSL_CTX_set_next_protos_advertised_cb(ctx, next_proto_cb, + &next_proto); # endif -#endif + if (alpn_ctx.data) + SSL_CTX_set_alpn_select_cb(ctx, alpn_cb, &alpn_ctx); +#endif #ifndef OPENSSL_NO_DH - if (!no_dhe) - { - DH *dh=NULL; - - if (dhfile) - dh = load_dh_param(dhfile); - else if (s_cert_file) - dh = load_dh_param(s_cert_file); - - if (dh != NULL) - { - BIO_printf(bio_s_out,"Setting temp DH parameters\n"); - } - else - { - BIO_printf(bio_s_out,"Using default temp DH parameters\n"); - dh=get_dh512(); - } - (void)BIO_flush(bio_s_out); - - SSL_CTX_set_tmp_dh(ctx,dh); -#ifndef OPENSSL_NO_TLSEXT - if (ctx2) - { - if (!dhfile) - { - DH *dh2=load_dh_param(s_cert_file2); - if (dh2 != NULL) - { - BIO_printf(bio_s_out,"Setting temp DH parameters\n"); - (void)BIO_flush(bio_s_out); - - DH_free(dh); - dh = dh2; - } - } - SSL_CTX_set_tmp_dh(ctx2,dh); - } -#endif - DH_free(dh); - } + if (!no_dhe) { + DH *dh = NULL; + + if (dhfile) + dh = load_dh_param(dhfile); + else if (s_cert_file) + dh = load_dh_param(s_cert_file); + + if (dh != NULL) { + BIO_printf(bio_s_out, "Setting temp DH parameters\n"); + } else { + BIO_printf(bio_s_out, "Using default temp DH parameters\n"); + dh = get_dh512(); + } + (void)BIO_flush(bio_s_out); + + SSL_CTX_set_tmp_dh(ctx, dh); +# ifndef OPENSSL_NO_TLSEXT + if (ctx2) { + if (!dhfile) { + DH *dh2 = load_dh_param(s_cert_file2); + if (dh2 != NULL) { + BIO_printf(bio_s_out, "Setting temp DH parameters\n"); + (void)BIO_flush(bio_s_out); + + DH_free(dh); + dh = dh2; + } + } + SSL_CTX_set_tmp_dh(ctx2, dh); + } +# endif + DH_free(dh); + } #endif -#ifndef OPENSSL_NO_ECDH - if (!no_ecdhe) - { - EC_KEY *ecdh=NULL; - - if (named_curve) - { - int nid = OBJ_sn2nid(named_curve); - - if (nid == 0) - { - BIO_printf(bio_err, "unknown curve name (%s)\n", - named_curve); - goto end; - } - ecdh = EC_KEY_new_by_curve_name(nid); - if (ecdh == NULL) - { - BIO_printf(bio_err, "unable to create curve (%s)\n", - named_curve); - goto end; - } - } - - if (ecdh != NULL) - { - BIO_printf(bio_s_out,"Setting temp ECDH parameters\n"); - } - else - { - BIO_printf(bio_s_out,"Using default temp ECDH parameters\n"); - ecdh = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1); - if (ecdh == NULL) - { - BIO_printf(bio_err, "unable to create curve (nistp256)\n"); - goto end; - } - } - (void)BIO_flush(bio_s_out); - - SSL_CTX_set_tmp_ecdh(ctx,ecdh); + if (!set_cert_key_stuff(ctx, s_cert, s_key, s_chain, build_chain)) + goto end; #ifndef OPENSSL_NO_TLSEXT - if (ctx2) - SSL_CTX_set_tmp_ecdh(ctx2,ecdh); + if (s_serverinfo_file != NULL + && !SSL_CTX_use_serverinfo_file(ctx, s_serverinfo_file)) { + ERR_print_errors(bio_err); + goto end; + } #endif - EC_KEY_free(ecdh); - } -#endif - - if (!set_cert_key_stuff(ctx, s_cert, s_key)) - goto end; #ifndef OPENSSL_NO_TLSEXT - if (ctx2 && !set_cert_key_stuff(ctx2,s_cert2,s_key2)) - goto end; + if (ctx2 && !set_cert_key_stuff(ctx2, s_cert2, s_key2, NULL, build_chain)) + goto end; #endif - if (s_dcert != NULL) - { - if (!set_cert_key_stuff(ctx, s_dcert, s_dkey)) - goto end; - } - + if (s_dcert != NULL) { + if (!set_cert_key_stuff(ctx, s_dcert, s_dkey, s_dchain, build_chain)) + goto end; + } #ifndef OPENSSL_NO_RSA -#if 1 - if (!no_tmp_rsa) - { - SSL_CTX_set_tmp_rsa_callback(ctx,tmp_rsa_cb); -#ifndef OPENSSL_NO_TLSEXT - if (ctx2) - SSL_CTX_set_tmp_rsa_callback(ctx2,tmp_rsa_cb); -#endif - } -#else - if (!no_tmp_rsa && SSL_CTX_need_tmp_RSA(ctx)) - { - RSA *rsa; - - BIO_printf(bio_s_out,"Generating temp (512 bit) RSA key..."); - BIO_flush(bio_s_out); +# if 1 + if (!no_tmp_rsa) { + SSL_CTX_set_tmp_rsa_callback(ctx, tmp_rsa_cb); +# ifndef OPENSSL_NO_TLSEXT + if (ctx2) + SSL_CTX_set_tmp_rsa_callback(ctx2, tmp_rsa_cb); +# endif + } +# else + if (!no_tmp_rsa && SSL_CTX_need_tmp_RSA(ctx)) { + RSA *rsa; + + BIO_printf(bio_s_out, "Generating temp (512 bit) RSA key..."); + BIO_flush(bio_s_out); + + rsa = RSA_generate_key(512, RSA_F4, NULL); + + if (!SSL_CTX_set_tmp_rsa(ctx, rsa)) { + ERR_print_errors(bio_err); + goto end; + } +# ifndef OPENSSL_NO_TLSEXT + if (ctx2) { + if (!SSL_CTX_set_tmp_rsa(ctx2, rsa)) { + ERR_print_errors(bio_err); + goto end; + } + } +# endif + RSA_free(rsa); + BIO_printf(bio_s_out, "\n"); + } +# endif +#endif - rsa=RSA_generate_key(512,RSA_F4,NULL); +#ifndef OPENSSL_NO_PSK +# ifdef OPENSSL_NO_JPAKE + if (psk_key != NULL) +# else + if (psk_key != NULL || jpake_secret) +# endif + { + if (s_debug) + BIO_printf(bio_s_out, + "PSK key given or JPAKE in use, setting server callback\n"); + SSL_CTX_set_psk_server_callback(ctx, psk_server_cb); + } - if (!SSL_CTX_set_tmp_rsa(ctx,rsa)) - { - ERR_print_errors(bio_err); - goto end; - } -#ifndef OPENSSL_NO_TLSEXT - if (ctx2) - { - if (!SSL_CTX_set_tmp_rsa(ctx2,rsa)) - { - ERR_print_errors(bio_err); - goto end; - } - } -#endif - RSA_free(rsa); - BIO_printf(bio_s_out,"\n"); - } -#endif + if (!SSL_CTX_use_psk_identity_hint(ctx, psk_identity_hint)) { + BIO_printf(bio_err, "error setting PSK identity hint to context\n"); + ERR_print_errors(bio_err); + goto end; + } #endif -#ifndef OPENSSL_NO_PSK -#ifdef OPENSSL_NO_JPAKE - if (psk_key != NULL) -#else - if (psk_key != NULL || jpake_secret) -#endif - { - if (s_debug) - BIO_printf(bio_s_out, "PSK key given or JPAKE in use, setting server callback\n"); - SSL_CTX_set_psk_server_callback(ctx, psk_server_cb); - } - - if (!SSL_CTX_use_psk_identity_hint(ctx, psk_identity_hint)) - { - BIO_printf(bio_err,"error setting PSK identity hint to context\n"); - ERR_print_errors(bio_err); - goto end; - } -#endif - - if (cipher != NULL) - { - if(!SSL_CTX_set_cipher_list(ctx,cipher)) - { - BIO_printf(bio_err,"error setting cipher list\n"); - ERR_print_errors(bio_err); - goto end; - } -#ifndef OPENSSL_NO_TLSEXT - if (ctx2 && !SSL_CTX_set_cipher_list(ctx2,cipher)) - { - BIO_printf(bio_err,"error setting cipher list\n"); - ERR_print_errors(bio_err); - goto end; - } -#endif - } - SSL_CTX_set_verify(ctx,s_server_verify,verify_callback); - SSL_CTX_set_session_id_context(ctx,(void*)&s_server_session_id_context, - sizeof s_server_session_id_context); - - /* Set DTLS cookie generation and verification callbacks */ - SSL_CTX_set_cookie_generate_cb(ctx, generate_cookie_callback); - SSL_CTX_set_cookie_verify_cb(ctx, verify_cookie_callback); + SSL_CTX_set_verify(ctx, s_server_verify, verify_callback); + SSL_CTX_set_session_id_context(ctx, (void *)&s_server_session_id_context, + sizeof s_server_session_id_context); + + /* Set DTLS cookie generation and verification callbacks */ + SSL_CTX_set_cookie_generate_cb(ctx, generate_cookie_callback); + SSL_CTX_set_cookie_verify_cb(ctx, verify_cookie_callback); #ifndef OPENSSL_NO_TLSEXT - if (ctx2) - { - SSL_CTX_set_verify(ctx2,s_server_verify,verify_callback); - SSL_CTX_set_session_id_context(ctx2,(void*)&s_server_session_id_context, - sizeof s_server_session_id_context); + if (ctx2) { + SSL_CTX_set_verify(ctx2, s_server_verify, verify_callback); + SSL_CTX_set_session_id_context(ctx2, + (void *)&s_server_session_id_context, + sizeof s_server_session_id_context); - tlsextcbp.biodebug = bio_s_out; - SSL_CTX_set_tlsext_servername_callback(ctx2, ssl_servername_cb); - SSL_CTX_set_tlsext_servername_arg(ctx2, &tlsextcbp); - SSL_CTX_set_tlsext_servername_callback(ctx, ssl_servername_cb); - SSL_CTX_set_tlsext_servername_arg(ctx, &tlsextcbp); - } + tlsextcbp.biodebug = bio_s_out; + SSL_CTX_set_tlsext_servername_callback(ctx2, ssl_servername_cb); + SSL_CTX_set_tlsext_servername_arg(ctx2, &tlsextcbp); + SSL_CTX_set_tlsext_servername_callback(ctx, ssl_servername_cb); + SSL_CTX_set_tlsext_servername_arg(ctx, &tlsextcbp); + } #endif #ifndef OPENSSL_NO_SRP - if (srp_verifier_file != NULL) - { - srp_callback_parm.vb = SRP_VBASE_new(srpuserseed); - srp_callback_parm.user = NULL; - srp_callback_parm.login = NULL; - if ((ret = SRP_VBASE_init(srp_callback_parm.vb, srp_verifier_file)) != SRP_NO_ERROR) - { - BIO_printf(bio_err, - "Cannot initialize SRP verifier file \"%s\":ret=%d\n", - srp_verifier_file, ret); - goto end; - } - SSL_CTX_set_verify(ctx, SSL_VERIFY_NONE,verify_callback); - SSL_CTX_set_srp_cb_arg(ctx, &srp_callback_parm); - SSL_CTX_set_srp_username_callback(ctx, ssl_srp_server_param_cb); - } - else -#endif - if (CAfile != NULL) - { - SSL_CTX_set_client_CA_list(ctx,SSL_load_client_CA_file(CAfile)); + if (srp_verifier_file != NULL) { + srp_callback_parm.vb = SRP_VBASE_new(srpuserseed); + srp_callback_parm.user = NULL; + srp_callback_parm.login = NULL; + if ((ret = + SRP_VBASE_init(srp_callback_parm.vb, + srp_verifier_file)) != SRP_NO_ERROR) { + BIO_printf(bio_err, + "Cannot initialize SRP verifier file \"%s\":ret=%d\n", + srp_verifier_file, ret); + goto end; + } + SSL_CTX_set_verify(ctx, SSL_VERIFY_NONE, verify_callback); + SSL_CTX_set_srp_cb_arg(ctx, &srp_callback_parm); + SSL_CTX_set_srp_username_callback(ctx, ssl_srp_server_param_cb); + } else +#endif + if (CAfile != NULL) { + SSL_CTX_set_client_CA_list(ctx, SSL_load_client_CA_file(CAfile)); #ifndef OPENSSL_NO_TLSEXT - if (ctx2) - SSL_CTX_set_client_CA_list(ctx2,SSL_load_client_CA_file(CAfile)); -#endif - } - - BIO_printf(bio_s_out,"ACCEPT\n"); - (void)BIO_flush(bio_s_out); - if (www) - do_server(port,socket_type,&accept_socket,www_body, context); - else - do_server(port,socket_type,&accept_socket,sv_body, context); - print_stats(bio_s_out,ctx); - ret=0; -end: - if (ctx != NULL) SSL_CTX_free(ctx); - if (s_cert) - X509_free(s_cert); - if (s_dcert) - X509_free(s_dcert); - if (s_key) - EVP_PKEY_free(s_key); - if (s_dkey) - EVP_PKEY_free(s_dkey); - if (pass) - OPENSSL_free(pass); - if (dpass) - OPENSSL_free(dpass); - if (vpm) - X509_VERIFY_PARAM_free(vpm); + if (ctx2) + SSL_CTX_set_client_CA_list(ctx2, SSL_load_client_CA_file(CAfile)); +#endif + } + + BIO_printf(bio_s_out, "ACCEPT\n"); + (void)BIO_flush(bio_s_out); + if (rev) + do_server(port, socket_type, &accept_socket, rev_body, context, + naccept); + else if (www) + do_server(port, socket_type, &accept_socket, www_body, context, + naccept); + else + do_server(port, socket_type, &accept_socket, sv_body, context, + naccept); + print_stats(bio_s_out, ctx); + ret = 0; + end: + if (ctx != NULL) + SSL_CTX_free(ctx); + if (s_cert) + X509_free(s_cert); + if (crls) + sk_X509_CRL_pop_free(crls, X509_CRL_free); + if (s_dcert) + X509_free(s_dcert); + if (s_key) + EVP_PKEY_free(s_key); + if (s_dkey) + EVP_PKEY_free(s_dkey); + if (s_chain) + sk_X509_pop_free(s_chain, X509_free); + if (s_dchain) + sk_X509_pop_free(s_dchain, X509_free); + if (pass) + OPENSSL_free(pass); + if (dpass) + OPENSSL_free(dpass); + if (vpm) + X509_VERIFY_PARAM_free(vpm); + free_sessions(); #ifndef OPENSSL_NO_TLSEXT - if (tlscstatp.host) - OPENSSL_free(tlscstatp.host); - if (tlscstatp.port) - OPENSSL_free(tlscstatp.port); - if (tlscstatp.path) - OPENSSL_free(tlscstatp.path); - if (ctx2 != NULL) SSL_CTX_free(ctx2); - if (s_cert2) - X509_free(s_cert2); - if (s_key2) - EVP_PKEY_free(s_key2); -#endif - if (bio_s_out != NULL) - { + if (tlscstatp.host) + OPENSSL_free(tlscstatp.host); + if (tlscstatp.port) + OPENSSL_free(tlscstatp.port); + if (tlscstatp.path) + OPENSSL_free(tlscstatp.path); + if (ctx2 != NULL) + SSL_CTX_free(ctx2); + if (s_cert2) + X509_free(s_cert2); + if (s_key2) + EVP_PKEY_free(s_key2); + if (serverinfo_in != NULL) + BIO_free(serverinfo_in); +# ifndef OPENSSL_NO_NEXTPROTONEG + if (next_proto.data) + OPENSSL_free(next_proto.data); +# endif + if (alpn_ctx.data) + OPENSSL_free(alpn_ctx.data); +#endif + ssl_excert_free(exc); + if (ssl_args) + sk_OPENSSL_STRING_free(ssl_args); + if (cctx) + SSL_CONF_CTX_free(cctx); +#ifndef OPENSSL_NO_JPAKE + if (jpake_secret && psk_key) + OPENSSL_free(psk_key); +#endif + if (bio_s_out != NULL) { BIO_free(bio_s_out); - bio_s_out=NULL; - } - apps_shutdown(); - OPENSSL_EXIT(ret); - } + bio_s_out = NULL; + } + if (bio_s_msg != NULL) { + BIO_free(bio_s_msg); + bio_s_msg = NULL; + } + apps_shutdown(); + OPENSSL_EXIT(ret); +} static void print_stats(BIO *bio, SSL_CTX *ssl_ctx) - { - BIO_printf(bio,"%4ld items in the session cache\n", - SSL_CTX_sess_number(ssl_ctx)); - BIO_printf(bio,"%4ld client connects (SSL_connect())\n", - SSL_CTX_sess_connect(ssl_ctx)); - BIO_printf(bio,"%4ld client renegotiates (SSL_connect())\n", - SSL_CTX_sess_connect_renegotiate(ssl_ctx)); - BIO_printf(bio,"%4ld client connects that finished\n", - SSL_CTX_sess_connect_good(ssl_ctx)); - BIO_printf(bio,"%4ld server accepts (SSL_accept())\n", - SSL_CTX_sess_accept(ssl_ctx)); - BIO_printf(bio,"%4ld server renegotiates (SSL_accept())\n", - SSL_CTX_sess_accept_renegotiate(ssl_ctx)); - BIO_printf(bio,"%4ld server accepts that finished\n", - SSL_CTX_sess_accept_good(ssl_ctx)); - BIO_printf(bio,"%4ld session cache hits\n",SSL_CTX_sess_hits(ssl_ctx)); - BIO_printf(bio,"%4ld session cache misses\n",SSL_CTX_sess_misses(ssl_ctx)); - BIO_printf(bio,"%4ld session cache timeouts\n",SSL_CTX_sess_timeouts(ssl_ctx)); - BIO_printf(bio,"%4ld callback cache hits\n",SSL_CTX_sess_cb_hits(ssl_ctx)); - BIO_printf(bio,"%4ld cache full overflows (%ld allowed)\n", - SSL_CTX_sess_cache_full(ssl_ctx), - SSL_CTX_sess_get_cache_size(ssl_ctx)); - } - -static int sv_body(char *hostname, int s, unsigned char *context) - { - char *buf=NULL; - fd_set readfds; - int ret=1,width; - int k,i; - unsigned long l; - SSL *con=NULL; - BIO *sbio; +{ + BIO_printf(bio, "%4ld items in the session cache\n", + SSL_CTX_sess_number(ssl_ctx)); + BIO_printf(bio, "%4ld client connects (SSL_connect())\n", + SSL_CTX_sess_connect(ssl_ctx)); + BIO_printf(bio, "%4ld client renegotiates (SSL_connect())\n", + SSL_CTX_sess_connect_renegotiate(ssl_ctx)); + BIO_printf(bio, "%4ld client connects that finished\n", + SSL_CTX_sess_connect_good(ssl_ctx)); + BIO_printf(bio, "%4ld server accepts (SSL_accept())\n", + SSL_CTX_sess_accept(ssl_ctx)); + BIO_printf(bio, "%4ld server renegotiates (SSL_accept())\n", + SSL_CTX_sess_accept_renegotiate(ssl_ctx)); + BIO_printf(bio, "%4ld server accepts that finished\n", + SSL_CTX_sess_accept_good(ssl_ctx)); + BIO_printf(bio, "%4ld session cache hits\n", SSL_CTX_sess_hits(ssl_ctx)); + BIO_printf(bio, "%4ld session cache misses\n", + SSL_CTX_sess_misses(ssl_ctx)); + BIO_printf(bio, "%4ld session cache timeouts\n", + SSL_CTX_sess_timeouts(ssl_ctx)); + BIO_printf(bio, "%4ld callback cache hits\n", + SSL_CTX_sess_cb_hits(ssl_ctx)); + BIO_printf(bio, "%4ld cache full overflows (%ld allowed)\n", + SSL_CTX_sess_cache_full(ssl_ctx), + SSL_CTX_sess_get_cache_size(ssl_ctx)); +} + +static int sv_body(char *hostname, int s, int stype, unsigned char *context) +{ + char *buf = NULL; + fd_set readfds; + int ret = 1, width; + int k, i; + unsigned long l; + SSL *con = NULL; + BIO *sbio; #ifndef OPENSSL_NO_KRB5 - KSSL_CTX *kctx; + KSSL_CTX *kctx; #endif - struct timeval timeout; + struct timeval timeout; #if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_NETWARE) || defined(OPENSSL_SYS_BEOS_R5) - struct timeval tv; + struct timeval tv; #else - struct timeval *timeoutp; + struct timeval *timeoutp; #endif - if ((buf=OPENSSL_malloc(bufsize)) == NULL) - { - BIO_printf(bio_err,"out of memory\n"); - goto err; - } -#ifdef FIONBIO - if (s_nbio) - { - unsigned long sl=1; + if ((buf = OPENSSL_malloc(bufsize)) == NULL) { + BIO_printf(bio_err, "out of memory\n"); + goto err; + } +#ifdef FIONBIO + if (s_nbio) { + unsigned long sl = 1; - if (!s_quiet) - BIO_printf(bio_err,"turning on non blocking io\n"); - if (BIO_socket_ioctl(s,FIONBIO,&sl) < 0) - ERR_print_errors(bio_err); - } + if (!s_quiet) + BIO_printf(bio_err, "turning on non blocking io\n"); + if (BIO_socket_ioctl(s, FIONBIO, &sl) < 0) + ERR_print_errors(bio_err); + } #endif - if (con == NULL) { - con=SSL_new(ctx); + if (con == NULL) { + con = SSL_new(ctx); #ifndef OPENSSL_NO_TLSEXT - if (s_tlsextdebug) - { - SSL_set_tlsext_debug_callback(con, tlsext_cb); - SSL_set_tlsext_debug_arg(con, bio_s_out); - } - if (s_tlsextstatus) - { - SSL_CTX_set_tlsext_status_cb(ctx, cert_status_cb); - tlscstatp.err = bio_err; - SSL_CTX_set_tlsext_status_arg(ctx, &tlscstatp); - } + if (s_tlsextdebug) { + SSL_set_tlsext_debug_callback(con, tlsext_cb); + SSL_set_tlsext_debug_arg(con, bio_s_out); + } + if (s_tlsextstatus) { + SSL_CTX_set_tlsext_status_cb(ctx, cert_status_cb); + tlscstatp.err = bio_err; + SSL_CTX_set_tlsext_status_arg(ctx, &tlscstatp); + } #endif #ifndef OPENSSL_NO_KRB5 - if ((kctx = kssl_ctx_new()) != NULL) - { - SSL_set0_kssl_ctx(con, kctx); - kssl_ctx_setstring(kctx, KSSL_SERVICE, KRB5SVC); - kssl_ctx_setstring(kctx, KSSL_KEYTAB, KRB5KEYTAB); - } -#endif /* OPENSSL_NO_KRB5 */ - if(context) - SSL_set_session_id_context(con, context, - strlen((char *)context)); - } - SSL_clear(con); + if ((kctx = kssl_ctx_new()) != NULL) { + SSL_set0_kssl_ctx(con, kctx); + kssl_ctx_setstring(kctx, KSSL_SERVICE, KRB5SVC); + kssl_ctx_setstring(kctx, KSSL_KEYTAB, KRB5KEYTAB); + } +#endif /* OPENSSL_NO_KRB5 */ + if (context) + SSL_set_session_id_context(con, context, strlen((char *)context)); + } + SSL_clear(con); #if 0 -#ifdef TLSEXT_TYPE_opaque_prf_input - SSL_set_tlsext_opaque_prf_input(con, "Test server", 11); -#endif +# ifdef TLSEXT_TYPE_opaque_prf_input + SSL_set_tlsext_opaque_prf_input(con, "Test server", 11); +# endif #endif - if (SSL_version(con) == DTLS1_VERSION) - { + if (stype == SOCK_DGRAM) { - sbio=BIO_new_dgram(s,BIO_NOCLOSE); + sbio = BIO_new_dgram(s, BIO_NOCLOSE); - if (enable_timeouts) - { - timeout.tv_sec = 0; - timeout.tv_usec = DGRAM_RCV_TIMEOUT; - BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_RECV_TIMEOUT, 0, &timeout); - - timeout.tv_sec = 0; - timeout.tv_usec = DGRAM_SND_TIMEOUT; - BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_SEND_TIMEOUT, 0, &timeout); - } + if (enable_timeouts) { + timeout.tv_sec = 0; + timeout.tv_usec = DGRAM_RCV_TIMEOUT; + BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_RECV_TIMEOUT, 0, &timeout); - if (socket_mtu > 28) - { - SSL_set_options(con, SSL_OP_NO_QUERY_MTU); - SSL_set_mtu(con, socket_mtu - 28); - } - else - /* want to do MTU discovery */ - BIO_ctrl(sbio, BIO_CTRL_DGRAM_MTU_DISCOVER, 0, NULL); + timeout.tv_sec = 0; + timeout.tv_usec = DGRAM_SND_TIMEOUT; + BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_SEND_TIMEOUT, 0, &timeout); + } + + if (socket_mtu) { + if (socket_mtu < DTLS_get_link_min_mtu(con)) { + BIO_printf(bio_err, "MTU too small. Must be at least %ld\n", + DTLS_get_link_min_mtu(con)); + ret = -1; + BIO_free(sbio); + goto err; + } + SSL_set_options(con, SSL_OP_NO_QUERY_MTU); + if (!DTLS_set_link_mtu(con, socket_mtu)) { + BIO_printf(bio_err, "Failed to set MTU\n"); + ret = -1; + BIO_free(sbio); + goto err; + } + } else + /* want to do MTU discovery */ + BIO_ctrl(sbio, BIO_CTRL_DGRAM_MTU_DISCOVER, 0, NULL); /* turn on cookie exchange */ SSL_set_options(con, SSL_OP_COOKIE_EXCHANGE); - } - else - sbio=BIO_new_socket(s,BIO_NOCLOSE); + } else + sbio = BIO_new_socket(s, BIO_NOCLOSE); - if (s_nbio_test) - { - BIO *test; + if (s_nbio_test) { + BIO *test; - test=BIO_new(BIO_f_nbio_test()); - sbio=BIO_push(test,sbio); - } + test = BIO_new(BIO_f_nbio_test()); + sbio = BIO_push(test, sbio); + } #ifndef OPENSSL_NO_JPAKE - if(jpake_secret) - jpake_server_auth(bio_s_out, sbio, jpake_secret); -#endif - - SSL_set_bio(con,sbio,sbio); - SSL_set_accept_state(con); - /* SSL_set_fd(con,s); */ - - if (s_debug) - { - SSL_set_debug(con, 1); - BIO_set_callback(SSL_get_rbio(con),bio_dump_callback); - BIO_set_callback_arg(SSL_get_rbio(con),(char *)bio_s_out); - } - if (s_msg) - { - SSL_set_msg_callback(con, msg_cb); - SSL_set_msg_callback_arg(con, bio_s_out); - } + if (jpake_secret) + jpake_server_auth(bio_s_out, sbio, jpake_secret); +#endif + + SSL_set_bio(con, sbio, sbio); + SSL_set_accept_state(con); + /* SSL_set_fd(con,s); */ + + if (s_debug) { + SSL_set_debug(con, 1); + BIO_set_callback(SSL_get_rbio(con), bio_dump_callback); + BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out); + } + if (s_msg) { +#ifndef OPENSSL_NO_SSL_TRACE + if (s_msg == 2) + SSL_set_msg_callback(con, SSL_trace); + else +#endif + SSL_set_msg_callback(con, msg_cb); + SSL_set_msg_callback_arg(con, bio_s_msg ? bio_s_msg : bio_s_out); + } #ifndef OPENSSL_NO_TLSEXT - if (s_tlsextdebug) - { - SSL_set_tlsext_debug_callback(con, tlsext_cb); - SSL_set_tlsext_debug_arg(con, bio_s_out); - } + if (s_tlsextdebug) { + SSL_set_tlsext_debug_callback(con, tlsext_cb); + SSL_set_tlsext_debug_arg(con, bio_s_out); + } #endif - width=s+1; - for (;;) - { - int read_from_terminal; - int read_from_sslcon; + width = s + 1; + for (;;) { + int read_from_terminal; + int read_from_sslcon; - read_from_terminal = 0; - read_from_sslcon = SSL_pending(con); + read_from_terminal = 0; + read_from_sslcon = SSL_pending(con); - if (!read_from_sslcon) - { - FD_ZERO(&readfds); + if (!read_from_sslcon) { + FD_ZERO(&readfds); #if !defined(OPENSSL_SYS_WINDOWS) && !defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_NETWARE) && !defined(OPENSSL_SYS_BEOS_R5) - openssl_fdset(fileno(stdin),&readfds); -#endif - openssl_fdset(s,&readfds); - /* Note: under VMS with SOCKETSHR the second parameter is - * currently of type (int *) whereas under other systems - * it is (void *) if you don't have a cast it will choke - * the compiler: if you do have a cast then you can either - * go for (int *) or (void *). - */ + openssl_fdset(fileno(stdin), &readfds); +#endif + openssl_fdset(s, &readfds); + /* + * Note: under VMS with SOCKETSHR the second parameter is + * currently of type (int *) whereas under other systems it is + * (void *) if you don't have a cast it will choke the compiler: + * if you do have a cast then you can either go for (int *) or + * (void *). + */ #if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_NETWARE) - /* Under DOS (non-djgpp) and Windows we can't select on stdin: only - * on sockets. As a workaround we timeout the select every - * second and check for any keypress. In a proper Windows - * application we wouldn't do this because it is inefficient. - */ - tv.tv_sec = 1; - tv.tv_usec = 0; - i=select(width,(void *)&readfds,NULL,NULL,&tv); - if((i < 0) || (!i && !_kbhit() ) )continue; - if(_kbhit()) - read_from_terminal = 1; + /* + * Under DOS (non-djgpp) and Windows we can't select on stdin: + * only on sockets. As a workaround we timeout the select every + * second and check for any keypress. In a proper Windows + * application we wouldn't do this because it is inefficient. + */ + tv.tv_sec = 1; + tv.tv_usec = 0; + i = select(width, (void *)&readfds, NULL, NULL, &tv); + if ((i < 0) || (!i && !_kbhit())) + continue; + if (_kbhit()) + read_from_terminal = 1; #elif defined(OPENSSL_SYS_BEOS_R5) - /* Under BeOS-R5 the situation is similar to DOS */ - tv.tv_sec = 1; - tv.tv_usec = 0; - (void)fcntl(fileno(stdin), F_SETFL, O_NONBLOCK); - i=select(width,(void *)&readfds,NULL,NULL,&tv); - if ((i < 0) || (!i && read(fileno(stdin), buf, 0) < 0)) - continue; - if (read(fileno(stdin), buf, 0) >= 0) - read_from_terminal = 1; - (void)fcntl(fileno(stdin), F_SETFL, 0); + /* Under BeOS-R5 the situation is similar to DOS */ + tv.tv_sec = 1; + tv.tv_usec = 0; + (void)fcntl(fileno(stdin), F_SETFL, O_NONBLOCK); + i = select(width, (void *)&readfds, NULL, NULL, &tv); + if ((i < 0) || (!i && read(fileno(stdin), buf, 0) < 0)) + continue; + if (read(fileno(stdin), buf, 0) >= 0) + read_from_terminal = 1; + (void)fcntl(fileno(stdin), F_SETFL, 0); #else - if ((SSL_version(con) == DTLS1_VERSION) && - DTLSv1_get_timeout(con, &timeout)) - timeoutp = &timeout; - else - timeoutp = NULL; - - i=select(width,(void *)&readfds,NULL,NULL,timeoutp); - - if ((SSL_version(con) == DTLS1_VERSION) && DTLSv1_handle_timeout(con) > 0) - { - BIO_printf(bio_err,"TIMEOUT occured\n"); - } - - if (i <= 0) continue; - if (FD_ISSET(fileno(stdin),&readfds)) - read_from_terminal = 1; -#endif - if (FD_ISSET(s,&readfds)) - read_from_sslcon = 1; - } - if (read_from_terminal) - { - if (s_crlf) - { - int j, lf_num; - - i=raw_read_stdin(buf, bufsize/2); - lf_num = 0; - /* both loops are skipped when i <= 0 */ - for (j = 0; j < i; j++) - if (buf[j] == '\n') - lf_num++; - for (j = i-1; j >= 0; j--) - { - buf[j+lf_num] = buf[j]; - if (buf[j] == '\n') - { - lf_num--; - i++; - buf[j+lf_num] = '\r'; - } - } - assert(lf_num == 0); - } - else - i=raw_read_stdin(buf,bufsize); - if (!s_quiet) - { - if ((i <= 0) || (buf[0] == 'Q')) - { - BIO_printf(bio_s_out,"DONE\n"); - SHUTDOWN(s); - close_accept_socket(); - ret= -11; - goto err; - } - if ((i <= 0) || (buf[0] == 'q')) - { - BIO_printf(bio_s_out,"DONE\n"); - if (SSL_version(con) != DTLS1_VERSION) + if ((SSL_version(con) == DTLS1_VERSION) && + DTLSv1_get_timeout(con, &timeout)) + timeoutp = &timeout; + else + timeoutp = NULL; + + i = select(width, (void *)&readfds, NULL, NULL, timeoutp); + + if ((SSL_version(con) == DTLS1_VERSION) + && DTLSv1_handle_timeout(con) > 0) { + BIO_printf(bio_err, "TIMEOUT occured\n"); + } + + if (i <= 0) + continue; + if (FD_ISSET(fileno(stdin), &readfds)) + read_from_terminal = 1; +#endif + if (FD_ISSET(s, &readfds)) + read_from_sslcon = 1; + } + if (read_from_terminal) { + if (s_crlf) { + int j, lf_num; + + i = raw_read_stdin(buf, bufsize / 2); + lf_num = 0; + /* both loops are skipped when i <= 0 */ + for (j = 0; j < i; j++) + if (buf[j] == '\n') + lf_num++; + for (j = i - 1; j >= 0; j--) { + buf[j + lf_num] = buf[j]; + if (buf[j] == '\n') { + lf_num--; + i++; + buf[j + lf_num] = '\r'; + } + } + assert(lf_num == 0); + } else + i = raw_read_stdin(buf, bufsize); + if (!s_quiet && !s_brief) { + if ((i <= 0) || (buf[0] == 'Q')) { + BIO_printf(bio_s_out, "DONE\n"); + SHUTDOWN(s); + close_accept_socket(); + ret = -11; + goto err; + } + if ((i <= 0) || (buf[0] == 'q')) { + BIO_printf(bio_s_out, "DONE\n"); + if (SSL_version(con) != DTLS1_VERSION) SHUTDOWN(s); - /* close_accept_socket(); - ret= -11;*/ - goto err; - } - + /* + * close_accept_socket(); ret= -11; + */ + goto err; + } #ifndef OPENSSL_NO_HEARTBEATS - if ((buf[0] == 'B') && - ((buf[1] == '\n') || (buf[1] == '\r'))) - { - BIO_printf(bio_err,"HEARTBEATING\n"); - SSL_heartbeat(con); - i=0; - continue; - } -#endif - if ((buf[0] == 'r') && - ((buf[1] == '\n') || (buf[1] == '\r'))) - { - SSL_renegotiate(con); - i=SSL_do_handshake(con); - printf("SSL_do_handshake -> %d\n",i); - i=0; /*13; */ - continue; - /* strcpy(buf,"server side RE-NEGOTIATE\n"); */ - } - if ((buf[0] == 'R') && - ((buf[1] == '\n') || (buf[1] == '\r'))) - { - SSL_set_verify(con, - SSL_VERIFY_PEER|SSL_VERIFY_CLIENT_ONCE,NULL); - SSL_renegotiate(con); - i=SSL_do_handshake(con); - printf("SSL_do_handshake -> %d\n",i); - i=0; /* 13; */ - continue; - /* strcpy(buf,"server side RE-NEGOTIATE asking for client cert\n"); */ - } - if (buf[0] == 'P') - { - static const char *str="Lets print some clear text\n"; - BIO_write(SSL_get_wbio(con),str,strlen(str)); - } - if (buf[0] == 'S') - { - print_stats(bio_s_out,SSL_get_SSL_CTX(con)); - } - } + if ((buf[0] == 'B') && ((buf[1] == '\n') || (buf[1] == '\r'))) { + BIO_printf(bio_err, "HEARTBEATING\n"); + SSL_heartbeat(con); + i = 0; + continue; + } +#endif + if ((buf[0] == 'r') && ((buf[1] == '\n') || (buf[1] == '\r'))) { + SSL_renegotiate(con); + i = SSL_do_handshake(con); + printf("SSL_do_handshake -> %d\n", i); + i = 0; /* 13; */ + continue; + /* + * strcpy(buf,"server side RE-NEGOTIATE\n"); + */ + } + if ((buf[0] == 'R') && ((buf[1] == '\n') || (buf[1] == '\r'))) { + SSL_set_verify(con, + SSL_VERIFY_PEER | SSL_VERIFY_CLIENT_ONCE, + NULL); + SSL_renegotiate(con); + i = SSL_do_handshake(con); + printf("SSL_do_handshake -> %d\n", i); + i = 0; /* 13; */ + continue; + /* + * strcpy(buf,"server side RE-NEGOTIATE asking for client + * cert\n"); + */ + } + if (buf[0] == 'P') { + static const char *str = "Lets print some clear text\n"; + BIO_write(SSL_get_wbio(con), str, strlen(str)); + } + if (buf[0] == 'S') { + print_stats(bio_s_out, SSL_get_SSL_CTX(con)); + } + } #ifdef CHARSET_EBCDIC - ebcdic2ascii(buf,buf,i); + ebcdic2ascii(buf, buf, i); #endif - l=k=0; - for (;;) - { - /* should do a select for the write */ + l = k = 0; + for (;;) { + /* should do a select for the write */ #ifdef RENEG -{ static count=0; if (++count == 100) { count=0; SSL_renegotiate(con); } } + { + static count = 0; + if (++count == 100) { + count = 0; + SSL_renegotiate(con); + } + } #endif - k=SSL_write(con,&(buf[l]),(unsigned int)i); + k = SSL_write(con, &(buf[l]), (unsigned int)i); #ifndef OPENSSL_NO_SRP - while (SSL_get_error(con,k) == SSL_ERROR_WANT_X509_LOOKUP) - { - BIO_printf(bio_s_out,"LOOKUP renego during write\n"); - srp_callback_parm.user = SRP_VBASE_get_by_user(srp_callback_parm.vb, srp_callback_parm.login); - if (srp_callback_parm.user) - BIO_printf(bio_s_out,"LOOKUP done %s\n",srp_callback_parm.user->info); - else - BIO_printf(bio_s_out,"LOOKUP not successful\n"); - k=SSL_write(con,&(buf[l]),(unsigned int)i); - } -#endif - switch (SSL_get_error(con,k)) - { - case SSL_ERROR_NONE: - break; - case SSL_ERROR_WANT_WRITE: - case SSL_ERROR_WANT_READ: - case SSL_ERROR_WANT_X509_LOOKUP: - BIO_printf(bio_s_out,"Write BLOCK\n"); - break; - case SSL_ERROR_SYSCALL: - case SSL_ERROR_SSL: - BIO_printf(bio_s_out,"ERROR\n"); - ERR_print_errors(bio_err); - ret=1; - goto err; - /* break; */ - case SSL_ERROR_ZERO_RETURN: - BIO_printf(bio_s_out,"DONE\n"); - ret=1; - goto err; - } - l+=k; - i-=k; - if (i <= 0) break; - } - } - if (read_from_sslcon) - { - if (!SSL_is_init_finished(con)) - { - i=init_ssl_connection(con); - - if (i < 0) - { - ret=0; - goto err; - } - else if (i == 0) - { - ret=1; - goto err; - } - } - else - { -again: - i=SSL_read(con,(char *)buf,bufsize); + while (SSL_get_error(con, k) == SSL_ERROR_WANT_X509_LOOKUP) { + BIO_printf(bio_s_out, "LOOKUP renego during write\n"); + srp_callback_parm.user = + SRP_VBASE_get_by_user(srp_callback_parm.vb, + srp_callback_parm.login); + if (srp_callback_parm.user) + BIO_printf(bio_s_out, "LOOKUP done %s\n", + srp_callback_parm.user->info); + else + BIO_printf(bio_s_out, "LOOKUP not successful\n"); + k = SSL_write(con, &(buf[l]), (unsigned int)i); + } +#endif + switch (SSL_get_error(con, k)) { + case SSL_ERROR_NONE: + break; + case SSL_ERROR_WANT_WRITE: + case SSL_ERROR_WANT_READ: + case SSL_ERROR_WANT_X509_LOOKUP: + BIO_printf(bio_s_out, "Write BLOCK\n"); + break; + case SSL_ERROR_SYSCALL: + case SSL_ERROR_SSL: + BIO_printf(bio_s_out, "ERROR\n"); + ERR_print_errors(bio_err); + ret = 1; + goto err; + /* break; */ + case SSL_ERROR_ZERO_RETURN: + BIO_printf(bio_s_out, "DONE\n"); + ret = 1; + goto err; + } + l += k; + i -= k; + if (i <= 0) + break; + } + } + if (read_from_sslcon) { + if (!SSL_is_init_finished(con)) { + i = init_ssl_connection(con); + + if (i < 0) { + ret = 0; + goto err; + } else if (i == 0) { + ret = 1; + goto err; + } + } else { + again: + i = SSL_read(con, (char *)buf, bufsize); #ifndef OPENSSL_NO_SRP - while (SSL_get_error(con,i) == SSL_ERROR_WANT_X509_LOOKUP) - { - BIO_printf(bio_s_out,"LOOKUP renego during read\n"); - srp_callback_parm.user = SRP_VBASE_get_by_user(srp_callback_parm.vb, srp_callback_parm.login); - if (srp_callback_parm.user) - BIO_printf(bio_s_out,"LOOKUP done %s\n",srp_callback_parm.user->info); - else - BIO_printf(bio_s_out,"LOOKUP not successful\n"); - i=SSL_read(con,(char *)buf,bufsize); - } -#endif - switch (SSL_get_error(con,i)) - { - case SSL_ERROR_NONE: + while (SSL_get_error(con, i) == SSL_ERROR_WANT_X509_LOOKUP) { + BIO_printf(bio_s_out, "LOOKUP renego during read\n"); + srp_callback_parm.user = + SRP_VBASE_get_by_user(srp_callback_parm.vb, + srp_callback_parm.login); + if (srp_callback_parm.user) + BIO_printf(bio_s_out, "LOOKUP done %s\n", + srp_callback_parm.user->info); + else + BIO_printf(bio_s_out, "LOOKUP not successful\n"); + i = SSL_read(con, (char *)buf, bufsize); + } +#endif + switch (SSL_get_error(con, i)) { + case SSL_ERROR_NONE: #ifdef CHARSET_EBCDIC - ascii2ebcdic(buf,buf,i); -#endif - raw_write_stdout(buf, - (unsigned int)i); - if (SSL_pending(con)) goto again; - break; - case SSL_ERROR_WANT_WRITE: - case SSL_ERROR_WANT_READ: - BIO_printf(bio_s_out,"Read BLOCK\n"); - break; - case SSL_ERROR_SYSCALL: - case SSL_ERROR_SSL: - BIO_printf(bio_s_out,"ERROR\n"); - ERR_print_errors(bio_err); - ret=1; - goto err; - case SSL_ERROR_ZERO_RETURN: - BIO_printf(bio_s_out,"DONE\n"); - ret=1; - goto err; - } - } - } - } -err: - if (con != NULL) - { - BIO_printf(bio_s_out,"shutting down SSL\n"); + ascii2ebcdic(buf, buf, i); +#endif + raw_write_stdout(buf, (unsigned int)i); + if (SSL_pending(con)) + goto again; + break; + case SSL_ERROR_WANT_WRITE: + case SSL_ERROR_WANT_READ: + BIO_printf(bio_s_out, "Read BLOCK\n"); + break; + case SSL_ERROR_SYSCALL: + case SSL_ERROR_SSL: + BIO_printf(bio_s_out, "ERROR\n"); + ERR_print_errors(bio_err); + ret = 1; + goto err; + case SSL_ERROR_ZERO_RETURN: + BIO_printf(bio_s_out, "DONE\n"); + ret = 1; + goto err; + } + } + } + } + err: + if (con != NULL) { + BIO_printf(bio_s_out, "shutting down SSL\n"); #if 1 - SSL_set_shutdown(con,SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN); + SSL_set_shutdown(con, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); #else - SSL_shutdown(con); -#endif - SSL_free(con); - } - BIO_printf(bio_s_out,"CONNECTION CLOSED\n"); - if (buf != NULL) - { - OPENSSL_cleanse(buf,bufsize); - OPENSSL_free(buf); - } - if (ret >= 0) - BIO_printf(bio_s_out,"ACCEPT\n"); - return(ret); - } + SSL_shutdown(con); +#endif + SSL_free(con); + } + BIO_printf(bio_s_out, "CONNECTION CLOSED\n"); + if (buf != NULL) { + OPENSSL_cleanse(buf, bufsize); + OPENSSL_free(buf); + } + if (ret >= 0) + BIO_printf(bio_s_out, "ACCEPT\n"); + return (ret); +} static void close_accept_socket(void) - { - BIO_printf(bio_err,"shutdown accept socket\n"); - if (accept_socket >= 0) - { - SHUTDOWN2(accept_socket); - } - } +{ + BIO_printf(bio_err, "shutdown accept socket\n"); + if (accept_socket >= 0) { + SHUTDOWN2(accept_socket); + } +} static int init_ssl_connection(SSL *con) - { - int i; - const char *str; - X509 *peer; - long verify_error; - MS_STATIC char buf[BUFSIZ]; +{ + int i; + const char *str; + X509 *peer; + long verify_error; + MS_STATIC char buf[BUFSIZ]; #ifndef OPENSSL_NO_KRB5 - char *client_princ; + char *client_princ; #endif #if !defined(OPENSSL_NO_TLSEXT) && !defined(OPENSSL_NO_NEXTPROTONEG) - const unsigned char *next_proto_neg; - unsigned next_proto_neg_len; + const unsigned char *next_proto_neg; + unsigned next_proto_neg_len; +#endif + unsigned char *exportedkeymat; + + i = SSL_accept(con); +#ifdef CERT_CB_TEST_RETRY + { + while (i <= 0 && SSL_get_error(con, i) == SSL_ERROR_WANT_X509_LOOKUP + && SSL_state(con) == SSL3_ST_SR_CLNT_HELLO_C) { + fprintf(stderr, + "LOOKUP from certificate callback during accept\n"); + i = SSL_accept(con); + } + } #endif - unsigned char *exportedkeymat; - - - i=SSL_accept(con); #ifndef OPENSSL_NO_SRP - while (i <= 0 && SSL_get_error(con,i) == SSL_ERROR_WANT_X509_LOOKUP) - { - BIO_printf(bio_s_out,"LOOKUP during accept %s\n",srp_callback_parm.login); - srp_callback_parm.user = SRP_VBASE_get_by_user(srp_callback_parm.vb, srp_callback_parm.login); - if (srp_callback_parm.user) - BIO_printf(bio_s_out,"LOOKUP done %s\n",srp_callback_parm.user->info); - else - BIO_printf(bio_s_out,"LOOKUP not successful\n"); - i=SSL_accept(con); - } -#endif - if (i <= 0) - { - if (BIO_sock_should_retry(i)) - { - BIO_printf(bio_s_out,"DELAY\n"); - return(1); - } - - BIO_printf(bio_err,"ERROR\n"); - verify_error=SSL_get_verify_result(con); - if (verify_error != X509_V_OK) - { - BIO_printf(bio_err,"verify error:%s\n", - X509_verify_cert_error_string(verify_error)); - } - else - ERR_print_errors(bio_err); - return(0); - } - - PEM_write_bio_SSL_SESSION(bio_s_out,SSL_get_session(con)); - - peer=SSL_get_peer_certificate(con); - if (peer != NULL) - { - BIO_printf(bio_s_out,"Client certificate\n"); - PEM_write_bio_X509(bio_s_out,peer); - X509_NAME_oneline(X509_get_subject_name(peer),buf,sizeof buf); - BIO_printf(bio_s_out,"subject=%s\n",buf); - X509_NAME_oneline(X509_get_issuer_name(peer),buf,sizeof buf); - BIO_printf(bio_s_out,"issuer=%s\n",buf); - X509_free(peer); - } - - if (SSL_get_shared_ciphers(con,buf,sizeof buf) != NULL) - BIO_printf(bio_s_out,"Shared ciphers:%s\n",buf); - str=SSL_CIPHER_get_name(SSL_get_current_cipher(con)); - BIO_printf(bio_s_out,"CIPHER is %s\n",(str != NULL)?str:"(NONE)"); + while (i <= 0 && SSL_get_error(con, i) == SSL_ERROR_WANT_X509_LOOKUP) { + BIO_printf(bio_s_out, "LOOKUP during accept %s\n", + srp_callback_parm.login); + srp_callback_parm.user = + SRP_VBASE_get_by_user(srp_callback_parm.vb, + srp_callback_parm.login); + if (srp_callback_parm.user) + BIO_printf(bio_s_out, "LOOKUP done %s\n", + srp_callback_parm.user->info); + else + BIO_printf(bio_s_out, "LOOKUP not successful\n"); + i = SSL_accept(con); + } +#endif + + if (i <= 0) { + if (BIO_sock_should_retry(i)) { + BIO_printf(bio_s_out, "DELAY\n"); + return (1); + } + + BIO_printf(bio_err, "ERROR\n"); + verify_error = SSL_get_verify_result(con); + if (verify_error != X509_V_OK) { + BIO_printf(bio_err, "verify error:%s\n", + X509_verify_cert_error_string(verify_error)); + } + /* Always print any error messages */ + ERR_print_errors(bio_err); + return (0); + } + + if (s_brief) + print_ssl_summary(bio_err, con); + + PEM_write_bio_SSL_SESSION(bio_s_out, SSL_get_session(con)); + + peer = SSL_get_peer_certificate(con); + if (peer != NULL) { + BIO_printf(bio_s_out, "Client certificate\n"); + PEM_write_bio_X509(bio_s_out, peer); + X509_NAME_oneline(X509_get_subject_name(peer), buf, sizeof buf); + BIO_printf(bio_s_out, "subject=%s\n", buf); + X509_NAME_oneline(X509_get_issuer_name(peer), buf, sizeof buf); + BIO_printf(bio_s_out, "issuer=%s\n", buf); + X509_free(peer); + } + + if (SSL_get_shared_ciphers(con, buf, sizeof buf) != NULL) + BIO_printf(bio_s_out, "Shared ciphers:%s\n", buf); + str = SSL_CIPHER_get_name(SSL_get_current_cipher(con)); + ssl_print_sigalgs(bio_s_out, con); +#ifndef OPENSSL_NO_EC + ssl_print_point_formats(bio_s_out, con); + ssl_print_curves(bio_s_out, con, 0); +#endif + BIO_printf(bio_s_out, "CIPHER is %s\n", (str != NULL) ? str : "(NONE)"); #if !defined(OPENSSL_NO_TLSEXT) && !defined(OPENSSL_NO_NEXTPROTONEG) - SSL_get0_next_proto_negotiated(con, &next_proto_neg, &next_proto_neg_len); - if (next_proto_neg) - { - BIO_printf(bio_s_out,"NEXTPROTO is "); - BIO_write(bio_s_out, next_proto_neg, next_proto_neg_len); - BIO_printf(bio_s_out, "\n"); - } + SSL_get0_next_proto_negotiated(con, &next_proto_neg, &next_proto_neg_len); + if (next_proto_neg) { + BIO_printf(bio_s_out, "NEXTPROTO is "); + BIO_write(bio_s_out, next_proto_neg, next_proto_neg_len); + BIO_printf(bio_s_out, "\n"); + } #endif #ifndef OPENSSL_NO_SRTP - { - SRTP_PROTECTION_PROFILE *srtp_profile - = SSL_get_selected_srtp_profile(con); - - if(srtp_profile) - BIO_printf(bio_s_out,"SRTP Extension negotiated, profile=%s\n", - srtp_profile->name); - } -#endif - if (SSL_cache_hit(con)) BIO_printf(bio_s_out,"Reused session-id\n"); - if (SSL_ctrl(con,SSL_CTRL_GET_FLAGS,0,NULL) & - TLS1_FLAGS_TLS_PADDING_BUG) - BIO_printf(bio_s_out, - "Peer has incorrect TLSv1 block padding\n"); + { + SRTP_PROTECTION_PROFILE *srtp_profile + = SSL_get_selected_srtp_profile(con); + + if (srtp_profile) + BIO_printf(bio_s_out, "SRTP Extension negotiated, profile=%s\n", + srtp_profile->name); + } +#endif + if (SSL_cache_hit(con)) + BIO_printf(bio_s_out, "Reused session-id\n"); + if (SSL_ctrl(con, SSL_CTRL_GET_FLAGS, 0, NULL) & + TLS1_FLAGS_TLS_PADDING_BUG) + BIO_printf(bio_s_out, "Peer has incorrect TLSv1 block padding\n"); #ifndef OPENSSL_NO_KRB5 - client_princ = kssl_ctx_get0_client_princ(SSL_get0_kssl_ctx(con)); - if (client_princ != NULL) - { - BIO_printf(bio_s_out,"Kerberos peer principal is %s\n", - client_princ); - } -#endif /* OPENSSL_NO_KRB5 */ - BIO_printf(bio_s_out, "Secure Renegotiation IS%s supported\n", - SSL_get_secure_renegotiation_support(con) ? "" : " NOT"); - if (keymatexportlabel != NULL) - { - BIO_printf(bio_s_out, "Keying material exporter:\n"); - BIO_printf(bio_s_out, " Label: '%s'\n", keymatexportlabel); - BIO_printf(bio_s_out, " Length: %i bytes\n", - keymatexportlen); - exportedkeymat = OPENSSL_malloc(keymatexportlen); - if (exportedkeymat != NULL) - { - if (!SSL_export_keying_material(con, exportedkeymat, - keymatexportlen, - keymatexportlabel, - strlen(keymatexportlabel), - NULL, 0, 0)) - { - BIO_printf(bio_s_out, " Error\n"); - } - else - { - BIO_printf(bio_s_out, " Keying material: "); - for (i=0; iinfo); - else - BIO_printf(bio_s_out,"LOOKUP not successful\n"); - i=SSL_accept(con); - } -#endif - switch (SSL_get_error(con,i)) - { - case SSL_ERROR_NONE: - break; - case SSL_ERROR_WANT_WRITE: - case SSL_ERROR_WANT_READ: - case SSL_ERROR_WANT_X509_LOOKUP: - continue; - case SSL_ERROR_SYSCALL: - case SSL_ERROR_SSL: - case SSL_ERROR_ZERO_RETURN: - ret=1; - goto err; - /* break; */ - } - - SSL_renegotiate(con); - SSL_write(con,NULL,0); - } - - i=BIO_gets(io,buf,bufsize-1); - if (i < 0) /* error */ - { - if (!BIO_should_retry(io)) - { - if (!s_quiet) - ERR_print_errors(bio_err); - goto err; - } - else - { - BIO_printf(bio_s_out,"read R BLOCK\n"); + while (i <= 0 + && SSL_get_error(con, i) == SSL_ERROR_WANT_X509_LOOKUP) { + BIO_printf(bio_s_out, "LOOKUP during accept %s\n", + srp_callback_parm.login); + srp_callback_parm.user = + SRP_VBASE_get_by_user(srp_callback_parm.vb, + srp_callback_parm.login); + if (srp_callback_parm.user) + BIO_printf(bio_s_out, "LOOKUP done %s\n", + srp_callback_parm.user->info); + else + BIO_printf(bio_s_out, "LOOKUP not successful\n"); + i = SSL_accept(con); + } +#endif + switch (SSL_get_error(con, i)) { + case SSL_ERROR_NONE: + break; + case SSL_ERROR_WANT_WRITE: + case SSL_ERROR_WANT_READ: + case SSL_ERROR_WANT_X509_LOOKUP: + continue; + case SSL_ERROR_SYSCALL: + case SSL_ERROR_SSL: + case SSL_ERROR_ZERO_RETURN: + ret = 1; + goto err; + /* break; */ + } + + SSL_renegotiate(con); + SSL_write(con, NULL, 0); + } + + i = BIO_gets(io, buf, bufsize - 1); + if (i < 0) { /* error */ + if (!BIO_should_retry(io)) { + if (!s_quiet) + ERR_print_errors(bio_err); + goto err; + } else { + BIO_printf(bio_s_out, "read R BLOCK\n"); #if defined(OPENSSL_SYS_NETWARE) - delay(1000); + delay(1000); #elif !defined(OPENSSL_SYS_MSDOS) && !defined(__DJGPP__) - sleep(1); -#endif - continue; - } - } - else if (i == 0) /* end of input */ - { - ret=1; - goto end; - } - - /* else we have data */ - if ( ((www == 1) && (strncmp("GET ",buf,4) == 0)) || - ((www == 2) && (strncmp("GET /stats ",buf,10) == 0))) - { - char *p; - X509 *peer; - STACK_OF(SSL_CIPHER) *sk; - static const char *space=" "; - - BIO_puts(io,"HTTP/1.0 200 ok\r\nContent-type: text/html\r\n\r\n"); - BIO_puts(io,"\n"); - BIO_puts(io,"
    \n");
    -/*			BIO_puts(io,SSLeay_version(SSLEAY_VERSION));*/
    -			BIO_puts(io,"\n");
    -			for (i=0; i\r\n\r\n");
    -			break;
    -			}
    -		else if ((www == 2 || www == 3)
    -                         && (strncmp("GET /",buf,5) == 0))
    -			{
    -			BIO *file;
    -			char *p,*e;
    -			static const char *text="HTTP/1.0 200 ok\r\nContent-type: text/plain\r\n\r\n";
    -
    -			/* skip the '/' */
    -			p= &(buf[5]);
    -
    -			dot = 1;
    -			for (e=p; *e != '\0'; e++)
    -				{
    -				if (e[0] == ' ')
    -					break;
    -
    -				switch (dot)
    -					{
    -				case 1:
    -					dot = (e[0] == '.') ? 2 : 0;
    -					break;
    -				case 2:
    -					dot = (e[0] == '.') ? 3 : 0;
    -					break;
    -				case 3:
    -					dot = (e[0] == '/') ? -1 : 0;
    -					break;
    -					}
    -				if (dot == 0)
    -					dot = (e[0] == '/') ? 1 : 0;
    -				}
    -			dot = (dot == 3) || (dot == -1); /* filename contains ".." component */
    -
    -			if (*e == '\0')
    -				{
    -				BIO_puts(io,text);
    -				BIO_printf(io,"'%s' is an invalid file name\r\n",p);
    -				break;
    -				}
    -			*e='\0';
    -
    -			if (dot)
    -				{
    -				BIO_puts(io,text);
    -				BIO_printf(io,"'%s' contains '..' reference\r\n",p);
    -				break;
    -				}
    -
    -			if (*p == '/')
    -				{
    -				BIO_puts(io,text);
    -				BIO_printf(io,"'%s' is an invalid path\r\n",p);
    -				break;
    -				}
    +                sleep(1);
    +#endif
    +                continue;
    +            }
    +        } else if (i == 0) {    /* end of input */
    +            ret = 1;
    +            goto end;
    +        }
     
    +        /* else we have data */
    +        if (((www == 1) && (strncmp("GET ", buf, 4) == 0)) ||
    +            ((www == 2) && (strncmp("GET /stats ", buf, 10) == 0))) {
    +            char *p;
    +            X509 *peer;
    +            STACK_OF(SSL_CIPHER) *sk;
    +            static const char *space = "                          ";
    +
    +            BIO_puts(io,
    +                     "HTTP/1.0 200 ok\r\nContent-type: text/html\r\n\r\n");
    +            BIO_puts(io, "\n");
    +            BIO_puts(io, "
    \n");
    +/*                      BIO_puts(io,SSLeay_version(SSLEAY_VERSION));*/
    +            BIO_puts(io, "\n");
    +            for (i = 0; i < local_argc; i++) {
    +                BIO_puts(io, local_argv[i]);
    +                BIO_write(io, " ", 1);
    +            }
    +            BIO_puts(io, "\n");
    +
    +            BIO_printf(io,
    +                       "Secure Renegotiation IS%s supported\n",
    +                       SSL_get_secure_renegotiation_support(con) ?
    +                       "" : " NOT");
    +
    +            /*
    +             * The following is evil and should not really be done
    +             */
    +            BIO_printf(io, "Ciphers supported in s_server binary\n");
    +            sk = SSL_get_ciphers(con);
    +            j = sk_SSL_CIPHER_num(sk);
    +            for (i = 0; i < j; i++) {
    +                c = sk_SSL_CIPHER_value(sk, i);
    +                BIO_printf(io, "%-11s:%-25s",
    +                           SSL_CIPHER_get_version(c), SSL_CIPHER_get_name(c));
    +                if ((((i + 1) % 2) == 0) && (i + 1 != j))
    +                    BIO_puts(io, "\n");
    +            }
    +            BIO_puts(io, "\n");
    +            p = SSL_get_shared_ciphers(con, buf, bufsize);
    +            if (p != NULL) {
    +                BIO_printf(io,
    +                           "---\nCiphers common between both SSL end points:\n");
    +                j = i = 0;
    +                while (*p) {
    +                    if (*p == ':') {
    +                        BIO_write(io, space, 26 - j);
    +                        i++;
    +                        j = 0;
    +                        BIO_write(io, ((i % 3) ? " " : "\n"), 1);
    +                    } else {
    +                        BIO_write(io, p, 1);
    +                        j++;
    +                    }
    +                    p++;
    +                }
    +                BIO_puts(io, "\n");
    +            }
    +            ssl_print_sigalgs(io, con);
    +#ifndef OPENSSL_NO_EC
    +            ssl_print_curves(io, con, 0);
    +#endif
    +            BIO_printf(io, (SSL_cache_hit(con)
    +                            ? "---\nReused, " : "---\nNew, "));
    +            c = SSL_get_current_cipher(con);
    +            BIO_printf(io, "%s, Cipher is %s\n",
    +                       SSL_CIPHER_get_version(c), SSL_CIPHER_get_name(c));
    +            SSL_SESSION_print(io, SSL_get_session(con));
    +            BIO_printf(io, "---\n");
    +            print_stats(io, SSL_get_SSL_CTX(con));
    +            BIO_printf(io, "---\n");
    +            peer = SSL_get_peer_certificate(con);
    +            if (peer != NULL) {
    +                BIO_printf(io, "Client certificate\n");
    +                X509_print(io, peer);
    +                PEM_write_bio_X509(io, peer);
    +            } else
    +                BIO_puts(io, "no client certificate available\n");
    +            BIO_puts(io, "\r\n\r\n");
    +            break;
    +        } else if ((www == 2 || www == 3)
    +                   && (strncmp("GET /", buf, 5) == 0)) {
    +            BIO *file;
    +            char *p, *e;
    +            static const char *text =
    +                "HTTP/1.0 200 ok\r\nContent-type: text/plain\r\n\r\n";
    +
    +            /* skip the '/' */
    +            p = &(buf[5]);
    +
    +            dot = 1;
    +            for (e = p; *e != '\0'; e++) {
    +                if (e[0] == ' ')
    +                    break;
    +
    +                switch (dot) {
    +                case 1:
    +                    dot = (e[0] == '.') ? 2 : 0;
    +                    break;
    +                case 2:
    +                    dot = (e[0] == '.') ? 3 : 0;
    +                    break;
    +                case 3:
    +                    dot = (e[0] == '/') ? -1 : 0;
    +                    break;
    +                }
    +                if (dot == 0)
    +                    dot = (e[0] == '/') ? 1 : 0;
    +            }
    +            dot = (dot == 3) || (dot == -1); /* filename contains ".."
    +                                              * component */
    +
    +            if (*e == '\0') {
    +                BIO_puts(io, text);
    +                BIO_printf(io, "'%s' is an invalid file name\r\n", p);
    +                break;
    +            }
    +            *e = '\0';
    +
    +            if (dot) {
    +                BIO_puts(io, text);
    +                BIO_printf(io, "'%s' contains '..' reference\r\n", p);
    +                break;
    +            }
    +
    +            if (*p == '/') {
    +                BIO_puts(io, text);
    +                BIO_printf(io, "'%s' is an invalid path\r\n", p);
    +                break;
    +            }
     #if 0
    -			/* append if a directory lookup */
    -			if (e[-1] == '/')
    -				strcat(p,"index.html");
    +            /* append if a directory lookup */
    +            if (e[-1] == '/')
    +                strcat(p, "index.html");
     #endif
     
    -			/* if a directory, do the index thang */
    -			if (app_isdir(p)>0)
    -				{
    -#if 0 /* must check buffer size */
    -				strcat(p,"/index.html");
    +            /* if a directory, do the index thang */
    +            if (app_isdir(p) > 0) {
    +#if 0                           /* must check buffer size */
    +                strcat(p, "/index.html");
     #else
    -				BIO_puts(io,text);
    -				BIO_printf(io,"'%s' is a directory\r\n",p);
    -				break;
    -#endif
    -				}
    -
    -			if ((file=BIO_new_file(p,"r")) == NULL)
    -				{
    -				BIO_puts(io,text);
    -				BIO_printf(io,"Error opening '%s'\r\n",p);
    -				ERR_print_errors(io);
    -				break;
    -				}
    -
    -			if (!s_quiet)
    -				BIO_printf(bio_err,"FILE:%s\n",p);
    -
    -                        if (www == 2)
    -                                {
    -                                i=strlen(p);
    -                                if (	((i > 5) && (strcmp(&(p[i-5]),".html") == 0)) ||
    -                                        ((i > 4) && (strcmp(&(p[i-4]),".php") == 0)) ||
    -                                        ((i > 4) && (strcmp(&(p[i-4]),".htm") == 0)))
    -                                        BIO_puts(io,"HTTP/1.0 200 ok\r\nContent-type: text/html\r\n\r\n");
    -                                else
    -                                        BIO_puts(io,"HTTP/1.0 200 ok\r\nContent-type: text/plain\r\n\r\n");
    -                                }
    -			/* send the file */
    -			for (;;)
    -				{
    -				i=BIO_read(file,buf,bufsize);
    -				if (i <= 0) break;
    +                BIO_puts(io, text);
    +                BIO_printf(io, "'%s' is a directory\r\n", p);
    +                break;
    +#endif
    +            }
    +
    +            if ((file = BIO_new_file(p, "r")) == NULL) {
    +                BIO_puts(io, text);
    +                BIO_printf(io, "Error opening '%s'\r\n", p);
    +                ERR_print_errors(io);
    +                break;
    +            }
    +
    +            if (!s_quiet)
    +                BIO_printf(bio_err, "FILE:%s\n", p);
    +
    +            if (www == 2) {
    +                i = strlen(p);
    +                if (((i > 5) && (strcmp(&(p[i - 5]), ".html") == 0)) ||
    +                    ((i > 4) && (strcmp(&(p[i - 4]), ".php") == 0)) ||
    +                    ((i > 4) && (strcmp(&(p[i - 4]), ".htm") == 0)))
    +                    BIO_puts(io,
    +                             "HTTP/1.0 200 ok\r\nContent-type: text/html\r\n\r\n");
    +                else
    +                    BIO_puts(io,
    +                             "HTTP/1.0 200 ok\r\nContent-type: text/plain\r\n\r\n");
    +            }
    +            /* send the file */
    +            for (;;) {
    +                i = BIO_read(file, buf, bufsize);
    +                if (i <= 0)
    +                    break;
     
     #ifdef RENEG
    -				total_bytes+=i;
    -				fprintf(stderr,"%d\n",i);
    -				if (total_bytes > 3*1024)
    -					{
    -					total_bytes=0;
    -					fprintf(stderr,"RENEGOTIATE\n");
    -					SSL_renegotiate(con);
    -					}
    -#endif
    -
    -				for (j=0; j 3 * 1024) {
    +                    total_bytes = 0;
    +                    fprintf(stderr, "RENEGOTIATE\n");
    +                    SSL_renegotiate(con);
    +                }
    +#endif
    +
    +                for (j = 0; j < i;) {
     #ifdef RENEG
    -{ static count=0; if (++count == 13) { SSL_renegotiate(con); } }
    -#endif
    -					k=BIO_write(io,&(buf[j]),i-j);
    -					if (k <= 0)
    -						{
    -						if (!BIO_should_retry(io))
    -							goto write_error;
    -						else
    -							{
    -							BIO_printf(bio_s_out,"rwrite W BLOCK\n");
    -							}
    -						}
    -					else
    -						{
    -						j+=k;
    -						}
    -					}
    -				}
    -write_error:
    -			BIO_free(file);
    -			break;
    -			}
    -		}
    -
    -	for (;;)
    -		{
    -		i=(int)BIO_flush(io);
    -		if (i <= 0)
    -			{
    -			if (!BIO_should_retry(io))
    -				break;
    -			}
    -		else
    -			break;
    -		}
    -end:
    +                    {
    +                        static count = 0;
    +                        if (++count == 13) {
    +                            SSL_renegotiate(con);
    +                        }
    +                    }
    +#endif
    +                    k = BIO_write(io, &(buf[j]), i - j);
    +                    if (k <= 0) {
    +                        if (!BIO_should_retry(io))
    +                            goto write_error;
    +                        else {
    +                            BIO_printf(bio_s_out, "rwrite W BLOCK\n");
    +                        }
    +                    } else {
    +                        j += k;
    +                    }
    +                }
    +            }
    + write_error:
    +            BIO_free(file);
    +            break;
    +        }
    +    }
    +
    +    for (;;) {
    +        i = (int)BIO_flush(io);
    +        if (i <= 0) {
    +            if (!BIO_should_retry(io))
    +                break;
    +        } else
    +            break;
    +    }
    + end:
     #if 1
    -	/* make sure we re-use sessions */
    -	SSL_set_shutdown(con,SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN);
    +    /* make sure we re-use sessions */
    +    SSL_set_shutdown(con, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN);
     #else
    -	/* This kills performance */
    -/*	SSL_shutdown(con); A shutdown gets sent in the
    - *	BIO_free_all(io) procession */
    +    /* This kills performance */
    +    /*
    +     * SSL_shutdown(con); A shutdown gets sent in the BIO_free_all(io)
    +     * procession
    +     */
     #endif
     
    -err:
    + err:
     
    -	if (ret >= 0)
    -		BIO_printf(bio_s_out,"ACCEPT\n");
    +    if (ret >= 0)
    +        BIO_printf(bio_s_out, "ACCEPT\n");
     
    -	if (buf != NULL) OPENSSL_free(buf);
    -	if (io != NULL) BIO_free_all(io);
    -/*	if (ssl_bio != NULL) BIO_free(ssl_bio);*/
    -	return(ret);
    -	}
    +    if (buf != NULL)
    +        OPENSSL_free(buf);
    +    if (io != NULL)
    +        BIO_free_all(io);
    +/*      if (ssl_bio != NULL) BIO_free(ssl_bio);*/
    +    return (ret);
    +}
    +
    +static int rev_body(char *hostname, int s, int stype, unsigned char *context)
    +{
    +    char *buf = NULL;
    +    int i;
    +    int ret = 1;
    +    SSL *con;
    +    BIO *io, *ssl_bio, *sbio;
    +#ifndef OPENSSL_NO_KRB5
    +    KSSL_CTX *kctx;
    +#endif
    +
    +    buf = OPENSSL_malloc(bufsize);
    +    if (buf == NULL)
    +        return (0);
    +    io = BIO_new(BIO_f_buffer());
    +    ssl_bio = BIO_new(BIO_f_ssl());
    +    if ((io == NULL) || (ssl_bio == NULL))
    +        goto err;
    +
    +    /* lets make the output buffer a reasonable size */
    +    if (!BIO_set_write_buffer_size(io, bufsize))
    +        goto err;
    +
    +    if ((con = SSL_new(ctx)) == NULL)
    +        goto err;
    +#ifndef OPENSSL_NO_TLSEXT
    +    if (s_tlsextdebug) {
    +        SSL_set_tlsext_debug_callback(con, tlsext_cb);
    +        SSL_set_tlsext_debug_arg(con, bio_s_out);
    +    }
    +#endif
    +#ifndef OPENSSL_NO_KRB5
    +    if ((kctx = kssl_ctx_new()) != NULL) {
    +        kssl_ctx_setstring(kctx, KSSL_SERVICE, KRB5SVC);
    +        kssl_ctx_setstring(kctx, KSSL_KEYTAB, KRB5KEYTAB);
    +    }
    +#endif                          /* OPENSSL_NO_KRB5 */
    +    if (context)
    +        SSL_set_session_id_context(con, context, strlen((char *)context));
    +
    +    sbio = BIO_new_socket(s, BIO_NOCLOSE);
    +    SSL_set_bio(con, sbio, sbio);
    +    SSL_set_accept_state(con);
    +
    +    BIO_set_ssl(ssl_bio, con, BIO_CLOSE);
    +    BIO_push(io, ssl_bio);
    +#ifdef CHARSET_EBCDIC
    +    io = BIO_push(BIO_new(BIO_f_ebcdic_filter()), io);
    +#endif
    +
    +    if (s_debug) {
    +        SSL_set_debug(con, 1);
    +        BIO_set_callback(SSL_get_rbio(con), bio_dump_callback);
    +        BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out);
    +    }
    +    if (s_msg) {
    +#ifndef OPENSSL_NO_SSL_TRACE
    +        if (s_msg == 2)
    +            SSL_set_msg_callback(con, SSL_trace);
    +        else
    +#endif
    +            SSL_set_msg_callback(con, msg_cb);
    +        SSL_set_msg_callback_arg(con, bio_s_msg ? bio_s_msg : bio_s_out);
    +    }
    +
    +    for (;;) {
    +        i = BIO_do_handshake(io);
    +        if (i > 0)
    +            break;
    +        if (!BIO_should_retry(io)) {
    +            BIO_puts(bio_err, "CONNECTION FAILURE\n");
    +            ERR_print_errors(bio_err);
    +            goto end;
    +        }
    +    }
    +    BIO_printf(bio_err, "CONNECTION ESTABLISHED\n");
    +    print_ssl_summary(bio_err, con);
    +
    +    for (;;) {
    +        i = BIO_gets(io, buf, bufsize - 1);
    +        if (i < 0) {            /* error */
    +            if (!BIO_should_retry(io)) {
    +                if (!s_quiet)
    +                    ERR_print_errors(bio_err);
    +                goto err;
    +            } else {
    +                BIO_printf(bio_s_out, "read R BLOCK\n");
    +#if defined(OPENSSL_SYS_NETWARE)
    +                delay(1000);
    +#elif !defined(OPENSSL_SYS_MSDOS) && !defined(__DJGPP__)
    +                sleep(1);
    +#endif
    +                continue;
    +            }
    +        } else if (i == 0) {    /* end of input */
    +            ret = 1;
    +            BIO_printf(bio_err, "CONNECTION CLOSED\n");
    +            goto end;
    +        } else {
    +            char *p = buf + i - 1;
    +            while (i && (*p == '\n' || *p == '\r')) {
    +                p--;
    +                i--;
    +            }
    +            if (!s_ign_eof && i == 5 && !strncmp(buf, "CLOSE", 5)) {
    +                ret = 1;
    +                BIO_printf(bio_err, "CONNECTION CLOSED\n");
    +                goto end;
    +            }
    +            BUF_reverse((unsigned char *)buf, NULL, i);
    +            buf[i] = '\n';
    +            BIO_write(io, buf, i + 1);
    +            for (;;) {
    +                i = BIO_flush(io);
    +                if (i > 0)
    +                    break;
    +                if (!BIO_should_retry(io))
    +                    goto end;
    +            }
    +        }
    +    }
    + end:
    +    /* make sure we re-use sessions */
    +    SSL_set_shutdown(con, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN);
    +
    + err:
    +
    +    if (buf != NULL)
    +        OPENSSL_free(buf);
    +    if (io != NULL)
    +        BIO_free_all(io);
    +    return (ret);
    +}
     
     #ifndef OPENSSL_NO_RSA
     static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength)
    -	{
    -	BIGNUM *bn = NULL;
    -	static RSA *rsa_tmp=NULL;
    -
    -	if (!rsa_tmp && ((bn = BN_new()) == NULL))
    -		BIO_printf(bio_err,"Allocation error in generating RSA key\n");
    -	if (!rsa_tmp && bn)
    -		{
    -		if (!s_quiet)
    -			{
    -			BIO_printf(bio_err,"Generating temp (%d bit) RSA key...",keylength);
    -			(void)BIO_flush(bio_err);
    -			}
    -		if(!BN_set_word(bn, RSA_F4) || ((rsa_tmp = RSA_new()) == NULL) ||
    -				!RSA_generate_key_ex(rsa_tmp, keylength, bn, NULL))
    -			{
    -			if(rsa_tmp) RSA_free(rsa_tmp);
    -			rsa_tmp = NULL;
    -			}
    -		if (!s_quiet)
    -			{
    -			BIO_printf(bio_err,"\n");
    -			(void)BIO_flush(bio_err);
    -			}
    -		BN_free(bn);
    -		}
    -	return(rsa_tmp);
    -	}
    +{
    +    BIGNUM *bn = NULL;
    +    static RSA *rsa_tmp = NULL;
    +
    +    if (!rsa_tmp && ((bn = BN_new()) == NULL))
    +        BIO_printf(bio_err, "Allocation error in generating RSA key\n");
    +    if (!rsa_tmp && bn) {
    +        if (!s_quiet) {
    +            BIO_printf(bio_err, "Generating temp (%d bit) RSA key...",
    +                       keylength);
    +            (void)BIO_flush(bio_err);
    +        }
    +        if (!BN_set_word(bn, RSA_F4) || ((rsa_tmp = RSA_new()) == NULL) ||
    +            !RSA_generate_key_ex(rsa_tmp, keylength, bn, NULL)) {
    +            if (rsa_tmp)
    +                RSA_free(rsa_tmp);
    +            rsa_tmp = NULL;
    +        }
    +        if (!s_quiet) {
    +            BIO_printf(bio_err, "\n");
    +            (void)BIO_flush(bio_err);
    +        }
    +        BN_free(bn);
    +    }
    +    return (rsa_tmp);
    +}
     #endif
     
     #define MAX_SESSION_ID_ATTEMPTS 10
     static int generate_session_id(const SSL *ssl, unsigned char *id,
    -				unsigned int *id_len)
    -	{
    -	unsigned int count = 0;
    -	do	{
    -		RAND_pseudo_bytes(id, *id_len);
    -		/* Prefix the session_id with the required prefix. NB: If our
    -		 * prefix is too long, clip it - but there will be worse effects
    -		 * anyway, eg. the server could only possibly create 1 session
    -		 * ID (ie. the prefix!) so all future session negotiations will
    -		 * fail due to conflicts. */
    -		memcpy(id, session_id_prefix,
    -			(strlen(session_id_prefix) < *id_len) ?
    -			strlen(session_id_prefix) : *id_len);
    -		}
    -	while(SSL_has_matching_session_id(ssl, id, *id_len) &&
    -		(++count < MAX_SESSION_ID_ATTEMPTS));
    -	if(count >= MAX_SESSION_ID_ATTEMPTS)
    -		return 0;
    -	return 1;
    -	}
    +                               unsigned int *id_len)
    +{
    +    unsigned int count = 0;
    +    do {
    +        RAND_pseudo_bytes(id, *id_len);
    +        /*
    +         * Prefix the session_id with the required prefix. NB: If our prefix
    +         * is too long, clip it - but there will be worse effects anyway, eg.
    +         * the server could only possibly create 1 session ID (ie. the
    +         * prefix!) so all future session negotiations will fail due to
    +         * conflicts.
    +         */
    +        memcpy(id, session_id_prefix,
    +               (strlen(session_id_prefix) < *id_len) ?
    +               strlen(session_id_prefix) : *id_len);
    +    }
    +    while (SSL_has_matching_session_id(ssl, id, *id_len) &&
    +           (++count < MAX_SESSION_ID_ATTEMPTS));
    +    if (count >= MAX_SESSION_ID_ATTEMPTS)
    +        return 0;
    +    return 1;
    +}
    +
    +/*
    + * By default s_server uses an in-memory cache which caches SSL_SESSION
    + * structures without any serialisation. This hides some bugs which only
    + * become apparent in deployed servers. By implementing a basic external
    + * session cache some issues can be debugged using s_server.
    + */
    +
    +typedef struct simple_ssl_session_st {
    +    unsigned char *id;
    +    unsigned int idlen;
    +    unsigned char *der;
    +    int derlen;
    +    struct simple_ssl_session_st *next;
    +} simple_ssl_session;
    +
    +static simple_ssl_session *first = NULL;
    +
    +static int add_session(SSL *ssl, SSL_SESSION *session)
    +{
    +    simple_ssl_session *sess;
    +    unsigned char *p;
    +
    +    sess = OPENSSL_malloc(sizeof(simple_ssl_session));
    +
    +    SSL_SESSION_get_id(session, &sess->idlen);
    +    sess->derlen = i2d_SSL_SESSION(session, NULL);
    +
    +    sess->id = BUF_memdup(SSL_SESSION_get_id(session, NULL), sess->idlen);
    +
    +    sess->der = OPENSSL_malloc(sess->derlen);
    +    p = sess->der;
    +    i2d_SSL_SESSION(session, &p);
    +
    +    sess->next = first;
    +    first = sess;
    +    BIO_printf(bio_err, "New session added to external cache\n");
    +    return 0;
    +}
    +
    +static SSL_SESSION *get_session(SSL *ssl, unsigned char *id, int idlen,
    +                                int *do_copy)
    +{
    +    simple_ssl_session *sess;
    +    *do_copy = 0;
    +    for (sess = first; sess; sess = sess->next) {
    +        if (idlen == (int)sess->idlen && !memcmp(sess->id, id, idlen)) {
    +            const unsigned char *p = sess->der;
    +            BIO_printf(bio_err, "Lookup session: cache hit\n");
    +            return d2i_SSL_SESSION(NULL, &p, sess->derlen);
    +        }
    +    }
    +    BIO_printf(bio_err, "Lookup session: cache miss\n");
    +    return NULL;
    +}
    +
    +static void del_session(SSL_CTX *sctx, SSL_SESSION *session)
    +{
    +    simple_ssl_session *sess, *prev = NULL;
    +    const unsigned char *id;
    +    unsigned int idlen;
    +    id = SSL_SESSION_get_id(session, &idlen);
    +    for (sess = first; sess; sess = sess->next) {
    +        if (idlen == sess->idlen && !memcmp(sess->id, id, idlen)) {
    +            if (prev)
    +                prev->next = sess->next;
    +            else
    +                first = sess->next;
    +            OPENSSL_free(sess->id);
    +            OPENSSL_free(sess->der);
    +            OPENSSL_free(sess);
    +            return;
    +        }
    +        prev = sess;
    +    }
    +}
    +
    +static void init_session_cache_ctx(SSL_CTX *sctx)
    +{
    +    SSL_CTX_set_session_cache_mode(sctx,
    +                                   SSL_SESS_CACHE_NO_INTERNAL |
    +                                   SSL_SESS_CACHE_SERVER);
    +    SSL_CTX_sess_set_new_cb(sctx, add_session);
    +    SSL_CTX_sess_set_get_cb(sctx, get_session);
    +    SSL_CTX_sess_set_remove_cb(sctx, del_session);
    +}
    +
    +static void free_sessions(void)
    +{
    +    simple_ssl_session *sess, *tsess;
    +    for (sess = first; sess;) {
    +        OPENSSL_free(sess->id);
    +        OPENSSL_free(sess->der);
    +        tsess = sess;
    +        sess = sess->next;
    +        OPENSSL_free(tsess);
    +    }
    +    first = NULL;
    +}
    diff --git a/openssl/apps/s_socket.c b/openssl/apps/s_socket.c
    index 94eb40f3f..77a7688f8 100644
    --- a/openssl/apps/s_socket.c
    +++ b/openssl/apps/s_socket.c
    @@ -1,25 +1,27 @@
    -/* apps/s_socket.c -  socket-related functions used by s_client and s_server */
    +/*
    + * apps/s_socket.c - socket-related functions used by s_client and s_server
    + */
     /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
      * All rights reserved.
      *
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +36,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +51,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,17 +65,19 @@
     #include 
     
     #ifdef FLAT_INC
    -#include "e_os2.h"
    +# include "e_os2.h"
     #else
    -#include "../e_os2.h"
    +# include "../e_os2.h"
     #endif
     
    -/* With IPv6, it looks like Digital has mixed up the proper order of
    -   recursive header file inclusion, resulting in the compiler complaining
    -   that u_int isn't defined, but only if _POSIX_C_SOURCE is defined, which
    -   is needed to have fileno() declared correctly...  So let's define u_int */
    +/*
    + * With IPv6, it looks like Digital has mixed up the proper order of
    + * recursive header file inclusion, resulting in the compiler complaining
    + * that u_int isn't defined, but only if _POSIX_C_SOURCE is defined, which is
    + * needed to have fileno() declared correctly...  So let's define u_int
    + */
     #if defined(OPENSSL_SYS_VMS_DECC) && !defined(__U_INT)
    -#define __U_INT
    +# define __U_INT
     typedef unsigned int u_int;
     #endif
     
    @@ -86,537 +90,524 @@ typedef unsigned int u_int;
     #include 
     
     #ifdef FLAT_INC
    -#include "e_os.h"
    +# include "e_os.h"
     #else
    -#include "../e_os.h"
    +# include "../e_os.h"
     #endif
     
     #ifndef OPENSSL_NO_SOCK
     
    -#if defined(OPENSSL_SYS_NETWARE) && defined(NETWARE_BSDSOCK)
    -#include "netdb.h"
    -#endif
    +# if defined(OPENSSL_SYS_NETWARE) && defined(NETWARE_BSDSOCK)
    +#  include "netdb.h"
    +# endif
     
     static struct hostent *GetHostByName(char *name);
    -#if defined(OPENSSL_SYS_WINDOWS) || (defined(OPENSSL_SYS_NETWARE) && !defined(NETWARE_BSDSOCK))
    +# if defined(OPENSSL_SYS_WINDOWS) || (defined(OPENSSL_SYS_NETWARE) && !defined(NETWARE_BSDSOCK))
     static void ssl_sock_cleanup(void);
    -#endif
    +# endif
     static int ssl_sock_init(void);
    -static int init_client_ip(int *sock,unsigned char ip[4], int port, int type);
    +static int init_client_ip(int *sock, unsigned char ip[4], int port, int type);
     static int init_server(int *sock, int port, int type);
    -static int init_server_long(int *sock, int port,char *ip, int type);
    +static int init_server_long(int *sock, int port, char *ip, int type);
     static int do_accept(int acc_sock, int *sock, char **host);
     static int host_ip(char *str, unsigned char ip[4]);
     
    -#ifdef OPENSSL_SYS_WIN16
    -#define SOCKET_PROTOCOL	0 /* more microsoft stupidity */
    -#else
    -#define SOCKET_PROTOCOL	IPPROTO_TCP
    -#endif
    +# ifdef OPENSSL_SYS_WIN16
    +#  define SOCKET_PROTOCOL 0     /* more microsoft stupidity */
    +# else
    +#  define SOCKET_PROTOCOL IPPROTO_TCP
    +# endif
     
    -#if defined(OPENSSL_SYS_NETWARE) && !defined(NETWARE_BSDSOCK)
    -static int wsa_init_done=0;
    -#endif
    +# if defined(OPENSSL_SYS_NETWARE) && !defined(NETWARE_BSDSOCK)
    +static int wsa_init_done = 0;
    +# endif
     
    -#ifdef OPENSSL_SYS_WINDOWS
    +# ifdef OPENSSL_SYS_WINDOWS
     static struct WSAData wsa_state;
    -static int wsa_init_done=0;
    +static int wsa_init_done = 0;
     
    -#ifdef OPENSSL_SYS_WIN16
    -static HWND topWnd=0;
    -static FARPROC lpTopWndProc=NULL;
    -static FARPROC lpTopHookProc=NULL;
    -extern HINSTANCE _hInstance;  /* nice global CRT provides */
    +#  ifdef OPENSSL_SYS_WIN16
    +static HWND topWnd = 0;
    +static FARPROC lpTopWndProc = NULL;
    +static FARPROC lpTopHookProc = NULL;
    +extern HINSTANCE _hInstance;    /* nice global CRT provides */
     
     static LONG FAR PASCAL topHookProc(HWND hwnd, UINT message, WPARAM wParam,
    -	     LPARAM lParam)
    -	{
    -	if (hwnd == topWnd)
    -		{
    -		switch(message)
    -			{
    -		case WM_DESTROY:
    -		case WM_CLOSE:
    -			SetWindowLong(topWnd,GWL_WNDPROC,(LONG)lpTopWndProc);
    -			ssl_sock_cleanup();
    -			break;
    -			}
    -		}
    -	return CallWindowProc(lpTopWndProc,hwnd,message,wParam,lParam);
    -	}
    -
    -static BOOL CALLBACK enumproc(HWND hwnd,LPARAM lParam)
    -	{
    -	topWnd=hwnd;
    -	return(FALSE);
    -	}
    -
    -#endif /* OPENSSL_SYS_WIN32 */
    -#endif /* OPENSSL_SYS_WINDOWS */
    -
    -#ifdef OPENSSL_SYS_WINDOWS
    +                                   LPARAM lParam)
    +{
    +    if (hwnd == topWnd) {
    +        switch (message) {
    +        case WM_DESTROY:
    +        case WM_CLOSE:
    +            SetWindowLong(topWnd, GWL_WNDPROC, (LONG) lpTopWndProc);
    +            ssl_sock_cleanup();
    +            break;
    +        }
    +    }
    +    return CallWindowProc(lpTopWndProc, hwnd, message, wParam, lParam);
    +}
    +
    +static BOOL CALLBACK enumproc(HWND hwnd, LPARAM lParam)
    +{
    +    topWnd = hwnd;
    +    return (FALSE);
    +}
    +
    +#  endif                        /* OPENSSL_SYS_WIN32 */
    +# endif                         /* OPENSSL_SYS_WINDOWS */
    +
    +# ifdef OPENSSL_SYS_WINDOWS
     static void ssl_sock_cleanup(void)
    -	{
    -	if (wsa_init_done)
    -		{
    -		wsa_init_done=0;
    -#ifndef OPENSSL_SYS_WINCE
    -		WSACancelBlockingCall();
    -#endif
    -		WSACleanup();
    -		}
    -	}
    -#elif defined(OPENSSL_SYS_NETWARE) && !defined(NETWARE_BSDSOCK)
    +{
    +    if (wsa_init_done) {
    +        wsa_init_done = 0;
    +#  ifndef OPENSSL_SYS_WINCE
    +        WSACancelBlockingCall();
    +#  endif
    +        WSACleanup();
    +    }
    +}
    +# elif defined(OPENSSL_SYS_NETWARE) && !defined(NETWARE_BSDSOCK)
     static void sock_cleanup(void)
    -    {
    -    if (wsa_init_done)
    -        {
    -        wsa_init_done=0;
    -		WSACleanup();
    -		}
    -	}
    -#endif
    -
    -static int ssl_sock_init(void)
    -	{
    -#ifdef WATT32
    -	extern int _watt_do_exit;
    -	_watt_do_exit = 0;
    -	if (sock_init())
    -		return (0);
    -#elif defined(OPENSSL_SYS_WINDOWS)
    -	if (!wsa_init_done)
    -		{
    -		int err;
    -	  
    -#ifdef SIGINT
    -		signal(SIGINT,(void (*)(int))ssl_sock_cleanup);
    -#endif
    -		wsa_init_done=1;
    -		memset(&wsa_state,0,sizeof(wsa_state));
    -		if (WSAStartup(0x0101,&wsa_state)!=0)
    -			{
    -			err=WSAGetLastError();
    -			BIO_printf(bio_err,"unable to start WINSOCK, error code=%d\n",err);
    -			return(0);
    -			}
    -
    -#ifdef OPENSSL_SYS_WIN16
    -		EnumTaskWindows(GetCurrentTask(),enumproc,0L);
    -		lpTopWndProc=(FARPROC)GetWindowLong(topWnd,GWL_WNDPROC);
    -		lpTopHookProc=MakeProcInstance((FARPROC)topHookProc,_hInstance);
    -
    -		SetWindowLong(topWnd,GWL_WNDPROC,(LONG)lpTopHookProc);
    -#endif /* OPENSSL_SYS_WIN16 */
    -		}
    -#elif defined(OPENSSL_SYS_NETWARE) && !defined(NETWARE_BSDSOCK)
    -   WORD wVerReq;
    -   WSADATA wsaData;
    -   int err;
    -
    -   if (!wsa_init_done)
    -      {
    -   
    -# ifdef SIGINT
    -      signal(SIGINT,(void (*)(int))sock_cleanup);
    +{
    +    if (wsa_init_done) {
    +        wsa_init_done = 0;
    +        WSACleanup();
    +    }
    +}
     # endif
     
    -      wsa_init_done=1;
    -      wVerReq = MAKEWORD( 2, 0 );
    -      err = WSAStartup(wVerReq,&wsaData);
    -      if (err != 0)
    -         {
    -         BIO_printf(bio_err,"unable to start WINSOCK2, error code=%d\n",err);
    -         return(0);
    -         }
    -      }
    -#endif /* OPENSSL_SYS_WINDOWS */
    -	return(1);
    -	}
    +static int ssl_sock_init(void)
    +{
    +# ifdef WATT32
    +    extern int _watt_do_exit;
    +    _watt_do_exit = 0;
    +    if (sock_init())
    +        return (0);
    +# elif defined(OPENSSL_SYS_WINDOWS)
    +    if (!wsa_init_done) {
    +        int err;
    +
    +#  ifdef SIGINT
    +        signal(SIGINT, (void (*)(int))ssl_sock_cleanup);
    +#  endif
    +        wsa_init_done = 1;
    +        memset(&wsa_state, 0, sizeof(wsa_state));
    +        if (WSAStartup(0x0101, &wsa_state) != 0) {
    +            err = WSAGetLastError();
    +            BIO_printf(bio_err, "unable to start WINSOCK, error code=%d\n",
    +                       err);
    +            return (0);
    +        }
    +#  ifdef OPENSSL_SYS_WIN16
    +        EnumTaskWindows(GetCurrentTask(), enumproc, 0L);
    +        lpTopWndProc = (FARPROC) GetWindowLong(topWnd, GWL_WNDPROC);
    +        lpTopHookProc = MakeProcInstance((FARPROC) topHookProc, _hInstance);
    +
    +        SetWindowLong(topWnd, GWL_WNDPROC, (LONG) lpTopHookProc);
    +#  endif                        /* OPENSSL_SYS_WIN16 */
    +    }
    +# elif defined(OPENSSL_SYS_NETWARE) && !defined(NETWARE_BSDSOCK)
    +    WORD wVerReq;
    +    WSADATA wsaData;
    +    int err;
    +
    +    if (!wsa_init_done) {
    +
    +#  ifdef SIGINT
    +        signal(SIGINT, (void (*)(int))sock_cleanup);
    +#  endif
    +
    +        wsa_init_done = 1;
    +        wVerReq = MAKEWORD(2, 0);
    +        err = WSAStartup(wVerReq, &wsaData);
    +        if (err != 0) {
    +            BIO_printf(bio_err, "unable to start WINSOCK2, error code=%d\n",
    +                       err);
    +            return (0);
    +        }
    +    }
    +# endif                         /* OPENSSL_SYS_WINDOWS */
    +    return (1);
    +}
     
     int init_client(int *sock, char *host, int port, int type)
    -	{
    -	unsigned char ip[4];
    +{
    +    unsigned char ip[4];
     
    -	memset(ip, '\0', sizeof ip);
    -	if (!host_ip(host,&(ip[0])))
    -		return 0;
    -	return init_client_ip(sock,ip,port,type);
    -	}
    +    memset(ip, '\0', sizeof ip);
    +    if (!host_ip(host, &(ip[0])))
    +        return 0;
    +    return init_client_ip(sock, ip, port, type);
    +}
     
     static int init_client_ip(int *sock, unsigned char ip[4], int port, int type)
    -	{
    -	unsigned long addr;
    -	struct sockaddr_in them;
    -	int s,i;
    -
    -	if (!ssl_sock_init()) return(0);
    -
    -	memset((char *)&them,0,sizeof(them));
    -	them.sin_family=AF_INET;
    -	them.sin_port=htons((unsigned short)port);
    -	addr=(unsigned long)
    -		((unsigned long)ip[0]<<24L)|
    -		((unsigned long)ip[1]<<16L)|
    -		((unsigned long)ip[2]<< 8L)|
    -		((unsigned long)ip[3]);
    -	them.sin_addr.s_addr=htonl(addr);
    -
    -	if (type == SOCK_STREAM)
    -		s=socket(AF_INET,SOCK_STREAM,SOCKET_PROTOCOL);
    -	else /* ( type == SOCK_DGRAM) */
    -		s=socket(AF_INET,SOCK_DGRAM,IPPROTO_UDP);
    -			
    -	if (s == INVALID_SOCKET) { perror("socket"); return(0); }
    -
    -#if defined(SO_KEEPALIVE) && !defined(OPENSSL_SYS_MPE)
    -	if (type == SOCK_STREAM)
    -		{
    -		i=0;
    -		i=setsockopt(s,SOL_SOCKET,SO_KEEPALIVE,(char *)&i,sizeof(i));
    -		if (i < 0) { closesocket(s); perror("keepalive"); return(0); }
    -		}
    -#endif
    +{
    +    unsigned long addr;
    +    struct sockaddr_in them;
    +    int s, i;
    +
    +    if (!ssl_sock_init())
    +        return (0);
    +
    +    memset((char *)&them, 0, sizeof(them));
    +    them.sin_family = AF_INET;
    +    them.sin_port = htons((unsigned short)port);
    +    addr = (unsigned long)
    +        ((unsigned long)ip[0] << 24L) |
    +        ((unsigned long)ip[1] << 16L) |
    +        ((unsigned long)ip[2] << 8L) | ((unsigned long)ip[3]);
    +    them.sin_addr.s_addr = htonl(addr);
    +
    +    if (type == SOCK_STREAM)
    +        s = socket(AF_INET, SOCK_STREAM, SOCKET_PROTOCOL);
    +    else                        /* ( type == SOCK_DGRAM) */
    +        s = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP);
    +
    +    if (s == INVALID_SOCKET) {
    +        perror("socket");
    +        return (0);
    +    }
    +# if defined(SO_KEEPALIVE) && !defined(OPENSSL_SYS_MPE)
    +    if (type == SOCK_STREAM) {
    +        i = 0;
    +        i = setsockopt(s, SOL_SOCKET, SO_KEEPALIVE, (char *)&i, sizeof(i));
    +        if (i < 0) {
    +            closesocket(s);
    +            perror("keepalive");
    +            return (0);
    +        }
    +    }
    +# endif
     
    -	if (connect(s,(struct sockaddr *)&them,sizeof(them)) == -1)
    -		{ closesocket(s); perror("connect"); return(0); }
    -	*sock=s;
    -	return(1);
    -	}
    -
    -int do_server(int port, int type, int *ret, int (*cb)(char *hostname, int s, unsigned char *context), unsigned char *context)
    -	{
    -	int sock;
    -	char *name = NULL;
    -	int accept_socket = 0;
    -	int i;
    -
    -	if (!init_server(&accept_socket,port,type)) return(0);
    -
    -	if (ret != NULL)
    -		{
    -		*ret=accept_socket;
    -		/* return(1);*/
    -		}
    -  	for (;;)
    -  		{
    -		if (type==SOCK_STREAM)
    -			{
    -			if (do_accept(accept_socket,&sock,&name) == 0)
    -				{
    -				SHUTDOWN(accept_socket);
    -				return(0);
    -				}
    -			}
    -		else
    -			sock = accept_socket;
    -		i=(*cb)(name,sock, context);
    -		if (name != NULL) OPENSSL_free(name);
    -		if (type==SOCK_STREAM)
    -			SHUTDOWN2(sock);
    -		if (i < 0)
    -			{
    -			SHUTDOWN2(accept_socket);
    -			return(i);
    -			}
    -		}
    -	}
    +    if (connect(s, (struct sockaddr *)&them, sizeof(them)) == -1) {
    +        closesocket(s);
    +        perror("connect");
    +        return (0);
    +    }
    +    *sock = s;
    +    return (1);
    +}
    +
    +int do_server(int port, int type, int *ret,
    +              int (*cb) (char *hostname, int s, int stype,
    +                         unsigned char *context), unsigned char *context,
    +              int naccept)
    +{
    +    int sock;
    +    char *name = NULL;
    +    int accept_socket = 0;
    +    int i;
    +
    +    if (!init_server(&accept_socket, port, type))
    +        return (0);
    +
    +    if (ret != NULL) {
    +        *ret = accept_socket;
    +        /* return(1); */
    +    }
    +    for (;;) {
    +        if (type == SOCK_STREAM) {
    +            if (do_accept(accept_socket, &sock, &name) == 0) {
    +                SHUTDOWN(accept_socket);
    +                return (0);
    +            }
    +        } else
    +            sock = accept_socket;
    +        i = (*cb) (name, sock, type, context);
    +        if (name != NULL)
    +            OPENSSL_free(name);
    +        if (type == SOCK_STREAM)
    +            SHUTDOWN2(sock);
    +        if (naccept != -1)
    +            naccept--;
    +        if (i < 0 || naccept == 0) {
    +            SHUTDOWN2(accept_socket);
    +            return (i);
    +        }
    +    }
    +}
     
     static int init_server_long(int *sock, int port, char *ip, int type)
    -	{
    -	int ret=0;
    -	struct sockaddr_in server;
    -	int s= -1;
    -
    -	if (!ssl_sock_init()) return(0);
    -
    -	memset((char *)&server,0,sizeof(server));
    -	server.sin_family=AF_INET;
    -	server.sin_port=htons((unsigned short)port);
    -	if (ip == NULL)
    -		server.sin_addr.s_addr=INADDR_ANY;
    -	else
    +{
    +    int ret = 0;
    +    struct sockaddr_in server;
    +    int s = -1;
    +
    +    if (!ssl_sock_init())
    +        return (0);
    +
    +    memset((char *)&server, 0, sizeof(server));
    +    server.sin_family = AF_INET;
    +    server.sin_port = htons((unsigned short)port);
    +    if (ip == NULL)
    +        server.sin_addr.s_addr = INADDR_ANY;
    +    else
     /* Added for T3E, address-of fails on bit field (beckman@acl.lanl.gov) */
    -#ifndef BIT_FIELD_LIMITS
    -		memcpy(&server.sin_addr.s_addr,ip,4);
    -#else
    -		memcpy(&server.sin_addr,ip,4);
    -#endif
    -	
    -		if (type == SOCK_STREAM)
    -			s=socket(AF_INET,SOCK_STREAM,SOCKET_PROTOCOL);
    -		else /* type == SOCK_DGRAM */
    -			s=socket(AF_INET, SOCK_DGRAM,IPPROTO_UDP);
    -
    -	if (s == INVALID_SOCKET) goto err;
    -#if defined SOL_SOCKET && defined SO_REUSEADDR
    -		{
    -		int j = 1;
    -		setsockopt(s, SOL_SOCKET, SO_REUSEADDR,
    -			   (void *) &j, sizeof j);
    -		}
    -#endif
    -	if (bind(s,(struct sockaddr *)&server,sizeof(server)) == -1)
    -		{
    -#ifndef OPENSSL_SYS_WINDOWS
    -		perror("bind");
    -#endif
    -		goto err;
    -		}
    -	/* Make it 128 for linux */
    -	if (type==SOCK_STREAM && listen(s,128) == -1) goto err;
    -	*sock=s;
    -	ret=1;
    -err:
    -	if ((ret == 0) && (s != -1))
    -		{
    -		SHUTDOWN(s);
    -		}
    -	return(ret);
    -	}
    -
    -static int init_server(int *sock, int port, int type)
    -	{
    -	return(init_server_long(sock, port, NULL, type));
    -	}
    +# ifndef BIT_FIELD_LIMITS
    +        memcpy(&server.sin_addr.s_addr, ip, 4);
    +# else
    +        memcpy(&server.sin_addr, ip, 4);
    +# endif
     
    -static int do_accept(int acc_sock, int *sock, char **host)
    -	{
    -	int ret;
    -	struct hostent *h1,*h2;
    -	static struct sockaddr_in from;
    -	int len;
    -/*	struct linger ling; */
    +    if (type == SOCK_STREAM)
    +        s = socket(AF_INET, SOCK_STREAM, SOCKET_PROTOCOL);
    +    else                        /* type == SOCK_DGRAM */
    +        s = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP);
     
    -	if (!ssl_sock_init()) return(0);
    +    if (s == INVALID_SOCKET)
    +        goto err;
    +# if defined SOL_SOCKET && defined SO_REUSEADDR
    +    {
    +        int j = 1;
    +        setsockopt(s, SOL_SOCKET, SO_REUSEADDR, (void *)&j, sizeof j);
    +    }
    +# endif
    +    if (bind(s, (struct sockaddr *)&server, sizeof(server)) == -1) {
    +# ifndef OPENSSL_SYS_WINDOWS
    +        perror("bind");
    +# endif
    +        goto err;
    +    }
    +    /* Make it 128 for linux */
    +    if (type == SOCK_STREAM && listen(s, 128) == -1)
    +        goto err;
    +    *sock = s;
    +    ret = 1;
    + err:
    +    if ((ret == 0) && (s != -1)) {
    +        SHUTDOWN(s);
    +    }
    +    return (ret);
    +}
     
    -#ifndef OPENSSL_SYS_WINDOWS
    -redoit:
    -#endif
    +static int init_server(int *sock, int port, int type)
    +{
    +    return (init_server_long(sock, port, NULL, type));
    +}
     
    -	memset((char *)&from,0,sizeof(from));
    -	len=sizeof(from);
    -	/* Note: under VMS with SOCKETSHR the fourth parameter is currently
    -	 * of type (int *) whereas under other systems it is (void *) if
    -	 * you don't have a cast it will choke the compiler: if you do
    -	 * have a cast then you can either go for (int *) or (void *).
    -	 */
    -	ret=accept(acc_sock,(struct sockaddr *)&from,(void *)&len);
    -	if (ret == INVALID_SOCKET)
    -		{
    -#if defined(OPENSSL_SYS_WINDOWS) || (defined(OPENSSL_SYS_NETWARE) && !defined(NETWARE_BSDSOCK))
    -		int i;
    -		i=WSAGetLastError();
    -		BIO_printf(bio_err,"accept error %d\n",i);
    -#else
    -		if (errno == EINTR)
    -			{
    -			/*check_timeout(); */
    -			goto redoit;
    -			}
    -		fprintf(stderr,"errno=%d ",errno);
    -		perror("accept");
    -#endif
    -		return(0);
    -		}
    +static int do_accept(int acc_sock, int *sock, char **host)
    +{
    +    int ret;
    +    struct hostent *h1, *h2;
    +    static struct sockaddr_in from;
    +    int len;
    +/*      struct linger ling; */
    +
    +    if (!ssl_sock_init())
    +        return (0);
    +
    +# ifndef OPENSSL_SYS_WINDOWS
    + redoit:
    +# endif
     
    -/*
    -	ling.l_onoff=1;
    -	ling.l_linger=0;
    -	i=setsockopt(ret,SOL_SOCKET,SO_LINGER,(char *)&ling,sizeof(ling));
    -	if (i < 0) { perror("linger"); return(0); }
    -	i=0;
    -	i=setsockopt(ret,SOL_SOCKET,SO_KEEPALIVE,(char *)&i,sizeof(i));
    -	if (i < 0) { perror("keepalive"); return(0); }
    +    memset((char *)&from, 0, sizeof(from));
    +    len = sizeof(from);
    +    /*
    +     * Note: under VMS with SOCKETSHR the fourth parameter is currently of
    +     * type (int *) whereas under other systems it is (void *) if you don't
    +     * have a cast it will choke the compiler: if you do have a cast then you
    +     * can either go for (int *) or (void *).
    +     */
    +    ret = accept(acc_sock, (struct sockaddr *)&from, (void *)&len);
    +    if (ret == INVALID_SOCKET) {
    +# if defined(OPENSSL_SYS_WINDOWS) || (defined(OPENSSL_SYS_NETWARE) && !defined(NETWARE_BSDSOCK))
    +        int i;
    +        i = WSAGetLastError();
    +        BIO_printf(bio_err, "accept error %d\n", i);
    +# else
    +        if (errno == EINTR) {
    +            /*
    +             * check_timeout();
    +             */
    +            goto redoit;
    +        }
    +        fprintf(stderr, "errno=%d ", errno);
    +        perror("accept");
    +# endif
    +        return (0);
    +    }
    +
    +/*-
    +    ling.l_onoff=1;
    +    ling.l_linger=0;
    +    i=setsockopt(ret,SOL_SOCKET,SO_LINGER,(char *)&ling,sizeof(ling));
    +    if (i < 0) { perror("linger"); return(0); }
    +    i=0;
    +    i=setsockopt(ret,SOL_SOCKET,SO_KEEPALIVE,(char *)&i,sizeof(i));
    +    if (i < 0) { perror("keepalive"); return(0); }
     */
     
    -	if (host == NULL) goto end;
    -#ifndef BIT_FIELD_LIMITS
    -	/* I should use WSAAsyncGetHostByName() under windows */
    -	h1=gethostbyaddr((char *)&from.sin_addr.s_addr,
    -		sizeof(from.sin_addr.s_addr),AF_INET);
    -#else
    -	h1=gethostbyaddr((char *)&from.sin_addr,
    -		sizeof(struct in_addr),AF_INET);
    -#endif
    -	if (h1 == NULL)
    -		{
    -		BIO_printf(bio_err,"bad gethostbyaddr\n");
    -		*host=NULL;
    -		/* return(0); */
    -		}
    -	else
    -		{
    -		if ((*host=(char *)OPENSSL_malloc(strlen(h1->h_name)+1)) == NULL)
    -			{
    -			perror("OPENSSL_malloc");
    -			closesocket(ret);
    -			return(0);
    -			}
    -		BUF_strlcpy(*host,h1->h_name,strlen(h1->h_name)+1);
    -
    -		h2=GetHostByName(*host);
    -		if (h2 == NULL)
    -			{
    -			BIO_printf(bio_err,"gethostbyname failure\n");
    -			closesocket(ret);
    -			return(0);
    -			}
    -		if (h2->h_addrtype != AF_INET)
    -			{
    -			BIO_printf(bio_err,"gethostbyname addr is not AF_INET\n");
    -			closesocket(ret);
    -			return(0);
    -			}
    -		}
    -end:
    -	*sock=ret;
    -	return(1);
    -	}
    +    if (host == NULL)
    +        goto end;
    +# ifndef BIT_FIELD_LIMITS
    +    /* I should use WSAAsyncGetHostByName() under windows */
    +    h1 = gethostbyaddr((char *)&from.sin_addr.s_addr,
    +                       sizeof(from.sin_addr.s_addr), AF_INET);
    +# else
    +    h1 = gethostbyaddr((char *)&from.sin_addr,
    +                       sizeof(struct in_addr), AF_INET);
    +# endif
    +    if (h1 == NULL) {
    +        BIO_printf(bio_err, "bad gethostbyaddr\n");
    +        *host = NULL;
    +        /* return(0); */
    +    } else {
    +        if ((*host = (char *)OPENSSL_malloc(strlen(h1->h_name) + 1)) == NULL) {
    +            perror("OPENSSL_malloc");
    +            closesocket(ret);
    +            return (0);
    +        }
    +        BUF_strlcpy(*host, h1->h_name, strlen(h1->h_name) + 1);
    +
    +        h2 = GetHostByName(*host);
    +        if (h2 == NULL) {
    +            BIO_printf(bio_err, "gethostbyname failure\n");
    +            closesocket(ret);
    +            return (0);
    +        }
    +        if (h2->h_addrtype != AF_INET) {
    +            BIO_printf(bio_err, "gethostbyname addr is not AF_INET\n");
    +            closesocket(ret);
    +            return (0);
    +        }
    +    }
    + end:
    +    *sock = ret;
    +    return (1);
    +}
     
     int extract_host_port(char *str, char **host_ptr, unsigned char *ip,
    -	     short *port_ptr)
    -	{
    -	char *h,*p;
    -
    -	h=str;
    -	p=strchr(str,':');
    -	if (p == NULL)
    -		{
    -		BIO_printf(bio_err,"no port defined\n");
    -		return(0);
    -		}
    -	*(p++)='\0';
    -
    -	if ((ip != NULL) && !host_ip(str,ip))
    -		goto err;
    -	if (host_ptr != NULL) *host_ptr=h;
    -
    -	if (!extract_port(p,port_ptr))
    -		goto err;
    -	return(1);
    -err:
    -	return(0);
    -	}
    +                      short *port_ptr)
    +{
    +    char *h, *p;
    +
    +    h = str;
    +    p = strchr(str, ':');
    +    if (p == NULL) {
    +        BIO_printf(bio_err, "no port defined\n");
    +        return (0);
    +    }
    +    *(p++) = '\0';
    +
    +    if ((ip != NULL) && !host_ip(str, ip))
    +        goto err;
    +    if (host_ptr != NULL)
    +        *host_ptr = h;
    +
    +    if (!extract_port(p, port_ptr))
    +        goto err;
    +    return (1);
    + err:
    +    return (0);
    +}
     
     static int host_ip(char *str, unsigned char ip[4])
    -	{
    -	unsigned int in[4]; 
    -	int i;
    -
    -	if (sscanf(str,"%u.%u.%u.%u",&(in[0]),&(in[1]),&(in[2]),&(in[3])) == 4)
    -		{
    -		for (i=0; i<4; i++)
    -			if (in[i] > 255)
    -				{
    -				BIO_printf(bio_err,"invalid IP address\n");
    -				goto err;
    -				}
    -		ip[0]=in[0];
    -		ip[1]=in[1];
    -		ip[2]=in[2];
    -		ip[3]=in[3];
    -		}
    -	else
    -		{ /* do a gethostbyname */
    -		struct hostent *he;
    -
    -		if (!ssl_sock_init()) return(0);
    -
    -		he=GetHostByName(str);
    -		if (he == NULL)
    -			{
    -			BIO_printf(bio_err,"gethostbyname failure\n");
    -			goto err;
    -			}
    -		/* cast to short because of win16 winsock definition */
    -		if ((short)he->h_addrtype != AF_INET)
    -			{
    -			BIO_printf(bio_err,"gethostbyname addr is not AF_INET\n");
    -			return(0);
    -			}
    -		ip[0]=he->h_addr_list[0][0];
    -		ip[1]=he->h_addr_list[0][1];
    -		ip[2]=he->h_addr_list[0][2];
    -		ip[3]=he->h_addr_list[0][3];
    -		}
    -	return(1);
    -err:
    -	return(0);
    -	}
    +{
    +    unsigned int in[4];
    +    int i;
    +
    +    if (sscanf(str, "%u.%u.%u.%u", &(in[0]), &(in[1]), &(in[2]), &(in[3])) ==
    +        4) {
    +        for (i = 0; i < 4; i++)
    +            if (in[i] > 255) {
    +                BIO_printf(bio_err, "invalid IP address\n");
    +                goto err;
    +            }
    +        ip[0] = in[0];
    +        ip[1] = in[1];
    +        ip[2] = in[2];
    +        ip[3] = in[3];
    +    } else {                    /* do a gethostbyname */
    +        struct hostent *he;
    +
    +        if (!ssl_sock_init())
    +            return (0);
    +
    +        he = GetHostByName(str);
    +        if (he == NULL) {
    +            BIO_printf(bio_err, "gethostbyname failure\n");
    +            goto err;
    +        }
    +        /* cast to short because of win16 winsock definition */
    +        if ((short)he->h_addrtype != AF_INET) {
    +            BIO_printf(bio_err, "gethostbyname addr is not AF_INET\n");
    +            return (0);
    +        }
    +        ip[0] = he->h_addr_list[0][0];
    +        ip[1] = he->h_addr_list[0][1];
    +        ip[2] = he->h_addr_list[0][2];
    +        ip[3] = he->h_addr_list[0][3];
    +    }
    +    return (1);
    + err:
    +    return (0);
    +}
     
     int extract_port(char *str, short *port_ptr)
    -	{
    -	int i;
    -	struct servent *s;
    -
    -	i=atoi(str);
    -	if (i != 0)
    -		*port_ptr=(unsigned short)i;
    -	else
    -		{
    -		s=getservbyname(str,"tcp");
    -		if (s == NULL)
    -			{
    -			BIO_printf(bio_err,"getservbyname failure for %s\n",str);
    -			return(0);
    -			}
    -		*port_ptr=ntohs((unsigned short)s->s_port);
    -		}
    -	return(1);
    -	}
    -
    -#define GHBN_NUM	4
    -static struct ghbn_cache_st
    -	{
    -	char name[128];
    -	struct hostent ent;
    -	unsigned long order;
    -	} ghbn_cache[GHBN_NUM];
    -
    -static unsigned long ghbn_hits=0L;
    -static unsigned long ghbn_miss=0L;
    +{
    +    int i;
    +    struct servent *s;
    +
    +    i = atoi(str);
    +    if (i != 0)
    +        *port_ptr = (unsigned short)i;
    +    else {
    +        s = getservbyname(str, "tcp");
    +        if (s == NULL) {
    +            BIO_printf(bio_err, "getservbyname failure for %s\n", str);
    +            return (0);
    +        }
    +        *port_ptr = ntohs((unsigned short)s->s_port);
    +    }
    +    return (1);
    +}
    +
    +# define GHBN_NUM        4
    +static struct ghbn_cache_st {
    +    char name[128];
    +    struct hostent ent;
    +    unsigned long order;
    +} ghbn_cache[GHBN_NUM];
    +
    +static unsigned long ghbn_hits = 0L;
    +static unsigned long ghbn_miss = 0L;
     
     static struct hostent *GetHostByName(char *name)
    -	{
    -	struct hostent *ret;
    -	int i,lowi=0;
    -	unsigned long low= (unsigned long)-1;
    -
    -	for (i=0; i ghbn_cache[i].order)
    -			{
    -			low=ghbn_cache[i].order;
    -			lowi=i;
    -			}
    -		if (ghbn_cache[i].order > 0)
    -			{
    -			if (strncmp(name,ghbn_cache[i].name,128) == 0)
    -				break;
    -			}
    -		}
    -	if (i == GHBN_NUM) /* no hit*/
    -		{
    -		ghbn_miss++;
    -		ret=gethostbyname(name);
    -		if (ret == NULL) return(NULL);
    -		/* else add to cache */
    -		if(strlen(name) < sizeof ghbn_cache[0].name)
    -			{
    -			strcpy(ghbn_cache[lowi].name,name);
    -			memcpy((char *)&(ghbn_cache[lowi].ent),ret,sizeof(struct hostent));
    -			ghbn_cache[lowi].order=ghbn_miss+ghbn_hits;
    -			}
    -		return(ret);
    -		}
    -	else
    -		{
    -		ghbn_hits++;
    -		ret= &(ghbn_cache[i].ent);
    -		ghbn_cache[i].order=ghbn_miss+ghbn_hits;
    -		return(ret);
    -		}
    -	}
    +{
    +    struct hostent *ret;
    +    int i, lowi = 0;
    +    unsigned long low = (unsigned long)-1;
    +
    +    for (i = 0; i < GHBN_NUM; i++) {
    +        if (low > ghbn_cache[i].order) {
    +            low = ghbn_cache[i].order;
    +            lowi = i;
    +        }
    +        if (ghbn_cache[i].order > 0) {
    +            if (strncmp(name, ghbn_cache[i].name, 128) == 0)
    +                break;
    +        }
    +    }
    +    if (i == GHBN_NUM) {        /* no hit */
    +        ghbn_miss++;
    +        ret = gethostbyname(name);
    +        if (ret == NULL)
    +            return (NULL);
    +        /* else add to cache */
    +        if (strlen(name) < sizeof ghbn_cache[0].name) {
    +            strcpy(ghbn_cache[lowi].name, name);
    +            memcpy((char *)&(ghbn_cache[lowi].ent), ret,
    +                   sizeof(struct hostent));
    +            ghbn_cache[lowi].order = ghbn_miss + ghbn_hits;
    +        }
    +        return (ret);
    +    } else {
    +        ghbn_hits++;
    +        ret = &(ghbn_cache[i].ent);
    +        ghbn_cache[i].order = ghbn_miss + ghbn_hits;
    +        return (ret);
    +    }
    +}
     
     #endif
    diff --git a/openssl/apps/s_time.c b/openssl/apps/s_time.c
    index b823c33c5..5846f3ae1 100644
    --- a/openssl/apps/s_time.c
    +++ b/openssl/apps/s_time.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -58,7 +58,7 @@
     
     #define NO_SHUTDOWN
     
    -/*-----------------------------------------
    +/* ----------------------------------------
        s_time - SSL client connection timer program
        Written and donated by Larry Streepy 
       -----------------------------------------*/
    @@ -70,7 +70,7 @@
     #define USE_SOCKETS
     #include "apps.h"
     #ifdef OPENSSL_NO_STDIO
    -#define APPS_WIN16
    +# define APPS_WIN16
     #endif
     #include 
     #include 
    @@ -78,11 +78,11 @@
     #include "s_apps.h"
     #include 
     #ifdef WIN32_STUFF
    -#include "winmain.h"
    -#include "wintext.h"
    +# include "winmain.h"
    +# include "wintext.h"
     #endif
     #if !defined(OPENSSL_SYS_MSDOS)
    -#include OPENSSL_UNISTD
    +# include OPENSSL_UNISTD
     #endif
     
     #undef PROG
    @@ -91,9 +91,12 @@
     #undef ioctl
     #define ioctl ioctlsocket
     
    -#define SSL_CONNECT_NAME	"localhost:4433"
    +#define SSL_CONNECT_NAME        "localhost:4433"
     
    -/*#define TEST_CERT "client.pem" */ /* no default cert. */
    +/* no default cert. */
    +/*
    + * #define TEST_CERT "client.pem"
    + */
     
     #undef BUFSIZZ
     #define BUFSIZZ 1024*10
    @@ -106,13 +109,13 @@
     #define max(a,b) (((a) > (b)) ? (a) : (b))
     
     #undef SECONDS
    -#define SECONDS	30
    +#define SECONDS 30
     extern int verify_depth;
     extern int verify_error;
     
     static void s_time_usage(void);
    -static int parseArgs( int argc, char **argv );
    -static SSL *doConnection( SSL *scon );
    +static int parseArgs(int argc, char **argv);
    +static SSL *doConnection(SSL *scon);
     static void s_time_init(void);
     
     /***********************************************************************
    @@ -120,58 +123,58 @@ static void s_time_init(void);
      */
     
     /* static char *port=PORT_STR;*/
    -static char *host=SSL_CONNECT_NAME;
    -static char *t_cert_file=NULL;
    -static char *t_key_file=NULL;
    -static char *CApath=NULL;
    -static char *CAfile=NULL;
    -static char *tm_cipher=NULL;
    +static char *host = SSL_CONNECT_NAME;
    +static char *t_cert_file = NULL;
    +static char *t_key_file = NULL;
    +static char *CApath = NULL;
    +static char *CAfile = NULL;
    +static char *tm_cipher = NULL;
     static int tm_verify = SSL_VERIFY_NONE;
     static int maxTime = SECONDS;
    -static SSL_CTX *tm_ctx=NULL;
    -static const SSL_METHOD *s_time_meth=NULL;
    -static char *s_www_path=NULL;
    -static long bytes_read=0; 
    -static int st_bugs=0;
    -static int perform=0;
    +static SSL_CTX *tm_ctx = NULL;
    +static const SSL_METHOD *s_time_meth = NULL;
    +static char *s_www_path = NULL;
    +static long bytes_read = 0;
    +static int st_bugs = 0;
    +static int perform = 0;
     #ifdef FIONBIO
    -static int t_nbio=0;
    +static int t_nbio = 0;
     #endif
     #ifdef OPENSSL_SYS_WIN32
    -static int exitNow = 0;		/* Set when it's time to exit main */
    +static int exitNow = 0;         /* Set when it's time to exit main */
     #endif
     
     static void s_time_init(void)
    -	{
    -	host=SSL_CONNECT_NAME;
    -	t_cert_file=NULL;
    -	t_key_file=NULL;
    -	CApath=NULL;
    -	CAfile=NULL;
    -	tm_cipher=NULL;
    -	tm_verify = SSL_VERIFY_NONE;
    -	maxTime = SECONDS;
    -	tm_ctx=NULL;
    -	s_time_meth=NULL;
    -	s_www_path=NULL;
    -	bytes_read=0; 
    -	st_bugs=0;
    -	perform=0;
    +{
    +    host = SSL_CONNECT_NAME;
    +    t_cert_file = NULL;
    +    t_key_file = NULL;
    +    CApath = NULL;
    +    CAfile = NULL;
    +    tm_cipher = NULL;
    +    tm_verify = SSL_VERIFY_NONE;
    +    maxTime = SECONDS;
    +    tm_ctx = NULL;
    +    s_time_meth = NULL;
    +    s_www_path = NULL;
    +    bytes_read = 0;
    +    st_bugs = 0;
    +    perform = 0;
     
     #ifdef FIONBIO
    -	t_nbio=0;
    +    t_nbio = 0;
     #endif
     #ifdef OPENSSL_SYS_WIN32
    -	exitNow = 0;		/* Set when it's time to exit main */
    +    exitNow = 0;                /* Set when it's time to exit main */
     #endif
    -	}
    +}
     
     /***********************************************************************
      * usage - display usage message
      */
     static void s_time_usage(void)
     {
    -	static char umsg[] = "\
    +    static char umsg[] = "\
     -time arg     - max number of seconds to collect data, default %d\n\
     -verify arg   - turn on peer certificate verification, arg == depth\n\
     -cert arg     - certificate file to use, PEM format assumed\n\
    @@ -181,19 +184,20 @@ static void s_time_usage(void)
     -CAfile arg   - PEM format file of CA's\n\
     -cipher       - preferred cipher to use, play with 'openssl ciphers'\n\n";
     
    -	printf( "usage: s_time \n\n" );
    +    printf("usage: s_time \n\n");
     
    -	printf("-connect host:port - host:port to connect to (default is %s)\n",SSL_CONNECT_NAME);
    +    printf("-connect host:port - host:port to connect to (default is %s)\n",
    +           SSL_CONNECT_NAME);
     #ifdef FIONBIO
    -	printf("-nbio         - Run with non-blocking IO\n");
    -	printf("-ssl2         - Just use SSLv2\n");
    -	printf("-ssl3         - Just use SSLv3\n");
    -	printf("-bugs         - Turn on SSL bug compatibility\n");
    -	printf("-new          - Just time new connections\n");
    -	printf("-reuse        - Just time connection reuse\n");
    -	printf("-www page     - Retrieve 'page' from the site\n");
    +    printf("-nbio         - Run with non-blocking IO\n");
    +    printf("-ssl2         - Just use SSLv2\n");
    +    printf("-ssl3         - Just use SSLv3\n");
    +    printf("-bugs         - Turn on SSL bug compatibility\n");
    +    printf("-new          - Just time new connections\n");
    +    printf("-reuse        - Just time connection reuse\n");
    +    printf("-www page     - Retrieve 'page' from the site\n");
     #endif
    -	printf( umsg,SECONDS );
    +    printf(umsg, SECONDS);
     }
     
     /***********************************************************************
    @@ -205,428 +209,428 @@ static int parseArgs(int argc, char **argv)
     {
         int badop = 0;
     
    -    verify_depth=0;
    -    verify_error=X509_V_OK;
    +    verify_depth = 0;
    +    verify_error = X509_V_OK;
     
         argc--;
         argv++;
     
         while (argc >= 1) {
    -	if (strcmp(*argv,"-connect") == 0)
    -		{
    -		if (--argc < 1) goto bad;
    -		host= *(++argv);
    -		}
    +        if (strcmp(*argv, "-connect") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            host = *(++argv);
    +        }
     #if 0
    -	else if( strcmp(*argv,"-host") == 0)
    -		{
    -		if (--argc < 1) goto bad;
    -		host= *(++argv);
    -		}
    -	else if( strcmp(*argv,"-port") == 0)
    -		{
    -		if (--argc < 1) goto bad;
    -		port= *(++argv);
    -		}
    +        else if (strcmp(*argv, "-host") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            host = *(++argv);
    +        } else if (strcmp(*argv, "-port") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            port = *(++argv);
    +        }
     #endif
    -	else if (strcmp(*argv,"-reuse") == 0)
    -		perform=2;
    -	else if (strcmp(*argv,"-new") == 0)
    -		perform=1;
    -	else if( strcmp(*argv,"-verify") == 0) {
    +        else if (strcmp(*argv, "-reuse") == 0)
    +            perform = 2;
    +        else if (strcmp(*argv, "-new") == 0)
    +            perform = 1;
    +        else if (strcmp(*argv, "-verify") == 0) {
     
    -	    tm_verify=SSL_VERIFY_PEER|SSL_VERIFY_CLIENT_ONCE;
    -	    if (--argc < 1) goto bad;
    -	    verify_depth=atoi(*(++argv));
    -	    BIO_printf(bio_err,"verify depth is %d\n",verify_depth);
    +            tm_verify = SSL_VERIFY_PEER | SSL_VERIFY_CLIENT_ONCE;
    +            if (--argc < 1)
    +                goto bad;
    +            verify_depth = atoi(*(++argv));
    +            BIO_printf(bio_err, "verify depth is %d\n", verify_depth);
     
    -	} else if( strcmp(*argv,"-cert") == 0) {
    +        } else if (strcmp(*argv, "-cert") == 0) {
     
    -	    if (--argc < 1) goto bad;
    -	    t_cert_file= *(++argv);
    +            if (--argc < 1)
    +                goto bad;
    +            t_cert_file = *(++argv);
     
    -	} else if( strcmp(*argv,"-key") == 0) {
    +        } else if (strcmp(*argv, "-key") == 0) {
     
    -	    if (--argc < 1) goto bad;
    -	    t_key_file= *(++argv);
    +            if (--argc < 1)
    +                goto bad;
    +            t_key_file = *(++argv);
     
    -	} else if( strcmp(*argv,"-CApath") == 0) {
    +        } else if (strcmp(*argv, "-CApath") == 0) {
     
    -	    if (--argc < 1) goto bad;
    -	    CApath= *(++argv);
    +            if (--argc < 1)
    +                goto bad;
    +            CApath = *(++argv);
     
    -	} else if( strcmp(*argv,"-CAfile") == 0) {
    +        } else if (strcmp(*argv, "-CAfile") == 0) {
     
    -	    if (--argc < 1) goto bad;
    -	    CAfile= *(++argv);
    +            if (--argc < 1)
    +                goto bad;
    +            CAfile = *(++argv);
     
    -	} else if( strcmp(*argv,"-cipher") == 0) {
    +        } else if (strcmp(*argv, "-cipher") == 0) {
     
    -	    if (--argc < 1) goto bad;
    -	    tm_cipher= *(++argv);
    -	}
    +            if (--argc < 1)
    +                goto bad;
    +            tm_cipher = *(++argv);
    +        }
     #ifdef FIONBIO
    -	else if(strcmp(*argv,"-nbio") == 0) {
    -	    t_nbio=1;
    -	}
    +        else if (strcmp(*argv, "-nbio") == 0) {
    +            t_nbio = 1;
    +        }
     #endif
    -	else if(strcmp(*argv,"-www") == 0)
    -		{
    -		if (--argc < 1) goto bad;
    -		s_www_path= *(++argv);
    -		if(strlen(s_www_path) > MYBUFSIZ-100)
    -			{
    -			BIO_printf(bio_err,"-www option too long\n");
    -			badop=1;
    -			}
    -		}
    -	else if(strcmp(*argv,"-bugs") == 0)
    -	    st_bugs=1;
    +        else if (strcmp(*argv, "-www") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            s_www_path = *(++argv);
    +            if (strlen(s_www_path) > MYBUFSIZ - 100) {
    +                BIO_printf(bio_err, "-www option too long\n");
    +                badop = 1;
    +            }
    +        } else if (strcmp(*argv, "-bugs") == 0)
    +            st_bugs = 1;
     #ifndef OPENSSL_NO_SSL2
    -	else if(strcmp(*argv,"-ssl2") == 0)
    -	    s_time_meth=SSLv2_client_method();
    +        else if (strcmp(*argv, "-ssl2") == 0)
    +            s_time_meth = SSLv2_client_method();
     #endif
     #ifndef OPENSSL_NO_SSL3
    -	else if(strcmp(*argv,"-ssl3") == 0)
    -	    s_time_meth=SSLv3_client_method();
    +        else if (strcmp(*argv, "-ssl3") == 0)
    +            s_time_meth = SSLv3_client_method();
     #endif
    -	else if( strcmp(*argv,"-time") == 0) {
    -
    -	    if (--argc < 1) goto bad;
    -	    maxTime= atoi(*(++argv));
    -	}
    -	else {
    -	    BIO_printf(bio_err,"unknown option %s\n",*argv);
    -	    badop=1;
    -	    break;
    -	}
    -
    -	argc--;
    -	argv++;
    +        else if (strcmp(*argv, "-time") == 0) {
    +
    +            if (--argc < 1)
    +                goto bad;
    +            maxTime = atoi(*(++argv));
    +        } else {
    +            BIO_printf(bio_err, "unknown option %s\n", *argv);
    +            badop = 1;
    +            break;
    +        }
    +
    +        argc--;
    +        argv++;
         }
     
    -    if (perform == 0) perform=3;
    +    if (perform == 0)
    +        perform = 3;
     
    -    if(badop) {
    -bad:
    -		s_time_usage();
    -		return -1;
    +    if (badop) {
    + bad:
    +        s_time_usage();
    +        return -1;
         }
     
    -	return 0;			/* Valid args */
    +    return 0;                   /* Valid args */
     }
     
     /***********************************************************************
      * TIME - time functions
      */
    -#define START	0
    -#define STOP	1
    +#define START   0
    +#define STOP    1
     
     static double tm_Time_F(int s)
    -	{
    -	return app_tminterval(s,1);
    -	}
    +{
    +    return app_tminterval(s, 1);
    +}
     
     /***********************************************************************
      * MAIN - main processing area for client
    - *			real name depends on MONOLITH
    + *                      real name depends on MONOLITH
      */
     int MAIN(int, char **);
     
     int MAIN(int argc, char **argv)
    -	{
    -	double totalTime = 0.0;
    -	int nConn = 0;
    -	SSL *scon=NULL;
    -	long finishtime=0;
    -	int ret=1,i;
    -	MS_STATIC char buf[1024*8];
    -	int ver;
    -
    -	apps_startup();
    -	s_time_init();
    -
    -	if (bio_err == NULL)
    -		bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
    -
    -#if !defined(OPENSSL_NO_SSL2) && !defined(OPENSSL_NO_SSL3)
    -	s_time_meth=SSLv23_client_method();
    -#elif !defined(OPENSSL_NO_SSL3)
    -	s_time_meth=SSLv3_client_method();
    -#elif !defined(OPENSSL_NO_SSL2)
    -	s_time_meth=SSLv2_client_method();
    -#endif
    -
    -	/* parse the command line arguments */
    -	if( parseArgs( argc, argv ) < 0 )
    -		goto end;
    -
    -	OpenSSL_add_ssl_algorithms();
    -	if ((tm_ctx=SSL_CTX_new(s_time_meth)) == NULL) return(1);
    -
    -	SSL_CTX_set_quiet_shutdown(tm_ctx,1);
    -
    -	if (st_bugs) SSL_CTX_set_options(tm_ctx,SSL_OP_ALL);
    -	SSL_CTX_set_cipher_list(tm_ctx,tm_cipher);
    -	if(!set_cert_stuff(tm_ctx,t_cert_file,t_key_file)) 
    -		goto end;
    -
    -	SSL_load_error_strings();
    -
    -	if ((!SSL_CTX_load_verify_locations(tm_ctx,CAfile,CApath)) ||
    -		(!SSL_CTX_set_default_verify_paths(tm_ctx)))
    -		{
    -		/* BIO_printf(bio_err,"error setting default verify locations\n"); */
    -		ERR_print_errors(bio_err);
    -		/* goto end; */
    -		}
    +{
    +    double totalTime = 0.0;
    +    int nConn = 0;
    +    SSL *scon = NULL;
    +    long finishtime = 0;
    +    int ret = 1, i;
    +    MS_STATIC char buf[1024 * 8];
    +    int ver;
    +
    +    apps_startup();
    +    s_time_init();
    +
    +    if (bio_err == NULL)
    +        bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
    +
    +    s_time_meth = SSLv23_client_method();
    +
    +    /* parse the command line arguments */
    +    if (parseArgs(argc, argv) < 0)
    +        goto end;
    +
    +    OpenSSL_add_ssl_algorithms();
    +    if ((tm_ctx = SSL_CTX_new(s_time_meth)) == NULL)
    +        return (1);
    +
    +    SSL_CTX_set_quiet_shutdown(tm_ctx, 1);
    +
    +    if (st_bugs)
    +        SSL_CTX_set_options(tm_ctx, SSL_OP_ALL);
    +    SSL_CTX_set_cipher_list(tm_ctx, tm_cipher);
    +    if (!set_cert_stuff(tm_ctx, t_cert_file, t_key_file))
    +        goto end;
    +
    +    SSL_load_error_strings();
    +
    +    if ((!SSL_CTX_load_verify_locations(tm_ctx, CAfile, CApath)) ||
    +        (!SSL_CTX_set_default_verify_paths(tm_ctx))) {
    +        /*
    +         * BIO_printf(bio_err,"error setting default verify locations\n");
    +         */
    +        ERR_print_errors(bio_err);
    +        /* goto end; */
    +    }
     
    -	if (tm_cipher == NULL)
    -		tm_cipher = getenv("SSL_CIPHER");
    +    if (tm_cipher == NULL)
    +        tm_cipher = getenv("SSL_CIPHER");
     
    -	if (tm_cipher == NULL ) {
    -		fprintf( stderr, "No CIPHER specified\n" );
    -	}
    +    if (tm_cipher == NULL) {
    +        fprintf(stderr, "No CIPHER specified\n");
    +    }
     
    -	if (!(perform & 1)) goto next;
    -	printf( "Collecting connection statistics for %d seconds\n", maxTime );
    +    if (!(perform & 1))
    +        goto next;
    +    printf("Collecting connection statistics for %d seconds\n", maxTime);
     
    -	/* Loop and time how long it takes to make connections */
    +    /* Loop and time how long it takes to make connections */
     
    -	bytes_read=0;
    -	finishtime=(long)time(NULL)+maxTime;
    -	tm_Time_F(START);
    -	for (;;)
    -		{
    -		if (finishtime < (long)time(NULL)) break;
    +    bytes_read = 0;
    +    finishtime = (long)time(NULL) + maxTime;
    +    tm_Time_F(START);
    +    for (;;) {
    +        if (finishtime < (long)time(NULL))
    +            break;
     #ifdef WIN32_STUFF
     
    -		if( flushWinMsgs(0) == -1 )
    -			goto end;
    +        if (flushWinMsgs(0) == -1)
    +            goto end;
     
    -		if( waitingToDie || exitNow )		/* we're dead */
    -			goto end;
    +        if (waitingToDie || exitNow) /* we're dead */
    +            goto end;
     #endif
     
    -		if( (scon = doConnection( NULL )) == NULL )
    -			goto end;
    -
    -		if (s_www_path != NULL)
    -			{
    -			BIO_snprintf(buf,sizeof buf,"GET %s HTTP/1.0\r\n\r\n",s_www_path);
    -			SSL_write(scon,buf,strlen(buf));
    -			while ((i=SSL_read(scon,buf,sizeof(buf))) > 0)
    -				bytes_read+=i;
    -			}
    +        if ((scon = doConnection(NULL)) == NULL)
    +            goto end;
     
    +        if (s_www_path != NULL) {
    +            BIO_snprintf(buf, sizeof buf, "GET %s HTTP/1.0\r\n\r\n",
    +                         s_www_path);
    +            SSL_write(scon, buf, strlen(buf));
    +            while ((i = SSL_read(scon, buf, sizeof(buf))) > 0)
    +                bytes_read += i;
    +        }
     #ifdef NO_SHUTDOWN
    -		SSL_set_shutdown(scon,SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN);
    +        SSL_set_shutdown(scon, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN);
     #else
    -		SSL_shutdown(scon);
    +        SSL_shutdown(scon);
     #endif
    -		SHUTDOWN2(SSL_get_fd(scon));
    -
    -		nConn += 1;
    -		if (SSL_session_reused(scon))
    -			ver='r';
    -		else
    -			{
    -			ver=SSL_version(scon);
    -			if (ver == TLS1_VERSION)
    -				ver='t';
    -			else if (ver == SSL3_VERSION)
    -				ver='3';
    -			else if (ver == SSL2_VERSION)
    -				ver='2';
    -			else
    -				ver='*';
    -			}
    -		fputc(ver,stdout);
    -		fflush(stdout);
    -
    -		SSL_free( scon );
    -		scon=NULL;
    -		}
    -	totalTime += tm_Time_F(STOP); /* Add the time for this iteration */
    -
    -	i=(int)((long)time(NULL)-finishtime+maxTime);
    -	printf( "\n\n%d connections in %.2fs; %.2f connections/user sec, bytes read %ld\n", nConn, totalTime, ((double)nConn/totalTime),bytes_read);
    -	printf( "%d connections in %ld real seconds, %ld bytes read per connection\n",nConn,(long)time(NULL)-finishtime+maxTime,bytes_read/nConn);
    -
    -	/* Now loop and time connections using the same session id over and over */
    -
    -next:
    -	if (!(perform & 2)) goto end;
    -	printf( "\n\nNow timing with session id reuse.\n" );
    -
    -	/* Get an SSL object so we can reuse the session id */
    -	if( (scon = doConnection( NULL )) == NULL )
    -		{
    -		fprintf( stderr, "Unable to get connection\n" );
    -		goto end;
    -		}
    -
    -	if (s_www_path != NULL)
    -		{
    -		BIO_snprintf(buf,sizeof buf,"GET %s HTTP/1.0\r\n\r\n",s_www_path);
    -		SSL_write(scon,buf,strlen(buf));
    -		while (SSL_read(scon,buf,sizeof(buf)) > 0)
    -			;
    -		}
    +        SHUTDOWN2(SSL_get_fd(scon));
    +
    +        nConn += 1;
    +        if (SSL_session_reused(scon))
    +            ver = 'r';
    +        else {
    +            ver = SSL_version(scon);
    +            if (ver == TLS1_VERSION)
    +                ver = 't';
    +            else if (ver == SSL3_VERSION)
    +                ver = '3';
    +            else if (ver == SSL2_VERSION)
    +                ver = '2';
    +            else
    +                ver = '*';
    +        }
    +        fputc(ver, stdout);
    +        fflush(stdout);
    +
    +        SSL_free(scon);
    +        scon = NULL;
    +    }
    +    totalTime += tm_Time_F(STOP); /* Add the time for this iteration */
    +
    +    i = (int)((long)time(NULL) - finishtime + maxTime);
    +    printf
    +        ("\n\n%d connections in %.2fs; %.2f connections/user sec, bytes read %ld\n",
    +         nConn, totalTime, ((double)nConn / totalTime), bytes_read);
    +    printf
    +        ("%d connections in %ld real seconds, %ld bytes read per connection\n",
    +         nConn, (long)time(NULL) - finishtime + maxTime, bytes_read / nConn);
    +
    +    /*
    +     * Now loop and time connections using the same session id over and over
    +     */
    +
    + next:
    +    if (!(perform & 2))
    +        goto end;
    +    printf("\n\nNow timing with session id reuse.\n");
    +
    +    /* Get an SSL object so we can reuse the session id */
    +    if ((scon = doConnection(NULL)) == NULL) {
    +        fprintf(stderr, "Unable to get connection\n");
    +        goto end;
    +    }
    +
    +    if (s_www_path != NULL) {
    +        BIO_snprintf(buf, sizeof buf, "GET %s HTTP/1.0\r\n\r\n", s_www_path);
    +        SSL_write(scon, buf, strlen(buf));
    +        while (SSL_read(scon, buf, sizeof(buf)) > 0) ;
    +    }
     #ifdef NO_SHUTDOWN
    -	SSL_set_shutdown(scon,SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN);
    +    SSL_set_shutdown(scon, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN);
     #else
    -	SSL_shutdown(scon);
    +    SSL_shutdown(scon);
     #endif
    -	SHUTDOWN2(SSL_get_fd(scon));
    +    SHUTDOWN2(SSL_get_fd(scon));
     
    -	nConn = 0;
    -	totalTime = 0.0;
    +    nConn = 0;
    +    totalTime = 0.0;
     
    -	finishtime=(long)time(NULL)+maxTime;
    +    finishtime = (long)time(NULL) + maxTime;
     
    -	printf( "starting\n" );
    -	bytes_read=0;
    -	tm_Time_F(START);
    -		
    -	for (;;)
    -		{
    -		if (finishtime < (long)time(NULL)) break;
    +    printf("starting\n");
    +    bytes_read = 0;
    +    tm_Time_F(START);
    +
    +    for (;;) {
    +        if (finishtime < (long)time(NULL))
    +            break;
     
     #ifdef WIN32_STUFF
    -		if( flushWinMsgs(0) == -1 )
    -			goto end;
    +        if (flushWinMsgs(0) == -1)
    +            goto end;
     
    -		if( waitingToDie || exitNow )	/* we're dead */
    -			goto end;
    +        if (waitingToDie || exitNow) /* we're dead */
    +            goto end;
     #endif
     
    -	 	if( (doConnection( scon )) == NULL )
    -			goto end;
    -
    -		if (s_www_path)
    -			{
    -			BIO_snprintf(buf,sizeof buf,"GET %s HTTP/1.0\r\n\r\n",s_www_path);
    -			SSL_write(scon,buf,strlen(buf));
    -			while ((i=SSL_read(scon,buf,sizeof(buf))) > 0)
    -				bytes_read+=i;
    -			}
    +        if ((doConnection(scon)) == NULL)
    +            goto end;
     
    +        if (s_www_path) {
    +            BIO_snprintf(buf, sizeof buf, "GET %s HTTP/1.0\r\n\r\n",
    +                         s_www_path);
    +            SSL_write(scon, buf, strlen(buf));
    +            while ((i = SSL_read(scon, buf, sizeof(buf))) > 0)
    +                bytes_read += i;
    +        }
     #ifdef NO_SHUTDOWN
    -		SSL_set_shutdown(scon,SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN);
    +        SSL_set_shutdown(scon, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN);
     #else
    -		SSL_shutdown(scon);
    +        SSL_shutdown(scon);
     #endif
    -		SHUTDOWN2(SSL_get_fd(scon));
    -	
    -		nConn += 1;
    -		if (SSL_session_reused(scon))
    -			ver='r';
    -		else
    -			{
    -			ver=SSL_version(scon);
    -			if (ver == TLS1_VERSION)
    -				ver='t';
    -			else if (ver == SSL3_VERSION)
    -				ver='3';
    -			else if (ver == SSL2_VERSION)
    -				ver='2';
    -			else
    -				ver='*';
    -			}
    -		fputc(ver,stdout);
    -		fflush(stdout);
    -		}
    -	totalTime += tm_Time_F(STOP); /* Add the time for this iteration*/
    -
    -
    -	printf( "\n\n%d connections in %.2fs; %.2f connections/user sec, bytes read %ld\n", nConn, totalTime, ((double)nConn/totalTime),bytes_read);
    -	printf( "%d connections in %ld real seconds, %ld bytes read per connection\n",nConn,(long)time(NULL)-finishtime+maxTime,bytes_read/nConn);
    -
    -	ret=0;
    -end:
    -	if (scon != NULL) SSL_free(scon);
    -
    -	if (tm_ctx != NULL)
    -		{
    -		SSL_CTX_free(tm_ctx);
    -		tm_ctx=NULL;
    -		}
    -	apps_shutdown();
    -	OPENSSL_EXIT(ret);
    -	}
    +        SHUTDOWN2(SSL_get_fd(scon));
    +
    +        nConn += 1;
    +        if (SSL_session_reused(scon))
    +            ver = 'r';
    +        else {
    +            ver = SSL_version(scon);
    +            if (ver == TLS1_VERSION)
    +                ver = 't';
    +            else if (ver == SSL3_VERSION)
    +                ver = '3';
    +            else if (ver == SSL2_VERSION)
    +                ver = '2';
    +            else
    +                ver = '*';
    +        }
    +        fputc(ver, stdout);
    +        fflush(stdout);
    +    }
    +    totalTime += tm_Time_F(STOP); /* Add the time for this iteration */
    +
    +    printf
    +        ("\n\n%d connections in %.2fs; %.2f connections/user sec, bytes read %ld\n",
    +         nConn, totalTime, ((double)nConn / totalTime), bytes_read);
    +    printf
    +        ("%d connections in %ld real seconds, %ld bytes read per connection\n",
    +         nConn, (long)time(NULL) - finishtime + maxTime, bytes_read / nConn);
    +
    +    ret = 0;
    + end:
    +    if (scon != NULL)
    +        SSL_free(scon);
    +
    +    if (tm_ctx != NULL) {
    +        SSL_CTX_free(tm_ctx);
    +        tm_ctx = NULL;
    +    }
    +    apps_shutdown();
    +    OPENSSL_EXIT(ret);
    +}
     
    -/***********************************************************************
    +/*-
      * doConnection - make a connection
      * Args:
    - *		scon	= earlier ssl connection for session id, or NULL
    + *              scon    = earlier ssl connection for session id, or NULL
      * Returns:
    - *		SSL *	= the connection pointer.
    + *              SSL *   = the connection pointer.
      */
     static SSL *doConnection(SSL *scon)
    -	{
    -	BIO *conn;
    -	SSL *serverCon;
    -	int width, i;
    -	fd_set readfds;
    -
    -	if ((conn=BIO_new(BIO_s_connect())) == NULL)
    -		return(NULL);
    -
    -/*	BIO_set_conn_port(conn,port);*/
    -	BIO_set_conn_hostname(conn,host);
    -
    -	if (scon == NULL)
    -		serverCon=SSL_new(tm_ctx);
    -	else
    -		{
    -		serverCon=scon;
    -		SSL_set_connect_state(serverCon);
    -		}
    +{
    +    BIO *conn;
    +    SSL *serverCon;
    +    int width, i;
    +    fd_set readfds;
    +
    +    if ((conn = BIO_new(BIO_s_connect())) == NULL)
    +        return (NULL);
    +
    +/*      BIO_set_conn_port(conn,port);*/
    +    BIO_set_conn_hostname(conn, host);
    +
    +    if (scon == NULL)
    +        serverCon = SSL_new(tm_ctx);
    +    else {
    +        serverCon = scon;
    +        SSL_set_connect_state(serverCon);
    +    }
     
    -	SSL_set_bio(serverCon,conn,conn);
    +    SSL_set_bio(serverCon, conn, conn);
     
     #if 0
    -	if( scon != NULL )
    -		SSL_set_session(serverCon,SSL_get_session(scon));
    +    if (scon != NULL)
    +        SSL_set_session(serverCon, SSL_get_session(scon));
     #endif
     
    -	/* ok, lets connect */
    -	for(;;) {
    -		i=SSL_connect(serverCon);
    -		if (BIO_sock_should_retry(i))
    -			{
    -			BIO_printf(bio_err,"DELAY\n");
    -
    -			i=SSL_get_fd(serverCon);
    -			width=i+1;
    -			FD_ZERO(&readfds);
    -			openssl_fdset(i,&readfds);
    -			/* Note: under VMS with SOCKETSHR the 2nd parameter
    -			 * is currently of type (int *) whereas under other
    -			 * systems it is (void *) if you don't have a cast it
    -			 * will choke the compiler: if you do have a cast then
    -			 * you can either go for (int *) or (void *).
    -			 */
    -			select(width,(void *)&readfds,NULL,NULL,NULL);
    -			continue;
    -			}
    -		break;
    -		}
    -	if(i <= 0)
    -		{
    -		BIO_printf(bio_err,"ERROR\n");
    -		if (verify_error != X509_V_OK)
    -			BIO_printf(bio_err,"verify error:%s\n",
    -				X509_verify_cert_error_string(verify_error));
    -		else
    -			ERR_print_errors(bio_err);
    -		if (scon == NULL)
    -			SSL_free(serverCon);
    -		return NULL;
    -		}
    -
    -	return serverCon;
    -	}
    -
    +    /* ok, lets connect */
    +    for (;;) {
    +        i = SSL_connect(serverCon);
    +        if (BIO_sock_should_retry(i)) {
    +            BIO_printf(bio_err, "DELAY\n");
    +
    +            i = SSL_get_fd(serverCon);
    +            width = i + 1;
    +            FD_ZERO(&readfds);
    +            openssl_fdset(i, &readfds);
    +            /*
    +             * Note: under VMS with SOCKETSHR the 2nd parameter is currently
    +             * of type (int *) whereas under other systems it is (void *) if
    +             * you don't have a cast it will choke the compiler: if you do
    +             * have a cast then you can either go for (int *) or (void *).
    +             */
    +            select(width, (void *)&readfds, NULL, NULL, NULL);
    +            continue;
    +        }
    +        break;
    +    }
    +    if (i <= 0) {
    +        BIO_printf(bio_err, "ERROR\n");
    +        if (verify_error != X509_V_OK)
    +            BIO_printf(bio_err, "verify error:%s\n",
    +                       X509_verify_cert_error_string(verify_error));
    +        else
    +            ERR_print_errors(bio_err);
    +        if (scon == NULL)
    +            SSL_free(serverCon);
    +        return NULL;
    +    }
     
    +    return serverCon;
    +}
    diff --git a/openssl/apps/sess_id.c b/openssl/apps/sess_id.c
    index b16686c26..7773abec7 100644
    --- a/openssl/apps/sess_id.c
    +++ b/openssl/apps/sess_id.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -67,20 +67,20 @@
     #include 
     
     #undef PROG
    -#define PROG	sess_id_main
    +#define PROG    sess_id_main
     
    -static const char *sess_id_usage[]={
    -"usage: sess_id args\n",
    -"\n",
    -" -inform arg     - input format - default PEM (DER or PEM)\n",
    -" -outform arg    - output format - default PEM\n",
    -" -in arg         - input file - default stdin\n",
    -" -out arg        - output file - default stdout\n",
    -" -text           - print ssl session id details\n",
    -" -cert           - output certificate \n",
    -" -noout          - no CRL output\n",
    -" -context arg    - set the session ID context\n",
    -NULL
    +static const char *sess_id_usage[] = {
    +    "usage: sess_id args\n",
    +    "\n",
    +    " -inform arg     - input format - default PEM (DER or PEM)\n",
    +    " -outform arg    - output format - default PEM\n",
    +    " -in arg         - input file - default stdin\n",
    +    " -out arg        - output file - default stdout\n",
    +    " -text           - print ssl session id details\n",
    +    " -cert           - output certificate \n",
    +    " -noout          - no CRL output\n",
    +    " -context arg    - set the session ID context\n",
    +    NULL
     };
     
     static SSL_SESSION *load_sess_id(char *file, int format);
    @@ -88,235 +88,213 @@ static SSL_SESSION *load_sess_id(char *file, int format);
     int MAIN(int, char **);
     
     int MAIN(int argc, char **argv)
    -	{
    -	SSL_SESSION *x=NULL;
    -	X509 *peer = NULL;
    -	int ret=1,i,num,badops=0;
    -	BIO *out=NULL;
    -	int informat,outformat;
    -	char *infile=NULL,*outfile=NULL,*context=NULL;
    -	int cert=0,noout=0,text=0;
    -	const char **pp;
    -
    -	apps_startup();
    +{
    +    SSL_SESSION *x = NULL;
    +    X509 *peer = NULL;
    +    int ret = 1, i, num, badops = 0;
    +    BIO *out = NULL;
    +    int informat, outformat;
    +    char *infile = NULL, *outfile = NULL, *context = NULL;
    +    int cert = 0, noout = 0, text = 0;
    +    const char **pp;
     
    -	if (bio_err == NULL)
    -		if ((bio_err=BIO_new(BIO_s_file())) != NULL)
    -			BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
    +    apps_startup();
     
    -	informat=FORMAT_PEM;
    -	outformat=FORMAT_PEM;
    +    if (bio_err == NULL)
    +        if ((bio_err = BIO_new(BIO_s_file())) != NULL)
    +            BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
     
    -	argc--;
    -	argv++;
    -	num=0;
    -	while (argc >= 1)
    -		{
    -		if 	(strcmp(*argv,"-inform") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			informat=str2fmt(*(++argv));
    -			}
    -		else if (strcmp(*argv,"-outform") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			outformat=str2fmt(*(++argv));
    -			}
    -		else if (strcmp(*argv,"-in") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			infile= *(++argv);
    -			}
    -		else if (strcmp(*argv,"-out") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			outfile= *(++argv);
    -			}
    -		else if (strcmp(*argv,"-text") == 0)
    -			text= ++num;
    -		else if (strcmp(*argv,"-cert") == 0)
    -			cert= ++num;
    -		else if (strcmp(*argv,"-noout") == 0)
    -			noout= ++num;
    -		else if (strcmp(*argv,"-context") == 0)
    -		    {
    -		    if(--argc < 1) goto bad;
    -		    context=*++argv;
    -		    }
    -		else
    -			{
    -			BIO_printf(bio_err,"unknown option %s\n",*argv);
    -			badops=1;
    -			break;
    -			}
    -		argc--;
    -		argv++;
    -		}
    +    informat = FORMAT_PEM;
    +    outformat = FORMAT_PEM;
     
    -	if (badops)
    -		{
    -bad:
    -		for (pp=sess_id_usage; (*pp != NULL); pp++)
    -			BIO_printf(bio_err,"%s",*pp);
    -		goto end;
    -		}
    +    argc--;
    +    argv++;
    +    num = 0;
    +    while (argc >= 1) {
    +        if (strcmp(*argv, "-inform") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            informat = str2fmt(*(++argv));
    +        } else if (strcmp(*argv, "-outform") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            outformat = str2fmt(*(++argv));
    +        } else if (strcmp(*argv, "-in") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            infile = *(++argv);
    +        } else if (strcmp(*argv, "-out") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            outfile = *(++argv);
    +        } else if (strcmp(*argv, "-text") == 0)
    +            text = ++num;
    +        else if (strcmp(*argv, "-cert") == 0)
    +            cert = ++num;
    +        else if (strcmp(*argv, "-noout") == 0)
    +            noout = ++num;
    +        else if (strcmp(*argv, "-context") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            context = *++argv;
    +        } else {
    +            BIO_printf(bio_err, "unknown option %s\n", *argv);
    +            badops = 1;
    +            break;
    +        }
    +        argc--;
    +        argv++;
    +    }
     
    -	ERR_load_crypto_strings();
    -	x=load_sess_id(infile,informat);
    -	if (x == NULL) { goto end; }
    -	peer = SSL_SESSION_get0_peer(x);
    +    if (badops) {
    + bad:
    +        for (pp = sess_id_usage; (*pp != NULL); pp++)
    +            BIO_printf(bio_err, "%s", *pp);
    +        goto end;
    +    }
     
    -	if(context)
    -	    {
    -	    size_t ctx_len = strlen(context);
    -	    if(ctx_len > SSL_MAX_SID_CTX_LENGTH)
    -		{
    -		BIO_printf(bio_err,"Context too long\n");
    -		goto end;
    -		}
    -	    SSL_SESSION_set1_id_context(x, (unsigned char *)context, ctx_len);
    -	    }
    +    ERR_load_crypto_strings();
    +    x = load_sess_id(infile, informat);
    +    if (x == NULL) {
    +        goto end;
    +    }
    +    peer = SSL_SESSION_get0_peer(x);
     
    +    if (context) {
    +        size_t ctx_len = strlen(context);
    +        if (ctx_len > SSL_MAX_SID_CTX_LENGTH) {
    +            BIO_printf(bio_err, "Context too long\n");
    +            goto end;
    +        }
    +        SSL_SESSION_set1_id_context(x, (unsigned char *)context, ctx_len);
    +    }
     #ifdef undef
    -	/* just testing for memory leaks :-) */
    -	{
    -	SSL_SESSION *s;
    -	char buf[1024*10],*p;
    -	int i;
    +    /* just testing for memory leaks :-) */
    +    {
    +        SSL_SESSION *s;
    +        char buf[1024 * 10], *p;
    +        int i;
     
    -	s=SSL_SESSION_new();
    +        s = SSL_SESSION_new();
     
    -	p= &buf;
    -	i=i2d_SSL_SESSION(x,&p);
    -	p= &buf;
    -	d2i_SSL_SESSION(&s,&p,(long)i);
    -	p= &buf;
    -	d2i_SSL_SESSION(&s,&p,(long)i);
    -	p= &buf;
    -	d2i_SSL_SESSION(&s,&p,(long)i);
    -	SSL_SESSION_free(s);
    -	}
    +        p = &buf;
    +        i = i2d_SSL_SESSION(x, &p);
    +        p = &buf;
    +        d2i_SSL_SESSION(&s, &p, (long)i);
    +        p = &buf;
    +        d2i_SSL_SESSION(&s, &p, (long)i);
    +        p = &buf;
    +        d2i_SSL_SESSION(&s, &p, (long)i);
    +        SSL_SESSION_free(s);
    +    }
     #endif
     
    -	if (!noout || text)
    -		{
    -		out=BIO_new(BIO_s_file());
    -		if (out == NULL)
    -			{
    -			ERR_print_errors(bio_err);
    -			goto end;
    -			}
    +    if (!noout || text) {
    +        out = BIO_new(BIO_s_file());
    +        if (out == NULL) {
    +            ERR_print_errors(bio_err);
    +            goto end;
    +        }
     
    -		if (outfile == NULL)
    -			{
    -			BIO_set_fp(out,stdout,BIO_NOCLOSE);
    +        if (outfile == NULL) {
    +            BIO_set_fp(out, stdout, BIO_NOCLOSE);
     #ifdef OPENSSL_SYS_VMS
    -			{
    -			BIO *tmpbio = BIO_new(BIO_f_linebuffer());
    -			out = BIO_push(tmpbio, out);
    -			}
    +            {
    +                BIO *tmpbio = BIO_new(BIO_f_linebuffer());
    +                out = BIO_push(tmpbio, out);
    +            }
     #endif
    -			}
    -		else
    -			{
    -			if (BIO_write_filename(out,outfile) <= 0)
    -				{
    -				perror(outfile);
    -				goto end;
    -				}
    -			}
    -		}
    +        } else {
    +            if (BIO_write_filename(out, outfile) <= 0) {
    +                perror(outfile);
    +                goto end;
    +            }
    +        }
    +    }
     
    -	if (text)
    -		{
    -		SSL_SESSION_print(out,x);
    +    if (text) {
    +        SSL_SESSION_print(out, x);
     
    -		if (cert)
    -			{
    -			if (peer == NULL)
    -				BIO_puts(out,"No certificate present\n");
    -			else
    -				X509_print(out,peer);
    -			}
    -		}
    +        if (cert) {
    +            if (peer == NULL)
    +                BIO_puts(out, "No certificate present\n");
    +            else
    +                X509_print(out, peer);
    +        }
    +    }
     
    -	if (!noout && !cert)
    -		{
    -		if 	(outformat == FORMAT_ASN1)
    -			i=i2d_SSL_SESSION_bio(out,x);
    -		else if (outformat == FORMAT_PEM)
    -			i=PEM_write_bio_SSL_SESSION(out,x);
    -		else	{
    -			BIO_printf(bio_err,"bad output format specified for outfile\n");
    -			goto end;
    -			}
    -		if (!i) {
    -			BIO_printf(bio_err,"unable to write SSL_SESSION\n");
    -			goto end;
    -			}
    -		}
    -	else if (!noout && (peer != NULL)) /* just print the certificate */
    -		{
    -		if 	(outformat == FORMAT_ASN1)
    -			i=(int)i2d_X509_bio(out,peer);
    -		else if (outformat == FORMAT_PEM)
    -			i=PEM_write_bio_X509(out,peer);
    -		else	{
    -			BIO_printf(bio_err,"bad output format specified for outfile\n");
    -			goto end;
    -			}
    -		if (!i) {
    -			BIO_printf(bio_err,"unable to write X509\n");
    -			goto end;
    -			}
    -		}
    -	ret=0;
    -end:
    -	if (out != NULL) BIO_free_all(out);
    -	if (x != NULL) SSL_SESSION_free(x);
    -	apps_shutdown();
    -	OPENSSL_EXIT(ret);
    -	}
    +    if (!noout && !cert) {
    +        if (outformat == FORMAT_ASN1)
    +            i = i2d_SSL_SESSION_bio(out, x);
    +        else if (outformat == FORMAT_PEM)
    +            i = PEM_write_bio_SSL_SESSION(out, x);
    +        else {
    +            BIO_printf(bio_err, "bad output format specified for outfile\n");
    +            goto end;
    +        }
    +        if (!i) {
    +            BIO_printf(bio_err, "unable to write SSL_SESSION\n");
    +            goto end;
    +        }
    +    } else if (!noout && (peer != NULL)) { /* just print the certificate */
    +        if (outformat == FORMAT_ASN1)
    +            i = (int)i2d_X509_bio(out, peer);
    +        else if (outformat == FORMAT_PEM)
    +            i = PEM_write_bio_X509(out, peer);
    +        else {
    +            BIO_printf(bio_err, "bad output format specified for outfile\n");
    +            goto end;
    +        }
    +        if (!i) {
    +            BIO_printf(bio_err, "unable to write X509\n");
    +            goto end;
    +        }
    +    }
    +    ret = 0;
    + end:
    +    if (out != NULL)
    +        BIO_free_all(out);
    +    if (x != NULL)
    +        SSL_SESSION_free(x);
    +    apps_shutdown();
    +    OPENSSL_EXIT(ret);
    +}
     
     static SSL_SESSION *load_sess_id(char *infile, int format)
    -	{
    -	SSL_SESSION *x=NULL;
    -	BIO *in=NULL;
    +{
    +    SSL_SESSION *x = NULL;
    +    BIO *in = NULL;
     
    -	in=BIO_new(BIO_s_file());
    -	if (in == NULL)
    -		{
    -		ERR_print_errors(bio_err);
    -		goto end;
    -		}
    +    in = BIO_new(BIO_s_file());
    +    if (in == NULL) {
    +        ERR_print_errors(bio_err);
    +        goto end;
    +    }
     
    -	if (infile == NULL)
    -		BIO_set_fp(in,stdin,BIO_NOCLOSE);
    -	else
    -		{
    -		if (BIO_read_filename(in,infile) <= 0)
    -			{
    -			perror(infile);
    -			goto end;
    -			}
    -		}
    -	if 	(format == FORMAT_ASN1)
    -		x=d2i_SSL_SESSION_bio(in,NULL);
    -	else if (format == FORMAT_PEM)
    -		x=PEM_read_bio_SSL_SESSION(in,NULL,NULL,NULL);
    -	else	{
    -		BIO_printf(bio_err,"bad input format specified for input crl\n");
    -		goto end;
    -		}
    -	if (x == NULL)
    -		{
    -		BIO_printf(bio_err,"unable to load SSL_SESSION\n");
    -		ERR_print_errors(bio_err);
    -		goto end;
    -		}
    -	
    -end:
    -	if (in != NULL) BIO_free(in);
    -	return(x);
    -	}
    +    if (infile == NULL)
    +        BIO_set_fp(in, stdin, BIO_NOCLOSE);
    +    else {
    +        if (BIO_read_filename(in, infile) <= 0) {
    +            perror(infile);
    +            goto end;
    +        }
    +    }
    +    if (format == FORMAT_ASN1)
    +        x = d2i_SSL_SESSION_bio(in, NULL);
    +    else if (format == FORMAT_PEM)
    +        x = PEM_read_bio_SSL_SESSION(in, NULL, NULL, NULL);
    +    else {
    +        BIO_printf(bio_err, "bad input format specified for input crl\n");
    +        goto end;
    +    }
    +    if (x == NULL) {
    +        BIO_printf(bio_err, "unable to load SSL_SESSION\n");
    +        ERR_print_errors(bio_err);
    +        goto end;
    +    }
     
    + end:
    +    if (in != NULL)
    +        BIO_free(in);
    +    return (x);
    +}
    diff --git a/openssl/apps/smime.c b/openssl/apps/smime.c
    index d1fe32d31..764509f23 100644
    --- a/openssl/apps/smime.c
    +++ b/openssl/apps/smime.c
    @@ -1,5 +1,6 @@
     /* smime.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
      * project.
      */
     /* ====================================================================
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -72,786 +73,704 @@
     static int save_certs(char *signerfile, STACK_OF(X509) *signers);
     static int smime_cb(int ok, X509_STORE_CTX *ctx);
     
    -#define SMIME_OP	0x10
    -#define SMIME_IP	0x20
    -#define SMIME_SIGNERS	0x40
    -#define SMIME_ENCRYPT	(1 | SMIME_OP)
    -#define SMIME_DECRYPT	(2 | SMIME_IP)
    -#define SMIME_SIGN	(3 | SMIME_OP | SMIME_SIGNERS)
    -#define SMIME_VERIFY	(4 | SMIME_IP)
    -#define SMIME_PK7OUT	(5 | SMIME_IP | SMIME_OP)
    -#define SMIME_RESIGN	(6 | SMIME_IP | SMIME_OP | SMIME_SIGNERS)
    +#define SMIME_OP        0x10
    +#define SMIME_IP        0x20
    +#define SMIME_SIGNERS   0x40
    +#define SMIME_ENCRYPT   (1 | SMIME_OP)
    +#define SMIME_DECRYPT   (2 | SMIME_IP)
    +#define SMIME_SIGN      (3 | SMIME_OP | SMIME_SIGNERS)
    +#define SMIME_VERIFY    (4 | SMIME_IP)
    +#define SMIME_PK7OUT    (5 | SMIME_IP | SMIME_OP)
    +#define SMIME_RESIGN    (6 | SMIME_IP | SMIME_OP | SMIME_SIGNERS)
     
     int MAIN(int, char **);
     
     int MAIN(int argc, char **argv)
    -	{
    -	ENGINE *e = NULL;
    -	int operation = 0;
    -	int ret = 0;
    -	char **args;
    -	const char *inmode = "r", *outmode = "w";
    -	char *infile = NULL, *outfile = NULL;
    -	char *signerfile = NULL, *recipfile = NULL;
    -	STACK_OF(OPENSSL_STRING) *sksigners = NULL, *skkeys = NULL;
    -	char *certfile = NULL, *keyfile = NULL, *contfile=NULL;
    -	const EVP_CIPHER *cipher = NULL;
    -	PKCS7 *p7 = NULL;
    -	X509_STORE *store = NULL;
    -	X509 *cert = NULL, *recip = NULL, *signer = NULL;
    -	EVP_PKEY *key = NULL;
    -	STACK_OF(X509) *encerts = NULL, *other = NULL;
    -	BIO *in = NULL, *out = NULL, *indata = NULL;
    -	int badarg = 0;
    -	int flags = PKCS7_DETACHED;
    -	char *to = NULL, *from = NULL, *subject = NULL;
    -	char *CAfile = NULL, *CApath = NULL;
    -	char *passargin = NULL, *passin = NULL;
    -	char *inrand = NULL;
    -	int need_rand = 0;
    -	int indef = 0;
    -	const EVP_MD *sign_md = NULL;
    -	int informat = FORMAT_SMIME, outformat = FORMAT_SMIME;
    -        int keyform = FORMAT_PEM;
    +{
    +    ENGINE *e = NULL;
    +    int operation = 0;
    +    int ret = 0;
    +    char **args;
    +    const char *inmode = "r", *outmode = "w";
    +    char *infile = NULL, *outfile = NULL;
    +    char *signerfile = NULL, *recipfile = NULL;
    +    STACK_OF(OPENSSL_STRING) *sksigners = NULL, *skkeys = NULL;
    +    char *certfile = NULL, *keyfile = NULL, *contfile = NULL;
    +    const EVP_CIPHER *cipher = NULL;
    +    PKCS7 *p7 = NULL;
    +    X509_STORE *store = NULL;
    +    X509 *cert = NULL, *recip = NULL, *signer = NULL;
    +    EVP_PKEY *key = NULL;
    +    STACK_OF(X509) *encerts = NULL, *other = NULL;
    +    BIO *in = NULL, *out = NULL, *indata = NULL;
    +    int badarg = 0;
    +    int flags = PKCS7_DETACHED;
    +    char *to = NULL, *from = NULL, *subject = NULL;
    +    char *CAfile = NULL, *CApath = NULL;
    +    char *passargin = NULL, *passin = NULL;
    +    char *inrand = NULL;
    +    int need_rand = 0;
    +    int indef = 0;
    +    const EVP_MD *sign_md = NULL;
    +    int informat = FORMAT_SMIME, outformat = FORMAT_SMIME;
    +    int keyform = FORMAT_PEM;
     #ifndef OPENSSL_NO_ENGINE
    -	char *engine=NULL;
    +    char *engine = NULL;
     #endif
     
    -	X509_VERIFY_PARAM *vpm = NULL;
    -
    -	args = argv + 1;
    -	ret = 1;
    -
    -	apps_startup();
    -
    -	if (bio_err == NULL)
    -		{
    -		if ((bio_err = BIO_new(BIO_s_file())) != NULL)
    -			BIO_set_fp(bio_err, stderr, BIO_NOCLOSE|BIO_FP_TEXT);
    -		}
    -
    -	if (!load_config(bio_err, NULL))
    -		goto end;
    -
    -	while (!badarg && *args && *args[0] == '-')
    -		{
    -		if (!strcmp (*args, "-encrypt"))
    -			operation = SMIME_ENCRYPT;
    -		else if (!strcmp (*args, "-decrypt"))
    -			operation = SMIME_DECRYPT;
    -		else if (!strcmp (*args, "-sign"))
    -			operation = SMIME_SIGN;
    -		else if (!strcmp (*args, "-resign"))
    -			operation = SMIME_RESIGN;
    -		else if (!strcmp (*args, "-verify"))
    -			operation = SMIME_VERIFY;
    -		else if (!strcmp (*args, "-pk7out"))
    -			operation = SMIME_PK7OUT;
    +    X509_VERIFY_PARAM *vpm = NULL;
    +
    +    args = argv + 1;
    +    ret = 1;
    +
    +    apps_startup();
    +
    +    if (bio_err == NULL) {
    +        if ((bio_err = BIO_new(BIO_s_file())) != NULL)
    +            BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
    +    }
    +
    +    if (!load_config(bio_err, NULL))
    +        goto end;
    +
    +    while (!badarg && *args && *args[0] == '-') {
    +        if (!strcmp(*args, "-encrypt"))
    +            operation = SMIME_ENCRYPT;
    +        else if (!strcmp(*args, "-decrypt"))
    +            operation = SMIME_DECRYPT;
    +        else if (!strcmp(*args, "-sign"))
    +            operation = SMIME_SIGN;
    +        else if (!strcmp(*args, "-resign"))
    +            operation = SMIME_RESIGN;
    +        else if (!strcmp(*args, "-verify"))
    +            operation = SMIME_VERIFY;
    +        else if (!strcmp(*args, "-pk7out"))
    +            operation = SMIME_PK7OUT;
     #ifndef OPENSSL_NO_DES
    -		else if (!strcmp (*args, "-des3")) 
    -				cipher = EVP_des_ede3_cbc();
    -		else if (!strcmp (*args, "-des")) 
    -				cipher = EVP_des_cbc();
    +        else if (!strcmp(*args, "-des3"))
    +            cipher = EVP_des_ede3_cbc();
    +        else if (!strcmp(*args, "-des"))
    +            cipher = EVP_des_cbc();
     #endif
     #ifndef OPENSSL_NO_SEED
    -		else if (!strcmp (*args, "-seed")) 
    -				cipher = EVP_seed_cbc();
    +        else if (!strcmp(*args, "-seed"))
    +            cipher = EVP_seed_cbc();
     #endif
     #ifndef OPENSSL_NO_RC2
    -		else if (!strcmp (*args, "-rc2-40")) 
    -				cipher = EVP_rc2_40_cbc();
    -		else if (!strcmp (*args, "-rc2-128")) 
    -				cipher = EVP_rc2_cbc();
    -		else if (!strcmp (*args, "-rc2-64")) 
    -				cipher = EVP_rc2_64_cbc();
    +        else if (!strcmp(*args, "-rc2-40"))
    +            cipher = EVP_rc2_40_cbc();
    +        else if (!strcmp(*args, "-rc2-128"))
    +            cipher = EVP_rc2_cbc();
    +        else if (!strcmp(*args, "-rc2-64"))
    +            cipher = EVP_rc2_64_cbc();
     #endif
     #ifndef OPENSSL_NO_AES
    -		else if (!strcmp(*args,"-aes128"))
    -				cipher = EVP_aes_128_cbc();
    -		else if (!strcmp(*args,"-aes192"))
    -				cipher = EVP_aes_192_cbc();
    -		else if (!strcmp(*args,"-aes256"))
    -				cipher = EVP_aes_256_cbc();
    +        else if (!strcmp(*args, "-aes128"))
    +            cipher = EVP_aes_128_cbc();
    +        else if (!strcmp(*args, "-aes192"))
    +            cipher = EVP_aes_192_cbc();
    +        else if (!strcmp(*args, "-aes256"))
    +            cipher = EVP_aes_256_cbc();
     #endif
     #ifndef OPENSSL_NO_CAMELLIA
    -		else if (!strcmp(*args,"-camellia128"))
    -				cipher = EVP_camellia_128_cbc();
    -		else if (!strcmp(*args,"-camellia192"))
    -				cipher = EVP_camellia_192_cbc();
    -		else if (!strcmp(*args,"-camellia256"))
    -				cipher = EVP_camellia_256_cbc();
    +        else if (!strcmp(*args, "-camellia128"))
    +            cipher = EVP_camellia_128_cbc();
    +        else if (!strcmp(*args, "-camellia192"))
    +            cipher = EVP_camellia_192_cbc();
    +        else if (!strcmp(*args, "-camellia256"))
    +            cipher = EVP_camellia_256_cbc();
     #endif
    -		else if (!strcmp (*args, "-text")) 
    -				flags |= PKCS7_TEXT;
    -		else if (!strcmp (*args, "-nointern")) 
    -				flags |= PKCS7_NOINTERN;
    -		else if (!strcmp (*args, "-noverify")) 
    -				flags |= PKCS7_NOVERIFY;
    -		else if (!strcmp (*args, "-nochain")) 
    -				flags |= PKCS7_NOCHAIN;
    -		else if (!strcmp (*args, "-nocerts")) 
    -				flags |= PKCS7_NOCERTS;
    -		else if (!strcmp (*args, "-noattr")) 
    -				flags |= PKCS7_NOATTR;
    -		else if (!strcmp (*args, "-nodetach")) 
    -				flags &= ~PKCS7_DETACHED;
    -		else if (!strcmp (*args, "-nosmimecap"))
    -				flags |= PKCS7_NOSMIMECAP;
    -		else if (!strcmp (*args, "-binary"))
    -				flags |= PKCS7_BINARY;
    -		else if (!strcmp (*args, "-nosigs"))
    -				flags |= PKCS7_NOSIGS;
    -		else if (!strcmp (*args, "-stream"))
    -				indef = 1;
    -		else if (!strcmp (*args, "-indef"))
    -				indef = 1;
    -		else if (!strcmp (*args, "-noindef"))
    -				indef = 0;
    -		else if (!strcmp (*args, "-nooldmime"))
    -				flags |= PKCS7_NOOLDMIMETYPE;
    -		else if (!strcmp (*args, "-crlfeol"))
    -				flags |= PKCS7_CRLFEOL;
    -		else if (!strcmp(*args,"-rand"))
    -			{
    -			if (!args[1])
    -				goto argerr;
    -			args++;
    -			inrand = *args;
    -			need_rand = 1;
    -			}
    +        else if (!strcmp(*args, "-text"))
    +            flags |= PKCS7_TEXT;
    +        else if (!strcmp(*args, "-nointern"))
    +            flags |= PKCS7_NOINTERN;
    +        else if (!strcmp(*args, "-noverify"))
    +            flags |= PKCS7_NOVERIFY;
    +        else if (!strcmp(*args, "-nochain"))
    +            flags |= PKCS7_NOCHAIN;
    +        else if (!strcmp(*args, "-nocerts"))
    +            flags |= PKCS7_NOCERTS;
    +        else if (!strcmp(*args, "-noattr"))
    +            flags |= PKCS7_NOATTR;
    +        else if (!strcmp(*args, "-nodetach"))
    +            flags &= ~PKCS7_DETACHED;
    +        else if (!strcmp(*args, "-nosmimecap"))
    +            flags |= PKCS7_NOSMIMECAP;
    +        else if (!strcmp(*args, "-binary"))
    +            flags |= PKCS7_BINARY;
    +        else if (!strcmp(*args, "-nosigs"))
    +            flags |= PKCS7_NOSIGS;
    +        else if (!strcmp(*args, "-stream"))
    +            indef = 1;
    +        else if (!strcmp(*args, "-indef"))
    +            indef = 1;
    +        else if (!strcmp(*args, "-noindef"))
    +            indef = 0;
    +        else if (!strcmp(*args, "-nooldmime"))
    +            flags |= PKCS7_NOOLDMIMETYPE;
    +        else if (!strcmp(*args, "-crlfeol"))
    +            flags |= PKCS7_CRLFEOL;
    +        else if (!strcmp(*args, "-rand")) {
    +            if (!args[1])
    +                goto argerr;
    +            args++;
    +            inrand = *args;
    +            need_rand = 1;
    +        }
     #ifndef OPENSSL_NO_ENGINE
    -		else if (!strcmp(*args,"-engine"))
    -			{
    -			if (!args[1])
    -				goto argerr;
    -			engine = *++args;
    -			}
    +        else if (!strcmp(*args, "-engine")) {
    +            if (!args[1])
    +                goto argerr;
    +            engine = *++args;
    +        }
     #endif
    -		else if (!strcmp(*args,"-passin"))
    -			{
    -			if (!args[1])
    -				goto argerr;
    -			passargin = *++args;
    -			}
    -		else if (!strcmp (*args, "-to"))
    -			{
    -			if (!args[1])
    -				goto argerr;
    -			to = *++args;
    -			}
    -		else if (!strcmp (*args, "-from"))
    -			{
    -			if (!args[1])
    -				goto argerr;
    -			from = *++args;
    -			}
    -		else if (!strcmp (*args, "-subject"))
    -			{
    -			if (!args[1])
    -				goto argerr;
    -			subject = *++args;
    -			}
    -		else if (!strcmp (*args, "-signer"))
    -			{
    -			if (!args[1])
    -				goto argerr;
    -			/* If previous -signer argument add signer to list */
    -
    -			if (signerfile)
    -				{
    -				if (!sksigners)
    -					sksigners = sk_OPENSSL_STRING_new_null();
    -				sk_OPENSSL_STRING_push(sksigners, signerfile);
    -				if (!keyfile)
    -					keyfile = signerfile;
    -				if (!skkeys)
    -					skkeys = sk_OPENSSL_STRING_new_null();
    -				sk_OPENSSL_STRING_push(skkeys, keyfile);
    -				keyfile = NULL;
    -				}
    -			signerfile = *++args;
    -			}
    -		else if (!strcmp (*args, "-recip"))
    -			{
    -			if (!args[1])
    -				goto argerr;
    -			recipfile = *++args;
    -			}
    -		else if (!strcmp (*args, "-md"))
    -			{
    -			if (!args[1])
    -				goto argerr;
    -			sign_md = EVP_get_digestbyname(*++args);
    -			if (sign_md == NULL)
    -				{
    -				BIO_printf(bio_err, "Unknown digest %s\n",
    -							*args);
    -				goto argerr;
    -				}
    -			}
    -		else if (!strcmp (*args, "-inkey"))
    -			{
    -			if (!args[1])	
    -				goto argerr;
    -			/* If previous -inkey arument add signer to list */
    -			if (keyfile)
    -				{
    -				if (!signerfile)
    -					{
    -					BIO_puts(bio_err, "Illegal -inkey without -signer\n");
    -					goto argerr;
    -					}
    -				if (!sksigners)
    -					sksigners = sk_OPENSSL_STRING_new_null();
    -				sk_OPENSSL_STRING_push(sksigners, signerfile);
    -				signerfile = NULL;
    -				if (!skkeys)
    -					skkeys = sk_OPENSSL_STRING_new_null();
    -				sk_OPENSSL_STRING_push(skkeys, keyfile);
    -				}
    -			keyfile = *++args;
    -			}
    -		else if (!strcmp (*args, "-keyform"))
    -			{
    -			if (!args[1])
    -				goto argerr;
    -			keyform = str2fmt(*++args);
    -			}
    -		else if (!strcmp (*args, "-certfile"))
    -			{
    -			if (!args[1])
    -				goto argerr;
    -			certfile = *++args;
    -			}
    -		else if (!strcmp (*args, "-CAfile"))
    -			{
    -			if (!args[1])
    -				goto argerr;
    -			CAfile = *++args;
    -			}
    -		else if (!strcmp (*args, "-CApath"))
    -			{
    -			if (!args[1])
    -				goto argerr;
    -			CApath = *++args;
    -			}
    -		else if (!strcmp (*args, "-in"))
    -			{
    -			if (!args[1])
    -				goto argerr;
    -			infile = *++args;
    -			}
    -		else if (!strcmp (*args, "-inform"))
    -			{
    -			if (!args[1])
    -				goto argerr;
    -			informat = str2fmt(*++args);
    -			}
    -		else if (!strcmp (*args, "-outform"))
    -			{
    -			if (!args[1])
    -				goto argerr;
    -			outformat = str2fmt(*++args);
    -			}
    -		else if (!strcmp (*args, "-out"))
    -			{
    -			if (!args[1])
    -				goto argerr;
    -			outfile = *++args;
    -			}
    -		else if (!strcmp (*args, "-content"))
    -			{
    -			if (!args[1])
    -				goto argerr;
    -			contfile = *++args;
    -			}
    -		else if (args_verify(&args, NULL, &badarg, bio_err, &vpm))
    -			continue;
    -		else if ((cipher = EVP_get_cipherbyname(*args + 1)) == NULL)
    -			badarg = 1;
    -		args++;
    -		}
    -
    -	if (!(operation & SMIME_SIGNERS) && (skkeys || sksigners))
    -		{
    -		BIO_puts(bio_err, "Multiple signers or keys not allowed\n");
    -		goto argerr;
    -		}
    -
    -	if (operation & SMIME_SIGNERS)
    -		{
    -		/* Check to see if any final signer needs to be appended */
    -		if (keyfile && !signerfile)
    -			{
    -			BIO_puts(bio_err, "Illegal -inkey without -signer\n");
    -			goto argerr;
    -			}
    -		if (signerfile)
    -			{
    -			if (!sksigners)
    -				sksigners = sk_OPENSSL_STRING_new_null();
    -			sk_OPENSSL_STRING_push(sksigners, signerfile);
    -			if (!skkeys)
    -				skkeys = sk_OPENSSL_STRING_new_null();
    -			if (!keyfile)
    -				keyfile = signerfile;
    -			sk_OPENSSL_STRING_push(skkeys, keyfile);
    -			}
    -		if (!sksigners)
    -			{
    -			BIO_printf(bio_err, "No signer certificate specified\n");
    -			badarg = 1;
    -			}
    -		signerfile = NULL;
    -		keyfile = NULL;
    -		need_rand = 1;
    -		}
    -	else if (operation == SMIME_DECRYPT)
    -		{
    -		if (!recipfile && !keyfile)
    -			{
    -			BIO_printf(bio_err, "No recipient certificate or key specified\n");
    -			badarg = 1;
    -			}
    -		}
    -	else if (operation == SMIME_ENCRYPT)
    -		{
    -		if (!*args)
    -			{
    -			BIO_printf(bio_err, "No recipient(s) certificate(s) specified\n");
    -			badarg = 1;
    -			}
    -		need_rand = 1;
    -		}
    -	else if (!operation)
    -		badarg = 1;
    -
    -	if (badarg)
    -		{
    -		argerr:
    -		BIO_printf (bio_err, "Usage smime [options] cert.pem ...\n");
    -		BIO_printf (bio_err, "where options are\n");
    -		BIO_printf (bio_err, "-encrypt       encrypt message\n");
    -		BIO_printf (bio_err, "-decrypt       decrypt encrypted message\n");
    -		BIO_printf (bio_err, "-sign          sign message\n");
    -		BIO_printf (bio_err, "-verify        verify signed message\n");
    -		BIO_printf (bio_err, "-pk7out        output PKCS#7 structure\n");
    +        else if (!strcmp(*args, "-passin")) {
    +            if (!args[1])
    +                goto argerr;
    +            passargin = *++args;
    +        } else if (!strcmp(*args, "-to")) {
    +            if (!args[1])
    +                goto argerr;
    +            to = *++args;
    +        } else if (!strcmp(*args, "-from")) {
    +            if (!args[1])
    +                goto argerr;
    +            from = *++args;
    +        } else if (!strcmp(*args, "-subject")) {
    +            if (!args[1])
    +                goto argerr;
    +            subject = *++args;
    +        } else if (!strcmp(*args, "-signer")) {
    +            if (!args[1])
    +                goto argerr;
    +            /* If previous -signer argument add signer to list */
    +
    +            if (signerfile) {
    +                if (!sksigners)
    +                    sksigners = sk_OPENSSL_STRING_new_null();
    +                sk_OPENSSL_STRING_push(sksigners, signerfile);
    +                if (!keyfile)
    +                    keyfile = signerfile;
    +                if (!skkeys)
    +                    skkeys = sk_OPENSSL_STRING_new_null();
    +                sk_OPENSSL_STRING_push(skkeys, keyfile);
    +                keyfile = NULL;
    +            }
    +            signerfile = *++args;
    +        } else if (!strcmp(*args, "-recip")) {
    +            if (!args[1])
    +                goto argerr;
    +            recipfile = *++args;
    +        } else if (!strcmp(*args, "-md")) {
    +            if (!args[1])
    +                goto argerr;
    +            sign_md = EVP_get_digestbyname(*++args);
    +            if (sign_md == NULL) {
    +                BIO_printf(bio_err, "Unknown digest %s\n", *args);
    +                goto argerr;
    +            }
    +        } else if (!strcmp(*args, "-inkey")) {
    +            if (!args[1])
    +                goto argerr;
    +            /* If previous -inkey arument add signer to list */
    +            if (keyfile) {
    +                if (!signerfile) {
    +                    BIO_puts(bio_err, "Illegal -inkey without -signer\n");
    +                    goto argerr;
    +                }
    +                if (!sksigners)
    +                    sksigners = sk_OPENSSL_STRING_new_null();
    +                sk_OPENSSL_STRING_push(sksigners, signerfile);
    +                signerfile = NULL;
    +                if (!skkeys)
    +                    skkeys = sk_OPENSSL_STRING_new_null();
    +                sk_OPENSSL_STRING_push(skkeys, keyfile);
    +            }
    +            keyfile = *++args;
    +        } else if (!strcmp(*args, "-keyform")) {
    +            if (!args[1])
    +                goto argerr;
    +            keyform = str2fmt(*++args);
    +        } else if (!strcmp(*args, "-certfile")) {
    +            if (!args[1])
    +                goto argerr;
    +            certfile = *++args;
    +        } else if (!strcmp(*args, "-CAfile")) {
    +            if (!args[1])
    +                goto argerr;
    +            CAfile = *++args;
    +        } else if (!strcmp(*args, "-CApath")) {
    +            if (!args[1])
    +                goto argerr;
    +            CApath = *++args;
    +        } else if (!strcmp(*args, "-in")) {
    +            if (!args[1])
    +                goto argerr;
    +            infile = *++args;
    +        } else if (!strcmp(*args, "-inform")) {
    +            if (!args[1])
    +                goto argerr;
    +            informat = str2fmt(*++args);
    +        } else if (!strcmp(*args, "-outform")) {
    +            if (!args[1])
    +                goto argerr;
    +            outformat = str2fmt(*++args);
    +        } else if (!strcmp(*args, "-out")) {
    +            if (!args[1])
    +                goto argerr;
    +            outfile = *++args;
    +        } else if (!strcmp(*args, "-content")) {
    +            if (!args[1])
    +                goto argerr;
    +            contfile = *++args;
    +        } else if (args_verify(&args, NULL, &badarg, bio_err, &vpm))
    +            continue;
    +        else if ((cipher = EVP_get_cipherbyname(*args + 1)) == NULL)
    +            badarg = 1;
    +        args++;
    +    }
    +
    +    if (!(operation & SMIME_SIGNERS) && (skkeys || sksigners)) {
    +        BIO_puts(bio_err, "Multiple signers or keys not allowed\n");
    +        goto argerr;
    +    }
    +
    +    if (operation & SMIME_SIGNERS) {
    +        /* Check to see if any final signer needs to be appended */
    +        if (keyfile && !signerfile) {
    +            BIO_puts(bio_err, "Illegal -inkey without -signer\n");
    +            goto argerr;
    +        }
    +        if (signerfile) {
    +            if (!sksigners)
    +                sksigners = sk_OPENSSL_STRING_new_null();
    +            sk_OPENSSL_STRING_push(sksigners, signerfile);
    +            if (!skkeys)
    +                skkeys = sk_OPENSSL_STRING_new_null();
    +            if (!keyfile)
    +                keyfile = signerfile;
    +            sk_OPENSSL_STRING_push(skkeys, keyfile);
    +        }
    +        if (!sksigners) {
    +            BIO_printf(bio_err, "No signer certificate specified\n");
    +            badarg = 1;
    +        }
    +        signerfile = NULL;
    +        keyfile = NULL;
    +        need_rand = 1;
    +    } else if (operation == SMIME_DECRYPT) {
    +        if (!recipfile && !keyfile) {
    +            BIO_printf(bio_err,
    +                       "No recipient certificate or key specified\n");
    +            badarg = 1;
    +        }
    +    } else if (operation == SMIME_ENCRYPT) {
    +        if (!*args) {
    +            BIO_printf(bio_err, "No recipient(s) certificate(s) specified\n");
    +            badarg = 1;
    +        }
    +        need_rand = 1;
    +    } else if (!operation)
    +        badarg = 1;
    +
    +    if (badarg) {
    + argerr:
    +        BIO_printf(bio_err, "Usage smime [options] cert.pem ...\n");
    +        BIO_printf(bio_err, "where options are\n");
    +        BIO_printf(bio_err, "-encrypt       encrypt message\n");
    +        BIO_printf(bio_err, "-decrypt       decrypt encrypted message\n");
    +        BIO_printf(bio_err, "-sign          sign message\n");
    +        BIO_printf(bio_err, "-verify        verify signed message\n");
    +        BIO_printf(bio_err, "-pk7out        output PKCS#7 structure\n");
     #ifndef OPENSSL_NO_DES
    -		BIO_printf (bio_err, "-des3          encrypt with triple DES\n");
    -		BIO_printf (bio_err, "-des           encrypt with DES\n");
    +        BIO_printf(bio_err, "-des3          encrypt with triple DES\n");
    +        BIO_printf(bio_err, "-des           encrypt with DES\n");
     #endif
     #ifndef OPENSSL_NO_SEED
    -		BIO_printf (bio_err, "-seed          encrypt with SEED\n");
    +        BIO_printf(bio_err, "-seed          encrypt with SEED\n");
     #endif
     #ifndef OPENSSL_NO_RC2
    -		BIO_printf (bio_err, "-rc2-40        encrypt with RC2-40 (default)\n");
    -		BIO_printf (bio_err, "-rc2-64        encrypt with RC2-64\n");
    -		BIO_printf (bio_err, "-rc2-128       encrypt with RC2-128\n");
    +        BIO_printf(bio_err, "-rc2-40        encrypt with RC2-40 (default)\n");
    +        BIO_printf(bio_err, "-rc2-64        encrypt with RC2-64\n");
    +        BIO_printf(bio_err, "-rc2-128       encrypt with RC2-128\n");
     #endif
     #ifndef OPENSSL_NO_AES
    -		BIO_printf (bio_err, "-aes128, -aes192, -aes256\n");
    -		BIO_printf (bio_err, "               encrypt PEM output with cbc aes\n");
    +        BIO_printf(bio_err, "-aes128, -aes192, -aes256\n");
    +        BIO_printf(bio_err,
    +                   "               encrypt PEM output with cbc aes\n");
     #endif
     #ifndef OPENSSL_NO_CAMELLIA
    -		BIO_printf (bio_err, "-camellia128, -camellia192, -camellia256\n");
    -		BIO_printf (bio_err, "               encrypt PEM output with cbc camellia\n");
    +        BIO_printf(bio_err, "-camellia128, -camellia192, -camellia256\n");
    +        BIO_printf(bio_err,
    +                   "               encrypt PEM output with cbc camellia\n");
     #endif
    -		BIO_printf (bio_err, "-nointern      don't search certificates in message for signer\n");
    -		BIO_printf (bio_err, "-nosigs        don't verify message signature\n");
    -		BIO_printf (bio_err, "-noverify      don't verify signers certificate\n");
    -		BIO_printf (bio_err, "-nocerts       don't include signers certificate when signing\n");
    -		BIO_printf (bio_err, "-nodetach      use opaque signing\n");
    -		BIO_printf (bio_err, "-noattr        don't include any signed attributes\n");
    -		BIO_printf (bio_err, "-binary        don't translate message to text\n");
    -		BIO_printf (bio_err, "-certfile file other certificates file\n");
    -		BIO_printf (bio_err, "-signer file   signer certificate file\n");
    -		BIO_printf (bio_err, "-recip  file   recipient certificate file for decryption\n");
    -		BIO_printf (bio_err, "-in file       input file\n");
    -		BIO_printf (bio_err, "-inform arg    input format SMIME (default), PEM or DER\n");
    -		BIO_printf (bio_err, "-inkey file    input private key (if not signer or recipient)\n");
    -		BIO_printf (bio_err, "-keyform arg   input private key format (PEM or ENGINE)\n");
    -		BIO_printf (bio_err, "-out file      output file\n");
    -		BIO_printf (bio_err, "-outform arg   output format SMIME (default), PEM or DER\n");
    -		BIO_printf (bio_err, "-content file  supply or override content for detached signature\n");
    -		BIO_printf (bio_err, "-to addr       to address\n");
    -		BIO_printf (bio_err, "-from ad       from address\n");
    -		BIO_printf (bio_err, "-subject s     subject\n");
    -		BIO_printf (bio_err, "-text          include or delete text MIME headers\n");
    -		BIO_printf (bio_err, "-CApath dir    trusted certificates directory\n");
    -		BIO_printf (bio_err, "-CAfile file   trusted certificates file\n");
    -		BIO_printf (bio_err, "-crl_check     check revocation status of signer's certificate using CRLs\n");
    -		BIO_printf (bio_err, "-crl_check_all check revocation status of signer's certificate chain using CRLs\n");
    +        BIO_printf(bio_err,
    +                   "-nointern      don't search certificates in message for signer\n");
    +        BIO_printf(bio_err,
    +                   "-nosigs        don't verify message signature\n");
    +        BIO_printf(bio_err,
    +                   "-noverify      don't verify signers certificate\n");
    +        BIO_printf(bio_err,
    +                   "-nocerts       don't include signers certificate when signing\n");
    +        BIO_printf(bio_err, "-nodetach      use opaque signing\n");
    +        BIO_printf(bio_err,
    +                   "-noattr        don't include any signed attributes\n");
    +        BIO_printf(bio_err,
    +                   "-binary        don't translate message to text\n");
    +        BIO_printf(bio_err, "-certfile file other certificates file\n");
    +        BIO_printf(bio_err, "-signer file   signer certificate file\n");
    +        BIO_printf(bio_err,
    +                   "-recip  file   recipient certificate file for decryption\n");
    +        BIO_printf(bio_err, "-in file       input file\n");
    +        BIO_printf(bio_err,
    +                   "-inform arg    input format SMIME (default), PEM or DER\n");
    +        BIO_printf(bio_err,
    +                   "-inkey file    input private key (if not signer or recipient)\n");
    +        BIO_printf(bio_err,
    +                   "-keyform arg   input private key format (PEM or ENGINE)\n");
    +        BIO_printf(bio_err, "-out file      output file\n");
    +        BIO_printf(bio_err,
    +                   "-outform arg   output format SMIME (default), PEM or DER\n");
    +        BIO_printf(bio_err,
    +                   "-content file  supply or override content for detached signature\n");
    +        BIO_printf(bio_err, "-to addr       to address\n");
    +        BIO_printf(bio_err, "-from ad       from address\n");
    +        BIO_printf(bio_err, "-subject s     subject\n");
    +        BIO_printf(bio_err,
    +                   "-text          include or delete text MIME headers\n");
    +        BIO_printf(bio_err,
    +                   "-CApath dir    trusted certificates directory\n");
    +        BIO_printf(bio_err, "-CAfile file   trusted certificates file\n");
    +        BIO_printf(bio_err,
    +                   "-crl_check     check revocation status of signer's certificate using CRLs\n");
    +        BIO_printf(bio_err,
    +                   "-crl_check_all check revocation status of signer's certificate chain using CRLs\n");
     #ifndef OPENSSL_NO_ENGINE
    -		BIO_printf (bio_err, "-engine e      use engine e, possibly a hardware device.\n");
    +        BIO_printf(bio_err,
    +                   "-engine e      use engine e, possibly a hardware device.\n");
     #endif
    -		BIO_printf (bio_err, "-passin arg    input file pass phrase source\n");
    -		BIO_printf(bio_err,  "-rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
    -		BIO_printf(bio_err,  "               load the file (or the files in the directory) into\n");
    -		BIO_printf(bio_err,  "               the random number generator\n");
    -		BIO_printf (bio_err, "cert.pem       recipient certificate(s) for encryption\n");
    -		goto end;
    -		}
    -
    +        BIO_printf(bio_err, "-passin arg    input file pass phrase source\n");
    +        BIO_printf(bio_err, "-rand file%cfile%c...\n", LIST_SEPARATOR_CHAR,
    +                   LIST_SEPARATOR_CHAR);
    +        BIO_printf(bio_err,
    +                   "               load the file (or the files in the directory) into\n");
    +        BIO_printf(bio_err, "               the random number generator\n");
    +        BIO_printf(bio_err,
    +                   "cert.pem       recipient certificate(s) for encryption\n");
    +        goto end;
    +    }
     #ifndef OPENSSL_NO_ENGINE
    -        e = setup_engine(bio_err, engine, 0);
    +    e = setup_engine(bio_err, engine, 0);
     #endif
     
    -	if (!app_passwd(bio_err, passargin, NULL, &passin, NULL))
    -		{
    -		BIO_printf(bio_err, "Error getting password\n");
    -		goto end;
    -		}
    -
    -	if (need_rand)
    -		{
    -		app_RAND_load_file(NULL, bio_err, (inrand != NULL));
    -		if (inrand != NULL)
    -			BIO_printf(bio_err,"%ld semi-random bytes loaded\n",
    -				app_RAND_load_files(inrand));
    -		}
    -
    -	ret = 2;
    -
    -	if (!(operation & SMIME_SIGNERS))
    -		flags &= ~PKCS7_DETACHED;
    -
    -	if (operation & SMIME_OP)
    -		{
    -		if (outformat == FORMAT_ASN1)
    -			outmode = "wb";
    -		}
    -	else
    -		{
    -		if (flags & PKCS7_BINARY)
    -			outmode = "wb";
    -		}
    -
    -	if (operation & SMIME_IP)
    -		{
    -		if (informat == FORMAT_ASN1)
    -			inmode = "rb";
    -		}
    -	else
    -		{
    -		if (flags & PKCS7_BINARY)
    -			inmode = "rb";
    -		}
    -
    -	if (operation == SMIME_ENCRYPT)
    -		{
    -		if (!cipher)
    -			{
    -#ifndef OPENSSL_NO_DES			
    -			cipher = EVP_des_ede3_cbc();
    +    if (!app_passwd(bio_err, passargin, NULL, &passin, NULL)) {
    +        BIO_printf(bio_err, "Error getting password\n");
    +        goto end;
    +    }
    +
    +    if (need_rand) {
    +        app_RAND_load_file(NULL, bio_err, (inrand != NULL));
    +        if (inrand != NULL)
    +            BIO_printf(bio_err, "%ld semi-random bytes loaded\n",
    +                       app_RAND_load_files(inrand));
    +    }
    +
    +    ret = 2;
    +
    +    if (!(operation & SMIME_SIGNERS))
    +        flags &= ~PKCS7_DETACHED;
    +
    +    if (operation & SMIME_OP) {
    +        if (outformat == FORMAT_ASN1)
    +            outmode = "wb";
    +    } else {
    +        if (flags & PKCS7_BINARY)
    +            outmode = "wb";
    +    }
    +
    +    if (operation & SMIME_IP) {
    +        if (informat == FORMAT_ASN1)
    +            inmode = "rb";
    +    } else {
    +        if (flags & PKCS7_BINARY)
    +            inmode = "rb";
    +    }
    +
    +    if (operation == SMIME_ENCRYPT) {
    +        if (!cipher) {
    +#ifndef OPENSSL_NO_DES
    +            cipher = EVP_des_ede3_cbc();
     #else
    -			BIO_printf(bio_err, "No cipher selected\n");
    -			goto end;
    +            BIO_printf(bio_err, "No cipher selected\n");
    +            goto end;
     #endif
    -			}
    -		encerts = sk_X509_new_null();
    -		while (*args)
    -			{
    -			if (!(cert = load_cert(bio_err,*args,FORMAT_PEM,
    -				NULL, e, "recipient certificate file")))
    -				{
    -#if 0				/* An appropriate message is already printed */
    -				BIO_printf(bio_err, "Can't read recipient certificate file %s\n", *args);
    +        }
    +        encerts = sk_X509_new_null();
    +        while (*args) {
    +            if (!(cert = load_cert(bio_err, *args, FORMAT_PEM,
    +                                   NULL, e, "recipient certificate file"))) {
    +#if 0                           /* An appropriate message is already printed */
    +                BIO_printf(bio_err,
    +                           "Can't read recipient certificate file %s\n",
    +                           *args);
     #endif
    -				goto end;
    -				}
    -			sk_X509_push(encerts, cert);
    -			cert = NULL;
    -			args++;
    -			}
    -		}
    -
    -	if (certfile)
    -		{
    -		if (!(other = load_certs(bio_err,certfile,FORMAT_PEM, NULL,
    -			e, "certificate file")))
    -			{
    -			ERR_print_errors(bio_err);
    -			goto end;
    -			}
    -		}
    -
    -	if (recipfile && (operation == SMIME_DECRYPT))
    -		{
    -		if (!(recip = load_cert(bio_err,recipfile,FORMAT_PEM,NULL,
    -			e, "recipient certificate file")))
    -			{
    -			ERR_print_errors(bio_err);
    -			goto end;
    -			}
    -		}
    -
    -	if (operation == SMIME_DECRYPT)
    -		{
    -		if (!keyfile)
    -			keyfile = recipfile;
    -		}
    -	else if (operation == SMIME_SIGN)
    -		{
    -		if (!keyfile)
    -			keyfile = signerfile;
    -		}
    -	else keyfile = NULL;
    -
    -	if (keyfile)
    -		{
    -		key = load_key(bio_err, keyfile, keyform, 0, passin, e,
    -			       "signing key file");
    -		if (!key)
    -			goto end;
    -		}
    -
    -	if (infile)
    -		{
    -		if (!(in = BIO_new_file(infile, inmode)))
    -			{
    -			BIO_printf (bio_err,
    -				 "Can't open input file %s\n", infile);
    -			goto end;
    -			}
    -		}
    -	else
    -		in = BIO_new_fp(stdin, BIO_NOCLOSE);
    -
    -	if (operation & SMIME_IP)
    -		{
    -		if (informat == FORMAT_SMIME) 
    -			p7 = SMIME_read_PKCS7(in, &indata);
    -		else if (informat == FORMAT_PEM) 
    -			p7 = PEM_read_bio_PKCS7(in, NULL, NULL, NULL);
    -		else if (informat == FORMAT_ASN1) 
    -			p7 = d2i_PKCS7_bio(in, NULL);
    -		else
    -			{
    -			BIO_printf(bio_err, "Bad input format for PKCS#7 file\n");
    -			goto end;
    -			}
    -
    -		if (!p7)
    -			{
    -			BIO_printf(bio_err, "Error reading S/MIME message\n");
    -			goto end;
    -			}
    -		if (contfile)
    -			{
    -			BIO_free(indata);
    -			if (!(indata = BIO_new_file(contfile, "rb")))
    -				{
    -				BIO_printf(bio_err, "Can't read content file %s\n", contfile);
    -				goto end;
    -				}
    -			}
    -		}
    -
    -	if (outfile)
    -		{
    -		if (!(out = BIO_new_file(outfile, outmode)))
    -			{
    -			BIO_printf (bio_err,
    -				 "Can't open output file %s\n", outfile);
    -			goto end;
    -			}
    -		}
    -	else
    -		{
    -		out = BIO_new_fp(stdout, BIO_NOCLOSE);
    +                goto end;
    +            }
    +            sk_X509_push(encerts, cert);
    +            cert = NULL;
    +            args++;
    +        }
    +    }
    +
    +    if (certfile) {
    +        if (!(other = load_certs(bio_err, certfile, FORMAT_PEM, NULL,
    +                                 e, "certificate file"))) {
    +            ERR_print_errors(bio_err);
    +            goto end;
    +        }
    +    }
    +
    +    if (recipfile && (operation == SMIME_DECRYPT)) {
    +        if (!(recip = load_cert(bio_err, recipfile, FORMAT_PEM, NULL,
    +                                e, "recipient certificate file"))) {
    +            ERR_print_errors(bio_err);
    +            goto end;
    +        }
    +    }
    +
    +    if (operation == SMIME_DECRYPT) {
    +        if (!keyfile)
    +            keyfile = recipfile;
    +    } else if (operation == SMIME_SIGN) {
    +        if (!keyfile)
    +            keyfile = signerfile;
    +    } else
    +        keyfile = NULL;
    +
    +    if (keyfile) {
    +        key = load_key(bio_err, keyfile, keyform, 0, passin, e,
    +                       "signing key file");
    +        if (!key)
    +            goto end;
    +    }
    +
    +    if (infile) {
    +        if (!(in = BIO_new_file(infile, inmode))) {
    +            BIO_printf(bio_err, "Can't open input file %s\n", infile);
    +            goto end;
    +        }
    +    } else
    +        in = BIO_new_fp(stdin, BIO_NOCLOSE);
    +
    +    if (operation & SMIME_IP) {
    +        if (informat == FORMAT_SMIME)
    +            p7 = SMIME_read_PKCS7(in, &indata);
    +        else if (informat == FORMAT_PEM)
    +            p7 = PEM_read_bio_PKCS7(in, NULL, NULL, NULL);
    +        else if (informat == FORMAT_ASN1)
    +            p7 = d2i_PKCS7_bio(in, NULL);
    +        else {
    +            BIO_printf(bio_err, "Bad input format for PKCS#7 file\n");
    +            goto end;
    +        }
    +
    +        if (!p7) {
    +            BIO_printf(bio_err, "Error reading S/MIME message\n");
    +            goto end;
    +        }
    +        if (contfile) {
    +            BIO_free(indata);
    +            if (!(indata = BIO_new_file(contfile, "rb"))) {
    +                BIO_printf(bio_err, "Can't read content file %s\n", contfile);
    +                goto end;
    +            }
    +        }
    +    }
    +
    +    if (outfile) {
    +        if (!(out = BIO_new_file(outfile, outmode))) {
    +            BIO_printf(bio_err, "Can't open output file %s\n", outfile);
    +            goto end;
    +        }
    +    } else {
    +        out = BIO_new_fp(stdout, BIO_NOCLOSE);
     #ifdef OPENSSL_SYS_VMS
    -		{
    -		    BIO *tmpbio = BIO_new(BIO_f_linebuffer());
    -		    out = BIO_push(tmpbio, out);
    -		}
    +        {
    +            BIO *tmpbio = BIO_new(BIO_f_linebuffer());
    +            out = BIO_push(tmpbio, out);
    +        }
     #endif
    -		}
    -
    -	if (operation == SMIME_VERIFY)
    -		{
    -		if (!(store = setup_verify(bio_err, CAfile, CApath)))
    -			goto end;
    -		X509_STORE_set_verify_cb(store, smime_cb);
    -		if (vpm)
    -			X509_STORE_set1_param(store, vpm);
    -		}
    -
    -
    -	ret = 3;
    -
    -	if (operation == SMIME_ENCRYPT)
    -		{
    -		if (indef)
    -			flags |= PKCS7_STREAM;
    -		p7 = PKCS7_encrypt(encerts, in, cipher, flags);
    -		}
    -	else if (operation & SMIME_SIGNERS)
    -		{
    -		int i;
    -		/* If detached data content we only enable streaming if
    -		 * S/MIME output format.
    -		 */
    -		if (operation == SMIME_SIGN)
    -			{
    -			if (flags & PKCS7_DETACHED)
    -				{
    -				if (outformat == FORMAT_SMIME)
    -					flags |= PKCS7_STREAM;
    -				}
    -			else if (indef)
    -				flags |= PKCS7_STREAM;
    -			flags |= PKCS7_PARTIAL;
    -			p7 = PKCS7_sign(NULL, NULL, other, in, flags);
    -			if (!p7)
    -				goto end;
    -			}
    -		else
    -			flags |= PKCS7_REUSE_DIGEST;
    -		for (i = 0; i < sk_OPENSSL_STRING_num(sksigners); i++)
    -			{
    -			signerfile = sk_OPENSSL_STRING_value(sksigners, i);
    -			keyfile = sk_OPENSSL_STRING_value(skkeys, i);
    -			signer = load_cert(bio_err, signerfile,FORMAT_PEM, NULL,
    -					e, "signer certificate");
    -			if (!signer)
    -				goto end;
    -			key = load_key(bio_err, keyfile, keyform, 0, passin, e,
    -			       "signing key file");
    -			if (!key)
    -				goto end;
    -			if (!PKCS7_sign_add_signer(p7, signer, key,
    -						sign_md, flags))
    -				goto end;
    -			X509_free(signer);
    -			signer = NULL;
    -			EVP_PKEY_free(key);
    -			key = NULL;
    -			}
    -		/* If not streaming or resigning finalize structure */
    -		if ((operation == SMIME_SIGN) && !(flags & PKCS7_STREAM))
    -			{
    -			if (!PKCS7_final(p7, in, flags))
    -				goto end;
    -			}
    -		}
    -
    -	if (!p7)
    -		{
    -		BIO_printf(bio_err, "Error creating PKCS#7 structure\n");
    -		goto end;
    -		}
    -
    -	ret = 4;
    -	if (operation == SMIME_DECRYPT)
    -		{
    -		if (!PKCS7_decrypt(p7, key, recip, out, flags))
    -			{
    -			BIO_printf(bio_err, "Error decrypting PKCS#7 structure\n");
    -			goto end;
    -			}
    -		}
    -	else if (operation == SMIME_VERIFY)
    -		{
    -		STACK_OF(X509) *signers;
    -		if (PKCS7_verify(p7, other, store, indata, out, flags))
    -			BIO_printf(bio_err, "Verification successful\n");
    -		else
    -			{
    -			BIO_printf(bio_err, "Verification failure\n");
    -			goto end;
    -			}
    -		signers = PKCS7_get0_signers(p7, other, flags);
    -		if (!save_certs(signerfile, signers))
    -			{
    -			BIO_printf(bio_err, "Error writing signers to %s\n",
    -								signerfile);
    -			ret = 5;
    -			goto end;
    -			}
    -		sk_X509_free(signers);
    -		}
    -	else if (operation == SMIME_PK7OUT)
    -		PEM_write_bio_PKCS7(out, p7);
    -	else
    -		{
    -		if (to)
    -			BIO_printf(out, "To: %s\n", to);
    -		if (from)
    -			BIO_printf(out, "From: %s\n", from);
    -		if (subject)
    -			BIO_printf(out, "Subject: %s\n", subject);
    -		if (outformat == FORMAT_SMIME) 
    -			{
    -			if (operation == SMIME_RESIGN)
    -				SMIME_write_PKCS7(out, p7, indata, flags);
    -			else
    -				SMIME_write_PKCS7(out, p7, in, flags);
    -			}
    -		else if (outformat == FORMAT_PEM) 
    -			PEM_write_bio_PKCS7_stream(out, p7, in, flags);
    -		else if (outformat == FORMAT_ASN1) 
    -			i2d_PKCS7_bio_stream(out,p7, in, flags);
    -		else
    -			{
    -			BIO_printf(bio_err, "Bad output format for PKCS#7 file\n");
    -			goto end;
    -			}
    -		}
    -	ret = 0;
    -end:
    -	if (need_rand)
    -		app_RAND_write_file(NULL, bio_err);
    -	if (ret) ERR_print_errors(bio_err);
    -	sk_X509_pop_free(encerts, X509_free);
    -	sk_X509_pop_free(other, X509_free);
    -	if (vpm)
    -		X509_VERIFY_PARAM_free(vpm);
    -	if (sksigners)
    -		sk_OPENSSL_STRING_free(sksigners);
    -	if (skkeys)
    -		sk_OPENSSL_STRING_free(skkeys);
    -	X509_STORE_free(store);
    -	X509_free(cert);
    -	X509_free(recip);
    -	X509_free(signer);
    -	EVP_PKEY_free(key);
    -	PKCS7_free(p7);
    -	BIO_free(in);
    -	BIO_free(indata);
    -	BIO_free_all(out);
    -	if (passin) OPENSSL_free(passin);
    -	return (ret);
    +    }
    +
    +    if (operation == SMIME_VERIFY) {
    +        if (!(store = setup_verify(bio_err, CAfile, CApath)))
    +            goto end;
    +        X509_STORE_set_verify_cb(store, smime_cb);
    +        if (vpm)
    +            X509_STORE_set1_param(store, vpm);
    +    }
    +
    +    ret = 3;
    +
    +    if (operation == SMIME_ENCRYPT) {
    +        if (indef)
    +            flags |= PKCS7_STREAM;
    +        p7 = PKCS7_encrypt(encerts, in, cipher, flags);
    +    } else if (operation & SMIME_SIGNERS) {
    +        int i;
    +        /*
    +         * If detached data content we only enable streaming if S/MIME output
    +         * format.
    +         */
    +        if (operation == SMIME_SIGN) {
    +            if (flags & PKCS7_DETACHED) {
    +                if (outformat == FORMAT_SMIME)
    +                    flags |= PKCS7_STREAM;
    +            } else if (indef)
    +                flags |= PKCS7_STREAM;
    +            flags |= PKCS7_PARTIAL;
    +            p7 = PKCS7_sign(NULL, NULL, other, in, flags);
    +            if (!p7)
    +                goto end;
    +            if (flags & PKCS7_NOCERTS) {
    +                for (i = 0; i < sk_X509_num(other); i++) {
    +                    X509 *x = sk_X509_value(other, i);
    +                    PKCS7_add_certificate(p7, x);
    +                }
    +            }
    +        } else
    +            flags |= PKCS7_REUSE_DIGEST;
    +        for (i = 0; i < sk_OPENSSL_STRING_num(sksigners); i++) {
    +            signerfile = sk_OPENSSL_STRING_value(sksigners, i);
    +            keyfile = sk_OPENSSL_STRING_value(skkeys, i);
    +            signer = load_cert(bio_err, signerfile, FORMAT_PEM, NULL,
    +                               e, "signer certificate");
    +            if (!signer)
    +                goto end;
    +            key = load_key(bio_err, keyfile, keyform, 0, passin, e,
    +                           "signing key file");
    +            if (!key)
    +                goto end;
    +            if (!PKCS7_sign_add_signer(p7, signer, key, sign_md, flags))
    +                goto end;
    +            X509_free(signer);
    +            signer = NULL;
    +            EVP_PKEY_free(key);
    +            key = NULL;
    +        }
    +        /* If not streaming or resigning finalize structure */
    +        if ((operation == SMIME_SIGN) && !(flags & PKCS7_STREAM)) {
    +            if (!PKCS7_final(p7, in, flags))
    +                goto end;
    +        }
    +    }
    +
    +    if (!p7) {
    +        BIO_printf(bio_err, "Error creating PKCS#7 structure\n");
    +        goto end;
    +    }
    +
    +    ret = 4;
    +    if (operation == SMIME_DECRYPT) {
    +        if (!PKCS7_decrypt(p7, key, recip, out, flags)) {
    +            BIO_printf(bio_err, "Error decrypting PKCS#7 structure\n");
    +            goto end;
    +        }
    +    } else if (operation == SMIME_VERIFY) {
    +        STACK_OF(X509) *signers;
    +        if (PKCS7_verify(p7, other, store, indata, out, flags))
    +            BIO_printf(bio_err, "Verification successful\n");
    +        else {
    +            BIO_printf(bio_err, "Verification failure\n");
    +            goto end;
    +        }
    +        signers = PKCS7_get0_signers(p7, other, flags);
    +        if (!save_certs(signerfile, signers)) {
    +            BIO_printf(bio_err, "Error writing signers to %s\n", signerfile);
    +            ret = 5;
    +            goto end;
    +        }
    +        sk_X509_free(signers);
    +    } else if (operation == SMIME_PK7OUT)
    +        PEM_write_bio_PKCS7(out, p7);
    +    else {
    +        if (to)
    +            BIO_printf(out, "To: %s\n", to);
    +        if (from)
    +            BIO_printf(out, "From: %s\n", from);
    +        if (subject)
    +            BIO_printf(out, "Subject: %s\n", subject);
    +        if (outformat == FORMAT_SMIME) {
    +            if (operation == SMIME_RESIGN)
    +                SMIME_write_PKCS7(out, p7, indata, flags);
    +            else
    +                SMIME_write_PKCS7(out, p7, in, flags);
    +        } else if (outformat == FORMAT_PEM)
    +            PEM_write_bio_PKCS7_stream(out, p7, in, flags);
    +        else if (outformat == FORMAT_ASN1)
    +            i2d_PKCS7_bio_stream(out, p7, in, flags);
    +        else {
    +            BIO_printf(bio_err, "Bad output format for PKCS#7 file\n");
    +            goto end;
    +        }
    +    }
    +    ret = 0;
    + end:
    +    if (need_rand)
    +        app_RAND_write_file(NULL, bio_err);
    +    if (ret)
    +        ERR_print_errors(bio_err);
    +    sk_X509_pop_free(encerts, X509_free);
    +    sk_X509_pop_free(other, X509_free);
    +    if (vpm)
    +        X509_VERIFY_PARAM_free(vpm);
    +    if (sksigners)
    +        sk_OPENSSL_STRING_free(sksigners);
    +    if (skkeys)
    +        sk_OPENSSL_STRING_free(skkeys);
    +    X509_STORE_free(store);
    +    X509_free(cert);
    +    X509_free(recip);
    +    X509_free(signer);
    +    EVP_PKEY_free(key);
    +    PKCS7_free(p7);
    +    BIO_free(in);
    +    BIO_free(indata);
    +    BIO_free_all(out);
    +    if (passin)
    +        OPENSSL_free(passin);
    +    return (ret);
     }
     
     static int save_certs(char *signerfile, STACK_OF(X509) *signers)
    -	{
    -	int i;
    -	BIO *tmp;
    -	if (!signerfile)
    -		return 1;
    -	tmp = BIO_new_file(signerfile, "w");
    -	if (!tmp) return 0;
    -	for(i = 0; i < sk_X509_num(signers); i++)
    -		PEM_write_bio_X509(tmp, sk_X509_value(signers, i));
    -	BIO_free(tmp);
    -	return 1;
    -	}
    -	
    +{
    +    int i;
    +    BIO *tmp;
    +    if (!signerfile)
    +        return 1;
    +    tmp = BIO_new_file(signerfile, "w");
    +    if (!tmp)
    +        return 0;
    +    for (i = 0; i < sk_X509_num(signers); i++)
    +        PEM_write_bio_X509(tmp, sk_X509_value(signers, i));
    +    BIO_free(tmp);
    +    return 1;
    +}
     
     /* Minimal callback just to output policy info (if any) */
     
     static int smime_cb(int ok, X509_STORE_CTX *ctx)
    -	{
    -	int error;
    +{
    +    int error;
     
    -	error = X509_STORE_CTX_get_error(ctx);
    +    error = X509_STORE_CTX_get_error(ctx);
     
    -	if ((error != X509_V_ERR_NO_EXPLICIT_POLICY)
    -		&& ((error != X509_V_OK) || (ok != 2)))
    -		return ok;
    +    if ((error != X509_V_ERR_NO_EXPLICIT_POLICY)
    +        && ((error != X509_V_OK) || (ok != 2)))
    +        return ok;
     
    -	policies_print(NULL, ctx);
    +    policies_print(NULL, ctx);
     
    -	return ok;
    +    return ok;
     
    -	}
    +}
    diff --git a/openssl/apps/speed.c b/openssl/apps/speed.c
    index 9886ca376..7dcd354e0 100644
    --- a/openssl/apps/speed.c
    +++ b/openssl/apps/speed.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -58,13 +58,13 @@
     /* ====================================================================
      * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
      *
    - * Portions of the attached software ("Contribution") are developed by 
    + * Portions of the attached software ("Contribution") are developed by
      * SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project.
      *
      * The Contribution is licensed pursuant to the OpenSSL open source
      * license provided above.
      *
    - * The ECDH and ECDSA speed test software is originally written by 
    + * The ECDH and ECDSA speed test software is originally written by
      * Sumit Gupta of Sun Microsystems Laboratories.
      *
      */
    @@ -73,2551 +73,2513 @@
     
     #ifndef OPENSSL_NO_SPEED
     
    -#undef SECONDS
    -#define SECONDS		3	
    -#define RSA_SECONDS	10
    -#define DSA_SECONDS	10
    -#define ECDSA_SECONDS   10
    -#define ECDH_SECONDS    10
    +# undef SECONDS
    +# define SECONDS         3
    +# define RSA_SECONDS     10
    +# define DSA_SECONDS     10
    +# define ECDSA_SECONDS   10
    +# define ECDH_SECONDS    10
     
     /* 11-Sep-92 Andrew Daviel   Support for Silicon Graphics IRIX added */
     /* 06-Apr-92 Luke Brennan    Support for VMS and add extra signal calls */
     
    -#undef PROG
    -#define PROG speed_main
    +# undef PROG
    +# define PROG speed_main
     
    -#include 
    -#include 
    +# include 
    +# include 
     
    -#include 
    -#include 
    -#include "apps.h"
    -#ifdef OPENSSL_NO_STDIO
    -#define APPS_WIN16
    -#endif
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -#if !defined(OPENSSL_SYS_MSDOS)
    -#include OPENSSL_UNISTD
    -#endif
    +# include 
    +# include 
    +# include "apps.h"
    +# ifdef OPENSSL_NO_STDIO
    +#  define APPS_WIN16
    +# endif
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
    +# if !defined(OPENSSL_SYS_MSDOS)
    +#  include OPENSSL_UNISTD
    +# endif
     
    -#ifndef OPENSSL_SYS_NETWARE
    -#include 
    -#endif
    +# ifndef OPENSSL_SYS_NETWARE
    +#  include 
    +# endif
     
    -#if defined(_WIN32) || defined(__CYGWIN__)
    -#include 
    -# if defined(__CYGWIN__) && !defined(_WIN32)
    -  /*  should define _WIN32, which normally is mutually
    -   * exclusive with __CYGWIN__, but if it didn't... */
    -#  define _WIN32
    +# if defined(_WIN32) || defined(__CYGWIN__)
    +#  include 
    +#  if defined(__CYGWIN__) && !defined(_WIN32)
    +  /*
    +   *  should define _WIN32, which normally is mutually exclusive
    +   * with __CYGWIN__, but if it didn't...
    +   */
    +#   define _WIN32
       /* this is done because Cygwin alarm() fails sometimes. */
    +#  endif
     # endif
    -#endif
     
    -#include 
    -#ifndef OPENSSL_NO_DES
    -#include 
    -#endif
    -#ifndef OPENSSL_NO_AES
    -#include 
    -#endif
    -#ifndef OPENSSL_NO_CAMELLIA
    -#include 
    -#endif
    -#ifndef OPENSSL_NO_MD2
    -#include 
    -#endif
    -#ifndef OPENSSL_NO_MDC2
    -#include 
    -#endif
    -#ifndef OPENSSL_NO_MD4
    -#include 
    -#endif
    -#ifndef OPENSSL_NO_MD5
    -#include 
    -#endif
    -#ifndef OPENSSL_NO_HMAC
    -#include 
    -#endif
    -#include 
    -#ifndef OPENSSL_NO_SHA
    -#include 
    -#endif
    -#ifndef OPENSSL_NO_RIPEMD
    -#include 
    -#endif
    -#ifndef OPENSSL_NO_WHIRLPOOL
    -#include 
    -#endif
    -#ifndef OPENSSL_NO_RC4
    -#include 
    -#endif
    -#ifndef OPENSSL_NO_RC5
    -#include 
    -#endif
    -#ifndef OPENSSL_NO_RC2
    -#include 
    -#endif
    -#ifndef OPENSSL_NO_IDEA
    -#include 
    -#endif
    -#ifndef OPENSSL_NO_SEED
    -#include 
    -#endif
    -#ifndef OPENSSL_NO_BF
    -#include 
    -#endif
    -#ifndef OPENSSL_NO_CAST
    -#include 
    -#endif
    -#ifndef OPENSSL_NO_RSA
    -#include 
    -#include "./testrsa.h"
    -#endif
    -#include 
    -#ifndef OPENSSL_NO_DSA
    -#include 
    -#include "./testdsa.h"
    -#endif
    -#ifndef OPENSSL_NO_ECDSA
    -#include 
    -#endif
    -#ifndef OPENSSL_NO_ECDH
    -#include 
    -#endif
    -#include 
    +# include 
    +# ifndef OPENSSL_NO_DES
    +#  include 
    +# endif
    +# ifndef OPENSSL_NO_AES
    +#  include 
    +# endif
    +# ifndef OPENSSL_NO_CAMELLIA
    +#  include 
    +# endif
    +# ifndef OPENSSL_NO_MD2
    +#  include 
    +# endif
    +# ifndef OPENSSL_NO_MDC2
    +#  include 
    +# endif
    +# ifndef OPENSSL_NO_MD4
    +#  include 
    +# endif
    +# ifndef OPENSSL_NO_MD5
    +#  include 
    +# endif
    +# ifndef OPENSSL_NO_HMAC
    +#  include 
    +# endif
    +# include 
    +# ifndef OPENSSL_NO_SHA
    +#  include 
    +# endif
    +# ifndef OPENSSL_NO_RIPEMD
    +#  include 
    +# endif
    +# ifndef OPENSSL_NO_WHIRLPOOL
    +#  include 
    +# endif
    +# ifndef OPENSSL_NO_RC4
    +#  include 
    +# endif
    +# ifndef OPENSSL_NO_RC5
    +#  include 
    +# endif
    +# ifndef OPENSSL_NO_RC2
    +#  include 
    +# endif
    +# ifndef OPENSSL_NO_IDEA
    +#  include 
    +# endif
    +# ifndef OPENSSL_NO_SEED
    +#  include 
    +# endif
    +# ifndef OPENSSL_NO_BF
    +#  include 
    +# endif
    +# ifndef OPENSSL_NO_CAST
    +#  include 
    +# endif
    +# ifndef OPENSSL_NO_RSA
    +#  include 
    +#  include "./testrsa.h"
    +# endif
    +# include 
    +# ifndef OPENSSL_NO_DSA
    +#  include 
    +#  include "./testdsa.h"
    +# endif
    +# ifndef OPENSSL_NO_ECDSA
    +#  include 
    +# endif
    +# ifndef OPENSSL_NO_ECDH
    +#  include 
    +# endif
    +# include 
    +
    +# ifdef OPENSSL_FIPS
    +#  ifdef OPENSSL_DOING_MAKEDEPEND
    +#   undef AES_set_encrypt_key
    +#   undef AES_set_decrypt_key
    +#   undef DES_set_key_unchecked
    +#  endif
    +#  define BF_set_key      private_BF_set_key
    +#  define CAST_set_key    private_CAST_set_key
    +#  define idea_set_encrypt_key    private_idea_set_encrypt_key
    +#  define SEED_set_key    private_SEED_set_key
    +#  define RC2_set_key     private_RC2_set_key
    +#  define RC4_set_key     private_RC4_set_key
    +#  define DES_set_key_unchecked   private_DES_set_key_unchecked
    +#  define AES_set_encrypt_key     private_AES_set_encrypt_key
    +#  define AES_set_decrypt_key     private_AES_set_decrypt_key
    +#  define Camellia_set_key        private_Camellia_set_key
    +# endif
     
    -#ifdef OPENSSL_FIPS
    -#ifdef OPENSSL_DOING_MAKEDEPEND
    -#undef AES_set_encrypt_key
    -#undef AES_set_decrypt_key
    -#undef DES_set_key_unchecked
    -#endif
    -#define BF_set_key	private_BF_set_key
    -#define CAST_set_key	private_CAST_set_key
    -#define idea_set_encrypt_key	private_idea_set_encrypt_key
    -#define SEED_set_key	private_SEED_set_key
    -#define RC2_set_key	private_RC2_set_key
    -#define RC4_set_key	private_RC4_set_key
    -#define DES_set_key_unchecked	private_DES_set_key_unchecked
    -#define AES_set_encrypt_key	private_AES_set_encrypt_key
    -#define AES_set_decrypt_key	private_AES_set_decrypt_key
    -#define Camellia_set_key	private_Camellia_set_key
    -#endif
    +# ifndef HAVE_FORK
    +#  if defined(OPENSSL_SYS_VMS) || defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MACINTOSH_CLASSIC) || defined(OPENSSL_SYS_OS2) || defined(OPENSSL_SYS_NETWARE)
    +#   define HAVE_FORK 0
    +#  else
    +#   define HAVE_FORK 1
    +#  endif
    +# endif
     
    -#ifndef HAVE_FORK
    -# if defined(OPENSSL_SYS_VMS) || defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MACINTOSH_CLASSIC) || defined(OPENSSL_SYS_OS2) || defined(OPENSSL_SYS_NETWARE)
    -#  define HAVE_FORK 0
    +# if HAVE_FORK
    +#  undef NO_FORK
     # else
    -#  define HAVE_FORK 1
    +#  define NO_FORK
     # endif
    -#endif
    -
    -#if HAVE_FORK
    -#undef NO_FORK
    -#else
    -#define NO_FORK
    -#endif
     
    -#undef BUFSIZE
    -#define BUFSIZE	((long)1024*8+1)
    -int run=0;
    +# undef BUFSIZE
    +# define BUFSIZE ((long)1024*8+1)
    +static volatile int run = 0;
     
    -static int mr=0;
    -static int usertime=1;
    +static int mr = 0;
    +static int usertime = 1;
     
     static double Time_F(int s);
    -static void print_message(const char *s,long num,int length);
    +static void print_message(const char *s, long num, int length);
     static void pkey_print_message(const char *str, const char *str2,
    -	long num, int bits, int sec);
    -static void print_result(int alg,int run_no,int count,double time_used);
    -#ifndef NO_FORK
    +                               long num, int bits, int sec);
    +static void print_result(int alg, int run_no, int count, double time_used);
    +# ifndef NO_FORK
     static int do_multi(int multi);
    -#endif
    +# endif
    +
    +# define ALGOR_NUM       30
    +# define SIZE_NUM        5
    +# define RSA_NUM         4
    +# define DSA_NUM         3
    +
    +# define EC_NUM       16
    +# define MAX_ECDH_SIZE 256
    +
    +static const char *names[ALGOR_NUM] = {
    +    "md2", "mdc2", "md4", "md5", "hmac(md5)", "sha1", "rmd160", "rc4",
    +    "des cbc", "des ede3", "idea cbc", "seed cbc",
    +    "rc2 cbc", "rc5-32/12 cbc", "blowfish cbc", "cast cbc",
    +    "aes-128 cbc", "aes-192 cbc", "aes-256 cbc",
    +    "camellia-128 cbc", "camellia-192 cbc", "camellia-256 cbc",
    +    "evp", "sha256", "sha512", "whirlpool",
    +    "aes-128 ige", "aes-192 ige", "aes-256 ige", "ghash"
    +};
     
    -#define ALGOR_NUM	30
    -#define SIZE_NUM	5
    -#define RSA_NUM		4
    -#define DSA_NUM		3
    -
    -#define EC_NUM       16
    -#define MAX_ECDH_SIZE 256
    -
    -static const char *names[ALGOR_NUM]={
    -  "md2","mdc2","md4","md5","hmac(md5)","sha1","rmd160","rc4",
    -  "des cbc","des ede3","idea cbc","seed cbc",
    -  "rc2 cbc","rc5-32/12 cbc","blowfish cbc","cast cbc",
    -  "aes-128 cbc","aes-192 cbc","aes-256 cbc",
    -  "camellia-128 cbc","camellia-192 cbc","camellia-256 cbc",
    -  "evp","sha256","sha512","whirlpool",
    -  "aes-128 ige","aes-192 ige","aes-256 ige","ghash" };
     static double results[ALGOR_NUM][SIZE_NUM];
    -static int lengths[SIZE_NUM]={16,64,256,1024,8*1024};
    -#ifndef OPENSSL_NO_RSA
    +static int lengths[SIZE_NUM] = { 16, 64, 256, 1024, 8 * 1024 };
    +
    +# ifndef OPENSSL_NO_RSA
     static double rsa_results[RSA_NUM][2];
    -#endif
    -#ifndef OPENSSL_NO_DSA
    +# endif
    +# ifndef OPENSSL_NO_DSA
     static double dsa_results[DSA_NUM][2];
    -#endif
    -#ifndef OPENSSL_NO_ECDSA
    +# endif
    +# ifndef OPENSSL_NO_ECDSA
     static double ecdsa_results[EC_NUM][2];
    -#endif
    -#ifndef OPENSSL_NO_ECDH
    +# endif
    +# ifndef OPENSSL_NO_ECDH
     static double ecdh_results[EC_NUM][1];
    -#endif
    +# endif
     
    -#if defined(OPENSSL_NO_DSA) && !(defined(OPENSSL_NO_ECDSA) && defined(OPENSSL_NO_ECDH))
    -static const char rnd_seed[] = "string to make the random number generator think it has entropy";
    +# if defined(OPENSSL_NO_DSA) && !(defined(OPENSSL_NO_ECDSA) && defined(OPENSSL_NO_ECDH))
    +static const char rnd_seed[] =
    +    "string to make the random number generator think it has entropy";
     static int rnd_fake = 0;
    -#endif
    +# endif
     
    -#ifdef SIGALRM
    -#if defined(__STDC__) || defined(sgi) || defined(_AIX)
    -#define SIGRETTYPE void
    -#else
    -#define SIGRETTYPE int
    -#endif 
    +# ifdef SIGALRM
    +#  if defined(__STDC__) || defined(sgi) || defined(_AIX)
    +#   define SIGRETTYPE void
    +#  else
    +#   define SIGRETTYPE int
    +#  endif
     
     static SIGRETTYPE sig_done(int sig);
     static SIGRETTYPE sig_done(int sig)
    -	{
    -	signal(SIGALRM,sig_done);
    -	run=0;
    -#ifdef LINT
    -	sig=sig;
    -#endif
    -	}
    -#endif
    +{
    +    signal(SIGALRM, sig_done);
    +    run = 0;
    +#  ifdef LINT
    +    sig = sig;
    +#  endif
    +}
    +# endif
     
    -#define START	0
    -#define STOP	1
    +# define START   0
    +# define STOP    1
     
    -#if defined(_WIN32)
    +# if defined(_WIN32)
     
    -#if !defined(SIGALRM)
    -# define SIGALRM
    -#endif
    -static unsigned int lapse,schlock;
    -static void alarm_win32(unsigned int secs) { lapse = secs*1000; }
    -#define alarm alarm_win32
    -
    -static DWORD WINAPI sleepy(VOID *arg)
    -	{
    -	schlock = 1;
    -	Sleep(lapse);
    -	run = 0;
    -	return 0;
    -	}
    +#  if !defined(SIGALRM)
    +#   define SIGALRM
    +#  endif
    +static unsigned int lapse, schlock;
    +static void alarm_win32(unsigned int secs)
    +{
    +    lapse = secs * 1000;
    +}
     
    -static double Time_F(int s)
    -	{
    -	if (s == START)
    -		{
    -		HANDLE	thr;
    -		schlock = 0;
    -		thr = CreateThread(NULL,4096,sleepy,NULL,0,NULL);
    -		if (thr==NULL)
    -			{
    -			DWORD ret=GetLastError();
    -			BIO_printf(bio_err,"unable to CreateThread (%d)",ret);
    -			ExitProcess(ret);
    -			}
    -		CloseHandle(thr);		/* detach the thread	*/
    -		while (!schlock) Sleep(0);	/* scheduler spinlock	*/
    -		}
    -
    -	return app_tminterval(s,usertime);
    -	}
    -#else
    +#  define alarm alarm_win32
    +
    +static DWORD WINAPI sleepy(VOID * arg)
    +{
    +    schlock = 1;
    +    Sleep(lapse);
    +    run = 0;
    +    return 0;
    +}
     
     static double Time_F(int s)
    -	{
    -	return app_tminterval(s,usertime);
    -	}
    -#endif
    +{
    +    if (s == START) {
    +        HANDLE thr;
    +        schlock = 0;
    +        thr = CreateThread(NULL, 4096, sleepy, NULL, 0, NULL);
    +        if (thr == NULL) {
    +            DWORD ret = GetLastError();
    +            BIO_printf(bio_err, "unable to CreateThread (%d)", ret);
    +            ExitProcess(ret);
    +        }
    +        CloseHandle(thr);       /* detach the thread */
    +        while (!schlock)
    +            Sleep(0);           /* scheduler spinlock */
    +    }
     
    +    return app_tminterval(s, usertime);
    +}
    +# else
    +
    +static double Time_F(int s)
    +{
    +    return app_tminterval(s, usertime);
    +}
    +# endif
     
    -#ifndef OPENSSL_NO_ECDH
    +# ifndef OPENSSL_NO_ECDH
     static const int KDF1_SHA1_len = 20;
    -static void *KDF1_SHA1(const void *in, size_t inlen, void *out, size_t *outlen)
    -	{
    -#ifndef OPENSSL_NO_SHA
    -	if (*outlen < SHA_DIGEST_LENGTH)
    -		return NULL;
    -	else
    -		*outlen = SHA_DIGEST_LENGTH;
    -	return SHA1(in, inlen, out);
    -#else
    -	return NULL;
    -#endif	/* OPENSSL_NO_SHA */
    -	}
    -#endif	/* OPENSSL_NO_ECDH */
    +static void *KDF1_SHA1(const void *in, size_t inlen, void *out,
    +                       size_t *outlen)
    +{
    +#  ifndef OPENSSL_NO_SHA
    +    if (*outlen < SHA_DIGEST_LENGTH)
    +        return NULL;
    +    else
    +        *outlen = SHA_DIGEST_LENGTH;
    +    return SHA1(in, inlen, out);
    +#  else
    +    return NULL;
    +#  endif                        /* OPENSSL_NO_SHA */
    +}
    +# endif                         /* OPENSSL_NO_ECDH */
     
    +static void multiblock_speed(const EVP_CIPHER *evp_cipher);
     
     int MAIN(int, char **);
     
     int MAIN(int argc, char **argv)
    -	{
    -	unsigned char *buf=NULL,*buf2=NULL;
    -	int mret=1;
    -	long count=0,save_count=0;
    -	int i,j,k;
    -#if !defined(OPENSSL_NO_RSA) || !defined(OPENSSL_NO_DSA)
    -	long rsa_count;
    -#endif
    -#ifndef OPENSSL_NO_RSA
    -	unsigned rsa_num;
    -#endif
    -	unsigned char md[EVP_MAX_MD_SIZE];
    -#ifndef OPENSSL_NO_MD2
    -	unsigned char md2[MD2_DIGEST_LENGTH];
    -#endif
    -#ifndef OPENSSL_NO_MDC2
    -	unsigned char mdc2[MDC2_DIGEST_LENGTH];
    -#endif
    -#ifndef OPENSSL_NO_MD4
    -	unsigned char md4[MD4_DIGEST_LENGTH];
    -#endif
    -#ifndef OPENSSL_NO_MD5
    -	unsigned char md5[MD5_DIGEST_LENGTH];
    -	unsigned char hmac[MD5_DIGEST_LENGTH];
    -#endif
    -#ifndef OPENSSL_NO_SHA
    -	unsigned char sha[SHA_DIGEST_LENGTH];
    -#ifndef OPENSSL_NO_SHA256
    -	unsigned char sha256[SHA256_DIGEST_LENGTH];
    -#endif
    -#ifndef OPENSSL_NO_SHA512
    -	unsigned char sha512[SHA512_DIGEST_LENGTH];
    -#endif
    -#endif
    -#ifndef OPENSSL_NO_WHIRLPOOL
    -	unsigned char whirlpool[WHIRLPOOL_DIGEST_LENGTH];
    -#endif
    -#ifndef OPENSSL_NO_RIPEMD
    -	unsigned char rmd160[RIPEMD160_DIGEST_LENGTH];
    -#endif
    -#ifndef OPENSSL_NO_RC4
    -	RC4_KEY rc4_ks;
    -#endif
    -#ifndef OPENSSL_NO_RC5
    -	RC5_32_KEY rc5_ks;
    -#endif
    -#ifndef OPENSSL_NO_RC2
    -	RC2_KEY rc2_ks;
    -#endif
    -#ifndef OPENSSL_NO_IDEA
    -	IDEA_KEY_SCHEDULE idea_ks;
    -#endif
    -#ifndef OPENSSL_NO_SEED
    -	SEED_KEY_SCHEDULE seed_ks;
    -#endif
    -#ifndef OPENSSL_NO_BF
    -	BF_KEY bf_ks;
    -#endif
    -#ifndef OPENSSL_NO_CAST
    -	CAST_KEY cast_ks;
    -#endif
    -	static const unsigned char key16[16]=
    -		{0x12,0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,
    -		 0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12};
    -#ifndef OPENSSL_NO_AES
    -	static const unsigned char key24[24]=
    -		{0x12,0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,
    -		 0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12,
    -		 0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12,0x34};
    -	static const unsigned char key32[32]=
    -		{0x12,0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,
    -		 0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12,
    -		 0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12,0x34,
    -		 0x78,0x9a,0xbc,0xde,0xf0,0x12,0x34,0x56};
    -#endif
    -#ifndef OPENSSL_NO_CAMELLIA
    -	static const unsigned char ckey24[24]=
    -		{0x12,0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,
    -		 0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12,
    -		 0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12,0x34};
    -	static const unsigned char ckey32[32]=
    -		{0x12,0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,
    -		 0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12,
    -		 0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12,0x34,
    -		 0x78,0x9a,0xbc,0xde,0xf0,0x12,0x34,0x56};
    -#endif
    -#ifndef OPENSSL_NO_AES
    -#define MAX_BLOCK_SIZE 128
    -#else
    -#define MAX_BLOCK_SIZE 64
    -#endif
    -	unsigned char DES_iv[8];
    -	unsigned char iv[2*MAX_BLOCK_SIZE/8];
    -#ifndef OPENSSL_NO_DES
    -	static DES_cblock key ={0x12,0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0};
    -	static DES_cblock key2={0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12};
    -	static DES_cblock key3={0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12,0x34};
    -	DES_key_schedule sch;
    -	DES_key_schedule sch2;
    -	DES_key_schedule sch3;
    -#endif
    -#ifndef OPENSSL_NO_AES
    -	AES_KEY aes_ks1, aes_ks2, aes_ks3;
    -#endif
    -#ifndef OPENSSL_NO_CAMELLIA
    -	CAMELLIA_KEY camellia_ks1, camellia_ks2, camellia_ks3;
    -#endif
    -#define	D_MD2		0
    -#define	D_MDC2		1
    -#define	D_MD4		2
    -#define	D_MD5		3
    -#define	D_HMAC		4
    -#define	D_SHA1		5
    -#define D_RMD160	6
    -#define	D_RC4		7
    -#define	D_CBC_DES	8
    -#define	D_EDE3_DES	9
    -#define	D_CBC_IDEA	10
    -#define	D_CBC_SEED	11
    -#define	D_CBC_RC2	12
    -#define	D_CBC_RC5	13
    -#define	D_CBC_BF	14
    -#define	D_CBC_CAST	15
    -#define D_CBC_128_AES	16
    -#define D_CBC_192_AES	17
    -#define D_CBC_256_AES	18
    -#define D_CBC_128_CML   19 
    -#define D_CBC_192_CML   20
    -#define D_CBC_256_CML   21 
    -#define D_EVP		22
    -#define D_SHA256	23	
    -#define D_SHA512	24
    -#define D_WHIRLPOOL	25
    -#define D_IGE_128_AES   26
    -#define D_IGE_192_AES   27
    -#define D_IGE_256_AES   28
    -#define D_GHASH		29
    -	double d=0.0;
    -	long c[ALGOR_NUM][SIZE_NUM];
    -#define	R_DSA_512	0
    -#define	R_DSA_1024	1
    -#define	R_DSA_2048	2
    -#define	R_RSA_512	0
    -#define	R_RSA_1024	1
    -#define	R_RSA_2048	2
    -#define	R_RSA_4096	3
    -
    -#define R_EC_P160    0
    -#define R_EC_P192    1	
    -#define R_EC_P224    2
    -#define R_EC_P256    3
    -#define R_EC_P384    4
    -#define R_EC_P521    5
    -#define R_EC_K163    6
    -#define R_EC_K233    7
    -#define R_EC_K283    8
    -#define R_EC_K409    9
    -#define R_EC_K571    10
    -#define R_EC_B163    11
    -#define R_EC_B233    12
    -#define R_EC_B283    13
    -#define R_EC_B409    14
    -#define R_EC_B571    15
    -
    -#ifndef OPENSSL_NO_RSA
    -	RSA *rsa_key[RSA_NUM];
    -	long rsa_c[RSA_NUM][2];
    -	static unsigned int rsa_bits[RSA_NUM]={512,1024,2048,4096};
    -	static unsigned char *rsa_data[RSA_NUM]=
    -		{test512,test1024,test2048,test4096};
    -	static int rsa_data_length[RSA_NUM]={
    -		sizeof(test512),sizeof(test1024),
    -		sizeof(test2048),sizeof(test4096)};
    -#endif
    -#ifndef OPENSSL_NO_DSA
    -	DSA *dsa_key[DSA_NUM];
    -	long dsa_c[DSA_NUM][2];
    -	static unsigned int dsa_bits[DSA_NUM]={512,1024,2048};
    -#endif
    -#ifndef OPENSSL_NO_EC
    -	/* We only test over the following curves as they are representative, 
    -	 * To add tests over more curves, simply add the curve NID
    -	 * and curve name to the following arrays and increase the 
    -	 * EC_NUM value accordingly. 
    -	 */
    -	static unsigned int test_curves[EC_NUM] = 
    -	{	
    -	/* Prime Curves */
    -	NID_secp160r1,
    -	NID_X9_62_prime192v1,
    -	NID_secp224r1,
    -	NID_X9_62_prime256v1,
    -	NID_secp384r1,
    -	NID_secp521r1,
    -	/* Binary Curves */
    -	NID_sect163k1,
    -	NID_sect233k1,
    -	NID_sect283k1,
    -	NID_sect409k1,
    -	NID_sect571k1,
    -	NID_sect163r2,
    -	NID_sect233r1,
    -	NID_sect283r1,
    -	NID_sect409r1,
    -	NID_sect571r1
    -	}; 
    -	static const char * test_curves_names[EC_NUM] = 
    -	{
    -	/* Prime Curves */
    -	"secp160r1",
    -	"nistp192",
    -	"nistp224",
    -	"nistp256",
    -	"nistp384",
    -	"nistp521",
    -	/* Binary Curves */
    -	"nistk163",
    -	"nistk233",
    -	"nistk283",
    -	"nistk409",
    -	"nistk571",
    -	"nistb163",
    -	"nistb233",
    -	"nistb283",
    -	"nistb409",
    -	"nistb571"
    -	};
    -	static int test_curves_bits[EC_NUM] =
    -        {
    +{
    +    unsigned char *buf = NULL, *buf2 = NULL;
    +    int mret = 1;
    +    long count = 0, save_count = 0;
    +    int i, j, k;
    +# if !defined(OPENSSL_NO_RSA) || !defined(OPENSSL_NO_DSA)
    +    long rsa_count;
    +# endif
    +# ifndef OPENSSL_NO_RSA
    +    unsigned rsa_num;
    +# endif
    +    unsigned char md[EVP_MAX_MD_SIZE];
    +# ifndef OPENSSL_NO_MD2
    +    unsigned char md2[MD2_DIGEST_LENGTH];
    +# endif
    +# ifndef OPENSSL_NO_MDC2
    +    unsigned char mdc2[MDC2_DIGEST_LENGTH];
    +# endif
    +# ifndef OPENSSL_NO_MD4
    +    unsigned char md4[MD4_DIGEST_LENGTH];
    +# endif
    +# ifndef OPENSSL_NO_MD5
    +    unsigned char md5[MD5_DIGEST_LENGTH];
    +    unsigned char hmac[MD5_DIGEST_LENGTH];
    +# endif
    +# ifndef OPENSSL_NO_SHA
    +    unsigned char sha[SHA_DIGEST_LENGTH];
    +#  ifndef OPENSSL_NO_SHA256
    +    unsigned char sha256[SHA256_DIGEST_LENGTH];
    +#  endif
    +#  ifndef OPENSSL_NO_SHA512
    +    unsigned char sha512[SHA512_DIGEST_LENGTH];
    +#  endif
    +# endif
    +# ifndef OPENSSL_NO_WHIRLPOOL
    +    unsigned char whirlpool[WHIRLPOOL_DIGEST_LENGTH];
    +# endif
    +# ifndef OPENSSL_NO_RIPEMD
    +    unsigned char rmd160[RIPEMD160_DIGEST_LENGTH];
    +# endif
    +# ifndef OPENSSL_NO_RC4
    +    RC4_KEY rc4_ks;
    +# endif
    +# ifndef OPENSSL_NO_RC5
    +    RC5_32_KEY rc5_ks;
    +# endif
    +# ifndef OPENSSL_NO_RC2
    +    RC2_KEY rc2_ks;
    +# endif
    +# ifndef OPENSSL_NO_IDEA
    +    IDEA_KEY_SCHEDULE idea_ks;
    +# endif
    +# ifndef OPENSSL_NO_SEED
    +    SEED_KEY_SCHEDULE seed_ks;
    +# endif
    +# ifndef OPENSSL_NO_BF
    +    BF_KEY bf_ks;
    +# endif
    +# ifndef OPENSSL_NO_CAST
    +    CAST_KEY cast_ks;
    +# endif
    +    static const unsigned char key16[16] = {
    +        0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0,
    +        0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0, 0x12
    +    };
    +# ifndef OPENSSL_NO_AES
    +    static const unsigned char key24[24] = {
    +        0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0,
    +        0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0, 0x12,
    +        0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0, 0x12, 0x34
    +    };
    +    static const unsigned char key32[32] = {
    +        0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0,
    +        0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0, 0x12,
    +        0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0, 0x12, 0x34,
    +        0x78, 0x9a, 0xbc, 0xde, 0xf0, 0x12, 0x34, 0x56
    +    };
    +# endif
    +# ifndef OPENSSL_NO_CAMELLIA
    +    static const unsigned char ckey24[24] = {
    +        0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0,
    +        0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0, 0x12,
    +        0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0, 0x12, 0x34
    +    };
    +    static const unsigned char ckey32[32] = {
    +        0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0,
    +        0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0, 0x12,
    +        0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0, 0x12, 0x34,
    +        0x78, 0x9a, 0xbc, 0xde, 0xf0, 0x12, 0x34, 0x56
    +    };
    +# endif
    +# ifndef OPENSSL_NO_AES
    +#  define MAX_BLOCK_SIZE 128
    +# else
    +#  define MAX_BLOCK_SIZE 64
    +# endif
    +    unsigned char DES_iv[8];
    +    unsigned char iv[2 * MAX_BLOCK_SIZE / 8];
    +# ifndef OPENSSL_NO_DES
    +    static DES_cblock key =
    +        { 0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0 };
    +    static DES_cblock key2 =
    +        { 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0, 0x12 };
    +    static DES_cblock key3 =
    +        { 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0, 0x12, 0x34 };
    +    DES_key_schedule sch;
    +    DES_key_schedule sch2;
    +    DES_key_schedule sch3;
    +# endif
    +# ifndef OPENSSL_NO_AES
    +    AES_KEY aes_ks1, aes_ks2, aes_ks3;
    +# endif
    +# ifndef OPENSSL_NO_CAMELLIA
    +    CAMELLIA_KEY camellia_ks1, camellia_ks2, camellia_ks3;
    +# endif
    +# define D_MD2           0
    +# define D_MDC2          1
    +# define D_MD4           2
    +# define D_MD5           3
    +# define D_HMAC          4
    +# define D_SHA1          5
    +# define D_RMD160        6
    +# define D_RC4           7
    +# define D_CBC_DES       8
    +# define D_EDE3_DES      9
    +# define D_CBC_IDEA      10
    +# define D_CBC_SEED      11
    +# define D_CBC_RC2       12
    +# define D_CBC_RC5       13
    +# define D_CBC_BF        14
    +# define D_CBC_CAST      15
    +# define D_CBC_128_AES   16
    +# define D_CBC_192_AES   17
    +# define D_CBC_256_AES   18
    +# define D_CBC_128_CML   19
    +# define D_CBC_192_CML   20
    +# define D_CBC_256_CML   21
    +# define D_EVP           22
    +# define D_SHA256        23
    +# define D_SHA512        24
    +# define D_WHIRLPOOL     25
    +# define D_IGE_128_AES   26
    +# define D_IGE_192_AES   27
    +# define D_IGE_256_AES   28
    +# define D_GHASH         29
    +    double d = 0.0;
    +    long c[ALGOR_NUM][SIZE_NUM];
    +# define R_DSA_512       0
    +# define R_DSA_1024      1
    +# define R_DSA_2048      2
    +# define R_RSA_512       0
    +# define R_RSA_1024      1
    +# define R_RSA_2048      2
    +# define R_RSA_4096      3
    +
    +# define R_EC_P160    0
    +# define R_EC_P192    1
    +# define R_EC_P224    2
    +# define R_EC_P256    3
    +# define R_EC_P384    4
    +# define R_EC_P521    5
    +# define R_EC_K163    6
    +# define R_EC_K233    7
    +# define R_EC_K283    8
    +# define R_EC_K409    9
    +# define R_EC_K571    10
    +# define R_EC_B163    11
    +# define R_EC_B233    12
    +# define R_EC_B283    13
    +# define R_EC_B409    14
    +# define R_EC_B571    15
    +
    +# ifndef OPENSSL_NO_RSA
    +    RSA *rsa_key[RSA_NUM];
    +    long rsa_c[RSA_NUM][2];
    +    static unsigned int rsa_bits[RSA_NUM] = {
    +        512, 1024, 2048, 4096
    +    };
    +    static unsigned char *rsa_data[RSA_NUM] = {
    +        test512, test1024, test2048, test4096
    +    };
    +    static int rsa_data_length[RSA_NUM] = {
    +        sizeof(test512), sizeof(test1024),
    +        sizeof(test2048), sizeof(test4096)
    +    };
    +# endif
    +# ifndef OPENSSL_NO_DSA
    +    DSA *dsa_key[DSA_NUM];
    +    long dsa_c[DSA_NUM][2];
    +    static unsigned int dsa_bits[DSA_NUM] = { 512, 1024, 2048 };
    +# endif
    +# ifndef OPENSSL_NO_EC
    +    /*
    +     * We only test over the following curves as they are representative, To
    +     * add tests over more curves, simply add the curve NID and curve name to
    +     * the following arrays and increase the EC_NUM value accordingly.
    +     */
    +    static unsigned int test_curves[EC_NUM] = {
    +        /* Prime Curves */
    +        NID_secp160r1,
    +        NID_X9_62_prime192v1,
    +        NID_secp224r1,
    +        NID_X9_62_prime256v1,
    +        NID_secp384r1,
    +        NID_secp521r1,
    +        /* Binary Curves */
    +        NID_sect163k1,
    +        NID_sect233k1,
    +        NID_sect283k1,
    +        NID_sect409k1,
    +        NID_sect571k1,
    +        NID_sect163r2,
    +        NID_sect233r1,
    +        NID_sect283r1,
    +        NID_sect409r1,
    +        NID_sect571r1
    +    };
    +    static const char *test_curves_names[EC_NUM] = {
    +        /* Prime Curves */
    +        "secp160r1",
    +        "nistp192",
    +        "nistp224",
    +        "nistp256",
    +        "nistp384",
    +        "nistp521",
    +        /* Binary Curves */
    +        "nistk163",
    +        "nistk233",
    +        "nistk283",
    +        "nistk409",
    +        "nistk571",
    +        "nistb163",
    +        "nistb233",
    +        "nistb283",
    +        "nistb409",
    +        "nistb571"
    +    };
    +    static int test_curves_bits[EC_NUM] = {
             160, 192, 224, 256, 384, 521,
             163, 233, 283, 409, 571,
             163, 233, 283, 409, 571
    -        };
    +    };
     
    -#endif
    +# endif
     
    -#ifndef OPENSSL_NO_ECDSA
    -	unsigned char ecdsasig[256];
    -	unsigned int ecdsasiglen;
    -	EC_KEY *ecdsa[EC_NUM];
    -	long ecdsa_c[EC_NUM][2];
    -#endif
    +# ifndef OPENSSL_NO_ECDSA
    +    unsigned char ecdsasig[256];
    +    unsigned int ecdsasiglen;
    +    EC_KEY *ecdsa[EC_NUM];
    +    long ecdsa_c[EC_NUM][2];
    +# endif
     
    -#ifndef OPENSSL_NO_ECDH
    -	EC_KEY *ecdh_a[EC_NUM], *ecdh_b[EC_NUM];
    -	unsigned char secret_a[MAX_ECDH_SIZE], secret_b[MAX_ECDH_SIZE];
    -	int secret_size_a, secret_size_b;
    -	int ecdh_checks = 0;
    -	int secret_idx = 0;
    -	long ecdh_c[EC_NUM][2];
    -#endif
    +# ifndef OPENSSL_NO_ECDH
    +    EC_KEY *ecdh_a[EC_NUM], *ecdh_b[EC_NUM];
    +    unsigned char secret_a[MAX_ECDH_SIZE], secret_b[MAX_ECDH_SIZE];
    +    int secret_size_a, secret_size_b;
    +    int ecdh_checks = 0;
    +    int secret_idx = 0;
    +    long ecdh_c[EC_NUM][2];
    +# endif
     
    -	int rsa_doit[RSA_NUM];
    -	int dsa_doit[DSA_NUM];
    -#ifndef OPENSSL_NO_ECDSA
    -	int ecdsa_doit[EC_NUM];
    -#endif
    -#ifndef OPENSSL_NO_ECDH
    -        int ecdh_doit[EC_NUM];
    -#endif
    -	int doit[ALGOR_NUM];
    -	int pr_header=0;
    -	const EVP_CIPHER *evp_cipher=NULL;
    -	const EVP_MD *evp_md=NULL;
    -	int decrypt=0;
    -#ifndef NO_FORK
    -	int multi=0;
    -#endif
    +    int rsa_doit[RSA_NUM];
    +    int dsa_doit[DSA_NUM];
    +# ifndef OPENSSL_NO_ECDSA
    +    int ecdsa_doit[EC_NUM];
    +# endif
    +# ifndef OPENSSL_NO_ECDH
    +    int ecdh_doit[EC_NUM];
    +# endif
    +    int doit[ALGOR_NUM];
    +    int pr_header = 0;
    +    const EVP_CIPHER *evp_cipher = NULL;
    +    const EVP_MD *evp_md = NULL;
    +    int decrypt = 0;
    +# ifndef NO_FORK
    +    int multi = 0;
    +# endif
    +    int multiblock = 0;
     
    -#ifndef TIMES
    -	usertime=-1;
    -#endif
    +# ifndef TIMES
    +    usertime = -1;
    +# endif
     
    -	apps_startup();
    -	memset(results, 0, sizeof(results));
    -#ifndef OPENSSL_NO_DSA
    -	memset(dsa_key,0,sizeof(dsa_key));
    -#endif
    -#ifndef OPENSSL_NO_ECDSA
    -	for (i=0; i 0) && (strcmp(*argv,"-elapsed") == 0))
    -			{
    -			usertime = 0;
    -			j--;	/* Otherwise, -elapsed gets confused with
    -				   an algorithm. */
    -			}
    -		else if	((argc > 0) && (strcmp(*argv,"-evp") == 0))
    -			{
    -			argc--;
    -			argv++;
    -			if(argc == 0)
    -				{
    -				BIO_printf(bio_err,"no EVP given\n");
    -				goto end;
    -				}
    -			evp_cipher=EVP_get_cipherbyname(*argv);
    -			if(!evp_cipher)
    -				{
    -				evp_md=EVP_get_digestbyname(*argv);
    -				}
    -			if(!evp_cipher && !evp_md)
    -				{
    -				BIO_printf(bio_err,"%s is an unknown cipher or digest\n",*argv);
    -				goto end;
    -				}
    -			doit[D_EVP]=1;
    -			}
    -		else if (argc > 0 && !strcmp(*argv,"-decrypt"))
    -			{
    -			decrypt=1;
    -			j--;	/* Otherwise, -elapsed gets confused with
    -				   an algorithm. */
    -			}
    -#ifndef OPENSSL_NO_ENGINE
    -		else if	((argc > 0) && (strcmp(*argv,"-engine") == 0))
    -			{
    -			argc--;
    -			argv++;
    -			if(argc == 0)
    -				{
    -				BIO_printf(bio_err,"no engine given\n");
    -				goto end;
    -				}
    -                        setup_engine(bio_err, *argv, 0);
    -			/* j will be increased again further down.  We just
    -			   don't want speed to confuse an engine with an
    -			   algorithm, especially when none is given (which
    -			   means all of them should be run) */
    -			j--;
    -			}
    -#endif
    -#ifndef NO_FORK
    -		else if	((argc > 0) && (strcmp(*argv,"-multi") == 0))
    -			{
    -			argc--;
    -			argv++;
    -			if(argc == 0)
    -				{
    -				BIO_printf(bio_err,"no multi count given\n");
    -				goto end;
    -				}
    -			multi=atoi(argv[0]);
    -			if(multi <= 0)
    -			    {
    -				BIO_printf(bio_err,"bad multi count\n");
    -				goto end;
    -				}				
    -			j--;	/* Otherwise, -mr gets confused with
    -				   an algorithm. */
    -			}
    -#endif
    -		else if (argc > 0 && !strcmp(*argv,"-mr"))
    -			{
    -			mr=1;
    -			j--;	/* Otherwise, -mr gets confused with
    -				   an algorithm. */
    -			}
    -		else
    -#ifndef OPENSSL_NO_MD2
    -		if	(strcmp(*argv,"md2") == 0) doit[D_MD2]=1;
    -		else
    -#endif
    -#ifndef OPENSSL_NO_MDC2
    -			if (strcmp(*argv,"mdc2") == 0) doit[D_MDC2]=1;
    -		else
    -#endif
    -#ifndef OPENSSL_NO_MD4
    -			if (strcmp(*argv,"md4") == 0) doit[D_MD4]=1;
    -		else
    -#endif
    -#ifndef OPENSSL_NO_MD5
    -			if (strcmp(*argv,"md5") == 0) doit[D_MD5]=1;
    -		else
    -#endif
    -#ifndef OPENSSL_NO_MD5
    -			if (strcmp(*argv,"hmac") == 0) doit[D_HMAC]=1;
    -		else
    -#endif
    -#ifndef OPENSSL_NO_SHA
    -			if (strcmp(*argv,"sha1") == 0) doit[D_SHA1]=1;
    -		else
    -			if (strcmp(*argv,"sha") == 0)	doit[D_SHA1]=1,
    -							doit[D_SHA256]=1,
    -							doit[D_SHA512]=1;
    -		else
    -#ifndef OPENSSL_NO_SHA256
    -			if (strcmp(*argv,"sha256") == 0) doit[D_SHA256]=1;
    -		else
    -#endif
    -#ifndef OPENSSL_NO_SHA512
    -			if (strcmp(*argv,"sha512") == 0) doit[D_SHA512]=1;
    -		else
    -#endif
    -#endif
    -#ifndef OPENSSL_NO_WHIRLPOOL
    -			if (strcmp(*argv,"whirlpool") == 0) doit[D_WHIRLPOOL]=1;
    -		else
    -#endif
    -#ifndef OPENSSL_NO_RIPEMD
    -			if (strcmp(*argv,"ripemd") == 0) doit[D_RMD160]=1;
    -		else
    -			if (strcmp(*argv,"rmd160") == 0) doit[D_RMD160]=1;
    -		else
    -			if (strcmp(*argv,"ripemd160") == 0) doit[D_RMD160]=1;
    -		else
    -#endif
    -#ifndef OPENSSL_NO_RC4
    -			if (strcmp(*argv,"rc4") == 0) doit[D_RC4]=1;
    -		else 
    -#endif
    -#ifndef OPENSSL_NO_DES
    -			if (strcmp(*argv,"des-cbc") == 0) doit[D_CBC_DES]=1;
    -		else	if (strcmp(*argv,"des-ede3") == 0) doit[D_EDE3_DES]=1;
    -		else
    -#endif
    -#ifndef OPENSSL_NO_AES
    -			if (strcmp(*argv,"aes-128-cbc") == 0) doit[D_CBC_128_AES]=1;
    -		else	if (strcmp(*argv,"aes-192-cbc") == 0) doit[D_CBC_192_AES]=1;
    -		else	if (strcmp(*argv,"aes-256-cbc") == 0) doit[D_CBC_256_AES]=1;
    -		else    if (strcmp(*argv,"aes-128-ige") == 0) doit[D_IGE_128_AES]=1;
    -		else	if (strcmp(*argv,"aes-192-ige") == 0) doit[D_IGE_192_AES]=1;
    -		else	if (strcmp(*argv,"aes-256-ige") == 0) doit[D_IGE_256_AES]=1;
    -                else
    -#endif
    -#ifndef OPENSSL_NO_CAMELLIA
    -			if (strcmp(*argv,"camellia-128-cbc") == 0) doit[D_CBC_128_CML]=1;
    -		else    if (strcmp(*argv,"camellia-192-cbc") == 0) doit[D_CBC_192_CML]=1;
    -		else    if (strcmp(*argv,"camellia-256-cbc") == 0) doit[D_CBC_256_CML]=1;
    -		else
    -#endif
    -#ifndef OPENSSL_NO_RSA
    -#if 0 /* was: #ifdef RSAref */
    -			if (strcmp(*argv,"rsaref") == 0) 
    -			{
    -			RSA_set_default_openssl_method(RSA_PKCS1_RSAref());
    -			j--;
    -			}
    -		else
    -#endif
    -#ifndef RSA_NULL
    -			if (strcmp(*argv,"openssl") == 0) 
    -			{
    -			RSA_set_default_method(RSA_PKCS1_SSLeay());
    -			j--;
    -			}
    -		else
    -#endif
    -#endif /* !OPENSSL_NO_RSA */
    -		     if (strcmp(*argv,"dsa512") == 0) dsa_doit[R_DSA_512]=2;
    -		else if (strcmp(*argv,"dsa1024") == 0) dsa_doit[R_DSA_1024]=2;
    -		else if (strcmp(*argv,"dsa2048") == 0) dsa_doit[R_DSA_2048]=2;
    -		else if (strcmp(*argv,"rsa512") == 0) rsa_doit[R_RSA_512]=2;
    -		else if (strcmp(*argv,"rsa1024") == 0) rsa_doit[R_RSA_1024]=2;
    -		else if (strcmp(*argv,"rsa2048") == 0) rsa_doit[R_RSA_2048]=2;
    -		else if (strcmp(*argv,"rsa4096") == 0) rsa_doit[R_RSA_4096]=2;
    -		else
    -#ifndef OPENSSL_NO_RC2
    -		     if (strcmp(*argv,"rc2-cbc") == 0) doit[D_CBC_RC2]=1;
    -		else if (strcmp(*argv,"rc2") == 0) doit[D_CBC_RC2]=1;
    -		else
    -#endif
    -#ifndef OPENSSL_NO_RC5
    -		     if (strcmp(*argv,"rc5-cbc") == 0) doit[D_CBC_RC5]=1;
    -		else if (strcmp(*argv,"rc5") == 0) doit[D_CBC_RC5]=1;
    -		else
    -#endif
    -#ifndef OPENSSL_NO_IDEA
    -		     if (strcmp(*argv,"idea-cbc") == 0) doit[D_CBC_IDEA]=1;
    -		else if (strcmp(*argv,"idea") == 0) doit[D_CBC_IDEA]=1;
    -		else
    -#endif
    -#ifndef OPENSSL_NO_SEED
    -		     if (strcmp(*argv,"seed-cbc") == 0) doit[D_CBC_SEED]=1;
    -		else if (strcmp(*argv,"seed") == 0) doit[D_CBC_SEED]=1;
    -		else
    -#endif
    -#ifndef OPENSSL_NO_BF
    -		     if (strcmp(*argv,"bf-cbc") == 0) doit[D_CBC_BF]=1;
    -		else if (strcmp(*argv,"blowfish") == 0) doit[D_CBC_BF]=1;
    -		else if (strcmp(*argv,"bf") == 0) doit[D_CBC_BF]=1;
    -		else
    -#endif
    -#ifndef OPENSSL_NO_CAST
    -		     if (strcmp(*argv,"cast-cbc") == 0) doit[D_CBC_CAST]=1;
    -		else if (strcmp(*argv,"cast") == 0) doit[D_CBC_CAST]=1;
    -		else if (strcmp(*argv,"cast5") == 0) doit[D_CBC_CAST]=1;
    -		else
    -#endif
    -#ifndef OPENSSL_NO_DES
    -			if (strcmp(*argv,"des") == 0)
    -			{
    -			doit[D_CBC_DES]=1;
    -			doit[D_EDE3_DES]=1;
    -			}
    -		else
    -#endif
    -#ifndef OPENSSL_NO_AES
    -			if (strcmp(*argv,"aes") == 0)
    -			{
    -			doit[D_CBC_128_AES]=1;
    -			doit[D_CBC_192_AES]=1;
    -			doit[D_CBC_256_AES]=1;
    -			}
    -		else if (strcmp(*argv,"ghash") == 0)
    -			{
    -			doit[D_GHASH]=1;
    -			}
    -		else
    -#endif
    -#ifndef OPENSSL_NO_CAMELLIA
    -			if (strcmp(*argv,"camellia") == 0)
    -			{
    -			doit[D_CBC_128_CML]=1;
    -			doit[D_CBC_192_CML]=1;
    -			doit[D_CBC_256_CML]=1;
    -			}
    -		else
    -#endif
    -#ifndef OPENSSL_NO_RSA
    -			if (strcmp(*argv,"rsa") == 0)
    -			{
    -			rsa_doit[R_RSA_512]=1;
    -			rsa_doit[R_RSA_1024]=1;
    -			rsa_doit[R_RSA_2048]=1;
    -			rsa_doit[R_RSA_4096]=1;
    -			}
    -		else
    -#endif
    -#ifndef OPENSSL_NO_DSA
    -			if (strcmp(*argv,"dsa") == 0)
    -			{
    -			dsa_doit[R_DSA_512]=1;
    -			dsa_doit[R_DSA_1024]=1;
    -			dsa_doit[R_DSA_2048]=1;
    -			}
    -		else
    -#endif
    -#ifndef OPENSSL_NO_ECDSA
    -		     if (strcmp(*argv,"ecdsap160") == 0) ecdsa_doit[R_EC_P160]=2;
    -		else if (strcmp(*argv,"ecdsap192") == 0) ecdsa_doit[R_EC_P192]=2;
    -		else if (strcmp(*argv,"ecdsap224") == 0) ecdsa_doit[R_EC_P224]=2;
    -		else if (strcmp(*argv,"ecdsap256") == 0) ecdsa_doit[R_EC_P256]=2;
    -		else if (strcmp(*argv,"ecdsap384") == 0) ecdsa_doit[R_EC_P384]=2;
    -		else if (strcmp(*argv,"ecdsap521") == 0) ecdsa_doit[R_EC_P521]=2;
    -		else if (strcmp(*argv,"ecdsak163") == 0) ecdsa_doit[R_EC_K163]=2;
    -		else if (strcmp(*argv,"ecdsak233") == 0) ecdsa_doit[R_EC_K233]=2;
    -		else if (strcmp(*argv,"ecdsak283") == 0) ecdsa_doit[R_EC_K283]=2;
    -		else if (strcmp(*argv,"ecdsak409") == 0) ecdsa_doit[R_EC_K409]=2;
    -		else if (strcmp(*argv,"ecdsak571") == 0) ecdsa_doit[R_EC_K571]=2;
    -		else if (strcmp(*argv,"ecdsab163") == 0) ecdsa_doit[R_EC_B163]=2;
    -		else if (strcmp(*argv,"ecdsab233") == 0) ecdsa_doit[R_EC_B233]=2;
    -		else if (strcmp(*argv,"ecdsab283") == 0) ecdsa_doit[R_EC_B283]=2;
    -		else if (strcmp(*argv,"ecdsab409") == 0) ecdsa_doit[R_EC_B409]=2;
    -		else if (strcmp(*argv,"ecdsab571") == 0) ecdsa_doit[R_EC_B571]=2;
    -		else if (strcmp(*argv,"ecdsa") == 0)
    -			{
    -			for (i=0; i < EC_NUM; i++)
    -				ecdsa_doit[i]=1;
    -			}
    -		else
    -#endif
    -#ifndef OPENSSL_NO_ECDH
    -		     if (strcmp(*argv,"ecdhp160") == 0) ecdh_doit[R_EC_P160]=2;
    -		else if (strcmp(*argv,"ecdhp192") == 0) ecdh_doit[R_EC_P192]=2;
    -		else if (strcmp(*argv,"ecdhp224") == 0) ecdh_doit[R_EC_P224]=2;
    -		else if (strcmp(*argv,"ecdhp256") == 0) ecdh_doit[R_EC_P256]=2;
    -		else if (strcmp(*argv,"ecdhp384") == 0) ecdh_doit[R_EC_P384]=2;
    -		else if (strcmp(*argv,"ecdhp521") == 0) ecdh_doit[R_EC_P521]=2;
    -		else if (strcmp(*argv,"ecdhk163") == 0) ecdh_doit[R_EC_K163]=2;
    -		else if (strcmp(*argv,"ecdhk233") == 0) ecdh_doit[R_EC_K233]=2;
    -		else if (strcmp(*argv,"ecdhk283") == 0) ecdh_doit[R_EC_K283]=2;
    -		else if (strcmp(*argv,"ecdhk409") == 0) ecdh_doit[R_EC_K409]=2;
    -		else if (strcmp(*argv,"ecdhk571") == 0) ecdh_doit[R_EC_K571]=2;
    -		else if (strcmp(*argv,"ecdhb163") == 0) ecdh_doit[R_EC_B163]=2;
    -		else if (strcmp(*argv,"ecdhb233") == 0) ecdh_doit[R_EC_B233]=2;
    -		else if (strcmp(*argv,"ecdhb283") == 0) ecdh_doit[R_EC_B283]=2;
    -		else if (strcmp(*argv,"ecdhb409") == 0) ecdh_doit[R_EC_B409]=2;
    -		else if (strcmp(*argv,"ecdhb571") == 0) ecdh_doit[R_EC_B571]=2;
    -		else if (strcmp(*argv,"ecdh") == 0)
    -			{
    -			for (i=0; i < EC_NUM; i++)
    -				ecdh_doit[i]=1;
    -			}
    -		else
    -#endif
    -			{
    -			BIO_printf(bio_err,"Error: bad option or value\n");
    -			BIO_printf(bio_err,"\n");
    -			BIO_printf(bio_err,"Available values:\n");
    -#ifndef OPENSSL_NO_MD2
    -			BIO_printf(bio_err,"md2      ");
    -#endif
    -#ifndef OPENSSL_NO_MDC2
    -			BIO_printf(bio_err,"mdc2     ");
    -#endif
    -#ifndef OPENSSL_NO_MD4
    -			BIO_printf(bio_err,"md4      ");
    -#endif
    -#ifndef OPENSSL_NO_MD5
    -			BIO_printf(bio_err,"md5      ");
    -#ifndef OPENSSL_NO_HMAC
    -			BIO_printf(bio_err,"hmac     ");
    -#endif
    -#endif
    -#ifndef OPENSSL_NO_SHA1
    -			BIO_printf(bio_err,"sha1     ");
    -#endif
    -#ifndef OPENSSL_NO_SHA256
    -			BIO_printf(bio_err,"sha256   ");
    -#endif
    -#ifndef OPENSSL_NO_SHA512
    -			BIO_printf(bio_err,"sha512   ");
    -#endif
    -#ifndef OPENSSL_NO_WHIRLPOOL
    -			BIO_printf(bio_err,"whirlpool");
    -#endif
    -#ifndef OPENSSL_NO_RIPEMD160
    -			BIO_printf(bio_err,"rmd160");
    -#endif
    -#if !defined(OPENSSL_NO_MD2) || !defined(OPENSSL_NO_MDC2) || \
    +    j = 0;
    +    argc--;
    +    argv++;
    +    while (argc) {
    +        if ((argc > 0) && (strcmp(*argv, "-elapsed") == 0)) {
    +            usertime = 0;
    +            j--;                /* Otherwise, -elapsed gets confused with an
    +                                 * algorithm. */
    +        } else if ((argc > 0) && (strcmp(*argv, "-evp") == 0)) {
    +            argc--;
    +            argv++;
    +            if (argc == 0) {
    +                BIO_printf(bio_err, "no EVP given\n");
    +                goto end;
    +            }
    +            evp_cipher = EVP_get_cipherbyname(*argv);
    +            if (!evp_cipher) {
    +                evp_md = EVP_get_digestbyname(*argv);
    +            }
    +            if (!evp_cipher && !evp_md) {
    +                BIO_printf(bio_err, "%s is an unknown cipher or digest\n",
    +                           *argv);
    +                goto end;
    +            }
    +            doit[D_EVP] = 1;
    +        } else if (argc > 0 && !strcmp(*argv, "-decrypt")) {
    +            decrypt = 1;
    +            j--;                /* Otherwise, -elapsed gets confused with an
    +                                 * algorithm. */
    +        }
    +# ifndef OPENSSL_NO_ENGINE
    +        else if ((argc > 0) && (strcmp(*argv, "-engine") == 0)) {
    +            argc--;
    +            argv++;
    +            if (argc == 0) {
    +                BIO_printf(bio_err, "no engine given\n");
    +                goto end;
    +            }
    +            setup_engine(bio_err, *argv, 0);
    +            /*
    +             * j will be increased again further down.  We just don't want
    +             * speed to confuse an engine with an algorithm, especially when
    +             * none is given (which means all of them should be run)
    +             */
    +            j--;
    +        }
    +# endif
    +# ifndef NO_FORK
    +        else if ((argc > 0) && (strcmp(*argv, "-multi") == 0)) {
    +            argc--;
    +            argv++;
    +            if (argc == 0) {
    +                BIO_printf(bio_err, "no multi count given\n");
    +                goto end;
    +            }
    +            multi = atoi(argv[0]);
    +            if (multi <= 0) {
    +                BIO_printf(bio_err, "bad multi count\n");
    +                goto end;
    +            }
    +            j--;                /* Otherwise, -mr gets confused with an
    +                                 * algorithm. */
    +        }
    +# endif
    +        else if (argc > 0 && !strcmp(*argv, "-mr")) {
    +            mr = 1;
    +            j--;                /* Otherwise, -mr gets confused with an
    +                                 * algorithm. */
    +        } else if (argc > 0 && !strcmp(*argv, "-mb")) {
    +            multiblock = 1;
    +            j--;
    +        } else
    +# ifndef OPENSSL_NO_MD2
    +        if (strcmp(*argv, "md2") == 0)
    +            doit[D_MD2] = 1;
    +        else
    +# endif
    +# ifndef OPENSSL_NO_MDC2
    +        if (strcmp(*argv, "mdc2") == 0)
    +            doit[D_MDC2] = 1;
    +        else
    +# endif
    +# ifndef OPENSSL_NO_MD4
    +        if (strcmp(*argv, "md4") == 0)
    +            doit[D_MD4] = 1;
    +        else
    +# endif
    +# ifndef OPENSSL_NO_MD5
    +        if (strcmp(*argv, "md5") == 0)
    +            doit[D_MD5] = 1;
    +        else
    +# endif
    +# ifndef OPENSSL_NO_MD5
    +        if (strcmp(*argv, "hmac") == 0)
    +            doit[D_HMAC] = 1;
    +        else
    +# endif
    +# ifndef OPENSSL_NO_SHA
    +        if (strcmp(*argv, "sha1") == 0)
    +            doit[D_SHA1] = 1;
    +        else if (strcmp(*argv, "sha") == 0)
    +            doit[D_SHA1] = 1, doit[D_SHA256] = 1, doit[D_SHA512] = 1;
    +        else
    +#  ifndef OPENSSL_NO_SHA256
    +        if (strcmp(*argv, "sha256") == 0)
    +            doit[D_SHA256] = 1;
    +        else
    +#  endif
    +#  ifndef OPENSSL_NO_SHA512
    +        if (strcmp(*argv, "sha512") == 0)
    +            doit[D_SHA512] = 1;
    +        else
    +#  endif
    +# endif
    +# ifndef OPENSSL_NO_WHIRLPOOL
    +        if (strcmp(*argv, "whirlpool") == 0)
    +            doit[D_WHIRLPOOL] = 1;
    +        else
    +# endif
    +# ifndef OPENSSL_NO_RIPEMD
    +        if (strcmp(*argv, "ripemd") == 0)
    +            doit[D_RMD160] = 1;
    +        else if (strcmp(*argv, "rmd160") == 0)
    +            doit[D_RMD160] = 1;
    +        else if (strcmp(*argv, "ripemd160") == 0)
    +            doit[D_RMD160] = 1;
    +        else
    +# endif
    +# ifndef OPENSSL_NO_RC4
    +        if (strcmp(*argv, "rc4") == 0)
    +            doit[D_RC4] = 1;
    +        else
    +# endif
    +# ifndef OPENSSL_NO_DES
    +        if (strcmp(*argv, "des-cbc") == 0)
    +            doit[D_CBC_DES] = 1;
    +        else if (strcmp(*argv, "des-ede3") == 0)
    +            doit[D_EDE3_DES] = 1;
    +        else
    +# endif
    +# ifndef OPENSSL_NO_AES
    +        if (strcmp(*argv, "aes-128-cbc") == 0)
    +            doit[D_CBC_128_AES] = 1;
    +        else if (strcmp(*argv, "aes-192-cbc") == 0)
    +            doit[D_CBC_192_AES] = 1;
    +        else if (strcmp(*argv, "aes-256-cbc") == 0)
    +            doit[D_CBC_256_AES] = 1;
    +        else if (strcmp(*argv, "aes-128-ige") == 0)
    +            doit[D_IGE_128_AES] = 1;
    +        else if (strcmp(*argv, "aes-192-ige") == 0)
    +            doit[D_IGE_192_AES] = 1;
    +        else if (strcmp(*argv, "aes-256-ige") == 0)
    +            doit[D_IGE_256_AES] = 1;
    +        else
    +# endif
    +# ifndef OPENSSL_NO_CAMELLIA
    +        if (strcmp(*argv, "camellia-128-cbc") == 0)
    +            doit[D_CBC_128_CML] = 1;
    +        else if (strcmp(*argv, "camellia-192-cbc") == 0)
    +            doit[D_CBC_192_CML] = 1;
    +        else if (strcmp(*argv, "camellia-256-cbc") == 0)
    +            doit[D_CBC_256_CML] = 1;
    +        else
    +# endif
    +# ifndef OPENSSL_NO_RSA
    +#  if 0                         /* was: #ifdef RSAref */
    +        if (strcmp(*argv, "rsaref") == 0) {
    +            RSA_set_default_openssl_method(RSA_PKCS1_RSAref());
    +            j--;
    +        } else
    +#  endif
    +#  ifndef RSA_NULL
    +        if (strcmp(*argv, "openssl") == 0) {
    +            RSA_set_default_method(RSA_PKCS1_SSLeay());
    +            j--;
    +        } else
    +#  endif
    +# endif                         /* !OPENSSL_NO_RSA */
    +        if (strcmp(*argv, "dsa512") == 0)
    +            dsa_doit[R_DSA_512] = 2;
    +        else if (strcmp(*argv, "dsa1024") == 0)
    +            dsa_doit[R_DSA_1024] = 2;
    +        else if (strcmp(*argv, "dsa2048") == 0)
    +            dsa_doit[R_DSA_2048] = 2;
    +        else if (strcmp(*argv, "rsa512") == 0)
    +            rsa_doit[R_RSA_512] = 2;
    +        else if (strcmp(*argv, "rsa1024") == 0)
    +            rsa_doit[R_RSA_1024] = 2;
    +        else if (strcmp(*argv, "rsa2048") == 0)
    +            rsa_doit[R_RSA_2048] = 2;
    +        else if (strcmp(*argv, "rsa4096") == 0)
    +            rsa_doit[R_RSA_4096] = 2;
    +        else
    +# ifndef OPENSSL_NO_RC2
    +        if (strcmp(*argv, "rc2-cbc") == 0)
    +            doit[D_CBC_RC2] = 1;
    +        else if (strcmp(*argv, "rc2") == 0)
    +            doit[D_CBC_RC2] = 1;
    +        else
    +# endif
    +# ifndef OPENSSL_NO_RC5
    +        if (strcmp(*argv, "rc5-cbc") == 0)
    +            doit[D_CBC_RC5] = 1;
    +        else if (strcmp(*argv, "rc5") == 0)
    +            doit[D_CBC_RC5] = 1;
    +        else
    +# endif
    +# ifndef OPENSSL_NO_IDEA
    +        if (strcmp(*argv, "idea-cbc") == 0)
    +            doit[D_CBC_IDEA] = 1;
    +        else if (strcmp(*argv, "idea") == 0)
    +            doit[D_CBC_IDEA] = 1;
    +        else
    +# endif
    +# ifndef OPENSSL_NO_SEED
    +        if (strcmp(*argv, "seed-cbc") == 0)
    +            doit[D_CBC_SEED] = 1;
    +        else if (strcmp(*argv, "seed") == 0)
    +            doit[D_CBC_SEED] = 1;
    +        else
    +# endif
    +# ifndef OPENSSL_NO_BF
    +        if (strcmp(*argv, "bf-cbc") == 0)
    +            doit[D_CBC_BF] = 1;
    +        else if (strcmp(*argv, "blowfish") == 0)
    +            doit[D_CBC_BF] = 1;
    +        else if (strcmp(*argv, "bf") == 0)
    +            doit[D_CBC_BF] = 1;
    +        else
    +# endif
    +# ifndef OPENSSL_NO_CAST
    +        if (strcmp(*argv, "cast-cbc") == 0)
    +            doit[D_CBC_CAST] = 1;
    +        else if (strcmp(*argv, "cast") == 0)
    +            doit[D_CBC_CAST] = 1;
    +        else if (strcmp(*argv, "cast5") == 0)
    +            doit[D_CBC_CAST] = 1;
    +        else
    +# endif
    +# ifndef OPENSSL_NO_DES
    +        if (strcmp(*argv, "des") == 0) {
    +            doit[D_CBC_DES] = 1;
    +            doit[D_EDE3_DES] = 1;
    +        } else
    +# endif
    +# ifndef OPENSSL_NO_AES
    +        if (strcmp(*argv, "aes") == 0) {
    +            doit[D_CBC_128_AES] = 1;
    +            doit[D_CBC_192_AES] = 1;
    +            doit[D_CBC_256_AES] = 1;
    +        } else if (strcmp(*argv, "ghash") == 0) {
    +            doit[D_GHASH] = 1;
    +        } else
    +# endif
    +# ifndef OPENSSL_NO_CAMELLIA
    +        if (strcmp(*argv, "camellia") == 0) {
    +            doit[D_CBC_128_CML] = 1;
    +            doit[D_CBC_192_CML] = 1;
    +            doit[D_CBC_256_CML] = 1;
    +        } else
    +# endif
    +# ifndef OPENSSL_NO_RSA
    +        if (strcmp(*argv, "rsa") == 0) {
    +            rsa_doit[R_RSA_512] = 1;
    +            rsa_doit[R_RSA_1024] = 1;
    +            rsa_doit[R_RSA_2048] = 1;
    +            rsa_doit[R_RSA_4096] = 1;
    +        } else
    +# endif
    +# ifndef OPENSSL_NO_DSA
    +        if (strcmp(*argv, "dsa") == 0) {
    +            dsa_doit[R_DSA_512] = 1;
    +            dsa_doit[R_DSA_1024] = 1;
    +            dsa_doit[R_DSA_2048] = 1;
    +        } else
    +# endif
    +# ifndef OPENSSL_NO_ECDSA
    +        if (strcmp(*argv, "ecdsap160") == 0)
    +            ecdsa_doit[R_EC_P160] = 2;
    +        else if (strcmp(*argv, "ecdsap192") == 0)
    +            ecdsa_doit[R_EC_P192] = 2;
    +        else if (strcmp(*argv, "ecdsap224") == 0)
    +            ecdsa_doit[R_EC_P224] = 2;
    +        else if (strcmp(*argv, "ecdsap256") == 0)
    +            ecdsa_doit[R_EC_P256] = 2;
    +        else if (strcmp(*argv, "ecdsap384") == 0)
    +            ecdsa_doit[R_EC_P384] = 2;
    +        else if (strcmp(*argv, "ecdsap521") == 0)
    +            ecdsa_doit[R_EC_P521] = 2;
    +        else if (strcmp(*argv, "ecdsak163") == 0)
    +            ecdsa_doit[R_EC_K163] = 2;
    +        else if (strcmp(*argv, "ecdsak233") == 0)
    +            ecdsa_doit[R_EC_K233] = 2;
    +        else if (strcmp(*argv, "ecdsak283") == 0)
    +            ecdsa_doit[R_EC_K283] = 2;
    +        else if (strcmp(*argv, "ecdsak409") == 0)
    +            ecdsa_doit[R_EC_K409] = 2;
    +        else if (strcmp(*argv, "ecdsak571") == 0)
    +            ecdsa_doit[R_EC_K571] = 2;
    +        else if (strcmp(*argv, "ecdsab163") == 0)
    +            ecdsa_doit[R_EC_B163] = 2;
    +        else if (strcmp(*argv, "ecdsab233") == 0)
    +            ecdsa_doit[R_EC_B233] = 2;
    +        else if (strcmp(*argv, "ecdsab283") == 0)
    +            ecdsa_doit[R_EC_B283] = 2;
    +        else if (strcmp(*argv, "ecdsab409") == 0)
    +            ecdsa_doit[R_EC_B409] = 2;
    +        else if (strcmp(*argv, "ecdsab571") == 0)
    +            ecdsa_doit[R_EC_B571] = 2;
    +        else if (strcmp(*argv, "ecdsa") == 0) {
    +            for (i = 0; i < EC_NUM; i++)
    +                ecdsa_doit[i] = 1;
    +        } else
    +# endif
    +# ifndef OPENSSL_NO_ECDH
    +        if (strcmp(*argv, "ecdhp160") == 0)
    +            ecdh_doit[R_EC_P160] = 2;
    +        else if (strcmp(*argv, "ecdhp192") == 0)
    +            ecdh_doit[R_EC_P192] = 2;
    +        else if (strcmp(*argv, "ecdhp224") == 0)
    +            ecdh_doit[R_EC_P224] = 2;
    +        else if (strcmp(*argv, "ecdhp256") == 0)
    +            ecdh_doit[R_EC_P256] = 2;
    +        else if (strcmp(*argv, "ecdhp384") == 0)
    +            ecdh_doit[R_EC_P384] = 2;
    +        else if (strcmp(*argv, "ecdhp521") == 0)
    +            ecdh_doit[R_EC_P521] = 2;
    +        else if (strcmp(*argv, "ecdhk163") == 0)
    +            ecdh_doit[R_EC_K163] = 2;
    +        else if (strcmp(*argv, "ecdhk233") == 0)
    +            ecdh_doit[R_EC_K233] = 2;
    +        else if (strcmp(*argv, "ecdhk283") == 0)
    +            ecdh_doit[R_EC_K283] = 2;
    +        else if (strcmp(*argv, "ecdhk409") == 0)
    +            ecdh_doit[R_EC_K409] = 2;
    +        else if (strcmp(*argv, "ecdhk571") == 0)
    +            ecdh_doit[R_EC_K571] = 2;
    +        else if (strcmp(*argv, "ecdhb163") == 0)
    +            ecdh_doit[R_EC_B163] = 2;
    +        else if (strcmp(*argv, "ecdhb233") == 0)
    +            ecdh_doit[R_EC_B233] = 2;
    +        else if (strcmp(*argv, "ecdhb283") == 0)
    +            ecdh_doit[R_EC_B283] = 2;
    +        else if (strcmp(*argv, "ecdhb409") == 0)
    +            ecdh_doit[R_EC_B409] = 2;
    +        else if (strcmp(*argv, "ecdhb571") == 0)
    +            ecdh_doit[R_EC_B571] = 2;
    +        else if (strcmp(*argv, "ecdh") == 0) {
    +            for (i = 0; i < EC_NUM; i++)
    +                ecdh_doit[i] = 1;
    +        } else
    +# endif
    +        {
    +            BIO_printf(bio_err, "Error: bad option or value\n");
    +            BIO_printf(bio_err, "\n");
    +            BIO_printf(bio_err, "Available values:\n");
    +# ifndef OPENSSL_NO_MD2
    +            BIO_printf(bio_err, "md2      ");
    +# endif
    +# ifndef OPENSSL_NO_MDC2
    +            BIO_printf(bio_err, "mdc2     ");
    +# endif
    +# ifndef OPENSSL_NO_MD4
    +            BIO_printf(bio_err, "md4      ");
    +# endif
    +# ifndef OPENSSL_NO_MD5
    +            BIO_printf(bio_err, "md5      ");
    +#  ifndef OPENSSL_NO_HMAC
    +            BIO_printf(bio_err, "hmac     ");
    +#  endif
    +# endif
    +# ifndef OPENSSL_NO_SHA1
    +            BIO_printf(bio_err, "sha1     ");
    +# endif
    +# ifndef OPENSSL_NO_SHA256
    +            BIO_printf(bio_err, "sha256   ");
    +# endif
    +# ifndef OPENSSL_NO_SHA512
    +            BIO_printf(bio_err, "sha512   ");
    +# endif
    +# ifndef OPENSSL_NO_WHIRLPOOL
    +            BIO_printf(bio_err, "whirlpool");
    +# endif
    +# ifndef OPENSSL_NO_RIPEMD160
    +            BIO_printf(bio_err, "rmd160");
    +# endif
    +# if !defined(OPENSSL_NO_MD2) || !defined(OPENSSL_NO_MDC2) || \
         !defined(OPENSSL_NO_MD4) || !defined(OPENSSL_NO_MD5) || \
         !defined(OPENSSL_NO_SHA1) || !defined(OPENSSL_NO_RIPEMD160) || \
         !defined(OPENSSL_NO_WHIRLPOOL)
    -			BIO_printf(bio_err,"\n");
    -#endif
    +            BIO_printf(bio_err, "\n");
    +# endif
     
    -#ifndef OPENSSL_NO_IDEA
    -			BIO_printf(bio_err,"idea-cbc ");
    -#endif
    -#ifndef OPENSSL_NO_SEED
    -			BIO_printf(bio_err,"seed-cbc ");
    -#endif
    -#ifndef OPENSSL_NO_RC2
    -			BIO_printf(bio_err,"rc2-cbc  ");
    -#endif
    -#ifndef OPENSSL_NO_RC5
    -			BIO_printf(bio_err,"rc5-cbc  ");
    -#endif
    -#ifndef OPENSSL_NO_BF
    -			BIO_printf(bio_err,"bf-cbc");
    -#endif
    -#if !defined(OPENSSL_NO_IDEA) || !defined(OPENSSL_NO_SEED) || !defined(OPENSSL_NO_RC2) || \
    +# ifndef OPENSSL_NO_IDEA
    +            BIO_printf(bio_err, "idea-cbc ");
    +# endif
    +# ifndef OPENSSL_NO_SEED
    +            BIO_printf(bio_err, "seed-cbc ");
    +# endif
    +# ifndef OPENSSL_NO_RC2
    +            BIO_printf(bio_err, "rc2-cbc  ");
    +# endif
    +# ifndef OPENSSL_NO_RC5
    +            BIO_printf(bio_err, "rc5-cbc  ");
    +# endif
    +# ifndef OPENSSL_NO_BF
    +            BIO_printf(bio_err, "bf-cbc");
    +# endif
    +# if !defined(OPENSSL_NO_IDEA) || !defined(OPENSSL_NO_SEED) || !defined(OPENSSL_NO_RC2) || \
         !defined(OPENSSL_NO_BF) || !defined(OPENSSL_NO_RC5)
    -			BIO_printf(bio_err,"\n");
    -#endif
    -#ifndef OPENSSL_NO_DES
    -			BIO_printf(bio_err,"des-cbc  des-ede3 ");
    -#endif
    -#ifndef OPENSSL_NO_AES
    -			BIO_printf(bio_err,"aes-128-cbc aes-192-cbc aes-256-cbc ");
    -			BIO_printf(bio_err,"aes-128-ige aes-192-ige aes-256-ige ");
    -#endif
    -#ifndef OPENSSL_NO_CAMELLIA
    -			BIO_printf(bio_err,"\n");
    -			BIO_printf(bio_err,"camellia-128-cbc camellia-192-cbc camellia-256-cbc ");
    -#endif
    -#ifndef OPENSSL_NO_RC4
    -			BIO_printf(bio_err,"rc4");
    -#endif
    -			BIO_printf(bio_err,"\n");
    +            BIO_printf(bio_err, "\n");
    +# endif
    +# ifndef OPENSSL_NO_DES
    +            BIO_printf(bio_err, "des-cbc  des-ede3 ");
    +# endif
    +# ifndef OPENSSL_NO_AES
    +            BIO_printf(bio_err, "aes-128-cbc aes-192-cbc aes-256-cbc ");
    +            BIO_printf(bio_err, "aes-128-ige aes-192-ige aes-256-ige ");
    +# endif
    +# ifndef OPENSSL_NO_CAMELLIA
    +            BIO_printf(bio_err, "\n");
    +            BIO_printf(bio_err,
    +                       "camellia-128-cbc camellia-192-cbc camellia-256-cbc ");
    +# endif
    +# ifndef OPENSSL_NO_RC4
    +            BIO_printf(bio_err, "rc4");
    +# endif
    +            BIO_printf(bio_err, "\n");
     
    -#ifndef OPENSSL_NO_RSA
    -			BIO_printf(bio_err,"rsa512   rsa1024  rsa2048  rsa4096\n");
    -#endif
    +# ifndef OPENSSL_NO_RSA
    +            BIO_printf(bio_err, "rsa512   rsa1024  rsa2048  rsa4096\n");
    +# endif
     
    -#ifndef OPENSSL_NO_DSA
    -			BIO_printf(bio_err,"dsa512   dsa1024  dsa2048\n");
    -#endif
    -#ifndef OPENSSL_NO_ECDSA
    -			BIO_printf(bio_err,"ecdsap160 ecdsap192 ecdsap224 ecdsap256 ecdsap384 ecdsap521\n");
    -			BIO_printf(bio_err,"ecdsak163 ecdsak233 ecdsak283 ecdsak409 ecdsak571\n");
    -			BIO_printf(bio_err,"ecdsab163 ecdsab233 ecdsab283 ecdsab409 ecdsab571\n");
    -			BIO_printf(bio_err,"ecdsa\n");
    -#endif
    -#ifndef OPENSSL_NO_ECDH
    -			BIO_printf(bio_err,"ecdhp160  ecdhp192  ecdhp224  ecdhp256  ecdhp384  ecdhp521\n");
    -			BIO_printf(bio_err,"ecdhk163  ecdhk233  ecdhk283  ecdhk409  ecdhk571\n");
    -			BIO_printf(bio_err,"ecdhb163  ecdhb233  ecdhb283  ecdhb409  ecdhb571\n");
    -			BIO_printf(bio_err,"ecdh\n");
    -#endif
    +# ifndef OPENSSL_NO_DSA
    +            BIO_printf(bio_err, "dsa512   dsa1024  dsa2048\n");
    +# endif
    +# ifndef OPENSSL_NO_ECDSA
    +            BIO_printf(bio_err, "ecdsap160 ecdsap192 ecdsap224 "
    +                       "ecdsap256 ecdsap384 ecdsap521\n");
    +            BIO_printf(bio_err,
    +                       "ecdsak163 ecdsak233 ecdsak283 ecdsak409 ecdsak571\n");
    +            BIO_printf(bio_err,
    +                       "ecdsab163 ecdsab233 ecdsab283 ecdsab409 ecdsab571\n");
    +            BIO_printf(bio_err, "ecdsa\n");
    +# endif
    +# ifndef OPENSSL_NO_ECDH
    +            BIO_printf(bio_err, "ecdhp160  ecdhp192  ecdhp224 "
    +                       "ecdhp256  ecdhp384  ecdhp521\n");
    +            BIO_printf(bio_err,
    +                       "ecdhk163  ecdhk233  ecdhk283  ecdhk409  ecdhk571\n");
    +            BIO_printf(bio_err,
    +                       "ecdhb163  ecdhb233  ecdhb283  ecdhb409  ecdhb571\n");
    +            BIO_printf(bio_err, "ecdh\n");
    +# endif
     
    -#ifndef OPENSSL_NO_IDEA
    -			BIO_printf(bio_err,"idea     ");
    -#endif
    -#ifndef OPENSSL_NO_SEED
    -			BIO_printf(bio_err,"seed     ");
    -#endif
    -#ifndef OPENSSL_NO_RC2
    -			BIO_printf(bio_err,"rc2      ");
    -#endif
    -#ifndef OPENSSL_NO_DES
    -			BIO_printf(bio_err,"des      ");
    -#endif
    -#ifndef OPENSSL_NO_AES
    -			BIO_printf(bio_err,"aes      ");
    -#endif
    -#ifndef OPENSSL_NO_CAMELLIA
    -			BIO_printf(bio_err,"camellia ");
    -#endif
    -#ifndef OPENSSL_NO_RSA
    -			BIO_printf(bio_err,"rsa      ");
    -#endif
    -#ifndef OPENSSL_NO_BF
    -			BIO_printf(bio_err,"blowfish");
    -#endif
    -#if !defined(OPENSSL_NO_IDEA) || !defined(OPENSSL_NO_SEED) || \
    +# ifndef OPENSSL_NO_IDEA
    +            BIO_printf(bio_err, "idea     ");
    +# endif
    +# ifndef OPENSSL_NO_SEED
    +            BIO_printf(bio_err, "seed     ");
    +# endif
    +# ifndef OPENSSL_NO_RC2
    +            BIO_printf(bio_err, "rc2      ");
    +# endif
    +# ifndef OPENSSL_NO_DES
    +            BIO_printf(bio_err, "des      ");
    +# endif
    +# ifndef OPENSSL_NO_AES
    +            BIO_printf(bio_err, "aes      ");
    +# endif
    +# ifndef OPENSSL_NO_CAMELLIA
    +            BIO_printf(bio_err, "camellia ");
    +# endif
    +# ifndef OPENSSL_NO_RSA
    +            BIO_printf(bio_err, "rsa      ");
    +# endif
    +# ifndef OPENSSL_NO_BF
    +            BIO_printf(bio_err, "blowfish");
    +# endif
    +# if !defined(OPENSSL_NO_IDEA) || !defined(OPENSSL_NO_SEED) || \
         !defined(OPENSSL_NO_RC2) || !defined(OPENSSL_NO_DES) || \
         !defined(OPENSSL_NO_RSA) || !defined(OPENSSL_NO_BF) || \
         !defined(OPENSSL_NO_AES) || !defined(OPENSSL_NO_CAMELLIA)
    -			BIO_printf(bio_err,"\n");
    -#endif
    +            BIO_printf(bio_err, "\n");
    +# endif
     
    -			BIO_printf(bio_err,"\n");
    -			BIO_printf(bio_err,"Available options:\n");
    -#if defined(TIMES) || defined(USE_TOD)
    -			BIO_printf(bio_err,"-elapsed        measure time in real time instead of CPU user time.\n");
    -#endif
    -#ifndef OPENSSL_NO_ENGINE
    -			BIO_printf(bio_err,"-engine e       use engine e, possibly a hardware device.\n");
    -#endif
    -			BIO_printf(bio_err,"-evp e          use EVP e.\n");
    -			BIO_printf(bio_err,"-decrypt        time decryption instead of encryption (only EVP).\n");
    -			BIO_printf(bio_err,"-mr             produce machine readable output.\n");
    -#ifndef NO_FORK
    -			BIO_printf(bio_err,"-multi n        run n benchmarks in parallel.\n");
    -#endif
    -			goto end;
    -			}
    -		argc--;
    -		argv++;
    -		j++;
    -		}
    -
    -#ifndef NO_FORK
    -	if(multi && do_multi(multi))
    -		goto show_res;
    -#endif
    +            BIO_printf(bio_err, "\n");
    +            BIO_printf(bio_err, "Available options:\n");
    +# if defined(TIMES) || defined(USE_TOD)
    +            BIO_printf(bio_err, "-elapsed        "
    +                       "measure time in real time instead of CPU user time.\n");
    +# endif
    +# ifndef OPENSSL_NO_ENGINE
    +            BIO_printf(bio_err,
    +                       "-engine e       "
    +                       "use engine e, possibly a hardware device.\n");
    +# endif
    +            BIO_printf(bio_err, "-evp e          " "use EVP e.\n");
    +            BIO_printf(bio_err,
    +                       "-decrypt        "
    +                       "time decryption instead of encryption (only EVP).\n");
    +            BIO_printf(bio_err,
    +                       "-mr             "
    +                       "produce machine readable output.\n");
    +# ifndef NO_FORK
    +            BIO_printf(bio_err,
    +                       "-multi n        " "run n benchmarks in parallel.\n");
    +# endif
    +            goto end;
    +        }
    +        argc--;
    +        argv++;
    +        j++;
    +    }
     
    -	if (j == 0)
    -		{
    -		for (i=0; in));
    -			BN_print(bio_err,rsa_key[i]->e);
    -			BIO_printf(bio_err,"\n");
    -			}
    -#endif
    -		}
    -#endif
    +# ifndef NO_FORK
    +    if (multi && do_multi(multi))
    +        goto show_res;
    +# endif
     
    -#ifndef OPENSSL_NO_DSA
    -	dsa_key[0]=get_dsa512();
    -	dsa_key[1]=get_dsa1024();
    -	dsa_key[2]=get_dsa2048();
    -#endif
    +    if (j == 0) {
    +        for (i = 0; i < ALGOR_NUM; i++) {
    +            if (i != D_EVP)
    +                doit[i] = 1;
    +        }
    +        for (i = 0; i < RSA_NUM; i++)
    +            rsa_doit[i] = 1;
    +        for (i = 0; i < DSA_NUM; i++)
    +            dsa_doit[i] = 1;
    +# ifndef OPENSSL_NO_ECDSA
    +        for (i = 0; i < EC_NUM; i++)
    +            ecdsa_doit[i] = 1;
    +# endif
    +# ifndef OPENSSL_NO_ECDH
    +        for (i = 0; i < EC_NUM; i++)
    +            ecdh_doit[i] = 1;
    +# endif
    +    }
    +    for (i = 0; i < ALGOR_NUM; i++)
    +        if (doit[i])
    +            pr_header++;
    +
    +    if (usertime == 0 && !mr)
    +        BIO_printf(bio_err,
    +                   "You have chosen to measure elapsed time "
    +                   "instead of user CPU time.\n");
    +
    +# ifndef OPENSSL_NO_RSA
    +    for (i = 0; i < RSA_NUM; i++) {
    +        const unsigned char *p;
    +
    +        p = rsa_data[i];
    +        rsa_key[i] = d2i_RSAPrivateKey(NULL, &p, rsa_data_length[i]);
    +        if (rsa_key[i] == NULL) {
    +            BIO_printf(bio_err, "internal error loading RSA key number %d\n",
    +                       i);
    +            goto end;
    +        }
    +#  if 0
    +        else {
    +            BIO_printf(bio_err,
    +                       mr ? "+RK:%d:"
    +                       : "Loaded RSA key, %d bit modulus and e= 0x",
    +                       BN_num_bits(rsa_key[i]->n));
    +            BN_print(bio_err, rsa_key[i]->e);
    +            BIO_printf(bio_err, "\n");
    +        }
    +#  endif
    +    }
    +# endif
     
    -#ifndef OPENSSL_NO_DES
    -	DES_set_key_unchecked(&key,&sch);
    -	DES_set_key_unchecked(&key2,&sch2);
    -	DES_set_key_unchecked(&key3,&sch3);
    -#endif
    -#ifndef OPENSSL_NO_AES
    -	AES_set_encrypt_key(key16,128,&aes_ks1);
    -	AES_set_encrypt_key(key24,192,&aes_ks2);
    -	AES_set_encrypt_key(key32,256,&aes_ks3);
    -#endif
    -#ifndef OPENSSL_NO_CAMELLIA
    -	Camellia_set_key(key16,128,&camellia_ks1);
    -	Camellia_set_key(ckey24,192,&camellia_ks2);
    -	Camellia_set_key(ckey32,256,&camellia_ks3);
    -#endif
    -#ifndef OPENSSL_NO_IDEA
    -	idea_set_encrypt_key(key16,&idea_ks);
    -#endif
    -#ifndef OPENSSL_NO_SEED
    -	SEED_set_key(key16,&seed_ks);
    -#endif
    -#ifndef OPENSSL_NO_RC4
    -	RC4_set_key(&rc4_ks,16,key16);
    -#endif
    -#ifndef OPENSSL_NO_RC2
    -	RC2_set_key(&rc2_ks,16,key16,128);
    -#endif
    -#ifndef OPENSSL_NO_RC5
    -	RC5_32_set_key(&rc5_ks,16,key16,12);
    -#endif
    -#ifndef OPENSSL_NO_BF
    -	BF_set_key(&bf_ks,16,key16);
    -#endif
    -#ifndef OPENSSL_NO_CAST
    -	CAST_set_key(&cast_ks,16,key16);
    -#endif
    -#ifndef OPENSSL_NO_RSA
    -	memset(rsa_c,0,sizeof(rsa_c));
    -#endif
    -#ifndef SIGALRM
    -#ifndef OPENSSL_NO_DES
    -	BIO_printf(bio_err,"First we calculate the approximate speed ...\n");
    -	count=10;
    -	do	{
    -		long it;
    -		count*=2;
    -		Time_F(START);
    -		for (it=count; it; it--)
    -			DES_ecb_encrypt((DES_cblock *)buf,
    -				(DES_cblock *)buf,
    -				&sch,DES_ENCRYPT);
    -		d=Time_F(STOP);
    -		} while (d <3);
    -	save_count=count;
    -	c[D_MD2][0]=count/10;
    -	c[D_MDC2][0]=count/10;
    -	c[D_MD4][0]=count;
    -	c[D_MD5][0]=count;
    -	c[D_HMAC][0]=count;
    -	c[D_SHA1][0]=count;
    -	c[D_RMD160][0]=count;
    -	c[D_RC4][0]=count*5;
    -	c[D_CBC_DES][0]=count;
    -	c[D_EDE3_DES][0]=count/3;
    -	c[D_CBC_IDEA][0]=count;
    -	c[D_CBC_SEED][0]=count;
    -	c[D_CBC_RC2][0]=count;
    -	c[D_CBC_RC5][0]=count;
    -	c[D_CBC_BF][0]=count;
    -	c[D_CBC_CAST][0]=count;
    -	c[D_CBC_128_AES][0]=count;
    -	c[D_CBC_192_AES][0]=count;
    -	c[D_CBC_256_AES][0]=count;
    -	c[D_CBC_128_CML][0]=count;
    -	c[D_CBC_192_CML][0]=count;
    -	c[D_CBC_256_CML][0]=count;
    -	c[D_SHA256][0]=count;
    -	c[D_SHA512][0]=count;
    -	c[D_WHIRLPOOL][0]=count;
    -	c[D_IGE_128_AES][0]=count;
    -	c[D_IGE_192_AES][0]=count;
    -	c[D_IGE_256_AES][0]=count;
    -	c[D_GHASH][0]=count;
    -
    -	for (i=1; inid));
    +                goto end;
    +            }
    +            multiblock_speed(evp_cipher);
    +            mret = 0;
    +            goto end;
    +        }
    +# endif
    +        for (j = 0; j < SIZE_NUM; j++) {
    +            if (evp_cipher) {
    +                EVP_CIPHER_CTX ctx;
    +                int outl;
    +
    +                names[D_EVP] = OBJ_nid2ln(evp_cipher->nid);
    +                /*
    +                 * -O3 -fschedule-insns messes up an optimization here!
    +                 * names[D_EVP] somehow becomes NULL
    +                 */
    +                print_message(names[D_EVP], save_count, lengths[j]);
    +
    +                EVP_CIPHER_CTX_init(&ctx);
    +                if (decrypt)
    +                    EVP_DecryptInit_ex(&ctx, evp_cipher, NULL, key16, iv);
    +                else
    +                    EVP_EncryptInit_ex(&ctx, evp_cipher, NULL, key16, iv);
    +                EVP_CIPHER_CTX_set_padding(&ctx, 0);
    +
    +                Time_F(START);
    +                if (decrypt)
    +                    for (count = 0, run = 1;
    +                         COND(save_count * 4 * lengths[0] / lengths[j]);
    +                         count++)
    +                        EVP_DecryptUpdate(&ctx, buf, &outl, buf, lengths[j]);
    +                else
    +                    for (count = 0, run = 1;
    +                         COND(save_count * 4 * lengths[0] / lengths[j]);
    +                         count++)
    +                        EVP_EncryptUpdate(&ctx, buf, &outl, buf, lengths[j]);
    +                if (decrypt)
    +                    EVP_DecryptFinal_ex(&ctx, buf, &outl);
    +                else
    +                    EVP_EncryptFinal_ex(&ctx, buf, &outl);
    +                d = Time_F(STOP);
    +                EVP_CIPHER_CTX_cleanup(&ctx);
    +            }
    +            if (evp_md) {
    +                names[D_EVP] = OBJ_nid2ln(evp_md->type);
    +                print_message(names[D_EVP], save_count, lengths[j]);
    +
    +                Time_F(START);
    +                for (count = 0, run = 1;
    +                     COND(save_count * 4 * lengths[0] / lengths[j]); count++)
    +                    EVP_Digest(buf, lengths[j], &(md[0]), NULL, evp_md, NULL);
    +
    +                d = Time_F(STOP);
    +            }
    +            print_result(D_EVP, j, count, d);
    +        }
    +    }
     
    -#endif
    -#ifndef OPENSSL_NO_CAMELLIA
    -	if (doit[D_CBC_128_CML])
    -		{
    -		for (j=0; jnid);
    -				/* -O3 -fschedule-insns messes up an
    -				 * optimization here!  names[D_EVP]
    -				 * somehow becomes NULL */
    -				print_message(names[D_EVP],save_count,
    -					lengths[j]);
    -
    -				EVP_CIPHER_CTX_init(&ctx);
    -				if(decrypt)
    -					EVP_DecryptInit_ex(&ctx,evp_cipher,NULL,key16,iv);
    -				else
    -					EVP_EncryptInit_ex(&ctx,evp_cipher,NULL,key16,iv);
    -				EVP_CIPHER_CTX_set_padding(&ctx, 0);
    -
    -				Time_F(START);
    -				if(decrypt)
    -					for (count=0,run=1; COND(save_count*4*lengths[0]/lengths[j]); count++)
    -						EVP_DecryptUpdate(&ctx,buf,&outl,buf,lengths[j]);
    -				else
    -					for (count=0,run=1; COND(save_count*4*lengths[0]/lengths[j]); count++)
    -						EVP_EncryptUpdate(&ctx,buf,&outl,buf,lengths[j]);
    -				if(decrypt)
    -					EVP_DecryptFinal_ex(&ctx,buf,&outl);
    -				else
    -					EVP_EncryptFinal_ex(&ctx,buf,&outl);
    -				d=Time_F(STOP);
    -				EVP_CIPHER_CTX_cleanup(&ctx);
    -				}
    -			if (evp_md)
    -				{
    -				names[D_EVP]=OBJ_nid2ln(evp_md->type);
    -				print_message(names[D_EVP],save_count,
    -					lengths[j]);
    -
    -				Time_F(START);
    -				for (count=0,run=1; COND(save_count*4*lengths[0]/lengths[j]); count++)
    -					EVP_Digest(buf,lengths[j],&(md[0]),NULL,evp_md,NULL);
    -
    -				d=Time_F(STOP);
    -				}
    -			print_result(D_EVP,j,count,d);
    -			}
    -		}
    -
    -	RAND_pseudo_bytes(buf,36);
    -#ifndef OPENSSL_NO_RSA
    -	for (j=0; j 10000 && !mr)
    -				fprintf(stdout," %11.2fk",results[k][j]/1e3);
    -			else
    -				fprintf(stdout,mr ? ":%.2f" : " %11.2f ",results[k][j]);
    -			}
    -		fprintf(stdout,"\n");
    -		}
    -#ifndef OPENSSL_NO_RSA
    -	j=1;
    -	for (k=0; k 10000 && !mr)
    +                fprintf(stdout, " %11.2fk", results[k][j] / 1e3);
    +            else
    +                fprintf(stdout, mr ? ":%.2f" : " %11.2f ", results[k][j]);
    +        }
    +        fprintf(stdout, "\n");
    +    }
    +# ifndef OPENSSL_NO_RSA
    +    j = 1;
    +    for (k = 0; k < RSA_NUM; k++) {
    +        if (!rsa_doit[k])
    +            continue;
    +        if (j && !mr) {
    +            printf("%18ssign    verify    sign/s verify/s\n", " ");
    +            j = 0;
    +        }
    +        if (mr)
    +            fprintf(stdout, "+F2:%u:%u:%f:%f\n",
    +                    k, rsa_bits[k], rsa_results[k][0], rsa_results[k][1]);
    +        else
    +            fprintf(stdout, "rsa %4u bits %8.6fs %8.6fs %8.1f %8.1f\n",
    +                    rsa_bits[k], rsa_results[k][0], rsa_results[k][1],
    +                    1.0 / rsa_results[k][0], 1.0 / rsa_results[k][1]);
    +    }
    +# endif
    +# ifndef OPENSSL_NO_DSA
    +    j = 1;
    +    for (k = 0; k < DSA_NUM; k++) {
    +        if (!dsa_doit[k])
    +            continue;
    +        if (j && !mr) {
    +            printf("%18ssign    verify    sign/s verify/s\n", " ");
    +            j = 0;
    +        }
    +        if (mr)
    +            fprintf(stdout, "+F3:%u:%u:%f:%f\n",
    +                    k, dsa_bits[k], dsa_results[k][0], dsa_results[k][1]);
    +        else
    +            fprintf(stdout, "dsa %4u bits %8.6fs %8.6fs %8.1f %8.1f\n",
    +                    dsa_bits[k], dsa_results[k][0], dsa_results[k][1],
    +                    1.0 / dsa_results[k][0], 1.0 / dsa_results[k][1]);
    +    }
    +# endif
    +# ifndef OPENSSL_NO_ECDSA
    +    j = 1;
    +    for (k = 0; k < EC_NUM; k++) {
    +        if (!ecdsa_doit[k])
    +            continue;
    +        if (j && !mr) {
    +            printf("%30ssign    verify    sign/s verify/s\n", " ");
    +            j = 0;
    +        }
     
    -#ifndef OPENSSL_NO_ECDSA
    -	for (i=0; inid);
    +
    +    for (j = 0; j < num; j++) {
    +        print_message(alg_name, 0, mblengths[j]);
    +        Time_F(START);
    +        for (count = 0, run = 1; run && count < 0x7fffffff; count++) {
    +            unsigned char aad[13];
    +            EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM mb_param;
    +            size_t len = mblengths[j];
    +            int packlen;
    +
    +            memset(aad, 0, 8);  /* avoid uninitialized values */
    +            aad[8] = 23;        /* SSL3_RT_APPLICATION_DATA */
    +            aad[9] = 3;         /* version */
    +            aad[10] = 2;
    +            aad[11] = 0;        /* length */
    +            aad[12] = 0;
    +            mb_param.out = NULL;
    +            mb_param.inp = aad;
    +            mb_param.len = len;
    +            mb_param.interleave = 8;
    +
    +            packlen = EVP_CIPHER_CTX_ctrl(&ctx,
    +                                          EVP_CTRL_TLS1_1_MULTIBLOCK_AAD,
    +                                          sizeof(mb_param), &mb_param);
    +
    +            if (packlen > 0) {
    +                mb_param.out = out;
    +                mb_param.inp = inp;
    +                mb_param.len = len;
    +                EVP_CIPHER_CTX_ctrl(&ctx,
    +                                    EVP_CTRL_TLS1_1_MULTIBLOCK_ENCRYPT,
    +                                    sizeof(mb_param), &mb_param);
    +            } else {
    +                int pad;
    +
    +                RAND_bytes(out, 16);
    +                len += 16;
    +                aad[11] = len >> 8;
    +                aad[12] = len;
    +                pad = EVP_CIPHER_CTX_ctrl(&ctx,
    +                                          EVP_CTRL_AEAD_TLS1_AAD, 13, aad);
    +                EVP_Cipher(&ctx, out, inp, len + pad);
    +            }
    +        }
    +        d = Time_F(STOP);
    +        BIO_printf(bio_err,
    +                   mr ? "+R:%d:%s:%f\n"
    +                   : "%d %s's in %.2fs\n", count, "evp", d);
    +        results[D_EVP][j] = ((double)count) / d * mblengths[j];
    +    }
    +
    +    if (mr) {
    +        fprintf(stdout, "+H");
    +        for (j = 0; j < num; j++)
    +            fprintf(stdout, ":%d", mblengths[j]);
    +        fprintf(stdout, "\n");
    +        fprintf(stdout, "+F:%d:%s", D_EVP, alg_name);
    +        for (j = 0; j < num; j++)
    +            fprintf(stdout, ":%.2f", results[D_EVP][j]);
    +        fprintf(stdout, "\n");
    +    } else {
    +        fprintf(stdout,
    +                "The 'numbers' are in 1000s of bytes per second processed.\n");
    +        fprintf(stdout, "type                    ");
    +        for (j = 0; j < num; j++)
    +            fprintf(stdout, "%7d bytes", mblengths[j]);
    +        fprintf(stdout, "\n");
    +        fprintf(stdout, "%-24s", alg_name);
    +
    +        for (j = 0; j < num; j++) {
    +            if (results[D_EVP][j] > 10000)
    +                fprintf(stdout, " %11.2fk", results[D_EVP][j] / 1e3);
    +            else
    +                fprintf(stdout, " %11.2f ", results[D_EVP][j]);
    +        }
    +        fprintf(stdout, "\n");
    +    }
    +
    +    OPENSSL_free(inp);
    +    OPENSSL_free(out);
    +}
     #endif
    diff --git a/openssl/apps/spkac.c b/openssl/apps/spkac.c
    index 0e01ea994..8b06ec4d6 100644
    --- a/openssl/apps/spkac.c
    +++ b/openssl/apps/spkac.c
    @@ -1,8 +1,8 @@
     /* apps/spkac.c */
     
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999. Based on an original idea by Massimiliano Pala
    - * (madwolf@openca.org).
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999. Based on an original idea by Massimiliano Pala (madwolf@openca.org).
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -12,7 +12,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -71,238 +71,242 @@
     #include 
     
     #undef PROG
    -#define PROG	spkac_main
    +#define PROG    spkac_main
     
    -/* -in arg	- input file - default stdin
    - * -out arg	- output file - default stdout
    +/*-
    + * -in arg      - input file - default stdin
    + * -out arg     - output file - default stdout
      */
     
     int MAIN(int, char **);
     
     int MAIN(int argc, char **argv)
    -	{
    -	ENGINE *e = NULL;
    -	int i,badops=0, ret = 1;
    -	BIO *in = NULL,*out = NULL;
    -	int verify=0,noout=0,pubkey=0;
    -	char *infile = NULL,*outfile = NULL,*prog;
    -	char *passargin = NULL, *passin = NULL;
    -	const char *spkac = "SPKAC", *spksect = "default";
    -	char *spkstr = NULL;
    -	char *challenge = NULL, *keyfile = NULL;
    -	CONF *conf = NULL;
    -	NETSCAPE_SPKI *spki = NULL;
    -	EVP_PKEY *pkey = NULL;
    +{
    +    ENGINE *e = NULL;
    +    int i, badops = 0, ret = 1;
    +    BIO *in = NULL, *out = NULL;
    +    int verify = 0, noout = 0, pubkey = 0;
    +    char *infile = NULL, *outfile = NULL, *prog;
    +    char *passargin = NULL, *passin = NULL;
    +    const char *spkac = "SPKAC", *spksect = "default";
    +    char *spkstr = NULL;
    +    char *challenge = NULL, *keyfile = NULL;
    +    CONF *conf = NULL;
    +    NETSCAPE_SPKI *spki = NULL;
    +    EVP_PKEY *pkey = NULL;
     #ifndef OPENSSL_NO_ENGINE
    -	char *engine=NULL;
    +    char *engine = NULL;
     #endif
     
    -	apps_startup();
    +    apps_startup();
     
    -	if (!bio_err) bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
    +    if (!bio_err)
    +        bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
     
    -	if (!load_config(bio_err, NULL))
    -		goto end;
    +    if (!load_config(bio_err, NULL))
    +        goto end;
     
    -	prog=argv[0];
    -	argc--;
    -	argv++;
    -	while (argc >= 1)
    -		{
    -		if (strcmp(*argv,"-in") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			infile= *(++argv);
    -			}
    -		else if (strcmp(*argv,"-out") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			outfile= *(++argv);
    -			}
    -		else if (strcmp(*argv,"-passin") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			passargin= *(++argv);
    -			}
    -		else if (strcmp(*argv,"-key") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			keyfile= *(++argv);
    -			}
    -		else if (strcmp(*argv,"-challenge") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			challenge= *(++argv);
    -			}
    -		else if (strcmp(*argv,"-spkac") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			spkac= *(++argv);
    -			}
    -		else if (strcmp(*argv,"-spksect") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			spksect= *(++argv);
    -			}
    +    prog = argv[0];
    +    argc--;
    +    argv++;
    +    while (argc >= 1) {
    +        if (strcmp(*argv, "-in") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            infile = *(++argv);
    +        } else if (strcmp(*argv, "-out") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            outfile = *(++argv);
    +        } else if (strcmp(*argv, "-passin") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            passargin = *(++argv);
    +        } else if (strcmp(*argv, "-key") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            keyfile = *(++argv);
    +        } else if (strcmp(*argv, "-challenge") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            challenge = *(++argv);
    +        } else if (strcmp(*argv, "-spkac") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            spkac = *(++argv);
    +        } else if (strcmp(*argv, "-spksect") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            spksect = *(++argv);
    +        }
     #ifndef OPENSSL_NO_ENGINE
    -		else if (strcmp(*argv,"-engine") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			engine= *(++argv);
    -			}
    +        else if (strcmp(*argv, "-engine") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            engine = *(++argv);
    +        }
     #endif
    -		else if (strcmp(*argv,"-noout") == 0)
    -			noout=1;
    -		else if (strcmp(*argv,"-pubkey") == 0)
    -			pubkey=1;
    -		else if (strcmp(*argv,"-verify") == 0)
    -			verify=1;
    -		else badops = 1;
    -		argc--;
    -		argv++;
    -		}
    +        else if (strcmp(*argv, "-noout") == 0)
    +            noout = 1;
    +        else if (strcmp(*argv, "-pubkey") == 0)
    +            pubkey = 1;
    +        else if (strcmp(*argv, "-verify") == 0)
    +            verify = 1;
    +        else
    +            badops = 1;
    +        argc--;
    +        argv++;
    +    }
     
    -	if (badops)
    -		{
    -bad:
    -		BIO_printf(bio_err,"%s [options]\n",prog);
    -		BIO_printf(bio_err,"where options are\n");
    -		BIO_printf(bio_err," -in arg        input file\n");
    -		BIO_printf(bio_err," -out arg       output file\n");
    -		BIO_printf(bio_err," -key arg       create SPKAC using private key\n");
    -		BIO_printf(bio_err," -passin arg    input file pass phrase source\n");
    -		BIO_printf(bio_err," -challenge arg challenge string\n");
    -		BIO_printf(bio_err," -spkac arg     alternative SPKAC name\n");
    -		BIO_printf(bio_err," -noout         don't print SPKAC\n");
    -		BIO_printf(bio_err," -pubkey        output public key\n");
    -		BIO_printf(bio_err," -verify        verify SPKAC signature\n");
    +    if (badops) {
    + bad:
    +        BIO_printf(bio_err, "%s [options]\n", prog);
    +        BIO_printf(bio_err, "where options are\n");
    +        BIO_printf(bio_err, " -in arg        input file\n");
    +        BIO_printf(bio_err, " -out arg       output file\n");
    +        BIO_printf(bio_err,
    +                   " -key arg       create SPKAC using private key\n");
    +        BIO_printf(bio_err,
    +                   " -passin arg    input file pass phrase source\n");
    +        BIO_printf(bio_err, " -challenge arg challenge string\n");
    +        BIO_printf(bio_err, " -spkac arg     alternative SPKAC name\n");
    +        BIO_printf(bio_err, " -noout         don't print SPKAC\n");
    +        BIO_printf(bio_err, " -pubkey        output public key\n");
    +        BIO_printf(bio_err, " -verify        verify SPKAC signature\n");
     #ifndef OPENSSL_NO_ENGINE
    -		BIO_printf(bio_err," -engine e      use engine e, possibly a hardware device.\n");
    +        BIO_printf(bio_err,
    +                   " -engine e      use engine e, possibly a hardware device.\n");
     #endif
    -		goto end;
    -		}
    -
    -	ERR_load_crypto_strings();
    -	if(!app_passwd(bio_err, passargin, NULL, &passin, NULL)) {
    -		BIO_printf(bio_err, "Error getting password\n");
    -		goto end;
    -	}
    +        goto end;
    +    }
     
    +    ERR_load_crypto_strings();
    +    if (!app_passwd(bio_err, passargin, NULL, &passin, NULL)) {
    +        BIO_printf(bio_err, "Error getting password\n");
    +        goto end;
    +    }
     #ifndef OPENSSL_NO_ENGINE
    -        e = setup_engine(bio_err, engine, 0);
    +    e = setup_engine(bio_err, engine, 0);
     #endif
     
    -	if(keyfile) {
    -		pkey = load_key(bio_err,
    -				strcmp(keyfile, "-") ? keyfile : NULL,
    -				FORMAT_PEM, 1, passin, e, "private key");
    -		if(!pkey) {
    -			goto end;
    -		}
    -		spki = NETSCAPE_SPKI_new();
    -		if(challenge) ASN1_STRING_set(spki->spkac->challenge,
    -						 challenge, (int)strlen(challenge));
    -		NETSCAPE_SPKI_set_pubkey(spki, pkey);
    -		NETSCAPE_SPKI_sign(spki, pkey, EVP_md5());
    -		spkstr = NETSCAPE_SPKI_b64_encode(spki);
    +    if (keyfile) {
    +        pkey = load_key(bio_err,
    +                        strcmp(keyfile, "-") ? keyfile : NULL,
    +                        FORMAT_PEM, 1, passin, e, "private key");
    +        if (!pkey) {
    +            goto end;
    +        }
    +        spki = NETSCAPE_SPKI_new();
    +        if (challenge)
    +            ASN1_STRING_set(spki->spkac->challenge,
    +                            challenge, (int)strlen(challenge));
    +        NETSCAPE_SPKI_set_pubkey(spki, pkey);
    +        NETSCAPE_SPKI_sign(spki, pkey, EVP_md5());
    +        spkstr = NETSCAPE_SPKI_b64_encode(spki);
     
    -		if (outfile) out = BIO_new_file(outfile, "w");
    -		else {
    -			out = BIO_new_fp(stdout, BIO_NOCLOSE);
    +        if (outfile)
    +            out = BIO_new_file(outfile, "w");
    +        else {
    +            out = BIO_new_fp(stdout, BIO_NOCLOSE);
     #ifdef OPENSSL_SYS_VMS
    -			{
    -			    BIO *tmpbio = BIO_new(BIO_f_linebuffer());
    -			    out = BIO_push(tmpbio, out);
    -			}
    +            {
    +                BIO *tmpbio = BIO_new(BIO_f_linebuffer());
    +                out = BIO_push(tmpbio, out);
    +            }
     #endif
    -		}
    +        }
    +
    +        if (!out) {
    +            BIO_printf(bio_err, "Error opening output file\n");
    +            ERR_print_errors(bio_err);
    +            goto end;
    +        }
    +        BIO_printf(out, "SPKAC=%s\n", spkstr);
    +        OPENSSL_free(spkstr);
    +        ret = 0;
    +        goto end;
    +    }
     
    -		if(!out) {
    -			BIO_printf(bio_err, "Error opening output file\n");
    -			ERR_print_errors(bio_err);
    -			goto end;
    -		}
    -		BIO_printf(out, "SPKAC=%s\n", spkstr);
    -		OPENSSL_free(spkstr);
    -		ret = 0;
    -		goto end;
    -	}
    +    if (infile)
    +        in = BIO_new_file(infile, "r");
    +    else
    +        in = BIO_new_fp(stdin, BIO_NOCLOSE);
     
    -	
    +    if (!in) {
    +        BIO_printf(bio_err, "Error opening input file\n");
    +        ERR_print_errors(bio_err);
    +        goto end;
    +    }
     
    -	if (infile) in = BIO_new_file(infile, "r");
    -	else in = BIO_new_fp(stdin, BIO_NOCLOSE);
    +    conf = NCONF_new(NULL);
    +    i = NCONF_load_bio(conf, in, NULL);
     
    -	if(!in) {
    -		BIO_printf(bio_err, "Error opening input file\n");
    -		ERR_print_errors(bio_err);
    -		goto end;
    -	}
    +    if (!i) {
    +        BIO_printf(bio_err, "Error parsing config file\n");
    +        ERR_print_errors(bio_err);
    +        goto end;
    +    }
     
    -	conf = NCONF_new(NULL);
    -	i = NCONF_load_bio(conf, in, NULL);
    +    spkstr = NCONF_get_string(conf, spksect, spkac);
     
    -	if(!i) {
    -		BIO_printf(bio_err, "Error parsing config file\n");
    -		ERR_print_errors(bio_err);
    -		goto end;
    -	}
    +    if (!spkstr) {
    +        BIO_printf(bio_err, "Can't find SPKAC called \"%s\"\n", spkac);
    +        ERR_print_errors(bio_err);
    +        goto end;
    +    }
     
    -	spkstr = NCONF_get_string(conf, spksect, spkac);
    -		
    -	if(!spkstr) {
    -		BIO_printf(bio_err, "Can't find SPKAC called \"%s\"\n", spkac);
    -		ERR_print_errors(bio_err);
    -		goto end;
    -	}
    +    spki = NETSCAPE_SPKI_b64_decode(spkstr, -1);
     
    -	spki = NETSCAPE_SPKI_b64_decode(spkstr, -1);
    -	
    -	if(!spki) {
    -		BIO_printf(bio_err, "Error loading SPKAC\n");
    -		ERR_print_errors(bio_err);
    -		goto end;
    -	}
    +    if (!spki) {
    +        BIO_printf(bio_err, "Error loading SPKAC\n");
    +        ERR_print_errors(bio_err);
    +        goto end;
    +    }
     
    -	if (outfile) out = BIO_new_file(outfile, "w");
    -	else {
    -		out = BIO_new_fp(stdout, BIO_NOCLOSE);
    +    if (outfile)
    +        out = BIO_new_file(outfile, "w");
    +    else {
    +        out = BIO_new_fp(stdout, BIO_NOCLOSE);
     #ifdef OPENSSL_SYS_VMS
    -		{
    -		    BIO *tmpbio = BIO_new(BIO_f_linebuffer());
    -		    out = BIO_push(tmpbio, out);
    -		}
    +        {
    +            BIO *tmpbio = BIO_new(BIO_f_linebuffer());
    +            out = BIO_push(tmpbio, out);
    +        }
     #endif
    -	}
    +    }
     
    -	if(!out) {
    -		BIO_printf(bio_err, "Error opening output file\n");
    -		ERR_print_errors(bio_err);
    -		goto end;
    -	}
    +    if (!out) {
    +        BIO_printf(bio_err, "Error opening output file\n");
    +        ERR_print_errors(bio_err);
    +        goto end;
    +    }
     
    -	if(!noout) NETSCAPE_SPKI_print(out, spki);
    -	pkey = NETSCAPE_SPKI_get_pubkey(spki);
    -	if(verify) {
    -		i = NETSCAPE_SPKI_verify(spki, pkey);
    -		if (i > 0) BIO_printf(bio_err, "Signature OK\n");
    -		else {
    -			BIO_printf(bio_err, "Signature Failure\n");
    -			ERR_print_errors(bio_err);
    -			goto end;
    -		}
    -	}
    -	if(pubkey) PEM_write_bio_PUBKEY(out, pkey);
    +    if (!noout)
    +        NETSCAPE_SPKI_print(out, spki);
    +    pkey = NETSCAPE_SPKI_get_pubkey(spki);
    +    if (verify) {
    +        i = NETSCAPE_SPKI_verify(spki, pkey);
    +        if (i > 0)
    +            BIO_printf(bio_err, "Signature OK\n");
    +        else {
    +            BIO_printf(bio_err, "Signature Failure\n");
    +            ERR_print_errors(bio_err);
    +            goto end;
    +        }
    +    }
    +    if (pubkey)
    +        PEM_write_bio_PUBKEY(out, pkey);
     
    -	ret = 0;
    +    ret = 0;
     
    -end:
    -	NCONF_free(conf);
    -	NETSCAPE_SPKI_free(spki);
    -	BIO_free(in);
    -	BIO_free_all(out);
    -	EVP_PKEY_free(pkey);
    -	if(passin) OPENSSL_free(passin);
    -	apps_shutdown();
    -	OPENSSL_EXIT(ret);
    -	}
    + end:
    +    NCONF_free(conf);
    +    NETSCAPE_SPKI_free(spki);
    +    BIO_free(in);
    +    BIO_free_all(out);
    +    EVP_PKEY_free(pkey);
    +    if (passin)
    +        OPENSSL_free(passin);
    +    apps_shutdown();
    +    OPENSSL_EXIT(ret);
    +}
    diff --git a/openssl/apps/srp.c b/openssl/apps/srp.c
    index 9c7ae184d..47b45fbf9 100644
    --- a/openssl/apps/srp.c
    +++ b/openssl/apps/srp.c
    @@ -1,6 +1,7 @@
     /* apps/srp.c */
    -/* Written by Peter Sylvester (peter.sylvester@edelweb.fr)  
    - * for the EdelKey project and contributed to the OpenSSL project 2004.
    +/*
    + * Written by Peter Sylvester (peter.sylvester@edelweb.fr) for the EdelKey
    + * project and contributed to the OpenSSL project 2004.
      */
     /* ====================================================================
      * Copyright (c) 2004 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -58,699 +59,702 @@
     #include 
     
     #ifndef OPENSSL_NO_SRP
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -
    -#include "apps.h"
    -
    -#undef PROG
    -#define PROG srp_main
    -
    -#define BASE_SECTION	"srp"
    -#define CONFIG_FILE "openssl.cnf"
    -
    -#define ENV_RANDFILE		"RANDFILE"
    -
    -#define ENV_DATABASE		"srpvfile"
    -#define ENV_DEFAULT_SRP		"default_srp"
    -
    -static char *srp_usage[]={
    -"usage: srp [args] [user] \n",
    -"\n",
    -" -verbose        Talk alot while doing things\n",
    -" -config file    A config file\n",
    -" -name arg       The particular srp definition to use\n",
    -" -srpvfile arg   The srp verifier file name\n",
    -" -add            add an user and srp verifier\n",
    -" -modify         modify the srp verifier of an existing user\n",
    -" -delete         delete user from verifier file\n",
    -" -list           list user\n",
    -" -gn arg         g and N values to be used for new verifier\n",
    -" -userinfo arg   additional info to be set for user\n",
    -" -passin arg     input file pass phrase source\n",
    -" -passout arg    output file pass phrase source\n",
    -#ifndef OPENSSL_NO_ENGINE
    -" -engine e         - use engine e, possibly a hardware device.\n",
    -#endif
    -NULL
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
    +
    +# include "apps.h"
    +
    +# undef PROG
    +# define PROG srp_main
    +
    +# define BASE_SECTION    "srp"
    +# define CONFIG_FILE "openssl.cnf"
    +
    +# define ENV_RANDFILE            "RANDFILE"
    +
    +# define ENV_DATABASE            "srpvfile"
    +# define ENV_DEFAULT_SRP         "default_srp"
    +
    +static char *srp_usage[] = {
    +    "usage: srp [args] [user] \n",
    +    "\n",
    +    " -verbose        Talk alot while doing things\n",
    +    " -config file    A config file\n",
    +    " -name arg       The particular srp definition to use\n",
    +    " -srpvfile arg   The srp verifier file name\n",
    +    " -add            add an user and srp verifier\n",
    +    " -modify         modify the srp verifier of an existing user\n",
    +    " -delete         delete user from verifier file\n",
    +    " -list           list user\n",
    +    " -gn arg         g and N values to be used for new verifier\n",
    +    " -userinfo arg   additional info to be set for user\n",
    +    " -passin arg     input file pass phrase source\n",
    +    " -passout arg    output file pass phrase source\n",
    +# ifndef OPENSSL_NO_ENGINE
    +    " -engine e         - use engine e, possibly a hardware device.\n",
    +# endif
    +    NULL
     };
     
    -#ifdef EFENCE
    +# ifdef EFENCE
     extern int EF_PROTECT_FREE;
     extern int EF_PROTECT_BELOW;
     extern int EF_ALIGNMENT;
    -#endif
    +# endif
     
    -static CONF *conf=NULL;
    -static char *section=NULL;
    -
    -#define VERBOSE if (verbose) 
    -#define VVERBOSE if (verbose>1) 
    +static CONF *conf = NULL;
    +static char *section = NULL;
     
    +# define VERBOSE if (verbose)
    +# define VVERBOSE if (verbose>1)
     
     int MAIN(int, char **);
     
    -static int get_index(CA_DB *db, char* id, char type)
    -	{
    -	char ** pp;
    -	int i;
    -	if (id == NULL) return -1;
    -	if (type == DB_SRP_INDEX) 
    -	for (i = 0; i < sk_OPENSSL_PSTRING_num(db->db->data); i++)
    -		{
    -		pp = sk_OPENSSL_PSTRING_value(db->db->data,i);
    -		if (pp[DB_srptype][0] == DB_SRP_INDEX  && !strcmp(id,pp[DB_srpid])) 
    -			return i;
    -		}
    -	else for (i = 0; i < sk_OPENSSL_PSTRING_num(db->db->data); i++)
    -		{
    -		pp = sk_OPENSSL_PSTRING_value(db->db->data,i);
    -
    -		if (pp[DB_srptype][0] != DB_SRP_INDEX && !strcmp(id,pp[DB_srpid])) 
    -			return i;
    -		}
    -
    -	return -1 ; 
    -	}
    +static int get_index(CA_DB *db, char *id, char type)
    +{
    +    char **pp;
    +    int i;
    +    if (id == NULL)
    +        return -1;
    +    if (type == DB_SRP_INDEX)
    +        for (i = 0; i < sk_OPENSSL_PSTRING_num(db->db->data); i++) {
    +            pp = sk_OPENSSL_PSTRING_value(db->db->data, i);
    +            if (pp[DB_srptype][0] == DB_SRP_INDEX
    +                && !strcmp(id, pp[DB_srpid]))
    +                return i;
    +    } else
    +        for (i = 0; i < sk_OPENSSL_PSTRING_num(db->db->data); i++) {
    +            pp = sk_OPENSSL_PSTRING_value(db->db->data, i);
    +
    +            if (pp[DB_srptype][0] != DB_SRP_INDEX
    +                && !strcmp(id, pp[DB_srpid]))
    +                return i;
    +        }
    +
    +    return -1;
    +}
     
     static void print_entry(CA_DB *db, BIO *bio, int indx, int verbose, char *s)
    -	{
    -	if (indx >= 0 && verbose)
    -		{
    -		int j;
    -		char **pp = sk_OPENSSL_PSTRING_value(db->db->data, indx);
    -		BIO_printf(bio, "%s \"%s\"\n", s, pp[DB_srpid]);
    -		for (j = 0; j < DB_NUMBER; j++)
    -			{
    -			BIO_printf(bio_err,"  %d = \"%s\"\n", j, pp[j]);
    -			}
    -		}
    -	}
    +{
    +    if (indx >= 0 && verbose) {
    +        int j;
    +        char **pp = sk_OPENSSL_PSTRING_value(db->db->data, indx);
    +        BIO_printf(bio, "%s \"%s\"\n", s, pp[DB_srpid]);
    +        for (j = 0; j < DB_NUMBER; j++) {
    +            BIO_printf(bio_err, "  %d = \"%s\"\n", j, pp[j]);
    +        }
    +    }
    +}
     
     static void print_index(CA_DB *db, BIO *bio, int indexindex, int verbose)
    -	{
    -	print_entry(db, bio, indexindex, verbose, "g N entry") ;
    -	}
    +{
    +    print_entry(db, bio, indexindex, verbose, "g N entry");
    +}
     
     static void print_user(CA_DB *db, BIO *bio, int userindex, int verbose)
    -	{
    -	if (verbose > 0)
    -		{
    -		char **pp = sk_OPENSSL_PSTRING_value(db->db->data,userindex);
    +{
    +    if (verbose > 0) {
    +        char **pp = sk_OPENSSL_PSTRING_value(db->db->data, userindex);
     
    -		if (pp[DB_srptype][0] != 'I')
    -			{
    -			print_entry(db, bio, userindex, verbose, "User entry");
    -			print_entry(db, bio, get_index(db, pp[DB_srpgN], 'I'), verbose, "g N entry");
    -			}
    +        if (pp[DB_srptype][0] != 'I') {
    +            print_entry(db, bio, userindex, verbose, "User entry");
    +            print_entry(db, bio, get_index(db, pp[DB_srpgN], 'I'), verbose,
    +                        "g N entry");
    +        }
     
    -		}
    -	}
    +    }
    +}
     
     static int update_index(CA_DB *db, BIO *bio, char **row)
    -	{
    -	char ** irow;
    -	int i;
    -
    -	if ((irow=(char **)OPENSSL_malloc(sizeof(char *)*(DB_NUMBER+1))) == NULL)
    -		{
    -		BIO_printf(bio_err,"Memory allocation failure\n");
    -		return 0;
    -		}
    -
    -	for (i=0; idb,irow))
    -		{
    -		BIO_printf(bio,"failed to update srpvfile\n");
    -		BIO_printf(bio,"TXT_DB error number %ld\n",db->db->error);
    -		OPENSSL_free(irow);
    -		return 0;
    -		}
    -	return 1;
    -	}
    +{
    +    char **irow;
    +    int i;
    +
    +    if ((irow =
    +         (char **)OPENSSL_malloc(sizeof(char *) * (DB_NUMBER + 1))) == NULL) {
    +        BIO_printf(bio_err, "Memory allocation failure\n");
    +        return 0;
    +    }
    +
    +    for (i = 0; i < DB_NUMBER; i++) {
    +        irow[i] = row[i];
    +        row[i] = NULL;
    +    }
    +    irow[DB_NUMBER] = NULL;
    +
    +    if (!TXT_DB_insert(db->db, irow)) {
    +        BIO_printf(bio, "failed to update srpvfile\n");
    +        BIO_printf(bio, "TXT_DB error number %ld\n", db->db->error);
    +        OPENSSL_free(irow);
    +        return 0;
    +    }
    +    return 1;
    +}
     
     static void lookup_fail(const char *name, char *tag)
    -	{
    -	BIO_printf(bio_err,"variable lookup failed for %s::%s\n",name,tag);
    -	}
    -
    +{
    +    BIO_printf(bio_err, "variable lookup failed for %s::%s\n", name, tag);
    +}
     
     static char *srp_verify_user(const char *user, const char *srp_verifier,
    -			     char *srp_usersalt, const char *g, const char *N,
    -			     const char *passin, BIO *bio, int verbose)
    -	{
    -	char password[1024];
    -	PW_CB_DATA cb_tmp;
    -	char *verifier = NULL;
    -	char *gNid = NULL;
    -
    -	cb_tmp.prompt_info = user;
    -	cb_tmp.password = passin;
    -
    - 	if (password_callback(password, 1024, 0, &cb_tmp) >0)
    -		{
    -		VERBOSE BIO_printf(bio,"Validating\n   user=\"%s\"\n srp_verifier=\"%s\"\n srp_usersalt=\"%s\"\n g=\"%s\"\n N=\"%s\"\n",user,srp_verifier,srp_usersalt, g, N);
    -		BIO_printf(bio, "Pass %s\n", password);
    -
    -		if (!(gNid=SRP_create_verifier(user, password, &srp_usersalt, &verifier, N, g)))
    -			{
    -			BIO_printf(bio, "Internal error validating SRP verifier\n");
    -			}
    -		else
    -			{
    -			if (strcmp(verifier, srp_verifier))
    -				gNid = NULL;
    -			OPENSSL_free(verifier);
    -			}
    -		}
    -	return gNid;
    -	}
    +                             char *srp_usersalt, const char *g, const char *N,
    +                             const char *passin, BIO *bio, int verbose)
    +{
    +    char password[1024];
    +    PW_CB_DATA cb_tmp;
    +    char *verifier = NULL;
    +    char *gNid = NULL;
    +
    +    cb_tmp.prompt_info = user;
    +    cb_tmp.password = passin;
    +
    +    if (password_callback(password, 1024, 0, &cb_tmp) > 0) {
    +        VERBOSE BIO_printf(bio,
    +                           "Validating\n   user=\"%s\"\n srp_verifier=\"%s\"\n srp_usersalt=\"%s\"\n g=\"%s\"\n N=\"%s\"\n",
    +                           user, srp_verifier, srp_usersalt, g, N);
    +        BIO_printf(bio, "Pass %s\n", password);
    +
    +        if (!
    +            (gNid =
    +             SRP_create_verifier(user, password, &srp_usersalt, &verifier, N,
    +                                 g))) {
    +            BIO_printf(bio, "Internal error validating SRP verifier\n");
    +        } else {
    +            if (strcmp(verifier, srp_verifier))
    +                gNid = NULL;
    +            OPENSSL_free(verifier);
    +        }
    +    }
    +    return gNid;
    +}
     
     static char *srp_create_user(char *user, char **srp_verifier,
    -			     char **srp_usersalt, char *g, char *N,
    -			     char *passout, BIO *bio, int verbose)
    -	{
    - 	char password[1024];
    -        PW_CB_DATA cb_tmp;
    -	char *gNid = NULL;
    -	char *salt = NULL;
    -        cb_tmp.prompt_info = user;
    -        cb_tmp.password = passout;
    -
    -	if (password_callback(password,1024,1,&cb_tmp) >0)
    -		{
    -		VERBOSE BIO_printf(bio,"Creating\n user=\"%s\"\n g=\"%s\"\n N=\"%s\"\n",user,g,N);
    -		if (!(gNid =SRP_create_verifier(user, password, &salt, srp_verifier, N, g)))
    -			{
    -			BIO_printf(bio,"Internal error creating SRP verifier\n");
    -			}
    -		else 
    -			*srp_usersalt = salt;
    -		VVERBOSE BIO_printf(bio,"gNid=%s salt =\"%s\"\n verifier =\"%s\"\n", gNid,salt, *srp_verifier);
    -
    -		}
    -	return gNid;
    -	}
    +                             char **srp_usersalt, char *g, char *N,
    +                             char *passout, BIO *bio, int verbose)
    +{
    +    char password[1024];
    +    PW_CB_DATA cb_tmp;
    +    char *gNid = NULL;
    +    char *salt = NULL;
    +    cb_tmp.prompt_info = user;
    +    cb_tmp.password = passout;
    +
    +    if (password_callback(password, 1024, 1, &cb_tmp) > 0) {
    +        VERBOSE BIO_printf(bio,
    +                           "Creating\n user=\"%s\"\n g=\"%s\"\n N=\"%s\"\n",
    +                           user, g, N);
    +        if (!
    +            (gNid =
    +             SRP_create_verifier(user, password, &salt, srp_verifier, N,
    +                                 g))) {
    +            BIO_printf(bio, "Internal error creating SRP verifier\n");
    +        } else
    +            *srp_usersalt = salt;
    +        VVERBOSE BIO_printf(bio, "gNid=%s salt =\"%s\"\n verifier =\"%s\"\n",
    +                            gNid, salt, *srp_verifier);
    +
    +    }
    +    return gNid;
    +}
     
     int MAIN(int argc, char **argv)
    -	{
    -	int add_user = 0;
    -	int list_user= 0;
    -	int delete_user= 0;
    -	int modify_user= 0;
    -	char * user = NULL;
    -
    -	char *passargin = NULL, *passargout = NULL;
    -	char *passin = NULL, *passout = NULL;
    -        char * gN = NULL;
    -	int gNindex = -1;
    -	char ** gNrow = NULL;
    -	int maxgN = -1;
    -
    -	char * userinfo = NULL;
    -
    -	int badops=0;
    -	int ret=1;
    -	int errors=0;
    -	int verbose=0;
    -	int doupdatedb=0;
    -	char *configfile=NULL;
    -	char *dbfile=NULL;
    -	CA_DB *db=NULL;
    -	char **pp ;
    -	int i;
    -	long errorline = -1;
    -	char *randfile=NULL;
    -#ifndef OPENSSL_NO_ENGINE
    -	char *engine = NULL;
    -#endif
    -	char *tofree=NULL;
    -	DB_ATTR db_attr;
    -
    -#ifdef EFENCE
    -EF_PROTECT_FREE=1;
    -EF_PROTECT_BELOW=1;
    -EF_ALIGNMENT=0;
    -#endif
    -
    -	apps_startup();
    -
    -	conf = NULL;
    -	section = NULL;
    -
    -	if (bio_err == NULL)
    -		if ((bio_err=BIO_new(BIO_s_file())) != NULL)
    -			BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
    -
    -	argc--;
    -	argv++;
    -	while (argc >= 1 && badops == 0)
    -		{
    -		if	(strcmp(*argv,"-verbose") == 0)
    -			verbose++;
    -		else if	(strcmp(*argv,"-config") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			configfile= *(++argv);
    -			}
    -		else if (strcmp(*argv,"-name") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			section= *(++argv);
    -			}
    -		else if	(strcmp(*argv,"-srpvfile") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			dbfile= *(++argv);
    -			}
    -		else if (strcmp(*argv,"-add") == 0)
    -			add_user=1;
    -		else if (strcmp(*argv,"-delete") == 0)
    -			delete_user=1;
    -		else if (strcmp(*argv,"-modify") == 0)
    -			modify_user=1;
    -		else if (strcmp(*argv,"-list") == 0)
    -			list_user=1;
    -		else if (strcmp(*argv,"-gn") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			gN= *(++argv);
    -			}
    -		else if (strcmp(*argv,"-userinfo") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			userinfo= *(++argv);
    -			}
    -		else if (strcmp(*argv,"-passin") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			passargin= *(++argv);
    -			}
    -		else if (strcmp(*argv,"-passout") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			passargout= *(++argv);
    -			}
    -#ifndef OPENSSL_NO_ENGINE
    -		else if (strcmp(*argv,"-engine") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			engine= *(++argv);
    -			}
    -#endif
    -
    -		else if (**argv == '-')
    -			{
    -bad:
    -			BIO_printf(bio_err,"unknown option %s\n",*argv);
    -			badops=1;
    -			break;
    -			}
    -		else 
    -			break;
    -	
    -		argc--;
    -		argv++;
    -		}
    -
    -	if (dbfile && configfile)
    -		{
    -		BIO_printf(bio_err,"-dbfile and -configfile cannot be specified together.\n");
    -		badops = 1;
    -		}
    -	if (add_user+delete_user+modify_user+list_user != 1)
    -		{
    -		BIO_printf(bio_err,"Exactly one of the options -add, -delete, -modify -list must be specified.\n");
    -		badops = 1;
    -		}
    -	if (delete_user+modify_user+delete_user== 1 && argc <= 0)
    -		{
    -		BIO_printf(bio_err,"Need at least one user for options -add, -delete, -modify. \n");
    -		badops = 1;
    -		}
    -	if ((passin || passout) && argc != 1 )
    -		{
    -		BIO_printf(bio_err,"-passin, -passout arguments only valid with one user.\n");
    -		badops = 1;
    -		}
    -
    -	if (badops)
    -		{
    -		for (pp=srp_usage; (*pp != NULL); pp++)
    -			BIO_printf(bio_err,"%s",*pp);
    -
    -		BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
    -		BIO_printf(bio_err,"                 load the file (or the files in the directory) into\n");
    -		BIO_printf(bio_err,"                 the random number generator\n");
    -		goto err;
    -		}
    -
    -	ERR_load_crypto_strings();
    -
    -#ifndef OPENSSL_NO_ENGINE
    -	setup_engine(bio_err, engine, 0);
    -#endif
    -
    -	if(!app_passwd(bio_err, passargin, passargout, &passin, &passout))
    -		{
    -		BIO_printf(bio_err, "Error getting passwords\n");
    -		goto err;
    -		}
    -
    -        if (!dbfile)
    -		{
    -
    -
    -	/*****************************************************************/
    -		tofree=NULL;
    -		if (configfile == NULL) configfile = getenv("OPENSSL_CONF");
    -		if (configfile == NULL) configfile = getenv("SSLEAY_CONF");
    -		if (configfile == NULL)
    -			{
    -			const char *s=X509_get_default_cert_area();
    -			size_t len;
    -
    -#ifdef OPENSSL_SYS_VMS
    -			len = strlen(s)+sizeof(CONFIG_FILE);
    -			tofree=OPENSSL_malloc(len);
    -			strcpy(tofree,s);
    -#else
    -			len = strlen(s)+sizeof(CONFIG_FILE)+1;
    -			tofree=OPENSSL_malloc(len);
    -			BUF_strlcpy(tofree,s,len);
    -			BUF_strlcat(tofree,"/",len);
    -#endif
    -			BUF_strlcat(tofree,CONFIG_FILE,len);
    -			configfile=tofree;
    -			}
    -
    -		VERBOSE BIO_printf(bio_err,"Using configuration from %s\n",configfile);
    -		conf = NCONF_new(NULL);
    -		if (NCONF_load(conf,configfile,&errorline) <= 0)
    -			{
    -			if (errorline <= 0)
    -				BIO_printf(bio_err,"error loading the config file '%s'\n",
    -					configfile);
    -			else
    -				BIO_printf(bio_err,"error on line %ld of config file '%s'\n"
    -					,errorline,configfile);
    -			goto err;
    -			}
    -		if(tofree)
    -			{
    -			OPENSSL_free(tofree);
    -			tofree = NULL;
    -			}
    -
    -		if (!load_config(bio_err, conf))
    -			goto err;
    -
    -	/* Lets get the config section we are using */
    -		if (section == NULL)
    -			{
    -			VERBOSE BIO_printf(bio_err,"trying to read " ENV_DEFAULT_SRP " in \" BASE_SECTION \"\n");
    -
    -			section=NCONF_get_string(conf,BASE_SECTION,ENV_DEFAULT_SRP);
    -			if (section == NULL)
    -				{
    -				lookup_fail(BASE_SECTION,ENV_DEFAULT_SRP);
    -				goto err;
    -				}
    -			}
    -         
    -		if (randfile == NULL && conf)
    -	        	randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE");
    -
    -	
    -		VERBOSE BIO_printf(bio_err,"trying to read " ENV_DATABASE " in section \"%s\"\n",section);
    -
    -		if ((dbfile=NCONF_get_string(conf,section,ENV_DATABASE)) == NULL)
    -			{
    -			lookup_fail(section,ENV_DATABASE);
    -			goto err;
    -			}
    -
    -        	}
    -	if (randfile == NULL)
    -		ERR_clear_error();
    -       	else 
    -		app_RAND_load_file(randfile, bio_err, 0);
    -
    -	VERBOSE BIO_printf(bio_err,"Trying to read SRP verifier file \"%s\"\n",dbfile);
    -
    -	db = load_index(dbfile, &db_attr);
    -	if (db == NULL) goto err;
    -
    -	/* Lets check some fields */
    -	for (i = 0; i < sk_OPENSSL_PSTRING_num(db->db->data); i++)
    -		{
    -		pp = sk_OPENSSL_PSTRING_value(db->db->data, i);
    -	
    -		if (pp[DB_srptype][0] == DB_SRP_INDEX)
    -			{
    -			maxgN = i;
    -			if (gNindex < 0 && gN != NULL && !strcmp(gN, pp[DB_srpid]))
    -				gNindex = i;
    -
    -			print_index(db, bio_err, i, verbose > 1);
    -			}
    -		}
    -	
    -	VERBOSE BIO_printf(bio_err, "Database initialised\n");
    -
    -	if (gNindex >= 0)
    -		{
    -		gNrow = sk_OPENSSL_PSTRING_value(db->db->data,gNindex);
    -		print_entry(db, bio_err, gNindex, verbose > 1, "Default g and N");
    -		}
    -	else if (maxgN > 0 && !SRP_get_default_gN(gN))
    -		{
    -		BIO_printf(bio_err, "No g and N value for index \"%s\"\n", gN);
    -		goto err;
    -		}
    -	else
    -		{
    -		VERBOSE BIO_printf(bio_err, "Database has no g N information.\n");
    -		gNrow = NULL;
    -		}
    -	
    -
    -	VVERBOSE BIO_printf(bio_err,"Starting user processing\n");
    -
    -	if (argc > 0)
    -		user = *(argv++) ;
    -
    -	while (list_user || user)
    -		{
    -		int userindex = -1;
    -		if (user) 
    -			VVERBOSE BIO_printf(bio_err, "Processing user \"%s\"\n", user);
    -		if ((userindex = get_index(db, user, 'U')) >= 0)
    -			{
    -			print_user(db, bio_err, userindex, (verbose > 0) || list_user);
    -			}
    -		
    -		if (list_user)
    -			{
    -			if (user == NULL)
    -				{
    -				BIO_printf(bio_err,"List all users\n");
    -
    -				for (i = 0; i < sk_OPENSSL_PSTRING_num(db->db->data); i++)
    -					{
    -					print_user(db,bio_err, i, 1);
    -					}
    -				list_user = 0;
    -				}
    -			else if (userindex < 0)
    -				{
    -				BIO_printf(bio_err, "user \"%s\" does not exist, ignored. t\n",
    -					   user);
    -				errors++;
    -				}
    -			}
    -		else if (add_user)
    -			{
    -			if (userindex >= 0)
    -				{
    -				/* reactivation of a new user */
    -				char **row = sk_OPENSSL_PSTRING_value(db->db->data, userindex);
    -				BIO_printf(bio_err, "user \"%s\" reactivated.\n", user);
    -				row[DB_srptype][0] = 'V';
    -
    -				doupdatedb = 1;
    -				}
    -			else
    -				{
    -				char *row[DB_NUMBER] ; char *gNid;
    -				row[DB_srpverifier] = NULL;
    -				row[DB_srpsalt] = NULL;
    -				row[DB_srpinfo] = NULL;
    -				if (!(gNid = srp_create_user(user,&(row[DB_srpverifier]), &(row[DB_srpsalt]),gNrow?gNrow[DB_srpsalt]:gN,gNrow?gNrow[DB_srpverifier]:NULL, passout, bio_err,verbose)))
    -					{
    -						BIO_printf(bio_err, "Cannot create srp verifier for user \"%s\", operation abandoned .\n", user);
    -						errors++;
    -						goto err;
    -					}
    -				row[DB_srpid] = BUF_strdup(user);
    -				row[DB_srptype] = BUF_strdup("v");
    -				row[DB_srpgN] = BUF_strdup(gNid);
    -
    -				if (!row[DB_srpid] || !row[DB_srpgN] || !row[DB_srptype] || !row[DB_srpverifier] || !row[DB_srpsalt] ||
    -					(userinfo && (!(row[DB_srpinfo] = BUF_strdup(userinfo)))) || 
    -					!update_index(db, bio_err, row))
    -					{
    -					if (row[DB_srpid]) OPENSSL_free(row[DB_srpid]);
    -					if (row[DB_srpgN]) OPENSSL_free(row[DB_srpgN]);
    -					if (row[DB_srpinfo]) OPENSSL_free(row[DB_srpinfo]);
    -					if (row[DB_srptype]) OPENSSL_free(row[DB_srptype]);
    -					if (row[DB_srpverifier]) OPENSSL_free(row[DB_srpverifier]);
    -					if (row[DB_srpsalt]) OPENSSL_free(row[DB_srpsalt]);
    -					goto err;
    -					}
    -				doupdatedb = 1;
    -				}
    -			}
    -		else if (modify_user)
    -			{
    -			if (userindex < 0)
    -				{
    -				BIO_printf(bio_err,"user \"%s\" does not exist, operation ignored.\n",user);
    -				errors++;
    -				}
    -			else
    -				{
    -
    -				char **row = sk_OPENSSL_PSTRING_value(db->db->data, userindex);
    -				char type = row[DB_srptype][0];
    -				if (type == 'v')
    -					{
    -					BIO_printf(bio_err,"user \"%s\" already updated, operation ignored.\n",user);
    -					errors++;
    -					}
    -				else
    -					{
    -					char *gNid;
    -
    -					if (row[DB_srptype][0] == 'V')
    -						{
    -						int user_gN;
    -						char **irow = NULL;
    -						VERBOSE BIO_printf(bio_err,"Verifying password for user \"%s\"\n",user);
    -						if ( (user_gN = get_index(db, row[DB_srpgN], DB_SRP_INDEX)) >= 0)
    -							irow = (char **)sk_OPENSSL_PSTRING_value(db->db->data, userindex);
    -
    - 						if (!srp_verify_user(user, row[DB_srpverifier], row[DB_srpsalt], irow ? irow[DB_srpsalt] : row[DB_srpgN], irow ? irow[DB_srpverifier] : NULL, passin, bio_err, verbose))
    -							{
    -							BIO_printf(bio_err, "Invalid password for user \"%s\", operation abandoned.\n", user);
    -							errors++;
    -							goto err;
    -							}
    -						} 
    -					VERBOSE BIO_printf(bio_err,"Password for user \"%s\" ok.\n",user);
    -
    -					if (!(gNid=srp_create_user(user,&(row[DB_srpverifier]), &(row[DB_srpsalt]),gNrow?gNrow[DB_srpsalt]:NULL, gNrow?gNrow[DB_srpverifier]:NULL, passout, bio_err,verbose)))
    -						{
    -						BIO_printf(bio_err, "Cannot create srp verifier for user \"%s\", operation abandoned.\n", user);
    -						errors++;
    -						goto err;
    -						}
    -
    -					row[DB_srptype][0] = 'v';
    -					row[DB_srpgN] = BUF_strdup(gNid);
    - 
    -					if (!row[DB_srpid] || !row[DB_srpgN] || !row[DB_srptype] || !row[DB_srpverifier] || !row[DB_srpsalt] ||
    -						(userinfo && (!(row[DB_srpinfo] = BUF_strdup(userinfo)))))  
    -						goto err;
    -
    -					doupdatedb = 1;
    -					}
    -				}
    -			}
    -		else if (delete_user)
    -			{
    -			if (userindex < 0)
    -				{
    -				BIO_printf(bio_err, "user \"%s\" does not exist, operation ignored. t\n", user);
    -				errors++;
    -				}
    -			else
    -				{
    -				char **xpp = sk_OPENSSL_PSTRING_value(db->db->data,userindex);
    -				BIO_printf(bio_err, "user \"%s\" revoked. t\n", user);
    -
    -				xpp[DB_srptype][0] = 'R';
    -				
    -				doupdatedb = 1;
    -				}
    -			}
    -		if (--argc > 0)
    -			user = *(argv++) ;
    -		else
    -			{
    -			user = NULL;
    -			list_user = 0;
    -			}
    -		}
    -
    -	VERBOSE BIO_printf(bio_err,"User procession done.\n");
    -
    -
    -	if (doupdatedb)
    -		{
    -		/* Lets check some fields */
    -		for (i = 0; i < sk_OPENSSL_PSTRING_num(db->db->data); i++)
    -			{
    -			pp = sk_OPENSSL_PSTRING_value(db->db->data,i);
    -	
    -			if (pp[DB_srptype][0] == 'v')
    -				{
    -				pp[DB_srptype][0] = 'V';
    -				print_user(db, bio_err, i, verbose);
    -				}
    -			}
    -
    -		VERBOSE BIO_printf(bio_err, "Trying to update srpvfile.\n");
    -		if (!save_index(dbfile, "new", db)) goto err;
    -				
    -		VERBOSE BIO_printf(bio_err, "Temporary srpvfile created.\n");
    -		if (!rotate_index(dbfile, "new", "old")) goto err;
    -
    -		VERBOSE BIO_printf(bio_err, "srpvfile updated.\n");
    -		}
    -
    -	ret = (errors != 0);
    -err:
    -	if (errors != 0)
    -	VERBOSE BIO_printf(bio_err,"User errors %d.\n",errors);
    -
    -	VERBOSE BIO_printf(bio_err,"SRP terminating with code %d.\n",ret);
    -	if(tofree)
    -		OPENSSL_free(tofree);
    -	if (ret) ERR_print_errors(bio_err);
    -	if (randfile) app_RAND_write_file(randfile, bio_err);
    -	if (conf) NCONF_free(conf);
    -	if (db) free_index(db);
    -
    -	OBJ_cleanup();
    -	apps_shutdown();
    -	OPENSSL_EXIT(ret);
    -	}
    -
    -
    +{
    +    int add_user = 0;
    +    int list_user = 0;
    +    int delete_user = 0;
    +    int modify_user = 0;
    +    char *user = NULL;
    +
    +    char *passargin = NULL, *passargout = NULL;
    +    char *passin = NULL, *passout = NULL;
    +    char *gN = NULL;
    +    int gNindex = -1;
    +    char **gNrow = NULL;
    +    int maxgN = -1;
    +
    +    char *userinfo = NULL;
    +
    +    int badops = 0;
    +    int ret = 1;
    +    int errors = 0;
    +    int verbose = 0;
    +    int doupdatedb = 0;
    +    char *configfile = NULL;
    +    char *dbfile = NULL;
    +    CA_DB *db = NULL;
    +    char **pp;
    +    int i;
    +    long errorline = -1;
    +    char *randfile = NULL;
    +# ifndef OPENSSL_NO_ENGINE
    +    char *engine = NULL;
    +# endif
    +    char *tofree = NULL;
    +    DB_ATTR db_attr;
    +
    +# ifdef EFENCE
    +    EF_PROTECT_FREE = 1;
    +    EF_PROTECT_BELOW = 1;
    +    EF_ALIGNMENT = 0;
    +# endif
    +
    +    apps_startup();
    +
    +    conf = NULL;
    +    section = NULL;
    +
    +    if (bio_err == NULL)
    +        if ((bio_err = BIO_new(BIO_s_file())) != NULL)
    +            BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
    +
    +    argc--;
    +    argv++;
    +    while (argc >= 1 && badops == 0) {
    +        if (strcmp(*argv, "-verbose") == 0)
    +            verbose++;
    +        else if (strcmp(*argv, "-config") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            configfile = *(++argv);
    +        } else if (strcmp(*argv, "-name") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            section = *(++argv);
    +        } else if (strcmp(*argv, "-srpvfile") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            dbfile = *(++argv);
    +        } else if (strcmp(*argv, "-add") == 0)
    +            add_user = 1;
    +        else if (strcmp(*argv, "-delete") == 0)
    +            delete_user = 1;
    +        else if (strcmp(*argv, "-modify") == 0)
    +            modify_user = 1;
    +        else if (strcmp(*argv, "-list") == 0)
    +            list_user = 1;
    +        else if (strcmp(*argv, "-gn") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            gN = *(++argv);
    +        } else if (strcmp(*argv, "-userinfo") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            userinfo = *(++argv);
    +        } else if (strcmp(*argv, "-passin") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            passargin = *(++argv);
    +        } else if (strcmp(*argv, "-passout") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            passargout = *(++argv);
    +        }
    +# ifndef OPENSSL_NO_ENGINE
    +        else if (strcmp(*argv, "-engine") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            engine = *(++argv);
    +        }
    +# endif
    +
    +        else if (**argv == '-') {
    + bad:
    +            BIO_printf(bio_err, "unknown option %s\n", *argv);
    +            badops = 1;
    +            break;
    +        } else
    +            break;
    +
    +        argc--;
    +        argv++;
    +    }
    +
    +    if (dbfile && configfile) {
    +        BIO_printf(bio_err,
    +                   "-dbfile and -configfile cannot be specified together.\n");
    +        badops = 1;
    +    }
    +    if (add_user + delete_user + modify_user + list_user != 1) {
    +        BIO_printf(bio_err,
    +                   "Exactly one of the options -add, -delete, -modify -list must be specified.\n");
    +        badops = 1;
    +    }
    +    if (delete_user + modify_user + delete_user == 1 && argc <= 0) {
    +        BIO_printf(bio_err,
    +                   "Need at least one user for options -add, -delete, -modify. \n");
    +        badops = 1;
    +    }
    +    if ((passin || passout) && argc != 1) {
    +        BIO_printf(bio_err,
    +                   "-passin, -passout arguments only valid with one user.\n");
    +        badops = 1;
    +    }
    +
    +    if (badops) {
    +        for (pp = srp_usage; (*pp != NULL); pp++)
    +            BIO_printf(bio_err, "%s", *pp);
    +
    +        BIO_printf(bio_err, " -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR,
    +                   LIST_SEPARATOR_CHAR);
    +        BIO_printf(bio_err,
    +                   "                 load the file (or the files in the directory) into\n");
    +        BIO_printf(bio_err, "                 the random number generator\n");
    +        goto err;
    +    }
    +
    +    ERR_load_crypto_strings();
    +
    +# ifndef OPENSSL_NO_ENGINE
    +    setup_engine(bio_err, engine, 0);
    +# endif
    +
    +    if (!app_passwd(bio_err, passargin, passargout, &passin, &passout)) {
    +        BIO_printf(bio_err, "Error getting passwords\n");
    +        goto err;
    +    }
    +
    +    if (!dbfile) {
    +
    +        /*****************************************************************/
    +        tofree = NULL;
    +        if (configfile == NULL)
    +            configfile = getenv("OPENSSL_CONF");
    +        if (configfile == NULL)
    +            configfile = getenv("SSLEAY_CONF");
    +        if (configfile == NULL) {
    +            const char *s = X509_get_default_cert_area();
    +            size_t len;
    +
    +# ifdef OPENSSL_SYS_VMS
    +            len = strlen(s) + sizeof(CONFIG_FILE);
    +            tofree = OPENSSL_malloc(len);
    +            strcpy(tofree, s);
    +# else
    +            len = strlen(s) + sizeof(CONFIG_FILE) + 1;
    +            tofree = OPENSSL_malloc(len);
    +            BUF_strlcpy(tofree, s, len);
    +            BUF_strlcat(tofree, "/", len);
    +# endif
    +            BUF_strlcat(tofree, CONFIG_FILE, len);
    +            configfile = tofree;
    +        }
    +
    +        VERBOSE BIO_printf(bio_err, "Using configuration from %s\n",
    +                           configfile);
    +        conf = NCONF_new(NULL);
    +        if (NCONF_load(conf, configfile, &errorline) <= 0) {
    +            if (errorline <= 0)
    +                BIO_printf(bio_err, "error loading the config file '%s'\n",
    +                           configfile);
    +            else
    +                BIO_printf(bio_err, "error on line %ld of config file '%s'\n",
    +                           errorline, configfile);
    +            goto err;
    +        }
    +        if (tofree) {
    +            OPENSSL_free(tofree);
    +            tofree = NULL;
    +        }
    +
    +        if (!load_config(bio_err, conf))
    +            goto err;
    +
    +        /* Lets get the config section we are using */
    +        if (section == NULL) {
    +            VERBOSE BIO_printf(bio_err,
    +                               "trying to read " ENV_DEFAULT_SRP
    +                               " in \" BASE_SECTION \"\n");
    +
    +            section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_SRP);
    +            if (section == NULL) {
    +                lookup_fail(BASE_SECTION, ENV_DEFAULT_SRP);
    +                goto err;
    +            }
    +        }
    +
    +        if (randfile == NULL && conf)
    +            randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE");
    +
    +        VERBOSE BIO_printf(bio_err,
    +                           "trying to read " ENV_DATABASE
    +                           " in section \"%s\"\n", section);
    +
    +        if ((dbfile = NCONF_get_string(conf, section, ENV_DATABASE)) == NULL) {
    +            lookup_fail(section, ENV_DATABASE);
    +            goto err;
    +        }
    +
    +    }
    +    if (randfile == NULL)
    +        ERR_clear_error();
    +    else
    +        app_RAND_load_file(randfile, bio_err, 0);
    +
    +    VERBOSE BIO_printf(bio_err, "Trying to read SRP verifier file \"%s\"\n",
    +                       dbfile);
    +
    +    db = load_index(dbfile, &db_attr);
    +    if (db == NULL)
    +        goto err;
    +
    +    /* Lets check some fields */
    +    for (i = 0; i < sk_OPENSSL_PSTRING_num(db->db->data); i++) {
    +        pp = sk_OPENSSL_PSTRING_value(db->db->data, i);
    +
    +        if (pp[DB_srptype][0] == DB_SRP_INDEX) {
    +            maxgN = i;
    +            if (gNindex < 0 && gN != NULL && !strcmp(gN, pp[DB_srpid]))
    +                gNindex = i;
    +
    +            print_index(db, bio_err, i, verbose > 1);
    +        }
    +    }
    +
    +    VERBOSE BIO_printf(bio_err, "Database initialised\n");
    +
    +    if (gNindex >= 0) {
    +        gNrow = sk_OPENSSL_PSTRING_value(db->db->data, gNindex);
    +        print_entry(db, bio_err, gNindex, verbose > 1, "Default g and N");
    +    } else if (maxgN > 0 && !SRP_get_default_gN(gN)) {
    +        BIO_printf(bio_err, "No g and N value for index \"%s\"\n", gN);
    +        goto err;
    +    } else {
    +        VERBOSE BIO_printf(bio_err, "Database has no g N information.\n");
    +        gNrow = NULL;
    +    }
    +
    +    VVERBOSE BIO_printf(bio_err, "Starting user processing\n");
    +
    +    if (argc > 0)
    +        user = *(argv++);
    +
    +    while (list_user || user) {
    +        int userindex = -1;
    +        if (user)
    +            VVERBOSE BIO_printf(bio_err, "Processing user \"%s\"\n", user);
    +        if ((userindex = get_index(db, user, 'U')) >= 0) {
    +            print_user(db, bio_err, userindex, (verbose > 0) || list_user);
    +        }
    +
    +        if (list_user) {
    +            if (user == NULL) {
    +                BIO_printf(bio_err, "List all users\n");
    +
    +                for (i = 0; i < sk_OPENSSL_PSTRING_num(db->db->data); i++) {
    +                    print_user(db, bio_err, i, 1);
    +                }
    +                list_user = 0;
    +            } else if (userindex < 0) {
    +                BIO_printf(bio_err,
    +                           "user \"%s\" does not exist, ignored. t\n", user);
    +                errors++;
    +            }
    +        } else if (add_user) {
    +            if (userindex >= 0) {
    +                /* reactivation of a new user */
    +                char **row =
    +                    sk_OPENSSL_PSTRING_value(db->db->data, userindex);
    +                BIO_printf(bio_err, "user \"%s\" reactivated.\n", user);
    +                row[DB_srptype][0] = 'V';
    +
    +                doupdatedb = 1;
    +            } else {
    +                char *row[DB_NUMBER];
    +                char *gNid;
    +                row[DB_srpverifier] = NULL;
    +                row[DB_srpsalt] = NULL;
    +                row[DB_srpinfo] = NULL;
    +                if (!
    +                    (gNid =
    +                     srp_create_user(user, &(row[DB_srpverifier]),
    +                                     &(row[DB_srpsalt]),
    +                                     gNrow ? gNrow[DB_srpsalt] : gN,
    +                                     gNrow ? gNrow[DB_srpverifier] : NULL,
    +                                     passout, bio_err, verbose))) {
    +                    BIO_printf(bio_err,
    +                               "Cannot create srp verifier for user \"%s\", operation abandoned .\n",
    +                               user);
    +                    errors++;
    +                    goto err;
    +                }
    +                row[DB_srpid] = BUF_strdup(user);
    +                row[DB_srptype] = BUF_strdup("v");
    +                row[DB_srpgN] = BUF_strdup(gNid);
    +
    +                if (!row[DB_srpid] || !row[DB_srpgN] || !row[DB_srptype]
    +                    || !row[DB_srpverifier] || !row[DB_srpsalt] || (userinfo
    +                                                                    &&
    +                                                                    (!(row
    +                                                                       [DB_srpinfo]
    +                                                                       =
    +                                                                       BUF_strdup
    +                                                                       (userinfo))))
    +                    || !update_index(db, bio_err, row)) {
    +                    if (row[DB_srpid])
    +                        OPENSSL_free(row[DB_srpid]);
    +                    if (row[DB_srpgN])
    +                        OPENSSL_free(row[DB_srpgN]);
    +                    if (row[DB_srpinfo])
    +                        OPENSSL_free(row[DB_srpinfo]);
    +                    if (row[DB_srptype])
    +                        OPENSSL_free(row[DB_srptype]);
    +                    if (row[DB_srpverifier])
    +                        OPENSSL_free(row[DB_srpverifier]);
    +                    if (row[DB_srpsalt])
    +                        OPENSSL_free(row[DB_srpsalt]);
    +                    goto err;
    +                }
    +                doupdatedb = 1;
    +            }
    +        } else if (modify_user) {
    +            if (userindex < 0) {
    +                BIO_printf(bio_err,
    +                           "user \"%s\" does not exist, operation ignored.\n",
    +                           user);
    +                errors++;
    +            } else {
    +
    +                char **row =
    +                    sk_OPENSSL_PSTRING_value(db->db->data, userindex);
    +                char type = row[DB_srptype][0];
    +                if (type == 'v') {
    +                    BIO_printf(bio_err,
    +                               "user \"%s\" already updated, operation ignored.\n",
    +                               user);
    +                    errors++;
    +                } else {
    +                    char *gNid;
    +
    +                    if (row[DB_srptype][0] == 'V') {
    +                        int user_gN;
    +                        char **irow = NULL;
    +                        VERBOSE BIO_printf(bio_err,
    +                                           "Verifying password for user \"%s\"\n",
    +                                           user);
    +                        if ((user_gN =
    +                             get_index(db, row[DB_srpgN], DB_SRP_INDEX)) >= 0)
    +                            irow =
    +                                (char **)sk_OPENSSL_PSTRING_value(db->
    +                                                                  db->data,
    +                                                                  userindex);
    +
    +                        if (!srp_verify_user
    +                            (user, row[DB_srpverifier], row[DB_srpsalt],
    +                             irow ? irow[DB_srpsalt] : row[DB_srpgN],
    +                             irow ? irow[DB_srpverifier] : NULL, passin,
    +                             bio_err, verbose)) {
    +                            BIO_printf(bio_err,
    +                                       "Invalid password for user \"%s\", operation abandoned.\n",
    +                                       user);
    +                            errors++;
    +                            goto err;
    +                        }
    +                    }
    +                    VERBOSE BIO_printf(bio_err,
    +                                       "Password for user \"%s\" ok.\n",
    +                                       user);
    +
    +                    if (!
    +                        (gNid =
    +                         srp_create_user(user, &(row[DB_srpverifier]),
    +                                         &(row[DB_srpsalt]),
    +                                         gNrow ? gNrow[DB_srpsalt] : NULL,
    +                                         gNrow ? gNrow[DB_srpverifier] : NULL,
    +                                         passout, bio_err, verbose))) {
    +                        BIO_printf(bio_err,
    +                                   "Cannot create srp verifier for user \"%s\", operation abandoned.\n",
    +                                   user);
    +                        errors++;
    +                        goto err;
    +                    }
    +
    +                    row[DB_srptype][0] = 'v';
    +                    row[DB_srpgN] = BUF_strdup(gNid);
    +
    +                    if (!row[DB_srpid] || !row[DB_srpgN] || !row[DB_srptype]
    +                        || !row[DB_srpverifier] || !row[DB_srpsalt]
    +                        || (userinfo
    +                            && (!(row[DB_srpinfo] = BUF_strdup(userinfo)))))
    +                        goto err;
    +
    +                    doupdatedb = 1;
    +                }
    +            }
    +        } else if (delete_user) {
    +            if (userindex < 0) {
    +                BIO_printf(bio_err,
    +                           "user \"%s\" does not exist, operation ignored. t\n",
    +                           user);
    +                errors++;
    +            } else {
    +                char **xpp =
    +                    sk_OPENSSL_PSTRING_value(db->db->data, userindex);
    +                BIO_printf(bio_err, "user \"%s\" revoked. t\n", user);
    +
    +                xpp[DB_srptype][0] = 'R';
    +
    +                doupdatedb = 1;
    +            }
    +        }
    +        if (--argc > 0)
    +            user = *(argv++);
    +        else {
    +            user = NULL;
    +            list_user = 0;
    +        }
    +    }
    +
    +    VERBOSE BIO_printf(bio_err, "User procession done.\n");
    +
    +    if (doupdatedb) {
    +        /* Lets check some fields */
    +        for (i = 0; i < sk_OPENSSL_PSTRING_num(db->db->data); i++) {
    +            pp = sk_OPENSSL_PSTRING_value(db->db->data, i);
    +
    +            if (pp[DB_srptype][0] == 'v') {
    +                pp[DB_srptype][0] = 'V';
    +                print_user(db, bio_err, i, verbose);
    +            }
    +        }
    +
    +        VERBOSE BIO_printf(bio_err, "Trying to update srpvfile.\n");
    +        if (!save_index(dbfile, "new", db))
    +            goto err;
    +
    +        VERBOSE BIO_printf(bio_err, "Temporary srpvfile created.\n");
    +        if (!rotate_index(dbfile, "new", "old"))
    +            goto err;
    +
    +        VERBOSE BIO_printf(bio_err, "srpvfile updated.\n");
    +    }
    +
    +    ret = (errors != 0);
    + err:
    +    if (errors != 0)
    +        VERBOSE BIO_printf(bio_err, "User errors %d.\n", errors);
    +
    +    VERBOSE BIO_printf(bio_err, "SRP terminating with code %d.\n", ret);
    +    if (tofree)
    +        OPENSSL_free(tofree);
    +    if (ret)
    +        ERR_print_errors(bio_err);
    +    if (randfile)
    +        app_RAND_write_file(randfile, bio_err);
    +    if (conf)
    +        NCONF_free(conf);
    +    if (db)
    +        free_index(db);
    +
    +    OBJ_cleanup();
    +    apps_shutdown();
    +    OPENSSL_EXIT(ret);
    +}
     
     #endif
    -
    diff --git a/openssl/apps/testdsa.h b/openssl/apps/testdsa.h
    index 9e84e31c9..550c6253e 100644
    --- a/openssl/apps/testdsa.h
    +++ b/openssl/apps/testdsa.h
    @@ -1,217 +1,233 @@
     /* NOCW */
     /* used by apps/speed.c */
    -DSA *get_dsa512(void );
    -DSA *get_dsa1024(void );
    -DSA *get_dsa2048(void );
    +DSA *get_dsa512(void);
    +DSA *get_dsa1024(void);
    +DSA *get_dsa2048(void);
     static unsigned char dsa512_priv[] = {
    -	0x65,0xe5,0xc7,0x38,0x60,0x24,0xb5,0x89,0xd4,0x9c,0xeb,0x4c,
    -	0x9c,0x1d,0x7a,0x22,0xbd,0xd1,0xc2,0xd2,
    -	};
    +    0x65, 0xe5, 0xc7, 0x38, 0x60, 0x24, 0xb5, 0x89, 0xd4, 0x9c, 0xeb, 0x4c,
    +    0x9c, 0x1d, 0x7a, 0x22, 0xbd, 0xd1, 0xc2, 0xd2,
    +};
    +
     static unsigned char dsa512_pub[] = {
    -	0x00,0x95,0xa7,0x0d,0xec,0x93,0x68,0xba,0x5f,0xf7,0x5f,0x07,
    -	0xf2,0x3b,0xad,0x6b,0x01,0xdc,0xbe,0xec,0xde,0x04,0x7a,0x3a,
    -	0x27,0xb3,0xec,0x49,0xfd,0x08,0x43,0x3d,0x7e,0xa8,0x2c,0x5e,
    -	0x7b,0xbb,0xfc,0xf4,0x6e,0xeb,0x6c,0xb0,0x6e,0xf8,0x02,0x12,
    -	0x8c,0x38,0x5d,0x83,0x56,0x7d,0xee,0x53,0x05,0x3e,0x24,0x84,
    -	0xbe,0xba,0x0a,0x6b,0xc8,
    -	};
    -static unsigned char dsa512_p[]={
    -	0x9D,0x1B,0x69,0x8E,0x26,0xDB,0xF2,0x2B,0x11,0x70,0x19,0x86,
    -	0xF6,0x19,0xC8,0xF8,0x19,0xF2,0x18,0x53,0x94,0x46,0x06,0xD0,
    -	0x62,0x50,0x33,0x4B,0x02,0x3C,0x52,0x30,0x03,0x8B,0x3B,0xF9,
    -	0x5F,0xD1,0x24,0x06,0x4F,0x7B,0x4C,0xBA,0xAA,0x40,0x9B,0xFD,
    -	0x96,0xE4,0x37,0x33,0xBB,0x2D,0x5A,0xD7,0x5A,0x11,0x40,0x66,
    -	0xA2,0x76,0x7D,0x31,
    -	};
    -static unsigned char dsa512_q[]={
    -	0xFB,0x53,0xEF,0x50,0xB4,0x40,0x92,0x31,0x56,0x86,0x53,0x7A,
    -	0xE8,0x8B,0x22,0x9A,0x49,0xFB,0x71,0x8F,
    -	};
    -static unsigned char dsa512_g[]={
    -	0x83,0x3E,0x88,0xE5,0xC5,0x89,0x73,0xCE,0x3B,0x6C,0x01,0x49,
    -	0xBF,0xB3,0xC7,0x9F,0x0A,0xEA,0x44,0x91,0xE5,0x30,0xAA,0xD9,
    -	0xBE,0x5B,0x5F,0xB7,0x10,0xD7,0x89,0xB7,0x8E,0x74,0xFB,0xCF,
    -	0x29,0x1E,0xEB,0xA8,0x2C,0x54,0x51,0xB8,0x10,0xDE,0xA0,0xCE,
    -	0x2F,0xCC,0x24,0x6B,0x90,0x77,0xDE,0xA2,0x68,0xA6,0x52,0x12,
    -	0xA2,0x03,0x9D,0x20,
    -	};
    +    0x00, 0x95, 0xa7, 0x0d, 0xec, 0x93, 0x68, 0xba, 0x5f, 0xf7, 0x5f, 0x07,
    +    0xf2, 0x3b, 0xad, 0x6b, 0x01, 0xdc, 0xbe, 0xec, 0xde, 0x04, 0x7a, 0x3a,
    +    0x27, 0xb3, 0xec, 0x49, 0xfd, 0x08, 0x43, 0x3d, 0x7e, 0xa8, 0x2c, 0x5e,
    +    0x7b, 0xbb, 0xfc, 0xf4, 0x6e, 0xeb, 0x6c, 0xb0, 0x6e, 0xf8, 0x02, 0x12,
    +    0x8c, 0x38, 0x5d, 0x83, 0x56, 0x7d, 0xee, 0x53, 0x05, 0x3e, 0x24, 0x84,
    +    0xbe, 0xba, 0x0a, 0x6b, 0xc8,
    +};
    +
    +static unsigned char dsa512_p[] = {
    +    0x9D, 0x1B, 0x69, 0x8E, 0x26, 0xDB, 0xF2, 0x2B, 0x11, 0x70, 0x19, 0x86,
    +    0xF6, 0x19, 0xC8, 0xF8, 0x19, 0xF2, 0x18, 0x53, 0x94, 0x46, 0x06, 0xD0,
    +    0x62, 0x50, 0x33, 0x4B, 0x02, 0x3C, 0x52, 0x30, 0x03, 0x8B, 0x3B, 0xF9,
    +    0x5F, 0xD1, 0x24, 0x06, 0x4F, 0x7B, 0x4C, 0xBA, 0xAA, 0x40, 0x9B, 0xFD,
    +    0x96, 0xE4, 0x37, 0x33, 0xBB, 0x2D, 0x5A, 0xD7, 0x5A, 0x11, 0x40, 0x66,
    +    0xA2, 0x76, 0x7D, 0x31,
    +};
    +
    +static unsigned char dsa512_q[] = {
    +    0xFB, 0x53, 0xEF, 0x50, 0xB4, 0x40, 0x92, 0x31, 0x56, 0x86, 0x53, 0x7A,
    +    0xE8, 0x8B, 0x22, 0x9A, 0x49, 0xFB, 0x71, 0x8F,
    +};
    +
    +static unsigned char dsa512_g[] = {
    +    0x83, 0x3E, 0x88, 0xE5, 0xC5, 0x89, 0x73, 0xCE, 0x3B, 0x6C, 0x01, 0x49,
    +    0xBF, 0xB3, 0xC7, 0x9F, 0x0A, 0xEA, 0x44, 0x91, 0xE5, 0x30, 0xAA, 0xD9,
    +    0xBE, 0x5B, 0x5F, 0xB7, 0x10, 0xD7, 0x89, 0xB7, 0x8E, 0x74, 0xFB, 0xCF,
    +    0x29, 0x1E, 0xEB, 0xA8, 0x2C, 0x54, 0x51, 0xB8, 0x10, 0xDE, 0xA0, 0xCE,
    +    0x2F, 0xCC, 0x24, 0x6B, 0x90, 0x77, 0xDE, 0xA2, 0x68, 0xA6, 0x52, 0x12,
    +    0xA2, 0x03, 0x9D, 0x20,
    +};
     
     DSA *get_dsa512()
    -	{
    -	DSA *dsa;
    -
    -	if ((dsa=DSA_new()) == NULL) return(NULL);
    -	dsa->priv_key=BN_bin2bn(dsa512_priv,sizeof(dsa512_priv),NULL);
    -	dsa->pub_key=BN_bin2bn(dsa512_pub,sizeof(dsa512_pub),NULL);
    -	dsa->p=BN_bin2bn(dsa512_p,sizeof(dsa512_p),NULL);
    -	dsa->q=BN_bin2bn(dsa512_q,sizeof(dsa512_q),NULL);
    -	dsa->g=BN_bin2bn(dsa512_g,sizeof(dsa512_g),NULL);
    -	if ((dsa->priv_key == NULL) || (dsa->pub_key == NULL) || (dsa->p == NULL) ||
    -				(dsa->q == NULL) || (dsa->g == NULL))
    -		return(NULL);
    -	return(dsa);
    -	}
    -
    -static unsigned char dsa1024_priv[]={
    -	0x7d,0x21,0xda,0xbb,0x62,0x15,0x47,0x36,0x07,0x67,0x12,0xe8,
    -	0x8c,0xaa,0x1c,0xcd,0x38,0x12,0x61,0x18,
    -	};
    -static unsigned char dsa1024_pub[]={
    -	0x3c,0x4e,0x9c,0x2a,0x7f,0x16,0xc1,0x25,0xeb,0xac,0x78,0x63,
    -	0x90,0x14,0x8c,0x8b,0xf4,0x68,0x43,0x3c,0x2d,0xee,0x65,0x50,
    -	0x7d,0x9c,0x8f,0x8c,0x8a,0x51,0xd6,0x11,0x2b,0x99,0xaf,0x1e,
    -	0x90,0x97,0xb5,0xd3,0xa6,0x20,0x25,0xd6,0xfe,0x43,0x02,0xd5,
    -	0x91,0x7d,0xa7,0x8c,0xdb,0xc9,0x85,0xa3,0x36,0x48,0xf7,0x68,
    -	0xaa,0x60,0xb1,0xf7,0x05,0x68,0x3a,0xa3,0x3f,0xd3,0x19,0x82,
    -	0xd8,0x82,0x7a,0x77,0xfb,0xef,0xf4,0x15,0x0a,0xeb,0x06,0x04,
    -	0x7f,0x53,0x07,0x0c,0xbc,0xcb,0x2d,0x83,0xdb,0x3e,0xd1,0x28,
    -	0xa5,0xa1,0x31,0xe0,0x67,0xfa,0x50,0xde,0x9b,0x07,0x83,0x7e,
    -	0x2c,0x0b,0xc3,0x13,0x50,0x61,0xe5,0xad,0xbd,0x36,0xb8,0x97,
    -	0x4e,0x40,0x7d,0xe8,0x83,0x0d,0xbc,0x4b
    -	};
    -static unsigned char dsa1024_p[]={
    -	0xA7,0x3F,0x6E,0x85,0xBF,0x41,0x6A,0x29,0x7D,0xF0,0x9F,0x47,
    -	0x19,0x30,0x90,0x9A,0x09,0x1D,0xDA,0x6A,0x33,0x1E,0xC5,0x3D,
    -	0x86,0x96,0xB3,0x15,0xE0,0x53,0x2E,0x8F,0xE0,0x59,0x82,0x73,
    -	0x90,0x3E,0x75,0x31,0x99,0x47,0x7A,0x52,0xFB,0x85,0xE4,0xD9,
    -	0xA6,0x7B,0x38,0x9B,0x68,0x8A,0x84,0x9B,0x87,0xC6,0x1E,0xB5,
    -	0x7E,0x86,0x4B,0x53,0x5B,0x59,0xCF,0x71,0x65,0x19,0x88,0x6E,
    -	0xCE,0x66,0xAE,0x6B,0x88,0x36,0xFB,0xEC,0x28,0xDC,0xC2,0xD7,
    -	0xA5,0xBB,0xE5,0x2C,0x39,0x26,0x4B,0xDA,0x9A,0x70,0x18,0x95,
    -	0x37,0x95,0x10,0x56,0x23,0xF6,0x15,0xED,0xBA,0x04,0x5E,0xDE,
    -	0x39,0x4F,0xFD,0xB7,0x43,0x1F,0xB5,0xA4,0x65,0x6F,0xCD,0x80,
    -	0x11,0xE4,0x70,0x95,0x5B,0x50,0xCD,0x49,
    -	};
    -static unsigned char dsa1024_q[]={
    -	0xF7,0x07,0x31,0xED,0xFA,0x6C,0x06,0x03,0xD5,0x85,0x8A,0x1C,
    -	0xAC,0x9C,0x65,0xE7,0x50,0x66,0x65,0x6F,
    -	};
    -static unsigned char dsa1024_g[]={
    -	0x4D,0xDF,0x4C,0x03,0xA6,0x91,0x8A,0xF5,0x19,0x6F,0x50,0x46,
    -	0x25,0x99,0xE5,0x68,0x6F,0x30,0xE3,0x69,0xE1,0xE5,0xB3,0x5D,
    -	0x98,0xBB,0x28,0x86,0x48,0xFC,0xDE,0x99,0x04,0x3F,0x5F,0x88,
    -	0x0C,0x9C,0x73,0x24,0x0D,0x20,0x5D,0xB9,0x2A,0x9A,0x3F,0x18,
    -	0x96,0x27,0xE4,0x62,0x87,0xC1,0x7B,0x74,0x62,0x53,0xFC,0x61,
    -	0x27,0xA8,0x7A,0x91,0x09,0x9D,0xB6,0xF1,0x4D,0x9C,0x54,0x0F,
    -	0x58,0x06,0xEE,0x49,0x74,0x07,0xCE,0x55,0x7E,0x23,0xCE,0x16,
    -	0xF6,0xCA,0xDC,0x5A,0x61,0x01,0x7E,0xC9,0x71,0xB5,0x4D,0xF6,
    -	0xDC,0x34,0x29,0x87,0x68,0xF6,0x5E,0x20,0x93,0xB3,0xDB,0xF5,
    -	0xE4,0x09,0x6C,0x41,0x17,0x95,0x92,0xEB,0x01,0xB5,0x73,0xA5,
    -	0x6A,0x7E,0xD8,0x32,0xED,0x0E,0x02,0xB8,
    -	};
    +{
    +    DSA *dsa;
    +
    +    if ((dsa = DSA_new()) == NULL)
    +        return (NULL);
    +    dsa->priv_key = BN_bin2bn(dsa512_priv, sizeof(dsa512_priv), NULL);
    +    dsa->pub_key = BN_bin2bn(dsa512_pub, sizeof(dsa512_pub), NULL);
    +    dsa->p = BN_bin2bn(dsa512_p, sizeof(dsa512_p), NULL);
    +    dsa->q = BN_bin2bn(dsa512_q, sizeof(dsa512_q), NULL);
    +    dsa->g = BN_bin2bn(dsa512_g, sizeof(dsa512_g), NULL);
    +    if ((dsa->priv_key == NULL) || (dsa->pub_key == NULL) || (dsa->p == NULL)
    +        || (dsa->q == NULL) || (dsa->g == NULL))
    +        return (NULL);
    +    return (dsa);
    +}
    +
    +static unsigned char dsa1024_priv[] = {
    +    0x7d, 0x21, 0xda, 0xbb, 0x62, 0x15, 0x47, 0x36, 0x07, 0x67, 0x12, 0xe8,
    +    0x8c, 0xaa, 0x1c, 0xcd, 0x38, 0x12, 0x61, 0x18,
    +};
    +
    +static unsigned char dsa1024_pub[] = {
    +    0x3c, 0x4e, 0x9c, 0x2a, 0x7f, 0x16, 0xc1, 0x25, 0xeb, 0xac, 0x78, 0x63,
    +    0x90, 0x14, 0x8c, 0x8b, 0xf4, 0x68, 0x43, 0x3c, 0x2d, 0xee, 0x65, 0x50,
    +    0x7d, 0x9c, 0x8f, 0x8c, 0x8a, 0x51, 0xd6, 0x11, 0x2b, 0x99, 0xaf, 0x1e,
    +    0x90, 0x97, 0xb5, 0xd3, 0xa6, 0x20, 0x25, 0xd6, 0xfe, 0x43, 0x02, 0xd5,
    +    0x91, 0x7d, 0xa7, 0x8c, 0xdb, 0xc9, 0x85, 0xa3, 0x36, 0x48, 0xf7, 0x68,
    +    0xaa, 0x60, 0xb1, 0xf7, 0x05, 0x68, 0x3a, 0xa3, 0x3f, 0xd3, 0x19, 0x82,
    +    0xd8, 0x82, 0x7a, 0x77, 0xfb, 0xef, 0xf4, 0x15, 0x0a, 0xeb, 0x06, 0x04,
    +    0x7f, 0x53, 0x07, 0x0c, 0xbc, 0xcb, 0x2d, 0x83, 0xdb, 0x3e, 0xd1, 0x28,
    +    0xa5, 0xa1, 0x31, 0xe0, 0x67, 0xfa, 0x50, 0xde, 0x9b, 0x07, 0x83, 0x7e,
    +    0x2c, 0x0b, 0xc3, 0x13, 0x50, 0x61, 0xe5, 0xad, 0xbd, 0x36, 0xb8, 0x97,
    +    0x4e, 0x40, 0x7d, 0xe8, 0x83, 0x0d, 0xbc, 0x4b
    +};
    +
    +static unsigned char dsa1024_p[] = {
    +    0xA7, 0x3F, 0x6E, 0x85, 0xBF, 0x41, 0x6A, 0x29, 0x7D, 0xF0, 0x9F, 0x47,
    +    0x19, 0x30, 0x90, 0x9A, 0x09, 0x1D, 0xDA, 0x6A, 0x33, 0x1E, 0xC5, 0x3D,
    +    0x86, 0x96, 0xB3, 0x15, 0xE0, 0x53, 0x2E, 0x8F, 0xE0, 0x59, 0x82, 0x73,
    +    0x90, 0x3E, 0x75, 0x31, 0x99, 0x47, 0x7A, 0x52, 0xFB, 0x85, 0xE4, 0xD9,
    +    0xA6, 0x7B, 0x38, 0x9B, 0x68, 0x8A, 0x84, 0x9B, 0x87, 0xC6, 0x1E, 0xB5,
    +    0x7E, 0x86, 0x4B, 0x53, 0x5B, 0x59, 0xCF, 0x71, 0x65, 0x19, 0x88, 0x6E,
    +    0xCE, 0x66, 0xAE, 0x6B, 0x88, 0x36, 0xFB, 0xEC, 0x28, 0xDC, 0xC2, 0xD7,
    +    0xA5, 0xBB, 0xE5, 0x2C, 0x39, 0x26, 0x4B, 0xDA, 0x9A, 0x70, 0x18, 0x95,
    +    0x37, 0x95, 0x10, 0x56, 0x23, 0xF6, 0x15, 0xED, 0xBA, 0x04, 0x5E, 0xDE,
    +    0x39, 0x4F, 0xFD, 0xB7, 0x43, 0x1F, 0xB5, 0xA4, 0x65, 0x6F, 0xCD, 0x80,
    +    0x11, 0xE4, 0x70, 0x95, 0x5B, 0x50, 0xCD, 0x49,
    +};
    +
    +static unsigned char dsa1024_q[] = {
    +    0xF7, 0x07, 0x31, 0xED, 0xFA, 0x6C, 0x06, 0x03, 0xD5, 0x85, 0x8A, 0x1C,
    +    0xAC, 0x9C, 0x65, 0xE7, 0x50, 0x66, 0x65, 0x6F,
    +};
    +
    +static unsigned char dsa1024_g[] = {
    +    0x4D, 0xDF, 0x4C, 0x03, 0xA6, 0x91, 0x8A, 0xF5, 0x19, 0x6F, 0x50, 0x46,
    +    0x25, 0x99, 0xE5, 0x68, 0x6F, 0x30, 0xE3, 0x69, 0xE1, 0xE5, 0xB3, 0x5D,
    +    0x98, 0xBB, 0x28, 0x86, 0x48, 0xFC, 0xDE, 0x99, 0x04, 0x3F, 0x5F, 0x88,
    +    0x0C, 0x9C, 0x73, 0x24, 0x0D, 0x20, 0x5D, 0xB9, 0x2A, 0x9A, 0x3F, 0x18,
    +    0x96, 0x27, 0xE4, 0x62, 0x87, 0xC1, 0x7B, 0x74, 0x62, 0x53, 0xFC, 0x61,
    +    0x27, 0xA8, 0x7A, 0x91, 0x09, 0x9D, 0xB6, 0xF1, 0x4D, 0x9C, 0x54, 0x0F,
    +    0x58, 0x06, 0xEE, 0x49, 0x74, 0x07, 0xCE, 0x55, 0x7E, 0x23, 0xCE, 0x16,
    +    0xF6, 0xCA, 0xDC, 0x5A, 0x61, 0x01, 0x7E, 0xC9, 0x71, 0xB5, 0x4D, 0xF6,
    +    0xDC, 0x34, 0x29, 0x87, 0x68, 0xF6, 0x5E, 0x20, 0x93, 0xB3, 0xDB, 0xF5,
    +    0xE4, 0x09, 0x6C, 0x41, 0x17, 0x95, 0x92, 0xEB, 0x01, 0xB5, 0x73, 0xA5,
    +    0x6A, 0x7E, 0xD8, 0x32, 0xED, 0x0E, 0x02, 0xB8,
    +};
     
     DSA *get_dsa1024()
    -	{
    -	DSA *dsa;
    -
    -	if ((dsa=DSA_new()) == NULL) return(NULL);
    -	dsa->priv_key=BN_bin2bn(dsa1024_priv,sizeof(dsa1024_priv),NULL);
    -	dsa->pub_key=BN_bin2bn(dsa1024_pub,sizeof(dsa1024_pub),NULL);
    -	dsa->p=BN_bin2bn(dsa1024_p,sizeof(dsa1024_p),NULL);
    -	dsa->q=BN_bin2bn(dsa1024_q,sizeof(dsa1024_q),NULL);
    -	dsa->g=BN_bin2bn(dsa1024_g,sizeof(dsa1024_g),NULL);
    -	if ((dsa->priv_key == NULL) || (dsa->pub_key == NULL) || (dsa->p == NULL) ||
    -				(dsa->q == NULL) || (dsa->g == NULL))
    -		return(NULL);
    -	return(dsa);
    -	}
    -
    -static unsigned char dsa2048_priv[]={
    -	0x32,0x67,0x92,0xf6,0xc4,0xe2,0xe2,0xe8,0xa0,0x8b,0x6b,0x45,
    -	0x0c,0x8a,0x76,0xb0,0xee,0xcf,0x91,0xa7,
    -	};
    -static unsigned char dsa2048_pub[]={
    -	0x17,0x8f,0xa8,0x11,0x84,0x92,0xec,0x83,0x47,0xc7,0x6a,0xb0,
    -	0x92,0xaf,0x5a,0x20,0x37,0xa3,0x64,0x79,0xd2,0xd0,0x3d,0xcd,
    -	0xe0,0x61,0x88,0x88,0x21,0xcc,0x74,0x5d,0xce,0x4c,0x51,0x47,
    -	0xf0,0xc5,0x5c,0x4c,0x82,0x7a,0xaf,0x72,0xad,0xb9,0xe0,0x53,
    -	0xf2,0x78,0xb7,0xf0,0xb5,0x48,0x7f,0x8a,0x3a,0x18,0xd1,0x9f,
    -	0x8b,0x7d,0xa5,0x47,0xb7,0x95,0xab,0x98,0xf8,0x7b,0x74,0x50,
    -	0x56,0x8e,0x57,0xf0,0xee,0xf5,0xb7,0xba,0xab,0x85,0x86,0xf9,
    -	0x2b,0xef,0x41,0x56,0xa0,0xa4,0x9f,0xb7,0x38,0x00,0x46,0x0a,
    -	0xa6,0xf1,0xfc,0x1f,0xd8,0x4e,0x85,0x44,0x92,0x43,0x21,0x5d,
    -	0x6e,0xcc,0xc2,0xcb,0x26,0x31,0x0d,0x21,0xc4,0xbd,0x8d,0x24,
    -	0xbc,0xd9,0x18,0x19,0xd7,0xdc,0xf1,0xe7,0x93,0x50,0x48,0x03,
    -	0x2c,0xae,0x2e,0xe7,0x49,0x88,0x5f,0x93,0x57,0x27,0x99,0x36,
    -	0xb4,0x20,0xab,0xfc,0xa7,0x2b,0xf2,0xd9,0x98,0xd7,0xd4,0x34,
    -	0x9d,0x96,0x50,0x58,0x9a,0xea,0x54,0xf3,0xee,0xf5,0x63,0x14,
    -	0xee,0x85,0x83,0x74,0x76,0xe1,0x52,0x95,0xc3,0xf7,0xeb,0x04,
    -	0x04,0x7b,0xa7,0x28,0x1b,0xcc,0xea,0x4a,0x4e,0x84,0xda,0xd8,
    -	0x9c,0x79,0xd8,0x9b,0x66,0x89,0x2f,0xcf,0xac,0xd7,0x79,0xf9,
    -	0xa9,0xd8,0x45,0x13,0x78,0xb9,0x00,0x14,0xc9,0x7e,0x22,0x51,
    -	0x86,0x67,0xb0,0x9f,0x26,0x11,0x23,0xc8,0x38,0xd7,0x70,0x1d,
    -	0x15,0x8e,0x4d,0x4f,0x95,0x97,0x40,0xa1,0xc2,0x7e,0x01,0x18,
    -	0x72,0xf4,0x10,0xe6,0x8d,0x52,0x16,0x7f,0xf2,0xc9,0xf8,0x33,
    -	0x8b,0x33,0xb7,0xce,
    -	};
    -static unsigned char dsa2048_p[]={
    -	0xA0,0x25,0xFA,0xAD,0xF4,0x8E,0xB9,0xE5,0x99,0xF3,0x5D,0x6F,
    -	0x4F,0x83,0x34,0xE2,0x7E,0xCF,0x6F,0xBF,0x30,0xAF,0x6F,0x81,
    -	0xEB,0xF8,0xC4,0x13,0xD9,0xA0,0x5D,0x8B,0x5C,0x8E,0xDC,0xC2,
    -	0x1D,0x0B,0x41,0x32,0xB0,0x1F,0xFE,0xEF,0x0C,0xC2,0xA2,0x7E,
    -	0x68,0x5C,0x28,0x21,0xE9,0xF5,0xB1,0x58,0x12,0x63,0x4C,0x19,
    -	0x4E,0xFF,0x02,0x4B,0x92,0xED,0xD2,0x07,0x11,0x4D,0x8C,0x58,
    -	0x16,0x5C,0x55,0x8E,0xAD,0xA3,0x67,0x7D,0xB9,0x86,0x6E,0x0B,
    -	0xE6,0x54,0x6F,0x40,0xAE,0x0E,0x67,0x4C,0xF9,0x12,0x5B,0x3C,
    -	0x08,0x7A,0xF7,0xFC,0x67,0x86,0x69,0xE7,0x0A,0x94,0x40,0xBF,
    -	0x8B,0x76,0xFE,0x26,0xD1,0xF2,0xA1,0x1A,0x84,0xA1,0x43,0x56,
    -	0x28,0xBC,0x9A,0x5F,0xD7,0x3B,0x69,0x89,0x8A,0x36,0x2C,0x51,
    -	0xDF,0x12,0x77,0x2F,0x57,0x7B,0xA0,0xAA,0xDD,0x7F,0xA1,0x62,
    -	0x3B,0x40,0x7B,0x68,0x1A,0x8F,0x0D,0x38,0xBB,0x21,0x5D,0x18,
    -	0xFC,0x0F,0x46,0xF7,0xA3,0xB0,0x1D,0x23,0xC3,0xD2,0xC7,0x72,
    -	0x51,0x18,0xDF,0x46,0x95,0x79,0xD9,0xBD,0xB5,0x19,0x02,0x2C,
    -	0x87,0xDC,0xE7,0x57,0x82,0x7E,0xF1,0x8B,0x06,0x3D,0x00,0xA5,
    -	0x7B,0x6B,0x26,0x27,0x91,0x0F,0x6A,0x77,0xE4,0xD5,0x04,0xE4,
    -	0x12,0x2C,0x42,0xFF,0xD2,0x88,0xBB,0xD3,0x92,0xA0,0xF9,0xC8,
    -	0x51,0x64,0x14,0x5C,0xD8,0xF9,0x6C,0x47,0x82,0xB4,0x1C,0x7F,
    -	0x09,0xB8,0xF0,0x25,0x83,0x1D,0x3F,0x3F,0x05,0xB3,0x21,0x0A,
    -	0x5D,0xA7,0xD8,0x54,0xC3,0x65,0x7D,0xC3,0xB0,0x1D,0xBF,0xAE,
    -	0xF8,0x68,0xCF,0x9B,
    -	};
    -static unsigned char dsa2048_q[]={
    -	0x97,0xE7,0x33,0x4D,0xD3,0x94,0x3E,0x0B,0xDB,0x62,0x74,0xC6,
    -	0xA1,0x08,0xDD,0x19,0xA3,0x75,0x17,0x1B,
    -	};
    -static unsigned char dsa2048_g[]={
    -	0x2C,0x78,0x16,0x59,0x34,0x63,0xF4,0xF3,0x92,0xFC,0xB5,0xA5,
    -	0x4F,0x13,0xDE,0x2F,0x1C,0xA4,0x3C,0xAE,0xAD,0x38,0x3F,0x7E,
    -	0x90,0xBF,0x96,0xA6,0xAE,0x25,0x90,0x72,0xF5,0x8E,0x80,0x0C,
    -	0x39,0x1C,0xD9,0xEC,0xBA,0x90,0x5B,0x3A,0xE8,0x58,0x6C,0x9E,
    -	0x30,0x42,0x37,0x02,0x31,0x82,0xBC,0x6A,0xDF,0x6A,0x09,0x29,
    -	0xE3,0xC0,0x46,0xD1,0xCB,0x85,0xEC,0x0C,0x30,0x5E,0xEA,0xC8,
    -	0x39,0x8E,0x22,0x9F,0x22,0x10,0xD2,0x34,0x61,0x68,0x37,0x3D,
    -	0x2E,0x4A,0x5B,0x9A,0xF5,0xC1,0x48,0xC6,0xF6,0xDC,0x63,0x1A,
    -	0xD3,0x96,0x64,0xBA,0x34,0xC9,0xD1,0xA0,0xD1,0xAE,0x6C,0x2F,
    -	0x48,0x17,0x93,0x14,0x43,0xED,0xF0,0x21,0x30,0x19,0xC3,0x1B,
    -	0x5F,0xDE,0xA3,0xF0,0x70,0x78,0x18,0xE1,0xA8,0xE4,0xEE,0x2E,
    -	0x00,0xA5,0xE4,0xB3,0x17,0xC8,0x0C,0x7D,0x6E,0x42,0xDC,0xB7,
    -	0x46,0x00,0x36,0x4D,0xD4,0x46,0xAA,0x3D,0x3C,0x46,0x89,0x40,
    -	0xBF,0x1D,0x84,0x77,0x0A,0x75,0xF3,0x87,0x1D,0x08,0x4C,0xA6,
    -	0xD1,0xA9,0x1C,0x1E,0x12,0x1E,0xE1,0xC7,0x30,0x28,0x76,0xA5,
    -	0x7F,0x6C,0x85,0x96,0x2B,0x6F,0xDB,0x80,0x66,0x26,0xAE,0xF5,
    -	0x93,0xC7,0x8E,0xAE,0x9A,0xED,0xE4,0xCA,0x04,0xEA,0x3B,0x72,
    -	0xEF,0xDC,0x87,0xED,0x0D,0xA5,0x4C,0x4A,0xDD,0x71,0x22,0x64,
    -	0x59,0x69,0x4E,0x8E,0xBF,0x43,0xDC,0xAB,0x8E,0x66,0xBB,0x01,
    -	0xB6,0xF4,0xE7,0xFD,0xD2,0xAD,0x9F,0x36,0xC1,0xA0,0x29,0x99,
    -	0xD1,0x96,0x70,0x59,0x06,0x78,0x35,0xBD,0x65,0x55,0x52,0x9E,
    -	0xF8,0xB2,0xE5,0x38,
    -	};
    - 
    +{
    +    DSA *dsa;
    +
    +    if ((dsa = DSA_new()) == NULL)
    +        return (NULL);
    +    dsa->priv_key = BN_bin2bn(dsa1024_priv, sizeof(dsa1024_priv), NULL);
    +    dsa->pub_key = BN_bin2bn(dsa1024_pub, sizeof(dsa1024_pub), NULL);
    +    dsa->p = BN_bin2bn(dsa1024_p, sizeof(dsa1024_p), NULL);
    +    dsa->q = BN_bin2bn(dsa1024_q, sizeof(dsa1024_q), NULL);
    +    dsa->g = BN_bin2bn(dsa1024_g, sizeof(dsa1024_g), NULL);
    +    if ((dsa->priv_key == NULL) || (dsa->pub_key == NULL) || (dsa->p == NULL)
    +        || (dsa->q == NULL) || (dsa->g == NULL))
    +        return (NULL);
    +    return (dsa);
    +}
    +
    +static unsigned char dsa2048_priv[] = {
    +    0x32, 0x67, 0x92, 0xf6, 0xc4, 0xe2, 0xe2, 0xe8, 0xa0, 0x8b, 0x6b, 0x45,
    +    0x0c, 0x8a, 0x76, 0xb0, 0xee, 0xcf, 0x91, 0xa7,
    +};
    +
    +static unsigned char dsa2048_pub[] = {
    +    0x17, 0x8f, 0xa8, 0x11, 0x84, 0x92, 0xec, 0x83, 0x47, 0xc7, 0x6a, 0xb0,
    +    0x92, 0xaf, 0x5a, 0x20, 0x37, 0xa3, 0x64, 0x79, 0xd2, 0xd0, 0x3d, 0xcd,
    +    0xe0, 0x61, 0x88, 0x88, 0x21, 0xcc, 0x74, 0x5d, 0xce, 0x4c, 0x51, 0x47,
    +    0xf0, 0xc5, 0x5c, 0x4c, 0x82, 0x7a, 0xaf, 0x72, 0xad, 0xb9, 0xe0, 0x53,
    +    0xf2, 0x78, 0xb7, 0xf0, 0xb5, 0x48, 0x7f, 0x8a, 0x3a, 0x18, 0xd1, 0x9f,
    +    0x8b, 0x7d, 0xa5, 0x47, 0xb7, 0x95, 0xab, 0x98, 0xf8, 0x7b, 0x74, 0x50,
    +    0x56, 0x8e, 0x57, 0xf0, 0xee, 0xf5, 0xb7, 0xba, 0xab, 0x85, 0x86, 0xf9,
    +    0x2b, 0xef, 0x41, 0x56, 0xa0, 0xa4, 0x9f, 0xb7, 0x38, 0x00, 0x46, 0x0a,
    +    0xa6, 0xf1, 0xfc, 0x1f, 0xd8, 0x4e, 0x85, 0x44, 0x92, 0x43, 0x21, 0x5d,
    +    0x6e, 0xcc, 0xc2, 0xcb, 0x26, 0x31, 0x0d, 0x21, 0xc4, 0xbd, 0x8d, 0x24,
    +    0xbc, 0xd9, 0x18, 0x19, 0xd7, 0xdc, 0xf1, 0xe7, 0x93, 0x50, 0x48, 0x03,
    +    0x2c, 0xae, 0x2e, 0xe7, 0x49, 0x88, 0x5f, 0x93, 0x57, 0x27, 0x99, 0x36,
    +    0xb4, 0x20, 0xab, 0xfc, 0xa7, 0x2b, 0xf2, 0xd9, 0x98, 0xd7, 0xd4, 0x34,
    +    0x9d, 0x96, 0x50, 0x58, 0x9a, 0xea, 0x54, 0xf3, 0xee, 0xf5, 0x63, 0x14,
    +    0xee, 0x85, 0x83, 0x74, 0x76, 0xe1, 0x52, 0x95, 0xc3, 0xf7, 0xeb, 0x04,
    +    0x04, 0x7b, 0xa7, 0x28, 0x1b, 0xcc, 0xea, 0x4a, 0x4e, 0x84, 0xda, 0xd8,
    +    0x9c, 0x79, 0xd8, 0x9b, 0x66, 0x89, 0x2f, 0xcf, 0xac, 0xd7, 0x79, 0xf9,
    +    0xa9, 0xd8, 0x45, 0x13, 0x78, 0xb9, 0x00, 0x14, 0xc9, 0x7e, 0x22, 0x51,
    +    0x86, 0x67, 0xb0, 0x9f, 0x26, 0x11, 0x23, 0xc8, 0x38, 0xd7, 0x70, 0x1d,
    +    0x15, 0x8e, 0x4d, 0x4f, 0x95, 0x97, 0x40, 0xa1, 0xc2, 0x7e, 0x01, 0x18,
    +    0x72, 0xf4, 0x10, 0xe6, 0x8d, 0x52, 0x16, 0x7f, 0xf2, 0xc9, 0xf8, 0x33,
    +    0x8b, 0x33, 0xb7, 0xce,
    +};
    +
    +static unsigned char dsa2048_p[] = {
    +    0xA0, 0x25, 0xFA, 0xAD, 0xF4, 0x8E, 0xB9, 0xE5, 0x99, 0xF3, 0x5D, 0x6F,
    +    0x4F, 0x83, 0x34, 0xE2, 0x7E, 0xCF, 0x6F, 0xBF, 0x30, 0xAF, 0x6F, 0x81,
    +    0xEB, 0xF8, 0xC4, 0x13, 0xD9, 0xA0, 0x5D, 0x8B, 0x5C, 0x8E, 0xDC, 0xC2,
    +    0x1D, 0x0B, 0x41, 0x32, 0xB0, 0x1F, 0xFE, 0xEF, 0x0C, 0xC2, 0xA2, 0x7E,
    +    0x68, 0x5C, 0x28, 0x21, 0xE9, 0xF5, 0xB1, 0x58, 0x12, 0x63, 0x4C, 0x19,
    +    0x4E, 0xFF, 0x02, 0x4B, 0x92, 0xED, 0xD2, 0x07, 0x11, 0x4D, 0x8C, 0x58,
    +    0x16, 0x5C, 0x55, 0x8E, 0xAD, 0xA3, 0x67, 0x7D, 0xB9, 0x86, 0x6E, 0x0B,
    +    0xE6, 0x54, 0x6F, 0x40, 0xAE, 0x0E, 0x67, 0x4C, 0xF9, 0x12, 0x5B, 0x3C,
    +    0x08, 0x7A, 0xF7, 0xFC, 0x67, 0x86, 0x69, 0xE7, 0x0A, 0x94, 0x40, 0xBF,
    +    0x8B, 0x76, 0xFE, 0x26, 0xD1, 0xF2, 0xA1, 0x1A, 0x84, 0xA1, 0x43, 0x56,
    +    0x28, 0xBC, 0x9A, 0x5F, 0xD7, 0x3B, 0x69, 0x89, 0x8A, 0x36, 0x2C, 0x51,
    +    0xDF, 0x12, 0x77, 0x2F, 0x57, 0x7B, 0xA0, 0xAA, 0xDD, 0x7F, 0xA1, 0x62,
    +    0x3B, 0x40, 0x7B, 0x68, 0x1A, 0x8F, 0x0D, 0x38, 0xBB, 0x21, 0x5D, 0x18,
    +    0xFC, 0x0F, 0x46, 0xF7, 0xA3, 0xB0, 0x1D, 0x23, 0xC3, 0xD2, 0xC7, 0x72,
    +    0x51, 0x18, 0xDF, 0x46, 0x95, 0x79, 0xD9, 0xBD, 0xB5, 0x19, 0x02, 0x2C,
    +    0x87, 0xDC, 0xE7, 0x57, 0x82, 0x7E, 0xF1, 0x8B, 0x06, 0x3D, 0x00, 0xA5,
    +    0x7B, 0x6B, 0x26, 0x27, 0x91, 0x0F, 0x6A, 0x77, 0xE4, 0xD5, 0x04, 0xE4,
    +    0x12, 0x2C, 0x42, 0xFF, 0xD2, 0x88, 0xBB, 0xD3, 0x92, 0xA0, 0xF9, 0xC8,
    +    0x51, 0x64, 0x14, 0x5C, 0xD8, 0xF9, 0x6C, 0x47, 0x82, 0xB4, 0x1C, 0x7F,
    +    0x09, 0xB8, 0xF0, 0x25, 0x83, 0x1D, 0x3F, 0x3F, 0x05, 0xB3, 0x21, 0x0A,
    +    0x5D, 0xA7, 0xD8, 0x54, 0xC3, 0x65, 0x7D, 0xC3, 0xB0, 0x1D, 0xBF, 0xAE,
    +    0xF8, 0x68, 0xCF, 0x9B,
    +};
    +
    +static unsigned char dsa2048_q[] = {
    +    0x97, 0xE7, 0x33, 0x4D, 0xD3, 0x94, 0x3E, 0x0B, 0xDB, 0x62, 0x74, 0xC6,
    +    0xA1, 0x08, 0xDD, 0x19, 0xA3, 0x75, 0x17, 0x1B,
    +};
    +
    +static unsigned char dsa2048_g[] = {
    +    0x2C, 0x78, 0x16, 0x59, 0x34, 0x63, 0xF4, 0xF3, 0x92, 0xFC, 0xB5, 0xA5,
    +    0x4F, 0x13, 0xDE, 0x2F, 0x1C, 0xA4, 0x3C, 0xAE, 0xAD, 0x38, 0x3F, 0x7E,
    +    0x90, 0xBF, 0x96, 0xA6, 0xAE, 0x25, 0x90, 0x72, 0xF5, 0x8E, 0x80, 0x0C,
    +    0x39, 0x1C, 0xD9, 0xEC, 0xBA, 0x90, 0x5B, 0x3A, 0xE8, 0x58, 0x6C, 0x9E,
    +    0x30, 0x42, 0x37, 0x02, 0x31, 0x82, 0xBC, 0x6A, 0xDF, 0x6A, 0x09, 0x29,
    +    0xE3, 0xC0, 0x46, 0xD1, 0xCB, 0x85, 0xEC, 0x0C, 0x30, 0x5E, 0xEA, 0xC8,
    +    0x39, 0x8E, 0x22, 0x9F, 0x22, 0x10, 0xD2, 0x34, 0x61, 0x68, 0x37, 0x3D,
    +    0x2E, 0x4A, 0x5B, 0x9A, 0xF5, 0xC1, 0x48, 0xC6, 0xF6, 0xDC, 0x63, 0x1A,
    +    0xD3, 0x96, 0x64, 0xBA, 0x34, 0xC9, 0xD1, 0xA0, 0xD1, 0xAE, 0x6C, 0x2F,
    +    0x48, 0x17, 0x93, 0x14, 0x43, 0xED, 0xF0, 0x21, 0x30, 0x19, 0xC3, 0x1B,
    +    0x5F, 0xDE, 0xA3, 0xF0, 0x70, 0x78, 0x18, 0xE1, 0xA8, 0xE4, 0xEE, 0x2E,
    +    0x00, 0xA5, 0xE4, 0xB3, 0x17, 0xC8, 0x0C, 0x7D, 0x6E, 0x42, 0xDC, 0xB7,
    +    0x46, 0x00, 0x36, 0x4D, 0xD4, 0x46, 0xAA, 0x3D, 0x3C, 0x46, 0x89, 0x40,
    +    0xBF, 0x1D, 0x84, 0x77, 0x0A, 0x75, 0xF3, 0x87, 0x1D, 0x08, 0x4C, 0xA6,
    +    0xD1, 0xA9, 0x1C, 0x1E, 0x12, 0x1E, 0xE1, 0xC7, 0x30, 0x28, 0x76, 0xA5,
    +    0x7F, 0x6C, 0x85, 0x96, 0x2B, 0x6F, 0xDB, 0x80, 0x66, 0x26, 0xAE, 0xF5,
    +    0x93, 0xC7, 0x8E, 0xAE, 0x9A, 0xED, 0xE4, 0xCA, 0x04, 0xEA, 0x3B, 0x72,
    +    0xEF, 0xDC, 0x87, 0xED, 0x0D, 0xA5, 0x4C, 0x4A, 0xDD, 0x71, 0x22, 0x64,
    +    0x59, 0x69, 0x4E, 0x8E, 0xBF, 0x43, 0xDC, 0xAB, 0x8E, 0x66, 0xBB, 0x01,
    +    0xB6, 0xF4, 0xE7, 0xFD, 0xD2, 0xAD, 0x9F, 0x36, 0xC1, 0xA0, 0x29, 0x99,
    +    0xD1, 0x96, 0x70, 0x59, 0x06, 0x78, 0x35, 0xBD, 0x65, 0x55, 0x52, 0x9E,
    +    0xF8, 0xB2, 0xE5, 0x38,
    +};
    +
     DSA *get_dsa2048()
    -	{
    -	DSA *dsa;
    - 
    -	if ((dsa=DSA_new()) == NULL) return(NULL);
    -	dsa->priv_key=BN_bin2bn(dsa2048_priv,sizeof(dsa2048_priv),NULL);
    -	dsa->pub_key=BN_bin2bn(dsa2048_pub,sizeof(dsa2048_pub),NULL);
    -	dsa->p=BN_bin2bn(dsa2048_p,sizeof(dsa2048_p),NULL);
    -	dsa->q=BN_bin2bn(dsa2048_q,sizeof(dsa2048_q),NULL);
    -	dsa->g=BN_bin2bn(dsa2048_g,sizeof(dsa2048_g),NULL);
    -	if ((dsa->priv_key == NULL) || (dsa->pub_key == NULL) || (dsa->p == NULL) ||
    -				(dsa->q == NULL) || (dsa->g == NULL))
    -		return(NULL);
    -	return(dsa);
    -	}
    -
    -static const char rnd_seed[] = "string to make the random number generator think it has entropy";
    +{
    +    DSA *dsa;
    +
    +    if ((dsa = DSA_new()) == NULL)
    +        return (NULL);
    +    dsa->priv_key = BN_bin2bn(dsa2048_priv, sizeof(dsa2048_priv), NULL);
    +    dsa->pub_key = BN_bin2bn(dsa2048_pub, sizeof(dsa2048_pub), NULL);
    +    dsa->p = BN_bin2bn(dsa2048_p, sizeof(dsa2048_p), NULL);
    +    dsa->q = BN_bin2bn(dsa2048_q, sizeof(dsa2048_q), NULL);
    +    dsa->g = BN_bin2bn(dsa2048_g, sizeof(dsa2048_g), NULL);
    +    if ((dsa->priv_key == NULL) || (dsa->pub_key == NULL) || (dsa->p == NULL)
    +        || (dsa->q == NULL) || (dsa->g == NULL))
    +        return (NULL);
    +    return (dsa);
    +}
    +
    +static const char rnd_seed[] =
    +    "string to make the random number generator think it has entropy";
     static int rnd_fake = 0;
    diff --git a/openssl/apps/testrsa.h b/openssl/apps/testrsa.h
    index 3007d792b..a7913fdd7 100644
    --- a/openssl/apps/testrsa.h
    +++ b/openssl/apps/testrsa.h
    @@ -6,21 +6,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -35,10 +35,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -50,469 +50,469 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
     
    -static unsigned char test512[]={
    -	0x30,0x82,0x01,0x3a,0x02,0x01,0x00,0x02,0x41,0x00,
    -	0xd6,0x33,0xb9,0xc8,0xfb,0x4f,0x3c,0x7d,0xc0,0x01,
    -	0x86,0xd0,0xe7,0xa0,0x55,0xf2,0x95,0x93,0xcc,0x4f,
    -	0xb7,0x5b,0x67,0x5b,0x94,0x68,0xc9,0x34,0x15,0xde,
    -	0xa5,0x2e,0x1c,0x33,0xc2,0x6e,0xfc,0x34,0x5e,0x71,
    -	0x13,0xb7,0xd6,0xee,0xd8,0xa5,0x65,0x05,0x72,0x87,
    -	0xa8,0xb0,0x77,0xfe,0x57,0xf5,0xfc,0x5f,0x55,0x83,
    -	0x87,0xdd,0x57,0x49,0x02,0x03,0x01,0x00,0x01,0x02,
    -	0x41,0x00,0xa7,0xf7,0x91,0xc5,0x0f,0x84,0x57,0xdc,
    -	0x07,0xf7,0x6a,0x7f,0x60,0x52,0xb3,0x72,0xf1,0x66,
    -	0x1f,0x7d,0x97,0x3b,0x9e,0xb6,0x0a,0x8f,0x8c,0xcf,
    -	0x42,0x23,0x00,0x04,0xd4,0x28,0x0e,0x1c,0x90,0xc4,
    -	0x11,0x25,0x25,0xa5,0x93,0xa5,0x2f,0x70,0x02,0xdf,
    -	0x81,0x9c,0x49,0x03,0xa0,0xf8,0x6d,0x54,0x2e,0x26,
    -	0xde,0xaa,0x85,0x59,0xa8,0x31,0x02,0x21,0x00,0xeb,
    -	0x47,0xd7,0x3b,0xf6,0xc3,0xdd,0x5a,0x46,0xc5,0xb9,
    -	0x2b,0x9a,0xa0,0x09,0x8f,0xa6,0xfb,0xf3,0x78,0x7a,
    -	0x33,0x70,0x9d,0x0f,0x42,0x6b,0x13,0x68,0x24,0xd3,
    -	0x15,0x02,0x21,0x00,0xe9,0x10,0xb0,0xb3,0x0d,0xe2,
    -	0x82,0x68,0x77,0x8a,0x6e,0x7c,0xda,0xbc,0x3e,0x53,
    -	0x83,0xfb,0xd6,0x22,0xe7,0xb5,0xae,0x6e,0x80,0xda,
    -	0x00,0x55,0x97,0xc1,0xd0,0x65,0x02,0x20,0x4c,0xf8,
    -	0x73,0xb1,0x6a,0x49,0x29,0x61,0x1f,0x46,0x10,0x0d,
    -	0xf3,0xc7,0xe7,0x58,0xd7,0x88,0x15,0x5e,0x94,0x9b,
    -	0xbf,0x7b,0xa2,0x42,0x58,0x45,0x41,0x0c,0xcb,0x01,
    -	0x02,0x20,0x12,0x11,0xba,0x31,0x57,0x9d,0x3d,0x11,
    -	0x0e,0x5b,0x8c,0x2f,0x5f,0xe2,0x02,0x4f,0x05,0x47,
    -	0x8c,0x15,0x8e,0xb3,0x56,0x3f,0xb8,0xfb,0xad,0xd4,
    -	0xf4,0xfc,0x10,0xc5,0x02,0x20,0x18,0xa1,0x29,0x99,
    -	0x5b,0xd9,0xc8,0xd4,0xfc,0x49,0x7a,0x2a,0x21,0x2c,
    -	0x49,0xe4,0x4f,0xeb,0xef,0x51,0xf1,0xab,0x6d,0xfb,
    -	0x4b,0x14,0xe9,0x4b,0x52,0xb5,0x82,0x2c,
    -	};
    +static unsigned char test512[] = {
    +    0x30, 0x82, 0x01, 0x3a, 0x02, 0x01, 0x00, 0x02, 0x41, 0x00,
    +    0xd6, 0x33, 0xb9, 0xc8, 0xfb, 0x4f, 0x3c, 0x7d, 0xc0, 0x01,
    +    0x86, 0xd0, 0xe7, 0xa0, 0x55, 0xf2, 0x95, 0x93, 0xcc, 0x4f,
    +    0xb7, 0x5b, 0x67, 0x5b, 0x94, 0x68, 0xc9, 0x34, 0x15, 0xde,
    +    0xa5, 0x2e, 0x1c, 0x33, 0xc2, 0x6e, 0xfc, 0x34, 0x5e, 0x71,
    +    0x13, 0xb7, 0xd6, 0xee, 0xd8, 0xa5, 0x65, 0x05, 0x72, 0x87,
    +    0xa8, 0xb0, 0x77, 0xfe, 0x57, 0xf5, 0xfc, 0x5f, 0x55, 0x83,
    +    0x87, 0xdd, 0x57, 0x49, 0x02, 0x03, 0x01, 0x00, 0x01, 0x02,
    +    0x41, 0x00, 0xa7, 0xf7, 0x91, 0xc5, 0x0f, 0x84, 0x57, 0xdc,
    +    0x07, 0xf7, 0x6a, 0x7f, 0x60, 0x52, 0xb3, 0x72, 0xf1, 0x66,
    +    0x1f, 0x7d, 0x97, 0x3b, 0x9e, 0xb6, 0x0a, 0x8f, 0x8c, 0xcf,
    +    0x42, 0x23, 0x00, 0x04, 0xd4, 0x28, 0x0e, 0x1c, 0x90, 0xc4,
    +    0x11, 0x25, 0x25, 0xa5, 0x93, 0xa5, 0x2f, 0x70, 0x02, 0xdf,
    +    0x81, 0x9c, 0x49, 0x03, 0xa0, 0xf8, 0x6d, 0x54, 0x2e, 0x26,
    +    0xde, 0xaa, 0x85, 0x59, 0xa8, 0x31, 0x02, 0x21, 0x00, 0xeb,
    +    0x47, 0xd7, 0x3b, 0xf6, 0xc3, 0xdd, 0x5a, 0x46, 0xc5, 0xb9,
    +    0x2b, 0x9a, 0xa0, 0x09, 0x8f, 0xa6, 0xfb, 0xf3, 0x78, 0x7a,
    +    0x33, 0x70, 0x9d, 0x0f, 0x42, 0x6b, 0x13, 0x68, 0x24, 0xd3,
    +    0x15, 0x02, 0x21, 0x00, 0xe9, 0x10, 0xb0, 0xb3, 0x0d, 0xe2,
    +    0x82, 0x68, 0x77, 0x8a, 0x6e, 0x7c, 0xda, 0xbc, 0x3e, 0x53,
    +    0x83, 0xfb, 0xd6, 0x22, 0xe7, 0xb5, 0xae, 0x6e, 0x80, 0xda,
    +    0x00, 0x55, 0x97, 0xc1, 0xd0, 0x65, 0x02, 0x20, 0x4c, 0xf8,
    +    0x73, 0xb1, 0x6a, 0x49, 0x29, 0x61, 0x1f, 0x46, 0x10, 0x0d,
    +    0xf3, 0xc7, 0xe7, 0x58, 0xd7, 0x88, 0x15, 0x5e, 0x94, 0x9b,
    +    0xbf, 0x7b, 0xa2, 0x42, 0x58, 0x45, 0x41, 0x0c, 0xcb, 0x01,
    +    0x02, 0x20, 0x12, 0x11, 0xba, 0x31, 0x57, 0x9d, 0x3d, 0x11,
    +    0x0e, 0x5b, 0x8c, 0x2f, 0x5f, 0xe2, 0x02, 0x4f, 0x05, 0x47,
    +    0x8c, 0x15, 0x8e, 0xb3, 0x56, 0x3f, 0xb8, 0xfb, 0xad, 0xd4,
    +    0xf4, 0xfc, 0x10, 0xc5, 0x02, 0x20, 0x18, 0xa1, 0x29, 0x99,
    +    0x5b, 0xd9, 0xc8, 0xd4, 0xfc, 0x49, 0x7a, 0x2a, 0x21, 0x2c,
    +    0x49, 0xe4, 0x4f, 0xeb, 0xef, 0x51, 0xf1, 0xab, 0x6d, 0xfb,
    +    0x4b, 0x14, 0xe9, 0x4b, 0x52, 0xb5, 0x82, 0x2c,
    +};
     
    -static unsigned char test1024[]={
    -	0x30,0x82,0x02,0x5c,0x02,0x01,0x00,0x02,0x81,0x81,
    -	0x00,0xdc,0x98,0x43,0xe8,0x3d,0x43,0x5b,0xe4,0x05,
    -	0xcd,0xd0,0xa9,0x3e,0xcb,0x83,0x75,0xf6,0xb5,0xa5,
    -	0x9f,0x6b,0xe9,0x34,0x41,0x29,0x18,0xfa,0x6a,0x55,
    -	0x4d,0x70,0xfc,0xec,0xae,0x87,0x38,0x0a,0x20,0xa9,
    -	0xc0,0x45,0x77,0x6e,0x57,0x60,0x57,0xf4,0xed,0x96,
    -	0x22,0xcb,0x8f,0xe1,0x33,0x3a,0x17,0x1f,0xed,0x37,
    -	0xa5,0x6f,0xeb,0xa6,0xbc,0x12,0x80,0x1d,0x53,0xbd,
    -	0x70,0xeb,0x21,0x76,0x3e,0xc9,0x2f,0x1a,0x45,0x24,
    -	0x82,0xff,0xcd,0x59,0x32,0x06,0x2e,0x12,0x3b,0x23,
    -	0x78,0xed,0x12,0x3d,0xe0,0x8d,0xf9,0x67,0x4f,0x37,
    -	0x4e,0x47,0x02,0x4c,0x2d,0xc0,0x4f,0x1f,0xb3,0x94,
    -	0xe1,0x41,0x2e,0x2d,0x90,0x10,0xfc,0x82,0x91,0x8b,
    -	0x0f,0x22,0xd4,0xf2,0xfc,0x2c,0xab,0x53,0x55,0x02,
    -	0x03,0x01,0x00,0x01,0x02,0x81,0x80,0x2b,0xcc,0x3f,
    -	0x8f,0x58,0xba,0x8b,0x00,0x16,0xf6,0xea,0x3a,0xf0,
    -	0x30,0xd0,0x05,0x17,0xda,0xb0,0xeb,0x9a,0x2d,0x4f,
    -	0x26,0xb0,0xd6,0x38,0xc1,0xeb,0xf5,0xd8,0x3d,0x1f,
    -	0x70,0xf7,0x7f,0xf4,0xe2,0xcf,0x51,0x51,0x79,0x88,
    -	0xfa,0xe8,0x32,0x0e,0x7b,0x2d,0x97,0xf2,0xfa,0xba,
    -	0x27,0xc5,0x9c,0xd9,0xc5,0xeb,0x8a,0x79,0x52,0x3c,
    -	0x64,0x34,0x7d,0xc2,0xcf,0x28,0xc7,0x4e,0xd5,0x43,
    -	0x0b,0xd1,0xa6,0xca,0x6d,0x03,0x2d,0x72,0x23,0xbc,
    -	0x6d,0x05,0xfa,0x16,0x09,0x2f,0x2e,0x5c,0xb6,0xee,
    -	0x74,0xdd,0xd2,0x48,0x8e,0x36,0x0c,0x06,0x3d,0x4d,
    -	0xe5,0x10,0x82,0xeb,0x6a,0xf3,0x4b,0x9f,0xd6,0xed,
    -	0x11,0xb1,0x6e,0xec,0xf4,0xfe,0x8e,0x75,0x94,0x20,
    -	0x2f,0xcb,0xac,0x46,0xf1,0x02,0x41,0x00,0xf9,0x8c,
    -	0xa3,0x85,0xb1,0xdd,0x29,0xaf,0x65,0xc1,0x33,0xf3,
    -	0x95,0xc5,0x52,0x68,0x0b,0xd4,0xf1,0xe5,0x0e,0x02,
    -	0x9f,0x4f,0xfa,0x77,0xdc,0x46,0x9e,0xc7,0xa6,0xe4,
    -	0x16,0x29,0xda,0xb0,0x07,0xcf,0x5b,0xa9,0x12,0x8a,
    -	0xdd,0x63,0x0a,0xde,0x2e,0x8c,0x66,0x8b,0x8c,0xdc,
    -	0x19,0xa3,0x7e,0xf4,0x3b,0xd0,0x1a,0x8c,0xa4,0xc2,
    -	0xe1,0xd3,0x02,0x41,0x00,0xe2,0x4c,0x05,0xf2,0x04,
    -	0x86,0x4e,0x61,0x43,0xdb,0xb0,0xb9,0x96,0x86,0x52,
    -	0x2c,0xca,0x8d,0x7b,0xab,0x0b,0x13,0x0d,0x7e,0x38,
    -	0x5b,0xe2,0x2e,0x7b,0x0e,0xe7,0x19,0x99,0x38,0xe7,
    -	0xf2,0x21,0xbd,0x85,0x85,0xe3,0xfd,0x28,0x77,0x20,
    -	0x31,0x71,0x2c,0xd0,0xff,0xfb,0x2e,0xaf,0x85,0xb4,
    -	0x86,0xca,0xf3,0xbb,0xca,0xaa,0x0f,0x95,0x37,0x02,
    -	0x40,0x0e,0x41,0x9a,0x95,0xe8,0xb3,0x59,0xce,0x4b,
    -	0x61,0xde,0x35,0xec,0x38,0x79,0x9c,0xb8,0x10,0x52,
    -	0x41,0x63,0xab,0x82,0xae,0x6f,0x00,0xa9,0xf4,0xde,
    -	0xdd,0x49,0x0b,0x7e,0xb8,0xa5,0x65,0xa9,0x0c,0x8f,
    -	0x8f,0xf9,0x1f,0x35,0xc6,0x92,0xb8,0x5e,0xb0,0x66,
    -	0xab,0x52,0x40,0xc0,0xb6,0x36,0x6a,0x7d,0x80,0x46,
    -	0x04,0x02,0xe5,0x9f,0x41,0x02,0x41,0x00,0xc0,0xad,
    -	0xcc,0x4e,0x21,0xee,0x1d,0x24,0x91,0xfb,0xa7,0x80,
    -	0x8d,0x9a,0xb6,0xb3,0x2e,0x8f,0xc2,0xe1,0x82,0xdf,
    -	0x69,0x18,0xb4,0x71,0xff,0xa6,0x65,0xde,0xed,0x84,
    -	0x8d,0x42,0xb7,0xb3,0x21,0x69,0x56,0x1c,0x07,0x60,
    -	0x51,0x29,0x04,0xff,0x34,0x06,0xdd,0xb9,0x67,0x2c,
    -	0x7c,0x04,0x93,0x0e,0x46,0x15,0xbb,0x2a,0xb7,0x1b,
    -	0xe7,0x87,0x02,0x40,0x78,0xda,0x5d,0x07,0x51,0x0c,
    -	0x16,0x7a,0x9f,0x29,0x20,0x84,0x0d,0x42,0xfa,0xd7,
    -	0x00,0xd8,0x77,0x7e,0xb0,0xb0,0x6b,0xd6,0x5b,0x53,
    -	0xb8,0x9b,0x7a,0xcd,0xc7,0x2b,0xb8,0x6a,0x63,0xa9,
    -	0xfb,0x6f,0xa4,0x72,0xbf,0x4c,0x5d,0x00,0x14,0xba,
    -	0xfa,0x59,0x88,0xed,0xe4,0xe0,0x8c,0xa2,0xec,0x14,
    -	0x7e,0x2d,0xe2,0xf0,0x46,0x49,0x95,0x45,
    -	};
    +static unsigned char test1024[] = {
    +    0x30, 0x82, 0x02, 0x5c, 0x02, 0x01, 0x00, 0x02, 0x81, 0x81,
    +    0x00, 0xdc, 0x98, 0x43, 0xe8, 0x3d, 0x43, 0x5b, 0xe4, 0x05,
    +    0xcd, 0xd0, 0xa9, 0x3e, 0xcb, 0x83, 0x75, 0xf6, 0xb5, 0xa5,
    +    0x9f, 0x6b, 0xe9, 0x34, 0x41, 0x29, 0x18, 0xfa, 0x6a, 0x55,
    +    0x4d, 0x70, 0xfc, 0xec, 0xae, 0x87, 0x38, 0x0a, 0x20, 0xa9,
    +    0xc0, 0x45, 0x77, 0x6e, 0x57, 0x60, 0x57, 0xf4, 0xed, 0x96,
    +    0x22, 0xcb, 0x8f, 0xe1, 0x33, 0x3a, 0x17, 0x1f, 0xed, 0x37,
    +    0xa5, 0x6f, 0xeb, 0xa6, 0xbc, 0x12, 0x80, 0x1d, 0x53, 0xbd,
    +    0x70, 0xeb, 0x21, 0x76, 0x3e, 0xc9, 0x2f, 0x1a, 0x45, 0x24,
    +    0x82, 0xff, 0xcd, 0x59, 0x32, 0x06, 0x2e, 0x12, 0x3b, 0x23,
    +    0x78, 0xed, 0x12, 0x3d, 0xe0, 0x8d, 0xf9, 0x67, 0x4f, 0x37,
    +    0x4e, 0x47, 0x02, 0x4c, 0x2d, 0xc0, 0x4f, 0x1f, 0xb3, 0x94,
    +    0xe1, 0x41, 0x2e, 0x2d, 0x90, 0x10, 0xfc, 0x82, 0x91, 0x8b,
    +    0x0f, 0x22, 0xd4, 0xf2, 0xfc, 0x2c, 0xab, 0x53, 0x55, 0x02,
    +    0x03, 0x01, 0x00, 0x01, 0x02, 0x81, 0x80, 0x2b, 0xcc, 0x3f,
    +    0x8f, 0x58, 0xba, 0x8b, 0x00, 0x16, 0xf6, 0xea, 0x3a, 0xf0,
    +    0x30, 0xd0, 0x05, 0x17, 0xda, 0xb0, 0xeb, 0x9a, 0x2d, 0x4f,
    +    0x26, 0xb0, 0xd6, 0x38, 0xc1, 0xeb, 0xf5, 0xd8, 0x3d, 0x1f,
    +    0x70, 0xf7, 0x7f, 0xf4, 0xe2, 0xcf, 0x51, 0x51, 0x79, 0x88,
    +    0xfa, 0xe8, 0x32, 0x0e, 0x7b, 0x2d, 0x97, 0xf2, 0xfa, 0xba,
    +    0x27, 0xc5, 0x9c, 0xd9, 0xc5, 0xeb, 0x8a, 0x79, 0x52, 0x3c,
    +    0x64, 0x34, 0x7d, 0xc2, 0xcf, 0x28, 0xc7, 0x4e, 0xd5, 0x43,
    +    0x0b, 0xd1, 0xa6, 0xca, 0x6d, 0x03, 0x2d, 0x72, 0x23, 0xbc,
    +    0x6d, 0x05, 0xfa, 0x16, 0x09, 0x2f, 0x2e, 0x5c, 0xb6, 0xee,
    +    0x74, 0xdd, 0xd2, 0x48, 0x8e, 0x36, 0x0c, 0x06, 0x3d, 0x4d,
    +    0xe5, 0x10, 0x82, 0xeb, 0x6a, 0xf3, 0x4b, 0x9f, 0xd6, 0xed,
    +    0x11, 0xb1, 0x6e, 0xec, 0xf4, 0xfe, 0x8e, 0x75, 0x94, 0x20,
    +    0x2f, 0xcb, 0xac, 0x46, 0xf1, 0x02, 0x41, 0x00, 0xf9, 0x8c,
    +    0xa3, 0x85, 0xb1, 0xdd, 0x29, 0xaf, 0x65, 0xc1, 0x33, 0xf3,
    +    0x95, 0xc5, 0x52, 0x68, 0x0b, 0xd4, 0xf1, 0xe5, 0x0e, 0x02,
    +    0x9f, 0x4f, 0xfa, 0x77, 0xdc, 0x46, 0x9e, 0xc7, 0xa6, 0xe4,
    +    0x16, 0x29, 0xda, 0xb0, 0x07, 0xcf, 0x5b, 0xa9, 0x12, 0x8a,
    +    0xdd, 0x63, 0x0a, 0xde, 0x2e, 0x8c, 0x66, 0x8b, 0x8c, 0xdc,
    +    0x19, 0xa3, 0x7e, 0xf4, 0x3b, 0xd0, 0x1a, 0x8c, 0xa4, 0xc2,
    +    0xe1, 0xd3, 0x02, 0x41, 0x00, 0xe2, 0x4c, 0x05, 0xf2, 0x04,
    +    0x86, 0x4e, 0x61, 0x43, 0xdb, 0xb0, 0xb9, 0x96, 0x86, 0x52,
    +    0x2c, 0xca, 0x8d, 0x7b, 0xab, 0x0b, 0x13, 0x0d, 0x7e, 0x38,
    +    0x5b, 0xe2, 0x2e, 0x7b, 0x0e, 0xe7, 0x19, 0x99, 0x38, 0xe7,
    +    0xf2, 0x21, 0xbd, 0x85, 0x85, 0xe3, 0xfd, 0x28, 0x77, 0x20,
    +    0x31, 0x71, 0x2c, 0xd0, 0xff, 0xfb, 0x2e, 0xaf, 0x85, 0xb4,
    +    0x86, 0xca, 0xf3, 0xbb, 0xca, 0xaa, 0x0f, 0x95, 0x37, 0x02,
    +    0x40, 0x0e, 0x41, 0x9a, 0x95, 0xe8, 0xb3, 0x59, 0xce, 0x4b,
    +    0x61, 0xde, 0x35, 0xec, 0x38, 0x79, 0x9c, 0xb8, 0x10, 0x52,
    +    0x41, 0x63, 0xab, 0x82, 0xae, 0x6f, 0x00, 0xa9, 0xf4, 0xde,
    +    0xdd, 0x49, 0x0b, 0x7e, 0xb8, 0xa5, 0x65, 0xa9, 0x0c, 0x8f,
    +    0x8f, 0xf9, 0x1f, 0x35, 0xc6, 0x92, 0xb8, 0x5e, 0xb0, 0x66,
    +    0xab, 0x52, 0x40, 0xc0, 0xb6, 0x36, 0x6a, 0x7d, 0x80, 0x46,
    +    0x04, 0x02, 0xe5, 0x9f, 0x41, 0x02, 0x41, 0x00, 0xc0, 0xad,
    +    0xcc, 0x4e, 0x21, 0xee, 0x1d, 0x24, 0x91, 0xfb, 0xa7, 0x80,
    +    0x8d, 0x9a, 0xb6, 0xb3, 0x2e, 0x8f, 0xc2, 0xe1, 0x82, 0xdf,
    +    0x69, 0x18, 0xb4, 0x71, 0xff, 0xa6, 0x65, 0xde, 0xed, 0x84,
    +    0x8d, 0x42, 0xb7, 0xb3, 0x21, 0x69, 0x56, 0x1c, 0x07, 0x60,
    +    0x51, 0x29, 0x04, 0xff, 0x34, 0x06, 0xdd, 0xb9, 0x67, 0x2c,
    +    0x7c, 0x04, 0x93, 0x0e, 0x46, 0x15, 0xbb, 0x2a, 0xb7, 0x1b,
    +    0xe7, 0x87, 0x02, 0x40, 0x78, 0xda, 0x5d, 0x07, 0x51, 0x0c,
    +    0x16, 0x7a, 0x9f, 0x29, 0x20, 0x84, 0x0d, 0x42, 0xfa, 0xd7,
    +    0x00, 0xd8, 0x77, 0x7e, 0xb0, 0xb0, 0x6b, 0xd6, 0x5b, 0x53,
    +    0xb8, 0x9b, 0x7a, 0xcd, 0xc7, 0x2b, 0xb8, 0x6a, 0x63, 0xa9,
    +    0xfb, 0x6f, 0xa4, 0x72, 0xbf, 0x4c, 0x5d, 0x00, 0x14, 0xba,
    +    0xfa, 0x59, 0x88, 0xed, 0xe4, 0xe0, 0x8c, 0xa2, 0xec, 0x14,
    +    0x7e, 0x2d, 0xe2, 0xf0, 0x46, 0x49, 0x95, 0x45,
    +};
     
    -static unsigned char test2048[]={
    -	0x30,0x82,0x04,0xa3,0x02,0x01,0x00,0x02,0x82,0x01,
    -	0x01,0x00,0xc0,0xc0,0xce,0x3e,0x3c,0x53,0x67,0x3f,
    -	0x4f,0xc5,0x2f,0xa4,0xc2,0x5a,0x2f,0x58,0xfd,0x27,
    -	0x52,0x6a,0xe8,0xcf,0x4a,0x73,0x47,0x8d,0x25,0x0f,
    -	0x5f,0x03,0x26,0x78,0xef,0xf0,0x22,0x12,0xd3,0xde,
    -	0x47,0xb2,0x1c,0x0b,0x38,0x63,0x1a,0x6c,0x85,0x7a,
    -	0x80,0xc6,0x8f,0xa0,0x41,0xaf,0x62,0xc4,0x67,0x32,
    -	0x88,0xf8,0xa6,0x9c,0xf5,0x23,0x1d,0xe4,0xac,0x3f,
    -	0x29,0xf9,0xec,0xe1,0x8b,0x26,0x03,0x2c,0xb2,0xab,
    -	0xf3,0x7d,0xb5,0xca,0x49,0xc0,0x8f,0x1c,0xdf,0x33,
    -	0x3a,0x60,0xda,0x3c,0xb0,0x16,0xf8,0xa9,0x12,0x8f,
    -	0x64,0xac,0x23,0x0c,0x69,0x64,0x97,0x5d,0x99,0xd4,
    -	0x09,0x83,0x9b,0x61,0xd3,0xac,0xf0,0xde,0xdd,0x5e,
    -	0x9f,0x44,0x94,0xdb,0x3a,0x4d,0x97,0xe8,0x52,0x29,
    -	0xf7,0xdb,0x94,0x07,0x45,0x90,0x78,0x1e,0x31,0x0b,
    -	0x80,0xf7,0x57,0xad,0x1c,0x79,0xc5,0xcb,0x32,0xb0,
    -	0xce,0xcd,0x74,0xb3,0xe2,0x94,0xc5,0x78,0x2f,0x34,
    -	0x1a,0x45,0xf7,0x8c,0x52,0xa5,0xbc,0x8d,0xec,0xd1,
    -	0x2f,0x31,0x3b,0xf0,0x49,0x59,0x5e,0x88,0x9d,0x15,
    -	0x92,0x35,0x32,0xc1,0xe7,0x61,0xec,0x50,0x48,0x7c,
    -	0xba,0x05,0xf9,0xf8,0xf8,0xa7,0x8c,0x83,0xe8,0x66,
    -	0x5b,0xeb,0xfe,0xd8,0x4f,0xdd,0x6d,0x36,0xc0,0xb2,
    -	0x90,0x0f,0xb8,0x52,0xf9,0x04,0x9b,0x40,0x2c,0x27,
    -	0xd6,0x36,0x8e,0xc2,0x1b,0x44,0xf3,0x92,0xd5,0x15,
    -	0x9e,0x9a,0xbc,0xf3,0x7d,0x03,0xd7,0x02,0x14,0x20,
    -	0xe9,0x10,0x92,0xfd,0xf9,0xfc,0x8f,0xe5,0x18,0xe1,
    -	0x95,0xcc,0x9e,0x60,0xa6,0xfa,0x38,0x4d,0x02,0x03,
    -	0x01,0x00,0x01,0x02,0x82,0x01,0x00,0x00,0xc3,0xc3,
    -	0x0d,0xb4,0x27,0x90,0x8d,0x4b,0xbf,0xb8,0x84,0xaa,
    -	0xd0,0xb8,0xc7,0x5d,0x99,0xbe,0x55,0xf6,0x3e,0x7c,
    -	0x49,0x20,0xcb,0x8a,0x8e,0x19,0x0e,0x66,0x24,0xac,
    -	0xaf,0x03,0x33,0x97,0xeb,0x95,0xd5,0x3b,0x0f,0x40,
    -	0x56,0x04,0x50,0xd1,0xe6,0xbe,0x84,0x0b,0x25,0xd3,
    -	0x9c,0xe2,0x83,0x6c,0xf5,0x62,0x5d,0xba,0x2b,0x7d,
    -	0x3d,0x7a,0x6c,0xe1,0xd2,0x0e,0x54,0x93,0x80,0x01,
    -	0x91,0x51,0x09,0xe8,0x5b,0x8e,0x47,0xbd,0x64,0xe4,
    -	0x0e,0x03,0x83,0x55,0xcf,0x5a,0x37,0xf0,0x25,0xb5,
    -	0x7d,0x21,0xd7,0x69,0xdf,0x6f,0xc2,0xcf,0x10,0xc9,
    -	0x8a,0x40,0x9f,0x7a,0x70,0xc0,0xe8,0xe8,0xc0,0xe6,
    -	0x9a,0x15,0x0a,0x8d,0x4e,0x46,0xcb,0x7a,0xdb,0xb3,
    -	0xcb,0x83,0x02,0xc4,0xf0,0xab,0xeb,0x02,0x01,0x0e,
    -	0x23,0xfc,0x1d,0xc4,0xbd,0xd4,0xaa,0x5d,0x31,0x46,
    -	0x99,0xce,0x9e,0xf8,0x04,0x75,0x10,0x67,0xc4,0x53,
    -	0x47,0x44,0xfa,0xc2,0x25,0x73,0x7e,0xd0,0x8e,0x59,
    -	0xd1,0xb2,0x5a,0xf4,0xc7,0x18,0x92,0x2f,0x39,0xab,
    -	0xcd,0xa3,0xb5,0xc2,0xb9,0xc7,0xb9,0x1b,0x9f,0x48,
    -	0xfa,0x13,0xc6,0x98,0x4d,0xca,0x84,0x9c,0x06,0xca,
    -	0xe7,0x89,0x01,0x04,0xc4,0x6c,0xfd,0x29,0x59,0x35,
    -	0xe7,0xf3,0xdd,0xce,0x64,0x59,0xbf,0x21,0x13,0xa9,
    -	0x9f,0x0e,0xc5,0xff,0xbd,0x33,0x00,0xec,0xac,0x6b,
    -	0x11,0xef,0x51,0x5e,0xad,0x07,0x15,0xde,0xb8,0x5f,
    -	0xc6,0xb9,0xa3,0x22,0x65,0x46,0x83,0x14,0xdf,0xd0,
    -	0xf1,0x44,0x8a,0xe1,0x9c,0x23,0x33,0xb4,0x97,0x33,
    -	0xe6,0x6b,0x81,0x02,0x81,0x81,0x00,0xec,0x12,0xa7,
    -	0x59,0x74,0x6a,0xde,0x3e,0xad,0xd8,0x36,0x80,0x50,
    -	0xa2,0xd5,0x21,0x81,0x07,0xf1,0xd0,0x91,0xf2,0x6c,
    -	0x12,0x2f,0x9d,0x1a,0x26,0xf8,0x30,0x65,0xdf,0xe8,
    -	0xc0,0x9b,0x6a,0x30,0x98,0x82,0x87,0xec,0xa2,0x56,
    -	0x87,0x62,0x6f,0xe7,0x9f,0xf6,0x56,0xe6,0x71,0x8f,
    -	0x49,0x86,0x93,0x5a,0x4d,0x34,0x58,0xfe,0xd9,0x04,
    -	0x13,0xaf,0x79,0xb7,0xad,0x11,0xd1,0x30,0x9a,0x14,
    -	0x06,0xa0,0xfa,0xb7,0x55,0xdc,0x6c,0x5a,0x4c,0x2c,
    -	0x59,0x56,0xf6,0xe8,0x9d,0xaf,0x0a,0x78,0x99,0x06,
    -	0x06,0x9e,0xe7,0x9c,0x51,0x55,0x43,0xfc,0x3b,0x6c,
    -	0x0b,0xbf,0x2d,0x41,0xa7,0xaf,0xb7,0xe0,0xe8,0x28,
    -	0x18,0xb4,0x13,0xd1,0xe6,0x97,0xd0,0x9f,0x6a,0x80,
    -	0xca,0xdd,0x1a,0x7e,0x15,0x02,0x81,0x81,0x00,0xd1,
    -	0x06,0x0c,0x1f,0xe3,0xd0,0xab,0xd6,0xca,0x7c,0xbc,
    -	0x7d,0x13,0x35,0xce,0x27,0xcd,0xd8,0x49,0x51,0x63,
    -	0x64,0x0f,0xca,0x06,0x12,0xfc,0x07,0x3e,0xaf,0x61,
    -	0x6d,0xe2,0x53,0x39,0x27,0xae,0xc3,0x11,0x9e,0x94,
    -	0x01,0x4f,0xe3,0xf3,0x67,0xf9,0x77,0xf9,0xe7,0x95,
    -	0x3a,0x6f,0xe2,0x20,0x73,0x3e,0xa4,0x7a,0x28,0xd4,
    -	0x61,0x97,0xf6,0x17,0xa0,0x23,0x10,0x2b,0xce,0x84,
    -	0x57,0x7e,0x25,0x1f,0xf4,0xa8,0x54,0xd2,0x65,0x94,
    -	0xcc,0x95,0x0a,0xab,0x30,0xc1,0x59,0x1f,0x61,0x8e,
    -	0xb9,0x6b,0xd7,0x4e,0xb9,0x83,0x43,0x79,0x85,0x11,
    -	0xbc,0x0f,0xae,0x25,0x20,0x05,0xbc,0xd2,0x48,0xa1,
    -	0x68,0x09,0x84,0xf6,0x12,0x9a,0x66,0xb9,0x2b,0xbb,
    -	0x76,0x03,0x17,0x46,0x4e,0x97,0x59,0x02,0x81,0x80,
    -	0x09,0x4c,0xfa,0xd6,0xe5,0x65,0x48,0x78,0x43,0xb5,
    -	0x1f,0x00,0x93,0x2c,0xb7,0x24,0xe8,0xc6,0x7d,0x5a,
    -	0x70,0x45,0x92,0xc8,0x6c,0xa3,0xcd,0xe1,0xf7,0x29,
    -	0x40,0xfa,0x3f,0x5b,0x47,0x44,0x39,0xc1,0xe8,0x72,
    -	0x9e,0x7a,0x0e,0xda,0xaa,0xa0,0x2a,0x09,0xfd,0x54,
    -	0x93,0x23,0xaa,0x37,0x85,0x5b,0xcc,0xd4,0xf9,0xd8,
    -	0xff,0xc1,0x61,0x0d,0xbd,0x7e,0x18,0x24,0x73,0x6d,
    -	0x40,0x72,0xf1,0x93,0x09,0x48,0x97,0x6c,0x84,0x90,
    -	0xa8,0x46,0x14,0x01,0x39,0x11,0xe5,0x3c,0x41,0x27,
    -	0x32,0x75,0x24,0xed,0xa1,0xd9,0x12,0x29,0x8a,0x28,
    -	0x71,0x89,0x8d,0xca,0x30,0xb0,0x01,0xc4,0x2f,0x82,
    -	0x19,0x14,0x4c,0x70,0x1c,0xb8,0x23,0x2e,0xe8,0x90,
    -	0x49,0x97,0x92,0x97,0x6b,0x7a,0x9d,0xb9,0x02,0x81,
    -	0x80,0x0f,0x0e,0xa1,0x76,0xf6,0xa1,0x44,0x8f,0xaf,
    -	0x7c,0x76,0xd3,0x87,0xbb,0xbb,0x83,0x10,0x88,0x01,
    -	0x18,0x14,0xd1,0xd3,0x75,0x59,0x24,0xaa,0xf5,0x16,
    -	0xa5,0xe9,0x9d,0xd1,0xcc,0xee,0xf4,0x15,0xd9,0xc5,
    -	0x7e,0x27,0xe9,0x44,0x49,0x06,0x72,0xb9,0xfc,0xd3,
    -	0x8a,0xc4,0x2c,0x36,0x7d,0x12,0x9b,0x5a,0xaa,0xdc,
    -	0x85,0xee,0x6e,0xad,0x54,0xb3,0xf4,0xfc,0x31,0xa1,
    -	0x06,0x3a,0x70,0x57,0x0c,0xf3,0x95,0x5b,0x3e,0xe8,
    -	0xfd,0x1a,0x4f,0xf6,0x78,0x93,0x46,0x6a,0xd7,0x31,
    -	0xb4,0x84,0x64,0x85,0x09,0x38,0x89,0x92,0x94,0x1c,
    -	0xbf,0xe2,0x3c,0x2a,0xe0,0xff,0x99,0xa3,0xf0,0x2b,
    -	0x31,0xc2,0x36,0xcd,0x60,0xbf,0x9d,0x2d,0x74,0x32,
    -	0xe8,0x9c,0x93,0x6e,0xbb,0x91,0x7b,0xfd,0xd9,0x02,
    -	0x81,0x81,0x00,0xa2,0x71,0x25,0x38,0xeb,0x2a,0xe9,
    -	0x37,0xcd,0xfe,0x44,0xce,0x90,0x3f,0x52,0x87,0x84,
    -	0x52,0x1b,0xae,0x8d,0x22,0x94,0xce,0x38,0xe6,0x04,
    -	0x88,0x76,0x85,0x9a,0xd3,0x14,0x09,0xe5,0x69,0x9a,
    -	0xff,0x58,0x92,0x02,0x6a,0x7d,0x7c,0x1e,0x2c,0xfd,
    -	0xa8,0xca,0x32,0x14,0x4f,0x0d,0x84,0x0d,0x37,0x43,
    -	0xbf,0xe4,0x5d,0x12,0xc8,0x24,0x91,0x27,0x8d,0x46,
    -	0xd9,0x54,0x53,0xe7,0x62,0x71,0xa8,0x2b,0x71,0x41,
    -	0x8d,0x75,0xf8,0x3a,0xa0,0x61,0x29,0x46,0xa6,0xe5,
    -	0x82,0xfa,0x3a,0xd9,0x08,0xfa,0xfc,0x63,0xfd,0x6b,
    -	0x30,0xbc,0xf4,0x4e,0x9e,0x8c,0x25,0x0c,0xb6,0x55,
    -	0xe7,0x3c,0xd4,0x4e,0x0b,0xfd,0x8b,0xc3,0x0e,0x1d,
    -	0x9c,0x44,0x57,0x8f,0x1f,0x86,0xf7,0xd5,0x1b,0xe4,
    -	0x95,
    -	};
    +static unsigned char test2048[] = {
    +    0x30, 0x82, 0x04, 0xa3, 0x02, 0x01, 0x00, 0x02, 0x82, 0x01,
    +    0x01, 0x00, 0xc0, 0xc0, 0xce, 0x3e, 0x3c, 0x53, 0x67, 0x3f,
    +    0x4f, 0xc5, 0x2f, 0xa4, 0xc2, 0x5a, 0x2f, 0x58, 0xfd, 0x27,
    +    0x52, 0x6a, 0xe8, 0xcf, 0x4a, 0x73, 0x47, 0x8d, 0x25, 0x0f,
    +    0x5f, 0x03, 0x26, 0x78, 0xef, 0xf0, 0x22, 0x12, 0xd3, 0xde,
    +    0x47, 0xb2, 0x1c, 0x0b, 0x38, 0x63, 0x1a, 0x6c, 0x85, 0x7a,
    +    0x80, 0xc6, 0x8f, 0xa0, 0x41, 0xaf, 0x62, 0xc4, 0x67, 0x32,
    +    0x88, 0xf8, 0xa6, 0x9c, 0xf5, 0x23, 0x1d, 0xe4, 0xac, 0x3f,
    +    0x29, 0xf9, 0xec, 0xe1, 0x8b, 0x26, 0x03, 0x2c, 0xb2, 0xab,
    +    0xf3, 0x7d, 0xb5, 0xca, 0x49, 0xc0, 0x8f, 0x1c, 0xdf, 0x33,
    +    0x3a, 0x60, 0xda, 0x3c, 0xb0, 0x16, 0xf8, 0xa9, 0x12, 0x8f,
    +    0x64, 0xac, 0x23, 0x0c, 0x69, 0x64, 0x97, 0x5d, 0x99, 0xd4,
    +    0x09, 0x83, 0x9b, 0x61, 0xd3, 0xac, 0xf0, 0xde, 0xdd, 0x5e,
    +    0x9f, 0x44, 0x94, 0xdb, 0x3a, 0x4d, 0x97, 0xe8, 0x52, 0x29,
    +    0xf7, 0xdb, 0x94, 0x07, 0x45, 0x90, 0x78, 0x1e, 0x31, 0x0b,
    +    0x80, 0xf7, 0x57, 0xad, 0x1c, 0x79, 0xc5, 0xcb, 0x32, 0xb0,
    +    0xce, 0xcd, 0x74, 0xb3, 0xe2, 0x94, 0xc5, 0x78, 0x2f, 0x34,
    +    0x1a, 0x45, 0xf7, 0x8c, 0x52, 0xa5, 0xbc, 0x8d, 0xec, 0xd1,
    +    0x2f, 0x31, 0x3b, 0xf0, 0x49, 0x59, 0x5e, 0x88, 0x9d, 0x15,
    +    0x92, 0x35, 0x32, 0xc1, 0xe7, 0x61, 0xec, 0x50, 0x48, 0x7c,
    +    0xba, 0x05, 0xf9, 0xf8, 0xf8, 0xa7, 0x8c, 0x83, 0xe8, 0x66,
    +    0x5b, 0xeb, 0xfe, 0xd8, 0x4f, 0xdd, 0x6d, 0x36, 0xc0, 0xb2,
    +    0x90, 0x0f, 0xb8, 0x52, 0xf9, 0x04, 0x9b, 0x40, 0x2c, 0x27,
    +    0xd6, 0x36, 0x8e, 0xc2, 0x1b, 0x44, 0xf3, 0x92, 0xd5, 0x15,
    +    0x9e, 0x9a, 0xbc, 0xf3, 0x7d, 0x03, 0xd7, 0x02, 0x14, 0x20,
    +    0xe9, 0x10, 0x92, 0xfd, 0xf9, 0xfc, 0x8f, 0xe5, 0x18, 0xe1,
    +    0x95, 0xcc, 0x9e, 0x60, 0xa6, 0xfa, 0x38, 0x4d, 0x02, 0x03,
    +    0x01, 0x00, 0x01, 0x02, 0x82, 0x01, 0x00, 0x00, 0xc3, 0xc3,
    +    0x0d, 0xb4, 0x27, 0x90, 0x8d, 0x4b, 0xbf, 0xb8, 0x84, 0xaa,
    +    0xd0, 0xb8, 0xc7, 0x5d, 0x99, 0xbe, 0x55, 0xf6, 0x3e, 0x7c,
    +    0x49, 0x20, 0xcb, 0x8a, 0x8e, 0x19, 0x0e, 0x66, 0x24, 0xac,
    +    0xaf, 0x03, 0x33, 0x97, 0xeb, 0x95, 0xd5, 0x3b, 0x0f, 0x40,
    +    0x56, 0x04, 0x50, 0xd1, 0xe6, 0xbe, 0x84, 0x0b, 0x25, 0xd3,
    +    0x9c, 0xe2, 0x83, 0x6c, 0xf5, 0x62, 0x5d, 0xba, 0x2b, 0x7d,
    +    0x3d, 0x7a, 0x6c, 0xe1, 0xd2, 0x0e, 0x54, 0x93, 0x80, 0x01,
    +    0x91, 0x51, 0x09, 0xe8, 0x5b, 0x8e, 0x47, 0xbd, 0x64, 0xe4,
    +    0x0e, 0x03, 0x83, 0x55, 0xcf, 0x5a, 0x37, 0xf0, 0x25, 0xb5,
    +    0x7d, 0x21, 0xd7, 0x69, 0xdf, 0x6f, 0xc2, 0xcf, 0x10, 0xc9,
    +    0x8a, 0x40, 0x9f, 0x7a, 0x70, 0xc0, 0xe8, 0xe8, 0xc0, 0xe6,
    +    0x9a, 0x15, 0x0a, 0x8d, 0x4e, 0x46, 0xcb, 0x7a, 0xdb, 0xb3,
    +    0xcb, 0x83, 0x02, 0xc4, 0xf0, 0xab, 0xeb, 0x02, 0x01, 0x0e,
    +    0x23, 0xfc, 0x1d, 0xc4, 0xbd, 0xd4, 0xaa, 0x5d, 0x31, 0x46,
    +    0x99, 0xce, 0x9e, 0xf8, 0x04, 0x75, 0x10, 0x67, 0xc4, 0x53,
    +    0x47, 0x44, 0xfa, 0xc2, 0x25, 0x73, 0x7e, 0xd0, 0x8e, 0x59,
    +    0xd1, 0xb2, 0x5a, 0xf4, 0xc7, 0x18, 0x92, 0x2f, 0x39, 0xab,
    +    0xcd, 0xa3, 0xb5, 0xc2, 0xb9, 0xc7, 0xb9, 0x1b, 0x9f, 0x48,
    +    0xfa, 0x13, 0xc6, 0x98, 0x4d, 0xca, 0x84, 0x9c, 0x06, 0xca,
    +    0xe7, 0x89, 0x01, 0x04, 0xc4, 0x6c, 0xfd, 0x29, 0x59, 0x35,
    +    0xe7, 0xf3, 0xdd, 0xce, 0x64, 0x59, 0xbf, 0x21, 0x13, 0xa9,
    +    0x9f, 0x0e, 0xc5, 0xff, 0xbd, 0x33, 0x00, 0xec, 0xac, 0x6b,
    +    0x11, 0xef, 0x51, 0x5e, 0xad, 0x07, 0x15, 0xde, 0xb8, 0x5f,
    +    0xc6, 0xb9, 0xa3, 0x22, 0x65, 0x46, 0x83, 0x14, 0xdf, 0xd0,
    +    0xf1, 0x44, 0x8a, 0xe1, 0x9c, 0x23, 0x33, 0xb4, 0x97, 0x33,
    +    0xe6, 0x6b, 0x81, 0x02, 0x81, 0x81, 0x00, 0xec, 0x12, 0xa7,
    +    0x59, 0x74, 0x6a, 0xde, 0x3e, 0xad, 0xd8, 0x36, 0x80, 0x50,
    +    0xa2, 0xd5, 0x21, 0x81, 0x07, 0xf1, 0xd0, 0x91, 0xf2, 0x6c,
    +    0x12, 0x2f, 0x9d, 0x1a, 0x26, 0xf8, 0x30, 0x65, 0xdf, 0xe8,
    +    0xc0, 0x9b, 0x6a, 0x30, 0x98, 0x82, 0x87, 0xec, 0xa2, 0x56,
    +    0x87, 0x62, 0x6f, 0xe7, 0x9f, 0xf6, 0x56, 0xe6, 0x71, 0x8f,
    +    0x49, 0x86, 0x93, 0x5a, 0x4d, 0x34, 0x58, 0xfe, 0xd9, 0x04,
    +    0x13, 0xaf, 0x79, 0xb7, 0xad, 0x11, 0xd1, 0x30, 0x9a, 0x14,
    +    0x06, 0xa0, 0xfa, 0xb7, 0x55, 0xdc, 0x6c, 0x5a, 0x4c, 0x2c,
    +    0x59, 0x56, 0xf6, 0xe8, 0x9d, 0xaf, 0x0a, 0x78, 0x99, 0x06,
    +    0x06, 0x9e, 0xe7, 0x9c, 0x51, 0x55, 0x43, 0xfc, 0x3b, 0x6c,
    +    0x0b, 0xbf, 0x2d, 0x41, 0xa7, 0xaf, 0xb7, 0xe0, 0xe8, 0x28,
    +    0x18, 0xb4, 0x13, 0xd1, 0xe6, 0x97, 0xd0, 0x9f, 0x6a, 0x80,
    +    0xca, 0xdd, 0x1a, 0x7e, 0x15, 0x02, 0x81, 0x81, 0x00, 0xd1,
    +    0x06, 0x0c, 0x1f, 0xe3, 0xd0, 0xab, 0xd6, 0xca, 0x7c, 0xbc,
    +    0x7d, 0x13, 0x35, 0xce, 0x27, 0xcd, 0xd8, 0x49, 0x51, 0x63,
    +    0x64, 0x0f, 0xca, 0x06, 0x12, 0xfc, 0x07, 0x3e, 0xaf, 0x61,
    +    0x6d, 0xe2, 0x53, 0x39, 0x27, 0xae, 0xc3, 0x11, 0x9e, 0x94,
    +    0x01, 0x4f, 0xe3, 0xf3, 0x67, 0xf9, 0x77, 0xf9, 0xe7, 0x95,
    +    0x3a, 0x6f, 0xe2, 0x20, 0x73, 0x3e, 0xa4, 0x7a, 0x28, 0xd4,
    +    0x61, 0x97, 0xf6, 0x17, 0xa0, 0x23, 0x10, 0x2b, 0xce, 0x84,
    +    0x57, 0x7e, 0x25, 0x1f, 0xf4, 0xa8, 0x54, 0xd2, 0x65, 0x94,
    +    0xcc, 0x95, 0x0a, 0xab, 0x30, 0xc1, 0x59, 0x1f, 0x61, 0x8e,
    +    0xb9, 0x6b, 0xd7, 0x4e, 0xb9, 0x83, 0x43, 0x79, 0x85, 0x11,
    +    0xbc, 0x0f, 0xae, 0x25, 0x20, 0x05, 0xbc, 0xd2, 0x48, 0xa1,
    +    0x68, 0x09, 0x84, 0xf6, 0x12, 0x9a, 0x66, 0xb9, 0x2b, 0xbb,
    +    0x76, 0x03, 0x17, 0x46, 0x4e, 0x97, 0x59, 0x02, 0x81, 0x80,
    +    0x09, 0x4c, 0xfa, 0xd6, 0xe5, 0x65, 0x48, 0x78, 0x43, 0xb5,
    +    0x1f, 0x00, 0x93, 0x2c, 0xb7, 0x24, 0xe8, 0xc6, 0x7d, 0x5a,
    +    0x70, 0x45, 0x92, 0xc8, 0x6c, 0xa3, 0xcd, 0xe1, 0xf7, 0x29,
    +    0x40, 0xfa, 0x3f, 0x5b, 0x47, 0x44, 0x39, 0xc1, 0xe8, 0x72,
    +    0x9e, 0x7a, 0x0e, 0xda, 0xaa, 0xa0, 0x2a, 0x09, 0xfd, 0x54,
    +    0x93, 0x23, 0xaa, 0x37, 0x85, 0x5b, 0xcc, 0xd4, 0xf9, 0xd8,
    +    0xff, 0xc1, 0x61, 0x0d, 0xbd, 0x7e, 0x18, 0x24, 0x73, 0x6d,
    +    0x40, 0x72, 0xf1, 0x93, 0x09, 0x48, 0x97, 0x6c, 0x84, 0x90,
    +    0xa8, 0x46, 0x14, 0x01, 0x39, 0x11, 0xe5, 0x3c, 0x41, 0x27,
    +    0x32, 0x75, 0x24, 0xed, 0xa1, 0xd9, 0x12, 0x29, 0x8a, 0x28,
    +    0x71, 0x89, 0x8d, 0xca, 0x30, 0xb0, 0x01, 0xc4, 0x2f, 0x82,
    +    0x19, 0x14, 0x4c, 0x70, 0x1c, 0xb8, 0x23, 0x2e, 0xe8, 0x90,
    +    0x49, 0x97, 0x92, 0x97, 0x6b, 0x7a, 0x9d, 0xb9, 0x02, 0x81,
    +    0x80, 0x0f, 0x0e, 0xa1, 0x76, 0xf6, 0xa1, 0x44, 0x8f, 0xaf,
    +    0x7c, 0x76, 0xd3, 0x87, 0xbb, 0xbb, 0x83, 0x10, 0x88, 0x01,
    +    0x18, 0x14, 0xd1, 0xd3, 0x75, 0x59, 0x24, 0xaa, 0xf5, 0x16,
    +    0xa5, 0xe9, 0x9d, 0xd1, 0xcc, 0xee, 0xf4, 0x15, 0xd9, 0xc5,
    +    0x7e, 0x27, 0xe9, 0x44, 0x49, 0x06, 0x72, 0xb9, 0xfc, 0xd3,
    +    0x8a, 0xc4, 0x2c, 0x36, 0x7d, 0x12, 0x9b, 0x5a, 0xaa, 0xdc,
    +    0x85, 0xee, 0x6e, 0xad, 0x54, 0xb3, 0xf4, 0xfc, 0x31, 0xa1,
    +    0x06, 0x3a, 0x70, 0x57, 0x0c, 0xf3, 0x95, 0x5b, 0x3e, 0xe8,
    +    0xfd, 0x1a, 0x4f, 0xf6, 0x78, 0x93, 0x46, 0x6a, 0xd7, 0x31,
    +    0xb4, 0x84, 0x64, 0x85, 0x09, 0x38, 0x89, 0x92, 0x94, 0x1c,
    +    0xbf, 0xe2, 0x3c, 0x2a, 0xe0, 0xff, 0x99, 0xa3, 0xf0, 0x2b,
    +    0x31, 0xc2, 0x36, 0xcd, 0x60, 0xbf, 0x9d, 0x2d, 0x74, 0x32,
    +    0xe8, 0x9c, 0x93, 0x6e, 0xbb, 0x91, 0x7b, 0xfd, 0xd9, 0x02,
    +    0x81, 0x81, 0x00, 0xa2, 0x71, 0x25, 0x38, 0xeb, 0x2a, 0xe9,
    +    0x37, 0xcd, 0xfe, 0x44, 0xce, 0x90, 0x3f, 0x52, 0x87, 0x84,
    +    0x52, 0x1b, 0xae, 0x8d, 0x22, 0x94, 0xce, 0x38, 0xe6, 0x04,
    +    0x88, 0x76, 0x85, 0x9a, 0xd3, 0x14, 0x09, 0xe5, 0x69, 0x9a,
    +    0xff, 0x58, 0x92, 0x02, 0x6a, 0x7d, 0x7c, 0x1e, 0x2c, 0xfd,
    +    0xa8, 0xca, 0x32, 0x14, 0x4f, 0x0d, 0x84, 0x0d, 0x37, 0x43,
    +    0xbf, 0xe4, 0x5d, 0x12, 0xc8, 0x24, 0x91, 0x27, 0x8d, 0x46,
    +    0xd9, 0x54, 0x53, 0xe7, 0x62, 0x71, 0xa8, 0x2b, 0x71, 0x41,
    +    0x8d, 0x75, 0xf8, 0x3a, 0xa0, 0x61, 0x29, 0x46, 0xa6, 0xe5,
    +    0x82, 0xfa, 0x3a, 0xd9, 0x08, 0xfa, 0xfc, 0x63, 0xfd, 0x6b,
    +    0x30, 0xbc, 0xf4, 0x4e, 0x9e, 0x8c, 0x25, 0x0c, 0xb6, 0x55,
    +    0xe7, 0x3c, 0xd4, 0x4e, 0x0b, 0xfd, 0x8b, 0xc3, 0x0e, 0x1d,
    +    0x9c, 0x44, 0x57, 0x8f, 0x1f, 0x86, 0xf7, 0xd5, 0x1b, 0xe4,
    +    0x95,
    +};
     
    -static unsigned char test4096[]={
    -	0x30,0x82,0x09,0x29,0x02,0x01,0x00,0x02,0x82,0x02,
    -	0x01,0x00,0xc0,0x71,0xac,0x1a,0x13,0x88,0x82,0x43,
    -	0x3b,0x51,0x57,0x71,0x8d,0xb6,0x2b,0x82,0x65,0x21,
    -	0x53,0x5f,0x28,0x29,0x4f,0x8d,0x7c,0x8a,0xb9,0x44,
    -	0xb3,0x28,0x41,0x4f,0xd3,0xfa,0x6a,0xf8,0xb9,0x28,
    -	0x50,0x39,0x67,0x53,0x2c,0x3c,0xd7,0xcb,0x96,0x41,
    -	0x40,0x32,0xbb,0xeb,0x70,0xae,0x1f,0xb0,0x65,0xf7,
    -	0x3a,0xd9,0x22,0xfd,0x10,0xae,0xbd,0x02,0xe2,0xdd,
    -	0xf3,0xc2,0x79,0x3c,0xc6,0xfc,0x75,0xbb,0xaf,0x4e,
    -	0x3a,0x36,0xc2,0x4f,0xea,0x25,0xdf,0x13,0x16,0x4b,
    -	0x20,0xfe,0x4b,0x69,0x16,0xc4,0x7f,0x1a,0x43,0xa6,
    -	0x17,0x1b,0xb9,0x0a,0xf3,0x09,0x86,0x28,0x89,0xcf,
    -	0x2c,0xd0,0xd4,0x81,0xaf,0xc6,0x6d,0xe6,0x21,0x8d,
    -	0xee,0xef,0xea,0xdc,0xb7,0xc6,0x3b,0x63,0x9f,0x0e,
    -	0xad,0x89,0x78,0x23,0x18,0xbf,0x70,0x7e,0x84,0xe0,
    -	0x37,0xec,0xdb,0x8e,0x9c,0x3e,0x6a,0x19,0xcc,0x99,
    -	0x72,0xe6,0xb5,0x7d,0x6d,0xfa,0xe5,0xd3,0xe4,0x90,
    -	0xb5,0xb2,0xb2,0x12,0x70,0x4e,0xca,0xf8,0x10,0xf8,
    -	0xa3,0x14,0xc2,0x48,0x19,0xeb,0x60,0x99,0xbb,0x2a,
    -	0x1f,0xb1,0x7a,0xb1,0x3d,0x24,0xfb,0xa0,0x29,0xda,
    -	0xbd,0x1b,0xd7,0xa4,0xbf,0xef,0x60,0x2d,0x22,0xca,
    -	0x65,0x98,0xf1,0xc4,0xe1,0xc9,0x02,0x6b,0x16,0x28,
    -	0x2f,0xa1,0xaa,0x79,0x00,0xda,0xdc,0x7c,0x43,0xf7,
    -	0x42,0x3c,0xa0,0xef,0x68,0xf7,0xdf,0xb9,0x69,0xfb,
    -	0x8e,0x01,0xed,0x01,0x42,0xb5,0x4e,0x57,0xa6,0x26,
    -	0xb8,0xd0,0x7b,0x56,0x6d,0x03,0xc6,0x40,0x8c,0x8c,
    -	0x2a,0x55,0xd7,0x9c,0x35,0x00,0x94,0x93,0xec,0x03,
    -	0xeb,0x22,0xef,0x77,0xbb,0x79,0x13,0x3f,0x15,0xa1,
    -	0x8f,0xca,0xdf,0xfd,0xd3,0xb8,0xe1,0xd4,0xcc,0x09,
    -	0x3f,0x3c,0x2c,0xdb,0xd1,0x49,0x7f,0x38,0x07,0x83,
    -	0x6d,0xeb,0x08,0x66,0xe9,0x06,0x44,0x12,0xac,0x95,
    -	0x22,0x90,0x23,0x67,0xd4,0x08,0xcc,0xf4,0xb7,0xdc,
    -	0xcc,0x87,0xd4,0xac,0x69,0x35,0x4c,0xb5,0x39,0x36,
    -	0xcd,0xa4,0xd2,0x95,0xca,0x0d,0xc5,0xda,0xc2,0xc5,
    -	0x22,0x32,0x28,0x08,0xe3,0xd2,0x8b,0x38,0x30,0xdc,
    -	0x8c,0x75,0x4f,0x6a,0xec,0x7a,0xac,0x16,0x3e,0xa8,
    -	0xd4,0x6a,0x45,0xe1,0xa8,0x4f,0x2e,0x80,0x34,0xaa,
    -	0x54,0x1b,0x02,0x95,0x7d,0x8a,0x6d,0xcc,0x79,0xca,
    -	0xf2,0xa4,0x2e,0x8d,0xfb,0xfe,0x15,0x51,0x10,0x0e,
    -	0x4d,0x88,0xb1,0xc7,0xf4,0x79,0xdb,0xf0,0xb4,0x56,
    -	0x44,0x37,0xca,0x5a,0xc1,0x8c,0x48,0xac,0xae,0x48,
    -	0x80,0x83,0x01,0x3f,0xde,0xd9,0xd3,0x2c,0x51,0x46,
    -	0xb1,0x41,0xb6,0xc6,0x91,0x72,0xf9,0x83,0x55,0x1b,
    -	0x8c,0xba,0xf3,0x73,0xe5,0x2c,0x74,0x50,0x3a,0xbe,
    -	0xc5,0x2f,0xa7,0xb2,0x6d,0x8c,0x9e,0x13,0x77,0xa3,
    -	0x13,0xcd,0x6d,0x8c,0x45,0xe1,0xfc,0x0b,0xb7,0x69,
    -	0xe9,0x27,0xbc,0x65,0xc3,0xfa,0x9b,0xd0,0xef,0xfe,
    -	0xe8,0x1f,0xb3,0x5e,0x34,0xf4,0x8c,0xea,0xfc,0xd3,
    -	0x81,0xbf,0x3d,0x30,0xb2,0xb4,0x01,0xe8,0x43,0x0f,
    -	0xba,0x02,0x23,0x42,0x76,0x82,0x31,0x73,0x91,0xed,
    -	0x07,0x46,0x61,0x0d,0x39,0x83,0x40,0xce,0x7a,0xd4,
    -	0xdb,0x80,0x2c,0x1f,0x0d,0xd1,0x34,0xd4,0x92,0xe3,
    -	0xd4,0xf1,0xc2,0x01,0x02,0x03,0x01,0x00,0x01,0x02,
    -	0x82,0x02,0x01,0x00,0x97,0x6c,0xda,0x6e,0xea,0x4f,
    -	0xcf,0xaf,0xf7,0x4c,0xd9,0xf1,0x90,0x00,0x77,0xdb,
    -	0xf2,0x97,0x76,0x72,0xb9,0xb7,0x47,0xd1,0x9c,0xdd,
    -	0xcb,0x4a,0x33,0x6e,0xc9,0x75,0x76,0xe6,0xe4,0xa5,
    -	0x31,0x8c,0x77,0x13,0xb4,0x29,0xcd,0xf5,0x52,0x17,
    -	0xef,0xf3,0x08,0x00,0xe3,0xbd,0x2e,0xbc,0xd4,0x52,
    -	0x88,0xe9,0x30,0x75,0x0b,0x02,0xf5,0xcd,0x89,0x0c,
    -	0x6c,0x57,0x19,0x27,0x3d,0x1e,0x85,0xb4,0xc1,0x2f,
    -	0x1d,0x92,0x00,0x5c,0x76,0x29,0x4b,0xa4,0xe1,0x12,
    -	0xb3,0xc8,0x09,0xfe,0x0e,0x78,0x72,0x61,0xcb,0x61,
    -	0x6f,0x39,0x91,0x95,0x4e,0xd5,0x3e,0xc7,0x8f,0xb8,
    -	0xf6,0x36,0xfe,0x9c,0x93,0x9a,0x38,0x25,0x7a,0xf4,
    -	0x4a,0x12,0xd4,0xa0,0x13,0xbd,0xf9,0x1d,0x12,0x3e,
    -	0x21,0x39,0xfb,0x72,0xe0,0x05,0x3d,0xc3,0xe5,0x50,
    -	0xa8,0x5d,0x85,0xa3,0xea,0x5f,0x1c,0xb2,0x3f,0xea,
    -	0x6d,0x03,0x91,0x55,0xd8,0x19,0x0a,0x21,0x12,0x16,
    -	0xd9,0x12,0xc4,0xe6,0x07,0x18,0x5b,0x26,0xa4,0xae,
    -	0xed,0x2b,0xb7,0xa6,0xed,0xf8,0xad,0xec,0x77,0xe6,
    -	0x7f,0x4f,0x76,0x00,0xc0,0xfa,0x15,0x92,0xb4,0x2c,
    -	0x22,0xc2,0xeb,0x6a,0xad,0x14,0x05,0xb2,0xe5,0x8a,
    -	0x9e,0x85,0x83,0xcc,0x04,0xf1,0x56,0x78,0x44,0x5e,
    -	0xde,0xe0,0x60,0x1a,0x65,0x79,0x31,0x23,0x05,0xbb,
    -	0x01,0xff,0xdd,0x2e,0xb7,0xb3,0xaa,0x74,0xe0,0xa5,
    -	0x94,0xaf,0x4b,0xde,0x58,0x0f,0x55,0xde,0x33,0xf6,
    -	0xe3,0xd6,0x34,0x36,0x57,0xd6,0x79,0x91,0x2e,0xbe,
    -	0x3b,0xd9,0x4e,0xb6,0x9d,0x21,0x5c,0xd3,0x48,0x14,
    -	0x7f,0x4a,0xc4,0x60,0xa9,0x29,0xf8,0x53,0x7f,0x88,
    -	0x11,0x2d,0xb5,0xc5,0x2d,0x6f,0xee,0x85,0x0b,0xf7,
    -	0x8d,0x9a,0xbe,0xb0,0x42,0xf2,0x2e,0x71,0xaf,0x19,
    -	0x31,0x6d,0xec,0xcd,0x6f,0x2b,0x23,0xdf,0xb4,0x40,
    -	0xaf,0x2c,0x0a,0xc3,0x1b,0x7d,0x7d,0x03,0x1d,0x4b,
    -	0xf3,0xb5,0xe0,0x85,0xd8,0xdf,0x91,0x6b,0x0a,0x69,
    -	0xf7,0xf2,0x69,0x66,0x5b,0xf1,0xcf,0x46,0x7d,0xe9,
    -	0x70,0xfa,0x6d,0x7e,0x75,0x4e,0xa9,0x77,0xe6,0x8c,
    -	0x02,0xf7,0x14,0x4d,0xa5,0x41,0x8f,0x3f,0xc1,0x62,
    -	0x1e,0x71,0x5e,0x38,0xb4,0xd6,0xe6,0xe1,0x4b,0xc2,
    -	0x2c,0x30,0x83,0x81,0x6f,0x49,0x2e,0x96,0xe6,0xc9,
    -	0x9a,0xf7,0x5d,0x09,0xa0,0x55,0x02,0xa5,0x3a,0x25,
    -	0x23,0xd0,0x92,0xc3,0xa3,0xe3,0x0e,0x12,0x2f,0x4d,
    -	0xef,0xf3,0x55,0x5a,0xbe,0xe6,0x19,0x86,0x31,0xab,
    -	0x75,0x9a,0xd3,0xf0,0x2c,0xc5,0x41,0x92,0xd9,0x1f,
    -	0x5f,0x11,0x8c,0x75,0x1c,0x63,0xd0,0x02,0x80,0x2c,
    -	0x68,0xcb,0x93,0xfb,0x51,0x73,0x49,0xb4,0x60,0xda,
    -	0xe2,0x26,0xaf,0xa9,0x46,0x12,0xb8,0xec,0x50,0xdd,
    -	0x12,0x06,0x5f,0xce,0x59,0xe6,0xf6,0x1c,0xe0,0x54,
    -	0x10,0xad,0xf6,0xcd,0x98,0xcc,0x0f,0xfb,0xcb,0x41,
    -	0x14,0x9d,0xed,0xe4,0xb4,0x74,0x5f,0x09,0x60,0xc7,
    -	0x12,0xf6,0x7b,0x3c,0x8f,0xa7,0x20,0xbc,0xe4,0xb1,
    -	0xef,0xeb,0xa4,0x93,0xc5,0x06,0xca,0x9a,0x27,0x9d,
    -	0x87,0xf3,0xde,0xca,0xe5,0xe7,0xf6,0x1c,0x01,0x65,
    -	0x5b,0xfb,0x19,0x79,0x6e,0x08,0x26,0xc5,0xc8,0x28,
    -	0x0e,0xb6,0x3b,0x07,0x08,0xc1,0x02,0x82,0x01,0x01,
    -	0x00,0xe8,0x1c,0x73,0xa6,0xb8,0xe0,0x0e,0x6d,0x8d,
    -	0x1b,0xb9,0x53,0xed,0x58,0x94,0xe6,0x1d,0x60,0x14,
    -	0x5c,0x76,0x43,0xc4,0x58,0x19,0xc4,0x24,0xe8,0xbc,
    -	0x1b,0x3b,0x0b,0x13,0x24,0x45,0x54,0x0e,0xcc,0x37,
    -	0xf0,0xe0,0x63,0x7d,0xc3,0xf7,0xfb,0x81,0x74,0x81,
    -	0xc4,0x0f,0x1a,0x21,0x48,0xaf,0xce,0xc1,0xc4,0x94,
    -	0x18,0x06,0x44,0x8d,0xd3,0xd2,0x22,0x2d,0x2d,0x3e,
    -	0x5a,0x31,0xdc,0x95,0x8e,0xf4,0x41,0xfc,0x58,0xc9,
    -	0x40,0x92,0x17,0x5f,0xe3,0xda,0xac,0x9e,0x3f,0x1c,
    -	0x2a,0x6b,0x58,0x5f,0x48,0x78,0x20,0xb1,0xaf,0x24,
    -	0x9b,0x3c,0x20,0x8b,0x93,0x25,0x9e,0xe6,0x6b,0xbc,
    -	0x13,0x42,0x14,0x6c,0x36,0x31,0xff,0x7a,0xd1,0xc1,
    -	0x1a,0x26,0x14,0x7f,0xa9,0x76,0xa7,0x0c,0xf8,0xcc,
    -	0xed,0x07,0x6a,0xd2,0xdf,0x62,0xee,0x0a,0x7c,0x84,
    -	0xcb,0x49,0x90,0xb2,0x03,0x0d,0xa2,0x82,0x06,0x77,
    -	0xf1,0xcd,0x67,0xf2,0x47,0x21,0x02,0x3f,0x43,0x21,
    -	0xf0,0x46,0x30,0x62,0x51,0x72,0xb1,0xe7,0x48,0xc6,
    -	0x67,0x12,0xcd,0x9e,0xd6,0x15,0xe5,0x21,0xed,0xfa,
    -	0x8f,0x30,0xa6,0x41,0xfe,0xb6,0xfa,0x8f,0x34,0x14,
    -	0x19,0xe8,0x11,0xf7,0xa5,0x77,0x3e,0xb7,0xf9,0x39,
    -	0x07,0x8c,0x67,0x2a,0xab,0x7b,0x08,0xf8,0xb0,0x06,
    -	0xa8,0xea,0x2f,0x8f,0xfa,0xcc,0xcc,0x40,0xce,0xf3,
    -	0x70,0x4f,0x3f,0x7f,0xe2,0x0c,0xea,0x76,0x4a,0x35,
    -	0x4e,0x47,0xad,0x2b,0xa7,0x97,0x5d,0x74,0x43,0x97,
    -	0x90,0xd2,0xfb,0xd9,0xf9,0x96,0x01,0x33,0x05,0xed,
    -	0x7b,0x03,0x05,0xad,0xf8,0x49,0x03,0x02,0x82,0x01,
    -	0x01,0x00,0xd4,0x40,0x17,0x66,0x10,0x92,0x95,0xc8,
    -	0xec,0x62,0xa9,0x7a,0xcb,0x93,0x8e,0xe6,0x53,0xd4,
    -	0x80,0x48,0x27,0x4b,0x41,0xce,0x61,0xdf,0xbf,0x94,
    -	0xa4,0x3d,0x71,0x03,0x0b,0xed,0x25,0x71,0x98,0xa4,
    -	0xd6,0xd5,0x4a,0x57,0xf5,0x6c,0x1b,0xda,0x21,0x7d,
    -	0x35,0x45,0xb3,0xf3,0x6a,0xd9,0xd3,0x43,0xe8,0x5c,
    -	0x54,0x1c,0x83,0x1b,0xb4,0x5f,0xf2,0x97,0x24,0x2e,
    -	0xdc,0x40,0xde,0x92,0x23,0x59,0x8e,0xbc,0xd2,0xa1,
    -	0xf2,0xe0,0x4c,0xdd,0x0b,0xd1,0xe7,0xae,0x65,0xbc,
    -	0xb5,0xf5,0x5b,0x98,0xe9,0xd7,0xc2,0xb7,0x0e,0x55,
    -	0x71,0x0e,0x3c,0x0a,0x24,0x6b,0xa6,0xe6,0x14,0x61,
    -	0x11,0xfd,0x33,0x42,0x99,0x2b,0x84,0x77,0x74,0x92,
    -	0x91,0xf5,0x79,0x79,0xcf,0xad,0x8e,0x04,0xef,0x80,
    -	0x1e,0x57,0xf4,0x14,0xf5,0x35,0x09,0x74,0xb2,0x13,
    -	0x71,0x58,0x6b,0xea,0x32,0x5d,0xf3,0xd3,0x76,0x48,
    -	0x39,0x10,0x23,0x84,0x9d,0xbe,0x92,0x77,0x4a,0xed,
    -	0x70,0x3e,0x1a,0xa2,0x6c,0xb3,0x81,0x00,0xc3,0xc9,
    -	0xe4,0x52,0xc8,0x24,0x88,0x0c,0x41,0xad,0x87,0x5a,
    -	0xea,0xa3,0x7a,0x85,0x1c,0x5e,0x31,0x7f,0xc3,0x35,
    -	0xc6,0xfa,0x10,0xc8,0x75,0x10,0xc4,0x96,0x99,0xe7,
    -	0xfe,0x01,0xb4,0x74,0xdb,0xb4,0x11,0xc3,0xc8,0x8c,
    -	0xf6,0xf7,0x3b,0x66,0x50,0xfc,0xdb,0xeb,0xca,0x47,
    -	0x85,0x89,0xe1,0x65,0xd9,0x62,0x34,0x3c,0x70,0xd8,
    -	0x2e,0xb4,0x2f,0x65,0x3c,0x4a,0xa6,0x2a,0xe7,0xc7,
    -	0xd8,0x41,0x8f,0x8a,0x43,0xbf,0x42,0xf2,0x4d,0xbc,
    -	0xfc,0x9e,0x27,0x95,0xfb,0x75,0xff,0xab,0x02,0x82,
    -	0x01,0x00,0x41,0x2f,0x44,0x57,0x6d,0x12,0x17,0x5b,
    -	0x32,0xc6,0xb7,0x6c,0x57,0x7a,0x8a,0x0e,0x79,0xef,
    -	0x72,0xa8,0x68,0xda,0x2d,0x38,0xe4,0xbb,0x8d,0xf6,
    -	0x02,0x65,0xcf,0x56,0x13,0xe1,0x1a,0xcb,0x39,0x80,
    -	0xa6,0xb1,0x32,0x03,0x1e,0xdd,0xbb,0x35,0xd9,0xac,
    -	0x43,0x89,0x31,0x08,0x90,0x92,0x5e,0x35,0x3d,0x7b,
    -	0x9c,0x6f,0x86,0xcb,0x17,0xdd,0x85,0xe4,0xed,0x35,
    -	0x08,0x8e,0xc1,0xf4,0x05,0xd8,0x68,0xc6,0x63,0x3c,
    -	0xf7,0xff,0xf7,0x47,0x33,0x39,0xc5,0x3e,0xb7,0x0e,
    -	0x58,0x35,0x9d,0x81,0xea,0xf8,0x6a,0x2c,0x1c,0x5a,
    -	0x68,0x78,0x64,0x11,0x6b,0xc1,0x3e,0x4e,0x7a,0xbd,
    -	0x84,0xcb,0x0f,0xc2,0xb6,0x85,0x1d,0xd3,0x76,0xc5,
    -	0x93,0x6a,0x69,0x89,0x56,0x34,0xdc,0x4a,0x9b,0xbc,
    -	0xff,0xa8,0x0d,0x6e,0x35,0x9c,0x60,0xa7,0x23,0x30,
    -	0xc7,0x06,0x64,0x39,0x8b,0x94,0x89,0xee,0xba,0x7f,
    -	0x60,0x8d,0xfa,0xb6,0x97,0x76,0xdc,0x51,0x4a,0x3c,
    -	0xeb,0x3a,0x14,0x2c,0x20,0x60,0x69,0x4a,0x86,0xfe,
    -	0x8c,0x21,0x84,0x49,0x54,0xb3,0x20,0xe1,0x01,0x7f,
    -	0x58,0xdf,0x7f,0xb5,0x21,0x51,0x8c,0x47,0x9f,0x91,
    -	0xeb,0x97,0x3e,0xf2,0x54,0xcf,0x16,0x46,0xf9,0xd9,
    -	0xb6,0xe7,0x64,0xc9,0xd0,0x54,0xea,0x2f,0xa1,0xcf,
    -	0xa5,0x7f,0x28,0x8d,0x84,0xec,0xd5,0x39,0x03,0x76,
    -	0x5b,0x2d,0x8e,0x43,0xf2,0x01,0x24,0xc9,0x6f,0xc0,
    -	0xf5,0x69,0x6f,0x7d,0xb5,0x85,0xd2,0x5f,0x7f,0x78,
    -	0x40,0x07,0x7f,0x09,0x15,0xb5,0x1f,0x28,0x65,0x10,
    -	0xe4,0x19,0xa8,0xc6,0x9e,0x8d,0xdc,0xcb,0x02,0x82,
    -	0x01,0x00,0x13,0x01,0xee,0x56,0x80,0x93,0x70,0x00,
    -	0x7f,0x52,0xd2,0x94,0xa1,0x98,0x84,0x4a,0x92,0x25,
    -	0x4c,0x9b,0xa9,0x91,0x2e,0xc2,0x79,0xb7,0x5c,0xe3,
    -	0xc5,0xd5,0x8e,0xc2,0x54,0x16,0x17,0xad,0x55,0x9b,
    -	0x25,0x76,0x12,0x63,0x50,0x22,0x2f,0x58,0x58,0x79,
    -	0x6b,0x04,0xe3,0xf9,0x9f,0x8f,0x04,0x41,0x67,0x94,
    -	0xa5,0x1f,0xac,0x8a,0x15,0x9c,0x26,0x10,0x6c,0xf8,
    -	0x19,0x57,0x61,0xd7,0x3a,0x7d,0x31,0xb0,0x2d,0x38,
    -	0xbd,0x94,0x62,0xad,0xc4,0xfa,0x36,0x42,0x42,0xf0,
    -	0x24,0x67,0x65,0x9d,0x8b,0x0b,0x7c,0x6f,0x82,0x44,
    -	0x1a,0x8c,0xc8,0xc9,0xab,0xbb,0x4c,0x45,0xfc,0x7b,
    -	0x38,0xee,0x30,0xe1,0xfc,0xef,0x8d,0xbc,0x58,0xdf,
    -	0x2b,0x5d,0x0d,0x54,0xe0,0x49,0x4d,0x97,0x99,0x8f,
    -	0x22,0xa8,0x83,0xbe,0x40,0xbb,0x50,0x2e,0x78,0x28,
    -	0x0f,0x95,0x78,0x8c,0x8f,0x98,0x24,0x56,0xc2,0x97,
    -	0xf3,0x2c,0x43,0xd2,0x03,0x82,0x66,0x81,0x72,0x5f,
    -	0x53,0x16,0xec,0xb1,0xb1,0x04,0x5e,0x40,0x20,0x48,
    -	0x7b,0x3f,0x02,0x97,0x6a,0xeb,0x96,0x12,0x21,0x35,
    -	0xfe,0x1f,0x47,0xc0,0x95,0xea,0xc5,0x8a,0x08,0x84,
    -	0x4f,0x5e,0x63,0x94,0x60,0x0f,0x71,0x5b,0x7f,0x4a,
    -	0xec,0x4f,0x60,0xc6,0xba,0x4a,0x24,0xf1,0x20,0x8b,
    -	0xa7,0x2e,0x3a,0xce,0x8d,0xe0,0x27,0x1d,0xb5,0x8e,
    -	0xb4,0x21,0xc5,0xe2,0xa6,0x16,0x0a,0x51,0x83,0x55,
    -	0x88,0xd1,0x30,0x11,0x63,0xd5,0xd7,0x8d,0xae,0x16,
    -	0x12,0x82,0xc4,0x85,0x00,0x4e,0x27,0x83,0xa5,0x7c,
    -	0x90,0x2e,0xe5,0xa2,0xa3,0xd3,0x4c,0x63,0x02,0x82,
    -	0x01,0x01,0x00,0x86,0x08,0x98,0x98,0xa5,0x00,0x05,
    -	0x39,0x77,0xd9,0x66,0xb3,0xcf,0xca,0xa0,0x71,0xb3,
    -	0x50,0xce,0x3d,0xb1,0x93,0x95,0x35,0xc4,0xd4,0x2e,
    -	0x90,0xdf,0x0f,0xfc,0x60,0xc1,0x94,0x68,0x61,0x43,
    -	0xca,0x9a,0x23,0x4a,0x1e,0x45,0x72,0x99,0xb5,0x1e,
    -	0x61,0x8d,0x77,0x0f,0xa0,0xbb,0xd7,0x77,0xb4,0x2a,
    -	0x15,0x11,0x88,0x2d,0xb3,0x56,0x61,0x5e,0x6a,0xed,
    -	0xa4,0x46,0x4a,0x3f,0x50,0x11,0xd6,0xba,0xb6,0xd7,
    -	0x95,0x65,0x53,0xc3,0xa1,0x8f,0xe0,0xa3,0xf5,0x1c,
    -	0xfd,0xaf,0x6e,0x43,0xd7,0x17,0xa7,0xd3,0x81,0x1b,
    -	0xa4,0xdf,0xe0,0x97,0x8a,0x46,0x03,0xd3,0x46,0x0e,
    -	0x83,0x48,0x4e,0xd2,0x02,0xcb,0xc0,0xad,0x79,0x95,
    -	0x8c,0x96,0xba,0x40,0x34,0x11,0x71,0x5e,0xe9,0x11,
    -	0xf9,0xc5,0x4a,0x5e,0x91,0x9d,0xf5,0x92,0x4f,0xeb,
    -	0xc6,0x70,0x02,0x2d,0x3d,0x04,0xaa,0xe9,0x3a,0x8e,
    -	0xd5,0xa8,0xad,0xf7,0xce,0x0d,0x16,0xb2,0xec,0x0a,
    -	0x9c,0xf5,0x94,0x39,0xb9,0x8a,0xfc,0x1e,0xf9,0xcc,
    -	0xf2,0x5f,0x21,0x31,0x74,0x72,0x6b,0x64,0xae,0x35,
    -	0x61,0x8d,0x0d,0xcb,0xe7,0xda,0x39,0xca,0xf3,0x21,
    -	0x66,0x0b,0x95,0xd7,0x0a,0x7c,0xca,0xa1,0xa9,0x5a,
    -	0xe8,0xac,0xe0,0x71,0x54,0xaf,0x28,0xcf,0xd5,0x70,
    -	0x89,0xe0,0xf3,0x9e,0x43,0x6c,0x8d,0x7b,0x99,0x01,
    -	0x68,0x4d,0xa1,0x45,0x46,0x0c,0x43,0xbc,0xcc,0x2c,
    -	0xdd,0xc5,0x46,0xc8,0x4e,0x0e,0xbe,0xed,0xb9,0x26,
    -	0xab,0x2e,0xdb,0xeb,0x8f,0xff,0xdb,0xb0,0xc6,0x55,
    -	0xaf,0xf8,0x2a,0x91,0x9d,0x50,0x44,0x21,0x17,
    -	};
    +static unsigned char test4096[] = {
    +    0x30, 0x82, 0x09, 0x29, 0x02, 0x01, 0x00, 0x02, 0x82, 0x02,
    +    0x01, 0x00, 0xc0, 0x71, 0xac, 0x1a, 0x13, 0x88, 0x82, 0x43,
    +    0x3b, 0x51, 0x57, 0x71, 0x8d, 0xb6, 0x2b, 0x82, 0x65, 0x21,
    +    0x53, 0x5f, 0x28, 0x29, 0x4f, 0x8d, 0x7c, 0x8a, 0xb9, 0x44,
    +    0xb3, 0x28, 0x41, 0x4f, 0xd3, 0xfa, 0x6a, 0xf8, 0xb9, 0x28,
    +    0x50, 0x39, 0x67, 0x53, 0x2c, 0x3c, 0xd7, 0xcb, 0x96, 0x41,
    +    0x40, 0x32, 0xbb, 0xeb, 0x70, 0xae, 0x1f, 0xb0, 0x65, 0xf7,
    +    0x3a, 0xd9, 0x22, 0xfd, 0x10, 0xae, 0xbd, 0x02, 0xe2, 0xdd,
    +    0xf3, 0xc2, 0x79, 0x3c, 0xc6, 0xfc, 0x75, 0xbb, 0xaf, 0x4e,
    +    0x3a, 0x36, 0xc2, 0x4f, 0xea, 0x25, 0xdf, 0x13, 0x16, 0x4b,
    +    0x20, 0xfe, 0x4b, 0x69, 0x16, 0xc4, 0x7f, 0x1a, 0x43, 0xa6,
    +    0x17, 0x1b, 0xb9, 0x0a, 0xf3, 0x09, 0x86, 0x28, 0x89, 0xcf,
    +    0x2c, 0xd0, 0xd4, 0x81, 0xaf, 0xc6, 0x6d, 0xe6, 0x21, 0x8d,
    +    0xee, 0xef, 0xea, 0xdc, 0xb7, 0xc6, 0x3b, 0x63, 0x9f, 0x0e,
    +    0xad, 0x89, 0x78, 0x23, 0x18, 0xbf, 0x70, 0x7e, 0x84, 0xe0,
    +    0x37, 0xec, 0xdb, 0x8e, 0x9c, 0x3e, 0x6a, 0x19, 0xcc, 0x99,
    +    0x72, 0xe6, 0xb5, 0x7d, 0x6d, 0xfa, 0xe5, 0xd3, 0xe4, 0x90,
    +    0xb5, 0xb2, 0xb2, 0x12, 0x70, 0x4e, 0xca, 0xf8, 0x10, 0xf8,
    +    0xa3, 0x14, 0xc2, 0x48, 0x19, 0xeb, 0x60, 0x99, 0xbb, 0x2a,
    +    0x1f, 0xb1, 0x7a, 0xb1, 0x3d, 0x24, 0xfb, 0xa0, 0x29, 0xda,
    +    0xbd, 0x1b, 0xd7, 0xa4, 0xbf, 0xef, 0x60, 0x2d, 0x22, 0xca,
    +    0x65, 0x98, 0xf1, 0xc4, 0xe1, 0xc9, 0x02, 0x6b, 0x16, 0x28,
    +    0x2f, 0xa1, 0xaa, 0x79, 0x00, 0xda, 0xdc, 0x7c, 0x43, 0xf7,
    +    0x42, 0x3c, 0xa0, 0xef, 0x68, 0xf7, 0xdf, 0xb9, 0x69, 0xfb,
    +    0x8e, 0x01, 0xed, 0x01, 0x42, 0xb5, 0x4e, 0x57, 0xa6, 0x26,
    +    0xb8, 0xd0, 0x7b, 0x56, 0x6d, 0x03, 0xc6, 0x40, 0x8c, 0x8c,
    +    0x2a, 0x55, 0xd7, 0x9c, 0x35, 0x00, 0x94, 0x93, 0xec, 0x03,
    +    0xeb, 0x22, 0xef, 0x77, 0xbb, 0x79, 0x13, 0x3f, 0x15, 0xa1,
    +    0x8f, 0xca, 0xdf, 0xfd, 0xd3, 0xb8, 0xe1, 0xd4, 0xcc, 0x09,
    +    0x3f, 0x3c, 0x2c, 0xdb, 0xd1, 0x49, 0x7f, 0x38, 0x07, 0x83,
    +    0x6d, 0xeb, 0x08, 0x66, 0xe9, 0x06, 0x44, 0x12, 0xac, 0x95,
    +    0x22, 0x90, 0x23, 0x67, 0xd4, 0x08, 0xcc, 0xf4, 0xb7, 0xdc,
    +    0xcc, 0x87, 0xd4, 0xac, 0x69, 0x35, 0x4c, 0xb5, 0x39, 0x36,
    +    0xcd, 0xa4, 0xd2, 0x95, 0xca, 0x0d, 0xc5, 0xda, 0xc2, 0xc5,
    +    0x22, 0x32, 0x28, 0x08, 0xe3, 0xd2, 0x8b, 0x38, 0x30, 0xdc,
    +    0x8c, 0x75, 0x4f, 0x6a, 0xec, 0x7a, 0xac, 0x16, 0x3e, 0xa8,
    +    0xd4, 0x6a, 0x45, 0xe1, 0xa8, 0x4f, 0x2e, 0x80, 0x34, 0xaa,
    +    0x54, 0x1b, 0x02, 0x95, 0x7d, 0x8a, 0x6d, 0xcc, 0x79, 0xca,
    +    0xf2, 0xa4, 0x2e, 0x8d, 0xfb, 0xfe, 0x15, 0x51, 0x10, 0x0e,
    +    0x4d, 0x88, 0xb1, 0xc7, 0xf4, 0x79, 0xdb, 0xf0, 0xb4, 0x56,
    +    0x44, 0x37, 0xca, 0x5a, 0xc1, 0x8c, 0x48, 0xac, 0xae, 0x48,
    +    0x80, 0x83, 0x01, 0x3f, 0xde, 0xd9, 0xd3, 0x2c, 0x51, 0x46,
    +    0xb1, 0x41, 0xb6, 0xc6, 0x91, 0x72, 0xf9, 0x83, 0x55, 0x1b,
    +    0x8c, 0xba, 0xf3, 0x73, 0xe5, 0x2c, 0x74, 0x50, 0x3a, 0xbe,
    +    0xc5, 0x2f, 0xa7, 0xb2, 0x6d, 0x8c, 0x9e, 0x13, 0x77, 0xa3,
    +    0x13, 0xcd, 0x6d, 0x8c, 0x45, 0xe1, 0xfc, 0x0b, 0xb7, 0x69,
    +    0xe9, 0x27, 0xbc, 0x65, 0xc3, 0xfa, 0x9b, 0xd0, 0xef, 0xfe,
    +    0xe8, 0x1f, 0xb3, 0x5e, 0x34, 0xf4, 0x8c, 0xea, 0xfc, 0xd3,
    +    0x81, 0xbf, 0x3d, 0x30, 0xb2, 0xb4, 0x01, 0xe8, 0x43, 0x0f,
    +    0xba, 0x02, 0x23, 0x42, 0x76, 0x82, 0x31, 0x73, 0x91, 0xed,
    +    0x07, 0x46, 0x61, 0x0d, 0x39, 0x83, 0x40, 0xce, 0x7a, 0xd4,
    +    0xdb, 0x80, 0x2c, 0x1f, 0x0d, 0xd1, 0x34, 0xd4, 0x92, 0xe3,
    +    0xd4, 0xf1, 0xc2, 0x01, 0x02, 0x03, 0x01, 0x00, 0x01, 0x02,
    +    0x82, 0x02, 0x01, 0x00, 0x97, 0x6c, 0xda, 0x6e, 0xea, 0x4f,
    +    0xcf, 0xaf, 0xf7, 0x4c, 0xd9, 0xf1, 0x90, 0x00, 0x77, 0xdb,
    +    0xf2, 0x97, 0x76, 0x72, 0xb9, 0xb7, 0x47, 0xd1, 0x9c, 0xdd,
    +    0xcb, 0x4a, 0x33, 0x6e, 0xc9, 0x75, 0x76, 0xe6, 0xe4, 0xa5,
    +    0x31, 0x8c, 0x77, 0x13, 0xb4, 0x29, 0xcd, 0xf5, 0x52, 0x17,
    +    0xef, 0xf3, 0x08, 0x00, 0xe3, 0xbd, 0x2e, 0xbc, 0xd4, 0x52,
    +    0x88, 0xe9, 0x30, 0x75, 0x0b, 0x02, 0xf5, 0xcd, 0x89, 0x0c,
    +    0x6c, 0x57, 0x19, 0x27, 0x3d, 0x1e, 0x85, 0xb4, 0xc1, 0x2f,
    +    0x1d, 0x92, 0x00, 0x5c, 0x76, 0x29, 0x4b, 0xa4, 0xe1, 0x12,
    +    0xb3, 0xc8, 0x09, 0xfe, 0x0e, 0x78, 0x72, 0x61, 0xcb, 0x61,
    +    0x6f, 0x39, 0x91, 0x95, 0x4e, 0xd5, 0x3e, 0xc7, 0x8f, 0xb8,
    +    0xf6, 0x36, 0xfe, 0x9c, 0x93, 0x9a, 0x38, 0x25, 0x7a, 0xf4,
    +    0x4a, 0x12, 0xd4, 0xa0, 0x13, 0xbd, 0xf9, 0x1d, 0x12, 0x3e,
    +    0x21, 0x39, 0xfb, 0x72, 0xe0, 0x05, 0x3d, 0xc3, 0xe5, 0x50,
    +    0xa8, 0x5d, 0x85, 0xa3, 0xea, 0x5f, 0x1c, 0xb2, 0x3f, 0xea,
    +    0x6d, 0x03, 0x91, 0x55, 0xd8, 0x19, 0x0a, 0x21, 0x12, 0x16,
    +    0xd9, 0x12, 0xc4, 0xe6, 0x07, 0x18, 0x5b, 0x26, 0xa4, 0xae,
    +    0xed, 0x2b, 0xb7, 0xa6, 0xed, 0xf8, 0xad, 0xec, 0x77, 0xe6,
    +    0x7f, 0x4f, 0x76, 0x00, 0xc0, 0xfa, 0x15, 0x92, 0xb4, 0x2c,
    +    0x22, 0xc2, 0xeb, 0x6a, 0xad, 0x14, 0x05, 0xb2, 0xe5, 0x8a,
    +    0x9e, 0x85, 0x83, 0xcc, 0x04, 0xf1, 0x56, 0x78, 0x44, 0x5e,
    +    0xde, 0xe0, 0x60, 0x1a, 0x65, 0x79, 0x31, 0x23, 0x05, 0xbb,
    +    0x01, 0xff, 0xdd, 0x2e, 0xb7, 0xb3, 0xaa, 0x74, 0xe0, 0xa5,
    +    0x94, 0xaf, 0x4b, 0xde, 0x58, 0x0f, 0x55, 0xde, 0x33, 0xf6,
    +    0xe3, 0xd6, 0x34, 0x36, 0x57, 0xd6, 0x79, 0x91, 0x2e, 0xbe,
    +    0x3b, 0xd9, 0x4e, 0xb6, 0x9d, 0x21, 0x5c, 0xd3, 0x48, 0x14,
    +    0x7f, 0x4a, 0xc4, 0x60, 0xa9, 0x29, 0xf8, 0x53, 0x7f, 0x88,
    +    0x11, 0x2d, 0xb5, 0xc5, 0x2d, 0x6f, 0xee, 0x85, 0x0b, 0xf7,
    +    0x8d, 0x9a, 0xbe, 0xb0, 0x42, 0xf2, 0x2e, 0x71, 0xaf, 0x19,
    +    0x31, 0x6d, 0xec, 0xcd, 0x6f, 0x2b, 0x23, 0xdf, 0xb4, 0x40,
    +    0xaf, 0x2c, 0x0a, 0xc3, 0x1b, 0x7d, 0x7d, 0x03, 0x1d, 0x4b,
    +    0xf3, 0xb5, 0xe0, 0x85, 0xd8, 0xdf, 0x91, 0x6b, 0x0a, 0x69,
    +    0xf7, 0xf2, 0x69, 0x66, 0x5b, 0xf1, 0xcf, 0x46, 0x7d, 0xe9,
    +    0x70, 0xfa, 0x6d, 0x7e, 0x75, 0x4e, 0xa9, 0x77, 0xe6, 0x8c,
    +    0x02, 0xf7, 0x14, 0x4d, 0xa5, 0x41, 0x8f, 0x3f, 0xc1, 0x62,
    +    0x1e, 0x71, 0x5e, 0x38, 0xb4, 0xd6, 0xe6, 0xe1, 0x4b, 0xc2,
    +    0x2c, 0x30, 0x83, 0x81, 0x6f, 0x49, 0x2e, 0x96, 0xe6, 0xc9,
    +    0x9a, 0xf7, 0x5d, 0x09, 0xa0, 0x55, 0x02, 0xa5, 0x3a, 0x25,
    +    0x23, 0xd0, 0x92, 0xc3, 0xa3, 0xe3, 0x0e, 0x12, 0x2f, 0x4d,
    +    0xef, 0xf3, 0x55, 0x5a, 0xbe, 0xe6, 0x19, 0x86, 0x31, 0xab,
    +    0x75, 0x9a, 0xd3, 0xf0, 0x2c, 0xc5, 0x41, 0x92, 0xd9, 0x1f,
    +    0x5f, 0x11, 0x8c, 0x75, 0x1c, 0x63, 0xd0, 0x02, 0x80, 0x2c,
    +    0x68, 0xcb, 0x93, 0xfb, 0x51, 0x73, 0x49, 0xb4, 0x60, 0xda,
    +    0xe2, 0x26, 0xaf, 0xa9, 0x46, 0x12, 0xb8, 0xec, 0x50, 0xdd,
    +    0x12, 0x06, 0x5f, 0xce, 0x59, 0xe6, 0xf6, 0x1c, 0xe0, 0x54,
    +    0x10, 0xad, 0xf6, 0xcd, 0x98, 0xcc, 0x0f, 0xfb, 0xcb, 0x41,
    +    0x14, 0x9d, 0xed, 0xe4, 0xb4, 0x74, 0x5f, 0x09, 0x60, 0xc7,
    +    0x12, 0xf6, 0x7b, 0x3c, 0x8f, 0xa7, 0x20, 0xbc, 0xe4, 0xb1,
    +    0xef, 0xeb, 0xa4, 0x93, 0xc5, 0x06, 0xca, 0x9a, 0x27, 0x9d,
    +    0x87, 0xf3, 0xde, 0xca, 0xe5, 0xe7, 0xf6, 0x1c, 0x01, 0x65,
    +    0x5b, 0xfb, 0x19, 0x79, 0x6e, 0x08, 0x26, 0xc5, 0xc8, 0x28,
    +    0x0e, 0xb6, 0x3b, 0x07, 0x08, 0xc1, 0x02, 0x82, 0x01, 0x01,
    +    0x00, 0xe8, 0x1c, 0x73, 0xa6, 0xb8, 0xe0, 0x0e, 0x6d, 0x8d,
    +    0x1b, 0xb9, 0x53, 0xed, 0x58, 0x94, 0xe6, 0x1d, 0x60, 0x14,
    +    0x5c, 0x76, 0x43, 0xc4, 0x58, 0x19, 0xc4, 0x24, 0xe8, 0xbc,
    +    0x1b, 0x3b, 0x0b, 0x13, 0x24, 0x45, 0x54, 0x0e, 0xcc, 0x37,
    +    0xf0, 0xe0, 0x63, 0x7d, 0xc3, 0xf7, 0xfb, 0x81, 0x74, 0x81,
    +    0xc4, 0x0f, 0x1a, 0x21, 0x48, 0xaf, 0xce, 0xc1, 0xc4, 0x94,
    +    0x18, 0x06, 0x44, 0x8d, 0xd3, 0xd2, 0x22, 0x2d, 0x2d, 0x3e,
    +    0x5a, 0x31, 0xdc, 0x95, 0x8e, 0xf4, 0x41, 0xfc, 0x58, 0xc9,
    +    0x40, 0x92, 0x17, 0x5f, 0xe3, 0xda, 0xac, 0x9e, 0x3f, 0x1c,
    +    0x2a, 0x6b, 0x58, 0x5f, 0x48, 0x78, 0x20, 0xb1, 0xaf, 0x24,
    +    0x9b, 0x3c, 0x20, 0x8b, 0x93, 0x25, 0x9e, 0xe6, 0x6b, 0xbc,
    +    0x13, 0x42, 0x14, 0x6c, 0x36, 0x31, 0xff, 0x7a, 0xd1, 0xc1,
    +    0x1a, 0x26, 0x14, 0x7f, 0xa9, 0x76, 0xa7, 0x0c, 0xf8, 0xcc,
    +    0xed, 0x07, 0x6a, 0xd2, 0xdf, 0x62, 0xee, 0x0a, 0x7c, 0x84,
    +    0xcb, 0x49, 0x90, 0xb2, 0x03, 0x0d, 0xa2, 0x82, 0x06, 0x77,
    +    0xf1, 0xcd, 0x67, 0xf2, 0x47, 0x21, 0x02, 0x3f, 0x43, 0x21,
    +    0xf0, 0x46, 0x30, 0x62, 0x51, 0x72, 0xb1, 0xe7, 0x48, 0xc6,
    +    0x67, 0x12, 0xcd, 0x9e, 0xd6, 0x15, 0xe5, 0x21, 0xed, 0xfa,
    +    0x8f, 0x30, 0xa6, 0x41, 0xfe, 0xb6, 0xfa, 0x8f, 0x34, 0x14,
    +    0x19, 0xe8, 0x11, 0xf7, 0xa5, 0x77, 0x3e, 0xb7, 0xf9, 0x39,
    +    0x07, 0x8c, 0x67, 0x2a, 0xab, 0x7b, 0x08, 0xf8, 0xb0, 0x06,
    +    0xa8, 0xea, 0x2f, 0x8f, 0xfa, 0xcc, 0xcc, 0x40, 0xce, 0xf3,
    +    0x70, 0x4f, 0x3f, 0x7f, 0xe2, 0x0c, 0xea, 0x76, 0x4a, 0x35,
    +    0x4e, 0x47, 0xad, 0x2b, 0xa7, 0x97, 0x5d, 0x74, 0x43, 0x97,
    +    0x90, 0xd2, 0xfb, 0xd9, 0xf9, 0x96, 0x01, 0x33, 0x05, 0xed,
    +    0x7b, 0x03, 0x05, 0xad, 0xf8, 0x49, 0x03, 0x02, 0x82, 0x01,
    +    0x01, 0x00, 0xd4, 0x40, 0x17, 0x66, 0x10, 0x92, 0x95, 0xc8,
    +    0xec, 0x62, 0xa9, 0x7a, 0xcb, 0x93, 0x8e, 0xe6, 0x53, 0xd4,
    +    0x80, 0x48, 0x27, 0x4b, 0x41, 0xce, 0x61, 0xdf, 0xbf, 0x94,
    +    0xa4, 0x3d, 0x71, 0x03, 0x0b, 0xed, 0x25, 0x71, 0x98, 0xa4,
    +    0xd6, 0xd5, 0x4a, 0x57, 0xf5, 0x6c, 0x1b, 0xda, 0x21, 0x7d,
    +    0x35, 0x45, 0xb3, 0xf3, 0x6a, 0xd9, 0xd3, 0x43, 0xe8, 0x5c,
    +    0x54, 0x1c, 0x83, 0x1b, 0xb4, 0x5f, 0xf2, 0x97, 0x24, 0x2e,
    +    0xdc, 0x40, 0xde, 0x92, 0x23, 0x59, 0x8e, 0xbc, 0xd2, 0xa1,
    +    0xf2, 0xe0, 0x4c, 0xdd, 0x0b, 0xd1, 0xe7, 0xae, 0x65, 0xbc,
    +    0xb5, 0xf5, 0x5b, 0x98, 0xe9, 0xd7, 0xc2, 0xb7, 0x0e, 0x55,
    +    0x71, 0x0e, 0x3c, 0x0a, 0x24, 0x6b, 0xa6, 0xe6, 0x14, 0x61,
    +    0x11, 0xfd, 0x33, 0x42, 0x99, 0x2b, 0x84, 0x77, 0x74, 0x92,
    +    0x91, 0xf5, 0x79, 0x79, 0xcf, 0xad, 0x8e, 0x04, 0xef, 0x80,
    +    0x1e, 0x57, 0xf4, 0x14, 0xf5, 0x35, 0x09, 0x74, 0xb2, 0x13,
    +    0x71, 0x58, 0x6b, 0xea, 0x32, 0x5d, 0xf3, 0xd3, 0x76, 0x48,
    +    0x39, 0x10, 0x23, 0x84, 0x9d, 0xbe, 0x92, 0x77, 0x4a, 0xed,
    +    0x70, 0x3e, 0x1a, 0xa2, 0x6c, 0xb3, 0x81, 0x00, 0xc3, 0xc9,
    +    0xe4, 0x52, 0xc8, 0x24, 0x88, 0x0c, 0x41, 0xad, 0x87, 0x5a,
    +    0xea, 0xa3, 0x7a, 0x85, 0x1c, 0x5e, 0x31, 0x7f, 0xc3, 0x35,
    +    0xc6, 0xfa, 0x10, 0xc8, 0x75, 0x10, 0xc4, 0x96, 0x99, 0xe7,
    +    0xfe, 0x01, 0xb4, 0x74, 0xdb, 0xb4, 0x11, 0xc3, 0xc8, 0x8c,
    +    0xf6, 0xf7, 0x3b, 0x66, 0x50, 0xfc, 0xdb, 0xeb, 0xca, 0x47,
    +    0x85, 0x89, 0xe1, 0x65, 0xd9, 0x62, 0x34, 0x3c, 0x70, 0xd8,
    +    0x2e, 0xb4, 0x2f, 0x65, 0x3c, 0x4a, 0xa6, 0x2a, 0xe7, 0xc7,
    +    0xd8, 0x41, 0x8f, 0x8a, 0x43, 0xbf, 0x42, 0xf2, 0x4d, 0xbc,
    +    0xfc, 0x9e, 0x27, 0x95, 0xfb, 0x75, 0xff, 0xab, 0x02, 0x82,
    +    0x01, 0x00, 0x41, 0x2f, 0x44, 0x57, 0x6d, 0x12, 0x17, 0x5b,
    +    0x32, 0xc6, 0xb7, 0x6c, 0x57, 0x7a, 0x8a, 0x0e, 0x79, 0xef,
    +    0x72, 0xa8, 0x68, 0xda, 0x2d, 0x38, 0xe4, 0xbb, 0x8d, 0xf6,
    +    0x02, 0x65, 0xcf, 0x56, 0x13, 0xe1, 0x1a, 0xcb, 0x39, 0x80,
    +    0xa6, 0xb1, 0x32, 0x03, 0x1e, 0xdd, 0xbb, 0x35, 0xd9, 0xac,
    +    0x43, 0x89, 0x31, 0x08, 0x90, 0x92, 0x5e, 0x35, 0x3d, 0x7b,
    +    0x9c, 0x6f, 0x86, 0xcb, 0x17, 0xdd, 0x85, 0xe4, 0xed, 0x35,
    +    0x08, 0x8e, 0xc1, 0xf4, 0x05, 0xd8, 0x68, 0xc6, 0x63, 0x3c,
    +    0xf7, 0xff, 0xf7, 0x47, 0x33, 0x39, 0xc5, 0x3e, 0xb7, 0x0e,
    +    0x58, 0x35, 0x9d, 0x81, 0xea, 0xf8, 0x6a, 0x2c, 0x1c, 0x5a,
    +    0x68, 0x78, 0x64, 0x11, 0x6b, 0xc1, 0x3e, 0x4e, 0x7a, 0xbd,
    +    0x84, 0xcb, 0x0f, 0xc2, 0xb6, 0x85, 0x1d, 0xd3, 0x76, 0xc5,
    +    0x93, 0x6a, 0x69, 0x89, 0x56, 0x34, 0xdc, 0x4a, 0x9b, 0xbc,
    +    0xff, 0xa8, 0x0d, 0x6e, 0x35, 0x9c, 0x60, 0xa7, 0x23, 0x30,
    +    0xc7, 0x06, 0x64, 0x39, 0x8b, 0x94, 0x89, 0xee, 0xba, 0x7f,
    +    0x60, 0x8d, 0xfa, 0xb6, 0x97, 0x76, 0xdc, 0x51, 0x4a, 0x3c,
    +    0xeb, 0x3a, 0x14, 0x2c, 0x20, 0x60, 0x69, 0x4a, 0x86, 0xfe,
    +    0x8c, 0x21, 0x84, 0x49, 0x54, 0xb3, 0x20, 0xe1, 0x01, 0x7f,
    +    0x58, 0xdf, 0x7f, 0xb5, 0x21, 0x51, 0x8c, 0x47, 0x9f, 0x91,
    +    0xeb, 0x97, 0x3e, 0xf2, 0x54, 0xcf, 0x16, 0x46, 0xf9, 0xd9,
    +    0xb6, 0xe7, 0x64, 0xc9, 0xd0, 0x54, 0xea, 0x2f, 0xa1, 0xcf,
    +    0xa5, 0x7f, 0x28, 0x8d, 0x84, 0xec, 0xd5, 0x39, 0x03, 0x76,
    +    0x5b, 0x2d, 0x8e, 0x43, 0xf2, 0x01, 0x24, 0xc9, 0x6f, 0xc0,
    +    0xf5, 0x69, 0x6f, 0x7d, 0xb5, 0x85, 0xd2, 0x5f, 0x7f, 0x78,
    +    0x40, 0x07, 0x7f, 0x09, 0x15, 0xb5, 0x1f, 0x28, 0x65, 0x10,
    +    0xe4, 0x19, 0xa8, 0xc6, 0x9e, 0x8d, 0xdc, 0xcb, 0x02, 0x82,
    +    0x01, 0x00, 0x13, 0x01, 0xee, 0x56, 0x80, 0x93, 0x70, 0x00,
    +    0x7f, 0x52, 0xd2, 0x94, 0xa1, 0x98, 0x84, 0x4a, 0x92, 0x25,
    +    0x4c, 0x9b, 0xa9, 0x91, 0x2e, 0xc2, 0x79, 0xb7, 0x5c, 0xe3,
    +    0xc5, 0xd5, 0x8e, 0xc2, 0x54, 0x16, 0x17, 0xad, 0x55, 0x9b,
    +    0x25, 0x76, 0x12, 0x63, 0x50, 0x22, 0x2f, 0x58, 0x58, 0x79,
    +    0x6b, 0x04, 0xe3, 0xf9, 0x9f, 0x8f, 0x04, 0x41, 0x67, 0x94,
    +    0xa5, 0x1f, 0xac, 0x8a, 0x15, 0x9c, 0x26, 0x10, 0x6c, 0xf8,
    +    0x19, 0x57, 0x61, 0xd7, 0x3a, 0x7d, 0x31, 0xb0, 0x2d, 0x38,
    +    0xbd, 0x94, 0x62, 0xad, 0xc4, 0xfa, 0x36, 0x42, 0x42, 0xf0,
    +    0x24, 0x67, 0x65, 0x9d, 0x8b, 0x0b, 0x7c, 0x6f, 0x82, 0x44,
    +    0x1a, 0x8c, 0xc8, 0xc9, 0xab, 0xbb, 0x4c, 0x45, 0xfc, 0x7b,
    +    0x38, 0xee, 0x30, 0xe1, 0xfc, 0xef, 0x8d, 0xbc, 0x58, 0xdf,
    +    0x2b, 0x5d, 0x0d, 0x54, 0xe0, 0x49, 0x4d, 0x97, 0x99, 0x8f,
    +    0x22, 0xa8, 0x83, 0xbe, 0x40, 0xbb, 0x50, 0x2e, 0x78, 0x28,
    +    0x0f, 0x95, 0x78, 0x8c, 0x8f, 0x98, 0x24, 0x56, 0xc2, 0x97,
    +    0xf3, 0x2c, 0x43, 0xd2, 0x03, 0x82, 0x66, 0x81, 0x72, 0x5f,
    +    0x53, 0x16, 0xec, 0xb1, 0xb1, 0x04, 0x5e, 0x40, 0x20, 0x48,
    +    0x7b, 0x3f, 0x02, 0x97, 0x6a, 0xeb, 0x96, 0x12, 0x21, 0x35,
    +    0xfe, 0x1f, 0x47, 0xc0, 0x95, 0xea, 0xc5, 0x8a, 0x08, 0x84,
    +    0x4f, 0x5e, 0x63, 0x94, 0x60, 0x0f, 0x71, 0x5b, 0x7f, 0x4a,
    +    0xec, 0x4f, 0x60, 0xc6, 0xba, 0x4a, 0x24, 0xf1, 0x20, 0x8b,
    +    0xa7, 0x2e, 0x3a, 0xce, 0x8d, 0xe0, 0x27, 0x1d, 0xb5, 0x8e,
    +    0xb4, 0x21, 0xc5, 0xe2, 0xa6, 0x16, 0x0a, 0x51, 0x83, 0x55,
    +    0x88, 0xd1, 0x30, 0x11, 0x63, 0xd5, 0xd7, 0x8d, 0xae, 0x16,
    +    0x12, 0x82, 0xc4, 0x85, 0x00, 0x4e, 0x27, 0x83, 0xa5, 0x7c,
    +    0x90, 0x2e, 0xe5, 0xa2, 0xa3, 0xd3, 0x4c, 0x63, 0x02, 0x82,
    +    0x01, 0x01, 0x00, 0x86, 0x08, 0x98, 0x98, 0xa5, 0x00, 0x05,
    +    0x39, 0x77, 0xd9, 0x66, 0xb3, 0xcf, 0xca, 0xa0, 0x71, 0xb3,
    +    0x50, 0xce, 0x3d, 0xb1, 0x93, 0x95, 0x35, 0xc4, 0xd4, 0x2e,
    +    0x90, 0xdf, 0x0f, 0xfc, 0x60, 0xc1, 0x94, 0x68, 0x61, 0x43,
    +    0xca, 0x9a, 0x23, 0x4a, 0x1e, 0x45, 0x72, 0x99, 0xb5, 0x1e,
    +    0x61, 0x8d, 0x77, 0x0f, 0xa0, 0xbb, 0xd7, 0x77, 0xb4, 0x2a,
    +    0x15, 0x11, 0x88, 0x2d, 0xb3, 0x56, 0x61, 0x5e, 0x6a, 0xed,
    +    0xa4, 0x46, 0x4a, 0x3f, 0x50, 0x11, 0xd6, 0xba, 0xb6, 0xd7,
    +    0x95, 0x65, 0x53, 0xc3, 0xa1, 0x8f, 0xe0, 0xa3, 0xf5, 0x1c,
    +    0xfd, 0xaf, 0x6e, 0x43, 0xd7, 0x17, 0xa7, 0xd3, 0x81, 0x1b,
    +    0xa4, 0xdf, 0xe0, 0x97, 0x8a, 0x46, 0x03, 0xd3, 0x46, 0x0e,
    +    0x83, 0x48, 0x4e, 0xd2, 0x02, 0xcb, 0xc0, 0xad, 0x79, 0x95,
    +    0x8c, 0x96, 0xba, 0x40, 0x34, 0x11, 0x71, 0x5e, 0xe9, 0x11,
    +    0xf9, 0xc5, 0x4a, 0x5e, 0x91, 0x9d, 0xf5, 0x92, 0x4f, 0xeb,
    +    0xc6, 0x70, 0x02, 0x2d, 0x3d, 0x04, 0xaa, 0xe9, 0x3a, 0x8e,
    +    0xd5, 0xa8, 0xad, 0xf7, 0xce, 0x0d, 0x16, 0xb2, 0xec, 0x0a,
    +    0x9c, 0xf5, 0x94, 0x39, 0xb9, 0x8a, 0xfc, 0x1e, 0xf9, 0xcc,
    +    0xf2, 0x5f, 0x21, 0x31, 0x74, 0x72, 0x6b, 0x64, 0xae, 0x35,
    +    0x61, 0x8d, 0x0d, 0xcb, 0xe7, 0xda, 0x39, 0xca, 0xf3, 0x21,
    +    0x66, 0x0b, 0x95, 0xd7, 0x0a, 0x7c, 0xca, 0xa1, 0xa9, 0x5a,
    +    0xe8, 0xac, 0xe0, 0x71, 0x54, 0xaf, 0x28, 0xcf, 0xd5, 0x70,
    +    0x89, 0xe0, 0xf3, 0x9e, 0x43, 0x6c, 0x8d, 0x7b, 0x99, 0x01,
    +    0x68, 0x4d, 0xa1, 0x45, 0x46, 0x0c, 0x43, 0xbc, 0xcc, 0x2c,
    +    0xdd, 0xc5, 0x46, 0xc8, 0x4e, 0x0e, 0xbe, 0xed, 0xb9, 0x26,
    +    0xab, 0x2e, 0xdb, 0xeb, 0x8f, 0xff, 0xdb, 0xb0, 0xc6, 0x55,
    +    0xaf, 0xf8, 0x2a, 0x91, 0x9d, 0x50, 0x44, 0x21, 0x17,
    +};
    diff --git a/openssl/apps/timeouts.h b/openssl/apps/timeouts.h
    index 89b5dc76f..f423010c0 100644
    --- a/openssl/apps/timeouts.h
    +++ b/openssl/apps/timeouts.h
    @@ -1,7 +1,7 @@
     /* apps/timeouts.h */
    -/* 
    +/*
      * DTLS implementation written by Nagendra Modadugu
    - * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.  
    + * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
      */
     /* ====================================================================
      * Copyright (c) 1999-2005 The OpenSSL Project.  All rights reserved.
    @@ -11,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -58,10 +58,10 @@
      */
     
     #ifndef INCLUDED_TIMEOUTS_H
    -#define INCLUDED_TIMEOUTS_H
    +# define INCLUDED_TIMEOUTS_H
     
     /* numbers in us */
    -#define DGRAM_RCV_TIMEOUT         250000
    -#define DGRAM_SND_TIMEOUT         250000
    +# define DGRAM_RCV_TIMEOUT         250000
    +# define DGRAM_SND_TIMEOUT         250000
     
    -#endif /* ! INCLUDED_TIMEOUTS_H */
    +#endif                          /* ! INCLUDED_TIMEOUTS_H */
    diff --git a/openssl/apps/ts.c b/openssl/apps/ts.c
    index 5fa9f7fda..341a42bb1 100644
    --- a/openssl/apps/ts.c
    +++ b/openssl/apps/ts.c
    @@ -1,6 +1,7 @@
     /* apps/ts.c */
    -/* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL
    - * project 2002.
    +/*
    + * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project
    + * 2002.
      */
     /* ====================================================================
      * Copyright (c) 2001 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -68,13 +69,13 @@
     #include 
     
     #undef PROG
    -#define PROG	ts_main
    +#define PROG    ts_main
     
     /* Length of the nonce of the request in bits (must be a multiple of 8). */
    -#define	NONCE_LENGTH		64
    +#define NONCE_LENGTH            64
     
     /* Macro definitions for the configuration file. */
    -#define	ENV_OID_FILE		"oid_file"
    +#define ENV_OID_FILE            "oid_file"
     
     /* Local function declarations. */
     
    @@ -83,38 +84,39 @@ static CONF *load_config_file(const char *configfile);
     
     /* Query related functions. */
     static int query_command(const char *data, char *digest,
    -			 const EVP_MD *md, const char *policy, int no_nonce, 
    -			 int cert, const char *in, const char *out, int text);
    -static BIO *BIO_open_with_default(const char *file, const char *mode, 
    -				  FILE *default_fp);
    +                         const EVP_MD *md, const char *policy, int no_nonce,
    +                         int cert, const char *in, const char *out, int text);
    +static BIO *BIO_open_with_default(const char *file, const char *mode,
    +                                  FILE *default_fp);
     static TS_REQ *create_query(BIO *data_bio, char *digest, const EVP_MD *md,
    -			    const char *policy, int no_nonce, int cert);
    +                            const char *policy, int no_nonce, int cert);
     static int create_digest(BIO *input, char *digest,
    -			 const EVP_MD *md, unsigned char **md_value);
    +                         const EVP_MD *md, unsigned char **md_value);
     static ASN1_INTEGER *create_nonce(int bits);
     
     /* Reply related functions. */
    -static int reply_command(CONF *conf, char *section, char *engine, 
    -			 char *queryfile, char *passin, char *inkey, 
    -			 char *signer, char *chain, const char *policy, 
    -			 char *in, int token_in, char *out, int token_out,
    -			 int text);
    +static int reply_command(CONF *conf, char *section, char *engine,
    +                         char *queryfile, char *passin, char *inkey,
    +                         char *signer, char *chain, const char *policy,
    +                         char *in, int token_in, char *out, int token_out,
    +                         int text);
     static TS_RESP *read_PKCS7(BIO *in_bio);
     static TS_RESP *create_response(CONF *conf, const char *section, char *engine,
    -				char *queryfile, char *passin, char *inkey,
    -				char *signer, char *chain, const char *policy);
    -static ASN1_INTEGER * MS_CALLBACK serial_cb(TS_RESP_CTX *ctx, void *data);
    +                                char *queryfile, char *passin, char *inkey,
    +                                char *signer, char *chain,
    +                                const char *policy);
    +static ASN1_INTEGER *MS_CALLBACK serial_cb(TS_RESP_CTX *ctx, void *data);
     static ASN1_INTEGER *next_serial(const char *serialfile);
     static int save_ts_serial(const char *serialfile, ASN1_INTEGER *serial);
     
     /* Verify related functions. */
     static int verify_command(char *data, char *digest, char *queryfile,
    -			  char *in, int token_in,
    -			  char *ca_path, char *ca_file, char *untrusted);
    -static TS_VERIFY_CTX *create_verify_ctx(char *data, char *digest, 
    -					char *queryfile, 
    -					char *ca_path, char *ca_file,
    -					char *untrusted);
    +                          char *in, int token_in,
    +                          char *ca_path, char *ca_file, char *untrusted);
    +static TS_VERIFY_CTX *create_verify_ctx(char *data, char *digest,
    +                                        char *queryfile,
    +                                        char *ca_path, char *ca_file,
    +                                        char *untrusted);
     static X509_STORE *create_cert_store(char *ca_path, char *ca_file);
     static int MS_CALLBACK verify_cb(int ok, X509_STORE_CTX *ctx);
     
    @@ -122,1026 +124,996 @@ static int MS_CALLBACK verify_cb(int ok, X509_STORE_CTX *ctx);
     int MAIN(int, char **);
     
     int MAIN(int argc, char **argv)
    -	{
    -	int ret = 1;
    -	char *configfile = NULL;
    -	char *section = NULL;
    -	CONF *conf = NULL;
    -	enum mode {
    -	CMD_NONE, CMD_QUERY, CMD_REPLY, CMD_VERIFY 
    -	} mode = CMD_NONE;
    -	char *data = NULL;
    -	char *digest = NULL;
    -	const EVP_MD *md = NULL;
    -	char *rnd = NULL;
    -	char *policy = NULL;
    -	int no_nonce = 0;
    -	int cert = 0;
    -	char *in = NULL;
    -	char *out = NULL;
    -	int text = 0;
    -	char *queryfile = NULL;
    -	char *passin = NULL;	/* Password source. */
    -	char *password =NULL;	/* Password itself. */
    -	char *inkey = NULL;
    -	char *signer = NULL;
    -	char *chain = NULL;
    -	char *ca_path = NULL;
    -	char *ca_file = NULL;
    -	char *untrusted = NULL;
    -	char *engine = NULL;
    -	/* Input is ContentInfo instead of TimeStampResp. */
    -	int token_in = 0;	
    -	/* Output is ContentInfo instead of TimeStampResp. */
    -	int token_out = 0;
    -	int free_bio_err = 0;
    -
    -	ERR_load_crypto_strings();
    -	apps_startup();
    -
    -	if (bio_err == NULL && (bio_err = BIO_new(BIO_s_file())) != NULL)
    -		{
    -		free_bio_err = 1;
    -		BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
    -		}
    -
    -	if (!load_config(bio_err, NULL))
    -		goto cleanup;
    -
    -	for (argc--, argv++; argc > 0; argc--, argv++)
    -		{
    -		if (strcmp(*argv, "-config") == 0)
    -			{
    -			if (argc-- < 1) goto usage;
    -			configfile = *++argv;
    -			}
    -		else if (strcmp(*argv, "-section") == 0)
    -			{
    -			if (argc-- < 1) goto usage;
    -			section = *++argv;
    -			}
    -		else if (strcmp(*argv, "-query") == 0)
    -			{
    -			if (mode != CMD_NONE) goto usage;
    -			mode = CMD_QUERY;
    -			}
    -		else if (strcmp(*argv, "-data") == 0)
    -			{
    -			if (argc-- < 1) goto usage;
    -			data = *++argv;
    -			}
    -		else if (strcmp(*argv, "-digest") == 0)
    -			{
    -			if (argc-- < 1) goto usage;
    -			digest = *++argv;
    -			}
    -		else if (strcmp(*argv, "-rand") == 0)
    -			{
    -			if (argc-- < 1) goto usage;
    -			rnd = *++argv;
    -			}
    -		else if (strcmp(*argv, "-policy") == 0)
    -			{
    -			if (argc-- < 1) goto usage;
    -			policy = *++argv;
    -			}
    -		else if (strcmp(*argv, "-no_nonce") == 0)
    -			{
    -			no_nonce = 1;
    -			}
    -		else if (strcmp(*argv, "-cert") == 0)
    -			{
    -			cert = 1;
    -			}
    -		else if (strcmp(*argv, "-in") == 0)
    -			{
    -			if (argc-- < 1) goto usage;
    -			in = *++argv;
    -			}
    -		else if (strcmp(*argv, "-token_in") == 0)
    -			{
    -			token_in = 1;
    -			}
    -		else if (strcmp(*argv, "-out") == 0)
    -			{
    -			if (argc-- < 1) goto usage;
    -			out = *++argv;
    -			}
    -		else if (strcmp(*argv, "-token_out") == 0)
    -			{
    -			token_out = 1;
    -			}
    -		else if (strcmp(*argv, "-text") == 0)
    -			{
    -			text = 1;
    -			}
    -		else if (strcmp(*argv, "-reply") == 0)
    -			{
    -			if (mode != CMD_NONE) goto usage;
    -			mode = CMD_REPLY;
    -			}
    -		else if (strcmp(*argv, "-queryfile") == 0)
    -			{
    -			if (argc-- < 1) goto usage;
    -			queryfile = *++argv;
    -			}
    -		else if (strcmp(*argv, "-passin") == 0)
    -			{
    -			if (argc-- < 1) goto usage;
    -			passin = *++argv;
    -			}
    -		else if (strcmp(*argv, "-inkey") == 0)
    -			{
    -			if (argc-- < 1) goto usage;
    -			inkey = *++argv;
    -			}
    -		else if (strcmp(*argv, "-signer") == 0)
    -			{
    -			if (argc-- < 1) goto usage;
    -			signer = *++argv;
    -			}
    -		else if (strcmp(*argv, "-chain") == 0)
    -			{
    -			if (argc-- < 1) goto usage;
    -			chain = *++argv;
    -			}
    -		else if (strcmp(*argv, "-verify") == 0)
    -			{
    -			if (mode != CMD_NONE) goto usage;
    -			mode = CMD_VERIFY;
    -			}
    -		else if (strcmp(*argv, "-CApath") == 0)
    -			{
    -			if (argc-- < 1) goto usage;
    -			ca_path = *++argv;
    -			}
    -		else if (strcmp(*argv, "-CAfile") == 0)
    -			{
    -			if (argc-- < 1) goto usage;
    -			ca_file = *++argv;
    -			}
    -		else if (strcmp(*argv, "-untrusted") == 0)
    -			{
    -			if (argc-- < 1) goto usage;
    -			untrusted = *++argv;
    -			}
    -		else if (strcmp(*argv, "-engine") == 0)
    -			{
    -			if (argc-- < 1) goto usage;
    -			engine = *++argv;
    -			}
    -		else if ((md = EVP_get_digestbyname(*argv + 1)) != NULL)
    -			{
    -			/* empty. */
    -			}
    -		else
    -			goto usage;
    -		}
    -	
    -	/* Seed the random number generator if it is going to be used. */
    -	if (mode == CMD_QUERY && !no_nonce)
    -		{
    -		if (!app_RAND_load_file(NULL, bio_err, 1) && rnd == NULL)
    -			BIO_printf(bio_err, "warning, not much extra random "
    -				   "data, consider using the -rand option\n");
    -		if (rnd != NULL)
    -			BIO_printf(bio_err,"%ld semi-random bytes loaded\n",
    -				   app_RAND_load_files(rnd));
    -		}
    -
    -	/* Get the password if required. */
    -	if(mode == CMD_REPLY && passin &&
    -	   !app_passwd(bio_err, passin, NULL, &password, NULL))
    -		{
    -		BIO_printf(bio_err,"Error getting password.\n");
    -		goto cleanup;
    -		}
    -
    -	/* Check consistency of parameters and execute 
    -	   the appropriate function. */
    -	switch (mode)
    -		{
    -	case CMD_NONE:
    -		goto usage;
    -	case CMD_QUERY:
    -		/* Data file and message imprint cannot be specified
    -		   at the same time. */
    -		ret = data != NULL && digest != NULL;
    -		if (ret) goto usage;
    -		/* Load the config file for possible policy OIDs. */
    -		conf = load_config_file(configfile);
    -		ret = !query_command(data, digest, md, policy, no_nonce, cert,
    -				     in, out, text);
    -		break;
    -	case CMD_REPLY:
    -		conf = load_config_file(configfile);
    -		if (in == NULL)
    -			{
    -			ret = !(queryfile != NULL && conf != NULL && !token_in);
    -			if (ret) goto usage;
    -			}
    -		else
    -			{
    -			/* 'in' and 'queryfile' are exclusive. */
    -			ret = !(queryfile == NULL);
    -			if (ret) goto usage;
    -			}
    -
    -		ret = !reply_command(conf, section, engine, queryfile, 
    -				     password, inkey, signer, chain, policy, 
    -				     in, token_in, out, token_out, text);
    -		break;
    -	case CMD_VERIFY:
    -		ret = !(((queryfile && !data && !digest)
    -			 || (!queryfile && data && !digest)
    -			 || (!queryfile && !data && digest))
    -			&& in != NULL);
    -		if (ret) goto usage;
    -
    -		ret = !verify_command(data, digest, queryfile, in, token_in,
    -				      ca_path, ca_file, untrusted);
    -		}
    -
    -	goto cleanup;
    +{
    +    int ret = 1;
    +    char *configfile = NULL;
    +    char *section = NULL;
    +    CONF *conf = NULL;
    +    enum mode {
    +        CMD_NONE, CMD_QUERY, CMD_REPLY, CMD_VERIFY
    +    } mode = CMD_NONE;
    +    char *data = NULL;
    +    char *digest = NULL;
    +    const EVP_MD *md = NULL;
    +    char *rnd = NULL;
    +    char *policy = NULL;
    +    int no_nonce = 0;
    +    int cert = 0;
    +    char *in = NULL;
    +    char *out = NULL;
    +    int text = 0;
    +    char *queryfile = NULL;
    +    char *passin = NULL;        /* Password source. */
    +    char *password = NULL;      /* Password itself. */
    +    char *inkey = NULL;
    +    char *signer = NULL;
    +    char *chain = NULL;
    +    char *ca_path = NULL;
    +    char *ca_file = NULL;
    +    char *untrusted = NULL;
    +    char *engine = NULL;
    +    /* Input is ContentInfo instead of TimeStampResp. */
    +    int token_in = 0;
    +    /* Output is ContentInfo instead of TimeStampResp. */
    +    int token_out = 0;
    +    int free_bio_err = 0;
    +
    +    ERR_load_crypto_strings();
    +    apps_startup();
    +
    +    if (bio_err == NULL && (bio_err = BIO_new(BIO_s_file())) != NULL) {
    +        free_bio_err = 1;
    +        BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
    +    }
    +
    +    if (!load_config(bio_err, NULL))
    +        goto cleanup;
    +
    +    for (argc--, argv++; argc > 0; argc--, argv++) {
    +        if (strcmp(*argv, "-config") == 0) {
    +            if (argc-- < 1)
    +                goto usage;
    +            configfile = *++argv;
    +        } else if (strcmp(*argv, "-section") == 0) {
    +            if (argc-- < 1)
    +                goto usage;
    +            section = *++argv;
    +        } else if (strcmp(*argv, "-query") == 0) {
    +            if (mode != CMD_NONE)
    +                goto usage;
    +            mode = CMD_QUERY;
    +        } else if (strcmp(*argv, "-data") == 0) {
    +            if (argc-- < 1)
    +                goto usage;
    +            data = *++argv;
    +        } else if (strcmp(*argv, "-digest") == 0) {
    +            if (argc-- < 1)
    +                goto usage;
    +            digest = *++argv;
    +        } else if (strcmp(*argv, "-rand") == 0) {
    +            if (argc-- < 1)
    +                goto usage;
    +            rnd = *++argv;
    +        } else if (strcmp(*argv, "-policy") == 0) {
    +            if (argc-- < 1)
    +                goto usage;
    +            policy = *++argv;
    +        } else if (strcmp(*argv, "-no_nonce") == 0) {
    +            no_nonce = 1;
    +        } else if (strcmp(*argv, "-cert") == 0) {
    +            cert = 1;
    +        } else if (strcmp(*argv, "-in") == 0) {
    +            if (argc-- < 1)
    +                goto usage;
    +            in = *++argv;
    +        } else if (strcmp(*argv, "-token_in") == 0) {
    +            token_in = 1;
    +        } else if (strcmp(*argv, "-out") == 0) {
    +            if (argc-- < 1)
    +                goto usage;
    +            out = *++argv;
    +        } else if (strcmp(*argv, "-token_out") == 0) {
    +            token_out = 1;
    +        } else if (strcmp(*argv, "-text") == 0) {
    +            text = 1;
    +        } else if (strcmp(*argv, "-reply") == 0) {
    +            if (mode != CMD_NONE)
    +                goto usage;
    +            mode = CMD_REPLY;
    +        } else if (strcmp(*argv, "-queryfile") == 0) {
    +            if (argc-- < 1)
    +                goto usage;
    +            queryfile = *++argv;
    +        } else if (strcmp(*argv, "-passin") == 0) {
    +            if (argc-- < 1)
    +                goto usage;
    +            passin = *++argv;
    +        } else if (strcmp(*argv, "-inkey") == 0) {
    +            if (argc-- < 1)
    +                goto usage;
    +            inkey = *++argv;
    +        } else if (strcmp(*argv, "-signer") == 0) {
    +            if (argc-- < 1)
    +                goto usage;
    +            signer = *++argv;
    +        } else if (strcmp(*argv, "-chain") == 0) {
    +            if (argc-- < 1)
    +                goto usage;
    +            chain = *++argv;
    +        } else if (strcmp(*argv, "-verify") == 0) {
    +            if (mode != CMD_NONE)
    +                goto usage;
    +            mode = CMD_VERIFY;
    +        } else if (strcmp(*argv, "-CApath") == 0) {
    +            if (argc-- < 1)
    +                goto usage;
    +            ca_path = *++argv;
    +        } else if (strcmp(*argv, "-CAfile") == 0) {
    +            if (argc-- < 1)
    +                goto usage;
    +            ca_file = *++argv;
    +        } else if (strcmp(*argv, "-untrusted") == 0) {
    +            if (argc-- < 1)
    +                goto usage;
    +            untrusted = *++argv;
    +        } else if (strcmp(*argv, "-engine") == 0) {
    +            if (argc-- < 1)
    +                goto usage;
    +            engine = *++argv;
    +        } else if ((md = EVP_get_digestbyname(*argv + 1)) != NULL) {
    +            /* empty. */
    +        } else
    +            goto usage;
    +    }
    +
    +    /* Seed the random number generator if it is going to be used. */
    +    if (mode == CMD_QUERY && !no_nonce) {
    +        if (!app_RAND_load_file(NULL, bio_err, 1) && rnd == NULL)
    +            BIO_printf(bio_err, "warning, not much extra random "
    +                       "data, consider using the -rand option\n");
    +        if (rnd != NULL)
    +            BIO_printf(bio_err, "%ld semi-random bytes loaded\n",
    +                       app_RAND_load_files(rnd));
    +    }
    +
    +    /* Get the password if required. */
    +    if (mode == CMD_REPLY && passin &&
    +        !app_passwd(bio_err, passin, NULL, &password, NULL)) {
    +        BIO_printf(bio_err, "Error getting password.\n");
    +        goto cleanup;
    +    }
    +
    +    /*
    +     * Check consistency of parameters and execute the appropriate function.
    +     */
    +    switch (mode) {
    +    case CMD_NONE:
    +        goto usage;
    +    case CMD_QUERY:
    +        /*
    +         * Data file and message imprint cannot be specified at the same
    +         * time.
    +         */
    +        ret = data != NULL && digest != NULL;
    +        if (ret)
    +            goto usage;
    +        /* Load the config file for possible policy OIDs. */
    +        conf = load_config_file(configfile);
    +        ret = !query_command(data, digest, md, policy, no_nonce, cert,
    +                             in, out, text);
    +        break;
    +    case CMD_REPLY:
    +        conf = load_config_file(configfile);
    +        if (in == NULL) {
    +            ret = !(queryfile != NULL && conf != NULL && !token_in);
    +            if (ret)
    +                goto usage;
    +        } else {
    +            /* 'in' and 'queryfile' are exclusive. */
    +            ret = !(queryfile == NULL);
    +            if (ret)
    +                goto usage;
    +        }
    +
    +        ret = !reply_command(conf, section, engine, queryfile,
    +                             password, inkey, signer, chain, policy,
    +                             in, token_in, out, token_out, text);
    +        break;
    +    case CMD_VERIFY:
    +        ret = !(((queryfile && !data && !digest)
    +                 || (!queryfile && data && !digest)
    +                 || (!queryfile && !data && digest))
    +                && in != NULL);
    +        if (ret)
    +            goto usage;
    +
    +        ret = !verify_command(data, digest, queryfile, in, token_in,
    +                              ca_path, ca_file, untrusted);
    +    }
    +
    +    goto cleanup;
     
      usage:
    -	BIO_printf(bio_err, "usage:\n"
    -		   "ts -query [-rand file%cfile%c...] [-config configfile] "
    -		   "[-data file_to_hash] [-digest digest_bytes]"
    -		   "[-md2|-md4|-md5|-sha|-sha1|-mdc2|-ripemd160] "
    -		   "[-policy object_id] [-no_nonce] [-cert] "
    -		   "[-in request.tsq] [-out request.tsq] [-text]\n",
    -		   LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
    -	BIO_printf(bio_err, "or\n"
    -		   "ts -reply [-config configfile] [-section tsa_section] "
    -		   "[-queryfile request.tsq] [-passin password] "
    -		   "[-signer tsa_cert.pem] [-inkey private_key.pem] "
    -		   "[-chain certs_file.pem] [-policy object_id] "
    -		   "[-in response.tsr] [-token_in] "
    -		   "[-out response.tsr] [-token_out] [-text] [-engine id]\n");
    -	BIO_printf(bio_err, "or\n"
    -		   "ts -verify [-data file_to_hash] [-digest digest_bytes] "
    -		   "[-queryfile request.tsq] "
    -		   "-in response.tsr [-token_in] "
    -		   "-CApath ca_path -CAfile ca_file.pem "
    -		   "-untrusted cert_file.pem\n");
    +    BIO_printf(bio_err, "usage:\n"
    +               "ts -query [-rand file%cfile%c...] [-config configfile] "
    +               "[-data file_to_hash] [-digest digest_bytes]"
    +               "[-md2|-md4|-md5|-sha|-sha1|-mdc2|-ripemd160] "
    +               "[-policy object_id] [-no_nonce] [-cert] "
    +               "[-in request.tsq] [-out request.tsq] [-text]\n",
    +               LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
    +    BIO_printf(bio_err, "or\n"
    +               "ts -reply [-config configfile] [-section tsa_section] "
    +               "[-queryfile request.tsq] [-passin password] "
    +               "[-signer tsa_cert.pem] [-inkey private_key.pem] "
    +               "[-chain certs_file.pem] [-policy object_id] "
    +               "[-in response.tsr] [-token_in] "
    +               "[-out response.tsr] [-token_out] [-text] [-engine id]\n");
    +    BIO_printf(bio_err, "or\n"
    +               "ts -verify [-data file_to_hash] [-digest digest_bytes] "
    +               "[-queryfile request.tsq] "
    +               "-in response.tsr [-token_in] "
    +               "-CApath ca_path -CAfile ca_file.pem "
    +               "-untrusted cert_file.pem\n");
      cleanup:
    -	/* Clean up. */
    -	app_RAND_write_file(NULL, bio_err);
    -	NCONF_free(conf);
    -	OPENSSL_free(password);
    -	OBJ_cleanup();
    -	if (free_bio_err)
    -		{
    -		BIO_free_all(bio_err);
    -		bio_err = NULL;
    -		}
    -
    -	OPENSSL_EXIT(ret);
    -	}
    +    /* Clean up. */
    +    app_RAND_write_file(NULL, bio_err);
    +    NCONF_free(conf);
    +    OPENSSL_free(password);
    +    OBJ_cleanup();
    +    if (free_bio_err) {
    +        BIO_free_all(bio_err);
    +        bio_err = NULL;
    +    }
    +
    +    OPENSSL_EXIT(ret);
    +}
     
     /*
      * Configuration file-related function definitions.
      */
     
     static ASN1_OBJECT *txt2obj(const char *oid)
    -	{
    -	ASN1_OBJECT *oid_obj = NULL;
    +{
    +    ASN1_OBJECT *oid_obj = NULL;
     
    -	if (!(oid_obj = OBJ_txt2obj(oid, 0)))
    -		BIO_printf(bio_err, "cannot convert %s to OID\n", oid);
    +    if (!(oid_obj = OBJ_txt2obj(oid, 0)))
    +        BIO_printf(bio_err, "cannot convert %s to OID\n", oid);
     
    -	return oid_obj;
    -	}
    +    return oid_obj;
    +}
     
     static CONF *load_config_file(const char *configfile)
    -	{
    -	CONF *conf = NULL;
    -	long errorline = -1;
    -
    -	if (!configfile) configfile = getenv("OPENSSL_CONF");
    -	if (!configfile) configfile = getenv("SSLEAY_CONF");
    -
    -	if (configfile &&
    -	    (!(conf = NCONF_new(NULL)) ||
    -	     NCONF_load(conf, configfile, &errorline) <= 0))
    -		{
    -		if (errorline <= 0)
    -			BIO_printf(bio_err, "error loading the config file "
    -				   "'%s'\n", configfile);
    -		else
    -			BIO_printf(bio_err, "error on line %ld of config file "
    -				   "'%s'\n", errorline, configfile);
    -		}
    -
    -	if (conf != NULL)
    -		{
    -		const char *p;
    -
    -		BIO_printf(bio_err,"Using configuration from %s\n", configfile);
    -		p = NCONF_get_string(conf, NULL, ENV_OID_FILE);
    -		if (p != NULL)
    -			{
    -			BIO *oid_bio = BIO_new_file(p, "r");
    -			if (!oid_bio) 
    -				ERR_print_errors(bio_err);
    -			else
    -				{
    -				OBJ_create_objects(oid_bio);
    -				BIO_free_all(oid_bio);
    -				}
    -			}
    -		else
    -			ERR_clear_error();
    -		if(!add_oid_section(bio_err, conf)) 
    -			ERR_print_errors(bio_err);
    -		}
    -	return conf;
    -	}
    +{
    +    CONF *conf = NULL;
    +    long errorline = -1;
    +
    +    if (!configfile)
    +        configfile = getenv("OPENSSL_CONF");
    +    if (!configfile)
    +        configfile = getenv("SSLEAY_CONF");
    +
    +    if (configfile &&
    +        (!(conf = NCONF_new(NULL)) ||
    +         NCONF_load(conf, configfile, &errorline) <= 0)) {
    +        if (errorline <= 0)
    +            BIO_printf(bio_err, "error loading the config file "
    +                       "'%s'\n", configfile);
    +        else
    +            BIO_printf(bio_err, "error on line %ld of config file "
    +                       "'%s'\n", errorline, configfile);
    +    }
    +
    +    if (conf != NULL) {
    +        const char *p;
    +
    +        BIO_printf(bio_err, "Using configuration from %s\n", configfile);
    +        p = NCONF_get_string(conf, NULL, ENV_OID_FILE);
    +        if (p != NULL) {
    +            BIO *oid_bio = BIO_new_file(p, "r");
    +            if (!oid_bio)
    +                ERR_print_errors(bio_err);
    +            else {
    +                OBJ_create_objects(oid_bio);
    +                BIO_free_all(oid_bio);
    +            }
    +        } else
    +            ERR_clear_error();
    +        if (!add_oid_section(bio_err, conf))
    +            ERR_print_errors(bio_err);
    +    }
    +    return conf;
    +}
     
     /*
      * Query-related method definitions.
      */
     
     static int query_command(const char *data, char *digest, const EVP_MD *md,
    -			 const char *policy, int no_nonce, 
    -			 int cert, const char *in, const char *out, int text)
    -	{
    -	int ret = 0;
    -	TS_REQ *query = NULL;
    -	BIO *in_bio = NULL;
    -	BIO *data_bio = NULL;
    -	BIO *out_bio = NULL;
    -
    -	/* Build query object either from file or from scratch. */
    -	if (in != NULL)
    -		{
    -		if ((in_bio = BIO_new_file(in, "rb")) == NULL) goto end;
    -		query = d2i_TS_REQ_bio(in_bio, NULL);
    -		}
    -	else
    -		{
    -		/* Open the file if no explicit digest bytes were specified. */
    -		if (!digest 
    -		    && !(data_bio = BIO_open_with_default(data, "rb", stdin)))
    -			goto end;
    -		/* Creating the query object. */
    -		query = create_query(data_bio, digest, md,
    -				     policy, no_nonce, cert);
    -		/* Saving the random number generator state. */
    -		}
    -	if (query == NULL) goto end;
    -
    -	/* Write query either in ASN.1 or in text format. */
    -	if ((out_bio = BIO_open_with_default(out, "wb", stdout)) == NULL)
    -		goto end;
    -	if (text)
    -		{
    -		/* Text output. */
    -		if (!TS_REQ_print_bio(out_bio, query))
    -			goto end;
    -		}
    -	else
    -		{
    -		/* ASN.1 output. */
    -		if (!i2d_TS_REQ_bio(out_bio, query))
    -			goto end;
    -		}
    -
    -	ret = 1;
    +                         const char *policy, int no_nonce,
    +                         int cert, const char *in, const char *out, int text)
    +{
    +    int ret = 0;
    +    TS_REQ *query = NULL;
    +    BIO *in_bio = NULL;
    +    BIO *data_bio = NULL;
    +    BIO *out_bio = NULL;
    +
    +    /* Build query object either from file or from scratch. */
    +    if (in != NULL) {
    +        if ((in_bio = BIO_new_file(in, "rb")) == NULL)
    +            goto end;
    +        query = d2i_TS_REQ_bio(in_bio, NULL);
    +    } else {
    +        /*
    +         * Open the file if no explicit digest bytes were specified.
    +         */
    +        if (!digest && !(data_bio = BIO_open_with_default(data, "rb", stdin)))
    +            goto end;
    +        /* Creating the query object. */
    +        query = create_query(data_bio, digest, md, policy, no_nonce, cert);
    +        /* Saving the random number generator state. */
    +    }
    +    if (query == NULL)
    +        goto end;
    +
    +    /* Write query either in ASN.1 or in text format. */
    +    if ((out_bio = BIO_open_with_default(out, "wb", stdout)) == NULL)
    +        goto end;
    +    if (text) {
    +        /* Text output. */
    +        if (!TS_REQ_print_bio(out_bio, query))
    +            goto end;
    +    } else {
    +        /* ASN.1 output. */
    +        if (!i2d_TS_REQ_bio(out_bio, query))
    +            goto end;
    +    }
    +
    +    ret = 1;
     
      end:
    -	ERR_print_errors(bio_err);
    +    ERR_print_errors(bio_err);
     
    -	/* Clean up. */
    -	BIO_free_all(in_bio);
    -	BIO_free_all(data_bio);
    -	BIO_free_all(out_bio);
    -	TS_REQ_free(query);
    +    /* Clean up. */
    +    BIO_free_all(in_bio);
    +    BIO_free_all(data_bio);
    +    BIO_free_all(out_bio);
    +    TS_REQ_free(query);
     
    -	return ret;
    -	}
    +    return ret;
    +}
     
    -static BIO *BIO_open_with_default(const char *file, const char *mode, 
    -				  FILE *default_fp)
    -	{
    -	return file == NULL ? 
    -		BIO_new_fp(default_fp, BIO_NOCLOSE) 
    -		: BIO_new_file(file, mode);
    -	}
    +static BIO *BIO_open_with_default(const char *file, const char *mode,
    +                                  FILE *default_fp)
    +{
    +    return file == NULL ? BIO_new_fp(default_fp, BIO_NOCLOSE)
    +        : BIO_new_file(file, mode);
    +}
     
     static TS_REQ *create_query(BIO *data_bio, char *digest, const EVP_MD *md,
    -			    const char *policy, int no_nonce, int cert)
    -	{
    -	int ret = 0;
    -	TS_REQ *ts_req = NULL;
    -	int len;
    -	TS_MSG_IMPRINT *msg_imprint = NULL;
    -	X509_ALGOR *algo = NULL;
    -	unsigned char *data = NULL;
    -	ASN1_OBJECT *policy_obj = NULL;
    -	ASN1_INTEGER *nonce_asn1 = NULL;
    -
    -	/* Setting default message digest. */
    -	if (!md && !(md = EVP_get_digestbyname("sha1"))) goto err;
    -
    -	/* Creating request object. */
    -	if (!(ts_req = TS_REQ_new())) goto err;
    -
    -	/* Setting version. */
    -	if (!TS_REQ_set_version(ts_req, 1)) goto err;
    -
    -	/* Creating and adding MSG_IMPRINT object. */
    -	if (!(msg_imprint = TS_MSG_IMPRINT_new())) goto err;
    -
    -	/* Adding algorithm. */
    -	if (!(algo = X509_ALGOR_new())) goto err;
    -	if (!(algo->algorithm = OBJ_nid2obj(EVP_MD_type(md)))) goto err;
    -	if (!(algo->parameter = ASN1_TYPE_new())) goto err;
    -	algo->parameter->type = V_ASN1_NULL;
    -	if (!TS_MSG_IMPRINT_set_algo(msg_imprint, algo)) goto err;
    -
    -	/* Adding message digest. */
    -	if ((len = create_digest(data_bio, digest, md, &data)) == 0)
    -		goto err;
    -	if (!TS_MSG_IMPRINT_set_msg(msg_imprint, data, len)) goto err;
    -
    -	if (!TS_REQ_set_msg_imprint(ts_req, msg_imprint)) goto err;
    -	
    -	/* Setting policy if requested. */
    -	if (policy && !(policy_obj = txt2obj(policy))) goto err;
    -	if (policy_obj && !TS_REQ_set_policy_id(ts_req, policy_obj)) goto err;
    -
    -	/* Setting nonce if requested. */
    -	if (!no_nonce && !(nonce_asn1 = create_nonce(NONCE_LENGTH))) goto err;
    -	if (nonce_asn1 && !TS_REQ_set_nonce(ts_req, nonce_asn1)) goto err;
    -
    -	/* Setting certificate request flag if requested. */
    -	if (!TS_REQ_set_cert_req(ts_req, cert)) goto err;
    -
    -	ret = 1;
    +                            const char *policy, int no_nonce, int cert)
    +{
    +    int ret = 0;
    +    TS_REQ *ts_req = NULL;
    +    int len;
    +    TS_MSG_IMPRINT *msg_imprint = NULL;
    +    X509_ALGOR *algo = NULL;
    +    unsigned char *data = NULL;
    +    ASN1_OBJECT *policy_obj = NULL;
    +    ASN1_INTEGER *nonce_asn1 = NULL;
    +
    +    /* Setting default message digest. */
    +    if (!md && !(md = EVP_get_digestbyname("sha1")))
    +        goto err;
    +
    +    /* Creating request object. */
    +    if (!(ts_req = TS_REQ_new()))
    +        goto err;
    +
    +    /* Setting version. */
    +    if (!TS_REQ_set_version(ts_req, 1))
    +        goto err;
    +
    +    /* Creating and adding MSG_IMPRINT object. */
    +    if (!(msg_imprint = TS_MSG_IMPRINT_new()))
    +        goto err;
    +
    +    /* Adding algorithm. */
    +    if (!(algo = X509_ALGOR_new()))
    +        goto err;
    +    if (!(algo->algorithm = OBJ_nid2obj(EVP_MD_type(md))))
    +        goto err;
    +    if (!(algo->parameter = ASN1_TYPE_new()))
    +        goto err;
    +    algo->parameter->type = V_ASN1_NULL;
    +    if (!TS_MSG_IMPRINT_set_algo(msg_imprint, algo))
    +        goto err;
    +
    +    /* Adding message digest. */
    +    if ((len = create_digest(data_bio, digest, md, &data)) == 0)
    +        goto err;
    +    if (!TS_MSG_IMPRINT_set_msg(msg_imprint, data, len))
    +        goto err;
    +
    +    if (!TS_REQ_set_msg_imprint(ts_req, msg_imprint))
    +        goto err;
    +
    +    /* Setting policy if requested. */
    +    if (policy && !(policy_obj = txt2obj(policy)))
    +        goto err;
    +    if (policy_obj && !TS_REQ_set_policy_id(ts_req, policy_obj))
    +        goto err;
    +
    +    /* Setting nonce if requested. */
    +    if (!no_nonce && !(nonce_asn1 = create_nonce(NONCE_LENGTH)))
    +        goto err;
    +    if (nonce_asn1 && !TS_REQ_set_nonce(ts_req, nonce_asn1))
    +        goto err;
    +
    +    /* Setting certificate request flag if requested. */
    +    if (!TS_REQ_set_cert_req(ts_req, cert))
    +        goto err;
    +
    +    ret = 1;
      err:
    -	if (!ret)
    -		{
    -		TS_REQ_free(ts_req);
    -		ts_req = NULL;
    -		BIO_printf(bio_err, "could not create query\n");
    -		}
    -	TS_MSG_IMPRINT_free(msg_imprint);
    -	X509_ALGOR_free(algo);
    -	OPENSSL_free(data);
    -	ASN1_OBJECT_free(policy_obj);
    -	ASN1_INTEGER_free(nonce_asn1);
    -	return ts_req;
    -	}
    +    if (!ret) {
    +        TS_REQ_free(ts_req);
    +        ts_req = NULL;
    +        BIO_printf(bio_err, "could not create query\n");
    +    }
    +    TS_MSG_IMPRINT_free(msg_imprint);
    +    X509_ALGOR_free(algo);
    +    OPENSSL_free(data);
    +    ASN1_OBJECT_free(policy_obj);
    +    ASN1_INTEGER_free(nonce_asn1);
    +    return ts_req;
    +}
     
     static int create_digest(BIO *input, char *digest, const EVP_MD *md,
    -			 unsigned char **md_value)
    -	{
    -	int md_value_len;
    -
    -	md_value_len = EVP_MD_size(md);
    -	if (md_value_len < 0)
    -	    goto err;
    -	if (input)
    -		{
    -		/* Digest must be computed from an input file. */
    -		EVP_MD_CTX md_ctx;
    -		unsigned char buffer[4096];
    -		int length;
    -
    -		*md_value = OPENSSL_malloc(md_value_len);
    -		if (*md_value == 0) goto err;
    -
    -		EVP_DigestInit(&md_ctx, md);
    -		while ((length = BIO_read(input, buffer, sizeof(buffer))) > 0)
    -			{
    -			EVP_DigestUpdate(&md_ctx, buffer, length);
    -			}
    -		EVP_DigestFinal(&md_ctx, *md_value, NULL);
    -		}
    -	else
    -		{
    -		/* Digest bytes are specified with digest. */
    -		long digest_len;
    -		*md_value = string_to_hex(digest, &digest_len);
    -		if (!*md_value || md_value_len != digest_len)
    -			{
    -			OPENSSL_free(*md_value);
    -			*md_value = NULL;
    -			BIO_printf(bio_err, "bad digest, %d bytes "
    -				   "must be specified\n", md_value_len);
    -			goto err;
    -			}
    -		}
    -
    -	return md_value_len;
    +                         unsigned char **md_value)
    +{
    +    int md_value_len;
    +
    +    md_value_len = EVP_MD_size(md);
    +    if (md_value_len < 0)
    +        goto err;
    +    if (input) {
    +        /* Digest must be computed from an input file. */
    +        EVP_MD_CTX md_ctx;
    +        unsigned char buffer[4096];
    +        int length;
    +
    +        *md_value = OPENSSL_malloc(md_value_len);
    +        if (*md_value == 0)
    +            goto err;
    +
    +        EVP_DigestInit(&md_ctx, md);
    +        while ((length = BIO_read(input, buffer, sizeof(buffer))) > 0) {
    +            EVP_DigestUpdate(&md_ctx, buffer, length);
    +        }
    +        EVP_DigestFinal(&md_ctx, *md_value, NULL);
    +    } else {
    +        /* Digest bytes are specified with digest. */
    +        long digest_len;
    +        *md_value = string_to_hex(digest, &digest_len);
    +        if (!*md_value || md_value_len != digest_len) {
    +            OPENSSL_free(*md_value);
    +            *md_value = NULL;
    +            BIO_printf(bio_err, "bad digest, %d bytes "
    +                       "must be specified\n", md_value_len);
    +            goto err;
    +        }
    +    }
    +
    +    return md_value_len;
      err:
    -	return 0;
    -	}
    +    return 0;
    +}
     
     static ASN1_INTEGER *create_nonce(int bits)
    -	{
    -	unsigned char buf[20];
    -	ASN1_INTEGER *nonce = NULL;
    -	int len = (bits - 1) / 8 + 1;
    -	int i;
    -
    -	/* Generating random byte sequence. */
    -	if (len > (int)sizeof(buf)) goto err;
    -	if (RAND_bytes(buf, len) <= 0) goto err;
    -
    -	/* Find the first non-zero byte and creating ASN1_INTEGER object. */
    -	for (i = 0; i < len && !buf[i]; ++i);
    -	if (!(nonce = ASN1_INTEGER_new())) goto err;
    -	OPENSSL_free(nonce->data);
    -	/* Allocate at least one byte. */
    -	nonce->length = len - i;
    -	if (!(nonce->data = OPENSSL_malloc(nonce->length + 1))) goto err;
    -	memcpy(nonce->data, buf + i, nonce->length);
    -
    -	return nonce;
    +{
    +    unsigned char buf[20];
    +    ASN1_INTEGER *nonce = NULL;
    +    int len = (bits - 1) / 8 + 1;
    +    int i;
    +
    +    /* Generating random byte sequence. */
    +    if (len > (int)sizeof(buf))
    +        goto err;
    +    if (RAND_bytes(buf, len) <= 0)
    +        goto err;
    +
    +    /* Find the first non-zero byte and creating ASN1_INTEGER object. */
    +    for (i = 0; i < len && !buf[i]; ++i) ;
    +    if (!(nonce = ASN1_INTEGER_new()))
    +        goto err;
    +    OPENSSL_free(nonce->data);
    +    /* Allocate at least one byte. */
    +    nonce->length = len - i;
    +    if (!(nonce->data = OPENSSL_malloc(nonce->length + 1)))
    +        goto err;
    +    memcpy(nonce->data, buf + i, nonce->length);
    +
    +    return nonce;
      err:
    -	BIO_printf(bio_err, "could not create nonce\n");
    -	ASN1_INTEGER_free(nonce);
    -	return NULL;
    -	}
    +    BIO_printf(bio_err, "could not create nonce\n");
    +    ASN1_INTEGER_free(nonce);
    +    return NULL;
    +}
    +
     /*
      * Reply-related method definitions.
      */
     
    -static int reply_command(CONF *conf, char *section, char *engine, 
    -			 char *queryfile, char *passin, char *inkey,
    -			 char *signer, char *chain, const char *policy, 
    -			 char *in, int token_in,
    -			 char *out, int token_out, int text)
    -	{
    -	int ret = 0;
    -	TS_RESP *response = NULL;
    -	BIO *in_bio = NULL;
    -	BIO *query_bio = NULL;
    -	BIO *inkey_bio = NULL;
    -	BIO *signer_bio = NULL;
    -	BIO *out_bio = NULL;
    -
    -	/* Build response object either from response or query. */
    -	if (in != NULL)
    -		{
    -		if ((in_bio = BIO_new_file(in, "rb")) == NULL) goto end;
    -		if (token_in)
    -			{
    -			/* We have a ContentInfo (PKCS7) object, add
    -			   'granted' status info around it. */
    -			response = read_PKCS7(in_bio);
    -			}
    -		else
    -			{
    -			/* We have a ready-made TS_RESP object. */
    -			response = d2i_TS_RESP_bio(in_bio, NULL);
    -			}
    -		}
    -	else
    -		{
    -		response = create_response(conf, section, engine, queryfile,
    -					   passin, inkey, signer, chain,
    -					   policy);
    -		if (response)
    -			BIO_printf(bio_err, "Response has been generated.\n");
    -		else
    -			BIO_printf(bio_err, "Response is not generated.\n");
    -		}
    -	if (response == NULL) goto end;
    -
    -	/* Write response either in ASN.1 or text format. */
    -	if ((out_bio = BIO_open_with_default(out, "wb", stdout)) == NULL)
    -		goto end;
    -	if (text)
    -		{
    -		/* Text output. */
    -		if (token_out)
    -			{
    -			TS_TST_INFO *tst_info = TS_RESP_get_tst_info(response);
    -			if (!TS_TST_INFO_print_bio(out_bio, tst_info)) goto end;
    -			}
    -		else
    -			{
    -			if (!TS_RESP_print_bio(out_bio, response)) goto end;
    -			}
    -		}
    -	else
    -		{
    -		/* ASN.1 DER output. */
    -		if (token_out)
    -			{
    -			PKCS7 *token = TS_RESP_get_token(response);
    -			if (!i2d_PKCS7_bio(out_bio, token)) goto end;
    -			}
    -		else
    -			{
    -			if (!i2d_TS_RESP_bio(out_bio, response)) goto end;
    -			}
    -		}
    -
    -	ret = 1;
    +static int reply_command(CONF *conf, char *section, char *engine,
    +                         char *queryfile, char *passin, char *inkey,
    +                         char *signer, char *chain, const char *policy,
    +                         char *in, int token_in,
    +                         char *out, int token_out, int text)
    +{
    +    int ret = 0;
    +    TS_RESP *response = NULL;
    +    BIO *in_bio = NULL;
    +    BIO *query_bio = NULL;
    +    BIO *inkey_bio = NULL;
    +    BIO *signer_bio = NULL;
    +    BIO *out_bio = NULL;
    +
    +    /* Build response object either from response or query. */
    +    if (in != NULL) {
    +        if ((in_bio = BIO_new_file(in, "rb")) == NULL)
    +            goto end;
    +        if (token_in) {
    +            /*
    +             * We have a ContentInfo (PKCS7) object, add 'granted' status
    +             * info around it.
    +             */
    +            response = read_PKCS7(in_bio);
    +        } else {
    +            /* We have a ready-made TS_RESP object. */
    +            response = d2i_TS_RESP_bio(in_bio, NULL);
    +        }
    +    } else {
    +        response = create_response(conf, section, engine, queryfile,
    +                                   passin, inkey, signer, chain, policy);
    +        if (response)
    +            BIO_printf(bio_err, "Response has been generated.\n");
    +        else
    +            BIO_printf(bio_err, "Response is not generated.\n");
    +    }
    +    if (response == NULL)
    +        goto end;
    +
    +    /* Write response either in ASN.1 or text format. */
    +    if ((out_bio = BIO_open_with_default(out, "wb", stdout)) == NULL)
    +        goto end;
    +    if (text) {
    +        /* Text output. */
    +        if (token_out) {
    +            TS_TST_INFO *tst_info = TS_RESP_get_tst_info(response);
    +            if (!TS_TST_INFO_print_bio(out_bio, tst_info))
    +                goto end;
    +        } else {
    +            if (!TS_RESP_print_bio(out_bio, response))
    +                goto end;
    +        }
    +    } else {
    +        /* ASN.1 DER output. */
    +        if (token_out) {
    +            PKCS7 *token = TS_RESP_get_token(response);
    +            if (!i2d_PKCS7_bio(out_bio, token))
    +                goto end;
    +        } else {
    +            if (!i2d_TS_RESP_bio(out_bio, response))
    +                goto end;
    +        }
    +    }
    +
    +    ret = 1;
     
      end:
    -	ERR_print_errors(bio_err);
    +    ERR_print_errors(bio_err);
     
    -	/* Clean up. */
    -	BIO_free_all(in_bio);
    -	BIO_free_all(query_bio);
    -	BIO_free_all(inkey_bio);
    -	BIO_free_all(signer_bio);
    -	BIO_free_all(out_bio);
    -	TS_RESP_free(response);
    +    /* Clean up. */
    +    BIO_free_all(in_bio);
    +    BIO_free_all(query_bio);
    +    BIO_free_all(inkey_bio);
    +    BIO_free_all(signer_bio);
    +    BIO_free_all(out_bio);
    +    TS_RESP_free(response);
     
    -	return ret;
    -	}
    +    return ret;
    +}
     
     /* Reads a PKCS7 token and adds default 'granted' status info to it. */
     static TS_RESP *read_PKCS7(BIO *in_bio)
    -	{
    -	int ret = 0;
    -	PKCS7 *token = NULL;
    -	TS_TST_INFO *tst_info = NULL;
    -	TS_RESP *resp = NULL;
    -	TS_STATUS_INFO *si = NULL;
    -
    -	/* Read PKCS7 object and extract the signed time stamp info. */
    -	if (!(token = d2i_PKCS7_bio(in_bio, NULL))) goto end;
    -	if (!(tst_info = PKCS7_to_TS_TST_INFO(token))) goto end;
    -
    -	/* Creating response object. */
    -	if (!(resp = TS_RESP_new())) goto end;
    -
    -	/* Create granted status info. */
    -	if (!(si = TS_STATUS_INFO_new())) goto end;
    -	if (!(ASN1_INTEGER_set(si->status, TS_STATUS_GRANTED))) goto end;
    -	if (!TS_RESP_set_status_info(resp, si)) goto end;
    -
    -	/* Setting encapsulated token. */
    -	TS_RESP_set_tst_info(resp, token, tst_info);
    -	token = NULL;		/* Ownership is lost. */
    -	tst_info = NULL;	/* Ownership is lost. */
    -
    -	ret = 1;
    +{
    +    int ret = 0;
    +    PKCS7 *token = NULL;
    +    TS_TST_INFO *tst_info = NULL;
    +    TS_RESP *resp = NULL;
    +    TS_STATUS_INFO *si = NULL;
    +
    +    /* Read PKCS7 object and extract the signed time stamp info. */
    +    if (!(token = d2i_PKCS7_bio(in_bio, NULL)))
    +        goto end;
    +    if (!(tst_info = PKCS7_to_TS_TST_INFO(token)))
    +        goto end;
    +
    +    /* Creating response object. */
    +    if (!(resp = TS_RESP_new()))
    +        goto end;
    +
    +    /* Create granted status info. */
    +    if (!(si = TS_STATUS_INFO_new()))
    +        goto end;
    +    if (!(ASN1_INTEGER_set(si->status, TS_STATUS_GRANTED)))
    +        goto end;
    +    if (!TS_RESP_set_status_info(resp, si))
    +        goto end;
    +
    +    /* Setting encapsulated token. */
    +    TS_RESP_set_tst_info(resp, token, tst_info);
    +    token = NULL;               /* Ownership is lost. */
    +    tst_info = NULL;            /* Ownership is lost. */
    +
    +    ret = 1;
      end:
    -	PKCS7_free(token);
    -	TS_TST_INFO_free(tst_info);
    -	if (!ret)
    -		{
    -		TS_RESP_free(resp);
    -		resp = NULL;
    -		}
    -	TS_STATUS_INFO_free(si);
    -	return resp;
    -	}
    -
    -static TS_RESP *create_response(CONF *conf, const char *section, char *engine, 
    -				char *queryfile, char *passin, char *inkey,
    -				char *signer, char *chain, const char *policy)
    -	{
    -	int ret = 0;
    -	TS_RESP *response = NULL;
    -	BIO *query_bio = NULL;
    -	TS_RESP_CTX *resp_ctx = NULL;
    -
    -	if (!(query_bio = BIO_new_file(queryfile, "rb")))
    -		goto end;
    -
    -	/* Getting TSA configuration section. */
    -	if (!(section = TS_CONF_get_tsa_section(conf, section)))
    -		goto end;
    -
    -	/* Setting up response generation context. */
    -	if (!(resp_ctx = TS_RESP_CTX_new())) goto end;
    -
    -	/* Setting serial number provider callback. */
    -	if (!TS_CONF_set_serial(conf, section, serial_cb, resp_ctx)) goto end;
    +    PKCS7_free(token);
    +    TS_TST_INFO_free(tst_info);
    +    if (!ret) {
    +        TS_RESP_free(resp);
    +        resp = NULL;
    +    }
    +    TS_STATUS_INFO_free(si);
    +    return resp;
    +}
    +
    +static TS_RESP *create_response(CONF *conf, const char *section, char *engine,
    +                                char *queryfile, char *passin, char *inkey,
    +                                char *signer, char *chain, const char *policy)
    +{
    +    int ret = 0;
    +    TS_RESP *response = NULL;
    +    BIO *query_bio = NULL;
    +    TS_RESP_CTX *resp_ctx = NULL;
    +
    +    if (!(query_bio = BIO_new_file(queryfile, "rb")))
    +        goto end;
    +
    +    /* Getting TSA configuration section. */
    +    if (!(section = TS_CONF_get_tsa_section(conf, section)))
    +        goto end;
    +
    +    /* Setting up response generation context. */
    +    if (!(resp_ctx = TS_RESP_CTX_new()))
    +        goto end;
    +
    +    /* Setting serial number provider callback. */
    +    if (!TS_CONF_set_serial(conf, section, serial_cb, resp_ctx))
    +        goto end;
     #ifndef OPENSSL_NO_ENGINE
    -	/* Setting default OpenSSL engine. */
    -	if (!TS_CONF_set_crypto_device(conf, section, engine)) goto end;
    +    /* Setting default OpenSSL engine. */
    +    if (!TS_CONF_set_crypto_device(conf, section, engine))
    +        goto end;
     #endif
     
    -	/* Setting TSA signer certificate. */
    -	if (!TS_CONF_set_signer_cert(conf, section, signer, resp_ctx)) goto end;
    +    /* Setting TSA signer certificate. */
    +    if (!TS_CONF_set_signer_cert(conf, section, signer, resp_ctx))
    +        goto end;
     
    -	/* Setting TSA signer certificate chain. */
    -	if (!TS_CONF_set_certs(conf, section, chain, resp_ctx)) goto end;
    +    /* Setting TSA signer certificate chain. */
    +    if (!TS_CONF_set_certs(conf, section, chain, resp_ctx))
    +        goto end;
     
    -	/* Setting TSA signer private key. */
    -	if (!TS_CONF_set_signer_key(conf, section, inkey, passin, resp_ctx))
    -		goto end;
    +    /* Setting TSA signer private key. */
    +    if (!TS_CONF_set_signer_key(conf, section, inkey, passin, resp_ctx))
    +        goto end;
     
    -	/* Setting default policy OID. */
    -	if (!TS_CONF_set_def_policy(conf, section, policy, resp_ctx)) goto end;
    +    /* Setting default policy OID. */
    +    if (!TS_CONF_set_def_policy(conf, section, policy, resp_ctx))
    +        goto end;
     
    -	/* Setting acceptable policy OIDs. */
    -	if (!TS_CONF_set_policies(conf, section, resp_ctx)) goto end;
    +    /* Setting acceptable policy OIDs. */
    +    if (!TS_CONF_set_policies(conf, section, resp_ctx))
    +        goto end;
     
    -	/* Setting the acceptable one-way hash algorithms. */
    -	if (!TS_CONF_set_digests(conf, section, resp_ctx)) goto end;
    +    /* Setting the acceptable one-way hash algorithms. */
    +    if (!TS_CONF_set_digests(conf, section, resp_ctx))
    +        goto end;
     
    -	/* Setting guaranteed time stamp accuracy. */
    -	if (!TS_CONF_set_accuracy(conf, section, resp_ctx)) goto end;
    +    /* Setting guaranteed time stamp accuracy. */
    +    if (!TS_CONF_set_accuracy(conf, section, resp_ctx))
    +        goto end;
     
    -	/* Setting the precision of the time. */
    -	if (!TS_CONF_set_clock_precision_digits(conf, section, resp_ctx))
    -		goto end;
    +    /* Setting the precision of the time. */
    +    if (!TS_CONF_set_clock_precision_digits(conf, section, resp_ctx))
    +        goto end;
     
    -	/* Setting the ordering flaf if requested. */
    -	if (!TS_CONF_set_ordering(conf, section, resp_ctx)) goto end;
    +    /* Setting the ordering flaf if requested. */
    +    if (!TS_CONF_set_ordering(conf, section, resp_ctx))
    +        goto end;
     
    -	/* Setting the TSA name required flag if requested. */
    -	if (!TS_CONF_set_tsa_name(conf, section, resp_ctx)) goto end;
    +    /* Setting the TSA name required flag if requested. */
    +    if (!TS_CONF_set_tsa_name(conf, section, resp_ctx))
    +        goto end;
     
    -	/* Setting the ESS cert id chain flag if requested. */
    -	if (!TS_CONF_set_ess_cert_id_chain(conf, section, resp_ctx)) goto end;
    +    /* Setting the ESS cert id chain flag if requested. */
    +    if (!TS_CONF_set_ess_cert_id_chain(conf, section, resp_ctx))
    +        goto end;
     
    -	/* Creating the response. */
    -	if (!(response = TS_RESP_create_response(resp_ctx, query_bio)))
    -		goto end;
    +    /* Creating the response. */
    +    if (!(response = TS_RESP_create_response(resp_ctx, query_bio)))
    +        goto end;
     
    -	ret = 1;
    +    ret = 1;
      end:
    -	if (!ret) 
    -		{
    -		TS_RESP_free(response);
    -		response = NULL;
    -		}
    -	TS_RESP_CTX_free(resp_ctx);
    -	BIO_free_all(query_bio);
    -
    -	return response;
    -	}
    -
    -static ASN1_INTEGER * MS_CALLBACK serial_cb(TS_RESP_CTX *ctx, void *data)
    -	{
    -	const char *serial_file = (const char *) data;
    -	ASN1_INTEGER *serial = next_serial(serial_file);
    -
    -	if (!serial)
    -		{
    -		TS_RESP_CTX_set_status_info(ctx, TS_STATUS_REJECTION,
    -					    "Error during serial number "
    -					    "generation.");
    -		TS_RESP_CTX_add_failure_info(ctx,
    -					     TS_INFO_ADD_INFO_NOT_AVAILABLE);
    -		}
    -	else
    -		save_ts_serial(serial_file, serial);
    -
    -	return serial;
    -	}
    +    if (!ret) {
    +        TS_RESP_free(response);
    +        response = NULL;
    +    }
    +    TS_RESP_CTX_free(resp_ctx);
    +    BIO_free_all(query_bio);
    +
    +    return response;
    +}
    +
    +static ASN1_INTEGER *MS_CALLBACK serial_cb(TS_RESP_CTX *ctx, void *data)
    +{
    +    const char *serial_file = (const char *)data;
    +    ASN1_INTEGER *serial = next_serial(serial_file);
    +
    +    if (!serial) {
    +        TS_RESP_CTX_set_status_info(ctx, TS_STATUS_REJECTION,
    +                                    "Error during serial number "
    +                                    "generation.");
    +        TS_RESP_CTX_add_failure_info(ctx, TS_INFO_ADD_INFO_NOT_AVAILABLE);
    +    } else
    +        save_ts_serial(serial_file, serial);
    +
    +    return serial;
    +}
     
     static ASN1_INTEGER *next_serial(const char *serialfile)
    -	{
    -	int ret = 0;
    -	BIO *in = NULL;
    -	ASN1_INTEGER *serial = NULL;
    -	BIGNUM *bn = NULL;
    -
    -	if (!(serial = ASN1_INTEGER_new())) goto err;
    -
    -	if (!(in = BIO_new_file(serialfile, "r"))) 
    -		{
    -		ERR_clear_error();
    -		BIO_printf(bio_err, "Warning: could not open file %s for "
    -			   "reading, using serial number: 1\n", serialfile);
    -		if (!ASN1_INTEGER_set(serial, 1)) goto err;
    -		}
    -	else
    -		{
    -		char buf[1024];
    -		if (!a2i_ASN1_INTEGER(in, serial, buf, sizeof(buf)))
    -			{
    -			BIO_printf(bio_err, "unable to load number from %s\n",
    -				   serialfile);
    -			goto err;
    -			}
    -		if (!(bn = ASN1_INTEGER_to_BN(serial, NULL))) goto err;
    -		ASN1_INTEGER_free(serial);
    -		serial = NULL;
    -		if (!BN_add_word(bn, 1)) goto err;
    -		if (!(serial = BN_to_ASN1_INTEGER(bn, NULL))) goto err;
    -		}
    -	ret = 1;
    +{
    +    int ret = 0;
    +    BIO *in = NULL;
    +    ASN1_INTEGER *serial = NULL;
    +    BIGNUM *bn = NULL;
    +
    +    if (!(serial = ASN1_INTEGER_new()))
    +        goto err;
    +
    +    if (!(in = BIO_new_file(serialfile, "r"))) {
    +        ERR_clear_error();
    +        BIO_printf(bio_err, "Warning: could not open file %s for "
    +                   "reading, using serial number: 1\n", serialfile);
    +        if (!ASN1_INTEGER_set(serial, 1))
    +            goto err;
    +    } else {
    +        char buf[1024];
    +        if (!a2i_ASN1_INTEGER(in, serial, buf, sizeof(buf))) {
    +            BIO_printf(bio_err, "unable to load number from %s\n",
    +                       serialfile);
    +            goto err;
    +        }
    +        if (!(bn = ASN1_INTEGER_to_BN(serial, NULL)))
    +            goto err;
    +        ASN1_INTEGER_free(serial);
    +        serial = NULL;
    +        if (!BN_add_word(bn, 1))
    +            goto err;
    +        if (!(serial = BN_to_ASN1_INTEGER(bn, NULL)))
    +            goto err;
    +    }
    +    ret = 1;
      err:
    -	if (!ret)
    -		{
    -		ASN1_INTEGER_free(serial);
    -		serial = NULL;
    -		}
    -	BIO_free_all(in);
    -	BN_free(bn);
    -	return serial;
    -	}
    +    if (!ret) {
    +        ASN1_INTEGER_free(serial);
    +        serial = NULL;
    +    }
    +    BIO_free_all(in);
    +    BN_free(bn);
    +    return serial;
    +}
     
     static int save_ts_serial(const char *serialfile, ASN1_INTEGER *serial)
    -	{
    -	int ret = 0;
    -	BIO *out = NULL;
    -
    -	if (!(out = BIO_new_file(serialfile, "w"))) goto err;
    -	if (i2a_ASN1_INTEGER(out, serial) <= 0) goto err;
    -	if (BIO_puts(out, "\n") <= 0) goto err;
    -	ret = 1;
    +{
    +    int ret = 0;
    +    BIO *out = NULL;
    +
    +    if (!(out = BIO_new_file(serialfile, "w")))
    +        goto err;
    +    if (i2a_ASN1_INTEGER(out, serial) <= 0)
    +        goto err;
    +    if (BIO_puts(out, "\n") <= 0)
    +        goto err;
    +    ret = 1;
      err:
    -	if (!ret)
    -		BIO_printf(bio_err, "could not save serial number to %s\n",
    -			   serialfile);
    -	BIO_free_all(out);
    -	return ret;
    -	}
    +    if (!ret)
    +        BIO_printf(bio_err, "could not save serial number to %s\n",
    +                   serialfile);
    +    BIO_free_all(out);
    +    return ret;
    +}
     
     /*
      * Verify-related method definitions.
      */
     
     static int verify_command(char *data, char *digest, char *queryfile,
    -			  char *in, int token_in,
    -			  char *ca_path, char *ca_file, char *untrusted)
    -	{
    -	BIO *in_bio = NULL;
    -	PKCS7 *token = NULL;
    -	TS_RESP *response = NULL;
    -	TS_VERIFY_CTX *verify_ctx = NULL;
    -	int ret = 0;
    -
    -	/* Decode the token (PKCS7) or response (TS_RESP) files. */
    -	if (!(in_bio = BIO_new_file(in, "rb"))) goto end;
    -	if (token_in)
    -		{
    -		if (!(token = d2i_PKCS7_bio(in_bio, NULL))) goto end;
    -		}
    -	else
    -		{
    -		if (!(response = d2i_TS_RESP_bio(in_bio, NULL))) goto end;
    -		}
    -
    -	if (!(verify_ctx = create_verify_ctx(data, digest, queryfile, 
    -					     ca_path, ca_file, untrusted)))
    -		goto end;
    -
    -	/* Checking the token or response against the request. */
    -	ret = token_in ?
    -		TS_RESP_verify_token(verify_ctx, token) :
    -		TS_RESP_verify_response(verify_ctx, response);
    +                          char *in, int token_in,
    +                          char *ca_path, char *ca_file, char *untrusted)
    +{
    +    BIO *in_bio = NULL;
    +    PKCS7 *token = NULL;
    +    TS_RESP *response = NULL;
    +    TS_VERIFY_CTX *verify_ctx = NULL;
    +    int ret = 0;
    +
    +    /* Decode the token (PKCS7) or response (TS_RESP) files. */
    +    if (!(in_bio = BIO_new_file(in, "rb")))
    +        goto end;
    +    if (token_in) {
    +        if (!(token = d2i_PKCS7_bio(in_bio, NULL)))
    +            goto end;
    +    } else {
    +        if (!(response = d2i_TS_RESP_bio(in_bio, NULL)))
    +            goto end;
    +    }
    +
    +    if (!(verify_ctx = create_verify_ctx(data, digest, queryfile,
    +                                         ca_path, ca_file, untrusted)))
    +        goto end;
    +
    +    /* Checking the token or response against the request. */
    +    ret = token_in ?
    +        TS_RESP_verify_token(verify_ctx, token) :
    +        TS_RESP_verify_response(verify_ctx, response);
     
      end:
    -	printf("Verification: ");
    -	if (ret)
    -		printf("OK\n");
    -	else
    -		{
    -		printf("FAILED\n");
    -		/* Print errors, if there are any. */
    -		ERR_print_errors(bio_err);
    -		}
    -	
    -	/* Clean up. */
    -	BIO_free_all(in_bio);
    -	PKCS7_free(token);
    -	TS_RESP_free(response);
    -	TS_VERIFY_CTX_free(verify_ctx);
    -	return ret;
    -	}
    -
    -static TS_VERIFY_CTX *create_verify_ctx(char *data, char *digest, 
    -					char *queryfile, 
    -					char *ca_path, char *ca_file,
    -					char *untrusted)
    -	{
    -	TS_VERIFY_CTX *ctx = NULL;
    -	BIO *input = NULL;
    -	TS_REQ *request = NULL;
    -	int ret = 0;
    -
    -	if (data != NULL || digest != NULL)
    -		{
    -		if (!(ctx = TS_VERIFY_CTX_new())) goto err;
    -		ctx->flags = TS_VFY_VERSION | TS_VFY_SIGNER;
    -		if (data != NULL)
    -			{
    -			ctx->flags |= TS_VFY_DATA;
    -			if (!(ctx->data = BIO_new_file(data, "rb"))) goto err;
    -			}
    -		else if (digest != NULL)
    -			{
    -			long imprint_len;
    -			ctx->flags |= TS_VFY_IMPRINT;
    -			if (!(ctx->imprint = string_to_hex(digest,
    -							   &imprint_len)))
    -				{
    -				BIO_printf(bio_err, "invalid digest string\n");
    -				goto err;
    -				}
    -			ctx->imprint_len = imprint_len;
    -			}
    -		
    -		}
    -	else if (queryfile != NULL)
    -		{
    -		/* The request has just to be read, decoded and converted to
    -		   a verify context object. */
    -		if (!(input = BIO_new_file(queryfile, "rb"))) goto err;
    -		if (!(request = d2i_TS_REQ_bio(input, NULL))) goto err;
    -		if (!(ctx = TS_REQ_to_TS_VERIFY_CTX(request, NULL))) goto err;
    -		}
    -	else
    -		return NULL;
    -
    -	/* Add the signature verification flag and arguments. */
    -	ctx->flags |= TS_VFY_SIGNATURE;
    -
    -	/* Initialising the X509_STORE object. */
    -	if (!(ctx->store = create_cert_store(ca_path, ca_file))) goto err;
    -
    -	/* Loading untrusted certificates. */
    -	if (untrusted && !(ctx->certs = TS_CONF_load_certs(untrusted))) 
    -		goto err;
    -
    -	ret = 1;
    +    printf("Verification: ");
    +    if (ret)
    +        printf("OK\n");
    +    else {
    +        printf("FAILED\n");
    +        /* Print errors, if there are any. */
    +        ERR_print_errors(bio_err);
    +    }
    +
    +    /* Clean up. */
    +    BIO_free_all(in_bio);
    +    PKCS7_free(token);
    +    TS_RESP_free(response);
    +    TS_VERIFY_CTX_free(verify_ctx);
    +    return ret;
    +}
    +
    +static TS_VERIFY_CTX *create_verify_ctx(char *data, char *digest,
    +                                        char *queryfile,
    +                                        char *ca_path, char *ca_file,
    +                                        char *untrusted)
    +{
    +    TS_VERIFY_CTX *ctx = NULL;
    +    BIO *input = NULL;
    +    TS_REQ *request = NULL;
    +    int ret = 0;
    +
    +    if (data != NULL || digest != NULL) {
    +        if (!(ctx = TS_VERIFY_CTX_new()))
    +            goto err;
    +        ctx->flags = TS_VFY_VERSION | TS_VFY_SIGNER;
    +        if (data != NULL) {
    +            ctx->flags |= TS_VFY_DATA;
    +            if (!(ctx->data = BIO_new_file(data, "rb")))
    +                goto err;
    +        } else if (digest != NULL) {
    +            long imprint_len;
    +            ctx->flags |= TS_VFY_IMPRINT;
    +            if (!(ctx->imprint = string_to_hex(digest, &imprint_len))) {
    +                BIO_printf(bio_err, "invalid digest string\n");
    +                goto err;
    +            }
    +            ctx->imprint_len = imprint_len;
    +        }
    +
    +    } else if (queryfile != NULL) {
    +        /*
    +         * The request has just to be read, decoded and converted to a verify
    +         * context object.
    +         */
    +        if (!(input = BIO_new_file(queryfile, "rb")))
    +            goto err;
    +        if (!(request = d2i_TS_REQ_bio(input, NULL)))
    +            goto err;
    +        if (!(ctx = TS_REQ_to_TS_VERIFY_CTX(request, NULL)))
    +            goto err;
    +    } else
    +        return NULL;
    +
    +    /* Add the signature verification flag and arguments. */
    +    ctx->flags |= TS_VFY_SIGNATURE;
    +
    +    /* Initialising the X509_STORE object. */
    +    if (!(ctx->store = create_cert_store(ca_path, ca_file)))
    +        goto err;
    +
    +    /* Loading untrusted certificates. */
    +    if (untrusted && !(ctx->certs = TS_CONF_load_certs(untrusted)))
    +        goto err;
    +
    +    ret = 1;
      err:
    -	if (!ret)
    -		{
    -		TS_VERIFY_CTX_free(ctx);
    -		ctx = NULL;
    -		}
    -	BIO_free_all(input);
    -	TS_REQ_free(request);
    -	return ctx;
    -	}
    +    if (!ret) {
    +        TS_VERIFY_CTX_free(ctx);
    +        ctx = NULL;
    +    }
    +    BIO_free_all(input);
    +    TS_REQ_free(request);
    +    return ctx;
    +}
     
     static X509_STORE *create_cert_store(char *ca_path, char *ca_file)
    -	{
    -	X509_STORE *cert_ctx = NULL;
    -	X509_LOOKUP *lookup = NULL;
    -	int i;
    -
    -	/* Creating the X509_STORE object. */
    -	cert_ctx = X509_STORE_new();
    -
    -	/* Setting the callback for certificate chain verification. */
    -	X509_STORE_set_verify_cb(cert_ctx, verify_cb);
    -
    -	/* Adding a trusted certificate directory source. */
    -	if (ca_path)
    -		{
    -		lookup = X509_STORE_add_lookup(cert_ctx,
    -					       X509_LOOKUP_hash_dir());
    -		if (lookup == NULL)
    -			{
    -			BIO_printf(bio_err, "memory allocation failure\n");
    -			goto err;
    -			}
    -		i = X509_LOOKUP_add_dir(lookup, ca_path, X509_FILETYPE_PEM);
    -		if (!i)
    -			{
    -			BIO_printf(bio_err, "Error loading directory %s\n",
    -				   ca_path);
    -			goto err;
    -			}
    -		}
    -
    -	/* Adding a trusted certificate file source. */
    -	if (ca_file)
    -		{
    -		lookup = X509_STORE_add_lookup(cert_ctx, X509_LOOKUP_file());
    -		if (lookup == NULL)
    -			{
    -			BIO_printf(bio_err, "memory allocation failure\n");
    -			goto err;
    -			}
    -		i = X509_LOOKUP_load_file(lookup, ca_file, X509_FILETYPE_PEM);
    -		if (!i)
    -			{
    -			BIO_printf(bio_err, "Error loading file %s\n", ca_file);
    -			goto err;
    -			}
    -		}
    -
    -	return cert_ctx;
    +{
    +    X509_STORE *cert_ctx = NULL;
    +    X509_LOOKUP *lookup = NULL;
    +    int i;
    +
    +    /* Creating the X509_STORE object. */
    +    cert_ctx = X509_STORE_new();
    +
    +    /* Setting the callback for certificate chain verification. */
    +    X509_STORE_set_verify_cb(cert_ctx, verify_cb);
    +
    +    /* Adding a trusted certificate directory source. */
    +    if (ca_path) {
    +        lookup = X509_STORE_add_lookup(cert_ctx, X509_LOOKUP_hash_dir());
    +        if (lookup == NULL) {
    +            BIO_printf(bio_err, "memory allocation failure\n");
    +            goto err;
    +        }
    +        i = X509_LOOKUP_add_dir(lookup, ca_path, X509_FILETYPE_PEM);
    +        if (!i) {
    +            BIO_printf(bio_err, "Error loading directory %s\n", ca_path);
    +            goto err;
    +        }
    +    }
    +
    +    /* Adding a trusted certificate file source. */
    +    if (ca_file) {
    +        lookup = X509_STORE_add_lookup(cert_ctx, X509_LOOKUP_file());
    +        if (lookup == NULL) {
    +            BIO_printf(bio_err, "memory allocation failure\n");
    +            goto err;
    +        }
    +        i = X509_LOOKUP_load_file(lookup, ca_file, X509_FILETYPE_PEM);
    +        if (!i) {
    +            BIO_printf(bio_err, "Error loading file %s\n", ca_file);
    +            goto err;
    +        }
    +    }
    +
    +    return cert_ctx;
      err:
    -	X509_STORE_free(cert_ctx);
    -	return NULL;
    -	}
    +    X509_STORE_free(cert_ctx);
    +    return NULL;
    +}
     
     static int MS_CALLBACK verify_cb(int ok, X509_STORE_CTX *ctx)
    -	{
    -	/*
    -	char buf[256];
    -
    -	if (!ok)
    -		{
    -		X509_NAME_oneline(X509_get_subject_name(ctx->current_cert),
    -				  buf, sizeof(buf));
    -		printf("%s\n", buf);
    -		printf("error %d at %d depth lookup: %s\n",
    -		       ctx->error, ctx->error_depth,
    -			X509_verify_cert_error_string(ctx->error));
    -		}
    -	*/
    -
    -	return ok;
    -	}
    +{
    +    /*-
    +    char buf[256];
    +
    +    if (!ok)
    +            {
    +            X509_NAME_oneline(X509_get_subject_name(ctx->current_cert),
    +                              buf, sizeof(buf));
    +            printf("%s\n", buf);
    +            printf("error %d at %d depth lookup: %s\n",
    +                   ctx->error, ctx->error_depth,
    +                    X509_verify_cert_error_string(ctx->error));
    +            }
    +    */
    +
    +    return ok;
    +}
    diff --git a/openssl/apps/verify.c b/openssl/apps/verify.c
    index 893670ff4..b3ba53d97 100644
    --- a/openssl/apps/verify.c
    +++ b/openssl/apps/verify.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -67,296 +67,286 @@
     #include 
     
     #undef PROG
    -#define PROG	verify_main
    +#define PROG    verify_main
     
     static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx);
     static int check(X509_STORE *ctx, char *file,
    -		STACK_OF(X509) *uchain, STACK_OF(X509) *tchain,
    -		STACK_OF(X509_CRL) *crls, ENGINE *e);
    -static int v_verbose=0, vflags = 0;
    +                 STACK_OF(X509) *uchain, STACK_OF(X509) *tchain,
    +                 STACK_OF(X509_CRL) *crls, ENGINE *e);
    +static int v_verbose = 0, vflags = 0;
     
     int MAIN(int, char **);
     
     int MAIN(int argc, char **argv)
    -	{
    -	ENGINE *e = NULL;
    -	int i,ret=1, badarg = 0;
    -	char *CApath=NULL,*CAfile=NULL;
    -	char *untfile = NULL, *trustfile = NULL, *crlfile = NULL;
    -	STACK_OF(X509) *untrusted = NULL, *trusted = NULL;
    -	STACK_OF(X509_CRL) *crls = NULL;
    -	X509_STORE *cert_ctx=NULL;
    -	X509_LOOKUP *lookup=NULL;
    -	X509_VERIFY_PARAM *vpm = NULL;
    +{
    +    ENGINE *e = NULL;
    +    int i, ret = 1, badarg = 0;
    +    char *CApath = NULL, *CAfile = NULL;
    +    char *untfile = NULL, *trustfile = NULL, *crlfile = NULL;
    +    STACK_OF(X509) *untrusted = NULL, *trusted = NULL;
    +    STACK_OF(X509_CRL) *crls = NULL;
    +    X509_STORE *cert_ctx = NULL;
    +    X509_LOOKUP *lookup = NULL;
    +    X509_VERIFY_PARAM *vpm = NULL;
    +    int crl_download = 0;
     #ifndef OPENSSL_NO_ENGINE
    -	char *engine=NULL;
    +    char *engine = NULL;
     #endif
     
    -	cert_ctx=X509_STORE_new();
    -	if (cert_ctx == NULL) goto end;
    -	X509_STORE_set_verify_cb(cert_ctx,cb);
    -
    -	ERR_load_crypto_strings();
    -
    -	apps_startup();
    -
    -	if (bio_err == NULL)
    -		if ((bio_err=BIO_new(BIO_s_file())) != NULL)
    -			BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
    -
    -	if (!load_config(bio_err, NULL))
    -		goto end;
    -
    -	argc--;
    -	argv++;
    -	for (;;)
    -		{
    -		if (argc >= 1)
    -			{
    -			if (strcmp(*argv,"-CApath") == 0)
    -				{
    -				if (argc-- < 1) goto end;
    -				CApath= *(++argv);
    -				}
    -			else if (strcmp(*argv,"-CAfile") == 0)
    -				{
    -				if (argc-- < 1) goto end;
    -				CAfile= *(++argv);
    -				}
    -			else if (args_verify(&argv, &argc, &badarg, bio_err,
    -									&vpm))
    -				{
    -				if (badarg)
    -					goto end;
    -				continue;
    -				}
    -			else if (strcmp(*argv,"-untrusted") == 0)
    -				{
    -				if (argc-- < 1) goto end;
    -				untfile= *(++argv);
    -				}
    -			else if (strcmp(*argv,"-trusted") == 0)
    -				{
    -				if (argc-- < 1) goto end;
    -				trustfile= *(++argv);
    -				}
    -			else if (strcmp(*argv,"-CRLfile") == 0)
    -				{
    -				if (argc-- < 1) goto end;
    -				crlfile= *(++argv);
    -				}
    +    cert_ctx = X509_STORE_new();
    +    if (cert_ctx == NULL)
    +        goto end;
    +    X509_STORE_set_verify_cb(cert_ctx, cb);
    +
    +    ERR_load_crypto_strings();
    +
    +    apps_startup();
    +
    +    if (bio_err == NULL)
    +        if ((bio_err = BIO_new(BIO_s_file())) != NULL)
    +            BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
    +
    +    if (!load_config(bio_err, NULL))
    +        goto end;
    +
    +    argc--;
    +    argv++;
    +    for (;;) {
    +        if (argc >= 1) {
    +            if (strcmp(*argv, "-CApath") == 0) {
    +                if (argc-- < 1)
    +                    goto end;
    +                CApath = *(++argv);
    +            } else if (strcmp(*argv, "-CAfile") == 0) {
    +                if (argc-- < 1)
    +                    goto end;
    +                CAfile = *(++argv);
    +            } else if (args_verify(&argv, &argc, &badarg, bio_err, &vpm)) {
    +                if (badarg)
    +                    goto end;
    +                continue;
    +            } else if (strcmp(*argv, "-untrusted") == 0) {
    +                if (argc-- < 1)
    +                    goto end;
    +                untfile = *(++argv);
    +            } else if (strcmp(*argv, "-trusted") == 0) {
    +                if (argc-- < 1)
    +                    goto end;
    +                trustfile = *(++argv);
    +            } else if (strcmp(*argv, "-CRLfile") == 0) {
    +                if (argc-- < 1)
    +                    goto end;
    +                crlfile = *(++argv);
    +            } else if (strcmp(*argv, "-crl_download") == 0)
    +                crl_download = 1;
     #ifndef OPENSSL_NO_ENGINE
    -			else if (strcmp(*argv,"-engine") == 0)
    -				{
    -				if (--argc < 1) goto end;
    -				engine= *(++argv);
    -				}
    +            else if (strcmp(*argv, "-engine") == 0) {
    +                if (--argc < 1)
    +                    goto end;
    +                engine = *(++argv);
    +            }
     #endif
    -			else if (strcmp(*argv,"-help") == 0)
    -				goto end;
    -			else if (strcmp(*argv,"-verbose") == 0)
    -				v_verbose=1;
    -			else if (argv[0][0] == '-')
    -				goto end;
    -			else
    -				break;
    -			argc--;
    -			argv++;
    -			}
    -		else
    -			break;
    -		}
    +            else if (strcmp(*argv, "-help") == 0)
    +                goto end;
    +            else if (strcmp(*argv, "-verbose") == 0)
    +                v_verbose = 1;
    +            else if (argv[0][0] == '-')
    +                goto end;
    +            else
    +                break;
    +            argc--;
    +            argv++;
    +        } else
    +            break;
    +    }
     
     #ifndef OPENSSL_NO_ENGINE
    -        e = setup_engine(bio_err, engine, 0);
    +    e = setup_engine(bio_err, engine, 0);
     #endif
     
    -	if (vpm)
    -		X509_STORE_set1_param(cert_ctx, vpm);
    -
    -	lookup=X509_STORE_add_lookup(cert_ctx,X509_LOOKUP_file());
    -	if (lookup == NULL) abort();
    -	if (CAfile) {
    -		i=X509_LOOKUP_load_file(lookup,CAfile,X509_FILETYPE_PEM);
    -		if(!i) {
    -			BIO_printf(bio_err, "Error loading file %s\n", CAfile);
    -			ERR_print_errors(bio_err);
    -			goto end;
    -		}
    -	} else X509_LOOKUP_load_file(lookup,NULL,X509_FILETYPE_DEFAULT);
    -		
    -	lookup=X509_STORE_add_lookup(cert_ctx,X509_LOOKUP_hash_dir());
    -	if (lookup == NULL) abort();
    -	if (CApath) {
    -		i=X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM);
    -		if(!i) {
    -			BIO_printf(bio_err, "Error loading directory %s\n", CApath);
    -			ERR_print_errors(bio_err);
    -			goto end;
    -		}
    -	} else X509_LOOKUP_add_dir(lookup,NULL,X509_FILETYPE_DEFAULT);
    -
    -	ERR_clear_error();
    -
    -	if(untfile)
    -		{
    -		untrusted = load_certs(bio_err, untfile, FORMAT_PEM,
    -					NULL, e, "untrusted certificates");
    -		if(!untrusted)
    -			goto end;
    -		}
    -
    -	if(trustfile)
    -		{
    -		trusted = load_certs(bio_err, trustfile, FORMAT_PEM,
    -					NULL, e, "trusted certificates");
    -		if(!trusted)
    -			goto end;
    -		}
    -
    -	if(crlfile)
    -		{
    -		crls = load_crls(bio_err, crlfile, FORMAT_PEM,
    -					NULL, e, "other CRLs");
    -		if(!crls)
    -			goto end;
    -		}
    -
    -	ret = 0;
    -	if (argc < 1)
    -		{ 
    -		if (1 != check(cert_ctx, NULL, untrusted, trusted, crls, e))
    -			ret = -1;
    -		}
    -	else
    -		{
    -		for (i=0; i 0)
    -		{
    -		fprintf(stdout,"OK\n");
    -		ret=1;
    -		}
    -	else
    -		ERR_print_errors(bio_err);
    -	if (x != NULL) X509_free(x);
    -
    -	return(ret);
    -	}
    +                 STACK_OF(X509) *uchain, STACK_OF(X509) *tchain,
    +                 STACK_OF(X509_CRL) *crls, ENGINE *e)
    +{
    +    X509 *x = NULL;
    +    int i = 0, ret = 0;
    +    X509_STORE_CTX *csc;
    +
    +    x = load_cert(bio_err, file, FORMAT_PEM, NULL, e, "certificate file");
    +    if (x == NULL)
    +        goto end;
    +    fprintf(stdout, "%s: ", (file == NULL) ? "stdin" : file);
    +
    +    csc = X509_STORE_CTX_new();
    +    if (csc == NULL) {
    +        ERR_print_errors(bio_err);
    +        goto end;
    +    }
    +    X509_STORE_set_flags(ctx, vflags);
    +    if (!X509_STORE_CTX_init(csc, ctx, x, uchain)) {
    +        ERR_print_errors(bio_err);
    +        goto end;
    +    }
    +    if (tchain)
    +        X509_STORE_CTX_trusted_stack(csc, tchain);
    +    if (crls)
    +        X509_STORE_CTX_set0_crls(csc, crls);
    +    i = X509_verify_cert(csc);
    +    X509_STORE_CTX_free(csc);
    +
    +    ret = 0;
    + end:
    +    if (i > 0) {
    +        fprintf(stdout, "OK\n");
    +        ret = 1;
    +    } else
    +        ERR_print_errors(bio_err);
    +    if (x != NULL)
    +        X509_free(x);
    +
    +    return (ret);
    +}
     
     static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx)
    -	{
    -	int cert_error = X509_STORE_CTX_get_error(ctx);
    -	X509 *current_cert = X509_STORE_CTX_get_current_cert(ctx);
    -
    -	if (!ok)
    -		{
    -		if (current_cert)
    -			{
    -			X509_NAME_print_ex_fp(stdout,
    -				X509_get_subject_name(current_cert),
    -				0, XN_FLAG_ONELINE);
    -			printf("\n");
    -			}
    -		printf("%serror %d at %d depth lookup:%s\n",
    -			X509_STORE_CTX_get0_parent_ctx(ctx) ? "[CRL path]" : "",
    -			cert_error,
    -			X509_STORE_CTX_get_error_depth(ctx),
    -			X509_verify_cert_error_string(cert_error));
    -		switch(cert_error)
    -			{
    -			case X509_V_ERR_NO_EXPLICIT_POLICY:
    -				policies_print(NULL, ctx);
    -			case X509_V_ERR_CERT_HAS_EXPIRED:
    -
    -			/* since we are just checking the certificates, it is
    -			 * ok if they are self signed. But we should still warn
    -			 * the user.
    -			 */
    -
    -			case X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT:
    -			/* Continue after extension errors too */
    -			case X509_V_ERR_INVALID_CA:
    -			case X509_V_ERR_INVALID_NON_CA:
    -			case X509_V_ERR_PATH_LENGTH_EXCEEDED:
    -			case X509_V_ERR_INVALID_PURPOSE:
    -			case X509_V_ERR_CRL_HAS_EXPIRED:
    -			case X509_V_ERR_CRL_NOT_YET_VALID:
    -			case X509_V_ERR_UNHANDLED_CRITICAL_EXTENSION:
    -			ok = 1;
    -
    -			}
    -
    -		return ok;
    -
    -		}
    -	if (cert_error == X509_V_OK && ok == 2)
    -		policies_print(NULL, ctx);
    -	if (!v_verbose)
    -		ERR_clear_error();
    -	return(ok);
    -	}
    +{
    +    int cert_error = X509_STORE_CTX_get_error(ctx);
    +    X509 *current_cert = X509_STORE_CTX_get_current_cert(ctx);
    +
    +    if (!ok) {
    +        if (current_cert) {
    +            X509_NAME_print_ex_fp(stdout,
    +                                  X509_get_subject_name(current_cert),
    +                                  0, XN_FLAG_ONELINE);
    +            printf("\n");
    +        }
    +        printf("%serror %d at %d depth lookup:%s\n",
    +               X509_STORE_CTX_get0_parent_ctx(ctx) ? "[CRL path]" : "",
    +               cert_error,
    +               X509_STORE_CTX_get_error_depth(ctx),
    +               X509_verify_cert_error_string(cert_error));
    +        switch (cert_error) {
    +        case X509_V_ERR_NO_EXPLICIT_POLICY:
    +            policies_print(NULL, ctx);
    +        case X509_V_ERR_CERT_HAS_EXPIRED:
    +
    +            /*
    +             * since we are just checking the certificates, it is ok if they
    +             * are self signed. But we should still warn the user.
    +             */
    +
    +        case X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT:
    +            /* Continue after extension errors too */
    +        case X509_V_ERR_INVALID_CA:
    +        case X509_V_ERR_INVALID_NON_CA:
    +        case X509_V_ERR_PATH_LENGTH_EXCEEDED:
    +        case X509_V_ERR_INVALID_PURPOSE:
    +        case X509_V_ERR_CRL_HAS_EXPIRED:
    +        case X509_V_ERR_CRL_NOT_YET_VALID:
    +        case X509_V_ERR_UNHANDLED_CRITICAL_EXTENSION:
    +            ok = 1;
    +
    +        }
    +
    +        return ok;
    +
    +    }
    +    if (cert_error == X509_V_OK && ok == 2)
    +        policies_print(NULL, ctx);
    +    if (!v_verbose)
    +        ERR_clear_error();
    +    return (ok);
    +}
    diff --git a/openssl/apps/version.c b/openssl/apps/version.c
    index e9555cbde..8807d4c7b 100644
    --- a/openssl/apps/version.c
    +++ b/openssl/apps/version.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,7 +63,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -133,85 +133,82 @@
     #endif
     
     #undef PROG
    -#define PROG	version_main
    +#define PROG    version_main
     
     int MAIN(int, char **);
     
     int MAIN(int argc, char **argv)
    -	{
    -	int i,ret=0;
    -	int cflags=0,version=0,date=0,options=0,platform=0,dir=0;
    +{
    +    int i, ret = 0;
    +    int cflags = 0, version = 0, date = 0, options = 0, platform = 0, dir = 0;
     
    -	apps_startup();
    +    apps_startup();
     
    -	if (bio_err == NULL)
    -		if ((bio_err=BIO_new(BIO_s_file())) != NULL)
    -			BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
    +    if (bio_err == NULL)
    +        if ((bio_err = BIO_new(BIO_s_file())) != NULL)
    +            BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
     
    -	if (argc == 1) version=1;
    -	for (i=1; i
    -#include 
    -#include 
    -
    +# include 
    +# include 
    +# include 
     
     /* Global storage. */
     
    @@ -29,41 +28,38 @@
     
     int decc_init_done = -1;
     
    -
     /* Structure to hold a DECC$* feature name and its desired value. */
     
    -typedef struct
    -{
    +typedef struct {
         char *name;
         int value;
     } decc_feat_t;
     
    -
    -/* Array of DECC$* feature names and their desired values.
    - * Note: DECC$ARGV_PARSE_STYLE is the urgent one.
    +/*
    + * Array of DECC$* feature names and their desired values. Note:
    + * DECC$ARGV_PARSE_STYLE is the urgent one.
      */
     
    -decc_feat_t decc_feat_array[] =
    -{
    - /* Preserve command-line case with SET PROCESS/PARSE_STYLE=EXTENDED */
    - { "DECC$ARGV_PARSE_STYLE", 1 },
    +decc_feat_t decc_feat_array[] = {
    +    /* Preserve command-line case with SET PROCESS/PARSE_STYLE=EXTENDED */
    +    {"DECC$ARGV_PARSE_STYLE", 1},
     
    - /* Preserve case for file names on ODS5 disks. */
    - { "DECC$EFS_CASE_PRESERVE", 1 },
    +    /* Preserve case for file names on ODS5 disks. */
    +    {"DECC$EFS_CASE_PRESERVE", 1},
     
    - /* Enable multiple dots (and most characters) in ODS5 file names,
    -  * while preserving VMS-ness of ";version".
    -  */
    - { "DECC$EFS_CHARSET", 1 },
    +    /*
    +     * Enable multiple dots (and most characters) in ODS5 file names, while
    +     * preserving VMS-ness of ";version".
    +     */
    +    {"DECC$EFS_CHARSET", 1},
     
    - /* List terminator. */
    - { (char *)NULL, 0 }
    +    /* List terminator. */
    +    {(char *)NULL, 0}
     };
     
    -
     /* LIB$INITIALIZE initialization function. */
     
    -static void decc_init( void)
    +static void decc_init(void)
     {
         char *openssl_debug_decc_init;
         int verbose = 0;
    @@ -75,12 +71,10 @@ static void decc_init( void)
         int sts;
     
         /* Get debug option. */
    -    openssl_debug_decc_init = getenv( "OPENSSL_DEBUG_DECC_INIT");
    -    if (openssl_debug_decc_init != NULL)
    -    {
    -        verbose = strtol( openssl_debug_decc_init, NULL, 10);
    -        if (verbose <= 0)
    -        {
    +    openssl_debug_decc_init = getenv("OPENSSL_DEBUG_DECC_INIT");
    +    if (openssl_debug_decc_init != NULL) {
    +        verbose = strtol(openssl_debug_decc_init, NULL, 10);
    +        if (verbose <= 0) {
                 verbose = 1;
             }
         }
    @@ -90,99 +84,89 @@ static void decc_init( void)
     
         /* Loop through all items in the decc_feat_array[]. */
     
    -    for (i = 0; decc_feat_array[ i].name != NULL; i++)
    -    {
    +    for (i = 0; decc_feat_array[i].name != NULL; i++) {
             /* Get the feature index. */
    -        feat_index = decc$feature_get_index( decc_feat_array[ i].name);
    -        if (feat_index >= 0)
    -        {
    +        feat_index = decc$feature_get_index(decc_feat_array[i].name);
    +        if (feat_index >= 0) {
                 /* Valid item.  Collect its properties. */
    -            feat_value = decc$feature_get_value( feat_index, 1);
    -            feat_value_min = decc$feature_get_value( feat_index, 2);
    -            feat_value_max = decc$feature_get_value( feat_index, 3);
    +            feat_value = decc$feature_get_value(feat_index, 1);
    +            feat_value_min = decc$feature_get_value(feat_index, 2);
    +            feat_value_max = decc$feature_get_value(feat_index, 3);
     
                 /* Check the validity of our desired value. */
    -            if ((decc_feat_array[ i].value >= feat_value_min) &&
    -             (decc_feat_array[ i].value <= feat_value_max))
    -            {
    +            if ((decc_feat_array[i].value >= feat_value_min) &&
    +                (decc_feat_array[i].value <= feat_value_max)) {
                     /* Valid value.  Set it if necessary. */
    -                if (feat_value != decc_feat_array[ i].value)
    -                {
    -                    sts = decc$feature_set_value( feat_index,
    -                     1,
    -                     decc_feat_array[ i].value);
    -
    -                     if (verbose > 1)
    -                     {
    -                         fprintf( stderr, " %s = %d, sts = %d.\n",
    -                          decc_feat_array[ i].name,
    -                          decc_feat_array[ i].value,
    -                          sts);
    -                     }
    +                if (feat_value != decc_feat_array[i].value) {
    +                    sts = decc$feature_set_value(feat_index,
    +                                                 1, decc_feat_array[i].value);
    +
    +                    if (verbose > 1) {
    +                        fprintf(stderr, " %s = %d, sts = %d.\n",
    +                                decc_feat_array[i].name,
    +                                decc_feat_array[i].value, sts);
    +                    }
                     }
    -            }
    -            else
    -            {
    +            } else {
                     /* Invalid DECC feature value. */
    -                fprintf( stderr,
    -                 " INVALID DECC$FEATURE VALUE, %d: %d <= %s <= %d.\n",
    -                 feat_value,
    -                 feat_value_min, decc_feat_array[ i].name, feat_value_max);
    +                fprintf(stderr,
    +                        " INVALID DECC$FEATURE VALUE, %d: %d <= %s <= %d.\n",
    +                        feat_value,
    +                        feat_value_min, decc_feat_array[i].name,
    +                        feat_value_max);
                 }
    -        }
    -        else
    -        {
    +        } else {
                 /* Invalid DECC feature name. */
    -            fprintf( stderr,
    -             " UNKNOWN DECC$FEATURE: %s.\n", decc_feat_array[ i].name);
    +            fprintf(stderr,
    +                    " UNKNOWN DECC$FEATURE: %s.\n", decc_feat_array[i].name);
             }
         }
     
    -    if (verbose > 0)
    -    {
    -        fprintf( stderr, " DECC_INIT complete.\n");
    +    if (verbose > 0) {
    +        fprintf(stderr, " DECC_INIT complete.\n");
         }
     }
     
     /* Get "decc_init()" into a valid, loaded LIB$INITIALIZE PSECT. */
     
    -#pragma nostandard
    +# pragma nostandard
     
    -/* Establish the LIB$INITIALIZE PSECTs, with proper alignment and
    - * other attributes.  Note that "nopic" is significant only on VAX.
    +/*
    + * Establish the LIB$INITIALIZE PSECTs, with proper alignment and other
    + * attributes.  Note that "nopic" is significant only on VAX.
      */
    -#pragma extern_model save
    +# pragma extern_model save
     
    -#if __INITIAL_POINTER_SIZE == 64
    -# define PSECT_ALIGN 3
    -#else
    -# define PSECT_ALIGN 2
    -#endif
    +# if __INITIAL_POINTER_SIZE == 64
    +#  define PSECT_ALIGN 3
    +# else
    +#  define PSECT_ALIGN 2
    +# endif
     
    -#pragma extern_model strict_refdef "LIB$INITIALIZ" PSECT_ALIGN, nopic, nowrt
    -const int spare[ 8] = { 0 };
    +# pragma extern_model strict_refdef "LIB$INITIALIZ" PSECT_ALIGN, nopic, nowrt
    +const int spare[8] = { 0 };
     
    -#pragma extern_model strict_refdef "LIB$INITIALIZE" PSECT_ALIGN, nopic, nowrt
    -void (*const x_decc_init)() = decc_init;
    +# pragma extern_model strict_refdef "LIB$INITIALIZE" PSECT_ALIGN, nopic, nowrt
    +void (*const x_decc_init) () = decc_init;
     
    -#pragma extern_model restore
    +# pragma extern_model restore
     
     /* Fake reference to ensure loading the LIB$INITIALIZE PSECT. */
     
    -#pragma extern_model save
    +# pragma extern_model save
     
    -int LIB$INITIALIZE( void);
    +int LIB$INITIALIZE(void);
     
    -#pragma extern_model strict_refdef
    -int dmy_lib$initialize = (int) LIB$INITIALIZE;
    +# pragma extern_model strict_refdef
    +int dmy_lib$initialize = (int)LIB$INITIALIZE;
     
    -#pragma extern_model restore
    +# pragma extern_model restore
     
    -#pragma standard
    +# pragma standard
     
    -#else /* def USE_DECC_INIT */
    +#else                           /* def USE_DECC_INIT */
     
     /* Dummy code to avoid a %CC-W-EMPTYFILE complaint. */
    -int decc_init_dummy( void);
    +int decc_init_dummy(void);
     
    -#endif /* def USE_DECC_INIT */
    +#endif                          /* def USE_DECC_INIT */
    diff --git a/openssl/apps/winrand.c b/openssl/apps/winrand.c
    index 59bede3d7..44f57a38b 100644
    --- a/openssl/apps/winrand.c
    +++ b/openssl/apps/winrand.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* Usage: winrand [filename]
    +/*-
    + * Usage: winrand [filename]
      *
      * Collects entropy from mouse movements and other events and writes
      * random data to filename or .rnd
    @@ -67,82 +68,79 @@ LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
     const char *filename;
     
     int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
    -        PSTR cmdline, int iCmdShow)
    -	{
    -	static char appname[] = "OpenSSL";
    -	HWND hwnd;
    -	MSG msg;
    -	WNDCLASSEX wndclass;
    -        char buffer[200];
    -
    -        if (cmdline[0] == '\0')
    -                filename = RAND_file_name(buffer, sizeof buffer);
    -        else
    -                filename = cmdline;
    -
    -        RAND_load_file(filename, -1);
    -
    -	wndclass.cbSize = sizeof(wndclass);
    -	wndclass.style = CS_HREDRAW | CS_VREDRAW;
    -	wndclass.lpfnWndProc = WndProc;
    -	wndclass.cbClsExtra = 0;
    -	wndclass.cbWndExtra = 0;
    -	wndclass.hInstance = hInstance;
    -	wndclass.hIcon = LoadIcon(NULL, IDI_APPLICATION);
    -	wndclass.hCursor = LoadCursor(NULL, IDC_ARROW);
    -	wndclass.hbrBackground = (HBRUSH) GetStockObject(WHITE_BRUSH);
    -	wndclass.lpszMenuName = NULL;
    -        wndclass.lpszClassName = appname;
    -	wndclass.hIconSm = LoadIcon(NULL, IDI_APPLICATION);
    -	RegisterClassEx(&wndclass);
    -
    -        hwnd = CreateWindow(appname, OPENSSL_VERSION_TEXT,
    -		WS_OVERLAPPEDWINDOW, CW_USEDEFAULT, CW_USEDEFAULT,
    -		CW_USEDEFAULT, CW_USEDEFAULT, NULL, NULL, hInstance, NULL);
    -
    -	ShowWindow(hwnd, iCmdShow);
    -	UpdateWindow(hwnd);
    -
    -
    -	while (GetMessage(&msg, NULL, 0, 0))
    -		{
    -		TranslateMessage(&msg);
    -		DispatchMessage(&msg);
    -		}
    -
    -	return msg.wParam;
    -	}
    +                   PSTR cmdline, int iCmdShow)
    +{
    +    static char appname[] = "OpenSSL";
    +    HWND hwnd;
    +    MSG msg;
    +    WNDCLASSEX wndclass;
    +    char buffer[200];
    +
    +    if (cmdline[0] == '\0')
    +        filename = RAND_file_name(buffer, sizeof buffer);
    +    else
    +        filename = cmdline;
    +
    +    RAND_load_file(filename, -1);
    +
    +    wndclass.cbSize = sizeof(wndclass);
    +    wndclass.style = CS_HREDRAW | CS_VREDRAW;
    +    wndclass.lpfnWndProc = WndProc;
    +    wndclass.cbClsExtra = 0;
    +    wndclass.cbWndExtra = 0;
    +    wndclass.hInstance = hInstance;
    +    wndclass.hIcon = LoadIcon(NULL, IDI_APPLICATION);
    +    wndclass.hCursor = LoadCursor(NULL, IDC_ARROW);
    +    wndclass.hbrBackground = (HBRUSH) GetStockObject(WHITE_BRUSH);
    +    wndclass.lpszMenuName = NULL;
    +    wndclass.lpszClassName = appname;
    +    wndclass.hIconSm = LoadIcon(NULL, IDI_APPLICATION);
    +    RegisterClassEx(&wndclass);
    +
    +    hwnd = CreateWindow(appname, OPENSSL_VERSION_TEXT,
    +                        WS_OVERLAPPEDWINDOW, CW_USEDEFAULT, CW_USEDEFAULT,
    +                        CW_USEDEFAULT, CW_USEDEFAULT, NULL, NULL, hInstance,
    +                        NULL);
    +
    +    ShowWindow(hwnd, iCmdShow);
    +    UpdateWindow(hwnd);
    +
    +    while (GetMessage(&msg, NULL, 0, 0)) {
    +        TranslateMessage(&msg);
    +        DispatchMessage(&msg);
    +    }
    +
    +    return msg.wParam;
    +}
     
     LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam)
    -	{
    -        HDC hdc;
    -	PAINTSTRUCT ps;
    -        RECT rect;
    -        static int seeded = 0;
    -
    -	switch (iMsg)
    -		{
    -	case WM_PAINT:
    -		hdc = BeginPaint(hwnd, &ps);
    -		GetClientRect(hwnd, &rect);
    -                DrawText(hdc, "Seeding the PRNG. Please move the mouse!", -1,
    -			&rect, DT_SINGLELINE | DT_CENTER | DT_VCENTER);
    -		EndPaint(hwnd, &ps);
    -		return 0;
    -		
    -        case WM_DESTROY:
    -                PostQuitMessage(0);
    -                return 0;
    -                }
    -
    -        if (RAND_event(iMsg, wParam, lParam) == 1 && seeded == 0)
    -                {
    -                seeded = 1;
    -                if (RAND_write_file(filename) <= 0)
    -                        MessageBox(hwnd, "Couldn't write random file!",
    -				"OpenSSL", MB_OK | MB_ICONERROR);
    -                PostQuitMessage(0);
    -                }
    -
    -	return DefWindowProc(hwnd, iMsg, wParam, lParam);
    -	}
    +{
    +    HDC hdc;
    +    PAINTSTRUCT ps;
    +    RECT rect;
    +    static int seeded = 0;
    +
    +    switch (iMsg) {
    +    case WM_PAINT:
    +        hdc = BeginPaint(hwnd, &ps);
    +        GetClientRect(hwnd, &rect);
    +        DrawText(hdc, "Seeding the PRNG. Please move the mouse!", -1,
    +                 &rect, DT_SINGLELINE | DT_CENTER | DT_VCENTER);
    +        EndPaint(hwnd, &ps);
    +        return 0;
    +
    +    case WM_DESTROY:
    +        PostQuitMessage(0);
    +        return 0;
    +    }
    +
    +    if (RAND_event(iMsg, wParam, lParam) == 1 && seeded == 0) {
    +        seeded = 1;
    +        if (RAND_write_file(filename) <= 0)
    +            MessageBox(hwnd, "Couldn't write random file!",
    +                       "OpenSSL", MB_OK | MB_ICONERROR);
    +        PostQuitMessage(0);
    +    }
    +
    +    return DefWindowProc(hwnd, iMsg, wParam, lParam);
    +}
    diff --git a/openssl/apps/x509.c b/openssl/apps/x509.c
    index 3863ab968..d005c82bb 100644
    --- a/openssl/apps/x509.c
    +++ b/openssl/apps/x509.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,7 +61,7 @@
     #include 
     #include 
     #ifdef OPENSSL_NO_STDIO
    -#define APPS_WIN16
    +# define APPS_WIN16
     #endif
     #include "apps.h"
     #include 
    @@ -74,1237 +74,1202 @@
     #include 
     #include 
     #ifndef OPENSSL_NO_RSA
    -#include 
    +# include 
     #endif
     #ifndef OPENSSL_NO_DSA
    -#include 
    +# include 
     #endif
     
     #undef PROG
     #define PROG x509_main
     
     #undef POSTFIX
    -#define	POSTFIX	".srl"
    -#define DEF_DAYS	30
    -
    -static const char *x509_usage[]={
    -"usage: x509 args\n",
    -" -inform arg     - input format - default PEM (one of DER, NET or PEM)\n",
    -" -outform arg    - output format - default PEM (one of DER, NET or PEM)\n",
    -" -keyform arg    - private key format - default PEM\n",
    -" -CAform arg     - CA format - default PEM\n",
    -" -CAkeyform arg  - CA key format - default PEM\n",
    -" -in arg         - input file - default stdin\n",
    -" -out arg        - output file - default stdout\n",
    -" -passin arg     - private key password source\n",
    -" -serial         - print serial number value\n",
    -" -subject_hash   - print subject hash value\n",
    +#define POSTFIX ".srl"
    +#define DEF_DAYS        30
    +
    +static const char *x509_usage[] = {
    +    "usage: x509 args\n",
    +    " -inform arg     - input format - default PEM (one of DER, NET or PEM)\n",
    +    " -outform arg    - output format - default PEM (one of DER, NET or PEM)\n",
    +    " -keyform arg    - private key format - default PEM\n",
    +    " -CAform arg     - CA format - default PEM\n",
    +    " -CAkeyform arg  - CA key format - default PEM\n",
    +    " -in arg         - input file - default stdin\n",
    +    " -out arg        - output file - default stdout\n",
    +    " -passin arg     - private key password source\n",
    +    " -serial         - print serial number value\n",
    +    " -subject_hash   - print subject hash value\n",
     #ifndef OPENSSL_NO_MD5
    -" -subject_hash_old   - print old-style (MD5) subject hash value\n",
    +    " -subject_hash_old   - print old-style (MD5) subject hash value\n",
     #endif
    -" -issuer_hash    - print issuer hash value\n",
    +    " -issuer_hash    - print issuer hash value\n",
     #ifndef OPENSSL_NO_MD5
    -" -issuer_hash_old    - print old-style (MD5) issuer hash value\n",
    +    " -issuer_hash_old    - print old-style (MD5) issuer hash value\n",
     #endif
    -" -hash           - synonym for -subject_hash\n",
    -" -subject        - print subject DN\n",
    -" -issuer         - print issuer DN\n",
    -" -email          - print email address(es)\n",
    -" -startdate      - notBefore field\n",
    -" -enddate        - notAfter field\n",
    -" -purpose        - print out certificate purposes\n",
    -" -dates          - both Before and After dates\n",
    -" -modulus        - print the RSA key modulus\n",
    -" -pubkey         - output the public key\n",
    -" -fingerprint    - print the certificate fingerprint\n",
    -" -alias          - output certificate alias\n",
    -" -noout          - no certificate output\n",
    -" -ocspid         - print OCSP hash values for the subject name and public key\n",
    -" -ocsp_uri       - print OCSP Responder URL(s)\n",
    -" -trustout       - output a \"trusted\" certificate\n",
    -" -clrtrust       - clear all trusted purposes\n",
    -" -clrreject      - clear all rejected purposes\n",
    -" -addtrust arg   - trust certificate for a given purpose\n",
    -" -addreject arg  - reject certificate for a given purpose\n",
    -" -setalias arg   - set certificate alias\n",
    -" -days arg       - How long till expiry of a signed certificate - def 30 days\n",
    -" -checkend arg   - check whether the cert expires in the next arg seconds\n",
    -"                   exit 1 if so, 0 if not\n",
    -" -signkey arg    - self sign cert with arg\n",
    -" -x509toreq      - output a certification request object\n",
    -" -req            - input is a certificate request, sign and output.\n",
    -" -CA arg         - set the CA certificate, must be PEM format.\n",
    -" -CAkey arg      - set the CA key, must be PEM format\n",
    -"                   missing, it is assumed to be in the CA file.\n",
    -" -CAcreateserial - create serial number file if it does not exist\n",
    -" -CAserial arg   - serial file\n",
    -" -set_serial     - serial number to use\n",
    -" -text           - print the certificate in text form\n",
    -" -C              - print out C code forms\n",
    -" -md2/-md5/-sha1/-mdc2 - digest to use\n",
    -" -extfile        - configuration file with X509V3 extensions to add\n",
    -" -extensions     - section from config file with X509V3 extensions to add\n",
    -" -clrext         - delete extensions before signing and input certificate\n",
    -" -nameopt arg    - various certificate name options\n",
    +    " -hash           - synonym for -subject_hash\n",
    +    " -subject        - print subject DN\n",
    +    " -issuer         - print issuer DN\n",
    +    " -email          - print email address(es)\n",
    +    " -startdate      - notBefore field\n",
    +    " -enddate        - notAfter field\n",
    +    " -purpose        - print out certificate purposes\n",
    +    " -dates          - both Before and After dates\n",
    +    " -modulus        - print the RSA key modulus\n",
    +    " -pubkey         - output the public key\n",
    +    " -fingerprint    - print the certificate fingerprint\n",
    +    " -alias          - output certificate alias\n",
    +    " -noout          - no certificate output\n",
    +    " -ocspid         - print OCSP hash values for the subject name and public key\n",
    +    " -ocsp_uri       - print OCSP Responder URL(s)\n",
    +    " -trustout       - output a \"trusted\" certificate\n",
    +    " -clrtrust       - clear all trusted purposes\n",
    +    " -clrreject      - clear all rejected purposes\n",
    +    " -addtrust arg   - trust certificate for a given purpose\n",
    +    " -addreject arg  - reject certificate for a given purpose\n",
    +    " -setalias arg   - set certificate alias\n",
    +    " -days arg       - How long till expiry of a signed certificate - def 30 days\n",
    +    " -checkend arg   - check whether the cert expires in the next arg seconds\n",
    +    "                   exit 1 if so, 0 if not\n",
    +    " -signkey arg    - self sign cert with arg\n",
    +    " -x509toreq      - output a certification request object\n",
    +    " -req            - input is a certificate request, sign and output.\n",
    +    " -CA arg         - set the CA certificate, must be PEM format.\n",
    +    " -CAkey arg      - set the CA key, must be PEM format\n",
    +    "                   missing, it is assumed to be in the CA file.\n",
    +    " -CAcreateserial - create serial number file if it does not exist\n",
    +    " -CAserial arg   - serial file\n",
    +    " -set_serial     - serial number to use\n",
    +    " -text           - print the certificate in text form\n",
    +    " -C              - print out C code forms\n",
    +    " -md2/-md5/-sha1/-mdc2 - digest to use\n",
    +    " -extfile        - configuration file with X509V3 extensions to add\n",
    +    " -extensions     - section from config file with X509V3 extensions to add\n",
    +    " -clrext         - delete extensions before signing and input certificate\n",
    +    " -nameopt arg    - various certificate name options\n",
     #ifndef OPENSSL_NO_ENGINE
    -" -engine e       - use engine e, possibly a hardware device.\n",
    +    " -engine e       - use engine e, possibly a hardware device.\n",
     #endif
    -" -certopt arg    - various certificate text options\n",
    -NULL
    +    " -certopt arg    - various certificate text options\n",
    +    " -checkhost host - check certificate matches \"host\"\n",
    +    " -checkemail email - check certificate matches \"email\"\n",
    +    " -checkip ipaddr - check certificate matches \"ipaddr\"\n",
    +    NULL
     };
     
     static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx);
    -static int sign (X509 *x, EVP_PKEY *pkey,int days,int clrext, const EVP_MD *digest,
    -						CONF *conf, char *section);
    -static int x509_certify (X509_STORE *ctx,char *CAfile,const EVP_MD *digest,
    -			 X509 *x,X509 *xca,EVP_PKEY *pkey,
    -			 STACK_OF(OPENSSL_STRING) *sigopts,
    -			 char *serial, int create ,int days, int clrext,
    -			 CONF *conf, char *section, ASN1_INTEGER *sno);
    +static int sign(X509 *x, EVP_PKEY *pkey, int days, int clrext,
    +                const EVP_MD *digest, CONF *conf, char *section);
    +static int x509_certify(X509_STORE *ctx, char *CAfile, const EVP_MD *digest,
    +                        X509 *x, X509 *xca, EVP_PKEY *pkey,
    +                        STACK_OF(OPENSSL_STRING) *sigopts, char *serial,
    +                        int create, int days, int clrext, CONF *conf,
    +                        char *section, ASN1_INTEGER *sno);
     static int purpose_print(BIO *bio, X509 *cert, X509_PURPOSE *pt);
    -static int reqfile=0;
    +static int reqfile = 0;
    +#ifdef OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL
    +static int force_version = 2;
    +#endif
     
     int MAIN(int, char **);
     
     int MAIN(int argc, char **argv)
    -	{
    -	ENGINE *e = NULL;
    -	int ret=1;
    -	X509_REQ *req=NULL;
    -	X509 *x=NULL,*xca=NULL;
    -	ASN1_OBJECT *objtmp;
    -	STACK_OF(OPENSSL_STRING) *sigopts = NULL;
    -	EVP_PKEY *Upkey=NULL,*CApkey=NULL;
    -	ASN1_INTEGER *sno = NULL;
    -	int i,num,badops=0;
    -	BIO *out=NULL;
    -	BIO *STDout=NULL;
    -	STACK_OF(ASN1_OBJECT) *trust = NULL, *reject = NULL;
    -	int informat,outformat,keyformat,CAformat,CAkeyformat;
    -	char *infile=NULL,*outfile=NULL,*keyfile=NULL,*CAfile=NULL;
    -	char *CAkeyfile=NULL,*CAserial=NULL;
    -	char *alias=NULL;
    -	int text=0,serial=0,subject=0,issuer=0,startdate=0,enddate=0;
    -	int next_serial=0;
    -	int subject_hash=0,issuer_hash=0,ocspid=0;
    +{
    +    ENGINE *e = NULL;
    +    int ret = 1;
    +    X509_REQ *req = NULL;
    +    X509 *x = NULL, *xca = NULL;
    +    ASN1_OBJECT *objtmp;
    +    STACK_OF(OPENSSL_STRING) *sigopts = NULL;
    +    EVP_PKEY *Upkey = NULL, *CApkey = NULL, *fkey = NULL;
    +    ASN1_INTEGER *sno = NULL;
    +    int i, num, badops = 0, badsig = 0;
    +    BIO *out = NULL;
    +    BIO *STDout = NULL;
    +    STACK_OF(ASN1_OBJECT) *trust = NULL, *reject = NULL;
    +    int informat, outformat, keyformat, CAformat, CAkeyformat;
    +    char *infile = NULL, *outfile = NULL, *keyfile = NULL, *CAfile = NULL;
    +    char *CAkeyfile = NULL, *CAserial = NULL;
    +    char *fkeyfile = NULL;
    +    char *alias = NULL;
    +    int text = 0, serial = 0, subject = 0, issuer = 0, startdate =
    +        0, enddate = 0;
    +    int next_serial = 0;
    +    int subject_hash = 0, issuer_hash = 0, ocspid = 0;
     #ifndef OPENSSL_NO_MD5
    -	int subject_hash_old=0,issuer_hash_old=0;
    +    int subject_hash_old = 0, issuer_hash_old = 0;
     #endif
    -	int noout=0,sign_flag=0,CA_flag=0,CA_createserial=0,email=0;
    -	int ocsp_uri=0;
    -	int trustout=0,clrtrust=0,clrreject=0,aliasout=0,clrext=0;
    -	int C=0;
    -	int x509req=0,days=DEF_DAYS,modulus=0,pubkey=0;
    -	int pprint = 0;
    -	const char **pp;
    -	X509_STORE *ctx=NULL;
    -	X509_REQ *rq=NULL;
    -	int fingerprint=0;
    -	char buf[256];
    -	const EVP_MD *md_alg,*digest=NULL;
    -	CONF *extconf = NULL;
    -	char *extsect = NULL, *extfile = NULL, *passin = NULL, *passargin = NULL;
    -	int need_rand = 0;
    -	int checkend=0,checkoffset=0;
    -	unsigned long nmflag = 0, certflag = 0;
    +    int noout = 0, sign_flag = 0, CA_flag = 0, CA_createserial = 0, email = 0;
    +    int ocsp_uri = 0;
    +    int trustout = 0, clrtrust = 0, clrreject = 0, aliasout = 0, clrext = 0;
    +    int C = 0;
    +    int x509req = 0, days = DEF_DAYS, modulus = 0, pubkey = 0;
    +    int pprint = 0;
    +    const char **pp;
    +    X509_STORE *ctx = NULL;
    +    X509_REQ *rq = NULL;
    +    int fingerprint = 0;
    +    char buf[256];
    +    const EVP_MD *md_alg, *digest = NULL;
    +    CONF *extconf = NULL;
    +    char *extsect = NULL, *extfile = NULL, *passin = NULL, *passargin = NULL;
    +    int need_rand = 0;
    +    int checkend = 0, checkoffset = 0;
    +    unsigned long nmflag = 0, certflag = 0;
    +    char *checkhost = NULL;
    +    char *checkemail = NULL;
    +    char *checkip = NULL;
     #ifndef OPENSSL_NO_ENGINE
    -	char *engine=NULL;
    +    char *engine = NULL;
     #endif
     
    -	reqfile=0;
    +    reqfile = 0;
     
    -	apps_startup();
    +    apps_startup();
     
    -	if (bio_err == NULL)
    -		bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
    +    if (bio_err == NULL)
    +        bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
     
    -	if (!load_config(bio_err, NULL))
    -		goto end;
    -	STDout=BIO_new_fp(stdout,BIO_NOCLOSE);
    +    if (!load_config(bio_err, NULL))
    +        goto end;
    +    STDout = BIO_new_fp(stdout, BIO_NOCLOSE);
     #ifdef OPENSSL_SYS_VMS
    -	{
    -	BIO *tmpbio = BIO_new(BIO_f_linebuffer());
    -	STDout = BIO_push(tmpbio, STDout);
    -	}
    +    {
    +        BIO *tmpbio = BIO_new(BIO_f_linebuffer());
    +        STDout = BIO_push(tmpbio, STDout);
    +    }
     #endif
     
    -	informat=FORMAT_PEM;
    -	outformat=FORMAT_PEM;
    -	keyformat=FORMAT_PEM;
    -	CAformat=FORMAT_PEM;
    -	CAkeyformat=FORMAT_PEM;
    -
    -	ctx=X509_STORE_new();
    -	if (ctx == NULL) goto end;
    -	X509_STORE_set_verify_cb(ctx,callb);
    -
    -	argc--;
    -	argv++;
    -	num=0;
    -	while (argc >= 1)
    -		{
    -		if 	(strcmp(*argv,"-inform") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			informat=str2fmt(*(++argv));
    -			}
    -		else if (strcmp(*argv,"-outform") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			outformat=str2fmt(*(++argv));
    -			}
    -		else if (strcmp(*argv,"-keyform") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			keyformat=str2fmt(*(++argv));
    -			}
    -		else if (strcmp(*argv,"-req") == 0)
    -			{
    -			reqfile=1;
    -			need_rand = 1;
    -			}
    -		else if (strcmp(*argv,"-CAform") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			CAformat=str2fmt(*(++argv));
    -			}
    -		else if (strcmp(*argv,"-CAkeyform") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			CAkeyformat=str2fmt(*(++argv));
    -			}
    -		else if (strcmp(*argv,"-sigopt") == 0)
    -			{
    -			if (--argc < 1)
    -				goto bad;
    -			if (!sigopts)
    -				sigopts = sk_OPENSSL_STRING_new_null();
    -			if (!sigopts || !sk_OPENSSL_STRING_push(sigopts, *(++argv)))
    -				goto bad;
    -			}
    -		else if (strcmp(*argv,"-days") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			days=atoi(*(++argv));
    -			if (days == 0)
    -				{
    -				BIO_printf(bio_err,"bad number of days\n");
    -				goto bad;
    -				}
    -			}
    -		else if (strcmp(*argv,"-passin") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			passargin= *(++argv);
    -			}
    -		else if (strcmp(*argv,"-extfile") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			extfile= *(++argv);
    -			}
    -		else if (strcmp(*argv,"-extensions") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			extsect= *(++argv);
    -			}
    -		else if (strcmp(*argv,"-in") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			infile= *(++argv);
    -			}
    -		else if (strcmp(*argv,"-out") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			outfile= *(++argv);
    -			}
    -		else if (strcmp(*argv,"-signkey") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			keyfile= *(++argv);
    -			sign_flag= ++num;
    -			need_rand = 1;
    -			}
    -		else if (strcmp(*argv,"-CA") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			CAfile= *(++argv);
    -			CA_flag= ++num;
    -			need_rand = 1;
    -			}
    -		else if (strcmp(*argv,"-CAkey") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			CAkeyfile= *(++argv);
    -			}
    -		else if (strcmp(*argv,"-CAserial") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			CAserial= *(++argv);
    -			}
    -		else if (strcmp(*argv,"-set_serial") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			if (!(sno = s2i_ASN1_INTEGER(NULL, *(++argv))))
    -				goto bad;
    -			}
    -		else if (strcmp(*argv,"-addtrust") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			if (!(objtmp = OBJ_txt2obj(*(++argv), 0)))
    -				{
    -				BIO_printf(bio_err,
    -					"Invalid trust object value %s\n", *argv);
    -				goto bad;
    -				}
    -			if (!trust) trust = sk_ASN1_OBJECT_new_null();
    -			sk_ASN1_OBJECT_push(trust, objtmp);
    -			trustout = 1;
    -			}
    -		else if (strcmp(*argv,"-addreject") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			if (!(objtmp = OBJ_txt2obj(*(++argv), 0)))
    -				{
    -				BIO_printf(bio_err,
    -					"Invalid reject object value %s\n", *argv);
    -				goto bad;
    -				}
    -			if (!reject) reject = sk_ASN1_OBJECT_new_null();
    -			sk_ASN1_OBJECT_push(reject, objtmp);
    -			trustout = 1;
    -			}
    -		else if (strcmp(*argv,"-setalias") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			alias= *(++argv);
    -			trustout = 1;
    -			}
    -		else if (strcmp(*argv,"-certopt") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			if (!set_cert_ex(&certflag, *(++argv))) goto bad;
    -			}
    -		else if (strcmp(*argv,"-nameopt") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			if (!set_name_ex(&nmflag, *(++argv))) goto bad;
    -			}
    +    informat = FORMAT_PEM;
    +    outformat = FORMAT_PEM;
    +    keyformat = FORMAT_PEM;
    +    CAformat = FORMAT_PEM;
    +    CAkeyformat = FORMAT_PEM;
    +
    +    ctx = X509_STORE_new();
    +    if (ctx == NULL)
    +        goto end;
    +    X509_STORE_set_verify_cb(ctx, callb);
    +
    +    argc--;
    +    argv++;
    +    num = 0;
    +    while (argc >= 1) {
    +        if (strcmp(*argv, "-inform") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            informat = str2fmt(*(++argv));
    +        } else if (strcmp(*argv, "-outform") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            outformat = str2fmt(*(++argv));
    +        } else if (strcmp(*argv, "-keyform") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            keyformat = str2fmt(*(++argv));
    +        } else if (strcmp(*argv, "-req") == 0) {
    +            reqfile = 1;
    +            need_rand = 1;
    +        } else if (strcmp(*argv, "-CAform") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            CAformat = str2fmt(*(++argv));
    +        } else if (strcmp(*argv, "-CAkeyform") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            CAkeyformat = str2fmt(*(++argv));
    +        } else if (strcmp(*argv, "-sigopt") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            if (!sigopts)
    +                sigopts = sk_OPENSSL_STRING_new_null();
    +            if (!sigopts || !sk_OPENSSL_STRING_push(sigopts, *(++argv)))
    +                goto bad;
    +        }
    +#ifdef OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL
    +        else if (strcmp(*argv, "-force_version") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            force_version = atoi(*(++argv)) - 1;
    +        }
    +#endif
    +        else if (strcmp(*argv, "-days") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            days = atoi(*(++argv));
    +            if (days == 0) {
    +                BIO_printf(bio_err, "bad number of days\n");
    +                goto bad;
    +            }
    +        } else if (strcmp(*argv, "-passin") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            passargin = *(++argv);
    +        } else if (strcmp(*argv, "-extfile") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            extfile = *(++argv);
    +        } else if (strcmp(*argv, "-extensions") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            extsect = *(++argv);
    +        } else if (strcmp(*argv, "-in") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            infile = *(++argv);
    +        } else if (strcmp(*argv, "-out") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            outfile = *(++argv);
    +        } else if (strcmp(*argv, "-signkey") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            keyfile = *(++argv);
    +            sign_flag = ++num;
    +            need_rand = 1;
    +        } else if (strcmp(*argv, "-CA") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            CAfile = *(++argv);
    +            CA_flag = ++num;
    +            need_rand = 1;
    +        } else if (strcmp(*argv, "-CAkey") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            CAkeyfile = *(++argv);
    +        } else if (strcmp(*argv, "-CAserial") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            CAserial = *(++argv);
    +        } else if (strcmp(*argv, "-set_serial") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            if (!(sno = s2i_ASN1_INTEGER(NULL, *(++argv))))
    +                goto bad;
    +        } else if (strcmp(*argv, "-force_pubkey") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            fkeyfile = *(++argv);
    +        } else if (strcmp(*argv, "-addtrust") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            if (!(objtmp = OBJ_txt2obj(*(++argv), 0))) {
    +                BIO_printf(bio_err, "Invalid trust object value %s\n", *argv);
    +                goto bad;
    +            }
    +            if (!trust)
    +                trust = sk_ASN1_OBJECT_new_null();
    +            sk_ASN1_OBJECT_push(trust, objtmp);
    +            trustout = 1;
    +        } else if (strcmp(*argv, "-addreject") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            if (!(objtmp = OBJ_txt2obj(*(++argv), 0))) {
    +                BIO_printf(bio_err,
    +                           "Invalid reject object value %s\n", *argv);
    +                goto bad;
    +            }
    +            if (!reject)
    +                reject = sk_ASN1_OBJECT_new_null();
    +            sk_ASN1_OBJECT_push(reject, objtmp);
    +            trustout = 1;
    +        } else if (strcmp(*argv, "-setalias") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            alias = *(++argv);
    +            trustout = 1;
    +        } else if (strcmp(*argv, "-certopt") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            if (!set_cert_ex(&certflag, *(++argv)))
    +                goto bad;
    +        } else if (strcmp(*argv, "-nameopt") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            if (!set_name_ex(&nmflag, *(++argv)))
    +                goto bad;
    +        }
     #ifndef OPENSSL_NO_ENGINE
    -		else if (strcmp(*argv,"-engine") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			engine= *(++argv);
    -			}
    +        else if (strcmp(*argv, "-engine") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            engine = *(++argv);
    +        }
     #endif
    -		else if (strcmp(*argv,"-C") == 0)
    -			C= ++num;
    -		else if (strcmp(*argv,"-email") == 0)
    -			email= ++num;
    -		else if (strcmp(*argv,"-ocsp_uri") == 0)
    -			ocsp_uri= ++num;
    -		else if (strcmp(*argv,"-serial") == 0)
    -			serial= ++num;
    -		else if (strcmp(*argv,"-next_serial") == 0)
    -			next_serial= ++num;
    -		else if (strcmp(*argv,"-modulus") == 0)
    -			modulus= ++num;
    -		else if (strcmp(*argv,"-pubkey") == 0)
    -			pubkey= ++num;
    -		else if (strcmp(*argv,"-x509toreq") == 0)
    -			x509req= ++num;
    -		else if (strcmp(*argv,"-text") == 0)
    -			text= ++num;
    -		else if (strcmp(*argv,"-hash") == 0
    -			|| strcmp(*argv,"-subject_hash") == 0)
    -			subject_hash= ++num;
    +        else if (strcmp(*argv, "-C") == 0)
    +            C = ++num;
    +        else if (strcmp(*argv, "-email") == 0)
    +            email = ++num;
    +        else if (strcmp(*argv, "-ocsp_uri") == 0)
    +            ocsp_uri = ++num;
    +        else if (strcmp(*argv, "-serial") == 0)
    +            serial = ++num;
    +        else if (strcmp(*argv, "-next_serial") == 0)
    +            next_serial = ++num;
    +        else if (strcmp(*argv, "-modulus") == 0)
    +            modulus = ++num;
    +        else if (strcmp(*argv, "-pubkey") == 0)
    +            pubkey = ++num;
    +        else if (strcmp(*argv, "-x509toreq") == 0)
    +            x509req = ++num;
    +        else if (strcmp(*argv, "-text") == 0)
    +            text = ++num;
    +        else if (strcmp(*argv, "-hash") == 0
    +                 || strcmp(*argv, "-subject_hash") == 0)
    +            subject_hash = ++num;
     #ifndef OPENSSL_NO_MD5
    -		else if (strcmp(*argv,"-subject_hash_old") == 0)
    -			subject_hash_old= ++num;
    +        else if (strcmp(*argv, "-subject_hash_old") == 0)
    +            subject_hash_old = ++num;
     #endif
    -		else if (strcmp(*argv,"-issuer_hash") == 0)
    -			issuer_hash= ++num;
    +        else if (strcmp(*argv, "-issuer_hash") == 0)
    +            issuer_hash = ++num;
     #ifndef OPENSSL_NO_MD5
    -		else if (strcmp(*argv,"-issuer_hash_old") == 0)
    -			issuer_hash_old= ++num;
    +        else if (strcmp(*argv, "-issuer_hash_old") == 0)
    +            issuer_hash_old = ++num;
     #endif
    -		else if (strcmp(*argv,"-subject") == 0)
    -			subject= ++num;
    -		else if (strcmp(*argv,"-issuer") == 0)
    -			issuer= ++num;
    -		else if (strcmp(*argv,"-fingerprint") == 0)
    -			fingerprint= ++num;
    -		else if (strcmp(*argv,"-dates") == 0)
    -			{
    -			startdate= ++num;
    -			enddate= ++num;
    -			}
    -		else if (strcmp(*argv,"-purpose") == 0)
    -			pprint= ++num;
    -		else if (strcmp(*argv,"-startdate") == 0)
    -			startdate= ++num;
    -		else if (strcmp(*argv,"-enddate") == 0)
    -			enddate= ++num;
    -		else if (strcmp(*argv,"-checkend") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			checkoffset=atoi(*(++argv));
    -			checkend=1;
    -			}
    -		else if (strcmp(*argv,"-noout") == 0)
    -			noout= ++num;
    -		else if (strcmp(*argv,"-trustout") == 0)
    -			trustout= 1;
    -		else if (strcmp(*argv,"-clrtrust") == 0)
    -			clrtrust= ++num;
    -		else if (strcmp(*argv,"-clrreject") == 0)
    -			clrreject= ++num;
    -		else if (strcmp(*argv,"-alias") == 0)
    -			aliasout= ++num;
    -		else if (strcmp(*argv,"-CAcreateserial") == 0)
    -			CA_createserial= ++num;
    -		else if (strcmp(*argv,"-clrext") == 0)
    -			clrext = 1;
    -#if 1 /* stay backwards-compatible with 0.9.5; this should go away soon */
    -		else if (strcmp(*argv,"-crlext") == 0)
    -			{
    -			BIO_printf(bio_err,"use -clrext instead of -crlext\n");
    -			clrext = 1;
    -			}
    +        else if (strcmp(*argv, "-subject") == 0)
    +            subject = ++num;
    +        else if (strcmp(*argv, "-issuer") == 0)
    +            issuer = ++num;
    +        else if (strcmp(*argv, "-fingerprint") == 0)
    +            fingerprint = ++num;
    +        else if (strcmp(*argv, "-dates") == 0) {
    +            startdate = ++num;
    +            enddate = ++num;
    +        } else if (strcmp(*argv, "-purpose") == 0)
    +            pprint = ++num;
    +        else if (strcmp(*argv, "-startdate") == 0)
    +            startdate = ++num;
    +        else if (strcmp(*argv, "-enddate") == 0)
    +            enddate = ++num;
    +        else if (strcmp(*argv, "-checkend") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            checkoffset = atoi(*(++argv));
    +            checkend = 1;
    +        } else if (strcmp(*argv, "-checkhost") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            checkhost = *(++argv);
    +        } else if (strcmp(*argv, "-checkemail") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            checkemail = *(++argv);
    +        } else if (strcmp(*argv, "-checkip") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            checkip = *(++argv);
    +        } else if (strcmp(*argv, "-noout") == 0)
    +            noout = ++num;
    +        else if (strcmp(*argv, "-trustout") == 0)
    +            trustout = 1;
    +        else if (strcmp(*argv, "-clrtrust") == 0)
    +            clrtrust = ++num;
    +        else if (strcmp(*argv, "-clrreject") == 0)
    +            clrreject = ++num;
    +        else if (strcmp(*argv, "-alias") == 0)
    +            aliasout = ++num;
    +        else if (strcmp(*argv, "-CAcreateserial") == 0)
    +            CA_createserial = ++num;
    +        else if (strcmp(*argv, "-clrext") == 0)
    +            clrext = 1;
    +#if 1                           /* stay backwards-compatible with 0.9.5; this
    +                                 * should go away soon */
    +        else if (strcmp(*argv, "-crlext") == 0) {
    +            BIO_printf(bio_err, "use -clrext instead of -crlext\n");
    +            clrext = 1;
    +        }
     #endif
    -		else if (strcmp(*argv,"-ocspid") == 0)
    -			ocspid= ++num;
    -		else if ((md_alg=EVP_get_digestbyname(*argv + 1)))
    -			{
    -			/* ok */
    -			digest=md_alg;
    -			}
    -		else
    -			{
    -			BIO_printf(bio_err,"unknown option %s\n",*argv);
    -			badops=1;
    -			break;
    -			}
    -		argc--;
    -		argv++;
    -		}
    -
    -	if (badops)
    -		{
    -bad:
    -		for (pp=x509_usage; (*pp != NULL); pp++)
    -			BIO_printf(bio_err,"%s",*pp);
    -		goto end;
    -		}
    -
    +        else if (strcmp(*argv, "-ocspid") == 0)
    +            ocspid = ++num;
    +        else if (strcmp(*argv, "-badsig") == 0)
    +            badsig = 1;
    +        else if ((md_alg = EVP_get_digestbyname(*argv + 1))) {
    +            /* ok */
    +            digest = md_alg;
    +        } else {
    +            BIO_printf(bio_err, "unknown option %s\n", *argv);
    +            badops = 1;
    +            break;
    +        }
    +        argc--;
    +        argv++;
    +    }
    +
    +    if (badops) {
    + bad:
    +        for (pp = x509_usage; (*pp != NULL); pp++)
    +            BIO_printf(bio_err, "%s", *pp);
    +        goto end;
    +    }
     #ifndef OPENSSL_NO_ENGINE
    -        e = setup_engine(bio_err, engine, 0);
    +    e = setup_engine(bio_err, engine, 0);
     #endif
     
    -	if (need_rand)
    -		app_RAND_load_file(NULL, bio_err, 0);
    -
    -	ERR_load_crypto_strings();
    -
    -	if (!app_passwd(bio_err, passargin, NULL, &passin, NULL))
    -		{
    -		BIO_printf(bio_err, "Error getting password\n");
    -		goto end;
    -		}
    -
    -	if (!X509_STORE_set_default_paths(ctx))
    -		{
    -		ERR_print_errors(bio_err);
    -		goto end;
    -		}
    -
    -	if ((CAkeyfile == NULL) && (CA_flag) && (CAformat == FORMAT_PEM))
    -		{ CAkeyfile=CAfile; }
    -	else if ((CA_flag) && (CAkeyfile == NULL))
    -		{
    -		BIO_printf(bio_err,"need to specify a CAkey if using the CA command\n");
    -		goto end;
    -		}
    -
    -	if (extfile)
    -		{
    -		long errorline = -1;
    -		X509V3_CTX ctx2;
    -		extconf = NCONF_new(NULL);
    -		if (!NCONF_load(extconf, extfile,&errorline))
    -			{
    -			if (errorline <= 0)
    -				BIO_printf(bio_err,
    -					"error loading the config file '%s'\n",
    -								extfile);
    -                	else
    -                        	BIO_printf(bio_err,
    -				       "error on line %ld of config file '%s'\n"
    -							,errorline,extfile);
    -			goto end;
    -			}
    -		if (!extsect)
    -			{
    -			extsect = NCONF_get_string(extconf, "default", "extensions");
    -			if (!extsect)
    -				{
    -				ERR_clear_error();
    -				extsect = "default";
    -				}
    -			}
    -		X509V3_set_ctx_test(&ctx2);
    -		X509V3_set_nconf(&ctx2, extconf);
    -		if (!X509V3_EXT_add_nconf(extconf, &ctx2, extsect, NULL))
    -			{
    -			BIO_printf(bio_err,
    -				"Error Loading extension section %s\n",
    -								 extsect);
    -			ERR_print_errors(bio_err);
    -			goto end;
    -			}
    -		}
    -
    -
    -	if (reqfile)
    -		{
    -		EVP_PKEY *pkey;
    -		BIO *in;
    -
    -		if (!sign_flag && !CA_flag)
    -			{
    -			BIO_printf(bio_err,"We need a private key to sign with\n");
    -			goto end;
    -			}
    -		in=BIO_new(BIO_s_file());
    -		if (in == NULL)
    -			{
    -			ERR_print_errors(bio_err);
    -			goto end;
    -			}
    -
    -		if (infile == NULL)
    -			BIO_set_fp(in,stdin,BIO_NOCLOSE|BIO_FP_TEXT);
    -		else
    -			{
    -			if (BIO_read_filename(in,infile) <= 0)
    -				{
    -				perror(infile);
    -				BIO_free(in);
    -				goto end;
    -				}
    -			}
    -		req=PEM_read_bio_X509_REQ(in,NULL,NULL,NULL);
    -		BIO_free(in);
    -
    -		if (req == NULL)
    -			{
    -			ERR_print_errors(bio_err);
    -			goto end;
    -			}
    -
    -		if (	(req->req_info == NULL) ||
    -			(req->req_info->pubkey == NULL) ||
    -			(req->req_info->pubkey->public_key == NULL) ||
    -			(req->req_info->pubkey->public_key->data == NULL))
    -			{
    -			BIO_printf(bio_err,"The certificate request appears to corrupted\n");
    -			BIO_printf(bio_err,"It does not contain a public key\n");
    -			goto end;
    -			}
    -		if ((pkey=X509_REQ_get_pubkey(req)) == NULL)
    -	                {
    -	                BIO_printf(bio_err,"error unpacking public key\n");
    -	                goto end;
    -	                }
    -		i=X509_REQ_verify(req,pkey);
    -		EVP_PKEY_free(pkey);
    -		if (i < 0)
    -			{
    -			BIO_printf(bio_err,"Signature verification error\n");
    -			ERR_print_errors(bio_err);
    -			goto end;
    -			}
    -	        if (i == 0)
    -			{
    -			BIO_printf(bio_err,"Signature did not match the certificate request\n");
    -			goto end;
    -			}
    -		else
    -			BIO_printf(bio_err,"Signature ok\n");
    -
    -		print_name(bio_err, "subject=", X509_REQ_get_subject_name(req), nmflag);
    -
    -		if ((x=X509_new()) == NULL) goto end;
    -
    -		if (sno == NULL)
    -			{
    -			sno = ASN1_INTEGER_new();
    -			if (!sno || !rand_serial(NULL, sno))
    -				goto end;
    -			if (!X509_set_serialNumber(x, sno)) 
    -				goto end;
    -			ASN1_INTEGER_free(sno);
    -			sno = NULL;
    -			}
    -		else if (!X509_set_serialNumber(x, sno)) 
    -			goto end;
    -
    -		if (!X509_set_issuer_name(x,req->req_info->subject)) goto end;
    -		if (!X509_set_subject_name(x,req->req_info->subject)) goto end;
    -
    -		X509_gmtime_adj(X509_get_notBefore(x),0);
    -	        X509_time_adj_ex(X509_get_notAfter(x),days, 0, NULL);
    -
    -		pkey = X509_REQ_get_pubkey(req);
    -		X509_set_pubkey(x,pkey);
    -		EVP_PKEY_free(pkey);
    -		}
    -	else
    -		x=load_cert(bio_err,infile,informat,NULL,e,"Certificate");
    -
    -	if (x == NULL) goto end;
    -	if (CA_flag)
    -		{
    -		xca=load_cert(bio_err,CAfile,CAformat,NULL,e,"CA Certificate");
    -		if (xca == NULL) goto end;
    -		}
    -
    -	if (!noout || text || next_serial)
    -		{
    -		OBJ_create("2.99999.3",
    -			"SET.ex3","SET x509v3 extension 3");
    -
    -		out=BIO_new(BIO_s_file());
    -		if (out == NULL)
    -			{
    -			ERR_print_errors(bio_err);
    -			goto end;
    -			}
    -		if (outfile == NULL)
    -			{
    -			BIO_set_fp(out,stdout,BIO_NOCLOSE);
    +    if (need_rand)
    +        app_RAND_load_file(NULL, bio_err, 0);
    +
    +    ERR_load_crypto_strings();
    +
    +    if (!app_passwd(bio_err, passargin, NULL, &passin, NULL)) {
    +        BIO_printf(bio_err, "Error getting password\n");
    +        goto end;
    +    }
    +
    +    if (!X509_STORE_set_default_paths(ctx)) {
    +        ERR_print_errors(bio_err);
    +        goto end;
    +    }
    +
    +    if (fkeyfile) {
    +        fkey = load_pubkey(bio_err, fkeyfile, keyformat, 0,
    +                           NULL, e, "Forced key");
    +        if (fkey == NULL)
    +            goto end;
    +    }
    +
    +    if ((CAkeyfile == NULL) && (CA_flag) && (CAformat == FORMAT_PEM)) {
    +        CAkeyfile = CAfile;
    +    } else if ((CA_flag) && (CAkeyfile == NULL)) {
    +        BIO_printf(bio_err,
    +                   "need to specify a CAkey if using the CA command\n");
    +        goto end;
    +    }
    +
    +    if (extfile) {
    +        long errorline = -1;
    +        X509V3_CTX ctx2;
    +        extconf = NCONF_new(NULL);
    +        if (!NCONF_load(extconf, extfile, &errorline)) {
    +            if (errorline <= 0)
    +                BIO_printf(bio_err,
    +                           "error loading the config file '%s'\n", extfile);
    +            else
    +                BIO_printf(bio_err,
    +                           "error on line %ld of config file '%s'\n",
    +                           errorline, extfile);
    +            goto end;
    +        }
    +        if (!extsect) {
    +            extsect = NCONF_get_string(extconf, "default", "extensions");
    +            if (!extsect) {
    +                ERR_clear_error();
    +                extsect = "default";
    +            }
    +        }
    +        X509V3_set_ctx_test(&ctx2);
    +        X509V3_set_nconf(&ctx2, extconf);
    +        if (!X509V3_EXT_add_nconf(extconf, &ctx2, extsect, NULL)) {
    +            BIO_printf(bio_err,
    +                       "Error Loading extension section %s\n", extsect);
    +            ERR_print_errors(bio_err);
    +            goto end;
    +        }
    +    }
    +
    +    if (reqfile) {
    +        EVP_PKEY *pkey;
    +        BIO *in;
    +
    +        if (!sign_flag && !CA_flag) {
    +            BIO_printf(bio_err, "We need a private key to sign with\n");
    +            goto end;
    +        }
    +        in = BIO_new(BIO_s_file());
    +        if (in == NULL) {
    +            ERR_print_errors(bio_err);
    +            goto end;
    +        }
    +
    +        if (infile == NULL)
    +            BIO_set_fp(in, stdin, BIO_NOCLOSE | BIO_FP_TEXT);
    +        else {
    +            if (BIO_read_filename(in, infile) <= 0) {
    +                perror(infile);
    +                BIO_free(in);
    +                goto end;
    +            }
    +        }
    +        req = PEM_read_bio_X509_REQ(in, NULL, NULL, NULL);
    +        BIO_free(in);
    +
    +        if (req == NULL) {
    +            ERR_print_errors(bio_err);
    +            goto end;
    +        }
    +
    +        if ((req->req_info == NULL) ||
    +            (req->req_info->pubkey == NULL) ||
    +            (req->req_info->pubkey->public_key == NULL) ||
    +            (req->req_info->pubkey->public_key->data == NULL)) {
    +            BIO_printf(bio_err,
    +                       "The certificate request appears to corrupted\n");
    +            BIO_printf(bio_err, "It does not contain a public key\n");
    +            goto end;
    +        }
    +        if ((pkey = X509_REQ_get_pubkey(req)) == NULL) {
    +            BIO_printf(bio_err, "error unpacking public key\n");
    +            goto end;
    +        }
    +        i = X509_REQ_verify(req, pkey);
    +        EVP_PKEY_free(pkey);
    +        if (i < 0) {
    +            BIO_printf(bio_err, "Signature verification error\n");
    +            ERR_print_errors(bio_err);
    +            goto end;
    +        }
    +        if (i == 0) {
    +            BIO_printf(bio_err,
    +                       "Signature did not match the certificate request\n");
    +            goto end;
    +        } else
    +            BIO_printf(bio_err, "Signature ok\n");
    +
    +        print_name(bio_err, "subject=", X509_REQ_get_subject_name(req),
    +                   nmflag);
    +
    +        if ((x = X509_new()) == NULL)
    +            goto end;
    +
    +        if (sno == NULL) {
    +            sno = ASN1_INTEGER_new();
    +            if (!sno || !rand_serial(NULL, sno))
    +                goto end;
    +            if (!X509_set_serialNumber(x, sno))
    +                goto end;
    +            ASN1_INTEGER_free(sno);
    +            sno = NULL;
    +        } else if (!X509_set_serialNumber(x, sno))
    +            goto end;
    +
    +        if (!X509_set_issuer_name(x, req->req_info->subject))
    +            goto end;
    +        if (!X509_set_subject_name(x, req->req_info->subject))
    +            goto end;
    +
    +        X509_gmtime_adj(X509_get_notBefore(x), 0);
    +        X509_time_adj_ex(X509_get_notAfter(x), days, 0, NULL);
    +        if (fkey)
    +            X509_set_pubkey(x, fkey);
    +        else {
    +            pkey = X509_REQ_get_pubkey(req);
    +            X509_set_pubkey(x, pkey);
    +            EVP_PKEY_free(pkey);
    +        }
    +    } else
    +        x = load_cert(bio_err, infile, informat, NULL, e, "Certificate");
    +
    +    if (x == NULL)
    +        goto end;
    +    if (CA_flag) {
    +        xca = load_cert(bio_err, CAfile, CAformat, NULL, e, "CA Certificate");
    +        if (xca == NULL)
    +            goto end;
    +    }
    +
    +    if (!noout || text || next_serial) {
    +        OBJ_create("2.99999.3", "SET.ex3", "SET x509v3 extension 3");
    +
    +        out = BIO_new(BIO_s_file());
    +        if (out == NULL) {
    +            ERR_print_errors(bio_err);
    +            goto end;
    +        }
    +        if (outfile == NULL) {
    +            BIO_set_fp(out, stdout, BIO_NOCLOSE);
     #ifdef OPENSSL_SYS_VMS
    -			{
    -			BIO *tmpbio = BIO_new(BIO_f_linebuffer());
    -			out = BIO_push(tmpbio, out);
    -			}
    +            {
    +                BIO *tmpbio = BIO_new(BIO_f_linebuffer());
    +                out = BIO_push(tmpbio, out);
    +            }
     #endif
    -			}
    -		else
    -			{
    -			if (BIO_write_filename(out,outfile) <= 0)
    -				{
    -				perror(outfile);
    -				goto end;
    -				}
    -			}
    -		}
    -
    -	if (alias) X509_alias_set1(x, (unsigned char *)alias, -1);
    -
    -	if (clrtrust) X509_trust_clear(x);
    -	if (clrreject) X509_reject_clear(x);
    -
    -	if (trust)
    -		{
    -		for (i = 0; i < sk_ASN1_OBJECT_num(trust); i++)
    -			{
    -			objtmp = sk_ASN1_OBJECT_value(trust, i);
    -			X509_add1_trust_object(x, objtmp);
    -			}
    -		}
    -
    -	if (reject)
    -		{
    -		for (i = 0; i < sk_ASN1_OBJECT_num(reject); i++)
    -			{
    -			objtmp = sk_ASN1_OBJECT_value(reject, i);
    -			X509_add1_reject_object(x, objtmp);
    -			}
    -		}
    -
    -	if (num)
    -		{
    -		for (i=1; i<=num; i++)
    -			{
    -			if (issuer == i)
    -				{
    -				print_name(STDout, "issuer= ",
    -					X509_get_issuer_name(x), nmflag);
    -				}
    -			else if (subject == i) 
    -				{
    -				print_name(STDout, "subject= ",
    -					X509_get_subject_name(x), nmflag);
    -				}
    -			else if (serial == i)
    -				{
    -				BIO_printf(STDout,"serial=");
    -				i2a_ASN1_INTEGER(STDout,
    -					X509_get_serialNumber(x));
    -				BIO_printf(STDout,"\n");
    -				}
    -			else if (next_serial == i)
    -				{
    -				BIGNUM *bnser;
    -				ASN1_INTEGER *ser;
    -				ser = X509_get_serialNumber(x);
    -				bnser = ASN1_INTEGER_to_BN(ser, NULL);
    -				if (!bnser)
    -					goto end;
    -				if (!BN_add_word(bnser, 1))
    -					goto end;
    -				ser = BN_to_ASN1_INTEGER(bnser, NULL);
    -				if (!ser)
    -					goto end;
    -				BN_free(bnser);
    -				i2a_ASN1_INTEGER(out, ser);
    -				ASN1_INTEGER_free(ser);
    -				BIO_puts(out, "\n");
    -				}
    -			else if ((email == i) || (ocsp_uri == i))
    -				{
    -				int j;
    -				STACK_OF(OPENSSL_STRING) *emlst;
    -				if (email == i)
    -					emlst = X509_get1_email(x);
    -				else
    -					emlst = X509_get1_ocsp(x);
    -				for (j = 0; j < sk_OPENSSL_STRING_num(emlst); j++)
    -					BIO_printf(STDout, "%s\n",
    -						   sk_OPENSSL_STRING_value(emlst, j));
    -				X509_email_free(emlst);
    -				}
    -			else if (aliasout == i)
    -				{
    -				unsigned char *alstr;
    -				alstr = X509_alias_get0(x, NULL);
    -				if (alstr) BIO_printf(STDout,"%s\n", alstr);
    -				else BIO_puts(STDout,"\n");
    -				}
    -			else if (subject_hash == i)
    -				{
    -				BIO_printf(STDout,"%08lx\n",X509_subject_name_hash(x));
    -				}
    +        } else {
    +            if (BIO_write_filename(out, outfile) <= 0) {
    +                perror(outfile);
    +                goto end;
    +            }
    +        }
    +    }
    +
    +    if (alias)
    +        X509_alias_set1(x, (unsigned char *)alias, -1);
    +
    +    if (clrtrust)
    +        X509_trust_clear(x);
    +    if (clrreject)
    +        X509_reject_clear(x);
    +
    +    if (trust) {
    +        for (i = 0; i < sk_ASN1_OBJECT_num(trust); i++) {
    +            objtmp = sk_ASN1_OBJECT_value(trust, i);
    +            X509_add1_trust_object(x, objtmp);
    +        }
    +    }
    +
    +    if (reject) {
    +        for (i = 0; i < sk_ASN1_OBJECT_num(reject); i++) {
    +            objtmp = sk_ASN1_OBJECT_value(reject, i);
    +            X509_add1_reject_object(x, objtmp);
    +        }
    +    }
    +
    +    if (num) {
    +        for (i = 1; i <= num; i++) {
    +            if (issuer == i) {
    +                print_name(STDout, "issuer= ",
    +                           X509_get_issuer_name(x), nmflag);
    +            } else if (subject == i) {
    +                print_name(STDout, "subject= ",
    +                           X509_get_subject_name(x), nmflag);
    +            } else if (serial == i) {
    +                BIO_printf(STDout, "serial=");
    +                i2a_ASN1_INTEGER(STDout, X509_get_serialNumber(x));
    +                BIO_printf(STDout, "\n");
    +            } else if (next_serial == i) {
    +                BIGNUM *bnser;
    +                ASN1_INTEGER *ser;
    +                ser = X509_get_serialNumber(x);
    +                bnser = ASN1_INTEGER_to_BN(ser, NULL);
    +                if (!bnser)
    +                    goto end;
    +                if (!BN_add_word(bnser, 1))
    +                    goto end;
    +                ser = BN_to_ASN1_INTEGER(bnser, NULL);
    +                if (!ser)
    +                    goto end;
    +                BN_free(bnser);
    +                i2a_ASN1_INTEGER(out, ser);
    +                ASN1_INTEGER_free(ser);
    +                BIO_puts(out, "\n");
    +            } else if ((email == i) || (ocsp_uri == i)) {
    +                int j;
    +                STACK_OF(OPENSSL_STRING) *emlst;
    +                if (email == i)
    +                    emlst = X509_get1_email(x);
    +                else
    +                    emlst = X509_get1_ocsp(x);
    +                for (j = 0; j < sk_OPENSSL_STRING_num(emlst); j++)
    +                    BIO_printf(STDout, "%s\n",
    +                               sk_OPENSSL_STRING_value(emlst, j));
    +                X509_email_free(emlst);
    +            } else if (aliasout == i) {
    +                unsigned char *alstr;
    +                alstr = X509_alias_get0(x, NULL);
    +                if (alstr)
    +                    BIO_printf(STDout, "%s\n", alstr);
    +                else
    +                    BIO_puts(STDout, "\n");
    +            } else if (subject_hash == i) {
    +                BIO_printf(STDout, "%08lx\n", X509_subject_name_hash(x));
    +            }
     #ifndef OPENSSL_NO_MD5
    -			else if (subject_hash_old == i)
    -				{
    -				BIO_printf(STDout,"%08lx\n",X509_subject_name_hash_old(x));
    -				}
    +            else if (subject_hash_old == i) {
    +                BIO_printf(STDout, "%08lx\n", X509_subject_name_hash_old(x));
    +            }
     #endif
    -			else if (issuer_hash == i)
    -				{
    -				BIO_printf(STDout,"%08lx\n",X509_issuer_name_hash(x));
    -				}
    +            else if (issuer_hash == i) {
    +                BIO_printf(STDout, "%08lx\n", X509_issuer_name_hash(x));
    +            }
     #ifndef OPENSSL_NO_MD5
    -			else if (issuer_hash_old == i)
    -				{
    -				BIO_printf(STDout,"%08lx\n",X509_issuer_name_hash_old(x));
    -				}
    +            else if (issuer_hash_old == i) {
    +                BIO_printf(STDout, "%08lx\n", X509_issuer_name_hash_old(x));
    +            }
     #endif
    -			else if (pprint == i)
    -				{
    -				X509_PURPOSE *ptmp;
    -				int j;
    -				BIO_printf(STDout, "Certificate purposes:\n");
    -				for (j = 0; j < X509_PURPOSE_get_count(); j++)
    -					{
    -					ptmp = X509_PURPOSE_get0(j);
    -					purpose_print(STDout, x, ptmp);
    -					}
    -				}
    -			else
    -				if (modulus == i)
    -				{
    -				EVP_PKEY *pkey;
    -
    -				pkey=X509_get_pubkey(x);
    -				if (pkey == NULL)
    -					{
    -					BIO_printf(bio_err,"Modulus=unavailable\n");
    -					ERR_print_errors(bio_err);
    -					goto end;
    -					}
    -				BIO_printf(STDout,"Modulus=");
    +            else if (pprint == i) {
    +                X509_PURPOSE *ptmp;
    +                int j;
    +                BIO_printf(STDout, "Certificate purposes:\n");
    +                for (j = 0; j < X509_PURPOSE_get_count(); j++) {
    +                    ptmp = X509_PURPOSE_get0(j);
    +                    purpose_print(STDout, x, ptmp);
    +                }
    +            } else if (modulus == i) {
    +                EVP_PKEY *pkey;
    +
    +                pkey = X509_get_pubkey(x);
    +                if (pkey == NULL) {
    +                    BIO_printf(bio_err, "Modulus=unavailable\n");
    +                    ERR_print_errors(bio_err);
    +                    goto end;
    +                }
    +                BIO_printf(STDout, "Modulus=");
     #ifndef OPENSSL_NO_RSA
    -				if (pkey->type == EVP_PKEY_RSA)
    -					BN_print(STDout,pkey->pkey.rsa->n);
    -				else
    +                if (pkey->type == EVP_PKEY_RSA)
    +                    BN_print(STDout, pkey->pkey.rsa->n);
    +                else
     #endif
     #ifndef OPENSSL_NO_DSA
    -				if (pkey->type == EVP_PKEY_DSA)
    -					BN_print(STDout,pkey->pkey.dsa->pub_key);
    -				else
    +                if (pkey->type == EVP_PKEY_DSA)
    +                    BN_print(STDout, pkey->pkey.dsa->pub_key);
    +                else
     #endif
    -					BIO_printf(STDout,"Wrong Algorithm type");
    -				BIO_printf(STDout,"\n");
    -				EVP_PKEY_free(pkey);
    -				}
    -			else
    -				if (pubkey == i)
    -				{
    -				EVP_PKEY *pkey;
    -
    -				pkey=X509_get_pubkey(x);
    -				if (pkey == NULL)
    -					{
    -					BIO_printf(bio_err,"Error getting public key\n");
    -					ERR_print_errors(bio_err);
    -					goto end;
    -					}
    -				PEM_write_bio_PUBKEY(STDout, pkey);
    -				EVP_PKEY_free(pkey);
    -				}
    -			else
    -				if (C == i)
    -				{
    -				unsigned char *d;
    -				char *m;
    -				int y,z;
    -
    -				X509_NAME_oneline(X509_get_subject_name(x),
    -					buf,sizeof buf);
    -				BIO_printf(STDout,"/* subject:%s */\n",buf);
    -				m=X509_NAME_oneline(
    -					X509_get_issuer_name(x),buf,
    -					sizeof buf);
    -				BIO_printf(STDout,"/* issuer :%s */\n",buf);
    -
    -				z=i2d_X509(x,NULL);
    -				m=OPENSSL_malloc(z);
    -
    -				d=(unsigned char *)m;
    -				z=i2d_X509_NAME(X509_get_subject_name(x),&d);
    -				BIO_printf(STDout,"unsigned char XXX_subject_name[%d]={\n",z);
    -				d=(unsigned char *)m;
    -				for (y=0; ysignature->data[x->signature->length - 1] ^= 0x1;
    +
    +    if (outformat == FORMAT_ASN1)
    +        i = i2d_X509_bio(out, x);
    +    else if (outformat == FORMAT_PEM) {
    +        if (trustout)
    +            i = PEM_write_bio_X509_AUX(out, x);
    +        else
    +            i = PEM_write_bio_X509(out, x);
    +    } else if (outformat == FORMAT_NETSCAPE) {
    +        NETSCAPE_X509 nx;
    +        ASN1_OCTET_STRING hdr;
    +
    +        hdr.data = (unsigned char *)NETSCAPE_CERT_HDR;
    +        hdr.length = strlen(NETSCAPE_CERT_HDR);
    +        nx.header = &hdr;
    +        nx.cert = x;
    +
    +        i = ASN1_item_i2d_bio(ASN1_ITEM_rptr(NETSCAPE_X509), out, &nx);
    +    } else {
    +        BIO_printf(bio_err, "bad output format specified for outfile\n");
    +        goto end;
    +    }
    +    if (!i) {
    +        BIO_printf(bio_err, "unable to write certificate\n");
    +        ERR_print_errors(bio_err);
    +        goto end;
    +    }
    +    ret = 0;
    + end:
    +    if (need_rand)
    +        app_RAND_write_file(NULL, bio_err);
    +    OBJ_cleanup();
    +    NCONF_free(extconf);
    +    BIO_free_all(out);
    +    BIO_free_all(STDout);
    +    X509_STORE_free(ctx);
    +    X509_REQ_free(req);
    +    X509_free(x);
    +    X509_free(xca);
    +    EVP_PKEY_free(Upkey);
    +    EVP_PKEY_free(CApkey);
    +    EVP_PKEY_free(fkey);
    +    if (sigopts)
    +        sk_OPENSSL_STRING_free(sigopts);
    +    X509_REQ_free(rq);
    +    ASN1_INTEGER_free(sno);
    +    sk_ASN1_OBJECT_pop_free(trust, ASN1_OBJECT_free);
    +    sk_ASN1_OBJECT_pop_free(reject, ASN1_OBJECT_free);
    +    if (passin)
    +        OPENSSL_free(passin);
    +    apps_shutdown();
    +    OPENSSL_EXIT(ret);
    +}
    +
    +static ASN1_INTEGER *x509_load_serial(char *CAfile, char *serialfile,
    +                                      int create)
    +{
    +    char *buf = NULL, *p;
    +    ASN1_INTEGER *bs = NULL;
    +    BIGNUM *serial = NULL;
    +    size_t len;
    +
    +    len = ((serialfile == NULL)
    +           ? (strlen(CAfile) + strlen(POSTFIX) + 1)
    +           : (strlen(serialfile))) + 1;
    +    buf = OPENSSL_malloc(len);
    +    if (buf == NULL) {
    +        BIO_printf(bio_err, "out of mem\n");
    +        goto end;
    +    }
    +    if (serialfile == NULL) {
    +        BUF_strlcpy(buf, CAfile, len);
    +        for (p = buf; *p; p++)
    +            if (*p == '.') {
    +                *p = '\0';
    +                break;
    +            }
    +        BUF_strlcat(buf, POSTFIX, len);
    +    } else
    +        BUF_strlcpy(buf, serialfile, len);
    +
    +    serial = load_serial(buf, create, NULL);
    +    if (serial == NULL)
    +        goto end;
    +
    +    if (!BN_add_word(serial, 1)) {
    +        BIO_printf(bio_err, "add_word failure\n");
    +        goto end;
    +    }
    +
    +    if (!save_serial(buf, NULL, serial, &bs))
    +        goto end;
     
      end:
    -	if (buf) OPENSSL_free(buf);
    -	BN_free(serial);
    -	return bs;
    -	}
    +    if (buf)
    +        OPENSSL_free(buf);
    +    BN_free(serial);
    +    return bs;
    +}
     
     static int x509_certify(X509_STORE *ctx, char *CAfile, const EVP_MD *digest,
    -	     		X509 *x, X509 *xca, EVP_PKEY *pkey,
    -			STACK_OF(OPENSSL_STRING) *sigopts,
    -	  		char *serialfile, int create,
    -	     		int days, int clrext, CONF *conf, char *section,
    -			ASN1_INTEGER *sno)
    -	{
    -	int ret=0;
    -	ASN1_INTEGER *bs=NULL;
    -	X509_STORE_CTX xsc;
    -	EVP_PKEY *upkey;
    -
    -	upkey = X509_get_pubkey(xca);
    -	EVP_PKEY_copy_parameters(upkey,pkey);
    -	EVP_PKEY_free(upkey);
    -
    -	if(!X509_STORE_CTX_init(&xsc,ctx,x,NULL))
    -		{
    -		BIO_printf(bio_err,"Error initialising X509 store\n");
    -		goto end;
    -		}
    -	if (sno) bs = sno;
    -	else if (!(bs = x509_load_serial(CAfile, serialfile, create)))
    -		goto end;
    -
    -/*	if (!X509_STORE_add_cert(ctx,x)) goto end;*/
    -
    -	/* NOTE: this certificate can/should be self signed, unless it was
    -	 * a certificate request in which case it is not. */
    -	X509_STORE_CTX_set_cert(&xsc,x);
    -	X509_STORE_CTX_set_flags(&xsc, X509_V_FLAG_CHECK_SS_SIGNATURE);
    -	if (!reqfile && X509_verify_cert(&xsc) <= 0)
    -		goto end;
    -
    -	if (!X509_check_private_key(xca,pkey))
    -		{
    -		BIO_printf(bio_err,"CA certificate and CA private key do not match\n");
    -		goto end;
    -		}
    -
    -	if (!X509_set_issuer_name(x,X509_get_subject_name(xca))) goto end;
    -	if (!X509_set_serialNumber(x,bs)) goto end;
    -
    -	if (X509_gmtime_adj(X509_get_notBefore(x),0L) == NULL)
    -		goto end;
    -
    -	/* hardwired expired */
    -	if (X509_time_adj_ex(X509_get_notAfter(x),days, 0, NULL) == NULL)
    -		goto end;
    -
    -	if (clrext)
    -		{
    -		while (X509_get_ext_count(x) > 0) X509_delete_ext(x, 0);
    -		}
    -
    -	if (conf)
    -		{
    -		X509V3_CTX ctx2;
    -		X509_set_version(x,2); /* version 3 certificate */
    -                X509V3_set_ctx(&ctx2, xca, x, NULL, NULL, 0);
    -                X509V3_set_nconf(&ctx2, conf);
    -                if (!X509V3_EXT_add_nconf(conf, &ctx2, section, x)) goto end;
    -		}
    -
    -	if (!do_X509_sign(bio_err, x, pkey, digest, sigopts))
    -		goto end;
    -	ret=1;
    -end:
    -	X509_STORE_CTX_cleanup(&xsc);
    -	if (!ret)
    -		ERR_print_errors(bio_err);
    -	if (!sno) ASN1_INTEGER_free(bs);
    -	return ret;
    -	}
    +                        X509 *x, X509 *xca, EVP_PKEY *pkey,
    +                        STACK_OF(OPENSSL_STRING) *sigopts,
    +                        char *serialfile, int create,
    +                        int days, int clrext, CONF *conf, char *section,
    +                        ASN1_INTEGER *sno)
    +{
    +    int ret = 0;
    +    ASN1_INTEGER *bs = NULL;
    +    X509_STORE_CTX xsc;
    +    EVP_PKEY *upkey;
    +
    +    upkey = X509_get_pubkey(xca);
    +    EVP_PKEY_copy_parameters(upkey, pkey);
    +    EVP_PKEY_free(upkey);
    +
    +    if (!X509_STORE_CTX_init(&xsc, ctx, x, NULL)) {
    +        BIO_printf(bio_err, "Error initialising X509 store\n");
    +        goto end;
    +    }
    +    if (sno)
    +        bs = sno;
    +    else if (!(bs = x509_load_serial(CAfile, serialfile, create)))
    +        goto end;
    +
    +/*      if (!X509_STORE_add_cert(ctx,x)) goto end;*/
    +
    +    /*
    +     * NOTE: this certificate can/should be self signed, unless it was a
    +     * certificate request in which case it is not.
    +     */
    +    X509_STORE_CTX_set_cert(&xsc, x);
    +    X509_STORE_CTX_set_flags(&xsc, X509_V_FLAG_CHECK_SS_SIGNATURE);
    +    if (!reqfile && X509_verify_cert(&xsc) <= 0)
    +        goto end;
    +
    +    if (!X509_check_private_key(xca, pkey)) {
    +        BIO_printf(bio_err,
    +                   "CA certificate and CA private key do not match\n");
    +        goto end;
    +    }
    +
    +    if (!X509_set_issuer_name(x, X509_get_subject_name(xca)))
    +        goto end;
    +    if (!X509_set_serialNumber(x, bs))
    +        goto end;
    +
    +    if (X509_gmtime_adj(X509_get_notBefore(x), 0L) == NULL)
    +        goto end;
    +
    +    /* hardwired expired */
    +    if (X509_time_adj_ex(X509_get_notAfter(x), days, 0, NULL) == NULL)
    +        goto end;
    +
    +    if (clrext) {
    +        while (X509_get_ext_count(x) > 0)
    +            X509_delete_ext(x, 0);
    +    }
    +
    +    if (conf) {
    +        X509V3_CTX ctx2;
    +#ifdef OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL
    +        X509_set_version(x, force_version);
    +#else
    +        X509_set_version(x, 2); /* version 3 certificate */
    +#endif
    +        X509V3_set_ctx(&ctx2, xca, x, NULL, NULL, 0);
    +        X509V3_set_nconf(&ctx2, conf);
    +        if (!X509V3_EXT_add_nconf(conf, &ctx2, section, x))
    +            goto end;
    +    }
    +
    +    if (!do_X509_sign(bio_err, x, pkey, digest, sigopts))
    +        goto end;
    +    ret = 1;
    + end:
    +    X509_STORE_CTX_cleanup(&xsc);
    +    if (!ret)
    +        ERR_print_errors(bio_err);
    +    if (!sno)
    +        ASN1_INTEGER_free(bs);
    +    return ret;
    +}
     
     static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx)
    -	{
    -	int err;
    -	X509 *err_cert;
    -
    -	/* it is ok to use a self signed certificate
    -	 * This case will catch both the initial ok == 0 and the
    -	 * final ok == 1 calls to this function */
    -	err=X509_STORE_CTX_get_error(ctx);
    -	if (err == X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT)
    -		return 1;
    -
    -	/* BAD we should have gotten an error.  Normally if everything
    -	 * worked X509_STORE_CTX_get_error(ctx) will still be set to
    -	 * DEPTH_ZERO_SELF_.... */
    -	if (ok)
    -		{
    -		BIO_printf(bio_err,"error with certificate to be certified - should be self signed\n");
    -		return 0;
    -		}
    -	else
    -		{
    -		err_cert=X509_STORE_CTX_get_current_cert(ctx);
    -		print_name(bio_err, NULL, X509_get_subject_name(err_cert),0);
    -		BIO_printf(bio_err,"error with certificate - error %d at depth %d\n%s\n",
    -			err,X509_STORE_CTX_get_error_depth(ctx),
    -			X509_verify_cert_error_string(err));
    -		return 1;
    -		}
    -	}
    +{
    +    int err;
    +    X509 *err_cert;
    +
    +    /*
    +     * it is ok to use a self signed certificate This case will catch both
    +     * the initial ok == 0 and the final ok == 1 calls to this function
    +     */
    +    err = X509_STORE_CTX_get_error(ctx);
    +    if (err == X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT)
    +        return 1;
    +
    +    /*
    +     * BAD we should have gotten an error.  Normally if everything worked
    +     * X509_STORE_CTX_get_error(ctx) will still be set to
    +     * DEPTH_ZERO_SELF_....
    +     */
    +    if (ok) {
    +        BIO_printf(bio_err,
    +                   "error with certificate to be certified - should be self signed\n");
    +        return 0;
    +    } else {
    +        err_cert = X509_STORE_CTX_get_current_cert(ctx);
    +        print_name(bio_err, NULL, X509_get_subject_name(err_cert), 0);
    +        BIO_printf(bio_err,
    +                   "error with certificate - error %d at depth %d\n%s\n", err,
    +                   X509_STORE_CTX_get_error_depth(ctx),
    +                   X509_verify_cert_error_string(err));
    +        return 1;
    +    }
    +}
     
     /* self sign */
    -static int sign(X509 *x, EVP_PKEY *pkey, int days, int clrext, const EVP_MD *digest, 
    -						CONF *conf, char *section)
    -	{
    -
    -	EVP_PKEY *pktmp;
    -
    -	pktmp = X509_get_pubkey(x);
    -	EVP_PKEY_copy_parameters(pktmp,pkey);
    -	EVP_PKEY_save_parameters(pktmp,1);
    -	EVP_PKEY_free(pktmp);
    -
    -	if (!X509_set_issuer_name(x,X509_get_subject_name(x))) goto err;
    -	if (X509_gmtime_adj(X509_get_notBefore(x),0) == NULL) goto err;
    -
    -	/* Lets just make it 12:00am GMT, Jan 1 1970 */
    -	/* memcpy(x->cert_info->validity->notBefore,"700101120000Z",13); */
    -	/* 28 days to be certified */
    -
    -	if (X509_gmtime_adj(X509_get_notAfter(x),(long)60*60*24*days) == NULL)
    -		goto err;
    -
    -	if (!X509_set_pubkey(x,pkey)) goto err;
    -	if (clrext)
    -		{
    -		while (X509_get_ext_count(x) > 0) X509_delete_ext(x, 0);
    -		}
    -	if (conf)
    -		{
    -		X509V3_CTX ctx;
    -		X509_set_version(x,2); /* version 3 certificate */
    -                X509V3_set_ctx(&ctx, x, x, NULL, NULL, 0);
    -                X509V3_set_nconf(&ctx, conf);
    -                if (!X509V3_EXT_add_nconf(conf, &ctx, section, x)) goto err;
    -		}
    -	if (!X509_sign(x,pkey,digest)) goto err;
    -	return 1;
    -err:
    -	ERR_print_errors(bio_err);
    -	return 0;
    -	}
    +static int sign(X509 *x, EVP_PKEY *pkey, int days, int clrext,
    +                const EVP_MD *digest, CONF *conf, char *section)
    +{
    +
    +    EVP_PKEY *pktmp;
    +
    +    pktmp = X509_get_pubkey(x);
    +    EVP_PKEY_copy_parameters(pktmp, pkey);
    +    EVP_PKEY_save_parameters(pktmp, 1);
    +    EVP_PKEY_free(pktmp);
    +
    +    if (!X509_set_issuer_name(x, X509_get_subject_name(x)))
    +        goto err;
    +    if (X509_gmtime_adj(X509_get_notBefore(x), 0) == NULL)
    +        goto err;
    +
    +    /* Lets just make it 12:00am GMT, Jan 1 1970 */
    +    /* memcpy(x->cert_info->validity->notBefore,"700101120000Z",13); */
    +    /* 28 days to be certified */
    +
    +    if (X509_gmtime_adj(X509_get_notAfter(x), (long)60 * 60 * 24 * days) ==
    +        NULL)
    +        goto err;
    +
    +    if (!X509_set_pubkey(x, pkey))
    +        goto err;
    +    if (clrext) {
    +        while (X509_get_ext_count(x) > 0)
    +            X509_delete_ext(x, 0);
    +    }
    +    if (conf) {
    +        X509V3_CTX ctx;
    +#ifdef OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL
    +        X509_set_version(x, force_version);
    +#else
    +        X509_set_version(x, 2); /* version 3 certificate */
    +#endif
    +        X509V3_set_ctx(&ctx, x, x, NULL, NULL, 0);
    +        X509V3_set_nconf(&ctx, conf);
    +        if (!X509V3_EXT_add_nconf(conf, &ctx, section, x))
    +            goto err;
    +    }
    +    if (!X509_sign(x, pkey, digest))
    +        goto err;
    +    return 1;
    + err:
    +    ERR_print_errors(bio_err);
    +    return 0;
    +}
     
     static int purpose_print(BIO *bio, X509 *cert, X509_PURPOSE *pt)
     {
    -	int id, i, idret;
    -	char *pname;
    -	id = X509_PURPOSE_get_id(pt);
    -	pname = X509_PURPOSE_get0_name(pt);
    -	for (i = 0; i < 2; i++)
    -		{
    -		idret = X509_check_purpose(cert, id, i);
    -		BIO_printf(bio, "%s%s : ", pname, i ? " CA" : ""); 
    -		if (idret == 1) BIO_printf(bio, "Yes\n");
    -		else if (idret == 0) BIO_printf(bio, "No\n");
    -		else BIO_printf(bio, "Yes (WARNING code=%d)\n", idret);
    -		}
    -	return 1;
    +    int id, i, idret;
    +    char *pname;
    +    id = X509_PURPOSE_get_id(pt);
    +    pname = X509_PURPOSE_get0_name(pt);
    +    for (i = 0; i < 2; i++) {
    +        idret = X509_check_purpose(cert, id, i);
    +        BIO_printf(bio, "%s%s : ", pname, i ? " CA" : "");
    +        if (idret == 1)
    +            BIO_printf(bio, "Yes\n");
    +        else if (idret == 0)
    +            BIO_printf(bio, "No\n");
    +        else
    +            BIO_printf(bio, "Yes (WARNING code=%d)\n", idret);
    +    }
    +    return 1;
     }
    diff --git a/openssl/bugs/alpha.c b/openssl/bugs/alpha.c
    index 701d6a7c7..3b4bc9377 100644
    --- a/openssl/bugs/alpha.c
    +++ b/openssl/bugs/alpha.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,18 +49,20 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
     
    -/* while not exactly a bug (ASN1 C leaves this undefined) it is
    - * something to watch out for.  This was fine on linux/NT/Solaris but not
    - * Alpha */
    +/*
    + * while not exactly a bug (ASN1 C leaves this undefined) it is something to
    + * watch out for.  This was fine on linux/NT/Solaris but not Alpha
    + */
     
    -/* it is basically an example of
    +/*-
    + * it is basically an example of
      * func(*(a++),*(a++))
      * which parameter is evaluated first?  It is not defined in ASN1 C.
      */
    @@ -69,23 +71,22 @@
     
     #define TYPE    unsigned int
     
    -void func(a,b)
    +void func(a, b)
     TYPE *a;
     TYPE b;
    -        {
    -        printf("%ld -1 == %ld\n",a[0],b);
    -        }
    +{
    +    printf("%ld -1 == %ld\n", a[0], b);
    +}
     
     main()
    -        {
    -        TYPE data[5]={1L,2L,3L,4L,5L};
    -        TYPE *p;
    -        int i;
    +{
    +    TYPE data[5] = { 1L, 2L, 3L, 4L, 5L };
    +    TYPE *p;
    +    int i;
     
    -        p=data;
    +    p = data;
     
    -        for (i=0; i<4; i++)
    -                {
    -                func(p,*(p++));
    -                }
    -        }
    +    for (i = 0; i < 4; i++) {
    +        func(p, *(p++));
    +    }
    +}
    diff --git a/openssl/bugs/dggccbug.c b/openssl/bugs/dggccbug.c
    index 30e07a60e..56f522288 100644
    --- a/openssl/bugs/dggccbug.c
    +++ b/openssl/bugs/dggccbug.c
    @@ -4,17 +4,18 @@
     
     #include 
     
    -/* There is a bug in
    - * gcc version 2.5.8 (88open OCS/BCS, DG-2.5.8.3, Oct 14 1994)
    - * as shipped with DGUX 5.4R3.10 that can be bypassed by defining
    - * DG_GCC_BUG in my code.
    - * The bug manifests itself by the vaule of a pointer that is
    - * used only by reference, not having it's value change when it is used
    - * to check for exiting the loop.  Probably caused by there being 2
    - * copies of the valiable, one in a register and one being an address
    - * that is passed. */
    +/*
    + * There is a bug in gcc version 2.5.8 (88open OCS/BCS, DG-2.5.8.3, Oct 14
    + * 1994) as shipped with DGUX 5.4R3.10 that can be bypassed by defining
    + * DG_GCC_BUG in my code. The bug manifests itself by the vaule of a pointer
    + * that is used only by reference, not having it's value change when it is
    + * used to check for exiting the loop.  Probably caused by there being 2
    + * copies of the valiable, one in a register and one being an address that is
    + * passed.
    + */
     
    -/* compare the out put from
    +/*-
    + * compare the out put from
      * gcc dggccbug.c; ./a.out
      * and
      * gcc -O dggccbug.c; ./a.out
    @@ -23,23 +24,22 @@
     
     void inc(a)
     int *a;
    -	{
    -	(*a)++;
    -	}
    +{
    +    (*a)++;
    +}
     
     main()
    -	{
    -	int p=0;
    +{
    +    int p = 0;
     #ifdef FIXBUG
    -	int dummy;
    +    int dummy;
     #endif
     
    -	while (p<3)
    -		{
    -		fprintf(stderr,"%08X\n",p);
    -		inc(&p);
    +    while (p < 3) {
    +        fprintf(stderr, "%08X\n", p);
    +        inc(&p);
     #ifdef FIXBUG
    -		dummy+=p;
    +        dummy += p;
     #endif
    -		}
    -	}
    +    }
    +}
    diff --git a/openssl/bugs/sgiccbug.c b/openssl/bugs/sgiccbug.c
    index 178239d49..6b1b3d4ab 100644
    --- a/openssl/bugs/sgiccbug.c
    +++ b/openssl/bugs/sgiccbug.c
    @@ -4,54 +4,57 @@
     
     #include 
     
    -/* This compiler bug it present on IRIX 5.3, 5.1 and 4.0.5 (these are
    - * the only versions of IRIX I have access to.
    - * defining FIXBUG removes the bug.
    - * (bug is still present in IRIX 6.3 according to
    - * Gage 
    +/*
    + * This compiler bug it present on IRIX 5.3, 5.1 and 4.0.5 (these are the
    + * only versions of IRIX I have access to. defining FIXBUG removes the bug.
    + * (bug is still present in IRIX 6.3 according to Gage
    + * 
      */
    - 
    -/* Compare the output from
    +
    +/*-
    + * Compare the output from
      * cc sgiccbug.c; ./a.out
      * and
      * cc -O sgiccbug.c; ./a.out
      */
     
    -static unsigned long a[4]={0x01234567,0x89ABCDEF,0xFEDCBA98,0x76543210};
    -static unsigned long b[4]={0x89ABCDEF,0xFEDCBA98,0x76543210,0x01234567};
    -static unsigned long c[4]={0x77777778,0x8ACF1357,0x88888888,0x7530ECA9};
    +static unsigned long a[4] =
    +    { 0x01234567, 0x89ABCDEF, 0xFEDCBA98, 0x76543210 };
    +static unsigned long b[4] =
    +    { 0x89ABCDEF, 0xFEDCBA98, 0x76543210, 0x01234567 };
    +static unsigned long c[4] =
    +    { 0x77777778, 0x8ACF1357, 0x88888888, 0x7530ECA9 };
     
     main()
    -	{
    -	unsigned long r[4];
    -	sub(r,a,b);
    -	fprintf(stderr,"input a= %08X %08X %08X %08X\n",a[3],a[2],a[1],a[0]);
    -	fprintf(stderr,"input b= %08X %08X %08X %08X\n",b[3],b[2],b[1],b[0]);
    -	fprintf(stderr,"output = %08X %08X %08X %08X\n",r[3],r[2],r[1],r[0]);
    -	fprintf(stderr,"correct= %08X %08X %08X %08X\n",c[3],c[2],c[1],c[0]);
    -	}
    +{
    +    unsigned long r[4];
    +    sub(r, a, b);
    +    fprintf(stderr, "input a= %08X %08X %08X %08X\n", a[3], a[2], a[1], a[0]);
    +    fprintf(stderr, "input b= %08X %08X %08X %08X\n", b[3], b[2], b[1], b[0]);
    +    fprintf(stderr, "output = %08X %08X %08X %08X\n", r[3], r[2], r[1], r[0]);
    +    fprintf(stderr, "correct= %08X %08X %08X %08X\n", c[3], c[2], c[1], c[0]);
    +}
     
    -int sub(r,a,b)
    -unsigned long *r,*a,*b;
    -	{
    -	register unsigned long t1,t2,*ap,*bp,*rp;
    -	int i,carry;
    +int sub(r, a, b)
    +unsigned long *r, *a, *b;
    +{
    +    register unsigned long t1, t2, *ap, *bp, *rp;
    +    int i, carry;
     #ifdef FIXBUG
    -	unsigned long dummy;
    +    unsigned long dummy;
     #endif
     
    -	ap=a;
    -	bp=b;
    -	rp=r;
    -	carry=0;
    -	for (i=0; i<4; i++)
    -		{
    -		t1= *(ap++);
    -		t2= *(bp++);
    -		t1=(t1-t2);
    +    ap = a;
    +    bp = b;
    +    rp = r;
    +    carry = 0;
    +    for (i = 0; i < 4; i++) {
    +        t1 = *(ap++);
    +        t2 = *(bp++);
    +        t1 = (t1 - t2);
     #ifdef FIXBUG
    -		dummy=t1;
    +        dummy = t1;
     #endif
    -		*(rp++)=t1&0xffffffff;
    -		}
    -	}
    +        *(rp++) = t1 & 0xffffffff;
    +    }
    +}
    diff --git a/openssl/bugs/stream.c b/openssl/bugs/stream.c
    index c3b5e867d..9af239553 100644
    --- a/openssl/bugs/stream.c
    +++ b/openssl/bugs/stream.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -59,73 +59,74 @@
     #include 
     #include 
     #ifdef OPENSSL_NO_DES
    -#include 
    +# include 
     #else
    -#include 
    +# include 
     #endif
     
    -/* show how stream ciphers are not very good.  The mac has no affect
    - * on RC4 while it does for cfb DES
    +/*
    + * show how stream ciphers are not very good.  The mac has no affect on RC4
    + * while it does for cfb DES
      */
     
     main()
    -	{
    -	fprintf(stderr,"rc4\n");
    -	rc4();
    -	fprintf(stderr,"cfb des\n");
    -	des();
    -	}
    +{
    +    fprintf(stderr, "rc4\n");
    +    rc4();
    +    fprintf(stderr, "cfb des\n");
    +    des();
    +}
     
     int des()
    -	{
    -	des_key_schedule ks;
    -	des_cblock iv,key;
    -	int num;
    -	static char *keystr="01234567";
    -	static char *in1="0123456789ABCEDFdata 12345";
    -	static char *in2="9876543210abcdefdata 12345";
    -	unsigned char out[100];
    -	int i;
    +{
    +    des_key_schedule ks;
    +    des_cblock iv, key;
    +    int num;
    +    static char *keystr = "01234567";
    +    static char *in1 = "0123456789ABCEDFdata 12345";
    +    static char *in2 = "9876543210abcdefdata 12345";
    +    unsigned char out[100];
    +    int i;
     
    -	des_set_key((des_cblock *)keystr,ks);
    +    des_set_key((des_cblock *)keystr, ks);
     
    -	num=0;
    -	memset(iv,0,8);
    -	des_cfb64_encrypt(in1,out,26,ks,(des_cblock *)iv,&num,1);
    -	for (i=0; i<26; i++)
    -		fprintf(stderr,"%02X ",out[i]);
    -	fprintf(stderr,"\n");
    +    num = 0;
    +    memset(iv, 0, 8);
    +    des_cfb64_encrypt(in1, out, 26, ks, (des_cblock *)iv, &num, 1);
    +    for (i = 0; i < 26; i++)
    +        fprintf(stderr, "%02X ", out[i]);
    +    fprintf(stderr, "\n");
     
    -	num=0;
    -	memset(iv,0,8);
    -	des_cfb64_encrypt(in2,out,26,ks,(des_cblock *)iv,&num,1);
    -	for (i=0; i<26; i++)
    -		fprintf(stderr,"%02X ",out[i]);
    -	fprintf(stderr,"\n");
    -	}
    +    num = 0;
    +    memset(iv, 0, 8);
    +    des_cfb64_encrypt(in2, out, 26, ks, (des_cblock *)iv, &num, 1);
    +    for (i = 0; i < 26; i++)
    +        fprintf(stderr, "%02X ", out[i]);
    +    fprintf(stderr, "\n");
    +}
     
     int rc4()
    -	{
    -	static char *keystr="0123456789abcdef";
    -	RC4_KEY key;
    -	unsigned char in[100],out[100];
    -	int i;
    +{
    +    static char *keystr = "0123456789abcdef";
    +    RC4_KEY key;
    +    unsigned char in[100], out[100];
    +    int i;
     
    -	RC4_set_key(&key,16,keystr);
    -	in[0]='\0';
    -	strcpy(in,"0123456789ABCEDFdata 12345");
    -	RC4(key,26,in,out);
    +    RC4_set_key(&key, 16, keystr);
    +    in[0] = '\0';
    +    strcpy(in, "0123456789ABCEDFdata 12345");
    +    RC4(key, 26, in, out);
     
    -	for (i=0; i<26; i++)
    -		fprintf(stderr,"%02X ",out[i]);
    -	fprintf(stderr,"\n");
    +    for (i = 0; i < 26; i++)
    +        fprintf(stderr, "%02X ", out[i]);
    +    fprintf(stderr, "\n");
     
    -	RC4_set_key(&key,16,keystr);
    -	in[0]='\0';
    -	strcpy(in,"9876543210abcdefdata 12345");
    -	RC4(key,26,in,out);
    +    RC4_set_key(&key, 16, keystr);
    +    in[0] = '\0';
    +    strcpy(in, "9876543210abcdefdata 12345");
    +    RC4(key, 26, in, out);
     
    -	for (i=0; i<26; i++)
    -		fprintf(stderr,"%02X ",out[i]);
    -	fprintf(stderr,"\n");
    -	}
    +    for (i = 0; i < 26; i++)
    +        fprintf(stderr, "%02X ", out[i]);
    +    fprintf(stderr, "\n");
    +}
    diff --git a/openssl/bugs/ultrixcc.c b/openssl/bugs/ultrixcc.c
    index 7ba75b140..6e24549d5 100644
    --- a/openssl/bugs/ultrixcc.c
    +++ b/openssl/bugs/ultrixcc.c
    @@ -1,6 +1,7 @@
     #include 
     
    -/* This is a cc optimiser bug for ultrix 4.3, mips CPU.
    +/*-
    + * This is a cc optimiser bug for ultrix 4.3, mips CPU.
      * What happens is that the compiler, due to the (a)&7,
      * does
      * i=a&7;
    @@ -12,34 +13,32 @@
      */
     
     main()
    -	{
    -	f(5);
    -	f(0);
    -	}
    +{
    +    f(5);
    +    f(0);
    +}
     
     int f(a)
     int a;
    -	{
    -	switch(a&7)
    -		{
    -	case 7:
    -		printf("7\n");
    -	case 6:
    -		printf("6\n");
    -	case 5:
    -		printf("5\n");
    -	case 4:
    -		printf("4\n");
    -	case 3:
    -		printf("3\n");
    -	case 2:
    -		printf("2\n");
    -	case 1:
    -		printf("1\n");
    +{
    +    switch (a & 7) {
    +    case 7:
    +        printf("7\n");
    +    case 6:
    +        printf("6\n");
    +    case 5:
    +        printf("5\n");
    +    case 4:
    +        printf("4\n");
    +    case 3:
    +        printf("3\n");
    +    case 2:
    +        printf("2\n");
    +    case 1:
    +        printf("1\n");
     #ifdef FIX_BUG
    -	case 0:
    -		;
    +    case 0:
    +        ;
     #endif
    -		}
    -	}	
    -
    +    }
    +}
    diff --git a/openssl/config b/openssl/config
    index 41fa2a6b8..77f730f09 100644
    --- a/openssl/config
    +++ b/openssl/config
    @@ -587,15 +587,33 @@ case "$GUESSOS" in
     	fi
     	;;
       ppc64-*-linux2)
    +	if [ -z "$KERNEL_BITS" ]; then
    +	    echo "WARNING! If you wish to build 64-bit library, then you have to"
    +	    echo "         invoke './Configure linux-ppc64' *manually*."
    +	    if [ "$TEST" = "false" -a -t 1 ]; then
    +		echo "         You have about 5 seconds to press Ctrl-C to abort."
    +		(trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
    +	    fi
    +	fi
    +	if [ "$KERNEL_BITS" = "64" ]; then
    +	    OUT="linux-ppc64"
    +	else
    +	    OUT="linux-ppc"
    +	    (echo "__LP64__" | gcc -E -x c - 2>/dev/null | grep "^__LP64__" 2>&1 > /dev/null) || options="$options -m32"
    +	fi
    +	;;
    +  ppc64le-*-linux2) OUT="linux-ppc64le" ;;
    +  ppc-*-linux2) OUT="linux-ppc" ;;
    +  mips64*-*-linux2)
     	echo "WARNING! If you wish to build 64-bit library, then you have to"
    -	echo "         invoke './Configure linux-ppc64' *manually*."
    +	echo "         invoke './Configure linux64-mips64' *manually*."
     	if [ "$TEST" = "false" -a -t 1 ]; then
     	    echo "         You have about 5 seconds to press Ctrl-C to abort."
     	    (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
     	fi
    -	OUT="linux-ppc"
    +	OUT="linux-mips64"
     	;;
    -  ppc-*-linux2) OUT="linux-ppc" ;;
    +  mips*-*-linux2) OUT="linux-mips32" ;;
       ppc60x-*-vxworks*) OUT="vxworks-ppc60x" ;;
       ppcgen-*-vxworks*) OUT="vxworks-ppcgen" ;;
       pentium-*-vxworks*) OUT="vxworks-pentium" ;;
    @@ -644,6 +662,7 @@ case "$GUESSOS" in
       armv[1-3]*-*-linux2) OUT="linux-generic32" ;;
       armv[7-9]*-*-linux2) OUT="linux-armv4"; options="$options -march=armv7-a" ;;
       arm*-*-linux2) OUT="linux-armv4" ;;
    +  aarch64-*-linux2) OUT="linux-aarch64" ;;
       sh*b-*-linux2) OUT="linux-generic32"; options="$options -DB_ENDIAN" ;;
       sh*-*-linux2)  OUT="linux-generic32"; options="$options -DL_ENDIAN" ;;
       m68k*-*-linux2) OUT="linux-generic32"; options="$options -DB_ENDIAN" ;;
    diff --git a/openssl/crypto/LPdir_nyi.c b/openssl/crypto/LPdir_nyi.c
    index 6c1a50e6a..283d5b063 100644
    --- a/openssl/crypto/LPdir_nyi.c
    +++ b/openssl/crypto/LPdir_nyi.c
    @@ -1,4 +1,6 @@
    -/* $LP: LPlib/source/LPdir_win.c,v 1.1 2004/06/14 10:07:56 _cvs_levitte Exp $ */
    +/*
    + * $LP: LPlib/source/LPdir_win.c,v 1.1 2004/06/14 10:07:56 _cvs_levitte Exp $
    + */
     /*
      * Copyright (c) 2004, Richard Levitte 
      * All rights reserved.
    @@ -26,17 +28,20 @@
      */
     
     #ifndef LPDIR_H
    -#include "LPdir.h"
    +# include "LPdir.h"
     #endif
     
    -struct LP_dir_context_st { void *dummy; };
    +struct LP_dir_context_st {
    +    void *dummy;
    +};
     const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory)
    -	{
    -	errno = EINVAL;
    -	return 0;
    -	}
    +{
    +    errno = EINVAL;
    +    return 0;
    +}
    +
     int LP_find_file_end(LP_DIR_CTX **ctx)
    -	{
    -	errno = EINVAL;
    -	return 0;
    -	}
    +{
    +    errno = EINVAL;
    +    return 0;
    +}
    diff --git a/openssl/crypto/LPdir_unix.c b/openssl/crypto/LPdir_unix.c
    index b004cd99e..bead6abd7 100644
    --- a/openssl/crypto/LPdir_unix.c
    +++ b/openssl/crypto/LPdir_unix.c
    @@ -1,4 +1,7 @@
    -/* $LP: LPlib/source/LPdir_unix.c,v 1.11 2004/09/23 22:07:22 _cvs_levitte Exp $ */
    +/*
    + * $LP: LPlib/source/LPdir_unix.c,v 1.11 2004/09/23 22:07:22 _cvs_levitte Exp
    + * $
    + */
     /*
      * Copyright (c) 2004, Richard Levitte 
      * All rights reserved.
    @@ -11,7 +14,7 @@
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in the
      *    documentation and/or other materials provided with the distribution.
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
      * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
      * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    @@ -33,95 +36,91 @@
     #include 
     #include 
     #ifndef LPDIR_H
    -#include "LPdir.h"
    +# include "LPdir.h"
     #endif
     
    -/* The POSIXly macro for the maximum number of characters in a file path
    -   is NAME_MAX.  However, some operating systems use PATH_MAX instead.
    -   Therefore, it seems natural to first check for PATH_MAX and use that,
    -   and if it doesn't exist, use NAME_MAX. */
    +/*
    + * The POSIXly macro for the maximum number of characters in a file path is
    + * NAME_MAX.  However, some operating systems use PATH_MAX instead.
    + * Therefore, it seems natural to first check for PATH_MAX and use that, and
    + * if it doesn't exist, use NAME_MAX.
    + */
     #if defined(PATH_MAX)
     # define LP_ENTRY_SIZE PATH_MAX
     #elif defined(NAME_MAX)
     # define LP_ENTRY_SIZE NAME_MAX
     #endif
     
    -/* Of course, there's the possibility that neither PATH_MAX nor NAME_MAX
    -   exist.  It's also possible that NAME_MAX exists but is define to a
    -   very small value (HP-UX offers 14), so we need to check if we got a
    -   result, and if it meets a minimum standard, and create or change it
    -   if not. */
    +/*
    + * Of course, there's the possibility that neither PATH_MAX nor NAME_MAX
    + * exist.  It's also possible that NAME_MAX exists but is define to a very
    + * small value (HP-UX offers 14), so we need to check if we got a result, and
    + * if it meets a minimum standard, and create or change it if not.
    + */
     #if !defined(LP_ENTRY_SIZE) || LP_ENTRY_SIZE<255
     # undef LP_ENTRY_SIZE
     # define LP_ENTRY_SIZE 255
     #endif
     
    -struct LP_dir_context_st
    -{
    -  DIR *dir;
    -  char entry_name[LP_ENTRY_SIZE+1];
    +struct LP_dir_context_st {
    +    DIR *dir;
    +    char entry_name[LP_ENTRY_SIZE + 1];
     };
     
     const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory)
     {
    -  struct dirent *direntry = NULL;
    +    struct dirent *direntry = NULL;
     
    -  if (ctx == NULL || directory == NULL)
    -    {
    -      errno = EINVAL;
    -      return 0;
    +    if (ctx == NULL || directory == NULL) {
    +        errno = EINVAL;
    +        return 0;
         }
     
    -  errno = 0;
    -  if (*ctx == NULL)
    -    {
    -      *ctx = (LP_DIR_CTX *)malloc(sizeof(LP_DIR_CTX));
    -      if (*ctx == NULL)
    -	{
    -	  errno = ENOMEM;
    -	  return 0;
    -	}
    -      memset(*ctx, '\0', sizeof(LP_DIR_CTX));
    +    errno = 0;
    +    if (*ctx == NULL) {
    +        *ctx = (LP_DIR_CTX *)malloc(sizeof(LP_DIR_CTX));
    +        if (*ctx == NULL) {
    +            errno = ENOMEM;
    +            return 0;
    +        }
    +        memset(*ctx, '\0', sizeof(LP_DIR_CTX));
     
    -      (*ctx)->dir = opendir(directory);
    -      if ((*ctx)->dir == NULL)
    -	{
    -	  int save_errno = errno; /* Probably not needed, but I'm paranoid */
    -	  free(*ctx);
    -	  *ctx = NULL;
    -	  errno = save_errno;
    -	  return 0;
    -	}
    +        (*ctx)->dir = opendir(directory);
    +        if ((*ctx)->dir == NULL) {
    +            int save_errno = errno; /* Probably not needed, but I'm paranoid */
    +            free(*ctx);
    +            *ctx = NULL;
    +            errno = save_errno;
    +            return 0;
    +        }
         }
     
    -  direntry = readdir((*ctx)->dir);
    -  if (direntry == NULL)
    -    {
    -      return 0;
    +    direntry = readdir((*ctx)->dir);
    +    if (direntry == NULL) {
    +        return 0;
         }
     
    -  strncpy((*ctx)->entry_name, direntry->d_name, sizeof((*ctx)->entry_name) - 1);
    -  (*ctx)->entry_name[sizeof((*ctx)->entry_name) - 1] = '\0';
    -  return (*ctx)->entry_name;
    +    strncpy((*ctx)->entry_name, direntry->d_name,
    +            sizeof((*ctx)->entry_name) - 1);
    +    (*ctx)->entry_name[sizeof((*ctx)->entry_name) - 1] = '\0';
    +    return (*ctx)->entry_name;
     }
     
     int LP_find_file_end(LP_DIR_CTX **ctx)
     {
    -  if (ctx != NULL && *ctx != NULL)
    -    {
    -      int ret = closedir((*ctx)->dir);
    +    if (ctx != NULL && *ctx != NULL) {
    +        int ret = closedir((*ctx)->dir);
     
    -      free(*ctx);
    -      switch (ret)
    -	{
    -	case 0:
    -	  return 1;
    -	case -1:
    -	  return 0;
    -	default:
    -	  break;
    -	}
    +        free(*ctx);
    +        switch (ret) {
    +        case 0:
    +            return 1;
    +        case -1:
    +            return 0;
    +        default:
    +            break;
    +        }
         }
    -  errno = EINVAL;
    -  return 0;
    +    errno = EINVAL;
    +    return 0;
     }
    diff --git a/openssl/crypto/LPdir_vms.c b/openssl/crypto/LPdir_vms.c
    index 3582fa6f0..88c7ddd85 100644
    --- a/openssl/crypto/LPdir_vms.c
    +++ b/openssl/crypto/LPdir_vms.c
    @@ -10,7 +10,7 @@
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in the
      *    documentation and/or other materials provided with the distribution.
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
      * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
      * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    @@ -37,175 +37,159 @@
     #include 
     #include 
     #ifndef LPDIR_H
    -#include "LPdir.h"
    +# include "LPdir.h"
     #endif
     #include "vms_rms.h"
     
     /* Some compiler options hide EVMSERR. */
     #ifndef EVMSERR
    -# define EVMSERR	65535  /* error for non-translatable VMS errors */
    +# define EVMSERR        65535   /* error for non-translatable VMS errors */
     #endif
     
    -struct LP_dir_context_st
    -{
    -  unsigned long VMS_context;
    -  char filespec[ NAMX_MAXRSS+ 1];
    -  char result[ NAMX_MAXRSS+ 1];
    -  struct dsc$descriptor_d filespec_dsc;
    -  struct dsc$descriptor_d result_dsc;
    +struct LP_dir_context_st {
    +    unsigned long VMS_context;
    +    char filespec[NAMX_MAXRSS + 1];
    +    char result[NAMX_MAXRSS + 1];
    +    struct dsc$descriptor_d filespec_dsc;
    +    struct dsc$descriptor_d result_dsc;
     };
     
     const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory)
     {
    -  int status;
    -  char *p, *r;
    -  size_t l;
    -  unsigned long flags = 0;
    +    int status;
    +    char *p, *r;
    +    size_t l;
    +    unsigned long flags = 0;
     
     /* Arrange 32-bit pointer to (copied) string storage, if needed. */
     #if __INITIAL_POINTER_SIZE == 64
     # pragma pointer_size save
     # pragma pointer_size 32
    -        char *ctx_filespec_32p;
    +    char *ctx_filespec_32p;
     # pragma pointer_size restore
    -        char ctx_filespec_32[ NAMX_MAXRSS+ 1];
    -#endif /* __INITIAL_POINTER_SIZE == 64 */
    +    char ctx_filespec_32[NAMX_MAXRSS + 1];
    +#endif                          /* __INITIAL_POINTER_SIZE == 64 */
     
     #ifdef NAML$C_MAXRSS
    -  flags |= LIB$M_FIL_LONG_NAMES;
    +    flags |= LIB$M_FIL_LONG_NAMES;
     #endif
     
    -  if (ctx == NULL || directory == NULL)
    -    {
    -      errno = EINVAL;
    -      return 0;
    +    if (ctx == NULL || directory == NULL) {
    +        errno = EINVAL;
    +        return 0;
         }
     
    -  errno = 0;
    -  if (*ctx == NULL)
    -    {
    -      size_t filespeclen = strlen(directory);
    -      char *filespec = NULL;
    -
    -      if (filespeclen == 0)
    -	{
    -	  errno = ENOENT;
    -	  return 0;
    -	}
    -
    -      /* MUST be a VMS directory specification!  Let's estimate if it is. */
    -      if (directory[filespeclen-1] != ']'
    -	  && directory[filespeclen-1] != '>'
    -	  && directory[filespeclen-1] != ':')
    -	{
    -	  errno = EINVAL;
    -	  return 0;
    -	}
    -
    -      filespeclen += 4;		/* "*.*;" */
    -
    -      if (filespeclen > NAMX_MAXRSS)
    -	{
    -	  errno = ENAMETOOLONG;
    -	  return 0;
    -	}
    -
    -      *ctx = (LP_DIR_CTX *)malloc(sizeof(LP_DIR_CTX));
    -      if (*ctx == NULL)
    -	{
    -	  errno = ENOMEM;
    -	  return 0;
    -	}
    -      memset(*ctx, '\0', sizeof(LP_DIR_CTX));
    -
    -      strcpy((*ctx)->filespec,directory);
    -      strcat((*ctx)->filespec,"*.*;");
    +    errno = 0;
    +    if (*ctx == NULL) {
    +        size_t filespeclen = strlen(directory);
    +        char *filespec = NULL;
    +
    +        if (filespeclen == 0) {
    +            errno = ENOENT;
    +            return 0;
    +        }
    +
    +        /* MUST be a VMS directory specification!  Let's estimate if it is. */
    +        if (directory[filespeclen - 1] != ']'
    +            && directory[filespeclen - 1] != '>'
    +            && directory[filespeclen - 1] != ':') {
    +            errno = EINVAL;
    +            return 0;
    +        }
    +
    +        filespeclen += 4;       /* "*.*;" */
    +
    +        if (filespeclen > NAMX_MAXRSS) {
    +            errno = ENAMETOOLONG;
    +            return 0;
    +        }
    +
    +        *ctx = (LP_DIR_CTX *)malloc(sizeof(LP_DIR_CTX));
    +        if (*ctx == NULL) {
    +            errno = ENOMEM;
    +            return 0;
    +        }
    +        memset(*ctx, '\0', sizeof(LP_DIR_CTX));
    +
    +        strcpy((*ctx)->filespec, directory);
    +        strcat((*ctx)->filespec, "*.*;");
     
     /* Arrange 32-bit pointer to (copied) string storage, if needed. */
     #if __INITIAL_POINTER_SIZE == 64
     # define CTX_FILESPEC ctx_filespec_32p
             /* Copy the file name to storage with a 32-bit pointer. */
             ctx_filespec_32p = ctx_filespec_32;
    -        strcpy( ctx_filespec_32p, (*ctx)->filespec);
    -#else /* __INITIAL_POINTER_SIZE == 64 */
    +        strcpy(ctx_filespec_32p, (*ctx)->filespec);
    +#else                           /* __INITIAL_POINTER_SIZE == 64 */
     # define CTX_FILESPEC (*ctx)->filespec
    -#endif /* __INITIAL_POINTER_SIZE == 64 [else] */
    +#endif                          /* __INITIAL_POINTER_SIZE == 64 [else] */
     
    -      (*ctx)->filespec_dsc.dsc$w_length = filespeclen;
    -      (*ctx)->filespec_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
    -      (*ctx)->filespec_dsc.dsc$b_class = DSC$K_CLASS_S;
    -      (*ctx)->filespec_dsc.dsc$a_pointer = CTX_FILESPEC;
    +        (*ctx)->filespec_dsc.dsc$w_length = filespeclen;
    +        (*ctx)->filespec_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
    +        (*ctx)->filespec_dsc.dsc$b_class = DSC$K_CLASS_S;
    +        (*ctx)->filespec_dsc.dsc$a_pointer = CTX_FILESPEC;
         }
     
    -  (*ctx)->result_dsc.dsc$w_length = 0;
    -  (*ctx)->result_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
    -  (*ctx)->result_dsc.dsc$b_class = DSC$K_CLASS_D;
    -  (*ctx)->result_dsc.dsc$a_pointer = 0;
    +    (*ctx)->result_dsc.dsc$w_length = 0;
    +    (*ctx)->result_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
    +    (*ctx)->result_dsc.dsc$b_class = DSC$K_CLASS_D;
    +    (*ctx)->result_dsc.dsc$a_pointer = 0;
     
    -  status = lib$find_file(&(*ctx)->filespec_dsc, &(*ctx)->result_dsc,
    -			 &(*ctx)->VMS_context, 0, 0, 0, &flags);
    +    status = lib$find_file(&(*ctx)->filespec_dsc, &(*ctx)->result_dsc,
    +                           &(*ctx)->VMS_context, 0, 0, 0, &flags);
     
    -  if (status == RMS$_NMF)
    -    {
    -      errno = 0;
    -      vaxc$errno = status;
    -      return NULL;
    +    if (status == RMS$_NMF) {
    +        errno = 0;
    +        vaxc$errno = status;
    +        return NULL;
         }
     
    -  if(!$VMS_STATUS_SUCCESS(status))
    -    {
    -      errno = EVMSERR;
    -      vaxc$errno = status;
    -      return NULL;
    +    if (!$VMS_STATUS_SUCCESS(status)) {
    +        errno = EVMSERR;
    +        vaxc$errno = status;
    +        return NULL;
         }
     
    -  /* Quick, cheap and dirty way to discard any device and directory,
    -     since we only want file names */
    -  l = (*ctx)->result_dsc.dsc$w_length;
    -  p = (*ctx)->result_dsc.dsc$a_pointer;
    -  r = p;
    -  for (; *p; p++)
    -    {
    -      if (*p == '^' && p[1] != '\0') /* Take care of ODS-5 escapes */
    -	{
    -	  p++;
    -	}
    -      else if (*p == ':' || *p == '>' || *p == ']')
    -	{
    -	  l -= p + 1 - r;
    -	  r = p + 1;
    -	}
    -      else if (*p == ';')
    -	{
    -	  l = p - r;
    -	  break;
    -	}
    +    /*
    +     * Quick, cheap and dirty way to discard any device and directory, since
    +     * we only want file names
    +     */
    +    l = (*ctx)->result_dsc.dsc$w_length;
    +    p = (*ctx)->result_dsc.dsc$a_pointer;
    +    r = p;
    +    for (; *p; p++) {
    +        if (*p == '^' && p[1] != '\0') { /* Take care of ODS-5 escapes */
    +            p++;
    +        } else if (*p == ':' || *p == '>' || *p == ']') {
    +            l -= p + 1 - r;
    +            r = p + 1;
    +        } else if (*p == ';') {
    +            l = p - r;
    +            break;
    +        }
         }
     
    -  strncpy((*ctx)->result, r, l);
    -  (*ctx)->result[l] = '\0';
    -  str$free1_dx(&(*ctx)->result_dsc);
    +    strncpy((*ctx)->result, r, l);
    +    (*ctx)->result[l] = '\0';
    +    str$free1_dx(&(*ctx)->result_dsc);
     
    -  return (*ctx)->result;
    +    return (*ctx)->result;
     }
     
     int LP_find_file_end(LP_DIR_CTX **ctx)
     {
    -  if (ctx != NULL && *ctx != NULL)
    -    {
    -      int status = lib$find_file_end(&(*ctx)->VMS_context);
    -
    -      free(*ctx);
    -
    -      if(!$VMS_STATUS_SUCCESS(status))
    -	{
    -	  errno = EVMSERR;
    -	  vaxc$errno = status;
    -	  return 0;
    -	}
    -      return 1;
    +    if (ctx != NULL && *ctx != NULL) {
    +        int status = lib$find_file_end(&(*ctx)->VMS_context);
    +
    +        free(*ctx);
    +
    +        if (!$VMS_STATUS_SUCCESS(status)) {
    +            errno = EVMSERR;
    +            vaxc$errno = status;
    +            return 0;
    +        }
    +        return 1;
         }
    -  errno = EINVAL;
    -  return 0;
    +    errno = EINVAL;
    +    return 0;
     }
    -
    diff --git a/openssl/crypto/LPdir_win.c b/openssl/crypto/LPdir_win.c
    index d5b5e2c90..07e63fb42 100644
    --- a/openssl/crypto/LPdir_win.c
    +++ b/openssl/crypto/LPdir_win.c
    @@ -10,7 +10,7 @@
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in the
      *    documentation and/or other materials provided with the distribution.
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
      * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
      * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    @@ -26,162 +26,145 @@
     #include 
     #include 
     #ifndef LPDIR_H
    -#include "LPdir.h"
    +# include "LPdir.h"
     #endif
     
    -/* We're most likely overcautious here, but let's reserve for
    -    broken WinCE headers and explicitly opt for UNICODE call.
    -    Keep in mind that our WinCE builds are compiled with -DUNICODE
    -    [as well as -D_UNICODE]. */
    +/*
    + * We're most likely overcautious here, but let's reserve for broken WinCE
    + * headers and explicitly opt for UNICODE call. Keep in mind that our WinCE
    + * builds are compiled with -DUNICODE [as well as -D_UNICODE].
    + */
     #if defined(LP_SYS_WINCE) && !defined(FindFirstFile)
     # define FindFirstFile FindFirstFileW
     #endif
    -#if defined(LP_SYS_WINCE) && !defined(FindFirstFile)
    +#if defined(LP_SYS_WINCE) && !defined(FindNextFile)
     # define FindNextFile FindNextFileW
     #endif
     
     #ifndef NAME_MAX
    -#define NAME_MAX 255
    +# define NAME_MAX 255
     #endif
     
    -struct LP_dir_context_st
    -{
    -  WIN32_FIND_DATA ctx;
    -  HANDLE handle;
    -  char entry_name[NAME_MAX+1];
    +struct LP_dir_context_st {
    +    WIN32_FIND_DATA ctx;
    +    HANDLE handle;
    +    char entry_name[NAME_MAX + 1];
     };
     
     const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory)
     {
    -  if (ctx == NULL || directory == NULL)
    -    {
    -      errno = EINVAL;
    -      return 0;
    +    if (ctx == NULL || directory == NULL) {
    +        errno = EINVAL;
    +        return 0;
         }
     
    -  errno = 0;
    -  if (*ctx == NULL)
    -    {
    -      const char *extdir = directory;
    -      char *extdirbuf = NULL;
    -      size_t dirlen = strlen (directory);
    -
    -      if (dirlen == 0)
    -	{
    -	  errno = ENOENT;
    -	  return 0;
    -	}
    -
    -      *ctx = (LP_DIR_CTX *)malloc(sizeof(LP_DIR_CTX));
    -      if (*ctx == NULL)
    -	{
    -	  errno = ENOMEM;
    -	  return 0;
    -	}
    -      memset(*ctx, '\0', sizeof(LP_DIR_CTX));
    -
    -      if (directory[dirlen-1] != '*')
    -	{
    -	  extdirbuf = (char *)malloc(dirlen + 3);
    -	  if (extdirbuf == NULL)
    -	    {
    -	      free(*ctx);
    -	      *ctx = NULL;
    -	      errno = ENOMEM;
    -	      return 0;
    -	    }
    -	  if (directory[dirlen-1] != '/' && directory[dirlen-1] != '\\')
    -	    extdir = strcat(strcpy (extdirbuf,directory),"/*");
    -	  else
    -	    extdir = strcat(strcpy (extdirbuf,directory),"*");
    -	}
    -
    -      if (sizeof(TCHAR) != sizeof(char))
    -	{
    -	  TCHAR *wdir = NULL;
    -	  /* len_0 denotes string length *with* trailing 0 */ 
    -	  size_t index = 0,len_0 = strlen(extdir) + 1;
    -
    -	  wdir = (TCHAR *)calloc(len_0, sizeof(TCHAR));
    -	  if (wdir == NULL)
    -	    {
    -	      if (extdirbuf != NULL)
    -		{
    -		  free (extdirbuf);
    -		}
    -	      free(*ctx);
    -	      *ctx = NULL;
    -	      errno = ENOMEM;
    -	      return 0;
    -	    }
    -
    +    errno = 0;
    +    if (*ctx == NULL) {
    +        const char *extdir = directory;
    +        char *extdirbuf = NULL;
    +        size_t dirlen = strlen(directory);
    +
    +        if (dirlen == 0) {
    +            errno = ENOENT;
    +            return 0;
    +        }
    +
    +        *ctx = (LP_DIR_CTX *)malloc(sizeof(LP_DIR_CTX));
    +        if (*ctx == NULL) {
    +            errno = ENOMEM;
    +            return 0;
    +        }
    +        memset(*ctx, '\0', sizeof(LP_DIR_CTX));
    +
    +        if (directory[dirlen - 1] != '*') {
    +            extdirbuf = (char *)malloc(dirlen + 3);
    +            if (extdirbuf == NULL) {
    +                free(*ctx);
    +                *ctx = NULL;
    +                errno = ENOMEM;
    +                return 0;
    +            }
    +            if (directory[dirlen - 1] != '/' && directory[dirlen - 1] != '\\')
    +                extdir = strcat(strcpy(extdirbuf, directory), "/*");
    +            else
    +                extdir = strcat(strcpy(extdirbuf, directory), "*");
    +        }
    +
    +        if (sizeof(TCHAR) != sizeof(char)) {
    +            TCHAR *wdir = NULL;
    +            /* len_0 denotes string length *with* trailing 0 */
    +            size_t index = 0, len_0 = strlen(extdir) + 1;
    +
    +            wdir = (TCHAR *)calloc(len_0, sizeof(TCHAR));
    +            if (wdir == NULL) {
    +                if (extdirbuf != NULL) {
    +                    free(extdirbuf);
    +                }
    +                free(*ctx);
    +                *ctx = NULL;
    +                errno = ENOMEM;
    +                return 0;
    +            }
     #ifdef LP_MULTIBYTE_AVAILABLE
    -	  if (!MultiByteToWideChar(CP_ACP, 0, extdir, len_0, (WCHAR *)wdir, len_0))
    +            if (!MultiByteToWideChar
    +                (CP_ACP, 0, extdir, len_0, (WCHAR *)wdir, len_0))
     #endif
    -	    for (index = 0; index < len_0; index++)
    -	      wdir[index] = (TCHAR)extdir[index];
    -
    -	  (*ctx)->handle = FindFirstFile(wdir, &(*ctx)->ctx);
    -
    -	  free(wdir);
    -	}
    -      else
    -	{
    -	  (*ctx)->handle = FindFirstFile((TCHAR *)extdir, &(*ctx)->ctx);
    -	}
    -      if (extdirbuf != NULL)
    -	{
    -	  free (extdirbuf);
    -	}
    -
    -      if ((*ctx)->handle == INVALID_HANDLE_VALUE)
    -	{
    -	  free(*ctx);
    -	  *ctx = NULL;
    -	  errno = EINVAL;
    -	  return 0;
    -	}
    +                for (index = 0; index < len_0; index++)
    +                    wdir[index] = (TCHAR)extdir[index];
    +
    +            (*ctx)->handle = FindFirstFile(wdir, &(*ctx)->ctx);
    +
    +            free(wdir);
    +        } else {
    +            (*ctx)->handle = FindFirstFile((TCHAR *)extdir, &(*ctx)->ctx);
    +        }
    +        if (extdirbuf != NULL) {
    +            free(extdirbuf);
    +        }
    +
    +        if ((*ctx)->handle == INVALID_HANDLE_VALUE) {
    +            free(*ctx);
    +            *ctx = NULL;
    +            errno = EINVAL;
    +            return 0;
    +        }
    +    } else {
    +        if (FindNextFile((*ctx)->handle, &(*ctx)->ctx) == FALSE) {
    +            return 0;
    +        }
         }
    -  else
    -    {
    -      if (FindNextFile((*ctx)->handle, &(*ctx)->ctx) == FALSE)
    -	{
    -	  return 0;
    -	}
    -    }
    -  if (sizeof(TCHAR) != sizeof(char))
    -    {
    -      TCHAR *wdir = (*ctx)->ctx.cFileName;
    -      size_t index, len_0 = 0;
    +    if (sizeof(TCHAR) != sizeof(char)) {
    +        TCHAR *wdir = (*ctx)->ctx.cFileName;
    +        size_t index, len_0 = 0;
     
    -      while (wdir[len_0] && len_0 < (sizeof((*ctx)->entry_name) - 1)) len_0++;
    -      len_0++;
    +        while (wdir[len_0] && len_0 < (sizeof((*ctx)->entry_name) - 1))
    +            len_0++;
    +        len_0++;
     
     #ifdef LP_MULTIBYTE_AVAILABLE
    -      if (!WideCharToMultiByte(CP_ACP, 0, (WCHAR *)wdir, len_0, (*ctx)->entry_name,
    -			       sizeof((*ctx)->entry_name), NULL, 0))
    +        if (!WideCharToMultiByte
    +            (CP_ACP, 0, (WCHAR *)wdir, len_0, (*ctx)->entry_name,
    +             sizeof((*ctx)->entry_name), NULL, 0))
     #endif
    -	for (index = 0; index < len_0; index++)
    -	  (*ctx)->entry_name[index] = (char)wdir[index];
    -    }
    -  else
    -    strncpy((*ctx)->entry_name, (const char *)(*ctx)->ctx.cFileName,
    -	    sizeof((*ctx)->entry_name)-1);
    +            for (index = 0; index < len_0; index++)
    +                (*ctx)->entry_name[index] = (char)wdir[index];
    +    } else
    +        strncpy((*ctx)->entry_name, (const char *)(*ctx)->ctx.cFileName,
    +                sizeof((*ctx)->entry_name) - 1);
     
    -  (*ctx)->entry_name[sizeof((*ctx)->entry_name)-1] = '\0';
    +    (*ctx)->entry_name[sizeof((*ctx)->entry_name) - 1] = '\0';
     
    -  return (*ctx)->entry_name;
    +    return (*ctx)->entry_name;
     }
     
     int LP_find_file_end(LP_DIR_CTX **ctx)
     {
    -  if (ctx != NULL && *ctx != NULL)
    -    {
    -      FindClose((*ctx)->handle);
    -      free(*ctx);
    -      *ctx = NULL;
    -      return 1;
    +    if (ctx != NULL && *ctx != NULL) {
    +        FindClose((*ctx)->handle);
    +        free(*ctx);
    +        *ctx = NULL;
    +        return 1;
         }
    -  errno = EINVAL;
    -  return 0;
    +    errno = EINVAL;
    +    return 0;
     }
    diff --git a/openssl/crypto/LPdir_win32.c b/openssl/crypto/LPdir_win32.c
    index e39872da5..b1c983d87 100644
    --- a/openssl/crypto/LPdir_win32.c
    +++ b/openssl/crypto/LPdir_win32.c
    @@ -1,4 +1,7 @@
    -/* $LP: LPlib/source/LPdir_win32.c,v 1.3 2004/08/26 13:36:05 _cvs_levitte Exp $ */
    +/*
    + * $LP: LPlib/source/LPdir_win32.c,v 1.3 2004/08/26 13:36:05 _cvs_levitte Exp
    + * $
    + */
     /*
      * Copyright (c) 2004, Richard Levitte 
      * All rights reserved.
    @@ -11,7 +14,7 @@
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in the
      *    documentation and/or other materials provided with the distribution.
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
      * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
      * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    diff --git a/openssl/crypto/LPdir_wince.c b/openssl/crypto/LPdir_wince.c
    index ab0e1e6f4..ae8a56f4b 100644
    --- a/openssl/crypto/LPdir_wince.c
    +++ b/openssl/crypto/LPdir_wince.c
    @@ -1,4 +1,7 @@
    -/* $LP: LPlib/source/LPdir_wince.c,v 1.3 2004/08/26 13:36:05 _cvs_levitte Exp $ */
    +/*
    + * $LP: LPlib/source/LPdir_wince.c,v 1.3 2004/08/26 13:36:05 _cvs_levitte Exp
    + * $
    + */
     /*
      * Copyright (c) 2004, Richard Levitte 
      * All rights reserved.
    @@ -11,7 +14,7 @@
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in the
      *    documentation and/or other materials provided with the distribution.
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
      * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
      * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    @@ -26,6 +29,8 @@
      */
     
     #define LP_SYS_WINCE
    -/* We might want to define LP_MULTIBYTE_AVAILABLE here.  It's currently
    -   under investigation what the exact conditions would be */
    +/*
    + * We might want to define LP_MULTIBYTE_AVAILABLE here.  It's currently under
    + * investigation what the exact conditions would be
    + */
     #include "LPdir_win.c"
    diff --git a/openssl/crypto/Makefile b/openssl/crypto/Makefile
    index ee5bfbda8..9a39e934a 100644
    --- a/openssl/crypto/Makefile
    +++ b/openssl/crypto/Makefile
    @@ -55,12 +55,7 @@ top:
     all: shared
     
     buildinf.h: ../Makefile
    -	( echo "#ifndef MK1MF_BUILD"; \
    -	echo '  /* auto-generated by crypto/Makefile for crypto/cversion.c */'; \
    -	echo '  #define CFLAGS "$(CC) $(CFLAG)"'; \
    -	echo '  #define PLATFORM "$(PLATFORM)"'; \
    -	echo "  #define DATE \"`LC_ALL=C LC_TIME=C date`\""; \
    -	echo '#endif' ) >buildinf.h
    +	$(PERL) $(TOP)/util/mkbuildinf.pl "$(CC) $(CFLAGS)" "$(PLATFORM)" >buildinf.h
     
     x86cpuid.s:	x86cpuid.pl perlasm/x86asm.pl
     	$(PERL) x86cpuid.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
    @@ -79,9 +74,9 @@ ia64cpuid.s: ia64cpuid.S;	$(CC) $(CFLAGS) -E ia64cpuid.S > $@
     ppccpuid.s:	ppccpuid.pl;	$(PERL) ppccpuid.pl $(PERLASM_SCHEME) $@
     pariscid.s:	pariscid.pl;	$(PERL) pariscid.pl $(PERLASM_SCHEME) $@
     alphacpuid.s:	alphacpuid.pl
    -	(preproc=/tmp/$$$$.$@; trap "rm $$preproc" INT; \
    +	(preproc=$$$$.$@.S; trap "rm $$preproc" INT; \
     	$(PERL) alphacpuid.pl > $$preproc && \
    -	$(CC) -E $$preproc > $@ && rm $$preproc)
    +	$(CC) -E -P $$preproc > $@ && rm $$preproc)
     
     testapps:
     	[ -z "$(THIS)" ] || (	if echo $(SDIRS) | fgrep ' des '; \
    @@ -93,7 +88,7 @@ subdirs:
     	@target=all; $(RECURSIVE_MAKE)
     
     files:
    -	$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
    +	$(PERL) $(TOP)/util/files.pl "CPUID_OBJ=$(CPUID_OBJ)" Makefile >> $(TOP)/MINFO
     	@target=files; $(RECURSIVE_MAKE)
     
     links:
    @@ -107,7 +102,7 @@ lib:	$(LIB)
     	@touch lib
     $(LIB):	$(LIBOBJ)
     	$(AR) $(LIB) $(LIBOBJ)
    -	[ -z "$(FIPSLIBDIR)" ] || $(AR) $(LIB) $(FIPSLIBDIR)fipscanister.o
    +	test -z "$(FIPSLIBDIR)" || $(AR) $(LIB) $(FIPSLIBDIR)fipscanister.o
     	$(RANLIB) $(LIB) || echo Never mind.
     
     shared: buildinf.h lib subdirs
    diff --git a/openssl/crypto/aes/Makefile b/openssl/crypto/aes/Makefile
    index 45ede0a0b..709b1af39 100644
    --- a/openssl/crypto/aes/Makefile
    +++ b/openssl/crypto/aes/Makefile
    @@ -65,12 +65,22 @@ aesni-x86_64.s: asm/aesni-x86_64.pl
     	$(PERL) asm/aesni-x86_64.pl $(PERLASM_SCHEME) > $@
     aesni-sha1-x86_64.s:	asm/aesni-sha1-x86_64.pl
     	$(PERL) asm/aesni-sha1-x86_64.pl $(PERLASM_SCHEME) > $@
    +aesni-sha256-x86_64.s:	asm/aesni-sha256-x86_64.pl
    +	$(PERL) asm/aesni-sha256-x86_64.pl $(PERLASM_SCHEME) > $@
    +aesni-mb-x86_64.s:	asm/aesni-mb-x86_64.pl
    +	$(PERL) asm/aesni-mb-x86_64.pl $(PERLASM_SCHEME) > $@
     
     aes-sparcv9.s: asm/aes-sparcv9.pl
     	$(PERL) asm/aes-sparcv9.pl $(CFLAGS) > $@
    +aest4-sparcv9.s: asm/aest4-sparcv9.pl
    +	$(PERL) asm/aest4-sparcv9.pl $(CFLAGS) > $@
     
     aes-ppc.s:	asm/aes-ppc.pl
     	$(PERL) asm/aes-ppc.pl $(PERLASM_SCHEME) $@
    +vpaes-ppc.s:	asm/vpaes-ppc.pl
    +	$(PERL) asm/vpaes-ppc.pl $(PERLASM_SCHEME) $@
    +aesp8-ppc.s:	asm/aesp8-ppc.pl
    +	$(PERL) asm/aesp8-ppc.pl $(PERLASM_SCHEME) $@
     
     aes-parisc.s:	asm/aes-parisc.pl
     	$(PERL) asm/aes-parisc.pl $(PERLASM_SCHEME) $@
    @@ -78,12 +88,18 @@ aes-parisc.s:	asm/aes-parisc.pl
     aes-mips.S:	asm/aes-mips.pl
     	$(PERL) asm/aes-mips.pl $(PERLASM_SCHEME) $@
     
    +aesv8-armx.S:	asm/aesv8-armx.pl
    +	$(PERL) asm/aesv8-armx.pl $(PERLASM_SCHEME) $@
    +aesv8-armx.o:	aesv8-armx.S
    +
     # GNU make "catch all"
     aes-%.S:	asm/aes-%.pl;	$(PERL) $< $(PERLASM_SCHEME) > $@
     aes-armv4.o:	aes-armv4.S
    +bsaes-%.S:	asm/bsaes-%.pl;	$(PERL) $< $(PERLASM_SCHEME) $@
    +bsaes-armv7.o:	bsaes-armv7.S
     
     files:
    -	$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
    +	$(PERL) $(TOP)/util/files.pl "AES_ENC=$(AES_ENC)" Makefile >> $(TOP)/MINFO
     
     links:
     	@$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
    @@ -147,7 +163,7 @@ aes_wrap.o: ../../e_os.h ../../include/openssl/aes.h
     aes_wrap.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
     aes_wrap.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
     aes_wrap.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
    -aes_wrap.o: ../../include/openssl/opensslconf.h
    +aes_wrap.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h
     aes_wrap.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
     aes_wrap.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
     aes_wrap.o: ../../include/openssl/symhacks.h ../cryptlib.h aes_wrap.c
    diff --git a/openssl/crypto/aes/aes.h b/openssl/crypto/aes/aes.h
    index 031abf01b..87bf60f6f 100644
    --- a/openssl/crypto/aes/aes.h
    +++ b/openssl/crypto/aes/aes.h
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -50,23 +50,25 @@
      */
     
     #ifndef HEADER_AES_H
    -#define HEADER_AES_H
    +# define HEADER_AES_H
     
    -#include 
    +# include 
     
    -#ifdef OPENSSL_NO_AES
    -#error AES is disabled.
    -#endif
    +# ifdef OPENSSL_NO_AES
    +#  error AES is disabled.
    +# endif
     
    -#include 
    +# include 
     
    -#define AES_ENCRYPT	1
    -#define AES_DECRYPT	0
    +# define AES_ENCRYPT     1
    +# define AES_DECRYPT     0
     
    -/* Because array size can't be a const in C, the following two are macros.
    -   Both sizes are in bytes. */
    -#define AES_MAXNR 14
    -#define AES_BLOCK_SIZE 16
    +/*
    + * Because array size can't be a const in C, the following two are macros.
    + * Both sizes are in bytes.
    + */
    +# define AES_MAXNR 14
    +# define AES_BLOCK_SIZE 16
     
     #ifdef  __cplusplus
     extern "C" {
    @@ -74,11 +76,11 @@ extern "C" {
     
     /* This should be a hidden type, but EVP requires that the size be known */
     struct aes_key_st {
    -#ifdef AES_LONG
    -    unsigned long rd_key[4 *(AES_MAXNR + 1)];
    -#else
    -    unsigned int rd_key[4 *(AES_MAXNR + 1)];
    -#endif
    +# ifdef AES_LONG
    +    unsigned long rd_key[4 * (AES_MAXNR + 1)];
    +# else
    +    unsigned int rd_key[4 * (AES_MAXNR + 1)];
    +# endif
         int rounds;
     };
     typedef struct aes_key_st AES_KEY;
    @@ -86,62 +88,62 @@ typedef struct aes_key_st AES_KEY;
     const char *AES_options(void);
     
     int AES_set_encrypt_key(const unsigned char *userKey, const int bits,
    -	AES_KEY *key);
    +                        AES_KEY *key);
     int AES_set_decrypt_key(const unsigned char *userKey, const int bits,
    -	AES_KEY *key);
    +                        AES_KEY *key);
     
     int private_AES_set_encrypt_key(const unsigned char *userKey, const int bits,
    -	AES_KEY *key);
    +                                AES_KEY *key);
     int private_AES_set_decrypt_key(const unsigned char *userKey, const int bits,
    -	AES_KEY *key);
    +                                AES_KEY *key);
     
     void AES_encrypt(const unsigned char *in, unsigned char *out,
    -	const AES_KEY *key);
    +                 const AES_KEY *key);
     void AES_decrypt(const unsigned char *in, unsigned char *out,
    -	const AES_KEY *key);
    +                 const AES_KEY *key);
     
     void AES_ecb_encrypt(const unsigned char *in, unsigned char *out,
    -	const AES_KEY *key, const int enc);
    +                     const AES_KEY *key, const int enc);
     void AES_cbc_encrypt(const unsigned char *in, unsigned char *out,
    -	size_t length, const AES_KEY *key,
    -	unsigned char *ivec, const int enc);
    +                     size_t length, const AES_KEY *key,
    +                     unsigned char *ivec, const int enc);
     void AES_cfb128_encrypt(const unsigned char *in, unsigned char *out,
    -	size_t length, const AES_KEY *key,
    -	unsigned char *ivec, int *num, const int enc);
    +                        size_t length, const AES_KEY *key,
    +                        unsigned char *ivec, int *num, const int enc);
     void AES_cfb1_encrypt(const unsigned char *in, unsigned char *out,
    -	size_t length, const AES_KEY *key,
    -	unsigned char *ivec, int *num, const int enc);
    +                      size_t length, const AES_KEY *key,
    +                      unsigned char *ivec, int *num, const int enc);
     void AES_cfb8_encrypt(const unsigned char *in, unsigned char *out,
    -	size_t length, const AES_KEY *key,
    -	unsigned char *ivec, int *num, const int enc);
    +                      size_t length, const AES_KEY *key,
    +                      unsigned char *ivec, int *num, const int enc);
     void AES_ofb128_encrypt(const unsigned char *in, unsigned char *out,
    -	size_t length, const AES_KEY *key,
    -	unsigned char *ivec, int *num);
    +                        size_t length, const AES_KEY *key,
    +                        unsigned char *ivec, int *num);
     void AES_ctr128_encrypt(const unsigned char *in, unsigned char *out,
    -	size_t length, const AES_KEY *key,
    -	unsigned char ivec[AES_BLOCK_SIZE],
    -	unsigned char ecount_buf[AES_BLOCK_SIZE],
    -	unsigned int *num);
    +                        size_t length, const AES_KEY *key,
    +                        unsigned char ivec[AES_BLOCK_SIZE],
    +                        unsigned char ecount_buf[AES_BLOCK_SIZE],
    +                        unsigned int *num);
     /* NB: the IV is _two_ blocks long */
     void AES_ige_encrypt(const unsigned char *in, unsigned char *out,
    -		     size_t length, const AES_KEY *key,
    -		     unsigned char *ivec, const int enc);
    +                     size_t length, const AES_KEY *key,
    +                     unsigned char *ivec, const int enc);
     /* NB: the IV is _four_ blocks long */
     void AES_bi_ige_encrypt(const unsigned char *in, unsigned char *out,
    -			size_t length, const AES_KEY *key,
    -			const AES_KEY *key2, const unsigned char *ivec,
    -			const int enc);
    +                        size_t length, const AES_KEY *key,
    +                        const AES_KEY *key2, const unsigned char *ivec,
    +                        const int enc);
     
     int AES_wrap_key(AES_KEY *key, const unsigned char *iv,
    -		unsigned char *out,
    -		const unsigned char *in, unsigned int inlen);
    +                 unsigned char *out,
    +                 const unsigned char *in, unsigned int inlen);
     int AES_unwrap_key(AES_KEY *key, const unsigned char *iv,
    -		unsigned char *out,
    -		const unsigned char *in, unsigned int inlen);
    +                   unsigned char *out,
    +                   const unsigned char *in, unsigned int inlen);
     
     
     #ifdef  __cplusplus
     }
     #endif
     
    -#endif /* !HEADER_AES_H */
    +#endif                          /* !HEADER_AES_H */
    diff --git a/openssl/crypto/aes/aes_cbc.c b/openssl/crypto/aes/aes_cbc.c
    index 227f75625..e39231f17 100644
    --- a/openssl/crypto/aes/aes_cbc.c
    +++ b/openssl/crypto/aes/aes_cbc.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,11 +53,14 @@
     #include 
     
     void AES_cbc_encrypt(const unsigned char *in, unsigned char *out,
    -		     size_t len, const AES_KEY *key,
    -		     unsigned char *ivec, const int enc) {
    +                     size_t len, const AES_KEY *key,
    +                     unsigned char *ivec, const int enc)
    +{
     
    -	if (enc)
    -		CRYPTO_cbc128_encrypt(in,out,len,key,ivec,(block128_f)AES_encrypt);
    -	else
    -		CRYPTO_cbc128_decrypt(in,out,len,key,ivec,(block128_f)AES_decrypt);
    +    if (enc)
    +        CRYPTO_cbc128_encrypt(in, out, len, key, ivec,
    +                              (block128_f) AES_encrypt);
    +    else
    +        CRYPTO_cbc128_decrypt(in, out, len, key, ivec,
    +                              (block128_f) AES_decrypt);
     }
    diff --git a/openssl/crypto/aes/aes_cfb.c b/openssl/crypto/aes/aes_cfb.c
    index 0c6d058ce..1c79ce2db 100644
    --- a/openssl/crypto/aes/aes_cfb.c
    +++ b/openssl/crypto/aes/aes_cfb.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -52,30 +52,34 @@
     #include 
     #include 
     
    -/* The input and output encrypted as though 128bit cfb mode is being
    - * used.  The extra state information to record how much of the
    - * 128bit block we have used is contained in *num;
    +/*
    + * The input and output encrypted as though 128bit cfb mode is being used.
    + * The extra state information to record how much of the 128bit block we have
    + * used is contained in *num;
      */
     
     void AES_cfb128_encrypt(const unsigned char *in, unsigned char *out,
    -	size_t length, const AES_KEY *key,
    -	unsigned char *ivec, int *num, const int enc) {
    +                        size_t length, const AES_KEY *key,
    +                        unsigned char *ivec, int *num, const int enc)
    +{
     
    -	CRYPTO_cfb128_encrypt(in,out,length,key,ivec,num,enc,(block128_f)AES_encrypt);
    +    CRYPTO_cfb128_encrypt(in, out, length, key, ivec, num, enc,
    +                          (block128_f) AES_encrypt);
     }
     
     /* N.B. This expects the input to be packed, MS bit first */
     void AES_cfb1_encrypt(const unsigned char *in, unsigned char *out,
    -		      size_t length, const AES_KEY *key,
    -		      unsigned char *ivec, int *num, const int enc)
    -    {
    -    CRYPTO_cfb128_1_encrypt(in,out,length,key,ivec,num,enc,(block128_f)AES_encrypt);
    -    }
    +                      size_t length, const AES_KEY *key,
    +                      unsigned char *ivec, int *num, const int enc)
    +{
    +    CRYPTO_cfb128_1_encrypt(in, out, length, key, ivec, num, enc,
    +                            (block128_f) AES_encrypt);
    +}
     
     void AES_cfb8_encrypt(const unsigned char *in, unsigned char *out,
    -		      size_t length, const AES_KEY *key,
    -		      unsigned char *ivec, int *num, const int enc)
    -    {
    -    CRYPTO_cfb128_8_encrypt(in,out,length,key,ivec,num,enc,(block128_f)AES_encrypt);
    -    }
    -
    +                      size_t length, const AES_KEY *key,
    +                      unsigned char *ivec, int *num, const int enc)
    +{
    +    CRYPTO_cfb128_8_encrypt(in, out, length, key, ivec, num, enc,
    +                            (block128_f) AES_encrypt);
    +}
    diff --git a/openssl/crypto/aes/aes_core.c b/openssl/crypto/aes/aes_core.c
    index 8f5210ac7..ff0d1643f 100644
    --- a/openssl/crypto/aes/aes_core.c
    +++ b/openssl/crypto/aes/aes_core.c
    @@ -40,7 +40,7 @@
     #include "aes_locl.h"
     
     #ifndef AES_ASM
    -/*
    +/*-
     Te0[x] = S [x].[02, 01, 01, 03];
     Te1[x] = S [x].[03, 02, 01, 01];
     Te2[x] = S [x].[01, 03, 02, 01];
    @@ -617,161 +617,163 @@ static const u8 Td4[256] = {
         0xe1U, 0x69U, 0x14U, 0x63U, 0x55U, 0x21U, 0x0cU, 0x7dU,
     };
     static const u32 rcon[] = {
    -	0x01000000, 0x02000000, 0x04000000, 0x08000000,
    -	0x10000000, 0x20000000, 0x40000000, 0x80000000,
    -	0x1B000000, 0x36000000, /* for 128-bit blocks, Rijndael never uses more than 10 rcon values */
    +    0x01000000, 0x02000000, 0x04000000, 0x08000000,
    +    0x10000000, 0x20000000, 0x40000000, 0x80000000,
    +    0x1B000000, 0x36000000, /* for 128-bit blocks, Rijndael never uses more than 10 rcon values */
     };
     
     /**
      * Expand the cipher key into the encryption key schedule.
      */
     int private_AES_set_encrypt_key(const unsigned char *userKey, const int bits,
    -			AES_KEY *key) {
    +                                AES_KEY *key)
    +{
     
    -	u32 *rk;
    -   	int i = 0;
    -	u32 temp;
    +    u32 *rk;
    +    int i = 0;
    +    u32 temp;
     
    -	if (!userKey || !key)
    -		return -1;
    -	if (bits != 128 && bits != 192 && bits != 256)
    -		return -2;
    +    if (!userKey || !key)
    +        return -1;
    +    if (bits != 128 && bits != 192 && bits != 256)
    +        return -2;
     
    -	rk = key->rd_key;
    +    rk = key->rd_key;
     
    -	if (bits==128)
    -		key->rounds = 10;
    -	else if (bits==192)
    -		key->rounds = 12;
    -	else
    -		key->rounds = 14;
    +    if (bits==128)
    +        key->rounds = 10;
    +    else if (bits==192)
    +        key->rounds = 12;
    +    else
    +        key->rounds = 14;
     
    -	rk[0] = GETU32(userKey     );
    -	rk[1] = GETU32(userKey +  4);
    -	rk[2] = GETU32(userKey +  8);
    -	rk[3] = GETU32(userKey + 12);
    -	if (bits == 128) {
    -		while (1) {
    -			temp  = rk[3];
    -			rk[4] = rk[0] ^
    -				(Te2[(temp >> 16) & 0xff] & 0xff000000) ^
    -				(Te3[(temp >>  8) & 0xff] & 0x00ff0000) ^
    -				(Te0[(temp      ) & 0xff] & 0x0000ff00) ^
    -				(Te1[(temp >> 24)       ] & 0x000000ff) ^
    -				rcon[i];
    -			rk[5] = rk[1] ^ rk[4];
    -			rk[6] = rk[2] ^ rk[5];
    -			rk[7] = rk[3] ^ rk[6];
    -			if (++i == 10) {
    -				return 0;
    -			}
    -			rk += 4;
    -		}
    -	}
    -	rk[4] = GETU32(userKey + 16);
    -	rk[5] = GETU32(userKey + 20);
    -	if (bits == 192) {
    -		while (1) {
    -			temp = rk[ 5];
    -			rk[ 6] = rk[ 0] ^
    -				(Te2[(temp >> 16) & 0xff] & 0xff000000) ^
    -				(Te3[(temp >>  8) & 0xff] & 0x00ff0000) ^
    -				(Te0[(temp      ) & 0xff] & 0x0000ff00) ^
    -				(Te1[(temp >> 24)       ] & 0x000000ff) ^
    -				rcon[i];
    -			rk[ 7] = rk[ 1] ^ rk[ 6];
    -			rk[ 8] = rk[ 2] ^ rk[ 7];
    -			rk[ 9] = rk[ 3] ^ rk[ 8];
    -			if (++i == 8) {
    -				return 0;
    -			}
    -			rk[10] = rk[ 4] ^ rk[ 9];
    -			rk[11] = rk[ 5] ^ rk[10];
    -			rk += 6;
    -		}
    -	}
    -	rk[6] = GETU32(userKey + 24);
    -	rk[7] = GETU32(userKey + 28);
    -	if (bits == 256) {
    -		while (1) {
    -			temp = rk[ 7];
    -			rk[ 8] = rk[ 0] ^
    -				(Te2[(temp >> 16) & 0xff] & 0xff000000) ^
    -				(Te3[(temp >>  8) & 0xff] & 0x00ff0000) ^
    -				(Te0[(temp      ) & 0xff] & 0x0000ff00) ^
    -				(Te1[(temp >> 24)       ] & 0x000000ff) ^
    -				rcon[i];
    -			rk[ 9] = rk[ 1] ^ rk[ 8];
    -			rk[10] = rk[ 2] ^ rk[ 9];
    -			rk[11] = rk[ 3] ^ rk[10];
    -			if (++i == 7) {
    -				return 0;
    -			}
    -			temp = rk[11];
    -			rk[12] = rk[ 4] ^
    -				(Te2[(temp >> 24)       ] & 0xff000000) ^
    -				(Te3[(temp >> 16) & 0xff] & 0x00ff0000) ^
    -				(Te0[(temp >>  8) & 0xff] & 0x0000ff00) ^
    -				(Te1[(temp      ) & 0xff] & 0x000000ff);
    -			rk[13] = rk[ 5] ^ rk[12];
    -			rk[14] = rk[ 6] ^ rk[13];
    -			rk[15] = rk[ 7] ^ rk[14];
    +    rk[0] = GETU32(userKey     );
    +    rk[1] = GETU32(userKey +  4);
    +    rk[2] = GETU32(userKey +  8);
    +    rk[3] = GETU32(userKey + 12);
    +    if (bits == 128) {
    +        while (1) {
    +            temp  = rk[3];
    +            rk[4] = rk[0] ^
    +                (Te2[(temp >> 16) & 0xff] & 0xff000000) ^
    +                (Te3[(temp >>  8) & 0xff] & 0x00ff0000) ^
    +                (Te0[(temp      ) & 0xff] & 0x0000ff00) ^
    +                (Te1[(temp >> 24)       ] & 0x000000ff) ^
    +                rcon[i];
    +            rk[5] = rk[1] ^ rk[4];
    +            rk[6] = rk[2] ^ rk[5];
    +            rk[7] = rk[3] ^ rk[6];
    +            if (++i == 10) {
    +                return 0;
    +            }
    +            rk += 4;
    +        }
    +    }
    +    rk[4] = GETU32(userKey + 16);
    +    rk[5] = GETU32(userKey + 20);
    +    if (bits == 192) {
    +        while (1) {
    +            temp = rk[ 5];
    +            rk[ 6] = rk[ 0] ^
    +                (Te2[(temp >> 16) & 0xff] & 0xff000000) ^
    +                (Te3[(temp >>  8) & 0xff] & 0x00ff0000) ^
    +                (Te0[(temp      ) & 0xff] & 0x0000ff00) ^
    +                (Te1[(temp >> 24)       ] & 0x000000ff) ^
    +                rcon[i];
    +            rk[ 7] = rk[ 1] ^ rk[ 6];
    +            rk[ 8] = rk[ 2] ^ rk[ 7];
    +            rk[ 9] = rk[ 3] ^ rk[ 8];
    +            if (++i == 8) {
    +                return 0;
    +            }
    +            rk[10] = rk[ 4] ^ rk[ 9];
    +            rk[11] = rk[ 5] ^ rk[10];
    +            rk += 6;
    +        }
    +    }
    +    rk[6] = GETU32(userKey + 24);
    +    rk[7] = GETU32(userKey + 28);
    +    if (bits == 256) {
    +        while (1) {
    +            temp = rk[ 7];
    +            rk[ 8] = rk[ 0] ^
    +                (Te2[(temp >> 16) & 0xff] & 0xff000000) ^
    +                (Te3[(temp >>  8) & 0xff] & 0x00ff0000) ^
    +                (Te0[(temp      ) & 0xff] & 0x0000ff00) ^
    +                (Te1[(temp >> 24)       ] & 0x000000ff) ^
    +                rcon[i];
    +            rk[ 9] = rk[ 1] ^ rk[ 8];
    +            rk[10] = rk[ 2] ^ rk[ 9];
    +            rk[11] = rk[ 3] ^ rk[10];
    +            if (++i == 7) {
    +                return 0;
    +            }
    +            temp = rk[11];
    +            rk[12] = rk[ 4] ^
    +                (Te2[(temp >> 24)       ] & 0xff000000) ^
    +                (Te3[(temp >> 16) & 0xff] & 0x00ff0000) ^
    +                (Te0[(temp >>  8) & 0xff] & 0x0000ff00) ^
    +                (Te1[(temp      ) & 0xff] & 0x000000ff);
    +            rk[13] = rk[ 5] ^ rk[12];
    +            rk[14] = rk[ 6] ^ rk[13];
    +            rk[15] = rk[ 7] ^ rk[14];
     
    -			rk += 8;
    -        	}
    -	}
    -	return 0;
    +            rk += 8;
    +            }
    +    }
    +    return 0;
     }
     
     /**
      * Expand the cipher key into the decryption key schedule.
      */
     int private_AES_set_decrypt_key(const unsigned char *userKey, const int bits,
    -			 AES_KEY *key) {
    +                                AES_KEY *key)
    +{
     
    -        u32 *rk;
    -	int i, j, status;
    -	u32 temp;
    +    u32 *rk;
    +    int i, j, status;
    +    u32 temp;
     
    -	/* first, start with an encryption schedule */
    -	status = private_AES_set_encrypt_key(userKey, bits, key);
    -	if (status < 0)
    -		return status;
    +    /* first, start with an encryption schedule */
    +    status = private_AES_set_encrypt_key(userKey, bits, key);
    +    if (status < 0)
    +        return status;
     
    -	rk = key->rd_key;
    +    rk = key->rd_key;
     
    -	/* invert the order of the round keys: */
    -	for (i = 0, j = 4*(key->rounds); i < j; i += 4, j -= 4) {
    -		temp = rk[i    ]; rk[i    ] = rk[j    ]; rk[j    ] = temp;
    -		temp = rk[i + 1]; rk[i + 1] = rk[j + 1]; rk[j + 1] = temp;
    -		temp = rk[i + 2]; rk[i + 2] = rk[j + 2]; rk[j + 2] = temp;
    -		temp = rk[i + 3]; rk[i + 3] = rk[j + 3]; rk[j + 3] = temp;
    -	}
    -	/* apply the inverse MixColumn transform to all round keys but the first and the last: */
    -	for (i = 1; i < (key->rounds); i++) {
    -		rk += 4;
    -		rk[0] =
    -			Td0[Te1[(rk[0] >> 24)       ] & 0xff] ^
    -			Td1[Te1[(rk[0] >> 16) & 0xff] & 0xff] ^
    -			Td2[Te1[(rk[0] >>  8) & 0xff] & 0xff] ^
    -			Td3[Te1[(rk[0]      ) & 0xff] & 0xff];
    -		rk[1] =
    -			Td0[Te1[(rk[1] >> 24)       ] & 0xff] ^
    -			Td1[Te1[(rk[1] >> 16) & 0xff] & 0xff] ^
    -			Td2[Te1[(rk[1] >>  8) & 0xff] & 0xff] ^
    -			Td3[Te1[(rk[1]      ) & 0xff] & 0xff];
    -		rk[2] =
    -			Td0[Te1[(rk[2] >> 24)       ] & 0xff] ^
    -			Td1[Te1[(rk[2] >> 16) & 0xff] & 0xff] ^
    -			Td2[Te1[(rk[2] >>  8) & 0xff] & 0xff] ^
    -			Td3[Te1[(rk[2]      ) & 0xff] & 0xff];
    -		rk[3] =
    -			Td0[Te1[(rk[3] >> 24)       ] & 0xff] ^
    -			Td1[Te1[(rk[3] >> 16) & 0xff] & 0xff] ^
    -			Td2[Te1[(rk[3] >>  8) & 0xff] & 0xff] ^
    -			Td3[Te1[(rk[3]      ) & 0xff] & 0xff];
    -	}
    -	return 0;
    +    /* invert the order of the round keys: */
    +    for (i = 0, j = 4*(key->rounds); i < j; i += 4, j -= 4) {
    +        temp = rk[i    ]; rk[i    ] = rk[j    ]; rk[j    ] = temp;
    +        temp = rk[i + 1]; rk[i + 1] = rk[j + 1]; rk[j + 1] = temp;
    +        temp = rk[i + 2]; rk[i + 2] = rk[j + 2]; rk[j + 2] = temp;
    +        temp = rk[i + 3]; rk[i + 3] = rk[j + 3]; rk[j + 3] = temp;
    +    }
    +    /* apply the inverse MixColumn transform to all round keys but the first and the last: */
    +    for (i = 1; i < (key->rounds); i++) {
    +        rk += 4;
    +        rk[0] =
    +            Td0[Te1[(rk[0] >> 24)       ] & 0xff] ^
    +            Td1[Te1[(rk[0] >> 16) & 0xff] & 0xff] ^
    +            Td2[Te1[(rk[0] >>  8) & 0xff] & 0xff] ^
    +            Td3[Te1[(rk[0]      ) & 0xff] & 0xff];
    +        rk[1] =
    +            Td0[Te1[(rk[1] >> 24)       ] & 0xff] ^
    +            Td1[Te1[(rk[1] >> 16) & 0xff] & 0xff] ^
    +            Td2[Te1[(rk[1] >>  8) & 0xff] & 0xff] ^
    +            Td3[Te1[(rk[1]      ) & 0xff] & 0xff];
    +        rk[2] =
    +            Td0[Te1[(rk[2] >> 24)       ] & 0xff] ^
    +            Td1[Te1[(rk[2] >> 16) & 0xff] & 0xff] ^
    +            Td2[Te1[(rk[2] >>  8) & 0xff] & 0xff] ^
    +            Td3[Te1[(rk[2]      ) & 0xff] & 0xff];
    +        rk[3] =
    +            Td0[Te1[(rk[3] >> 24)       ] & 0xff] ^
    +            Td1[Te1[(rk[3] >> 16) & 0xff] & 0xff] ^
    +            Td2[Te1[(rk[3] >>  8) & 0xff] & 0xff] ^
    +            Td3[Te1[(rk[3]      ) & 0xff] & 0xff];
    +    }
    +    return 0;
     }
     
     /*
    @@ -779,71 +781,71 @@ int private_AES_set_decrypt_key(const unsigned char *userKey, const int bits,
      * in and out can overlap
      */
     void AES_encrypt(const unsigned char *in, unsigned char *out,
    -		 const AES_KEY *key) {
    +                 const AES_KEY *key) {
     
    -	const u32 *rk;
    -	u32 s0, s1, s2, s3, t0, t1, t2, t3;
    +    const u32 *rk;
    +    u32 s0, s1, s2, s3, t0, t1, t2, t3;
     #ifndef FULL_UNROLL
    -	int r;
    +    int r;
     #endif /* ?FULL_UNROLL */
     
    -	assert(in && out && key);
    -	rk = key->rd_key;
    +    assert(in && out && key);
    +    rk = key->rd_key;
     
    -	/*
    -	 * map byte array block to cipher state
    -	 * and add initial round key:
    -	 */
    -	s0 = GETU32(in     ) ^ rk[0];
    -	s1 = GETU32(in +  4) ^ rk[1];
    -	s2 = GETU32(in +  8) ^ rk[2];
    -	s3 = GETU32(in + 12) ^ rk[3];
    +    /*
    +     * map byte array block to cipher state
    +     * and add initial round key:
    +     */
    +    s0 = GETU32(in     ) ^ rk[0];
    +    s1 = GETU32(in +  4) ^ rk[1];
    +    s2 = GETU32(in +  8) ^ rk[2];
    +    s3 = GETU32(in + 12) ^ rk[3];
     #ifdef FULL_UNROLL
    -	/* round 1: */
    -   	t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >>  8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4];
    -   	t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >>  8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5];
    -   	t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >>  8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6];
    -   	t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >>  8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7];
    -   	/* round 2: */
    -   	s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >>  8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8];
    -   	s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >>  8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9];
    -   	s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >>  8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10];
    -   	s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >>  8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[11];
    -	/* round 3: */
    -   	t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >>  8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[12];
    -   	t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >>  8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13];
    -   	t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >>  8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[14];
    -   	t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >>  8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[15];
    -   	/* round 4: */
    -   	s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >>  8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[16];
    -   	s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >>  8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[17];
    -   	s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >>  8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[18];
    -   	s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >>  8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[19];
    -	/* round 5: */
    -   	t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >>  8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[20];
    -   	t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >>  8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[21];
    -   	t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >>  8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[22];
    -   	t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >>  8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[23];
    -   	/* round 6: */
    -   	s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >>  8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[24];
    -   	s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >>  8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[25];
    -   	s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >>  8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[26];
    -   	s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >>  8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[27];
    -	/* round 7: */
    -   	t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >>  8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[28];
    -   	t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >>  8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[29];
    -   	t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >>  8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[30];
    -   	t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >>  8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[31];
    -   	/* round 8: */
    -   	s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >>  8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[32];
    -   	s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >>  8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[33];
    -   	s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >>  8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[34];
    -   	s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >>  8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[35];
    -	/* round 9: */
    -   	t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >>  8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[36];
    -   	t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >>  8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[37];
    -   	t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >>  8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[38];
    -   	t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >>  8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[39];
    +    /* round 1: */
    +    t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >>  8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4];
    +    t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >>  8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5];
    +    t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >>  8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6];
    +    t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >>  8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7];
    +    /* round 2: */
    +    s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >>  8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8];
    +    s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >>  8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9];
    +    s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >>  8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10];
    +    s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >>  8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[11];
    +    /* round 3: */
    +    t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >>  8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[12];
    +    t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >>  8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13];
    +    t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >>  8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[14];
    +    t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >>  8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[15];
    +    /* round 4: */
    +    s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >>  8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[16];
    +    s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >>  8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[17];
    +    s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >>  8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[18];
    +    s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >>  8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[19];
    +    /* round 5: */
    +    t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >>  8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[20];
    +    t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >>  8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[21];
    +    t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >>  8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[22];
    +    t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >>  8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[23];
    +    /* round 6: */
    +    s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >>  8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[24];
    +    s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >>  8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[25];
    +    s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >>  8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[26];
    +    s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >>  8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[27];
    +    /* round 7: */
    +    t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >>  8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[28];
    +    t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >>  8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[29];
    +    t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >>  8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[30];
    +    t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >>  8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[31];
    +    /* round 8: */
    +    s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >>  8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[32];
    +    s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >>  8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[33];
    +    s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >>  8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[34];
    +    s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >>  8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[35];
    +    /* round 9: */
    +    t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >>  8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[36];
    +    t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >>  8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[37];
    +    t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >>  8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[38];
    +    t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >>  8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[39];
         if (key->rounds > 10) {
             /* round 10: */
             s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >>  8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[40];
    @@ -932,37 +934,37 @@ void AES_encrypt(const unsigned char *in, unsigned char *out,
         }
     #endif /* ?FULL_UNROLL */
         /*
    -	 * apply last round and
    -	 * map cipher state to byte array block:
    -	 */
    -	s0 =
    -		(Te2[(t0 >> 24)       ] & 0xff000000) ^
    -		(Te3[(t1 >> 16) & 0xff] & 0x00ff0000) ^
    -		(Te0[(t2 >>  8) & 0xff] & 0x0000ff00) ^
    -		(Te1[(t3      ) & 0xff] & 0x000000ff) ^
    -		rk[0];
    -	PUTU32(out     , s0);
    -	s1 =
    -		(Te2[(t1 >> 24)       ] & 0xff000000) ^
    -		(Te3[(t2 >> 16) & 0xff] & 0x00ff0000) ^
    -		(Te0[(t3 >>  8) & 0xff] & 0x0000ff00) ^
    -		(Te1[(t0      ) & 0xff] & 0x000000ff) ^
    -		rk[1];
    -	PUTU32(out +  4, s1);
    -	s2 =
    -		(Te2[(t2 >> 24)       ] & 0xff000000) ^
    -		(Te3[(t3 >> 16) & 0xff] & 0x00ff0000) ^
    -		(Te0[(t0 >>  8) & 0xff] & 0x0000ff00) ^
    -		(Te1[(t1      ) & 0xff] & 0x000000ff) ^
    -		rk[2];
    -	PUTU32(out +  8, s2);
    -	s3 =
    -		(Te2[(t3 >> 24)       ] & 0xff000000) ^
    -		(Te3[(t0 >> 16) & 0xff] & 0x00ff0000) ^
    -		(Te0[(t1 >>  8) & 0xff] & 0x0000ff00) ^
    -		(Te1[(t2      ) & 0xff] & 0x000000ff) ^
    -		rk[3];
    -	PUTU32(out + 12, s3);
    +     * apply last round and
    +     * map cipher state to byte array block:
    +     */
    +    s0 =
    +        (Te2[(t0 >> 24)       ] & 0xff000000) ^
    +        (Te3[(t1 >> 16) & 0xff] & 0x00ff0000) ^
    +        (Te0[(t2 >>  8) & 0xff] & 0x0000ff00) ^
    +        (Te1[(t3      ) & 0xff] & 0x000000ff) ^
    +        rk[0];
    +    PUTU32(out     , s0);
    +    s1 =
    +        (Te2[(t1 >> 24)       ] & 0xff000000) ^
    +        (Te3[(t2 >> 16) & 0xff] & 0x00ff0000) ^
    +        (Te0[(t3 >>  8) & 0xff] & 0x0000ff00) ^
    +        (Te1[(t0      ) & 0xff] & 0x000000ff) ^
    +        rk[1];
    +    PUTU32(out +  4, s1);
    +    s2 =
    +        (Te2[(t2 >> 24)       ] & 0xff000000) ^
    +        (Te3[(t3 >> 16) & 0xff] & 0x00ff0000) ^
    +        (Te0[(t0 >>  8) & 0xff] & 0x0000ff00) ^
    +        (Te1[(t1      ) & 0xff] & 0x000000ff) ^
    +        rk[2];
    +    PUTU32(out +  8, s2);
    +    s3 =
    +        (Te2[(t3 >> 24)       ] & 0xff000000) ^
    +        (Te3[(t0 >> 16) & 0xff] & 0x00ff0000) ^
    +        (Te0[(t1 >>  8) & 0xff] & 0x0000ff00) ^
    +        (Te1[(t2      ) & 0xff] & 0x000000ff) ^
    +        rk[3];
    +    PUTU32(out + 12, s3);
     }
     
     /*
    @@ -970,21 +972,22 @@ void AES_encrypt(const unsigned char *in, unsigned char *out,
      * in and out can overlap
      */
     void AES_decrypt(const unsigned char *in, unsigned char *out,
    -		 const AES_KEY *key) {
    +                 const AES_KEY *key)
    +{
     
    -	const u32 *rk;
    -	u32 s0, s1, s2, s3, t0, t1, t2, t3;
    +    const u32 *rk;
    +    u32 s0, s1, s2, s3, t0, t1, t2, t3;
     #ifndef FULL_UNROLL
    -	int r;
    +    int r;
     #endif /* ?FULL_UNROLL */
     
    -	assert(in && out && key);
    -	rk = key->rd_key;
    +    assert(in && out && key);
    +    rk = key->rd_key;
     
    -	/*
    -	 * map byte array block to cipher state
    -	 * and add initial round key:
    -	 */
    +    /*
    +     * map byte array block to cipher state
    +     * and add initial round key:
    +     */
         s0 = GETU32(in     ) ^ rk[0];
         s1 = GETU32(in +  4) ^ rk[1];
         s2 = GETU32(in +  8) ^ rk[2];
    @@ -1059,7 +1062,7 @@ void AES_decrypt(const unsigned char *in, unsigned char *out,
                 t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >>  8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[55];
             }
         }
    -	rk += key->rounds << 2;
    +    rk += key->rounds << 2;
     #else  /* !FULL_UNROLL */
         /*
          * Nr - 1 full rounds:
    @@ -1123,37 +1126,37 @@ void AES_decrypt(const unsigned char *in, unsigned char *out,
         }
     #endif /* ?FULL_UNROLL */
         /*
    -	 * apply last round and
    -	 * map cipher state to byte array block:
    -	 */
    -   	s0 =
    -   		(Td4[(t0 >> 24)       ] << 24) ^
    -   		(Td4[(t3 >> 16) & 0xff] << 16) ^
    -   		(Td4[(t2 >>  8) & 0xff] <<  8) ^
    -   		(Td4[(t1      ) & 0xff])       ^
    -   		rk[0];
    -	PUTU32(out     , s0);
    -   	s1 =
    -   		(Td4[(t1 >> 24)       ] << 24) ^
    -   		(Td4[(t0 >> 16) & 0xff] << 16) ^
    -   		(Td4[(t3 >>  8) & 0xff] <<  8) ^
    -   		(Td4[(t2      ) & 0xff])       ^
    -   		rk[1];
    -	PUTU32(out +  4, s1);
    -   	s2 =
    -   		(Td4[(t2 >> 24)       ] << 24) ^
    -   		(Td4[(t1 >> 16) & 0xff] << 16) ^
    -   		(Td4[(t0 >>  8) & 0xff] <<  8) ^
    -   		(Td4[(t3      ) & 0xff])       ^
    -   		rk[2];
    -	PUTU32(out +  8, s2);
    -   	s3 =
    -   		(Td4[(t3 >> 24)       ] << 24) ^
    -   		(Td4[(t2 >> 16) & 0xff] << 16) ^
    -   		(Td4[(t1 >>  8) & 0xff] <<  8) ^
    -   		(Td4[(t0      ) & 0xff])       ^
    -   		rk[3];
    -	PUTU32(out + 12, s3);
    +     * apply last round and
    +     * map cipher state to byte array block:
    +     */
    +    s0 =
    +        (Td4[(t0 >> 24)       ] << 24) ^
    +        (Td4[(t3 >> 16) & 0xff] << 16) ^
    +        (Td4[(t2 >>  8) & 0xff] <<  8) ^
    +        (Td4[(t1      ) & 0xff])       ^
    +        rk[0];
    +    PUTU32(out     , s0);
    +    s1 =
    +        (Td4[(t1 >> 24)       ] << 24) ^
    +        (Td4[(t0 >> 16) & 0xff] << 16) ^
    +        (Td4[(t3 >>  8) & 0xff] <<  8) ^
    +        (Td4[(t2      ) & 0xff])       ^
    +        rk[1];
    +    PUTU32(out +  4, s1);
    +    s2 =
    +        (Td4[(t2 >> 24)       ] << 24) ^
    +        (Td4[(t1 >> 16) & 0xff] << 16) ^
    +        (Td4[(t0 >>  8) & 0xff] <<  8) ^
    +        (Td4[(t3      ) & 0xff])       ^
    +        rk[2];
    +    PUTU32(out +  8, s2);
    +    s3 =
    +        (Td4[(t3 >> 24)       ] << 24) ^
    +        (Td4[(t2 >> 16) & 0xff] << 16) ^
    +        (Td4[(t1 >>  8) & 0xff] <<  8) ^
    +        (Td4[(t0      ) & 0xff])       ^
    +        rk[3];
    +    PUTU32(out + 12, s3);
     }
     
     #else /* AES_ASM */
    @@ -1193,166 +1196,168 @@ static const u8 Te4[256] = {
         0x41U, 0x99U, 0x2dU, 0x0fU, 0xb0U, 0x54U, 0xbbU, 0x16U
     };
     static const u32 rcon[] = {
    -	0x01000000, 0x02000000, 0x04000000, 0x08000000,
    -	0x10000000, 0x20000000, 0x40000000, 0x80000000,
    -	0x1B000000, 0x36000000, /* for 128-bit blocks, Rijndael never uses more than 10 rcon values */
    +    0x01000000, 0x02000000, 0x04000000, 0x08000000,
    +    0x10000000, 0x20000000, 0x40000000, 0x80000000,
    +    0x1B000000, 0x36000000, /* for 128-bit blocks, Rijndael never uses more than 10 rcon values */
     };
     
     /**
      * Expand the cipher key into the encryption key schedule.
      */
     int private_AES_set_encrypt_key(const unsigned char *userKey, const int bits,
    -			AES_KEY *key) {
    -	u32 *rk;
    +                                AES_KEY *key)
    +{
    +    u32 *rk;
        	int i = 0;
    -	u32 temp;
    +    u32 temp;
     
    -	if (!userKey || !key)
    -		return -1;
    -	if (bits != 128 && bits != 192 && bits != 256)
    -		return -2;
    +    if (!userKey || !key)
    +        return -1;
    +    if (bits != 128 && bits != 192 && bits != 256)
    +        return -2;
     
    -	rk = key->rd_key;
    +    rk = key->rd_key;
     
    -	if (bits==128)
    -		key->rounds = 10;
    -	else if (bits==192)
    -		key->rounds = 12;
    -	else
    -		key->rounds = 14;
    +    if (bits==128)
    +        key->rounds = 10;
    +    else if (bits==192)
    +        key->rounds = 12;
    +    else
    +        key->rounds = 14;
     
    -	rk[0] = GETU32(userKey     );
    -	rk[1] = GETU32(userKey +  4);
    -	rk[2] = GETU32(userKey +  8);
    -	rk[3] = GETU32(userKey + 12);
    -	if (bits == 128) {
    -		while (1) {
    -			temp  = rk[3];
    -			rk[4] = rk[0] ^
    -				(Te4[(temp >> 16) & 0xff] << 24) ^
    -				(Te4[(temp >>  8) & 0xff] << 16) ^
    -				(Te4[(temp      ) & 0xff] << 8) ^
    -				(Te4[(temp >> 24)       ]) ^
    -				rcon[i];
    -			rk[5] = rk[1] ^ rk[4];
    -			rk[6] = rk[2] ^ rk[5];
    -			rk[7] = rk[3] ^ rk[6];
    -			if (++i == 10) {
    -				return 0;
    -			}
    -			rk += 4;
    -		}
    -	}
    -	rk[4] = GETU32(userKey + 16);
    -	rk[5] = GETU32(userKey + 20);
    -	if (bits == 192) {
    -		while (1) {
    -			temp = rk[ 5];
    -			rk[ 6] = rk[ 0] ^
    -				(Te4[(temp >> 16) & 0xff] << 24) ^
    -				(Te4[(temp >>  8) & 0xff] << 16) ^
    -				(Te4[(temp      ) & 0xff] << 8) ^
    -				(Te4[(temp >> 24)       ]) ^
    -				rcon[i];
    -			rk[ 7] = rk[ 1] ^ rk[ 6];
    -			rk[ 8] = rk[ 2] ^ rk[ 7];
    -			rk[ 9] = rk[ 3] ^ rk[ 8];
    -			if (++i == 8) {
    -				return 0;
    -			}
    -			rk[10] = rk[ 4] ^ rk[ 9];
    -			rk[11] = rk[ 5] ^ rk[10];
    -			rk += 6;
    -		}
    -	}
    -	rk[6] = GETU32(userKey + 24);
    -	rk[7] = GETU32(userKey + 28);
    -	if (bits == 256) {
    -		while (1) {
    -			temp = rk[ 7];
    -			rk[ 8] = rk[ 0] ^
    -				(Te4[(temp >> 16) & 0xff] << 24) ^
    -				(Te4[(temp >>  8) & 0xff] << 16) ^
    -				(Te4[(temp      ) & 0xff] << 8) ^
    -				(Te4[(temp >> 24)       ]) ^
    -				rcon[i];
    -			rk[ 9] = rk[ 1] ^ rk[ 8];
    -			rk[10] = rk[ 2] ^ rk[ 9];
    -			rk[11] = rk[ 3] ^ rk[10];
    -			if (++i == 7) {
    -				return 0;
    -			}
    -			temp = rk[11];
    -			rk[12] = rk[ 4] ^
    -				(Te4[(temp >> 24)       ] << 24) ^
    -				(Te4[(temp >> 16) & 0xff] << 16) ^
    -				(Te4[(temp >>  8) & 0xff] << 8) ^
    -				(Te4[(temp      ) & 0xff]);
    -			rk[13] = rk[ 5] ^ rk[12];
    -			rk[14] = rk[ 6] ^ rk[13];
    -			rk[15] = rk[ 7] ^ rk[14];
    +    rk[0] = GETU32(userKey     );
    +    rk[1] = GETU32(userKey +  4);
    +    rk[2] = GETU32(userKey +  8);
    +    rk[3] = GETU32(userKey + 12);
    +    if (bits == 128) {
    +        while (1) {
    +            temp  = rk[3];
    +            rk[4] = rk[0] ^
    +                (Te4[(temp >> 16) & 0xff] << 24) ^
    +                (Te4[(temp >>  8) & 0xff] << 16) ^
    +                (Te4[(temp      ) & 0xff] << 8) ^
    +                (Te4[(temp >> 24)       ]) ^
    +                rcon[i];
    +            rk[5] = rk[1] ^ rk[4];
    +            rk[6] = rk[2] ^ rk[5];
    +            rk[7] = rk[3] ^ rk[6];
    +            if (++i == 10) {
    +                return 0;
    +            }
    +            rk += 4;
    +        }
    +    }
    +    rk[4] = GETU32(userKey + 16);
    +    rk[5] = GETU32(userKey + 20);
    +    if (bits == 192) {
    +        while (1) {
    +            temp = rk[ 5];
    +            rk[ 6] = rk[ 0] ^
    +                (Te4[(temp >> 16) & 0xff] << 24) ^
    +                (Te4[(temp >>  8) & 0xff] << 16) ^
    +                (Te4[(temp      ) & 0xff] << 8) ^
    +                (Te4[(temp >> 24)       ]) ^
    +                rcon[i];
    +            rk[ 7] = rk[ 1] ^ rk[ 6];
    +            rk[ 8] = rk[ 2] ^ rk[ 7];
    +            rk[ 9] = rk[ 3] ^ rk[ 8];
    +            if (++i == 8) {
    +                return 0;
    +            }
    +            rk[10] = rk[ 4] ^ rk[ 9];
    +            rk[11] = rk[ 5] ^ rk[10];
    +            rk += 6;
    +        }
    +    }
    +    rk[6] = GETU32(userKey + 24);
    +    rk[7] = GETU32(userKey + 28);
    +    if (bits == 256) {
    +        while (1) {
    +            temp = rk[ 7];
    +            rk[ 8] = rk[ 0] ^
    +                (Te4[(temp >> 16) & 0xff] << 24) ^
    +                (Te4[(temp >>  8) & 0xff] << 16) ^
    +                (Te4[(temp      ) & 0xff] << 8) ^
    +                (Te4[(temp >> 24)       ]) ^
    +                rcon[i];
    +            rk[ 9] = rk[ 1] ^ rk[ 8];
    +            rk[10] = rk[ 2] ^ rk[ 9];
    +            rk[11] = rk[ 3] ^ rk[10];
    +            if (++i == 7) {
    +                return 0;
    +            }
    +            temp = rk[11];
    +            rk[12] = rk[ 4] ^
    +                (Te4[(temp >> 24)       ] << 24) ^
    +                (Te4[(temp >> 16) & 0xff] << 16) ^
    +                (Te4[(temp >>  8) & 0xff] << 8) ^
    +                (Te4[(temp      ) & 0xff]);
    +            rk[13] = rk[ 5] ^ rk[12];
    +            rk[14] = rk[ 6] ^ rk[13];
    +            rk[15] = rk[ 7] ^ rk[14];
     
    -			rk += 8;
    -        	}
    -	}
    -	return 0;
    +            rk += 8;
    +        }
    +    }
    +    return 0;
     }
     
     /**
      * Expand the cipher key into the decryption key schedule.
      */
     int private_AES_set_decrypt_key(const unsigned char *userKey, const int bits,
    -			 AES_KEY *key) {
    +                                AES_KEY *key)
    +{
     
    -        u32 *rk;
    -	int i, j, status;
    -	u32 temp;
    +    u32 *rk;
    +    int i, j, status;
    +    u32 temp;
     
    -	/* first, start with an encryption schedule */
    -	status = private_AES_set_encrypt_key(userKey, bits, key);
    -	if (status < 0)
    -		return status;
    +    /* first, start with an encryption schedule */
    +    status = private_AES_set_encrypt_key(userKey, bits, key);
    +    if (status < 0)
    +        return status;
     
    -	rk = key->rd_key;
    +    rk = key->rd_key;
     
    -	/* invert the order of the round keys: */
    -	for (i = 0, j = 4*(key->rounds); i < j; i += 4, j -= 4) {
    -		temp = rk[i    ]; rk[i    ] = rk[j    ]; rk[j    ] = temp;
    -		temp = rk[i + 1]; rk[i + 1] = rk[j + 1]; rk[j + 1] = temp;
    -		temp = rk[i + 2]; rk[i + 2] = rk[j + 2]; rk[j + 2] = temp;
    -		temp = rk[i + 3]; rk[i + 3] = rk[j + 3]; rk[j + 3] = temp;
    -	}
    -	/* apply the inverse MixColumn transform to all round keys but the first and the last: */
    -	for (i = 1; i < (key->rounds); i++) {
    -		rk += 4;
    -		for (j = 0; j < 4; j++) {
    -			u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m;
    +    /* invert the order of the round keys: */
    +    for (i = 0, j = 4*(key->rounds); i < j; i += 4, j -= 4) {
    +        temp = rk[i    ]; rk[i    ] = rk[j    ]; rk[j    ] = temp;
    +        temp = rk[i + 1]; rk[i + 1] = rk[j + 1]; rk[j + 1] = temp;
    +        temp = rk[i + 2]; rk[i + 2] = rk[j + 2]; rk[j + 2] = temp;
    +        temp = rk[i + 3]; rk[i + 3] = rk[j + 3]; rk[j + 3] = temp;
    +    }
    +    /* apply the inverse MixColumn transform to all round keys but the first and the last: */
    +    for (i = 1; i < (key->rounds); i++) {
    +        rk += 4;
    +        for (j = 0; j < 4; j++) {
    +            u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m;
     
    -			tp1 = rk[j];
    -			m = tp1 & 0x80808080;
    -			tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^
    -				((m - (m >> 7)) & 0x1b1b1b1b);
    -			m = tp2 & 0x80808080;
    -			tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^
    -				((m - (m >> 7)) & 0x1b1b1b1b);
    -			m = tp4 & 0x80808080;
    -			tp8 = ((tp4 & 0x7f7f7f7f) << 1) ^
    -				((m - (m >> 7)) & 0x1b1b1b1b);
    -			tp9 = tp8 ^ tp1;
    -			tpb = tp9 ^ tp2;
    -			tpd = tp9 ^ tp4;
    -			tpe = tp8 ^ tp4 ^ tp2;
    +            tp1 = rk[j];
    +            m = tp1 & 0x80808080;
    +            tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^
    +                ((m - (m >> 7)) & 0x1b1b1b1b);
    +            m = tp2 & 0x80808080;
    +            tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^
    +                ((m - (m >> 7)) & 0x1b1b1b1b);
    +            m = tp4 & 0x80808080;
    +            tp8 = ((tp4 & 0x7f7f7f7f) << 1) ^
    +                ((m - (m >> 7)) & 0x1b1b1b1b);
    +            tp9 = tp8 ^ tp1;
    +            tpb = tp9 ^ tp2;
    +            tpd = tp9 ^ tp4;
    +            tpe = tp8 ^ tp4 ^ tp2;
     #if defined(ROTATE)
    -			rk[j] = tpe ^ ROTATE(tpd,16) ^
    -				ROTATE(tp9,24) ^ ROTATE(tpb,8);
    +            rk[j] = tpe ^ ROTATE(tpd,16) ^
    +                ROTATE(tp9,24) ^ ROTATE(tpb,8);
     #else
    -			rk[j] = tpe ^ (tpd >> 16) ^ (tpd << 16) ^ 
    -				(tp9 >> 8) ^ (tp9 << 24) ^
    -				(tpb >> 24) ^ (tpb << 8);
    +            rk[j] = tpe ^ (tpd >> 16) ^ (tpd << 16) ^ 
    +                (tp9 >> 8) ^ (tp9 << 24) ^
    +                (tpb >> 24) ^ (tpb << 8);
     #endif
    -		}
    -	}
    -	return 0;
    +        }
    +    }
    +    return 0;
     }
     
     #endif /* AES_ASM */
    diff --git a/openssl/crypto/aes/aes_ctr.c b/openssl/crypto/aes/aes_ctr.c
    index 7c9d165d8..3ee382299 100644
    --- a/openssl/crypto/aes/aes_ctr.c
    +++ b/openssl/crypto/aes/aes_ctr.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,9 +53,11 @@
     #include 
     
     void AES_ctr128_encrypt(const unsigned char *in, unsigned char *out,
    -			size_t length, const AES_KEY *key,
    -			unsigned char ivec[AES_BLOCK_SIZE],
    -			unsigned char ecount_buf[AES_BLOCK_SIZE],
    -			unsigned int *num) {
    -	CRYPTO_ctr128_encrypt(in,out,length,key,ivec,ecount_buf,num,(block128_f)AES_encrypt);
    +                        size_t length, const AES_KEY *key,
    +                        unsigned char ivec[AES_BLOCK_SIZE],
    +                        unsigned char ecount_buf[AES_BLOCK_SIZE],
    +                        unsigned int *num)
    +{
    +    CRYPTO_ctr128_encrypt(in, out, length, key, ivec, ecount_buf, num,
    +                          (block128_f) AES_encrypt);
     }
    diff --git a/openssl/crypto/aes/aes_ecb.c b/openssl/crypto/aes/aes_ecb.c
    index 28aa561c2..2e0d20ca2 100644
    --- a/openssl/crypto/aes/aes_ecb.c
    +++ b/openssl/crypto/aes/aes_ecb.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -60,14 +60,14 @@
     #include "aes_locl.h"
     
     void AES_ecb_encrypt(const unsigned char *in, unsigned char *out,
    -		     const AES_KEY *key, const int enc) {
    +                     const AES_KEY *key, const int enc)
    +{
     
    -        assert(in && out && key);
    -	assert((AES_ENCRYPT == enc)||(AES_DECRYPT == enc));
    +    assert(in && out && key);
    +    assert((AES_ENCRYPT == enc) || (AES_DECRYPT == enc));
     
    -	if (AES_ENCRYPT == enc)
    -		AES_encrypt(in, out, key);
    -	else
    -		AES_decrypt(in, out, key);
    +    if (AES_ENCRYPT == enc)
    +        AES_encrypt(in, out, key);
    +    else
    +        AES_decrypt(in, out, key);
     }
    -
    diff --git a/openssl/crypto/aes/aes_ige.c b/openssl/crypto/aes/aes_ige.c
    index c161351e6..cf31c9bba 100644
    --- a/openssl/crypto/aes/aes_ige.c
    +++ b/openssl/crypto/aes/aes_ige.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,152 +56,147 @@
     
     #define N_WORDS (AES_BLOCK_SIZE / sizeof(unsigned long))
     typedef struct {
    -        unsigned long data[N_WORDS];
    +    unsigned long data[N_WORDS];
     } aes_block_t;
     
     /* XXX: probably some better way to do this */
     #if defined(__i386__) || defined(__x86_64__)
    -#define UNALIGNED_MEMOPS_ARE_FAST 1
    +# define UNALIGNED_MEMOPS_ARE_FAST 1
     #else
    -#define UNALIGNED_MEMOPS_ARE_FAST 0
    +# define UNALIGNED_MEMOPS_ARE_FAST 0
     #endif
     
     #if UNALIGNED_MEMOPS_ARE_FAST
    -#define load_block(d, s)        (d) = *(const aes_block_t *)(s)
    -#define store_block(d, s)       *(aes_block_t *)(d) = (s)
    +# define load_block(d, s)        (d) = *(const aes_block_t *)(s)
    +# define store_block(d, s)       *(aes_block_t *)(d) = (s)
     #else
    -#define load_block(d, s)        memcpy((d).data, (s), AES_BLOCK_SIZE)
    -#define store_block(d, s)       memcpy((d), (s).data, AES_BLOCK_SIZE)
    +# define load_block(d, s)        memcpy((d).data, (s), AES_BLOCK_SIZE)
    +# define store_block(d, s)       memcpy((d), (s).data, AES_BLOCK_SIZE)
     #endif
     
     /* N.B. The IV for this mode is _twice_ the block size */
     
     void AES_ige_encrypt(const unsigned char *in, unsigned char *out,
    -					 size_t length, const AES_KEY *key,
    -					 unsigned char *ivec, const int enc)
    -	{
    -	size_t n;
    -	size_t len = length;
    +                     size_t length, const AES_KEY *key,
    +                     unsigned char *ivec, const int enc)
    +{
    +    size_t n;
    +    size_t len = length;
     
    -	OPENSSL_assert(in && out && key && ivec);
    -	OPENSSL_assert((AES_ENCRYPT == enc)||(AES_DECRYPT == enc));
    -	OPENSSL_assert((length%AES_BLOCK_SIZE) == 0);
    +    OPENSSL_assert(in && out && key && ivec);
    +    OPENSSL_assert((AES_ENCRYPT == enc) || (AES_DECRYPT == enc));
    +    OPENSSL_assert((length % AES_BLOCK_SIZE) == 0);
     
    -	len = length / AES_BLOCK_SIZE;
    +    len = length / AES_BLOCK_SIZE;
     
    -	if (AES_ENCRYPT == enc)
    -		{
    -		if (in != out &&
    -		    (UNALIGNED_MEMOPS_ARE_FAST || ((size_t)in|(size_t)out|(size_t)ivec)%sizeof(long)==0))
    -			{
    -			aes_block_t *ivp = (aes_block_t *)ivec;
    -			aes_block_t *iv2p = (aes_block_t *)(ivec + AES_BLOCK_SIZE);
    +    if (AES_ENCRYPT == enc) {
    +        if (in != out &&
    +            (UNALIGNED_MEMOPS_ARE_FAST
    +             || ((size_t)in | (size_t)out | (size_t)ivec) % sizeof(long) ==
    +             0)) {
    +            aes_block_t *ivp = (aes_block_t *) ivec;
    +            aes_block_t *iv2p = (aes_block_t *) (ivec + AES_BLOCK_SIZE);
     
    -			while (len)
    -				{
    -				aes_block_t *inp = (aes_block_t *)in;
    -				aes_block_t *outp = (aes_block_t *)out;
    +            while (len) {
    +                aes_block_t *inp = (aes_block_t *) in;
    +                aes_block_t *outp = (aes_block_t *) out;
     
    -				for(n=0 ; n < N_WORDS; ++n)
    -					outp->data[n] = inp->data[n] ^ ivp->data[n];
    -				AES_encrypt((unsigned char *)outp->data, (unsigned char *)outp->data, key);
    -				for(n=0 ; n < N_WORDS; ++n)
    -					outp->data[n] ^= iv2p->data[n];
    -				ivp = outp;
    -				iv2p = inp;
    -				--len;
    -				in += AES_BLOCK_SIZE;
    -				out += AES_BLOCK_SIZE;
    -				}
    -			memcpy(ivec, ivp->data, AES_BLOCK_SIZE);
    -			memcpy(ivec + AES_BLOCK_SIZE, iv2p->data, AES_BLOCK_SIZE);
    -			}
    -		else
    -			{
    -			aes_block_t tmp, tmp2;
    -			aes_block_t iv;
    -			aes_block_t iv2;
    +                for (n = 0; n < N_WORDS; ++n)
    +                    outp->data[n] = inp->data[n] ^ ivp->data[n];
    +                AES_encrypt((unsigned char *)outp->data,
    +                            (unsigned char *)outp->data, key);
    +                for (n = 0; n < N_WORDS; ++n)
    +                    outp->data[n] ^= iv2p->data[n];
    +                ivp = outp;
    +                iv2p = inp;
    +                --len;
    +                in += AES_BLOCK_SIZE;
    +                out += AES_BLOCK_SIZE;
    +            }
    +            memcpy(ivec, ivp->data, AES_BLOCK_SIZE);
    +            memcpy(ivec + AES_BLOCK_SIZE, iv2p->data, AES_BLOCK_SIZE);
    +        } else {
    +            aes_block_t tmp, tmp2;
    +            aes_block_t iv;
    +            aes_block_t iv2;
     
    -			load_block(iv, ivec);
    -			load_block(iv2, ivec + AES_BLOCK_SIZE);
    +            load_block(iv, ivec);
    +            load_block(iv2, ivec + AES_BLOCK_SIZE);
     
    -			while (len)
    -				{
    -				load_block(tmp, in);
    -				for(n=0 ; n < N_WORDS; ++n)
    -					tmp2.data[n] = tmp.data[n] ^ iv.data[n];
    -				AES_encrypt((unsigned char *)tmp2.data, (unsigned char *)tmp2.data, key);
    -				for(n=0 ; n < N_WORDS; ++n)
    -					tmp2.data[n] ^= iv2.data[n];
    -				store_block(out, tmp2);
    -				iv = tmp2;
    -				iv2 = tmp;
    -				--len;
    -				in += AES_BLOCK_SIZE;
    -				out += AES_BLOCK_SIZE;
    -				}
    -			memcpy(ivec, iv.data, AES_BLOCK_SIZE);
    -			memcpy(ivec + AES_BLOCK_SIZE, iv2.data, AES_BLOCK_SIZE);
    -			}
    -		}
    -	else
    -		{
    -		if (in != out &&
    -		    (UNALIGNED_MEMOPS_ARE_FAST || ((size_t)in|(size_t)out|(size_t)ivec)%sizeof(long)==0))
    -			{
    -			aes_block_t *ivp = (aes_block_t *)ivec;
    -			aes_block_t *iv2p = (aes_block_t *)(ivec + AES_BLOCK_SIZE);
    +            while (len) {
    +                load_block(tmp, in);
    +                for (n = 0; n < N_WORDS; ++n)
    +                    tmp2.data[n] = tmp.data[n] ^ iv.data[n];
    +                AES_encrypt((unsigned char *)tmp2.data,
    +                            (unsigned char *)tmp2.data, key);
    +                for (n = 0; n < N_WORDS; ++n)
    +                    tmp2.data[n] ^= iv2.data[n];
    +                store_block(out, tmp2);
    +                iv = tmp2;
    +                iv2 = tmp;
    +                --len;
    +                in += AES_BLOCK_SIZE;
    +                out += AES_BLOCK_SIZE;
    +            }
    +            memcpy(ivec, iv.data, AES_BLOCK_SIZE);
    +            memcpy(ivec + AES_BLOCK_SIZE, iv2.data, AES_BLOCK_SIZE);
    +        }
    +    } else {
    +        if (in != out &&
    +            (UNALIGNED_MEMOPS_ARE_FAST
    +             || ((size_t)in | (size_t)out | (size_t)ivec) % sizeof(long) ==
    +             0)) {
    +            aes_block_t *ivp = (aes_block_t *) ivec;
    +            aes_block_t *iv2p = (aes_block_t *) (ivec + AES_BLOCK_SIZE);
     
    -			while (len)
    -				{
    -				aes_block_t tmp;
    -				aes_block_t *inp = (aes_block_t *)in;
    -				aes_block_t *outp = (aes_block_t *)out;
    +            while (len) {
    +                aes_block_t tmp;
    +                aes_block_t *inp = (aes_block_t *) in;
    +                aes_block_t *outp = (aes_block_t *) out;
     
    -				for(n=0 ; n < N_WORDS; ++n)
    -					tmp.data[n] = inp->data[n] ^ iv2p->data[n];
    -				AES_decrypt((unsigned char *)tmp.data, (unsigned char *)outp->data, key);
    -				for(n=0 ; n < N_WORDS; ++n)
    -					outp->data[n] ^= ivp->data[n];
    -				ivp = inp;
    -				iv2p = outp;
    -				--len;
    -				in += AES_BLOCK_SIZE;
    -				out += AES_BLOCK_SIZE;
    -				}
    -			memcpy(ivec, ivp->data, AES_BLOCK_SIZE);
    -			memcpy(ivec + AES_BLOCK_SIZE, iv2p->data, AES_BLOCK_SIZE);
    -			}
    -		else
    -			{
    -			aes_block_t tmp, tmp2;
    -			aes_block_t iv;
    -			aes_block_t iv2;
    +                for (n = 0; n < N_WORDS; ++n)
    +                    tmp.data[n] = inp->data[n] ^ iv2p->data[n];
    +                AES_decrypt((unsigned char *)tmp.data,
    +                            (unsigned char *)outp->data, key);
    +                for (n = 0; n < N_WORDS; ++n)
    +                    outp->data[n] ^= ivp->data[n];
    +                ivp = inp;
    +                iv2p = outp;
    +                --len;
    +                in += AES_BLOCK_SIZE;
    +                out += AES_BLOCK_SIZE;
    +            }
    +            memcpy(ivec, ivp->data, AES_BLOCK_SIZE);
    +            memcpy(ivec + AES_BLOCK_SIZE, iv2p->data, AES_BLOCK_SIZE);
    +        } else {
    +            aes_block_t tmp, tmp2;
    +            aes_block_t iv;
    +            aes_block_t iv2;
     
    -			load_block(iv, ivec);
    -			load_block(iv2, ivec + AES_BLOCK_SIZE);
    +            load_block(iv, ivec);
    +            load_block(iv2, ivec + AES_BLOCK_SIZE);
     
    -			while (len)
    -				{
    -				load_block(tmp, in);
    -				tmp2 = tmp;
    -				for(n=0 ; n < N_WORDS; ++n)
    -					tmp.data[n] ^= iv2.data[n];
    -				AES_decrypt((unsigned char *)tmp.data, (unsigned char *)tmp.data, key);
    -				for(n=0 ; n < N_WORDS; ++n)
    -					tmp.data[n] ^= iv.data[n];
    -				store_block(out, tmp);
    -				iv = tmp2;
    -				iv2 = tmp;
    -				--len;
    -				in += AES_BLOCK_SIZE;
    -				out += AES_BLOCK_SIZE;
    -				}
    -			memcpy(ivec, iv.data, AES_BLOCK_SIZE);
    -			memcpy(ivec + AES_BLOCK_SIZE, iv2.data, AES_BLOCK_SIZE);
    -			}
    -		}
    -	}
    +            while (len) {
    +                load_block(tmp, in);
    +                tmp2 = tmp;
    +                for (n = 0; n < N_WORDS; ++n)
    +                    tmp.data[n] ^= iv2.data[n];
    +                AES_decrypt((unsigned char *)tmp.data,
    +                            (unsigned char *)tmp.data, key);
    +                for (n = 0; n < N_WORDS; ++n)
    +                    tmp.data[n] ^= iv.data[n];
    +                store_block(out, tmp);
    +                iv = tmp2;
    +                iv2 = tmp;
    +                --len;
    +                in += AES_BLOCK_SIZE;
    +                out += AES_BLOCK_SIZE;
    +            }
    +            memcpy(ivec, iv.data, AES_BLOCK_SIZE);
    +            memcpy(ivec + AES_BLOCK_SIZE, iv2.data, AES_BLOCK_SIZE);
    +        }
    +    }
    +}
     
     /*
      * Note that its effectively impossible to do biIGE in anything other
    @@ -211,113 +206,118 @@ void AES_ige_encrypt(const unsigned char *in, unsigned char *out,
     /* N.B. The IV for this mode is _four times_ the block size */
     
     void AES_bi_ige_encrypt(const unsigned char *in, unsigned char *out,
    -						size_t length, const AES_KEY *key,
    -						const AES_KEY *key2, const unsigned char *ivec,
    -						const int enc)
    -	{
    -	size_t n;
    -	size_t len = length;
    -	unsigned char tmp[AES_BLOCK_SIZE];
    -	unsigned char tmp2[AES_BLOCK_SIZE];
    -	unsigned char tmp3[AES_BLOCK_SIZE];
    -	unsigned char prev[AES_BLOCK_SIZE];
    -	const unsigned char *iv;
    -	const unsigned char *iv2;
    +                        size_t length, const AES_KEY *key,
    +                        const AES_KEY *key2, const unsigned char *ivec,
    +                        const int enc)
    +{
    +    size_t n;
    +    size_t len = length;
    +    unsigned char tmp[AES_BLOCK_SIZE];
    +    unsigned char tmp2[AES_BLOCK_SIZE];
    +    unsigned char tmp3[AES_BLOCK_SIZE];
    +    unsigned char prev[AES_BLOCK_SIZE];
    +    const unsigned char *iv;
    +    const unsigned char *iv2;
     
    -	OPENSSL_assert(in && out && key && ivec);
    -	OPENSSL_assert((AES_ENCRYPT == enc)||(AES_DECRYPT == enc));
    -	OPENSSL_assert((length%AES_BLOCK_SIZE) == 0);
    +    OPENSSL_assert(in && out && key && ivec);
    +    OPENSSL_assert((AES_ENCRYPT == enc) || (AES_DECRYPT == enc));
    +    OPENSSL_assert((length % AES_BLOCK_SIZE) == 0);
     
    -	if (AES_ENCRYPT == enc)
    -		{
    -		/* XXX: Do a separate case for when in != out (strictly should
    -		   check for overlap, too) */
    +    if (AES_ENCRYPT == enc) {
    +        /*
    +         * XXX: Do a separate case for when in != out (strictly should check
    +         * for overlap, too)
    +         */
     
    -		/* First the forward pass */ 
    -		iv = ivec;
    -		iv2 = ivec + AES_BLOCK_SIZE;
    -		while (len >= AES_BLOCK_SIZE)
    -			{
    -			for(n=0 ; n < AES_BLOCK_SIZE ; ++n)
    -				out[n] = in[n] ^ iv[n];
    -			AES_encrypt(out, out, key);
    -			for(n=0 ; n < AES_BLOCK_SIZE ; ++n)
    -				out[n] ^= iv2[n];
    -			iv = out;
    -			memcpy(prev, in, AES_BLOCK_SIZE);
    -			iv2 = prev;
    -			len -= AES_BLOCK_SIZE;
    -			in += AES_BLOCK_SIZE;
    -			out += AES_BLOCK_SIZE;
    -			}
    +        /* First the forward pass */
    +        iv = ivec;
    +        iv2 = ivec + AES_BLOCK_SIZE;
    +        while (len >= AES_BLOCK_SIZE) {
    +            for (n = 0; n < AES_BLOCK_SIZE; ++n)
    +                out[n] = in[n] ^ iv[n];
    +            AES_encrypt(out, out, key);
    +            for (n = 0; n < AES_BLOCK_SIZE; ++n)
    +                out[n] ^= iv2[n];
    +            iv = out;
    +            memcpy(prev, in, AES_BLOCK_SIZE);
    +            iv2 = prev;
    +            len -= AES_BLOCK_SIZE;
    +            in += AES_BLOCK_SIZE;
    +            out += AES_BLOCK_SIZE;
    +        }
     
    -		/* And now backwards */
    -		iv = ivec + AES_BLOCK_SIZE*2;
    -		iv2 = ivec + AES_BLOCK_SIZE*3;
    -		len = length;
    -		while(len >= AES_BLOCK_SIZE)
    -			{
    -			out -= AES_BLOCK_SIZE;
    -			/* XXX: reduce copies by alternating between buffers */
    -			memcpy(tmp, out, AES_BLOCK_SIZE);
    -			for(n=0 ; n < AES_BLOCK_SIZE ; ++n)
    -				out[n] ^= iv[n];
    -			/*			hexdump(stdout, "out ^ iv", out, AES_BLOCK_SIZE); */
    -			AES_encrypt(out, out, key);
    -			/*			hexdump(stdout,"enc", out, AES_BLOCK_SIZE); */
    -			/*			hexdump(stdout,"iv2", iv2, AES_BLOCK_SIZE); */
    -			for(n=0 ; n < AES_BLOCK_SIZE ; ++n)
    -				out[n] ^= iv2[n];
    -			/*			hexdump(stdout,"out", out, AES_BLOCK_SIZE); */
    -			iv = out;
    -			memcpy(prev, tmp, AES_BLOCK_SIZE);
    -			iv2 = prev;
    -			len -= AES_BLOCK_SIZE;
    -			}
    -		}
    -	else
    -		{
    -		/* First backwards */
    -		iv = ivec + AES_BLOCK_SIZE*2;
    -		iv2 = ivec + AES_BLOCK_SIZE*3;
    -		in += length;
    -		out += length;
    -		while (len >= AES_BLOCK_SIZE)
    -			{
    -			in -= AES_BLOCK_SIZE;
    -			out -= AES_BLOCK_SIZE;
    -			memcpy(tmp, in, AES_BLOCK_SIZE);
    -			memcpy(tmp2, in, AES_BLOCK_SIZE);
    -			for(n=0 ; n < AES_BLOCK_SIZE ; ++n)
    -				tmp[n] ^= iv2[n];
    -			AES_decrypt(tmp, out, key);
    -			for(n=0 ; n < AES_BLOCK_SIZE ; ++n)
    -				out[n] ^= iv[n];
    -			memcpy(tmp3, tmp2, AES_BLOCK_SIZE);
    -			iv = tmp3;
    -			iv2 = out;
    -			len -= AES_BLOCK_SIZE;
    -			}
    +        /* And now backwards */
    +        iv = ivec + AES_BLOCK_SIZE * 2;
    +        iv2 = ivec + AES_BLOCK_SIZE * 3;
    +        len = length;
    +        while (len >= AES_BLOCK_SIZE) {
    +            out -= AES_BLOCK_SIZE;
    +            /*
    +             * XXX: reduce copies by alternating between buffers
    +             */
    +            memcpy(tmp, out, AES_BLOCK_SIZE);
    +            for (n = 0; n < AES_BLOCK_SIZE; ++n)
    +                out[n] ^= iv[n];
    +            /*
    +             * hexdump(stdout, "out ^ iv", out, AES_BLOCK_SIZE);
    +             */
    +            AES_encrypt(out, out, key);
    +            /*
    +             * hexdump(stdout,"enc", out, AES_BLOCK_SIZE);
    +             */
    +            /*
    +             * hexdump(stdout,"iv2", iv2, AES_BLOCK_SIZE);
    +             */
    +            for (n = 0; n < AES_BLOCK_SIZE; ++n)
    +                out[n] ^= iv2[n];
    +            /*
    +             * hexdump(stdout,"out", out, AES_BLOCK_SIZE);
    +             */
    +            iv = out;
    +            memcpy(prev, tmp, AES_BLOCK_SIZE);
    +            iv2 = prev;
    +            len -= AES_BLOCK_SIZE;
    +        }
    +    } else {
    +        /* First backwards */
    +        iv = ivec + AES_BLOCK_SIZE * 2;
    +        iv2 = ivec + AES_BLOCK_SIZE * 3;
    +        in += length;
    +        out += length;
    +        while (len >= AES_BLOCK_SIZE) {
    +            in -= AES_BLOCK_SIZE;
    +            out -= AES_BLOCK_SIZE;
    +            memcpy(tmp, in, AES_BLOCK_SIZE);
    +            memcpy(tmp2, in, AES_BLOCK_SIZE);
    +            for (n = 0; n < AES_BLOCK_SIZE; ++n)
    +                tmp[n] ^= iv2[n];
    +            AES_decrypt(tmp, out, key);
    +            for (n = 0; n < AES_BLOCK_SIZE; ++n)
    +                out[n] ^= iv[n];
    +            memcpy(tmp3, tmp2, AES_BLOCK_SIZE);
    +            iv = tmp3;
    +            iv2 = out;
    +            len -= AES_BLOCK_SIZE;
    +        }
     
    -		/* And now forwards */
    -		iv = ivec;
    -		iv2 = ivec + AES_BLOCK_SIZE;
    -		len = length;
    -		while (len >= AES_BLOCK_SIZE)
    -			{
    -			memcpy(tmp, out, AES_BLOCK_SIZE);
    -			memcpy(tmp2, out, AES_BLOCK_SIZE);
    -			for(n=0 ; n < AES_BLOCK_SIZE ; ++n)
    -				tmp[n] ^= iv2[n];
    -			AES_decrypt(tmp, out, key);
    -			for(n=0 ; n < AES_BLOCK_SIZE ; ++n)
    -				out[n] ^= iv[n];
    -			memcpy(tmp3, tmp2, AES_BLOCK_SIZE);
    -			iv = tmp3;
    -			iv2 = out;
    -			len -= AES_BLOCK_SIZE;
    -			in += AES_BLOCK_SIZE;
    -			out += AES_BLOCK_SIZE;
    -			}
    -		}
    -	}
    +        /* And now forwards */
    +        iv = ivec;
    +        iv2 = ivec + AES_BLOCK_SIZE;
    +        len = length;
    +        while (len >= AES_BLOCK_SIZE) {
    +            memcpy(tmp, out, AES_BLOCK_SIZE);
    +            memcpy(tmp2, out, AES_BLOCK_SIZE);
    +            for (n = 0; n < AES_BLOCK_SIZE; ++n)
    +                tmp[n] ^= iv2[n];
    +            AES_decrypt(tmp, out, key);
    +            for (n = 0; n < AES_BLOCK_SIZE; ++n)
    +                out[n] ^= iv[n];
    +            memcpy(tmp3, tmp2, AES_BLOCK_SIZE);
    +            iv = tmp3;
    +            iv2 = out;
    +            len -= AES_BLOCK_SIZE;
    +            in += AES_BLOCK_SIZE;
    +            out += AES_BLOCK_SIZE;
    +        }
    +    }
    +}
    diff --git a/openssl/crypto/aes/aes_locl.h b/openssl/crypto/aes/aes_locl.h
    index 054b442d4..fabfd02ac 100644
    --- a/openssl/crypto/aes/aes_locl.h
    +++ b/openssl/crypto/aes/aes_locl.h
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -50,40 +50,40 @@
      */
     
     #ifndef HEADER_AES_LOCL_H
    -#define HEADER_AES_LOCL_H
    +# define HEADER_AES_LOCL_H
     
    -#include 
    +# include 
     
    -#ifdef OPENSSL_NO_AES
    -#error AES is disabled.
    -#endif
    +# ifdef OPENSSL_NO_AES
    +#  error AES is disabled.
    +# endif
     
    -#include 
    -#include 
    -#include 
    +# include 
    +# include 
    +# include 
     
    -#if defined(_MSC_VER) && (defined(_M_IX86) || defined(_M_AMD64) || defined(_M_X64))
    -# define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00)
    -# define GETU32(p) SWAP(*((u32 *)(p)))
    -# define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
    -#else
    -# define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] <<  8) ^ ((u32)(pt)[3]))
    -# define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st) >>  8); (ct)[3] = (u8)(st); }
    -#endif
    +# if defined(_MSC_VER) && (defined(_M_IX86) || defined(_M_AMD64) || defined(_M_X64))
    +#  define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00)
    +#  define GETU32(p) SWAP(*((u32 *)(p)))
    +#  define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
    +# else
    +#  define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] <<  8) ^ ((u32)(pt)[3]))
    +#  define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st) >>  8); (ct)[3] = (u8)(st); }
    +# endif
     
    -#ifdef AES_LONG
    +# ifdef AES_LONG
     typedef unsigned long u32;
    -#else
    +# else
     typedef unsigned int u32;
    -#endif
    +# endif
     typedef unsigned short u16;
     typedef unsigned char u8;
     
    -#define MAXKC   (256/32)
    -#define MAXKB   (256/8)
    -#define MAXNR   14
    +# define MAXKC   (256/32)
    +# define MAXKB   (256/8)
    +# define MAXNR   14
     
     /* This controls loop-unrolling in aes_core.c */
    -#undef FULL_UNROLL
    +# undef FULL_UNROLL
     
    -#endif /* !HEADER_AES_LOCL_H */
    +#endif                          /* !HEADER_AES_LOCL_H */
    diff --git a/openssl/crypto/aes/aes_misc.c b/openssl/crypto/aes/aes_misc.c
    index f083488ec..ab948ad85 100644
    --- a/openssl/crypto/aes/aes_misc.c
    +++ b/openssl/crypto/aes/aes_misc.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -54,32 +54,33 @@
     #include 
     #include "aes_locl.h"
     
    -const char AES_version[]="AES" OPENSSL_VERSION_PTEXT;
    +const char AES_version[] = "AES" OPENSSL_VERSION_PTEXT;
     
    -const char *AES_options(void) {
    +const char *AES_options(void)
    +{
     #ifdef FULL_UNROLL
    -        return "aes(full)";
    -#else   
    -        return "aes(partial)";
    +    return "aes(full)";
    +#else
    +    return "aes(partial)";
     #endif
     }
     
     /* FIPS wrapper functions to block low level AES calls in FIPS mode */
     
     int AES_set_encrypt_key(const unsigned char *userKey, const int bits,
    -			AES_KEY *key)
    -	{
    +                        AES_KEY *key)
    +{
     #ifdef OPENSSL_FIPS
    -	fips_cipher_abort(AES);
    +    fips_cipher_abort(AES);
     #endif
    -	return private_AES_set_encrypt_key(userKey, bits, key);
    -	}
    +    return private_AES_set_encrypt_key(userKey, bits, key);
    +}
     
     int AES_set_decrypt_key(const unsigned char *userKey, const int bits,
    -			AES_KEY *key)
    -	{
    +                        AES_KEY *key)
    +{
     #ifdef OPENSSL_FIPS
    -	fips_cipher_abort(AES);
    +    fips_cipher_abort(AES);
     #endif
    -	return private_AES_set_decrypt_key(userKey, bits, key);
    -	}
    +    return private_AES_set_decrypt_key(userKey, bits, key);
    +}
    diff --git a/openssl/crypto/aes/aes_ofb.c b/openssl/crypto/aes/aes_ofb.c
    index 50bf0b832..e6153f99b 100644
    --- a/openssl/crypto/aes/aes_ofb.c
    +++ b/openssl/crypto/aes/aes_ofb.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,8 +53,9 @@
     #include 
     
     void AES_ofb128_encrypt(const unsigned char *in, unsigned char *out,
    -	size_t length, const AES_KEY *key,
    -	unsigned char *ivec, int *num)
    +                        size_t length, const AES_KEY *key,
    +                        unsigned char *ivec, int *num)
     {
    -	CRYPTO_ofb128_encrypt(in,out,length,key,ivec,num,(block128_f)AES_encrypt);
    +    CRYPTO_ofb128_encrypt(in, out, length, key, ivec, num,
    +                          (block128_f) AES_encrypt);
     }
    diff --git a/openssl/crypto/aes/aes_wrap.c b/openssl/crypto/aes/aes_wrap.c
    index e2d73d37c..b7b64d57a 100644
    --- a/openssl/crypto/aes/aes_wrap.c
    +++ b/openssl/crypto/aes/aes_wrap.c
    @@ -1,5 +1,6 @@
     /* crypto/aes/aes_wrap.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
      * project.
      */
     /* ====================================================================
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,207 +54,19 @@
     
     #include "cryptlib.h"
     #include 
    -#include 
    -
    -static const unsigned char default_iv[] = {
    -  0xA6, 0xA6, 0xA6, 0xA6, 0xA6, 0xA6, 0xA6, 0xA6,
    -};
    +#include 
     
     int AES_wrap_key(AES_KEY *key, const unsigned char *iv,
    -		unsigned char *out,
    -		const unsigned char *in, unsigned int inlen)
    -	{
    -	unsigned char *A, B[16], *R;
    -	unsigned int i, j, t;
    -	if ((inlen & 0x7) || (inlen < 8))
    -		return -1;
    -	A = B;
    -	t = 1;
    -	memcpy(out + 8, in, inlen);
    -	if (!iv)
    -		iv = default_iv;
    -
    -	memcpy(A, iv, 8);
    -
    -	for (j = 0; j < 6; j++)
    -		{
    -		R = out + 8;
    -		for (i = 0; i < inlen; i += 8, t++, R += 8)
    -			{
    -			memcpy(B + 8, R, 8);
    -			AES_encrypt(B, B, key);
    -			A[7] ^= (unsigned char)(t & 0xff);
    -			if (t > 0xff)	
    -				{
    -				A[6] ^= (unsigned char)((t >> 8) & 0xff);
    -				A[5] ^= (unsigned char)((t >> 16) & 0xff);
    -				A[4] ^= (unsigned char)((t >> 24) & 0xff);
    -				}
    -			memcpy(R, B + 8, 8);
    -			}
    -		}
    -	memcpy(out, A, 8);
    -	return inlen + 8;
    -	}
    +                 unsigned char *out,
    +                 const unsigned char *in, unsigned int inlen)
    +{
    +    return CRYPTO_128_wrap(key, iv, out, in, inlen, (block128_f) AES_encrypt);
    +}
     
     int AES_unwrap_key(AES_KEY *key, const unsigned char *iv,
    -		unsigned char *out,
    -		const unsigned char *in, unsigned int inlen)
    -	{
    -	unsigned char *A, B[16], *R;
    -	unsigned int i, j, t;
    -	inlen -= 8;
    -	if (inlen & 0x7)
    -		return -1;
    -	if (inlen < 8)
    -		return -1;
    -	A = B;
    -	t =  6 * (inlen >> 3);
    -	memcpy(A, in, 8);
    -	memcpy(out, in + 8, inlen);
    -	for (j = 0; j < 6; j++)
    -		{
    -		R = out + inlen - 8;
    -		for (i = 0; i < inlen; i += 8, t--, R -= 8)
    -			{
    -			A[7] ^= (unsigned char)(t & 0xff);
    -			if (t > 0xff)	
    -				{
    -				A[6] ^= (unsigned char)((t >> 8) & 0xff);
    -				A[5] ^= (unsigned char)((t >> 16) & 0xff);
    -				A[4] ^= (unsigned char)((t >> 24) & 0xff);
    -				}
    -			memcpy(B + 8, R, 8);
    -			AES_decrypt(B, B, key);
    -			memcpy(R, B + 8, 8);
    -			}
    -		}
    -	if (!iv)
    -		iv = default_iv;
    -	if (memcmp(A, iv, 8))
    -		{
    -		OPENSSL_cleanse(out, inlen);
    -		return 0;
    -		}
    -	return inlen;
    -	}
    -
    -#ifdef AES_WRAP_TEST
    -
    -int AES_wrap_unwrap_test(const unsigned char *kek, int keybits,
    -			 const unsigned char *iv,
    -			 const unsigned char *eout,
    -			 const unsigned char *key, int keylen)
    -	{
    -	unsigned char *otmp = NULL, *ptmp = NULL;
    -	int r, ret = 0;
    -	AES_KEY wctx;
    -	otmp = OPENSSL_malloc(keylen + 8);
    -	ptmp = OPENSSL_malloc(keylen);
    -	if (!otmp || !ptmp)
    -		return 0;
    -	if (AES_set_encrypt_key(kek, keybits, &wctx))
    -		goto err;
    -	r = AES_wrap_key(&wctx, iv, otmp, key, keylen);
    -	if (r <= 0)
    -		goto err;
    -
    -	if (eout && memcmp(eout, otmp, keylen))
    -		goto err;
    -		
    -	if (AES_set_decrypt_key(kek, keybits, &wctx))
    -		goto err;
    -	r = AES_unwrap_key(&wctx, iv, ptmp, otmp, r);
    -
    -	if (memcmp(key, ptmp, keylen))
    -		goto err;
    -
    -	ret = 1;
    -
    -	err:
    -	if (otmp)
    -		OPENSSL_free(otmp);
    -	if (ptmp)
    -		OPENSSL_free(ptmp);
    -
    -	return ret;
    -
    -	}
    -
    -
    -
    -int main(int argc, char **argv)
    +                   unsigned char *out,
    +                   const unsigned char *in, unsigned int inlen)
     {
    -
    -static const unsigned char kek[] = {
    -  0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07,
    -  0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f,
    -  0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17,
    -  0x18, 0x19, 0x1a, 0x1b, 0x1c, 0x1d, 0x1e, 0x1f
    -};
    -
    -static const unsigned char key[] = {
    -  0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77,
    -  0x88, 0x99, 0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff,
    -  0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07,
    -  0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f
    -};
    -
    -static const unsigned char e1[] = {
    -  0x1f, 0xa6, 0x8b, 0x0a, 0x81, 0x12, 0xb4, 0x47,
    -  0xae, 0xf3, 0x4b, 0xd8, 0xfb, 0x5a, 0x7b, 0x82,
    -  0x9d, 0x3e, 0x86, 0x23, 0x71, 0xd2, 0xcf, 0xe5
    -};
    -
    -static const unsigned char e2[] = {
    -  0x96, 0x77, 0x8b, 0x25, 0xae, 0x6c, 0xa4, 0x35,
    -  0xf9, 0x2b, 0x5b, 0x97, 0xc0, 0x50, 0xae, 0xd2,
    -  0x46, 0x8a, 0xb8, 0xa1, 0x7a, 0xd8, 0x4e, 0x5d
    -};
    -
    -static const unsigned char e3[] = {
    -  0x64, 0xe8, 0xc3, 0xf9, 0xce, 0x0f, 0x5b, 0xa2,
    -  0x63, 0xe9, 0x77, 0x79, 0x05, 0x81, 0x8a, 0x2a,
    -  0x93, 0xc8, 0x19, 0x1e, 0x7d, 0x6e, 0x8a, 0xe7
    -};
    -
    -static const unsigned char e4[] = {
    -  0x03, 0x1d, 0x33, 0x26, 0x4e, 0x15, 0xd3, 0x32,
    -  0x68, 0xf2, 0x4e, 0xc2, 0x60, 0x74, 0x3e, 0xdc,
    -  0xe1, 0xc6, 0xc7, 0xdd, 0xee, 0x72, 0x5a, 0x93,
    -  0x6b, 0xa8, 0x14, 0x91, 0x5c, 0x67, 0x62, 0xd2
    -};
    -
    -static const unsigned char e5[] = {
    -  0xa8, 0xf9, 0xbc, 0x16, 0x12, 0xc6, 0x8b, 0x3f,
    -  0xf6, 0xe6, 0xf4, 0xfb, 0xe3, 0x0e, 0x71, 0xe4,
    -  0x76, 0x9c, 0x8b, 0x80, 0xa3, 0x2c, 0xb8, 0x95,
    -  0x8c, 0xd5, 0xd1, 0x7d, 0x6b, 0x25, 0x4d, 0xa1
    -};
    -
    -static const unsigned char e6[] = {
    -  0x28, 0xc9, 0xf4, 0x04, 0xc4, 0xb8, 0x10, 0xf4,
    -  0xcb, 0xcc, 0xb3, 0x5c, 0xfb, 0x87, 0xf8, 0x26,
    -  0x3f, 0x57, 0x86, 0xe2, 0xd8, 0x0e, 0xd3, 0x26,
    -  0xcb, 0xc7, 0xf0, 0xe7, 0x1a, 0x99, 0xf4, 0x3b,
    -  0xfb, 0x98, 0x8b, 0x9b, 0x7a, 0x02, 0xdd, 0x21
    -};
    -
    -	AES_KEY wctx, xctx;
    -	int ret;
    -	ret = AES_wrap_unwrap_test(kek, 128, NULL, e1, key, 16);
    -	fprintf(stderr, "Key test result %d\n", ret);
    -	ret = AES_wrap_unwrap_test(kek, 192, NULL, e2, key, 16);
    -	fprintf(stderr, "Key test result %d\n", ret);
    -	ret = AES_wrap_unwrap_test(kek, 256, NULL, e3, key, 16);
    -	fprintf(stderr, "Key test result %d\n", ret);
    -	ret = AES_wrap_unwrap_test(kek, 192, NULL, e4, key, 24);
    -	fprintf(stderr, "Key test result %d\n", ret);
    -	ret = AES_wrap_unwrap_test(kek, 256, NULL, e5, key, 24);
    -	fprintf(stderr, "Key test result %d\n", ret);
    -	ret = AES_wrap_unwrap_test(kek, 256, NULL, e6, key, 32);
    -	fprintf(stderr, "Key test result %d\n", ret);
    +    return CRYPTO_128_unwrap(key, iv, out, in, inlen,
    +                             (block128_f) AES_decrypt);
     }
    -	
    -	
    -#endif
    diff --git a/openssl/crypto/aes/aes_x86core.c b/openssl/crypto/aes/aes_x86core.c
    index d323e265c..132b09a21 100644
    --- a/openssl/crypto/aes/aes_x86core.c
    +++ b/openssl/crypto/aes/aes_x86core.c
    @@ -31,7 +31,7 @@
      * It is used as playground for cache-time attack mitigations and
      * serves as reference C implementation for x86[_64] assembler.
      *
    - *					
    + *                  
      */
     
     
    @@ -61,14 +61,14 @@
     #if 1
     static void prefetch256(const void *table)
     {
    -	volatile unsigned long *t=(void *)table,ret;
    -	unsigned long sum;
    -	int i;
    +    volatile unsigned long *t=(void *)table,ret;
    +    unsigned long sum;
    +    int i;
     
    -	/* 32 is common least cache-line size */
    -	for (sum=0,i=0;i<256/sizeof(t[0]);i+=32/sizeof(t[0]))	sum ^= t[i];
    +    /* 32 is common least cache-line size */
    +    for (sum=0,i=0;i<256/sizeof(t[0]);i+=32/sizeof(t[0]))   sum ^= t[i];
     
    -	ret = sum;
    +    ret = sum;
     }
     #else
     # define prefetch256(t)
    @@ -79,31 +79,33 @@ static void prefetch256(const void *table)
     
     #if (defined(_WIN32) || defined(_WIN64)) && !defined(__MINGW32__)
     typedef unsigned __int64 u64;
    -#define U64(C)	C##UI64
    +#define U64(C)  C##UI64
     #elif defined(__arch64__)
     typedef unsigned long u64;
    -#define U64(C)	C##UL
    +#define U64(C)  C##UL
     #else
     typedef unsigned long long u64;
    -#define U64(C)	C##ULL
    +#define U64(C)  C##ULL
     #endif
     
     #undef ROTATE
    -#if defined(_MSC_VER) || defined(__ICC)
    -# define ROTATE(a,n)	_lrotl(a,n)
    +#if defined(_MSC_VER)
    +# define ROTATE(a,n)    _lrotl(a,n)
    +#elif defined(__ICC)
    +# define ROTATE(a,n)    _rotl(a,n)
     #elif defined(__GNUC__) && __GNUC__>=2
     # if defined(__i386) || defined(__i386__) || defined(__x86_64) || defined(__x86_64__)
    -#   define ROTATE(a,n)	({ register unsigned int ret;	\
    -				asm (			\
    -				"roll %1,%0"		\
    -				: "=r"(ret)		\
    -				: "I"(n), "0"(a)	\
    -				: "cc");		\
    -			   ret;				\
    -			})
    +#   define ROTATE(a,n)  ({ register unsigned int ret;   \
    +                asm (           \
    +                "roll %1,%0"        \
    +                : "=r"(ret)     \
    +                : "I"(n), "0"(a)    \
    +                : "cc");        \
    +               ret;             \
    +            })
     # endif
     #endif
    -/*
    +/*-
     Te [x] = S [x].[02, 01, 01, 03, 02, 01, 01, 03];
     Te0[x] = S [x].[02, 01, 01, 03];
     Te1[x] = S [x].[03, 02, 01, 01];
    @@ -114,7 +116,7 @@ Te3[x] = S [x].[01, 01, 03, 02];
     #define Te1 (u32)((u64*)((u8*)Te+3))
     #define Te2 (u32)((u64*)((u8*)Te+2))
     #define Te3 (u32)((u64*)((u8*)Te+1))
    -/*
    +/*-
     Td [x] = Si[x].[0e, 09, 0d, 0b, 0e, 09, 0d, 0b];
     Td0[x] = Si[x].[0e, 09, 0d, 0b];
     Td1[x] = Si[x].[0b, 0e, 09, 0d];
    @@ -468,181 +470,183 @@ static const u32 rcon[] = {
      * Expand the cipher key into the encryption key schedule.
      */
     int AES_set_encrypt_key(const unsigned char *userKey, const int bits,
    -			AES_KEY *key) {
    +                        AES_KEY *key)
    +{
     
    -	u32 *rk;
    -   	int i = 0;
    -	u32 temp;
    +    u32 *rk;
    +    int i = 0;
    +    u32 temp;
     
    -	if (!userKey || !key)
    -		return -1;
    -	if (bits != 128 && bits != 192 && bits != 256)
    -		return -2;
    +    if (!userKey || !key)
    +        return -1;
    +    if (bits != 128 && bits != 192 && bits != 256)
    +        return -2;
     
    -	rk = key->rd_key;
    +    rk = key->rd_key;
     
    -	if (bits==128)
    -		key->rounds = 10;
    -	else if (bits==192)
    -		key->rounds = 12;
    -	else
    -		key->rounds = 14;
    +    if (bits==128)
    +        key->rounds = 10;
    +    else if (bits==192)
    +        key->rounds = 12;
    +    else
    +        key->rounds = 14;
     
    -	rk[0] = GETU32(userKey     );
    -	rk[1] = GETU32(userKey +  4);
    -	rk[2] = GETU32(userKey +  8);
    -	rk[3] = GETU32(userKey + 12);
    -	if (bits == 128) {
    -		while (1) {
    -			temp  = rk[3];
    -			rk[4] = rk[0] ^
    -				(Te4[(temp >>  8) & 0xff]      ) ^
    -				(Te4[(temp >> 16) & 0xff] <<  8) ^
    -				(Te4[(temp >> 24)       ] << 16) ^
    -				(Te4[(temp      ) & 0xff] << 24) ^
    -				rcon[i];
    -			rk[5] = rk[1] ^ rk[4];
    -			rk[6] = rk[2] ^ rk[5];
    -			rk[7] = rk[3] ^ rk[6];
    -			if (++i == 10) {
    -				return 0;
    -			}
    -			rk += 4;
    -		}
    -	}
    -	rk[4] = GETU32(userKey + 16);
    -	rk[5] = GETU32(userKey + 20);
    -	if (bits == 192) {
    -		while (1) {
    -			temp = rk[ 5];
    -			rk[ 6] = rk[ 0] ^
    -				(Te4[(temp >>  8) & 0xff]      ) ^
    -				(Te4[(temp >> 16) & 0xff] <<  8) ^
    -				(Te4[(temp >> 24)       ] << 16) ^
    -				(Te4[(temp      ) & 0xff] << 24) ^
    -				rcon[i];
    -			rk[ 7] = rk[ 1] ^ rk[ 6];
    -			rk[ 8] = rk[ 2] ^ rk[ 7];
    -			rk[ 9] = rk[ 3] ^ rk[ 8];
    -			if (++i == 8) {
    -				return 0;
    -			}
    -			rk[10] = rk[ 4] ^ rk[ 9];
    -			rk[11] = rk[ 5] ^ rk[10];
    -			rk += 6;
    -		}
    -	}
    -	rk[6] = GETU32(userKey + 24);
    -	rk[7] = GETU32(userKey + 28);
    -	if (bits == 256) {
    -		while (1) {
    -			temp = rk[ 7];
    -			rk[ 8] = rk[ 0] ^
    -				(Te4[(temp >>  8) & 0xff]      ) ^
    -				(Te4[(temp >> 16) & 0xff] <<  8) ^
    -				(Te4[(temp >> 24)       ] << 16) ^
    -				(Te4[(temp      ) & 0xff] << 24) ^
    -				rcon[i];
    -			rk[ 9] = rk[ 1] ^ rk[ 8];
    -			rk[10] = rk[ 2] ^ rk[ 9];
    -			rk[11] = rk[ 3] ^ rk[10];
    -			if (++i == 7) {
    -				return 0;
    -			}
    -			temp = rk[11];
    -			rk[12] = rk[ 4] ^
    -				(Te4[(temp      ) & 0xff]      ) ^
    -				(Te4[(temp >>  8) & 0xff] <<  8) ^
    -				(Te4[(temp >> 16) & 0xff] << 16) ^
    -				(Te4[(temp >> 24)       ] << 24);
    -			rk[13] = rk[ 5] ^ rk[12];
    -			rk[14] = rk[ 6] ^ rk[13];
    -			rk[15] = rk[ 7] ^ rk[14];
    +    rk[0] = GETU32(userKey     );
    +    rk[1] = GETU32(userKey +  4);
    +    rk[2] = GETU32(userKey +  8);
    +    rk[3] = GETU32(userKey + 12);
    +    if (bits == 128) {
    +        while (1) {
    +            temp  = rk[3];
    +            rk[4] = rk[0] ^
    +                (Te4[(temp >>  8) & 0xff]      ) ^
    +                (Te4[(temp >> 16) & 0xff] <<  8) ^
    +                (Te4[(temp >> 24)       ] << 16) ^
    +                (Te4[(temp      ) & 0xff] << 24) ^
    +                rcon[i];
    +            rk[5] = rk[1] ^ rk[4];
    +            rk[6] = rk[2] ^ rk[5];
    +            rk[7] = rk[3] ^ rk[6];
    +            if (++i == 10) {
    +                return 0;
    +            }
    +            rk += 4;
    +        }
    +    }
    +    rk[4] = GETU32(userKey + 16);
    +    rk[5] = GETU32(userKey + 20);
    +    if (bits == 192) {
    +        while (1) {
    +            temp = rk[ 5];
    +            rk[ 6] = rk[ 0] ^
    +                (Te4[(temp >>  8) & 0xff]      ) ^
    +                (Te4[(temp >> 16) & 0xff] <<  8) ^
    +                (Te4[(temp >> 24)       ] << 16) ^
    +                (Te4[(temp      ) & 0xff] << 24) ^
    +                rcon[i];
    +            rk[ 7] = rk[ 1] ^ rk[ 6];
    +            rk[ 8] = rk[ 2] ^ rk[ 7];
    +            rk[ 9] = rk[ 3] ^ rk[ 8];
    +            if (++i == 8) {
    +                return 0;
    +            }
    +            rk[10] = rk[ 4] ^ rk[ 9];
    +            rk[11] = rk[ 5] ^ rk[10];
    +            rk += 6;
    +        }
    +    }
    +    rk[6] = GETU32(userKey + 24);
    +    rk[7] = GETU32(userKey + 28);
    +    if (bits == 256) {
    +        while (1) {
    +            temp = rk[ 7];
    +            rk[ 8] = rk[ 0] ^
    +                (Te4[(temp >>  8) & 0xff]      ) ^
    +                (Te4[(temp >> 16) & 0xff] <<  8) ^
    +                (Te4[(temp >> 24)       ] << 16) ^
    +                (Te4[(temp      ) & 0xff] << 24) ^
    +                rcon[i];
    +            rk[ 9] = rk[ 1] ^ rk[ 8];
    +            rk[10] = rk[ 2] ^ rk[ 9];
    +            rk[11] = rk[ 3] ^ rk[10];
    +            if (++i == 7) {
    +                return 0;
    +            }
    +            temp = rk[11];
    +            rk[12] = rk[ 4] ^
    +                (Te4[(temp      ) & 0xff]      ) ^
    +                (Te4[(temp >>  8) & 0xff] <<  8) ^
    +                (Te4[(temp >> 16) & 0xff] << 16) ^
    +                (Te4[(temp >> 24)       ] << 24);
    +            rk[13] = rk[ 5] ^ rk[12];
    +            rk[14] = rk[ 6] ^ rk[13];
    +            rk[15] = rk[ 7] ^ rk[14];
     
    -			rk += 8;
    -        	}
    -	}
    -	return 0;
    +            rk += 8;
    +            }
    +    }
    +    return 0;
     }
     
     /**
      * Expand the cipher key into the decryption key schedule.
      */
     int AES_set_decrypt_key(const unsigned char *userKey, const int bits,
    -			 AES_KEY *key) {
    +                        AES_KEY *key)
    +{
     
    -        u32 *rk;
    -	int i, j, status;
    -	u32 temp;
    +    u32 *rk;
    +    int i, j, status;
    +    u32 temp;
     
    -	/* first, start with an encryption schedule */
    -	status = AES_set_encrypt_key(userKey, bits, key);
    -	if (status < 0)
    -		return status;
    +    /* first, start with an encryption schedule */
    +    status = AES_set_encrypt_key(userKey, bits, key);
    +    if (status < 0)
    +        return status;
     
    -	rk = key->rd_key;
    +    rk = key->rd_key;
     
    -	/* invert the order of the round keys: */
    -	for (i = 0, j = 4*(key->rounds); i < j; i += 4, j -= 4) {
    -		temp = rk[i    ]; rk[i    ] = rk[j    ]; rk[j    ] = temp;
    -		temp = rk[i + 1]; rk[i + 1] = rk[j + 1]; rk[j + 1] = temp;
    -		temp = rk[i + 2]; rk[i + 2] = rk[j + 2]; rk[j + 2] = temp;
    -		temp = rk[i + 3]; rk[i + 3] = rk[j + 3]; rk[j + 3] = temp;
    -	}
    -	/* apply the inverse MixColumn transform to all round keys but the first and the last: */
    -	for (i = 1; i < (key->rounds); i++) {
    -		rk += 4;
    +    /* invert the order of the round keys: */
    +    for (i = 0, j = 4*(key->rounds); i < j; i += 4, j -= 4) {
    +        temp = rk[i    ]; rk[i    ] = rk[j    ]; rk[j    ] = temp;
    +        temp = rk[i + 1]; rk[i + 1] = rk[j + 1]; rk[j + 1] = temp;
    +        temp = rk[i + 2]; rk[i + 2] = rk[j + 2]; rk[j + 2] = temp;
    +        temp = rk[i + 3]; rk[i + 3] = rk[j + 3]; rk[j + 3] = temp;
    +    }
    +    /* apply the inverse MixColumn transform to all round keys but the first and the last: */
    +    for (i = 1; i < (key->rounds); i++) {
    +        rk += 4;
     #if 1
    -		for (j = 0; j < 4; j++) {
    -			u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m;
    +        for (j = 0; j < 4; j++) {
    +            u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m;
     
    -			tp1 = rk[j];
    -			m = tp1 & 0x80808080;
    -			tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^
    -				((m - (m >> 7)) & 0x1b1b1b1b);
    -			m = tp2 & 0x80808080;
    -			tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^
    -				((m - (m >> 7)) & 0x1b1b1b1b);
    -			m = tp4 & 0x80808080;
    -			tp8 = ((tp4 & 0x7f7f7f7f) << 1) ^
    -				((m - (m >> 7)) & 0x1b1b1b1b);
    -			tp9 = tp8 ^ tp1;
    -			tpb = tp9 ^ tp2;
    -			tpd = tp9 ^ tp4;
    -			tpe = tp8 ^ tp4 ^ tp2;
    +            tp1 = rk[j];
    +            m = tp1 & 0x80808080;
    +            tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^
    +                ((m - (m >> 7)) & 0x1b1b1b1b);
    +            m = tp2 & 0x80808080;
    +            tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^
    +                ((m - (m >> 7)) & 0x1b1b1b1b);
    +            m = tp4 & 0x80808080;
    +            tp8 = ((tp4 & 0x7f7f7f7f) << 1) ^
    +                ((m - (m >> 7)) & 0x1b1b1b1b);
    +            tp9 = tp8 ^ tp1;
    +            tpb = tp9 ^ tp2;
    +            tpd = tp9 ^ tp4;
    +            tpe = tp8 ^ tp4 ^ tp2;
     #if defined(ROTATE)
    -			rk[j] = tpe ^ ROTATE(tpd,16) ^
    -				ROTATE(tp9,8) ^ ROTATE(tpb,24);
    +            rk[j] = tpe ^ ROTATE(tpd,16) ^
    +                ROTATE(tp9,8) ^ ROTATE(tpb,24);
     #else
    -			rk[j] = tpe ^ (tpd >> 16) ^ (tpd << 16) ^ 
    -				(tp9 >> 24) ^ (tp9 << 8) ^
    -				(tpb >> 8) ^ (tpb << 24);
    +            rk[j] = tpe ^ (tpd >> 16) ^ (tpd << 16) ^ 
    +                (tp9 >> 24) ^ (tp9 << 8) ^
    +                (tpb >> 8) ^ (tpb << 24);
     #endif
    -		}
    +        }
     #else
    -		rk[0] =
    -			Td0[Te2[(rk[0]      ) & 0xff] & 0xff] ^
    -			Td1[Te2[(rk[0] >>  8) & 0xff] & 0xff] ^
    -			Td2[Te2[(rk[0] >> 16) & 0xff] & 0xff] ^
    -			Td3[Te2[(rk[0] >> 24)       ] & 0xff];
    -		rk[1] =
    -			Td0[Te2[(rk[1]      ) & 0xff] & 0xff] ^
    -			Td1[Te2[(rk[1] >>  8) & 0xff] & 0xff] ^
    -			Td2[Te2[(rk[1] >> 16) & 0xff] & 0xff] ^
    -			Td3[Te2[(rk[1] >> 24)       ] & 0xff];
    -		rk[2] =
    -			Td0[Te2[(rk[2]      ) & 0xff] & 0xff] ^
    -			Td1[Te2[(rk[2] >>  8) & 0xff] & 0xff] ^
    -			Td2[Te2[(rk[2] >> 16) & 0xff] & 0xff] ^
    -			Td3[Te2[(rk[2] >> 24)       ] & 0xff];
    -		rk[3] =
    -			Td0[Te2[(rk[3]      ) & 0xff] & 0xff] ^
    -			Td1[Te2[(rk[3] >>  8) & 0xff] & 0xff] ^
    -			Td2[Te2[(rk[3] >> 16) & 0xff] & 0xff] ^
    -			Td3[Te2[(rk[3] >> 24)       ] & 0xff];
    +        rk[0] =
    +            Td0[Te2[(rk[0]      ) & 0xff] & 0xff] ^
    +            Td1[Te2[(rk[0] >>  8) & 0xff] & 0xff] ^
    +            Td2[Te2[(rk[0] >> 16) & 0xff] & 0xff] ^
    +            Td3[Te2[(rk[0] >> 24)       ] & 0xff];
    +        rk[1] =
    +            Td0[Te2[(rk[1]      ) & 0xff] & 0xff] ^
    +            Td1[Te2[(rk[1] >>  8) & 0xff] & 0xff] ^
    +            Td2[Te2[(rk[1] >> 16) & 0xff] & 0xff] ^
    +            Td3[Te2[(rk[1] >> 24)       ] & 0xff];
    +        rk[2] =
    +            Td0[Te2[(rk[2]      ) & 0xff] & 0xff] ^
    +            Td1[Te2[(rk[2] >>  8) & 0xff] & 0xff] ^
    +            Td2[Te2[(rk[2] >> 16) & 0xff] & 0xff] ^
    +            Td3[Te2[(rk[2] >> 24)       ] & 0xff];
    +        rk[3] =
    +            Td0[Te2[(rk[3]      ) & 0xff] & 0xff] ^
    +            Td1[Te2[(rk[3] >>  8) & 0xff] & 0xff] ^
    +            Td2[Te2[(rk[3] >> 16) & 0xff] & 0xff] ^
    +            Td3[Te2[(rk[3] >> 24)       ] & 0xff];
     #endif
    -	}
    -	return 0;
    +    }
    +    return 0;
     }
     
     /*
    @@ -650,210 +654,212 @@ int AES_set_decrypt_key(const unsigned char *userKey, const int bits,
      * in and out can overlap
      */
     void AES_encrypt(const unsigned char *in, unsigned char *out,
    -		 const AES_KEY *key) {
    +                 const AES_KEY *key)
    +{
     
    -	const u32 *rk;
    -	u32 s0, s1, s2, s3, t[4];
    -	int r;
    +    const u32 *rk;
    +    u32 s0, s1, s2, s3, t[4];
    +    int r;
     
    -	assert(in && out && key);
    -	rk = key->rd_key;
    +    assert(in && out && key);
    +    rk = key->rd_key;
     
    -	/*
    -	 * map byte array block to cipher state
    -	 * and add initial round key:
    -	 */
    -	s0 = GETU32(in     ) ^ rk[0];
    -	s1 = GETU32(in +  4) ^ rk[1];
    -	s2 = GETU32(in +  8) ^ rk[2];
    -	s3 = GETU32(in + 12) ^ rk[3];
    +    /*
    +     * map byte array block to cipher state
    +     * and add initial round key:
    +     */
    +    s0 = GETU32(in     ) ^ rk[0];
    +    s1 = GETU32(in +  4) ^ rk[1];
    +    s2 = GETU32(in +  8) ^ rk[2];
    +    s3 = GETU32(in + 12) ^ rk[3];
     
     #if defined(AES_COMPACT_IN_OUTER_ROUNDS)
    -	prefetch256(Te4);
    +    prefetch256(Te4);
     
    -	t[0] =	Te4[(s0      ) & 0xff]       ^
    -		Te4[(s1 >>  8) & 0xff] <<  8 ^
    -		Te4[(s2 >> 16) & 0xff] << 16 ^
    -		Te4[(s3 >> 24)       ] << 24;
    -	t[1] =	Te4[(s1      ) & 0xff]       ^
    -		Te4[(s2 >>  8) & 0xff] <<  8 ^
    -		Te4[(s3 >> 16) & 0xff] << 16 ^
    -		Te4[(s0 >> 24)       ] << 24;
    -	t[2] =	Te4[(s2      ) & 0xff]       ^
    -		Te4[(s3 >>  8) & 0xff] <<  8 ^
    -		Te4[(s0 >> 16) & 0xff] << 16 ^
    -		Te4[(s1 >> 24)       ] << 24;
    -	t[3] =	Te4[(s3      ) & 0xff]       ^
    -		Te4[(s0 >>  8) & 0xff] <<  8 ^
    -		Te4[(s1 >> 16) & 0xff] << 16 ^
    -		Te4[(s2 >> 24)       ] << 24;
    +    t[0] =  Te4[(s0      ) & 0xff]       ^
    +        Te4[(s1 >>  8) & 0xff] <<  8 ^
    +        Te4[(s2 >> 16) & 0xff] << 16 ^
    +        Te4[(s3 >> 24)       ] << 24;
    +    t[1] =  Te4[(s1      ) & 0xff]       ^
    +        Te4[(s2 >>  8) & 0xff] <<  8 ^
    +        Te4[(s3 >> 16) & 0xff] << 16 ^
    +        Te4[(s0 >> 24)       ] << 24;
    +    t[2] =  Te4[(s2      ) & 0xff]       ^
    +        Te4[(s3 >>  8) & 0xff] <<  8 ^
    +        Te4[(s0 >> 16) & 0xff] << 16 ^
    +        Te4[(s1 >> 24)       ] << 24;
    +    t[3] =  Te4[(s3      ) & 0xff]       ^
    +        Te4[(s0 >>  8) & 0xff] <<  8 ^
    +        Te4[(s1 >> 16) & 0xff] << 16 ^
    +        Te4[(s2 >> 24)       ] << 24;
     
    -	/* now do the linear transform using words */
    -	{	int i;
    -		u32 r0, r1, r2;
    +    /* now do the linear transform using words */
    +    {   int i;
    +        u32 r0, r1, r2;
     
    -		for (i = 0; i < 4; i++) {
    -			r0 = t[i];
    -			r1 = r0 & 0x80808080;
    -			r2 = ((r0 & 0x7f7f7f7f) << 1) ^
    -				((r1 - (r1 >> 7)) & 0x1b1b1b1b);
    +        for (i = 0; i < 4; i++) {
    +            r0 = t[i];
    +            r1 = r0 & 0x80808080;
    +            r2 = ((r0 & 0x7f7f7f7f) << 1) ^
    +                ((r1 - (r1 >> 7)) & 0x1b1b1b1b);
     #if defined(ROTATE)
    -			t[i] = r2 ^ ROTATE(r2,24) ^ ROTATE(r0,24) ^
    -				ROTATE(r0,16) ^ ROTATE(r0,8);
    +            t[i] = r2 ^ ROTATE(r2,24) ^ ROTATE(r0,24) ^
    +                ROTATE(r0,16) ^ ROTATE(r0,8);
     #else
    -			t[i] = r2 ^ ((r2 ^ r0) << 24) ^ ((r2 ^ r0) >> 8) ^
    -				(r0 << 16) ^ (r0 >> 16) ^
    -				(r0 << 8) ^ (r0 >> 24);
    +            t[i] = r2 ^ ((r2 ^ r0) << 24) ^ ((r2 ^ r0) >> 8) ^
    +                (r0 << 16) ^ (r0 >> 16) ^
    +                (r0 << 8) ^ (r0 >> 24);
     #endif
    -			t[i] ^= rk[4+i];
    -		}
    -	}
    +            t[i] ^= rk[4+i];
    +        }
    +    }
     #else
    -	t[0] =	Te0[(s0      ) & 0xff] ^
    -		Te1[(s1 >>  8) & 0xff] ^
    -		Te2[(s2 >> 16) & 0xff] ^
    -		Te3[(s3 >> 24)       ] ^
    -		rk[4];
    -	t[1] =	Te0[(s1      ) & 0xff] ^
    -		Te1[(s2 >>  8) & 0xff] ^
    -		Te2[(s3 >> 16) & 0xff] ^
    -		Te3[(s0 >> 24)       ] ^
    -		rk[5];
    -	t[2] =	Te0[(s2      ) & 0xff] ^
    -		Te1[(s3 >>  8) & 0xff] ^
    -		Te2[(s0 >> 16) & 0xff] ^
    -		Te3[(s1 >> 24)       ] ^
    -		rk[6];
    -	t[3] =	Te0[(s3      ) & 0xff] ^
    -		Te1[(s0 >>  8) & 0xff] ^
    -		Te2[(s1 >> 16) & 0xff] ^
    -		Te3[(s2 >> 24)       ] ^
    -		rk[7];
    +    t[0] =  Te0[(s0      ) & 0xff] ^
    +        Te1[(s1 >>  8) & 0xff] ^
    +        Te2[(s2 >> 16) & 0xff] ^
    +        Te3[(s3 >> 24)       ] ^
    +        rk[4];
    +    t[1] =  Te0[(s1      ) & 0xff] ^
    +        Te1[(s2 >>  8) & 0xff] ^
    +        Te2[(s3 >> 16) & 0xff] ^
    +        Te3[(s0 >> 24)       ] ^
    +        rk[5];
    +    t[2] =  Te0[(s2      ) & 0xff] ^
    +        Te1[(s3 >>  8) & 0xff] ^
    +        Te2[(s0 >> 16) & 0xff] ^
    +        Te3[(s1 >> 24)       ] ^
    +        rk[6];
    +    t[3] =  Te0[(s3      ) & 0xff] ^
    +        Te1[(s0 >>  8) & 0xff] ^
    +        Te2[(s1 >> 16) & 0xff] ^
    +        Te3[(s2 >> 24)       ] ^
    +        rk[7];
     #endif
    -	s0 = t[0]; s1 = t[1]; s2 = t[2]; s3 = t[3];
    +    s0 = t[0]; s1 = t[1]; s2 = t[2]; s3 = t[3];
     
         /*
          * Nr - 2 full rounds:
          */
         for (rk+=8,r=key->rounds-2; r>0; rk+=4,r--) {
     #if defined(AES_COMPACT_IN_INNER_ROUNDS)
    -	t[0] =	Te4[(s0      ) & 0xff]       ^
    -		Te4[(s1 >>  8) & 0xff] <<  8 ^
    -		Te4[(s2 >> 16) & 0xff] << 16 ^
    -		Te4[(s3 >> 24)       ] << 24;
    -	t[1] =	Te4[(s1      ) & 0xff]       ^
    -		Te4[(s2 >>  8) & 0xff] <<  8 ^
    -		Te4[(s3 >> 16) & 0xff] << 16 ^
    -		Te4[(s0 >> 24)       ] << 24;
    -	t[2] =	Te4[(s2      ) & 0xff]       ^
    -		Te4[(s3 >>  8) & 0xff] <<  8 ^
    -		Te4[(s0 >> 16) & 0xff] << 16 ^
    -		Te4[(s1 >> 24)       ] << 24;
    -	t[3] =	Te4[(s3      ) & 0xff]       ^
    -		Te4[(s0 >>  8) & 0xff] <<  8 ^
    -		Te4[(s1 >> 16) & 0xff] << 16 ^
    -		Te4[(s2 >> 24)       ] << 24;
    +        t[0] =  Te4[(s0      ) & 0xff]       ^
    +            Te4[(s1 >>  8) & 0xff] <<  8 ^
    +            Te4[(s2 >> 16) & 0xff] << 16 ^
    +            Te4[(s3 >> 24)       ] << 24;
    +        t[1] =  Te4[(s1      ) & 0xff]       ^
    +            Te4[(s2 >>  8) & 0xff] <<  8 ^
    +            Te4[(s3 >> 16) & 0xff] << 16 ^
    +            Te4[(s0 >> 24)       ] << 24;
    +        t[2] =  Te4[(s2      ) & 0xff]       ^
    +            Te4[(s3 >>  8) & 0xff] <<  8 ^
    +            Te4[(s0 >> 16) & 0xff] << 16 ^
    +            Te4[(s1 >> 24)       ] << 24;
    +        t[3] =  Te4[(s3      ) & 0xff]       ^
    +            Te4[(s0 >>  8) & 0xff] <<  8 ^
    +            Te4[(s1 >> 16) & 0xff] << 16 ^
    +            Te4[(s2 >> 24)       ] << 24;
     
    -	/* now do the linear transform using words */
    -	{	int i;
    -		u32 r0, r1, r2;
    +        /* now do the linear transform using words */
    +        {
    +            int i;
    +            u32 r0, r1, r2;
     
    -		for (i = 0; i < 4; i++) {
    -			r0 = t[i];
    -			r1 = r0 & 0x80808080;
    -			r2 = ((r0 & 0x7f7f7f7f) << 1) ^
    -				((r1 - (r1 >> 7)) & 0x1b1b1b1b);
    +            for (i = 0; i < 4; i++) {
    +                r0 = t[i];
    +                r1 = r0 & 0x80808080;
    +                r2 = ((r0 & 0x7f7f7f7f) << 1) ^
    +                    ((r1 - (r1 >> 7)) & 0x1b1b1b1b);
     #if defined(ROTATE)
    -			t[i] = r2 ^ ROTATE(r2,24) ^ ROTATE(r0,24) ^
    -				ROTATE(r0,16) ^ ROTATE(r0,8);
    +                t[i] = r2 ^ ROTATE(r2,24) ^ ROTATE(r0,24) ^
    +                    ROTATE(r0,16) ^ ROTATE(r0,8);
     #else
    -			t[i] = r2 ^ ((r2 ^ r0) << 24) ^ ((r2 ^ r0) >> 8) ^
    -				(r0 << 16) ^ (r0 >> 16) ^
    -				(r0 << 8) ^ (r0 >> 24);
    +                t[i] = r2 ^ ((r2 ^ r0) << 24) ^ ((r2 ^ r0) >> 8) ^
    +                    (r0 << 16) ^ (r0 >> 16) ^
    +                    (r0 << 8) ^ (r0 >> 24);
     #endif
    -			t[i] ^= rk[i];
    -		}
    -	}
    +                t[i] ^= rk[i];
    +            }
    +        }
     #else
    -	t[0] =	Te0[(s0      ) & 0xff] ^
    -		Te1[(s1 >>  8) & 0xff] ^
    -		Te2[(s2 >> 16) & 0xff] ^
    -		Te3[(s3 >> 24)       ] ^
    -		rk[0];
    -	t[1] =	Te0[(s1      ) & 0xff] ^
    -		Te1[(s2 >>  8) & 0xff] ^
    -		Te2[(s3 >> 16) & 0xff] ^
    -		Te3[(s0 >> 24)       ] ^
    -		rk[1];
    -	t[2] =	Te0[(s2      ) & 0xff] ^
    -		Te1[(s3 >>  8) & 0xff] ^
    -		Te2[(s0 >> 16) & 0xff] ^
    -		Te3[(s1 >> 24)       ] ^
    -		rk[2];
    -	t[3] =	Te0[(s3      ) & 0xff] ^
    -		Te1[(s0 >>  8) & 0xff] ^
    -		Te2[(s1 >> 16) & 0xff] ^
    -		Te3[(s2 >> 24)       ] ^
    -		rk[3];
    +        t[0] =  Te0[(s0      ) & 0xff] ^
    +            Te1[(s1 >>  8) & 0xff] ^
    +            Te2[(s2 >> 16) & 0xff] ^
    +            Te3[(s3 >> 24)       ] ^
    +            rk[0];
    +        t[1] =  Te0[(s1      ) & 0xff] ^
    +            Te1[(s2 >>  8) & 0xff] ^
    +            Te2[(s3 >> 16) & 0xff] ^
    +            Te3[(s0 >> 24)       ] ^
    +            rk[1];
    +        t[2] =  Te0[(s2      ) & 0xff] ^
    +            Te1[(s3 >>  8) & 0xff] ^
    +            Te2[(s0 >> 16) & 0xff] ^
    +            Te3[(s1 >> 24)       ] ^
    +            rk[2];
    +        t[3] =  Te0[(s3      ) & 0xff] ^
    +            Te1[(s0 >>  8) & 0xff] ^
    +            Te2[(s1 >> 16) & 0xff] ^
    +            Te3[(s2 >> 24)       ] ^
    +            rk[3];
     #endif
    -	s0 = t[0]; s1 = t[1]; s2 = t[2]; s3 = t[3];
    +        s0 = t[0]; s1 = t[1]; s2 = t[2]; s3 = t[3];
         }
         /*
    -	 * apply last round and
    -	 * map cipher state to byte array block:
    -	 */
    +     * apply last round and
    +     * map cipher state to byte array block:
    +     */
     #if defined(AES_COMPACT_IN_OUTER_ROUNDS)
    -	prefetch256(Te4);
    +    prefetch256(Te4);
     
    -	*(u32*)(out+0) =
    -		Te4[(s0      ) & 0xff]       ^
    -		Te4[(s1 >>  8) & 0xff] <<  8 ^
    -		Te4[(s2 >> 16) & 0xff] << 16 ^
    -		Te4[(s3 >> 24)       ] << 24 ^
    -		rk[0];
    -	*(u32*)(out+4) =
    -		Te4[(s1      ) & 0xff]       ^
    -		Te4[(s2 >>  8) & 0xff] <<  8 ^
    -		Te4[(s3 >> 16) & 0xff] << 16 ^
    -		Te4[(s0 >> 24)       ] << 24 ^
    -		rk[1];
    -	*(u32*)(out+8) =
    -		Te4[(s2      ) & 0xff]       ^
    -		Te4[(s3 >>  8) & 0xff] <<  8 ^
    -		Te4[(s0 >> 16) & 0xff] << 16 ^
    -		Te4[(s1 >> 24)       ] << 24 ^
    -		rk[2];
    -	*(u32*)(out+12) =
    -		Te4[(s3      ) & 0xff]       ^
    -		Te4[(s0 >>  8) & 0xff] <<  8 ^
    -		Te4[(s1 >> 16) & 0xff] << 16 ^
    -		Te4[(s2 >> 24)       ] << 24 ^
    -		rk[3];
    +    *(u32*)(out+0) =
    +        Te4[(s0      ) & 0xff]       ^
    +        Te4[(s1 >>  8) & 0xff] <<  8 ^
    +        Te4[(s2 >> 16) & 0xff] << 16 ^
    +        Te4[(s3 >> 24)       ] << 24 ^
    +        rk[0];
    +    *(u32*)(out+4) =
    +        Te4[(s1      ) & 0xff]       ^
    +        Te4[(s2 >>  8) & 0xff] <<  8 ^
    +        Te4[(s3 >> 16) & 0xff] << 16 ^
    +        Te4[(s0 >> 24)       ] << 24 ^
    +        rk[1];
    +    *(u32*)(out+8) =
    +        Te4[(s2      ) & 0xff]       ^
    +        Te4[(s3 >>  8) & 0xff] <<  8 ^
    +        Te4[(s0 >> 16) & 0xff] << 16 ^
    +        Te4[(s1 >> 24)       ] << 24 ^
    +        rk[2];
    +    *(u32*)(out+12) =
    +        Te4[(s3      ) & 0xff]       ^
    +        Te4[(s0 >>  8) & 0xff] <<  8 ^
    +        Te4[(s1 >> 16) & 0xff] << 16 ^
    +        Te4[(s2 >> 24)       ] << 24 ^
    +        rk[3];
     #else
    -	*(u32*)(out+0) =
    -		(Te2[(s0      ) & 0xff] & 0x000000ffU) ^
    -		(Te3[(s1 >>  8) & 0xff] & 0x0000ff00U) ^
    -		(Te0[(s2 >> 16) & 0xff] & 0x00ff0000U) ^
    -		(Te1[(s3 >> 24)       ] & 0xff000000U) ^
    -		rk[0];
    -	*(u32*)(out+4) =
    -		(Te2[(s1      ) & 0xff] & 0x000000ffU) ^
    -		(Te3[(s2 >>  8) & 0xff] & 0x0000ff00U) ^
    -		(Te0[(s3 >> 16) & 0xff] & 0x00ff0000U) ^
    -		(Te1[(s0 >> 24)       ] & 0xff000000U) ^
    -		rk[1];
    -	*(u32*)(out+8) =
    -		(Te2[(s2      ) & 0xff] & 0x000000ffU) ^
    -		(Te3[(s3 >>  8) & 0xff] & 0x0000ff00U) ^
    -		(Te0[(s0 >> 16) & 0xff] & 0x00ff0000U) ^
    -		(Te1[(s1 >> 24)       ] & 0xff000000U) ^
    -		rk[2];
    -	*(u32*)(out+12) =
    -		(Te2[(s3      ) & 0xff] & 0x000000ffU) ^
    -		(Te3[(s0 >>  8) & 0xff] & 0x0000ff00U) ^
    -		(Te0[(s1 >> 16) & 0xff] & 0x00ff0000U) ^
    -		(Te1[(s2 >> 24)       ] & 0xff000000U) ^
    -		rk[3];
    +    *(u32*)(out+0) =
    +        (Te2[(s0      ) & 0xff] & 0x000000ffU) ^
    +        (Te3[(s1 >>  8) & 0xff] & 0x0000ff00U) ^
    +        (Te0[(s2 >> 16) & 0xff] & 0x00ff0000U) ^
    +        (Te1[(s3 >> 24)       ] & 0xff000000U) ^
    +        rk[0];
    +    *(u32*)(out+4) =
    +        (Te2[(s1      ) & 0xff] & 0x000000ffU) ^
    +        (Te3[(s2 >>  8) & 0xff] & 0x0000ff00U) ^
    +        (Te0[(s3 >> 16) & 0xff] & 0x00ff0000U) ^
    +        (Te1[(s0 >> 24)       ] & 0xff000000U) ^
    +        rk[1];
    +    *(u32*)(out+8) =
    +        (Te2[(s2      ) & 0xff] & 0x000000ffU) ^
    +        (Te3[(s3 >>  8) & 0xff] & 0x0000ff00U) ^
    +        (Te0[(s0 >> 16) & 0xff] & 0x00ff0000U) ^
    +        (Te1[(s1 >> 24)       ] & 0xff000000U) ^
    +        rk[2];
    +    *(u32*)(out+12) =
    +        (Te2[(s3      ) & 0xff] & 0x000000ffU) ^
    +        (Te3[(s0 >>  8) & 0xff] & 0x0000ff00U) ^
    +        (Te0[(s1 >> 16) & 0xff] & 0x00ff0000U) ^
    +        (Te1[(s2 >> 24)       ] & 0xff000000U) ^
    +        rk[3];
     #endif
     }
     
    @@ -862,202 +868,205 @@ void AES_encrypt(const unsigned char *in, unsigned char *out,
      * in and out can overlap
      */
     void AES_decrypt(const unsigned char *in, unsigned char *out,
    -		 const AES_KEY *key) {
    +                 const AES_KEY *key)
    +{
     
    -	const u32 *rk;
    -	u32 s0, s1, s2, s3, t[4];
    -	int r;
    +    const u32 *rk;
    +    u32 s0, s1, s2, s3, t[4];
    +    int r;
     
    -	assert(in && out && key);
    -	rk = key->rd_key;
    +    assert(in && out && key);
    +    rk = key->rd_key;
     
    -	/*
    -	 * map byte array block to cipher state
    -	 * and add initial round key:
    -	 */
    -	s0 = GETU32(in     ) ^ rk[0];
    -	s1 = GETU32(in +  4) ^ rk[1];
    -	s2 = GETU32(in +  8) ^ rk[2];
    -	s3 = GETU32(in + 12) ^ rk[3];
    +    /*
    +     * map byte array block to cipher state
    +     * and add initial round key:
    +     */
    +    s0 = GETU32(in     ) ^ rk[0];
    +    s1 = GETU32(in +  4) ^ rk[1];
    +    s2 = GETU32(in +  8) ^ rk[2];
    +    s3 = GETU32(in + 12) ^ rk[3];
     
     #if defined(AES_COMPACT_IN_OUTER_ROUNDS)
    -	prefetch256(Td4);
    +    prefetch256(Td4);
     
    -        t[0] =	Td4[(s0      ) & 0xff]       ^
    -		Td4[(s3 >>  8) & 0xff] <<  8 ^
    -		Td4[(s2 >> 16) & 0xff] << 16 ^
    -		Td4[(s1 >> 24)       ] << 24;
    -        t[1] =	Td4[(s1      ) & 0xff]       ^
    -		Td4[(s0 >>  8) & 0xff] <<  8 ^
    -		Td4[(s3 >> 16) & 0xff] << 16 ^
    -		Td4[(s2 >> 24)       ] << 24;
    -        t[2] =	Td4[(s2      ) & 0xff]       ^
    -		Td4[(s1 >>  8) & 0xff] <<  8 ^
    -		Td4[(s0 >> 16) & 0xff] << 16 ^
    -		Td4[(s3 >> 24)       ] << 24;
    -        t[3] =	Td4[(s3      ) & 0xff]       ^
    -		Td4[(s2 >>  8) & 0xff] <<  8 ^
    -		Td4[(s1 >> 16) & 0xff] << 16 ^
    -		Td4[(s0 >> 24)       ] << 24;
    +    t[0] =  Td4[(s0      ) & 0xff]       ^
    +    Td4[(s3 >>  8) & 0xff] <<  8 ^
    +    Td4[(s2 >> 16) & 0xff] << 16 ^
    +    Td4[(s1 >> 24)       ] << 24;
    +    t[1] =  Td4[(s1      ) & 0xff]       ^
    +    Td4[(s0 >>  8) & 0xff] <<  8 ^
    +    Td4[(s3 >> 16) & 0xff] << 16 ^
    +    Td4[(s2 >> 24)       ] << 24;
    +    t[2] =  Td4[(s2      ) & 0xff]       ^
    +    Td4[(s1 >>  8) & 0xff] <<  8 ^
    +    Td4[(s0 >> 16) & 0xff] << 16 ^
    +    Td4[(s3 >> 24)       ] << 24;
    +    t[3] =  Td4[(s3      ) & 0xff]       ^
    +    Td4[(s2 >>  8) & 0xff] <<  8 ^
    +    Td4[(s1 >> 16) & 0xff] << 16 ^
    +    Td4[(s0 >> 24)       ] << 24;
     
    -	/* now do the linear transform using words */ 
    -	{	int i;
    -		u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m;
    +    /* now do the linear transform using words */ 
    +    {
    +        int i;
    +        u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m;
     
    -		for (i = 0; i < 4; i++) {
    -			tp1 = t[i];
    -			m = tp1 & 0x80808080;
    -			tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^
    -				((m - (m >> 7)) & 0x1b1b1b1b);
    -			m = tp2 & 0x80808080;
    -			tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^
    -				((m - (m >> 7)) & 0x1b1b1b1b);
    -			m = tp4 & 0x80808080;
    -			tp8 = ((tp4 & 0x7f7f7f7f) << 1) ^
    -				((m - (m >> 7)) & 0x1b1b1b1b);
    -			tp9 = tp8 ^ tp1;
    -			tpb = tp9 ^ tp2;
    -			tpd = tp9 ^ tp4;
    -			tpe = tp8 ^ tp4 ^ tp2;
    +        for (i = 0; i < 4; i++) {
    +            tp1 = t[i];
    +            m = tp1 & 0x80808080;
    +            tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^
    +                ((m - (m >> 7)) & 0x1b1b1b1b);
    +            m = tp2 & 0x80808080;
    +            tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^
    +                ((m - (m >> 7)) & 0x1b1b1b1b);
    +            m = tp4 & 0x80808080;
    +            tp8 = ((tp4 & 0x7f7f7f7f) << 1) ^
    +                ((m - (m >> 7)) & 0x1b1b1b1b);
    +            tp9 = tp8 ^ tp1;
    +            tpb = tp9 ^ tp2;
    +            tpd = tp9 ^ tp4;
    +            tpe = tp8 ^ tp4 ^ tp2;
     #if defined(ROTATE)
    -			t[i] = tpe ^ ROTATE(tpd,16) ^
    -				ROTATE(tp9,8) ^ ROTATE(tpb,24);
    +            t[i] = tpe ^ ROTATE(tpd,16) ^
    +                ROTATE(tp9,8) ^ ROTATE(tpb,24);
     #else
    -			t[i] = tpe ^ (tpd >> 16) ^ (tpd << 16) ^ 
    -				(tp9 >> 24) ^ (tp9 << 8) ^
    -				(tpb >> 8) ^ (tpb << 24);
    +            t[i] = tpe ^ (tpd >> 16) ^ (tpd << 16) ^ 
    +                (tp9 >> 24) ^ (tp9 << 8) ^
    +                (tpb >> 8) ^ (tpb << 24);
     #endif
    -			t[i] ^= rk[4+i];
    -		}
    -	}
    +            t[i] ^= rk[4+i];
    +        }
    +    }
     #else
    -	t[0] =	Td0[(s0      ) & 0xff] ^
    -		Td1[(s3 >>  8) & 0xff] ^
    -		Td2[(s2 >> 16) & 0xff] ^
    -		Td3[(s1 >> 24)       ] ^
    -		rk[4];
    -	t[1] =	Td0[(s1      ) & 0xff] ^
    -		Td1[(s0 >>  8) & 0xff] ^
    -		Td2[(s3 >> 16) & 0xff] ^
    -		Td3[(s2 >> 24)       ] ^
    -		rk[5];
    -	t[2] =	Td0[(s2      ) & 0xff] ^
    -		Td1[(s1 >>  8) & 0xff] ^
    -		Td2[(s0 >> 16) & 0xff] ^
    -		Td3[(s3 >> 24)       ] ^
    -		rk[6];
    -	t[3] =	Td0[(s3      ) & 0xff] ^
    -		Td1[(s2 >>  8) & 0xff] ^
    -		Td2[(s1 >> 16) & 0xff] ^
    -		Td3[(s0 >> 24)       ] ^
    -		rk[7];
    +    t[0] =  Td0[(s0      ) & 0xff] ^
    +        Td1[(s3 >>  8) & 0xff] ^
    +        Td2[(s2 >> 16) & 0xff] ^
    +        Td3[(s1 >> 24)       ] ^
    +        rk[4];
    +    t[1] =  Td0[(s1      ) & 0xff] ^
    +        Td1[(s0 >>  8) & 0xff] ^
    +        Td2[(s3 >> 16) & 0xff] ^
    +        Td3[(s2 >> 24)       ] ^
    +        rk[5];
    +    t[2] =  Td0[(s2      ) & 0xff] ^
    +        Td1[(s1 >>  8) & 0xff] ^
    +        Td2[(s0 >> 16) & 0xff] ^
    +        Td3[(s3 >> 24)       ] ^
    +        rk[6];
    +    t[3] =  Td0[(s3      ) & 0xff] ^
    +        Td1[(s2 >>  8) & 0xff] ^
    +        Td2[(s1 >> 16) & 0xff] ^
    +        Td3[(s0 >> 24)       ] ^
    +        rk[7];
     #endif
    -	s0 = t[0]; s1 = t[1]; s2 = t[2]; s3 = t[3];
    +    s0 = t[0]; s1 = t[1]; s2 = t[2]; s3 = t[3];
     
         /*
          * Nr - 2 full rounds:
          */
         for (rk+=8,r=key->rounds-2; r>0; rk+=4,r--) {
     #if defined(AES_COMPACT_IN_INNER_ROUNDS)
    -        t[0] =	Td4[(s0      ) & 0xff]       ^
    -		Td4[(s3 >>  8) & 0xff] <<  8 ^
    -		Td4[(s2 >> 16) & 0xff] << 16 ^
    -		Td4[(s1 >> 24)       ] << 24;
    -        t[1] =	Td4[(s1      ) & 0xff]       ^
    -		Td4[(s0 >>  8) & 0xff] <<  8 ^
    -		Td4[(s3 >> 16) & 0xff] << 16 ^
    -		Td4[(s2 >> 24)       ] << 24;
    -        t[2] =	Td4[(s2      ) & 0xff]       ^
    -		Td4[(s1 >>  8) & 0xff] <<  8 ^
    -		Td4[(s0 >> 16) & 0xff] << 16 ^
    -		Td4[(s3 >> 24)       ] << 24;
    -        t[3] =	Td4[(s3      ) & 0xff]       ^
    -		Td4[(s2 >>  8) & 0xff] <<  8 ^
    -		Td4[(s1 >> 16) & 0xff] << 16 ^
    -		Td4[(s0 >> 24)       ] << 24;
    +        t[0] =  Td4[(s0      ) & 0xff]       ^
    +        Td4[(s3 >>  8) & 0xff] <<  8 ^
    +        Td4[(s2 >> 16) & 0xff] << 16 ^
    +        Td4[(s1 >> 24)       ] << 24;
    +        t[1] =  Td4[(s1      ) & 0xff]       ^
    +        Td4[(s0 >>  8) & 0xff] <<  8 ^
    +        Td4[(s3 >> 16) & 0xff] << 16 ^
    +        Td4[(s2 >> 24)       ] << 24;
    +        t[2] =  Td4[(s2      ) & 0xff]       ^
    +        Td4[(s1 >>  8) & 0xff] <<  8 ^
    +        Td4[(s0 >> 16) & 0xff] << 16 ^
    +        Td4[(s3 >> 24)       ] << 24;
    +        t[3] =  Td4[(s3      ) & 0xff]       ^
    +        Td4[(s2 >>  8) & 0xff] <<  8 ^
    +        Td4[(s1 >> 16) & 0xff] << 16 ^
    +        Td4[(s0 >> 24)       ] << 24;
     
    -	/* now do the linear transform using words */ 
    -	{	int i;
    -		u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m;
    +    /* now do the linear transform using words */ 
    +    {
    +        int i;
    +        u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m;
     
    -		for (i = 0; i < 4; i++) {
    -			tp1 = t[i];
    -			m = tp1 & 0x80808080;
    -			tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^
    -				((m - (m >> 7)) & 0x1b1b1b1b);
    -			m = tp2 & 0x80808080;
    -			tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^
    -				((m - (m >> 7)) & 0x1b1b1b1b);
    -			m = tp4 & 0x80808080;
    -			tp8 = ((tp4 & 0x7f7f7f7f) << 1) ^
    -				((m - (m >> 7)) & 0x1b1b1b1b);
    -			tp9 = tp8 ^ tp1;
    -			tpb = tp9 ^ tp2;
    -			tpd = tp9 ^ tp4;
    -			tpe = tp8 ^ tp4 ^ tp2;
    +        for (i = 0; i < 4; i++) {
    +            tp1 = t[i];
    +            m = tp1 & 0x80808080;
    +            tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^
    +                ((m - (m >> 7)) & 0x1b1b1b1b);
    +            m = tp2 & 0x80808080;
    +            tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^
    +                ((m - (m >> 7)) & 0x1b1b1b1b);
    +            m = tp4 & 0x80808080;
    +            tp8 = ((tp4 & 0x7f7f7f7f) << 1) ^
    +                ((m - (m >> 7)) & 0x1b1b1b1b);
    +            tp9 = tp8 ^ tp1;
    +            tpb = tp9 ^ tp2;
    +            tpd = tp9 ^ tp4;
    +            tpe = tp8 ^ tp4 ^ tp2;
     #if defined(ROTATE)
    -			t[i] = tpe ^ ROTATE(tpd,16) ^
    -				ROTATE(tp9,8) ^ ROTATE(tpb,24);
    +            t[i] = tpe ^ ROTATE(tpd,16) ^
    +                ROTATE(tp9,8) ^ ROTATE(tpb,24);
     #else
    -			t[i] = tpe ^ (tpd >> 16) ^ (tpd << 16) ^ 
    -				(tp9 >> 24) ^ (tp9 << 8) ^
    -				(tpb >> 8) ^ (tpb << 24);
    +            t[i] = tpe ^ (tpd >> 16) ^ (tpd << 16) ^ 
    +                (tp9 >> 24) ^ (tp9 << 8) ^
    +                (tpb >> 8) ^ (tpb << 24);
     #endif
    -			t[i] ^= rk[i];
    -		}
    -	}
    +            t[i] ^= rk[i];
    +        }
    +    }
     #else
    -	t[0] =	Td0[(s0      ) & 0xff] ^
    -		Td1[(s3 >>  8) & 0xff] ^
    -		Td2[(s2 >> 16) & 0xff] ^
    -		Td3[(s1 >> 24)       ] ^
    -		rk[0];
    -	t[1] =	Td0[(s1      ) & 0xff] ^
    -		Td1[(s0 >>  8) & 0xff] ^
    -		Td2[(s3 >> 16) & 0xff] ^
    -		Td3[(s2 >> 24)       ] ^
    -		rk[1];
    -	t[2] =	Td0[(s2      ) & 0xff] ^
    -		Td1[(s1 >>  8) & 0xff] ^
    -		Td2[(s0 >> 16) & 0xff] ^
    -		Td3[(s3 >> 24)       ] ^
    -		rk[2];
    -	t[3] =	Td0[(s3      ) & 0xff] ^
    -		Td1[(s2 >>  8) & 0xff] ^
    -		Td2[(s1 >> 16) & 0xff] ^
    -		Td3[(s0 >> 24)       ] ^
    -		rk[3];
    +    t[0] =  Td0[(s0      ) & 0xff] ^
    +        Td1[(s3 >>  8) & 0xff] ^
    +        Td2[(s2 >> 16) & 0xff] ^
    +        Td3[(s1 >> 24)       ] ^
    +        rk[0];
    +    t[1] =  Td0[(s1      ) & 0xff] ^
    +        Td1[(s0 >>  8) & 0xff] ^
    +        Td2[(s3 >> 16) & 0xff] ^
    +        Td3[(s2 >> 24)       ] ^
    +        rk[1];
    +    t[2] =  Td0[(s2      ) & 0xff] ^
    +        Td1[(s1 >>  8) & 0xff] ^
    +        Td2[(s0 >> 16) & 0xff] ^
    +        Td3[(s3 >> 24)       ] ^
    +        rk[2];
    +    t[3] =  Td0[(s3      ) & 0xff] ^
    +        Td1[(s2 >>  8) & 0xff] ^
    +        Td2[(s1 >> 16) & 0xff] ^
    +        Td3[(s0 >> 24)       ] ^
    +        rk[3];
     #endif
    -	s0 = t[0]; s1 = t[1]; s2 = t[2]; s3 = t[3];
    +    s0 = t[0]; s1 = t[1]; s2 = t[2]; s3 = t[3];
         }
         /*
    -	 * apply last round and
    -	 * map cipher state to byte array block:
    -	 */
    -	prefetch256(Td4);
    +     * apply last round and
    +     * map cipher state to byte array block:
    +     */
    +    prefetch256(Td4);
     
    -	*(u32*)(out+0) =
    -		(Td4[(s0      ) & 0xff])	^
    -		(Td4[(s3 >>  8) & 0xff] <<  8) ^
    -		(Td4[(s2 >> 16) & 0xff] << 16) ^
    -		(Td4[(s1 >> 24)       ] << 24) ^
    -		rk[0];
    -	*(u32*)(out+4) =
    -		(Td4[(s1      ) & 0xff])	 ^
    -		(Td4[(s0 >>  8) & 0xff] <<  8) ^
    -		(Td4[(s3 >> 16) & 0xff] << 16) ^
    -		(Td4[(s2 >> 24)       ] << 24) ^
    -		rk[1];
    -	*(u32*)(out+8) =
    -		(Td4[(s2      ) & 0xff])	 ^
    -		(Td4[(s1 >>  8) & 0xff] <<  8) ^
    -		(Td4[(s0 >> 16) & 0xff] << 16) ^
    -		(Td4[(s3 >> 24)       ] << 24) ^
    -		rk[2];
    -	*(u32*)(out+12) =
    -		(Td4[(s3      ) & 0xff])	 ^
    -		(Td4[(s2 >>  8) & 0xff] <<  8) ^
    -		(Td4[(s1 >> 16) & 0xff] << 16) ^
    -		(Td4[(s0 >> 24)       ] << 24) ^
    -		rk[3];
    +    *(u32*)(out+0) =
    +        (Td4[(s0      ) & 0xff])    ^
    +        (Td4[(s3 >>  8) & 0xff] <<  8) ^
    +        (Td4[(s2 >> 16) & 0xff] << 16) ^
    +        (Td4[(s1 >> 24)       ] << 24) ^
    +        rk[0];
    +    *(u32*)(out+4) =
    +        (Td4[(s1      ) & 0xff])     ^
    +        (Td4[(s0 >>  8) & 0xff] <<  8) ^
    +        (Td4[(s3 >> 16) & 0xff] << 16) ^
    +        (Td4[(s2 >> 24)       ] << 24) ^
    +        rk[1];
    +    *(u32*)(out+8) =
    +        (Td4[(s2      ) & 0xff])     ^
    +        (Td4[(s1 >>  8) & 0xff] <<  8) ^
    +        (Td4[(s0 >> 16) & 0xff] << 16) ^
    +        (Td4[(s3 >> 24)       ] << 24) ^
    +        rk[2];
    +    *(u32*)(out+12) =
    +        (Td4[(s3      ) & 0xff])     ^
    +        (Td4[(s2 >>  8) & 0xff] <<  8) ^
    +        (Td4[(s1 >> 16) & 0xff] << 16) ^
    +        (Td4[(s0 >> 24)       ] << 24) ^
    +        rk[3];
     }
    diff --git a/openssl/crypto/aes/asm/aes-586.pl b/openssl/crypto/aes/asm/aes-586.pl
    index 687ed811b..451d0e0ed 100644
    --- a/openssl/crypto/aes/asm/aes-586.pl
    +++ b/openssl/crypto/aes/asm/aes-586.pl
    @@ -39,7 +39,7 @@
     # but exhibits up to 10% improvement on other cores.
     #
     # Second version is "monolithic" replacement for aes_core.c, which in
    -# addition to AES_[de|en]crypt implements private_AES_set_[de|en]cryption_key.
    +# addition to AES_[de|en]crypt implements AES_set_[de|en]cryption_key.
     # This made it possible to implement little-endian variant of the
     # algorithm without modifying the base C code. Motivating factor for
     # the undertaken effort was that it appeared that in tight IA-32
    @@ -103,11 +103,12 @@
     # byte for 128-bit key.
     #
     #		ECB encrypt	ECB decrypt	CBC large chunk
    -# P4		56[60]		84[100]		23
    -# AMD K8	48[44]		70[79]		18
    -# PIII		41[50]		61[91]		24
    -# Core 2	32[38]		45[70]		18.5
    -# Pentium	120		160		77
    +# P4		52[54]		83[95]		23
    +# AMD K8	46[41]		66[70]		18
    +# PIII		41[50]		60[77]		24
    +# Core 2	31[36]		45[64]		18.5
    +# Atom		76[100]		96[138]		60
    +# Pentium	115		150		77
     #
     # Version 4.1 switches to compact S-box even in key schedule setup.
     #
    @@ -242,7 +243,7 @@ $vertical_spin=0;	# shift "verticaly" defaults to 0, because of
     
     sub encvert()
     { my ($te,@s) = @_;
    -  my $v0 = $acc, $v1 = $key;
    +  my ($v0,$v1) = ($acc,$key);
     
     	&mov	($v0,$s[3]);				# copy s3
     	&mov	(&DWP(4,"esp"),$s[2]);			# save s2
    @@ -299,7 +300,7 @@ sub encvert()
     # Another experimental routine, which features "horizontal spin," but
     # eliminates one reference to stack. Strangely enough runs slower...
     sub enchoriz()
    -{ my $v0 = $key, $v1 = $acc;
    +{ my ($v0,$v1) = ($key,$acc);
     
     	&movz	($v0,&LB($s0));			#  3, 2, 1, 0*
     	&rotr	($s2,8);			#  8,11,10, 9
    @@ -427,7 +428,7 @@ sub sse_encbody()
     ######################################################################
     
     sub enccompact()
    -{ my $Fn = mov;
    +{ my $Fn = \&mov;
       while ($#_>5) { pop(@_); $Fn=sub{}; }
       my ($i,$te,@s)=@_;
       my $tmp = $key;
    @@ -476,24 +477,25 @@ sub enctransform()
       my $tmp = $tbl;
       my $r2  = $key ;
     
    -	&mov	($acc,$s[$i]);
    -	&and	($acc,0x80808080);
    -	&mov	($tmp,$acc);
    -	&shr	($tmp,7);
    +	&and	($tmp,$s[$i]);
     	&lea	($r2,&DWP(0,$s[$i],$s[$i]));
    -	&sub	($acc,$tmp);
    +	&mov	($acc,$tmp);
    +	&shr	($tmp,7);
     	&and	($r2,0xfefefefe);
    -	&and	($acc,0x1b1b1b1b);
    +	&sub	($acc,$tmp);
     	&mov	($tmp,$s[$i]);
    +	&and	($acc,0x1b1b1b1b);
    +	&rotr	($tmp,16);
     	&xor	($acc,$r2);	# r2
    +	&mov	($r2,$s[$i]);
     
     	&xor	($s[$i],$acc);	# r0 ^ r2
    +	&rotr	($r2,16+8);
    +	&xor	($acc,$tmp);
     	&rotl	($s[$i],24);
    -	&xor	($s[$i],$acc)	# ROTATE(r2^r0,24) ^ r2
    -	&rotr	($tmp,16);
    -	&xor	($s[$i],$tmp);
    -	&rotr	($tmp,8);
    -	&xor	($s[$i],$tmp);
    +	&xor	($acc,$r2);
    +	&mov	($tmp,0x80808080)	if ($i!=1);
    +	&xor	($s[$i],$acc);	# ROTATE(r2^r0,24) ^ r2
     }
     
     &function_begin_B("_x86_AES_encrypt_compact");
    @@ -526,6 +528,7 @@ sub enctransform()
     		&enccompact(1,$tbl,$s1,$s2,$s3,$s0,1);
     		&enccompact(2,$tbl,$s2,$s3,$s0,$s1,1);
     		&enccompact(3,$tbl,$s3,$s0,$s1,$s2,1);
    +		&mov	($tbl,0x80808080);
     		&enctransform(2);
     		&enctransform(3);
     		&enctransform(0);
    @@ -607,82 +610,84 @@ sub sse_enccompact()
     	&pshufw	("mm5","mm4",0x0d);		# 15,14,11,10
     	&movd	("eax","mm1");			#  5, 4, 1, 0
     	&movd	("ebx","mm5");			# 15,14,11,10
    +	&mov	($__key,$key);
     
     	&movz	($acc,&LB("eax"));		#  0
    -	&movz	("ecx",&BP(-128,$tbl,$acc,1));	#  0
    -	&pshufw	("mm2","mm0",0x0d);		#  7, 6, 3, 2
     	&movz	("edx",&HB("eax"));		#  1
    +	&pshufw	("mm2","mm0",0x0d);		#  7, 6, 3, 2
    +	&movz	("ecx",&BP(-128,$tbl,$acc,1));	#  0
    +	&movz	($key,&LB("ebx"));		# 10
     	&movz	("edx",&BP(-128,$tbl,"edx",1));	#  1
    -	&shl	("edx",8);			#  1
     	&shr	("eax",16);			#  5, 4
    +	&shl	("edx",8);			#  1
     
    -	&movz	($acc,&LB("ebx"));		# 10
    -	&movz	($acc,&BP(-128,$tbl,$acc,1));	# 10
    +	&movz	($acc,&BP(-128,$tbl,$key,1));	# 10
    +	&movz	($key,&HB("ebx"));		# 11
     	&shl	($acc,16);			# 10
    -	&or	("ecx",$acc);			# 10
     	&pshufw	("mm6","mm4",0x08);		# 13,12, 9, 8
    -	&movz	($acc,&HB("ebx"));		# 11
    -	&movz	($acc,&BP(-128,$tbl,$acc,1));	# 11
    +	&or	("ecx",$acc);			# 10
    +	&movz	($acc,&BP(-128,$tbl,$key,1));	# 11
    +	&movz	($key,&HB("eax"));		#  5
     	&shl	($acc,24);			# 11
    -	&or	("edx",$acc);			# 11
     	&shr	("ebx",16);			# 15,14
    +	&or	("edx",$acc);			# 11
     
    -	&movz	($acc,&HB("eax"));		#  5
    -	&movz	($acc,&BP(-128,$tbl,$acc,1));	#  5
    +	&movz	($acc,&BP(-128,$tbl,$key,1));	#  5
    +	&movz	($key,&HB("ebx"));		# 15
     	&shl	($acc,8);			#  5
     	&or	("ecx",$acc);			#  5
    -	&movz	($acc,&HB("ebx"));		# 15
    -	&movz	($acc,&BP(-128,$tbl,$acc,1));	# 15
    +	&movz	($acc,&BP(-128,$tbl,$key,1));	# 15
    +	&movz	($key,&LB("eax"));		#  4
     	&shl	($acc,24);			# 15
     	&or	("ecx",$acc);			# 15
    -	&movd	("mm0","ecx");			# t[0] collected
     
    -	&movz	($acc,&LB("eax"));		#  4
    -	&movz	("ecx",&BP(-128,$tbl,$acc,1));	#  4
    +	&movz	($acc,&BP(-128,$tbl,$key,1));	#  4
    +	&movz	($key,&LB("ebx"));		# 14
     	&movd	("eax","mm2");			#  7, 6, 3, 2
    -	&movz	($acc,&LB("ebx"));		# 14
    -	&movz	($acc,&BP(-128,$tbl,$acc,1));	# 14
    -	&shl	($acc,16);			# 14
    +	&movd	("mm0","ecx");			# t[0] collected
    +	&movz	("ecx",&BP(-128,$tbl,$key,1));	# 14
    +	&movz	($key,&HB("eax"));		#  3
    +	&shl	("ecx",16);			# 14
    +	&movd	("ebx","mm6");			# 13,12, 9, 8
     	&or	("ecx",$acc);			# 14
     
    -	&movd	("ebx","mm6");			# 13,12, 9, 8
    -	&movz	($acc,&HB("eax"));		#  3
    -	&movz	($acc,&BP(-128,$tbl,$acc,1));	#  3
    +	&movz	($acc,&BP(-128,$tbl,$key,1));	#  3
    +	&movz	($key,&HB("ebx"));		#  9
     	&shl	($acc,24);			#  3
     	&or	("ecx",$acc);			#  3
    -	&movz	($acc,&HB("ebx"));		#  9
    -	&movz	($acc,&BP(-128,$tbl,$acc,1));	#  9
    +	&movz	($acc,&BP(-128,$tbl,$key,1));	#  9
    +	&movz	($key,&LB("ebx"));		#  8
     	&shl	($acc,8);			#  9
    +	&shr	("ebx",16);			# 13,12
     	&or	("ecx",$acc);			#  9
    -	&movd	("mm1","ecx");			# t[1] collected
     
    -	&movz	($acc,&LB("ebx"));		#  8
    -	&movz	("ecx",&BP(-128,$tbl,$acc,1));	#  8
    -	&shr	("ebx",16);			# 13,12
    -	&movz	($acc,&LB("eax"));		#  2
    -	&movz	($acc,&BP(-128,$tbl,$acc,1));	#  2
    -	&shl	($acc,16);			#  2
    -	&or	("ecx",$acc);			#  2
    +	&movz	($acc,&BP(-128,$tbl,$key,1));	#  8
    +	&movz	($key,&LB("eax"));		#  2
     	&shr	("eax",16);			#  7, 6
    +	&movd	("mm1","ecx");			# t[1] collected
    +	&movz	("ecx",&BP(-128,$tbl,$key,1));	#  2
    +	&movz	($key,&HB("eax"));		#  7
    +	&shl	("ecx",16);			#  2
    +	&and	("eax",0xff);			#  6
    +	&or	("ecx",$acc);			#  2
     
     	&punpckldq	("mm0","mm1");		# t[0,1] collected
     
    -	&movz	($acc,&HB("eax"));		#  7
    -	&movz	($acc,&BP(-128,$tbl,$acc,1));	#  7
    +	&movz	($acc,&BP(-128,$tbl,$key,1));	#  7
    +	&movz	($key,&HB("ebx"));		# 13
     	&shl	($acc,24);			#  7
    -	&or	("ecx",$acc);			#  7
    -	&and	("eax",0xff);			#  6
    +	&and	("ebx",0xff);			# 12
     	&movz	("eax",&BP(-128,$tbl,"eax",1));	#  6
    +	&or	("ecx",$acc);			#  7
     	&shl	("eax",16);			#  6
    +	&movz	($acc,&BP(-128,$tbl,$key,1));	# 13
     	&or	("edx","eax");			#  6
    -	&movz	($acc,&HB("ebx"));		# 13
    -	&movz	($acc,&BP(-128,$tbl,$acc,1));	# 13
     	&shl	($acc,8);			# 13
    -	&or	("ecx",$acc);			# 13
    -	&movd	("mm4","ecx");			# t[2] collected
    -	&and	("ebx",0xff);			# 12
     	&movz	("ebx",&BP(-128,$tbl,"ebx",1));	# 12
    +	&or	("ecx",$acc);			# 13
     	&or	("edx","ebx");			# 12
    +	&mov	($key,$__key);
    +	&movd	("mm4","ecx");			# t[2] collected
     	&movd	("mm5","edx");			# t[3] collected
     
     	&punpckldq	("mm4","mm5");		# t[2,3] collected
    @@ -1222,7 +1227,7 @@ sub enclast()
     ######################################################################
     
     sub deccompact()
    -{ my $Fn = mov;
    +{ my $Fn = \&mov;
       while ($#_>5) { pop(@_); $Fn=sub{}; }
       my ($i,$td,@s)=@_;
       my $tmp = $key;
    @@ -1270,30 +1275,30 @@ sub dectransform()
       my $tp4 = @s[($i+3)%4]; $tp4 = @s[3] if ($i==1);
       my $tp8 = $tbl;
     
    -	&mov	($acc,$s[$i]);
    -	&and	($acc,0x80808080);
    -	&mov	($tmp,$acc);
    +	&mov	($tmp,0x80808080);
    +	&and	($tmp,$s[$i]);
    +	&mov	($acc,$tmp);
     	&shr	($tmp,7);
     	&lea	($tp2,&DWP(0,$s[$i],$s[$i]));
     	&sub	($acc,$tmp);
     	&and	($tp2,0xfefefefe);
     	&and	($acc,0x1b1b1b1b);
    -	&xor	($acc,$tp2);
    -	&mov	($tp2,$acc);
    +	&xor	($tp2,$acc);
    +	&mov	($tmp,0x80808080);
     
    -	&and	($acc,0x80808080);
    -	&mov	($tmp,$acc);
    +	&and	($tmp,$tp2);
    +	&mov	($acc,$tmp);
     	&shr	($tmp,7);
     	&lea	($tp4,&DWP(0,$tp2,$tp2));
     	&sub	($acc,$tmp);
     	&and	($tp4,0xfefefefe);
     	&and	($acc,0x1b1b1b1b);
     	 &xor	($tp2,$s[$i]);	# tp2^tp1
    -	&xor	($acc,$tp4);
    -	&mov	($tp4,$acc);
    +	&xor	($tp4,$acc);
    +	&mov	($tmp,0x80808080);
     
    -	&and	($acc,0x80808080);
    -	&mov	($tmp,$acc);
    +	&and	($tmp,$tp4);
    +	&mov	($acc,$tmp);
     	&shr	($tmp,7);
     	&lea	($tp8,&DWP(0,$tp4,$tp4));
     	&sub	($acc,$tmp);
    @@ -1305,13 +1310,13 @@ sub dectransform()
     
     	&xor	($s[$i],$tp2);
     	&xor	($tp2,$tp8);
    -	&rotl	($tp2,24);
     	&xor	($s[$i],$tp4);
     	&xor	($tp4,$tp8);
    -	&rotl	($tp4,16);
    +	&rotl	($tp2,24);
     	&xor	($s[$i],$tp8);	# ^= tp8^(tp4^tp1)^(tp2^tp1)
    -	&rotl	($tp8,8);
    +	&rotl	($tp4,16);
     	&xor	($s[$i],$tp2);	# ^= ROTATE(tp8^tp2^tp1,24)
    +	&rotl	($tp8,8);
     	&xor	($s[$i],$tp4);	# ^= ROTATE(tp8^tp4^tp1,16)
     	 &mov	($s[0],$__s0)			if($i==2); #prefetch $s0
     	 &mov	($s[1],$__s1)			if($i==3); #prefetch $s1
    @@ -1389,85 +1394,87 @@ sub dectransform()
     sub sse_deccompact()
     {
     	&pshufw	("mm1","mm0",0x0c);		#  7, 6, 1, 0
    +	&pshufw	("mm5","mm4",0x09);		# 13,12,11,10
     	&movd	("eax","mm1");			#  7, 6, 1, 0
    +	&movd	("ebx","mm5");			# 13,12,11,10
    +	&mov	($__key,$key);
     
    -	&pshufw	("mm5","mm4",0x09);		# 13,12,11,10
     	&movz	($acc,&LB("eax"));		#  0
    -	&movz	("ecx",&BP(-128,$tbl,$acc,1));	#  0
    -	&movd	("ebx","mm5");			# 13,12,11,10
     	&movz	("edx",&HB("eax"));		#  1
    +	&pshufw	("mm2","mm0",0x06);		#  3, 2, 5, 4
    +	&movz	("ecx",&BP(-128,$tbl,$acc,1));	#  0
    +	&movz	($key,&LB("ebx"));		# 10
     	&movz	("edx",&BP(-128,$tbl,"edx",1));	#  1
    +	&shr	("eax",16);			#  7, 6
     	&shl	("edx",8);			#  1
     
    -	&pshufw	("mm2","mm0",0x06);		#  3, 2, 5, 4
    -	&movz	($acc,&LB("ebx"));		# 10
    -	&movz	($acc,&BP(-128,$tbl,$acc,1));	# 10
    +	&movz	($acc,&BP(-128,$tbl,$key,1));	# 10
    +	&movz	($key,&HB("ebx"));		# 11
     	&shl	($acc,16);			# 10
    +	&pshufw	("mm6","mm4",0x03);		# 9, 8,15,14
     	&or	("ecx",$acc);			# 10
    -	&shr	("eax",16);			#  7, 6
    -	&movz	($acc,&HB("ebx"));		# 11
    -	&movz	($acc,&BP(-128,$tbl,$acc,1));	# 11
    +	&movz	($acc,&BP(-128,$tbl,$key,1));	# 11
    +	&movz	($key,&HB("eax"));		#  7
     	&shl	($acc,24);			# 11
    -	&or	("edx",$acc);			# 11
     	&shr	("ebx",16);			# 13,12
    +	&or	("edx",$acc);			# 11
     
    -	&pshufw	("mm6","mm4",0x03);		# 9, 8,15,14
    -	&movz	($acc,&HB("eax"));		#  7
    -	&movz	($acc,&BP(-128,$tbl,$acc,1));	#  7
    +	&movz	($acc,&BP(-128,$tbl,$key,1));	#  7
    +	&movz	($key,&HB("ebx"));		# 13
     	&shl	($acc,24);			#  7
     	&or	("ecx",$acc);			#  7
    -	&movz	($acc,&HB("ebx"));		# 13
    -	&movz	($acc,&BP(-128,$tbl,$acc,1));	# 13
    +	&movz	($acc,&BP(-128,$tbl,$key,1));	# 13
    +	&movz	($key,&LB("eax"));		#  6
     	&shl	($acc,8);			# 13
    +	&movd	("eax","mm2");			#  3, 2, 5, 4
     	&or	("ecx",$acc);			# 13
    -	&movd	("mm0","ecx");			# t[0] collected
     
    -	&movz	($acc,&LB("eax"));		#  6
    -	&movd	("eax","mm2");			#  3, 2, 5, 4
    -	&movz	("ecx",&BP(-128,$tbl,$acc,1));	#  6
    -	&shl	("ecx",16);			#  6
    -	&movz	($acc,&LB("ebx"));		# 12
    +	&movz	($acc,&BP(-128,$tbl,$key,1));	#  6
    +	&movz	($key,&LB("ebx"));		# 12
    +	&shl	($acc,16);			#  6
     	&movd	("ebx","mm6");			#  9, 8,15,14
    -	&movz	($acc,&BP(-128,$tbl,$acc,1));	# 12
    +	&movd	("mm0","ecx");			# t[0] collected
    +	&movz	("ecx",&BP(-128,$tbl,$key,1));	# 12
    +	&movz	($key,&LB("eax"));		#  4
     	&or	("ecx",$acc);			# 12
     
    -	&movz	($acc,&LB("eax"));		#  4
    -	&movz	($acc,&BP(-128,$tbl,$acc,1));	#  4
    +	&movz	($acc,&BP(-128,$tbl,$key,1));	#  4
    +	&movz	($key,&LB("ebx"));		# 14
     	&or	("edx",$acc);			#  4
    -	&movz	($acc,&LB("ebx"));		# 14
    -	&movz	($acc,&BP(-128,$tbl,$acc,1));	# 14
    +	&movz	($acc,&BP(-128,$tbl,$key,1));	# 14
    +	&movz	($key,&HB("eax"));		#  5
     	&shl	($acc,16);			# 14
    +	&shr	("eax",16);			#  3, 2
     	&or	("edx",$acc);			# 14
    -	&movd	("mm1","edx");			# t[1] collected
     
    -	&movz	($acc,&HB("eax"));		#  5
    -	&movz	("edx",&BP(-128,$tbl,$acc,1));	#  5
    -	&shl	("edx",8);			#  5
    -	&movz	($acc,&HB("ebx"));		# 15
    -	&shr	("eax",16);			#  3, 2
    -	&movz	($acc,&BP(-128,$tbl,$acc,1));	# 15
    -	&shl	($acc,24);			# 15
    -	&or	("edx",$acc);			# 15
    +	&movz	($acc,&BP(-128,$tbl,$key,1));	#  5
    +	&movz	($key,&HB("ebx"));		# 15
     	&shr	("ebx",16);			#  9, 8
    +	&shl	($acc,8);			#  5
    +	&movd	("mm1","edx");			# t[1] collected
    +	&movz	("edx",&BP(-128,$tbl,$key,1));	# 15
    +	&movz	($key,&HB("ebx"));		#  9
    +	&shl	("edx",24);			# 15
    +	&and	("ebx",0xff);			#  8
    +	&or	("edx",$acc);			# 15
     
     	&punpckldq	("mm0","mm1");		# t[0,1] collected
     
    -	&movz	($acc,&HB("ebx"));		#  9
    -	&movz	($acc,&BP(-128,$tbl,$acc,1));	#  9
    +	&movz	($acc,&BP(-128,$tbl,$key,1));	#  9
    +	&movz	($key,&LB("eax"));		#  2
     	&shl	($acc,8);			#  9
    -	&or	("ecx",$acc);			#  9
    -	&and	("ebx",0xff);			#  8
    +	&movz	("eax",&HB("eax"));		#  3
     	&movz	("ebx",&BP(-128,$tbl,"ebx",1));	#  8
    +	&or	("ecx",$acc);			#  9
    +	&movz	($acc,&BP(-128,$tbl,$key,1));	#  2
     	&or	("edx","ebx");			#  8
    -	&movz	($acc,&LB("eax"));		#  2
    -	&movz	($acc,&BP(-128,$tbl,$acc,1));	#  2
     	&shl	($acc,16);			#  2
    -	&or	("edx",$acc);			#  2
    -	&movd	("mm4","edx");			# t[2] collected
    -	&movz	("eax",&HB("eax"));		#  3
     	&movz	("eax",&BP(-128,$tbl,"eax",1));	#  3
    +	&or	("edx",$acc);			#  2
     	&shl	("eax",24);			#  3
     	&or	("ecx","eax");			#  3
    +	&mov	($key,$__key);
    +	&movd	("mm4","edx");			# t[2] collected
     	&movd	("mm5","ecx");			# t[3] collected
     
     	&punpckldq	("mm4","mm5");		# t[2,3] collected
    @@ -2181,8 +2188,8 @@ my $mark=&DWP(76+240,"esp");	# copy of aes_key->rounds
     	&mov	("ecx",240/4);
     	&xor	("eax","eax");
     	&align	(4);
    -	&data_word(0xABF3F689);	# rep stosd
    -	&set_label("skip_ezero")
    +	&data_word(0xABF3F689);		# rep stosd
    +	&set_label("skip_ezero");
     	&mov	("esp",$_esp);
     	&popf	();
         &set_label("drop_out");
    @@ -2301,8 +2308,8 @@ my $mark=&DWP(76+240,"esp");	# copy of aes_key->rounds
     	&mov	("ecx",240/4);
     	&xor	("eax","eax");
     	&align	(4);
    -	&data_word(0xABF3F689);	# rep stosd
    -	&set_label("skip_dzero")
    +	&data_word(0xABF3F689);		# rep stosd
    +	&set_label("skip_dzero");
     	&mov	("esp",$_esp);
     	&popf	();
     	&function_end_A();
    @@ -2865,32 +2872,32 @@ sub deckey()
     { my ($i,$key,$tp1,$tp2,$tp4,$tp8) = @_;
       my $tmp = $tbl;
     
    -	&mov	($acc,$tp1);
    -	&and	($acc,0x80808080);
    -	&mov	($tmp,$acc);
    -	&shr	($tmp,7);
    +	&mov	($tmp,0x80808080);
    +	&and	($tmp,$tp1);
     	&lea	($tp2,&DWP(0,$tp1,$tp1));
    +	&mov	($acc,$tmp);
    +	&shr	($tmp,7);
     	&sub	($acc,$tmp);
     	&and	($tp2,0xfefefefe);
     	&and	($acc,0x1b1b1b1b);
    -	&xor	($acc,$tp2);
    -	&mov	($tp2,$acc);
    +	&xor	($tp2,$acc);
    +	&mov	($tmp,0x80808080);
     
    -	&and	($acc,0x80808080);
    -	&mov	($tmp,$acc);
    -	&shr	($tmp,7);
    +	&and	($tmp,$tp2);
     	&lea	($tp4,&DWP(0,$tp2,$tp2));
    +	&mov	($acc,$tmp);
    +	&shr	($tmp,7);
     	&sub	($acc,$tmp);
     	&and	($tp4,0xfefefefe);
     	&and	($acc,0x1b1b1b1b);
     	 &xor	($tp2,$tp1);	# tp2^tp1
    -	&xor	($acc,$tp4);
    -	&mov	($tp4,$acc);
    +	&xor	($tp4,$acc);
    +	&mov	($tmp,0x80808080);
     
    -	&and	($acc,0x80808080);
    -	&mov	($tmp,$acc);
    -	&shr	($tmp,7);
    +	&and	($tmp,$tp4);
     	&lea	($tp8,&DWP(0,$tp4,$tp4));
    +	&mov	($acc,$tmp);
    +	&shr	($tmp,7);
     	 &xor	($tp4,$tp1);	# tp4^tp1
     	&sub	($acc,$tmp);
     	&and	($tp8,0xfefefefe);
    diff --git a/openssl/crypto/aes/asm/aes-armv4.pl b/openssl/crypto/aes/asm/aes-armv4.pl
    index 86b86c4a0..4f8917089 100644
    --- a/openssl/crypto/aes/asm/aes-armv4.pl
    +++ b/openssl/crypto/aes/asm/aes-armv4.pl
    @@ -1,7 +1,7 @@
     #!/usr/bin/env perl
     
     # ====================================================================
    -# Written by Andy Polyakov  for the OpenSSL
    +# Written by Andy Polyakov  for the OpenSSL
     # project. The module is, however, dual licensed under OpenSSL and
     # CRYPTOGAMS licenses depending on where you obtain it. For further
     # details see http://www.openssl.org/~appro/cryptogams/.
    @@ -51,9 +51,23 @@ $key="r11";
     $rounds="r12";
     
     $code=<<___;
    -#include "arm_arch.h"
    +#ifndef __KERNEL__
    +# include "arm_arch.h"
    +#else
    +# define __ARM_ARCH__ __LINUX_ARM_ARCH__
    +#endif
    +
     .text
    +#if __ARM_ARCH__<7
    +.code	32
    +#else
    +.syntax	unified
    +# ifdef __thumb2__
    +.thumb
    +# else
     .code	32
    +# endif
    +#endif
     
     .type	AES_Te,%object
     .align	5
    @@ -167,7 +181,11 @@ AES_Te:
     .type   AES_encrypt,%function
     .align	5
     AES_encrypt:
    +#if __ARM_ARCH__<7
     	sub	r3,pc,#8		@ AES_encrypt
    +#else
    +	adr	r3,AES_encrypt
    +#endif
     	stmdb   sp!,{r1,r4-r12,lr}
     	mov	$rounds,r0		@ inp
     	mov	$key,r2
    @@ -409,11 +427,21 @@ _armv4_AES_encrypt:
     .align	5
     private_AES_set_encrypt_key:
     _armv4_AES_set_encrypt_key:
    +#if __ARM_ARCH__<7
     	sub	r3,pc,#8		@ AES_set_encrypt_key
    +#else
    +	adr	r3,private_AES_set_encrypt_key
    +#endif
     	teq	r0,#0
    +#if __ARM_ARCH__>=7
    +	itt	eq			@ Thumb2 thing, sanity check in ARM
    +#endif
     	moveq	r0,#-1
     	beq	.Labrt
     	teq	r2,#0
    +#if __ARM_ARCH__>=7
    +	itt	eq			@ Thumb2 thing, sanity check in ARM
    +#endif
     	moveq	r0,#-1
     	beq	.Labrt
     
    @@ -422,6 +450,9 @@ _armv4_AES_set_encrypt_key:
     	teq	r1,#192
     	beq	.Lok
     	teq	r1,#256
    +#if __ARM_ARCH__>=7
    +	itt	ne			@ Thumb2 thing, sanity check in ARM
    +#endif
     	movne	r0,#-1
     	bne	.Labrt
     
    @@ -576,6 +607,9 @@ _armv4_AES_set_encrypt_key:
     	str	$s2,[$key,#-16]
     	subs	$rounds,$rounds,#1
     	str	$s3,[$key,#-12]
    +#if __ARM_ARCH__>=7
    +	itt	eq				@ Thumb2 thing, sanity check in ARM
    +#endif
     	subeq	r2,$key,#216
     	beq	.Ldone
     
    @@ -645,6 +679,9 @@ _armv4_AES_set_encrypt_key:
     	str	$s2,[$key,#-24]
     	subs	$rounds,$rounds,#1
     	str	$s3,[$key,#-20]
    +#if __ARM_ARCH__>=7
    +	itt	eq				@ Thumb2 thing, sanity check in ARM
    +#endif
     	subeq	r2,$key,#256
     	beq	.Ldone
     
    @@ -674,11 +711,17 @@ _armv4_AES_set_encrypt_key:
     	str	$i3,[$key,#-4]
     	b	.L256_loop
     
    +.align	2
     .Ldone:	mov	r0,#0
     	ldmia   sp!,{r4-r12,lr}
    -.Labrt:	tst	lr,#1
    +.Labrt:
    +#if __ARM_ARCH__>=5
    +	ret				@ bx lr
    +#else
    +	tst	lr,#1
     	moveq	pc,lr			@ be binary compatible with V4, yet
     	bx	lr			@ interoperable with Thumb ISA:-)
    +#endif
     .size	private_AES_set_encrypt_key,.-private_AES_set_encrypt_key
     
     .global private_AES_set_decrypt_key
    @@ -688,34 +731,57 @@ private_AES_set_decrypt_key:
     	str	lr,[sp,#-4]!            @ push lr
     	bl	_armv4_AES_set_encrypt_key
     	teq	r0,#0
    -	ldrne	lr,[sp],#4              @ pop lr
    +	ldr	lr,[sp],#4              @ pop lr
     	bne	.Labrt
     
    -	stmdb   sp!,{r4-r12}
    +	mov	r0,r2			@ AES_set_encrypt_key preserves r2,
    +	mov	r1,r2			@ which is AES_KEY *key
    +	b	_armv4_AES_set_enc2dec_key
    +.size	private_AES_set_decrypt_key,.-private_AES_set_decrypt_key
     
    -	ldr	$rounds,[r2,#240]	@ AES_set_encrypt_key preserves r2,
    -	mov	$key,r2			@ which is AES_KEY *key
    -	mov	$i1,r2
    -	add	$i2,r2,$rounds,lsl#4
    +@ void AES_set_enc2dec_key(const AES_KEY *inp,AES_KEY *out)
    +.global	AES_set_enc2dec_key
    +.type	AES_set_enc2dec_key,%function
    +.align	5
    +AES_set_enc2dec_key:
    +_armv4_AES_set_enc2dec_key:
    +	stmdb   sp!,{r4-r12,lr}
    +
    +	ldr	$rounds,[r0,#240]
    +	mov	$i1,r0			@ input
    +	add	$i2,r0,$rounds,lsl#4
    +	mov	$key,r1			@ ouput
    +	add	$tbl,r1,$rounds,lsl#4
    +	str	$rounds,[r1,#240]
    +
    +.Linv:	ldr	$s0,[$i1],#16
    +	ldr	$s1,[$i1,#-12]
    +	ldr	$s2,[$i1,#-8]
    +	ldr	$s3,[$i1,#-4]
    +	ldr	$t1,[$i2],#-16
    +	ldr	$t2,[$i2,#16+4]
    +	ldr	$t3,[$i2,#16+8]
    +	ldr	$i3,[$i2,#16+12]
    +	str	$s0,[$tbl],#-16
    +	str	$s1,[$tbl,#16+4]
    +	str	$s2,[$tbl,#16+8]
    +	str	$s3,[$tbl,#16+12]
    +	str	$t1,[$key],#16
    +	str	$t2,[$key,#-12]
    +	str	$t3,[$key,#-8]
    +	str	$i3,[$key,#-4]
    +	teq	$i1,$i2
    +	bne	.Linv
     
    -.Linv:	ldr	$s0,[$i1]
    +	ldr	$s0,[$i1]
     	ldr	$s1,[$i1,#4]
     	ldr	$s2,[$i1,#8]
     	ldr	$s3,[$i1,#12]
    -	ldr	$t1,[$i2]
    -	ldr	$t2,[$i2,#4]
    -	ldr	$t3,[$i2,#8]
    -	ldr	$i3,[$i2,#12]
    -	str	$s0,[$i2],#-16
    -	str	$s1,[$i2,#16+4]
    -	str	$s2,[$i2,#16+8]
    -	str	$s3,[$i2,#16+12]
    -	str	$t1,[$i1],#16
    -	str	$t2,[$i1,#-12]
    -	str	$t3,[$i1,#-8]
    -	str	$i3,[$i1,#-4]
    -	teq	$i1,$i2
    -	bne	.Linv
    +	str	$s0,[$key]
    +	str	$s1,[$key,#4]
    +	str	$s2,[$key,#8]
    +	str	$s3,[$key,#12]
    +	sub	$key,$key,$rounds,lsl#3
     ___
     $mask80=$i1;
     $mask1b=$i2;
    @@ -773,7 +839,7 @@ $code.=<<___;
     	moveq	pc,lr			@ be binary compatible with V4, yet
     	bx	lr			@ interoperable with Thumb ISA:-)
     #endif
    -.size	private_AES_set_decrypt_key,.-private_AES_set_decrypt_key
    +.size	AES_set_enc2dec_key,.-AES_set_enc2dec_key
     
     .type	AES_Td,%object
     .align	5
    @@ -883,7 +949,11 @@ AES_Td:
     .type   AES_decrypt,%function
     .align	5
     AES_decrypt:
    +#if __ARM_ARCH__<7
     	sub	r3,pc,#8		@ AES_decrypt
    +#else
    +	adr	r3,AES_decrypt
    +#endif
     	stmdb   sp!,{r1,r4-r12,lr}
     	mov	$rounds,r0		@ inp
     	mov	$key,r2
    @@ -1080,8 +1150,9 @@ _armv4_AES_decrypt:
     	ldrb	$t3,[$tbl,$i3]		@ Td4[s0>>0]
     	and	$i3,lr,$s1,lsr#8
     
    +	add	$s1,$tbl,$s1,lsr#24
     	ldrb	$i1,[$tbl,$i1]		@ Td4[s1>>0]
    -	ldrb	$s1,[$tbl,$s1,lsr#24]	@ Td4[s1>>24]
    +	ldrb	$s1,[$s1]		@ Td4[s1>>24]
     	ldrb	$i2,[$tbl,$i2]		@ Td4[s1>>16]
     	eor	$s0,$i1,$s0,lsl#24
     	ldrb	$i3,[$tbl,$i3]		@ Td4[s1>>8]
    @@ -1094,7 +1165,8 @@ _armv4_AES_decrypt:
     	ldrb	$i2,[$tbl,$i2]		@ Td4[s2>>0]
     	and	$i3,lr,$s2,lsr#16
     
    -	ldrb	$s2,[$tbl,$s2,lsr#24]	@ Td4[s2>>24]
    +	add	$s2,$tbl,$s2,lsr#24
    +	ldrb	$s2,[$s2]		@ Td4[s2>>24]
     	eor	$s0,$s0,$i1,lsl#8
     	ldrb	$i3,[$tbl,$i3]		@ Td4[s2>>16]
     	eor	$s1,$i2,$s1,lsl#16
    @@ -1106,8 +1178,9 @@ _armv4_AES_decrypt:
     	ldrb	$i2,[$tbl,$i2]		@ Td4[s3>>8]
     	and	$i3,lr,$s3		@ i2
     
    +	add	$s3,$tbl,$s3,lsr#24
     	ldrb	$i3,[$tbl,$i3]		@ Td4[s3>>0]
    -	ldrb	$s3,[$tbl,$s3,lsr#24]	@ Td4[s3>>24]
    +	ldrb	$s3,[$s3]		@ Td4[s3>>24]
     	eor	$s0,$s0,$i1,lsl#16
     	ldr	$i1,[$key,#0]
     	eor	$s1,$s1,$i2,lsl#8
    @@ -1130,5 +1203,15 @@ _armv4_AES_decrypt:
     ___
     
     $code =~ s/\bbx\s+lr\b/.word\t0xe12fff1e/gm;	# make it possible to compile with -march=armv4
    +$code =~ s/\bret\b/bx\tlr/gm;
    +
    +open SELF,$0;
    +while() {
    +	next if (/^#!/);
    +	last if (!s/^#/@/ and !/^$/);
    +	print;
    +}
    +close SELF;
    +
     print $code;
     close STDOUT;	# enforce flush
    diff --git a/openssl/crypto/aes/asm/aes-mips.pl b/openssl/crypto/aes/asm/aes-mips.pl
    index e52395421..4de3ee26b 100644
    --- a/openssl/crypto/aes/asm/aes-mips.pl
    +++ b/openssl/crypto/aes/asm/aes-mips.pl
    @@ -20,6 +20,13 @@
     # thing about this module is its endian neutrality, which means that
     # it processes data without ever changing byte order...
     
    +# September 2012
    +#
    +# Add MIPS32R2 (~10% less instructions) and SmartMIPS ASE (further
    +# ~25% less instructions) code. Note that there is no run-time switch,
    +# instead, code path is chosen upon pre-process time, pass -mips32r2
    +# or/and -msmartmips.
    +
     ######################################################################
     # There is a number of MIPS ABI in use, O32 and N32/64 are most
     # widely used. Then there is a new contender: NUBI. It appears that if
    @@ -47,11 +54,12 @@
     # ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7)=map("\$$_",(16..23));
     # ($gp,$sp,$fp,$ra)=map("\$$_",(28..31));
     #
    -$flavour = shift; # supported flavours are o32,n32,64,nubi32,nubi64
    +$flavour = shift || "o32"; # supported flavours are o32,n32,64,nubi32,nubi64
     
     if ($flavour =~ /64|n32/i) {
     	$PTR_ADD="dadd";	# incidentally works even on n32
     	$PTR_SUB="dsub";	# incidentally works even on n32
    +	$PTR_INS="dins";
     	$REG_S="sd";
     	$REG_L="ld";
     	$PTR_SLL="dsll";	# incidentally works even on n32
    @@ -59,6 +67,7 @@ if ($flavour =~ /64|n32/i) {
     } else {
     	$PTR_ADD="add";
     	$PTR_SUB="sub";
    +	$PTR_INS="ins";
     	$REG_S="sw";
     	$REG_L="lw";
     	$PTR_SLL="sll";
    @@ -70,7 +79,7 @@ $pf = ($flavour =~ /nubi/i) ? $t0 : $t2;
     #
     ######################################################################
     
    -$big_endian=(`echo MIPSEL | $ENV{CC} -E -P -`=~/MIPSEL/)?1:0;
    +$big_endian=(`echo MIPSEL | $ENV{CC} -E -`=~/MIPSEL/)?1:0 if ($ENV{CC});
     
     for (@ARGV) {	$output=$_ if (/^\w[\w\-]*\.\w+$/);	}
     open STDOUT,">$output";
    @@ -89,7 +98,11 @@ $code.=<<___;
     # include 
     #endif
     
    -#if !defined(__vxworks) || defined(__pic__)
    +#if defined(__mips_smartmips) && !defined(_MIPS_ARCH_MIPS32R2)
    +#define _MIPS_ARCH_MIPS32R2
    +#endif
    +
    +#if !defined(__mips_eabi) && (!defined(__vxworks) || defined(__pic__))
     .option	pic2
     #endif
     .set	noat
    @@ -125,6 +138,89 @@ _mips_AES_encrypt:
     	xor	$s3,$t3
     
     	sub	$cnt,1
    +#if defined(__mips_smartmips)
    +	ext	$i0,$s1,16,8
    +.Loop_enc:
    +	ext	$i1,$s2,16,8
    +	ext	$i2,$s3,16,8
    +	ext	$i3,$s0,16,8
    +	lwxs	$t0,$i0($Tbl)		# Te1[s1>>16]
    +	ext	$i0,$s2,8,8
    +	lwxs	$t1,$i1($Tbl)		# Te1[s2>>16]
    +	ext	$i1,$s3,8,8
    +	lwxs	$t2,$i2($Tbl)		# Te1[s3>>16]
    +	ext	$i2,$s0,8,8
    +	lwxs	$t3,$i3($Tbl)		# Te1[s0>>16]
    +	ext	$i3,$s1,8,8
    +
    +	lwxs	$t4,$i0($Tbl)		# Te2[s2>>8]
    +	ext	$i0,$s3,0,8
    +	lwxs	$t5,$i1($Tbl)		# Te2[s3>>8]
    +	ext	$i1,$s0,0,8
    +	lwxs	$t6,$i2($Tbl)		# Te2[s0>>8]
    +	ext	$i2,$s1,0,8
    +	lwxs	$t7,$i3($Tbl)		# Te2[s1>>8]
    +	ext	$i3,$s2,0,8
    +
    +	lwxs	$t8,$i0($Tbl)		# Te3[s3]
    +	ext	$i0,$s0,24,8
    +	lwxs	$t9,$i1($Tbl)		# Te3[s0]
    +	ext	$i1,$s1,24,8
    +	lwxs	$t10,$i2($Tbl)		# Te3[s1]
    +	ext	$i2,$s2,24,8
    +	lwxs	$t11,$i3($Tbl)		# Te3[s2]
    +	ext	$i3,$s3,24,8
    +
    +	rotr	$t0,$t0,8
    +	rotr	$t1,$t1,8
    +	rotr	$t2,$t2,8
    +	rotr	$t3,$t3,8
    +
    +	rotr	$t4,$t4,16
    +	rotr	$t5,$t5,16
    +	rotr	$t6,$t6,16
    +	rotr	$t7,$t7,16
    +
    +	xor	$t0,$t4
    +	lwxs	$t4,$i0($Tbl)		# Te0[s0>>24]
    +	xor	$t1,$t5
    +	lwxs	$t5,$i1($Tbl)		# Te0[s1>>24]
    +	xor	$t2,$t6
    +	lwxs	$t6,$i2($Tbl)		# Te0[s2>>24]
    +	xor	$t3,$t7
    +	lwxs	$t7,$i3($Tbl)		# Te0[s3>>24]
    +
    +	rotr	$t8,$t8,24
    +	lw	$s0,0($key0)
    +	rotr	$t9,$t9,24
    +	lw	$s1,4($key0)
    +	rotr	$t10,$t10,24
    +	lw	$s2,8($key0)
    +	rotr	$t11,$t11,24
    +	lw	$s3,12($key0)
    +
    +	xor	$t0,$t8
    +	xor	$t1,$t9
    +	xor	$t2,$t10
    +	xor	$t3,$t11
    +
    +	xor	$t0,$t4
    +	xor	$t1,$t5
    +	xor	$t2,$t6
    +	xor	$t3,$t7
    +
    +	sub	$cnt,1
    +	$PTR_ADD $key0,16
    +	xor	$s0,$t0
    +	xor	$s1,$t1
    +	xor	$s2,$t2
    +	xor	$s3,$t3
    +	.set	noreorder
    +	bnez	$cnt,.Loop_enc
    +	ext	$i0,$s1,16,8
    +
    +	_xtr	$i0,$s1,16-2
    +#else
     	_xtr	$i0,$s1,16-2
     .Loop_enc:
     	_xtr	$i1,$s2,16-2
    @@ -138,19 +234,29 @@ _mips_AES_encrypt:
     	$PTR_ADD $i1,$Tbl
     	$PTR_ADD $i2,$Tbl
     	$PTR_ADD $i3,$Tbl
    +#if defined(_MIPS_ARCH_MIPS32R2) || defined(_MIPS_ARCH_MIPS64R2)
    +	lw	$t0,0($i0)		# Te1[s1>>16]
    +	_xtr	$i0,$s2,8-2
    +	lw	$t1,0($i1)		# Te1[s2>>16]
    +	_xtr	$i1,$s3,8-2
    +	lw	$t2,0($i2)		# Te1[s3>>16]
    +	_xtr	$i2,$s0,8-2
    +	lw	$t3,0($i3)		# Te1[s0>>16]
    +	_xtr	$i3,$s1,8-2
    +#else
     	lwl	$t0,3($i0)		# Te1[s1>>16]
     	lwl	$t1,3($i1)		# Te1[s2>>16]
     	lwl	$t2,3($i2)		# Te1[s3>>16]
     	lwl	$t3,3($i3)		# Te1[s0>>16]
     	lwr	$t0,2($i0)		# Te1[s1>>16]
    -	lwr	$t1,2($i1)		# Te1[s2>>16]
    -	lwr	$t2,2($i2)		# Te1[s3>>16]
    -	lwr	$t3,2($i3)		# Te1[s0>>16]
    -
     	_xtr	$i0,$s2,8-2
    +	lwr	$t1,2($i1)		# Te1[s2>>16]
     	_xtr	$i1,$s3,8-2
    +	lwr	$t2,2($i2)		# Te1[s3>>16]
     	_xtr	$i2,$s0,8-2
    +	lwr	$t3,2($i3)		# Te1[s0>>16]
     	_xtr	$i3,$s1,8-2
    +#endif
     	and	$i0,0x3fc
     	and	$i1,0x3fc
     	and	$i2,0x3fc
    @@ -159,19 +265,88 @@ _mips_AES_encrypt:
     	$PTR_ADD $i1,$Tbl
     	$PTR_ADD $i2,$Tbl
     	$PTR_ADD $i3,$Tbl
    +#if defined(_MIPS_ARCH_MIPS32R2) || defined(_MIPS_ARCH_MIPS64R2)
    +	rotr	$t0,$t0,8
    +	rotr	$t1,$t1,8
    +	rotr	$t2,$t2,8
    +	rotr	$t3,$t3,8
    +# if defined(_MIPSEL)
    +	lw	$t4,0($i0)		# Te2[s2>>8]
    +	_xtr	$i0,$s3,0-2
    +	lw	$t5,0($i1)		# Te2[s3>>8]
    +	_xtr	$i1,$s0,0-2
    +	lw	$t6,0($i2)		# Te2[s0>>8]
    +	_xtr	$i2,$s1,0-2
    +	lw	$t7,0($i3)		# Te2[s1>>8]
    +	_xtr	$i3,$s2,0-2
    +
    +	and	$i0,0x3fc
    +	and	$i1,0x3fc
    +	and	$i2,0x3fc
    +	and	$i3,0x3fc
    +	$PTR_ADD $i0,$Tbl
    +	$PTR_ADD $i1,$Tbl
    +	$PTR_ADD $i2,$Tbl
    +	$PTR_ADD $i3,$Tbl
    +	lw	$t8,0($i0)		# Te3[s3]
    +	$PTR_INS $i0,$s0,2,8
    +	lw	$t9,0($i1)		# Te3[s0]
    +	$PTR_INS $i1,$s1,2,8
    +	lw	$t10,0($i2)		# Te3[s1]
    +	$PTR_INS $i2,$s2,2,8
    +	lw	$t11,0($i3)		# Te3[s2]
    +	$PTR_INS $i3,$s3,2,8
    +# else
    +	lw	$t4,0($i0)		# Te2[s2>>8]
    +	$PTR_INS $i0,$s3,2,8
    +	lw	$t5,0($i1)		# Te2[s3>>8]
    +	$PTR_INS $i1,$s0,2,8
    +	lw	$t6,0($i2)		# Te2[s0>>8]
    +	$PTR_INS $i2,$s1,2,8
    +	lw	$t7,0($i3)		# Te2[s1>>8]
    +	$PTR_INS $i3,$s2,2,8
    +
    +	lw	$t8,0($i0)		# Te3[s3]
    +	_xtr	$i0,$s0,24-2
    +	lw	$t9,0($i1)		# Te3[s0]
    +	_xtr	$i1,$s1,24-2
    +	lw	$t10,0($i2)		# Te3[s1]
    +	_xtr	$i2,$s2,24-2
    +	lw	$t11,0($i3)		# Te3[s2]
    +	_xtr	$i3,$s3,24-2
    +
    +	and	$i0,0x3fc
    +	and	$i1,0x3fc
    +	and	$i2,0x3fc
    +	and	$i3,0x3fc
    +	$PTR_ADD $i0,$Tbl
    +	$PTR_ADD $i1,$Tbl
    +	$PTR_ADD $i2,$Tbl
    +	$PTR_ADD $i3,$Tbl
    +# endif
    +	rotr	$t4,$t4,16
    +	rotr	$t5,$t5,16
    +	rotr	$t6,$t6,16
    +	rotr	$t7,$t7,16
    +
    +	rotr	$t8,$t8,24
    +	rotr	$t9,$t9,24
    +	rotr	$t10,$t10,24
    +	rotr	$t11,$t11,24
    +#else
     	lwl	$t4,2($i0)		# Te2[s2>>8]
     	lwl	$t5,2($i1)		# Te2[s3>>8]
     	lwl	$t6,2($i2)		# Te2[s0>>8]
     	lwl	$t7,2($i3)		# Te2[s1>>8]
     	lwr	$t4,1($i0)		# Te2[s2>>8]
    -	lwr	$t5,1($i1)		# Te2[s3>>8]
    -	lwr	$t6,1($i2)		# Te2[s0>>8]
    -	lwr	$t7,1($i3)		# Te2[s1>>8]
    -
     	_xtr	$i0,$s3,0-2
    +	lwr	$t5,1($i1)		# Te2[s3>>8]
     	_xtr	$i1,$s0,0-2
    +	lwr	$t6,1($i2)		# Te2[s0>>8]
     	_xtr	$i2,$s1,0-2
    +	lwr	$t7,1($i3)		# Te2[s1>>8]
     	_xtr	$i3,$s2,0-2
    +
     	and	$i0,0x3fc
     	and	$i1,0x3fc
     	and	$i2,0x3fc
    @@ -185,14 +360,14 @@ _mips_AES_encrypt:
     	lwl	$t10,1($i2)		# Te3[s1]
     	lwl	$t11,1($i3)		# Te3[s2]
     	lwr	$t8,0($i0)		# Te3[s3]
    -	lwr	$t9,0($i1)		# Te3[s0]
    -	lwr	$t10,0($i2)		# Te3[s1]
    -	lwr	$t11,0($i3)		# Te3[s2]
    -
     	_xtr	$i0,$s0,24-2
    +	lwr	$t9,0($i1)		# Te3[s0]
     	_xtr	$i1,$s1,24-2
    +	lwr	$t10,0($i2)		# Te3[s1]
     	_xtr	$i2,$s2,24-2
    +	lwr	$t11,0($i3)		# Te3[s2]
     	_xtr	$i3,$s3,24-2
    +
     	and	$i0,0x3fc
     	and	$i1,0x3fc
     	and	$i2,0x3fc
    @@ -201,24 +376,24 @@ _mips_AES_encrypt:
     	$PTR_ADD $i1,$Tbl
     	$PTR_ADD $i2,$Tbl
     	$PTR_ADD $i3,$Tbl
    +#endif
     	xor	$t0,$t4
    -	xor	$t1,$t5
    -	xor	$t2,$t6
    -	xor	$t3,$t7
     	lw	$t4,0($i0)		# Te0[s0>>24]
    +	xor	$t1,$t5
     	lw	$t5,0($i1)		# Te0[s1>>24]
    +	xor	$t2,$t6
     	lw	$t6,0($i2)		# Te0[s2>>24]
    +	xor	$t3,$t7
     	lw	$t7,0($i3)		# Te0[s3>>24]
     
    -	lw	$s0,0($key0)
    -	lw	$s1,4($key0)
    -	lw	$s2,8($key0)
    -	lw	$s3,12($key0)
    -
     	xor	$t0,$t8
    +	lw	$s0,0($key0)
     	xor	$t1,$t9
    +	lw	$s1,4($key0)
     	xor	$t2,$t10
    +	lw	$s2,8($key0)
     	xor	$t3,$t11
    +	lw	$s3,12($key0)
     
     	xor	$t0,$t4
     	xor	$t1,$t5
    @@ -234,6 +409,7 @@ _mips_AES_encrypt:
     	.set	noreorder
     	bnez	$cnt,.Loop_enc
     	_xtr	$i0,$s1,16-2
    +#endif
     
     	.set	reorder
     	_xtr	$i1,$s2,16-2
    @@ -248,14 +424,14 @@ _mips_AES_encrypt:
     	$PTR_ADD $i2,$Tbl
     	$PTR_ADD $i3,$Tbl
     	lbu	$t0,2($i0)		# Te4[s1>>16]
    -	lbu	$t1,2($i1)		# Te4[s2>>16]
    -	lbu	$t2,2($i2)		# Te4[s3>>16]
    -	lbu	$t3,2($i3)		# Te4[s0>>16]
    -
     	_xtr	$i0,$s2,8-2
    +	lbu	$t1,2($i1)		# Te4[s2>>16]
     	_xtr	$i1,$s3,8-2
    +	lbu	$t2,2($i2)		# Te4[s3>>16]
     	_xtr	$i2,$s0,8-2
    +	lbu	$t3,2($i3)		# Te4[s0>>16]
     	_xtr	$i3,$s1,8-2
    +
     	and	$i0,0x3fc
     	and	$i1,0x3fc
     	and	$i2,0x3fc
    @@ -264,15 +440,44 @@ _mips_AES_encrypt:
     	$PTR_ADD $i1,$Tbl
     	$PTR_ADD $i2,$Tbl
     	$PTR_ADD $i3,$Tbl
    +#if defined(_MIPS_ARCH_MIPS32R2) || defined(_MIPS_ARCH_MIPS64R2)
    +# if defined(_MIPSEL)
     	lbu	$t4,2($i0)		# Te4[s2>>8]
    +	$PTR_INS $i0,$s0,2,8
     	lbu	$t5,2($i1)		# Te4[s3>>8]
    +	$PTR_INS $i1,$s1,2,8
     	lbu	$t6,2($i2)		# Te4[s0>>8]
    +	$PTR_INS $i2,$s2,2,8
     	lbu	$t7,2($i3)		# Te4[s1>>8]
    +	$PTR_INS $i3,$s3,2,8
     
    +	lbu	$t8,2($i0)		# Te4[s0>>24]
    +	_xtr	$i0,$s3,0-2
    +	lbu	$t9,2($i1)		# Te4[s1>>24]
    +	_xtr	$i1,$s0,0-2
    +	lbu	$t10,2($i2)		# Te4[s2>>24]
    +	_xtr	$i2,$s1,0-2
    +	lbu	$t11,2($i3)		# Te4[s3>>24]
    +	_xtr	$i3,$s2,0-2
    +
    +	and	$i0,0x3fc
    +	and	$i1,0x3fc
    +	and	$i2,0x3fc
    +	and	$i3,0x3fc
    +	$PTR_ADD $i0,$Tbl
    +	$PTR_ADD $i1,$Tbl
    +	$PTR_ADD $i2,$Tbl
    +	$PTR_ADD $i3,$Tbl
    +# else
    +	lbu	$t4,2($i0)		# Te4[s2>>8]
     	_xtr	$i0,$s0,24-2
    +	lbu	$t5,2($i1)		# Te4[s3>>8]
     	_xtr	$i1,$s1,24-2
    +	lbu	$t6,2($i2)		# Te4[s0>>8]
     	_xtr	$i2,$s2,24-2
    +	lbu	$t7,2($i3)		# Te4[s1>>8]
     	_xtr	$i3,$s3,24-2
    +
     	and	$i0,0x3fc
     	and	$i1,0x3fc
     	and	$i2,0x3fc
    @@ -282,18 +487,76 @@ _mips_AES_encrypt:
     	$PTR_ADD $i2,$Tbl
     	$PTR_ADD $i3,$Tbl
     	lbu	$t8,2($i0)		# Te4[s0>>24]
    +	$PTR_INS $i0,$s3,2,8
     	lbu	$t9,2($i1)		# Te4[s1>>24]
    +	$PTR_INS $i1,$s0,2,8
     	lbu	$t10,2($i2)		# Te4[s2>>24]
    +	$PTR_INS $i2,$s1,2,8
     	lbu	$t11,2($i3)		# Te4[s3>>24]
    +	$PTR_INS $i3,$s2,2,8
    +# endif
    +	_ins	$t0,16
    +	_ins	$t1,16
    +	_ins	$t2,16
    +	_ins	$t3,16
     
    +	_ins2	$t0,$t4,8
    +	lbu	$t4,2($i0)		# Te4[s3]
    +	_ins2	$t1,$t5,8
    +	lbu	$t5,2($i1)		# Te4[s0]
    +	_ins2	$t2,$t6,8
    +	lbu	$t6,2($i2)		# Te4[s1]
    +	_ins2	$t3,$t7,8
    +	lbu	$t7,2($i3)		# Te4[s2]
    +
    +	_ins2	$t0,$t8,24
    +	lw	$s0,0($key0)
    +	_ins2	$t1,$t9,24
    +	lw	$s1,4($key0)
    +	_ins2	$t2,$t10,24
    +	lw	$s2,8($key0)
    +	_ins2	$t3,$t11,24
    +	lw	$s3,12($key0)
    +
    +	_ins2	$t0,$t4,0
    +	_ins2	$t1,$t5,0
    +	_ins2	$t2,$t6,0
    +	_ins2	$t3,$t7,0
    +#else
    +	lbu	$t4,2($i0)		# Te4[s2>>8]
    +	_xtr	$i0,$s0,24-2
    +	lbu	$t5,2($i1)		# Te4[s3>>8]
    +	_xtr	$i1,$s1,24-2
    +	lbu	$t6,2($i2)		# Te4[s0>>8]
    +	_xtr	$i2,$s2,24-2
    +	lbu	$t7,2($i3)		# Te4[s1>>8]
    +	_xtr	$i3,$s3,24-2
    +
    +	and	$i0,0x3fc
    +	and	$i1,0x3fc
    +	and	$i2,0x3fc
    +	and	$i3,0x3fc
    +	$PTR_ADD $i0,$Tbl
    +	$PTR_ADD $i1,$Tbl
    +	$PTR_ADD $i2,$Tbl
    +	$PTR_ADD $i3,$Tbl
    +	lbu	$t8,2($i0)		# Te4[s0>>24]
     	_xtr	$i0,$s3,0-2
    +	lbu	$t9,2($i1)		# Te4[s1>>24]
     	_xtr	$i1,$s0,0-2
    +	lbu	$t10,2($i2)		# Te4[s2>>24]
     	_xtr	$i2,$s1,0-2
    +	lbu	$t11,2($i3)		# Te4[s3>>24]
     	_xtr	$i3,$s2,0-2
    +
     	and	$i0,0x3fc
     	and	$i1,0x3fc
     	and	$i2,0x3fc
     	and	$i3,0x3fc
    +	$PTR_ADD $i0,$Tbl
    +	$PTR_ADD $i1,$Tbl
    +	$PTR_ADD $i2,$Tbl
    +	$PTR_ADD $i3,$Tbl
     
     	_ins	$t0,16
     	_ins	$t1,16
    @@ -306,27 +569,21 @@ _mips_AES_encrypt:
     	_ins	$t7,8
     
     	xor	$t0,$t4
    -	xor	$t1,$t5
    -	xor	$t2,$t6
    -	xor	$t3,$t7
    -
    -	$PTR_ADD $i0,$Tbl
    -	$PTR_ADD $i1,$Tbl
    -	$PTR_ADD $i2,$Tbl
    -	$PTR_ADD $i3,$Tbl
     	lbu	$t4,2($i0)		# Te4[s3]
    +	xor	$t1,$t5
     	lbu	$t5,2($i1)		# Te4[s0]
    +	xor	$t2,$t6
     	lbu	$t6,2($i2)		# Te4[s1]
    +	xor	$t3,$t7
     	lbu	$t7,2($i3)		# Te4[s2]
     
     	_ins	$t8,24
    -	_ins	$t9,24
    -	_ins	$t10,24
    -	_ins	$t11,24
    -
     	lw	$s0,0($key0)
    +	_ins	$t9,24
     	lw	$s1,4($key0)
    +	_ins	$t10,24
     	lw	$s2,8($key0)
    +	_ins	$t11,24
     	lw	$s3,12($key0)
     
     	xor	$t0,$t8
    @@ -343,7 +600,7 @@ _mips_AES_encrypt:
     	xor	$t1,$t5
     	xor	$t2,$t6
     	xor	$t3,$t7
    -
    +#endif
     	xor	$s0,$t0
     	xor	$s1,$t1
     	xor	$s2,$t2
    @@ -455,6 +712,89 @@ _mips_AES_decrypt:
     	xor	$s3,$t3
     
     	sub	$cnt,1
    +#if defined(__mips_smartmips)
    +	ext	$i0,$s3,16,8
    +.Loop_dec:
    +	ext	$i1,$s0,16,8
    +	ext	$i2,$s1,16,8
    +	ext	$i3,$s2,16,8
    +	lwxs	$t0,$i0($Tbl)		# Td1[s3>>16]
    +	ext	$i0,$s2,8,8
    +	lwxs	$t1,$i1($Tbl)		# Td1[s0>>16]
    +	ext	$i1,$s3,8,8
    +	lwxs	$t2,$i2($Tbl)		# Td1[s1>>16]
    +	ext	$i2,$s0,8,8
    +	lwxs	$t3,$i3($Tbl)		# Td1[s2>>16]
    +	ext	$i3,$s1,8,8
    +
    +	lwxs	$t4,$i0($Tbl)		# Td2[s2>>8]
    +	ext	$i0,$s1,0,8
    +	lwxs	$t5,$i1($Tbl)		# Td2[s3>>8]
    +	ext	$i1,$s2,0,8
    +	lwxs	$t6,$i2($Tbl)		# Td2[s0>>8]
    +	ext	$i2,$s3,0,8
    +	lwxs	$t7,$i3($Tbl)		# Td2[s1>>8]
    +	ext	$i3,$s0,0,8
    +
    +	lwxs	$t8,$i0($Tbl)		# Td3[s1]
    +	ext	$i0,$s0,24,8
    +	lwxs	$t9,$i1($Tbl)		# Td3[s2]
    +	ext	$i1,$s1,24,8
    +	lwxs	$t10,$i2($Tbl)		# Td3[s3]
    +	ext	$i2,$s2,24,8
    +	lwxs	$t11,$i3($Tbl)		# Td3[s0]
    +	ext	$i3,$s3,24,8
    +
    +	rotr	$t0,$t0,8
    +	rotr	$t1,$t1,8
    +	rotr	$t2,$t2,8
    +	rotr	$t3,$t3,8
    +
    +	rotr	$t4,$t4,16
    +	rotr	$t5,$t5,16
    +	rotr	$t6,$t6,16
    +	rotr	$t7,$t7,16
    +
    +	xor	$t0,$t4
    +	lwxs	$t4,$i0($Tbl)		# Td0[s0>>24]
    +	xor	$t1,$t5
    +	lwxs	$t5,$i1($Tbl)		# Td0[s1>>24]
    +	xor	$t2,$t6
    +	lwxs	$t6,$i2($Tbl)		# Td0[s2>>24]
    +	xor	$t3,$t7
    +	lwxs	$t7,$i3($Tbl)		# Td0[s3>>24]
    +
    +	rotr	$t8,$t8,24
    +	lw	$s0,0($key0)
    +	rotr	$t9,$t9,24
    +	lw	$s1,4($key0)
    +	rotr	$t10,$t10,24
    +	lw	$s2,8($key0)
    +	rotr	$t11,$t11,24
    +	lw	$s3,12($key0)
    +
    +	xor	$t0,$t8
    +	xor	$t1,$t9
    +	xor	$t2,$t10
    +	xor	$t3,$t11
    +
    +	xor	$t0,$t4
    +	xor	$t1,$t5
    +	xor	$t2,$t6
    +	xor	$t3,$t7
    +
    +	sub	$cnt,1
    +	$PTR_ADD $key0,16
    +	xor	$s0,$t0
    +	xor	$s1,$t1
    +	xor	$s2,$t2
    +	xor	$s3,$t3
    +	.set	noreorder
    +	bnez	$cnt,.Loop_dec
    +	ext	$i0,$s3,16,8
    +
    +	_xtr	$i0,$s3,16-2
    +#else
     	_xtr	$i0,$s3,16-2
     .Loop_dec:
     	_xtr	$i1,$s0,16-2
    @@ -468,19 +808,88 @@ _mips_AES_decrypt:
     	$PTR_ADD $i1,$Tbl
     	$PTR_ADD $i2,$Tbl
     	$PTR_ADD $i3,$Tbl
    +#if defined(_MIPS_ARCH_MIPS32R2) || defined(_MIPS_ARCH_MIPS64R2)
    +	lw	$t0,0($i0)		# Td1[s3>>16]
    +	_xtr	$i0,$s2,8-2
    +	lw	$t1,0($i1)		# Td1[s0>>16]
    +	_xtr	$i1,$s3,8-2
    +	lw	$t2,0($i2)		# Td1[s1>>16]
    +	_xtr	$i2,$s0,8-2
    +	lw	$t3,0($i3)		# Td1[s2>>16]
    +	_xtr	$i3,$s1,8-2
    +#else
     	lwl	$t0,3($i0)		# Td1[s3>>16]
     	lwl	$t1,3($i1)		# Td1[s0>>16]
     	lwl	$t2,3($i2)		# Td1[s1>>16]
     	lwl	$t3,3($i3)		# Td1[s2>>16]
     	lwr	$t0,2($i0)		# Td1[s3>>16]
    -	lwr	$t1,2($i1)		# Td1[s0>>16]
    -	lwr	$t2,2($i2)		# Td1[s1>>16]
    -	lwr	$t3,2($i3)		# Td1[s2>>16]
    -
     	_xtr	$i0,$s2,8-2
    +	lwr	$t1,2($i1)		# Td1[s0>>16]
     	_xtr	$i1,$s3,8-2
    +	lwr	$t2,2($i2)		# Td1[s1>>16]
     	_xtr	$i2,$s0,8-2
    +	lwr	$t3,2($i3)		# Td1[s2>>16]
     	_xtr	$i3,$s1,8-2
    +#endif
    +
    +	and	$i0,0x3fc
    +	and	$i1,0x3fc
    +	and	$i2,0x3fc
    +	and	$i3,0x3fc
    +	$PTR_ADD $i0,$Tbl
    +	$PTR_ADD $i1,$Tbl
    +	$PTR_ADD $i2,$Tbl
    +	$PTR_ADD $i3,$Tbl
    +#if defined(_MIPS_ARCH_MIPS32R2) || defined(_MIPS_ARCH_MIPS64R2)
    +	rotr	$t0,$t0,8
    +	rotr	$t1,$t1,8
    +	rotr	$t2,$t2,8
    +	rotr	$t3,$t3,8
    +# if defined(_MIPSEL)
    +	lw	$t4,0($i0)		# Td2[s2>>8]
    +	_xtr	$i0,$s1,0-2
    +	lw	$t5,0($i1)		# Td2[s3>>8]
    +	_xtr	$i1,$s2,0-2
    +	lw	$t6,0($i2)		# Td2[s0>>8]
    +	_xtr	$i2,$s3,0-2
    +	lw	$t7,0($i3)		# Td2[s1>>8]
    +	_xtr	$i3,$s0,0-2
    +
    +	and	$i0,0x3fc
    +	and	$i1,0x3fc
    +	and	$i2,0x3fc
    +	and	$i3,0x3fc
    +	$PTR_ADD $i0,$Tbl
    +	$PTR_ADD $i1,$Tbl
    +	$PTR_ADD $i2,$Tbl
    +	$PTR_ADD $i3,$Tbl
    +	lw	$t8,0($i0)		# Td3[s1]
    +	$PTR_INS $i0,$s0,2,8
    +	lw	$t9,0($i1)		# Td3[s2]
    +	$PTR_INS $i1,$s1,2,8
    +	lw	$t10,0($i2)		# Td3[s3]
    +	$PTR_INS $i2,$s2,2,8
    +	lw	$t11,0($i3)		# Td3[s0]
    +	$PTR_INS $i3,$s3,2,8
    +#else
    +	lw	$t4,0($i0)		# Td2[s2>>8]
    +	$PTR_INS $i0,$s1,2,8
    +	lw	$t5,0($i1)		# Td2[s3>>8]
    +	$PTR_INS $i1,$s2,2,8
    +	lw	$t6,0($i2)		# Td2[s0>>8]
    +	$PTR_INS $i2,$s3,2,8
    +	lw	$t7,0($i3)		# Td2[s1>>8]
    +	$PTR_INS $i3,$s0,2,8
    +
    +	lw	$t8,0($i0)		# Td3[s1]
    +	_xtr	$i0,$s0,24-2
    +	lw	$t9,0($i1)		# Td3[s2]
    +	_xtr	$i1,$s1,24-2
    +	lw	$t10,0($i2)		# Td3[s3]
    +	_xtr	$i2,$s2,24-2
    +	lw	$t11,0($i3)		# Td3[s0]
    +	_xtr	$i3,$s3,24-2
    +
     	and	$i0,0x3fc
     	and	$i1,0x3fc
     	and	$i2,0x3fc
    @@ -489,19 +898,30 @@ _mips_AES_decrypt:
     	$PTR_ADD $i1,$Tbl
     	$PTR_ADD $i2,$Tbl
     	$PTR_ADD $i3,$Tbl
    +#endif
    +	rotr	$t4,$t4,16
    +	rotr	$t5,$t5,16
    +	rotr	$t6,$t6,16
    +	rotr	$t7,$t7,16
    +
    +	rotr	$t8,$t8,24
    +	rotr	$t9,$t9,24
    +	rotr	$t10,$t10,24
    +	rotr	$t11,$t11,24
    +#else
     	lwl	$t4,2($i0)		# Td2[s2>>8]
     	lwl	$t5,2($i1)		# Td2[s3>>8]
     	lwl	$t6,2($i2)		# Td2[s0>>8]
     	lwl	$t7,2($i3)		# Td2[s1>>8]
     	lwr	$t4,1($i0)		# Td2[s2>>8]
    -	lwr	$t5,1($i1)		# Td2[s3>>8]
    -	lwr	$t6,1($i2)		# Td2[s0>>8]
    -	lwr	$t7,1($i3)		# Td2[s1>>8]
    -
     	_xtr	$i0,$s1,0-2
    +	lwr	$t5,1($i1)		# Td2[s3>>8]
     	_xtr	$i1,$s2,0-2
    +	lwr	$t6,1($i2)		# Td2[s0>>8]
     	_xtr	$i2,$s3,0-2
    +	lwr	$t7,1($i3)		# Td2[s1>>8]
     	_xtr	$i3,$s0,0-2
    +
     	and	$i0,0x3fc
     	and	$i1,0x3fc
     	and	$i2,0x3fc
    @@ -515,14 +935,14 @@ _mips_AES_decrypt:
     	lwl	$t10,1($i2)		# Td3[s3]
     	lwl	$t11,1($i3)		# Td3[s0]
     	lwr	$t8,0($i0)		# Td3[s1]
    -	lwr	$t9,0($i1)		# Td3[s2]
    -	lwr	$t10,0($i2)		# Td3[s3]
    -	lwr	$t11,0($i3)		# Td3[s0]
    -
     	_xtr	$i0,$s0,24-2
    +	lwr	$t9,0($i1)		# Td3[s2]
     	_xtr	$i1,$s1,24-2
    +	lwr	$t10,0($i2)		# Td3[s3]
     	_xtr	$i2,$s2,24-2
    +	lwr	$t11,0($i3)		# Td3[s0]
     	_xtr	$i3,$s3,24-2
    +
     	and	$i0,0x3fc
     	and	$i1,0x3fc
     	and	$i2,0x3fc
    @@ -531,27 +951,25 @@ _mips_AES_decrypt:
     	$PTR_ADD $i1,$Tbl
     	$PTR_ADD $i2,$Tbl
     	$PTR_ADD $i3,$Tbl
    +#endif
     
     	xor	$t0,$t4
    -	xor	$t1,$t5
    -	xor	$t2,$t6
    -	xor	$t3,$t7
    -
    -
     	lw	$t4,0($i0)		# Td0[s0>>24]
    +	xor	$t1,$t5
     	lw	$t5,0($i1)		# Td0[s1>>24]
    +	xor	$t2,$t6
     	lw	$t6,0($i2)		# Td0[s2>>24]
    +	xor	$t3,$t7
     	lw	$t7,0($i3)		# Td0[s3>>24]
     
    -	lw	$s0,0($key0)
    -	lw	$s1,4($key0)
    -	lw	$s2,8($key0)
    -	lw	$s3,12($key0)
    -
     	xor	$t0,$t8
    +	lw	$s0,0($key0)
     	xor	$t1,$t9
    +	lw	$s1,4($key0)
     	xor	$t2,$t10
    +	lw	$s2,8($key0)
     	xor	$t3,$t11
    +	lw	$s3,12($key0)
     
     	xor	$t0,$t4
     	xor	$t1,$t5
    @@ -567,38 +985,39 @@ _mips_AES_decrypt:
     	.set	noreorder
     	bnez	$cnt,.Loop_dec
     	_xtr	$i0,$s3,16-2
    +#endif
     
     	.set	reorder
     	lw	$t4,1024($Tbl)		# prefetch Td4
    -	lw	$t5,1024+32($Tbl)
    -	lw	$t6,1024+64($Tbl)
    -	lw	$t7,1024+96($Tbl)
    -	lw	$t8,1024+128($Tbl)
    -	lw	$t9,1024+160($Tbl)
    -	lw	$t10,1024+192($Tbl)
    -	lw	$t11,1024+224($Tbl)
    -
     	_xtr	$i0,$s3,16
    +	lw	$t5,1024+32($Tbl)
     	_xtr	$i1,$s0,16
    +	lw	$t6,1024+64($Tbl)
     	_xtr	$i2,$s1,16
    +	lw	$t7,1024+96($Tbl)
     	_xtr	$i3,$s2,16
    +	lw	$t8,1024+128($Tbl)
     	and	$i0,0xff
    +	lw	$t9,1024+160($Tbl)
     	and	$i1,0xff
    +	lw	$t10,1024+192($Tbl)
     	and	$i2,0xff
    +	lw	$t11,1024+224($Tbl)
     	and	$i3,0xff
    +
     	$PTR_ADD $i0,$Tbl
     	$PTR_ADD $i1,$Tbl
     	$PTR_ADD $i2,$Tbl
     	$PTR_ADD $i3,$Tbl
     	lbu	$t0,1024($i0)		# Td4[s3>>16]
    -	lbu	$t1,1024($i1)		# Td4[s0>>16]
    -	lbu	$t2,1024($i2)		# Td4[s1>>16]
    -	lbu	$t3,1024($i3)		# Td4[s2>>16]
    -
     	_xtr	$i0,$s2,8
    +	lbu	$t1,1024($i1)		# Td4[s0>>16]
     	_xtr	$i1,$s3,8
    +	lbu	$t2,1024($i2)		# Td4[s1>>16]
     	_xtr	$i2,$s0,8
    +	lbu	$t3,1024($i3)		# Td4[s2>>16]
     	_xtr	$i3,$s1,8
    +
     	and	$i0,0xff
     	and	$i1,0xff
     	and	$i2,0xff
    @@ -607,29 +1026,108 @@ _mips_AES_decrypt:
     	$PTR_ADD $i1,$Tbl
     	$PTR_ADD $i2,$Tbl
     	$PTR_ADD $i3,$Tbl
    +#if defined(_MIPS_ARCH_MIPS32R2) || defined(_MIPS_ARCH_MIPS64R2)
    +# if defined(_MIPSEL)
     	lbu	$t4,1024($i0)		# Td4[s2>>8]
    +	$PTR_INS $i0,$s0,0,8
     	lbu	$t5,1024($i1)		# Td4[s3>>8]
    +	$PTR_INS $i1,$s1,0,8
     	lbu	$t6,1024($i2)		# Td4[s0>>8]
    +	$PTR_INS $i2,$s2,0,8
     	lbu	$t7,1024($i3)		# Td4[s1>>8]
    +	$PTR_INS $i3,$s3,0,8
     
    +	lbu	$t8,1024($i0)		# Td4[s0>>24]
    +	_xtr	$i0,$s1,0
    +	lbu	$t9,1024($i1)		# Td4[s1>>24]
    +	_xtr	$i1,$s2,0
    +	lbu	$t10,1024($i2)		# Td4[s2>>24]
    +	_xtr	$i2,$s3,0
    +	lbu	$t11,1024($i3)		# Td4[s3>>24]
    +	_xtr	$i3,$s0,0
    +
    +	$PTR_ADD $i0,$Tbl
    +	$PTR_ADD $i1,$Tbl
    +	$PTR_ADD $i2,$Tbl
    +	$PTR_ADD $i3,$Tbl
    +# else
    +	lbu	$t4,1024($i0)		# Td4[s2>>8]
     	_xtr	$i0,$s0,24
    +	lbu	$t5,1024($i1)		# Td4[s3>>8]
     	_xtr	$i1,$s1,24
    +	lbu	$t6,1024($i2)		# Td4[s0>>8]
     	_xtr	$i2,$s2,24
    +	lbu	$t7,1024($i3)		# Td4[s1>>8]
     	_xtr	$i3,$s3,24
    +
     	$PTR_ADD $i0,$Tbl
     	$PTR_ADD $i1,$Tbl
     	$PTR_ADD $i2,$Tbl
     	$PTR_ADD $i3,$Tbl
     	lbu	$t8,1024($i0)		# Td4[s0>>24]
    +	$PTR_INS $i0,$s1,0,8
     	lbu	$t9,1024($i1)		# Td4[s1>>24]
    +	$PTR_INS $i1,$s2,0,8
     	lbu	$t10,1024($i2)		# Td4[s2>>24]
    +	$PTR_INS $i2,$s3,0,8
     	lbu	$t11,1024($i3)		# Td4[s3>>24]
    +	$PTR_INS $i3,$s0,0,8
    +# endif
    +	_ins	$t0,16
    +	_ins	$t1,16
    +	_ins	$t2,16
    +	_ins	$t3,16
    +
    +	_ins2	$t0,$t4,8
    +	lbu	$t4,1024($i0)		# Td4[s1]
    +	_ins2	$t1,$t5,8
    +	lbu	$t5,1024($i1)		# Td4[s2]
    +	_ins2	$t2,$t6,8
    +	lbu	$t6,1024($i2)		# Td4[s3]
    +	_ins2	$t3,$t7,8
    +	lbu	$t7,1024($i3)		# Td4[s0]
    +
    +	_ins2	$t0,$t8,24
    +	lw	$s0,0($key0)
    +	_ins2	$t1,$t9,24
    +	lw	$s1,4($key0)
    +	_ins2	$t2,$t10,24
    +	lw	$s2,8($key0)
    +	_ins2	$t3,$t11,24
    +	lw	$s3,12($key0)
     
    +	_ins2	$t0,$t4,0
    +	_ins2	$t1,$t5,0
    +	_ins2	$t2,$t6,0
    +	_ins2	$t3,$t7,0
    +#else
    +	lbu	$t4,1024($i0)		# Td4[s2>>8]
    +	_xtr	$i0,$s0,24
    +	lbu	$t5,1024($i1)		# Td4[s3>>8]
    +	_xtr	$i1,$s1,24
    +	lbu	$t6,1024($i2)		# Td4[s0>>8]
    +	_xtr	$i2,$s2,24
    +	lbu	$t7,1024($i3)		# Td4[s1>>8]
    +	_xtr	$i3,$s3,24
    +
    +	$PTR_ADD $i0,$Tbl
    +	$PTR_ADD $i1,$Tbl
    +	$PTR_ADD $i2,$Tbl
    +	$PTR_ADD $i3,$Tbl
    +	lbu	$t8,1024($i0)		# Td4[s0>>24]
     	_xtr	$i0,$s1,0
    +	lbu	$t9,1024($i1)		# Td4[s1>>24]
     	_xtr	$i1,$s2,0
    +	lbu	$t10,1024($i2)		# Td4[s2>>24]
     	_xtr	$i2,$s3,0
    +	lbu	$t11,1024($i3)		# Td4[s3>>24]
     	_xtr	$i3,$s0,0
     
    +	$PTR_ADD $i0,$Tbl
    +	$PTR_ADD $i1,$Tbl
    +	$PTR_ADD $i2,$Tbl
    +	$PTR_ADD $i3,$Tbl
    +
     	_ins	$t0,16
     	_ins	$t1,16
     	_ins	$t2,16
    @@ -641,44 +1139,38 @@ _mips_AES_decrypt:
     	_ins	$t7,8
     
     	xor	$t0,$t4
    -	xor	$t1,$t5
    -	xor	$t2,$t6
    -	xor	$t3,$t7
    -
    -	$PTR_ADD $i0,$Tbl
    -	$PTR_ADD $i1,$Tbl
    -	$PTR_ADD $i2,$Tbl
    -	$PTR_ADD $i3,$Tbl
     	lbu	$t4,1024($i0)		# Td4[s1]
    +	xor	$t1,$t5
     	lbu	$t5,1024($i1)		# Td4[s2]
    +	xor	$t2,$t6
     	lbu	$t6,1024($i2)		# Td4[s3]
    +	xor	$t3,$t7
     	lbu	$t7,1024($i3)		# Td4[s0]
     
     	_ins	$t8,24
    -	_ins	$t9,24
    -	_ins	$t10,24
    -	_ins	$t11,24
    -
     	lw	$s0,0($key0)
    +	_ins	$t9,24
     	lw	$s1,4($key0)
    +	_ins	$t10,24
     	lw	$s2,8($key0)
    +	_ins	$t11,24
     	lw	$s3,12($key0)
     
    -	_ins	$t4,0
    -	_ins	$t5,0
    -	_ins	$t6,0
    -	_ins	$t7,0
    -
    -
     	xor	$t0,$t8
     	xor	$t1,$t9
     	xor	$t2,$t10
     	xor	$t3,$t11
     
    +	_ins	$t4,0
    +	_ins	$t5,0
    +	_ins	$t6,0
    +	_ins	$t7,0
    +
     	xor	$t0,$t4
     	xor	$t1,$t5
     	xor	$t2,$t6
     	xor	$t3,$t7
    +#endif
     
     	xor	$s0,$t0
     	xor	$s1,$t1
    @@ -791,7 +1283,7 @@ _mips_AES_set_encrypt_key:
     	beqz	$inp,.Lekey_done
     	li	$t0,-1
     	beqz	$key,.Lekey_done
    -	$PTR_ADD $rcon,$Tbl,1024+256
    +	$PTR_ADD $rcon,$Tbl,256
     
     	.set	reorder
     	lwl	$rk0,0+$MSB($inp)	# load 128 bits
    @@ -843,10 +1335,10 @@ _mips_AES_set_encrypt_key:
     	$PTR_ADD $i1,$Tbl
     	$PTR_ADD $i2,$Tbl
     	$PTR_ADD $i3,$Tbl
    -	lbu	$i0,1024($i0)
    -	lbu	$i1,1024($i1)
    -	lbu	$i2,1024($i2)
    -	lbu	$i3,1024($i3)
    +	lbu	$i0,0($i0)
    +	lbu	$i1,0($i1)
    +	lbu	$i2,0($i2)
    +	lbu	$i3,0($i3)
     
     	sw	$rk0,0($key)
     	sw	$rk1,4($key)
    @@ -898,10 +1390,10 @@ _mips_AES_set_encrypt_key:
     	$PTR_ADD $i1,$Tbl
     	$PTR_ADD $i2,$Tbl
     	$PTR_ADD $i3,$Tbl
    -	lbu	$i0,1024($i0)
    -	lbu	$i1,1024($i1)
    -	lbu	$i2,1024($i2)
    -	lbu	$i3,1024($i3)
    +	lbu	$i0,0($i0)
    +	lbu	$i1,0($i1)
    +	lbu	$i2,0($i2)
    +	lbu	$i3,0($i3)
     
     	sw	$rk0,0($key)
     	sw	$rk1,4($key)
    @@ -957,10 +1449,10 @@ _mips_AES_set_encrypt_key:
     	$PTR_ADD $i1,$Tbl
     	$PTR_ADD $i2,$Tbl
     	$PTR_ADD $i3,$Tbl
    -	lbu	$i0,1024($i0)
    -	lbu	$i1,1024($i1)
    -	lbu	$i2,1024($i2)
    -	lbu	$i3,1024($i3)
    +	lbu	$i0,0($i0)
    +	lbu	$i1,0($i1)
    +	lbu	$i2,0($i2)
    +	lbu	$i3,0($i3)
     
     	sw	$rk0,0($key)
     	sw	$rk1,4($key)
    @@ -999,10 +1491,10 @@ _mips_AES_set_encrypt_key:
     	$PTR_ADD $i1,$Tbl
     	$PTR_ADD $i2,$Tbl
     	$PTR_ADD $i3,$Tbl
    -	lbu	$i0,1024($i0)
    -	lbu	$i1,1024($i1)
    -	lbu	$i2,1024($i2)
    -	lbu	$i3,1024($i3)
    +	lbu	$i0,0($i0)
    +	lbu	$i1,0($i1)
    +	lbu	$i2,0($i2)
    +	lbu	$i3,0($i3)
     	sll	$i0,24
     	sll	$i1,16
     	sll	$i2,8
    @@ -1064,7 +1556,7 @@ $code.=<<___ if ($flavour !~ /o32/i);	# non-o32 PIC-ification
     ___
     $code.=<<___;
     	.set	reorder
    -	la	$Tbl,AES_Te		# PIC-ified 'load address'
    +	la	$Tbl,AES_Te4		# PIC-ified 'load address'
     
     	bal	_mips_AES_set_encrypt_key
     
    @@ -1119,7 +1611,7 @@ $code.=<<___ if ($flavour !~ /o32/i);	# non-o32 PIC-ification
     ___
     $code.=<<___;
     	.set	reorder
    -	la	$Tbl,AES_Te		# PIC-ified 'load address'
    +	la	$Tbl,AES_Te4		# PIC-ified 'load address'
     
     	bal	_mips_AES_set_encrypt_key
     
    @@ -1190,6 +1682,16 @@ $code.=<<___;
     	xor	$tpb,$tp9,$tp2
     	xor	$tpd,$tp9,$tp4
     
    +#if defined(_MIPS_ARCH_MIPS32R2) || defined(_MIPS_ARCH_MIPS64R2)
    +	rotr	$tp1,$tpd,16
    +	 xor	$tpe,$tp2
    +	rotr	$tp2,$tp9,8
    +	xor	$tpe,$tp1
    +	rotr	$tp4,$tpb,24
    +	xor	$tpe,$tp2
    +	lw	$tp1,4($key)		# modulo-scheduled
    +	xor	$tpe,$tp4
    +#else
     	_ror	$tp1,$tpd,16
     	 xor	$tpe,$tp2
     	_ror	$tp2,$tpd,-16
    @@ -1204,6 +1706,7 @@ $code.=<<___;
     	xor	$tpe,$tp1
     	lw	$tp1,4($key)		# modulo-scheduled
     	xor	$tpe,$tp2
    +#endif
     	sub	$cnt,1
     	sw	$tpe,0($key)
     	$PTR_ADD $key,4
    @@ -1234,7 +1737,7 @@ ___
     # Tables are kept in endian-neutral manner
     $code.=<<___;
     .rdata
    -.align	6
    +.align	10
     AES_Te:
     .byte	0xc6,0x63,0x63,0xa5,	0xf8,0x7c,0x7c,0x84	# Te0
     .byte	0xee,0x77,0x77,0x99,	0xf6,0x7b,0x7b,0x8d
    @@ -1365,46 +1868,6 @@ AES_Te:
     .byte	0x7b,0xb0,0xb0,0xcb,	0xa8,0x54,0x54,0xfc
     .byte	0x6d,0xbb,0xbb,0xd6,	0x2c,0x16,0x16,0x3a
     
    -.byte	0x63, 0x7c, 0x77, 0x7b, 0xf2, 0x6b, 0x6f, 0xc5	# Te4
    -.byte	0x30, 0x01, 0x67, 0x2b, 0xfe, 0xd7, 0xab, 0x76
    -.byte	0xca, 0x82, 0xc9, 0x7d, 0xfa, 0x59, 0x47, 0xf0
    -.byte	0xad, 0xd4, 0xa2, 0xaf, 0x9c, 0xa4, 0x72, 0xc0
    -.byte	0xb7, 0xfd, 0x93, 0x26, 0x36, 0x3f, 0xf7, 0xcc
    -.byte	0x34, 0xa5, 0xe5, 0xf1, 0x71, 0xd8, 0x31, 0x15
    -.byte	0x04, 0xc7, 0x23, 0xc3, 0x18, 0x96, 0x05, 0x9a
    -.byte	0x07, 0x12, 0x80, 0xe2, 0xeb, 0x27, 0xb2, 0x75
    -.byte	0x09, 0x83, 0x2c, 0x1a, 0x1b, 0x6e, 0x5a, 0xa0
    -.byte	0x52, 0x3b, 0xd6, 0xb3, 0x29, 0xe3, 0x2f, 0x84
    -.byte	0x53, 0xd1, 0x00, 0xed, 0x20, 0xfc, 0xb1, 0x5b
    -.byte	0x6a, 0xcb, 0xbe, 0x39, 0x4a, 0x4c, 0x58, 0xcf
    -.byte	0xd0, 0xef, 0xaa, 0xfb, 0x43, 0x4d, 0x33, 0x85
    -.byte	0x45, 0xf9, 0x02, 0x7f, 0x50, 0x3c, 0x9f, 0xa8
    -.byte	0x51, 0xa3, 0x40, 0x8f, 0x92, 0x9d, 0x38, 0xf5
    -.byte	0xbc, 0xb6, 0xda, 0x21, 0x10, 0xff, 0xf3, 0xd2
    -.byte	0xcd, 0x0c, 0x13, 0xec, 0x5f, 0x97, 0x44, 0x17
    -.byte	0xc4, 0xa7, 0x7e, 0x3d, 0x64, 0x5d, 0x19, 0x73
    -.byte	0x60, 0x81, 0x4f, 0xdc, 0x22, 0x2a, 0x90, 0x88
    -.byte	0x46, 0xee, 0xb8, 0x14, 0xde, 0x5e, 0x0b, 0xdb
    -.byte	0xe0, 0x32, 0x3a, 0x0a, 0x49, 0x06, 0x24, 0x5c
    -.byte	0xc2, 0xd3, 0xac, 0x62, 0x91, 0x95, 0xe4, 0x79
    -.byte	0xe7, 0xc8, 0x37, 0x6d, 0x8d, 0xd5, 0x4e, 0xa9
    -.byte	0x6c, 0x56, 0xf4, 0xea, 0x65, 0x7a, 0xae, 0x08
    -.byte	0xba, 0x78, 0x25, 0x2e, 0x1c, 0xa6, 0xb4, 0xc6
    -.byte	0xe8, 0xdd, 0x74, 0x1f, 0x4b, 0xbd, 0x8b, 0x8a
    -.byte	0x70, 0x3e, 0xb5, 0x66, 0x48, 0x03, 0xf6, 0x0e
    -.byte	0x61, 0x35, 0x57, 0xb9, 0x86, 0xc1, 0x1d, 0x9e
    -.byte	0xe1, 0xf8, 0x98, 0x11, 0x69, 0xd9, 0x8e, 0x94
    -.byte	0x9b, 0x1e, 0x87, 0xe9, 0xce, 0x55, 0x28, 0xdf
    -.byte	0x8c, 0xa1, 0x89, 0x0d, 0xbf, 0xe6, 0x42, 0x68
    -.byte	0x41, 0x99, 0x2d, 0x0f, 0xb0, 0x54, 0xbb, 0x16
    -
    -.byte	0x01,0x00,0x00,0x00,	0x02,0x00,0x00,0x00	# rcon
    -.byte	0x04,0x00,0x00,0x00,	0x08,0x00,0x00,0x00
    -.byte	0x10,0x00,0x00,0x00,	0x20,0x00,0x00,0x00
    -.byte	0x40,0x00,0x00,0x00,	0x80,0x00,0x00,0x00
    -.byte	0x1B,0x00,0x00,0x00,	0x36,0x00,0x00,0x00
    -
    -.align	6
     AES_Td:
     .byte	0x51,0xf4,0xa7,0x50,	0x7e,0x41,0x65,0x53	# Td0
     .byte	0x1a,0x17,0xa4,0xc3,	0x3a,0x27,0x5e,0x96
    @@ -1567,6 +2030,46 @@ AES_Td:
     .byte	0xc8, 0xeb, 0xbb, 0x3c, 0x83, 0x53, 0x99, 0x61
     .byte	0x17, 0x2b, 0x04, 0x7e, 0xba, 0x77, 0xd6, 0x26
     .byte	0xe1, 0x69, 0x14, 0x63, 0x55, 0x21, 0x0c, 0x7d
    +
    +AES_Te4:
    +.byte	0x63, 0x7c, 0x77, 0x7b, 0xf2, 0x6b, 0x6f, 0xc5	# Te4
    +.byte	0x30, 0x01, 0x67, 0x2b, 0xfe, 0xd7, 0xab, 0x76
    +.byte	0xca, 0x82, 0xc9, 0x7d, 0xfa, 0x59, 0x47, 0xf0
    +.byte	0xad, 0xd4, 0xa2, 0xaf, 0x9c, 0xa4, 0x72, 0xc0
    +.byte	0xb7, 0xfd, 0x93, 0x26, 0x36, 0x3f, 0xf7, 0xcc
    +.byte	0x34, 0xa5, 0xe5, 0xf1, 0x71, 0xd8, 0x31, 0x15
    +.byte	0x04, 0xc7, 0x23, 0xc3, 0x18, 0x96, 0x05, 0x9a
    +.byte	0x07, 0x12, 0x80, 0xe2, 0xeb, 0x27, 0xb2, 0x75
    +.byte	0x09, 0x83, 0x2c, 0x1a, 0x1b, 0x6e, 0x5a, 0xa0
    +.byte	0x52, 0x3b, 0xd6, 0xb3, 0x29, 0xe3, 0x2f, 0x84
    +.byte	0x53, 0xd1, 0x00, 0xed, 0x20, 0xfc, 0xb1, 0x5b
    +.byte	0x6a, 0xcb, 0xbe, 0x39, 0x4a, 0x4c, 0x58, 0xcf
    +.byte	0xd0, 0xef, 0xaa, 0xfb, 0x43, 0x4d, 0x33, 0x85
    +.byte	0x45, 0xf9, 0x02, 0x7f, 0x50, 0x3c, 0x9f, 0xa8
    +.byte	0x51, 0xa3, 0x40, 0x8f, 0x92, 0x9d, 0x38, 0xf5
    +.byte	0xbc, 0xb6, 0xda, 0x21, 0x10, 0xff, 0xf3, 0xd2
    +.byte	0xcd, 0x0c, 0x13, 0xec, 0x5f, 0x97, 0x44, 0x17
    +.byte	0xc4, 0xa7, 0x7e, 0x3d, 0x64, 0x5d, 0x19, 0x73
    +.byte	0x60, 0x81, 0x4f, 0xdc, 0x22, 0x2a, 0x90, 0x88
    +.byte	0x46, 0xee, 0xb8, 0x14, 0xde, 0x5e, 0x0b, 0xdb
    +.byte	0xe0, 0x32, 0x3a, 0x0a, 0x49, 0x06, 0x24, 0x5c
    +.byte	0xc2, 0xd3, 0xac, 0x62, 0x91, 0x95, 0xe4, 0x79
    +.byte	0xe7, 0xc8, 0x37, 0x6d, 0x8d, 0xd5, 0x4e, 0xa9
    +.byte	0x6c, 0x56, 0xf4, 0xea, 0x65, 0x7a, 0xae, 0x08
    +.byte	0xba, 0x78, 0x25, 0x2e, 0x1c, 0xa6, 0xb4, 0xc6
    +.byte	0xe8, 0xdd, 0x74, 0x1f, 0x4b, 0xbd, 0x8b, 0x8a
    +.byte	0x70, 0x3e, 0xb5, 0x66, 0x48, 0x03, 0xf6, 0x0e
    +.byte	0x61, 0x35, 0x57, 0xb9, 0x86, 0xc1, 0x1d, 0x9e
    +.byte	0xe1, 0xf8, 0x98, 0x11, 0x69, 0xd9, 0x8e, 0x94
    +.byte	0x9b, 0x1e, 0x87, 0xe9, 0xce, 0x55, 0x28, 0xdf
    +.byte	0x8c, 0xa1, 0x89, 0x0d, 0xbf, 0xe6, 0x42, 0x68
    +.byte	0x41, 0x99, 0x2d, 0x0f, 0xb0, 0x54, 0xbb, 0x16
    +
    +.byte	0x01,0x00,0x00,0x00,	0x02,0x00,0x00,0x00	# rcon
    +.byte	0x04,0x00,0x00,0x00,	0x08,0x00,0x00,0x00
    +.byte	0x10,0x00,0x00,0x00,	0x20,0x00,0x00,0x00
    +.byte	0x40,0x00,0x00,0x00,	0x80,0x00,0x00,0x00
    +.byte	0x1B,0x00,0x00,0x00,	0x36,0x00,0x00,0x00
     ___
     
     foreach (split("\n",$code)) {
    @@ -1583,6 +2086,9 @@ foreach (split("\n",$code)) {
     	    s/_ins\s+(\$[0-9]+),(\$[0-9]+),([0-9]+)/
     		sprintf("sll\t$1,$2,%d",$big_endian ?	eval($3)
     					:		eval("24-$3"))/e or
    +	    s/_ins2\s+(\$[0-9]+),(\$[0-9]+),([0-9]+)/
    +		sprintf("ins\t$1,$2,%d,8",$big_endian ?	eval($3)
    +					:		eval("24-$3"))/e or
     	    s/_ror\s+(\$[0-9]+),(\$[0-9]+),(\-?[0-9]+)/
     		sprintf("srl\t$1,$2,%d",$big_endian ?	eval($3)
     					:		eval("$3*-1"))/e or
    @@ -1605,6 +2111,11 @@ foreach (split("\n",$code)) {
     		sprintf("$1%d($3)",eval("$2-$2%4+($2%4+1)&3"))/e;
     	}
     
    +	if (!$big_endian) {
    +	    s/(rotr\s+\$[0-9]+,\$[0-9]+),([0-9]+)/sprintf("$1,%d",32-$2)/e;
    +	    s/(ext\s+\$[0-9]+,\$[0-9]+),([0-9]+),8/sprintf("$1,%d,8",24-$2)/e;
    +	}
    +
     	print $_,"\n";
     }
     
    diff --git a/openssl/crypto/aes/asm/aes-ppc.pl b/openssl/crypto/aes/asm/aes-ppc.pl
    index 7c52cbe5f..7a99fc3d0 100644
    --- a/openssl/crypto/aes/asm/aes-ppc.pl
    +++ b/openssl/crypto/aes/asm/aes-ppc.pl
    @@ -45,6 +45,8 @@ if ($flavour =~ /64/) {
     	$PUSH	="stw";
     } else { die "nonsense $flavour"; }
     
    +$LITTLE_ENDIAN = ($flavour=~/le$/) ? $SIZE_T : 0;
    +
     $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
     ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
     ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or
    @@ -68,7 +70,7 @@ $key="r5";
     $Tbl0="r3";
     $Tbl1="r6";
     $Tbl2="r7";
    -$Tbl3="r2";
    +$Tbl3=$out;	# stay away from "r2"; $out is offloaded to stack
     
     $s0="r8";
     $s1="r9";
    @@ -76,7 +78,7 @@ $s2="r10";
     $s3="r11";
     
     $t0="r12";
    -$t1="r13";
    +$t1="r0";	# stay away from "r13";
     $t2="r14";
     $t3="r15";
     
    @@ -100,9 +102,6 @@ $acc13="r29";
     $acc14="r30";
     $acc15="r31";
     
    -# stay away from TLS pointer
    -if ($SIZE_T==8)	{ die if ($t1 ne "r13");  $t1="r0";		}
    -else		{ die if ($Tbl3 ne "r2"); $Tbl3=$t0; $t0="r0";	}
     $mask80=$Tbl2;
     $mask1b=$Tbl3;
     
    @@ -337,8 +336,7 @@ $code.=<<___;
     	$STU	$sp,-$FRAME($sp)
     	mflr	r0
     
    -	$PUSH	$toc,`$FRAME-$SIZE_T*20`($sp)
    -	$PUSH	r13,`$FRAME-$SIZE_T*19`($sp)
    +	$PUSH	$out,`$FRAME-$SIZE_T*19`($sp)
     	$PUSH	r14,`$FRAME-$SIZE_T*18`($sp)
     	$PUSH	r15,`$FRAME-$SIZE_T*17`($sp)
     	$PUSH	r16,`$FRAME-$SIZE_T*16`($sp)
    @@ -365,16 +363,61 @@ $code.=<<___;
     	bne	Lenc_unaligned
     
     Lenc_unaligned_ok:
    +___
    +$code.=<<___ if (!$LITTLE_ENDIAN);
     	lwz	$s0,0($inp)
     	lwz	$s1,4($inp)
     	lwz	$s2,8($inp)
     	lwz	$s3,12($inp)
    +___
    +$code.=<<___ if ($LITTLE_ENDIAN);
    +	lwz	$t0,0($inp)
    +	lwz	$t1,4($inp)
    +	lwz	$t2,8($inp)
    +	lwz	$t3,12($inp)
    +	rotlwi	$s0,$t0,8
    +	rotlwi	$s1,$t1,8
    +	rotlwi	$s2,$t2,8
    +	rotlwi	$s3,$t3,8
    +	rlwimi	$s0,$t0,24,0,7
    +	rlwimi	$s1,$t1,24,0,7
    +	rlwimi	$s2,$t2,24,0,7
    +	rlwimi	$s3,$t3,24,0,7
    +	rlwimi	$s0,$t0,24,16,23
    +	rlwimi	$s1,$t1,24,16,23
    +	rlwimi	$s2,$t2,24,16,23
    +	rlwimi	$s3,$t3,24,16,23
    +___
    +$code.=<<___;
     	bl	LAES_Te
     	bl	Lppc_AES_encrypt_compact
    +	$POP	$out,`$FRAME-$SIZE_T*19`($sp)
    +___
    +$code.=<<___ if ($LITTLE_ENDIAN);
    +	rotlwi	$t0,$s0,8
    +	rotlwi	$t1,$s1,8
    +	rotlwi	$t2,$s2,8
    +	rotlwi	$t3,$s3,8
    +	rlwimi	$t0,$s0,24,0,7
    +	rlwimi	$t1,$s1,24,0,7
    +	rlwimi	$t2,$s2,24,0,7
    +	rlwimi	$t3,$s3,24,0,7
    +	rlwimi	$t0,$s0,24,16,23
    +	rlwimi	$t1,$s1,24,16,23
    +	rlwimi	$t2,$s2,24,16,23
    +	rlwimi	$t3,$s3,24,16,23
    +	stw	$t0,0($out)
    +	stw	$t1,4($out)
    +	stw	$t2,8($out)
    +	stw	$t3,12($out)
    +___
    +$code.=<<___ if (!$LITTLE_ENDIAN);
     	stw	$s0,0($out)
     	stw	$s1,4($out)
     	stw	$s2,8($out)
     	stw	$s3,12($out)
    +___
    +$code.=<<___;
     	b	Lenc_done
     
     Lenc_unaligned:
    @@ -417,6 +460,7 @@ Lenc_xpage:
     
     	bl	LAES_Te
     	bl	Lppc_AES_encrypt_compact
    +	$POP	$out,`$FRAME-$SIZE_T*19`($sp)
     
     	extrwi	$acc00,$s0,8,0
     	extrwi	$acc01,$s0,8,8
    @@ -449,8 +493,6 @@ Lenc_xpage:
     
     Lenc_done:
     	$POP	r0,`$FRAME+$LRSAVE`($sp)
    -	$POP	$toc,`$FRAME-$SIZE_T*20`($sp)
    -	$POP	r13,`$FRAME-$SIZE_T*19`($sp)
     	$POP	r14,`$FRAME-$SIZE_T*18`($sp)
     	$POP	r15,`$FRAME-$SIZE_T*17`($sp)
     	$POP	r16,`$FRAME-$SIZE_T*16`($sp)
    @@ -764,6 +806,7 @@ Lenc_compact_done:
     	blr
     	.long	0
     	.byte	0,12,0x14,0,0,0,0,0
    +.size	.AES_encrypt,.-.AES_encrypt
     
     .globl	.AES_decrypt
     .align	7
    @@ -771,8 +814,7 @@ Lenc_compact_done:
     	$STU	$sp,-$FRAME($sp)
     	mflr	r0
     
    -	$PUSH	$toc,`$FRAME-$SIZE_T*20`($sp)
    -	$PUSH	r13,`$FRAME-$SIZE_T*19`($sp)
    +	$PUSH	$out,`$FRAME-$SIZE_T*19`($sp)
     	$PUSH	r14,`$FRAME-$SIZE_T*18`($sp)
     	$PUSH	r15,`$FRAME-$SIZE_T*17`($sp)
     	$PUSH	r16,`$FRAME-$SIZE_T*16`($sp)
    @@ -799,16 +841,61 @@ Lenc_compact_done:
     	bne	Ldec_unaligned
     
     Ldec_unaligned_ok:
    +___
    +$code.=<<___ if (!$LITTLE_ENDIAN);
     	lwz	$s0,0($inp)
     	lwz	$s1,4($inp)
     	lwz	$s2,8($inp)
     	lwz	$s3,12($inp)
    +___
    +$code.=<<___ if ($LITTLE_ENDIAN);
    +	lwz	$t0,0($inp)
    +	lwz	$t1,4($inp)
    +	lwz	$t2,8($inp)
    +	lwz	$t3,12($inp)
    +	rotlwi	$s0,$t0,8
    +	rotlwi	$s1,$t1,8
    +	rotlwi	$s2,$t2,8
    +	rotlwi	$s3,$t3,8
    +	rlwimi	$s0,$t0,24,0,7
    +	rlwimi	$s1,$t1,24,0,7
    +	rlwimi	$s2,$t2,24,0,7
    +	rlwimi	$s3,$t3,24,0,7
    +	rlwimi	$s0,$t0,24,16,23
    +	rlwimi	$s1,$t1,24,16,23
    +	rlwimi	$s2,$t2,24,16,23
    +	rlwimi	$s3,$t3,24,16,23
    +___
    +$code.=<<___;
     	bl	LAES_Td
     	bl	Lppc_AES_decrypt_compact
    +	$POP	$out,`$FRAME-$SIZE_T*19`($sp)
    +___
    +$code.=<<___ if ($LITTLE_ENDIAN);
    +	rotlwi	$t0,$s0,8
    +	rotlwi	$t1,$s1,8
    +	rotlwi	$t2,$s2,8
    +	rotlwi	$t3,$s3,8
    +	rlwimi	$t0,$s0,24,0,7
    +	rlwimi	$t1,$s1,24,0,7
    +	rlwimi	$t2,$s2,24,0,7
    +	rlwimi	$t3,$s3,24,0,7
    +	rlwimi	$t0,$s0,24,16,23
    +	rlwimi	$t1,$s1,24,16,23
    +	rlwimi	$t2,$s2,24,16,23
    +	rlwimi	$t3,$s3,24,16,23
    +	stw	$t0,0($out)
    +	stw	$t1,4($out)
    +	stw	$t2,8($out)
    +	stw	$t3,12($out)
    +___
    +$code.=<<___ if (!$LITTLE_ENDIAN);
     	stw	$s0,0($out)
     	stw	$s1,4($out)
     	stw	$s2,8($out)
     	stw	$s3,12($out)
    +___
    +$code.=<<___;
     	b	Ldec_done
     
     Ldec_unaligned:
    @@ -851,6 +938,7 @@ Ldec_xpage:
     
     	bl	LAES_Td
     	bl	Lppc_AES_decrypt_compact
    +	$POP	$out,`$FRAME-$SIZE_T*19`($sp)
     
     	extrwi	$acc00,$s0,8,0
     	extrwi	$acc01,$s0,8,8
    @@ -883,8 +971,6 @@ Ldec_xpage:
     
     Ldec_done:
     	$POP	r0,`$FRAME+$LRSAVE`($sp)
    -	$POP	$toc,`$FRAME-$SIZE_T*20`($sp)
    -	$POP	r13,`$FRAME-$SIZE_T*19`($sp)
     	$POP	r14,`$FRAME-$SIZE_T*18`($sp)
     	$POP	r15,`$FRAME-$SIZE_T*17`($sp)
     	$POP	r16,`$FRAME-$SIZE_T*16`($sp)
    @@ -1355,6 +1441,7 @@ Ldec_compact_done:
     	blr
     	.long	0
     	.byte	0,12,0x14,0,0,0,0,0
    +.size	.AES_decrypt,.-.AES_decrypt
     
     .asciz	"AES for PPC, CRYPTOGAMS by "
     .align	7
    diff --git a/openssl/crypto/aes/asm/aes-x86_64.pl b/openssl/crypto/aes/asm/aes-x86_64.pl
    index 34cbb5d84..47f416375 100644
    --- a/openssl/crypto/aes/asm/aes-x86_64.pl
    +++ b/openssl/crypto/aes/asm/aes-x86_64.pl
    @@ -19,9 +19,10 @@
     # Performance in number of cycles per processed byte for 128-bit key:
     #
     #		ECB encrypt	ECB decrypt	CBC large chunk
    -# AMD64		33		41		13.0
    -# EM64T		38		59		18.6(*)
    -# Core 2	30		43		14.5(*)
    +# AMD64		33		43		13.0
    +# EM64T		38		56		18.6(*)
    +# Core 2	30		42		14.5(*)
    +# Atom		65		86		32.1(*)
     #
     # (*) with hyper-threading off
     
    @@ -366,68 +367,66 @@ $code.=<<___;
     	movzb	`&lo("$s0")`,$t0
     	movzb	`&lo("$s1")`,$t1
     	movzb	`&lo("$s2")`,$t2
    -	movzb	($sbox,$t0,1),$t0
    -	movzb	($sbox,$t1,1),$t1
    -	movzb	($sbox,$t2,1),$t2
    -
     	movzb	`&lo("$s3")`,$t3
     	movzb	`&hi("$s1")`,$acc0
     	movzb	`&hi("$s2")`,$acc1
    +	shr	\$16,$s2
    +	movzb	`&hi("$s3")`,$acc2
    +	movzb	($sbox,$t0,1),$t0
    +	movzb	($sbox,$t1,1),$t1
    +	movzb	($sbox,$t2,1),$t2
     	movzb	($sbox,$t3,1),$t3
    -	movzb	($sbox,$acc0,1),$t4	#$t0
    -	movzb	($sbox,$acc1,1),$t5	#$t1
     
    -	movzb	`&hi("$s3")`,$acc2
    +	movzb	($sbox,$acc0,1),$t4	#$t0
     	movzb	`&hi("$s0")`,$acc0
    -	shr	\$16,$s2
    +	movzb	($sbox,$acc1,1),$t5	#$t1
    +	movzb	`&lo("$s2")`,$acc1
     	movzb	($sbox,$acc2,1),$acc2	#$t2
     	movzb	($sbox,$acc0,1),$acc0	#$t3
    -	shr	\$16,$s3
     
    -	movzb	`&lo("$s2")`,$acc1
     	shl	\$8,$t4
    +	shr	\$16,$s3
     	shl	\$8,$t5
    -	movzb	($sbox,$acc1,1),$acc1	#$t0
     	xor	$t4,$t0
    -	xor	$t5,$t1
    -
    -	movzb	`&lo("$s3")`,$t4
     	shr	\$16,$s0
    +	movzb	`&lo("$s3")`,$t4
     	shr	\$16,$s1
    -	movzb	`&lo("$s0")`,$t5
    +	xor	$t5,$t1
     	shl	\$8,$acc2
    -	shl	\$8,$acc0
    -	movzb	($sbox,$t4,1),$t4	#$t1
    -	movzb	($sbox,$t5,1),$t5	#$t2
    +	movzb	`&lo("$s0")`,$t5
    +	movzb	($sbox,$acc1,1),$acc1	#$t0
     	xor	$acc2,$t2
    -	xor	$acc0,$t3
     
    +	shl	\$8,$acc0
     	movzb	`&lo("$s1")`,$acc2
    -	movzb	`&hi("$s3")`,$acc0
     	shl	\$16,$acc1
    -	movzb	($sbox,$acc2,1),$acc2	#$t3
    -	movzb	($sbox,$acc0,1),$acc0	#$t0
    +	xor	$acc0,$t3
    +	movzb	($sbox,$t4,1),$t4	#$t1
    +	movzb	`&hi("$s3")`,$acc0
    +	movzb	($sbox,$t5,1),$t5	#$t2
     	xor	$acc1,$t0
     
    -	movzb	`&hi("$s0")`,$acc1
     	shr	\$8,$s2
    +	movzb	`&hi("$s0")`,$acc1
    +	shl	\$16,$t4
     	shr	\$8,$s1
    +	shl	\$16,$t5
    +	xor	$t4,$t1
    +	movzb	($sbox,$acc2,1),$acc2	#$t3
    +	movzb	($sbox,$acc0,1),$acc0	#$t0
     	movzb	($sbox,$acc1,1),$acc1	#$t1
     	movzb	($sbox,$s2,1),$s3	#$t3
     	movzb	($sbox,$s1,1),$s2	#$t2
    -	shl	\$16,$t4
    -	shl	\$16,$t5
    +
     	shl	\$16,$acc2
    -	xor	$t4,$t1
     	xor	$t5,$t2
    -	xor	$acc2,$t3
    -
     	shl	\$24,$acc0
    +	xor	$acc2,$t3
     	shl	\$24,$acc1
    -	shl	\$24,$s3
     	xor	$acc0,$t0
    -	shl	\$24,$s2
    +	shl	\$24,$s3
     	xor	$acc1,$t1
    +	shl	\$24,$s2
     	mov	$t0,$s0
     	mov	$t1,$s1
     	xor	$t2,$s2
    @@ -466,12 +465,12 @@ sub enctransform()
     { my ($t3,$r20,$r21)=($acc2,"%r8d","%r9d");
     
     $code.=<<___;
    -	mov	$s0,$acc0
    -	mov	$s1,$acc1
    -	and	\$0x80808080,$acc0
    -	and	\$0x80808080,$acc1
    -	mov	$acc0,$t0
    -	mov	$acc1,$t1
    +	mov	\$0x80808080,$t0
    +	mov	\$0x80808080,$t1
    +	and	$s0,$t0
    +	and	$s1,$t1
    +	mov	$t0,$acc0
    +	mov	$t1,$acc1
     	shr	\$7,$t0
     	lea	($s0,$s0),$r20
     	shr	\$7,$t1
    @@ -489,25 +488,25 @@ $code.=<<___;
     
     	xor	$r20,$s0
     	xor	$r21,$s1
    -	 mov	$s2,$acc0
    -	 mov	$s3,$acc1
    +	 mov	\$0x80808080,$t2
     	rol	\$24,$s0
    +	 mov	\$0x80808080,$t3
     	rol	\$24,$s1
    -	 and	\$0x80808080,$acc0
    -	 and	\$0x80808080,$acc1
    +	 and	$s2,$t2
    +	 and	$s3,$t3
     	xor	$r20,$s0
     	xor	$r21,$s1
    -	 mov	$acc0,$t2
    -	 mov	$acc1,$t3
    +	 mov	$t2,$acc0
     	ror	\$16,$t0
    +	 mov	$t3,$acc1
     	ror	\$16,$t1
    -	 shr	\$7,$t2
     	 lea	($s2,$s2),$r20
    +	 shr	\$7,$t2
     	xor	$t0,$s0
    -	xor	$t1,$s1
     	 shr	\$7,$t3
    -	 lea	($s3,$s3),$r21
    +	xor	$t1,$s1
     	ror	\$8,$t0
    +	 lea	($s3,$s3),$r21
     	ror	\$8,$t1
     	 sub	$t2,$acc0
     	 sub	$t3,$acc1
    @@ -523,23 +522,23 @@ $code.=<<___;
     	xor	$acc0,$r20
     	xor	$acc1,$r21
     
    +	ror	\$16,$t2
     	xor	$r20,$s2
    +	ror	\$16,$t3
     	xor	$r21,$s3
     	rol	\$24,$s2
    +	mov	0($sbox),$acc0			# prefetch Te4
     	rol	\$24,$s3
     	xor	$r20,$s2
    -	xor	$r21,$s3
    -	mov	0($sbox),$acc0			# prefetch Te4
    -	ror	\$16,$t2
    -	ror	\$16,$t3
     	mov	64($sbox),$acc1
    -	xor	$t2,$s2
    -	xor	$t3,$s3
    +	xor	$r21,$s3
     	mov	128($sbox),$r20
    +	xor	$t2,$s2
     	ror	\$8,$t2
    +	xor	$t3,$s3
     	ror	\$8,$t3
    -	mov	192($sbox),$r21
     	xor	$t2,$s2
    +	mov	192($sbox),$r21
     	xor	$t3,$s3
     ___
     }
    @@ -936,70 +935,69 @@ $code.=<<___;
     	movzb	`&lo("$s0")`,$t0
     	movzb	`&lo("$s1")`,$t1
     	movzb	`&lo("$s2")`,$t2
    -	movzb	($sbox,$t0,1),$t0
    -	movzb	($sbox,$t1,1),$t1
    -	movzb	($sbox,$t2,1),$t2
    -
     	movzb	`&lo("$s3")`,$t3
     	movzb	`&hi("$s3")`,$acc0
     	movzb	`&hi("$s0")`,$acc1
    +	shr	\$16,$s3
    +	movzb	`&hi("$s1")`,$acc2
    +	movzb	($sbox,$t0,1),$t0
    +	movzb	($sbox,$t1,1),$t1
    +	movzb	($sbox,$t2,1),$t2
     	movzb	($sbox,$t3,1),$t3
    -	movzb	($sbox,$acc0,1),$t4	#$t0
    -	movzb	($sbox,$acc1,1),$t5	#$t1
     
    -	movzb	`&hi("$s1")`,$acc2
    +	movzb	($sbox,$acc0,1),$t4	#$t0
     	movzb	`&hi("$s2")`,$acc0
    -	shr	\$16,$s2
    +	movzb	($sbox,$acc1,1),$t5	#$t1
     	movzb	($sbox,$acc2,1),$acc2	#$t2
     	movzb	($sbox,$acc0,1),$acc0	#$t3
    -	shr	\$16,$s3
     
    -	movzb	`&lo("$s2")`,$acc1
    -	shl	\$8,$t4
    +	shr	\$16,$s2
     	shl	\$8,$t5
    -	movzb	($sbox,$acc1,1),$acc1	#$t0
    -	xor	$t4,$t0
    -	xor	$t5,$t1
    -
    -	movzb	`&lo("$s3")`,$t4
    +	shl	\$8,$t4
    +	movzb	`&lo("$s2")`,$acc1
     	shr	\$16,$s0
    +	xor	$t4,$t0
     	shr	\$16,$s1
    -	movzb	`&lo("$s0")`,$t5
    +	movzb	`&lo("$s3")`,$t4
    +
     	shl	\$8,$acc2
    +	xor	$t5,$t1
     	shl	\$8,$acc0
    -	movzb	($sbox,$t4,1),$t4	#$t1
    -	movzb	($sbox,$t5,1),$t5	#$t2
    +	movzb	`&lo("$s0")`,$t5
    +	movzb	($sbox,$acc1,1),$acc1	#$t0
     	xor	$acc2,$t2
    -	xor	$acc0,$t3
    -
     	movzb	`&lo("$s1")`,$acc2
    -	movzb	`&hi("$s1")`,$acc0
    +
     	shl	\$16,$acc1
    +	xor	$acc0,$t3
    +	movzb	($sbox,$t4,1),$t4	#$t1
    +	movzb	`&hi("$s1")`,$acc0
     	movzb	($sbox,$acc2,1),$acc2	#$t3
    -	movzb	($sbox,$acc0,1),$acc0	#$t0
     	xor	$acc1,$t0
    -
    +	movzb	($sbox,$t5,1),$t5	#$t2
     	movzb	`&hi("$s2")`,$acc1
    +
    +	shl	\$16,$acc2
     	shl	\$16,$t4
     	shl	\$16,$t5
    -	movzb	($sbox,$acc1,1),$s1	#$t1
    +	xor	$acc2,$t3
    +	movzb	`&hi("$s3")`,$acc2
     	xor	$t4,$t1
    +	shr	\$8,$s0
     	xor	$t5,$t2
     
    -	movzb	`&hi("$s3")`,$acc1
    -	shr	\$8,$s0
    -	shl	\$16,$acc2
    -	movzb	($sbox,$acc1,1),$s2	#$t2
    +	movzb	($sbox,$acc0,1),$acc0	#$t0
    +	movzb	($sbox,$acc1,1),$s1	#$t1
    +	movzb	($sbox,$acc2,1),$s2	#$t2
     	movzb	($sbox,$s0,1),$s3	#$t3
    -	xor	$acc2,$t3
     
    +	mov	$t0,$s0
     	shl	\$24,$acc0
     	shl	\$24,$s1
     	shl	\$24,$s2
    -	xor	$acc0,$t0
    +	xor	$acc0,$s0
     	shl	\$24,$s3
     	xor	$t1,$s1
    -	mov	$t0,$s0
     	xor	$t2,$s2
     	xor	$t3,$s3
     ___
    @@ -1014,12 +1012,12 @@ sub dectransform()
       my $prefetch = shift;
     
     $code.=<<___;
    -	mov	$tp10,$acc0
    -	mov	$tp18,$acc8
    -	and	$mask80,$acc0
    -	and	$mask80,$acc8
    -	mov	$acc0,$tp40
    -	mov	$acc8,$tp48
    +	mov	$mask80,$tp40
    +	mov	$mask80,$tp48
    +	and	$tp10,$tp40
    +	and	$tp18,$tp48
    +	mov	$tp40,$acc0
    +	mov	$tp48,$acc8
     	shr	\$7,$tp40
     	lea	($tp10,$tp10),$tp20
     	shr	\$7,$tp48
    @@ -1030,15 +1028,15 @@ $code.=<<___;
     	and	$maskfe,$tp28
     	and	$mask1b,$acc0
     	and	$mask1b,$acc8
    -	xor	$tp20,$acc0
    -	xor	$tp28,$acc8
    -	mov	$acc0,$tp20
    -	mov	$acc8,$tp28
    -
    -	and	$mask80,$acc0
    -	and	$mask80,$acc8
    -	mov	$acc0,$tp80
    -	mov	$acc8,$tp88
    +	xor	$acc0,$tp20
    +	xor	$acc8,$tp28
    +	mov	$mask80,$tp80
    +	mov	$mask80,$tp88
    +
    +	and	$tp20,$tp80
    +	and	$tp28,$tp88
    +	mov	$tp80,$acc0
    +	mov	$tp88,$acc8
     	shr	\$7,$tp80
     	lea	($tp20,$tp20),$tp40
     	shr	\$7,$tp88
    @@ -1049,15 +1047,15 @@ $code.=<<___;
     	and	$maskfe,$tp48
     	and	$mask1b,$acc0
     	and	$mask1b,$acc8
    -	xor	$tp40,$acc0
    -	xor	$tp48,$acc8
    -	mov	$acc0,$tp40
    -	mov	$acc8,$tp48
    -
    -	and	$mask80,$acc0
    -	and	$mask80,$acc8
    -	mov	$acc0,$tp80
    -	mov	$acc8,$tp88
    +	xor	$acc0,$tp40
    +	xor	$acc8,$tp48
    +	mov	$mask80,$tp80
    +	mov	$mask80,$tp88
    +
    +	and	$tp40,$tp80
    +	and	$tp48,$tp88
    +	mov	$tp80,$acc0
    +	mov	$tp88,$acc8
     	shr	\$7,$tp80
     	 xor	$tp10,$tp20		# tp2^=tp1
     	shr	\$7,$tp88
    @@ -1082,51 +1080,51 @@ $code.=<<___;
     	mov	$tp10,$acc0
     	mov	$tp18,$acc8
     	xor	$tp80,$tp40		# tp4^tp1^=tp8
    -	xor	$tp88,$tp48		# tp4^tp1^=tp8
     	shr	\$32,$acc0
    +	xor	$tp88,$tp48		# tp4^tp1^=tp8
     	shr	\$32,$acc8
     	xor	$tp20,$tp80		# tp8^=tp8^tp2^tp1=tp2^tp1
    -	xor	$tp28,$tp88		# tp8^=tp8^tp2^tp1=tp2^tp1
     	rol	\$8,`&LO("$tp10")`	# ROTATE(tp1^tp8,8)
    +	xor	$tp28,$tp88		# tp8^=tp8^tp2^tp1=tp2^tp1
     	rol	\$8,`&LO("$tp18")`	# ROTATE(tp1^tp8,8)
     	xor	$tp40,$tp80		# tp2^tp1^=tp8^tp4^tp1=tp8^tp4^tp2
    +	rol	\$8,`&LO("$acc0")`	# ROTATE(tp1^tp8,8)
     	xor	$tp48,$tp88		# tp2^tp1^=tp8^tp4^tp1=tp8^tp4^tp2
     
    -	rol	\$8,`&LO("$acc0")`	# ROTATE(tp1^tp8,8)
     	rol	\$8,`&LO("$acc8")`	# ROTATE(tp1^tp8,8)
     	xor	`&LO("$tp80")`,`&LO("$tp10")`
    -	xor	`&LO("$tp88")`,`&LO("$tp18")`
     	shr	\$32,$tp80
    +	xor	`&LO("$tp88")`,`&LO("$tp18")`
     	shr	\$32,$tp88
     	xor	`&LO("$tp80")`,`&LO("$acc0")`
     	xor	`&LO("$tp88")`,`&LO("$acc8")`
     
     	mov	$tp20,$tp80
    -	mov	$tp28,$tp88
    -	shr	\$32,$tp80
    -	shr	\$32,$tp88
     	rol	\$24,`&LO("$tp20")`	# ROTATE(tp2^tp1^tp8,24)
    +	mov	$tp28,$tp88
     	rol	\$24,`&LO("$tp28")`	# ROTATE(tp2^tp1^tp8,24)
    -	rol	\$24,`&LO("$tp80")`	# ROTATE(tp2^tp1^tp8,24)
    -	rol	\$24,`&LO("$tp88")`	# ROTATE(tp2^tp1^tp8,24)
    +	shr	\$32,$tp80
     	xor	`&LO("$tp20")`,`&LO("$tp10")`
    +	shr	\$32,$tp88
     	xor	`&LO("$tp28")`,`&LO("$tp18")`
    +	rol	\$24,`&LO("$tp80")`	# ROTATE(tp2^tp1^tp8,24)
     	mov	$tp40,$tp20
    +	rol	\$24,`&LO("$tp88")`	# ROTATE(tp2^tp1^tp8,24)
     	mov	$tp48,$tp28
    +	shr	\$32,$tp20
     	xor	`&LO("$tp80")`,`&LO("$acc0")`
    +	shr	\$32,$tp28
     	xor	`&LO("$tp88")`,`&LO("$acc8")`
     
     	`"mov	0($sbox),$mask80"	if ($prefetch)`
    -	shr	\$32,$tp20
    -	shr	\$32,$tp28
    -	`"mov	64($sbox),$maskfe"	if ($prefetch)`
     	rol	\$16,`&LO("$tp40")`	# ROTATE(tp4^tp1^tp8,16)
    +	`"mov	64($sbox),$maskfe"	if ($prefetch)`
     	rol	\$16,`&LO("$tp48")`	# ROTATE(tp4^tp1^tp8,16)
     	`"mov	128($sbox),$mask1b"	if ($prefetch)`
     	rol	\$16,`&LO("$tp20")`	# ROTATE(tp4^tp1^tp8,16)
    -	rol	\$16,`&LO("$tp28")`	# ROTATE(tp4^tp1^tp8,16)
     	`"mov	192($sbox),$tp80"	if ($prefetch)`
     	xor	`&LO("$tp40")`,`&LO("$tp10")`
    +	rol	\$16,`&LO("$tp28")`	# ROTATE(tp4^tp1^tp8,16)
     	xor	`&LO("$tp48")`,`&LO("$tp18")`
     	`"mov	256($sbox),$tp88"	if ($prefetch)`
     	xor	`&LO("$tp20")`,`&LO("$acc0")`
    @@ -1302,10 +1300,6 @@ private_AES_set_encrypt_key:
     
     	call	_x86_64_AES_set_encrypt_key
     
    -	mov	8(%rsp),%r15
    -	mov	16(%rsp),%r14
    -	mov	24(%rsp),%r13
    -	mov	32(%rsp),%r12
     	mov	40(%rsp),%rbp
     	mov	48(%rsp),%rbx
     	add	\$56,%rsp
    diff --git a/openssl/crypto/aes/asm/aesni-mb-x86_64.pl b/openssl/crypto/aes/asm/aesni-mb-x86_64.pl
    new file mode 100755
    index 000000000..33b1aed3c
    --- /dev/null
    +++ b/openssl/crypto/aes/asm/aesni-mb-x86_64.pl
    @@ -0,0 +1,1395 @@
    +#!/usr/bin/env perl
    +
    +# ====================================================================
    +# Written by Andy Polyakov  for the OpenSSL
    +# project. The module is, however, dual licensed under OpenSSL and
    +# CRYPTOGAMS licenses depending on where you obtain it. For further
    +# details see http://www.openssl.org/~appro/cryptogams/.
    +# ====================================================================
    +
    +# Multi-buffer AES-NI procedures process several independent buffers
    +# in parallel by interleaving independent instructions.
    +#
    +# Cycles per byte for interleave factor 4:
    +#
    +#			asymptotic	measured
    +#			---------------------------
    +# Westmere		5.00/4=1.25	5.13/4=1.28
    +# Atom			15.0/4=3.75	?15.7/4=3.93
    +# Sandy Bridge		5.06/4=1.27	5.18/4=1.29
    +# Ivy Bridge		5.06/4=1.27	5.14/4=1.29
    +# Haswell		4.44/4=1.11	4.44/4=1.11
    +# Bulldozer		5.75/4=1.44	5.76/4=1.44
    +#
    +# Cycles per byte for interleave factor 8 (not implemented for
    +# pre-AVX processors, where higher interleave factor incidentally
    +# doesn't result in improvement):
    +#
    +#			asymptotic	measured
    +#			---------------------------
    +# Sandy Bridge		5.06/8=0.64	7.10/8=0.89(*)
    +# Ivy Bridge		5.06/8=0.64	7.14/8=0.89(*)
    +# Haswell		5.00/8=0.63	5.00/8=0.63
    +# Bulldozer		5.75/8=0.72	5.77/8=0.72
    +#
    +# (*)	Sandy/Ivy Bridge are known to handle high interleave factors
    +#	suboptimally;
    +
    +$flavour = shift;
    +$output  = shift;
    +if ($flavour =~ /\./) { $output = $flavour; undef $flavour; }
    +
    +$win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
    +
    +$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
    +( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
    +( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
    +die "can't locate x86_64-xlate.pl";
    +
    +$avx=0;
    +
    +if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
    +		=~ /GNU assembler version ([2-9]\.[0-9]+)/) {
    +	$avx = ($1>=2.19) + ($1>=2.22);
    +}
    +
    +if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
    +	   `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/) {
    +	$avx = ($1>=2.09) + ($1>=2.10);
    +}
    +
    +if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
    +	   `ml64 2>&1` =~ /Version ([0-9]+)\./) {
    +	$avx = ($1>=10) + ($1>=11);
    +}
    +
    +if (!$avx && `$ENV{CC} -v 2>&1` =~ /(^clang version|based on LLVM) ([3-9]\.[0-9]+)/) {
    +	$avx = ($2>=3.0) + ($2>3.0);
    +}
    +
    +open OUT,"| \"$^X\" $xlate $flavour $output";
    +*STDOUT=*OUT;
    +
    +# void aesni_multi_cbc_encrypt (
    +#     struct {	void *inp,*out; int blocks; double iv[2]; } inp[8];
    +#     const AES_KEY *key,
    +#     int num);		/* 1 or 2 */
    +#
    +$inp="%rdi";	# 1st arg
    +$key="%rsi";	# 2nd arg
    +$num="%edx";
    +
    +@inptr=map("%r$_",(8..11));
    +@outptr=map("%r$_",(12..15));
    +
    +($rndkey0,$rndkey1)=("%xmm0","%xmm1");
    +@out=map("%xmm$_",(2..5));
    +@inp=map("%xmm$_",(6..9));
    +($counters,$mask,$zero)=map("%xmm$_",(10..12));
    +
    +($rounds,$one,$sink,$offset)=("%eax","%ecx","%rbp","%rbx");
    +
    +$code.=<<___;
    +.text
    +
    +.extern	OPENSSL_ia32cap_P
    +
    +.globl	aesni_multi_cbc_encrypt
    +.type	aesni_multi_cbc_encrypt,\@function,3
    +.align	32
    +aesni_multi_cbc_encrypt:
    +___
    +$code.=<<___ if ($avx);
    +	cmp	\$2,$num
    +	jb	.Lenc_non_avx
    +	mov	OPENSSL_ia32cap_P+4(%rip),%ecx
    +	test	\$`1<<28`,%ecx			# AVX bit
    +	jnz	_avx_cbc_enc_shortcut
    +	jmp	.Lenc_non_avx
    +.align	16
    +.Lenc_non_avx:
    +___
    +$code.=<<___;
    +	mov	%rsp,%rax
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +___
    +$code.=<<___ if ($win64);
    +	lea	-0xa8(%rsp),%rsp
    +	movaps	%xmm6,(%rsp)
    +	movaps	%xmm7,0x10(%rsp)
    +	movaps	%xmm8,0x20(%rsp)
    +	movaps	%xmm9,0x30(%rsp)
    +	movaps	%xmm10,0x40(%rsp)
    +	movaps	%xmm11,0x50(%rsp)
    +	movaps	%xmm12,0x60(%rsp)
    +	movaps	%xmm13,-0x68(%rax)	# not used, saved to share se_handler 
    +	movaps	%xmm14,-0x58(%rax)
    +	movaps	%xmm15,-0x48(%rax)
    +___
    +$code.=<<___;
    +	# stack layout
    +	#
    +	# +0	output sink
    +	# +16	input sink [original %rsp and $num]
    +	# +32	counters
    +
    +	sub	\$48,%rsp
    +	and	\$-64,%rsp
    +	mov	%rax,16(%rsp)			# original %rsp
    +
    +.Lenc4x_body:
    +	movdqu	($key),$zero			# 0-round key
    +	lea	0x78($key),$key			# size optimization
    +	lea	40*2($inp),$inp
    +
    +.Lenc4x_loop_grande:
    +	mov	$num,24(%rsp)			# original $num
    +	xor	$num,$num
    +___
    +for($i=0;$i<4;$i++) {
    +    $code.=<<___;
    +	mov	`40*$i+16-40*2`($inp),$one	# borrow $one for number of blocks
    +	mov	`40*$i+0-40*2`($inp),@inptr[$i]
    +	cmp	$num,$one
    +	mov	`40*$i+8-40*2`($inp),@outptr[$i]
    +	cmovg	$one,$num			# find maximum
    +	test	$one,$one
    +	movdqu	`40*$i+24-40*2`($inp),@out[$i]	# load IV
    +	mov	$one,`32+4*$i`(%rsp)		# initialize counters
    +	cmovle	%rsp,@inptr[$i]			# cancel input
    +___
    +}
    +$code.=<<___;
    +	test	$num,$num
    +	jz	.Lenc4x_done
    +
    +	movups	0x10-0x78($key),$rndkey1
    +	 pxor	$zero,@out[0]
    +	movups	0x20-0x78($key),$rndkey0
    +	 pxor	$zero,@out[1]
    +	mov	0xf0-0x78($key),$rounds
    +	 pxor	$zero,@out[2]
    +	movdqu	(@inptr[0]),@inp[0]		# load inputs
    +	 pxor	$zero,@out[3]
    +	movdqu	(@inptr[1]),@inp[1]
    +	 pxor	@inp[0],@out[0]
    +	movdqu	(@inptr[2]),@inp[2]
    +	 pxor	@inp[1],@out[1]
    +	movdqu	(@inptr[3]),@inp[3]
    +	 pxor	@inp[2],@out[2]
    +	 pxor	@inp[3],@out[3]
    +	movdqa	32(%rsp),$counters		# load counters
    +	xor	$offset,$offset
    +	jmp	.Loop_enc4x
    +
    +.align	32
    +.Loop_enc4x:
    +	add	\$16,$offset
    +	lea	16(%rsp),$sink			# sink pointer
    +	mov	\$1,$one			# constant of 1
    +	sub	$offset,$sink
    +
    +	aesenc		$rndkey1,@out[0]
    +	prefetcht0	31(@inptr[0],$offset)	# prefetch input
    +	prefetcht0	31(@inptr[1],$offset)
    +	aesenc		$rndkey1,@out[1]
    +	prefetcht0	31(@inptr[2],$offset)
    +	prefetcht0	31(@inptr[2],$offset)
    +	aesenc		$rndkey1,@out[2]
    +	aesenc		$rndkey1,@out[3]
    +	movups		0x30-0x78($key),$rndkey1
    +___
    +for($i=0;$i<4;$i++) {
    +my $rndkey = ($i&1) ? $rndkey1 : $rndkey0;
    +$code.=<<___;
    +	 cmp		`32+4*$i`(%rsp),$one
    +	aesenc		$rndkey,@out[0]
    +	aesenc		$rndkey,@out[1]
    +	aesenc		$rndkey,@out[2]
    +	 cmovge		$sink,@inptr[$i]	# cancel input
    +	 cmovg		$sink,@outptr[$i]	# sink output
    +	aesenc		$rndkey,@out[3]
    +	movups		`0x40+16*$i-0x78`($key),$rndkey
    +___
    +}
    +$code.=<<___;
    +	 movdqa		$counters,$mask
    +	aesenc		$rndkey0,@out[0]
    +	prefetcht0	15(@outptr[0],$offset)	# prefetch output
    +	prefetcht0	15(@outptr[1],$offset)
    +	aesenc		$rndkey0,@out[1]
    +	prefetcht0	15(@outptr[2],$offset)
    +	prefetcht0	15(@outptr[3],$offset)
    +	aesenc		$rndkey0,@out[2]
    +	aesenc		$rndkey0,@out[3]
    +	movups		0x80-0x78($key),$rndkey0
    +	 pxor		$zero,$zero
    +
    +	aesenc		$rndkey1,@out[0]
    +	 pcmpgtd	$zero,$mask
    +	 movdqu		-0x78($key),$zero	# reload 0-round key
    +	aesenc		$rndkey1,@out[1]
    +	 paddd		$mask,$counters		# decrement counters
    +	 movdqa		$counters,32(%rsp)	# update counters
    +	aesenc		$rndkey1,@out[2]
    +	aesenc		$rndkey1,@out[3]
    +	movups		0x90-0x78($key),$rndkey1
    +
    +	cmp	\$11,$rounds
    +
    +	aesenc		$rndkey0,@out[0]
    +	aesenc		$rndkey0,@out[1]
    +	aesenc		$rndkey0,@out[2]
    +	aesenc		$rndkey0,@out[3]
    +	movups		0xa0-0x78($key),$rndkey0
    +
    +	jb	.Lenc4x_tail
    +
    +	aesenc		$rndkey1,@out[0]
    +	aesenc		$rndkey1,@out[1]
    +	aesenc		$rndkey1,@out[2]
    +	aesenc		$rndkey1,@out[3]
    +	movups		0xb0-0x78($key),$rndkey1
    +
    +	aesenc		$rndkey0,@out[0]
    +	aesenc		$rndkey0,@out[1]
    +	aesenc		$rndkey0,@out[2]
    +	aesenc		$rndkey0,@out[3]
    +	movups		0xc0-0x78($key),$rndkey0
    +
    +	je	.Lenc4x_tail
    +
    +	aesenc		$rndkey1,@out[0]
    +	aesenc		$rndkey1,@out[1]
    +	aesenc		$rndkey1,@out[2]
    +	aesenc		$rndkey1,@out[3]
    +	movups		0xd0-0x78($key),$rndkey1
    +
    +	aesenc		$rndkey0,@out[0]
    +	aesenc		$rndkey0,@out[1]
    +	aesenc		$rndkey0,@out[2]
    +	aesenc		$rndkey0,@out[3]
    +	movups		0xe0-0x78($key),$rndkey0
    +	jmp	.Lenc4x_tail
    +
    +.align	32
    +.Lenc4x_tail:
    +	aesenc		$rndkey1,@out[0]
    +	aesenc		$rndkey1,@out[1]
    +	aesenc		$rndkey1,@out[2]
    +	aesenc		$rndkey1,@out[3]
    +	 movdqu		(@inptr[0],$offset),@inp[0]
    +	movdqu		0x10-0x78($key),$rndkey1
    +
    +	aesenclast	$rndkey0,@out[0]
    +	 movdqu		(@inptr[1],$offset),@inp[1]
    +	 pxor		$zero,@inp[0]
    +	aesenclast	$rndkey0,@out[1]
    +	 movdqu		(@inptr[2],$offset),@inp[2]
    +	 pxor		$zero,@inp[1]
    +	aesenclast	$rndkey0,@out[2]
    +	 movdqu		(@inptr[3],$offset),@inp[3]
    +	 pxor		$zero,@inp[2]
    +	aesenclast	$rndkey0,@out[3]
    +	movdqu		0x20-0x78($key),$rndkey0
    +	 pxor		$zero,@inp[3]
    +
    +	movups		@out[0],-16(@outptr[0],$offset)
    +	 pxor		@inp[0],@out[0]
    +	movups		@out[1],-16(@outptr[1],$offset)	
    +	 pxor		@inp[1],@out[1]
    +	movups		@out[2],-16(@outptr[2],$offset)	
    +	 pxor		@inp[2],@out[2]
    +	movups		@out[3],-16(@outptr[3],$offset)
    +	 pxor		@inp[3],@out[3]
    +
    +	dec	$num
    +	jnz	.Loop_enc4x
    +
    +	mov	16(%rsp),%rax			# original %rsp
    +	mov	24(%rsp),$num
    +
    +	#pxor	@inp[0],@out[0]
    +	#pxor	@inp[1],@out[1]
    +	#movdqu	@out[0],`40*0+24-40*2`($inp)	# output iv FIX ME!
    +	#pxor	@inp[2],@out[2]
    +	#movdqu	@out[1],`40*1+24-40*2`($inp)
    +	#pxor	@inp[3],@out[3]
    +	#movdqu	@out[2],`40*2+24-40*2`($inp)	# won't fix, let caller
    +	#movdqu	@out[3],`40*3+24-40*2`($inp)	# figure this out...
    +
    +	lea	`40*4`($inp),$inp
    +	dec	$num
    +	jnz	.Lenc4x_loop_grande
    +
    +.Lenc4x_done:
    +___
    +$code.=<<___ if ($win64);
    +	movaps	-0xd8(%rax),%xmm6
    +	movaps	-0xc8(%rax),%xmm7
    +	movaps	-0xb8(%rax),%xmm8
    +	movaps	-0xa8(%rax),%xmm9
    +	movaps	-0x98(%rax),%xmm10
    +	movaps	-0x88(%rax),%xmm11
    +	movaps	-0x78(%rax),%xmm12
    +	#movaps	-0x68(%rax),%xmm13
    +	#movaps	-0x58(%rax),%xmm14
    +	#movaps	-0x48(%rax),%xmm15
    +___
    +$code.=<<___;
    +	mov	-48(%rax),%r15
    +	mov	-40(%rax),%r14
    +	mov	-32(%rax),%r13
    +	mov	-24(%rax),%r12
    +	mov	-16(%rax),%rbp
    +	mov	-8(%rax),%rbx
    +	lea	(%rax),%rsp
    +.Lenc4x_epilogue:
    +	ret
    +.size	aesni_multi_cbc_encrypt,.-aesni_multi_cbc_encrypt
    +
    +.globl	aesni_multi_cbc_decrypt
    +.type	aesni_multi_cbc_decrypt,\@function,3
    +.align	32
    +aesni_multi_cbc_decrypt:
    +___
    +$code.=<<___ if ($avx);
    +	cmp	\$2,$num
    +	jb	.Ldec_non_avx
    +	mov	OPENSSL_ia32cap_P+4(%rip),%ecx
    +	test	\$`1<<28`,%ecx			# AVX bit
    +	jnz	_avx_cbc_dec_shortcut
    +	jmp	.Ldec_non_avx
    +.align	16
    +.Ldec_non_avx:
    +___
    +$code.=<<___;
    +	mov	%rsp,%rax
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +___
    +$code.=<<___ if ($win64);
    +	lea	-0xa8(%rsp),%rsp
    +	movaps	%xmm6,(%rsp)
    +	movaps	%xmm7,0x10(%rsp)
    +	movaps	%xmm8,0x20(%rsp)
    +	movaps	%xmm9,0x30(%rsp)
    +	movaps	%xmm10,0x40(%rsp)
    +	movaps	%xmm11,0x50(%rsp)
    +	movaps	%xmm12,0x60(%rsp)
    +	movaps	%xmm13,-0x68(%rax)	# not used, saved to share se_handler 
    +	movaps	%xmm14,-0x58(%rax)
    +	movaps	%xmm15,-0x48(%rax)
    +___
    +$code.=<<___;
    +	# stack layout
    +	#
    +	# +0	output sink
    +	# +16	input sink [original %rsp and $num]
    +	# +32	counters
    +
    +	sub	\$48,%rsp
    +	and	\$-64,%rsp
    +	mov	%rax,16(%rsp)			# original %rsp
    +
    +.Ldec4x_body:
    +	movdqu	($key),$zero			# 0-round key
    +	lea	0x78($key),$key			# size optimization
    +	lea	40*2($inp),$inp
    +
    +.Ldec4x_loop_grande:
    +	mov	$num,24(%rsp)			# original $num
    +	xor	$num,$num
    +___
    +for($i=0;$i<4;$i++) {
    +    $code.=<<___;
    +	mov	`40*$i+16-40*2`($inp),$one	# borrow $one for number of blocks
    +	mov	`40*$i+0-40*2`($inp),@inptr[$i]
    +	cmp	$num,$one
    +	mov	`40*$i+8-40*2`($inp),@outptr[$i]
    +	cmovg	$one,$num			# find maximum
    +	test	$one,$one
    +	movdqu	`40*$i+24-40*2`($inp),@inp[$i]	# load IV
    +	mov	$one,`32+4*$i`(%rsp)		# initialize counters
    +	cmovle	%rsp,@inptr[$i]			# cancel input
    +___
    +}
    +$code.=<<___;
    +	test	$num,$num
    +	jz	.Ldec4x_done
    +
    +	movups	0x10-0x78($key),$rndkey1
    +	movups	0x20-0x78($key),$rndkey0
    +	mov	0xf0-0x78($key),$rounds
    +	movdqu	(@inptr[0]),@out[0]		# load inputs
    +	movdqu	(@inptr[1]),@out[1]
    +	 pxor	$zero,@out[0]
    +	movdqu	(@inptr[2]),@out[2]
    +	 pxor	$zero,@out[1]
    +	movdqu	(@inptr[3]),@out[3]
    +	 pxor	$zero,@out[2]
    +	 pxor	$zero,@out[3]
    +	movdqa	32(%rsp),$counters		# load counters
    +	xor	$offset,$offset
    +	jmp	.Loop_dec4x
    +
    +.align	32
    +.Loop_dec4x:
    +	add	\$16,$offset
    +	lea	16(%rsp),$sink			# sink pointer
    +	mov	\$1,$one			# constant of 1
    +	sub	$offset,$sink
    +
    +	aesdec		$rndkey1,@out[0]
    +	prefetcht0	31(@inptr[0],$offset)	# prefetch input
    +	prefetcht0	31(@inptr[1],$offset)
    +	aesdec		$rndkey1,@out[1]
    +	prefetcht0	31(@inptr[2],$offset)
    +	prefetcht0	31(@inptr[3],$offset)
    +	aesdec		$rndkey1,@out[2]
    +	aesdec		$rndkey1,@out[3]
    +	movups		0x30-0x78($key),$rndkey1
    +___
    +for($i=0;$i<4;$i++) {
    +my $rndkey = ($i&1) ? $rndkey1 : $rndkey0;
    +$code.=<<___;
    +	 cmp		`32+4*$i`(%rsp),$one
    +	aesdec		$rndkey,@out[0]
    +	aesdec		$rndkey,@out[1]
    +	aesdec		$rndkey,@out[2]
    +	 cmovge		$sink,@inptr[$i]	# cancel input
    +	 cmovg		$sink,@outptr[$i]	# sink output
    +	aesdec		$rndkey,@out[3]
    +	movups		`0x40+16*$i-0x78`($key),$rndkey
    +___
    +}
    +$code.=<<___;
    +	 movdqa		$counters,$mask
    +	aesdec		$rndkey0,@out[0]
    +	prefetcht0	15(@outptr[0],$offset)	# prefetch output
    +	prefetcht0	15(@outptr[1],$offset)
    +	aesdec		$rndkey0,@out[1]
    +	prefetcht0	15(@outptr[2],$offset)
    +	prefetcht0	15(@outptr[3],$offset)
    +	aesdec		$rndkey0,@out[2]
    +	aesdec		$rndkey0,@out[3]
    +	movups		0x80-0x78($key),$rndkey0
    +	 pxor		$zero,$zero
    +
    +	aesdec		$rndkey1,@out[0]
    +	 pcmpgtd	$zero,$mask
    +	 movdqu		-0x78($key),$zero	# reload 0-round key
    +	aesdec		$rndkey1,@out[1]
    +	 paddd		$mask,$counters		# decrement counters
    +	 movdqa		$counters,32(%rsp)	# update counters
    +	aesdec		$rndkey1,@out[2]
    +	aesdec		$rndkey1,@out[3]
    +	movups		0x90-0x78($key),$rndkey1
    +
    +	cmp	\$11,$rounds
    +
    +	aesdec		$rndkey0,@out[0]
    +	aesdec		$rndkey0,@out[1]
    +	aesdec		$rndkey0,@out[2]
    +	aesdec		$rndkey0,@out[3]
    +	movups		0xa0-0x78($key),$rndkey0
    +
    +	jb	.Ldec4x_tail
    +
    +	aesdec		$rndkey1,@out[0]
    +	aesdec		$rndkey1,@out[1]
    +	aesdec		$rndkey1,@out[2]
    +	aesdec		$rndkey1,@out[3]
    +	movups		0xb0-0x78($key),$rndkey1
    +
    +	aesdec		$rndkey0,@out[0]
    +	aesdec		$rndkey0,@out[1]
    +	aesdec		$rndkey0,@out[2]
    +	aesdec		$rndkey0,@out[3]
    +	movups		0xc0-0x78($key),$rndkey0
    +
    +	je	.Ldec4x_tail
    +
    +	aesdec		$rndkey1,@out[0]
    +	aesdec		$rndkey1,@out[1]
    +	aesdec		$rndkey1,@out[2]
    +	aesdec		$rndkey1,@out[3]
    +	movups		0xd0-0x78($key),$rndkey1
    +
    +	aesdec		$rndkey0,@out[0]
    +	aesdec		$rndkey0,@out[1]
    +	aesdec		$rndkey0,@out[2]
    +	aesdec		$rndkey0,@out[3]
    +	movups		0xe0-0x78($key),$rndkey0
    +	jmp	.Ldec4x_tail
    +
    +.align	32
    +.Ldec4x_tail:
    +	aesdec		$rndkey1,@out[0]
    +	aesdec		$rndkey1,@out[1]
    +	aesdec		$rndkey1,@out[2]
    +	 pxor		$rndkey0,@inp[0]
    +	 pxor		$rndkey0,@inp[1]
    +	aesdec		$rndkey1,@out[3]
    +	movdqu		0x10-0x78($key),$rndkey1
    +	 pxor		$rndkey0,@inp[2]
    +	 pxor		$rndkey0,@inp[3]
    +	movdqu		0x20-0x78($key),$rndkey0
    +
    +	aesdeclast	@inp[0],@out[0]
    +	aesdeclast	@inp[1],@out[1]
    +	 movdqu		-16(@inptr[0],$offset),@inp[0]	# load next IV
    +	 movdqu		-16(@inptr[1],$offset),@inp[1]
    +	aesdeclast	@inp[2],@out[2]
    +	aesdeclast	@inp[3],@out[3]
    +	 movdqu		-16(@inptr[2],$offset),@inp[2]
    +	 movdqu		-16(@inptr[3],$offset),@inp[3]
    +
    +	movups		@out[0],-16(@outptr[0],$offset)
    +	 movdqu		(@inptr[0],$offset),@out[0]
    +	movups		@out[1],-16(@outptr[1],$offset)	
    +	 movdqu		(@inptr[1],$offset),@out[1]
    +	 pxor		$zero,@out[0]
    +	movups		@out[2],-16(@outptr[2],$offset)	
    +	 movdqu		(@inptr[2],$offset),@out[2]
    +	 pxor		$zero,@out[1]
    +	movups		@out[3],-16(@outptr[3],$offset)
    +	 movdqu		(@inptr[3],$offset),@out[3]
    +	 pxor		$zero,@out[2]
    +	 pxor		$zero,@out[3]
    +
    +	dec	$num
    +	jnz	.Loop_dec4x
    +
    +	mov	16(%rsp),%rax			# original %rsp
    +	mov	24(%rsp),$num
    +
    +	lea	`40*4`($inp),$inp
    +	dec	$num
    +	jnz	.Ldec4x_loop_grande
    +
    +.Ldec4x_done:
    +___
    +$code.=<<___ if ($win64);
    +	movaps	-0xd8(%rax),%xmm6
    +	movaps	-0xc8(%rax),%xmm7
    +	movaps	-0xb8(%rax),%xmm8
    +	movaps	-0xa8(%rax),%xmm9
    +	movaps	-0x98(%rax),%xmm10
    +	movaps	-0x88(%rax),%xmm11
    +	movaps	-0x78(%rax),%xmm12
    +	#movaps	-0x68(%rax),%xmm13
    +	#movaps	-0x58(%rax),%xmm14
    +	#movaps	-0x48(%rax),%xmm15
    +___
    +$code.=<<___;
    +	mov	-48(%rax),%r15
    +	mov	-40(%rax),%r14
    +	mov	-32(%rax),%r13
    +	mov	-24(%rax),%r12
    +	mov	-16(%rax),%rbp
    +	mov	-8(%rax),%rbx
    +	lea	(%rax),%rsp
    +.Ldec4x_epilogue:
    +	ret
    +.size	aesni_multi_cbc_decrypt,.-aesni_multi_cbc_decrypt
    +___
    +
    +						if ($avx) {{{
    +my @ptr=map("%r$_",(8..15));
    +my $offload=$sink;
    +
    +my @out=map("%xmm$_",(2..9));
    +my @inp=map("%xmm$_",(10..13));
    +my ($counters,$zero)=("%xmm14","%xmm15");
    +
    +$code.=<<___;
    +.type	aesni_multi_cbc_encrypt_avx,\@function,3
    +.align	32
    +aesni_multi_cbc_encrypt_avx:
    +_avx_cbc_enc_shortcut:
    +	mov	%rsp,%rax
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +___
    +$code.=<<___ if ($win64);
    +	lea	-0xa8(%rsp),%rsp
    +	movaps	%xmm6,(%rsp)
    +	movaps	%xmm7,0x10(%rsp)
    +	movaps	%xmm8,0x20(%rsp)
    +	movaps	%xmm9,0x30(%rsp)
    +	movaps	%xmm10,0x40(%rsp)
    +	movaps	%xmm11,0x50(%rsp)
    +	movaps	%xmm12,-0x78(%rax)
    +	movaps	%xmm13,-0x68(%rax)
    +	movaps	%xmm14,-0x58(%rax)
    +	movaps	%xmm15,-0x48(%rax)
    +___
    +$code.=<<___;
    +	# stack layout
    +	#
    +	# +0	output sink
    +	# +16	input sink [original %rsp and $num]
    +	# +32	counters
    +	# +64	distances between inputs and outputs
    +	# +128	off-load area for @inp[0..3]
    +
    +	sub	\$192,%rsp
    +	and	\$-128,%rsp
    +	mov	%rax,16(%rsp)			# original %rsp
    +
    +.Lenc8x_body:
    +	vzeroupper
    +	vmovdqu	($key),$zero			# 0-round key
    +	lea	0x78($key),$key			# size optimization
    +	lea	40*4($inp),$inp
    +	shr	\$1,$num
    +
    +.Lenc8x_loop_grande:
    +	#mov	$num,24(%rsp)			# original $num
    +	xor	$num,$num
    +___
    +for($i=0;$i<8;$i++) {
    +  my $temp = $i ? $offload : $offset;
    +    $code.=<<___;
    +	mov	`40*$i+16-40*4`($inp),$one	# borrow $one for number of blocks
    +	mov	`40*$i+0-40*4`($inp),@ptr[$i]	# input pointer
    +	cmp	$num,$one
    +	mov	`40*$i+8-40*4`($inp),$temp	# output pointer
    +	cmovg	$one,$num			# find maximum
    +	test	$one,$one
    +	vmovdqu	`40*$i+24-40*4`($inp),@out[$i]	# load IV
    +	mov	$one,`32+4*$i`(%rsp)		# initialize counters
    +	cmovle	%rsp,@ptr[$i]			# cancel input
    +	sub	@ptr[$i],$temp			# distance between input and output
    +	mov	$temp,`64+8*$i`(%rsp)		# initialize distances
    +___
    +}
    +$code.=<<___;
    +	test	$num,$num
    +	jz	.Lenc8x_done
    +
    +	vmovups	0x10-0x78($key),$rndkey1
    +	vmovups	0x20-0x78($key),$rndkey0
    +	mov	0xf0-0x78($key),$rounds
    +
    +	vpxor	(@ptr[0]),$zero,@inp[0]		# load inputs and xor with 0-round
    +	 lea	128(%rsp),$offload		# offload area
    +	vpxor	(@ptr[1]),$zero,@inp[1]
    +	vpxor	(@ptr[2]),$zero,@inp[2]
    +	vpxor	(@ptr[3]),$zero,@inp[3]
    +	 vpxor	@inp[0],@out[0],@out[0]
    +	vpxor	(@ptr[4]),$zero,@inp[0]
    +	 vpxor	@inp[1],@out[1],@out[1]
    +	vpxor	(@ptr[5]),$zero,@inp[1]
    +	 vpxor	@inp[2],@out[2],@out[2]
    +	vpxor	(@ptr[6]),$zero,@inp[2]
    +	 vpxor	@inp[3],@out[3],@out[3]
    +	vpxor	(@ptr[7]),$zero,@inp[3]
    +	 vpxor	@inp[0],@out[4],@out[4]
    +	mov	\$1,$one			# constant of 1
    +	 vpxor	@inp[1],@out[5],@out[5]
    +	 vpxor	@inp[2],@out[6],@out[6]
    +	 vpxor	@inp[3],@out[7],@out[7]
    +	jmp	.Loop_enc8x
    +
    +.align	32
    +.Loop_enc8x:
    +___
    +for($i=0;$i<8;$i++) {
    +my $rndkey=($i&1)?$rndkey0:$rndkey1;
    +$code.=<<___;
    +	vaesenc		$rndkey,@out[0],@out[0]
    +	 cmp		32+4*$i(%rsp),$one
    +___
    +$code.=<<___ if ($i);
    +	 mov		64+8*$i(%rsp),$offset
    +___
    +$code.=<<___;
    +	vaesenc		$rndkey,@out[1],@out[1]
    +	prefetcht0	31(@ptr[$i])			# prefetch input
    +	vaesenc		$rndkey,@out[2],@out[2]
    +___
    +$code.=<<___ if ($i>1);
    +	prefetcht0	15(@ptr[$i-2])			# prefetch output
    +___
    +$code.=<<___;
    +	vaesenc		$rndkey,@out[3],@out[3]
    +	 lea		(@ptr[$i],$offset),$offset
    +	 cmovge		%rsp,@ptr[$i]			# cancel input
    +	vaesenc		$rndkey,@out[4],@out[4]
    +	 cmovg		%rsp,$offset			# sink output
    +	vaesenc		$rndkey,@out[5],@out[5]
    +	 sub		@ptr[$i],$offset
    +	vaesenc		$rndkey,@out[6],@out[6]
    +	 vpxor		16(@ptr[$i]),$zero,@inp[$i%4]	# load input and xor with 0-round
    +	 mov		$offset,64+8*$i(%rsp)
    +	vaesenc		$rndkey,@out[7],@out[7]
    +	vmovups		`16*(3+$i)-0x78`($key),$rndkey
    +	 lea		16(@ptr[$i],$offset),@ptr[$i]	# switch to output
    +___
    +$code.=<<___ if ($i<4)
    +	 vmovdqu	@inp[$i%4],`16*$i`($offload)	# off-load
    +___
    +}
    +$code.=<<___;
    +	 vmovdqu	32(%rsp),$counters
    +	prefetcht0	15(@ptr[$i-2])			# prefetch output
    +	prefetcht0	15(@ptr[$i-1])
    +	cmp	\$11,$rounds
    +	jb	.Lenc8x_tail
    +
    +	vaesenc		$rndkey1,@out[0],@out[0]
    +	vaesenc		$rndkey1,@out[1],@out[1]
    +	vaesenc		$rndkey1,@out[2],@out[2]
    +	vaesenc		$rndkey1,@out[3],@out[3]
    +	vaesenc		$rndkey1,@out[4],@out[4]
    +	vaesenc		$rndkey1,@out[5],@out[5]
    +	vaesenc		$rndkey1,@out[6],@out[6]
    +	vaesenc		$rndkey1,@out[7],@out[7]
    +	vmovups		0xb0-0x78($key),$rndkey1
    +
    +	vaesenc		$rndkey0,@out[0],@out[0]
    +	vaesenc		$rndkey0,@out[1],@out[1]
    +	vaesenc		$rndkey0,@out[2],@out[2]
    +	vaesenc		$rndkey0,@out[3],@out[3]
    +	vaesenc		$rndkey0,@out[4],@out[4]
    +	vaesenc		$rndkey0,@out[5],@out[5]
    +	vaesenc		$rndkey0,@out[6],@out[6]
    +	vaesenc		$rndkey0,@out[7],@out[7]
    +	vmovups		0xc0-0x78($key),$rndkey0
    +	je	.Lenc8x_tail
    +
    +	vaesenc		$rndkey1,@out[0],@out[0]
    +	vaesenc		$rndkey1,@out[1],@out[1]
    +	vaesenc		$rndkey1,@out[2],@out[2]
    +	vaesenc		$rndkey1,@out[3],@out[3]
    +	vaesenc		$rndkey1,@out[4],@out[4]
    +	vaesenc		$rndkey1,@out[5],@out[5]
    +	vaesenc		$rndkey1,@out[6],@out[6]
    +	vaesenc		$rndkey1,@out[7],@out[7]
    +	vmovups		0xd0-0x78($key),$rndkey1
    +
    +	vaesenc		$rndkey0,@out[0],@out[0]
    +	vaesenc		$rndkey0,@out[1],@out[1]
    +	vaesenc		$rndkey0,@out[2],@out[2]
    +	vaesenc		$rndkey0,@out[3],@out[3]
    +	vaesenc		$rndkey0,@out[4],@out[4]
    +	vaesenc		$rndkey0,@out[5],@out[5]
    +	vaesenc		$rndkey0,@out[6],@out[6]
    +	vaesenc		$rndkey0,@out[7],@out[7]
    +	vmovups		0xe0-0x78($key),$rndkey0
    +
    +.Lenc8x_tail:
    +	vaesenc		$rndkey1,@out[0],@out[0]
    +	 vpxor		$zero,$zero,$zero
    +	vaesenc		$rndkey1,@out[1],@out[1]
    +	vaesenc		$rndkey1,@out[2],@out[2]
    +	 vpcmpgtd	$zero,$counters,$zero
    +	vaesenc		$rndkey1,@out[3],@out[3]
    +	vaesenc		$rndkey1,@out[4],@out[4]
    +	 vpaddd		$counters,$zero,$zero		# decrement counters
    +	 vmovdqu	48(%rsp),$counters
    +	vaesenc		$rndkey1,@out[5],@out[5]
    +	 mov		64(%rsp),$offset		# pre-load 1st offset
    +	vaesenc		$rndkey1,@out[6],@out[6]
    +	vaesenc		$rndkey1,@out[7],@out[7]
    +	vmovups		0x10-0x78($key),$rndkey1
    +
    +	vaesenclast	$rndkey0,@out[0],@out[0]
    +	 vmovdqa	$zero,32(%rsp)			# update counters
    +	 vpxor		$zero,$zero,$zero
    +	vaesenclast	$rndkey0,@out[1],@out[1]
    +	vaesenclast	$rndkey0,@out[2],@out[2]
    +	 vpcmpgtd	$zero,$counters,$zero
    +	vaesenclast	$rndkey0,@out[3],@out[3]
    +	vaesenclast	$rndkey0,@out[4],@out[4]
    +	 vpaddd		$zero,$counters,$counters	# decrement counters
    +	 vmovdqu	-0x78($key),$zero		# 0-round
    +	vaesenclast	$rndkey0,@out[5],@out[5]
    +	vaesenclast	$rndkey0,@out[6],@out[6]
    +	 vmovdqa	$counters,48(%rsp)		# update counters
    +	vaesenclast	$rndkey0,@out[7],@out[7]
    +	vmovups		0x20-0x78($key),$rndkey0
    +
    +	vmovups		@out[0],-16(@ptr[0])		# write output
    +	 sub		$offset,@ptr[0]			# switch to input
    +	 vpxor		0x00($offload),@out[0],@out[0]
    +	vmovups		@out[1],-16(@ptr[1])	
    +	 sub		`64+1*8`(%rsp),@ptr[1]
    +	 vpxor		0x10($offload),@out[1],@out[1]
    +	vmovups		@out[2],-16(@ptr[2])	
    +	 sub		`64+2*8`(%rsp),@ptr[2]
    +	 vpxor		0x20($offload),@out[2],@out[2]
    +	vmovups		@out[3],-16(@ptr[3])
    +	 sub		`64+3*8`(%rsp),@ptr[3]
    +	 vpxor		0x30($offload),@out[3],@out[3]
    +	vmovups		@out[4],-16(@ptr[4])
    +	 sub		`64+4*8`(%rsp),@ptr[4]
    +	 vpxor		@inp[0],@out[4],@out[4]
    +	vmovups		@out[5],-16(@ptr[5])	
    +	 sub		`64+5*8`(%rsp),@ptr[5]
    +	 vpxor		@inp[1],@out[5],@out[5]
    +	vmovups		@out[6],-16(@ptr[6])	
    +	 sub		`64+6*8`(%rsp),@ptr[6]
    +	 vpxor		@inp[2],@out[6],@out[6]
    +	vmovups		@out[7],-16(@ptr[7])
    +	 sub		`64+7*8`(%rsp),@ptr[7]
    +	 vpxor		@inp[3],@out[7],@out[7]
    +
    +	dec	$num
    +	jnz	.Loop_enc8x
    +
    +	mov	16(%rsp),%rax			# original %rsp
    +	#mov	24(%rsp),$num
    +	#lea	`40*8`($inp),$inp
    +	#dec	$num
    +	#jnz	.Lenc8x_loop_grande
    +
    +.Lenc8x_done:
    +	vzeroupper
    +___
    +$code.=<<___ if ($win64);
    +	movaps	-0xd8(%rax),%xmm6
    +	movaps	-0xc8(%rax),%xmm7
    +	movaps	-0xb8(%rax),%xmm8
    +	movaps	-0xa8(%rax),%xmm9
    +	movaps	-0x98(%rax),%xmm10
    +	movaps	-0x88(%rax),%xmm11
    +	movaps	-0x78(%rax),%xmm12
    +	movaps	-0x68(%rax),%xmm13
    +	movaps	-0x58(%rax),%xmm14
    +	movaps	-0x48(%rax),%xmm15
    +___
    +$code.=<<___;
    +	mov	-48(%rax),%r15
    +	mov	-40(%rax),%r14
    +	mov	-32(%rax),%r13
    +	mov	-24(%rax),%r12
    +	mov	-16(%rax),%rbp
    +	mov	-8(%rax),%rbx
    +	lea	(%rax),%rsp
    +.Lenc8x_epilogue:
    +	ret
    +.size	aesni_multi_cbc_encrypt_avx,.-aesni_multi_cbc_encrypt_avx
    +
    +.type	aesni_multi_cbc_decrypt_avx,\@function,3
    +.align	32
    +aesni_multi_cbc_decrypt_avx:
    +_avx_cbc_dec_shortcut:
    +	mov	%rsp,%rax
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +___
    +$code.=<<___ if ($win64);
    +	lea	-0xa8(%rsp),%rsp
    +	movaps	%xmm6,(%rsp)
    +	movaps	%xmm7,0x10(%rsp)
    +	movaps	%xmm8,0x20(%rsp)
    +	movaps	%xmm9,0x30(%rsp)
    +	movaps	%xmm10,0x40(%rsp)
    +	movaps	%xmm11,0x50(%rsp)
    +	movaps	%xmm12,-0x78(%rax)
    +	movaps	%xmm13,-0x68(%rax)
    +	movaps	%xmm14,-0x58(%rax)
    +	movaps	%xmm15,-0x48(%rax)
    +___
    +$code.=<<___;
    +	# stack layout
    +	#
    +	# +0	output sink
    +	# +16	input sink [original %rsp and $num]
    +	# +32	counters
    +	# +64	distances between inputs and outputs
    +	# +128	off-load area for @inp[0..3]
    +	# +192	IV/input offload
    +
    +	sub	\$256,%rsp
    +	and	\$-256,%rsp
    +	sub	\$192,%rsp
    +	mov	%rax,16(%rsp)			# original %rsp
    +
    +.Ldec8x_body:
    +	vzeroupper
    +	vmovdqu	($key),$zero			# 0-round key
    +	lea	0x78($key),$key			# size optimization
    +	lea	40*4($inp),$inp
    +	shr	\$1,$num
    +
    +.Ldec8x_loop_grande:
    +	#mov	$num,24(%rsp)			# original $num
    +	xor	$num,$num
    +___
    +for($i=0;$i<8;$i++) {
    +  my $temp = $i ? $offload : $offset;
    +    $code.=<<___;
    +	mov	`40*$i+16-40*4`($inp),$one	# borrow $one for number of blocks
    +	mov	`40*$i+0-40*4`($inp),@ptr[$i]	# input pointer
    +	cmp	$num,$one
    +	mov	`40*$i+8-40*4`($inp),$temp	# output pointer
    +	cmovg	$one,$num			# find maximum
    +	test	$one,$one
    +	vmovdqu	`40*$i+24-40*4`($inp),@out[$i]	# load IV
    +	mov	$one,`32+4*$i`(%rsp)		# initialize counters
    +	cmovle	%rsp,@ptr[$i]			# cancel input
    +	sub	@ptr[$i],$temp			# distance between input and output
    +	mov	$temp,`64+8*$i`(%rsp)		# initialize distances
    +	vmovdqu	@out[$i],`192+16*$i`(%rsp)	# offload IV
    +___
    +}
    +$code.=<<___;
    +	test	$num,$num
    +	jz	.Ldec8x_done
    +
    +	vmovups	0x10-0x78($key),$rndkey1
    +	vmovups	0x20-0x78($key),$rndkey0
    +	mov	0xf0-0x78($key),$rounds
    +	 lea	192+128(%rsp),$offload		# offload area
    +
    +	vmovdqu	(@ptr[0]),@out[0]		# load inputs
    +	vmovdqu	(@ptr[1]),@out[1]
    +	vmovdqu	(@ptr[2]),@out[2]
    +	vmovdqu	(@ptr[3]),@out[3]
    +	vmovdqu	(@ptr[4]),@out[4]
    +	vmovdqu	(@ptr[5]),@out[5]
    +	vmovdqu	(@ptr[6]),@out[6]
    +	vmovdqu	(@ptr[7]),@out[7]
    +	vmovdqu	@out[0],0x00($offload)		# offload inputs
    +	vpxor	$zero,@out[0],@out[0]		# xor inputs with 0-round
    +	vmovdqu	@out[1],0x10($offload)
    +	vpxor	$zero,@out[1],@out[1]
    +	vmovdqu	@out[2],0x20($offload)
    +	vpxor	$zero,@out[2],@out[2]
    +	vmovdqu	@out[3],0x30($offload)
    +	vpxor	$zero,@out[3],@out[3]
    +	vmovdqu	@out[4],0x40($offload)
    +	vpxor	$zero,@out[4],@out[4]
    +	vmovdqu	@out[5],0x50($offload)
    +	vpxor	$zero,@out[5],@out[5]
    +	vmovdqu	@out[6],0x60($offload)
    +	vpxor	$zero,@out[6],@out[6]
    +	vmovdqu	@out[7],0x70($offload)
    +	vpxor	$zero,@out[7],@out[7]
    +	xor	\$0x80,$offload
    +	mov	\$1,$one			# constant of 1
    +	jmp	.Loop_dec8x
    +
    +.align	32
    +.Loop_dec8x:
    +___
    +for($i=0;$i<8;$i++) {
    +my $rndkey=($i&1)?$rndkey0:$rndkey1;
    +$code.=<<___;
    +	vaesdec		$rndkey,@out[0],@out[0]
    +	 cmp		32+4*$i(%rsp),$one
    +___
    +$code.=<<___ if ($i);
    +	 mov		64+8*$i(%rsp),$offset
    +___
    +$code.=<<___;
    +	vaesdec		$rndkey,@out[1],@out[1]
    +	prefetcht0	31(@ptr[$i])			# prefetch input
    +	vaesdec		$rndkey,@out[2],@out[2]
    +___
    +$code.=<<___ if ($i>1);
    +	prefetcht0	15(@ptr[$i-2])			# prefetch output
    +___
    +$code.=<<___;
    +	vaesdec		$rndkey,@out[3],@out[3]
    +	 lea		(@ptr[$i],$offset),$offset
    +	 cmovge		%rsp,@ptr[$i]			# cancel input
    +	vaesdec		$rndkey,@out[4],@out[4]
    +	 cmovg		%rsp,$offset			# sink output
    +	vaesdec		$rndkey,@out[5],@out[5]
    +	 sub		@ptr[$i],$offset
    +	vaesdec		$rndkey,@out[6],@out[6]
    +	 vmovdqu	16(@ptr[$i]),@inp[$i%4]		# load input
    +	 mov		$offset,64+8*$i(%rsp)
    +	vaesdec		$rndkey,@out[7],@out[7]
    +	vmovups		`16*(3+$i)-0x78`($key),$rndkey
    +	 lea		16(@ptr[$i],$offset),@ptr[$i]	# switch to output
    +___
    +$code.=<<___ if ($i<4);
    +	 vmovdqu	@inp[$i%4],`128+16*$i`(%rsp)	# off-load
    +___
    +}
    +$code.=<<___;
    +	 vmovdqu	32(%rsp),$counters
    +	prefetcht0	15(@ptr[$i-2])			# prefetch output
    +	prefetcht0	15(@ptr[$i-1])
    +	cmp	\$11,$rounds
    +	jb	.Ldec8x_tail
    +
    +	vaesdec		$rndkey1,@out[0],@out[0]
    +	vaesdec		$rndkey1,@out[1],@out[1]
    +	vaesdec		$rndkey1,@out[2],@out[2]
    +	vaesdec		$rndkey1,@out[3],@out[3]
    +	vaesdec		$rndkey1,@out[4],@out[4]
    +	vaesdec		$rndkey1,@out[5],@out[5]
    +	vaesdec		$rndkey1,@out[6],@out[6]
    +	vaesdec		$rndkey1,@out[7],@out[7]
    +	vmovups		0xb0-0x78($key),$rndkey1
    +
    +	vaesdec		$rndkey0,@out[0],@out[0]
    +	vaesdec		$rndkey0,@out[1],@out[1]
    +	vaesdec		$rndkey0,@out[2],@out[2]
    +	vaesdec		$rndkey0,@out[3],@out[3]
    +	vaesdec		$rndkey0,@out[4],@out[4]
    +	vaesdec		$rndkey0,@out[5],@out[5]
    +	vaesdec		$rndkey0,@out[6],@out[6]
    +	vaesdec		$rndkey0,@out[7],@out[7]
    +	vmovups		0xc0-0x78($key),$rndkey0
    +	je	.Ldec8x_tail
    +
    +	vaesdec		$rndkey1,@out[0],@out[0]
    +	vaesdec		$rndkey1,@out[1],@out[1]
    +	vaesdec		$rndkey1,@out[2],@out[2]
    +	vaesdec		$rndkey1,@out[3],@out[3]
    +	vaesdec		$rndkey1,@out[4],@out[4]
    +	vaesdec		$rndkey1,@out[5],@out[5]
    +	vaesdec		$rndkey1,@out[6],@out[6]
    +	vaesdec		$rndkey1,@out[7],@out[7]
    +	vmovups		0xd0-0x78($key),$rndkey1
    +
    +	vaesdec		$rndkey0,@out[0],@out[0]
    +	vaesdec		$rndkey0,@out[1],@out[1]
    +	vaesdec		$rndkey0,@out[2],@out[2]
    +	vaesdec		$rndkey0,@out[3],@out[3]
    +	vaesdec		$rndkey0,@out[4],@out[4]
    +	vaesdec		$rndkey0,@out[5],@out[5]
    +	vaesdec		$rndkey0,@out[6],@out[6]
    +	vaesdec		$rndkey0,@out[7],@out[7]
    +	vmovups		0xe0-0x78($key),$rndkey0
    +
    +.Ldec8x_tail:
    +	vaesdec		$rndkey1,@out[0],@out[0]
    +	 vpxor		$zero,$zero,$zero
    +	vaesdec		$rndkey1,@out[1],@out[1]
    +	vaesdec		$rndkey1,@out[2],@out[2]
    +	 vpcmpgtd	$zero,$counters,$zero
    +	vaesdec		$rndkey1,@out[3],@out[3]
    +	vaesdec		$rndkey1,@out[4],@out[4]
    +	 vpaddd		$counters,$zero,$zero		# decrement counters
    +	 vmovdqu	48(%rsp),$counters
    +	vaesdec		$rndkey1,@out[5],@out[5]
    +	 mov		64(%rsp),$offset		# pre-load 1st offset
    +	vaesdec		$rndkey1,@out[6],@out[6]
    +	vaesdec		$rndkey1,@out[7],@out[7]
    +	vmovups		0x10-0x78($key),$rndkey1
    +
    +	vaesdeclast	$rndkey0,@out[0],@out[0]
    +	 vmovdqa	$zero,32(%rsp)			# update counters
    +	 vpxor		$zero,$zero,$zero
    +	vaesdeclast	$rndkey0,@out[1],@out[1]
    +	vpxor		0x00($offload),@out[0],@out[0]	# xor with IV
    +	vaesdeclast	$rndkey0,@out[2],@out[2]
    +	vpxor		0x10($offload),@out[1],@out[1]
    +	 vpcmpgtd	$zero,$counters,$zero
    +	vaesdeclast	$rndkey0,@out[3],@out[3]
    +	vpxor		0x20($offload),@out[2],@out[2]
    +	vaesdeclast	$rndkey0,@out[4],@out[4]
    +	vpxor		0x30($offload),@out[3],@out[3]
    +	 vpaddd		$zero,$counters,$counters	# decrement counters
    +	 vmovdqu	-0x78($key),$zero		# 0-round
    +	vaesdeclast	$rndkey0,@out[5],@out[5]
    +	vpxor		0x40($offload),@out[4],@out[4]
    +	vaesdeclast	$rndkey0,@out[6],@out[6]
    +	vpxor		0x50($offload),@out[5],@out[5]
    +	 vmovdqa	$counters,48(%rsp)		# update counters
    +	vaesdeclast	$rndkey0,@out[7],@out[7]
    +	vpxor		0x60($offload),@out[6],@out[6]
    +	vmovups		0x20-0x78($key),$rndkey0
    +
    +	vmovups		@out[0],-16(@ptr[0])		# write output
    +	 sub		$offset,@ptr[0]			# switch to input
    +	 vmovdqu	128+0(%rsp),@out[0]
    +	vpxor		0x70($offload),@out[7],@out[7]
    +	vmovups		@out[1],-16(@ptr[1])	
    +	 sub		`64+1*8`(%rsp),@ptr[1]
    +	 vmovdqu	@out[0],0x00($offload)
    +	 vpxor		$zero,@out[0],@out[0]
    +	 vmovdqu	128+16(%rsp),@out[1]
    +	vmovups		@out[2],-16(@ptr[2])	
    +	 sub		`64+2*8`(%rsp),@ptr[2]
    +	 vmovdqu	@out[1],0x10($offload)
    +	 vpxor		$zero,@out[1],@out[1]
    +	 vmovdqu	128+32(%rsp),@out[2]
    +	vmovups		@out[3],-16(@ptr[3])
    +	 sub		`64+3*8`(%rsp),@ptr[3]
    +	 vmovdqu	@out[2],0x20($offload)
    +	 vpxor		$zero,@out[2],@out[2]
    +	 vmovdqu	128+48(%rsp),@out[3]
    +	vmovups		@out[4],-16(@ptr[4])
    +	 sub		`64+4*8`(%rsp),@ptr[4]
    +	 vmovdqu	@out[3],0x30($offload)
    +	 vpxor		$zero,@out[3],@out[3]
    +	 vmovdqu	@inp[0],0x40($offload)
    +	 vpxor		@inp[0],$zero,@out[4]
    +	vmovups		@out[5],-16(@ptr[5])	
    +	 sub		`64+5*8`(%rsp),@ptr[5]
    +	 vmovdqu	@inp[1],0x50($offload)
    +	 vpxor		@inp[1],$zero,@out[5]
    +	vmovups		@out[6],-16(@ptr[6])	
    +	 sub		`64+6*8`(%rsp),@ptr[6]
    +	 vmovdqu	@inp[2],0x60($offload)
    +	 vpxor		@inp[2],$zero,@out[6]
    +	vmovups		@out[7],-16(@ptr[7])
    +	 sub		`64+7*8`(%rsp),@ptr[7]
    +	 vmovdqu	@inp[3],0x70($offload)
    +	 vpxor		@inp[3],$zero,@out[7]
    +
    +	xor	\$128,$offload
    +	dec	$num
    +	jnz	.Loop_dec8x
    +
    +	mov	16(%rsp),%rax			# original %rsp
    +	#mov	24(%rsp),$num
    +	#lea	`40*8`($inp),$inp
    +	#dec	$num
    +	#jnz	.Ldec8x_loop_grande
    +
    +.Ldec8x_done:
    +	vzeroupper
    +___
    +$code.=<<___ if ($win64);
    +	movaps	-0xd8(%rax),%xmm6
    +	movaps	-0xc8(%rax),%xmm7
    +	movaps	-0xb8(%rax),%xmm8
    +	movaps	-0xa8(%rax),%xmm9
    +	movaps	-0x98(%rax),%xmm10
    +	movaps	-0x88(%rax),%xmm11
    +	movaps	-0x78(%rax),%xmm12
    +	movaps	-0x68(%rax),%xmm13
    +	movaps	-0x58(%rax),%xmm14
    +	movaps	-0x48(%rax),%xmm15
    +___
    +$code.=<<___;
    +	mov	-48(%rax),%r15
    +	mov	-40(%rax),%r14
    +	mov	-32(%rax),%r13
    +	mov	-24(%rax),%r12
    +	mov	-16(%rax),%rbp
    +	mov	-8(%rax),%rbx
    +	lea	(%rax),%rsp
    +.Ldec8x_epilogue:
    +	ret
    +.size	aesni_multi_cbc_decrypt_avx,.-aesni_multi_cbc_decrypt_avx
    +___
    +						}}}
    +
    +if ($win64) {
    +# EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame,
    +#		CONTEXT *context,DISPATCHER_CONTEXT *disp)
    +$rec="%rcx";
    +$frame="%rdx";
    +$context="%r8";
    +$disp="%r9";
    +
    +$code.=<<___;
    +.extern	__imp_RtlVirtualUnwind
    +.type	se_handler,\@abi-omnipotent
    +.align	16
    +se_handler:
    +	push	%rsi
    +	push	%rdi
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +	pushfq
    +	sub	\$64,%rsp
    +
    +	mov	120($context),%rax	# pull context->Rax
    +	mov	248($context),%rbx	# pull context->Rip
    +
    +	mov	8($disp),%rsi		# disp->ImageBase
    +	mov	56($disp),%r11		# disp->HandlerData
    +
    +	mov	0(%r11),%r10d		# HandlerData[0]
    +	lea	(%rsi,%r10),%r10	# prologue label
    +	cmp	%r10,%rbx		# context->Rip<.Lprologue
    +	jb	.Lin_prologue
    +
    +	mov	152($context),%rax	# pull context->Rsp
    +
    +	mov	4(%r11),%r10d		# HandlerData[1]
    +	lea	(%rsi,%r10),%r10	# epilogue label
    +	cmp	%r10,%rbx		# context->Rip>=.Lepilogue
    +	jae	.Lin_prologue
    +
    +	mov	16(%rax),%rax		# pull saved stack pointer
    +
    +	mov	-8(%rax),%rbx
    +	mov	-16(%rax),%rbp
    +	mov	-24(%rax),%r12
    +	mov	-32(%rax),%r13
    +	mov	-40(%rax),%r14
    +	mov	-48(%rax),%r15
    +	mov	%rbx,144($context)	# restore context->Rbx
    +	mov	%rbp,160($context)	# restore context->Rbp
    +	mov	%r12,216($context)	# restore cotnext->R12
    +	mov	%r13,224($context)	# restore cotnext->R13
    +	mov	%r14,232($context)	# restore cotnext->R14
    +	mov	%r15,240($context)	# restore cotnext->R15
    +
    +	lea	-56-10*16(%rax),%rsi
    +	lea	512($context),%rdi	# &context.Xmm6
    +	mov	\$20,%ecx
    +	.long	0xa548f3fc		# cld; rep movsq
    +
    +.Lin_prologue:
    +	mov	8(%rax),%rdi
    +	mov	16(%rax),%rsi
    +	mov	%rax,152($context)	# restore context->Rsp
    +	mov	%rsi,168($context)	# restore context->Rsi
    +	mov	%rdi,176($context)	# restore context->Rdi
    +
    +	mov	40($disp),%rdi		# disp->ContextRecord
    +	mov	$context,%rsi		# context
    +	mov	\$154,%ecx		# sizeof(CONTEXT)
    +	.long	0xa548f3fc		# cld; rep movsq
    +
    +	mov	$disp,%rsi
    +	xor	%rcx,%rcx		# arg1, UNW_FLAG_NHANDLER
    +	mov	8(%rsi),%rdx		# arg2, disp->ImageBase
    +	mov	0(%rsi),%r8		# arg3, disp->ControlPc
    +	mov	16(%rsi),%r9		# arg4, disp->FunctionEntry
    +	mov	40(%rsi),%r10		# disp->ContextRecord
    +	lea	56(%rsi),%r11		# &disp->HandlerData
    +	lea	24(%rsi),%r12		# &disp->EstablisherFrame
    +	mov	%r10,32(%rsp)		# arg5
    +	mov	%r11,40(%rsp)		# arg6
    +	mov	%r12,48(%rsp)		# arg7
    +	mov	%rcx,56(%rsp)		# arg8, (NULL)
    +	call	*__imp_RtlVirtualUnwind(%rip)
    +
    +	mov	\$1,%eax		# ExceptionContinueSearch
    +	add	\$64,%rsp
    +	popfq
    +	pop	%r15
    +	pop	%r14
    +	pop	%r13
    +	pop	%r12
    +	pop	%rbp
    +	pop	%rbx
    +	pop	%rdi
    +	pop	%rsi
    +	ret
    +.size	se_handler,.-se_handler
    +
    +.section	.pdata
    +.align	4
    +	.rva	.LSEH_begin_aesni_multi_cbc_encrypt
    +	.rva	.LSEH_end_aesni_multi_cbc_encrypt
    +	.rva	.LSEH_info_aesni_multi_cbc_encrypt
    +	.rva	.LSEH_begin_aesni_multi_cbc_decrypt
    +	.rva	.LSEH_end_aesni_multi_cbc_decrypt
    +	.rva	.LSEH_info_aesni_multi_cbc_decrypt
    +___
    +$code.=<<___ if ($avx);
    +	.rva	.LSEH_begin_aesni_multi_cbc_encrypt_avx
    +	.rva	.LSEH_end_aesni_multi_cbc_encrypt_avx
    +	.rva	.LSEH_info_aesni_multi_cbc_encrypt_avx
    +	.rva	.LSEH_begin_aesni_multi_cbc_decrypt_avx
    +	.rva	.LSEH_end_aesni_multi_cbc_decrypt_avx
    +	.rva	.LSEH_info_aesni_multi_cbc_decrypt_avx
    +___
    +$code.=<<___;
    +.section	.xdata
    +.align	8
    +.LSEH_info_aesni_multi_cbc_encrypt:
    +	.byte	9,0,0,0
    +	.rva	se_handler
    +	.rva	.Lenc4x_body,.Lenc4x_epilogue		# HandlerData[]
    +.LSEH_info_aesni_multi_cbc_decrypt:
    +	.byte	9,0,0,0
    +	.rva	se_handler
    +	.rva	.Ldec4x_body,.Ldec4x_epilogue		# HandlerData[]
    +___
    +$code.=<<___ if ($avx);
    +.LSEH_info_aesni_multi_cbc_encrypt_avx:
    +	.byte	9,0,0,0
    +	.rva	se_handler
    +	.rva	.Lenc8x_body,.Lenc8x_epilogue		# HandlerData[]
    +.LSEH_info_aesni_multi_cbc_decrypt_avx:
    +	.byte	9,0,0,0
    +	.rva	se_handler
    +	.rva	.Ldec8x_body,.Ldec8x_epilogue		# HandlerData[]
    +___
    +}
    +####################################################################
    +
    +sub rex {
    +  local *opcode=shift;
    +  my ($dst,$src)=@_;
    +  my $rex=0;
    +
    +    $rex|=0x04			if($dst>=8);
    +    $rex|=0x01			if($src>=8);
    +    push @opcode,$rex|0x40	if($rex);
    +}
    +
    +sub aesni {
    +  my $line=shift;
    +  my @opcode=(0x66);
    +
    +    if ($line=~/(aeskeygenassist)\s+\$([x0-9a-f]+),\s*%xmm([0-9]+),\s*%xmm([0-9]+)/) {
    +	rex(\@opcode,$4,$3);
    +	push @opcode,0x0f,0x3a,0xdf;
    +	push @opcode,0xc0|($3&7)|(($4&7)<<3);	# ModR/M
    +	my $c=$2;
    +	push @opcode,$c=~/^0/?oct($c):$c;
    +	return ".byte\t".join(',',@opcode);
    +    }
    +    elsif ($line=~/(aes[a-z]+)\s+%xmm([0-9]+),\s*%xmm([0-9]+)/) {
    +	my %opcodelet = (
    +		"aesimc" => 0xdb,
    +		"aesenc" => 0xdc,	"aesenclast" => 0xdd,
    +		"aesdec" => 0xde,	"aesdeclast" => 0xdf
    +	);
    +	return undef if (!defined($opcodelet{$1}));
    +	rex(\@opcode,$3,$2);
    +	push @opcode,0x0f,0x38,$opcodelet{$1};
    +	push @opcode,0xc0|($2&7)|(($3&7)<<3);	# ModR/M
    +	return ".byte\t".join(',',@opcode);
    +    }
    +    elsif ($line=~/(aes[a-z]+)\s+([0x1-9a-fA-F]*)\(%rsp\),\s*%xmm([0-9]+)/) {
    +	my %opcodelet = (
    +		"aesenc" => 0xdc,	"aesenclast" => 0xdd,
    +		"aesdec" => 0xde,	"aesdeclast" => 0xdf
    +	);
    +	return undef if (!defined($opcodelet{$1}));
    +	my $off = $2;
    +	push @opcode,0x44 if ($3>=8);
    +	push @opcode,0x0f,0x38,$opcodelet{$1};
    +	push @opcode,0x44|(($3&7)<<3),0x24;	# ModR/M
    +	push @opcode,($off=~/^0/?oct($off):$off)&0xff;
    +	return ".byte\t".join(',',@opcode);
    +    }
    +    return $line;
    +}
    +
    +$code =~ s/\`([^\`]*)\`/eval($1)/gem;
    +$code =~ s/\b(aes.*%xmm[0-9]+).*$/aesni($1)/gem;
    +
    +print $code;
    +close STDOUT;
    diff --git a/openssl/crypto/aes/asm/aesni-sha1-x86_64.pl b/openssl/crypto/aes/asm/aesni-sha1-x86_64.pl
    index 3c8f6c19e..97992adca 100644
    --- a/openssl/crypto/aes/asm/aesni-sha1-x86_64.pl
    +++ b/openssl/crypto/aes/asm/aesni-sha1-x86_64.pl
    @@ -21,16 +21,25 @@
     # subroutine:
     #
     #		AES-128-CBC	+SHA1		stitch      gain
    -# Westmere	3.77[+5.6]	9.37		6.65	    +41%
    -# Sandy Bridge	5.05[+5.2(6.3)]	10.25(11.35)	6.16(7.08)  +67%(+60%)
    +# Westmere	3.77[+5.3]	9.07		6.55	    +38%
    +# Sandy Bridge	5.05[+5.0(6.1)]	10.06(11.15)	5.98(7.05)  +68%(+58%)
    +# Ivy Bridge	5.05[+4.6]	9.65		5.54        +74%
    +# Haswell	4.43[+3.6(4.2)]	8.00(8.58)	4.55(5.21)  +75%(+65%)
    +# Bulldozer	5.77[+6.0]	11.72		6.37        +84%
     #
     #		AES-192-CBC
    -# Westmere	4.51		10.11		6.97	    +45%
    -# Sandy Bridge	6.05		11.25(12.35)	6.34(7.27)  +77%(+70%)
    +# Westmere	4.51		9.81		6.80	    +44%
    +# Sandy Bridge	6.05		11.06(12.15)	6.11(7.19)  +81%(+69%)
    +# Ivy Bridge	6.05		10.65		6.07        +75%
    +# Haswell	5.29		8.86(9.44)	5.32(5.32)  +67%(+77%)
    +# Bulldozer	6.89		12.84		6.96        +84%
     #
     #		AES-256-CBC
    -# Westmere	5.25		10.85		7.25	    +50%
    -# Sandy Bridge	7.05		12.25(13.35)	7.06(7.70)  +74%(+73%)
    +# Westmere	5.25		10.55		7.21	    +46%
    +# Sandy Bridge	7.05		12.06(13.15)	7.12(7.72)  +69%(+70%)
    +# Ivy Bridge	7.05		11.65		7.12        +64%
    +# Haswell	6.19		9.76(10.34)	6.21(6.25)  +57%(+65%)
    +# Bulldozer	8.00		13.95		8.25        +69%
     #
     # (*)	There are two code paths: SSSE3 and AVX. See sha1-568.pl for
     #	background information. Above numbers in parentheses are SSSE3
    @@ -45,8 +54,25 @@
     # standalone AESNI-CBC decrypt:
     #
     #		AES-128-CBC	AES-192-CBC	AES-256-CBC
    -# Westmere	1.31		1.55		1.80
    -# Sandy Bridge	0.93		1.06		1.22
    +# Westmere	1.25		1.50		1.75
    +# Sandy Bridge	0.74		0.91		1.09
    +# Ivy Bridge	0.74		0.90		1.11
    +# Haswell	0.63		0.76		0.88
    +# Bulldozer	0.70		0.85		0.99
    +
    +# And indeed:
    +#
    +#		AES-256-CBC	+SHA1		stitch      gain
    +# Westmere	1.75		7.20		6.68        +7.8%
    +# Sandy Bridge	1.09		6.09(7.22)	5.82(6.95)  +4.6%(+3.9%)
    +# Ivy Bridge	1.11		5.70		5.45        +4.6%
    +# Haswell	0.88		4.45(5.00)	4.39(4.69)  +1.4%(*)(+6.6%)
    +# Bulldozer	0.99		6.95		5.95        +17%(**)
    +#
    +# (*)	Tiny improvement coefficient on Haswell is because we compare
    +#	AVX1 stitch to sum with AVX2 SHA1.
    +# (**)	Execution is fully dominated by integer code sequence and
    +#	SIMD still hardly shows [in single-process benchmark;-]
     
     $flavour = shift;
     $output  = shift;
    @@ -68,6 +94,11 @@ $avx=1 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
     $avx=1 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
     	   `ml64 2>&1` =~ /Version ([0-9]+)\./ &&
     	   $1>=10);
    +$avx=1 if (!$avx && `$ENV{CC} -v 2>&1` =~ /(^clang version|based on LLVM) ([3-9]\.[0-9]+)/ && $2>=3.0);
    +
    +$shaext=1;	### set to zero if compiling for 1.0.1
    +
    +$stitched_decrypt=0;
     
     open OUT,"| \"$^X\" $xlate $flavour $output";
     *STDOUT=*OUT;
    @@ -86,11 +117,15 @@ $code.=<<___;
     
     .globl	aesni_cbc_sha1_enc
     .type	aesni_cbc_sha1_enc,\@abi-omnipotent
    -.align	16
    +.align	32
     aesni_cbc_sha1_enc:
     	# caller should check for SSSE3 and AES-NI bits
     	mov	OPENSSL_ia32cap_P+0(%rip),%r10d
    -	mov	OPENSSL_ia32cap_P+4(%rip),%r11d
    +	mov	OPENSSL_ia32cap_P+4(%rip),%r11
    +___
    +$code.=<<___ if ($shaext);
    +	bt	\$61,%r11		# check SHA bit
    +	jc	aesni_cbc_sha1_enc_shaext
     ___
     $code.=<<___ if ($avx);
     	and	\$`1<<28`,%r11d		# mask AVX bit
    @@ -112,10 +147,21 @@ my @X=map("%xmm$_",(4..7,0..3));
     my @Tx=map("%xmm$_",(8..10));
     my @V=($A,$B,$C,$D,$E)=("%eax","%ebx","%ecx","%edx","%ebp");	# size optimization
     my @T=("%esi","%edi");
    -my $j=0; my $jj=0; my $r=0; my $sn=0;
    +my $j=0; my $jj=0; my $r=0; my $sn=0; my $rx=0;
     my $K_XX_XX="%r11";
    -my ($iv,$in,$rndkey0)=map("%xmm$_",(11..13));
    -my @rndkey=("%xmm14","%xmm15");
    +my ($rndkey0,$iv,$in)=map("%xmm$_",(11..13));			# for enc
    +my @rndkey=("%xmm14","%xmm15");					# for enc
    +my ($inout0,$inout1,$inout2,$inout3)=map("%xmm$_",(12..15));	# for dec
    +
    +if (1) {	# reassign for Atom Silvermont
    +    # The goal is to minimize amount of instructions with more than
    +    # 3 prefix bytes. Or in more practical terms to keep AES-NI *and*
    +    # SSSE3 instructions to upper half of the register bank.
    +    @X=map("%xmm$_",(8..11,4..7));
    +    @Tx=map("%xmm$_",(12,13,3));
    +    ($iv,$in,$rndkey0)=map("%xmm$_",(2,14,15));
    +    @rndkey=("%xmm0","%xmm1");
    +}
     
     sub AUTOLOAD()		# thunk [simplified] 32-bit style perlasm
     { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
    @@ -129,7 +175,7 @@ my $_ror=sub { &ror(@_) };
     
     $code.=<<___;
     .type	aesni_cbc_sha1_enc_ssse3,\@function,6
    -.align	16
    +.align	32
     aesni_cbc_sha1_enc_ssse3:
     	mov	`($win64?56:8)`(%rsp),$inp	# load 7th argument
     	#shr	\$6,$len			# debugging artefact
    @@ -161,16 +207,16 @@ $code.=<<___;
     	mov	$in0,%r12			# reassign arguments
     	mov	$out,%r13
     	mov	$len,%r14
    -	mov	$key,%r15
    +	lea	112($key),%r15			# size optimization
     	movdqu	($ivp),$iv			# load IV
     	mov	$ivp,88(%rsp)			# save $ivp
     ___
    -my ($in0,$out,$len,$key)=map("%r$_",(12..15));	# reassign arguments
    +($in0,$out,$len,$key)=map("%r$_",(12..15));	# reassign arguments
     my $rounds="${ivp}d";
     $code.=<<___;
     	shl	\$6,$len
     	sub	$in0,$out
    -	mov	240($key),$rounds
    +	mov	240-112($key),$rounds
     	add	$inp,$len		# end of input
     
     	lea	K_XX_XX(%rip),$K_XX_XX
    @@ -180,19 +226,22 @@ $code.=<<___;
     	mov	12($ctx),$D
     	mov	$B,@T[0]		# magic seed
     	mov	16($ctx),$E
    +	mov	$C,@T[1]
    +	xor	$D,@T[1]
    +	and	@T[1],@T[0]
     
    -	movdqa	64($K_XX_XX),@X[2]	# pbswap mask
    +	movdqa	64($K_XX_XX),@Tx[2]	# pbswap mask
     	movdqa	0($K_XX_XX),@Tx[1]	# K_00_19
     	movdqu	0($inp),@X[-4&7]	# load input to %xmm[0-3]
     	movdqu	16($inp),@X[-3&7]
     	movdqu	32($inp),@X[-2&7]
     	movdqu	48($inp),@X[-1&7]
    -	pshufb	@X[2],@X[-4&7]		# byte swap
    +	pshufb	@Tx[2],@X[-4&7]		# byte swap
    +	pshufb	@Tx[2],@X[-3&7]
    +	pshufb	@Tx[2],@X[-2&7]
     	add	\$64,$inp
    -	pshufb	@X[2],@X[-3&7]
    -	pshufb	@X[2],@X[-2&7]
    -	pshufb	@X[2],@X[-1&7]
     	paddd	@Tx[1],@X[-4&7]		# add K_00_19
    +	pshufb	@Tx[2],@X[-1&7]
     	paddd	@Tx[1],@X[-3&7]
     	paddd	@Tx[1],@X[-2&7]
     	movdqa	@X[-4&7],0(%rsp)	# X[]+K xfer to IALU
    @@ -201,8 +250,8 @@ $code.=<<___;
     	psubd	@Tx[1],@X[-3&7]
     	movdqa	@X[-2&7],32(%rsp)
     	psubd	@Tx[1],@X[-2&7]
    -	movups	($key),$rndkey0		# $key[0]
    -	movups	16($key),$rndkey[0]	# forward reference
    +	movups	-112($key),$rndkey0	# $key[0]
    +	movups	16-112($key),$rndkey[0]	# forward reference
     	jmp	.Loop_ssse3
     ___
     
    @@ -219,31 +268,31 @@ ___
     ___
           $code.=<<___;
     	xorps		$in,$iv
    +	movups		`32+16*$k-112`($key),$rndkey[1]
     	aesenc		$rndkey[0],$iv
    -	movups		`32+16*$k`($key),$rndkey[1]
     ___
         } elsif ($k==9) {
           $sn++;
           $code.=<<___;
     	cmp		\$11,$rounds
     	jb		.Laesenclast$sn
    -	movups		`32+16*($k+0)`($key),$rndkey[1]
    +	movups		`32+16*($k+0)-112`($key),$rndkey[1]
     	aesenc		$rndkey[0],$iv
    -	movups		`32+16*($k+1)`($key),$rndkey[0]
    +	movups		`32+16*($k+1)-112`($key),$rndkey[0]
     	aesenc		$rndkey[1],$iv
     	je		.Laesenclast$sn
    -	movups		`32+16*($k+2)`($key),$rndkey[1]
    +	movups		`32+16*($k+2)-112`($key),$rndkey[1]
     	aesenc		$rndkey[0],$iv
    -	movups		`32+16*($k+3)`($key),$rndkey[0]
    +	movups		`32+16*($k+3)-112`($key),$rndkey[0]
     	aesenc		$rndkey[1],$iv
     .Laesenclast$sn:
     	aesenclast	$rndkey[0],$iv
    -	movups		16($key),$rndkey[1]		# forward reference
    +	movups		16-112($key),$rndkey[1]		# forward reference
     ___
         } else {
           $code.=<<___;
    +	movups		`32+16*$k-112`($key),$rndkey[1]
     	aesenc		$rndkey[0],$iv
    -	movups		`32+16*$k`($key),$rndkey[1]
     ___
         }
         $r++;	unshift(@rndkey,pop(@rndkey));
    @@ -255,74 +304,75 @@ sub Xupdate_ssse3_16_31()		# recall that $Xi starts wtih 4
       my @insns = (&$body,&$body,&$body,&$body);	# 40 instructions
       my ($a,$b,$c,$d,$e);
     
    -	&movdqa	(@X[0],@X[-3&7]);
    -	 eval(shift(@insns));
    +	 eval(shift(@insns));		# ror
    +	&pshufd	(@X[0],@X[-4&7],0xee);	# was &movdqa	(@X[0],@X[-3&7]);
     	 eval(shift(@insns));
     	&movdqa	(@Tx[0],@X[-1&7]);
    -	&palignr(@X[0],@X[-4&7],8);	# compose "X[-14]" in "X[0]"
    +	  &paddd	(@Tx[1],@X[-1&7]);
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     
    -	  &paddd	(@Tx[1],@X[-1&7]);
    +	&punpcklqdq(@X[0],@X[-3&7]);	# compose "X[-14]" in "X[0]", was &palignr(@X[0],@X[-4&7],8);
     	 eval(shift(@insns));
    +	 eval(shift(@insns));		# rol
     	 eval(shift(@insns));
     	&psrldq	(@Tx[0],4);		# "X[-3]", 3 dwords
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    +
     	&pxor	(@X[0],@X[-4&7]);	# "X[0]"^="X[-16]"
     	 eval(shift(@insns));
    -	 eval(shift(@insns));
    -
    +	 eval(shift(@insns));		# ror
     	&pxor	(@Tx[0],@X[-2&7]);	# "X[-3]"^"X[-8]"
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    -	 eval(shift(@insns));
     
     	&pxor	(@X[0],@Tx[0]);		# "X[0]"^="X[-3]"^"X[-8]"
     	 eval(shift(@insns));
    -	 eval(shift(@insns));
    +	 eval(shift(@insns));		# rol
     	  &movdqa	(eval(16*(($Xi-1)&3))."(%rsp)",@Tx[1]);	# X[]+K xfer to IALU
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     
     	&movdqa	(@Tx[2],@X[0]);
    -	&movdqa	(@Tx[0],@X[0]);
    -	 eval(shift(@insns));
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    +	 eval(shift(@insns));		# ror
    +	&movdqa	(@Tx[0],@X[0]);
     	 eval(shift(@insns));
     
     	&pslldq	(@Tx[2],12);		# "X[0]"<<96, extract one dword
     	&paddd	(@X[0],@X[0]);
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    -	 eval(shift(@insns));
    -	 eval(shift(@insns));
     
     	&psrld	(@Tx[0],31);
     	 eval(shift(@insns));
    +	 eval(shift(@insns));		# rol
     	 eval(shift(@insns));
     	&movdqa	(@Tx[1],@Tx[2]);
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     
     	&psrld	(@Tx[2],30);
    -	&por	(@X[0],@Tx[0]);		# "X[0]"<<<=1
     	 eval(shift(@insns));
    +	 eval(shift(@insns));		# ror
    +	&por	(@X[0],@Tx[0]);		# "X[0]"<<<=1
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     
     	&pslld	(@Tx[1],2);
     	&pxor	(@X[0],@Tx[2]);
    -	 eval(shift(@insns));
     	 eval(shift(@insns));
     	  &movdqa	(@Tx[2],eval(16*(($Xi)/5))."($K_XX_XX)");	# K_XX_XX
    +	 eval(shift(@insns));		# rol
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     
     	&pxor	(@X[0],@Tx[1]);		# "X[0]"^=("X[0]">>96)<<<2
    +	&pshufd (@Tx[1],@X[-1&7],0xee)	if ($Xi==7);	# was &movdqa	(@Tx[0],@X[-1&7]) in Xupdate_ssse3_32_79
     
     	 foreach (@insns) { eval; }	# remaining instructions [if any]
     
    @@ -333,27 +383,30 @@ sub Xupdate_ssse3_16_31()		# recall that $Xi starts wtih 4
     sub Xupdate_ssse3_32_79()
     { use integer;
       my $body = shift;
    -  my @insns = (&$body,&$body,&$body,&$body);	# 32 to 48 instructions
    +  my @insns = (&$body,&$body,&$body,&$body);	# 32 to 44 instructions
       my ($a,$b,$c,$d,$e);
     
    -	&movdqa	(@Tx[0],@X[-1&7])	if ($Xi==8);
    -	 eval(shift(@insns));		# body_20_39
    +	 eval(shift(@insns))		if ($Xi==8);
     	&pxor	(@X[0],@X[-4&7]);	# "X[0]"="X[-32]"^"X[-16]"
    -	&palignr(@Tx[0],@X[-2&7],8);	# compose "X[-6]"
    +	 eval(shift(@insns))		if ($Xi==8);
    +	 eval(shift(@insns));		# body_20_39
     	 eval(shift(@insns));
    +	 eval(shift(@insns))		if (@insns[1] =~ /_ror/);
    +	 eval(shift(@insns))		if (@insns[0] =~ /_ror/);
    +	&punpcklqdq(@Tx[0],@X[-1&7]);	# compose "X[-6]", was &palignr(@Tx[0],@X[-2&7],8);
     	 eval(shift(@insns));
     	 eval(shift(@insns));		# rol
     
     	&pxor	(@X[0],@X[-7&7]);	# "X[0]"^="X[-28]"
     	 eval(shift(@insns));
    -	 eval(shift(@insns))	if (@insns[0] !~ /&ro[rl]/);
    +	 eval(shift(@insns));
     	if ($Xi%5) {
     	  &movdqa	(@Tx[2],@Tx[1]);# "perpetuate" K_XX_XX...
     	} else {			# ... or load next one
     	  &movdqa	(@Tx[2],eval(16*($Xi/5))."($K_XX_XX)");
     	}
    -	  &paddd	(@Tx[1],@X[-1&7]);
     	 eval(shift(@insns));		# ror
    +	  &paddd	(@Tx[1],@X[-1&7]);
     	 eval(shift(@insns));
     
     	&pxor	(@X[0],@Tx[0]);		# "X[0]"^="X[-6]"
    @@ -361,29 +414,31 @@ sub Xupdate_ssse3_32_79()
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     	 eval(shift(@insns));		# rol
    +	 eval(shift(@insns))		if (@insns[0] =~ /_ror/);
     
     	&movdqa	(@Tx[0],@X[0]);
    -	  &movdqa	(eval(16*(($Xi-1)&3))."(%rsp)",@Tx[1]);	# X[]+K xfer to IALU
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    +	  &movdqa	(eval(16*(($Xi-1)&3))."(%rsp)",@Tx[1]);	# X[]+K xfer to IALU
     	 eval(shift(@insns));		# ror
     	 eval(shift(@insns));
    +	 eval(shift(@insns));		# body_20_39
     
     	&pslld	(@X[0],2);
    -	 eval(shift(@insns));		# body_20_39
     	 eval(shift(@insns));
    -	&psrld	(@Tx[0],30);
     	 eval(shift(@insns));
    -	 eval(shift(@insns));		# rol
    +	&psrld	(@Tx[0],30);
    +	 eval(shift(@insns))		if (@insns[0] =~ /_rol/);# rol
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     	 eval(shift(@insns));		# ror
    -	 eval(shift(@insns));
     
     	&por	(@X[0],@Tx[0]);		# "X[0]"<<<=2
    -	 eval(shift(@insns));		# body_20_39
     	 eval(shift(@insns));
    -	  &movdqa	(@Tx[1],@X[0])	if ($Xi<19);
    +	 eval(shift(@insns));		# body_20_39
    +	 eval(shift(@insns))		if (@insns[1] =~ /_rol/);
    +	 eval(shift(@insns))		if (@insns[0] =~ /_rol/);
    +	  &pshufd(@Tx[1],@X[-1&7],0xee)	if ($Xi<19);	# was &movdqa	(@Tx[1],@X[0])
     	 eval(shift(@insns));
     	 eval(shift(@insns));		# rol
     	 eval(shift(@insns));
    @@ -404,9 +459,10 @@ sub Xuplast_ssse3_80()
       my ($a,$b,$c,$d,$e);
     
     	 eval(shift(@insns));
    -	  &paddd	(@Tx[1],@X[-1&7]);
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	  &paddd	(@Tx[1],@X[-1&7]);
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     
    @@ -415,17 +471,17 @@ sub Xuplast_ssse3_80()
     	 foreach (@insns) { eval; }		# remaining instructions
     
     	&cmp	($inp,$len);
    -	&je	(".Ldone_ssse3");
    +	&je	(shift);
     
     	unshift(@Tx,pop(@Tx));
     
    -	&movdqa	(@X[2],"64($K_XX_XX)");		# pbswap mask
    +	&movdqa	(@Tx[2],"64($K_XX_XX)");	# pbswap mask
     	&movdqa	(@Tx[1],"0($K_XX_XX)");		# K_00_19
     	&movdqu	(@X[-4&7],"0($inp)");		# load input
     	&movdqu	(@X[-3&7],"16($inp)");
     	&movdqu	(@X[-2&7],"32($inp)");
     	&movdqu	(@X[-1&7],"48($inp)");
    -	&pshufb	(@X[-4&7],@X[2]);		# byte swap
    +	&pshufb	(@X[-4&7],@Tx[2]);		# byte swap
     	&add	($inp,64);
     
       $Xi=0;
    @@ -439,7 +495,10 @@ sub Xloop_ssse3()
     
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    -	&pshufb	(@X[($Xi-3)&7],@X[2]);
    +	 eval(shift(@insns));
    +	&pshufb	(@X[($Xi-3)&7],@Tx[2]);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     	&paddd	(@X[($Xi-4)&7],@Tx[1]);
    @@ -450,6 +509,8 @@ sub Xloop_ssse3()
     	&movdqa	(eval(16*$Xi)."(%rsp)",@X[($Xi-4)&7]);	# X[]+K xfer to IALU
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
     	&psubd	(@X[($Xi-4)&7],@Tx[1]);
     
     	foreach (@insns) { eval; }
    @@ -465,76 +526,106 @@ sub Xtail_ssse3()
     	foreach (@insns) { eval; }
     }
     
    -sub body_00_19 () {
    -  use integer;
    -  my ($k,$n);
    -  my @r=(
    +my @body_00_19 = (
     	'($a,$b,$c,$d,$e)=@V;'.
    -	'&add	($e,eval(4*($j&15))."(%rsp)");',	# X[]+K xfer
    -	'&xor	($c,$d);',
    -	'&mov	(@T[1],$a);',	# $b in next round
    -	'&$_rol	($a,5);',
    -	'&and	(@T[0],$c);',	# ($b&($c^$d))
    -	'&xor	($c,$d);',	# restore $c
    -	'&xor	(@T[0],$d);',
    -	'&add	($e,$a);',
     	'&$_ror	($b,$j?7:2);',	# $b>>>2
    -	'&add	($e,@T[0]);'	.'$j++; unshift(@V,pop(@V)); unshift(@T,pop(@T));'
    +	'&xor	(@T[0],$d);',
    +	'&mov	(@T[1],$a);',	# $b for next round
    +
    +	'&add	($e,eval(4*($j&15))."(%rsp)");',# X[]+K xfer
    +	'&xor	($b,$c);',	# $c^$d for next round
    +
    +	'&$_rol	($a,5);',
    +	'&add	($e,@T[0]);',
    +	'&and	(@T[1],$b);',	# ($b&($c^$d)) for next round
    +
    +	'&xor	($b,$c);',	# restore $b
    +	'&add	($e,$a);'	.'$j++; unshift(@V,pop(@V)); unshift(@T,pop(@T));'
     	);
    +
    +sub body_00_19 () {	# ((c^d)&b)^d
    +    # on start @T[0]=(c^d)&b
    +    return &body_20_39() if ($rx==19); $rx++;
    +
    +    use integer;
    +    my ($k,$n);
    +    my @r=@body_00_19;
    +
     	$n = scalar(@r);
     	$k = (($jj+1)*12/20)*20*$n/12;	# 12 aesencs per these 20 rounds
     	@r[$k%$n].='&$aesenc();'	if ($jj==$k/$n);
     	$jj++;
    +
         return @r;
     }
     
    -sub body_20_39 () {
    -  use integer;
    -  my ($k,$n);
    -  my @r=(
    +my @body_20_39 = (
     	'($a,$b,$c,$d,$e)=@V;'.
    -	'&add	($e,eval(4*($j++&15))."(%rsp)");',	# X[]+K xfer
    -	'&xor	(@T[0],$d);',	# ($b^$d)
    -	'&mov	(@T[1],$a);',	# $b in next round
    +	'&add	($e,eval(4*($j&15))."(%rsp)");',# X[]+K xfer
    +	'&xor	(@T[0],$d)	if($j==19);'.
    +	'&xor	(@T[0],$c)	if($j> 19);',	# ($b^$d^$c)
    +	'&mov	(@T[1],$a);',	# $b for next round
    +
     	'&$_rol	($a,5);',
    -	'&xor	(@T[0],$c);',	# ($b^$d^$c)
    -	'&add	($e,$a);',
    +	'&add	($e,@T[0]);',
    +	'&xor	(@T[1],$c)	if ($j< 79);',	# $b^$d for next round
    +
     	'&$_ror	($b,7);',	# $b>>>2
    -	'&add	($e,@T[0]);'	.'unshift(@V,pop(@V)); unshift(@T,pop(@T));'
    +	'&add	($e,$a);'	.'$j++; unshift(@V,pop(@V)); unshift(@T,pop(@T));'
     	);
    +
    +sub body_20_39 () {	# b^d^c
    +    # on entry @T[0]=b^d
    +    return &body_40_59() if ($rx==39); $rx++;
    +
    +    use integer;
    +    my ($k,$n);
    +    my @r=@body_20_39;
    +
     	$n = scalar(@r);
     	$k = (($jj+1)*8/20)*20*$n/8;	# 8 aesencs per these 20 rounds
    -	@r[$k%$n].='&$aesenc();'	if ($jj==$k/$n);
    +	@r[$k%$n].='&$aesenc();'	if ($jj==$k/$n && $rx!=20);
     	$jj++;
    +
         return @r;
     }
     
    -sub body_40_59 () {
    -  use integer;
    -  my ($k,$n);
    -  my @r=(
    +my @body_40_59 = (
     	'($a,$b,$c,$d,$e)=@V;'.
    -	'&mov	(@T[1],$c);',
    -	'&xor	($c,$d);',
    -	'&add	($e,eval(4*($j++&15))."(%rsp)");',	# X[]+K xfer
    -	'&and	(@T[1],$d);',
    -	'&and	(@T[0],$c);',	# ($b&($c^$d))
    +	'&add	($e,eval(4*($j&15))."(%rsp)");',# X[]+K xfer
    +	'&and	(@T[0],$c)	if ($j>=40);',	# (b^c)&(c^d)
    +	'&xor	($c,$d)		if ($j>=40);',	# restore $c
    +
     	'&$_ror	($b,7);',	# $b>>>2
    -	'&add	($e,@T[1]);',
    -	'&mov	(@T[1],$a);',	# $b in next round
    +	'&mov	(@T[1],$a);',	# $b for next round
    +	'&xor	(@T[0],$c);',
    +
     	'&$_rol	($a,5);',
     	'&add	($e,@T[0]);',
    -	'&xor	($c,$d);',	# restore $c
    -	'&add	($e,$a);'	.'unshift(@V,pop(@V)); unshift(@T,pop(@T));'
    +	'&xor	(@T[1],$c)	if ($j==59);'.
    +	'&xor	(@T[1],$b)	if ($j< 59);',	# b^c for next round
    +
    +	'&xor	($b,$c)		if ($j< 59);',	# c^d for next round
    +	'&add	($e,$a);'	.'$j++; unshift(@V,pop(@V)); unshift(@T,pop(@T));'
     	);
    +
    +sub body_40_59 () {	# ((b^c)&(c^d))^c
    +    # on entry @T[0]=(b^c), (c^=d)
    +    $rx++;
    +
    +    use integer;
    +    my ($k,$n);
    +    my @r=@body_40_59;
    +
     	$n = scalar(@r);
     	$k=(($jj+1)*12/20)*20*$n/12;	# 12 aesencs per these 20 rounds
    -	@r[$k%$n].='&$aesenc();'	if ($jj==$k/$n);
    +	@r[$k%$n].='&$aesenc();'	if ($jj==$k/$n && $rx!=40);
     	$jj++;
    +
         return @r;
     }
     $code.=<<___;
    -.align	16
    +.align	32
     .Loop_ssse3:
     ___
     	&Xupdate_ssse3_16_31(\&body_00_19);
    @@ -553,7 +644,7 @@ ___
     	&Xupdate_ssse3_32_79(\&body_40_59);
     	&Xupdate_ssse3_32_79(\&body_40_59);
     	&Xupdate_ssse3_32_79(\&body_20_39);
    -	&Xuplast_ssse3_80(\&body_20_39);	# can jump to "done"
    +	&Xuplast_ssse3_80(\&body_20_39,".Ldone_ssse3");	# can jump to "done"
     
     				$saved_j=$j; @saved_V=@V;
     				$saved_r=$r; @saved_rndkey=@rndkey;
    @@ -575,11 +666,13 @@ $code.=<<___;
     	mov	@T[0],4($ctx)
     	mov	@T[0],$B			# magic seed
     	mov	$C,8($ctx)
    +	mov	$C,@T[1]
     	mov	$D,12($ctx)
    +	xor	$D,@T[1]
     	mov	$E,16($ctx)
    +	and	@T[1],@T[0]
     	jmp	.Loop_ssse3
     
    -.align	16
     .Ldone_ssse3:
     ___
     				$jj=$j=$saved_j; @V=@saved_V;
    @@ -631,7 +724,278 @@ $code.=<<___;
     .size	aesni_cbc_sha1_enc_ssse3,.-aesni_cbc_sha1_enc_ssse3
     ___
     
    -$j=$jj=$r=$sn=0;
    +						if ($stitched_decrypt) {{{
    +# reset
    +($in0,$out,$len,$key,$ivp,$ctx,$inp)=("%rdi","%rsi","%rdx","%rcx","%r8","%r9","%r10");
    +$j=$jj=$r=$rx=0;
    +$Xi=4;
    +
    +# reassign for Atom Silvermont (see above)
    +($inout0,$inout1,$inout2,$inout3,$rndkey0)=map("%xmm$_",(0..4));
    +@X=map("%xmm$_",(8..13,6,7));
    +@Tx=map("%xmm$_",(14,15,5));
    +
    +my @aes256_dec = (
    +	'&movdqu($inout0,"0x00($in0)");',
    +	'&movdqu($inout1,"0x10($in0)");	&pxor	($inout0,$rndkey0);',
    +	'&movdqu($inout2,"0x20($in0)");	&pxor	($inout1,$rndkey0);',
    +	'&movdqu($inout3,"0x30($in0)");	&pxor	($inout2,$rndkey0);',
    +
    +	'&pxor	($inout3,$rndkey0);	&movups	($rndkey0,"16-112($key)");',
    +	'&movaps("64(%rsp)",@X[2]);',	# save IV, originally @X[3]
    +	undef,undef
    +	);
    +for ($i=0;$i<13;$i++) {
    +    push (@aes256_dec,(
    +	'&aesdec	($inout0,$rndkey0);',
    +	'&aesdec	($inout1,$rndkey0);',
    +	'&aesdec	($inout2,$rndkey0);',
    +	'&aesdec	($inout3,$rndkey0);	&movups($rndkey0,"'.(16*($i+2)-112).'($key)");'
    +	));
    +    push (@aes256_dec,(undef,undef))	if (($i>=3 && $i<=5) || $i>=11);
    +    push (@aes256_dec,(undef,undef))	if ($i==5);
    +}
    +push(@aes256_dec,(
    +	'&aesdeclast	($inout0,$rndkey0);	&movups	(@X[0],"0x00($in0)");',
    +	'&aesdeclast	($inout1,$rndkey0);	&movups	(@X[1],"0x10($in0)");',
    +	'&aesdeclast	($inout2,$rndkey0);	&movups	(@X[2],"0x20($in0)");',
    +	'&aesdeclast	($inout3,$rndkey0);	&movups	(@X[3],"0x30($in0)");',
    +
    +	'&xorps		($inout0,"64(%rsp)");	&movdqu	($rndkey0,"-112($key)");',
    +	'&xorps		($inout1,@X[0]);	&movups	("0x00($out,$in0)",$inout0);',
    +	'&xorps		($inout2,@X[1]);	&movups	("0x10($out,$in0)",$inout1);',
    +	'&xorps		($inout3,@X[2]);	&movups	("0x20($out,$in0)",$inout2);',
    +
    +	'&movups	("0x30($out,$in0)",$inout3);'
    +	));
    +
    +sub body_00_19_dec () {	# ((c^d)&b)^d
    +    # on start @T[0]=(c^d)&b
    +    return &body_20_39_dec() if ($rx==19);
    +
    +    my @r=@body_00_19;
    +
    +	unshift (@r,@aes256_dec[$rx])	if (@aes256_dec[$rx]);
    +	$rx++;
    +
    +    return @r;
    +}
    +
    +sub body_20_39_dec () {	# b^d^c
    +    # on entry @T[0]=b^d
    +    return &body_40_59_dec() if ($rx==39);
    +  
    +    my @r=@body_20_39;
    +
    +	unshift (@r,@aes256_dec[$rx])	if (@aes256_dec[$rx]);
    +	$rx++;
    +
    +    return @r;
    +}
    +
    +sub body_40_59_dec () {	# ((b^c)&(c^d))^c
    +    # on entry @T[0]=(b^c), (c^=d)
    +
    +    my @r=@body_40_59;
    +
    +	unshift (@r,@aes256_dec[$rx])	if (@aes256_dec[$rx]);
    +	$rx++;
    +
    +    return @r;
    +}
    +
    +$code.=<<___;
    +.globl	aesni256_cbc_sha1_dec
    +.type	aesni256_cbc_sha1_dec,\@abi-omnipotent
    +.align	32
    +aesni256_cbc_sha1_dec:
    +	# caller should check for SSSE3 and AES-NI bits
    +	mov	OPENSSL_ia32cap_P+0(%rip),%r10d
    +	mov	OPENSSL_ia32cap_P+4(%rip),%r11d
    +___
    +$code.=<<___ if ($avx);
    +	and	\$`1<<28`,%r11d		# mask AVX bit
    +	and	\$`1<<30`,%r10d		# mask "Intel CPU" bit
    +	or	%r11d,%r10d
    +	cmp	\$`1<<28|1<<30`,%r10d
    +	je	aesni256_cbc_sha1_dec_avx
    +___
    +$code.=<<___;
    +	jmp	aesni256_cbc_sha1_dec_ssse3
    +	ret
    +.size	aesni256_cbc_sha1_dec,.-aesni256_cbc_sha1_dec
    +
    +.type	aesni256_cbc_sha1_dec_ssse3,\@function,6
    +.align	32
    +aesni256_cbc_sha1_dec_ssse3:
    +	mov	`($win64?56:8)`(%rsp),$inp	# load 7th argument
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +	lea	`-104-($win64?10*16:0)`(%rsp),%rsp
    +___
    +$code.=<<___ if ($win64);
    +	movaps	%xmm6,96+0(%rsp)
    +	movaps	%xmm7,96+16(%rsp)
    +	movaps	%xmm8,96+32(%rsp)
    +	movaps	%xmm9,96+48(%rsp)
    +	movaps	%xmm10,96+64(%rsp)
    +	movaps	%xmm11,96+80(%rsp)
    +	movaps	%xmm12,96+96(%rsp)
    +	movaps	%xmm13,96+112(%rsp)
    +	movaps	%xmm14,96+128(%rsp)
    +	movaps	%xmm15,96+144(%rsp)
    +.Lprologue_dec_ssse3:
    +___
    +$code.=<<___;
    +	mov	$in0,%r12			# reassign arguments
    +	mov	$out,%r13
    +	mov	$len,%r14
    +	lea	112($key),%r15			# size optimization
    +	movdqu	($ivp),@X[3]			# load IV
    +	#mov	$ivp,88(%rsp)			# save $ivp
    +___
    +($in0,$out,$len,$key)=map("%r$_",(12..15));	# reassign arguments
    +$code.=<<___;
    +	shl	\$6,$len
    +	sub	$in0,$out
    +	add	$inp,$len		# end of input
    +
    +	lea	K_XX_XX(%rip),$K_XX_XX
    +	mov	0($ctx),$A		# load context
    +	mov	4($ctx),$B
    +	mov	8($ctx),$C
    +	mov	12($ctx),$D
    +	mov	$B,@T[0]		# magic seed
    +	mov	16($ctx),$E
    +	mov	$C,@T[1]
    +	xor	$D,@T[1]
    +	and	@T[1],@T[0]
    +
    +	movdqa	64($K_XX_XX),@Tx[2]	# pbswap mask
    +	movdqa	0($K_XX_XX),@Tx[1]	# K_00_19
    +	movdqu	0($inp),@X[-4&7]	# load input to %xmm[0-3]
    +	movdqu	16($inp),@X[-3&7]
    +	movdqu	32($inp),@X[-2&7]
    +	movdqu	48($inp),@X[-1&7]
    +	pshufb	@Tx[2],@X[-4&7]		# byte swap
    +	add	\$64,$inp
    +	pshufb	@Tx[2],@X[-3&7]
    +	pshufb	@Tx[2],@X[-2&7]
    +	pshufb	@Tx[2],@X[-1&7]
    +	paddd	@Tx[1],@X[-4&7]		# add K_00_19
    +	paddd	@Tx[1],@X[-3&7]
    +	paddd	@Tx[1],@X[-2&7]
    +	movdqa	@X[-4&7],0(%rsp)	# X[]+K xfer to IALU
    +	psubd	@Tx[1],@X[-4&7]		# restore X[]
    +	movdqa	@X[-3&7],16(%rsp)
    +	psubd	@Tx[1],@X[-3&7]
    +	movdqa	@X[-2&7],32(%rsp)
    +	psubd	@Tx[1],@X[-2&7]
    +	movdqu	-112($key),$rndkey0	# $key[0]
    +	jmp	.Loop_dec_ssse3
    +
    +.align	32
    +.Loop_dec_ssse3:
    +___
    +	&Xupdate_ssse3_16_31(\&body_00_19_dec);
    +	&Xupdate_ssse3_16_31(\&body_00_19_dec);
    +	&Xupdate_ssse3_16_31(\&body_00_19_dec);
    +	&Xupdate_ssse3_16_31(\&body_00_19_dec);
    +	&Xupdate_ssse3_32_79(\&body_00_19_dec);
    +	&Xupdate_ssse3_32_79(\&body_20_39_dec);
    +	&Xupdate_ssse3_32_79(\&body_20_39_dec);
    +	&Xupdate_ssse3_32_79(\&body_20_39_dec);
    +	&Xupdate_ssse3_32_79(\&body_20_39_dec);
    +	&Xupdate_ssse3_32_79(\&body_20_39_dec);
    +	&Xupdate_ssse3_32_79(\&body_40_59_dec);
    +	&Xupdate_ssse3_32_79(\&body_40_59_dec);
    +	&Xupdate_ssse3_32_79(\&body_40_59_dec);
    +	&Xupdate_ssse3_32_79(\&body_40_59_dec);
    +	&Xupdate_ssse3_32_79(\&body_40_59_dec);
    +	&Xupdate_ssse3_32_79(\&body_20_39_dec);
    +	&Xuplast_ssse3_80(\&body_20_39_dec,".Ldone_dec_ssse3");	# can jump to "done"
    +
    +				$saved_j=$j;   @saved_V=@V;
    +				$saved_rx=$rx;
    +
    +	&Xloop_ssse3(\&body_20_39_dec);
    +	&Xloop_ssse3(\&body_20_39_dec);
    +	&Xloop_ssse3(\&body_20_39_dec);
    +
    +	eval(@aes256_dec[-1]);			# last store
    +$code.=<<___;
    +	lea	64($in0),$in0
    +
    +	add	0($ctx),$A			# update context
    +	add	4($ctx),@T[0]
    +	add	8($ctx),$C
    +	add	12($ctx),$D
    +	mov	$A,0($ctx)
    +	add	16($ctx),$E
    +	mov	@T[0],4($ctx)
    +	mov	@T[0],$B			# magic seed
    +	mov	$C,8($ctx)
    +	mov	$C,@T[1]
    +	mov	$D,12($ctx)
    +	xor	$D,@T[1]
    +	mov	$E,16($ctx)
    +	and	@T[1],@T[0]
    +	jmp	.Loop_dec_ssse3
    +
    +.Ldone_dec_ssse3:
    +___
    +				$jj=$j=$saved_j; @V=@saved_V;
    +				$rx=$saved_rx;
    +
    +	&Xtail_ssse3(\&body_20_39_dec);
    +	&Xtail_ssse3(\&body_20_39_dec);
    +	&Xtail_ssse3(\&body_20_39_dec);
    +
    +	eval(@aes256_dec[-1]);			# last store
    +$code.=<<___;
    +	add	0($ctx),$A			# update context
    +	add	4($ctx),@T[0]
    +	add	8($ctx),$C
    +	mov	$A,0($ctx)
    +	add	12($ctx),$D
    +	mov	@T[0],4($ctx)
    +	add	16($ctx),$E
    +	mov	$C,8($ctx)
    +	mov	$D,12($ctx)
    +	mov	$E,16($ctx)
    +	movups	@X[3],($ivp)			# write IV
    +___
    +$code.=<<___ if ($win64);
    +	movaps	96+0(%rsp),%xmm6
    +	movaps	96+16(%rsp),%xmm7
    +	movaps	96+32(%rsp),%xmm8
    +	movaps	96+48(%rsp),%xmm9
    +	movaps	96+64(%rsp),%xmm10
    +	movaps	96+80(%rsp),%xmm11
    +	movaps	96+96(%rsp),%xmm12
    +	movaps	96+112(%rsp),%xmm13
    +	movaps	96+128(%rsp),%xmm14
    +	movaps	96+144(%rsp),%xmm15
    +___
    +$code.=<<___;
    +	lea	`104+($win64?10*16:0)`(%rsp),%rsi
    +	mov	0(%rsi),%r15
    +	mov	8(%rsi),%r14
    +	mov	16(%rsi),%r13
    +	mov	24(%rsi),%r12
    +	mov	32(%rsi),%rbp
    +	mov	40(%rsi),%rbx
    +	lea	48(%rsi),%rsp
    +.Lepilogue_dec_ssse3:
    +	ret
    +.size	aesni256_cbc_sha1_dec_ssse3,.-aesni256_cbc_sha1_dec_ssse3
    +___
    +						}}}
    +$j=$jj=$r=$rx=0;
     
     if ($avx) {
     my ($in0,$out,$len,$key,$ivp,$ctx,$inp)=("%rdi","%rsi","%rdx","%rcx","%r8","%r9","%r10");
    @@ -641,13 +1005,17 @@ my @X=map("%xmm$_",(4..7,0..3));
     my @Tx=map("%xmm$_",(8..10));
     my @V=($A,$B,$C,$D,$E)=("%eax","%ebx","%ecx","%edx","%ebp");	# size optimization
     my @T=("%esi","%edi");
    +my ($rndkey0,$iv,$in)=map("%xmm$_",(11..13));
    +my @rndkey=("%xmm14","%xmm15");
    +my ($inout0,$inout1,$inout2,$inout3)=map("%xmm$_",(12..15));	# for dec
    +my $Kx=@Tx[2];
     
     my $_rol=sub { &shld(@_[0],@_) };
     my $_ror=sub { &shrd(@_[0],@_) };
     
     $code.=<<___;
     .type	aesni_cbc_sha1_enc_avx,\@function,6
    -.align	16
    +.align	32
     aesni_cbc_sha1_enc_avx:
     	mov	`($win64?56:8)`(%rsp),$inp	# load 7th argument
     	#shr	\$6,$len			# debugging artefact
    @@ -680,17 +1048,16 @@ $code.=<<___;
     	mov	$in0,%r12			# reassign arguments
     	mov	$out,%r13
     	mov	$len,%r14
    -	mov	$key,%r15
    +	lea	112($key),%r15			# size optimization
     	vmovdqu	($ivp),$iv			# load IV
     	mov	$ivp,88(%rsp)			# save $ivp
     ___
    -my ($in0,$out,$len,$key)=map("%r$_",(12..15));	# reassign arguments
    +($in0,$out,$len,$key)=map("%r$_",(12..15));	# reassign arguments
     my $rounds="${ivp}d";
     $code.=<<___;
     	shl	\$6,$len
     	sub	$in0,$out
    -	mov	240($key),$rounds
    -	add	\$112,$key		# size optimization
    +	mov	240-112($key),$rounds
     	add	$inp,$len		# end of input
     
     	lea	K_XX_XX(%rip),$K_XX_XX
    @@ -700,9 +1067,12 @@ $code.=<<___;
     	mov	12($ctx),$D
     	mov	$B,@T[0]		# magic seed
     	mov	16($ctx),$E
    +	mov	$C,@T[1]
    +	xor	$D,@T[1]
    +	and	@T[1],@T[0]
     
     	vmovdqa	64($K_XX_XX),@X[2]	# pbswap mask
    -	vmovdqa	0($K_XX_XX),@Tx[1]	# K_00_19
    +	vmovdqa	0($K_XX_XX),$Kx		# K_00_19
     	vmovdqu	0($inp),@X[-4&7]	# load input to %xmm[0-3]
     	vmovdqu	16($inp),@X[-3&7]
     	vmovdqu	32($inp),@X[-2&7]
    @@ -712,13 +1082,13 @@ $code.=<<___;
     	vpshufb	@X[2],@X[-3&7],@X[-3&7]
     	vpshufb	@X[2],@X[-2&7],@X[-2&7]
     	vpshufb	@X[2],@X[-1&7],@X[-1&7]
    -	vpaddd	@Tx[1],@X[-4&7],@X[0]	# add K_00_19
    -	vpaddd	@Tx[1],@X[-3&7],@X[1]
    -	vpaddd	@Tx[1],@X[-2&7],@X[2]
    +	vpaddd	$Kx,@X[-4&7],@X[0]	# add K_00_19
    +	vpaddd	$Kx,@X[-3&7],@X[1]
    +	vpaddd	$Kx,@X[-2&7],@X[2]
     	vmovdqa	@X[0],0(%rsp)		# X[]+K xfer to IALU
     	vmovdqa	@X[1],16(%rsp)
     	vmovdqa	@X[2],32(%rsp)
    -	vmovups	-112($key),$rndkey0	# $key[0]
    +	vmovups	-112($key),$rndkey[1]	# $key[0]
     	vmovups	16-112($key),$rndkey[0]	# forward reference
     	jmp	.Loop_avx
     ___
    @@ -728,14 +1098,14 @@ my $aesenc=sub {
       my ($n,$k)=($r/10,$r%10);
         if ($k==0) {
           $code.=<<___;
    -	vmovups		`16*$n`($in0),$in		# load input
    -	vxorps		$rndkey0,$in,$in
    +	vmovdqu		`16*$n`($in0),$in		# load input
    +	vpxor		$rndkey[1],$in,$in
     ___
           $code.=<<___ if ($n);
     	vmovups		$iv,`16*($n-1)`($out,$in0)	# write output
     ___
           $code.=<<___;
    -	vxorps		$in,$iv,$iv
    +	vpxor		$in,$iv,$iv
     	vaesenc		$rndkey[0],$iv,$iv
     	vmovups		`32+16*$k-112`($key),$rndkey[1]
     ___
    @@ -755,6 +1125,7 @@ ___
     	vmovups		`32+16*($k+3)-112`($key),$rndkey[0]
     .Lvaesenclast$sn:
     	vaesenclast	$rndkey[0],$iv,$iv
    +	vmovups		-112($key),$rndkey[0]
     	vmovups		16-112($key),$rndkey[1]		# forward reference
     ___
         } else {
    @@ -778,10 +1149,10 @@ sub Xupdate_avx_16_31()		# recall that $Xi starts wtih 4
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     
    -	  &vpaddd	(@Tx[1],@Tx[1],@X[-1&7]);
    +	  &vpaddd	(@Tx[1],$Kx,@X[-1&7]);
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    -	&vpsrldq(@Tx[0],@X[-1&7],4);	# "X[-3]", 3 dwords
    +	&vpsrldq(@Tx[0],@X[-1&7],4);		# "X[-3]", 3 dwords
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     	&vpxor	(@X[0],@X[0],@X[-4&7]);		# "X[0]"^="X[-16]"
    @@ -807,31 +1178,31 @@ sub Xupdate_avx_16_31()		# recall that $Xi starts wtih 4
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     
    -	&vpslldq(@Tx[2],@X[0],12);		# "X[0]"<<96, extract one dword
    +	&vpslldq(@Tx[1],@X[0],12);		# "X[0]"<<96, extract one dword
     	&vpaddd	(@X[0],@X[0],@X[0]);
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     
    -	&vpsrld	(@Tx[1],@Tx[2],30);
     	&vpor	(@X[0],@X[0],@Tx[0]);		# "X[0]"<<<=1
    +	&vpsrld	(@Tx[0],@Tx[1],30);
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     
    -	&vpslld	(@Tx[2],@Tx[2],2);
    -	&vpxor	(@X[0],@X[0],@Tx[1]);
    +	&vpslld	(@Tx[1],@Tx[1],2);
    +	&vpxor	(@X[0],@X[0],@Tx[0]);
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     
    -	&vpxor	(@X[0],@X[0],@Tx[2]);		# "X[0]"^=("X[0]">>96)<<<2
    +	&vpxor	(@X[0],@X[0],@Tx[1]);		# "X[0]"^=("X[0]">>96)<<<2
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    -	  &vmovdqa	(@Tx[2],eval(16*(($Xi)/5))."($K_XX_XX)");	# K_XX_XX
    +	  &vmovdqa	($Kx,eval(16*(($Xi)/5))."($K_XX_XX)")	if ($Xi%5==0);	# K_XX_XX
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     
    @@ -839,7 +1210,6 @@ sub Xupdate_avx_16_31()		# recall that $Xi starts wtih 4
     	 foreach (@insns) { eval; }	# remaining instructions [if any]
     
       $Xi++;	push(@X,shift(@X));	# "rotate" X[]
    -		push(@Tx,shift(@Tx));
     }
     
     sub Xupdate_avx_32_79()
    @@ -858,12 +1228,8 @@ sub Xupdate_avx_32_79()
     	&vpxor	(@X[0],@X[0],@X[-7&7]);		# "X[0]"^="X[-28]"
     	 eval(shift(@insns));
     	 eval(shift(@insns))	if (@insns[0] !~ /&ro[rl]/);
    -	if ($Xi%5) {
    -	  &vmovdqa	(@Tx[2],@Tx[1]);# "perpetuate" K_XX_XX...
    -	} else {			# ... or load next one
    -	  &vmovdqa	(@Tx[2],eval(16*($Xi/5))."($K_XX_XX)");
    -	}
    -	  &vpaddd	(@Tx[1],@Tx[1],@X[-1&7]);
    +	  &vpaddd	(@Tx[1],$Kx,@X[-1&7]);
    +	  &vmovdqa	($Kx,eval(16*($Xi/5))."($K_XX_XX)")	if ($Xi%5==0);
     	 eval(shift(@insns));		# ror
     	 eval(shift(@insns));
     
    @@ -893,7 +1259,6 @@ sub Xupdate_avx_32_79()
     	&vpor	(@X[0],@X[0],@Tx[0]);		# "X[0]"<<<=2
     	 eval(shift(@insns));		# body_20_39
     	 eval(shift(@insns));
    -	  &vmovdqa	(@Tx[1],@X[0])	if ($Xi<19);
     	 eval(shift(@insns));
     	 eval(shift(@insns));		# rol
     	 eval(shift(@insns));
    @@ -904,7 +1269,6 @@ sub Xupdate_avx_32_79()
     	 foreach (@insns) { eval; }	# remaining instructions
     
       $Xi++;	push(@X,shift(@X));	# "rotate" X[]
    -		push(@Tx,shift(@Tx));
     }
     
     sub Xuplast_avx_80()
    @@ -914,28 +1278,26 @@ sub Xuplast_avx_80()
       my ($a,$b,$c,$d,$e);
     
     	 eval(shift(@insns));
    -	  &vpaddd	(@Tx[1],@Tx[1],@X[-1&7]);
    +	  &vpaddd	(@Tx[1],$Kx,@X[-1&7]);
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     
    -	  &movdqa	(eval(16*(($Xi-1)&3))."(%rsp)",@Tx[1]);	# X[]+K xfer IALU
    +	  &vmovdqa	(eval(16*(($Xi-1)&3))."(%rsp)",@Tx[1]);	# X[]+K xfer IALU
     
     	 foreach (@insns) { eval; }		# remaining instructions
     
     	&cmp	($inp,$len);
    -	&je	(".Ldone_avx");
    +	&je	(shift);
     
    -	unshift(@Tx,pop(@Tx));
    -
    -	&vmovdqa(@X[2],"64($K_XX_XX)");		# pbswap mask
    -	&vmovdqa(@Tx[1],"0($K_XX_XX)");		# K_00_19
    +	&vmovdqa(@Tx[1],"64($K_XX_XX)");	# pbswap mask
    +	&vmovdqa($Kx,"0($K_XX_XX)");		# K_00_19
     	&vmovdqu(@X[-4&7],"0($inp)");		# load input
     	&vmovdqu(@X[-3&7],"16($inp)");
     	&vmovdqu(@X[-2&7],"32($inp)");
     	&vmovdqu(@X[-1&7],"48($inp)");
    -	&vpshufb(@X[-4&7],@X[-4&7],@X[2]);	# byte swap
    +	&vpshufb(@X[-4&7],@X[-4&7],@Tx[1]);	# byte swap
     	&add	($inp,64);
     
       $Xi=0;
    @@ -949,15 +1311,15 @@ sub Xloop_avx()
     
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    -	&vpshufb(@X[($Xi-3)&7],@X[($Xi-3)&7],@X[2]);
    +	&vpshufb(@X[($Xi-3)&7],@X[($Xi-3)&7],@Tx[1]);
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    -	&vpaddd	(@X[$Xi&7],@X[($Xi-4)&7],@Tx[1]);
    +	&vpaddd	(@Tx[0],@X[($Xi-4)&7],$Kx);
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    -	&vmovdqa(eval(16*$Xi)."(%rsp)",@X[$Xi&7]);	# X[]+K xfer to IALU
    +	&vmovdqa(eval(16*$Xi)."(%rsp)",@Tx[0]);	# X[]+K xfer to IALU
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     
    @@ -975,7 +1337,7 @@ sub Xtail_avx()
     }
     
     $code.=<<___;
    -.align	16
    +.align	32
     .Loop_avx:
     ___
     	&Xupdate_avx_16_31(\&body_00_19);
    @@ -994,7 +1356,7 @@ ___
     	&Xupdate_avx_32_79(\&body_40_59);
     	&Xupdate_avx_32_79(\&body_40_59);
     	&Xupdate_avx_32_79(\&body_20_39);
    -	&Xuplast_avx_80(\&body_20_39);	# can jump to "done"
    +	&Xuplast_avx_80(\&body_20_39,".Ldone_avx");	# can jump to "done"
     
     				$saved_j=$j; @saved_V=@V;
     				$saved_r=$r; @saved_rndkey=@rndkey;
    @@ -1016,11 +1378,13 @@ $code.=<<___;
     	mov	@T[0],4($ctx)
     	mov	@T[0],$B			# magic seed
     	mov	$C,8($ctx)
    +	mov	$C,@T[1]
     	mov	$D,12($ctx)
    +	xor	$D,@T[1]
     	mov	$E,16($ctx)
    +	and	@T[1],@T[0]
     	jmp	.Loop_avx
     
    -.align	16
     .Ldone_avx:
     ___
     				$jj=$j=$saved_j; @V=@saved_V;
    @@ -1072,6 +1436,218 @@ $code.=<<___;
     	ret
     .size	aesni_cbc_sha1_enc_avx,.-aesni_cbc_sha1_enc_avx
     ___
    +
    +						if ($stitched_decrypt) {{{
    +# reset
    +($in0,$out,$len,$key,$ivp,$ctx,$inp)=("%rdi","%rsi","%rdx","%rcx","%r8","%r9","%r10");
    +
    +$j=$jj=$r=$rx=0;
    +$Xi=4;
    +
    +@aes256_dec = (
    +	'&vpxor	($inout0,$rndkey0,"0x00($in0)");',
    +	'&vpxor	($inout1,$rndkey0,"0x10($in0)");',
    +	'&vpxor	($inout2,$rndkey0,"0x20($in0)");',
    +	'&vpxor	($inout3,$rndkey0,"0x30($in0)");',
    +
    +	'&vmovups($rndkey0,"16-112($key)");',
    +	'&vmovups("64(%rsp)",@X[2]);',		# save IV, originally @X[3]
    +	undef,undef
    +	);
    +for ($i=0;$i<13;$i++) {
    +    push (@aes256_dec,(
    +	'&vaesdec	($inout0,$inout0,$rndkey0);',
    +	'&vaesdec	($inout1,$inout1,$rndkey0);',
    +	'&vaesdec	($inout2,$inout2,$rndkey0);',
    +	'&vaesdec	($inout3,$inout3,$rndkey0);	&vmovups($rndkey0,"'.(16*($i+2)-112).'($key)");'
    +	));
    +    push (@aes256_dec,(undef,undef))	if (($i>=3 && $i<=5) || $i>=11);
    +    push (@aes256_dec,(undef,undef))	if ($i==5);
    +}
    +push(@aes256_dec,(
    +	'&vaesdeclast	($inout0,$inout0,$rndkey0);	&vmovups(@X[0],"0x00($in0)");',
    +	'&vaesdeclast	($inout1,$inout1,$rndkey0);	&vmovups(@X[1],"0x10($in0)");',
    +	'&vaesdeclast	($inout2,$inout2,$rndkey0);	&vmovups(@X[2],"0x20($in0)");',
    +	'&vaesdeclast	($inout3,$inout3,$rndkey0);	&vmovups(@X[3],"0x30($in0)");',
    +
    +	'&vxorps	($inout0,$inout0,"64(%rsp)");	&vmovdqu($rndkey0,"-112($key)");',
    +	'&vxorps	($inout1,$inout1,@X[0]);	&vmovups("0x00($out,$in0)",$inout0);',
    +	'&vxorps	($inout2,$inout2,@X[1]);	&vmovups("0x10($out,$in0)",$inout1);',
    +	'&vxorps	($inout3,$inout3,@X[2]);	&vmovups("0x20($out,$in0)",$inout2);',
    +
    +	'&vmovups	("0x30($out,$in0)",$inout3);'
    +	));
    +
    +$code.=<<___;
    +.type	aesni256_cbc_sha1_dec_avx,\@function,6
    +.align	32
    +aesni256_cbc_sha1_dec_avx:
    +	mov	`($win64?56:8)`(%rsp),$inp	# load 7th argument
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +	lea	`-104-($win64?10*16:0)`(%rsp),%rsp
    +___
    +$code.=<<___ if ($win64);
    +	movaps	%xmm6,96+0(%rsp)
    +	movaps	%xmm7,96+16(%rsp)
    +	movaps	%xmm8,96+32(%rsp)
    +	movaps	%xmm9,96+48(%rsp)
    +	movaps	%xmm10,96+64(%rsp)
    +	movaps	%xmm11,96+80(%rsp)
    +	movaps	%xmm12,96+96(%rsp)
    +	movaps	%xmm13,96+112(%rsp)
    +	movaps	%xmm14,96+128(%rsp)
    +	movaps	%xmm15,96+144(%rsp)
    +.Lprologue_dec_avx:
    +___
    +$code.=<<___;
    +	vzeroall
    +	mov	$in0,%r12			# reassign arguments
    +	mov	$out,%r13
    +	mov	$len,%r14
    +	lea	112($key),%r15			# size optimization
    +	vmovdqu	($ivp),@X[3]			# load IV
    +___
    +($in0,$out,$len,$key)=map("%r$_",(12..15));	# reassign arguments
    +$code.=<<___;
    +	shl	\$6,$len
    +	sub	$in0,$out
    +	add	$inp,$len		# end of input
    +
    +	lea	K_XX_XX(%rip),$K_XX_XX
    +	mov	0($ctx),$A		# load context
    +	mov	4($ctx),$B
    +	mov	8($ctx),$C
    +	mov	12($ctx),$D
    +	mov	$B,@T[0]		# magic seed
    +	mov	16($ctx),$E
    +	mov	$C,@T[1]
    +	xor	$D,@T[1]
    +	and	@T[1],@T[0]
    +
    +	vmovdqa	64($K_XX_XX),@X[2]	# pbswap mask
    +	vmovdqa	0($K_XX_XX),$Kx		# K_00_19
    +	vmovdqu	0($inp),@X[-4&7]	# load input to %xmm[0-3]
    +	vmovdqu	16($inp),@X[-3&7]
    +	vmovdqu	32($inp),@X[-2&7]
    +	vmovdqu	48($inp),@X[-1&7]
    +	vpshufb	@X[2],@X[-4&7],@X[-4&7]	# byte swap
    +	add	\$64,$inp
    +	vpshufb	@X[2],@X[-3&7],@X[-3&7]
    +	vpshufb	@X[2],@X[-2&7],@X[-2&7]
    +	vpshufb	@X[2],@X[-1&7],@X[-1&7]
    +	vpaddd	$Kx,@X[-4&7],@X[0]	# add K_00_19
    +	vpaddd	$Kx,@X[-3&7],@X[1]
    +	vpaddd	$Kx,@X[-2&7],@X[2]
    +	vmovdqa	@X[0],0(%rsp)		# X[]+K xfer to IALU
    +	vmovdqa	@X[1],16(%rsp)
    +	vmovdqa	@X[2],32(%rsp)
    +	vmovups	-112($key),$rndkey0	# $key[0]
    +	jmp	.Loop_dec_avx
    +
    +.align	32
    +.Loop_dec_avx:
    +___
    +	&Xupdate_avx_16_31(\&body_00_19_dec);
    +	&Xupdate_avx_16_31(\&body_00_19_dec);
    +	&Xupdate_avx_16_31(\&body_00_19_dec);
    +	&Xupdate_avx_16_31(\&body_00_19_dec);
    +	&Xupdate_avx_32_79(\&body_00_19_dec);
    +	&Xupdate_avx_32_79(\&body_20_39_dec);
    +	&Xupdate_avx_32_79(\&body_20_39_dec);
    +	&Xupdate_avx_32_79(\&body_20_39_dec);
    +	&Xupdate_avx_32_79(\&body_20_39_dec);
    +	&Xupdate_avx_32_79(\&body_20_39_dec);
    +	&Xupdate_avx_32_79(\&body_40_59_dec);
    +	&Xupdate_avx_32_79(\&body_40_59_dec);
    +	&Xupdate_avx_32_79(\&body_40_59_dec);
    +	&Xupdate_avx_32_79(\&body_40_59_dec);
    +	&Xupdate_avx_32_79(\&body_40_59_dec);
    +	&Xupdate_avx_32_79(\&body_20_39_dec);
    +	&Xuplast_avx_80(\&body_20_39_dec,".Ldone_dec_avx");	# can jump to "done"
    +
    +				$saved_j=$j; @saved_V=@V;
    +				$saved_rx=$rx;
    +
    +	&Xloop_avx(\&body_20_39_dec);
    +	&Xloop_avx(\&body_20_39_dec);
    +	&Xloop_avx(\&body_20_39_dec);
    +
    +	eval(@aes256_dec[-1]);			# last store
    +$code.=<<___;
    +	lea	64($in0),$in0
    +
    +	add	0($ctx),$A			# update context
    +	add	4($ctx),@T[0]
    +	add	8($ctx),$C
    +	add	12($ctx),$D
    +	mov	$A,0($ctx)
    +	add	16($ctx),$E
    +	mov	@T[0],4($ctx)
    +	mov	@T[0],$B			# magic seed
    +	mov	$C,8($ctx)
    +	mov	$C,@T[1]
    +	mov	$D,12($ctx)
    +	xor	$D,@T[1]
    +	mov	$E,16($ctx)
    +	and	@T[1],@T[0]
    +	jmp	.Loop_dec_avx
    +
    +.Ldone_dec_avx:
    +___
    +				$jj=$j=$saved_j; @V=@saved_V;
    +				$rx=$saved_rx;
    +
    +	&Xtail_avx(\&body_20_39_dec);
    +	&Xtail_avx(\&body_20_39_dec);
    +	&Xtail_avx(\&body_20_39_dec);
    +
    +	eval(@aes256_dec[-1]);			# last store
    +$code.=<<___;
    +
    +	add	0($ctx),$A			# update context
    +	add	4($ctx),@T[0]
    +	add	8($ctx),$C
    +	mov	$A,0($ctx)
    +	add	12($ctx),$D
    +	mov	@T[0],4($ctx)
    +	add	16($ctx),$E
    +	mov	$C,8($ctx)
    +	mov	$D,12($ctx)
    +	mov	$E,16($ctx)
    +	vmovups	@X[3],($ivp)			# write IV
    +	vzeroall
    +___
    +$code.=<<___ if ($win64);
    +	movaps	96+0(%rsp),%xmm6
    +	movaps	96+16(%rsp),%xmm7
    +	movaps	96+32(%rsp),%xmm8
    +	movaps	96+48(%rsp),%xmm9
    +	movaps	96+64(%rsp),%xmm10
    +	movaps	96+80(%rsp),%xmm11
    +	movaps	96+96(%rsp),%xmm12
    +	movaps	96+112(%rsp),%xmm13
    +	movaps	96+128(%rsp),%xmm14
    +	movaps	96+144(%rsp),%xmm15
    +___
    +$code.=<<___;
    +	lea	`104+($win64?10*16:0)`(%rsp),%rsi
    +	mov	0(%rsi),%r15
    +	mov	8(%rsi),%r14
    +	mov	16(%rsi),%r13
    +	mov	24(%rsi),%r12
    +	mov	32(%rsi),%rbp
    +	mov	40(%rsi),%rbx
    +	lea	48(%rsi),%rsp
    +.Lepilogue_dec_avx:
    +	ret
    +.size	aesni256_cbc_sha1_dec_avx,.-aesni256_cbc_sha1_dec_avx
    +___
    +						}}}
     }
     $code.=<<___;
     .align	64
    @@ -1081,11 +1657,180 @@ K_XX_XX:
     .long	0x8f1bbcdc,0x8f1bbcdc,0x8f1bbcdc,0x8f1bbcdc	# K_40_59
     .long	0xca62c1d6,0xca62c1d6,0xca62c1d6,0xca62c1d6	# K_60_79
     .long	0x00010203,0x04050607,0x08090a0b,0x0c0d0e0f	# pbswap mask
    +.byte	0xf,0xe,0xd,0xc,0xb,0xa,0x9,0x8,0x7,0x6,0x5,0x4,0x3,0x2,0x1,0x0
     
     .asciz	"AESNI-CBC+SHA1 stitch for x86_64, CRYPTOGAMS by "
     .align	64
     ___
    +						if ($shaext) {{{
    +($in0,$out,$len,$key,$ivp,$ctx,$inp)=("%rdi","%rsi","%rdx","%rcx","%r8","%r9","%r10");
    +
    +$rounds="%r11d";
    +
    +($iv,$in,$rndkey0)=map("%xmm$_",(2,14,15));
    +@rndkey=("%xmm0","%xmm1");
    +$r=0;
    +
    +my ($BSWAP,$ABCD,$E,$E_,$ABCD_SAVE,$E_SAVE)=map("%xmm$_",(7..12));
    +my @MSG=map("%xmm$_",(3..6));
    +
    +$code.=<<___;
    +.type	aesni_cbc_sha1_enc_shaext,\@function,6
    +.align	32
    +aesni_cbc_sha1_enc_shaext:
    +	mov	`($win64?56:8)`(%rsp),$inp	# load 7th argument
    +___
    +$code.=<<___ if ($win64);
    +	lea	`-8-10*16`(%rsp),%rsp
    +	movaps	%xmm6,-8-10*16(%rax)
    +	movaps	%xmm7,-8-9*16(%rax)
    +	movaps	%xmm8,-8-8*16(%rax)
    +	movaps	%xmm9,-8-7*16(%rax)
    +	movaps	%xmm10,-8-6*16(%rax)
    +	movaps	%xmm11,-8-5*16(%rax)
    +	movaps	%xmm12,-8-4*16(%rax)
    +	movaps	%xmm13,-8-3*16(%rax)
    +	movaps	%xmm14,-8-2*16(%rax)
    +	movaps	%xmm15,-8-1*16(%rax)
    +.Lprologue_shaext:
    +___
    +$code.=<<___;
    +	movdqu	($ctx),$ABCD
    +	movd	16($ctx),$E
    +	movdqa	K_XX_XX+0x50(%rip),$BSWAP	# byte-n-word swap
    +
    +	mov	240($key),$rounds
    +	sub	$in0,$out
    +	movups	($key),$rndkey0			# $key[0]
    +	movups	16($key),$rndkey[0]		# forward reference
    +	lea	112($key),$key			# size optimization
    +
    +	pshufd	\$0b00011011,$ABCD,$ABCD	# flip word order
    +	pshufd	\$0b00011011,$E,$E		# flip word order
    +	jmp	.Loop_shaext
     
    +.align	16
    +.Loop_shaext:
    +___
    +	&$aesenc();
    +$code.=<<___;
    +	movdqu		($inp),@MSG[0]
    +	movdqa		$E,$E_SAVE		# offload $E
    +	pshufb		$BSWAP,@MSG[0]
    +	movdqu		0x10($inp),@MSG[1]
    +	movdqa		$ABCD,$ABCD_SAVE	# offload $ABCD
    +___
    +	&$aesenc();
    +$code.=<<___;
    +	pshufb		$BSWAP,@MSG[1]
    +
    +	paddd		@MSG[0],$E
    +	movdqu		0x20($inp),@MSG[2]
    +	lea		0x40($inp),$inp
    +	pxor		$E_SAVE,@MSG[0]		# black magic
    +___
    +	&$aesenc();
    +$code.=<<___;
    +	pxor		$E_SAVE,@MSG[0]		# black magic
    +	movdqa		$ABCD,$E_
    +	pshufb		$BSWAP,@MSG[2]
    +	sha1rnds4	\$0,$E,$ABCD		# 0-3
    +	sha1nexte	@MSG[1],$E_
    +___
    +	&$aesenc();
    +$code.=<<___;
    +	sha1msg1	@MSG[1],@MSG[0]
    +	movdqu		-0x10($inp),@MSG[3]
    +	movdqa		$ABCD,$E
    +	pshufb		$BSWAP,@MSG[3]
    +___
    +	&$aesenc();
    +$code.=<<___;
    +	sha1rnds4	\$0,$E_,$ABCD		# 4-7
    +	sha1nexte	@MSG[2],$E
    +	pxor		@MSG[2],@MSG[0]
    +	sha1msg1	@MSG[2],@MSG[1]
    +___
    +	&$aesenc();
    +
    +for($i=2;$i<20-4;$i++) {
    +$code.=<<___;
    +	movdqa		$ABCD,$E_
    +	sha1rnds4	\$`int($i/5)`,$E,$ABCD	# 8-11
    +	sha1nexte	@MSG[3],$E_
    +___
    +	&$aesenc();
    +$code.=<<___;
    +	sha1msg2	@MSG[3],@MSG[0]
    +	pxor		@MSG[3],@MSG[1]
    +	sha1msg1	@MSG[3],@MSG[2]
    +___
    +	($E,$E_)=($E_,$E);
    +	push(@MSG,shift(@MSG));
    +
    +	&$aesenc();
    +}
    +$code.=<<___;
    +	movdqa		$ABCD,$E_
    +	sha1rnds4	\$3,$E,$ABCD		# 64-67
    +	sha1nexte	@MSG[3],$E_
    +	sha1msg2	@MSG[3],@MSG[0]
    +	pxor		@MSG[3],@MSG[1]
    +___
    +	&$aesenc();
    +$code.=<<___;
    +	movdqa		$ABCD,$E
    +	sha1rnds4	\$3,$E_,$ABCD		# 68-71
    +	sha1nexte	@MSG[0],$E
    +	sha1msg2	@MSG[0],@MSG[1]
    +___
    +	&$aesenc();
    +$code.=<<___;
    +	movdqa		$E_SAVE,@MSG[0]
    +	movdqa		$ABCD,$E_
    +	sha1rnds4	\$3,$E,$ABCD		# 72-75
    +	sha1nexte	@MSG[1],$E_
    +___
    +	&$aesenc();
    +$code.=<<___;
    +	movdqa		$ABCD,$E
    +	sha1rnds4	\$3,$E_,$ABCD		# 76-79
    +	sha1nexte	$MSG[0],$E
    +___
    +	while($r<40)	{ &$aesenc(); }		# remaining aesenc's
    +$code.=<<___;
    +	dec		$len
    +
    +	paddd		$ABCD_SAVE,$ABCD
    +	movups		$iv,48($out,$in0)	# write output
    +	lea		64($in0),$in0
    +	jnz		.Loop_shaext
    +
    +	pshufd	\$0b00011011,$ABCD,$ABCD
    +	pshufd	\$0b00011011,$E,$E
    +	movups	$iv,($ivp)			# write IV
    +	movdqu	$ABCD,($ctx)
    +	movd	$E,16($ctx)
    +___
    +$code.=<<___ if ($win64);
    +	movaps	-8-10*16(%rax),%xmm6
    +	movaps	-8-9*16(%rax),%xmm7
    +	movaps	-8-8*16(%rax),%xmm8
    +	movaps	-8-7*16(%rax),%xmm9
    +	movaps	-8-6*16(%rax),%xmm10
    +	movaps	-8-5*16(%rax),%xmm11
    +	movaps	-8-4*16(%rax),%xmm12
    +	movaps	-8-3*16(%rax),%xmm13
    +	movaps	-8-2*16(%rax),%xmm14
    +	movaps	-8-1*16(%rax),%xmm15
    +	mov	%rax,%rsp
    +.Lepilogue_shaext:
    +___
    +$code.=<<___;
    +	ret
    +.size	aesni_cbc_sha1_enc_shaext,.-aesni_cbc_sha1_enc_shaext
    +___
    +						}}}
     # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame,
     #		CONTEXT *context,DISPATCHER_CONTEXT *disp)
     if ($win64) {
    @@ -1127,7 +1872,21 @@ ssse3_handler:
     	lea	(%rsi,%r10),%r10	# epilogue label
     	cmp	%r10,%rbx		# context->Rip>=epilogue label
     	jae	.Lcommon_seh_tail
    +___
    +$code.=<<___ if ($shaext);
    +	lea	aesni_cbc_sha1_enc_shaext(%rip),%r10
    +	cmp	%r10,%rbx
    +	jb	.Lseh_no_shaext
     
    +	lea	(%rax),%rsi
    +	lea	512($context),%rdi	# &context.Xmm6
    +	mov	\$20,%ecx
    +	.long	0xa548f3fc		# cld; rep movsq
    +	lea	168(%rax),%rax		# adjust stack pointer
    +	jmp	.Lcommon_seh_tail
    +.Lseh_no_shaext:
    +___
    +$code.=<<___;
     	lea	96(%rax),%rsi
     	lea	512($context),%rdi	# &context.Xmm6
     	mov	\$20,%ecx
    @@ -1199,6 +1958,11 @@ $code.=<<___ if ($avx);
     	.rva	.LSEH_end_aesni_cbc_sha1_enc_avx
     	.rva	.LSEH_info_aesni_cbc_sha1_enc_avx
     ___
    +$code.=<<___ if ($shaext);
    +	.rva	.LSEH_begin_aesni_cbc_sha1_enc_shaext
    +	.rva	.LSEH_end_aesni_cbc_sha1_enc_shaext
    +	.rva	.LSEH_info_aesni_cbc_sha1_enc_shaext
    +___
     $code.=<<___;
     .section	.xdata
     .align	8
    @@ -1213,6 +1977,12 @@ $code.=<<___ if ($avx);
     	.rva	ssse3_handler
     	.rva	.Lprologue_avx,.Lepilogue_avx		# HandlerData[]
     ___
    +$code.=<<___ if ($shaext);
    +.LSEH_info_aesni_cbc_sha1_enc_shaext:
    +	.byte	9,0,0,0
    +	.rva	ssse3_handler
    +	.rva	.Lprologue_shaext,.Lepilogue_shaext	# HandlerData[]
    +___
     }
     
     ####################################################################
    @@ -1223,28 +1993,65 @@ sub rex {
     
         $rex|=0x04			if($dst>=8);
         $rex|=0x01			if($src>=8);
    -    push @opcode,$rex|0x40	if($rex);
    +    unshift @opcode,$rex|0x40	if($rex);
    +}
    +
    +sub sha1rnds4 {
    +    if (@_[0] =~ /\$([x0-9a-f]+),\s*%xmm([0-9]+),\s*%xmm([0-9]+)/) {
    +      my @opcode=(0x0f,0x3a,0xcc);
    +	rex(\@opcode,$3,$2);
    +	push @opcode,0xc0|($2&7)|(($3&7)<<3);		# ModR/M
    +	my $c=$1;
    +	push @opcode,$c=~/^0/?oct($c):$c;
    +	return ".byte\t".join(',',@opcode);
    +    } else {
    +	return "sha1rnds4\t".@_[0];
    +    }
    +}
    +
    +sub sha1op38 {
    +    my $instr = shift;
    +    my %opcodelet = (
    +		"sha1nexte" => 0xc8,
    +  		"sha1msg1"  => 0xc9,
    +		"sha1msg2"  => 0xca	);
    +
    +    if (defined($opcodelet{$instr}) && @_[0] =~ /%xmm([0-9]+),\s*%xmm([0-9]+)/) {
    +      my @opcode=(0x0f,0x38);
    +	rex(\@opcode,$2,$1);
    +	push @opcode,$opcodelet{$instr};
    +	push @opcode,0xc0|($1&7)|(($2&7)<<3);		# ModR/M
    +	return ".byte\t".join(',',@opcode);
    +    } else {
    +	return $instr."\t".@_[0];
    +    }
     }
     
     sub aesni {
       my $line=shift;
    -  my @opcode=(0x66);
    +  my @opcode=(0x0f,0x38);
     
         if ($line=~/(aes[a-z]+)\s+%xmm([0-9]+),\s*%xmm([0-9]+)/) {
     	my %opcodelet = (
    -		"aesenc" => 0xdc,	"aesenclast" => 0xdd
    +		"aesenc" => 0xdc,	"aesenclast" => 0xdd,
    +		"aesdec" => 0xde,	"aesdeclast" => 0xdf
     	);
     	return undef if (!defined($opcodelet{$1}));
     	rex(\@opcode,$3,$2);
    -	push @opcode,0x0f,0x38,$opcodelet{$1};
    -	push @opcode,0xc0|($2&7)|(($3&7)<<3);	# ModR/M
    +	push @opcode,$opcodelet{$1},0xc0|($2&7)|(($3&7)<<3);	# ModR/M
    +	unshift @opcode,0x66;
     	return ".byte\t".join(',',@opcode);
         }
         return $line;
     }
     
    -$code =~ s/\`([^\`]*)\`/eval($1)/gem;
    -$code =~ s/\b(aes.*%xmm[0-9]+).*$/aesni($1)/gem;
    +foreach (split("\n",$code)) {
    +        s/\`([^\`]*)\`/eval $1/geo;
    +
    +	s/\b(sha1rnds4)\s+(.*)/sha1rnds4($2)/geo		or
    +	s/\b(sha1[^\s]*)\s+(.*)/sha1op38($1,$2)/geo		or
    +	s/\b(aes.*%xmm[0-9]+).*$/aesni($1)/geo;
     
    -print $code;
    +	print $_,"\n";
    +}
     close STDOUT;
    diff --git a/openssl/crypto/aes/asm/aesni-sha256-x86_64.pl b/openssl/crypto/aes/asm/aesni-sha256-x86_64.pl
    new file mode 100755
    index 000000000..c1fce8983
    --- /dev/null
    +++ b/openssl/crypto/aes/asm/aesni-sha256-x86_64.pl
    @@ -0,0 +1,1708 @@
    +#!/usr/bin/env perl
    +#
    +# ====================================================================
    +# Written by Andy Polyakov  for the OpenSSL
    +# project. The module is, however, dual licensed under OpenSSL and
    +# CRYPTOGAMS licenses depending on where you obtain it. For further
    +# details see http://www.openssl.org/~appro/cryptogams/.
    +# ====================================================================
    +#
    +# January 2013
    +#
    +# This is AESNI-CBC+SHA256 stitch implementation. The idea, as spelled
    +# in http://download.intel.com/design/intarch/papers/323686.pdf, is
    +# that since AESNI-CBC encrypt exhibit *very* low instruction-level
    +# parallelism, interleaving it with another algorithm would allow to
    +# utilize processor resources better and achieve better performance.
    +# SHA256 instruction sequences(*) are taken from sha512-x86_64.pl and
    +# AESNI code is weaved into it. As SHA256 dominates execution time,
    +# stitch performance does not depend on AES key length. Below are
    +# performance numbers in cycles per processed byte, less is better,
    +# for standalone AESNI-CBC encrypt, standalone SHA256, and stitched
    +# subroutine:
    +#
    +#		 AES-128/-192/-256+SHA256	this(**)gain
    +# Sandy Bridge	    5.05/6.05/7.05+11.6		13.0	+28%/36%/43%
    +# Ivy Bridge	    5.05/6.05/7.05+10.3		11.6	+32%/41%/50%
    +# Haswell	    4.43/5.29/6.19+7.80		8.79	+39%/49%/59%
    +# Bulldozer	    5.77/6.89/8.00+13.7		13.7	+42%/50%/58%
    +#
    +# (*)	there are XOP, AVX1 and AVX2 code pathes, meaning that
    +#	Westmere is omitted from loop, this is because gain was not
    +#	estimated high enough to justify the effort;
    +# (**)	these are EVP-free results, results obtained with 'speed
    +#	-evp aes-256-cbc-hmac-sha256' will vary by percent or two;
    +
    +$flavour = shift;
    +$output  = shift;
    +if ($flavour =~ /\./) { $output = $flavour; undef $flavour; }
    +
    +$win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
    +
    +$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
    +( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
    +( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
    +die "can't locate x86_64-xlate.pl";
    +
    +if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
    +		=~ /GNU assembler version ([2-9]\.[0-9]+)/) {
    +	$avx = ($1>=2.19) + ($1>=2.22);
    +}
    +
    +if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
    +	   `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/) {
    +	$avx = ($1>=2.09) + ($1>=2.10);
    +}
    +
    +if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
    +	   `ml64 2>&1` =~ /Version ([0-9]+)\./) {
    +	$avx = ($1>=10) + ($1>=12);
    +}
    +
    +if (!$avx && `$ENV{CC} -v 2>&1` =~ /(^clang version|based on LLVM) ([3-9]\.[0-9]+)/) {
    +	$avx = ($2>=3.0) + ($2>3.0);
    +}
    +
    +$shaext=$avx;	### set to zero if compiling for 1.0.1
    +$avx=1		if (!$shaext && $avx);
    +
    +open OUT,"| \"$^X\" $xlate $flavour $output";
    +*STDOUT=*OUT;
    +
    +$func="aesni_cbc_sha256_enc";
    +$TABLE="K256";
    +$SZ=4;
    +@ROT=($A,$B,$C,$D,$E,$F,$G,$H)=("%eax","%ebx","%ecx","%edx",
    +				"%r8d","%r9d","%r10d","%r11d");
    +($T1,$a0,$a1,$a2,$a3)=("%r12d","%r13d","%r14d","%r15d","%esi");
    +@Sigma0=( 2,13,22);
    +@Sigma1=( 6,11,25);
    +@sigma0=( 7,18, 3);
    +@sigma1=(17,19,10);
    +$rounds=64;
    +
    +########################################################################
    +# void aesni_cbc_sha256_enc(const void *inp,
    +#			void *out,
    +#			size_t length,
    +#			const AES_KEY *key,
    +#			unsigned char *iv,
    +#			SHA256_CTX *ctx,
    +#			const void *in0);
    +($inp,  $out,  $len,  $key,  $ivp, $ctx, $in0) =
    +("%rdi","%rsi","%rdx","%rcx","%r8","%r9","%r10");
    +
    +$Tbl="%rbp";
    +
    +$_inp="16*$SZ+0*8(%rsp)";
    +$_out="16*$SZ+1*8(%rsp)";
    +$_end="16*$SZ+2*8(%rsp)";
    +$_key="16*$SZ+3*8(%rsp)";
    +$_ivp="16*$SZ+4*8(%rsp)";
    +$_ctx="16*$SZ+5*8(%rsp)";
    +$_in0="16*$SZ+6*8(%rsp)";
    +$_rsp="16*$SZ+7*8(%rsp)";
    +$framesz=16*$SZ+8*8;
    +
    +$code=<<___;
    +.text
    +
    +.extern	OPENSSL_ia32cap_P
    +.globl	$func
    +.type	$func,\@abi-omnipotent
    +.align	16
    +$func:
    +___
    +						if ($avx) {
    +$code.=<<___;
    +	lea	OPENSSL_ia32cap_P(%rip),%r11
    +	mov	\$1,%eax
    +	cmp	\$0,`$win64?"%rcx":"%rdi"`
    +	je	.Lprobe
    +	mov	0(%r11),%eax
    +	mov	4(%r11),%r10
    +___
    +$code.=<<___ if ($shaext);
    +	bt	\$61,%r10			# check for SHA
    +	jc	${func}_shaext
    +___
    +$code.=<<___;
    +	mov	%r10,%r11
    +	shr	\$32,%r11
    +
    +	test	\$`1<<11`,%r10d			# check for XOP
    +	jnz	${func}_xop
    +___
    +$code.=<<___ if ($avx>1);
    +	and	\$`1<<8|1<<5|1<<3`,%r11d	# check for BMI2+AVX2+BMI1
    +	cmp	\$`1<<8|1<<5|1<<3`,%r11d
    +	je	${func}_avx2
    +___
    +$code.=<<___;
    +	and	\$`1<<30`,%eax			# mask "Intel CPU" bit
    +	and	\$`1<<28|1<<9`,%r10d		# mask AVX+SSSE3 bits
    +	or	%eax,%r10d
    +	cmp	\$`1<<28|1<<9|1<<30`,%r10d
    +	je	${func}_avx
    +	ud2
    +___
    +						}
    +$code.=<<___;
    +	xor	%eax,%eax
    +	cmp	\$0,`$win64?"%rcx":"%rdi"`
    +	je	.Lprobe
    +	ud2
    +.Lprobe:
    +	ret
    +.size	$func,.-$func
    +
    +.align	64
    +.type	$TABLE,\@object
    +$TABLE:
    +	.long	0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5
    +	.long	0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5
    +	.long	0x3956c25b,0x59f111f1,0x923f82a4,0xab1c5ed5
    +	.long	0x3956c25b,0x59f111f1,0x923f82a4,0xab1c5ed5
    +	.long	0xd807aa98,0x12835b01,0x243185be,0x550c7dc3
    +	.long	0xd807aa98,0x12835b01,0x243185be,0x550c7dc3
    +	.long	0x72be5d74,0x80deb1fe,0x9bdc06a7,0xc19bf174
    +	.long	0x72be5d74,0x80deb1fe,0x9bdc06a7,0xc19bf174
    +	.long	0xe49b69c1,0xefbe4786,0x0fc19dc6,0x240ca1cc
    +	.long	0xe49b69c1,0xefbe4786,0x0fc19dc6,0x240ca1cc
    +	.long	0x2de92c6f,0x4a7484aa,0x5cb0a9dc,0x76f988da
    +	.long	0x2de92c6f,0x4a7484aa,0x5cb0a9dc,0x76f988da
    +	.long	0x983e5152,0xa831c66d,0xb00327c8,0xbf597fc7
    +	.long	0x983e5152,0xa831c66d,0xb00327c8,0xbf597fc7
    +	.long	0xc6e00bf3,0xd5a79147,0x06ca6351,0x14292967
    +	.long	0xc6e00bf3,0xd5a79147,0x06ca6351,0x14292967
    +	.long	0x27b70a85,0x2e1b2138,0x4d2c6dfc,0x53380d13
    +	.long	0x27b70a85,0x2e1b2138,0x4d2c6dfc,0x53380d13
    +	.long	0x650a7354,0x766a0abb,0x81c2c92e,0x92722c85
    +	.long	0x650a7354,0x766a0abb,0x81c2c92e,0x92722c85
    +	.long	0xa2bfe8a1,0xa81a664b,0xc24b8b70,0xc76c51a3
    +	.long	0xa2bfe8a1,0xa81a664b,0xc24b8b70,0xc76c51a3
    +	.long	0xd192e819,0xd6990624,0xf40e3585,0x106aa070
    +	.long	0xd192e819,0xd6990624,0xf40e3585,0x106aa070
    +	.long	0x19a4c116,0x1e376c08,0x2748774c,0x34b0bcb5
    +	.long	0x19a4c116,0x1e376c08,0x2748774c,0x34b0bcb5
    +	.long	0x391c0cb3,0x4ed8aa4a,0x5b9cca4f,0x682e6ff3
    +	.long	0x391c0cb3,0x4ed8aa4a,0x5b9cca4f,0x682e6ff3
    +	.long	0x748f82ee,0x78a5636f,0x84c87814,0x8cc70208
    +	.long	0x748f82ee,0x78a5636f,0x84c87814,0x8cc70208
    +	.long	0x90befffa,0xa4506ceb,0xbef9a3f7,0xc67178f2
    +	.long	0x90befffa,0xa4506ceb,0xbef9a3f7,0xc67178f2
    +
    +	.long	0x00010203,0x04050607,0x08090a0b,0x0c0d0e0f
    +	.long	0x00010203,0x04050607,0x08090a0b,0x0c0d0e0f
    +	.long	0,0,0,0,   0,0,0,0,   -1,-1,-1,-1
    +	.long	0,0,0,0,   0,0,0,0
    +	.asciz	"AESNI-CBC+SHA256 stitch for x86_64, CRYPTOGAMS by "
    +.align	64
    +___
    +
    +######################################################################
    +# SIMD code paths
    +#
    +{{{
    +($iv,$inout,$roundkey,$temp,
    + $mask10,$mask12,$mask14,$offload)=map("%xmm$_",(8..15));
    +
    +$aesni_cbc_idx=0;
    +@aesni_cbc_block = (
    +##	&vmovdqu	($roundkey,"0x00-0x80($inp)");'
    +##	&vmovdqu	($inout,($inp));
    +##	&mov		($_inp,$inp);
    +
    +	'&vpxor		($inout,$inout,$roundkey);'.
    +	' &vmovdqu	($roundkey,"0x10-0x80($inp)");',
    +
    +	'&vpxor		($inout,$inout,$iv);',
    +
    +	'&vaesenc	($inout,$inout,$roundkey);'.
    +	' &vmovdqu	($roundkey,"0x20-0x80($inp)");',
    +
    +	'&vaesenc	($inout,$inout,$roundkey);'.
    +	' &vmovdqu	($roundkey,"0x30-0x80($inp)");',
    +
    +	'&vaesenc	($inout,$inout,$roundkey);'.
    +	' &vmovdqu	($roundkey,"0x40-0x80($inp)");',
    +
    +	'&vaesenc	($inout,$inout,$roundkey);'.
    +	' &vmovdqu	($roundkey,"0x50-0x80($inp)");',
    +
    +	'&vaesenc	($inout,$inout,$roundkey);'.
    +	' &vmovdqu	($roundkey,"0x60-0x80($inp)");',
    +
    +	'&vaesenc	($inout,$inout,$roundkey);'.
    +	' &vmovdqu	($roundkey,"0x70-0x80($inp)");',
    +
    +	'&vaesenc	($inout,$inout,$roundkey);'.
    +	' &vmovdqu	($roundkey,"0x80-0x80($inp)");',
    +
    +	'&vaesenc	($inout,$inout,$roundkey);'.
    +	' &vmovdqu	($roundkey,"0x90-0x80($inp)");',
    +
    +	'&vaesenc	($inout,$inout,$roundkey);'.
    +	' &vmovdqu	($roundkey,"0xa0-0x80($inp)");',
    +
    +	'&vaesenclast	($temp,$inout,$roundkey);'.
    +	' &vaesenc	($inout,$inout,$roundkey);'.
    +	' &vmovdqu	($roundkey,"0xb0-0x80($inp)");',
    +
    +	'&vpand		($iv,$temp,$mask10);'.
    +	' &vaesenc	($inout,$inout,$roundkey);'.
    +	' &vmovdqu	($roundkey,"0xc0-0x80($inp)");',
    +
    +	'&vaesenclast	($temp,$inout,$roundkey);'.
    +	' &vaesenc	($inout,$inout,$roundkey);'.
    +	' &vmovdqu	($roundkey,"0xd0-0x80($inp)");',
    +
    +	'&vpand		($temp,$temp,$mask12);'.
    +	' &vaesenc	($inout,$inout,$roundkey);'.
    +	 '&vmovdqu	($roundkey,"0xe0-0x80($inp)");',
    +
    +	'&vpor		($iv,$iv,$temp);'.
    +	' &vaesenclast	($temp,$inout,$roundkey);'.
    +	' &vmovdqu	($roundkey,"0x00-0x80($inp)");'
    +
    +##	&mov		($inp,$_inp);
    +##	&mov		($out,$_out);
    +##	&vpand		($temp,$temp,$mask14);
    +##	&vpor		($iv,$iv,$temp);
    +##	&vmovdqu	($iv,($out,$inp);
    +##	&lea		(inp,16($inp));
    +);
    +
    +my $a4=$T1;
    +my ($a,$b,$c,$d,$e,$f,$g,$h);
    +
    +sub AUTOLOAD()		# thunk [simplified] 32-bit style perlasm
    +{ my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
    +  my $arg = pop;
    +    $arg = "\$$arg" if ($arg*1 eq $arg);
    +    $code .= "\t$opcode\t".join(',',$arg,reverse @_)."\n";
    +}
    +
    +sub body_00_15 () {
    +	(
    +	'($a,$b,$c,$d,$e,$f,$g,$h)=@ROT;'.
    +
    +	'&ror	($a0,$Sigma1[2]-$Sigma1[1])',
    +	'&mov	($a,$a1)',
    +	'&mov	($a4,$f)',
    +
    +	'&xor	($a0,$e)',
    +	'&ror	($a1,$Sigma0[2]-$Sigma0[1])',
    +	'&xor	($a4,$g)',			# f^g
    +
    +	'&ror	($a0,$Sigma1[1]-$Sigma1[0])',
    +	'&xor	($a1,$a)',
    +	'&and	($a4,$e)',			# (f^g)&e
    +
    +	@aesni_cbc_block[$aesni_cbc_idx++].
    +	'&xor	($a0,$e)',
    +	'&add	($h,$SZ*($i&15)."(%rsp)")',	# h+=X[i]+K[i]
    +	'&mov	($a2,$a)',
    +
    +	'&ror	($a1,$Sigma0[1]-$Sigma0[0])',
    +	'&xor	($a4,$g)',			# Ch(e,f,g)=((f^g)&e)^g
    +	'&xor	($a2,$b)',			# a^b, b^c in next round
    +
    +	'&ror	($a0,$Sigma1[0])',		# Sigma1(e)
    +	'&add	($h,$a4)',			# h+=Ch(e,f,g)
    +	'&and	($a3,$a2)',			# (b^c)&(a^b)
    +
    +	'&xor	($a1,$a)',
    +	'&add	($h,$a0)',			# h+=Sigma1(e)
    +	'&xor	($a3,$b)',			# Maj(a,b,c)=Ch(a^b,c,b)
    +
    +	'&add	($d,$h)',			# d+=h
    +	'&ror	($a1,$Sigma0[0])',		# Sigma0(a)
    +	'&add	($h,$a3)',			# h+=Maj(a,b,c)
    +
    +	'&mov	($a0,$d)',
    +	'&add	($a1,$h);'.			# h+=Sigma0(a)
    +	'($a2,$a3) = ($a3,$a2); unshift(@ROT,pop(@ROT)); $i++;'
    +	);
    +}
    +
    +if ($avx) {{
    +######################################################################
    +# XOP code path
    +#
    +$code.=<<___;
    +.type	${func}_xop,\@function,6
    +.align	64
    +${func}_xop:
    +.Lxop_shortcut:
    +	mov	`($win64?56:8)`(%rsp),$in0	# load 7th parameter
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +	mov	%rsp,%r11		# copy %rsp
    +	sub	\$`$framesz+$win64*16*10`,%rsp
    +	and	\$-64,%rsp		# align stack frame
    +
    +	shl	\$6,$len
    +	sub	$inp,$out		# re-bias
    +	sub	$inp,$in0
    +	add	$inp,$len		# end of input
    +
    +	#mov	$inp,$_inp		# saved later
    +	mov	$out,$_out
    +	mov	$len,$_end
    +	#mov	$key,$_key		# remains resident in $inp register
    +	mov	$ivp,$_ivp
    +	mov	$ctx,$_ctx
    +	mov	$in0,$_in0
    +	mov	%r11,$_rsp
    +___
    +$code.=<<___ if ($win64);
    +	movaps	%xmm6,`$framesz+16*0`(%rsp)
    +	movaps	%xmm7,`$framesz+16*1`(%rsp)
    +	movaps	%xmm8,`$framesz+16*2`(%rsp)
    +	movaps	%xmm9,`$framesz+16*3`(%rsp)
    +	movaps	%xmm10,`$framesz+16*4`(%rsp)
    +	movaps	%xmm11,`$framesz+16*5`(%rsp)
    +	movaps	%xmm12,`$framesz+16*6`(%rsp)
    +	movaps	%xmm13,`$framesz+16*7`(%rsp)
    +	movaps	%xmm14,`$framesz+16*8`(%rsp)
    +	movaps	%xmm15,`$framesz+16*9`(%rsp)
    +___
    +$code.=<<___;
    +.Lprologue_xop:
    +	vzeroall
    +
    +	mov	$inp,%r12		# borrow $a4
    +	lea	0x80($key),$inp		# size optimization, reassign
    +	lea	$TABLE+`$SZ*2*$rounds+32`(%rip),%r13	# borrow $a0
    +	mov	0xf0-0x80($inp),%r14d	# rounds, borrow $a1
    +	mov	$ctx,%r15		# borrow $a2
    +	mov	$in0,%rsi		# borrow $a3
    +	vmovdqu	($ivp),$iv		# load IV
    +	sub	\$9,%r14
    +
    +	mov	$SZ*0(%r15),$A
    +	mov	$SZ*1(%r15),$B
    +	mov	$SZ*2(%r15),$C
    +	mov	$SZ*3(%r15),$D
    +	mov	$SZ*4(%r15),$E
    +	mov	$SZ*5(%r15),$F
    +	mov	$SZ*6(%r15),$G
    +	mov	$SZ*7(%r15),$H
    +
    +	vmovdqa	0x00(%r13,%r14,8),$mask14
    +	vmovdqa	0x10(%r13,%r14,8),$mask12
    +	vmovdqa	0x20(%r13,%r14,8),$mask10
    +	vmovdqu	0x00-0x80($inp),$roundkey
    +	jmp	.Lloop_xop
    +___
    +					if ($SZ==4) {	# SHA256
    +    my @X = map("%xmm$_",(0..3));
    +    my ($t0,$t1,$t2,$t3) = map("%xmm$_",(4..7));
    +
    +$code.=<<___;
    +.align	16
    +.Lloop_xop:
    +	vmovdqa	$TABLE+`$SZ*2*$rounds`(%rip),$t3
    +	vmovdqu	0x00(%rsi,%r12),@X[0]
    +	vmovdqu	0x10(%rsi,%r12),@X[1]
    +	vmovdqu	0x20(%rsi,%r12),@X[2]
    +	vmovdqu	0x30(%rsi,%r12),@X[3]
    +	vpshufb	$t3,@X[0],@X[0]
    +	lea	$TABLE(%rip),$Tbl
    +	vpshufb	$t3,@X[1],@X[1]
    +	vpshufb	$t3,@X[2],@X[2]
    +	vpaddd	0x00($Tbl),@X[0],$t0
    +	vpshufb	$t3,@X[3],@X[3]
    +	vpaddd	0x20($Tbl),@X[1],$t1
    +	vpaddd	0x40($Tbl),@X[2],$t2
    +	vpaddd	0x60($Tbl),@X[3],$t3
    +	vmovdqa	$t0,0x00(%rsp)
    +	mov	$A,$a1
    +	vmovdqa	$t1,0x10(%rsp)
    +	mov	$B,$a3
    +	vmovdqa	$t2,0x20(%rsp)
    +	xor	$C,$a3			# magic
    +	vmovdqa	$t3,0x30(%rsp)
    +	mov	$E,$a0
    +	jmp	.Lxop_00_47
    +
    +.align	16
    +.Lxop_00_47:
    +	sub	\$-16*2*$SZ,$Tbl	# size optimization
    +	vmovdqu	(%r12),$inout		# $a4
    +	mov	%r12,$_inp		# $a4
    +___
    +sub XOP_256_00_47 () {
    +my $j = shift;
    +my $body = shift;
    +my @X = @_;
    +my @insns = (&$body,&$body,&$body,&$body);	# 104 instructions
    +
    +	&vpalignr	($t0,@X[1],@X[0],$SZ);	# X[1..4]
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &vpalignr	($t3,@X[3],@X[2],$SZ);	# X[9..12]
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&vprotd		($t1,$t0,8*$SZ-$sigma0[1]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&vpsrld		($t0,$t0,$sigma0[2]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &vpaddd	(@X[0],@X[0],$t3);	# X[0..3] += X[9..12]
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&vprotd		($t2,$t1,$sigma0[1]-$sigma0[0]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&vpxor		($t0,$t0,$t1);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &vprotd	($t3,@X[3],8*$SZ-$sigma1[1]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&vpxor		($t0,$t0,$t2);		# sigma0(X[1..4])
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &vpsrld	($t2,@X[3],$sigma1[2]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&vpaddd		(@X[0],@X[0],$t0);	# X[0..3] += sigma0(X[1..4])
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &vprotd	($t1,$t3,$sigma1[1]-$sigma1[0]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &vpxor		($t3,$t3,$t2);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &vpxor		($t3,$t3,$t1);		# sigma1(X[14..15])
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&vpsrldq	($t3,$t3,8);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&vpaddd		(@X[0],@X[0],$t3);	# X[0..1] += sigma1(X[14..15])
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &vprotd	($t3,@X[0],8*$SZ-$sigma1[1]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &vpsrld	($t2,@X[0],$sigma1[2]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &vprotd	($t1,$t3,$sigma1[1]-$sigma1[0]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &vpxor		($t3,$t3,$t2);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &vpxor		($t3,$t3,$t1);		# sigma1(X[16..17])
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&vpslldq	($t3,$t3,8);		# 22 instructions
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&vpaddd		(@X[0],@X[0],$t3);	# X[2..3] += sigma1(X[16..17])
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&vpaddd		($t2,@X[0],16*2*$j."($Tbl)");
    +	  foreach (@insns) { eval; }		# remaining instructions
    +	&vmovdqa	(16*$j."(%rsp)",$t2);
    +}
    +
    +    $aesni_cbc_idx=0;
    +    for ($i=0,$j=0; $j<4; $j++) {
    +	&XOP_256_00_47($j,\&body_00_15,@X);
    +	push(@X,shift(@X));			# rotate(@X)
    +    }
    +    	&mov		("%r12",$_inp);		# borrow $a4
    +	&vpand		($temp,$temp,$mask14);
    +	&mov		("%r15",$_out);		# borrow $a2
    +	&vpor		($iv,$iv,$temp);
    +	&vmovdqu	("(%r15,%r12)",$iv);	# write output
    +	&lea		("%r12","16(%r12)");	# inp++
    +
    +	&cmpb	($SZ-1+16*2*$SZ."($Tbl)",0);
    +	&jne	(".Lxop_00_47");
    +
    +	&vmovdqu	($inout,"(%r12)");
    +	&mov		($_inp,"%r12");
    +
    +    $aesni_cbc_idx=0;
    +    for ($i=0; $i<16; ) {
    +	foreach(body_00_15()) { eval; }
    +    }
    +					}
    +$code.=<<___;
    +	mov	$_inp,%r12		# borrow $a4
    +	mov	$_out,%r13		# borrow $a0
    +	mov	$_ctx,%r15		# borrow $a2
    +	mov	$_in0,%rsi		# borrow $a3
    +
    +	vpand	$mask14,$temp,$temp
    +	mov	$a1,$A
    +	vpor	$temp,$iv,$iv
    +	vmovdqu	$iv,(%r13,%r12)		# write output
    +	lea	16(%r12),%r12		# inp++
    +
    +	add	$SZ*0(%r15),$A
    +	add	$SZ*1(%r15),$B
    +	add	$SZ*2(%r15),$C
    +	add	$SZ*3(%r15),$D
    +	add	$SZ*4(%r15),$E
    +	add	$SZ*5(%r15),$F
    +	add	$SZ*6(%r15),$G
    +	add	$SZ*7(%r15),$H
    +
    +	cmp	$_end,%r12
    +
    +	mov	$A,$SZ*0(%r15)
    +	mov	$B,$SZ*1(%r15)
    +	mov	$C,$SZ*2(%r15)
    +	mov	$D,$SZ*3(%r15)
    +	mov	$E,$SZ*4(%r15)
    +	mov	$F,$SZ*5(%r15)
    +	mov	$G,$SZ*6(%r15)
    +	mov	$H,$SZ*7(%r15)
    +
    +	jb	.Lloop_xop
    +
    +	mov	$_ivp,$ivp
    +	mov	$_rsp,%rsi
    +	vmovdqu	$iv,($ivp)		# output IV
    +	vzeroall
    +___
    +$code.=<<___ if ($win64);
    +	movaps	`$framesz+16*0`(%rsp),%xmm6
    +	movaps	`$framesz+16*1`(%rsp),%xmm7
    +	movaps	`$framesz+16*2`(%rsp),%xmm8
    +	movaps	`$framesz+16*3`(%rsp),%xmm9
    +	movaps	`$framesz+16*4`(%rsp),%xmm10
    +	movaps	`$framesz+16*5`(%rsp),%xmm11
    +	movaps	`$framesz+16*6`(%rsp),%xmm12
    +	movaps	`$framesz+16*7`(%rsp),%xmm13
    +	movaps	`$framesz+16*8`(%rsp),%xmm14
    +	movaps	`$framesz+16*9`(%rsp),%xmm15
    +___
    +$code.=<<___;
    +	mov	(%rsi),%r15
    +	mov	8(%rsi),%r14
    +	mov	16(%rsi),%r13
    +	mov	24(%rsi),%r12
    +	mov	32(%rsi),%rbp
    +	mov	40(%rsi),%rbx
    +	lea	48(%rsi),%rsp
    +.Lepilogue_xop:
    +	ret
    +.size	${func}_xop,.-${func}_xop
    +___
    +######################################################################
    +# AVX+shrd code path
    +#
    +local *ror = sub { &shrd(@_[0],@_) };
    +
    +$code.=<<___;
    +.type	${func}_avx,\@function,6
    +.align	64
    +${func}_avx:
    +.Lavx_shortcut:
    +	mov	`($win64?56:8)`(%rsp),$in0	# load 7th parameter
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +	mov	%rsp,%r11		# copy %rsp
    +	sub	\$`$framesz+$win64*16*10`,%rsp
    +	and	\$-64,%rsp		# align stack frame
    +
    +	shl	\$6,$len
    +	sub	$inp,$out		# re-bias
    +	sub	$inp,$in0
    +	add	$inp,$len		# end of input
    +
    +	#mov	$inp,$_inp		# saved later
    +	mov	$out,$_out
    +	mov	$len,$_end
    +	#mov	$key,$_key		# remains resident in $inp register
    +	mov	$ivp,$_ivp
    +	mov	$ctx,$_ctx
    +	mov	$in0,$_in0
    +	mov	%r11,$_rsp
    +___
    +$code.=<<___ if ($win64);
    +	movaps	%xmm6,`$framesz+16*0`(%rsp)
    +	movaps	%xmm7,`$framesz+16*1`(%rsp)
    +	movaps	%xmm8,`$framesz+16*2`(%rsp)
    +	movaps	%xmm9,`$framesz+16*3`(%rsp)
    +	movaps	%xmm10,`$framesz+16*4`(%rsp)
    +	movaps	%xmm11,`$framesz+16*5`(%rsp)
    +	movaps	%xmm12,`$framesz+16*6`(%rsp)
    +	movaps	%xmm13,`$framesz+16*7`(%rsp)
    +	movaps	%xmm14,`$framesz+16*8`(%rsp)
    +	movaps	%xmm15,`$framesz+16*9`(%rsp)
    +___
    +$code.=<<___;
    +.Lprologue_avx:
    +	vzeroall
    +
    +	mov	$inp,%r12		# borrow $a4
    +	lea	0x80($key),$inp		# size optimization, reassign
    +	lea	$TABLE+`$SZ*2*$rounds+32`(%rip),%r13	# borrow $a0
    +	mov	0xf0-0x80($inp),%r14d	# rounds, borrow $a1
    +	mov	$ctx,%r15		# borrow $a2
    +	mov	$in0,%rsi		# borrow $a3
    +	vmovdqu	($ivp),$iv		# load IV
    +	sub	\$9,%r14
    +
    +	mov	$SZ*0(%r15),$A
    +	mov	$SZ*1(%r15),$B
    +	mov	$SZ*2(%r15),$C
    +	mov	$SZ*3(%r15),$D
    +	mov	$SZ*4(%r15),$E
    +	mov	$SZ*5(%r15),$F
    +	mov	$SZ*6(%r15),$G
    +	mov	$SZ*7(%r15),$H
    +
    +	vmovdqa	0x00(%r13,%r14,8),$mask14
    +	vmovdqa	0x10(%r13,%r14,8),$mask12
    +	vmovdqa	0x20(%r13,%r14,8),$mask10
    +	vmovdqu	0x00-0x80($inp),$roundkey
    +___
    +					if ($SZ==4) {	# SHA256
    +    my @X = map("%xmm$_",(0..3));
    +    my ($t0,$t1,$t2,$t3) = map("%xmm$_",(4..7));
    +
    +$code.=<<___;
    +	jmp	.Lloop_avx
    +.align	16
    +.Lloop_avx:
    +	vmovdqa	$TABLE+`$SZ*2*$rounds`(%rip),$t3
    +	vmovdqu	0x00(%rsi,%r12),@X[0]
    +	vmovdqu	0x10(%rsi,%r12),@X[1]
    +	vmovdqu	0x20(%rsi,%r12),@X[2]
    +	vmovdqu	0x30(%rsi,%r12),@X[3]
    +	vpshufb	$t3,@X[0],@X[0]
    +	lea	$TABLE(%rip),$Tbl
    +	vpshufb	$t3,@X[1],@X[1]
    +	vpshufb	$t3,@X[2],@X[2]
    +	vpaddd	0x00($Tbl),@X[0],$t0
    +	vpshufb	$t3,@X[3],@X[3]
    +	vpaddd	0x20($Tbl),@X[1],$t1
    +	vpaddd	0x40($Tbl),@X[2],$t2
    +	vpaddd	0x60($Tbl),@X[3],$t3
    +	vmovdqa	$t0,0x00(%rsp)
    +	mov	$A,$a1
    +	vmovdqa	$t1,0x10(%rsp)
    +	mov	$B,$a3
    +	vmovdqa	$t2,0x20(%rsp)
    +	xor	$C,$a3			# magic
    +	vmovdqa	$t3,0x30(%rsp)
    +	mov	$E,$a0
    +	jmp	.Lavx_00_47
    +
    +.align	16
    +.Lavx_00_47:
    +	sub	\$-16*2*$SZ,$Tbl	# size optimization
    +	vmovdqu	(%r12),$inout		# $a4
    +	mov	%r12,$_inp		# $a4
    +___
    +sub Xupdate_256_AVX () {
    +	(
    +	'&vpalignr	($t0,@X[1],@X[0],$SZ)',	# X[1..4]
    +	 '&vpalignr	($t3,@X[3],@X[2],$SZ)',	# X[9..12]
    +	'&vpsrld	($t2,$t0,$sigma0[0]);',
    +	 '&vpaddd	(@X[0],@X[0],$t3)',	# X[0..3] += X[9..12]
    +	'&vpsrld	($t3,$t0,$sigma0[2])',
    +	'&vpslld	($t1,$t0,8*$SZ-$sigma0[1]);',
    +	'&vpxor		($t0,$t3,$t2)',
    +	 '&vpshufd	($t3,@X[3],0b11111010)',# X[14..15]
    +	'&vpsrld	($t2,$t2,$sigma0[1]-$sigma0[0]);',
    +	'&vpxor		($t0,$t0,$t1)',
    +	'&vpslld	($t1,$t1,$sigma0[1]-$sigma0[0]);',
    +	'&vpxor		($t0,$t0,$t2)',
    +	 '&vpsrld	($t2,$t3,$sigma1[2]);',
    +	'&vpxor		($t0,$t0,$t1)',		# sigma0(X[1..4])
    +	 '&vpsrlq	($t3,$t3,$sigma1[0]);',
    +	'&vpaddd	(@X[0],@X[0],$t0)',	# X[0..3] += sigma0(X[1..4])
    +	 '&vpxor	($t2,$t2,$t3);',
    +	 '&vpsrlq	($t3,$t3,$sigma1[1]-$sigma1[0])',
    +	 '&vpxor	($t2,$t2,$t3)',		# sigma1(X[14..15])
    +	 '&vpshufd	($t2,$t2,0b10000100)',
    +	 '&vpsrldq	($t2,$t2,8)',
    +	'&vpaddd	(@X[0],@X[0],$t2)',	# X[0..1] += sigma1(X[14..15])
    +	 '&vpshufd	($t3,@X[0],0b01010000)',# X[16..17]
    +	 '&vpsrld	($t2,$t3,$sigma1[2])',
    +	 '&vpsrlq	($t3,$t3,$sigma1[0])',
    +	 '&vpxor	($t2,$t2,$t3);',
    +	 '&vpsrlq	($t3,$t3,$sigma1[1]-$sigma1[0])',
    +	 '&vpxor	($t2,$t2,$t3)',
    +	 '&vpshufd	($t2,$t2,0b11101000)',
    +	 '&vpslldq	($t2,$t2,8)',
    +	'&vpaddd	(@X[0],@X[0],$t2)'	# X[2..3] += sigma1(X[16..17])
    +	);
    +}
    +
    +sub AVX_256_00_47 () {
    +my $j = shift;
    +my $body = shift;
    +my @X = @_;
    +my @insns = (&$body,&$body,&$body,&$body);	# 104 instructions
    +
    +	foreach (Xupdate_256_AVX()) {		# 29 instructions
    +	    eval;
    +	    eval(shift(@insns));
    +	    eval(shift(@insns));
    +	    eval(shift(@insns));
    +	}
    +	&vpaddd		($t2,@X[0],16*2*$j."($Tbl)");
    +	  foreach (@insns) { eval; }		# remaining instructions
    +	&vmovdqa	(16*$j."(%rsp)",$t2);
    +}
    +
    +    $aesni_cbc_idx=0;
    +    for ($i=0,$j=0; $j<4; $j++) {
    +	&AVX_256_00_47($j,\&body_00_15,@X);
    +	push(@X,shift(@X));			# rotate(@X)
    +    }
    +    	&mov		("%r12",$_inp);		# borrow $a4
    +	&vpand		($temp,$temp,$mask14);
    +	&mov		("%r15",$_out);		# borrow $a2
    +	&vpor		($iv,$iv,$temp);
    +	&vmovdqu	("(%r15,%r12)",$iv);	# write output
    +	&lea		("%r12","16(%r12)");	# inp++
    +
    +	&cmpb	($SZ-1+16*2*$SZ."($Tbl)",0);
    +	&jne	(".Lavx_00_47");
    +
    +	&vmovdqu	($inout,"(%r12)");
    +	&mov		($_inp,"%r12");
    +
    +    $aesni_cbc_idx=0;
    +    for ($i=0; $i<16; ) {
    +	foreach(body_00_15()) { eval; }
    +    }
    +
    +					}
    +$code.=<<___;
    +	mov	$_inp,%r12		# borrow $a4
    +	mov	$_out,%r13		# borrow $a0
    +	mov	$_ctx,%r15		# borrow $a2
    +	mov	$_in0,%rsi		# borrow $a3
    +
    +	vpand	$mask14,$temp,$temp
    +	mov	$a1,$A
    +	vpor	$temp,$iv,$iv
    +	vmovdqu	$iv,(%r13,%r12)		# write output
    +	lea	16(%r12),%r12		# inp++
    +
    +	add	$SZ*0(%r15),$A
    +	add	$SZ*1(%r15),$B
    +	add	$SZ*2(%r15),$C
    +	add	$SZ*3(%r15),$D
    +	add	$SZ*4(%r15),$E
    +	add	$SZ*5(%r15),$F
    +	add	$SZ*6(%r15),$G
    +	add	$SZ*7(%r15),$H
    +
    +	cmp	$_end,%r12
    +
    +	mov	$A,$SZ*0(%r15)
    +	mov	$B,$SZ*1(%r15)
    +	mov	$C,$SZ*2(%r15)
    +	mov	$D,$SZ*3(%r15)
    +	mov	$E,$SZ*4(%r15)
    +	mov	$F,$SZ*5(%r15)
    +	mov	$G,$SZ*6(%r15)
    +	mov	$H,$SZ*7(%r15)
    +	jb	.Lloop_avx
    +
    +	mov	$_ivp,$ivp
    +	mov	$_rsp,%rsi
    +	vmovdqu	$iv,($ivp)		# output IV
    +	vzeroall
    +___
    +$code.=<<___ if ($win64);
    +	movaps	`$framesz+16*0`(%rsp),%xmm6
    +	movaps	`$framesz+16*1`(%rsp),%xmm7
    +	movaps	`$framesz+16*2`(%rsp),%xmm8
    +	movaps	`$framesz+16*3`(%rsp),%xmm9
    +	movaps	`$framesz+16*4`(%rsp),%xmm10
    +	movaps	`$framesz+16*5`(%rsp),%xmm11
    +	movaps	`$framesz+16*6`(%rsp),%xmm12
    +	movaps	`$framesz+16*7`(%rsp),%xmm13
    +	movaps	`$framesz+16*8`(%rsp),%xmm14
    +	movaps	`$framesz+16*9`(%rsp),%xmm15
    +___
    +$code.=<<___;
    +	mov	(%rsi),%r15
    +	mov	8(%rsi),%r14
    +	mov	16(%rsi),%r13
    +	mov	24(%rsi),%r12
    +	mov	32(%rsi),%rbp
    +	mov	40(%rsi),%rbx
    +	lea	48(%rsi),%rsp
    +.Lepilogue_avx:
    +	ret
    +.size	${func}_avx,.-${func}_avx
    +___
    +
    +if ($avx>1) {{
    +######################################################################
    +# AVX2+BMI code path
    +#
    +my $a5=$SZ==4?"%esi":"%rsi";	# zap $inp 
    +my $PUSH8=8*2*$SZ;
    +use integer;
    +
    +sub bodyx_00_15 () {
    +	# at start $a1 should be zero, $a3 - $b^$c and $a4 copy of $f
    +	(
    +	'($a,$b,$c,$d,$e,$f,$g,$h)=@ROT;'.
    +
    +	'&add	($h,(32*($i/(16/$SZ))+$SZ*($i%(16/$SZ)))%$PUSH8.$base)',    # h+=X[i]+K[i]
    +	'&and	($a4,$e)',		# f&e
    +	'&rorx	($a0,$e,$Sigma1[2])',
    +	'&rorx	($a2,$e,$Sigma1[1])',
    +
    +	'&lea	($a,"($a,$a1)")',	# h+=Sigma0(a) from the past
    +	'&lea	($h,"($h,$a4)")',
    +	'&andn	($a4,$e,$g)',		# ~e&g
    +	'&xor	($a0,$a2)',
    +
    +	'&rorx	($a1,$e,$Sigma1[0])',
    +	'&lea	($h,"($h,$a4)")',	# h+=Ch(e,f,g)=(e&f)+(~e&g)
    +	'&xor	($a0,$a1)',		# Sigma1(e)
    +	'&mov	($a2,$a)',
    +
    +	'&rorx	($a4,$a,$Sigma0[2])',
    +	'&lea	($h,"($h,$a0)")',	# h+=Sigma1(e)
    +	'&xor	($a2,$b)',		# a^b, b^c in next round
    +	'&rorx	($a1,$a,$Sigma0[1])',
    +
    +	'&rorx	($a0,$a,$Sigma0[0])',
    +	'&lea	($d,"($d,$h)")',	# d+=h
    +	'&and	($a3,$a2)',		# (b^c)&(a^b)
    +	@aesni_cbc_block[$aesni_cbc_idx++].
    +	'&xor	($a1,$a4)',
    +
    +	'&xor	($a3,$b)',		# Maj(a,b,c)=Ch(a^b,c,b)
    +	'&xor	($a1,$a0)',		# Sigma0(a)
    +	'&lea	($h,"($h,$a3)");'.	# h+=Maj(a,b,c)
    +	'&mov	($a4,$e)',		# copy of f in future
    +
    +	'($a2,$a3) = ($a3,$a2); unshift(@ROT,pop(@ROT)); $i++;'
    +	);
    +	# and at the finish one has to $a+=$a1
    +}
    +
    +$code.=<<___;
    +.type	${func}_avx2,\@function,6
    +.align	64
    +${func}_avx2:
    +.Lavx2_shortcut:
    +	mov	`($win64?56:8)`(%rsp),$in0	# load 7th parameter
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +	mov	%rsp,%r11		# copy %rsp
    +	sub	\$`2*$SZ*$rounds+8*8+$win64*16*10`,%rsp
    +	and	\$-256*$SZ,%rsp		# align stack frame
    +	add	\$`2*$SZ*($rounds-8)`,%rsp
    +
    +	shl	\$6,$len
    +	sub	$inp,$out		# re-bias
    +	sub	$inp,$in0
    +	add	$inp,$len		# end of input
    +
    +	#mov	$inp,$_inp		# saved later
    +	#mov	$out,$_out		# kept in $offload
    +	mov	$len,$_end
    +	#mov	$key,$_key		# remains resident in $inp register
    +	mov	$ivp,$_ivp
    +	mov	$ctx,$_ctx
    +	mov	$in0,$_in0
    +	mov	%r11,$_rsp
    +___
    +$code.=<<___ if ($win64);
    +	movaps	%xmm6,`$framesz+16*0`(%rsp)
    +	movaps	%xmm7,`$framesz+16*1`(%rsp)
    +	movaps	%xmm8,`$framesz+16*2`(%rsp)
    +	movaps	%xmm9,`$framesz+16*3`(%rsp)
    +	movaps	%xmm10,`$framesz+16*4`(%rsp)
    +	movaps	%xmm11,`$framesz+16*5`(%rsp)
    +	movaps	%xmm12,`$framesz+16*6`(%rsp)
    +	movaps	%xmm13,`$framesz+16*7`(%rsp)
    +	movaps	%xmm14,`$framesz+16*8`(%rsp)
    +	movaps	%xmm15,`$framesz+16*9`(%rsp)
    +___
    +$code.=<<___;
    +.Lprologue_avx2:
    +	vzeroall
    +
    +	mov	$inp,%r13		# borrow $a0
    +	vpinsrq	\$1,$out,$offload,$offload
    +	lea	0x80($key),$inp		# size optimization, reassign
    +	lea	$TABLE+`$SZ*2*$rounds+32`(%rip),%r12	# borrow $a4
    +	mov	0xf0-0x80($inp),%r14d	# rounds, borrow $a1
    +	mov	$ctx,%r15		# borrow $a2
    +	mov	$in0,%rsi		# borrow $a3
    +	vmovdqu	($ivp),$iv		# load IV
    +	lea	-9(%r14),%r14
    +
    +	vmovdqa	0x00(%r12,%r14,8),$mask14
    +	vmovdqa	0x10(%r12,%r14,8),$mask12
    +	vmovdqa	0x20(%r12,%r14,8),$mask10
    +
    +	sub	\$-16*$SZ,%r13		# inp++, size optimization
    +	mov	$SZ*0(%r15),$A
    +	lea	(%rsi,%r13),%r12	# borrow $a0
    +	mov	$SZ*1(%r15),$B
    +	cmp	$len,%r13		# $_end
    +	mov	$SZ*2(%r15),$C
    +	cmove	%rsp,%r12		# next block or random data
    +	mov	$SZ*3(%r15),$D
    +	mov	$SZ*4(%r15),$E
    +	mov	$SZ*5(%r15),$F
    +	mov	$SZ*6(%r15),$G
    +	mov	$SZ*7(%r15),$H
    +	vmovdqu	0x00-0x80($inp),$roundkey
    +___
    +					if ($SZ==4) {	# SHA256
    +    my @X = map("%ymm$_",(0..3));
    +    my ($t0,$t1,$t2,$t3) = map("%ymm$_",(4..7));
    +
    +$code.=<<___;
    +	jmp	.Loop_avx2
    +.align	16
    +.Loop_avx2:
    +	vmovdqa	$TABLE+`$SZ*2*$rounds`(%rip),$t3
    +	vmovdqu	-16*$SZ+0(%rsi,%r13),%xmm0
    +	vmovdqu	-16*$SZ+16(%rsi,%r13),%xmm1
    +	vmovdqu	-16*$SZ+32(%rsi,%r13),%xmm2
    +	vmovdqu	-16*$SZ+48(%rsi,%r13),%xmm3
    +
    +	vinserti128	\$1,(%r12),@X[0],@X[0]
    +	vinserti128	\$1,16(%r12),@X[1],@X[1]
    +	 vpshufb	$t3,@X[0],@X[0]
    +	vinserti128	\$1,32(%r12),@X[2],@X[2]
    +	 vpshufb	$t3,@X[1],@X[1]
    +	vinserti128	\$1,48(%r12),@X[3],@X[3]
    +
    +	lea	$TABLE(%rip),$Tbl
    +	vpshufb	$t3,@X[2],@X[2]
    +	lea	-16*$SZ(%r13),%r13
    +	vpaddd	0x00($Tbl),@X[0],$t0
    +	vpshufb	$t3,@X[3],@X[3]
    +	vpaddd	0x20($Tbl),@X[1],$t1
    +	vpaddd	0x40($Tbl),@X[2],$t2
    +	vpaddd	0x60($Tbl),@X[3],$t3
    +	vmovdqa	$t0,0x00(%rsp)
    +	xor	$a1,$a1
    +	vmovdqa	$t1,0x20(%rsp)
    +	lea	-$PUSH8(%rsp),%rsp
    +	mov	$B,$a3
    +	vmovdqa	$t2,0x00(%rsp)
    +	xor	$C,$a3			# magic
    +	vmovdqa	$t3,0x20(%rsp)
    +	mov	$F,$a4
    +	sub	\$-16*2*$SZ,$Tbl	# size optimization
    +	jmp	.Lavx2_00_47
    +
    +.align	16
    +.Lavx2_00_47:
    +	vmovdqu	(%r13),$inout
    +	vpinsrq	\$0,%r13,$offload,$offload
    +___
    +
    +sub AVX2_256_00_47 () {
    +my $j = shift;
    +my $body = shift;
    +my @X = @_;
    +my @insns = (&$body,&$body,&$body,&$body);	# 96 instructions
    +my $base = "+2*$PUSH8(%rsp)";
    +
    +	&lea	("%rsp","-$PUSH8(%rsp)")	if (($j%2)==0);
    +	foreach (Xupdate_256_AVX()) {		# 29 instructions
    +	    eval;
    +	    eval(shift(@insns));
    +	    eval(shift(@insns));
    +	    eval(shift(@insns));
    +	}
    +	&vpaddd		($t2,@X[0],16*2*$j."($Tbl)");
    +	  foreach (@insns) { eval; }		# remaining instructions
    +	&vmovdqa	((32*$j)%$PUSH8."(%rsp)",$t2);
    +}
    +    $aesni_cbc_idx=0;
    +    for ($i=0,$j=0; $j<4; $j++) {
    +	&AVX2_256_00_47($j,\&bodyx_00_15,@X);
    +	push(@X,shift(@X));			# rotate(@X)
    +    }
    +	&vmovq		("%r13",$offload);	# borrow $a0
    +	&vpextrq	("%r15",$offload,1);	# borrow $a2
    +	&vpand		($temp,$temp,$mask14);
    +	&vpor		($iv,$iv,$temp);
    +	&vmovdqu	("(%r15,%r13)",$iv);	# write output
    +	&lea		("%r13","16(%r13)");	# inp++
    +
    +	&lea	($Tbl,16*2*$SZ."($Tbl)");
    +	&cmpb	(($SZ-1)."($Tbl)",0);
    +	&jne	(".Lavx2_00_47");
    +
    +	&vmovdqu	($inout,"(%r13)");
    +	&vpinsrq	($offload,$offload,"%r13",0);
    +
    +    $aesni_cbc_idx=0;
    +    for ($i=0; $i<16; ) {
    +	my $base=$i<8?"+$PUSH8(%rsp)":"(%rsp)";
    +	foreach(bodyx_00_15()) { eval; }
    +    }
    +					}
    +$code.=<<___;
    +	vpextrq	\$1,$offload,%r12		# $_out, borrow $a4
    +	vmovq	$offload,%r13			# $_inp, borrow $a0
    +	mov	`2*$SZ*$rounds+5*8`(%rsp),%r15	# $_ctx, borrow $a2
    +	add	$a1,$A
    +	lea	`2*$SZ*($rounds-8)`(%rsp),$Tbl
    +
    +	vpand	$mask14,$temp,$temp
    +	vpor	$temp,$iv,$iv
    +	vmovdqu	$iv,(%r12,%r13)			# write output
    +	lea	16(%r13),%r13
    +
    +	add	$SZ*0(%r15),$A
    +	add	$SZ*1(%r15),$B
    +	add	$SZ*2(%r15),$C
    +	add	$SZ*3(%r15),$D
    +	add	$SZ*4(%r15),$E
    +	add	$SZ*5(%r15),$F
    +	add	$SZ*6(%r15),$G
    +	add	$SZ*7(%r15),$H
    +
    +	mov	$A,$SZ*0(%r15)
    +	mov	$B,$SZ*1(%r15)
    +	mov	$C,$SZ*2(%r15)
    +	mov	$D,$SZ*3(%r15)
    +	mov	$E,$SZ*4(%r15)
    +	mov	$F,$SZ*5(%r15)
    +	mov	$G,$SZ*6(%r15)
    +	mov	$H,$SZ*7(%r15)
    +
    +	cmp	`$PUSH8+2*8`($Tbl),%r13		# $_end
    +	je	.Ldone_avx2
    +
    +	xor	$a1,$a1
    +	mov	$B,$a3
    +	mov	$F,$a4
    +	xor	$C,$a3			# magic
    +	jmp	.Lower_avx2
    +.align	16
    +.Lower_avx2:
    +	vmovdqu	(%r13),$inout
    +	vpinsrq	\$0,%r13,$offload,$offload
    +___
    +    $aesni_cbc_idx=0;
    +    for ($i=0; $i<16; ) {
    +	my $base="+16($Tbl)";
    +	foreach(bodyx_00_15()) { eval; }
    +	&lea	($Tbl,"-$PUSH8($Tbl)")	if ($i==8);
    +    }
    +$code.=<<___;
    +	vmovq	$offload,%r13			# borrow $a0
    +	vpextrq	\$1,$offload,%r15		# borrow $a2
    +	vpand	$mask14,$temp,$temp
    +	vpor	$temp,$iv,$iv
    +	lea	-$PUSH8($Tbl),$Tbl
    +	vmovdqu	$iv,(%r15,%r13)			# write output
    +	lea	16(%r13),%r13			# inp++
    +	cmp	%rsp,$Tbl
    +	jae	.Lower_avx2
    +
    +	mov	`2*$SZ*$rounds+5*8`(%rsp),%r15	# $_ctx, borrow $a2
    +	lea	16*$SZ(%r13),%r13
    +	mov	`2*$SZ*$rounds+6*8`(%rsp),%rsi	# $_in0, borrow $a3
    +	add	$a1,$A
    +	lea	`2*$SZ*($rounds-8)`(%rsp),%rsp
    +
    +	add	$SZ*0(%r15),$A
    +	add	$SZ*1(%r15),$B
    +	add	$SZ*2(%r15),$C
    +	add	$SZ*3(%r15),$D
    +	add	$SZ*4(%r15),$E
    +	add	$SZ*5(%r15),$F
    +	add	$SZ*6(%r15),$G
    +	lea	(%rsi,%r13),%r12
    +	add	$SZ*7(%r15),$H
    +
    +	cmp	$_end,%r13
    +
    +	mov	$A,$SZ*0(%r15)
    +	cmove	%rsp,%r12		# next block or stale data
    +	mov	$B,$SZ*1(%r15)
    +	mov	$C,$SZ*2(%r15)
    +	mov	$D,$SZ*3(%r15)
    +	mov	$E,$SZ*4(%r15)
    +	mov	$F,$SZ*5(%r15)
    +	mov	$G,$SZ*6(%r15)
    +	mov	$H,$SZ*7(%r15)
    +
    +	jbe	.Loop_avx2
    +	lea	(%rsp),$Tbl
    +
    +.Ldone_avx2:
    +	lea	($Tbl),%rsp
    +	mov	$_ivp,$ivp
    +	mov	$_rsp,%rsi
    +	vmovdqu	$iv,($ivp)		# output IV
    +	vzeroall
    +___
    +$code.=<<___ if ($win64);
    +	movaps	`$framesz+16*0`(%rsp),%xmm6
    +	movaps	`$framesz+16*1`(%rsp),%xmm7
    +	movaps	`$framesz+16*2`(%rsp),%xmm8
    +	movaps	`$framesz+16*3`(%rsp),%xmm9
    +	movaps	`$framesz+16*4`(%rsp),%xmm10
    +	movaps	`$framesz+16*5`(%rsp),%xmm11
    +	movaps	`$framesz+16*6`(%rsp),%xmm12
    +	movaps	`$framesz+16*7`(%rsp),%xmm13
    +	movaps	`$framesz+16*8`(%rsp),%xmm14
    +	movaps	`$framesz+16*9`(%rsp),%xmm15
    +___
    +$code.=<<___;
    +	mov	(%rsi),%r15
    +	mov	8(%rsi),%r14
    +	mov	16(%rsi),%r13
    +	mov	24(%rsi),%r12
    +	mov	32(%rsi),%rbp
    +	mov	40(%rsi),%rbx
    +	lea	48(%rsi),%rsp
    +.Lepilogue_avx2:
    +	ret
    +.size	${func}_avx2,.-${func}_avx2
    +___
    +}}
    +}}
    +{{
    +my ($in0,$out,$len,$key,$ivp,$ctx,$inp)=("%rdi","%rsi","%rdx","%rcx","%r8","%r9","%r10");
    +
    +my ($rounds,$Tbl)=("%r11d","%rbx");
    +
    +my ($iv,$in,$rndkey0)=map("%xmm$_",(6,14,15));
    +my @rndkey=("%xmm4","%xmm5");
    +my $r=0;
    +my $sn=0;
    +
    +my ($Wi,$ABEF,$CDGH,$TMP,$BSWAP,$ABEF_SAVE,$CDGH_SAVE)=map("%xmm$_",(0..3,7..9));
    +my @MSG=map("%xmm$_",(10..13));
    +
    +my $aesenc=sub {
    +  use integer;
    +  my ($n,$k)=($r/10,$r%10);
    +    if ($k==0) {
    +      $code.=<<___;
    +	movups		`16*$n`($in0),$in		# load input
    +	xorps		$rndkey0,$in
    +___
    +      $code.=<<___ if ($n);
    +	movups		$iv,`16*($n-1)`($out,$in0)	# write output
    +___
    +      $code.=<<___;
    +	xorps		$in,$iv
    +	movups		`32+16*$k-112`($key),$rndkey[1]
    +	aesenc		$rndkey[0],$iv
    +___
    +    } elsif ($k==9) {
    +      $sn++;
    +      $code.=<<___;
    +	cmp		\$11,$rounds
    +	jb		.Laesenclast$sn
    +	movups		`32+16*($k+0)-112`($key),$rndkey[1]
    +	aesenc		$rndkey[0],$iv
    +	movups		`32+16*($k+1)-112`($key),$rndkey[0]
    +	aesenc		$rndkey[1],$iv
    +	je		.Laesenclast$sn
    +	movups		`32+16*($k+2)-112`($key),$rndkey[1]
    +	aesenc		$rndkey[0],$iv
    +	movups		`32+16*($k+3)-112`($key),$rndkey[0]
    +	aesenc		$rndkey[1],$iv
    +.Laesenclast$sn:
    +	aesenclast	$rndkey[0],$iv
    +	movups		16-112($key),$rndkey[1]		# forward reference
    +	nop
    +___
    +    } else {
    +      $code.=<<___;
    +	movups		`32+16*$k-112`($key),$rndkey[1]
    +	aesenc		$rndkey[0],$iv
    +___
    +    }
    +    $r++;	unshift(@rndkey,pop(@rndkey));
    +};
    +
    +if ($shaext) {
    +my $Tbl="%rax";
    +
    +$code.=<<___;
    +.type	${func}_shaext,\@function,6
    +.align	32
    +${func}_shaext:
    +	mov	`($win64?56:8)`(%rsp),$inp	# load 7th argument
    +___
    +$code.=<<___ if ($win64);
    +	lea	`-8-10*16`(%rsp),%rsp
    +	movaps	%xmm6,-8-10*16(%rax)
    +	movaps	%xmm7,-8-9*16(%rax)
    +	movaps	%xmm8,-8-8*16(%rax)
    +	movaps	%xmm9,-8-7*16(%rax)
    +	movaps	%xmm10,-8-6*16(%rax)
    +	movaps	%xmm11,-8-5*16(%rax)
    +	movaps	%xmm12,-8-4*16(%rax)
    +	movaps	%xmm13,-8-3*16(%rax)
    +	movaps	%xmm14,-8-2*16(%rax)
    +	movaps	%xmm15,-8-1*16(%rax)
    +.Lprologue_shaext:
    +___
    +$code.=<<___;
    +	lea		K256+0x80(%rip),$Tbl
    +	movdqu		($ctx),$ABEF		# DCBA
    +	movdqu		16($ctx),$CDGH		# HGFE
    +	movdqa		0x200-0x80($Tbl),$TMP	# byte swap mask
    +
    +	mov		240($key),$rounds
    +	sub		$in0,$out
    +	movups		($key),$rndkey0		# $key[0]
    +	movups		16($key),$rndkey[0]	# forward reference
    +	lea		112($key),$key		# size optimization
    +
    +	pshufd		\$0x1b,$ABEF,$Wi	# ABCD
    +	pshufd		\$0xb1,$ABEF,$ABEF	# CDAB
    +	pshufd		\$0x1b,$CDGH,$CDGH	# EFGH
    +	movdqa		$TMP,$BSWAP		# offload
    +	palignr		\$8,$CDGH,$ABEF		# ABEF
    +	punpcklqdq	$Wi,$CDGH		# CDGH
    +
    +	jmp	.Loop_shaext
    +
    +.align	16
    +.Loop_shaext:
    +	movdqu		($inp),@MSG[0]
    +	movdqu		0x10($inp),@MSG[1]
    +	movdqu		0x20($inp),@MSG[2]
    +	pshufb		$TMP,@MSG[0]
    +	movdqu		0x30($inp),@MSG[3]
    +
    +	movdqa		0*32-0x80($Tbl),$Wi
    +	paddd		@MSG[0],$Wi
    +	pshufb		$TMP,@MSG[1]
    +	movdqa		$CDGH,$CDGH_SAVE	# offload
    +	movdqa		$ABEF,$ABEF_SAVE	# offload
    +___
    +	&$aesenc();
    +$code.=<<___;
    +	sha256rnds2	$ABEF,$CDGH		# 0-3
    +	pshufd		\$0x0e,$Wi,$Wi
    +___
    +	&$aesenc();
    +$code.=<<___;
    +	sha256rnds2	$CDGH,$ABEF
    +
    +	movdqa		1*32-0x80($Tbl),$Wi
    +	paddd		@MSG[1],$Wi
    +	pshufb		$TMP,@MSG[2]
    +	lea		0x40($inp),$inp
    +___
    +	&$aesenc();
    +$code.=<<___;
    +	sha256rnds2	$ABEF,$CDGH		# 4-7
    +	pshufd		\$0x0e,$Wi,$Wi
    +___
    +	&$aesenc();
    +$code.=<<___;
    +	sha256rnds2	$CDGH,$ABEF
    +
    +	movdqa		2*32-0x80($Tbl),$Wi
    +	paddd		@MSG[2],$Wi
    +	pshufb		$TMP,@MSG[3]
    +	sha256msg1	@MSG[1],@MSG[0]
    +___
    +	&$aesenc();
    +$code.=<<___;
    +	sha256rnds2	$ABEF,$CDGH		# 8-11
    +	pshufd		\$0x0e,$Wi,$Wi
    +	movdqa		@MSG[3],$TMP
    +	palignr		\$4,@MSG[2],$TMP
    +	paddd		$TMP,@MSG[0]
    +___
    +	&$aesenc();
    +$code.=<<___;
    +	sha256rnds2	$CDGH,$ABEF
    +
    +	movdqa		3*32-0x80($Tbl),$Wi
    +	paddd		@MSG[3],$Wi
    +	sha256msg2	@MSG[3],@MSG[0]
    +	sha256msg1	@MSG[2],@MSG[1]
    +___
    +	&$aesenc();
    +$code.=<<___;
    +	sha256rnds2	$ABEF,$CDGH		# 12-15
    +	pshufd		\$0x0e,$Wi,$Wi
    +___
    +	&$aesenc();
    +$code.=<<___;
    +	movdqa		@MSG[0],$TMP
    +	palignr		\$4,@MSG[3],$TMP
    +	paddd		$TMP,@MSG[1]
    +	sha256rnds2	$CDGH,$ABEF
    +___
    +for($i=4;$i<16-3;$i++) {
    +	&$aesenc()	if (($r%10)==0);
    +$code.=<<___;
    +	movdqa		$i*32-0x80($Tbl),$Wi
    +	paddd		@MSG[0],$Wi
    +	sha256msg2	@MSG[0],@MSG[1]
    +	sha256msg1	@MSG[3],@MSG[2]
    +___
    +	&$aesenc();
    +$code.=<<___;
    +	sha256rnds2	$ABEF,$CDGH		# 16-19...
    +	pshufd		\$0x0e,$Wi,$Wi
    +	movdqa		@MSG[1],$TMP
    +	palignr		\$4,@MSG[0],$TMP
    +	paddd		$TMP,@MSG[2]
    +___
    +	&$aesenc();
    +	&$aesenc()	if ($r==19);
    +$code.=<<___;
    +	sha256rnds2	$CDGH,$ABEF
    +___
    +	push(@MSG,shift(@MSG));
    +}
    +$code.=<<___;
    +	movdqa		13*32-0x80($Tbl),$Wi
    +	paddd		@MSG[0],$Wi
    +	sha256msg2	@MSG[0],@MSG[1]
    +	sha256msg1	@MSG[3],@MSG[2]
    +___
    +	&$aesenc();
    +$code.=<<___;
    +	sha256rnds2	$ABEF,$CDGH		# 52-55
    +	pshufd		\$0x0e,$Wi,$Wi
    +	movdqa		@MSG[1],$TMP
    +	palignr		\$4,@MSG[0],$TMP
    +	paddd		$TMP,@MSG[2]
    +___
    +	&$aesenc();
    +	&$aesenc();
    +$code.=<<___;
    +	sha256rnds2	$CDGH,$ABEF
    +
    +	movdqa		14*32-0x80($Tbl),$Wi
    +	paddd		@MSG[1],$Wi
    +	sha256msg2	@MSG[1],@MSG[2]
    +	movdqa		$BSWAP,$TMP
    +___
    +	&$aesenc();
    +$code.=<<___;
    +	sha256rnds2	$ABEF,$CDGH		# 56-59
    +	pshufd		\$0x0e,$Wi,$Wi
    +___
    +	&$aesenc();
    +$code.=<<___;
    +	sha256rnds2	$CDGH,$ABEF
    +
    +	movdqa		15*32-0x80($Tbl),$Wi
    +	paddd		@MSG[2],$Wi
    +___
    +	&$aesenc();
    +	&$aesenc();
    +$code.=<<___;
    +	sha256rnds2	$ABEF,$CDGH		# 60-63
    +	pshufd		\$0x0e,$Wi,$Wi
    +___
    +	&$aesenc();
    +$code.=<<___;
    +	sha256rnds2	$CDGH,$ABEF
    +	#pxor		$CDGH,$rndkey0		# black magic
    +___
    +	while ($r<40)	{ &$aesenc(); }		# remaining aesenc's
    +$code.=<<___;
    +	#xorps		$CDGH,$rndkey0		# black magic
    +	paddd		$CDGH_SAVE,$CDGH
    +	paddd		$ABEF_SAVE,$ABEF
    +
    +	dec		$len
    +	movups		$iv,48($out,$in0)	# write output
    +	lea		64($in0),$in0
    +	jnz		.Loop_shaext
    +
    +	pshufd		\$0xb1,$CDGH,$CDGH	# DCHG
    +	pshufd		\$0x1b,$ABEF,$TMP	# FEBA
    +	pshufd		\$0xb1,$ABEF,$ABEF	# BAFE
    +	punpckhqdq	$CDGH,$ABEF		# DCBA
    +	palignr		\$8,$TMP,$CDGH		# HGFE
    +
    +	movups		$iv,($ivp)		# write IV
    +	movdqu		$ABEF,($ctx)
    +	movdqu		$CDGH,16($ctx)
    +___
    +$code.=<<___ if ($win64);
    +	movaps	0*16(%rsp),%xmm6
    +	movaps	1*16(%rsp),%xmm7
    +	movaps	2*16(%rsp),%xmm8
    +	movaps	3*16(%rsp),%xmm9
    +	movaps	4*16(%rsp),%xmm10
    +	movaps	5*16(%rsp),%xmm11
    +	movaps	6*16(%rsp),%xmm12
    +	movaps	7*16(%rsp),%xmm13
    +	movaps	8*16(%rsp),%xmm14
    +	movaps	9*16(%rsp),%xmm15
    +	lea	8+10*16(%rsp),%rsp
    +.Lepilogue_shaext:
    +___
    +$code.=<<___;
    +	ret
    +.size	${func}_shaext,.-${func}_shaext
    +___
    +}
    +}}}}}
    +
    +# EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame,
    +#		CONTEXT *context,DISPATCHER_CONTEXT *disp)
    +if ($win64) {
    +$rec="%rcx";
    +$frame="%rdx";
    +$context="%r8";
    +$disp="%r9";
    +
    +$code.=<<___ if ($avx);
    +.extern	__imp_RtlVirtualUnwind
    +.type	se_handler,\@abi-omnipotent
    +.align	16
    +se_handler:
    +	push	%rsi
    +	push	%rdi
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +	pushfq
    +	sub	\$64,%rsp
    +
    +	mov	120($context),%rax	# pull context->Rax
    +	mov	248($context),%rbx	# pull context->Rip
    +
    +	mov	8($disp),%rsi		# disp->ImageBase
    +	mov	56($disp),%r11		# disp->HanderlData
    +
    +	mov	0(%r11),%r10d		# HandlerData[0]
    +	lea	(%rsi,%r10),%r10	# prologue label
    +	cmp	%r10,%rbx		# context->RipRsp
    +
    +	mov	4(%r11),%r10d		# HandlerData[1]
    +	lea	(%rsi,%r10),%r10	# epilogue label
    +	cmp	%r10,%rbx		# context->Rip>=epilogue label
    +	jae	.Lin_prologue
    +___
    +$code.=<<___ if ($shaext);
    +	lea	aesni_cbc_sha256_enc_shaext(%rip),%r10
    +	cmp	%r10,%rbx
    +	jb	.Lnot_in_shaext
    +
    +	lea	(%rax),%rsi
    +	lea	512($context),%rdi	# &context.Xmm6
    +	mov	\$20,%ecx
    +	.long	0xa548f3fc		# cld; rep movsq
    +	lea	168(%rax),%rax		# adjust stack pointer
    +	jmp	.Lin_prologue
    +.Lnot_in_shaext:
    +___
    +$code.=<<___ if ($avx>1);
    +	lea	.Lavx2_shortcut(%rip),%r10
    +	cmp	%r10,%rbx		# context->RipRbx
    +	mov	%rbp,160($context)	# restore context->Rbp
    +	mov	%r12,216($context)	# restore context->R12
    +	mov	%r13,224($context)	# restore context->R13
    +	mov	%r14,232($context)	# restore context->R14
    +	mov	%r15,240($context)	# restore context->R15
    +
    +	lea	16*$SZ+8*8(%rsi),%rsi	# Xmm6- save area
    +	lea	512($context),%rdi	# &context.Xmm6
    +	mov	\$20,%ecx
    +	.long	0xa548f3fc		# cld; rep movsq
    +
    +.Lin_prologue:
    +	mov	8(%rax),%rdi
    +	mov	16(%rax),%rsi
    +	mov	%rax,152($context)	# restore context->Rsp
    +	mov	%rsi,168($context)	# restore context->Rsi
    +	mov	%rdi,176($context)	# restore context->Rdi
    +
    +	mov	40($disp),%rdi		# disp->ContextRecord
    +	mov	$context,%rsi		# context
    +	mov	\$154,%ecx		# sizeof(CONTEXT)
    +	.long	0xa548f3fc		# cld; rep movsq
    +
    +	mov	$disp,%rsi
    +	xor	%rcx,%rcx		# arg1, UNW_FLAG_NHANDLER
    +	mov	8(%rsi),%rdx		# arg2, disp->ImageBase
    +	mov	0(%rsi),%r8		# arg3, disp->ControlPc
    +	mov	16(%rsi),%r9		# arg4, disp->FunctionEntry
    +	mov	40(%rsi),%r10		# disp->ContextRecord
    +	lea	56(%rsi),%r11		# &disp->HandlerData
    +	lea	24(%rsi),%r12		# &disp->EstablisherFrame
    +	mov	%r10,32(%rsp)		# arg5
    +	mov	%r11,40(%rsp)		# arg6
    +	mov	%r12,48(%rsp)		# arg7
    +	mov	%rcx,56(%rsp)		# arg8, (NULL)
    +	call	*__imp_RtlVirtualUnwind(%rip)
    +
    +	mov	\$1,%eax		# ExceptionContinueSearch
    +	add	\$64,%rsp
    +	popfq
    +	pop	%r15
    +	pop	%r14
    +	pop	%r13
    +	pop	%r12
    +	pop	%rbp
    +	pop	%rbx
    +	pop	%rdi
    +	pop	%rsi
    +	ret
    +.size	se_handler,.-se_handler
    +
    +.section	.pdata
    +	.rva	.LSEH_begin_${func}_xop
    +	.rva	.LSEH_end_${func}_xop
    +	.rva	.LSEH_info_${func}_xop
    +
    +	.rva	.LSEH_begin_${func}_avx
    +	.rva	.LSEH_end_${func}_avx
    +	.rva	.LSEH_info_${func}_avx
    +___
    +$code.=<<___ if ($avx>1);
    +	.rva	.LSEH_begin_${func}_avx2
    +	.rva	.LSEH_end_${func}_avx2
    +	.rva	.LSEH_info_${func}_avx2
    +___
    +$code.=<<___ if ($shaext);
    +	.rva	.LSEH_begin_${func}_shaext
    +	.rva	.LSEH_end_${func}_shaext
    +	.rva	.LSEH_info_${func}_shaext
    +___
    +$code.=<<___ if ($avx);
    +.section	.xdata
    +.align	8
    +.LSEH_info_${func}_xop:
    +	.byte	9,0,0,0
    +	.rva	se_handler
    +	.rva	.Lprologue_xop,.Lepilogue_xop		# HandlerData[]
    +
    +.LSEH_info_${func}_avx:
    +	.byte	9,0,0,0
    +	.rva	se_handler
    +	.rva	.Lprologue_avx,.Lepilogue_avx		# HandlerData[]
    +___
    +$code.=<<___ if ($avx>1);
    +.LSEH_info_${func}_avx2:
    +	.byte	9,0,0,0
    +	.rva	se_handler
    +	.rva	.Lprologue_avx2,.Lepilogue_avx2		# HandlerData[]
    +___
    +$code.=<<___ if ($shaext);
    +.LSEH_info_${func}_shaext:
    +	.byte	9,0,0,0
    +	.rva	se_handler
    +	.rva	.Lprologue_shaext,.Lepilogue_shaext	# HandlerData[]
    +___
    +}
    +
    +####################################################################
    +sub rex {
    +  local *opcode=shift;
    +  my ($dst,$src)=@_;
    +  my $rex=0;
    +
    +    $rex|=0x04			if($dst>=8);
    +    $rex|=0x01			if($src>=8);
    +    unshift @opcode,$rex|0x40	if($rex);
    +}
    +
    +{
    +  my %opcodelet = (
    +		"sha256rnds2" => 0xcb,
    +  		"sha256msg1"  => 0xcc,
    +		"sha256msg2"  => 0xcd	);
    +
    +  sub sha256op38 {
    +    my $instr = shift;
    +
    +    if (defined($opcodelet{$instr}) && @_[0] =~ /%xmm([0-9]+),\s*%xmm([0-9]+)/) {
    +      my @opcode=(0x0f,0x38);
    +	rex(\@opcode,$2,$1);
    +	push @opcode,$opcodelet{$instr};
    +	push @opcode,0xc0|($1&7)|(($2&7)<<3);		# ModR/M
    +	return ".byte\t".join(',',@opcode);
    +    } else {
    +	return $instr."\t".@_[0];
    +    }
    +  }
    +}
    +
    +$code =~ s/\`([^\`]*)\`/eval $1/gem;
    +$code =~ s/\b(sha256[^\s]*)\s+(.*)/sha256op38($1,$2)/gem;
    +print $code;
    +close STDOUT;
    diff --git a/openssl/crypto/aes/asm/aesni-x86.pl b/openssl/crypto/aes/asm/aesni-x86.pl
    index 3dc345b58..3deb86aed 100644
    --- a/openssl/crypto/aes/asm/aesni-x86.pl
    +++ b/openssl/crypto/aes/asm/aesni-x86.pl
    @@ -1,7 +1,7 @@
     #!/usr/bin/env perl
     
     # ====================================================================
    -# Written by Andy Polyakov  for the OpenSSL
    +# Written by Andy Polyakov  for the OpenSSL
     # project. The module is, however, dual licensed under OpenSSL and
     # CRYPTOGAMS licenses depending on where you obtain it. For further
     # details see http://www.openssl.org/~appro/cryptogams/.
    @@ -43,6 +43,17 @@
     # Add aesni_xts_[en|de]crypt. Westmere spends 1.50 cycles processing
     # one byte out of 8KB with 128-bit key, Sandy Bridge - 1.09.
     
    +######################################################################
    +# Current large-block performance in cycles per byte processed with
    +# 128-bit key (less is better).
    +#
    +#		CBC en-/decrypt	CTR	XTS	ECB
    +# Westmere	3.77/1.37	1.37	1.52	1.27
    +# * Bridge	5.07/0.98	0.99	1.09	0.91
    +# Haswell	4.44/0.80	0.97	1.03	0.72
    +# Atom		5.77/3.56	3.67	4.03	3.46
    +# Bulldozer	5.80/0.98	1.05	1.24	0.93
    +
     $PREFIX="aesni";	# if $PREFIX is set to "AES", the script
     			# generates drop-in replacement for
     			# crypto/aes/asm/aes-586.pl:-)
    @@ -54,8 +65,8 @@ require "x86asm.pl";
     
     &asm_init($ARGV[0],$0);
     
    -if ($PREFIX eq "aesni")	{ $movekey=*movups; }
    -else			{ $movekey=*movups; }
    +if ($PREFIX eq "aesni")	{ $movekey=\&movups; }
    +else			{ $movekey=\&movups; }
     
     $len="eax";
     $rounds="ecx";
    @@ -196,37 +207,71 @@ sub aesni_generate1	# fully unrolled loop
     # every *2nd* cycle. Thus 3x interleave was the one providing optimal
     # utilization, i.e. when subroutine's throughput is virtually same as
     # of non-interleaved subroutine [for number of input blocks up to 3].
    -# This is why it makes no sense to implement 2x subroutine.
    -# aes[enc|dec] latency in next processor generation is 8, but the
    -# instructions can be scheduled every cycle. Optimal interleave for
    -# new processor is therefore 8x, but it's unfeasible to accommodate it
    -# in XMM registers addreassable in 32-bit mode and therefore 6x is
    -# used instead...
    +# This is why it originally made no sense to implement 2x subroutine.
    +# But times change and it became appropriate to spend extra 192 bytes
    +# on 2x subroutine on Atom Silvermont account. For processors that
    +# can schedule aes[enc|dec] every cycle optimal interleave factor
    +# equals to corresponding instructions latency. 8x is optimal for
    +# * Bridge, but it's unfeasible to accommodate such implementation
    +# in XMM registers addreassable in 32-bit mode and therefore maximum
    +# of 6x is used instead...
    +
    +sub aesni_generate2
    +{ my $p=shift;
    +
    +    &function_begin_B("_aesni_${p}rypt2");
    +	&$movekey	($rndkey0,&QWP(0,$key));
    +	&shl		($rounds,4);
    +	&$movekey	($rndkey1,&QWP(16,$key));
    +	&xorps		($inout0,$rndkey0);
    +	&pxor		($inout1,$rndkey0);
    +	&$movekey	($rndkey0,&QWP(32,$key));
    +	&lea		($key,&DWP(32,$key,$rounds));
    +	&neg		($rounds);
    +	&add		($rounds,16);
    +
    +    &set_label("${p}2_loop");
    +	eval"&aes${p}	($inout0,$rndkey1)";
    +	eval"&aes${p}	($inout1,$rndkey1)";
    +	&$movekey	($rndkey1,&QWP(0,$key,$rounds));
    +	&add		($rounds,32);
    +	eval"&aes${p}	($inout0,$rndkey0)";
    +	eval"&aes${p}	($inout1,$rndkey0)";
    +	&$movekey	($rndkey0,&QWP(-16,$key,$rounds));
    +	&jnz		(&label("${p}2_loop"));
    +    eval"&aes${p}	($inout0,$rndkey1)";
    +    eval"&aes${p}	($inout1,$rndkey1)";
    +    eval"&aes${p}last	($inout0,$rndkey0)";
    +    eval"&aes${p}last	($inout1,$rndkey0)";
    +    &ret();
    +    &function_end_B("_aesni_${p}rypt2");
    +}
     
     sub aesni_generate3
     { my $p=shift;
     
         &function_begin_B("_aesni_${p}rypt3");
     	&$movekey	($rndkey0,&QWP(0,$key));
    -	&shr		($rounds,1);
    +	&shl		($rounds,4);
     	&$movekey	($rndkey1,&QWP(16,$key));
    -	&lea		($key,&DWP(32,$key));
     	&xorps		($inout0,$rndkey0);
     	&pxor		($inout1,$rndkey0);
     	&pxor		($inout2,$rndkey0);
    -	&$movekey	($rndkey0,&QWP(0,$key));
    +	&$movekey	($rndkey0,&QWP(32,$key));
    +	&lea		($key,&DWP(32,$key,$rounds));
    +	&neg		($rounds);
    +	&add		($rounds,16);
     
         &set_label("${p}3_loop");
     	eval"&aes${p}	($inout0,$rndkey1)";
     	eval"&aes${p}	($inout1,$rndkey1)";
    -	&dec		($rounds);
     	eval"&aes${p}	($inout2,$rndkey1)";
    -	&$movekey	($rndkey1,&QWP(16,$key));
    +	&$movekey	($rndkey1,&QWP(0,$key,$rounds));
    +	&add		($rounds,32);
     	eval"&aes${p}	($inout0,$rndkey0)";
     	eval"&aes${p}	($inout1,$rndkey0)";
    -	&lea		($key,&DWP(32,$key));
     	eval"&aes${p}	($inout2,$rndkey0)";
    -	&$movekey	($rndkey0,&QWP(0,$key));
    +	&$movekey	($rndkey0,&QWP(-16,$key,$rounds));
     	&jnz		(&label("${p}3_loop"));
         eval"&aes${p}	($inout0,$rndkey1)";
         eval"&aes${p}	($inout1,$rndkey1)";
    @@ -248,27 +293,29 @@ sub aesni_generate4
         &function_begin_B("_aesni_${p}rypt4");
     	&$movekey	($rndkey0,&QWP(0,$key));
     	&$movekey	($rndkey1,&QWP(16,$key));
    -	&shr		($rounds,1);
    -	&lea		($key,&DWP(32,$key));
    +	&shl		($rounds,4);
     	&xorps		($inout0,$rndkey0);
     	&pxor		($inout1,$rndkey0);
     	&pxor		($inout2,$rndkey0);
     	&pxor		($inout3,$rndkey0);
    -	&$movekey	($rndkey0,&QWP(0,$key));
    +	&$movekey	($rndkey0,&QWP(32,$key));
    +	&lea		($key,&DWP(32,$key,$rounds));
    +	&neg		($rounds);
    +	&data_byte	(0x0f,0x1f,0x40,0x00);
    +	&add		($rounds,16);
     
         &set_label("${p}4_loop");
     	eval"&aes${p}	($inout0,$rndkey1)";
     	eval"&aes${p}	($inout1,$rndkey1)";
    -	&dec		($rounds);
     	eval"&aes${p}	($inout2,$rndkey1)";
     	eval"&aes${p}	($inout3,$rndkey1)";
    -	&$movekey	($rndkey1,&QWP(16,$key));
    +	&$movekey	($rndkey1,&QWP(0,$key,$rounds));
    +	&add		($rounds,32);
     	eval"&aes${p}	($inout0,$rndkey0)";
     	eval"&aes${p}	($inout1,$rndkey0)";
    -	&lea		($key,&DWP(32,$key));
     	eval"&aes${p}	($inout2,$rndkey0)";
     	eval"&aes${p}	($inout3,$rndkey0)";
    -	&$movekey	($rndkey0,&QWP(0,$key));
    +	&$movekey	($rndkey0,&QWP(-16,$key,$rounds));
         &jnz		(&label("${p}4_loop"));
     
         eval"&aes${p}	($inout0,$rndkey1)";
    @@ -289,43 +336,43 @@ sub aesni_generate6
         &function_begin_B("_aesni_${p}rypt6");
         &static_label("_aesni_${p}rypt6_enter");
     	&$movekey	($rndkey0,&QWP(0,$key));
    -	&shr		($rounds,1);
    +	&shl		($rounds,4);
     	&$movekey	($rndkey1,&QWP(16,$key));
    -	&lea		($key,&DWP(32,$key));
     	&xorps		($inout0,$rndkey0);
     	&pxor		($inout1,$rndkey0);	# pxor does better here
    -	eval"&aes${p}	($inout0,$rndkey1)";
     	&pxor		($inout2,$rndkey0);
    -	eval"&aes${p}	($inout1,$rndkey1)";
    +	eval"&aes${p}	($inout0,$rndkey1)";
     	&pxor		($inout3,$rndkey0);
    -	&dec		($rounds);
    -	eval"&aes${p}	($inout2,$rndkey1)";
     	&pxor		($inout4,$rndkey0);
    -	eval"&aes${p}	($inout3,$rndkey1)";
    +	eval"&aes${p}	($inout1,$rndkey1)";
    +	&lea		($key,&DWP(32,$key,$rounds));
    +	&neg		($rounds);
    +	eval"&aes${p}	($inout2,$rndkey1)";
     	&pxor		($inout5,$rndkey0);
    +	&add		($rounds,16);
    +	eval"&aes${p}	($inout3,$rndkey1)";
     	eval"&aes${p}	($inout4,$rndkey1)";
    -	&$movekey	($rndkey0,&QWP(0,$key));
     	eval"&aes${p}	($inout5,$rndkey1)";
    +	&$movekey	($rndkey0,&QWP(-16,$key,$rounds));
     	&jmp		(&label("_aesni_${p}rypt6_enter"));
     
         &set_label("${p}6_loop",16);
     	eval"&aes${p}	($inout0,$rndkey1)";
     	eval"&aes${p}	($inout1,$rndkey1)";
    -	&dec		($rounds);
     	eval"&aes${p}	($inout2,$rndkey1)";
     	eval"&aes${p}	($inout3,$rndkey1)";
     	eval"&aes${p}	($inout4,$rndkey1)";
     	eval"&aes${p}	($inout5,$rndkey1)";
    -    &set_label("_aesni_${p}rypt6_enter",16);
    -	&$movekey	($rndkey1,&QWP(16,$key));
    +    &set_label("_aesni_${p}rypt6_enter");
    +	&$movekey	($rndkey1,&QWP(0,$key,$rounds));
    +	&add		($rounds,32);
     	eval"&aes${p}	($inout0,$rndkey0)";
     	eval"&aes${p}	($inout1,$rndkey0)";
    -	&lea		($key,&DWP(32,$key));
     	eval"&aes${p}	($inout2,$rndkey0)";
     	eval"&aes${p}	($inout3,$rndkey0)";
     	eval"&aes${p}	($inout4,$rndkey0)";
     	eval"&aes${p}	($inout5,$rndkey0)";
    -	&$movekey	($rndkey0,&QWP(0,$key));
    +	&$movekey	($rndkey0,&QWP(-16,$key,$rounds));
         &jnz		(&label("${p}6_loop"));
     
         eval"&aes${p}	($inout0,$rndkey1)";
    @@ -343,6 +390,8 @@ sub aesni_generate6
         &ret();
         &function_end_B("_aesni_${p}rypt6");
     }
    +&aesni_generate2("enc") if ($PREFIX eq "aesni");
    +&aesni_generate2("dec");
     &aesni_generate3("enc") if ($PREFIX eq "aesni");
     &aesni_generate3("dec");
     &aesni_generate4("enc") if ($PREFIX eq "aesni");
    @@ -446,8 +495,7 @@ if ($PREFIX eq "aesni") {
     	&jmp	(&label("ecb_ret"));
     
     &set_label("ecb_enc_two",16);
    -	&xorps	($inout2,$inout2);
    -	&call	("_aesni_encrypt3");
    +	&call	("_aesni_encrypt2");
     	&movups	(&QWP(0,$out),$inout0);
     	&movups	(&QWP(0x10,$out),$inout1);
     	&jmp	(&label("ecb_ret"));
    @@ -547,8 +595,7 @@ if ($PREFIX eq "aesni") {
     	&jmp	(&label("ecb_ret"));
     
     &set_label("ecb_dec_two",16);
    -	&xorps	($inout2,$inout2);
    -	&call	("_aesni_decrypt3");
    +	&call	("_aesni_decrypt2");
     	&movups	(&QWP(0,$out),$inout0);
     	&movups	(&QWP(0x10,$out),$inout1);
     	&jmp	(&label("ecb_ret"));
    @@ -610,11 +657,13 @@ if ($PREFIX eq "aesni") {
     	&mov	(&DWP(24,"esp"),$key_);
     	&mov	(&DWP(28,"esp"),$key_);
     
    -	&shr	($rounds,1);
    +	&shl	($rounds,4);
    +	&mov	($rounds_,16);
     	&lea	($key_,&DWP(0,$key));
     	&movdqa	($inout3,&QWP(0,"esp"));
     	&movdqa	($inout0,$ivec);
    -	&mov	($rounds_,$rounds);
    +	&lea	($key,&DWP(32,$key,$rounds));
    +	&sub	($rounds_,$rounds);
     	&pshufb	($ivec,$inout3);
     
     &set_label("ccm64_enc_outer");
    @@ -625,33 +674,31 @@ if ($PREFIX eq "aesni") {
     	&xorps		($inout0,$rndkey0);
     	&$movekey	($rndkey1,&QWP(16,$key_));
     	&xorps		($rndkey0,$in0);
    -	&lea		($key,&DWP(32,$key_));
     	&xorps		($cmac,$rndkey0);		# cmac^=inp
    -	&$movekey	($rndkey0,&QWP(0,$key));
    +	&$movekey	($rndkey0,&QWP(32,$key_));
     
     &set_label("ccm64_enc2_loop");
     	&aesenc		($inout0,$rndkey1);
    -	&dec		($rounds);
     	&aesenc		($cmac,$rndkey1);
    -	&$movekey	($rndkey1,&QWP(16,$key));
    +	&$movekey	($rndkey1,&QWP(0,$key,$rounds));
    +	&add		($rounds,32);
     	&aesenc		($inout0,$rndkey0);
    -	&lea		($key,&DWP(32,$key));
     	&aesenc		($cmac,$rndkey0);
    -	&$movekey	($rndkey0,&QWP(0,$key));
    +	&$movekey	($rndkey0,&QWP(-16,$key,$rounds));
     	&jnz		(&label("ccm64_enc2_loop"));
     	&aesenc		($inout0,$rndkey1);
     	&aesenc		($cmac,$rndkey1);
     	&paddq		($ivec,&QWP(16,"esp"));
    +	&dec		($len);
     	&aesenclast	($inout0,$rndkey0);
     	&aesenclast	($cmac,$rndkey0);
     
    -	&dec	($len);
     	&lea	($inp,&DWP(16,$inp));
     	&xorps	($in0,$inout0);			# inp^=E(ivec)
     	&movdqa	($inout0,$ivec);
     	&movups	(&QWP(0,$out),$in0);		# save output
    -	&lea	($out,&DWP(16,$out));
     	&pshufb	($inout0,$inout3);
    +	&lea	($out,&DWP(16,$out));
     	&jnz	(&label("ccm64_enc_outer"));
     
     	&mov	("esp",&DWP(48,"esp"));
    @@ -700,15 +747,19 @@ if ($PREFIX eq "aesni") {
     	{   &aesni_inline_generate1("enc");	}
     	else
     	{   &call	("_aesni_encrypt1");	}
    +	&shl	($rounds_,4);
    +	&mov	($rounds,16);
     	&movups	($in0,&QWP(0,$inp));		# load inp
     	&paddq	($ivec,&QWP(16,"esp"));
     	&lea	($inp,&QWP(16,$inp));
    +	&sub	($rounds,$rounds_);
    +	&lea	($key,&DWP(32,$key_,$rounds_));
    +	&mov	($rounds_,$rounds);
     	&jmp	(&label("ccm64_dec_outer"));
     
     &set_label("ccm64_dec_outer",16);
     	&xorps	($in0,$inout0);			# inp ^= E(ivec)
     	&movdqa	($inout0,$ivec);
    -	&mov	($rounds,$rounds_);
     	&movups	(&QWP(0,$out),$in0);		# save output
     	&lea	($out,&DWP(16,$out));
     	&pshufb	($inout0,$inout3);
    @@ -717,34 +768,33 @@ if ($PREFIX eq "aesni") {
     	&jz	(&label("ccm64_dec_break"));
     
     	&$movekey	($rndkey0,&QWP(0,$key_));
    -	&shr		($rounds,1);
    +	&mov		($rounds,$rounds_);
     	&$movekey	($rndkey1,&QWP(16,$key_));
     	&xorps		($in0,$rndkey0);
    -	&lea		($key,&DWP(32,$key_));
     	&xorps		($inout0,$rndkey0);
     	&xorps		($cmac,$in0);		# cmac^=out
    -	&$movekey	($rndkey0,&QWP(0,$key));
    +	&$movekey	($rndkey0,&QWP(32,$key_));
     
     &set_label("ccm64_dec2_loop");
     	&aesenc		($inout0,$rndkey1);
    -	&dec		($rounds);
     	&aesenc		($cmac,$rndkey1);
    -	&$movekey	($rndkey1,&QWP(16,$key));
    +	&$movekey	($rndkey1,&QWP(0,$key,$rounds));
    +	&add		($rounds,32);
     	&aesenc		($inout0,$rndkey0);
    -	&lea		($key,&DWP(32,$key));
     	&aesenc		($cmac,$rndkey0);
    -	&$movekey	($rndkey0,&QWP(0,$key));
    +	&$movekey	($rndkey0,&QWP(-16,$key,$rounds));
     	&jnz		(&label("ccm64_dec2_loop"));
     	&movups		($in0,&QWP(0,$inp));	# load inp
     	&paddq		($ivec,&QWP(16,"esp"));
     	&aesenc		($inout0,$rndkey1);
     	&aesenc		($cmac,$rndkey1);
    -	&lea		($inp,&QWP(16,$inp));
     	&aesenclast	($inout0,$rndkey0);
     	&aesenclast	($cmac,$rndkey0);
    +	&lea		($inp,&QWP(16,$inp));
     	&jmp	(&label("ccm64_dec_outer"));
     
     &set_label("ccm64_dec_break",16);
    +	&mov	($rounds,&DWP(240,$key_));
     	&mov	($key,$key_);
     	if ($inline)
     	{   &aesni_inline_generate1("enc",$cmac,$in0);	}
    @@ -763,7 +813,7 @@ if ($PREFIX eq "aesni") {
     #                         const char *ivec);
     #
     # Handles only complete blocks, operates on 32-bit counter and
    -# does not update *ivec! (see engine/eng_aesni.c for details)
    +# does not update *ivec! (see crypto/modes/ctr128.c for details)
     #
     # stack layout:
     #	0	pshufb mask
    @@ -810,66 +860,61 @@ if ($PREFIX eq "aesni") {
     
     	# compose 2 vectors of 3x32-bit counters
     	&bswap	($rounds_);
    -	&pxor	($rndkey1,$rndkey1);
     	&pxor	($rndkey0,$rndkey0);
    +	&pxor	($rndkey1,$rndkey1);
     	&movdqa	($inout0,&QWP(0,"esp"));	# load byte-swap mask
    -	&pinsrd	($rndkey1,$rounds_,0);
    +	&pinsrd	($rndkey0,$rounds_,0);
     	&lea	($key_,&DWP(3,$rounds_));
    -	&pinsrd	($rndkey0,$key_,0);
    +	&pinsrd	($rndkey1,$key_,0);
     	&inc	($rounds_);
    -	&pinsrd	($rndkey1,$rounds_,1);
    +	&pinsrd	($rndkey0,$rounds_,1);
     	&inc	($key_);
    -	&pinsrd	($rndkey0,$key_,1);
    +	&pinsrd	($rndkey1,$key_,1);
     	&inc	($rounds_);
    -	&pinsrd	($rndkey1,$rounds_,2);
    +	&pinsrd	($rndkey0,$rounds_,2);
     	&inc	($key_);
    -	&pinsrd	($rndkey0,$key_,2);
    -	&movdqa	(&QWP(48,"esp"),$rndkey1);	# save 1st triplet
    -	&pshufb	($rndkey1,$inout0);		# byte swap
    -	&movdqa	(&QWP(64,"esp"),$rndkey0);	# save 2nd triplet
    +	&pinsrd	($rndkey1,$key_,2);
    +	&movdqa	(&QWP(48,"esp"),$rndkey0);	# save 1st triplet
     	&pshufb	($rndkey0,$inout0);		# byte swap
    +	&movdqu	($inout4,&QWP(0,$key));		# key[0]
    +	&movdqa	(&QWP(64,"esp"),$rndkey1);	# save 2nd triplet
    +	&pshufb	($rndkey1,$inout0);		# byte swap
     
    -	&pshufd	($inout0,$rndkey1,3<<6);	# place counter to upper dword
    -	&pshufd	($inout1,$rndkey1,2<<6);
    +	&pshufd	($inout0,$rndkey0,3<<6);	# place counter to upper dword
    +	&pshufd	($inout1,$rndkey0,2<<6);
     	&cmp	($len,6);
     	&jb	(&label("ctr32_tail"));
    -	&movdqa	(&QWP(32,"esp"),$inout5);	# save counter-less ivec
    -	&shr	($rounds,1);
    +	&pxor	($inout5,$inout4);		# counter-less ivec^key[0]
    +	&shl	($rounds,4);
    +	&mov	($rounds_,16);
    +	&movdqa	(&QWP(32,"esp"),$inout5);	# save counter-less ivec^key[0]
     	&mov	($key_,$key);			# backup $key
    -	&mov	($rounds_,$rounds);		# backup $rounds
    +	&sub	($rounds_,$rounds);		# backup twisted $rounds
    +	&lea	($key,&DWP(32,$key,$rounds));
     	&sub	($len,6);
     	&jmp	(&label("ctr32_loop6"));
     
     &set_label("ctr32_loop6",16);
    -	&pshufd	($inout2,$rndkey1,1<<6);
    -	&movdqa	($rndkey1,&QWP(32,"esp"));	# pull counter-less ivec
    -	&pshufd	($inout3,$rndkey0,3<<6);
    -	&por	($inout0,$rndkey1);		# merge counter-less ivec
    -	&pshufd	($inout4,$rndkey0,2<<6);
    -	&por	($inout1,$rndkey1);
    -	&pshufd	($inout5,$rndkey0,1<<6);
    -	&por	($inout2,$rndkey1);
    -	&por	($inout3,$rndkey1);
    -	&por	($inout4,$rndkey1);
    -	&por	($inout5,$rndkey1);
    -
    -	# inlining _aesni_encrypt6's prologue gives ~4% improvement...
    -	&$movekey	($rndkey0,&QWP(0,$key_));
    -	&$movekey	($rndkey1,&QWP(16,$key_));
    -	&lea		($key,&DWP(32,$key_));
    -	&dec		($rounds);
    -	&pxor		($inout0,$rndkey0);
    +	# inlining _aesni_encrypt6's prologue gives ~6% improvement...
    +	&pshufd	($inout2,$rndkey0,1<<6);
    +	&movdqa	($rndkey0,&QWP(32,"esp"));	# pull counter-less ivec
    +	&pshufd	($inout3,$rndkey1,3<<6);
    +	&pxor		($inout0,$rndkey0);	# merge counter-less ivec
    +	&pshufd	($inout4,$rndkey1,2<<6);
     	&pxor		($inout1,$rndkey0);
    -	&aesenc		($inout0,$rndkey1);
    +	&pshufd	($inout5,$rndkey1,1<<6);
    +	&$movekey	($rndkey1,&QWP(16,$key_));
     	&pxor		($inout2,$rndkey0);
    -	&aesenc		($inout1,$rndkey1);
     	&pxor		($inout3,$rndkey0);
    -	&aesenc		($inout2,$rndkey1);
    +	&aesenc		($inout0,$rndkey1);
     	&pxor		($inout4,$rndkey0);
    -	&aesenc		($inout3,$rndkey1);
     	&pxor		($inout5,$rndkey0);
    +	&aesenc		($inout1,$rndkey1);
    +	&$movekey	($rndkey0,&QWP(32,$key_));
    +	&mov		($rounds,$rounds_);
    +	&aesenc		($inout2,$rndkey1);
    +	&aesenc		($inout3,$rndkey1);
     	&aesenc		($inout4,$rndkey1);
    -	&$movekey	($rndkey0,&QWP(0,$key));
     	&aesenc		($inout5,$rndkey1);
     
     	&call		(&label("_aesni_encrypt6_enter"));
    @@ -882,12 +927,12 @@ if ($PREFIX eq "aesni") {
     	&movups	(&QWP(0,$out),$inout0);
     	&movdqa	($rndkey0,&QWP(16,"esp"));	# load increment
     	&xorps	($inout2,$rndkey1);
    -	&movdqa	($rndkey1,&QWP(48,"esp"));	# load 1st triplet
    +	&movdqa	($rndkey1,&QWP(64,"esp"));	# load 2nd triplet
     	&movups	(&QWP(0x10,$out),$inout1);
     	&movups	(&QWP(0x20,$out),$inout2);
     
    -	&paddd	($rndkey1,$rndkey0);		# 1st triplet increment
    -	&paddd	($rndkey0,&QWP(64,"esp"));	# 2nd triplet increment
    +	&paddd	($rndkey1,$rndkey0);		# 2nd triplet increment
    +	&paddd	($rndkey0,&QWP(48,"esp"));	# 1st triplet increment
     	&movdqa	($inout0,&QWP(0,"esp"));	# load byte swap mask
     
     	&movups	($inout1,&QWP(0x30,$inp));
    @@ -895,44 +940,44 @@ if ($PREFIX eq "aesni") {
     	&xorps	($inout3,$inout1);
     	&movups	($inout1,&QWP(0x50,$inp));
     	&lea	($inp,&DWP(0x60,$inp));
    -	&movdqa	(&QWP(48,"esp"),$rndkey1);	# save 1st triplet
    -	&pshufb	($rndkey1,$inout0);		# byte swap
    +	&movdqa	(&QWP(48,"esp"),$rndkey0);	# save 1st triplet
    +	&pshufb	($rndkey0,$inout0);		# byte swap
     	&xorps	($inout4,$inout2);
     	&movups	(&QWP(0x30,$out),$inout3);
     	&xorps	($inout5,$inout1);
    -	&movdqa	(&QWP(64,"esp"),$rndkey0);	# save 2nd triplet
    -	&pshufb	($rndkey0,$inout0);		# byte swap
    +	&movdqa	(&QWP(64,"esp"),$rndkey1);	# save 2nd triplet
    +	&pshufb	($rndkey1,$inout0);		# byte swap
     	&movups	(&QWP(0x40,$out),$inout4);
    -	&pshufd	($inout0,$rndkey1,3<<6);
    +	&pshufd	($inout0,$rndkey0,3<<6);
     	&movups	(&QWP(0x50,$out),$inout5);
     	&lea	($out,&DWP(0x60,$out));
     
    -	&mov	($rounds,$rounds_);
    -	&pshufd	($inout1,$rndkey1,2<<6);
    +	&pshufd	($inout1,$rndkey0,2<<6);
     	&sub	($len,6);
     	&jnc	(&label("ctr32_loop6"));
     
     	&add	($len,6);
     	&jz	(&label("ctr32_ret"));
    +	&movdqu	($inout5,&QWP(0,$key_));
     	&mov	($key,$key_);
    -	&lea	($rounds,&DWP(1,"",$rounds,2));	# restore $rounds
    -	&movdqa	($inout5,&QWP(32,"esp"));	# pull count-less ivec
    +	&pxor	($inout5,&QWP(32,"esp"));	# restore count-less ivec
    +	&mov	($rounds,&DWP(240,$key_));	# restore $rounds
     
     &set_label("ctr32_tail");
     	&por	($inout0,$inout5);
     	&cmp	($len,2);
     	&jb	(&label("ctr32_one"));
     
    -	&pshufd	($inout2,$rndkey1,1<<6);
    +	&pshufd	($inout2,$rndkey0,1<<6);
     	&por	($inout1,$inout5);
     	&je	(&label("ctr32_two"));
     
    -	&pshufd	($inout3,$rndkey0,3<<6);
    +	&pshufd	($inout3,$rndkey1,3<<6);
     	&por	($inout2,$inout5);
     	&cmp	($len,4);
     	&jb	(&label("ctr32_three"));
     
    -	&pshufd	($inout4,$rndkey0,2<<6);
    +	&pshufd	($inout4,$rndkey1,2<<6);
     	&por	($inout3,$inout5);
     	&je	(&label("ctr32_four"));
     
    @@ -970,7 +1015,7 @@ if ($PREFIX eq "aesni") {
     	&jmp	(&label("ctr32_ret"));
     
     &set_label("ctr32_two",16);
    -	&call	("_aesni_encrypt3");
    +	&call	("_aesni_encrypt2");
     	&movups	($inout3,&QWP(0,$inp));
     	&movups	($inout4,&QWP(0x10,$inp));
     	&xorps	($inout0,$inout3);
    @@ -1057,8 +1102,10 @@ if ($PREFIX eq "aesni") {
     	&sub	($len,16*6);
     	&jc	(&label("xts_enc_short"));
     
    -	&shr	($rounds,1);
    -	&mov	($rounds_,$rounds);
    +	&shl	($rounds,4);
    +	&mov	($rounds_,16);
    +	&sub	($rounds_,$rounds);
    +	&lea	($key,&DWP(32,$key,$rounds));
     	&jmp	(&label("xts_enc_loop6"));
     
     &set_label("xts_enc_loop6",16);
    @@ -1080,6 +1127,7 @@ if ($PREFIX eq "aesni") {
     	&pxor	($inout5,$tweak);
     
     	# inline _aesni_encrypt6 prologue and flip xor with tweak and key[0]
    +	&mov	($rounds,$rounds_);		# restore $rounds
     	&movdqu	($inout1,&QWP(16*1,$inp));
     	 &xorps		($inout0,$rndkey0);	# input^=rndkey[0]
     	&movdqu	($inout2,&QWP(16*2,$inp));
    @@ -1096,19 +1144,17 @@ if ($PREFIX eq "aesni") {
     	&pxor	($inout5,$rndkey1);
     
     	 &$movekey	($rndkey1,&QWP(16,$key_));
    -	 &lea		($key,&DWP(32,$key_));
     	&pxor	($inout1,&QWP(16*1,"esp"));
    -	 &aesenc	($inout0,$rndkey1);
     	&pxor	($inout2,&QWP(16*2,"esp"));
    -	 &aesenc	($inout1,$rndkey1);
    +	 &aesenc	($inout0,$rndkey1);
     	&pxor	($inout3,&QWP(16*3,"esp"));
    -	 &dec		($rounds);
    -	 &aesenc	($inout2,$rndkey1);
     	&pxor	($inout4,&QWP(16*4,"esp"));
    -	 &aesenc	($inout3,$rndkey1);
    +	 &aesenc	($inout1,$rndkey1);
     	&pxor		($inout5,$rndkey0);
    +	 &$movekey	($rndkey0,&QWP(32,$key_));
    +	 &aesenc	($inout2,$rndkey1);
    +	 &aesenc	($inout3,$rndkey1);
     	 &aesenc	($inout4,$rndkey1);
    -	 &$movekey	($rndkey0,&QWP(0,$key));
     	 &aesenc	($inout5,$rndkey1);
     	&call		(&label("_aesni_encrypt6_enter"));
     
    @@ -1135,13 +1181,12 @@ if ($PREFIX eq "aesni") {
     	&paddq	($tweak,$tweak);		# &psllq($tweak,1);
     	&pand	($twres,$twmask);		# isolate carry and residue
     	&pcmpgtd($twtmp,$tweak);		# broadcast upper bits
    -	&mov	($rounds,$rounds_);		# restore $rounds
     	&pxor	($tweak,$twres);
     
     	&sub	($len,16*6);
     	&jnc	(&label("xts_enc_loop6"));
     
    -	&lea	($rounds,&DWP(1,"",$rounds,2));	# restore $rounds
    +	&mov	($rounds,&DWP(240,$key_));	# restore $rounds
     	&mov	($key,$key_);			# restore $key
     	&mov	($rounds_,$rounds);
     
    @@ -1241,9 +1286,8 @@ if ($PREFIX eq "aesni") {
     	&lea	($inp,&DWP(16*2,$inp));
     	&xorps	($inout0,$inout3);		# input^=tweak
     	&xorps	($inout1,$inout4);
    -	&xorps	($inout2,$inout2);
     
    -	&call	("_aesni_encrypt3");
    +	&call	("_aesni_encrypt2");
     
     	&xorps	($inout0,$inout3);		# output^=tweak
     	&xorps	($inout1,$inout4);
    @@ -1399,8 +1443,10 @@ if ($PREFIX eq "aesni") {
     	&sub	($len,16*6);
     	&jc	(&label("xts_dec_short"));
     
    -	&shr	($rounds,1);
    -	&mov	($rounds_,$rounds);
    +	&shl	($rounds,4);
    +	&mov	($rounds_,16);
    +	&sub	($rounds_,$rounds);
    +	&lea	($key,&DWP(32,$key,$rounds));
     	&jmp	(&label("xts_dec_loop6"));
     
     &set_label("xts_dec_loop6",16);
    @@ -1422,6 +1468,7 @@ if ($PREFIX eq "aesni") {
     	&pxor	($inout5,$tweak);
     
     	# inline _aesni_encrypt6 prologue and flip xor with tweak and key[0]
    +	&mov	($rounds,$rounds_);
     	&movdqu	($inout1,&QWP(16*1,$inp));
     	 &xorps		($inout0,$rndkey0);	# input^=rndkey[0]
     	&movdqu	($inout2,&QWP(16*2,$inp));
    @@ -1438,19 +1485,17 @@ if ($PREFIX eq "aesni") {
     	&pxor	($inout5,$rndkey1);
     
     	 &$movekey	($rndkey1,&QWP(16,$key_));
    -	 &lea		($key,&DWP(32,$key_));
     	&pxor	($inout1,&QWP(16*1,"esp"));
    -	 &aesdec	($inout0,$rndkey1);
     	&pxor	($inout2,&QWP(16*2,"esp"));
    -	 &aesdec	($inout1,$rndkey1);
    +	 &aesdec	($inout0,$rndkey1);
     	&pxor	($inout3,&QWP(16*3,"esp"));
    -	 &dec		($rounds);
    -	 &aesdec	($inout2,$rndkey1);
     	&pxor	($inout4,&QWP(16*4,"esp"));
    -	 &aesdec	($inout3,$rndkey1);
    +	 &aesdec	($inout1,$rndkey1);
     	&pxor		($inout5,$rndkey0);
    +	 &$movekey	($rndkey0,&QWP(32,$key_));
    +	 &aesdec	($inout2,$rndkey1);
    +	 &aesdec	($inout3,$rndkey1);
     	 &aesdec	($inout4,$rndkey1);
    -	 &$movekey	($rndkey0,&QWP(0,$key));
     	 &aesdec	($inout5,$rndkey1);
     	&call		(&label("_aesni_decrypt6_enter"));
     
    @@ -1477,13 +1522,12 @@ if ($PREFIX eq "aesni") {
     	&paddq	($tweak,$tweak);		# &psllq($tweak,1);
     	&pand	($twres,$twmask);		# isolate carry and residue
     	&pcmpgtd($twtmp,$tweak);		# broadcast upper bits
    -	&mov	($rounds,$rounds_);		# restore $rounds
     	&pxor	($tweak,$twres);
     
     	&sub	($len,16*6);
     	&jnc	(&label("xts_dec_loop6"));
     
    -	&lea	($rounds,&DWP(1,"",$rounds,2));	# restore $rounds
    +	&mov	($rounds,&DWP(240,$key_));	# restore $rounds
     	&mov	($key,$key_);			# restore $key
     	&mov	($rounds_,$rounds);
     
    @@ -1584,7 +1628,7 @@ if ($PREFIX eq "aesni") {
     	&xorps	($inout0,$inout3);		# input^=tweak
     	&xorps	($inout1,$inout4);
     
    -	&call	("_aesni_decrypt3");
    +	&call	("_aesni_decrypt2");
     
     	&xorps	($inout0,$inout3);		# output^=tweak
     	&xorps	($inout1,$inout4);
    @@ -1816,7 +1860,7 @@ if ($PREFIX eq "aesni") {
     	&movups	(&QWP(0x10,$out),$inout1);
     	&lea	($inp,&DWP(0x60,$inp));
     	&movups	(&QWP(0x20,$out),$inout2);
    -	&mov	($rounds,$rounds_)		# restore $rounds
    +	&mov	($rounds,$rounds_);		# restore $rounds
     	&movups	(&QWP(0x30,$out),$inout3);
     	&mov	($key,$key_);			# restore $key
     	&movups	(&QWP(0x40,$out),$inout4);
    @@ -1884,8 +1928,7 @@ if ($PREFIX eq "aesni") {
     	&jmp	(&label("cbc_dec_tail_collected"));
     
     &set_label("cbc_dec_two",16);
    -	&xorps	($inout2,$inout2);
    -	&call	("_aesni_decrypt3");
    +	&call	("_aesni_decrypt2");
     	&xorps	($inout0,$ivec);
     	&xorps	($inout1,$in0);
     	&movups	(&QWP(0,$out),$inout0);
    @@ -2015,7 +2058,7 @@ if ($PREFIX eq "aesni") {
     &set_label("12rounds",16);
     	&movq		("xmm2",&QWP(16,"eax"));	# remaining 1/3 of *userKey
     	&mov		($rounds,11);
    -	&$movekey	(&QWP(-16,$key),"xmm0")		# round 0
    +	&$movekey	(&QWP(-16,$key),"xmm0");	# round 0
     	&aeskeygenassist("xmm1","xmm2",0x01);		# round 1,2
     	&call		(&label("key_192a_cold"));
     	&aeskeygenassist("xmm1","xmm2",0x02);		# round 2,3
    @@ -2152,7 +2195,7 @@ if ($PREFIX eq "aesni") {
     	&mov	($key,&wparam(2));
     	&call	("_aesni_set_encrypt_key");
     	&mov	($key,&wparam(2));
    -	&shl	($rounds,4)	# rounds-1 after _aesni_set_encrypt_key
    +	&shl	($rounds,4);	# rounds-1 after _aesni_set_encrypt_key
     	&test	("eax","eax");
     	&jnz	(&label("dec_key_ret"));
     	&lea	("eax",&DWP(16,$key,$rounds));	# end of key schedule
    diff --git a/openssl/crypto/aes/asm/aesni-x86_64.pl b/openssl/crypto/aes/asm/aesni-x86_64.pl
    index c9270dfdd..5f6174635 100644
    --- a/openssl/crypto/aes/asm/aesni-x86_64.pl
    +++ b/openssl/crypto/aes/asm/aesni-x86_64.pl
    @@ -1,7 +1,7 @@
     #!/usr/bin/env perl
     #
     # ====================================================================
    -# Written by Andy Polyakov  for the OpenSSL
    +# Written by Andy Polyakov  for the OpenSSL
     # project. The module is, however, dual licensed under OpenSSL and
     # CRYPTOGAMS licenses depending on where you obtain it. For further
     # details see http://www.openssl.org/~appro/cryptogams/.
    @@ -129,8 +129,8 @@
     #
     # Further data for other parallelizable modes:
     #
    -# CBC decrypt				1.16	0.93	0.93
    -# CTR					1.14	0.91	n/a
    +# CBC decrypt				1.16	0.93	0.74
    +# CTR					1.14	0.91	0.74
     #
     # Well, given 3x column it's probably inappropriate to call the limit
     # asymptotic, if it can be surpassed, isn't it? What happens there?
    @@ -153,10 +153,25 @@
     
     # April 2011
     #
    -# Add aesni_xts_[en|de]crypt. Westmere spends 1.33 cycles processing
    -# one byte out of 8KB with 128-bit key, Sandy Bridge - 0.97. Just like
    +# Add aesni_xts_[en|de]crypt. Westmere spends 1.25 cycles processing
    +# one byte out of 8KB with 128-bit key, Sandy Bridge - 0.90. Just like
     # in CTR mode AES instruction interleave factor was chosen to be 6x.
     
    +######################################################################
    +# Current large-block performance in cycles per byte processed with
    +# 128-bit key (less is better).
    +#
    +#		CBC en-/decrypt	CTR	XTS	ECB
    +# Westmere	3.77/1.25	1.25	1.25	1.26
    +# * Bridge	5.07/0.74	0.75	0.90	0.85
    +# Haswell	4.44/0.63	0.63	0.73	0.63
    +# Atom		5.75/3.54	3.56	4.12	3.87(*)
    +# Bulldozer	5.77/0.70	0.72	0.90	0.70
    +#
    +# (*)	Atom ECB result is suboptimal because of penalties incurred
    +#	by operations on %xmm8-15. As ECB is not considered
    +#	critical, nothing was done to mitigate the problem.
    +
     $PREFIX="aesni";	# if $PREFIX is set to "AES", the script
     			# generates drop-in replacement for
     			# crypto/aes/asm/aes-x86_64.pl:-)
    @@ -180,6 +195,7 @@ $movkey = $PREFIX eq "aesni" ? "movups" : "movups";
     		("%rdi","%rsi","%rdx","%rcx");	# Unix order
     
     $code=".text\n";
    +$code.=".extern	OPENSSL_ia32cap_P\n";
     
     $rounds="%eax";	# input to and changed by aesni_[en|de]cryptN !!!
     # this is natural Unix argument order for public $PREFIX_[ecb|cbc]_encrypt ...
    @@ -272,10 +288,49 @@ ___
     # every *2nd* cycle. Thus 3x interleave was the one providing optimal
     # utilization, i.e. when subroutine's throughput is virtually same as
     # of non-interleaved subroutine [for number of input blocks up to 3].
    -# This is why it makes no sense to implement 2x subroutine.
    -# aes[enc|dec] latency in next processor generation is 8, but the
    -# instructions can be scheduled every cycle. Optimal interleave for
    -# new processor is therefore 8x...
    +# This is why it originally made no sense to implement 2x subroutine.
    +# But times change and it became appropriate to spend extra 192 bytes
    +# on 2x subroutine on Atom Silvermont account. For processors that
    +# can schedule aes[enc|dec] every cycle optimal interleave factor
    +# equals to corresponding instructions latency. 8x is optimal for
    +# * Bridge and "super-optimal" for other Intel CPUs... 
    +
    +sub aesni_generate2 {
    +my $dir=shift;
    +# As already mentioned it takes in $key and $rounds, which are *not*
    +# preserved. $inout[0-1] is cipher/clear text...
    +$code.=<<___;
    +.type	_aesni_${dir}rypt2,\@abi-omnipotent
    +.align	16
    +_aesni_${dir}rypt2:
    +	$movkey	($key),$rndkey0
    +	shl	\$4,$rounds
    +	$movkey	16($key),$rndkey1
    +	xorps	$rndkey0,$inout0
    +	xorps	$rndkey0,$inout1
    +	$movkey	32($key),$rndkey0
    +	lea	32($key,$rounds),$key
    +	neg	%rax				# $rounds
    +	add	\$16,%rax
    +
    +.L${dir}_loop2:
    +	aes${dir}	$rndkey1,$inout0
    +	aes${dir}	$rndkey1,$inout1
    +	$movkey		($key,%rax),$rndkey1
    +	add		\$32,%rax
    +	aes${dir}	$rndkey0,$inout0
    +	aes${dir}	$rndkey0,$inout1
    +	$movkey		-16($key,%rax),$rndkey0
    +	jnz		.L${dir}_loop2
    +
    +	aes${dir}	$rndkey1,$inout0
    +	aes${dir}	$rndkey1,$inout1
    +	aes${dir}last	$rndkey0,$inout0
    +	aes${dir}last	$rndkey0,$inout1
    +	ret
    +.size	_aesni_${dir}rypt2,.-_aesni_${dir}rypt2
    +___
    +}
     sub aesni_generate3 {
     my $dir=shift;
     # As already mentioned it takes in $key and $rounds, which are *not*
    @@ -285,25 +340,26 @@ $code.=<<___;
     .align	16
     _aesni_${dir}rypt3:
     	$movkey	($key),$rndkey0
    -	shr	\$1,$rounds
    +	shl	\$4,$rounds
     	$movkey	16($key),$rndkey1
    -	lea	32($key),$key
     	xorps	$rndkey0,$inout0
     	xorps	$rndkey0,$inout1
     	xorps	$rndkey0,$inout2
    -	$movkey		($key),$rndkey0
    +	$movkey	32($key),$rndkey0
    +	lea	32($key,$rounds),$key
    +	neg	%rax				# $rounds
    +	add	\$16,%rax
     
     .L${dir}_loop3:
     	aes${dir}	$rndkey1,$inout0
     	aes${dir}	$rndkey1,$inout1
    -	dec		$rounds
     	aes${dir}	$rndkey1,$inout2
    -	$movkey		16($key),$rndkey1
    +	$movkey		($key,%rax),$rndkey1
    +	add		\$32,%rax
     	aes${dir}	$rndkey0,$inout0
     	aes${dir}	$rndkey0,$inout1
    -	lea		32($key),$key
     	aes${dir}	$rndkey0,$inout2
    -	$movkey		($key),$rndkey0
    +	$movkey		-16($key,%rax),$rndkey0
     	jnz		.L${dir}_loop3
     
     	aes${dir}	$rndkey1,$inout0
    @@ -329,28 +385,30 @@ $code.=<<___;
     .align	16
     _aesni_${dir}rypt4:
     	$movkey	($key),$rndkey0
    -	shr	\$1,$rounds
    +	shl	\$4,$rounds
     	$movkey	16($key),$rndkey1
    -	lea	32($key),$key
     	xorps	$rndkey0,$inout0
     	xorps	$rndkey0,$inout1
     	xorps	$rndkey0,$inout2
     	xorps	$rndkey0,$inout3
    -	$movkey	($key),$rndkey0
    +	$movkey	32($key),$rndkey0
    +	lea	32($key,$rounds),$key
    +	neg	%rax				# $rounds
    +	.byte	0x0f,0x1f,0x00
    +	add	\$16,%rax
     
     .L${dir}_loop4:
     	aes${dir}	$rndkey1,$inout0
     	aes${dir}	$rndkey1,$inout1
    -	dec		$rounds
     	aes${dir}	$rndkey1,$inout2
     	aes${dir}	$rndkey1,$inout3
    -	$movkey		16($key),$rndkey1
    +	$movkey		($key,%rax),$rndkey1
    +	add		\$32,%rax
     	aes${dir}	$rndkey0,$inout0
     	aes${dir}	$rndkey0,$inout1
    -	lea		32($key),$key
     	aes${dir}	$rndkey0,$inout2
     	aes${dir}	$rndkey0,$inout3
    -	$movkey		($key),$rndkey0
    +	$movkey		-16($key,%rax),$rndkey0
     	jnz		.L${dir}_loop4
     
     	aes${dir}	$rndkey1,$inout0
    @@ -374,43 +432,43 @@ $code.=<<___;
     .align	16
     _aesni_${dir}rypt6:
     	$movkey		($key),$rndkey0
    -	shr		\$1,$rounds
    +	shl		\$4,$rounds
     	$movkey		16($key),$rndkey1
    -	lea		32($key),$key
     	xorps		$rndkey0,$inout0
     	pxor		$rndkey0,$inout1
    -	aes${dir}	$rndkey1,$inout0
     	pxor		$rndkey0,$inout2
    +	aes${dir}	$rndkey1,$inout0
    +	lea		32($key,$rounds),$key
    +	neg		%rax			# $rounds
     	aes${dir}	$rndkey1,$inout1
     	pxor		$rndkey0,$inout3
    -	aes${dir}	$rndkey1,$inout2
     	pxor		$rndkey0,$inout4
    -	aes${dir}	$rndkey1,$inout3
    +	aes${dir}	$rndkey1,$inout2
     	pxor		$rndkey0,$inout5
    -	dec		$rounds
    +	add		\$16,%rax
    +	aes${dir}	$rndkey1,$inout3
     	aes${dir}	$rndkey1,$inout4
    -	$movkey		($key),$rndkey0
     	aes${dir}	$rndkey1,$inout5
    +	$movkey		-16($key,%rax),$rndkey0
     	jmp		.L${dir}_loop6_enter
     .align	16
     .L${dir}_loop6:
     	aes${dir}	$rndkey1,$inout0
     	aes${dir}	$rndkey1,$inout1
    -	dec		$rounds
     	aes${dir}	$rndkey1,$inout2
     	aes${dir}	$rndkey1,$inout3
     	aes${dir}	$rndkey1,$inout4
     	aes${dir}	$rndkey1,$inout5
    -.L${dir}_loop6_enter:				# happens to be 16-byte aligned
    -	$movkey		16($key),$rndkey1
    +.L${dir}_loop6_enter:
    +	$movkey		($key,%rax),$rndkey1
    +	add		\$32,%rax
     	aes${dir}	$rndkey0,$inout0
     	aes${dir}	$rndkey0,$inout1
    -	lea		32($key),$key
     	aes${dir}	$rndkey0,$inout2
     	aes${dir}	$rndkey0,$inout3
     	aes${dir}	$rndkey0,$inout4
     	aes${dir}	$rndkey0,$inout5
    -	$movkey		($key),$rndkey0
    +	$movkey		-16($key,%rax),$rndkey0
     	jnz		.L${dir}_loop6
     
     	aes${dir}	$rndkey1,$inout0
    @@ -438,52 +496,51 @@ $code.=<<___;
     .align	16
     _aesni_${dir}rypt8:
     	$movkey		($key),$rndkey0
    -	shr		\$1,$rounds
    +	shl		\$4,$rounds
     	$movkey		16($key),$rndkey1
    -	lea		32($key),$key
     	xorps		$rndkey0,$inout0
     	xorps		$rndkey0,$inout1
    -	aes${dir}	$rndkey1,$inout0
     	pxor		$rndkey0,$inout2
    -	aes${dir}	$rndkey1,$inout1
     	pxor		$rndkey0,$inout3
    -	aes${dir}	$rndkey1,$inout2
     	pxor		$rndkey0,$inout4
    -	aes${dir}	$rndkey1,$inout3
    +	lea		32($key,$rounds),$key
    +	neg		%rax			# $rounds
    +	aes${dir}	$rndkey1,$inout0
    +	add		\$16,%rax
     	pxor		$rndkey0,$inout5
    -	dec		$rounds
    -	aes${dir}	$rndkey1,$inout4
    +	aes${dir}	$rndkey1,$inout1
     	pxor		$rndkey0,$inout6
    -	aes${dir}	$rndkey1,$inout5
     	pxor		$rndkey0,$inout7
    -	$movkey		($key),$rndkey0
    +	aes${dir}	$rndkey1,$inout2
    +	aes${dir}	$rndkey1,$inout3
    +	aes${dir}	$rndkey1,$inout4
    +	aes${dir}	$rndkey1,$inout5
     	aes${dir}	$rndkey1,$inout6
     	aes${dir}	$rndkey1,$inout7
    -	$movkey		16($key),$rndkey1
    +	$movkey		-16($key,%rax),$rndkey0
     	jmp		.L${dir}_loop8_enter
     .align	16
     .L${dir}_loop8:
     	aes${dir}	$rndkey1,$inout0
     	aes${dir}	$rndkey1,$inout1
    -	dec		$rounds
     	aes${dir}	$rndkey1,$inout2
     	aes${dir}	$rndkey1,$inout3
     	aes${dir}	$rndkey1,$inout4
     	aes${dir}	$rndkey1,$inout5
     	aes${dir}	$rndkey1,$inout6
     	aes${dir}	$rndkey1,$inout7
    -	$movkey		16($key),$rndkey1
    -.L${dir}_loop8_enter:				# happens to be 16-byte aligned
    +.L${dir}_loop8_enter:
    +	$movkey		($key,%rax),$rndkey1
    +	add		\$32,%rax
     	aes${dir}	$rndkey0,$inout0
     	aes${dir}	$rndkey0,$inout1
    -	lea		32($key),$key
     	aes${dir}	$rndkey0,$inout2
     	aes${dir}	$rndkey0,$inout3
     	aes${dir}	$rndkey0,$inout4
     	aes${dir}	$rndkey0,$inout5
     	aes${dir}	$rndkey0,$inout6
     	aes${dir}	$rndkey0,$inout7
    -	$movkey		($key),$rndkey0
    +	$movkey		-16($key,%rax),$rndkey0
     	jnz		.L${dir}_loop8
     
     	aes${dir}	$rndkey1,$inout0
    @@ -506,6 +563,8 @@ _aesni_${dir}rypt8:
     .size	_aesni_${dir}rypt8,.-_aesni_${dir}rypt8
     ___
     }
    +&aesni_generate2("enc") if ($PREFIX eq "aesni");
    +&aesni_generate2("dec");
     &aesni_generate3("enc") if ($PREFIX eq "aesni");
     &aesni_generate3("dec");
     &aesni_generate4("enc") if ($PREFIX eq "aesni");
    @@ -637,8 +696,7 @@ $code.=<<___;
     	jmp	.Lecb_ret
     .align	16
     .Lecb_enc_two:
    -	xorps	$inout2,$inout2
    -	call	_aesni_encrypt3
    +	call	_aesni_encrypt2
     	movups	$inout0,($out)
     	movups	$inout1,0x10($out)
     	jmp	.Lecb_ret
    @@ -774,8 +832,7 @@ $code.=<<___;
     	jmp	.Lecb_ret
     .align	16
     .Lecb_dec_two:
    -	xorps	$inout2,$inout2
    -	call	_aesni_decrypt3
    +	call	_aesni_decrypt2
     	movups	$inout0,($out)
     	movups	$inout1,0x10($out)
     	jmp	.Lecb_ret
    @@ -842,7 +899,8 @@ ___
     {
     my $cmac="%r9";	# 6th argument
     
    -my $increment="%xmm6";
    +my $increment="%xmm9";
    +my $iv="%xmm6";
     my $bswap_mask="%xmm7";
     
     $code.=<<___;
    @@ -865,49 +923,49 @@ $code.=<<___;
     	movdqa	.Lincrement64(%rip),$increment
     	movdqa	.Lbswap_mask(%rip),$bswap_mask
     
    -	shr	\$1,$rounds
    +	shl	\$4,$rounds
    +	mov	\$16,$rnds_
     	lea	0($key),$key_
     	movdqu	($cmac),$inout1
     	movdqa	$iv,$inout0
    -	mov	$rounds,$rnds_
    +	lea	32($key,$rounds),$key		# end of key schedule
     	pshufb	$bswap_mask,$iv
    +	sub	%rax,%r10			# twisted $rounds
     	jmp	.Lccm64_enc_outer
     .align	16
     .Lccm64_enc_outer:
     	$movkey	($key_),$rndkey0
    -	mov	$rnds_,$rounds
    +	mov	%r10,%rax
     	movups	($inp),$in0			# load inp
     
     	xorps	$rndkey0,$inout0		# counter
     	$movkey	16($key_),$rndkey1
     	xorps	$in0,$rndkey0
    -	lea	32($key_),$key
     	xorps	$rndkey0,$inout1		# cmac^=inp
    -	$movkey	($key),$rndkey0
    +	$movkey	32($key_),$rndkey0
     
     .Lccm64_enc2_loop:
     	aesenc	$rndkey1,$inout0
    -	dec	$rounds
     	aesenc	$rndkey1,$inout1
    -	$movkey	16($key),$rndkey1
    +	$movkey	($key,%rax),$rndkey1
    +	add	\$32,%rax
     	aesenc	$rndkey0,$inout0
    -	lea	32($key),$key
     	aesenc	$rndkey0,$inout1
    -	$movkey	0($key),$rndkey0
    +	$movkey	-16($key,%rax),$rndkey0
     	jnz	.Lccm64_enc2_loop
     	aesenc	$rndkey1,$inout0
     	aesenc	$rndkey1,$inout1
     	paddq	$increment,$iv
    +	dec	$len
     	aesenclast	$rndkey0,$inout0
     	aesenclast	$rndkey0,$inout1
     
    -	dec	$len
     	lea	16($inp),$inp
     	xorps	$inout0,$in0			# inp ^= E(iv)
     	movdqa	$iv,$inout0
     	movups	$in0,($out)			# save output
    -	lea	16($out),$out
     	pshufb	$bswap_mask,$inout0
    +	lea	16($out),$out
     	jnz	.Lccm64_enc_outer
     
     	movups	$inout1,($cmac)
    @@ -953,15 +1011,19 @@ $code.=<<___;
     ___
     	&aesni_generate1("enc",$key,$rounds);
     $code.=<<___;
    +	shl	\$4,$rnds_
    +	mov	\$16,$rounds
     	movups	($inp),$in0			# load inp
     	paddq	$increment,$iv
     	lea	16($inp),$inp
    +	sub	%r10,%rax			# twisted $rounds
    +	lea	32($key_,$rnds_),$key		# end of key schedule
    +	mov	%rax,%r10
     	jmp	.Lccm64_dec_outer
     .align	16
     .Lccm64_dec_outer:
     	xorps	$inout0,$in0			# inp ^= E(iv)
     	movdqa	$iv,$inout0
    -	mov	$rnds_,$rounds
     	movups	$in0,($out)			# save output
     	lea	16($out),$out
     	pshufb	$bswap_mask,$inout0
    @@ -970,36 +1032,36 @@ $code.=<<___;
     	jz	.Lccm64_dec_break
     
     	$movkey	($key_),$rndkey0
    -	shr	\$1,$rounds
    +	mov	%r10,%rax
     	$movkey	16($key_),$rndkey1
     	xorps	$rndkey0,$in0
    -	lea	32($key_),$key
     	xorps	$rndkey0,$inout0
     	xorps	$in0,$inout1			# cmac^=out
    -	$movkey	($key),$rndkey0
    -
    +	$movkey	32($key_),$rndkey0
    +	jmp	.Lccm64_dec2_loop
    +.align	16
     .Lccm64_dec2_loop:
     	aesenc	$rndkey1,$inout0
    -	dec	$rounds
     	aesenc	$rndkey1,$inout1
    -	$movkey	16($key),$rndkey1
    +	$movkey	($key,%rax),$rndkey1
    +	add	\$32,%rax
     	aesenc	$rndkey0,$inout0
    -	lea	32($key),$key
     	aesenc	$rndkey0,$inout1
    -	$movkey	0($key),$rndkey0
    +	$movkey	-16($key,%rax),$rndkey0
     	jnz	.Lccm64_dec2_loop
     	movups	($inp),$in0			# load inp
     	paddq	$increment,$iv
     	aesenc	$rndkey1,$inout0
     	aesenc	$rndkey1,$inout1
    -	lea	16($inp),$inp
     	aesenclast	$rndkey0,$inout0
     	aesenclast	$rndkey0,$inout1
    +	lea	16($inp),$inp
     	jmp	.Lccm64_dec_outer
     
     .align	16
     .Lccm64_dec_break:
     	#xorps	$in0,$inout1			# cmac^=out
    +	mov	240($key_),$rounds
     ___
     	&aesni_generate1("enc",$key_,$rounds,$inout1,$in0);
     $code.=<<___;
    @@ -1024,220 +1086,479 @@ ___
     #                         const char *ivec);
     #
     # Handles only complete blocks, operates on 32-bit counter and
    -# does not update *ivec! (see engine/eng_aesni.c for details)
    +# does not update *ivec! (see crypto/modes/ctr128.c for details)
     #
    +# Overhaul based on suggestions from Shay Gueron and Vlad Krasnov,
    +# http://rt.openssl.org/Ticket/Display.html?id=3021&user=guest&pass=guest.
    +# Keywords are full unroll and modulo-schedule counter calculations
    +# with zero-round key xor.
     {
    -my $reserved = $win64?0:-0x28;
    -my ($in0,$in1,$in2,$in3)=map("%xmm$_",(8..11));
    -my ($iv0,$iv1,$ivec)=("%xmm12","%xmm13","%xmm14");
    -my $bswap_mask="%xmm15";
    +my ($in0,$in1,$in2,$in3,$in4,$in5)=map("%xmm$_",(10..15));
    +my ($key0,$ctr)=("${key_}d","${ivp}d");
    +my $frame_size = 0x80 + ($win64?160:0);
     
     $code.=<<___;
     .globl	aesni_ctr32_encrypt_blocks
     .type	aesni_ctr32_encrypt_blocks,\@function,5
     .align	16
     aesni_ctr32_encrypt_blocks:
    +	lea	(%rsp),%rax
    +	push	%rbp
    +	sub	\$$frame_size,%rsp
    +	and	\$-16,%rsp	# Linux kernel stack can be incorrectly seeded
     ___
     $code.=<<___ if ($win64);
    -	lea	-0xc8(%rsp),%rsp
    -	movaps	%xmm6,0x20(%rsp)
    -	movaps	%xmm7,0x30(%rsp)
    -	movaps	%xmm8,0x40(%rsp)
    -	movaps	%xmm9,0x50(%rsp)
    -	movaps	%xmm10,0x60(%rsp)
    -	movaps	%xmm11,0x70(%rsp)
    -	movaps	%xmm12,0x80(%rsp)
    -	movaps	%xmm13,0x90(%rsp)
    -	movaps	%xmm14,0xa0(%rsp)
    -	movaps	%xmm15,0xb0(%rsp)
    +	movaps	%xmm6,-0xa8(%rax)
    +	movaps	%xmm7,-0x98(%rax)
    +	movaps	%xmm8,-0x88(%rax)
    +	movaps	%xmm9,-0x78(%rax)
    +	movaps	%xmm10,-0x68(%rax)
    +	movaps	%xmm11,-0x58(%rax)
    +	movaps	%xmm12,-0x48(%rax)
    +	movaps	%xmm13,-0x38(%rax)
    +	movaps	%xmm14,-0x28(%rax)
    +	movaps	%xmm15,-0x18(%rax)
     .Lctr32_body:
     ___
     $code.=<<___;
    +	lea	-8(%rax),%rbp
    +
     	cmp	\$1,$len
     	je	.Lctr32_one_shortcut
     
    -	movdqu	($ivp),$ivec
    -	movdqa	.Lbswap_mask(%rip),$bswap_mask
    -	xor	$rounds,$rounds
    -	pextrd	\$3,$ivec,$rnds_		# pull 32-bit counter
    -	pinsrd	\$3,$rounds,$ivec		# wipe 32-bit counter
    -
    +	movdqu	($ivp),$inout0
    +	movdqu	($key),$rndkey0
    +	mov	12($ivp),$ctr			# counter LSB
    +	pxor	$rndkey0,$inout0
    +	mov	12($key),$key0			# 0-round key LSB
    +	movdqa	$inout0,0x00(%rsp)		# populate counter block
    +	bswap	$ctr
    +	movdqa	$inout0,$inout1
    +	movdqa	$inout0,$inout2
    +	movdqa	$inout0,$inout3
    +	movdqa	$inout0,0x40(%rsp)
    +	movdqa	$inout0,0x50(%rsp)
    +	movdqa	$inout0,0x60(%rsp)
    +	mov	%rdx,%r10			# borrow %rdx
    +	movdqa	$inout0,0x70(%rsp)
    +
    +	lea	1($ctr),%rax
    +	 lea	2($ctr),%rdx
    +	bswap	%eax
    +	 bswap	%edx
    +	xor	$key0,%eax
    +	 xor	$key0,%edx
    +	pinsrd	\$3,%eax,$inout1
    +	lea	3($ctr),%rax
    +	movdqa	$inout1,0x10(%rsp)
    +	 pinsrd	\$3,%edx,$inout2
    +	bswap	%eax
    +	 mov	%r10,%rdx			# restore %rdx
    +	 lea	4($ctr),%r10
    +	 movdqa	$inout2,0x20(%rsp)
    +	xor	$key0,%eax
    +	 bswap	%r10d
    +	pinsrd	\$3,%eax,$inout3
    +	 xor	$key0,%r10d
    +	movdqa	$inout3,0x30(%rsp)
    +	lea	5($ctr),%r9
    +	 mov	%r10d,0x40+12(%rsp)
    +	bswap	%r9d
    +	 lea	6($ctr),%r10
     	mov	240($key),$rounds		# key->rounds
    -	bswap	$rnds_
    -	pxor	$iv0,$iv0			# vector of 3 32-bit counters
    -	pxor	$iv1,$iv1			# vector of 3 32-bit counters
    -	pinsrd	\$0,$rnds_,$iv0
    -	lea	3($rnds_),$key_
    -	pinsrd	\$0,$key_,$iv1
    -	inc	$rnds_
    -	pinsrd	\$1,$rnds_,$iv0
    -	inc	$key_
    -	pinsrd	\$1,$key_,$iv1
    -	inc	$rnds_
    -	pinsrd	\$2,$rnds_,$iv0
    -	inc	$key_
    -	pinsrd	\$2,$key_,$iv1
    -	movdqa	$iv0,$reserved(%rsp)
    -	pshufb	$bswap_mask,$iv0
    -	movdqa	$iv1,`$reserved+0x10`(%rsp)
    -	pshufb	$bswap_mask,$iv1
    -
    -	pshufd	\$`3<<6`,$iv0,$inout0		# place counter to upper dword
    -	pshufd	\$`2<<6`,$iv0,$inout1
    -	pshufd	\$`1<<6`,$iv0,$inout2
    -	cmp	\$6,$len
    +	xor	$key0,%r9d
    +	 bswap	%r10d
    +	mov	%r9d,0x50+12(%rsp)
    +	 xor	$key0,%r10d
    +	lea	7($ctr),%r9
    +	 mov	%r10d,0x60+12(%rsp)
    +	bswap	%r9d
    +	 mov	OPENSSL_ia32cap_P+4(%rip),%r10d 
    +	xor	$key0,%r9d
    +	 and	\$`1<<26|1<<22`,%r10d		# isolate XSAVE+MOVBE
    +	mov	%r9d,0x70+12(%rsp)
    +
    +	$movkey	0x10($key),$rndkey1
    +
    +	movdqa	0x40(%rsp),$inout4
    +	movdqa	0x50(%rsp),$inout5
    +
    +	cmp	\$8,$len
     	jb	.Lctr32_tail
    -	shr	\$1,$rounds
    -	mov	$key,$key_			# backup $key
    -	mov	$rounds,$rnds_			# backup $rounds
    +
     	sub	\$6,$len
    +	cmp	\$`1<<22`,%r10d		# check for MOVBE without XSAVE
    +	je	.Lctr32_6x
    +
    +	lea	0x80($key),$key		# size optimization
    +	sub	\$2,$len
    +	jmp	.Lctr32_loop8
    +
    +.align	16
    +.Lctr32_6x:
    +	shl	\$4,$rounds
    +	mov	\$48,$rnds_
    +	bswap	$key0
    +	lea	32($key,$rounds),$key	# end of key schedule
    +	sub	%rax,%r10		# twisted $rounds
     	jmp	.Lctr32_loop6
     
     .align	16
     .Lctr32_loop6:
    -	pshufd	\$`3<<6`,$iv1,$inout3
    -	por	$ivec,$inout0			# merge counter-less ivec
    -	 $movkey	($key_),$rndkey0
    -	pshufd	\$`2<<6`,$iv1,$inout4
    -	por	$ivec,$inout1
    -	 $movkey	16($key_),$rndkey1
    -	pshufd	\$`1<<6`,$iv1,$inout5
    -	por	$ivec,$inout2
    -	por	$ivec,$inout3
    -	 xorps		$rndkey0,$inout0
    -	por	$ivec,$inout4
    -	por	$ivec,$inout5
    -
    -	# inline _aesni_encrypt6 and interleave last rounds
    -	# with own code...
    +	 add	\$6,$ctr
    +	$movkey	-48($key,$rnds_),$rndkey0
    +	aesenc	$rndkey1,$inout0
    +	 mov	$ctr,%eax
    +	 xor	$key0,%eax
    +	aesenc	$rndkey1,$inout1
    +	 movbe	%eax,`0x00+12`(%rsp)
    +	 lea	1($ctr),%eax
    +	aesenc	$rndkey1,$inout2
    +	 xor	$key0,%eax
    +	 movbe	%eax,`0x10+12`(%rsp)
    +	aesenc	$rndkey1,$inout3
    +	 lea	2($ctr),%eax
    +	 xor	$key0,%eax
    +	aesenc	$rndkey1,$inout4
    +	 movbe	%eax,`0x20+12`(%rsp)
    +	 lea	3($ctr),%eax
    +	aesenc	$rndkey1,$inout5
    +	$movkey	-32($key,$rnds_),$rndkey1
    +	 xor	$key0,%eax
     
    -	pxor		$rndkey0,$inout1
    +	aesenc	$rndkey0,$inout0
    +	 movbe	%eax,`0x30+12`(%rsp)
    +	 lea	4($ctr),%eax
    +	aesenc	$rndkey0,$inout1
    +	 xor	$key0,%eax
    +	 movbe	%eax,`0x40+12`(%rsp)
    +	aesenc	$rndkey0,$inout2
    +	 lea	5($ctr),%eax
    +	 xor	$key0,%eax
    +	aesenc	$rndkey0,$inout3
    +	 movbe	%eax,`0x50+12`(%rsp)
    +	 mov	%r10,%rax		# mov	$rnds_,$rounds
    +	aesenc	$rndkey0,$inout4
    +	aesenc	$rndkey0,$inout5
    +	$movkey	-16($key,$rnds_),$rndkey0
    +
    +	call	.Lenc_loop6
    +
    +	movdqu	($inp),$inout6
    +	movdqu	0x10($inp),$inout7
    +	movdqu	0x20($inp),$in0
    +	movdqu	0x30($inp),$in1
    +	movdqu	0x40($inp),$in2
    +	movdqu	0x50($inp),$in3
    +	lea	0x60($inp),$inp
    +	$movkey	-64($key,$rnds_),$rndkey1
    +	pxor	$inout0,$inout6
    +	movaps	0x00(%rsp),$inout0
    +	pxor	$inout1,$inout7
    +	movaps	0x10(%rsp),$inout1
    +	pxor	$inout2,$in0
    +	movaps	0x20(%rsp),$inout2
    +	pxor	$inout3,$in1
    +	movaps	0x30(%rsp),$inout3
    +	pxor	$inout4,$in2
    +	movaps	0x40(%rsp),$inout4
    +	pxor	$inout5,$in3
    +	movaps	0x50(%rsp),$inout5
    +	movdqu	$inout6,($out)
    +	movdqu	$inout7,0x10($out)
    +	movdqu	$in0,0x20($out)
    +	movdqu	$in1,0x30($out)
    +	movdqu	$in2,0x40($out)
    +	movdqu	$in3,0x50($out)
    +	lea	0x60($out),$out
    +	
    +	sub	\$6,$len
    +	jnc	.Lctr32_loop6
    +
    +	add	\$6,$len
    +	jz	.Lctr32_done
    +
    +	lea	-48($rnds_),$rounds
    +	lea	-80($key,$rnds_),$key	# restore $key
    +	neg	$rounds
    +	shr	\$4,$rounds		# restore $rounds
    +	jmp	.Lctr32_tail
    +
    +.align	32
    +.Lctr32_loop8:
    +	 add		\$8,$ctr
    +	movdqa		0x60(%rsp),$inout6
     	aesenc		$rndkey1,$inout0
    -	lea		32($key_),$key
    -	pxor		$rndkey0,$inout2
    +	 mov		$ctr,%r9d
    +	movdqa		0x70(%rsp),$inout7
     	aesenc		$rndkey1,$inout1
    -	 movdqa		.Lincrement32(%rip),$iv1
    -	pxor		$rndkey0,$inout3
    +	 bswap		%r9d
    +	$movkey		0x20-0x80($key),$rndkey0
     	aesenc		$rndkey1,$inout2
    -	 movdqa		$reserved(%rsp),$iv0
    -	pxor		$rndkey0,$inout4
    +	 xor		$key0,%r9d
    +	 nop
     	aesenc		$rndkey1,$inout3
    -	pxor		$rndkey0,$inout5
    -	$movkey		($key),$rndkey0
    -	dec		$rounds
    +	 mov		%r9d,0x00+12(%rsp)
    +	 lea		1($ctr),%r9
     	aesenc		$rndkey1,$inout4
     	aesenc		$rndkey1,$inout5
    -	jmp		.Lctr32_enc_loop6_enter
    -.align	16
    -.Lctr32_enc_loop6:
    +	aesenc		$rndkey1,$inout6
    +	aesenc		$rndkey1,$inout7
    +	$movkey		0x30-0x80($key),$rndkey1
    +___
    +for($i=2;$i<8;$i++) {
    +my $rndkeyx = ($i&1)?$rndkey1:$rndkey0;
    +$code.=<<___;
    +	 bswap		%r9d
    +	aesenc		$rndkeyx,$inout0
    +	aesenc		$rndkeyx,$inout1
    +	 xor		$key0,%r9d
    +	 .byte		0x66,0x90
    +	aesenc		$rndkeyx,$inout2
    +	aesenc		$rndkeyx,$inout3
    +	 mov		%r9d,`0x10*($i-1)`+12(%rsp)
    +	 lea		$i($ctr),%r9
    +	aesenc		$rndkeyx,$inout4
    +	aesenc		$rndkeyx,$inout5
    +	aesenc		$rndkeyx,$inout6
    +	aesenc		$rndkeyx,$inout7
    +	$movkey		`0x20+0x10*$i`-0x80($key),$rndkeyx
    +___
    +}
    +$code.=<<___;
    +	 bswap		%r9d
    +	aesenc		$rndkey0,$inout0
    +	aesenc		$rndkey0,$inout1
    +	aesenc		$rndkey0,$inout2
    +	 xor		$key0,%r9d
    +	 movdqu		0x00($inp),$in0
    +	aesenc		$rndkey0,$inout3
    +	 mov		%r9d,0x70+12(%rsp)
    +	 cmp		\$11,$rounds
    +	aesenc		$rndkey0,$inout4
    +	aesenc		$rndkey0,$inout5
    +	aesenc		$rndkey0,$inout6
    +	aesenc		$rndkey0,$inout7
    +	$movkey		0xa0-0x80($key),$rndkey0
    +
    +	jb		.Lctr32_enc_done
    +
     	aesenc		$rndkey1,$inout0
     	aesenc		$rndkey1,$inout1
    -	dec		$rounds
     	aesenc		$rndkey1,$inout2
     	aesenc		$rndkey1,$inout3
     	aesenc		$rndkey1,$inout4
     	aesenc		$rndkey1,$inout5
    -.Lctr32_enc_loop6_enter:
    -	$movkey		16($key),$rndkey1
    +	aesenc		$rndkey1,$inout6
    +	aesenc		$rndkey1,$inout7
    +	$movkey		0xb0-0x80($key),$rndkey1
    +
     	aesenc		$rndkey0,$inout0
     	aesenc		$rndkey0,$inout1
    -	lea		32($key),$key
     	aesenc		$rndkey0,$inout2
     	aesenc		$rndkey0,$inout3
     	aesenc		$rndkey0,$inout4
     	aesenc		$rndkey0,$inout5
    -	$movkey		($key),$rndkey0
    -	jnz		.Lctr32_enc_loop6
    +	aesenc		$rndkey0,$inout6
    +	aesenc		$rndkey0,$inout7
    +	$movkey		0xc0-0x80($key),$rndkey0
    +	je		.Lctr32_enc_done
     
     	aesenc		$rndkey1,$inout0
    -	 paddd		$iv1,$iv0		# increment counter vector
     	aesenc		$rndkey1,$inout1
    -	 paddd		`$reserved+0x10`(%rsp),$iv1
     	aesenc		$rndkey1,$inout2
    -	 movdqa		$iv0,$reserved(%rsp)	# save counter vector
     	aesenc		$rndkey1,$inout3
    -	 movdqa		$iv1,`$reserved+0x10`(%rsp)
     	aesenc		$rndkey1,$inout4
    -	 pshufb		$bswap_mask,$iv0	# byte swap
     	aesenc		$rndkey1,$inout5
    -	 pshufb		$bswap_mask,$iv1
    +	aesenc		$rndkey1,$inout6
    +	aesenc		$rndkey1,$inout7
    +	$movkey		0xd0-0x80($key),$rndkey1
     
    -	aesenclast	$rndkey0,$inout0
    -	 movups		($inp),$in0		# load input
    -	aesenclast	$rndkey0,$inout1
    +	aesenc		$rndkey0,$inout0
    +	aesenc		$rndkey0,$inout1
    +	aesenc		$rndkey0,$inout2
    +	aesenc		$rndkey0,$inout3
    +	aesenc		$rndkey0,$inout4
    +	aesenc		$rndkey0,$inout5
    +	aesenc		$rndkey0,$inout6
    +	aesenc		$rndkey0,$inout7
    +	$movkey		0xe0-0x80($key),$rndkey0
    +	jmp		.Lctr32_enc_done
    +
    +.align	16
    +.Lctr32_enc_done:
    +	movdqu		0x10($inp),$in1
    +	pxor		$rndkey0,$in0
    +	movdqu		0x20($inp),$in2
    +	pxor		$rndkey0,$in1
    +	movdqu		0x30($inp),$in3
    +	pxor		$rndkey0,$in2
    +	movdqu		0x40($inp),$in4
    +	pxor		$rndkey0,$in3
    +	movdqu		0x50($inp),$in5
    +	pxor		$rndkey0,$in4
    +	pxor		$rndkey0,$in5
    +	aesenc		$rndkey1,$inout0
    +	aesenc		$rndkey1,$inout1
    +	aesenc		$rndkey1,$inout2
    +	aesenc		$rndkey1,$inout3
    +	aesenc		$rndkey1,$inout4
    +	aesenc		$rndkey1,$inout5
    +	aesenc		$rndkey1,$inout6
    +	aesenc		$rndkey1,$inout7
    +	movdqu		0x60($inp),$rndkey1
    +	lea		0x80($inp),$inp
    +
    +	aesenclast	$in0,$inout0
    +	pxor		$rndkey0,$rndkey1
    +	movdqu		0x70-0x80($inp),$in0
    +	aesenclast	$in1,$inout1
    +	pxor		$rndkey0,$in0
    +	movdqa		0x00(%rsp),$in1		# load next counter block
    +	aesenclast	$in2,$inout2
    +	aesenclast	$in3,$inout3
    +	movdqa		0x10(%rsp),$in2
    +	movdqa		0x20(%rsp),$in3
    +	aesenclast	$in4,$inout4
    +	aesenclast	$in5,$inout5
    +	movdqa		0x30(%rsp),$in4
    +	movdqa		0x40(%rsp),$in5
    +	aesenclast	$rndkey1,$inout6
    +	movdqa		0x50(%rsp),$rndkey0
    +	$movkey		0x10-0x80($key),$rndkey1
    +	aesenclast	$in0,$inout7
    +
    +	movups		$inout0,($out)		# store output
    +	movdqa		$in1,$inout0
    +	movups		$inout1,0x10($out)
    +	movdqa		$in2,$inout1
    +	movups		$inout2,0x20($out)
    +	movdqa		$in3,$inout2
    +	movups		$inout3,0x30($out)
    +	movdqa		$in4,$inout3
    +	movups		$inout4,0x40($out)
    +	movdqa		$in5,$inout4
    +	movups		$inout5,0x50($out)
    +	movdqa		$rndkey0,$inout5
    +	movups		$inout6,0x60($out)
    +	movups		$inout7,0x70($out)
    +	lea		0x80($out),$out
    +	
    +	sub	\$8,$len
    +	jnc	.Lctr32_loop8
    +
    +	add	\$8,$len
    +	jz	.Lctr32_done
    +	lea	-0x80($key),$key
    +
    +.Lctr32_tail:
    +	lea	16($key),$key
    +	cmp	\$4,$len
    +	jb	.Lctr32_loop3
    +	je	.Lctr32_loop4
    +
    +	shl		\$4,$rounds
    +	movdqa		0x60(%rsp),$inout6
    +	pxor		$inout7,$inout7
    +
    +	$movkey		16($key),$rndkey0
    +	aesenc		$rndkey1,$inout0
    +	aesenc		$rndkey1,$inout1
    +	lea		32-16($key,$rounds),$key
    +	neg		%rax
    +	aesenc		$rndkey1,$inout2
    +	add		\$16,%rax
    +	 movups		($inp),$in0
    +	aesenc		$rndkey1,$inout3
    +	aesenc		$rndkey1,$inout4
    +	 movups		0x10($inp),$in1
    +	 movups		0x20($inp),$in2
    +	aesenc		$rndkey1,$inout5
    +	aesenc		$rndkey1,$inout6
    +
    +	call            .Lenc_loop8_enter
    +
    +	movdqu	0x30($inp),$in3
    +	pxor	$in0,$inout0
    +	movdqu	0x40($inp),$in0
    +	pxor	$in1,$inout1
    +	movdqu	$inout0,($out)
    +	pxor	$in2,$inout2
    +	movdqu	$inout1,0x10($out)
    +	pxor	$in3,$inout3
    +	movdqu	$inout2,0x20($out)
    +	pxor	$in0,$inout4
    +	movdqu	$inout3,0x30($out)
    +	movdqu	$inout4,0x40($out)
    +	cmp	\$6,$len
    +	jb	.Lctr32_done
    +
    +	movups	0x50($inp),$in1
    +	xorps	$in1,$inout5
    +	movups	$inout5,0x50($out)
    +	je	.Lctr32_done
    +
    +	movups	0x60($inp),$in2
    +	xorps	$in2,$inout6
    +	movups	$inout6,0x60($out)
    +	jmp	.Lctr32_done
    +
    +.align	32
    +.Lctr32_loop4:
    +	aesenc		$rndkey1,$inout0
    +	lea		16($key),$key
    +	dec		$rounds
    +	aesenc		$rndkey1,$inout1
    +	aesenc		$rndkey1,$inout2
    +	aesenc		$rndkey1,$inout3
    +	$movkey		($key),$rndkey1
    +	jnz		.Lctr32_loop4
    +	aesenclast	$rndkey1,$inout0
    +	aesenclast	$rndkey1,$inout1
    +	 movups		($inp),$in0
     	 movups		0x10($inp),$in1
    -	aesenclast	$rndkey0,$inout2
    +	aesenclast	$rndkey1,$inout2
    +	aesenclast	$rndkey1,$inout3
     	 movups		0x20($inp),$in2
    -	aesenclast	$rndkey0,$inout3
     	 movups		0x30($inp),$in3
    -	aesenclast	$rndkey0,$inout4
    -	 movups		0x40($inp),$rndkey1
    -	aesenclast	$rndkey0,$inout5
    -	 movups		0x50($inp),$rndkey0
    -	 lea	0x60($inp),$inp
    -
    -	xorps	$inout0,$in0			# xor
    -	 pshufd	\$`3<<6`,$iv0,$inout0
    -	xorps	$inout1,$in1
    -	 pshufd	\$`2<<6`,$iv0,$inout1
    -	movups	$in0,($out)			# store output
    -	xorps	$inout2,$in2
    -	 pshufd	\$`1<<6`,$iv0,$inout2
    -	movups	$in1,0x10($out)
    -	xorps	$inout3,$in3
    -	movups	$in2,0x20($out)
    -	xorps	$inout4,$rndkey1
    -	movups	$in3,0x30($out)
    -	xorps	$inout5,$rndkey0
    -	movups	$rndkey1,0x40($out)
    -	movups	$rndkey0,0x50($out)
    -	lea	0x60($out),$out
    -	mov	$rnds_,$rounds
    -	sub	\$6,$len
    -	jnc	.Lctr32_loop6
     
    -	add	\$6,$len
    -	jz	.Lctr32_done
    -	mov	$key_,$key			# restore $key
    -	lea	1($rounds,$rounds),$rounds	# restore original value
    +	xorps	$in0,$inout0
    +	movups	$inout0,($out)
    +	xorps	$in1,$inout1
    +	movups	$inout1,0x10($out)
    +	pxor	$in2,$inout2
    +	movdqu	$inout2,0x20($out)
    +	pxor	$in3,$inout3
    +	movdqu	$inout3,0x30($out)
    +	jmp	.Lctr32_done
    +
    +.align	32
    +.Lctr32_loop3:
    +	aesenc		$rndkey1,$inout0
    +	lea		16($key),$key
    +	dec		$rounds
    +	aesenc		$rndkey1,$inout1
    +	aesenc		$rndkey1,$inout2
    +	$movkey		($key),$rndkey1
    +	jnz		.Lctr32_loop3
    +	aesenclast	$rndkey1,$inout0
    +	aesenclast	$rndkey1,$inout1
    +	aesenclast	$rndkey1,$inout2
     
    -.Lctr32_tail:
    -	por	$ivec,$inout0
     	movups	($inp),$in0
    +	xorps	$in0,$inout0
    +	movups	$inout0,($out)
     	cmp	\$2,$len
    -	jb	.Lctr32_one
    +	jb	.Lctr32_done
     
    -	por	$ivec,$inout1
     	movups	0x10($inp),$in1
    -	je	.Lctr32_two
    +	xorps	$in1,$inout1
    +	movups	$inout1,0x10($out)
    +	je	.Lctr32_done
     
    -	pshufd	\$`3<<6`,$iv1,$inout3
    -	por	$ivec,$inout2
     	movups	0x20($inp),$in2
    -	cmp	\$4,$len
    -	jb	.Lctr32_three
    -
    -	pshufd	\$`2<<6`,$iv1,$inout4
    -	por	$ivec,$inout3
    -	movups	0x30($inp),$in3
    -	je	.Lctr32_four
    -
    -	por	$ivec,$inout4
    -	xorps	$inout5,$inout5
    -
    -	call	_aesni_encrypt6
    -
    -	movups	0x40($inp),$rndkey1
    -	xorps	$inout0,$in0
    -	xorps	$inout1,$in1
    -	movups	$in0,($out)
    -	xorps	$inout2,$in2
    -	movups	$in1,0x10($out)
    -	xorps	$inout3,$in3
    -	movups	$in2,0x20($out)
    -	xorps	$inout4,$rndkey1
    -	movups	$in3,0x30($out)
    -	movups	$rndkey1,0x40($out)
    +	xorps	$in2,$inout2
    +	movups	$inout2,0x20($out)
     	jmp	.Lctr32_done
     
     .align	16
    @@ -1245,64 +1566,32 @@ $code.=<<___;
     	movups	($ivp),$inout0
     	movups	($inp),$in0
     	mov	240($key),$rounds		# key->rounds
    -.Lctr32_one:
     ___
     	&aesni_generate1("enc",$key,$rounds);
     $code.=<<___;
    -	xorps	$inout0,$in0
    -	movups	$in0,($out)
    -	jmp	.Lctr32_done
    -
    -.align	16
    -.Lctr32_two:
    -	xorps	$inout2,$inout2
    -	call	_aesni_encrypt3
    -	xorps	$inout0,$in0
    -	xorps	$inout1,$in1
    -	movups	$in0,($out)
    -	movups	$in1,0x10($out)
    -	jmp	.Lctr32_done
    -
    -.align	16
    -.Lctr32_three:
    -	call	_aesni_encrypt3
    -	xorps	$inout0,$in0
    -	xorps	$inout1,$in1
    -	movups	$in0,($out)
    -	xorps	$inout2,$in2
    -	movups	$in1,0x10($out)
    -	movups	$in2,0x20($out)
    +	xorps	$in0,$inout0
    +	movups	$inout0,($out)
     	jmp	.Lctr32_done
     
     .align	16
    -.Lctr32_four:
    -	call	_aesni_encrypt4
    -	xorps	$inout0,$in0
    -	xorps	$inout1,$in1
    -	movups	$in0,($out)
    -	xorps	$inout2,$in2
    -	movups	$in1,0x10($out)
    -	xorps	$inout3,$in3
    -	movups	$in2,0x20($out)
    -	movups	$in3,0x30($out)
    -
     .Lctr32_done:
     ___
     $code.=<<___ if ($win64);
    -	movaps	0x20(%rsp),%xmm6
    -	movaps	0x30(%rsp),%xmm7
    -	movaps	0x40(%rsp),%xmm8
    -	movaps	0x50(%rsp),%xmm9
    -	movaps	0x60(%rsp),%xmm10
    -	movaps	0x70(%rsp),%xmm11
    -	movaps	0x80(%rsp),%xmm12
    -	movaps	0x90(%rsp),%xmm13
    -	movaps	0xa0(%rsp),%xmm14
    -	movaps	0xb0(%rsp),%xmm15
    -	lea	0xc8(%rsp),%rsp
    -.Lctr32_ret:
    +	movaps	-0xa0(%rbp),%xmm6
    +	movaps	-0x90(%rbp),%xmm7
    +	movaps	-0x80(%rbp),%xmm8
    +	movaps	-0x70(%rbp),%xmm9
    +	movaps	-0x60(%rbp),%xmm10
    +	movaps	-0x50(%rbp),%xmm11
    +	movaps	-0x40(%rbp),%xmm12
    +	movaps	-0x30(%rbp),%xmm13
    +	movaps	-0x20(%rbp),%xmm14
    +	movaps	-0x10(%rbp),%xmm15
     ___
     $code.=<<___;
    +	lea	(%rbp),%rsp
    +	pop	%rbp
    +.Lctr32_epilogue:
     	ret
     .size	aesni_ctr32_encrypt_blocks,.-aesni_ctr32_encrypt_blocks
     ___
    @@ -1317,243 +1606,286 @@ ___
     my @tweak=map("%xmm$_",(10..15));
     my ($twmask,$twres,$twtmp)=("%xmm8","%xmm9",@tweak[4]);
     my ($key2,$ivp,$len_)=("%r8","%r9","%r9");
    -my $frame_size = 0x68 + ($win64?160:0);
    +my $frame_size = 0x70 + ($win64?160:0);
     
     $code.=<<___;
     .globl	aesni_xts_encrypt
     .type	aesni_xts_encrypt,\@function,6
     .align	16
     aesni_xts_encrypt:
    -	lea	-$frame_size(%rsp),%rsp
    +	lea	(%rsp),%rax
    +	push	%rbp
    +	sub	\$$frame_size,%rsp
    +	and	\$-16,%rsp	# Linux kernel stack can be incorrectly seeded
     ___
     $code.=<<___ if ($win64);
    -	movaps	%xmm6,0x60(%rsp)
    -	movaps	%xmm7,0x70(%rsp)
    -	movaps	%xmm8,0x80(%rsp)
    -	movaps	%xmm9,0x90(%rsp)
    -	movaps	%xmm10,0xa0(%rsp)
    -	movaps	%xmm11,0xb0(%rsp)
    -	movaps	%xmm12,0xc0(%rsp)
    -	movaps	%xmm13,0xd0(%rsp)
    -	movaps	%xmm14,0xe0(%rsp)
    -	movaps	%xmm15,0xf0(%rsp)
    +	movaps	%xmm6,-0xa8(%rax)
    +	movaps	%xmm7,-0x98(%rax)
    +	movaps	%xmm8,-0x88(%rax)
    +	movaps	%xmm9,-0x78(%rax)
    +	movaps	%xmm10,-0x68(%rax)
    +	movaps	%xmm11,-0x58(%rax)
    +	movaps	%xmm12,-0x48(%rax)
    +	movaps	%xmm13,-0x38(%rax)
    +	movaps	%xmm14,-0x28(%rax)
    +	movaps	%xmm15,-0x18(%rax)
     .Lxts_enc_body:
     ___
     $code.=<<___;
    -	movups	($ivp),@tweak[5]		# load clear-text tweak
    +	lea	-8(%rax),%rbp
    +	movups	($ivp),$inout0			# load clear-text tweak
     	mov	240(%r8),$rounds		# key2->rounds
     	mov	240($key),$rnds_		# key1->rounds
     ___
     	# generate the tweak
    -	&aesni_generate1("enc",$key2,$rounds,@tweak[5]);
    +	&aesni_generate1("enc",$key2,$rounds,$inout0);
     $code.=<<___;
    +	$movkey	($key),$rndkey0			# zero round key
     	mov	$key,$key_			# backup $key
     	mov	$rnds_,$rounds			# backup $rounds
    +	shl	\$4,$rnds_
     	mov	$len,$len_			# backup $len
     	and	\$-16,$len
     
    +	$movkey	16($key,$rnds_),$rndkey1	# last round key
    +
     	movdqa	.Lxts_magic(%rip),$twmask
    -	pxor	$twtmp,$twtmp
    -	pcmpgtd	@tweak[5],$twtmp		# broadcast upper bits
    +	movdqa	$inout0,@tweak[5]
    +	pshufd	\$0x5f,$inout0,$twres
    +	pxor	$rndkey0,$rndkey1
     ___
    +    # alternative tweak calculation algorithm is based on suggestions
    +    # by Shay Gueron. psrad doesn't conflict with AES-NI instructions
    +    # and should help in the future...
         for ($i=0;$i<4;$i++) {
         $code.=<<___;
    -	pshufd	\$0x13,$twtmp,$twres
    -	pxor	$twtmp,$twtmp
    +	movdqa	$twres,$twtmp
    +	paddd	$twres,$twres
     	movdqa	@tweak[5],@tweak[$i]
    -	paddq	@tweak[5],@tweak[5]		# psllq	1,$tweak
    -	pand	$twmask,$twres			# isolate carry and residue
    -	pcmpgtd	@tweak[5],$twtmp		# broadcat upper bits
    -	pxor	$twres,@tweak[5]
    +	psrad	\$31,$twtmp			# broadcast upper bits
    +	paddq	@tweak[5],@tweak[5]
    +	pand	$twmask,$twtmp
    +	pxor	$rndkey0,@tweak[$i]
    +	pxor	$twtmp,@tweak[5]
     ___
         }
     $code.=<<___;
    +	movdqa	@tweak[5],@tweak[4]
    +	psrad	\$31,$twres
    +	paddq	@tweak[5],@tweak[5]
    +	pand	$twmask,$twres
    +	pxor	$rndkey0,@tweak[4]
    +	pxor	$twres,@tweak[5]
    +	movaps	$rndkey1,0x60(%rsp)		# save round[0]^round[last]
    +
     	sub	\$16*6,$len
     	jc	.Lxts_enc_short
     
    -	shr	\$1,$rounds
    -	sub	\$1,$rounds
    -	mov	$rounds,$rnds_
    +	mov	\$16+96,$rounds
    +	lea	32($key_,$rnds_),$key		# end of key schedule
    +	sub	%r10,%rax			# twisted $rounds
    +	$movkey	16($key_),$rndkey1
    +	mov	%rax,%r10			# backup twisted $rounds
    +	lea	.Lxts_magic(%rip),%r8
     	jmp	.Lxts_enc_grandloop
     
    -.align	16
    +.align	32
     .Lxts_enc_grandloop:
    -	pshufd	\$0x13,$twtmp,$twres
    -	movdqa	@tweak[5],@tweak[4]
    -	paddq	@tweak[5],@tweak[5]		# psllq 1,$tweak
     	movdqu	`16*0`($inp),$inout0		# load input
    -	pand	$twmask,$twres			# isolate carry and residue
    +	movdqa	$rndkey0,$twmask
     	movdqu	`16*1`($inp),$inout1
    -	pxor	$twres,@tweak[5]
    -
    +	pxor	@tweak[0],$inout0
     	movdqu	`16*2`($inp),$inout2
    -	pxor	@tweak[0],$inout0		# input^=tweak
    -	movdqu	`16*3`($inp),$inout3
     	pxor	@tweak[1],$inout1
    -	movdqu	`16*4`($inp),$inout4
    +	 aesenc		$rndkey1,$inout0
    +	movdqu	`16*3`($inp),$inout3
     	pxor	@tweak[2],$inout2
    -	movdqu	`16*5`($inp),$inout5
    -	lea	`16*6`($inp),$inp
    +	 aesenc		$rndkey1,$inout1
    +	movdqu	`16*4`($inp),$inout4
     	pxor	@tweak[3],$inout3
    -	$movkey		($key_),$rndkey0
    +	 aesenc		$rndkey1,$inout2
    +	movdqu	`16*5`($inp),$inout5
    +	pxor	@tweak[5],$twmask		# round[0]^=tweak[5]
    +	 movdqa	0x60(%rsp),$twres		# load round[0]^round[last]
     	pxor	@tweak[4],$inout4
    -	pxor	@tweak[5],$inout5
    +	 aesenc		$rndkey1,$inout3
    +	$movkey	32($key_),$rndkey0
    +	lea	`16*6`($inp),$inp
    +	pxor	$twmask,$inout5
     
    -	# inline _aesni_encrypt6 and interleave first and last rounds
    -	# with own code...
    -	$movkey		16($key_),$rndkey1
    -	pxor		$rndkey0,$inout0
    -	pxor		$rndkey0,$inout1
    -	 movdqa	@tweak[0],`16*0`(%rsp)		# put aside tweaks
    -	aesenc		$rndkey1,$inout0
    -	lea		32($key_),$key
    -	pxor		$rndkey0,$inout2
    +	 pxor	$twres,@tweak[0]
    +	aesenc		$rndkey1,$inout4
    +	 pxor	$twres,@tweak[1]
    +	 movdqa	@tweak[0],`16*0`(%rsp)		# put aside tweaks^last round key
    +	aesenc		$rndkey1,$inout5
    +	$movkey		48($key_),$rndkey1
    +	 pxor	$twres,@tweak[2]
    +
    +	aesenc		$rndkey0,$inout0
    +	 pxor	$twres,@tweak[3]
     	 movdqa	@tweak[1],`16*1`(%rsp)
    -	aesenc		$rndkey1,$inout1
    -	pxor		$rndkey0,$inout3
    +	aesenc		$rndkey0,$inout1
    +	 pxor	$twres,@tweak[4]
     	 movdqa	@tweak[2],`16*2`(%rsp)
    -	aesenc		$rndkey1,$inout2
    -	pxor		$rndkey0,$inout4
    -	 movdqa	@tweak[3],`16*3`(%rsp)
    -	aesenc		$rndkey1,$inout3
    -	pxor		$rndkey0,$inout5
    -	$movkey		($key),$rndkey0
    -	dec		$rounds
    +	aesenc		$rndkey0,$inout2
    +	aesenc		$rndkey0,$inout3
    +	 pxor	$twres,$twmask
     	 movdqa	@tweak[4],`16*4`(%rsp)
    -	aesenc		$rndkey1,$inout4
    -	 movdqa	@tweak[5],`16*5`(%rsp)
    -	aesenc		$rndkey1,$inout5
    -	pxor	$twtmp,$twtmp
    -	pcmpgtd	@tweak[5],$twtmp
    -	jmp		.Lxts_enc_loop6_enter
    -
    -.align	16
    +	aesenc		$rndkey0,$inout4
    +	aesenc		$rndkey0,$inout5
    +	$movkey		64($key_),$rndkey0
    +	 movdqa	$twmask,`16*5`(%rsp)
    +	pshufd	\$0x5f,@tweak[5],$twres
    +	jmp	.Lxts_enc_loop6
    +.align	32
     .Lxts_enc_loop6:
     	aesenc		$rndkey1,$inout0
     	aesenc		$rndkey1,$inout1
    -	dec		$rounds
     	aesenc		$rndkey1,$inout2
     	aesenc		$rndkey1,$inout3
     	aesenc		$rndkey1,$inout4
     	aesenc		$rndkey1,$inout5
    -.Lxts_enc_loop6_enter:
    -	$movkey		16($key),$rndkey1
    +	$movkey		-64($key,%rax),$rndkey1
    +	add		\$32,%rax
    +
     	aesenc		$rndkey0,$inout0
     	aesenc		$rndkey0,$inout1
    -	lea		32($key),$key
     	aesenc		$rndkey0,$inout2
     	aesenc		$rndkey0,$inout3
     	aesenc		$rndkey0,$inout4
     	aesenc		$rndkey0,$inout5
    -	$movkey		($key),$rndkey0
    +	$movkey		-80($key,%rax),$rndkey0
     	jnz		.Lxts_enc_loop6
     
    -	pshufd	\$0x13,$twtmp,$twres
    -	pxor	$twtmp,$twtmp
    -	paddq	@tweak[5],@tweak[5]		# psllq	1,$tweak
    +	movdqa	(%r8),$twmask
    +	movdqa	$twres,$twtmp
    +	paddd	$twres,$twres
     	 aesenc		$rndkey1,$inout0
    -	pand	$twmask,$twres			# isolate carry and residue
    +	paddq	@tweak[5],@tweak[5]
    +	psrad	\$31,$twtmp
     	 aesenc		$rndkey1,$inout1
    -	pcmpgtd	@tweak[5],$twtmp		# broadcast upper bits
    +	pand	$twmask,$twtmp
    +	$movkey	($key_),@tweak[0]		# load round[0]
     	 aesenc		$rndkey1,$inout2
    -	pxor	$twres,@tweak[5]
     	 aesenc		$rndkey1,$inout3
     	 aesenc		$rndkey1,$inout4
    +	pxor	$twtmp,@tweak[5]
    +	movaps	@tweak[0],@tweak[1]		# copy round[0]
     	 aesenc		$rndkey1,$inout5
    -	 $movkey	16($key),$rndkey1
    +	 $movkey	-64($key),$rndkey1
     
    -	pshufd	\$0x13,$twtmp,$twres
    -	pxor	$twtmp,$twtmp
    -	movdqa	@tweak[5],@tweak[0]
    -	paddq	@tweak[5],@tweak[5]		# psllq	1,$tweak
    +	movdqa	$twres,$twtmp
     	 aesenc		$rndkey0,$inout0
    -	pand	$twmask,$twres			# isolate carry and residue
    +	paddd	$twres,$twres
    +	pxor	@tweak[5],@tweak[0]
     	 aesenc		$rndkey0,$inout1
    -	pcmpgtd	@tweak[5],$twtmp		# broadcat upper bits
    +	psrad	\$31,$twtmp
    +	paddq	@tweak[5],@tweak[5]
     	 aesenc		$rndkey0,$inout2
    -	pxor	$twres,@tweak[5]
     	 aesenc		$rndkey0,$inout3
    +	pand	$twmask,$twtmp
    +	movaps	@tweak[1],@tweak[2]
     	 aesenc		$rndkey0,$inout4
    +	pxor	$twtmp,@tweak[5]
    +	movdqa	$twres,$twtmp
     	 aesenc		$rndkey0,$inout5
    -	 $movkey	32($key),$rndkey0
    +	 $movkey	-48($key),$rndkey0
     
    -	pshufd	\$0x13,$twtmp,$twres
    -	pxor	$twtmp,$twtmp
    -	movdqa	@tweak[5],@tweak[1]
    -	paddq	@tweak[5],@tweak[5]		# psllq	1,$tweak
    +	paddd	$twres,$twres
     	 aesenc		$rndkey1,$inout0
    -	pand	$twmask,$twres			# isolate carry and residue
    +	pxor	@tweak[5],@tweak[1]
    +	psrad	\$31,$twtmp
     	 aesenc		$rndkey1,$inout1
    -	pcmpgtd	@tweak[5],$twtmp		# broadcat upper bits
    +	paddq	@tweak[5],@tweak[5]
    +	pand	$twmask,$twtmp
     	 aesenc		$rndkey1,$inout2
    -	pxor	$twres,@tweak[5]
     	 aesenc		$rndkey1,$inout3
    +	 movdqa	@tweak[3],`16*3`(%rsp)
    +	pxor	$twtmp,@tweak[5]
     	 aesenc		$rndkey1,$inout4
    +	movaps	@tweak[2],@tweak[3]
    +	movdqa	$twres,$twtmp
     	 aesenc		$rndkey1,$inout5
    +	 $movkey	-32($key),$rndkey1
     
    -	pshufd	\$0x13,$twtmp,$twres
    -	pxor	$twtmp,$twtmp
    -	movdqa	@tweak[5],@tweak[2]
    -	paddq	@tweak[5],@tweak[5]		# psllq	1,$tweak
    -	 aesenclast	$rndkey0,$inout0
    -	pand	$twmask,$twres			# isolate carry and residue
    -	 aesenclast	$rndkey0,$inout1
    -	pcmpgtd	@tweak[5],$twtmp		# broadcat upper bits
    -	 aesenclast	$rndkey0,$inout2
    -	pxor	$twres,@tweak[5]
    -	 aesenclast	$rndkey0,$inout3
    -	 aesenclast	$rndkey0,$inout4
    -	 aesenclast	$rndkey0,$inout5
    -
    -	pshufd	\$0x13,$twtmp,$twres
    -	pxor	$twtmp,$twtmp
    -	movdqa	@tweak[5],@tweak[3]
    -	paddq	@tweak[5],@tweak[5]		# psllq	1,$tweak
    -	 xorps	`16*0`(%rsp),$inout0		# output^=tweak
    -	pand	$twmask,$twres			# isolate carry and residue
    -	 xorps	`16*1`(%rsp),$inout1
    -	pcmpgtd	@tweak[5],$twtmp		# broadcat upper bits
    +	paddd	$twres,$twres
    +	 aesenc		$rndkey0,$inout0
    +	pxor	@tweak[5],@tweak[2]
    +	psrad	\$31,$twtmp
    +	 aesenc		$rndkey0,$inout1
    +	paddq	@tweak[5],@tweak[5]
    +	pand	$twmask,$twtmp
    +	 aesenc		$rndkey0,$inout2
    +	 aesenc		$rndkey0,$inout3
    +	 aesenc		$rndkey0,$inout4
    +	pxor	$twtmp,@tweak[5]
    +	movaps	@tweak[3],@tweak[4]
    +	 aesenc		$rndkey0,$inout5
    +
    +	movdqa	$twres,$rndkey0
    +	paddd	$twres,$twres
    +	 aesenc		$rndkey1,$inout0
    +	pxor	@tweak[5],@tweak[3]
    +	psrad	\$31,$rndkey0
    +	 aesenc		$rndkey1,$inout1
    +	paddq	@tweak[5],@tweak[5]
    +	pand	$twmask,$rndkey0
    +	 aesenc		$rndkey1,$inout2
    +	 aesenc		$rndkey1,$inout3
    +	pxor	$rndkey0,@tweak[5]
    +	$movkey		($key_),$rndkey0
    +	 aesenc		$rndkey1,$inout4
    +	 aesenc		$rndkey1,$inout5
    +	$movkey		16($key_),$rndkey1
    +
    +	pxor	@tweak[5],@tweak[4]
    +	 aesenclast	`16*0`(%rsp),$inout0
    +	psrad	\$31,$twres
    +	paddq	@tweak[5],@tweak[5]
    +	 aesenclast	`16*1`(%rsp),$inout1
    +	 aesenclast	`16*2`(%rsp),$inout2
    +	pand	$twmask,$twres
    +	mov	%r10,%rax			# restore $rounds
    +	 aesenclast	`16*3`(%rsp),$inout3
    +	 aesenclast	`16*4`(%rsp),$inout4
    +	 aesenclast	`16*5`(%rsp),$inout5
     	pxor	$twres,@tweak[5]
     
    -	xorps	`16*2`(%rsp),$inout2
    -	movups	$inout0,`16*0`($out)		# write output
    -	xorps	`16*3`(%rsp),$inout3
    -	movups	$inout1,`16*1`($out)
    -	xorps	`16*4`(%rsp),$inout4
    -	movups	$inout2,`16*2`($out)
    -	xorps	`16*5`(%rsp),$inout5
    -	movups	$inout3,`16*3`($out)
    -	mov	$rnds_,$rounds			# restore $rounds
    -	movups	$inout4,`16*4`($out)
    -	movups	$inout5,`16*5`($out)
     	lea	`16*6`($out),$out
    +	movups	$inout0,`-16*6`($out)		# write output
    +	movups	$inout1,`-16*5`($out)
    +	movups	$inout2,`-16*4`($out)
    +	movups	$inout3,`-16*3`($out)
    +	movups	$inout4,`-16*2`($out)
    +	movups	$inout5,`-16*1`($out)
     	sub	\$16*6,$len
     	jnc	.Lxts_enc_grandloop
     
    -	lea	3($rounds,$rounds),$rounds	# restore original value
    +	mov	\$16+96,$rounds
    +	sub	$rnds_,$rounds
     	mov	$key_,$key			# restore $key
    -	mov	$rounds,$rnds_			# backup $rounds
    +	shr	\$4,$rounds			# restore original value
     
     .Lxts_enc_short:
    +	mov	$rounds,$rnds_			# backup $rounds
    +	pxor	$rndkey0,@tweak[0]
     	add	\$16*6,$len
     	jz	.Lxts_enc_done
     
    +	pxor	$rndkey0,@tweak[1]
     	cmp	\$0x20,$len
     	jb	.Lxts_enc_one
    +	pxor	$rndkey0,@tweak[2]
     	je	.Lxts_enc_two
     
    +	pxor	$rndkey0,@tweak[3]
     	cmp	\$0x40,$len
     	jb	.Lxts_enc_three
    +	pxor	$rndkey0,@tweak[4]
     	je	.Lxts_enc_four
     
    -	pshufd	\$0x13,$twtmp,$twres
    -	movdqa	@tweak[5],@tweak[4]
    -	paddq	@tweak[5],@tweak[5]		# psllq 1,$tweak
    -	 movdqu	($inp),$inout0
    -	pand	$twmask,$twres			# isolate carry and residue
    -	 movdqu	16*1($inp),$inout1
    -	pxor	$twres,@tweak[5]
    -
    +	movdqu	($inp),$inout0
    +	movdqu	16*1($inp),$inout1
     	movdqu	16*2($inp),$inout2
     	pxor	@tweak[0],$inout0
     	movdqu	16*3($inp),$inout3
    @@ -1602,7 +1934,7 @@ $code.=<<___;
     	xorps	@tweak[0],$inout0
     	xorps	@tweak[1],$inout1
     
    -	call	_aesni_encrypt3
    +	call	_aesni_encrypt2
     
     	xorps	@tweak[0],$inout0
     	movdqa	@tweak[2],@tweak[0]
    @@ -1648,15 +1980,15 @@ $code.=<<___;
     
     	call	_aesni_encrypt4
     
    -	xorps	@tweak[0],$inout0
    -	movdqa	@tweak[5],@tweak[0]
    -	xorps	@tweak[1],$inout1
    -	xorps	@tweak[2],$inout2
    -	movups	$inout0,($out)
    -	xorps	@tweak[3],$inout3
    -	movups	$inout1,16*1($out)
    -	movups	$inout2,16*2($out)
    -	movups	$inout3,16*3($out)
    +	pxor	@tweak[0],$inout0
    +	movdqa	@tweak[4],@tweak[0]
    +	pxor	@tweak[1],$inout1
    +	pxor	@tweak[2],$inout2
    +	movdqu	$inout0,($out)
    +	pxor	@tweak[3],$inout3
    +	movdqu	$inout1,16*1($out)
    +	movdqu	$inout2,16*2($out)
    +	movdqu	$inout3,16*3($out)
     	lea	16*4($out),$out
     	jmp	.Lxts_enc_done
     
    @@ -1691,19 +2023,20 @@ $code.=<<___;
     .Lxts_enc_ret:
     ___
     $code.=<<___ if ($win64);
    -	movaps	0x60(%rsp),%xmm6
    -	movaps	0x70(%rsp),%xmm7
    -	movaps	0x80(%rsp),%xmm8
    -	movaps	0x90(%rsp),%xmm9
    -	movaps	0xa0(%rsp),%xmm10
    -	movaps	0xb0(%rsp),%xmm11
    -	movaps	0xc0(%rsp),%xmm12
    -	movaps	0xd0(%rsp),%xmm13
    -	movaps	0xe0(%rsp),%xmm14
    -	movaps	0xf0(%rsp),%xmm15
    +	movaps	-0xa0(%rbp),%xmm6
    +	movaps	-0x90(%rbp),%xmm7
    +	movaps	-0x80(%rbp),%xmm8
    +	movaps	-0x70(%rbp),%xmm9
    +	movaps	-0x60(%rbp),%xmm10
    +	movaps	-0x50(%rbp),%xmm11
    +	movaps	-0x40(%rbp),%xmm12
    +	movaps	-0x30(%rbp),%xmm13
    +	movaps	-0x20(%rbp),%xmm14
    +	movaps	-0x10(%rbp),%xmm15
     ___
     $code.=<<___;
    -	lea	$frame_size(%rsp),%rsp
    +	lea	(%rbp),%rsp
    +	pop	%rbp
     .Lxts_enc_epilogue:
     	ret
     .size	aesni_xts_encrypt,.-aesni_xts_encrypt
    @@ -1714,28 +2047,32 @@ $code.=<<___;
     .type	aesni_xts_decrypt,\@function,6
     .align	16
     aesni_xts_decrypt:
    -	lea	-$frame_size(%rsp),%rsp
    +	lea	(%rsp),%rax
    +	push	%rbp
    +	sub	\$$frame_size,%rsp
    +	and	\$-16,%rsp	# Linux kernel stack can be incorrectly seeded
     ___
     $code.=<<___ if ($win64);
    -	movaps	%xmm6,0x60(%rsp)
    -	movaps	%xmm7,0x70(%rsp)
    -	movaps	%xmm8,0x80(%rsp)
    -	movaps	%xmm9,0x90(%rsp)
    -	movaps	%xmm10,0xa0(%rsp)
    -	movaps	%xmm11,0xb0(%rsp)
    -	movaps	%xmm12,0xc0(%rsp)
    -	movaps	%xmm13,0xd0(%rsp)
    -	movaps	%xmm14,0xe0(%rsp)
    -	movaps	%xmm15,0xf0(%rsp)
    +	movaps	%xmm6,-0xa8(%rax)
    +	movaps	%xmm7,-0x98(%rax)
    +	movaps	%xmm8,-0x88(%rax)
    +	movaps	%xmm9,-0x78(%rax)
    +	movaps	%xmm10,-0x68(%rax)
    +	movaps	%xmm11,-0x58(%rax)
    +	movaps	%xmm12,-0x48(%rax)
    +	movaps	%xmm13,-0x38(%rax)
    +	movaps	%xmm14,-0x28(%rax)
    +	movaps	%xmm15,-0x18(%rax)
     .Lxts_dec_body:
     ___
     $code.=<<___;
    -	movups	($ivp),@tweak[5]		# load clear-text tweak
    +	lea	-8(%rax),%rbp
    +	movups	($ivp),$inout0			# load clear-text tweak
     	mov	240($key2),$rounds		# key2->rounds
     	mov	240($key),$rnds_		# key1->rounds
     ___
     	# generate the tweak
    -	&aesni_generate1("enc",$key2,$rounds,@tweak[5]);
    +	&aesni_generate1("enc",$key2,$rounds,$inout0);
     $code.=<<___;
     	xor	%eax,%eax			# if ($len%16) len-=16;
     	test	\$15,$len
    @@ -1743,213 +2080,249 @@ $code.=<<___;
     	shl	\$4,%rax
     	sub	%rax,$len
     
    +	$movkey	($key),$rndkey0			# zero round key
     	mov	$key,$key_			# backup $key
     	mov	$rnds_,$rounds			# backup $rounds
    +	shl	\$4,$rnds_
     	mov	$len,$len_			# backup $len
     	and	\$-16,$len
     
    +	$movkey	16($key,$rnds_),$rndkey1	# last round key
    +
     	movdqa	.Lxts_magic(%rip),$twmask
    -	pxor	$twtmp,$twtmp
    -	pcmpgtd	@tweak[5],$twtmp		# broadcast upper bits
    +	movdqa	$inout0,@tweak[5]
    +	pshufd	\$0x5f,$inout0,$twres
    +	pxor	$rndkey0,$rndkey1
     ___
         for ($i=0;$i<4;$i++) {
         $code.=<<___;
    -	pshufd	\$0x13,$twtmp,$twres
    -	pxor	$twtmp,$twtmp
    +	movdqa	$twres,$twtmp
    +	paddd	$twres,$twres
     	movdqa	@tweak[5],@tweak[$i]
    -	paddq	@tweak[5],@tweak[5]		# psllq	1,$tweak
    -	pand	$twmask,$twres			# isolate carry and residue
    -	pcmpgtd	@tweak[5],$twtmp		# broadcat upper bits
    -	pxor	$twres,@tweak[5]
    +	psrad	\$31,$twtmp			# broadcast upper bits
    +	paddq	@tweak[5],@tweak[5]
    +	pand	$twmask,$twtmp
    +	pxor	$rndkey0,@tweak[$i]
    +	pxor	$twtmp,@tweak[5]
     ___
         }
     $code.=<<___;
    +	movdqa	@tweak[5],@tweak[4]
    +	psrad	\$31,$twres
    +	paddq	@tweak[5],@tweak[5]
    +	pand	$twmask,$twres
    +	pxor	$rndkey0,@tweak[4]
    +	pxor	$twres,@tweak[5]
    +	movaps	$rndkey1,0x60(%rsp)		# save round[0]^round[last]
    +
     	sub	\$16*6,$len
     	jc	.Lxts_dec_short
     
    -	shr	\$1,$rounds
    -	sub	\$1,$rounds
    -	mov	$rounds,$rnds_
    +	mov	\$16+96,$rounds
    +	lea	32($key_,$rnds_),$key		# end of key schedule
    +	sub	%r10,%rax			# twisted $rounds
    +	$movkey	16($key_),$rndkey1
    +	mov	%rax,%r10			# backup twisted $rounds
    +	lea	.Lxts_magic(%rip),%r8
     	jmp	.Lxts_dec_grandloop
     
    -.align	16
    +.align	32
     .Lxts_dec_grandloop:
    -	pshufd	\$0x13,$twtmp,$twres
    -	movdqa	@tweak[5],@tweak[4]
    -	paddq	@tweak[5],@tweak[5]		# psllq 1,$tweak
     	movdqu	`16*0`($inp),$inout0		# load input
    -	pand	$twmask,$twres			# isolate carry and residue
    +	movdqa	$rndkey0,$twmask
     	movdqu	`16*1`($inp),$inout1
    -	pxor	$twres,@tweak[5]
    -
    +	pxor	@tweak[0],$inout0
     	movdqu	`16*2`($inp),$inout2
    -	pxor	@tweak[0],$inout0		# input^=tweak
    -	movdqu	`16*3`($inp),$inout3
     	pxor	@tweak[1],$inout1
    -	movdqu	`16*4`($inp),$inout4
    +	 aesdec		$rndkey1,$inout0
    +	movdqu	`16*3`($inp),$inout3
     	pxor	@tweak[2],$inout2
    -	movdqu	`16*5`($inp),$inout5
    -	lea	`16*6`($inp),$inp
    +	 aesdec		$rndkey1,$inout1
    +	movdqu	`16*4`($inp),$inout4
     	pxor	@tweak[3],$inout3
    -	$movkey		($key_),$rndkey0
    +	 aesdec		$rndkey1,$inout2
    +	movdqu	`16*5`($inp),$inout5
    +	pxor	@tweak[5],$twmask		# round[0]^=tweak[5]
    +	 movdqa	0x60(%rsp),$twres		# load round[0]^round[last]
     	pxor	@tweak[4],$inout4
    -	pxor	@tweak[5],$inout5
    +	 aesdec		$rndkey1,$inout3
    +	$movkey	32($key_),$rndkey0
    +	lea	`16*6`($inp),$inp
    +	pxor	$twmask,$inout5
     
    -	# inline _aesni_decrypt6 and interleave first and last rounds
    -	# with own code...
    -	$movkey		16($key_),$rndkey1
    -	pxor		$rndkey0,$inout0
    -	pxor		$rndkey0,$inout1
    -	 movdqa	@tweak[0],`16*0`(%rsp)		# put aside tweaks
    -	aesdec		$rndkey1,$inout0
    -	lea		32($key_),$key
    -	pxor		$rndkey0,$inout2
    -	 movdqa	@tweak[1],`16*1`(%rsp)
    -	aesdec		$rndkey1,$inout1
    -	pxor		$rndkey0,$inout3
    -	 movdqa	@tweak[2],`16*2`(%rsp)
    -	aesdec		$rndkey1,$inout2
    -	pxor		$rndkey0,$inout4
    -	 movdqa	@tweak[3],`16*3`(%rsp)
    -	aesdec		$rndkey1,$inout3
    -	pxor		$rndkey0,$inout5
    -	$movkey		($key),$rndkey0
    -	dec		$rounds
    -	 movdqa	@tweak[4],`16*4`(%rsp)
    +	 pxor	$twres,@tweak[0]
     	aesdec		$rndkey1,$inout4
    -	 movdqa	@tweak[5],`16*5`(%rsp)
    +	 pxor	$twres,@tweak[1]
    +	 movdqa	@tweak[0],`16*0`(%rsp)		# put aside tweaks^last round key
     	aesdec		$rndkey1,$inout5
    -	pxor	$twtmp,$twtmp
    -	pcmpgtd	@tweak[5],$twtmp
    -	jmp		.Lxts_dec_loop6_enter
    +	$movkey		48($key_),$rndkey1
    +	 pxor	$twres,@tweak[2]
     
    -.align	16
    +	aesdec		$rndkey0,$inout0
    +	 pxor	$twres,@tweak[3]
    +	 movdqa	@tweak[1],`16*1`(%rsp)
    +	aesdec		$rndkey0,$inout1
    +	 pxor	$twres,@tweak[4]
    +	 movdqa	@tweak[2],`16*2`(%rsp)
    +	aesdec		$rndkey0,$inout2
    +	aesdec		$rndkey0,$inout3
    +	 pxor	$twres,$twmask
    +	 movdqa	@tweak[4],`16*4`(%rsp)
    +	aesdec		$rndkey0,$inout4
    +	aesdec		$rndkey0,$inout5
    +	$movkey		64($key_),$rndkey0
    +	 movdqa	$twmask,`16*5`(%rsp)
    +	pshufd	\$0x5f,@tweak[5],$twres
    +	jmp	.Lxts_dec_loop6
    +.align	32
     .Lxts_dec_loop6:
     	aesdec		$rndkey1,$inout0
     	aesdec		$rndkey1,$inout1
    -	dec		$rounds
     	aesdec		$rndkey1,$inout2
     	aesdec		$rndkey1,$inout3
     	aesdec		$rndkey1,$inout4
     	aesdec		$rndkey1,$inout5
    -.Lxts_dec_loop6_enter:
    -	$movkey		16($key),$rndkey1
    +	$movkey		-64($key,%rax),$rndkey1
    +	add		\$32,%rax
    +
     	aesdec		$rndkey0,$inout0
     	aesdec		$rndkey0,$inout1
    -	lea		32($key),$key
     	aesdec		$rndkey0,$inout2
     	aesdec		$rndkey0,$inout3
     	aesdec		$rndkey0,$inout4
     	aesdec		$rndkey0,$inout5
    -	$movkey		($key),$rndkey0
    +	$movkey		-80($key,%rax),$rndkey0
     	jnz		.Lxts_dec_loop6
     
    -	pshufd	\$0x13,$twtmp,$twres
    -	pxor	$twtmp,$twtmp
    -	paddq	@tweak[5],@tweak[5]		# psllq	1,$tweak
    +	movdqa	(%r8),$twmask
    +	movdqa	$twres,$twtmp
    +	paddd	$twres,$twres
     	 aesdec		$rndkey1,$inout0
    -	pand	$twmask,$twres			# isolate carry and residue
    +	paddq	@tweak[5],@tweak[5]
    +	psrad	\$31,$twtmp
     	 aesdec		$rndkey1,$inout1
    -	pcmpgtd	@tweak[5],$twtmp		# broadcast upper bits
    +	pand	$twmask,$twtmp
    +	$movkey	($key_),@tweak[0]		# load round[0]
     	 aesdec		$rndkey1,$inout2
    -	pxor	$twres,@tweak[5]
     	 aesdec		$rndkey1,$inout3
     	 aesdec		$rndkey1,$inout4
    +	pxor	$twtmp,@tweak[5]
    +	movaps	@tweak[0],@tweak[1]		# copy round[0]
     	 aesdec		$rndkey1,$inout5
    -	 $movkey	16($key),$rndkey1
    +	 $movkey	-64($key),$rndkey1
     
    -	pshufd	\$0x13,$twtmp,$twres
    -	pxor	$twtmp,$twtmp
    -	movdqa	@tweak[5],@tweak[0]
    -	paddq	@tweak[5],@tweak[5]		# psllq	1,$tweak
    +	movdqa	$twres,$twtmp
     	 aesdec		$rndkey0,$inout0
    -	pand	$twmask,$twres			# isolate carry and residue
    +	paddd	$twres,$twres
    +	pxor	@tweak[5],@tweak[0]
     	 aesdec		$rndkey0,$inout1
    -	pcmpgtd	@tweak[5],$twtmp		# broadcat upper bits
    +	psrad	\$31,$twtmp
    +	paddq	@tweak[5],@tweak[5]
     	 aesdec		$rndkey0,$inout2
    -	pxor	$twres,@tweak[5]
     	 aesdec		$rndkey0,$inout3
    +	pand	$twmask,$twtmp
    +	movaps	@tweak[1],@tweak[2]
     	 aesdec		$rndkey0,$inout4
    +	pxor	$twtmp,@tweak[5]
    +	movdqa	$twres,$twtmp
     	 aesdec		$rndkey0,$inout5
    -	 $movkey	32($key),$rndkey0
    +	 $movkey	-48($key),$rndkey0
     
    -	pshufd	\$0x13,$twtmp,$twres
    -	pxor	$twtmp,$twtmp
    -	movdqa	@tweak[5],@tweak[1]
    -	paddq	@tweak[5],@tweak[5]		# psllq	1,$tweak
    +	paddd	$twres,$twres
     	 aesdec		$rndkey1,$inout0
    -	pand	$twmask,$twres			# isolate carry and residue
    +	pxor	@tweak[5],@tweak[1]
    +	psrad	\$31,$twtmp
     	 aesdec		$rndkey1,$inout1
    -	pcmpgtd	@tweak[5],$twtmp		# broadcat upper bits
    +	paddq	@tweak[5],@tweak[5]
    +	pand	$twmask,$twtmp
     	 aesdec		$rndkey1,$inout2
    -	pxor	$twres,@tweak[5]
     	 aesdec		$rndkey1,$inout3
    +	 movdqa	@tweak[3],`16*3`(%rsp)
    +	pxor	$twtmp,@tweak[5]
     	 aesdec		$rndkey1,$inout4
    +	movaps	@tweak[2],@tweak[3]
    +	movdqa	$twres,$twtmp
     	 aesdec		$rndkey1,$inout5
    +	 $movkey	-32($key),$rndkey1
     
    -	pshufd	\$0x13,$twtmp,$twres
    -	pxor	$twtmp,$twtmp
    -	movdqa	@tweak[5],@tweak[2]
    -	paddq	@tweak[5],@tweak[5]		# psllq	1,$tweak
    -	 aesdeclast	$rndkey0,$inout0
    -	pand	$twmask,$twres			# isolate carry and residue
    -	 aesdeclast	$rndkey0,$inout1
    -	pcmpgtd	@tweak[5],$twtmp		# broadcat upper bits
    -	 aesdeclast	$rndkey0,$inout2
    -	pxor	$twres,@tweak[5]
    -	 aesdeclast	$rndkey0,$inout3
    -	 aesdeclast	$rndkey0,$inout4
    -	 aesdeclast	$rndkey0,$inout5
    -
    -	pshufd	\$0x13,$twtmp,$twres
    -	pxor	$twtmp,$twtmp
    -	movdqa	@tweak[5],@tweak[3]
    -	paddq	@tweak[5],@tweak[5]		# psllq	1,$tweak
    -	 xorps	`16*0`(%rsp),$inout0		# output^=tweak
    -	pand	$twmask,$twres			# isolate carry and residue
    -	 xorps	`16*1`(%rsp),$inout1
    -	pcmpgtd	@tweak[5],$twtmp		# broadcat upper bits
    +	paddd	$twres,$twres
    +	 aesdec		$rndkey0,$inout0
    +	pxor	@tweak[5],@tweak[2]
    +	psrad	\$31,$twtmp
    +	 aesdec		$rndkey0,$inout1
    +	paddq	@tweak[5],@tweak[5]
    +	pand	$twmask,$twtmp
    +	 aesdec		$rndkey0,$inout2
    +	 aesdec		$rndkey0,$inout3
    +	 aesdec		$rndkey0,$inout4
    +	pxor	$twtmp,@tweak[5]
    +	movaps	@tweak[3],@tweak[4]
    +	 aesdec		$rndkey0,$inout5
    +
    +	movdqa	$twres,$rndkey0
    +	paddd	$twres,$twres
    +	 aesdec		$rndkey1,$inout0
    +	pxor	@tweak[5],@tweak[3]
    +	psrad	\$31,$rndkey0
    +	 aesdec		$rndkey1,$inout1
    +	paddq	@tweak[5],@tweak[5]
    +	pand	$twmask,$rndkey0
    +	 aesdec		$rndkey1,$inout2
    +	 aesdec		$rndkey1,$inout3
    +	pxor	$rndkey0,@tweak[5]
    +	$movkey		($key_),$rndkey0
    +	 aesdec		$rndkey1,$inout4
    +	 aesdec		$rndkey1,$inout5
    +	$movkey		16($key_),$rndkey1
    +
    +	pxor	@tweak[5],@tweak[4]
    +	 aesdeclast	`16*0`(%rsp),$inout0
    +	psrad	\$31,$twres
    +	paddq	@tweak[5],@tweak[5]
    +	 aesdeclast	`16*1`(%rsp),$inout1
    +	 aesdeclast	`16*2`(%rsp),$inout2
    +	pand	$twmask,$twres
    +	mov	%r10,%rax			# restore $rounds
    +	 aesdeclast	`16*3`(%rsp),$inout3
    +	 aesdeclast	`16*4`(%rsp),$inout4
    +	 aesdeclast	`16*5`(%rsp),$inout5
     	pxor	$twres,@tweak[5]
     
    -	xorps	`16*2`(%rsp),$inout2
    -	movups	$inout0,`16*0`($out)		# write output
    -	xorps	`16*3`(%rsp),$inout3
    -	movups	$inout1,`16*1`($out)
    -	xorps	`16*4`(%rsp),$inout4
    -	movups	$inout2,`16*2`($out)
    -	xorps	`16*5`(%rsp),$inout5
    -	movups	$inout3,`16*3`($out)
    -	mov	$rnds_,$rounds			# restore $rounds
    -	movups	$inout4,`16*4`($out)
    -	movups	$inout5,`16*5`($out)
     	lea	`16*6`($out),$out
    +	movups	$inout0,`-16*6`($out)		# write output
    +	movups	$inout1,`-16*5`($out)
    +	movups	$inout2,`-16*4`($out)
    +	movups	$inout3,`-16*3`($out)
    +	movups	$inout4,`-16*2`($out)
    +	movups	$inout5,`-16*1`($out)
     	sub	\$16*6,$len
     	jnc	.Lxts_dec_grandloop
     
    -	lea	3($rounds,$rounds),$rounds	# restore original value
    +	mov	\$16+96,$rounds
    +	sub	$rnds_,$rounds
     	mov	$key_,$key			# restore $key
    -	mov	$rounds,$rnds_			# backup $rounds
    +	shr	\$4,$rounds			# restore original value
     
     .Lxts_dec_short:
    +	mov	$rounds,$rnds_			# backup $rounds
    +	pxor	$rndkey0,@tweak[0]
    +	pxor	$rndkey0,@tweak[1]
     	add	\$16*6,$len
     	jz	.Lxts_dec_done
     
    +	pxor	$rndkey0,@tweak[2]
     	cmp	\$0x20,$len
     	jb	.Lxts_dec_one
    +	pxor	$rndkey0,@tweak[3]
     	je	.Lxts_dec_two
     
    +	pxor	$rndkey0,@tweak[4]
     	cmp	\$0x40,$len
     	jb	.Lxts_dec_three
     	je	.Lxts_dec_four
     
    -	pshufd	\$0x13,$twtmp,$twres
    -	movdqa	@tweak[5],@tweak[4]
    -	paddq	@tweak[5],@tweak[5]		# psllq 1,$tweak
    -	 movdqu	($inp),$inout0
    -	pand	$twmask,$twres			# isolate carry and residue
    -	 movdqu	16*1($inp),$inout1
    -	pxor	$twres,@tweak[5]
    -
    +	movdqu	($inp),$inout0
    +	movdqu	16*1($inp),$inout1
     	movdqu	16*2($inp),$inout2
     	pxor	@tweak[0],$inout0
     	movdqu	16*3($inp),$inout3
    @@ -2008,7 +2381,7 @@ $code.=<<___;
     	xorps	@tweak[0],$inout0
     	xorps	@tweak[1],$inout1
     
    -	call	_aesni_decrypt3
    +	call	_aesni_decrypt2
     
     	xorps	@tweak[0],$inout0
     	movdqa	@tweak[2],@tweak[0]
    @@ -2034,7 +2407,7 @@ $code.=<<___;
     	xorps	@tweak[0],$inout0
     	movdqa	@tweak[3],@tweak[0]
     	xorps	@tweak[1],$inout1
    -	movdqa	@tweak[5],@tweak[1]
    +	movdqa	@tweak[4],@tweak[1]
     	xorps	@tweak[2],$inout2
     	movups	$inout0,($out)
     	movups	$inout1,16*1($out)
    @@ -2044,14 +2417,8 @@ $code.=<<___;
     
     .align	16
     .Lxts_dec_four:
    -	pshufd	\$0x13,$twtmp,$twres
    -	movdqa	@tweak[5],@tweak[4]
    -	paddq	@tweak[5],@tweak[5]		# psllq 1,$tweak
    -	 movups	($inp),$inout0
    -	pand	$twmask,$twres			# isolate carry and residue
    -	 movups	16*1($inp),$inout1
    -	pxor	$twres,@tweak[5]
    -
    +	movups	($inp),$inout0
    +	movups	16*1($inp),$inout1
     	movups	16*2($inp),$inout2
     	xorps	@tweak[0],$inout0
     	movups	16*3($inp),$inout3
    @@ -2062,16 +2429,16 @@ $code.=<<___;
     
     	call	_aesni_decrypt4
     
    -	xorps	@tweak[0],$inout0
    +	pxor	@tweak[0],$inout0
     	movdqa	@tweak[4],@tweak[0]
    -	xorps	@tweak[1],$inout1
    +	pxor	@tweak[1],$inout1
     	movdqa	@tweak[5],@tweak[1]
    -	xorps	@tweak[2],$inout2
    -	movups	$inout0,($out)
    -	xorps	@tweak[3],$inout3
    -	movups	$inout1,16*1($out)
    -	movups	$inout2,16*2($out)
    -	movups	$inout3,16*3($out)
    +	pxor	@tweak[2],$inout2
    +	movdqu	$inout0,($out)
    +	pxor	@tweak[3],$inout3
    +	movdqu	$inout1,16*1($out)
    +	movdqu	$inout2,16*2($out)
    +	movdqu	$inout3,16*3($out)
     	lea	16*4($out),$out
     	jmp	.Lxts_dec_done
     
    @@ -2117,19 +2484,20 @@ $code.=<<___;
     .Lxts_dec_ret:
     ___
     $code.=<<___ if ($win64);
    -	movaps	0x60(%rsp),%xmm6
    -	movaps	0x70(%rsp),%xmm7
    -	movaps	0x80(%rsp),%xmm8
    -	movaps	0x90(%rsp),%xmm9
    -	movaps	0xa0(%rsp),%xmm10
    -	movaps	0xb0(%rsp),%xmm11
    -	movaps	0xc0(%rsp),%xmm12
    -	movaps	0xd0(%rsp),%xmm13
    -	movaps	0xe0(%rsp),%xmm14
    -	movaps	0xf0(%rsp),%xmm15
    +	movaps	-0xa0(%rbp),%xmm6
    +	movaps	-0x90(%rbp),%xmm7
    +	movaps	-0x80(%rbp),%xmm8
    +	movaps	-0x70(%rbp),%xmm9
    +	movaps	-0x60(%rbp),%xmm10
    +	movaps	-0x50(%rbp),%xmm11
    +	movaps	-0x40(%rbp),%xmm12
    +	movaps	-0x30(%rbp),%xmm13
    +	movaps	-0x20(%rbp),%xmm14
    +	movaps	-0x10(%rbp),%xmm15
     ___
     $code.=<<___;
    -	lea	$frame_size(%rsp),%rsp
    +	lea	(%rbp),%rsp
    +	pop	%rbp
     .Lxts_dec_epilogue:
     	ret
     .size	aesni_xts_decrypt,.-aesni_xts_decrypt
    @@ -2141,7 +2509,10 @@ ___
     #			    size_t length, const AES_KEY *key,
     #			    unsigned char *ivp,const int enc);
     {
    -my $reserved = $win64?0x40:-0x18;	# used in decrypt
    +my $frame_size = 0x10 + ($win64?0xa0:0);	# used in decrypt
    +my ($iv,$in0,$in1,$in2,$in3,$in4)=map("%xmm$_",(10..15));
    +my $inp_=$key_;
    +
     $code.=<<___;
     .globl	${PREFIX}_cbc_encrypt
     .type	${PREFIX}_cbc_encrypt,\@function,6
    @@ -2197,276 +2568,398 @@ $code.=<<___;
     #--------------------------- CBC DECRYPT ------------------------------#
     .align	16
     .Lcbc_decrypt:
    +	lea	(%rsp),%rax
    +	push	%rbp
    +	sub	\$$frame_size,%rsp
    +	and	\$-16,%rsp	# Linux kernel stack can be incorrectly seeded
     ___
     $code.=<<___ if ($win64);
    -	lea	-0x58(%rsp),%rsp
    -	movaps	%xmm6,(%rsp)
    -	movaps	%xmm7,0x10(%rsp)
    -	movaps	%xmm8,0x20(%rsp)
    -	movaps	%xmm9,0x30(%rsp)
    +	movaps	%xmm6,0x10(%rsp)
    +	movaps	%xmm7,0x20(%rsp)
    +	movaps	%xmm8,0x30(%rsp)
    +	movaps	%xmm9,0x40(%rsp)
    +	movaps	%xmm10,0x50(%rsp)
    +	movaps	%xmm11,0x60(%rsp)
    +	movaps	%xmm12,0x70(%rsp)
    +	movaps	%xmm13,0x80(%rsp)
    +	movaps	%xmm14,0x90(%rsp)
    +	movaps	%xmm15,0xa0(%rsp)
     .Lcbc_decrypt_body:
     ___
     $code.=<<___;
    +	lea	-8(%rax),%rbp
     	movups	($ivp),$iv
     	mov	$rnds_,$rounds
    -	cmp	\$0x70,$len
    +	cmp	\$0x50,$len
     	jbe	.Lcbc_dec_tail
    -	shr	\$1,$rnds_
    -	sub	\$0x70,$len
    -	mov	$rnds_,$rounds
    -	movaps	$iv,$reserved(%rsp)
    +
    +	$movkey	($key),$rndkey0
    +	movdqu	0x00($inp),$inout0	# load input
    +	movdqu	0x10($inp),$inout1
    +	movdqa	$inout0,$in0
    +	movdqu	0x20($inp),$inout2
    +	movdqa	$inout1,$in1
    +	movdqu	0x30($inp),$inout3
    +	movdqa	$inout2,$in2
    +	movdqu	0x40($inp),$inout4
    +	movdqa	$inout3,$in3
    +	movdqu	0x50($inp),$inout5
    +	movdqa	$inout4,$in4
    +	mov	OPENSSL_ia32cap_P+4(%rip),%r9d
    +	cmp	\$0x70,$len
    +	jbe	.Lcbc_dec_six_or_seven
    +
    +	and	\$`1<<26|1<<22`,%r9d	# isolate XSAVE+MOVBE	
    +	sub	\$0x50,$len
    +	cmp	\$`1<<22`,%r9d		# check for MOVBE without XSAVE
    +	je	.Lcbc_dec_loop6_enter
    +	sub	\$0x20,$len
    +	lea	0x70($key),$key		# size optimization
     	jmp	.Lcbc_dec_loop8_enter
     .align	16
     .Lcbc_dec_loop8:
    -	movaps	$rndkey0,$reserved(%rsp)	# save IV
     	movups	$inout7,($out)
     	lea	0x10($out),$out
     .Lcbc_dec_loop8_enter:
    -	$movkey		($key),$rndkey0
    -	movups	($inp),$inout0			# load input
    -	movups	0x10($inp),$inout1
    -	$movkey		16($key),$rndkey1
    +	movdqu		0x60($inp),$inout6
    +	pxor		$rndkey0,$inout0
    +	movdqu		0x70($inp),$inout7
    +	pxor		$rndkey0,$inout1
    +	$movkey		0x10-0x70($key),$rndkey1
    +	pxor		$rndkey0,$inout2
    +	xor		$inp_,$inp_
    +	cmp		\$0x70,$len	# is there at least 0x60 bytes ahead?
    +	pxor		$rndkey0,$inout3
    +	pxor		$rndkey0,$inout4
    +	pxor		$rndkey0,$inout5
    +	pxor		$rndkey0,$inout6
     
    -	lea		32($key),$key
    -	movdqu	0x20($inp),$inout2
    -	xorps		$rndkey0,$inout0
    -	movdqu	0x30($inp),$inout3
    -	xorps		$rndkey0,$inout1
    -	movdqu	0x40($inp),$inout4
     	aesdec		$rndkey1,$inout0
    -	pxor		$rndkey0,$inout2
    -	movdqu	0x50($inp),$inout5
    +	pxor		$rndkey0,$inout7
    +	$movkey		0x20-0x70($key),$rndkey0
     	aesdec		$rndkey1,$inout1
    -	pxor		$rndkey0,$inout3
    -	movdqu	0x60($inp),$inout6
     	aesdec		$rndkey1,$inout2
    -	pxor		$rndkey0,$inout4
    -	movdqu	0x70($inp),$inout7
     	aesdec		$rndkey1,$inout3
    -	pxor		$rndkey0,$inout5
    -	dec		$rounds
     	aesdec		$rndkey1,$inout4
    -	pxor		$rndkey0,$inout6
     	aesdec		$rndkey1,$inout5
    -	pxor		$rndkey0,$inout7
    -	$movkey		($key),$rndkey0
     	aesdec		$rndkey1,$inout6
    +	setnc		${inp_}b
    +	shl		\$7,$inp_
     	aesdec		$rndkey1,$inout7
    -	$movkey		16($key),$rndkey1
    -
    -	call		.Ldec_loop8_enter
    +	add		$inp,$inp_
    +	$movkey		0x30-0x70($key),$rndkey1
    +___
    +for($i=1;$i<12;$i++) {
    +my $rndkeyx = ($i&1)?$rndkey0:$rndkey1;
    +$code.=<<___	if ($i==7);
    +	cmp		\$11,$rounds
    +___
    +$code.=<<___;
    +	aesdec		$rndkeyx,$inout0
    +	aesdec		$rndkeyx,$inout1
    +	aesdec		$rndkeyx,$inout2
    +	aesdec		$rndkeyx,$inout3
    +	aesdec		$rndkeyx,$inout4
    +	aesdec		$rndkeyx,$inout5
    +	aesdec		$rndkeyx,$inout6
    +	aesdec		$rndkeyx,$inout7
    +	$movkey		`0x30+0x10*$i`-0x70($key),$rndkeyx
    +___
    +$code.=<<___	if ($i<6 || (!($i&1) && $i>7));
    +	nop
    +___
    +$code.=<<___	if ($i==7);
    +	jb		.Lcbc_dec_done
    +___
    +$code.=<<___	if ($i==9);
    +	je		.Lcbc_dec_done
    +___
    +$code.=<<___	if ($i==11);
    +	jmp		.Lcbc_dec_done
    +___
    +}
    +$code.=<<___;
    +.align	16
    +.Lcbc_dec_done:
    +	aesdec		$rndkey1,$inout0
    +	aesdec		$rndkey1,$inout1
    +	pxor		$rndkey0,$iv
    +	pxor		$rndkey0,$in0
    +	aesdec		$rndkey1,$inout2
    +	aesdec		$rndkey1,$inout3
    +	pxor		$rndkey0,$in1
    +	pxor		$rndkey0,$in2
    +	aesdec		$rndkey1,$inout4
    +	aesdec		$rndkey1,$inout5
    +	pxor		$rndkey0,$in3
    +	pxor		$rndkey0,$in4
    +	aesdec		$rndkey1,$inout6
    +	aesdec		$rndkey1,$inout7
    +	movdqu		0x50($inp),$rndkey1
    +
    +	aesdeclast	$iv,$inout0
    +	movdqu		0x60($inp),$iv		# borrow $iv
    +	pxor		$rndkey0,$rndkey1
    +	aesdeclast	$in0,$inout1
    +	pxor		$rndkey0,$iv
    +	movdqu		0x70($inp),$rndkey0	# next IV
    +	aesdeclast	$in1,$inout2
    +	lea		0x80($inp),$inp
    +	movdqu		0x00($inp_),$in0
    +	aesdeclast	$in2,$inout3
    +	aesdeclast	$in3,$inout4
    +	movdqu		0x10($inp_),$in1
    +	movdqu		0x20($inp_),$in2
    +	aesdeclast	$in4,$inout5
    +	aesdeclast	$rndkey1,$inout6
    +	movdqu		0x30($inp_),$in3
    +	movdqu		0x40($inp_),$in4
    +	aesdeclast	$iv,$inout7
    +	movdqa		$rndkey0,$iv		# return $iv
    +	movdqu		0x50($inp_),$rndkey1
    +	$movkey		-0x70($key),$rndkey0
    +
    +	movups		$inout0,($out)		# store output
    +	movdqa		$in0,$inout0
    +	movups		$inout1,0x10($out)
    +	movdqa		$in1,$inout1
    +	movups		$inout2,0x20($out)
    +	movdqa		$in2,$inout2
    +	movups		$inout3,0x30($out)
    +	movdqa		$in3,$inout3
    +	movups		$inout4,0x40($out)
    +	movdqa		$in4,$inout4
    +	movups		$inout5,0x50($out)
    +	movdqa		$rndkey1,$inout5
    +	movups		$inout6,0x60($out)
    +	lea		0x70($out),$out
     
    -	movups	($inp),$rndkey1		# re-load input
    -	movups	0x10($inp),$rndkey0
    -	xorps	$reserved(%rsp),$inout0	# ^= IV
    -	xorps	$rndkey1,$inout1
    -	movups	0x20($inp),$rndkey1
    -	xorps	$rndkey0,$inout2
    -	movups	0x30($inp),$rndkey0
    -	xorps	$rndkey1,$inout3
    -	movups	0x40($inp),$rndkey1
    -	xorps	$rndkey0,$inout4
    -	movups	0x50($inp),$rndkey0
    -	xorps	$rndkey1,$inout5
    -	movups	0x60($inp),$rndkey1
    -	xorps	$rndkey0,$inout6
    -	movups	0x70($inp),$rndkey0	# IV
    -	xorps	$rndkey1,$inout7
    -	movups	$inout0,($out)
    -	movups	$inout1,0x10($out)
    -	movups	$inout2,0x20($out)
    -	movups	$inout3,0x30($out)
    -	mov	$rnds_,$rounds		# restore $rounds
    -	movups	$inout4,0x40($out)
    -	mov	$key_,$key		# restore $key
    -	movups	$inout5,0x50($out)
    -	lea	0x80($inp),$inp
    -	movups	$inout6,0x60($out)
    -	lea	0x70($out),$out
     	sub	\$0x80,$len
     	ja	.Lcbc_dec_loop8
     
     	movaps	$inout7,$inout0
    -	movaps	$rndkey0,$iv
    +	lea	-0x70($key),$key
     	add	\$0x70,$len
     	jle	.Lcbc_dec_tail_collected
    -	movups	$inout0,($out)
    -	lea	1($rnds_,$rnds_),$rounds
    +	movups	$inout7,($out)
     	lea	0x10($out),$out
    +	cmp	\$0x50,$len
    +	jbe	.Lcbc_dec_tail
    +
    +	movaps	$in0,$inout0
    +.Lcbc_dec_six_or_seven:
    +	cmp	\$0x60,$len
    +	ja	.Lcbc_dec_seven
    +
    +	movaps	$inout5,$inout6
    +	call	_aesni_decrypt6
    +	pxor	$iv,$inout0		# ^= IV
    +	movaps	$inout6,$iv
    +	pxor	$in0,$inout1
    +	movdqu	$inout0,($out)
    +	pxor	$in1,$inout2
    +	movdqu	$inout1,0x10($out)
    +	pxor	$in2,$inout3
    +	movdqu	$inout2,0x20($out)
    +	pxor	$in3,$inout4
    +	movdqu	$inout3,0x30($out)
    +	pxor	$in4,$inout5
    +	movdqu	$inout4,0x40($out)
    +	lea	0x50($out),$out
    +	movdqa	$inout5,$inout0
    +	jmp	.Lcbc_dec_tail_collected
    +
    +.align	16
    +.Lcbc_dec_seven:
    +	movups	0x60($inp),$inout6
    +	xorps	$inout7,$inout7
    +	call	_aesni_decrypt8
    +	movups	0x50($inp),$inout7
    +	pxor	$iv,$inout0		# ^= IV
    +	movups	0x60($inp),$iv
    +	pxor	$in0,$inout1
    +	movdqu	$inout0,($out)
    +	pxor	$in1,$inout2
    +	movdqu	$inout1,0x10($out)
    +	pxor	$in2,$inout3
    +	movdqu	$inout2,0x20($out)
    +	pxor	$in3,$inout4
    +	movdqu	$inout3,0x30($out)
    +	pxor	$in4,$inout5
    +	movdqu	$inout4,0x40($out)
    +	pxor	$inout7,$inout6
    +	movdqu	$inout5,0x50($out)
    +	lea	0x60($out),$out
    +	movdqa	$inout6,$inout0
    +	jmp	.Lcbc_dec_tail_collected
    +
    +.align	16
    +.Lcbc_dec_loop6:
    +	movups	$inout5,($out)
    +	lea	0x10($out),$out
    +	movdqu	0x00($inp),$inout0	# load input
    +	movdqu	0x10($inp),$inout1
    +	movdqa	$inout0,$in0
    +	movdqu	0x20($inp),$inout2
    +	movdqa	$inout1,$in1
    +	movdqu	0x30($inp),$inout3
    +	movdqa	$inout2,$in2
    +	movdqu	0x40($inp),$inout4
    +	movdqa	$inout3,$in3
    +	movdqu	0x50($inp),$inout5
    +	movdqa	$inout4,$in4
    +.Lcbc_dec_loop6_enter:
    +	lea	0x60($inp),$inp
    +	movdqa	$inout5,$inout6
    +
    +	call	_aesni_decrypt6
    +
    +	pxor	$iv,$inout0		# ^= IV
    +	movdqa	$inout6,$iv
    +	pxor	$in0,$inout1
    +	movdqu	$inout0,($out)
    +	pxor	$in1,$inout2
    +	movdqu	$inout1,0x10($out)
    +	pxor	$in2,$inout3
    +	movdqu	$inout2,0x20($out)
    +	pxor	$in3,$inout4
    +	mov	$key_,$key
    +	movdqu	$inout3,0x30($out)
    +	pxor	$in4,$inout5
    +	mov	$rnds_,$rounds
    +	movdqu	$inout4,0x40($out)
    +	lea	0x50($out),$out
    +	sub	\$0x60,$len
    +	ja	.Lcbc_dec_loop6
    +
    +	movdqa	$inout5,$inout0
    +	add	\$0x50,$len
    +	jle	.Lcbc_dec_tail_collected
    +	movups	$inout5,($out)
    +	lea	0x10($out),$out
    +
     .Lcbc_dec_tail:
     	movups	($inp),$inout0
    -	movaps	$inout0,$in0
    -	cmp	\$0x10,$len
    +	sub	\$0x10,$len
     	jbe	.Lcbc_dec_one
     
     	movups	0x10($inp),$inout1
    -	movaps	$inout1,$in1
    -	cmp	\$0x20,$len
    +	movaps	$inout0,$in0
    +	sub	\$0x10,$len
     	jbe	.Lcbc_dec_two
     
     	movups	0x20($inp),$inout2
    -	movaps	$inout2,$in2
    -	cmp	\$0x30,$len
    +	movaps	$inout1,$in1
    +	sub	\$0x10,$len
     	jbe	.Lcbc_dec_three
     
     	movups	0x30($inp),$inout3
    -	cmp	\$0x40,$len
    +	movaps	$inout2,$in2
    +	sub	\$0x10,$len
     	jbe	.Lcbc_dec_four
     
     	movups	0x40($inp),$inout4
    -	cmp	\$0x50,$len
    -	jbe	.Lcbc_dec_five
    -
    -	movups	0x50($inp),$inout5
    -	cmp	\$0x60,$len
    -	jbe	.Lcbc_dec_six
    -
    -	movups	0x60($inp),$inout6
    -	movaps	$iv,$reserved(%rsp)	# save IV
    -	call	_aesni_decrypt8
    -	movups	($inp),$rndkey1
    -	movups	0x10($inp),$rndkey0
    -	xorps	$reserved(%rsp),$inout0	# ^= IV
    -	xorps	$rndkey1,$inout1
    -	movups	0x20($inp),$rndkey1
    -	xorps	$rndkey0,$inout2
    -	movups	0x30($inp),$rndkey0
    -	xorps	$rndkey1,$inout3
    -	movups	0x40($inp),$rndkey1
    -	xorps	$rndkey0,$inout4
    -	movups	0x50($inp),$rndkey0
    -	xorps	$rndkey1,$inout5
    -	movups	0x60($inp),$iv		# IV
    -	xorps	$rndkey0,$inout6
    -	movups	$inout0,($out)
    -	movups	$inout1,0x10($out)
    -	movups	$inout2,0x20($out)
    -	movups	$inout3,0x30($out)
    -	movups	$inout4,0x40($out)
    -	movups	$inout5,0x50($out)
    -	lea	0x60($out),$out
    -	movaps	$inout6,$inout0
    -	sub	\$0x70,$len
    +	movaps	$inout3,$in3
    +	movaps	$inout4,$in4
    +	xorps	$inout5,$inout5
    +	call	_aesni_decrypt6
    +	pxor	$iv,$inout0
    +	movaps	$in4,$iv
    +	pxor	$in0,$inout1
    +	movdqu	$inout0,($out)
    +	pxor	$in1,$inout2
    +	movdqu	$inout1,0x10($out)
    +	pxor	$in2,$inout3
    +	movdqu	$inout2,0x20($out)
    +	pxor	$in3,$inout4
    +	movdqu	$inout3,0x30($out)
    +	lea	0x40($out),$out
    +	movdqa	$inout4,$inout0
    +	sub	\$0x10,$len
     	jmp	.Lcbc_dec_tail_collected
    +
     .align	16
     .Lcbc_dec_one:
    +	movaps	$inout0,$in0
     ___
     	&aesni_generate1("dec",$key,$rounds);
     $code.=<<___;
     	xorps	$iv,$inout0
     	movaps	$in0,$iv
    -	sub	\$0x10,$len
     	jmp	.Lcbc_dec_tail_collected
     .align	16
     .Lcbc_dec_two:
    -	xorps	$inout2,$inout2
    -	call	_aesni_decrypt3
    -	xorps	$iv,$inout0
    -	xorps	$in0,$inout1
    -	movups	$inout0,($out)
    +	movaps	$inout1,$in1
    +	call	_aesni_decrypt2
    +	pxor	$iv,$inout0
     	movaps	$in1,$iv
    -	movaps	$inout1,$inout0
    +	pxor	$in0,$inout1
    +	movdqu	$inout0,($out)
    +	movdqa	$inout1,$inout0
     	lea	0x10($out),$out
    -	sub	\$0x20,$len
     	jmp	.Lcbc_dec_tail_collected
     .align	16
     .Lcbc_dec_three:
    +	movaps	$inout2,$in2
     	call	_aesni_decrypt3
    -	xorps	$iv,$inout0
    -	xorps	$in0,$inout1
    -	movups	$inout0,($out)
    -	xorps	$in1,$inout2
    -	movups	$inout1,0x10($out)
    +	pxor	$iv,$inout0
     	movaps	$in2,$iv
    -	movaps	$inout2,$inout0
    +	pxor	$in0,$inout1
    +	movdqu	$inout0,($out)
    +	pxor	$in1,$inout2
    +	movdqu	$inout1,0x10($out)
    +	movdqa	$inout2,$inout0
     	lea	0x20($out),$out
    -	sub	\$0x30,$len
     	jmp	.Lcbc_dec_tail_collected
     .align	16
     .Lcbc_dec_four:
    +	movaps	$inout3,$in3
     	call	_aesni_decrypt4
    -	xorps	$iv,$inout0
    -	movups	0x30($inp),$iv
    -	xorps	$in0,$inout1
    -	movups	$inout0,($out)
    -	xorps	$in1,$inout2
    -	movups	$inout1,0x10($out)
    -	xorps	$in2,$inout3
    -	movups	$inout2,0x20($out)
    -	movaps	$inout3,$inout0
    +	pxor	$iv,$inout0
    +	movaps	$in3,$iv
    +	pxor	$in0,$inout1
    +	movdqu	$inout0,($out)
    +	pxor	$in1,$inout2
    +	movdqu	$inout1,0x10($out)
    +	pxor	$in2,$inout3
    +	movdqu	$inout2,0x20($out)
    +	movdqa	$inout3,$inout0
     	lea	0x30($out),$out
    -	sub	\$0x40,$len
    -	jmp	.Lcbc_dec_tail_collected
    -.align	16
    -.Lcbc_dec_five:
    -	xorps	$inout5,$inout5
    -	call	_aesni_decrypt6
    -	movups	0x10($inp),$rndkey1
    -	movups	0x20($inp),$rndkey0
    -	xorps	$iv,$inout0
    -	xorps	$in0,$inout1
    -	xorps	$rndkey1,$inout2
    -	movups	0x30($inp),$rndkey1
    -	xorps	$rndkey0,$inout3
    -	movups	0x40($inp),$iv
    -	xorps	$rndkey1,$inout4
    -	movups	$inout0,($out)
    -	movups	$inout1,0x10($out)
    -	movups	$inout2,0x20($out)
    -	movups	$inout3,0x30($out)
    -	lea	0x40($out),$out
    -	movaps	$inout4,$inout0
    -	sub	\$0x50,$len
    -	jmp	.Lcbc_dec_tail_collected
    -.align	16
    -.Lcbc_dec_six:
    -	call	_aesni_decrypt6
    -	movups	0x10($inp),$rndkey1
    -	movups	0x20($inp),$rndkey0
    -	xorps	$iv,$inout0
    -	xorps	$in0,$inout1
    -	xorps	$rndkey1,$inout2
    -	movups	0x30($inp),$rndkey1
    -	xorps	$rndkey0,$inout3
    -	movups	0x40($inp),$rndkey0
    -	xorps	$rndkey1,$inout4
    -	movups	0x50($inp),$iv
    -	xorps	$rndkey0,$inout5
    -	movups	$inout0,($out)
    -	movups	$inout1,0x10($out)
    -	movups	$inout2,0x20($out)
    -	movups	$inout3,0x30($out)
    -	movups	$inout4,0x40($out)
    -	lea	0x50($out),$out
    -	movaps	$inout5,$inout0
    -	sub	\$0x60,$len
     	jmp	.Lcbc_dec_tail_collected
    +
     .align	16
     .Lcbc_dec_tail_collected:
    -	and	\$15,$len
     	movups	$iv,($ivp)
    +	and	\$15,$len
     	jnz	.Lcbc_dec_tail_partial
     	movups	$inout0,($out)
     	jmp	.Lcbc_dec_ret
     .align	16
     .Lcbc_dec_tail_partial:
    -	movaps	$inout0,$reserved(%rsp)
    +	movaps	$inout0,(%rsp)
     	mov	\$16,%rcx
     	mov	$out,%rdi
     	sub	$len,%rcx
    -	lea	$reserved(%rsp),%rsi
    +	lea	(%rsp),%rsi
     	.long	0x9066A4F3	# rep movsb
     
     .Lcbc_dec_ret:
     ___
     $code.=<<___ if ($win64);
    -	movaps	(%rsp),%xmm6
    -	movaps	0x10(%rsp),%xmm7
    -	movaps	0x20(%rsp),%xmm8
    -	movaps	0x30(%rsp),%xmm9
    -	lea	0x58(%rsp),%rsp
    +	movaps	0x10(%rsp),%xmm6
    +	movaps	0x20(%rsp),%xmm7
    +	movaps	0x30(%rsp),%xmm8
    +	movaps	0x40(%rsp),%xmm9
    +	movaps	0x50(%rsp),%xmm10
    +	movaps	0x60(%rsp),%xmm11
    +	movaps	0x70(%rsp),%xmm12
    +	movaps	0x80(%rsp),%xmm13
    +	movaps	0x90(%rsp),%xmm14
    +	movaps	0xa0(%rsp),%xmm15
     ___
     $code.=<<___;
    +	lea	(%rbp),%rsp
    +	pop	%rbp
     .Lcbc_ret:
     	ret
     .size	${PREFIX}_cbc_encrypt,.-${PREFIX}_cbc_encrypt
    @@ -2733,6 +3226,8 @@ $code.=<<___;
     	.long	1,0,0,0
     .Lxts_magic:
     	.long	0x87,0,1,0
    +.Lincrement1:
    +	.byte	0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1
     
     .asciz  "AES for Intel AES-NI, CRYPTOGAMS by "
     .align	64
    @@ -2791,45 +3286,9 @@ ecb_ccm64_se_handler:
     	jmp	.Lcommon_seh_tail
     .size	ecb_ccm64_se_handler,.-ecb_ccm64_se_handler
     
    -.type	ctr32_se_handler,\@abi-omnipotent
    +.type	ctr_xts_se_handler,\@abi-omnipotent
     .align	16
    -ctr32_se_handler:
    -	push	%rsi
    -	push	%rdi
    -	push	%rbx
    -	push	%rbp
    -	push	%r12
    -	push	%r13
    -	push	%r14
    -	push	%r15
    -	pushfq
    -	sub	\$64,%rsp
    -
    -	mov	120($context),%rax	# pull context->Rax
    -	mov	248($context),%rbx	# pull context->Rip
    -
    -	lea	.Lctr32_body(%rip),%r10
    -	cmp	%r10,%rbx		# context->Rip<"prologue" label
    -	jb	.Lcommon_seh_tail
    -
    -	mov	152($context),%rax	# pull context->Rsp
    -
    -	lea	.Lctr32_ret(%rip),%r10
    -	cmp	%r10,%rbx
    -	jae	.Lcommon_seh_tail
    -
    -	lea	0x20(%rax),%rsi		# %xmm save area
    -	lea	512($context),%rdi	# &context.Xmm6
    -	mov	\$20,%ecx		# 10*sizeof(%xmm0)/sizeof(%rax)
    -	.long	0xa548f3fc		# cld; rep movsq
    -	lea	0xc8(%rax),%rax		# adjust stack pointer
    -
    -	jmp	.Lcommon_seh_tail
    -.size	ctr32_se_handler,.-ctr32_se_handler
    -
    -.type	xts_se_handler,\@abi-omnipotent
    -.align	16
    -xts_se_handler:
    +ctr_xts_se_handler:
     	push	%rsi
     	push	%rdi
     	push	%rbx
    @@ -2859,14 +3318,14 @@ xts_se_handler:
     	cmp	%r10,%rbx		# context->Rip>=epilogue label
     	jae	.Lcommon_seh_tail
     
    -	lea	0x60(%rax),%rsi		# %xmm save area
    +	mov	160($context),%rax	# pull context->Rbp
    +	lea	-0xa0(%rax),%rsi	# %xmm save area
     	lea	512($context),%rdi	# & context.Xmm6
     	mov	\$20,%ecx		# 10*sizeof(%xmm0)/sizeof(%rax)
     	.long	0xa548f3fc		# cld; rep movsq
    -	lea	0x68+160(%rax),%rax	# adjust stack pointer
     
    -	jmp	.Lcommon_seh_tail
    -.size	xts_se_handler,.-xts_se_handler
    +	jmp	.Lcommon_rbp_tail
    +.size	ctr_xts_se_handler,.-ctr_xts_se_handler
     ___
     $code.=<<___;
     .type	cbc_se_handler,\@abi-omnipotent
    @@ -2898,11 +3357,16 @@ cbc_se_handler:
     	cmp	%r10,%rbx		# context->Rip>="epilogue" label
     	jae	.Lcommon_seh_tail
     
    -	lea	0(%rax),%rsi		# top of stack
    +	lea	16(%rax),%rsi		# %xmm save area
     	lea	512($context),%rdi	# &context.Xmm6
    -	mov	\$8,%ecx		# 4*sizeof(%xmm0)/sizeof(%rax)
    +	mov	\$20,%ecx		# 10*sizeof(%xmm0)/sizeof(%rax)
     	.long	0xa548f3fc		# cld; rep movsq
    -	lea	0x58(%rax),%rax		# adjust stack pointer
    +
    +.Lcommon_rbp_tail:
    +	mov	160($context),%rax	# pull context->Rbp
    +	mov	(%rax),%rbp		# restore saved %rbp
    +	lea	8(%rax),%rax		# adjust stack pointer
    +	mov	%rbp,160($context)	# restore context->Rbp
     	jmp	.Lcommon_seh_tail
     
     .Lrestore_cbc_rax:
    @@ -3006,14 +3470,15 @@ $code.=<<___ if ($PREFIX eq "aesni");
     	.rva	.Lccm64_dec_body,.Lccm64_dec_ret	# HandlerData[]
     .LSEH_info_ctr32:
     	.byte	9,0,0,0
    -	.rva	ctr32_se_handler
    +	.rva	ctr_xts_se_handler
    +	.rva	.Lctr32_body,.Lctr32_epilogue		# HandlerData[]
     .LSEH_info_xts_enc:
     	.byte	9,0,0,0
    -	.rva	xts_se_handler
    +	.rva	ctr_xts_se_handler
     	.rva	.Lxts_enc_body,.Lxts_enc_epilogue	# HandlerData[]
     .LSEH_info_xts_dec:
     	.byte	9,0,0,0
    -	.rva	xts_se_handler
    +	.rva	ctr_xts_se_handler
     	.rva	.Lxts_dec_body,.Lxts_dec_epilogue	# HandlerData[]
     ___
     $code.=<<___;
    @@ -3060,11 +3525,30 @@ sub aesni {
     	push @opcode,0xc0|($2&7)|(($3&7)<<3);	# ModR/M
     	return ".byte\t".join(',',@opcode);
         }
    +    elsif ($line=~/(aes[a-z]+)\s+([0x1-9a-fA-F]*)\(%rsp\),\s*%xmm([0-9]+)/) {
    +	my %opcodelet = (
    +		"aesenc" => 0xdc,	"aesenclast" => 0xdd,
    +		"aesdec" => 0xde,	"aesdeclast" => 0xdf
    +	);
    +	return undef if (!defined($opcodelet{$1}));
    +	my $off = $2;
    +	push @opcode,0x44 if ($3>=8);
    +	push @opcode,0x0f,0x38,$opcodelet{$1};
    +	push @opcode,0x44|(($3&7)<<3),0x24;	# ModR/M
    +	push @opcode,($off=~/^0/?oct($off):$off)&0xff;
    +	return ".byte\t".join(',',@opcode);
    +    }
         return $line;
     }
     
    +sub movbe {
    +	".byte	0x0f,0x38,0xf1,0x44,0x24,".shift;
    +}
    +
     $code =~ s/\`([^\`]*)\`/eval($1)/gem;
     $code =~ s/\b(aes.*%xmm[0-9]+).*$/aesni($1)/gem;
    +#$code =~ s/\bmovbe\s+%eax/bswap %eax; mov %eax/gm;	# debugging artefact
    +$code =~ s/\bmovbe\s+%eax,\s*([0-9]+)\(%rsp\)/movbe($1)/gem;
     
     print $code;
     
    diff --git a/openssl/crypto/aes/asm/aesp8-ppc.pl b/openssl/crypto/aes/asm/aesp8-ppc.pl
    new file mode 100755
    index 000000000..a1891cc03
    --- /dev/null
    +++ b/openssl/crypto/aes/asm/aesp8-ppc.pl
    @@ -0,0 +1,1942 @@
    +#!/usr/bin/env perl
    +#
    +# ====================================================================
    +# Written by Andy Polyakov  for the OpenSSL
    +# project. The module is, however, dual licensed under OpenSSL and
    +# CRYPTOGAMS licenses depending on where you obtain it. For further
    +# details see http://www.openssl.org/~appro/cryptogams/.
    +# ====================================================================
    +#
    +# This module implements support for AES instructions as per PowerISA
    +# specification version 2.07, first implemented by POWER8 processor.
    +# The module is endian-agnostic in sense that it supports both big-
    +# and little-endian cases. Data alignment in parallelizable modes is
    +# handled with VSX loads and stores, which implies MSR.VSX flag being
    +# set. It should also be noted that ISA specification doesn't prohibit
    +# alignment exceptions for these instructions on page boundaries.
    +# Initially alignment was handled in pure AltiVec/VMX way [when data
    +# is aligned programmatically, which in turn guarantees exception-
    +# free execution], but it turned to hamper performance when vcipher
    +# instructions are interleaved. It's reckoned that eventual
    +# misalignment penalties at page boundaries are in average lower
    +# than additional overhead in pure AltiVec approach.
    +
    +$flavour = shift;
    +
    +if ($flavour =~ /64/) {
    +	$SIZE_T	=8;
    +	$LRSAVE	=2*$SIZE_T;
    +	$STU	="stdu";
    +	$POP	="ld";
    +	$PUSH	="std";
    +	$UCMP	="cmpld";
    +	$SHL	="sldi";
    +} elsif ($flavour =~ /32/) {
    +	$SIZE_T	=4;
    +	$LRSAVE	=$SIZE_T;
    +	$STU	="stwu";
    +	$POP	="lwz";
    +	$PUSH	="stw";
    +	$UCMP	="cmplw";
    +	$SHL	="slwi";
    +} else { die "nonsense $flavour"; }
    +
    +$LITTLE_ENDIAN = ($flavour=~/le$/) ? $SIZE_T : 0;
    +
    +$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
    +( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
    +( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or
    +die "can't locate ppc-xlate.pl";
    +
    +open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
    +
    +$FRAME=8*$SIZE_T;
    +$prefix="aes_p8";
    +
    +$sp="r1";
    +$vrsave="r12";
    +
    +#########################################################################
    +{{{	# Key setup procedures						#
    +my ($inp,$bits,$out,$ptr,$cnt,$rounds)=map("r$_",(3..8));
    +my ($zero,$in0,$in1,$key,$rcon,$mask,$tmp)=map("v$_",(0..6));
    +my ($stage,$outperm,$outmask,$outhead,$outtail)=map("v$_",(7..11));
    +
    +$code.=<<___;
    +.machine	"any"
    +
    +.text
    +
    +.align	7
    +rcon:
    +.long	0x01000000, 0x01000000, 0x01000000, 0x01000000	?rev
    +.long	0x1b000000, 0x1b000000, 0x1b000000, 0x1b000000	?rev
    +.long	0x0d0e0f0c, 0x0d0e0f0c, 0x0d0e0f0c, 0x0d0e0f0c	?rev
    +.long	0,0,0,0						?asis
    +Lconsts:
    +	mflr	r0
    +	bcl	20,31,\$+4
    +	mflr	$ptr	 #vvvvv "distance between . and rcon
    +	addi	$ptr,$ptr,-0x48
    +	mtlr	r0
    +	blr
    +	.long	0
    +	.byte	0,12,0x14,0,0,0,0,0
    +.asciz	"AES for PowerISA 2.07, CRYPTOGAMS by "
    +
    +.globl	.${prefix}_set_encrypt_key
    +.align	5
    +.${prefix}_set_encrypt_key:
    +Lset_encrypt_key:
    +	mflr		r11
    +	$PUSH		r11,$LRSAVE($sp)
    +
    +	li		$ptr,-1
    +	${UCMP}i	$inp,0
    +	beq-		Lenc_key_abort		# if ($inp==0) return -1;
    +	${UCMP}i	$out,0
    +	beq-		Lenc_key_abort		# if ($out==0) return -1;
    +	li		$ptr,-2
    +	cmpwi		$bits,128
    +	blt-		Lenc_key_abort
    +	cmpwi		$bits,256
    +	bgt-		Lenc_key_abort
    +	andi.		r0,$bits,0x3f
    +	bne-		Lenc_key_abort
    +
    +	lis		r0,0xfff0
    +	mfspr		$vrsave,256
    +	mtspr		256,r0
    +
    +	bl		Lconsts
    +	mtlr		r11
    +
    +	neg		r9,$inp
    +	lvx		$in0,0,$inp
    +	addi		$inp,$inp,15		# 15 is not typo
    +	lvsr		$key,0,r9		# borrow $key
    +	li		r8,0x20
    +	cmpwi		$bits,192
    +	lvx		$in1,0,$inp
    +	le?vspltisb	$mask,0x0f		# borrow $mask
    +	lvx		$rcon,0,$ptr
    +	le?vxor		$key,$key,$mask		# adjust for byte swap
    +	lvx		$mask,r8,$ptr
    +	addi		$ptr,$ptr,0x10
    +	vperm		$in0,$in0,$in1,$key	# align [and byte swap in LE]
    +	li		$cnt,8
    +	vxor		$zero,$zero,$zero
    +	mtctr		$cnt
    +
    +	?lvsr		$outperm,0,$out
    +	vspltisb	$outmask,-1
    +	lvx		$outhead,0,$out
    +	?vperm		$outmask,$zero,$outmask,$outperm
    +
    +	blt		Loop128
    +	addi		$inp,$inp,8
    +	beq		L192
    +	addi		$inp,$inp,8
    +	b		L256
    +
    +.align	4
    +Loop128:
    +	vperm		$key,$in0,$in0,$mask	# rotate-n-splat
    +	vsldoi		$tmp,$zero,$in0,12	# >>32
    +	 vperm		$outtail,$in0,$in0,$outperm	# rotate
    +	 vsel		$stage,$outhead,$outtail,$outmask
    +	 vmr		$outhead,$outtail
    +	vcipherlast	$key,$key,$rcon
    +	 stvx		$stage,0,$out
    +	 addi		$out,$out,16
    +
    +	vxor		$in0,$in0,$tmp
    +	vsldoi		$tmp,$zero,$tmp,12	# >>32
    +	vxor		$in0,$in0,$tmp
    +	vsldoi		$tmp,$zero,$tmp,12	# >>32
    +	vxor		$in0,$in0,$tmp
    +	 vadduwm	$rcon,$rcon,$rcon
    +	vxor		$in0,$in0,$key
    +	bdnz		Loop128
    +
    +	lvx		$rcon,0,$ptr		# last two round keys
    +
    +	vperm		$key,$in0,$in0,$mask	# rotate-n-splat
    +	vsldoi		$tmp,$zero,$in0,12	# >>32
    +	 vperm		$outtail,$in0,$in0,$outperm	# rotate
    +	 vsel		$stage,$outhead,$outtail,$outmask
    +	 vmr		$outhead,$outtail
    +	vcipherlast	$key,$key,$rcon
    +	 stvx		$stage,0,$out
    +	 addi		$out,$out,16
    +
    +	vxor		$in0,$in0,$tmp
    +	vsldoi		$tmp,$zero,$tmp,12	# >>32
    +	vxor		$in0,$in0,$tmp
    +	vsldoi		$tmp,$zero,$tmp,12	# >>32
    +	vxor		$in0,$in0,$tmp
    +	 vadduwm	$rcon,$rcon,$rcon
    +	vxor		$in0,$in0,$key
    +
    +	vperm		$key,$in0,$in0,$mask	# rotate-n-splat
    +	vsldoi		$tmp,$zero,$in0,12	# >>32
    +	 vperm		$outtail,$in0,$in0,$outperm	# rotate
    +	 vsel		$stage,$outhead,$outtail,$outmask
    +	 vmr		$outhead,$outtail
    +	vcipherlast	$key,$key,$rcon
    +	 stvx		$stage,0,$out
    +	 addi		$out,$out,16
    +
    +	vxor		$in0,$in0,$tmp
    +	vsldoi		$tmp,$zero,$tmp,12	# >>32
    +	vxor		$in0,$in0,$tmp
    +	vsldoi		$tmp,$zero,$tmp,12	# >>32
    +	vxor		$in0,$in0,$tmp
    +	vxor		$in0,$in0,$key
    +	 vperm		$outtail,$in0,$in0,$outperm	# rotate
    +	 vsel		$stage,$outhead,$outtail,$outmask
    +	 vmr		$outhead,$outtail
    +	 stvx		$stage,0,$out
    +
    +	addi		$inp,$out,15		# 15 is not typo
    +	addi		$out,$out,0x50
    +
    +	li		$rounds,10
    +	b		Ldone
    +
    +.align	4
    +L192:
    +	lvx		$tmp,0,$inp
    +	li		$cnt,4
    +	 vperm		$outtail,$in0,$in0,$outperm	# rotate
    +	 vsel		$stage,$outhead,$outtail,$outmask
    +	 vmr		$outhead,$outtail
    +	 stvx		$stage,0,$out
    +	 addi		$out,$out,16
    +	vperm		$in1,$in1,$tmp,$key	# align [and byte swap in LE]
    +	vspltisb	$key,8			# borrow $key
    +	mtctr		$cnt
    +	vsububm		$mask,$mask,$key	# adjust the mask
    +
    +Loop192:
    +	vperm		$key,$in1,$in1,$mask	# roate-n-splat
    +	vsldoi		$tmp,$zero,$in0,12	# >>32
    +	vcipherlast	$key,$key,$rcon
    +
    +	vxor		$in0,$in0,$tmp
    +	vsldoi		$tmp,$zero,$tmp,12	# >>32
    +	vxor		$in0,$in0,$tmp
    +	vsldoi		$tmp,$zero,$tmp,12	# >>32
    +	vxor		$in0,$in0,$tmp
    +
    +	 vsldoi		$stage,$zero,$in1,8
    +	vspltw		$tmp,$in0,3
    +	vxor		$tmp,$tmp,$in1
    +	vsldoi		$in1,$zero,$in1,12	# >>32
    +	 vadduwm	$rcon,$rcon,$rcon
    +	vxor		$in1,$in1,$tmp
    +	vxor		$in0,$in0,$key
    +	vxor		$in1,$in1,$key
    +	 vsldoi		$stage,$stage,$in0,8
    +
    +	vperm		$key,$in1,$in1,$mask	# rotate-n-splat
    +	vsldoi		$tmp,$zero,$in0,12	# >>32
    +	 vperm		$outtail,$stage,$stage,$outperm	# rotate
    +	 vsel		$stage,$outhead,$outtail,$outmask
    +	 vmr		$outhead,$outtail
    +	vcipherlast	$key,$key,$rcon
    +	 stvx		$stage,0,$out
    +	 addi		$out,$out,16
    +
    +	 vsldoi		$stage,$in0,$in1,8
    +	vxor		$in0,$in0,$tmp
    +	vsldoi		$tmp,$zero,$tmp,12	# >>32
    +	 vperm		$outtail,$stage,$stage,$outperm	# rotate
    +	 vsel		$stage,$outhead,$outtail,$outmask
    +	 vmr		$outhead,$outtail
    +	vxor		$in0,$in0,$tmp
    +	vsldoi		$tmp,$zero,$tmp,12	# >>32
    +	vxor		$in0,$in0,$tmp
    +	 stvx		$stage,0,$out
    +	 addi		$out,$out,16
    +
    +	vspltw		$tmp,$in0,3
    +	vxor		$tmp,$tmp,$in1
    +	vsldoi		$in1,$zero,$in1,12	# >>32
    +	 vadduwm	$rcon,$rcon,$rcon
    +	vxor		$in1,$in1,$tmp
    +	vxor		$in0,$in0,$key
    +	vxor		$in1,$in1,$key
    +	 vperm		$outtail,$in0,$in0,$outperm	# rotate
    +	 vsel		$stage,$outhead,$outtail,$outmask
    +	 vmr		$outhead,$outtail
    +	 stvx		$stage,0,$out
    +	 addi		$inp,$out,15		# 15 is not typo
    +	 addi		$out,$out,16
    +	bdnz		Loop192
    +
    +	li		$rounds,12
    +	addi		$out,$out,0x20
    +	b		Ldone
    +
    +.align	4
    +L256:
    +	lvx		$tmp,0,$inp
    +	li		$cnt,7
    +	li		$rounds,14
    +	 vperm		$outtail,$in0,$in0,$outperm	# rotate
    +	 vsel		$stage,$outhead,$outtail,$outmask
    +	 vmr		$outhead,$outtail
    +	 stvx		$stage,0,$out
    +	 addi		$out,$out,16
    +	vperm		$in1,$in1,$tmp,$key	# align [and byte swap in LE]
    +	mtctr		$cnt
    +
    +Loop256:
    +	vperm		$key,$in1,$in1,$mask	# rotate-n-splat
    +	vsldoi		$tmp,$zero,$in0,12	# >>32
    +	 vperm		$outtail,$in1,$in1,$outperm	# rotate
    +	 vsel		$stage,$outhead,$outtail,$outmask
    +	 vmr		$outhead,$outtail
    +	vcipherlast	$key,$key,$rcon
    +	 stvx		$stage,0,$out
    +	 addi		$out,$out,16
    +
    +	vxor		$in0,$in0,$tmp
    +	vsldoi		$tmp,$zero,$tmp,12	# >>32
    +	vxor		$in0,$in0,$tmp
    +	vsldoi		$tmp,$zero,$tmp,12	# >>32
    +	vxor		$in0,$in0,$tmp
    +	 vadduwm	$rcon,$rcon,$rcon
    +	vxor		$in0,$in0,$key
    +	 vperm		$outtail,$in0,$in0,$outperm	# rotate
    +	 vsel		$stage,$outhead,$outtail,$outmask
    +	 vmr		$outhead,$outtail
    +	 stvx		$stage,0,$out
    +	 addi		$inp,$out,15		# 15 is not typo
    +	 addi		$out,$out,16
    +	bdz		Ldone
    +
    +	vspltw		$key,$in0,3		# just splat
    +	vsldoi		$tmp,$zero,$in1,12	# >>32
    +	vsbox		$key,$key
    +
    +	vxor		$in1,$in1,$tmp
    +	vsldoi		$tmp,$zero,$tmp,12	# >>32
    +	vxor		$in1,$in1,$tmp
    +	vsldoi		$tmp,$zero,$tmp,12	# >>32
    +	vxor		$in1,$in1,$tmp
    +
    +	vxor		$in1,$in1,$key
    +	b		Loop256
    +
    +.align	4
    +Ldone:
    +	lvx		$in1,0,$inp		# redundant in aligned case
    +	vsel		$in1,$outhead,$in1,$outmask
    +	stvx		$in1,0,$inp
    +	li		$ptr,0
    +	mtspr		256,$vrsave
    +	stw		$rounds,0($out)
    +
    +Lenc_key_abort:
    +	mr		r3,$ptr
    +	blr
    +	.long		0
    +	.byte		0,12,0x14,1,0,0,3,0
    +	.long		0
    +.size	.${prefix}_set_encrypt_key,.-.${prefix}_set_encrypt_key
    +
    +.globl	.${prefix}_set_decrypt_key
    +.align	5
    +.${prefix}_set_decrypt_key:
    +	$STU		$sp,-$FRAME($sp)
    +	mflr		r10
    +	$PUSH		r10,$FRAME+$LRSAVE($sp)
    +	bl		Lset_encrypt_key
    +	mtlr		r10
    +
    +	cmpwi		r3,0
    +	bne-		Ldec_key_abort
    +
    +	slwi		$cnt,$rounds,4
    +	subi		$inp,$out,240		# first round key
    +	srwi		$rounds,$rounds,1
    +	add		$out,$inp,$cnt		# last round key
    +	mtctr		$rounds
    +
    +Ldeckey:
    +	lwz		r0, 0($inp)
    +	lwz		r6, 4($inp)
    +	lwz		r7, 8($inp)
    +	lwz		r8, 12($inp)
    +	addi		$inp,$inp,16
    +	lwz		r9, 0($out)
    +	lwz		r10,4($out)
    +	lwz		r11,8($out)
    +	lwz		r12,12($out)
    +	stw		r0, 0($out)
    +	stw		r6, 4($out)
    +	stw		r7, 8($out)
    +	stw		r8, 12($out)
    +	subi		$out,$out,16
    +	stw		r9, -16($inp)
    +	stw		r10,-12($inp)
    +	stw		r11,-8($inp)
    +	stw		r12,-4($inp)
    +	bdnz		Ldeckey
    +
    +	xor		r3,r3,r3		# return value
    +Ldec_key_abort:
    +	addi		$sp,$sp,$FRAME
    +	blr
    +	.long		0
    +	.byte		0,12,4,1,0x80,0,3,0
    +	.long		0
    +.size	.${prefix}_set_decrypt_key,.-.${prefix}_set_decrypt_key
    +___
    +}}}
    +#########################################################################
    +{{{	# Single block en- and decrypt procedures			#
    +sub gen_block () {
    +my $dir = shift;
    +my $n   = $dir eq "de" ? "n" : "";
    +my ($inp,$out,$key,$rounds,$idx)=map("r$_",(3..7));
    +
    +$code.=<<___;
    +.globl	.${prefix}_${dir}crypt
    +.align	5
    +.${prefix}_${dir}crypt:
    +	lwz		$rounds,240($key)
    +	lis		r0,0xfc00
    +	mfspr		$vrsave,256
    +	li		$idx,15			# 15 is not typo
    +	mtspr		256,r0
    +
    +	lvx		v0,0,$inp
    +	neg		r11,$out
    +	lvx		v1,$idx,$inp
    +	lvsl		v2,0,$inp		# inpperm
    +	le?vspltisb	v4,0x0f
    +	?lvsl		v3,0,r11		# outperm
    +	le?vxor		v2,v2,v4
    +	li		$idx,16
    +	vperm		v0,v0,v1,v2		# align [and byte swap in LE]
    +	lvx		v1,0,$key
    +	?lvsl		v5,0,$key		# keyperm
    +	srwi		$rounds,$rounds,1
    +	lvx		v2,$idx,$key
    +	addi		$idx,$idx,16
    +	subi		$rounds,$rounds,1
    +	?vperm		v1,v1,v2,v5		# align round key
    +
    +	vxor		v0,v0,v1
    +	lvx		v1,$idx,$key
    +	addi		$idx,$idx,16
    +	mtctr		$rounds
    +
    +Loop_${dir}c:
    +	?vperm		v2,v2,v1,v5
    +	v${n}cipher	v0,v0,v2
    +	lvx		v2,$idx,$key
    +	addi		$idx,$idx,16
    +	?vperm		v1,v1,v2,v5
    +	v${n}cipher	v0,v0,v1
    +	lvx		v1,$idx,$key
    +	addi		$idx,$idx,16
    +	bdnz		Loop_${dir}c
    +
    +	?vperm		v2,v2,v1,v5
    +	v${n}cipher	v0,v0,v2
    +	lvx		v2,$idx,$key
    +	?vperm		v1,v1,v2,v5
    +	v${n}cipherlast	v0,v0,v1
    +
    +	vspltisb	v2,-1
    +	vxor		v1,v1,v1
    +	li		$idx,15			# 15 is not typo
    +	?vperm		v2,v1,v2,v3		# outmask
    +	le?vxor		v3,v3,v4
    +	lvx		v1,0,$out		# outhead
    +	vperm		v0,v0,v0,v3		# rotate [and byte swap in LE]
    +	vsel		v1,v1,v0,v2
    +	lvx		v4,$idx,$out
    +	stvx		v1,0,$out
    +	vsel		v0,v0,v4,v2
    +	stvx		v0,$idx,$out
    +
    +	mtspr		256,$vrsave
    +	blr
    +	.long		0
    +	.byte		0,12,0x14,0,0,0,3,0
    +	.long		0
    +.size	.${prefix}_${dir}crypt,.-.${prefix}_${dir}crypt
    +___
    +}
    +&gen_block("en");
    +&gen_block("de");
    +}}}
    +#########################################################################
    +{{{	# CBC en- and decrypt procedures				#
    +my ($inp,$out,$len,$key,$ivp,$enc,$rounds,$idx)=map("r$_",(3..10));
    +my ($rndkey0,$rndkey1,$inout,$tmp)=		map("v$_",(0..3));
    +my ($ivec,$inptail,$inpperm,$outhead,$outperm,$outmask,$keyperm)=
    +						map("v$_",(4..10));
    +$code.=<<___;
    +.globl	.${prefix}_cbc_encrypt
    +.align	5
    +.${prefix}_cbc_encrypt:
    +	${UCMP}i	$len,16
    +	bltlr-
    +
    +	cmpwi		$enc,0			# test direction
    +	lis		r0,0xffe0
    +	mfspr		$vrsave,256
    +	mtspr		256,r0
    +
    +	li		$idx,15
    +	vxor		$rndkey0,$rndkey0,$rndkey0
    +	le?vspltisb	$tmp,0x0f
    +
    +	lvx		$ivec,0,$ivp		# load [unaligned] iv
    +	lvsl		$inpperm,0,$ivp
    +	lvx		$inptail,$idx,$ivp
    +	le?vxor		$inpperm,$inpperm,$tmp
    +	vperm		$ivec,$ivec,$inptail,$inpperm
    +
    +	neg		r11,$inp
    +	?lvsl		$keyperm,0,$key		# prepare for unaligned key
    +	lwz		$rounds,240($key)
    +
    +	lvsr		$inpperm,0,r11		# prepare for unaligned load
    +	lvx		$inptail,0,$inp
    +	addi		$inp,$inp,15		# 15 is not typo
    +	le?vxor		$inpperm,$inpperm,$tmp
    +
    +	?lvsr		$outperm,0,$out		# prepare for unaligned store
    +	vspltisb	$outmask,-1
    +	lvx		$outhead,0,$out
    +	?vperm		$outmask,$rndkey0,$outmask,$outperm
    +	le?vxor		$outperm,$outperm,$tmp
    +
    +	srwi		$rounds,$rounds,1
    +	li		$idx,16
    +	subi		$rounds,$rounds,1
    +	beq		Lcbc_dec
    +
    +Lcbc_enc:
    +	vmr		$inout,$inptail
    +	lvx		$inptail,0,$inp
    +	addi		$inp,$inp,16
    +	mtctr		$rounds
    +	subi		$len,$len,16		# len-=16
    +
    +	lvx		$rndkey0,0,$key
    +	 vperm		$inout,$inout,$inptail,$inpperm
    +	lvx		$rndkey1,$idx,$key
    +	addi		$idx,$idx,16
    +	?vperm		$rndkey0,$rndkey0,$rndkey1,$keyperm
    +	vxor		$inout,$inout,$rndkey0
    +	lvx		$rndkey0,$idx,$key
    +	addi		$idx,$idx,16
    +	vxor		$inout,$inout,$ivec
    +
    +Loop_cbc_enc:
    +	?vperm		$rndkey1,$rndkey1,$rndkey0,$keyperm
    +	vcipher		$inout,$inout,$rndkey1
    +	lvx		$rndkey1,$idx,$key
    +	addi		$idx,$idx,16
    +	?vperm		$rndkey0,$rndkey0,$rndkey1,$keyperm
    +	vcipher		$inout,$inout,$rndkey0
    +	lvx		$rndkey0,$idx,$key
    +	addi		$idx,$idx,16
    +	bdnz		Loop_cbc_enc
    +
    +	?vperm		$rndkey1,$rndkey1,$rndkey0,$keyperm
    +	vcipher		$inout,$inout,$rndkey1
    +	lvx		$rndkey1,$idx,$key
    +	li		$idx,16
    +	?vperm		$rndkey0,$rndkey0,$rndkey1,$keyperm
    +	vcipherlast	$ivec,$inout,$rndkey0
    +	${UCMP}i	$len,16
    +
    +	vperm		$tmp,$ivec,$ivec,$outperm
    +	vsel		$inout,$outhead,$tmp,$outmask
    +	vmr		$outhead,$tmp
    +	stvx		$inout,0,$out
    +	addi		$out,$out,16
    +	bge		Lcbc_enc
    +
    +	b		Lcbc_done
    +
    +.align	4
    +Lcbc_dec:
    +	${UCMP}i	$len,128
    +	bge		_aesp8_cbc_decrypt8x
    +	vmr		$tmp,$inptail
    +	lvx		$inptail,0,$inp
    +	addi		$inp,$inp,16
    +	mtctr		$rounds
    +	subi		$len,$len,16		# len-=16
    +
    +	lvx		$rndkey0,0,$key
    +	 vperm		$tmp,$tmp,$inptail,$inpperm
    +	lvx		$rndkey1,$idx,$key
    +	addi		$idx,$idx,16
    +	?vperm		$rndkey0,$rndkey0,$rndkey1,$keyperm
    +	vxor		$inout,$tmp,$rndkey0
    +	lvx		$rndkey0,$idx,$key
    +	addi		$idx,$idx,16
    +
    +Loop_cbc_dec:
    +	?vperm		$rndkey1,$rndkey1,$rndkey0,$keyperm
    +	vncipher	$inout,$inout,$rndkey1
    +	lvx		$rndkey1,$idx,$key
    +	addi		$idx,$idx,16
    +	?vperm		$rndkey0,$rndkey0,$rndkey1,$keyperm
    +	vncipher	$inout,$inout,$rndkey0
    +	lvx		$rndkey0,$idx,$key
    +	addi		$idx,$idx,16
    +	bdnz		Loop_cbc_dec
    +
    +	?vperm		$rndkey1,$rndkey1,$rndkey0,$keyperm
    +	vncipher	$inout,$inout,$rndkey1
    +	lvx		$rndkey1,$idx,$key
    +	li		$idx,16
    +	?vperm		$rndkey0,$rndkey0,$rndkey1,$keyperm
    +	vncipherlast	$inout,$inout,$rndkey0
    +	${UCMP}i	$len,16
    +
    +	vxor		$inout,$inout,$ivec
    +	vmr		$ivec,$tmp
    +	vperm		$tmp,$inout,$inout,$outperm
    +	vsel		$inout,$outhead,$tmp,$outmask
    +	vmr		$outhead,$tmp
    +	stvx		$inout,0,$out
    +	addi		$out,$out,16
    +	bge		Lcbc_dec
    +
    +Lcbc_done:
    +	addi		$out,$out,-1
    +	lvx		$inout,0,$out		# redundant in aligned case
    +	vsel		$inout,$outhead,$inout,$outmask
    +	stvx		$inout,0,$out
    +
    +	neg		$enc,$ivp		# write [unaligned] iv
    +	li		$idx,15			# 15 is not typo
    +	vxor		$rndkey0,$rndkey0,$rndkey0
    +	vspltisb	$outmask,-1
    +	le?vspltisb	$tmp,0x0f
    +	?lvsl		$outperm,0,$enc
    +	?vperm		$outmask,$rndkey0,$outmask,$outperm
    +	le?vxor		$outperm,$outperm,$tmp
    +	lvx		$outhead,0,$ivp
    +	vperm		$ivec,$ivec,$ivec,$outperm
    +	vsel		$inout,$outhead,$ivec,$outmask
    +	lvx		$inptail,$idx,$ivp
    +	stvx		$inout,0,$ivp
    +	vsel		$inout,$ivec,$inptail,$outmask
    +	stvx		$inout,$idx,$ivp
    +
    +	mtspr		256,$vrsave
    +	blr
    +	.long		0
    +	.byte		0,12,0x14,0,0,0,6,0
    +	.long		0
    +___
    +#########################################################################
    +{{	# Optimized CBC decrypt procedure				#
    +my $key_="r11";
    +my ($x00,$x10,$x20,$x30,$x40,$x50,$x60,$x70)=map("r$_",(0,8,26..31));
    +    $x00=0 if ($flavour =~ /osx/);
    +my ($in0, $in1, $in2, $in3, $in4, $in5, $in6, $in7 )=map("v$_",(0..3,10..13));
    +my ($out0,$out1,$out2,$out3,$out4,$out5,$out6,$out7)=map("v$_",(14..21));
    +my $rndkey0="v23";	# v24-v25 rotating buffer for first found keys
    +			# v26-v31 last 6 round keys
    +my ($tmp,$keyperm)=($in3,$in4);	# aliases with "caller", redundant assignment
    +
    +$code.=<<___;
    +.align	5
    +_aesp8_cbc_decrypt8x:
    +	$STU		$sp,-`($FRAME+21*16+6*$SIZE_T)`($sp)
    +	li		r10,`$FRAME+8*16+15`
    +	li		r11,`$FRAME+8*16+31`
    +	stvx		v20,r10,$sp		# ABI says so
    +	addi		r10,r10,32
    +	stvx		v21,r11,$sp
    +	addi		r11,r11,32
    +	stvx		v22,r10,$sp
    +	addi		r10,r10,32
    +	stvx		v23,r11,$sp
    +	addi		r11,r11,32
    +	stvx		v24,r10,$sp
    +	addi		r10,r10,32
    +	stvx		v25,r11,$sp
    +	addi		r11,r11,32
    +	stvx		v26,r10,$sp
    +	addi		r10,r10,32
    +	stvx		v27,r11,$sp
    +	addi		r11,r11,32
    +	stvx		v28,r10,$sp
    +	addi		r10,r10,32
    +	stvx		v29,r11,$sp
    +	addi		r11,r11,32
    +	stvx		v30,r10,$sp
    +	stvx		v31,r11,$sp
    +	li		r0,-1
    +	stw		$vrsave,`$FRAME+21*16-4`($sp)	# save vrsave
    +	li		$x10,0x10
    +	$PUSH		r26,`$FRAME+21*16+0*$SIZE_T`($sp)
    +	li		$x20,0x20
    +	$PUSH		r27,`$FRAME+21*16+1*$SIZE_T`($sp)
    +	li		$x30,0x30
    +	$PUSH		r28,`$FRAME+21*16+2*$SIZE_T`($sp)
    +	li		$x40,0x40
    +	$PUSH		r29,`$FRAME+21*16+3*$SIZE_T`($sp)
    +	li		$x50,0x50
    +	$PUSH		r30,`$FRAME+21*16+4*$SIZE_T`($sp)
    +	li		$x60,0x60
    +	$PUSH		r31,`$FRAME+21*16+5*$SIZE_T`($sp)
    +	li		$x70,0x70
    +	mtspr		256,r0
    +
    +	subi		$rounds,$rounds,3	# -4 in total
    +	subi		$len,$len,128		# bias
    +
    +	lvx		$rndkey0,$x00,$key	# load key schedule
    +	lvx		v30,$x10,$key
    +	addi		$key,$key,0x20
    +	lvx		v31,$x00,$key
    +	?vperm		$rndkey0,$rndkey0,v30,$keyperm
    +	addi		$key_,$sp,$FRAME+15
    +	mtctr		$rounds
    +
    +Load_cbc_dec_key:
    +	?vperm		v24,v30,v31,$keyperm
    +	lvx		v30,$x10,$key
    +	addi		$key,$key,0x20
    +	stvx		v24,$x00,$key_		# off-load round[1]
    +	?vperm		v25,v31,v30,$keyperm
    +	lvx		v31,$x00,$key
    +	stvx		v25,$x10,$key_		# off-load round[2]
    +	addi		$key_,$key_,0x20
    +	bdnz		Load_cbc_dec_key
    +
    +	lvx		v26,$x10,$key
    +	?vperm		v24,v30,v31,$keyperm
    +	lvx		v27,$x20,$key
    +	stvx		v24,$x00,$key_		# off-load round[3]
    +	?vperm		v25,v31,v26,$keyperm
    +	lvx		v28,$x30,$key
    +	stvx		v25,$x10,$key_		# off-load round[4]
    +	addi		$key_,$sp,$FRAME+15	# rewind $key_
    +	?vperm		v26,v26,v27,$keyperm
    +	lvx		v29,$x40,$key
    +	?vperm		v27,v27,v28,$keyperm
    +	lvx		v30,$x50,$key
    +	?vperm		v28,v28,v29,$keyperm
    +	lvx		v31,$x60,$key
    +	?vperm		v29,v29,v30,$keyperm
    +	lvx		$out0,$x70,$key		# borrow $out0
    +	?vperm		v30,v30,v31,$keyperm
    +	lvx		v24,$x00,$key_		# pre-load round[1]
    +	?vperm		v31,v31,$out0,$keyperm
    +	lvx		v25,$x10,$key_		# pre-load round[2]
    +
    +	#lvx		$inptail,0,$inp		# "caller" already did this
    +	#addi		$inp,$inp,15		# 15 is not typo
    +	subi		$inp,$inp,15		# undo "caller"
    +
    +	 le?li		$idx,8
    +	lvx_u		$in0,$x00,$inp		# load first 8 "words"
    +	 le?lvsl	$inpperm,0,$idx
    +	 le?vspltisb	$tmp,0x0f
    +	lvx_u		$in1,$x10,$inp
    +	 le?vxor	$inpperm,$inpperm,$tmp	# transform for lvx_u/stvx_u
    +	lvx_u		$in2,$x20,$inp
    +	 le?vperm	$in0,$in0,$in0,$inpperm
    +	lvx_u		$in3,$x30,$inp
    +	 le?vperm	$in1,$in1,$in1,$inpperm
    +	lvx_u		$in4,$x40,$inp
    +	 le?vperm	$in2,$in2,$in2,$inpperm
    +	vxor		$out0,$in0,$rndkey0
    +	lvx_u		$in5,$x50,$inp
    +	 le?vperm	$in3,$in3,$in3,$inpperm
    +	vxor		$out1,$in1,$rndkey0
    +	lvx_u		$in6,$x60,$inp
    +	 le?vperm	$in4,$in4,$in4,$inpperm
    +	vxor		$out2,$in2,$rndkey0
    +	lvx_u		$in7,$x70,$inp
    +	addi		$inp,$inp,0x80
    +	 le?vperm	$in5,$in5,$in5,$inpperm
    +	vxor		$out3,$in3,$rndkey0
    +	 le?vperm	$in6,$in6,$in6,$inpperm
    +	vxor		$out4,$in4,$rndkey0
    +	 le?vperm	$in7,$in7,$in7,$inpperm
    +	vxor		$out5,$in5,$rndkey0
    +	vxor		$out6,$in6,$rndkey0
    +	vxor		$out7,$in7,$rndkey0
    +
    +	mtctr		$rounds
    +	b		Loop_cbc_dec8x
    +.align	5
    +Loop_cbc_dec8x:
    +	vncipher	$out0,$out0,v24
    +	vncipher	$out1,$out1,v24
    +	vncipher	$out2,$out2,v24
    +	vncipher	$out3,$out3,v24
    +	vncipher	$out4,$out4,v24
    +	vncipher	$out5,$out5,v24
    +	vncipher	$out6,$out6,v24
    +	vncipher	$out7,$out7,v24
    +	lvx		v24,$x20,$key_		# round[3]
    +	addi		$key_,$key_,0x20
    +
    +	vncipher	$out0,$out0,v25
    +	vncipher	$out1,$out1,v25
    +	vncipher	$out2,$out2,v25
    +	vncipher	$out3,$out3,v25
    +	vncipher	$out4,$out4,v25
    +	vncipher	$out5,$out5,v25
    +	vncipher	$out6,$out6,v25
    +	vncipher	$out7,$out7,v25
    +	lvx		v25,$x10,$key_		# round[4]
    +	bdnz		Loop_cbc_dec8x
    +
    +	subic		$len,$len,128		# $len-=128
    +	vncipher	$out0,$out0,v24
    +	vncipher	$out1,$out1,v24
    +	vncipher	$out2,$out2,v24
    +	vncipher	$out3,$out3,v24
    +	vncipher	$out4,$out4,v24
    +	vncipher	$out5,$out5,v24
    +	vncipher	$out6,$out6,v24
    +	vncipher	$out7,$out7,v24
    +
    +	subfe.		r0,r0,r0		# borrow?-1:0
    +	vncipher	$out0,$out0,v25
    +	vncipher	$out1,$out1,v25
    +	vncipher	$out2,$out2,v25
    +	vncipher	$out3,$out3,v25
    +	vncipher	$out4,$out4,v25
    +	vncipher	$out5,$out5,v25
    +	vncipher	$out6,$out6,v25
    +	vncipher	$out7,$out7,v25
    +
    +	and		r0,r0,$len
    +	vncipher	$out0,$out0,v26
    +	vncipher	$out1,$out1,v26
    +	vncipher	$out2,$out2,v26
    +	vncipher	$out3,$out3,v26
    +	vncipher	$out4,$out4,v26
    +	vncipher	$out5,$out5,v26
    +	vncipher	$out6,$out6,v26
    +	vncipher	$out7,$out7,v26
    +
    +	add		$inp,$inp,r0		# $inp is adjusted in such
    +						# way that at exit from the
    +						# loop inX-in7 are loaded
    +						# with last "words"
    +	vncipher	$out0,$out0,v27
    +	vncipher	$out1,$out1,v27
    +	vncipher	$out2,$out2,v27
    +	vncipher	$out3,$out3,v27
    +	vncipher	$out4,$out4,v27
    +	vncipher	$out5,$out5,v27
    +	vncipher	$out6,$out6,v27
    +	vncipher	$out7,$out7,v27
    +
    +	addi		$key_,$sp,$FRAME+15	# rewind $key_
    +	vncipher	$out0,$out0,v28
    +	vncipher	$out1,$out1,v28
    +	vncipher	$out2,$out2,v28
    +	vncipher	$out3,$out3,v28
    +	vncipher	$out4,$out4,v28
    +	vncipher	$out5,$out5,v28
    +	vncipher	$out6,$out6,v28
    +	vncipher	$out7,$out7,v28
    +	lvx		v24,$x00,$key_		# re-pre-load round[1]
    +
    +	vncipher	$out0,$out0,v29
    +	vncipher	$out1,$out1,v29
    +	vncipher	$out2,$out2,v29
    +	vncipher	$out3,$out3,v29
    +	vncipher	$out4,$out4,v29
    +	vncipher	$out5,$out5,v29
    +	vncipher	$out6,$out6,v29
    +	vncipher	$out7,$out7,v29
    +	lvx		v25,$x10,$key_		# re-pre-load round[2]
    +
    +	vncipher	$out0,$out0,v30
    +	 vxor		$ivec,$ivec,v31		# xor with last round key
    +	vncipher	$out1,$out1,v30
    +	 vxor		$in0,$in0,v31
    +	vncipher	$out2,$out2,v30
    +	 vxor		$in1,$in1,v31
    +	vncipher	$out3,$out3,v30
    +	 vxor		$in2,$in2,v31
    +	vncipher	$out4,$out4,v30
    +	 vxor		$in3,$in3,v31
    +	vncipher	$out5,$out5,v30
    +	 vxor		$in4,$in4,v31
    +	vncipher	$out6,$out6,v30
    +	 vxor		$in5,$in5,v31
    +	vncipher	$out7,$out7,v30
    +	 vxor		$in6,$in6,v31
    +
    +	vncipherlast	$out0,$out0,$ivec
    +	vncipherlast	$out1,$out1,$in0
    +	 lvx_u		$in0,$x00,$inp		# load next input block
    +	vncipherlast	$out2,$out2,$in1
    +	 lvx_u		$in1,$x10,$inp
    +	vncipherlast	$out3,$out3,$in2
    +	 le?vperm	$in0,$in0,$in0,$inpperm
    +	 lvx_u		$in2,$x20,$inp
    +	vncipherlast	$out4,$out4,$in3
    +	 le?vperm	$in1,$in1,$in1,$inpperm
    +	 lvx_u		$in3,$x30,$inp
    +	vncipherlast	$out5,$out5,$in4
    +	 le?vperm	$in2,$in2,$in2,$inpperm
    +	 lvx_u		$in4,$x40,$inp
    +	vncipherlast	$out6,$out6,$in5
    +	 le?vperm	$in3,$in3,$in3,$inpperm
    +	 lvx_u		$in5,$x50,$inp
    +	vncipherlast	$out7,$out7,$in6
    +	 le?vperm	$in4,$in4,$in4,$inpperm
    +	 lvx_u		$in6,$x60,$inp
    +	vmr		$ivec,$in7
    +	 le?vperm	$in5,$in5,$in5,$inpperm
    +	 lvx_u		$in7,$x70,$inp
    +	 addi		$inp,$inp,0x80
    +
    +	le?vperm	$out0,$out0,$out0,$inpperm
    +	le?vperm	$out1,$out1,$out1,$inpperm
    +	stvx_u		$out0,$x00,$out
    +	 le?vperm	$in6,$in6,$in6,$inpperm
    +	 vxor		$out0,$in0,$rndkey0
    +	le?vperm	$out2,$out2,$out2,$inpperm
    +	stvx_u		$out1,$x10,$out
    +	 le?vperm	$in7,$in7,$in7,$inpperm
    +	 vxor		$out1,$in1,$rndkey0
    +	le?vperm	$out3,$out3,$out3,$inpperm
    +	stvx_u		$out2,$x20,$out
    +	 vxor		$out2,$in2,$rndkey0
    +	le?vperm	$out4,$out4,$out4,$inpperm
    +	stvx_u		$out3,$x30,$out
    +	 vxor		$out3,$in3,$rndkey0
    +	le?vperm	$out5,$out5,$out5,$inpperm
    +	stvx_u		$out4,$x40,$out
    +	 vxor		$out4,$in4,$rndkey0
    +	le?vperm	$out6,$out6,$out6,$inpperm
    +	stvx_u		$out5,$x50,$out
    +	 vxor		$out5,$in5,$rndkey0
    +	le?vperm	$out7,$out7,$out7,$inpperm
    +	stvx_u		$out6,$x60,$out
    +	 vxor		$out6,$in6,$rndkey0
    +	stvx_u		$out7,$x70,$out
    +	addi		$out,$out,0x80
    +	 vxor		$out7,$in7,$rndkey0
    +
    +	mtctr		$rounds
    +	beq		Loop_cbc_dec8x		# did $len-=128 borrow?
    +
    +	addic.		$len,$len,128
    +	beq		Lcbc_dec8x_done
    +	nop
    +	nop
    +
    +Loop_cbc_dec8x_tail:				# up to 7 "words" tail...
    +	vncipher	$out1,$out1,v24
    +	vncipher	$out2,$out2,v24
    +	vncipher	$out3,$out3,v24
    +	vncipher	$out4,$out4,v24
    +	vncipher	$out5,$out5,v24
    +	vncipher	$out6,$out6,v24
    +	vncipher	$out7,$out7,v24
    +	lvx		v24,$x20,$key_		# round[3]
    +	addi		$key_,$key_,0x20
    +
    +	vncipher	$out1,$out1,v25
    +	vncipher	$out2,$out2,v25
    +	vncipher	$out3,$out3,v25
    +	vncipher	$out4,$out4,v25
    +	vncipher	$out5,$out5,v25
    +	vncipher	$out6,$out6,v25
    +	vncipher	$out7,$out7,v25
    +	lvx		v25,$x10,$key_		# round[4]
    +	bdnz		Loop_cbc_dec8x_tail
    +
    +	vncipher	$out1,$out1,v24
    +	vncipher	$out2,$out2,v24
    +	vncipher	$out3,$out3,v24
    +	vncipher	$out4,$out4,v24
    +	vncipher	$out5,$out5,v24
    +	vncipher	$out6,$out6,v24
    +	vncipher	$out7,$out7,v24
    +
    +	vncipher	$out1,$out1,v25
    +	vncipher	$out2,$out2,v25
    +	vncipher	$out3,$out3,v25
    +	vncipher	$out4,$out4,v25
    +	vncipher	$out5,$out5,v25
    +	vncipher	$out6,$out6,v25
    +	vncipher	$out7,$out7,v25
    +
    +	vncipher	$out1,$out1,v26
    +	vncipher	$out2,$out2,v26
    +	vncipher	$out3,$out3,v26
    +	vncipher	$out4,$out4,v26
    +	vncipher	$out5,$out5,v26
    +	vncipher	$out6,$out6,v26
    +	vncipher	$out7,$out7,v26
    +
    +	vncipher	$out1,$out1,v27
    +	vncipher	$out2,$out2,v27
    +	vncipher	$out3,$out3,v27
    +	vncipher	$out4,$out4,v27
    +	vncipher	$out5,$out5,v27
    +	vncipher	$out6,$out6,v27
    +	vncipher	$out7,$out7,v27
    +
    +	vncipher	$out1,$out1,v28
    +	vncipher	$out2,$out2,v28
    +	vncipher	$out3,$out3,v28
    +	vncipher	$out4,$out4,v28
    +	vncipher	$out5,$out5,v28
    +	vncipher	$out6,$out6,v28
    +	vncipher	$out7,$out7,v28
    +
    +	vncipher	$out1,$out1,v29
    +	vncipher	$out2,$out2,v29
    +	vncipher	$out3,$out3,v29
    +	vncipher	$out4,$out4,v29
    +	vncipher	$out5,$out5,v29
    +	vncipher	$out6,$out6,v29
    +	vncipher	$out7,$out7,v29
    +
    +	vncipher	$out1,$out1,v30
    +	 vxor		$ivec,$ivec,v31		# last round key
    +	vncipher	$out2,$out2,v30
    +	 vxor		$in1,$in1,v31
    +	vncipher	$out3,$out3,v30
    +	 vxor		$in2,$in2,v31
    +	vncipher	$out4,$out4,v30
    +	 vxor		$in3,$in3,v31
    +	vncipher	$out5,$out5,v30
    +	 vxor		$in4,$in4,v31
    +	vncipher	$out6,$out6,v30
    +	 vxor		$in5,$in5,v31
    +	vncipher	$out7,$out7,v30
    +	 vxor		$in6,$in6,v31
    +
    +	cmplwi		$len,32			# switch($len)
    +	blt		Lcbc_dec8x_one
    +	nop
    +	beq		Lcbc_dec8x_two
    +	cmplwi		$len,64
    +	blt		Lcbc_dec8x_three
    +	nop
    +	beq		Lcbc_dec8x_four
    +	cmplwi		$len,96
    +	blt		Lcbc_dec8x_five
    +	nop
    +	beq		Lcbc_dec8x_six
    +
    +Lcbc_dec8x_seven:
    +	vncipherlast	$out1,$out1,$ivec
    +	vncipherlast	$out2,$out2,$in1
    +	vncipherlast	$out3,$out3,$in2
    +	vncipherlast	$out4,$out4,$in3
    +	vncipherlast	$out5,$out5,$in4
    +	vncipherlast	$out6,$out6,$in5
    +	vncipherlast	$out7,$out7,$in6
    +	vmr		$ivec,$in7
    +
    +	le?vperm	$out1,$out1,$out1,$inpperm
    +	le?vperm	$out2,$out2,$out2,$inpperm
    +	stvx_u		$out1,$x00,$out
    +	le?vperm	$out3,$out3,$out3,$inpperm
    +	stvx_u		$out2,$x10,$out
    +	le?vperm	$out4,$out4,$out4,$inpperm
    +	stvx_u		$out3,$x20,$out
    +	le?vperm	$out5,$out5,$out5,$inpperm
    +	stvx_u		$out4,$x30,$out
    +	le?vperm	$out6,$out6,$out6,$inpperm
    +	stvx_u		$out5,$x40,$out
    +	le?vperm	$out7,$out7,$out7,$inpperm
    +	stvx_u		$out6,$x50,$out
    +	stvx_u		$out7,$x60,$out
    +	addi		$out,$out,0x70
    +	b		Lcbc_dec8x_done
    +
    +.align	5
    +Lcbc_dec8x_six:
    +	vncipherlast	$out2,$out2,$ivec
    +	vncipherlast	$out3,$out3,$in2
    +	vncipherlast	$out4,$out4,$in3
    +	vncipherlast	$out5,$out5,$in4
    +	vncipherlast	$out6,$out6,$in5
    +	vncipherlast	$out7,$out7,$in6
    +	vmr		$ivec,$in7
    +
    +	le?vperm	$out2,$out2,$out2,$inpperm
    +	le?vperm	$out3,$out3,$out3,$inpperm
    +	stvx_u		$out2,$x00,$out
    +	le?vperm	$out4,$out4,$out4,$inpperm
    +	stvx_u		$out3,$x10,$out
    +	le?vperm	$out5,$out5,$out5,$inpperm
    +	stvx_u		$out4,$x20,$out
    +	le?vperm	$out6,$out6,$out6,$inpperm
    +	stvx_u		$out5,$x30,$out
    +	le?vperm	$out7,$out7,$out7,$inpperm
    +	stvx_u		$out6,$x40,$out
    +	stvx_u		$out7,$x50,$out
    +	addi		$out,$out,0x60
    +	b		Lcbc_dec8x_done
    +
    +.align	5
    +Lcbc_dec8x_five:
    +	vncipherlast	$out3,$out3,$ivec
    +	vncipherlast	$out4,$out4,$in3
    +	vncipherlast	$out5,$out5,$in4
    +	vncipherlast	$out6,$out6,$in5
    +	vncipherlast	$out7,$out7,$in6
    +	vmr		$ivec,$in7
    +
    +	le?vperm	$out3,$out3,$out3,$inpperm
    +	le?vperm	$out4,$out4,$out4,$inpperm
    +	stvx_u		$out3,$x00,$out
    +	le?vperm	$out5,$out5,$out5,$inpperm
    +	stvx_u		$out4,$x10,$out
    +	le?vperm	$out6,$out6,$out6,$inpperm
    +	stvx_u		$out5,$x20,$out
    +	le?vperm	$out7,$out7,$out7,$inpperm
    +	stvx_u		$out6,$x30,$out
    +	stvx_u		$out7,$x40,$out
    +	addi		$out,$out,0x50
    +	b		Lcbc_dec8x_done
    +
    +.align	5
    +Lcbc_dec8x_four:
    +	vncipherlast	$out4,$out4,$ivec
    +	vncipherlast	$out5,$out5,$in4
    +	vncipherlast	$out6,$out6,$in5
    +	vncipherlast	$out7,$out7,$in6
    +	vmr		$ivec,$in7
    +
    +	le?vperm	$out4,$out4,$out4,$inpperm
    +	le?vperm	$out5,$out5,$out5,$inpperm
    +	stvx_u		$out4,$x00,$out
    +	le?vperm	$out6,$out6,$out6,$inpperm
    +	stvx_u		$out5,$x10,$out
    +	le?vperm	$out7,$out7,$out7,$inpperm
    +	stvx_u		$out6,$x20,$out
    +	stvx_u		$out7,$x30,$out
    +	addi		$out,$out,0x40
    +	b		Lcbc_dec8x_done
    +
    +.align	5
    +Lcbc_dec8x_three:
    +	vncipherlast	$out5,$out5,$ivec
    +	vncipherlast	$out6,$out6,$in5
    +	vncipherlast	$out7,$out7,$in6
    +	vmr		$ivec,$in7
    +
    +	le?vperm	$out5,$out5,$out5,$inpperm
    +	le?vperm	$out6,$out6,$out6,$inpperm
    +	stvx_u		$out5,$x00,$out
    +	le?vperm	$out7,$out7,$out7,$inpperm
    +	stvx_u		$out6,$x10,$out
    +	stvx_u		$out7,$x20,$out
    +	addi		$out,$out,0x30
    +	b		Lcbc_dec8x_done
    +
    +.align	5
    +Lcbc_dec8x_two:
    +	vncipherlast	$out6,$out6,$ivec
    +	vncipherlast	$out7,$out7,$in6
    +	vmr		$ivec,$in7
    +
    +	le?vperm	$out6,$out6,$out6,$inpperm
    +	le?vperm	$out7,$out7,$out7,$inpperm
    +	stvx_u		$out6,$x00,$out
    +	stvx_u		$out7,$x10,$out
    +	addi		$out,$out,0x20
    +	b		Lcbc_dec8x_done
    +
    +.align	5
    +Lcbc_dec8x_one:
    +	vncipherlast	$out7,$out7,$ivec
    +	vmr		$ivec,$in7
    +
    +	le?vperm	$out7,$out7,$out7,$inpperm
    +	stvx_u		$out7,0,$out
    +	addi		$out,$out,0x10
    +
    +Lcbc_dec8x_done:
    +	le?vperm	$ivec,$ivec,$ivec,$inpperm
    +	stvx_u		$ivec,0,$ivp		# write [unaligned] iv
    +
    +	li		r10,`$FRAME+15`
    +	li		r11,`$FRAME+31`
    +	stvx		$inpperm,r10,$sp	# wipe copies of round keys
    +	addi		r10,r10,32
    +	stvx		$inpperm,r11,$sp
    +	addi		r11,r11,32
    +	stvx		$inpperm,r10,$sp
    +	addi		r10,r10,32
    +	stvx		$inpperm,r11,$sp
    +	addi		r11,r11,32
    +	stvx		$inpperm,r10,$sp
    +	addi		r10,r10,32
    +	stvx		$inpperm,r11,$sp
    +	addi		r11,r11,32
    +	stvx		$inpperm,r10,$sp
    +	addi		r10,r10,32
    +	stvx		$inpperm,r11,$sp
    +	addi		r11,r11,32
    +
    +	mtspr		256,$vrsave
    +	lvx		v20,r10,$sp		# ABI says so
    +	addi		r10,r10,32
    +	lvx		v21,r11,$sp
    +	addi		r11,r11,32
    +	lvx		v22,r10,$sp
    +	addi		r10,r10,32
    +	lvx		v23,r11,$sp
    +	addi		r11,r11,32
    +	lvx		v24,r10,$sp
    +	addi		r10,r10,32
    +	lvx		v25,r11,$sp
    +	addi		r11,r11,32
    +	lvx		v26,r10,$sp
    +	addi		r10,r10,32
    +	lvx		v27,r11,$sp
    +	addi		r11,r11,32
    +	lvx		v28,r10,$sp
    +	addi		r10,r10,32
    +	lvx		v29,r11,$sp
    +	addi		r11,r11,32
    +	lvx		v30,r10,$sp
    +	lvx		v31,r11,$sp
    +	$POP		r26,`$FRAME+21*16+0*$SIZE_T`($sp)
    +	$POP		r27,`$FRAME+21*16+1*$SIZE_T`($sp)
    +	$POP		r28,`$FRAME+21*16+2*$SIZE_T`($sp)
    +	$POP		r29,`$FRAME+21*16+3*$SIZE_T`($sp)
    +	$POP		r30,`$FRAME+21*16+4*$SIZE_T`($sp)
    +	$POP		r31,`$FRAME+21*16+5*$SIZE_T`($sp)
    +	addi		$sp,$sp,`$FRAME+21*16+6*$SIZE_T`
    +	blr
    +	.long		0
    +	.byte		0,12,0x04,0,0x80,6,6,0
    +	.long		0
    +.size	.${prefix}_cbc_encrypt,.-.${prefix}_cbc_encrypt
    +___
    +}}	}}}
    +
    +#########################################################################
    +{{{	# CTR procedure[s]						#
    +my ($inp,$out,$len,$key,$ivp,$x10,$rounds,$idx)=map("r$_",(3..10));
    +my ($rndkey0,$rndkey1,$inout,$tmp)=		map("v$_",(0..3));
    +my ($ivec,$inptail,$inpperm,$outhead,$outperm,$outmask,$keyperm,$one)=
    +						map("v$_",(4..11));
    +my $dat=$tmp;
    +
    +$code.=<<___;
    +.globl	.${prefix}_ctr32_encrypt_blocks
    +.align	5
    +.${prefix}_ctr32_encrypt_blocks:
    +	${UCMP}i	$len,1
    +	bltlr-
    +
    +	lis		r0,0xfff0
    +	mfspr		$vrsave,256
    +	mtspr		256,r0
    +
    +	li		$idx,15
    +	vxor		$rndkey0,$rndkey0,$rndkey0
    +	le?vspltisb	$tmp,0x0f
    +
    +	lvx		$ivec,0,$ivp		# load [unaligned] iv
    +	lvsl		$inpperm,0,$ivp
    +	lvx		$inptail,$idx,$ivp
    +	 vspltisb	$one,1
    +	le?vxor		$inpperm,$inpperm,$tmp
    +	vperm		$ivec,$ivec,$inptail,$inpperm
    +	 vsldoi		$one,$rndkey0,$one,1
    +
    +	neg		r11,$inp
    +	?lvsl		$keyperm,0,$key		# prepare for unaligned key
    +	lwz		$rounds,240($key)
    +
    +	lvsr		$inpperm,0,r11		# prepare for unaligned load
    +	lvx		$inptail,0,$inp
    +	addi		$inp,$inp,15		# 15 is not typo
    +	le?vxor		$inpperm,$inpperm,$tmp
    +
    +	srwi		$rounds,$rounds,1
    +	li		$idx,16
    +	subi		$rounds,$rounds,1
    +
    +	${UCMP}i	$len,8
    +	bge		_aesp8_ctr32_encrypt8x
    +
    +	?lvsr		$outperm,0,$out		# prepare for unaligned store
    +	vspltisb	$outmask,-1
    +	lvx		$outhead,0,$out
    +	?vperm		$outmask,$rndkey0,$outmask,$outperm
    +	le?vxor		$outperm,$outperm,$tmp
    +
    +	lvx		$rndkey0,0,$key
    +	mtctr		$rounds
    +	lvx		$rndkey1,$idx,$key
    +	addi		$idx,$idx,16
    +	?vperm		$rndkey0,$rndkey0,$rndkey1,$keyperm
    +	vxor		$inout,$ivec,$rndkey0
    +	lvx		$rndkey0,$idx,$key
    +	addi		$idx,$idx,16
    +	b		Loop_ctr32_enc
    +
    +.align	5
    +Loop_ctr32_enc:
    +	?vperm		$rndkey1,$rndkey1,$rndkey0,$keyperm
    +	vcipher		$inout,$inout,$rndkey1
    +	lvx		$rndkey1,$idx,$key
    +	addi		$idx,$idx,16
    +	?vperm		$rndkey0,$rndkey0,$rndkey1,$keyperm
    +	vcipher		$inout,$inout,$rndkey0
    +	lvx		$rndkey0,$idx,$key
    +	addi		$idx,$idx,16
    +	bdnz		Loop_ctr32_enc
    +
    +	vadduwm		$ivec,$ivec,$one
    +	 vmr		$dat,$inptail
    +	 lvx		$inptail,0,$inp
    +	 addi		$inp,$inp,16
    +	 subic.		$len,$len,1		# blocks--
    +
    +	?vperm		$rndkey1,$rndkey1,$rndkey0,$keyperm
    +	vcipher		$inout,$inout,$rndkey1
    +	lvx		$rndkey1,$idx,$key
    +	 vperm		$dat,$dat,$inptail,$inpperm
    +	 li		$idx,16
    +	?vperm		$rndkey1,$rndkey0,$rndkey1,$keyperm
    +	 lvx		$rndkey0,0,$key
    +	vxor		$dat,$dat,$rndkey1	# last round key
    +	vcipherlast	$inout,$inout,$dat
    +
    +	 lvx		$rndkey1,$idx,$key
    +	 addi		$idx,$idx,16
    +	vperm		$inout,$inout,$inout,$outperm
    +	vsel		$dat,$outhead,$inout,$outmask
    +	 mtctr		$rounds
    +	 ?vperm		$rndkey0,$rndkey0,$rndkey1,$keyperm
    +	vmr		$outhead,$inout
    +	 vxor		$inout,$ivec,$rndkey0
    +	 lvx		$rndkey0,$idx,$key
    +	 addi		$idx,$idx,16
    +	stvx		$dat,0,$out
    +	addi		$out,$out,16
    +	bne		Loop_ctr32_enc
    +
    +	addi		$out,$out,-1
    +	lvx		$inout,0,$out		# redundant in aligned case
    +	vsel		$inout,$outhead,$inout,$outmask
    +	stvx		$inout,0,$out
    +
    +	mtspr		256,$vrsave
    +	blr
    +	.long		0
    +	.byte		0,12,0x14,0,0,0,6,0
    +	.long		0
    +___
    +#########################################################################
    +{{	# Optimized CTR procedure					#
    +my $key_="r11";
    +my ($x00,$x10,$x20,$x30,$x40,$x50,$x60,$x70)=map("r$_",(0,8,26..31));
    +    $x00=0 if ($flavour =~ /osx/);
    +my ($in0, $in1, $in2, $in3, $in4, $in5, $in6, $in7 )=map("v$_",(0..3,10,12..14));
    +my ($out0,$out1,$out2,$out3,$out4,$out5,$out6,$out7)=map("v$_",(15..22));
    +my $rndkey0="v23";	# v24-v25 rotating buffer for first found keys
    +			# v26-v31 last 6 round keys
    +my ($tmp,$keyperm)=($in3,$in4);	# aliases with "caller", redundant assignment
    +my ($two,$three,$four)=($outhead,$outperm,$outmask);
    +
    +$code.=<<___;
    +.align	5
    +_aesp8_ctr32_encrypt8x:
    +	$STU		$sp,-`($FRAME+21*16+6*$SIZE_T)`($sp)
    +	li		r10,`$FRAME+8*16+15`
    +	li		r11,`$FRAME+8*16+31`
    +	stvx		v20,r10,$sp		# ABI says so
    +	addi		r10,r10,32
    +	stvx		v21,r11,$sp
    +	addi		r11,r11,32
    +	stvx		v22,r10,$sp
    +	addi		r10,r10,32
    +	stvx		v23,r11,$sp
    +	addi		r11,r11,32
    +	stvx		v24,r10,$sp
    +	addi		r10,r10,32
    +	stvx		v25,r11,$sp
    +	addi		r11,r11,32
    +	stvx		v26,r10,$sp
    +	addi		r10,r10,32
    +	stvx		v27,r11,$sp
    +	addi		r11,r11,32
    +	stvx		v28,r10,$sp
    +	addi		r10,r10,32
    +	stvx		v29,r11,$sp
    +	addi		r11,r11,32
    +	stvx		v30,r10,$sp
    +	stvx		v31,r11,$sp
    +	li		r0,-1
    +	stw		$vrsave,`$FRAME+21*16-4`($sp)	# save vrsave
    +	li		$x10,0x10
    +	$PUSH		r26,`$FRAME+21*16+0*$SIZE_T`($sp)
    +	li		$x20,0x20
    +	$PUSH		r27,`$FRAME+21*16+1*$SIZE_T`($sp)
    +	li		$x30,0x30
    +	$PUSH		r28,`$FRAME+21*16+2*$SIZE_T`($sp)
    +	li		$x40,0x40
    +	$PUSH		r29,`$FRAME+21*16+3*$SIZE_T`($sp)
    +	li		$x50,0x50
    +	$PUSH		r30,`$FRAME+21*16+4*$SIZE_T`($sp)
    +	li		$x60,0x60
    +	$PUSH		r31,`$FRAME+21*16+5*$SIZE_T`($sp)
    +	li		$x70,0x70
    +	mtspr		256,r0
    +
    +	subi		$rounds,$rounds,3	# -4 in total
    +
    +	lvx		$rndkey0,$x00,$key	# load key schedule
    +	lvx		v30,$x10,$key
    +	addi		$key,$key,0x20
    +	lvx		v31,$x00,$key
    +	?vperm		$rndkey0,$rndkey0,v30,$keyperm
    +	addi		$key_,$sp,$FRAME+15
    +	mtctr		$rounds
    +
    +Load_ctr32_enc_key:
    +	?vperm		v24,v30,v31,$keyperm
    +	lvx		v30,$x10,$key
    +	addi		$key,$key,0x20
    +	stvx		v24,$x00,$key_		# off-load round[1]
    +	?vperm		v25,v31,v30,$keyperm
    +	lvx		v31,$x00,$key
    +	stvx		v25,$x10,$key_		# off-load round[2]
    +	addi		$key_,$key_,0x20
    +	bdnz		Load_ctr32_enc_key
    +
    +	lvx		v26,$x10,$key
    +	?vperm		v24,v30,v31,$keyperm
    +	lvx		v27,$x20,$key
    +	stvx		v24,$x00,$key_		# off-load round[3]
    +	?vperm		v25,v31,v26,$keyperm
    +	lvx		v28,$x30,$key
    +	stvx		v25,$x10,$key_		# off-load round[4]
    +	addi		$key_,$sp,$FRAME+15	# rewind $key_
    +	?vperm		v26,v26,v27,$keyperm
    +	lvx		v29,$x40,$key
    +	?vperm		v27,v27,v28,$keyperm
    +	lvx		v30,$x50,$key
    +	?vperm		v28,v28,v29,$keyperm
    +	lvx		v31,$x60,$key
    +	?vperm		v29,v29,v30,$keyperm
    +	lvx		$out0,$x70,$key		# borrow $out0
    +	?vperm		v30,v30,v31,$keyperm
    +	lvx		v24,$x00,$key_		# pre-load round[1]
    +	?vperm		v31,v31,$out0,$keyperm
    +	lvx		v25,$x10,$key_		# pre-load round[2]
    +
    +	vadduwm		$two,$one,$one
    +	subi		$inp,$inp,15		# undo "caller"
    +	$SHL		$len,$len,4
    +
    +	vadduwm		$out1,$ivec,$one	# counter values ...
    +	vadduwm		$out2,$ivec,$two
    +	vxor		$out0,$ivec,$rndkey0	# ... xored with rndkey[0]
    +	 le?li		$idx,8
    +	vadduwm		$out3,$out1,$two
    +	vxor		$out1,$out1,$rndkey0
    +	 le?lvsl	$inpperm,0,$idx
    +	vadduwm		$out4,$out2,$two
    +	vxor		$out2,$out2,$rndkey0
    +	 le?vspltisb	$tmp,0x0f
    +	vadduwm		$out5,$out3,$two
    +	vxor		$out3,$out3,$rndkey0
    +	 le?vxor	$inpperm,$inpperm,$tmp	# transform for lvx_u/stvx_u
    +	vadduwm		$out6,$out4,$two
    +	vxor		$out4,$out4,$rndkey0
    +	vadduwm		$out7,$out5,$two
    +	vxor		$out5,$out5,$rndkey0
    +	vadduwm		$ivec,$out6,$two	# next counter value
    +	vxor		$out6,$out6,$rndkey0
    +	vxor		$out7,$out7,$rndkey0
    +
    +	mtctr		$rounds
    +	b		Loop_ctr32_enc8x
    +.align	5
    +Loop_ctr32_enc8x:
    +	vcipher 	$out0,$out0,v24
    +	vcipher 	$out1,$out1,v24
    +	vcipher 	$out2,$out2,v24
    +	vcipher 	$out3,$out3,v24
    +	vcipher 	$out4,$out4,v24
    +	vcipher 	$out5,$out5,v24
    +	vcipher 	$out6,$out6,v24
    +	vcipher 	$out7,$out7,v24
    +Loop_ctr32_enc8x_middle:
    +	lvx		v24,$x20,$key_		# round[3]
    +	addi		$key_,$key_,0x20
    +
    +	vcipher 	$out0,$out0,v25
    +	vcipher 	$out1,$out1,v25
    +	vcipher 	$out2,$out2,v25
    +	vcipher 	$out3,$out3,v25
    +	vcipher 	$out4,$out4,v25
    +	vcipher 	$out5,$out5,v25
    +	vcipher 	$out6,$out6,v25
    +	vcipher 	$out7,$out7,v25
    +	lvx		v25,$x10,$key_		# round[4]
    +	bdnz		Loop_ctr32_enc8x
    +
    +	subic		r11,$len,256		# $len-256, borrow $key_
    +	vcipher 	$out0,$out0,v24
    +	vcipher 	$out1,$out1,v24
    +	vcipher 	$out2,$out2,v24
    +	vcipher 	$out3,$out3,v24
    +	vcipher 	$out4,$out4,v24
    +	vcipher 	$out5,$out5,v24
    +	vcipher 	$out6,$out6,v24
    +	vcipher 	$out7,$out7,v24
    +
    +	subfe		r0,r0,r0		# borrow?-1:0
    +	vcipher 	$out0,$out0,v25
    +	vcipher 	$out1,$out1,v25
    +	vcipher 	$out2,$out2,v25
    +	vcipher 	$out3,$out3,v25
    +	vcipher 	$out4,$out4,v25
    +	vcipher		$out5,$out5,v25
    +	vcipher		$out6,$out6,v25
    +	vcipher		$out7,$out7,v25
    +
    +	and		r0,r0,r11
    +	addi		$key_,$sp,$FRAME+15	# rewind $key_
    +	vcipher		$out0,$out0,v26
    +	vcipher		$out1,$out1,v26
    +	vcipher		$out2,$out2,v26
    +	vcipher		$out3,$out3,v26
    +	vcipher		$out4,$out4,v26
    +	vcipher		$out5,$out5,v26
    +	vcipher		$out6,$out6,v26
    +	vcipher		$out7,$out7,v26
    +	lvx		v24,$x00,$key_		# re-pre-load round[1]
    +
    +	subic		$len,$len,129		# $len-=129
    +	vcipher		$out0,$out0,v27
    +	addi		$len,$len,1		# $len-=128 really
    +	vcipher		$out1,$out1,v27
    +	vcipher		$out2,$out2,v27
    +	vcipher		$out3,$out3,v27
    +	vcipher		$out4,$out4,v27
    +	vcipher		$out5,$out5,v27
    +	vcipher		$out6,$out6,v27
    +	vcipher		$out7,$out7,v27
    +	lvx		v25,$x10,$key_		# re-pre-load round[2]
    +
    +	vcipher		$out0,$out0,v28
    +	 lvx_u		$in0,$x00,$inp		# load input
    +	vcipher		$out1,$out1,v28
    +	 lvx_u		$in1,$x10,$inp
    +	vcipher		$out2,$out2,v28
    +	 lvx_u		$in2,$x20,$inp
    +	vcipher		$out3,$out3,v28
    +	 lvx_u		$in3,$x30,$inp
    +	vcipher		$out4,$out4,v28
    +	 lvx_u		$in4,$x40,$inp
    +	vcipher		$out5,$out5,v28
    +	 lvx_u		$in5,$x50,$inp
    +	vcipher		$out6,$out6,v28
    +	 lvx_u		$in6,$x60,$inp
    +	vcipher		$out7,$out7,v28
    +	 lvx_u		$in7,$x70,$inp
    +	 addi		$inp,$inp,0x80
    +
    +	vcipher		$out0,$out0,v29
    +	 le?vperm	$in0,$in0,$in0,$inpperm
    +	vcipher		$out1,$out1,v29
    +	 le?vperm	$in1,$in1,$in1,$inpperm
    +	vcipher		$out2,$out2,v29
    +	 le?vperm	$in2,$in2,$in2,$inpperm
    +	vcipher		$out3,$out3,v29
    +	 le?vperm	$in3,$in3,$in3,$inpperm
    +	vcipher		$out4,$out4,v29
    +	 le?vperm	$in4,$in4,$in4,$inpperm
    +	vcipher		$out5,$out5,v29
    +	 le?vperm	$in5,$in5,$in5,$inpperm
    +	vcipher		$out6,$out6,v29
    +	 le?vperm	$in6,$in6,$in6,$inpperm
    +	vcipher		$out7,$out7,v29
    +	 le?vperm	$in7,$in7,$in7,$inpperm
    +
    +	add		$inp,$inp,r0		# $inp is adjusted in such
    +						# way that at exit from the
    +						# loop inX-in7 are loaded
    +						# with last "words"
    +	subfe.		r0,r0,r0		# borrow?-1:0
    +	vcipher		$out0,$out0,v30
    +	 vxor		$in0,$in0,v31		# xor with last round key
    +	vcipher		$out1,$out1,v30
    +	 vxor		$in1,$in1,v31
    +	vcipher		$out2,$out2,v30
    +	 vxor		$in2,$in2,v31
    +	vcipher		$out3,$out3,v30
    +	 vxor		$in3,$in3,v31
    +	vcipher		$out4,$out4,v30
    +	 vxor		$in4,$in4,v31
    +	vcipher		$out5,$out5,v30
    +	 vxor		$in5,$in5,v31
    +	vcipher		$out6,$out6,v30
    +	 vxor		$in6,$in6,v31
    +	vcipher		$out7,$out7,v30
    +	 vxor		$in7,$in7,v31
    +
    +	bne		Lctr32_enc8x_break	# did $len-129 borrow?
    +
    +	vcipherlast	$in0,$out0,$in0
    +	vcipherlast	$in1,$out1,$in1
    +	 vadduwm	$out1,$ivec,$one	# counter values ...
    +	vcipherlast	$in2,$out2,$in2
    +	 vadduwm	$out2,$ivec,$two
    +	 vxor		$out0,$ivec,$rndkey0	# ... xored with rndkey[0]
    +	vcipherlast	$in3,$out3,$in3
    +	 vadduwm	$out3,$out1,$two
    +	 vxor		$out1,$out1,$rndkey0
    +	vcipherlast	$in4,$out4,$in4
    +	 vadduwm	$out4,$out2,$two
    +	 vxor		$out2,$out2,$rndkey0
    +	vcipherlast	$in5,$out5,$in5
    +	 vadduwm	$out5,$out3,$two
    +	 vxor		$out3,$out3,$rndkey0
    +	vcipherlast	$in6,$out6,$in6
    +	 vadduwm	$out6,$out4,$two
    +	 vxor		$out4,$out4,$rndkey0
    +	vcipherlast	$in7,$out7,$in7
    +	 vadduwm	$out7,$out5,$two
    +	 vxor		$out5,$out5,$rndkey0
    +	le?vperm	$in0,$in0,$in0,$inpperm
    +	 vadduwm	$ivec,$out6,$two	# next counter value
    +	 vxor		$out6,$out6,$rndkey0
    +	le?vperm	$in1,$in1,$in1,$inpperm
    +	 vxor		$out7,$out7,$rndkey0
    +	mtctr		$rounds
    +
    +	 vcipher	$out0,$out0,v24
    +	stvx_u		$in0,$x00,$out
    +	le?vperm	$in2,$in2,$in2,$inpperm
    +	 vcipher	$out1,$out1,v24
    +	stvx_u		$in1,$x10,$out
    +	le?vperm	$in3,$in3,$in3,$inpperm
    +	 vcipher	$out2,$out2,v24
    +	stvx_u		$in2,$x20,$out
    +	le?vperm	$in4,$in4,$in4,$inpperm
    +	 vcipher	$out3,$out3,v24
    +	stvx_u		$in3,$x30,$out
    +	le?vperm	$in5,$in5,$in5,$inpperm
    +	 vcipher	$out4,$out4,v24
    +	stvx_u		$in4,$x40,$out
    +	le?vperm	$in6,$in6,$in6,$inpperm
    +	 vcipher	$out5,$out5,v24
    +	stvx_u		$in5,$x50,$out
    +	le?vperm	$in7,$in7,$in7,$inpperm
    +	 vcipher	$out6,$out6,v24
    +	stvx_u		$in6,$x60,$out
    +	 vcipher	$out7,$out7,v24
    +	stvx_u		$in7,$x70,$out
    +	addi		$out,$out,0x80
    +
    +	b		Loop_ctr32_enc8x_middle
    +
    +.align	5
    +Lctr32_enc8x_break:
    +	cmpwi		$len,-0x60
    +	blt		Lctr32_enc8x_one
    +	nop
    +	beq		Lctr32_enc8x_two
    +	cmpwi		$len,-0x40
    +	blt		Lctr32_enc8x_three
    +	nop
    +	beq		Lctr32_enc8x_four
    +	cmpwi		$len,-0x20
    +	blt		Lctr32_enc8x_five
    +	nop
    +	beq		Lctr32_enc8x_six
    +	cmpwi		$len,0x00
    +	blt		Lctr32_enc8x_seven
    +
    +Lctr32_enc8x_eight:
    +	vcipherlast	$out0,$out0,$in0
    +	vcipherlast	$out1,$out1,$in1
    +	vcipherlast	$out2,$out2,$in2
    +	vcipherlast	$out3,$out3,$in3
    +	vcipherlast	$out4,$out4,$in4
    +	vcipherlast	$out5,$out5,$in5
    +	vcipherlast	$out6,$out6,$in6
    +	vcipherlast	$out7,$out7,$in7
    +
    +	le?vperm	$out0,$out0,$out0,$inpperm
    +	le?vperm	$out1,$out1,$out1,$inpperm
    +	stvx_u		$out0,$x00,$out
    +	le?vperm	$out2,$out2,$out2,$inpperm
    +	stvx_u		$out1,$x10,$out
    +	le?vperm	$out3,$out3,$out3,$inpperm
    +	stvx_u		$out2,$x20,$out
    +	le?vperm	$out4,$out4,$out4,$inpperm
    +	stvx_u		$out3,$x30,$out
    +	le?vperm	$out5,$out5,$out5,$inpperm
    +	stvx_u		$out4,$x40,$out
    +	le?vperm	$out6,$out6,$out6,$inpperm
    +	stvx_u		$out5,$x50,$out
    +	le?vperm	$out7,$out7,$out7,$inpperm
    +	stvx_u		$out6,$x60,$out
    +	stvx_u		$out7,$x70,$out
    +	addi		$out,$out,0x80
    +	b		Lctr32_enc8x_done
    +
    +.align	5
    +Lctr32_enc8x_seven:
    +	vcipherlast	$out0,$out0,$in1
    +	vcipherlast	$out1,$out1,$in2
    +	vcipherlast	$out2,$out2,$in3
    +	vcipherlast	$out3,$out3,$in4
    +	vcipherlast	$out4,$out4,$in5
    +	vcipherlast	$out5,$out5,$in6
    +	vcipherlast	$out6,$out6,$in7
    +
    +	le?vperm	$out0,$out0,$out0,$inpperm
    +	le?vperm	$out1,$out1,$out1,$inpperm
    +	stvx_u		$out0,$x00,$out
    +	le?vperm	$out2,$out2,$out2,$inpperm
    +	stvx_u		$out1,$x10,$out
    +	le?vperm	$out3,$out3,$out3,$inpperm
    +	stvx_u		$out2,$x20,$out
    +	le?vperm	$out4,$out4,$out4,$inpperm
    +	stvx_u		$out3,$x30,$out
    +	le?vperm	$out5,$out5,$out5,$inpperm
    +	stvx_u		$out4,$x40,$out
    +	le?vperm	$out6,$out6,$out6,$inpperm
    +	stvx_u		$out5,$x50,$out
    +	stvx_u		$out6,$x60,$out
    +	addi		$out,$out,0x70
    +	b		Lctr32_enc8x_done
    +
    +.align	5
    +Lctr32_enc8x_six:
    +	vcipherlast	$out0,$out0,$in2
    +	vcipherlast	$out1,$out1,$in3
    +	vcipherlast	$out2,$out2,$in4
    +	vcipherlast	$out3,$out3,$in5
    +	vcipherlast	$out4,$out4,$in6
    +	vcipherlast	$out5,$out5,$in7
    +
    +	le?vperm	$out0,$out0,$out0,$inpperm
    +	le?vperm	$out1,$out1,$out1,$inpperm
    +	stvx_u		$out0,$x00,$out
    +	le?vperm	$out2,$out2,$out2,$inpperm
    +	stvx_u		$out1,$x10,$out
    +	le?vperm	$out3,$out3,$out3,$inpperm
    +	stvx_u		$out2,$x20,$out
    +	le?vperm	$out4,$out4,$out4,$inpperm
    +	stvx_u		$out3,$x30,$out
    +	le?vperm	$out5,$out5,$out5,$inpperm
    +	stvx_u		$out4,$x40,$out
    +	stvx_u		$out5,$x50,$out
    +	addi		$out,$out,0x60
    +	b		Lctr32_enc8x_done
    +
    +.align	5
    +Lctr32_enc8x_five:
    +	vcipherlast	$out0,$out0,$in3
    +	vcipherlast	$out1,$out1,$in4
    +	vcipherlast	$out2,$out2,$in5
    +	vcipherlast	$out3,$out3,$in6
    +	vcipherlast	$out4,$out4,$in7
    +
    +	le?vperm	$out0,$out0,$out0,$inpperm
    +	le?vperm	$out1,$out1,$out1,$inpperm
    +	stvx_u		$out0,$x00,$out
    +	le?vperm	$out2,$out2,$out2,$inpperm
    +	stvx_u		$out1,$x10,$out
    +	le?vperm	$out3,$out3,$out3,$inpperm
    +	stvx_u		$out2,$x20,$out
    +	le?vperm	$out4,$out4,$out4,$inpperm
    +	stvx_u		$out3,$x30,$out
    +	stvx_u		$out4,$x40,$out
    +	addi		$out,$out,0x50
    +	b		Lctr32_enc8x_done
    +
    +.align	5
    +Lctr32_enc8x_four:
    +	vcipherlast	$out0,$out0,$in4
    +	vcipherlast	$out1,$out1,$in5
    +	vcipherlast	$out2,$out2,$in6
    +	vcipherlast	$out3,$out3,$in7
    +
    +	le?vperm	$out0,$out0,$out0,$inpperm
    +	le?vperm	$out1,$out1,$out1,$inpperm
    +	stvx_u		$out0,$x00,$out
    +	le?vperm	$out2,$out2,$out2,$inpperm
    +	stvx_u		$out1,$x10,$out
    +	le?vperm	$out3,$out3,$out3,$inpperm
    +	stvx_u		$out2,$x20,$out
    +	stvx_u		$out3,$x30,$out
    +	addi		$out,$out,0x40
    +	b		Lctr32_enc8x_done
    +
    +.align	5
    +Lctr32_enc8x_three:
    +	vcipherlast	$out0,$out0,$in5
    +	vcipherlast	$out1,$out1,$in6
    +	vcipherlast	$out2,$out2,$in7
    +
    +	le?vperm	$out0,$out0,$out0,$inpperm
    +	le?vperm	$out1,$out1,$out1,$inpperm
    +	stvx_u		$out0,$x00,$out
    +	le?vperm	$out2,$out2,$out2,$inpperm
    +	stvx_u		$out1,$x10,$out
    +	stvx_u		$out2,$x20,$out
    +	addi		$out,$out,0x30
    +	b		Lcbc_dec8x_done
    +
    +.align	5
    +Lctr32_enc8x_two:
    +	vcipherlast	$out0,$out0,$in6
    +	vcipherlast	$out1,$out1,$in7
    +
    +	le?vperm	$out0,$out0,$out0,$inpperm
    +	le?vperm	$out1,$out1,$out1,$inpperm
    +	stvx_u		$out0,$x00,$out
    +	stvx_u		$out1,$x10,$out
    +	addi		$out,$out,0x20
    +	b		Lcbc_dec8x_done
    +
    +.align	5
    +Lctr32_enc8x_one:
    +	vcipherlast	$out0,$out0,$in7
    +
    +	le?vperm	$out0,$out0,$out0,$inpperm
    +	stvx_u		$out0,0,$out
    +	addi		$out,$out,0x10
    +
    +Lctr32_enc8x_done:
    +	li		r10,`$FRAME+15`
    +	li		r11,`$FRAME+31`
    +	stvx		$inpperm,r10,$sp	# wipe copies of round keys
    +	addi		r10,r10,32
    +	stvx		$inpperm,r11,$sp
    +	addi		r11,r11,32
    +	stvx		$inpperm,r10,$sp
    +	addi		r10,r10,32
    +	stvx		$inpperm,r11,$sp
    +	addi		r11,r11,32
    +	stvx		$inpperm,r10,$sp
    +	addi		r10,r10,32
    +	stvx		$inpperm,r11,$sp
    +	addi		r11,r11,32
    +	stvx		$inpperm,r10,$sp
    +	addi		r10,r10,32
    +	stvx		$inpperm,r11,$sp
    +	addi		r11,r11,32
    +
    +	mtspr		256,$vrsave
    +	lvx		v20,r10,$sp		# ABI says so
    +	addi		r10,r10,32
    +	lvx		v21,r11,$sp
    +	addi		r11,r11,32
    +	lvx		v22,r10,$sp
    +	addi		r10,r10,32
    +	lvx		v23,r11,$sp
    +	addi		r11,r11,32
    +	lvx		v24,r10,$sp
    +	addi		r10,r10,32
    +	lvx		v25,r11,$sp
    +	addi		r11,r11,32
    +	lvx		v26,r10,$sp
    +	addi		r10,r10,32
    +	lvx		v27,r11,$sp
    +	addi		r11,r11,32
    +	lvx		v28,r10,$sp
    +	addi		r10,r10,32
    +	lvx		v29,r11,$sp
    +	addi		r11,r11,32
    +	lvx		v30,r10,$sp
    +	lvx		v31,r11,$sp
    +	$POP		r26,`$FRAME+21*16+0*$SIZE_T`($sp)
    +	$POP		r27,`$FRAME+21*16+1*$SIZE_T`($sp)
    +	$POP		r28,`$FRAME+21*16+2*$SIZE_T`($sp)
    +	$POP		r29,`$FRAME+21*16+3*$SIZE_T`($sp)
    +	$POP		r30,`$FRAME+21*16+4*$SIZE_T`($sp)
    +	$POP		r31,`$FRAME+21*16+5*$SIZE_T`($sp)
    +	addi		$sp,$sp,`$FRAME+21*16+6*$SIZE_T`
    +	blr
    +	.long		0
    +	.byte		0,12,0x04,0,0x80,6,6,0
    +	.long		0
    +.size	.${prefix}_ctr32_encrypt_blocks,.-.${prefix}_ctr32_encrypt_blocks
    +___
    +}}	}}}
    +
    +my $consts=1;
    +foreach(split("\n",$code)) {
    +        s/\`([^\`]*)\`/eval($1)/geo;
    +
    +	# constants table endian-specific conversion
    +	if ($consts && m/\.(long|byte)\s+(.+)\s+(\?[a-z]*)$/o) {
    +	    my $conv=$3;
    +	    my @bytes=();
    +
    +	    # convert to endian-agnostic format
    +	    if ($1 eq "long") {
    +	      foreach (split(/,\s*/,$2)) {
    +		my $l = /^0/?oct:int;
    +		push @bytes,($l>>24)&0xff,($l>>16)&0xff,($l>>8)&0xff,$l&0xff;
    +	      }
    +	    } else {
    +		@bytes = map(/^0/?oct:int,split(/,\s*/,$2));
    +	    }
    +
    +	    # little-endian conversion
    +	    if ($flavour =~ /le$/o) {
    +		SWITCH: for($conv)  {
    +		    /\?inv/ && do   { @bytes=map($_^0xf,@bytes); last; };
    +		    /\?rev/ && do   { @bytes=reverse(@bytes);    last; }; 
    +		}
    +	    }
    +
    +	    #emit
    +	    print ".byte\t",join(',',map (sprintf("0x%02x",$_),@bytes)),"\n";
    +	    next;
    +	}
    +	$consts=0 if (m/Lconsts:/o);	# end of table
    +
    +	# instructions prefixed with '?' are endian-specific and need
    +	# to be adjusted accordingly...
    +	if ($flavour =~ /le$/o) {	# little-endian
    +	    s/le\?//o		or
    +	    s/be\?/#be#/o	or
    +	    s/\?lvsr/lvsl/o	or
    +	    s/\?lvsl/lvsr/o	or
    +	    s/\?(vperm\s+v[0-9]+,\s*)(v[0-9]+,\s*)(v[0-9]+,\s*)(v[0-9]+)/$1$3$2$4/o or
    +	    s/\?(vsldoi\s+v[0-9]+,\s*)(v[0-9]+,)\s*(v[0-9]+,\s*)([0-9]+)/$1$3$2 16-$4/o or
    +	    s/\?(vspltw\s+v[0-9]+,\s*)(v[0-9]+,)\s*([0-9])/$1$2 3-$3/o;
    +	} else {			# big-endian
    +	    s/le\?/#le#/o	or
    +	    s/be\?//o		or
    +	    s/\?([a-z]+)/$1/o;
    +	}
    +
    +        print $_,"\n";
    +}
    +
    +close STDOUT;
    diff --git a/openssl/crypto/aes/asm/aest4-sparcv9.pl b/openssl/crypto/aes/asm/aest4-sparcv9.pl
    new file mode 100755
    index 000000000..536f23b47
    --- /dev/null
    +++ b/openssl/crypto/aes/asm/aest4-sparcv9.pl
    @@ -0,0 +1,919 @@
    +#!/usr/bin/env perl
    +
    +# ====================================================================
    +# Written by David S. Miller  and Andy Polyakov
    +# . The module is licensed under 2-clause BSD
    +# license. October 2012. All rights reserved.
    +# ====================================================================
    +
    +######################################################################
    +# AES for SPARC T4.
    +#
    +# AES round instructions complete in 3 cycles and can be issued every
    +# cycle. It means that round calculations should take 4*rounds cycles,
    +# because any given round instruction depends on result of *both*
    +# previous instructions:
    +#
    +#	|0 |1 |2 |3 |4
    +#	|01|01|01|
    +#	   |23|23|23|
    +#	            |01|01|...
    +#	               |23|...
    +#
    +# Provided that fxor [with IV] takes 3 cycles to complete, critical
    +# path length for CBC encrypt would be 3+4*rounds, or in other words
    +# it should process one byte in at least (3+4*rounds)/16 cycles. This
    +# estimate doesn't account for "collateral" instructions, such as
    +# fetching input from memory, xor-ing it with zero-round key and
    +# storing the result. Yet, *measured* performance [for data aligned
    +# at 64-bit boundary!] deviates from this equation by less than 0.5%:
    +#
    +#		128-bit key	192-		256-
    +# CBC encrypt	2.70/2.90(*)	3.20/3.40	3.70/3.90
    +#			 (*) numbers after slash are for
    +#			     misaligned data.
    +#
    +# Out-of-order execution logic managed to fully overlap "collateral"
    +# instructions with those on critical path. Amazing!
    +#
    +# As with Intel AES-NI, question is if it's possible to improve
    +# performance of parallelizeable modes by interleaving round
    +# instructions. Provided round instruction latency and throughput
    +# optimal interleave factor is 2. But can we expect 2x performance
    +# improvement? Well, as round instructions can be issued one per
    +# cycle, they don't saturate the 2-way issue pipeline and therefore
    +# there is room for "collateral" calculations... Yet, 2x speed-up
    +# over CBC encrypt remains unattaintable:
    +#
    +#		128-bit key	192-		256-
    +# CBC decrypt	1.64/2.11	1.89/2.37	2.23/2.61
    +# CTR		1.64/2.08(*)	1.89/2.33	2.23/2.61
    +#			 (*) numbers after slash are for
    +#			     misaligned data.
    +#
    +# Estimates based on amount of instructions under assumption that
    +# round instructions are not pairable with any other instruction
    +# suggest that latter is the actual case and pipeline runs
    +# underutilized. It should be noted that T4 out-of-order execution
    +# logic is so capable that performance gain from 2x interleave is
    +# not even impressive, ~7-13% over non-interleaved code, largest
    +# for 256-bit keys.
    +
    +# To anchor to something else, software implementation processes
    +# one byte in 29 cycles with 128-bit key on same processor. Intel
    +# Sandy Bridge encrypts byte in 5.07 cycles in CBC mode and decrypts
    +# in 0.93, naturally with AES-NI.
    +
    +$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
    +push(@INC,"${dir}","${dir}../../perlasm");
    +require "sparcv9_modes.pl";
    +
    +&asm_init(@ARGV);
    +
    +$::evp=1;	# if $evp is set to 0, script generates module with
    +# AES_[en|de]crypt, AES_set_[en|de]crypt_key and AES_cbc_encrypt entry
    +# points. These however are not fully compatible with openssl/aes.h,
    +# because they expect AES_KEY to be aligned at 64-bit boundary. When
    +# used through EVP, alignment is arranged at EVP layer. Second thing
    +# that is arranged by EVP is at least 32-bit alignment of IV.
    +
    +######################################################################
    +# single-round subroutines
    +#
    +{
    +my ($inp,$out,$key,$rounds,$tmp,$mask)=map("%o$_",(0..5));
    +
    +$code.=<<___ if ($::abibits==64);
    +.register	%g2,#scratch
    +.register	%g3,#scratch
    +
    +___
    +$code.=<<___;
    +.text
    +
    +.globl	aes_t4_encrypt
    +.align	32
    +aes_t4_encrypt:
    +	andcc		$inp, 7, %g1		! is input aligned?
    +	andn		$inp, 7, $inp
    +
    +	ldx		[$key + 0], %g4
    +	ldx		[$key + 8], %g5
    +
    +	ldx		[$inp + 0], %o4
    +	bz,pt		%icc, 1f
    +	ldx		[$inp + 8], %o5
    +	ldx		[$inp + 16], $inp
    +	sll		%g1, 3, %g1
    +	sub		%g0, %g1, %o3
    +	sllx		%o4, %g1, %o4
    +	sllx		%o5, %g1, %g1
    +	srlx		%o5, %o3, %o5
    +	srlx		$inp, %o3, %o3
    +	or		%o5, %o4, %o4
    +	or		%o3, %g1, %o5
    +1:
    +	ld		[$key + 240], $rounds
    +	ldd		[$key + 16], %f12
    +	ldd		[$key + 24], %f14
    +	xor		%g4, %o4, %o4
    +	xor		%g5, %o5, %o5
    +	movxtod		%o4, %f0
    +	movxtod		%o5, %f2
    +	srl		$rounds, 1, $rounds
    +	ldd		[$key + 32], %f16
    +	sub		$rounds, 1, $rounds
    +	ldd		[$key + 40], %f18
    +	add		$key, 48, $key
    +
    +.Lenc:
    +	aes_eround01	%f12, %f0, %f2, %f4
    +	aes_eround23	%f14, %f0, %f2, %f2
    +	ldd		[$key + 0], %f12
    +	ldd		[$key + 8], %f14
    +	sub		$rounds,1,$rounds
    +	aes_eround01	%f16, %f4, %f2, %f0
    +	aes_eround23	%f18, %f4, %f2, %f2
    +	ldd		[$key + 16], %f16
    +	ldd		[$key + 24], %f18
    +	brnz,pt		$rounds, .Lenc
    +	add		$key, 32, $key
    +
    +	andcc		$out, 7, $tmp		! is output aligned?
    +	aes_eround01	%f12, %f0, %f2, %f4
    +	aes_eround23	%f14, %f0, %f2, %f2
    +	aes_eround01_l	%f16, %f4, %f2, %f0
    +	aes_eround23_l	%f18, %f4, %f2, %f2
    +
    +	bnz,pn		%icc, 2f
    +	nop
    +
    +	std		%f0, [$out + 0]
    +	retl
    +	std		%f2, [$out + 8]
    +
    +2:	alignaddrl	$out, %g0, $out
    +	mov		0xff, $mask
    +	srl		$mask, $tmp, $mask
    +
    +	faligndata	%f0, %f0, %f4
    +	faligndata	%f0, %f2, %f6
    +	faligndata	%f2, %f2, %f8
    +
    +	stda		%f4, [$out + $mask]0xc0	! partial store
    +	std		%f6, [$out + 8]
    +	add		$out, 16, $out
    +	orn		%g0, $mask, $mask
    +	retl
    +	stda		%f8, [$out + $mask]0xc0	! partial store
    +.type	aes_t4_encrypt,#function
    +.size	aes_t4_encrypt,.-aes_t4_encrypt
    +
    +.globl	aes_t4_decrypt
    +.align	32
    +aes_t4_decrypt:
    +	andcc		$inp, 7, %g1		! is input aligned?
    +	andn		$inp, 7, $inp
    +
    +	ldx		[$key + 0], %g4
    +	ldx		[$key + 8], %g5
    +
    +	ldx		[$inp + 0], %o4
    +	bz,pt		%icc, 1f
    +	ldx		[$inp + 8], %o5
    +	ldx		[$inp + 16], $inp
    +	sll		%g1, 3, %g1
    +	sub		%g0, %g1, %o3
    +	sllx		%o4, %g1, %o4
    +	sllx		%o5, %g1, %g1
    +	srlx		%o5, %o3, %o5
    +	srlx		$inp, %o3, %o3
    +	or		%o5, %o4, %o4
    +	or		%o3, %g1, %o5
    +1:
    +	ld		[$key + 240], $rounds
    +	ldd		[$key + 16], %f12
    +	ldd		[$key + 24], %f14
    +	xor		%g4, %o4, %o4
    +	xor		%g5, %o5, %o5
    +	movxtod		%o4, %f0
    +	movxtod		%o5, %f2
    +	srl		$rounds, 1, $rounds
    +	ldd		[$key + 32], %f16
    +	sub		$rounds, 1, $rounds
    +	ldd		[$key + 40], %f18
    +	add		$key, 48, $key
    +
    +.Ldec:
    +	aes_dround01	%f12, %f0, %f2, %f4
    +	aes_dround23	%f14, %f0, %f2, %f2
    +	ldd		[$key + 0], %f12
    +	ldd		[$key + 8], %f14
    +	sub		$rounds,1,$rounds
    +	aes_dround01	%f16, %f4, %f2, %f0
    +	aes_dround23	%f18, %f4, %f2, %f2
    +	ldd		[$key + 16], %f16
    +	ldd		[$key + 24], %f18
    +	brnz,pt		$rounds, .Ldec
    +	add		$key, 32, $key
    +
    +	andcc		$out, 7, $tmp		! is output aligned?
    +	aes_dround01	%f12, %f0, %f2, %f4
    +	aes_dround23	%f14, %f0, %f2, %f2
    +	aes_dround01_l	%f16, %f4, %f2, %f0
    +	aes_dround23_l	%f18, %f4, %f2, %f2
    +
    +	bnz,pn		%icc, 2f
    +	nop
    +
    +	std		%f0, [$out + 0]
    +	retl
    +	std		%f2, [$out + 8]
    +
    +2:	alignaddrl	$out, %g0, $out
    +	mov		0xff, $mask
    +	srl		$mask, $tmp, $mask
    +
    +	faligndata	%f0, %f0, %f4
    +	faligndata	%f0, %f2, %f6
    +	faligndata	%f2, %f2, %f8
    +
    +	stda		%f4, [$out + $mask]0xc0	! partial store
    +	std		%f6, [$out + 8]
    +	add		$out, 16, $out
    +	orn		%g0, $mask, $mask
    +	retl
    +	stda		%f8, [$out + $mask]0xc0	! partial store
    +.type	aes_t4_decrypt,#function
    +.size	aes_t4_decrypt,.-aes_t4_decrypt
    +___
    +}
    +
    +######################################################################
    +# key setup subroutines
    +#
    +{
    +my ($inp,$bits,$out,$tmp)=map("%o$_",(0..5));
    +$code.=<<___;
    +.globl	aes_t4_set_encrypt_key
    +.align	32
    +aes_t4_set_encrypt_key:
    +.Lset_encrypt_key:
    +	and		$inp, 7, $tmp
    +	alignaddr	$inp, %g0, $inp
    +	cmp		$bits, 192
    +	ldd		[$inp + 0], %f0
    +	bl,pt		%icc,.L128
    +	ldd		[$inp + 8], %f2
    +
    +	be,pt		%icc,.L192
    +	ldd		[$inp + 16], %f4
    +	brz,pt		$tmp, .L256aligned
    +	ldd		[$inp + 24], %f6
    +
    +	ldd		[$inp + 32], %f8
    +	faligndata	%f0, %f2, %f0
    +	faligndata	%f2, %f4, %f2
    +	faligndata	%f4, %f6, %f4
    +	faligndata	%f6, %f8, %f6
    +.L256aligned:
    +___
    +for ($i=0; $i<6; $i++) {
    +    $code.=<<___;
    +	std		%f0, [$out + `32*$i+0`]
    +	aes_kexpand1	%f0, %f6, $i, %f0
    +	std		%f2, [$out + `32*$i+8`]
    +	aes_kexpand2	%f2, %f0, %f2
    +	std		%f4, [$out + `32*$i+16`]
    +	aes_kexpand0	%f4, %f2, %f4
    +	std		%f6, [$out + `32*$i+24`]
    +	aes_kexpand2	%f6, %f4, %f6
    +___
    +}
    +$code.=<<___;
    +	std		%f0, [$out + `32*$i+0`]
    +	aes_kexpand1	%f0, %f6, $i, %f0
    +	std		%f2, [$out + `32*$i+8`]
    +	aes_kexpand2	%f2, %f0, %f2
    +	std		%f4, [$out + `32*$i+16`]
    +	std		%f6, [$out + `32*$i+24`]
    +	std		%f0, [$out + `32*$i+32`]
    +	std		%f2, [$out + `32*$i+40`]
    +
    +	mov		14, $tmp
    +	st		$tmp, [$out + 240]
    +	retl
    +	xor		%o0, %o0, %o0
    +
    +.align	16
    +.L192:
    +	brz,pt		$tmp, .L192aligned
    +	nop
    +
    +	ldd		[$inp + 24], %f6
    +	faligndata	%f0, %f2, %f0
    +	faligndata	%f2, %f4, %f2
    +	faligndata	%f4, %f6, %f4
    +.L192aligned:
    +___
    +for ($i=0; $i<7; $i++) {
    +    $code.=<<___;
    +	std		%f0, [$out + `24*$i+0`]
    +	aes_kexpand1	%f0, %f4, $i, %f0
    +	std		%f2, [$out + `24*$i+8`]
    +	aes_kexpand2	%f2, %f0, %f2
    +	std		%f4, [$out + `24*$i+16`]
    +	aes_kexpand2	%f4, %f2, %f4
    +___
    +}
    +$code.=<<___;
    +	std		%f0, [$out + `24*$i+0`]
    +	aes_kexpand1	%f0, %f4, $i, %f0
    +	std		%f2, [$out + `24*$i+8`]
    +	aes_kexpand2	%f2, %f0, %f2
    +	std		%f4, [$out + `24*$i+16`]
    +	std		%f0, [$out + `24*$i+24`]
    +	std		%f2, [$out + `24*$i+32`]
    +
    +	mov		12, $tmp
    +	st		$tmp, [$out + 240]
    +	retl
    +	xor		%o0, %o0, %o0
    +
    +.align	16
    +.L128:
    +	brz,pt		$tmp, .L128aligned
    +	nop
    +
    +	ldd		[$inp + 16], %f4
    +	faligndata	%f0, %f2, %f0
    +	faligndata	%f2, %f4, %f2
    +.L128aligned:
    +___
    +for ($i=0; $i<10; $i++) {
    +    $code.=<<___;
    +	std		%f0, [$out + `16*$i+0`]
    +	aes_kexpand1	%f0, %f2, $i, %f0
    +	std		%f2, [$out + `16*$i+8`]
    +	aes_kexpand2	%f2, %f0, %f2
    +___
    +}
    +$code.=<<___;
    +	std		%f0, [$out + `16*$i+0`]
    +	std		%f2, [$out + `16*$i+8`]
    +
    +	mov		10, $tmp
    +	st		$tmp, [$out + 240]
    +	retl
    +	xor		%o0, %o0, %o0
    +.type	aes_t4_set_encrypt_key,#function
    +.size	aes_t4_set_encrypt_key,.-aes_t4_set_encrypt_key
    +
    +.globl	aes_t4_set_decrypt_key
    +.align	32
    +aes_t4_set_decrypt_key:
    +	mov		%o7, %o5
    +	call		.Lset_encrypt_key
    +	nop
    +
    +	mov		%o5, %o7
    +	sll		$tmp, 4, $inp		! $tmp is number of rounds
    +	add		$tmp, 2, $tmp
    +	add		$out, $inp, $inp	! $inp=$out+16*rounds
    +	srl		$tmp, 2, $tmp		! $tmp=(rounds+2)/4
    +
    +.Lkey_flip:
    +	ldd		[$out + 0],  %f0
    +	ldd		[$out + 8],  %f2
    +	ldd		[$out + 16], %f4
    +	ldd		[$out + 24], %f6
    +	ldd		[$inp + 0],  %f8
    +	ldd		[$inp + 8],  %f10
    +	ldd		[$inp - 16], %f12
    +	ldd		[$inp - 8],  %f14
    +	sub		$tmp, 1, $tmp
    +	std		%f0, [$inp + 0]
    +	std		%f2, [$inp + 8]
    +	std		%f4, [$inp - 16]
    +	std		%f6, [$inp - 8]
    +	std		%f8, [$out + 0]
    +	std		%f10, [$out + 8]
    +	std		%f12, [$out + 16]
    +	std		%f14, [$out + 24]
    +	add		$out, 32, $out
    +	brnz		$tmp, .Lkey_flip
    +	sub		$inp, 32, $inp
    +
    +	retl
    +	xor		%o0, %o0, %o0
    +.type	aes_t4_set_decrypt_key,#function
    +.size	aes_t4_set_decrypt_key,.-aes_t4_set_decrypt_key
    +___
    +}
    +
    +{{{
    +my ($inp,$out,$len,$key,$ivec,$enc)=map("%i$_",(0..5));
    +my ($ileft,$iright,$ooff,$omask,$ivoff)=map("%l$_",(1..7));
    +
    +$code.=<<___;
    +.align	32
    +_aes128_encrypt_1x:
    +___
    +for ($i=0; $i<4; $i++) {
    +    $code.=<<___;
    +	aes_eround01	%f`16+8*$i+0`, %f0, %f2, %f4
    +	aes_eround23	%f`16+8*$i+2`, %f0, %f2, %f2
    +	aes_eround01	%f`16+8*$i+4`, %f4, %f2, %f0
    +	aes_eround23	%f`16+8*$i+6`, %f4, %f2, %f2
    +___
    +}
    +$code.=<<___;
    +	aes_eround01	%f48, %f0, %f2, %f4
    +	aes_eround23	%f50, %f0, %f2, %f2
    +	aes_eround01_l	%f52, %f4, %f2, %f0
    +	retl
    +	aes_eround23_l	%f54, %f4, %f2, %f2
    +.type	_aes128_encrypt_1x,#function
    +.size	_aes128_encrypt_1x,.-_aes128_encrypt_1x
    +
    +.align	32
    +_aes128_encrypt_2x:
    +___
    +for ($i=0; $i<4; $i++) {
    +    $code.=<<___;
    +	aes_eround01	%f`16+8*$i+0`, %f0, %f2, %f8
    +	aes_eround23	%f`16+8*$i+2`, %f0, %f2, %f2
    +	aes_eround01	%f`16+8*$i+0`, %f4, %f6, %f10
    +	aes_eround23	%f`16+8*$i+2`, %f4, %f6, %f6
    +	aes_eround01	%f`16+8*$i+4`, %f8, %f2, %f0
    +	aes_eround23	%f`16+8*$i+6`, %f8, %f2, %f2
    +	aes_eround01	%f`16+8*$i+4`, %f10, %f6, %f4
    +	aes_eround23	%f`16+8*$i+6`, %f10, %f6, %f6
    +___
    +}
    +$code.=<<___;
    +	aes_eround01	%f48, %f0, %f2, %f8
    +	aes_eround23	%f50, %f0, %f2, %f2
    +	aes_eround01	%f48, %f4, %f6, %f10
    +	aes_eround23	%f50, %f4, %f6, %f6
    +	aes_eround01_l	%f52, %f8, %f2, %f0
    +	aes_eround23_l	%f54, %f8, %f2, %f2
    +	aes_eround01_l	%f52, %f10, %f6, %f4
    +	retl
    +	aes_eround23_l	%f54, %f10, %f6, %f6
    +.type	_aes128_encrypt_2x,#function
    +.size	_aes128_encrypt_2x,.-_aes128_encrypt_2x
    +
    +.align	32
    +_aes128_loadkey:
    +	ldx		[$key + 0], %g4
    +	ldx		[$key + 8], %g5
    +___
    +for ($i=2; $i<22;$i++) {			# load key schedule
    +    $code.=<<___;
    +	ldd		[$key + `8*$i`], %f`12+2*$i`
    +___
    +}
    +$code.=<<___;
    +	retl
    +	nop
    +.type	_aes128_loadkey,#function
    +.size	_aes128_loadkey,.-_aes128_loadkey
    +_aes128_load_enckey=_aes128_loadkey
    +_aes128_load_deckey=_aes128_loadkey
    +
    +___
    +
    +&alg_cbc_encrypt_implement("aes",128);
    +if ($::evp) {
    +    &alg_ctr32_implement("aes",128);
    +    &alg_xts_implement("aes",128,"en");
    +    &alg_xts_implement("aes",128,"de");
    +}
    +&alg_cbc_decrypt_implement("aes",128);
    +
    +$code.=<<___;
    +.align	32
    +_aes128_decrypt_1x:
    +___
    +for ($i=0; $i<4; $i++) {
    +    $code.=<<___;
    +	aes_dround01	%f`16+8*$i+0`, %f0, %f2, %f4
    +	aes_dround23	%f`16+8*$i+2`, %f0, %f2, %f2
    +	aes_dround01	%f`16+8*$i+4`, %f4, %f2, %f0
    +	aes_dround23	%f`16+8*$i+6`, %f4, %f2, %f2
    +___
    +}
    +$code.=<<___;
    +	aes_dround01	%f48, %f0, %f2, %f4
    +	aes_dround23	%f50, %f0, %f2, %f2
    +	aes_dround01_l	%f52, %f4, %f2, %f0
    +	retl
    +	aes_dround23_l	%f54, %f4, %f2, %f2
    +.type	_aes128_decrypt_1x,#function
    +.size	_aes128_decrypt_1x,.-_aes128_decrypt_1x
    +
    +.align	32
    +_aes128_decrypt_2x:
    +___
    +for ($i=0; $i<4; $i++) {
    +    $code.=<<___;
    +	aes_dround01	%f`16+8*$i+0`, %f0, %f2, %f8
    +	aes_dround23	%f`16+8*$i+2`, %f0, %f2, %f2
    +	aes_dround01	%f`16+8*$i+0`, %f4, %f6, %f10
    +	aes_dround23	%f`16+8*$i+2`, %f4, %f6, %f6
    +	aes_dround01	%f`16+8*$i+4`, %f8, %f2, %f0
    +	aes_dround23	%f`16+8*$i+6`, %f8, %f2, %f2
    +	aes_dround01	%f`16+8*$i+4`, %f10, %f6, %f4
    +	aes_dround23	%f`16+8*$i+6`, %f10, %f6, %f6
    +___
    +}
    +$code.=<<___;
    +	aes_dround01	%f48, %f0, %f2, %f8
    +	aes_dround23	%f50, %f0, %f2, %f2
    +	aes_dround01	%f48, %f4, %f6, %f10
    +	aes_dround23	%f50, %f4, %f6, %f6
    +	aes_dround01_l	%f52, %f8, %f2, %f0
    +	aes_dround23_l	%f54, %f8, %f2, %f2
    +	aes_dround01_l	%f52, %f10, %f6, %f4
    +	retl
    +	aes_dround23_l	%f54, %f10, %f6, %f6
    +.type	_aes128_decrypt_2x,#function
    +.size	_aes128_decrypt_2x,.-_aes128_decrypt_2x
    +___
    +
    +$code.=<<___;
    +.align	32
    +_aes192_encrypt_1x:
    +___
    +for ($i=0; $i<5; $i++) {
    +    $code.=<<___;
    +	aes_eround01	%f`16+8*$i+0`, %f0, %f2, %f4
    +	aes_eround23	%f`16+8*$i+2`, %f0, %f2, %f2
    +	aes_eround01	%f`16+8*$i+4`, %f4, %f2, %f0
    +	aes_eround23	%f`16+8*$i+6`, %f4, %f2, %f2
    +___
    +}
    +$code.=<<___;
    +	aes_eround01	%f56, %f0, %f2, %f4
    +	aes_eround23	%f58, %f0, %f2, %f2
    +	aes_eround01_l	%f60, %f4, %f2, %f0
    +	retl
    +	aes_eround23_l	%f62, %f4, %f2, %f2
    +.type	_aes192_encrypt_1x,#function
    +.size	_aes192_encrypt_1x,.-_aes192_encrypt_1x
    +
    +.align	32
    +_aes192_encrypt_2x:
    +___
    +for ($i=0; $i<5; $i++) {
    +    $code.=<<___;
    +	aes_eround01	%f`16+8*$i+0`, %f0, %f2, %f8
    +	aes_eround23	%f`16+8*$i+2`, %f0, %f2, %f2
    +	aes_eround01	%f`16+8*$i+0`, %f4, %f6, %f10
    +	aes_eround23	%f`16+8*$i+2`, %f4, %f6, %f6
    +	aes_eround01	%f`16+8*$i+4`, %f8, %f2, %f0
    +	aes_eround23	%f`16+8*$i+6`, %f8, %f2, %f2
    +	aes_eround01	%f`16+8*$i+4`, %f10, %f6, %f4
    +	aes_eround23	%f`16+8*$i+6`, %f10, %f6, %f6
    +___
    +}
    +$code.=<<___;
    +	aes_eround01	%f56, %f0, %f2, %f8
    +	aes_eround23	%f58, %f0, %f2, %f2
    +	aes_eround01	%f56, %f4, %f6, %f10
    +	aes_eround23	%f58, %f4, %f6, %f6
    +	aes_eround01_l	%f60, %f8, %f2, %f0
    +	aes_eround23_l	%f62, %f8, %f2, %f2
    +	aes_eround01_l	%f60, %f10, %f6, %f4
    +	retl
    +	aes_eround23_l	%f62, %f10, %f6, %f6
    +.type	_aes192_encrypt_2x,#function
    +.size	_aes192_encrypt_2x,.-_aes192_encrypt_2x
    +
    +.align	32
    +_aes256_encrypt_1x:
    +	aes_eround01	%f16, %f0, %f2, %f4
    +	aes_eround23	%f18, %f0, %f2, %f2
    +	ldd		[$key + 208], %f16
    +	ldd		[$key + 216], %f18
    +	aes_eround01	%f20, %f4, %f2, %f0
    +	aes_eround23	%f22, %f4, %f2, %f2
    +	ldd		[$key + 224], %f20
    +	ldd		[$key + 232], %f22
    +___
    +for ($i=1; $i<6; $i++) {
    +    $code.=<<___;
    +	aes_eround01	%f`16+8*$i+0`, %f0, %f2, %f4
    +	aes_eround23	%f`16+8*$i+2`, %f0, %f2, %f2
    +	aes_eround01	%f`16+8*$i+4`, %f4, %f2, %f0
    +	aes_eround23	%f`16+8*$i+6`, %f4, %f2, %f2
    +___
    +}
    +$code.=<<___;
    +	aes_eround01	%f16, %f0, %f2, %f4
    +	aes_eround23	%f18, %f0, %f2, %f2
    +	ldd		[$key + 16], %f16
    +	ldd		[$key + 24], %f18
    +	aes_eround01_l	%f20, %f4, %f2, %f0
    +	aes_eround23_l	%f22, %f4, %f2, %f2
    +	ldd		[$key + 32], %f20
    +	retl
    +	ldd		[$key + 40], %f22
    +.type	_aes256_encrypt_1x,#function
    +.size	_aes256_encrypt_1x,.-_aes256_encrypt_1x
    +
    +.align	32
    +_aes256_encrypt_2x:
    +	aes_eround01	%f16, %f0, %f2, %f8
    +	aes_eround23	%f18, %f0, %f2, %f2
    +	aes_eround01	%f16, %f4, %f6, %f10
    +	aes_eround23	%f18, %f4, %f6, %f6
    +	ldd		[$key + 208], %f16
    +	ldd		[$key + 216], %f18
    +	aes_eround01	%f20, %f8, %f2, %f0
    +	aes_eround23	%f22, %f8, %f2, %f2
    +	aes_eround01	%f20, %f10, %f6, %f4
    +	aes_eround23	%f22, %f10, %f6, %f6
    +	ldd		[$key + 224], %f20
    +	ldd		[$key + 232], %f22
    +___
    +for ($i=1; $i<6; $i++) {
    +    $code.=<<___;
    +	aes_eround01	%f`16+8*$i+0`, %f0, %f2, %f8
    +	aes_eround23	%f`16+8*$i+2`, %f0, %f2, %f2
    +	aes_eround01	%f`16+8*$i+0`, %f4, %f6, %f10
    +	aes_eround23	%f`16+8*$i+2`, %f4, %f6, %f6
    +	aes_eround01	%f`16+8*$i+4`, %f8, %f2, %f0
    +	aes_eround23	%f`16+8*$i+6`, %f8, %f2, %f2
    +	aes_eround01	%f`16+8*$i+4`, %f10, %f6, %f4
    +	aes_eround23	%f`16+8*$i+6`, %f10, %f6, %f6
    +___
    +}
    +$code.=<<___;
    +	aes_eround01	%f16, %f0, %f2, %f8
    +	aes_eround23	%f18, %f0, %f2, %f2
    +	aes_eround01	%f16, %f4, %f6, %f10
    +	aes_eround23	%f18, %f4, %f6, %f6
    +	ldd		[$key + 16], %f16
    +	ldd		[$key + 24], %f18
    +	aes_eround01_l	%f20, %f8, %f2, %f0
    +	aes_eround23_l	%f22, %f8, %f2, %f2
    +	aes_eround01_l	%f20, %f10, %f6, %f4
    +	aes_eround23_l	%f22, %f10, %f6, %f6
    +	ldd		[$key + 32], %f20
    +	retl
    +	ldd		[$key + 40], %f22
    +.type	_aes256_encrypt_2x,#function
    +.size	_aes256_encrypt_2x,.-_aes256_encrypt_2x
    +
    +.align	32
    +_aes192_loadkey:
    +	ldx		[$key + 0], %g4
    +	ldx		[$key + 8], %g5
    +___
    +for ($i=2; $i<26;$i++) {			# load key schedule
    +    $code.=<<___;
    +	ldd		[$key + `8*$i`], %f`12+2*$i`
    +___
    +}
    +$code.=<<___;
    +	retl
    +	nop
    +.type	_aes192_loadkey,#function
    +.size	_aes192_loadkey,.-_aes192_loadkey
    +_aes256_loadkey=_aes192_loadkey
    +_aes192_load_enckey=_aes192_loadkey
    +_aes192_load_deckey=_aes192_loadkey
    +_aes256_load_enckey=_aes192_loadkey
    +_aes256_load_deckey=_aes192_loadkey
    +___
    +
    +&alg_cbc_encrypt_implement("aes",256);
    +&alg_cbc_encrypt_implement("aes",192);
    +if ($::evp) {
    +    &alg_ctr32_implement("aes",256);
    +    &alg_xts_implement("aes",256,"en");
    +    &alg_xts_implement("aes",256,"de");
    +    &alg_ctr32_implement("aes",192);
    +}
    +&alg_cbc_decrypt_implement("aes",192);
    +&alg_cbc_decrypt_implement("aes",256);
    +
    +$code.=<<___;
    +.align	32
    +_aes256_decrypt_1x:
    +	aes_dround01	%f16, %f0, %f2, %f4
    +	aes_dround23	%f18, %f0, %f2, %f2
    +	ldd		[$key + 208], %f16
    +	ldd		[$key + 216], %f18
    +	aes_dround01	%f20, %f4, %f2, %f0
    +	aes_dround23	%f22, %f4, %f2, %f2
    +	ldd		[$key + 224], %f20
    +	ldd		[$key + 232], %f22
    +___
    +for ($i=1; $i<6; $i++) {
    +    $code.=<<___;
    +	aes_dround01	%f`16+8*$i+0`, %f0, %f2, %f4
    +	aes_dround23	%f`16+8*$i+2`, %f0, %f2, %f2
    +	aes_dround01	%f`16+8*$i+4`, %f4, %f2, %f0
    +	aes_dround23	%f`16+8*$i+6`, %f4, %f2, %f2
    +___
    +}
    +$code.=<<___;
    +	aes_dround01	%f16, %f0, %f2, %f4
    +	aes_dround23	%f18, %f0, %f2, %f2
    +	ldd		[$key + 16], %f16
    +	ldd		[$key + 24], %f18
    +	aes_dround01_l	%f20, %f4, %f2, %f0
    +	aes_dround23_l	%f22, %f4, %f2, %f2
    +	ldd		[$key + 32], %f20
    +	retl
    +	ldd		[$key + 40], %f22
    +.type	_aes256_decrypt_1x,#function
    +.size	_aes256_decrypt_1x,.-_aes256_decrypt_1x
    +
    +.align	32
    +_aes256_decrypt_2x:
    +	aes_dround01	%f16, %f0, %f2, %f8
    +	aes_dround23	%f18, %f0, %f2, %f2
    +	aes_dround01	%f16, %f4, %f6, %f10
    +	aes_dround23	%f18, %f4, %f6, %f6
    +	ldd		[$key + 208], %f16
    +	ldd		[$key + 216], %f18
    +	aes_dround01	%f20, %f8, %f2, %f0
    +	aes_dround23	%f22, %f8, %f2, %f2
    +	aes_dround01	%f20, %f10, %f6, %f4
    +	aes_dround23	%f22, %f10, %f6, %f6
    +	ldd		[$key + 224], %f20
    +	ldd		[$key + 232], %f22
    +___
    +for ($i=1; $i<6; $i++) {
    +    $code.=<<___;
    +	aes_dround01	%f`16+8*$i+0`, %f0, %f2, %f8
    +	aes_dround23	%f`16+8*$i+2`, %f0, %f2, %f2
    +	aes_dround01	%f`16+8*$i+0`, %f4, %f6, %f10
    +	aes_dround23	%f`16+8*$i+2`, %f4, %f6, %f6
    +	aes_dround01	%f`16+8*$i+4`, %f8, %f2, %f0
    +	aes_dround23	%f`16+8*$i+6`, %f8, %f2, %f2
    +	aes_dround01	%f`16+8*$i+4`, %f10, %f6, %f4
    +	aes_dround23	%f`16+8*$i+6`, %f10, %f6, %f6
    +___
    +}
    +$code.=<<___;
    +	aes_dround01	%f16, %f0, %f2, %f8
    +	aes_dround23	%f18, %f0, %f2, %f2
    +	aes_dround01	%f16, %f4, %f6, %f10
    +	aes_dround23	%f18, %f4, %f6, %f6
    +	ldd		[$key + 16], %f16
    +	ldd		[$key + 24], %f18
    +	aes_dround01_l	%f20, %f8, %f2, %f0
    +	aes_dround23_l	%f22, %f8, %f2, %f2
    +	aes_dround01_l	%f20, %f10, %f6, %f4
    +	aes_dround23_l	%f22, %f10, %f6, %f6
    +	ldd		[$key + 32], %f20
    +	retl
    +	ldd		[$key + 40], %f22
    +.type	_aes256_decrypt_2x,#function
    +.size	_aes256_decrypt_2x,.-_aes256_decrypt_2x
    +
    +.align	32
    +_aes192_decrypt_1x:
    +___
    +for ($i=0; $i<5; $i++) {
    +    $code.=<<___;
    +	aes_dround01	%f`16+8*$i+0`, %f0, %f2, %f4
    +	aes_dround23	%f`16+8*$i+2`, %f0, %f2, %f2
    +	aes_dround01	%f`16+8*$i+4`, %f4, %f2, %f0
    +	aes_dround23	%f`16+8*$i+6`, %f4, %f2, %f2
    +___
    +}
    +$code.=<<___;
    +	aes_dround01	%f56, %f0, %f2, %f4
    +	aes_dround23	%f58, %f0, %f2, %f2
    +	aes_dround01_l	%f60, %f4, %f2, %f0
    +	retl
    +	aes_dround23_l	%f62, %f4, %f2, %f2
    +.type	_aes192_decrypt_1x,#function
    +.size	_aes192_decrypt_1x,.-_aes192_decrypt_1x
    +
    +.align	32
    +_aes192_decrypt_2x:
    +___
    +for ($i=0; $i<5; $i++) {
    +    $code.=<<___;
    +	aes_dround01	%f`16+8*$i+0`, %f0, %f2, %f8
    +	aes_dround23	%f`16+8*$i+2`, %f0, %f2, %f2
    +	aes_dround01	%f`16+8*$i+0`, %f4, %f6, %f10
    +	aes_dround23	%f`16+8*$i+2`, %f4, %f6, %f6
    +	aes_dround01	%f`16+8*$i+4`, %f8, %f2, %f0
    +	aes_dround23	%f`16+8*$i+6`, %f8, %f2, %f2
    +	aes_dround01	%f`16+8*$i+4`, %f10, %f6, %f4
    +	aes_dround23	%f`16+8*$i+6`, %f10, %f6, %f6
    +___
    +}
    +$code.=<<___;
    +	aes_dround01	%f56, %f0, %f2, %f8
    +	aes_dround23	%f58, %f0, %f2, %f2
    +	aes_dround01	%f56, %f4, %f6, %f10
    +	aes_dround23	%f58, %f4, %f6, %f6
    +	aes_dround01_l	%f60, %f8, %f2, %f0
    +	aes_dround23_l	%f62, %f8, %f2, %f2
    +	aes_dround01_l	%f60, %f10, %f6, %f4
    +	retl
    +	aes_dround23_l	%f62, %f10, %f6, %f6
    +.type	_aes192_decrypt_2x,#function
    +.size	_aes192_decrypt_2x,.-_aes192_decrypt_2x
    +___
    +}}}
    +
    +if (!$::evp) {
    +$code.=<<___;
    +.global	AES_encrypt
    +AES_encrypt=aes_t4_encrypt
    +.global	AES_decrypt
    +AES_decrypt=aes_t4_decrypt
    +.global	AES_set_encrypt_key
    +.align	32
    +AES_set_encrypt_key:
    +	andcc		%o2, 7, %g0		! check alignment
    +	bnz,a,pn	%icc, 1f
    +	mov		-1, %o0
    +	brz,a,pn	%o0, 1f
    +	mov		-1, %o0
    +	brz,a,pn	%o2, 1f
    +	mov		-1, %o0
    +	andncc		%o1, 0x1c0, %g0
    +	bnz,a,pn	%icc, 1f
    +	mov		-2, %o0
    +	cmp		%o1, 128
    +	bl,a,pn		%icc, 1f
    +	mov		-2, %o0
    +	b		aes_t4_set_encrypt_key
    +	nop
    +1:	retl
    +	nop
    +.type	AES_set_encrypt_key,#function
    +.size	AES_set_encrypt_key,.-AES_set_encrypt_key
    +
    +.global	AES_set_decrypt_key
    +.align	32
    +AES_set_decrypt_key:
    +	andcc		%o2, 7, %g0		! check alignment
    +	bnz,a,pn	%icc, 1f
    +	mov		-1, %o0
    +	brz,a,pn	%o0, 1f
    +	mov		-1, %o0
    +	brz,a,pn	%o2, 1f
    +	mov		-1, %o0
    +	andncc		%o1, 0x1c0, %g0
    +	bnz,a,pn	%icc, 1f
    +	mov		-2, %o0
    +	cmp		%o1, 128
    +	bl,a,pn		%icc, 1f
    +	mov		-2, %o0
    +	b		aes_t4_set_decrypt_key
    +	nop
    +1:	retl
    +	nop
    +.type	AES_set_decrypt_key,#function
    +.size	AES_set_decrypt_key,.-AES_set_decrypt_key
    +___
    +
    +my ($inp,$out,$len,$key,$ivec,$enc)=map("%o$_",(0..5));
    +
    +$code.=<<___;
    +.globl	AES_cbc_encrypt
    +.align	32
    +AES_cbc_encrypt:
    +	ld		[$key + 240], %g1
    +	nop
    +	brz		$enc, .Lcbc_decrypt
    +	cmp		%g1, 12
    +
    +	bl,pt		%icc, aes128_t4_cbc_encrypt
    +	nop
    +	be,pn		%icc, aes192_t4_cbc_encrypt
    +	nop
    +	ba		aes256_t4_cbc_encrypt
    +	nop
    +
    +.Lcbc_decrypt:
    +	bl,pt		%icc, aes128_t4_cbc_decrypt
    +	nop
    +	be,pn		%icc, aes192_t4_cbc_decrypt
    +	nop
    +	ba		aes256_t4_cbc_decrypt
    +	nop
    +.type	AES_cbc_encrypt,#function
    +.size	AES_cbc_encrypt,.-AES_cbc_encrypt
    +___
    +}
    +$code.=<<___;
    +.asciz	"AES for SPARC T4, David S. Miller, Andy Polyakov"
    +.align	4
    +___
    +
    +&emit_assembler();
    +
    +close STDOUT;
    diff --git a/openssl/crypto/aes/asm/aesv8-armx.pl b/openssl/crypto/aes/asm/aesv8-armx.pl
    new file mode 100755
    index 000000000..1e93f8685
    --- /dev/null
    +++ b/openssl/crypto/aes/asm/aesv8-armx.pl
    @@ -0,0 +1,962 @@
    +#!/usr/bin/env perl
    +#
    +# ====================================================================
    +# Written by Andy Polyakov  for the OpenSSL
    +# project. The module is, however, dual licensed under OpenSSL and
    +# CRYPTOGAMS licenses depending on where you obtain it. For further
    +# details see http://www.openssl.org/~appro/cryptogams/.
    +# ====================================================================
    +#
    +# This module implements support for ARMv8 AES instructions. The
    +# module is endian-agnostic in sense that it supports both big- and
    +# little-endian cases. As does it support both 32- and 64-bit modes
    +# of operation. Latter is achieved by limiting amount of utilized
    +# registers to 16, which implies additional NEON load and integer
    +# instructions. This has no effect on mighty Apple A7, where results
    +# are literally equal to the theoretical estimates based on AES
    +# instruction latencies and issue rates. On Cortex-A53, an in-order
    +# execution core, this costs up to 10-15%, which is partially
    +# compensated by implementing dedicated code path for 128-bit
    +# CBC encrypt case. On Cortex-A57 parallelizable mode performance
    +# seems to be limited by sheer amount of NEON instructions...
    +#
    +# Performance in cycles per byte processed with 128-bit key:
    +#
    +#		CBC enc		CBC dec		CTR
    +# Apple A7	2.39		1.20		1.20
    +# Cortex-A53	2.45		1.87		1.94
    +# Cortex-A57	3.64		1.34		1.32
    +
    +$flavour = shift;
    +open STDOUT,">".shift;
    +
    +$prefix="aes_v8";
    +
    +$code=<<___;
    +#include "arm_arch.h"
    +
    +#if __ARM_MAX_ARCH__>=7
    +.text
    +___
    +$code.=".arch	armv8-a+crypto\n"			if ($flavour =~ /64/);
    +$code.=".arch	armv7-a\n.fpu	neon\n.code	32\n"	if ($flavour !~ /64/);
    +		#^^^^^^ this is done to simplify adoption by not depending
    +		#	on latest binutils.
    +
    +# Assembler mnemonics are an eclectic mix of 32- and 64-bit syntax,
    +# NEON is mostly 32-bit mnemonics, integer - mostly 64. Goal is to
    +# maintain both 32- and 64-bit codes within single module and
    +# transliterate common code to either flavour with regex vodoo.
    +#
    +{{{
    +my ($inp,$bits,$out,$ptr,$rounds)=("x0","w1","x2","x3","w12");
    +my ($zero,$rcon,$mask,$in0,$in1,$tmp,$key)=
    +	$flavour=~/64/? map("q$_",(0..6)) : map("q$_",(0..3,8..10));
    +
    +
    +$code.=<<___;
    +.align	5
    +rcon:
    +.long	0x01,0x01,0x01,0x01
    +.long	0x0c0f0e0d,0x0c0f0e0d,0x0c0f0e0d,0x0c0f0e0d	// rotate-n-splat
    +.long	0x1b,0x1b,0x1b,0x1b
    +
    +.globl	${prefix}_set_encrypt_key
    +.type	${prefix}_set_encrypt_key,%function
    +.align	5
    +${prefix}_set_encrypt_key:
    +.Lenc_key:
    +___
    +$code.=<<___	if ($flavour =~ /64/);
    +	stp	x29,x30,[sp,#-16]!
    +	add	x29,sp,#0
    +___
    +$code.=<<___;
    +	mov	$ptr,#-1
    +	cmp	$inp,#0
    +	b.eq	.Lenc_key_abort
    +	cmp	$out,#0
    +	b.eq	.Lenc_key_abort
    +	mov	$ptr,#-2
    +	cmp	$bits,#128
    +	b.lt	.Lenc_key_abort
    +	cmp	$bits,#256
    +	b.gt	.Lenc_key_abort
    +	tst	$bits,#0x3f
    +	b.ne	.Lenc_key_abort
    +
    +	adr	$ptr,rcon
    +	cmp	$bits,#192
    +
    +	veor	$zero,$zero,$zero
    +	vld1.8	{$in0},[$inp],#16
    +	mov	$bits,#8		// reuse $bits
    +	vld1.32	{$rcon,$mask},[$ptr],#32
    +
    +	b.lt	.Loop128
    +	b.eq	.L192
    +	b	.L256
    +
    +.align	4
    +.Loop128:
    +	vtbl.8	$key,{$in0},$mask
    +	vext.8	$tmp,$zero,$in0,#12
    +	vst1.32	{$in0},[$out],#16
    +	aese	$key,$zero
    +	subs	$bits,$bits,#1
    +
    +	veor	$in0,$in0,$tmp
    +	vext.8	$tmp,$zero,$tmp,#12
    +	veor	$in0,$in0,$tmp
    +	vext.8	$tmp,$zero,$tmp,#12
    +	 veor	$key,$key,$rcon
    +	veor	$in0,$in0,$tmp
    +	vshl.u8	$rcon,$rcon,#1
    +	veor	$in0,$in0,$key
    +	b.ne	.Loop128
    +
    +	vld1.32	{$rcon},[$ptr]
    +
    +	vtbl.8	$key,{$in0},$mask
    +	vext.8	$tmp,$zero,$in0,#12
    +	vst1.32	{$in0},[$out],#16
    +	aese	$key,$zero
    +
    +	veor	$in0,$in0,$tmp
    +	vext.8	$tmp,$zero,$tmp,#12
    +	veor	$in0,$in0,$tmp
    +	vext.8	$tmp,$zero,$tmp,#12
    +	 veor	$key,$key,$rcon
    +	veor	$in0,$in0,$tmp
    +	vshl.u8	$rcon,$rcon,#1
    +	veor	$in0,$in0,$key
    +
    +	vtbl.8	$key,{$in0},$mask
    +	vext.8	$tmp,$zero,$in0,#12
    +	vst1.32	{$in0},[$out],#16
    +	aese	$key,$zero
    +
    +	veor	$in0,$in0,$tmp
    +	vext.8	$tmp,$zero,$tmp,#12
    +	veor	$in0,$in0,$tmp
    +	vext.8	$tmp,$zero,$tmp,#12
    +	 veor	$key,$key,$rcon
    +	veor	$in0,$in0,$tmp
    +	veor	$in0,$in0,$key
    +	vst1.32	{$in0},[$out]
    +	add	$out,$out,#0x50
    +
    +	mov	$rounds,#10
    +	b	.Ldone
    +
    +.align	4
    +.L192:
    +	vld1.8	{$in1},[$inp],#8
    +	vmov.i8	$key,#8			// borrow $key
    +	vst1.32	{$in0},[$out],#16
    +	vsub.i8	$mask,$mask,$key	// adjust the mask
    +
    +.Loop192:
    +	vtbl.8	$key,{$in1},$mask
    +	vext.8	$tmp,$zero,$in0,#12
    +	vst1.32	{$in1},[$out],#8
    +	aese	$key,$zero
    +	subs	$bits,$bits,#1
    +
    +	veor	$in0,$in0,$tmp
    +	vext.8	$tmp,$zero,$tmp,#12
    +	veor	$in0,$in0,$tmp
    +	vext.8	$tmp,$zero,$tmp,#12
    +	veor	$in0,$in0,$tmp
    +
    +	vdup.32	$tmp,${in0}[3]
    +	veor	$tmp,$tmp,$in1
    +	 veor	$key,$key,$rcon
    +	vext.8	$in1,$zero,$in1,#12
    +	vshl.u8	$rcon,$rcon,#1
    +	veor	$in1,$in1,$tmp
    +	veor	$in0,$in0,$key
    +	veor	$in1,$in1,$key
    +	vst1.32	{$in0},[$out],#16
    +	b.ne	.Loop192
    +
    +	mov	$rounds,#12
    +	add	$out,$out,#0x20
    +	b	.Ldone
    +
    +.align	4
    +.L256:
    +	vld1.8	{$in1},[$inp]
    +	mov	$bits,#7
    +	mov	$rounds,#14
    +	vst1.32	{$in0},[$out],#16
    +
    +.Loop256:
    +	vtbl.8	$key,{$in1},$mask
    +	vext.8	$tmp,$zero,$in0,#12
    +	vst1.32	{$in1},[$out],#16
    +	aese	$key,$zero
    +	subs	$bits,$bits,#1
    +
    +	veor	$in0,$in0,$tmp
    +	vext.8	$tmp,$zero,$tmp,#12
    +	veor	$in0,$in0,$tmp
    +	vext.8	$tmp,$zero,$tmp,#12
    +	 veor	$key,$key,$rcon
    +	veor	$in0,$in0,$tmp
    +	vshl.u8	$rcon,$rcon,#1
    +	veor	$in0,$in0,$key
    +	vst1.32	{$in0},[$out],#16
    +	b.eq	.Ldone
    +
    +	vdup.32	$key,${in0}[3]		// just splat
    +	vext.8	$tmp,$zero,$in1,#12
    +	aese	$key,$zero
    +
    +	veor	$in1,$in1,$tmp
    +	vext.8	$tmp,$zero,$tmp,#12
    +	veor	$in1,$in1,$tmp
    +	vext.8	$tmp,$zero,$tmp,#12
    +	veor	$in1,$in1,$tmp
    +
    +	veor	$in1,$in1,$key
    +	b	.Loop256
    +
    +.Ldone:
    +	str	$rounds,[$out]
    +	mov	$ptr,#0
    +
    +.Lenc_key_abort:
    +	mov	x0,$ptr			// return value
    +	`"ldr	x29,[sp],#16"		if ($flavour =~ /64/)`
    +	ret
    +.size	${prefix}_set_encrypt_key,.-${prefix}_set_encrypt_key
    +
    +.globl	${prefix}_set_decrypt_key
    +.type	${prefix}_set_decrypt_key,%function
    +.align	5
    +${prefix}_set_decrypt_key:
    +___
    +$code.=<<___	if ($flavour =~ /64/);
    +	stp	x29,x30,[sp,#-16]!
    +	add	x29,sp,#0
    +___
    +$code.=<<___	if ($flavour !~ /64/);
    +	stmdb	sp!,{r4,lr}
    +___
    +$code.=<<___;
    +	bl	.Lenc_key
    +
    +	cmp	x0,#0
    +	b.ne	.Ldec_key_abort
    +
    +	sub	$out,$out,#240		// restore original $out
    +	mov	x4,#-16
    +	add	$inp,$out,x12,lsl#4	// end of key schedule
    +
    +	vld1.32	{v0.16b},[$out]
    +	vld1.32	{v1.16b},[$inp]
    +	vst1.32	{v0.16b},[$inp],x4
    +	vst1.32	{v1.16b},[$out],#16
    +
    +.Loop_imc:
    +	vld1.32	{v0.16b},[$out]
    +	vld1.32	{v1.16b},[$inp]
    +	aesimc	v0.16b,v0.16b
    +	aesimc	v1.16b,v1.16b
    +	vst1.32	{v0.16b},[$inp],x4
    +	vst1.32	{v1.16b},[$out],#16
    +	cmp	$inp,$out
    +	b.hi	.Loop_imc
    +
    +	vld1.32	{v0.16b},[$out]
    +	aesimc	v0.16b,v0.16b
    +	vst1.32	{v0.16b},[$inp]
    +
    +	eor	x0,x0,x0		// return value
    +.Ldec_key_abort:
    +___
    +$code.=<<___	if ($flavour !~ /64/);
    +	ldmia	sp!,{r4,pc}
    +___
    +$code.=<<___	if ($flavour =~ /64/);
    +	ldp	x29,x30,[sp],#16
    +	ret
    +___
    +$code.=<<___;
    +.size	${prefix}_set_decrypt_key,.-${prefix}_set_decrypt_key
    +___
    +}}}
    +{{{
    +sub gen_block () {
    +my $dir = shift;
    +my ($e,$mc) = $dir eq "en" ? ("e","mc") : ("d","imc");
    +my ($inp,$out,$key)=map("x$_",(0..2));
    +my $rounds="w3";
    +my ($rndkey0,$rndkey1,$inout)=map("q$_",(0..3));
    +
    +$code.=<<___;
    +.globl	${prefix}_${dir}crypt
    +.type	${prefix}_${dir}crypt,%function
    +.align	5
    +${prefix}_${dir}crypt:
    +	ldr	$rounds,[$key,#240]
    +	vld1.32	{$rndkey0},[$key],#16
    +	vld1.8	{$inout},[$inp]
    +	sub	$rounds,$rounds,#2
    +	vld1.32	{$rndkey1},[$key],#16
    +
    +.Loop_${dir}c:
    +	aes$e	$inout,$rndkey0
    +	vld1.32	{$rndkey0},[$key],#16
    +	aes$mc	$inout,$inout
    +	subs	$rounds,$rounds,#2
    +	aes$e	$inout,$rndkey1
    +	vld1.32	{$rndkey1},[$key],#16
    +	aes$mc	$inout,$inout
    +	b.gt	.Loop_${dir}c
    +
    +	aes$e	$inout,$rndkey0
    +	vld1.32	{$rndkey0},[$key]
    +	aes$mc	$inout,$inout
    +	aes$e	$inout,$rndkey1
    +	veor	$inout,$inout,$rndkey0
    +
    +	vst1.8	{$inout},[$out]
    +	ret
    +.size	${prefix}_${dir}crypt,.-${prefix}_${dir}crypt
    +___
    +}
    +&gen_block("en");
    +&gen_block("de");
    +}}}
    +{{{
    +my ($inp,$out,$len,$key,$ivp)=map("x$_",(0..4)); my $enc="w5";
    +my ($rounds,$cnt,$key_,$step,$step1)=($enc,"w6","x7","x8","x12");
    +my ($dat0,$dat1,$in0,$in1,$tmp0,$tmp1,$ivec,$rndlast)=map("q$_",(0..7));
    +
    +my ($dat,$tmp,$rndzero_n_last)=($dat0,$tmp0,$tmp1);
    +
    +### q8-q15	preloaded key schedule
    +
    +$code.=<<___;
    +.globl	${prefix}_cbc_encrypt
    +.type	${prefix}_cbc_encrypt,%function
    +.align	5
    +${prefix}_cbc_encrypt:
    +___
    +$code.=<<___	if ($flavour =~ /64/);
    +	stp	x29,x30,[sp,#-16]!
    +	add	x29,sp,#0
    +___
    +$code.=<<___	if ($flavour !~ /64/);
    +	mov	ip,sp
    +	stmdb	sp!,{r4-r8,lr}
    +	vstmdb	sp!,{d8-d15}            @ ABI specification says so
    +	ldmia	ip,{r4-r5}		@ load remaining args
    +___
    +$code.=<<___;
    +	subs	$len,$len,#16
    +	mov	$step,#16
    +	b.lo	.Lcbc_abort
    +	cclr	$step,eq
    +
    +	cmp	$enc,#0			// en- or decrypting?
    +	ldr	$rounds,[$key,#240]
    +	and	$len,$len,#-16
    +	vld1.8	{$ivec},[$ivp]
    +	vld1.8	{$dat},[$inp],$step
    +
    +	vld1.32	{q8-q9},[$key]		// load key schedule...
    +	sub	$rounds,$rounds,#6
    +	add	$key_,$key,x5,lsl#4	// pointer to last 7 round keys
    +	sub	$rounds,$rounds,#2
    +	vld1.32	{q10-q11},[$key_],#32
    +	vld1.32	{q12-q13},[$key_],#32
    +	vld1.32	{q14-q15},[$key_],#32
    +	vld1.32	{$rndlast},[$key_]
    +
    +	add	$key_,$key,#32
    +	mov	$cnt,$rounds
    +	b.eq	.Lcbc_dec
    +
    +	cmp	$rounds,#2
    +	veor	$dat,$dat,$ivec
    +	veor	$rndzero_n_last,q8,$rndlast
    +	b.eq	.Lcbc_enc128
    +
    +.Loop_cbc_enc:
    +	aese	$dat,q8
    +	vld1.32	{q8},[$key_],#16
    +	aesmc	$dat,$dat
    +	subs	$cnt,$cnt,#2
    +	aese	$dat,q9
    +	vld1.32	{q9},[$key_],#16
    +	aesmc	$dat,$dat
    +	b.gt	.Loop_cbc_enc
    +
    +	aese	$dat,q8
    +	aesmc	$dat,$dat
    +	 subs	$len,$len,#16
    +	aese	$dat,q9
    +	aesmc	$dat,$dat
    +	 cclr	$step,eq
    +	aese	$dat,q10
    +	aesmc	$dat,$dat
    +	 add	$key_,$key,#16
    +	aese	$dat,q11
    +	aesmc	$dat,$dat
    +	 vld1.8	{q8},[$inp],$step
    +	aese	$dat,q12
    +	aesmc	$dat,$dat
    +	 veor	q8,q8,$rndzero_n_last
    +	aese	$dat,q13
    +	aesmc	$dat,$dat
    +	 vld1.32 {q9},[$key_],#16	// re-pre-load rndkey[1]
    +	aese	$dat,q14
    +	aesmc	$dat,$dat
    +	aese	$dat,q15
    +
    +	 mov	$cnt,$rounds
    +	veor	$ivec,$dat,$rndlast
    +	vst1.8	{$ivec},[$out],#16
    +	b.hs	.Loop_cbc_enc
    +
    +	b	.Lcbc_done
    +
    +.align	5
    +.Lcbc_enc128:
    +	vld1.32	{$in0-$in1},[$key_]
    +	aese	$dat,q8
    +	aesmc	$dat,$dat
    +	b	.Lenter_cbc_enc128
    +.Loop_cbc_enc128:
    +	aese	$dat,q8
    +	aesmc	$dat,$dat
    +	 vst1.8	{$ivec},[$out],#16
    +.Lenter_cbc_enc128:
    +	aese	$dat,q9
    +	aesmc	$dat,$dat
    +	 subs	$len,$len,#16
    +	aese	$dat,$in0
    +	aesmc	$dat,$dat
    +	 cclr	$step,eq
    +	aese	$dat,$in1
    +	aesmc	$dat,$dat
    +	aese	$dat,q10
    +	aesmc	$dat,$dat
    +	aese	$dat,q11
    +	aesmc	$dat,$dat
    +	 vld1.8	{q8},[$inp],$step
    +	aese	$dat,q12
    +	aesmc	$dat,$dat
    +	aese	$dat,q13
    +	aesmc	$dat,$dat
    +	aese	$dat,q14
    +	aesmc	$dat,$dat
    +	 veor	q8,q8,$rndzero_n_last
    +	aese	$dat,q15
    +	veor	$ivec,$dat,$rndlast
    +	b.hs	.Loop_cbc_enc128
    +
    +	vst1.8	{$ivec},[$out],#16
    +	b	.Lcbc_done
    +___
    +{
    +my ($dat2,$in2,$tmp2)=map("q$_",(10,11,9));
    +$code.=<<___;
    +.align	5
    +.Lcbc_dec:
    +	vld1.8	{$dat2},[$inp],#16
    +	subs	$len,$len,#32		// bias
    +	add	$cnt,$rounds,#2
    +	vorr	$in1,$dat,$dat
    +	vorr	$dat1,$dat,$dat
    +	vorr	$in2,$dat2,$dat2
    +	b.lo	.Lcbc_dec_tail
    +
    +	vorr	$dat1,$dat2,$dat2
    +	vld1.8	{$dat2},[$inp],#16
    +	vorr	$in0,$dat,$dat
    +	vorr	$in1,$dat1,$dat1
    +	vorr	$in2,$dat2,$dat2
    +
    +.Loop3x_cbc_dec:
    +	aesd	$dat0,q8
    +	aesd	$dat1,q8
    +	aesd	$dat2,q8
    +	vld1.32	{q8},[$key_],#16
    +	aesimc	$dat0,$dat0
    +	aesimc	$dat1,$dat1
    +	aesimc	$dat2,$dat2
    +	subs	$cnt,$cnt,#2
    +	aesd	$dat0,q9
    +	aesd	$dat1,q9
    +	aesd	$dat2,q9
    +	vld1.32	{q9},[$key_],#16
    +	aesimc	$dat0,$dat0
    +	aesimc	$dat1,$dat1
    +	aesimc	$dat2,$dat2
    +	b.gt	.Loop3x_cbc_dec
    +
    +	aesd	$dat0,q8
    +	aesd	$dat1,q8
    +	aesd	$dat2,q8
    +	 veor	$tmp0,$ivec,$rndlast
    +	aesimc	$dat0,$dat0
    +	aesimc	$dat1,$dat1
    +	aesimc	$dat2,$dat2
    +	 veor	$tmp1,$in0,$rndlast
    +	aesd	$dat0,q9
    +	aesd	$dat1,q9
    +	aesd	$dat2,q9
    +	 veor	$tmp2,$in1,$rndlast
    +	 subs	$len,$len,#0x30
    +	aesimc	$dat0,$dat0
    +	aesimc	$dat1,$dat1
    +	aesimc	$dat2,$dat2
    +	 vorr	$ivec,$in2,$in2
    +	 mov.lo	x6,$len			// x6, $cnt, is zero at this point
    +	aesd	$dat0,q12
    +	aesd	$dat1,q12
    +	aesd	$dat2,q12
    +	 add	$inp,$inp,x6		// $inp is adjusted in such way that
    +					// at exit from the loop $dat1-$dat2
    +					// are loaded with last "words"
    +	aesimc	$dat0,$dat0
    +	aesimc	$dat1,$dat1
    +	aesimc	$dat2,$dat2
    +	 mov	$key_,$key
    +	aesd	$dat0,q13
    +	aesd	$dat1,q13
    +	aesd	$dat2,q13
    +	 vld1.8	{$in0},[$inp],#16
    +	aesimc	$dat0,$dat0
    +	aesimc	$dat1,$dat1
    +	aesimc	$dat2,$dat2
    +	 vld1.8	{$in1},[$inp],#16
    +	aesd	$dat0,q14
    +	aesd	$dat1,q14
    +	aesd	$dat2,q14
    +	 vld1.8	{$in2},[$inp],#16
    +	aesimc	$dat0,$dat0
    +	aesimc	$dat1,$dat1
    +	aesimc	$dat2,$dat2
    +	 vld1.32 {q8},[$key_],#16	// re-pre-load rndkey[0]
    +	aesd	$dat0,q15
    +	aesd	$dat1,q15
    +	aesd	$dat2,q15
    +
    +	 add	$cnt,$rounds,#2
    +	veor	$tmp0,$tmp0,$dat0
    +	veor	$tmp1,$tmp1,$dat1
    +	veor	$dat2,$dat2,$tmp2
    +	 vld1.32 {q9},[$key_],#16	// re-pre-load rndkey[1]
    +	 vorr	$dat0,$in0,$in0
    +	vst1.8	{$tmp0},[$out],#16
    +	 vorr	$dat1,$in1,$in1
    +	vst1.8	{$tmp1},[$out],#16
    +	vst1.8	{$dat2},[$out],#16
    +	 vorr	$dat2,$in2,$in2
    +	b.hs	.Loop3x_cbc_dec
    +
    +	cmn	$len,#0x30
    +	b.eq	.Lcbc_done
    +	nop
    +
    +.Lcbc_dec_tail:
    +	aesd	$dat1,q8
    +	aesd	$dat2,q8
    +	vld1.32	{q8},[$key_],#16
    +	aesimc	$dat1,$dat1
    +	aesimc	$dat2,$dat2
    +	subs	$cnt,$cnt,#2
    +	aesd	$dat1,q9
    +	aesd	$dat2,q9
    +	vld1.32	{q9},[$key_],#16
    +	aesimc	$dat1,$dat1
    +	aesimc	$dat2,$dat2
    +	b.gt	.Lcbc_dec_tail
    +
    +	aesd	$dat1,q8
    +	aesd	$dat2,q8
    +	aesimc	$dat1,$dat1
    +	aesimc	$dat2,$dat2
    +	aesd	$dat1,q9
    +	aesd	$dat2,q9
    +	aesimc	$dat1,$dat1
    +	aesimc	$dat2,$dat2
    +	aesd	$dat1,q12
    +	aesd	$dat2,q12
    +	aesimc	$dat1,$dat1
    +	aesimc	$dat2,$dat2
    +	 cmn	$len,#0x20
    +	aesd	$dat1,q13
    +	aesd	$dat2,q13
    +	aesimc	$dat1,$dat1
    +	aesimc	$dat2,$dat2
    +	 veor	$tmp1,$ivec,$rndlast
    +	aesd	$dat1,q14
    +	aesd	$dat2,q14
    +	aesimc	$dat1,$dat1
    +	aesimc	$dat2,$dat2
    +	 veor	$tmp2,$in1,$rndlast
    +	aesd	$dat1,q15
    +	aesd	$dat2,q15
    +	b.eq	.Lcbc_dec_one
    +	veor	$tmp1,$tmp1,$dat1
    +	veor	$tmp2,$tmp2,$dat2
    +	 vorr	$ivec,$in2,$in2
    +	vst1.8	{$tmp1},[$out],#16
    +	vst1.8	{$tmp2},[$out],#16
    +	b	.Lcbc_done
    +
    +.Lcbc_dec_one:
    +	veor	$tmp1,$tmp1,$dat2
    +	 vorr	$ivec,$in2,$in2
    +	vst1.8	{$tmp1},[$out],#16
    +
    +.Lcbc_done:
    +	vst1.8	{$ivec},[$ivp]
    +.Lcbc_abort:
    +___
    +}
    +$code.=<<___	if ($flavour !~ /64/);
    +	vldmia	sp!,{d8-d15}
    +	ldmia	sp!,{r4-r8,pc}
    +___
    +$code.=<<___	if ($flavour =~ /64/);
    +	ldr	x29,[sp],#16
    +	ret
    +___
    +$code.=<<___;
    +.size	${prefix}_cbc_encrypt,.-${prefix}_cbc_encrypt
    +___
    +}}}
    +{{{
    +my ($inp,$out,$len,$key,$ivp)=map("x$_",(0..4));
    +my ($rounds,$cnt,$key_)=("w5","w6","x7");
    +my ($ctr,$tctr0,$tctr1,$tctr2)=map("w$_",(8..10,12));
    +my $step="x12";		# aliases with $tctr2
    +
    +my ($dat0,$dat1,$in0,$in1,$tmp0,$tmp1,$ivec,$rndlast)=map("q$_",(0..7));
    +my ($dat2,$in2,$tmp2)=map("q$_",(10,11,9));
    +
    +my ($dat,$tmp)=($dat0,$tmp0);
    +
    +### q8-q15	preloaded key schedule
    +
    +$code.=<<___;
    +.globl	${prefix}_ctr32_encrypt_blocks
    +.type	${prefix}_ctr32_encrypt_blocks,%function
    +.align	5
    +${prefix}_ctr32_encrypt_blocks:
    +___
    +$code.=<<___	if ($flavour =~ /64/);
    +	stp		x29,x30,[sp,#-16]!
    +	add		x29,sp,#0
    +___
    +$code.=<<___	if ($flavour !~ /64/);
    +	mov		ip,sp
    +	stmdb		sp!,{r4-r10,lr}
    +	vstmdb		sp!,{d8-d15}            @ ABI specification says so
    +	ldr		r4, [ip]		@ load remaining arg
    +___
    +$code.=<<___;
    +	ldr		$rounds,[$key,#240]
    +
    +	ldr		$ctr, [$ivp, #12]
    +	vld1.32		{$dat0},[$ivp]
    +
    +	vld1.32		{q8-q9},[$key]		// load key schedule...
    +	sub		$rounds,$rounds,#4
    +	mov		$step,#16
    +	cmp		$len,#2
    +	add		$key_,$key,x5,lsl#4	// pointer to last 5 round keys
    +	sub		$rounds,$rounds,#2
    +	vld1.32		{q12-q13},[$key_],#32
    +	vld1.32		{q14-q15},[$key_],#32
    +	vld1.32		{$rndlast},[$key_]
    +	add		$key_,$key,#32
    +	mov		$cnt,$rounds
    +	cclr		$step,lo
    +#ifndef __ARMEB__
    +	rev		$ctr, $ctr
    +#endif
    +	vorr		$dat1,$dat0,$dat0
    +	add		$tctr1, $ctr, #1
    +	vorr		$dat2,$dat0,$dat0
    +	add		$ctr, $ctr, #2
    +	vorr		$ivec,$dat0,$dat0
    +	rev		$tctr1, $tctr1
    +	vmov.32		${dat1}[3],$tctr1
    +	b.ls		.Lctr32_tail
    +	rev		$tctr2, $ctr
    +	sub		$len,$len,#3		// bias
    +	vmov.32		${dat2}[3],$tctr2
    +	b		.Loop3x_ctr32
    +
    +.align	4
    +.Loop3x_ctr32:
    +	aese		$dat0,q8
    +	aese		$dat1,q8
    +	aese		$dat2,q8
    +	vld1.32		{q8},[$key_],#16
    +	aesmc		$dat0,$dat0
    +	aesmc		$dat1,$dat1
    +	aesmc		$dat2,$dat2
    +	subs		$cnt,$cnt,#2
    +	aese		$dat0,q9
    +	aese		$dat1,q9
    +	aese		$dat2,q9
    +	vld1.32		{q9},[$key_],#16
    +	aesmc		$dat0,$dat0
    +	aesmc		$dat1,$dat1
    +	aesmc		$dat2,$dat2
    +	b.gt		.Loop3x_ctr32
    +
    +	aese		$dat0,q8
    +	aese		$dat1,q8
    +	aese		$dat2,q8
    +	 mov		$key_,$key
    +	aesmc		$tmp0,$dat0
    +	 vld1.8		{$in0},[$inp],#16
    +	aesmc		$tmp1,$dat1
    +	aesmc		$dat2,$dat2
    +	 vorr		$dat0,$ivec,$ivec
    +	aese		$tmp0,q9
    +	 vld1.8		{$in1},[$inp],#16
    +	aese		$tmp1,q9
    +	aese		$dat2,q9
    +	 vorr		$dat1,$ivec,$ivec
    +	aesmc		$tmp0,$tmp0
    +	 vld1.8		{$in2},[$inp],#16
    +	aesmc		$tmp1,$tmp1
    +	aesmc		$tmp2,$dat2
    +	 vorr		$dat2,$ivec,$ivec
    +	 add		$tctr0,$ctr,#1
    +	aese		$tmp0,q12
    +	aese		$tmp1,q12
    +	aese		$tmp2,q12
    +	 veor		$in0,$in0,$rndlast
    +	 add		$tctr1,$ctr,#2
    +	aesmc		$tmp0,$tmp0
    +	aesmc		$tmp1,$tmp1
    +	aesmc		$tmp2,$tmp2
    +	 veor		$in1,$in1,$rndlast
    +	 add		$ctr,$ctr,#3
    +	aese		$tmp0,q13
    +	aese		$tmp1,q13
    +	aese		$tmp2,q13
    +	 veor		$in2,$in2,$rndlast
    +	 rev		$tctr0,$tctr0
    +	aesmc		$tmp0,$tmp0
    +	 vld1.32	 {q8},[$key_],#16	// re-pre-load rndkey[0]
    +	aesmc		$tmp1,$tmp1
    +	aesmc		$tmp2,$tmp2
    +	 vmov.32	${dat0}[3], $tctr0
    +	 rev		$tctr1,$tctr1
    +	aese		$tmp0,q14
    +	aese		$tmp1,q14
    +	aese		$tmp2,q14
    +	 vmov.32	${dat1}[3], $tctr1
    +	 rev		$tctr2,$ctr
    +	aesmc		$tmp0,$tmp0
    +	aesmc		$tmp1,$tmp1
    +	aesmc		$tmp2,$tmp2
    +	 vmov.32	${dat2}[3], $tctr2
    +	 subs		$len,$len,#3
    +	aese		$tmp0,q15
    +	aese		$tmp1,q15
    +	aese		$tmp2,q15
    +
    +	 mov		$cnt,$rounds
    +	veor		$in0,$in0,$tmp0
    +	veor		$in1,$in1,$tmp1
    +	veor		$in2,$in2,$tmp2
    +	 vld1.32	 {q9},[$key_],#16	// re-pre-load rndkey[1]
    +	vst1.8		{$in0},[$out],#16
    +	vst1.8		{$in1},[$out],#16
    +	vst1.8		{$in2},[$out],#16
    +	b.hs		.Loop3x_ctr32
    +
    +	adds		$len,$len,#3
    +	b.eq		.Lctr32_done
    +	cmp		$len,#1
    +	mov		$step,#16
    +	cclr		$step,eq
    +
    +.Lctr32_tail:
    +	aese		$dat0,q8
    +	aese		$dat1,q8
    +	vld1.32		{q8},[$key_],#16
    +	aesmc		$dat0,$dat0
    +	aesmc		$dat1,$dat1
    +	subs		$cnt,$cnt,#2
    +	aese		$dat0,q9
    +	aese		$dat1,q9
    +	vld1.32		{q9},[$key_],#16
    +	aesmc		$dat0,$dat0
    +	aesmc		$dat1,$dat1
    +	b.gt		.Lctr32_tail
    +
    +	aese		$dat0,q8
    +	aese		$dat1,q8
    +	aesmc		$dat0,$dat0
    +	aesmc		$dat1,$dat1
    +	aese		$dat0,q9
    +	aese		$dat1,q9
    +	aesmc		$dat0,$dat0
    +	aesmc		$dat1,$dat1
    +	 vld1.8		{$in0},[$inp],$step
    +	aese		$dat0,q12
    +	aese		$dat1,q12
    +	 vld1.8		{$in1},[$inp]
    +	aesmc		$dat0,$dat0
    +	aesmc		$dat1,$dat1
    +	aese		$dat0,q13
    +	aese		$dat1,q13
    +	aesmc		$dat0,$dat0
    +	aesmc		$dat1,$dat1
    +	aese		$dat0,q14
    +	aese		$dat1,q14
    +	 veor		$in0,$in0,$rndlast
    +	aesmc		$dat0,$dat0
    +	aesmc		$dat1,$dat1
    +	 veor		$in1,$in1,$rndlast
    +	aese		$dat0,q15
    +	aese		$dat1,q15
    +
    +	cmp		$len,#1
    +	veor		$in0,$in0,$dat0
    +	veor		$in1,$in1,$dat1
    +	vst1.8		{$in0},[$out],#16
    +	b.eq		.Lctr32_done
    +	vst1.8		{$in1},[$out]
    +
    +.Lctr32_done:
    +___
    +$code.=<<___	if ($flavour !~ /64/);
    +	vldmia		sp!,{d8-d15}
    +	ldmia		sp!,{r4-r10,pc}
    +___
    +$code.=<<___	if ($flavour =~ /64/);
    +	ldr		x29,[sp],#16
    +	ret
    +___
    +$code.=<<___;
    +.size	${prefix}_ctr32_encrypt_blocks,.-${prefix}_ctr32_encrypt_blocks
    +___
    +}}}
    +$code.=<<___;
    +#endif
    +___
    +########################################
    +if ($flavour =~ /64/) {			######## 64-bit code
    +    my %opcode = (
    +	"aesd"	=>	0x4e285800,	"aese"	=>	0x4e284800,
    +	"aesimc"=>	0x4e287800,	"aesmc"	=>	0x4e286800	);
    +
    +    local *unaes = sub {
    +	my ($mnemonic,$arg)=@_;
    +
    +	$arg =~ m/[qv]([0-9]+)[^,]*,\s*[qv]([0-9]+)/o	&&
    +	sprintf ".inst\t0x%08x\t//%s %s",
    +			$opcode{$mnemonic}|$1|($2<<5),
    +			$mnemonic,$arg;
    +    };
    +
    +    foreach(split("\n",$code)) {
    +	s/\`([^\`]*)\`/eval($1)/geo;
    +
    +	s/\bq([0-9]+)\b/"v".($1<8?$1:$1+8).".16b"/geo;	# old->new registers
    +	s/@\s/\/\//o;			# old->new style commentary
    +
    +	#s/[v]?(aes\w+)\s+([qv].*)/unaes($1,$2)/geo	or
    +	s/cclr\s+([wx])([^,]+),\s*([a-z]+)/csel	$1$2,$1zr,$1$2,$3/o	or
    +	s/mov\.([a-z]+)\s+([wx][0-9]+),\s*([wx][0-9]+)/csel	$2,$3,$2,$1/o	or
    +	s/vmov\.i8/movi/o	or	# fix up legacy mnemonics
    +	s/vext\.8/ext/o		or
    +	s/vrev32\.8/rev32/o	or
    +	s/vtst\.8/cmtst/o	or
    +	s/vshr/ushr/o		or
    +	s/^(\s+)v/$1/o		or	# strip off v prefix
    +	s/\bbx\s+lr\b/ret/o;
    +
    +	# fix up remainig legacy suffixes
    +	s/\.[ui]?8//o;
    +	m/\],#8/o and s/\.16b/\.8b/go;
    +	s/\.[ui]?32//o and s/\.16b/\.4s/go;
    +	s/\.[ui]?64//o and s/\.16b/\.2d/go;
    +	s/\.[42]([sd])\[([0-3])\]/\.$1\[$2\]/o;
    +
    +	print $_,"\n";
    +    }
    +} else {				######## 32-bit code
    +    my %opcode = (
    +	"aesd"	=>	0xf3b00340,	"aese"	=>	0xf3b00300,
    +	"aesimc"=>	0xf3b003c0,	"aesmc"	=>	0xf3b00380	);
    +
    +    local *unaes = sub {
    +	my ($mnemonic,$arg)=@_;
    +
    +	if ($arg =~ m/[qv]([0-9]+)[^,]*,\s*[qv]([0-9]+)/o) {
    +	    my $word = $opcode{$mnemonic}|(($1&7)<<13)|(($1&8)<<19)
    +					 |(($2&7)<<1) |(($2&8)<<2);
    +	    # since ARMv7 instructions are always encoded little-endian.
    +	    # correct solution is to use .inst directive, but older
    +	    # assemblers don't implement it:-(
    +	    sprintf ".byte\t0x%02x,0x%02x,0x%02x,0x%02x\t@ %s %s",
    +			$word&0xff,($word>>8)&0xff,
    +			($word>>16)&0xff,($word>>24)&0xff,
    +			$mnemonic,$arg;
    +	}
    +    };
    +
    +    sub unvtbl {
    +	my $arg=shift;
    +
    +	$arg =~ m/q([0-9]+),\s*\{q([0-9]+)\},\s*q([0-9]+)/o &&
    +	sprintf	"vtbl.8	d%d,{q%d},d%d\n\t".
    +		"vtbl.8	d%d,{q%d},d%d", 2*$1,$2,2*$3, 2*$1+1,$2,2*$3+1;	
    +    }
    +
    +    sub unvdup32 {
    +	my $arg=shift;
    +
    +	$arg =~ m/q([0-9]+),\s*q([0-9]+)\[([0-3])\]/o &&
    +	sprintf	"vdup.32	q%d,d%d[%d]",$1,2*$2+($3>>1),$3&1;	
    +    }
    +
    +    sub unvmov32 {
    +	my $arg=shift;
    +
    +	$arg =~ m/q([0-9]+)\[([0-3])\],(.*)/o &&
    +	sprintf	"vmov.32	d%d[%d],%s",2*$1+($2>>1),$2&1,$3;	
    +    }
    +
    +    foreach(split("\n",$code)) {
    +	s/\`([^\`]*)\`/eval($1)/geo;
    +
    +	s/\b[wx]([0-9]+)\b/r$1/go;		# new->old registers
    +	s/\bv([0-9])\.[12468]+[bsd]\b/q$1/go;	# new->old registers
    +	s/\/\/\s?/@ /o;				# new->old style commentary
    +
    +	# fix up remainig new-style suffixes
    +	s/\{q([0-9]+)\},\s*\[(.+)\],#8/sprintf "{d%d},[$2]!",2*$1/eo	or
    +	s/\],#[0-9]+/]!/o;
    +
    +	s/[v]?(aes\w+)\s+([qv].*)/unaes($1,$2)/geo	or
    +	s/cclr\s+([^,]+),\s*([a-z]+)/mov$2	$1,#0/o	or
    +	s/vtbl\.8\s+(.*)/unvtbl($1)/geo			or
    +	s/vdup\.32\s+(.*)/unvdup32($1)/geo		or
    +	s/vmov\.32\s+(.*)/unvmov32($1)/geo		or
    +	s/^(\s+)b\./$1b/o				or
    +	s/^(\s+)mov\./$1mov/o				or
    +	s/^(\s+)ret/$1bx\tlr/o;
    +
    +	print $_,"\n";
    +    }
    +}
    +
    +close STDOUT;
    diff --git a/openssl/crypto/aes/asm/bsaes-armv7.pl b/openssl/crypto/aes/asm/bsaes-armv7.pl
    new file mode 100755
    index 000000000..fcc81d1a4
    --- /dev/null
    +++ b/openssl/crypto/aes/asm/bsaes-armv7.pl
    @@ -0,0 +1,2469 @@
    +#!/usr/bin/env perl
    +
    +# ====================================================================
    +# Written by Andy Polyakov  for the OpenSSL
    +# project. The module is, however, dual licensed under OpenSSL and
    +# CRYPTOGAMS licenses depending on where you obtain it. For further
    +# details see http://www.openssl.org/~appro/cryptogams/.
    +#
    +# Specific modes and adaptation for Linux kernel by Ard Biesheuvel
    +# . Permission to use under GPL terms is
    +# granted.
    +# ====================================================================
    +
    +# Bit-sliced AES for ARM NEON
    +#
    +# February 2012.
    +#
    +# This implementation is direct adaptation of bsaes-x86_64 module for
    +# ARM NEON. Except that this module is endian-neutral [in sense that
    +# it can be compiled for either endianness] by courtesy of vld1.8's
    +# neutrality. Initial version doesn't implement interface to OpenSSL,
    +# only low-level primitives and unsupported entry points, just enough
    +# to collect performance results, which for Cortex-A8 core are:
    +#
    +# encrypt	19.5 cycles per byte processed with 128-bit key
    +# decrypt	22.1 cycles per byte processed with 128-bit key
    +# key conv.	440  cycles per 128-bit key/0.18 of 8x block
    +#
    +# Snapdragon S4 encrypts byte in 17.6 cycles and decrypts in 19.7,
    +# which is [much] worse than anticipated (for further details see
    +# http://www.openssl.org/~appro/Snapdragon-S4.html).
    +#
    +# Cortex-A15 manages in 14.2/16.1 cycles [when integer-only code
    +# manages in 20.0 cycles].
    +#
    +# When comparing to x86_64 results keep in mind that NEON unit is
    +# [mostly] single-issue and thus can't [fully] benefit from
    +# instruction-level parallelism. And when comparing to aes-armv4
    +# results keep in mind key schedule conversion overhead (see
    +# bsaes-x86_64.pl for further details)...
    +#
    +#						
    +
    +# April-August 2013
    +#
    +# Add CBC, CTR and XTS subroutines, adapt for kernel use.
    +#
    +#					
    +
    +while (($output=shift) && ($output!~/^\w[\w\-]*\.\w+$/)) {}
    +open STDOUT,">$output";
    +
    +my ($inp,$out,$len,$key)=("r0","r1","r2","r3");
    +my @XMM=map("q$_",(0..15));
    +
    +{
    +my ($key,$rounds,$const)=("r4","r5","r6");
    +
    +sub Dlo()   { shift=~m|q([1]?[0-9])|?"d".($1*2):"";     }
    +sub Dhi()   { shift=~m|q([1]?[0-9])|?"d".($1*2+1):"";   }
    +
    +sub Sbox {
    +# input in  lsb > [b0, b1, b2, b3, b4, b5, b6, b7] < msb
    +# output in lsb > [b0, b1, b4, b6, b3, b7, b2, b5] < msb
    +my @b=@_[0..7];
    +my @t=@_[8..11];
    +my @s=@_[12..15];
    +	&InBasisChange	(@b);
    +	&Inv_GF256	(@b[6,5,0,3,7,1,4,2],@t,@s);
    +	&OutBasisChange	(@b[7,1,4,2,6,5,0,3]);
    +}
    +
    +sub InBasisChange {
    +# input in  lsb > [b0, b1, b2, b3, b4, b5, b6, b7] < msb
    +# output in lsb > [b6, b5, b0, b3, b7, b1, b4, b2] < msb 
    +my @b=@_[0..7];
    +$code.=<<___;
    +	veor	@b[2], @b[2], @b[1]
    +	veor	@b[5], @b[5], @b[6]
    +	veor	@b[3], @b[3], @b[0]
    +	veor	@b[6], @b[6], @b[2]
    +	veor	@b[5], @b[5], @b[0]
    +
    +	veor	@b[6], @b[6], @b[3]
    +	veor	@b[3], @b[3], @b[7]
    +	veor	@b[7], @b[7], @b[5]
    +	veor	@b[3], @b[3], @b[4]
    +	veor	@b[4], @b[4], @b[5]
    +
    +	veor	@b[2], @b[2], @b[7]
    +	veor	@b[3], @b[3], @b[1]
    +	veor	@b[1], @b[1], @b[5]
    +___
    +}
    +
    +sub OutBasisChange {
    +# input in  lsb > [b0, b1, b2, b3, b4, b5, b6, b7] < msb
    +# output in lsb > [b6, b1, b2, b4, b7, b0, b3, b5] < msb
    +my @b=@_[0..7];
    +$code.=<<___;
    +	veor	@b[0], @b[0], @b[6]
    +	veor	@b[1], @b[1], @b[4]
    +	veor	@b[4], @b[4], @b[6]
    +	veor	@b[2], @b[2], @b[0]
    +	veor	@b[6], @b[6], @b[1]
    +
    +	veor	@b[1], @b[1], @b[5]
    +	veor	@b[5], @b[5], @b[3]
    +	veor	@b[3], @b[3], @b[7]
    +	veor	@b[7], @b[7], @b[5]
    +	veor	@b[2], @b[2], @b[5]
    +
    +	veor	@b[4], @b[4], @b[7]
    +___
    +}
    +
    +sub InvSbox {
    +# input in lsb 	> [b0, b1, b2, b3, b4, b5, b6, b7] < msb
    +# output in lsb	> [b0, b1, b6, b4, b2, b7, b3, b5] < msb
    +my @b=@_[0..7];
    +my @t=@_[8..11];
    +my @s=@_[12..15];
    +	&InvInBasisChange	(@b);
    +	&Inv_GF256		(@b[5,1,2,6,3,7,0,4],@t,@s);
    +	&InvOutBasisChange	(@b[3,7,0,4,5,1,2,6]);
    +}
    +
    +sub InvInBasisChange {		# OutBasisChange in reverse (with twist)
    +my @b=@_[5,1,2,6,3,7,0,4];
    +$code.=<<___
    +	 veor	@b[1], @b[1], @b[7]
    +	veor	@b[4], @b[4], @b[7]
    +
    +	veor	@b[7], @b[7], @b[5]
    +	 veor	@b[1], @b[1], @b[3]
    +	veor	@b[2], @b[2], @b[5]
    +	veor	@b[3], @b[3], @b[7]
    +
    +	veor	@b[6], @b[6], @b[1]
    +	veor	@b[2], @b[2], @b[0]
    +	 veor	@b[5], @b[5], @b[3]
    +	veor	@b[4], @b[4], @b[6]
    +	veor	@b[0], @b[0], @b[6]
    +	veor	@b[1], @b[1], @b[4]
    +___
    +}
    +
    +sub InvOutBasisChange {		# InBasisChange in reverse
    +my @b=@_[2,5,7,3,6,1,0,4];
    +$code.=<<___;
    +	veor	@b[1], @b[1], @b[5]
    +	veor	@b[2], @b[2], @b[7]
    +
    +	veor	@b[3], @b[3], @b[1]
    +	veor	@b[4], @b[4], @b[5]
    +	veor	@b[7], @b[7], @b[5]
    +	veor	@b[3], @b[3], @b[4]
    +	 veor 	@b[5], @b[5], @b[0]
    +	veor	@b[3], @b[3], @b[7]
    +	 veor	@b[6], @b[6], @b[2]
    +	 veor	@b[2], @b[2], @b[1]
    +	veor	@b[6], @b[6], @b[3]
    +
    +	veor	@b[3], @b[3], @b[0]
    +	veor	@b[5], @b[5], @b[6]
    +___
    +}
    +
    +sub Mul_GF4 {
    +#;*************************************************************
    +#;* Mul_GF4: Input x0-x1,y0-y1 Output x0-x1 Temp t0 (8) *
    +#;*************************************************************
    +my ($x0,$x1,$y0,$y1,$t0,$t1)=@_;
    +$code.=<<___;
    +	veor 	$t0, $y0, $y1
    +	vand	$t0, $t0, $x0
    +	veor	$x0, $x0, $x1
    +	vand	$t1, $x1, $y0
    +	vand	$x0, $x0, $y1
    +	veor	$x1, $t1, $t0
    +	veor	$x0, $x0, $t1
    +___
    +}
    +
    +sub Mul_GF4_N {				# not used, see next subroutine
    +# multiply and scale by N
    +my ($x0,$x1,$y0,$y1,$t0)=@_;
    +$code.=<<___;
    +	veor	$t0, $y0, $y1
    +	vand	$t0, $t0, $x0
    +	veor	$x0, $x0, $x1
    +	vand	$x1, $x1, $y0
    +	vand	$x0, $x0, $y1
    +	veor	$x1, $x1, $x0
    +	veor	$x0, $x0, $t0
    +___
    +}
    +
    +sub Mul_GF4_N_GF4 {
    +# interleaved Mul_GF4_N and Mul_GF4
    +my ($x0,$x1,$y0,$y1,$t0,
    +    $x2,$x3,$y2,$y3,$t1)=@_;
    +$code.=<<___;
    +	veor	$t0, $y0, $y1
    +	 veor 	$t1, $y2, $y3
    +	vand	$t0, $t0, $x0
    +	 vand	$t1, $t1, $x2
    +	veor	$x0, $x0, $x1
    +	 veor	$x2, $x2, $x3
    +	vand	$x1, $x1, $y0
    +	 vand	$x3, $x3, $y2
    +	vand	$x0, $x0, $y1
    +	 vand	$x2, $x2, $y3
    +	veor	$x1, $x1, $x0
    +	 veor	$x2, $x2, $x3
    +	veor	$x0, $x0, $t0
    +	 veor	$x3, $x3, $t1
    +___
    +}
    +sub Mul_GF16_2 {
    +my @x=@_[0..7];
    +my @y=@_[8..11];
    +my @t=@_[12..15];
    +$code.=<<___;
    +	veor	@t[0], @x[0], @x[2]
    +	veor	@t[1], @x[1], @x[3]
    +___
    +	&Mul_GF4  	(@x[0], @x[1], @y[0], @y[1], @t[2..3]);
    +$code.=<<___;
    +	veor	@y[0], @y[0], @y[2]
    +	veor	@y[1], @y[1], @y[3]
    +___
    +	Mul_GF4_N_GF4	(@t[0], @t[1], @y[0], @y[1], @t[3],
    +			 @x[2], @x[3], @y[2], @y[3], @t[2]);
    +$code.=<<___;
    +	veor	@x[0], @x[0], @t[0]
    +	veor	@x[2], @x[2], @t[0]
    +	veor	@x[1], @x[1], @t[1]
    +	veor	@x[3], @x[3], @t[1]
    +
    +	veor	@t[0], @x[4], @x[6]
    +	veor	@t[1], @x[5], @x[7]
    +___
    +	&Mul_GF4_N_GF4	(@t[0], @t[1], @y[0], @y[1], @t[3],
    +			 @x[6], @x[7], @y[2], @y[3], @t[2]);
    +$code.=<<___;
    +	veor	@y[0], @y[0], @y[2]
    +	veor	@y[1], @y[1], @y[3]
    +___
    +	&Mul_GF4  	(@x[4], @x[5], @y[0], @y[1], @t[2..3]);
    +$code.=<<___;
    +	veor	@x[4], @x[4], @t[0]
    +	veor	@x[6], @x[6], @t[0]
    +	veor	@x[5], @x[5], @t[1]
    +	veor	@x[7], @x[7], @t[1]
    +___
    +}
    +sub Inv_GF256 {
    +#;********************************************************************
    +#;* Inv_GF256: Input x0-x7 Output x0-x7 Temp t0-t3,s0-s3 (144)       *
    +#;********************************************************************
    +my @x=@_[0..7];
    +my @t=@_[8..11];
    +my @s=@_[12..15];
    +# direct optimizations from hardware
    +$code.=<<___;
    +	veor	@t[3], @x[4], @x[6]
    +	veor	@t[2], @x[5], @x[7]
    +	veor	@t[1], @x[1], @x[3]
    +	veor	@s[1], @x[7], @x[6]
    +	 vmov	@t[0], @t[2]
    +	veor	@s[0], @x[0], @x[2]
    +
    +	vorr	@t[2], @t[2], @t[1]
    +	veor	@s[3], @t[3], @t[0]
    +	vand	@s[2], @t[3], @s[0]
    +	vorr	@t[3], @t[3], @s[0]
    +	veor	@s[0], @s[0], @t[1]
    +	vand	@t[0], @t[0], @t[1]
    +	veor	@t[1], @x[3], @x[2]
    +	vand	@s[3], @s[3], @s[0]
    +	vand	@s[1], @s[1], @t[1]
    +	veor	@t[1], @x[4], @x[5]
    +	veor	@s[0], @x[1], @x[0]
    +	veor	@t[3], @t[3], @s[1]
    +	veor	@t[2], @t[2], @s[1]
    +	vand	@s[1], @t[1], @s[0]
    +	vorr	@t[1], @t[1], @s[0]
    +	veor	@t[3], @t[3], @s[3]
    +	veor	@t[0], @t[0], @s[1]
    +	veor	@t[2], @t[2], @s[2]
    +	veor	@t[1], @t[1], @s[3]
    +	veor	@t[0], @t[0], @s[2]
    +	vand	@s[0], @x[7], @x[3]
    +	veor	@t[1], @t[1], @s[2]
    +	vand	@s[1], @x[6], @x[2]
    +	vand	@s[2], @x[5], @x[1]
    +	vorr	@s[3], @x[4], @x[0]
    +	veor	@t[3], @t[3], @s[0]
    +	veor	@t[1], @t[1], @s[2]
    +	veor	@t[0], @t[0], @s[3]
    +	veor	@t[2], @t[2], @s[1]
    +
    +	@ Inv_GF16 \t0, \t1, \t2, \t3, \s0, \s1, \s2, \s3
    +
    +	@ new smaller inversion
    +
    +	vand	@s[2], @t[3], @t[1]
    +	vmov	@s[0], @t[0]
    +
    +	veor	@s[1], @t[2], @s[2]
    +	veor	@s[3], @t[0], @s[2]
    +	veor	@s[2], @t[0], @s[2]	@ @s[2]=@s[3]
    +
    +	vbsl	@s[1], @t[1], @t[0]
    +	vbsl	@s[3], @t[3], @t[2]
    +	veor	@t[3], @t[3], @t[2]
    +
    +	vbsl	@s[0], @s[1], @s[2]
    +	vbsl	@t[0], @s[2], @s[1]
    +
    +	vand	@s[2], @s[0], @s[3]
    +	veor	@t[1], @t[1], @t[0]
    +
    +	veor	@s[2], @s[2], @t[3]
    +___
    +# output in s3, s2, s1, t1
    +
    +# Mul_GF16_2 \x0, \x1, \x2, \x3, \x4, \x5, \x6, \x7, \t2, \t3, \t0, \t1, \s0, \s1, \s2, \s3
    +
    +# Mul_GF16_2 \x0, \x1, \x2, \x3, \x4, \x5, \x6, \x7, \s3, \s2, \s1, \t1, \s0, \t0, \t2, \t3
    +	&Mul_GF16_2(@x,@s[3,2,1],@t[1],@s[0],@t[0,2,3]);
    +
    +### output msb > [x3,x2,x1,x0,x7,x6,x5,x4] < lsb
    +}
    +
    +# AES linear components
    +
    +sub ShiftRows {
    +my @x=@_[0..7];
    +my @t=@_[8..11];
    +my $mask=pop;
    +$code.=<<___;
    +	vldmia	$key!, {@t[0]-@t[3]}
    +	veor	@t[0], @t[0], @x[0]
    +	veor	@t[1], @t[1], @x[1]
    +	vtbl.8	`&Dlo(@x[0])`, {@t[0]}, `&Dlo($mask)`
    +	vtbl.8	`&Dhi(@x[0])`, {@t[0]}, `&Dhi($mask)`
    +	vldmia	$key!, {@t[0]}
    +	veor	@t[2], @t[2], @x[2]
    +	vtbl.8	`&Dlo(@x[1])`, {@t[1]}, `&Dlo($mask)`
    +	vtbl.8	`&Dhi(@x[1])`, {@t[1]}, `&Dhi($mask)`
    +	vldmia	$key!, {@t[1]}
    +	veor	@t[3], @t[3], @x[3]
    +	vtbl.8	`&Dlo(@x[2])`, {@t[2]}, `&Dlo($mask)`
    +	vtbl.8	`&Dhi(@x[2])`, {@t[2]}, `&Dhi($mask)`
    +	vldmia	$key!, {@t[2]}
    +	vtbl.8	`&Dlo(@x[3])`, {@t[3]}, `&Dlo($mask)`
    +	vtbl.8	`&Dhi(@x[3])`, {@t[3]}, `&Dhi($mask)`
    +	vldmia	$key!, {@t[3]}
    +	veor	@t[0], @t[0], @x[4]
    +	veor	@t[1], @t[1], @x[5]
    +	vtbl.8	`&Dlo(@x[4])`, {@t[0]}, `&Dlo($mask)`
    +	vtbl.8	`&Dhi(@x[4])`, {@t[0]}, `&Dhi($mask)`
    +	veor	@t[2], @t[2], @x[6]
    +	vtbl.8	`&Dlo(@x[5])`, {@t[1]}, `&Dlo($mask)`
    +	vtbl.8	`&Dhi(@x[5])`, {@t[1]}, `&Dhi($mask)`
    +	veor	@t[3], @t[3], @x[7]
    +	vtbl.8	`&Dlo(@x[6])`, {@t[2]}, `&Dlo($mask)`
    +	vtbl.8	`&Dhi(@x[6])`, {@t[2]}, `&Dhi($mask)`
    +	vtbl.8	`&Dlo(@x[7])`, {@t[3]}, `&Dlo($mask)`
    +	vtbl.8	`&Dhi(@x[7])`, {@t[3]}, `&Dhi($mask)`
    +___
    +}
    +
    +sub MixColumns {
    +# modified to emit output in order suitable for feeding back to aesenc[last]
    +my @x=@_[0..7];
    +my @t=@_[8..15];
    +my $inv=@_[16];	# optional
    +$code.=<<___;
    +	vext.8	@t[0], @x[0], @x[0], #12	@ x0 <<< 32
    +	vext.8	@t[1], @x[1], @x[1], #12
    +	 veor	@x[0], @x[0], @t[0]		@ x0 ^ (x0 <<< 32)
    +	vext.8	@t[2], @x[2], @x[2], #12
    +	 veor	@x[1], @x[1], @t[1]
    +	vext.8	@t[3], @x[3], @x[3], #12
    +	 veor	@x[2], @x[2], @t[2]
    +	vext.8	@t[4], @x[4], @x[4], #12
    +	 veor	@x[3], @x[3], @t[3]
    +	vext.8	@t[5], @x[5], @x[5], #12
    +	 veor	@x[4], @x[4], @t[4]
    +	vext.8	@t[6], @x[6], @x[6], #12
    +	 veor	@x[5], @x[5], @t[5]
    +	vext.8	@t[7], @x[7], @x[7], #12
    +	 veor	@x[6], @x[6], @t[6]
    +
    +	veor	@t[1], @t[1], @x[0]
    +	 veor	@x[7], @x[7], @t[7]
    +	 vext.8	@x[0], @x[0], @x[0], #8		@ (x0 ^ (x0 <<< 32)) <<< 64)
    +	veor	@t[2], @t[2], @x[1]
    +	veor	@t[0], @t[0], @x[7]
    +	veor	@t[1], @t[1], @x[7]
    +	 vext.8	@x[1], @x[1], @x[1], #8
    +	veor	@t[5], @t[5], @x[4]
    +	 veor	@x[0], @x[0], @t[0]
    +	veor	@t[6], @t[6], @x[5]
    +	 veor	@x[1], @x[1], @t[1]
    +	 vext.8	@t[0], @x[4], @x[4], #8
    +	veor	@t[4], @t[4], @x[3]
    +	 vext.8	@t[1], @x[5], @x[5], #8
    +	veor	@t[7], @t[7], @x[6]
    +	 vext.8	@x[4], @x[3], @x[3], #8
    +	veor	@t[3], @t[3], @x[2]
    +	 vext.8	@x[5], @x[7], @x[7], #8
    +	veor	@t[4], @t[4], @x[7]
    +	 vext.8	@x[3], @x[6], @x[6], #8
    +	veor	@t[3], @t[3], @x[7]
    +	 vext.8	@x[6], @x[2], @x[2], #8
    +	veor	@x[7], @t[1], @t[5]
    +___
    +$code.=<<___ if (!$inv);
    +	veor	@x[2], @t[0], @t[4]
    +	veor	@x[4], @x[4], @t[3]
    +	veor	@x[5], @x[5], @t[7]
    +	veor	@x[3], @x[3], @t[6]
    +	 @ vmov	@x[2], @t[0]
    +	veor	@x[6], @x[6], @t[2]
    +	 @ vmov	@x[7], @t[1]
    +___
    +$code.=<<___ if ($inv);
    +	veor	@t[3], @t[3], @x[4]
    +	veor	@x[5], @x[5], @t[7]
    +	veor	@x[2], @x[3], @t[6]
    +	veor	@x[3], @t[0], @t[4]
    +	veor	@x[4], @x[6], @t[2]
    +	vmov	@x[6], @t[3]
    +	 @ vmov	@x[7], @t[1]
    +___
    +}
    +
    +sub InvMixColumns_orig {
    +my @x=@_[0..7];
    +my @t=@_[8..15];
    +
    +$code.=<<___;
    +	@ multiplication by 0x0e
    +	vext.8	@t[7], @x[7], @x[7], #12
    +	vmov	@t[2], @x[2]
    +	veor	@x[2], @x[2], @x[5]		@ 2 5
    +	veor	@x[7], @x[7], @x[5]		@ 7 5
    +	vext.8	@t[0], @x[0], @x[0], #12
    +	vmov	@t[5], @x[5]
    +	veor	@x[5], @x[5], @x[0]		@ 5 0		[1]
    +	veor	@x[0], @x[0], @x[1]		@ 0 1
    +	vext.8	@t[1], @x[1], @x[1], #12
    +	veor	@x[1], @x[1], @x[2]		@ 1 25
    +	veor	@x[0], @x[0], @x[6]		@ 01 6		[2]
    +	vext.8	@t[3], @x[3], @x[3], #12
    +	veor	@x[1], @x[1], @x[3]		@ 125 3		[4]
    +	veor	@x[2], @x[2], @x[0]		@ 25 016	[3]
    +	veor	@x[3], @x[3], @x[7]		@ 3 75
    +	veor	@x[7], @x[7], @x[6]		@ 75 6		[0]
    +	vext.8	@t[6], @x[6], @x[6], #12
    +	vmov	@t[4], @x[4]
    +	veor	@x[6], @x[6], @x[4]		@ 6 4
    +	veor	@x[4], @x[4], @x[3]		@ 4 375		[6]
    +	veor	@x[3], @x[3], @x[7]		@ 375 756=36
    +	veor	@x[6], @x[6], @t[5]		@ 64 5		[7]
    +	veor	@x[3], @x[3], @t[2]		@ 36 2
    +	vext.8	@t[5], @t[5], @t[5], #12
    +	veor	@x[3], @x[3], @t[4]		@ 362 4		[5]
    +___
    +					my @y = @x[7,5,0,2,1,3,4,6];
    +$code.=<<___;
    +	@ multiplication by 0x0b
    +	veor	@y[1], @y[1], @y[0]
    +	veor	@y[0], @y[0], @t[0]
    +	vext.8	@t[2], @t[2], @t[2], #12
    +	veor	@y[1], @y[1], @t[1]
    +	veor	@y[0], @y[0], @t[5]
    +	vext.8	@t[4], @t[4], @t[4], #12
    +	veor	@y[1], @y[1], @t[6]
    +	veor	@y[0], @y[0], @t[7]
    +	veor	@t[7], @t[7], @t[6]		@ clobber t[7]
    +
    +	veor	@y[3], @y[3], @t[0]
    +	 veor	@y[1], @y[1], @y[0]
    +	vext.8	@t[0], @t[0], @t[0], #12
    +	veor	@y[2], @y[2], @t[1]
    +	veor	@y[4], @y[4], @t[1]
    +	vext.8	@t[1], @t[1], @t[1], #12
    +	veor	@y[2], @y[2], @t[2]
    +	veor	@y[3], @y[3], @t[2]
    +	veor	@y[5], @y[5], @t[2]
    +	veor	@y[2], @y[2], @t[7]
    +	vext.8	@t[2], @t[2], @t[2], #12
    +	veor	@y[3], @y[3], @t[3]
    +	veor	@y[6], @y[6], @t[3]
    +	veor	@y[4], @y[4], @t[3]
    +	veor	@y[7], @y[7], @t[4]
    +	vext.8	@t[3], @t[3], @t[3], #12
    +	veor	@y[5], @y[5], @t[4]
    +	veor	@y[7], @y[7], @t[7]
    +	veor	@t[7], @t[7], @t[5]		@ clobber t[7] even more
    +	veor	@y[3], @y[3], @t[5]
    +	veor	@y[4], @y[4], @t[4]
    +
    +	veor	@y[5], @y[5], @t[7]
    +	vext.8	@t[4], @t[4], @t[4], #12
    +	veor	@y[6], @y[6], @t[7]
    +	veor	@y[4], @y[4], @t[7]
    +
    +	veor	@t[7], @t[7], @t[5]
    +	vext.8	@t[5], @t[5], @t[5], #12
    +
    +	@ multiplication by 0x0d
    +	veor	@y[4], @y[4], @y[7]
    +	 veor	@t[7], @t[7], @t[6]		@ restore t[7]
    +	veor	@y[7], @y[7], @t[4]
    +	vext.8	@t[6], @t[6], @t[6], #12
    +	veor	@y[2], @y[2], @t[0]
    +	veor	@y[7], @y[7], @t[5]
    +	vext.8	@t[7], @t[7], @t[7], #12
    +	veor	@y[2], @y[2], @t[2]
    +
    +	veor	@y[3], @y[3], @y[1]
    +	veor	@y[1], @y[1], @t[1]
    +	veor	@y[0], @y[0], @t[0]
    +	veor	@y[3], @y[3], @t[0]
    +	veor	@y[1], @y[1], @t[5]
    +	veor	@y[0], @y[0], @t[5]
    +	vext.8	@t[0], @t[0], @t[0], #12
    +	veor	@y[1], @y[1], @t[7]
    +	veor	@y[0], @y[0], @t[6]
    +	veor	@y[3], @y[3], @y[1]
    +	veor	@y[4], @y[4], @t[1]
    +	vext.8	@t[1], @t[1], @t[1], #12
    +
    +	veor	@y[7], @y[7], @t[7]
    +	veor	@y[4], @y[4], @t[2]
    +	veor	@y[5], @y[5], @t[2]
    +	veor	@y[2], @y[2], @t[6]
    +	veor	@t[6], @t[6], @t[3]		@ clobber t[6]
    +	vext.8	@t[2], @t[2], @t[2], #12
    +	veor	@y[4], @y[4], @y[7]
    +	veor	@y[3], @y[3], @t[6]
    +
    +	veor	@y[6], @y[6], @t[6]
    +	veor	@y[5], @y[5], @t[5]
    +	vext.8	@t[5], @t[5], @t[5], #12
    +	veor	@y[6], @y[6], @t[4]
    +	vext.8	@t[4], @t[4], @t[4], #12
    +	veor	@y[5], @y[5], @t[6]
    +	veor	@y[6], @y[6], @t[7]
    +	vext.8	@t[7], @t[7], @t[7], #12
    +	veor	@t[6], @t[6], @t[3]		@ restore t[6]
    +	vext.8	@t[3], @t[3], @t[3], #12
    +
    +	@ multiplication by 0x09
    +	veor	@y[4], @y[4], @y[1]
    +	veor	@t[1], @t[1], @y[1]		@ t[1]=y[1]
    +	veor	@t[0], @t[0], @t[5]		@ clobber t[0]
    +	vext.8	@t[6], @t[6], @t[6], #12
    +	veor	@t[1], @t[1], @t[5]
    +	veor	@y[3], @y[3], @t[0]
    +	veor	@t[0], @t[0], @y[0]		@ t[0]=y[0]
    +	veor	@t[1], @t[1], @t[6]
    +	veor	@t[6], @t[6], @t[7]		@ clobber t[6]
    +	veor	@y[4], @y[4], @t[1]
    +	veor	@y[7], @y[7], @t[4]
    +	veor	@y[6], @y[6], @t[3]
    +	veor	@y[5], @y[5], @t[2]
    +	veor	@t[4], @t[4], @y[4]		@ t[4]=y[4]
    +	veor	@t[3], @t[3], @y[3]		@ t[3]=y[3]
    +	veor	@t[5], @t[5], @y[5]		@ t[5]=y[5]
    +	veor	@t[2], @t[2], @y[2]		@ t[2]=y[2]
    +	veor	@t[3], @t[3], @t[7]
    +	veor	@XMM[5], @t[5], @t[6]
    +	veor	@XMM[6], @t[6], @y[6]		@ t[6]=y[6]
    +	veor	@XMM[2], @t[2], @t[6]
    +	veor	@XMM[7], @t[7], @y[7]		@ t[7]=y[7]
    +
    +	vmov	@XMM[0], @t[0]
    +	vmov	@XMM[1], @t[1]
    +	@ vmov	@XMM[2], @t[2]
    +	vmov	@XMM[3], @t[3]
    +	vmov	@XMM[4], @t[4]
    +	@ vmov	@XMM[5], @t[5]
    +	@ vmov	@XMM[6], @t[6]
    +	@ vmov	@XMM[7], @t[7]
    +___
    +}
    +
    +sub InvMixColumns {
    +my @x=@_[0..7];
    +my @t=@_[8..15];
    +
    +# Thanks to Jussi Kivilinna for providing pointer to
    +#
    +# | 0e 0b 0d 09 |   | 02 03 01 01 |   | 05 00 04 00 |
    +# | 09 0e 0b 0d | = | 01 02 03 01 | x | 00 05 00 04 |
    +# | 0d 09 0e 0b |   | 01 01 02 03 |   | 04 00 05 00 |
    +# | 0b 0d 09 0e |   | 03 01 01 02 |   | 00 04 00 05 |
    +
    +$code.=<<___;
    +	@ multiplication by 0x05-0x00-0x04-0x00
    +	vext.8	@t[0], @x[0], @x[0], #8
    +	vext.8	@t[6], @x[6], @x[6], #8
    +	vext.8	@t[7], @x[7], @x[7], #8
    +	veor	@t[0], @t[0], @x[0]
    +	vext.8	@t[1], @x[1], @x[1], #8
    +	veor	@t[6], @t[6], @x[6]
    +	vext.8	@t[2], @x[2], @x[2], #8
    +	veor	@t[7], @t[7], @x[7]
    +	vext.8	@t[3], @x[3], @x[3], #8
    +	veor	@t[1], @t[1], @x[1]
    +	vext.8	@t[4], @x[4], @x[4], #8
    +	veor	@t[2], @t[2], @x[2]
    +	vext.8	@t[5], @x[5], @x[5], #8
    +	veor	@t[3], @t[3], @x[3]
    +	veor	@t[4], @t[4], @x[4]
    +	veor	@t[5], @t[5], @x[5]
    +
    +	 veor	@x[0], @x[0], @t[6]
    +	 veor	@x[1], @x[1], @t[6]
    +	 veor	@x[2], @x[2], @t[0]
    +	 veor	@x[4], @x[4], @t[2]
    +	 veor	@x[3], @x[3], @t[1]
    +	 veor	@x[1], @x[1], @t[7]
    +	 veor	@x[2], @x[2], @t[7]
    +	 veor	@x[4], @x[4], @t[6]
    +	 veor	@x[5], @x[5], @t[3]
    +	 veor	@x[3], @x[3], @t[6]
    +	 veor	@x[6], @x[6], @t[4]
    +	 veor	@x[4], @x[4], @t[7]
    +	 veor	@x[5], @x[5], @t[7]
    +	 veor	@x[7], @x[7], @t[5]
    +___
    +	&MixColumns	(@x,@t,1);	# flipped 2<->3 and 4<->6
    +}
    +
    +sub swapmove {
    +my ($a,$b,$n,$mask,$t)=@_;
    +$code.=<<___;
    +	vshr.u64	$t, $b, #$n
    +	veor		$t, $t, $a
    +	vand		$t, $t, $mask
    +	veor		$a, $a, $t
    +	vshl.u64	$t, $t, #$n
    +	veor		$b, $b, $t
    +___
    +}
    +sub swapmove2x {
    +my ($a0,$b0,$a1,$b1,$n,$mask,$t0,$t1)=@_;
    +$code.=<<___;
    +	vshr.u64	$t0, $b0, #$n
    +	 vshr.u64	$t1, $b1, #$n
    +	veor		$t0, $t0, $a0
    +	 veor		$t1, $t1, $a1
    +	vand		$t0, $t0, $mask
    +	 vand		$t1, $t1, $mask
    +	veor		$a0, $a0, $t0
    +	vshl.u64	$t0, $t0, #$n
    +	 veor		$a1, $a1, $t1
    +	 vshl.u64	$t1, $t1, #$n
    +	veor		$b0, $b0, $t0
    +	 veor		$b1, $b1, $t1
    +___
    +}
    +
    +sub bitslice {
    +my @x=reverse(@_[0..7]);
    +my ($t0,$t1,$t2,$t3)=@_[8..11];
    +$code.=<<___;
    +	vmov.i8	$t0,#0x55			@ compose .LBS0
    +	vmov.i8	$t1,#0x33			@ compose .LBS1
    +___
    +	&swapmove2x(@x[0,1,2,3],1,$t0,$t2,$t3);
    +	&swapmove2x(@x[4,5,6,7],1,$t0,$t2,$t3);
    +$code.=<<___;
    +	vmov.i8	$t0,#0x0f			@ compose .LBS2
    +___
    +	&swapmove2x(@x[0,2,1,3],2,$t1,$t2,$t3);
    +	&swapmove2x(@x[4,6,5,7],2,$t1,$t2,$t3);
    +
    +	&swapmove2x(@x[0,4,1,5],4,$t0,$t2,$t3);
    +	&swapmove2x(@x[2,6,3,7],4,$t0,$t2,$t3);
    +}
    +
    +$code.=<<___;
    +#ifndef __KERNEL__
    +# include "arm_arch.h"
    +
    +# define VFP_ABI_PUSH	vstmdb	sp!,{d8-d15}
    +# define VFP_ABI_POP	vldmia	sp!,{d8-d15}
    +# define VFP_ABI_FRAME	0x40
    +#else
    +# define VFP_ABI_PUSH
    +# define VFP_ABI_POP
    +# define VFP_ABI_FRAME	0
    +# define BSAES_ASM_EXTENDED_KEY
    +# define XTS_CHAIN_TWEAK
    +# define __ARM_ARCH__ __LINUX_ARM_ARCH__
    +# define __ARM_MAX_ARCH__ __LINUX_ARM_ARCH__
    +#endif
    +
    +#ifdef __thumb__
    +# define adrl adr
    +#endif
    +
    +#if __ARM_MAX_ARCH__>=7
    +.arch	armv7-a
    +.fpu	neon
    +
    +.text
    +.syntax	unified 	@ ARMv7-capable assembler is expected to handle this
    +#ifdef __thumb2__
    +.thumb
    +#else
    +.code   32
    +#endif
    +
    +.type	_bsaes_decrypt8,%function
    +.align	4
    +_bsaes_decrypt8:
    +	adr	$const,_bsaes_decrypt8
    +	vldmia	$key!, {@XMM[9]}		@ round 0 key
    +	add	$const,$const,#.LM0ISR-_bsaes_decrypt8
    +
    +	vldmia	$const!, {@XMM[8]}		@ .LM0ISR
    +	veor	@XMM[10], @XMM[0], @XMM[9]	@ xor with round0 key
    +	veor	@XMM[11], @XMM[1], @XMM[9]
    +	 vtbl.8	`&Dlo(@XMM[0])`, {@XMM[10]}, `&Dlo(@XMM[8])`
    +	 vtbl.8	`&Dhi(@XMM[0])`, {@XMM[10]}, `&Dhi(@XMM[8])`
    +	veor	@XMM[12], @XMM[2], @XMM[9]
    +	 vtbl.8	`&Dlo(@XMM[1])`, {@XMM[11]}, `&Dlo(@XMM[8])`
    +	 vtbl.8	`&Dhi(@XMM[1])`, {@XMM[11]}, `&Dhi(@XMM[8])`
    +	veor	@XMM[13], @XMM[3], @XMM[9]
    +	 vtbl.8	`&Dlo(@XMM[2])`, {@XMM[12]}, `&Dlo(@XMM[8])`
    +	 vtbl.8	`&Dhi(@XMM[2])`, {@XMM[12]}, `&Dhi(@XMM[8])`
    +	veor	@XMM[14], @XMM[4], @XMM[9]
    +	 vtbl.8	`&Dlo(@XMM[3])`, {@XMM[13]}, `&Dlo(@XMM[8])`
    +	 vtbl.8	`&Dhi(@XMM[3])`, {@XMM[13]}, `&Dhi(@XMM[8])`
    +	veor	@XMM[15], @XMM[5], @XMM[9]
    +	 vtbl.8	`&Dlo(@XMM[4])`, {@XMM[14]}, `&Dlo(@XMM[8])`
    +	 vtbl.8	`&Dhi(@XMM[4])`, {@XMM[14]}, `&Dhi(@XMM[8])`
    +	veor	@XMM[10], @XMM[6], @XMM[9]
    +	 vtbl.8	`&Dlo(@XMM[5])`, {@XMM[15]}, `&Dlo(@XMM[8])`
    +	 vtbl.8	`&Dhi(@XMM[5])`, {@XMM[15]}, `&Dhi(@XMM[8])`
    +	veor	@XMM[11], @XMM[7], @XMM[9]
    +	 vtbl.8	`&Dlo(@XMM[6])`, {@XMM[10]}, `&Dlo(@XMM[8])`
    +	 vtbl.8	`&Dhi(@XMM[6])`, {@XMM[10]}, `&Dhi(@XMM[8])`
    +	 vtbl.8	`&Dlo(@XMM[7])`, {@XMM[11]}, `&Dlo(@XMM[8])`
    +	 vtbl.8	`&Dhi(@XMM[7])`, {@XMM[11]}, `&Dhi(@XMM[8])`
    +___
    +	&bitslice	(@XMM[0..7, 8..11]);
    +$code.=<<___;
    +	sub	$rounds,$rounds,#1
    +	b	.Ldec_sbox
    +.align	4
    +.Ldec_loop:
    +___
    +	&ShiftRows	(@XMM[0..7, 8..12]);
    +$code.=".Ldec_sbox:\n";
    +	&InvSbox	(@XMM[0..7, 8..15]);
    +$code.=<<___;
    +	subs	$rounds,$rounds,#1
    +	bcc	.Ldec_done
    +___
    +	&InvMixColumns	(@XMM[0,1,6,4,2,7,3,5, 8..15]);
    +$code.=<<___;
    +	vldmia	$const, {@XMM[12]}		@ .LISR
    +	ite	eq				@ Thumb2 thing, sanity check in ARM
    +	addeq	$const,$const,#0x10
    +	bne	.Ldec_loop
    +	vldmia	$const, {@XMM[12]}		@ .LISRM0
    +	b	.Ldec_loop
    +.align	4
    +.Ldec_done:
    +___
    +	&bitslice	(@XMM[0,1,6,4,2,7,3,5, 8..11]);
    +$code.=<<___;
    +	vldmia	$key, {@XMM[8]}			@ last round key
    +	veor	@XMM[6], @XMM[6], @XMM[8]
    +	veor	@XMM[4], @XMM[4], @XMM[8]
    +	veor	@XMM[2], @XMM[2], @XMM[8]
    +	veor	@XMM[7], @XMM[7], @XMM[8]
    +	veor	@XMM[3], @XMM[3], @XMM[8]
    +	veor	@XMM[5], @XMM[5], @XMM[8]
    +	veor	@XMM[0], @XMM[0], @XMM[8]
    +	veor	@XMM[1], @XMM[1], @XMM[8]
    +	bx	lr
    +.size	_bsaes_decrypt8,.-_bsaes_decrypt8
    +
    +.type	_bsaes_const,%object
    +.align	6
    +_bsaes_const:
    +.LM0ISR:	@ InvShiftRows constants
    +	.quad	0x0a0e0206070b0f03, 0x0004080c0d010509
    +.LISR:
    +	.quad	0x0504070602010003, 0x0f0e0d0c080b0a09
    +.LISRM0:
    +	.quad	0x01040b0e0205080f, 0x0306090c00070a0d
    +.LM0SR:		@ ShiftRows constants
    +	.quad	0x0a0e02060f03070b, 0x0004080c05090d01
    +.LSR:
    +	.quad	0x0504070600030201, 0x0f0e0d0c0a09080b
    +.LSRM0:
    +	.quad	0x0304090e00050a0f, 0x01060b0c0207080d
    +.LM0:
    +	.quad	0x02060a0e03070b0f, 0x0004080c0105090d
    +.LREVM0SR:
    +	.quad	0x090d01050c000408, 0x03070b0f060a0e02
    +.asciz	"Bit-sliced AES for NEON, CRYPTOGAMS by "
    +.align	6
    +.size	_bsaes_const,.-_bsaes_const
    +
    +.type	_bsaes_encrypt8,%function
    +.align	4
    +_bsaes_encrypt8:
    +	adr	$const,_bsaes_encrypt8
    +	vldmia	$key!, {@XMM[9]}		@ round 0 key
    +	sub	$const,$const,#_bsaes_encrypt8-.LM0SR
    +
    +	vldmia	$const!, {@XMM[8]}		@ .LM0SR
    +_bsaes_encrypt8_alt:
    +	veor	@XMM[10], @XMM[0], @XMM[9]	@ xor with round0 key
    +	veor	@XMM[11], @XMM[1], @XMM[9]
    +	 vtbl.8	`&Dlo(@XMM[0])`, {@XMM[10]}, `&Dlo(@XMM[8])`
    +	 vtbl.8	`&Dhi(@XMM[0])`, {@XMM[10]}, `&Dhi(@XMM[8])`
    +	veor	@XMM[12], @XMM[2], @XMM[9]
    +	 vtbl.8	`&Dlo(@XMM[1])`, {@XMM[11]}, `&Dlo(@XMM[8])`
    +	 vtbl.8	`&Dhi(@XMM[1])`, {@XMM[11]}, `&Dhi(@XMM[8])`
    +	veor	@XMM[13], @XMM[3], @XMM[9]
    +	 vtbl.8	`&Dlo(@XMM[2])`, {@XMM[12]}, `&Dlo(@XMM[8])`
    +	 vtbl.8	`&Dhi(@XMM[2])`, {@XMM[12]}, `&Dhi(@XMM[8])`
    +	veor	@XMM[14], @XMM[4], @XMM[9]
    +	 vtbl.8	`&Dlo(@XMM[3])`, {@XMM[13]}, `&Dlo(@XMM[8])`
    +	 vtbl.8	`&Dhi(@XMM[3])`, {@XMM[13]}, `&Dhi(@XMM[8])`
    +	veor	@XMM[15], @XMM[5], @XMM[9]
    +	 vtbl.8	`&Dlo(@XMM[4])`, {@XMM[14]}, `&Dlo(@XMM[8])`
    +	 vtbl.8	`&Dhi(@XMM[4])`, {@XMM[14]}, `&Dhi(@XMM[8])`
    +	veor	@XMM[10], @XMM[6], @XMM[9]
    +	 vtbl.8	`&Dlo(@XMM[5])`, {@XMM[15]}, `&Dlo(@XMM[8])`
    +	 vtbl.8	`&Dhi(@XMM[5])`, {@XMM[15]}, `&Dhi(@XMM[8])`
    +	veor	@XMM[11], @XMM[7], @XMM[9]
    +	 vtbl.8	`&Dlo(@XMM[6])`, {@XMM[10]}, `&Dlo(@XMM[8])`
    +	 vtbl.8	`&Dhi(@XMM[6])`, {@XMM[10]}, `&Dhi(@XMM[8])`
    +	 vtbl.8	`&Dlo(@XMM[7])`, {@XMM[11]}, `&Dlo(@XMM[8])`
    +	 vtbl.8	`&Dhi(@XMM[7])`, {@XMM[11]}, `&Dhi(@XMM[8])`
    +_bsaes_encrypt8_bitslice:
    +___
    +	&bitslice	(@XMM[0..7, 8..11]);
    +$code.=<<___;
    +	sub	$rounds,$rounds,#1
    +	b	.Lenc_sbox
    +.align	4
    +.Lenc_loop:
    +___
    +	&ShiftRows	(@XMM[0..7, 8..12]);
    +$code.=".Lenc_sbox:\n";
    +	&Sbox		(@XMM[0..7, 8..15]);
    +$code.=<<___;
    +	subs	$rounds,$rounds,#1
    +	bcc	.Lenc_done
    +___
    +	&MixColumns	(@XMM[0,1,4,6,3,7,2,5, 8..15]);
    +$code.=<<___;
    +	vldmia	$const, {@XMM[12]}		@ .LSR
    +	ite	eq				@ Thumb2 thing, samity check in ARM
    +	addeq	$const,$const,#0x10
    +	bne	.Lenc_loop
    +	vldmia	$const, {@XMM[12]}		@ .LSRM0
    +	b	.Lenc_loop
    +.align	4
    +.Lenc_done:
    +___
    +	# output in lsb > [t0, t1, t4, t6, t3, t7, t2, t5] < msb
    +	&bitslice	(@XMM[0,1,4,6,3,7,2,5, 8..11]);
    +$code.=<<___;
    +	vldmia	$key, {@XMM[8]}			@ last round key
    +	veor	@XMM[4], @XMM[4], @XMM[8]
    +	veor	@XMM[6], @XMM[6], @XMM[8]
    +	veor	@XMM[3], @XMM[3], @XMM[8]
    +	veor	@XMM[7], @XMM[7], @XMM[8]
    +	veor	@XMM[2], @XMM[2], @XMM[8]
    +	veor	@XMM[5], @XMM[5], @XMM[8]
    +	veor	@XMM[0], @XMM[0], @XMM[8]
    +	veor	@XMM[1], @XMM[1], @XMM[8]
    +	bx	lr
    +.size	_bsaes_encrypt8,.-_bsaes_encrypt8
    +___
    +}
    +{
    +my ($out,$inp,$rounds,$const)=("r12","r4","r5","r6");
    +
    +sub bitslice_key {
    +my @x=reverse(@_[0..7]);
    +my ($bs0,$bs1,$bs2,$t2,$t3)=@_[8..12];
    +
    +	&swapmove	(@x[0,1],1,$bs0,$t2,$t3);
    +$code.=<<___;
    +	@ &swapmove(@x[2,3],1,$t0,$t2,$t3);
    +	vmov	@x[2], @x[0]
    +	vmov	@x[3], @x[1]
    +___
    +	#&swapmove2x(@x[4,5,6,7],1,$t0,$t2,$t3);
    +
    +	&swapmove2x	(@x[0,2,1,3],2,$bs1,$t2,$t3);
    +$code.=<<___;
    +	@ &swapmove2x(@x[4,6,5,7],2,$t1,$t2,$t3);
    +	vmov	@x[4], @x[0]
    +	vmov	@x[6], @x[2]
    +	vmov	@x[5], @x[1]
    +	vmov	@x[7], @x[3]
    +___
    +	&swapmove2x	(@x[0,4,1,5],4,$bs2,$t2,$t3);
    +	&swapmove2x	(@x[2,6,3,7],4,$bs2,$t2,$t3);
    +}
    +
    +$code.=<<___;
    +.type	_bsaes_key_convert,%function
    +.align	4
    +_bsaes_key_convert:
    +	adr	$const,_bsaes_key_convert
    +	vld1.8	{@XMM[7]},  [$inp]!		@ load round 0 key
    +	sub	$const,$const,#_bsaes_key_convert-.LM0
    +	vld1.8	{@XMM[15]}, [$inp]!		@ load round 1 key
    +
    +	vmov.i8	@XMM[8],  #0x01			@ bit masks
    +	vmov.i8	@XMM[9],  #0x02
    +	vmov.i8	@XMM[10], #0x04
    +	vmov.i8	@XMM[11], #0x08
    +	vmov.i8	@XMM[12], #0x10
    +	vmov.i8	@XMM[13], #0x20
    +	vldmia	$const, {@XMM[14]}		@ .LM0
    +
    +#ifdef __ARMEL__
    +	vrev32.8	@XMM[7],  @XMM[7]
    +	vrev32.8	@XMM[15], @XMM[15]
    +#endif
    +	sub	$rounds,$rounds,#1
    +	vstmia	$out!, {@XMM[7]}		@ save round 0 key
    +	b	.Lkey_loop
    +
    +.align	4
    +.Lkey_loop:
    +	vtbl.8	`&Dlo(@XMM[7])`,{@XMM[15]},`&Dlo(@XMM[14])`
    +	vtbl.8	`&Dhi(@XMM[7])`,{@XMM[15]},`&Dhi(@XMM[14])`
    +	vmov.i8	@XMM[6],  #0x40
    +	vmov.i8	@XMM[15], #0x80
    +
    +	vtst.8	@XMM[0], @XMM[7], @XMM[8]
    +	vtst.8	@XMM[1], @XMM[7], @XMM[9]
    +	vtst.8	@XMM[2], @XMM[7], @XMM[10]
    +	vtst.8	@XMM[3], @XMM[7], @XMM[11]
    +	vtst.8	@XMM[4], @XMM[7], @XMM[12]
    +	vtst.8	@XMM[5], @XMM[7], @XMM[13]
    +	vtst.8	@XMM[6], @XMM[7], @XMM[6]
    +	vtst.8	@XMM[7], @XMM[7], @XMM[15]
    +	vld1.8	{@XMM[15]}, [$inp]!		@ load next round key
    +	vmvn	@XMM[0], @XMM[0]		@ "pnot"
    +	vmvn	@XMM[1], @XMM[1]
    +	vmvn	@XMM[5], @XMM[5]
    +	vmvn	@XMM[6], @XMM[6]
    +#ifdef __ARMEL__
    +	vrev32.8	@XMM[15], @XMM[15]
    +#endif
    +	subs	$rounds,$rounds,#1
    +	vstmia	$out!,{@XMM[0]-@XMM[7]}		@ write bit-sliced round key
    +	bne	.Lkey_loop
    +
    +	vmov.i8	@XMM[7],#0x63			@ compose .L63
    +	@ don't save last round key
    +	bx	lr
    +.size	_bsaes_key_convert,.-_bsaes_key_convert
    +___
    +}
    +
    +if (0) {		# following four functions are unsupported interface
    +			# used for benchmarking...
    +$code.=<<___;
    +.globl	bsaes_enc_key_convert
    +.type	bsaes_enc_key_convert,%function
    +.align	4
    +bsaes_enc_key_convert:
    +	stmdb	sp!,{r4-r6,lr}
    +	vstmdb	sp!,{d8-d15}		@ ABI specification says so
    +
    +	ldr	r5,[$inp,#240]			@ pass rounds
    +	mov	r4,$inp				@ pass key
    +	mov	r12,$out			@ pass key schedule
    +	bl	_bsaes_key_convert
    +	veor	@XMM[7],@XMM[7],@XMM[15]	@ fix up last round key
    +	vstmia	r12, {@XMM[7]}			@ save last round key
    +
    +	vldmia	sp!,{d8-d15}
    +	ldmia	sp!,{r4-r6,pc}
    +.size	bsaes_enc_key_convert,.-bsaes_enc_key_convert
    +
    +.globl	bsaes_encrypt_128
    +.type	bsaes_encrypt_128,%function
    +.align	4
    +bsaes_encrypt_128:
    +	stmdb	sp!,{r4-r6,lr}
    +	vstmdb	sp!,{d8-d15}		@ ABI specification says so
    +.Lenc128_loop:
    +	vld1.8	{@XMM[0]-@XMM[1]}, [$inp]!	@ load input
    +	vld1.8	{@XMM[2]-@XMM[3]}, [$inp]!
    +	mov	r4,$key				@ pass the key
    +	vld1.8	{@XMM[4]-@XMM[5]}, [$inp]!
    +	mov	r5,#10				@ pass rounds
    +	vld1.8	{@XMM[6]-@XMM[7]}, [$inp]!
    +
    +	bl	_bsaes_encrypt8
    +
    +	vst1.8	{@XMM[0]-@XMM[1]}, [$out]!	@ write output
    +	vst1.8	{@XMM[4]}, [$out]!
    +	vst1.8	{@XMM[6]}, [$out]!
    +	vst1.8	{@XMM[3]}, [$out]!
    +	vst1.8	{@XMM[7]}, [$out]!
    +	vst1.8	{@XMM[2]}, [$out]!
    +	subs	$len,$len,#0x80
    +	vst1.8	{@XMM[5]}, [$out]!
    +	bhi	.Lenc128_loop
    +
    +	vldmia	sp!,{d8-d15}
    +	ldmia	sp!,{r4-r6,pc}
    +.size	bsaes_encrypt_128,.-bsaes_encrypt_128
    +
    +.globl	bsaes_dec_key_convert
    +.type	bsaes_dec_key_convert,%function
    +.align	4
    +bsaes_dec_key_convert:
    +	stmdb	sp!,{r4-r6,lr}
    +	vstmdb	sp!,{d8-d15}		@ ABI specification says so
    +
    +	ldr	r5,[$inp,#240]			@ pass rounds
    +	mov	r4,$inp				@ pass key
    +	mov	r12,$out			@ pass key schedule
    +	bl	_bsaes_key_convert
    +	vldmia	$out, {@XMM[6]}
    +	vstmia	r12,  {@XMM[15]}		@ save last round key
    +	veor	@XMM[7], @XMM[7], @XMM[6]	@ fix up round 0 key
    +	vstmia	$out, {@XMM[7]}
    +
    +	vldmia	sp!,{d8-d15}
    +	ldmia	sp!,{r4-r6,pc}
    +.size	bsaes_dec_key_convert,.-bsaes_dec_key_convert
    +
    +.globl	bsaes_decrypt_128
    +.type	bsaes_decrypt_128,%function
    +.align	4
    +bsaes_decrypt_128:
    +	stmdb	sp!,{r4-r6,lr}
    +	vstmdb	sp!,{d8-d15}		@ ABI specification says so
    +.Ldec128_loop:
    +	vld1.8	{@XMM[0]-@XMM[1]}, [$inp]!	@ load input
    +	vld1.8	{@XMM[2]-@XMM[3]}, [$inp]!
    +	mov	r4,$key				@ pass the key
    +	vld1.8	{@XMM[4]-@XMM[5]}, [$inp]!
    +	mov	r5,#10				@ pass rounds
    +	vld1.8	{@XMM[6]-@XMM[7]}, [$inp]!
    +
    +	bl	_bsaes_decrypt8
    +
    +	vst1.8	{@XMM[0]-@XMM[1]}, [$out]!	@ write output
    +	vst1.8	{@XMM[6]}, [$out]!
    +	vst1.8	{@XMM[4]}, [$out]!
    +	vst1.8	{@XMM[2]}, [$out]!
    +	vst1.8	{@XMM[7]}, [$out]!
    +	vst1.8	{@XMM[3]}, [$out]!
    +	subs	$len,$len,#0x80
    +	vst1.8	{@XMM[5]}, [$out]!
    +	bhi	.Ldec128_loop
    +
    +	vldmia	sp!,{d8-d15}
    +	ldmia	sp!,{r4-r6,pc}
    +.size	bsaes_decrypt_128,.-bsaes_decrypt_128
    +___
    +}
    +{
    +my ($inp,$out,$len,$key, $ivp,$fp,$rounds)=map("r$_",(0..3,8..10));
    +my ($keysched)=("sp");
    +
    +$code.=<<___;
    +.extern AES_cbc_encrypt
    +.extern AES_decrypt
    +
    +.global	bsaes_cbc_encrypt
    +.type	bsaes_cbc_encrypt,%function
    +.align	5
    +bsaes_cbc_encrypt:
    +#ifndef	__KERNEL__
    +	cmp	$len, #128
    +#ifndef	__thumb__
    +	blo	AES_cbc_encrypt
    +#else
    +	bhs	1f
    +	b	AES_cbc_encrypt
    +1:
    +#endif
    +#endif
    +
    +	@ it is up to the caller to make sure we are called with enc == 0
    +
    +	mov	ip, sp
    +	stmdb	sp!, {r4-r10, lr}
    +	VFP_ABI_PUSH
    +	ldr	$ivp, [ip]			@ IV is 1st arg on the stack
    +	mov	$len, $len, lsr#4		@ len in 16 byte blocks
    +	sub	sp, #0x10			@ scratch space to carry over the IV
    +	mov	$fp, sp				@ save sp
    +
    +	ldr	$rounds, [$key, #240]		@ get # of rounds
    +#ifndef	BSAES_ASM_EXTENDED_KEY
    +	@ allocate the key schedule on the stack
    +	sub	r12, sp, $rounds, lsl#7		@ 128 bytes per inner round key
    +	add	r12, #`128-32`			@ sifze of bit-slices key schedule
    +
    +	@ populate the key schedule
    +	mov	r4, $key			@ pass key
    +	mov	r5, $rounds			@ pass # of rounds
    +	mov	sp, r12				@ sp is $keysched
    +	bl	_bsaes_key_convert
    +	vldmia	$keysched, {@XMM[6]}
    +	vstmia	r12,  {@XMM[15]}		@ save last round key
    +	veor	@XMM[7], @XMM[7], @XMM[6]	@ fix up round 0 key
    +	vstmia	$keysched, {@XMM[7]}
    +#else
    +	ldr	r12, [$key, #244]
    +	eors	r12, #1
    +	beq	0f
    +
    +	@ populate the key schedule
    +	str	r12, [$key, #244]
    +	mov	r4, $key			@ pass key
    +	mov	r5, $rounds			@ pass # of rounds
    +	add	r12, $key, #248			@ pass key schedule
    +	bl	_bsaes_key_convert
    +	add	r4, $key, #248
    +	vldmia	r4, {@XMM[6]}
    +	vstmia	r12, {@XMM[15]}			@ save last round key
    +	veor	@XMM[7], @XMM[7], @XMM[6]	@ fix up round 0 key
    +	vstmia	r4, {@XMM[7]}
    +
    +.align	2
    +0:
    +#endif
    +
    +	vld1.8	{@XMM[15]}, [$ivp]		@ load IV
    +	b	.Lcbc_dec_loop
    +
    +.align	4
    +.Lcbc_dec_loop:
    +	subs	$len, $len, #0x8
    +	bmi	.Lcbc_dec_loop_finish
    +
    +	vld1.8	{@XMM[0]-@XMM[1]}, [$inp]!	@ load input
    +	vld1.8	{@XMM[2]-@XMM[3]}, [$inp]!
    +#ifndef	BSAES_ASM_EXTENDED_KEY
    +	mov	r4, $keysched			@ pass the key
    +#else
    +	add	r4, $key, #248
    +#endif
    +	vld1.8	{@XMM[4]-@XMM[5]}, [$inp]!
    +	mov	r5, $rounds
    +	vld1.8	{@XMM[6]-@XMM[7]}, [$inp]
    +	sub	$inp, $inp, #0x60
    +	vstmia	$fp, {@XMM[15]}			@ put aside IV
    +
    +	bl	_bsaes_decrypt8
    +
    +	vldmia	$fp, {@XMM[14]}			@ reload IV
    +	vld1.8	{@XMM[8]-@XMM[9]}, [$inp]!	@ reload input
    +	veor	@XMM[0], @XMM[0], @XMM[14]	@ ^= IV
    +	vld1.8	{@XMM[10]-@XMM[11]}, [$inp]!
    +	veor	@XMM[1], @XMM[1], @XMM[8]
    +	veor	@XMM[6], @XMM[6], @XMM[9]
    +	vld1.8	{@XMM[12]-@XMM[13]}, [$inp]!
    +	veor	@XMM[4], @XMM[4], @XMM[10]
    +	veor	@XMM[2], @XMM[2], @XMM[11]
    +	vld1.8	{@XMM[14]-@XMM[15]}, [$inp]!
    +	veor	@XMM[7], @XMM[7], @XMM[12]
    +	vst1.8	{@XMM[0]-@XMM[1]}, [$out]!	@ write output
    +	veor	@XMM[3], @XMM[3], @XMM[13]
    +	vst1.8	{@XMM[6]}, [$out]!
    +	veor	@XMM[5], @XMM[5], @XMM[14]
    +	vst1.8	{@XMM[4]}, [$out]!
    +	vst1.8	{@XMM[2]}, [$out]!
    +	vst1.8	{@XMM[7]}, [$out]!
    +	vst1.8	{@XMM[3]}, [$out]!
    +	vst1.8	{@XMM[5]}, [$out]!
    +
    +	b	.Lcbc_dec_loop
    +
    +.Lcbc_dec_loop_finish:
    +	adds	$len, $len, #8
    +	beq	.Lcbc_dec_done
    +
    +	vld1.8	{@XMM[0]}, [$inp]!		@ load input
    +	cmp	$len, #2
    +	blo	.Lcbc_dec_one
    +	vld1.8	{@XMM[1]}, [$inp]!
    +#ifndef	BSAES_ASM_EXTENDED_KEY
    +	mov	r4, $keysched			@ pass the key
    +#else
    +	add	r4, $key, #248
    +#endif
    +	mov	r5, $rounds
    +	vstmia	$fp, {@XMM[15]}			@ put aside IV
    +	beq	.Lcbc_dec_two
    +	vld1.8	{@XMM[2]}, [$inp]!
    +	cmp	$len, #4
    +	blo	.Lcbc_dec_three
    +	vld1.8	{@XMM[3]}, [$inp]!
    +	beq	.Lcbc_dec_four
    +	vld1.8	{@XMM[4]}, [$inp]!
    +	cmp	$len, #6
    +	blo	.Lcbc_dec_five
    +	vld1.8	{@XMM[5]}, [$inp]!
    +	beq	.Lcbc_dec_six
    +	vld1.8	{@XMM[6]}, [$inp]!
    +	sub	$inp, $inp, #0x70
    +
    +	bl	_bsaes_decrypt8
    +
    +	vldmia	$fp, {@XMM[14]}			@ reload IV
    +	vld1.8	{@XMM[8]-@XMM[9]}, [$inp]!	@ reload input
    +	veor	@XMM[0], @XMM[0], @XMM[14]	@ ^= IV
    +	vld1.8	{@XMM[10]-@XMM[11]}, [$inp]!
    +	veor	@XMM[1], @XMM[1], @XMM[8]
    +	veor	@XMM[6], @XMM[6], @XMM[9]
    +	vld1.8	{@XMM[12]-@XMM[13]}, [$inp]!
    +	veor	@XMM[4], @XMM[4], @XMM[10]
    +	veor	@XMM[2], @XMM[2], @XMM[11]
    +	vld1.8	{@XMM[15]}, [$inp]!
    +	veor	@XMM[7], @XMM[7], @XMM[12]
    +	vst1.8	{@XMM[0]-@XMM[1]}, [$out]!	@ write output
    +	veor	@XMM[3], @XMM[3], @XMM[13]
    +	vst1.8	{@XMM[6]}, [$out]!
    +	vst1.8	{@XMM[4]}, [$out]!
    +	vst1.8	{@XMM[2]}, [$out]!
    +	vst1.8	{@XMM[7]}, [$out]!
    +	vst1.8	{@XMM[3]}, [$out]!
    +	b	.Lcbc_dec_done
    +.align	4
    +.Lcbc_dec_six:
    +	sub	$inp, $inp, #0x60
    +	bl	_bsaes_decrypt8
    +	vldmia	$fp,{@XMM[14]}			@ reload IV
    +	vld1.8	{@XMM[8]-@XMM[9]}, [$inp]!	@ reload input
    +	veor	@XMM[0], @XMM[0], @XMM[14]	@ ^= IV
    +	vld1.8	{@XMM[10]-@XMM[11]}, [$inp]!
    +	veor	@XMM[1], @XMM[1], @XMM[8]
    +	veor	@XMM[6], @XMM[6], @XMM[9]
    +	vld1.8	{@XMM[12]}, [$inp]!
    +	veor	@XMM[4], @XMM[4], @XMM[10]
    +	veor	@XMM[2], @XMM[2], @XMM[11]
    +	vld1.8	{@XMM[15]}, [$inp]!
    +	veor	@XMM[7], @XMM[7], @XMM[12]
    +	vst1.8	{@XMM[0]-@XMM[1]}, [$out]!	@ write output
    +	vst1.8	{@XMM[6]}, [$out]!
    +	vst1.8	{@XMM[4]}, [$out]!
    +	vst1.8	{@XMM[2]}, [$out]!
    +	vst1.8	{@XMM[7]}, [$out]!
    +	b	.Lcbc_dec_done
    +.align	4
    +.Lcbc_dec_five:
    +	sub	$inp, $inp, #0x50
    +	bl	_bsaes_decrypt8
    +	vldmia	$fp, {@XMM[14]}			@ reload IV
    +	vld1.8	{@XMM[8]-@XMM[9]}, [$inp]!	@ reload input
    +	veor	@XMM[0], @XMM[0], @XMM[14]	@ ^= IV
    +	vld1.8	{@XMM[10]-@XMM[11]}, [$inp]!
    +	veor	@XMM[1], @XMM[1], @XMM[8]
    +	veor	@XMM[6], @XMM[6], @XMM[9]
    +	vld1.8	{@XMM[15]}, [$inp]!
    +	veor	@XMM[4], @XMM[4], @XMM[10]
    +	vst1.8	{@XMM[0]-@XMM[1]}, [$out]!	@ write output
    +	veor	@XMM[2], @XMM[2], @XMM[11]
    +	vst1.8	{@XMM[6]}, [$out]!
    +	vst1.8	{@XMM[4]}, [$out]!
    +	vst1.8	{@XMM[2]}, [$out]!
    +	b	.Lcbc_dec_done
    +.align	4
    +.Lcbc_dec_four:
    +	sub	$inp, $inp, #0x40
    +	bl	_bsaes_decrypt8
    +	vldmia	$fp, {@XMM[14]}			@ reload IV
    +	vld1.8	{@XMM[8]-@XMM[9]}, [$inp]!	@ reload input
    +	veor	@XMM[0], @XMM[0], @XMM[14]	@ ^= IV
    +	vld1.8	{@XMM[10]}, [$inp]!
    +	veor	@XMM[1], @XMM[1], @XMM[8]
    +	veor	@XMM[6], @XMM[6], @XMM[9]
    +	vld1.8	{@XMM[15]}, [$inp]!
    +	veor	@XMM[4], @XMM[4], @XMM[10]
    +	vst1.8	{@XMM[0]-@XMM[1]}, [$out]!	@ write output
    +	vst1.8	{@XMM[6]}, [$out]!
    +	vst1.8	{@XMM[4]}, [$out]!
    +	b	.Lcbc_dec_done
    +.align	4
    +.Lcbc_dec_three:
    +	sub	$inp, $inp, #0x30
    +	bl	_bsaes_decrypt8
    +	vldmia	$fp, {@XMM[14]}			@ reload IV
    +	vld1.8	{@XMM[8]-@XMM[9]}, [$inp]!	@ reload input
    +	veor	@XMM[0], @XMM[0], @XMM[14]	@ ^= IV
    +	vld1.8	{@XMM[15]}, [$inp]!
    +	veor	@XMM[1], @XMM[1], @XMM[8]
    +	veor	@XMM[6], @XMM[6], @XMM[9]
    +	vst1.8	{@XMM[0]-@XMM[1]}, [$out]!	@ write output
    +	vst1.8	{@XMM[6]}, [$out]!
    +	b	.Lcbc_dec_done
    +.align	4
    +.Lcbc_dec_two:
    +	sub	$inp, $inp, #0x20
    +	bl	_bsaes_decrypt8
    +	vldmia	$fp, {@XMM[14]}			@ reload IV
    +	vld1.8	{@XMM[8]}, [$inp]!		@ reload input
    +	veor	@XMM[0], @XMM[0], @XMM[14]	@ ^= IV
    +	vld1.8	{@XMM[15]}, [$inp]!		@ reload input
    +	veor	@XMM[1], @XMM[1], @XMM[8]
    +	vst1.8	{@XMM[0]-@XMM[1]}, [$out]!	@ write output
    +	b	.Lcbc_dec_done
    +.align	4
    +.Lcbc_dec_one:
    +	sub	$inp, $inp, #0x10
    +	mov	$rounds, $out			@ save original out pointer
    +	mov	$out, $fp			@ use the iv scratch space as out buffer
    +	mov	r2, $key
    +	vmov	@XMM[4],@XMM[15]		@ just in case ensure that IV
    +	vmov	@XMM[5],@XMM[0]			@ and input are preserved
    +	bl	AES_decrypt
    +	vld1.8	{@XMM[0]}, [$fp,:64]		@ load result
    +	veor	@XMM[0], @XMM[0], @XMM[4]	@ ^= IV
    +	vmov	@XMM[15], @XMM[5]		@ @XMM[5] holds input
    +	vst1.8	{@XMM[0]}, [$rounds]		@ write output
    +
    +.Lcbc_dec_done:
    +#ifndef	BSAES_ASM_EXTENDED_KEY
    +	vmov.i32	q0, #0
    +	vmov.i32	q1, #0
    +.Lcbc_dec_bzero:				@ wipe key schedule [if any]
    +	vstmia		$keysched!, {q0-q1}
    +	cmp		$keysched, $fp
    +	bne		.Lcbc_dec_bzero
    +#endif
    +
    +	mov	sp, $fp
    +	add	sp, #0x10			@ add sp,$fp,#0x10 is no good for thumb
    +	vst1.8	{@XMM[15]}, [$ivp]		@ return IV
    +	VFP_ABI_POP
    +	ldmia	sp!, {r4-r10, pc}
    +.size	bsaes_cbc_encrypt,.-bsaes_cbc_encrypt
    +___
    +}
    +{
    +my ($inp,$out,$len,$key, $ctr,$fp,$rounds)=(map("r$_",(0..3,8..10)));
    +my $const = "r6";	# shared with _bsaes_encrypt8_alt
    +my $keysched = "sp";
    +
    +$code.=<<___;
    +.extern	AES_encrypt
    +.global	bsaes_ctr32_encrypt_blocks
    +.type	bsaes_ctr32_encrypt_blocks,%function
    +.align	5
    +bsaes_ctr32_encrypt_blocks:
    +	cmp	$len, #8			@ use plain AES for
    +	blo	.Lctr_enc_short			@ small sizes
    +
    +	mov	ip, sp
    +	stmdb	sp!, {r4-r10, lr}
    +	VFP_ABI_PUSH
    +	ldr	$ctr, [ip]			@ ctr is 1st arg on the stack
    +	sub	sp, sp, #0x10			@ scratch space to carry over the ctr
    +	mov	$fp, sp				@ save sp
    +
    +	ldr	$rounds, [$key, #240]		@ get # of rounds
    +#ifndef	BSAES_ASM_EXTENDED_KEY
    +	@ allocate the key schedule on the stack
    +	sub	r12, sp, $rounds, lsl#7		@ 128 bytes per inner round key
    +	add	r12, #`128-32`			@ size of bit-sliced key schedule
    +
    +	@ populate the key schedule
    +	mov	r4, $key			@ pass key
    +	mov	r5, $rounds			@ pass # of rounds
    +	mov	sp, r12				@ sp is $keysched
    +	bl	_bsaes_key_convert
    +	veor	@XMM[7],@XMM[7],@XMM[15]	@ fix up last round key
    +	vstmia	r12, {@XMM[7]}			@ save last round key
    +
    +	vld1.8	{@XMM[0]}, [$ctr]		@ load counter
    +	add	$ctr, $const, #.LREVM0SR-.LM0	@ borrow $ctr
    +	vldmia	$keysched, {@XMM[4]}		@ load round0 key
    +#else
    +	ldr	r12, [$key, #244]
    +	eors	r12, #1
    +	beq	0f
    +
    +	@ populate the key schedule
    +	str	r12, [$key, #244]
    +	mov	r4, $key			@ pass key
    +	mov	r5, $rounds			@ pass # of rounds
    +	add	r12, $key, #248			@ pass key schedule
    +	bl	_bsaes_key_convert
    +	veor	@XMM[7],@XMM[7],@XMM[15]	@ fix up last round key
    +	vstmia	r12, {@XMM[7]}			@ save last round key
    +
    +.align	2
    +0:	add	r12, $key, #248
    +	vld1.8	{@XMM[0]}, [$ctr]		@ load counter
    +	adrl	$ctr, .LREVM0SR			@ borrow $ctr
    +	vldmia	r12, {@XMM[4]}			@ load round0 key
    +	sub	sp, #0x10			@ place for adjusted round0 key
    +#endif
    +
    +	vmov.i32	@XMM[8],#1		@ compose 1<<96
    +	veor		@XMM[9],@XMM[9],@XMM[9]
    +	vrev32.8	@XMM[0],@XMM[0]
    +	vext.8		@XMM[8],@XMM[9],@XMM[8],#4
    +	vrev32.8	@XMM[4],@XMM[4]
    +	vadd.u32	@XMM[9],@XMM[8],@XMM[8]	@ compose 2<<96
    +	vstmia	$keysched, {@XMM[4]}		@ save adjusted round0 key
    +	b	.Lctr_enc_loop
    +
    +.align	4
    +.Lctr_enc_loop:
    +	vadd.u32	@XMM[10], @XMM[8], @XMM[9]	@ compose 3<<96
    +	vadd.u32	@XMM[1], @XMM[0], @XMM[8]	@ +1
    +	vadd.u32	@XMM[2], @XMM[0], @XMM[9]	@ +2
    +	vadd.u32	@XMM[3], @XMM[0], @XMM[10]	@ +3
    +	vadd.u32	@XMM[4], @XMM[1], @XMM[10]
    +	vadd.u32	@XMM[5], @XMM[2], @XMM[10]
    +	vadd.u32	@XMM[6], @XMM[3], @XMM[10]
    +	vadd.u32	@XMM[7], @XMM[4], @XMM[10]
    +	vadd.u32	@XMM[10], @XMM[5], @XMM[10]	@ next counter
    +
    +	@ Borrow prologue from _bsaes_encrypt8 to use the opportunity
    +	@ to flip byte order in 32-bit counter
    +
    +	vldmia		$keysched, {@XMM[9]}		@ load round0 key
    +#ifndef	BSAES_ASM_EXTENDED_KEY
    +	add		r4, $keysched, #0x10		@ pass next round key
    +#else
    +	add		r4, $key, #`248+16`
    +#endif
    +	vldmia		$ctr, {@XMM[8]}			@ .LREVM0SR
    +	mov		r5, $rounds			@ pass rounds
    +	vstmia		$fp, {@XMM[10]}			@ save next counter
    +	sub		$const, $ctr, #.LREVM0SR-.LSR	@ pass constants
    +
    +	bl		_bsaes_encrypt8_alt
    +
    +	subs		$len, $len, #8
    +	blo		.Lctr_enc_loop_done
    +
    +	vld1.8		{@XMM[8]-@XMM[9]}, [$inp]!	@ load input
    +	vld1.8		{@XMM[10]-@XMM[11]}, [$inp]!
    +	veor		@XMM[0], @XMM[8]
    +	veor		@XMM[1], @XMM[9]
    +	vld1.8		{@XMM[12]-@XMM[13]}, [$inp]!
    +	veor		@XMM[4], @XMM[10]
    +	veor		@XMM[6], @XMM[11]
    +	vld1.8		{@XMM[14]-@XMM[15]}, [$inp]!
    +	veor		@XMM[3], @XMM[12]
    +	vst1.8		{@XMM[0]-@XMM[1]}, [$out]!	@ write output
    +	veor		@XMM[7], @XMM[13]
    +	veor		@XMM[2], @XMM[14]
    +	vst1.8		{@XMM[4]}, [$out]!
    +	veor		@XMM[5], @XMM[15]
    +	vst1.8		{@XMM[6]}, [$out]!
    +	vmov.i32	@XMM[8], #1			@ compose 1<<96
    +	vst1.8		{@XMM[3]}, [$out]!
    +	veor		@XMM[9], @XMM[9], @XMM[9]
    +	vst1.8		{@XMM[7]}, [$out]!
    +	vext.8		@XMM[8], @XMM[9], @XMM[8], #4
    +	vst1.8		{@XMM[2]}, [$out]!
    +	vadd.u32	@XMM[9],@XMM[8],@XMM[8]		@ compose 2<<96
    +	vst1.8		{@XMM[5]}, [$out]!
    +	vldmia		$fp, {@XMM[0]}			@ load counter
    +
    +	bne		.Lctr_enc_loop
    +	b		.Lctr_enc_done
    +
    +.align	4
    +.Lctr_enc_loop_done:
    +	add		$len, $len, #8
    +	vld1.8		{@XMM[8]}, [$inp]!	@ load input
    +	veor		@XMM[0], @XMM[8]
    +	vst1.8		{@XMM[0]}, [$out]!	@ write output
    +	cmp		$len, #2
    +	blo		.Lctr_enc_done
    +	vld1.8		{@XMM[9]}, [$inp]!
    +	veor		@XMM[1], @XMM[9]
    +	vst1.8		{@XMM[1]}, [$out]!
    +	beq		.Lctr_enc_done
    +	vld1.8		{@XMM[10]}, [$inp]!
    +	veor		@XMM[4], @XMM[10]
    +	vst1.8		{@XMM[4]}, [$out]!
    +	cmp		$len, #4
    +	blo		.Lctr_enc_done
    +	vld1.8		{@XMM[11]}, [$inp]!
    +	veor		@XMM[6], @XMM[11]
    +	vst1.8		{@XMM[6]}, [$out]!
    +	beq		.Lctr_enc_done
    +	vld1.8		{@XMM[12]}, [$inp]!
    +	veor		@XMM[3], @XMM[12]
    +	vst1.8		{@XMM[3]}, [$out]!
    +	cmp		$len, #6
    +	blo		.Lctr_enc_done
    +	vld1.8		{@XMM[13]}, [$inp]!
    +	veor		@XMM[7], @XMM[13]
    +	vst1.8		{@XMM[7]}, [$out]!
    +	beq		.Lctr_enc_done
    +	vld1.8		{@XMM[14]}, [$inp]
    +	veor		@XMM[2], @XMM[14]
    +	vst1.8		{@XMM[2]}, [$out]!
    +
    +.Lctr_enc_done:
    +	vmov.i32	q0, #0
    +	vmov.i32	q1, #0
    +#ifndef	BSAES_ASM_EXTENDED_KEY
    +.Lctr_enc_bzero:			@ wipe key schedule [if any]
    +	vstmia		$keysched!, {q0-q1}
    +	cmp		$keysched, $fp
    +	bne		.Lctr_enc_bzero
    +#else
    +	vstmia		$keysched, {q0-q1}
    +#endif
    +
    +	mov	sp, $fp
    +	add	sp, #0x10		@ add sp,$fp,#0x10 is no good for thumb
    +	VFP_ABI_POP
    +	ldmia	sp!, {r4-r10, pc}	@ return
    +
    +.align	4
    +.Lctr_enc_short:
    +	ldr	ip, [sp]		@ ctr pointer is passed on stack
    +	stmdb	sp!, {r4-r8, lr}
    +
    +	mov	r4, $inp		@ copy arguments
    +	mov	r5, $out
    +	mov	r6, $len
    +	mov	r7, $key
    +	ldr	r8, [ip, #12]		@ load counter LSW
    +	vld1.8	{@XMM[1]}, [ip]		@ load whole counter value
    +#ifdef __ARMEL__
    +	rev	r8, r8
    +#endif
    +	sub	sp, sp, #0x10
    +	vst1.8	{@XMM[1]}, [sp,:64]	@ copy counter value
    +	sub	sp, sp, #0x10
    +
    +.Lctr_enc_short_loop:
    +	add	r0, sp, #0x10		@ input counter value
    +	mov	r1, sp			@ output on the stack
    +	mov	r2, r7			@ key
    +
    +	bl	AES_encrypt
    +
    +	vld1.8	{@XMM[0]}, [r4]!	@ load input
    +	vld1.8	{@XMM[1]}, [sp,:64]	@ load encrypted counter
    +	add	r8, r8, #1
    +#ifdef __ARMEL__
    +	rev	r0, r8
    +	str	r0, [sp, #0x1c]		@ next counter value
    +#else
    +	str	r8, [sp, #0x1c]		@ next counter value
    +#endif
    +	veor	@XMM[0],@XMM[0],@XMM[1]
    +	vst1.8	{@XMM[0]}, [r5]!	@ store output
    +	subs	r6, r6, #1
    +	bne	.Lctr_enc_short_loop
    +
    +	vmov.i32	q0, #0
    +	vmov.i32	q1, #0
    +	vstmia		sp!, {q0-q1}
    +
    +	ldmia	sp!, {r4-r8, pc}
    +.size	bsaes_ctr32_encrypt_blocks,.-bsaes_ctr32_encrypt_blocks
    +___
    +}
    +{
    +######################################################################
    +# void bsaes_xts_[en|de]crypt(const char *inp,char *out,size_t len,
    +#	const AES_KEY *key1, const AES_KEY *key2,
    +#	const unsigned char iv[16]);
    +#
    +my ($inp,$out,$len,$key,$rounds,$magic,$fp)=(map("r$_",(7..10,1..3)));
    +my $const="r6";		# returned by _bsaes_key_convert
    +my $twmask=@XMM[5];
    +my @T=@XMM[6..7];
    +
    +$code.=<<___;
    +.globl	bsaes_xts_encrypt
    +.type	bsaes_xts_encrypt,%function
    +.align	4
    +bsaes_xts_encrypt:
    +	mov	ip, sp
    +	stmdb	sp!, {r4-r10, lr}		@ 0x20
    +	VFP_ABI_PUSH
    +	mov	r6, sp				@ future $fp
    +
    +	mov	$inp, r0
    +	mov	$out, r1
    +	mov	$len, r2
    +	mov	$key, r3
    +
    +	sub	r0, sp, #0x10			@ 0x10
    +	bic	r0, #0xf			@ align at 16 bytes
    +	mov	sp, r0
    +
    +#ifdef	XTS_CHAIN_TWEAK
    +	ldr	r0, [ip]			@ pointer to input tweak
    +#else
    +	@ generate initial tweak
    +	ldr	r0, [ip, #4]			@ iv[]
    +	mov	r1, sp
    +	ldr	r2, [ip, #0]			@ key2
    +	bl	AES_encrypt
    +	mov	r0,sp				@ pointer to initial tweak
    +#endif
    +
    +	ldr	$rounds, [$key, #240]		@ get # of rounds
    +	mov	$fp, r6
    +#ifndef	BSAES_ASM_EXTENDED_KEY
    +	@ allocate the key schedule on the stack
    +	sub	r12, sp, $rounds, lsl#7		@ 128 bytes per inner round key
    +	@ add	r12, #`128-32`			@ size of bit-sliced key schedule
    +	sub	r12, #`32+16`			@ place for tweak[9]
    +
    +	@ populate the key schedule
    +	mov	r4, $key			@ pass key
    +	mov	r5, $rounds			@ pass # of rounds
    +	mov	sp, r12
    +	add	r12, #0x90			@ pass key schedule
    +	bl	_bsaes_key_convert
    +	veor	@XMM[7], @XMM[7], @XMM[15]	@ fix up last round key
    +	vstmia	r12, {@XMM[7]}			@ save last round key
    +#else
    +	ldr	r12, [$key, #244]
    +	eors	r12, #1
    +	beq	0f
    +
    +	str	r12, [$key, #244]
    +	mov	r4, $key			@ pass key
    +	mov	r5, $rounds			@ pass # of rounds
    +	add	r12, $key, #248			@ pass key schedule
    +	bl	_bsaes_key_convert
    +	veor	@XMM[7], @XMM[7], @XMM[15]	@ fix up last round key
    +	vstmia	r12, {@XMM[7]}
    +
    +.align	2
    +0:	sub	sp, #0x90			@ place for tweak[9]
    +#endif
    +
    +	vld1.8	{@XMM[8]}, [r0]			@ initial tweak
    +	adr	$magic, .Lxts_magic
    +
    +	subs	$len, #0x80
    +	blo	.Lxts_enc_short
    +	b	.Lxts_enc_loop
    +
    +.align	4
    +.Lxts_enc_loop:
    +	vldmia		$magic, {$twmask}	@ load XTS magic
    +	vshr.s64	@T[0], @XMM[8], #63
    +	mov		r0, sp
    +	vand		@T[0], @T[0], $twmask
    +___
    +for($i=9;$i<16;$i++) {
    +$code.=<<___;
    +	vadd.u64	@XMM[$i], @XMM[$i-1], @XMM[$i-1]
    +	vst1.64		{@XMM[$i-1]}, [r0,:128]!
    +	vswp		`&Dhi("@T[0]")`,`&Dlo("@T[0]")`
    +	vshr.s64	@T[1], @XMM[$i], #63
    +	veor		@XMM[$i], @XMM[$i], @T[0]
    +	vand		@T[1], @T[1], $twmask
    +___
    +	@T=reverse(@T);
    +
    +$code.=<<___ if ($i>=10);
    +	vld1.8		{@XMM[$i-10]}, [$inp]!
    +___
    +$code.=<<___ if ($i>=11);
    +	veor		@XMM[$i-11], @XMM[$i-11], @XMM[$i-3]
    +___
    +}
    +$code.=<<___;
    +	vadd.u64	@XMM[8], @XMM[15], @XMM[15]
    +	vst1.64		{@XMM[15]}, [r0,:128]!
    +	vswp		`&Dhi("@T[0]")`,`&Dlo("@T[0]")`
    +	veor		@XMM[8], @XMM[8], @T[0]
    +	vst1.64		{@XMM[8]}, [r0,:128]		@ next round tweak
    +
    +	vld1.8		{@XMM[6]-@XMM[7]}, [$inp]!
    +	veor		@XMM[5], @XMM[5], @XMM[13]
    +#ifndef	BSAES_ASM_EXTENDED_KEY
    +	add		r4, sp, #0x90			@ pass key schedule
    +#else
    +	add		r4, $key, #248			@ pass key schedule
    +#endif
    +	veor		@XMM[6], @XMM[6], @XMM[14]
    +	mov		r5, $rounds			@ pass rounds
    +	veor		@XMM[7], @XMM[7], @XMM[15]
    +	mov		r0, sp
    +
    +	bl		_bsaes_encrypt8
    +
    +	vld1.64		{@XMM[ 8]-@XMM[ 9]}, [r0,:128]!
    +	vld1.64		{@XMM[10]-@XMM[11]}, [r0,:128]!
    +	veor		@XMM[0], @XMM[0], @XMM[ 8]
    +	vld1.64		{@XMM[12]-@XMM[13]}, [r0,:128]!
    +	veor		@XMM[1], @XMM[1], @XMM[ 9]
    +	veor		@XMM[8], @XMM[4], @XMM[10]
    +	vst1.8		{@XMM[0]-@XMM[1]}, [$out]!
    +	veor		@XMM[9], @XMM[6], @XMM[11]
    +	vld1.64		{@XMM[14]-@XMM[15]}, [r0,:128]!
    +	veor		@XMM[10], @XMM[3], @XMM[12]
    +	vst1.8		{@XMM[8]-@XMM[9]}, [$out]!
    +	veor		@XMM[11], @XMM[7], @XMM[13]
    +	veor		@XMM[12], @XMM[2], @XMM[14]
    +	vst1.8		{@XMM[10]-@XMM[11]}, [$out]!
    +	veor		@XMM[13], @XMM[5], @XMM[15]
    +	vst1.8		{@XMM[12]-@XMM[13]}, [$out]!
    +
    +	vld1.64		{@XMM[8]}, [r0,:128]		@ next round tweak
    +
    +	subs		$len, #0x80
    +	bpl		.Lxts_enc_loop
    +
    +.Lxts_enc_short:
    +	adds		$len, #0x70
    +	bmi		.Lxts_enc_done
    +
    +	vldmia		$magic, {$twmask}	@ load XTS magic
    +	vshr.s64	@T[0], @XMM[8], #63
    +	mov		r0, sp
    +	vand		@T[0], @T[0], $twmask
    +___
    +for($i=9;$i<16;$i++) {
    +$code.=<<___;
    +	vadd.u64	@XMM[$i], @XMM[$i-1], @XMM[$i-1]
    +	vst1.64		{@XMM[$i-1]}, [r0,:128]!
    +	vswp		`&Dhi("@T[0]")`,`&Dlo("@T[0]")`
    +	vshr.s64	@T[1], @XMM[$i], #63
    +	veor		@XMM[$i], @XMM[$i], @T[0]
    +	vand		@T[1], @T[1], $twmask
    +___
    +	@T=reverse(@T);
    +
    +$code.=<<___ if ($i>=10);
    +	vld1.8		{@XMM[$i-10]}, [$inp]!
    +	subs		$len, #0x10
    +	bmi		.Lxts_enc_`$i-9`
    +___
    +$code.=<<___ if ($i>=11);
    +	veor		@XMM[$i-11], @XMM[$i-11], @XMM[$i-3]
    +___
    +}
    +$code.=<<___;
    +	sub		$len, #0x10
    +	vst1.64		{@XMM[15]}, [r0,:128]		@ next round tweak
    +
    +	vld1.8		{@XMM[6]}, [$inp]!
    +	veor		@XMM[5], @XMM[5], @XMM[13]
    +#ifndef	BSAES_ASM_EXTENDED_KEY
    +	add		r4, sp, #0x90			@ pass key schedule
    +#else
    +	add		r4, $key, #248			@ pass key schedule
    +#endif
    +	veor		@XMM[6], @XMM[6], @XMM[14]
    +	mov		r5, $rounds			@ pass rounds
    +	mov		r0, sp
    +
    +	bl		_bsaes_encrypt8
    +
    +	vld1.64		{@XMM[ 8]-@XMM[ 9]}, [r0,:128]!
    +	vld1.64		{@XMM[10]-@XMM[11]}, [r0,:128]!
    +	veor		@XMM[0], @XMM[0], @XMM[ 8]
    +	vld1.64		{@XMM[12]-@XMM[13]}, [r0,:128]!
    +	veor		@XMM[1], @XMM[1], @XMM[ 9]
    +	veor		@XMM[8], @XMM[4], @XMM[10]
    +	vst1.8		{@XMM[0]-@XMM[1]}, [$out]!
    +	veor		@XMM[9], @XMM[6], @XMM[11]
    +	vld1.64		{@XMM[14]}, [r0,:128]!
    +	veor		@XMM[10], @XMM[3], @XMM[12]
    +	vst1.8		{@XMM[8]-@XMM[9]}, [$out]!
    +	veor		@XMM[11], @XMM[7], @XMM[13]
    +	veor		@XMM[12], @XMM[2], @XMM[14]
    +	vst1.8		{@XMM[10]-@XMM[11]}, [$out]!
    +	vst1.8		{@XMM[12]}, [$out]!
    +
    +	vld1.64		{@XMM[8]}, [r0,:128]		@ next round tweak
    +	b		.Lxts_enc_done
    +.align	4
    +.Lxts_enc_6:
    +	vst1.64		{@XMM[14]}, [r0,:128]		@ next round tweak
    +
    +	veor		@XMM[4], @XMM[4], @XMM[12]
    +#ifndef	BSAES_ASM_EXTENDED_KEY
    +	add		r4, sp, #0x90			@ pass key schedule
    +#else
    +	add		r4, $key, #248			@ pass key schedule
    +#endif
    +	veor		@XMM[5], @XMM[5], @XMM[13]
    +	mov		r5, $rounds			@ pass rounds
    +	mov		r0, sp
    +
    +	bl		_bsaes_encrypt8
    +
    +	vld1.64		{@XMM[ 8]-@XMM[ 9]}, [r0,:128]!
    +	vld1.64		{@XMM[10]-@XMM[11]}, [r0,:128]!
    +	veor		@XMM[0], @XMM[0], @XMM[ 8]
    +	vld1.64		{@XMM[12]-@XMM[13]}, [r0,:128]!
    +	veor		@XMM[1], @XMM[1], @XMM[ 9]
    +	veor		@XMM[8], @XMM[4], @XMM[10]
    +	vst1.8		{@XMM[0]-@XMM[1]}, [$out]!
    +	veor		@XMM[9], @XMM[6], @XMM[11]
    +	veor		@XMM[10], @XMM[3], @XMM[12]
    +	vst1.8		{@XMM[8]-@XMM[9]}, [$out]!
    +	veor		@XMM[11], @XMM[7], @XMM[13]
    +	vst1.8		{@XMM[10]-@XMM[11]}, [$out]!
    +
    +	vld1.64		{@XMM[8]}, [r0,:128]		@ next round tweak
    +	b		.Lxts_enc_done
    +
    +@ put this in range for both ARM and Thumb mode adr instructions
    +.align	5
    +.Lxts_magic:
    +	.quad	1, 0x87
    +
    +.align	5
    +.Lxts_enc_5:
    +	vst1.64		{@XMM[13]}, [r0,:128]		@ next round tweak
    +
    +	veor		@XMM[3], @XMM[3], @XMM[11]
    +#ifndef	BSAES_ASM_EXTENDED_KEY
    +	add		r4, sp, #0x90			@ pass key schedule
    +#else
    +	add		r4, $key, #248			@ pass key schedule
    +#endif
    +	veor		@XMM[4], @XMM[4], @XMM[12]
    +	mov		r5, $rounds			@ pass rounds
    +	mov		r0, sp
    +
    +	bl		_bsaes_encrypt8
    +
    +	vld1.64		{@XMM[ 8]-@XMM[ 9]}, [r0,:128]!
    +	vld1.64		{@XMM[10]-@XMM[11]}, [r0,:128]!
    +	veor		@XMM[0], @XMM[0], @XMM[ 8]
    +	vld1.64		{@XMM[12]}, [r0,:128]!
    +	veor		@XMM[1], @XMM[1], @XMM[ 9]
    +	veor		@XMM[8], @XMM[4], @XMM[10]
    +	vst1.8		{@XMM[0]-@XMM[1]}, [$out]!
    +	veor		@XMM[9], @XMM[6], @XMM[11]
    +	veor		@XMM[10], @XMM[3], @XMM[12]
    +	vst1.8		{@XMM[8]-@XMM[9]}, [$out]!
    +	vst1.8		{@XMM[10]}, [$out]!
    +
    +	vld1.64		{@XMM[8]}, [r0,:128]		@ next round tweak
    +	b		.Lxts_enc_done
    +.align	4
    +.Lxts_enc_4:
    +	vst1.64		{@XMM[12]}, [r0,:128]		@ next round tweak
    +
    +	veor		@XMM[2], @XMM[2], @XMM[10]
    +#ifndef	BSAES_ASM_EXTENDED_KEY
    +	add		r4, sp, #0x90			@ pass key schedule
    +#else
    +	add		r4, $key, #248			@ pass key schedule
    +#endif
    +	veor		@XMM[3], @XMM[3], @XMM[11]
    +	mov		r5, $rounds			@ pass rounds
    +	mov		r0, sp
    +
    +	bl		_bsaes_encrypt8
    +
    +	vld1.64		{@XMM[ 8]-@XMM[ 9]}, [r0,:128]!
    +	vld1.64		{@XMM[10]-@XMM[11]}, [r0,:128]!
    +	veor		@XMM[0], @XMM[0], @XMM[ 8]
    +	veor		@XMM[1], @XMM[1], @XMM[ 9]
    +	veor		@XMM[8], @XMM[4], @XMM[10]
    +	vst1.8		{@XMM[0]-@XMM[1]}, [$out]!
    +	veor		@XMM[9], @XMM[6], @XMM[11]
    +	vst1.8		{@XMM[8]-@XMM[9]}, [$out]!
    +
    +	vld1.64		{@XMM[8]}, [r0,:128]		@ next round tweak
    +	b		.Lxts_enc_done
    +.align	4
    +.Lxts_enc_3:
    +	vst1.64		{@XMM[11]}, [r0,:128]		@ next round tweak
    +
    +	veor		@XMM[1], @XMM[1], @XMM[9]
    +#ifndef	BSAES_ASM_EXTENDED_KEY
    +	add		r4, sp, #0x90			@ pass key schedule
    +#else
    +	add		r4, $key, #248			@ pass key schedule
    +#endif
    +	veor		@XMM[2], @XMM[2], @XMM[10]
    +	mov		r5, $rounds			@ pass rounds
    +	mov		r0, sp
    +
    +	bl		_bsaes_encrypt8
    +
    +	vld1.64		{@XMM[8]-@XMM[9]}, [r0,:128]!
    +	vld1.64		{@XMM[10]}, [r0,:128]!
    +	veor		@XMM[0], @XMM[0], @XMM[ 8]
    +	veor		@XMM[1], @XMM[1], @XMM[ 9]
    +	veor		@XMM[8], @XMM[4], @XMM[10]
    +	vst1.8		{@XMM[0]-@XMM[1]}, [$out]!
    +	vst1.8		{@XMM[8]}, [$out]!
    +
    +	vld1.64		{@XMM[8]}, [r0,:128]		@ next round tweak
    +	b		.Lxts_enc_done
    +.align	4
    +.Lxts_enc_2:
    +	vst1.64		{@XMM[10]}, [r0,:128]		@ next round tweak
    +
    +	veor		@XMM[0], @XMM[0], @XMM[8]
    +#ifndef	BSAES_ASM_EXTENDED_KEY
    +	add		r4, sp, #0x90			@ pass key schedule
    +#else
    +	add		r4, $key, #248			@ pass key schedule
    +#endif
    +	veor		@XMM[1], @XMM[1], @XMM[9]
    +	mov		r5, $rounds			@ pass rounds
    +	mov		r0, sp
    +
    +	bl		_bsaes_encrypt8
    +
    +	vld1.64		{@XMM[8]-@XMM[9]}, [r0,:128]!
    +	veor		@XMM[0], @XMM[0], @XMM[ 8]
    +	veor		@XMM[1], @XMM[1], @XMM[ 9]
    +	vst1.8		{@XMM[0]-@XMM[1]}, [$out]!
    +
    +	vld1.64		{@XMM[8]}, [r0,:128]		@ next round tweak
    +	b		.Lxts_enc_done
    +.align	4
    +.Lxts_enc_1:
    +	mov		r0, sp
    +	veor		@XMM[0], @XMM[8]
    +	mov		r1, sp
    +	vst1.8		{@XMM[0]}, [sp,:128]
    +	mov		r2, $key
    +	mov		r4, $fp				@ preserve fp
    +
    +	bl		AES_encrypt
    +
    +	vld1.8		{@XMM[0]}, [sp,:128]
    +	veor		@XMM[0], @XMM[0], @XMM[8]
    +	vst1.8		{@XMM[0]}, [$out]!
    +	mov		$fp, r4
    +
    +	vmov		@XMM[8], @XMM[9]		@ next round tweak
    +
    +.Lxts_enc_done:
    +#ifndef	XTS_CHAIN_TWEAK
    +	adds		$len, #0x10
    +	beq		.Lxts_enc_ret
    +	sub		r6, $out, #0x10
    +
    +.Lxts_enc_steal:
    +	ldrb		r0, [$inp], #1
    +	ldrb		r1, [$out, #-0x10]
    +	strb		r0, [$out, #-0x10]
    +	strb		r1, [$out], #1
    +
    +	subs		$len, #1
    +	bhi		.Lxts_enc_steal
    +
    +	vld1.8		{@XMM[0]}, [r6]
    +	mov		r0, sp
    +	veor		@XMM[0], @XMM[0], @XMM[8]
    +	mov		r1, sp
    +	vst1.8		{@XMM[0]}, [sp,:128]
    +	mov		r2, $key
    +	mov		r4, $fp			@ preserve fp
    +
    +	bl		AES_encrypt
    +
    +	vld1.8		{@XMM[0]}, [sp,:128]
    +	veor		@XMM[0], @XMM[0], @XMM[8]
    +	vst1.8		{@XMM[0]}, [r6]
    +	mov		$fp, r4
    +#endif
    +
    +.Lxts_enc_ret:
    +	bic		r0, $fp, #0xf
    +	vmov.i32	q0, #0
    +	vmov.i32	q1, #0
    +#ifdef	XTS_CHAIN_TWEAK
    +	ldr		r1, [$fp, #0x20+VFP_ABI_FRAME]	@ chain tweak
    +#endif
    +.Lxts_enc_bzero:				@ wipe key schedule [if any]
    +	vstmia		sp!, {q0-q1}
    +	cmp		sp, r0
    +	bne		.Lxts_enc_bzero
    +
    +	mov		sp, $fp
    +#ifdef	XTS_CHAIN_TWEAK
    +	vst1.8		{@XMM[8]}, [r1]
    +#endif
    +	VFP_ABI_POP
    +	ldmia		sp!, {r4-r10, pc}	@ return
    +
    +.size	bsaes_xts_encrypt,.-bsaes_xts_encrypt
    +
    +.globl	bsaes_xts_decrypt
    +.type	bsaes_xts_decrypt,%function
    +.align	4
    +bsaes_xts_decrypt:
    +	mov	ip, sp
    +	stmdb	sp!, {r4-r10, lr}		@ 0x20
    +	VFP_ABI_PUSH
    +	mov	r6, sp				@ future $fp
    +
    +	mov	$inp, r0
    +	mov	$out, r1
    +	mov	$len, r2
    +	mov	$key, r3
    +
    +	sub	r0, sp, #0x10			@ 0x10
    +	bic	r0, #0xf			@ align at 16 bytes
    +	mov	sp, r0
    +
    +#ifdef	XTS_CHAIN_TWEAK
    +	ldr	r0, [ip]			@ pointer to input tweak
    +#else
    +	@ generate initial tweak
    +	ldr	r0, [ip, #4]			@ iv[]
    +	mov	r1, sp
    +	ldr	r2, [ip, #0]			@ key2
    +	bl	AES_encrypt
    +	mov	r0, sp				@ pointer to initial tweak
    +#endif
    +
    +	ldr	$rounds, [$key, #240]		@ get # of rounds
    +	mov	$fp, r6
    +#ifndef	BSAES_ASM_EXTENDED_KEY
    +	@ allocate the key schedule on the stack
    +	sub	r12, sp, $rounds, lsl#7		@ 128 bytes per inner round key
    +	@ add	r12, #`128-32`			@ size of bit-sliced key schedule
    +	sub	r12, #`32+16`			@ place for tweak[9]
    +
    +	@ populate the key schedule
    +	mov	r4, $key			@ pass key
    +	mov	r5, $rounds			@ pass # of rounds
    +	mov	sp, r12
    +	add	r12, #0x90			@ pass key schedule
    +	bl	_bsaes_key_convert
    +	add	r4, sp, #0x90
    +	vldmia	r4, {@XMM[6]}
    +	vstmia	r12,  {@XMM[15]}		@ save last round key
    +	veor	@XMM[7], @XMM[7], @XMM[6]	@ fix up round 0 key
    +	vstmia	r4, {@XMM[7]}
    +#else
    +	ldr	r12, [$key, #244]
    +	eors	r12, #1
    +	beq	0f
    +
    +	str	r12, [$key, #244]
    +	mov	r4, $key			@ pass key
    +	mov	r5, $rounds			@ pass # of rounds
    +	add	r12, $key, #248			@ pass key schedule
    +	bl	_bsaes_key_convert
    +	add	r4, $key, #248
    +	vldmia	r4, {@XMM[6]}
    +	vstmia	r12,  {@XMM[15]}		@ save last round key
    +	veor	@XMM[7], @XMM[7], @XMM[6]	@ fix up round 0 key
    +	vstmia	r4, {@XMM[7]}
    +
    +.align	2
    +0:	sub	sp, #0x90			@ place for tweak[9]
    +#endif
    +	vld1.8	{@XMM[8]}, [r0]			@ initial tweak
    +	adr	$magic, .Lxts_magic
    +
    +	tst	$len, #0xf			@ if not multiple of 16
    +	it	ne				@ Thumb2 thing, sanity check in ARM
    +	subne	$len, #0x10			@ subtract another 16 bytes
    +	subs	$len, #0x80
    +
    +	blo	.Lxts_dec_short
    +	b	.Lxts_dec_loop
    +
    +.align	4
    +.Lxts_dec_loop:
    +	vldmia		$magic, {$twmask}	@ load XTS magic
    +	vshr.s64	@T[0], @XMM[8], #63
    +	mov		r0, sp
    +	vand		@T[0], @T[0], $twmask
    +___
    +for($i=9;$i<16;$i++) {
    +$code.=<<___;
    +	vadd.u64	@XMM[$i], @XMM[$i-1], @XMM[$i-1]
    +	vst1.64		{@XMM[$i-1]}, [r0,:128]!
    +	vswp		`&Dhi("@T[0]")`,`&Dlo("@T[0]")`
    +	vshr.s64	@T[1], @XMM[$i], #63
    +	veor		@XMM[$i], @XMM[$i], @T[0]
    +	vand		@T[1], @T[1], $twmask
    +___
    +	@T=reverse(@T);
    +
    +$code.=<<___ if ($i>=10);
    +	vld1.8		{@XMM[$i-10]}, [$inp]!
    +___
    +$code.=<<___ if ($i>=11);
    +	veor		@XMM[$i-11], @XMM[$i-11], @XMM[$i-3]
    +___
    +}
    +$code.=<<___;
    +	vadd.u64	@XMM[8], @XMM[15], @XMM[15]
    +	vst1.64		{@XMM[15]}, [r0,:128]!
    +	vswp		`&Dhi("@T[0]")`,`&Dlo("@T[0]")`
    +	veor		@XMM[8], @XMM[8], @T[0]
    +	vst1.64		{@XMM[8]}, [r0,:128]		@ next round tweak
    +
    +	vld1.8		{@XMM[6]-@XMM[7]}, [$inp]!
    +	veor		@XMM[5], @XMM[5], @XMM[13]
    +#ifndef	BSAES_ASM_EXTENDED_KEY
    +	add		r4, sp, #0x90			@ pass key schedule
    +#else
    +	add		r4, $key, #248			@ pass key schedule
    +#endif
    +	veor		@XMM[6], @XMM[6], @XMM[14]
    +	mov		r5, $rounds			@ pass rounds
    +	veor		@XMM[7], @XMM[7], @XMM[15]
    +	mov		r0, sp
    +
    +	bl		_bsaes_decrypt8
    +
    +	vld1.64		{@XMM[ 8]-@XMM[ 9]}, [r0,:128]!
    +	vld1.64		{@XMM[10]-@XMM[11]}, [r0,:128]!
    +	veor		@XMM[0], @XMM[0], @XMM[ 8]
    +	vld1.64		{@XMM[12]-@XMM[13]}, [r0,:128]!
    +	veor		@XMM[1], @XMM[1], @XMM[ 9]
    +	veor		@XMM[8], @XMM[6], @XMM[10]
    +	vst1.8		{@XMM[0]-@XMM[1]}, [$out]!
    +	veor		@XMM[9], @XMM[4], @XMM[11]
    +	vld1.64		{@XMM[14]-@XMM[15]}, [r0,:128]!
    +	veor		@XMM[10], @XMM[2], @XMM[12]
    +	vst1.8		{@XMM[8]-@XMM[9]}, [$out]!
    +	veor		@XMM[11], @XMM[7], @XMM[13]
    +	veor		@XMM[12], @XMM[3], @XMM[14]
    +	vst1.8		{@XMM[10]-@XMM[11]}, [$out]!
    +	veor		@XMM[13], @XMM[5], @XMM[15]
    +	vst1.8		{@XMM[12]-@XMM[13]}, [$out]!
    +
    +	vld1.64		{@XMM[8]}, [r0,:128]		@ next round tweak
    +
    +	subs		$len, #0x80
    +	bpl		.Lxts_dec_loop
    +
    +.Lxts_dec_short:
    +	adds		$len, #0x70
    +	bmi		.Lxts_dec_done
    +
    +	vldmia		$magic, {$twmask}	@ load XTS magic
    +	vshr.s64	@T[0], @XMM[8], #63
    +	mov		r0, sp
    +	vand		@T[0], @T[0], $twmask
    +___
    +for($i=9;$i<16;$i++) {
    +$code.=<<___;
    +	vadd.u64	@XMM[$i], @XMM[$i-1], @XMM[$i-1]
    +	vst1.64		{@XMM[$i-1]}, [r0,:128]!
    +	vswp		`&Dhi("@T[0]")`,`&Dlo("@T[0]")`
    +	vshr.s64	@T[1], @XMM[$i], #63
    +	veor		@XMM[$i], @XMM[$i], @T[0]
    +	vand		@T[1], @T[1], $twmask
    +___
    +	@T=reverse(@T);
    +
    +$code.=<<___ if ($i>=10);
    +	vld1.8		{@XMM[$i-10]}, [$inp]!
    +	subs		$len, #0x10
    +	bmi		.Lxts_dec_`$i-9`
    +___
    +$code.=<<___ if ($i>=11);
    +	veor		@XMM[$i-11], @XMM[$i-11], @XMM[$i-3]
    +___
    +}
    +$code.=<<___;
    +	sub		$len, #0x10
    +	vst1.64		{@XMM[15]}, [r0,:128]		@ next round tweak
    +
    +	vld1.8		{@XMM[6]}, [$inp]!
    +	veor		@XMM[5], @XMM[5], @XMM[13]
    +#ifndef	BSAES_ASM_EXTENDED_KEY
    +	add		r4, sp, #0x90			@ pass key schedule
    +#else
    +	add		r4, $key, #248			@ pass key schedule
    +#endif
    +	veor		@XMM[6], @XMM[6], @XMM[14]
    +	mov		r5, $rounds			@ pass rounds
    +	mov		r0, sp
    +
    +	bl		_bsaes_decrypt8
    +
    +	vld1.64		{@XMM[ 8]-@XMM[ 9]}, [r0,:128]!
    +	vld1.64		{@XMM[10]-@XMM[11]}, [r0,:128]!
    +	veor		@XMM[0], @XMM[0], @XMM[ 8]
    +	vld1.64		{@XMM[12]-@XMM[13]}, [r0,:128]!
    +	veor		@XMM[1], @XMM[1], @XMM[ 9]
    +	veor		@XMM[8], @XMM[6], @XMM[10]
    +	vst1.8		{@XMM[0]-@XMM[1]}, [$out]!
    +	veor		@XMM[9], @XMM[4], @XMM[11]
    +	vld1.64		{@XMM[14]}, [r0,:128]!
    +	veor		@XMM[10], @XMM[2], @XMM[12]
    +	vst1.8		{@XMM[8]-@XMM[9]}, [$out]!
    +	veor		@XMM[11], @XMM[7], @XMM[13]
    +	veor		@XMM[12], @XMM[3], @XMM[14]
    +	vst1.8		{@XMM[10]-@XMM[11]}, [$out]!
    +	vst1.8		{@XMM[12]}, [$out]!
    +
    +	vld1.64		{@XMM[8]}, [r0,:128]		@ next round tweak
    +	b		.Lxts_dec_done
    +.align	4
    +.Lxts_dec_6:
    +	vst1.64		{@XMM[14]}, [r0,:128]		@ next round tweak
    +
    +	veor		@XMM[4], @XMM[4], @XMM[12]
    +#ifndef	BSAES_ASM_EXTENDED_KEY
    +	add		r4, sp, #0x90			@ pass key schedule
    +#else
    +	add		r4, $key, #248			@ pass key schedule
    +#endif
    +	veor		@XMM[5], @XMM[5], @XMM[13]
    +	mov		r5, $rounds			@ pass rounds
    +	mov		r0, sp
    +
    +	bl		_bsaes_decrypt8
    +
    +	vld1.64		{@XMM[ 8]-@XMM[ 9]}, [r0,:128]!
    +	vld1.64		{@XMM[10]-@XMM[11]}, [r0,:128]!
    +	veor		@XMM[0], @XMM[0], @XMM[ 8]
    +	vld1.64		{@XMM[12]-@XMM[13]}, [r0,:128]!
    +	veor		@XMM[1], @XMM[1], @XMM[ 9]
    +	veor		@XMM[8], @XMM[6], @XMM[10]
    +	vst1.8		{@XMM[0]-@XMM[1]}, [$out]!
    +	veor		@XMM[9], @XMM[4], @XMM[11]
    +	veor		@XMM[10], @XMM[2], @XMM[12]
    +	vst1.8		{@XMM[8]-@XMM[9]}, [$out]!
    +	veor		@XMM[11], @XMM[7], @XMM[13]
    +	vst1.8		{@XMM[10]-@XMM[11]}, [$out]!
    +
    +	vld1.64		{@XMM[8]}, [r0,:128]		@ next round tweak
    +	b		.Lxts_dec_done
    +.align	4
    +.Lxts_dec_5:
    +	vst1.64		{@XMM[13]}, [r0,:128]		@ next round tweak
    +
    +	veor		@XMM[3], @XMM[3], @XMM[11]
    +#ifndef	BSAES_ASM_EXTENDED_KEY
    +	add		r4, sp, #0x90			@ pass key schedule
    +#else
    +	add		r4, $key, #248			@ pass key schedule
    +#endif
    +	veor		@XMM[4], @XMM[4], @XMM[12]
    +	mov		r5, $rounds			@ pass rounds
    +	mov		r0, sp
    +
    +	bl		_bsaes_decrypt8
    +
    +	vld1.64		{@XMM[ 8]-@XMM[ 9]}, [r0,:128]!
    +	vld1.64		{@XMM[10]-@XMM[11]}, [r0,:128]!
    +	veor		@XMM[0], @XMM[0], @XMM[ 8]
    +	vld1.64		{@XMM[12]}, [r0,:128]!
    +	veor		@XMM[1], @XMM[1], @XMM[ 9]
    +	veor		@XMM[8], @XMM[6], @XMM[10]
    +	vst1.8		{@XMM[0]-@XMM[1]}, [$out]!
    +	veor		@XMM[9], @XMM[4], @XMM[11]
    +	veor		@XMM[10], @XMM[2], @XMM[12]
    +	vst1.8		{@XMM[8]-@XMM[9]}, [$out]!
    +	vst1.8		{@XMM[10]}, [$out]!
    +
    +	vld1.64		{@XMM[8]}, [r0,:128]		@ next round tweak
    +	b		.Lxts_dec_done
    +.align	4
    +.Lxts_dec_4:
    +	vst1.64		{@XMM[12]}, [r0,:128]		@ next round tweak
    +
    +	veor		@XMM[2], @XMM[2], @XMM[10]
    +#ifndef	BSAES_ASM_EXTENDED_KEY
    +	add		r4, sp, #0x90			@ pass key schedule
    +#else
    +	add		r4, $key, #248			@ pass key schedule
    +#endif
    +	veor		@XMM[3], @XMM[3], @XMM[11]
    +	mov		r5, $rounds			@ pass rounds
    +	mov		r0, sp
    +
    +	bl		_bsaes_decrypt8
    +
    +	vld1.64		{@XMM[ 8]-@XMM[ 9]}, [r0,:128]!
    +	vld1.64		{@XMM[10]-@XMM[11]}, [r0,:128]!
    +	veor		@XMM[0], @XMM[0], @XMM[ 8]
    +	veor		@XMM[1], @XMM[1], @XMM[ 9]
    +	veor		@XMM[8], @XMM[6], @XMM[10]
    +	vst1.8		{@XMM[0]-@XMM[1]}, [$out]!
    +	veor		@XMM[9], @XMM[4], @XMM[11]
    +	vst1.8		{@XMM[8]-@XMM[9]}, [$out]!
    +
    +	vld1.64		{@XMM[8]}, [r0,:128]		@ next round tweak
    +	b		.Lxts_dec_done
    +.align	4
    +.Lxts_dec_3:
    +	vst1.64		{@XMM[11]}, [r0,:128]		@ next round tweak
    +
    +	veor		@XMM[1], @XMM[1], @XMM[9]
    +#ifndef	BSAES_ASM_EXTENDED_KEY
    +	add		r4, sp, #0x90			@ pass key schedule
    +#else
    +	add		r4, $key, #248			@ pass key schedule
    +#endif
    +	veor		@XMM[2], @XMM[2], @XMM[10]
    +	mov		r5, $rounds			@ pass rounds
    +	mov		r0, sp
    +
    +	bl		_bsaes_decrypt8
    +
    +	vld1.64		{@XMM[8]-@XMM[9]}, [r0,:128]!
    +	vld1.64		{@XMM[10]}, [r0,:128]!
    +	veor		@XMM[0], @XMM[0], @XMM[ 8]
    +	veor		@XMM[1], @XMM[1], @XMM[ 9]
    +	veor		@XMM[8], @XMM[6], @XMM[10]
    +	vst1.8		{@XMM[0]-@XMM[1]}, [$out]!
    +	vst1.8		{@XMM[8]}, [$out]!
    +
    +	vld1.64		{@XMM[8]}, [r0,:128]		@ next round tweak
    +	b		.Lxts_dec_done
    +.align	4
    +.Lxts_dec_2:
    +	vst1.64		{@XMM[10]}, [r0,:128]		@ next round tweak
    +
    +	veor		@XMM[0], @XMM[0], @XMM[8]
    +#ifndef	BSAES_ASM_EXTENDED_KEY
    +	add		r4, sp, #0x90			@ pass key schedule
    +#else
    +	add		r4, $key, #248			@ pass key schedule
    +#endif
    +	veor		@XMM[1], @XMM[1], @XMM[9]
    +	mov		r5, $rounds			@ pass rounds
    +	mov		r0, sp
    +
    +	bl		_bsaes_decrypt8
    +
    +	vld1.64		{@XMM[8]-@XMM[9]}, [r0,:128]!
    +	veor		@XMM[0], @XMM[0], @XMM[ 8]
    +	veor		@XMM[1], @XMM[1], @XMM[ 9]
    +	vst1.8		{@XMM[0]-@XMM[1]}, [$out]!
    +
    +	vld1.64		{@XMM[8]}, [r0,:128]		@ next round tweak
    +	b		.Lxts_dec_done
    +.align	4
    +.Lxts_dec_1:
    +	mov		r0, sp
    +	veor		@XMM[0], @XMM[8]
    +	mov		r1, sp
    +	vst1.8		{@XMM[0]}, [sp,:128]
    +	mov		r2, $key
    +	mov		r4, $fp				@ preserve fp
    +	mov		r5, $magic			@ preserve magic
    +
    +	bl		AES_decrypt
    +
    +	vld1.8		{@XMM[0]}, [sp,:128]
    +	veor		@XMM[0], @XMM[0], @XMM[8]
    +	vst1.8		{@XMM[0]}, [$out]!
    +	mov		$fp, r4
    +	mov		$magic, r5
    +
    +	vmov		@XMM[8], @XMM[9]		@ next round tweak
    +
    +.Lxts_dec_done:
    +#ifndef	XTS_CHAIN_TWEAK
    +	adds		$len, #0x10
    +	beq		.Lxts_dec_ret
    +
    +	@ calculate one round of extra tweak for the stolen ciphertext
    +	vldmia		$magic, {$twmask}
    +	vshr.s64	@XMM[6], @XMM[8], #63
    +	vand		@XMM[6], @XMM[6], $twmask
    +	vadd.u64	@XMM[9], @XMM[8], @XMM[8]
    +	vswp		`&Dhi("@XMM[6]")`,`&Dlo("@XMM[6]")`
    +	veor		@XMM[9], @XMM[9], @XMM[6]
    +
    +	@ perform the final decryption with the last tweak value
    +	vld1.8		{@XMM[0]}, [$inp]!
    +	mov		r0, sp
    +	veor		@XMM[0], @XMM[0], @XMM[9]
    +	mov		r1, sp
    +	vst1.8		{@XMM[0]}, [sp,:128]
    +	mov		r2, $key
    +	mov		r4, $fp			@ preserve fp
    +
    +	bl		AES_decrypt
    +
    +	vld1.8		{@XMM[0]}, [sp,:128]
    +	veor		@XMM[0], @XMM[0], @XMM[9]
    +	vst1.8		{@XMM[0]}, [$out]
    +
    +	mov		r6, $out
    +.Lxts_dec_steal:
    +	ldrb		r1, [$out]
    +	ldrb		r0, [$inp], #1
    +	strb		r1, [$out, #0x10]
    +	strb		r0, [$out], #1
    +
    +	subs		$len, #1
    +	bhi		.Lxts_dec_steal
    +
    +	vld1.8		{@XMM[0]}, [r6]
    +	mov		r0, sp
    +	veor		@XMM[0], @XMM[8]
    +	mov		r1, sp
    +	vst1.8		{@XMM[0]}, [sp,:128]
    +	mov		r2, $key
    +
    +	bl		AES_decrypt
    +
    +	vld1.8		{@XMM[0]}, [sp,:128]
    +	veor		@XMM[0], @XMM[0], @XMM[8]
    +	vst1.8		{@XMM[0]}, [r6]
    +	mov		$fp, r4
    +#endif
    +
    +.Lxts_dec_ret:
    +	bic		r0, $fp, #0xf
    +	vmov.i32	q0, #0
    +	vmov.i32	q1, #0
    +#ifdef	XTS_CHAIN_TWEAK
    +	ldr		r1, [$fp, #0x20+VFP_ABI_FRAME]	@ chain tweak
    +#endif
    +.Lxts_dec_bzero:				@ wipe key schedule [if any]
    +	vstmia		sp!, {q0-q1}
    +	cmp		sp, r0
    +	bne		.Lxts_dec_bzero
    +
    +	mov		sp, $fp
    +#ifdef	XTS_CHAIN_TWEAK
    +	vst1.8		{@XMM[8]}, [r1]
    +#endif
    +	VFP_ABI_POP
    +	ldmia		sp!, {r4-r10, pc}	@ return
    +
    +.size	bsaes_xts_decrypt,.-bsaes_xts_decrypt
    +___
    +}
    +$code.=<<___;
    +#endif
    +___
    +
    +$code =~ s/\`([^\`]*)\`/eval($1)/gem;
    +
    +open SELF,$0;
    +while() {
    +	next if (/^#!/);
    +        last if (!s/^#/@/ and !/^$/);
    +        print;
    +}
    +close SELF;
    +
    +print $code;
    +
    +close STDOUT;
    diff --git a/openssl/crypto/aes/asm/bsaes-x86_64.pl b/openssl/crypto/aes/asm/bsaes-x86_64.pl
    index 41b90f084..3f7d33c45 100644
    --- a/openssl/crypto/aes/asm/bsaes-x86_64.pl
    +++ b/openssl/crypto/aes/asm/bsaes-x86_64.pl
    @@ -38,8 +38,9 @@
     #		Emilia's	this(*)		difference
     #
     # Core 2    	9.30		8.69		+7%
    -# Nehalem(**) 	7.63		6.98		+9%
    -# Atom	    	17.1		17.4		-2%(***)
    +# Nehalem(**) 	7.63		6.88		+11%
    +# Atom	    	17.1		16.4		+4%
    +# Silvermont	-		12.9
     #
     # (*)	Comparison is not completely fair, because "this" is ECB,
     #	i.e. no extra processing such as counter values calculation
    @@ -50,14 +51,6 @@
     # (**)	Results were collected on Westmere, which is considered to
     #	be equivalent to Nehalem for this code.
     #
    -# (***)	Slowdown on Atom is rather strange per se, because original
    -#	implementation has a number of 9+-bytes instructions, which
    -#	are bad for Atom front-end, and which I eliminated completely.
    -#	In attempt to address deterioration sbox() was tested in FP
    -#	SIMD "domain" (movaps instead of movdqa, xorps instead of
    -#	pxor, etc.). While it resulted in nominal 4% improvement on
    -#	Atom, it hurted Westmere by more than 2x factor.
    -#
     # As for key schedule conversion subroutine. Interface to OpenSSL
     # relies on per-invocation on-the-fly conversion. This naturally
     # has impact on performance, especially for short inputs. Conversion
    @@ -67,7 +60,7 @@
     # 		conversion	conversion/8x block
     # Core 2	240		0.22
     # Nehalem	180		0.20
    -# Atom		430		0.19
    +# Atom		430		0.20
     #
     # The ratio values mean that 128-byte blocks will be processed
     # 16-18% slower, 256-byte blocks - 9-10%, 384-byte blocks - 6-7%,
    @@ -83,9 +76,10 @@
     # Add decryption procedure. Performance in CPU cycles spent to decrypt
     # one byte out of 4096-byte buffer with 128-bit key is:
     #
    -# Core 2	9.83
    -# Nehalem	7.74
    -# Atom		19.0
    +# Core 2	9.98
    +# Nehalem	7.80
    +# Atom		17.9
    +# Silvermont	14.0
     #
     # November 2011.
     #
    @@ -434,21 +428,21 @@ my $mask=pop;
     $code.=<<___;
     	pxor	0x00($key),@x[0]
     	pxor	0x10($key),@x[1]
    -	pshufb	$mask,@x[0]
     	pxor	0x20($key),@x[2]
    -	pshufb	$mask,@x[1]
     	pxor	0x30($key),@x[3]
    -	pshufb	$mask,@x[2]
    +	pshufb	$mask,@x[0]
    +	pshufb	$mask,@x[1]
     	pxor	0x40($key),@x[4]
    -	pshufb	$mask,@x[3]
     	pxor	0x50($key),@x[5]
    -	pshufb	$mask,@x[4]
    +	pshufb	$mask,@x[2]
    +	pshufb	$mask,@x[3]
     	pxor	0x60($key),@x[6]
    -	pshufb	$mask,@x[5]
     	pxor	0x70($key),@x[7]
    +	pshufb	$mask,@x[4]
    +	pshufb	$mask,@x[5]
     	pshufb	$mask,@x[6]
    -	lea	0x80($key),$key
     	pshufb	$mask,@x[7]
    +	lea	0x80($key),$key
     ___
     }
     
    @@ -820,18 +814,18 @@ _bsaes_encrypt8:
     	movdqa	0x50($const), @XMM[8]	# .LM0SR
     	pxor	@XMM[9], @XMM[0]	# xor with round0 key
     	pxor	@XMM[9], @XMM[1]
    -	 pshufb	@XMM[8], @XMM[0]
     	pxor	@XMM[9], @XMM[2]
    -	 pshufb	@XMM[8], @XMM[1]
     	pxor	@XMM[9], @XMM[3]
    -	 pshufb	@XMM[8], @XMM[2]
    +	 pshufb	@XMM[8], @XMM[0]
    +	 pshufb	@XMM[8], @XMM[1]
     	pxor	@XMM[9], @XMM[4]
    -	 pshufb	@XMM[8], @XMM[3]
     	pxor	@XMM[9], @XMM[5]
    -	 pshufb	@XMM[8], @XMM[4]
    +	 pshufb	@XMM[8], @XMM[2]
    +	 pshufb	@XMM[8], @XMM[3]
     	pxor	@XMM[9], @XMM[6]
    -	 pshufb	@XMM[8], @XMM[5]
     	pxor	@XMM[9], @XMM[7]
    +	 pshufb	@XMM[8], @XMM[4]
    +	 pshufb	@XMM[8], @XMM[5]
     	 pshufb	@XMM[8], @XMM[6]
     	 pshufb	@XMM[8], @XMM[7]
     _bsaes_encrypt8_bitslice:
    @@ -884,18 +878,18 @@ _bsaes_decrypt8:
     	movdqa	-0x30($const), @XMM[8]	# .LM0ISR
     	pxor	@XMM[9], @XMM[0]	# xor with round0 key
     	pxor	@XMM[9], @XMM[1]
    -	 pshufb	@XMM[8], @XMM[0]
     	pxor	@XMM[9], @XMM[2]
    -	 pshufb	@XMM[8], @XMM[1]
     	pxor	@XMM[9], @XMM[3]
    -	 pshufb	@XMM[8], @XMM[2]
    +	 pshufb	@XMM[8], @XMM[0]
    +	 pshufb	@XMM[8], @XMM[1]
     	pxor	@XMM[9], @XMM[4]
    -	 pshufb	@XMM[8], @XMM[3]
     	pxor	@XMM[9], @XMM[5]
    -	 pshufb	@XMM[8], @XMM[4]
    +	 pshufb	@XMM[8], @XMM[2]
    +	 pshufb	@XMM[8], @XMM[3]
     	pxor	@XMM[9], @XMM[6]
    -	 pshufb	@XMM[8], @XMM[5]
     	pxor	@XMM[9], @XMM[7]
    +	 pshufb	@XMM[8], @XMM[4]
    +	 pshufb	@XMM[8], @XMM[5]
     	 pshufb	@XMM[8], @XMM[6]
     	 pshufb	@XMM[8], @XMM[7]
     ___
    @@ -1937,21 +1931,21 @@ $code.=<<___;
     	movdqa	-0x10(%r11), @XMM[8]	# .LSWPUPM0SR
     	pxor	@XMM[9], @XMM[0]	# xor with round0 key
     	pxor	@XMM[9], @XMM[1]
    -	 pshufb	@XMM[8], @XMM[0]
     	pxor	@XMM[9], @XMM[2]
    -	 pshufb	@XMM[8], @XMM[1]
     	pxor	@XMM[9], @XMM[3]
    -	 pshufb	@XMM[8], @XMM[2]
    +	 pshufb	@XMM[8], @XMM[0]
    +	 pshufb	@XMM[8], @XMM[1]
     	pxor	@XMM[9], @XMM[4]
    -	 pshufb	@XMM[8], @XMM[3]
     	pxor	@XMM[9], @XMM[5]
    -	 pshufb	@XMM[8], @XMM[4]
    +	 pshufb	@XMM[8], @XMM[2]
    +	 pshufb	@XMM[8], @XMM[3]
     	pxor	@XMM[9], @XMM[6]
    -	 pshufb	@XMM[8], @XMM[5]
     	pxor	@XMM[9], @XMM[7]
    +	 pshufb	@XMM[8], @XMM[4]
    +	 pshufb	@XMM[8], @XMM[5]
     	 pshufb	@XMM[8], @XMM[6]
    -	lea	.LBS0(%rip), %r11	# constants table
     	 pshufb	@XMM[8], @XMM[7]
    +	lea	.LBS0(%rip), %r11	# constants table
     	mov	%ebx,%r10d		# pass rounds
     
     	call	_bsaes_encrypt8_bitslice
    diff --git a/openssl/crypto/aes/asm/vpaes-ppc.pl b/openssl/crypto/aes/asm/vpaes-ppc.pl
    new file mode 100755
    index 000000000..7fda60ed9
    --- /dev/null
    +++ b/openssl/crypto/aes/asm/vpaes-ppc.pl
    @@ -0,0 +1,1512 @@
    +#!/usr/bin/env perl
    +
    +######################################################################
    +## Constant-time SSSE3 AES core implementation.
    +## version 0.1
    +##
    +## By Mike Hamburg (Stanford University), 2009
    +## Public domain.
    +##
    +## For details see http://shiftleft.org/papers/vector_aes/ and
    +## http://crypto.stanford.edu/vpaes/.
    +
    +# CBC encrypt/decrypt performance in cycles per byte processed with
    +# 128-bit key.
    +#
    +#		aes-ppc.pl		this
    +# G4e		35.5/52.1/(23.8)	11.9(*)/15.4
    +# POWER6	42.7/54.3/(28.2)	63.0/92.8(**)
    +# POWER7	32.3/42.9/(18.4)	18.5/23.3
    +#
    +# (*)	This is ~10% worse than reported in paper. The reason is
    +#	twofold. This module doesn't make any assumption about
    +#	key schedule (or data for that matter) alignment and handles
    +#	it in-line. Secondly it, being transliterated from
    +#	vpaes-x86_64.pl, relies on "nested inversion" better suited
    +#	for Intel CPUs.
    +# (**)	Inadequate POWER6 performance is due to astronomic AltiVec
    +#	latency, 9 cycles per simple logical operation.
    +
    +$flavour = shift;
    +
    +if ($flavour =~ /64/) {
    +	$SIZE_T	=8;
    +	$LRSAVE	=2*$SIZE_T;
    +	$STU	="stdu";
    +	$POP	="ld";
    +	$PUSH	="std";
    +	$UCMP	="cmpld";
    +} elsif ($flavour =~ /32/) {
    +	$SIZE_T	=4;
    +	$LRSAVE	=$SIZE_T;
    +	$STU	="stwu";
    +	$POP	="lwz";
    +	$PUSH	="stw";
    +	$UCMP	="cmplw";
    +} else { die "nonsense $flavour"; }
    +
    +$sp="r1";
    +$FRAME=6*$SIZE_T+13*16;	# 13*16 is for v20-v31 offload
    +
    +$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
    +( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
    +( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or
    +die "can't locate ppc-xlate.pl";
    +
    +open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
    +
    +$code.=<<___;
    +.machine	"any"
    +
    +.text
    +
    +.align	7	# totally strategic alignment
    +_vpaes_consts:
    +Lk_mc_forward:	# mc_forward
    +	.long	0x01020300, 0x05060704, 0x090a0b08, 0x0d0e0f0c	?inv
    +	.long	0x05060704, 0x090a0b08, 0x0d0e0f0c, 0x01020300	?inv
    +	.long	0x090a0b08, 0x0d0e0f0c, 0x01020300, 0x05060704	?inv
    +	.long	0x0d0e0f0c, 0x01020300, 0x05060704, 0x090a0b08	?inv
    +Lk_mc_backward:	# mc_backward
    +	.long	0x03000102, 0x07040506, 0x0b08090a, 0x0f0c0d0e	?inv
    +	.long	0x0f0c0d0e, 0x03000102, 0x07040506, 0x0b08090a	?inv
    +	.long	0x0b08090a, 0x0f0c0d0e, 0x03000102, 0x07040506	?inv
    +	.long	0x07040506, 0x0b08090a, 0x0f0c0d0e, 0x03000102	?inv
    +Lk_sr:		# sr
    +	.long	0x00010203, 0x04050607, 0x08090a0b, 0x0c0d0e0f	?inv
    +	.long	0x00050a0f, 0x04090e03, 0x080d0207, 0x0c01060b	?inv
    +	.long	0x0009020b, 0x040d060f, 0x08010a03, 0x0c050e07	?inv
    +	.long	0x000d0a07, 0x04010e0b, 0x0805020f, 0x0c090603	?inv
    +
    +##
    +## "Hot" constants
    +##
    +Lk_inv:		# inv, inva
    +	.long	0xf001080d, 0x0f06050e, 0x020c0b0a, 0x09030704	?rev
    +	.long	0xf0070b0f, 0x060a0401, 0x09080502, 0x0c0e0d03	?rev
    +Lk_ipt:		# input transform (lo, hi)
    +	.long	0x00702a5a, 0x98e8b2c2, 0x08782252, 0x90e0baca	?rev
    +	.long	0x004d7c31, 0x7d30014c, 0x81ccfdb0, 0xfcb180cd	?rev
    +Lk_sbo:		# sbou, sbot
    +	.long	0x00c7bd6f, 0x176dd2d0, 0x78a802c5, 0x7abfaa15	?rev
    +	.long	0x006abb5f, 0xa574e4cf, 0xfa352b41, 0xd1901e8e	?rev
    +Lk_sb1:		# sb1u, sb1t
    +	.long	0x0023e2fa, 0x15d41836, 0xefd92e0d, 0xc1ccf73b	?rev
    +	.long	0x003e50cb, 0x8fe19bb1, 0x44f52a14, 0x6e7adfa5	?rev
    +Lk_sb2:		# sb2u, sb2t
    +	.long	0x0029e10a, 0x4088eb69, 0x4a2382ab, 0xc863a1c2	?rev
    +	.long	0x0024710b, 0xc6937ae2, 0xcd2f98bc, 0x55e9b75e	?rev
    +
    +##
    +##  Decryption stuff
    +##
    +Lk_dipt:	# decryption input transform
    +	.long	0x005f540b, 0x045b500f, 0x1a454e11, 0x1e414a15	?rev
    +	.long	0x00650560, 0xe683e386, 0x94f191f4, 0x72177712	?rev
    +Lk_dsbo:	# decryption sbox final output
    +	.long	0x0040f97e, 0x53ea8713, 0x2d3e94d4, 0xb96daac7	?rev
    +	.long	0x001d4493, 0x0f56d712, 0x9c8ec5d8, 0x59814bca	?rev
    +Lk_dsb9:	# decryption sbox output *9*u, *9*t
    +	.long	0x00d6869a, 0x53031c85, 0xc94c994f, 0x501fd5ca	?rev
    +	.long	0x0049d7ec, 0x89173bc0, 0x65a5fbb2, 0x9e2c5e72	?rev
    +Lk_dsbd:	# decryption sbox output *D*u, *D*t
    +	.long	0x00a2b1e6, 0xdfcc577d, 0x39442a88, 0x139b6ef5	?rev
    +	.long	0x00cbc624, 0xf7fae23c, 0xd3efde15, 0x0d183129	?rev
    +Lk_dsbb:	# decryption sbox output *B*u, *B*t
    +	.long	0x0042b496, 0x926422d0, 0x04d4f2b0, 0xf6462660	?rev
    +	.long	0x006759cd, 0xa69894c1, 0x6baa5532, 0x3e0cfff3	?rev
    +Lk_dsbe:	# decryption sbox output *E*u, *E*t
    +	.long	0x00d0d426, 0x9692f246, 0xb0f6b464, 0x04604222	?rev
    +	.long	0x00c1aaff, 0xcda6550c, 0x323e5998, 0x6bf36794	?rev
    +
    +##
    +##  Key schedule constants
    +##
    +Lk_dksd:	# decryption key schedule: invskew x*D
    +	.long	0x0047e4a3, 0x5d1ab9fe, 0xf9be1d5a, 0xa4e34007	?rev
    +	.long	0x008336b5, 0xf477c241, 0x1e9d28ab, 0xea69dc5f	?rev
    +Lk_dksb:	# decryption key schedule: invskew x*B
    +	.long	0x00d55085, 0x1fca4f9a, 0x994cc91c, 0x8653d603	?rev
    +	.long	0x004afcb6, 0xa7ed5b11, 0xc882347e, 0x6f2593d9	?rev
    +Lk_dkse:	# decryption key schedule: invskew x*E + 0x63
    +	.long	0x00d6c91f, 0xca1c03d5, 0x86504f99, 0x4c9a8553	?rev
    +	.long	0xe87bdc4f, 0x059631a2, 0x8714b320, 0x6af95ecd	?rev
    +Lk_dks9:	# decryption key schedule: invskew x*9
    +	.long	0x00a7d97e, 0xc86f11b6, 0xfc5b2582, 0x3493ed4a	?rev
    +	.long	0x00331427, 0x62517645, 0xcefddae9, 0xac9fb88b	?rev
    +
    +Lk_rcon:	# rcon
    +	.long	0xb6ee9daf, 0xb991831f, 0x817d7c4d, 0x08982a70	?asis
    +Lk_s63:
    +	.long	0x5b5b5b5b, 0x5b5b5b5b, 0x5b5b5b5b, 0x5b5b5b5b	?asis
    +
    +Lk_opt:		# output transform
    +	.long	0x0060b6d6, 0x29499fff, 0x0868bede, 0x214197f7	?rev
    +	.long	0x00ecbc50, 0x51bded01, 0xe00c5cb0, 0xb15d0de1	?rev
    +Lk_deskew:	# deskew tables: inverts the sbox's "skew"
    +	.long	0x00e3a447, 0x40a3e407, 0x1af9be5d, 0x5ab9fe1d	?rev
    +	.long	0x0069ea83, 0xdcb5365f, 0x771e9df4, 0xabc24128	?rev
    +.align	5
    +Lconsts:
    +	mflr	r0
    +	bcl	20,31,\$+4
    +	mflr	r12	#vvvvv "distance between . and _vpaes_consts
    +	addi	r12,r12,-0x308
    +	mtlr	r0
    +	blr
    +	.long	0
    +	.byte	0,12,0x14,0,0,0,0,0
    +.asciz  "Vector Permutation AES for AltiVec, Mike Hamburg (Stanford University)"
    +.align	6
    +___
    +
    +my ($inptail,$inpperm,$outhead,$outperm,$outmask,$keyperm) = map("v$_",(26..31));
    +{
    +my ($inp,$out,$key) = map("r$_",(3..5));
    +
    +my ($invlo,$invhi,$iptlo,$ipthi,$sbou,$sbot) = map("v$_",(10..15));
    +my ($sb1u,$sb1t,$sb2u,$sb2t) = map("v$_",(16..19));
    +my ($sb9u,$sb9t,$sbdu,$sbdt,$sbbu,$sbbt,$sbeu,$sbet)=map("v$_",(16..23));
    +
    +$code.=<<___;
    +##
    +##  _aes_preheat
    +##
    +##  Fills register %r10 -> .aes_consts (so you can -fPIC)
    +##  and %xmm9-%xmm15 as specified below.
    +##
    +.align	4
    +_vpaes_encrypt_preheat:
    +	mflr	r8
    +	bl	Lconsts
    +	mtlr	r8
    +	li	r11, 0xc0		# Lk_inv
    +	li	r10, 0xd0
    +	li	r9,  0xe0		# Lk_ipt
    +	li	r8,  0xf0
    +	vxor	v7, v7, v7		# 0x00..00
    +	vspltisb	v8,4		# 0x04..04
    +	vspltisb	v9,0x0f		# 0x0f..0f
    +	lvx	$invlo, r12, r11
    +	li	r11, 0x100
    +	lvx	$invhi, r12, r10
    +	li	r10, 0x110
    +	lvx	$iptlo, r12, r9
    +	li	r9,  0x120
    +	lvx	$ipthi, r12, r8
    +	li	r8,  0x130
    +	lvx	$sbou, r12, r11
    +	li	r11, 0x140
    +	lvx	$sbot, r12, r10
    +	li	r10, 0x150
    +	lvx	$sb1u, r12, r9
    +	lvx	$sb1t, r12, r8
    +	lvx	$sb2u, r12, r11
    +	lvx	$sb2t, r12, r10
    +	blr
    +	.long	0
    +	.byte	0,12,0x14,0,0,0,0,0
    +
    +##
    +##  _aes_encrypt_core
    +##
    +##  AES-encrypt %xmm0.
    +##
    +##  Inputs:
    +##     %xmm0 = input
    +##     %xmm9-%xmm15 as in _vpaes_preheat
    +##    (%rdx) = scheduled keys
    +##
    +##  Output in %xmm0
    +##  Clobbers  %xmm1-%xmm6, %r9, %r10, %r11, %rax
    +##
    +##
    +.align 5
    +_vpaes_encrypt_core:
    +	lwz	r8, 240($key)		# pull rounds
    +	li	r9, 16
    +	lvx	v5, 0, $key		# vmovdqu	(%r9),	%xmm5		# round0 key
    +	li	r11, 0x10
    +	lvx	v6, r9, $key
    +	addi	r9, r9, 16
    +	?vperm	v5, v5, v6, $keyperm	# align round key
    +	addi	r10, r11, 0x40
    +	vsrb	v1, v0, v8		# vpsrlb	\$4,	%xmm0,	%xmm0
    +	vperm	v0, $iptlo, $iptlo, v0	# vpshufb	%xmm1,	%xmm2,	%xmm1
    +	vperm	v1, $ipthi, $ipthi, v1	# vpshufb	%xmm0,	%xmm3,	%xmm2
    +	vxor	v0, v0, v5		# vpxor	%xmm5,	%xmm1,	%xmm0
    +	vxor	v0, v0, v1		# vpxor	%xmm2,	%xmm0,	%xmm0
    +	mtctr	r8
    +	b	Lenc_entry
    +
    +.align 4
    +Lenc_loop:
    +	# middle of middle round
    +	vperm	v4, $sb1t, v7, v2	# vpshufb	%xmm2,	%xmm13,	%xmm4	# 4 = sb1u
    +	lvx	v1, r12, r11		# vmovdqa	-0x40(%r11,%r10), %xmm1	# .Lk_mc_forward[]
    +	addi	r11, r11, 16
    +	vperm	v0, $sb1u, v7, v3	# vpshufb	%xmm3,	%xmm12,	%xmm0	# 0 = sb1t
    +	vxor	v4, v4, v5		# vpxor		%xmm5,	%xmm4,	%xmm4	# 4 = sb1u + k
    +	andi.	r11, r11, 0x30		# and		\$0x30, %r11	# ... mod 4
    +	vperm	v5, $sb2t, v7, v2	# vpshufb	%xmm2,	%xmm15,	%xmm5	# 4 = sb2u
    +	vxor	v0, v0, v4		# vpxor		%xmm4,	%xmm0,	%xmm0	# 0 = A
    +	vperm	v2, $sb2u, v7, v3	# vpshufb	%xmm3,	%xmm14,	%xmm2	# 2 = sb2t
    +	lvx	v4, r12, r10		# vmovdqa	(%r11,%r10), %xmm4	# .Lk_mc_backward[]
    +	addi	r10, r11, 0x40
    +	vperm	v3, v0, v7, v1		# vpshufb	%xmm1,	%xmm0,	%xmm3	# 0 = B
    +	vxor	v2, v2, v5		# vpxor		%xmm5,	%xmm2,	%xmm2	# 2 = 2A
    +	vperm	v0, v0, v7, v4		# vpshufb	%xmm4,	%xmm0,	%xmm0	# 3 = D
    +	vxor	v3, v3, v2		# vpxor		%xmm2,	%xmm3,	%xmm3	# 0 = 2A+B
    +	vperm	v4, v3, v7, v1		# vpshufb	%xmm1,	%xmm3,	%xmm4	# 0 = 2B+C
    +	vxor	v0, v0, v3		# vpxor		%xmm3,	%xmm0,	%xmm0	# 3 = 2A+B+D
    +	vxor	v0, v0, v4		# vpxor		%xmm4,	%xmm0, %xmm0	# 0 = 2A+3B+C+D
    +
    +Lenc_entry:
    +	# top of round
    +	vsrb	v1, v0, v8		# vpsrlb	\$4,	%xmm0,	%xmm0	# 1 = i
    +	vperm	v5, $invhi, $invhi, v0	# vpshufb	%xmm1,	%xmm11,	%xmm5	# 2 = a/k
    +	vxor	v0, v0, v1		# vpxor		%xmm0,	%xmm1,	%xmm1	# 0 = j
    +	vperm	v3, $invlo, $invlo, v1	# vpshufb	%xmm0, 	%xmm10,	%xmm3  	# 3 = 1/i
    +	vperm	v4, $invlo, $invlo, v0	# vpshufb	%xmm1, 	%xmm10,	%xmm4  	# 4 = 1/j
    +	vand	v0, v0, v9
    +	vxor	v3, v3, v5		# vpxor		%xmm5,	%xmm3,	%xmm3	# 3 = iak = 1/i + a/k
    +	vxor	v4, v4, v5		# vpxor		%xmm5,	%xmm4,	%xmm4  	# 4 = jak = 1/j + a/k
    +	vperm	v2, $invlo, v7, v3	# vpshufb	%xmm3,	%xmm10,	%xmm2  	# 2 = 1/iak
    +	vmr	v5, v6
    +	lvx	v6, r9, $key		# vmovdqu	(%r9), %xmm5
    +	vperm	v3, $invlo, v7, v4	# vpshufb	%xmm4,	%xmm10,	%xmm3	# 3 = 1/jak
    +	addi	r9, r9, 16
    +	vxor	v2, v2, v0		# vpxor		%xmm1,	%xmm2,	%xmm2  	# 2 = io
    +	?vperm	v5, v5, v6, $keyperm	# align round key
    +	vxor	v3, v3, v1		# vpxor		%xmm0,	%xmm3,	%xmm3	# 3 = jo
    +	bdnz	Lenc_loop
    +
    +	# middle of last round
    +	addi	r10, r11, 0x80
    +					# vmovdqa	-0x60(%r10), %xmm4	# 3 : sbou	.Lk_sbo
    +					# vmovdqa	-0x50(%r10), %xmm0	# 0 : sbot	.Lk_sbo+16
    +	vperm	v4, $sbou, v7, v2	# vpshufb	%xmm2,	%xmm4,	%xmm4	# 4 = sbou
    +	lvx	v1, r12, r10		# vmovdqa	0x40(%r11,%r10), %xmm1	# .Lk_sr[]
    +	vperm	v0, $sbot, v7, v3	# vpshufb	%xmm3,	%xmm0,	%xmm0	# 0 = sb1t
    +	vxor	v4, v4, v5		# vpxor		%xmm5,	%xmm4,	%xmm4	# 4 = sb1u + k
    +	vxor	v0, v0, v4		# vpxor		%xmm4,	%xmm0,	%xmm0	# 0 = A
    +	vperm	v0, v0, v7, v1		# vpshufb	%xmm1,	%xmm0,	%xmm0
    +	blr
    +	.long	0
    +	.byte	0,12,0x14,0,0,0,0,0
    +
    +.globl	.vpaes_encrypt
    +.align	5
    +.vpaes_encrypt:
    +	$STU	$sp,-$FRAME($sp)
    +	li	r10,`15+6*$SIZE_T`
    +	li	r11,`31+6*$SIZE_T`
    +	mflr	r6
    +	mfspr	r7, 256			# save vrsave
    +	stvx	v20,r10,$sp
    +	addi	r10,r10,32
    +	stvx	v21,r11,$sp
    +	addi	r11,r11,32
    +	stvx	v22,r10,$sp
    +	addi	r10,r10,32
    +	stvx	v23,r11,$sp
    +	addi	r11,r11,32
    +	stvx	v24,r10,$sp
    +	addi	r10,r10,32
    +	stvx	v25,r11,$sp
    +	addi	r11,r11,32
    +	stvx	v26,r10,$sp
    +	addi	r10,r10,32
    +	stvx	v27,r11,$sp
    +	addi	r11,r11,32
    +	stvx	v28,r10,$sp
    +	addi	r10,r10,32
    +	stvx	v29,r11,$sp
    +	addi	r11,r11,32
    +	stvx	v30,r10,$sp
    +	stvx	v31,r11,$sp
    +	stw	r7,`$FRAME-4`($sp)	# save vrsave
    +	li	r0, -1
    +	$PUSH	r6,`$FRAME+$LRSAVE`($sp)
    +	mtspr	256, r0			# preserve all AltiVec registers
    +
    +	bl	_vpaes_encrypt_preheat
    +
    +	?lvsl	$inpperm, 0, $inp	# prepare for unaligned access
    +	lvx	v0, 0, $inp
    +	addi	$inp, $inp, 15		# 15 is not a typo
    +	 ?lvsr	$outperm, 0, $out
    +	?lvsl	$keyperm, 0, $key	# prepare for unaligned access
    +	 vnor	$outmask, v7, v7	# 0xff..ff
    +	lvx	$inptail, 0, $inp	# redundant in aligned case
    +	 ?vperm	$outmask, v7, $outmask, $outperm
    +	 lvx	$outhead, 0, $out
    +	?vperm	v0, v0, $inptail, $inpperm
    +
    +	bl	_vpaes_encrypt_core
    +
    +	vperm	v0, v0, v0, $outperm	# rotate right/left
    +	vsel	v1, $outhead, v0, $outmask
    +	vmr	$outhead, v0
    +	stvx	v1, 0, $out
    +	addi	$out, $out, 15		# 15 is not a typo
    +	########
    +
    +	lvx	v1, 0, $out		# redundant in aligned case
    +	vsel	v1, $outhead, v1, $outmask
    +	stvx	v1, 0, $out
    +
    +	li	r10,`15+6*$SIZE_T`
    +	li	r11,`31+6*$SIZE_T`
    +	mtlr	r6
    +	mtspr	256, r7			# restore vrsave
    +	lvx	v20,r10,$sp
    +	addi	r10,r10,32
    +	lvx	v21,r11,$sp
    +	addi	r11,r11,32
    +	lvx	v22,r10,$sp
    +	addi	r10,r10,32
    +	lvx	v23,r11,$sp
    +	addi	r11,r11,32
    +	lvx	v24,r10,$sp
    +	addi	r10,r10,32
    +	lvx	v25,r11,$sp
    +	addi	r11,r11,32
    +	lvx	v26,r10,$sp
    +	addi	r10,r10,32
    +	lvx	v27,r11,$sp
    +	addi	r11,r11,32
    +	lvx	v28,r10,$sp
    +	addi	r10,r10,32
    +	lvx	v29,r11,$sp
    +	addi	r11,r11,32
    +	lvx	v30,r10,$sp
    +	lvx	v31,r11,$sp
    +	addi	$sp,$sp,$FRAME
    +	blr
    +	.long	0
    +	.byte	0,12,0x04,1,0x80,0,3,0
    +	.long	0
    +.size	.vpaes_encrypt,.-.vpaes_encrypt
    +
    +.align	4
    +_vpaes_decrypt_preheat:
    +	mflr	r8
    +	bl	Lconsts
    +	mtlr	r8
    +	li	r11, 0xc0		# Lk_inv
    +	li	r10, 0xd0
    +	li	r9,  0x160		# Ldipt
    +	li	r8,  0x170
    +	vxor	v7, v7, v7		# 0x00..00
    +	vspltisb	v8,4		# 0x04..04
    +	vspltisb	v9,0x0f		# 0x0f..0f
    +	lvx	$invlo, r12, r11
    +	li	r11, 0x180
    +	lvx	$invhi, r12, r10
    +	li	r10, 0x190
    +	lvx	$iptlo, r12, r9
    +	li	r9,  0x1a0
    +	lvx	$ipthi, r12, r8
    +	li	r8,  0x1b0
    +	lvx	$sbou, r12, r11
    +	li	r11, 0x1c0
    +	lvx	$sbot, r12, r10
    +	li	r10, 0x1d0
    +	lvx	$sb9u, r12, r9
    +	li	r9,  0x1e0
    +	lvx	$sb9t, r12, r8
    +	li	r8,  0x1f0
    +	lvx	$sbdu, r12, r11
    +	li	r11, 0x200
    +	lvx	$sbdt, r12, r10
    +	li	r10, 0x210
    +	lvx	$sbbu, r12, r9
    +	lvx	$sbbt, r12, r8
    +	lvx	$sbeu, r12, r11
    +	lvx	$sbet, r12, r10
    +	blr
    +	.long	0
    +	.byte	0,12,0x14,0,0,0,0,0
    +
    +##
    +##  Decryption core
    +##
    +##  Same API as encryption core.
    +##
    +.align	4
    +_vpaes_decrypt_core:
    +	lwz	r8, 240($key)		# pull rounds
    +	li	r9, 16
    +	lvx	v5, 0, $key		# vmovdqu	(%r9),	%xmm4		# round0 key
    +	li	r11, 0x30
    +	lvx	v6, r9, $key
    +	addi	r9, r9, 16
    +	?vperm	v5, v5, v6, $keyperm	# align round key
    +	vsrb	v1, v0, v8		# vpsrlb	\$4,	%xmm0,	%xmm0
    +	vperm	v0, $iptlo, $iptlo, v0	# vpshufb	%xmm1,	%xmm2,	%xmm2
    +	vperm	v1, $ipthi, $ipthi, v1	# vpshufb	%xmm0,	%xmm1,	%xmm0
    +	vxor	v0, v0, v5		# vpxor	%xmm4,	%xmm2,	%xmm2
    +	vxor	v0, v0, v1		# vpxor	%xmm2,	%xmm0,	%xmm0
    +	mtctr	r8
    +	b	Ldec_entry
    +
    +.align 4
    +Ldec_loop:
    +#
    +#  Inverse mix columns
    +#
    +	lvx	v0, r12, r11		# v5 and v0 are flipped
    +					# vmovdqa	-0x20(%r10),%xmm4		# 4 : sb9u
    +					# vmovdqa	-0x10(%r10),%xmm1		# 0 : sb9t
    +	vperm	v4, $sb9u, v7, v2	# vpshufb	%xmm2,	%xmm4,	%xmm4		# 4 = sb9u
    +	subi	r11, r11, 16
    +	vperm	v1, $sb9t, v7, v3	# vpshufb	%xmm3,	%xmm1,	%xmm1		# 0 = sb9t
    +	andi.	r11, r11, 0x30
    +	vxor	v5, v5, v4		# vpxor		%xmm4,	%xmm0,	%xmm0
    +					# vmovdqa	0x00(%r10),%xmm4		# 4 : sbdu
    +	vxor	v5, v5, v1		# vpxor		%xmm1,	%xmm0,	%xmm0		# 0 = ch
    +					# vmovdqa	0x10(%r10),%xmm1		# 0 : sbdt
    +
    +	vperm	v4, $sbdu, v7, v2	# vpshufb	%xmm2,	%xmm4,	%xmm4		# 4 = sbdu
    +	vperm 	v5, v5, v7, v0		# vpshufb	%xmm5,	%xmm0,	%xmm0		# MC ch
    +	vperm	v1, $sbdt, v7, v3	# vpshufb	%xmm3,	%xmm1,	%xmm1		# 0 = sbdt
    +	vxor	v5, v5, v4		# vpxor		%xmm4,	%xmm0,	%xmm0		# 4 = ch
    +					# vmovdqa	0x20(%r10),	%xmm4		# 4 : sbbu
    +	vxor	v5, v5, v1		# vpxor		%xmm1,	%xmm0,	%xmm0		# 0 = ch
    +					# vmovdqa	0x30(%r10),	%xmm1		# 0 : sbbt
    +
    +	vperm	v4, $sbbu, v7, v2	# vpshufb	%xmm2,	%xmm4,	%xmm4		# 4 = sbbu
    +	vperm	v5, v5, v7, v0		# vpshufb	%xmm5,	%xmm0,	%xmm0		# MC ch
    +	vperm	v1, $sbbt, v7, v3	# vpshufb	%xmm3,	%xmm1,	%xmm1		# 0 = sbbt
    +	vxor	v5, v5, v4		# vpxor		%xmm4,	%xmm0,	%xmm0		# 4 = ch
    +					# vmovdqa	0x40(%r10),	%xmm4		# 4 : sbeu
    +	vxor	v5, v5, v1		# vpxor		%xmm1,	%xmm0,	%xmm0		# 0 = ch
    +					# vmovdqa	0x50(%r10),	%xmm1		# 0 : sbet
    +
    +	vperm	v4, $sbeu, v7, v2	# vpshufb	%xmm2,	%xmm4,	%xmm4		# 4 = sbeu
    +	vperm	v5, v5, v7, v0		# vpshufb	%xmm5,	%xmm0,	%xmm0		# MC ch
    +	vperm	v1, $sbet, v7, v3	# vpshufb	%xmm3,	%xmm1,	%xmm1		# 0 = sbet
    +	vxor	v0, v5, v4		# vpxor		%xmm4,	%xmm0,	%xmm0		# 4 = ch
    +	vxor	v0, v0, v1		# vpxor		%xmm1,	%xmm0,	%xmm0		# 0 = ch
    +
    +Ldec_entry:
    +	# top of round
    +	vsrb	v1, v0, v8		# vpsrlb	\$4,	%xmm0,	%xmm0	# 1 = i
    +	vperm	v2, $invhi, $invhi, v0	# vpshufb	%xmm1,	%xmm11,	%xmm2	# 2 = a/k
    +	vxor	v0, v0, v1		# vpxor		%xmm0,	%xmm1,	%xmm1	# 0 = j
    +	vperm	v3, $invlo, $invlo, v1	# vpshufb	%xmm0, 	%xmm10,	%xmm3	# 3 = 1/i
    +	vperm	v4, $invlo, $invlo, v0	# vpshufb	%xmm1,	%xmm10,	%xmm4	# 4 = 1/j
    +	vand	v0, v0, v9
    +	vxor	v3, v3, v2		# vpxor		%xmm2,	%xmm3,	%xmm3	# 3 = iak = 1/i + a/k
    +	vxor	v4, v4, v2		# vpxor		%xmm2, 	%xmm4,	%xmm4	# 4 = jak = 1/j + a/k
    +	vperm	v2, $invlo, v7, v3	# vpshufb	%xmm3,	%xmm10,	%xmm2	# 2 = 1/iak
    +	vmr	v5, v6
    +	lvx	v6, r9, $key		# vmovdqu	(%r9),	%xmm0
    +	vperm	v3, $invlo, v7, v4	# vpshufb	%xmm4,  %xmm10,	%xmm3	# 3 = 1/jak
    +	addi	r9, r9, 16
    +	vxor	v2, v2, v0		# vpxor		%xmm1,	%xmm2,	%xmm2	# 2 = io
    +	?vperm	v5, v5, v6, $keyperm	# align round key
    +	vxor	v3, v3, v1		# vpxor		%xmm0,  %xmm3,	%xmm3	# 3 = jo
    +	bdnz	Ldec_loop
    +
    +	# middle of last round
    +	addi	r10, r11, 0x80
    +					# vmovdqa	0x60(%r10),	%xmm4	# 3 : sbou
    +	vperm	v4, $sbou, v7, v2	# vpshufb	%xmm2,	%xmm4,	%xmm4	# 4 = sbou
    +					# vmovdqa	0x70(%r10),	%xmm1	# 0 : sbot
    +	lvx	v2, r12, r10		# vmovdqa	-0x160(%r11),	%xmm2	# .Lk_sr-.Lk_dsbd=-0x160
    +	vperm	v1, $sbot, v7, v3	# vpshufb	%xmm3,	%xmm1,	%xmm1	# 0 = sb1t
    +	vxor	v4, v4, v5		# vpxor		%xmm0,	%xmm4,	%xmm4	# 4 = sb1u + k
    +	vxor	v0, v1, v4		# vpxor		%xmm4,	%xmm1,	%xmm0	# 0 = A
    +	vperm	v0, v0, v7, v2		# vpshufb	%xmm2,	%xmm0,	%xmm0
    +	blr
    +	.long	0
    +	.byte	0,12,0x14,0,0,0,0,0
    +
    +.globl	.vpaes_decrypt
    +.align	5
    +.vpaes_decrypt:
    +	$STU	$sp,-$FRAME($sp)
    +	li	r10,`15+6*$SIZE_T`
    +	li	r11,`31+6*$SIZE_T`
    +	mflr	r6
    +	mfspr	r7, 256			# save vrsave
    +	stvx	v20,r10,$sp
    +	addi	r10,r10,32
    +	stvx	v21,r11,$sp
    +	addi	r11,r11,32
    +	stvx	v22,r10,$sp
    +	addi	r10,r10,32
    +	stvx	v23,r11,$sp
    +	addi	r11,r11,32
    +	stvx	v24,r10,$sp
    +	addi	r10,r10,32
    +	stvx	v25,r11,$sp
    +	addi	r11,r11,32
    +	stvx	v26,r10,$sp
    +	addi	r10,r10,32
    +	stvx	v27,r11,$sp
    +	addi	r11,r11,32
    +	stvx	v28,r10,$sp
    +	addi	r10,r10,32
    +	stvx	v29,r11,$sp
    +	addi	r11,r11,32
    +	stvx	v30,r10,$sp
    +	stvx	v31,r11,$sp
    +	stw	r7,`$FRAME-4`($sp)	# save vrsave
    +	li	r0, -1
    +	$PUSH	r6,`$FRAME+$LRSAVE`($sp)
    +	mtspr	256, r0			# preserve all AltiVec registers
    +
    +	bl	_vpaes_decrypt_preheat
    +
    +	?lvsl	$inpperm, 0, $inp	# prepare for unaligned access
    +	lvx	v0, 0, $inp
    +	addi	$inp, $inp, 15		# 15 is not a typo
    +	 ?lvsr	$outperm, 0, $out
    +	?lvsl	$keyperm, 0, $key
    +	 vnor	$outmask, v7, v7	# 0xff..ff
    +	lvx	$inptail, 0, $inp	# redundant in aligned case
    +	 ?vperm	$outmask, v7, $outmask, $outperm
    +	 lvx	$outhead, 0, $out
    +	?vperm	v0, v0, $inptail, $inpperm
    +
    +	bl	_vpaes_decrypt_core
    +
    +	vperm	v0, v0, v0, $outperm	# rotate right/left
    +	vsel	v1, $outhead, v0, $outmask
    +	vmr	$outhead, v0
    +	stvx	v1, 0, $out
    +	addi	$out, $out, 15		# 15 is not a typo
    +	########
    +
    +	lvx	v1, 0, $out		# redundant in aligned case
    +	vsel	v1, $outhead, v1, $outmask
    +	stvx	v1, 0, $out
    +
    +	li	r10,`15+6*$SIZE_T`
    +	li	r11,`31+6*$SIZE_T`
    +	mtlr	r6
    +	mtspr	256, r7			# restore vrsave
    +	lvx	v20,r10,$sp
    +	addi	r10,r10,32
    +	lvx	v21,r11,$sp
    +	addi	r11,r11,32
    +	lvx	v22,r10,$sp
    +	addi	r10,r10,32
    +	lvx	v23,r11,$sp
    +	addi	r11,r11,32
    +	lvx	v24,r10,$sp
    +	addi	r10,r10,32
    +	lvx	v25,r11,$sp
    +	addi	r11,r11,32
    +	lvx	v26,r10,$sp
    +	addi	r10,r10,32
    +	lvx	v27,r11,$sp
    +	addi	r11,r11,32
    +	lvx	v28,r10,$sp
    +	addi	r10,r10,32
    +	lvx	v29,r11,$sp
    +	addi	r11,r11,32
    +	lvx	v30,r10,$sp
    +	lvx	v31,r11,$sp
    +	addi	$sp,$sp,$FRAME
    +	blr
    +	.long	0
    +	.byte	0,12,0x04,1,0x80,0,3,0
    +	.long	0
    +.size	.vpaes_decrypt,.-.vpaes_decrypt
    +
    +.globl	.vpaes_cbc_encrypt
    +.align	5
    +.vpaes_cbc_encrypt:
    +	${UCMP}i r5,16
    +	bltlr-
    +
    +	$STU	$sp,-`($FRAME+2*$SIZE_T)`($sp)
    +	mflr	r0
    +	li	r10,`15+6*$SIZE_T`
    +	li	r11,`31+6*$SIZE_T`
    +	mfspr	r12, 256
    +	stvx	v20,r10,$sp
    +	addi	r10,r10,32
    +	stvx	v21,r11,$sp
    +	addi	r11,r11,32
    +	stvx	v22,r10,$sp
    +	addi	r10,r10,32
    +	stvx	v23,r11,$sp
    +	addi	r11,r11,32
    +	stvx	v24,r10,$sp
    +	addi	r10,r10,32
    +	stvx	v25,r11,$sp
    +	addi	r11,r11,32
    +	stvx	v26,r10,$sp
    +	addi	r10,r10,32
    +	stvx	v27,r11,$sp
    +	addi	r11,r11,32
    +	stvx	v28,r10,$sp
    +	addi	r10,r10,32
    +	stvx	v29,r11,$sp
    +	addi	r11,r11,32
    +	stvx	v30,r10,$sp
    +	stvx	v31,r11,$sp
    +	stw	r12,`$FRAME-4`($sp)	# save vrsave
    +	$PUSH	r30,`$FRAME+$SIZE_T*0`($sp)
    +	$PUSH	r31,`$FRAME+$SIZE_T*1`($sp)
    +	li	r9, -16
    +	$PUSH	r0, `$FRAME+$SIZE_T*2+$LRSAVE`($sp)
    +
    +	and	r30, r5, r9		# copy length&-16
    +	mr	r5, r6			# copy pointer to key
    +	mr	r31, r7			# copy pointer to iv
    +	blt	Lcbc_abort
    +	cmpwi	r8, 0			# test direction
    +	li	r6, -1
    +	mr	r7, r12			# copy vrsave
    +	mtspr	256, r6			# preserve all AltiVec registers
    +
    +	lvx	v24, 0, r31		# load [potentially unaligned] iv
    +	li	r9, 15
    +	?lvsl	$inpperm, 0, r31
    +	lvx	v25, r9, r31
    +	?vperm	v24, v24, v25, $inpperm
    +
    +	neg	r8, $inp		# prepare for unaligned access
    +	 vxor	v7, v7, v7
    +	?lvsl	$keyperm, 0, $key
    +	 ?lvsr	$outperm, 0, $out
    +	?lvsr	$inpperm, 0, r8		# -$inp
    +	 vnor	$outmask, v7, v7	# 0xff..ff
    +	lvx	$inptail, 0, $inp
    +	 ?vperm	$outmask, v7, $outmask, $outperm
    +	addi	$inp, $inp, 15		# 15 is not a typo
    +	 lvx	$outhead, 0, $out
    +
    +	beq	Lcbc_decrypt
    +
    +	bl	_vpaes_encrypt_preheat
    +	li	r0, 16
    +
    +Lcbc_enc_loop:
    +	vmr	v0, $inptail
    +	lvx	$inptail, 0, $inp
    +	addi	$inp, $inp, 16
    +	?vperm	v0, v0, $inptail, $inpperm
    +	vxor	v0, v0, v24		# ^= iv
    +
    +	bl	_vpaes_encrypt_core
    +
    +	vmr	v24, v0			# put aside iv
    +	sub.	r30, r30, r0		# len -= 16
    +	vperm	v0, v0, v0, $outperm	# rotate right/left
    +	vsel	v1, $outhead, v0, $outmask
    +	vmr	$outhead, v0
    +	stvx	v1, 0, $out
    +	addi	$out, $out, 16
    +	bne	Lcbc_enc_loop
    +
    +	b	Lcbc_done
    +
    +.align	5
    +Lcbc_decrypt:
    +	bl	_vpaes_decrypt_preheat
    +	li	r0, 16
    +
    +Lcbc_dec_loop:
    +	vmr	v0, $inptail
    +	lvx	$inptail, 0, $inp
    +	addi	$inp, $inp, 16
    +	?vperm	v0, v0, $inptail, $inpperm
    +	vmr	v25, v0			# put aside input
    +
    +	bl	_vpaes_decrypt_core
    +
    +	vxor	v0, v0, v24		# ^= iv
    +	vmr	v24, v25
    +	sub.	r30, r30, r0		# len -= 16
    +	vperm	v0, v0, v0, $outperm	# rotate right/left
    +	vsel	v1, $outhead, v0, $outmask
    +	vmr	$outhead, v0
    +	stvx	v1, 0, $out
    +	addi	$out, $out, 16
    +	bne	Lcbc_dec_loop
    +
    +Lcbc_done:
    +	addi	$out, $out, -1
    +	lvx	v1, 0, $out		# redundant in aligned case
    +	vsel	v1, $outhead, v1, $outmask
    +	stvx	v1, 0, $out
    +
    +	neg	r8, r31			# write [potentially unaligned] iv
    +	?lvsl	$outperm, 0, r8
    +	li	r6, 15
    +	vnor	$outmask, v7, v7	# 0xff..ff
    +	?vperm	$outmask, v7, $outmask, $outperm
    +	lvx	$outhead, 0, r31
    +	vperm	v24, v24, v24, $outperm	# rotate right/left
    +	vsel	v0, $outhead, v24, $outmask
    +	lvx	v1, r6, r31
    +	stvx	v0, 0, r31
    +	vsel	v1, v24, v1, $outmask
    +	stvx	v1, r6, r31
    +
    +	mtspr	256, r7			# restore vrsave
    +	li	r10,`15+6*$SIZE_T`
    +	li	r11,`31+6*$SIZE_T`
    +	lvx	v20,r10,$sp
    +	addi	r10,r10,32
    +	lvx	v21,r11,$sp
    +	addi	r11,r11,32
    +	lvx	v22,r10,$sp
    +	addi	r10,r10,32
    +	lvx	v23,r11,$sp
    +	addi	r11,r11,32
    +	lvx	v24,r10,$sp
    +	addi	r10,r10,32
    +	lvx	v25,r11,$sp
    +	addi	r11,r11,32
    +	lvx	v26,r10,$sp
    +	addi	r10,r10,32
    +	lvx	v27,r11,$sp
    +	addi	r11,r11,32
    +	lvx	v28,r10,$sp
    +	addi	r10,r10,32
    +	lvx	v29,r11,$sp
    +	addi	r11,r11,32
    +	lvx	v30,r10,$sp
    +	lvx	v31,r11,$sp
    +Lcbc_abort:
    +	$POP	r0, `$FRAME+$SIZE_T*2+$LRSAVE`($sp)
    +	$POP	r30,`$FRAME+$SIZE_T*0`($sp)
    +	$POP	r31,`$FRAME+$SIZE_T*1`($sp)
    +	mtlr	r0
    +	addi	$sp,$sp,`$FRAME+$SIZE_T*2`
    +	blr
    +	.long	0
    +	.byte	0,12,0x04,1,0x80,2,6,0
    +	.long	0
    +.size	.vpaes_cbc_encrypt,.-.vpaes_cbc_encrypt
    +___
    +}
    +{
    +my ($inp,$bits,$out)=map("r$_",(3..5));
    +my $dir="cr1";
    +my ($invlo,$invhi,$iptlo,$ipthi,$rcon) = map("v$_",(10..13,24));
    +
    +$code.=<<___;
    +########################################################
    +##                                                    ##
    +##                  AES key schedule                  ##
    +##                                                    ##
    +########################################################
    +.align	4
    +_vpaes_key_preheat:
    +	mflr	r8
    +	bl	Lconsts
    +	mtlr	r8
    +	li	r11, 0xc0		# Lk_inv
    +	li	r10, 0xd0
    +	li	r9,  0xe0		# L_ipt
    +	li	r8,  0xf0
    +
    +	vspltisb	v8,4		# 0x04..04
    +	vxor	v9,v9,v9		# 0x00..00
    +	lvx	$invlo, r12, r11	# Lk_inv
    +	li	r11, 0x120
    +	lvx	$invhi, r12, r10
    +	li	r10, 0x130
    +	lvx	$iptlo, r12, r9		# Lk_ipt
    +	li	r9, 0x220
    +	lvx	$ipthi, r12, r8
    +	li	r8, 0x230
    +
    +	lvx	v14, r12, r11		# Lk_sb1
    +	li	r11, 0x240
    +	lvx	v15, r12, r10
    +	li	r10, 0x250
    +
    +	lvx	v16, r12, r9		# Lk_dksd
    +	li	r9, 0x260
    +	lvx	v17, r12, r8
    +	li	r8, 0x270
    +	lvx	v18, r12, r11		# Lk_dksb
    +	li	r11, 0x280
    +	lvx	v19, r12, r10
    +	li	r10, 0x290
    +	lvx	v20, r12, r9		# Lk_dkse
    +	li	r9, 0x2a0
    +	lvx	v21, r12, r8
    +	li	r8, 0x2b0
    +	lvx	v22, r12, r11		# Lk_dks9
    +	lvx	v23, r12, r10
    +
    +	lvx	v24, r12, r9		# Lk_rcon
    +	lvx	v25, 0, r12		# Lk_mc_forward[0]
    +	lvx	v26, r12, r8		# Lks63
    +	blr
    +	.long	0
    +	.byte	0,12,0x14,0,0,0,0,0
    +
    +.align	4
    +_vpaes_schedule_core:
    +	mflr	r7
    +
    +	bl	_vpaes_key_preheat	# load the tables
    +
    +	#lvx	v0, 0, $inp		# vmovdqu	(%rdi),	%xmm0		# load key (unaligned)
    +	neg	r8, $inp		# prepare for unaligned access
    +	lvx	v0, 0, $inp
    +	addi	$inp, $inp, 15		# 15 is not typo
    +	?lvsr	$inpperm, 0, r8		# -$inp
    +	lvx	v6, 0, $inp		# v6 serves as inptail
    +	addi	$inp, $inp, 8
    +	?vperm	v0, v0, v6, $inpperm
    +
    +	# input transform
    +	vmr	v3, v0			# vmovdqa	%xmm0,	%xmm3
    +	bl	_vpaes_schedule_transform
    +	vmr	v7, v0			# vmovdqa	%xmm0,	%xmm7
    +
    +	bne	$dir, Lschedule_am_decrypting
    +
    +	# encrypting, output zeroth round key after transform
    +	li	r8, 0x30		# mov	\$0x30,%r8d
    +	addi	r10, r12, 0x80		# lea	.Lk_sr(%rip),%r10
    +
    +	?lvsr	$outperm, 0, $out	# prepare for unaligned access
    +	vnor	$outmask, v9, v9	# 0xff..ff
    +	lvx	$outhead, 0, $out
    +	?vperm	$outmask, v9, $outmask, $outperm
    +
    +	#stvx	v0, 0, $out		# vmovdqu	%xmm0,	(%rdx)
    +	vperm	v1, v0, v0, $outperm	# rotate right/left
    +	vsel	v2, $outhead, v1, $outmask
    +	vmr	$outhead, v1
    +	stvx	v2, 0, $out
    +	b	Lschedule_go
    +
    +Lschedule_am_decrypting:
    +	srwi	r8, $bits, 1		# shr	\$1,%r8d
    +	andi.	r8, r8, 32		# and	\$32,%r8d
    +	xori	r8, r8, 32		# xor	\$32,%r8d	# nbits==192?0:32
    +	addi	r10, r12, 0x80		# lea	.Lk_sr(%rip),%r10
    +	# decrypting, output zeroth round key after shiftrows
    +	lvx	v1, r8, r10		# vmovdqa	(%r8,%r10),	%xmm1
    +	vperm	v4, v3, v3, v1		# vpshufb	%xmm1,	%xmm3,	%xmm3
    +
    +	neg	r0, $out		# prepare for unaligned access
    +	?lvsl	$outperm, 0, r0
    +	addi	$out, $out, 15		# 15 is not typo
    +	vnor	$outmask, v9, v9	# 0xff..ff
    +	lvx	$outhead, 0, $out
    +	?vperm	$outmask, $outmask, v9, $outperm
    +
    +	#stvx	v4, 0, $out		# vmovdqu	%xmm3,	(%rdx)
    +	vperm	v4, v4, v4, $outperm	# rotate right/left
    +	vsel	v2, $outhead, v4, $outmask
    +	vmr	$outhead, v4
    +	stvx	v2, 0, $out
    +	xori	r8, r8, 0x30		# xor	\$0x30, %r8
    +
    +Lschedule_go:
    +	cmplwi	$bits, 192		# cmp	\$192,	%esi
    +	bgt	Lschedule_256
    +	beq	Lschedule_192
    +	# 128: fall though
    +
    +##
    +##  .schedule_128
    +##
    +##  128-bit specific part of key schedule.
    +##
    +##  This schedule is really simple, because all its parts
    +##  are accomplished by the subroutines.
    +##
    +Lschedule_128:
    +	li	r0, 10			# mov	\$10, %esi
    +	mtctr	r0
    +
    +Loop_schedule_128:
    +	bl 	_vpaes_schedule_round
    +	bdz 	Lschedule_mangle_last	# dec	%esi
    +	bl	_vpaes_schedule_mangle	# write output
    +	b 	Loop_schedule_128
    +
    +##
    +##  .aes_schedule_192
    +##
    +##  192-bit specific part of key schedule.
    +##
    +##  The main body of this schedule is the same as the 128-bit
    +##  schedule, but with more smearing.  The long, high side is
    +##  stored in %xmm7 as before, and the short, low side is in
    +##  the high bits of %xmm6.
    +##
    +##  This schedule is somewhat nastier, however, because each
    +##  round produces 192 bits of key material, or 1.5 round keys.
    +##  Therefore, on each cycle we do 2 rounds and produce 3 round
    +##  keys.
    +##
    +.align	4
    +Lschedule_192:
    +	li	r0, 4			# mov	\$4,	%esi
    +	lvx	v0, 0, $inp
    +	?vperm	v0, v6, v0, $inpperm
    +	?vsldoi	v0, v3, v0, 8		# vmovdqu	8(%rdi),%xmm0		# load key part 2 (very unaligned)
    +	bl	_vpaes_schedule_transform	# input transform
    +	?vsldoi	v6, v0, v9, 8
    +	?vsldoi	v6, v9, v6, 8		# clobber "low" side with zeros
    +	mtctr	r0
    +
    +Loop_schedule_192:
    +	bl	_vpaes_schedule_round
    +	?vsldoi	v0, v6, v0, 8		# vpalignr	\$8,%xmm6,%xmm0,%xmm0
    +	bl	_vpaes_schedule_mangle	# save key n
    +	bl	_vpaes_schedule_192_smear
    +	bl	_vpaes_schedule_mangle	# save key n+1
    +	bl	_vpaes_schedule_round
    +	bdz 	Lschedule_mangle_last	# dec	%esi
    +	bl	_vpaes_schedule_mangle	# save key n+2
    +	bl	_vpaes_schedule_192_smear
    +	b	Loop_schedule_192
    +
    +##
    +##  .aes_schedule_256
    +##
    +##  256-bit specific part of key schedule.
    +##
    +##  The structure here is very similar to the 128-bit
    +##  schedule, but with an additional "low side" in
    +##  %xmm6.  The low side's rounds are the same as the
    +##  high side's, except no rcon and no rotation.
    +##
    +.align	4
    +Lschedule_256:
    +	li	r0, 7			# mov	\$7, %esi
    +	addi	$inp, $inp, 8
    +	lvx	v0, 0, $inp		# vmovdqu	16(%rdi),%xmm0		# load key part 2 (unaligned)
    +	?vperm	v0, v6, v0, $inpperm
    +	bl	_vpaes_schedule_transform	# input transform
    +	mtctr	r0
    +
    +Loop_schedule_256:
    +	bl	_vpaes_schedule_mangle	# output low result
    +	vmr	v6, v0			# vmovdqa	%xmm0,	%xmm6		# save cur_lo in xmm6
    +
    +	# high round
    +	bl	_vpaes_schedule_round
    +	bdz 	Lschedule_mangle_last	# dec	%esi
    +	bl	_vpaes_schedule_mangle	
    +
    +	# low round. swap xmm7 and xmm6
    +	?vspltw	v0, v0, 3		# vpshufd	\$0xFF,	%xmm0,	%xmm0
    +	vmr	v5, v7			# vmovdqa	%xmm7,	%xmm5
    +	vmr	v7, v6			# vmovdqa	%xmm6,	%xmm7
    +	bl	_vpaes_schedule_low_round
    +	vmr	v7, v5			# vmovdqa	%xmm5,	%xmm7
    +	
    +	b	Loop_schedule_256
    +##
    +##  .aes_schedule_mangle_last
    +##
    +##  Mangler for last round of key schedule
    +##  Mangles %xmm0
    +##    when encrypting, outputs out(%xmm0) ^ 63
    +##    when decrypting, outputs unskew(%xmm0)
    +##
    +##  Always called right before return... jumps to cleanup and exits
    +##
    +.align	4
    +Lschedule_mangle_last:
    +	# schedule last round key from xmm0
    +	li	r11, 0x2e0		# lea	.Lk_deskew(%rip),%r11
    +	li	r9,  0x2f0
    +	bne	$dir, Lschedule_mangle_last_dec
    +
    +	# encrypting
    +	lvx	v1, r8, r10		# vmovdqa	(%r8,%r10),%xmm1
    +	li	r11, 0x2c0		# lea		.Lk_opt(%rip),	%r11	# prepare to output transform
    +	li	r9,  0x2d0		# prepare to output transform
    +	vperm	v0, v0, v0, v1		# vpshufb	%xmm1,	%xmm0,	%xmm0	# output permute
    +
    +	lvx	$iptlo, r11, r12	# reload $ipt
    +	lvx	$ipthi, r9, r12
    +	addi	$out, $out, 16		# add	\$16,	%rdx
    +	vxor	v0, v0, v26		# vpxor		.Lk_s63(%rip),	%xmm0,	%xmm0
    +	bl	_vpaes_schedule_transform	# output transform
    +
    +	#stvx	v0, r0, $out		# vmovdqu	%xmm0,	(%rdx)		# save last key
    +	vperm	v0, v0, v0, $outperm	# rotate right/left
    +	vsel	v2, $outhead, v0, $outmask
    +	vmr	$outhead, v0
    +	stvx	v2, 0, $out
    +
    +	addi	$out, $out, 15		# 15 is not typo
    +	lvx	v1, 0, $out		# redundant in aligned case
    +	vsel	v1, $outhead, v1, $outmask
    +	stvx	v1, 0, $out
    +	b	Lschedule_mangle_done
    +
    +.align	4
    +Lschedule_mangle_last_dec:
    +	lvx	$iptlo, r11, r12	# reload $ipt
    +	lvx	$ipthi, r9,  r12
    +	addi	$out, $out, -16		# add	\$-16,	%rdx 
    +	vxor	v0, v0, v26		# vpxor	.Lk_s63(%rip),	%xmm0,	%xmm0
    +	bl	_vpaes_schedule_transform	# output transform
    +
    +	#stvx	v0, r0, $out		# vmovdqu	%xmm0,	(%rdx)		# save last key
    +	vperm	v0, v0, v0, $outperm	# rotate right/left
    +	vsel	v2, $outhead, v0, $outmask
    +	vmr	$outhead, v0
    +	stvx	v2, 0, $out
    +
    +	addi	$out, $out, -15		# -15 is not typo
    +	lvx	v1, 0, $out		# redundant in aligned case
    +	vsel	v1, $outhead, v1, $outmask
    +	stvx	v1, 0, $out
    +
    +Lschedule_mangle_done:
    +	mtlr	r7
    +	# cleanup
    +	vxor	v0, v0, v0		# vpxor		%xmm0,	%xmm0,	%xmm0
    +	vxor	v1, v1, v1		# vpxor		%xmm1,	%xmm1,	%xmm1
    +	vxor	v2, v2, v2		# vpxor		%xmm2,	%xmm2,	%xmm2
    +	vxor	v3, v3, v3		# vpxor		%xmm3,	%xmm3,	%xmm3
    +	vxor	v4, v4, v4		# vpxor		%xmm4,	%xmm4,	%xmm4
    +	vxor	v5, v5, v5		# vpxor		%xmm5,	%xmm5,	%xmm5
    +	vxor	v6, v6, v6		# vpxor		%xmm6,	%xmm6,	%xmm6
    +	vxor	v7, v7, v7		# vpxor		%xmm7,	%xmm7,	%xmm7
    +
    +	blr
    +	.long	0
    +	.byte	0,12,0x14,0,0,0,0,0
    +
    +##
    +##  .aes_schedule_192_smear
    +##
    +##  Smear the short, low side in the 192-bit key schedule.
    +##
    +##  Inputs:
    +##    %xmm7: high side, b  a  x  y
    +##    %xmm6:  low side, d  c  0  0
    +##    %xmm13: 0
    +##
    +##  Outputs:
    +##    %xmm6: b+c+d  b+c  0  0
    +##    %xmm0: b+c+d  b+c  b  a
    +##
    +.align	4
    +_vpaes_schedule_192_smear:
    +	?vspltw	v0, v7, 3
    +	?vsldoi	v1, v9, v6, 12		# vpshufd	\$0x80,	%xmm6,	%xmm1	# d c 0 0 -> c 0 0 0
    +	?vsldoi	v0, v7, v0, 8		# vpshufd	\$0xFE,	%xmm7,	%xmm0	# b a _ _ -> b b b a
    +	vxor	v6, v6, v1		# vpxor		%xmm1,	%xmm6,	%xmm6	# -> c+d c 0 0
    +	vxor	v6, v6, v0		# vpxor		%xmm0,	%xmm6,	%xmm6	# -> b+c+d b+c b a
    +	vmr	v0, v6
    +	?vsldoi	v6, v6, v9, 8
    +	?vsldoi	v6, v9, v6, 8		# clobber low side with zeros
    +	blr
    +	.long	0
    +	.byte	0,12,0x14,0,0,0,0,0
    +
    +##
    +##  .aes_schedule_round
    +##
    +##  Runs one main round of the key schedule on %xmm0, %xmm7
    +##
    +##  Specifically, runs subbytes on the high dword of %xmm0
    +##  then rotates it by one byte and xors into the low dword of
    +##  %xmm7.
    +##
    +##  Adds rcon from low byte of %xmm8, then rotates %xmm8 for
    +##  next rcon.
    +##
    +##  Smears the dwords of %xmm7 by xoring the low into the
    +##  second low, result into third, result into highest.
    +##
    +##  Returns results in %xmm7 = %xmm0.
    +##  Clobbers %xmm1-%xmm4, %r11.
    +##
    +.align	4
    +_vpaes_schedule_round:
    +	# extract rcon from xmm8
    +	#vxor	v4, v4, v4		# vpxor		%xmm4,	%xmm4,	%xmm4
    +	?vsldoi	v1, $rcon, v9, 15	# vpalignr	\$15,	%xmm8,	%xmm4,	%xmm1
    +	?vsldoi	$rcon, $rcon, $rcon, 15	# vpalignr	\$15,	%xmm8,	%xmm8,	%xmm8
    +	vxor	v7, v7, v1		# vpxor		%xmm1,	%xmm7,	%xmm7
    +
    +	# rotate
    +	?vspltw	v0, v0, 3		# vpshufd	\$0xFF,	%xmm0,	%xmm0
    +	?vsldoi	v0, v0, v0, 1		# vpalignr	\$1,	%xmm0,	%xmm0,	%xmm0
    +
    +	# fall through...
    +
    +	# low round: same as high round, but no rotation and no rcon.
    +_vpaes_schedule_low_round:
    +	# smear xmm7
    +	?vsldoi	v1, v9, v7, 12		# vpslldq	\$4,	%xmm7,	%xmm1
    +	vxor	v7, v7, v1		# vpxor		%xmm1,	%xmm7,	%xmm7
    +	vspltisb	v1, 0x0f	# 0x0f..0f
    +	?vsldoi	v4, v9, v7, 8		# vpslldq	\$8,	%xmm7,	%xmm4
    +
    +	# subbytes
    +	vand	v1, v1, v0		# vpand		%xmm9,	%xmm0,	%xmm1		# 0 = k
    +	vsrb	v0, v0, v8		# vpsrlb	\$4,	%xmm0,	%xmm0		# 1 = i
    +	 vxor	v7, v7, v4		# vpxor		%xmm4,	%xmm7,	%xmm7
    +	vperm	v2, $invhi, v9, v1	# vpshufb	%xmm1,	%xmm11,	%xmm2		# 2 = a/k
    +	vxor	v1, v1, v0		# vpxor		%xmm0,	%xmm1,	%xmm1		# 0 = j
    +	vperm	v3, $invlo, v9, v0	# vpshufb	%xmm0, 	%xmm10,	%xmm3		# 3 = 1/i
    +	vxor	v3, v3, v2		# vpxor		%xmm2,	%xmm3,	%xmm3		# 3 = iak = 1/i + a/k
    +	vperm	v4, $invlo, v9, v1	# vpshufb	%xmm1,	%xmm10,	%xmm4		# 4 = 1/j
    +	 vxor	v7, v7, v26		# vpxor		.Lk_s63(%rip),	%xmm7,	%xmm7
    +	vperm	v3, $invlo, v9, v3	# vpshufb	%xmm3,	%xmm10,	%xmm3		# 2 = 1/iak
    +	vxor	v4, v4, v2		# vpxor		%xmm2,	%xmm4,	%xmm4		# 4 = jak = 1/j + a/k
    +	vperm	v2, $invlo, v9, v4	# vpshufb	%xmm4,	%xmm10,	%xmm2		# 3 = 1/jak
    +	vxor	v3, v3, v1		# vpxor		%xmm1,	%xmm3,	%xmm3		# 2 = io
    +	vxor	v2, v2, v0		# vpxor		%xmm0,	%xmm2,	%xmm2		# 3 = jo
    +	vperm	v4, v15, v9, v3		# vpshufb	%xmm3,	%xmm13,	%xmm4		# 4 = sbou
    +	vperm	v1, v14, v9, v2		# vpshufb	%xmm2,	%xmm12,	%xmm1		# 0 = sb1t
    +	vxor	v1, v1, v4		# vpxor		%xmm4,	%xmm1,	%xmm1		# 0 = sbox output
    +
    +	# add in smeared stuff
    +	vxor	v0, v1, v7		# vpxor		%xmm7,	%xmm1,	%xmm0
    +	vxor	v7, v1, v7		# vmovdqa	%xmm0,	%xmm7
    +	blr
    +	.long	0
    +	.byte	0,12,0x14,0,0,0,0,0
    +
    +##
    +##  .aes_schedule_transform
    +##
    +##  Linear-transform %xmm0 according to tables at (%r11)
    +##
    +##  Requires that %xmm9 = 0x0F0F... as in preheat
    +##  Output in %xmm0
    +##  Clobbers %xmm2
    +##
    +.align	4
    +_vpaes_schedule_transform:
    +	#vand	v1, v0, v9		# vpand		%xmm9,	%xmm0,	%xmm1
    +	vsrb	v2, v0, v8		# vpsrlb	\$4,	%xmm0,	%xmm0
    +					# vmovdqa	(%r11),	%xmm2 	# lo
    +	vperm	v0, $iptlo, $iptlo, v0	# vpshufb	%xmm1,	%xmm2,	%xmm2
    +					# vmovdqa	16(%r11),	%xmm1 # hi
    +	vperm	v2, $ipthi, $ipthi, v2	# vpshufb	%xmm0,	%xmm1,	%xmm0
    +	vxor	v0, v0, v2		# vpxor		%xmm2,	%xmm0,	%xmm0
    +	blr
    +	.long	0
    +	.byte	0,12,0x14,0,0,0,0,0
    +
    +##
    +##  .aes_schedule_mangle
    +##
    +##  Mangle xmm0 from (basis-transformed) standard version
    +##  to our version.
    +##
    +##  On encrypt,
    +##    xor with 0x63
    +##    multiply by circulant 0,1,1,1
    +##    apply shiftrows transform
    +##
    +##  On decrypt,
    +##    xor with 0x63
    +##    multiply by "inverse mixcolumns" circulant E,B,D,9
    +##    deskew
    +##    apply shiftrows transform
    +##
    +##
    +##  Writes out to (%rdx), and increments or decrements it
    +##  Keeps track of round number mod 4 in %r8
    +##  Preserves xmm0
    +##  Clobbers xmm1-xmm5
    +##
    +.align	4
    +_vpaes_schedule_mangle:
    +	#vmr	v4, v0			# vmovdqa	%xmm0,	%xmm4	# save xmm0 for later
    +					# vmovdqa	.Lk_mc_forward(%rip),%xmm5
    +	bne	$dir, Lschedule_mangle_dec
    +
    +	# encrypting
    +	vxor	v4, v0, v26		# vpxor	.Lk_s63(%rip),	%xmm0,	%xmm4
    +	addi	$out, $out, 16		# add	\$16,	%rdx
    +	vperm	v4, v4, v4, v25		# vpshufb	%xmm5,	%xmm4,	%xmm4
    +	vperm	v1, v4, v4, v25		# vpshufb	%xmm5,	%xmm4,	%xmm1
    +	vperm	v3, v1, v1, v25		# vpshufb	%xmm5,	%xmm1,	%xmm3
    +	vxor	v4, v4, v1		# vpxor		%xmm1,	%xmm4,	%xmm4
    +	lvx	v1, r8, r10		# vmovdqa	(%r8,%r10),	%xmm1
    +	vxor	v3, v3, v4		# vpxor		%xmm4,	%xmm3,	%xmm3
    +
    +	vperm	v3, v3, v3, v1		# vpshufb	%xmm1,	%xmm3,	%xmm3
    +	addi	r8, r8, -16		# add	\$-16,	%r8
    +	andi.	r8, r8, 0x30		# and	\$0x30,	%r8
    +
    +	#stvx	v3, 0, $out		# vmovdqu	%xmm3,	(%rdx)
    +	vperm	v1, v3, v3, $outperm	# rotate right/left
    +	vsel	v2, $outhead, v1, $outmask
    +	vmr	$outhead, v1
    +	stvx	v2, 0, $out
    +	blr
    +
    +.align	4
    +Lschedule_mangle_dec:
    +	# inverse mix columns
    +					# lea	.Lk_dksd(%rip),%r11
    +	vsrb	v1, v0, v8		# vpsrlb	\$4,	%xmm4,	%xmm1	# 1 = hi
    +	#and	v4, v0, v9		# vpand		%xmm9,	%xmm4,	%xmm4	# 4 = lo
    +
    +					# vmovdqa	0x00(%r11),	%xmm2
    +	vperm	v2, v16, v16, v0	# vpshufb	%xmm4,	%xmm2,	%xmm2
    +					# vmovdqa	0x10(%r11),	%xmm3
    +	vperm	v3, v17, v17, v1	# vpshufb	%xmm1,	%xmm3,	%xmm3
    +	vxor	v3, v3, v2		# vpxor		%xmm2,	%xmm3,	%xmm3
    +	vperm	v3, v3, v9, v25		# vpshufb	%xmm5,	%xmm3,	%xmm3
    +
    +					# vmovdqa	0x20(%r11),	%xmm2
    +	vperm	v2, v18, v18, v0	# vpshufb	%xmm4,	%xmm2,	%xmm2
    +	vxor	v2, v2, v3		# vpxor		%xmm3,	%xmm2,	%xmm2
    +					# vmovdqa	0x30(%r11),	%xmm3
    +	vperm	v3, v19, v19, v1	# vpshufb	%xmm1,	%xmm3,	%xmm3
    +	vxor	v3, v3, v2		# vpxor		%xmm2,	%xmm3,	%xmm3
    +	vperm	v3, v3, v9, v25		# vpshufb	%xmm5,	%xmm3,	%xmm3
    +
    +					# vmovdqa	0x40(%r11),	%xmm2
    +	vperm	v2, v20, v20, v0	# vpshufb	%xmm4,	%xmm2,	%xmm2
    +	vxor	v2, v2, v3		# vpxor		%xmm3,	%xmm2,	%xmm2
    +					# vmovdqa	0x50(%r11),	%xmm3
    +	vperm	v3, v21, v21, v1	# vpshufb	%xmm1,	%xmm3,	%xmm3
    +	vxor	v3, v3, v2		# vpxor		%xmm2,	%xmm3,	%xmm3
    +
    +					# vmovdqa	0x60(%r11),	%xmm2
    +	vperm	v2, v22, v22, v0	# vpshufb	%xmm4,	%xmm2,	%xmm2
    +	vperm	v3, v3, v9, v25		# vpshufb	%xmm5,	%xmm3,	%xmm3
    +					# vmovdqa	0x70(%r11),	%xmm4
    +	vperm	v4, v23, v23, v1	# vpshufb	%xmm1,	%xmm4,	%xmm4
    +	lvx	v1, r8, r10		# vmovdqa	(%r8,%r10),	%xmm1
    +	vxor	v2, v2, v3		# vpxor		%xmm3,	%xmm2,	%xmm2
    +	vxor	v3, v4, v2		# vpxor		%xmm2,	%xmm4,	%xmm3
    +
    +	addi	$out, $out, -16		# add	\$-16,	%rdx
    +
    +	vperm	v3, v3, v3, v1		# vpshufb	%xmm1,	%xmm3,	%xmm3
    +	addi	r8, r8, -16		# add	\$-16,	%r8
    +	andi.	r8, r8, 0x30		# and	\$0x30,	%r8
    +
    +	#stvx	v3, 0, $out		# vmovdqu	%xmm3,	(%rdx)
    +	vperm	v1, v3, v3, $outperm	# rotate right/left
    +	vsel	v2, $outhead, v1, $outmask
    +	vmr	$outhead, v1
    +	stvx	v2, 0, $out
    +	blr
    +	.long	0
    +	.byte	0,12,0x14,0,0,0,0,0
    +
    +.globl	.vpaes_set_encrypt_key
    +.align	5
    +.vpaes_set_encrypt_key:
    +	$STU	$sp,-$FRAME($sp)
    +	li	r10,`15+6*$SIZE_T`
    +	li	r11,`31+6*$SIZE_T`
    +	mflr	r0
    +	mfspr	r6, 256			# save vrsave
    +	stvx	v20,r10,$sp
    +	addi	r10,r10,32
    +	stvx	v21,r11,$sp
    +	addi	r11,r11,32
    +	stvx	v22,r10,$sp
    +	addi	r10,r10,32
    +	stvx	v23,r11,$sp
    +	addi	r11,r11,32
    +	stvx	v24,r10,$sp
    +	addi	r10,r10,32
    +	stvx	v25,r11,$sp
    +	addi	r11,r11,32
    +	stvx	v26,r10,$sp
    +	addi	r10,r10,32
    +	stvx	v27,r11,$sp
    +	addi	r11,r11,32
    +	stvx	v28,r10,$sp
    +	addi	r10,r10,32
    +	stvx	v29,r11,$sp
    +	addi	r11,r11,32
    +	stvx	v30,r10,$sp
    +	stvx	v31,r11,$sp
    +	stw	r6,`$FRAME-4`($sp)	# save vrsave
    +	li	r7, -1
    +	$PUSH	r0, `$FRAME+$LRSAVE`($sp)
    +	mtspr	256, r7			# preserve all AltiVec registers
    +
    +	srwi	r9, $bits, 5		# shr	\$5,%eax
    +	addi	r9, r9, 6		# add	\$5,%eax
    +	stw	r9, 240($out)		# mov	%eax,240(%rdx)	# AES_KEY->rounds = nbits/32+5;
    +
    +	cmplw	$dir, $bits, $bits	# set encrypt direction
    +	li	r8, 0x30		# mov	\$0x30,%r8d
    +	bl	_vpaes_schedule_core
    +
    +	$POP	r0, `$FRAME+$LRSAVE`($sp)
    +	li	r10,`15+6*$SIZE_T`
    +	li	r11,`31+6*$SIZE_T`
    +	mtspr	256, r6			# restore vrsave
    +	mtlr	r0
    +	xor	r3, r3, r3
    +	lvx	v20,r10,$sp
    +	addi	r10,r10,32
    +	lvx	v21,r11,$sp
    +	addi	r11,r11,32
    +	lvx	v22,r10,$sp
    +	addi	r10,r10,32
    +	lvx	v23,r11,$sp
    +	addi	r11,r11,32
    +	lvx	v24,r10,$sp
    +	addi	r10,r10,32
    +	lvx	v25,r11,$sp
    +	addi	r11,r11,32
    +	lvx	v26,r10,$sp
    +	addi	r10,r10,32
    +	lvx	v27,r11,$sp
    +	addi	r11,r11,32
    +	lvx	v28,r10,$sp
    +	addi	r10,r10,32
    +	lvx	v29,r11,$sp
    +	addi	r11,r11,32
    +	lvx	v30,r10,$sp
    +	lvx	v31,r11,$sp
    +	addi	$sp,$sp,$FRAME
    +	blr
    +	.long	0
    +	.byte	0,12,0x04,1,0x80,0,3,0
    +	.long	0
    +.size	.vpaes_set_encrypt_key,.-.vpaes_set_encrypt_key
    +
    +.globl	.vpaes_set_decrypt_key
    +.align	4
    +.vpaes_set_decrypt_key:
    +	$STU	$sp,-$FRAME($sp)
    +	li	r10,`15+6*$SIZE_T`
    +	li	r11,`31+6*$SIZE_T`
    +	mflr	r0
    +	mfspr	r6, 256			# save vrsave
    +	stvx	v20,r10,$sp
    +	addi	r10,r10,32
    +	stvx	v21,r11,$sp
    +	addi	r11,r11,32
    +	stvx	v22,r10,$sp
    +	addi	r10,r10,32
    +	stvx	v23,r11,$sp
    +	addi	r11,r11,32
    +	stvx	v24,r10,$sp
    +	addi	r10,r10,32
    +	stvx	v25,r11,$sp
    +	addi	r11,r11,32
    +	stvx	v26,r10,$sp
    +	addi	r10,r10,32
    +	stvx	v27,r11,$sp
    +	addi	r11,r11,32
    +	stvx	v28,r10,$sp
    +	addi	r10,r10,32
    +	stvx	v29,r11,$sp
    +	addi	r11,r11,32
    +	stvx	v30,r10,$sp
    +	stvx	v31,r11,$sp
    +	stw	r6,`$FRAME-4`($sp)	# save vrsave
    +	li	r7, -1
    +	$PUSH	r0, `$FRAME+$LRSAVE`($sp)
    +	mtspr	256, r7			# preserve all AltiVec registers
    +
    +	srwi	r9, $bits, 5		# shr	\$5,%eax
    +	addi	r9, r9, 6		# add	\$5,%eax
    +	stw	r9, 240($out)		# mov	%eax,240(%rdx)	# AES_KEY->rounds = nbits/32+5;
    +
    +	slwi	r9, r9, 4		# shl	\$4,%eax
    +	add	$out, $out, r9		# lea	(%rdx,%rax),%rdx
    +
    +	cmplwi	$dir, $bits, 0		# set decrypt direction
    +	srwi	r8, $bits, 1		# shr	\$1,%r8d
    +	andi.	r8, r8, 32		# and	\$32,%r8d
    +	xori	r8, r8, 32		# xor	\$32,%r8d	# nbits==192?0:32
    +	bl	_vpaes_schedule_core
    +
    +	$POP	r0,  `$FRAME+$LRSAVE`($sp)
    +	li	r10,`15+6*$SIZE_T`
    +	li	r11,`31+6*$SIZE_T`
    +	mtspr	256, r6			# restore vrsave
    +	mtlr	r0
    +	xor	r3, r3, r3
    +	lvx	v20,r10,$sp
    +	addi	r10,r10,32
    +	lvx	v21,r11,$sp
    +	addi	r11,r11,32
    +	lvx	v22,r10,$sp
    +	addi	r10,r10,32
    +	lvx	v23,r11,$sp
    +	addi	r11,r11,32
    +	lvx	v24,r10,$sp
    +	addi	r10,r10,32
    +	lvx	v25,r11,$sp
    +	addi	r11,r11,32
    +	lvx	v26,r10,$sp
    +	addi	r10,r10,32
    +	lvx	v27,r11,$sp
    +	addi	r11,r11,32
    +	lvx	v28,r10,$sp
    +	addi	r10,r10,32
    +	lvx	v29,r11,$sp
    +	addi	r11,r11,32
    +	lvx	v30,r10,$sp
    +	lvx	v31,r11,$sp
    +	addi	$sp,$sp,$FRAME
    +	blr
    +	.long	0
    +	.byte	0,12,0x04,1,0x80,0,3,0
    +	.long	0
    +.size	.vpaes_set_decrypt_key,.-.vpaes_set_decrypt_key
    +___
    +}
    +
    +my $consts=1;
    +foreach  (split("\n",$code)) {
    +	s/\`([^\`]*)\`/eval $1/geo;
    +
    +	# constants table endian-specific conversion
    +	if ($consts && m/\.long\s+(.+)\s+(\?[a-z]*)$/o) {
    +	    my $conv=$2;
    +	    my @bytes=();
    +
    +	    # convert to endian-agnostic format
    +	    foreach (split(/,\s+/,$1)) {
    +		my $l = /^0/?oct:int;
    +		push @bytes,($l>>24)&0xff,($l>>16)&0xff,($l>>8)&0xff,$l&0xff;
    +	    }
    +
    +	    # little-endian conversion
    +	    if ($flavour =~ /le$/o) {
    +		SWITCH: for($conv)  {
    +		    /\?inv/ && do   { @bytes=map($_^0xf,@bytes); last; };
    +		    /\?rev/ && do   { @bytes=reverse(@bytes);    last; }; 
    +		}
    +	    }
    +
    +	    #emit
    +	    print ".byte\t",join(',',map (sprintf("0x%02x",$_),@bytes)),"\n";
    +	    next;
    +	}
    +	$consts=0 if (m/Lconsts:/o);	# end of table
    +
    +	# instructions prefixed with '?' are endian-specific and need
    +	# to be adjusted accordingly...
    +	if ($flavour =~ /le$/o) {	# little-endian
    +	    s/\?lvsr/lvsl/o or
    +	    s/\?lvsl/lvsr/o or
    +	    s/\?(vperm\s+v[0-9]+,\s*)(v[0-9]+,\s*)(v[0-9]+,\s*)(v[0-9]+)/$1$3$2$4/o or
    +	    s/\?(vsldoi\s+v[0-9]+,\s*)(v[0-9]+,)\s*(v[0-9]+,\s*)([0-9]+)/$1$3$2 16-$4/o or
    +	    s/\?(vspltw\s+v[0-9]+,\s*)(v[0-9]+,)\s*([0-9])/$1$2 3-$3/o;
    +	} else {			# big-endian
    +	    s/\?([a-z]+)/$1/o;
    +	}
    +
    +	print $_,"\n";
    +}
    +
    +close STDOUT;
    diff --git a/openssl/crypto/aes/asm/vpaes-x86.pl b/openssl/crypto/aes/asm/vpaes-x86.pl
    index 1533e2c30..2ba149c3f 100644
    --- a/openssl/crypto/aes/asm/vpaes-x86.pl
    +++ b/openssl/crypto/aes/asm/vpaes-x86.pl
    @@ -27,9 +27,10 @@
     #
     #		aes-586.pl		vpaes-x86.pl
     #
    -# Core 2(**)	29.1/42.3/18.3		22.0/25.6(***)
    -# Nehalem	27.9/40.4/18.1		10.3/12.0
    -# Atom		102./119./60.1		64.5/85.3(***)
    +# Core 2(**)	28.1/41.4/18.3		21.9/25.2(***)
    +# Nehalem	27.9/40.4/18.1		10.2/11.9
    +# Atom		70.7/92.1/60.1		61.1/75.4(***)
    +# Silvermont	45.4/62.9/24.1		49.2/61.1(***)
     #
     # (*)	"Hyper-threading" in the context refers rather to cache shared
     #	among multiple cores, than to specifically Intel HTT. As vast
    @@ -40,8 +41,8 @@
     # (**)	"Core 2" refers to initial 65nm design, a.k.a. Conroe.
     #
     # (***)	Less impressive improvement on Core 2 and Atom is due to slow
    -#	pshufb,	yet it's respectable +32%/65%  improvement on Core 2
    -#	and +58%/40% on Atom (as implied, over "hyper-threading-safe"
    +#	pshufb,	yet it's respectable +28%/64%  improvement on Core 2
    +#	and +15% on Atom (as implied, over "hyper-threading-safe"
     #	code path).
     #
     #						
    @@ -183,35 +184,35 @@ $k_dsbo=0x2c0;		# decryption sbox final output
     	&movdqa	("xmm1","xmm6")
     	&movdqa	("xmm2",&QWP($k_ipt,$const));
     	&pandn	("xmm1","xmm0");
    -	&movdqu	("xmm5",&QWP(0,$key));
    -	&psrld	("xmm1",4);
     	&pand	("xmm0","xmm6");
    +	&movdqu	("xmm5",&QWP(0,$key));
     	&pshufb	("xmm2","xmm0");
     	&movdqa	("xmm0",&QWP($k_ipt+16,$const));
    -	&pshufb	("xmm0","xmm1");
     	&pxor	("xmm2","xmm5");
    -	&pxor	("xmm0","xmm2");
    +	&psrld	("xmm1",4);
     	&add	($key,16);
    +	&pshufb	("xmm0","xmm1");
     	&lea	($base,&DWP($k_mc_backward,$const));
    +	&pxor	("xmm0","xmm2");
     	&jmp	(&label("enc_entry"));
     
     
     &set_label("enc_loop",16);
     	# middle of middle round
     	&movdqa	("xmm4",&QWP($k_sb1,$const));	# 4 : sb1u
    -	&pshufb	("xmm4","xmm2");		# 4 = sb1u
    -	&pxor	("xmm4","xmm5");		# 4 = sb1u + k
     	&movdqa	("xmm0",&QWP($k_sb1+16,$const));# 0 : sb1t
    +	&pshufb	("xmm4","xmm2");		# 4 = sb1u
     	&pshufb	("xmm0","xmm3");		# 0 = sb1t
    -	&pxor	("xmm0","xmm4");		# 0 = A
    +	&pxor	("xmm4","xmm5");		# 4 = sb1u + k
     	&movdqa	("xmm5",&QWP($k_sb2,$const));	# 4 : sb2u
    -	&pshufb	("xmm5","xmm2");		# 4 = sb2u
    +	&pxor	("xmm0","xmm4");		# 0 = A
     	&movdqa	("xmm1",&QWP(-0x40,$base,$magic));# .Lk_mc_forward[]
    +	&pshufb	("xmm5","xmm2");		# 4 = sb2u
     	&movdqa	("xmm2",&QWP($k_sb2+16,$const));# 2 : sb2t
    -	&pshufb	("xmm2","xmm3");		# 2 = sb2t
    -	&pxor	("xmm2","xmm5");		# 2 = 2A
     	&movdqa	("xmm4",&QWP(0,$base,$magic));	# .Lk_mc_backward[]
    +	&pshufb	("xmm2","xmm3");		# 2 = sb2t
     	&movdqa	("xmm3","xmm0");		# 3 = A
    +	&pxor	("xmm2","xmm5");		# 2 = 2A
     	&pshufb	("xmm0","xmm1");		# 0 = B
     	&add	($key,16);			# next key
     	&pxor	("xmm0","xmm2");		# 0 = 2A+B
    @@ -220,30 +221,30 @@ $k_dsbo=0x2c0;		# decryption sbox final output
     	&pxor	("xmm3","xmm0");		# 3 = 2A+B+D
     	&pshufb	("xmm0","xmm1");		# 0 = 2B+C
     	&and	($magic,0x30);			# ... mod 4
    -	&pxor	("xmm0","xmm3");		# 0 = 2A+3B+C+D
     	&sub	($round,1);			# nr--
    +	&pxor	("xmm0","xmm3");		# 0 = 2A+3B+C+D
     
     &set_label("enc_entry");
     	# top of round
     	&movdqa	("xmm1","xmm6");		# 1 : i
    +	&movdqa	("xmm5",&QWP($k_inv+16,$const));# 2 : a/k
     	&pandn	("xmm1","xmm0");		# 1 = i<<4
     	&psrld	("xmm1",4);			# 1 = i
     	&pand	("xmm0","xmm6");		# 0 = k
    -	&movdqa	("xmm5",&QWP($k_inv+16,$const));# 2 : a/k
     	&pshufb	("xmm5","xmm0");		# 2 = a/k
    -	&pxor	("xmm0","xmm1");		# 0 = j
     	&movdqa	("xmm3","xmm7");		# 3 : 1/i
    +	&pxor	("xmm0","xmm1");		# 0 = j
     	&pshufb	("xmm3","xmm1");		# 3 = 1/i
    -	&pxor	("xmm3","xmm5");		# 3 = iak = 1/i + a/k
     	&movdqa	("xmm4","xmm7");		# 4 : 1/j
    +	&pxor	("xmm3","xmm5");		# 3 = iak = 1/i + a/k
     	&pshufb	("xmm4","xmm0");		# 4 = 1/j
    -	&pxor	("xmm4","xmm5");		# 4 = jak = 1/j + a/k
     	&movdqa	("xmm2","xmm7");		# 2 : 1/iak
    +	&pxor	("xmm4","xmm5");		# 4 = jak = 1/j + a/k
     	&pshufb	("xmm2","xmm3");		# 2 = 1/iak
    -	&pxor	("xmm2","xmm0");		# 2 = io
     	&movdqa	("xmm3","xmm7");		# 3 : 1/jak
    -	&movdqu	("xmm5",&QWP(0,$key));
    +	&pxor	("xmm2","xmm0");		# 2 = io
     	&pshufb	("xmm3","xmm4");		# 3 = 1/jak
    +	&movdqu	("xmm5",&QWP(0,$key));
     	&pxor	("xmm3","xmm1");		# 3 = jo
     	&jnz	(&label("enc_loop"));
     
    @@ -265,8 +266,8 @@ $k_dsbo=0x2c0;		# decryption sbox final output
     ##  Same API as encryption core.
     ##
     &function_begin_B("_vpaes_decrypt_core");
    -	&mov	($round,&DWP(240,$key));
     	&lea	($base,&DWP($k_dsbd,$const));
    +	&mov	($round,&DWP(240,$key));
     	&movdqa	("xmm1","xmm6");
     	&movdqa	("xmm2",&QWP($k_dipt-$k_dsbd,$base));
     	&pandn	("xmm1","xmm0");
    @@ -292,62 +293,61 @@ $k_dsbo=0x2c0;		# decryption sbox final output
     ##  Inverse mix columns
     ##
     	&movdqa	("xmm4",&QWP(-0x20,$base));	# 4 : sb9u
    +	&movdqa	("xmm1",&QWP(-0x10,$base));	# 0 : sb9t
     	&pshufb	("xmm4","xmm2");		# 4 = sb9u
    -	&pxor	("xmm4","xmm0");
    -	&movdqa	("xmm0",&QWP(-0x10,$base));	# 0 : sb9t
    -	&pshufb	("xmm0","xmm3");		# 0 = sb9t
    -	&pxor	("xmm0","xmm4");		# 0 = ch
    -	&add	($key,16);			# next round key
    -
    -	&pshufb	("xmm0","xmm5");		# MC ch
    +	&pshufb	("xmm1","xmm3");		# 0 = sb9t
    +	&pxor	("xmm0","xmm4");
     	&movdqa	("xmm4",&QWP(0,$base));		# 4 : sbdu
    -	&pshufb	("xmm4","xmm2");		# 4 = sbdu
    -	&pxor	("xmm4","xmm0");		# 4 = ch
    -	&movdqa	("xmm0",&QWP(0x10,$base));	# 0 : sbdt
    -	&pshufb	("xmm0","xmm3");		# 0 = sbdt
    -	&pxor	("xmm0","xmm4");		# 0 = ch
    -	&sub	($round,1);			# nr--
    +	&pxor	("xmm0","xmm1");		# 0 = ch
    +	&movdqa	("xmm1",&QWP(0x10,$base));	# 0 : sbdt
     
    +	&pshufb	("xmm4","xmm2");		# 4 = sbdu
     	&pshufb	("xmm0","xmm5");		# MC ch
    +	&pshufb	("xmm1","xmm3");		# 0 = sbdt
    +	&pxor	("xmm0","xmm4");		# 4 = ch
     	&movdqa	("xmm4",&QWP(0x20,$base));	# 4 : sbbu
    -	&pshufb	("xmm4","xmm2");		# 4 = sbbu
    -	&pxor	("xmm4","xmm0");		# 4 = ch
    -	&movdqa	("xmm0",&QWP(0x30,$base));	# 0 : sbbt
    -	&pshufb	("xmm0","xmm3");		# 0 = sbbt
    -	&pxor	("xmm0","xmm4");		# 0 = ch
    +	&pxor	("xmm0","xmm1");		# 0 = ch
    +	&movdqa	("xmm1",&QWP(0x30,$base));	# 0 : sbbt
     
    +	&pshufb	("xmm4","xmm2");		# 4 = sbbu
     	&pshufb	("xmm0","xmm5");		# MC ch
    +	&pshufb	("xmm1","xmm3");		# 0 = sbbt
    +	&pxor	("xmm0","xmm4");		# 4 = ch
     	&movdqa	("xmm4",&QWP(0x40,$base));	# 4 : sbeu
    -	&pshufb	("xmm4","xmm2");		# 4 = sbeu
    -	&pxor	("xmm4","xmm0");		# 4 = ch
    -	&movdqa	("xmm0",&QWP(0x50,$base));	# 0 : sbet
    -	&pshufb	("xmm0","xmm3");		# 0 = sbet
    -	&pxor	("xmm0","xmm4");		# 0 = ch
    +	&pxor	("xmm0","xmm1");		# 0 = ch
    +	&movdqa	("xmm1",&QWP(0x50,$base));	# 0 : sbet
     
    +	&pshufb	("xmm4","xmm2");		# 4 = sbeu
    +	&pshufb	("xmm0","xmm5");		# MC ch
    +	&pshufb	("xmm1","xmm3");		# 0 = sbet
    +	&pxor	("xmm0","xmm4");		# 4 = ch
    +	&add	($key,16);			# next round key
     	&palignr("xmm5","xmm5",12);
    +	&pxor	("xmm0","xmm1");		# 0 = ch
    +	&sub	($round,1);			# nr--
     
     &set_label("dec_entry");
     	# top of round
     	&movdqa	("xmm1","xmm6");		# 1 : i
    +	&movdqa	("xmm2",&QWP($k_inv+16,$const));# 2 : a/k
     	&pandn	("xmm1","xmm0");		# 1 = i<<4
    -	&psrld	("xmm1",4);			# 1 = i
     	&pand	("xmm0","xmm6");		# 0 = k
    -	&movdqa	("xmm2",&QWP($k_inv+16,$const));# 2 : a/k
    +	&psrld	("xmm1",4);			# 1 = i
     	&pshufb	("xmm2","xmm0");		# 2 = a/k
    -	&pxor	("xmm0","xmm1");		# 0 = j
     	&movdqa	("xmm3","xmm7");		# 3 : 1/i
    +	&pxor	("xmm0","xmm1");		# 0 = j
     	&pshufb	("xmm3","xmm1");		# 3 = 1/i
    -	&pxor	("xmm3","xmm2");		# 3 = iak = 1/i + a/k
     	&movdqa	("xmm4","xmm7");		# 4 : 1/j
    +	&pxor	("xmm3","xmm2");		# 3 = iak = 1/i + a/k
     	&pshufb	("xmm4","xmm0");		# 4 = 1/j
     	&pxor	("xmm4","xmm2");		# 4 = jak = 1/j + a/k
     	&movdqa	("xmm2","xmm7");		# 2 : 1/iak
     	&pshufb	("xmm2","xmm3");		# 2 = 1/iak
    -	&pxor	("xmm2","xmm0");		# 2 = io
     	&movdqa	("xmm3","xmm7");		# 3 : 1/jak
    +	&pxor	("xmm2","xmm0");		# 2 = io
     	&pshufb	("xmm3","xmm4");		# 3 = 1/jak
    -	&pxor	("xmm3","xmm1");		# 3 = jo
     	&movdqu	("xmm0",&QWP(0,$key));
    +	&pxor	("xmm3","xmm1");		# 3 = jo
     	&jnz	(&label("dec_loop"));
     
     	# middle of last round
    @@ -542,12 +542,12 @@ $k_dsbo=0x2c0;		# decryption sbox final output
     ##    %xmm0: b+c+d  b+c  b  a
     ##
     &function_begin_B("_vpaes_schedule_192_smear");
    -	&pshufd	("xmm0","xmm6",0x80);		# d c 0 0 -> c 0 0 0
    -	&pxor	("xmm6","xmm0");		# -> c+d c 0 0
    +	&pshufd	("xmm1","xmm6",0x80);		# d c 0 0 -> c 0 0 0
     	&pshufd	("xmm0","xmm7",0xFE);		# b a _ _ -> b b b a
    +	&pxor	("xmm6","xmm1");		# -> c+d c 0 0
    +	&pxor	("xmm1","xmm1");
     	&pxor	("xmm6","xmm0");		# -> b+c+d b+c b a
     	&movdqa	("xmm0","xmm6");
    -	&pxor	("xmm1","xmm1");
     	&movhlps("xmm6","xmm1");		# clobber low side with zeros
     	&ret	();
     &function_end_B("_vpaes_schedule_192_smear");
    diff --git a/openssl/crypto/aes/asm/vpaes-x86_64.pl b/openssl/crypto/aes/asm/vpaes-x86_64.pl
    index bd7f45b85..f2ef318fa 100644
    --- a/openssl/crypto/aes/asm/vpaes-x86_64.pl
    +++ b/openssl/crypto/aes/asm/vpaes-x86_64.pl
    @@ -27,9 +27,10 @@
     #
     #		aes-x86_64.pl		vpaes-x86_64.pl
     #
    -# Core 2(**)	30.5/43.7/14.3		21.8/25.7(***)
    -# Nehalem	30.5/42.2/14.6		 9.8/11.8
    -# Atom		63.9/79.0/32.1		64.0/84.8(***)
    +# Core 2(**)	29.6/41.1/14.3		21.9/25.2(***)
    +# Nehalem	29.6/40.3/14.6		10.0/11.8
    +# Atom		57.3/74.2/32.1		60.9/77.2(***)
    +# Silvermont	52.7/64.0/19.5		48.8/60.8(***)
     #
     # (*)	"Hyper-threading" in the context refers rather to cache shared
     #	among multiple cores, than to specifically Intel HTT. As vast
    @@ -40,7 +41,7 @@
     # (**)	"Core 2" refers to initial 65nm design, a.k.a. Conroe.
     #
     # (***)	Less impressive improvement on Core 2 and Atom is due to slow
    -#	pshufb,	yet it's respectable +40%/78% improvement on Core 2
    +#	pshufb,	yet it's respectable +36%/62% improvement on Core 2
     #	(as implied, over "hyper-threading-safe" code path).
     #
     #						
    @@ -95,8 +96,8 @@ _vpaes_encrypt_core:
     	movdqa	.Lk_ipt+16(%rip), %xmm0	# ipthi
     	pshufb	%xmm1,	%xmm0
     	pxor	%xmm5,	%xmm2
    -	pxor	%xmm2,	%xmm0
     	add	\$16,	%r9
    +	pxor	%xmm2,	%xmm0
     	lea	.Lk_mc_backward(%rip),%r10
     	jmp	.Lenc_entry
     
    @@ -104,19 +105,19 @@ _vpaes_encrypt_core:
     .Lenc_loop:
     	# middle of middle round
     	movdqa  %xmm13,	%xmm4	# 4 : sb1u
    -	pshufb  %xmm2,	%xmm4	# 4 = sb1u
    -	pxor	%xmm5,	%xmm4	# 4 = sb1u + k
     	movdqa  %xmm12,	%xmm0	# 0 : sb1t
    +	pshufb  %xmm2,	%xmm4	# 4 = sb1u
     	pshufb  %xmm3,	%xmm0	# 0 = sb1t
    -	pxor	%xmm4,	%xmm0	# 0 = A
    +	pxor	%xmm5,	%xmm4	# 4 = sb1u + k
     	movdqa  %xmm15,	%xmm5	# 4 : sb2u
    -	pshufb	%xmm2,	%xmm5	# 4 = sb2u
    +	pxor	%xmm4,	%xmm0	# 0 = A
     	movdqa	-0x40(%r11,%r10), %xmm1		# .Lk_mc_forward[]
    +	pshufb	%xmm2,	%xmm5	# 4 = sb2u
    +	movdqa	(%r11,%r10), %xmm4		# .Lk_mc_backward[]
     	movdqa	%xmm14, %xmm2	# 2 : sb2t
     	pshufb	%xmm3,  %xmm2	# 2 = sb2t
    -	pxor	%xmm5,	%xmm2	# 2 = 2A
    -	movdqa	(%r11,%r10), %xmm4		# .Lk_mc_backward[]
     	movdqa	%xmm0,  %xmm3	# 3 = A
    +	pxor	%xmm5,	%xmm2	# 2 = 2A
     	pshufb  %xmm1,  %xmm0	# 0 = B
     	add	\$16,	%r9	# next key
     	pxor	%xmm2,  %xmm0	# 0 = 2A+B
    @@ -125,30 +126,30 @@ _vpaes_encrypt_core:
     	pxor	%xmm0,	%xmm3	# 3 = 2A+B+D
     	pshufb  %xmm1,	%xmm0	# 0 = 2B+C
     	and	\$0x30,	%r11	# ... mod 4
    -	pxor	%xmm3,	%xmm0	# 0 = 2A+3B+C+D
     	sub	\$1,%rax	# nr--
    +	pxor	%xmm3,	%xmm0	# 0 = 2A+3B+C+D
     
     .Lenc_entry:
     	# top of round
     	movdqa  %xmm9, 	%xmm1	# 1 : i
    +	movdqa	%xmm11, %xmm5	# 2 : a/k
     	pandn	%xmm0, 	%xmm1	# 1 = i<<4
     	psrld	\$4,   	%xmm1   # 1 = i
     	pand	%xmm9, 	%xmm0   # 0 = k
    -	movdqa	%xmm11, %xmm5	# 2 : a/k
     	pshufb  %xmm0,  %xmm5	# 2 = a/k
    -	pxor	%xmm1,	%xmm0	# 0 = j
     	movdqa	%xmm10,	%xmm3  	# 3 : 1/i
    +	pxor	%xmm1,	%xmm0	# 0 = j
     	pshufb  %xmm1, 	%xmm3  	# 3 = 1/i
    -	pxor	%xmm5, 	%xmm3  	# 3 = iak = 1/i + a/k
     	movdqa	%xmm10,	%xmm4  	# 4 : 1/j
    +	pxor	%xmm5, 	%xmm3  	# 3 = iak = 1/i + a/k
     	pshufb	%xmm0, 	%xmm4  	# 4 = 1/j
    -	pxor	%xmm5, 	%xmm4  	# 4 = jak = 1/j + a/k
     	movdqa	%xmm10,	%xmm2  	# 2 : 1/iak
    +	pxor	%xmm5, 	%xmm4  	# 4 = jak = 1/j + a/k
     	pshufb  %xmm3,	%xmm2  	# 2 = 1/iak
    -	pxor	%xmm0, 	%xmm2  	# 2 = io
     	movdqa	%xmm10, %xmm3   # 3 : 1/jak
    -	movdqu	(%r9),	%xmm5
    +	pxor	%xmm0, 	%xmm2  	# 2 = io
     	pshufb  %xmm4,  %xmm3   # 3 = 1/jak
    +	movdqu	(%r9),	%xmm5
     	pxor	%xmm1,  %xmm3   # 3 = jo
     	jnz	.Lenc_loop
     
    @@ -201,62 +202,61 @@ _vpaes_decrypt_core:
     ##  Inverse mix columns
     ##
     	movdqa  -0x20(%r10),%xmm4	# 4 : sb9u
    +	movdqa  -0x10(%r10),%xmm1	# 0 : sb9t
     	pshufb	%xmm2,	%xmm4		# 4 = sb9u
    -	pxor	%xmm0,	%xmm4
    -	movdqa  -0x10(%r10),%xmm0	# 0 : sb9t
    -	pshufb	%xmm3,	%xmm0		# 0 = sb9t
    -	pxor	%xmm4,	%xmm0		# 0 = ch
    -	add	\$16, %r9		# next round key
    -
    -	pshufb	%xmm5,	%xmm0		# MC ch
    +	pshufb	%xmm3,	%xmm1		# 0 = sb9t
    +	pxor	%xmm4,	%xmm0
     	movdqa  0x00(%r10),%xmm4	# 4 : sbdu
    +	pxor	%xmm1,	%xmm0		# 0 = ch
    +	movdqa  0x10(%r10),%xmm1	# 0 : sbdt
    +
     	pshufb	%xmm2,	%xmm4		# 4 = sbdu
    -	pxor	%xmm0,	%xmm4		# 4 = ch
    -	movdqa  0x10(%r10),%xmm0	# 0 : sbdt
    -	pshufb	%xmm3,	%xmm0		# 0 = sbdt
    -	pxor	%xmm4,	%xmm0		# 0 = ch
    -	sub	\$1,%rax		# nr--
    -	
     	pshufb	%xmm5,	%xmm0		# MC ch
    +	pshufb	%xmm3,	%xmm1		# 0 = sbdt
    +	pxor	%xmm4,	%xmm0		# 4 = ch
     	movdqa  0x20(%r10),%xmm4	# 4 : sbbu
    +	pxor	%xmm1,	%xmm0		# 0 = ch
    +	movdqa  0x30(%r10),%xmm1	# 0 : sbbt
    +
     	pshufb	%xmm2,	%xmm4		# 4 = sbbu
    -	pxor	%xmm0,	%xmm4		# 4 = ch
    -	movdqa  0x30(%r10),%xmm0	# 0 : sbbt
    -	pshufb	%xmm3,	%xmm0		# 0 = sbbt
    -	pxor	%xmm4,	%xmm0		# 0 = ch
    -	
     	pshufb	%xmm5,	%xmm0		# MC ch
    +	pshufb	%xmm3,	%xmm1		# 0 = sbbt
    +	pxor	%xmm4,	%xmm0		# 4 = ch
     	movdqa  0x40(%r10),%xmm4	# 4 : sbeu
    -	pshufb	%xmm2,	%xmm4		# 4 = sbeu
    -	pxor	%xmm0,	%xmm4		# 4 = ch
    -	movdqa  0x50(%r10),%xmm0	# 0 : sbet
    -	pshufb	%xmm3,	%xmm0		# 0 = sbet
    -	pxor	%xmm4,	%xmm0		# 0 = ch
    +	pxor	%xmm1,	%xmm0		# 0 = ch
    +	movdqa  0x50(%r10),%xmm1	# 0 : sbet
     
    +	pshufb	%xmm2,	%xmm4		# 4 = sbeu
    +	pshufb	%xmm5,	%xmm0		# MC ch
    +	pshufb	%xmm3,	%xmm1		# 0 = sbet
    +	pxor	%xmm4,	%xmm0		# 4 = ch
    +	add	\$16, %r9		# next round key
     	palignr	\$12,	%xmm5,	%xmm5
    -	
    +	pxor	%xmm1,	%xmm0		# 0 = ch
    +	sub	\$1,%rax		# nr--
    +
     .Ldec_entry:
     	# top of round
     	movdqa  %xmm9, 	%xmm1	# 1 : i
     	pandn	%xmm0, 	%xmm1	# 1 = i<<4
    +	movdqa	%xmm11, %xmm2	# 2 : a/k
     	psrld	\$4,    %xmm1	# 1 = i
     	pand	%xmm9, 	%xmm0	# 0 = k
    -	movdqa	%xmm11, %xmm2	# 2 : a/k
     	pshufb  %xmm0,  %xmm2	# 2 = a/k
    -	pxor	%xmm1,	%xmm0	# 0 = j
     	movdqa	%xmm10,	%xmm3	# 3 : 1/i
    +	pxor	%xmm1,	%xmm0	# 0 = j
     	pshufb  %xmm1, 	%xmm3	# 3 = 1/i
    -	pxor	%xmm2, 	%xmm3	# 3 = iak = 1/i + a/k
     	movdqa	%xmm10,	%xmm4	# 4 : 1/j
    +	pxor	%xmm2, 	%xmm3	# 3 = iak = 1/i + a/k
     	pshufb	%xmm0, 	%xmm4	# 4 = 1/j
     	pxor	%xmm2, 	%xmm4	# 4 = jak = 1/j + a/k
     	movdqa	%xmm10,	%xmm2	# 2 : 1/iak
     	pshufb  %xmm3,	%xmm2	# 2 = 1/iak
    -	pxor	%xmm0, 	%xmm2	# 2 = io
     	movdqa	%xmm10, %xmm3	# 3 : 1/jak
    +	pxor	%xmm0, 	%xmm2	# 2 = io
     	pshufb  %xmm4,  %xmm3	# 3 = 1/jak
    -	pxor	%xmm1,  %xmm3	# 3 = jo
     	movdqu	(%r9),	%xmm0
    +	pxor	%xmm1,  %xmm3	# 3 = jo
     	jnz	.Ldec_loop
     
     	# middle of last round
    @@ -464,12 +464,12 @@ _vpaes_schedule_core:
     .type	_vpaes_schedule_192_smear,\@abi-omnipotent
     .align	16
     _vpaes_schedule_192_smear:
    -	pshufd	\$0x80,	%xmm6,	%xmm0	# d c 0 0 -> c 0 0 0
    -	pxor	%xmm0,	%xmm6		# -> c+d c 0 0
    +	pshufd	\$0x80,	%xmm6,	%xmm1	# d c 0 0 -> c 0 0 0
     	pshufd	\$0xFE,	%xmm7,	%xmm0	# b a _ _ -> b b b a
    +	pxor	%xmm1,	%xmm6		# -> c+d c 0 0
    +	pxor	%xmm1,	%xmm1
     	pxor	%xmm0,	%xmm6		# -> b+c+d b+c b a
     	movdqa	%xmm6,	%xmm0
    -	pxor	%xmm1,	%xmm1
     	movhlps	%xmm1,	%xmm6		# clobber low side with zeros
     	ret
     .size	_vpaes_schedule_192_smear,.-_vpaes_schedule_192_smear
    diff --git a/openssl/crypto/arm64cpuid.S b/openssl/crypto/arm64cpuid.S
    new file mode 100755
    index 000000000..4778ac1de
    --- /dev/null
    +++ b/openssl/crypto/arm64cpuid.S
    @@ -0,0 +1,46 @@
    +#include "arm_arch.h"
    +
    +.text
    +.arch	armv8-a+crypto
    +
    +.align	5
    +.global	_armv7_neon_probe
    +.type	_armv7_neon_probe,%function
    +_armv7_neon_probe:
    +	orr	v15.16b, v15.16b, v15.16b
    +	ret
    +.size	_armv7_neon_probe,.-_armv7_neon_probe
    +
    +.global	_armv7_tick
    +.type	_armv7_tick,%function
    +_armv7_tick:
    +	mrs	x0, CNTVCT_EL0
    +	ret
    +.size	_armv7_tick,.-_armv7_tick
    +
    +.global	_armv8_aes_probe
    +.type	_armv8_aes_probe,%function
    +_armv8_aes_probe:
    +	aese	v0.16b, v0.16b
    +	ret
    +.size	_armv8_aes_probe,.-_armv8_aes_probe
    +
    +.global	_armv8_sha1_probe
    +.type	_armv8_sha1_probe,%function
    +_armv8_sha1_probe:
    +	sha1h	s0, s0
    +	ret
    +.size	_armv8_sha1_probe,.-_armv8_sha1_probe
    +
    +.global	_armv8_sha256_probe
    +.type	_armv8_sha256_probe,%function
    +_armv8_sha256_probe:
    +	sha256su0	v0.4s, v0.4s
    +	ret
    +.size	_armv8_sha256_probe,.-_armv8_sha256_probe
    +.global	_armv8_pmull_probe
    +.type	_armv8_pmull_probe,%function
    +_armv8_pmull_probe:
    +	pmull	v0.1q, v0.1d, v0.1d
    +	ret
    +.size	_armv8_pmull_probe,.-_armv8_pmull_probe
    diff --git a/openssl/crypto/arm_arch.h b/openssl/crypto/arm_arch.h
    index 5a8310768..9d6e58880 100644
    --- a/openssl/crypto/arm_arch.h
    +++ b/openssl/crypto/arm_arch.h
    @@ -1,51 +1,78 @@
     #ifndef __ARM_ARCH_H__
    -#define __ARM_ARCH_H__
    +# define __ARM_ARCH_H__
     
    -#if !defined(__ARM_ARCH__)
    -# if defined(__CC_ARM)
    -#  define __ARM_ARCH__ __TARGET_ARCH_ARM
    -#  if defined(__BIG_ENDIAN)
    -#   define __ARMEB__
    -#  else
    -#   define __ARMEL__
    -#  endif
    -# elif defined(__GNUC__)
    +# if !defined(__ARM_ARCH__)
    +#  if defined(__CC_ARM)
    +#   define __ARM_ARCH__ __TARGET_ARCH_ARM
    +#   if defined(__BIG_ENDIAN)
    +#    define __ARMEB__
    +#   else
    +#    define __ARMEL__
    +#   endif
    +#  elif defined(__GNUC__)
    +#   if   defined(__aarch64__)
    +#    define __ARM_ARCH__ 8
    +#    if __BYTE_ORDER__==__ORDER_BIG_ENDIAN__
    +#     define __ARMEB__
    +#    else
    +#     define __ARMEL__
    +#    endif
       /*
        * Why doesn't gcc define __ARM_ARCH__? Instead it defines
        * bunch of below macros. See all_architectires[] table in
        * gcc/config/arm/arm.c. On a side note it defines
        * __ARMEL__/__ARMEB__ for little-/big-endian.
        */
    -#  if	defined(__ARM_ARCH_7__)	|| defined(__ARM_ARCH_7A__)	|| \
    -	defined(__ARM_ARCH_7R__)|| defined(__ARM_ARCH_7M__)	|| \
    -	defined(__ARM_ARCH_7EM__)
    -#   define __ARM_ARCH__ 7
    -#  elif	defined(__ARM_ARCH_6__)	|| defined(__ARM_ARCH_6J__)	|| \
    -	defined(__ARM_ARCH_6K__)|| defined(__ARM_ARCH_6M__)	|| \
    -	defined(__ARM_ARCH_6Z__)|| defined(__ARM_ARCH_6ZK__)	|| \
    -	defined(__ARM_ARCH_6T2__)
    -#   define __ARM_ARCH__ 6
    -#  elif	defined(__ARM_ARCH_5__)	|| defined(__ARM_ARCH_5T__)	|| \
    -	defined(__ARM_ARCH_5E__)|| defined(__ARM_ARCH_5TE__)	|| \
    -	defined(__ARM_ARCH_5TEJ__)
    -#   define __ARM_ARCH__ 5
    -#  elif	defined(__ARM_ARCH_4__)	|| defined(__ARM_ARCH_4T__)
    -#   define __ARM_ARCH__ 4
    -#  else
    -#   error "unsupported ARM architecture"
    +#   elif defined(__ARM_ARCH)
    +#    define __ARM_ARCH__ __ARM_ARCH
    +#   elif defined(__ARM_ARCH_8A__)
    +#    define __ARM_ARCH__ 8
    +#   elif defined(__ARM_ARCH_7__) || defined(__ARM_ARCH_7A__)     || \
    +        defined(__ARM_ARCH_7R__)|| defined(__ARM_ARCH_7M__)     || \
    +        defined(__ARM_ARCH_7EM__)
    +#    define __ARM_ARCH__ 7
    +#   elif defined(__ARM_ARCH_6__) || defined(__ARM_ARCH_6J__)     || \
    +        defined(__ARM_ARCH_6K__)|| defined(__ARM_ARCH_6M__)     || \
    +        defined(__ARM_ARCH_6Z__)|| defined(__ARM_ARCH_6ZK__)    || \
    +        defined(__ARM_ARCH_6T2__)
    +#    define __ARM_ARCH__ 6
    +#   elif defined(__ARM_ARCH_5__) || defined(__ARM_ARCH_5T__)     || \
    +        defined(__ARM_ARCH_5E__)|| defined(__ARM_ARCH_5TE__)    || \
    +        defined(__ARM_ARCH_5TEJ__)
    +#    define __ARM_ARCH__ 5
    +#   elif defined(__ARM_ARCH_4__) || defined(__ARM_ARCH_4T__)
    +#    define __ARM_ARCH__ 4
    +#   else
    +#    error "unsupported ARM architecture"
    +#   endif
     #  endif
     # endif
    -#endif
     
    -#ifdef OPENSSL_FIPSCANISTER
    -#include 
    -#endif
    +# ifdef OPENSSL_FIPSCANISTER
    +#  include 
    +# endif
    +
    +# if !defined(__ARM_MAX_ARCH__)
    +#  define __ARM_MAX_ARCH__ __ARM_ARCH__
    +# endif
     
    -#if !__ASSEMBLER__
    +# if __ARM_MAX_ARCH__<__ARM_ARCH__
    +#  error "__ARM_MAX_ARCH__ can't be less than __ARM_ARCH__"
    +# elif __ARM_MAX_ARCH__!=__ARM_ARCH__
    +#  if __ARM_ARCH__<7 && __ARM_MAX_ARCH__>=7 && defined(__ARMEB__)
    +#   error "can't build universal big-endian binary"
    +#  endif
    +# endif
    +
    +# if !__ASSEMBLER__
     extern unsigned int OPENSSL_armcap_P;
    -                                     
    -#define ARMV7_NEON      (1<<0)
    -#define ARMV7_TICK      (1<<1)
    -#endif
    +# endif
    +
    +# define ARMV7_NEON      (1<<0)
    +# define ARMV7_TICK      (1<<1)
    +# define ARMV8_AES       (1<<2)
    +# define ARMV8_SHA1      (1<<3)
    +# define ARMV8_SHA256    (1<<4)
    +# define ARMV8_PMULL     (1<<5)
     
     #endif
    diff --git a/openssl/crypto/armcap.c b/openssl/crypto/armcap.c
    index 9abaf396e..356fa1528 100644
    --- a/openssl/crypto/armcap.c
    +++ b/openssl/crypto/armcap.c
    @@ -7,74 +7,158 @@
     
     #include "arm_arch.h"
     
    -unsigned int OPENSSL_armcap_P;
    +unsigned int OPENSSL_armcap_P = 0;
     
    +#if __ARM_MAX_ARCH__<7
    +void OPENSSL_cpuid_setup(void)
    +{
    +}
    +
    +unsigned long OPENSSL_rdtsc(void)
    +{
    +    return 0;
    +}
    +#else
     static sigset_t all_masked;
     
     static sigjmp_buf ill_jmp;
    -static void ill_handler (int sig) { siglongjmp(ill_jmp,sig); }
    +static void ill_handler(int sig)
    +{
    +    siglongjmp(ill_jmp, sig);
    +}
     
     /*
      * Following subroutines could have been inlined, but it's not all
      * ARM compilers support inline assembler...
      */
     void _armv7_neon_probe(void);
    -unsigned int _armv7_tick(void);
    -
    -unsigned int OPENSSL_rdtsc(void)
    -	{
    -	if (OPENSSL_armcap_P & ARMV7_TICK)
    -		return _armv7_tick();
    -	else
    -		return 0;
    -	}
    -
    -#if defined(__GNUC__) && __GNUC__>=2
    -void OPENSSL_cpuid_setup(void) __attribute__((constructor));
    -#endif
    +void _armv8_aes_probe(void);
    +void _armv8_sha1_probe(void);
    +void _armv8_sha256_probe(void);
    +void _armv8_pmull_probe(void);
    +unsigned long _armv7_tick(void);
    +
    +unsigned long OPENSSL_rdtsc(void)
    +{
    +    if (OPENSSL_armcap_P & ARMV7_TICK)
    +        return _armv7_tick();
    +    else
    +        return 0;
    +}
    +
    +/*
    + * Use a weak reference to getauxval() so we can use it if it is available but
    + * don't break the build if it is not.
    + */
    +# if defined(__GNUC__) && __GNUC__>=2
    +void OPENSSL_cpuid_setup(void) __attribute__ ((constructor));
    +extern unsigned long getauxval(unsigned long type) __attribute__ ((weak));
    +# else
    +static unsigned long (*getauxval) (unsigned long) = NULL;
    +# endif
    +
    +/*
    + * ARM puts the the feature bits for Crypto Extensions in AT_HWCAP2, whereas
    + * AArch64 used AT_HWCAP.
    + */
    +# if defined(__arm__) || defined (__arm)
    +#  define HWCAP                  16
    +                                  /* AT_HWCAP */
    +#  define HWCAP_NEON             (1 << 12)
    +
    +#  define HWCAP_CE               26
    +                                  /* AT_HWCAP2 */
    +#  define HWCAP_CE_AES           (1 << 0)
    +#  define HWCAP_CE_PMULL         (1 << 1)
    +#  define HWCAP_CE_SHA1          (1 << 2)
    +#  define HWCAP_CE_SHA256        (1 << 3)
    +# elif defined(__aarch64__)
    +#  define HWCAP                  16
    +                                  /* AT_HWCAP */
    +#  define HWCAP_NEON             (1 << 1)
    +
    +#  define HWCAP_CE               HWCAP
    +#  define HWCAP_CE_AES           (1 << 3)
    +#  define HWCAP_CE_PMULL         (1 << 4)
    +#  define HWCAP_CE_SHA1          (1 << 5)
    +#  define HWCAP_CE_SHA256        (1 << 6)
    +# endif
    +
     void OPENSSL_cpuid_setup(void)
    -	{
    -	char *e;
    -	struct sigaction	ill_oact,ill_act;
    -	sigset_t		oset;
    -	static int trigger=0;
    -
    -	if (trigger) return;
    -	trigger=1;
    - 
    -	if ((e=getenv("OPENSSL_armcap")))
    -		{
    -		OPENSSL_armcap_P=strtoul(e,NULL,0);
    -		return;
    -		}
    -
    -	sigfillset(&all_masked);
    -	sigdelset(&all_masked,SIGILL);
    -	sigdelset(&all_masked,SIGTRAP);
    -	sigdelset(&all_masked,SIGFPE);
    -	sigdelset(&all_masked,SIGBUS);
    -	sigdelset(&all_masked,SIGSEGV);
    -
    -	OPENSSL_armcap_P = 0;
    -
    -	memset(&ill_act,0,sizeof(ill_act));
    -	ill_act.sa_handler = ill_handler;
    -	ill_act.sa_mask    = all_masked;
    -
    -	sigprocmask(SIG_SETMASK,&ill_act.sa_mask,&oset);
    -	sigaction(SIGILL,&ill_act,&ill_oact);
    -
    -	if (sigsetjmp(ill_jmp,1) == 0)
    -		{
    -		_armv7_neon_probe();
    -		OPENSSL_armcap_P |= ARMV7_NEON;
    -		}
    -	if (sigsetjmp(ill_jmp,1) == 0)
    -		{
    -		_armv7_tick();
    -		OPENSSL_armcap_P |= ARMV7_TICK;
    -		}
    -
    -	sigaction (SIGILL,&ill_oact,NULL);
    -	sigprocmask(SIG_SETMASK,&oset,NULL);
    -	}
    +{
    +    char *e;
    +    struct sigaction ill_oact, ill_act;
    +    sigset_t oset;
    +    static int trigger = 0;
    +
    +    if (trigger)
    +        return;
    +    trigger = 1;
    +
    +    if ((e = getenv("OPENSSL_armcap"))) {
    +        OPENSSL_armcap_P = (unsigned int)strtoul(e, NULL, 0);
    +        return;
    +    }
    +
    +    sigfillset(&all_masked);
    +    sigdelset(&all_masked, SIGILL);
    +    sigdelset(&all_masked, SIGTRAP);
    +    sigdelset(&all_masked, SIGFPE);
    +    sigdelset(&all_masked, SIGBUS);
    +    sigdelset(&all_masked, SIGSEGV);
    +
    +    OPENSSL_armcap_P = 0;
    +
    +    memset(&ill_act, 0, sizeof(ill_act));
    +    ill_act.sa_handler = ill_handler;
    +    ill_act.sa_mask = all_masked;
    +
    +    sigprocmask(SIG_SETMASK, &ill_act.sa_mask, &oset);
    +    sigaction(SIGILL, &ill_act, &ill_oact);
    +
    +    if (getauxval != NULL) {
    +        if (getauxval(HWCAP) & HWCAP_NEON) {
    +            unsigned long hwcap = getauxval(HWCAP_CE);
    +
    +            OPENSSL_armcap_P |= ARMV7_NEON;
    +
    +            if (hwcap & HWCAP_CE_AES)
    +                OPENSSL_armcap_P |= ARMV8_AES;
    +
    +            if (hwcap & HWCAP_CE_PMULL)
    +                OPENSSL_armcap_P |= ARMV8_PMULL;
    +
    +            if (hwcap & HWCAP_CE_SHA1)
    +                OPENSSL_armcap_P |= ARMV8_SHA1;
    +
    +            if (hwcap & HWCAP_CE_SHA256)
    +                OPENSSL_armcap_P |= ARMV8_SHA256;
    +        }
    +    } else if (sigsetjmp(ill_jmp, 1) == 0) {
    +        _armv7_neon_probe();
    +        OPENSSL_armcap_P |= ARMV7_NEON;
    +        if (sigsetjmp(ill_jmp, 1) == 0) {
    +            _armv8_pmull_probe();
    +            OPENSSL_armcap_P |= ARMV8_PMULL | ARMV8_AES;
    +        } else if (sigsetjmp(ill_jmp, 1) == 0) {
    +            _armv8_aes_probe();
    +            OPENSSL_armcap_P |= ARMV8_AES;
    +        }
    +        if (sigsetjmp(ill_jmp, 1) == 0) {
    +            _armv8_sha1_probe();
    +            OPENSSL_armcap_P |= ARMV8_SHA1;
    +        }
    +        if (sigsetjmp(ill_jmp, 1) == 0) {
    +            _armv8_sha256_probe();
    +            OPENSSL_armcap_P |= ARMV8_SHA256;
    +        }
    +    }
    +    if (sigsetjmp(ill_jmp, 1) == 0) {
    +        _armv7_tick();
    +        OPENSSL_armcap_P |= ARMV7_TICK;
    +    }
    +
    +    sigaction(SIGILL, &ill_oact, NULL);
    +    sigprocmask(SIG_SETMASK, &oset, NULL);
    +}
    +#endif
    diff --git a/openssl/crypto/armv4cpuid.S b/openssl/crypto/armv4cpuid.S
    index 2d618deaa..65010ae4f 100644
    --- a/openssl/crypto/armv4cpuid.S
    +++ b/openssl/crypto/armv4cpuid.S
    @@ -4,20 +4,6 @@
     .code	32
     
     .align	5
    -.global	_armv7_neon_probe
    -.type	_armv7_neon_probe,%function
    -_armv7_neon_probe:
    -	.word	0xf26ee1fe	@ vorr	q15,q15,q15
    -	.word	0xe12fff1e	@ bx	lr
    -.size	_armv7_neon_probe,.-_armv7_neon_probe
    -
    -.global	_armv7_tick
    -.type	_armv7_tick,%function
    -_armv7_tick:
    -	mrc	p15,0,r0,c9,c13,0
    -	.word	0xe12fff1e	@ bx	lr
    -.size	_armv7_tick,.-_armv7_tick
    -
     .global	OPENSSL_atomic_add
     .type	OPENSSL_atomic_add,%function
     OPENSSL_atomic_add:
    @@ -28,7 +14,7 @@ OPENSSL_atomic_add:
     	cmp	r2,#0
     	bne	.Ladd
     	mov	r0,r3
    -	.word	0xe12fff1e	@ bx	lr
    +	bx	lr
     #else
     	stmdb	sp!,{r4-r6,lr}
     	ldr	r2,.Lspinlock
    @@ -81,62 +67,131 @@ OPENSSL_cleanse:
     	adds	r1,r1,#4
     	bne	.Little
     .Lcleanse_done:
    +#if __ARM_ARCH__>=5
    +	bx	lr
    +#else
     	tst	lr,#1
     	moveq	pc,lr
     	.word	0xe12fff1e	@ bx	lr
    +#endif
     .size	OPENSSL_cleanse,.-OPENSSL_cleanse
     
    +#if __ARM_MAX_ARCH__>=7
    +.arch	armv7-a
    +.fpu	neon
    +
    +.align	5
    +.global	_armv7_neon_probe
    +.type	_armv7_neon_probe,%function
    +_armv7_neon_probe:
    +	vorr	q0,q0,q0
    +	bx	lr
    +.size	_armv7_neon_probe,.-_armv7_neon_probe
    +
    +.global	_armv7_tick
    +.type	_armv7_tick,%function
    +_armv7_tick:
    +	mrrc	p15,1,r0,r1,c14		@ CNTVCT
    +	bx	lr
    +.size	_armv7_tick,.-_armv7_tick
    +
    +.global	_armv8_aes_probe
    +.type	_armv8_aes_probe,%function
    +_armv8_aes_probe:
    +	.byte	0x00,0x03,0xb0,0xf3	@ aese.8	q0,q0
    +	bx	lr
    +.size	_armv8_aes_probe,.-_armv8_aes_probe
    +
    +.global	_armv8_sha1_probe
    +.type	_armv8_sha1_probe,%function
    +_armv8_sha1_probe:
    +	.byte	0x40,0x0c,0x00,0xf2	@ sha1c.32	q0,q0,q0
    +	bx	lr
    +.size	_armv8_sha1_probe,.-_armv8_sha1_probe
    +
    +.global	_armv8_sha256_probe
    +.type	_armv8_sha256_probe,%function
    +_armv8_sha256_probe:
    +	.byte	0x40,0x0c,0x00,0xf3	@ sha256h.32	q0,q0,q0
    +	bx	lr
    +.size	_armv8_sha256_probe,.-_armv8_sha256_probe
    +.global	_armv8_pmull_probe
    +.type	_armv8_pmull_probe,%function
    +_armv8_pmull_probe:
    +	.byte	0x00,0x0e,0xa0,0xf2	@ vmull.p64	q0,d0,d0
    +	bx	lr
    +.size	_armv8_pmull_probe,.-_armv8_pmull_probe
    +#endif
    +
     .global	OPENSSL_wipe_cpu
     .type	OPENSSL_wipe_cpu,%function
     OPENSSL_wipe_cpu:
    +#if __ARM_MAX_ARCH__>=7
     	ldr	r0,.LOPENSSL_armcap
     	adr	r1,.LOPENSSL_armcap
     	ldr	r0,[r1,r0]
    +#endif
     	eor	r2,r2,r2
     	eor	r3,r3,r3
     	eor	ip,ip,ip
    +#if __ARM_MAX_ARCH__>=7
     	tst	r0,#1
     	beq	.Lwipe_done
    -	.word	0xf3000150	@ veor    q0, q0, q0
    -	.word	0xf3022152	@ veor    q1, q1, q1
    -	.word	0xf3044154	@ veor    q2, q2, q2
    -	.word	0xf3066156	@ veor    q3, q3, q3
    -	.word	0xf34001f0	@ veor    q8, q8, q8
    -	.word	0xf34221f2	@ veor    q9, q9, q9
    -	.word	0xf34441f4	@ veor    q10, q10, q10
    -	.word	0xf34661f6	@ veor    q11, q11, q11
    -	.word	0xf34881f8	@ veor    q12, q12, q12
    -	.word	0xf34aa1fa	@ veor    q13, q13, q13
    -	.word	0xf34cc1fc	@ veor    q14, q14, q14
    -	.word	0xf34ee1fe	@ veor    q15, q15, q15
    +	veor	q0, q0, q0
    +	veor	q1, q1, q1
    +	veor	q2, q2, q2
    +	veor	q3, q3, q3
    +	veor	q8, q8, q8
    +	veor	q9, q9, q9
    +	veor	q10, q10, q10
    +	veor	q11, q11, q11
    +	veor	q12, q12, q12
    +	veor	q13, q13, q13
    +	veor	q14, q14, q14
    +	veor	q15, q15, q15
     .Lwipe_done:
    +#endif
     	mov	r0,sp
    +#if __ARM_ARCH__>=5
    +	bx	lr
    +#else
     	tst	lr,#1
     	moveq	pc,lr
     	.word	0xe12fff1e	@ bx	lr
    +#endif
     .size	OPENSSL_wipe_cpu,.-OPENSSL_wipe_cpu
     
     .global	OPENSSL_instrument_bus
     .type	OPENSSL_instrument_bus,%function
     OPENSSL_instrument_bus:
     	eor	r0,r0,r0
    +#if __ARM_ARCH__>=5
    +	bx	lr
    +#else
     	tst	lr,#1
     	moveq	pc,lr
     	.word	0xe12fff1e	@ bx	lr
    +#endif
     .size	OPENSSL_instrument_bus,.-OPENSSL_instrument_bus
     
     .global	OPENSSL_instrument_bus2
     .type	OPENSSL_instrument_bus2,%function
     OPENSSL_instrument_bus2:
     	eor	r0,r0,r0
    +#if __ARM_ARCH__>=5
    +	bx	lr
    +#else
     	tst	lr,#1
     	moveq	pc,lr
     	.word	0xe12fff1e	@ bx	lr
    +#endif
     .size	OPENSSL_instrument_bus2,.-OPENSSL_instrument_bus2
     
     .align	5
    +#if __ARM_MAX_ARCH__>=7
     .LOPENSSL_armcap:
     .word	OPENSSL_armcap_P-.LOPENSSL_armcap
    +#endif
     #if __ARM_ARCH__>=6
     .align	5
     #else
    diff --git a/openssl/crypto/asn1/Makefile b/openssl/crypto/asn1/Makefile
    index f7787005d..2e2a09739 100644
    --- a/openssl/crypto/asn1/Makefile
    +++ b/openssl/crypto/asn1/Makefile
    @@ -174,7 +174,7 @@ a_gentm.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
     a_gentm.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
     a_gentm.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
     a_gentm.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
    -a_gentm.o: ../cryptlib.h ../o_time.h a_gentm.c
    +a_gentm.o: ../cryptlib.h ../o_time.h a_gentm.c asn1_locl.h
     a_i2d_fp.o: ../../e_os.h ../../include/openssl/asn1.h
     a_i2d_fp.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
     a_i2d_fp.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
    @@ -275,6 +275,7 @@ a_time.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
     a_time.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
     a_time.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
     a_time.o: ../../include/openssl/symhacks.h ../cryptlib.h ../o_time.h a_time.c
    +a_time.o: asn1_locl.h
     a_type.o: ../../e_os.h ../../include/openssl/asn1.h
     a_type.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
     a_type.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
    @@ -291,7 +292,7 @@ a_utctm.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
     a_utctm.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
     a_utctm.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
     a_utctm.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
    -a_utctm.o: ../cryptlib.h ../o_time.h a_utctm.c
    +a_utctm.o: ../cryptlib.h ../o_time.h a_utctm.c asn1_locl.h
     a_utf8.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
     a_utf8.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
     a_utf8.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
    diff --git a/openssl/crypto/asn1/a_bitstr.c b/openssl/crypto/asn1/a_bitstr.c
    index 34179960b..f906188b1 100644
    --- a/openssl/crypto/asn1/a_bitstr.c
    +++ b/openssl/crypto/asn1/a_bitstr.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,188 +61,202 @@
     #include 
     
     int ASN1_BIT_STRING_set(ASN1_BIT_STRING *x, unsigned char *d, int len)
    -{ return M_ASN1_BIT_STRING_set(x, d, len); }
    +{
    +    return M_ASN1_BIT_STRING_set(x, d, len);
    +}
     
     int i2c_ASN1_BIT_STRING(ASN1_BIT_STRING *a, unsigned char **pp)
    -	{
    -	int ret,j,bits,len;
    -	unsigned char *p,*d;
    -
    -	if (a == NULL) return(0);
    -
    -	len=a->length;
    -
    -	if (len > 0)
    -		{
    -		if (a->flags & ASN1_STRING_FLAG_BITS_LEFT)
    -			{
    -			bits=(int)a->flags&0x07;
    -			}
    -		else
    -			{
    -			for ( ; len > 0; len--)
    -				{
    -				if (a->data[len-1]) break;
    -				}
    -			j=a->data[len-1];
    -			if      (j & 0x01) bits=0;
    -			else if (j & 0x02) bits=1;
    -			else if (j & 0x04) bits=2;
    -			else if (j & 0x08) bits=3;
    -			else if (j & 0x10) bits=4;
    -			else if (j & 0x20) bits=5;
    -			else if (j & 0x40) bits=6;
    -			else if (j & 0x80) bits=7;
    -			else bits=0; /* should not happen */
    -			}
    -		}
    -	else
    -		bits=0;
    -
    -	ret=1+len;
    -	if (pp == NULL) return(ret);
    -
    -	p= *pp;
    -
    -	*(p++)=(unsigned char)bits;
    -	d=a->data;
    -	memcpy(p,d,len);
    -	p+=len;
    -	if (len > 0) p[-1]&=(0xff<length;
    +
    +    if (len > 0) {
    +        if (a->flags & ASN1_STRING_FLAG_BITS_LEFT) {
    +            bits = (int)a->flags & 0x07;
    +        } else {
    +            for (; len > 0; len--) {
    +                if (a->data[len - 1])
    +                    break;
    +            }
    +            j = a->data[len - 1];
    +            if (j & 0x01)
    +                bits = 0;
    +            else if (j & 0x02)
    +                bits = 1;
    +            else if (j & 0x04)
    +                bits = 2;
    +            else if (j & 0x08)
    +                bits = 3;
    +            else if (j & 0x10)
    +                bits = 4;
    +            else if (j & 0x20)
    +                bits = 5;
    +            else if (j & 0x40)
    +                bits = 6;
    +            else if (j & 0x80)
    +                bits = 7;
    +            else
    +                bits = 0;       /* should not happen */
    +        }
    +    } else
    +        bits = 0;
    +
    +    ret = 1 + len;
    +    if (pp == NULL)
    +        return (ret);
    +
    +    p = *pp;
    +
    +    *(p++) = (unsigned char)bits;
    +    d = a->data;
    +    memcpy(p, d, len);
    +    p += len;
    +    if (len > 0)
    +        p[-1] &= (0xff << bits);
    +    *pp = p;
    +    return (ret);
    +}
     
     ASN1_BIT_STRING *c2i_ASN1_BIT_STRING(ASN1_BIT_STRING **a,
    -	const unsigned char **pp, long len)
    -	{
    -	ASN1_BIT_STRING *ret=NULL;
    -	const unsigned char *p;
    -	unsigned char *s;
    -	int i;
    -
    -	if (len < 1)
    -		{
    -		i=ASN1_R_STRING_TOO_SHORT;
    -		goto err;
    -		}
    -
    -	if ((a == NULL) || ((*a) == NULL))
    -		{
    -		if ((ret=M_ASN1_BIT_STRING_new()) == NULL) return(NULL);
    -		}
    -	else
    -		ret=(*a);
    -
    -	p= *pp;
    -	i= *(p++);
    -	/* We do this to preserve the settings.  If we modify
    -	 * the settings, via the _set_bit function, we will recalculate
    -	 * on output */
    -	ret->flags&= ~(ASN1_STRING_FLAG_BITS_LEFT|0x07); /* clear */
    -	ret->flags|=(ASN1_STRING_FLAG_BITS_LEFT|(i&0x07)); /* set */
    -
    -	if (len-- > 1) /* using one because of the bits left byte */
    -		{
    -		s=(unsigned char *)OPENSSL_malloc((int)len);
    -		if (s == NULL)
    -			{
    -			i=ERR_R_MALLOC_FAILURE;
    -			goto err;
    -			}
    -		memcpy(s,p,(int)len);
    -		s[len-1]&=(0xff<length=(int)len;
    -	if (ret->data != NULL) OPENSSL_free(ret->data);
    -	ret->data=s;
    -	ret->type=V_ASN1_BIT_STRING;
    -	if (a != NULL) (*a)=ret;
    -	*pp=p;
    -	return(ret);
    -err:
    -	ASN1err(ASN1_F_C2I_ASN1_BIT_STRING,i);
    -	if ((ret != NULL) && ((a == NULL) || (*a != ret)))
    -		M_ASN1_BIT_STRING_free(ret);
    -	return(NULL);
    -	}
    -
    -/* These next 2 functions from Goetz Babin-Ebell 
    +                                     const unsigned char **pp, long len)
    +{
    +    ASN1_BIT_STRING *ret = NULL;
    +    const unsigned char *p;
    +    unsigned char *s;
    +    int i;
    +
    +    if (len < 1) {
    +        i = ASN1_R_STRING_TOO_SHORT;
    +        goto err;
    +    }
    +
    +    if ((a == NULL) || ((*a) == NULL)) {
    +        if ((ret = M_ASN1_BIT_STRING_new()) == NULL)
    +            return (NULL);
    +    } else
    +        ret = (*a);
    +
    +    p = *pp;
    +    i = *(p++);
    +    if (i > 7) {
    +        i = ASN1_R_INVALID_BIT_STRING_BITS_LEFT;
    +        goto err;
    +    }
    +    /*
    +     * We do this to preserve the settings.  If we modify the settings, via
    +     * the _set_bit function, we will recalculate on output
    +     */
    +    ret->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07); /* clear */
    +    ret->flags |= (ASN1_STRING_FLAG_BITS_LEFT | i); /* set */
    +
    +    if (len-- > 1) {            /* using one because of the bits left byte */
    +        s = (unsigned char *)OPENSSL_malloc((int)len);
    +        if (s == NULL) {
    +            i = ERR_R_MALLOC_FAILURE;
    +            goto err;
    +        }
    +        memcpy(s, p, (int)len);
    +        s[len - 1] &= (0xff << i);
    +        p += len;
    +    } else
    +        s = NULL;
    +
    +    ret->length = (int)len;
    +    if (ret->data != NULL)
    +        OPENSSL_free(ret->data);
    +    ret->data = s;
    +    ret->type = V_ASN1_BIT_STRING;
    +    if (a != NULL)
    +        (*a) = ret;
    +    *pp = p;
    +    return (ret);
    + err:
    +    ASN1err(ASN1_F_C2I_ASN1_BIT_STRING, i);
    +    if ((ret != NULL) && ((a == NULL) || (*a != ret)))
    +        M_ASN1_BIT_STRING_free(ret);
    +    return (NULL);
    +}
    +
    +/*
    + * These next 2 functions from Goetz Babin-Ebell 
      */
     int ASN1_BIT_STRING_set_bit(ASN1_BIT_STRING *a, int n, int value)
    -	{
    -	int w,v,iv;
    -	unsigned char *c;
    -
    -	w=n/8;
    -	v=1<<(7-(n&0x07));
    -	iv= ~v;
    -	if (!value) v=0;
    -
    -	if (a == NULL)
    -		return 0;
    -
    -	a->flags&= ~(ASN1_STRING_FLAG_BITS_LEFT|0x07); /* clear, set on write */
    -
    -	if ((a->length < (w+1)) || (a->data == NULL))
    -		{
    -		if (!value) return(1); /* Don't need to set */
    -		if (a->data == NULL)
    -			c=(unsigned char *)OPENSSL_malloc(w+1);
    -		else
    -			c=(unsigned char *)OPENSSL_realloc_clean(a->data,
    -								 a->length,
    -								 w+1);
    -		if (c == NULL)
    -			{
    -			ASN1err(ASN1_F_ASN1_BIT_STRING_SET_BIT,ERR_R_MALLOC_FAILURE);
    -			return 0;
    -			}
    -  		if (w+1-a->length > 0) memset(c+a->length, 0, w+1-a->length);
    -		a->data=c;
    -		a->length=w+1;
    -	}
    -	a->data[w]=((a->data[w])&iv)|v;
    -	while ((a->length > 0) && (a->data[a->length-1] == 0))
    -		a->length--;
    -	return(1);
    -	}
    +{
    +    int w, v, iv;
    +    unsigned char *c;
    +
    +    w = n / 8;
    +    v = 1 << (7 - (n & 0x07));
    +    iv = ~v;
    +    if (!value)
    +        v = 0;
    +
    +    if (a == NULL)
    +        return 0;
    +
    +    a->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07); /* clear, set on write */
    +
    +    if ((a->length < (w + 1)) || (a->data == NULL)) {
    +        if (!value)
    +            return (1);         /* Don't need to set */
    +        if (a->data == NULL)
    +            c = (unsigned char *)OPENSSL_malloc(w + 1);
    +        else
    +            c = (unsigned char *)OPENSSL_realloc_clean(a->data,
    +                                                       a->length, w + 1);
    +        if (c == NULL) {
    +            ASN1err(ASN1_F_ASN1_BIT_STRING_SET_BIT, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +        if (w + 1 - a->length > 0)
    +            memset(c + a->length, 0, w + 1 - a->length);
    +        a->data = c;
    +        a->length = w + 1;
    +    }
    +    a->data[w] = ((a->data[w]) & iv) | v;
    +    while ((a->length > 0) && (a->data[a->length - 1] == 0))
    +        a->length--;
    +    return (1);
    +}
     
     int ASN1_BIT_STRING_get_bit(ASN1_BIT_STRING *a, int n)
    -	{
    -	int w,v;
    +{
    +    int w, v;
     
    -	w=n/8;
    -	v=1<<(7-(n&0x07));
    -	if ((a == NULL) || (a->length < (w+1)) || (a->data == NULL))
    -		return(0);
    -	return((a->data[w]&v) != 0);
    -	}
    +    w = n / 8;
    +    v = 1 << (7 - (n & 0x07));
    +    if ((a == NULL) || (a->length < (w + 1)) || (a->data == NULL))
    +        return (0);
    +    return ((a->data[w] & v) != 0);
    +}
     
     /*
    - * Checks if the given bit string contains only bits specified by 
    + * Checks if the given bit string contains only bits specified by
      * the flags vector. Returns 0 if there is at least one bit set in 'a'
      * which is not specified in 'flags', 1 otherwise.
      * 'len' is the length of 'flags'.
      */
     int ASN1_BIT_STRING_check(ASN1_BIT_STRING *a,
    -			  unsigned char *flags, int flags_len)
    -	{
    -	int i, ok;
    -	/* Check if there is one bit set at all. */
    -	if (!a || !a->data) return 1;
    -
    -	/* Check each byte of the internal representation of the bit string. */
    -	ok = 1;
    -	for (i = 0; i < a->length && ok; ++i)
    -		{
    -		unsigned char mask = i < flags_len ? ~flags[i] : 0xff;
    -		/* We are done if there is an unneeded bit set. */
    -		ok = (a->data[i] & mask) == 0;
    -		}
    -	return ok;
    -	}
    +                          unsigned char *flags, int flags_len)
    +{
    +    int i, ok;
    +    /* Check if there is one bit set at all. */
    +    if (!a || !a->data)
    +        return 1;
    +
    +    /*
    +     * Check each byte of the internal representation of the bit string.
    +     */
    +    ok = 1;
    +    for (i = 0; i < a->length && ok; ++i) {
    +        unsigned char mask = i < flags_len ? ~flags[i] : 0xff;
    +        /* We are done if there is an unneeded bit set. */
    +        ok = (a->data[i] & mask) == 0;
    +    }
    +    return ok;
    +}
    diff --git a/openssl/crypto/asn1/a_bool.c b/openssl/crypto/asn1/a_bool.c
    index 331acdf05..1b85bc9e6 100644
    --- a/openssl/crypto/asn1/a_bool.c
    +++ b/openssl/crypto/asn1/a_bool.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,54 +61,51 @@
     #include 
     
     int i2d_ASN1_BOOLEAN(int a, unsigned char **pp)
    -	{
    -	int r;
    -	unsigned char *p;
    +{
    +    int r;
    +    unsigned char *p;
     
    -	r=ASN1_object_size(0,1,V_ASN1_BOOLEAN);
    -	if (pp == NULL) return(r);
    -	p= *pp;
    +    r = ASN1_object_size(0, 1, V_ASN1_BOOLEAN);
    +    if (pp == NULL)
    +        return (r);
    +    p = *pp;
     
    -	ASN1_put_object(&p,0,1,V_ASN1_BOOLEAN,V_ASN1_UNIVERSAL);
    -	*(p++)= (unsigned char)a;
    -	*pp=p;
    -	return(r);
    -	}
    +    ASN1_put_object(&p, 0, 1, V_ASN1_BOOLEAN, V_ASN1_UNIVERSAL);
    +    *(p++) = (unsigned char)a;
    +    *pp = p;
    +    return (r);
    +}
     
     int d2i_ASN1_BOOLEAN(int *a, const unsigned char **pp, long length)
    -	{
    -	int ret= -1;
    -	const unsigned char *p;
    -	long len;
    -	int inf,tag,xclass;
    -	int i=0;
    -
    -	p= *pp;
    -	inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
    -	if (inf & 0x80)
    -		{
    -		i=ASN1_R_BAD_OBJECT_HEADER;
    -		goto err;
    -		}
    -
    -	if (tag != V_ASN1_BOOLEAN)
    -		{
    -		i=ASN1_R_EXPECTING_A_BOOLEAN;
    -		goto err;
    -		}
    +{
    +    int ret = -1;
    +    const unsigned char *p;
    +    long len;
    +    int inf, tag, xclass;
    +    int i = 0;
     
    -	if (len != 1)
    -		{
    -		i=ASN1_R_BOOLEAN_IS_WRONG_LENGTH;
    -		goto err;
    -		}
    -	ret= (int)*(p++);
    -	if (a != NULL) (*a)=ret;
    -	*pp=p;
    -	return(ret);
    -err:
    -	ASN1err(ASN1_F_D2I_ASN1_BOOLEAN,i);
    -	return(ret);
    -	}
    +    p = *pp;
    +    inf = ASN1_get_object(&p, &len, &tag, &xclass, length);
    +    if (inf & 0x80) {
    +        i = ASN1_R_BAD_OBJECT_HEADER;
    +        goto err;
    +    }
     
    +    if (tag != V_ASN1_BOOLEAN) {
    +        i = ASN1_R_EXPECTING_A_BOOLEAN;
    +        goto err;
    +    }
     
    +    if (len != 1) {
    +        i = ASN1_R_BOOLEAN_IS_WRONG_LENGTH;
    +        goto err;
    +    }
    +    ret = (int)*(p++);
    +    if (a != NULL)
    +        (*a) = ret;
    +    *pp = p;
    +    return (ret);
    + err:
    +    ASN1err(ASN1_F_D2I_ASN1_BOOLEAN, i);
    +    return (ret);
    +}
    diff --git a/openssl/crypto/asn1/a_bytes.c b/openssl/crypto/asn1/a_bytes.c
    index 92d630cdb..12715a728 100644
    --- a/openssl/crypto/asn1/a_bytes.c
    +++ b/openssl/crypto/asn1/a_bytes.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,254 +61,246 @@
     #include 
     
     static int asn1_collate_primitive(ASN1_STRING *a, ASN1_const_CTX *c);
    -/* type is a 'bitmap' of acceptable string types.
    +/*
    + * type is a 'bitmap' of acceptable string types.
      */
     ASN1_STRING *d2i_ASN1_type_bytes(ASN1_STRING **a, const unsigned char **pp,
    -	     long length, int type)
    -	{
    -	ASN1_STRING *ret=NULL;
    -	const unsigned char *p;
    -	unsigned char *s;
    -	long len;
    -	int inf,tag,xclass;
    -	int i=0;
    +                                 long length, int type)
    +{
    +    ASN1_STRING *ret = NULL;
    +    const unsigned char *p;
    +    unsigned char *s;
    +    long len;
    +    int inf, tag, xclass;
    +    int i = 0;
     
    -	p= *pp;
    -	inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
    -	if (inf & 0x80) goto err;
    +    p = *pp;
    +    inf = ASN1_get_object(&p, &len, &tag, &xclass, length);
    +    if (inf & 0x80)
    +        goto err;
     
    -	if (tag >= 32)
    -		{
    -		i=ASN1_R_TAG_VALUE_TOO_HIGH;
    -		goto err;
    -		}
    -	if (!(ASN1_tag2bit(tag) & type))
    -		{
    -		i=ASN1_R_WRONG_TYPE;
    -		goto err;
    -		}
    +    if (tag >= 32) {
    +        i = ASN1_R_TAG_VALUE_TOO_HIGH;
    +        goto err;
    +    }
    +    if (!(ASN1_tag2bit(tag) & type)) {
    +        i = ASN1_R_WRONG_TYPE;
    +        goto err;
    +    }
     
    -	/* If a bit-string, exit early */
    -	if (tag == V_ASN1_BIT_STRING)
    -		return(d2i_ASN1_BIT_STRING(a,pp,length));
    +    /* If a bit-string, exit early */
    +    if (tag == V_ASN1_BIT_STRING)
    +        return (d2i_ASN1_BIT_STRING(a, pp, length));
     
    -	if ((a == NULL) || ((*a) == NULL))
    -		{
    -		if ((ret=ASN1_STRING_new()) == NULL) return(NULL);
    -		}
    -	else
    -		ret=(*a);
    +    if ((a == NULL) || ((*a) == NULL)) {
    +        if ((ret = ASN1_STRING_new()) == NULL)
    +            return (NULL);
    +    } else
    +        ret = (*a);
     
    -	if (len != 0)
    -		{
    -		s=(unsigned char *)OPENSSL_malloc((int)len+1);
    -		if (s == NULL)
    -			{
    -			i=ERR_R_MALLOC_FAILURE;
    -			goto err;
    -			}
    -		memcpy(s,p,(int)len);
    -		s[len]='\0';
    -		p+=len;
    -		}
    -	else
    -		s=NULL;
    +    if (len != 0) {
    +        s = (unsigned char *)OPENSSL_malloc((int)len + 1);
    +        if (s == NULL) {
    +            i = ERR_R_MALLOC_FAILURE;
    +            goto err;
    +        }
    +        memcpy(s, p, (int)len);
    +        s[len] = '\0';
    +        p += len;
    +    } else
    +        s = NULL;
     
    -	if (ret->data != NULL) OPENSSL_free(ret->data);
    -	ret->length=(int)len;
    -	ret->data=s;
    -	ret->type=tag;
    -	if (a != NULL) (*a)=ret;
    -	*pp=p;
    -	return(ret);
    -err:
    -	ASN1err(ASN1_F_D2I_ASN1_TYPE_BYTES,i);
    -	if ((ret != NULL) && ((a == NULL) || (*a != ret)))
    -		ASN1_STRING_free(ret);
    -	return(NULL);
    -	}
    +    if (ret->data != NULL)
    +        OPENSSL_free(ret->data);
    +    ret->length = (int)len;
    +    ret->data = s;
    +    ret->type = tag;
    +    if (a != NULL)
    +        (*a) = ret;
    +    *pp = p;
    +    return (ret);
    + err:
    +    ASN1err(ASN1_F_D2I_ASN1_TYPE_BYTES, i);
    +    if ((ret != NULL) && ((a == NULL) || (*a != ret)))
    +        ASN1_STRING_free(ret);
    +    return (NULL);
    +}
     
     int i2d_ASN1_bytes(ASN1_STRING *a, unsigned char **pp, int tag, int xclass)
    -	{
    -	int ret,r,constructed;
    -	unsigned char *p;
    +{
    +    int ret, r, constructed;
    +    unsigned char *p;
     
    -	if (a == NULL)  return(0);
    +    if (a == NULL)
    +        return (0);
     
    -	if (tag == V_ASN1_BIT_STRING)
    -		return(i2d_ASN1_BIT_STRING(a,pp));
    -		
    -	ret=a->length;
    -	r=ASN1_object_size(0,ret,tag);
    -	if (pp == NULL) return(r);
    -	p= *pp;
    +    if (tag == V_ASN1_BIT_STRING)
    +        return (i2d_ASN1_BIT_STRING(a, pp));
     
    -	if ((tag == V_ASN1_SEQUENCE) || (tag == V_ASN1_SET))
    -		constructed=1;
    -	else
    -		constructed=0;
    -	ASN1_put_object(&p,constructed,ret,tag,xclass);
    -	memcpy(p,a->data,a->length);
    -	p+=a->length;
    -	*pp= p;
    -	return(r);
    -	}
    +    ret = a->length;
    +    r = ASN1_object_size(0, ret, tag);
    +    if (pp == NULL)
    +        return (r);
    +    p = *pp;
     
    -ASN1_STRING *d2i_ASN1_bytes(ASN1_STRING **a, const unsigned char **pp,
    -	     long length, int Ptag, int Pclass)
    -	{
    -	ASN1_STRING *ret=NULL;
    -	const unsigned char *p;
    -	unsigned char *s;
    -	long len;
    -	int inf,tag,xclass;
    -	int i=0;
    +    if ((tag == V_ASN1_SEQUENCE) || (tag == V_ASN1_SET))
    +        constructed = 1;
    +    else
    +        constructed = 0;
    +    ASN1_put_object(&p, constructed, ret, tag, xclass);
    +    memcpy(p, a->data, a->length);
    +    p += a->length;
    +    *pp = p;
    +    return (r);
    +}
     
    -	if ((a == NULL) || ((*a) == NULL))
    -		{
    -		if ((ret=ASN1_STRING_new()) == NULL) return(NULL);
    -		}
    -	else
    -		ret=(*a);
    +ASN1_STRING *d2i_ASN1_bytes(ASN1_STRING **a, const unsigned char **pp,
    +                            long length, int Ptag, int Pclass)
    +{
    +    ASN1_STRING *ret = NULL;
    +    const unsigned char *p;
    +    unsigned char *s;
    +    long len;
    +    int inf, tag, xclass;
    +    int i = 0;
     
    -	p= *pp;
    -	inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
    -	if (inf & 0x80)
    -		{
    -		i=ASN1_R_BAD_OBJECT_HEADER;
    -		goto err;
    -		}
    +    if ((a == NULL) || ((*a) == NULL)) {
    +        if ((ret = ASN1_STRING_new()) == NULL)
    +            return (NULL);
    +    } else
    +        ret = (*a);
     
    -	if (tag != Ptag)
    -		{
    -		i=ASN1_R_WRONG_TAG;
    -		goto err;
    -		}
    +    p = *pp;
    +    inf = ASN1_get_object(&p, &len, &tag, &xclass, length);
    +    if (inf & 0x80) {
    +        i = ASN1_R_BAD_OBJECT_HEADER;
    +        goto err;
    +    }
     
    -	if (inf & V_ASN1_CONSTRUCTED)
    -		{
    -		ASN1_const_CTX c;
    +    if (tag != Ptag) {
    +        i = ASN1_R_WRONG_TAG;
    +        goto err;
    +    }
     
    -		c.pp=pp;
    -		c.p=p;
    -		c.inf=inf;
    -		c.slen=len;
    -		c.tag=Ptag;
    -		c.xclass=Pclass;
    -		c.max=(length == 0)?0:(p+length);
    -		if (!asn1_collate_primitive(ret,&c)) 
    -			goto err; 
    -		else
    -			{
    -			p=c.p;
    -			}
    -		}
    -	else
    -		{
    -		if (len != 0)
    -			{
    -			if ((ret->length < len) || (ret->data == NULL))
    -				{
    -				if (ret->data != NULL) OPENSSL_free(ret->data);
    -				s=(unsigned char *)OPENSSL_malloc((int)len + 1);
    -				if (s == NULL)
    -					{
    -					i=ERR_R_MALLOC_FAILURE;
    -					goto err;
    -					}
    -				}
    -			else
    -				s=ret->data;
    -			memcpy(s,p,(int)len);
    -			s[len] = '\0';
    -			p+=len;
    -			}
    -		else
    -			{
    -			s=NULL;
    -			if (ret->data != NULL) OPENSSL_free(ret->data);
    -			}
    +    if (inf & V_ASN1_CONSTRUCTED) {
    +        ASN1_const_CTX c;
     
    -		ret->length=(int)len;
    -		ret->data=s;
    -		ret->type=Ptag;
    -		}
    +        c.pp = pp;
    +        c.p = p;
    +        c.inf = inf;
    +        c.slen = len;
    +        c.tag = Ptag;
    +        c.xclass = Pclass;
    +        c.max = (length == 0) ? 0 : (p + length);
    +        if (!asn1_collate_primitive(ret, &c))
    +            goto err;
    +        else {
    +            p = c.p;
    +        }
    +    } else {
    +        if (len != 0) {
    +            if ((ret->length < len) || (ret->data == NULL)) {
    +                if (ret->data != NULL)
    +                    OPENSSL_free(ret->data);
    +                s = (unsigned char *)OPENSSL_malloc((int)len + 1);
    +                if (s == NULL) {
    +                    i = ERR_R_MALLOC_FAILURE;
    +                    goto err;
    +                }
    +            } else
    +                s = ret->data;
    +            memcpy(s, p, (int)len);
    +            s[len] = '\0';
    +            p += len;
    +        } else {
    +            s = NULL;
    +            if (ret->data != NULL)
    +                OPENSSL_free(ret->data);
    +        }
     
    -	if (a != NULL) (*a)=ret;
    -	*pp=p;
    -	return(ret);
    -err:
    -	if ((ret != NULL) && ((a == NULL) || (*a != ret)))
    -		ASN1_STRING_free(ret);
    -	ASN1err(ASN1_F_D2I_ASN1_BYTES,i);
    -	return(NULL);
    -	}
    +        ret->length = (int)len;
    +        ret->data = s;
    +        ret->type = Ptag;
    +    }
     
    +    if (a != NULL)
    +        (*a) = ret;
    +    *pp = p;
    +    return (ret);
    + err:
    +    if ((ret != NULL) && ((a == NULL) || (*a != ret)))
    +        ASN1_STRING_free(ret);
    +    ASN1err(ASN1_F_D2I_ASN1_BYTES, i);
    +    return (NULL);
    +}
     
    -/* We are about to parse 0..n d2i_ASN1_bytes objects, we are to collapse
    - * them into the one structure that is then returned */
    -/* There have been a few bug fixes for this function from
    - * Paul Keogh , many thanks to him */
    +/*
    + * We are about to parse 0..n d2i_ASN1_bytes objects, we are to collapse them
    + * into the one structure that is then returned
    + */
    +/*
    + * There have been a few bug fixes for this function from Paul Keogh
    + * , many thanks to him
    + */
     static int asn1_collate_primitive(ASN1_STRING *a, ASN1_const_CTX *c)
    -	{
    -	ASN1_STRING *os=NULL;
    -	BUF_MEM b;
    -	int num;
    -
    -	b.length=0;
    -	b.max=0;
    -	b.data=NULL;
    +{
    +    ASN1_STRING *os = NULL;
    +    BUF_MEM b;
    +    int num;
     
    -	if (a == NULL)
    -		{
    -		c->error=ERR_R_PASSED_NULL_PARAMETER;
    -		goto err;
    -		}
    +    b.length = 0;
    +    b.max = 0;
    +    b.data = NULL;
     
    -	num=0;
    -	for (;;)
    -		{
    -		if (c->inf & 1)
    -			{
    -			c->eos=ASN1_const_check_infinite_end(&c->p,
    -				(long)(c->max-c->p));
    -			if (c->eos) break;
    -			}
    -		else
    -			{
    -			if (c->slen <= 0) break;
    -			}
    +    if (a == NULL) {
    +        c->error = ERR_R_PASSED_NULL_PARAMETER;
    +        goto err;
    +    }
     
    -		c->q=c->p;
    -		if (d2i_ASN1_bytes(&os,&c->p,c->max-c->p,c->tag,c->xclass)
    -			== NULL)
    -			{
    -			c->error=ERR_R_ASN1_LIB;
    -			goto err;
    -			}
    +    num = 0;
    +    for (;;) {
    +        if (c->inf & 1) {
    +            c->eos = ASN1_const_check_infinite_end(&c->p,
    +                                                   (long)(c->max - c->p));
    +            if (c->eos)
    +                break;
    +        } else {
    +            if (c->slen <= 0)
    +                break;
    +        }
     
    -		if (!BUF_MEM_grow_clean(&b,num+os->length))
    -			{
    -			c->error=ERR_R_BUF_LIB;
    -			goto err;
    -			}
    -		memcpy(&(b.data[num]),os->data,os->length);
    -		if (!(c->inf & 1))
    -			c->slen-=(c->p-c->q);
    -		num+=os->length;
    -		}
    +        c->q = c->p;
    +        if (d2i_ASN1_bytes(&os, &c->p, c->max - c->p, c->tag, c->xclass)
    +            == NULL) {
    +            c->error = ERR_R_ASN1_LIB;
    +            goto err;
    +        }
     
    -	if (!asn1_const_Finish(c)) goto err;
    +        if (!BUF_MEM_grow_clean(&b, num + os->length)) {
    +            c->error = ERR_R_BUF_LIB;
    +            goto err;
    +        }
    +        memcpy(&(b.data[num]), os->data, os->length);
    +        if (!(c->inf & 1))
    +            c->slen -= (c->p - c->q);
    +        num += os->length;
    +    }
     
    -	a->length=num;
    -	if (a->data != NULL) OPENSSL_free(a->data);
    -	a->data=(unsigned char *)b.data;
    -	if (os != NULL) ASN1_STRING_free(os);
    -	return(1);
    -err:
    -	ASN1err(ASN1_F_ASN1_COLLATE_PRIMITIVE,c->error);
    -	if (os != NULL) ASN1_STRING_free(os);
    -	if (b.data != NULL) OPENSSL_free(b.data);
    -	return(0);
    -	}
    +    if (!asn1_const_Finish(c))
    +        goto err;
     
    +    a->length = num;
    +    if (a->data != NULL)
    +        OPENSSL_free(a->data);
    +    a->data = (unsigned char *)b.data;
    +    if (os != NULL)
    +        ASN1_STRING_free(os);
    +    return (1);
    + err:
    +    ASN1err(ASN1_F_ASN1_COLLATE_PRIMITIVE, c->error);
    +    if (os != NULL)
    +        ASN1_STRING_free(os);
    +    if (b.data != NULL)
    +        OPENSSL_free(b.data);
    +    return (0);
    +}
    diff --git a/openssl/crypto/asn1/a_d2i_fp.c b/openssl/crypto/asn1/a_d2i_fp.c
    index 52b2ebdb6..a1864b42c 100644
    --- a/openssl/crypto/asn1/a_d2i_fp.c
    +++ b/openssl/crypto/asn1/a_d2i_fp.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -65,222 +65,204 @@
     static int asn1_d2i_read_bio(BIO *in, BUF_MEM **pb);
     
     #ifndef NO_OLD_ASN1
    -#ifndef OPENSSL_NO_FP_API
    +# ifndef OPENSSL_NO_FP_API
     
    -void *ASN1_d2i_fp(void *(*xnew)(void), d2i_of_void *d2i, FILE *in, void **x)
    -        {
    -        BIO *b;
    -        void *ret;
    +void *ASN1_d2i_fp(void *(*xnew) (void), d2i_of_void *d2i, FILE *in, void **x)
    +{
    +    BIO *b;
    +    void *ret;
     
    -        if ((b=BIO_new(BIO_s_file())) == NULL)
    -		{
    -		ASN1err(ASN1_F_ASN1_D2I_FP,ERR_R_BUF_LIB);
    -                return(NULL);
    -		}
    -        BIO_set_fp(b,in,BIO_NOCLOSE);
    -        ret=ASN1_d2i_bio(xnew,d2i,b,x);
    -        BIO_free(b);
    -        return(ret);
    -        }
    -#endif
    +    if ((b = BIO_new(BIO_s_file())) == NULL) {
    +        ASN1err(ASN1_F_ASN1_D2I_FP, ERR_R_BUF_LIB);
    +        return (NULL);
    +    }
    +    BIO_set_fp(b, in, BIO_NOCLOSE);
    +    ret = ASN1_d2i_bio(xnew, d2i, b, x);
    +    BIO_free(b);
    +    return (ret);
    +}
    +# endif
     
    -void *ASN1_d2i_bio(void *(*xnew)(void), d2i_of_void *d2i, BIO *in, void **x)
    -	{
    -	BUF_MEM *b = NULL;
    -	const unsigned char *p;
    -	void *ret=NULL;
    -	int len;
    +void *ASN1_d2i_bio(void *(*xnew) (void), d2i_of_void *d2i, BIO *in, void **x)
    +{
    +    BUF_MEM *b = NULL;
    +    const unsigned char *p;
    +    void *ret = NULL;
    +    int len;
     
    -	len = asn1_d2i_read_bio(in, &b);
    -	if(len < 0) goto err;
    +    len = asn1_d2i_read_bio(in, &b);
    +    if (len < 0)
    +        goto err;
     
    -	p=(unsigned char *)b->data;
    -	ret=d2i(x,&p,len);
    -err:
    -	if (b != NULL) BUF_MEM_free(b);
    -	return(ret);
    -	}
    +    p = (unsigned char *)b->data;
    +    ret = d2i(x, &p, len);
    + err:
    +    if (b != NULL)
    +        BUF_MEM_free(b);
    +    return (ret);
    +}
     
     #endif
     
     void *ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x)
    -	{
    -	BUF_MEM *b = NULL;
    -	const unsigned char *p;
    -	void *ret=NULL;
    -	int len;
    +{
    +    BUF_MEM *b = NULL;
    +    const unsigned char *p;
    +    void *ret = NULL;
    +    int len;
     
    -	len = asn1_d2i_read_bio(in, &b);
    -	if(len < 0) goto err;
    +    len = asn1_d2i_read_bio(in, &b);
    +    if (len < 0)
    +        goto err;
     
    -	p=(const unsigned char *)b->data;
    -	ret=ASN1_item_d2i(x,&p,len, it);
    -err:
    -	if (b != NULL) BUF_MEM_free(b);
    -	return(ret);
    -	}
    +    p = (const unsigned char *)b->data;
    +    ret = ASN1_item_d2i(x, &p, len, it);
    + err:
    +    if (b != NULL)
    +        BUF_MEM_free(b);
    +    return (ret);
    +}
     
     #ifndef OPENSSL_NO_FP_API
     void *ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x)
    -        {
    -        BIO *b;
    -        char *ret;
    +{
    +    BIO *b;
    +    char *ret;
     
    -        if ((b=BIO_new(BIO_s_file())) == NULL)
    -		{
    -		ASN1err(ASN1_F_ASN1_ITEM_D2I_FP,ERR_R_BUF_LIB);
    -                return(NULL);
    -		}
    -        BIO_set_fp(b,in,BIO_NOCLOSE);
    -        ret=ASN1_item_d2i_bio(it,b,x);
    -        BIO_free(b);
    -        return(ret);
    -        }
    +    if ((b = BIO_new(BIO_s_file())) == NULL) {
    +        ASN1err(ASN1_F_ASN1_ITEM_D2I_FP, ERR_R_BUF_LIB);
    +        return (NULL);
    +    }
    +    BIO_set_fp(b, in, BIO_NOCLOSE);
    +    ret = ASN1_item_d2i_bio(it, b, x);
    +    BIO_free(b);
    +    return (ret);
    +}
     #endif
     
     #define HEADER_SIZE   8
     static int asn1_d2i_read_bio(BIO *in, BUF_MEM **pb)
    -	{
    -	BUF_MEM *b;
    -	unsigned char *p;
    -	int i;
    -	ASN1_const_CTX c;
    -	size_t want=HEADER_SIZE;
    -	int eos=0;
    -	size_t off=0;
    -	size_t len=0;
    +{
    +    BUF_MEM *b;
    +    unsigned char *p;
    +    int i;
    +    ASN1_const_CTX c;
    +    size_t want = HEADER_SIZE;
    +    int eos = 0;
    +    size_t off = 0;
    +    size_t len = 0;
     
    -	b=BUF_MEM_new();
    -	if (b == NULL)
    -		{
    -		ASN1err(ASN1_F_ASN1_D2I_READ_BIO,ERR_R_MALLOC_FAILURE);
    -		return -1;
    -		}
    +    b = BUF_MEM_new();
    +    if (b == NULL) {
    +        ASN1err(ASN1_F_ASN1_D2I_READ_BIO, ERR_R_MALLOC_FAILURE);
    +        return -1;
    +    }
     
    -	ERR_clear_error();
    -	for (;;)
    -		{
    -		if (want >= (len-off))
    -			{
    -			want-=(len-off);
    +    ERR_clear_error();
    +    for (;;) {
    +        if (want >= (len - off)) {
    +            want -= (len - off);
     
    -			if (len + want < len || !BUF_MEM_grow_clean(b,len+want))
    -				{
    -				ASN1err(ASN1_F_ASN1_D2I_READ_BIO,ERR_R_MALLOC_FAILURE);
    -				goto err;
    -				}
    -			i=BIO_read(in,&(b->data[len]),want);
    -			if ((i < 0) && ((len-off) == 0))
    -				{
    -				ASN1err(ASN1_F_ASN1_D2I_READ_BIO,ASN1_R_NOT_ENOUGH_DATA);
    -				goto err;
    -				}
    -			if (i > 0)
    -				{
    -				if (len+i < len)
    -					{
    -					ASN1err(ASN1_F_ASN1_D2I_READ_BIO,ASN1_R_TOO_LONG);
    -					goto err;
    -					}
    -				len+=i;
    -				}
    -			}
    -		/* else data already loaded */
    +            if (len + want < len || !BUF_MEM_grow_clean(b, len + want)) {
    +                ASN1err(ASN1_F_ASN1_D2I_READ_BIO, ERR_R_MALLOC_FAILURE);
    +                goto err;
    +            }
    +            i = BIO_read(in, &(b->data[len]), want);
    +            if ((i < 0) && ((len - off) == 0)) {
    +                ASN1err(ASN1_F_ASN1_D2I_READ_BIO, ASN1_R_NOT_ENOUGH_DATA);
    +                goto err;
    +            }
    +            if (i > 0) {
    +                if (len + i < len) {
    +                    ASN1err(ASN1_F_ASN1_D2I_READ_BIO, ASN1_R_TOO_LONG);
    +                    goto err;
    +                }
    +                len += i;
    +            }
    +        }
    +        /* else data already loaded */
     
    -		p=(unsigned char *)&(b->data[off]);
    -		c.p=p;
    -		c.inf=ASN1_get_object(&(c.p),&(c.slen),&(c.tag),&(c.xclass),
    -			len-off);
    -		if (c.inf & 0x80)
    -			{
    -			unsigned long e;
    +        p = (unsigned char *)&(b->data[off]);
    +        c.p = p;
    +        c.inf = ASN1_get_object(&(c.p), &(c.slen), &(c.tag), &(c.xclass),
    +                                len - off);
    +        if (c.inf & 0x80) {
    +            unsigned long e;
     
    -			e=ERR_GET_REASON(ERR_peek_error());
    -			if (e != ASN1_R_TOO_LONG)
    -				goto err;
    -			else
    -				ERR_clear_error(); /* clear error */
    -			}
    -		i=c.p-p;/* header length */
    -		off+=i;	/* end of data */
    +            e = ERR_GET_REASON(ERR_peek_error());
    +            if (e != ASN1_R_TOO_LONG)
    +                goto err;
    +            else
    +                ERR_clear_error(); /* clear error */
    +        }
    +        i = c.p - p;            /* header length */
    +        off += i;               /* end of data */
     
    -		if (c.inf & 1)
    -			{
    -			/* no data body so go round again */
    -			eos++;
    -			if (eos < 0)
    -				{
    -				ASN1err(ASN1_F_ASN1_D2I_READ_BIO,ASN1_R_HEADER_TOO_LONG);
    -				goto err;
    -				}
    -			want=HEADER_SIZE;
    -			}
    -		else if (eos && (c.slen == 0) && (c.tag == V_ASN1_EOC))
    -			{
    -			/* eos value, so go back and read another header */
    -			eos--;
    -			if (eos <= 0)
    -				break;
    -			else
    -				want=HEADER_SIZE;
    -			}
    -		else 
    -			{
    -			/* suck in c.slen bytes of data */
    -			want=c.slen;
    -			if (want > (len-off))
    -				{
    -				want-=(len-off);
    -				if (want > INT_MAX /* BIO_read takes an int length */ ||
    -					len+want < len)
    -						{
    -						ASN1err(ASN1_F_ASN1_D2I_READ_BIO,ASN1_R_TOO_LONG);
    -						goto err;
    -						}
    -				if (!BUF_MEM_grow_clean(b,len+want))
    -					{
    -					ASN1err(ASN1_F_ASN1_D2I_READ_BIO,ERR_R_MALLOC_FAILURE);
    -					goto err;
    -					}
    -				while (want > 0)
    -					{
    -					i=BIO_read(in,&(b->data[len]),want);
    -					if (i <= 0)
    -						{
    -						ASN1err(ASN1_F_ASN1_D2I_READ_BIO,
    -						    ASN1_R_NOT_ENOUGH_DATA);
    -						goto err;
    -						}
    -					/* This can't overflow because
    -					 * |len+want| didn't overflow. */
    -					len+=i;
    -					want-=i;
    -					}
    -				}
    -			if (off + c.slen < off)
    -				{
    -				ASN1err(ASN1_F_ASN1_D2I_READ_BIO,ASN1_R_TOO_LONG);
    -				goto err;
    -				}
    -			off+=c.slen;
    -			if (eos <= 0)
    -				{
    -				break;
    -				}
    -			else
    -				want=HEADER_SIZE;
    -			}
    -		}
    +        if (c.inf & 1) {
    +            /* no data body so go round again */
    +            eos++;
    +            if (eos < 0) {
    +                ASN1err(ASN1_F_ASN1_D2I_READ_BIO, ASN1_R_HEADER_TOO_LONG);
    +                goto err;
    +            }
    +            want = HEADER_SIZE;
    +        } else if (eos && (c.slen == 0) && (c.tag == V_ASN1_EOC)) {
    +            /* eos value, so go back and read another header */
    +            eos--;
    +            if (eos <= 0)
    +                break;
    +            else
    +                want = HEADER_SIZE;
    +        } else {
    +            /* suck in c.slen bytes of data */
    +            want = c.slen;
    +            if (want > (len - off)) {
    +                want -= (len - off);
    +                if (want > INT_MAX /* BIO_read takes an int length */  ||
    +                    len + want < len) {
    +                    ASN1err(ASN1_F_ASN1_D2I_READ_BIO, ASN1_R_TOO_LONG);
    +                    goto err;
    +                }
    +                if (!BUF_MEM_grow_clean(b, len + want)) {
    +                    ASN1err(ASN1_F_ASN1_D2I_READ_BIO, ERR_R_MALLOC_FAILURE);
    +                    goto err;
    +                }
    +                while (want > 0) {
    +                    i = BIO_read(in, &(b->data[len]), want);
    +                    if (i <= 0) {
    +                        ASN1err(ASN1_F_ASN1_D2I_READ_BIO,
    +                                ASN1_R_NOT_ENOUGH_DATA);
    +                        goto err;
    +                    }
    +                    /*
    +                     * This can't overflow because |len+want| didn't
    +                     * overflow.
    +                     */
    +                    len += i;
    +                    want -= i;
    +                }
    +            }
    +            if (off + c.slen < off) {
    +                ASN1err(ASN1_F_ASN1_D2I_READ_BIO, ASN1_R_TOO_LONG);
    +                goto err;
    +            }
    +            off += c.slen;
    +            if (eos <= 0) {
    +                break;
    +            } else
    +                want = HEADER_SIZE;
    +        }
    +    }
     
    -	if (off > INT_MAX)
    -		{
    -		ASN1err(ASN1_F_ASN1_D2I_READ_BIO,ASN1_R_TOO_LONG);
    -		goto err;
    -		}
    +    if (off > INT_MAX) {
    +        ASN1err(ASN1_F_ASN1_D2I_READ_BIO, ASN1_R_TOO_LONG);
    +        goto err;
    +    }
     
    -	*pb = b;
    -	return off;
    -err:
    -	if (b != NULL) BUF_MEM_free(b);
    -	return -1;
    -	}
    +    *pb = b;
    +    return off;
    + err:
    +    if (b != NULL)
    +        BUF_MEM_free(b);
    +    return -1;
    +}
    diff --git a/openssl/crypto/asn1/a_digest.c b/openssl/crypto/asn1/a_digest.c
    index cbdeea6ac..7cbc4751c 100644
    --- a/openssl/crypto/asn1/a_digest.c
    +++ b/openssl/crypto/asn1/a_digest.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -73,41 +73,39 @@
     #ifndef NO_ASN1_OLD
     
     int ASN1_digest(i2d_of_void *i2d, const EVP_MD *type, char *data,
    -		unsigned char *md, unsigned int *len)
    -	{
    -	int i;
    -	unsigned char *str,*p;
    +                unsigned char *md, unsigned int *len)
    +{
    +    int i;
    +    unsigned char *str, *p;
     
    -	i=i2d(data,NULL);
    -	if ((str=(unsigned char *)OPENSSL_malloc(i)) == NULL)
    -		{
    -		ASN1err(ASN1_F_ASN1_DIGEST,ERR_R_MALLOC_FAILURE);
    -		return(0);
    -		}
    -	p=str;
    -	i2d(data,&p);
    +    i = i2d(data, NULL);
    +    if ((str = (unsigned char *)OPENSSL_malloc(i)) == NULL) {
    +        ASN1err(ASN1_F_ASN1_DIGEST, ERR_R_MALLOC_FAILURE);
    +        return (0);
    +    }
    +    p = str;
    +    i2d(data, &p);
     
    -	if (!EVP_Digest(str, i, md, len, type, NULL))
    -		return 0;
    -	OPENSSL_free(str);
    -	return(1);
    -	}
    +    if (!EVP_Digest(str, i, md, len, type, NULL))
    +        return 0;
    +    OPENSSL_free(str);
    +    return (1);
    +}
     
     #endif
     
    -
     int ASN1_item_digest(const ASN1_ITEM *it, const EVP_MD *type, void *asn,
    -		unsigned char *md, unsigned int *len)
    -	{
    -	int i;
    -	unsigned char *str = NULL;
    -
    -	i=ASN1_item_i2d(asn,&str, it);
    -	if (!str) return(0);
    +                     unsigned char *md, unsigned int *len)
    +{
    +    int i;
    +    unsigned char *str = NULL;
     
    -	if (!EVP_Digest(str, i, md, len, type, NULL))
    -		return 0;
    -	OPENSSL_free(str);
    -	return(1);
    -	}
    +    i = ASN1_item_i2d(asn, &str, it);
    +    if (!str)
    +        return (0);
     
    +    if (!EVP_Digest(str, i, md, len, type, NULL))
    +        return 0;
    +    OPENSSL_free(str);
    +    return (1);
    +}
    diff --git a/openssl/crypto/asn1/a_dup.c b/openssl/crypto/asn1/a_dup.c
    index d98992548..349ab5621 100644
    --- a/openssl/crypto/asn1/a_dup.c
    +++ b/openssl/crypto/asn1/a_dup.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,47 +63,55 @@
     #ifndef NO_OLD_ASN1
     
     void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, void *x)
    -	{
    -	unsigned char *b,*p;
    -	const unsigned char *p2;
    -	int i;
    -	char *ret;
    +{
    +    unsigned char *b, *p;
    +    const unsigned char *p2;
    +    int i;
    +    char *ret;
     
    -	if (x == NULL) return(NULL);
    +    if (x == NULL)
    +        return (NULL);
     
    -	i=i2d(x,NULL);
    -	b=OPENSSL_malloc(i+10);
    -	if (b == NULL)
    -		{ ASN1err(ASN1_F_ASN1_DUP,ERR_R_MALLOC_FAILURE); return(NULL); }
    -	p= b;
    -	i=i2d(x,&p);
    -	p2= b;
    -	ret=d2i(NULL,&p2,i);
    -	OPENSSL_free(b);
    -	return(ret);
    -	}
    +    i = i2d(x, NULL);
    +    b = OPENSSL_malloc(i + 10);
    +    if (b == NULL) {
    +        ASN1err(ASN1_F_ASN1_DUP, ERR_R_MALLOC_FAILURE);
    +        return (NULL);
    +    }
    +    p = b;
    +    i = i2d(x, &p);
    +    p2 = b;
    +    ret = d2i(NULL, &p2, i);
    +    OPENSSL_free(b);
    +    return (ret);
    +}
     
     #endif
     
    -/* ASN1_ITEM version of dup: this follows the model above except we don't need
    - * to allocate the buffer. At some point this could be rewritten to directly dup
    - * the underlying structure instead of doing and encode and decode.
    +/*
    + * ASN1_ITEM version of dup: this follows the model above except we don't
    + * need to allocate the buffer. At some point this could be rewritten to
    + * directly dup the underlying structure instead of doing and encode and
    + * decode.
      */
     
     void *ASN1_item_dup(const ASN1_ITEM *it, void *x)
    -	{
    -	unsigned char *b = NULL;
    -	const unsigned char *p;
    -	long i;
    -	void *ret;
    +{
    +    unsigned char *b = NULL;
    +    const unsigned char *p;
    +    long i;
    +    void *ret;
     
    -	if (x == NULL) return(NULL);
    +    if (x == NULL)
    +        return (NULL);
     
    -	i=ASN1_item_i2d(x,&b,it);
    -	if (b == NULL)
    -		{ ASN1err(ASN1_F_ASN1_ITEM_DUP,ERR_R_MALLOC_FAILURE); return(NULL); }
    -	p= b;
    -	ret=ASN1_item_d2i(NULL,&p,i, it);
    -	OPENSSL_free(b);
    -	return(ret);
    -	}
    +    i = ASN1_item_i2d(x, &b, it);
    +    if (b == NULL) {
    +        ASN1err(ASN1_F_ASN1_ITEM_DUP, ERR_R_MALLOC_FAILURE);
    +        return (NULL);
    +    }
    +    p = b;
    +    ret = ASN1_item_d2i(NULL, &p, i, it);
    +    OPENSSL_free(b);
    +    return (ret);
    +}
    diff --git a/openssl/crypto/asn1/a_enum.c b/openssl/crypto/asn1/a_enum.c
    index fe9aa13b9..c3498ac99 100644
    --- a/openssl/crypto/asn1/a_enum.c
    +++ b/openssl/crypto/asn1/a_enum.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,122 +61,121 @@
     #include 
     #include 
     
    -/* 
    +/*
      * Code for ENUMERATED type: identical to INTEGER apart from a different tag.
      * for comments on encoding see a_int.c
      */
     
     int ASN1_ENUMERATED_set(ASN1_ENUMERATED *a, long v)
    -	{
    -	int j,k;
    -	unsigned int i;
    -	unsigned char buf[sizeof(long)+1];
    -	long d;
    +{
    +    int j, k;
    +    unsigned int i;
    +    unsigned char buf[sizeof(long) + 1];
    +    long d;
     
    -	a->type=V_ASN1_ENUMERATED;
    -	if (a->length < (int)(sizeof(long)+1))
    -		{
    -		if (a->data != NULL)
    -			OPENSSL_free(a->data);
    -		if ((a->data=(unsigned char *)OPENSSL_malloc(sizeof(long)+1)) != NULL)
    -			memset((char *)a->data,0,sizeof(long)+1);
    -		}
    -	if (a->data == NULL)
    -		{
    -		ASN1err(ASN1_F_ASN1_ENUMERATED_SET,ERR_R_MALLOC_FAILURE);
    -		return(0);
    -		}
    -	d=v;
    -	if (d < 0)
    -		{
    -		d= -d;
    -		a->type=V_ASN1_NEG_ENUMERATED;
    -		}
    +    a->type = V_ASN1_ENUMERATED;
    +    if (a->length < (int)(sizeof(long) + 1)) {
    +        if (a->data != NULL)
    +            OPENSSL_free(a->data);
    +        if ((a->data =
    +             (unsigned char *)OPENSSL_malloc(sizeof(long) + 1)) != NULL)
    +            memset((char *)a->data, 0, sizeof(long) + 1);
    +    }
    +    if (a->data == NULL) {
    +        ASN1err(ASN1_F_ASN1_ENUMERATED_SET, ERR_R_MALLOC_FAILURE);
    +        return (0);
    +    }
    +    d = v;
    +    if (d < 0) {
    +        d = -d;
    +        a->type = V_ASN1_NEG_ENUMERATED;
    +    }
     
    -	for (i=0; i>=8;
    -		}
    -	j=0;
    -	for (k=i-1; k >=0; k--)
    -		a->data[j++]=buf[k];
    -	a->length=j;
    -	return(1);
    -	}
    +    for (i = 0; i < sizeof(long); i++) {
    +        if (d == 0)
    +            break;
    +        buf[i] = (int)d & 0xff;
    +        d >>= 8;
    +    }
    +    j = 0;
    +    for (k = i - 1; k >= 0; k--)
    +        a->data[j++] = buf[k];
    +    a->length = j;
    +    return (1);
    +}
     
     long ASN1_ENUMERATED_get(ASN1_ENUMERATED *a)
    -	{
    -	int neg=0,i;
    -	long r=0;
    +{
    +    int neg = 0, i;
    +    long r = 0;
    +
    +    if (a == NULL)
    +        return (0L);
    +    i = a->type;
    +    if (i == V_ASN1_NEG_ENUMERATED)
    +        neg = 1;
    +    else if (i != V_ASN1_ENUMERATED)
    +        return -1;
     
    -	if (a == NULL) return(0L);
    -	i=a->type;
    -	if (i == V_ASN1_NEG_ENUMERATED)
    -		neg=1;
    -	else if (i != V_ASN1_ENUMERATED)
    -		return -1;
    -	
    -	if (a->length > (int)sizeof(long))
    -		{
    -		/* hmm... a bit ugly */
    -		return(0xffffffffL);
    -		}
    -	if (a->data == NULL)
    -		return 0;
    +    if (a->length > (int)sizeof(long)) {
    +        /* hmm... a bit ugly */
    +        return (0xffffffffL);
    +    }
    +    if (a->data == NULL)
    +        return 0;
     
    -	for (i=0; ilength; i++)
    -		{
    -		r<<=8;
    -		r|=(unsigned char)a->data[i];
    -		}
    -	if (neg) r= -r;
    -	return(r);
    -	}
    +    for (i = 0; i < a->length; i++) {
    +        r <<= 8;
    +        r |= (unsigned char)a->data[i];
    +    }
    +    if (neg)
    +        r = -r;
    +    return (r);
    +}
     
     ASN1_ENUMERATED *BN_to_ASN1_ENUMERATED(BIGNUM *bn, ASN1_ENUMERATED *ai)
    -	{
    -	ASN1_ENUMERATED *ret;
    -	int len,j;
    +{
    +    ASN1_ENUMERATED *ret;
    +    int len, j;
     
    -	if (ai == NULL)
    -		ret=M_ASN1_ENUMERATED_new();
    -	else
    -		ret=ai;
    -	if (ret == NULL)
    -		{
    -		ASN1err(ASN1_F_BN_TO_ASN1_ENUMERATED,ERR_R_NESTED_ASN1_ERROR);
    -		goto err;
    -		}
    -	if(BN_is_negative(bn)) ret->type = V_ASN1_NEG_ENUMERATED;
    -	else ret->type=V_ASN1_ENUMERATED;
    -	j=BN_num_bits(bn);
    -	len=((j == 0)?0:((j/8)+1));
    -	if (ret->length < len+4)
    -		{
    -		unsigned char *new_data=OPENSSL_realloc(ret->data, len+4);
    -		if (!new_data)
    -			{
    -			ASN1err(ASN1_F_BN_TO_ASN1_ENUMERATED,ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -		ret->data=new_data;
    -		}
    +    if (ai == NULL)
    +        ret = M_ASN1_ENUMERATED_new();
    +    else
    +        ret = ai;
    +    if (ret == NULL) {
    +        ASN1err(ASN1_F_BN_TO_ASN1_ENUMERATED, ERR_R_NESTED_ASN1_ERROR);
    +        goto err;
    +    }
    +    if (BN_is_negative(bn))
    +        ret->type = V_ASN1_NEG_ENUMERATED;
    +    else
    +        ret->type = V_ASN1_ENUMERATED;
    +    j = BN_num_bits(bn);
    +    len = ((j == 0) ? 0 : ((j / 8) + 1));
    +    if (ret->length < len + 4) {
    +        unsigned char *new_data = OPENSSL_realloc(ret->data, len + 4);
    +        if (!new_data) {
    +            ASN1err(ASN1_F_BN_TO_ASN1_ENUMERATED, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +        ret->data = new_data;
    +    }
     
    -	ret->length=BN_bn2bin(bn,ret->data);
    -	return(ret);
    -err:
    -	if (ret != ai) M_ASN1_ENUMERATED_free(ret);
    -	return(NULL);
    -	}
    +    ret->length = BN_bn2bin(bn, ret->data);
    +    return (ret);
    + err:
    +    if (ret != ai)
    +        M_ASN1_ENUMERATED_free(ret);
    +    return (NULL);
    +}
     
     BIGNUM *ASN1_ENUMERATED_to_BN(ASN1_ENUMERATED *ai, BIGNUM *bn)
    -	{
    -	BIGNUM *ret;
    +{
    +    BIGNUM *ret;
     
    -	if ((ret=BN_bin2bn(ai->data,ai->length,bn)) == NULL)
    -		ASN1err(ASN1_F_ASN1_ENUMERATED_TO_BN,ASN1_R_BN_LIB);
    -	else if(ai->type == V_ASN1_NEG_ENUMERATED) BN_set_negative(ret,1);
    -	return(ret);
    -	}
    +    if ((ret = BN_bin2bn(ai->data, ai->length, bn)) == NULL)
    +        ASN1err(ASN1_F_ASN1_ENUMERATED_TO_BN, ASN1_R_BN_LIB);
    +    else if (ai->type == V_ASN1_NEG_ENUMERATED)
    +        BN_set_negative(ret, 1);
    +    return (ret);
    +}
    diff --git a/openssl/crypto/asn1/a_gentm.c b/openssl/crypto/asn1/a_gentm.c
    index c79c6f538..fa76dcac9 100644
    --- a/openssl/crypto/asn1/a_gentm.c
    +++ b/openssl/crypto/asn1/a_gentm.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,215 +49,264 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
     
    -/* GENERALIZEDTIME implementation, written by Steve Henson. Based on UTCTIME */
    +/*
    + * GENERALIZEDTIME implementation, written by Steve Henson. Based on UTCTIME
    + */
     
     #include 
     #include 
     #include "cryptlib.h"
     #include "o_time.h"
     #include 
    +#include "asn1_locl.h"
     
     #if 0
     
     int i2d_ASN1_GENERALIZEDTIME(ASN1_GENERALIZEDTIME *a, unsigned char **pp)
    -	{
    -#ifdef CHARSET_EBCDIC
    -	/* KLUDGE! We convert to ascii before writing DER */
    -	int len;
    -	char tmp[24];
    -	ASN1_STRING tmpstr = *(ASN1_STRING *)a;
    -
    -	len = tmpstr.length;
    -	ebcdic2ascii(tmp, tmpstr.data, (len >= sizeof tmp) ? sizeof tmp : len);
    -	tmpstr.data = tmp;
    +{
    +# ifdef CHARSET_EBCDIC
    +    /* KLUDGE! We convert to ascii before writing DER */
    +    int len;
    +    char tmp[24];
    +    ASN1_STRING tmpstr = *(ASN1_STRING *)a;
     
    -	a = (ASN1_GENERALIZEDTIME *) &tmpstr;
    -#endif
    -	return(i2d_ASN1_bytes((ASN1_STRING *)a,pp,
    -		V_ASN1_GENERALIZEDTIME,V_ASN1_UNIVERSAL));
    -	}
    +    len = tmpstr.length;
    +    ebcdic2ascii(tmp, tmpstr.data, (len >= sizeof tmp) ? sizeof tmp : len);
    +    tmpstr.data = tmp;
     
    +    a = (ASN1_GENERALIZEDTIME *)&tmpstr;
    +# endif
    +    return (i2d_ASN1_bytes((ASN1_STRING *)a, pp,
    +                           V_ASN1_GENERALIZEDTIME, V_ASN1_UNIVERSAL));
    +}
     
     ASN1_GENERALIZEDTIME *d2i_ASN1_GENERALIZEDTIME(ASN1_GENERALIZEDTIME **a,
    -	     unsigned char **pp, long length)
    -	{
    -	ASN1_GENERALIZEDTIME *ret=NULL;
    +                                               unsigned char **pp,
    +                                               long length)
    +{
    +    ASN1_GENERALIZEDTIME *ret = NULL;
     
    -	ret=(ASN1_GENERALIZEDTIME *)d2i_ASN1_bytes((ASN1_STRING **)a,pp,length,
    -		V_ASN1_GENERALIZEDTIME,V_ASN1_UNIVERSAL);
    -	if (ret == NULL)
    -		{
    -		ASN1err(ASN1_F_D2I_ASN1_GENERALIZEDTIME,ERR_R_NESTED_ASN1_ERROR);
    -		return(NULL);
    -		}
    -#ifdef CHARSET_EBCDIC
    -	ascii2ebcdic(ret->data, ret->data, ret->length);
    -#endif
    -	if (!ASN1_GENERALIZEDTIME_check(ret))
    -		{
    -		ASN1err(ASN1_F_D2I_ASN1_GENERALIZEDTIME,ASN1_R_INVALID_TIME_FORMAT);
    -		goto err;
    -		}
    +    ret =
    +        (ASN1_GENERALIZEDTIME *)d2i_ASN1_bytes((ASN1_STRING **)a, pp, length,
    +                                               V_ASN1_GENERALIZEDTIME,
    +                                               V_ASN1_UNIVERSAL);
    +    if (ret == NULL) {
    +        ASN1err(ASN1_F_D2I_ASN1_GENERALIZEDTIME, ERR_R_NESTED_ASN1_ERROR);
    +        return (NULL);
    +    }
    +# ifdef CHARSET_EBCDIC
    +    ascii2ebcdic(ret->data, ret->data, ret->length);
    +# endif
    +    if (!ASN1_GENERALIZEDTIME_check(ret)) {
    +        ASN1err(ASN1_F_D2I_ASN1_GENERALIZEDTIME, ASN1_R_INVALID_TIME_FORMAT);
    +        goto err;
    +    }
     
    -	return(ret);
    -err:
    -	if ((ret != NULL) && ((a == NULL) || (*a != ret)))
    -		M_ASN1_GENERALIZEDTIME_free(ret);
    -	return(NULL);
    -	}
    +    return (ret);
    + err:
    +    if ((ret != NULL) && ((a == NULL) || (*a != ret)))
    +        M_ASN1_GENERALIZEDTIME_free(ret);
    +    return (NULL);
    +}
     
     #endif
     
    -int ASN1_GENERALIZEDTIME_check(ASN1_GENERALIZEDTIME *d)
    -	{
    -	static const int min[9]={ 0, 0, 1, 1, 0, 0, 0, 0, 0};
    -	static const int max[9]={99, 99,12,31,23,59,59,12,59};
    -	char *a;
    -	int n,i,l,o;
    +int asn1_generalizedtime_to_tm(struct tm *tm, const ASN1_GENERALIZEDTIME *d)
    +{
    +    static const int min[9] = { 0, 0, 1, 1, 0, 0, 0, 0, 0 };
    +    static const int max[9] = { 99, 99, 12, 31, 23, 59, 59, 12, 59 };
    +    char *a;
    +    int n, i, l, o;
    +
    +    if (d->type != V_ASN1_GENERALIZEDTIME)
    +        return (0);
    +    l = d->length;
    +    a = (char *)d->data;
    +    o = 0;
    +    /*
    +     * GENERALIZEDTIME is similar to UTCTIME except the year is represented
    +     * as YYYY. This stuff treats everything as a two digit field so make
    +     * first two fields 00 to 99
    +     */
    +    if (l < 13)
    +        goto err;
    +    for (i = 0; i < 7; i++) {
    +        if ((i == 6) && ((a[o] == 'Z') || (a[o] == '+') || (a[o] == '-'))) {
    +            i++;
    +            if (tm)
    +                tm->tm_sec = 0;
    +            break;
    +        }
    +        if ((a[o] < '0') || (a[o] > '9'))
    +            goto err;
    +        n = a[o] - '0';
    +        if (++o > l)
    +            goto err;
     
    -	if (d->type != V_ASN1_GENERALIZEDTIME) return(0);
    -	l=d->length;
    -	a=(char *)d->data;
    -	o=0;
    -	/* GENERALIZEDTIME is similar to UTCTIME except the year is
    -         * represented as YYYY. This stuff treats everything as a two digit
    -         * field so make first two fields 00 to 99
    -         */
    -	if (l < 13) goto err;
    -	for (i=0; i<7; i++)
    -		{
    -		if ((i == 6) && ((a[o] == 'Z') ||
    -			(a[o] == '+') || (a[o] == '-')))
    -			{ i++; break; }
    -		if ((a[o] < '0') || (a[o] > '9')) goto err;
    -		n= a[o]-'0';
    -		if (++o > l) goto err;
    +        if ((a[o] < '0') || (a[o] > '9'))
    +            goto err;
    +        n = (n * 10) + a[o] - '0';
    +        if (++o > l)
    +            goto err;
     
    -		if ((a[o] < '0') || (a[o] > '9')) goto err;
    -		n=(n*10)+ a[o]-'0';
    -		if (++o > l) goto err;
    +        if ((n < min[i]) || (n > max[i]))
    +            goto err;
    +        if (tm) {
    +            switch (i) {
    +            case 0:
    +                tm->tm_year = n * 100 - 1900;
    +                break;
    +            case 1:
    +                tm->tm_year += n;
    +                break;
    +            case 2:
    +                tm->tm_mon = n - 1;
    +                break;
    +            case 3:
    +                tm->tm_mday = n;
    +                break;
    +            case 4:
    +                tm->tm_hour = n;
    +                break;
    +            case 5:
    +                tm->tm_min = n;
    +                break;
    +            case 6:
    +                tm->tm_sec = n;
    +                break;
    +            }
    +        }
    +    }
    +    /*
    +     * Optional fractional seconds: decimal point followed by one or more
    +     * digits.
    +     */
    +    if (a[o] == '.') {
    +        if (++o > l)
    +            goto err;
    +        i = o;
    +        while ((a[o] >= '0') && (a[o] <= '9') && (o <= l))
    +            o++;
    +        /* Must have at least one digit after decimal point */
    +        if (i == o)
    +            goto err;
    +    }
     
    -		if ((n < min[i]) || (n > max[i])) goto err;
    -		}
    -	/* Optional fractional seconds: decimal point followed by one
    -	 * or more digits.
    -	 */
    -	if (a[o] == '.')
    -		{
    -		if (++o > l) goto err;
    -		i = o;
    -		while ((a[o] >= '0') && (a[o] <= '9') && (o <= l))
    -			o++;
    -		/* Must have at least one digit after decimal point */
    -		if (i == o) goto err;
    -		}
    +    if (a[o] == 'Z')
    +        o++;
    +    else if ((a[o] == '+') || (a[o] == '-')) {
    +        int offsign = a[o] == '-' ? -1 : 1, offset = 0;
    +        o++;
    +        if (o + 4 > l)
    +            goto err;
    +        for (i = 7; i < 9; i++) {
    +            if ((a[o] < '0') || (a[o] > '9'))
    +                goto err;
    +            n = a[o] - '0';
    +            o++;
    +            if ((a[o] < '0') || (a[o] > '9'))
    +                goto err;
    +            n = (n * 10) + a[o] - '0';
    +            if ((n < min[i]) || (n > max[i]))
    +                goto err;
    +            if (tm) {
    +                if (i == 7)
    +                    offset = n * 3600;
    +                else if (i == 8)
    +                    offset += n * 60;
    +            }
    +            o++;
    +        }
    +        if (offset && !OPENSSL_gmtime_adj(tm, 0, offset * offsign))
    +            return 0;
    +    } else if (a[o]) {
    +        /* Missing time zone information. */
    +        goto err;
    +    }
    +    return (o == l);
    + err:
    +    return (0);
    +}
     
    -	if (a[o] == 'Z')
    -		o++;
    -	else if ((a[o] == '+') || (a[o] == '-'))
    -		{
    -		o++;
    -		if (o+4 > l) goto err;
    -		for (i=7; i<9; i++)
    -			{
    -			if ((a[o] < '0') || (a[o] > '9')) goto err;
    -			n= a[o]-'0';
    -			o++;
    -			if ((a[o] < '0') || (a[o] > '9')) goto err;
    -			n=(n*10)+ a[o]-'0';
    -			if ((n < min[i]) || (n > max[i])) goto err;
    -			o++;
    -			}
    -		}
    -	else
    -		{
    -		/* Missing time zone information. */
    -		goto err;
    -		}
    -	return(o == l);
    -err:
    -	return(0);
    -	}
    +int ASN1_GENERALIZEDTIME_check(const ASN1_GENERALIZEDTIME *d)
    +{
    +    return asn1_generalizedtime_to_tm(NULL, d);
    +}
     
     int ASN1_GENERALIZEDTIME_set_string(ASN1_GENERALIZEDTIME *s, const char *str)
    -	{
    -	ASN1_GENERALIZEDTIME t;
    +{
    +    ASN1_GENERALIZEDTIME t;
     
    -	t.type=V_ASN1_GENERALIZEDTIME;
    -	t.length=strlen(str);
    -	t.data=(unsigned char *)str;
    -	if (ASN1_GENERALIZEDTIME_check(&t))
    -		{
    -		if (s != NULL)
    -			{
    -			if (!ASN1_STRING_set((ASN1_STRING *)s,
    -				(unsigned char *)str,t.length))
    -				return 0;
    -			s->type=V_ASN1_GENERALIZEDTIME;
    -			}
    -		return(1);
    -		}
    -	else
    -		return(0);
    -	}
    +    t.type = V_ASN1_GENERALIZEDTIME;
    +    t.length = strlen(str);
    +    t.data = (unsigned char *)str;
    +    if (ASN1_GENERALIZEDTIME_check(&t)) {
    +        if (s != NULL) {
    +            if (!ASN1_STRING_set((ASN1_STRING *)s,
    +                                 (unsigned char *)str, t.length))
    +                return 0;
    +            s->type = V_ASN1_GENERALIZEDTIME;
    +        }
    +        return (1);
    +    } else
    +        return (0);
    +}
     
     ASN1_GENERALIZEDTIME *ASN1_GENERALIZEDTIME_set(ASN1_GENERALIZEDTIME *s,
    -	     time_t t)
    -	{
    -		return ASN1_GENERALIZEDTIME_adj(s, t, 0, 0);
    -	}
    +                                               time_t t)
    +{
    +    return ASN1_GENERALIZEDTIME_adj(s, t, 0, 0);
    +}
     
     ASN1_GENERALIZEDTIME *ASN1_GENERALIZEDTIME_adj(ASN1_GENERALIZEDTIME *s,
    -	     time_t t, int offset_day, long offset_sec)
    -	{
    -	char *p;
    -	struct tm *ts;
    -	struct tm data;
    -	size_t len = 20; 
    +                                               time_t t, int offset_day,
    +                                               long offset_sec)
    +{
    +    char *p;
    +    struct tm *ts;
    +    struct tm data;
    +    size_t len = 20;
     
    -	if (s == NULL)
    -		s=M_ASN1_GENERALIZEDTIME_new();
    -	if (s == NULL)
    -		return(NULL);
    +    if (s == NULL)
    +        s = M_ASN1_GENERALIZEDTIME_new();
    +    if (s == NULL)
    +        return (NULL);
     
    -	ts=OPENSSL_gmtime(&t, &data);
    -	if (ts == NULL)
    -		return(NULL);
    +    ts = OPENSSL_gmtime(&t, &data);
    +    if (ts == NULL)
    +        return (NULL);
     
    -	if (offset_day || offset_sec)
    -		{ 
    -		if (!OPENSSL_gmtime_adj(ts, offset_day, offset_sec))
    -			return NULL;
    -		}
    +    if (offset_day || offset_sec) {
    +        if (!OPENSSL_gmtime_adj(ts, offset_day, offset_sec))
    +            return NULL;
    +    }
     
    -	p=(char *)s->data;
    -	if ((p == NULL) || ((size_t)s->length < len))
    -		{
    -		p=OPENSSL_malloc(len);
    -		if (p == NULL)
    -			{
    -			ASN1err(ASN1_F_ASN1_GENERALIZEDTIME_ADJ,
    -				ERR_R_MALLOC_FAILURE);
    -			return(NULL);
    -			}
    -		if (s->data != NULL)
    -			OPENSSL_free(s->data);
    -		s->data=(unsigned char *)p;
    -		}
    +    p = (char *)s->data;
    +    if ((p == NULL) || ((size_t)s->length < len)) {
    +        p = OPENSSL_malloc(len);
    +        if (p == NULL) {
    +            ASN1err(ASN1_F_ASN1_GENERALIZEDTIME_ADJ, ERR_R_MALLOC_FAILURE);
    +            return (NULL);
    +        }
    +        if (s->data != NULL)
    +            OPENSSL_free(s->data);
    +        s->data = (unsigned char *)p;
    +    }
     
    -	BIO_snprintf(p,len,"%04d%02d%02d%02d%02d%02dZ",ts->tm_year + 1900,
    -		     ts->tm_mon+1,ts->tm_mday,ts->tm_hour,ts->tm_min,ts->tm_sec);
    -	s->length=strlen(p);
    -	s->type=V_ASN1_GENERALIZEDTIME;
    +    BIO_snprintf(p, len, "%04d%02d%02d%02d%02d%02dZ", ts->tm_year + 1900,
    +                 ts->tm_mon + 1, ts->tm_mday, ts->tm_hour, ts->tm_min,
    +                 ts->tm_sec);
    +    s->length = strlen(p);
    +    s->type = V_ASN1_GENERALIZEDTIME;
     #ifdef CHARSET_EBCDIC_not
    -	ebcdic2ascii(s->data, s->data, s->length);
    +    ebcdic2ascii(s->data, s->data, s->length);
     #endif
    -	return(s);
    -	}
    +    return (s);
    +}
    diff --git a/openssl/crypto/asn1/a_i2d_fp.c b/openssl/crypto/asn1/a_i2d_fp.c
    index a3ad76d35..0f56cd4e0 100644
    --- a/openssl/crypto/asn1/a_i2d_fp.c
    +++ b/openssl/crypto/asn1/a_i2d_fp.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,101 +63,95 @@
     
     #ifndef NO_OLD_ASN1
     
    -#ifndef OPENSSL_NO_FP_API
    +# ifndef OPENSSL_NO_FP_API
     int ASN1_i2d_fp(i2d_of_void *i2d, FILE *out, void *x)
    -        {
    -        BIO *b;
    -        int ret;
    +{
    +    BIO *b;
    +    int ret;
     
    -        if ((b=BIO_new(BIO_s_file())) == NULL)
    -		{
    -		ASN1err(ASN1_F_ASN1_I2D_FP,ERR_R_BUF_LIB);
    -                return(0);
    -		}
    -        BIO_set_fp(b,out,BIO_NOCLOSE);
    -        ret=ASN1_i2d_bio(i2d,b,x);
    -        BIO_free(b);
    -        return(ret);
    -        }
    -#endif
    +    if ((b = BIO_new(BIO_s_file())) == NULL) {
    +        ASN1err(ASN1_F_ASN1_I2D_FP, ERR_R_BUF_LIB);
    +        return (0);
    +    }
    +    BIO_set_fp(b, out, BIO_NOCLOSE);
    +    ret = ASN1_i2d_bio(i2d, b, x);
    +    BIO_free(b);
    +    return (ret);
    +}
    +# endif
     
     int ASN1_i2d_bio(i2d_of_void *i2d, BIO *out, unsigned char *x)
    -	{
    -	char *b;
    -	unsigned char *p;
    -	int i,j=0,n,ret=1;
    +{
    +    char *b;
    +    unsigned char *p;
    +    int i, j = 0, n, ret = 1;
    +
    +    n = i2d(x, NULL);
    +    b = (char *)OPENSSL_malloc(n);
    +    if (b == NULL) {
    +        ASN1err(ASN1_F_ASN1_I2D_BIO, ERR_R_MALLOC_FAILURE);
    +        return (0);
    +    }
     
    -	n=i2d(x,NULL);
    -	b=(char *)OPENSSL_malloc(n);
    -	if (b == NULL)
    -		{
    -		ASN1err(ASN1_F_ASN1_I2D_BIO,ERR_R_MALLOC_FAILURE);
    -		return(0);
    -		}
    +    p = (unsigned char *)b;
    +    i2d(x, &p);
     
    -	p=(unsigned char *)b;
    -	i2d(x,&p);
    -	
    -	for (;;)
    -		{
    -		i=BIO_write(out,&(b[j]),n);
    -		if (i == n) break;
    -		if (i <= 0)
    -			{
    -			ret=0;
    -			break;
    -			}
    -		j+=i;
    -		n-=i;
    -		}
    -	OPENSSL_free(b);
    -	return(ret);
    -	}
    +    for (;;) {
    +        i = BIO_write(out, &(b[j]), n);
    +        if (i == n)
    +            break;
    +        if (i <= 0) {
    +            ret = 0;
    +            break;
    +        }
    +        j += i;
    +        n -= i;
    +    }
    +    OPENSSL_free(b);
    +    return (ret);
    +}
     
     #endif
     
     #ifndef OPENSSL_NO_FP_API
     int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, void *x)
    -        {
    -        BIO *b;
    -        int ret;
    +{
    +    BIO *b;
    +    int ret;
     
    -        if ((b=BIO_new(BIO_s_file())) == NULL)
    -		{
    -		ASN1err(ASN1_F_ASN1_ITEM_I2D_FP,ERR_R_BUF_LIB);
    -                return(0);
    -		}
    -        BIO_set_fp(b,out,BIO_NOCLOSE);
    -        ret=ASN1_item_i2d_bio(it,b,x);
    -        BIO_free(b);
    -        return(ret);
    -        }
    +    if ((b = BIO_new(BIO_s_file())) == NULL) {
    +        ASN1err(ASN1_F_ASN1_ITEM_I2D_FP, ERR_R_BUF_LIB);
    +        return (0);
    +    }
    +    BIO_set_fp(b, out, BIO_NOCLOSE);
    +    ret = ASN1_item_i2d_bio(it, b, x);
    +    BIO_free(b);
    +    return (ret);
    +}
     #endif
     
     int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, void *x)
    -	{
    -	unsigned char *b = NULL;
    -	int i,j=0,n,ret=1;
    +{
    +    unsigned char *b = NULL;
    +    int i, j = 0, n, ret = 1;
     
    -	n = ASN1_item_i2d(x, &b, it);
    -	if (b == NULL)
    -		{
    -		ASN1err(ASN1_F_ASN1_ITEM_I2D_BIO,ERR_R_MALLOC_FAILURE);
    -		return(0);
    -		}
    +    n = ASN1_item_i2d(x, &b, it);
    +    if (b == NULL) {
    +        ASN1err(ASN1_F_ASN1_ITEM_I2D_BIO, ERR_R_MALLOC_FAILURE);
    +        return (0);
    +    }
     
    -	for (;;)
    -		{
    -		i=BIO_write(out,&(b[j]),n);
    -		if (i == n) break;
    -		if (i <= 0)
    -			{
    -			ret=0;
    -			break;
    -			}
    -		j+=i;
    -		n-=i;
    -		}
    -	OPENSSL_free(b);
    -	return(ret);
    -	}
    +    for (;;) {
    +        i = BIO_write(out, &(b[j]), n);
    +        if (i == n)
    +            break;
    +        if (i <= 0) {
    +            ret = 0;
    +            break;
    +        }
    +        j += i;
    +        n -= i;
    +    }
    +    OPENSSL_free(b);
    +    return (ret);
    +}
    diff --git a/openssl/crypto/asn1/a_int.c b/openssl/crypto/asn1/a_int.c
    index 297c45a9f..70c2b8e62 100644
    --- a/openssl/crypto/asn1/a_int.c
    +++ b/openssl/crypto/asn1/a_int.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,45 +62,45 @@
     #include 
     
     ASN1_INTEGER *ASN1_INTEGER_dup(const ASN1_INTEGER *x)
    -{ return M_ASN1_INTEGER_dup(x);}
    +{
    +    return M_ASN1_INTEGER_dup(x);
    +}
     
     int ASN1_INTEGER_cmp(const ASN1_INTEGER *x, const ASN1_INTEGER *y)
    -	{ 
    -	int neg, ret;
    -	/* Compare signs */
    -	neg = x->type & V_ASN1_NEG;
    -	if (neg != (y->type & V_ASN1_NEG))
    -		{
    -		if (neg)
    -			return -1;
    -		else
    -			return 1;
    -		}
    -
    -	ret = ASN1_STRING_cmp(x, y);
    -
    -	if (neg)
    -		return -ret;
    -	else
    -		return ret;
    -	}
    -	
    -
    -/* 
    +{
    +    int neg, ret;
    +    /* Compare signs */
    +    neg = x->type & V_ASN1_NEG;
    +    if (neg != (y->type & V_ASN1_NEG)) {
    +        if (neg)
    +            return -1;
    +        else
    +            return 1;
    +    }
    +
    +    ret = ASN1_STRING_cmp(x, y);
    +
    +    if (neg)
    +        return -ret;
    +    else
    +        return ret;
    +}
    +
    +/*-
      * This converts an ASN1 INTEGER into its content encoding.
      * The internal representation is an ASN1_STRING whose data is a big endian
      * representation of the value, ignoring the sign. The sign is determined by
    - * the type: V_ASN1_INTEGER for positive and V_ASN1_NEG_INTEGER for negative. 
    + * the type: V_ASN1_INTEGER for positive and V_ASN1_NEG_INTEGER for negative.
      *
      * Positive integers are no problem: they are almost the same as the DER
      * encoding, except if the first byte is >= 0x80 we need to add a zero pad.
      *
      * Negative integers are a bit trickier...
      * The DER representation of negative integers is in 2s complement form.
    - * The internal form is converted by complementing each octet and finally 
    + * The internal form is converted by complementing each octet and finally
      * adding one to the result. This can be done less messily with a little trick.
      * If the internal form has trailing zeroes then they will become FF by the
    - * complement and 0 by the add one (due to carry) so just copy as many trailing 
    + * complement and 0 by the add one (due to carry) so just copy as many trailing
      * zeros to the destination as there are in the source. The carry will add one
      * to the last none zero octet: so complement this octet and add one and finally
      * complement any left over until you get to the start of the string.
    @@ -112,347 +112,351 @@ int ASN1_INTEGER_cmp(const ASN1_INTEGER *x, const ASN1_INTEGER *y)
      */
     
     int i2c_ASN1_INTEGER(ASN1_INTEGER *a, unsigned char **pp)
    -	{
    -	int pad=0,ret,i,neg;
    -	unsigned char *p,*n,pb=0;
    -
    -	if (a == NULL) return(0);
    -	neg=a->type & V_ASN1_NEG;
    -	if (a->length == 0)
    -		ret=1;
    -	else
    -		{
    -		ret=a->length;
    -		i=a->data[0];
    -		if (!neg && (i > 127)) {
    -			pad=1;
    -			pb=0;
    -		} else if(neg) {
    -			if(i>128) {
    -				pad=1;
    -				pb=0xFF;
    -			} else if(i == 128) {
    -			/*
    -			 * Special case: if any other bytes non zero we pad:
    -			 * otherwise we don't.
    -			 */
    -				for(i = 1; i < a->length; i++) if(a->data[i]) {
    -						pad=1;
    -						pb=0xFF;
    -						break;
    -				}
    -			}
    -		}
    -		ret+=pad;
    -		}
    -	if (pp == NULL) return(ret);
    -	p= *pp;
    -
    -	if (pad) *(p++)=pb;
    -	if (a->length == 0) *(p++)=0;
    -	else if (!neg) memcpy(p,a->data,(unsigned int)a->length);
    -	else {
    -		/* Begin at the end of the encoding */
    -		n=a->data + a->length - 1;
    -		p += a->length - 1;
    -		i = a->length;
    -		/* Copy zeros to destination as long as source is zero */
    -		while(!*n) {
    -			*(p--) = 0;
    -			n--;
    -			i--;
    -		}
    -		/* Complement and increment next octet */
    -		*(p--) = ((*(n--)) ^ 0xff) + 1;
    -		i--;
    -		/* Complement any octets left */
    -		for(;i > 0; i--) *(p--) = *(n--) ^ 0xff;
    -	}
    -
    -	*pp+=ret;
    -	return(ret);
    -	}
    +{
    +    int pad = 0, ret, i, neg;
    +    unsigned char *p, *n, pb = 0;
    +
    +    if (a == NULL)
    +        return (0);
    +    neg = a->type & V_ASN1_NEG;
    +    if (a->length == 0)
    +        ret = 1;
    +    else {
    +        ret = a->length;
    +        i = a->data[0];
    +        if (!neg && (i > 127)) {
    +            pad = 1;
    +            pb = 0;
    +        } else if (neg) {
    +            if (i > 128) {
    +                pad = 1;
    +                pb = 0xFF;
    +            } else if (i == 128) {
    +                /*
    +                 * Special case: if any other bytes non zero we pad:
    +                 * otherwise we don't.
    +                 */
    +                for (i = 1; i < a->length; i++)
    +                    if (a->data[i]) {
    +                        pad = 1;
    +                        pb = 0xFF;
    +                        break;
    +                    }
    +            }
    +        }
    +        ret += pad;
    +    }
    +    if (pp == NULL)
    +        return (ret);
    +    p = *pp;
    +
    +    if (pad)
    +        *(p++) = pb;
    +    if (a->length == 0)
    +        *(p++) = 0;
    +    else if (!neg)
    +        memcpy(p, a->data, (unsigned int)a->length);
    +    else {
    +        /* Begin at the end of the encoding */
    +        n = a->data + a->length - 1;
    +        p += a->length - 1;
    +        i = a->length;
    +        /* Copy zeros to destination as long as source is zero */
    +        while (!*n) {
    +            *(p--) = 0;
    +            n--;
    +            i--;
    +        }
    +        /* Complement and increment next octet */
    +        *(p--) = ((*(n--)) ^ 0xff) + 1;
    +        i--;
    +        /* Complement any octets left */
    +        for (; i > 0; i--)
    +            *(p--) = *(n--) ^ 0xff;
    +    }
    +
    +    *pp += ret;
    +    return (ret);
    +}
     
     /* Convert just ASN1 INTEGER content octets to ASN1_INTEGER structure */
     
     ASN1_INTEGER *c2i_ASN1_INTEGER(ASN1_INTEGER **a, const unsigned char **pp,
    -	     long len)
    -	{
    -	ASN1_INTEGER *ret=NULL;
    -	const unsigned char *p, *pend;
    -	unsigned char *to,*s;
    -	int i;
    -
    -	if ((a == NULL) || ((*a) == NULL))
    -		{
    -		if ((ret=M_ASN1_INTEGER_new()) == NULL) return(NULL);
    -		ret->type=V_ASN1_INTEGER;
    -		}
    -	else
    -		ret=(*a);
    -
    -	p= *pp;
    -	pend = p + len;
    -
    -	/* We must OPENSSL_malloc stuff, even for 0 bytes otherwise it
    -	 * signifies a missing NULL parameter. */
    -	s=(unsigned char *)OPENSSL_malloc((int)len+1);
    -	if (s == NULL)
    -		{
    -		i=ERR_R_MALLOC_FAILURE;
    -		goto err;
    -		}
    -	to=s;
    -	if(!len) {
    -		/* Strictly speaking this is an illegal INTEGER but we
    -		 * tolerate it.
    -		 */
    -		ret->type=V_ASN1_INTEGER;
    -	} else if (*p & 0x80) /* a negative number */
    -		{
    -		ret->type=V_ASN1_NEG_INTEGER;
    -		if ((*p == 0xff) && (len != 1)) {
    -			p++;
    -			len--;
    -		}
    -		i = len;
    -		p += i - 1;
    -		to += i - 1;
    -		while((!*p) && i) {
    -			*(to--) = 0;
    -			i--;
    -			p--;
    -		}
    -		/* Special case: if all zeros then the number will be of
    -		 * the form FF followed by n zero bytes: this corresponds to
    -		 * 1 followed by n zero bytes. We've already written n zeros
    -		 * so we just append an extra one and set the first byte to
    -		 * a 1. This is treated separately because it is the only case
    -		 * where the number of bytes is larger than len.
    -		 */
    -		if(!i) {
    -			*s = 1;
    -			s[len] = 0;
    -			len++;
    -		} else {
    -			*(to--) = (*(p--) ^ 0xff) + 1;
    -			i--;
    -			for(;i > 0; i--) *(to--) = *(p--) ^ 0xff;
    -		}
    -	} else {
    -		ret->type=V_ASN1_INTEGER;
    -		if ((*p == 0) && (len != 1))
    -			{
    -			p++;
    -			len--;
    -			}
    -		memcpy(s,p,(int)len);
    -	}
    -
    -	if (ret->data != NULL) OPENSSL_free(ret->data);
    -	ret->data=s;
    -	ret->length=(int)len;
    -	if (a != NULL) (*a)=ret;
    -	*pp=pend;
    -	return(ret);
    -err:
    -	ASN1err(ASN1_F_C2I_ASN1_INTEGER,i);
    -	if ((ret != NULL) && ((a == NULL) || (*a != ret)))
    -		M_ASN1_INTEGER_free(ret);
    -	return(NULL);
    -	}
    -
    -
    -/* This is a version of d2i_ASN1_INTEGER that ignores the sign bit of
    - * ASN1 integers: some broken software can encode a positive INTEGER
    - * with its MSB set as negative (it doesn't add a padding zero).
    +                               long len)
    +{
    +    ASN1_INTEGER *ret = NULL;
    +    const unsigned char *p, *pend;
    +    unsigned char *to, *s;
    +    int i;
    +
    +    if ((a == NULL) || ((*a) == NULL)) {
    +        if ((ret = M_ASN1_INTEGER_new()) == NULL)
    +            return (NULL);
    +        ret->type = V_ASN1_INTEGER;
    +    } else
    +        ret = (*a);
    +
    +    p = *pp;
    +    pend = p + len;
    +
    +    /*
    +     * We must OPENSSL_malloc stuff, even for 0 bytes otherwise it signifies
    +     * a missing NULL parameter.
    +     */
    +    s = (unsigned char *)OPENSSL_malloc((int)len + 1);
    +    if (s == NULL) {
    +        i = ERR_R_MALLOC_FAILURE;
    +        goto err;
    +    }
    +    to = s;
    +    if (!len) {
    +        /*
    +         * Strictly speaking this is an illegal INTEGER but we tolerate it.
    +         */
    +        ret->type = V_ASN1_INTEGER;
    +    } else if (*p & 0x80) {     /* a negative number */
    +        ret->type = V_ASN1_NEG_INTEGER;
    +        if ((*p == 0xff) && (len != 1)) {
    +            p++;
    +            len--;
    +        }
    +        i = len;
    +        p += i - 1;
    +        to += i - 1;
    +        while ((!*p) && i) {
    +            *(to--) = 0;
    +            i--;
    +            p--;
    +        }
    +        /*
    +         * Special case: if all zeros then the number will be of the form FF
    +         * followed by n zero bytes: this corresponds to 1 followed by n zero
    +         * bytes. We've already written n zeros so we just append an extra
    +         * one and set the first byte to a 1. This is treated separately
    +         * because it is the only case where the number of bytes is larger
    +         * than len.
    +         */
    +        if (!i) {
    +            *s = 1;
    +            s[len] = 0;
    +            len++;
    +        } else {
    +            *(to--) = (*(p--) ^ 0xff) + 1;
    +            i--;
    +            for (; i > 0; i--)
    +                *(to--) = *(p--) ^ 0xff;
    +        }
    +    } else {
    +        ret->type = V_ASN1_INTEGER;
    +        if ((*p == 0) && (len != 1)) {
    +            p++;
    +            len--;
    +        }
    +        memcpy(s, p, (int)len);
    +    }
    +
    +    if (ret->data != NULL)
    +        OPENSSL_free(ret->data);
    +    ret->data = s;
    +    ret->length = (int)len;
    +    if (a != NULL)
    +        (*a) = ret;
    +    *pp = pend;
    +    return (ret);
    + err:
    +    ASN1err(ASN1_F_C2I_ASN1_INTEGER, i);
    +    if ((ret != NULL) && ((a == NULL) || (*a != ret)))
    +        M_ASN1_INTEGER_free(ret);
    +    return (NULL);
    +}
    +
    +/*
    + * This is a version of d2i_ASN1_INTEGER that ignores the sign bit of ASN1
    + * integers: some broken software can encode a positive INTEGER with its MSB
    + * set as negative (it doesn't add a padding zero).
      */
     
     ASN1_INTEGER *d2i_ASN1_UINTEGER(ASN1_INTEGER **a, const unsigned char **pp,
    -	     long length)
    -	{
    -	ASN1_INTEGER *ret=NULL;
    -	const unsigned char *p;
    -	unsigned char *s;
    -	long len;
    -	int inf,tag,xclass;
    -	int i;
    -
    -	if ((a == NULL) || ((*a) == NULL))
    -		{
    -		if ((ret=M_ASN1_INTEGER_new()) == NULL) return(NULL);
    -		ret->type=V_ASN1_INTEGER;
    -		}
    -	else
    -		ret=(*a);
    -
    -	p= *pp;
    -	inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
    -	if (inf & 0x80)
    -		{
    -		i=ASN1_R_BAD_OBJECT_HEADER;
    -		goto err;
    -		}
    -
    -	if (tag != V_ASN1_INTEGER)
    -		{
    -		i=ASN1_R_EXPECTING_AN_INTEGER;
    -		goto err;
    -		}
    -
    -	/* We must OPENSSL_malloc stuff, even for 0 bytes otherwise it
    -	 * signifies a missing NULL parameter. */
    -	s=(unsigned char *)OPENSSL_malloc((int)len+1);
    -	if (s == NULL)
    -		{
    -		i=ERR_R_MALLOC_FAILURE;
    -		goto err;
    -		}
    -	ret->type=V_ASN1_INTEGER;
    -	if(len) {
    -		if ((*p == 0) && (len != 1))
    -			{
    -			p++;
    -			len--;
    -			}
    -		memcpy(s,p,(int)len);
    -		p+=len;
    -	}
    -
    -	if (ret->data != NULL) OPENSSL_free(ret->data);
    -	ret->data=s;
    -	ret->length=(int)len;
    -	if (a != NULL) (*a)=ret;
    -	*pp=p;
    -	return(ret);
    -err:
    -	ASN1err(ASN1_F_D2I_ASN1_UINTEGER,i);
    -	if ((ret != NULL) && ((a == NULL) || (*a != ret)))
    -		M_ASN1_INTEGER_free(ret);
    -	return(NULL);
    -	}
    +                                long length)
    +{
    +    ASN1_INTEGER *ret = NULL;
    +    const unsigned char *p;
    +    unsigned char *s;
    +    long len;
    +    int inf, tag, xclass;
    +    int i;
    +
    +    if ((a == NULL) || ((*a) == NULL)) {
    +        if ((ret = M_ASN1_INTEGER_new()) == NULL)
    +            return (NULL);
    +        ret->type = V_ASN1_INTEGER;
    +    } else
    +        ret = (*a);
    +
    +    p = *pp;
    +    inf = ASN1_get_object(&p, &len, &tag, &xclass, length);
    +    if (inf & 0x80) {
    +        i = ASN1_R_BAD_OBJECT_HEADER;
    +        goto err;
    +    }
    +
    +    if (tag != V_ASN1_INTEGER) {
    +        i = ASN1_R_EXPECTING_AN_INTEGER;
    +        goto err;
    +    }
    +
    +    /*
    +     * We must OPENSSL_malloc stuff, even for 0 bytes otherwise it signifies
    +     * a missing NULL parameter.
    +     */
    +    s = (unsigned char *)OPENSSL_malloc((int)len + 1);
    +    if (s == NULL) {
    +        i = ERR_R_MALLOC_FAILURE;
    +        goto err;
    +    }
    +    ret->type = V_ASN1_INTEGER;
    +    if (len) {
    +        if ((*p == 0) && (len != 1)) {
    +            p++;
    +            len--;
    +        }
    +        memcpy(s, p, (int)len);
    +        p += len;
    +    }
    +
    +    if (ret->data != NULL)
    +        OPENSSL_free(ret->data);
    +    ret->data = s;
    +    ret->length = (int)len;
    +    if (a != NULL)
    +        (*a) = ret;
    +    *pp = p;
    +    return (ret);
    + err:
    +    ASN1err(ASN1_F_D2I_ASN1_UINTEGER, i);
    +    if ((ret != NULL) && ((a == NULL) || (*a != ret)))
    +        M_ASN1_INTEGER_free(ret);
    +    return (NULL);
    +}
     
     int ASN1_INTEGER_set(ASN1_INTEGER *a, long v)
    -	{
    -	int j,k;
    -	unsigned int i;
    -	unsigned char buf[sizeof(long)+1];
    -	long d;
    -
    -	a->type=V_ASN1_INTEGER;
    -	if (a->length < (int)(sizeof(long)+1))
    -		{
    -		if (a->data != NULL)
    -			OPENSSL_free(a->data);
    -		if ((a->data=(unsigned char *)OPENSSL_malloc(sizeof(long)+1)) != NULL)
    -			memset((char *)a->data,0,sizeof(long)+1);
    -		}
    -	if (a->data == NULL)
    -		{
    -		ASN1err(ASN1_F_ASN1_INTEGER_SET,ERR_R_MALLOC_FAILURE);
    -		return(0);
    -		}
    -	d=v;
    -	if (d < 0)
    -		{
    -		d= -d;
    -		a->type=V_ASN1_NEG_INTEGER;
    -		}
    -
    -	for (i=0; i>=8;
    -		}
    -	j=0;
    -	for (k=i-1; k >=0; k--)
    -		a->data[j++]=buf[k];
    -	a->length=j;
    -	return(1);
    -	}
    +{
    +    int j, k;
    +    unsigned int i;
    +    unsigned char buf[sizeof(long) + 1];
    +    long d;
    +
    +    a->type = V_ASN1_INTEGER;
    +    if (a->length < (int)(sizeof(long) + 1)) {
    +        if (a->data != NULL)
    +            OPENSSL_free(a->data);
    +        if ((a->data =
    +             (unsigned char *)OPENSSL_malloc(sizeof(long) + 1)) != NULL)
    +            memset((char *)a->data, 0, sizeof(long) + 1);
    +    }
    +    if (a->data == NULL) {
    +        ASN1err(ASN1_F_ASN1_INTEGER_SET, ERR_R_MALLOC_FAILURE);
    +        return (0);
    +    }
    +    d = v;
    +    if (d < 0) {
    +        d = -d;
    +        a->type = V_ASN1_NEG_INTEGER;
    +    }
    +
    +    for (i = 0; i < sizeof(long); i++) {
    +        if (d == 0)
    +            break;
    +        buf[i] = (int)d & 0xff;
    +        d >>= 8;
    +    }
    +    j = 0;
    +    for (k = i - 1; k >= 0; k--)
    +        a->data[j++] = buf[k];
    +    a->length = j;
    +    return (1);
    +}
     
     long ASN1_INTEGER_get(const ASN1_INTEGER *a)
    -	{
    -	int neg=0,i;
    -	long r=0;
    -
    -	if (a == NULL) return(0L);
    -	i=a->type;
    -	if (i == V_ASN1_NEG_INTEGER)
    -		neg=1;
    -	else if (i != V_ASN1_INTEGER)
    -		return -1;
    -	
    -	if (a->length > (int)sizeof(long))
    -		{
    -		/* hmm... a bit ugly, return all ones */
    -		return -1;
    -		}
    -	if (a->data == NULL)
    -		return 0;
    -
    -	for (i=0; ilength; i++)
    -		{
    -		r<<=8;
    -		r|=(unsigned char)a->data[i];
    -		}
    -	if (neg) r= -r;
    -	return(r);
    -	}
    +{
    +    int neg = 0, i;
    +    long r = 0;
    +
    +    if (a == NULL)
    +        return (0L);
    +    i = a->type;
    +    if (i == V_ASN1_NEG_INTEGER)
    +        neg = 1;
    +    else if (i != V_ASN1_INTEGER)
    +        return -1;
    +
    +    if (a->length > (int)sizeof(long)) {
    +        /* hmm... a bit ugly, return all ones */
    +        return -1;
    +    }
    +    if (a->data == NULL)
    +        return 0;
    +
    +    for (i = 0; i < a->length; i++) {
    +        r <<= 8;
    +        r |= (unsigned char)a->data[i];
    +    }
    +    if (neg)
    +        r = -r;
    +    return (r);
    +}
     
     ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai)
    -	{
    -	ASN1_INTEGER *ret;
    -	int len,j;
    -
    -	if (ai == NULL)
    -		ret=M_ASN1_INTEGER_new();
    -	else
    -		ret=ai;
    -	if (ret == NULL)
    -		{
    -		ASN1err(ASN1_F_BN_TO_ASN1_INTEGER,ERR_R_NESTED_ASN1_ERROR);
    -		goto err;
    -		}
    -	if (BN_is_negative(bn))
    -		ret->type = V_ASN1_NEG_INTEGER;
    -	else ret->type=V_ASN1_INTEGER;
    -	j=BN_num_bits(bn);
    -	len=((j == 0)?0:((j/8)+1));
    -	if (ret->length < len+4)
    -		{
    -		unsigned char *new_data=OPENSSL_realloc(ret->data, len+4);
    -		if (!new_data)
    -			{
    -			ASN1err(ASN1_F_BN_TO_ASN1_INTEGER,ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -		ret->data=new_data;
    -		}
    -	ret->length=BN_bn2bin(bn,ret->data);
    -	/* Correct zero case */
    -	if(!ret->length)
    -		{
    -		ret->data[0] = 0;
    -		ret->length = 1;
    -		}
    -	return(ret);
    -err:
    -	if (ret != ai) M_ASN1_INTEGER_free(ret);
    -	return(NULL);
    -	}
    +{
    +    ASN1_INTEGER *ret;
    +    int len, j;
    +
    +    if (ai == NULL)
    +        ret = M_ASN1_INTEGER_new();
    +    else
    +        ret = ai;
    +    if (ret == NULL) {
    +        ASN1err(ASN1_F_BN_TO_ASN1_INTEGER, ERR_R_NESTED_ASN1_ERROR);
    +        goto err;
    +    }
    +    if (BN_is_negative(bn))
    +        ret->type = V_ASN1_NEG_INTEGER;
    +    else
    +        ret->type = V_ASN1_INTEGER;
    +    j = BN_num_bits(bn);
    +    len = ((j == 0) ? 0 : ((j / 8) + 1));
    +    if (ret->length < len + 4) {
    +        unsigned char *new_data = OPENSSL_realloc(ret->data, len + 4);
    +        if (!new_data) {
    +            ASN1err(ASN1_F_BN_TO_ASN1_INTEGER, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +        ret->data = new_data;
    +    }
    +    ret->length = BN_bn2bin(bn, ret->data);
    +    /* Correct zero case */
    +    if (!ret->length) {
    +        ret->data[0] = 0;
    +        ret->length = 1;
    +    }
    +    return (ret);
    + err:
    +    if (ret != ai)
    +        M_ASN1_INTEGER_free(ret);
    +    return (NULL);
    +}
     
     BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn)
    -	{
    -	BIGNUM *ret;
    +{
    +    BIGNUM *ret;
     
    -	if ((ret=BN_bin2bn(ai->data,ai->length,bn)) == NULL)
    -		ASN1err(ASN1_F_ASN1_INTEGER_TO_BN,ASN1_R_BN_LIB);
    -	else if(ai->type == V_ASN1_NEG_INTEGER)
    -		BN_set_negative(ret, 1);
    -	return(ret);
    -	}
    +    if ((ret = BN_bin2bn(ai->data, ai->length, bn)) == NULL)
    +        ASN1err(ASN1_F_ASN1_INTEGER_TO_BN, ASN1_R_BN_LIB);
    +    else if (ai->type == V_ASN1_NEG_INTEGER)
    +        BN_set_negative(ret, 1);
    +    return (ret);
    +}
     
     IMPLEMENT_STACK_OF(ASN1_INTEGER)
    +
     IMPLEMENT_ASN1_SET_OF(ASN1_INTEGER)
    diff --git a/openssl/crypto/asn1/a_mbstr.c b/openssl/crypto/asn1/a_mbstr.c
    index 1538e0a4f..6935efe09 100644
    --- a/openssl/crypto/asn1/a_mbstr.c
    +++ b/openssl/crypto/asn1/a_mbstr.c
    @@ -1,6 +1,7 @@
     /* a_mbstr.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,7 +63,8 @@
     #include 
     
     static int traverse_string(const unsigned char *p, int len, int inform,
    -		 int (*rfunc)(unsigned long value, void *in), void *arg);
    +                           int (*rfunc) (unsigned long value, void *in),
    +                           void *arg);
     static int in_utf8(unsigned long value, void *arg);
     static int out_utf8(unsigned long value, void *arg);
     static int type_str(unsigned long value, void *arg);
    @@ -72,212 +74,221 @@ static int cpy_univ(unsigned long value, void *arg);
     static int cpy_utf8(unsigned long value, void *arg);
     static int is_printable(unsigned long value);
     
    -/* These functions take a string in UTF8, ASCII or multibyte form and
    - * a mask of permissible ASN1 string types. It then works out the minimal
    - * type (using the order Printable < IA5 < T61 < BMP < Universal < UTF8)
    - * and creates a string of the correct type with the supplied data.
    - * Yes this is horrible: it has to be :-(
    - * The 'ncopy' form checks minimum and maximum size limits too.
    +/*
    + * These functions take a string in UTF8, ASCII or multibyte form and a mask
    + * of permissible ASN1 string types. It then works out the minimal type
    + * (using the order Printable < IA5 < T61 < BMP < Universal < UTF8) and
    + * creates a string of the correct type with the supplied data. Yes this is
    + * horrible: it has to be :-( The 'ncopy' form checks minimum and maximum
    + * size limits too.
      */
     
     int ASN1_mbstring_copy(ASN1_STRING **out, const unsigned char *in, int len,
    -					int inform, unsigned long mask)
    +                       int inform, unsigned long mask)
     {
    -	return ASN1_mbstring_ncopy(out, in, len, inform, mask, 0, 0);
    +    return ASN1_mbstring_ncopy(out, in, len, inform, mask, 0, 0);
     }
     
     int ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len,
    -					int inform, unsigned long mask, 
    -					long minsize, long maxsize)
    +                        int inform, unsigned long mask,
    +                        long minsize, long maxsize)
     {
    -	int str_type;
    -	int ret;
    -	char free_out;
    -	int outform, outlen = 0;
    -	ASN1_STRING *dest;
    -	unsigned char *p;
    -	int nchar;
    -	char strbuf[32];
    -	int (*cpyfunc)(unsigned long,void *) = NULL;
    -	if(len == -1) len = strlen((const char *)in);
    -	if(!mask) mask = DIRSTRING_TYPE;
    -
    -	/* First do a string check and work out the number of characters */
    -	switch(inform) {
    -
    -		case MBSTRING_BMP:
    -		if(len & 1) {
    -			ASN1err(ASN1_F_ASN1_MBSTRING_NCOPY,
    -					 ASN1_R_INVALID_BMPSTRING_LENGTH);
    -			return -1;
    -		}
    -		nchar = len >> 1;
    -		break;
    -
    -		case MBSTRING_UNIV:
    -		if(len & 3) {
    -			ASN1err(ASN1_F_ASN1_MBSTRING_NCOPY,
    -					 ASN1_R_INVALID_UNIVERSALSTRING_LENGTH);
    -			return -1;
    -		}
    -		nchar = len >> 2;
    -		break;
    -
    -		case MBSTRING_UTF8:
    -		nchar = 0;
    -		/* This counts the characters and does utf8 syntax checking */
    -		ret = traverse_string(in, len, MBSTRING_UTF8, in_utf8, &nchar);
    -		if(ret < 0) {
    -			ASN1err(ASN1_F_ASN1_MBSTRING_NCOPY,
    -						 ASN1_R_INVALID_UTF8STRING);
    -			return -1;
    -		}
    -		break;
    -
    -		case MBSTRING_ASC:
    -		nchar = len;
    -		break;
    -
    -		default:
    -		ASN1err(ASN1_F_ASN1_MBSTRING_NCOPY, ASN1_R_UNKNOWN_FORMAT);
    -		return -1;
    -	}
    -
    -	if((minsize > 0) && (nchar < minsize)) {
    -		ASN1err(ASN1_F_ASN1_MBSTRING_NCOPY, ASN1_R_STRING_TOO_SHORT);
    -		BIO_snprintf(strbuf, sizeof strbuf, "%ld", minsize);
    -		ERR_add_error_data(2, "minsize=", strbuf);
    -		return -1;
    -	}
    -
    -	if((maxsize > 0) && (nchar > maxsize)) {
    -		ASN1err(ASN1_F_ASN1_MBSTRING_NCOPY, ASN1_R_STRING_TOO_LONG);
    -		BIO_snprintf(strbuf, sizeof strbuf, "%ld", maxsize);
    -		ERR_add_error_data(2, "maxsize=", strbuf);
    -		return -1;
    -	}
    -
    -	/* Now work out minimal type (if any) */
    -	if(traverse_string(in, len, inform, type_str, &mask) < 0) {
    -		ASN1err(ASN1_F_ASN1_MBSTRING_NCOPY, ASN1_R_ILLEGAL_CHARACTERS);
    -		return -1;
    -	}
    -
    -
    -	/* Now work out output format and string type */
    -	outform = MBSTRING_ASC;
    -	if(mask & B_ASN1_PRINTABLESTRING) str_type = V_ASN1_PRINTABLESTRING;
    -	else if(mask & B_ASN1_IA5STRING) str_type = V_ASN1_IA5STRING;
    -	else if(mask & B_ASN1_T61STRING) str_type = V_ASN1_T61STRING;
    -	else if(mask & B_ASN1_BMPSTRING) {
    -		str_type = V_ASN1_BMPSTRING;
    -		outform = MBSTRING_BMP;
    -	} else if(mask & B_ASN1_UNIVERSALSTRING) {
    -		str_type = V_ASN1_UNIVERSALSTRING;
    -		outform = MBSTRING_UNIV;
    -	} else {
    -		str_type = V_ASN1_UTF8STRING;
    -		outform = MBSTRING_UTF8;
    -	}
    -	if(!out) return str_type;
    -	if(*out) {
    -		free_out = 0;
    -		dest = *out;
    -		if(dest->data) {
    -			dest->length = 0;
    -			OPENSSL_free(dest->data);
    -			dest->data = NULL;
    -		}
    -		dest->type = str_type;
    -	} else {
    -		free_out = 1;
    -		dest = ASN1_STRING_type_new(str_type);
    -		if(!dest) {
    -			ASN1err(ASN1_F_ASN1_MBSTRING_NCOPY,
    -							ERR_R_MALLOC_FAILURE);
    -			return -1;
    -		}
    -		*out = dest;
    -	}
    -	/* If both the same type just copy across */
    -	if(inform == outform) {
    -		if(!ASN1_STRING_set(dest, in, len)) {
    -			ASN1err(ASN1_F_ASN1_MBSTRING_NCOPY,ERR_R_MALLOC_FAILURE);
    -			return -1;
    -		}
    -		return str_type;
    -	} 
    -
    -	/* Work out how much space the destination will need */
    -	switch(outform) {
    -		case MBSTRING_ASC:
    -		outlen = nchar;
    -		cpyfunc = cpy_asc;
    -		break;
    -
    -		case MBSTRING_BMP:
    -		outlen = nchar << 1;
    -		cpyfunc = cpy_bmp;
    -		break;
    -
    -		case MBSTRING_UNIV:
    -		outlen = nchar << 2;
    -		cpyfunc = cpy_univ;
    -		break;
    -
    -		case MBSTRING_UTF8:
    -		outlen = 0;
    -		traverse_string(in, len, inform, out_utf8, &outlen);
    -		cpyfunc = cpy_utf8;
    -		break;
    -	}
    -	if(!(p = OPENSSL_malloc(outlen + 1))) {
    -		if(free_out) ASN1_STRING_free(dest);
    -		ASN1err(ASN1_F_ASN1_MBSTRING_NCOPY,ERR_R_MALLOC_FAILURE);
    -		return -1;
    -	}
    -	dest->length = outlen;
    -	dest->data = p;
    -	p[outlen] = 0;
    -	traverse_string(in, len, inform, cpyfunc, &p);
    -	return str_type;	
    +    int str_type;
    +    int ret;
    +    char free_out;
    +    int outform, outlen = 0;
    +    ASN1_STRING *dest;
    +    unsigned char *p;
    +    int nchar;
    +    char strbuf[32];
    +    int (*cpyfunc) (unsigned long, void *) = NULL;
    +    if (len == -1)
    +        len = strlen((const char *)in);
    +    if (!mask)
    +        mask = DIRSTRING_TYPE;
    +
    +    /* First do a string check and work out the number of characters */
    +    switch (inform) {
    +
    +    case MBSTRING_BMP:
    +        if (len & 1) {
    +            ASN1err(ASN1_F_ASN1_MBSTRING_NCOPY,
    +                    ASN1_R_INVALID_BMPSTRING_LENGTH);
    +            return -1;
    +        }
    +        nchar = len >> 1;
    +        break;
    +
    +    case MBSTRING_UNIV:
    +        if (len & 3) {
    +            ASN1err(ASN1_F_ASN1_MBSTRING_NCOPY,
    +                    ASN1_R_INVALID_UNIVERSALSTRING_LENGTH);
    +            return -1;
    +        }
    +        nchar = len >> 2;
    +        break;
    +
    +    case MBSTRING_UTF8:
    +        nchar = 0;
    +        /* This counts the characters and does utf8 syntax checking */
    +        ret = traverse_string(in, len, MBSTRING_UTF8, in_utf8, &nchar);
    +        if (ret < 0) {
    +            ASN1err(ASN1_F_ASN1_MBSTRING_NCOPY, ASN1_R_INVALID_UTF8STRING);
    +            return -1;
    +        }
    +        break;
    +
    +    case MBSTRING_ASC:
    +        nchar = len;
    +        break;
    +
    +    default:
    +        ASN1err(ASN1_F_ASN1_MBSTRING_NCOPY, ASN1_R_UNKNOWN_FORMAT);
    +        return -1;
    +    }
    +
    +    if ((minsize > 0) && (nchar < minsize)) {
    +        ASN1err(ASN1_F_ASN1_MBSTRING_NCOPY, ASN1_R_STRING_TOO_SHORT);
    +        BIO_snprintf(strbuf, sizeof strbuf, "%ld", minsize);
    +        ERR_add_error_data(2, "minsize=", strbuf);
    +        return -1;
    +    }
    +
    +    if ((maxsize > 0) && (nchar > maxsize)) {
    +        ASN1err(ASN1_F_ASN1_MBSTRING_NCOPY, ASN1_R_STRING_TOO_LONG);
    +        BIO_snprintf(strbuf, sizeof strbuf, "%ld", maxsize);
    +        ERR_add_error_data(2, "maxsize=", strbuf);
    +        return -1;
    +    }
    +
    +    /* Now work out minimal type (if any) */
    +    if (traverse_string(in, len, inform, type_str, &mask) < 0) {
    +        ASN1err(ASN1_F_ASN1_MBSTRING_NCOPY, ASN1_R_ILLEGAL_CHARACTERS);
    +        return -1;
    +    }
    +
    +    /* Now work out output format and string type */
    +    outform = MBSTRING_ASC;
    +    if (mask & B_ASN1_PRINTABLESTRING)
    +        str_type = V_ASN1_PRINTABLESTRING;
    +    else if (mask & B_ASN1_IA5STRING)
    +        str_type = V_ASN1_IA5STRING;
    +    else if (mask & B_ASN1_T61STRING)
    +        str_type = V_ASN1_T61STRING;
    +    else if (mask & B_ASN1_BMPSTRING) {
    +        str_type = V_ASN1_BMPSTRING;
    +        outform = MBSTRING_BMP;
    +    } else if (mask & B_ASN1_UNIVERSALSTRING) {
    +        str_type = V_ASN1_UNIVERSALSTRING;
    +        outform = MBSTRING_UNIV;
    +    } else {
    +        str_type = V_ASN1_UTF8STRING;
    +        outform = MBSTRING_UTF8;
    +    }
    +    if (!out)
    +        return str_type;
    +    if (*out) {
    +        free_out = 0;
    +        dest = *out;
    +        if (dest->data) {
    +            dest->length = 0;
    +            OPENSSL_free(dest->data);
    +            dest->data = NULL;
    +        }
    +        dest->type = str_type;
    +    } else {
    +        free_out = 1;
    +        dest = ASN1_STRING_type_new(str_type);
    +        if (!dest) {
    +            ASN1err(ASN1_F_ASN1_MBSTRING_NCOPY, ERR_R_MALLOC_FAILURE);
    +            return -1;
    +        }
    +        *out = dest;
    +    }
    +    /* If both the same type just copy across */
    +    if (inform == outform) {
    +        if (!ASN1_STRING_set(dest, in, len)) {
    +            ASN1err(ASN1_F_ASN1_MBSTRING_NCOPY, ERR_R_MALLOC_FAILURE);
    +            return -1;
    +        }
    +        return str_type;
    +    }
    +
    +    /* Work out how much space the destination will need */
    +    switch (outform) {
    +    case MBSTRING_ASC:
    +        outlen = nchar;
    +        cpyfunc = cpy_asc;
    +        break;
    +
    +    case MBSTRING_BMP:
    +        outlen = nchar << 1;
    +        cpyfunc = cpy_bmp;
    +        break;
    +
    +    case MBSTRING_UNIV:
    +        outlen = nchar << 2;
    +        cpyfunc = cpy_univ;
    +        break;
    +
    +    case MBSTRING_UTF8:
    +        outlen = 0;
    +        traverse_string(in, len, inform, out_utf8, &outlen);
    +        cpyfunc = cpy_utf8;
    +        break;
    +    }
    +    if (!(p = OPENSSL_malloc(outlen + 1))) {
    +        if (free_out)
    +            ASN1_STRING_free(dest);
    +        ASN1err(ASN1_F_ASN1_MBSTRING_NCOPY, ERR_R_MALLOC_FAILURE);
    +        return -1;
    +    }
    +    dest->length = outlen;
    +    dest->data = p;
    +    p[outlen] = 0;
    +    traverse_string(in, len, inform, cpyfunc, &p);
    +    return str_type;
     }
     
    -/* This function traverses a string and passes the value of each character
    - * to an optional function along with a void * argument.
    +/*
    + * This function traverses a string and passes the value of each character to
    + * an optional function along with a void * argument.
      */
     
     static int traverse_string(const unsigned char *p, int len, int inform,
    -		 int (*rfunc)(unsigned long value, void *in), void *arg)
    +                           int (*rfunc) (unsigned long value, void *in),
    +                           void *arg)
     {
    -	unsigned long value;
    -	int ret;
    -	while(len) {
    -		if(inform == MBSTRING_ASC) {
    -			value = *p++;
    -			len--;
    -		} else if(inform == MBSTRING_BMP) {
    -			value = *p++ << 8;
    -			value |= *p++;
    -			len -= 2;
    -		} else if(inform == MBSTRING_UNIV) {
    -			value = ((unsigned long)*p++) << 24;
    -			value |= ((unsigned long)*p++) << 16;
    -			value |= *p++ << 8;
    -			value |= *p++;
    -			len -= 4;
    -		} else {
    -			ret = UTF8_getc(p, len, &value);
    -			if(ret < 0) return -1;
    -			len -= ret;
    -			p += ret;
    -		}
    -		if(rfunc) {
    -			ret = rfunc(value, arg);
    -			if(ret <= 0) return ret;
    -		}
    -	}
    -	return 1;
    +    unsigned long value;
    +    int ret;
    +    while (len) {
    +        if (inform == MBSTRING_ASC) {
    +            value = *p++;
    +            len--;
    +        } else if (inform == MBSTRING_BMP) {
    +            value = *p++ << 8;
    +            value |= *p++;
    +            len -= 2;
    +        } else if (inform == MBSTRING_UNIV) {
    +            value = ((unsigned long)*p++) << 24;
    +            value |= ((unsigned long)*p++) << 16;
    +            value |= *p++ << 8;
    +            value |= *p++;
    +            len -= 4;
    +        } else {
    +            ret = UTF8_getc(p, len, &value);
    +            if (ret < 0)
    +                return -1;
    +            len -= ret;
    +            p += ret;
    +        }
    +        if (rfunc) {
    +            ret = rfunc(value, arg);
    +            if (ret <= 0)
    +                return ret;
    +        }
    +    }
    +    return 1;
     }
     
     /* Various utility functions for traverse_string */
    @@ -286,115 +297,127 @@ static int traverse_string(const unsigned char *p, int len, int inform,
     
     static int in_utf8(unsigned long value, void *arg)
     {
    -	int *nchar;
    -	nchar = arg;
    -	(*nchar)++;
    -	return 1;
    +    int *nchar;
    +    nchar = arg;
    +    (*nchar)++;
    +    return 1;
     }
     
     /* Determine size of output as a UTF8 String */
     
     static int out_utf8(unsigned long value, void *arg)
     {
    -	int *outlen;
    -	outlen = arg;
    -	*outlen += UTF8_putc(NULL, -1, value);
    -	return 1;
    +    int *outlen;
    +    outlen = arg;
    +    *outlen += UTF8_putc(NULL, -1, value);
    +    return 1;
     }
     
    -/* Determine the "type" of a string: check each character against a
    - * supplied "mask".
    +/*
    + * Determine the "type" of a string: check each character against a supplied
    + * "mask".
      */
     
     static int type_str(unsigned long value, void *arg)
     {
    -	unsigned long types;
    -	types = *((unsigned long *)arg);
    -	if((types & B_ASN1_PRINTABLESTRING) && !is_printable(value))
    -					types &= ~B_ASN1_PRINTABLESTRING;
    -	if((types & B_ASN1_IA5STRING) && (value > 127))
    -					types &= ~B_ASN1_IA5STRING;
    -	if((types & B_ASN1_T61STRING) && (value > 0xff))
    -					types &= ~B_ASN1_T61STRING;
    -	if((types & B_ASN1_BMPSTRING) && (value > 0xffff))
    -					types &= ~B_ASN1_BMPSTRING;
    -	if(!types) return -1;
    -	*((unsigned long *)arg) = types;
    -	return 1;
    +    unsigned long types;
    +    types = *((unsigned long *)arg);
    +    if ((types & B_ASN1_PRINTABLESTRING) && !is_printable(value))
    +        types &= ~B_ASN1_PRINTABLESTRING;
    +    if ((types & B_ASN1_IA5STRING) && (value > 127))
    +        types &= ~B_ASN1_IA5STRING;
    +    if ((types & B_ASN1_T61STRING) && (value > 0xff))
    +        types &= ~B_ASN1_T61STRING;
    +    if ((types & B_ASN1_BMPSTRING) && (value > 0xffff))
    +        types &= ~B_ASN1_BMPSTRING;
    +    if (!types)
    +        return -1;
    +    *((unsigned long *)arg) = types;
    +    return 1;
     }
     
     /* Copy one byte per character ASCII like strings */
     
     static int cpy_asc(unsigned long value, void *arg)
     {
    -	unsigned char **p, *q;
    -	p = arg;
    -	q = *p;
    -	*q = (unsigned char) value;
    -	(*p)++;
    -	return 1;
    +    unsigned char **p, *q;
    +    p = arg;
    +    q = *p;
    +    *q = (unsigned char)value;
    +    (*p)++;
    +    return 1;
     }
     
     /* Copy two byte per character BMPStrings */
     
     static int cpy_bmp(unsigned long value, void *arg)
     {
    -	unsigned char **p, *q;
    -	p = arg;
    -	q = *p;
    -	*q++ = (unsigned char) ((value >> 8) & 0xff);
    -	*q = (unsigned char) (value & 0xff);
    -	*p += 2;
    -	return 1;
    +    unsigned char **p, *q;
    +    p = arg;
    +    q = *p;
    +    *q++ = (unsigned char)((value >> 8) & 0xff);
    +    *q = (unsigned char)(value & 0xff);
    +    *p += 2;
    +    return 1;
     }
     
     /* Copy four byte per character UniversalStrings */
     
     static int cpy_univ(unsigned long value, void *arg)
     {
    -	unsigned char **p, *q;
    -	p = arg;
    -	q = *p;
    -	*q++ = (unsigned char) ((value >> 24) & 0xff);
    -	*q++ = (unsigned char) ((value >> 16) & 0xff);
    -	*q++ = (unsigned char) ((value >> 8) & 0xff);
    -	*q = (unsigned char) (value & 0xff);
    -	*p += 4;
    -	return 1;
    +    unsigned char **p, *q;
    +    p = arg;
    +    q = *p;
    +    *q++ = (unsigned char)((value >> 24) & 0xff);
    +    *q++ = (unsigned char)((value >> 16) & 0xff);
    +    *q++ = (unsigned char)((value >> 8) & 0xff);
    +    *q = (unsigned char)(value & 0xff);
    +    *p += 4;
    +    return 1;
     }
     
     /* Copy to a UTF8String */
     
     static int cpy_utf8(unsigned long value, void *arg)
     {
    -	unsigned char **p;
    -	int ret;
    -	p = arg;
    -	/* We already know there is enough room so pass 0xff as the length */
    -	ret = UTF8_putc(*p, 0xff, value);
    -	*p += ret;
    -	return 1;
    +    unsigned char **p;
    +    int ret;
    +    p = arg;
    +    /* We already know there is enough room so pass 0xff as the length */
    +    ret = UTF8_putc(*p, 0xff, value);
    +    *p += ret;
    +    return 1;
     }
     
     /* Return 1 if the character is permitted in a PrintableString */
     static int is_printable(unsigned long value)
     {
    -	int ch;
    -	if(value > 0x7f) return 0;
    -	ch = (int) value;
    -	/* Note: we can't use 'isalnum' because certain accented 
    -	 * characters may count as alphanumeric in some environments.
    -	 */
    +    int ch;
    +    if (value > 0x7f)
    +        return 0;
    +    ch = (int)value;
    +    /*
    +     * Note: we can't use 'isalnum' because certain accented characters may
    +     * count as alphanumeric in some environments.
    +     */
     #ifndef CHARSET_EBCDIC
    -	if((ch >= 'a') && (ch <= 'z')) return 1;
    -	if((ch >= 'A') && (ch <= 'Z')) return 1;
    -	if((ch >= '0') && (ch <= '9')) return 1;
    -	if ((ch == ' ') || strchr("'()+,-./:=?", ch)) return 1;
    -#else /*CHARSET_EBCDIC*/
    -	if((ch >= os_toascii['a']) && (ch <= os_toascii['z'])) return 1;
    -	if((ch >= os_toascii['A']) && (ch <= os_toascii['Z'])) return 1;
    -	if((ch >= os_toascii['0']) && (ch <= os_toascii['9'])) return 1;
    -	if ((ch == os_toascii[' ']) || strchr("'()+,-./:=?", os_toebcdic[ch])) return 1;
    -#endif /*CHARSET_EBCDIC*/
    -	return 0;
    +    if ((ch >= 'a') && (ch <= 'z'))
    +        return 1;
    +    if ((ch >= 'A') && (ch <= 'Z'))
    +        return 1;
    +    if ((ch >= '0') && (ch <= '9'))
    +        return 1;
    +    if ((ch == ' ') || strchr("'()+,-./:=?", ch))
    +        return 1;
    +#else                           /* CHARSET_EBCDIC */
    +    if ((ch >= os_toascii['a']) && (ch <= os_toascii['z']))
    +        return 1;
    +    if ((ch >= os_toascii['A']) && (ch <= os_toascii['Z']))
    +        return 1;
    +    if ((ch >= os_toascii['0']) && (ch <= os_toascii['9']))
    +        return 1;
    +    if ((ch == os_toascii[' ']) || strchr("'()+,-./:=?", os_toebcdic[ch]))
    +        return 1;
    +#endif                          /* CHARSET_EBCDIC */
    +    return 0;
     }
    diff --git a/openssl/crypto/asn1/a_object.c b/openssl/crypto/asn1/a_object.c
    index 77b276896..27f9c1691 100644
    --- a/openssl/crypto/asn1/a_object.c
    +++ b/openssl/crypto/asn1/a_object.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -65,351 +65,338 @@
     #include 
     
     int i2d_ASN1_OBJECT(ASN1_OBJECT *a, unsigned char **pp)
    -	{
    -	unsigned char *p;
    -	int objsize;
    +{
    +    unsigned char *p;
    +    int objsize;
     
    -	if ((a == NULL) || (a->data == NULL)) return(0);
    +    if ((a == NULL) || (a->data == NULL))
    +        return (0);
     
    -	objsize = ASN1_object_size(0,a->length,V_ASN1_OBJECT);
    -	if (pp == NULL) return objsize;
    +    objsize = ASN1_object_size(0, a->length, V_ASN1_OBJECT);
    +    if (pp == NULL)
    +        return objsize;
     
    -	p= *pp;
    -	ASN1_put_object(&p,0,a->length,V_ASN1_OBJECT,V_ASN1_UNIVERSAL);
    -	memcpy(p,a->data,a->length);
    -	p+=a->length;
    +    p = *pp;
    +    ASN1_put_object(&p, 0, a->length, V_ASN1_OBJECT, V_ASN1_UNIVERSAL);
    +    memcpy(p, a->data, a->length);
    +    p += a->length;
     
    -	*pp=p;
    -	return(objsize);
    -	}
    +    *pp = p;
    +    return (objsize);
    +}
     
     int a2d_ASN1_OBJECT(unsigned char *out, int olen, const char *buf, int num)
    -	{
    -	int i,first,len=0,c, use_bn;
    -	char ftmp[24], *tmp = ftmp;
    -	int tmpsize = sizeof ftmp;
    -	const char *p;
    -	unsigned long l;
    -	BIGNUM *bl = NULL;
    +{
    +    int i, first, len = 0, c, use_bn;
    +    char ftmp[24], *tmp = ftmp;
    +    int tmpsize = sizeof ftmp;
    +    const char *p;
    +    unsigned long l;
    +    BIGNUM *bl = NULL;
     
    -	if (num == 0)
    -		return(0);
    -	else if (num == -1)
    -		num=strlen(buf);
    +    if (num == 0)
    +        return (0);
    +    else if (num == -1)
    +        num = strlen(buf);
     
    -	p=buf;
    -	c= *(p++);
    -	num--;
    -	if ((c >= '0') && (c <= '2'))
    -		{
    -		first= c-'0';
    -		}
    -	else
    -		{
    -		ASN1err(ASN1_F_A2D_ASN1_OBJECT,ASN1_R_FIRST_NUM_TOO_LARGE);
    -		goto err;
    -		}
    +    p = buf;
    +    c = *(p++);
    +    num--;
    +    if ((c >= '0') && (c <= '2')) {
    +        first = c - '0';
    +    } else {
    +        ASN1err(ASN1_F_A2D_ASN1_OBJECT, ASN1_R_FIRST_NUM_TOO_LARGE);
    +        goto err;
    +    }
     
    -	if (num <= 0)
    -		{
    -		ASN1err(ASN1_F_A2D_ASN1_OBJECT,ASN1_R_MISSING_SECOND_NUMBER);
    -		goto err;
    -		}
    -	c= *(p++);
    -	num--;
    -	for (;;)
    -		{
    -		if (num <= 0) break;
    -		if ((c != '.') && (c != ' '))
    -			{
    -			ASN1err(ASN1_F_A2D_ASN1_OBJECT,ASN1_R_INVALID_SEPARATOR);
    -			goto err;
    -			}
    -		l=0;
    -		use_bn = 0;
    -		for (;;)
    -			{
    -			if (num <= 0) break;
    -			num--;
    -			c= *(p++);
    -			if ((c == ' ') || (c == '.'))
    -				break;
    -			if ((c < '0') || (c > '9'))
    -				{
    -				ASN1err(ASN1_F_A2D_ASN1_OBJECT,ASN1_R_INVALID_DIGIT);
    -				goto err;
    -				}
    -			if (!use_bn && l >= ((ULONG_MAX - 80) / 10L))
    -				{
    -				use_bn = 1;
    -				if (!bl)
    -					bl = BN_new();
    -				if (!bl || !BN_set_word(bl, l))
    -					goto err;
    -				}
    -			if (use_bn)
    -				{
    -				if (!BN_mul_word(bl, 10L)
    -					|| !BN_add_word(bl, c-'0'))
    -					goto err;
    -				}
    -			else
    -				l=l*10L+(long)(c-'0');
    -			}
    -		if (len == 0)
    -			{
    -			if ((first < 2) && (l >= 40))
    -				{
    -				ASN1err(ASN1_F_A2D_ASN1_OBJECT,ASN1_R_SECOND_NUMBER_TOO_LARGE);
    -				goto err;
    -				}
    -			if (use_bn)
    -				{
    -				if (!BN_add_word(bl, first * 40))
    -					goto err;
    -				}
    -			else
    -				l+=(long)first*40;
    -			}
    -		i=0;
    -		if (use_bn)
    -			{
    -			int blsize;
    -			blsize = BN_num_bits(bl);
    -			blsize = (blsize + 6)/7;
    -			if (blsize > tmpsize)
    -				{
    -				if (tmp != ftmp)
    -					OPENSSL_free(tmp);
    -				tmpsize = blsize + 32;
    -				tmp = OPENSSL_malloc(tmpsize);
    -				if (!tmp)
    -					goto err;
    -				}
    -			while(blsize--)
    -				tmp[i++] = (unsigned char)BN_div_word(bl, 0x80L);
    -			}
    -		else
    -			{
    -					
    -			for (;;)
    -				{
    -				tmp[i++]=(unsigned char)l&0x7f;
    -				l>>=7L;
    -				if (l == 0L) break;
    -				}
    +    if (num <= 0) {
    +        ASN1err(ASN1_F_A2D_ASN1_OBJECT, ASN1_R_MISSING_SECOND_NUMBER);
    +        goto err;
    +    }
    +    c = *(p++);
    +    num--;
    +    for (;;) {
    +        if (num <= 0)
    +            break;
    +        if ((c != '.') && (c != ' ')) {
    +            ASN1err(ASN1_F_A2D_ASN1_OBJECT, ASN1_R_INVALID_SEPARATOR);
    +            goto err;
    +        }
    +        l = 0;
    +        use_bn = 0;
    +        for (;;) {
    +            if (num <= 0)
    +                break;
    +            num--;
    +            c = *(p++);
    +            if ((c == ' ') || (c == '.'))
    +                break;
    +            if ((c < '0') || (c > '9')) {
    +                ASN1err(ASN1_F_A2D_ASN1_OBJECT, ASN1_R_INVALID_DIGIT);
    +                goto err;
    +            }
    +            if (!use_bn && l >= ((ULONG_MAX - 80) / 10L)) {
    +                use_bn = 1;
    +                if (!bl)
    +                    bl = BN_new();
    +                if (!bl || !BN_set_word(bl, l))
    +                    goto err;
    +            }
    +            if (use_bn) {
    +                if (!BN_mul_word(bl, 10L)
    +                    || !BN_add_word(bl, c - '0'))
    +                    goto err;
    +            } else
    +                l = l * 10L + (long)(c - '0');
    +        }
    +        if (len == 0) {
    +            if ((first < 2) && (l >= 40)) {
    +                ASN1err(ASN1_F_A2D_ASN1_OBJECT,
    +                        ASN1_R_SECOND_NUMBER_TOO_LARGE);
    +                goto err;
    +            }
    +            if (use_bn) {
    +                if (!BN_add_word(bl, first * 40))
    +                    goto err;
    +            } else
    +                l += (long)first *40;
    +        }
    +        i = 0;
    +        if (use_bn) {
    +            int blsize;
    +            blsize = BN_num_bits(bl);
    +            blsize = (blsize + 6) / 7;
    +            if (blsize > tmpsize) {
    +                if (tmp != ftmp)
    +                    OPENSSL_free(tmp);
    +                tmpsize = blsize + 32;
    +                tmp = OPENSSL_malloc(tmpsize);
    +                if (!tmp)
    +                    goto err;
    +            }
    +            while (blsize--)
    +                tmp[i++] = (unsigned char)BN_div_word(bl, 0x80L);
    +        } else {
     
    -			}
    -		if (out != NULL)
    -			{
    -			if (len+i > olen)
    -				{
    -				ASN1err(ASN1_F_A2D_ASN1_OBJECT,ASN1_R_BUFFER_TOO_SMALL);
    -				goto err;
    -				}
    -			while (--i > 0)
    -				out[len++]=tmp[i]|0x80;
    -			out[len++]=tmp[0];
    -			}
    -		else
    -			len+=i;
    -		}
    -	if (tmp != ftmp)
    -		OPENSSL_free(tmp);
    -	if (bl)
    -		BN_free(bl);
    -	return(len);
    -err:
    -	if (tmp != ftmp)
    -		OPENSSL_free(tmp);
    -	if (bl)
    -		BN_free(bl);
    -	return(0);
    -	}
    +            for (;;) {
    +                tmp[i++] = (unsigned char)l & 0x7f;
    +                l >>= 7L;
    +                if (l == 0L)
    +                    break;
    +            }
    +
    +        }
    +        if (out != NULL) {
    +            if (len + i > olen) {
    +                ASN1err(ASN1_F_A2D_ASN1_OBJECT, ASN1_R_BUFFER_TOO_SMALL);
    +                goto err;
    +            }
    +            while (--i > 0)
    +                out[len++] = tmp[i] | 0x80;
    +            out[len++] = tmp[0];
    +        } else
    +            len += i;
    +    }
    +    if (tmp != ftmp)
    +        OPENSSL_free(tmp);
    +    if (bl)
    +        BN_free(bl);
    +    return (len);
    + err:
    +    if (tmp != ftmp)
    +        OPENSSL_free(tmp);
    +    if (bl)
    +        BN_free(bl);
    +    return (0);
    +}
     
     int i2t_ASN1_OBJECT(char *buf, int buf_len, ASN1_OBJECT *a)
     {
    -	return OBJ_obj2txt(buf, buf_len, a, 0);
    +    return OBJ_obj2txt(buf, buf_len, a, 0);
     }
     
     int i2a_ASN1_OBJECT(BIO *bp, ASN1_OBJECT *a)
    -	{
    -	char buf[80], *p = buf;
    -	int i;
    +{
    +    char buf[80], *p = buf;
    +    int i;
     
    -	if ((a == NULL) || (a->data == NULL))
    -		return(BIO_write(bp,"NULL",4));
    -	i=i2t_ASN1_OBJECT(buf,sizeof buf,a);
    -	if (i > (int)(sizeof(buf) - 1))
    -		{
    -		p = OPENSSL_malloc(i + 1);
    -		if (!p)
    -			return -1;
    -		i2t_ASN1_OBJECT(p,i + 1,a);
    -		}
    -	if (i <= 0)
    -		return BIO_write(bp, "", 9);
    -	BIO_write(bp,p,i);
    -	if (p != buf)
    -		OPENSSL_free(p);
    -	return(i);
    -	}
    +    if ((a == NULL) || (a->data == NULL))
    +        return (BIO_write(bp, "NULL", 4));
    +    i = i2t_ASN1_OBJECT(buf, sizeof buf, a);
    +    if (i > (int)(sizeof(buf) - 1)) {
    +        p = OPENSSL_malloc(i + 1);
    +        if (!p)
    +            return -1;
    +        i2t_ASN1_OBJECT(p, i + 1, a);
    +    }
    +    if (i <= 0)
    +        return BIO_write(bp, "", 9);
    +    BIO_write(bp, p, i);
    +    if (p != buf)
    +        OPENSSL_free(p);
    +    return (i);
    +}
     
     ASN1_OBJECT *d2i_ASN1_OBJECT(ASN1_OBJECT **a, const unsigned char **pp,
    -	     long length)
    +                             long length)
     {
    -	const unsigned char *p;
    -	long len;
    -	int tag,xclass;
    -	int inf,i;
    -	ASN1_OBJECT *ret = NULL;
    -	p= *pp;
    -	inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
    -	if (inf & 0x80)
    -		{
    -		i=ASN1_R_BAD_OBJECT_HEADER;
    -		goto err;
    -		}
    +    const unsigned char *p;
    +    long len;
    +    int tag, xclass;
    +    int inf, i;
    +    ASN1_OBJECT *ret = NULL;
    +    p = *pp;
    +    inf = ASN1_get_object(&p, &len, &tag, &xclass, length);
    +    if (inf & 0x80) {
    +        i = ASN1_R_BAD_OBJECT_HEADER;
    +        goto err;
    +    }
     
    -	if (tag != V_ASN1_OBJECT)
    -		{
    -		i=ASN1_R_EXPECTING_AN_OBJECT;
    -		goto err;
    -		}
    -	ret = c2i_ASN1_OBJECT(a, &p, len);
    -	if(ret) *pp = p;
    -	return ret;
    -err:
    -	ASN1err(ASN1_F_D2I_ASN1_OBJECT,i);
    -	return(NULL);
    +    if (tag != V_ASN1_OBJECT) {
    +        i = ASN1_R_EXPECTING_AN_OBJECT;
    +        goto err;
    +    }
    +    ret = c2i_ASN1_OBJECT(a, &p, len);
    +    if (ret)
    +        *pp = p;
    +    return ret;
    + err:
    +    ASN1err(ASN1_F_D2I_ASN1_OBJECT, i);
    +    return (NULL);
     }
     
     ASN1_OBJECT *c2i_ASN1_OBJECT(ASN1_OBJECT **a, const unsigned char **pp,
    -	     long len)
    -	{
    -	ASN1_OBJECT *ret=NULL;
    -	const unsigned char *p;
    -	unsigned char *data;
    -	int i, length;
    +                             long len)
    +{
    +    ASN1_OBJECT *ret = NULL;
    +    const unsigned char *p;
    +    unsigned char *data;
    +    int i, length;
     
    -	/* Sanity check OID encoding.
    -	 * Need at least one content octet.
    -	 * MSB must be clear in the last octet.
    -	 * can't have leading 0x80 in subidentifiers, see: X.690 8.19.2
    -	 */
    -	if (len <= 0 || len > INT_MAX || pp == NULL || (p = *pp) == NULL ||
    -	    p[len - 1] & 0x80)
    -		{
    -		ASN1err(ASN1_F_C2I_ASN1_OBJECT,ASN1_R_INVALID_OBJECT_ENCODING);
    -		return NULL;
    -		}
    -	/* Now 0 < len <= INT_MAX, so the cast is safe. */
    -	length = (int)len;
    -	for (i = 0; i < length; i++, p++)
    -		{
    -		if (*p == 0x80 && (!i || !(p[-1] & 0x80)))
    -			{
    -			ASN1err(ASN1_F_C2I_ASN1_OBJECT,ASN1_R_INVALID_OBJECT_ENCODING);
    -			return NULL;
    -			}
    -		}
    +    /*
    +     * Sanity check OID encoding. Need at least one content octet. MSB must
    +     * be clear in the last octet. can't have leading 0x80 in subidentifiers,
    +     * see: X.690 8.19.2
    +     */
    +    if (len <= 0 || len > INT_MAX || pp == NULL || (p = *pp) == NULL ||
    +        p[len - 1] & 0x80) {
    +        ASN1err(ASN1_F_C2I_ASN1_OBJECT, ASN1_R_INVALID_OBJECT_ENCODING);
    +        return NULL;
    +    }
    +    /* Now 0 < len <= INT_MAX, so the cast is safe. */
    +    length = (int)len;
    +    for (i = 0; i < length; i++, p++) {
    +        if (*p == 0x80 && (!i || !(p[-1] & 0x80))) {
    +            ASN1err(ASN1_F_C2I_ASN1_OBJECT, ASN1_R_INVALID_OBJECT_ENCODING);
    +            return NULL;
    +        }
    +    }
     
    -	/* only the ASN1_OBJECTs from the 'table' will have values
    -	 * for ->sn or ->ln */
    -	if ((a == NULL) || ((*a) == NULL) ||
    -		!((*a)->flags & ASN1_OBJECT_FLAG_DYNAMIC))
    -		{
    -		if ((ret=ASN1_OBJECT_new()) == NULL) return(NULL);
    -		}
    -	else	ret=(*a);
    +    /*
    +     * only the ASN1_OBJECTs from the 'table' will have values for ->sn or
    +     * ->ln
    +     */
    +    if ((a == NULL) || ((*a) == NULL) ||
    +        !((*a)->flags & ASN1_OBJECT_FLAG_DYNAMIC)) {
    +        if ((ret = ASN1_OBJECT_new()) == NULL)
    +            return (NULL);
    +    } else
    +        ret = (*a);
     
    -	p= *pp;
    -	/* detach data from object */
    -	data = (unsigned char *)ret->data;
    -	ret->data = NULL;
    -	/* once detached we can change it */
    -	if ((data == NULL) || (ret->length < length))
    -		{
    -		ret->length=0;
    -		if (data != NULL) OPENSSL_free(data);
    -		data=(unsigned char *)OPENSSL_malloc(length);
    -		if (data == NULL)
    -			{ i=ERR_R_MALLOC_FAILURE; goto err; }
    -		ret->flags|=ASN1_OBJECT_FLAG_DYNAMIC_DATA;
    -		}
    -	memcpy(data,p,length);
    -	/* reattach data to object, after which it remains const */
    -	ret->data  =data;
    -	ret->length=length;
    -	ret->sn=NULL;
    -	ret->ln=NULL;
    -	/* ret->flags=ASN1_OBJECT_FLAG_DYNAMIC; we know it is dynamic */
    -	p+=length;
    +    p = *pp;
    +    /* detach data from object */
    +    data = (unsigned char *)ret->data;
    +    ret->data = NULL;
    +    /* once detached we can change it */
    +    if ((data == NULL) || (ret->length < length)) {
    +        ret->length = 0;
    +        if (data != NULL)
    +            OPENSSL_free(data);
    +        data = (unsigned char *)OPENSSL_malloc(length);
    +        if (data == NULL) {
    +            i = ERR_R_MALLOC_FAILURE;
    +            goto err;
    +        }
    +        ret->flags |= ASN1_OBJECT_FLAG_DYNAMIC_DATA;
    +    }
    +    memcpy(data, p, length);
    +    /* reattach data to object, after which it remains const */
    +    ret->data = data;
    +    ret->length = length;
    +    ret->sn = NULL;
    +    ret->ln = NULL;
    +    /* ret->flags=ASN1_OBJECT_FLAG_DYNAMIC; we know it is dynamic */
    +    p += length;
     
    -	if (a != NULL) (*a)=ret;
    -	*pp=p;
    -	return(ret);
    -err:
    -	ASN1err(ASN1_F_C2I_ASN1_OBJECT,i);
    -	if ((ret != NULL) && ((a == NULL) || (*a != ret)))
    -		ASN1_OBJECT_free(ret);
    -	return(NULL);
    -	}
    +    if (a != NULL)
    +        (*a) = ret;
    +    *pp = p;
    +    return (ret);
    + err:
    +    ASN1err(ASN1_F_C2I_ASN1_OBJECT, i);
    +    if ((ret != NULL) && ((a == NULL) || (*a != ret)))
    +        ASN1_OBJECT_free(ret);
    +    return (NULL);
    +}
     
     ASN1_OBJECT *ASN1_OBJECT_new(void)
    -	{
    -	ASN1_OBJECT *ret;
    +{
    +    ASN1_OBJECT *ret;
     
    -	ret=(ASN1_OBJECT *)OPENSSL_malloc(sizeof(ASN1_OBJECT));
    -	if (ret == NULL)
    -		{
    -		ASN1err(ASN1_F_ASN1_OBJECT_NEW,ERR_R_MALLOC_FAILURE);
    -		return(NULL);
    -		}
    -	ret->length=0;
    -	ret->data=NULL;
    -	ret->nid=0;
    -	ret->sn=NULL;
    -	ret->ln=NULL;
    -	ret->flags=ASN1_OBJECT_FLAG_DYNAMIC;
    -	return(ret);
    -	}
    +    ret = (ASN1_OBJECT *)OPENSSL_malloc(sizeof(ASN1_OBJECT));
    +    if (ret == NULL) {
    +        ASN1err(ASN1_F_ASN1_OBJECT_NEW, ERR_R_MALLOC_FAILURE);
    +        return (NULL);
    +    }
    +    ret->length = 0;
    +    ret->data = NULL;
    +    ret->nid = 0;
    +    ret->sn = NULL;
    +    ret->ln = NULL;
    +    ret->flags = ASN1_OBJECT_FLAG_DYNAMIC;
    +    return (ret);
    +}
     
     void ASN1_OBJECT_free(ASN1_OBJECT *a)
    -	{
    -	if (a == NULL) return;
    -	if (a->flags & ASN1_OBJECT_FLAG_DYNAMIC_STRINGS)
    -		{
    -#ifndef CONST_STRICT /* disable purely for compile-time strict const checking. Doing this on a "real" compile will cause memory leaks */
    -		if (a->sn != NULL) OPENSSL_free((void *)a->sn);
    -		if (a->ln != NULL) OPENSSL_free((void *)a->ln);
    +{
    +    if (a == NULL)
    +        return;
    +    if (a->flags & ASN1_OBJECT_FLAG_DYNAMIC_STRINGS) {
    +#ifndef CONST_STRICT            /* disable purely for compile-time strict
    +                                 * const checking. Doing this on a "real"
    +                                 * compile will cause memory leaks */
    +        if (a->sn != NULL)
    +            OPENSSL_free((void *)a->sn);
    +        if (a->ln != NULL)
    +            OPENSSL_free((void *)a->ln);
     #endif
    -		a->sn=a->ln=NULL;
    -		}
    -	if (a->flags & ASN1_OBJECT_FLAG_DYNAMIC_DATA)
    -		{
    -		if (a->data != NULL) OPENSSL_free((void *)a->data);
    -		a->data=NULL;
    -		a->length=0;
    -		}
    -	if (a->flags & ASN1_OBJECT_FLAG_DYNAMIC)
    -		OPENSSL_free(a);
    -	}
    +        a->sn = a->ln = NULL;
    +    }
    +    if (a->flags & ASN1_OBJECT_FLAG_DYNAMIC_DATA) {
    +        if (a->data != NULL)
    +            OPENSSL_free((void *)a->data);
    +        a->data = NULL;
    +        a->length = 0;
    +    }
    +    if (a->flags & ASN1_OBJECT_FLAG_DYNAMIC)
    +        OPENSSL_free(a);
    +}
     
     ASN1_OBJECT *ASN1_OBJECT_create(int nid, unsigned char *data, int len,
    -	     const char *sn, const char *ln)
    -	{
    -	ASN1_OBJECT o;
    +                                const char *sn, const char *ln)
    +{
    +    ASN1_OBJECT o;
     
    -	o.sn=sn;
    -	o.ln=ln;
    -	o.data=data;
    -	o.nid=nid;
    -	o.length=len;
    -	o.flags=ASN1_OBJECT_FLAG_DYNAMIC|ASN1_OBJECT_FLAG_DYNAMIC_STRINGS|
    -		ASN1_OBJECT_FLAG_DYNAMIC_DATA;
    -	return(OBJ_dup(&o));
    -	}
    +    o.sn = sn;
    +    o.ln = ln;
    +    o.data = data;
    +    o.nid = nid;
    +    o.length = len;
    +    o.flags = ASN1_OBJECT_FLAG_DYNAMIC | ASN1_OBJECT_FLAG_DYNAMIC_STRINGS |
    +        ASN1_OBJECT_FLAG_DYNAMIC_DATA;
    +    return (OBJ_dup(&o));
    +}
     
     IMPLEMENT_STACK_OF(ASN1_OBJECT)
    +
     IMPLEMENT_ASN1_SET_OF(ASN1_OBJECT)
    diff --git a/openssl/crypto/asn1/a_octet.c b/openssl/crypto/asn1/a_octet.c
    index e8725e44f..1a6e9ca9c 100644
    --- a/openssl/crypto/asn1/a_octet.c
    +++ b/openssl/crypto/asn1/a_octet.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,11 +61,18 @@
     #include 
     
     ASN1_OCTET_STRING *ASN1_OCTET_STRING_dup(const ASN1_OCTET_STRING *x)
    -{ return M_ASN1_OCTET_STRING_dup(x); }
    -
    -int ASN1_OCTET_STRING_cmp(const ASN1_OCTET_STRING *a, const ASN1_OCTET_STRING *b)
    -{ return M_ASN1_OCTET_STRING_cmp(a, b); }
    +{
    +    return M_ASN1_OCTET_STRING_dup(x);
    +}
     
    -int ASN1_OCTET_STRING_set(ASN1_OCTET_STRING *x, const unsigned char *d, int len)
    -{ return M_ASN1_OCTET_STRING_set(x, d, len); }
    +int ASN1_OCTET_STRING_cmp(const ASN1_OCTET_STRING *a,
    +                          const ASN1_OCTET_STRING *b)
    +{
    +    return M_ASN1_OCTET_STRING_cmp(a, b);
    +}
     
    +int ASN1_OCTET_STRING_set(ASN1_OCTET_STRING *x, const unsigned char *d,
    +                          int len)
    +{
    +    return M_ASN1_OCTET_STRING_set(x, d, len);
    +}
    diff --git a/openssl/crypto/asn1/a_print.c b/openssl/crypto/asn1/a_print.c
    index d18e77232..d83e4ad82 100644
    --- a/openssl/crypto/asn1/a_print.c
    +++ b/openssl/crypto/asn1/a_print.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,67 +61,69 @@
     #include 
     
     int ASN1_PRINTABLE_type(const unsigned char *s, int len)
    -	{
    -	int c;
    -	int ia5=0;
    -	int t61=0;
    +{
    +    int c;
    +    int ia5 = 0;
    +    int t61 = 0;
     
    -	if (len <= 0) len= -1;
    -	if (s == NULL) return(V_ASN1_PRINTABLESTRING);
    +    if (len <= 0)
    +        len = -1;
    +    if (s == NULL)
    +        return (V_ASN1_PRINTABLESTRING);
     
    -	while ((*s) && (len-- != 0))
    -		{
    -		c= *(s++);
    +    while ((*s) && (len-- != 0)) {
    +        c = *(s++);
     #ifndef CHARSET_EBCDIC
    -		if (!(	((c >= 'a') && (c <= 'z')) ||
    -			((c >= 'A') && (c <= 'Z')) ||
    -			(c == ' ') ||
    -			((c >= '0') && (c <= '9')) ||
    -			(c == ' ') || (c == '\'') ||
    -			(c == '(') || (c == ')') ||
    -			(c == '+') || (c == ',') ||
    -			(c == '-') || (c == '.') ||
    -			(c == '/') || (c == ':') ||
    -			(c == '=') || (c == '?')))
    -			ia5=1;
    -		if (c&0x80)
    -			t61=1;
    +        if (!(((c >= 'a') && (c <= 'z')) ||
    +              ((c >= 'A') && (c <= 'Z')) ||
    +              (c == ' ') ||
    +              ((c >= '0') && (c <= '9')) ||
    +              (c == ' ') || (c == '\'') ||
    +              (c == '(') || (c == ')') ||
    +              (c == '+') || (c == ',') ||
    +              (c == '-') || (c == '.') ||
    +              (c == '/') || (c == ':') || (c == '=') || (c == '?')))
    +            ia5 = 1;
    +        if (c & 0x80)
    +            t61 = 1;
     #else
    -		if (!isalnum(c) && (c != ' ') &&
    -		    strchr("'()+,-./:=?", c) == NULL)
    -			ia5=1;
    -		if (os_toascii[c] & 0x80)
    -			t61=1;
    +        if (!isalnum(c) && (c != ' ') && strchr("'()+,-./:=?", c) == NULL)
    +            ia5 = 1;
    +        if (os_toascii[c] & 0x80)
    +            t61 = 1;
     #endif
    -		}
    -	if (t61) return(V_ASN1_T61STRING);
    -	if (ia5) return(V_ASN1_IA5STRING);
    -	return(V_ASN1_PRINTABLESTRING);
    -	}
    +    }
    +    if (t61)
    +        return (V_ASN1_T61STRING);
    +    if (ia5)
    +        return (V_ASN1_IA5STRING);
    +    return (V_ASN1_PRINTABLESTRING);
    +}
     
     int ASN1_UNIVERSALSTRING_to_string(ASN1_UNIVERSALSTRING *s)
    -	{
    -	int i;
    -	unsigned char *p;
    +{
    +    int i;
    +    unsigned char *p;
     
    -	if (s->type != V_ASN1_UNIVERSALSTRING) return(0);
    -	if ((s->length%4) != 0) return(0);
    -	p=s->data;
    -	for (i=0; ilength; i+=4)
    -		{
    -		if ((p[0] != '\0') || (p[1] != '\0') || (p[2] != '\0'))
    -			break;
    -		else
    -			p+=4;
    -		}
    -	if (i < s->length) return(0);
    -	p=s->data;
    -	for (i=3; ilength; i+=4)
    -		{
    -		*(p++)=s->data[i];
    -		}
    -	*(p)='\0';
    -	s->length/=4;
    -	s->type=ASN1_PRINTABLE_type(s->data,s->length);
    -	return(1);
    -	}
    +    if (s->type != V_ASN1_UNIVERSALSTRING)
    +        return (0);
    +    if ((s->length % 4) != 0)
    +        return (0);
    +    p = s->data;
    +    for (i = 0; i < s->length; i += 4) {
    +        if ((p[0] != '\0') || (p[1] != '\0') || (p[2] != '\0'))
    +            break;
    +        else
    +            p += 4;
    +    }
    +    if (i < s->length)
    +        return (0);
    +    p = s->data;
    +    for (i = 3; i < s->length; i += 4) {
    +        *(p++) = s->data[i];
    +    }
    +    *(p) = '\0';
    +    s->length /= 4;
    +    s->type = ASN1_PRINTABLE_type(s->data, s->length);
    +    return (1);
    +}
    diff --git a/openssl/crypto/asn1/a_set.c b/openssl/crypto/asn1/a_set.c
    index d726c8d3a..bf3f97188 100644
    --- a/openssl/crypto/asn1/a_set.c
    +++ b/openssl/crypto/asn1/a_set.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,180 +62,177 @@
     
     #ifndef NO_ASN1_OLD
     
    -typedef struct
    -    {
    +typedef struct {
         unsigned char *pbData;
         int cbData;
    -    } MYBLOB;
    +} MYBLOB;
     
    -/* SetBlobCmp
    - * This function compares two elements of SET_OF block
    +/*
    + * SetBlobCmp This function compares two elements of SET_OF block
      */
    -static int SetBlobCmp(const void *elem1, const void *elem2 )
    -    {
    +static int SetBlobCmp(const void *elem1, const void *elem2)
    +{
         const MYBLOB *b1 = (const MYBLOB *)elem1;
         const MYBLOB *b2 = (const MYBLOB *)elem2;
         int r;
     
         r = memcmp(b1->pbData, b2->pbData,
    -	       b1->cbData < b2->cbData ? b1->cbData : b2->cbData);
    -    if(r != 0)
    -	return r;
    -    return b1->cbData-b2->cbData;
    -    }
    -
    -/* int is_set:  if TRUE, then sort the contents (i.e. it isn't a SEQUENCE)    */
    +               b1->cbData < b2->cbData ? b1->cbData : b2->cbData);
    +    if (r != 0)
    +        return r;
    +    return b1->cbData - b2->cbData;
    +}
    +
    +/*
    + * int is_set: if TRUE, then sort the contents (i.e. it isn't a SEQUENCE)
    + */
     int i2d_ASN1_SET(STACK_OF(OPENSSL_BLOCK) *a, unsigned char **pp,
    -		 i2d_of_void *i2d, int ex_tag, int ex_class,
    -		 int is_set)
    -	{
    -	int ret=0,r;
    -	int i;
    -	unsigned char *p;
    -        unsigned char *pStart, *pTempMem;
    -        MYBLOB *rgSetBlob;
    -        int totSize;
    -
    -	if (a == NULL) return(0);
    -	for (i=sk_OPENSSL_BLOCK_num(a)-1; i>=0; i--)
    -		ret+=i2d(sk_OPENSSL_BLOCK_value(a,i),NULL);
    -	r=ASN1_object_size(1,ret,ex_tag);
    -	if (pp == NULL) return(r);
    -
    -	p= *pp;
    -	ASN1_put_object(&p,1,ret,ex_tag,ex_class);
    +                 i2d_of_void *i2d, int ex_tag, int ex_class, int is_set)
    +{
    +    int ret = 0, r;
    +    int i;
    +    unsigned char *p;
    +    unsigned char *pStart, *pTempMem;
    +    MYBLOB *rgSetBlob;
    +    int totSize;
    +
    +    if (a == NULL)
    +        return (0);
    +    for (i = sk_OPENSSL_BLOCK_num(a) - 1; i >= 0; i--)
    +        ret += i2d(sk_OPENSSL_BLOCK_value(a, i), NULL);
    +    r = ASN1_object_size(1, ret, ex_tag);
    +    if (pp == NULL)
    +        return (r);
    +
    +    p = *pp;
    +    ASN1_put_object(&p, 1, ret, ex_tag, ex_class);
     
     /* Modified by gp@nsj.co.jp */
    -	/* And then again by Ben */
    -	/* And again by Steve */
    -
    -	if(!is_set || (sk_OPENSSL_BLOCK_num(a) < 2))
    -		{
    -		for (i=0; i c.max)
    -		{
    -		ASN1err(ASN1_F_D2I_ASN1_SET,ASN1_R_LENGTH_ERROR);
    -		goto err;
    -		}
    -	/* check for infinite constructed - it can be as long
    -	 * as the amount of data passed to us */
    -	if (c.inf == (V_ASN1_CONSTRUCTED+1))
    -		c.slen=length+ *pp-c.p;
    -	c.max=c.p+c.slen;
    -
    -	while (c.p < c.max)
    -		{
    -		char *s;
    -
    -		if (M_ASN1_D2I_end_sequence()) break;
    -		/* XXX: This was called with 4 arguments, incorrectly, it seems
    -		   if ((s=func(NULL,&c.p,c.slen,c.max-c.p)) == NULL) */
    -		if ((s=d2i(NULL,&c.p,c.slen)) == NULL)
    -			{
    -			ASN1err(ASN1_F_D2I_ASN1_SET,ASN1_R_ERROR_PARSING_SET_ELEMENT);
    -			asn1_add_error(*pp,(int)(c.p- *pp));
    -			goto err;
    -			}
    -		if (!sk_OPENSSL_BLOCK_push(ret,s)) goto err;
    -		}
    -	if (a != NULL) (*a)=ret;
    -	*pp=c.p;
    -	return(ret);
    -err:
    -	if ((ret != NULL) && ((a == NULL) || (*a != ret)))
    -		{
    -		if (free_func != NULL)
    -			sk_OPENSSL_BLOCK_pop_free(ret,free_func);
    -		else
    -			sk_OPENSSL_BLOCK_free(ret);
    -		}
    -	return(NULL);
    -	}
    +                                      const unsigned char **pp,
    +                                      long length, d2i_of_void *d2i,
    +                                      void (*free_func) (OPENSSL_BLOCK),
    +                                      int ex_tag, int ex_class)
    +{
    +    ASN1_const_CTX c;
    +    STACK_OF(OPENSSL_BLOCK) *ret = NULL;
    +
    +    if ((a == NULL) || ((*a) == NULL)) {
    +        if ((ret = sk_OPENSSL_BLOCK_new_null()) == NULL) {
    +            ASN1err(ASN1_F_D2I_ASN1_SET, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +    } else
    +        ret = (*a);
    +
    +    c.p = *pp;
    +    c.max = (length == 0) ? 0 : (c.p + length);
    +
    +    c.inf = ASN1_get_object(&c.p, &c.slen, &c.tag, &c.xclass, c.max - c.p);
    +    if (c.inf & 0x80)
    +        goto err;
    +    if (ex_class != c.xclass) {
    +        ASN1err(ASN1_F_D2I_ASN1_SET, ASN1_R_BAD_CLASS);
    +        goto err;
    +    }
    +    if (ex_tag != c.tag) {
    +        ASN1err(ASN1_F_D2I_ASN1_SET, ASN1_R_BAD_TAG);
    +        goto err;
    +    }
    +    if ((c.slen + c.p) > c.max) {
    +        ASN1err(ASN1_F_D2I_ASN1_SET, ASN1_R_LENGTH_ERROR);
    +        goto err;
    +    }
    +    /*
    +     * check for infinite constructed - it can be as long as the amount of
    +     * data passed to us
    +     */
    +    if (c.inf == (V_ASN1_CONSTRUCTED + 1))
    +        c.slen = length + *pp - c.p;
    +    c.max = c.p + c.slen;
    +
    +    while (c.p < c.max) {
    +        char *s;
    +
    +        if (M_ASN1_D2I_end_sequence())
    +            break;
    +        /*
    +         * XXX: This was called with 4 arguments, incorrectly, it seems if
    +         * ((s=func(NULL,&c.p,c.slen,c.max-c.p)) == NULL)
    +         */
    +        if ((s = d2i(NULL, &c.p, c.slen)) == NULL) {
    +            ASN1err(ASN1_F_D2I_ASN1_SET, ASN1_R_ERROR_PARSING_SET_ELEMENT);
    +            asn1_add_error(*pp, (int)(c.p - *pp));
    +            goto err;
    +        }
    +        if (!sk_OPENSSL_BLOCK_push(ret, s))
    +            goto err;
    +    }
    +    if (a != NULL)
    +        (*a) = ret;
    +    *pp = c.p;
    +    return (ret);
    + err:
    +    if ((ret != NULL) && ((a == NULL) || (*a != ret))) {
    +        if (free_func != NULL)
    +            sk_OPENSSL_BLOCK_pop_free(ret, free_func);
    +        else
    +            sk_OPENSSL_BLOCK_free(ret);
    +    }
    +    return (NULL);
    +}
     
     #endif
    diff --git a/openssl/crypto/asn1/a_sign.c b/openssl/crypto/asn1/a_sign.c
    index 7b4a193d6..51c6a0c34 100644
    --- a/openssl/crypto/asn1/a_sign.c
    +++ b/openssl/crypto/asn1/a_sign.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,7 +63,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -128,206 +128,204 @@
     #ifndef NO_ASN1_OLD
     
     int ASN1_sign(i2d_of_void *i2d, X509_ALGOR *algor1, X509_ALGOR *algor2,
    -	      ASN1_BIT_STRING *signature, char *data, EVP_PKEY *pkey,
    -	      const EVP_MD *type)
    -	{
    -	EVP_MD_CTX ctx;
    -	unsigned char *p,*buf_in=NULL,*buf_out=NULL;
    -	int i,inl=0,outl=0,outll=0;
    -	X509_ALGOR *a;
    +              ASN1_BIT_STRING *signature, char *data, EVP_PKEY *pkey,
    +              const EVP_MD *type)
    +{
    +    EVP_MD_CTX ctx;
    +    unsigned char *p, *buf_in = NULL, *buf_out = NULL;
    +    int i, inl = 0, outl = 0, outll = 0;
    +    X509_ALGOR *a;
     
    -	EVP_MD_CTX_init(&ctx);
    -	for (i=0; i<2; i++)
    -		{
    -		if (i == 0)
    -			a=algor1;
    -		else
    -			a=algor2;
    -		if (a == NULL) continue;
    -                if (type->pkey_type == NID_dsaWithSHA1)
    -			{
    -			/* special case: RFC 2459 tells us to omit 'parameters'
    -			 * with id-dsa-with-sha1 */
    -			ASN1_TYPE_free(a->parameter);
    -			a->parameter = NULL;
    -			}
    -		else if ((a->parameter == NULL) || 
    -			(a->parameter->type != V_ASN1_NULL))
    -			{
    -			ASN1_TYPE_free(a->parameter);
    -			if ((a->parameter=ASN1_TYPE_new()) == NULL) goto err;
    -			a->parameter->type=V_ASN1_NULL;
    -			}
    -		ASN1_OBJECT_free(a->algorithm);
    -		a->algorithm=OBJ_nid2obj(type->pkey_type);
    -		if (a->algorithm == NULL)
    -			{
    -			ASN1err(ASN1_F_ASN1_SIGN,ASN1_R_UNKNOWN_OBJECT_TYPE);
    -			goto err;
    -			}
    -		if (a->algorithm->length == 0)
    -			{
    -			ASN1err(ASN1_F_ASN1_SIGN,ASN1_R_THE_ASN1_OBJECT_IDENTIFIER_IS_NOT_KNOWN_FOR_THIS_MD);
    -			goto err;
    -			}
    -		}
    -	inl=i2d(data,NULL);
    -	buf_in=(unsigned char *)OPENSSL_malloc((unsigned int)inl);
    -	outll=outl=EVP_PKEY_size(pkey);
    -	buf_out=(unsigned char *)OPENSSL_malloc((unsigned int)outl);
    -	if ((buf_in == NULL) || (buf_out == NULL))
    -		{
    -		outl=0;
    -		ASN1err(ASN1_F_ASN1_SIGN,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -	p=buf_in;
    +    EVP_MD_CTX_init(&ctx);
    +    for (i = 0; i < 2; i++) {
    +        if (i == 0)
    +            a = algor1;
    +        else
    +            a = algor2;
    +        if (a == NULL)
    +            continue;
    +        if (type->pkey_type == NID_dsaWithSHA1) {
    +            /*
    +             * special case: RFC 2459 tells us to omit 'parameters' with
    +             * id-dsa-with-sha1
    +             */
    +            ASN1_TYPE_free(a->parameter);
    +            a->parameter = NULL;
    +        } else if ((a->parameter == NULL) ||
    +                   (a->parameter->type != V_ASN1_NULL)) {
    +            ASN1_TYPE_free(a->parameter);
    +            if ((a->parameter = ASN1_TYPE_new()) == NULL)
    +                goto err;
    +            a->parameter->type = V_ASN1_NULL;
    +        }
    +        ASN1_OBJECT_free(a->algorithm);
    +        a->algorithm = OBJ_nid2obj(type->pkey_type);
    +        if (a->algorithm == NULL) {
    +            ASN1err(ASN1_F_ASN1_SIGN, ASN1_R_UNKNOWN_OBJECT_TYPE);
    +            goto err;
    +        }
    +        if (a->algorithm->length == 0) {
    +            ASN1err(ASN1_F_ASN1_SIGN,
    +                    ASN1_R_THE_ASN1_OBJECT_IDENTIFIER_IS_NOT_KNOWN_FOR_THIS_MD);
    +            goto err;
    +        }
    +    }
    +    inl = i2d(data, NULL);
    +    buf_in = (unsigned char *)OPENSSL_malloc((unsigned int)inl);
    +    outll = outl = EVP_PKEY_size(pkey);
    +    buf_out = (unsigned char *)OPENSSL_malloc((unsigned int)outl);
    +    if ((buf_in == NULL) || (buf_out == NULL)) {
    +        outl = 0;
    +        ASN1err(ASN1_F_ASN1_SIGN, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +    p = buf_in;
     
    -	i2d(data,&p);
    -	if (!EVP_SignInit_ex(&ctx,type, NULL)
    -		|| !EVP_SignUpdate(&ctx,(unsigned char *)buf_in,inl)
    -		|| !EVP_SignFinal(&ctx,(unsigned char *)buf_out,
    -			(unsigned int *)&outl,pkey))
    -		{
    -		outl=0;
    -		ASN1err(ASN1_F_ASN1_SIGN,ERR_R_EVP_LIB);
    -		goto err;
    -		}
    -	if (signature->data != NULL) OPENSSL_free(signature->data);
    -	signature->data=buf_out;
    -	buf_out=NULL;
    -	signature->length=outl;
    -	/* In the interests of compatibility, I'll make sure that
    -	 * the bit string has a 'not-used bits' value of 0
    -	 */
    -	signature->flags&= ~(ASN1_STRING_FLAG_BITS_LEFT|0x07);
    -	signature->flags|=ASN1_STRING_FLAG_BITS_LEFT;
    -err:
    -	EVP_MD_CTX_cleanup(&ctx);
    -	if (buf_in != NULL)
    -		{ OPENSSL_cleanse((char *)buf_in,(unsigned int)inl); OPENSSL_free(buf_in); }
    -	if (buf_out != NULL)
    -		{ OPENSSL_cleanse((char *)buf_out,outll); OPENSSL_free(buf_out); }
    -	return(outl);
    -	}
    +    i2d(data, &p);
    +    if (!EVP_SignInit_ex(&ctx, type, NULL)
    +        || !EVP_SignUpdate(&ctx, (unsigned char *)buf_in, inl)
    +        || !EVP_SignFinal(&ctx, (unsigned char *)buf_out,
    +                          (unsigned int *)&outl, pkey)) {
    +        outl = 0;
    +        ASN1err(ASN1_F_ASN1_SIGN, ERR_R_EVP_LIB);
    +        goto err;
    +    }
    +    if (signature->data != NULL)
    +        OPENSSL_free(signature->data);
    +    signature->data = buf_out;
    +    buf_out = NULL;
    +    signature->length = outl;
    +    /*
    +     * In the interests of compatibility, I'll make sure that the bit string
    +     * has a 'not-used bits' value of 0
    +     */
    +    signature->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07);
    +    signature->flags |= ASN1_STRING_FLAG_BITS_LEFT;
    + err:
    +    EVP_MD_CTX_cleanup(&ctx);
    +    if (buf_in != NULL) {
    +        OPENSSL_cleanse((char *)buf_in, (unsigned int)inl);
    +        OPENSSL_free(buf_in);
    +    }
    +    if (buf_out != NULL) {
    +        OPENSSL_cleanse((char *)buf_out, outll);
    +        OPENSSL_free(buf_out);
    +    }
    +    return (outl);
    +}
     
     #endif
     
    -int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2,
    -	     ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey,
    -	     const EVP_MD *type)
    -	{
    -	EVP_MD_CTX ctx;
    -	EVP_MD_CTX_init(&ctx);
    -	if (!EVP_DigestSignInit(&ctx, NULL, type, NULL, pkey))
    -		{
    -		EVP_MD_CTX_cleanup(&ctx);
    -		return 0;
    -		}
    -	return ASN1_item_sign_ctx(it, algor1, algor2, signature, asn, &ctx);
    -	}
    -		
    +int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1,
    +                   X509_ALGOR *algor2, ASN1_BIT_STRING *signature, void *asn,
    +                   EVP_PKEY *pkey, const EVP_MD *type)
    +{
    +    EVP_MD_CTX ctx;
    +    EVP_MD_CTX_init(&ctx);
    +    if (!EVP_DigestSignInit(&ctx, NULL, type, NULL, pkey)) {
    +        EVP_MD_CTX_cleanup(&ctx);
    +        return 0;
    +    }
    +    return ASN1_item_sign_ctx(it, algor1, algor2, signature, asn, &ctx);
    +}
     
     int ASN1_item_sign_ctx(const ASN1_ITEM *it,
    -		X509_ALGOR *algor1, X509_ALGOR *algor2,
    -	     	ASN1_BIT_STRING *signature, void *asn, EVP_MD_CTX *ctx)
    -	{
    -	const EVP_MD *type;
    -	EVP_PKEY *pkey;
    -	unsigned char *buf_in=NULL,*buf_out=NULL;
    -	size_t inl=0,outl=0,outll=0;
    -	int signid, paramtype;
    -	int rv;
    +                       X509_ALGOR *algor1, X509_ALGOR *algor2,
    +                       ASN1_BIT_STRING *signature, void *asn, EVP_MD_CTX *ctx)
    +{
    +    const EVP_MD *type;
    +    EVP_PKEY *pkey;
    +    unsigned char *buf_in = NULL, *buf_out = NULL;
    +    size_t inl = 0, outl = 0, outll = 0;
    +    int signid, paramtype;
    +    int rv;
     
    -	type = EVP_MD_CTX_md(ctx);
    -	pkey = EVP_PKEY_CTX_get0_pkey(ctx->pctx);
    +    type = EVP_MD_CTX_md(ctx);
    +    pkey = EVP_PKEY_CTX_get0_pkey(ctx->pctx);
     
    -	if (!type || !pkey)
    -		{
    -		ASN1err(ASN1_F_ASN1_ITEM_SIGN_CTX, ASN1_R_CONTEXT_NOT_INITIALISED);
    -		return 0;
    -		}
    +    if (!type || !pkey) {
    +        ASN1err(ASN1_F_ASN1_ITEM_SIGN_CTX, ASN1_R_CONTEXT_NOT_INITIALISED);
    +        return 0;
    +    }
     
    -	if (pkey->ameth->item_sign)
    -		{
    -		rv = pkey->ameth->item_sign(ctx, it, asn, algor1, algor2,
    -						signature);
    -		if (rv == 1)
    -			outl = signature->length;
    -		/* Return value meanings:
    -		 * <=0: error.
    -		 *   1: method does everything.
    -		 *   2: carry on as normal.
    -		 *   3: ASN1 method sets algorithm identifiers: just sign.
    -		 */
    -		if (rv <= 0)
    -			ASN1err(ASN1_F_ASN1_ITEM_SIGN_CTX, ERR_R_EVP_LIB);
    -		if (rv <= 1)
    -			goto err;
    -		}
    -	else
    -		rv = 2;
    +    if (pkey->ameth->item_sign) {
    +        rv = pkey->ameth->item_sign(ctx, it, asn, algor1, algor2, signature);
    +        if (rv == 1)
    +            outl = signature->length;
    +        /*-
    +         * Return value meanings:
    +         * <=0: error.
    +         *   1: method does everything.
    +         *   2: carry on as normal.
    +         *   3: ASN1 method sets algorithm identifiers: just sign.
    +         */
    +        if (rv <= 0)
    +            ASN1err(ASN1_F_ASN1_ITEM_SIGN_CTX, ERR_R_EVP_LIB);
    +        if (rv <= 1)
    +            goto err;
    +    } else
    +        rv = 2;
     
    -	if (rv == 2)
    -		{
    -		if (type->flags & EVP_MD_FLAG_PKEY_METHOD_SIGNATURE)
    -			{
    -			if (!pkey->ameth ||
    -				!OBJ_find_sigid_by_algs(&signid,
    -							EVP_MD_nid(type),
    -							pkey->ameth->pkey_id))
    -				{
    -				ASN1err(ASN1_F_ASN1_ITEM_SIGN_CTX,
    -					ASN1_R_DIGEST_AND_KEY_TYPE_NOT_SUPPORTED);
    -				return 0;
    -				}
    -			}
    -		else
    -			signid = type->pkey_type;
    +    if (rv == 2) {
    +        if (type->flags & EVP_MD_FLAG_PKEY_METHOD_SIGNATURE) {
    +            if (!pkey->ameth ||
    +                !OBJ_find_sigid_by_algs(&signid,
    +                                        EVP_MD_nid(type),
    +                                        pkey->ameth->pkey_id)) {
    +                ASN1err(ASN1_F_ASN1_ITEM_SIGN_CTX,
    +                        ASN1_R_DIGEST_AND_KEY_TYPE_NOT_SUPPORTED);
    +                return 0;
    +            }
    +        } else
    +            signid = type->pkey_type;
     
    -		if (pkey->ameth->pkey_flags & ASN1_PKEY_SIGPARAM_NULL)
    -			paramtype = V_ASN1_NULL;
    -		else
    -			paramtype = V_ASN1_UNDEF;
    +        if (pkey->ameth->pkey_flags & ASN1_PKEY_SIGPARAM_NULL)
    +            paramtype = V_ASN1_NULL;
    +        else
    +            paramtype = V_ASN1_UNDEF;
     
    -		if (algor1)
    -			X509_ALGOR_set0(algor1, OBJ_nid2obj(signid), paramtype, NULL);
    -		if (algor2)
    -			X509_ALGOR_set0(algor2, OBJ_nid2obj(signid), paramtype, NULL);
    +        if (algor1)
    +            X509_ALGOR_set0(algor1, OBJ_nid2obj(signid), paramtype, NULL);
    +        if (algor2)
    +            X509_ALGOR_set0(algor2, OBJ_nid2obj(signid), paramtype, NULL);
     
    -		}
    +    }
     
    -	inl=ASN1_item_i2d(asn,&buf_in, it);
    -	outll=outl=EVP_PKEY_size(pkey);
    -	buf_out=OPENSSL_malloc((unsigned int)outl);
    -	if ((buf_in == NULL) || (buf_out == NULL))
    -		{
    -		outl=0;
    -		ASN1err(ASN1_F_ASN1_ITEM_SIGN_CTX,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    +    inl = ASN1_item_i2d(asn, &buf_in, it);
    +    outll = outl = EVP_PKEY_size(pkey);
    +    buf_out = OPENSSL_malloc((unsigned int)outl);
    +    if ((buf_in == NULL) || (buf_out == NULL)) {
    +        outl = 0;
    +        ASN1err(ASN1_F_ASN1_ITEM_SIGN_CTX, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
     
    -	if (!EVP_DigestSignUpdate(ctx, buf_in, inl)
    -		|| !EVP_DigestSignFinal(ctx, buf_out, &outl))
    -		{
    -		outl=0;
    -		ASN1err(ASN1_F_ASN1_ITEM_SIGN_CTX,ERR_R_EVP_LIB);
    -		goto err;
    -		}
    -	if (signature->data != NULL) OPENSSL_free(signature->data);
    -	signature->data=buf_out;
    -	buf_out=NULL;
    -	signature->length=outl;
    -	/* In the interests of compatibility, I'll make sure that
    -	 * the bit string has a 'not-used bits' value of 0
    -	 */
    -	signature->flags&= ~(ASN1_STRING_FLAG_BITS_LEFT|0x07);
    -	signature->flags|=ASN1_STRING_FLAG_BITS_LEFT;
    -err:
    -	EVP_MD_CTX_cleanup(ctx);
    -	if (buf_in != NULL)
    -		{ OPENSSL_cleanse((char *)buf_in,(unsigned int)inl); OPENSSL_free(buf_in); }
    -	if (buf_out != NULL)
    -		{ OPENSSL_cleanse((char *)buf_out,outll); OPENSSL_free(buf_out); }
    -	return(outl);
    -	}
    +    if (!EVP_DigestSignUpdate(ctx, buf_in, inl)
    +        || !EVP_DigestSignFinal(ctx, buf_out, &outl)) {
    +        outl = 0;
    +        ASN1err(ASN1_F_ASN1_ITEM_SIGN_CTX, ERR_R_EVP_LIB);
    +        goto err;
    +    }
    +    if (signature->data != NULL)
    +        OPENSSL_free(signature->data);
    +    signature->data = buf_out;
    +    buf_out = NULL;
    +    signature->length = outl;
    +    /*
    +     * In the interests of compatibility, I'll make sure that the bit string
    +     * has a 'not-used bits' value of 0
    +     */
    +    signature->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07);
    +    signature->flags |= ASN1_STRING_FLAG_BITS_LEFT;
    + err:
    +    EVP_MD_CTX_cleanup(ctx);
    +    if (buf_in != NULL) {
    +        OPENSSL_cleanse((char *)buf_in, (unsigned int)inl);
    +        OPENSSL_free(buf_in);
    +    }
    +    if (buf_out != NULL) {
    +        OPENSSL_cleanse((char *)buf_out, outll);
    +        OPENSSL_free(buf_out);
    +    }
    +    return (outl);
    +}
    diff --git a/openssl/crypto/asn1/a_strex.c b/openssl/crypto/asn1/a_strex.c
    index 8fb4193bc..35fd44cd2 100644
    --- a/openssl/crypto/asn1/a_strex.c
    +++ b/openssl/crypto/asn1/a_strex.c
    @@ -1,6 +1,7 @@
     /* a_strex.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 2000 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -65,512 +66,584 @@
     
     #include "charmap.h"
     
    -/* ASN1_STRING_print_ex() and X509_NAME_print_ex().
    - * Enhanced string and name printing routines handling
    - * multibyte characters, RFC2253 and a host of other
    - * options.
    +/*
    + * ASN1_STRING_print_ex() and X509_NAME_print_ex(). Enhanced string and name
    + * printing routines handling multibyte characters, RFC2253 and a host of
    + * other options.
      */
     
    -
    -#define CHARTYPE_BS_ESC		(ASN1_STRFLGS_ESC_2253 | CHARTYPE_FIRST_ESC_2253 | CHARTYPE_LAST_ESC_2253)
    +#define CHARTYPE_BS_ESC         (ASN1_STRFLGS_ESC_2253 | CHARTYPE_FIRST_ESC_2253 | CHARTYPE_LAST_ESC_2253)
     
     #define ESC_FLAGS (ASN1_STRFLGS_ESC_2253 | \
    -		  ASN1_STRFLGS_ESC_QUOTE | \
    -		  ASN1_STRFLGS_ESC_CTRL | \
    -		  ASN1_STRFLGS_ESC_MSB)
    -
    +                  ASN1_STRFLGS_ESC_QUOTE | \
    +                  ASN1_STRFLGS_ESC_CTRL | \
    +                  ASN1_STRFLGS_ESC_MSB)
     
    -/* Three IO functions for sending data to memory, a BIO and
    - * and a FILE pointer.
    +/*
    + * Three IO functions for sending data to memory, a BIO and and a FILE
    + * pointer.
      */
    -#if 0				/* never used */
    +#if 0                           /* never used */
     static int send_mem_chars(void *arg, const void *buf, int len)
     {
    -	unsigned char **out = arg;
    -	if(!out) return 1;
    -	memcpy(*out, buf, len);
    -	*out += len;
    -	return 1;
    +    unsigned char **out = arg;
    +    if (!out)
    +        return 1;
    +    memcpy(*out, buf, len);
    +    *out += len;
    +    return 1;
     }
     #endif
     
     static int send_bio_chars(void *arg, const void *buf, int len)
     {
    -	if(!arg) return 1;
    -	if(BIO_write(arg, buf, len) != len) return 0;
    -	return 1;
    +    if (!arg)
    +        return 1;
    +    if (BIO_write(arg, buf, len) != len)
    +        return 0;
    +    return 1;
     }
     
     static int send_fp_chars(void *arg, const void *buf, int len)
     {
    -	if(!arg) return 1;
    -	if(fwrite(buf, 1, len, arg) != (unsigned int)len) return 0;
    -	return 1;
    +    if (!arg)
    +        return 1;
    +    if (fwrite(buf, 1, len, arg) != (unsigned int)len)
    +        return 0;
    +    return 1;
     }
     
    -typedef int char_io(void *arg, const void *buf, int len);
    +typedef int char_io (void *arg, const void *buf, int len);
     
    -/* This function handles display of
    - * strings, one character at a time.
    - * It is passed an unsigned long for each
    - * character because it could come from 2 or even
    - * 4 byte forms.
    +/*
    + * This function handles display of strings, one character at a time. It is
    + * passed an unsigned long for each character because it could come from 2 or
    + * even 4 byte forms.
      */
     
    -static int do_esc_char(unsigned long c, unsigned char flags, char *do_quotes, char_io *io_ch, void *arg)
    +static int do_esc_char(unsigned long c, unsigned char flags, char *do_quotes,
    +                       char_io *io_ch, void *arg)
     {
    -	unsigned char chflgs, chtmp;
    -	char tmphex[HEX_SIZE(long)+3];
    -
    -	if(c > 0xffffffffL)
    -		return -1;
    -	if(c > 0xffff) {
    -		BIO_snprintf(tmphex, sizeof tmphex, "\\W%08lX", c);
    -		if(!io_ch(arg, tmphex, 10)) return -1;
    -		return 10;
    -	}
    -	if(c > 0xff) {
    -		BIO_snprintf(tmphex, sizeof tmphex, "\\U%04lX", c);
    -		if(!io_ch(arg, tmphex, 6)) return -1;
    -		return 6;
    -	}
    -	chtmp = (unsigned char)c;
    -	if(chtmp > 0x7f) chflgs = flags & ASN1_STRFLGS_ESC_MSB;
    -	else chflgs = char_type[chtmp] & flags;
    -	if(chflgs & CHARTYPE_BS_ESC) {
    -		/* If we don't escape with quotes, signal we need quotes */
    -		if(chflgs & ASN1_STRFLGS_ESC_QUOTE) {
    -			if(do_quotes) *do_quotes = 1;
    -			if(!io_ch(arg, &chtmp, 1)) return -1;
    -			return 1;
    -		}
    -		if(!io_ch(arg, "\\", 1)) return -1;
    -		if(!io_ch(arg, &chtmp, 1)) return -1;
    -		return 2;
    -	}
    -	if(chflgs & (ASN1_STRFLGS_ESC_CTRL|ASN1_STRFLGS_ESC_MSB)) {
    -		BIO_snprintf(tmphex, 11, "\\%02X", chtmp);
    -		if(!io_ch(arg, tmphex, 3)) return -1;
    -		return 3;
    -	}
    -	/* If we get this far and do any escaping at all must escape 
    -	 * the escape character itself: backslash.
    -	 */
    -	if (chtmp == '\\' && flags & ESC_FLAGS) {
    -		if(!io_ch(arg, "\\\\", 2)) return -1;
    -		return 2;
    -	}
    -	if(!io_ch(arg, &chtmp, 1)) return -1;
    -	return 1;
    +    unsigned char chflgs, chtmp;
    +    char tmphex[HEX_SIZE(long) + 3];
    +
    +    if (c > 0xffffffffL)
    +        return -1;
    +    if (c > 0xffff) {
    +        BIO_snprintf(tmphex, sizeof tmphex, "\\W%08lX", c);
    +        if (!io_ch(arg, tmphex, 10))
    +            return -1;
    +        return 10;
    +    }
    +    if (c > 0xff) {
    +        BIO_snprintf(tmphex, sizeof tmphex, "\\U%04lX", c);
    +        if (!io_ch(arg, tmphex, 6))
    +            return -1;
    +        return 6;
    +    }
    +    chtmp = (unsigned char)c;
    +    if (chtmp > 0x7f)
    +        chflgs = flags & ASN1_STRFLGS_ESC_MSB;
    +    else
    +        chflgs = char_type[chtmp] & flags;
    +    if (chflgs & CHARTYPE_BS_ESC) {
    +        /* If we don't escape with quotes, signal we need quotes */
    +        if (chflgs & ASN1_STRFLGS_ESC_QUOTE) {
    +            if (do_quotes)
    +                *do_quotes = 1;
    +            if (!io_ch(arg, &chtmp, 1))
    +                return -1;
    +            return 1;
    +        }
    +        if (!io_ch(arg, "\\", 1))
    +            return -1;
    +        if (!io_ch(arg, &chtmp, 1))
    +            return -1;
    +        return 2;
    +    }
    +    if (chflgs & (ASN1_STRFLGS_ESC_CTRL | ASN1_STRFLGS_ESC_MSB)) {
    +        BIO_snprintf(tmphex, 11, "\\%02X", chtmp);
    +        if (!io_ch(arg, tmphex, 3))
    +            return -1;
    +        return 3;
    +    }
    +    /*
    +     * If we get this far and do any escaping at all must escape the escape
    +     * character itself: backslash.
    +     */
    +    if (chtmp == '\\' && flags & ESC_FLAGS) {
    +        if (!io_ch(arg, "\\\\", 2))
    +            return -1;
    +        return 2;
    +    }
    +    if (!io_ch(arg, &chtmp, 1))
    +        return -1;
    +    return 1;
     }
     
    -#define BUF_TYPE_WIDTH_MASK	0x7
    -#define BUF_TYPE_CONVUTF8	0x8
    +#define BUF_TYPE_WIDTH_MASK     0x7
    +#define BUF_TYPE_CONVUTF8       0x8
     
    -/* This function sends each character in a buffer to
    - * do_esc_char(). It interprets the content formats
    - * and converts to or from UTF8 as appropriate.
    +/*
    + * This function sends each character in a buffer to do_esc_char(). It
    + * interprets the content formats and converts to or from UTF8 as
    + * appropriate.
      */
     
     static int do_buf(unsigned char *buf, int buflen,
    -			int type, unsigned char flags, char *quotes, char_io *io_ch, void *arg)
    +                  int type, unsigned char flags, char *quotes, char_io *io_ch,
    +                  void *arg)
     {
    -	int i, outlen, len;
    -	unsigned char orflags, *p, *q;
    -	unsigned long c;
    -	p = buf;
    -	q = buf + buflen;
    -	outlen = 0;
    -	while(p != q) {
    -		if(p == buf && flags & ASN1_STRFLGS_ESC_2253) orflags = CHARTYPE_FIRST_ESC_2253;
    -		else orflags = 0;
    -		switch(type & BUF_TYPE_WIDTH_MASK) {
    -			case 4:
    -			c = ((unsigned long)*p++) << 24;
    -			c |= ((unsigned long)*p++) << 16;
    -			c |= ((unsigned long)*p++) << 8;
    -			c |= *p++;
    -			break;
    -
    -			case 2:
    -			c = ((unsigned long)*p++) << 8;
    -			c |= *p++;
    -			break;
    -
    -			case 1:
    -			c = *p++;
    -			break;
    -			
    -			case 0:
    -			i = UTF8_getc(p, buflen, &c);
    -			if(i < 0) return -1;	/* Invalid UTF8String */
    -			p += i;
    -			break;
    -			default:
    -			return -1;	/* invalid width */
    -		}
    -		if (p == q && flags & ASN1_STRFLGS_ESC_2253) orflags = CHARTYPE_LAST_ESC_2253;
    -		if(type & BUF_TYPE_CONVUTF8) {
    -			unsigned char utfbuf[6];
    -			int utflen;
    -			utflen = UTF8_putc(utfbuf, sizeof utfbuf, c);
    -			for(i = 0; i < utflen; i++) {
    -				/* We don't need to worry about setting orflags correctly
    -				 * because if utflen==1 its value will be correct anyway 
    -				 * otherwise each character will be > 0x7f and so the 
    -				 * character will never be escaped on first and last.
    -				 */
    -				len = do_esc_char(utfbuf[i], (unsigned char)(flags | orflags), quotes, io_ch, arg);
    -				if(len < 0) return -1;
    -				outlen += len;
    -			}
    -		} else {
    -			len = do_esc_char(c, (unsigned char)(flags | orflags), quotes, io_ch, arg);
    -			if(len < 0) return -1;
    -			outlen += len;
    -		}
    -	}
    -	return outlen;
    +    int i, outlen, len;
    +    unsigned char orflags, *p, *q;
    +    unsigned long c;
    +    p = buf;
    +    q = buf + buflen;
    +    outlen = 0;
    +    while (p != q) {
    +        if (p == buf && flags & ASN1_STRFLGS_ESC_2253)
    +            orflags = CHARTYPE_FIRST_ESC_2253;
    +        else
    +            orflags = 0;
    +        switch (type & BUF_TYPE_WIDTH_MASK) {
    +        case 4:
    +            c = ((unsigned long)*p++) << 24;
    +            c |= ((unsigned long)*p++) << 16;
    +            c |= ((unsigned long)*p++) << 8;
    +            c |= *p++;
    +            break;
    +
    +        case 2:
    +            c = ((unsigned long)*p++) << 8;
    +            c |= *p++;
    +            break;
    +
    +        case 1:
    +            c = *p++;
    +            break;
    +
    +        case 0:
    +            i = UTF8_getc(p, buflen, &c);
    +            if (i < 0)
    +                return -1;      /* Invalid UTF8String */
    +            p += i;
    +            break;
    +        default:
    +            return -1;          /* invalid width */
    +        }
    +        if (p == q && flags & ASN1_STRFLGS_ESC_2253)
    +            orflags = CHARTYPE_LAST_ESC_2253;
    +        if (type & BUF_TYPE_CONVUTF8) {
    +            unsigned char utfbuf[6];
    +            int utflen;
    +            utflen = UTF8_putc(utfbuf, sizeof utfbuf, c);
    +            for (i = 0; i < utflen; i++) {
    +                /*
    +                 * We don't need to worry about setting orflags correctly
    +                 * because if utflen==1 its value will be correct anyway
    +                 * otherwise each character will be > 0x7f and so the
    +                 * character will never be escaped on first and last.
    +                 */
    +                len =
    +                    do_esc_char(utfbuf[i], (unsigned char)(flags | orflags),
    +                                quotes, io_ch, arg);
    +                if (len < 0)
    +                    return -1;
    +                outlen += len;
    +            }
    +        } else {
    +            len =
    +                do_esc_char(c, (unsigned char)(flags | orflags), quotes,
    +                            io_ch, arg);
    +            if (len < 0)
    +                return -1;
    +            outlen += len;
    +        }
    +    }
    +    return outlen;
     }
     
     /* This function hex dumps a buffer of characters */
     
    -static int do_hex_dump(char_io *io_ch, void *arg, unsigned char *buf, int buflen)
    +static int do_hex_dump(char_io *io_ch, void *arg, unsigned char *buf,
    +                       int buflen)
     {
    -	static const char hexdig[] = "0123456789ABCDEF";
    -	unsigned char *p, *q;
    -	char hextmp[2];
    -	if(arg) {
    -		p = buf;
    -		q = buf + buflen;
    -		while(p != q) {
    -			hextmp[0] = hexdig[*p >> 4];
    -			hextmp[1] = hexdig[*p & 0xf];
    -			if(!io_ch(arg, hextmp, 2)) return -1;
    -			p++;
    -		}
    -	}
    -	return buflen << 1;
    +    static const char hexdig[] = "0123456789ABCDEF";
    +    unsigned char *p, *q;
    +    char hextmp[2];
    +    if (arg) {
    +        p = buf;
    +        q = buf + buflen;
    +        while (p != q) {
    +            hextmp[0] = hexdig[*p >> 4];
    +            hextmp[1] = hexdig[*p & 0xf];
    +            if (!io_ch(arg, hextmp, 2))
    +                return -1;
    +            p++;
    +        }
    +    }
    +    return buflen << 1;
     }
     
    -/* "dump" a string. This is done when the type is unknown,
    - * or the flags request it. We can either dump the content
    - * octets or the entire DER encoding. This uses the RFC2253
    - * #01234 format.
    +/*
    + * "dump" a string. This is done when the type is unknown, or the flags
    + * request it. We can either dump the content octets or the entire DER
    + * encoding. This uses the RFC2253 #01234 format.
      */
     
    -static int do_dump(unsigned long lflags, char_io *io_ch, void *arg, ASN1_STRING *str)
    +static int do_dump(unsigned long lflags, char_io *io_ch, void *arg,
    +                   ASN1_STRING *str)
     {
    -	/* Placing the ASN1_STRING in a temp ASN1_TYPE allows
    -	 * the DER encoding to readily obtained
    -	 */
    -	ASN1_TYPE t;
    -	unsigned char *der_buf, *p;
    -	int outlen, der_len;
    -
    -	if(!io_ch(arg, "#", 1)) return -1;
    -	/* If we don't dump DER encoding just dump content octets */
    -	if(!(lflags & ASN1_STRFLGS_DUMP_DER)) {
    -		outlen = do_hex_dump(io_ch, arg, str->data, str->length);
    -		if(outlen < 0) return -1;
    -		return outlen + 1;
    -	}
    -	t.type = str->type;
    -	t.value.ptr = (char *)str;
    -	der_len = i2d_ASN1_TYPE(&t, NULL);
    -	der_buf = OPENSSL_malloc(der_len);
    -	if(!der_buf) return -1;
    -	p = der_buf;
    -	i2d_ASN1_TYPE(&t, &p);
    -	outlen = do_hex_dump(io_ch, arg, der_buf, der_len);
    -	OPENSSL_free(der_buf);
    -	if(outlen < 0) return -1;
    -	return outlen + 1;
    +    /*
    +     * Placing the ASN1_STRING in a temp ASN1_TYPE allows the DER encoding to
    +     * readily obtained
    +     */
    +    ASN1_TYPE t;
    +    unsigned char *der_buf, *p;
    +    int outlen, der_len;
    +
    +    if (!io_ch(arg, "#", 1))
    +        return -1;
    +    /* If we don't dump DER encoding just dump content octets */
    +    if (!(lflags & ASN1_STRFLGS_DUMP_DER)) {
    +        outlen = do_hex_dump(io_ch, arg, str->data, str->length);
    +        if (outlen < 0)
    +            return -1;
    +        return outlen + 1;
    +    }
    +    t.type = str->type;
    +    t.value.ptr = (char *)str;
    +    der_len = i2d_ASN1_TYPE(&t, NULL);
    +    der_buf = OPENSSL_malloc(der_len);
    +    if (!der_buf)
    +        return -1;
    +    p = der_buf;
    +    i2d_ASN1_TYPE(&t, &p);
    +    outlen = do_hex_dump(io_ch, arg, der_buf, der_len);
    +    OPENSSL_free(der_buf);
    +    if (outlen < 0)
    +        return -1;
    +    return outlen + 1;
     }
     
    -/* Lookup table to convert tags to character widths,
    - * 0 = UTF8 encoded, -1 is used for non string types
    - * otherwise it is the number of bytes per character
    +/*
    + * Lookup table to convert tags to character widths, 0 = UTF8 encoded, -1 is
    + * used for non string types otherwise it is the number of bytes per
    + * character
      */
     
     static const signed char tag2nbyte[] = {
    -	-1, -1, -1, -1, -1,	/* 0-4 */
    -	-1, -1, -1, -1, -1,	/* 5-9 */
    -	-1, -1, 0, -1,		/* 10-13 */
    -	-1, -1, -1, -1,		/* 15-17 */
    -	-1, 1, 1,		/* 18-20 */
    -	-1, 1, 1, 1,		/* 21-24 */
    -	-1, 1, -1,		/* 25-27 */
    -	4, -1, 2		/* 28-30 */
    +    -1, -1, -1, -1, -1,         /* 0-4 */
    +    -1, -1, -1, -1, -1,         /* 5-9 */
    +    -1, -1, 0, -1,              /* 10-13 */
    +    -1, -1, -1, -1,             /* 15-17 */
    +    -1, 1, 1,                   /* 18-20 */
    +    -1, 1, 1, 1,                /* 21-24 */
    +    -1, 1, -1,                  /* 25-27 */
    +    4, -1, 2                    /* 28-30 */
     };
     
    -/* This is the main function, print out an
    - * ASN1_STRING taking note of various escape
    - * and display options. Returns number of
    - * characters written or -1 if an error
    - * occurred.
    +/*
    + * This is the main function, print out an ASN1_STRING taking note of various
    + * escape and display options. Returns number of characters written or -1 if
    + * an error occurred.
      */
     
    -static int do_print_ex(char_io *io_ch, void *arg, unsigned long lflags, ASN1_STRING *str)
    +static int do_print_ex(char_io *io_ch, void *arg, unsigned long lflags,
    +                       ASN1_STRING *str)
     {
    -	int outlen, len;
    -	int type;
    -	char quotes;
    -	unsigned char flags;
    -	quotes = 0;
    -	/* Keep a copy of escape flags */
    -	flags = (unsigned char)(lflags & ESC_FLAGS);
    -
    -	type = str->type;
    -
    -	outlen = 0;
    -
    -
    -	if(lflags & ASN1_STRFLGS_SHOW_TYPE) {
    -		const char *tagname;
    -		tagname = ASN1_tag2str(type);
    -		outlen += strlen(tagname);
    -		if(!io_ch(arg, tagname, outlen) || !io_ch(arg, ":", 1)) return -1; 
    -		outlen++;
    -	}
    -
    -	/* Decide what to do with type, either dump content or display it */
    -
    -	/* Dump everything */
    -	if(lflags & ASN1_STRFLGS_DUMP_ALL) type = -1;
    -	/* Ignore the string type */
    -	else if(lflags & ASN1_STRFLGS_IGNORE_TYPE) type = 1;
    -	else {
    -		/* Else determine width based on type */
    -		if((type > 0) && (type < 31)) type = tag2nbyte[type];
    -		else type = -1;
    -		if((type == -1) && !(lflags & ASN1_STRFLGS_DUMP_UNKNOWN)) type = 1;
    -	}
    -
    -	if(type == -1) {
    -		len = do_dump(lflags, io_ch, arg, str);
    -		if(len < 0) return -1;
    -		outlen += len;
    -		return outlen;
    -	}
    -
    -	if(lflags & ASN1_STRFLGS_UTF8_CONVERT) {
    -		/* Note: if string is UTF8 and we want
    -		 * to convert to UTF8 then we just interpret
    -		 * it as 1 byte per character to avoid converting
    -		 * twice.
    -		 */
    -		if(!type) type = 1;
    -		else type |= BUF_TYPE_CONVUTF8;
    -	}
    -
    -	len = do_buf(str->data, str->length, type, flags, "es, io_ch, NULL);
    -	if(len < 0) return -1;
    -	outlen += len;
    -	if(quotes) outlen += 2;
    -	if(!arg) return outlen;
    -	if(quotes && !io_ch(arg, "\"", 1)) return -1;
    -	if(do_buf(str->data, str->length, type, flags, NULL, io_ch, arg) < 0)
    -		return -1;
    -	if(quotes && !io_ch(arg, "\"", 1)) return -1;
    -	return outlen;
    +    int outlen, len;
    +    int type;
    +    char quotes;
    +    unsigned char flags;
    +    quotes = 0;
    +    /* Keep a copy of escape flags */
    +    flags = (unsigned char)(lflags & ESC_FLAGS);
    +
    +    type = str->type;
    +
    +    outlen = 0;
    +
    +    if (lflags & ASN1_STRFLGS_SHOW_TYPE) {
    +        const char *tagname;
    +        tagname = ASN1_tag2str(type);
    +        outlen += strlen(tagname);
    +        if (!io_ch(arg, tagname, outlen) || !io_ch(arg, ":", 1))
    +            return -1;
    +        outlen++;
    +    }
    +
    +    /* Decide what to do with type, either dump content or display it */
    +
    +    /* Dump everything */
    +    if (lflags & ASN1_STRFLGS_DUMP_ALL)
    +        type = -1;
    +    /* Ignore the string type */
    +    else if (lflags & ASN1_STRFLGS_IGNORE_TYPE)
    +        type = 1;
    +    else {
    +        /* Else determine width based on type */
    +        if ((type > 0) && (type < 31))
    +            type = tag2nbyte[type];
    +        else
    +            type = -1;
    +        if ((type == -1) && !(lflags & ASN1_STRFLGS_DUMP_UNKNOWN))
    +            type = 1;
    +    }
    +
    +    if (type == -1) {
    +        len = do_dump(lflags, io_ch, arg, str);
    +        if (len < 0)
    +            return -1;
    +        outlen += len;
    +        return outlen;
    +    }
    +
    +    if (lflags & ASN1_STRFLGS_UTF8_CONVERT) {
    +        /*
    +         * Note: if string is UTF8 and we want to convert to UTF8 then we
    +         * just interpret it as 1 byte per character to avoid converting
    +         * twice.
    +         */
    +        if (!type)
    +            type = 1;
    +        else
    +            type |= BUF_TYPE_CONVUTF8;
    +    }
    +
    +    len = do_buf(str->data, str->length, type, flags, "es, io_ch, NULL);
    +    if (len < 0)
    +        return -1;
    +    outlen += len;
    +    if (quotes)
    +        outlen += 2;
    +    if (!arg)
    +        return outlen;
    +    if (quotes && !io_ch(arg, "\"", 1))
    +        return -1;
    +    if (do_buf(str->data, str->length, type, flags, NULL, io_ch, arg) < 0)
    +        return -1;
    +    if (quotes && !io_ch(arg, "\"", 1))
    +        return -1;
    +    return outlen;
     }
     
     /* Used for line indenting: print 'indent' spaces */
     
     static int do_indent(char_io *io_ch, void *arg, int indent)
     {
    -	int i;
    -	for(i = 0; i < indent; i++)
    -			if(!io_ch(arg, " ", 1)) return 0;
    -	return 1;
    +    int i;
    +    for (i = 0; i < indent; i++)
    +        if (!io_ch(arg, " ", 1))
    +            return 0;
    +    return 1;
     }
     
    -#define FN_WIDTH_LN	25
    -#define FN_WIDTH_SN	10
    +#define FN_WIDTH_LN     25
    +#define FN_WIDTH_SN     10
     
     static int do_name_ex(char_io *io_ch, void *arg, X509_NAME *n,
    -				int indent, unsigned long flags)
    +                      int indent, unsigned long flags)
     {
    -	int i, prev = -1, orflags, cnt;
    -	int fn_opt, fn_nid;
    -	ASN1_OBJECT *fn;
    -	ASN1_STRING *val;
    -	X509_NAME_ENTRY *ent;
    -	char objtmp[80];
    -	const char *objbuf;
    -	int outlen, len;
    -	char *sep_dn, *sep_mv, *sep_eq;
    -	int sep_dn_len, sep_mv_len, sep_eq_len;
    -	if(indent < 0) indent = 0;
    -	outlen = indent;
    -	if(!do_indent(io_ch, arg, indent)) return -1;
    -	switch (flags & XN_FLAG_SEP_MASK)
    -	{
    -		case XN_FLAG_SEP_MULTILINE:
    -		sep_dn = "\n";
    -		sep_dn_len = 1;
    -		sep_mv = " + ";
    -		sep_mv_len = 3;
    -		break;
    -
    -		case XN_FLAG_SEP_COMMA_PLUS:
    -		sep_dn = ",";
    -		sep_dn_len = 1;
    -		sep_mv = "+";
    -		sep_mv_len = 1;
    -		indent = 0;
    -		break;
    -
    -		case XN_FLAG_SEP_CPLUS_SPC:
    -		sep_dn = ", ";
    -		sep_dn_len = 2;
    -		sep_mv = " + ";
    -		sep_mv_len = 3;
    -		indent = 0;
    -		break;
    -
    -		case XN_FLAG_SEP_SPLUS_SPC:
    -		sep_dn = "; ";
    -		sep_dn_len = 2;
    -		sep_mv = " + ";
    -		sep_mv_len = 3;
    -		indent = 0;
    -		break;
    -
    -		default:
    -		return -1;
    -	}
    -
    -	if(flags & XN_FLAG_SPC_EQ) {
    -		sep_eq = " = ";
    -		sep_eq_len = 3;
    -	} else {
    -		sep_eq = "=";
    -		sep_eq_len = 1;
    -	}
    -
    -	fn_opt = flags & XN_FLAG_FN_MASK;
    -
    -	cnt = X509_NAME_entry_count(n);	
    -	for(i = 0; i < cnt; i++) {
    -		if(flags & XN_FLAG_DN_REV)
    -				ent = X509_NAME_get_entry(n, cnt - i - 1);
    -		else ent = X509_NAME_get_entry(n, i);
    -		if(prev != -1) {
    -			if(prev == ent->set) {
    -				if(!io_ch(arg, sep_mv, sep_mv_len)) return -1;
    -				outlen += sep_mv_len;
    -			} else {
    -				if(!io_ch(arg, sep_dn, sep_dn_len)) return -1;
    -				outlen += sep_dn_len;
    -				if(!do_indent(io_ch, arg, indent)) return -1;
    -				outlen += indent;
    -			}
    -		}
    -		prev = ent->set;
    -		fn = X509_NAME_ENTRY_get_object(ent);
    -		val = X509_NAME_ENTRY_get_data(ent);
    -		fn_nid = OBJ_obj2nid(fn);
    -		if(fn_opt != XN_FLAG_FN_NONE) {
    -			int objlen, fld_len;
    -			if((fn_opt == XN_FLAG_FN_OID) || (fn_nid==NID_undef) ) {
    -				OBJ_obj2txt(objtmp, sizeof objtmp, fn, 1);
    -				fld_len = 0; /* XXX: what should this be? */
    -				objbuf = objtmp;
    -			} else {
    -				if(fn_opt == XN_FLAG_FN_SN) {
    -					fld_len = FN_WIDTH_SN;
    -					objbuf = OBJ_nid2sn(fn_nid);
    -				} else if(fn_opt == XN_FLAG_FN_LN) {
    -					fld_len = FN_WIDTH_LN;
    -					objbuf = OBJ_nid2ln(fn_nid);
    -				} else {
    -					fld_len = 0; /* XXX: what should this be? */
    -					objbuf = "";
    -				}
    -			}
    -			objlen = strlen(objbuf);
    -			if(!io_ch(arg, objbuf, objlen)) return -1;
    -			if ((objlen < fld_len) && (flags & XN_FLAG_FN_ALIGN)) {
    -				if (!do_indent(io_ch, arg, fld_len - objlen)) return -1;
    -				outlen += fld_len - objlen;
    -			}
    -			if(!io_ch(arg, sep_eq, sep_eq_len)) return -1;
    -			outlen += objlen + sep_eq_len;
    -		}
    -		/* If the field name is unknown then fix up the DER dump
    -		 * flag. We might want to limit this further so it will
    - 		 * DER dump on anything other than a few 'standard' fields.
    -		 */
    -		if((fn_nid == NID_undef) && (flags & XN_FLAG_DUMP_UNKNOWN_FIELDS)) 
    -					orflags = ASN1_STRFLGS_DUMP_ALL;
    -		else orflags = 0;
    -     
    -		len = do_print_ex(io_ch, arg, flags | orflags, val);
    -		if(len < 0) return -1;
    -		outlen += len;
    -	}
    -	return outlen;
    +    int i, prev = -1, orflags, cnt;
    +    int fn_opt, fn_nid;
    +    ASN1_OBJECT *fn;
    +    ASN1_STRING *val;
    +    X509_NAME_ENTRY *ent;
    +    char objtmp[80];
    +    const char *objbuf;
    +    int outlen, len;
    +    char *sep_dn, *sep_mv, *sep_eq;
    +    int sep_dn_len, sep_mv_len, sep_eq_len;
    +    if (indent < 0)
    +        indent = 0;
    +    outlen = indent;
    +    if (!do_indent(io_ch, arg, indent))
    +        return -1;
    +    switch (flags & XN_FLAG_SEP_MASK) {
    +    case XN_FLAG_SEP_MULTILINE:
    +        sep_dn = "\n";
    +        sep_dn_len = 1;
    +        sep_mv = " + ";
    +        sep_mv_len = 3;
    +        break;
    +
    +    case XN_FLAG_SEP_COMMA_PLUS:
    +        sep_dn = ",";
    +        sep_dn_len = 1;
    +        sep_mv = "+";
    +        sep_mv_len = 1;
    +        indent = 0;
    +        break;
    +
    +    case XN_FLAG_SEP_CPLUS_SPC:
    +        sep_dn = ", ";
    +        sep_dn_len = 2;
    +        sep_mv = " + ";
    +        sep_mv_len = 3;
    +        indent = 0;
    +        break;
    +
    +    case XN_FLAG_SEP_SPLUS_SPC:
    +        sep_dn = "; ";
    +        sep_dn_len = 2;
    +        sep_mv = " + ";
    +        sep_mv_len = 3;
    +        indent = 0;
    +        break;
    +
    +    default:
    +        return -1;
    +    }
    +
    +    if (flags & XN_FLAG_SPC_EQ) {
    +        sep_eq = " = ";
    +        sep_eq_len = 3;
    +    } else {
    +        sep_eq = "=";
    +        sep_eq_len = 1;
    +    }
    +
    +    fn_opt = flags & XN_FLAG_FN_MASK;
    +
    +    cnt = X509_NAME_entry_count(n);
    +    for (i = 0; i < cnt; i++) {
    +        if (flags & XN_FLAG_DN_REV)
    +            ent = X509_NAME_get_entry(n, cnt - i - 1);
    +        else
    +            ent = X509_NAME_get_entry(n, i);
    +        if (prev != -1) {
    +            if (prev == ent->set) {
    +                if (!io_ch(arg, sep_mv, sep_mv_len))
    +                    return -1;
    +                outlen += sep_mv_len;
    +            } else {
    +                if (!io_ch(arg, sep_dn, sep_dn_len))
    +                    return -1;
    +                outlen += sep_dn_len;
    +                if (!do_indent(io_ch, arg, indent))
    +                    return -1;
    +                outlen += indent;
    +            }
    +        }
    +        prev = ent->set;
    +        fn = X509_NAME_ENTRY_get_object(ent);
    +        val = X509_NAME_ENTRY_get_data(ent);
    +        fn_nid = OBJ_obj2nid(fn);
    +        if (fn_opt != XN_FLAG_FN_NONE) {
    +            int objlen, fld_len;
    +            if ((fn_opt == XN_FLAG_FN_OID) || (fn_nid == NID_undef)) {
    +                OBJ_obj2txt(objtmp, sizeof objtmp, fn, 1);
    +                fld_len = 0;    /* XXX: what should this be? */
    +                objbuf = objtmp;
    +            } else {
    +                if (fn_opt == XN_FLAG_FN_SN) {
    +                    fld_len = FN_WIDTH_SN;
    +                    objbuf = OBJ_nid2sn(fn_nid);
    +                } else if (fn_opt == XN_FLAG_FN_LN) {
    +                    fld_len = FN_WIDTH_LN;
    +                    objbuf = OBJ_nid2ln(fn_nid);
    +                } else {
    +                    fld_len = 0; /* XXX: what should this be? */
    +                    objbuf = "";
    +                }
    +            }
    +            objlen = strlen(objbuf);
    +            if (!io_ch(arg, objbuf, objlen))
    +                return -1;
    +            if ((objlen < fld_len) && (flags & XN_FLAG_FN_ALIGN)) {
    +                if (!do_indent(io_ch, arg, fld_len - objlen))
    +                    return -1;
    +                outlen += fld_len - objlen;
    +            }
    +            if (!io_ch(arg, sep_eq, sep_eq_len))
    +                return -1;
    +            outlen += objlen + sep_eq_len;
    +        }
    +        /*
    +         * If the field name is unknown then fix up the DER dump flag. We
    +         * might want to limit this further so it will DER dump on anything
    +         * other than a few 'standard' fields.
    +         */
    +        if ((fn_nid == NID_undef) && (flags & XN_FLAG_DUMP_UNKNOWN_FIELDS))
    +            orflags = ASN1_STRFLGS_DUMP_ALL;
    +        else
    +            orflags = 0;
    +
    +        len = do_print_ex(io_ch, arg, flags | orflags, val);
    +        if (len < 0)
    +            return -1;
    +        outlen += len;
    +    }
    +    return outlen;
     }
     
     /* Wrappers round the main functions */
     
    -int X509_NAME_print_ex(BIO *out, X509_NAME *nm, int indent, unsigned long flags)
    +int X509_NAME_print_ex(BIO *out, X509_NAME *nm, int indent,
    +                       unsigned long flags)
     {
    -	if(flags == XN_FLAG_COMPAT)
    -		return X509_NAME_print(out, nm, indent);
    -	return do_name_ex(send_bio_chars, out, nm, indent, flags);
    +    if (flags == XN_FLAG_COMPAT)
    +        return X509_NAME_print(out, nm, indent);
    +    return do_name_ex(send_bio_chars, out, nm, indent, flags);
     }
     
     #ifndef OPENSSL_NO_FP_API
    -int X509_NAME_print_ex_fp(FILE *fp, X509_NAME *nm, int indent, unsigned long flags)
    +int X509_NAME_print_ex_fp(FILE *fp, X509_NAME *nm, int indent,
    +                          unsigned long flags)
     {
    -	if(flags == XN_FLAG_COMPAT)
    -		{
    -		BIO *btmp;
    -		int ret;
    -		btmp = BIO_new_fp(fp, BIO_NOCLOSE);
    -		if(!btmp) return -1;
    -		ret = X509_NAME_print(btmp, nm, indent);
    -		BIO_free(btmp);
    -		return ret;
    -		}
    -	return do_name_ex(send_fp_chars, fp, nm, indent, flags);
    +    if (flags == XN_FLAG_COMPAT) {
    +        BIO *btmp;
    +        int ret;
    +        btmp = BIO_new_fp(fp, BIO_NOCLOSE);
    +        if (!btmp)
    +            return -1;
    +        ret = X509_NAME_print(btmp, nm, indent);
    +        BIO_free(btmp);
    +        return ret;
    +    }
    +    return do_name_ex(send_fp_chars, fp, nm, indent, flags);
     }
     #endif
     
     int ASN1_STRING_print_ex(BIO *out, ASN1_STRING *str, unsigned long flags)
     {
    -	return do_print_ex(send_bio_chars, out, flags, str);
    +    return do_print_ex(send_bio_chars, out, flags, str);
     }
     
     #ifndef OPENSSL_NO_FP_API
     int ASN1_STRING_print_ex_fp(FILE *fp, ASN1_STRING *str, unsigned long flags)
     {
    -	return do_print_ex(send_fp_chars, fp, flags, str);
    +    return do_print_ex(send_fp_chars, fp, flags, str);
     }
     #endif
     
    -/* Utility function: convert any string type to UTF8, returns number of bytes
    +/*
    + * Utility function: convert any string type to UTF8, returns number of bytes
      * in output string or a negative error code
      */
     
     int ASN1_STRING_to_UTF8(unsigned char **out, ASN1_STRING *in)
     {
    -	ASN1_STRING stmp, *str = &stmp;
    -	int mbflag, type, ret;
    -	if(!in) return -1;
    -	type = in->type;
    -	if((type < 0) || (type > 30)) return -1;
    -	mbflag = tag2nbyte[type];
    -	if(mbflag == -1) return -1;
    -	mbflag |= MBSTRING_FLAG;
    -	stmp.data = NULL;
    -	stmp.length = 0;
    -	stmp.flags = 0;
    -	ret = ASN1_mbstring_copy(&str, in->data, in->length, mbflag, B_ASN1_UTF8STRING);
    -	if(ret < 0) return ret;
    -	*out = stmp.data;
    -	return stmp.length;
    +    ASN1_STRING stmp, *str = &stmp;
    +    int mbflag, type, ret;
    +    if (!in)
    +        return -1;
    +    type = in->type;
    +    if ((type < 0) || (type > 30))
    +        return -1;
    +    mbflag = tag2nbyte[type];
    +    if (mbflag == -1)
    +        return -1;
    +    mbflag |= MBSTRING_FLAG;
    +    stmp.data = NULL;
    +    stmp.length = 0;
    +    stmp.flags = 0;
    +    ret =
    +        ASN1_mbstring_copy(&str, in->data, in->length, mbflag,
    +                           B_ASN1_UTF8STRING);
    +    if (ret < 0)
    +        return ret;
    +    *out = stmp.data;
    +    return stmp.length;
     }
    diff --git a/openssl/crypto/asn1/a_strnid.c b/openssl/crypto/asn1/a_strnid.c
    index 2afd5a413..522434536 100644
    --- a/openssl/crypto/asn1/a_strnid.c
    +++ b/openssl/crypto/asn1/a_strnid.c
    @@ -1,6 +1,7 @@
     /* a_strnid.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,31 +63,31 @@
     #include 
     #include 
     
    -
     static STACK_OF(ASN1_STRING_TABLE) *stable = NULL;
     static void st_free(ASN1_STRING_TABLE *tbl);
    -static int sk_table_cmp(const ASN1_STRING_TABLE * const *a,
    -			const ASN1_STRING_TABLE * const *b);
    -
    +static int sk_table_cmp(const ASN1_STRING_TABLE *const *a,
    +                        const ASN1_STRING_TABLE *const *b);
     
    -/* This is the global mask for the mbstring functions: this is use to
    - * mask out certain types (such as BMPString and UTF8String) because
    - * certain software (e.g. Netscape) has problems with them.
    +/*
    + * This is the global mask for the mbstring functions: this is use to mask
    + * out certain types (such as BMPString and UTF8String) because certain
    + * software (e.g. Netscape) has problems with them.
      */
     
     static unsigned long global_mask = B_ASN1_UTF8STRING;
     
     void ASN1_STRING_set_default_mask(unsigned long mask)
     {
    -	global_mask = mask;
    +    global_mask = mask;
     }
     
     unsigned long ASN1_STRING_get_default_mask(void)
     {
    -	return global_mask;
    +    return global_mask;
     }
     
    -/* This function sets the default to various "flavours" of configuration.
    +/*-
    + * This function sets the default to various "flavours" of configuration.
      * based on an ASCII string. Currently this is:
      * MASK:XXXX : a numerical mask value.
      * nobmp : Don't use BMPStrings (just Printable, T61).
    @@ -97,160 +98,185 @@ unsigned long ASN1_STRING_get_default_mask(void)
     
     int ASN1_STRING_set_default_mask_asc(const char *p)
     {
    -	unsigned long mask;
    -	char *end;
    -	if(!strncmp(p, "MASK:", 5)) {
    -		if(!p[5]) return 0;
    -		mask = strtoul(p + 5, &end, 0);
    -		if(*end) return 0;
    -	} else if(!strcmp(p, "nombstr"))
    -			 mask = ~((unsigned long)(B_ASN1_BMPSTRING|B_ASN1_UTF8STRING));
    -	else if(!strcmp(p, "pkix"))
    -			mask = ~((unsigned long)B_ASN1_T61STRING);
    -	else if(!strcmp(p, "utf8only")) mask = B_ASN1_UTF8STRING;
    -	else if(!strcmp(p, "default"))
    -	    mask = 0xFFFFFFFFL;
    -	else return 0;
    -	ASN1_STRING_set_default_mask(mask);
    -	return 1;
    +    unsigned long mask;
    +    char *end;
    +    if (!strncmp(p, "MASK:", 5)) {
    +        if (!p[5])
    +            return 0;
    +        mask = strtoul(p + 5, &end, 0);
    +        if (*end)
    +            return 0;
    +    } else if (!strcmp(p, "nombstr"))
    +        mask = ~((unsigned long)(B_ASN1_BMPSTRING | B_ASN1_UTF8STRING));
    +    else if (!strcmp(p, "pkix"))
    +        mask = ~((unsigned long)B_ASN1_T61STRING);
    +    else if (!strcmp(p, "utf8only"))
    +        mask = B_ASN1_UTF8STRING;
    +    else if (!strcmp(p, "default"))
    +        mask = 0xFFFFFFFFL;
    +    else
    +        return 0;
    +    ASN1_STRING_set_default_mask(mask);
    +    return 1;
     }
     
    -/* The following function generates an ASN1_STRING based on limits in a table.
    - * Frequently the types and length of an ASN1_STRING are restricted by a 
    - * corresponding OID. For example certificates and certificate requests.
    +/*
    + * The following function generates an ASN1_STRING based on limits in a
    + * table. Frequently the types and length of an ASN1_STRING are restricted by
    + * a corresponding OID. For example certificates and certificate requests.
      */
     
    -ASN1_STRING *ASN1_STRING_set_by_NID(ASN1_STRING **out, const unsigned char *in,
    -					int inlen, int inform, int nid)
    +ASN1_STRING *ASN1_STRING_set_by_NID(ASN1_STRING **out,
    +                                    const unsigned char *in, int inlen,
    +                                    int inform, int nid)
     {
    -	ASN1_STRING_TABLE *tbl;
    -	ASN1_STRING *str = NULL;
    -	unsigned long mask;
    -	int ret;
    -	if(!out) out = &str;
    -	tbl = ASN1_STRING_TABLE_get(nid);
    -	if(tbl) {
    -		mask = tbl->mask;
    -		if(!(tbl->flags & STABLE_NO_MASK)) mask &= global_mask;
    -		ret = ASN1_mbstring_ncopy(out, in, inlen, inform, mask,
    -					tbl->minsize, tbl->maxsize);
    -	} else ret = ASN1_mbstring_copy(out, in, inlen, inform, DIRSTRING_TYPE & global_mask);
    -	if(ret <= 0) return NULL;
    -	return *out;
    +    ASN1_STRING_TABLE *tbl;
    +    ASN1_STRING *str = NULL;
    +    unsigned long mask;
    +    int ret;
    +    if (!out)
    +        out = &str;
    +    tbl = ASN1_STRING_TABLE_get(nid);
    +    if (tbl) {
    +        mask = tbl->mask;
    +        if (!(tbl->flags & STABLE_NO_MASK))
    +            mask &= global_mask;
    +        ret = ASN1_mbstring_ncopy(out, in, inlen, inform, mask,
    +                                  tbl->minsize, tbl->maxsize);
    +    } else
    +        ret =
    +            ASN1_mbstring_copy(out, in, inlen, inform,
    +                               DIRSTRING_TYPE & global_mask);
    +    if (ret <= 0)
    +        return NULL;
    +    return *out;
     }
     
    -/* Now the tables and helper functions for the string table:
    +/*
    + * Now the tables and helper functions for the string table:
      */
     
     /* size limits: this stuff is taken straight from RFC3280 */
     
    -#define ub_name				32768
    -#define ub_common_name			64
    -#define ub_locality_name		128
    -#define ub_state_name			128
    -#define ub_organization_name		64
    -#define ub_organization_unit_name	64
    -#define ub_title			64
    -#define ub_email_address		128
    -#define ub_serial_number		64
    -
    +#define ub_name                         32768
    +#define ub_common_name                  64
    +#define ub_locality_name                128
    +#define ub_state_name                   128
    +#define ub_organization_name            64
    +#define ub_organization_unit_name       64
    +#define ub_title                        64
    +#define ub_email_address                128
    +#define ub_serial_number                64
     
     /* This table must be kept in NID order */
     
     static const ASN1_STRING_TABLE tbl_standard[] = {
    -{NID_commonName,		1, ub_common_name, DIRSTRING_TYPE, 0},
    -{NID_countryName,		2, 2, B_ASN1_PRINTABLESTRING, STABLE_NO_MASK},
    -{NID_localityName,		1, ub_locality_name, DIRSTRING_TYPE, 0},
    -{NID_stateOrProvinceName,	1, ub_state_name, DIRSTRING_TYPE, 0},
    -{NID_organizationName,		1, ub_organization_name, DIRSTRING_TYPE, 0},
    -{NID_organizationalUnitName,	1, ub_organization_unit_name, DIRSTRING_TYPE, 0},
    -{NID_pkcs9_emailAddress,	1, ub_email_address, B_ASN1_IA5STRING, STABLE_NO_MASK},
    -{NID_pkcs9_unstructuredName,	1, -1, PKCS9STRING_TYPE, 0},
    -{NID_pkcs9_challengePassword,	1, -1, PKCS9STRING_TYPE, 0},
    -{NID_pkcs9_unstructuredAddress,	1, -1, DIRSTRING_TYPE, 0},
    -{NID_givenName,			1, ub_name, DIRSTRING_TYPE, 0},
    -{NID_surname,			1, ub_name, DIRSTRING_TYPE, 0},
    -{NID_initials,			1, ub_name, DIRSTRING_TYPE, 0},
    -{NID_serialNumber,		1, ub_serial_number, B_ASN1_PRINTABLESTRING, STABLE_NO_MASK},
    -{NID_friendlyName,		-1, -1, B_ASN1_BMPSTRING, STABLE_NO_MASK},
    -{NID_name,			1, ub_name, DIRSTRING_TYPE, 0},
    -{NID_dnQualifier,		-1, -1, B_ASN1_PRINTABLESTRING, STABLE_NO_MASK},
    -{NID_domainComponent,		1, -1, B_ASN1_IA5STRING, STABLE_NO_MASK},
    -{NID_ms_csp_name,		-1, -1, B_ASN1_BMPSTRING, STABLE_NO_MASK}
    +    {NID_commonName, 1, ub_common_name, DIRSTRING_TYPE, 0},
    +    {NID_countryName, 2, 2, B_ASN1_PRINTABLESTRING, STABLE_NO_MASK},
    +    {NID_localityName, 1, ub_locality_name, DIRSTRING_TYPE, 0},
    +    {NID_stateOrProvinceName, 1, ub_state_name, DIRSTRING_TYPE, 0},
    +    {NID_organizationName, 1, ub_organization_name, DIRSTRING_TYPE, 0},
    +    {NID_organizationalUnitName, 1, ub_organization_unit_name, DIRSTRING_TYPE,
    +     0},
    +    {NID_pkcs9_emailAddress, 1, ub_email_address, B_ASN1_IA5STRING,
    +     STABLE_NO_MASK},
    +    {NID_pkcs9_unstructuredName, 1, -1, PKCS9STRING_TYPE, 0},
    +    {NID_pkcs9_challengePassword, 1, -1, PKCS9STRING_TYPE, 0},
    +    {NID_pkcs9_unstructuredAddress, 1, -1, DIRSTRING_TYPE, 0},
    +    {NID_givenName, 1, ub_name, DIRSTRING_TYPE, 0},
    +    {NID_surname, 1, ub_name, DIRSTRING_TYPE, 0},
    +    {NID_initials, 1, ub_name, DIRSTRING_TYPE, 0},
    +    {NID_serialNumber, 1, ub_serial_number, B_ASN1_PRINTABLESTRING,
    +     STABLE_NO_MASK},
    +    {NID_friendlyName, -1, -1, B_ASN1_BMPSTRING, STABLE_NO_MASK},
    +    {NID_name, 1, ub_name, DIRSTRING_TYPE, 0},
    +    {NID_dnQualifier, -1, -1, B_ASN1_PRINTABLESTRING, STABLE_NO_MASK},
    +    {NID_domainComponent, 1, -1, B_ASN1_IA5STRING, STABLE_NO_MASK},
    +    {NID_ms_csp_name, -1, -1, B_ASN1_BMPSTRING, STABLE_NO_MASK}
     };
     
    -static int sk_table_cmp(const ASN1_STRING_TABLE * const *a,
    -			const ASN1_STRING_TABLE * const *b)
    +static int sk_table_cmp(const ASN1_STRING_TABLE *const *a,
    +                        const ASN1_STRING_TABLE *const *b)
     {
    -	return (*a)->nid - (*b)->nid;
    +    return (*a)->nid - (*b)->nid;
     }
     
     DECLARE_OBJ_BSEARCH_CMP_FN(ASN1_STRING_TABLE, ASN1_STRING_TABLE, table);
     
     static int table_cmp(const ASN1_STRING_TABLE *a, const ASN1_STRING_TABLE *b)
     {
    -	return a->nid - b->nid;
    +    return a->nid - b->nid;
     }
     
     IMPLEMENT_OBJ_BSEARCH_CMP_FN(ASN1_STRING_TABLE, ASN1_STRING_TABLE, table);
     
     ASN1_STRING_TABLE *ASN1_STRING_TABLE_get(int nid)
     {
    -	int idx;
    -	ASN1_STRING_TABLE *ttmp;
    -	ASN1_STRING_TABLE fnd;
    -	fnd.nid = nid;
    -	ttmp = OBJ_bsearch_table(&fnd, tbl_standard, 
    -			   sizeof(tbl_standard)/sizeof(ASN1_STRING_TABLE));
    -	if(ttmp) return ttmp;
    -	if(!stable) return NULL;
    -	idx = sk_ASN1_STRING_TABLE_find(stable, &fnd);
    -	if(idx < 0) return NULL;
    -	return sk_ASN1_STRING_TABLE_value(stable, idx);
    +    int idx;
    +    ASN1_STRING_TABLE *ttmp;
    +    ASN1_STRING_TABLE fnd;
    +    fnd.nid = nid;
    +    ttmp = OBJ_bsearch_table(&fnd, tbl_standard,
    +                             sizeof(tbl_standard) /
    +                             sizeof(ASN1_STRING_TABLE));
    +    if (ttmp)
    +        return ttmp;
    +    if (!stable)
    +        return NULL;
    +    idx = sk_ASN1_STRING_TABLE_find(stable, &fnd);
    +    if (idx < 0)
    +        return NULL;
    +    return sk_ASN1_STRING_TABLE_value(stable, idx);
     }
    -	
    +
     int ASN1_STRING_TABLE_add(int nid,
    -		 long minsize, long maxsize, unsigned long mask,
    -				unsigned long flags)
    +                          long minsize, long maxsize, unsigned long mask,
    +                          unsigned long flags)
     {
    -	ASN1_STRING_TABLE *tmp;
    -	char new_nid = 0;
    -	flags &= ~STABLE_FLAGS_MALLOC;
    -	if(!stable) stable = sk_ASN1_STRING_TABLE_new(sk_table_cmp);
    -	if(!stable) {
    -		ASN1err(ASN1_F_ASN1_STRING_TABLE_ADD, ERR_R_MALLOC_FAILURE);
    -		return 0;
    -	}
    -	if(!(tmp = ASN1_STRING_TABLE_get(nid))) {
    -		tmp = OPENSSL_malloc(sizeof(ASN1_STRING_TABLE));
    -		if(!tmp) {
    -			ASN1err(ASN1_F_ASN1_STRING_TABLE_ADD,
    -							ERR_R_MALLOC_FAILURE);
    -			return 0;
    -		}
    -		tmp->flags = flags | STABLE_FLAGS_MALLOC;
    -		tmp->nid = nid;
    -		new_nid = 1;
    -	} else tmp->flags = (tmp->flags & STABLE_FLAGS_MALLOC) | flags;
    -	if(minsize != -1) tmp->minsize = minsize;
    -	if(maxsize != -1) tmp->maxsize = maxsize;
    -	tmp->mask = mask;
    -	if(new_nid) sk_ASN1_STRING_TABLE_push(stable, tmp);
    -	return 1;
    +    ASN1_STRING_TABLE *tmp;
    +    char new_nid = 0;
    +    flags &= ~STABLE_FLAGS_MALLOC;
    +    if (!stable)
    +        stable = sk_ASN1_STRING_TABLE_new(sk_table_cmp);
    +    if (!stable) {
    +        ASN1err(ASN1_F_ASN1_STRING_TABLE_ADD, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    if (!(tmp = ASN1_STRING_TABLE_get(nid))) {
    +        tmp = OPENSSL_malloc(sizeof(ASN1_STRING_TABLE));
    +        if (!tmp) {
    +            ASN1err(ASN1_F_ASN1_STRING_TABLE_ADD, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +        tmp->flags = flags | STABLE_FLAGS_MALLOC;
    +        tmp->nid = nid;
    +        new_nid = 1;
    +    } else
    +        tmp->flags = (tmp->flags & STABLE_FLAGS_MALLOC) | flags;
    +    if (minsize != -1)
    +        tmp->minsize = minsize;
    +    if (maxsize != -1)
    +        tmp->maxsize = maxsize;
    +    tmp->mask = mask;
    +    if (new_nid)
    +        sk_ASN1_STRING_TABLE_push(stable, tmp);
    +    return 1;
     }
     
     void ASN1_STRING_TABLE_cleanup(void)
     {
    -	STACK_OF(ASN1_STRING_TABLE) *tmp;
    -	tmp = stable;
    -	if(!tmp) return;
    -	stable = NULL;
    -	sk_ASN1_STRING_TABLE_pop_free(tmp, st_free);
    +    STACK_OF(ASN1_STRING_TABLE) *tmp;
    +    tmp = stable;
    +    if (!tmp)
    +        return;
    +    stable = NULL;
    +    sk_ASN1_STRING_TABLE_pop_free(tmp, st_free);
     }
     
     static void st_free(ASN1_STRING_TABLE *tbl)
     {
    -	if(tbl->flags & STABLE_FLAGS_MALLOC) OPENSSL_free(tbl);
    +    if (tbl->flags & STABLE_FLAGS_MALLOC)
    +        OPENSSL_free(tbl);
     }
     
     
    @@ -260,30 +286,27 @@ IMPLEMENT_STACK_OF(ASN1_STRING_TABLE)
     
     main()
     {
    -	ASN1_STRING_TABLE *tmp;
    -	int i, last_nid = -1;
    -
    -	for (tmp = tbl_standard, i = 0;
    -		i < sizeof(tbl_standard)/sizeof(ASN1_STRING_TABLE); i++, tmp++)
    -		{
    -			if (tmp->nid < last_nid)
    -				{
    -				last_nid = 0;
    -				break;
    -				}
    -			last_nid = tmp->nid;
    -		}
    -
    -	if (last_nid != 0)
    -		{
    -		printf("Table order OK\n");
    -		exit(0);
    -		}
    -
    -	for (tmp = tbl_standard, i = 0;
    -		i < sizeof(tbl_standard)/sizeof(ASN1_STRING_TABLE); i++, tmp++)
    -			printf("Index %d, NID %d, Name=%s\n", i, tmp->nid,
    -							OBJ_nid2ln(tmp->nid));
    +    ASN1_STRING_TABLE *tmp;
    +    int i, last_nid = -1;
    +
    +    for (tmp = tbl_standard, i = 0;
    +         i < sizeof(tbl_standard) / sizeof(ASN1_STRING_TABLE); i++, tmp++) {
    +        if (tmp->nid < last_nid) {
    +            last_nid = 0;
    +            break;
    +        }
    +        last_nid = tmp->nid;
    +    }
    +
    +    if (last_nid != 0) {
    +        printf("Table order OK\n");
    +        exit(0);
    +    }
    +
    +    for (tmp = tbl_standard, i = 0;
    +         i < sizeof(tbl_standard) / sizeof(ASN1_STRING_TABLE); i++, tmp++)
    +        printf("Index %d, NID %d, Name=%s\n", i, tmp->nid,
    +               OBJ_nid2ln(tmp->nid));
     
     }
     
    diff --git a/openssl/crypto/asn1/a_time.c b/openssl/crypto/asn1/a_time.c
    index e2eb9b243..fcb2d565c 100644
    --- a/openssl/crypto/asn1/a_time.c
    +++ b/openssl/crypto/asn1/a_time.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,8 +53,8 @@
      *
      */
     
    -
    -/* This is an implementation of the ASN1 Time structure which is:
    +/*-
    + * This is an implementation of the ASN1 Time structure which is:
      *    Time ::= CHOICE {
      *      utcTime        UTCTime,
      *      generalTime    GeneralizedTime }
    @@ -66,6 +66,7 @@
     #include "cryptlib.h"
     #include "o_time.h"
     #include 
    +#include "asn1_locl.h"
     
     IMPLEMENT_ASN1_MSTRING(ASN1_TIME, B_ASN1_TIME)
     
    @@ -73,126 +74,155 @@ IMPLEMENT_ASN1_FUNCTIONS(ASN1_TIME)
     
     #if 0
     int i2d_ASN1_TIME(ASN1_TIME *a, unsigned char **pp)
    -	{
    -#ifdef CHARSET_EBCDIC
    -	/* KLUDGE! We convert to ascii before writing DER */
    -	char tmp[24];
    -	ASN1_STRING tmpstr;
    -
    -	if(a->type == V_ASN1_UTCTIME || a->type == V_ASN1_GENERALIZEDTIME) {
    -	    int len;
    -
    -	    tmpstr = *(ASN1_STRING *)a;
    -	    len = tmpstr.length;
    -	    ebcdic2ascii(tmp, tmpstr.data, (len >= sizeof tmp) ? sizeof tmp : len);
    -	    tmpstr.data = tmp;
    -	    a = (ASN1_GENERALIZEDTIME *) &tmpstr;
    -	}
    -#endif
    -	if(a->type == V_ASN1_UTCTIME || a->type == V_ASN1_GENERALIZEDTIME)
    -				return(i2d_ASN1_bytes((ASN1_STRING *)a,pp,
    -				     a->type ,V_ASN1_UNIVERSAL));
    -	ASN1err(ASN1_F_I2D_ASN1_TIME,ASN1_R_EXPECTING_A_TIME);
    -	return -1;
    -	}
    +{
    +# ifdef CHARSET_EBCDIC
    +    /* KLUDGE! We convert to ascii before writing DER */
    +    char tmp[24];
    +    ASN1_STRING tmpstr;
    +
    +    if (a->type == V_ASN1_UTCTIME || a->type == V_ASN1_GENERALIZEDTIME) {
    +        int len;
    +
    +        tmpstr = *(ASN1_STRING *)a;
    +        len = tmpstr.length;
    +        ebcdic2ascii(tmp, tmpstr.data,
    +                     (len >= sizeof tmp) ? sizeof tmp : len);
    +        tmpstr.data = tmp;
    +        a = (ASN1_GENERALIZEDTIME *)&tmpstr;
    +    }
    +# endif
    +    if (a->type == V_ASN1_UTCTIME || a->type == V_ASN1_GENERALIZEDTIME)
    +        return (i2d_ASN1_bytes((ASN1_STRING *)a, pp,
    +                               a->type, V_ASN1_UNIVERSAL));
    +    ASN1err(ASN1_F_I2D_ASN1_TIME, ASN1_R_EXPECTING_A_TIME);
    +    return -1;
    +}
     #endif
     
    -
     ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s, time_t t)
    -	{
    -	return ASN1_TIME_adj(s, t, 0, 0);
    -	}
    +{
    +    return ASN1_TIME_adj(s, t, 0, 0);
    +}
     
     ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s, time_t t,
    -				int offset_day, long offset_sec)
    -	{
    -	struct tm *ts;
    -	struct tm data;
    -
    -	ts=OPENSSL_gmtime(&t,&data);
    -	if (ts == NULL)
    -		{
    -		ASN1err(ASN1_F_ASN1_TIME_ADJ, ASN1_R_ERROR_GETTING_TIME);
    -		return NULL;
    -		}
    -	if (offset_day || offset_sec)
    -		{ 
    -		if (!OPENSSL_gmtime_adj(ts, offset_day, offset_sec))
    -			return NULL;
    -		}
    -	if((ts->tm_year >= 50) && (ts->tm_year < 150))
    -			return ASN1_UTCTIME_adj(s, t, offset_day, offset_sec);
    -	return ASN1_GENERALIZEDTIME_adj(s, t, offset_day, offset_sec);
    -	}
    +                         int offset_day, long offset_sec)
    +{
    +    struct tm *ts;
    +    struct tm data;
    +
    +    ts = OPENSSL_gmtime(&t, &data);
    +    if (ts == NULL) {
    +        ASN1err(ASN1_F_ASN1_TIME_ADJ, ASN1_R_ERROR_GETTING_TIME);
    +        return NULL;
    +    }
    +    if (offset_day || offset_sec) {
    +        if (!OPENSSL_gmtime_adj(ts, offset_day, offset_sec))
    +            return NULL;
    +    }
    +    if ((ts->tm_year >= 50) && (ts->tm_year < 150))
    +        return ASN1_UTCTIME_adj(s, t, offset_day, offset_sec);
    +    return ASN1_GENERALIZEDTIME_adj(s, t, offset_day, offset_sec);
    +}
     
     int ASN1_TIME_check(ASN1_TIME *t)
    -	{
    -	if (t->type == V_ASN1_GENERALIZEDTIME)
    -		return ASN1_GENERALIZEDTIME_check(t);
    -	else if (t->type == V_ASN1_UTCTIME)
    -		return ASN1_UTCTIME_check(t);
    -	return 0;
    -	}
    +{
    +    if (t->type == V_ASN1_GENERALIZEDTIME)
    +        return ASN1_GENERALIZEDTIME_check(t);
    +    else if (t->type == V_ASN1_UTCTIME)
    +        return ASN1_UTCTIME_check(t);
    +    return 0;
    +}
     
     /* Convert an ASN1_TIME structure to GeneralizedTime */
    -ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(ASN1_TIME *t, ASN1_GENERALIZEDTIME **out)
    -	{
    -	ASN1_GENERALIZEDTIME *ret;
    -	char *str;
    -	int newlen;
    -
    -	if (!ASN1_TIME_check(t)) return NULL;
    -
    -	if (!out || !*out)
    -		{
    -		if (!(ret = ASN1_GENERALIZEDTIME_new ()))
    -			return NULL;
    -		if (out) *out = ret;
    -		}
    -	else ret = *out;
    -
    -	/* If already GeneralizedTime just copy across */
    -	if (t->type == V_ASN1_GENERALIZEDTIME)
    -		{
    -		if(!ASN1_STRING_set(ret, t->data, t->length))
    -			return NULL;
    -		return ret;
    -		}
    -
    -	/* grow the string */
    -	if (!ASN1_STRING_set(ret, NULL, t->length + 2))
    -		return NULL;
    -	/* ASN1_STRING_set() allocated 'len + 1' bytes. */
    -	newlen = t->length + 2 + 1;
    -	str = (char *)ret->data;
    -	/* Work out the century and prepend */
    -	if (t->data[0] >= '5') BUF_strlcpy(str, "19", newlen);
    -	else BUF_strlcpy(str, "20", newlen);
    -
    -	BUF_strlcat(str, (char *)t->data, newlen);
    -
    -	return ret;
    -	}
    +ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(ASN1_TIME *t,
    +                                                   ASN1_GENERALIZEDTIME **out)
    +{
    +    ASN1_GENERALIZEDTIME *ret;
    +    char *str;
    +    int newlen;
    +
    +    if (!ASN1_TIME_check(t))
    +        return NULL;
    +
    +    if (!out || !*out) {
    +        if (!(ret = ASN1_GENERALIZEDTIME_new()))
    +            return NULL;
    +        if (out)
    +            *out = ret;
    +    } else
    +        ret = *out;
    +
    +    /* If already GeneralizedTime just copy across */
    +    if (t->type == V_ASN1_GENERALIZEDTIME) {
    +        if (!ASN1_STRING_set(ret, t->data, t->length))
    +            return NULL;
    +        return ret;
    +    }
    +
    +    /* grow the string */
    +    if (!ASN1_STRING_set(ret, NULL, t->length + 2))
    +        return NULL;
    +    /* ASN1_STRING_set() allocated 'len + 1' bytes. */
    +    newlen = t->length + 2 + 1;
    +    str = (char *)ret->data;
    +    /* Work out the century and prepend */
    +    if (t->data[0] >= '5')
    +        BUF_strlcpy(str, "19", newlen);
    +    else
    +        BUF_strlcpy(str, "20", newlen);
    +
    +    BUF_strlcat(str, (char *)t->data, newlen);
    +
    +    return ret;
    +}
     
     int ASN1_TIME_set_string(ASN1_TIME *s, const char *str)
    -	{
    -	ASN1_TIME t;
    -
    -	t.length = strlen(str);
    -	t.data = (unsigned char *)str;
    -	t.flags = 0;
    -	
    -	t.type = V_ASN1_UTCTIME;
    -
    -	if (!ASN1_TIME_check(&t))
    -		{
    -		t.type = V_ASN1_GENERALIZEDTIME;
    -		if (!ASN1_TIME_check(&t))
    -			return 0;
    -		}
    -	
    -	if (s && !ASN1_STRING_copy((ASN1_STRING *)s, (ASN1_STRING *)&t))
    -			return 0;
    -
    -	return 1;
    -	}
    +{
    +    ASN1_TIME t;
    +
    +    t.length = strlen(str);
    +    t.data = (unsigned char *)str;
    +    t.flags = 0;
    +
    +    t.type = V_ASN1_UTCTIME;
    +
    +    if (!ASN1_TIME_check(&t)) {
    +        t.type = V_ASN1_GENERALIZEDTIME;
    +        if (!ASN1_TIME_check(&t))
    +            return 0;
    +    }
    +
    +    if (s && !ASN1_STRING_copy((ASN1_STRING *)s, (ASN1_STRING *)&t))
    +        return 0;
    +
    +    return 1;
    +}
    +
    +static int asn1_time_to_tm(struct tm *tm, const ASN1_TIME *t)
    +{
    +    if (t == NULL) {
    +        time_t now_t;
    +        time(&now_t);
    +        if (OPENSSL_gmtime(&now_t, tm))
    +            return 1;
    +        return 0;
    +    }
    +
    +    if (t->type == V_ASN1_UTCTIME)
    +        return asn1_utctime_to_tm(tm, t);
    +    else if (t->type == V_ASN1_GENERALIZEDTIME)
    +        return asn1_generalizedtime_to_tm(tm, t);
    +
    +    return 0;
    +}
    +
    +int ASN1_TIME_diff(int *pday, int *psec,
    +                   const ASN1_TIME *from, const ASN1_TIME *to)
    +{
    +    struct tm tm_from, tm_to;
    +    if (!asn1_time_to_tm(&tm_from, from))
    +        return 0;
    +    if (!asn1_time_to_tm(&tm_to, to))
    +        return 0;
    +    return OPENSSL_gmtime_diff(pday, psec, &tm_from, &tm_to);
    +}
    diff --git a/openssl/crypto/asn1/a_type.c b/openssl/crypto/asn1/a_type.c
    index a45d2f9d1..4a36aff6a 100644
    --- a/openssl/crypto/asn1/a_type.c
    +++ b/openssl/crypto/asn1/a_type.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,98 +62,93 @@
     #include 
     
     int ASN1_TYPE_get(ASN1_TYPE *a)
    -	{
    -	if ((a->value.ptr != NULL) || (a->type == V_ASN1_NULL))
    -		return(a->type);
    -	else
    -		return(0);
    -	}
    +{
    +    if ((a->value.ptr != NULL) || (a->type == V_ASN1_NULL))
    +        return (a->type);
    +    else
    +        return (0);
    +}
     
     void ASN1_TYPE_set(ASN1_TYPE *a, int type, void *value)
    -	{
    -	if (a->value.ptr != NULL)
    -		{
    -		ASN1_TYPE **tmp_a = &a;
    -		ASN1_primitive_free((ASN1_VALUE **)tmp_a, NULL);
    -		}
    -	a->type=type;
    -	if (type == V_ASN1_BOOLEAN)
    -		a->value.boolean = value ? 0xff : 0;
    -	else
    -		a->value.ptr=value;
    -	}
    +{
    +    if (a->value.ptr != NULL) {
    +        ASN1_TYPE **tmp_a = &a;
    +        ASN1_primitive_free((ASN1_VALUE **)tmp_a, NULL);
    +    }
    +    a->type = type;
    +    if (type == V_ASN1_BOOLEAN)
    +        a->value.boolean = value ? 0xff : 0;
    +    else
    +        a->value.ptr = value;
    +}
     
     int ASN1_TYPE_set1(ASN1_TYPE *a, int type, const void *value)
    -	{
    -	if (!value || (type == V_ASN1_BOOLEAN))
    -		{
    -		void *p = (void *)value;
    -		ASN1_TYPE_set(a, type, p);
    -		}
    -	else if (type == V_ASN1_OBJECT)
    -		{
    -		ASN1_OBJECT *odup;
    -		odup = OBJ_dup(value);
    -		if (!odup)
    -			return 0;
    -		ASN1_TYPE_set(a, type, odup);
    -		}
    -	else
    -		{
    -		ASN1_STRING *sdup;
    -		sdup = ASN1_STRING_dup(value);
    -		if (!sdup)
    -			return 0;
    -		ASN1_TYPE_set(a, type, sdup);
    -		}
    -	return 1;
    -	}
    +{
    +    if (!value || (type == V_ASN1_BOOLEAN)) {
    +        void *p = (void *)value;
    +        ASN1_TYPE_set(a, type, p);
    +    } else if (type == V_ASN1_OBJECT) {
    +        ASN1_OBJECT *odup;
    +        odup = OBJ_dup(value);
    +        if (!odup)
    +            return 0;
    +        ASN1_TYPE_set(a, type, odup);
    +    } else {
    +        ASN1_STRING *sdup;
    +        sdup = ASN1_STRING_dup(value);
    +        if (!sdup)
    +            return 0;
    +        ASN1_TYPE_set(a, type, sdup);
    +    }
    +    return 1;
    +}
     
     IMPLEMENT_STACK_OF(ASN1_TYPE)
    +
     IMPLEMENT_ASN1_SET_OF(ASN1_TYPE)
     
     /* Returns 0 if they are equal, != 0 otherwise. */
    -int ASN1_TYPE_cmp(ASN1_TYPE *a, ASN1_TYPE *b)
    -	{
    -	int result = -1;
    +int ASN1_TYPE_cmp(const ASN1_TYPE *a, const ASN1_TYPE *b)
    +{
    +    int result = -1;
     
    -	if (!a || !b || a->type != b->type) return -1;
    +    if (!a || !b || a->type != b->type)
    +        return -1;
     
    -	switch (a->type)
    -		{
    -	case V_ASN1_OBJECT:
    -		result = OBJ_cmp(a->value.object, b->value.object);
    -		break;
    -	case V_ASN1_NULL:
    -		result = 0;	/* They do not have content. */
    -		break;
    -	case V_ASN1_INTEGER:
    -	case V_ASN1_NEG_INTEGER:
    -	case V_ASN1_ENUMERATED:
    -	case V_ASN1_NEG_ENUMERATED:
    -	case V_ASN1_BIT_STRING:
    -	case V_ASN1_OCTET_STRING:
    -	case V_ASN1_SEQUENCE:
    -	case V_ASN1_SET:
    -	case V_ASN1_NUMERICSTRING:
    -	case V_ASN1_PRINTABLESTRING:
    -	case V_ASN1_T61STRING:
    -	case V_ASN1_VIDEOTEXSTRING:
    -	case V_ASN1_IA5STRING:
    -	case V_ASN1_UTCTIME:
    -	case V_ASN1_GENERALIZEDTIME:
    -	case V_ASN1_GRAPHICSTRING:
    -	case V_ASN1_VISIBLESTRING:
    -	case V_ASN1_GENERALSTRING:
    -	case V_ASN1_UNIVERSALSTRING:
    -	case V_ASN1_BMPSTRING:
    -	case V_ASN1_UTF8STRING:
    -	case V_ASN1_OTHER:
    -	default:
    -		result = ASN1_STRING_cmp((ASN1_STRING *) a->value.ptr,
    -					 (ASN1_STRING *) b->value.ptr);
    -		break;
    -		}
    +    switch (a->type) {
    +    case V_ASN1_OBJECT:
    +        result = OBJ_cmp(a->value.object, b->value.object);
    +        break;
    +    case V_ASN1_NULL:
    +        result = 0;             /* They do not have content. */
    +        break;
    +    case V_ASN1_INTEGER:
    +    case V_ASN1_NEG_INTEGER:
    +    case V_ASN1_ENUMERATED:
    +    case V_ASN1_NEG_ENUMERATED:
    +    case V_ASN1_BIT_STRING:
    +    case V_ASN1_OCTET_STRING:
    +    case V_ASN1_SEQUENCE:
    +    case V_ASN1_SET:
    +    case V_ASN1_NUMERICSTRING:
    +    case V_ASN1_PRINTABLESTRING:
    +    case V_ASN1_T61STRING:
    +    case V_ASN1_VIDEOTEXSTRING:
    +    case V_ASN1_IA5STRING:
    +    case V_ASN1_UTCTIME:
    +    case V_ASN1_GENERALIZEDTIME:
    +    case V_ASN1_GRAPHICSTRING:
    +    case V_ASN1_VISIBLESTRING:
    +    case V_ASN1_GENERALSTRING:
    +    case V_ASN1_UNIVERSALSTRING:
    +    case V_ASN1_BMPSTRING:
    +    case V_ASN1_UTF8STRING:
    +    case V_ASN1_OTHER:
    +    default:
    +        result = ASN1_STRING_cmp((ASN1_STRING *)a->value.ptr,
    +                                 (ASN1_STRING *)b->value.ptr);
    +        break;
    +    }
     
    -	return result;
    -	}
    +    return result;
    +}
    diff --git a/openssl/crypto/asn1/a_utctm.c b/openssl/crypto/asn1/a_utctm.c
    index bbdc9b322..0578c8887 100644
    --- a/openssl/crypto/asn1/a_utctm.c
    +++ b/openssl/crypto/asn1/a_utctm.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,272 +61,292 @@
     #include "cryptlib.h"
     #include "o_time.h"
     #include 
    +#include "asn1_locl.h"
     
     #if 0
     int i2d_ASN1_UTCTIME(ASN1_UTCTIME *a, unsigned char **pp)
    -	{
    -#ifndef CHARSET_EBCDIC
    -	return(i2d_ASN1_bytes((ASN1_STRING *)a,pp,
    -		V_ASN1_UTCTIME,V_ASN1_UNIVERSAL));
    -#else
    -	/* KLUDGE! We convert to ascii before writing DER */
    -	int len;
    -	char tmp[24];
    -	ASN1_STRING x = *(ASN1_STRING *)a;
    -
    -	len = x.length;
    -	ebcdic2ascii(tmp, x.data, (len >= sizeof tmp) ? sizeof tmp : len);
    -	x.data = tmp;
    -	return i2d_ASN1_bytes(&x, pp, V_ASN1_UTCTIME,V_ASN1_UNIVERSAL);
    -#endif
    -	}
    -
    +{
    +# ifndef CHARSET_EBCDIC
    +    return (i2d_ASN1_bytes((ASN1_STRING *)a, pp,
    +                           V_ASN1_UTCTIME, V_ASN1_UNIVERSAL));
    +# else
    +    /* KLUDGE! We convert to ascii before writing DER */
    +    int len;
    +    char tmp[24];
    +    ASN1_STRING x = *(ASN1_STRING *)a;
    +
    +    len = x.length;
    +    ebcdic2ascii(tmp, x.data, (len >= sizeof tmp) ? sizeof tmp : len);
    +    x.data = tmp;
    +    return i2d_ASN1_bytes(&x, pp, V_ASN1_UTCTIME, V_ASN1_UNIVERSAL);
    +# endif
    +}
     
     ASN1_UTCTIME *d2i_ASN1_UTCTIME(ASN1_UTCTIME **a, unsigned char **pp,
    -	     long length)
    -	{
    -	ASN1_UTCTIME *ret=NULL;
    -
    -	ret=(ASN1_UTCTIME *)d2i_ASN1_bytes((ASN1_STRING **)a,pp,length,
    -		V_ASN1_UTCTIME,V_ASN1_UNIVERSAL);
    -	if (ret == NULL)
    -		{
    -		ASN1err(ASN1_F_D2I_ASN1_UTCTIME,ERR_R_NESTED_ASN1_ERROR);
    -		return(NULL);
    -		}
    -#ifdef CHARSET_EBCDIC
    -	ascii2ebcdic(ret->data, ret->data, ret->length);
    -#endif
    -	if (!ASN1_UTCTIME_check(ret))
    -		{
    -		ASN1err(ASN1_F_D2I_ASN1_UTCTIME,ASN1_R_INVALID_TIME_FORMAT);
    -		goto err;
    -		}
    -
    -	return(ret);
    -err:
    -	if ((ret != NULL) && ((a == NULL) || (*a != ret)))
    -		M_ASN1_UTCTIME_free(ret);
    -	return(NULL);
    -	}
    +                               long length)
    +{
    +    ASN1_UTCTIME *ret = NULL;
    +
    +    ret = (ASN1_UTCTIME *)d2i_ASN1_bytes((ASN1_STRING **)a, pp, length,
    +                                         V_ASN1_UTCTIME, V_ASN1_UNIVERSAL);
    +    if (ret == NULL) {
    +        ASN1err(ASN1_F_D2I_ASN1_UTCTIME, ERR_R_NESTED_ASN1_ERROR);
    +        return (NULL);
    +    }
    +# ifdef CHARSET_EBCDIC
    +    ascii2ebcdic(ret->data, ret->data, ret->length);
    +# endif
    +    if (!ASN1_UTCTIME_check(ret)) {
    +        ASN1err(ASN1_F_D2I_ASN1_UTCTIME, ASN1_R_INVALID_TIME_FORMAT);
    +        goto err;
    +    }
    +
    +    return (ret);
    + err:
    +    if ((ret != NULL) && ((a == NULL) || (*a != ret)))
    +        M_ASN1_UTCTIME_free(ret);
    +    return (NULL);
    +}
     
     #endif
     
    -int ASN1_UTCTIME_check(ASN1_UTCTIME *d)
    -	{
    -	static const int min[8]={ 0, 1, 1, 0, 0, 0, 0, 0};
    -	static const int max[8]={99,12,31,23,59,59,12,59};
    -	char *a;
    -	int n,i,l,o;
    -
    -	if (d->type != V_ASN1_UTCTIME) return(0);
    -	l=d->length;
    -	a=(char *)d->data;
    -	o=0;
    -
    -	if (l < 11) goto err;
    -	for (i=0; i<6; i++)
    -		{
    -		if ((i == 5) && ((a[o] == 'Z') ||
    -			(a[o] == '+') || (a[o] == '-')))
    -			{ i++; break; }
    -		if ((a[o] < '0') || (a[o] > '9')) goto err;
    -		n= a[o]-'0';
    -		if (++o > l) goto err;
    -
    -		if ((a[o] < '0') || (a[o] > '9')) goto err;
    -		n=(n*10)+ a[o]-'0';
    -		if (++o > l) goto err;
    -
    -		if ((n < min[i]) || (n > max[i])) goto err;
    -		}
    -	if (a[o] == 'Z')
    -		o++;
    -	else if ((a[o] == '+') || (a[o] == '-'))
    -		{
    -		o++;
    -		if (o+4 > l) goto err;
    -		for (i=6; i<8; i++)
    -			{
    -			if ((a[o] < '0') || (a[o] > '9')) goto err;
    -			n= a[o]-'0';
    -			o++;
    -			if ((a[o] < '0') || (a[o] > '9')) goto err;
    -			n=(n*10)+ a[o]-'0';
    -			if ((n < min[i]) || (n > max[i])) goto err;
    -			o++;
    -			}
    -		}
    -	return(o == l);
    -err:
    -	return(0);
    -	}
    +int asn1_utctime_to_tm(struct tm *tm, const ASN1_UTCTIME *d)
    +{
    +    static const int min[8] = { 0, 1, 1, 0, 0, 0, 0, 0 };
    +    static const int max[8] = { 99, 12, 31, 23, 59, 59, 12, 59 };
    +    char *a;
    +    int n, i, l, o;
    +
    +    if (d->type != V_ASN1_UTCTIME)
    +        return (0);
    +    l = d->length;
    +    a = (char *)d->data;
    +    o = 0;
    +
    +    if (l < 11)
    +        goto err;
    +    for (i = 0; i < 6; i++) {
    +        if ((i == 5) && ((a[o] == 'Z') || (a[o] == '+') || (a[o] == '-'))) {
    +            i++;
    +            if (tm)
    +                tm->tm_sec = 0;
    +            break;
    +        }
    +        if ((a[o] < '0') || (a[o] > '9'))
    +            goto err;
    +        n = a[o] - '0';
    +        if (++o > l)
    +            goto err;
    +
    +        if ((a[o] < '0') || (a[o] > '9'))
    +            goto err;
    +        n = (n * 10) + a[o] - '0';
    +        if (++o > l)
    +            goto err;
    +
    +        if ((n < min[i]) || (n > max[i]))
    +            goto err;
    +        if (tm) {
    +            switch (i) {
    +            case 0:
    +                tm->tm_year = n < 50 ? n + 100 : n;
    +                break;
    +            case 1:
    +                tm->tm_mon = n - 1;
    +                break;
    +            case 2:
    +                tm->tm_mday = n;
    +                break;
    +            case 3:
    +                tm->tm_hour = n;
    +                break;
    +            case 4:
    +                tm->tm_min = n;
    +                break;
    +            case 5:
    +                tm->tm_sec = n;
    +                break;
    +            }
    +        }
    +    }
    +    if (a[o] == 'Z')
    +        o++;
    +    else if ((a[o] == '+') || (a[o] == '-')) {
    +        int offsign = a[o] == '-' ? -1 : 1, offset = 0;
    +        o++;
    +        if (o + 4 > l)
    +            goto err;
    +        for (i = 6; i < 8; i++) {
    +            if ((a[o] < '0') || (a[o] > '9'))
    +                goto err;
    +            n = a[o] - '0';
    +            o++;
    +            if ((a[o] < '0') || (a[o] > '9'))
    +                goto err;
    +            n = (n * 10) + a[o] - '0';
    +            if ((n < min[i]) || (n > max[i]))
    +                goto err;
    +            if (tm) {
    +                if (i == 6)
    +                    offset = n * 3600;
    +                else if (i == 7)
    +                    offset += n * 60;
    +            }
    +            o++;
    +        }
    +        if (offset && !OPENSSL_gmtime_adj(tm, 0, offset * offsign))
    +            return 0;
    +    }
    +    return o == l;
    + err:
    +    return 0;
    +}
    +
    +int ASN1_UTCTIME_check(const ASN1_UTCTIME *d)
    +{
    +    return asn1_utctime_to_tm(NULL, d);
    +}
     
     int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str)
    -	{
    -	ASN1_UTCTIME t;
    -
    -	t.type=V_ASN1_UTCTIME;
    -	t.length=strlen(str);
    -	t.data=(unsigned char *)str;
    -	if (ASN1_UTCTIME_check(&t))
    -		{
    -		if (s != NULL)
    -			{
    -			if (!ASN1_STRING_set((ASN1_STRING *)s,
    -				(unsigned char *)str,t.length))
    -				return 0;
    -			s->type = V_ASN1_UTCTIME;
    -			}
    -		return(1);
    -		}
    -	else
    -		return(0);
    -	}
    +{
    +    ASN1_UTCTIME t;
    +
    +    t.type = V_ASN1_UTCTIME;
    +    t.length = strlen(str);
    +    t.data = (unsigned char *)str;
    +    if (ASN1_UTCTIME_check(&t)) {
    +        if (s != NULL) {
    +            if (!ASN1_STRING_set((ASN1_STRING *)s,
    +                                 (unsigned char *)str, t.length))
    +                return 0;
    +            s->type = V_ASN1_UTCTIME;
    +        }
    +        return (1);
    +    } else
    +        return (0);
    +}
     
     ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t)
    -	{
    -	return ASN1_UTCTIME_adj(s, t, 0, 0);
    -	}
    +{
    +    return ASN1_UTCTIME_adj(s, t, 0, 0);
    +}
     
     ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t,
    -				int offset_day, long offset_sec)
    -	{
    -	char *p;
    -	struct tm *ts;
    -	struct tm data;
    -	size_t len = 20;
    -	int free_s = 0;
    -
    -	if (s == NULL)
    -		{
    -		free_s = 1;
    -		s=M_ASN1_UTCTIME_new();
    -		}
    -	if (s == NULL)
    -		goto err;
    -
    -
    -	ts=OPENSSL_gmtime(&t, &data);
    -	if (ts == NULL)
    -		goto err;
    -
    -	if (offset_day || offset_sec)
    -		{ 
    -		if (!OPENSSL_gmtime_adj(ts, offset_day, offset_sec))
    -			goto err;
    -		}
    -
    -	if((ts->tm_year < 50) || (ts->tm_year >= 150))
    -		goto err;
    -
    -	p=(char *)s->data;
    -	if ((p == NULL) || ((size_t)s->length < len))
    -		{
    -		p=OPENSSL_malloc(len);
    -		if (p == NULL)
    -			{
    -			ASN1err(ASN1_F_ASN1_UTCTIME_ADJ,ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -		if (s->data != NULL)
    -			OPENSSL_free(s->data);
    -		s->data=(unsigned char *)p;
    -		}
    -
    -	BIO_snprintf(p,len,"%02d%02d%02d%02d%02d%02dZ",ts->tm_year%100,
    -		     ts->tm_mon+1,ts->tm_mday,ts->tm_hour,ts->tm_min,ts->tm_sec);
    -	s->length=strlen(p);
    -	s->type=V_ASN1_UTCTIME;
    +                               int offset_day, long offset_sec)
    +{
    +    char *p;
    +    struct tm *ts;
    +    struct tm data;
    +    size_t len = 20;
    +    int free_s = 0;
    +
    +    if (s == NULL) {
    +        free_s = 1;
    +        s = M_ASN1_UTCTIME_new();
    +    }
    +    if (s == NULL)
    +        goto err;
    +
    +    ts = OPENSSL_gmtime(&t, &data);
    +    if (ts == NULL)
    +        goto err;
    +
    +    if (offset_day || offset_sec) {
    +        if (!OPENSSL_gmtime_adj(ts, offset_day, offset_sec))
    +            goto err;
    +    }
    +
    +    if ((ts->tm_year < 50) || (ts->tm_year >= 150))
    +        goto err;
    +
    +    p = (char *)s->data;
    +    if ((p == NULL) || ((size_t)s->length < len)) {
    +        p = OPENSSL_malloc(len);
    +        if (p == NULL) {
    +            ASN1err(ASN1_F_ASN1_UTCTIME_ADJ, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +        if (s->data != NULL)
    +            OPENSSL_free(s->data);
    +        s->data = (unsigned char *)p;
    +    }
    +
    +    BIO_snprintf(p, len, "%02d%02d%02d%02d%02d%02dZ", ts->tm_year % 100,
    +                 ts->tm_mon + 1, ts->tm_mday, ts->tm_hour, ts->tm_min,
    +                 ts->tm_sec);
    +    s->length = strlen(p);
    +    s->type = V_ASN1_UTCTIME;
     #ifdef CHARSET_EBCDIC_not
    -	ebcdic2ascii(s->data, s->data, s->length);
    +    ebcdic2ascii(s->data, s->data, s->length);
     #endif
    -	return(s);
    -	err:
    -	if (free_s && s)
    -		M_ASN1_UTCTIME_free(s);
    -	return NULL;
    -	}
    -
    +    return (s);
    + err:
    +    if (free_s && s)
    +        M_ASN1_UTCTIME_free(s);
    +    return NULL;
    +}
     
     int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t)
    -	{
    -	struct tm *tm;
    -	struct tm data;
    -	int offset;
    -	int year;
    -
    -#define g2(p) (((p)[0]-'0')*10+(p)[1]-'0')
    -
    -	if (s->data[12] == 'Z')
    -		offset=0;
    -	else
    -		{
    -		offset = g2(s->data+13)*60+g2(s->data+15);
    -		if (s->data[12] == '-')
    -			offset = -offset;
    -		}
    -
    -	t -= offset*60; /* FIXME: may overflow in extreme cases */
    -
    -	tm = OPENSSL_gmtime(&t, &data);
    -	/* NB: -1, 0, 1 already valid return values so use -2 to
    -	 * indicate error.
    -	 */
    -	if (tm == NULL)
    -		return -2;
    -	
    -#define return_cmp(a,b) if ((a)<(b)) return -1; else if ((a)>(b)) return 1
    -	year = g2(s->data);
    -	if (year < 50)
    -		year += 100;
    -	return_cmp(year,              tm->tm_year);
    -	return_cmp(g2(s->data+2) - 1, tm->tm_mon);
    -	return_cmp(g2(s->data+4),     tm->tm_mday);
    -	return_cmp(g2(s->data+6),     tm->tm_hour);
    -	return_cmp(g2(s->data+8),     tm->tm_min);
    -	return_cmp(g2(s->data+10),    tm->tm_sec);
    -#undef g2
    -#undef return_cmp
    -
    -	return 0;
    -	}
    -
    +{
    +    struct tm stm, ttm;
    +    int day, sec;
    +
    +    if (!asn1_utctime_to_tm(&stm, s))
    +        return -2;
    +
    +    if (!OPENSSL_gmtime(&t, &ttm))
    +        return -2;
    +
    +    if (!OPENSSL_gmtime_diff(&day, &sec, &stm, &ttm))
    +        return -2;
    +
    +    if (day > 0)
    +        return 1;
    +    if (day < 0)
    +        return -1;
    +    if (sec > 0)
    +        return 1;
    +    if (sec < 0)
    +        return -1;
    +    return 0;
    +}
     
     #if 0
     time_t ASN1_UTCTIME_get(const ASN1_UTCTIME *s)
    -	{
    -	struct tm tm;
    -	int offset;
    -
    -	memset(&tm,'\0',sizeof tm);
    -
    -#define g2(p) (((p)[0]-'0')*10+(p)[1]-'0')
    -	tm.tm_year=g2(s->data);
    -	if(tm.tm_year < 50)
    -		tm.tm_year+=100;
    -	tm.tm_mon=g2(s->data+2)-1;
    -	tm.tm_mday=g2(s->data+4);
    -	tm.tm_hour=g2(s->data+6);
    -	tm.tm_min=g2(s->data+8);
    -	tm.tm_sec=g2(s->data+10);
    -	if(s->data[12] == 'Z')
    -		offset=0;
    -	else
    -		{
    -		offset=g2(s->data+13)*60+g2(s->data+15);
    -		if(s->data[12] == '-')
    -			offset= -offset;
    -		}
    -#undef g2
    -
    -	return mktime(&tm)-offset*60; /* FIXME: mktime assumes the current timezone
    -	                               * instead of UTC, and unless we rewrite OpenSSL
    -				       * in Lisp we cannot locally change the timezone
    -				       * without possibly interfering with other parts
    -	                               * of the program. timegm, which uses UTC, is
    -				       * non-standard.
    -	                               * Also time_t is inappropriate for general
    -	                               * UTC times because it may a 32 bit type. */
    -	}
    +{
    +    struct tm tm;
    +    int offset;
    +
    +    memset(&tm, '\0', sizeof tm);
    +
    +# define g2(p) (((p)[0]-'0')*10+(p)[1]-'0')
    +    tm.tm_year = g2(s->data);
    +    if (tm.tm_year < 50)
    +        tm.tm_year += 100;
    +    tm.tm_mon = g2(s->data + 2) - 1;
    +    tm.tm_mday = g2(s->data + 4);
    +    tm.tm_hour = g2(s->data + 6);
    +    tm.tm_min = g2(s->data + 8);
    +    tm.tm_sec = g2(s->data + 10);
    +    if (s->data[12] == 'Z')
    +        offset = 0;
    +    else {
    +        offset = g2(s->data + 13) * 60 + g2(s->data + 15);
    +        if (s->data[12] == '-')
    +            offset = -offset;
    +    }
    +# undef g2
    +
    +    /*
    +     * FIXME: mktime assumes the current timezone
    +     * instead of UTC, and unless we rewrite OpenSSL
    +     * in Lisp we cannot locally change the timezone
    +     * without possibly interfering with other parts
    +     * of the program. timegm, which uses UTC, is
    +     * non-standard.
    +     * Also time_t is inappropriate for general
    +     * UTC times because it may a 32 bit type.
    +     */
    +    return mktime(&tm) - offset * 60;
    +}
     #endif
    diff --git a/openssl/crypto/asn1/a_utf8.c b/openssl/crypto/asn1/a_utf8.c
    index 508e11e52..23dc2e828 100644
    --- a/openssl/crypto/asn1/a_utf8.c
    +++ b/openssl/crypto/asn1/a_utf8.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,10 +60,10 @@
     #include "cryptlib.h"
     #include 
     
    -
     /* UTF8 utilities */
     
    -/* This parses a UTF8 string one character at a time. It is passed a pointer
    +/*-
    + * This parses a UTF8 string one character at a time. It is passed a pointer
      * to the string and the length of the string. It sets 'value' to the value of
      * the current character. It returns the number of characters read or a
      * negative error code:
    @@ -75,137 +75,163 @@
     
     int UTF8_getc(const unsigned char *str, int len, unsigned long *val)
     {
    -	const unsigned char *p;
    -	unsigned long value;
    -	int ret;
    -	if(len <= 0) return 0;
    -	p = str;
    +    const unsigned char *p;
    +    unsigned long value;
    +    int ret;
    +    if (len <= 0)
    +        return 0;
    +    p = str;
     
    -	/* Check syntax and work out the encoded value (if correct) */
    -	if((*p & 0x80) == 0) {
    -		value = *p++ & 0x7f;
    -		ret = 1;
    -	} else if((*p & 0xe0) == 0xc0) {
    -		if(len < 2) return -1;
    -		if((p[1] & 0xc0) != 0x80) return -3;
    -		value = (*p++ & 0x1f) << 6;
    -		value |= *p++ & 0x3f;
    -		if(value < 0x80) return -4;
    -		ret = 2;
    -	} else if((*p & 0xf0) == 0xe0) {
    -		if(len < 3) return -1;
    -		if( ((p[1] & 0xc0) != 0x80)
    -		   || ((p[2] & 0xc0) != 0x80) ) return -3;
    -		value = (*p++ & 0xf) << 12;
    -		value |= (*p++ & 0x3f) << 6;
    -		value |= *p++ & 0x3f;
    -		if(value < 0x800) return -4;
    -		ret = 3;
    -	} else if((*p & 0xf8) == 0xf0) {
    -		if(len < 4) return -1;
    -		if( ((p[1] & 0xc0) != 0x80)
    -		   || ((p[2] & 0xc0) != 0x80) 
    -		   || ((p[3] & 0xc0) != 0x80) ) return -3;
    -		value = ((unsigned long)(*p++ & 0x7)) << 18;
    -		value |= (*p++ & 0x3f) << 12;
    -		value |= (*p++ & 0x3f) << 6;
    -		value |= *p++ & 0x3f;
    -		if(value < 0x10000) return -4;
    -		ret = 4;
    -	} else if((*p & 0xfc) == 0xf8) {
    -		if(len < 5) return -1;
    -		if( ((p[1] & 0xc0) != 0x80)
    -		   || ((p[2] & 0xc0) != 0x80) 
    -		   || ((p[3] & 0xc0) != 0x80) 
    -		   || ((p[4] & 0xc0) != 0x80) ) return -3;
    -		value = ((unsigned long)(*p++ & 0x3)) << 24;
    -		value |= ((unsigned long)(*p++ & 0x3f)) << 18;
    -		value |= ((unsigned long)(*p++ & 0x3f)) << 12;
    -		value |= (*p++ & 0x3f) << 6;
    -		value |= *p++ & 0x3f;
    -		if(value < 0x200000) return -4;
    -		ret = 5;
    -	} else if((*p & 0xfe) == 0xfc) {
    -		if(len < 6) return -1;
    -		if( ((p[1] & 0xc0) != 0x80)
    -		   || ((p[2] & 0xc0) != 0x80) 
    -		   || ((p[3] & 0xc0) != 0x80) 
    -		   || ((p[4] & 0xc0) != 0x80) 
    -		   || ((p[5] & 0xc0) != 0x80) ) return -3;
    -		value = ((unsigned long)(*p++ & 0x1)) << 30;
    -		value |= ((unsigned long)(*p++ & 0x3f)) << 24;
    -		value |= ((unsigned long)(*p++ & 0x3f)) << 18;
    -		value |= ((unsigned long)(*p++ & 0x3f)) << 12;
    -		value |= (*p++ & 0x3f) << 6;
    -		value |= *p++ & 0x3f;
    -		if(value < 0x4000000) return -4;
    -		ret = 6;
    -	} else return -2;
    -	*val = value;
    -	return ret;
    +    /* Check syntax and work out the encoded value (if correct) */
    +    if ((*p & 0x80) == 0) {
    +        value = *p++ & 0x7f;
    +        ret = 1;
    +    } else if ((*p & 0xe0) == 0xc0) {
    +        if (len < 2)
    +            return -1;
    +        if ((p[1] & 0xc0) != 0x80)
    +            return -3;
    +        value = (*p++ & 0x1f) << 6;
    +        value |= *p++ & 0x3f;
    +        if (value < 0x80)
    +            return -4;
    +        ret = 2;
    +    } else if ((*p & 0xf0) == 0xe0) {
    +        if (len < 3)
    +            return -1;
    +        if (((p[1] & 0xc0) != 0x80)
    +            || ((p[2] & 0xc0) != 0x80))
    +            return -3;
    +        value = (*p++ & 0xf) << 12;
    +        value |= (*p++ & 0x3f) << 6;
    +        value |= *p++ & 0x3f;
    +        if (value < 0x800)
    +            return -4;
    +        ret = 3;
    +    } else if ((*p & 0xf8) == 0xf0) {
    +        if (len < 4)
    +            return -1;
    +        if (((p[1] & 0xc0) != 0x80)
    +            || ((p[2] & 0xc0) != 0x80)
    +            || ((p[3] & 0xc0) != 0x80))
    +            return -3;
    +        value = ((unsigned long)(*p++ & 0x7)) << 18;
    +        value |= (*p++ & 0x3f) << 12;
    +        value |= (*p++ & 0x3f) << 6;
    +        value |= *p++ & 0x3f;
    +        if (value < 0x10000)
    +            return -4;
    +        ret = 4;
    +    } else if ((*p & 0xfc) == 0xf8) {
    +        if (len < 5)
    +            return -1;
    +        if (((p[1] & 0xc0) != 0x80)
    +            || ((p[2] & 0xc0) != 0x80)
    +            || ((p[3] & 0xc0) != 0x80)
    +            || ((p[4] & 0xc0) != 0x80))
    +            return -3;
    +        value = ((unsigned long)(*p++ & 0x3)) << 24;
    +        value |= ((unsigned long)(*p++ & 0x3f)) << 18;
    +        value |= ((unsigned long)(*p++ & 0x3f)) << 12;
    +        value |= (*p++ & 0x3f) << 6;
    +        value |= *p++ & 0x3f;
    +        if (value < 0x200000)
    +            return -4;
    +        ret = 5;
    +    } else if ((*p & 0xfe) == 0xfc) {
    +        if (len < 6)
    +            return -1;
    +        if (((p[1] & 0xc0) != 0x80)
    +            || ((p[2] & 0xc0) != 0x80)
    +            || ((p[3] & 0xc0) != 0x80)
    +            || ((p[4] & 0xc0) != 0x80)
    +            || ((p[5] & 0xc0) != 0x80))
    +            return -3;
    +        value = ((unsigned long)(*p++ & 0x1)) << 30;
    +        value |= ((unsigned long)(*p++ & 0x3f)) << 24;
    +        value |= ((unsigned long)(*p++ & 0x3f)) << 18;
    +        value |= ((unsigned long)(*p++ & 0x3f)) << 12;
    +        value |= (*p++ & 0x3f) << 6;
    +        value |= *p++ & 0x3f;
    +        if (value < 0x4000000)
    +            return -4;
    +        ret = 6;
    +    } else
    +        return -2;
    +    *val = value;
    +    return ret;
     }
     
    -/* This takes a character 'value' and writes the UTF8 encoded value in
    - * 'str' where 'str' is a buffer containing 'len' characters. Returns
    - * the number of characters written or -1 if 'len' is too small. 'str' can
    - * be set to NULL in which case it just returns the number of characters.
    - * It will need at most 6 characters.
    +/*
    + * This takes a character 'value' and writes the UTF8 encoded value in 'str'
    + * where 'str' is a buffer containing 'len' characters. Returns the number of
    + * characters written or -1 if 'len' is too small. 'str' can be set to NULL
    + * in which case it just returns the number of characters. It will need at
    + * most 6 characters.
      */
     
     int UTF8_putc(unsigned char *str, int len, unsigned long value)
     {
    -	if(!str) len = 6;	/* Maximum we will need */
    -	else if(len <= 0) return -1;
    -	if(value < 0x80) {
    -		if(str) *str = (unsigned char)value;
    -		return 1;
    -	}
    -	if(value < 0x800) {
    -		if(len < 2) return -1;
    -		if(str) {
    -			*str++ = (unsigned char)(((value >> 6) & 0x1f) | 0xc0);
    -			*str = (unsigned char)((value & 0x3f) | 0x80);
    -		}
    -		return 2;
    -	}
    -	if(value < 0x10000) {
    -		if(len < 3) return -1;
    -		if(str) {
    -			*str++ = (unsigned char)(((value >> 12) & 0xf) | 0xe0);
    -			*str++ = (unsigned char)(((value >> 6) & 0x3f) | 0x80);
    -			*str = (unsigned char)((value & 0x3f) | 0x80);
    -		}
    -		return 3;
    -	}
    -	if(value < 0x200000) {
    -		if(len < 4) return -1;
    -		if(str) {
    -			*str++ = (unsigned char)(((value >> 18) & 0x7) | 0xf0);
    -			*str++ = (unsigned char)(((value >> 12) & 0x3f) | 0x80);
    -			*str++ = (unsigned char)(((value >> 6) & 0x3f) | 0x80);
    -			*str = (unsigned char)((value & 0x3f) | 0x80);
    -		}
    -		return 4;
    -	}
    -	if(value < 0x4000000) {
    -		if(len < 5) return -1;
    -		if(str) {
    -			*str++ = (unsigned char)(((value >> 24) & 0x3) | 0xf8);
    -			*str++ = (unsigned char)(((value >> 18) & 0x3f) | 0x80);
    -			*str++ = (unsigned char)(((value >> 12) & 0x3f) | 0x80);
    -			*str++ = (unsigned char)(((value >> 6) & 0x3f) | 0x80);
    -			*str = (unsigned char)((value & 0x3f) | 0x80);
    -		}
    -		return 5;
    -	}
    -	if(len < 6) return -1;
    -	if(str) {
    -		*str++ = (unsigned char)(((value >> 30) & 0x1) | 0xfc);
    -		*str++ = (unsigned char)(((value >> 24) & 0x3f) | 0x80);
    -		*str++ = (unsigned char)(((value >> 18) & 0x3f) | 0x80);
    -		*str++ = (unsigned char)(((value >> 12) & 0x3f) | 0x80);
    -		*str++ = (unsigned char)(((value >> 6) & 0x3f) | 0x80);
    -		*str = (unsigned char)((value & 0x3f) | 0x80);
    -	}
    -	return 6;
    +    if (!str)
    +        len = 6;                /* Maximum we will need */
    +    else if (len <= 0)
    +        return -1;
    +    if (value < 0x80) {
    +        if (str)
    +            *str = (unsigned char)value;
    +        return 1;
    +    }
    +    if (value < 0x800) {
    +        if (len < 2)
    +            return -1;
    +        if (str) {
    +            *str++ = (unsigned char)(((value >> 6) & 0x1f) | 0xc0);
    +            *str = (unsigned char)((value & 0x3f) | 0x80);
    +        }
    +        return 2;
    +    }
    +    if (value < 0x10000) {
    +        if (len < 3)
    +            return -1;
    +        if (str) {
    +            *str++ = (unsigned char)(((value >> 12) & 0xf) | 0xe0);
    +            *str++ = (unsigned char)(((value >> 6) & 0x3f) | 0x80);
    +            *str = (unsigned char)((value & 0x3f) | 0x80);
    +        }
    +        return 3;
    +    }
    +    if (value < 0x200000) {
    +        if (len < 4)
    +            return -1;
    +        if (str) {
    +            *str++ = (unsigned char)(((value >> 18) & 0x7) | 0xf0);
    +            *str++ = (unsigned char)(((value >> 12) & 0x3f) | 0x80);
    +            *str++ = (unsigned char)(((value >> 6) & 0x3f) | 0x80);
    +            *str = (unsigned char)((value & 0x3f) | 0x80);
    +        }
    +        return 4;
    +    }
    +    if (value < 0x4000000) {
    +        if (len < 5)
    +            return -1;
    +        if (str) {
    +            *str++ = (unsigned char)(((value >> 24) & 0x3) | 0xf8);
    +            *str++ = (unsigned char)(((value >> 18) & 0x3f) | 0x80);
    +            *str++ = (unsigned char)(((value >> 12) & 0x3f) | 0x80);
    +            *str++ = (unsigned char)(((value >> 6) & 0x3f) | 0x80);
    +            *str = (unsigned char)((value & 0x3f) | 0x80);
    +        }
    +        return 5;
    +    }
    +    if (len < 6)
    +        return -1;
    +    if (str) {
    +        *str++ = (unsigned char)(((value >> 30) & 0x1) | 0xfc);
    +        *str++ = (unsigned char)(((value >> 24) & 0x3f) | 0x80);
    +        *str++ = (unsigned char)(((value >> 18) & 0x3f) | 0x80);
    +        *str++ = (unsigned char)(((value >> 12) & 0x3f) | 0x80);
    +        *str++ = (unsigned char)(((value >> 6) & 0x3f) | 0x80);
    +        *str = (unsigned char)((value & 0x3f) | 0x80);
    +    }
    +    return 6;
     }
    diff --git a/openssl/crypto/asn1/a_verify.c b/openssl/crypto/asn1/a_verify.c
    index fc84cd3d1..3ffd934cb 100644
    --- a/openssl/crypto/asn1/a_verify.c
    +++ b/openssl/crypto/asn1/a_verify.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -75,160 +75,157 @@
     #ifndef NO_ASN1_OLD
     
     int ASN1_verify(i2d_of_void *i2d, X509_ALGOR *a, ASN1_BIT_STRING *signature,
    -		char *data, EVP_PKEY *pkey)
    -	{
    -	EVP_MD_CTX ctx;
    -	const EVP_MD *type;
    -	unsigned char *p,*buf_in=NULL;
    -	int ret= -1,i,inl;
    -
    -	EVP_MD_CTX_init(&ctx);
    -	i=OBJ_obj2nid(a->algorithm);
    -	type=EVP_get_digestbyname(OBJ_nid2sn(i));
    -	if (type == NULL)
    -		{
    -		ASN1err(ASN1_F_ASN1_VERIFY,ASN1_R_UNKNOWN_MESSAGE_DIGEST_ALGORITHM);
    -		goto err;
    -		}
    -	
    -	inl=i2d(data,NULL);
    -	buf_in=OPENSSL_malloc((unsigned int)inl);
    -	if (buf_in == NULL)
    -		{
    -		ASN1err(ASN1_F_ASN1_VERIFY,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -	p=buf_in;
    -
    -	i2d(data,&p);
    -	if (!EVP_VerifyInit_ex(&ctx,type, NULL)
    -		|| !EVP_VerifyUpdate(&ctx,(unsigned char *)buf_in,inl))
    -		{
    -		ASN1err(ASN1_F_ASN1_VERIFY,ERR_R_EVP_LIB);
    -		ret=0;
    -		goto err;
    -		}
    -
    -	OPENSSL_cleanse(buf_in,(unsigned int)inl);
    -	OPENSSL_free(buf_in);
    -
    -	if (EVP_VerifyFinal(&ctx,(unsigned char *)signature->data,
    -			(unsigned int)signature->length,pkey) <= 0)
    -		{
    -		ASN1err(ASN1_F_ASN1_VERIFY,ERR_R_EVP_LIB);
    -		ret=0;
    -		goto err;
    -		}
    -	/* we don't need to zero the 'ctx' because we just checked
    -	 * public information */
    -	/* memset(&ctx,0,sizeof(ctx)); */
    -	ret=1;
    -err:
    -	EVP_MD_CTX_cleanup(&ctx);
    -	return(ret);
    -	}
    +                char *data, EVP_PKEY *pkey)
    +{
    +    EVP_MD_CTX ctx;
    +    const EVP_MD *type;
    +    unsigned char *p, *buf_in = NULL;
    +    int ret = -1, i, inl;
    +
    +    EVP_MD_CTX_init(&ctx);
    +    i = OBJ_obj2nid(a->algorithm);
    +    type = EVP_get_digestbyname(OBJ_nid2sn(i));
    +    if (type == NULL) {
    +        ASN1err(ASN1_F_ASN1_VERIFY, ASN1_R_UNKNOWN_MESSAGE_DIGEST_ALGORITHM);
    +        goto err;
    +    }
    +
    +    if (signature->type == V_ASN1_BIT_STRING && signature->flags & 0x7) {
    +        ASN1err(ASN1_F_ASN1_VERIFY, ASN1_R_INVALID_BIT_STRING_BITS_LEFT);
    +        goto err;
    +    }
    +
    +    inl = i2d(data, NULL);
    +    buf_in = OPENSSL_malloc((unsigned int)inl);
    +    if (buf_in == NULL) {
    +        ASN1err(ASN1_F_ASN1_VERIFY, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +    p = buf_in;
    +
    +    i2d(data, &p);
    +    if (!EVP_VerifyInit_ex(&ctx, type, NULL)
    +        || !EVP_VerifyUpdate(&ctx, (unsigned char *)buf_in, inl)) {
    +        ASN1err(ASN1_F_ASN1_VERIFY, ERR_R_EVP_LIB);
    +        ret = 0;
    +        goto err;
    +    }
    +
    +    OPENSSL_cleanse(buf_in, (unsigned int)inl);
    +    OPENSSL_free(buf_in);
    +
    +    if (EVP_VerifyFinal(&ctx, (unsigned char *)signature->data,
    +                        (unsigned int)signature->length, pkey) <= 0) {
    +        ASN1err(ASN1_F_ASN1_VERIFY, ERR_R_EVP_LIB);
    +        ret = 0;
    +        goto err;
    +    }
    +    /*
    +     * we don't need to zero the 'ctx' because we just checked public
    +     * information
    +     */
    +    /* memset(&ctx,0,sizeof(ctx)); */
    +    ret = 1;
    + err:
    +    EVP_MD_CTX_cleanup(&ctx);
    +    return (ret);
    +}
     
     #endif
     
    -
     int ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *a,
    -		ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey)
    -	{
    -	EVP_MD_CTX ctx;
    -	unsigned char *buf_in=NULL;
    -	int ret= -1,inl;
    -
    -	int mdnid, pknid;
    -
    -	if (!pkey)
    -		{
    -		ASN1err(ASN1_F_ASN1_ITEM_VERIFY, ERR_R_PASSED_NULL_PARAMETER);
    -		return -1;
    -		}
    -
    -	EVP_MD_CTX_init(&ctx);
    -
    -	/* Convert signature OID into digest and public key OIDs */
    -	if (!OBJ_find_sigid_algs(OBJ_obj2nid(a->algorithm), &mdnid, &pknid))
    -		{
    -		ASN1err(ASN1_F_ASN1_ITEM_VERIFY,ASN1_R_UNKNOWN_SIGNATURE_ALGORITHM);
    -		goto err;
    -		}
    -	if (mdnid == NID_undef)
    -		{
    -		if (!pkey->ameth || !pkey->ameth->item_verify)
    -			{
    -			ASN1err(ASN1_F_ASN1_ITEM_VERIFY,ASN1_R_UNKNOWN_SIGNATURE_ALGORITHM);
    -			goto err;
    -			}
    -		ret = pkey->ameth->item_verify(&ctx, it, asn, a,
    -							signature, pkey);
    -		/* Return value of 2 means carry on, anything else means we
    -		 * exit straight away: either a fatal error of the underlying
    -		 * verification routine handles all verification.
    -		 */
    -		if (ret != 2)
    -			goto err;
    -		ret = -1;
    -		}
    -	else
    -		{
    -		const EVP_MD *type;
    -		type=EVP_get_digestbynid(mdnid);
    -		if (type == NULL)
    -			{
    -			ASN1err(ASN1_F_ASN1_ITEM_VERIFY,ASN1_R_UNKNOWN_MESSAGE_DIGEST_ALGORITHM);
    -			goto err;
    -			}
    -
    -		/* Check public key OID matches public key type */
    -		if (EVP_PKEY_type(pknid) != pkey->ameth->pkey_id)
    -			{
    -			ASN1err(ASN1_F_ASN1_ITEM_VERIFY,ASN1_R_WRONG_PUBLIC_KEY_TYPE);
    -			goto err;
    -			}
    -
    -		if (!EVP_DigestVerifyInit(&ctx, NULL, type, NULL, pkey))
    -			{
    -			ASN1err(ASN1_F_ASN1_ITEM_VERIFY,ERR_R_EVP_LIB);
    -			ret=0;
    -			goto err;
    -			}
    -
    -		}
    -
    -	inl = ASN1_item_i2d(asn, &buf_in, it);
    -	
    -	if (buf_in == NULL)
    -		{
    -		ASN1err(ASN1_F_ASN1_ITEM_VERIFY,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	if (!EVP_DigestVerifyUpdate(&ctx,buf_in,inl))
    -		{
    -		ASN1err(ASN1_F_ASN1_ITEM_VERIFY,ERR_R_EVP_LIB);
    -		ret=0;
    -		goto err;
    -		}
    -
    -	OPENSSL_cleanse(buf_in,(unsigned int)inl);
    -	OPENSSL_free(buf_in);
    -
    -	if (EVP_DigestVerifyFinal(&ctx,signature->data,
    -			(size_t)signature->length) <= 0)
    -		{
    -		ASN1err(ASN1_F_ASN1_ITEM_VERIFY,ERR_R_EVP_LIB);
    -		ret=0;
    -		goto err;
    -		}
    -	/* we don't need to zero the 'ctx' because we just checked
    -	 * public information */
    -	/* memset(&ctx,0,sizeof(ctx)); */
    -	ret=1;
    -err:
    -	EVP_MD_CTX_cleanup(&ctx);
    -	return(ret);
    -	}
    -
    -
    +                     ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey)
    +{
    +    EVP_MD_CTX ctx;
    +    unsigned char *buf_in = NULL;
    +    int ret = -1, inl;
    +
    +    int mdnid, pknid;
    +
    +    if (!pkey) {
    +        ASN1err(ASN1_F_ASN1_ITEM_VERIFY, ERR_R_PASSED_NULL_PARAMETER);
    +        return -1;
    +    }
    +
    +    if (signature->type == V_ASN1_BIT_STRING && signature->flags & 0x7) {
    +        ASN1err(ASN1_F_ASN1_ITEM_VERIFY, ASN1_R_INVALID_BIT_STRING_BITS_LEFT);
    +        return -1;
    +    }
    +
    +    EVP_MD_CTX_init(&ctx);
    +
    +    /* Convert signature OID into digest and public key OIDs */
    +    if (!OBJ_find_sigid_algs(OBJ_obj2nid(a->algorithm), &mdnid, &pknid)) {
    +        ASN1err(ASN1_F_ASN1_ITEM_VERIFY, ASN1_R_UNKNOWN_SIGNATURE_ALGORITHM);
    +        goto err;
    +    }
    +    if (mdnid == NID_undef) {
    +        if (!pkey->ameth || !pkey->ameth->item_verify) {
    +            ASN1err(ASN1_F_ASN1_ITEM_VERIFY,
    +                    ASN1_R_UNKNOWN_SIGNATURE_ALGORITHM);
    +            goto err;
    +        }
    +        ret = pkey->ameth->item_verify(&ctx, it, asn, a, signature, pkey);
    +        /*
    +         * Return value of 2 means carry on, anything else means we exit
    +         * straight away: either a fatal error of the underlying verification
    +         * routine handles all verification.
    +         */
    +        if (ret != 2)
    +            goto err;
    +        ret = -1;
    +    } else {
    +        const EVP_MD *type;
    +        type = EVP_get_digestbynid(mdnid);
    +        if (type == NULL) {
    +            ASN1err(ASN1_F_ASN1_ITEM_VERIFY,
    +                    ASN1_R_UNKNOWN_MESSAGE_DIGEST_ALGORITHM);
    +            goto err;
    +        }
    +
    +        /* Check public key OID matches public key type */
    +        if (EVP_PKEY_type(pknid) != pkey->ameth->pkey_id) {
    +            ASN1err(ASN1_F_ASN1_ITEM_VERIFY, ASN1_R_WRONG_PUBLIC_KEY_TYPE);
    +            goto err;
    +        }
    +
    +        if (!EVP_DigestVerifyInit(&ctx, NULL, type, NULL, pkey)) {
    +            ASN1err(ASN1_F_ASN1_ITEM_VERIFY, ERR_R_EVP_LIB);
    +            ret = 0;
    +            goto err;
    +        }
    +
    +    }
    +
    +    inl = ASN1_item_i2d(asn, &buf_in, it);
    +
    +    if (buf_in == NULL) {
    +        ASN1err(ASN1_F_ASN1_ITEM_VERIFY, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    if (!EVP_DigestVerifyUpdate(&ctx, buf_in, inl)) {
    +        ASN1err(ASN1_F_ASN1_ITEM_VERIFY, ERR_R_EVP_LIB);
    +        ret = 0;
    +        goto err;
    +    }
    +
    +    OPENSSL_cleanse(buf_in, (unsigned int)inl);
    +    OPENSSL_free(buf_in);
    +
    +    if (EVP_DigestVerifyFinal(&ctx, signature->data,
    +                              (size_t)signature->length) <= 0) {
    +        ASN1err(ASN1_F_ASN1_ITEM_VERIFY, ERR_R_EVP_LIB);
    +        ret = 0;
    +        goto err;
    +    }
    +    /*
    +     * we don't need to zero the 'ctx' because we just checked public
    +     * information
    +     */
    +    /* memset(&ctx,0,sizeof(ctx)); */
    +    ret = 1;
    + err:
    +    EVP_MD_CTX_cleanup(&ctx);
    +    return (ret);
    +}
    diff --git a/openssl/crypto/asn1/ameth_lib.c b/openssl/crypto/asn1/ameth_lib.c
    index ef153d461..02300dfed 100644
    --- a/openssl/crypto/asn1/ameth_lib.c
    +++ b/openssl/crypto/asn1/ameth_lib.c
    @@ -1,5 +1,6 @@
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2006.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2006.
      */
     /* ====================================================================
      * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
    @@ -9,7 +10,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -60,406 +61,406 @@
     #include 
     #include 
     #ifndef OPENSSL_NO_ENGINE
    -#include 
    +# include 
     #endif
     #include "asn1_locl.h"
     
     extern const EVP_PKEY_ASN1_METHOD rsa_asn1_meths[];
     extern const EVP_PKEY_ASN1_METHOD dsa_asn1_meths[];
     extern const EVP_PKEY_ASN1_METHOD dh_asn1_meth;
    +extern const EVP_PKEY_ASN1_METHOD dhx_asn1_meth;
     extern const EVP_PKEY_ASN1_METHOD eckey_asn1_meth;
     extern const EVP_PKEY_ASN1_METHOD hmac_asn1_meth;
     extern const EVP_PKEY_ASN1_METHOD cmac_asn1_meth;
     
     /* Keep this sorted in type order !! */
    -static const EVP_PKEY_ASN1_METHOD *standard_methods[] = 
    -	{
    +static const EVP_PKEY_ASN1_METHOD *standard_methods[] = {
     #ifndef OPENSSL_NO_RSA
    -	&rsa_asn1_meths[0],
    -	&rsa_asn1_meths[1],
    +    &rsa_asn1_meths[0],
    +    &rsa_asn1_meths[1],
     #endif
     #ifndef OPENSSL_NO_DH
    -	&dh_asn1_meth,
    +    &dh_asn1_meth,
     #endif
     #ifndef OPENSSL_NO_DSA
    -	&dsa_asn1_meths[0],
    -	&dsa_asn1_meths[1],
    -	&dsa_asn1_meths[2],
    -	&dsa_asn1_meths[3],
    -	&dsa_asn1_meths[4],
    +    &dsa_asn1_meths[0],
    +    &dsa_asn1_meths[1],
    +    &dsa_asn1_meths[2],
    +    &dsa_asn1_meths[3],
    +    &dsa_asn1_meths[4],
     #endif
     #ifndef OPENSSL_NO_EC
    -	&eckey_asn1_meth,
    +    &eckey_asn1_meth,
     #endif
    -	&hmac_asn1_meth,
    -	&cmac_asn1_meth
    -	};
    +    &hmac_asn1_meth,
    +    &cmac_asn1_meth,
    +#ifndef OPENSSL_NO_DH
    +    &dhx_asn1_meth
    +#endif
    +};
     
    -typedef int sk_cmp_fn_type(const char * const *a, const char * const *b);
    +typedef int sk_cmp_fn_type(const char *const *a, const char *const *b);
     DECLARE_STACK_OF(EVP_PKEY_ASN1_METHOD)
     static STACK_OF(EVP_PKEY_ASN1_METHOD) *app_methods = NULL;
     
    -
    -
     #ifdef TEST
     void main()
    -	{
    -	int i;
    -	for (i = 0;
    -		i < sizeof(standard_methods)/sizeof(EVP_PKEY_ASN1_METHOD *);
    -		i++)
    -		fprintf(stderr, "Number %d id=%d (%s)\n", i,
    -			standard_methods[i]->pkey_id,
    -			OBJ_nid2sn(standard_methods[i]->pkey_id));
    -	}
    +{
    +    int i;
    +    for (i = 0;
    +         i < sizeof(standard_methods) / sizeof(EVP_PKEY_ASN1_METHOD *); i++)
    +        fprintf(stderr, "Number %d id=%d (%s)\n", i,
    +                standard_methods[i]->pkey_id,
    +                OBJ_nid2sn(standard_methods[i]->pkey_id));
    +}
     #endif
     
     DECLARE_OBJ_BSEARCH_CMP_FN(const EVP_PKEY_ASN1_METHOD *,
    -			   const EVP_PKEY_ASN1_METHOD *, ameth);
    +                           const EVP_PKEY_ASN1_METHOD *, ameth);
     
    -static int ameth_cmp(const EVP_PKEY_ASN1_METHOD * const *a,
    -		     const EVP_PKEY_ASN1_METHOD * const *b)
    -	{
    -        return ((*a)->pkey_id - (*b)->pkey_id);
    -	}
    +static int ameth_cmp(const EVP_PKEY_ASN1_METHOD *const *a,
    +                     const EVP_PKEY_ASN1_METHOD *const *b)
    +{
    +    return ((*a)->pkey_id - (*b)->pkey_id);
    +}
     
     IMPLEMENT_OBJ_BSEARCH_CMP_FN(const EVP_PKEY_ASN1_METHOD *,
    -			     const EVP_PKEY_ASN1_METHOD *, ameth);
    +                             const EVP_PKEY_ASN1_METHOD *, ameth);
     
     int EVP_PKEY_asn1_get_count(void)
    -	{
    -	int num = sizeof(standard_methods)/sizeof(EVP_PKEY_ASN1_METHOD *);
    -	if (app_methods)
    -		num += sk_EVP_PKEY_ASN1_METHOD_num(app_methods);
    -	return num;
    -	}
    +{
    +    int num = sizeof(standard_methods) / sizeof(EVP_PKEY_ASN1_METHOD *);
    +    if (app_methods)
    +        num += sk_EVP_PKEY_ASN1_METHOD_num(app_methods);
    +    return num;
    +}
     
     const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_get0(int idx)
    -	{
    -	int num = sizeof(standard_methods)/sizeof(EVP_PKEY_ASN1_METHOD *);
    -	if (idx < 0)
    -		return NULL; 
    -	if (idx < num)
    -		return standard_methods[idx];
    -	idx -= num;
    -	return sk_EVP_PKEY_ASN1_METHOD_value(app_methods, idx);
    -	}
    +{
    +    int num = sizeof(standard_methods) / sizeof(EVP_PKEY_ASN1_METHOD *);
    +    if (idx < 0)
    +        return NULL;
    +    if (idx < num)
    +        return standard_methods[idx];
    +    idx -= num;
    +    return sk_EVP_PKEY_ASN1_METHOD_value(app_methods, idx);
    +}
     
     static const EVP_PKEY_ASN1_METHOD *pkey_asn1_find(int type)
    -	{
    -	EVP_PKEY_ASN1_METHOD tmp;
    -	const EVP_PKEY_ASN1_METHOD *t = &tmp, **ret;
    -	tmp.pkey_id = type;
    -	if (app_methods)
    -		{
    -		int idx;
    -		idx = sk_EVP_PKEY_ASN1_METHOD_find(app_methods, &tmp);
    -		if (idx >= 0)
    -			return sk_EVP_PKEY_ASN1_METHOD_value(app_methods, idx);
    -		}
    -	ret = OBJ_bsearch_ameth(&t, standard_methods,
    -			  sizeof(standard_methods)
    -			  /sizeof(EVP_PKEY_ASN1_METHOD *));
    -	if (!ret || !*ret)
    -		return NULL;
    -	return *ret;
    -	}
    -
    -/* Find an implementation of an ASN1 algorithm. If 'pe' is not NULL
    - * also search through engines and set *pe to a functional reference
    - * to the engine implementing 'type' or NULL if no engine implements 
    - * it.
    +{
    +    EVP_PKEY_ASN1_METHOD tmp;
    +    const EVP_PKEY_ASN1_METHOD *t = &tmp, **ret;
    +    tmp.pkey_id = type;
    +    if (app_methods) {
    +        int idx;
    +        idx = sk_EVP_PKEY_ASN1_METHOD_find(app_methods, &tmp);
    +        if (idx >= 0)
    +            return sk_EVP_PKEY_ASN1_METHOD_value(app_methods, idx);
    +    }
    +    ret = OBJ_bsearch_ameth(&t, standard_methods, sizeof(standard_methods)
    +                            / sizeof(EVP_PKEY_ASN1_METHOD *));
    +    if (!ret || !*ret)
    +        return NULL;
    +    return *ret;
    +}
    +
    +/*
    + * Find an implementation of an ASN1 algorithm. If 'pe' is not NULL also
    + * search through engines and set *pe to a functional reference to the engine
    + * implementing 'type' or NULL if no engine implements it.
      */
     
     const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find(ENGINE **pe, int type)
    -	{
    -	const EVP_PKEY_ASN1_METHOD *t;
    -
    -	for (;;)
    -		{
    -		t = pkey_asn1_find(type);
    -		if (!t || !(t->pkey_flags & ASN1_PKEY_ALIAS))
    -			break;
    -		type = t->pkey_base_id;
    -		}
    -	if (pe)
    -		{
    +{
    +    const EVP_PKEY_ASN1_METHOD *t;
    +
    +    for (;;) {
    +        t = pkey_asn1_find(type);
    +        if (!t || !(t->pkey_flags & ASN1_PKEY_ALIAS))
    +            break;
    +        type = t->pkey_base_id;
    +    }
    +    if (pe) {
     #ifndef OPENSSL_NO_ENGINE
    -		ENGINE *e;
    -		/* type will contain the final unaliased type */
    -		e = ENGINE_get_pkey_asn1_meth_engine(type);
    -		if (e)
    -			{
    -			*pe = e;
    -			return ENGINE_get_pkey_asn1_meth(e, type);
    -			}
    +        ENGINE *e;
    +        /* type will contain the final unaliased type */
    +        e = ENGINE_get_pkey_asn1_meth_engine(type);
    +        if (e) {
    +            *pe = e;
    +            return ENGINE_get_pkey_asn1_meth(e, type);
    +        }
     #endif
    -		*pe = NULL;
    -		}
    -	return t;
    -	}
    +        *pe = NULL;
    +    }
    +    return t;
    +}
     
     const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find_str(ENGINE **pe,
    -					const char *str, int len)
    -	{
    -	int i;
    -	const EVP_PKEY_ASN1_METHOD *ameth;
    -	if (len == -1)
    -		len = strlen(str);
    -	if (pe)
    -		{
    +                                                   const char *str, int len)
    +{
    +    int i;
    +    const EVP_PKEY_ASN1_METHOD *ameth;
    +    if (len == -1)
    +        len = strlen(str);
    +    if (pe) {
     #ifndef OPENSSL_NO_ENGINE
    -		ENGINE *e;
    -		ameth = ENGINE_pkey_asn1_find_str(&e, str, len);
    -		if (ameth)
    -			{
    -			/* Convert structural into
    -			 * functional reference
    -			 */
    -			if (!ENGINE_init(e))
    -				ameth = NULL;
    -			ENGINE_free(e);
    -			*pe = e;
    -			return ameth;
    -			}
    +        ENGINE *e;
    +        ameth = ENGINE_pkey_asn1_find_str(&e, str, len);
    +        if (ameth) {
    +            /*
    +             * Convert structural into functional reference
    +             */
    +            if (!ENGINE_init(e))
    +                ameth = NULL;
    +            ENGINE_free(e);
    +            *pe = e;
    +            return ameth;
    +        }
     #endif
    -		*pe = NULL;
    -		}
    -	for (i = 0; i < EVP_PKEY_asn1_get_count(); i++)
    -		{
    -		ameth = EVP_PKEY_asn1_get0(i);
    -		if (ameth->pkey_flags & ASN1_PKEY_ALIAS)
    -			continue;
    -		if (((int)strlen(ameth->pem_str) == len) && 
    -			!strncasecmp(ameth->pem_str, str, len))
    -			return ameth;
    -		}
    -	return NULL;
    -	}
    +        *pe = NULL;
    +    }
    +    for (i = 0; i < EVP_PKEY_asn1_get_count(); i++) {
    +        ameth = EVP_PKEY_asn1_get0(i);
    +        if (ameth->pkey_flags & ASN1_PKEY_ALIAS)
    +            continue;
    +        if (((int)strlen(ameth->pem_str) == len) &&
    +            !strncasecmp(ameth->pem_str, str, len))
    +            return ameth;
    +    }
    +    return NULL;
    +}
     
     int EVP_PKEY_asn1_add0(const EVP_PKEY_ASN1_METHOD *ameth)
    -	{
    -	if (app_methods == NULL)
    -		{
    -		app_methods = sk_EVP_PKEY_ASN1_METHOD_new(ameth_cmp);
    -		if (!app_methods)
    -			return 0;
    -		}
    -	if (!sk_EVP_PKEY_ASN1_METHOD_push(app_methods, ameth))
    -		return 0;
    -	sk_EVP_PKEY_ASN1_METHOD_sort(app_methods);
    -	return 1;
    -	}
    +{
    +    if (app_methods == NULL) {
    +        app_methods = sk_EVP_PKEY_ASN1_METHOD_new(ameth_cmp);
    +        if (!app_methods)
    +            return 0;
    +    }
    +    if (!sk_EVP_PKEY_ASN1_METHOD_push(app_methods, ameth))
    +        return 0;
    +    sk_EVP_PKEY_ASN1_METHOD_sort(app_methods);
    +    return 1;
    +}
     
     int EVP_PKEY_asn1_add_alias(int to, int from)
    -	{
    -	EVP_PKEY_ASN1_METHOD *ameth;
    -	ameth = EVP_PKEY_asn1_new(from, ASN1_PKEY_ALIAS, NULL, NULL);
    -	if (!ameth)
    -		return 0;
    -	ameth->pkey_base_id = to;
    -	if (!EVP_PKEY_asn1_add0(ameth))
    -		{
    -		EVP_PKEY_asn1_free(ameth);
    -		return 0;
    -		}
    -	return 1;
    -	}
    -
    -int EVP_PKEY_asn1_get0_info(int *ppkey_id, int *ppkey_base_id, int *ppkey_flags,
    -				const char **pinfo, const char **ppem_str,
    -					const EVP_PKEY_ASN1_METHOD *ameth)
    -	{
    -	if (!ameth)
    -		return 0;
    -	if (ppkey_id)
    -		*ppkey_id = ameth->pkey_id;
    -	if (ppkey_base_id)
    -		*ppkey_base_id = ameth->pkey_base_id;
    -	if (ppkey_flags)
    -		*ppkey_flags = ameth->pkey_flags;
    -	if (pinfo)
    -		*pinfo = ameth->info;
    -	if (ppem_str)
    -		*ppem_str = ameth->pem_str;
    -	return 1;
    -	}
    -
    -const EVP_PKEY_ASN1_METHOD* EVP_PKEY_get0_asn1(EVP_PKEY *pkey)
    -	{
    -	return pkey->ameth;
    -	}
    -
    -EVP_PKEY_ASN1_METHOD* EVP_PKEY_asn1_new(int id, int flags,
    -					const char *pem_str, const char *info)
    -	{
    -	EVP_PKEY_ASN1_METHOD *ameth;
    -	ameth = OPENSSL_malloc(sizeof(EVP_PKEY_ASN1_METHOD));
    -	if (!ameth)
    -		return NULL;
    -
    -	memset(ameth, 0, sizeof(EVP_PKEY_ASN1_METHOD));
    -
    -	ameth->pkey_id = id;
    -	ameth->pkey_base_id = id;
    -	ameth->pkey_flags = flags | ASN1_PKEY_DYNAMIC;
    -
    -	if (info)
    -		{
    -		ameth->info = BUF_strdup(info);
    -		if (!ameth->info)
    -			goto err;
    -		}
    -	else
    -		ameth->info = NULL;
    -
    -	if (pem_str)
    -		{
    -		ameth->pem_str = BUF_strdup(pem_str);
    -		if (!ameth->pem_str)
    -			goto err;
    -		}
    -	else
    -		ameth->pem_str = NULL;
    -
    -	ameth->pub_decode = 0;
    -	ameth->pub_encode = 0;
    -	ameth->pub_cmp = 0;
    -	ameth->pub_print = 0;
    -
    -	ameth->priv_decode = 0;
    -	ameth->priv_encode = 0;
    -	ameth->priv_print = 0;
    -
    -	ameth->old_priv_encode = 0;
    -	ameth->old_priv_decode = 0;
    -
    -	ameth->item_verify = 0;
    -	ameth->item_sign = 0;
    -
    -	ameth->pkey_size = 0;
    -	ameth->pkey_bits = 0;
    -
    -	ameth->param_decode = 0;
    -	ameth->param_encode = 0;
    -	ameth->param_missing = 0;
    -	ameth->param_copy = 0;
    -	ameth->param_cmp = 0;
    -	ameth->param_print = 0;
    -
    -	ameth->pkey_free = 0;
    -	ameth->pkey_ctrl = 0;
    -
    -	return ameth;
    -
    -	err:
    -
    -	EVP_PKEY_asn1_free(ameth);
    -	return NULL;
    -
    -	}
    -
    -void EVP_PKEY_asn1_copy(EVP_PKEY_ASN1_METHOD *dst, 
    -			const EVP_PKEY_ASN1_METHOD *src)
    -	{
    -
    -	dst->pub_decode = src->pub_decode;
    -	dst->pub_encode = src->pub_encode;
    -	dst->pub_cmp = src->pub_cmp;
    -	dst->pub_print = src->pub_print;
    -
    -	dst->priv_decode = src->priv_decode;
    -	dst->priv_encode = src->priv_encode;
    -	dst->priv_print = src->priv_print;
    -
    -	dst->old_priv_encode = src->old_priv_encode;
    -	dst->old_priv_decode = src->old_priv_decode;
    -
    -	dst->pkey_size = src->pkey_size;
    -	dst->pkey_bits = src->pkey_bits;
    -
    -	dst->param_decode = src->param_decode;
    -	dst->param_encode = src->param_encode;
    -	dst->param_missing = src->param_missing;
    -	dst->param_copy = src->param_copy;
    -	dst->param_cmp = src->param_cmp;
    -	dst->param_print = src->param_print;
    +{
    +    EVP_PKEY_ASN1_METHOD *ameth;
    +    ameth = EVP_PKEY_asn1_new(from, ASN1_PKEY_ALIAS, NULL, NULL);
    +    if (!ameth)
    +        return 0;
    +    ameth->pkey_base_id = to;
    +    if (!EVP_PKEY_asn1_add0(ameth)) {
    +        EVP_PKEY_asn1_free(ameth);
    +        return 0;
    +    }
    +    return 1;
    +}
    +
    +int EVP_PKEY_asn1_get0_info(int *ppkey_id, int *ppkey_base_id,
    +                            int *ppkey_flags, const char **pinfo,
    +                            const char **ppem_str,
    +                            const EVP_PKEY_ASN1_METHOD *ameth)
    +{
    +    if (!ameth)
    +        return 0;
    +    if (ppkey_id)
    +        *ppkey_id = ameth->pkey_id;
    +    if (ppkey_base_id)
    +        *ppkey_base_id = ameth->pkey_base_id;
    +    if (ppkey_flags)
    +        *ppkey_flags = ameth->pkey_flags;
    +    if (pinfo)
    +        *pinfo = ameth->info;
    +    if (ppem_str)
    +        *ppem_str = ameth->pem_str;
    +    return 1;
    +}
    +
    +const EVP_PKEY_ASN1_METHOD *EVP_PKEY_get0_asn1(EVP_PKEY *pkey)
    +{
    +    return pkey->ameth;
    +}
    +
    +EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_new(int id, int flags,
    +                                        const char *pem_str, const char *info)
    +{
    +    EVP_PKEY_ASN1_METHOD *ameth;
    +    ameth = OPENSSL_malloc(sizeof(EVP_PKEY_ASN1_METHOD));
    +    if (!ameth)
    +        return NULL;
    +
    +    memset(ameth, 0, sizeof(EVP_PKEY_ASN1_METHOD));
    +
    +    ameth->pkey_id = id;
    +    ameth->pkey_base_id = id;
    +    ameth->pkey_flags = flags | ASN1_PKEY_DYNAMIC;
    +
    +    if (info) {
    +        ameth->info = BUF_strdup(info);
    +        if (!ameth->info)
    +            goto err;
    +    } else
    +        ameth->info = NULL;
    +
    +    if (pem_str) {
    +        ameth->pem_str = BUF_strdup(pem_str);
    +        if (!ameth->pem_str)
    +            goto err;
    +    } else
    +        ameth->pem_str = NULL;
    +
    +    ameth->pub_decode = 0;
    +    ameth->pub_encode = 0;
    +    ameth->pub_cmp = 0;
    +    ameth->pub_print = 0;
    +
    +    ameth->priv_decode = 0;
    +    ameth->priv_encode = 0;
    +    ameth->priv_print = 0;
    +
    +    ameth->old_priv_encode = 0;
    +    ameth->old_priv_decode = 0;
    +
    +    ameth->item_verify = 0;
    +    ameth->item_sign = 0;
    +
    +    ameth->pkey_size = 0;
    +    ameth->pkey_bits = 0;
    +
    +    ameth->param_decode = 0;
    +    ameth->param_encode = 0;
    +    ameth->param_missing = 0;
    +    ameth->param_copy = 0;
    +    ameth->param_cmp = 0;
    +    ameth->param_print = 0;
    +
    +    ameth->pkey_free = 0;
    +    ameth->pkey_ctrl = 0;
    +
    +    return ameth;
    +
    + err:
    +
    +    EVP_PKEY_asn1_free(ameth);
    +    return NULL;
    +
    +}
    +
    +void EVP_PKEY_asn1_copy(EVP_PKEY_ASN1_METHOD *dst,
    +                        const EVP_PKEY_ASN1_METHOD *src)
    +{
    +
    +    dst->pub_decode = src->pub_decode;
    +    dst->pub_encode = src->pub_encode;
    +    dst->pub_cmp = src->pub_cmp;
    +    dst->pub_print = src->pub_print;
    +
    +    dst->priv_decode = src->priv_decode;
    +    dst->priv_encode = src->priv_encode;
    +    dst->priv_print = src->priv_print;
    +
    +    dst->old_priv_encode = src->old_priv_encode;
    +    dst->old_priv_decode = src->old_priv_decode;
    +
    +    dst->pkey_size = src->pkey_size;
    +    dst->pkey_bits = src->pkey_bits;
    +
    +    dst->param_decode = src->param_decode;
    +    dst->param_encode = src->param_encode;
    +    dst->param_missing = src->param_missing;
    +    dst->param_copy = src->param_copy;
    +    dst->param_cmp = src->param_cmp;
    +    dst->param_print = src->param_print;
     
    -	dst->pkey_free = src->pkey_free;
    -	dst->pkey_ctrl = src->pkey_ctrl;
    +    dst->pkey_free = src->pkey_free;
    +    dst->pkey_ctrl = src->pkey_ctrl;
     
    -	dst->item_sign = src->item_sign;
    -	dst->item_verify = src->item_verify;
    +    dst->item_sign = src->item_sign;
    +    dst->item_verify = src->item_verify;
     
    -	}
    +}
     
     void EVP_PKEY_asn1_free(EVP_PKEY_ASN1_METHOD *ameth)
    -	{
    -	if (ameth && (ameth->pkey_flags & ASN1_PKEY_DYNAMIC))
    -		{
    -		if (ameth->pem_str)
    -			OPENSSL_free(ameth->pem_str);
    -		if (ameth->info)
    -			OPENSSL_free(ameth->info);
    -		OPENSSL_free(ameth);
    -		}
    -	}
    +{
    +    if (ameth && (ameth->pkey_flags & ASN1_PKEY_DYNAMIC)) {
    +        if (ameth->pem_str)
    +            OPENSSL_free(ameth->pem_str);
    +        if (ameth->info)
    +            OPENSSL_free(ameth->info);
    +        OPENSSL_free(ameth);
    +    }
    +}
     
     void EVP_PKEY_asn1_set_public(EVP_PKEY_ASN1_METHOD *ameth,
    -		int (*pub_decode)(EVP_PKEY *pk, X509_PUBKEY *pub),
    -		int (*pub_encode)(X509_PUBKEY *pub, const EVP_PKEY *pk),
    -		int (*pub_cmp)(const EVP_PKEY *a, const EVP_PKEY *b),
    -		int (*pub_print)(BIO *out, const EVP_PKEY *pkey, int indent,
    -							ASN1_PCTX *pctx),
    -		int (*pkey_size)(const EVP_PKEY *pk),
    -		int (*pkey_bits)(const EVP_PKEY *pk))
    -	{
    -	ameth->pub_decode = pub_decode;
    -	ameth->pub_encode = pub_encode;
    -	ameth->pub_cmp = pub_cmp;
    -	ameth->pub_print = pub_print;
    -	ameth->pkey_size = pkey_size;
    -	ameth->pkey_bits = pkey_bits;
    -	}
    +                              int (*pub_decode) (EVP_PKEY *pk,
    +                                                 X509_PUBKEY *pub),
    +                              int (*pub_encode) (X509_PUBKEY *pub,
    +                                                 const EVP_PKEY *pk),
    +                              int (*pub_cmp) (const EVP_PKEY *a,
    +                                              const EVP_PKEY *b),
    +                              int (*pub_print) (BIO *out,
    +                                                const EVP_PKEY *pkey,
    +                                                int indent, ASN1_PCTX *pctx),
    +                              int (*pkey_size) (const EVP_PKEY *pk),
    +                              int (*pkey_bits) (const EVP_PKEY *pk))
    +{
    +    ameth->pub_decode = pub_decode;
    +    ameth->pub_encode = pub_encode;
    +    ameth->pub_cmp = pub_cmp;
    +    ameth->pub_print = pub_print;
    +    ameth->pkey_size = pkey_size;
    +    ameth->pkey_bits = pkey_bits;
    +}
     
     void EVP_PKEY_asn1_set_private(EVP_PKEY_ASN1_METHOD *ameth,
    -		int (*priv_decode)(EVP_PKEY *pk, PKCS8_PRIV_KEY_INFO *p8inf),
    -		int (*priv_encode)(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pk),
    -		int (*priv_print)(BIO *out, const EVP_PKEY *pkey, int indent,
    -							ASN1_PCTX *pctx))
    -	{
    -	ameth->priv_decode = priv_decode;
    -	ameth->priv_encode = priv_encode;
    -	ameth->priv_print = priv_print;
    -	}
    +                               int (*priv_decode) (EVP_PKEY *pk,
    +                                                   PKCS8_PRIV_KEY_INFO
    +                                                   *p8inf),
    +                               int (*priv_encode) (PKCS8_PRIV_KEY_INFO *p8,
    +                                                   const EVP_PKEY *pk),
    +                               int (*priv_print) (BIO *out,
    +                                                  const EVP_PKEY *pkey,
    +                                                  int indent,
    +                                                  ASN1_PCTX *pctx))
    +{
    +    ameth->priv_decode = priv_decode;
    +    ameth->priv_encode = priv_encode;
    +    ameth->priv_print = priv_print;
    +}
     
     void EVP_PKEY_asn1_set_param(EVP_PKEY_ASN1_METHOD *ameth,
    -		int (*param_decode)(EVP_PKEY *pkey,
    -				const unsigned char **pder, int derlen),
    -		int (*param_encode)(const EVP_PKEY *pkey, unsigned char **pder),
    -		int (*param_missing)(const EVP_PKEY *pk),
    -		int (*param_copy)(EVP_PKEY *to, const EVP_PKEY *from),
    -		int (*param_cmp)(const EVP_PKEY *a, const EVP_PKEY *b),
    -		int (*param_print)(BIO *out, const EVP_PKEY *pkey, int indent,
    -							ASN1_PCTX *pctx))
    -	{
    -	ameth->param_decode = param_decode;
    -	ameth->param_encode = param_encode;
    -	ameth->param_missing = param_missing;
    -	ameth->param_copy = param_copy;
    -	ameth->param_cmp = param_cmp;
    -	ameth->param_print = param_print;
    -	}
    +                             int (*param_decode) (EVP_PKEY *pkey,
    +                                                  const unsigned char **pder,
    +                                                  int derlen),
    +                             int (*param_encode) (const EVP_PKEY *pkey,
    +                                                  unsigned char **pder),
    +                             int (*param_missing) (const EVP_PKEY *pk),
    +                             int (*param_copy) (EVP_PKEY *to,
    +                                                const EVP_PKEY *from),
    +                             int (*param_cmp) (const EVP_PKEY *a,
    +                                               const EVP_PKEY *b),
    +                             int (*param_print) (BIO *out,
    +                                                 const EVP_PKEY *pkey,
    +                                                 int indent, ASN1_PCTX *pctx))
    +{
    +    ameth->param_decode = param_decode;
    +    ameth->param_encode = param_encode;
    +    ameth->param_missing = param_missing;
    +    ameth->param_copy = param_copy;
    +    ameth->param_cmp = param_cmp;
    +    ameth->param_print = param_print;
    +}
     
     void EVP_PKEY_asn1_set_free(EVP_PKEY_ASN1_METHOD *ameth,
    -		void (*pkey_free)(EVP_PKEY *pkey))
    -	{
    -	ameth->pkey_free = pkey_free;
    -	}
    +                            void (*pkey_free) (EVP_PKEY *pkey))
    +{
    +    ameth->pkey_free = pkey_free;
    +}
     
     void EVP_PKEY_asn1_set_ctrl(EVP_PKEY_ASN1_METHOD *ameth,
    -		int (*pkey_ctrl)(EVP_PKEY *pkey, int op,
    -							long arg1, void *arg2))
    -	{
    -	ameth->pkey_ctrl = pkey_ctrl;
    -	}
    +                            int (*pkey_ctrl) (EVP_PKEY *pkey, int op,
    +                                              long arg1, void *arg2))
    +{
    +    ameth->pkey_ctrl = pkey_ctrl;
    +}
    diff --git a/openssl/crypto/asn1/asn1.h b/openssl/crypto/asn1/asn1.h
    index 220a0c8c6..bb6ac95bd 100644
    --- a/openssl/crypto/asn1/asn1.h
    +++ b/openssl/crypto/asn1/asn1.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -57,240 +57,241 @@
      */
     
     #ifndef HEADER_ASN1_H
    -#define HEADER_ASN1_H
    +# define HEADER_ASN1_H
     
    -#include 
    -#include 
    -#ifndef OPENSSL_NO_BIO
    -#include 
    -#endif
    -#include 
    -#include 
    +# include 
    +# include 
    +# ifndef OPENSSL_NO_BIO
    +#  include 
    +# endif
    +# include 
    +# include 
     
    -#include 
    +# include 
     
    -#include 
    -#ifndef OPENSSL_NO_DEPRECATED
    -#include 
    -#endif
    +# include 
    +# ifndef OPENSSL_NO_DEPRECATED
    +#  include 
    +# endif
     
    -#ifdef OPENSSL_BUILD_SHLIBCRYPTO
    -# undef OPENSSL_EXTERN
    -# define OPENSSL_EXTERN OPENSSL_EXPORT
    -#endif
    +# ifdef OPENSSL_BUILD_SHLIBCRYPTO
    +#  undef OPENSSL_EXTERN
    +#  define OPENSSL_EXTERN OPENSSL_EXPORT
    +# endif
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -#define V_ASN1_UNIVERSAL		0x00
    -#define	V_ASN1_APPLICATION		0x40
    -#define V_ASN1_CONTEXT_SPECIFIC		0x80
    -#define V_ASN1_PRIVATE			0xc0
    -
    -#define V_ASN1_CONSTRUCTED		0x20
    -#define V_ASN1_PRIMITIVE_TAG		0x1f
    -#define V_ASN1_PRIMATIVE_TAG		0x1f
    -
    -#define V_ASN1_APP_CHOOSE		-2	/* let the recipient choose */
    -#define V_ASN1_OTHER			-3	/* used in ASN1_TYPE */
    -#define V_ASN1_ANY			-4	/* used in ASN1 template code */
    -
    -#define V_ASN1_NEG			0x100	/* negative flag */
    -
    -#define V_ASN1_UNDEF			-1
    -#define V_ASN1_EOC			0
    -#define V_ASN1_BOOLEAN			1	/**/
    -#define V_ASN1_INTEGER			2
    -#define V_ASN1_NEG_INTEGER		(2 | V_ASN1_NEG)
    -#define V_ASN1_BIT_STRING		3
    -#define V_ASN1_OCTET_STRING		4
    -#define V_ASN1_NULL			5
    -#define V_ASN1_OBJECT			6
    -#define V_ASN1_OBJECT_DESCRIPTOR	7
    -#define V_ASN1_EXTERNAL			8
    -#define V_ASN1_REAL			9
    -#define V_ASN1_ENUMERATED		10
    -#define V_ASN1_NEG_ENUMERATED		(10 | V_ASN1_NEG)
    -#define V_ASN1_UTF8STRING		12
    -#define V_ASN1_SEQUENCE			16
    -#define V_ASN1_SET			17
    -#define V_ASN1_NUMERICSTRING		18	/**/
    -#define V_ASN1_PRINTABLESTRING		19
    -#define V_ASN1_T61STRING		20
    -#define V_ASN1_TELETEXSTRING		20	/* alias */
    -#define V_ASN1_VIDEOTEXSTRING		21	/**/
    -#define V_ASN1_IA5STRING		22
    -#define V_ASN1_UTCTIME			23
    -#define V_ASN1_GENERALIZEDTIME		24	/**/
    -#define V_ASN1_GRAPHICSTRING		25	/**/
    -#define V_ASN1_ISO64STRING		26	/**/
    -#define V_ASN1_VISIBLESTRING		26	/* alias */
    -#define V_ASN1_GENERALSTRING		27	/**/
    -#define V_ASN1_UNIVERSALSTRING		28	/**/
    -#define V_ASN1_BMPSTRING		30
    -
    +# define V_ASN1_UNIVERSAL                0x00
    +# define V_ASN1_APPLICATION              0x40
    +# define V_ASN1_CONTEXT_SPECIFIC         0x80
    +# define V_ASN1_PRIVATE                  0xc0
    +
    +# define V_ASN1_CONSTRUCTED              0x20
    +# define V_ASN1_PRIMITIVE_TAG            0x1f
    +# define V_ASN1_PRIMATIVE_TAG            0x1f
    +
    +# define V_ASN1_APP_CHOOSE               -2/* let the recipient choose */
    +# define V_ASN1_OTHER                    -3/* used in ASN1_TYPE */
    +# define V_ASN1_ANY                      -4/* used in ASN1 template code */
    +
    +# define V_ASN1_NEG                      0x100/* negative flag */
    +
    +# define V_ASN1_UNDEF                    -1
    +# define V_ASN1_EOC                      0
    +# define V_ASN1_BOOLEAN                  1 /**/
    +# define V_ASN1_INTEGER                  2
    +# define V_ASN1_NEG_INTEGER              (2 | V_ASN1_NEG)
    +# define V_ASN1_BIT_STRING               3
    +# define V_ASN1_OCTET_STRING             4
    +# define V_ASN1_NULL                     5
    +# define V_ASN1_OBJECT                   6
    +# define V_ASN1_OBJECT_DESCRIPTOR        7
    +# define V_ASN1_EXTERNAL                 8
    +# define V_ASN1_REAL                     9
    +# define V_ASN1_ENUMERATED               10
    +# define V_ASN1_NEG_ENUMERATED           (10 | V_ASN1_NEG)
    +# define V_ASN1_UTF8STRING               12
    +# define V_ASN1_SEQUENCE                 16
    +# define V_ASN1_SET                      17
    +# define V_ASN1_NUMERICSTRING            18 /**/
    +# define V_ASN1_PRINTABLESTRING          19
    +# define V_ASN1_T61STRING                20
    +# define V_ASN1_TELETEXSTRING            20/* alias */
    +# define V_ASN1_VIDEOTEXSTRING           21 /**/
    +# define V_ASN1_IA5STRING                22
    +# define V_ASN1_UTCTIME                  23
    +# define V_ASN1_GENERALIZEDTIME          24 /**/
    +# define V_ASN1_GRAPHICSTRING            25 /**/
    +# define V_ASN1_ISO64STRING              26 /**/
    +# define V_ASN1_VISIBLESTRING            26/* alias */
    +# define V_ASN1_GENERALSTRING            27 /**/
    +# define V_ASN1_UNIVERSALSTRING          28 /**/
    +# define V_ASN1_BMPSTRING                30
     /* For use with d2i_ASN1_type_bytes() */
    -#define B_ASN1_NUMERICSTRING	0x0001
    -#define B_ASN1_PRINTABLESTRING	0x0002
    -#define B_ASN1_T61STRING	0x0004
    -#define B_ASN1_TELETEXSTRING	0x0004
    -#define B_ASN1_VIDEOTEXSTRING	0x0008
    -#define B_ASN1_IA5STRING	0x0010
    -#define B_ASN1_GRAPHICSTRING	0x0020
    -#define B_ASN1_ISO64STRING	0x0040
    -#define B_ASN1_VISIBLESTRING	0x0040
    -#define B_ASN1_GENERALSTRING	0x0080
    -#define B_ASN1_UNIVERSALSTRING	0x0100
    -#define B_ASN1_OCTET_STRING	0x0200
    -#define B_ASN1_BIT_STRING	0x0400
    -#define B_ASN1_BMPSTRING	0x0800
    -#define B_ASN1_UNKNOWN		0x1000
    -#define B_ASN1_UTF8STRING	0x2000
    -#define B_ASN1_UTCTIME		0x4000
    -#define B_ASN1_GENERALIZEDTIME	0x8000
    -#define B_ASN1_SEQUENCE		0x10000
    -
    +# define B_ASN1_NUMERICSTRING    0x0001
    +# define B_ASN1_PRINTABLESTRING  0x0002
    +# define B_ASN1_T61STRING        0x0004
    +# define B_ASN1_TELETEXSTRING    0x0004
    +# define B_ASN1_VIDEOTEXSTRING   0x0008
    +# define B_ASN1_IA5STRING        0x0010
    +# define B_ASN1_GRAPHICSTRING    0x0020
    +# define B_ASN1_ISO64STRING      0x0040
    +# define B_ASN1_VISIBLESTRING    0x0040
    +# define B_ASN1_GENERALSTRING    0x0080
    +# define B_ASN1_UNIVERSALSTRING  0x0100
    +# define B_ASN1_OCTET_STRING     0x0200
    +# define B_ASN1_BIT_STRING       0x0400
    +# define B_ASN1_BMPSTRING        0x0800
    +# define B_ASN1_UNKNOWN          0x1000
    +# define B_ASN1_UTF8STRING       0x2000
    +# define B_ASN1_UTCTIME          0x4000
    +# define B_ASN1_GENERALIZEDTIME  0x8000
    +# define B_ASN1_SEQUENCE         0x10000
     /* For use with ASN1_mbstring_copy() */
    -#define MBSTRING_FLAG		0x1000
    -#define MBSTRING_UTF8		(MBSTRING_FLAG)
    -#define MBSTRING_ASC		(MBSTRING_FLAG|1)
    -#define MBSTRING_BMP		(MBSTRING_FLAG|2)
    -#define MBSTRING_UNIV		(MBSTRING_FLAG|4)
    -
    -#define SMIME_OLDMIME		0x400
    -#define SMIME_CRLFEOL		0x800
    -#define SMIME_STREAM		0x1000
    -
    -struct X509_algor_st;
    +# define MBSTRING_FLAG           0x1000
    +# define MBSTRING_UTF8           (MBSTRING_FLAG)
    +# define MBSTRING_ASC            (MBSTRING_FLAG|1)
    +# define MBSTRING_BMP            (MBSTRING_FLAG|2)
    +# define MBSTRING_UNIV           (MBSTRING_FLAG|4)
    +# define SMIME_OLDMIME           0x400
    +# define SMIME_CRLFEOL           0x800
    +# define SMIME_STREAM            0x1000
    +    struct X509_algor_st;
     DECLARE_STACK_OF(X509_ALGOR)
     
    -#define DECLARE_ASN1_SET_OF(type) /* filled in by mkstack.pl */
    -#define IMPLEMENT_ASN1_SET_OF(type) /* nothing, no longer needed */
    -
    -/* We MUST make sure that, except for constness, asn1_ctx_st and
    -   asn1_const_ctx are exactly the same.  Fortunately, as soon as
    -   the old ASN1 parsing macros are gone, we can throw this away
    -   as well... */
    -typedef struct asn1_ctx_st
    -	{
    -	unsigned char *p;/* work char pointer */
    -	int eos;	/* end of sequence read for indefinite encoding */
    -	int error;	/* error code to use when returning an error */
    -	int inf;	/* constructed if 0x20, indefinite is 0x21 */
    -	int tag;	/* tag from last 'get object' */
    -	int xclass;	/* class from last 'get object' */
    -	long slen;	/* length of last 'get object' */
    -	unsigned char *max; /* largest value of p allowed */
    -	unsigned char *q;/* temporary variable */
    -	unsigned char **pp;/* variable */
    -	int line;	/* used in error processing */
    -	} ASN1_CTX;
    -
    -typedef struct asn1_const_ctx_st
    -	{
    -	const unsigned char *p;/* work char pointer */
    -	int eos;	/* end of sequence read for indefinite encoding */
    -	int error;	/* error code to use when returning an error */
    -	int inf;	/* constructed if 0x20, indefinite is 0x21 */
    -	int tag;	/* tag from last 'get object' */
    -	int xclass;	/* class from last 'get object' */
    -	long slen;	/* length of last 'get object' */
    -	const unsigned char *max; /* largest value of p allowed */
    -	const unsigned char *q;/* temporary variable */
    -	const unsigned char **pp;/* variable */
    -	int line;	/* used in error processing */
    -	} ASN1_const_CTX;
    -
    -/* These are used internally in the ASN1_OBJECT to keep track of
    - * whether the names and data need to be free()ed */
    -#define ASN1_OBJECT_FLAG_DYNAMIC	 0x01	/* internal use */
    -#define ASN1_OBJECT_FLAG_CRITICAL	 0x02	/* critical x509v3 object id */
    -#define ASN1_OBJECT_FLAG_DYNAMIC_STRINGS 0x04	/* internal use */
    -#define ASN1_OBJECT_FLAG_DYNAMIC_DATA 	 0x08	/* internal use */
    -typedef struct asn1_object_st
    -	{
    -	const char *sn,*ln;
    -	int nid;
    -	int length;
    -	const unsigned char *data;	/* data remains const after init */
    -	int flags;	/* Should we free this one */
    -	} ASN1_OBJECT;
    -
    -#define ASN1_STRING_FLAG_BITS_LEFT 0x08 /* Set if 0x07 has bits left value */
    -/* This indicates that the ASN1_STRING is not a real value but just a place
    - * holder for the location where indefinite length constructed data should
    - * be inserted in the memory buffer 
    +# define DECLARE_ASN1_SET_OF(type)/* filled in by mkstack.pl */
    +# define IMPLEMENT_ASN1_SET_OF(type)/* nothing, no longer needed */
    +
    +/*
    + * We MUST make sure that, except for constness, asn1_ctx_st and
    + * asn1_const_ctx are exactly the same.  Fortunately, as soon as the old ASN1
    + * parsing macros are gone, we can throw this away as well...
    + */
    +typedef struct asn1_ctx_st {
    +    unsigned char *p;           /* work char pointer */
    +    int eos;                    /* end of sequence read for indefinite
    +                                 * encoding */
    +    int error;                  /* error code to use when returning an error */
    +    int inf;                    /* constructed if 0x20, indefinite is 0x21 */
    +    int tag;                    /* tag from last 'get object' */
    +    int xclass;                 /* class from last 'get object' */
    +    long slen;                  /* length of last 'get object' */
    +    unsigned char *max;         /* largest value of p allowed */
    +    unsigned char *q;           /* temporary variable */
    +    unsigned char **pp;         /* variable */
    +    int line;                   /* used in error processing */
    +} ASN1_CTX;
    +
    +typedef struct asn1_const_ctx_st {
    +    const unsigned char *p;     /* work char pointer */
    +    int eos;                    /* end of sequence read for indefinite
    +                                 * encoding */
    +    int error;                  /* error code to use when returning an error */
    +    int inf;                    /* constructed if 0x20, indefinite is 0x21 */
    +    int tag;                    /* tag from last 'get object' */
    +    int xclass;                 /* class from last 'get object' */
    +    long slen;                  /* length of last 'get object' */
    +    const unsigned char *max;   /* largest value of p allowed */
    +    const unsigned char *q;     /* temporary variable */
    +    const unsigned char **pp;   /* variable */
    +    int line;                   /* used in error processing */
    +} ASN1_const_CTX;
    +
    +/*
    + * These are used internally in the ASN1_OBJECT to keep track of whether the
    + * names and data need to be free()ed
    + */
    +# define ASN1_OBJECT_FLAG_DYNAMIC         0x01/* internal use */
    +# define ASN1_OBJECT_FLAG_CRITICAL        0x02/* critical x509v3 object id */
    +# define ASN1_OBJECT_FLAG_DYNAMIC_STRINGS 0x04/* internal use */
    +# define ASN1_OBJECT_FLAG_DYNAMIC_DATA    0x08/* internal use */
    +struct asn1_object_st {
    +    const char *sn, *ln;
    +    int nid;
    +    int length;
    +    const unsigned char *data;  /* data remains const after init */
    +    int flags;                  /* Should we free this one */
    +};
    +
    +# define ASN1_STRING_FLAG_BITS_LEFT 0x08/* Set if 0x07 has bits left value */
    +/*
    + * This indicates that the ASN1_STRING is not a real value but just a place
    + * holder for the location where indefinite length constructed data should be
    + * inserted in the memory buffer
      */
    -#define ASN1_STRING_FLAG_NDEF 0x010 
    +# define ASN1_STRING_FLAG_NDEF 0x010
     
    -/* This flag is used by the CMS code to indicate that a string is not
    - * complete and is a place holder for content when it had all been 
    - * accessed. The flag will be reset when content has been written to it.
    +/*
    + * This flag is used by the CMS code to indicate that a string is not
    + * complete and is a place holder for content when it had all been accessed.
    + * The flag will be reset when content has been written to it.
      */
     
    -#define ASN1_STRING_FLAG_CONT 0x020 
    -/* This flag is used by ASN1 code to indicate an ASN1_STRING is an MSTRING
    +# define ASN1_STRING_FLAG_CONT 0x020
    +/*
    + * This flag is used by ASN1 code to indicate an ASN1_STRING is an MSTRING
      * type.
      */
    -#define ASN1_STRING_FLAG_MSTRING 0x040 
    +# define ASN1_STRING_FLAG_MSTRING 0x040
     /* This is the base type that holds just about everything :-) */
    -struct asn1_string_st
    -	{
    -	int length;
    -	int type;
    -	unsigned char *data;
    -	/* The value of the following field depends on the type being
    -	 * held.  It is mostly being used for BIT_STRING so if the
    -	 * input data has a non-zero 'unused bits' value, it will be
    -	 * handled correctly */
    -	long flags;
    -	};
    -
    -/* ASN1_ENCODING structure: this is used to save the received
    - * encoding of an ASN1 type. This is useful to get round
    - * problems with invalid encodings which can break signatures.
    +struct asn1_string_st {
    +    int length;
    +    int type;
    +    unsigned char *data;
    +    /*
    +     * The value of the following field depends on the type being held.  It
    +     * is mostly being used for BIT_STRING so if the input data has a
    +     * non-zero 'unused bits' value, it will be handled correctly
    +     */
    +    long flags;
    +};
    +
    +/*
    + * ASN1_ENCODING structure: this is used to save the received encoding of an
    + * ASN1 type. This is useful to get round problems with invalid encodings
    + * which can break signatures.
      */
     
    -typedef struct ASN1_ENCODING_st
    -	{
    -	unsigned char *enc;	/* DER encoding */
    -	long len;		/* Length of encoding */
    -	int modified;		 /* set to 1 if 'enc' is invalid */
    -	} ASN1_ENCODING;
    +typedef struct ASN1_ENCODING_st {
    +    unsigned char *enc;         /* DER encoding */
    +    long len;                   /* Length of encoding */
    +    int modified;               /* set to 1 if 'enc' is invalid */
    +} ASN1_ENCODING;
     
     /* Used with ASN1 LONG type: if a long is set to this it is omitted */
    -#define ASN1_LONG_UNDEF	0x7fffffffL
    +# define ASN1_LONG_UNDEF 0x7fffffffL
     
    -#define STABLE_FLAGS_MALLOC	0x01
    -#define STABLE_NO_MASK		0x02
    -#define DIRSTRING_TYPE	\
    +# define STABLE_FLAGS_MALLOC     0x01
    +# define STABLE_NO_MASK          0x02
    +# define DIRSTRING_TYPE  \
      (B_ASN1_PRINTABLESTRING|B_ASN1_T61STRING|B_ASN1_BMPSTRING|B_ASN1_UTF8STRING)
    -#define PKCS9STRING_TYPE (DIRSTRING_TYPE|B_ASN1_IA5STRING)
    +# define PKCS9STRING_TYPE (DIRSTRING_TYPE|B_ASN1_IA5STRING)
     
     typedef struct asn1_string_table_st {
    -	int nid;
    -	long minsize;
    -	long maxsize;
    -	unsigned long mask;
    -	unsigned long flags;
    +    int nid;
    +    long minsize;
    +    long maxsize;
    +    unsigned long mask;
    +    unsigned long flags;
     } ASN1_STRING_TABLE;
     
     DECLARE_STACK_OF(ASN1_STRING_TABLE)
     
     /* size limits: this stuff is taken straight from RFC2459 */
     
    -#define ub_name				32768
    -#define ub_common_name			64
    -#define ub_locality_name		128
    -#define ub_state_name			128
    -#define ub_organization_name		64
    -#define ub_organization_unit_name	64
    -#define ub_title			64
    -#define ub_email_address		128
    -
    -/* Declarations for template structures: for full definitions
    - * see asn1t.h
    +# define ub_name                         32768
    +# define ub_common_name                  64
    +# define ub_locality_name                128
    +# define ub_state_name                   128
    +# define ub_organization_name            64
    +# define ub_organization_unit_name       64
    +# define ub_title                        64
    +# define ub_email_address                128
    +
    +/*
    + * Declarations for template structures: for full definitions see asn1t.h
      */
     typedef struct ASN1_TEMPLATE_st ASN1_TEMPLATE;
     typedef struct ASN1_TLC_st ASN1_TLC;
    @@ -299,69 +300,70 @@ typedef struct ASN1_VALUE_st ASN1_VALUE;
     
     /* Declare ASN1 functions: the implement macro in in asn1t.h */
     
    -#define DECLARE_ASN1_FUNCTIONS(type) DECLARE_ASN1_FUNCTIONS_name(type, type)
    +# define DECLARE_ASN1_FUNCTIONS(type) DECLARE_ASN1_FUNCTIONS_name(type, type)
     
    -#define DECLARE_ASN1_ALLOC_FUNCTIONS(type) \
    -	DECLARE_ASN1_ALLOC_FUNCTIONS_name(type, type)
    +# define DECLARE_ASN1_ALLOC_FUNCTIONS(type) \
    +        DECLARE_ASN1_ALLOC_FUNCTIONS_name(type, type)
     
    -#define DECLARE_ASN1_FUNCTIONS_name(type, name) \
    -	DECLARE_ASN1_ALLOC_FUNCTIONS_name(type, name) \
    -	DECLARE_ASN1_ENCODE_FUNCTIONS(type, name, name)
    +# define DECLARE_ASN1_FUNCTIONS_name(type, name) \
    +        DECLARE_ASN1_ALLOC_FUNCTIONS_name(type, name) \
    +        DECLARE_ASN1_ENCODE_FUNCTIONS(type, name, name)
     
    -#define DECLARE_ASN1_FUNCTIONS_fname(type, itname, name) \
    -	DECLARE_ASN1_ALLOC_FUNCTIONS_name(type, name) \
    -	DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name)
    +# define DECLARE_ASN1_FUNCTIONS_fname(type, itname, name) \
    +        DECLARE_ASN1_ALLOC_FUNCTIONS_name(type, name) \
    +        DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name)
     
    -#define	DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) \
    -	type *d2i_##name(type **a, const unsigned char **in, long len); \
    -	int i2d_##name(type *a, unsigned char **out); \
    -	DECLARE_ASN1_ITEM(itname)
    +# define DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) \
    +        type *d2i_##name(type **a, const unsigned char **in, long len); \
    +        int i2d_##name(type *a, unsigned char **out); \
    +        DECLARE_ASN1_ITEM(itname)
     
    -#define	DECLARE_ASN1_ENCODE_FUNCTIONS_const(type, name) \
    -	type *d2i_##name(type **a, const unsigned char **in, long len); \
    -	int i2d_##name(const type *a, unsigned char **out); \
    -	DECLARE_ASN1_ITEM(name)
    +# define DECLARE_ASN1_ENCODE_FUNCTIONS_const(type, name) \
    +        type *d2i_##name(type **a, const unsigned char **in, long len); \
    +        int i2d_##name(const type *a, unsigned char **out); \
    +        DECLARE_ASN1_ITEM(name)
     
    -#define	DECLARE_ASN1_NDEF_FUNCTION(name) \
    -	int i2d_##name##_NDEF(name *a, unsigned char **out);
    +# define DECLARE_ASN1_NDEF_FUNCTION(name) \
    +        int i2d_##name##_NDEF(name *a, unsigned char **out);
     
    -#define DECLARE_ASN1_FUNCTIONS_const(name) \
    -	DECLARE_ASN1_ALLOC_FUNCTIONS(name) \
    -	DECLARE_ASN1_ENCODE_FUNCTIONS_const(name, name)
    +# define DECLARE_ASN1_FUNCTIONS_const(name) \
    +        DECLARE_ASN1_ALLOC_FUNCTIONS(name) \
    +        DECLARE_ASN1_ENCODE_FUNCTIONS_const(name, name)
     
    -#define DECLARE_ASN1_ALLOC_FUNCTIONS_name(type, name) \
    -	type *name##_new(void); \
    -	void name##_free(type *a);
    +# define DECLARE_ASN1_ALLOC_FUNCTIONS_name(type, name) \
    +        type *name##_new(void); \
    +        void name##_free(type *a);
     
    -#define DECLARE_ASN1_PRINT_FUNCTION(stname) \
    -	DECLARE_ASN1_PRINT_FUNCTION_fname(stname, stname)
    +# define DECLARE_ASN1_PRINT_FUNCTION(stname) \
    +        DECLARE_ASN1_PRINT_FUNCTION_fname(stname, stname)
     
    -#define DECLARE_ASN1_PRINT_FUNCTION_fname(stname, fname) \
    -	int fname##_print_ctx(BIO *out, stname *x, int indent, \
    -					 const ASN1_PCTX *pctx);
    +# define DECLARE_ASN1_PRINT_FUNCTION_fname(stname, fname) \
    +        int fname##_print_ctx(BIO *out, stname *x, int indent, \
    +                                         const ASN1_PCTX *pctx);
     
    -#define D2I_OF(type) type *(*)(type **,const unsigned char **,long)
    -#define I2D_OF(type) int (*)(type *,unsigned char **)
    -#define I2D_OF_const(type) int (*)(const type *,unsigned char **)
    +# define D2I_OF(type) type *(*)(type **,const unsigned char **,long)
    +# define I2D_OF(type) int (*)(type *,unsigned char **)
    +# define I2D_OF_const(type) int (*)(const type *,unsigned char **)
     
    -#define CHECKED_D2I_OF(type, d2i) \
    +# define CHECKED_D2I_OF(type, d2i) \
         ((d2i_of_void*) (1 ? d2i : ((D2I_OF(type))0)))
    -#define CHECKED_I2D_OF(type, i2d) \
    +# define CHECKED_I2D_OF(type, i2d) \
         ((i2d_of_void*) (1 ? i2d : ((I2D_OF(type))0)))
    -#define CHECKED_NEW_OF(type, xnew) \
    +# define CHECKED_NEW_OF(type, xnew) \
         ((void *(*)(void)) (1 ? xnew : ((type *(*)(void))0)))
    -#define CHECKED_PTR_OF(type, p) \
    +# define CHECKED_PTR_OF(type, p) \
         ((void*) (1 ? p : (type*)0))
    -#define CHECKED_PPTR_OF(type, p) \
    +# define CHECKED_PPTR_OF(type, p) \
         ((void**) (1 ? p : (type**)0))
     
    -#define TYPEDEF_D2I_OF(type) typedef type *d2i_of_##type(type **,const unsigned char **,long)
    -#define TYPEDEF_I2D_OF(type) typedef int i2d_of_##type(type *,unsigned char **)
    -#define TYPEDEF_D2I2D_OF(type) TYPEDEF_D2I_OF(type); TYPEDEF_I2D_OF(type)
    +# define TYPEDEF_D2I_OF(type) typedef type *d2i_of_##type(type **,const unsigned char **,long)
    +# define TYPEDEF_I2D_OF(type) typedef int i2d_of_##type(type *,unsigned char **)
    +# define TYPEDEF_D2I2D_OF(type) TYPEDEF_D2I_OF(type); TYPEDEF_I2D_OF(type)
     
     TYPEDEF_D2I2D_OF(void);
     
    -/* The following macros and typedefs allow an ASN1_ITEM
    +/*-
    + * The following macros and typedefs allow an ASN1_ITEM
      * to be embedded in a structure and referenced. Since
      * the ASN1_ITEM pointers need to be globally accessible
      * (possibly from shared libraries) they may exist in
    @@ -380,7 +382,7 @@ TYPEDEF_D2I2D_OF(void);
      *      ...
      *      ASN1_ITEM_EXP *iptr;
      *      ...
    - * } SOMETHING; 
    + * } SOMETHING;
      *
      * It would be initialised as e.g.:
      *
    @@ -396,157 +398,159 @@ TYPEDEF_D2I2D_OF(void);
      *
      */
     
    -#ifndef OPENSSL_EXPORT_VAR_AS_FUNCTION
    +# ifndef OPENSSL_EXPORT_VAR_AS_FUNCTION
     
     /* ASN1_ITEM pointer exported type */
     typedef const ASN1_ITEM ASN1_ITEM_EXP;
     
     /* Macro to obtain ASN1_ITEM pointer from exported type */
    -#define ASN1_ITEM_ptr(iptr) (iptr)
    +#  define ASN1_ITEM_ptr(iptr) (iptr)
     
     /* Macro to include ASN1_ITEM pointer from base type */
    -#define ASN1_ITEM_ref(iptr) (&(iptr##_it))
    +#  define ASN1_ITEM_ref(iptr) (&(iptr##_it))
     
    -#define ASN1_ITEM_rptr(ref) (&(ref##_it))
    +#  define ASN1_ITEM_rptr(ref) (&(ref##_it))
     
    -#define DECLARE_ASN1_ITEM(name) \
    -	OPENSSL_EXTERN const ASN1_ITEM name##_it;
    +#  define DECLARE_ASN1_ITEM(name) \
    +        OPENSSL_EXTERN const ASN1_ITEM name##_it;
     
    -#else
    +# else
     
    -/* Platforms that can't easily handle shared global variables are declared
    - * as functions returning ASN1_ITEM pointers.
    +/*
    + * Platforms that can't easily handle shared global variables are declared as
    + * functions returning ASN1_ITEM pointers.
      */
     
     /* ASN1_ITEM pointer exported type */
    -typedef const ASN1_ITEM * ASN1_ITEM_EXP(void);
    +typedef const ASN1_ITEM *ASN1_ITEM_EXP (void);
     
     /* Macro to obtain ASN1_ITEM pointer from exported type */
    -#define ASN1_ITEM_ptr(iptr) (iptr())
    +#  define ASN1_ITEM_ptr(iptr) (iptr())
     
     /* Macro to include ASN1_ITEM pointer from base type */
    -#define ASN1_ITEM_ref(iptr) (iptr##_it)
    +#  define ASN1_ITEM_ref(iptr) (iptr##_it)
     
    -#define ASN1_ITEM_rptr(ref) (ref##_it())
    +#  define ASN1_ITEM_rptr(ref) (ref##_it())
     
    -#define DECLARE_ASN1_ITEM(name) \
    -	const ASN1_ITEM * name##_it(void);
    +#  define DECLARE_ASN1_ITEM(name) \
    +        const ASN1_ITEM * name##_it(void);
     
    -#endif
    +# endif
     
     /* Parameters used by ASN1_STRING_print_ex() */
     
    -/* These determine which characters to escape:
    - * RFC2253 special characters, control characters and
    - * MSB set characters
    +/*
    + * These determine which characters to escape: RFC2253 special characters,
    + * control characters and MSB set characters
      */
     
    -#define ASN1_STRFLGS_ESC_2253		1
    -#define ASN1_STRFLGS_ESC_CTRL		2
    -#define ASN1_STRFLGS_ESC_MSB		4
    -
    +# define ASN1_STRFLGS_ESC_2253           1
    +# define ASN1_STRFLGS_ESC_CTRL           2
    +# define ASN1_STRFLGS_ESC_MSB            4
     
    -/* This flag determines how we do escaping: normally
    - * RC2253 backslash only, set this to use backslash and
    - * quote.
    +/*
    + * This flag determines how we do escaping: normally RC2253 backslash only,
    + * set this to use backslash and quote.
      */
     
    -#define ASN1_STRFLGS_ESC_QUOTE		8
    -
    +# define ASN1_STRFLGS_ESC_QUOTE          8
     
     /* These three flags are internal use only. */
     
     /* Character is a valid PrintableString character */
    -#define CHARTYPE_PRINTABLESTRING	0x10
    +# define CHARTYPE_PRINTABLESTRING        0x10
     /* Character needs escaping if it is the first character */
    -#define CHARTYPE_FIRST_ESC_2253		0x20
    +# define CHARTYPE_FIRST_ESC_2253         0x20
     /* Character needs escaping if it is the last character */
    -#define CHARTYPE_LAST_ESC_2253		0x40
    +# define CHARTYPE_LAST_ESC_2253          0x40
     
    -/* NB the internal flags are safely reused below by flags
    - * handled at the top level.
    +/*
    + * NB the internal flags are safely reused below by flags handled at the top
    + * level.
      */
     
    -/* If this is set we convert all character strings
    - * to UTF8 first 
    +/*
    + * If this is set we convert all character strings to UTF8 first
      */
     
    -#define ASN1_STRFLGS_UTF8_CONVERT	0x10
    +# define ASN1_STRFLGS_UTF8_CONVERT       0x10
     
    -/* If this is set we don't attempt to interpret content:
    - * just assume all strings are 1 byte per character. This
    - * will produce some pretty odd looking output!
    +/*
    + * If this is set we don't attempt to interpret content: just assume all
    + * strings are 1 byte per character. This will produce some pretty odd
    + * looking output!
      */
     
    -#define ASN1_STRFLGS_IGNORE_TYPE	0x20
    +# define ASN1_STRFLGS_IGNORE_TYPE        0x20
     
     /* If this is set we include the string type in the output */
    -#define ASN1_STRFLGS_SHOW_TYPE		0x40
    -
    -/* This determines which strings to display and which to
    - * 'dump' (hex dump of content octets or DER encoding). We can
    - * only dump non character strings or everything. If we
    - * don't dump 'unknown' they are interpreted as character
    - * strings with 1 octet per character and are subject to
    - * the usual escaping options.
    +# define ASN1_STRFLGS_SHOW_TYPE          0x40
    +
    +/*
    + * This determines which strings to display and which to 'dump' (hex dump of
    + * content octets or DER encoding). We can only dump non character strings or
    + * everything. If we don't dump 'unknown' they are interpreted as character
    + * strings with 1 octet per character and are subject to the usual escaping
    + * options.
      */
     
    -#define ASN1_STRFLGS_DUMP_ALL		0x80
    -#define ASN1_STRFLGS_DUMP_UNKNOWN	0x100
    +# define ASN1_STRFLGS_DUMP_ALL           0x80
    +# define ASN1_STRFLGS_DUMP_UNKNOWN       0x100
     
    -/* These determine what 'dumping' does, we can dump the
    - * content octets or the DER encoding: both use the
    - * RFC2253 #XXXXX notation.
    +/*
    + * These determine what 'dumping' does, we can dump the content octets or the
    + * DER encoding: both use the RFC2253 #XXXXX notation.
      */
     
    -#define ASN1_STRFLGS_DUMP_DER		0x200
    +# define ASN1_STRFLGS_DUMP_DER           0x200
     
    -/* All the string flags consistent with RFC2253,
    - * escaping control characters isn't essential in
    - * RFC2253 but it is advisable anyway.
    +/*
    + * All the string flags consistent with RFC2253, escaping control characters
    + * isn't essential in RFC2253 but it is advisable anyway.
      */
     
    -#define ASN1_STRFLGS_RFC2253	(ASN1_STRFLGS_ESC_2253 | \
    -				ASN1_STRFLGS_ESC_CTRL | \
    -				ASN1_STRFLGS_ESC_MSB | \
    -				ASN1_STRFLGS_UTF8_CONVERT | \
    -				ASN1_STRFLGS_DUMP_UNKNOWN | \
    -				ASN1_STRFLGS_DUMP_DER)
    +# define ASN1_STRFLGS_RFC2253    (ASN1_STRFLGS_ESC_2253 | \
    +                                ASN1_STRFLGS_ESC_CTRL | \
    +                                ASN1_STRFLGS_ESC_MSB | \
    +                                ASN1_STRFLGS_UTF8_CONVERT | \
    +                                ASN1_STRFLGS_DUMP_UNKNOWN | \
    +                                ASN1_STRFLGS_DUMP_DER)
     
     DECLARE_STACK_OF(ASN1_INTEGER)
     DECLARE_ASN1_SET_OF(ASN1_INTEGER)
     
     DECLARE_STACK_OF(ASN1_GENERALSTRING)
     
    -typedef struct asn1_type_st
    -	{
    -	int type;
    -	union	{
    -		char *ptr;
    -		ASN1_BOOLEAN		boolean;
    -		ASN1_STRING *		asn1_string;
    -		ASN1_OBJECT *		object;
    -		ASN1_INTEGER *		integer;
    -		ASN1_ENUMERATED *	enumerated;
    -		ASN1_BIT_STRING *	bit_string;
    -		ASN1_OCTET_STRING *	octet_string;
    -		ASN1_PRINTABLESTRING *	printablestring;
    -		ASN1_T61STRING *	t61string;
    -		ASN1_IA5STRING *	ia5string;
    -		ASN1_GENERALSTRING *	generalstring;
    -		ASN1_BMPSTRING *	bmpstring;
    -		ASN1_UNIVERSALSTRING *	universalstring;
    -		ASN1_UTCTIME *		utctime;
    -		ASN1_GENERALIZEDTIME *	generalizedtime;
    -		ASN1_VISIBLESTRING *	visiblestring;
    -		ASN1_UTF8STRING *	utf8string;
    -		/* set and sequence are left complete and still
    -		 * contain the set or sequence bytes */
    -		ASN1_STRING *		set;
    -		ASN1_STRING *		sequence;
    -		ASN1_VALUE *		asn1_value;
    -		} value;
    -	} ASN1_TYPE;
    +typedef struct asn1_type_st {
    +    int type;
    +    union {
    +        char *ptr;
    +        ASN1_BOOLEAN boolean;
    +        ASN1_STRING *asn1_string;
    +        ASN1_OBJECT *object;
    +        ASN1_INTEGER *integer;
    +        ASN1_ENUMERATED *enumerated;
    +        ASN1_BIT_STRING *bit_string;
    +        ASN1_OCTET_STRING *octet_string;
    +        ASN1_PRINTABLESTRING *printablestring;
    +        ASN1_T61STRING *t61string;
    +        ASN1_IA5STRING *ia5string;
    +        ASN1_GENERALSTRING *generalstring;
    +        ASN1_BMPSTRING *bmpstring;
    +        ASN1_UNIVERSALSTRING *universalstring;
    +        ASN1_UTCTIME *utctime;
    +        ASN1_GENERALIZEDTIME *generalizedtime;
    +        ASN1_VISIBLESTRING *visiblestring;
    +        ASN1_UTF8STRING *utf8string;
    +        /*
    +         * set and sequence are left complete and still contain the set or
    +         * sequence bytes
    +         */
    +        ASN1_STRING *set;
    +        ASN1_STRING *sequence;
    +        ASN1_VALUE *asn1_value;
    +    } value;
    +} ASN1_TYPE;
     
     DECLARE_STACK_OF(ASN1_TYPE)
     DECLARE_ASN1_SET_OF(ASN1_TYPE)
    @@ -556,309 +560,314 @@ typedef STACK_OF(ASN1_TYPE) ASN1_SEQUENCE_ANY;
     DECLARE_ASN1_ENCODE_FUNCTIONS_const(ASN1_SEQUENCE_ANY, ASN1_SEQUENCE_ANY)
     DECLARE_ASN1_ENCODE_FUNCTIONS_const(ASN1_SEQUENCE_ANY, ASN1_SET_ANY)
     
    -typedef struct NETSCAPE_X509_st
    -	{
    -	ASN1_OCTET_STRING *header;
    -	X509 *cert;
    -	} NETSCAPE_X509;
    +typedef struct NETSCAPE_X509_st {
    +    ASN1_OCTET_STRING *header;
    +    X509 *cert;
    +} NETSCAPE_X509;
     
     /* This is used to contain a list of bit names */
     typedef struct BIT_STRING_BITNAME_st {
    -	int bitnum;
    -	const char *lname;
    -	const char *sname;
    +    int bitnum;
    +    const char *lname;
    +    const char *sname;
     } BIT_STRING_BITNAME;
     
    -
    -#define M_ASN1_STRING_length(x)	((x)->length)
    -#define M_ASN1_STRING_length_set(x, n)	((x)->length = (n))
    -#define M_ASN1_STRING_type(x)	((x)->type)
    -#define M_ASN1_STRING_data(x)	((x)->data)
    +# define M_ASN1_STRING_length(x) ((x)->length)
    +# define M_ASN1_STRING_length_set(x, n)  ((x)->length = (n))
    +# define M_ASN1_STRING_type(x)   ((x)->type)
    +# define M_ASN1_STRING_data(x)   ((x)->data)
     
     /* Macros for string operations */
    -#define M_ASN1_BIT_STRING_new()	(ASN1_BIT_STRING *)\
    -		ASN1_STRING_type_new(V_ASN1_BIT_STRING)
    -#define M_ASN1_BIT_STRING_free(a)	ASN1_STRING_free((ASN1_STRING *)a)
    -#define M_ASN1_BIT_STRING_dup(a) (ASN1_BIT_STRING *)\
    -		ASN1_STRING_dup((const ASN1_STRING *)a)
    -#define M_ASN1_BIT_STRING_cmp(a,b) ASN1_STRING_cmp(\
    -		(const ASN1_STRING *)a,(const ASN1_STRING *)b)
    -#define M_ASN1_BIT_STRING_set(a,b,c) ASN1_STRING_set((ASN1_STRING *)a,b,c)
    -
    -#define M_ASN1_INTEGER_new()	(ASN1_INTEGER *)\
    -		ASN1_STRING_type_new(V_ASN1_INTEGER)
    -#define M_ASN1_INTEGER_free(a)		ASN1_STRING_free((ASN1_STRING *)a)
    -#define M_ASN1_INTEGER_dup(a) (ASN1_INTEGER *)\
    -		ASN1_STRING_dup((const ASN1_STRING *)a)
    -#define M_ASN1_INTEGER_cmp(a,b)	ASN1_STRING_cmp(\
    -		(const ASN1_STRING *)a,(const ASN1_STRING *)b)
    -
    -#define M_ASN1_ENUMERATED_new()	(ASN1_ENUMERATED *)\
    -		ASN1_STRING_type_new(V_ASN1_ENUMERATED)
    -#define M_ASN1_ENUMERATED_free(a)	ASN1_STRING_free((ASN1_STRING *)a)
    -#define M_ASN1_ENUMERATED_dup(a) (ASN1_ENUMERATED *)\
    -		ASN1_STRING_dup((const ASN1_STRING *)a)
    -#define M_ASN1_ENUMERATED_cmp(a,b)	ASN1_STRING_cmp(\
    -		(const ASN1_STRING *)a,(const ASN1_STRING *)b)
    -
    -#define M_ASN1_OCTET_STRING_new()	(ASN1_OCTET_STRING *)\
    -		ASN1_STRING_type_new(V_ASN1_OCTET_STRING)
    -#define M_ASN1_OCTET_STRING_free(a)	ASN1_STRING_free((ASN1_STRING *)a)
    -#define M_ASN1_OCTET_STRING_dup(a) (ASN1_OCTET_STRING *)\
    -		ASN1_STRING_dup((const ASN1_STRING *)a)
    -#define M_ASN1_OCTET_STRING_cmp(a,b) ASN1_STRING_cmp(\
    -		(const ASN1_STRING *)a,(const ASN1_STRING *)b)
    -#define M_ASN1_OCTET_STRING_set(a,b,c)	ASN1_STRING_set((ASN1_STRING *)a,b,c)
    -#define M_ASN1_OCTET_STRING_print(a,b)	ASN1_STRING_print(a,(ASN1_STRING *)b)
    -#define M_i2d_ASN1_OCTET_STRING(a,pp) \
    -		i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_OCTET_STRING,\
    -		V_ASN1_UNIVERSAL)
    -
    -#define B_ASN1_TIME \
    -			B_ASN1_UTCTIME | \
    -			B_ASN1_GENERALIZEDTIME
    -
    -#define B_ASN1_PRINTABLE \
    -			B_ASN1_NUMERICSTRING| \
    -			B_ASN1_PRINTABLESTRING| \
    -			B_ASN1_T61STRING| \
    -			B_ASN1_IA5STRING| \
    -			B_ASN1_BIT_STRING| \
    -			B_ASN1_UNIVERSALSTRING|\
    -			B_ASN1_BMPSTRING|\
    -			B_ASN1_UTF8STRING|\
    -			B_ASN1_SEQUENCE|\
    -			B_ASN1_UNKNOWN
    -
    -#define B_ASN1_DIRECTORYSTRING \
    -			B_ASN1_PRINTABLESTRING| \
    -			B_ASN1_TELETEXSTRING|\
    -			B_ASN1_BMPSTRING|\
    -			B_ASN1_UNIVERSALSTRING|\
    -			B_ASN1_UTF8STRING
    -
    -#define B_ASN1_DISPLAYTEXT \
    -			B_ASN1_IA5STRING| \
    -			B_ASN1_VISIBLESTRING| \
    -			B_ASN1_BMPSTRING|\
    -			B_ASN1_UTF8STRING
    -
    -#define M_ASN1_PRINTABLE_new()	ASN1_STRING_type_new(V_ASN1_T61STRING)
    -#define M_ASN1_PRINTABLE_free(a)	ASN1_STRING_free((ASN1_STRING *)a)
    -#define M_i2d_ASN1_PRINTABLE(a,pp) i2d_ASN1_bytes((ASN1_STRING *)a,\
    -		pp,a->type,V_ASN1_UNIVERSAL)
    -#define M_d2i_ASN1_PRINTABLE(a,pp,l) \
    -		d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l, \
    -			B_ASN1_PRINTABLE)
    -
    -#define M_DIRECTORYSTRING_new() ASN1_STRING_type_new(V_ASN1_PRINTABLESTRING)
    -#define M_DIRECTORYSTRING_free(a)	ASN1_STRING_free((ASN1_STRING *)a)
    -#define M_i2d_DIRECTORYSTRING(a,pp) i2d_ASN1_bytes((ASN1_STRING *)a,\
    -						pp,a->type,V_ASN1_UNIVERSAL)
    -#define M_d2i_DIRECTORYSTRING(a,pp,l) \
    -		d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l, \
    -			B_ASN1_DIRECTORYSTRING)
    -
    -#define M_DISPLAYTEXT_new() ASN1_STRING_type_new(V_ASN1_VISIBLESTRING)
    -#define M_DISPLAYTEXT_free(a) ASN1_STRING_free((ASN1_STRING *)a)
    -#define M_i2d_DISPLAYTEXT(a,pp) i2d_ASN1_bytes((ASN1_STRING *)a,\
    -						pp,a->type,V_ASN1_UNIVERSAL)
    -#define M_d2i_DISPLAYTEXT(a,pp,l) \
    -		d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l, \
    -			B_ASN1_DISPLAYTEXT)
    -
    -#define M_ASN1_PRINTABLESTRING_new() (ASN1_PRINTABLESTRING *)\
    -		ASN1_STRING_type_new(V_ASN1_PRINTABLESTRING)
    -#define M_ASN1_PRINTABLESTRING_free(a)	ASN1_STRING_free((ASN1_STRING *)a)
    -#define M_i2d_ASN1_PRINTABLESTRING(a,pp) \
    -		i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_PRINTABLESTRING,\
    -		V_ASN1_UNIVERSAL)
    -#define M_d2i_ASN1_PRINTABLESTRING(a,pp,l) \
    -		(ASN1_PRINTABLESTRING *)d2i_ASN1_type_bytes\
    -		((ASN1_STRING **)a,pp,l,B_ASN1_PRINTABLESTRING)
    -
    -#define M_ASN1_T61STRING_new()	(ASN1_T61STRING *)\
    -		ASN1_STRING_type_new(V_ASN1_T61STRING)
    -#define M_ASN1_T61STRING_free(a)	ASN1_STRING_free((ASN1_STRING *)a)
    -#define M_i2d_ASN1_T61STRING(a,pp) \
    -		i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_T61STRING,\
    -		V_ASN1_UNIVERSAL)
    -#define M_d2i_ASN1_T61STRING(a,pp,l) \
    -		(ASN1_T61STRING *)d2i_ASN1_type_bytes\
    -		((ASN1_STRING **)a,pp,l,B_ASN1_T61STRING)
    -
    -#define M_ASN1_IA5STRING_new()	(ASN1_IA5STRING *)\
    -		ASN1_STRING_type_new(V_ASN1_IA5STRING)
    -#define M_ASN1_IA5STRING_free(a)	ASN1_STRING_free((ASN1_STRING *)a)
    -#define M_ASN1_IA5STRING_dup(a)	\
    -		(ASN1_IA5STRING *)ASN1_STRING_dup((const ASN1_STRING *)a)
    -#define M_i2d_ASN1_IA5STRING(a,pp) \
    -		i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_IA5STRING,\
    -			V_ASN1_UNIVERSAL)
    -#define M_d2i_ASN1_IA5STRING(a,pp,l) \
    -		(ASN1_IA5STRING *)d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l,\
    -			B_ASN1_IA5STRING)
    -
    -#define M_ASN1_UTCTIME_new()	(ASN1_UTCTIME *)\
    -		ASN1_STRING_type_new(V_ASN1_UTCTIME)
    -#define M_ASN1_UTCTIME_free(a)	ASN1_STRING_free((ASN1_STRING *)a)
    -#define M_ASN1_UTCTIME_dup(a) (ASN1_UTCTIME *)\
    -		ASN1_STRING_dup((const ASN1_STRING *)a)
    -
    -#define M_ASN1_GENERALIZEDTIME_new()	(ASN1_GENERALIZEDTIME *)\
    -		ASN1_STRING_type_new(V_ASN1_GENERALIZEDTIME)
    -#define M_ASN1_GENERALIZEDTIME_free(a)	ASN1_STRING_free((ASN1_STRING *)a)
    -#define M_ASN1_GENERALIZEDTIME_dup(a) (ASN1_GENERALIZEDTIME *)ASN1_STRING_dup(\
    -	(const ASN1_STRING *)a)
    -
    -#define M_ASN1_TIME_new()	(ASN1_TIME *)\
    -		ASN1_STRING_type_new(V_ASN1_UTCTIME)
    -#define M_ASN1_TIME_free(a)	ASN1_STRING_free((ASN1_STRING *)a)
    -#define M_ASN1_TIME_dup(a) (ASN1_TIME *)\
    -	ASN1_STRING_dup((const ASN1_STRING *)a)
    -
    -#define M_ASN1_GENERALSTRING_new()	(ASN1_GENERALSTRING *)\
    -		ASN1_STRING_type_new(V_ASN1_GENERALSTRING)
    -#define M_ASN1_GENERALSTRING_free(a)	ASN1_STRING_free((ASN1_STRING *)a)
    -#define M_i2d_ASN1_GENERALSTRING(a,pp) \
    -		i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_GENERALSTRING,\
    -			V_ASN1_UNIVERSAL)
    -#define M_d2i_ASN1_GENERALSTRING(a,pp,l) \
    -		(ASN1_GENERALSTRING *)d2i_ASN1_type_bytes\
    -		((ASN1_STRING **)a,pp,l,B_ASN1_GENERALSTRING)
    -
    -#define M_ASN1_UNIVERSALSTRING_new()	(ASN1_UNIVERSALSTRING *)\
    -		ASN1_STRING_type_new(V_ASN1_UNIVERSALSTRING)
    -#define M_ASN1_UNIVERSALSTRING_free(a)	ASN1_STRING_free((ASN1_STRING *)a)
    -#define M_i2d_ASN1_UNIVERSALSTRING(a,pp) \
    -		i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_UNIVERSALSTRING,\
    -			V_ASN1_UNIVERSAL)
    -#define M_d2i_ASN1_UNIVERSALSTRING(a,pp,l) \
    -		(ASN1_UNIVERSALSTRING *)d2i_ASN1_type_bytes\
    -		((ASN1_STRING **)a,pp,l,B_ASN1_UNIVERSALSTRING)
    -
    -#define M_ASN1_BMPSTRING_new()	(ASN1_BMPSTRING *)\
    -		ASN1_STRING_type_new(V_ASN1_BMPSTRING)
    -#define M_ASN1_BMPSTRING_free(a)	ASN1_STRING_free((ASN1_STRING *)a)
    -#define M_i2d_ASN1_BMPSTRING(a,pp) \
    -		i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_BMPSTRING,\
    -			V_ASN1_UNIVERSAL)
    -#define M_d2i_ASN1_BMPSTRING(a,pp,l) \
    -		(ASN1_BMPSTRING *)d2i_ASN1_type_bytes\
    -		((ASN1_STRING **)a,pp,l,B_ASN1_BMPSTRING)
    -
    -#define M_ASN1_VISIBLESTRING_new()	(ASN1_VISIBLESTRING *)\
    -		ASN1_STRING_type_new(V_ASN1_VISIBLESTRING)
    -#define M_ASN1_VISIBLESTRING_free(a)	ASN1_STRING_free((ASN1_STRING *)a)
    -#define M_i2d_ASN1_VISIBLESTRING(a,pp) \
    -		i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_VISIBLESTRING,\
    -			V_ASN1_UNIVERSAL)
    -#define M_d2i_ASN1_VISIBLESTRING(a,pp,l) \
    -		(ASN1_VISIBLESTRING *)d2i_ASN1_type_bytes\
    -		((ASN1_STRING **)a,pp,l,B_ASN1_VISIBLESTRING)
    -
    -#define M_ASN1_UTF8STRING_new()	(ASN1_UTF8STRING *)\
    -		ASN1_STRING_type_new(V_ASN1_UTF8STRING)
    -#define M_ASN1_UTF8STRING_free(a)	ASN1_STRING_free((ASN1_STRING *)a)
    -#define M_i2d_ASN1_UTF8STRING(a,pp) \
    -		i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_UTF8STRING,\
    -			V_ASN1_UNIVERSAL)
    -#define M_d2i_ASN1_UTF8STRING(a,pp,l) \
    -		(ASN1_UTF8STRING *)d2i_ASN1_type_bytes\
    -		((ASN1_STRING **)a,pp,l,B_ASN1_UTF8STRING)
    +# define M_ASN1_BIT_STRING_new() (ASN1_BIT_STRING *)\
    +                ASN1_STRING_type_new(V_ASN1_BIT_STRING)
    +# define M_ASN1_BIT_STRING_free(a)       ASN1_STRING_free((ASN1_STRING *)a)
    +# define M_ASN1_BIT_STRING_dup(a) (ASN1_BIT_STRING *)\
    +                ASN1_STRING_dup((const ASN1_STRING *)a)
    +# define M_ASN1_BIT_STRING_cmp(a,b) ASN1_STRING_cmp(\
    +                (const ASN1_STRING *)a,(const ASN1_STRING *)b)
    +# define M_ASN1_BIT_STRING_set(a,b,c) ASN1_STRING_set((ASN1_STRING *)a,b,c)
    +
    +# define M_ASN1_INTEGER_new()    (ASN1_INTEGER *)\
    +                ASN1_STRING_type_new(V_ASN1_INTEGER)
    +# define M_ASN1_INTEGER_free(a)          ASN1_STRING_free((ASN1_STRING *)a)
    +# define M_ASN1_INTEGER_dup(a) (ASN1_INTEGER *)\
    +                ASN1_STRING_dup((const ASN1_STRING *)a)
    +# define M_ASN1_INTEGER_cmp(a,b) ASN1_STRING_cmp(\
    +                (const ASN1_STRING *)a,(const ASN1_STRING *)b)
    +
    +# define M_ASN1_ENUMERATED_new() (ASN1_ENUMERATED *)\
    +                ASN1_STRING_type_new(V_ASN1_ENUMERATED)
    +# define M_ASN1_ENUMERATED_free(a)       ASN1_STRING_free((ASN1_STRING *)a)
    +# define M_ASN1_ENUMERATED_dup(a) (ASN1_ENUMERATED *)\
    +                ASN1_STRING_dup((const ASN1_STRING *)a)
    +# define M_ASN1_ENUMERATED_cmp(a,b)      ASN1_STRING_cmp(\
    +                (const ASN1_STRING *)a,(const ASN1_STRING *)b)
    +
    +# define M_ASN1_OCTET_STRING_new()       (ASN1_OCTET_STRING *)\
    +                ASN1_STRING_type_new(V_ASN1_OCTET_STRING)
    +# define M_ASN1_OCTET_STRING_free(a)     ASN1_STRING_free((ASN1_STRING *)a)
    +# define M_ASN1_OCTET_STRING_dup(a) (ASN1_OCTET_STRING *)\
    +                ASN1_STRING_dup((const ASN1_STRING *)a)
    +# define M_ASN1_OCTET_STRING_cmp(a,b) ASN1_STRING_cmp(\
    +                (const ASN1_STRING *)a,(const ASN1_STRING *)b)
    +# define M_ASN1_OCTET_STRING_set(a,b,c)  ASN1_STRING_set((ASN1_STRING *)a,b,c)
    +# define M_ASN1_OCTET_STRING_print(a,b)  ASN1_STRING_print(a,(ASN1_STRING *)b)
    +# define M_i2d_ASN1_OCTET_STRING(a,pp) \
    +                i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_OCTET_STRING,\
    +                V_ASN1_UNIVERSAL)
    +
    +# define B_ASN1_TIME \
    +                        B_ASN1_UTCTIME | \
    +                        B_ASN1_GENERALIZEDTIME
    +
    +# define B_ASN1_PRINTABLE \
    +                        B_ASN1_NUMERICSTRING| \
    +                        B_ASN1_PRINTABLESTRING| \
    +                        B_ASN1_T61STRING| \
    +                        B_ASN1_IA5STRING| \
    +                        B_ASN1_BIT_STRING| \
    +                        B_ASN1_UNIVERSALSTRING|\
    +                        B_ASN1_BMPSTRING|\
    +                        B_ASN1_UTF8STRING|\
    +                        B_ASN1_SEQUENCE|\
    +                        B_ASN1_UNKNOWN
    +
    +# define B_ASN1_DIRECTORYSTRING \
    +                        B_ASN1_PRINTABLESTRING| \
    +                        B_ASN1_TELETEXSTRING|\
    +                        B_ASN1_BMPSTRING|\
    +                        B_ASN1_UNIVERSALSTRING|\
    +                        B_ASN1_UTF8STRING
    +
    +# define B_ASN1_DISPLAYTEXT \
    +                        B_ASN1_IA5STRING| \
    +                        B_ASN1_VISIBLESTRING| \
    +                        B_ASN1_BMPSTRING|\
    +                        B_ASN1_UTF8STRING
    +
    +# define M_ASN1_PRINTABLE_new()  ASN1_STRING_type_new(V_ASN1_T61STRING)
    +# define M_ASN1_PRINTABLE_free(a)        ASN1_STRING_free((ASN1_STRING *)a)
    +# define M_i2d_ASN1_PRINTABLE(a,pp) i2d_ASN1_bytes((ASN1_STRING *)a,\
    +                pp,a->type,V_ASN1_UNIVERSAL)
    +# define M_d2i_ASN1_PRINTABLE(a,pp,l) \
    +                d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l, \
    +                        B_ASN1_PRINTABLE)
    +
    +# define M_DIRECTORYSTRING_new() ASN1_STRING_type_new(V_ASN1_PRINTABLESTRING)
    +# define M_DIRECTORYSTRING_free(a)       ASN1_STRING_free((ASN1_STRING *)a)
    +# define M_i2d_DIRECTORYSTRING(a,pp) i2d_ASN1_bytes((ASN1_STRING *)a,\
    +                                                pp,a->type,V_ASN1_UNIVERSAL)
    +# define M_d2i_DIRECTORYSTRING(a,pp,l) \
    +                d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l, \
    +                        B_ASN1_DIRECTORYSTRING)
    +
    +# define M_DISPLAYTEXT_new() ASN1_STRING_type_new(V_ASN1_VISIBLESTRING)
    +# define M_DISPLAYTEXT_free(a) ASN1_STRING_free((ASN1_STRING *)a)
    +# define M_i2d_DISPLAYTEXT(a,pp) i2d_ASN1_bytes((ASN1_STRING *)a,\
    +                                                pp,a->type,V_ASN1_UNIVERSAL)
    +# define M_d2i_DISPLAYTEXT(a,pp,l) \
    +                d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l, \
    +                        B_ASN1_DISPLAYTEXT)
    +
    +# define M_ASN1_PRINTABLESTRING_new() (ASN1_PRINTABLESTRING *)\
    +                ASN1_STRING_type_new(V_ASN1_PRINTABLESTRING)
    +# define M_ASN1_PRINTABLESTRING_free(a)  ASN1_STRING_free((ASN1_STRING *)a)
    +# define M_i2d_ASN1_PRINTABLESTRING(a,pp) \
    +                i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_PRINTABLESTRING,\
    +                V_ASN1_UNIVERSAL)
    +# define M_d2i_ASN1_PRINTABLESTRING(a,pp,l) \
    +                (ASN1_PRINTABLESTRING *)d2i_ASN1_type_bytes\
    +                ((ASN1_STRING **)a,pp,l,B_ASN1_PRINTABLESTRING)
    +
    +# define M_ASN1_T61STRING_new()  (ASN1_T61STRING *)\
    +                ASN1_STRING_type_new(V_ASN1_T61STRING)
    +# define M_ASN1_T61STRING_free(a)        ASN1_STRING_free((ASN1_STRING *)a)
    +# define M_i2d_ASN1_T61STRING(a,pp) \
    +                i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_T61STRING,\
    +                V_ASN1_UNIVERSAL)
    +# define M_d2i_ASN1_T61STRING(a,pp,l) \
    +                (ASN1_T61STRING *)d2i_ASN1_type_bytes\
    +                ((ASN1_STRING **)a,pp,l,B_ASN1_T61STRING)
    +
    +# define M_ASN1_IA5STRING_new()  (ASN1_IA5STRING *)\
    +                ASN1_STRING_type_new(V_ASN1_IA5STRING)
    +# define M_ASN1_IA5STRING_free(a)        ASN1_STRING_free((ASN1_STRING *)a)
    +# define M_ASN1_IA5STRING_dup(a) \
    +                (ASN1_IA5STRING *)ASN1_STRING_dup((const ASN1_STRING *)a)
    +# define M_i2d_ASN1_IA5STRING(a,pp) \
    +                i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_IA5STRING,\
    +                        V_ASN1_UNIVERSAL)
    +# define M_d2i_ASN1_IA5STRING(a,pp,l) \
    +                (ASN1_IA5STRING *)d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l,\
    +                        B_ASN1_IA5STRING)
    +
    +# define M_ASN1_UTCTIME_new()    (ASN1_UTCTIME *)\
    +                ASN1_STRING_type_new(V_ASN1_UTCTIME)
    +# define M_ASN1_UTCTIME_free(a)  ASN1_STRING_free((ASN1_STRING *)a)
    +# define M_ASN1_UTCTIME_dup(a) (ASN1_UTCTIME *)\
    +                ASN1_STRING_dup((const ASN1_STRING *)a)
    +
    +# define M_ASN1_GENERALIZEDTIME_new()    (ASN1_GENERALIZEDTIME *)\
    +                ASN1_STRING_type_new(V_ASN1_GENERALIZEDTIME)
    +# define M_ASN1_GENERALIZEDTIME_free(a)  ASN1_STRING_free((ASN1_STRING *)a)
    +# define M_ASN1_GENERALIZEDTIME_dup(a) (ASN1_GENERALIZEDTIME *)ASN1_STRING_dup(\
    +        (const ASN1_STRING *)a)
    +
    +# define M_ASN1_TIME_new()       (ASN1_TIME *)\
    +                ASN1_STRING_type_new(V_ASN1_UTCTIME)
    +# define M_ASN1_TIME_free(a)     ASN1_STRING_free((ASN1_STRING *)a)
    +# define M_ASN1_TIME_dup(a) (ASN1_TIME *)\
    +        ASN1_STRING_dup((const ASN1_STRING *)a)
    +
    +# define M_ASN1_GENERALSTRING_new()      (ASN1_GENERALSTRING *)\
    +                ASN1_STRING_type_new(V_ASN1_GENERALSTRING)
    +# define M_ASN1_GENERALSTRING_free(a)    ASN1_STRING_free((ASN1_STRING *)a)
    +# define M_i2d_ASN1_GENERALSTRING(a,pp) \
    +                i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_GENERALSTRING,\
    +                        V_ASN1_UNIVERSAL)
    +# define M_d2i_ASN1_GENERALSTRING(a,pp,l) \
    +                (ASN1_GENERALSTRING *)d2i_ASN1_type_bytes\
    +                ((ASN1_STRING **)a,pp,l,B_ASN1_GENERALSTRING)
    +
    +# define M_ASN1_UNIVERSALSTRING_new()    (ASN1_UNIVERSALSTRING *)\
    +                ASN1_STRING_type_new(V_ASN1_UNIVERSALSTRING)
    +# define M_ASN1_UNIVERSALSTRING_free(a)  ASN1_STRING_free((ASN1_STRING *)a)
    +# define M_i2d_ASN1_UNIVERSALSTRING(a,pp) \
    +                i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_UNIVERSALSTRING,\
    +                        V_ASN1_UNIVERSAL)
    +# define M_d2i_ASN1_UNIVERSALSTRING(a,pp,l) \
    +                (ASN1_UNIVERSALSTRING *)d2i_ASN1_type_bytes\
    +                ((ASN1_STRING **)a,pp,l,B_ASN1_UNIVERSALSTRING)
    +
    +# define M_ASN1_BMPSTRING_new()  (ASN1_BMPSTRING *)\
    +                ASN1_STRING_type_new(V_ASN1_BMPSTRING)
    +# define M_ASN1_BMPSTRING_free(a)        ASN1_STRING_free((ASN1_STRING *)a)
    +# define M_i2d_ASN1_BMPSTRING(a,pp) \
    +                i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_BMPSTRING,\
    +                        V_ASN1_UNIVERSAL)
    +# define M_d2i_ASN1_BMPSTRING(a,pp,l) \
    +                (ASN1_BMPSTRING *)d2i_ASN1_type_bytes\
    +                ((ASN1_STRING **)a,pp,l,B_ASN1_BMPSTRING)
    +
    +# define M_ASN1_VISIBLESTRING_new()      (ASN1_VISIBLESTRING *)\
    +                ASN1_STRING_type_new(V_ASN1_VISIBLESTRING)
    +# define M_ASN1_VISIBLESTRING_free(a)    ASN1_STRING_free((ASN1_STRING *)a)
    +# define M_i2d_ASN1_VISIBLESTRING(a,pp) \
    +                i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_VISIBLESTRING,\
    +                        V_ASN1_UNIVERSAL)
    +# define M_d2i_ASN1_VISIBLESTRING(a,pp,l) \
    +                (ASN1_VISIBLESTRING *)d2i_ASN1_type_bytes\
    +                ((ASN1_STRING **)a,pp,l,B_ASN1_VISIBLESTRING)
    +
    +# define M_ASN1_UTF8STRING_new() (ASN1_UTF8STRING *)\
    +                ASN1_STRING_type_new(V_ASN1_UTF8STRING)
    +# define M_ASN1_UTF8STRING_free(a)       ASN1_STRING_free((ASN1_STRING *)a)
    +# define M_i2d_ASN1_UTF8STRING(a,pp) \
    +                i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_UTF8STRING,\
    +                        V_ASN1_UNIVERSAL)
    +# define M_d2i_ASN1_UTF8STRING(a,pp,l) \
    +                (ASN1_UTF8STRING *)d2i_ASN1_type_bytes\
    +                ((ASN1_STRING **)a,pp,l,B_ASN1_UTF8STRING)
     
       /* for the is_set parameter to i2d_ASN1_SET */
    -#define IS_SEQUENCE	0
    -#define IS_SET		1
    +# define IS_SEQUENCE     0
    +# define IS_SET          1
     
     DECLARE_ASN1_FUNCTIONS_fname(ASN1_TYPE, ASN1_ANY, ASN1_TYPE)
     
     int ASN1_TYPE_get(ASN1_TYPE *a);
     void ASN1_TYPE_set(ASN1_TYPE *a, int type, void *value);
     int ASN1_TYPE_set1(ASN1_TYPE *a, int type, const void *value);
    -int            ASN1_TYPE_cmp(ASN1_TYPE *a, ASN1_TYPE *b);
    +int ASN1_TYPE_cmp(const ASN1_TYPE *a, const ASN1_TYPE *b);
     
    -ASN1_OBJECT *	ASN1_OBJECT_new(void );
    -void		ASN1_OBJECT_free(ASN1_OBJECT *a);
    -int		i2d_ASN1_OBJECT(ASN1_OBJECT *a,unsigned char **pp);
    -ASN1_OBJECT *	c2i_ASN1_OBJECT(ASN1_OBJECT **a,const unsigned char **pp,
    -			long length);
    -ASN1_OBJECT *	d2i_ASN1_OBJECT(ASN1_OBJECT **a,const unsigned char **pp,
    -			long length);
    +ASN1_OBJECT *ASN1_OBJECT_new(void);
    +void ASN1_OBJECT_free(ASN1_OBJECT *a);
    +int i2d_ASN1_OBJECT(ASN1_OBJECT *a, unsigned char **pp);
    +ASN1_OBJECT *c2i_ASN1_OBJECT(ASN1_OBJECT **a, const unsigned char **pp,
    +                             long length);
    +ASN1_OBJECT *d2i_ASN1_OBJECT(ASN1_OBJECT **a, const unsigned char **pp,
    +                             long length);
     
     DECLARE_ASN1_ITEM(ASN1_OBJECT)
     
     DECLARE_STACK_OF(ASN1_OBJECT)
     DECLARE_ASN1_SET_OF(ASN1_OBJECT)
     
    -ASN1_STRING *	ASN1_STRING_new(void);
    -void		ASN1_STRING_free(ASN1_STRING *a);
    -int		ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str);
    -ASN1_STRING *	ASN1_STRING_dup(const ASN1_STRING *a);
    -ASN1_STRING *	ASN1_STRING_type_new(int type );
    -int 		ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b);
    -  /* Since this is used to store all sorts of things, via macros, for now, make
    -     its data void * */
    -int 		ASN1_STRING_set(ASN1_STRING *str, const void *data, int len);
    -void		ASN1_STRING_set0(ASN1_STRING *str, void *data, int len);
    +ASN1_STRING *ASN1_STRING_new(void);
    +void ASN1_STRING_free(ASN1_STRING *a);
    +int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str);
    +ASN1_STRING *ASN1_STRING_dup(const ASN1_STRING *a);
    +ASN1_STRING *ASN1_STRING_type_new(int type);
    +int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b);
    +  /*
    +   * Since this is used to store all sorts of things, via macros, for now,
    +   * make its data void *
    +   */
    +int ASN1_STRING_set(ASN1_STRING *str, const void *data, int len);
    +void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len);
     int ASN1_STRING_length(const ASN1_STRING *x);
     void ASN1_STRING_length_set(ASN1_STRING *x, int n);
     int ASN1_STRING_type(ASN1_STRING *x);
    -unsigned char * ASN1_STRING_data(ASN1_STRING *x);
    +unsigned char *ASN1_STRING_data(ASN1_STRING *x);
     
     DECLARE_ASN1_FUNCTIONS(ASN1_BIT_STRING)
    -int		i2c_ASN1_BIT_STRING(ASN1_BIT_STRING *a,unsigned char **pp);
    -ASN1_BIT_STRING *c2i_ASN1_BIT_STRING(ASN1_BIT_STRING **a,const unsigned char **pp,
    -			long length);
    -int		ASN1_BIT_STRING_set(ASN1_BIT_STRING *a, unsigned char *d,
    -			int length );
    -int		ASN1_BIT_STRING_set_bit(ASN1_BIT_STRING *a, int n, int value);
    -int		ASN1_BIT_STRING_get_bit(ASN1_BIT_STRING *a, int n);
    -int            ASN1_BIT_STRING_check(ASN1_BIT_STRING *a,
    -                                     unsigned char *flags, int flags_len);
    -
    -#ifndef OPENSSL_NO_BIO
    +int i2c_ASN1_BIT_STRING(ASN1_BIT_STRING *a, unsigned char **pp);
    +ASN1_BIT_STRING *c2i_ASN1_BIT_STRING(ASN1_BIT_STRING **a,
    +                                     const unsigned char **pp, long length);
    +int ASN1_BIT_STRING_set(ASN1_BIT_STRING *a, unsigned char *d, int length);
    +int ASN1_BIT_STRING_set_bit(ASN1_BIT_STRING *a, int n, int value);
    +int ASN1_BIT_STRING_get_bit(ASN1_BIT_STRING *a, int n);
    +int ASN1_BIT_STRING_check(ASN1_BIT_STRING *a,
    +                          unsigned char *flags, int flags_len);
    +
    +# ifndef OPENSSL_NO_BIO
     int ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs,
    -				BIT_STRING_BITNAME *tbl, int indent);
    -#endif
    +                               BIT_STRING_BITNAME *tbl, int indent);
    +# endif
     int ASN1_BIT_STRING_num_asc(char *name, BIT_STRING_BITNAME *tbl);
     int ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, char *name, int value,
    -				BIT_STRING_BITNAME *tbl);
    +                            BIT_STRING_BITNAME *tbl);
     
    -int		i2d_ASN1_BOOLEAN(int a,unsigned char **pp);
    -int 		d2i_ASN1_BOOLEAN(int *a,const unsigned char **pp,long length);
    +int i2d_ASN1_BOOLEAN(int a, unsigned char **pp);
    +int d2i_ASN1_BOOLEAN(int *a, const unsigned char **pp, long length);
     
     DECLARE_ASN1_FUNCTIONS(ASN1_INTEGER)
    -int		i2c_ASN1_INTEGER(ASN1_INTEGER *a,unsigned char **pp);
    -ASN1_INTEGER *c2i_ASN1_INTEGER(ASN1_INTEGER **a,const unsigned char **pp,
    -			long length);
    -ASN1_INTEGER *d2i_ASN1_UINTEGER(ASN1_INTEGER **a,const unsigned char **pp,
    -			long length);
    -ASN1_INTEGER *	ASN1_INTEGER_dup(const ASN1_INTEGER *x);
    +int i2c_ASN1_INTEGER(ASN1_INTEGER *a, unsigned char **pp);
    +ASN1_INTEGER *c2i_ASN1_INTEGER(ASN1_INTEGER **a, const unsigned char **pp,
    +                               long length);
    +ASN1_INTEGER *d2i_ASN1_UINTEGER(ASN1_INTEGER **a, const unsigned char **pp,
    +                                long length);
    +ASN1_INTEGER *ASN1_INTEGER_dup(const ASN1_INTEGER *x);
     int ASN1_INTEGER_cmp(const ASN1_INTEGER *x, const ASN1_INTEGER *y);
     
     DECLARE_ASN1_FUNCTIONS(ASN1_ENUMERATED)
     
    -int ASN1_UTCTIME_check(ASN1_UTCTIME *a);
    -ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s,time_t t);
    +int ASN1_UTCTIME_check(const ASN1_UTCTIME *a);
    +ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t);
     ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t,
    -				int offset_day, long offset_sec);
    +                               int offset_day, long offset_sec);
     int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str);
     int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t);
    -#if 0
    +# if 0
     time_t ASN1_UTCTIME_get(const ASN1_UTCTIME *s);
    -#endif
    +# endif
     
    -int ASN1_GENERALIZEDTIME_check(ASN1_GENERALIZEDTIME *a);
    -ASN1_GENERALIZEDTIME *ASN1_GENERALIZEDTIME_set(ASN1_GENERALIZEDTIME *s,time_t t);
    +int ASN1_GENERALIZEDTIME_check(const ASN1_GENERALIZEDTIME *a);
    +ASN1_GENERALIZEDTIME *ASN1_GENERALIZEDTIME_set(ASN1_GENERALIZEDTIME *s,
    +                                               time_t t);
     ASN1_GENERALIZEDTIME *ASN1_GENERALIZEDTIME_adj(ASN1_GENERALIZEDTIME *s,
    -	     time_t t, int offset_day, long offset_sec);
    +                                               time_t t, int offset_day,
    +                                               long offset_sec);
     int ASN1_GENERALIZEDTIME_set_string(ASN1_GENERALIZEDTIME *s, const char *str);
    +int ASN1_TIME_diff(int *pday, int *psec,
    +                   const ASN1_TIME *from, const ASN1_TIME *to);
     
     DECLARE_ASN1_FUNCTIONS(ASN1_OCTET_STRING)
    -ASN1_OCTET_STRING *	ASN1_OCTET_STRING_dup(const ASN1_OCTET_STRING *a);
    -int 	ASN1_OCTET_STRING_cmp(const ASN1_OCTET_STRING *a, const ASN1_OCTET_STRING *b);
    -int 	ASN1_OCTET_STRING_set(ASN1_OCTET_STRING *str, const unsigned char *data, int len);
    +ASN1_OCTET_STRING *ASN1_OCTET_STRING_dup(const ASN1_OCTET_STRING *a);
    +int ASN1_OCTET_STRING_cmp(const ASN1_OCTET_STRING *a,
    +                          const ASN1_OCTET_STRING *b);
    +int ASN1_OCTET_STRING_set(ASN1_OCTET_STRING *str, const unsigned char *data,
    +                          int len);
     
     DECLARE_ASN1_FUNCTIONS(ASN1_VISIBLESTRING)
     DECLARE_ASN1_FUNCTIONS(ASN1_UNIVERSALSTRING)
    @@ -883,46 +892,46 @@ DECLARE_ASN1_FUNCTIONS(ASN1_TIME)
     
     DECLARE_ASN1_ITEM(ASN1_OCTET_STRING_NDEF)
     
    -ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s,time_t t);
    -ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s,time_t t,
    -				int offset_day, long offset_sec);
    +ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s, time_t t);
    +ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s, time_t t,
    +                         int offset_day, long offset_sec);
     int ASN1_TIME_check(ASN1_TIME *t);
    -ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(ASN1_TIME *t, ASN1_GENERALIZEDTIME **out);
    +ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(ASN1_TIME *t, ASN1_GENERALIZEDTIME
    +                                                   **out);
     int ASN1_TIME_set_string(ASN1_TIME *s, const char *str);
     
     int i2d_ASN1_SET(STACK_OF(OPENSSL_BLOCK) *a, unsigned char **pp,
    -		 i2d_of_void *i2d, int ex_tag, int ex_class,
    -		 int is_set);
    +                 i2d_of_void *i2d, int ex_tag, int ex_class, int is_set);
     STACK_OF(OPENSSL_BLOCK) *d2i_ASN1_SET(STACK_OF(OPENSSL_BLOCK) **a,
    -			      const unsigned char **pp,
    -			      long length, d2i_of_void *d2i,
    -			      void (*free_func)(OPENSSL_BLOCK), int ex_tag,
    -			      int ex_class);
    +                                      const unsigned char **pp,
    +                                      long length, d2i_of_void *d2i,
    +                                      void (*free_func) (OPENSSL_BLOCK),
    +                                      int ex_tag, int ex_class);
     
    -#ifndef OPENSSL_NO_BIO
    +# ifndef OPENSSL_NO_BIO
     int i2a_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *a);
    -int a2i_ASN1_INTEGER(BIO *bp,ASN1_INTEGER *bs,char *buf,int size);
    +int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size);
     int i2a_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *a);
    -int a2i_ASN1_ENUMERATED(BIO *bp,ASN1_ENUMERATED *bs,char *buf,int size);
    -int i2a_ASN1_OBJECT(BIO *bp,ASN1_OBJECT *a);
    -int a2i_ASN1_STRING(BIO *bp,ASN1_STRING *bs,char *buf,int size);
    +int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size);
    +int i2a_ASN1_OBJECT(BIO *bp, ASN1_OBJECT *a);
    +int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
     int i2a_ASN1_STRING(BIO *bp, ASN1_STRING *a, int type);
    -#endif
    -int i2t_ASN1_OBJECT(char *buf,int buf_len,ASN1_OBJECT *a);
    +# endif
    +int i2t_ASN1_OBJECT(char *buf, int buf_len, ASN1_OBJECT *a);
     
    -int a2d_ASN1_OBJECT(unsigned char *out,int olen, const char *buf, int num);
    -ASN1_OBJECT *ASN1_OBJECT_create(int nid, unsigned char *data,int len,
    -	const char *sn, const char *ln);
    +int a2d_ASN1_OBJECT(unsigned char *out, int olen, const char *buf, int num);
    +ASN1_OBJECT *ASN1_OBJECT_create(int nid, unsigned char *data, int len,
    +                                const char *sn, const char *ln);
     
     int ASN1_INTEGER_set(ASN1_INTEGER *a, long v);
     long ASN1_INTEGER_get(const ASN1_INTEGER *a);
     ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai);
    -BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai,BIGNUM *bn);
    +BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn);
     
     int ASN1_ENUMERATED_set(ASN1_ENUMERATED *a, long v);
     long ASN1_ENUMERATED_get(ASN1_ENUMERATED *a);
     ASN1_ENUMERATED *BN_to_ASN1_ENUMERATED(BIGNUM *bn, ASN1_ENUMERATED *ai);
    -BIGNUM *ASN1_ENUMERATED_to_BN(ASN1_ENUMERATED *ai,BIGNUM *bn);
    +BIGNUM *ASN1_ENUMERATED_to_BN(ASN1_ENUMERATED *ai, BIGNUM *bn);
     
     /* General */
     /* given a string, return the correct type, max is the maximum length */
    @@ -930,11 +939,11 @@ int ASN1_PRINTABLE_type(const unsigned char *s, int max);
     
     int i2d_ASN1_bytes(ASN1_STRING *a, unsigned char **pp, int tag, int xclass);
     ASN1_STRING *d2i_ASN1_bytes(ASN1_STRING **a, const unsigned char **pp,
    -	long length, int Ptag, int Pclass);
    +                            long length, int Ptag, int Pclass);
     unsigned long ASN1_tag2bit(int tag);
     /* type is one or more of the B_ASN1_ values. */
    -ASN1_STRING *d2i_ASN1_type_bytes(ASN1_STRING **a,const unsigned char **pp,
    -		long length,int type);
    +ASN1_STRING *d2i_ASN1_type_bytes(ASN1_STRING **a, const unsigned char **pp,
    +                                 long length, int type);
     
     /* PARSING */
     int asn1_Finish(ASN1_CTX *c);
    @@ -942,84 +951,84 @@ int asn1_const_Finish(ASN1_const_CTX *c);
     
     /* SPECIALS */
     int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag,
    -	int *pclass, long omax);
    -int ASN1_check_infinite_end(unsigned char **p,long len);
    -int ASN1_const_check_infinite_end(const unsigned char **p,long len);
    +                    int *pclass, long omax);
    +int ASN1_check_infinite_end(unsigned char **p, long len);
    +int ASN1_const_check_infinite_end(const unsigned char **p, long len);
     void ASN1_put_object(unsigned char **pp, int constructed, int length,
    -	int tag, int xclass);
    +                     int tag, int xclass);
     int ASN1_put_eoc(unsigned char **pp);
     int ASN1_object_size(int constructed, int length, int tag);
     
     /* Used to implement other functions */
     void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, void *x);
     
    -#define ASN1_dup_of(type,i2d,d2i,x) \
    +# define ASN1_dup_of(type,i2d,d2i,x) \
         ((type*)ASN1_dup(CHECKED_I2D_OF(type, i2d), \
    -		     CHECKED_D2I_OF(type, d2i), \
    -		     CHECKED_PTR_OF(type, x)))
    +                     CHECKED_D2I_OF(type, d2i), \
    +                     CHECKED_PTR_OF(type, x)))
     
    -#define ASN1_dup_of_const(type,i2d,d2i,x) \
    +# define ASN1_dup_of_const(type,i2d,d2i,x) \
         ((type*)ASN1_dup(CHECKED_I2D_OF(const type, i2d), \
    -		     CHECKED_D2I_OF(type, d2i), \
    -		     CHECKED_PTR_OF(const type, x)))
    +                     CHECKED_D2I_OF(type, d2i), \
    +                     CHECKED_PTR_OF(const type, x)))
     
     void *ASN1_item_dup(const ASN1_ITEM *it, void *x);
     
     /* ASN1 alloc/free macros for when a type is only used internally */
     
    -#define M_ASN1_new_of(type) (type *)ASN1_item_new(ASN1_ITEM_rptr(type))
    -#define M_ASN1_free_of(x, type) \
    -		ASN1_item_free(CHECKED_PTR_OF(type, x), ASN1_ITEM_rptr(type))
    +# define M_ASN1_new_of(type) (type *)ASN1_item_new(ASN1_ITEM_rptr(type))
    +# define M_ASN1_free_of(x, type) \
    +                ASN1_item_free(CHECKED_PTR_OF(type, x), ASN1_ITEM_rptr(type))
     
    -#ifndef OPENSSL_NO_FP_API
    -void *ASN1_d2i_fp(void *(*xnew)(void), d2i_of_void *d2i, FILE *in, void **x);
    +# ifndef OPENSSL_NO_FP_API
    +void *ASN1_d2i_fp(void *(*xnew) (void), d2i_of_void *d2i, FILE *in, void **x);
     
    -#define ASN1_d2i_fp_of(type,xnew,d2i,in,x) \
    +#  define ASN1_d2i_fp_of(type,xnew,d2i,in,x) \
         ((type*)ASN1_d2i_fp(CHECKED_NEW_OF(type, xnew), \
    -			CHECKED_D2I_OF(type, d2i), \
    -			in, \
    -			CHECKED_PPTR_OF(type, x)))
    +                        CHECKED_D2I_OF(type, d2i), \
    +                        in, \
    +                        CHECKED_PPTR_OF(type, x)))
     
     void *ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x);
    -int ASN1_i2d_fp(i2d_of_void *i2d,FILE *out,void *x);
    +int ASN1_i2d_fp(i2d_of_void *i2d, FILE *out, void *x);
     
    -#define ASN1_i2d_fp_of(type,i2d,out,x) \
    +#  define ASN1_i2d_fp_of(type,i2d,out,x) \
         (ASN1_i2d_fp(CHECKED_I2D_OF(type, i2d), \
    -		 out, \
    -		 CHECKED_PTR_OF(type, x)))
    +                 out, \
    +                 CHECKED_PTR_OF(type, x)))
     
    -#define ASN1_i2d_fp_of_const(type,i2d,out,x) \
    +#  define ASN1_i2d_fp_of_const(type,i2d,out,x) \
         (ASN1_i2d_fp(CHECKED_I2D_OF(const type, i2d), \
    -		 out, \
    -		 CHECKED_PTR_OF(const type, x)))
    +                 out, \
    +                 CHECKED_PTR_OF(const type, x)))
     
     int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, void *x);
     int ASN1_STRING_print_ex_fp(FILE *fp, ASN1_STRING *str, unsigned long flags);
    -#endif
    +# endif
     
     int ASN1_STRING_to_UTF8(unsigned char **out, ASN1_STRING *in);
     
    -#ifndef OPENSSL_NO_BIO
    -void *ASN1_d2i_bio(void *(*xnew)(void), d2i_of_void *d2i, BIO *in, void **x);
    +# ifndef OPENSSL_NO_BIO
    +void *ASN1_d2i_bio(void *(*xnew) (void), d2i_of_void *d2i, BIO *in, void **x);
     
    -#define ASN1_d2i_bio_of(type,xnew,d2i,in,x) \
    +#  define ASN1_d2i_bio_of(type,xnew,d2i,in,x) \
         ((type*)ASN1_d2i_bio( CHECKED_NEW_OF(type, xnew), \
    -			  CHECKED_D2I_OF(type, d2i), \
    -			  in, \
    -			  CHECKED_PPTR_OF(type, x)))
    +                          CHECKED_D2I_OF(type, d2i), \
    +                          in, \
    +                          CHECKED_PPTR_OF(type, x)))
     
     void *ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x);
    -int ASN1_i2d_bio(i2d_of_void *i2d,BIO *out, unsigned char *x);
    +int ASN1_i2d_bio(i2d_of_void *i2d, BIO *out, unsigned char *x);
     
    -#define ASN1_i2d_bio_of(type,i2d,out,x) \
    +#  define ASN1_i2d_bio_of(type,i2d,out,x) \
         (ASN1_i2d_bio(CHECKED_I2D_OF(type, i2d), \
    -		  out, \
    -		  CHECKED_PTR_OF(type, x)))
    +                  out, \
    +                  CHECKED_PTR_OF(type, x)))
     
    -#define ASN1_i2d_bio_of_const(type,i2d,out,x) \
    +#  define ASN1_i2d_bio_of_const(type,i2d,out,x) \
         (ASN1_i2d_bio(CHECKED_I2D_OF(const type, i2d), \
    -		  out, \
    -		  CHECKED_PTR_OF(const type, x)))
    +                  out, \
    +                  CHECKED_PTR_OF(const type, x)))
     
     int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, void *x);
     int ASN1_UTCTIME_print(BIO *fp, const ASN1_UTCTIME *a);
    @@ -1028,10 +1037,11 @@ int ASN1_TIME_print(BIO *fp, const ASN1_TIME *a);
     int ASN1_STRING_print(BIO *bp, const ASN1_STRING *v);
     int ASN1_STRING_print_ex(BIO *out, ASN1_STRING *str, unsigned long flags);
     int ASN1_bn_print(BIO *bp, const char *number, const BIGNUM *num,
    -				unsigned char *buf, int off);
    -int ASN1_parse(BIO *bp,const unsigned char *pp,long len,int indent);
    -int ASN1_parse_dump(BIO *bp,const unsigned char *pp,long len,int indent,int dump);
    -#endif
    +                  unsigned char *buf, int off);
    +int ASN1_parse(BIO *bp, const unsigned char *pp, long len, int indent);
    +int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent,
    +                    int dump);
    +# endif
     const char *ASN1_tag2str(int tag);
     
     /* Used to load and write netscape format cert */
    @@ -1040,42 +1050,43 @@ DECLARE_ASN1_FUNCTIONS(NETSCAPE_X509)
     
     int ASN1_UNIVERSALSTRING_to_string(ASN1_UNIVERSALSTRING *s);
     
    -int ASN1_TYPE_set_octetstring(ASN1_TYPE *a,
    -	unsigned char *data, int len);
    -int ASN1_TYPE_get_octetstring(ASN1_TYPE *a,
    -	unsigned char *data, int max_len);
    +int ASN1_TYPE_set_octetstring(ASN1_TYPE *a, unsigned char *data, int len);
    +int ASN1_TYPE_get_octetstring(ASN1_TYPE *a, unsigned char *data, int max_len);
     int ASN1_TYPE_set_int_octetstring(ASN1_TYPE *a, long num,
    -	unsigned char *data, int len);
    -int ASN1_TYPE_get_int_octetstring(ASN1_TYPE *a,long *num,
    -	unsigned char *data, int max_len);
    +                                  unsigned char *data, int len);
    +int ASN1_TYPE_get_int_octetstring(ASN1_TYPE *a, long *num,
    +                                  unsigned char *data, int max_len);
     
     STACK_OF(OPENSSL_BLOCK) *ASN1_seq_unpack(const unsigned char *buf, int len,
    -				 d2i_of_void *d2i, void (*free_func)(OPENSSL_BLOCK));
    +                                         d2i_of_void *d2i,
    +                                         void (*free_func) (OPENSSL_BLOCK));
     unsigned char *ASN1_seq_pack(STACK_OF(OPENSSL_BLOCK) *safes, i2d_of_void *i2d,
    -			     unsigned char **buf, int *len );
    +                             unsigned char **buf, int *len);
     void *ASN1_unpack_string(ASN1_STRING *oct, d2i_of_void *d2i);
     void *ASN1_item_unpack(ASN1_STRING *oct, const ASN1_ITEM *it);
     ASN1_STRING *ASN1_pack_string(void *obj, i2d_of_void *i2d,
    -			      ASN1_OCTET_STRING **oct);
    +                              ASN1_OCTET_STRING **oct);
     
    -#define ASN1_pack_string_of(type,obj,i2d,oct) \
    +# define ASN1_pack_string_of(type,obj,i2d,oct) \
         (ASN1_pack_string(CHECKED_PTR_OF(type, obj), \
    -		      CHECKED_I2D_OF(type, i2d), \
    -		      oct))
    +                      CHECKED_I2D_OF(type, i2d), \
    +                      oct))
     
    -ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_OCTET_STRING **oct);
    +ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it,
    +                            ASN1_OCTET_STRING **oct);
     
     void ASN1_STRING_set_default_mask(unsigned long mask);
     int ASN1_STRING_set_default_mask_asc(const char *p);
     unsigned long ASN1_STRING_get_default_mask(void);
     int ASN1_mbstring_copy(ASN1_STRING **out, const unsigned char *in, int len,
    -					int inform, unsigned long mask);
    +                       int inform, unsigned long mask);
     int ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len,
    -					int inform, unsigned long mask, 
    -					long minsize, long maxsize);
    +                        int inform, unsigned long mask,
    +                        long minsize, long maxsize);
     
    -ASN1_STRING *ASN1_STRING_set_by_NID(ASN1_STRING **out, 
    -		const unsigned char *in, int inlen, int inform, int nid);
    +ASN1_STRING *ASN1_STRING_set_by_NID(ASN1_STRING **out,
    +                                    const unsigned char *in, int inlen,
    +                                    int inform, int nid);
     ASN1_STRING_TABLE *ASN1_STRING_TABLE_get(int nid);
     int ASN1_STRING_TABLE_add(int, long, long, unsigned long, unsigned long);
     void ASN1_STRING_TABLE_cleanup(void);
    @@ -1085,9 +1096,11 @@ void ASN1_STRING_TABLE_cleanup(void);
     /* Old API compatible functions */
     ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it);
     void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it);
    -ASN1_VALUE * ASN1_item_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_ITEM *it);
    +ASN1_VALUE *ASN1_item_d2i(ASN1_VALUE **val, const unsigned char **in,
    +                          long len, const ASN1_ITEM *it);
     int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it);
    -int ASN1_item_ndef_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it);
    +int ASN1_item_ndef_i2d(ASN1_VALUE *val, unsigned char **out,
    +                       const ASN1_ITEM *it);
     
     void ASN1_add_oid_module(void);
     
    @@ -1097,26 +1110,26 @@ ASN1_TYPE *ASN1_generate_v3(char *str, X509V3_CTX *cnf);
     /* ASN1 Print flags */
     
     /* Indicate missing OPTIONAL fields */
    -#define ASN1_PCTX_FLAGS_SHOW_ABSENT		0x001	
    +# define ASN1_PCTX_FLAGS_SHOW_ABSENT             0x001
     /* Mark start and end of SEQUENCE */
    -#define ASN1_PCTX_FLAGS_SHOW_SEQUENCE		0x002
    +# define ASN1_PCTX_FLAGS_SHOW_SEQUENCE           0x002
     /* Mark start and end of SEQUENCE/SET OF */
    -#define ASN1_PCTX_FLAGS_SHOW_SSOF		0x004
    +# define ASN1_PCTX_FLAGS_SHOW_SSOF               0x004
     /* Show the ASN1 type of primitives */
    -#define ASN1_PCTX_FLAGS_SHOW_TYPE		0x008
    +# define ASN1_PCTX_FLAGS_SHOW_TYPE               0x008
     /* Don't show ASN1 type of ANY */
    -#define ASN1_PCTX_FLAGS_NO_ANY_TYPE		0x010
    +# define ASN1_PCTX_FLAGS_NO_ANY_TYPE             0x010
     /* Don't show ASN1 type of MSTRINGs */
    -#define ASN1_PCTX_FLAGS_NO_MSTRING_TYPE		0x020
    +# define ASN1_PCTX_FLAGS_NO_MSTRING_TYPE         0x020
     /* Don't show field names in SEQUENCE */
    -#define ASN1_PCTX_FLAGS_NO_FIELD_NAME		0x040
    +# define ASN1_PCTX_FLAGS_NO_FIELD_NAME           0x040
     /* Show structure names of each SEQUENCE field */
    -#define ASN1_PCTX_FLAGS_SHOW_FIELD_STRUCT_NAME	0x080
    +# define ASN1_PCTX_FLAGS_SHOW_FIELD_STRUCT_NAME  0x080
     /* Don't show structure name even at top level */
    -#define ASN1_PCTX_FLAGS_NO_STRUCT_NAME		0x100
    +# define ASN1_PCTX_FLAGS_NO_STRUCT_NAME          0x100
     
     int ASN1_item_print(BIO *out, ASN1_VALUE *ifld, int indent,
    -				const ASN1_ITEM *it, const ASN1_PCTX *pctx);
    +                    const ASN1_ITEM *it, const ASN1_PCTX *pctx);
     ASN1_PCTX *ASN1_PCTX_new(void);
     void ASN1_PCTX_free(ASN1_PCTX *p);
     unsigned long ASN1_PCTX_get_flags(ASN1_PCTX *p);
    @@ -1135,20 +1148,19 @@ BIO_METHOD *BIO_f_asn1(void);
     BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it);
     
     int i2d_ASN1_bio_stream(BIO *out, ASN1_VALUE *val, BIO *in, int flags,
    -				const ASN1_ITEM *it);
    +                        const ASN1_ITEM *it);
     int PEM_write_bio_ASN1_stream(BIO *out, ASN1_VALUE *val, BIO *in, int flags,
    -				const char *hdr,
    -				const ASN1_ITEM *it);
    +                              const char *hdr, const ASN1_ITEM *it);
     int SMIME_write_ASN1(BIO *bio, ASN1_VALUE *val, BIO *data, int flags,
    -				int ctype_nid, int econt_nid,
    -				STACK_OF(X509_ALGOR) *mdalgs,
    -				const ASN1_ITEM *it);
    +                     int ctype_nid, int econt_nid,
    +                     STACK_OF(X509_ALGOR) *mdalgs, const ASN1_ITEM *it);
     ASN1_VALUE *SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it);
     int SMIME_crlf_copy(BIO *in, BIO *out, int flags);
     int SMIME_text(BIO *in, BIO *out);
     
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     void ERR_load_ASN1_strings(void);
    @@ -1156,247 +1168,249 @@ void ERR_load_ASN1_strings(void);
     /* Error codes for the ASN1 functions. */
     
     /* Function codes. */
    -#define ASN1_F_A2D_ASN1_OBJECT				 100
    -#define ASN1_F_A2I_ASN1_ENUMERATED			 101
    -#define ASN1_F_A2I_ASN1_INTEGER				 102
    -#define ASN1_F_A2I_ASN1_STRING				 103
    -#define ASN1_F_APPEND_EXP				 176
    -#define ASN1_F_ASN1_BIT_STRING_SET_BIT			 183
    -#define ASN1_F_ASN1_CB					 177
    -#define ASN1_F_ASN1_CHECK_TLEN				 104
    -#define ASN1_F_ASN1_COLLATE_PRIMITIVE			 105
    -#define ASN1_F_ASN1_COLLECT				 106
    -#define ASN1_F_ASN1_D2I_EX_PRIMITIVE			 108
    -#define ASN1_F_ASN1_D2I_FP				 109
    -#define ASN1_F_ASN1_D2I_READ_BIO			 107
    -#define ASN1_F_ASN1_DIGEST				 184
    -#define ASN1_F_ASN1_DO_ADB				 110
    -#define ASN1_F_ASN1_DUP					 111
    -#define ASN1_F_ASN1_ENUMERATED_SET			 112
    -#define ASN1_F_ASN1_ENUMERATED_TO_BN			 113
    -#define ASN1_F_ASN1_EX_C2I				 204
    -#define ASN1_F_ASN1_FIND_END				 190
    -#define ASN1_F_ASN1_GENERALIZEDTIME_ADJ			 216
    -#define ASN1_F_ASN1_GENERALIZEDTIME_SET			 185
    -#define ASN1_F_ASN1_GENERATE_V3				 178
    -#define ASN1_F_ASN1_GET_OBJECT				 114
    -#define ASN1_F_ASN1_HEADER_NEW				 115
    -#define ASN1_F_ASN1_I2D_BIO				 116
    -#define ASN1_F_ASN1_I2D_FP				 117
    -#define ASN1_F_ASN1_INTEGER_SET				 118
    -#define ASN1_F_ASN1_INTEGER_TO_BN			 119
    -#define ASN1_F_ASN1_ITEM_D2I_FP				 206
    -#define ASN1_F_ASN1_ITEM_DUP				 191
    -#define ASN1_F_ASN1_ITEM_EX_COMBINE_NEW			 121
    -#define ASN1_F_ASN1_ITEM_EX_D2I				 120
    -#define ASN1_F_ASN1_ITEM_I2D_BIO			 192
    -#define ASN1_F_ASN1_ITEM_I2D_FP				 193
    -#define ASN1_F_ASN1_ITEM_PACK				 198
    -#define ASN1_F_ASN1_ITEM_SIGN				 195
    -#define ASN1_F_ASN1_ITEM_SIGN_CTX			 220
    -#define ASN1_F_ASN1_ITEM_UNPACK				 199
    -#define ASN1_F_ASN1_ITEM_VERIFY				 197
    -#define ASN1_F_ASN1_MBSTRING_NCOPY			 122
    -#define ASN1_F_ASN1_OBJECT_NEW				 123
    -#define ASN1_F_ASN1_OUTPUT_DATA				 214
    -#define ASN1_F_ASN1_PACK_STRING				 124
    -#define ASN1_F_ASN1_PCTX_NEW				 205
    -#define ASN1_F_ASN1_PKCS5_PBE_SET			 125
    -#define ASN1_F_ASN1_SEQ_PACK				 126
    -#define ASN1_F_ASN1_SEQ_UNPACK				 127
    -#define ASN1_F_ASN1_SIGN				 128
    -#define ASN1_F_ASN1_STR2TYPE				 179
    -#define ASN1_F_ASN1_STRING_SET				 186
    -#define ASN1_F_ASN1_STRING_TABLE_ADD			 129
    -#define ASN1_F_ASN1_STRING_TYPE_NEW			 130
    -#define ASN1_F_ASN1_TEMPLATE_EX_D2I			 132
    -#define ASN1_F_ASN1_TEMPLATE_NEW			 133
    -#define ASN1_F_ASN1_TEMPLATE_NOEXP_D2I			 131
    -#define ASN1_F_ASN1_TIME_ADJ				 217
    -#define ASN1_F_ASN1_TIME_SET				 175
    -#define ASN1_F_ASN1_TYPE_GET_INT_OCTETSTRING		 134
    -#define ASN1_F_ASN1_TYPE_GET_OCTETSTRING		 135
    -#define ASN1_F_ASN1_UNPACK_STRING			 136
    -#define ASN1_F_ASN1_UTCTIME_ADJ				 218
    -#define ASN1_F_ASN1_UTCTIME_SET				 187
    -#define ASN1_F_ASN1_VERIFY				 137
    -#define ASN1_F_B64_READ_ASN1				 209
    -#define ASN1_F_B64_WRITE_ASN1				 210
    -#define ASN1_F_BIO_NEW_NDEF				 208
    -#define ASN1_F_BITSTR_CB				 180
    -#define ASN1_F_BN_TO_ASN1_ENUMERATED			 138
    -#define ASN1_F_BN_TO_ASN1_INTEGER			 139
    -#define ASN1_F_C2I_ASN1_BIT_STRING			 189
    -#define ASN1_F_C2I_ASN1_INTEGER				 194
    -#define ASN1_F_C2I_ASN1_OBJECT				 196
    -#define ASN1_F_COLLECT_DATA				 140
    -#define ASN1_F_D2I_ASN1_BIT_STRING			 141
    -#define ASN1_F_D2I_ASN1_BOOLEAN				 142
    -#define ASN1_F_D2I_ASN1_BYTES				 143
    -#define ASN1_F_D2I_ASN1_GENERALIZEDTIME			 144
    -#define ASN1_F_D2I_ASN1_HEADER				 145
    -#define ASN1_F_D2I_ASN1_INTEGER				 146
    -#define ASN1_F_D2I_ASN1_OBJECT				 147
    -#define ASN1_F_D2I_ASN1_SET				 148
    -#define ASN1_F_D2I_ASN1_TYPE_BYTES			 149
    -#define ASN1_F_D2I_ASN1_UINTEGER			 150
    -#define ASN1_F_D2I_ASN1_UTCTIME				 151
    -#define ASN1_F_D2I_AUTOPRIVATEKEY			 207
    -#define ASN1_F_D2I_NETSCAPE_RSA				 152
    -#define ASN1_F_D2I_NETSCAPE_RSA_2			 153
    -#define ASN1_F_D2I_PRIVATEKEY				 154
    -#define ASN1_F_D2I_PUBLICKEY				 155
    -#define ASN1_F_D2I_RSA_NET				 200
    -#define ASN1_F_D2I_RSA_NET_2				 201
    -#define ASN1_F_D2I_X509					 156
    -#define ASN1_F_D2I_X509_CINF				 157
    -#define ASN1_F_D2I_X509_PKEY				 159
    -#define ASN1_F_I2D_ASN1_BIO_STREAM			 211
    -#define ASN1_F_I2D_ASN1_SET				 188
    -#define ASN1_F_I2D_ASN1_TIME				 160
    -#define ASN1_F_I2D_DSA_PUBKEY				 161
    -#define ASN1_F_I2D_EC_PUBKEY				 181
    -#define ASN1_F_I2D_PRIVATEKEY				 163
    -#define ASN1_F_I2D_PUBLICKEY				 164
    -#define ASN1_F_I2D_RSA_NET				 162
    -#define ASN1_F_I2D_RSA_PUBKEY				 165
    -#define ASN1_F_LONG_C2I					 166
    -#define ASN1_F_OID_MODULE_INIT				 174
    -#define ASN1_F_PARSE_TAGGING				 182
    -#define ASN1_F_PKCS5_PBE2_SET_IV			 167
    -#define ASN1_F_PKCS5_PBE_SET				 202
    -#define ASN1_F_PKCS5_PBE_SET0_ALGOR			 215
    -#define ASN1_F_PKCS5_PBKDF2_SET				 219
    -#define ASN1_F_SMIME_READ_ASN1				 212
    -#define ASN1_F_SMIME_TEXT				 213
    -#define ASN1_F_X509_CINF_NEW				 168
    -#define ASN1_F_X509_CRL_ADD0_REVOKED			 169
    -#define ASN1_F_X509_INFO_NEW				 170
    -#define ASN1_F_X509_NAME_ENCODE				 203
    -#define ASN1_F_X509_NAME_EX_D2I				 158
    -#define ASN1_F_X509_NAME_EX_NEW				 171
    -#define ASN1_F_X509_NEW					 172
    -#define ASN1_F_X509_PKEY_NEW				 173
    +# define ASN1_F_A2D_ASN1_OBJECT                           100
    +# define ASN1_F_A2I_ASN1_ENUMERATED                       101
    +# define ASN1_F_A2I_ASN1_INTEGER                          102
    +# define ASN1_F_A2I_ASN1_STRING                           103
    +# define ASN1_F_APPEND_EXP                                176
    +# define ASN1_F_ASN1_BIT_STRING_SET_BIT                   183
    +# define ASN1_F_ASN1_CB                                   177
    +# define ASN1_F_ASN1_CHECK_TLEN                           104
    +# define ASN1_F_ASN1_COLLATE_PRIMITIVE                    105
    +# define ASN1_F_ASN1_COLLECT                              106
    +# define ASN1_F_ASN1_D2I_EX_PRIMITIVE                     108
    +# define ASN1_F_ASN1_D2I_FP                               109
    +# define ASN1_F_ASN1_D2I_READ_BIO                         107
    +# define ASN1_F_ASN1_DIGEST                               184
    +# define ASN1_F_ASN1_DO_ADB                               110
    +# define ASN1_F_ASN1_DUP                                  111
    +# define ASN1_F_ASN1_ENUMERATED_SET                       112
    +# define ASN1_F_ASN1_ENUMERATED_TO_BN                     113
    +# define ASN1_F_ASN1_EX_C2I                               204
    +# define ASN1_F_ASN1_FIND_END                             190
    +# define ASN1_F_ASN1_GENERALIZEDTIME_ADJ                  216
    +# define ASN1_F_ASN1_GENERALIZEDTIME_SET                  185
    +# define ASN1_F_ASN1_GENERATE_V3                          178
    +# define ASN1_F_ASN1_GET_OBJECT                           114
    +# define ASN1_F_ASN1_HEADER_NEW                           115
    +# define ASN1_F_ASN1_I2D_BIO                              116
    +# define ASN1_F_ASN1_I2D_FP                               117
    +# define ASN1_F_ASN1_INTEGER_SET                          118
    +# define ASN1_F_ASN1_INTEGER_TO_BN                        119
    +# define ASN1_F_ASN1_ITEM_D2I_FP                          206
    +# define ASN1_F_ASN1_ITEM_DUP                             191
    +# define ASN1_F_ASN1_ITEM_EX_COMBINE_NEW                  121
    +# define ASN1_F_ASN1_ITEM_EX_D2I                          120
    +# define ASN1_F_ASN1_ITEM_I2D_BIO                         192
    +# define ASN1_F_ASN1_ITEM_I2D_FP                          193
    +# define ASN1_F_ASN1_ITEM_PACK                            198
    +# define ASN1_F_ASN1_ITEM_SIGN                            195
    +# define ASN1_F_ASN1_ITEM_SIGN_CTX                        220
    +# define ASN1_F_ASN1_ITEM_UNPACK                          199
    +# define ASN1_F_ASN1_ITEM_VERIFY                          197
    +# define ASN1_F_ASN1_MBSTRING_NCOPY                       122
    +# define ASN1_F_ASN1_OBJECT_NEW                           123
    +# define ASN1_F_ASN1_OUTPUT_DATA                          214
    +# define ASN1_F_ASN1_PACK_STRING                          124
    +# define ASN1_F_ASN1_PCTX_NEW                             205
    +# define ASN1_F_ASN1_PKCS5_PBE_SET                        125
    +# define ASN1_F_ASN1_SEQ_PACK                             126
    +# define ASN1_F_ASN1_SEQ_UNPACK                           127
    +# define ASN1_F_ASN1_SIGN                                 128
    +# define ASN1_F_ASN1_STR2TYPE                             179
    +# define ASN1_F_ASN1_STRING_SET                           186
    +# define ASN1_F_ASN1_STRING_TABLE_ADD                     129
    +# define ASN1_F_ASN1_STRING_TYPE_NEW                      130
    +# define ASN1_F_ASN1_TEMPLATE_EX_D2I                      132
    +# define ASN1_F_ASN1_TEMPLATE_NEW                         133
    +# define ASN1_F_ASN1_TEMPLATE_NOEXP_D2I                   131
    +# define ASN1_F_ASN1_TIME_ADJ                             217
    +# define ASN1_F_ASN1_TIME_SET                             175
    +# define ASN1_F_ASN1_TYPE_GET_INT_OCTETSTRING             134
    +# define ASN1_F_ASN1_TYPE_GET_OCTETSTRING                 135
    +# define ASN1_F_ASN1_UNPACK_STRING                        136
    +# define ASN1_F_ASN1_UTCTIME_ADJ                          218
    +# define ASN1_F_ASN1_UTCTIME_SET                          187
    +# define ASN1_F_ASN1_VERIFY                               137
    +# define ASN1_F_B64_READ_ASN1                             209
    +# define ASN1_F_B64_WRITE_ASN1                            210
    +# define ASN1_F_BIO_NEW_NDEF                              208
    +# define ASN1_F_BITSTR_CB                                 180
    +# define ASN1_F_BN_TO_ASN1_ENUMERATED                     138
    +# define ASN1_F_BN_TO_ASN1_INTEGER                        139
    +# define ASN1_F_C2I_ASN1_BIT_STRING                       189
    +# define ASN1_F_C2I_ASN1_INTEGER                          194
    +# define ASN1_F_C2I_ASN1_OBJECT                           196
    +# define ASN1_F_COLLECT_DATA                              140
    +# define ASN1_F_D2I_ASN1_BIT_STRING                       141
    +# define ASN1_F_D2I_ASN1_BOOLEAN                          142
    +# define ASN1_F_D2I_ASN1_BYTES                            143
    +# define ASN1_F_D2I_ASN1_GENERALIZEDTIME                  144
    +# define ASN1_F_D2I_ASN1_HEADER                           145
    +# define ASN1_F_D2I_ASN1_INTEGER                          146
    +# define ASN1_F_D2I_ASN1_OBJECT                           147
    +# define ASN1_F_D2I_ASN1_SET                              148
    +# define ASN1_F_D2I_ASN1_TYPE_BYTES                       149
    +# define ASN1_F_D2I_ASN1_UINTEGER                         150
    +# define ASN1_F_D2I_ASN1_UTCTIME                          151
    +# define ASN1_F_D2I_AUTOPRIVATEKEY                        207
    +# define ASN1_F_D2I_NETSCAPE_RSA                          152
    +# define ASN1_F_D2I_NETSCAPE_RSA_2                        153
    +# define ASN1_F_D2I_PRIVATEKEY                            154
    +# define ASN1_F_D2I_PUBLICKEY                             155
    +# define ASN1_F_D2I_RSA_NET                               200
    +# define ASN1_F_D2I_RSA_NET_2                             201
    +# define ASN1_F_D2I_X509                                  156
    +# define ASN1_F_D2I_X509_CINF                             157
    +# define ASN1_F_D2I_X509_PKEY                             159
    +# define ASN1_F_I2D_ASN1_BIO_STREAM                       211
    +# define ASN1_F_I2D_ASN1_SET                              188
    +# define ASN1_F_I2D_ASN1_TIME                             160
    +# define ASN1_F_I2D_DSA_PUBKEY                            161
    +# define ASN1_F_I2D_EC_PUBKEY                             181
    +# define ASN1_F_I2D_PRIVATEKEY                            163
    +# define ASN1_F_I2D_PUBLICKEY                             164
    +# define ASN1_F_I2D_RSA_NET                               162
    +# define ASN1_F_I2D_RSA_PUBKEY                            165
    +# define ASN1_F_LONG_C2I                                  166
    +# define ASN1_F_OID_MODULE_INIT                           174
    +# define ASN1_F_PARSE_TAGGING                             182
    +# define ASN1_F_PKCS5_PBE2_SET_IV                         167
    +# define ASN1_F_PKCS5_PBE_SET                             202
    +# define ASN1_F_PKCS5_PBE_SET0_ALGOR                      215
    +# define ASN1_F_PKCS5_PBKDF2_SET                          219
    +# define ASN1_F_SMIME_READ_ASN1                           212
    +# define ASN1_F_SMIME_TEXT                                213
    +# define ASN1_F_X509_CINF_NEW                             168
    +# define ASN1_F_X509_CRL_ADD0_REVOKED                     169
    +# define ASN1_F_X509_INFO_NEW                             170
    +# define ASN1_F_X509_NAME_ENCODE                          203
    +# define ASN1_F_X509_NAME_EX_D2I                          158
    +# define ASN1_F_X509_NAME_EX_NEW                          171
    +# define ASN1_F_X509_NEW                                  172
    +# define ASN1_F_X509_PKEY_NEW                             173
     
     /* Reason codes. */
    -#define ASN1_R_ADDING_OBJECT				 171
    -#define ASN1_R_ASN1_PARSE_ERROR				 203
    -#define ASN1_R_ASN1_SIG_PARSE_ERROR			 204
    -#define ASN1_R_AUX_ERROR				 100
    -#define ASN1_R_BAD_CLASS				 101
    -#define ASN1_R_BAD_OBJECT_HEADER			 102
    -#define ASN1_R_BAD_PASSWORD_READ			 103
    -#define ASN1_R_BAD_TAG					 104
    -#define ASN1_R_BMPSTRING_IS_WRONG_LENGTH		 214
    -#define ASN1_R_BN_LIB					 105
    -#define ASN1_R_BOOLEAN_IS_WRONG_LENGTH			 106
    -#define ASN1_R_BUFFER_TOO_SMALL				 107
    -#define ASN1_R_CIPHER_HAS_NO_OBJECT_IDENTIFIER		 108
    -#define ASN1_R_CONTEXT_NOT_INITIALISED			 217
    -#define ASN1_R_DATA_IS_WRONG				 109
    -#define ASN1_R_DECODE_ERROR				 110
    -#define ASN1_R_DECODING_ERROR				 111
    -#define ASN1_R_DEPTH_EXCEEDED				 174
    -#define ASN1_R_DIGEST_AND_KEY_TYPE_NOT_SUPPORTED	 198
    -#define ASN1_R_ENCODE_ERROR				 112
    -#define ASN1_R_ERROR_GETTING_TIME			 173
    -#define ASN1_R_ERROR_LOADING_SECTION			 172
    -#define ASN1_R_ERROR_PARSING_SET_ELEMENT		 113
    -#define ASN1_R_ERROR_SETTING_CIPHER_PARAMS		 114
    -#define ASN1_R_EXPECTING_AN_INTEGER			 115
    -#define ASN1_R_EXPECTING_AN_OBJECT			 116
    -#define ASN1_R_EXPECTING_A_BOOLEAN			 117
    -#define ASN1_R_EXPECTING_A_TIME				 118
    -#define ASN1_R_EXPLICIT_LENGTH_MISMATCH			 119
    -#define ASN1_R_EXPLICIT_TAG_NOT_CONSTRUCTED		 120
    -#define ASN1_R_FIELD_MISSING				 121
    -#define ASN1_R_FIRST_NUM_TOO_LARGE			 122
    -#define ASN1_R_HEADER_TOO_LONG				 123
    -#define ASN1_R_ILLEGAL_BITSTRING_FORMAT			 175
    -#define ASN1_R_ILLEGAL_BOOLEAN				 176
    -#define ASN1_R_ILLEGAL_CHARACTERS			 124
    -#define ASN1_R_ILLEGAL_FORMAT				 177
    -#define ASN1_R_ILLEGAL_HEX				 178
    -#define ASN1_R_ILLEGAL_IMPLICIT_TAG			 179
    -#define ASN1_R_ILLEGAL_INTEGER				 180
    -#define ASN1_R_ILLEGAL_NESTED_TAGGING			 181
    -#define ASN1_R_ILLEGAL_NULL				 125
    -#define ASN1_R_ILLEGAL_NULL_VALUE			 182
    -#define ASN1_R_ILLEGAL_OBJECT				 183
    -#define ASN1_R_ILLEGAL_OPTIONAL_ANY			 126
    -#define ASN1_R_ILLEGAL_OPTIONS_ON_ITEM_TEMPLATE		 170
    -#define ASN1_R_ILLEGAL_TAGGED_ANY			 127
    -#define ASN1_R_ILLEGAL_TIME_VALUE			 184
    -#define ASN1_R_INTEGER_NOT_ASCII_FORMAT			 185
    -#define ASN1_R_INTEGER_TOO_LARGE_FOR_LONG		 128
    -#define ASN1_R_INVALID_BMPSTRING_LENGTH			 129
    -#define ASN1_R_INVALID_DIGIT				 130
    -#define ASN1_R_INVALID_MIME_TYPE			 205
    -#define ASN1_R_INVALID_MODIFIER				 186
    -#define ASN1_R_INVALID_NUMBER				 187
    -#define ASN1_R_INVALID_OBJECT_ENCODING			 216
    -#define ASN1_R_INVALID_SEPARATOR			 131
    -#define ASN1_R_INVALID_TIME_FORMAT			 132
    -#define ASN1_R_INVALID_UNIVERSALSTRING_LENGTH		 133
    -#define ASN1_R_INVALID_UTF8STRING			 134
    -#define ASN1_R_IV_TOO_LARGE				 135
    -#define ASN1_R_LENGTH_ERROR				 136
    -#define ASN1_R_LIST_ERROR				 188
    -#define ASN1_R_MIME_NO_CONTENT_TYPE			 206
    -#define ASN1_R_MIME_PARSE_ERROR				 207
    -#define ASN1_R_MIME_SIG_PARSE_ERROR			 208
    -#define ASN1_R_MISSING_EOC				 137
    -#define ASN1_R_MISSING_SECOND_NUMBER			 138
    -#define ASN1_R_MISSING_VALUE				 189
    -#define ASN1_R_MSTRING_NOT_UNIVERSAL			 139
    -#define ASN1_R_MSTRING_WRONG_TAG			 140
    -#define ASN1_R_NESTED_ASN1_STRING			 197
    -#define ASN1_R_NON_HEX_CHARACTERS			 141
    -#define ASN1_R_NOT_ASCII_FORMAT				 190
    -#define ASN1_R_NOT_ENOUGH_DATA				 142
    -#define ASN1_R_NO_CONTENT_TYPE				 209
    -#define ASN1_R_NO_DEFAULT_DIGEST			 201
    -#define ASN1_R_NO_MATCHING_CHOICE_TYPE			 143
    -#define ASN1_R_NO_MULTIPART_BODY_FAILURE		 210
    -#define ASN1_R_NO_MULTIPART_BOUNDARY			 211
    -#define ASN1_R_NO_SIG_CONTENT_TYPE			 212
    -#define ASN1_R_NULL_IS_WRONG_LENGTH			 144
    -#define ASN1_R_OBJECT_NOT_ASCII_FORMAT			 191
    -#define ASN1_R_ODD_NUMBER_OF_CHARS			 145
    -#define ASN1_R_PRIVATE_KEY_HEADER_MISSING		 146
    -#define ASN1_R_SECOND_NUMBER_TOO_LARGE			 147
    -#define ASN1_R_SEQUENCE_LENGTH_MISMATCH			 148
    -#define ASN1_R_SEQUENCE_NOT_CONSTRUCTED			 149
    -#define ASN1_R_SEQUENCE_OR_SET_NEEDS_CONFIG		 192
    -#define ASN1_R_SHORT_LINE				 150
    -#define ASN1_R_SIG_INVALID_MIME_TYPE			 213
    -#define ASN1_R_STREAMING_NOT_SUPPORTED			 202
    -#define ASN1_R_STRING_TOO_LONG				 151
    -#define ASN1_R_STRING_TOO_SHORT				 152
    -#define ASN1_R_TAG_VALUE_TOO_HIGH			 153
    -#define ASN1_R_THE_ASN1_OBJECT_IDENTIFIER_IS_NOT_KNOWN_FOR_THIS_MD 154
    -#define ASN1_R_TIME_NOT_ASCII_FORMAT			 193
    -#define ASN1_R_TOO_LONG					 155
    -#define ASN1_R_TYPE_NOT_CONSTRUCTED			 156
    -#define ASN1_R_UNABLE_TO_DECODE_RSA_KEY			 157
    -#define ASN1_R_UNABLE_TO_DECODE_RSA_PRIVATE_KEY		 158
    -#define ASN1_R_UNEXPECTED_EOC				 159
    -#define ASN1_R_UNIVERSALSTRING_IS_WRONG_LENGTH		 215
    -#define ASN1_R_UNKNOWN_FORMAT				 160
    -#define ASN1_R_UNKNOWN_MESSAGE_DIGEST_ALGORITHM		 161
    -#define ASN1_R_UNKNOWN_OBJECT_TYPE			 162
    -#define ASN1_R_UNKNOWN_PUBLIC_KEY_TYPE			 163
    -#define ASN1_R_UNKNOWN_SIGNATURE_ALGORITHM		 199
    -#define ASN1_R_UNKNOWN_TAG				 194
    -#define ASN1_R_UNKOWN_FORMAT				 195
    -#define ASN1_R_UNSUPPORTED_ANY_DEFINED_BY_TYPE		 164
    -#define ASN1_R_UNSUPPORTED_CIPHER			 165
    -#define ASN1_R_UNSUPPORTED_ENCRYPTION_ALGORITHM		 166
    -#define ASN1_R_UNSUPPORTED_PUBLIC_KEY_TYPE		 167
    -#define ASN1_R_UNSUPPORTED_TYPE				 196
    -#define ASN1_R_WRONG_PUBLIC_KEY_TYPE			 200
    -#define ASN1_R_WRONG_TAG				 168
    -#define ASN1_R_WRONG_TYPE				 169
    +# define ASN1_R_ADDING_OBJECT                             171
    +# define ASN1_R_ASN1_PARSE_ERROR                          203
    +# define ASN1_R_ASN1_SIG_PARSE_ERROR                      204
    +# define ASN1_R_AUX_ERROR                                 100
    +# define ASN1_R_BAD_CLASS                                 101
    +# define ASN1_R_BAD_OBJECT_HEADER                         102
    +# define ASN1_R_BAD_PASSWORD_READ                         103
    +# define ASN1_R_BAD_TAG                                   104
    +# define ASN1_R_BMPSTRING_IS_WRONG_LENGTH                 214
    +# define ASN1_R_BN_LIB                                    105
    +# define ASN1_R_BOOLEAN_IS_WRONG_LENGTH                   106
    +# define ASN1_R_BUFFER_TOO_SMALL                          107
    +# define ASN1_R_CIPHER_HAS_NO_OBJECT_IDENTIFIER           108
    +# define ASN1_R_CONTEXT_NOT_INITIALISED                   217
    +# define ASN1_R_DATA_IS_WRONG                             109
    +# define ASN1_R_DECODE_ERROR                              110
    +# define ASN1_R_DECODING_ERROR                            111
    +# define ASN1_R_DEPTH_EXCEEDED                            174
    +# define ASN1_R_DIGEST_AND_KEY_TYPE_NOT_SUPPORTED         198
    +# define ASN1_R_ENCODE_ERROR                              112
    +# define ASN1_R_ERROR_GETTING_TIME                        173
    +# define ASN1_R_ERROR_LOADING_SECTION                     172
    +# define ASN1_R_ERROR_PARSING_SET_ELEMENT                 113
    +# define ASN1_R_ERROR_SETTING_CIPHER_PARAMS               114
    +# define ASN1_R_EXPECTING_AN_INTEGER                      115
    +# define ASN1_R_EXPECTING_AN_OBJECT                       116
    +# define ASN1_R_EXPECTING_A_BOOLEAN                       117
    +# define ASN1_R_EXPECTING_A_TIME                          118
    +# define ASN1_R_EXPLICIT_LENGTH_MISMATCH                  119
    +# define ASN1_R_EXPLICIT_TAG_NOT_CONSTRUCTED              120
    +# define ASN1_R_FIELD_MISSING                             121
    +# define ASN1_R_FIRST_NUM_TOO_LARGE                       122
    +# define ASN1_R_HEADER_TOO_LONG                           123
    +# define ASN1_R_ILLEGAL_BITSTRING_FORMAT                  175
    +# define ASN1_R_ILLEGAL_BOOLEAN                           176
    +# define ASN1_R_ILLEGAL_CHARACTERS                        124
    +# define ASN1_R_ILLEGAL_FORMAT                            177
    +# define ASN1_R_ILLEGAL_HEX                               178
    +# define ASN1_R_ILLEGAL_IMPLICIT_TAG                      179
    +# define ASN1_R_ILLEGAL_INTEGER                           180
    +# define ASN1_R_ILLEGAL_NESTED_TAGGING                    181
    +# define ASN1_R_ILLEGAL_NULL                              125
    +# define ASN1_R_ILLEGAL_NULL_VALUE                        182
    +# define ASN1_R_ILLEGAL_OBJECT                            183
    +# define ASN1_R_ILLEGAL_OPTIONAL_ANY                      126
    +# define ASN1_R_ILLEGAL_OPTIONS_ON_ITEM_TEMPLATE          170
    +# define ASN1_R_ILLEGAL_TAGGED_ANY                        127
    +# define ASN1_R_ILLEGAL_TIME_VALUE                        184
    +# define ASN1_R_INTEGER_NOT_ASCII_FORMAT                  185
    +# define ASN1_R_INTEGER_TOO_LARGE_FOR_LONG                128
    +# define ASN1_R_INVALID_BIT_STRING_BITS_LEFT              220
    +# define ASN1_R_INVALID_BMPSTRING_LENGTH                  129
    +# define ASN1_R_INVALID_DIGIT                             130
    +# define ASN1_R_INVALID_MIME_TYPE                         205
    +# define ASN1_R_INVALID_MODIFIER                          186
    +# define ASN1_R_INVALID_NUMBER                            187
    +# define ASN1_R_INVALID_OBJECT_ENCODING                   216
    +# define ASN1_R_INVALID_SEPARATOR                         131
    +# define ASN1_R_INVALID_TIME_FORMAT                       132
    +# define ASN1_R_INVALID_UNIVERSALSTRING_LENGTH            133
    +# define ASN1_R_INVALID_UTF8STRING                        134
    +# define ASN1_R_IV_TOO_LARGE                              135
    +# define ASN1_R_LENGTH_ERROR                              136
    +# define ASN1_R_LIST_ERROR                                188
    +# define ASN1_R_MIME_NO_CONTENT_TYPE                      206
    +# define ASN1_R_MIME_PARSE_ERROR                          207
    +# define ASN1_R_MIME_SIG_PARSE_ERROR                      208
    +# define ASN1_R_MISSING_EOC                               137
    +# define ASN1_R_MISSING_SECOND_NUMBER                     138
    +# define ASN1_R_MISSING_VALUE                             189
    +# define ASN1_R_MSTRING_NOT_UNIVERSAL                     139
    +# define ASN1_R_MSTRING_WRONG_TAG                         140
    +# define ASN1_R_NESTED_ASN1_STRING                        197
    +# define ASN1_R_NON_HEX_CHARACTERS                        141
    +# define ASN1_R_NOT_ASCII_FORMAT                          190
    +# define ASN1_R_NOT_ENOUGH_DATA                           142
    +# define ASN1_R_NO_CONTENT_TYPE                           209
    +# define ASN1_R_NO_DEFAULT_DIGEST                         201
    +# define ASN1_R_NO_MATCHING_CHOICE_TYPE                   143
    +# define ASN1_R_NO_MULTIPART_BODY_FAILURE                 210
    +# define ASN1_R_NO_MULTIPART_BOUNDARY                     211
    +# define ASN1_R_NO_SIG_CONTENT_TYPE                       212
    +# define ASN1_R_NULL_IS_WRONG_LENGTH                      144
    +# define ASN1_R_OBJECT_NOT_ASCII_FORMAT                   191
    +# define ASN1_R_ODD_NUMBER_OF_CHARS                       145
    +# define ASN1_R_PRIVATE_KEY_HEADER_MISSING                146
    +# define ASN1_R_SECOND_NUMBER_TOO_LARGE                   147
    +# define ASN1_R_SEQUENCE_LENGTH_MISMATCH                  148
    +# define ASN1_R_SEQUENCE_NOT_CONSTRUCTED                  149
    +# define ASN1_R_SEQUENCE_OR_SET_NEEDS_CONFIG              192
    +# define ASN1_R_SHORT_LINE                                150
    +# define ASN1_R_SIG_INVALID_MIME_TYPE                     213
    +# define ASN1_R_STREAMING_NOT_SUPPORTED                   202
    +# define ASN1_R_STRING_TOO_LONG                           151
    +# define ASN1_R_STRING_TOO_SHORT                          152
    +# define ASN1_R_TAG_VALUE_TOO_HIGH                        153
    +# define ASN1_R_THE_ASN1_OBJECT_IDENTIFIER_IS_NOT_KNOWN_FOR_THIS_MD 154
    +# define ASN1_R_TIME_NOT_ASCII_FORMAT                     193
    +# define ASN1_R_TOO_LONG                                  155
    +# define ASN1_R_TYPE_NOT_CONSTRUCTED                      156
    +# define ASN1_R_TYPE_NOT_PRIMITIVE                        218
    +# define ASN1_R_UNABLE_TO_DECODE_RSA_KEY                  157
    +# define ASN1_R_UNABLE_TO_DECODE_RSA_PRIVATE_KEY          158
    +# define ASN1_R_UNEXPECTED_EOC                            159
    +# define ASN1_R_UNIVERSALSTRING_IS_WRONG_LENGTH           215
    +# define ASN1_R_UNKNOWN_FORMAT                            160
    +# define ASN1_R_UNKNOWN_MESSAGE_DIGEST_ALGORITHM          161
    +# define ASN1_R_UNKNOWN_OBJECT_TYPE                       162
    +# define ASN1_R_UNKNOWN_PUBLIC_KEY_TYPE                   163
    +# define ASN1_R_UNKNOWN_SIGNATURE_ALGORITHM               199
    +# define ASN1_R_UNKNOWN_TAG                               194
    +# define ASN1_R_UNKOWN_FORMAT                             195
    +# define ASN1_R_UNSUPPORTED_ANY_DEFINED_BY_TYPE           164
    +# define ASN1_R_UNSUPPORTED_CIPHER                        165
    +# define ASN1_R_UNSUPPORTED_ENCRYPTION_ALGORITHM          166
    +# define ASN1_R_UNSUPPORTED_PUBLIC_KEY_TYPE               167
    +# define ASN1_R_UNSUPPORTED_TYPE                          196
    +# define ASN1_R_WRONG_PUBLIC_KEY_TYPE                     200
    +# define ASN1_R_WRONG_TAG                                 168
    +# define ASN1_R_WRONG_TYPE                                169
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/asn1/asn1_err.c b/openssl/crypto/asn1/asn1_err.c
    index aa60203ba..fd4ac8d9d 100644
    --- a/openssl/crypto/asn1/asn1_err.c
    +++ b/openssl/crypto/asn1/asn1_err.c
    @@ -1,13 +1,13 @@
     /* crypto/asn1/asn1_err.c */
     /* ====================================================================
    - * Copyright (c) 1999-2011 The OpenSSL Project.  All rights reserved.
    + * Copyright (c) 1999-2014 The OpenSSL Project.  All rights reserved.
      *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* NOTE: this file was auto generated by the mkerr.pl script: any changes
    +/*
    + * NOTE: this file was auto generated by the mkerr.pl script: any changes
      * made to it will be overwritten when the script next updates this file,
      * only reason strings will be preserved.
      */
    @@ -65,268 +66,289 @@
     /* BEGIN ERROR CODES */
     #ifndef OPENSSL_NO_ERR
     
    -#define ERR_FUNC(func) ERR_PACK(ERR_LIB_ASN1,func,0)
    -#define ERR_REASON(reason) ERR_PACK(ERR_LIB_ASN1,0,reason)
    +# define ERR_FUNC(func) ERR_PACK(ERR_LIB_ASN1,func,0)
    +# define ERR_REASON(reason) ERR_PACK(ERR_LIB_ASN1,0,reason)
     
    -static ERR_STRING_DATA ASN1_str_functs[]=
    -	{
    -{ERR_FUNC(ASN1_F_A2D_ASN1_OBJECT),	"a2d_ASN1_OBJECT"},
    -{ERR_FUNC(ASN1_F_A2I_ASN1_ENUMERATED),	"a2i_ASN1_ENUMERATED"},
    -{ERR_FUNC(ASN1_F_A2I_ASN1_INTEGER),	"a2i_ASN1_INTEGER"},
    -{ERR_FUNC(ASN1_F_A2I_ASN1_STRING),	"a2i_ASN1_STRING"},
    -{ERR_FUNC(ASN1_F_APPEND_EXP),	"APPEND_EXP"},
    -{ERR_FUNC(ASN1_F_ASN1_BIT_STRING_SET_BIT),	"ASN1_BIT_STRING_set_bit"},
    -{ERR_FUNC(ASN1_F_ASN1_CB),	"ASN1_CB"},
    -{ERR_FUNC(ASN1_F_ASN1_CHECK_TLEN),	"ASN1_CHECK_TLEN"},
    -{ERR_FUNC(ASN1_F_ASN1_COLLATE_PRIMITIVE),	"ASN1_COLLATE_PRIMITIVE"},
    -{ERR_FUNC(ASN1_F_ASN1_COLLECT),	"ASN1_COLLECT"},
    -{ERR_FUNC(ASN1_F_ASN1_D2I_EX_PRIMITIVE),	"ASN1_D2I_EX_PRIMITIVE"},
    -{ERR_FUNC(ASN1_F_ASN1_D2I_FP),	"ASN1_d2i_fp"},
    -{ERR_FUNC(ASN1_F_ASN1_D2I_READ_BIO),	"ASN1_D2I_READ_BIO"},
    -{ERR_FUNC(ASN1_F_ASN1_DIGEST),	"ASN1_digest"},
    -{ERR_FUNC(ASN1_F_ASN1_DO_ADB),	"ASN1_DO_ADB"},
    -{ERR_FUNC(ASN1_F_ASN1_DUP),	"ASN1_dup"},
    -{ERR_FUNC(ASN1_F_ASN1_ENUMERATED_SET),	"ASN1_ENUMERATED_set"},
    -{ERR_FUNC(ASN1_F_ASN1_ENUMERATED_TO_BN),	"ASN1_ENUMERATED_to_BN"},
    -{ERR_FUNC(ASN1_F_ASN1_EX_C2I),	"ASN1_EX_C2I"},
    -{ERR_FUNC(ASN1_F_ASN1_FIND_END),	"ASN1_FIND_END"},
    -{ERR_FUNC(ASN1_F_ASN1_GENERALIZEDTIME_ADJ),	"ASN1_GENERALIZEDTIME_adj"},
    -{ERR_FUNC(ASN1_F_ASN1_GENERALIZEDTIME_SET),	"ASN1_GENERALIZEDTIME_set"},
    -{ERR_FUNC(ASN1_F_ASN1_GENERATE_V3),	"ASN1_generate_v3"},
    -{ERR_FUNC(ASN1_F_ASN1_GET_OBJECT),	"ASN1_get_object"},
    -{ERR_FUNC(ASN1_F_ASN1_HEADER_NEW),	"ASN1_HEADER_NEW"},
    -{ERR_FUNC(ASN1_F_ASN1_I2D_BIO),	"ASN1_i2d_bio"},
    -{ERR_FUNC(ASN1_F_ASN1_I2D_FP),	"ASN1_i2d_fp"},
    -{ERR_FUNC(ASN1_F_ASN1_INTEGER_SET),	"ASN1_INTEGER_set"},
    -{ERR_FUNC(ASN1_F_ASN1_INTEGER_TO_BN),	"ASN1_INTEGER_to_BN"},
    -{ERR_FUNC(ASN1_F_ASN1_ITEM_D2I_FP),	"ASN1_item_d2i_fp"},
    -{ERR_FUNC(ASN1_F_ASN1_ITEM_DUP),	"ASN1_item_dup"},
    -{ERR_FUNC(ASN1_F_ASN1_ITEM_EX_COMBINE_NEW),	"ASN1_ITEM_EX_COMBINE_NEW"},
    -{ERR_FUNC(ASN1_F_ASN1_ITEM_EX_D2I),	"ASN1_ITEM_EX_D2I"},
    -{ERR_FUNC(ASN1_F_ASN1_ITEM_I2D_BIO),	"ASN1_item_i2d_bio"},
    -{ERR_FUNC(ASN1_F_ASN1_ITEM_I2D_FP),	"ASN1_item_i2d_fp"},
    -{ERR_FUNC(ASN1_F_ASN1_ITEM_PACK),	"ASN1_item_pack"},
    -{ERR_FUNC(ASN1_F_ASN1_ITEM_SIGN),	"ASN1_item_sign"},
    -{ERR_FUNC(ASN1_F_ASN1_ITEM_SIGN_CTX),	"ASN1_item_sign_ctx"},
    -{ERR_FUNC(ASN1_F_ASN1_ITEM_UNPACK),	"ASN1_item_unpack"},
    -{ERR_FUNC(ASN1_F_ASN1_ITEM_VERIFY),	"ASN1_item_verify"},
    -{ERR_FUNC(ASN1_F_ASN1_MBSTRING_NCOPY),	"ASN1_mbstring_ncopy"},
    -{ERR_FUNC(ASN1_F_ASN1_OBJECT_NEW),	"ASN1_OBJECT_new"},
    -{ERR_FUNC(ASN1_F_ASN1_OUTPUT_DATA),	"ASN1_OUTPUT_DATA"},
    -{ERR_FUNC(ASN1_F_ASN1_PACK_STRING),	"ASN1_pack_string"},
    -{ERR_FUNC(ASN1_F_ASN1_PCTX_NEW),	"ASN1_PCTX_new"},
    -{ERR_FUNC(ASN1_F_ASN1_PKCS5_PBE_SET),	"ASN1_PKCS5_PBE_SET"},
    -{ERR_FUNC(ASN1_F_ASN1_SEQ_PACK),	"ASN1_seq_pack"},
    -{ERR_FUNC(ASN1_F_ASN1_SEQ_UNPACK),	"ASN1_seq_unpack"},
    -{ERR_FUNC(ASN1_F_ASN1_SIGN),	"ASN1_sign"},
    -{ERR_FUNC(ASN1_F_ASN1_STR2TYPE),	"ASN1_STR2TYPE"},
    -{ERR_FUNC(ASN1_F_ASN1_STRING_SET),	"ASN1_STRING_set"},
    -{ERR_FUNC(ASN1_F_ASN1_STRING_TABLE_ADD),	"ASN1_STRING_TABLE_add"},
    -{ERR_FUNC(ASN1_F_ASN1_STRING_TYPE_NEW),	"ASN1_STRING_type_new"},
    -{ERR_FUNC(ASN1_F_ASN1_TEMPLATE_EX_D2I),	"ASN1_TEMPLATE_EX_D2I"},
    -{ERR_FUNC(ASN1_F_ASN1_TEMPLATE_NEW),	"ASN1_TEMPLATE_NEW"},
    -{ERR_FUNC(ASN1_F_ASN1_TEMPLATE_NOEXP_D2I),	"ASN1_TEMPLATE_NOEXP_D2I"},
    -{ERR_FUNC(ASN1_F_ASN1_TIME_ADJ),	"ASN1_TIME_adj"},
    -{ERR_FUNC(ASN1_F_ASN1_TIME_SET),	"ASN1_TIME_set"},
    -{ERR_FUNC(ASN1_F_ASN1_TYPE_GET_INT_OCTETSTRING),	"ASN1_TYPE_get_int_octetstring"},
    -{ERR_FUNC(ASN1_F_ASN1_TYPE_GET_OCTETSTRING),	"ASN1_TYPE_get_octetstring"},
    -{ERR_FUNC(ASN1_F_ASN1_UNPACK_STRING),	"ASN1_unpack_string"},
    -{ERR_FUNC(ASN1_F_ASN1_UTCTIME_ADJ),	"ASN1_UTCTIME_adj"},
    -{ERR_FUNC(ASN1_F_ASN1_UTCTIME_SET),	"ASN1_UTCTIME_set"},
    -{ERR_FUNC(ASN1_F_ASN1_VERIFY),	"ASN1_verify"},
    -{ERR_FUNC(ASN1_F_B64_READ_ASN1),	"B64_READ_ASN1"},
    -{ERR_FUNC(ASN1_F_B64_WRITE_ASN1),	"B64_WRITE_ASN1"},
    -{ERR_FUNC(ASN1_F_BIO_NEW_NDEF),	"BIO_new_NDEF"},
    -{ERR_FUNC(ASN1_F_BITSTR_CB),	"BITSTR_CB"},
    -{ERR_FUNC(ASN1_F_BN_TO_ASN1_ENUMERATED),	"BN_to_ASN1_ENUMERATED"},
    -{ERR_FUNC(ASN1_F_BN_TO_ASN1_INTEGER),	"BN_to_ASN1_INTEGER"},
    -{ERR_FUNC(ASN1_F_C2I_ASN1_BIT_STRING),	"c2i_ASN1_BIT_STRING"},
    -{ERR_FUNC(ASN1_F_C2I_ASN1_INTEGER),	"c2i_ASN1_INTEGER"},
    -{ERR_FUNC(ASN1_F_C2I_ASN1_OBJECT),	"c2i_ASN1_OBJECT"},
    -{ERR_FUNC(ASN1_F_COLLECT_DATA),	"COLLECT_DATA"},
    -{ERR_FUNC(ASN1_F_D2I_ASN1_BIT_STRING),	"D2I_ASN1_BIT_STRING"},
    -{ERR_FUNC(ASN1_F_D2I_ASN1_BOOLEAN),	"d2i_ASN1_BOOLEAN"},
    -{ERR_FUNC(ASN1_F_D2I_ASN1_BYTES),	"d2i_ASN1_bytes"},
    -{ERR_FUNC(ASN1_F_D2I_ASN1_GENERALIZEDTIME),	"D2I_ASN1_GENERALIZEDTIME"},
    -{ERR_FUNC(ASN1_F_D2I_ASN1_HEADER),	"D2I_ASN1_HEADER"},
    -{ERR_FUNC(ASN1_F_D2I_ASN1_INTEGER),	"D2I_ASN1_INTEGER"},
    -{ERR_FUNC(ASN1_F_D2I_ASN1_OBJECT),	"d2i_ASN1_OBJECT"},
    -{ERR_FUNC(ASN1_F_D2I_ASN1_SET),	"d2i_ASN1_SET"},
    -{ERR_FUNC(ASN1_F_D2I_ASN1_TYPE_BYTES),	"d2i_ASN1_type_bytes"},
    -{ERR_FUNC(ASN1_F_D2I_ASN1_UINTEGER),	"d2i_ASN1_UINTEGER"},
    -{ERR_FUNC(ASN1_F_D2I_ASN1_UTCTIME),	"D2I_ASN1_UTCTIME"},
    -{ERR_FUNC(ASN1_F_D2I_AUTOPRIVATEKEY),	"d2i_AutoPrivateKey"},
    -{ERR_FUNC(ASN1_F_D2I_NETSCAPE_RSA),	"d2i_Netscape_RSA"},
    -{ERR_FUNC(ASN1_F_D2I_NETSCAPE_RSA_2),	"D2I_NETSCAPE_RSA_2"},
    -{ERR_FUNC(ASN1_F_D2I_PRIVATEKEY),	"d2i_PrivateKey"},
    -{ERR_FUNC(ASN1_F_D2I_PUBLICKEY),	"d2i_PublicKey"},
    -{ERR_FUNC(ASN1_F_D2I_RSA_NET),	"d2i_RSA_NET"},
    -{ERR_FUNC(ASN1_F_D2I_RSA_NET_2),	"D2I_RSA_NET_2"},
    -{ERR_FUNC(ASN1_F_D2I_X509),	"D2I_X509"},
    -{ERR_FUNC(ASN1_F_D2I_X509_CINF),	"D2I_X509_CINF"},
    -{ERR_FUNC(ASN1_F_D2I_X509_PKEY),	"d2i_X509_PKEY"},
    -{ERR_FUNC(ASN1_F_I2D_ASN1_BIO_STREAM),	"i2d_ASN1_bio_stream"},
    -{ERR_FUNC(ASN1_F_I2D_ASN1_SET),	"i2d_ASN1_SET"},
    -{ERR_FUNC(ASN1_F_I2D_ASN1_TIME),	"I2D_ASN1_TIME"},
    -{ERR_FUNC(ASN1_F_I2D_DSA_PUBKEY),	"i2d_DSA_PUBKEY"},
    -{ERR_FUNC(ASN1_F_I2D_EC_PUBKEY),	"i2d_EC_PUBKEY"},
    -{ERR_FUNC(ASN1_F_I2D_PRIVATEKEY),	"i2d_PrivateKey"},
    -{ERR_FUNC(ASN1_F_I2D_PUBLICKEY),	"i2d_PublicKey"},
    -{ERR_FUNC(ASN1_F_I2D_RSA_NET),	"i2d_RSA_NET"},
    -{ERR_FUNC(ASN1_F_I2D_RSA_PUBKEY),	"i2d_RSA_PUBKEY"},
    -{ERR_FUNC(ASN1_F_LONG_C2I),	"LONG_C2I"},
    -{ERR_FUNC(ASN1_F_OID_MODULE_INIT),	"OID_MODULE_INIT"},
    -{ERR_FUNC(ASN1_F_PARSE_TAGGING),	"PARSE_TAGGING"},
    -{ERR_FUNC(ASN1_F_PKCS5_PBE2_SET_IV),	"PKCS5_pbe2_set_iv"},
    -{ERR_FUNC(ASN1_F_PKCS5_PBE_SET),	"PKCS5_pbe_set"},
    -{ERR_FUNC(ASN1_F_PKCS5_PBE_SET0_ALGOR),	"PKCS5_pbe_set0_algor"},
    -{ERR_FUNC(ASN1_F_PKCS5_PBKDF2_SET),	"PKCS5_pbkdf2_set"},
    -{ERR_FUNC(ASN1_F_SMIME_READ_ASN1),	"SMIME_read_ASN1"},
    -{ERR_FUNC(ASN1_F_SMIME_TEXT),	"SMIME_text"},
    -{ERR_FUNC(ASN1_F_X509_CINF_NEW),	"X509_CINF_NEW"},
    -{ERR_FUNC(ASN1_F_X509_CRL_ADD0_REVOKED),	"X509_CRL_add0_revoked"},
    -{ERR_FUNC(ASN1_F_X509_INFO_NEW),	"X509_INFO_new"},
    -{ERR_FUNC(ASN1_F_X509_NAME_ENCODE),	"X509_NAME_ENCODE"},
    -{ERR_FUNC(ASN1_F_X509_NAME_EX_D2I),	"X509_NAME_EX_D2I"},
    -{ERR_FUNC(ASN1_F_X509_NAME_EX_NEW),	"X509_NAME_EX_NEW"},
    -{ERR_FUNC(ASN1_F_X509_NEW),	"X509_NEW"},
    -{ERR_FUNC(ASN1_F_X509_PKEY_NEW),	"X509_PKEY_new"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA ASN1_str_functs[] = {
    +    {ERR_FUNC(ASN1_F_A2D_ASN1_OBJECT), "a2d_ASN1_OBJECT"},
    +    {ERR_FUNC(ASN1_F_A2I_ASN1_ENUMERATED), "a2i_ASN1_ENUMERATED"},
    +    {ERR_FUNC(ASN1_F_A2I_ASN1_INTEGER), "a2i_ASN1_INTEGER"},
    +    {ERR_FUNC(ASN1_F_A2I_ASN1_STRING), "a2i_ASN1_STRING"},
    +    {ERR_FUNC(ASN1_F_APPEND_EXP), "APPEND_EXP"},
    +    {ERR_FUNC(ASN1_F_ASN1_BIT_STRING_SET_BIT), "ASN1_BIT_STRING_set_bit"},
    +    {ERR_FUNC(ASN1_F_ASN1_CB), "ASN1_CB"},
    +    {ERR_FUNC(ASN1_F_ASN1_CHECK_TLEN), "ASN1_CHECK_TLEN"},
    +    {ERR_FUNC(ASN1_F_ASN1_COLLATE_PRIMITIVE), "ASN1_COLLATE_PRIMITIVE"},
    +    {ERR_FUNC(ASN1_F_ASN1_COLLECT), "ASN1_COLLECT"},
    +    {ERR_FUNC(ASN1_F_ASN1_D2I_EX_PRIMITIVE), "ASN1_D2I_EX_PRIMITIVE"},
    +    {ERR_FUNC(ASN1_F_ASN1_D2I_FP), "ASN1_d2i_fp"},
    +    {ERR_FUNC(ASN1_F_ASN1_D2I_READ_BIO), "ASN1_D2I_READ_BIO"},
    +    {ERR_FUNC(ASN1_F_ASN1_DIGEST), "ASN1_digest"},
    +    {ERR_FUNC(ASN1_F_ASN1_DO_ADB), "ASN1_DO_ADB"},
    +    {ERR_FUNC(ASN1_F_ASN1_DUP), "ASN1_dup"},
    +    {ERR_FUNC(ASN1_F_ASN1_ENUMERATED_SET), "ASN1_ENUMERATED_set"},
    +    {ERR_FUNC(ASN1_F_ASN1_ENUMERATED_TO_BN), "ASN1_ENUMERATED_to_BN"},
    +    {ERR_FUNC(ASN1_F_ASN1_EX_C2I), "ASN1_EX_C2I"},
    +    {ERR_FUNC(ASN1_F_ASN1_FIND_END), "ASN1_FIND_END"},
    +    {ERR_FUNC(ASN1_F_ASN1_GENERALIZEDTIME_ADJ), "ASN1_GENERALIZEDTIME_adj"},
    +    {ERR_FUNC(ASN1_F_ASN1_GENERALIZEDTIME_SET), "ASN1_GENERALIZEDTIME_set"},
    +    {ERR_FUNC(ASN1_F_ASN1_GENERATE_V3), "ASN1_generate_v3"},
    +    {ERR_FUNC(ASN1_F_ASN1_GET_OBJECT), "ASN1_get_object"},
    +    {ERR_FUNC(ASN1_F_ASN1_HEADER_NEW), "ASN1_HEADER_NEW"},
    +    {ERR_FUNC(ASN1_F_ASN1_I2D_BIO), "ASN1_i2d_bio"},
    +    {ERR_FUNC(ASN1_F_ASN1_I2D_FP), "ASN1_i2d_fp"},
    +    {ERR_FUNC(ASN1_F_ASN1_INTEGER_SET), "ASN1_INTEGER_set"},
    +    {ERR_FUNC(ASN1_F_ASN1_INTEGER_TO_BN), "ASN1_INTEGER_to_BN"},
    +    {ERR_FUNC(ASN1_F_ASN1_ITEM_D2I_FP), "ASN1_item_d2i_fp"},
    +    {ERR_FUNC(ASN1_F_ASN1_ITEM_DUP), "ASN1_item_dup"},
    +    {ERR_FUNC(ASN1_F_ASN1_ITEM_EX_COMBINE_NEW), "ASN1_ITEM_EX_COMBINE_NEW"},
    +    {ERR_FUNC(ASN1_F_ASN1_ITEM_EX_D2I), "ASN1_ITEM_EX_D2I"},
    +    {ERR_FUNC(ASN1_F_ASN1_ITEM_I2D_BIO), "ASN1_item_i2d_bio"},
    +    {ERR_FUNC(ASN1_F_ASN1_ITEM_I2D_FP), "ASN1_item_i2d_fp"},
    +    {ERR_FUNC(ASN1_F_ASN1_ITEM_PACK), "ASN1_item_pack"},
    +    {ERR_FUNC(ASN1_F_ASN1_ITEM_SIGN), "ASN1_item_sign"},
    +    {ERR_FUNC(ASN1_F_ASN1_ITEM_SIGN_CTX), "ASN1_item_sign_ctx"},
    +    {ERR_FUNC(ASN1_F_ASN1_ITEM_UNPACK), "ASN1_item_unpack"},
    +    {ERR_FUNC(ASN1_F_ASN1_ITEM_VERIFY), "ASN1_item_verify"},
    +    {ERR_FUNC(ASN1_F_ASN1_MBSTRING_NCOPY), "ASN1_mbstring_ncopy"},
    +    {ERR_FUNC(ASN1_F_ASN1_OBJECT_NEW), "ASN1_OBJECT_new"},
    +    {ERR_FUNC(ASN1_F_ASN1_OUTPUT_DATA), "ASN1_OUTPUT_DATA"},
    +    {ERR_FUNC(ASN1_F_ASN1_PACK_STRING), "ASN1_pack_string"},
    +    {ERR_FUNC(ASN1_F_ASN1_PCTX_NEW), "ASN1_PCTX_new"},
    +    {ERR_FUNC(ASN1_F_ASN1_PKCS5_PBE_SET), "ASN1_PKCS5_PBE_SET"},
    +    {ERR_FUNC(ASN1_F_ASN1_SEQ_PACK), "ASN1_seq_pack"},
    +    {ERR_FUNC(ASN1_F_ASN1_SEQ_UNPACK), "ASN1_seq_unpack"},
    +    {ERR_FUNC(ASN1_F_ASN1_SIGN), "ASN1_sign"},
    +    {ERR_FUNC(ASN1_F_ASN1_STR2TYPE), "ASN1_STR2TYPE"},
    +    {ERR_FUNC(ASN1_F_ASN1_STRING_SET), "ASN1_STRING_set"},
    +    {ERR_FUNC(ASN1_F_ASN1_STRING_TABLE_ADD), "ASN1_STRING_TABLE_add"},
    +    {ERR_FUNC(ASN1_F_ASN1_STRING_TYPE_NEW), "ASN1_STRING_type_new"},
    +    {ERR_FUNC(ASN1_F_ASN1_TEMPLATE_EX_D2I), "ASN1_TEMPLATE_EX_D2I"},
    +    {ERR_FUNC(ASN1_F_ASN1_TEMPLATE_NEW), "ASN1_TEMPLATE_NEW"},
    +    {ERR_FUNC(ASN1_F_ASN1_TEMPLATE_NOEXP_D2I), "ASN1_TEMPLATE_NOEXP_D2I"},
    +    {ERR_FUNC(ASN1_F_ASN1_TIME_ADJ), "ASN1_TIME_adj"},
    +    {ERR_FUNC(ASN1_F_ASN1_TIME_SET), "ASN1_TIME_set"},
    +    {ERR_FUNC(ASN1_F_ASN1_TYPE_GET_INT_OCTETSTRING),
    +     "ASN1_TYPE_get_int_octetstring"},
    +    {ERR_FUNC(ASN1_F_ASN1_TYPE_GET_OCTETSTRING), "ASN1_TYPE_get_octetstring"},
    +    {ERR_FUNC(ASN1_F_ASN1_UNPACK_STRING), "ASN1_unpack_string"},
    +    {ERR_FUNC(ASN1_F_ASN1_UTCTIME_ADJ), "ASN1_UTCTIME_adj"},
    +    {ERR_FUNC(ASN1_F_ASN1_UTCTIME_SET), "ASN1_UTCTIME_set"},
    +    {ERR_FUNC(ASN1_F_ASN1_VERIFY), "ASN1_verify"},
    +    {ERR_FUNC(ASN1_F_B64_READ_ASN1), "B64_READ_ASN1"},
    +    {ERR_FUNC(ASN1_F_B64_WRITE_ASN1), "B64_WRITE_ASN1"},
    +    {ERR_FUNC(ASN1_F_BIO_NEW_NDEF), "BIO_new_NDEF"},
    +    {ERR_FUNC(ASN1_F_BITSTR_CB), "BITSTR_CB"},
    +    {ERR_FUNC(ASN1_F_BN_TO_ASN1_ENUMERATED), "BN_to_ASN1_ENUMERATED"},
    +    {ERR_FUNC(ASN1_F_BN_TO_ASN1_INTEGER), "BN_to_ASN1_INTEGER"},
    +    {ERR_FUNC(ASN1_F_C2I_ASN1_BIT_STRING), "c2i_ASN1_BIT_STRING"},
    +    {ERR_FUNC(ASN1_F_C2I_ASN1_INTEGER), "c2i_ASN1_INTEGER"},
    +    {ERR_FUNC(ASN1_F_C2I_ASN1_OBJECT), "c2i_ASN1_OBJECT"},
    +    {ERR_FUNC(ASN1_F_COLLECT_DATA), "COLLECT_DATA"},
    +    {ERR_FUNC(ASN1_F_D2I_ASN1_BIT_STRING), "D2I_ASN1_BIT_STRING"},
    +    {ERR_FUNC(ASN1_F_D2I_ASN1_BOOLEAN), "d2i_ASN1_BOOLEAN"},
    +    {ERR_FUNC(ASN1_F_D2I_ASN1_BYTES), "d2i_ASN1_bytes"},
    +    {ERR_FUNC(ASN1_F_D2I_ASN1_GENERALIZEDTIME), "D2I_ASN1_GENERALIZEDTIME"},
    +    {ERR_FUNC(ASN1_F_D2I_ASN1_HEADER), "D2I_ASN1_HEADER"},
    +    {ERR_FUNC(ASN1_F_D2I_ASN1_INTEGER), "D2I_ASN1_INTEGER"},
    +    {ERR_FUNC(ASN1_F_D2I_ASN1_OBJECT), "d2i_ASN1_OBJECT"},
    +    {ERR_FUNC(ASN1_F_D2I_ASN1_SET), "d2i_ASN1_SET"},
    +    {ERR_FUNC(ASN1_F_D2I_ASN1_TYPE_BYTES), "d2i_ASN1_type_bytes"},
    +    {ERR_FUNC(ASN1_F_D2I_ASN1_UINTEGER), "d2i_ASN1_UINTEGER"},
    +    {ERR_FUNC(ASN1_F_D2I_ASN1_UTCTIME), "D2I_ASN1_UTCTIME"},
    +    {ERR_FUNC(ASN1_F_D2I_AUTOPRIVATEKEY), "d2i_AutoPrivateKey"},
    +    {ERR_FUNC(ASN1_F_D2I_NETSCAPE_RSA), "d2i_Netscape_RSA"},
    +    {ERR_FUNC(ASN1_F_D2I_NETSCAPE_RSA_2), "D2I_NETSCAPE_RSA_2"},
    +    {ERR_FUNC(ASN1_F_D2I_PRIVATEKEY), "d2i_PrivateKey"},
    +    {ERR_FUNC(ASN1_F_D2I_PUBLICKEY), "d2i_PublicKey"},
    +    {ERR_FUNC(ASN1_F_D2I_RSA_NET), "d2i_RSA_NET"},
    +    {ERR_FUNC(ASN1_F_D2I_RSA_NET_2), "D2I_RSA_NET_2"},
    +    {ERR_FUNC(ASN1_F_D2I_X509), "D2I_X509"},
    +    {ERR_FUNC(ASN1_F_D2I_X509_CINF), "D2I_X509_CINF"},
    +    {ERR_FUNC(ASN1_F_D2I_X509_PKEY), "d2i_X509_PKEY"},
    +    {ERR_FUNC(ASN1_F_I2D_ASN1_BIO_STREAM), "i2d_ASN1_bio_stream"},
    +    {ERR_FUNC(ASN1_F_I2D_ASN1_SET), "i2d_ASN1_SET"},
    +    {ERR_FUNC(ASN1_F_I2D_ASN1_TIME), "I2D_ASN1_TIME"},
    +    {ERR_FUNC(ASN1_F_I2D_DSA_PUBKEY), "i2d_DSA_PUBKEY"},
    +    {ERR_FUNC(ASN1_F_I2D_EC_PUBKEY), "i2d_EC_PUBKEY"},
    +    {ERR_FUNC(ASN1_F_I2D_PRIVATEKEY), "i2d_PrivateKey"},
    +    {ERR_FUNC(ASN1_F_I2D_PUBLICKEY), "i2d_PublicKey"},
    +    {ERR_FUNC(ASN1_F_I2D_RSA_NET), "i2d_RSA_NET"},
    +    {ERR_FUNC(ASN1_F_I2D_RSA_PUBKEY), "i2d_RSA_PUBKEY"},
    +    {ERR_FUNC(ASN1_F_LONG_C2I), "LONG_C2I"},
    +    {ERR_FUNC(ASN1_F_OID_MODULE_INIT), "OID_MODULE_INIT"},
    +    {ERR_FUNC(ASN1_F_PARSE_TAGGING), "PARSE_TAGGING"},
    +    {ERR_FUNC(ASN1_F_PKCS5_PBE2_SET_IV), "PKCS5_pbe2_set_iv"},
    +    {ERR_FUNC(ASN1_F_PKCS5_PBE_SET), "PKCS5_pbe_set"},
    +    {ERR_FUNC(ASN1_F_PKCS5_PBE_SET0_ALGOR), "PKCS5_pbe_set0_algor"},
    +    {ERR_FUNC(ASN1_F_PKCS5_PBKDF2_SET), "PKCS5_pbkdf2_set"},
    +    {ERR_FUNC(ASN1_F_SMIME_READ_ASN1), "SMIME_read_ASN1"},
    +    {ERR_FUNC(ASN1_F_SMIME_TEXT), "SMIME_text"},
    +    {ERR_FUNC(ASN1_F_X509_CINF_NEW), "X509_CINF_NEW"},
    +    {ERR_FUNC(ASN1_F_X509_CRL_ADD0_REVOKED), "X509_CRL_add0_revoked"},
    +    {ERR_FUNC(ASN1_F_X509_INFO_NEW), "X509_INFO_new"},
    +    {ERR_FUNC(ASN1_F_X509_NAME_ENCODE), "X509_NAME_ENCODE"},
    +    {ERR_FUNC(ASN1_F_X509_NAME_EX_D2I), "X509_NAME_EX_D2I"},
    +    {ERR_FUNC(ASN1_F_X509_NAME_EX_NEW), "X509_NAME_EX_NEW"},
    +    {ERR_FUNC(ASN1_F_X509_NEW), "X509_NEW"},
    +    {ERR_FUNC(ASN1_F_X509_PKEY_NEW), "X509_PKEY_new"},
    +    {0, NULL}
    +};
     
    -static ERR_STRING_DATA ASN1_str_reasons[]=
    -	{
    -{ERR_REASON(ASN1_R_ADDING_OBJECT)        ,"adding object"},
    -{ERR_REASON(ASN1_R_ASN1_PARSE_ERROR)     ,"asn1 parse error"},
    -{ERR_REASON(ASN1_R_ASN1_SIG_PARSE_ERROR) ,"asn1 sig parse error"},
    -{ERR_REASON(ASN1_R_AUX_ERROR)            ,"aux error"},
    -{ERR_REASON(ASN1_R_BAD_CLASS)            ,"bad class"},
    -{ERR_REASON(ASN1_R_BAD_OBJECT_HEADER)    ,"bad object header"},
    -{ERR_REASON(ASN1_R_BAD_PASSWORD_READ)    ,"bad password read"},
    -{ERR_REASON(ASN1_R_BAD_TAG)              ,"bad tag"},
    -{ERR_REASON(ASN1_R_BMPSTRING_IS_WRONG_LENGTH),"bmpstring is wrong length"},
    -{ERR_REASON(ASN1_R_BN_LIB)               ,"bn lib"},
    -{ERR_REASON(ASN1_R_BOOLEAN_IS_WRONG_LENGTH),"boolean is wrong length"},
    -{ERR_REASON(ASN1_R_BUFFER_TOO_SMALL)     ,"buffer too small"},
    -{ERR_REASON(ASN1_R_CIPHER_HAS_NO_OBJECT_IDENTIFIER),"cipher has no object identifier"},
    -{ERR_REASON(ASN1_R_CONTEXT_NOT_INITIALISED),"context not initialised"},
    -{ERR_REASON(ASN1_R_DATA_IS_WRONG)        ,"data is wrong"},
    -{ERR_REASON(ASN1_R_DECODE_ERROR)         ,"decode error"},
    -{ERR_REASON(ASN1_R_DECODING_ERROR)       ,"decoding error"},
    -{ERR_REASON(ASN1_R_DEPTH_EXCEEDED)       ,"depth exceeded"},
    -{ERR_REASON(ASN1_R_DIGEST_AND_KEY_TYPE_NOT_SUPPORTED),"digest and key type not supported"},
    -{ERR_REASON(ASN1_R_ENCODE_ERROR)         ,"encode error"},
    -{ERR_REASON(ASN1_R_ERROR_GETTING_TIME)   ,"error getting time"},
    -{ERR_REASON(ASN1_R_ERROR_LOADING_SECTION),"error loading section"},
    -{ERR_REASON(ASN1_R_ERROR_PARSING_SET_ELEMENT),"error parsing set element"},
    -{ERR_REASON(ASN1_R_ERROR_SETTING_CIPHER_PARAMS),"error setting cipher params"},
    -{ERR_REASON(ASN1_R_EXPECTING_AN_INTEGER) ,"expecting an integer"},
    -{ERR_REASON(ASN1_R_EXPECTING_AN_OBJECT)  ,"expecting an object"},
    -{ERR_REASON(ASN1_R_EXPECTING_A_BOOLEAN)  ,"expecting a boolean"},
    -{ERR_REASON(ASN1_R_EXPECTING_A_TIME)     ,"expecting a time"},
    -{ERR_REASON(ASN1_R_EXPLICIT_LENGTH_MISMATCH),"explicit length mismatch"},
    -{ERR_REASON(ASN1_R_EXPLICIT_TAG_NOT_CONSTRUCTED),"explicit tag not constructed"},
    -{ERR_REASON(ASN1_R_FIELD_MISSING)        ,"field missing"},
    -{ERR_REASON(ASN1_R_FIRST_NUM_TOO_LARGE)  ,"first num too large"},
    -{ERR_REASON(ASN1_R_HEADER_TOO_LONG)      ,"header too long"},
    -{ERR_REASON(ASN1_R_ILLEGAL_BITSTRING_FORMAT),"illegal bitstring format"},
    -{ERR_REASON(ASN1_R_ILLEGAL_BOOLEAN)      ,"illegal boolean"},
    -{ERR_REASON(ASN1_R_ILLEGAL_CHARACTERS)   ,"illegal characters"},
    -{ERR_REASON(ASN1_R_ILLEGAL_FORMAT)       ,"illegal format"},
    -{ERR_REASON(ASN1_R_ILLEGAL_HEX)          ,"illegal hex"},
    -{ERR_REASON(ASN1_R_ILLEGAL_IMPLICIT_TAG) ,"illegal implicit tag"},
    -{ERR_REASON(ASN1_R_ILLEGAL_INTEGER)      ,"illegal integer"},
    -{ERR_REASON(ASN1_R_ILLEGAL_NESTED_TAGGING),"illegal nested tagging"},
    -{ERR_REASON(ASN1_R_ILLEGAL_NULL)         ,"illegal null"},
    -{ERR_REASON(ASN1_R_ILLEGAL_NULL_VALUE)   ,"illegal null value"},
    -{ERR_REASON(ASN1_R_ILLEGAL_OBJECT)       ,"illegal object"},
    -{ERR_REASON(ASN1_R_ILLEGAL_OPTIONAL_ANY) ,"illegal optional any"},
    -{ERR_REASON(ASN1_R_ILLEGAL_OPTIONS_ON_ITEM_TEMPLATE),"illegal options on item template"},
    -{ERR_REASON(ASN1_R_ILLEGAL_TAGGED_ANY)   ,"illegal tagged any"},
    -{ERR_REASON(ASN1_R_ILLEGAL_TIME_VALUE)   ,"illegal time value"},
    -{ERR_REASON(ASN1_R_INTEGER_NOT_ASCII_FORMAT),"integer not ascii format"},
    -{ERR_REASON(ASN1_R_INTEGER_TOO_LARGE_FOR_LONG),"integer too large for long"},
    -{ERR_REASON(ASN1_R_INVALID_BMPSTRING_LENGTH),"invalid bmpstring length"},
    -{ERR_REASON(ASN1_R_INVALID_DIGIT)        ,"invalid digit"},
    -{ERR_REASON(ASN1_R_INVALID_MIME_TYPE)    ,"invalid mime type"},
    -{ERR_REASON(ASN1_R_INVALID_MODIFIER)     ,"invalid modifier"},
    -{ERR_REASON(ASN1_R_INVALID_NUMBER)       ,"invalid number"},
    -{ERR_REASON(ASN1_R_INVALID_OBJECT_ENCODING),"invalid object encoding"},
    -{ERR_REASON(ASN1_R_INVALID_SEPARATOR)    ,"invalid separator"},
    -{ERR_REASON(ASN1_R_INVALID_TIME_FORMAT)  ,"invalid time format"},
    -{ERR_REASON(ASN1_R_INVALID_UNIVERSALSTRING_LENGTH),"invalid universalstring length"},
    -{ERR_REASON(ASN1_R_INVALID_UTF8STRING)   ,"invalid utf8string"},
    -{ERR_REASON(ASN1_R_IV_TOO_LARGE)         ,"iv too large"},
    -{ERR_REASON(ASN1_R_LENGTH_ERROR)         ,"length error"},
    -{ERR_REASON(ASN1_R_LIST_ERROR)           ,"list error"},
    -{ERR_REASON(ASN1_R_MIME_NO_CONTENT_TYPE) ,"mime no content type"},
    -{ERR_REASON(ASN1_R_MIME_PARSE_ERROR)     ,"mime parse error"},
    -{ERR_REASON(ASN1_R_MIME_SIG_PARSE_ERROR) ,"mime sig parse error"},
    -{ERR_REASON(ASN1_R_MISSING_EOC)          ,"missing eoc"},
    -{ERR_REASON(ASN1_R_MISSING_SECOND_NUMBER),"missing second number"},
    -{ERR_REASON(ASN1_R_MISSING_VALUE)        ,"missing value"},
    -{ERR_REASON(ASN1_R_MSTRING_NOT_UNIVERSAL),"mstring not universal"},
    -{ERR_REASON(ASN1_R_MSTRING_WRONG_TAG)    ,"mstring wrong tag"},
    -{ERR_REASON(ASN1_R_NESTED_ASN1_STRING)   ,"nested asn1 string"},
    -{ERR_REASON(ASN1_R_NON_HEX_CHARACTERS)   ,"non hex characters"},
    -{ERR_REASON(ASN1_R_NOT_ASCII_FORMAT)     ,"not ascii format"},
    -{ERR_REASON(ASN1_R_NOT_ENOUGH_DATA)      ,"not enough data"},
    -{ERR_REASON(ASN1_R_NO_CONTENT_TYPE)      ,"no content type"},
    -{ERR_REASON(ASN1_R_NO_DEFAULT_DIGEST)    ,"no default digest"},
    -{ERR_REASON(ASN1_R_NO_MATCHING_CHOICE_TYPE),"no matching choice type"},
    -{ERR_REASON(ASN1_R_NO_MULTIPART_BODY_FAILURE),"no multipart body failure"},
    -{ERR_REASON(ASN1_R_NO_MULTIPART_BOUNDARY),"no multipart boundary"},
    -{ERR_REASON(ASN1_R_NO_SIG_CONTENT_TYPE)  ,"no sig content type"},
    -{ERR_REASON(ASN1_R_NULL_IS_WRONG_LENGTH) ,"null is wrong length"},
    -{ERR_REASON(ASN1_R_OBJECT_NOT_ASCII_FORMAT),"object not ascii format"},
    -{ERR_REASON(ASN1_R_ODD_NUMBER_OF_CHARS)  ,"odd number of chars"},
    -{ERR_REASON(ASN1_R_PRIVATE_KEY_HEADER_MISSING),"private key header missing"},
    -{ERR_REASON(ASN1_R_SECOND_NUMBER_TOO_LARGE),"second number too large"},
    -{ERR_REASON(ASN1_R_SEQUENCE_LENGTH_MISMATCH),"sequence length mismatch"},
    -{ERR_REASON(ASN1_R_SEQUENCE_NOT_CONSTRUCTED),"sequence not constructed"},
    -{ERR_REASON(ASN1_R_SEQUENCE_OR_SET_NEEDS_CONFIG),"sequence or set needs config"},
    -{ERR_REASON(ASN1_R_SHORT_LINE)           ,"short line"},
    -{ERR_REASON(ASN1_R_SIG_INVALID_MIME_TYPE),"sig invalid mime type"},
    -{ERR_REASON(ASN1_R_STREAMING_NOT_SUPPORTED),"streaming not supported"},
    -{ERR_REASON(ASN1_R_STRING_TOO_LONG)      ,"string too long"},
    -{ERR_REASON(ASN1_R_STRING_TOO_SHORT)     ,"string too short"},
    -{ERR_REASON(ASN1_R_TAG_VALUE_TOO_HIGH)   ,"tag value too high"},
    -{ERR_REASON(ASN1_R_THE_ASN1_OBJECT_IDENTIFIER_IS_NOT_KNOWN_FOR_THIS_MD),"the asn1 object identifier is not known for this md"},
    -{ERR_REASON(ASN1_R_TIME_NOT_ASCII_FORMAT),"time not ascii format"},
    -{ERR_REASON(ASN1_R_TOO_LONG)             ,"too long"},
    -{ERR_REASON(ASN1_R_TYPE_NOT_CONSTRUCTED) ,"type not constructed"},
    -{ERR_REASON(ASN1_R_UNABLE_TO_DECODE_RSA_KEY),"unable to decode rsa key"},
    -{ERR_REASON(ASN1_R_UNABLE_TO_DECODE_RSA_PRIVATE_KEY),"unable to decode rsa private key"},
    -{ERR_REASON(ASN1_R_UNEXPECTED_EOC)       ,"unexpected eoc"},
    -{ERR_REASON(ASN1_R_UNIVERSALSTRING_IS_WRONG_LENGTH),"universalstring is wrong length"},
    -{ERR_REASON(ASN1_R_UNKNOWN_FORMAT)       ,"unknown format"},
    -{ERR_REASON(ASN1_R_UNKNOWN_MESSAGE_DIGEST_ALGORITHM),"unknown message digest algorithm"},
    -{ERR_REASON(ASN1_R_UNKNOWN_OBJECT_TYPE)  ,"unknown object type"},
    -{ERR_REASON(ASN1_R_UNKNOWN_PUBLIC_KEY_TYPE),"unknown public key type"},
    -{ERR_REASON(ASN1_R_UNKNOWN_SIGNATURE_ALGORITHM),"unknown signature algorithm"},
    -{ERR_REASON(ASN1_R_UNKNOWN_TAG)          ,"unknown tag"},
    -{ERR_REASON(ASN1_R_UNKOWN_FORMAT)        ,"unknown format"},
    -{ERR_REASON(ASN1_R_UNSUPPORTED_ANY_DEFINED_BY_TYPE),"unsupported any defined by type"},
    -{ERR_REASON(ASN1_R_UNSUPPORTED_CIPHER)   ,"unsupported cipher"},
    -{ERR_REASON(ASN1_R_UNSUPPORTED_ENCRYPTION_ALGORITHM),"unsupported encryption algorithm"},
    -{ERR_REASON(ASN1_R_UNSUPPORTED_PUBLIC_KEY_TYPE),"unsupported public key type"},
    -{ERR_REASON(ASN1_R_UNSUPPORTED_TYPE)     ,"unsupported type"},
    -{ERR_REASON(ASN1_R_WRONG_PUBLIC_KEY_TYPE),"wrong public key type"},
    -{ERR_REASON(ASN1_R_WRONG_TAG)            ,"wrong tag"},
    -{ERR_REASON(ASN1_R_WRONG_TYPE)           ,"wrong type"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA ASN1_str_reasons[] = {
    +    {ERR_REASON(ASN1_R_ADDING_OBJECT), "adding object"},
    +    {ERR_REASON(ASN1_R_ASN1_PARSE_ERROR), "asn1 parse error"},
    +    {ERR_REASON(ASN1_R_ASN1_SIG_PARSE_ERROR), "asn1 sig parse error"},
    +    {ERR_REASON(ASN1_R_AUX_ERROR), "aux error"},
    +    {ERR_REASON(ASN1_R_BAD_CLASS), "bad class"},
    +    {ERR_REASON(ASN1_R_BAD_OBJECT_HEADER), "bad object header"},
    +    {ERR_REASON(ASN1_R_BAD_PASSWORD_READ), "bad password read"},
    +    {ERR_REASON(ASN1_R_BAD_TAG), "bad tag"},
    +    {ERR_REASON(ASN1_R_BMPSTRING_IS_WRONG_LENGTH),
    +     "bmpstring is wrong length"},
    +    {ERR_REASON(ASN1_R_BN_LIB), "bn lib"},
    +    {ERR_REASON(ASN1_R_BOOLEAN_IS_WRONG_LENGTH), "boolean is wrong length"},
    +    {ERR_REASON(ASN1_R_BUFFER_TOO_SMALL), "buffer too small"},
    +    {ERR_REASON(ASN1_R_CIPHER_HAS_NO_OBJECT_IDENTIFIER),
    +     "cipher has no object identifier"},
    +    {ERR_REASON(ASN1_R_CONTEXT_NOT_INITIALISED), "context not initialised"},
    +    {ERR_REASON(ASN1_R_DATA_IS_WRONG), "data is wrong"},
    +    {ERR_REASON(ASN1_R_DECODE_ERROR), "decode error"},
    +    {ERR_REASON(ASN1_R_DECODING_ERROR), "decoding error"},
    +    {ERR_REASON(ASN1_R_DEPTH_EXCEEDED), "depth exceeded"},
    +    {ERR_REASON(ASN1_R_DIGEST_AND_KEY_TYPE_NOT_SUPPORTED),
    +     "digest and key type not supported"},
    +    {ERR_REASON(ASN1_R_ENCODE_ERROR), "encode error"},
    +    {ERR_REASON(ASN1_R_ERROR_GETTING_TIME), "error getting time"},
    +    {ERR_REASON(ASN1_R_ERROR_LOADING_SECTION), "error loading section"},
    +    {ERR_REASON(ASN1_R_ERROR_PARSING_SET_ELEMENT),
    +     "error parsing set element"},
    +    {ERR_REASON(ASN1_R_ERROR_SETTING_CIPHER_PARAMS),
    +     "error setting cipher params"},
    +    {ERR_REASON(ASN1_R_EXPECTING_AN_INTEGER), "expecting an integer"},
    +    {ERR_REASON(ASN1_R_EXPECTING_AN_OBJECT), "expecting an object"},
    +    {ERR_REASON(ASN1_R_EXPECTING_A_BOOLEAN), "expecting a boolean"},
    +    {ERR_REASON(ASN1_R_EXPECTING_A_TIME), "expecting a time"},
    +    {ERR_REASON(ASN1_R_EXPLICIT_LENGTH_MISMATCH), "explicit length mismatch"},
    +    {ERR_REASON(ASN1_R_EXPLICIT_TAG_NOT_CONSTRUCTED),
    +     "explicit tag not constructed"},
    +    {ERR_REASON(ASN1_R_FIELD_MISSING), "field missing"},
    +    {ERR_REASON(ASN1_R_FIRST_NUM_TOO_LARGE), "first num too large"},
    +    {ERR_REASON(ASN1_R_HEADER_TOO_LONG), "header too long"},
    +    {ERR_REASON(ASN1_R_ILLEGAL_BITSTRING_FORMAT), "illegal bitstring format"},
    +    {ERR_REASON(ASN1_R_ILLEGAL_BOOLEAN), "illegal boolean"},
    +    {ERR_REASON(ASN1_R_ILLEGAL_CHARACTERS), "illegal characters"},
    +    {ERR_REASON(ASN1_R_ILLEGAL_FORMAT), "illegal format"},
    +    {ERR_REASON(ASN1_R_ILLEGAL_HEX), "illegal hex"},
    +    {ERR_REASON(ASN1_R_ILLEGAL_IMPLICIT_TAG), "illegal implicit tag"},
    +    {ERR_REASON(ASN1_R_ILLEGAL_INTEGER), "illegal integer"},
    +    {ERR_REASON(ASN1_R_ILLEGAL_NESTED_TAGGING), "illegal nested tagging"},
    +    {ERR_REASON(ASN1_R_ILLEGAL_NULL), "illegal null"},
    +    {ERR_REASON(ASN1_R_ILLEGAL_NULL_VALUE), "illegal null value"},
    +    {ERR_REASON(ASN1_R_ILLEGAL_OBJECT), "illegal object"},
    +    {ERR_REASON(ASN1_R_ILLEGAL_OPTIONAL_ANY), "illegal optional any"},
    +    {ERR_REASON(ASN1_R_ILLEGAL_OPTIONS_ON_ITEM_TEMPLATE),
    +     "illegal options on item template"},
    +    {ERR_REASON(ASN1_R_ILLEGAL_TAGGED_ANY), "illegal tagged any"},
    +    {ERR_REASON(ASN1_R_ILLEGAL_TIME_VALUE), "illegal time value"},
    +    {ERR_REASON(ASN1_R_INTEGER_NOT_ASCII_FORMAT), "integer not ascii format"},
    +    {ERR_REASON(ASN1_R_INTEGER_TOO_LARGE_FOR_LONG),
    +     "integer too large for long"},
    +    {ERR_REASON(ASN1_R_INVALID_BIT_STRING_BITS_LEFT),
    +     "invalid bit string bits left"},
    +    {ERR_REASON(ASN1_R_INVALID_BMPSTRING_LENGTH), "invalid bmpstring length"},
    +    {ERR_REASON(ASN1_R_INVALID_DIGIT), "invalid digit"},
    +    {ERR_REASON(ASN1_R_INVALID_MIME_TYPE), "invalid mime type"},
    +    {ERR_REASON(ASN1_R_INVALID_MODIFIER), "invalid modifier"},
    +    {ERR_REASON(ASN1_R_INVALID_NUMBER), "invalid number"},
    +    {ERR_REASON(ASN1_R_INVALID_OBJECT_ENCODING), "invalid object encoding"},
    +    {ERR_REASON(ASN1_R_INVALID_SEPARATOR), "invalid separator"},
    +    {ERR_REASON(ASN1_R_INVALID_TIME_FORMAT), "invalid time format"},
    +    {ERR_REASON(ASN1_R_INVALID_UNIVERSALSTRING_LENGTH),
    +     "invalid universalstring length"},
    +    {ERR_REASON(ASN1_R_INVALID_UTF8STRING), "invalid utf8string"},
    +    {ERR_REASON(ASN1_R_IV_TOO_LARGE), "iv too large"},
    +    {ERR_REASON(ASN1_R_LENGTH_ERROR), "length error"},
    +    {ERR_REASON(ASN1_R_LIST_ERROR), "list error"},
    +    {ERR_REASON(ASN1_R_MIME_NO_CONTENT_TYPE), "mime no content type"},
    +    {ERR_REASON(ASN1_R_MIME_PARSE_ERROR), "mime parse error"},
    +    {ERR_REASON(ASN1_R_MIME_SIG_PARSE_ERROR), "mime sig parse error"},
    +    {ERR_REASON(ASN1_R_MISSING_EOC), "missing eoc"},
    +    {ERR_REASON(ASN1_R_MISSING_SECOND_NUMBER), "missing second number"},
    +    {ERR_REASON(ASN1_R_MISSING_VALUE), "missing value"},
    +    {ERR_REASON(ASN1_R_MSTRING_NOT_UNIVERSAL), "mstring not universal"},
    +    {ERR_REASON(ASN1_R_MSTRING_WRONG_TAG), "mstring wrong tag"},
    +    {ERR_REASON(ASN1_R_NESTED_ASN1_STRING), "nested asn1 string"},
    +    {ERR_REASON(ASN1_R_NON_HEX_CHARACTERS), "non hex characters"},
    +    {ERR_REASON(ASN1_R_NOT_ASCII_FORMAT), "not ascii format"},
    +    {ERR_REASON(ASN1_R_NOT_ENOUGH_DATA), "not enough data"},
    +    {ERR_REASON(ASN1_R_NO_CONTENT_TYPE), "no content type"},
    +    {ERR_REASON(ASN1_R_NO_DEFAULT_DIGEST), "no default digest"},
    +    {ERR_REASON(ASN1_R_NO_MATCHING_CHOICE_TYPE), "no matching choice type"},
    +    {ERR_REASON(ASN1_R_NO_MULTIPART_BODY_FAILURE),
    +     "no multipart body failure"},
    +    {ERR_REASON(ASN1_R_NO_MULTIPART_BOUNDARY), "no multipart boundary"},
    +    {ERR_REASON(ASN1_R_NO_SIG_CONTENT_TYPE), "no sig content type"},
    +    {ERR_REASON(ASN1_R_NULL_IS_WRONG_LENGTH), "null is wrong length"},
    +    {ERR_REASON(ASN1_R_OBJECT_NOT_ASCII_FORMAT), "object not ascii format"},
    +    {ERR_REASON(ASN1_R_ODD_NUMBER_OF_CHARS), "odd number of chars"},
    +    {ERR_REASON(ASN1_R_PRIVATE_KEY_HEADER_MISSING),
    +     "private key header missing"},
    +    {ERR_REASON(ASN1_R_SECOND_NUMBER_TOO_LARGE), "second number too large"},
    +    {ERR_REASON(ASN1_R_SEQUENCE_LENGTH_MISMATCH), "sequence length mismatch"},
    +    {ERR_REASON(ASN1_R_SEQUENCE_NOT_CONSTRUCTED), "sequence not constructed"},
    +    {ERR_REASON(ASN1_R_SEQUENCE_OR_SET_NEEDS_CONFIG),
    +     "sequence or set needs config"},
    +    {ERR_REASON(ASN1_R_SHORT_LINE), "short line"},
    +    {ERR_REASON(ASN1_R_SIG_INVALID_MIME_TYPE), "sig invalid mime type"},
    +    {ERR_REASON(ASN1_R_STREAMING_NOT_SUPPORTED), "streaming not supported"},
    +    {ERR_REASON(ASN1_R_STRING_TOO_LONG), "string too long"},
    +    {ERR_REASON(ASN1_R_STRING_TOO_SHORT), "string too short"},
    +    {ERR_REASON(ASN1_R_TAG_VALUE_TOO_HIGH), "tag value too high"},
    +    {ERR_REASON(ASN1_R_THE_ASN1_OBJECT_IDENTIFIER_IS_NOT_KNOWN_FOR_THIS_MD),
    +     "the asn1 object identifier is not known for this md"},
    +    {ERR_REASON(ASN1_R_TIME_NOT_ASCII_FORMAT), "time not ascii format"},
    +    {ERR_REASON(ASN1_R_TOO_LONG), "too long"},
    +    {ERR_REASON(ASN1_R_TYPE_NOT_CONSTRUCTED), "type not constructed"},
    +    {ERR_REASON(ASN1_R_TYPE_NOT_PRIMITIVE), "type not primitive"},
    +    {ERR_REASON(ASN1_R_UNABLE_TO_DECODE_RSA_KEY), "unable to decode rsa key"},
    +    {ERR_REASON(ASN1_R_UNABLE_TO_DECODE_RSA_PRIVATE_KEY),
    +     "unable to decode rsa private key"},
    +    {ERR_REASON(ASN1_R_UNEXPECTED_EOC), "unexpected eoc"},
    +    {ERR_REASON(ASN1_R_UNIVERSALSTRING_IS_WRONG_LENGTH),
    +     "universalstring is wrong length"},
    +    {ERR_REASON(ASN1_R_UNKNOWN_FORMAT), "unknown format"},
    +    {ERR_REASON(ASN1_R_UNKNOWN_MESSAGE_DIGEST_ALGORITHM),
    +     "unknown message digest algorithm"},
    +    {ERR_REASON(ASN1_R_UNKNOWN_OBJECT_TYPE), "unknown object type"},
    +    {ERR_REASON(ASN1_R_UNKNOWN_PUBLIC_KEY_TYPE), "unknown public key type"},
    +    {ERR_REASON(ASN1_R_UNKNOWN_SIGNATURE_ALGORITHM),
    +     "unknown signature algorithm"},
    +    {ERR_REASON(ASN1_R_UNKNOWN_TAG), "unknown tag"},
    +    {ERR_REASON(ASN1_R_UNKOWN_FORMAT), "unknown format"},
    +    {ERR_REASON(ASN1_R_UNSUPPORTED_ANY_DEFINED_BY_TYPE),
    +     "unsupported any defined by type"},
    +    {ERR_REASON(ASN1_R_UNSUPPORTED_CIPHER), "unsupported cipher"},
    +    {ERR_REASON(ASN1_R_UNSUPPORTED_ENCRYPTION_ALGORITHM),
    +     "unsupported encryption algorithm"},
    +    {ERR_REASON(ASN1_R_UNSUPPORTED_PUBLIC_KEY_TYPE),
    +     "unsupported public key type"},
    +    {ERR_REASON(ASN1_R_UNSUPPORTED_TYPE), "unsupported type"},
    +    {ERR_REASON(ASN1_R_WRONG_PUBLIC_KEY_TYPE), "wrong public key type"},
    +    {ERR_REASON(ASN1_R_WRONG_TAG), "wrong tag"},
    +    {ERR_REASON(ASN1_R_WRONG_TYPE), "wrong type"},
    +    {0, NULL}
    +};
     
     #endif
     
     void ERR_load_ASN1_strings(void)
    -	{
    +{
     #ifndef OPENSSL_NO_ERR
     
    -	if (ERR_func_error_string(ASN1_str_functs[0].error) == NULL)
    -		{
    -		ERR_load_strings(0,ASN1_str_functs);
    -		ERR_load_strings(0,ASN1_str_reasons);
    -		}
    +    if (ERR_func_error_string(ASN1_str_functs[0].error) == NULL) {
    +        ERR_load_strings(0, ASN1_str_functs);
    +        ERR_load_strings(0, ASN1_str_reasons);
    +    }
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/asn1/asn1_gen.c b/openssl/crypto/asn1/asn1_gen.c
    index 4fc241908..132a9ef46 100644
    --- a/openssl/crypto/asn1/asn1_gen.c
    +++ b/openssl/crypto/asn1/asn1_gen.c
    @@ -1,6 +1,7 @@
     /* asn1_gen.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2002.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2002.
      */
     /* ====================================================================
      * Copyright (c) 2002 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -60,795 +61,742 @@
     #include 
     #include 
     
    -#define ASN1_GEN_FLAG		0x10000
    -#define ASN1_GEN_FLAG_IMP	(ASN1_GEN_FLAG|1)
    -#define ASN1_GEN_FLAG_EXP	(ASN1_GEN_FLAG|2)
    -#define ASN1_GEN_FLAG_TAG	(ASN1_GEN_FLAG|3)
    -#define ASN1_GEN_FLAG_BITWRAP	(ASN1_GEN_FLAG|4)
    -#define ASN1_GEN_FLAG_OCTWRAP	(ASN1_GEN_FLAG|5)
    -#define ASN1_GEN_FLAG_SEQWRAP	(ASN1_GEN_FLAG|6)
    -#define ASN1_GEN_FLAG_SETWRAP	(ASN1_GEN_FLAG|7)
    -#define ASN1_GEN_FLAG_FORMAT	(ASN1_GEN_FLAG|8)
    +#define ASN1_GEN_FLAG           0x10000
    +#define ASN1_GEN_FLAG_IMP       (ASN1_GEN_FLAG|1)
    +#define ASN1_GEN_FLAG_EXP       (ASN1_GEN_FLAG|2)
    +#define ASN1_GEN_FLAG_TAG       (ASN1_GEN_FLAG|3)
    +#define ASN1_GEN_FLAG_BITWRAP   (ASN1_GEN_FLAG|4)
    +#define ASN1_GEN_FLAG_OCTWRAP   (ASN1_GEN_FLAG|5)
    +#define ASN1_GEN_FLAG_SEQWRAP   (ASN1_GEN_FLAG|6)
    +#define ASN1_GEN_FLAG_SETWRAP   (ASN1_GEN_FLAG|7)
    +#define ASN1_GEN_FLAG_FORMAT    (ASN1_GEN_FLAG|8)
     
    -#define ASN1_GEN_STR(str,val)	{str, sizeof(str) - 1, val}
    +#define ASN1_GEN_STR(str,val)   {str, sizeof(str) - 1, val}
     
    -#define ASN1_FLAG_EXP_MAX	20
    +#define ASN1_FLAG_EXP_MAX       20
     
     /* Input formats */
     
     /* ASCII: default */
    -#define ASN1_GEN_FORMAT_ASCII	1
    +#define ASN1_GEN_FORMAT_ASCII   1
     /* UTF8 */
    -#define ASN1_GEN_FORMAT_UTF8	2
    +#define ASN1_GEN_FORMAT_UTF8    2
     /* Hex */
    -#define ASN1_GEN_FORMAT_HEX	3
    +#define ASN1_GEN_FORMAT_HEX     3
     /* List of bits */
    -#define ASN1_GEN_FORMAT_BITLIST	4
    -
    -
    -struct tag_name_st
    -	{
    -	const char *strnam;
    -	int len;
    -	int tag;
    -	};
    -
    -typedef struct
    -	{
    -	int exp_tag;
    -	int exp_class;
    -	int exp_constructed;
    -	int exp_pad;
    -	long exp_len;
    -	} tag_exp_type;
    -
    -typedef struct
    -	{
    -	int imp_tag;
    -	int imp_class;
    -	int utype;
    -	int format;
    -	const char *str;
    -	tag_exp_type exp_list[ASN1_FLAG_EXP_MAX];
    -	int exp_count;
    -	} tag_exp_arg;
    +#define ASN1_GEN_FORMAT_BITLIST 4
    +
    +struct tag_name_st {
    +    const char *strnam;
    +    int len;
    +    int tag;
    +};
    +
    +typedef struct {
    +    int exp_tag;
    +    int exp_class;
    +    int exp_constructed;
    +    int exp_pad;
    +    long exp_len;
    +} tag_exp_type;
    +
    +typedef struct {
    +    int imp_tag;
    +    int imp_class;
    +    int utype;
    +    int format;
    +    const char *str;
    +    tag_exp_type exp_list[ASN1_FLAG_EXP_MAX];
    +    int exp_count;
    +} tag_exp_arg;
     
     static int bitstr_cb(const char *elem, int len, void *bitstr);
     static int asn1_cb(const char *elem, int len, void *bitstr);
    -static int append_exp(tag_exp_arg *arg, int exp_tag, int exp_class, int exp_constructed, int exp_pad, int imp_ok);
    -static int parse_tagging(const char *vstart, int vlen, int *ptag, int *pclass);
    +static int append_exp(tag_exp_arg *arg, int exp_tag, int exp_class,
    +                      int exp_constructed, int exp_pad, int imp_ok);
    +static int parse_tagging(const char *vstart, int vlen, int *ptag,
    +                         int *pclass);
     static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf);
     static ASN1_TYPE *asn1_str2type(const char *str, int format, int utype);
     static int asn1_str2tag(const char *tagstr, int len);
     
     ASN1_TYPE *ASN1_generate_nconf(char *str, CONF *nconf)
    -	{
    -	X509V3_CTX cnf;
    +{
    +    X509V3_CTX cnf;
     
    -	if (!nconf)
    -		return ASN1_generate_v3(str, NULL);
    +    if (!nconf)
    +        return ASN1_generate_v3(str, NULL);
     
    -	X509V3_set_nconf(&cnf, nconf);
    -	return ASN1_generate_v3(str, &cnf);
    -	}
    +    X509V3_set_nconf(&cnf, nconf);
    +    return ASN1_generate_v3(str, &cnf);
    +}
     
     ASN1_TYPE *ASN1_generate_v3(char *str, X509V3_CTX *cnf)
    -	{
    -	ASN1_TYPE *ret;
    -	tag_exp_arg asn1_tags;
    -	tag_exp_type *etmp;
    -
    -	int i, len;
    -
    -	unsigned char *orig_der = NULL, *new_der = NULL;
    -	const unsigned char *cpy_start;
    -	unsigned char *p;
    -	const unsigned char *cp;
    -	int cpy_len;
    -	long hdr_len;
    -	int hdr_constructed = 0, hdr_tag, hdr_class;
    -	int r;
    -
    -	asn1_tags.imp_tag = -1;
    -	asn1_tags.imp_class = -1;
    -	asn1_tags.format = ASN1_GEN_FORMAT_ASCII;
    -	asn1_tags.exp_count = 0;
    -	if (CONF_parse_list(str, ',', 1, asn1_cb, &asn1_tags) != 0)
    -		return NULL;
    -
    -	if ((asn1_tags.utype == V_ASN1_SEQUENCE) || (asn1_tags.utype == V_ASN1_SET))
    -		{
    -		if (!cnf)
    -			{
    -			ASN1err(ASN1_F_ASN1_GENERATE_V3, ASN1_R_SEQUENCE_OR_SET_NEEDS_CONFIG);
    -			return NULL;
    -			}
    -		ret = asn1_multi(asn1_tags.utype, asn1_tags.str, cnf);
    -		}
    -	else
    -		ret = asn1_str2type(asn1_tags.str, asn1_tags.format, asn1_tags.utype);
    -
    -	if (!ret)
    -		return NULL;
    -
    -	/* If no tagging return base type */
    -	if ((asn1_tags.imp_tag == -1) && (asn1_tags.exp_count == 0))
    -		return ret;
    -
    -	/* Generate the encoding */
    -	cpy_len = i2d_ASN1_TYPE(ret, &orig_der);
    -	ASN1_TYPE_free(ret);
    -	ret = NULL;
    -	/* Set point to start copying for modified encoding */
    -	cpy_start = orig_der;
    -
    -	/* Do we need IMPLICIT tagging? */
    -	if (asn1_tags.imp_tag != -1)
    -		{
    -		/* If IMPLICIT we will replace the underlying tag */
    -		/* Skip existing tag+len */
    -		r = ASN1_get_object(&cpy_start, &hdr_len, &hdr_tag, &hdr_class, cpy_len);
    -		if (r & 0x80)
    -			goto err;
    -		/* Update copy length */
    -		cpy_len -= cpy_start - orig_der;
    -		/* For IMPLICIT tagging the length should match the
    -		 * original length and constructed flag should be
    -		 * consistent.
    -		 */
    -		if (r & 0x1)
    -			{
    -			/* Indefinite length constructed */
    -			hdr_constructed = 2;
    -			hdr_len = 0;
    -			}
    -		else
    -			/* Just retain constructed flag */
    -			hdr_constructed = r & V_ASN1_CONSTRUCTED;
    -		/* Work out new length with IMPLICIT tag: ignore constructed
    -		 * because it will mess up if indefinite length
    -		 */
    -		len = ASN1_object_size(0, hdr_len, asn1_tags.imp_tag);
    -		}
    -	else
    -		len = cpy_len;
    -
    -	/* Work out length in any EXPLICIT, starting from end */
    -
    -	for(i = 0, etmp = asn1_tags.exp_list + asn1_tags.exp_count - 1; i < asn1_tags.exp_count; i++, etmp--)
    -		{
    -		/* Content length: number of content octets + any padding */
    -		len += etmp->exp_pad;
    -		etmp->exp_len = len;
    -		/* Total object length: length including new header */
    -		len = ASN1_object_size(0, len, etmp->exp_tag);
    -		}
    -
    -	/* Allocate buffer for new encoding */
    -
    -	new_der = OPENSSL_malloc(len);
    -	if (!new_der)
    -		goto err;
    -
    -	/* Generate tagged encoding */
    -
    -	p = new_der;
    -
    -	/* Output explicit tags first */
    -
    -	for (i = 0, etmp = asn1_tags.exp_list; i < asn1_tags.exp_count; i++, etmp++)
    -		{
    -		ASN1_put_object(&p, etmp->exp_constructed, etmp->exp_len,
    -					etmp->exp_tag, etmp->exp_class);
    -		if (etmp->exp_pad)
    -			*p++ = 0;
    -		}
    -
    -	/* If IMPLICIT, output tag */
    -
    -	if (asn1_tags.imp_tag != -1)
    -		{
    -		if (asn1_tags.imp_class == V_ASN1_UNIVERSAL 
    -		    && (asn1_tags.imp_tag == V_ASN1_SEQUENCE
    -		     || asn1_tags.imp_tag == V_ASN1_SET) )
    -			hdr_constructed = V_ASN1_CONSTRUCTED;
    -		ASN1_put_object(&p, hdr_constructed, hdr_len,
    -					asn1_tags.imp_tag, asn1_tags.imp_class);
    -		}
    -
    -	/* Copy across original encoding */
    -	memcpy(p, cpy_start, cpy_len);
    -
    -	cp = new_der;
    -
    -	/* Obtain new ASN1_TYPE structure */
    -	ret = d2i_ASN1_TYPE(NULL, &cp, len);
    -
    -	err:
    -	if (orig_der)
    -		OPENSSL_free(orig_der);
    -	if (new_der)
    -		OPENSSL_free(new_der);
    -
    -	return ret;
    -
    -	}
    +{
    +    ASN1_TYPE *ret;
    +    tag_exp_arg asn1_tags;
    +    tag_exp_type *etmp;
    +
    +    int i, len;
    +
    +    unsigned char *orig_der = NULL, *new_der = NULL;
    +    const unsigned char *cpy_start;
    +    unsigned char *p;
    +    const unsigned char *cp;
    +    int cpy_len;
    +    long hdr_len;
    +    int hdr_constructed = 0, hdr_tag, hdr_class;
    +    int r;
    +
    +    asn1_tags.imp_tag = -1;
    +    asn1_tags.imp_class = -1;
    +    asn1_tags.format = ASN1_GEN_FORMAT_ASCII;
    +    asn1_tags.exp_count = 0;
    +    if (CONF_parse_list(str, ',', 1, asn1_cb, &asn1_tags) != 0)
    +        return NULL;
    +
    +    if ((asn1_tags.utype == V_ASN1_SEQUENCE)
    +        || (asn1_tags.utype == V_ASN1_SET)) {
    +        if (!cnf) {
    +            ASN1err(ASN1_F_ASN1_GENERATE_V3,
    +                    ASN1_R_SEQUENCE_OR_SET_NEEDS_CONFIG);
    +            return NULL;
    +        }
    +        ret = asn1_multi(asn1_tags.utype, asn1_tags.str, cnf);
    +    } else
    +        ret = asn1_str2type(asn1_tags.str, asn1_tags.format, asn1_tags.utype);
    +
    +    if (!ret)
    +        return NULL;
    +
    +    /* If no tagging return base type */
    +    if ((asn1_tags.imp_tag == -1) && (asn1_tags.exp_count == 0))
    +        return ret;
    +
    +    /* Generate the encoding */
    +    cpy_len = i2d_ASN1_TYPE(ret, &orig_der);
    +    ASN1_TYPE_free(ret);
    +    ret = NULL;
    +    /* Set point to start copying for modified encoding */
    +    cpy_start = orig_der;
    +
    +    /* Do we need IMPLICIT tagging? */
    +    if (asn1_tags.imp_tag != -1) {
    +        /* If IMPLICIT we will replace the underlying tag */
    +        /* Skip existing tag+len */
    +        r = ASN1_get_object(&cpy_start, &hdr_len, &hdr_tag, &hdr_class,
    +                            cpy_len);
    +        if (r & 0x80)
    +            goto err;
    +        /* Update copy length */
    +        cpy_len -= cpy_start - orig_der;
    +        /*
    +         * For IMPLICIT tagging the length should match the original length
    +         * and constructed flag should be consistent.
    +         */
    +        if (r & 0x1) {
    +            /* Indefinite length constructed */
    +            hdr_constructed = 2;
    +            hdr_len = 0;
    +        } else
    +            /* Just retain constructed flag */
    +            hdr_constructed = r & V_ASN1_CONSTRUCTED;
    +        /*
    +         * Work out new length with IMPLICIT tag: ignore constructed because
    +         * it will mess up if indefinite length
    +         */
    +        len = ASN1_object_size(0, hdr_len, asn1_tags.imp_tag);
    +    } else
    +        len = cpy_len;
    +
    +    /* Work out length in any EXPLICIT, starting from end */
    +
    +    for (i = 0, etmp = asn1_tags.exp_list + asn1_tags.exp_count - 1;
    +         i < asn1_tags.exp_count; i++, etmp--) {
    +        /* Content length: number of content octets + any padding */
    +        len += etmp->exp_pad;
    +        etmp->exp_len = len;
    +        /* Total object length: length including new header */
    +        len = ASN1_object_size(0, len, etmp->exp_tag);
    +    }
    +
    +    /* Allocate buffer for new encoding */
    +
    +    new_der = OPENSSL_malloc(len);
    +    if (!new_der)
    +        goto err;
    +
    +    /* Generate tagged encoding */
    +
    +    p = new_der;
    +
    +    /* Output explicit tags first */
    +
    +    for (i = 0, etmp = asn1_tags.exp_list; i < asn1_tags.exp_count;
    +         i++, etmp++) {
    +        ASN1_put_object(&p, etmp->exp_constructed, etmp->exp_len,
    +                        etmp->exp_tag, etmp->exp_class);
    +        if (etmp->exp_pad)
    +            *p++ = 0;
    +    }
    +
    +    /* If IMPLICIT, output tag */
    +
    +    if (asn1_tags.imp_tag != -1) {
    +        if (asn1_tags.imp_class == V_ASN1_UNIVERSAL
    +            && (asn1_tags.imp_tag == V_ASN1_SEQUENCE
    +                || asn1_tags.imp_tag == V_ASN1_SET))
    +            hdr_constructed = V_ASN1_CONSTRUCTED;
    +        ASN1_put_object(&p, hdr_constructed, hdr_len,
    +                        asn1_tags.imp_tag, asn1_tags.imp_class);
    +    }
    +
    +    /* Copy across original encoding */
    +    memcpy(p, cpy_start, cpy_len);
    +
    +    cp = new_der;
    +
    +    /* Obtain new ASN1_TYPE structure */
    +    ret = d2i_ASN1_TYPE(NULL, &cp, len);
    +
    + err:
    +    if (orig_der)
    +        OPENSSL_free(orig_der);
    +    if (new_der)
    +        OPENSSL_free(new_der);
    +
    +    return ret;
    +
    +}
     
     static int asn1_cb(const char *elem, int len, void *bitstr)
    -	{
    -	tag_exp_arg *arg = bitstr;
    -	int i;
    -	int utype;
    -	int vlen = 0;
    -	const char *p, *vstart = NULL;
    -
    -	int tmp_tag, tmp_class;
    -
    -	for(i = 0, p = elem; i < len; p++, i++)
    -		{
    -		/* Look for the ':' in name value pairs */
    -		if (*p == ':')
    -			{
    -			vstart = p + 1;
    -			vlen = len - (vstart - elem);
    -			len = p - elem;
    -			break;
    -			}
    -		}
    -
    -	utype = asn1_str2tag(elem, len);
    -
    -	if (utype == -1)
    -		{
    -		ASN1err(ASN1_F_ASN1_CB, ASN1_R_UNKNOWN_TAG);
    -		ERR_add_error_data(2, "tag=", elem);
    -		return -1;
    -		}
    -
    -	/* If this is not a modifier mark end of string and exit */
    -	if (!(utype & ASN1_GEN_FLAG))
    -		{
    -		arg->utype = utype;
    -		arg->str = vstart;
    -		/* If no value and not end of string, error */
    -		if (!vstart && elem[len])
    -			{
    -			ASN1err(ASN1_F_ASN1_CB, ASN1_R_MISSING_VALUE);
    -			return -1;
    -			}
    -		return 0;
    -		}
    -
    -	switch(utype)
    -		{
    -
    -		case ASN1_GEN_FLAG_IMP:
    -		/* Check for illegal multiple IMPLICIT tagging */
    -		if (arg->imp_tag != -1)
    -			{
    -			ASN1err(ASN1_F_ASN1_CB, ASN1_R_ILLEGAL_NESTED_TAGGING);
    -			return -1;
    -			}
    -		if (!parse_tagging(vstart, vlen, &arg->imp_tag, &arg->imp_class))
    -			return -1;
    -		break;
    -
    -		case ASN1_GEN_FLAG_EXP:
    -
    -		if (!parse_tagging(vstart, vlen, &tmp_tag, &tmp_class))
    -			return -1;
    -		if (!append_exp(arg, tmp_tag, tmp_class, 1, 0, 0))
    -			return -1;
    -		break;
    -
    -		case ASN1_GEN_FLAG_SEQWRAP:
    -		if (!append_exp(arg, V_ASN1_SEQUENCE, V_ASN1_UNIVERSAL, 1, 0, 1))
    -			return -1;
    -		break;
    -
    -		case ASN1_GEN_FLAG_SETWRAP:
    -		if (!append_exp(arg, V_ASN1_SET, V_ASN1_UNIVERSAL, 1, 0, 1))
    -			return -1;
    -		break;
    -
    -		case ASN1_GEN_FLAG_BITWRAP:
    -		if (!append_exp(arg, V_ASN1_BIT_STRING, V_ASN1_UNIVERSAL, 0, 1, 1))
    -			return -1;
    -		break;
    -
    -		case ASN1_GEN_FLAG_OCTWRAP:
    -		if (!append_exp(arg, V_ASN1_OCTET_STRING, V_ASN1_UNIVERSAL, 0, 0, 1))
    -			return -1;
    -		break;
    -
    -		case ASN1_GEN_FLAG_FORMAT:
    -		if (!strncmp(vstart, "ASCII", 5))
    -			arg->format = ASN1_GEN_FORMAT_ASCII;
    -		else if (!strncmp(vstart, "UTF8", 4))
    -			arg->format = ASN1_GEN_FORMAT_UTF8;
    -		else if (!strncmp(vstart, "HEX", 3))
    -			arg->format = ASN1_GEN_FORMAT_HEX;
    -		else if (!strncmp(vstart, "BITLIST", 3))
    -			arg->format = ASN1_GEN_FORMAT_BITLIST;
    -		else
    -			{
    -			ASN1err(ASN1_F_ASN1_CB, ASN1_R_UNKOWN_FORMAT);
    -			return -1;
    -			}
    -		break;
    -
    -		}
    -
    -	return 1;
    -
    -	}
    +{
    +    tag_exp_arg *arg = bitstr;
    +    int i;
    +    int utype;
    +    int vlen = 0;
    +    const char *p, *vstart = NULL;
    +
    +    int tmp_tag, tmp_class;
    +
    +    for (i = 0, p = elem; i < len; p++, i++) {
    +        /* Look for the ':' in name value pairs */
    +        if (*p == ':') {
    +            vstart = p + 1;
    +            vlen = len - (vstart - elem);
    +            len = p - elem;
    +            break;
    +        }
    +    }
    +
    +    utype = asn1_str2tag(elem, len);
    +
    +    if (utype == -1) {
    +        ASN1err(ASN1_F_ASN1_CB, ASN1_R_UNKNOWN_TAG);
    +        ERR_add_error_data(2, "tag=", elem);
    +        return -1;
    +    }
    +
    +    /* If this is not a modifier mark end of string and exit */
    +    if (!(utype & ASN1_GEN_FLAG)) {
    +        arg->utype = utype;
    +        arg->str = vstart;
    +        /* If no value and not end of string, error */
    +        if (!vstart && elem[len]) {
    +            ASN1err(ASN1_F_ASN1_CB, ASN1_R_MISSING_VALUE);
    +            return -1;
    +        }
    +        return 0;
    +    }
    +
    +    switch (utype) {
    +
    +    case ASN1_GEN_FLAG_IMP:
    +        /* Check for illegal multiple IMPLICIT tagging */
    +        if (arg->imp_tag != -1) {
    +            ASN1err(ASN1_F_ASN1_CB, ASN1_R_ILLEGAL_NESTED_TAGGING);
    +            return -1;
    +        }
    +        if (!parse_tagging(vstart, vlen, &arg->imp_tag, &arg->imp_class))
    +            return -1;
    +        break;
    +
    +    case ASN1_GEN_FLAG_EXP:
    +
    +        if (!parse_tagging(vstart, vlen, &tmp_tag, &tmp_class))
    +            return -1;
    +        if (!append_exp(arg, tmp_tag, tmp_class, 1, 0, 0))
    +            return -1;
    +        break;
    +
    +    case ASN1_GEN_FLAG_SEQWRAP:
    +        if (!append_exp(arg, V_ASN1_SEQUENCE, V_ASN1_UNIVERSAL, 1, 0, 1))
    +            return -1;
    +        break;
    +
    +    case ASN1_GEN_FLAG_SETWRAP:
    +        if (!append_exp(arg, V_ASN1_SET, V_ASN1_UNIVERSAL, 1, 0, 1))
    +            return -1;
    +        break;
    +
    +    case ASN1_GEN_FLAG_BITWRAP:
    +        if (!append_exp(arg, V_ASN1_BIT_STRING, V_ASN1_UNIVERSAL, 0, 1, 1))
    +            return -1;
    +        break;
    +
    +    case ASN1_GEN_FLAG_OCTWRAP:
    +        if (!append_exp(arg, V_ASN1_OCTET_STRING, V_ASN1_UNIVERSAL, 0, 0, 1))
    +            return -1;
    +        break;
    +
    +    case ASN1_GEN_FLAG_FORMAT:
    +        if (!strncmp(vstart, "ASCII", 5))
    +            arg->format = ASN1_GEN_FORMAT_ASCII;
    +        else if (!strncmp(vstart, "UTF8", 4))
    +            arg->format = ASN1_GEN_FORMAT_UTF8;
    +        else if (!strncmp(vstart, "HEX", 3))
    +            arg->format = ASN1_GEN_FORMAT_HEX;
    +        else if (!strncmp(vstart, "BITLIST", 3))
    +            arg->format = ASN1_GEN_FORMAT_BITLIST;
    +        else {
    +            ASN1err(ASN1_F_ASN1_CB, ASN1_R_UNKOWN_FORMAT);
    +            return -1;
    +        }
    +        break;
    +
    +    }
    +
    +    return 1;
    +
    +}
     
     static int parse_tagging(const char *vstart, int vlen, int *ptag, int *pclass)
    -	{
    -	char erch[2];
    -	long tag_num;
    -	char *eptr;
    -	if (!vstart)
    -		return 0;
    -	tag_num = strtoul(vstart, &eptr, 10);
    -	/* Check we haven't gone past max length: should be impossible */
    -	if (eptr && *eptr && (eptr > vstart + vlen))
    -		return 0;
    -	if (tag_num < 0)
    -		{
    -		ASN1err(ASN1_F_PARSE_TAGGING, ASN1_R_INVALID_NUMBER);
    -		return 0;
    -		}
    -	*ptag = tag_num;
    -	/* If we have non numeric characters, parse them */
    -	if (eptr)
    -		vlen -= eptr - vstart;
    -	else 
    -		vlen = 0;
    -	if (vlen)
    -		{
    -		switch (*eptr)
    -			{
    -
    -			case 'U':
    -			*pclass = V_ASN1_UNIVERSAL;
    -			break;
    -
    -			case 'A':
    -			*pclass = V_ASN1_APPLICATION;
    -			break;
    -
    -			case 'P':
    -			*pclass = V_ASN1_PRIVATE;
    -			break;
    -
    -			case 'C':
    -			*pclass = V_ASN1_CONTEXT_SPECIFIC;
    -			break;
    -
    -			default:
    -			erch[0] = *eptr;
    -			erch[1] = 0;
    -			ASN1err(ASN1_F_PARSE_TAGGING, ASN1_R_INVALID_MODIFIER);
    -			ERR_add_error_data(2, "Char=", erch);
    -			return 0;
    -			break;
    -
    -			}
    -		}
    -	else
    -		*pclass = V_ASN1_CONTEXT_SPECIFIC;
    -
    -	return 1;
    -
    -	}
    +{
    +    char erch[2];
    +    long tag_num;
    +    char *eptr;
    +    if (!vstart)
    +        return 0;
    +    tag_num = strtoul(vstart, &eptr, 10);
    +    /* Check we haven't gone past max length: should be impossible */
    +    if (eptr && *eptr && (eptr > vstart + vlen))
    +        return 0;
    +    if (tag_num < 0) {
    +        ASN1err(ASN1_F_PARSE_TAGGING, ASN1_R_INVALID_NUMBER);
    +        return 0;
    +    }
    +    *ptag = tag_num;
    +    /* If we have non numeric characters, parse them */
    +    if (eptr)
    +        vlen -= eptr - vstart;
    +    else
    +        vlen = 0;
    +    if (vlen) {
    +        switch (*eptr) {
    +
    +        case 'U':
    +            *pclass = V_ASN1_UNIVERSAL;
    +            break;
    +
    +        case 'A':
    +            *pclass = V_ASN1_APPLICATION;
    +            break;
    +
    +        case 'P':
    +            *pclass = V_ASN1_PRIVATE;
    +            break;
    +
    +        case 'C':
    +            *pclass = V_ASN1_CONTEXT_SPECIFIC;
    +            break;
    +
    +        default:
    +            erch[0] = *eptr;
    +            erch[1] = 0;
    +            ASN1err(ASN1_F_PARSE_TAGGING, ASN1_R_INVALID_MODIFIER);
    +            ERR_add_error_data(2, "Char=", erch);
    +            return 0;
    +            break;
    +
    +        }
    +    } else
    +        *pclass = V_ASN1_CONTEXT_SPECIFIC;
    +
    +    return 1;
    +
    +}
     
     /* Handle multiple types: SET and SEQUENCE */
     
     static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf)
    -	{
    -	ASN1_TYPE *ret = NULL;
    -	STACK_OF(ASN1_TYPE) *sk = NULL;
    -	STACK_OF(CONF_VALUE) *sect = NULL;
    -	unsigned char *der = NULL;
    -	int derlen;
    -	int i;
    -	sk = sk_ASN1_TYPE_new_null();
    -	if (!sk)
    -		goto bad;
    -	if (section)
    -		{
    -		if (!cnf)
    -			goto bad;
    -		sect = X509V3_get_section(cnf, (char *)section);
    -		if (!sect)
    -			goto bad;
    -		for (i = 0; i < sk_CONF_VALUE_num(sect); i++)
    -			{
    -			ASN1_TYPE *typ = ASN1_generate_v3(sk_CONF_VALUE_value(sect, i)->value, cnf);
    -			if (!typ)
    -				goto bad;
    -			if (!sk_ASN1_TYPE_push(sk, typ))
    -				goto bad;
    -			}
    -		}
    -
    -	/* Now we has a STACK of the components, convert to the correct form */
    -
    -	if (utype == V_ASN1_SET)
    -		derlen = i2d_ASN1_SET_ANY(sk, &der);
    -	else
    -		derlen = i2d_ASN1_SEQUENCE_ANY(sk, &der);
    -
    -	if (derlen < 0)
    -		goto bad;
    -
    -	if (!(ret = ASN1_TYPE_new()))
    -		goto bad;
    -
    -	if (!(ret->value.asn1_string = ASN1_STRING_type_new(utype)))
    -		goto bad;
    -
    -	ret->type = utype;
    -
    -	ret->value.asn1_string->data = der;
    -	ret->value.asn1_string->length = derlen;
    -
    -	der = NULL;
    -
    -	bad:
    -
    -	if (der)
    -		OPENSSL_free(der);
    -
    -	if (sk)
    -		sk_ASN1_TYPE_pop_free(sk, ASN1_TYPE_free);
    -	if (sect)
    -		X509V3_section_free(cnf, sect);
    -
    -	return ret;
    -	}
    -
    -static int append_exp(tag_exp_arg *arg, int exp_tag, int exp_class, int exp_constructed, int exp_pad, int imp_ok)
    -	{
    -	tag_exp_type *exp_tmp;
    -	/* Can only have IMPLICIT if permitted */
    -	if ((arg->imp_tag != -1) && !imp_ok)
    -		{
    -		ASN1err(ASN1_F_APPEND_EXP, ASN1_R_ILLEGAL_IMPLICIT_TAG);
    -		return 0;
    -		}
    -
    -	if (arg->exp_count == ASN1_FLAG_EXP_MAX)
    -		{
    -		ASN1err(ASN1_F_APPEND_EXP, ASN1_R_DEPTH_EXCEEDED);
    -		return 0;
    -		}
    -
    -	exp_tmp = &arg->exp_list[arg->exp_count++];
    -
    -	/* If IMPLICIT set tag to implicit value then
    -	 * reset implicit tag since it has been used.
    -	 */
    -	if (arg->imp_tag != -1)
    -		{
    -		exp_tmp->exp_tag = arg->imp_tag;
    -		exp_tmp->exp_class = arg->imp_class;
    -		arg->imp_tag = -1;
    -		arg->imp_class = -1;
    -		}
    -	else
    -		{
    -		exp_tmp->exp_tag = exp_tag;
    -		exp_tmp->exp_class = exp_class;
    -		}
    -	exp_tmp->exp_constructed = exp_constructed;
    -	exp_tmp->exp_pad = exp_pad;
    -
    -	return 1;
    -	}
    -
    +{
    +    ASN1_TYPE *ret = NULL;
    +    STACK_OF(ASN1_TYPE) *sk = NULL;
    +    STACK_OF(CONF_VALUE) *sect = NULL;
    +    unsigned char *der = NULL;
    +    int derlen;
    +    int i;
    +    sk = sk_ASN1_TYPE_new_null();
    +    if (!sk)
    +        goto bad;
    +    if (section) {
    +        if (!cnf)
    +            goto bad;
    +        sect = X509V3_get_section(cnf, (char *)section);
    +        if (!sect)
    +            goto bad;
    +        for (i = 0; i < sk_CONF_VALUE_num(sect); i++) {
    +            ASN1_TYPE *typ =
    +                ASN1_generate_v3(sk_CONF_VALUE_value(sect, i)->value, cnf);
    +            if (!typ)
    +                goto bad;
    +            if (!sk_ASN1_TYPE_push(sk, typ))
    +                goto bad;
    +        }
    +    }
    +
    +    /*
    +     * Now we has a STACK of the components, convert to the correct form
    +     */
    +
    +    if (utype == V_ASN1_SET)
    +        derlen = i2d_ASN1_SET_ANY(sk, &der);
    +    else
    +        derlen = i2d_ASN1_SEQUENCE_ANY(sk, &der);
    +
    +    if (derlen < 0)
    +        goto bad;
    +
    +    if (!(ret = ASN1_TYPE_new()))
    +        goto bad;
    +
    +    if (!(ret->value.asn1_string = ASN1_STRING_type_new(utype)))
    +        goto bad;
    +
    +    ret->type = utype;
    +
    +    ret->value.asn1_string->data = der;
    +    ret->value.asn1_string->length = derlen;
    +
    +    der = NULL;
    +
    + bad:
    +
    +    if (der)
    +        OPENSSL_free(der);
    +
    +    if (sk)
    +        sk_ASN1_TYPE_pop_free(sk, ASN1_TYPE_free);
    +    if (sect)
    +        X509V3_section_free(cnf, sect);
    +
    +    return ret;
    +}
    +
    +static int append_exp(tag_exp_arg *arg, int exp_tag, int exp_class,
    +                      int exp_constructed, int exp_pad, int imp_ok)
    +{
    +    tag_exp_type *exp_tmp;
    +    /* Can only have IMPLICIT if permitted */
    +    if ((arg->imp_tag != -1) && !imp_ok) {
    +        ASN1err(ASN1_F_APPEND_EXP, ASN1_R_ILLEGAL_IMPLICIT_TAG);
    +        return 0;
    +    }
    +
    +    if (arg->exp_count == ASN1_FLAG_EXP_MAX) {
    +        ASN1err(ASN1_F_APPEND_EXP, ASN1_R_DEPTH_EXCEEDED);
    +        return 0;
    +    }
    +
    +    exp_tmp = &arg->exp_list[arg->exp_count++];
    +
    +    /*
    +     * If IMPLICIT set tag to implicit value then reset implicit tag since it
    +     * has been used.
    +     */
    +    if (arg->imp_tag != -1) {
    +        exp_tmp->exp_tag = arg->imp_tag;
    +        exp_tmp->exp_class = arg->imp_class;
    +        arg->imp_tag = -1;
    +        arg->imp_class = -1;
    +    } else {
    +        exp_tmp->exp_tag = exp_tag;
    +        exp_tmp->exp_class = exp_class;
    +    }
    +    exp_tmp->exp_constructed = exp_constructed;
    +    exp_tmp->exp_pad = exp_pad;
    +
    +    return 1;
    +}
     
     static int asn1_str2tag(const char *tagstr, int len)
    -	{
    -	unsigned int i;
    -	static const struct tag_name_st *tntmp, tnst [] = {
    -		ASN1_GEN_STR("BOOL", V_ASN1_BOOLEAN),
    -		ASN1_GEN_STR("BOOLEAN", V_ASN1_BOOLEAN),
    -		ASN1_GEN_STR("NULL", V_ASN1_NULL),
    -		ASN1_GEN_STR("INT", V_ASN1_INTEGER),
    -		ASN1_GEN_STR("INTEGER", V_ASN1_INTEGER),
    -		ASN1_GEN_STR("ENUM", V_ASN1_ENUMERATED),
    -		ASN1_GEN_STR("ENUMERATED", V_ASN1_ENUMERATED),
    -		ASN1_GEN_STR("OID", V_ASN1_OBJECT),
    -		ASN1_GEN_STR("OBJECT", V_ASN1_OBJECT),
    -		ASN1_GEN_STR("UTCTIME", V_ASN1_UTCTIME),
    -		ASN1_GEN_STR("UTC", V_ASN1_UTCTIME),
    -		ASN1_GEN_STR("GENERALIZEDTIME", V_ASN1_GENERALIZEDTIME),
    -		ASN1_GEN_STR("GENTIME", V_ASN1_GENERALIZEDTIME),
    -		ASN1_GEN_STR("OCT", V_ASN1_OCTET_STRING),
    -		ASN1_GEN_STR("OCTETSTRING", V_ASN1_OCTET_STRING),
    -		ASN1_GEN_STR("BITSTR", V_ASN1_BIT_STRING),
    -		ASN1_GEN_STR("BITSTRING", V_ASN1_BIT_STRING),
    -		ASN1_GEN_STR("UNIVERSALSTRING", V_ASN1_UNIVERSALSTRING),
    -		ASN1_GEN_STR("UNIV", V_ASN1_UNIVERSALSTRING),
    -		ASN1_GEN_STR("IA5", V_ASN1_IA5STRING),
    -		ASN1_GEN_STR("IA5STRING", V_ASN1_IA5STRING),
    -		ASN1_GEN_STR("UTF8", V_ASN1_UTF8STRING),
    -		ASN1_GEN_STR("UTF8String", V_ASN1_UTF8STRING),
    -		ASN1_GEN_STR("BMP", V_ASN1_BMPSTRING),
    -		ASN1_GEN_STR("BMPSTRING", V_ASN1_BMPSTRING),
    -		ASN1_GEN_STR("VISIBLESTRING", V_ASN1_VISIBLESTRING),
    -		ASN1_GEN_STR("VISIBLE", V_ASN1_VISIBLESTRING),
    -		ASN1_GEN_STR("PRINTABLESTRING", V_ASN1_PRINTABLESTRING),
    -		ASN1_GEN_STR("PRINTABLE", V_ASN1_PRINTABLESTRING),
    -		ASN1_GEN_STR("T61", V_ASN1_T61STRING),
    -		ASN1_GEN_STR("T61STRING", V_ASN1_T61STRING),
    -		ASN1_GEN_STR("TELETEXSTRING", V_ASN1_T61STRING),
    -		ASN1_GEN_STR("GeneralString", V_ASN1_GENERALSTRING),
    -		ASN1_GEN_STR("GENSTR", V_ASN1_GENERALSTRING),
    -		ASN1_GEN_STR("NUMERIC", V_ASN1_NUMERICSTRING),
    -		ASN1_GEN_STR("NUMERICSTRING", V_ASN1_NUMERICSTRING),
    -
    -		/* Special cases */
    -		ASN1_GEN_STR("SEQUENCE", V_ASN1_SEQUENCE),
    -		ASN1_GEN_STR("SEQ", V_ASN1_SEQUENCE),
    -		ASN1_GEN_STR("SET", V_ASN1_SET),
    -		/* type modifiers */
    -		/* Explicit tag */
    -		ASN1_GEN_STR("EXP", ASN1_GEN_FLAG_EXP),
    -		ASN1_GEN_STR("EXPLICIT", ASN1_GEN_FLAG_EXP),
    -		/* Implicit tag */
    -		ASN1_GEN_STR("IMP", ASN1_GEN_FLAG_IMP),
    -		ASN1_GEN_STR("IMPLICIT", ASN1_GEN_FLAG_IMP),
    -		/* OCTET STRING wrapper */
    -		ASN1_GEN_STR("OCTWRAP", ASN1_GEN_FLAG_OCTWRAP),
    -		/* SEQUENCE wrapper */
    -		ASN1_GEN_STR("SEQWRAP", ASN1_GEN_FLAG_SEQWRAP),
    -		/* SET wrapper */
    -		ASN1_GEN_STR("SETWRAP", ASN1_GEN_FLAG_SETWRAP),
    -		/* BIT STRING wrapper */
    -		ASN1_GEN_STR("BITWRAP", ASN1_GEN_FLAG_BITWRAP),
    -		ASN1_GEN_STR("FORM", ASN1_GEN_FLAG_FORMAT),
    -		ASN1_GEN_STR("FORMAT", ASN1_GEN_FLAG_FORMAT),
    -	};
    -
    -	if (len == -1)
    -		len = strlen(tagstr);
    -	
    -	tntmp = tnst;	
    -	for (i = 0; i < sizeof(tnst) / sizeof(struct tag_name_st); i++, tntmp++)
    -		{
    -		if ((len == tntmp->len) && !strncmp(tntmp->strnam, tagstr, len))
    -			return tntmp->tag;
    -		}
    -	
    -	return -1;
    -	}
    +{
    +    unsigned int i;
    +    static const struct tag_name_st *tntmp, tnst[] = {
    +        ASN1_GEN_STR("BOOL", V_ASN1_BOOLEAN),
    +        ASN1_GEN_STR("BOOLEAN", V_ASN1_BOOLEAN),
    +        ASN1_GEN_STR("NULL", V_ASN1_NULL),
    +        ASN1_GEN_STR("INT", V_ASN1_INTEGER),
    +        ASN1_GEN_STR("INTEGER", V_ASN1_INTEGER),
    +        ASN1_GEN_STR("ENUM", V_ASN1_ENUMERATED),
    +        ASN1_GEN_STR("ENUMERATED", V_ASN1_ENUMERATED),
    +        ASN1_GEN_STR("OID", V_ASN1_OBJECT),
    +        ASN1_GEN_STR("OBJECT", V_ASN1_OBJECT),
    +        ASN1_GEN_STR("UTCTIME", V_ASN1_UTCTIME),
    +        ASN1_GEN_STR("UTC", V_ASN1_UTCTIME),
    +        ASN1_GEN_STR("GENERALIZEDTIME", V_ASN1_GENERALIZEDTIME),
    +        ASN1_GEN_STR("GENTIME", V_ASN1_GENERALIZEDTIME),
    +        ASN1_GEN_STR("OCT", V_ASN1_OCTET_STRING),
    +        ASN1_GEN_STR("OCTETSTRING", V_ASN1_OCTET_STRING),
    +        ASN1_GEN_STR("BITSTR", V_ASN1_BIT_STRING),
    +        ASN1_GEN_STR("BITSTRING", V_ASN1_BIT_STRING),
    +        ASN1_GEN_STR("UNIVERSALSTRING", V_ASN1_UNIVERSALSTRING),
    +        ASN1_GEN_STR("UNIV", V_ASN1_UNIVERSALSTRING),
    +        ASN1_GEN_STR("IA5", V_ASN1_IA5STRING),
    +        ASN1_GEN_STR("IA5STRING", V_ASN1_IA5STRING),
    +        ASN1_GEN_STR("UTF8", V_ASN1_UTF8STRING),
    +        ASN1_GEN_STR("UTF8String", V_ASN1_UTF8STRING),
    +        ASN1_GEN_STR("BMP", V_ASN1_BMPSTRING),
    +        ASN1_GEN_STR("BMPSTRING", V_ASN1_BMPSTRING),
    +        ASN1_GEN_STR("VISIBLESTRING", V_ASN1_VISIBLESTRING),
    +        ASN1_GEN_STR("VISIBLE", V_ASN1_VISIBLESTRING),
    +        ASN1_GEN_STR("PRINTABLESTRING", V_ASN1_PRINTABLESTRING),
    +        ASN1_GEN_STR("PRINTABLE", V_ASN1_PRINTABLESTRING),
    +        ASN1_GEN_STR("T61", V_ASN1_T61STRING),
    +        ASN1_GEN_STR("T61STRING", V_ASN1_T61STRING),
    +        ASN1_GEN_STR("TELETEXSTRING", V_ASN1_T61STRING),
    +        ASN1_GEN_STR("GeneralString", V_ASN1_GENERALSTRING),
    +        ASN1_GEN_STR("GENSTR", V_ASN1_GENERALSTRING),
    +        ASN1_GEN_STR("NUMERIC", V_ASN1_NUMERICSTRING),
    +        ASN1_GEN_STR("NUMERICSTRING", V_ASN1_NUMERICSTRING),
    +
    +        /* Special cases */
    +        ASN1_GEN_STR("SEQUENCE", V_ASN1_SEQUENCE),
    +        ASN1_GEN_STR("SEQ", V_ASN1_SEQUENCE),
    +        ASN1_GEN_STR("SET", V_ASN1_SET),
    +        /* type modifiers */
    +        /* Explicit tag */
    +        ASN1_GEN_STR("EXP", ASN1_GEN_FLAG_EXP),
    +        ASN1_GEN_STR("EXPLICIT", ASN1_GEN_FLAG_EXP),
    +        /* Implicit tag */
    +        ASN1_GEN_STR("IMP", ASN1_GEN_FLAG_IMP),
    +        ASN1_GEN_STR("IMPLICIT", ASN1_GEN_FLAG_IMP),
    +        /* OCTET STRING wrapper */
    +        ASN1_GEN_STR("OCTWRAP", ASN1_GEN_FLAG_OCTWRAP),
    +        /* SEQUENCE wrapper */
    +        ASN1_GEN_STR("SEQWRAP", ASN1_GEN_FLAG_SEQWRAP),
    +        /* SET wrapper */
    +        ASN1_GEN_STR("SETWRAP", ASN1_GEN_FLAG_SETWRAP),
    +        /* BIT STRING wrapper */
    +        ASN1_GEN_STR("BITWRAP", ASN1_GEN_FLAG_BITWRAP),
    +        ASN1_GEN_STR("FORM", ASN1_GEN_FLAG_FORMAT),
    +        ASN1_GEN_STR("FORMAT", ASN1_GEN_FLAG_FORMAT),
    +    };
    +
    +    if (len == -1)
    +        len = strlen(tagstr);
    +
    +    tntmp = tnst;
    +    for (i = 0; i < sizeof(tnst) / sizeof(struct tag_name_st); i++, tntmp++) {
    +        if ((len == tntmp->len) && !strncmp(tntmp->strnam, tagstr, len))
    +            return tntmp->tag;
    +    }
    +
    +    return -1;
    +}
     
     static ASN1_TYPE *asn1_str2type(const char *str, int format, int utype)
    -	{
    -	ASN1_TYPE *atmp = NULL;
    -
    -	CONF_VALUE vtmp;
    -
    -	unsigned char *rdata;
    -	long rdlen;
    -
    -	int no_unused = 1;
    -
    -	if (!(atmp = ASN1_TYPE_new()))
    -		{
    -		ASN1err(ASN1_F_ASN1_STR2TYPE, ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -		}
    -
    -	if (!str)
    -		str = "";
    -
    -	switch(utype)
    -		{
    -
    -		case V_ASN1_NULL:
    -		if (str && *str)
    -			{
    -			ASN1err(ASN1_F_ASN1_STR2TYPE, ASN1_R_ILLEGAL_NULL_VALUE);
    -			goto bad_form;
    -			}
    -		break;
    -		
    -		case V_ASN1_BOOLEAN:
    -		if (format != ASN1_GEN_FORMAT_ASCII)
    -			{
    -			ASN1err(ASN1_F_ASN1_STR2TYPE, ASN1_R_NOT_ASCII_FORMAT);
    -			goto bad_form;
    -			}
    -		vtmp.name = NULL;
    -		vtmp.section = NULL;
    -		vtmp.value = (char *)str;
    -		if (!X509V3_get_value_bool(&vtmp, &atmp->value.boolean))
    -			{
    -			ASN1err(ASN1_F_ASN1_STR2TYPE, ASN1_R_ILLEGAL_BOOLEAN);
    -			goto bad_str;
    -			}
    -		break;
    -
    -		case V_ASN1_INTEGER:
    -		case V_ASN1_ENUMERATED:
    -		if (format != ASN1_GEN_FORMAT_ASCII)
    -			{
    -			ASN1err(ASN1_F_ASN1_STR2TYPE, ASN1_R_INTEGER_NOT_ASCII_FORMAT);
    -			goto bad_form;
    -			}
    -		if (!(atmp->value.integer = s2i_ASN1_INTEGER(NULL, (char *)str)))
    -			{
    -			ASN1err(ASN1_F_ASN1_STR2TYPE, ASN1_R_ILLEGAL_INTEGER);
    -			goto bad_str;
    -			}
    -		break;
    -
    -		case V_ASN1_OBJECT:
    -		if (format != ASN1_GEN_FORMAT_ASCII)
    -			{
    -			ASN1err(ASN1_F_ASN1_STR2TYPE, ASN1_R_OBJECT_NOT_ASCII_FORMAT);
    -			goto bad_form;
    -			}
    -		if (!(atmp->value.object = OBJ_txt2obj(str, 0)))
    -			{
    -			ASN1err(ASN1_F_ASN1_STR2TYPE, ASN1_R_ILLEGAL_OBJECT);
    -			goto bad_str;
    -			}
    -		break;
    -
    -		case V_ASN1_UTCTIME:
    -		case V_ASN1_GENERALIZEDTIME:
    -		if (format != ASN1_GEN_FORMAT_ASCII)
    -			{
    -			ASN1err(ASN1_F_ASN1_STR2TYPE, ASN1_R_TIME_NOT_ASCII_FORMAT);
    -			goto bad_form;
    -			}
    -		if (!(atmp->value.asn1_string = ASN1_STRING_new()))
    -			{
    -			ASN1err(ASN1_F_ASN1_STR2TYPE, ERR_R_MALLOC_FAILURE);
    -			goto bad_str;
    -			}
    -		if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1))
    -			{
    -			ASN1err(ASN1_F_ASN1_STR2TYPE, ERR_R_MALLOC_FAILURE);
    -			goto bad_str;
    -			}
    -		atmp->value.asn1_string->type = utype;
    -		if (!ASN1_TIME_check(atmp->value.asn1_string))
    -			{
    -			ASN1err(ASN1_F_ASN1_STR2TYPE, ASN1_R_ILLEGAL_TIME_VALUE);
    -			goto bad_str;
    -			}
    -
    -		break;
    -
    -		case V_ASN1_BMPSTRING:
    -		case V_ASN1_PRINTABLESTRING:
    -		case V_ASN1_IA5STRING:
    -		case V_ASN1_T61STRING:
    -		case V_ASN1_UTF8STRING:
    -		case V_ASN1_VISIBLESTRING:
    -		case V_ASN1_UNIVERSALSTRING:
    -		case V_ASN1_GENERALSTRING:
    -		case V_ASN1_NUMERICSTRING:
    -
    -		if (format == ASN1_GEN_FORMAT_ASCII)
    -			format = MBSTRING_ASC;
    -		else if (format == ASN1_GEN_FORMAT_UTF8)
    -			format = MBSTRING_UTF8;
    -		else
    -			{
    -			ASN1err(ASN1_F_ASN1_STR2TYPE, ASN1_R_ILLEGAL_FORMAT);
    -			goto bad_form;
    -			}
    -
    -
    -		if (ASN1_mbstring_copy(&atmp->value.asn1_string, (unsigned char *)str,
    -						-1, format, ASN1_tag2bit(utype)) <= 0)
    -			{
    -			ASN1err(ASN1_F_ASN1_STR2TYPE, ERR_R_MALLOC_FAILURE);
    -			goto bad_str;
    -			}
    -		
    -
    -		break;
    -
    -		case V_ASN1_BIT_STRING:
    -
    -		case V_ASN1_OCTET_STRING:
    -
    -		if (!(atmp->value.asn1_string = ASN1_STRING_new()))
    -			{
    -			ASN1err(ASN1_F_ASN1_STR2TYPE, ERR_R_MALLOC_FAILURE);
    -			goto bad_form;
    -			}
    -
    -		if (format == ASN1_GEN_FORMAT_HEX)
    -			{
    -
    -			if (!(rdata = string_to_hex((char *)str, &rdlen)))
    -				{
    -				ASN1err(ASN1_F_ASN1_STR2TYPE, ASN1_R_ILLEGAL_HEX);
    -				goto bad_str;
    -				}
    -
    -			atmp->value.asn1_string->data = rdata;
    -			atmp->value.asn1_string->length = rdlen;
    -			atmp->value.asn1_string->type = utype;
    -
    -			}
    -		else if (format == ASN1_GEN_FORMAT_ASCII)
    -			ASN1_STRING_set(atmp->value.asn1_string, str, -1);
    -		else if ((format == ASN1_GEN_FORMAT_BITLIST) && (utype == V_ASN1_BIT_STRING))
    -			{
    -			if (!CONF_parse_list(str, ',', 1, bitstr_cb, atmp->value.bit_string))
    -				{
    -				ASN1err(ASN1_F_ASN1_STR2TYPE, ASN1_R_LIST_ERROR);
    -				goto bad_str;
    -				}
    -			no_unused = 0;
    -			
    -			}
    -		else 
    -			{
    -			ASN1err(ASN1_F_ASN1_STR2TYPE, ASN1_R_ILLEGAL_BITSTRING_FORMAT);
    -			goto bad_form;
    -			}
    -
    -		if ((utype == V_ASN1_BIT_STRING) && no_unused)
    -			{
    -			atmp->value.asn1_string->flags
    -				&= ~(ASN1_STRING_FLAG_BITS_LEFT|0x07);
    -        		atmp->value.asn1_string->flags
    -				|= ASN1_STRING_FLAG_BITS_LEFT;
    -			}
    -
    -
    -		break;
    -
    -		default:
    -		ASN1err(ASN1_F_ASN1_STR2TYPE, ASN1_R_UNSUPPORTED_TYPE);
    -		goto bad_str;
    -		break;
    -		}
    -
    -
    -	atmp->type = utype;
    -	return atmp;
    -
    -
    -	bad_str:
    -	ERR_add_error_data(2, "string=", str);
    -	bad_form:
    -
    -	ASN1_TYPE_free(atmp);
    -	return NULL;
    -
    -	}
    +{
    +    ASN1_TYPE *atmp = NULL;
    +
    +    CONF_VALUE vtmp;
    +
    +    unsigned char *rdata;
    +    long rdlen;
    +
    +    int no_unused = 1;
    +
    +    if (!(atmp = ASN1_TYPE_new())) {
    +        ASN1err(ASN1_F_ASN1_STR2TYPE, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +
    +    if (!str)
    +        str = "";
    +
    +    switch (utype) {
    +
    +    case V_ASN1_NULL:
    +        if (str && *str) {
    +            ASN1err(ASN1_F_ASN1_STR2TYPE, ASN1_R_ILLEGAL_NULL_VALUE);
    +            goto bad_form;
    +        }
    +        break;
    +
    +    case V_ASN1_BOOLEAN:
    +        if (format != ASN1_GEN_FORMAT_ASCII) {
    +            ASN1err(ASN1_F_ASN1_STR2TYPE, ASN1_R_NOT_ASCII_FORMAT);
    +            goto bad_form;
    +        }
    +        vtmp.name = NULL;
    +        vtmp.section = NULL;
    +        vtmp.value = (char *)str;
    +        if (!X509V3_get_value_bool(&vtmp, &atmp->value.boolean)) {
    +            ASN1err(ASN1_F_ASN1_STR2TYPE, ASN1_R_ILLEGAL_BOOLEAN);
    +            goto bad_str;
    +        }
    +        break;
    +
    +    case V_ASN1_INTEGER:
    +    case V_ASN1_ENUMERATED:
    +        if (format != ASN1_GEN_FORMAT_ASCII) {
    +            ASN1err(ASN1_F_ASN1_STR2TYPE, ASN1_R_INTEGER_NOT_ASCII_FORMAT);
    +            goto bad_form;
    +        }
    +        if (!(atmp->value.integer = s2i_ASN1_INTEGER(NULL, (char *)str))) {
    +            ASN1err(ASN1_F_ASN1_STR2TYPE, ASN1_R_ILLEGAL_INTEGER);
    +            goto bad_str;
    +        }
    +        break;
    +
    +    case V_ASN1_OBJECT:
    +        if (format != ASN1_GEN_FORMAT_ASCII) {
    +            ASN1err(ASN1_F_ASN1_STR2TYPE, ASN1_R_OBJECT_NOT_ASCII_FORMAT);
    +            goto bad_form;
    +        }
    +        if (!(atmp->value.object = OBJ_txt2obj(str, 0))) {
    +            ASN1err(ASN1_F_ASN1_STR2TYPE, ASN1_R_ILLEGAL_OBJECT);
    +            goto bad_str;
    +        }
    +        break;
    +
    +    case V_ASN1_UTCTIME:
    +    case V_ASN1_GENERALIZEDTIME:
    +        if (format != ASN1_GEN_FORMAT_ASCII) {
    +            ASN1err(ASN1_F_ASN1_STR2TYPE, ASN1_R_TIME_NOT_ASCII_FORMAT);
    +            goto bad_form;
    +        }
    +        if (!(atmp->value.asn1_string = ASN1_STRING_new())) {
    +            ASN1err(ASN1_F_ASN1_STR2TYPE, ERR_R_MALLOC_FAILURE);
    +            goto bad_str;
    +        }
    +        if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1)) {
    +            ASN1err(ASN1_F_ASN1_STR2TYPE, ERR_R_MALLOC_FAILURE);
    +            goto bad_str;
    +        }
    +        atmp->value.asn1_string->type = utype;
    +        if (!ASN1_TIME_check(atmp->value.asn1_string)) {
    +            ASN1err(ASN1_F_ASN1_STR2TYPE, ASN1_R_ILLEGAL_TIME_VALUE);
    +            goto bad_str;
    +        }
    +
    +        break;
    +
    +    case V_ASN1_BMPSTRING:
    +    case V_ASN1_PRINTABLESTRING:
    +    case V_ASN1_IA5STRING:
    +    case V_ASN1_T61STRING:
    +    case V_ASN1_UTF8STRING:
    +    case V_ASN1_VISIBLESTRING:
    +    case V_ASN1_UNIVERSALSTRING:
    +    case V_ASN1_GENERALSTRING:
    +    case V_ASN1_NUMERICSTRING:
    +
    +        if (format == ASN1_GEN_FORMAT_ASCII)
    +            format = MBSTRING_ASC;
    +        else if (format == ASN1_GEN_FORMAT_UTF8)
    +            format = MBSTRING_UTF8;
    +        else {
    +            ASN1err(ASN1_F_ASN1_STR2TYPE, ASN1_R_ILLEGAL_FORMAT);
    +            goto bad_form;
    +        }
    +
    +        if (ASN1_mbstring_copy(&atmp->value.asn1_string, (unsigned char *)str,
    +                               -1, format, ASN1_tag2bit(utype)) <= 0) {
    +            ASN1err(ASN1_F_ASN1_STR2TYPE, ERR_R_MALLOC_FAILURE);
    +            goto bad_str;
    +        }
    +
    +        break;
    +
    +    case V_ASN1_BIT_STRING:
    +
    +    case V_ASN1_OCTET_STRING:
    +
    +        if (!(atmp->value.asn1_string = ASN1_STRING_new())) {
    +            ASN1err(ASN1_F_ASN1_STR2TYPE, ERR_R_MALLOC_FAILURE);
    +            goto bad_form;
    +        }
    +
    +        if (format == ASN1_GEN_FORMAT_HEX) {
    +
    +            if (!(rdata = string_to_hex((char *)str, &rdlen))) {
    +                ASN1err(ASN1_F_ASN1_STR2TYPE, ASN1_R_ILLEGAL_HEX);
    +                goto bad_str;
    +            }
    +
    +            atmp->value.asn1_string->data = rdata;
    +            atmp->value.asn1_string->length = rdlen;
    +            atmp->value.asn1_string->type = utype;
    +
    +        } else if (format == ASN1_GEN_FORMAT_ASCII)
    +            ASN1_STRING_set(atmp->value.asn1_string, str, -1);
    +        else if ((format == ASN1_GEN_FORMAT_BITLIST)
    +                 && (utype == V_ASN1_BIT_STRING)) {
    +            if (!CONF_parse_list
    +                (str, ',', 1, bitstr_cb, atmp->value.bit_string)) {
    +                ASN1err(ASN1_F_ASN1_STR2TYPE, ASN1_R_LIST_ERROR);
    +                goto bad_str;
    +            }
    +            no_unused = 0;
    +
    +        } else {
    +            ASN1err(ASN1_F_ASN1_STR2TYPE, ASN1_R_ILLEGAL_BITSTRING_FORMAT);
    +            goto bad_form;
    +        }
    +
    +        if ((utype == V_ASN1_BIT_STRING) && no_unused) {
    +            atmp->value.asn1_string->flags
    +                &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07);
    +            atmp->value.asn1_string->flags |= ASN1_STRING_FLAG_BITS_LEFT;
    +        }
    +
    +        break;
    +
    +    default:
    +        ASN1err(ASN1_F_ASN1_STR2TYPE, ASN1_R_UNSUPPORTED_TYPE);
    +        goto bad_str;
    +        break;
    +    }
    +
    +    atmp->type = utype;
    +    return atmp;
    +
    + bad_str:
    +    ERR_add_error_data(2, "string=", str);
    + bad_form:
    +
    +    ASN1_TYPE_free(atmp);
    +    return NULL;
    +
    +}
     
     static int bitstr_cb(const char *elem, int len, void *bitstr)
    -	{
    -	long bitnum;
    -	char *eptr;
    -	if (!elem)
    -		return 0;
    -	bitnum = strtoul(elem, &eptr, 10);
    -	if (eptr && *eptr && (eptr != elem + len))
    -		return 0;
    -	if (bitnum < 0)
    -		{
    -		ASN1err(ASN1_F_BITSTR_CB, ASN1_R_INVALID_NUMBER);
    -		return 0;
    -		}
    -	if (!ASN1_BIT_STRING_set_bit(bitstr, bitnum, 1))
    -		{
    -		ASN1err(ASN1_F_BITSTR_CB, ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	return 1;
    -	}
    -
    +{
    +    long bitnum;
    +    char *eptr;
    +    if (!elem)
    +        return 0;
    +    bitnum = strtoul(elem, &eptr, 10);
    +    if (eptr && *eptr && (eptr != elem + len))
    +        return 0;
    +    if (bitnum < 0) {
    +        ASN1err(ASN1_F_BITSTR_CB, ASN1_R_INVALID_NUMBER);
    +        return 0;
    +    }
    +    if (!ASN1_BIT_STRING_set_bit(bitstr, bitnum, 1)) {
    +        ASN1err(ASN1_F_BITSTR_CB, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    return 1;
    +}
    diff --git a/openssl/crypto/asn1/asn1_lib.c b/openssl/crypto/asn1/asn1_lib.c
    index fa04b08ed..00733a6a8 100644
    --- a/openssl/crypto/asn1/asn1_lib.c
    +++ b/openssl/crypto/asn1/asn1_lib.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,424 +62,415 @@
     #include 
     #include 
     
    -static int asn1_get_length(const unsigned char **pp,int *inf,long *rl,int max);
    +static int asn1_get_length(const unsigned char **pp, int *inf, long *rl,
    +                           int max);
     static void asn1_put_length(unsigned char **pp, int length);
    -const char ASN1_version[]="ASN.1" OPENSSL_VERSION_PTEXT;
    +const char ASN1_version[] = "ASN.1" OPENSSL_VERSION_PTEXT;
     
     static int _asn1_check_infinite_end(const unsigned char **p, long len)
    -	{
    -	/* If there is 0 or 1 byte left, the length check should pick
    -	 * things up */
    -	if (len <= 0)
    -		return(1);
    -	else if ((len >= 2) && ((*p)[0] == 0) && ((*p)[1] == 0))
    -		{
    -		(*p)+=2;
    -		return(1);
    -		}
    -	return(0);
    -	}
    +{
    +    /*
    +     * If there is 0 or 1 byte left, the length check should pick things up
    +     */
    +    if (len <= 0)
    +        return (1);
    +    else if ((len >= 2) && ((*p)[0] == 0) && ((*p)[1] == 0)) {
    +        (*p) += 2;
    +        return (1);
    +    }
    +    return (0);
    +}
     
     int ASN1_check_infinite_end(unsigned char **p, long len)
    -	{
    -	return _asn1_check_infinite_end((const unsigned char **)p, len);
    -	}
    +{
    +    return _asn1_check_infinite_end((const unsigned char **)p, len);
    +}
     
     int ASN1_const_check_infinite_end(const unsigned char **p, long len)
    -	{
    -	return _asn1_check_infinite_end(p, len);
    -	}
    -
    +{
    +    return _asn1_check_infinite_end(p, len);
    +}
     
     int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag,
    -	int *pclass, long omax)
    -	{
    -	int i,ret;
    -	long l;
    -	const unsigned char *p= *pp;
    -	int tag,xclass,inf;
    -	long max=omax;
    -
    -	if (!max) goto err;
    -	ret=(*p&V_ASN1_CONSTRUCTED);
    -	xclass=(*p&V_ASN1_PRIVATE);
    -	i= *p&V_ASN1_PRIMITIVE_TAG;
    -	if (i == V_ASN1_PRIMITIVE_TAG)
    -		{		/* high-tag */
    -		p++;
    -		if (--max == 0) goto err;
    -		l=0;
    -		while (*p&0x80)
    -			{
    -			l<<=7L;
    -			l|= *(p++)&0x7f;
    -			if (--max == 0) goto err;
    -			if (l > (INT_MAX >> 7L)) goto err;
    -			}
    -		l<<=7L;
    -		l|= *(p++)&0x7f;
    -		tag=(int)l;
    -		if (--max == 0) goto err;
    -		}
    -	else
    -		{ 
    -		tag=i;
    -		p++;
    -		if (--max == 0) goto err;
    -		}
    -	*ptag=tag;
    -	*pclass=xclass;
    -	if (!asn1_get_length(&p,&inf,plength,(int)max)) goto err;
    -
    -	if (inf && !(ret & V_ASN1_CONSTRUCTED))
    -		goto err;
    +                    int *pclass, long omax)
    +{
    +    int i, ret;
    +    long l;
    +    const unsigned char *p = *pp;
    +    int tag, xclass, inf;
    +    long max = omax;
    +
    +    if (!max)
    +        goto err;
    +    ret = (*p & V_ASN1_CONSTRUCTED);
    +    xclass = (*p & V_ASN1_PRIVATE);
    +    i = *p & V_ASN1_PRIMITIVE_TAG;
    +    if (i == V_ASN1_PRIMITIVE_TAG) { /* high-tag */
    +        p++;
    +        if (--max == 0)
    +            goto err;
    +        l = 0;
    +        while (*p & 0x80) {
    +            l <<= 7L;
    +            l |= *(p++) & 0x7f;
    +            if (--max == 0)
    +                goto err;
    +            if (l > (INT_MAX >> 7L))
    +                goto err;
    +        }
    +        l <<= 7L;
    +        l |= *(p++) & 0x7f;
    +        tag = (int)l;
    +        if (--max == 0)
    +            goto err;
    +    } else {
    +        tag = i;
    +        p++;
    +        if (--max == 0)
    +            goto err;
    +    }
    +    *ptag = tag;
    +    *pclass = xclass;
    +    if (!asn1_get_length(&p, &inf, plength, (int)max))
    +        goto err;
    +
    +    if (inf && !(ret & V_ASN1_CONSTRUCTED))
    +        goto err;
     
     #if 0
    -	fprintf(stderr,"p=%d + *plength=%ld > omax=%ld + *pp=%d  (%d > %d)\n", 
    -		(int)p,*plength,omax,(int)*pp,(int)(p+ *plength),
    -		(int)(omax+ *pp));
    +    fprintf(stderr, "p=%d + *plength=%ld > omax=%ld + *pp=%d  (%d > %d)\n",
    +            (int)p, *plength, omax, (int)*pp, (int)(p + *plength),
    +            (int)(omax + *pp));
     
     #endif
    -	if (*plength > (omax - (p - *pp)))
    -		{
    -		ASN1err(ASN1_F_ASN1_GET_OBJECT,ASN1_R_TOO_LONG);
    -		/* Set this so that even if things are not long enough
    -		 * the values are set correctly */
    -		ret|=0x80;
    -		}
    -	*pp=p;
    -	return(ret|inf);
    -err:
    -	ASN1err(ASN1_F_ASN1_GET_OBJECT,ASN1_R_HEADER_TOO_LONG);
    -	return(0x80);
    -	}
    -
    -static int asn1_get_length(const unsigned char **pp, int *inf, long *rl, int max)
    -	{
    -	const unsigned char *p= *pp;
    -	unsigned long ret=0;
    -	unsigned int i;
    -
    -	if (max-- < 1) return(0);
    -	if (*p == 0x80)
    -		{
    -		*inf=1;
    -		ret=0;
    -		p++;
    -		}
    -	else
    -		{
    -		*inf=0;
    -		i= *p&0x7f;
    -		if (*(p++) & 0x80)
    -			{
    -			if (i > sizeof(long))
    -				return 0;
    -			if (max-- == 0) return(0);
    -			while (i-- > 0)
    -				{
    -				ret<<=8L;
    -				ret|= *(p++);
    -				if (max-- == 0) return(0);
    -				}
    -			}
    -		else
    -			ret=i;
    -		}
    -	if (ret > LONG_MAX)
    -		return 0;
    -	*pp=p;
    -	*rl=(long)ret;
    -	return(1);
    -	}
    -
    -/* class 0 is constructed
    - * constructed == 2 for indefinite length constructed */
    +    if (*plength > (omax - (p - *pp))) {
    +        ASN1err(ASN1_F_ASN1_GET_OBJECT, ASN1_R_TOO_LONG);
    +        /*
    +         * Set this so that even if things are not long enough the values are
    +         * set correctly
    +         */
    +        ret |= 0x80;
    +    }
    +    *pp = p;
    +    return (ret | inf);
    + err:
    +    ASN1err(ASN1_F_ASN1_GET_OBJECT, ASN1_R_HEADER_TOO_LONG);
    +    return (0x80);
    +}
    +
    +static int asn1_get_length(const unsigned char **pp, int *inf, long *rl,
    +                           int max)
    +{
    +    const unsigned char *p = *pp;
    +    unsigned long ret = 0;
    +    unsigned int i;
    +
    +    if (max-- < 1)
    +        return (0);
    +    if (*p == 0x80) {
    +        *inf = 1;
    +        ret = 0;
    +        p++;
    +    } else {
    +        *inf = 0;
    +        i = *p & 0x7f;
    +        if (*(p++) & 0x80) {
    +            if (i > sizeof(long))
    +                return 0;
    +            if (max-- == 0)
    +                return (0);
    +            while (i-- > 0) {
    +                ret <<= 8L;
    +                ret |= *(p++);
    +                if (max-- == 0)
    +                    return (0);
    +            }
    +        } else
    +            ret = i;
    +    }
    +    if (ret > LONG_MAX)
    +        return 0;
    +    *pp = p;
    +    *rl = (long)ret;
    +    return (1);
    +}
    +
    +/*
    + * class 0 is constructed constructed == 2 for indefinite length constructed
    + */
     void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag,
    -	     int xclass)
    -	{
    -	unsigned char *p= *pp;
    -	int i, ttag;
    -
    -	i=(constructed)?V_ASN1_CONSTRUCTED:0;
    -	i|=(xclass&V_ASN1_PRIVATE);
    -	if (tag < 31)
    -		*(p++)=i|(tag&V_ASN1_PRIMITIVE_TAG);
    -	else
    -		{
    -		*(p++)=i|V_ASN1_PRIMITIVE_TAG;
    -		for(i = 0, ttag = tag; ttag > 0; i++) ttag >>=7;
    -		ttag = i;
    -		while(i-- > 0)
    -			{
    -			p[i] = tag & 0x7f;
    -			if(i != (ttag - 1)) p[i] |= 0x80;
    -			tag >>= 7;
    -			}
    -		p += ttag;
    -		}
    -	if (constructed == 2)
    -		*(p++)=0x80;
    -	else
    -		asn1_put_length(&p,length);
    -	*pp=p;
    -	}
    +                     int xclass)
    +{
    +    unsigned char *p = *pp;
    +    int i, ttag;
    +
    +    i = (constructed) ? V_ASN1_CONSTRUCTED : 0;
    +    i |= (xclass & V_ASN1_PRIVATE);
    +    if (tag < 31)
    +        *(p++) = i | (tag & V_ASN1_PRIMITIVE_TAG);
    +    else {
    +        *(p++) = i | V_ASN1_PRIMITIVE_TAG;
    +        for (i = 0, ttag = tag; ttag > 0; i++)
    +            ttag >>= 7;
    +        ttag = i;
    +        while (i-- > 0) {
    +            p[i] = tag & 0x7f;
    +            if (i != (ttag - 1))
    +                p[i] |= 0x80;
    +            tag >>= 7;
    +        }
    +        p += ttag;
    +    }
    +    if (constructed == 2)
    +        *(p++) = 0x80;
    +    else
    +        asn1_put_length(&p, length);
    +    *pp = p;
    +}
     
     int ASN1_put_eoc(unsigned char **pp)
    -	{
    -	unsigned char *p = *pp;
    -	*p++ = 0;
    -	*p++ = 0;
    -	*pp = p;
    -	return 2;
    -	}
    +{
    +    unsigned char *p = *pp;
    +    *p++ = 0;
    +    *p++ = 0;
    +    *pp = p;
    +    return 2;
    +}
     
     static void asn1_put_length(unsigned char **pp, int length)
    -	{
    -	unsigned char *p= *pp;
    -	int i,l;
    -	if (length <= 127)
    -		*(p++)=(unsigned char)length;
    -	else
    -		{
    -		l=length;
    -		for (i=0; l > 0; i++)
    -			l>>=8;
    -		*(p++)=i|0x80;
    -		l=i;
    -		while (i-- > 0)
    -			{
    -			p[i]=length&0xff;
    -			length>>=8;
    -			}
    -		p+=l;
    -		}
    -	*pp=p;
    -	}
    +{
    +    unsigned char *p = *pp;
    +    int i, l;
    +    if (length <= 127)
    +        *(p++) = (unsigned char)length;
    +    else {
    +        l = length;
    +        for (i = 0; l > 0; i++)
    +            l >>= 8;
    +        *(p++) = i | 0x80;
    +        l = i;
    +        while (i-- > 0) {
    +            p[i] = length & 0xff;
    +            length >>= 8;
    +        }
    +        p += l;
    +    }
    +    *pp = p;
    +}
     
     int ASN1_object_size(int constructed, int length, int tag)
    -	{
    -	int ret;
    -
    -	ret=length;
    -	ret++;
    -	if (tag >= 31)
    -		{
    -		while (tag > 0)
    -			{
    -			tag>>=7;
    -			ret++;
    -			}
    -		}
    -	if (constructed == 2)
    -		return ret + 3;
    -	ret++;
    -	if (length > 127)
    -		{
    -		while (length > 0)
    -			{
    -			length>>=8;
    -			ret++;
    -			}
    -		}
    -	return(ret);
    -	}
    +{
    +    int ret;
    +
    +    ret = length;
    +    ret++;
    +    if (tag >= 31) {
    +        while (tag > 0) {
    +            tag >>= 7;
    +            ret++;
    +        }
    +    }
    +    if (constructed == 2)
    +        return ret + 3;
    +    ret++;
    +    if (length > 127) {
    +        while (length > 0) {
    +            length >>= 8;
    +            ret++;
    +        }
    +    }
    +    return (ret);
    +}
     
     static int _asn1_Finish(ASN1_const_CTX *c)
    -	{
    -	if ((c->inf == (1|V_ASN1_CONSTRUCTED)) && (!c->eos))
    -		{
    -		if (!ASN1_const_check_infinite_end(&c->p,c->slen))
    -			{
    -			c->error=ERR_R_MISSING_ASN1_EOS;
    -			return(0);
    -			}
    -		}
    -	if (	((c->slen != 0) && !(c->inf & 1)) ||
    -		((c->slen < 0) && (c->inf & 1)))
    -		{
    -		c->error=ERR_R_ASN1_LENGTH_MISMATCH;
    -		return(0);
    -		}
    -	return(1);
    -	}
    +{
    +    if ((c->inf == (1 | V_ASN1_CONSTRUCTED)) && (!c->eos)) {
    +        if (!ASN1_const_check_infinite_end(&c->p, c->slen)) {
    +            c->error = ERR_R_MISSING_ASN1_EOS;
    +            return (0);
    +        }
    +    }
    +    if (((c->slen != 0) && !(c->inf & 1)) || ((c->slen < 0) && (c->inf & 1))) {
    +        c->error = ERR_R_ASN1_LENGTH_MISMATCH;
    +        return (0);
    +    }
    +    return (1);
    +}
     
     int asn1_Finish(ASN1_CTX *c)
    -	{
    -	return _asn1_Finish((ASN1_const_CTX *)c);
    -	}
    +{
    +    return _asn1_Finish((ASN1_const_CTX *)c);
    +}
     
     int asn1_const_Finish(ASN1_const_CTX *c)
    -	{
    -	return _asn1_Finish(c);
    -	}
    +{
    +    return _asn1_Finish(c);
    +}
     
     int asn1_GetSequence(ASN1_const_CTX *c, long *length)
    -	{
    -	const unsigned char *q;
    -
    -	q=c->p;
    -	c->inf=ASN1_get_object(&(c->p),&(c->slen),&(c->tag),&(c->xclass),
    -		*length);
    -	if (c->inf & 0x80)
    -		{
    -		c->error=ERR_R_BAD_GET_ASN1_OBJECT_CALL;
    -		return(0);
    -		}
    -	if (c->tag != V_ASN1_SEQUENCE)
    -		{
    -		c->error=ERR_R_EXPECTING_AN_ASN1_SEQUENCE;
    -		return(0);
    -		}
    -	(*length)-=(c->p-q);
    -	if (c->max && (*length < 0))
    -		{
    -		c->error=ERR_R_ASN1_LENGTH_MISMATCH;
    -		return(0);
    -		}
    -	if (c->inf == (1|V_ASN1_CONSTRUCTED))
    -		c->slen= *length+ *(c->pp)-c->p;
    -	c->eos=0;
    -	return(1);
    -	}
    +{
    +    const unsigned char *q;
    +
    +    q = c->p;
    +    c->inf = ASN1_get_object(&(c->p), &(c->slen), &(c->tag), &(c->xclass),
    +                             *length);
    +    if (c->inf & 0x80) {
    +        c->error = ERR_R_BAD_GET_ASN1_OBJECT_CALL;
    +        return (0);
    +    }
    +    if (c->tag != V_ASN1_SEQUENCE) {
    +        c->error = ERR_R_EXPECTING_AN_ASN1_SEQUENCE;
    +        return (0);
    +    }
    +    (*length) -= (c->p - q);
    +    if (c->max && (*length < 0)) {
    +        c->error = ERR_R_ASN1_LENGTH_MISMATCH;
    +        return (0);
    +    }
    +    if (c->inf == (1 | V_ASN1_CONSTRUCTED))
    +        c->slen = *length + *(c->pp) - c->p;
    +    c->eos = 0;
    +    return (1);
    +}
     
     int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str)
    -	{
    -	if (str == NULL)
    -		return 0;
    -	dst->type = str->type;
    -	if (!ASN1_STRING_set(dst,str->data,str->length))
    -		return 0;
    -	dst->flags = str->flags;
    -	return 1;
    -	}
    +{
    +    if (str == NULL)
    +        return 0;
    +    dst->type = str->type;
    +    if (!ASN1_STRING_set(dst, str->data, str->length))
    +        return 0;
    +    dst->flags = str->flags;
    +    return 1;
    +}
     
     ASN1_STRING *ASN1_STRING_dup(const ASN1_STRING *str)
    -	{
    -	ASN1_STRING *ret;
    -	if (!str)
    -		 return NULL;
    -	ret=ASN1_STRING_new();
    -	if (!ret)
    -		return NULL;
    -	if (!ASN1_STRING_copy(ret,str))
    -		{
    -		ASN1_STRING_free(ret);
    -		return NULL;
    -		}
    -	return ret;
    -	}
    +{
    +    ASN1_STRING *ret;
    +    if (!str)
    +        return NULL;
    +    ret = ASN1_STRING_new();
    +    if (!ret)
    +        return NULL;
    +    if (!ASN1_STRING_copy(ret, str)) {
    +        ASN1_STRING_free(ret);
    +        return NULL;
    +    }
    +    return ret;
    +}
     
     int ASN1_STRING_set(ASN1_STRING *str, const void *_data, int len)
    -	{
    -	unsigned char *c;
    -	const char *data=_data;
    -
    -	if (len < 0)
    -		{
    -		if (data == NULL)
    -			return(0);
    -		else
    -			len=strlen(data);
    -		}
    -	if ((str->length < len) || (str->data == NULL))
    -		{
    -		c=str->data;
    -		if (c == NULL)
    -			str->data=OPENSSL_malloc(len+1);
    -		else
    -			str->data=OPENSSL_realloc(c,len+1);
    -
    -		if (str->data == NULL)
    -			{
    -			ASN1err(ASN1_F_ASN1_STRING_SET,ERR_R_MALLOC_FAILURE);
    -			str->data=c;
    -			return(0);
    -			}
    -		}
    -	str->length=len;
    -	if (data != NULL)
    -		{
    -		memcpy(str->data,data,len);
    -		/* an allowance for strings :-) */
    -		str->data[len]='\0';
    -		}
    -	return(1);
    -	}
    +{
    +    unsigned char *c;
    +    const char *data = _data;
    +
    +    if (len < 0) {
    +        if (data == NULL)
    +            return (0);
    +        else
    +            len = strlen(data);
    +    }
    +    if ((str->length < len) || (str->data == NULL)) {
    +        c = str->data;
    +        if (c == NULL)
    +            str->data = OPENSSL_malloc(len + 1);
    +        else
    +            str->data = OPENSSL_realloc(c, len + 1);
    +
    +        if (str->data == NULL) {
    +            ASN1err(ASN1_F_ASN1_STRING_SET, ERR_R_MALLOC_FAILURE);
    +            str->data = c;
    +            return (0);
    +        }
    +    }
    +    str->length = len;
    +    if (data != NULL) {
    +        memcpy(str->data, data, len);
    +        /* an allowance for strings :-) */
    +        str->data[len] = '\0';
    +    }
    +    return (1);
    +}
     
     void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len)
    -	{
    -	if (str->data)
    -		OPENSSL_free(str->data);
    -	str->data = data;
    -	str->length = len;
    -	}
    +{
    +    if (str->data)
    +        OPENSSL_free(str->data);
    +    str->data = data;
    +    str->length = len;
    +}
     
     ASN1_STRING *ASN1_STRING_new(void)
    -	{
    -	return(ASN1_STRING_type_new(V_ASN1_OCTET_STRING));
    -	}
    -
    +{
    +    return (ASN1_STRING_type_new(V_ASN1_OCTET_STRING));
    +}
     
     ASN1_STRING *ASN1_STRING_type_new(int type)
    -	{
    -	ASN1_STRING *ret;
    -
    -	ret=(ASN1_STRING *)OPENSSL_malloc(sizeof(ASN1_STRING));
    -	if (ret == NULL)
    -		{
    -		ASN1err(ASN1_F_ASN1_STRING_TYPE_NEW,ERR_R_MALLOC_FAILURE);
    -		return(NULL);
    -		}
    -	ret->length=0;
    -	ret->type=type;
    -	ret->data=NULL;
    -	ret->flags=0;
    -	return(ret);
    -	}
    +{
    +    ASN1_STRING *ret;
    +
    +    ret = (ASN1_STRING *)OPENSSL_malloc(sizeof(ASN1_STRING));
    +    if (ret == NULL) {
    +        ASN1err(ASN1_F_ASN1_STRING_TYPE_NEW, ERR_R_MALLOC_FAILURE);
    +        return (NULL);
    +    }
    +    ret->length = 0;
    +    ret->type = type;
    +    ret->data = NULL;
    +    ret->flags = 0;
    +    return (ret);
    +}
     
     void ASN1_STRING_free(ASN1_STRING *a)
    -	{
    -	if (a == NULL) return;
    -	if (a->data && !(a->flags & ASN1_STRING_FLAG_NDEF))
    -		OPENSSL_free(a->data);
    -	OPENSSL_free(a);
    -	}
    +{
    +    if (a == NULL)
    +        return;
    +    if (a->data && !(a->flags & ASN1_STRING_FLAG_NDEF))
    +        OPENSSL_free(a->data);
    +    OPENSSL_free(a);
    +}
     
     int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b)
    -	{
    -	int i;
    -
    -	i=(a->length-b->length);
    -	if (i == 0)
    -		{
    -		i=memcmp(a->data,b->data,a->length);
    -		if (i == 0)
    -			return(a->type-b->type);
    -		else
    -			return(i);
    -		}
    -	else
    -		return(i);
    -	}
    +{
    +    int i;
    +
    +    i = (a->length - b->length);
    +    if (i == 0) {
    +        i = memcmp(a->data, b->data, a->length);
    +        if (i == 0)
    +            return (a->type - b->type);
    +        else
    +            return (i);
    +    } else
    +        return (i);
    +}
     
     void asn1_add_error(const unsigned char *address, int offset)
    -	{
    -	char buf1[DECIMAL_SIZE(address)+1],buf2[DECIMAL_SIZE(offset)+1];
    +{
    +    char buf1[DECIMAL_SIZE(address) + 1], buf2[DECIMAL_SIZE(offset) + 1];
     
    -	BIO_snprintf(buf1,sizeof buf1,"%lu",(unsigned long)address);
    -	BIO_snprintf(buf2,sizeof buf2,"%d",offset);
    -	ERR_add_error_data(4,"address=",buf1," offset=",buf2);
    -	}
    +    BIO_snprintf(buf1, sizeof buf1, "%lu", (unsigned long)address);
    +    BIO_snprintf(buf2, sizeof buf2, "%d", offset);
    +    ERR_add_error_data(4, "address=", buf1, " offset=", buf2);
    +}
     
     int ASN1_STRING_length(const ASN1_STRING *x)
    -{ return M_ASN1_STRING_length(x); }
    +{
    +    return M_ASN1_STRING_length(x);
    +}
     
     void ASN1_STRING_length_set(ASN1_STRING *x, int len)
    -{ M_ASN1_STRING_length_set(x, len); return; }
    +{
    +    M_ASN1_STRING_length_set(x, len);
    +    return;
    +}
     
     int ASN1_STRING_type(ASN1_STRING *x)
    -{ return M_ASN1_STRING_type(x); }
    -
    -unsigned char * ASN1_STRING_data(ASN1_STRING *x)
    -{ return M_ASN1_STRING_data(x); }
    +{
    +    return M_ASN1_STRING_type(x);
    +}
    +
    +unsigned char *ASN1_STRING_data(ASN1_STRING *x)
    +{
    +    return M_ASN1_STRING_data(x);
    +}
    diff --git a/openssl/crypto/asn1/asn1_locl.h b/openssl/crypto/asn1/asn1_locl.h
    index 9fcf0d953..4c004fab9 100644
    --- a/openssl/crypto/asn1/asn1_locl.h
    +++ b/openssl/crypto/asn1/asn1_locl.h
    @@ -1,6 +1,7 @@
     /* asn1t.h */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2006.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2006.
      */
     /* ====================================================================
      * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -58,88 +59,77 @@
     
     /* Internal ASN1 structures and functions: not for application use */
     
    +int asn1_utctime_to_tm(struct tm *tm, const ASN1_UTCTIME *d);
    +int asn1_generalizedtime_to_tm(struct tm *tm, const ASN1_GENERALIZEDTIME *d);
    +
     /* ASN1 print context structure */
     
    -struct asn1_pctx_st
    -	{
    -	unsigned long flags;
    -	unsigned long nm_flags;
    -	unsigned long cert_flags;
    -	unsigned long oid_flags;
    -	unsigned long str_flags;
    -	} /* ASN1_PCTX */;
    +struct asn1_pctx_st {
    +    unsigned long flags;
    +    unsigned long nm_flags;
    +    unsigned long cert_flags;
    +    unsigned long oid_flags;
    +    unsigned long str_flags;
    +} /* ASN1_PCTX */ ;
     
     /* ASN1 public key method structure */
     
    -struct evp_pkey_asn1_method_st
    -	{
    -	int pkey_id;
    -	int pkey_base_id;
    -	unsigned long pkey_flags;
    -
    -	char *pem_str;
    -	char *info;
    -
    -	int (*pub_decode)(EVP_PKEY *pk, X509_PUBKEY *pub);
    -	int (*pub_encode)(X509_PUBKEY *pub, const EVP_PKEY *pk);
    -	int (*pub_cmp)(const EVP_PKEY *a, const EVP_PKEY *b);
    -	int (*pub_print)(BIO *out, const EVP_PKEY *pkey, int indent,
    -							ASN1_PCTX *pctx);
    -
    -	int (*priv_decode)(EVP_PKEY *pk, PKCS8_PRIV_KEY_INFO *p8inf);
    -	int (*priv_encode)(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pk);
    -	int (*priv_print)(BIO *out, const EVP_PKEY *pkey, int indent,
    -							ASN1_PCTX *pctx);
    -
    -	int (*pkey_size)(const EVP_PKEY *pk);
    -	int (*pkey_bits)(const EVP_PKEY *pk);
    -
    -	int (*param_decode)(EVP_PKEY *pkey,
    -				const unsigned char **pder, int derlen);
    -	int (*param_encode)(const EVP_PKEY *pkey, unsigned char **pder);
    -	int (*param_missing)(const EVP_PKEY *pk);
    -	int (*param_copy)(EVP_PKEY *to, const EVP_PKEY *from);
    -	int (*param_cmp)(const EVP_PKEY *a, const EVP_PKEY *b);
    -	int (*param_print)(BIO *out, const EVP_PKEY *pkey, int indent,
    -							ASN1_PCTX *pctx);
    -	int (*sig_print)(BIO *out,
    -			 const X509_ALGOR *sigalg, const ASN1_STRING *sig,
    -					 int indent, ASN1_PCTX *pctx);
    -
    -
    -	void (*pkey_free)(EVP_PKEY *pkey);
    -	int (*pkey_ctrl)(EVP_PKEY *pkey, int op, long arg1, void *arg2);
    -
    -	/* Legacy functions for old PEM */
    -
    -	int (*old_priv_decode)(EVP_PKEY *pkey,
    -				const unsigned char **pder, int derlen);
    -	int (*old_priv_encode)(const EVP_PKEY *pkey, unsigned char **pder);
    -	/* Custom ASN1 signature verification */
    -	int (*item_verify)(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn,
    -				X509_ALGOR *a, ASN1_BIT_STRING *sig,
    -				EVP_PKEY *pkey);
    -	int (*item_sign)(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn,
    -				X509_ALGOR *alg1, X509_ALGOR *alg2, 
    -				ASN1_BIT_STRING *sig);
    -
    -	} /* EVP_PKEY_ASN1_METHOD */;
    -
    -/* Method to handle CRL access.
    - * In general a CRL could be very large (several Mb) and can consume large
    - * amounts of resources if stored in memory by multiple processes.
    - * This method allows general CRL operations to be redirected to more
    - * efficient callbacks: for example a CRL entry database.
    +struct evp_pkey_asn1_method_st {
    +    int pkey_id;
    +    int pkey_base_id;
    +    unsigned long pkey_flags;
    +    char *pem_str;
    +    char *info;
    +    int (*pub_decode) (EVP_PKEY *pk, X509_PUBKEY *pub);
    +    int (*pub_encode) (X509_PUBKEY *pub, const EVP_PKEY *pk);
    +    int (*pub_cmp) (const EVP_PKEY *a, const EVP_PKEY *b);
    +    int (*pub_print) (BIO *out, const EVP_PKEY *pkey, int indent,
    +                      ASN1_PCTX *pctx);
    +    int (*priv_decode) (EVP_PKEY *pk, PKCS8_PRIV_KEY_INFO *p8inf);
    +    int (*priv_encode) (PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pk);
    +    int (*priv_print) (BIO *out, const EVP_PKEY *pkey, int indent,
    +                       ASN1_PCTX *pctx);
    +    int (*pkey_size) (const EVP_PKEY *pk);
    +    int (*pkey_bits) (const EVP_PKEY *pk);
    +    int (*param_decode) (EVP_PKEY *pkey,
    +                         const unsigned char **pder, int derlen);
    +    int (*param_encode) (const EVP_PKEY *pkey, unsigned char **pder);
    +    int (*param_missing) (const EVP_PKEY *pk);
    +    int (*param_copy) (EVP_PKEY *to, const EVP_PKEY *from);
    +    int (*param_cmp) (const EVP_PKEY *a, const EVP_PKEY *b);
    +    int (*param_print) (BIO *out, const EVP_PKEY *pkey, int indent,
    +                        ASN1_PCTX *pctx);
    +    int (*sig_print) (BIO *out,
    +                      const X509_ALGOR *sigalg, const ASN1_STRING *sig,
    +                      int indent, ASN1_PCTX *pctx);
    +    void (*pkey_free) (EVP_PKEY *pkey);
    +    int (*pkey_ctrl) (EVP_PKEY *pkey, int op, long arg1, void *arg2);
    +    /* Legacy functions for old PEM */
    +    int (*old_priv_decode) (EVP_PKEY *pkey,
    +                            const unsigned char **pder, int derlen);
    +    int (*old_priv_encode) (const EVP_PKEY *pkey, unsigned char **pder);
    +    /* Custom ASN1 signature verification */
    +    int (*item_verify) (EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn,
    +                        X509_ALGOR *a, ASN1_BIT_STRING *sig, EVP_PKEY *pkey);
    +    int (*item_sign) (EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn,
    +                      X509_ALGOR *alg1, X509_ALGOR *alg2,
    +                      ASN1_BIT_STRING *sig);
    +} /* EVP_PKEY_ASN1_METHOD */ ;
    +
    +/*
    + * Method to handle CRL access. In general a CRL could be very large (several
    + * Mb) and can consume large amounts of resources if stored in memory by
    + * multiple processes. This method allows general CRL operations to be
    + * redirected to more efficient callbacks: for example a CRL entry database.
      */
     
    -#define X509_CRL_METHOD_DYNAMIC		1
    +#define X509_CRL_METHOD_DYNAMIC         1
     
    -struct x509_crl_method_st
    -	{
    -	int flags;
    -	int (*crl_init)(X509_CRL *crl);
    -	int (*crl_free)(X509_CRL *crl);
    -	int (*crl_lookup)(X509_CRL *crl, X509_REVOKED **ret,
    -				ASN1_INTEGER *ser, X509_NAME *issuer);
    -	int (*crl_verify)(X509_CRL *crl, EVP_PKEY *pk);
    -	};
    +struct x509_crl_method_st {
    +    int flags;
    +    int (*crl_init) (X509_CRL *crl);
    +    int (*crl_free) (X509_CRL *crl);
    +    int (*crl_lookup) (X509_CRL *crl, X509_REVOKED **ret,
    +                       ASN1_INTEGER *ser, X509_NAME *issuer);
    +    int (*crl_verify) (X509_CRL *crl, EVP_PKEY *pk);
    +};
    diff --git a/openssl/crypto/asn1/asn1_mac.h b/openssl/crypto/asn1/asn1_mac.h
    index 87bd0e9e1..abc6dc35c 100644
    --- a/openssl/crypto/asn1/asn1_mac.h
    +++ b/openssl/crypto/asn1/asn1_mac.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -57,520 +57,521 @@
      */
     
     #ifndef HEADER_ASN1_MAC_H
    -#define HEADER_ASN1_MAC_H
    +# define HEADER_ASN1_MAC_H
     
    -#include 
    +# include 
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -#ifndef ASN1_MAC_ERR_LIB
    -#define ASN1_MAC_ERR_LIB	ERR_LIB_ASN1
    -#endif 
    -
    -#define ASN1_MAC_H_err(f,r,line) \
    -	ERR_PUT_error(ASN1_MAC_ERR_LIB,(f),(r),__FILE__,(line))
    -
    -#define M_ASN1_D2I_vars(a,type,func) \
    -	ASN1_const_CTX c; \
    -	type ret=NULL; \
    -	\
    -	c.pp=(const unsigned char **)pp; \
    -	c.q= *(const unsigned char **)pp; \
    -	c.error=ERR_R_NESTED_ASN1_ERROR; \
    -	if ((a == NULL) || ((*a) == NULL)) \
    -		{ if ((ret=(type)func()) == NULL) \
    -			{ c.line=__LINE__; goto err; } } \
    -	else	ret=(*a);
    -
    -#define M_ASN1_D2I_Init() \
    -	c.p= *(const unsigned char **)pp; \
    -	c.max=(length == 0)?0:(c.p+length);
    -
    -#define M_ASN1_D2I_Finish_2(a) \
    -	if (!asn1_const_Finish(&c)) \
    -		{ c.line=__LINE__; goto err; } \
    -	*(const unsigned char **)pp=c.p; \
    -	if (a != NULL) (*a)=ret; \
    -	return(ret);
    -
    -#define M_ASN1_D2I_Finish(a,func,e) \
    -	M_ASN1_D2I_Finish_2(a); \
    +# ifndef ASN1_MAC_ERR_LIB
    +#  define ASN1_MAC_ERR_LIB        ERR_LIB_ASN1
    +# endif
    +
    +# define ASN1_MAC_H_err(f,r,line) \
    +        ERR_PUT_error(ASN1_MAC_ERR_LIB,(f),(r),__FILE__,(line))
    +
    +# define M_ASN1_D2I_vars(a,type,func) \
    +        ASN1_const_CTX c; \
    +        type ret=NULL; \
    +        \
    +        c.pp=(const unsigned char **)pp; \
    +        c.q= *(const unsigned char **)pp; \
    +        c.error=ERR_R_NESTED_ASN1_ERROR; \
    +        if ((a == NULL) || ((*a) == NULL)) \
    +                { if ((ret=(type)func()) == NULL) \
    +                        { c.line=__LINE__; goto err; } } \
    +        else    ret=(*a);
    +
    +# define M_ASN1_D2I_Init() \
    +        c.p= *(const unsigned char **)pp; \
    +        c.max=(length == 0)?0:(c.p+length);
    +
    +# define M_ASN1_D2I_Finish_2(a) \
    +        if (!asn1_const_Finish(&c)) \
    +                { c.line=__LINE__; goto err; } \
    +        *(const unsigned char **)pp=c.p; \
    +        if (a != NULL) (*a)=ret; \
    +        return(ret);
    +
    +# define M_ASN1_D2I_Finish(a,func,e) \
    +        M_ASN1_D2I_Finish_2(a); \
     err:\
    -	ASN1_MAC_H_err((e),c.error,c.line); \
    -	asn1_add_error(*(const unsigned char **)pp,(int)(c.q- *pp)); \
    -	if ((ret != NULL) && ((a == NULL) || (*a != ret))) func(ret); \
    -	return(NULL)
    -
    -#define M_ASN1_D2I_start_sequence() \
    -	if (!asn1_GetSequence(&c,&length)) \
    -		{ c.line=__LINE__; goto err; }
    +        ASN1_MAC_H_err((e),c.error,c.line); \
    +        asn1_add_error(*(const unsigned char **)pp,(int)(c.q- *pp)); \
    +        if ((ret != NULL) && ((a == NULL) || (*a != ret))) func(ret); \
    +        return(NULL)
    +
    +# define M_ASN1_D2I_start_sequence() \
    +        if (!asn1_GetSequence(&c,&length)) \
    +                { c.line=__LINE__; goto err; }
     /* Begin reading ASN1 without a surrounding sequence */
    -#define M_ASN1_D2I_begin() \
    -	c.slen = length;
    +# define M_ASN1_D2I_begin() \
    +        c.slen = length;
     
     /* End reading ASN1 with no check on length */
    -#define M_ASN1_D2I_Finish_nolen(a, func, e) \
    -	*pp=c.p; \
    -	if (a != NULL) (*a)=ret; \
    -	return(ret); \
    +# define M_ASN1_D2I_Finish_nolen(a, func, e) \
    +        *pp=c.p; \
    +        if (a != NULL) (*a)=ret; \
    +        return(ret); \
     err:\
    -	ASN1_MAC_H_err((e),c.error,c.line); \
    -	asn1_add_error(*pp,(int)(c.q- *pp)); \
    -	if ((ret != NULL) && ((a == NULL) || (*a != ret))) func(ret); \
    -	return(NULL)
    +        ASN1_MAC_H_err((e),c.error,c.line); \
    +        asn1_add_error(*pp,(int)(c.q- *pp)); \
    +        if ((ret != NULL) && ((a == NULL) || (*a != ret))) func(ret); \
    +        return(NULL)
     
    -#define M_ASN1_D2I_end_sequence() \
    -	(((c.inf&1) == 0)?(c.slen <= 0): \
    -		(c.eos=ASN1_const_check_infinite_end(&c.p,c.slen)))
    +# define M_ASN1_D2I_end_sequence() \
    +        (((c.inf&1) == 0)?(c.slen <= 0): \
    +                (c.eos=ASN1_const_check_infinite_end(&c.p,c.slen)))
     
     /* Don't use this with d2i_ASN1_BOOLEAN() */
    -#define M_ASN1_D2I_get(b, func) \
    -	c.q=c.p; \
    -	if (func(&(b),&c.p,c.slen) == NULL) \
    -		{c.line=__LINE__; goto err; } \
    -	c.slen-=(c.p-c.q);
    +# define M_ASN1_D2I_get(b, func) \
    +        c.q=c.p; \
    +        if (func(&(b),&c.p,c.slen) == NULL) \
    +                {c.line=__LINE__; goto err; } \
    +        c.slen-=(c.p-c.q);
     
     /* Don't use this with d2i_ASN1_BOOLEAN() */
    -#define M_ASN1_D2I_get_x(type,b,func) \
    -	c.q=c.p; \
    -	if (((D2I_OF(type))func)(&(b),&c.p,c.slen) == NULL) \
    -		{c.line=__LINE__; goto err; } \
    -	c.slen-=(c.p-c.q);
    +# define M_ASN1_D2I_get_x(type,b,func) \
    +        c.q=c.p; \
    +        if (((D2I_OF(type))func)(&(b),&c.p,c.slen) == NULL) \
    +                {c.line=__LINE__; goto err; } \
    +        c.slen-=(c.p-c.q);
     
     /* use this instead () */
    -#define M_ASN1_D2I_get_int(b,func) \
    -	c.q=c.p; \
    -	if (func(&(b),&c.p,c.slen) < 0) \
    -		{c.line=__LINE__; goto err; } \
    -	c.slen-=(c.p-c.q);
    -
    -#define M_ASN1_D2I_get_opt(b,func,type) \
    -	if ((c.slen != 0) && ((M_ASN1_next & (~V_ASN1_CONSTRUCTED)) \
    -		== (V_ASN1_UNIVERSAL|(type)))) \
    -		{ \
    -		M_ASN1_D2I_get(b,func); \
    -		}
    -
    -#define M_ASN1_D2I_get_int_opt(b,func,type) \
    -	if ((c.slen != 0) && ((M_ASN1_next & (~V_ASN1_CONSTRUCTED)) \
    -		== (V_ASN1_UNIVERSAL|(type)))) \
    -		{ \
    -		M_ASN1_D2I_get_int(b,func); \
    -		}
    -
    -#define M_ASN1_D2I_get_imp(b,func, type) \
    -	M_ASN1_next=(_tmp& V_ASN1_CONSTRUCTED)|type; \
    -	c.q=c.p; \
    -	if (func(&(b),&c.p,c.slen) == NULL) \
    -		{c.line=__LINE__; M_ASN1_next_prev = _tmp; goto err; } \
    -	c.slen-=(c.p-c.q);\
    -	M_ASN1_next_prev=_tmp;
    -
    -#define M_ASN1_D2I_get_IMP_opt(b,func,tag,type) \
    -	if ((c.slen != 0) && ((M_ASN1_next & (~V_ASN1_CONSTRUCTED)) == \
    -		(V_ASN1_CONTEXT_SPECIFIC|(tag)))) \
    -		{ \
    -		unsigned char _tmp = M_ASN1_next; \
    -		M_ASN1_D2I_get_imp(b,func, type);\
    -		}
    -
    -#define M_ASN1_D2I_get_set(r,func,free_func) \
    -		M_ASN1_D2I_get_imp_set(r,func,free_func, \
    -			V_ASN1_SET,V_ASN1_UNIVERSAL);
    -
    -#define M_ASN1_D2I_get_set_type(type,r,func,free_func) \
    -		M_ASN1_D2I_get_imp_set_type(type,r,func,free_func, \
    -			V_ASN1_SET,V_ASN1_UNIVERSAL);
    -
    -#define M_ASN1_D2I_get_set_opt(r,func,free_func) \
    -	if ((c.slen != 0) && (M_ASN1_next == (V_ASN1_UNIVERSAL| \
    -		V_ASN1_CONSTRUCTED|V_ASN1_SET)))\
    -		{ M_ASN1_D2I_get_set(r,func,free_func); }
    -
    -#define M_ASN1_D2I_get_set_opt_type(type,r,func,free_func) \
    -	if ((c.slen != 0) && (M_ASN1_next == (V_ASN1_UNIVERSAL| \
    -		V_ASN1_CONSTRUCTED|V_ASN1_SET)))\
    -		{ M_ASN1_D2I_get_set_type(type,r,func,free_func); }
    -
    -#define M_ASN1_I2D_len_SET_opt(a,f) \
    -	if ((a != NULL) && (sk_num(a) != 0)) \
    -		M_ASN1_I2D_len_SET(a,f);
    -
    -#define M_ASN1_I2D_put_SET_opt(a,f) \
    -	if ((a != NULL) && (sk_num(a) != 0)) \
    -		M_ASN1_I2D_put_SET(a,f);
    -
    -#define M_ASN1_I2D_put_SEQUENCE_opt(a,f) \
    -	if ((a != NULL) && (sk_num(a) != 0)) \
    -		M_ASN1_I2D_put_SEQUENCE(a,f);
    -
    -#define M_ASN1_I2D_put_SEQUENCE_opt_type(type,a,f) \
    -	if ((a != NULL) && (sk_##type##_num(a) != 0)) \
    -		M_ASN1_I2D_put_SEQUENCE_type(type,a,f);
    -
    -#define M_ASN1_D2I_get_IMP_set_opt(b,func,free_func,tag) \
    -	if ((c.slen != 0) && \
    -		(M_ASN1_next == \
    -		(V_ASN1_CONTEXT_SPECIFIC|V_ASN1_CONSTRUCTED|(tag))))\
    -		{ \
    -		M_ASN1_D2I_get_imp_set(b,func,free_func,\
    -			tag,V_ASN1_CONTEXT_SPECIFIC); \
    -		}
    -
    -#define M_ASN1_D2I_get_IMP_set_opt_type(type,b,func,free_func,tag) \
    -	if ((c.slen != 0) && \
    -		(M_ASN1_next == \
    -		(V_ASN1_CONTEXT_SPECIFIC|V_ASN1_CONSTRUCTED|(tag))))\
    -		{ \
    -		M_ASN1_D2I_get_imp_set_type(type,b,func,free_func,\
    -			tag,V_ASN1_CONTEXT_SPECIFIC); \
    -		}
    -
    -#define M_ASN1_D2I_get_seq(r,func,free_func) \
    -		M_ASN1_D2I_get_imp_set(r,func,free_func,\
    -			V_ASN1_SEQUENCE,V_ASN1_UNIVERSAL);
    -
    -#define M_ASN1_D2I_get_seq_type(type,r,func,free_func) \
    -		M_ASN1_D2I_get_imp_set_type(type,r,func,free_func,\
    -					    V_ASN1_SEQUENCE,V_ASN1_UNIVERSAL)
    -
    -#define M_ASN1_D2I_get_seq_opt(r,func,free_func) \
    -	if ((c.slen != 0) && (M_ASN1_next == (V_ASN1_UNIVERSAL| \
    -		V_ASN1_CONSTRUCTED|V_ASN1_SEQUENCE)))\
    -		{ M_ASN1_D2I_get_seq(r,func,free_func); }
    -
    -#define M_ASN1_D2I_get_seq_opt_type(type,r,func,free_func) \
    -	if ((c.slen != 0) && (M_ASN1_next == (V_ASN1_UNIVERSAL| \
    -		V_ASN1_CONSTRUCTED|V_ASN1_SEQUENCE)))\
    -		{ M_ASN1_D2I_get_seq_type(type,r,func,free_func); }
    -
    -#define M_ASN1_D2I_get_IMP_set(r,func,free_func,x) \
    -		M_ASN1_D2I_get_imp_set(r,func,free_func,\
    -			x,V_ASN1_CONTEXT_SPECIFIC);
    -
    -#define M_ASN1_D2I_get_IMP_set_type(type,r,func,free_func,x) \
    -		M_ASN1_D2I_get_imp_set_type(type,r,func,free_func,\
    -			x,V_ASN1_CONTEXT_SPECIFIC);
    -
    -#define M_ASN1_D2I_get_imp_set(r,func,free_func,a,b) \
    -	c.q=c.p; \
    -	if (d2i_ASN1_SET(&(r),&c.p,c.slen,(char *(*)())func,\
    -		(void (*)())free_func,a,b) == NULL) \
    -		{ c.line=__LINE__; goto err; } \
    -	c.slen-=(c.p-c.q);
    -
    -#define M_ASN1_D2I_get_imp_set_type(type,r,func,free_func,a,b) \
    -	c.q=c.p; \
    -	if (d2i_ASN1_SET_OF_##type(&(r),&c.p,c.slen,func,\
    -				   free_func,a,b) == NULL) \
    -		{ c.line=__LINE__; goto err; } \
    -	c.slen-=(c.p-c.q);
    -
    -#define M_ASN1_D2I_get_set_strings(r,func,a,b) \
    -	c.q=c.p; \
    -	if (d2i_ASN1_STRING_SET(&(r),&c.p,c.slen,a,b) == NULL) \
    -		{ c.line=__LINE__; goto err; } \
    -	c.slen-=(c.p-c.q);
    -
    -#define M_ASN1_D2I_get_EXP_opt(r,func,tag) \
    -	if ((c.slen != 0L) && (M_ASN1_next == \
    -		(V_ASN1_CONSTRUCTED|V_ASN1_CONTEXT_SPECIFIC|tag))) \
    -		{ \
    -		int Tinf,Ttag,Tclass; \
    -		long Tlen; \
    -		\
    -		c.q=c.p; \
    -		Tinf=ASN1_get_object(&c.p,&Tlen,&Ttag,&Tclass,c.slen); \
    -		if (Tinf & 0x80) \
    -			{ c.error=ERR_R_BAD_ASN1_OBJECT_HEADER; \
    -			c.line=__LINE__; goto err; } \
    -		if (Tinf == (V_ASN1_CONSTRUCTED+1)) \
    -					Tlen = c.slen - (c.p - c.q) - 2; \
    -		if (func(&(r),&c.p,Tlen) == NULL) \
    -			{ c.line=__LINE__; goto err; } \
    -		if (Tinf == (V_ASN1_CONSTRUCTED+1)) { \
    -			Tlen = c.slen - (c.p - c.q); \
    -			if(!ASN1_const_check_infinite_end(&c.p, Tlen)) \
    -				{ c.error=ERR_R_MISSING_ASN1_EOS; \
    -				c.line=__LINE__; goto err; } \
    -		}\
    -		c.slen-=(c.p-c.q); \
    -		}
    -
    -#define M_ASN1_D2I_get_EXP_set_opt(r,func,free_func,tag,b) \
    -	if ((c.slen != 0) && (M_ASN1_next == \
    -		(V_ASN1_CONSTRUCTED|V_ASN1_CONTEXT_SPECIFIC|tag))) \
    -		{ \
    -		int Tinf,Ttag,Tclass; \
    -		long Tlen; \
    -		\
    -		c.q=c.p; \
    -		Tinf=ASN1_get_object(&c.p,&Tlen,&Ttag,&Tclass,c.slen); \
    -		if (Tinf & 0x80) \
    -			{ c.error=ERR_R_BAD_ASN1_OBJECT_HEADER; \
    -			c.line=__LINE__; goto err; } \
    -		if (Tinf == (V_ASN1_CONSTRUCTED+1)) \
    -					Tlen = c.slen - (c.p - c.q) - 2; \
    -		if (d2i_ASN1_SET(&(r),&c.p,Tlen,(char *(*)())func, \
    -			(void (*)())free_func, \
    -			b,V_ASN1_UNIVERSAL) == NULL) \
    -			{ c.line=__LINE__; goto err; } \
    -		if (Tinf == (V_ASN1_CONSTRUCTED+1)) { \
    -			Tlen = c.slen - (c.p - c.q); \
    -			if(!ASN1_check_infinite_end(&c.p, Tlen)) \
    -				{ c.error=ERR_R_MISSING_ASN1_EOS; \
    -				c.line=__LINE__; goto err; } \
    -		}\
    -		c.slen-=(c.p-c.q); \
    -		}
    -
    -#define M_ASN1_D2I_get_EXP_set_opt_type(type,r,func,free_func,tag,b) \
    -	if ((c.slen != 0) && (M_ASN1_next == \
    -		(V_ASN1_CONSTRUCTED|V_ASN1_CONTEXT_SPECIFIC|tag))) \
    -		{ \
    -		int Tinf,Ttag,Tclass; \
    -		long Tlen; \
    -		\
    -		c.q=c.p; \
    -		Tinf=ASN1_get_object(&c.p,&Tlen,&Ttag,&Tclass,c.slen); \
    -		if (Tinf & 0x80) \
    -			{ c.error=ERR_R_BAD_ASN1_OBJECT_HEADER; \
    -			c.line=__LINE__; goto err; } \
    -		if (Tinf == (V_ASN1_CONSTRUCTED+1)) \
    -					Tlen = c.slen - (c.p - c.q) - 2; \
    -		if (d2i_ASN1_SET_OF_##type(&(r),&c.p,Tlen,func, \
    -			free_func,b,V_ASN1_UNIVERSAL) == NULL) \
    -			{ c.line=__LINE__; goto err; } \
    -		if (Tinf == (V_ASN1_CONSTRUCTED+1)) { \
    -			Tlen = c.slen - (c.p - c.q); \
    -			if(!ASN1_check_infinite_end(&c.p, Tlen)) \
    -				{ c.error=ERR_R_MISSING_ASN1_EOS; \
    -				c.line=__LINE__; goto err; } \
    -		}\
    -		c.slen-=(c.p-c.q); \
    -		}
    +# define M_ASN1_D2I_get_int(b,func) \
    +        c.q=c.p; \
    +        if (func(&(b),&c.p,c.slen) < 0) \
    +                {c.line=__LINE__; goto err; } \
    +        c.slen-=(c.p-c.q);
    +
    +# define M_ASN1_D2I_get_opt(b,func,type) \
    +        if ((c.slen != 0) && ((M_ASN1_next & (~V_ASN1_CONSTRUCTED)) \
    +                == (V_ASN1_UNIVERSAL|(type)))) \
    +                { \
    +                M_ASN1_D2I_get(b,func); \
    +                }
    +
    +# define M_ASN1_D2I_get_int_opt(b,func,type) \
    +        if ((c.slen != 0) && ((M_ASN1_next & (~V_ASN1_CONSTRUCTED)) \
    +                == (V_ASN1_UNIVERSAL|(type)))) \
    +                { \
    +                M_ASN1_D2I_get_int(b,func); \
    +                }
    +
    +# define M_ASN1_D2I_get_imp(b,func, type) \
    +        M_ASN1_next=(_tmp& V_ASN1_CONSTRUCTED)|type; \
    +        c.q=c.p; \
    +        if (func(&(b),&c.p,c.slen) == NULL) \
    +                {c.line=__LINE__; M_ASN1_next_prev = _tmp; goto err; } \
    +        c.slen-=(c.p-c.q);\
    +        M_ASN1_next_prev=_tmp;
    +
    +# define M_ASN1_D2I_get_IMP_opt(b,func,tag,type) \
    +        if ((c.slen != 0) && ((M_ASN1_next & (~V_ASN1_CONSTRUCTED)) == \
    +                (V_ASN1_CONTEXT_SPECIFIC|(tag)))) \
    +                { \
    +                unsigned char _tmp = M_ASN1_next; \
    +                M_ASN1_D2I_get_imp(b,func, type);\
    +                }
    +
    +# define M_ASN1_D2I_get_set(r,func,free_func) \
    +                M_ASN1_D2I_get_imp_set(r,func,free_func, \
    +                        V_ASN1_SET,V_ASN1_UNIVERSAL);
    +
    +# define M_ASN1_D2I_get_set_type(type,r,func,free_func) \
    +                M_ASN1_D2I_get_imp_set_type(type,r,func,free_func, \
    +                        V_ASN1_SET,V_ASN1_UNIVERSAL);
    +
    +# define M_ASN1_D2I_get_set_opt(r,func,free_func) \
    +        if ((c.slen != 0) && (M_ASN1_next == (V_ASN1_UNIVERSAL| \
    +                V_ASN1_CONSTRUCTED|V_ASN1_SET)))\
    +                { M_ASN1_D2I_get_set(r,func,free_func); }
    +
    +# define M_ASN1_D2I_get_set_opt_type(type,r,func,free_func) \
    +        if ((c.slen != 0) && (M_ASN1_next == (V_ASN1_UNIVERSAL| \
    +                V_ASN1_CONSTRUCTED|V_ASN1_SET)))\
    +                { M_ASN1_D2I_get_set_type(type,r,func,free_func); }
    +
    +# define M_ASN1_I2D_len_SET_opt(a,f) \
    +        if ((a != NULL) && (sk_num(a) != 0)) \
    +                M_ASN1_I2D_len_SET(a,f);
    +
    +# define M_ASN1_I2D_put_SET_opt(a,f) \
    +        if ((a != NULL) && (sk_num(a) != 0)) \
    +                M_ASN1_I2D_put_SET(a,f);
    +
    +# define M_ASN1_I2D_put_SEQUENCE_opt(a,f) \
    +        if ((a != NULL) && (sk_num(a) != 0)) \
    +                M_ASN1_I2D_put_SEQUENCE(a,f);
    +
    +# define M_ASN1_I2D_put_SEQUENCE_opt_type(type,a,f) \
    +        if ((a != NULL) && (sk_##type##_num(a) != 0)) \
    +                M_ASN1_I2D_put_SEQUENCE_type(type,a,f);
    +
    +# define M_ASN1_D2I_get_IMP_set_opt(b,func,free_func,tag) \
    +        if ((c.slen != 0) && \
    +                (M_ASN1_next == \
    +                (V_ASN1_CONTEXT_SPECIFIC|V_ASN1_CONSTRUCTED|(tag))))\
    +                { \
    +                M_ASN1_D2I_get_imp_set(b,func,free_func,\
    +                        tag,V_ASN1_CONTEXT_SPECIFIC); \
    +                }
    +
    +# define M_ASN1_D2I_get_IMP_set_opt_type(type,b,func,free_func,tag) \
    +        if ((c.slen != 0) && \
    +                (M_ASN1_next == \
    +                (V_ASN1_CONTEXT_SPECIFIC|V_ASN1_CONSTRUCTED|(tag))))\
    +                { \
    +                M_ASN1_D2I_get_imp_set_type(type,b,func,free_func,\
    +                        tag,V_ASN1_CONTEXT_SPECIFIC); \
    +                }
    +
    +# define M_ASN1_D2I_get_seq(r,func,free_func) \
    +                M_ASN1_D2I_get_imp_set(r,func,free_func,\
    +                        V_ASN1_SEQUENCE,V_ASN1_UNIVERSAL);
    +
    +# define M_ASN1_D2I_get_seq_type(type,r,func,free_func) \
    +                M_ASN1_D2I_get_imp_set_type(type,r,func,free_func,\
    +                                            V_ASN1_SEQUENCE,V_ASN1_UNIVERSAL)
    +
    +# define M_ASN1_D2I_get_seq_opt(r,func,free_func) \
    +        if ((c.slen != 0) && (M_ASN1_next == (V_ASN1_UNIVERSAL| \
    +                V_ASN1_CONSTRUCTED|V_ASN1_SEQUENCE)))\
    +                { M_ASN1_D2I_get_seq(r,func,free_func); }
    +
    +# define M_ASN1_D2I_get_seq_opt_type(type,r,func,free_func) \
    +        if ((c.slen != 0) && (M_ASN1_next == (V_ASN1_UNIVERSAL| \
    +                V_ASN1_CONSTRUCTED|V_ASN1_SEQUENCE)))\
    +                { M_ASN1_D2I_get_seq_type(type,r,func,free_func); }
    +
    +# define M_ASN1_D2I_get_IMP_set(r,func,free_func,x) \
    +                M_ASN1_D2I_get_imp_set(r,func,free_func,\
    +                        x,V_ASN1_CONTEXT_SPECIFIC);
    +
    +# define M_ASN1_D2I_get_IMP_set_type(type,r,func,free_func,x) \
    +                M_ASN1_D2I_get_imp_set_type(type,r,func,free_func,\
    +                        x,V_ASN1_CONTEXT_SPECIFIC);
    +
    +# define M_ASN1_D2I_get_imp_set(r,func,free_func,a,b) \
    +        c.q=c.p; \
    +        if (d2i_ASN1_SET(&(r),&c.p,c.slen,(char *(*)())func,\
    +                (void (*)())free_func,a,b) == NULL) \
    +                { c.line=__LINE__; goto err; } \
    +        c.slen-=(c.p-c.q);
    +
    +# define M_ASN1_D2I_get_imp_set_type(type,r,func,free_func,a,b) \
    +        c.q=c.p; \
    +        if (d2i_ASN1_SET_OF_##type(&(r),&c.p,c.slen,func,\
    +                                   free_func,a,b) == NULL) \
    +                { c.line=__LINE__; goto err; } \
    +        c.slen-=(c.p-c.q);
    +
    +# define M_ASN1_D2I_get_set_strings(r,func,a,b) \
    +        c.q=c.p; \
    +        if (d2i_ASN1_STRING_SET(&(r),&c.p,c.slen,a,b) == NULL) \
    +                { c.line=__LINE__; goto err; } \
    +        c.slen-=(c.p-c.q);
    +
    +# define M_ASN1_D2I_get_EXP_opt(r,func,tag) \
    +        if ((c.slen != 0L) && (M_ASN1_next == \
    +                (V_ASN1_CONSTRUCTED|V_ASN1_CONTEXT_SPECIFIC|tag))) \
    +                { \
    +                int Tinf,Ttag,Tclass; \
    +                long Tlen; \
    +                \
    +                c.q=c.p; \
    +                Tinf=ASN1_get_object(&c.p,&Tlen,&Ttag,&Tclass,c.slen); \
    +                if (Tinf & 0x80) \
    +                        { c.error=ERR_R_BAD_ASN1_OBJECT_HEADER; \
    +                        c.line=__LINE__; goto err; } \
    +                if (Tinf == (V_ASN1_CONSTRUCTED+1)) \
    +                                        Tlen = c.slen - (c.p - c.q) - 2; \
    +                if (func(&(r),&c.p,Tlen) == NULL) \
    +                        { c.line=__LINE__; goto err; } \
    +                if (Tinf == (V_ASN1_CONSTRUCTED+1)) { \
    +                        Tlen = c.slen - (c.p - c.q); \
    +                        if(!ASN1_const_check_infinite_end(&c.p, Tlen)) \
    +                                { c.error=ERR_R_MISSING_ASN1_EOS; \
    +                                c.line=__LINE__; goto err; } \
    +                }\
    +                c.slen-=(c.p-c.q); \
    +                }
    +
    +# define M_ASN1_D2I_get_EXP_set_opt(r,func,free_func,tag,b) \
    +        if ((c.slen != 0) && (M_ASN1_next == \
    +                (V_ASN1_CONSTRUCTED|V_ASN1_CONTEXT_SPECIFIC|tag))) \
    +                { \
    +                int Tinf,Ttag,Tclass; \
    +                long Tlen; \
    +                \
    +                c.q=c.p; \
    +                Tinf=ASN1_get_object(&c.p,&Tlen,&Ttag,&Tclass,c.slen); \
    +                if (Tinf & 0x80) \
    +                        { c.error=ERR_R_BAD_ASN1_OBJECT_HEADER; \
    +                        c.line=__LINE__; goto err; } \
    +                if (Tinf == (V_ASN1_CONSTRUCTED+1)) \
    +                                        Tlen = c.slen - (c.p - c.q) - 2; \
    +                if (d2i_ASN1_SET(&(r),&c.p,Tlen,(char *(*)())func, \
    +                        (void (*)())free_func, \
    +                        b,V_ASN1_UNIVERSAL) == NULL) \
    +                        { c.line=__LINE__; goto err; } \
    +                if (Tinf == (V_ASN1_CONSTRUCTED+1)) { \
    +                        Tlen = c.slen - (c.p - c.q); \
    +                        if(!ASN1_check_infinite_end(&c.p, Tlen)) \
    +                                { c.error=ERR_R_MISSING_ASN1_EOS; \
    +                                c.line=__LINE__; goto err; } \
    +                }\
    +                c.slen-=(c.p-c.q); \
    +                }
    +
    +# define M_ASN1_D2I_get_EXP_set_opt_type(type,r,func,free_func,tag,b) \
    +        if ((c.slen != 0) && (M_ASN1_next == \
    +                (V_ASN1_CONSTRUCTED|V_ASN1_CONTEXT_SPECIFIC|tag))) \
    +                { \
    +                int Tinf,Ttag,Tclass; \
    +                long Tlen; \
    +                \
    +                c.q=c.p; \
    +                Tinf=ASN1_get_object(&c.p,&Tlen,&Ttag,&Tclass,c.slen); \
    +                if (Tinf & 0x80) \
    +                        { c.error=ERR_R_BAD_ASN1_OBJECT_HEADER; \
    +                        c.line=__LINE__; goto err; } \
    +                if (Tinf == (V_ASN1_CONSTRUCTED+1)) \
    +                                        Tlen = c.slen - (c.p - c.q) - 2; \
    +                if (d2i_ASN1_SET_OF_##type(&(r),&c.p,Tlen,func, \
    +                        free_func,b,V_ASN1_UNIVERSAL) == NULL) \
    +                        { c.line=__LINE__; goto err; } \
    +                if (Tinf == (V_ASN1_CONSTRUCTED+1)) { \
    +                        Tlen = c.slen - (c.p - c.q); \
    +                        if(!ASN1_check_infinite_end(&c.p, Tlen)) \
    +                                { c.error=ERR_R_MISSING_ASN1_EOS; \
    +                                c.line=__LINE__; goto err; } \
    +                }\
    +                c.slen-=(c.p-c.q); \
    +                }
     
     /* New macros */
    -#define M_ASN1_New_Malloc(ret,type) \
    -	if ((ret=(type *)OPENSSL_malloc(sizeof(type))) == NULL) \
    -		{ c.line=__LINE__; goto err2; }
    -
    -#define M_ASN1_New(arg,func) \
    -	if (((arg)=func()) == NULL) return(NULL)
    -
    -#define M_ASN1_New_Error(a) \
    -/*	err:	ASN1_MAC_H_err((a),ERR_R_NESTED_ASN1_ERROR,c.line); \
    -		return(NULL);*/ \
    -	err2:	ASN1_MAC_H_err((a),ERR_R_MALLOC_FAILURE,c.line); \
    -		return(NULL)
    -
    -
    -/* BIG UGLY WARNING!  This is so damn ugly I wanna puke.  Unfortunately,
    -   some macros that use ASN1_const_CTX still insist on writing in the input
    -   stream.  ARGH!  ARGH!  ARGH!  Let's get rid of this macro package.
    -   Please?						-- Richard Levitte */
    -#define M_ASN1_next		(*((unsigned char *)(c.p)))
    -#define M_ASN1_next_prev	(*((unsigned char *)(c.q)))
    +# define M_ASN1_New_Malloc(ret,type) \
    +        if ((ret=(type *)OPENSSL_malloc(sizeof(type))) == NULL) \
    +                { c.line=__LINE__; goto err2; }
    +
    +# define M_ASN1_New(arg,func) \
    +        if (((arg)=func()) == NULL) return(NULL)
    +
    +# define M_ASN1_New_Error(a) \
    +/*-     err:    ASN1_MAC_H_err((a),ERR_R_NESTED_ASN1_ERROR,c.line); \
    +                return(NULL);*/ \
    +        err2:   ASN1_MAC_H_err((a),ERR_R_MALLOC_FAILURE,c.line); \
    +                return(NULL)
    +
    +/*
    + * BIG UGLY WARNING! This is so damn ugly I wanna puke.  Unfortunately, some
    + * macros that use ASN1_const_CTX still insist on writing in the input
    + * stream.  ARGH! ARGH! ARGH! Let's get rid of this macro package. Please? --
    + * Richard Levitte
    + */
    +# define M_ASN1_next             (*((unsigned char *)(c.p)))
    +# define M_ASN1_next_prev        (*((unsigned char *)(c.q)))
     
     /*************************************************/
     
    -#define M_ASN1_I2D_vars(a)	int r=0,ret=0; \
    -				unsigned char *p; \
    -				if (a == NULL) return(0)
    +# define M_ASN1_I2D_vars(a)      int r=0,ret=0; \
    +                                unsigned char *p; \
    +                                if (a == NULL) return(0)
     
     /* Length Macros */
    -#define M_ASN1_I2D_len(a,f)	ret+=f(a,NULL)
    -#define M_ASN1_I2D_len_IMP_opt(a,f)	if (a != NULL) M_ASN1_I2D_len(a,f)
    -
    -#define M_ASN1_I2D_len_SET(a,f) \
    -		ret+=i2d_ASN1_SET(a,NULL,f,V_ASN1_SET,V_ASN1_UNIVERSAL,IS_SET);
    -
    -#define M_ASN1_I2D_len_SET_type(type,a,f) \
    -		ret+=i2d_ASN1_SET_OF_##type(a,NULL,f,V_ASN1_SET, \
    -					    V_ASN1_UNIVERSAL,IS_SET);
    -
    -#define M_ASN1_I2D_len_SEQUENCE(a,f) \
    -		ret+=i2d_ASN1_SET(a,NULL,f,V_ASN1_SEQUENCE,V_ASN1_UNIVERSAL, \
    -				  IS_SEQUENCE);
    -
    -#define M_ASN1_I2D_len_SEQUENCE_type(type,a,f) \
    -		ret+=i2d_ASN1_SET_OF_##type(a,NULL,f,V_ASN1_SEQUENCE, \
    -					    V_ASN1_UNIVERSAL,IS_SEQUENCE)
    -
    -#define M_ASN1_I2D_len_SEQUENCE_opt(a,f) \
    -		if ((a != NULL) && (sk_num(a) != 0)) \
    -			M_ASN1_I2D_len_SEQUENCE(a,f);
    -
    -#define M_ASN1_I2D_len_SEQUENCE_opt_type(type,a,f) \
    -		if ((a != NULL) && (sk_##type##_num(a) != 0)) \
    -			M_ASN1_I2D_len_SEQUENCE_type(type,a,f);
    -
    -#define M_ASN1_I2D_len_IMP_SET(a,f,x) \
    -		ret+=i2d_ASN1_SET(a,NULL,f,x,V_ASN1_CONTEXT_SPECIFIC,IS_SET);
    -
    -#define M_ASN1_I2D_len_IMP_SET_type(type,a,f,x) \
    -		ret+=i2d_ASN1_SET_OF_##type(a,NULL,f,x, \
    -					    V_ASN1_CONTEXT_SPECIFIC,IS_SET);
    -
    -#define M_ASN1_I2D_len_IMP_SET_opt(a,f,x) \
    -		if ((a != NULL) && (sk_num(a) != 0)) \
    -			ret+=i2d_ASN1_SET(a,NULL,f,x,V_ASN1_CONTEXT_SPECIFIC, \
    -					  IS_SET);
    -
    -#define M_ASN1_I2D_len_IMP_SET_opt_type(type,a,f,x) \
    -		if ((a != NULL) && (sk_##type##_num(a) != 0)) \
    -			ret+=i2d_ASN1_SET_OF_##type(a,NULL,f,x, \
    -					       V_ASN1_CONTEXT_SPECIFIC,IS_SET);
    -
    -#define M_ASN1_I2D_len_IMP_SEQUENCE(a,f,x) \
    -		ret+=i2d_ASN1_SET(a,NULL,f,x,V_ASN1_CONTEXT_SPECIFIC, \
    -				  IS_SEQUENCE);
    -
    -#define M_ASN1_I2D_len_IMP_SEQUENCE_opt(a,f,x) \
    -		if ((a != NULL) && (sk_num(a) != 0)) \
    -			ret+=i2d_ASN1_SET(a,NULL,f,x,V_ASN1_CONTEXT_SPECIFIC, \
    -					  IS_SEQUENCE);
    -
    -#define M_ASN1_I2D_len_IMP_SEQUENCE_opt_type(type,a,f,x) \
    -		if ((a != NULL) && (sk_##type##_num(a) != 0)) \
    -			ret+=i2d_ASN1_SET_OF_##type(a,NULL,f,x, \
    -						    V_ASN1_CONTEXT_SPECIFIC, \
    -						    IS_SEQUENCE);
    -
    -#define M_ASN1_I2D_len_EXP_opt(a,f,mtag,v) \
    -		if (a != NULL)\
    -			{ \
    -			v=f(a,NULL); \
    -			ret+=ASN1_object_size(1,v,mtag); \
    -			}
    -
    -#define M_ASN1_I2D_len_EXP_SET_opt(a,f,mtag,tag,v) \
    -		if ((a != NULL) && (sk_num(a) != 0))\
    -			{ \
    -			v=i2d_ASN1_SET(a,NULL,f,tag,V_ASN1_UNIVERSAL,IS_SET); \
    -			ret+=ASN1_object_size(1,v,mtag); \
    -			}
    -
    -#define M_ASN1_I2D_len_EXP_SEQUENCE_opt(a,f,mtag,tag,v) \
    -		if ((a != NULL) && (sk_num(a) != 0))\
    -			{ \
    -			v=i2d_ASN1_SET(a,NULL,f,tag,V_ASN1_UNIVERSAL, \
    -				       IS_SEQUENCE); \
    -			ret+=ASN1_object_size(1,v,mtag); \
    -			}
    -
    -#define M_ASN1_I2D_len_EXP_SEQUENCE_opt_type(type,a,f,mtag,tag,v) \
    -		if ((a != NULL) && (sk_##type##_num(a) != 0))\
    -			{ \
    -			v=i2d_ASN1_SET_OF_##type(a,NULL,f,tag, \
    -						 V_ASN1_UNIVERSAL, \
    -						 IS_SEQUENCE); \
    -			ret+=ASN1_object_size(1,v,mtag); \
    -			}
    +# define M_ASN1_I2D_len(a,f)     ret+=f(a,NULL)
    +# define M_ASN1_I2D_len_IMP_opt(a,f)     if (a != NULL) M_ASN1_I2D_len(a,f)
    +
    +# define M_ASN1_I2D_len_SET(a,f) \
    +                ret+=i2d_ASN1_SET(a,NULL,f,V_ASN1_SET,V_ASN1_UNIVERSAL,IS_SET);
    +
    +# define M_ASN1_I2D_len_SET_type(type,a,f) \
    +                ret+=i2d_ASN1_SET_OF_##type(a,NULL,f,V_ASN1_SET, \
    +                                            V_ASN1_UNIVERSAL,IS_SET);
    +
    +# define M_ASN1_I2D_len_SEQUENCE(a,f) \
    +                ret+=i2d_ASN1_SET(a,NULL,f,V_ASN1_SEQUENCE,V_ASN1_UNIVERSAL, \
    +                                  IS_SEQUENCE);
    +
    +# define M_ASN1_I2D_len_SEQUENCE_type(type,a,f) \
    +                ret+=i2d_ASN1_SET_OF_##type(a,NULL,f,V_ASN1_SEQUENCE, \
    +                                            V_ASN1_UNIVERSAL,IS_SEQUENCE)
    +
    +# define M_ASN1_I2D_len_SEQUENCE_opt(a,f) \
    +                if ((a != NULL) && (sk_num(a) != 0)) \
    +                        M_ASN1_I2D_len_SEQUENCE(a,f);
    +
    +# define M_ASN1_I2D_len_SEQUENCE_opt_type(type,a,f) \
    +                if ((a != NULL) && (sk_##type##_num(a) != 0)) \
    +                        M_ASN1_I2D_len_SEQUENCE_type(type,a,f);
    +
    +# define M_ASN1_I2D_len_IMP_SET(a,f,x) \
    +                ret+=i2d_ASN1_SET(a,NULL,f,x,V_ASN1_CONTEXT_SPECIFIC,IS_SET);
    +
    +# define M_ASN1_I2D_len_IMP_SET_type(type,a,f,x) \
    +                ret+=i2d_ASN1_SET_OF_##type(a,NULL,f,x, \
    +                                            V_ASN1_CONTEXT_SPECIFIC,IS_SET);
    +
    +# define M_ASN1_I2D_len_IMP_SET_opt(a,f,x) \
    +                if ((a != NULL) && (sk_num(a) != 0)) \
    +                        ret+=i2d_ASN1_SET(a,NULL,f,x,V_ASN1_CONTEXT_SPECIFIC, \
    +                                          IS_SET);
    +
    +# define M_ASN1_I2D_len_IMP_SET_opt_type(type,a,f,x) \
    +                if ((a != NULL) && (sk_##type##_num(a) != 0)) \
    +                        ret+=i2d_ASN1_SET_OF_##type(a,NULL,f,x, \
    +                                               V_ASN1_CONTEXT_SPECIFIC,IS_SET);
    +
    +# define M_ASN1_I2D_len_IMP_SEQUENCE(a,f,x) \
    +                ret+=i2d_ASN1_SET(a,NULL,f,x,V_ASN1_CONTEXT_SPECIFIC, \
    +                                  IS_SEQUENCE);
    +
    +# define M_ASN1_I2D_len_IMP_SEQUENCE_opt(a,f,x) \
    +                if ((a != NULL) && (sk_num(a) != 0)) \
    +                        ret+=i2d_ASN1_SET(a,NULL,f,x,V_ASN1_CONTEXT_SPECIFIC, \
    +                                          IS_SEQUENCE);
    +
    +# define M_ASN1_I2D_len_IMP_SEQUENCE_opt_type(type,a,f,x) \
    +                if ((a != NULL) && (sk_##type##_num(a) != 0)) \
    +                        ret+=i2d_ASN1_SET_OF_##type(a,NULL,f,x, \
    +                                                    V_ASN1_CONTEXT_SPECIFIC, \
    +                                                    IS_SEQUENCE);
    +
    +# define M_ASN1_I2D_len_EXP_opt(a,f,mtag,v) \
    +                if (a != NULL)\
    +                        { \
    +                        v=f(a,NULL); \
    +                        ret+=ASN1_object_size(1,v,mtag); \
    +                        }
    +
    +# define M_ASN1_I2D_len_EXP_SET_opt(a,f,mtag,tag,v) \
    +                if ((a != NULL) && (sk_num(a) != 0))\
    +                        { \
    +                        v=i2d_ASN1_SET(a,NULL,f,tag,V_ASN1_UNIVERSAL,IS_SET); \
    +                        ret+=ASN1_object_size(1,v,mtag); \
    +                        }
    +
    +# define M_ASN1_I2D_len_EXP_SEQUENCE_opt(a,f,mtag,tag,v) \
    +                if ((a != NULL) && (sk_num(a) != 0))\
    +                        { \
    +                        v=i2d_ASN1_SET(a,NULL,f,tag,V_ASN1_UNIVERSAL, \
    +                                       IS_SEQUENCE); \
    +                        ret+=ASN1_object_size(1,v,mtag); \
    +                        }
    +
    +# define M_ASN1_I2D_len_EXP_SEQUENCE_opt_type(type,a,f,mtag,tag,v) \
    +                if ((a != NULL) && (sk_##type##_num(a) != 0))\
    +                        { \
    +                        v=i2d_ASN1_SET_OF_##type(a,NULL,f,tag, \
    +                                                 V_ASN1_UNIVERSAL, \
    +                                                 IS_SEQUENCE); \
    +                        ret+=ASN1_object_size(1,v,mtag); \
    +                        }
     
     /* Put Macros */
    -#define M_ASN1_I2D_put(a,f)	f(a,&p)
    -
    -#define M_ASN1_I2D_put_IMP_opt(a,f,t)	\
    -		if (a != NULL) \
    -			{ \
    -			unsigned char *q=p; \
    -			f(a,&p); \
    -			*q=(V_ASN1_CONTEXT_SPECIFIC|t|(*q&V_ASN1_CONSTRUCTED));\
    -			}
    -
    -#define M_ASN1_I2D_put_SET(a,f) i2d_ASN1_SET(a,&p,f,V_ASN1_SET,\
    -			V_ASN1_UNIVERSAL,IS_SET)
    -#define M_ASN1_I2D_put_SET_type(type,a,f) \
    +# define M_ASN1_I2D_put(a,f)     f(a,&p)
    +
    +# define M_ASN1_I2D_put_IMP_opt(a,f,t)   \
    +                if (a != NULL) \
    +                        { \
    +                        unsigned char *q=p; \
    +                        f(a,&p); \
    +                        *q=(V_ASN1_CONTEXT_SPECIFIC|t|(*q&V_ASN1_CONSTRUCTED));\
    +                        }
    +
    +# define M_ASN1_I2D_put_SET(a,f) i2d_ASN1_SET(a,&p,f,V_ASN1_SET,\
    +                        V_ASN1_UNIVERSAL,IS_SET)
    +# define M_ASN1_I2D_put_SET_type(type,a,f) \
          i2d_ASN1_SET_OF_##type(a,&p,f,V_ASN1_SET,V_ASN1_UNIVERSAL,IS_SET)
    -#define M_ASN1_I2D_put_IMP_SET(a,f,x) i2d_ASN1_SET(a,&p,f,x,\
    -			V_ASN1_CONTEXT_SPECIFIC,IS_SET)
    -#define M_ASN1_I2D_put_IMP_SET_type(type,a,f,x) \
    +# define M_ASN1_I2D_put_IMP_SET(a,f,x) i2d_ASN1_SET(a,&p,f,x,\
    +                        V_ASN1_CONTEXT_SPECIFIC,IS_SET)
    +# define M_ASN1_I2D_put_IMP_SET_type(type,a,f,x) \
          i2d_ASN1_SET_OF_##type(a,&p,f,x,V_ASN1_CONTEXT_SPECIFIC,IS_SET)
    -#define M_ASN1_I2D_put_IMP_SEQUENCE(a,f,x) i2d_ASN1_SET(a,&p,f,x,\
    -			V_ASN1_CONTEXT_SPECIFIC,IS_SEQUENCE)
    +# define M_ASN1_I2D_put_IMP_SEQUENCE(a,f,x) i2d_ASN1_SET(a,&p,f,x,\
    +                        V_ASN1_CONTEXT_SPECIFIC,IS_SEQUENCE)
     
    -#define M_ASN1_I2D_put_SEQUENCE(a,f) i2d_ASN1_SET(a,&p,f,V_ASN1_SEQUENCE,\
    -					     V_ASN1_UNIVERSAL,IS_SEQUENCE)
    +# define M_ASN1_I2D_put_SEQUENCE(a,f) i2d_ASN1_SET(a,&p,f,V_ASN1_SEQUENCE,\
    +                                             V_ASN1_UNIVERSAL,IS_SEQUENCE)
     
    -#define M_ASN1_I2D_put_SEQUENCE_type(type,a,f) \
    +# define M_ASN1_I2D_put_SEQUENCE_type(type,a,f) \
          i2d_ASN1_SET_OF_##type(a,&p,f,V_ASN1_SEQUENCE,V_ASN1_UNIVERSAL, \
    -			    IS_SEQUENCE)
    -
    -#define M_ASN1_I2D_put_SEQUENCE_opt(a,f) \
    -		if ((a != NULL) && (sk_num(a) != 0)) \
    -			M_ASN1_I2D_put_SEQUENCE(a,f);
    -
    -#define M_ASN1_I2D_put_IMP_SET_opt(a,f,x) \
    -		if ((a != NULL) && (sk_num(a) != 0)) \
    -			{ i2d_ASN1_SET(a,&p,f,x,V_ASN1_CONTEXT_SPECIFIC, \
    -				       IS_SET); }
    -
    -#define M_ASN1_I2D_put_IMP_SET_opt_type(type,a,f,x) \
    -		if ((a != NULL) && (sk_##type##_num(a) != 0)) \
    -			{ i2d_ASN1_SET_OF_##type(a,&p,f,x, \
    -						 V_ASN1_CONTEXT_SPECIFIC, \
    -						 IS_SET); }
    -
    -#define M_ASN1_I2D_put_IMP_SEQUENCE_opt(a,f,x) \
    -		if ((a != NULL) && (sk_num(a) != 0)) \
    -			{ i2d_ASN1_SET(a,&p,f,x,V_ASN1_CONTEXT_SPECIFIC, \
    -				       IS_SEQUENCE); }
    -
    -#define M_ASN1_I2D_put_IMP_SEQUENCE_opt_type(type,a,f,x) \
    -		if ((a != NULL) && (sk_##type##_num(a) != 0)) \
    -			{ i2d_ASN1_SET_OF_##type(a,&p,f,x, \
    -						 V_ASN1_CONTEXT_SPECIFIC, \
    -						 IS_SEQUENCE); }
    -
    -#define M_ASN1_I2D_put_EXP_opt(a,f,tag,v) \
    -		if (a != NULL) \
    -			{ \
    -			ASN1_put_object(&p,1,v,tag,V_ASN1_CONTEXT_SPECIFIC); \
    -			f(a,&p); \
    -			}
    -
    -#define M_ASN1_I2D_put_EXP_SET_opt(a,f,mtag,tag,v) \
    -		if ((a != NULL) && (sk_num(a) != 0)) \
    -			{ \
    -			ASN1_put_object(&p,1,v,mtag,V_ASN1_CONTEXT_SPECIFIC); \
    -			i2d_ASN1_SET(a,&p,f,tag,V_ASN1_UNIVERSAL,IS_SET); \
    -			}
    -
    -#define M_ASN1_I2D_put_EXP_SEQUENCE_opt(a,f,mtag,tag,v) \
    -		if ((a != NULL) && (sk_num(a) != 0)) \
    -			{ \
    -			ASN1_put_object(&p,1,v,mtag,V_ASN1_CONTEXT_SPECIFIC); \
    -			i2d_ASN1_SET(a,&p,f,tag,V_ASN1_UNIVERSAL,IS_SEQUENCE); \
    -			}
    -
    -#define M_ASN1_I2D_put_EXP_SEQUENCE_opt_type(type,a,f,mtag,tag,v) \
    -		if ((a != NULL) && (sk_##type##_num(a) != 0)) \
    -			{ \
    -			ASN1_put_object(&p,1,v,mtag,V_ASN1_CONTEXT_SPECIFIC); \
    -			i2d_ASN1_SET_OF_##type(a,&p,f,tag,V_ASN1_UNIVERSAL, \
    -					       IS_SEQUENCE); \
    -			}
    -
    -#define M_ASN1_I2D_seq_total() \
    -		r=ASN1_object_size(1,ret,V_ASN1_SEQUENCE); \
    -		if (pp == NULL) return(r); \
    -		p= *pp; \
    -		ASN1_put_object(&p,1,ret,V_ASN1_SEQUENCE,V_ASN1_UNIVERSAL)
    -
    -#define M_ASN1_I2D_INF_seq_start(tag,ctx) \
    -		*(p++)=(V_ASN1_CONSTRUCTED|(tag)|(ctx)); \
    -		*(p++)=0x80
    -
    -#define M_ASN1_I2D_INF_seq_end() *(p++)=0x00; *(p++)=0x00
    -
    -#define M_ASN1_I2D_finish()	*pp=p; \
    -				return(r);
    +                            IS_SEQUENCE)
    +
    +# define M_ASN1_I2D_put_SEQUENCE_opt(a,f) \
    +                if ((a != NULL) && (sk_num(a) != 0)) \
    +                        M_ASN1_I2D_put_SEQUENCE(a,f);
    +
    +# define M_ASN1_I2D_put_IMP_SET_opt(a,f,x) \
    +                if ((a != NULL) && (sk_num(a) != 0)) \
    +                        { i2d_ASN1_SET(a,&p,f,x,V_ASN1_CONTEXT_SPECIFIC, \
    +                                       IS_SET); }
    +
    +# define M_ASN1_I2D_put_IMP_SET_opt_type(type,a,f,x) \
    +                if ((a != NULL) && (sk_##type##_num(a) != 0)) \
    +                        { i2d_ASN1_SET_OF_##type(a,&p,f,x, \
    +                                                 V_ASN1_CONTEXT_SPECIFIC, \
    +                                                 IS_SET); }
    +
    +# define M_ASN1_I2D_put_IMP_SEQUENCE_opt(a,f,x) \
    +                if ((a != NULL) && (sk_num(a) != 0)) \
    +                        { i2d_ASN1_SET(a,&p,f,x,V_ASN1_CONTEXT_SPECIFIC, \
    +                                       IS_SEQUENCE); }
    +
    +# define M_ASN1_I2D_put_IMP_SEQUENCE_opt_type(type,a,f,x) \
    +                if ((a != NULL) && (sk_##type##_num(a) != 0)) \
    +                        { i2d_ASN1_SET_OF_##type(a,&p,f,x, \
    +                                                 V_ASN1_CONTEXT_SPECIFIC, \
    +                                                 IS_SEQUENCE); }
    +
    +# define M_ASN1_I2D_put_EXP_opt(a,f,tag,v) \
    +                if (a != NULL) \
    +                        { \
    +                        ASN1_put_object(&p,1,v,tag,V_ASN1_CONTEXT_SPECIFIC); \
    +                        f(a,&p); \
    +                        }
    +
    +# define M_ASN1_I2D_put_EXP_SET_opt(a,f,mtag,tag,v) \
    +                if ((a != NULL) && (sk_num(a) != 0)) \
    +                        { \
    +                        ASN1_put_object(&p,1,v,mtag,V_ASN1_CONTEXT_SPECIFIC); \
    +                        i2d_ASN1_SET(a,&p,f,tag,V_ASN1_UNIVERSAL,IS_SET); \
    +                        }
    +
    +# define M_ASN1_I2D_put_EXP_SEQUENCE_opt(a,f,mtag,tag,v) \
    +                if ((a != NULL) && (sk_num(a) != 0)) \
    +                        { \
    +                        ASN1_put_object(&p,1,v,mtag,V_ASN1_CONTEXT_SPECIFIC); \
    +                        i2d_ASN1_SET(a,&p,f,tag,V_ASN1_UNIVERSAL,IS_SEQUENCE); \
    +                        }
    +
    +# define M_ASN1_I2D_put_EXP_SEQUENCE_opt_type(type,a,f,mtag,tag,v) \
    +                if ((a != NULL) && (sk_##type##_num(a) != 0)) \
    +                        { \
    +                        ASN1_put_object(&p,1,v,mtag,V_ASN1_CONTEXT_SPECIFIC); \
    +                        i2d_ASN1_SET_OF_##type(a,&p,f,tag,V_ASN1_UNIVERSAL, \
    +                                               IS_SEQUENCE); \
    +                        }
    +
    +# define M_ASN1_I2D_seq_total() \
    +                r=ASN1_object_size(1,ret,V_ASN1_SEQUENCE); \
    +                if (pp == NULL) return(r); \
    +                p= *pp; \
    +                ASN1_put_object(&p,1,ret,V_ASN1_SEQUENCE,V_ASN1_UNIVERSAL)
    +
    +# define M_ASN1_I2D_INF_seq_start(tag,ctx) \
    +                *(p++)=(V_ASN1_CONSTRUCTED|(tag)|(ctx)); \
    +                *(p++)=0x80
    +
    +# define M_ASN1_I2D_INF_seq_end() *(p++)=0x00; *(p++)=0x00
    +
    +# define M_ASN1_I2D_finish()     *pp=p; \
    +                                return(r);
     
     int asn1_GetSequence(ASN1_const_CTX *c, long *length);
    -void asn1_add_error(const unsigned char *address,int offset);
    +void asn1_add_error(const unsigned char *address, int offset);
     #ifdef  __cplusplus
     }
     #endif
    diff --git a/openssl/crypto/asn1/asn1_par.c b/openssl/crypto/asn1/asn1_par.c
    index aaca69aeb..f6cd4b2b8 100644
    --- a/openssl/crypto/asn1/asn1_par.c
    +++ b/openssl/crypto/asn1/asn1_par.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,376 +62,344 @@
     #include 
     #include 
     
    -static int asn1_print_info(BIO *bp, int tag, int xclass,int constructed,
    -	int indent);
    +static int asn1_print_info(BIO *bp, int tag, int xclass, int constructed,
    +                           int indent);
     static int asn1_parse2(BIO *bp, const unsigned char **pp, long length,
    -	int offset, int depth, int indent, int dump);
    +                       int offset, int depth, int indent, int dump);
     static int asn1_print_info(BIO *bp, int tag, int xclass, int constructed,
    -	     int indent)
    -	{
    -	static const char fmt[]="%-18s";
    -	char str[128];
    -	const char *p;
    +                           int indent)
    +{
    +    static const char fmt[] = "%-18s";
    +    char str[128];
    +    const char *p;
     
    -	if (constructed & V_ASN1_CONSTRUCTED)
    -		p="cons: ";
    -	else
    -		p="prim: ";
    -	if (BIO_write(bp,p,6) < 6) goto err;
    -	BIO_indent(bp,indent,128);
    +    if (constructed & V_ASN1_CONSTRUCTED)
    +        p = "cons: ";
    +    else
    +        p = "prim: ";
    +    if (BIO_write(bp, p, 6) < 6)
    +        goto err;
    +    BIO_indent(bp, indent, 128);
     
    -	p=str;
    -	if ((xclass & V_ASN1_PRIVATE) == V_ASN1_PRIVATE)
    -		BIO_snprintf(str,sizeof str,"priv [ %d ] ",tag);
    -	else if ((xclass & V_ASN1_CONTEXT_SPECIFIC) == V_ASN1_CONTEXT_SPECIFIC)
    -		BIO_snprintf(str,sizeof str,"cont [ %d ]",tag);
    -	else if ((xclass & V_ASN1_APPLICATION) == V_ASN1_APPLICATION)
    -		BIO_snprintf(str,sizeof str,"appl [ %d ]",tag);
    -	else if (tag > 30)
    -		BIO_snprintf(str,sizeof str,"",tag);
    -	else
    -		p = ASN1_tag2str(tag);
    +    p = str;
    +    if ((xclass & V_ASN1_PRIVATE) == V_ASN1_PRIVATE)
    +        BIO_snprintf(str, sizeof str, "priv [ %d ] ", tag);
    +    else if ((xclass & V_ASN1_CONTEXT_SPECIFIC) == V_ASN1_CONTEXT_SPECIFIC)
    +        BIO_snprintf(str, sizeof str, "cont [ %d ]", tag);
    +    else if ((xclass & V_ASN1_APPLICATION) == V_ASN1_APPLICATION)
    +        BIO_snprintf(str, sizeof str, "appl [ %d ]", tag);
    +    else if (tag > 30)
    +        BIO_snprintf(str, sizeof str, "", tag);
    +    else
    +        p = ASN1_tag2str(tag);
     
    -	if (BIO_printf(bp,fmt,p) <= 0)
    -		goto err;
    -	return(1);
    -err:
    -	return(0);
    -	}
    +    if (BIO_printf(bp, fmt, p) <= 0)
    +        goto err;
    +    return (1);
    + err:
    +    return (0);
    +}
     
     int ASN1_parse(BIO *bp, const unsigned char *pp, long len, int indent)
    -	{
    -	return(asn1_parse2(bp,&pp,len,0,0,indent,0));
    -	}
    +{
    +    return (asn1_parse2(bp, &pp, len, 0, 0, indent, 0));
    +}
     
    -int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, int dump)
    -	{
    -	return(asn1_parse2(bp,&pp,len,0,0,indent,dump));
    -	}
    +int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent,
    +                    int dump)
    +{
    +    return (asn1_parse2(bp, &pp, len, 0, 0, indent, dump));
    +}
     
    -static int asn1_parse2(BIO *bp, const unsigned char **pp, long length, int offset,
    -	     int depth, int indent, int dump)
    -	{
    -	const unsigned char *p,*ep,*tot,*op,*opp;
    -	long len;
    -	int tag,xclass,ret=0;
    -	int nl,hl,j,r;
    -	ASN1_OBJECT *o=NULL;
    -	ASN1_OCTET_STRING *os=NULL;
    -	/* ASN1_BMPSTRING *bmp=NULL;*/
    -	int dump_indent;
    +static int asn1_parse2(BIO *bp, const unsigned char **pp, long length,
    +                       int offset, int depth, int indent, int dump)
    +{
    +    const unsigned char *p, *ep, *tot, *op, *opp;
    +    long len;
    +    int tag, xclass, ret = 0;
    +    int nl, hl, j, r;
    +    ASN1_OBJECT *o = NULL;
    +    ASN1_OCTET_STRING *os = NULL;
    +    /* ASN1_BMPSTRING *bmp=NULL; */
    +    int dump_indent;
     
     #if 0
    -	dump_indent = indent;
    +    dump_indent = indent;
     #else
    -	dump_indent = 6;	/* Because we know BIO_dump_indent() */
    +    dump_indent = 6;            /* Because we know BIO_dump_indent() */
     #endif
    -	p= *pp;
    -	tot=p+length;
    -	op=p-1;
    -	while ((p < tot) && (op < p))
    -		{
    -		op=p;
    -		j=ASN1_get_object(&p,&len,&tag,&xclass,length);
    +    p = *pp;
    +    tot = p + length;
    +    op = p - 1;
    +    while ((p < tot) && (op < p)) {
    +        op = p;
    +        j = ASN1_get_object(&p, &len, &tag, &xclass, length);
     #ifdef LINT
    -		j=j;
    +        j = j;
     #endif
    -		if (j & 0x80)
    -			{
    -			if (BIO_write(bp,"Error in encoding\n",18) <= 0)
    -				goto end;
    -			ret=0;
    -			goto end;
    -			}
    -		hl=(p-op);
    -		length-=hl;
    -		/* if j == 0x21 it is a constructed indefinite length object */
    -		if (BIO_printf(bp,"%5ld:",(long)offset+(long)(op- *pp))
    -			<= 0) goto end;
    +        if (j & 0x80) {
    +            if (BIO_write(bp, "Error in encoding\n", 18) <= 0)
    +                goto end;
    +            ret = 0;
    +            goto end;
    +        }
    +        hl = (p - op);
    +        length -= hl;
    +        /*
    +         * if j == 0x21 it is a constructed indefinite length object
    +         */
    +        if (BIO_printf(bp, "%5ld:", (long)offset + (long)(op - *pp))
    +            <= 0)
    +            goto end;
     
    -		if (j != (V_ASN1_CONSTRUCTED | 1))
    -			{
    -			if (BIO_printf(bp,"d=%-2d hl=%ld l=%4ld ",
    -				depth,(long)hl,len) <= 0)
    -				goto end;
    -			}
    -		else
    -			{
    -			if (BIO_printf(bp,"d=%-2d hl=%ld l=inf  ",
    -				depth,(long)hl) <= 0)
    -				goto end;
    -			}
    -		if (!asn1_print_info(bp,tag,xclass,j,(indent)?depth:0))
    -			goto end;
    -		if (j & V_ASN1_CONSTRUCTED)
    -			{
    -			ep=p+len;
    -			if (BIO_write(bp,"\n",1) <= 0) goto end;
    -			if (len > length)
    -				{
    -				BIO_printf(bp,
    -					"length is greater than %ld\n",length);
    -				ret=0;
    -				goto end;
    -				}
    -			if ((j == 0x21) && (len == 0))
    -				{
    -				for (;;)
    -					{
    -					r=asn1_parse2(bp,&p,(long)(tot-p),
    -						offset+(p - *pp),depth+1,
    -						indent,dump);
    -					if (r == 0) { ret=0; goto end; }
    -					if ((r == 2) || (p >= tot)) break;
    -					}
    -				}
    -			else
    -				while (p < ep)
    -					{
    -					r=asn1_parse2(bp,&p,(long)len,
    -						offset+(p - *pp),depth+1,
    -						indent,dump);
    -					if (r == 0) { ret=0; goto end; }
    -					}
    -			}
    -		else if (xclass != 0)
    -			{
    -			p+=len;
    -			if (BIO_write(bp,"\n",1) <= 0) goto end;
    -			}
    -		else
    -			{
    -			nl=0;
    -			if (	(tag == V_ASN1_PRINTABLESTRING) ||
    -				(tag == V_ASN1_T61STRING) ||
    -				(tag == V_ASN1_IA5STRING) ||
    -				(tag == V_ASN1_VISIBLESTRING) ||
    -				(tag == V_ASN1_NUMERICSTRING) ||
    -				(tag == V_ASN1_UTF8STRING) ||
    -				(tag == V_ASN1_UTCTIME) ||
    -				(tag == V_ASN1_GENERALIZEDTIME))
    -				{
    -				if (BIO_write(bp,":",1) <= 0) goto end;
    -				if ((len > 0) &&
    -					BIO_write(bp,(const char *)p,(int)len)
    -					!= (int)len)
    -					goto end;
    -				}
    -			else if (tag == V_ASN1_OBJECT)
    -				{
    -				opp=op;
    -				if (d2i_ASN1_OBJECT(&o,&opp,len+hl) != NULL)
    -					{
    -					if (BIO_write(bp,":",1) <= 0) goto end;
    -					i2a_ASN1_OBJECT(bp,o);
    -					}
    -				else
    -					{
    -					if (BIO_write(bp,":BAD OBJECT",11) <= 0)
    -						goto end;
    -					}
    -				}
    -			else if (tag == V_ASN1_BOOLEAN)
    -				{
    -				int ii;
    +        if (j != (V_ASN1_CONSTRUCTED | 1)) {
    +            if (BIO_printf(bp, "d=%-2d hl=%ld l=%4ld ",
    +                           depth, (long)hl, len) <= 0)
    +                goto end;
    +        } else {
    +            if (BIO_printf(bp, "d=%-2d hl=%ld l=inf  ", depth, (long)hl) <= 0)
    +                goto end;
    +        }
    +        if (!asn1_print_info(bp, tag, xclass, j, (indent) ? depth : 0))
    +            goto end;
    +        if (j & V_ASN1_CONSTRUCTED) {
    +            ep = p + len;
    +            if (BIO_write(bp, "\n", 1) <= 0)
    +                goto end;
    +            if (len > length) {
    +                BIO_printf(bp, "length is greater than %ld\n", length);
    +                ret = 0;
    +                goto end;
    +            }
    +            if ((j == 0x21) && (len == 0)) {
    +                for (;;) {
    +                    r = asn1_parse2(bp, &p, (long)(tot - p),
    +                                    offset + (p - *pp), depth + 1,
    +                                    indent, dump);
    +                    if (r == 0) {
    +                        ret = 0;
    +                        goto end;
    +                    }
    +                    if ((r == 2) || (p >= tot))
    +                        break;
    +                }
    +            } else
    +                while (p < ep) {
    +                    r = asn1_parse2(bp, &p, (long)len,
    +                                    offset + (p - *pp), depth + 1,
    +                                    indent, dump);
    +                    if (r == 0) {
    +                        ret = 0;
    +                        goto end;
    +                    }
    +                }
    +        } else if (xclass != 0) {
    +            p += len;
    +            if (BIO_write(bp, "\n", 1) <= 0)
    +                goto end;
    +        } else {
    +            nl = 0;
    +            if ((tag == V_ASN1_PRINTABLESTRING) ||
    +                (tag == V_ASN1_T61STRING) ||
    +                (tag == V_ASN1_IA5STRING) ||
    +                (tag == V_ASN1_VISIBLESTRING) ||
    +                (tag == V_ASN1_NUMERICSTRING) ||
    +                (tag == V_ASN1_UTF8STRING) ||
    +                (tag == V_ASN1_UTCTIME) || (tag == V_ASN1_GENERALIZEDTIME)) {
    +                if (BIO_write(bp, ":", 1) <= 0)
    +                    goto end;
    +                if ((len > 0) && BIO_write(bp, (const char *)p, (int)len)
    +                    != (int)len)
    +                    goto end;
    +            } else if (tag == V_ASN1_OBJECT) {
    +                opp = op;
    +                if (d2i_ASN1_OBJECT(&o, &opp, len + hl) != NULL) {
    +                    if (BIO_write(bp, ":", 1) <= 0)
    +                        goto end;
    +                    i2a_ASN1_OBJECT(bp, o);
    +                } else {
    +                    if (BIO_write(bp, ":BAD OBJECT", 11) <= 0)
    +                        goto end;
    +                }
    +            } else if (tag == V_ASN1_BOOLEAN) {
    +                int ii;
     
    -				opp=op;
    -				ii=d2i_ASN1_BOOLEAN(NULL,&opp,len+hl);
    -				if (ii < 0)
    -					{
    -					if (BIO_write(bp,"Bad boolean\n",12) <= 0)
    -						goto end;
    -					}
    -				BIO_printf(bp,":%d",ii);
    -				}
    -			else if (tag == V_ASN1_BMPSTRING)
    -				{
    -				/* do the BMP thang */
    -				}
    -			else if (tag == V_ASN1_OCTET_STRING)
    -				{
    -				int i,printable=1;
    +                opp = op;
    +                ii = d2i_ASN1_BOOLEAN(NULL, &opp, len + hl);
    +                if (ii < 0) {
    +                    if (BIO_write(bp, "Bad boolean\n", 12) <= 0)
    +                        goto end;
    +                }
    +                BIO_printf(bp, ":%d", ii);
    +            } else if (tag == V_ASN1_BMPSTRING) {
    +                /* do the BMP thang */
    +            } else if (tag == V_ASN1_OCTET_STRING) {
    +                int i, printable = 1;
     
    -				opp=op;
    -				os=d2i_ASN1_OCTET_STRING(NULL,&opp,len+hl);
    -				if (os != NULL && os->length > 0)
    -					{
    -					opp = os->data;
    -					/* testing whether the octet string is
    -					 * printable */
    -					for (i=0; ilength; i++)
    -						{
    -						if ((	(opp[i] < ' ') &&
    -							(opp[i] != '\n') &&
    -							(opp[i] != '\r') &&
    -							(opp[i] != '\t')) ||
    -							(opp[i] > '~'))
    -							{
    -							printable=0;
    -							break;
    -							}
    -						}
    -					if (printable)
    -					/* printable string */
    -						{
    -						if (BIO_write(bp,":",1) <= 0)
    -							goto end;
    -						if (BIO_write(bp,(const char *)opp,
    -							os->length) <= 0)
    -							goto end;
    -						}
    -					else if (!dump)
    -					/* not printable => print octet string
    -					 * as hex dump */
    -						{
    -						if (BIO_write(bp,"[HEX DUMP]:",11) <= 0)
    -							goto end;
    -						for (i=0; ilength; i++)
    -							{
    -							if (BIO_printf(bp,"%02X"
    -								, opp[i]) <= 0)
    -								goto end;
    -							}
    -						}
    -					else
    -					/* print the normal dump */
    -						{
    -						if (!nl) 
    -							{
    -							if (BIO_write(bp,"\n",1) <= 0)
    -								goto end;
    -							}
    -						if (BIO_dump_indent(bp,
    -							(const char *)opp,
    -							((dump == -1 || dump > 
    -							os->length)?os->length:dump),
    -							dump_indent) <= 0)
    -							goto end;
    -						nl=1;
    -						}
    -					}
    -				if (os != NULL)
    -					{
    -					M_ASN1_OCTET_STRING_free(os);
    -					os=NULL;
    -					}
    -				}
    -			else if (tag == V_ASN1_INTEGER)
    -				{
    -				ASN1_INTEGER *bs;
    -				int i;
    +                opp = op;
    +                os = d2i_ASN1_OCTET_STRING(NULL, &opp, len + hl);
    +                if (os != NULL && os->length > 0) {
    +                    opp = os->data;
    +                    /*
    +                     * testing whether the octet string is printable
    +                     */
    +                    for (i = 0; i < os->length; i++) {
    +                        if (((opp[i] < ' ') &&
    +                             (opp[i] != '\n') &&
    +                             (opp[i] != '\r') &&
    +                             (opp[i] != '\t')) || (opp[i] > '~')) {
    +                            printable = 0;
    +                            break;
    +                        }
    +                    }
    +                    if (printable)
    +                        /* printable string */
    +                    {
    +                        if (BIO_write(bp, ":", 1) <= 0)
    +                            goto end;
    +                        if (BIO_write(bp, (const char *)opp, os->length) <= 0)
    +                            goto end;
    +                    } else if (!dump)
    +                        /*
    +                         * not printable => print octet string as hex dump
    +                         */
    +                    {
    +                        if (BIO_write(bp, "[HEX DUMP]:", 11) <= 0)
    +                            goto end;
    +                        for (i = 0; i < os->length; i++) {
    +                            if (BIO_printf(bp, "%02X", opp[i]) <= 0)
    +                                goto end;
    +                        }
    +                    } else
    +                        /* print the normal dump */
    +                    {
    +                        if (!nl) {
    +                            if (BIO_write(bp, "\n", 1) <= 0)
    +                                goto end;
    +                        }
    +                        if (BIO_dump_indent(bp,
    +                                            (const char *)opp,
    +                                            ((dump == -1 || dump >
    +                                              os->
    +                                              length) ? os->length : dump),
    +                                            dump_indent) <= 0)
    +                            goto end;
    +                        nl = 1;
    +                    }
    +                }
    +                if (os != NULL) {
    +                    M_ASN1_OCTET_STRING_free(os);
    +                    os = NULL;
    +                }
    +            } else if (tag == V_ASN1_INTEGER) {
    +                ASN1_INTEGER *bs;
    +                int i;
     
    -				opp=op;
    -				bs=d2i_ASN1_INTEGER(NULL,&opp,len+hl);
    -				if (bs != NULL)
    -					{
    -					if (BIO_write(bp,":",1) <= 0) goto end;
    -					if (bs->type == V_ASN1_NEG_INTEGER)
    -						if (BIO_write(bp,"-",1) <= 0)
    -							goto end;
    -					for (i=0; ilength; i++)
    -						{
    -						if (BIO_printf(bp,"%02X",
    -							bs->data[i]) <= 0)
    -							goto end;
    -						}
    -					if (bs->length == 0)
    -						{
    -						if (BIO_write(bp,"00",2) <= 0)
    -							goto end;
    -						}
    -					}
    -				else
    -					{
    -					if (BIO_write(bp,"BAD INTEGER",11) <= 0)
    -						goto end;
    -					}
    -				M_ASN1_INTEGER_free(bs);
    -				}
    -			else if (tag == V_ASN1_ENUMERATED)
    -				{
    -				ASN1_ENUMERATED *bs;
    -				int i;
    +                opp = op;
    +                bs = d2i_ASN1_INTEGER(NULL, &opp, len + hl);
    +                if (bs != NULL) {
    +                    if (BIO_write(bp, ":", 1) <= 0)
    +                        goto end;
    +                    if (bs->type == V_ASN1_NEG_INTEGER)
    +                        if (BIO_write(bp, "-", 1) <= 0)
    +                            goto end;
    +                    for (i = 0; i < bs->length; i++) {
    +                        if (BIO_printf(bp, "%02X", bs->data[i]) <= 0)
    +                            goto end;
    +                    }
    +                    if (bs->length == 0) {
    +                        if (BIO_write(bp, "00", 2) <= 0)
    +                            goto end;
    +                    }
    +                } else {
    +                    if (BIO_write(bp, "BAD INTEGER", 11) <= 0)
    +                        goto end;
    +                }
    +                M_ASN1_INTEGER_free(bs);
    +            } else if (tag == V_ASN1_ENUMERATED) {
    +                ASN1_ENUMERATED *bs;
    +                int i;
     
    -				opp=op;
    -				bs=d2i_ASN1_ENUMERATED(NULL,&opp,len+hl);
    -				if (bs != NULL)
    -					{
    -					if (BIO_write(bp,":",1) <= 0) goto end;
    -					if (bs->type == V_ASN1_NEG_ENUMERATED)
    -						if (BIO_write(bp,"-",1) <= 0)
    -							goto end;
    -					for (i=0; ilength; i++)
    -						{
    -						if (BIO_printf(bp,"%02X",
    -							bs->data[i]) <= 0)
    -							goto end;
    -						}
    -					if (bs->length == 0)
    -						{
    -						if (BIO_write(bp,"00",2) <= 0)
    -							goto end;
    -						}
    -					}
    -				else
    -					{
    -					if (BIO_write(bp,"BAD ENUMERATED",11) <= 0)
    -						goto end;
    -					}
    -				M_ASN1_ENUMERATED_free(bs);
    -				}
    -			else if (len > 0 && dump)
    -				{
    -				if (!nl) 
    -					{
    -					if (BIO_write(bp,"\n",1) <= 0)
    -						goto end;
    -					}
    -				if (BIO_dump_indent(bp,(const char *)p,
    -					((dump == -1 || dump > len)?len:dump),
    -					dump_indent) <= 0)
    -					goto end;
    -				nl=1;
    -				}
    +                opp = op;
    +                bs = d2i_ASN1_ENUMERATED(NULL, &opp, len + hl);
    +                if (bs != NULL) {
    +                    if (BIO_write(bp, ":", 1) <= 0)
    +                        goto end;
    +                    if (bs->type == V_ASN1_NEG_ENUMERATED)
    +                        if (BIO_write(bp, "-", 1) <= 0)
    +                            goto end;
    +                    for (i = 0; i < bs->length; i++) {
    +                        if (BIO_printf(bp, "%02X", bs->data[i]) <= 0)
    +                            goto end;
    +                    }
    +                    if (bs->length == 0) {
    +                        if (BIO_write(bp, "00", 2) <= 0)
    +                            goto end;
    +                    }
    +                } else {
    +                    if (BIO_write(bp, "BAD ENUMERATED", 11) <= 0)
    +                        goto end;
    +                }
    +                M_ASN1_ENUMERATED_free(bs);
    +            } else if (len > 0 && dump) {
    +                if (!nl) {
    +                    if (BIO_write(bp, "\n", 1) <= 0)
    +                        goto end;
    +                }
    +                if (BIO_dump_indent(bp, (const char *)p,
    +                                    ((dump == -1 || dump > len) ? len : dump),
    +                                    dump_indent) <= 0)
    +                    goto end;
    +                nl = 1;
    +            }
     
    -			if (!nl) 
    -				{
    -				if (BIO_write(bp,"\n",1) <= 0) goto end;
    -				}
    -			p+=len;
    -			if ((tag == V_ASN1_EOC) && (xclass == 0))
    -				{
    -				ret=2; /* End of sequence */
    -				goto end;
    -				}
    -			}
    -		length-=len;
    -		}
    -	ret=1;
    -end:
    -	if (o != NULL) ASN1_OBJECT_free(o);
    -	if (os != NULL) M_ASN1_OCTET_STRING_free(os);
    -	*pp=p;
    -	return(ret);
    -	}
    +            if (!nl) {
    +                if (BIO_write(bp, "\n", 1) <= 0)
    +                    goto end;
    +            }
    +            p += len;
    +            if ((tag == V_ASN1_EOC) && (xclass == 0)) {
    +                ret = 2;        /* End of sequence */
    +                goto end;
    +            }
    +        }
    +        length -= len;
    +    }
    +    ret = 1;
    + end:
    +    if (o != NULL)
    +        ASN1_OBJECT_free(o);
    +    if (os != NULL)
    +        M_ASN1_OCTET_STRING_free(os);
    +    *pp = p;
    +    return (ret);
    +}
     
     const char *ASN1_tag2str(int tag)
     {
    -	static const char * const tag2str[] = {
    -	 "EOC", "BOOLEAN", "INTEGER", "BIT STRING", "OCTET STRING", /* 0-4 */
    -	 "NULL", "OBJECT", "OBJECT DESCRIPTOR", "EXTERNAL", "REAL", /* 5-9 */
    -	 "ENUMERATED", "", "UTF8STRING", "", 	    /* 10-13 */
    -	"", "", "SEQUENCE", "SET", 		    /* 15-17 */
    -	"NUMERICSTRING", "PRINTABLESTRING", "T61STRING",	    /* 18-20 */
    -	"VIDEOTEXSTRING", "IA5STRING", "UTCTIME","GENERALIZEDTIME", /* 21-24 */
    -	"GRAPHICSTRING", "VISIBLESTRING", "GENERALSTRING",	    /* 25-27 */
    -	"UNIVERSALSTRING", "", "BMPSTRING"		    /* 28-30 */
    -	};
    +    static const char *const tag2str[] = {
    +        /* 0-4 */
    +        "EOC", "BOOLEAN", "INTEGER", "BIT STRING", "OCTET STRING",
    +        /* 5-9 */
    +        "NULL", "OBJECT", "OBJECT DESCRIPTOR", "EXTERNAL", "REAL",
    +        /* 10-13 */
    +        "ENUMERATED", "", "UTF8STRING", "",
    +        /* 15-17 */
    +        "", "", "SEQUENCE", "SET",
    +        /* 18-20 */
    +        "NUMERICSTRING", "PRINTABLESTRING", "T61STRING",
    +        /* 21-24 */
    +        "VIDEOTEXSTRING", "IA5STRING", "UTCTIME", "GENERALIZEDTIME",
    +        /* 25-27 */
    +        "GRAPHICSTRING", "VISIBLESTRING", "GENERALSTRING",
    +        /* 28-30 */
    +        "UNIVERSALSTRING", "", "BMPSTRING"
    +    };
     
    -	if((tag == V_ASN1_NEG_INTEGER) || (tag == V_ASN1_NEG_ENUMERATED))
    -							tag &= ~0x100;
    +    if ((tag == V_ASN1_NEG_INTEGER) || (tag == V_ASN1_NEG_ENUMERATED))
    +        tag &= ~0x100;
     
    -	if(tag < 0 || tag > 30) return "(unknown)";
    -	return tag2str[tag];
    +    if (tag < 0 || tag > 30)
    +        return "(unknown)";
    +    return tag2str[tag];
     }
    -
    diff --git a/openssl/crypto/asn1/asn1t.h b/openssl/crypto/asn1/asn1t.h
    index d230e4bf7..99bc0eecf 100644
    --- a/openssl/crypto/asn1/asn1t.h
    +++ b/openssl/crypto/asn1/asn1t.h
    @@ -1,6 +1,7 @@
     /* asn1t.h */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 2000-2005 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,16 +57,16 @@
      *
      */
     #ifndef HEADER_ASN1T_H
    -#define HEADER_ASN1T_H
    +# define HEADER_ASN1T_H
     
    -#include 
    -#include 
    -#include 
    +# include 
    +# include 
    +# include 
     
    -#ifdef OPENSSL_BUILD_SHLIBCRYPTO
    -# undef OPENSSL_EXTERN
    -# define OPENSSL_EXTERN OPENSSL_EXPORT
    -#endif
    +# ifdef OPENSSL_BUILD_SHLIBCRYPTO
    +#  undef OPENSSL_EXTERN
    +#  define OPENSSL_EXTERN OPENSSL_EXPORT
    +# endif
     
     /* ASN1 template defines, structures and functions */
     
    @@ -73,517 +74,514 @@
     extern "C" {
     #endif
     
    -
    -#ifndef OPENSSL_EXPORT_VAR_AS_FUNCTION
    +# ifndef OPENSSL_EXPORT_VAR_AS_FUNCTION
     
     /* Macro to obtain ASN1_ADB pointer from a type (only used internally) */
    -#define ASN1_ADB_ptr(iptr) ((const ASN1_ADB *)(iptr))
    -
    +#  define ASN1_ADB_ptr(iptr) ((const ASN1_ADB *)(iptr))
     
     /* Macros for start and end of ASN1_ITEM definition */
     
    -#define ASN1_ITEM_start(itname) \
    -	OPENSSL_GLOBAL const ASN1_ITEM itname##_it = {
    +#  define ASN1_ITEM_start(itname) \
    +        OPENSSL_GLOBAL const ASN1_ITEM itname##_it = {
     
    -#define ASN1_ITEM_end(itname) \
    -		};
    +#  define ASN1_ITEM_end(itname) \
    +                };
     
    -#else
    +# else
     
     /* Macro to obtain ASN1_ADB pointer from a type (only used internally) */
    -#define ASN1_ADB_ptr(iptr) ((const ASN1_ADB *)(iptr()))
    -
    +#  define ASN1_ADB_ptr(iptr) ((const ASN1_ADB *)(iptr()))
     
     /* Macros for start and end of ASN1_ITEM definition */
     
    -#define ASN1_ITEM_start(itname) \
    -	const ASN1_ITEM * itname##_it(void) \
    -	{ \
    -		static const ASN1_ITEM local_it = { 
    -
    -#define ASN1_ITEM_end(itname) \
    -		}; \
    -	return &local_it; \
    -	}
    +#  define ASN1_ITEM_start(itname) \
    +        const ASN1_ITEM * itname##_it(void) \
    +        { \
    +                static const ASN1_ITEM local_it = {
     
    -#endif
    +#  define ASN1_ITEM_end(itname) \
    +                }; \
    +        return &local_it; \
    +        }
     
    +# endif
     
     /* Macros to aid ASN1 template writing */
     
    -#define ASN1_ITEM_TEMPLATE(tname) \
    -	static const ASN1_TEMPLATE tname##_item_tt 
    -
    -#define ASN1_ITEM_TEMPLATE_END(tname) \
    -	;\
    -	ASN1_ITEM_start(tname) \
    -		ASN1_ITYPE_PRIMITIVE,\
    -		-1,\
    -		&tname##_item_tt,\
    -		0,\
    -		NULL,\
    -		0,\
    -		#tname \
    -	ASN1_ITEM_end(tname)
    -
    +# define ASN1_ITEM_TEMPLATE(tname) \
    +        static const ASN1_TEMPLATE tname##_item_tt
    +
    +# define ASN1_ITEM_TEMPLATE_END(tname) \
    +        ;\
    +        ASN1_ITEM_start(tname) \
    +                ASN1_ITYPE_PRIMITIVE,\
    +                -1,\
    +                &tname##_item_tt,\
    +                0,\
    +                NULL,\
    +                0,\
    +                #tname \
    +        ASN1_ITEM_end(tname)
     
     /* This is a ASN1 type which just embeds a template */
    - 
    -/* This pair helps declare a SEQUENCE. We can do:
    +
    +/*-
    + * This pair helps declare a SEQUENCE. We can do:
      *
    - * 	ASN1_SEQUENCE(stname) = {
    - * 		... SEQUENCE components ...
    - * 	} ASN1_SEQUENCE_END(stname)
    + *      ASN1_SEQUENCE(stname) = {
    + *              ... SEQUENCE components ...
    + *      } ASN1_SEQUENCE_END(stname)
      *
    - * 	This will produce an ASN1_ITEM called stname_it
    - *	for a structure called stname.
    + *      This will produce an ASN1_ITEM called stname_it
    + *      for a structure called stname.
      *
    - * 	If you want the same structure but a different
    - *	name then use:
    + *      If you want the same structure but a different
    + *      name then use:
      *
    - * 	ASN1_SEQUENCE(itname) = {
    - * 		... SEQUENCE components ...
    - * 	} ASN1_SEQUENCE_END_name(stname, itname)
    + *      ASN1_SEQUENCE(itname) = {
    + *              ... SEQUENCE components ...
    + *      } ASN1_SEQUENCE_END_name(stname, itname)
      *
    - *	This will create an item called itname_it using
    - *	a structure called stname.
    + *      This will create an item called itname_it using
    + *      a structure called stname.
      */
     
    -#define ASN1_SEQUENCE(tname) \
    -	static const ASN1_TEMPLATE tname##_seq_tt[] 
    -
    -#define ASN1_SEQUENCE_END(stname) ASN1_SEQUENCE_END_name(stname, stname)
    -
    -#define ASN1_SEQUENCE_END_name(stname, tname) \
    -	;\
    -	ASN1_ITEM_start(tname) \
    -		ASN1_ITYPE_SEQUENCE,\
    -		V_ASN1_SEQUENCE,\
    -		tname##_seq_tt,\
    -		sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),\
    -		NULL,\
    -		sizeof(stname),\
    -		#stname \
    -	ASN1_ITEM_end(tname)
    -
    -#define ASN1_NDEF_SEQUENCE(tname) \
    -	ASN1_SEQUENCE(tname)
    -
    -#define ASN1_NDEF_SEQUENCE_cb(tname, cb) \
    -	ASN1_SEQUENCE_cb(tname, cb)
    -
    -#define ASN1_SEQUENCE_cb(tname, cb) \
    -	static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
    -	ASN1_SEQUENCE(tname)
    -
    -#define ASN1_BROKEN_SEQUENCE(tname) \
    -	static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_BROKEN, 0, 0, 0, 0}; \
    -	ASN1_SEQUENCE(tname)
    -
    -#define ASN1_SEQUENCE_ref(tname, cb, lck) \
    -	static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
    -	ASN1_SEQUENCE(tname)
    -
    -#define ASN1_SEQUENCE_enc(tname, enc, cb) \
    -	static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc)}; \
    -	ASN1_SEQUENCE(tname)
    -
    -#define ASN1_NDEF_SEQUENCE_END(tname) \
    -	;\
    -	ASN1_ITEM_start(tname) \
    -		ASN1_ITYPE_NDEF_SEQUENCE,\
    -		V_ASN1_SEQUENCE,\
    -		tname##_seq_tt,\
    -		sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),\
    -		NULL,\
    -		sizeof(tname),\
    -		#tname \
    -	ASN1_ITEM_end(tname)
    -
    -#define ASN1_BROKEN_SEQUENCE_END(stname) ASN1_SEQUENCE_END_ref(stname, stname)
    -
    -#define ASN1_SEQUENCE_END_enc(stname, tname) ASN1_SEQUENCE_END_ref(stname, tname)
    -
    -#define ASN1_SEQUENCE_END_cb(stname, tname) ASN1_SEQUENCE_END_ref(stname, tname)
    -
    -#define ASN1_SEQUENCE_END_ref(stname, tname) \
    -	;\
    -	ASN1_ITEM_start(tname) \
    -		ASN1_ITYPE_SEQUENCE,\
    -		V_ASN1_SEQUENCE,\
    -		tname##_seq_tt,\
    -		sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),\
    -		&tname##_aux,\
    -		sizeof(stname),\
    -		#stname \
    -	ASN1_ITEM_end(tname)
    -
    -#define ASN1_NDEF_SEQUENCE_END_cb(stname, tname) \
    -	;\
    -	ASN1_ITEM_start(tname) \
    -		ASN1_ITYPE_NDEF_SEQUENCE,\
    -		V_ASN1_SEQUENCE,\
    -		tname##_seq_tt,\
    -		sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),\
    -		&tname##_aux,\
    -		sizeof(stname),\
    -		#stname \
    -	ASN1_ITEM_end(tname)
    -
    -
    -/* This pair helps declare a CHOICE type. We can do:
    +# define ASN1_SEQUENCE(tname) \
    +        static const ASN1_TEMPLATE tname##_seq_tt[]
    +
    +# define ASN1_SEQUENCE_END(stname) ASN1_SEQUENCE_END_name(stname, stname)
    +
    +# define ASN1_SEQUENCE_END_name(stname, tname) \
    +        ;\
    +        ASN1_ITEM_start(tname) \
    +                ASN1_ITYPE_SEQUENCE,\
    +                V_ASN1_SEQUENCE,\
    +                tname##_seq_tt,\
    +                sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),\
    +                NULL,\
    +                sizeof(stname),\
    +                #stname \
    +        ASN1_ITEM_end(tname)
    +
    +# define ASN1_NDEF_SEQUENCE(tname) \
    +        ASN1_SEQUENCE(tname)
    +
    +# define ASN1_NDEF_SEQUENCE_cb(tname, cb) \
    +        ASN1_SEQUENCE_cb(tname, cb)
    +
    +# define ASN1_SEQUENCE_cb(tname, cb) \
    +        static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
    +        ASN1_SEQUENCE(tname)
    +
    +# define ASN1_BROKEN_SEQUENCE(tname) \
    +        static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_BROKEN, 0, 0, 0, 0}; \
    +        ASN1_SEQUENCE(tname)
    +
    +# define ASN1_SEQUENCE_ref(tname, cb, lck) \
    +        static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
    +        ASN1_SEQUENCE(tname)
    +
    +# define ASN1_SEQUENCE_enc(tname, enc, cb) \
    +        static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc)}; \
    +        ASN1_SEQUENCE(tname)
    +
    +# define ASN1_NDEF_SEQUENCE_END(tname) \
    +        ;\
    +        ASN1_ITEM_start(tname) \
    +                ASN1_ITYPE_NDEF_SEQUENCE,\
    +                V_ASN1_SEQUENCE,\
    +                tname##_seq_tt,\
    +                sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),\
    +                NULL,\
    +                sizeof(tname),\
    +                #tname \
    +        ASN1_ITEM_end(tname)
    +
    +# define ASN1_BROKEN_SEQUENCE_END(stname) ASN1_SEQUENCE_END_ref(stname, stname)
    +
    +# define ASN1_SEQUENCE_END_enc(stname, tname) ASN1_SEQUENCE_END_ref(stname, tname)
    +
    +# define ASN1_SEQUENCE_END_cb(stname, tname) ASN1_SEQUENCE_END_ref(stname, tname)
    +
    +# define ASN1_SEQUENCE_END_ref(stname, tname) \
    +        ;\
    +        ASN1_ITEM_start(tname) \
    +                ASN1_ITYPE_SEQUENCE,\
    +                V_ASN1_SEQUENCE,\
    +                tname##_seq_tt,\
    +                sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),\
    +                &tname##_aux,\
    +                sizeof(stname),\
    +                #stname \
    +        ASN1_ITEM_end(tname)
    +
    +# define ASN1_NDEF_SEQUENCE_END_cb(stname, tname) \
    +        ;\
    +        ASN1_ITEM_start(tname) \
    +                ASN1_ITYPE_NDEF_SEQUENCE,\
    +                V_ASN1_SEQUENCE,\
    +                tname##_seq_tt,\
    +                sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),\
    +                &tname##_aux,\
    +                sizeof(stname),\
    +                #stname \
    +        ASN1_ITEM_end(tname)
    +
    +/*-
    + * This pair helps declare a CHOICE type. We can do:
    + *
    + *      ASN1_CHOICE(chname) = {
    + *              ... CHOICE options ...
    + *      ASN1_CHOICE_END(chname)
      *
    - * 	ASN1_CHOICE(chname) = {
    - * 		... CHOICE options ...
    - * 	ASN1_CHOICE_END(chname)
    + *      This will produce an ASN1_ITEM called chname_it
    + *      for a structure called chname. The structure
    + *      definition must look like this:
    + *      typedef struct {
    + *              int type;
    + *              union {
    + *                      ASN1_SOMETHING *opt1;
    + *                      ASN1_SOMEOTHER *opt2;
    + *              } value;
    + *      } chname;
      *
    - * 	This will produce an ASN1_ITEM called chname_it
    - *	for a structure called chname. The structure
    - *	definition must look like this:
    - *	typedef struct {
    - *		int type;
    - *		union {
    - *			ASN1_SOMETHING *opt1;
    - *			ASN1_SOMEOTHER *opt2;
    - *		} value;
    - *	} chname;
    - *	
    - *	the name of the selector must be 'type'.
    - * 	to use an alternative selector name use the
    + *      the name of the selector must be 'type'.
    + *      to use an alternative selector name use the
      *      ASN1_CHOICE_END_selector() version.
      */
     
    -#define ASN1_CHOICE(tname) \
    -	static const ASN1_TEMPLATE tname##_ch_tt[] 
    -
    -#define ASN1_CHOICE_cb(tname, cb) \
    -	static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
    -	ASN1_CHOICE(tname)
    -
    -#define ASN1_CHOICE_END(stname) ASN1_CHOICE_END_name(stname, stname)
    -
    -#define ASN1_CHOICE_END_name(stname, tname) ASN1_CHOICE_END_selector(stname, tname, type)
    -
    -#define ASN1_CHOICE_END_selector(stname, tname, selname) \
    -	;\
    -	ASN1_ITEM_start(tname) \
    -		ASN1_ITYPE_CHOICE,\
    -		offsetof(stname,selname) ,\
    -		tname##_ch_tt,\
    -		sizeof(tname##_ch_tt) / sizeof(ASN1_TEMPLATE),\
    -		NULL,\
    -		sizeof(stname),\
    -		#stname \
    -	ASN1_ITEM_end(tname)
    -
    -#define ASN1_CHOICE_END_cb(stname, tname, selname) \
    -	;\
    -	ASN1_ITEM_start(tname) \
    -		ASN1_ITYPE_CHOICE,\
    -		offsetof(stname,selname) ,\
    -		tname##_ch_tt,\
    -		sizeof(tname##_ch_tt) / sizeof(ASN1_TEMPLATE),\
    -		&tname##_aux,\
    -		sizeof(stname),\
    -		#stname \
    -	ASN1_ITEM_end(tname)
    +# define ASN1_CHOICE(tname) \
    +        static const ASN1_TEMPLATE tname##_ch_tt[]
    +
    +# define ASN1_CHOICE_cb(tname, cb) \
    +        static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
    +        ASN1_CHOICE(tname)
    +
    +# define ASN1_CHOICE_END(stname) ASN1_CHOICE_END_name(stname, stname)
    +
    +# define ASN1_CHOICE_END_name(stname, tname) ASN1_CHOICE_END_selector(stname, tname, type)
    +
    +# define ASN1_CHOICE_END_selector(stname, tname, selname) \
    +        ;\
    +        ASN1_ITEM_start(tname) \
    +                ASN1_ITYPE_CHOICE,\
    +                offsetof(stname,selname) ,\
    +                tname##_ch_tt,\
    +                sizeof(tname##_ch_tt) / sizeof(ASN1_TEMPLATE),\
    +                NULL,\
    +                sizeof(stname),\
    +                #stname \
    +        ASN1_ITEM_end(tname)
    +
    +# define ASN1_CHOICE_END_cb(stname, tname, selname) \
    +        ;\
    +        ASN1_ITEM_start(tname) \
    +                ASN1_ITYPE_CHOICE,\
    +                offsetof(stname,selname) ,\
    +                tname##_ch_tt,\
    +                sizeof(tname##_ch_tt) / sizeof(ASN1_TEMPLATE),\
    +                &tname##_aux,\
    +                sizeof(stname),\
    +                #stname \
    +        ASN1_ITEM_end(tname)
     
     /* This helps with the template wrapper form of ASN1_ITEM */
     
    -#define ASN1_EX_TEMPLATE_TYPE(flags, tag, name, type) { \
    -	(flags), (tag), 0,\
    -	#name, ASN1_ITEM_ref(type) }
    +# define ASN1_EX_TEMPLATE_TYPE(flags, tag, name, type) { \
    +        (flags), (tag), 0,\
    +        #name, ASN1_ITEM_ref(type) }
     
     /* These help with SEQUENCE or CHOICE components */
     
     /* used to declare other types */
     
    -#define ASN1_EX_TYPE(flags, tag, stname, field, type) { \
    -	(flags), (tag), offsetof(stname, field),\
    -	#field, ASN1_ITEM_ref(type) }
    +# define ASN1_EX_TYPE(flags, tag, stname, field, type) { \
    +        (flags), (tag), offsetof(stname, field),\
    +        #field, ASN1_ITEM_ref(type) }
     
     /* used when the structure is combined with the parent */
     
    -#define ASN1_EX_COMBINE(flags, tag, type) { \
    -	(flags)|ASN1_TFLG_COMBINE, (tag), 0, NULL, ASN1_ITEM_ref(type) }
    +# define ASN1_EX_COMBINE(flags, tag, type) { \
    +        (flags)|ASN1_TFLG_COMBINE, (tag), 0, NULL, ASN1_ITEM_ref(type) }
     
     /* implicit and explicit helper macros */
     
    -#define ASN1_IMP_EX(stname, field, type, tag, ex) \
    -		ASN1_EX_TYPE(ASN1_TFLG_IMPLICIT | ex, tag, stname, field, type)
    +# define ASN1_IMP_EX(stname, field, type, tag, ex) \
    +                ASN1_EX_TYPE(ASN1_TFLG_IMPLICIT | ex, tag, stname, field, type)
     
    -#define ASN1_EXP_EX(stname, field, type, tag, ex) \
    -		ASN1_EX_TYPE(ASN1_TFLG_EXPLICIT | ex, tag, stname, field, type)
    +# define ASN1_EXP_EX(stname, field, type, tag, ex) \
    +                ASN1_EX_TYPE(ASN1_TFLG_EXPLICIT | ex, tag, stname, field, type)
     
     /* Any defined by macros: the field used is in the table itself */
     
    -#ifndef OPENSSL_EXPORT_VAR_AS_FUNCTION
    -#define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##_adb) }
    -#define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##_adb) }
    -#else
    -#define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, tblname##_adb }
    -#define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, tblname##_adb }
    -#endif
    +# ifndef OPENSSL_EXPORT_VAR_AS_FUNCTION
    +#  define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##_adb) }
    +#  define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##_adb) }
    +# else
    +#  define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, tblname##_adb }
    +#  define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, tblname##_adb }
    +# endif
     /* Plain simple type */
    -#define ASN1_SIMPLE(stname, field, type) ASN1_EX_TYPE(0,0, stname, field, type)
    +# define ASN1_SIMPLE(stname, field, type) ASN1_EX_TYPE(0,0, stname, field, type)
     
     /* OPTIONAL simple type */
    -#define ASN1_OPT(stname, field, type) ASN1_EX_TYPE(ASN1_TFLG_OPTIONAL, 0, stname, field, type)
    +# define ASN1_OPT(stname, field, type) ASN1_EX_TYPE(ASN1_TFLG_OPTIONAL, 0, stname, field, type)
     
     /* IMPLICIT tagged simple type */
    -#define ASN1_IMP(stname, field, type, tag) ASN1_IMP_EX(stname, field, type, tag, 0)
    +# define ASN1_IMP(stname, field, type, tag) ASN1_IMP_EX(stname, field, type, tag, 0)
     
     /* IMPLICIT tagged OPTIONAL simple type */
    -#define ASN1_IMP_OPT(stname, field, type, tag) ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_OPTIONAL)
    +# define ASN1_IMP_OPT(stname, field, type, tag) ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_OPTIONAL)
     
     /* Same as above but EXPLICIT */
     
    -#define ASN1_EXP(stname, field, type, tag) ASN1_EXP_EX(stname, field, type, tag, 0)
    -#define ASN1_EXP_OPT(stname, field, type, tag) ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_OPTIONAL)
    +# define ASN1_EXP(stname, field, type, tag) ASN1_EXP_EX(stname, field, type, tag, 0)
    +# define ASN1_EXP_OPT(stname, field, type, tag) ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_OPTIONAL)
     
     /* SEQUENCE OF type */
    -#define ASN1_SEQUENCE_OF(stname, field, type) \
    -		ASN1_EX_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, stname, field, type)
    +# define ASN1_SEQUENCE_OF(stname, field, type) \
    +                ASN1_EX_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, stname, field, type)
     
     /* OPTIONAL SEQUENCE OF */
    -#define ASN1_SEQUENCE_OF_OPT(stname, field, type) \
    -		ASN1_EX_TYPE(ASN1_TFLG_SEQUENCE_OF|ASN1_TFLG_OPTIONAL, 0, stname, field, type)
    +# define ASN1_SEQUENCE_OF_OPT(stname, field, type) \
    +                ASN1_EX_TYPE(ASN1_TFLG_SEQUENCE_OF|ASN1_TFLG_OPTIONAL, 0, stname, field, type)
     
     /* Same as above but for SET OF */
     
    -#define ASN1_SET_OF(stname, field, type) \
    -		ASN1_EX_TYPE(ASN1_TFLG_SET_OF, 0, stname, field, type)
    +# define ASN1_SET_OF(stname, field, type) \
    +                ASN1_EX_TYPE(ASN1_TFLG_SET_OF, 0, stname, field, type)
     
    -#define ASN1_SET_OF_OPT(stname, field, type) \
    -		ASN1_EX_TYPE(ASN1_TFLG_SET_OF|ASN1_TFLG_OPTIONAL, 0, stname, field, type)
    +# define ASN1_SET_OF_OPT(stname, field, type) \
    +                ASN1_EX_TYPE(ASN1_TFLG_SET_OF|ASN1_TFLG_OPTIONAL, 0, stname, field, type)
     
     /* Finally compound types of SEQUENCE, SET, IMPLICIT, EXPLICIT and OPTIONAL */
     
    -#define ASN1_IMP_SET_OF(stname, field, type, tag) \
    -			ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_SET_OF)
    +# define ASN1_IMP_SET_OF(stname, field, type, tag) \
    +                        ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_SET_OF)
     
    -#define ASN1_EXP_SET_OF(stname, field, type, tag) \
    -			ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_SET_OF)
    +# define ASN1_EXP_SET_OF(stname, field, type, tag) \
    +                        ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_SET_OF)
     
    -#define ASN1_IMP_SET_OF_OPT(stname, field, type, tag) \
    -			ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_SET_OF|ASN1_TFLG_OPTIONAL)
    +# define ASN1_IMP_SET_OF_OPT(stname, field, type, tag) \
    +                        ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_SET_OF|ASN1_TFLG_OPTIONAL)
     
    -#define ASN1_EXP_SET_OF_OPT(stname, field, type, tag) \
    -			ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_SET_OF|ASN1_TFLG_OPTIONAL)
    +# define ASN1_EXP_SET_OF_OPT(stname, field, type, tag) \
    +                        ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_SET_OF|ASN1_TFLG_OPTIONAL)
     
    -#define ASN1_IMP_SEQUENCE_OF(stname, field, type, tag) \
    -			ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_SEQUENCE_OF)
    +# define ASN1_IMP_SEQUENCE_OF(stname, field, type, tag) \
    +                        ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_SEQUENCE_OF)
     
    -#define ASN1_IMP_SEQUENCE_OF_OPT(stname, field, type, tag) \
    -			ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_SEQUENCE_OF|ASN1_TFLG_OPTIONAL)
    +# define ASN1_IMP_SEQUENCE_OF_OPT(stname, field, type, tag) \
    +                        ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_SEQUENCE_OF|ASN1_TFLG_OPTIONAL)
     
    -#define ASN1_EXP_SEQUENCE_OF(stname, field, type, tag) \
    -			ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_SEQUENCE_OF)
    +# define ASN1_EXP_SEQUENCE_OF(stname, field, type, tag) \
    +                        ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_SEQUENCE_OF)
     
    -#define ASN1_EXP_SEQUENCE_OF_OPT(stname, field, type, tag) \
    -			ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_SEQUENCE_OF|ASN1_TFLG_OPTIONAL)
    +# define ASN1_EXP_SEQUENCE_OF_OPT(stname, field, type, tag) \
    +                        ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_SEQUENCE_OF|ASN1_TFLG_OPTIONAL)
     
     /* EXPLICIT using indefinite length constructed form */
    -#define ASN1_NDEF_EXP(stname, field, type, tag) \
    -			ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_NDEF)
    +# define ASN1_NDEF_EXP(stname, field, type, tag) \
    +                        ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_NDEF)
     
     /* EXPLICIT OPTIONAL using indefinite length constructed form */
    -#define ASN1_NDEF_EXP_OPT(stname, field, type, tag) \
    -			ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_OPTIONAL|ASN1_TFLG_NDEF)
    +# define ASN1_NDEF_EXP_OPT(stname, field, type, tag) \
    +                        ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_OPTIONAL|ASN1_TFLG_NDEF)
     
     /* Macros for the ASN1_ADB structure */
     
    -#define ASN1_ADB(name) \
    -	static const ASN1_ADB_TABLE name##_adbtbl[] 
    -
    -#ifndef OPENSSL_EXPORT_VAR_AS_FUNCTION
    -
    -#define ASN1_ADB_END(name, flags, field, app_table, def, none) \
    -	;\
    -	static const ASN1_ADB name##_adb = {\
    -		flags,\
    -		offsetof(name, field),\
    -		app_table,\
    -		name##_adbtbl,\
    -		sizeof(name##_adbtbl) / sizeof(ASN1_ADB_TABLE),\
    -		def,\
    -		none\
    -	}
    -
    -#else
    -
    -#define ASN1_ADB_END(name, flags, field, app_table, def, none) \
    -	;\
    -	static const ASN1_ITEM *name##_adb(void) \
    -	{ \
    -	static const ASN1_ADB internal_adb = \
    -		{\
    -		flags,\
    -		offsetof(name, field),\
    -		app_table,\
    -		name##_adbtbl,\
    -		sizeof(name##_adbtbl) / sizeof(ASN1_ADB_TABLE),\
    -		def,\
    -		none\
    -		}; \
    -		return (const ASN1_ITEM *) &internal_adb; \
    -	} \
    -	void dummy_function(void)
    -
    -#endif
    -
    -#define ADB_ENTRY(val, template) {val, template}
    +# define ASN1_ADB(name) \
    +        static const ASN1_ADB_TABLE name##_adbtbl[]
    +
    +# ifndef OPENSSL_EXPORT_VAR_AS_FUNCTION
    +
    +#  define ASN1_ADB_END(name, flags, field, app_table, def, none) \
    +        ;\
    +        static const ASN1_ADB name##_adb = {\
    +                flags,\
    +                offsetof(name, field),\
    +                app_table,\
    +                name##_adbtbl,\
    +                sizeof(name##_adbtbl) / sizeof(ASN1_ADB_TABLE),\
    +                def,\
    +                none\
    +        }
     
    -#define ASN1_ADB_TEMPLATE(name) \
    -	static const ASN1_TEMPLATE name##_tt 
    +# else
     
    -/* This is the ASN1 template structure that defines
    - * a wrapper round the actual type. It determines the
    - * actual position of the field in the value structure,
    - * various flags such as OPTIONAL and the field name.
    +#  define ASN1_ADB_END(name, flags, field, app_table, def, none) \
    +        ;\
    +        static const ASN1_ITEM *name##_adb(void) \
    +        { \
    +        static const ASN1_ADB internal_adb = \
    +                {\
    +                flags,\
    +                offsetof(name, field),\
    +                app_table,\
    +                name##_adbtbl,\
    +                sizeof(name##_adbtbl) / sizeof(ASN1_ADB_TABLE),\
    +                def,\
    +                none\
    +                }; \
    +                return (const ASN1_ITEM *) &internal_adb; \
    +        } \
    +        void dummy_function(void)
    +
    +# endif
    +
    +# define ADB_ENTRY(val, template) {val, template}
    +
    +# define ASN1_ADB_TEMPLATE(name) \
    +        static const ASN1_TEMPLATE name##_tt
    +
    +/*
    + * This is the ASN1 template structure that defines a wrapper round the
    + * actual type. It determines the actual position of the field in the value
    + * structure, various flags such as OPTIONAL and the field name.
      */
     
     struct ASN1_TEMPLATE_st {
    -unsigned long flags;		/* Various flags */
    -long tag;			/* tag, not used if no tagging */
    -unsigned long offset;		/* Offset of this field in structure */
    -#ifndef NO_ASN1_FIELD_NAMES
    -const char *field_name;		/* Field name */
    -#endif
    -ASN1_ITEM_EXP *item;		/* Relevant ASN1_ITEM or ASN1_ADB */
    +    unsigned long flags;        /* Various flags */
    +    long tag;                   /* tag, not used if no tagging */
    +    unsigned long offset;       /* Offset of this field in structure */
    +# ifndef NO_ASN1_FIELD_NAMES
    +    const char *field_name;     /* Field name */
    +# endif
    +    ASN1_ITEM_EXP *item;        /* Relevant ASN1_ITEM or ASN1_ADB */
     };
     
     /* Macro to extract ASN1_ITEM and ASN1_ADB pointer from ASN1_TEMPLATE */
     
    -#define ASN1_TEMPLATE_item(t) (t->item_ptr)
    -#define ASN1_TEMPLATE_adb(t) (t->item_ptr)
    +# define ASN1_TEMPLATE_item(t) (t->item_ptr)
    +# define ASN1_TEMPLATE_adb(t) (t->item_ptr)
     
     typedef struct ASN1_ADB_TABLE_st ASN1_ADB_TABLE;
     typedef struct ASN1_ADB_st ASN1_ADB;
     
     struct ASN1_ADB_st {
    -	unsigned long flags;	/* Various flags */
    -	unsigned long offset;	/* Offset of selector field */
    -	STACK_OF(ASN1_ADB_TABLE) **app_items; /* Application defined items */
    -	const ASN1_ADB_TABLE *tbl;	/* Table of possible types */
    -	long tblcount;		/* Number of entries in tbl */
    -	const ASN1_TEMPLATE *default_tt;  /* Type to use if no match */
    -	const ASN1_TEMPLATE *null_tt;  /* Type to use if selector is NULL */
    +    unsigned long flags;        /* Various flags */
    +    unsigned long offset;       /* Offset of selector field */
    +    STACK_OF(ASN1_ADB_TABLE) **app_items; /* Application defined items */
    +    const ASN1_ADB_TABLE *tbl;  /* Table of possible types */
    +    long tblcount;              /* Number of entries in tbl */
    +    const ASN1_TEMPLATE *default_tt; /* Type to use if no match */
    +    const ASN1_TEMPLATE *null_tt; /* Type to use if selector is NULL */
     };
     
     struct ASN1_ADB_TABLE_st {
    -	long value;		/* NID for an object or value for an int */
    -	const ASN1_TEMPLATE tt;		/* item for this value */
    +    long value;                 /* NID for an object or value for an int */
    +    const ASN1_TEMPLATE tt;     /* item for this value */
     };
     
     /* template flags */
     
     /* Field is optional */
    -#define ASN1_TFLG_OPTIONAL	(0x1)
    +# define ASN1_TFLG_OPTIONAL      (0x1)
     
     /* Field is a SET OF */
    -#define ASN1_TFLG_SET_OF	(0x1 << 1)
    +# define ASN1_TFLG_SET_OF        (0x1 << 1)
     
     /* Field is a SEQUENCE OF */
    -#define ASN1_TFLG_SEQUENCE_OF	(0x2 << 1)
    +# define ASN1_TFLG_SEQUENCE_OF   (0x2 << 1)
     
    -/* Special case: this refers to a SET OF that
    - * will be sorted into DER order when encoded *and*
    - * the corresponding STACK will be modified to match
    - * the new order.
    +/*
    + * Special case: this refers to a SET OF that will be sorted into DER order
    + * when encoded *and* the corresponding STACK will be modified to match the
    + * new order.
      */
    -#define ASN1_TFLG_SET_ORDER	(0x3 << 1)
    +# define ASN1_TFLG_SET_ORDER     (0x3 << 1)
     
     /* Mask for SET OF or SEQUENCE OF */
    -#define ASN1_TFLG_SK_MASK	(0x3 << 1)
    +# define ASN1_TFLG_SK_MASK       (0x3 << 1)
     
    -/* These flags mean the tag should be taken from the
    - * tag field. If EXPLICIT then the underlying type
    - * is used for the inner tag.
    +/*
    + * These flags mean the tag should be taken from the tag field. If EXPLICIT
    + * then the underlying type is used for the inner tag.
      */
     
     /* IMPLICIT tagging */
    -#define ASN1_TFLG_IMPTAG	(0x1 << 3)
    -
    +# define ASN1_TFLG_IMPTAG        (0x1 << 3)
     
     /* EXPLICIT tagging, inner tag from underlying type */
    -#define ASN1_TFLG_EXPTAG	(0x2 << 3)
    +# define ASN1_TFLG_EXPTAG        (0x2 << 3)
     
    -#define ASN1_TFLG_TAG_MASK	(0x3 << 3)
    +# define ASN1_TFLG_TAG_MASK      (0x3 << 3)
     
     /* context specific IMPLICIT */
    -#define ASN1_TFLG_IMPLICIT	ASN1_TFLG_IMPTAG|ASN1_TFLG_CONTEXT
    +# define ASN1_TFLG_IMPLICIT      ASN1_TFLG_IMPTAG|ASN1_TFLG_CONTEXT
     
     /* context specific EXPLICIT */
    -#define ASN1_TFLG_EXPLICIT	ASN1_TFLG_EXPTAG|ASN1_TFLG_CONTEXT
    +# define ASN1_TFLG_EXPLICIT      ASN1_TFLG_EXPTAG|ASN1_TFLG_CONTEXT
     
    -/* If tagging is in force these determine the
    - * type of tag to use. Otherwise the tag is
    - * determined by the underlying type. These 
    - * values reflect the actual octet format.
    +/*
    + * If tagging is in force these determine the type of tag to use. Otherwise
    + * the tag is determined by the underlying type. These values reflect the
    + * actual octet format.
      */
     
    -/* Universal tag */ 
    -#define ASN1_TFLG_UNIVERSAL	(0x0<<6)
    -/* Application tag */ 
    -#define ASN1_TFLG_APPLICATION	(0x1<<6)
    -/* Context specific tag */ 
    -#define ASN1_TFLG_CONTEXT	(0x2<<6)
    -/* Private tag */ 
    -#define ASN1_TFLG_PRIVATE	(0x3<<6)
    +/* Universal tag */
    +# define ASN1_TFLG_UNIVERSAL     (0x0<<6)
    +/* Application tag */
    +# define ASN1_TFLG_APPLICATION   (0x1<<6)
    +/* Context specific tag */
    +# define ASN1_TFLG_CONTEXT       (0x2<<6)
    +/* Private tag */
    +# define ASN1_TFLG_PRIVATE       (0x3<<6)
     
    -#define ASN1_TFLG_TAG_CLASS	(0x3<<6)
    +# define ASN1_TFLG_TAG_CLASS     (0x3<<6)
     
    -/* These are for ANY DEFINED BY type. In this case
    - * the 'item' field points to an ASN1_ADB structure
    - * which contains a table of values to decode the
    +/*
    + * These are for ANY DEFINED BY type. In this case the 'item' field points to
    + * an ASN1_ADB structure which contains a table of values to decode the
      * relevant type
      */
     
    -#define ASN1_TFLG_ADB_MASK	(0x3<<8)
    +# define ASN1_TFLG_ADB_MASK      (0x3<<8)
     
    -#define ASN1_TFLG_ADB_OID	(0x1<<8)
    +# define ASN1_TFLG_ADB_OID       (0x1<<8)
     
    -#define ASN1_TFLG_ADB_INT	(0x1<<9)
    +# define ASN1_TFLG_ADB_INT       (0x1<<9)
     
    -/* This flag means a parent structure is passed
    - * instead of the field: this is useful is a
    - * SEQUENCE is being combined with a CHOICE for
    - * example. Since this means the structure and
    - * item name will differ we need to use the
    +/*
    + * This flag means a parent structure is passed instead of the field: this is
    + * useful is a SEQUENCE is being combined with a CHOICE for example. Since
    + * this means the structure and item name will differ we need to use the
      * ASN1_CHOICE_END_name() macro for example.
      */
     
    -#define ASN1_TFLG_COMBINE	(0x1<<10)
    +# define ASN1_TFLG_COMBINE       (0x1<<10)
     
    -/* This flag when present in a SEQUENCE OF, SET OF
    - * or EXPLICIT causes indefinite length constructed
    - * encoding to be used if required.
    +/*
    + * This flag when present in a SEQUENCE OF, SET OF or EXPLICIT causes
    + * indefinite length constructed encoding to be used if required.
      */
     
    -#define ASN1_TFLG_NDEF		(0x1<<11)
    +# define ASN1_TFLG_NDEF          (0x1<<11)
     
     /* This is the actual ASN1 item itself */
     
     struct ASN1_ITEM_st {
    -char itype;			/* The item type, primitive, SEQUENCE, CHOICE or extern */
    -long utype;			/* underlying type */
    -const ASN1_TEMPLATE *templates;	/* If SEQUENCE or CHOICE this contains the contents */
    -long tcount;			/* Number of templates if SEQUENCE or CHOICE */
    -const void *funcs;		/* functions that handle this type */
    -long size;			/* Structure size (usually)*/
    -#ifndef NO_ASN1_FIELD_NAMES
    -const char *sname;		/* Structure name */
    -#endif
    +    char itype;                 /* The item type, primitive, SEQUENCE, CHOICE
    +                                 * or extern */
    +    long utype;                 /* underlying type */
    +    const ASN1_TEMPLATE *templates; /* If SEQUENCE or CHOICE this contains
    +                                     * the contents */
    +    long tcount;                /* Number of templates if SEQUENCE or CHOICE */
    +    const void *funcs;          /* functions that handle this type */
    +    long size;                  /* Structure size (usually) */
    +# ifndef NO_ASN1_FIELD_NAMES
    +    const char *sname;          /* Structure name */
    +# endif
     };
     
    -/* These are values for the itype field and
    +/*-
    + * These are values for the itype field and
      * determine how the type is interpreted.
      *
      * For PRIMITIVE types the underlying type
      * determines the behaviour if items is NULL.
      *
    - * Otherwise templates must contain a single 
    + * Otherwise templates must contain a single
      * template and the type is treated in the
      * same way as the type specified in the template.
      *
    @@ -597,7 +595,7 @@ const char *sname;		/* Structure name */
      * selector.
      *
      * The 'funcs' field is used for application
    - * specific functions. 
    + * specific functions.
      *
      * For COMPAT types the funcs field gives a
      * set of functions that handle this type, this
    @@ -621,292 +619,297 @@ const char *sname;		/* Structure name */
      *
      */
     
    -#define ASN1_ITYPE_PRIMITIVE		0x0
    +# define ASN1_ITYPE_PRIMITIVE            0x0
     
    -#define ASN1_ITYPE_SEQUENCE		0x1
    +# define ASN1_ITYPE_SEQUENCE             0x1
     
    -#define ASN1_ITYPE_CHOICE		0x2
    +# define ASN1_ITYPE_CHOICE               0x2
     
    -#define ASN1_ITYPE_COMPAT		0x3
    +# define ASN1_ITYPE_COMPAT               0x3
     
    -#define ASN1_ITYPE_EXTERN		0x4
    +# define ASN1_ITYPE_EXTERN               0x4
     
    -#define ASN1_ITYPE_MSTRING		0x5
    +# define ASN1_ITYPE_MSTRING              0x5
     
    -#define ASN1_ITYPE_NDEF_SEQUENCE	0x6
    +# define ASN1_ITYPE_NDEF_SEQUENCE        0x6
     
    -/* Cache for ASN1 tag and length, so we
    - * don't keep re-reading it for things
    +/*
    + * Cache for ASN1 tag and length, so we don't keep re-reading it for things
      * like CHOICE
      */
     
    -struct ASN1_TLC_st{
    -	char valid;	/* Values below are valid */
    -	int ret;	/* return value */
    -	long plen;	/* length */
    -	int ptag;	/* class value */
    -	int pclass;	/* class value */
    -	int hdrlen;	/* header length */
    +struct ASN1_TLC_st {
    +    char valid;                 /* Values below are valid */
    +    int ret;                    /* return value */
    +    long plen;                  /* length */
    +    int ptag;                   /* class value */
    +    int pclass;                 /* class value */
    +    int hdrlen;                 /* header length */
     };
     
     /* Typedefs for ASN1 function pointers */
     
    -typedef ASN1_VALUE * ASN1_new_func(void);
    +typedef ASN1_VALUE *ASN1_new_func(void);
     typedef void ASN1_free_func(ASN1_VALUE *a);
    -typedef ASN1_VALUE * ASN1_d2i_func(ASN1_VALUE **a, const unsigned char ** in, long length);
    -typedef int ASN1_i2d_func(ASN1_VALUE * a, unsigned char **in);
    +typedef ASN1_VALUE *ASN1_d2i_func(ASN1_VALUE **a, const unsigned char **in,
    +                                  long length);
    +typedef int ASN1_i2d_func(ASN1_VALUE *a, unsigned char **in);
     
    -typedef int ASN1_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it,
    -					int tag, int aclass, char opt, ASN1_TLC *ctx);
    +typedef int ASN1_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len,
    +                        const ASN1_ITEM *it, int tag, int aclass, char opt,
    +                        ASN1_TLC *ctx);
     
    -typedef int ASN1_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass);
    +typedef int ASN1_ex_i2d(ASN1_VALUE **pval, unsigned char **out,
    +                        const ASN1_ITEM *it, int tag, int aclass);
     typedef int ASN1_ex_new_func(ASN1_VALUE **pval, const ASN1_ITEM *it);
     typedef void ASN1_ex_free_func(ASN1_VALUE **pval, const ASN1_ITEM *it);
     
    -typedef int ASN1_ex_print_func(BIO *out, ASN1_VALUE **pval, 
    -						int indent, const char *fname, 
    -						const ASN1_PCTX *pctx);
    +typedef int ASN1_ex_print_func(BIO *out, ASN1_VALUE **pval,
    +                               int indent, const char *fname,
    +                               const ASN1_PCTX *pctx);
     
    -typedef int ASN1_primitive_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
    -typedef int ASN1_primitive_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
    -typedef int ASN1_primitive_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx);
    +typedef int ASN1_primitive_i2c(ASN1_VALUE **pval, unsigned char *cont,
    +                               int *putype, const ASN1_ITEM *it);
    +typedef int ASN1_primitive_c2i(ASN1_VALUE **pval, const unsigned char *cont,
    +                               int len, int utype, char *free_cont,
    +                               const ASN1_ITEM *it);
    +typedef int ASN1_primitive_print(BIO *out, ASN1_VALUE **pval,
    +                                 const ASN1_ITEM *it, int indent,
    +                                 const ASN1_PCTX *pctx);
     
     typedef struct ASN1_COMPAT_FUNCS_st {
    -	ASN1_new_func *asn1_new;
    -	ASN1_free_func *asn1_free;
    -	ASN1_d2i_func *asn1_d2i;
    -	ASN1_i2d_func *asn1_i2d;
    +    ASN1_new_func *asn1_new;
    +    ASN1_free_func *asn1_free;
    +    ASN1_d2i_func *asn1_d2i;
    +    ASN1_i2d_func *asn1_i2d;
     } ASN1_COMPAT_FUNCS;
     
     typedef struct ASN1_EXTERN_FUNCS_st {
    -	void *app_data;
    -	ASN1_ex_new_func *asn1_ex_new;
    -	ASN1_ex_free_func *asn1_ex_free;
    -	ASN1_ex_free_func *asn1_ex_clear;
    -	ASN1_ex_d2i *asn1_ex_d2i;
    -	ASN1_ex_i2d *asn1_ex_i2d;
    -	ASN1_ex_print_func *asn1_ex_print;
    +    void *app_data;
    +    ASN1_ex_new_func *asn1_ex_new;
    +    ASN1_ex_free_func *asn1_ex_free;
    +    ASN1_ex_free_func *asn1_ex_clear;
    +    ASN1_ex_d2i *asn1_ex_d2i;
    +    ASN1_ex_i2d *asn1_ex_i2d;
    +    ASN1_ex_print_func *asn1_ex_print;
     } ASN1_EXTERN_FUNCS;
     
     typedef struct ASN1_PRIMITIVE_FUNCS_st {
    -	void *app_data;
    -	unsigned long flags;
    -	ASN1_ex_new_func *prim_new;
    -	ASN1_ex_free_func *prim_free;
    -	ASN1_ex_free_func *prim_clear;
    -	ASN1_primitive_c2i *prim_c2i;
    -	ASN1_primitive_i2c *prim_i2c;
    -	ASN1_primitive_print *prim_print;
    +    void *app_data;
    +    unsigned long flags;
    +    ASN1_ex_new_func *prim_new;
    +    ASN1_ex_free_func *prim_free;
    +    ASN1_ex_free_func *prim_clear;
    +    ASN1_primitive_c2i *prim_c2i;
    +    ASN1_primitive_i2c *prim_i2c;
    +    ASN1_primitive_print *prim_print;
     } ASN1_PRIMITIVE_FUNCS;
     
    -/* This is the ASN1_AUX structure: it handles various
    - * miscellaneous requirements. For example the use of
    - * reference counts and an informational callback.
    - *
    - * The "informational callback" is called at various
    - * points during the ASN1 encoding and decoding. It can
    - * be used to provide minor customisation of the structures
    - * used. This is most useful where the supplied routines
    - * *almost* do the right thing but need some extra help
    - * at a few points. If the callback returns zero then
    - * it is assumed a fatal error has occurred and the 
    - * main operation should be abandoned.
    - *
    - * If major changes in the default behaviour are required
    - * then an external type is more appropriate.
    +/*
    + * This is the ASN1_AUX structure: it handles various miscellaneous
    + * requirements. For example the use of reference counts and an informational
    + * callback. The "informational callback" is called at various points during
    + * the ASN1 encoding and decoding. It can be used to provide minor
    + * customisation of the structures used. This is most useful where the
    + * supplied routines *almost* do the right thing but need some extra help at
    + * a few points. If the callback returns zero then it is assumed a fatal
    + * error has occurred and the main operation should be abandoned. If major
    + * changes in the default behaviour are required then an external type is
    + * more appropriate.
      */
     
     typedef int ASN1_aux_cb(int operation, ASN1_VALUE **in, const ASN1_ITEM *it,
    -				void *exarg);
    +                        void *exarg);
     
     typedef struct ASN1_AUX_st {
    -	void *app_data;
    -	int flags;
    -	int ref_offset;		/* Offset of reference value */
    -	int ref_lock;		/* Lock type to use */
    -	ASN1_aux_cb *asn1_cb;
    -	int enc_offset;		/* Offset of ASN1_ENCODING structure */
    +    void *app_data;
    +    int flags;
    +    int ref_offset;             /* Offset of reference value */
    +    int ref_lock;               /* Lock type to use */
    +    ASN1_aux_cb *asn1_cb;
    +    int enc_offset;             /* Offset of ASN1_ENCODING structure */
     } ASN1_AUX;
     
     /* For print related callbacks exarg points to this structure */
     typedef struct ASN1_PRINT_ARG_st {
    -	BIO *out;
    -	int indent;
    -	const ASN1_PCTX *pctx;
    +    BIO *out;
    +    int indent;
    +    const ASN1_PCTX *pctx;
     } ASN1_PRINT_ARG;
     
     /* For streaming related callbacks exarg points to this structure */
     typedef struct ASN1_STREAM_ARG_st {
    -	/* BIO to stream through */
    -	BIO *out;
    -	/* BIO with filters appended */
    -	BIO *ndef_bio;
    -	/* Streaming I/O boundary */
    -	unsigned char **boundary;
    +    /* BIO to stream through */
    +    BIO *out;
    +    /* BIO with filters appended */
    +    BIO *ndef_bio;
    +    /* Streaming I/O boundary */
    +    unsigned char **boundary;
     } ASN1_STREAM_ARG;
     
     /* Flags in ASN1_AUX */
     
     /* Use a reference count */
    -#define ASN1_AFLG_REFCOUNT	1
    +# define ASN1_AFLG_REFCOUNT      1
     /* Save the encoding of structure (useful for signatures) */
    -#define ASN1_AFLG_ENCODING	2
    +# define ASN1_AFLG_ENCODING      2
     /* The Sequence length is invalid */
    -#define ASN1_AFLG_BROKEN	4
    +# define ASN1_AFLG_BROKEN        4
     
     /* operation values for asn1_cb */
     
    -#define ASN1_OP_NEW_PRE		0
    -#define ASN1_OP_NEW_POST	1
    -#define ASN1_OP_FREE_PRE	2
    -#define ASN1_OP_FREE_POST	3
    -#define ASN1_OP_D2I_PRE		4
    -#define ASN1_OP_D2I_POST	5
    -#define ASN1_OP_I2D_PRE		6
    -#define ASN1_OP_I2D_POST	7
    -#define ASN1_OP_PRINT_PRE	8
    -#define ASN1_OP_PRINT_POST	9
    -#define ASN1_OP_STREAM_PRE	10
    -#define ASN1_OP_STREAM_POST	11
    -#define ASN1_OP_DETACHED_PRE	12
    -#define ASN1_OP_DETACHED_POST	13
    +# define ASN1_OP_NEW_PRE         0
    +# define ASN1_OP_NEW_POST        1
    +# define ASN1_OP_FREE_PRE        2
    +# define ASN1_OP_FREE_POST       3
    +# define ASN1_OP_D2I_PRE         4
    +# define ASN1_OP_D2I_POST        5
    +# define ASN1_OP_I2D_PRE         6
    +# define ASN1_OP_I2D_POST        7
    +# define ASN1_OP_PRINT_PRE       8
    +# define ASN1_OP_PRINT_POST      9
    +# define ASN1_OP_STREAM_PRE      10
    +# define ASN1_OP_STREAM_POST     11
    +# define ASN1_OP_DETACHED_PRE    12
    +# define ASN1_OP_DETACHED_POST   13
     
     /* Macro to implement a primitive type */
    -#define IMPLEMENT_ASN1_TYPE(stname) IMPLEMENT_ASN1_TYPE_ex(stname, stname, 0)
    -#define IMPLEMENT_ASN1_TYPE_ex(itname, vname, ex) \
    -				ASN1_ITEM_start(itname) \
    -					ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \
    -				ASN1_ITEM_end(itname)
    +# define IMPLEMENT_ASN1_TYPE(stname) IMPLEMENT_ASN1_TYPE_ex(stname, stname, 0)
    +# define IMPLEMENT_ASN1_TYPE_ex(itname, vname, ex) \
    +                                ASN1_ITEM_start(itname) \
    +                                        ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \
    +                                ASN1_ITEM_end(itname)
     
     /* Macro to implement a multi string type */
    -#define IMPLEMENT_ASN1_MSTRING(itname, mask) \
    -				ASN1_ITEM_start(itname) \
    -					ASN1_ITYPE_MSTRING, mask, NULL, 0, NULL, sizeof(ASN1_STRING), #itname \
    -				ASN1_ITEM_end(itname)
    +# define IMPLEMENT_ASN1_MSTRING(itname, mask) \
    +                                ASN1_ITEM_start(itname) \
    +                                        ASN1_ITYPE_MSTRING, mask, NULL, 0, NULL, sizeof(ASN1_STRING), #itname \
    +                                ASN1_ITEM_end(itname)
     
     /* Macro to implement an ASN1_ITEM in terms of old style funcs */
     
    -#define IMPLEMENT_COMPAT_ASN1(sname) IMPLEMENT_COMPAT_ASN1_type(sname, V_ASN1_SEQUENCE)
    -
    -#define IMPLEMENT_COMPAT_ASN1_type(sname, tag) \
    -	static const ASN1_COMPAT_FUNCS sname##_ff = { \
    -		(ASN1_new_func *)sname##_new, \
    -		(ASN1_free_func *)sname##_free, \
    -		(ASN1_d2i_func *)d2i_##sname, \
    -		(ASN1_i2d_func *)i2d_##sname, \
    -	}; \
    -	ASN1_ITEM_start(sname) \
    -		ASN1_ITYPE_COMPAT, \
    -		tag, \
    -		NULL, \
    -		0, \
    -		&sname##_ff, \
    -		0, \
    -		#sname \
    -	ASN1_ITEM_end(sname)
    -
    -#define IMPLEMENT_EXTERN_ASN1(sname, tag, fptrs) \
    -	ASN1_ITEM_start(sname) \
    -		ASN1_ITYPE_EXTERN, \
    -		tag, \
    -		NULL, \
    -		0, \
    -		&fptrs, \
    -		0, \
    -		#sname \
    -	ASN1_ITEM_end(sname)
    +# define IMPLEMENT_COMPAT_ASN1(sname) IMPLEMENT_COMPAT_ASN1_type(sname, V_ASN1_SEQUENCE)
    +
    +# define IMPLEMENT_COMPAT_ASN1_type(sname, tag) \
    +        static const ASN1_COMPAT_FUNCS sname##_ff = { \
    +                (ASN1_new_func *)sname##_new, \
    +                (ASN1_free_func *)sname##_free, \
    +                (ASN1_d2i_func *)d2i_##sname, \
    +                (ASN1_i2d_func *)i2d_##sname, \
    +        }; \
    +        ASN1_ITEM_start(sname) \
    +                ASN1_ITYPE_COMPAT, \
    +                tag, \
    +                NULL, \
    +                0, \
    +                &sname##_ff, \
    +                0, \
    +                #sname \
    +        ASN1_ITEM_end(sname)
    +
    +# define IMPLEMENT_EXTERN_ASN1(sname, tag, fptrs) \
    +        ASN1_ITEM_start(sname) \
    +                ASN1_ITYPE_EXTERN, \
    +                tag, \
    +                NULL, \
    +                0, \
    +                &fptrs, \
    +                0, \
    +                #sname \
    +        ASN1_ITEM_end(sname)
     
     /* Macro to implement standard functions in terms of ASN1_ITEM structures */
     
    -#define IMPLEMENT_ASN1_FUNCTIONS(stname) IMPLEMENT_ASN1_FUNCTIONS_fname(stname, stname, stname)
    -
    -#define IMPLEMENT_ASN1_FUNCTIONS_name(stname, itname) IMPLEMENT_ASN1_FUNCTIONS_fname(stname, itname, itname)
    -
    -#define IMPLEMENT_ASN1_FUNCTIONS_ENCODE_name(stname, itname) \
    -			IMPLEMENT_ASN1_FUNCTIONS_ENCODE_fname(stname, itname, itname)
    -
    -#define IMPLEMENT_STATIC_ASN1_ALLOC_FUNCTIONS(stname) \
    -		IMPLEMENT_ASN1_ALLOC_FUNCTIONS_pfname(static, stname, stname, stname)
    -
    -#define IMPLEMENT_ASN1_ALLOC_FUNCTIONS(stname) \
    -		IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, stname, stname)
    -
    -#define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_pfname(pre, stname, itname, fname) \
    -	pre stname *fname##_new(void) \
    -	{ \
    -		return (stname *)ASN1_item_new(ASN1_ITEM_rptr(itname)); \
    -	} \
    -	pre void fname##_free(stname *a) \
    -	{ \
    -		ASN1_item_free((ASN1_VALUE *)a, ASN1_ITEM_rptr(itname)); \
    -	}
    -
    -#define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, itname, fname) \
    -	stname *fname##_new(void) \
    -	{ \
    -		return (stname *)ASN1_item_new(ASN1_ITEM_rptr(itname)); \
    -	} \
    -	void fname##_free(stname *a) \
    -	{ \
    -		ASN1_item_free((ASN1_VALUE *)a, ASN1_ITEM_rptr(itname)); \
    -	}
    -
    -#define IMPLEMENT_ASN1_FUNCTIONS_fname(stname, itname, fname) \
    -	IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname(stname, itname, fname) \
    -	IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, itname, fname)
    -
    -#define IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname(stname, itname, fname) \
    -	stname *d2i_##fname(stname **a, const unsigned char **in, long len) \
    -	{ \
    -		return (stname *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, ASN1_ITEM_rptr(itname));\
    -	} \
    -	int i2d_##fname(stname *a, unsigned char **out) \
    -	{ \
    -		return ASN1_item_i2d((ASN1_VALUE *)a, out, ASN1_ITEM_rptr(itname));\
    -	} 
    -
    -#define IMPLEMENT_ASN1_NDEF_FUNCTION(stname) \
    -	int i2d_##stname##_NDEF(stname *a, unsigned char **out) \
    -	{ \
    -		return ASN1_item_ndef_i2d((ASN1_VALUE *)a, out, ASN1_ITEM_rptr(stname));\
    -	} 
    -
    -/* This includes evil casts to remove const: they will go away when full
    - * ASN1 constification is done.
    +# define IMPLEMENT_ASN1_FUNCTIONS(stname) IMPLEMENT_ASN1_FUNCTIONS_fname(stname, stname, stname)
    +
    +# define IMPLEMENT_ASN1_FUNCTIONS_name(stname, itname) IMPLEMENT_ASN1_FUNCTIONS_fname(stname, itname, itname)
    +
    +# define IMPLEMENT_ASN1_FUNCTIONS_ENCODE_name(stname, itname) \
    +                        IMPLEMENT_ASN1_FUNCTIONS_ENCODE_fname(stname, itname, itname)
    +
    +# define IMPLEMENT_STATIC_ASN1_ALLOC_FUNCTIONS(stname) \
    +                IMPLEMENT_ASN1_ALLOC_FUNCTIONS_pfname(static, stname, stname, stname)
    +
    +# define IMPLEMENT_ASN1_ALLOC_FUNCTIONS(stname) \
    +                IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, stname, stname)
    +
    +# define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_pfname(pre, stname, itname, fname) \
    +        pre stname *fname##_new(void) \
    +        { \
    +                return (stname *)ASN1_item_new(ASN1_ITEM_rptr(itname)); \
    +        } \
    +        pre void fname##_free(stname *a) \
    +        { \
    +                ASN1_item_free((ASN1_VALUE *)a, ASN1_ITEM_rptr(itname)); \
    +        }
    +
    +# define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, itname, fname) \
    +        stname *fname##_new(void) \
    +        { \
    +                return (stname *)ASN1_item_new(ASN1_ITEM_rptr(itname)); \
    +        } \
    +        void fname##_free(stname *a) \
    +        { \
    +                ASN1_item_free((ASN1_VALUE *)a, ASN1_ITEM_rptr(itname)); \
    +        }
    +
    +# define IMPLEMENT_ASN1_FUNCTIONS_fname(stname, itname, fname) \
    +        IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname(stname, itname, fname) \
    +        IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, itname, fname)
    +
    +# define IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname(stname, itname, fname) \
    +        stname *d2i_##fname(stname **a, const unsigned char **in, long len) \
    +        { \
    +                return (stname *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, ASN1_ITEM_rptr(itname));\
    +        } \
    +        int i2d_##fname(stname *a, unsigned char **out) \
    +        { \
    +                return ASN1_item_i2d((ASN1_VALUE *)a, out, ASN1_ITEM_rptr(itname));\
    +        }
    +
    +# define IMPLEMENT_ASN1_NDEF_FUNCTION(stname) \
    +        int i2d_##stname##_NDEF(stname *a, unsigned char **out) \
    +        { \
    +                return ASN1_item_ndef_i2d((ASN1_VALUE *)a, out, ASN1_ITEM_rptr(stname));\
    +        }
    +
    +/*
    + * This includes evil casts to remove const: they will go away when full ASN1
    + * constification is done.
      */
    -#define IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(stname, itname, fname) \
    -	stname *d2i_##fname(stname **a, const unsigned char **in, long len) \
    -	{ \
    -		return (stname *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, ASN1_ITEM_rptr(itname));\
    -	} \
    -	int i2d_##fname(const stname *a, unsigned char **out) \
    -	{ \
    -		return ASN1_item_i2d((ASN1_VALUE *)a, out, ASN1_ITEM_rptr(itname));\
    -	} 
    -
    -#define IMPLEMENT_ASN1_DUP_FUNCTION(stname) \
    -	stname * stname##_dup(stname *x) \
    +# define IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(stname, itname, fname) \
    +        stname *d2i_##fname(stname **a, const unsigned char **in, long len) \
    +        { \
    +                return (stname *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, ASN1_ITEM_rptr(itname));\
    +        } \
    +        int i2d_##fname(const stname *a, unsigned char **out) \
    +        { \
    +                return ASN1_item_i2d((ASN1_VALUE *)a, out, ASN1_ITEM_rptr(itname));\
    +        }
    +
    +# define IMPLEMENT_ASN1_DUP_FUNCTION(stname) \
    +        stname * stname##_dup(stname *x) \
             { \
             return ASN1_item_dup(ASN1_ITEM_rptr(stname), x); \
             }
     
    -#define IMPLEMENT_ASN1_PRINT_FUNCTION(stname) \
    -	IMPLEMENT_ASN1_PRINT_FUNCTION_fname(stname, stname, stname)
    +# define IMPLEMENT_ASN1_PRINT_FUNCTION(stname) \
    +        IMPLEMENT_ASN1_PRINT_FUNCTION_fname(stname, stname, stname)
     
    -#define IMPLEMENT_ASN1_PRINT_FUNCTION_fname(stname, itname, fname) \
    -	int fname##_print_ctx(BIO *out, stname *x, int indent, \
    -						const ASN1_PCTX *pctx) \
    -	{ \
    -		return ASN1_item_print(out, (ASN1_VALUE *)x, indent, \
    -			ASN1_ITEM_rptr(itname), pctx); \
    -	} 
    +# define IMPLEMENT_ASN1_PRINT_FUNCTION_fname(stname, itname, fname) \
    +        int fname##_print_ctx(BIO *out, stname *x, int indent, \
    +                                                const ASN1_PCTX *pctx) \
    +        { \
    +                return ASN1_item_print(out, (ASN1_VALUE *)x, indent, \
    +                        ASN1_ITEM_rptr(itname), pctx); \
    +        }
     
    -#define IMPLEMENT_ASN1_FUNCTIONS_const(name) \
    -		IMPLEMENT_ASN1_FUNCTIONS_const_fname(name, name, name)
    +# define IMPLEMENT_ASN1_FUNCTIONS_const(name) \
    +                IMPLEMENT_ASN1_FUNCTIONS_const_fname(name, name, name)
     
    -#define IMPLEMENT_ASN1_FUNCTIONS_const_fname(stname, itname, fname) \
    -	IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(stname, itname, fname) \
    -	IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, itname, fname)
    +# define IMPLEMENT_ASN1_FUNCTIONS_const_fname(stname, itname, fname) \
    +        IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(stname, itname, fname) \
    +        IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, itname, fname)
     
     /* external definitions for primitive types */
     
    @@ -929,30 +932,40 @@ int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
     int ASN1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
     
     void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
    -int ASN1_template_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_TEMPLATE *tt);
    -int ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it,
    -				int tag, int aclass, char opt, ASN1_TLC *ctx);
    -
    -int ASN1_item_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass);
    -int ASN1_template_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_TEMPLATE *tt);
    +int ASN1_template_d2i(ASN1_VALUE **pval, const unsigned char **in, long len,
    +                      const ASN1_TEMPLATE *tt);
    +int ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len,
    +                     const ASN1_ITEM *it, int tag, int aclass, char opt,
    +                     ASN1_TLC *ctx);
    +
    +int ASN1_item_ex_i2d(ASN1_VALUE **pval, unsigned char **out,
    +                     const ASN1_ITEM *it, int tag, int aclass);
    +int ASN1_template_i2d(ASN1_VALUE **pval, unsigned char **out,
    +                      const ASN1_TEMPLATE *tt);
     void ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
     
    -int asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
    -int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
    +int asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype,
    +                const ASN1_ITEM *it);
    +int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
    +                int utype, char *free_cont, const ASN1_ITEM *it);
     
     int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it);
    -int asn1_set_choice_selector(ASN1_VALUE **pval, int value, const ASN1_ITEM *it);
    +int asn1_set_choice_selector(ASN1_VALUE **pval, int value,
    +                             const ASN1_ITEM *it);
     
    -ASN1_VALUE ** asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
    +ASN1_VALUE **asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
     
    -const ASN1_TEMPLATE *asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, int nullerr);
    +const ASN1_TEMPLATE *asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt,
    +                                 int nullerr);
     
     int asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it);
     
     void asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it);
     void asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
    -int asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval, const ASN1_ITEM *it);
    -int asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen, const ASN1_ITEM *it);
    +int asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval,
    +                     const ASN1_ITEM *it);
    +int asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen,
    +                  const ASN1_ITEM *it);
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/asn1/asn_mime.c b/openssl/crypto/asn1/asn_mime.c
    index 13d003bce..7e2f28e6d 100644
    --- a/openssl/crypto/asn1/asn_mime.c
    +++ b/openssl/crypto/asn1/asn_mime.c
    @@ -1,5 +1,6 @@
     /* asn_mime.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
      * project.
      */
     /* ====================================================================
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -61,44 +62,45 @@
     #include 
     #include "asn1_locl.h"
     
    -/* Generalised MIME like utilities for streaming ASN1. Although many
    - * have a PKCS7/CMS like flavour others are more general purpose.
    +/*
    + * Generalised MIME like utilities for streaming ASN1. Although many have a
    + * PKCS7/CMS like flavour others are more general purpose.
      */
     
    -/* MIME format structures
    - * Note that all are translated to lower case apart from
    - * parameter values. Quotes are stripped off
    +/*
    + * MIME format structures Note that all are translated to lower case apart
    + * from parameter values. Quotes are stripped off
      */
     
     typedef struct {
    -char *param_name;			/* Param name e.g. "micalg" */
    -char *param_value;			/* Param value e.g. "sha1" */
    +    char *param_name;           /* Param name e.g. "micalg" */
    +    char *param_value;          /* Param value e.g. "sha1" */
     } MIME_PARAM;
     
     DECLARE_STACK_OF(MIME_PARAM)
     IMPLEMENT_STACK_OF(MIME_PARAM)
     
     typedef struct {
    -char *name;				/* Name of line e.g. "content-type" */
    -char *value;				/* Value of line e.g. "text/plain" */
    -STACK_OF(MIME_PARAM) *params;		/* Zero or more parameters */
    +    char *name;                 /* Name of line e.g. "content-type" */
    +    char *value;                /* Value of line e.g. "text/plain" */
    +    STACK_OF(MIME_PARAM) *params; /* Zero or more parameters */
     } MIME_HEADER;
     
     DECLARE_STACK_OF(MIME_HEADER)
     IMPLEMENT_STACK_OF(MIME_HEADER)
     
     static int asn1_output_data(BIO *out, BIO *data, ASN1_VALUE *val, int flags,
    -					const ASN1_ITEM *it);
    -static char * strip_ends(char *name);
    -static char * strip_start(char *name);
    -static char * strip_end(char *name);
    +                            const ASN1_ITEM *it);
    +static char *strip_ends(char *name);
    +static char *strip_start(char *name);
    +static char *strip_end(char *name);
     static MIME_HEADER *mime_hdr_new(char *name, char *value);
     static int mime_hdr_addparam(MIME_HEADER *mhdr, char *name, char *value);
     static STACK_OF(MIME_HEADER) *mime_parse_hdr(BIO *bio);
    -static int mime_hdr_cmp(const MIME_HEADER * const *a,
    -			const MIME_HEADER * const *b);
    -static int mime_param_cmp(const MIME_PARAM * const *a,
    -			const MIME_PARAM * const *b);
    +static int mime_hdr_cmp(const MIME_HEADER *const *a,
    +                        const MIME_HEADER *const *b);
    +static int mime_param_cmp(const MIME_PARAM *const *a,
    +                          const MIME_PARAM *const *b);
     static void mime_param_free(MIME_PARAM *param);
     static int mime_bound_check(char *line, int linelen, char *bound, int blen);
     static int multi_split(BIO *bio, char *bound, STACK_OF(BIO) **ret);
    @@ -108,846 +110,864 @@ static MIME_PARAM *mime_param_find(MIME_HEADER *hdr, char *name);
     static void mime_hdr_free(MIME_HEADER *hdr);
     
     #define MAX_SMLEN 1024
    -#define mime_debug(x) /* x */
    +#define mime_debug(x)           /* x */
     
     /* Output an ASN1 structure in BER format streaming if necessary */
     
     int i2d_ASN1_bio_stream(BIO *out, ASN1_VALUE *val, BIO *in, int flags,
    -				const ASN1_ITEM *it)
    -	{
    -	/* If streaming create stream BIO and copy all content through it */
    -	if (flags & SMIME_STREAM)
    -		{
    -		BIO *bio, *tbio;
    -		bio = BIO_new_NDEF(out, val, it);
    -		if (!bio)
    -			{
    -			ASN1err(ASN1_F_I2D_ASN1_BIO_STREAM,ERR_R_MALLOC_FAILURE);
    -			return 0;
    -			}
    -		SMIME_crlf_copy(in, bio, flags);
    -		(void)BIO_flush(bio);
    -		/* Free up successive BIOs until we hit the old output BIO */
    -		do
    -			{
    -			tbio = BIO_pop(bio);
    -			BIO_free(bio);
    -			bio = tbio;
    -			} while (bio != out);
    -		}
    -	/* else just write out ASN1 structure which will have all content
    -	 * stored internally
    -	 */
    -	else
    -		ASN1_item_i2d_bio(it, out, val);
    -	return 1;
    -	}
    +                        const ASN1_ITEM *it)
    +{
    +    /* If streaming create stream BIO and copy all content through it */
    +    if (flags & SMIME_STREAM) {
    +        BIO *bio, *tbio;
    +        bio = BIO_new_NDEF(out, val, it);
    +        if (!bio) {
    +            ASN1err(ASN1_F_I2D_ASN1_BIO_STREAM, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +        SMIME_crlf_copy(in, bio, flags);
    +        (void)BIO_flush(bio);
    +        /* Free up successive BIOs until we hit the old output BIO */
    +        do {
    +            tbio = BIO_pop(bio);
    +            BIO_free(bio);
    +            bio = tbio;
    +        } while (bio != out);
    +    }
    +    /*
    +     * else just write out ASN1 structure which will have all content stored
    +     * internally
    +     */
    +    else
    +        ASN1_item_i2d_bio(it, out, val);
    +    return 1;
    +}
     
     /* Base 64 read and write of ASN1 structure */
     
     static int B64_write_ASN1(BIO *out, ASN1_VALUE *val, BIO *in, int flags,
    -				const ASN1_ITEM *it)
    -	{
    -	BIO *b64;
    -	int r;
    -	b64 = BIO_new(BIO_f_base64());
    -	if(!b64)
    -		{
    -		ASN1err(ASN1_F_B64_WRITE_ASN1,ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	/* prepend the b64 BIO so all data is base64 encoded.
    -	 */
    -	out = BIO_push(b64, out);
    -	r = i2d_ASN1_bio_stream(out, val, in, flags, it);
    -	(void)BIO_flush(out);
    -	BIO_pop(out);
    -	BIO_free(b64);
    -	return r;
    -	}
    +                          const ASN1_ITEM *it)
    +{
    +    BIO *b64;
    +    int r;
    +    b64 = BIO_new(BIO_f_base64());
    +    if (!b64) {
    +        ASN1err(ASN1_F_B64_WRITE_ASN1, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    /*
    +     * prepend the b64 BIO so all data is base64 encoded.
    +     */
    +    out = BIO_push(b64, out);
    +    r = i2d_ASN1_bio_stream(out, val, in, flags, it);
    +    (void)BIO_flush(out);
    +    BIO_pop(out);
    +    BIO_free(b64);
    +    return r;
    +}
     
     /* Streaming ASN1 PEM write */
     
     int PEM_write_bio_ASN1_stream(BIO *out, ASN1_VALUE *val, BIO *in, int flags,
    -				const char *hdr,
    -				const ASN1_ITEM *it)
    -	{
    -	int r;
    -	BIO_printf(out, "-----BEGIN %s-----\n", hdr);
    -	r = B64_write_ASN1(out, val, in, flags, it);
    -	BIO_printf(out, "-----END %s-----\n", hdr);
    -	return r;
    -	}
    +                              const char *hdr, const ASN1_ITEM *it)
    +{
    +    int r;
    +    BIO_printf(out, "-----BEGIN %s-----\n", hdr);
    +    r = B64_write_ASN1(out, val, in, flags, it);
    +    BIO_printf(out, "-----END %s-----\n", hdr);
    +    return r;
    +}
     
     static ASN1_VALUE *b64_read_asn1(BIO *bio, const ASN1_ITEM *it)
     {
    -	BIO *b64;
    -	ASN1_VALUE *val;
    -	if(!(b64 = BIO_new(BIO_f_base64()))) {
    -		ASN1err(ASN1_F_B64_READ_ASN1,ERR_R_MALLOC_FAILURE);
    -		return 0;
    -	}
    -	bio = BIO_push(b64, bio);
    -	val = ASN1_item_d2i_bio(it, bio, NULL);
    -	if(!val)
    -		ASN1err(ASN1_F_B64_READ_ASN1,ASN1_R_DECODE_ERROR);
    -	(void)BIO_flush(bio);
    -	bio = BIO_pop(bio);
    -	BIO_free(b64);
    -	return val;
    +    BIO *b64;
    +    ASN1_VALUE *val;
    +    if (!(b64 = BIO_new(BIO_f_base64()))) {
    +        ASN1err(ASN1_F_B64_READ_ASN1, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    bio = BIO_push(b64, bio);
    +    val = ASN1_item_d2i_bio(it, bio, NULL);
    +    if (!val)
    +        ASN1err(ASN1_F_B64_READ_ASN1, ASN1_R_DECODE_ERROR);
    +    (void)BIO_flush(bio);
    +    bio = BIO_pop(bio);
    +    BIO_free(b64);
    +    return val;
     }
     
     /* Generate the MIME "micalg" parameter from RFC3851, RFC4490 */
     
     static int asn1_write_micalg(BIO *out, STACK_OF(X509_ALGOR) *mdalgs)
    -	{
    -	const EVP_MD *md;
    -	int i, have_unknown = 0, write_comma, ret = 0, md_nid;
    -	have_unknown = 0;
    -	write_comma = 0;
    -	for (i = 0; i < sk_X509_ALGOR_num(mdalgs); i++)
    -		{
    -		if (write_comma)
    -			BIO_write(out, ",", 1);
    -		write_comma = 1;
    -		md_nid = OBJ_obj2nid(sk_X509_ALGOR_value(mdalgs, i)->algorithm);
    -		md = EVP_get_digestbynid(md_nid);
    -		if (md && md->md_ctrl)
    -			{
    -			int rv;
    -			char *micstr;
    -			rv = md->md_ctrl(NULL, EVP_MD_CTRL_MICALG, 0, &micstr);
    -			if (rv > 0)
    -				{
    -				BIO_puts(out, micstr);
    -				OPENSSL_free(micstr);
    -				continue;
    -				}
    -			if (rv != -2)
    -				goto err;
    -			}
    -		switch(md_nid)
    -			{
    -			case NID_sha1:
    -			BIO_puts(out, "sha1");
    -			break;
    -
    -			case NID_md5:
    -			BIO_puts(out, "md5");
    -			break;
    -
    -			case NID_sha256:
    -			BIO_puts(out, "sha-256");
    -			break;
    -
    -			case NID_sha384:
    -			BIO_puts(out, "sha-384");
    -			break;
    -
    -			case NID_sha512:
    -			BIO_puts(out, "sha-512");
    -			break;
    -
    -			case NID_id_GostR3411_94:
    -			BIO_puts(out, "gostr3411-94");
    -				goto err;
    -			break;
    -
    -			default:
    -			if (have_unknown)
    -				write_comma = 0;
    -			else
    -				{
    -				BIO_puts(out, "unknown");
    -				have_unknown = 1;
    -				}
    -			break;
    -
    -			}
    -		}
    -
    -	ret = 1;
    -	err:
    -
    -	return ret;
    -
    -	}
    +{
    +    const EVP_MD *md;
    +    int i, have_unknown = 0, write_comma, ret = 0, md_nid;
    +    have_unknown = 0;
    +    write_comma = 0;
    +    for (i = 0; i < sk_X509_ALGOR_num(mdalgs); i++) {
    +        if (write_comma)
    +            BIO_write(out, ",", 1);
    +        write_comma = 1;
    +        md_nid = OBJ_obj2nid(sk_X509_ALGOR_value(mdalgs, i)->algorithm);
    +        md = EVP_get_digestbynid(md_nid);
    +        if (md && md->md_ctrl) {
    +            int rv;
    +            char *micstr;
    +            rv = md->md_ctrl(NULL, EVP_MD_CTRL_MICALG, 0, &micstr);
    +            if (rv > 0) {
    +                BIO_puts(out, micstr);
    +                OPENSSL_free(micstr);
    +                continue;
    +            }
    +            if (rv != -2)
    +                goto err;
    +        }
    +        switch (md_nid) {
    +        case NID_sha1:
    +            BIO_puts(out, "sha1");
    +            break;
    +
    +        case NID_md5:
    +            BIO_puts(out, "md5");
    +            break;
    +
    +        case NID_sha256:
    +            BIO_puts(out, "sha-256");
    +            break;
    +
    +        case NID_sha384:
    +            BIO_puts(out, "sha-384");
    +            break;
    +
    +        case NID_sha512:
    +            BIO_puts(out, "sha-512");
    +            break;
    +
    +        case NID_id_GostR3411_94:
    +            BIO_puts(out, "gostr3411-94");
    +            goto err;
    +            break;
    +
    +        default:
    +            if (have_unknown)
    +                write_comma = 0;
    +            else {
    +                BIO_puts(out, "unknown");
    +                have_unknown = 1;
    +            }
    +            break;
    +
    +        }
    +    }
    +
    +    ret = 1;
    + err:
    +
    +    return ret;
    +
    +}
     
     /* SMIME sender */
     
     int SMIME_write_ASN1(BIO *bio, ASN1_VALUE *val, BIO *data, int flags,
    -				int ctype_nid, int econt_nid,
    -				STACK_OF(X509_ALGOR) *mdalgs,
    -				const ASN1_ITEM *it)
    +                     int ctype_nid, int econt_nid,
    +                     STACK_OF(X509_ALGOR) *mdalgs, const ASN1_ITEM *it)
     {
    -	char bound[33], c;
    -	int i;
    -	const char *mime_prefix, *mime_eol, *cname = "smime.p7m";
    -	const char *msg_type=NULL;
    -	if (flags & SMIME_OLDMIME)
    -		mime_prefix = "application/x-pkcs7-";
    -	else
    -		mime_prefix = "application/pkcs7-";
    -
    -	if (flags & SMIME_CRLFEOL)
    -		mime_eol = "\r\n";
    -	else
    -		mime_eol = "\n";
    -	if((flags & SMIME_DETACHED) && data) {
    -	/* We want multipart/signed */
    -		/* Generate a random boundary */
    -		RAND_pseudo_bytes((unsigned char *)bound, 32);
    -		for(i = 0; i < 32; i++) {
    -			c = bound[i] & 0xf;
    -			if(c < 10) c += '0';
    -			else c += 'A' - 10;
    -			bound[i] = c;
    -		}
    -		bound[32] = 0;
    -		BIO_printf(bio, "MIME-Version: 1.0%s", mime_eol);
    -		BIO_printf(bio, "Content-Type: multipart/signed;");
    -		BIO_printf(bio, " protocol=\"%ssignature\";", mime_prefix);
    -		BIO_puts(bio, " micalg=\"");
    -		asn1_write_micalg(bio, mdalgs);
    -		BIO_printf(bio, "\"; boundary=\"----%s\"%s%s",
    -						bound, mime_eol, mime_eol);
    -		BIO_printf(bio, "This is an S/MIME signed message%s%s",
    -						mime_eol, mime_eol);
    -		/* Now write out the first part */
    -		BIO_printf(bio, "------%s%s", bound, mime_eol);
    -		if (!asn1_output_data(bio, data, val, flags, it))
    -			return 0;
    -		BIO_printf(bio, "%s------%s%s", mime_eol, bound, mime_eol);
    -
    -		/* Headers for signature */
    -
    -		BIO_printf(bio, "Content-Type: %ssignature;", mime_prefix); 
    -		BIO_printf(bio, " name=\"smime.p7s\"%s", mime_eol);
    -		BIO_printf(bio, "Content-Transfer-Encoding: base64%s",
    -								mime_eol);
    -		BIO_printf(bio, "Content-Disposition: attachment;");
    -		BIO_printf(bio, " filename=\"smime.p7s\"%s%s",
    -							mime_eol, mime_eol);
    -		B64_write_ASN1(bio, val, NULL, 0, it);
    -		BIO_printf(bio,"%s------%s--%s%s", mime_eol, bound,
    -							mime_eol, mime_eol);
    -		return 1;
    -	}
    -
    -	/* Determine smime-type header */
    -
    -	if (ctype_nid == NID_pkcs7_enveloped)
    -		msg_type = "enveloped-data";
    -	else if (ctype_nid == NID_pkcs7_signed)
    -		{
    -		if (econt_nid == NID_id_smime_ct_receipt)
    -			msg_type = "signed-receipt";
    -		else if (sk_X509_ALGOR_num(mdalgs) >= 0)
    -			msg_type = "signed-data";
    -		else
    -			msg_type = "certs-only";
    -		}
    -	else if (ctype_nid == NID_id_smime_ct_compressedData)
    -		{
    -		msg_type = "compressed-data";
    -		cname = "smime.p7z";
    -		}
    -	/* MIME headers */
    -	BIO_printf(bio, "MIME-Version: 1.0%s", mime_eol);
    -	BIO_printf(bio, "Content-Disposition: attachment;");
    -	BIO_printf(bio, " filename=\"%s\"%s", cname, mime_eol);
    -	BIO_printf(bio, "Content-Type: %smime;", mime_prefix);
    -	if (msg_type)
    -		BIO_printf(bio, " smime-type=%s;", msg_type);
    -	BIO_printf(bio, " name=\"%s\"%s", cname, mime_eol);
    -	BIO_printf(bio, "Content-Transfer-Encoding: base64%s%s",
    -						mime_eol, mime_eol);
    -	if (!B64_write_ASN1(bio, val, data, flags, it))
    -		return 0;
    -	BIO_printf(bio, "%s", mime_eol);
    -	return 1;
    +    char bound[33], c;
    +    int i;
    +    const char *mime_prefix, *mime_eol, *cname = "smime.p7m";
    +    const char *msg_type = NULL;
    +    if (flags & SMIME_OLDMIME)
    +        mime_prefix = "application/x-pkcs7-";
    +    else
    +        mime_prefix = "application/pkcs7-";
    +
    +    if (flags & SMIME_CRLFEOL)
    +        mime_eol = "\r\n";
    +    else
    +        mime_eol = "\n";
    +    if ((flags & SMIME_DETACHED) && data) {
    +        /* We want multipart/signed */
    +        /* Generate a random boundary */
    +        RAND_pseudo_bytes((unsigned char *)bound, 32);
    +        for (i = 0; i < 32; i++) {
    +            c = bound[i] & 0xf;
    +            if (c < 10)
    +                c += '0';
    +            else
    +                c += 'A' - 10;
    +            bound[i] = c;
    +        }
    +        bound[32] = 0;
    +        BIO_printf(bio, "MIME-Version: 1.0%s", mime_eol);
    +        BIO_printf(bio, "Content-Type: multipart/signed;");
    +        BIO_printf(bio, " protocol=\"%ssignature\";", mime_prefix);
    +        BIO_puts(bio, " micalg=\"");
    +        asn1_write_micalg(bio, mdalgs);
    +        BIO_printf(bio, "\"; boundary=\"----%s\"%s%s",
    +                   bound, mime_eol, mime_eol);
    +        BIO_printf(bio, "This is an S/MIME signed message%s%s",
    +                   mime_eol, mime_eol);
    +        /* Now write out the first part */
    +        BIO_printf(bio, "------%s%s", bound, mime_eol);
    +        if (!asn1_output_data(bio, data, val, flags, it))
    +            return 0;
    +        BIO_printf(bio, "%s------%s%s", mime_eol, bound, mime_eol);
    +
    +        /* Headers for signature */
    +
    +        BIO_printf(bio, "Content-Type: %ssignature;", mime_prefix);
    +        BIO_printf(bio, " name=\"smime.p7s\"%s", mime_eol);
    +        BIO_printf(bio, "Content-Transfer-Encoding: base64%s", mime_eol);
    +        BIO_printf(bio, "Content-Disposition: attachment;");
    +        BIO_printf(bio, " filename=\"smime.p7s\"%s%s", mime_eol, mime_eol);
    +        B64_write_ASN1(bio, val, NULL, 0, it);
    +        BIO_printf(bio, "%s------%s--%s%s", mime_eol, bound,
    +                   mime_eol, mime_eol);
    +        return 1;
    +    }
    +
    +    /* Determine smime-type header */
    +
    +    if (ctype_nid == NID_pkcs7_enveloped)
    +        msg_type = "enveloped-data";
    +    else if (ctype_nid == NID_pkcs7_signed) {
    +        if (econt_nid == NID_id_smime_ct_receipt)
    +            msg_type = "signed-receipt";
    +        else if (sk_X509_ALGOR_num(mdalgs) >= 0)
    +            msg_type = "signed-data";
    +        else
    +            msg_type = "certs-only";
    +    } else if (ctype_nid == NID_id_smime_ct_compressedData) {
    +        msg_type = "compressed-data";
    +        cname = "smime.p7z";
    +    }
    +    /* MIME headers */
    +    BIO_printf(bio, "MIME-Version: 1.0%s", mime_eol);
    +    BIO_printf(bio, "Content-Disposition: attachment;");
    +    BIO_printf(bio, " filename=\"%s\"%s", cname, mime_eol);
    +    BIO_printf(bio, "Content-Type: %smime;", mime_prefix);
    +    if (msg_type)
    +        BIO_printf(bio, " smime-type=%s;", msg_type);
    +    BIO_printf(bio, " name=\"%s\"%s", cname, mime_eol);
    +    BIO_printf(bio, "Content-Transfer-Encoding: base64%s%s",
    +               mime_eol, mime_eol);
    +    if (!B64_write_ASN1(bio, val, data, flags, it))
    +        return 0;
    +    BIO_printf(bio, "%s", mime_eol);
    +    return 1;
     }
     
     /* Handle output of ASN1 data */
     
    -
     static int asn1_output_data(BIO *out, BIO *data, ASN1_VALUE *val, int flags,
    -					const ASN1_ITEM *it)
    -	{
    -	BIO *tmpbio;
    -	const ASN1_AUX *aux = it->funcs;
    -	ASN1_STREAM_ARG sarg;
    -	int rv = 1;
    -
    -	/* If data is not deteched or resigning then the output BIO is
    -	 * already set up to finalise when it is written through.
    -	 */
    -	if (!(flags & SMIME_DETACHED) || (flags & PKCS7_REUSE_DIGEST))
    -		{
    -		SMIME_crlf_copy(data, out, flags);
    -		return 1;
    -		}
    -
    -	if (!aux || !aux->asn1_cb)
    -		{
    -		ASN1err(ASN1_F_ASN1_OUTPUT_DATA,
    -					ASN1_R_STREAMING_NOT_SUPPORTED);
    -		return 0;
    -		}
    -
    -	sarg.out = out;
    -	sarg.ndef_bio = NULL;
    -	sarg.boundary = NULL;
    -
    -	/* Let ASN1 code prepend any needed BIOs */
    -
    -	if (aux->asn1_cb(ASN1_OP_DETACHED_PRE, &val, it, &sarg) <= 0)
    -		return 0;
    -
    -	/* Copy data across, passing through filter BIOs for processing */
    -	SMIME_crlf_copy(data, sarg.ndef_bio, flags);
    -
    -	/* Finalize structure */
    -	if (aux->asn1_cb(ASN1_OP_DETACHED_POST, &val, it, &sarg) <= 0)
    -		rv = 0;
    -
    -	/* Now remove any digests prepended to the BIO */
    -
    -	while (sarg.ndef_bio != out)
    -		{
    -		tmpbio = BIO_pop(sarg.ndef_bio);
    -		BIO_free(sarg.ndef_bio);
    -		sarg.ndef_bio = tmpbio;
    -		}
    -
    -	return rv;
    -
    -	}
    -
    -/* SMIME reader: handle multipart/signed and opaque signing.
    - * in multipart case the content is placed in a memory BIO
    - * pointed to by "bcont". In opaque this is set to NULL
    +                            const ASN1_ITEM *it)
    +{
    +    BIO *tmpbio;
    +    const ASN1_AUX *aux = it->funcs;
    +    ASN1_STREAM_ARG sarg;
    +    int rv = 1;
    +
    +    /*
    +     * If data is not deteched or resigning then the output BIO is already
    +     * set up to finalise when it is written through.
    +     */
    +    if (!(flags & SMIME_DETACHED) || (flags & PKCS7_REUSE_DIGEST)) {
    +        SMIME_crlf_copy(data, out, flags);
    +        return 1;
    +    }
    +
    +    if (!aux || !aux->asn1_cb) {
    +        ASN1err(ASN1_F_ASN1_OUTPUT_DATA, ASN1_R_STREAMING_NOT_SUPPORTED);
    +        return 0;
    +    }
    +
    +    sarg.out = out;
    +    sarg.ndef_bio = NULL;
    +    sarg.boundary = NULL;
    +
    +    /* Let ASN1 code prepend any needed BIOs */
    +
    +    if (aux->asn1_cb(ASN1_OP_DETACHED_PRE, &val, it, &sarg) <= 0)
    +        return 0;
    +
    +    /* Copy data across, passing through filter BIOs for processing */
    +    SMIME_crlf_copy(data, sarg.ndef_bio, flags);
    +
    +    /* Finalize structure */
    +    if (aux->asn1_cb(ASN1_OP_DETACHED_POST, &val, it, &sarg) <= 0)
    +        rv = 0;
    +
    +    /* Now remove any digests prepended to the BIO */
    +
    +    while (sarg.ndef_bio != out) {
    +        tmpbio = BIO_pop(sarg.ndef_bio);
    +        BIO_free(sarg.ndef_bio);
    +        sarg.ndef_bio = tmpbio;
    +    }
    +
    +    return rv;
    +
    +}
    +
    +/*
    + * SMIME reader: handle multipart/signed and opaque signing. in multipart
    + * case the content is placed in a memory BIO pointed to by "bcont". In
    + * opaque this is set to NULL
      */
     
     ASN1_VALUE *SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it)
     {
    -	BIO *asnin;
    -	STACK_OF(MIME_HEADER) *headers = NULL;
    -	STACK_OF(BIO) *parts = NULL;
    -	MIME_HEADER *hdr;
    -	MIME_PARAM *prm;
    -	ASN1_VALUE *val;
    -	int ret;
    -
    -	if(bcont) *bcont = NULL;
    -
    -	if (!(headers = mime_parse_hdr(bio))) {
    -		ASN1err(ASN1_F_SMIME_READ_ASN1,ASN1_R_MIME_PARSE_ERROR);
    -		return NULL;
    -	}
    -
    -	if(!(hdr = mime_hdr_find(headers, "content-type")) || !hdr->value) {
    -		sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
    -		ASN1err(ASN1_F_SMIME_READ_ASN1, ASN1_R_NO_CONTENT_TYPE);
    -		return NULL;
    -	}
    -
    -	/* Handle multipart/signed */
    -
    -	if(!strcmp(hdr->value, "multipart/signed")) {
    -		/* Split into two parts */
    -		prm = mime_param_find(hdr, "boundary");
    -		if(!prm || !prm->param_value) {
    -			sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
    -			ASN1err(ASN1_F_SMIME_READ_ASN1, ASN1_R_NO_MULTIPART_BOUNDARY);
    -			return NULL;
    -		}
    -		ret = multi_split(bio, prm->param_value, &parts);
    -		sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
    -		if(!ret || (sk_BIO_num(parts) != 2) ) {
    -			ASN1err(ASN1_F_SMIME_READ_ASN1, ASN1_R_NO_MULTIPART_BODY_FAILURE);
    -			sk_BIO_pop_free(parts, BIO_vfree);
    -			return NULL;
    -		}
    -
    -		/* Parse the signature piece */
    -		asnin = sk_BIO_value(parts, 1);
    -
    -		if (!(headers = mime_parse_hdr(asnin))) {
    -			ASN1err(ASN1_F_SMIME_READ_ASN1,ASN1_R_MIME_SIG_PARSE_ERROR);
    -			sk_BIO_pop_free(parts, BIO_vfree);
    -			return NULL;
    -		}
    -
    -		/* Get content type */
    -
    -		if(!(hdr = mime_hdr_find(headers, "content-type")) ||
    -								 !hdr->value) {
    -			sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
    -			ASN1err(ASN1_F_SMIME_READ_ASN1, ASN1_R_NO_SIG_CONTENT_TYPE);
    -			return NULL;
    -		}
    -
    -		if(strcmp(hdr->value, "application/x-pkcs7-signature") &&
    -			strcmp(hdr->value, "application/pkcs7-signature")) {
    -			ASN1err(ASN1_F_SMIME_READ_ASN1,ASN1_R_SIG_INVALID_MIME_TYPE);
    -			ERR_add_error_data(2, "type: ", hdr->value);
    -			sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
    -			sk_BIO_pop_free(parts, BIO_vfree);
    -			return NULL;
    -		}
    -		sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
    -		/* Read in ASN1 */
    -		if(!(val = b64_read_asn1(asnin, it))) {
    -			ASN1err(ASN1_F_SMIME_READ_ASN1,ASN1_R_ASN1_SIG_PARSE_ERROR);
    -			sk_BIO_pop_free(parts, BIO_vfree);
    -			return NULL;
    -		}
    -
    -		if(bcont) {
    -			*bcont = sk_BIO_value(parts, 0);
    -			BIO_free(asnin);
    -			sk_BIO_free(parts);
    -		} else sk_BIO_pop_free(parts, BIO_vfree);
    -		return val;
    -	}
    -		
    -	/* OK, if not multipart/signed try opaque signature */
    -
    -	if (strcmp (hdr->value, "application/x-pkcs7-mime") &&
    -	    strcmp (hdr->value, "application/pkcs7-mime")) {
    -		ASN1err(ASN1_F_SMIME_READ_ASN1,ASN1_R_INVALID_MIME_TYPE);
    -		ERR_add_error_data(2, "type: ", hdr->value);
    -		sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
    -		return NULL;
    -	}
    -
    -	sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
    -	
    -	if(!(val = b64_read_asn1(bio, it))) {
    -		ASN1err(ASN1_F_SMIME_READ_ASN1, ASN1_R_ASN1_PARSE_ERROR);
    -		return NULL;
    -	}
    -	return val;
    +    BIO *asnin;
    +    STACK_OF(MIME_HEADER) *headers = NULL;
    +    STACK_OF(BIO) *parts = NULL;
    +    MIME_HEADER *hdr;
    +    MIME_PARAM *prm;
    +    ASN1_VALUE *val;
    +    int ret;
    +
    +    if (bcont)
    +        *bcont = NULL;
    +
    +    if (!(headers = mime_parse_hdr(bio))) {
    +        ASN1err(ASN1_F_SMIME_READ_ASN1, ASN1_R_MIME_PARSE_ERROR);
    +        return NULL;
    +    }
    +
    +    if (!(hdr = mime_hdr_find(headers, "content-type")) || !hdr->value) {
    +        sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
    +        ASN1err(ASN1_F_SMIME_READ_ASN1, ASN1_R_NO_CONTENT_TYPE);
    +        return NULL;
    +    }
    +
    +    /* Handle multipart/signed */
    +
    +    if (!strcmp(hdr->value, "multipart/signed")) {
    +        /* Split into two parts */
    +        prm = mime_param_find(hdr, "boundary");
    +        if (!prm || !prm->param_value) {
    +            sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
    +            ASN1err(ASN1_F_SMIME_READ_ASN1, ASN1_R_NO_MULTIPART_BOUNDARY);
    +            return NULL;
    +        }
    +        ret = multi_split(bio, prm->param_value, &parts);
    +        sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
    +        if (!ret || (sk_BIO_num(parts) != 2)) {
    +            ASN1err(ASN1_F_SMIME_READ_ASN1, ASN1_R_NO_MULTIPART_BODY_FAILURE);
    +            sk_BIO_pop_free(parts, BIO_vfree);
    +            return NULL;
    +        }
    +
    +        /* Parse the signature piece */
    +        asnin = sk_BIO_value(parts, 1);
    +
    +        if (!(headers = mime_parse_hdr(asnin))) {
    +            ASN1err(ASN1_F_SMIME_READ_ASN1, ASN1_R_MIME_SIG_PARSE_ERROR);
    +            sk_BIO_pop_free(parts, BIO_vfree);
    +            return NULL;
    +        }
    +
    +        /* Get content type */
    +
    +        if (!(hdr = mime_hdr_find(headers, "content-type")) || !hdr->value) {
    +            sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
    +            ASN1err(ASN1_F_SMIME_READ_ASN1, ASN1_R_NO_SIG_CONTENT_TYPE);
    +            return NULL;
    +        }
    +
    +        if (strcmp(hdr->value, "application/x-pkcs7-signature") &&
    +            strcmp(hdr->value, "application/pkcs7-signature")) {
    +            ASN1err(ASN1_F_SMIME_READ_ASN1, ASN1_R_SIG_INVALID_MIME_TYPE);
    +            ERR_add_error_data(2, "type: ", hdr->value);
    +            sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
    +            sk_BIO_pop_free(parts, BIO_vfree);
    +            return NULL;
    +        }
    +        sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
    +        /* Read in ASN1 */
    +        if (!(val = b64_read_asn1(asnin, it))) {
    +            ASN1err(ASN1_F_SMIME_READ_ASN1, ASN1_R_ASN1_SIG_PARSE_ERROR);
    +            sk_BIO_pop_free(parts, BIO_vfree);
    +            return NULL;
    +        }
    +
    +        if (bcont) {
    +            *bcont = sk_BIO_value(parts, 0);
    +            BIO_free(asnin);
    +            sk_BIO_free(parts);
    +        } else
    +            sk_BIO_pop_free(parts, BIO_vfree);
    +        return val;
    +    }
    +
    +    /* OK, if not multipart/signed try opaque signature */
    +
    +    if (strcmp(hdr->value, "application/x-pkcs7-mime") &&
    +        strcmp(hdr->value, "application/pkcs7-mime")) {
    +        ASN1err(ASN1_F_SMIME_READ_ASN1, ASN1_R_INVALID_MIME_TYPE);
    +        ERR_add_error_data(2, "type: ", hdr->value);
    +        sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
    +        return NULL;
    +    }
    +
    +    sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
    +
    +    if (!(val = b64_read_asn1(bio, it))) {
    +        ASN1err(ASN1_F_SMIME_READ_ASN1, ASN1_R_ASN1_PARSE_ERROR);
    +        return NULL;
    +    }
    +    return val;
     
     }
     
     /* Copy text from one BIO to another making the output CRLF at EOL */
     int SMIME_crlf_copy(BIO *in, BIO *out, int flags)
     {
    -	BIO *bf;
    -	char eol;
    -	int len;
    -	char linebuf[MAX_SMLEN];
    -	/* Buffer output so we don't write one line at a time. This is
    -	 * useful when streaming as we don't end up with one OCTET STRING
    -	 * per line.
    -	 */
    -	bf = BIO_new(BIO_f_buffer());
    -	if (!bf)
    -		return 0;
    -	out = BIO_push(bf, out);
    -	if(flags & SMIME_BINARY)
    -		{
    -		while((len = BIO_read(in, linebuf, MAX_SMLEN)) > 0)
    -						BIO_write(out, linebuf, len);
    -		}
    -	else
    -		{
    -		if(flags & SMIME_TEXT)
    -			BIO_printf(out, "Content-Type: text/plain\r\n\r\n");
    -		while ((len = BIO_gets(in, linebuf, MAX_SMLEN)) > 0)
    -			{
    -			eol = strip_eol(linebuf, &len);
    -			if (len)
    -				BIO_write(out, linebuf, len);
    -			if(eol) BIO_write(out, "\r\n", 2);
    -			}
    -		}
    -	(void)BIO_flush(out);
    -	BIO_pop(out);
    -	BIO_free(bf);
    -	return 1;
    +    BIO *bf;
    +    char eol;
    +    int len;
    +    char linebuf[MAX_SMLEN];
    +    /*
    +     * Buffer output so we don't write one line at a time. This is useful
    +     * when streaming as we don't end up with one OCTET STRING per line.
    +     */
    +    bf = BIO_new(BIO_f_buffer());
    +    if (!bf)
    +        return 0;
    +    out = BIO_push(bf, out);
    +    if (flags & SMIME_BINARY) {
    +        while ((len = BIO_read(in, linebuf, MAX_SMLEN)) > 0)
    +            BIO_write(out, linebuf, len);
    +    } else {
    +        if (flags & SMIME_TEXT)
    +            BIO_printf(out, "Content-Type: text/plain\r\n\r\n");
    +        while ((len = BIO_gets(in, linebuf, MAX_SMLEN)) > 0) {
    +            eol = strip_eol(linebuf, &len);
    +            if (len)
    +                BIO_write(out, linebuf, len);
    +            if (eol)
    +                BIO_write(out, "\r\n", 2);
    +        }
    +    }
    +    (void)BIO_flush(out);
    +    BIO_pop(out);
    +    BIO_free(bf);
    +    return 1;
     }
     
     /* Strip off headers if they are text/plain */
     int SMIME_text(BIO *in, BIO *out)
     {
    -	char iobuf[4096];
    -	int len;
    -	STACK_OF(MIME_HEADER) *headers;
    -	MIME_HEADER *hdr;
    -
    -	if (!(headers = mime_parse_hdr(in))) {
    -		ASN1err(ASN1_F_SMIME_TEXT,ASN1_R_MIME_PARSE_ERROR);
    -		return 0;
    -	}
    -	if(!(hdr = mime_hdr_find(headers, "content-type")) || !hdr->value) {
    -		ASN1err(ASN1_F_SMIME_TEXT,ASN1_R_MIME_NO_CONTENT_TYPE);
    -		sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
    -		return 0;
    -	}
    -	if (strcmp (hdr->value, "text/plain")) {
    -		ASN1err(ASN1_F_SMIME_TEXT,ASN1_R_INVALID_MIME_TYPE);
    -		ERR_add_error_data(2, "type: ", hdr->value);
    -		sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
    -		return 0;
    -	}
    -	sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
    -	while ((len = BIO_read(in, iobuf, sizeof(iobuf))) > 0)
    -						BIO_write(out, iobuf, len);
    -	if (len < 0)
    -		return 0;
    -	return 1;
    +    char iobuf[4096];
    +    int len;
    +    STACK_OF(MIME_HEADER) *headers;
    +    MIME_HEADER *hdr;
    +
    +    if (!(headers = mime_parse_hdr(in))) {
    +        ASN1err(ASN1_F_SMIME_TEXT, ASN1_R_MIME_PARSE_ERROR);
    +        return 0;
    +    }
    +    if (!(hdr = mime_hdr_find(headers, "content-type")) || !hdr->value) {
    +        ASN1err(ASN1_F_SMIME_TEXT, ASN1_R_MIME_NO_CONTENT_TYPE);
    +        sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
    +        return 0;
    +    }
    +    if (strcmp(hdr->value, "text/plain")) {
    +        ASN1err(ASN1_F_SMIME_TEXT, ASN1_R_INVALID_MIME_TYPE);
    +        ERR_add_error_data(2, "type: ", hdr->value);
    +        sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
    +        return 0;
    +    }
    +    sk_MIME_HEADER_pop_free(headers, mime_hdr_free);
    +    while ((len = BIO_read(in, iobuf, sizeof(iobuf))) > 0)
    +        BIO_write(out, iobuf, len);
    +    if (len < 0)
    +        return 0;
    +    return 1;
     }
     
    -/* Split a multipart/XXX message body into component parts: result is
    +/*
    + * Split a multipart/XXX message body into component parts: result is
      * canonical parts in a STACK of bios
      */
     
     static int multi_split(BIO *bio, char *bound, STACK_OF(BIO) **ret)
     {
    -	char linebuf[MAX_SMLEN];
    -	int len, blen;
    -	int eol = 0, next_eol = 0;
    -	BIO *bpart = NULL;
    -	STACK_OF(BIO) *parts;
    -	char state, part, first;
    -
    -	blen = strlen(bound);
    -	part = 0;
    -	state = 0;
    -	first = 1;
    -	parts = sk_BIO_new_null();
    -	*ret = parts;
    -	while ((len = BIO_gets(bio, linebuf, MAX_SMLEN)) > 0) {
    -		state = mime_bound_check(linebuf, len, bound, blen);
    -		if(state == 1) {
    -			first = 1;
    -			part++;
    -		} else if(state == 2) {
    -			sk_BIO_push(parts, bpart);
    -			return 1;
    -		} else if(part) {
    -			/* Strip CR+LF from linebuf */
    -			next_eol = strip_eol(linebuf, &len);
    -			if(first) {
    -				first = 0;
    -				if(bpart) sk_BIO_push(parts, bpart);
    -				bpart = BIO_new(BIO_s_mem());
    -				BIO_set_mem_eof_return(bpart, 0);
    -			} else if (eol)
    -				BIO_write(bpart, "\r\n", 2);
    -			eol = next_eol;
    -			if (len)
    -				BIO_write(bpart, linebuf, len);
    -		}
    -	}
    -	return 0;
    +    char linebuf[MAX_SMLEN];
    +    int len, blen;
    +    int eol = 0, next_eol = 0;
    +    BIO *bpart = NULL;
    +    STACK_OF(BIO) *parts;
    +    char state, part, first;
    +
    +    blen = strlen(bound);
    +    part = 0;
    +    state = 0;
    +    first = 1;
    +    parts = sk_BIO_new_null();
    +    *ret = parts;
    +    while ((len = BIO_gets(bio, linebuf, MAX_SMLEN)) > 0) {
    +        state = mime_bound_check(linebuf, len, bound, blen);
    +        if (state == 1) {
    +            first = 1;
    +            part++;
    +        } else if (state == 2) {
    +            sk_BIO_push(parts, bpart);
    +            return 1;
    +        } else if (part) {
    +            /* Strip CR+LF from linebuf */
    +            next_eol = strip_eol(linebuf, &len);
    +            if (first) {
    +                first = 0;
    +                if (bpart)
    +                    sk_BIO_push(parts, bpart);
    +                bpart = BIO_new(BIO_s_mem());
    +                BIO_set_mem_eof_return(bpart, 0);
    +            } else if (eol)
    +                BIO_write(bpart, "\r\n", 2);
    +            eol = next_eol;
    +            if (len)
    +                BIO_write(bpart, linebuf, len);
    +        }
    +    }
    +    return 0;
     }
     
     /* This is the big one: parse MIME header lines up to message body */
     
    -#define MIME_INVALID	0
    -#define MIME_START	1
    -#define MIME_TYPE	2
    -#define MIME_NAME	3
    -#define MIME_VALUE	4
    -#define MIME_QUOTE	5
    -#define MIME_COMMENT	6
    -
    +#define MIME_INVALID    0
    +#define MIME_START      1
    +#define MIME_TYPE       2
    +#define MIME_NAME       3
    +#define MIME_VALUE      4
    +#define MIME_QUOTE      5
    +#define MIME_COMMENT    6
     
     static STACK_OF(MIME_HEADER) *mime_parse_hdr(BIO *bio)
     {
    -	char *p, *q, c;
    -	char *ntmp;
    -	char linebuf[MAX_SMLEN];
    -	MIME_HEADER *mhdr = NULL;
    -	STACK_OF(MIME_HEADER) *headers;
    -	int len, state, save_state = 0;
    -
    -	headers = sk_MIME_HEADER_new(mime_hdr_cmp);
    -	if (!headers)
    -		return NULL;
    -	while ((len = BIO_gets(bio, linebuf, MAX_SMLEN)) > 0) {
    -	/* If whitespace at line start then continuation line */
    -	if(mhdr && isspace((unsigned char)linebuf[0])) state = MIME_NAME;
    -	else state = MIME_START;
    -	ntmp = NULL;
    -	/* Go through all characters */
    -	for(p = linebuf, q = linebuf; (c = *p) && (c!='\r') && (c!='\n'); p++) {
    -
    -	/* State machine to handle MIME headers
    -	 * if this looks horrible that's because it *is*
    -         */
    -
    -		switch(state) {
    -			case MIME_START:
    -			if(c == ':') {
    -				state = MIME_TYPE;
    -				*p = 0;
    -				ntmp = strip_ends(q);
    -				q = p + 1;
    -			}
    -			break;
    -
    -			case MIME_TYPE:
    -			if(c == ';') {
    -				mime_debug("Found End Value\n");
    -				*p = 0;
    -				mhdr = mime_hdr_new(ntmp, strip_ends(q));
    -				sk_MIME_HEADER_push(headers, mhdr);
    -				ntmp = NULL;
    -				q = p + 1;
    -				state = MIME_NAME;
    -			} else if(c == '(') {
    -				save_state = state;
    -				state = MIME_COMMENT;
    -			}
    -			break;
    -
    -			case MIME_COMMENT:
    -			if(c == ')') {
    -				state = save_state;
    -			}
    -			break;
    -
    -			case MIME_NAME:
    -			if(c == '=') {
    -				state = MIME_VALUE;
    -				*p = 0;
    -				ntmp = strip_ends(q);
    -				q = p + 1;
    -			}
    -			break ;
    -
    -			case MIME_VALUE:
    -			if(c == ';') {
    -				state = MIME_NAME;
    -				*p = 0;
    -				mime_hdr_addparam(mhdr, ntmp, strip_ends(q));
    -				ntmp = NULL;
    -				q = p + 1;
    -			} else if (c == '"') {
    -				mime_debug("Found Quote\n");
    -				state = MIME_QUOTE;
    -			} else if(c == '(') {
    -				save_state = state;
    -				state = MIME_COMMENT;
    -			}
    -			break;
    -
    -			case MIME_QUOTE:
    -			if(c == '"') {
    -				mime_debug("Found Match Quote\n");
    -				state = MIME_VALUE;
    -			}
    -			break;
    -		}
    -	}
    -
    -	if(state == MIME_TYPE) {
    -		mhdr = mime_hdr_new(ntmp, strip_ends(q));
    -		sk_MIME_HEADER_push(headers, mhdr);
    -	} else if(state == MIME_VALUE)
    -			 mime_hdr_addparam(mhdr, ntmp, strip_ends(q));
    -	if(p == linebuf) break;	/* Blank line means end of headers */
    -}
    -
    -return headers;
    +    char *p, *q, c;
    +    char *ntmp;
    +    char linebuf[MAX_SMLEN];
    +    MIME_HEADER *mhdr = NULL;
    +    STACK_OF(MIME_HEADER) *headers;
    +    int len, state, save_state = 0;
    +
    +    headers = sk_MIME_HEADER_new(mime_hdr_cmp);
    +    if (!headers)
    +        return NULL;
    +    while ((len = BIO_gets(bio, linebuf, MAX_SMLEN)) > 0) {
    +        /* If whitespace at line start then continuation line */
    +        if (mhdr && isspace((unsigned char)linebuf[0]))
    +            state = MIME_NAME;
    +        else
    +            state = MIME_START;
    +        ntmp = NULL;
    +        /* Go through all characters */
    +        for (p = linebuf, q = linebuf; (c = *p) && (c != '\r') && (c != '\n');
    +             p++) {
    +
    +            /*
    +             * State machine to handle MIME headers if this looks horrible
    +             * that's because it *is*
    +             */
    +
    +            switch (state) {
    +            case MIME_START:
    +                if (c == ':') {
    +                    state = MIME_TYPE;
    +                    *p = 0;
    +                    ntmp = strip_ends(q);
    +                    q = p + 1;
    +                }
    +                break;
    +
    +            case MIME_TYPE:
    +                if (c == ';') {
    +                    mime_debug("Found End Value\n");
    +                    *p = 0;
    +                    mhdr = mime_hdr_new(ntmp, strip_ends(q));
    +                    sk_MIME_HEADER_push(headers, mhdr);
    +                    ntmp = NULL;
    +                    q = p + 1;
    +                    state = MIME_NAME;
    +                } else if (c == '(') {
    +                    save_state = state;
    +                    state = MIME_COMMENT;
    +                }
    +                break;
    +
    +            case MIME_COMMENT:
    +                if (c == ')') {
    +                    state = save_state;
    +                }
    +                break;
    +
    +            case MIME_NAME:
    +                if (c == '=') {
    +                    state = MIME_VALUE;
    +                    *p = 0;
    +                    ntmp = strip_ends(q);
    +                    q = p + 1;
    +                }
    +                break;
    +
    +            case MIME_VALUE:
    +                if (c == ';') {
    +                    state = MIME_NAME;
    +                    *p = 0;
    +                    mime_hdr_addparam(mhdr, ntmp, strip_ends(q));
    +                    ntmp = NULL;
    +                    q = p + 1;
    +                } else if (c == '"') {
    +                    mime_debug("Found Quote\n");
    +                    state = MIME_QUOTE;
    +                } else if (c == '(') {
    +                    save_state = state;
    +                    state = MIME_COMMENT;
    +                }
    +                break;
    +
    +            case MIME_QUOTE:
    +                if (c == '"') {
    +                    mime_debug("Found Match Quote\n");
    +                    state = MIME_VALUE;
    +                }
    +                break;
    +            }
    +        }
    +
    +        if (state == MIME_TYPE) {
    +            mhdr = mime_hdr_new(ntmp, strip_ends(q));
    +            sk_MIME_HEADER_push(headers, mhdr);
    +        } else if (state == MIME_VALUE)
    +            mime_hdr_addparam(mhdr, ntmp, strip_ends(q));
    +        if (p == linebuf)
    +            break;              /* Blank line means end of headers */
    +    }
    +
    +    return headers;
     
     }
     
     static char *strip_ends(char *name)
     {
    -	return strip_end(strip_start(name));
    +    return strip_end(strip_start(name));
     }
     
     /* Strip a parameter of whitespace from start of param */
     static char *strip_start(char *name)
     {
    -	char *p, c;
    -	/* Look for first non white space or quote */
    -	for(p = name; (c = *p) ;p++) {
    -		if(c == '"') {
    -			/* Next char is start of string if non null */
    -			if(p[1]) return p + 1;
    -			/* Else null string */
    -			return NULL;
    -		}
    -		if(!isspace((unsigned char)c)) return p;
    -	}
    -	return NULL;
    +    char *p, c;
    +    /* Look for first non white space or quote */
    +    for (p = name; (c = *p); p++) {
    +        if (c == '"') {
    +            /* Next char is start of string if non null */
    +            if (p[1])
    +                return p + 1;
    +            /* Else null string */
    +            return NULL;
    +        }
    +        if (!isspace((unsigned char)c))
    +            return p;
    +    }
    +    return NULL;
     }
     
     /* As above but strip from end of string : maybe should handle brackets? */
     static char *strip_end(char *name)
     {
    -	char *p, c;
    -	if(!name) return NULL;
    -	/* Look for first non white space or quote */
    -	for(p = name + strlen(name) - 1; p >= name ;p--) {
    -		c = *p;
    -		if(c == '"') {
    -			if(p - 1 == name) return NULL;
    -			*p = 0;
    -			return name;
    -		}
    -		if(isspace((unsigned char)c)) *p = 0;	
    -		else return name;
    -	}
    -	return NULL;
    +    char *p, c;
    +    if (!name)
    +        return NULL;
    +    /* Look for first non white space or quote */
    +    for (p = name + strlen(name) - 1; p >= name; p--) {
    +        c = *p;
    +        if (c == '"') {
    +            if (p - 1 == name)
    +                return NULL;
    +            *p = 0;
    +            return name;
    +        }
    +        if (isspace((unsigned char)c))
    +            *p = 0;
    +        else
    +            return name;
    +    }
    +    return NULL;
     }
     
     static MIME_HEADER *mime_hdr_new(char *name, char *value)
     {
    -	MIME_HEADER *mhdr;
    -	char *tmpname, *tmpval, *p;
    -	int c;
    -	if(name) {
    -		if(!(tmpname = BUF_strdup(name))) return NULL;
    -		for(p = tmpname ; *p; p++) {
    -			c = (unsigned char)*p;
    -			if(isupper(c)) {
    -				c = tolower(c);
    -				*p = c;
    -			}
    -		}
    -	} else tmpname = NULL;
    -	if(value) {
    -		if(!(tmpval = BUF_strdup(value))) return NULL;
    -		for(p = tmpval ; *p; p++) {
    -			c = (unsigned char)*p;
    -			if(isupper(c)) {
    -				c = tolower(c);
    -				*p = c;
    -			}
    -		}
    -	} else tmpval = NULL;
    -	mhdr = (MIME_HEADER *) OPENSSL_malloc(sizeof(MIME_HEADER));
    -	if(!mhdr) return NULL;
    -	mhdr->name = tmpname;
    -	mhdr->value = tmpval;
    -	if(!(mhdr->params = sk_MIME_PARAM_new(mime_param_cmp))) return NULL;
    -	return mhdr;
    +    MIME_HEADER *mhdr;
    +    char *tmpname, *tmpval, *p;
    +    int c;
    +    if (name) {
    +        if (!(tmpname = BUF_strdup(name)))
    +            return NULL;
    +        for (p = tmpname; *p; p++) {
    +            c = (unsigned char)*p;
    +            if (isupper(c)) {
    +                c = tolower(c);
    +                *p = c;
    +            }
    +        }
    +    } else
    +        tmpname = NULL;
    +    if (value) {
    +        if (!(tmpval = BUF_strdup(value)))
    +            return NULL;
    +        for (p = tmpval; *p; p++) {
    +            c = (unsigned char)*p;
    +            if (isupper(c)) {
    +                c = tolower(c);
    +                *p = c;
    +            }
    +        }
    +    } else
    +        tmpval = NULL;
    +    mhdr = (MIME_HEADER *)OPENSSL_malloc(sizeof(MIME_HEADER));
    +    if (!mhdr)
    +        return NULL;
    +    mhdr->name = tmpname;
    +    mhdr->value = tmpval;
    +    if (!(mhdr->params = sk_MIME_PARAM_new(mime_param_cmp)))
    +        return NULL;
    +    return mhdr;
     }
    -		
    +
     static int mime_hdr_addparam(MIME_HEADER *mhdr, char *name, char *value)
     {
    -	char *tmpname, *tmpval, *p;
    -	int c;
    -	MIME_PARAM *mparam;
    -	if(name) {
    -		tmpname = BUF_strdup(name);
    -		if(!tmpname) return 0;
    -		for(p = tmpname ; *p; p++) {
    -			c = (unsigned char)*p;
    -			if(isupper(c)) {
    -				c = tolower(c);
    -				*p = c;
    -			}
    -		}
    -	} else tmpname = NULL;
    -	if(value) {
    -		tmpval = BUF_strdup(value);
    -		if(!tmpval) return 0;
    -	} else tmpval = NULL;
    -	/* Parameter values are case sensitive so leave as is */
    -	mparam = (MIME_PARAM *) OPENSSL_malloc(sizeof(MIME_PARAM));
    -	if(!mparam) return 0;
    -	mparam->param_name = tmpname;
    -	mparam->param_value = tmpval;
    -	sk_MIME_PARAM_push(mhdr->params, mparam);
    -	return 1;
    +    char *tmpname, *tmpval, *p;
    +    int c;
    +    MIME_PARAM *mparam;
    +    if (name) {
    +        tmpname = BUF_strdup(name);
    +        if (!tmpname)
    +            return 0;
    +        for (p = tmpname; *p; p++) {
    +            c = (unsigned char)*p;
    +            if (isupper(c)) {
    +                c = tolower(c);
    +                *p = c;
    +            }
    +        }
    +    } else
    +        tmpname = NULL;
    +    if (value) {
    +        tmpval = BUF_strdup(value);
    +        if (!tmpval)
    +            return 0;
    +    } else
    +        tmpval = NULL;
    +    /* Parameter values are case sensitive so leave as is */
    +    mparam = (MIME_PARAM *)OPENSSL_malloc(sizeof(MIME_PARAM));
    +    if (!mparam)
    +        return 0;
    +    mparam->param_name = tmpname;
    +    mparam->param_value = tmpval;
    +    sk_MIME_PARAM_push(mhdr->params, mparam);
    +    return 1;
     }
     
    -static int mime_hdr_cmp(const MIME_HEADER * const *a,
    -			const MIME_HEADER * const *b)
    +static int mime_hdr_cmp(const MIME_HEADER *const *a,
    +                        const MIME_HEADER *const *b)
     {
    -	if (!(*a)->name || !(*b)->name)
    -		return !!(*a)->name - !!(*b)->name;
    +    if (!(*a)->name || !(*b)->name)
    +        return ! !(*a)->name - ! !(*b)->name;
     
    -	return(strcmp((*a)->name, (*b)->name));
    +    return (strcmp((*a)->name, (*b)->name));
     }
     
    -static int mime_param_cmp(const MIME_PARAM * const *a,
    -			const MIME_PARAM * const *b)
    +static int mime_param_cmp(const MIME_PARAM *const *a,
    +                          const MIME_PARAM *const *b)
     {
    -	if (!(*a)->param_name || !(*b)->param_name)
    -		return !!(*a)->param_name - !!(*b)->param_name;
    -	return(strcmp((*a)->param_name, (*b)->param_name));
    +    if (!(*a)->param_name || !(*b)->param_name)
    +        return ! !(*a)->param_name - ! !(*b)->param_name;
    +    return (strcmp((*a)->param_name, (*b)->param_name));
     }
     
     /* Find a header with a given name (if possible) */
     
     static MIME_HEADER *mime_hdr_find(STACK_OF(MIME_HEADER) *hdrs, char *name)
     {
    -	MIME_HEADER htmp;
    -	int idx;
    -	htmp.name = name;
    -	idx = sk_MIME_HEADER_find(hdrs, &htmp);
    -	if(idx < 0) return NULL;
    -	return sk_MIME_HEADER_value(hdrs, idx);
    +    MIME_HEADER htmp;
    +    int idx;
    +    htmp.name = name;
    +    idx = sk_MIME_HEADER_find(hdrs, &htmp);
    +    if (idx < 0)
    +        return NULL;
    +    return sk_MIME_HEADER_value(hdrs, idx);
     }
     
     static MIME_PARAM *mime_param_find(MIME_HEADER *hdr, char *name)
     {
    -	MIME_PARAM param;
    -	int idx;
    -	param.param_name = name;
    -	idx = sk_MIME_PARAM_find(hdr->params, ¶m);
    -	if(idx < 0) return NULL;
    -	return sk_MIME_PARAM_value(hdr->params, idx);
    +    MIME_PARAM param;
    +    int idx;
    +    param.param_name = name;
    +    idx = sk_MIME_PARAM_find(hdr->params, ¶m);
    +    if (idx < 0)
    +        return NULL;
    +    return sk_MIME_PARAM_value(hdr->params, idx);
     }
     
     static void mime_hdr_free(MIME_HEADER *hdr)
     {
    -	if(hdr->name) OPENSSL_free(hdr->name);
    -	if(hdr->value) OPENSSL_free(hdr->value);
    -	if(hdr->params) sk_MIME_PARAM_pop_free(hdr->params, mime_param_free);
    -	OPENSSL_free(hdr);
    +    if (hdr->name)
    +        OPENSSL_free(hdr->name);
    +    if (hdr->value)
    +        OPENSSL_free(hdr->value);
    +    if (hdr->params)
    +        sk_MIME_PARAM_pop_free(hdr->params, mime_param_free);
    +    OPENSSL_free(hdr);
     }
     
     static void mime_param_free(MIME_PARAM *param)
     {
    -	if(param->param_name) OPENSSL_free(param->param_name);
    -	if(param->param_value) OPENSSL_free(param->param_value);
    -	OPENSSL_free(param);
    +    if (param->param_name)
    +        OPENSSL_free(param->param_name);
    +    if (param->param_value)
    +        OPENSSL_free(param->param_value);
    +    OPENSSL_free(param);
     }
     
    -/* Check for a multipart boundary. Returns:
    +/*-
    + * Check for a multipart boundary. Returns:
      * 0 : no boundary
      * 1 : part boundary
      * 2 : final boundary
      */
     static int mime_bound_check(char *line, int linelen, char *bound, int blen)
     {
    -	if(linelen == -1) linelen = strlen(line);
    -	if(blen == -1) blen = strlen(bound);
    -	/* Quickly eliminate if line length too short */
    -	if(blen + 2 > linelen) return 0;
    -	/* Check for part boundary */
    -	if(!strncmp(line, "--", 2) && !strncmp(line + 2, bound, blen)) {
    -		if(!strncmp(line + blen + 2, "--", 2)) return 2;
    -		else return 1;
    -	}
    -	return 0;
    +    if (linelen == -1)
    +        linelen = strlen(line);
    +    if (blen == -1)
    +        blen = strlen(bound);
    +    /* Quickly eliminate if line length too short */
    +    if (blen + 2 > linelen)
    +        return 0;
    +    /* Check for part boundary */
    +    if (!strncmp(line, "--", 2) && !strncmp(line + 2, bound, blen)) {
    +        if (!strncmp(line + blen + 2, "--", 2))
    +            return 2;
    +        else
    +            return 1;
    +    }
    +    return 0;
     }
     
     static int strip_eol(char *linebuf, int *plen)
    -	{
    -	int len = *plen;
    -	char *p, c;
    -	int is_eol = 0;
    -	p = linebuf + len - 1;
    -	for (p = linebuf + len - 1; len > 0; len--, p--)
    -		{
    -		c = *p;
    -		if (c == '\n')
    -			is_eol = 1;
    -		else if (c != '\r')
    -			break;
    -		}
    -	*plen = len;
    -	return is_eol;
    -	}
    +{
    +    int len = *plen;
    +    char *p, c;
    +    int is_eol = 0;
    +    p = linebuf + len - 1;
    +    for (p = linebuf + len - 1; len > 0; len--, p--) {
    +        c = *p;
    +        if (c == '\n')
    +            is_eol = 1;
    +        else if (c != '\r')
    +            break;
    +    }
    +    *plen = len;
    +    return is_eol;
    +}
    diff --git a/openssl/crypto/asn1/asn_moid.c b/openssl/crypto/asn1/asn_moid.c
    index 1ea6a5924..fab2dd92e 100644
    --- a/openssl/crypto/asn1/asn_moid.c
    +++ b/openssl/crypto/asn1/asn_moid.c
    @@ -1,6 +1,7 @@
     /* asn_moid.c */
    -/* Written by Stephen Henson (steve@openssl.org) for the OpenSSL
    - * project 2001.
    +/*
    + * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project
    + * 2001.
      */
     /* ====================================================================
      * Copyright (c) 2001-2004 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -69,92 +70,84 @@
     static int do_create(char *value, char *name);
     
     static int oid_module_init(CONF_IMODULE *md, const CONF *cnf)
    -	{
    -	int i;
    -	const char *oid_section;
    -	STACK_OF(CONF_VALUE) *sktmp;
    -	CONF_VALUE *oval;
    -	oid_section = CONF_imodule_get_value(md);
    -	if(!(sktmp = NCONF_get_section(cnf, oid_section)))
    -		{
    -		ASN1err(ASN1_F_OID_MODULE_INIT, ASN1_R_ERROR_LOADING_SECTION);
    -		return 0;
    -		}
    -	for(i = 0; i < sk_CONF_VALUE_num(sktmp); i++)
    -		{
    -		oval = sk_CONF_VALUE_value(sktmp, i);
    -		if(!do_create(oval->value, oval->name))
    -			{
    -			ASN1err(ASN1_F_OID_MODULE_INIT, ASN1_R_ADDING_OBJECT);
    -			return 0;
    -			}
    -		}
    -	return 1;
    -	}
    +{
    +    int i;
    +    const char *oid_section;
    +    STACK_OF(CONF_VALUE) *sktmp;
    +    CONF_VALUE *oval;
    +    oid_section = CONF_imodule_get_value(md);
    +    if (!(sktmp = NCONF_get_section(cnf, oid_section))) {
    +        ASN1err(ASN1_F_OID_MODULE_INIT, ASN1_R_ERROR_LOADING_SECTION);
    +        return 0;
    +    }
    +    for (i = 0; i < sk_CONF_VALUE_num(sktmp); i++) {
    +        oval = sk_CONF_VALUE_value(sktmp, i);
    +        if (!do_create(oval->value, oval->name)) {
    +            ASN1err(ASN1_F_OID_MODULE_INIT, ASN1_R_ADDING_OBJECT);
    +            return 0;
    +        }
    +    }
    +    return 1;
    +}
     
     static void oid_module_finish(CONF_IMODULE *md)
    -	{
    -	OBJ_cleanup();
    -	}
    +{
    +    OBJ_cleanup();
    +}
     
     void ASN1_add_oid_module(void)
    -	{
    -	CONF_module_add("oid_section", oid_module_init, oid_module_finish);
    -	}
    +{
    +    CONF_module_add("oid_section", oid_module_init, oid_module_finish);
    +}
     
    -/* Create an OID based on a name value pair. Accept two formats.
    +/*-
    + * Create an OID based on a name value pair. Accept two formats.
      * shortname = 1.2.3.4
      * shortname = some long name, 1.2.3.4
      */
     
    -
     static int do_create(char *value, char *name)
    -	{
    -	int nid;
    -	ASN1_OBJECT *oid;
    -	char *ln, *ostr, *p, *lntmp;
    -	p = strrchr(value, ',');
    -	if (!p)
    -		{
    -		ln = name;
    -		ostr = value;
    -		}
    -	else
    -		{
    -		ln = NULL;
    -		ostr = p + 1;
    -		if (!*ostr)
    -			return 0;
    -		while(isspace((unsigned char)*ostr)) ostr++;
    -		}
    +{
    +    int nid;
    +    ASN1_OBJECT *oid;
    +    char *ln, *ostr, *p, *lntmp;
    +    p = strrchr(value, ',');
    +    if (!p) {
    +        ln = name;
    +        ostr = value;
    +    } else {
    +        ln = NULL;
    +        ostr = p + 1;
    +        if (!*ostr)
    +            return 0;
    +        while (isspace((unsigned char)*ostr))
    +            ostr++;
    +    }
     
    -	nid = OBJ_create(ostr, name, ln);
    +    nid = OBJ_create(ostr, name, ln);
     
    -	if (nid == NID_undef)
    -		return 0;
    +    if (nid == NID_undef)
    +        return 0;
     
    -	if (p)
    -		{
    -		ln = value;
    -		while(isspace((unsigned char)*ln)) ln++;
    -		p--;
    -		while(isspace((unsigned char)*p))
    -			{
    -			if (p == ln)
    -				return 0;
    -			p--;
    -			}
    -		p++;
    -		lntmp = OPENSSL_malloc((p - ln) + 1);
    -		if (lntmp == NULL)
    -			return 0;
    -		memcpy(lntmp, ln, p - ln);
    -		lntmp[p - ln] = 0;
    -		oid = OBJ_nid2obj(nid);
    -		oid->ln = lntmp;
    -		}
    +    if (p) {
    +        ln = value;
    +        while (isspace((unsigned char)*ln))
    +            ln++;
    +        p--;
    +        while (isspace((unsigned char)*p)) {
    +            if (p == ln)
    +                return 0;
    +            p--;
    +        }
    +        p++;
    +        lntmp = OPENSSL_malloc((p - ln) + 1);
    +        if (lntmp == NULL)
    +            return 0;
    +        memcpy(lntmp, ln, p - ln);
    +        lntmp[p - ln] = 0;
    +        oid = OBJ_nid2obj(nid);
    +        oid->ln = lntmp;
    +    }
     
    -	return 1;
    -	}
    -		
    -		
    +    return 1;
    +}
    diff --git a/openssl/crypto/asn1/asn_pack.c b/openssl/crypto/asn1/asn_pack.c
    index 00dbf5ad3..366caf01f 100644
    --- a/openssl/crypto/asn1/asn_pack.c
    +++ b/openssl/crypto/asn1/asn_pack.c
    @@ -1,6 +1,7 @@
     /* asn_pack.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -67,90 +68,95 @@
     /* Turn an ASN1 encoded SEQUENCE OF into a STACK of structures */
     
     STACK_OF(OPENSSL_BLOCK) *ASN1_seq_unpack(const unsigned char *buf, int len,
    -			 d2i_of_void *d2i, void (*free_func)(OPENSSL_BLOCK))
    +                                         d2i_of_void *d2i,
    +                                         void (*free_func) (OPENSSL_BLOCK))
     {
         STACK_OF(OPENSSL_BLOCK) *sk;
         const unsigned char *pbuf;
    -    pbuf =  buf;
    +    pbuf = buf;
         if (!(sk = d2i_ASN1_SET(NULL, &pbuf, len, d2i, free_func,
    -					V_ASN1_SEQUENCE, V_ASN1_UNIVERSAL)))
    -		 ASN1err(ASN1_F_ASN1_SEQ_UNPACK,ASN1_R_DECODE_ERROR);
    +                            V_ASN1_SEQUENCE, V_ASN1_UNIVERSAL)))
    +        ASN1err(ASN1_F_ASN1_SEQ_UNPACK, ASN1_R_DECODE_ERROR);
         return sk;
     }
     
    -/* Turn a STACK structures into an ASN1 encoded SEQUENCE OF structure in a
    +/*
    + * Turn a STACK structures into an ASN1 encoded SEQUENCE OF structure in a
      * OPENSSL_malloc'ed buffer
      */
     
     unsigned char *ASN1_seq_pack(STACK_OF(OPENSSL_BLOCK) *safes, i2d_of_void *i2d,
    -			     unsigned char **buf, int *len)
    +                             unsigned char **buf, int *len)
     {
    -	int safelen;
    -	unsigned char *safe, *p;
    -	if (!(safelen = i2d_ASN1_SET(safes, NULL, i2d, V_ASN1_SEQUENCE,
    -					      V_ASN1_UNIVERSAL, IS_SEQUENCE))) {
    -		ASN1err(ASN1_F_ASN1_SEQ_PACK,ASN1_R_ENCODE_ERROR);
    -		return NULL;
    -	}
    -	if (!(safe = OPENSSL_malloc (safelen))) {
    -		ASN1err(ASN1_F_ASN1_SEQ_PACK,ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    -	p = safe;
    -	i2d_ASN1_SET(safes, &p, i2d, V_ASN1_SEQUENCE, V_ASN1_UNIVERSAL,
    -								 IS_SEQUENCE);
    -	if (len) *len = safelen;
    -	if (buf) *buf = safe;
    -	return safe;
    +    int safelen;
    +    unsigned char *safe, *p;
    +    if (!(safelen = i2d_ASN1_SET(safes, NULL, i2d, V_ASN1_SEQUENCE,
    +                                 V_ASN1_UNIVERSAL, IS_SEQUENCE))) {
    +        ASN1err(ASN1_F_ASN1_SEQ_PACK, ASN1_R_ENCODE_ERROR);
    +        return NULL;
    +    }
    +    if (!(safe = OPENSSL_malloc(safelen))) {
    +        ASN1err(ASN1_F_ASN1_SEQ_PACK, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +    p = safe;
    +    i2d_ASN1_SET(safes, &p, i2d, V_ASN1_SEQUENCE, V_ASN1_UNIVERSAL,
    +                 IS_SEQUENCE);
    +    if (len)
    +        *len = safelen;
    +    if (buf)
    +        *buf = safe;
    +    return safe;
     }
     
     /* Extract an ASN1 object from an ASN1_STRING */
     
     void *ASN1_unpack_string(ASN1_STRING *oct, d2i_of_void *d2i)
     {
    -	const unsigned char *p;
    -	char *ret;
    +    const unsigned char *p;
    +    char *ret;
     
    -	p = oct->data;
    -	if(!(ret = d2i(NULL, &p, oct->length)))
    -		ASN1err(ASN1_F_ASN1_UNPACK_STRING,ASN1_R_DECODE_ERROR);
    -	return ret;
    +    p = oct->data;
    +    if (!(ret = d2i(NULL, &p, oct->length)))
    +        ASN1err(ASN1_F_ASN1_UNPACK_STRING, ASN1_R_DECODE_ERROR);
    +    return ret;
     }
     
     /* Pack an ASN1 object into an ASN1_STRING */
     
     ASN1_STRING *ASN1_pack_string(void *obj, i2d_of_void *i2d, ASN1_STRING **oct)
     {
    -	unsigned char *p;
    -	ASN1_STRING *octmp;
    -
    -	if (!oct || !*oct) {
    -		if (!(octmp = ASN1_STRING_new ())) {
    -			ASN1err(ASN1_F_ASN1_PACK_STRING,ERR_R_MALLOC_FAILURE);
    -			return NULL;
    -		}
    -		if (oct) *oct = octmp;
    -	} else octmp = *oct;
    -		
    -	if (!(octmp->length = i2d(obj, NULL))) {
    -		ASN1err(ASN1_F_ASN1_PACK_STRING,ASN1_R_ENCODE_ERROR);
    -		goto err;
    -	}
    -	if (!(p = OPENSSL_malloc (octmp->length))) {
    -		ASN1err(ASN1_F_ASN1_PACK_STRING,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -	}
    -	octmp->data = p;
    -	i2d (obj, &p);
    -	return octmp;
    -	err:
    -	if (!oct || !*oct)
    -		{
    -		ASN1_STRING_free(octmp);
    -		if (oct)
    -			*oct = NULL;
    -		}
    -	return NULL;
    +    unsigned char *p;
    +    ASN1_STRING *octmp;
    +
    +    if (!oct || !*oct) {
    +        if (!(octmp = ASN1_STRING_new())) {
    +            ASN1err(ASN1_F_ASN1_PACK_STRING, ERR_R_MALLOC_FAILURE);
    +            return NULL;
    +        }
    +        if (oct)
    +            *oct = octmp;
    +    } else
    +        octmp = *oct;
    +
    +    if (!(octmp->length = i2d(obj, NULL))) {
    +        ASN1err(ASN1_F_ASN1_PACK_STRING, ASN1_R_ENCODE_ERROR);
    +        goto err;
    +    }
    +    if (!(p = OPENSSL_malloc(octmp->length))) {
    +        ASN1err(ASN1_F_ASN1_PACK_STRING, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +    octmp->data = p;
    +    i2d(obj, &p);
    +    return octmp;
    + err:
    +    if (!oct || !*oct) {
    +        ASN1_STRING_free(octmp);
    +        if (oct)
    +            *oct = NULL;
    +    }
    +    return NULL;
     }
     
     #endif
    @@ -159,41 +165,43 @@ ASN1_STRING *ASN1_pack_string(void *obj, i2d_of_void *i2d, ASN1_STRING **oct)
     
     ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct)
     {
    -	ASN1_STRING *octmp;
    -
    -	if (!oct || !*oct) {
    -		if (!(octmp = ASN1_STRING_new ())) {
    -			ASN1err(ASN1_F_ASN1_ITEM_PACK,ERR_R_MALLOC_FAILURE);
    -			return NULL;
    -		}
    -		if (oct) *oct = octmp;
    -	} else octmp = *oct;
    -
    -	if(octmp->data) {
    -		OPENSSL_free(octmp->data);
    -		octmp->data = NULL;
    -	}
    -		
    -	if (!(octmp->length = ASN1_item_i2d(obj, &octmp->data, it))) {
    -		ASN1err(ASN1_F_ASN1_ITEM_PACK,ASN1_R_ENCODE_ERROR);
    -		return NULL;
    -	}
    -	if (!octmp->data) {
    -		ASN1err(ASN1_F_ASN1_ITEM_PACK,ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    -	return octmp;
    +    ASN1_STRING *octmp;
    +
    +    if (!oct || !*oct) {
    +        if (!(octmp = ASN1_STRING_new())) {
    +            ASN1err(ASN1_F_ASN1_ITEM_PACK, ERR_R_MALLOC_FAILURE);
    +            return NULL;
    +        }
    +        if (oct)
    +            *oct = octmp;
    +    } else
    +        octmp = *oct;
    +
    +    if (octmp->data) {
    +        OPENSSL_free(octmp->data);
    +        octmp->data = NULL;
    +    }
    +
    +    if (!(octmp->length = ASN1_item_i2d(obj, &octmp->data, it))) {
    +        ASN1err(ASN1_F_ASN1_ITEM_PACK, ASN1_R_ENCODE_ERROR);
    +        return NULL;
    +    }
    +    if (!octmp->data) {
    +        ASN1err(ASN1_F_ASN1_ITEM_PACK, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +    return octmp;
     }
     
     /* Extract an ASN1 object from an ASN1_STRING */
     
     void *ASN1_item_unpack(ASN1_STRING *oct, const ASN1_ITEM *it)
     {
    -	const unsigned char *p;
    -	void *ret;
    +    const unsigned char *p;
    +    void *ret;
     
    -	p = oct->data;
    -	if(!(ret = ASN1_item_d2i(NULL, &p, oct->length, it)))
    -		ASN1err(ASN1_F_ASN1_ITEM_UNPACK,ASN1_R_DECODE_ERROR);
    -	return ret;
    +    p = oct->data;
    +    if (!(ret = ASN1_item_d2i(NULL, &p, oct->length, it)))
    +        ASN1err(ASN1_F_ASN1_ITEM_UNPACK, ASN1_R_DECODE_ERROR);
    +    return ret;
     }
    diff --git a/openssl/crypto/asn1/bio_asn1.c b/openssl/crypto/asn1/bio_asn1.c
    index bca4eebf6..60189b3b2 100644
    --- a/openssl/crypto/asn1/bio_asn1.c
    +++ b/openssl/crypto/asn1/bio_asn1.c
    @@ -1,5 +1,6 @@
     /* bio_asn1.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
      * project.
      */
     /* ====================================================================
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,9 +57,10 @@
      *
      */
     
    -/* Experimental ASN1 BIO. When written through the data is converted
    - * to an ASN1 string type: default is OCTET STRING. Additional functions
    - * can be provided to add prefix and suffix data.
    +/*
    + * Experimental ASN1 BIO. When written through the data is converted to an
    + * ASN1 string type: default is OCTET STRING. Additional functions can be
    + * provided to add prefix and suffix data.
      */
     
     #include 
    @@ -68,49 +70,45 @@
     /* Must be large enough for biggest tag+length */
     #define DEFAULT_ASN1_BUF_SIZE 20
     
    -typedef enum 
    -	{
    -	ASN1_STATE_START,
    -	ASN1_STATE_PRE_COPY,
    -	ASN1_STATE_HEADER,
    -	ASN1_STATE_HEADER_COPY,
    -	ASN1_STATE_DATA_COPY,
    -	ASN1_STATE_POST_COPY,
    -	ASN1_STATE_DONE
    -	} asn1_bio_state_t;
    -
    -typedef struct BIO_ASN1_EX_FUNCS_st
    -	{
    -	asn1_ps_func	*ex_func;
    -	asn1_ps_func	*ex_free_func;
    -	} BIO_ASN1_EX_FUNCS;
    -
    -typedef struct BIO_ASN1_BUF_CTX_t
    -	{
    -	/* Internal state */
    -	asn1_bio_state_t state;
    -	/* Internal buffer */
    -	unsigned char *buf;
    -	/* Size of buffer */
    -	int bufsize;
    -	/* Current position in buffer */
    -	int bufpos;
    -	/* Current buffer length */
    -	int buflen;
    -	/* Amount of data to copy */
    -	int copylen;
    -	/* Class and tag to use */
    -	int asn1_class, asn1_tag;
    -	asn1_ps_func *prefix, *prefix_free, *suffix, *suffix_free;
    -	/* Extra buffer for prefix and suffix data */
    -	unsigned char *ex_buf;
    -	int ex_len;
    -	int ex_pos;
    -	void *ex_arg;
    -	} BIO_ASN1_BUF_CTX;
    -
    -
    -static int asn1_bio_write(BIO *h, const char *buf,int num);
    +typedef enum {
    +    ASN1_STATE_START,
    +    ASN1_STATE_PRE_COPY,
    +    ASN1_STATE_HEADER,
    +    ASN1_STATE_HEADER_COPY,
    +    ASN1_STATE_DATA_COPY,
    +    ASN1_STATE_POST_COPY,
    +    ASN1_STATE_DONE
    +} asn1_bio_state_t;
    +
    +typedef struct BIO_ASN1_EX_FUNCS_st {
    +    asn1_ps_func *ex_func;
    +    asn1_ps_func *ex_free_func;
    +} BIO_ASN1_EX_FUNCS;
    +
    +typedef struct BIO_ASN1_BUF_CTX_t {
    +    /* Internal state */
    +    asn1_bio_state_t state;
    +    /* Internal buffer */
    +    unsigned char *buf;
    +    /* Size of buffer */
    +    int bufsize;
    +    /* Current position in buffer */
    +    int bufpos;
    +    /* Current buffer length */
    +    int buflen;
    +    /* Amount of data to copy */
    +    int copylen;
    +    /* Class and tag to use */
    +    int asn1_class, asn1_tag;
    +    asn1_ps_func *prefix, *prefix_free, *suffix, *suffix_free;
    +    /* Extra buffer for prefix and suffix data */
    +    unsigned char *ex_buf;
    +    int ex_len;
    +    int ex_pos;
    +    void *ex_arg;
    +} BIO_ASN1_BUF_CTX;
    +
    +static int asn1_bio_write(BIO *h, const char *buf, int num);
     static int asn1_bio_read(BIO *h, char *buf, int size);
     static int asn1_bio_puts(BIO *h, const char *str);
     static int asn1_bio_gets(BIO *h, char *str, int size);
    @@ -121,378 +119,364 @@ static long asn1_bio_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp);
     
     static int asn1_bio_init(BIO_ASN1_BUF_CTX *ctx, int size);
     static int asn1_bio_flush_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx,
    -				asn1_ps_func *cleanup, asn1_bio_state_t next);
    +                             asn1_ps_func *cleanup, asn1_bio_state_t next);
     static int asn1_bio_setup_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx,
    -				asn1_ps_func *setup, 
    -				asn1_bio_state_t ex_state,
    -				asn1_bio_state_t other_state);
    -
    -static BIO_METHOD methods_asn1=
    -	{
    -	BIO_TYPE_ASN1,
    -	"asn1",
    -	asn1_bio_write,
    -	asn1_bio_read,
    -	asn1_bio_puts,
    -	asn1_bio_gets,
    -	asn1_bio_ctrl,
    -	asn1_bio_new,
    -	asn1_bio_free,
    -	asn1_bio_callback_ctrl,
    -	};
    +                             asn1_ps_func *setup,
    +                             asn1_bio_state_t ex_state,
    +                             asn1_bio_state_t other_state);
    +
    +static BIO_METHOD methods_asn1 = {
    +    BIO_TYPE_ASN1,
    +    "asn1",
    +    asn1_bio_write,
    +    asn1_bio_read,
    +    asn1_bio_puts,
    +    asn1_bio_gets,
    +    asn1_bio_ctrl,
    +    asn1_bio_new,
    +    asn1_bio_free,
    +    asn1_bio_callback_ctrl,
    +};
     
     BIO_METHOD *BIO_f_asn1(void)
    -	{
    -	return(&methods_asn1);
    -	}
    -
    +{
    +    return (&methods_asn1);
    +}
     
     static int asn1_bio_new(BIO *b)
    -	{
    -	BIO_ASN1_BUF_CTX *ctx;
    -	ctx = OPENSSL_malloc(sizeof(BIO_ASN1_BUF_CTX));
    -	if (!ctx)
    -		return 0;
    -	if (!asn1_bio_init(ctx, DEFAULT_ASN1_BUF_SIZE))
    -		{
    -		OPENSSL_free(ctx);
    -		return 0;
    -		}
    -	b->init = 1;
    -	b->ptr = (char *)ctx;
    -	b->flags = 0;
    -	return 1;
    -	}
    +{
    +    BIO_ASN1_BUF_CTX *ctx;
    +    ctx = OPENSSL_malloc(sizeof(BIO_ASN1_BUF_CTX));
    +    if (!ctx)
    +        return 0;
    +    if (!asn1_bio_init(ctx, DEFAULT_ASN1_BUF_SIZE)) {
    +        OPENSSL_free(ctx);
    +        return 0;
    +    }
    +    b->init = 1;
    +    b->ptr = (char *)ctx;
    +    b->flags = 0;
    +    return 1;
    +}
     
     static int asn1_bio_init(BIO_ASN1_BUF_CTX *ctx, int size)
    -	{
    -	ctx->buf = OPENSSL_malloc(size);
    -	if (!ctx->buf)
    -		return 0;
    -	ctx->bufsize = size;
    -	ctx->bufpos = 0;
    -	ctx->buflen = 0;
    -	ctx->copylen = 0;
    -	ctx->asn1_class = V_ASN1_UNIVERSAL;
    -	ctx->asn1_tag = V_ASN1_OCTET_STRING;
    -	ctx->ex_buf = 0;
    -	ctx->ex_pos = 0;
    -	ctx->ex_len = 0;
    -	ctx->state = ASN1_STATE_START;
    -	return 1;
    -	}
    +{
    +    ctx->buf = OPENSSL_malloc(size);
    +    if (!ctx->buf)
    +        return 0;
    +    ctx->bufsize = size;
    +    ctx->bufpos = 0;
    +    ctx->buflen = 0;
    +    ctx->copylen = 0;
    +    ctx->asn1_class = V_ASN1_UNIVERSAL;
    +    ctx->asn1_tag = V_ASN1_OCTET_STRING;
    +    ctx->ex_buf = 0;
    +    ctx->ex_pos = 0;
    +    ctx->ex_len = 0;
    +    ctx->state = ASN1_STATE_START;
    +    return 1;
    +}
     
     static int asn1_bio_free(BIO *b)
    -	{
    -	BIO_ASN1_BUF_CTX *ctx;
    -	ctx = (BIO_ASN1_BUF_CTX *) b->ptr;
    -	if (ctx == NULL)
    -		return 0;
    -	if (ctx->buf)
    -		OPENSSL_free(ctx->buf);
    -	OPENSSL_free(ctx);
    -	b->init = 0;
    -	b->ptr = NULL;
    -	b->flags = 0;
    -	return 1;
    -	}
    -
    -static int asn1_bio_write(BIO *b, const char *in , int inl)
    -	{
    -	BIO_ASN1_BUF_CTX *ctx;
    -	int wrmax, wrlen, ret;
    -	unsigned char *p;
    -	if (!in || (inl < 0) || (b->next_bio == NULL))
    -		return 0;
    -	ctx = (BIO_ASN1_BUF_CTX *) b->ptr;
    -	if (ctx == NULL)
    -		return 0;
    -
    -	wrlen = 0;
    -	ret = -1;
    -
    -	for(;;)
    -		{
    -		switch (ctx->state)
    -			{
    -
    -			/* Setup prefix data, call it */
    -			case ASN1_STATE_START:
    -			if (!asn1_bio_setup_ex(b, ctx, ctx->prefix,
    -				ASN1_STATE_PRE_COPY, ASN1_STATE_HEADER))
    -				return 0;
    -			break;
    -
    -			/* Copy any pre data first */
    -			case ASN1_STATE_PRE_COPY:
    -
    -			ret = asn1_bio_flush_ex(b, ctx, ctx->prefix_free,
    -							ASN1_STATE_HEADER);
    -
    -			if (ret <= 0)
    -				goto done;
    -
    -			break;
    -
    -			case ASN1_STATE_HEADER:
    -			ctx->buflen =
    -				ASN1_object_size(0, inl, ctx->asn1_tag) - inl;
    -			OPENSSL_assert(ctx->buflen <= ctx->bufsize);
    -			p = ctx->buf;
    -			ASN1_put_object(&p, 0, inl,
    -					ctx->asn1_tag, ctx->asn1_class);
    -			ctx->copylen = inl;
    -			ctx->state = ASN1_STATE_HEADER_COPY;
    -
    -			break;
    -
    -			case ASN1_STATE_HEADER_COPY:	
    -			ret = BIO_write(b->next_bio,
    -					ctx->buf + ctx->bufpos, ctx->buflen);
    -			if (ret <= 0)
    -				goto done;
    -
    -			ctx->buflen -= ret;
    -			if (ctx->buflen)
    -				ctx->bufpos += ret;
    -			else
    -				{
    -				ctx->bufpos = 0;
    -				ctx->state = ASN1_STATE_DATA_COPY;
    -				}
    -
    -			break;
    -
    -			case ASN1_STATE_DATA_COPY:
    -
    -			if (inl > ctx->copylen)
    -				wrmax = ctx->copylen;
    -			else
    -				wrmax = inl;
    -			ret = BIO_write(b->next_bio, in, wrmax);
    -			if (ret <= 0)
    -				break;
    -			wrlen += ret;
    -			ctx->copylen -= ret;
    -			in += ret;
    -			inl -= ret;
    -
    -			if (ctx->copylen == 0)
    -				ctx->state = ASN1_STATE_HEADER;
    -
    -			if (inl == 0)
    -				goto done;
    -
    -			break;
    -
    -			default:
    -			BIO_clear_retry_flags(b);
    -			return 0;
    -
    -			}
    -
    -		}
    -
    -	done:
    -	BIO_clear_retry_flags(b);
    -	BIO_copy_next_retry(b);
    -
    -	return (wrlen > 0) ? wrlen : ret;
    -
    -	}
    +{
    +    BIO_ASN1_BUF_CTX *ctx;
    +    ctx = (BIO_ASN1_BUF_CTX *)b->ptr;
    +    if (ctx == NULL)
    +        return 0;
    +    if (ctx->buf)
    +        OPENSSL_free(ctx->buf);
    +    OPENSSL_free(ctx);
    +    b->init = 0;
    +    b->ptr = NULL;
    +    b->flags = 0;
    +    return 1;
    +}
    +
    +static int asn1_bio_write(BIO *b, const char *in, int inl)
    +{
    +    BIO_ASN1_BUF_CTX *ctx;
    +    int wrmax, wrlen, ret;
    +    unsigned char *p;
    +    if (!in || (inl < 0) || (b->next_bio == NULL))
    +        return 0;
    +    ctx = (BIO_ASN1_BUF_CTX *)b->ptr;
    +    if (ctx == NULL)
    +        return 0;
    +
    +    wrlen = 0;
    +    ret = -1;
    +
    +    for (;;) {
    +        switch (ctx->state) {
    +
    +            /* Setup prefix data, call it */
    +        case ASN1_STATE_START:
    +            if (!asn1_bio_setup_ex(b, ctx, ctx->prefix,
    +                                   ASN1_STATE_PRE_COPY, ASN1_STATE_HEADER))
    +                return 0;
    +            break;
    +
    +            /* Copy any pre data first */
    +        case ASN1_STATE_PRE_COPY:
    +
    +            ret = asn1_bio_flush_ex(b, ctx, ctx->prefix_free,
    +                                    ASN1_STATE_HEADER);
    +
    +            if (ret <= 0)
    +                goto done;
    +
    +            break;
    +
    +        case ASN1_STATE_HEADER:
    +            ctx->buflen = ASN1_object_size(0, inl, ctx->asn1_tag) - inl;
    +            OPENSSL_assert(ctx->buflen <= ctx->bufsize);
    +            p = ctx->buf;
    +            ASN1_put_object(&p, 0, inl, ctx->asn1_tag, ctx->asn1_class);
    +            ctx->copylen = inl;
    +            ctx->state = ASN1_STATE_HEADER_COPY;
    +
    +            break;
    +
    +        case ASN1_STATE_HEADER_COPY:
    +            ret = BIO_write(b->next_bio, ctx->buf + ctx->bufpos, ctx->buflen);
    +            if (ret <= 0)
    +                goto done;
    +
    +            ctx->buflen -= ret;
    +            if (ctx->buflen)
    +                ctx->bufpos += ret;
    +            else {
    +                ctx->bufpos = 0;
    +                ctx->state = ASN1_STATE_DATA_COPY;
    +            }
    +
    +            break;
    +
    +        case ASN1_STATE_DATA_COPY:
    +
    +            if (inl > ctx->copylen)
    +                wrmax = ctx->copylen;
    +            else
    +                wrmax = inl;
    +            ret = BIO_write(b->next_bio, in, wrmax);
    +            if (ret <= 0)
    +                break;
    +            wrlen += ret;
    +            ctx->copylen -= ret;
    +            in += ret;
    +            inl -= ret;
    +
    +            if (ctx->copylen == 0)
    +                ctx->state = ASN1_STATE_HEADER;
    +
    +            if (inl == 0)
    +                goto done;
    +
    +            break;
    +
    +        default:
    +            BIO_clear_retry_flags(b);
    +            return 0;
    +
    +        }
    +
    +    }
    +
    + done:
    +    BIO_clear_retry_flags(b);
    +    BIO_copy_next_retry(b);
    +
    +    return (wrlen > 0) ? wrlen : ret;
    +
    +}
     
     static int asn1_bio_flush_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx,
    -				asn1_ps_func *cleanup, asn1_bio_state_t next)
    -	{
    -	int ret;
    -	if (ctx->ex_len <= 0)
    -		return 1;
    -	for(;;)
    -		{
    -		ret = BIO_write(b->next_bio, ctx->ex_buf + ctx->ex_pos,
    -								ctx->ex_len);
    -		if (ret <= 0)
    -			break;
    -		ctx->ex_len -= ret;
    -		if (ctx->ex_len > 0)
    -			ctx->ex_pos += ret;
    -		else
    -			{
    -			if(cleanup)
    -				cleanup(b, &ctx->ex_buf, &ctx->ex_len,
    -								&ctx->ex_arg);
    -			ctx->state = next;
    -			ctx->ex_pos = 0;
    -			break;
    -			}
    -		}
    -	return ret;
    -	}
    +                             asn1_ps_func *cleanup, asn1_bio_state_t next)
    +{
    +    int ret;
    +    if (ctx->ex_len <= 0)
    +        return 1;
    +    for (;;) {
    +        ret = BIO_write(b->next_bio, ctx->ex_buf + ctx->ex_pos, ctx->ex_len);
    +        if (ret <= 0)
    +            break;
    +        ctx->ex_len -= ret;
    +        if (ctx->ex_len > 0)
    +            ctx->ex_pos += ret;
    +        else {
    +            if (cleanup)
    +                cleanup(b, &ctx->ex_buf, &ctx->ex_len, &ctx->ex_arg);
    +            ctx->state = next;
    +            ctx->ex_pos = 0;
    +            break;
    +        }
    +    }
    +    return ret;
    +}
     
     static int asn1_bio_setup_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx,
    -				asn1_ps_func *setup, 
    -				asn1_bio_state_t ex_state,
    -				asn1_bio_state_t other_state)
    -	{
    -	if (setup && !setup(b, &ctx->ex_buf, &ctx->ex_len, &ctx->ex_arg))
    -		{
    -		BIO_clear_retry_flags(b);
    -		return 0;
    -		}
    -	if (ctx->ex_len > 0)
    -		ctx->state = ex_state;
    -	else
    -		ctx->state = other_state;
    -	return 1;
    -	}
    -
    -static int asn1_bio_read(BIO *b, char *in , int inl)
    -	{
    -	if (!b->next_bio)
    -		return 0;
    -	return BIO_read(b->next_bio, in , inl);
    -	}
    +                             asn1_ps_func *setup,
    +                             asn1_bio_state_t ex_state,
    +                             asn1_bio_state_t other_state)
    +{
    +    if (setup && !setup(b, &ctx->ex_buf, &ctx->ex_len, &ctx->ex_arg)) {
    +        BIO_clear_retry_flags(b);
    +        return 0;
    +    }
    +    if (ctx->ex_len > 0)
    +        ctx->state = ex_state;
    +    else
    +        ctx->state = other_state;
    +    return 1;
    +}
    +
    +static int asn1_bio_read(BIO *b, char *in, int inl)
    +{
    +    if (!b->next_bio)
    +        return 0;
    +    return BIO_read(b->next_bio, in, inl);
    +}
     
     static int asn1_bio_puts(BIO *b, const char *str)
    -	{
    -	return asn1_bio_write(b, str, strlen(str));
    -	}
    +{
    +    return asn1_bio_write(b, str, strlen(str));
    +}
     
     static int asn1_bio_gets(BIO *b, char *str, int size)
    -	{
    -	if (!b->next_bio)
    -		return 0;
    -	return BIO_gets(b->next_bio, str , size);
    -	}
    +{
    +    if (!b->next_bio)
    +        return 0;
    +    return BIO_gets(b->next_bio, str, size);
    +}
     
     static long asn1_bio_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp)
    -	{
    -	if (b->next_bio == NULL) return(0);
    -	return BIO_callback_ctrl(b->next_bio,cmd,fp);
    -	}
    +{
    +    if (b->next_bio == NULL)
    +        return (0);
    +    return BIO_callback_ctrl(b->next_bio, cmd, fp);
    +}
     
     static long asn1_bio_ctrl(BIO *b, int cmd, long arg1, void *arg2)
    -	{
    -	BIO_ASN1_BUF_CTX *ctx;
    -	BIO_ASN1_EX_FUNCS *ex_func;
    -	long ret = 1;
    -	ctx = (BIO_ASN1_BUF_CTX *) b->ptr;
    -	if (ctx == NULL)
    -		return 0;
    -	switch(cmd)
    -		{
    -
    -		case BIO_C_SET_PREFIX:
    -		ex_func = arg2;
    -		ctx->prefix  = ex_func->ex_func;
    -		ctx->prefix_free  = ex_func->ex_free_func;
    -		break;
    -
    -		case BIO_C_GET_PREFIX:
    -		ex_func = arg2;
    -		ex_func->ex_func = ctx->prefix;
    -		ex_func->ex_free_func = ctx->prefix_free;
    -		break;
    -
    -		case BIO_C_SET_SUFFIX:
    -		ex_func = arg2;
    -		ctx->suffix  = ex_func->ex_func;
    -		ctx->suffix_free  = ex_func->ex_free_func;
    -		break;
    -
    -		case BIO_C_GET_SUFFIX:
    -		ex_func = arg2;
    -		ex_func->ex_func = ctx->suffix;
    -		ex_func->ex_free_func = ctx->suffix_free;
    -		break;
    -
    -		case BIO_C_SET_EX_ARG:
    -		ctx->ex_arg = arg2;
    -		break;
    -
    -		case BIO_C_GET_EX_ARG:
    -		*(void **)arg2 = ctx->ex_arg;
    -		break;
    -
    -		case BIO_CTRL_FLUSH:
    -		if (!b->next_bio)
    -			return 0;
    -
    -		/* Call post function if possible */
    -		if (ctx->state == ASN1_STATE_HEADER)
    -			{
    -			if (!asn1_bio_setup_ex(b, ctx, ctx->suffix,
    -				ASN1_STATE_POST_COPY, ASN1_STATE_DONE))
    -				return 0;
    -			}
    -
    -		if (ctx->state == ASN1_STATE_POST_COPY)
    -			{
    -			ret = asn1_bio_flush_ex(b, ctx, ctx->suffix_free,
    -							ASN1_STATE_DONE);
    -			if (ret <= 0)
    -				return ret;
    -			}
    -
    -		if (ctx->state == ASN1_STATE_DONE)
    -			return BIO_ctrl(b->next_bio, cmd, arg1, arg2);
    -		else
    -			{
    -			BIO_clear_retry_flags(b);
    -			return 0;
    -			}
    -		break;
    -
    -
    -		default:
    -		if (!b->next_bio)
    -			return 0;
    -		return BIO_ctrl(b->next_bio, cmd, arg1, arg2);
    -
    -		}
    -
    -	return ret;
    -	}
    +{
    +    BIO_ASN1_BUF_CTX *ctx;
    +    BIO_ASN1_EX_FUNCS *ex_func;
    +    long ret = 1;
    +    ctx = (BIO_ASN1_BUF_CTX *)b->ptr;
    +    if (ctx == NULL)
    +        return 0;
    +    switch (cmd) {
    +
    +    case BIO_C_SET_PREFIX:
    +        ex_func = arg2;
    +        ctx->prefix = ex_func->ex_func;
    +        ctx->prefix_free = ex_func->ex_free_func;
    +        break;
    +
    +    case BIO_C_GET_PREFIX:
    +        ex_func = arg2;
    +        ex_func->ex_func = ctx->prefix;
    +        ex_func->ex_free_func = ctx->prefix_free;
    +        break;
    +
    +    case BIO_C_SET_SUFFIX:
    +        ex_func = arg2;
    +        ctx->suffix = ex_func->ex_func;
    +        ctx->suffix_free = ex_func->ex_free_func;
    +        break;
    +
    +    case BIO_C_GET_SUFFIX:
    +        ex_func = arg2;
    +        ex_func->ex_func = ctx->suffix;
    +        ex_func->ex_free_func = ctx->suffix_free;
    +        break;
    +
    +    case BIO_C_SET_EX_ARG:
    +        ctx->ex_arg = arg2;
    +        break;
    +
    +    case BIO_C_GET_EX_ARG:
    +        *(void **)arg2 = ctx->ex_arg;
    +        break;
    +
    +    case BIO_CTRL_FLUSH:
    +        if (!b->next_bio)
    +            return 0;
    +
    +        /* Call post function if possible */
    +        if (ctx->state == ASN1_STATE_HEADER) {
    +            if (!asn1_bio_setup_ex(b, ctx, ctx->suffix,
    +                                   ASN1_STATE_POST_COPY, ASN1_STATE_DONE))
    +                return 0;
    +        }
    +
    +        if (ctx->state == ASN1_STATE_POST_COPY) {
    +            ret = asn1_bio_flush_ex(b, ctx, ctx->suffix_free,
    +                                    ASN1_STATE_DONE);
    +            if (ret <= 0)
    +                return ret;
    +        }
    +
    +        if (ctx->state == ASN1_STATE_DONE)
    +            return BIO_ctrl(b->next_bio, cmd, arg1, arg2);
    +        else {
    +            BIO_clear_retry_flags(b);
    +            return 0;
    +        }
    +        break;
    +
    +    default:
    +        if (!b->next_bio)
    +            return 0;
    +        return BIO_ctrl(b->next_bio, cmd, arg1, arg2);
    +
    +    }
    +
    +    return ret;
    +}
     
     static int asn1_bio_set_ex(BIO *b, int cmd,
    -		asn1_ps_func *ex_func, asn1_ps_func *ex_free_func)
    -	{
    -	BIO_ASN1_EX_FUNCS extmp;
    -	extmp.ex_func = ex_func;
    -	extmp.ex_free_func = ex_free_func;
    -	return BIO_ctrl(b, cmd, 0, &extmp);
    -	}
    +                           asn1_ps_func *ex_func, asn1_ps_func *ex_free_func)
    +{
    +    BIO_ASN1_EX_FUNCS extmp;
    +    extmp.ex_func = ex_func;
    +    extmp.ex_free_func = ex_free_func;
    +    return BIO_ctrl(b, cmd, 0, &extmp);
    +}
     
     static int asn1_bio_get_ex(BIO *b, int cmd,
    -		asn1_ps_func **ex_func, asn1_ps_func **ex_free_func)
    -	{
    -	BIO_ASN1_EX_FUNCS extmp;
    -	int ret;
    -	ret = BIO_ctrl(b, cmd, 0, &extmp);
    -	if (ret > 0)
    -		{
    -		*ex_func = extmp.ex_func;
    -		*ex_free_func = extmp.ex_free_func;
    -		}
    -	return ret;
    -	}
    -
    -int BIO_asn1_set_prefix(BIO *b, asn1_ps_func *prefix, asn1_ps_func *prefix_free)
    -	{
    -	return asn1_bio_set_ex(b, BIO_C_SET_PREFIX, prefix, prefix_free);
    -	}
    -
    -int BIO_asn1_get_prefix(BIO *b, asn1_ps_func **pprefix, asn1_ps_func **pprefix_free)
    -	{
    -	return asn1_bio_get_ex(b, BIO_C_GET_PREFIX, pprefix, pprefix_free);
    -	}
    -
    -int BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix, asn1_ps_func *suffix_free)
    -	{
    -	return asn1_bio_set_ex(b, BIO_C_SET_SUFFIX, suffix, suffix_free);
    -	}
    -
    -int BIO_asn1_get_suffix(BIO *b, asn1_ps_func **psuffix, asn1_ps_func **psuffix_free)
    -	{
    -	return asn1_bio_get_ex(b, BIO_C_GET_SUFFIX, psuffix, psuffix_free);
    -	}
    +                           asn1_ps_func **ex_func,
    +                           asn1_ps_func **ex_free_func)
    +{
    +    BIO_ASN1_EX_FUNCS extmp;
    +    int ret;
    +    ret = BIO_ctrl(b, cmd, 0, &extmp);
    +    if (ret > 0) {
    +        *ex_func = extmp.ex_func;
    +        *ex_free_func = extmp.ex_free_func;
    +    }
    +    return ret;
    +}
    +
    +int BIO_asn1_set_prefix(BIO *b, asn1_ps_func *prefix,
    +                        asn1_ps_func *prefix_free)
    +{
    +    return asn1_bio_set_ex(b, BIO_C_SET_PREFIX, prefix, prefix_free);
    +}
    +
    +int BIO_asn1_get_prefix(BIO *b, asn1_ps_func **pprefix,
    +                        asn1_ps_func **pprefix_free)
    +{
    +    return asn1_bio_get_ex(b, BIO_C_GET_PREFIX, pprefix, pprefix_free);
    +}
    +
    +int BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix,
    +                        asn1_ps_func *suffix_free)
    +{
    +    return asn1_bio_set_ex(b, BIO_C_SET_SUFFIX, suffix, suffix_free);
    +}
    +
    +int BIO_asn1_get_suffix(BIO *b, asn1_ps_func **psuffix,
    +                        asn1_ps_func **psuffix_free)
    +{
    +    return asn1_bio_get_ex(b, BIO_C_GET_SUFFIX, psuffix, psuffix_free);
    +}
    diff --git a/openssl/crypto/asn1/bio_ndef.c b/openssl/crypto/asn1/bio_ndef.c
    index b91f97a1b..5817a2b8a 100644
    --- a/openssl/crypto/asn1/bio_ndef.c
    +++ b/openssl/crypto/asn1/bio_ndef.c
    @@ -1,5 +1,6 @@
     /* bio_ndef.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
      * project.
      */
     /* ====================================================================
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -61,183 +62,181 @@
     
     /* Experimental NDEF ASN1 BIO support routines */
     
    -/* The usage is quite simple, initialize an ASN1 structure,
    - * get a BIO from it then any data written through the BIO
    - * will end up translated to approptiate format on the fly.
    - * The data is streamed out and does *not* need to be
    - * all held in memory at once.
    - *
    - * When the BIO is flushed the output is finalized and any
    - * signatures etc written out.
    - *
    - * The BIO is a 'proper' BIO and can handle non blocking I/O
    - * correctly.
    - *
    - * The usage is simple. The implementation is *not*...
    +/*
    + * The usage is quite simple, initialize an ASN1 structure, get a BIO from it
    + * then any data written through the BIO will end up translated to
    + * approptiate format on the fly. The data is streamed out and does *not*
    + * need to be all held in memory at once. When the BIO is flushed the output
    + * is finalized and any signatures etc written out. The BIO is a 'proper'
    + * BIO and can handle non blocking I/O correctly. The usage is simple. The
    + * implementation is *not*...
      */
     
     /* BIO support data stored in the ASN1 BIO ex_arg */
     
    -typedef struct ndef_aux_st
    -	{
    -	/* ASN1 structure this BIO refers to */
    -	ASN1_VALUE *val;
    -	const ASN1_ITEM *it;
    -	/* Top of the BIO chain */
    -	BIO *ndef_bio;
    -	/* Output BIO */
    -	BIO *out;
    -	/* Boundary where content is inserted */
    -	unsigned char **boundary;
    -	/* DER buffer start */
    -	unsigned char *derbuf;
    -	} NDEF_SUPPORT;
    +typedef struct ndef_aux_st {
    +    /* ASN1 structure this BIO refers to */
    +    ASN1_VALUE *val;
    +    const ASN1_ITEM *it;
    +    /* Top of the BIO chain */
    +    BIO *ndef_bio;
    +    /* Output BIO */
    +    BIO *out;
    +    /* Boundary where content is inserted */
    +    unsigned char **boundary;
    +    /* DER buffer start */
    +    unsigned char *derbuf;
    +} NDEF_SUPPORT;
     
     static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg);
    -static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg);
    +static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen,
    +                            void *parg);
     static int ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg);
    -static int ndef_suffix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg);
    +static int ndef_suffix_free(BIO *b, unsigned char **pbuf, int *plen,
    +                            void *parg);
     
     BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it)
    -	{
    -	NDEF_SUPPORT *ndef_aux = NULL;
    -	BIO *asn_bio = NULL;
    -	const ASN1_AUX *aux = it->funcs;
    -	ASN1_STREAM_ARG sarg;
    +{
    +    NDEF_SUPPORT *ndef_aux = NULL;
    +    BIO *asn_bio = NULL;
    +    const ASN1_AUX *aux = it->funcs;
    +    ASN1_STREAM_ARG sarg;
     
    -	if (!aux || !aux->asn1_cb)
    -		{
    -		ASN1err(ASN1_F_BIO_NEW_NDEF, ASN1_R_STREAMING_NOT_SUPPORTED);
    -		return NULL;
    -		}
    -	ndef_aux = OPENSSL_malloc(sizeof(NDEF_SUPPORT));
    -	asn_bio = BIO_new(BIO_f_asn1());
    +    if (!aux || !aux->asn1_cb) {
    +        ASN1err(ASN1_F_BIO_NEW_NDEF, ASN1_R_STREAMING_NOT_SUPPORTED);
    +        return NULL;
    +    }
    +    ndef_aux = OPENSSL_malloc(sizeof(NDEF_SUPPORT));
    +    asn_bio = BIO_new(BIO_f_asn1());
     
    -	/* ASN1 bio needs to be next to output BIO */
    +    /* ASN1 bio needs to be next to output BIO */
     
    -	out = BIO_push(asn_bio, out);
    +    out = BIO_push(asn_bio, out);
     
    -	if (!ndef_aux || !asn_bio || !out)
    -		goto err;
    +    if (!ndef_aux || !asn_bio || !out)
    +        goto err;
     
    -	BIO_asn1_set_prefix(asn_bio, ndef_prefix, ndef_prefix_free);
    -	BIO_asn1_set_suffix(asn_bio, ndef_suffix, ndef_suffix_free);
    +    BIO_asn1_set_prefix(asn_bio, ndef_prefix, ndef_prefix_free);
    +    BIO_asn1_set_suffix(asn_bio, ndef_suffix, ndef_suffix_free);
     
    -	/* Now let callback prepend any digest, cipher etc BIOs
    -	 * ASN1 structure needs.
    -	 */
    +    /*
    +     * Now let callback prepend any digest, cipher etc BIOs ASN1 structure
    +     * needs.
    +     */
     
    -	sarg.out = out;
    -	sarg.ndef_bio = NULL;
    -	sarg.boundary = NULL;
    +    sarg.out = out;
    +    sarg.ndef_bio = NULL;
    +    sarg.boundary = NULL;
     
    -	if (aux->asn1_cb(ASN1_OP_STREAM_PRE, &val, it, &sarg) <= 0)
    -		goto err;
    +    if (aux->asn1_cb(ASN1_OP_STREAM_PRE, &val, it, &sarg) <= 0)
    +        goto err;
     
    -	ndef_aux->val = val;
    -	ndef_aux->it = it;
    -	ndef_aux->ndef_bio = sarg.ndef_bio;
    -	ndef_aux->boundary = sarg.boundary;
    -	ndef_aux->out = out;
    +    ndef_aux->val = val;
    +    ndef_aux->it = it;
    +    ndef_aux->ndef_bio = sarg.ndef_bio;
    +    ndef_aux->boundary = sarg.boundary;
    +    ndef_aux->out = out;
     
    -	BIO_ctrl(asn_bio, BIO_C_SET_EX_ARG, 0, ndef_aux);
    +    BIO_ctrl(asn_bio, BIO_C_SET_EX_ARG, 0, ndef_aux);
     
    -	return sarg.ndef_bio;
    +    return sarg.ndef_bio;
     
    -	err:
    -	if (asn_bio)
    -		BIO_free(asn_bio);
    -	if (ndef_aux)
    -		OPENSSL_free(ndef_aux);
    -	return NULL;
    -	}
    + err:
    +    if (asn_bio)
    +        BIO_free(asn_bio);
    +    if (ndef_aux)
    +        OPENSSL_free(ndef_aux);
    +    return NULL;
    +}
     
     static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg)
    -	{
    -	NDEF_SUPPORT *ndef_aux;
    -	unsigned char *p;
    -	int derlen;
    +{
    +    NDEF_SUPPORT *ndef_aux;
    +    unsigned char *p;
    +    int derlen;
     
    -	if (!parg)
    -		return 0;
    +    if (!parg)
    +        return 0;
     
    -	ndef_aux = *(NDEF_SUPPORT **)parg;
    +    ndef_aux = *(NDEF_SUPPORT **)parg;
     
    -	derlen = ASN1_item_ndef_i2d(ndef_aux->val, NULL, ndef_aux->it);
    -	p = OPENSSL_malloc(derlen);
    -	ndef_aux->derbuf = p;
    -	*pbuf = p;
    -	derlen = ASN1_item_ndef_i2d(ndef_aux->val, &p, ndef_aux->it);
    +    derlen = ASN1_item_ndef_i2d(ndef_aux->val, NULL, ndef_aux->it);
    +    p = OPENSSL_malloc(derlen);
    +    ndef_aux->derbuf = p;
    +    *pbuf = p;
    +    derlen = ASN1_item_ndef_i2d(ndef_aux->val, &p, ndef_aux->it);
     
    -	if (!*ndef_aux->boundary)
    -		return 0;
    +    if (!*ndef_aux->boundary)
    +        return 0;
     
    -	*plen = *ndef_aux->boundary - *pbuf;
    +    *plen = *ndef_aux->boundary - *pbuf;
     
    -	return 1;
    -	}
    +    return 1;
    +}
     
    -static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg)
    -	{
    -	NDEF_SUPPORT *ndef_aux;
    +static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen,
    +                            void *parg)
    +{
    +    NDEF_SUPPORT *ndef_aux;
     
    -	if (!parg)
    -		return 0;
    +    if (!parg)
    +        return 0;
     
    -	ndef_aux = *(NDEF_SUPPORT **)parg;
    +    ndef_aux = *(NDEF_SUPPORT **)parg;
     
    -	if (ndef_aux->derbuf)
    -		OPENSSL_free(ndef_aux->derbuf);
    +    if (ndef_aux->derbuf)
    +        OPENSSL_free(ndef_aux->derbuf);
     
    -	ndef_aux->derbuf = NULL;
    -	*pbuf = NULL;
    -	*plen = 0;
    -	return 1;
    -	}
    +    ndef_aux->derbuf = NULL;
    +    *pbuf = NULL;
    +    *plen = 0;
    +    return 1;
    +}
     
    -static int ndef_suffix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg)
    -	{
    -	NDEF_SUPPORT **pndef_aux = (NDEF_SUPPORT **)parg;
    -	if (!ndef_prefix_free(b, pbuf, plen, parg))
    -		return 0;
    -	OPENSSL_free(*pndef_aux);
    -	*pndef_aux = NULL;
    -	return 1;
    -	}
    +static int ndef_suffix_free(BIO *b, unsigned char **pbuf, int *plen,
    +                            void *parg)
    +{
    +    NDEF_SUPPORT **pndef_aux = (NDEF_SUPPORT **)parg;
    +    if (!ndef_prefix_free(b, pbuf, plen, parg))
    +        return 0;
    +    OPENSSL_free(*pndef_aux);
    +    *pndef_aux = NULL;
    +    return 1;
    +}
     
     static int ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg)
    -	{
    -	NDEF_SUPPORT *ndef_aux;
    -	unsigned char *p;
    -	int derlen;
    -	const ASN1_AUX *aux;
    -	ASN1_STREAM_ARG sarg;
    -
    -	if (!parg)
    -		return 0;
    -
    -	ndef_aux = *(NDEF_SUPPORT **)parg;
    -
    -	aux = ndef_aux->it->funcs;
    -
    -	/* Finalize structures */
    -	sarg.ndef_bio = ndef_aux->ndef_bio;
    -	sarg.out = ndef_aux->out;
    -	sarg.boundary = ndef_aux->boundary;
    -	if (aux->asn1_cb(ASN1_OP_STREAM_POST,
    -				&ndef_aux->val, ndef_aux->it, &sarg) <= 0)
    -		return 0;
    -
    -	derlen = ASN1_item_ndef_i2d(ndef_aux->val, NULL, ndef_aux->it);
    -	p = OPENSSL_malloc(derlen);
    -	ndef_aux->derbuf = p;
    -	*pbuf = p;
    -	derlen = ASN1_item_ndef_i2d(ndef_aux->val, &p, ndef_aux->it);
    -
    -	if (!*ndef_aux->boundary)
    -		return 0;
    -	*pbuf = *ndef_aux->boundary;
    -	*plen = derlen - (*ndef_aux->boundary - ndef_aux->derbuf);
    -
    -	return 1;
    -	}
    +{
    +    NDEF_SUPPORT *ndef_aux;
    +    unsigned char *p;
    +    int derlen;
    +    const ASN1_AUX *aux;
    +    ASN1_STREAM_ARG sarg;
    +
    +    if (!parg)
    +        return 0;
    +
    +    ndef_aux = *(NDEF_SUPPORT **)parg;
    +
    +    aux = ndef_aux->it->funcs;
    +
    +    /* Finalize structures */
    +    sarg.ndef_bio = ndef_aux->ndef_bio;
    +    sarg.out = ndef_aux->out;
    +    sarg.boundary = ndef_aux->boundary;
    +    if (aux->asn1_cb(ASN1_OP_STREAM_POST,
    +                     &ndef_aux->val, ndef_aux->it, &sarg) <= 0)
    +        return 0;
    +
    +    derlen = ASN1_item_ndef_i2d(ndef_aux->val, NULL, ndef_aux->it);
    +    p = OPENSSL_malloc(derlen);
    +    ndef_aux->derbuf = p;
    +    *pbuf = p;
    +    derlen = ASN1_item_ndef_i2d(ndef_aux->val, &p, ndef_aux->it);
    +
    +    if (!*ndef_aux->boundary)
    +        return 0;
    +    *pbuf = *ndef_aux->boundary;
    +    *plen = derlen - (*ndef_aux->boundary - ndef_aux->derbuf);
    +
    +    return 1;
    +}
    diff --git a/openssl/crypto/asn1/charmap.h b/openssl/crypto/asn1/charmap.h
    index b55e63872..3305ad146 100644
    --- a/openssl/crypto/asn1/charmap.h
    +++ b/openssl/crypto/asn1/charmap.h
    @@ -1,15 +1,15 @@
    -/* Auto generated with chartype.pl script.
    - * Mask of various character properties
    +/*
    + * Auto generated with chartype.pl script. Mask of various character
    + * properties
      */
     
     static const unsigned char char_type[] = {
    - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
    - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
    -120, 0, 1,40, 0, 0, 0,16,16,16, 0,25,25,16,16,16,
    -16,16,16,16,16,16,16,16,16,16,16, 9, 9,16, 9,16,
    - 0,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
    -16,16,16,16,16,16,16,16,16,16,16, 0, 1, 0, 0, 0,
    - 0,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
    -16,16,16,16,16,16,16,16,16,16,16, 0, 0, 0, 0, 2
    +    2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
    +    2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
    +    120, 0, 1, 40, 0, 0, 0, 16, 16, 16, 0, 25, 25, 16, 16, 16,
    +    16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 9, 9, 16, 9, 16,
    +    0, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
    +    16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 0, 1, 0, 0, 0,
    +    0, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
    +    16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 0, 0, 0, 0, 2
     };
    -
    diff --git a/openssl/crypto/asn1/d2i_pr.c b/openssl/crypto/asn1/d2i_pr.c
    index 282894477..c96da091d 100644
    --- a/openssl/crypto/asn1/d2i_pr.c
    +++ b/openssl/crypto/asn1/d2i_pr.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,109 +62,107 @@
     #include 
     #include 
     #ifndef OPENSSL_NO_ENGINE
    -#include 
    +# include 
     #endif
     #include 
     #include 
     #include "asn1_locl.h"
     
     EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp,
    -	     long length)
    -	{
    -	EVP_PKEY *ret;
    +                         long length)
    +{
    +    EVP_PKEY *ret;
     
    -	if ((a == NULL) || (*a == NULL))
    -		{
    -		if ((ret=EVP_PKEY_new()) == NULL)
    -			{
    -			ASN1err(ASN1_F_D2I_PRIVATEKEY,ERR_R_EVP_LIB);
    -			return(NULL);
    -			}
    -		}
    -	else
    -		{
    -		ret= *a;
    +    if ((a == NULL) || (*a == NULL)) {
    +        if ((ret = EVP_PKEY_new()) == NULL) {
    +            ASN1err(ASN1_F_D2I_PRIVATEKEY, ERR_R_EVP_LIB);
    +            return (NULL);
    +        }
    +    } else {
    +        ret = *a;
     #ifndef OPENSSL_NO_ENGINE
    -		if (ret->engine)
    -			{
    -			ENGINE_finish(ret->engine);
    -			ret->engine = NULL;
    -			}
    +        if (ret->engine) {
    +            ENGINE_finish(ret->engine);
    +            ret->engine = NULL;
    +        }
     #endif
    -		}
    +    }
     
    -	if (!EVP_PKEY_set_type(ret, type))
    -		{
    -		ASN1err(ASN1_F_D2I_PRIVATEKEY,ASN1_R_UNKNOWN_PUBLIC_KEY_TYPE);
    -		goto err;
    -		}
    +    if (!EVP_PKEY_set_type(ret, type)) {
    +        ASN1err(ASN1_F_D2I_PRIVATEKEY, ASN1_R_UNKNOWN_PUBLIC_KEY_TYPE);
    +        goto err;
    +    }
     
    -	if (!ret->ameth->old_priv_decode ||
    -			!ret->ameth->old_priv_decode(ret, pp, length))
    -		{
    -		if (ret->ameth->priv_decode) 
    -			{
    -			PKCS8_PRIV_KEY_INFO *p8=NULL;
    -			p8=d2i_PKCS8_PRIV_KEY_INFO(NULL,pp,length);
    -			if (!p8) goto err;
    -			EVP_PKEY_free(ret);
    -			ret = EVP_PKCS82PKEY(p8);
    -			PKCS8_PRIV_KEY_INFO_free(p8);
    +    if (!ret->ameth->old_priv_decode ||
    +        !ret->ameth->old_priv_decode(ret, pp, length)) {
    +        if (ret->ameth->priv_decode) {
    +            PKCS8_PRIV_KEY_INFO *p8 = NULL;
    +            p8 = d2i_PKCS8_PRIV_KEY_INFO(NULL, pp, length);
    +            if (!p8)
    +                goto err;
    +            EVP_PKEY_free(ret);
    +            ret = EVP_PKCS82PKEY(p8);
    +            PKCS8_PRIV_KEY_INFO_free(p8);
     
    -			} 
    -		else 
    -			{
    -			ASN1err(ASN1_F_D2I_PRIVATEKEY,ERR_R_ASN1_LIB);
    -			goto err;
    -			}
    -		}	
    -	if (a != NULL) (*a)=ret;
    -	return(ret);
    -err:
    -	if ((ret != NULL) && ((a == NULL) || (*a != ret))) EVP_PKEY_free(ret);
    -	return(NULL);
    -	}
    +        } else {
    +            ASN1err(ASN1_F_D2I_PRIVATEKEY, ERR_R_ASN1_LIB);
    +            goto err;
    +        }
    +    }
    +    if (a != NULL)
    +        (*a) = ret;
    +    return (ret);
    + err:
    +    if ((ret != NULL) && ((a == NULL) || (*a != ret)))
    +        EVP_PKEY_free(ret);
    +    return (NULL);
    +}
     
    -/* This works like d2i_PrivateKey() except it automatically works out the type */
    +/*
    + * This works like d2i_PrivateKey() except it automatically works out the
    + * type
    + */
     
     EVP_PKEY *d2i_AutoPrivateKey(EVP_PKEY **a, const unsigned char **pp,
    -	     long length)
    +                             long length)
     {
    -	STACK_OF(ASN1_TYPE) *inkey;
    -	const unsigned char *p;
    -	int keytype;
    -	p = *pp;
    -	/* Dirty trick: read in the ASN1 data into a STACK_OF(ASN1_TYPE):
    -	 * by analyzing it we can determine the passed structure: this
    -	 * assumes the input is surrounded by an ASN1 SEQUENCE.
    -	 */
    -	inkey = d2i_ASN1_SEQUENCE_ANY(NULL, &p, length);
    -	/* Since we only need to discern "traditional format" RSA and DSA
    -	 * keys we can just count the elements.
    -         */
    -	if(sk_ASN1_TYPE_num(inkey) == 6) 
    -		keytype = EVP_PKEY_DSA;
    -	else if (sk_ASN1_TYPE_num(inkey) == 4)
    -		keytype = EVP_PKEY_EC;
    -	else if (sk_ASN1_TYPE_num(inkey) == 3)  
    -		{ /* This seems to be PKCS8, not traditional format */
    -			PKCS8_PRIV_KEY_INFO *p8 = d2i_PKCS8_PRIV_KEY_INFO(NULL,pp,length);
    -			EVP_PKEY *ret;
    +    STACK_OF(ASN1_TYPE) *inkey;
    +    const unsigned char *p;
    +    int keytype;
    +    p = *pp;
    +    /*
    +     * Dirty trick: read in the ASN1 data into a STACK_OF(ASN1_TYPE): by
    +     * analyzing it we can determine the passed structure: this assumes the
    +     * input is surrounded by an ASN1 SEQUENCE.
    +     */
    +    inkey = d2i_ASN1_SEQUENCE_ANY(NULL, &p, length);
    +    /*
    +     * Since we only need to discern "traditional format" RSA and DSA keys we
    +     * can just count the elements.
    +     */
    +    if (sk_ASN1_TYPE_num(inkey) == 6)
    +        keytype = EVP_PKEY_DSA;
    +    else if (sk_ASN1_TYPE_num(inkey) == 4)
    +        keytype = EVP_PKEY_EC;
    +    else if (sk_ASN1_TYPE_num(inkey) == 3) { /* This seems to be PKCS8, not
    +                                              * traditional format */
    +        PKCS8_PRIV_KEY_INFO *p8 = d2i_PKCS8_PRIV_KEY_INFO(NULL, pp, length);
    +        EVP_PKEY *ret;
     
    -			sk_ASN1_TYPE_pop_free(inkey, ASN1_TYPE_free);
    -			if (!p8) 
    -				{
    -				ASN1err(ASN1_F_D2I_AUTOPRIVATEKEY,ASN1_R_UNSUPPORTED_PUBLIC_KEY_TYPE);
    -				return NULL;
    -				}
    -			ret = EVP_PKCS82PKEY(p8);
    -			PKCS8_PRIV_KEY_INFO_free(p8);
    -			if (a) {
    -				*a = ret;
    -			}	
    -			return ret;
    -		}
    -	else keytype = EVP_PKEY_RSA;
    -	sk_ASN1_TYPE_pop_free(inkey, ASN1_TYPE_free);
    -	return d2i_PrivateKey(keytype, a, pp, length);
    +        sk_ASN1_TYPE_pop_free(inkey, ASN1_TYPE_free);
    +        if (!p8) {
    +            ASN1err(ASN1_F_D2I_AUTOPRIVATEKEY,
    +                    ASN1_R_UNSUPPORTED_PUBLIC_KEY_TYPE);
    +            return NULL;
    +        }
    +        ret = EVP_PKCS82PKEY(p8);
    +        PKCS8_PRIV_KEY_INFO_free(p8);
    +        if (a) {
    +            *a = ret;
    +        }
    +        return ret;
    +    } else
    +        keytype = EVP_PKEY_RSA;
    +    sk_ASN1_TYPE_pop_free(inkey, ASN1_TYPE_free);
    +    return d2i_PrivateKey(keytype, a, pp, length);
     }
    diff --git a/openssl/crypto/asn1/d2i_pu.c b/openssl/crypto/asn1/d2i_pu.c
    index c8f39ceb0..33542dd12 100644
    --- a/openssl/crypto/asn1/d2i_pu.c
    +++ b/openssl/crypto/asn1/d2i_pu.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,77 +63,74 @@
     #include 
     #include 
     #ifndef OPENSSL_NO_RSA
    -#include 
    +# include 
     #endif
     #ifndef OPENSSL_NO_DSA
    -#include 
    +# include 
     #endif
     #ifndef OPENSSL_NO_EC
    -#include 
    +# include 
     #endif
     
     EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **a, const unsigned char **pp,
    -	     long length)
    -	{
    -	EVP_PKEY *ret;
    +                        long length)
    +{
    +    EVP_PKEY *ret;
     
    -	if ((a == NULL) || (*a == NULL))
    -		{
    -		if ((ret=EVP_PKEY_new()) == NULL)
    -			{
    -			ASN1err(ASN1_F_D2I_PUBLICKEY,ERR_R_EVP_LIB);
    -			return(NULL);
    -			}
    -		}
    -	else	ret= *a;
    +    if ((a == NULL) || (*a == NULL)) {
    +        if ((ret = EVP_PKEY_new()) == NULL) {
    +            ASN1err(ASN1_F_D2I_PUBLICKEY, ERR_R_EVP_LIB);
    +            return (NULL);
    +        }
    +    } else
    +        ret = *a;
     
    -	if (!EVP_PKEY_set_type(ret, type))
    -		{
    -		ASN1err(ASN1_F_D2I_PUBLICKEY,ERR_R_EVP_LIB);
    -		goto err;
    -		}
    +    if (!EVP_PKEY_set_type(ret, type)) {
    +        ASN1err(ASN1_F_D2I_PUBLICKEY, ERR_R_EVP_LIB);
    +        goto err;
    +    }
     
    -	switch (EVP_PKEY_id(ret))
    -		{
    +    switch (EVP_PKEY_id(ret)) {
     #ifndef OPENSSL_NO_RSA
    -	case EVP_PKEY_RSA:
    -		if ((ret->pkey.rsa=d2i_RSAPublicKey(NULL,
    -			(const unsigned char **)pp,length)) == NULL) /* TMP UGLY CAST */
    -			{
    -			ASN1err(ASN1_F_D2I_PUBLICKEY,ERR_R_ASN1_LIB);
    -			goto err;
    -			}
    -		break;
    +    case EVP_PKEY_RSA:
    +        /* TMP UGLY CAST */
    +        if ((ret->pkey.rsa = d2i_RSAPublicKey(NULL,
    +                                              (const unsigned char **)pp,
    +                                              length)) == NULL) {
    +            ASN1err(ASN1_F_D2I_PUBLICKEY, ERR_R_ASN1_LIB);
    +            goto err;
    +        }
    +        break;
     #endif
     #ifndef OPENSSL_NO_DSA
    -	case EVP_PKEY_DSA:
    -		if (!d2i_DSAPublicKey(&(ret->pkey.dsa),
    -			(const unsigned char **)pp,length)) /* TMP UGLY CAST */
    -			{
    -			ASN1err(ASN1_F_D2I_PUBLICKEY,ERR_R_ASN1_LIB);
    -			goto err;
    -			}
    -		break;
    +    case EVP_PKEY_DSA:
    +        /* TMP UGLY CAST */
    +        if (!d2i_DSAPublicKey(&(ret->pkey.dsa),
    +                              (const unsigned char **)pp, length)) {
    +            ASN1err(ASN1_F_D2I_PUBLICKEY, ERR_R_ASN1_LIB);
    +            goto err;
    +        }
    +        break;
     #endif
     #ifndef OPENSSL_NO_EC
    -	case EVP_PKEY_EC:
    -		if (!o2i_ECPublicKey(&(ret->pkey.ec),
    -				     (const unsigned char **)pp, length))
    -			{
    -			ASN1err(ASN1_F_D2I_PUBLICKEY, ERR_R_ASN1_LIB);
    -			goto err;
    -			}
    -	break;
    +    case EVP_PKEY_EC:
    +        if (!o2i_ECPublicKey(&(ret->pkey.ec),
    +                             (const unsigned char **)pp, length)) {
    +            ASN1err(ASN1_F_D2I_PUBLICKEY, ERR_R_ASN1_LIB);
    +            goto err;
    +        }
    +        break;
     #endif
    -	default:
    -		ASN1err(ASN1_F_D2I_PUBLICKEY,ASN1_R_UNKNOWN_PUBLIC_KEY_TYPE);
    -		goto err;
    -		/* break; */
    -		}
    -	if (a != NULL) (*a)=ret;
    -	return(ret);
    -err:
    -	if ((ret != NULL) && ((a == NULL) || (*a != ret))) EVP_PKEY_free(ret);
    -	return(NULL);
    -	}
    -
    +    default:
    +        ASN1err(ASN1_F_D2I_PUBLICKEY, ASN1_R_UNKNOWN_PUBLIC_KEY_TYPE);
    +        goto err;
    +        /* break; */
    +    }
    +    if (a != NULL)
    +        (*a) = ret;
    +    return (ret);
    + err:
    +    if ((ret != NULL) && ((a == NULL) || (*a != ret)))
    +        EVP_PKEY_free(ret);
    +    return (NULL);
    +}
    diff --git a/openssl/crypto/asn1/evp_asn1.c b/openssl/crypto/asn1/evp_asn1.c
    index 1b9445973..5876afa5e 100644
    --- a/openssl/crypto/asn1/evp_asn1.c
    +++ b/openssl/crypto/asn1/evp_asn1.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,132 +62,134 @@
     #include 
     
     int ASN1_TYPE_set_octetstring(ASN1_TYPE *a, unsigned char *data, int len)
    -	{
    -	ASN1_STRING *os;
    -
    -	if ((os=M_ASN1_OCTET_STRING_new()) == NULL) return(0);
    -	if (!M_ASN1_OCTET_STRING_set(os,data,len))
    -		{
    -		M_ASN1_OCTET_STRING_free(os);
    -		return 0;
    -		}
    -	ASN1_TYPE_set(a,V_ASN1_OCTET_STRING,os);
    -	return(1);
    -	}
    +{
    +    ASN1_STRING *os;
    +
    +    if ((os = M_ASN1_OCTET_STRING_new()) == NULL)
    +        return (0);
    +    if (!M_ASN1_OCTET_STRING_set(os, data, len)) {
    +        M_ASN1_OCTET_STRING_free(os);
    +        return 0;
    +    }
    +    ASN1_TYPE_set(a, V_ASN1_OCTET_STRING, os);
    +    return (1);
    +}
     
     /* int max_len:  for returned value    */
    -int ASN1_TYPE_get_octetstring(ASN1_TYPE *a, unsigned char *data,
    -	     int max_len)
    -	{
    -	int ret,num;
    -	unsigned char *p;
    -
    -	if ((a->type != V_ASN1_OCTET_STRING) || (a->value.octet_string == NULL))
    -		{
    -		ASN1err(ASN1_F_ASN1_TYPE_GET_OCTETSTRING,ASN1_R_DATA_IS_WRONG);
    -		return(-1);
    -		}
    -	p=M_ASN1_STRING_data(a->value.octet_string);
    -	ret=M_ASN1_STRING_length(a->value.octet_string);
    -	if (ret < max_len)
    -		num=ret;
    -	else
    -		num=max_len;
    -	memcpy(data,p,num);
    -	return(ret);
    -	}
    +int ASN1_TYPE_get_octetstring(ASN1_TYPE *a, unsigned char *data, int max_len)
    +{
    +    int ret, num;
    +    unsigned char *p;
    +
    +    if ((a->type != V_ASN1_OCTET_STRING) || (a->value.octet_string == NULL)) {
    +        ASN1err(ASN1_F_ASN1_TYPE_GET_OCTETSTRING, ASN1_R_DATA_IS_WRONG);
    +        return (-1);
    +    }
    +    p = M_ASN1_STRING_data(a->value.octet_string);
    +    ret = M_ASN1_STRING_length(a->value.octet_string);
    +    if (ret < max_len)
    +        num = ret;
    +    else
    +        num = max_len;
    +    memcpy(data, p, num);
    +    return (ret);
    +}
     
     int ASN1_TYPE_set_int_octetstring(ASN1_TYPE *a, long num, unsigned char *data,
    -	     int len)
    -	{
    -	int n,size;
    -	ASN1_OCTET_STRING os,*osp;
    -	ASN1_INTEGER in;
    -	unsigned char *p;
    -	unsigned char buf[32]; /* when they have 256bit longs, 
    -				* I'll be in trouble */
    -	in.data=buf;
    -	in.length=32;
    -	os.data=data;
    -	os.type=V_ASN1_OCTET_STRING;
    -	os.length=len;
    -	ASN1_INTEGER_set(&in,num);
    -	n =  i2d_ASN1_INTEGER(&in,NULL);
    -	n+=M_i2d_ASN1_OCTET_STRING(&os,NULL);
    -
    -	size=ASN1_object_size(1,n,V_ASN1_SEQUENCE);
    -
    -	if ((osp=ASN1_STRING_new()) == NULL) return(0);
    -	/* Grow the 'string' */
    -	if (!ASN1_STRING_set(osp,NULL,size))
    -		{
    -		ASN1_STRING_free(osp);
    -		return(0);
    -		}
    -
    -	M_ASN1_STRING_length_set(osp, size);
    -	p=M_ASN1_STRING_data(osp);
    -
    -	ASN1_put_object(&p,1,n,V_ASN1_SEQUENCE,V_ASN1_UNIVERSAL);
    -	  i2d_ASN1_INTEGER(&in,&p);
    -	M_i2d_ASN1_OCTET_STRING(&os,&p);
    -
    -	ASN1_TYPE_set(a,V_ASN1_SEQUENCE,osp);
    -	return(1);
    -	}
    -
    -/* we return the actual length..., num may be missing, in which
    - * case, set it to zero */
    +                                  int len)
    +{
    +    int n, size;
    +    ASN1_OCTET_STRING os, *osp;
    +    ASN1_INTEGER in;
    +    unsigned char *p;
    +    unsigned char buf[32];      /* when they have 256bit longs, I'll be in
    +                                 * trouble */
    +    in.data = buf;
    +    in.length = 32;
    +    os.data = data;
    +    os.type = V_ASN1_OCTET_STRING;
    +    os.length = len;
    +    ASN1_INTEGER_set(&in, num);
    +    n = i2d_ASN1_INTEGER(&in, NULL);
    +    n += M_i2d_ASN1_OCTET_STRING(&os, NULL);
    +
    +    size = ASN1_object_size(1, n, V_ASN1_SEQUENCE);
    +
    +    if ((osp = ASN1_STRING_new()) == NULL)
    +        return (0);
    +    /* Grow the 'string' */
    +    if (!ASN1_STRING_set(osp, NULL, size)) {
    +        ASN1_STRING_free(osp);
    +        return (0);
    +    }
    +
    +    M_ASN1_STRING_length_set(osp, size);
    +    p = M_ASN1_STRING_data(osp);
    +
    +    ASN1_put_object(&p, 1, n, V_ASN1_SEQUENCE, V_ASN1_UNIVERSAL);
    +    i2d_ASN1_INTEGER(&in, &p);
    +    M_i2d_ASN1_OCTET_STRING(&os, &p);
    +
    +    ASN1_TYPE_set(a, V_ASN1_SEQUENCE, osp);
    +    return (1);
    +}
    +
    +/*
    + * we return the actual length..., num may be missing, in which case, set it
    + * to zero
    + */
     /* int max_len:  for returned value    */
    -int ASN1_TYPE_get_int_octetstring(ASN1_TYPE *a, long *num, unsigned char *data,
    -	     int max_len)
    -	{
    -	int ret= -1,n;
    -	ASN1_INTEGER *ai=NULL;
    -	ASN1_OCTET_STRING *os=NULL;
    -	const unsigned char *p;
    -	long length;
    -	ASN1_const_CTX c;
    -
    -	if ((a->type != V_ASN1_SEQUENCE) || (a->value.sequence == NULL))
    -		{
    -		goto err;
    -		}
    -	p=M_ASN1_STRING_data(a->value.sequence);
    -	length=M_ASN1_STRING_length(a->value.sequence);
    -
    -	c.pp= &p;
    -	c.p=p;
    -	c.max=p+length;
    -	c.error=ASN1_R_DATA_IS_WRONG;
    -
    -	M_ASN1_D2I_start_sequence();
    -	c.q=c.p;
    -	if ((ai=d2i_ASN1_INTEGER(NULL,&c.p,c.slen)) == NULL) goto err;
    -        c.slen-=(c.p-c.q);
    -	c.q=c.p;
    -	if ((os=d2i_ASN1_OCTET_STRING(NULL,&c.p,c.slen)) == NULL) goto err;
    -        c.slen-=(c.p-c.q);
    -	if (!M_ASN1_D2I_end_sequence()) goto err;
    -
    -	if (num != NULL)
    -		*num=ASN1_INTEGER_get(ai);
    -
    -	ret=M_ASN1_STRING_length(os);
    -	if (max_len > ret)
    -		n=ret;
    -	else
    -		n=max_len;
    -
    -	if (data != NULL)
    -		memcpy(data,M_ASN1_STRING_data(os),n);
    -	if (0)
    -		{
    -err:
    -		ASN1err(ASN1_F_ASN1_TYPE_GET_INT_OCTETSTRING,ASN1_R_DATA_IS_WRONG);
    -		}
    -	if (os != NULL) M_ASN1_OCTET_STRING_free(os);
    -	if (ai != NULL) M_ASN1_INTEGER_free(ai);
    -	return(ret);
    -	}
    -
    +int ASN1_TYPE_get_int_octetstring(ASN1_TYPE *a, long *num,
    +                                  unsigned char *data, int max_len)
    +{
    +    int ret = -1, n;
    +    ASN1_INTEGER *ai = NULL;
    +    ASN1_OCTET_STRING *os = NULL;
    +    const unsigned char *p;
    +    long length;
    +    ASN1_const_CTX c;
    +
    +    if ((a->type != V_ASN1_SEQUENCE) || (a->value.sequence == NULL)) {
    +        goto err;
    +    }
    +    p = M_ASN1_STRING_data(a->value.sequence);
    +    length = M_ASN1_STRING_length(a->value.sequence);
    +
    +    c.pp = &p;
    +    c.p = p;
    +    c.max = p + length;
    +    c.error = ASN1_R_DATA_IS_WRONG;
    +
    +    M_ASN1_D2I_start_sequence();
    +    c.q = c.p;
    +    if ((ai = d2i_ASN1_INTEGER(NULL, &c.p, c.slen)) == NULL)
    +        goto err;
    +    c.slen -= (c.p - c.q);
    +    c.q = c.p;
    +    if ((os = d2i_ASN1_OCTET_STRING(NULL, &c.p, c.slen)) == NULL)
    +        goto err;
    +    c.slen -= (c.p - c.q);
    +    if (!M_ASN1_D2I_end_sequence())
    +        goto err;
    +
    +    if (num != NULL)
    +        *num = ASN1_INTEGER_get(ai);
    +
    +    ret = M_ASN1_STRING_length(os);
    +    if (max_len > ret)
    +        n = ret;
    +    else
    +        n = max_len;
    +
    +    if (data != NULL)
    +        memcpy(data, M_ASN1_STRING_data(os), n);
    +    if (0) {
    + err:
    +        ASN1err(ASN1_F_ASN1_TYPE_GET_INT_OCTETSTRING, ASN1_R_DATA_IS_WRONG);
    +    }
    +    if (os != NULL)
    +        M_ASN1_OCTET_STRING_free(os);
    +    if (ai != NULL)
    +        M_ASN1_INTEGER_free(ai);
    +    return (ret);
    +}
    diff --git a/openssl/crypto/asn1/f_enum.c b/openssl/crypto/asn1/f_enum.c
    index 56e3cc8df..591c3b578 100644
    --- a/openssl/crypto/asn1/f_enum.c
    +++ b/openssl/crypto/asn1/f_enum.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -64,144 +64,140 @@
     /* Based on a_int.c: equivalent ENUMERATED functions */
     
     int i2a_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *a)
    -	{
    -	int i,n=0;
    -	static const char *h="0123456789ABCDEF";
    -	char buf[2];
    +{
    +    int i, n = 0;
    +    static const char *h = "0123456789ABCDEF";
    +    char buf[2];
     
    -	if (a == NULL) return(0);
    +    if (a == NULL)
    +        return (0);
     
    -	if (a->length == 0)
    -		{
    -		if (BIO_write(bp,"00",2) != 2) goto err;
    -		n=2;
    -		}
    -	else
    -		{
    -		for (i=0; ilength; i++)
    -			{
    -			if ((i != 0) && (i%35 == 0))
    -				{
    -				if (BIO_write(bp,"\\\n",2) != 2) goto err;
    -				n+=2;
    -				}
    -			buf[0]=h[((unsigned char)a->data[i]>>4)&0x0f];
    -			buf[1]=h[((unsigned char)a->data[i]   )&0x0f];
    -			if (BIO_write(bp,buf,2) != 2) goto err;
    -			n+=2;
    -			}
    -		}
    -	return(n);
    -err:
    -	return(-1);
    -	}
    +    if (a->length == 0) {
    +        if (BIO_write(bp, "00", 2) != 2)
    +            goto err;
    +        n = 2;
    +    } else {
    +        for (i = 0; i < a->length; i++) {
    +            if ((i != 0) && (i % 35 == 0)) {
    +                if (BIO_write(bp, "\\\n", 2) != 2)
    +                    goto err;
    +                n += 2;
    +            }
    +            buf[0] = h[((unsigned char)a->data[i] >> 4) & 0x0f];
    +            buf[1] = h[((unsigned char)a->data[i]) & 0x0f];
    +            if (BIO_write(bp, buf, 2) != 2)
    +                goto err;
    +            n += 2;
    +        }
    +    }
    +    return (n);
    + err:
    +    return (-1);
    +}
     
     int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size)
    -	{
    -	int ret=0;
    -	int i,j,k,m,n,again,bufsize;
    -	unsigned char *s=NULL,*sp;
    -	unsigned char *bufp;
    -	int num=0,slen=0,first=1;
    -
    -	bs->type=V_ASN1_ENUMERATED;
    +{
    +    int ret = 0;
    +    int i, j, k, m, n, again, bufsize;
    +    unsigned char *s = NULL, *sp;
    +    unsigned char *bufp;
    +    int num = 0, slen = 0, first = 1;
     
    -	bufsize=BIO_gets(bp,buf,size);
    -	for (;;)
    -		{
    -		if (bufsize < 1) goto err_sl;
    -		i=bufsize;
    -		if (buf[i-1] == '\n') buf[--i]='\0';
    -		if (i == 0) goto err_sl;
    -		if (buf[i-1] == '\r') buf[--i]='\0';
    -		if (i == 0) goto err_sl;
    -		again=(buf[i-1] == '\\');
    +    bs->type = V_ASN1_ENUMERATED;
     
    -		for (j=0; j= '0') && (buf[j] <= '9')) ||
    -				((buf[j] >= 'a') && (buf[j] <= 'f')) ||
    -				((buf[j] >= 'A') && (buf[j] <= 'F'))))
    -				{
    -				i=j;
    -				break;
    -				}
    -			}
    -		buf[i]='\0';
    -		/* We have now cleared all the crap off the end of the
    -		 * line */
    -		if (i < 2) goto err_sl;
    +    bufsize = BIO_gets(bp, buf, size);
    +    for (;;) {
    +        if (bufsize < 1)
    +            goto err_sl;
    +        i = bufsize;
    +        if (buf[i - 1] == '\n')
    +            buf[--i] = '\0';
    +        if (i == 0)
    +            goto err_sl;
    +        if (buf[i - 1] == '\r')
    +            buf[--i] = '\0';
    +        if (i == 0)
    +            goto err_sl;
    +        again = (buf[i - 1] == '\\');
     
    -		bufp=(unsigned char *)buf;
    -		if (first)
    -			{
    -			first=0;
    -			if ((bufp[0] == '0') && (buf[1] == '0'))
    -				{
    -				bufp+=2;
    -				i-=2;
    -				}
    -			}
    -		k=0;
    -		i-=again;
    -		if (i%2 != 0)
    -			{
    -			ASN1err(ASN1_F_A2I_ASN1_ENUMERATED,ASN1_R_ODD_NUMBER_OF_CHARS);
    -			goto err;
    -			}
    -		i/=2;
    -		if (num+i > slen)
    -			{
    -			if (s == NULL)
    -				sp=(unsigned char *)OPENSSL_malloc(
    -					(unsigned int)num+i*2);
    -			else
    -				sp=(unsigned char *)OPENSSL_realloc(s,
    -					(unsigned int)num+i*2);
    -			if (sp == NULL)
    -				{
    -				ASN1err(ASN1_F_A2I_ASN1_ENUMERATED,ERR_R_MALLOC_FAILURE);
    -				if (s != NULL) OPENSSL_free(s);
    -				goto err;
    -				}
    -			s=sp;
    -			slen=num+i*2;
    -			}
    -		for (j=0; j= '0') && (m <= '9'))
    -					m-='0';
    -				else if ((m >= 'a') && (m <= 'f'))
    -					m=m-'a'+10;
    -				else if ((m >= 'A') && (m <= 'F'))
    -					m=m-'A'+10;
    -				else
    -					{
    -					ASN1err(ASN1_F_A2I_ASN1_ENUMERATED,ASN1_R_NON_HEX_CHARACTERS);
    -					goto err;
    -					}
    -				s[num+j]<<=4;
    -				s[num+j]|=m;
    -				}
    -			}
    -		num+=i;
    -		if (again)
    -			bufsize=BIO_gets(bp,buf,size);
    -		else
    -			break;
    -		}
    -	bs->length=num;
    -	bs->data=s;
    -	ret=1;
    -err:
    -	if (0)
    -		{
    -err_sl:
    -		ASN1err(ASN1_F_A2I_ASN1_ENUMERATED,ASN1_R_SHORT_LINE);
    -		}
    -	return(ret);
    -	}
    +        for (j = 0; j < i; j++) {
    +            if (!(((buf[j] >= '0') && (buf[j] <= '9')) ||
    +                  ((buf[j] >= 'a') && (buf[j] <= 'f')) ||
    +                  ((buf[j] >= 'A') && (buf[j] <= 'F')))) {
    +                i = j;
    +                break;
    +            }
    +        }
    +        buf[i] = '\0';
    +        /*
    +         * We have now cleared all the crap off the end of the line
    +         */
    +        if (i < 2)
    +            goto err_sl;
     
    +        bufp = (unsigned char *)buf;
    +        if (first) {
    +            first = 0;
    +            if ((bufp[0] == '0') && (buf[1] == '0')) {
    +                bufp += 2;
    +                i -= 2;
    +            }
    +        }
    +        k = 0;
    +        i -= again;
    +        if (i % 2 != 0) {
    +            ASN1err(ASN1_F_A2I_ASN1_ENUMERATED, ASN1_R_ODD_NUMBER_OF_CHARS);
    +            goto err;
    +        }
    +        i /= 2;
    +        if (num + i > slen) {
    +            if (s == NULL)
    +                sp = (unsigned char *)OPENSSL_malloc((unsigned int)num +
    +                                                     i * 2);
    +            else
    +                sp = (unsigned char *)OPENSSL_realloc(s,
    +                                                      (unsigned int)num +
    +                                                      i * 2);
    +            if (sp == NULL) {
    +                ASN1err(ASN1_F_A2I_ASN1_ENUMERATED, ERR_R_MALLOC_FAILURE);
    +                if (s != NULL)
    +                    OPENSSL_free(s);
    +                goto err;
    +            }
    +            s = sp;
    +            slen = num + i * 2;
    +        }
    +        for (j = 0; j < i; j++, k += 2) {
    +            for (n = 0; n < 2; n++) {
    +                m = bufp[k + n];
    +                if ((m >= '0') && (m <= '9'))
    +                    m -= '0';
    +                else if ((m >= 'a') && (m <= 'f'))
    +                    m = m - 'a' + 10;
    +                else if ((m >= 'A') && (m <= 'F'))
    +                    m = m - 'A' + 10;
    +                else {
    +                    ASN1err(ASN1_F_A2I_ASN1_ENUMERATED,
    +                            ASN1_R_NON_HEX_CHARACTERS);
    +                    goto err;
    +                }
    +                s[num + j] <<= 4;
    +                s[num + j] |= m;
    +            }
    +        }
    +        num += i;
    +        if (again)
    +            bufsize = BIO_gets(bp, buf, size);
    +        else
    +            break;
    +    }
    +    bs->length = num;
    +    bs->data = s;
    +    ret = 1;
    + err:
    +    if (0) {
    + err_sl:
    +        ASN1err(ASN1_F_A2I_ASN1_ENUMERATED, ASN1_R_SHORT_LINE);
    +    }
    +    return (ret);
    +}
    diff --git a/openssl/crypto/asn1/f_int.c b/openssl/crypto/asn1/f_int.c
    index 9494e597a..4a81f81c8 100644
    --- a/openssl/crypto/asn1/f_int.c
    +++ b/openssl/crypto/asn1/f_int.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,158 +62,154 @@
     #include 
     
     int i2a_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *a)
    -	{
    -	int i,n=0;
    -	static const char *h="0123456789ABCDEF";
    -	char buf[2];
    +{
    +    int i, n = 0;
    +    static const char *h = "0123456789ABCDEF";
    +    char buf[2];
     
    -	if (a == NULL) return(0);
    +    if (a == NULL)
    +        return (0);
     
    -	if (a->type & V_ASN1_NEG)
    -		{
    -		if (BIO_write(bp, "-", 1) != 1) goto err;
    -		n = 1;
    -		}
    +    if (a->type & V_ASN1_NEG) {
    +        if (BIO_write(bp, "-", 1) != 1)
    +            goto err;
    +        n = 1;
    +    }
     
    -	if (a->length == 0)
    -		{
    -		if (BIO_write(bp,"00",2) != 2) goto err;
    -		n += 2;
    -		}
    -	else
    -		{
    -		for (i=0; ilength; i++)
    -			{
    -			if ((i != 0) && (i%35 == 0))
    -				{
    -				if (BIO_write(bp,"\\\n",2) != 2) goto err;
    -				n+=2;
    -				}
    -			buf[0]=h[((unsigned char)a->data[i]>>4)&0x0f];
    -			buf[1]=h[((unsigned char)a->data[i]   )&0x0f];
    -			if (BIO_write(bp,buf,2) != 2) goto err;
    -			n+=2;
    -			}
    -		}
    -	return(n);
    -err:
    -	return(-1);
    -	}
    +    if (a->length == 0) {
    +        if (BIO_write(bp, "00", 2) != 2)
    +            goto err;
    +        n += 2;
    +    } else {
    +        for (i = 0; i < a->length; i++) {
    +            if ((i != 0) && (i % 35 == 0)) {
    +                if (BIO_write(bp, "\\\n", 2) != 2)
    +                    goto err;
    +                n += 2;
    +            }
    +            buf[0] = h[((unsigned char)a->data[i] >> 4) & 0x0f];
    +            buf[1] = h[((unsigned char)a->data[i]) & 0x0f];
    +            if (BIO_write(bp, buf, 2) != 2)
    +                goto err;
    +            n += 2;
    +        }
    +    }
    +    return (n);
    + err:
    +    return (-1);
    +}
     
     int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size)
    -	{
    -	int ret=0;
    -	int i,j,k,m,n,again,bufsize;
    -	unsigned char *s=NULL,*sp;
    -	unsigned char *bufp;
    -	int num=0,slen=0,first=1;
    +{
    +    int ret = 0;
    +    int i, j, k, m, n, again, bufsize;
    +    unsigned char *s = NULL, *sp;
    +    unsigned char *bufp;
    +    int num = 0, slen = 0, first = 1;
     
    -	bs->type=V_ASN1_INTEGER;
    +    bs->type = V_ASN1_INTEGER;
     
    -	bufsize=BIO_gets(bp,buf,size);
    -	for (;;)
    -		{
    -		if (bufsize < 1) goto err_sl;
    -		i=bufsize;
    -		if (buf[i-1] == '\n') buf[--i]='\0';
    -		if (i == 0) goto err_sl;
    -		if (buf[i-1] == '\r') buf[--i]='\0';
    -		if (i == 0) goto err_sl;
    -		again=(buf[i-1] == '\\');
    +    bufsize = BIO_gets(bp, buf, size);
    +    for (;;) {
    +        if (bufsize < 1)
    +            goto err_sl;
    +        i = bufsize;
    +        if (buf[i - 1] == '\n')
    +            buf[--i] = '\0';
    +        if (i == 0)
    +            goto err_sl;
    +        if (buf[i - 1] == '\r')
    +            buf[--i] = '\0';
    +        if (i == 0)
    +            goto err_sl;
    +        again = (buf[i - 1] == '\\');
     
    -		for (j=0; j= '0') && (buf[j] <= '9')) ||
    -				((buf[j] >= 'a') && (buf[j] <= 'f')) ||
    -				((buf[j] >= 'A') && (buf[j] <= 'F'))))
    +            if (!(((buf[j] >= '0') && (buf[j] <= '9')) ||
    +                  ((buf[j] >= 'a') && (buf[j] <= 'f')) ||
    +                  ((buf[j] >= 'A') && (buf[j] <= 'F'))))
     #else
    -			/* This #ifdef is not strictly necessary, since
    -			 * the characters A...F a...f 0...9 are contiguous
    -			 * (yes, even in EBCDIC - but not the whole alphabet).
    -			 * Nevertheless, isxdigit() is faster.
    -			 */
    -			if (!isxdigit(buf[j]))
    +            /*
    +             * This #ifdef is not strictly necessary, since the characters
    +             * A...F a...f 0...9 are contiguous (yes, even in EBCDIC - but
    +             * not the whole alphabet). Nevertheless, isxdigit() is faster.
    +             */
    +            if (!isxdigit(buf[j]))
     #endif
    -				{
    -				i=j;
    -				break;
    -				}
    -			}
    -		buf[i]='\0';
    -		/* We have now cleared all the crap off the end of the
    -		 * line */
    -		if (i < 2) goto err_sl;
    -
    -		bufp=(unsigned char *)buf;
    -		if (first)
    -			{
    -			first=0;
    -			if ((bufp[0] == '0') && (buf[1] == '0'))
    -				{
    -				bufp+=2;
    -				i-=2;
    -				}
    -			}
    -		k=0;
    -		i-=again;
    -		if (i%2 != 0)
    -			{
    -			ASN1err(ASN1_F_A2I_ASN1_INTEGER,ASN1_R_ODD_NUMBER_OF_CHARS);
    -			goto err;
    -			}
    -		i/=2;
    -		if (num+i > slen)
    -			{
    -			if (s == NULL)
    -				sp=(unsigned char *)OPENSSL_malloc(
    -					(unsigned int)num+i*2);
    -			else
    -				sp=OPENSSL_realloc_clean(s,slen,num+i*2);
    -			if (sp == NULL)
    -				{
    -				ASN1err(ASN1_F_A2I_ASN1_INTEGER,ERR_R_MALLOC_FAILURE);
    -				if (s != NULL) OPENSSL_free(s);
    -				goto err;
    -				}
    -			s=sp;
    -			slen=num+i*2;
    -			}
    -		for (j=0; j= '0') && (m <= '9'))
    -					m-='0';
    -				else if ((m >= 'a') && (m <= 'f'))
    -					m=m-'a'+10;
    -				else if ((m >= 'A') && (m <= 'F'))
    -					m=m-'A'+10;
    -				else
    -					{
    -					ASN1err(ASN1_F_A2I_ASN1_INTEGER,ASN1_R_NON_HEX_CHARACTERS);
    -					goto err;
    -					}
    -				s[num+j]<<=4;
    -				s[num+j]|=m;
    -				}
    -			}
    -		num+=i;
    -		if (again)
    -			bufsize=BIO_gets(bp,buf,size);
    -		else
    -			break;
    -		}
    -	bs->length=num;
    -	bs->data=s;
    -	ret=1;
    -err:
    -	if (0)
    -		{
    -err_sl:
    -		ASN1err(ASN1_F_A2I_ASN1_INTEGER,ASN1_R_SHORT_LINE);
    -		}
    -	return(ret);
    -	}
    +            {
    +                i = j;
    +                break;
    +            }
    +        }
    +        buf[i] = '\0';
    +        /*
    +         * We have now cleared all the crap off the end of the line
    +         */
    +        if (i < 2)
    +            goto err_sl;
     
    +        bufp = (unsigned char *)buf;
    +        if (first) {
    +            first = 0;
    +            if ((bufp[0] == '0') && (buf[1] == '0')) {
    +                bufp += 2;
    +                i -= 2;
    +            }
    +        }
    +        k = 0;
    +        i -= again;
    +        if (i % 2 != 0) {
    +            ASN1err(ASN1_F_A2I_ASN1_INTEGER, ASN1_R_ODD_NUMBER_OF_CHARS);
    +            goto err;
    +        }
    +        i /= 2;
    +        if (num + i > slen) {
    +            if (s == NULL)
    +                sp = (unsigned char *)OPENSSL_malloc((unsigned int)num +
    +                                                     i * 2);
    +            else
    +                sp = OPENSSL_realloc_clean(s, slen, num + i * 2);
    +            if (sp == NULL) {
    +                ASN1err(ASN1_F_A2I_ASN1_INTEGER, ERR_R_MALLOC_FAILURE);
    +                if (s != NULL)
    +                    OPENSSL_free(s);
    +                goto err;
    +            }
    +            s = sp;
    +            slen = num + i * 2;
    +        }
    +        for (j = 0; j < i; j++, k += 2) {
    +            for (n = 0; n < 2; n++) {
    +                m = bufp[k + n];
    +                if ((m >= '0') && (m <= '9'))
    +                    m -= '0';
    +                else if ((m >= 'a') && (m <= 'f'))
    +                    m = m - 'a' + 10;
    +                else if ((m >= 'A') && (m <= 'F'))
    +                    m = m - 'A' + 10;
    +                else {
    +                    ASN1err(ASN1_F_A2I_ASN1_INTEGER,
    +                            ASN1_R_NON_HEX_CHARACTERS);
    +                    goto err;
    +                }
    +                s[num + j] <<= 4;
    +                s[num + j] |= m;
    +            }
    +        }
    +        num += i;
    +        if (again)
    +            bufsize = BIO_gets(bp, buf, size);
    +        else
    +            break;
    +    }
    +    bs->length = num;
    +    bs->data = s;
    +    ret = 1;
    + err:
    +    if (0) {
    + err_sl:
    +        ASN1err(ASN1_F_A2I_ASN1_INTEGER, ASN1_R_SHORT_LINE);
    +    }
    +    return (ret);
    +}
    diff --git a/openssl/crypto/asn1/f_string.c b/openssl/crypto/asn1/f_string.c
    index 968698a79..6a6cf3471 100644
    --- a/openssl/crypto/asn1/f_string.c
    +++ b/openssl/crypto/asn1/f_string.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,151 +62,148 @@
     #include 
     
     int i2a_ASN1_STRING(BIO *bp, ASN1_STRING *a, int type)
    -	{
    -	int i,n=0;
    -	static const char *h="0123456789ABCDEF";
    -	char buf[2];
    +{
    +    int i, n = 0;
    +    static const char *h = "0123456789ABCDEF";
    +    char buf[2];
     
    -	if (a == NULL) return(0);
    +    if (a == NULL)
    +        return (0);
     
    -	if (a->length == 0)
    -		{
    -		if (BIO_write(bp,"0",1) != 1) goto err;
    -		n=1;
    -		}
    -	else
    -		{
    -		for (i=0; ilength; i++)
    -			{
    -			if ((i != 0) && (i%35 == 0))
    -				{
    -				if (BIO_write(bp,"\\\n",2) != 2) goto err;
    -				n+=2;
    -				}
    -			buf[0]=h[((unsigned char)a->data[i]>>4)&0x0f];
    -			buf[1]=h[((unsigned char)a->data[i]   )&0x0f];
    -			if (BIO_write(bp,buf,2) != 2) goto err;
    -			n+=2;
    -			}
    -		}
    -	return(n);
    -err:
    -	return(-1);
    -	}
    +    if (a->length == 0) {
    +        if (BIO_write(bp, "0", 1) != 1)
    +            goto err;
    +        n = 1;
    +    } else {
    +        for (i = 0; i < a->length; i++) {
    +            if ((i != 0) && (i % 35 == 0)) {
    +                if (BIO_write(bp, "\\\n", 2) != 2)
    +                    goto err;
    +                n += 2;
    +            }
    +            buf[0] = h[((unsigned char)a->data[i] >> 4) & 0x0f];
    +            buf[1] = h[((unsigned char)a->data[i]) & 0x0f];
    +            if (BIO_write(bp, buf, 2) != 2)
    +                goto err;
    +            n += 2;
    +        }
    +    }
    +    return (n);
    + err:
    +    return (-1);
    +}
     
     int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size)
    -	{
    -	int ret=0;
    -	int i,j,k,m,n,again,bufsize;
    -	unsigned char *s=NULL,*sp;
    -	unsigned char *bufp;
    -	int num=0,slen=0,first=1;
    +{
    +    int ret = 0;
    +    int i, j, k, m, n, again, bufsize;
    +    unsigned char *s = NULL, *sp;
    +    unsigned char *bufp;
    +    int num = 0, slen = 0, first = 1;
     
    -	bufsize=BIO_gets(bp,buf,size);
    -	for (;;)
    -		{
    -		if (bufsize < 1)
    -			{
    -			if (first)
    -				break;
    -			else
    -				goto err_sl;
    -			}
    -		first=0;
    +    bufsize = BIO_gets(bp, buf, size);
    +    for (;;) {
    +        if (bufsize < 1) {
    +            if (first)
    +                break;
    +            else
    +                goto err_sl;
    +        }
    +        first = 0;
     
    -		i=bufsize;
    -		if (buf[i-1] == '\n') buf[--i]='\0';
    -		if (i == 0) goto err_sl;
    -		if (buf[i-1] == '\r') buf[--i]='\0';
    -		if (i == 0) goto err_sl;
    -		again=(buf[i-1] == '\\');
    +        i = bufsize;
    +        if (buf[i - 1] == '\n')
    +            buf[--i] = '\0';
    +        if (i == 0)
    +            goto err_sl;
    +        if (buf[i - 1] == '\r')
    +            buf[--i] = '\0';
    +        if (i == 0)
    +            goto err_sl;
    +        again = (buf[i - 1] == '\\');
     
    -		for (j=i-1; j>0; j--)
    -			{
    +        for (j = i - 1; j > 0; j--) {
     #ifndef CHARSET_EBCDIC
    -			if (!(	((buf[j] >= '0') && (buf[j] <= '9')) ||
    -				((buf[j] >= 'a') && (buf[j] <= 'f')) ||
    -				((buf[j] >= 'A') && (buf[j] <= 'F'))))
    +            if (!(((buf[j] >= '0') && (buf[j] <= '9')) ||
    +                  ((buf[j] >= 'a') && (buf[j] <= 'f')) ||
    +                  ((buf[j] >= 'A') && (buf[j] <= 'F'))))
     #else
    -			/* This #ifdef is not strictly necessary, since
    -			 * the characters A...F a...f 0...9 are contiguous
    -			 * (yes, even in EBCDIC - but not the whole alphabet).
    -			 * Nevertheless, isxdigit() is faster.
    -			 */
    -			if (!isxdigit(buf[j]))
    +            /*
    +             * This #ifdef is not strictly necessary, since the characters
    +             * A...F a...f 0...9 are contiguous (yes, even in EBCDIC - but
    +             * not the whole alphabet). Nevertheless, isxdigit() is faster.
    +             */
    +            if (!isxdigit(buf[j]))
     #endif
    -				{
    -				i=j;
    -				break;
    -				}
    -			}
    -		buf[i]='\0';
    -		/* We have now cleared all the crap off the end of the
    -		 * line */
    -		if (i < 2) goto err_sl;
    -
    -		bufp=(unsigned char *)buf;
    +            {
    +                i = j;
    +                break;
    +            }
    +        }
    +        buf[i] = '\0';
    +        /*
    +         * We have now cleared all the crap off the end of the line
    +         */
    +        if (i < 2)
    +            goto err_sl;
     
    -		k=0;
    -		i-=again;
    -		if (i%2 != 0)
    -			{
    -			ASN1err(ASN1_F_A2I_ASN1_STRING,ASN1_R_ODD_NUMBER_OF_CHARS);
    -			goto err;
    -			}
    -		i/=2;
    -		if (num+i > slen)
    -			{
    -			if (s == NULL)
    -				sp=(unsigned char *)OPENSSL_malloc(
    -					(unsigned int)num+i*2);
    -			else
    -				sp=(unsigned char *)OPENSSL_realloc(s,
    -					(unsigned int)num+i*2);
    -			if (sp == NULL)
    -				{
    -				ASN1err(ASN1_F_A2I_ASN1_STRING,ERR_R_MALLOC_FAILURE);
    -				if (s != NULL) OPENSSL_free(s);
    -				goto err;
    -				}
    -			s=sp;
    -			slen=num+i*2;
    -			}
    -		for (j=0; j= '0') && (m <= '9'))
    -					m-='0';
    -				else if ((m >= 'a') && (m <= 'f'))
    -					m=m-'a'+10;
    -				else if ((m >= 'A') && (m <= 'F'))
    -					m=m-'A'+10;
    -				else
    -					{
    -					ASN1err(ASN1_F_A2I_ASN1_STRING,ASN1_R_NON_HEX_CHARACTERS);
    -					goto err;
    -					}
    -				s[num+j]<<=4;
    -				s[num+j]|=m;
    -				}
    -			}
    -		num+=i;
    -		if (again)
    -			bufsize=BIO_gets(bp,buf,size);
    -		else
    -			break;
    -		}
    -	bs->length=num;
    -	bs->data=s;
    -	ret=1;
    -err:
    -	if (0)
    -		{
    -err_sl:
    -		ASN1err(ASN1_F_A2I_ASN1_STRING,ASN1_R_SHORT_LINE);
    -		}
    -	return(ret);
    -	}
    +        bufp = (unsigned char *)buf;
     
    +        k = 0;
    +        i -= again;
    +        if (i % 2 != 0) {
    +            ASN1err(ASN1_F_A2I_ASN1_STRING, ASN1_R_ODD_NUMBER_OF_CHARS);
    +            goto err;
    +        }
    +        i /= 2;
    +        if (num + i > slen) {
    +            if (s == NULL)
    +                sp = (unsigned char *)OPENSSL_malloc((unsigned int)num +
    +                                                     i * 2);
    +            else
    +                sp = (unsigned char *)OPENSSL_realloc(s,
    +                                                      (unsigned int)num +
    +                                                      i * 2);
    +            if (sp == NULL) {
    +                ASN1err(ASN1_F_A2I_ASN1_STRING, ERR_R_MALLOC_FAILURE);
    +                if (s != NULL)
    +                    OPENSSL_free(s);
    +                goto err;
    +            }
    +            s = sp;
    +            slen = num + i * 2;
    +        }
    +        for (j = 0; j < i; j++, k += 2) {
    +            for (n = 0; n < 2; n++) {
    +                m = bufp[k + n];
    +                if ((m >= '0') && (m <= '9'))
    +                    m -= '0';
    +                else if ((m >= 'a') && (m <= 'f'))
    +                    m = m - 'a' + 10;
    +                else if ((m >= 'A') && (m <= 'F'))
    +                    m = m - 'A' + 10;
    +                else {
    +                    ASN1err(ASN1_F_A2I_ASN1_STRING,
    +                            ASN1_R_NON_HEX_CHARACTERS);
    +                    goto err;
    +                }
    +                s[num + j] <<= 4;
    +                s[num + j] |= m;
    +            }
    +        }
    +        num += i;
    +        if (again)
    +            bufsize = BIO_gets(bp, buf, size);
    +        else
    +            break;
    +    }
    +    bs->length = num;
    +    bs->data = s;
    +    ret = 1;
    + err:
    +    if (0) {
    + err_sl:
    +        ASN1err(ASN1_F_A2I_ASN1_STRING, ASN1_R_SHORT_LINE);
    +    }
    +    return (ret);
    +}
    diff --git a/openssl/crypto/asn1/i2d_pr.c b/openssl/crypto/asn1/i2d_pr.c
    index e398b6266..4d338ac55 100644
    --- a/openssl/crypto/asn1/i2d_pr.c
    +++ b/openssl/crypto/asn1/i2d_pr.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,18 +63,16 @@
     #include "asn1_locl.h"
     
     int i2d_PrivateKey(EVP_PKEY *a, unsigned char **pp)
    -	{
    -	if (a->ameth && a->ameth->old_priv_encode)
    -		{
    -		return a->ameth->old_priv_encode(a, pp);
    -		}
    -	if (a->ameth && a->ameth->priv_encode) {
    -		PKCS8_PRIV_KEY_INFO *p8 = EVP_PKEY2PKCS8(a);
    -		int ret = i2d_PKCS8_PRIV_KEY_INFO(p8,pp);
    -		PKCS8_PRIV_KEY_INFO_free(p8);
    -		return ret;
    -	}	
    -	ASN1err(ASN1_F_I2D_PRIVATEKEY,ASN1_R_UNSUPPORTED_PUBLIC_KEY_TYPE);
    -	return(-1);
    -	}
    -
    +{
    +    if (a->ameth && a->ameth->old_priv_encode) {
    +        return a->ameth->old_priv_encode(a, pp);
    +    }
    +    if (a->ameth && a->ameth->priv_encode) {
    +        PKCS8_PRIV_KEY_INFO *p8 = EVP_PKEY2PKCS8(a);
    +        int ret = i2d_PKCS8_PRIV_KEY_INFO(p8, pp);
    +        PKCS8_PRIV_KEY_INFO_free(p8);
    +        return ret;
    +    }
    +    ASN1err(ASN1_F_I2D_PRIVATEKEY, ASN1_R_UNSUPPORTED_PUBLIC_KEY_TYPE);
    +    return (-1);
    +}
    diff --git a/openssl/crypto/asn1/i2d_pu.c b/openssl/crypto/asn1/i2d_pu.c
    index 34286dbd3..b8ed35541 100644
    --- a/openssl/crypto/asn1/i2d_pu.c
    +++ b/openssl/crypto/asn1/i2d_pu.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,34 +62,32 @@
     #include 
     #include 
     #ifndef OPENSSL_NO_RSA
    -#include 
    +# include 
     #endif
     #ifndef OPENSSL_NO_DSA
    -#include 
    +# include 
     #endif
     #ifndef OPENSSL_NO_EC
    -#include 
    +# include 
     #endif
     
     int i2d_PublicKey(EVP_PKEY *a, unsigned char **pp)
    -	{
    -	switch (a->type)
    -		{
    +{
    +    switch (a->type) {
     #ifndef OPENSSL_NO_RSA
    -	case EVP_PKEY_RSA:
    -		return(i2d_RSAPublicKey(a->pkey.rsa,pp));
    +    case EVP_PKEY_RSA:
    +        return (i2d_RSAPublicKey(a->pkey.rsa, pp));
     #endif
     #ifndef OPENSSL_NO_DSA
    -	case EVP_PKEY_DSA:
    -		return(i2d_DSAPublicKey(a->pkey.dsa,pp));
    +    case EVP_PKEY_DSA:
    +        return (i2d_DSAPublicKey(a->pkey.dsa, pp));
     #endif
     #ifndef OPENSSL_NO_EC
    -	case EVP_PKEY_EC:
    -		return(i2o_ECPublicKey(a->pkey.ec, pp));
    +    case EVP_PKEY_EC:
    +        return (i2o_ECPublicKey(a->pkey.ec, pp));
     #endif
    -	default:
    -		ASN1err(ASN1_F_I2D_PUBLICKEY,ASN1_R_UNSUPPORTED_PUBLIC_KEY_TYPE);
    -		return(-1);
    -		}
    -	}
    -
    +    default:
    +        ASN1err(ASN1_F_I2D_PUBLICKEY, ASN1_R_UNSUPPORTED_PUBLIC_KEY_TYPE);
    +        return (-1);
    +    }
    +}
    diff --git a/openssl/crypto/asn1/n_pkey.c b/openssl/crypto/asn1/n_pkey.c
    index e25173993..d5a55146a 100644
    --- a/openssl/crypto/asn1/n_pkey.c
    +++ b/openssl/crypto/asn1/n_pkey.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -59,37 +59,34 @@
     #include 
     #include "cryptlib.h"
     #ifndef OPENSSL_NO_RSA
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -
    -
    -#ifndef OPENSSL_NO_RC4
    -
    -typedef struct netscape_pkey_st
    -	{
    -	long version;
    -	X509_ALGOR *algor;
    -	ASN1_OCTET_STRING *private_key;
    -	} NETSCAPE_PKEY;
    -
    -typedef struct netscape_encrypted_pkey_st
    -	{
    -	ASN1_OCTET_STRING *os;
    -	/* This is the same structure as DigestInfo so use it:
    -	 * although this isn't really anything to do with
    -	 * digests.
    -	 */
    -	X509_SIG *enckey;
    -	} NETSCAPE_ENCRYPTED_PKEY;
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
    +
    +# ifndef OPENSSL_NO_RC4
    +
    +typedef struct netscape_pkey_st {
    +    long version;
    +    X509_ALGOR *algor;
    +    ASN1_OCTET_STRING *private_key;
    +} NETSCAPE_PKEY;
    +
    +typedef struct netscape_encrypted_pkey_st {
    +    ASN1_OCTET_STRING *os;
    +    /*
    +     * This is the same structure as DigestInfo so use it: although this
    +     * isn't really anything to do with digests.
    +     */
    +    X509_SIG *enckey;
    +} NETSCAPE_ENCRYPTED_PKEY;
     
     
     ASN1_BROKEN_SEQUENCE(NETSCAPE_ENCRYPTED_PKEY) = {
    -	ASN1_SIMPLE(NETSCAPE_ENCRYPTED_PKEY, os, ASN1_OCTET_STRING),
    -	ASN1_SIMPLE(NETSCAPE_ENCRYPTED_PKEY, enckey, X509_SIG)
    +        ASN1_SIMPLE(NETSCAPE_ENCRYPTED_PKEY, os, ASN1_OCTET_STRING),
    +        ASN1_SIMPLE(NETSCAPE_ENCRYPTED_PKEY, enckey, X509_SIG)
     } ASN1_BROKEN_SEQUENCE_END(NETSCAPE_ENCRYPTED_PKEY)
     
     DECLARE_ASN1_FUNCTIONS_const(NETSCAPE_ENCRYPTED_PKEY)
    @@ -97,9 +94,9 @@ DECLARE_ASN1_ENCODE_FUNCTIONS_const(NETSCAPE_ENCRYPTED_PKEY,NETSCAPE_ENCRYPTED_P
     IMPLEMENT_ASN1_FUNCTIONS_const(NETSCAPE_ENCRYPTED_PKEY)
     
     ASN1_SEQUENCE(NETSCAPE_PKEY) = {
    -	ASN1_SIMPLE(NETSCAPE_PKEY, version, LONG),
    -	ASN1_SIMPLE(NETSCAPE_PKEY, algor, X509_ALGOR),
    -	ASN1_SIMPLE(NETSCAPE_PKEY, private_key, ASN1_OCTET_STRING)
    +        ASN1_SIMPLE(NETSCAPE_PKEY, version, LONG),
    +        ASN1_SIMPLE(NETSCAPE_PKEY, algor, X509_ALGOR),
    +        ASN1_SIMPLE(NETSCAPE_PKEY, private_key, ASN1_OCTET_STRING)
     } ASN1_SEQUENCE_END(NETSCAPE_PKEY)
     
     DECLARE_ASN1_FUNCTIONS_const(NETSCAPE_PKEY)
    @@ -107,247 +104,242 @@ DECLARE_ASN1_ENCODE_FUNCTIONS_const(NETSCAPE_PKEY,NETSCAPE_PKEY)
     IMPLEMENT_ASN1_FUNCTIONS_const(NETSCAPE_PKEY)
     
     static RSA *d2i_RSA_NET_2(RSA **a, ASN1_OCTET_STRING *os,
    -			  int (*cb)(char *buf, int len, const char *prompt,
    -				    int verify),
    -			  int sgckey);
    +                          int (*cb) (char *buf, int len, const char *prompt,
    +                                     int verify), int sgckey);
     
     int i2d_Netscape_RSA(const RSA *a, unsigned char **pp,
    -		     int (*cb)(char *buf, int len, const char *prompt,
    -			       int verify))
    +                     int (*cb) (char *buf, int len, const char *prompt,
    +                                int verify))
     {
    -	return i2d_RSA_NET(a, pp, cb, 0);
    +    return i2d_RSA_NET(a, pp, cb, 0);
     }
     
     int i2d_RSA_NET(const RSA *a, unsigned char **pp,
    -		int (*cb)(char *buf, int len, const char *prompt, int verify),
    -		int sgckey)
    -	{
    -	int i, j, ret = 0;
    -	int rsalen, pkeylen, olen;
    -	NETSCAPE_PKEY *pkey = NULL;
    -	NETSCAPE_ENCRYPTED_PKEY *enckey = NULL;
    -	unsigned char buf[256],*zz;
    -	unsigned char key[EVP_MAX_KEY_LENGTH];
    -	EVP_CIPHER_CTX ctx;
    -	EVP_CIPHER_CTX_init(&ctx);
    -
    -	if (a == NULL) return(0);
    -
    -	if ((pkey=NETSCAPE_PKEY_new()) == NULL) goto err;
    -	if ((enckey=NETSCAPE_ENCRYPTED_PKEY_new()) == NULL) goto err;
    -	pkey->version = 0;
    -
    -	pkey->algor->algorithm=OBJ_nid2obj(NID_rsaEncryption);
    -	if ((pkey->algor->parameter=ASN1_TYPE_new()) == NULL) goto err;
    -	pkey->algor->parameter->type=V_ASN1_NULL;
    -
    -	rsalen = i2d_RSAPrivateKey(a, NULL);
    -
    -	/* Fake some octet strings just for the initial length
    -	 * calculation.
    - 	 */
    -
    -	pkey->private_key->length=rsalen;
    -
    -	pkeylen=i2d_NETSCAPE_PKEY(pkey,NULL);
    -
    -	enckey->enckey->digest->length = pkeylen;
    -
    -	enckey->os->length = 11;	/* "private-key" */
    -
    -	enckey->enckey->algor->algorithm=OBJ_nid2obj(NID_rc4);
    -	if ((enckey->enckey->algor->parameter=ASN1_TYPE_new()) == NULL) goto err;
    -	enckey->enckey->algor->parameter->type=V_ASN1_NULL;
    -
    -	if (pp == NULL)
    -		{
    -		olen = i2d_NETSCAPE_ENCRYPTED_PKEY(enckey, NULL);
    -		NETSCAPE_PKEY_free(pkey);
    -		NETSCAPE_ENCRYPTED_PKEY_free(enckey);
    -		return olen;
    -		}
    -
    -
    -	/* Since its RC4 encrypted length is actual length */
    -	if ((zz=(unsigned char *)OPENSSL_malloc(rsalen)) == NULL)
    -		{
    -		ASN1err(ASN1_F_I2D_RSA_NET,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	pkey->private_key->data = zz;
    -	/* Write out private key encoding */
    -	i2d_RSAPrivateKey(a,&zz);
    -
    -	if ((zz=OPENSSL_malloc(pkeylen)) == NULL)
    -		{
    -		ASN1err(ASN1_F_I2D_RSA_NET,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	if (!ASN1_STRING_set(enckey->os, "private-key", -1)) 
    -		{
    -		ASN1err(ASN1_F_I2D_RSA_NET,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -	enckey->enckey->digest->data = zz;
    -	i2d_NETSCAPE_PKEY(pkey,&zz);
    -
    -	/* Wipe the private key encoding */
    -	OPENSSL_cleanse(pkey->private_key->data, rsalen);
    -		
    -	if (cb == NULL)
    -		cb=EVP_read_pw_string;
    -	i=cb((char *)buf,256,"Enter Private Key password:",1);
    -	if (i != 0)
    -		{
    -		ASN1err(ASN1_F_I2D_RSA_NET,ASN1_R_BAD_PASSWORD_READ);
    -		goto err;
    -		}
    -	i = strlen((char *)buf);
    -	/* If the key is used for SGC the algorithm is modified a little. */
    -	if(sgckey) {
    -		if (!EVP_Digest(buf, i, buf, NULL, EVP_md5(), NULL))
    -			goto err;
    -		memcpy(buf + 16, "SGCKEYSALT", 10);
    -		i = 26;
    -	}
    -
    -	if (!EVP_BytesToKey(EVP_rc4(),EVP_md5(),NULL,buf,i,1,key,NULL))
    -		goto err;
    -	OPENSSL_cleanse(buf,256);
    -
    -	/* Encrypt private key in place */
    -	zz = enckey->enckey->digest->data;
    -	if (!EVP_EncryptInit_ex(&ctx,EVP_rc4(),NULL,key,NULL))
    -		goto err;
    -	if (!EVP_EncryptUpdate(&ctx,zz,&i,zz,pkeylen))
    -		goto err;
    -	if (!EVP_EncryptFinal_ex(&ctx,zz + i,&j))
    -		goto err;
    -
    -	ret = i2d_NETSCAPE_ENCRYPTED_PKEY(enckey, pp);
    -err:
    -	EVP_CIPHER_CTX_cleanup(&ctx);
    -	NETSCAPE_ENCRYPTED_PKEY_free(enckey);
    -	NETSCAPE_PKEY_free(pkey);
    -	return(ret);
    -	}
    -
    +                int (*cb) (char *buf, int len, const char *prompt,
    +                           int verify), int sgckey)
    +{
    +    int i, j, ret = 0;
    +    int rsalen, pkeylen, olen;
    +    NETSCAPE_PKEY *pkey = NULL;
    +    NETSCAPE_ENCRYPTED_PKEY *enckey = NULL;
    +    unsigned char buf[256], *zz;
    +    unsigned char key[EVP_MAX_KEY_LENGTH];
    +    EVP_CIPHER_CTX ctx;
    +    EVP_CIPHER_CTX_init(&ctx);
    +
    +    if (a == NULL)
    +        return (0);
    +
    +    if ((pkey = NETSCAPE_PKEY_new()) == NULL)
    +        goto err;
    +    if ((enckey = NETSCAPE_ENCRYPTED_PKEY_new()) == NULL)
    +        goto err;
    +    pkey->version = 0;
    +
    +    pkey->algor->algorithm = OBJ_nid2obj(NID_rsaEncryption);
    +    if ((pkey->algor->parameter = ASN1_TYPE_new()) == NULL)
    +        goto err;
    +    pkey->algor->parameter->type = V_ASN1_NULL;
    +
    +    rsalen = i2d_RSAPrivateKey(a, NULL);
    +
    +    /*
    +     * Fake some octet strings just for the initial length calculation.
    +     */
    +
    +    pkey->private_key->length = rsalen;
    +
    +    pkeylen = i2d_NETSCAPE_PKEY(pkey, NULL);
    +
    +    enckey->enckey->digest->length = pkeylen;
    +
    +    enckey->os->length = 11;    /* "private-key" */
    +
    +    enckey->enckey->algor->algorithm = OBJ_nid2obj(NID_rc4);
    +    if ((enckey->enckey->algor->parameter = ASN1_TYPE_new()) == NULL)
    +        goto err;
    +    enckey->enckey->algor->parameter->type = V_ASN1_NULL;
    +
    +    if (pp == NULL) {
    +        olen = i2d_NETSCAPE_ENCRYPTED_PKEY(enckey, NULL);
    +        NETSCAPE_PKEY_free(pkey);
    +        NETSCAPE_ENCRYPTED_PKEY_free(enckey);
    +        return olen;
    +    }
    +
    +    /* Since its RC4 encrypted length is actual length */
    +    if ((zz = (unsigned char *)OPENSSL_malloc(rsalen)) == NULL) {
    +        ASN1err(ASN1_F_I2D_RSA_NET, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    pkey->private_key->data = zz;
    +    /* Write out private key encoding */
    +    i2d_RSAPrivateKey(a, &zz);
    +
    +    if ((zz = OPENSSL_malloc(pkeylen)) == NULL) {
    +        ASN1err(ASN1_F_I2D_RSA_NET, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    if (!ASN1_STRING_set(enckey->os, "private-key", -1)) {
    +        ASN1err(ASN1_F_I2D_RSA_NET, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +    enckey->enckey->digest->data = zz;
    +    i2d_NETSCAPE_PKEY(pkey, &zz);
    +
    +    /* Wipe the private key encoding */
    +    OPENSSL_cleanse(pkey->private_key->data, rsalen);
    +
    +    if (cb == NULL)
    +        cb = EVP_read_pw_string;
    +    i = cb((char *)buf, 256, "Enter Private Key password:", 1);
    +    if (i != 0) {
    +        ASN1err(ASN1_F_I2D_RSA_NET, ASN1_R_BAD_PASSWORD_READ);
    +        goto err;
    +    }
    +    i = strlen((char *)buf);
    +    /* If the key is used for SGC the algorithm is modified a little. */
    +    if (sgckey) {
    +        if (!EVP_Digest(buf, i, buf, NULL, EVP_md5(), NULL))
    +            goto err;
    +        memcpy(buf + 16, "SGCKEYSALT", 10);
    +        i = 26;
    +    }
    +
    +    if (!EVP_BytesToKey(EVP_rc4(), EVP_md5(), NULL, buf, i, 1, key, NULL))
    +        goto err;
    +    OPENSSL_cleanse(buf, 256);
    +
    +    /* Encrypt private key in place */
    +    zz = enckey->enckey->digest->data;
    +    if (!EVP_EncryptInit_ex(&ctx, EVP_rc4(), NULL, key, NULL))
    +        goto err;
    +    if (!EVP_EncryptUpdate(&ctx, zz, &i, zz, pkeylen))
    +        goto err;
    +    if (!EVP_EncryptFinal_ex(&ctx, zz + i, &j))
    +        goto err;
    +
    +    ret = i2d_NETSCAPE_ENCRYPTED_PKEY(enckey, pp);
    + err:
    +    EVP_CIPHER_CTX_cleanup(&ctx);
    +    NETSCAPE_ENCRYPTED_PKEY_free(enckey);
    +    NETSCAPE_PKEY_free(pkey);
    +    return (ret);
    +}
     
     RSA *d2i_Netscape_RSA(RSA **a, const unsigned char **pp, long length,
    -		      int (*cb)(char *buf, int len, const char *prompt,
    -				int verify))
    +                      int (*cb) (char *buf, int len, const char *prompt,
    +                                 int verify))
     {
    -	return d2i_RSA_NET(a, pp, length, cb, 0);
    +    return d2i_RSA_NET(a, pp, length, cb, 0);
     }
     
     RSA *d2i_RSA_NET(RSA **a, const unsigned char **pp, long length,
    -		 int (*cb)(char *buf, int len, const char *prompt, int verify),
    -		 int sgckey)
    -	{
    -	RSA *ret=NULL;
    -	const unsigned char *p;
    -	NETSCAPE_ENCRYPTED_PKEY *enckey = NULL;
    -
    -	p = *pp;
    -
    -	enckey = d2i_NETSCAPE_ENCRYPTED_PKEY(NULL, &p, length);
    -	if(!enckey) {
    -		ASN1err(ASN1_F_D2I_RSA_NET,ASN1_R_DECODING_ERROR);
    -		return NULL;
    -	}
    -
    -	if ((enckey->os->length != 11) || (strncmp("private-key",
    -		(char *)enckey->os->data,11) != 0))
    -		{
    -		ASN1err(ASN1_F_D2I_RSA_NET,ASN1_R_PRIVATE_KEY_HEADER_MISSING);
    -		NETSCAPE_ENCRYPTED_PKEY_free(enckey);
    -		return NULL;
    -		}
    -	if (OBJ_obj2nid(enckey->enckey->algor->algorithm) != NID_rc4)
    -		{
    -		ASN1err(ASN1_F_D2I_RSA_NET,ASN1_R_UNSUPPORTED_ENCRYPTION_ALGORITHM);
    -		goto err;
    -	}
    -	if (cb == NULL)
    -		cb=EVP_read_pw_string;
    -	if ((ret=d2i_RSA_NET_2(a, enckey->enckey->digest,cb, sgckey)) == NULL) goto err;
    -
    -	*pp = p;
    -
    -	err:
    -	NETSCAPE_ENCRYPTED_PKEY_free(enckey);
    -	return ret;
    -
    -	}
    +                 int (*cb) (char *buf, int len, const char *prompt,
    +                            int verify), int sgckey)
    +{
    +    RSA *ret = NULL;
    +    const unsigned char *p;
    +    NETSCAPE_ENCRYPTED_PKEY *enckey = NULL;
    +
    +    p = *pp;
    +
    +    enckey = d2i_NETSCAPE_ENCRYPTED_PKEY(NULL, &p, length);
    +    if (!enckey) {
    +        ASN1err(ASN1_F_D2I_RSA_NET, ASN1_R_DECODING_ERROR);
    +        return NULL;
    +    }
    +
    +    if ((enckey->os->length != 11) || (strncmp("private-key",
    +                                               (char *)enckey->os->data,
    +                                               11) != 0)) {
    +        ASN1err(ASN1_F_D2I_RSA_NET, ASN1_R_PRIVATE_KEY_HEADER_MISSING);
    +        NETSCAPE_ENCRYPTED_PKEY_free(enckey);
    +        return NULL;
    +    }
    +    if (OBJ_obj2nid(enckey->enckey->algor->algorithm) != NID_rc4) {
    +        ASN1err(ASN1_F_D2I_RSA_NET, ASN1_R_UNSUPPORTED_ENCRYPTION_ALGORITHM);
    +        goto err;
    +    }
    +    if (cb == NULL)
    +        cb = EVP_read_pw_string;
    +    if ((ret = d2i_RSA_NET_2(a, enckey->enckey->digest, cb, sgckey)) == NULL)
    +        goto err;
    +
    +    *pp = p;
    +
    + err:
    +    NETSCAPE_ENCRYPTED_PKEY_free(enckey);
    +    return ret;
    +
    +}
     
     static RSA *d2i_RSA_NET_2(RSA **a, ASN1_OCTET_STRING *os,
    -			  int (*cb)(char *buf, int len, const char *prompt,
    -				    int verify), int sgckey)
    -	{
    -	NETSCAPE_PKEY *pkey=NULL;
    -	RSA *ret=NULL;
    -	int i,j;
    -	unsigned char buf[256];
    -	const unsigned char *zz;
    -	unsigned char key[EVP_MAX_KEY_LENGTH];
    -	EVP_CIPHER_CTX ctx;
    -	EVP_CIPHER_CTX_init(&ctx);
    -
    -	i=cb((char *)buf,256,"Enter Private Key password:",0);
    -	if (i != 0)
    -		{
    -		ASN1err(ASN1_F_D2I_RSA_NET_2,ASN1_R_BAD_PASSWORD_READ);
    -		goto err;
    -		}
    -
    -	i = strlen((char *)buf);
    -	if(sgckey){
    -		if (!EVP_Digest(buf, i, buf, NULL, EVP_md5(), NULL))
    -			goto err;
    -		memcpy(buf + 16, "SGCKEYSALT", 10);
    -		i = 26;
    -	}
    -		
    -	if (!EVP_BytesToKey(EVP_rc4(),EVP_md5(),NULL,buf,i,1,key,NULL))
    -		goto err;
    -	OPENSSL_cleanse(buf,256);
    -
    -	if (!EVP_DecryptInit_ex(&ctx,EVP_rc4(),NULL, key,NULL))
    -		goto err;
    -	if (!EVP_DecryptUpdate(&ctx,os->data,&i,os->data,os->length))
    -		goto err;
    -	if (!EVP_DecryptFinal_ex(&ctx,&(os->data[i]),&j))
    -		goto err;
    -	os->length=i+j;
    -
    -	zz=os->data;
    -
    -	if ((pkey=d2i_NETSCAPE_PKEY(NULL,&zz,os->length)) == NULL)
    -		{
    -		ASN1err(ASN1_F_D2I_RSA_NET_2,ASN1_R_UNABLE_TO_DECODE_RSA_PRIVATE_KEY);
    -		goto err;
    -		}
    -		
    -	zz=pkey->private_key->data;
    -	if ((ret=d2i_RSAPrivateKey(a,&zz,pkey->private_key->length)) == NULL)
    -		{
    -		ASN1err(ASN1_F_D2I_RSA_NET_2,ASN1_R_UNABLE_TO_DECODE_RSA_KEY);
    -		goto err;
    -		}
    -err:
    -	EVP_CIPHER_CTX_cleanup(&ctx);
    -	NETSCAPE_PKEY_free(pkey);
    -	return(ret);
    -	}
    -
    -#endif /* OPENSSL_NO_RC4 */
    -
    -#else /* !OPENSSL_NO_RSA */
    +                          int (*cb) (char *buf, int len, const char *prompt,
    +                                     int verify), int sgckey)
    +{
    +    NETSCAPE_PKEY *pkey = NULL;
    +    RSA *ret = NULL;
    +    int i, j;
    +    unsigned char buf[256];
    +    const unsigned char *zz;
    +    unsigned char key[EVP_MAX_KEY_LENGTH];
    +    EVP_CIPHER_CTX ctx;
    +    EVP_CIPHER_CTX_init(&ctx);
    +
    +    i = cb((char *)buf, 256, "Enter Private Key password:", 0);
    +    if (i != 0) {
    +        ASN1err(ASN1_F_D2I_RSA_NET_2, ASN1_R_BAD_PASSWORD_READ);
    +        goto err;
    +    }
    +
    +    i = strlen((char *)buf);
    +    if (sgckey) {
    +        if (!EVP_Digest(buf, i, buf, NULL, EVP_md5(), NULL))
    +            goto err;
    +        memcpy(buf + 16, "SGCKEYSALT", 10);
    +        i = 26;
    +    }
    +
    +    if (!EVP_BytesToKey(EVP_rc4(), EVP_md5(), NULL, buf, i, 1, key, NULL))
    +        goto err;
    +    OPENSSL_cleanse(buf, 256);
    +
    +    if (!EVP_DecryptInit_ex(&ctx, EVP_rc4(), NULL, key, NULL))
    +        goto err;
    +    if (!EVP_DecryptUpdate(&ctx, os->data, &i, os->data, os->length))
    +        goto err;
    +    if (!EVP_DecryptFinal_ex(&ctx, &(os->data[i]), &j))
    +        goto err;
    +    os->length = i + j;
    +
    +    zz = os->data;
    +
    +    if ((pkey = d2i_NETSCAPE_PKEY(NULL, &zz, os->length)) == NULL) {
    +        ASN1err(ASN1_F_D2I_RSA_NET_2,
    +                ASN1_R_UNABLE_TO_DECODE_RSA_PRIVATE_KEY);
    +        goto err;
    +    }
    +
    +    zz = pkey->private_key->data;
    +    if ((ret = d2i_RSAPrivateKey(a, &zz, pkey->private_key->length)) == NULL) {
    +        ASN1err(ASN1_F_D2I_RSA_NET_2, ASN1_R_UNABLE_TO_DECODE_RSA_KEY);
    +        goto err;
    +    }
    + err:
    +    EVP_CIPHER_CTX_cleanup(&ctx);
    +    NETSCAPE_PKEY_free(pkey);
    +    return (ret);
    +}
    +
    +# endif                         /* OPENSSL_NO_RC4 */
    +
    +#else                           /* !OPENSSL_NO_RSA */
     
     # if PEDANTIC
    -static void *dummy=&dummy;
    +static void *dummy = &dummy;
     # endif
     
     #endif
    diff --git a/openssl/crypto/asn1/nsseq.c b/openssl/crypto/asn1/nsseq.c
    index b8c420223..f2f7cba49 100644
    --- a/openssl/crypto/asn1/nsseq.c
    +++ b/openssl/crypto/asn1/nsseq.c
    @@ -1,6 +1,7 @@
     /* nsseq.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999-2005 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -63,21 +64,21 @@
     #include 
     
     static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
    -							void *exarg)
    +                    void *exarg)
     {
    -	if(operation == ASN1_OP_NEW_POST) {
    -		NETSCAPE_CERT_SEQUENCE *nsseq;
    -		nsseq = (NETSCAPE_CERT_SEQUENCE *)*pval;
    -		nsseq->type = OBJ_nid2obj(NID_netscape_cert_sequence);
    -	}
    -	return 1;
    +    if (operation == ASN1_OP_NEW_POST) {
    +        NETSCAPE_CERT_SEQUENCE *nsseq;
    +        nsseq = (NETSCAPE_CERT_SEQUENCE *)*pval;
    +        nsseq->type = OBJ_nid2obj(NID_netscape_cert_sequence);
    +    }
    +    return 1;
     }
     
     /* Netscape certificate sequence structure */
     
     ASN1_SEQUENCE_cb(NETSCAPE_CERT_SEQUENCE, nsseq_cb) = {
    -	ASN1_SIMPLE(NETSCAPE_CERT_SEQUENCE, type, ASN1_OBJECT),
    -	ASN1_EXP_SEQUENCE_OF_OPT(NETSCAPE_CERT_SEQUENCE, certs, X509, 0)
    +        ASN1_SIMPLE(NETSCAPE_CERT_SEQUENCE, type, ASN1_OBJECT),
    +        ASN1_EXP_SEQUENCE_OF_OPT(NETSCAPE_CERT_SEQUENCE, certs, X509, 0)
     } ASN1_SEQUENCE_END_cb(NETSCAPE_CERT_SEQUENCE, NETSCAPE_CERT_SEQUENCE)
     
     IMPLEMENT_ASN1_FUNCTIONS(NETSCAPE_CERT_SEQUENCE)
    diff --git a/openssl/crypto/asn1/p5_pbe.c b/openssl/crypto/asn1/p5_pbe.c
    index 94bc38b99..bdbfdcd67 100644
    --- a/openssl/crypto/asn1/p5_pbe.c
    +++ b/openssl/crypto/asn1/p5_pbe.c
    @@ -1,6 +1,7 @@
     /* p5_pbe.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -65,84 +66,78 @@
     /* PKCS#5 password based encryption structure */
     
     ASN1_SEQUENCE(PBEPARAM) = {
    -	ASN1_SIMPLE(PBEPARAM, salt, ASN1_OCTET_STRING),
    -	ASN1_SIMPLE(PBEPARAM, iter, ASN1_INTEGER)
    +        ASN1_SIMPLE(PBEPARAM, salt, ASN1_OCTET_STRING),
    +        ASN1_SIMPLE(PBEPARAM, iter, ASN1_INTEGER)
     } ASN1_SEQUENCE_END(PBEPARAM)
     
     IMPLEMENT_ASN1_FUNCTIONS(PBEPARAM)
     
    -
     /* Set an algorithm identifier for a PKCS#5 PBE algorithm */
     
     int PKCS5_pbe_set0_algor(X509_ALGOR *algor, int alg, int iter,
    -				const unsigned char *salt, int saltlen)
    -	{
    -	PBEPARAM *pbe=NULL;
    -	ASN1_STRING *pbe_str=NULL;
    -	unsigned char *sstr;
    -
    -	pbe = PBEPARAM_new();
    -	if (!pbe)
    -		{
    -		ASN1err(ASN1_F_PKCS5_PBE_SET0_ALGOR,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -	if(iter <= 0)
    -		iter = PKCS5_DEFAULT_ITER;
    -	if (!ASN1_INTEGER_set(pbe->iter, iter))
    -		{
    -		ASN1err(ASN1_F_PKCS5_PBE_SET0_ALGOR,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -	if (!saltlen)
    -		saltlen = PKCS5_SALT_LEN;
    -	if (!ASN1_STRING_set(pbe->salt, NULL, saltlen))
    -		{
    -		ASN1err(ASN1_F_PKCS5_PBE_SET0_ALGOR,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -	sstr = ASN1_STRING_data(pbe->salt);
    -	if (salt)
    -		memcpy(sstr, salt, saltlen);
    -	else if (RAND_pseudo_bytes(sstr, saltlen) < 0)
    -		goto err;
    -
    -	if(!ASN1_item_pack(pbe, ASN1_ITEM_rptr(PBEPARAM), &pbe_str))
    -		{
    -		ASN1err(ASN1_F_PKCS5_PBE_SET0_ALGOR,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	PBEPARAM_free(pbe);
    -	pbe = NULL;
    -
    -	if (X509_ALGOR_set0(algor, OBJ_nid2obj(alg), V_ASN1_SEQUENCE, pbe_str))
    -		return 1;
    -
    -err:
    -	if (pbe != NULL)
    -		PBEPARAM_free(pbe);
    -	if (pbe_str != NULL)
    -		ASN1_STRING_free(pbe_str);
    -	return 0;
    -	}
    +                         const unsigned char *salt, int saltlen)
    +{
    +    PBEPARAM *pbe = NULL;
    +    ASN1_STRING *pbe_str = NULL;
    +    unsigned char *sstr;
    +
    +    pbe = PBEPARAM_new();
    +    if (!pbe) {
    +        ASN1err(ASN1_F_PKCS5_PBE_SET0_ALGOR, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +    if (iter <= 0)
    +        iter = PKCS5_DEFAULT_ITER;
    +    if (!ASN1_INTEGER_set(pbe->iter, iter)) {
    +        ASN1err(ASN1_F_PKCS5_PBE_SET0_ALGOR, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +    if (!saltlen)
    +        saltlen = PKCS5_SALT_LEN;
    +    if (!ASN1_STRING_set(pbe->salt, NULL, saltlen)) {
    +        ASN1err(ASN1_F_PKCS5_PBE_SET0_ALGOR, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +    sstr = ASN1_STRING_data(pbe->salt);
    +    if (salt)
    +        memcpy(sstr, salt, saltlen);
    +    else if (RAND_pseudo_bytes(sstr, saltlen) < 0)
    +        goto err;
    +
    +    if (!ASN1_item_pack(pbe, ASN1_ITEM_rptr(PBEPARAM), &pbe_str)) {
    +        ASN1err(ASN1_F_PKCS5_PBE_SET0_ALGOR, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    PBEPARAM_free(pbe);
    +    pbe = NULL;
    +
    +    if (X509_ALGOR_set0(algor, OBJ_nid2obj(alg), V_ASN1_SEQUENCE, pbe_str))
    +        return 1;
    +
    + err:
    +    if (pbe != NULL)
    +        PBEPARAM_free(pbe);
    +    if (pbe_str != NULL)
    +        ASN1_STRING_free(pbe_str);
    +    return 0;
    +}
     
     /* Return an algorithm identifier for a PKCS#5 PBE algorithm */
     
     X509_ALGOR *PKCS5_pbe_set(int alg, int iter,
    -				const unsigned char *salt, int saltlen)
    -	{
    -	X509_ALGOR *ret;
    -	ret = X509_ALGOR_new();
    -	if (!ret)
    -		{
    -		ASN1err(ASN1_F_PKCS5_PBE_SET,ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -		}
    -
    -	if (PKCS5_pbe_set0_algor(ret, alg, iter, salt, saltlen)) 
    -		return ret;
    -
    -	X509_ALGOR_free(ret);
    -	return NULL;
    -	}
    +                          const unsigned char *salt, int saltlen)
    +{
    +    X509_ALGOR *ret;
    +    ret = X509_ALGOR_new();
    +    if (!ret) {
    +        ASN1err(ASN1_F_PKCS5_PBE_SET, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +
    +    if (PKCS5_pbe_set0_algor(ret, alg, iter, salt, saltlen))
    +        return ret;
    +
    +    X509_ALGOR_free(ret);
    +    return NULL;
    +}
    diff --git a/openssl/crypto/asn1/p5_pbev2.c b/openssl/crypto/asn1/p5_pbev2.c
    index 4ea683036..73ba4a3d6 100644
    --- a/openssl/crypto/asn1/p5_pbev2.c
    +++ b/openssl/crypto/asn1/p5_pbev2.c
    @@ -1,6 +1,7 @@
     /* p5_pbev2.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999-2004.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999-2004.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -65,216 +66,215 @@
     /* PKCS#5 v2.0 password based encryption structures */
     
     ASN1_SEQUENCE(PBE2PARAM) = {
    -	ASN1_SIMPLE(PBE2PARAM, keyfunc, X509_ALGOR),
    -	ASN1_SIMPLE(PBE2PARAM, encryption, X509_ALGOR)
    +        ASN1_SIMPLE(PBE2PARAM, keyfunc, X509_ALGOR),
    +        ASN1_SIMPLE(PBE2PARAM, encryption, X509_ALGOR)
     } ASN1_SEQUENCE_END(PBE2PARAM)
     
     IMPLEMENT_ASN1_FUNCTIONS(PBE2PARAM)
     
     ASN1_SEQUENCE(PBKDF2PARAM) = {
    -	ASN1_SIMPLE(PBKDF2PARAM, salt, ASN1_ANY),
    -	ASN1_SIMPLE(PBKDF2PARAM, iter, ASN1_INTEGER),
    -	ASN1_OPT(PBKDF2PARAM, keylength, ASN1_INTEGER),
    -	ASN1_OPT(PBKDF2PARAM, prf, X509_ALGOR)
    +        ASN1_SIMPLE(PBKDF2PARAM, salt, ASN1_ANY),
    +        ASN1_SIMPLE(PBKDF2PARAM, iter, ASN1_INTEGER),
    +        ASN1_OPT(PBKDF2PARAM, keylength, ASN1_INTEGER),
    +        ASN1_OPT(PBKDF2PARAM, prf, X509_ALGOR)
     } ASN1_SEQUENCE_END(PBKDF2PARAM)
     
     IMPLEMENT_ASN1_FUNCTIONS(PBKDF2PARAM)
     
    -/* Return an algorithm identifier for a PKCS#5 v2.0 PBE algorithm:
    - * yes I know this is horrible!
    - *
    - * Extended version to allow application supplied PRF NID and IV.
    +/*
    + * Return an algorithm identifier for a PKCS#5 v2.0 PBE algorithm: yes I know
    + * this is horrible! Extended version to allow application supplied PRF NID
    + * and IV.
      */
     
     X509_ALGOR *PKCS5_pbe2_set_iv(const EVP_CIPHER *cipher, int iter,
    -				 unsigned char *salt, int saltlen,
    -				 unsigned char *aiv, int prf_nid)
    +                              unsigned char *salt, int saltlen,
    +                              unsigned char *aiv, int prf_nid)
     {
    -	X509_ALGOR *scheme = NULL, *kalg = NULL, *ret = NULL;
    -	int alg_nid, keylen;
    -	EVP_CIPHER_CTX ctx;
    -	unsigned char iv[EVP_MAX_IV_LENGTH];
    -	PBE2PARAM *pbe2 = NULL;
    -	ASN1_OBJECT *obj;
    -
    -	alg_nid = EVP_CIPHER_type(cipher);
    -	if(alg_nid == NID_undef) {
    -		ASN1err(ASN1_F_PKCS5_PBE2_SET_IV,
    -				ASN1_R_CIPHER_HAS_NO_OBJECT_IDENTIFIER);
    -		goto err;
    -	}
    -	obj = OBJ_nid2obj(alg_nid);
    -
    -	if(!(pbe2 = PBE2PARAM_new())) goto merr;
    -
    -	/* Setup the AlgorithmIdentifier for the encryption scheme */
    -	scheme = pbe2->encryption;
    +    X509_ALGOR *scheme = NULL, *kalg = NULL, *ret = NULL;
    +    int alg_nid, keylen;
    +    EVP_CIPHER_CTX ctx;
    +    unsigned char iv[EVP_MAX_IV_LENGTH];
    +    PBE2PARAM *pbe2 = NULL;
    +    ASN1_OBJECT *obj;
    +
    +    alg_nid = EVP_CIPHER_type(cipher);
    +    if (alg_nid == NID_undef) {
    +        ASN1err(ASN1_F_PKCS5_PBE2_SET_IV,
    +                ASN1_R_CIPHER_HAS_NO_OBJECT_IDENTIFIER);
    +        goto err;
    +    }
    +    obj = OBJ_nid2obj(alg_nid);
    +
    +    if (!(pbe2 = PBE2PARAM_new()))
    +        goto merr;
    +
    +    /* Setup the AlgorithmIdentifier for the encryption scheme */
    +    scheme = pbe2->encryption;
    +
    +    scheme->algorithm = obj;
    +    if (!(scheme->parameter = ASN1_TYPE_new()))
    +        goto merr;
    +
    +    /* Create random IV */
    +    if (EVP_CIPHER_iv_length(cipher)) {
    +        if (aiv)
    +            memcpy(iv, aiv, EVP_CIPHER_iv_length(cipher));
    +        else if (RAND_pseudo_bytes(iv, EVP_CIPHER_iv_length(cipher)) < 0)
    +            goto err;
    +    }
    +
    +    EVP_CIPHER_CTX_init(&ctx);
    +
    +    /* Dummy cipherinit to just setup the IV, and PRF */
    +    if (!EVP_CipherInit_ex(&ctx, cipher, NULL, NULL, iv, 0))
    +        goto err;
    +    if (EVP_CIPHER_param_to_asn1(&ctx, scheme->parameter) < 0) {
    +        ASN1err(ASN1_F_PKCS5_PBE2_SET_IV, ASN1_R_ERROR_SETTING_CIPHER_PARAMS);
    +        EVP_CIPHER_CTX_cleanup(&ctx);
    +        goto err;
    +    }
    +    /*
    +     * If prf NID unspecified see if cipher has a preference. An error is OK
    +     * here: just means use default PRF.
    +     */
    +    if ((prf_nid == -1) &&
    +        EVP_CIPHER_CTX_ctrl(&ctx, EVP_CTRL_PBE_PRF_NID, 0, &prf_nid) <= 0) {
    +        ERR_clear_error();
    +        prf_nid = NID_hmacWithSHA1;
    +    }
    +    EVP_CIPHER_CTX_cleanup(&ctx);
    +
    +    /* If its RC2 then we'd better setup the key length */
    +
    +    if (alg_nid == NID_rc2_cbc)
    +        keylen = EVP_CIPHER_key_length(cipher);
    +    else
    +        keylen = -1;
    +
    +    /* Setup keyfunc */
    +
    +    X509_ALGOR_free(pbe2->keyfunc);
    +
    +    pbe2->keyfunc = PKCS5_pbkdf2_set(iter, salt, saltlen, prf_nid, keylen);
    +
    +    if (!pbe2->keyfunc)
    +        goto merr;
    +
    +    /* Now set up top level AlgorithmIdentifier */
    +
    +    if (!(ret = X509_ALGOR_new()))
    +        goto merr;
    +    if (!(ret->parameter = ASN1_TYPE_new()))
    +        goto merr;
    +
    +    ret->algorithm = OBJ_nid2obj(NID_pbes2);
    +
    +    /* Encode PBE2PARAM into parameter */
    +
    +    if (!ASN1_item_pack(pbe2, ASN1_ITEM_rptr(PBE2PARAM),
    +                        &ret->parameter->value.sequence))
    +         goto merr;
    +    ret->parameter->type = V_ASN1_SEQUENCE;
    +
    +    PBE2PARAM_free(pbe2);
    +    pbe2 = NULL;
    +
    +    return ret;
    +
    + merr:
    +    ASN1err(ASN1_F_PKCS5_PBE2_SET_IV, ERR_R_MALLOC_FAILURE);
    +
    + err:
    +    PBE2PARAM_free(pbe2);
    +    /* Note 'scheme' is freed as part of pbe2 */
    +    X509_ALGOR_free(kalg);
    +    X509_ALGOR_free(ret);
    +
    +    return NULL;
     
    -	scheme->algorithm = obj;
    -	if(!(scheme->parameter = ASN1_TYPE_new())) goto merr;
    +}
     
    -	/* Create random IV */
    -	if (EVP_CIPHER_iv_length(cipher))
    -		{
    -		if (aiv)
    -			memcpy(iv, aiv, EVP_CIPHER_iv_length(cipher));
    -		else if (RAND_pseudo_bytes(iv, EVP_CIPHER_iv_length(cipher)) < 0)
    -  			goto err;
    -		}
    +X509_ALGOR *PKCS5_pbe2_set(const EVP_CIPHER *cipher, int iter,
    +                           unsigned char *salt, int saltlen)
    +{
    +    return PKCS5_pbe2_set_iv(cipher, iter, salt, saltlen, NULL, -1);
    +}
     
    -	EVP_CIPHER_CTX_init(&ctx);
    +X509_ALGOR *PKCS5_pbkdf2_set(int iter, unsigned char *salt, int saltlen,
    +                             int prf_nid, int keylen)
    +{
    +    X509_ALGOR *keyfunc = NULL;
    +    PBKDF2PARAM *kdf = NULL;
    +    ASN1_OCTET_STRING *osalt = NULL;
     
    -	/* Dummy cipherinit to just setup the IV, and PRF */
    -	if (!EVP_CipherInit_ex(&ctx, cipher, NULL, NULL, iv, 0))
    -		goto err;
    -	if(EVP_CIPHER_param_to_asn1(&ctx, scheme->parameter) < 0) {
    -		ASN1err(ASN1_F_PKCS5_PBE2_SET_IV,
    -					ASN1_R_ERROR_SETTING_CIPHER_PARAMS);
    -		EVP_CIPHER_CTX_cleanup(&ctx);
    -		goto err;
    -	}
    -	/* If prf NID unspecified see if cipher has a preference.
    -	 * An error is OK here: just means use default PRF.
    -	 */
    -	if ((prf_nid == -1) && 
    -	EVP_CIPHER_CTX_ctrl(&ctx, EVP_CTRL_PBE_PRF_NID, 0, &prf_nid) <= 0)
    -		{
    -		ERR_clear_error();
    -		prf_nid = NID_hmacWithSHA1;
    -		}
    -	EVP_CIPHER_CTX_cleanup(&ctx);
    +    if (!(kdf = PBKDF2PARAM_new()))
    +        goto merr;
    +    if (!(osalt = M_ASN1_OCTET_STRING_new()))
    +        goto merr;
     
    -	/* If its RC2 then we'd better setup the key length */
    +    kdf->salt->value.octet_string = osalt;
    +    kdf->salt->type = V_ASN1_OCTET_STRING;
     
    -	if(alg_nid == NID_rc2_cbc)
    -		keylen = EVP_CIPHER_key_length(cipher);
    -	else
    -		keylen = -1;
    +    if (!saltlen)
    +        saltlen = PKCS5_SALT_LEN;
    +    if (!(osalt->data = OPENSSL_malloc(saltlen)))
    +        goto merr;
     
    -	/* Setup keyfunc */
    +    osalt->length = saltlen;
     
    -	X509_ALGOR_free(pbe2->keyfunc);
    +    if (salt)
    +        memcpy(osalt->data, salt, saltlen);
    +    else if (RAND_pseudo_bytes(osalt->data, saltlen) < 0)
    +        goto merr;
     
    -	pbe2->keyfunc = PKCS5_pbkdf2_set(iter, salt, saltlen, prf_nid, keylen);
    +    if (iter <= 0)
    +        iter = PKCS5_DEFAULT_ITER;
     
    -	if (!pbe2->keyfunc)
    -		goto merr;
    +    if (!ASN1_INTEGER_set(kdf->iter, iter))
    +        goto merr;
     
    -	/* Now set up top level AlgorithmIdentifier */
    +    /* If have a key len set it up */
     
    -	if(!(ret = X509_ALGOR_new())) goto merr;
    -	if(!(ret->parameter = ASN1_TYPE_new())) goto merr;
    +    if (keylen > 0) {
    +        if (!(kdf->keylength = M_ASN1_INTEGER_new()))
    +            goto merr;
    +        if (!ASN1_INTEGER_set(kdf->keylength, keylen))
    +            goto merr;
    +    }
     
    -	ret->algorithm = OBJ_nid2obj(NID_pbes2);
    +    /* prf can stay NULL if we are using hmacWithSHA1 */
    +    if (prf_nid > 0 && prf_nid != NID_hmacWithSHA1) {
    +        kdf->prf = X509_ALGOR_new();
    +        if (!kdf->prf)
    +            goto merr;
    +        X509_ALGOR_set0(kdf->prf, OBJ_nid2obj(prf_nid), V_ASN1_NULL, NULL);
    +    }
     
    -	/* Encode PBE2PARAM into parameter */
    +    /* Finally setup the keyfunc structure */
     
    -	if(!ASN1_item_pack(pbe2, ASN1_ITEM_rptr(PBE2PARAM),
    -				 &ret->parameter->value.sequence)) goto merr;
    -	ret->parameter->type = V_ASN1_SEQUENCE;
    +    keyfunc = X509_ALGOR_new();
    +    if (!keyfunc)
    +        goto merr;
     
    -	PBE2PARAM_free(pbe2);
    -	pbe2 = NULL;
    +    keyfunc->algorithm = OBJ_nid2obj(NID_id_pbkdf2);
     
    -	return ret;
    +    /* Encode PBKDF2PARAM into parameter of pbe2 */
     
    -	merr:
    -	ASN1err(ASN1_F_PKCS5_PBE2_SET_IV,ERR_R_MALLOC_FAILURE);
    +    if (!(keyfunc->parameter = ASN1_TYPE_new()))
    +        goto merr;
     
    -	err:
    -	PBE2PARAM_free(pbe2);
    -	/* Note 'scheme' is freed as part of pbe2 */
    -	X509_ALGOR_free(kalg);
    -	X509_ALGOR_free(ret);
    +    if (!ASN1_item_pack(kdf, ASN1_ITEM_rptr(PBKDF2PARAM),
    +                        &keyfunc->parameter->value.sequence))
    +         goto merr;
    +    keyfunc->parameter->type = V_ASN1_SEQUENCE;
     
    -	return NULL;
    +    PBKDF2PARAM_free(kdf);
    +    return keyfunc;
     
    + merr:
    +    ASN1err(ASN1_F_PKCS5_PBKDF2_SET, ERR_R_MALLOC_FAILURE);
    +    PBKDF2PARAM_free(kdf);
    +    X509_ALGOR_free(keyfunc);
    +    return NULL;
     }
    -
    -X509_ALGOR *PKCS5_pbe2_set(const EVP_CIPHER *cipher, int iter,
    -				 unsigned char *salt, int saltlen)
    -	{
    -	return PKCS5_pbe2_set_iv(cipher, iter, salt, saltlen, NULL, -1);
    -	}
    -
    -X509_ALGOR *PKCS5_pbkdf2_set(int iter, unsigned char *salt, int saltlen,
    -				int prf_nid, int keylen)
    -	{
    -	X509_ALGOR *keyfunc = NULL;
    -	PBKDF2PARAM *kdf = NULL;
    -	ASN1_OCTET_STRING *osalt = NULL;
    -
    -	if(!(kdf = PBKDF2PARAM_new()))
    -		goto merr;
    -	if(!(osalt = M_ASN1_OCTET_STRING_new()))
    -		goto merr;
    -
    -	kdf->salt->value.octet_string = osalt;
    -	kdf->salt->type = V_ASN1_OCTET_STRING;
    -
    -	if (!saltlen)
    -		saltlen = PKCS5_SALT_LEN;
    -	if (!(osalt->data = OPENSSL_malloc (saltlen)))
    -		goto merr;
    -
    -	osalt->length = saltlen;
    -
    -	if (salt)
    -		memcpy (osalt->data, salt, saltlen);
    -	else if (RAND_pseudo_bytes (osalt->data, saltlen) < 0)
    -		goto merr;
    -
    -	if(iter <= 0)
    -		iter = PKCS5_DEFAULT_ITER;
    -
    -	if(!ASN1_INTEGER_set(kdf->iter, iter))
    -		goto merr;
    -
    -	/* If have a key len set it up */
    -
    -	if(keylen > 0) 
    -		{
    -		if(!(kdf->keylength = M_ASN1_INTEGER_new()))
    -			goto merr;
    -		if(!ASN1_INTEGER_set (kdf->keylength, keylen))
    -			goto merr;
    -		}
    -
    -	/* prf can stay NULL if we are using hmacWithSHA1 */
    -	if (prf_nid > 0 && prf_nid != NID_hmacWithSHA1)
    -		{
    -		kdf->prf = X509_ALGOR_new();
    -		if (!kdf->prf)
    -			goto merr;
    -		X509_ALGOR_set0(kdf->prf, OBJ_nid2obj(prf_nid),
    -					V_ASN1_NULL, NULL);
    -		}
    -
    -	/* Finally setup the keyfunc structure */
    -
    -	keyfunc = X509_ALGOR_new();
    -	if (!keyfunc)
    -		goto merr;
    -
    -	keyfunc->algorithm = OBJ_nid2obj(NID_id_pbkdf2);
    -
    -	/* Encode PBKDF2PARAM into parameter of pbe2 */
    -
    -	if(!(keyfunc->parameter = ASN1_TYPE_new()))
    -		goto merr;
    -
    -	if(!ASN1_item_pack(kdf, ASN1_ITEM_rptr(PBKDF2PARAM),
    -			 &keyfunc->parameter->value.sequence))
    -		goto merr;
    -	keyfunc->parameter->type = V_ASN1_SEQUENCE;
    -
    -	PBKDF2PARAM_free(kdf);
    -	return keyfunc;
    -
    -	merr:
    -	ASN1err(ASN1_F_PKCS5_PBKDF2_SET,ERR_R_MALLOC_FAILURE);
    -	PBKDF2PARAM_free(kdf);
    -	X509_ALGOR_free(keyfunc);
    -	return NULL;
    -	}
    -
    diff --git a/openssl/crypto/asn1/p8_pkey.c b/openssl/crypto/asn1/p8_pkey.c
    index 17b68d386..90754831f 100644
    --- a/openssl/crypto/asn1/p8_pkey.c
    +++ b/openssl/crypto/asn1/p8_pkey.c
    @@ -1,6 +1,7 @@
     /* p8_pkey.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999-2005 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -63,93 +64,81 @@
     
     /* Minor tweak to operation: zero private key data */
     static int pkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
    -							void *exarg)
    +                   void *exarg)
     {
    -	/* Since the structure must still be valid use ASN1_OP_FREE_PRE */
    -	if(operation == ASN1_OP_FREE_PRE) {
    -		PKCS8_PRIV_KEY_INFO *key = (PKCS8_PRIV_KEY_INFO *)*pval;
    -		if (key->pkey->value.octet_string)
    -		OPENSSL_cleanse(key->pkey->value.octet_string->data,
    -			key->pkey->value.octet_string->length);
    -	}
    -	return 1;
    +    /* Since the structure must still be valid use ASN1_OP_FREE_PRE */
    +    if (operation == ASN1_OP_FREE_PRE) {
    +        PKCS8_PRIV_KEY_INFO *key = (PKCS8_PRIV_KEY_INFO *)*pval;
    +        if (key->pkey->value.octet_string)
    +            OPENSSL_cleanse(key->pkey->value.octet_string->data,
    +                            key->pkey->value.octet_string->length);
    +    }
    +    return 1;
     }
     
     ASN1_SEQUENCE_cb(PKCS8_PRIV_KEY_INFO, pkey_cb) = {
    -	ASN1_SIMPLE(PKCS8_PRIV_KEY_INFO, version, ASN1_INTEGER),
    -	ASN1_SIMPLE(PKCS8_PRIV_KEY_INFO, pkeyalg, X509_ALGOR),
    -	ASN1_SIMPLE(PKCS8_PRIV_KEY_INFO, pkey, ASN1_ANY),
    -	ASN1_IMP_SET_OF_OPT(PKCS8_PRIV_KEY_INFO, attributes, X509_ATTRIBUTE, 0)
    +        ASN1_SIMPLE(PKCS8_PRIV_KEY_INFO, version, ASN1_INTEGER),
    +        ASN1_SIMPLE(PKCS8_PRIV_KEY_INFO, pkeyalg, X509_ALGOR),
    +        ASN1_SIMPLE(PKCS8_PRIV_KEY_INFO, pkey, ASN1_ANY),
    +        ASN1_IMP_SET_OF_OPT(PKCS8_PRIV_KEY_INFO, attributes, X509_ATTRIBUTE, 0)
     } ASN1_SEQUENCE_END_cb(PKCS8_PRIV_KEY_INFO, PKCS8_PRIV_KEY_INFO)
     
     IMPLEMENT_ASN1_FUNCTIONS(PKCS8_PRIV_KEY_INFO)
     
     int PKCS8_pkey_set0(PKCS8_PRIV_KEY_INFO *priv, ASN1_OBJECT *aobj,
    -					int version,
    -					int ptype, void *pval,
    -					unsigned char *penc, int penclen)
    -	{
    -	unsigned char **ppenc = NULL;
    -	if (version >= 0)
    -		{
    -		if (!ASN1_INTEGER_set(priv->version, version))
    -			return 0;
    -		}
    -	if (penc)
    -		{
    -		int pmtype;
    -		ASN1_OCTET_STRING *oct;
    -		oct = ASN1_OCTET_STRING_new();
    -		if (!oct)
    -			return 0;
    -		oct->data = penc;
    -		ppenc = &oct->data;
    -		oct->length = penclen;
    -		if (priv->broken == PKCS8_NO_OCTET)
    -			pmtype = V_ASN1_SEQUENCE;
    -		else
    -			pmtype = V_ASN1_OCTET_STRING;
    -		ASN1_TYPE_set(priv->pkey, pmtype, oct);
    -		}
    -	if (!X509_ALGOR_set0(priv->pkeyalg, aobj, ptype, pval))
    -		{
    -		/* If call fails do not swallow 'enc' */
    -		if (ppenc)
    -			*ppenc = NULL;
    -		return 0;
    -		}
    -	return 1;
    -	}
    +                    int version,
    +                    int ptype, void *pval, unsigned char *penc, int penclen)
    +{
    +    unsigned char **ppenc = NULL;
    +    if (version >= 0) {
    +        if (!ASN1_INTEGER_set(priv->version, version))
    +            return 0;
    +    }
    +    if (penc) {
    +        int pmtype;
    +        ASN1_OCTET_STRING *oct;
    +        oct = ASN1_OCTET_STRING_new();
    +        if (!oct)
    +            return 0;
    +        oct->data = penc;
    +        ppenc = &oct->data;
    +        oct->length = penclen;
    +        if (priv->broken == PKCS8_NO_OCTET)
    +            pmtype = V_ASN1_SEQUENCE;
    +        else
    +            pmtype = V_ASN1_OCTET_STRING;
    +        ASN1_TYPE_set(priv->pkey, pmtype, oct);
    +    }
    +    if (!X509_ALGOR_set0(priv->pkeyalg, aobj, ptype, pval)) {
    +        /* If call fails do not swallow 'enc' */
    +        if (ppenc)
    +            *ppenc = NULL;
    +        return 0;
    +    }
    +    return 1;
    +}
     
     int PKCS8_pkey_get0(ASN1_OBJECT **ppkalg,
    -		const unsigned char **pk, int *ppklen,
    -		X509_ALGOR **pa,
    -		PKCS8_PRIV_KEY_INFO *p8)
    -	{
    -	if (ppkalg)
    -		*ppkalg = p8->pkeyalg->algorithm;
    -	if(p8->pkey->type == V_ASN1_OCTET_STRING)
    -		{
    -		p8->broken = PKCS8_OK;
    -		if (pk)
    -			{
    -			*pk = p8->pkey->value.octet_string->data;
    -			*ppklen = p8->pkey->value.octet_string->length;
    -			}
    -		}
    -	else if (p8->pkey->type == V_ASN1_SEQUENCE)
    -		{
    -		p8->broken = PKCS8_NO_OCTET;
    -		if (pk)
    -			{
    -			*pk = p8->pkey->value.sequence->data;
    -			*ppklen = p8->pkey->value.sequence->length;
    -			}
    -		}
    -	else
    -		return 0;
    -	if (pa)
    -		*pa = p8->pkeyalg;
    -	return 1;
    -	}
    -
    +                    const unsigned char **pk, int *ppklen,
    +                    X509_ALGOR **pa, PKCS8_PRIV_KEY_INFO *p8)
    +{
    +    if (ppkalg)
    +        *ppkalg = p8->pkeyalg->algorithm;
    +    if (p8->pkey->type == V_ASN1_OCTET_STRING) {
    +        p8->broken = PKCS8_OK;
    +        if (pk) {
    +            *pk = p8->pkey->value.octet_string->data;
    +            *ppklen = p8->pkey->value.octet_string->length;
    +        }
    +    } else if (p8->pkey->type == V_ASN1_SEQUENCE) {
    +        p8->broken = PKCS8_NO_OCTET;
    +        if (pk) {
    +            *pk = p8->pkey->value.sequence->data;
    +            *ppklen = p8->pkey->value.sequence->length;
    +        }
    +    } else
    +        return 0;
    +    if (pa)
    +        *pa = p8->pkeyalg;
    +    return 1;
    +}
    diff --git a/openssl/crypto/asn1/t_bitst.c b/openssl/crypto/asn1/t_bitst.c
    index 2e59a25fa..d5cf3c773 100644
    --- a/openssl/crypto/asn1/t_bitst.c
    +++ b/openssl/crypto/asn1/t_bitst.c
    @@ -1,6 +1,7 @@
     /* t_bitst.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,41 +63,43 @@
     #include 
     
     int ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs,
    -				BIT_STRING_BITNAME *tbl, int indent)
    +                               BIT_STRING_BITNAME *tbl, int indent)
     {
    -	BIT_STRING_BITNAME *bnam;
    -	char first = 1;
    -	BIO_printf(out, "%*s", indent, "");
    -	for(bnam = tbl; bnam->lname; bnam++) {
    -		if(ASN1_BIT_STRING_get_bit(bs, bnam->bitnum)) {
    -			if(!first) BIO_puts(out, ", ");
    -			BIO_puts(out, bnam->lname);
    -			first = 0;
    -		}
    -	}
    -	BIO_puts(out, "\n");
    -	return 1;
    +    BIT_STRING_BITNAME *bnam;
    +    char first = 1;
    +    BIO_printf(out, "%*s", indent, "");
    +    for (bnam = tbl; bnam->lname; bnam++) {
    +        if (ASN1_BIT_STRING_get_bit(bs, bnam->bitnum)) {
    +            if (!first)
    +                BIO_puts(out, ", ");
    +            BIO_puts(out, bnam->lname);
    +            first = 0;
    +        }
    +    }
    +    BIO_puts(out, "\n");
    +    return 1;
     }
     
     int ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, char *name, int value,
    -				BIT_STRING_BITNAME *tbl)
    +                            BIT_STRING_BITNAME *tbl)
     {
    -	int bitnum;
    -	bitnum = ASN1_BIT_STRING_num_asc(name, tbl);
    -	if(bitnum < 0) return 0;
    -	if(bs) {
    -		if(!ASN1_BIT_STRING_set_bit(bs, bitnum, value))
    -			return 0;
    -	}
    -	return 1;
    +    int bitnum;
    +    bitnum = ASN1_BIT_STRING_num_asc(name, tbl);
    +    if (bitnum < 0)
    +        return 0;
    +    if (bs) {
    +        if (!ASN1_BIT_STRING_set_bit(bs, bitnum, value))
    +            return 0;
    +    }
    +    return 1;
     }
     
     int ASN1_BIT_STRING_num_asc(char *name, BIT_STRING_BITNAME *tbl)
     {
    -	BIT_STRING_BITNAME *bnam;
    -	for(bnam = tbl; bnam->lname; bnam++) {
    -		if(!strcmp(bnam->sname, name) ||
    -			!strcmp(bnam->lname, name) ) return bnam->bitnum;
    -	}
    -	return -1;
    +    BIT_STRING_BITNAME *bnam;
    +    for (bnam = tbl; bnam->lname; bnam++) {
    +        if (!strcmp(bnam->sname, name) || !strcmp(bnam->lname, name))
    +            return bnam->bitnum;
    +    }
    +    return -1;
     }
    diff --git a/openssl/crypto/asn1/t_crl.c b/openssl/crypto/asn1/t_crl.c
    index c61169208..0dfaf0ba2 100644
    --- a/openssl/crypto/asn1/t_crl.c
    +++ b/openssl/crypto/asn1/t_crl.c
    @@ -1,6 +1,7 @@
     /* t_crl.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -66,67 +67,67 @@
     
     #ifndef OPENSSL_NO_FP_API
     int X509_CRL_print_fp(FILE *fp, X509_CRL *x)
    -        {
    -        BIO *b;
    -        int ret;
    +{
    +    BIO *b;
    +    int ret;
     
    -        if ((b=BIO_new(BIO_s_file())) == NULL)
    -		{
    -		X509err(X509_F_X509_CRL_PRINT_FP,ERR_R_BUF_LIB);
    -                return(0);
    -		}
    -        BIO_set_fp(b,fp,BIO_NOCLOSE);
    -        ret=X509_CRL_print(b, x);
    -        BIO_free(b);
    -        return(ret);
    -        }
    +    if ((b = BIO_new(BIO_s_file())) == NULL) {
    +        X509err(X509_F_X509_CRL_PRINT_FP, ERR_R_BUF_LIB);
    +        return (0);
    +    }
    +    BIO_set_fp(b, fp, BIO_NOCLOSE);
    +    ret = X509_CRL_print(b, x);
    +    BIO_free(b);
    +    return (ret);
    +}
     #endif
     
     int X509_CRL_print(BIO *out, X509_CRL *x)
     {
    -	STACK_OF(X509_REVOKED) *rev;
    -	X509_REVOKED *r;
    -	long l;
    -	int i;
    -	char *p;
    +    STACK_OF(X509_REVOKED) *rev;
    +    X509_REVOKED *r;
    +    long l;
    +    int i;
    +    char *p;
     
    -	BIO_printf(out, "Certificate Revocation List (CRL):\n");
    -	l = X509_CRL_get_version(x);
    -	BIO_printf(out, "%8sVersion %lu (0x%lx)\n", "", l+1, l);
    -	i = OBJ_obj2nid(x->sig_alg->algorithm);
    -	X509_signature_print(out, x->sig_alg, NULL);
    -	p=X509_NAME_oneline(X509_CRL_get_issuer(x),NULL,0);
    -	BIO_printf(out,"%8sIssuer: %s\n","",p);
    -	OPENSSL_free(p);
    -	BIO_printf(out,"%8sLast Update: ","");
    -	ASN1_TIME_print(out,X509_CRL_get_lastUpdate(x));
    -	BIO_printf(out,"\n%8sNext Update: ","");
    -	if (X509_CRL_get_nextUpdate(x))
    -		 ASN1_TIME_print(out,X509_CRL_get_nextUpdate(x));
    -	else BIO_printf(out,"NONE");
    -	BIO_printf(out,"\n");
    +    BIO_printf(out, "Certificate Revocation List (CRL):\n");
    +    l = X509_CRL_get_version(x);
    +    BIO_printf(out, "%8sVersion %lu (0x%lx)\n", "", l + 1, l);
    +    i = OBJ_obj2nid(x->sig_alg->algorithm);
    +    X509_signature_print(out, x->sig_alg, NULL);
    +    p = X509_NAME_oneline(X509_CRL_get_issuer(x), NULL, 0);
    +    BIO_printf(out, "%8sIssuer: %s\n", "", p);
    +    OPENSSL_free(p);
    +    BIO_printf(out, "%8sLast Update: ", "");
    +    ASN1_TIME_print(out, X509_CRL_get_lastUpdate(x));
    +    BIO_printf(out, "\n%8sNext Update: ", "");
    +    if (X509_CRL_get_nextUpdate(x))
    +        ASN1_TIME_print(out, X509_CRL_get_nextUpdate(x));
    +    else
    +        BIO_printf(out, "NONE");
    +    BIO_printf(out, "\n");
     
    -	X509V3_extensions_print(out, "CRL extensions",
    -						x->crl->extensions, 0, 8);
    +    X509V3_extensions_print(out, "CRL extensions", x->crl->extensions, 0, 8);
     
    -	rev = X509_CRL_get_REVOKED(x);
    +    rev = X509_CRL_get_REVOKED(x);
     
    -	if(sk_X509_REVOKED_num(rev) > 0)
    -	    BIO_printf(out, "Revoked Certificates:\n");
    -	else BIO_printf(out, "No Revoked Certificates.\n");
    +    if (sk_X509_REVOKED_num(rev) > 0)
    +        BIO_printf(out, "Revoked Certificates:\n");
    +    else
    +        BIO_printf(out, "No Revoked Certificates.\n");
     
    -	for(i = 0; i < sk_X509_REVOKED_num(rev); i++) {
    -		r = sk_X509_REVOKED_value(rev, i);
    -		BIO_printf(out,"    Serial Number: ");
    -		i2a_ASN1_INTEGER(out,r->serialNumber);
    -		BIO_printf(out,"\n        Revocation Date: ");
    -		ASN1_TIME_print(out,r->revocationDate);
    -		BIO_printf(out,"\n");
    -		X509V3_extensions_print(out, "CRL entry extensions",
    -						r->extensions, 0, 8);
    -	}
    -	X509_signature_print(out, x->sig_alg, x->signature);
    +    for (i = 0; i < sk_X509_REVOKED_num(rev); i++) {
    +        r = sk_X509_REVOKED_value(rev, i);
    +        BIO_printf(out, "    Serial Number: ");
    +        i2a_ASN1_INTEGER(out, r->serialNumber);
    +        BIO_printf(out, "\n        Revocation Date: ");
    +        ASN1_TIME_print(out, r->revocationDate);
    +        BIO_printf(out, "\n");
    +        X509V3_extensions_print(out, "CRL entry extensions",
    +                                r->extensions, 0, 8);
    +    }
    +    X509_signature_print(out, x->sig_alg, x->signature);
     
    -	return 1;
    +    return 1;
     
     }
    diff --git a/openssl/crypto/asn1/t_pkey.c b/openssl/crypto/asn1/t_pkey.c
    index 9dd18f657..735c34264 100644
    --- a/openssl/crypto/asn1/t_pkey.c
    +++ b/openssl/crypto/asn1/t_pkey.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,52 +63,51 @@
     #include 
     
     int ASN1_bn_print(BIO *bp, const char *number, const BIGNUM *num,
    -			unsigned char *buf, int off)
    -	{
    -	int n,i;
    -	const char *neg;
    +                  unsigned char *buf, int off)
    +{
    +    int n, i;
    +    const char *neg;
    +
    +    if (num == NULL)
    +        return (1);
    +    neg = (BN_is_negative(num)) ? "-" : "";
    +    if (!BIO_indent(bp, off, 128))
    +        return 0;
    +    if (BN_is_zero(num)) {
    +        if (BIO_printf(bp, "%s 0\n", number) <= 0)
    +            return 0;
    +        return 1;
    +    }
     
    -	if (num == NULL) return(1);
    -	neg = (BN_is_negative(num))?"-":"";
    -	if(!BIO_indent(bp,off,128))
    -		return 0;
    -	if (BN_is_zero(num))
    -		{
    -		if (BIO_printf(bp, "%s 0\n", number) <= 0)
    -			return 0;
    -		return 1;
    -		}
    +    if (BN_num_bytes(num) <= BN_BYTES) {
    +        if (BIO_printf(bp, "%s %s%lu (%s0x%lx)\n", number, neg,
    +                       (unsigned long)num->d[0], neg,
    +                       (unsigned long)num->d[0])
    +            <= 0)
    +            return (0);
    +    } else {
    +        buf[0] = 0;
    +        if (BIO_printf(bp, "%s%s", number,
    +                       (neg[0] == '-') ? " (Negative)" : "") <= 0)
    +            return (0);
    +        n = BN_bn2bin(num, &buf[1]);
     
    -	if (BN_num_bytes(num) <= BN_BYTES)
    -		{
    -		if (BIO_printf(bp,"%s %s%lu (%s0x%lx)\n",number,neg,
    -			(unsigned long)num->d[0],neg,(unsigned long)num->d[0])
    -			<= 0) return(0);
    -		}
    -	else
    -		{
    -		buf[0]=0;
    -		if (BIO_printf(bp,"%s%s",number,
    -			(neg[0] == '-')?" (Negative)":"") <= 0)
    -			return(0);
    -		n=BN_bn2bin(num,&buf[1]);
    -	
    -		if (buf[1] & 0x80)
    -			n++;
    -		else	buf++;
    +        if (buf[1] & 0x80)
    +            n++;
    +        else
    +            buf++;
     
    -		for (i=0; i
     #include 
     #ifndef OPENSSL_NO_RSA
    -#include 
    +# include 
     #endif
     #ifndef OPENSSL_NO_DSA
    -#include 
    +# include 
     #endif
     
     #ifndef OPENSSL_NO_FP_API
     int X509_REQ_print_fp(FILE *fp, X509_REQ *x)
    -        {
    -        BIO *b;
    -        int ret;
    +{
    +    BIO *b;
    +    int ret;
     
    -        if ((b=BIO_new(BIO_s_file())) == NULL)
    -		{
    -		X509err(X509_F_X509_REQ_PRINT_FP,ERR_R_BUF_LIB);
    -                return(0);
    -		}
    -        BIO_set_fp(b,fp,BIO_NOCLOSE);
    -        ret=X509_REQ_print(b, x);
    -        BIO_free(b);
    -        return(ret);
    -        }
    +    if ((b = BIO_new(BIO_s_file())) == NULL) {
    +        X509err(X509_F_X509_REQ_PRINT_FP, ERR_R_BUF_LIB);
    +        return (0);
    +    }
    +    BIO_set_fp(b, fp, BIO_NOCLOSE);
    +    ret = X509_REQ_print(b, x);
    +    BIO_free(b);
    +    return (ret);
    +}
     #endif
     
    -int X509_REQ_print_ex(BIO *bp, X509_REQ *x, unsigned long nmflags, unsigned long cflag)
    -	{
    -	unsigned long l;
    -	int i;
    -	const char *neg;
    -	X509_REQ_INFO *ri;
    -	EVP_PKEY *pkey;
    -	STACK_OF(X509_ATTRIBUTE) *sk;
    -	STACK_OF(X509_EXTENSION) *exts;
    -	char mlch = ' ';
    -	int nmindent = 0;
    +int X509_REQ_print_ex(BIO *bp, X509_REQ *x, unsigned long nmflags,
    +                      unsigned long cflag)
    +{
    +    unsigned long l;
    +    int i;
    +    const char *neg;
    +    X509_REQ_INFO *ri;
    +    EVP_PKEY *pkey;
    +    STACK_OF(X509_ATTRIBUTE) *sk;
    +    STACK_OF(X509_EXTENSION) *exts;
    +    char mlch = ' ';
    +    int nmindent = 0;
     
    -	if((nmflags & XN_FLAG_SEP_MASK) == XN_FLAG_SEP_MULTILINE) {
    -		mlch = '\n';
    -		nmindent = 12;
    -	}
    +    if ((nmflags & XN_FLAG_SEP_MASK) == XN_FLAG_SEP_MULTILINE) {
    +        mlch = '\n';
    +        nmindent = 12;
    +    }
     
    -	if(nmflags == X509_FLAG_COMPAT)
    -		nmindent = 16;
    +    if (nmflags == X509_FLAG_COMPAT)
    +        nmindent = 16;
     
    +    ri = x->req_info;
    +    if (!(cflag & X509_FLAG_NO_HEADER)) {
    +        if (BIO_write(bp, "Certificate Request:\n", 21) <= 0)
    +            goto err;
    +        if (BIO_write(bp, "    Data:\n", 10) <= 0)
    +            goto err;
    +    }
    +    if (!(cflag & X509_FLAG_NO_VERSION)) {
    +        neg = (ri->version->type == V_ASN1_NEG_INTEGER) ? "-" : "";
    +        l = 0;
    +        for (i = 0; i < ri->version->length; i++) {
    +            l <<= 8;
    +            l += ri->version->data[i];
    +        }
    +        if (BIO_printf(bp, "%8sVersion: %s%lu (%s0x%lx)\n", "", neg, l, neg,
    +                       l) <= 0)
    +            goto err;
    +    }
    +    if (!(cflag & X509_FLAG_NO_SUBJECT)) {
    +        if (BIO_printf(bp, "        Subject:%c", mlch) <= 0)
    +            goto err;
    +        if (X509_NAME_print_ex(bp, ri->subject, nmindent, nmflags) < 0)
    +            goto err;
    +        if (BIO_write(bp, "\n", 1) <= 0)
    +            goto err;
    +    }
    +    if (!(cflag & X509_FLAG_NO_PUBKEY)) {
    +        if (BIO_write(bp, "        Subject Public Key Info:\n", 33) <= 0)
    +            goto err;
    +        if (BIO_printf(bp, "%12sPublic Key Algorithm: ", "") <= 0)
    +            goto err;
    +        if (i2a_ASN1_OBJECT(bp, ri->pubkey->algor->algorithm) <= 0)
    +            goto err;
    +        if (BIO_puts(bp, "\n") <= 0)
    +            goto err;
     
    -	ri=x->req_info;
    -	if(!(cflag & X509_FLAG_NO_HEADER))
    -		{
    -		if (BIO_write(bp,"Certificate Request:\n",21) <= 0) goto err;
    -		if (BIO_write(bp,"    Data:\n",10) <= 0) goto err;
    -		}
    -	if(!(cflag & X509_FLAG_NO_VERSION))
    -		{
    -		neg=(ri->version->type == V_ASN1_NEG_INTEGER)?"-":"";
    -		l=0;
    -		for (i=0; iversion->length; i++)
    -			{ l<<=8; l+=ri->version->data[i]; }
    -		if(BIO_printf(bp,"%8sVersion: %s%lu (%s0x%lx)\n","",neg,l,neg,
    -			      l) <= 0)
    -		    goto err;
    -		}
    -        if(!(cflag & X509_FLAG_NO_SUBJECT))
    -                {
    -                if (BIO_printf(bp,"        Subject:%c",mlch) <= 0) goto err;
    -                if (X509_NAME_print_ex(bp,ri->subject,nmindent, nmflags) < 0) goto err;
    -                if (BIO_write(bp,"\n",1) <= 0) goto err;
    -                }
    -	if(!(cflag & X509_FLAG_NO_PUBKEY))
    -		{
    -		if (BIO_write(bp,"        Subject Public Key Info:\n",33) <= 0)
    -			goto err;
    -		if (BIO_printf(bp,"%12sPublic Key Algorithm: ","") <= 0)
    -			goto err;
    -		if (i2a_ASN1_OBJECT(bp, ri->pubkey->algor->algorithm) <= 0)
    -			goto err;
    -		if (BIO_puts(bp, "\n") <= 0)
    -			goto err;
    -
    -		pkey=X509_REQ_get_pubkey(x);
    -		if (pkey == NULL)
    -			{
    -			BIO_printf(bp,"%12sUnable to load Public Key\n","");
    -			ERR_print_errors(bp);
    -			}
    -		else
    -			{
    -			EVP_PKEY_print_public(bp, pkey, 16, NULL);
    -			EVP_PKEY_free(pkey);
    -			}
    -		}
    +        pkey = X509_REQ_get_pubkey(x);
    +        if (pkey == NULL) {
    +            BIO_printf(bp, "%12sUnable to load Public Key\n", "");
    +            ERR_print_errors(bp);
    +        } else {
    +            EVP_PKEY_print_public(bp, pkey, 16, NULL);
    +            EVP_PKEY_free(pkey);
    +        }
    +    }
     
    -	if(!(cflag & X509_FLAG_NO_ATTRIBUTES))
    -		{
    -		/* may not be */
    -		if(BIO_printf(bp,"%8sAttributes:\n","") <= 0)
    -		    goto err;
    +    if (!(cflag & X509_FLAG_NO_ATTRIBUTES)) {
    +        /* may not be */
    +        if (BIO_printf(bp, "%8sAttributes:\n", "") <= 0)
    +            goto err;
     
    -		sk=x->req_info->attributes;
    -		if (sk_X509_ATTRIBUTE_num(sk) == 0)
    -			{
    -			if(BIO_printf(bp,"%12sa0:00\n","") <= 0)
    -			    goto err;
    -			}
    -		else
    -			{
    -			for (i=0; ireq_info->attributes;
    +        if (sk_X509_ATTRIBUTE_num(sk) == 0) {
    +            if (BIO_printf(bp, "%12sa0:00\n", "") <= 0)
    +                goto err;
    +        } else {
    +            for (i = 0; i < sk_X509_ATTRIBUTE_num(sk); i++) {
    +                ASN1_TYPE *at;
    +                X509_ATTRIBUTE *a;
    +                ASN1_BIT_STRING *bs = NULL;
    +                ASN1_TYPE *t;
    +                int j, type = 0, count = 1, ii = 0;
     
    -				a=sk_X509_ATTRIBUTE_value(sk,i);
    -				if(X509_REQ_extension_nid(OBJ_obj2nid(a->object)))
    -									continue;
    -				if(BIO_printf(bp,"%12s","") <= 0)
    -				    goto err;
    -				if ((j=i2a_ASN1_OBJECT(bp,a->object)) > 0)
    -				{
    -				if (a->single)
    -					{
    -					t=a->value.single;
    -					type=t->type;
    -					bs=t->value.bit_string;
    -					}
    -				else
    -					{
    -					ii=0;
    -					count=sk_ASN1_TYPE_num(a->value.set);
    -get_next:
    -					at=sk_ASN1_TYPE_value(a->value.set,ii);
    -					type=at->type;
    -					bs=at->value.asn1_string;
    -					}
    -				}
    -				for (j=25-j; j>0; j--)
    -					if (BIO_write(bp," ",1) != 1) goto err;
    -				if (BIO_puts(bp,":") <= 0) goto err;
    -				if (	(type == V_ASN1_PRINTABLESTRING) ||
    -					(type == V_ASN1_T61STRING) ||
    -					(type == V_ASN1_IA5STRING))
    -					{
    -					if (BIO_write(bp,(char *)bs->data,bs->length)
    -						!= bs->length)
    -						goto err;
    -					BIO_puts(bp,"\n");
    -					}
    -				else
    -					{
    -					BIO_puts(bp,"unable to print attribute\n");
    -					}
    -				if (++ii < count) goto get_next;
    -				}
    -			}
    -		}
    -	if(!(cflag & X509_FLAG_NO_EXTENSIONS))
    -		{
    -		exts = X509_REQ_get_extensions(x);
    -		if(exts)
    -			{
    -			BIO_printf(bp,"%8sRequested Extensions:\n","");
    -			for (i=0; ivalue);
    -					}
    -				if (BIO_write(bp,"\n",1) <= 0) goto err;
    -				}
    -			sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free);
    -			}
    -		}
    +                a = sk_X509_ATTRIBUTE_value(sk, i);
    +                if (X509_REQ_extension_nid(OBJ_obj2nid(a->object)))
    +                    continue;
    +                if (BIO_printf(bp, "%12s", "") <= 0)
    +                    goto err;
    +                if ((j = i2a_ASN1_OBJECT(bp, a->object)) > 0) {
    +                    if (a->single) {
    +                        t = a->value.single;
    +                        type = t->type;
    +                        bs = t->value.bit_string;
    +                    } else {
    +                        ii = 0;
    +                        count = sk_ASN1_TYPE_num(a->value.set);
    + get_next:
    +                        at = sk_ASN1_TYPE_value(a->value.set, ii);
    +                        type = at->type;
    +                        bs = at->value.asn1_string;
    +                    }
    +                }
    +                for (j = 25 - j; j > 0; j--)
    +                    if (BIO_write(bp, " ", 1) != 1)
    +                        goto err;
    +                if (BIO_puts(bp, ":") <= 0)
    +                    goto err;
    +                if ((type == V_ASN1_PRINTABLESTRING) ||
    +                    (type == V_ASN1_T61STRING) ||
    +                    (type == V_ASN1_IA5STRING)) {
    +                    if (BIO_write(bp, (char *)bs->data, bs->length)
    +                        != bs->length)
    +                        goto err;
    +                    BIO_puts(bp, "\n");
    +                } else {
    +                    BIO_puts(bp, "unable to print attribute\n");
    +                }
    +                if (++ii < count)
    +                    goto get_next;
    +            }
    +        }
    +    }
    +    if (!(cflag & X509_FLAG_NO_EXTENSIONS)) {
    +        exts = X509_REQ_get_extensions(x);
    +        if (exts) {
    +            BIO_printf(bp, "%8sRequested Extensions:\n", "");
    +            for (i = 0; i < sk_X509_EXTENSION_num(exts); i++) {
    +                ASN1_OBJECT *obj;
    +                X509_EXTENSION *ex;
    +                int j;
    +                ex = sk_X509_EXTENSION_value(exts, i);
    +                if (BIO_printf(bp, "%12s", "") <= 0)
    +                    goto err;
    +                obj = X509_EXTENSION_get_object(ex);
    +                i2a_ASN1_OBJECT(bp, obj);
    +                j = X509_EXTENSION_get_critical(ex);
    +                if (BIO_printf(bp, ": %s\n", j ? "critical" : "") <= 0)
    +                    goto err;
    +                if (!X509V3_EXT_print(bp, ex, cflag, 16)) {
    +                    BIO_printf(bp, "%16s", "");
    +                    M_ASN1_OCTET_STRING_print(bp, ex->value);
    +                }
    +                if (BIO_write(bp, "\n", 1) <= 0)
    +                    goto err;
    +            }
    +            sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free);
    +        }
    +    }
     
    -	if(!(cflag & X509_FLAG_NO_SIGDUMP))
    -		{
    -		if(!X509_signature_print(bp, x->sig_alg, x->signature)) goto err;
    -		}
    +    if (!(cflag & X509_FLAG_NO_SIGDUMP)) {
    +        if (!X509_signature_print(bp, x->sig_alg, x->signature))
    +            goto err;
    +    }
     
    -	return(1);
    -err:
    -	X509err(X509_F_X509_REQ_PRINT_EX,ERR_R_BUF_LIB);
    -	return(0);
    -	}
    +    return (1);
    + err:
    +    X509err(X509_F_X509_REQ_PRINT_EX, ERR_R_BUF_LIB);
    +    return (0);
    +}
     
     int X509_REQ_print(BIO *bp, X509_REQ *x)
    -	{
    -	return X509_REQ_print_ex(bp, x, XN_FLAG_COMPAT, X509_FLAG_COMPAT);
    -	}
    +{
    +    return X509_REQ_print_ex(bp, x, XN_FLAG_COMPAT, X509_FLAG_COMPAT);
    +}
    diff --git a/openssl/crypto/asn1/t_spki.c b/openssl/crypto/asn1/t_spki.c
    index 079c081a8..3bf48db50 100644
    --- a/openssl/crypto/asn1/t_spki.c
    +++ b/openssl/crypto/asn1/t_spki.c
    @@ -1,6 +1,7 @@
     /* t_spki.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -61,10 +62,10 @@
     #include 
     #include 
     #ifndef OPENSSL_NO_RSA
    -#include 
    +# include 
     #endif
     #ifndef OPENSSL_NO_DSA
    -#include 
    +# include 
     #endif
     #include 
     
    @@ -72,36 +73,36 @@
     
     int NETSCAPE_SPKI_print(BIO *out, NETSCAPE_SPKI *spki)
     {
    -	EVP_PKEY *pkey;
    -	ASN1_IA5STRING *chal;
    -	int i, n;
    -	char *s;
    -	BIO_printf(out, "Netscape SPKI:\n");
    -	i=OBJ_obj2nid(spki->spkac->pubkey->algor->algorithm);
    -	BIO_printf(out,"  Public Key Algorithm: %s\n",
    -				(i == NID_undef)?"UNKNOWN":OBJ_nid2ln(i));
    -	pkey = X509_PUBKEY_get(spki->spkac->pubkey);
    -	if(!pkey) BIO_printf(out, "  Unable to load public key\n");
    -	else
    -		{
    -		EVP_PKEY_print_public(out, pkey, 4, NULL);
    -		EVP_PKEY_free(pkey);
    -		}
    -	chal = spki->spkac->challenge;
    -	if(chal->length)
    -		BIO_printf(out, "  Challenge String: %s\n", chal->data);
    -	i=OBJ_obj2nid(spki->sig_algor->algorithm);
    -	BIO_printf(out,"  Signature Algorithm: %s",
    -				(i == NID_undef)?"UNKNOWN":OBJ_nid2ln(i));
    +    EVP_PKEY *pkey;
    +    ASN1_IA5STRING *chal;
    +    int i, n;
    +    char *s;
    +    BIO_printf(out, "Netscape SPKI:\n");
    +    i = OBJ_obj2nid(spki->spkac->pubkey->algor->algorithm);
    +    BIO_printf(out, "  Public Key Algorithm: %s\n",
    +               (i == NID_undef) ? "UNKNOWN" : OBJ_nid2ln(i));
    +    pkey = X509_PUBKEY_get(spki->spkac->pubkey);
    +    if (!pkey)
    +        BIO_printf(out, "  Unable to load public key\n");
    +    else {
    +        EVP_PKEY_print_public(out, pkey, 4, NULL);
    +        EVP_PKEY_free(pkey);
    +    }
    +    chal = spki->spkac->challenge;
    +    if (chal->length)
    +        BIO_printf(out, "  Challenge String: %s\n", chal->data);
    +    i = OBJ_obj2nid(spki->sig_algor->algorithm);
    +    BIO_printf(out, "  Signature Algorithm: %s",
    +               (i == NID_undef) ? "UNKNOWN" : OBJ_nid2ln(i));
     
    -	n=spki->signature->length;
    -	s=(char *)spki->signature->data;
    -	for (i=0; isignature->length;
    +    s = (char *)spki->signature->data;
    +    for (i = 0; i < n; i++) {
    +        if ((i % 18) == 0)
    +            BIO_write(out, "\n      ", 7);
    +        BIO_printf(out, "%02x%s", (unsigned char)s[i],
    +                   ((i + 1) == n) ? "" : ":");
    +    }
    +    BIO_write(out, "\n", 1);
    +    return 1;
     }
    diff --git a/openssl/crypto/asn1/t_x509.c b/openssl/crypto/asn1/t_x509.c
    index 8e961f5e7..8aab55130 100644
    --- a/openssl/crypto/asn1/t_x509.c
    +++ b/openssl/crypto/asn1/t_x509.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,13 +61,13 @@
     #include 
     #include 
     #ifndef OPENSSL_NO_RSA
    -#include 
    +# include 
     #endif
     #ifndef OPENSSL_NO_DSA
    -#include 
    +# include 
     #endif
     #ifndef OPENSSL_NO_EC
    -#include 
    +# include 
     #endif
     #include 
     #include 
    @@ -76,455 +76,480 @@
     
     #ifndef OPENSSL_NO_FP_API
     int X509_print_fp(FILE *fp, X509 *x)
    -	{
    -	return X509_print_ex_fp(fp, x, XN_FLAG_COMPAT, X509_FLAG_COMPAT);
    -	}
    +{
    +    return X509_print_ex_fp(fp, x, XN_FLAG_COMPAT, X509_FLAG_COMPAT);
    +}
     
    -int X509_print_ex_fp(FILE *fp, X509 *x, unsigned long nmflag, unsigned long cflag)
    -        {
    -        BIO *b;
    -        int ret;
    -
    -        if ((b=BIO_new(BIO_s_file())) == NULL)
    -		{
    -		X509err(X509_F_X509_PRINT_EX_FP,ERR_R_BUF_LIB);
    -                return(0);
    -		}
    -        BIO_set_fp(b,fp,BIO_NOCLOSE);
    -        ret=X509_print_ex(b, x, nmflag, cflag);
    -        BIO_free(b);
    -        return(ret);
    -        }
    +int X509_print_ex_fp(FILE *fp, X509 *x, unsigned long nmflag,
    +                     unsigned long cflag)
    +{
    +    BIO *b;
    +    int ret;
    +
    +    if ((b = BIO_new(BIO_s_file())) == NULL) {
    +        X509err(X509_F_X509_PRINT_EX_FP, ERR_R_BUF_LIB);
    +        return (0);
    +    }
    +    BIO_set_fp(b, fp, BIO_NOCLOSE);
    +    ret = X509_print_ex(b, x, nmflag, cflag);
    +    BIO_free(b);
    +    return (ret);
    +}
     #endif
     
     int X509_print(BIO *bp, X509 *x)
     {
    -	return X509_print_ex(bp, x, XN_FLAG_COMPAT, X509_FLAG_COMPAT);
    +    return X509_print_ex(bp, x, XN_FLAG_COMPAT, X509_FLAG_COMPAT);
     }
     
    -int X509_print_ex(BIO *bp, X509 *x, unsigned long nmflags, unsigned long cflag)
    -	{
    -	long l;
    -	int ret=0,i;
    -	char *m=NULL,mlch = ' ';
    -	int nmindent = 0;
    -	X509_CINF *ci;
    -	ASN1_INTEGER *bs;
    -	EVP_PKEY *pkey=NULL;
    -	const char *neg;
    -
    -	if((nmflags & XN_FLAG_SEP_MASK) == XN_FLAG_SEP_MULTILINE) {
    -			mlch = '\n';
    -			nmindent = 12;
    -	}
    -
    -	if(nmflags == X509_FLAG_COMPAT)
    -		nmindent = 16;
    -
    -	ci=x->cert_info;
    -	if(!(cflag & X509_FLAG_NO_HEADER))
    -		{
    -		if (BIO_write(bp,"Certificate:\n",13) <= 0) goto err;
    -		if (BIO_write(bp,"    Data:\n",10) <= 0) goto err;
    -		}
    -	if(!(cflag & X509_FLAG_NO_VERSION))
    -		{
    -		l=X509_get_version(x);
    -		if (BIO_printf(bp,"%8sVersion: %lu (0x%lx)\n","",l+1,l) <= 0) goto err;
    -		}
    -	if(!(cflag & X509_FLAG_NO_SERIAL))
    -		{
    -
    -		if (BIO_write(bp,"        Serial Number:",22) <= 0) goto err;
    -
    -		bs=X509_get_serialNumber(x);
    -		if (bs->length <= (int)sizeof(long))
    -			{
    -			l=ASN1_INTEGER_get(bs);
    -			if (bs->type == V_ASN1_NEG_INTEGER)
    -				{
    -				l= -l;
    -				neg="-";
    -				}
    -			else
    -				neg="";
    -			if (BIO_printf(bp," %s%lu (%s0x%lx)\n",neg,l,neg,l) <= 0)
    -				goto err;
    -			}
    -		else
    -			{
    -			neg=(bs->type == V_ASN1_NEG_INTEGER)?" (Negative)":"";
    -			if (BIO_printf(bp,"\n%12s%s","",neg) <= 0) goto err;
    -
    -			for (i=0; ilength; i++)
    -				{
    -				if (BIO_printf(bp,"%02x%c",bs->data[i],
    -					((i+1 == bs->length)?'\n':':')) <= 0)
    -					goto err;
    -				}
    -			}
    -
    -		}
    -
    -	if(!(cflag & X509_FLAG_NO_SIGNAME))
    -		{
    -		if(X509_signature_print(bp, x->sig_alg, NULL) <= 0)
    -			goto err;
    +int X509_print_ex(BIO *bp, X509 *x, unsigned long nmflags,
    +                  unsigned long cflag)
    +{
    +    long l;
    +    int ret = 0, i;
    +    char *m = NULL, mlch = ' ';
    +    int nmindent = 0;
    +    X509_CINF *ci;
    +    ASN1_INTEGER *bs;
    +    EVP_PKEY *pkey = NULL;
    +    const char *neg;
    +
    +    if ((nmflags & XN_FLAG_SEP_MASK) == XN_FLAG_SEP_MULTILINE) {
    +        mlch = '\n';
    +        nmindent = 12;
    +    }
    +
    +    if (nmflags == X509_FLAG_COMPAT)
    +        nmindent = 16;
    +
    +    ci = x->cert_info;
    +    if (!(cflag & X509_FLAG_NO_HEADER)) {
    +        if (BIO_write(bp, "Certificate:\n", 13) <= 0)
    +            goto err;
    +        if (BIO_write(bp, "    Data:\n", 10) <= 0)
    +            goto err;
    +    }
    +    if (!(cflag & X509_FLAG_NO_VERSION)) {
    +        l = X509_get_version(x);
    +        if (BIO_printf(bp, "%8sVersion: %lu (0x%lx)\n", "", l + 1, l) <= 0)
    +            goto err;
    +    }
    +    if (!(cflag & X509_FLAG_NO_SERIAL)) {
    +
    +        if (BIO_write(bp, "        Serial Number:", 22) <= 0)
    +            goto err;
    +
    +        bs = X509_get_serialNumber(x);
    +        if (bs->length <= (int)sizeof(long)) {
    +            l = ASN1_INTEGER_get(bs);
    +            if (bs->type == V_ASN1_NEG_INTEGER) {
    +                l = -l;
    +                neg = "-";
    +            } else
    +                neg = "";
    +            if (BIO_printf(bp, " %s%lu (%s0x%lx)\n", neg, l, neg, l) <= 0)
    +                goto err;
    +        } else {
    +            neg = (bs->type == V_ASN1_NEG_INTEGER) ? " (Negative)" : "";
    +            if (BIO_printf(bp, "\n%12s%s", "", neg) <= 0)
    +                goto err;
    +
    +            for (i = 0; i < bs->length; i++) {
    +                if (BIO_printf(bp, "%02x%c", bs->data[i],
    +                               ((i + 1 == bs->length) ? '\n' : ':')) <= 0)
    +                    goto err;
    +            }
    +        }
    +
    +    }
    +
    +    if (!(cflag & X509_FLAG_NO_SIGNAME)) {
    +        if (X509_signature_print(bp, ci->signature, NULL) <= 0)
    +            goto err;
     #if 0
    -		if (BIO_printf(bp,"%8sSignature Algorithm: ","") <= 0) 
    -			goto err;
    -		if (i2a_ASN1_OBJECT(bp, ci->signature->algorithm) <= 0)
    -			goto err;
    -		if (BIO_puts(bp, "\n") <= 0)
    -			goto err;
    +        if (BIO_printf(bp, "%8sSignature Algorithm: ", "") <= 0)
    +            goto err;
    +        if (i2a_ASN1_OBJECT(bp, ci->signature->algorithm) <= 0)
    +            goto err;
    +        if (BIO_puts(bp, "\n") <= 0)
    +            goto err;
     #endif
    -		}
    -
    -	if(!(cflag & X509_FLAG_NO_ISSUER))
    -		{
    -		if (BIO_printf(bp,"        Issuer:%c",mlch) <= 0) goto err;
    -		if (X509_NAME_print_ex(bp,X509_get_issuer_name(x),nmindent, nmflags) < 0) goto err;
    -		if (BIO_write(bp,"\n",1) <= 0) goto err;
    -		}
    -	if(!(cflag & X509_FLAG_NO_VALIDITY))
    -		{
    -		if (BIO_write(bp,"        Validity\n",17) <= 0) goto err;
    -		if (BIO_write(bp,"            Not Before: ",24) <= 0) goto err;
    -		if (!ASN1_TIME_print(bp,X509_get_notBefore(x))) goto err;
    -		if (BIO_write(bp,"\n            Not After : ",25) <= 0) goto err;
    -		if (!ASN1_TIME_print(bp,X509_get_notAfter(x))) goto err;
    -		if (BIO_write(bp,"\n",1) <= 0) goto err;
    -		}
    -	if(!(cflag & X509_FLAG_NO_SUBJECT))
    -		{
    -		if (BIO_printf(bp,"        Subject:%c",mlch) <= 0) goto err;
    -		if (X509_NAME_print_ex(bp,X509_get_subject_name(x),nmindent, nmflags) < 0) goto err;
    -		if (BIO_write(bp,"\n",1) <= 0) goto err;
    -		}
    -	if(!(cflag & X509_FLAG_NO_PUBKEY))
    -		{
    -		if (BIO_write(bp,"        Subject Public Key Info:\n",33) <= 0)
    -			goto err;
    -		if (BIO_printf(bp,"%12sPublic Key Algorithm: ","") <= 0)
    -			goto err;
    -		if (i2a_ASN1_OBJECT(bp, ci->key->algor->algorithm) <= 0)
    -			goto err;
    -		if (BIO_puts(bp, "\n") <= 0)
    -			goto err;
    -
    -		pkey=X509_get_pubkey(x);
    -		if (pkey == NULL)
    -			{
    -			BIO_printf(bp,"%12sUnable to load Public Key\n","");
    -			ERR_print_errors(bp);
    -			}
    -		else
    -			{
    -			EVP_PKEY_print_public(bp, pkey, 16, NULL);
    -			EVP_PKEY_free(pkey);
    -			}
    -		}
    -
    -	if (!(cflag & X509_FLAG_NO_EXTENSIONS))
    -		X509V3_extensions_print(bp, "X509v3 extensions",
    -					ci->extensions, cflag, 8);
    -
    -	if(!(cflag & X509_FLAG_NO_SIGDUMP))
    -		{
    -		if(X509_signature_print(bp, x->sig_alg, x->signature) <= 0) goto err;
    -		}
    -	if(!(cflag & X509_FLAG_NO_AUX))
    -		{
    -		if (!X509_CERT_AUX_print(bp, x->aux, 0)) goto err;
    -		}
    -	ret=1;
    -err:
    -	if (m != NULL) OPENSSL_free(m);
    -	return(ret);
    -	}
    -
    -int X509_ocspid_print (BIO *bp, X509 *x)
    -	{
    -	unsigned char *der=NULL ;
    -	unsigned char *dertmp;
    -	int derlen;
    -	int i;
    -	unsigned char SHA1md[SHA_DIGEST_LENGTH];
    -
    -	/* display the hash of the subject as it would appear
    -	   in OCSP requests */
    -	if (BIO_printf(bp,"        Subject OCSP hash: ") <= 0)
    -		goto err;
    -	derlen = i2d_X509_NAME(x->cert_info->subject, NULL);
    -	if ((der = dertmp = (unsigned char *)OPENSSL_malloc (derlen)) == NULL)
    -		goto err;
    -	i2d_X509_NAME(x->cert_info->subject, &dertmp);
    -
    -	if (!EVP_Digest(der, derlen, SHA1md, NULL, EVP_sha1(), NULL))
    -		goto err;
    -	for (i=0; i < SHA_DIGEST_LENGTH; i++)
    -		{
    -		if (BIO_printf(bp,"%02X",SHA1md[i]) <= 0) goto err;
    -		}
    -	OPENSSL_free (der);
    -	der=NULL;
    -
    -	/* display the hash of the public key as it would appear
    -	   in OCSP requests */
    -	if (BIO_printf(bp,"\n        Public key OCSP hash: ") <= 0)
    -		goto err;
    -
    -	if (!EVP_Digest(x->cert_info->key->public_key->data,
    -			x->cert_info->key->public_key->length,
    -			SHA1md, NULL, EVP_sha1(), NULL))
    -		goto err;
    -	for (i=0; i < SHA_DIGEST_LENGTH; i++)
    -		{
    -		if (BIO_printf(bp,"%02X",SHA1md[i]) <= 0)
    -			goto err;
    -		}
    -	BIO_printf(bp,"\n");
    -
    -	return (1);
    -err:
    -	if (der != NULL) OPENSSL_free(der);
    -	return(0);
    -	}
    +    }
    +
    +    if (!(cflag & X509_FLAG_NO_ISSUER)) {
    +        if (BIO_printf(bp, "        Issuer:%c", mlch) <= 0)
    +            goto err;
    +        if (X509_NAME_print_ex(bp, X509_get_issuer_name(x), nmindent, nmflags)
    +            < 0)
    +            goto err;
    +        if (BIO_write(bp, "\n", 1) <= 0)
    +            goto err;
    +    }
    +    if (!(cflag & X509_FLAG_NO_VALIDITY)) {
    +        if (BIO_write(bp, "        Validity\n", 17) <= 0)
    +            goto err;
    +        if (BIO_write(bp, "            Not Before: ", 24) <= 0)
    +            goto err;
    +        if (!ASN1_TIME_print(bp, X509_get_notBefore(x)))
    +            goto err;
    +        if (BIO_write(bp, "\n            Not After : ", 25) <= 0)
    +            goto err;
    +        if (!ASN1_TIME_print(bp, X509_get_notAfter(x)))
    +            goto err;
    +        if (BIO_write(bp, "\n", 1) <= 0)
    +            goto err;
    +    }
    +    if (!(cflag & X509_FLAG_NO_SUBJECT)) {
    +        if (BIO_printf(bp, "        Subject:%c", mlch) <= 0)
    +            goto err;
    +        if (X509_NAME_print_ex
    +            (bp, X509_get_subject_name(x), nmindent, nmflags) < 0)
    +            goto err;
    +        if (BIO_write(bp, "\n", 1) <= 0)
    +            goto err;
    +    }
    +    if (!(cflag & X509_FLAG_NO_PUBKEY)) {
    +        if (BIO_write(bp, "        Subject Public Key Info:\n", 33) <= 0)
    +            goto err;
    +        if (BIO_printf(bp, "%12sPublic Key Algorithm: ", "") <= 0)
    +            goto err;
    +        if (i2a_ASN1_OBJECT(bp, ci->key->algor->algorithm) <= 0)
    +            goto err;
    +        if (BIO_puts(bp, "\n") <= 0)
    +            goto err;
    +
    +        pkey = X509_get_pubkey(x);
    +        if (pkey == NULL) {
    +            BIO_printf(bp, "%12sUnable to load Public Key\n", "");
    +            ERR_print_errors(bp);
    +        } else {
    +            EVP_PKEY_print_public(bp, pkey, 16, NULL);
    +            EVP_PKEY_free(pkey);
    +        }
    +    }
    +
    +    if (!(cflag & X509_FLAG_NO_IDS)) {
    +        if (ci->issuerUID) {
    +            if (BIO_printf(bp, "%8sIssuer Unique ID: ", "") <= 0)
    +                goto err;
    +            if (!X509_signature_dump(bp, ci->issuerUID, 12))
    +                goto err;
    +        }
    +        if (ci->subjectUID) {
    +            if (BIO_printf(bp, "%8sSubject Unique ID: ", "") <= 0)
    +                goto err;
    +            if (!X509_signature_dump(bp, ci->subjectUID, 12))
    +                goto err;
    +        }
    +    }
    +
    +    if (!(cflag & X509_FLAG_NO_EXTENSIONS))
    +        X509V3_extensions_print(bp, "X509v3 extensions",
    +                                ci->extensions, cflag, 8);
    +
    +    if (!(cflag & X509_FLAG_NO_SIGDUMP)) {
    +        if (X509_signature_print(bp, x->sig_alg, x->signature) <= 0)
    +            goto err;
    +    }
    +    if (!(cflag & X509_FLAG_NO_AUX)) {
    +        if (!X509_CERT_AUX_print(bp, x->aux, 0))
    +            goto err;
    +    }
    +    ret = 1;
    + err:
    +    if (m != NULL)
    +        OPENSSL_free(m);
    +    return (ret);
    +}
    +
    +int X509_ocspid_print(BIO *bp, X509 *x)
    +{
    +    unsigned char *der = NULL;
    +    unsigned char *dertmp;
    +    int derlen;
    +    int i;
    +    unsigned char SHA1md[SHA_DIGEST_LENGTH];
    +
    +    /*
    +     * display the hash of the subject as it would appear in OCSP requests
    +     */
    +    if (BIO_printf(bp, "        Subject OCSP hash: ") <= 0)
    +        goto err;
    +    derlen = i2d_X509_NAME(x->cert_info->subject, NULL);
    +    if ((der = dertmp = (unsigned char *)OPENSSL_malloc(derlen)) == NULL)
    +        goto err;
    +    i2d_X509_NAME(x->cert_info->subject, &dertmp);
    +
    +    if (!EVP_Digest(der, derlen, SHA1md, NULL, EVP_sha1(), NULL))
    +        goto err;
    +    for (i = 0; i < SHA_DIGEST_LENGTH; i++) {
    +        if (BIO_printf(bp, "%02X", SHA1md[i]) <= 0)
    +            goto err;
    +    }
    +    OPENSSL_free(der);
    +    der = NULL;
    +
    +    /*
    +     * display the hash of the public key as it would appear in OCSP requests
    +     */
    +    if (BIO_printf(bp, "\n        Public key OCSP hash: ") <= 0)
    +        goto err;
    +
    +    if (!EVP_Digest(x->cert_info->key->public_key->data,
    +                    x->cert_info->key->public_key->length,
    +                    SHA1md, NULL, EVP_sha1(), NULL))
    +        goto err;
    +    for (i = 0; i < SHA_DIGEST_LENGTH; i++) {
    +        if (BIO_printf(bp, "%02X", SHA1md[i]) <= 0)
    +            goto err;
    +    }
    +    BIO_printf(bp, "\n");
    +
    +    return (1);
    + err:
    +    if (der != NULL)
    +        OPENSSL_free(der);
    +    return (0);
    +}
     
     int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent)
     {
    -	const unsigned char *s;
    -	int i, n;
    -
    -	n=sig->length;
    -	s=sig->data;
    -	for (i=0; ilength;
    +    s = sig->data;
    +    for (i = 0; i < n; i++) {
    +        if ((i % 18) == 0) {
    +            if (BIO_write(bp, "\n", 1) <= 0)
    +                return 0;
    +            if (BIO_indent(bp, indent, indent) <= 0)
    +                return 0;
    +        }
    +        if (BIO_printf(bp, "%02x%s", s[i], ((i + 1) == n) ? "" : ":") <= 0)
    +            return 0;
    +    }
    +    if (BIO_write(bp, "\n", 1) != 1)
    +        return 0;
    +
    +    return 1;
     }
     
     int X509_signature_print(BIO *bp, X509_ALGOR *sigalg, ASN1_STRING *sig)
     {
    -	int sig_nid;
    -	if (BIO_puts(bp,"    Signature Algorithm: ") <= 0) return 0;
    -	if (i2a_ASN1_OBJECT(bp, sigalg->algorithm) <= 0) return 0;
    -
    -	sig_nid = OBJ_obj2nid(sigalg->algorithm);
    -	if (sig_nid != NID_undef)
    -		{
    -		int pkey_nid, dig_nid;
    -		const EVP_PKEY_ASN1_METHOD *ameth;
    -		if (OBJ_find_sigid_algs(sig_nid, &dig_nid, &pkey_nid))
    -			{
    -			ameth = EVP_PKEY_asn1_find(NULL, pkey_nid);
    -			if (ameth && ameth->sig_print)
    -				return ameth->sig_print(bp, sigalg, sig, 9, 0);
    -			}
    -		}
    -	if (sig)
    -		return X509_signature_dump(bp, sig, 9);
    -	else if (BIO_puts(bp, "\n") <= 0)
    -		return 0;
    -	return 1;
    +    int sig_nid;
    +    if (BIO_puts(bp, "    Signature Algorithm: ") <= 0)
    +        return 0;
    +    if (i2a_ASN1_OBJECT(bp, sigalg->algorithm) <= 0)
    +        return 0;
    +
    +    sig_nid = OBJ_obj2nid(sigalg->algorithm);
    +    if (sig_nid != NID_undef) {
    +        int pkey_nid, dig_nid;
    +        const EVP_PKEY_ASN1_METHOD *ameth;
    +        if (OBJ_find_sigid_algs(sig_nid, &dig_nid, &pkey_nid)) {
    +            ameth = EVP_PKEY_asn1_find(NULL, pkey_nid);
    +            if (ameth && ameth->sig_print)
    +                return ameth->sig_print(bp, sigalg, sig, 9, 0);
    +        }
    +    }
    +    if (sig)
    +        return X509_signature_dump(bp, sig, 9);
    +    else if (BIO_puts(bp, "\n") <= 0)
    +        return 0;
    +    return 1;
     }
     
     int ASN1_STRING_print(BIO *bp, const ASN1_STRING *v)
    -	{
    -	int i,n;
    -	char buf[80];
    -	const char *p;
    -
    -	if (v == NULL) return(0);
    -	n=0;
    -	p=(const char *)v->data;
    -	for (i=0; ilength; i++)
    -		{
    -		if ((p[i] > '~') || ((p[i] < ' ') &&
    -			(p[i] != '\n') && (p[i] != '\r')))
    -			buf[n]='.';
    -		else
    -			buf[n]=p[i];
    -		n++;
    -		if (n >= 80)
    -			{
    -			if (BIO_write(bp,buf,n) <= 0)
    -				return(0);
    -			n=0;
    -			}
    -		}
    -	if (n > 0)
    -		if (BIO_write(bp,buf,n) <= 0)
    -			return(0);
    -	return(1);
    -	}
    +{
    +    int i, n;
    +    char buf[80];
    +    const char *p;
    +
    +    if (v == NULL)
    +        return (0);
    +    n = 0;
    +    p = (const char *)v->data;
    +    for (i = 0; i < v->length; i++) {
    +        if ((p[i] > '~') || ((p[i] < ' ') &&
    +                             (p[i] != '\n') && (p[i] != '\r')))
    +            buf[n] = '.';
    +        else
    +            buf[n] = p[i];
    +        n++;
    +        if (n >= 80) {
    +            if (BIO_write(bp, buf, n) <= 0)
    +                return (0);
    +            n = 0;
    +        }
    +    }
    +    if (n > 0)
    +        if (BIO_write(bp, buf, n) <= 0)
    +            return (0);
    +    return (1);
    +}
     
     int ASN1_TIME_print(BIO *bp, const ASN1_TIME *tm)
     {
    -	if(tm->type == V_ASN1_UTCTIME) return ASN1_UTCTIME_print(bp, tm);
    -	if(tm->type == V_ASN1_GENERALIZEDTIME)
    -				return ASN1_GENERALIZEDTIME_print(bp, tm);
    -	BIO_write(bp,"Bad time value",14);
    -	return(0);
    +    if (tm->type == V_ASN1_UTCTIME)
    +        return ASN1_UTCTIME_print(bp, tm);
    +    if (tm->type == V_ASN1_GENERALIZEDTIME)
    +        return ASN1_GENERALIZEDTIME_print(bp, tm);
    +    BIO_write(bp, "Bad time value", 14);
    +    return (0);
     }
     
    -static const char *mon[12]=
    -    {
    -    "Jan","Feb","Mar","Apr","May","Jun",
    -    "Jul","Aug","Sep","Oct","Nov","Dec"
    -    };
    +static const char *mon[12] = {
    +    "Jan", "Feb", "Mar", "Apr", "May", "Jun",
    +    "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"
    +};
     
     int ASN1_GENERALIZEDTIME_print(BIO *bp, const ASN1_GENERALIZEDTIME *tm)
    -	{
    -	char *v;
    -	int gmt=0;
    -	int i;
    -	int y=0,M=0,d=0,h=0,m=0,s=0;
    -	char *f = NULL;
    -	int f_len = 0;
    -
    -	i=tm->length;
    -	v=(char *)tm->data;
    -
    -	if (i < 12) goto err;
    -	if (v[i-1] == 'Z') gmt=1;
    -	for (i=0; i<12; i++)
    -		if ((v[i] > '9') || (v[i] < '0')) goto err;
    -	y= (v[0]-'0')*1000+(v[1]-'0')*100 + (v[2]-'0')*10+(v[3]-'0');
    -	M= (v[4]-'0')*10+(v[5]-'0');
    -	if ((M > 12) || (M < 1)) goto err;
    -	d= (v[6]-'0')*10+(v[7]-'0');
    -	h= (v[8]-'0')*10+(v[9]-'0');
    -	m=  (v[10]-'0')*10+(v[11]-'0');
    -	if (tm->length >= 14 &&
    -	    (v[12] >= '0') && (v[12] <= '9') &&
    -	    (v[13] >= '0') && (v[13] <= '9'))
    -		{
    -		s=  (v[12]-'0')*10+(v[13]-'0');
    -		/* Check for fractions of seconds. */
    -		if (tm->length >= 15 && v[14] == '.')
    -			{
    -			int l = tm->length;
    -			f = &v[14];	/* The decimal point. */
    -			f_len = 1;
    -			while (14 + f_len < l && f[f_len] >= '0' && f[f_len] <= '9')
    -				++f_len;
    -			}
    -		}
    -
    -	if (BIO_printf(bp,"%s %2d %02d:%02d:%02d%.*s %d%s",
    -		mon[M-1],d,h,m,s,f_len,f,y,(gmt)?" GMT":"") <= 0)
    -		return(0);
    -	else
    -		return(1);
    -err:
    -	BIO_write(bp,"Bad time value",14);
    -	return(0);
    -	}
    +{
    +    char *v;
    +    int gmt = 0;
    +    int i;
    +    int y = 0, M = 0, d = 0, h = 0, m = 0, s = 0;
    +    char *f = NULL;
    +    int f_len = 0;
    +
    +    i = tm->length;
    +    v = (char *)tm->data;
    +
    +    if (i < 12)
    +        goto err;
    +    if (v[i - 1] == 'Z')
    +        gmt = 1;
    +    for (i = 0; i < 12; i++)
    +        if ((v[i] > '9') || (v[i] < '0'))
    +            goto err;
    +    y = (v[0] - '0') * 1000 + (v[1] - '0') * 100
    +        + (v[2] - '0') * 10 + (v[3] - '0');
    +    M = (v[4] - '0') * 10 + (v[5] - '0');
    +    if ((M > 12) || (M < 1))
    +        goto err;
    +    d = (v[6] - '0') * 10 + (v[7] - '0');
    +    h = (v[8] - '0') * 10 + (v[9] - '0');
    +    m = (v[10] - '0') * 10 + (v[11] - '0');
    +    if (tm->length >= 14 &&
    +        (v[12] >= '0') && (v[12] <= '9') &&
    +        (v[13] >= '0') && (v[13] <= '9')) {
    +        s = (v[12] - '0') * 10 + (v[13] - '0');
    +        /* Check for fractions of seconds. */
    +        if (tm->length >= 15 && v[14] == '.') {
    +            int l = tm->length;
    +            f = &v[14];         /* The decimal point. */
    +            f_len = 1;
    +            while (14 + f_len < l && f[f_len] >= '0' && f[f_len] <= '9')
    +                ++f_len;
    +        }
    +    }
    +
    +    if (BIO_printf(bp, "%s %2d %02d:%02d:%02d%.*s %d%s",
    +                   mon[M - 1], d, h, m, s, f_len, f, y,
    +                   (gmt) ? " GMT" : "") <= 0)
    +        return (0);
    +    else
    +        return (1);
    + err:
    +    BIO_write(bp, "Bad time value", 14);
    +    return (0);
    +}
     
     int ASN1_UTCTIME_print(BIO *bp, const ASN1_UTCTIME *tm)
    -	{
    -	const char *v;
    -	int gmt=0;
    -	int i;
    -	int y=0,M=0,d=0,h=0,m=0,s=0;
    -
    -	i=tm->length;
    -	v=(const char *)tm->data;
    -
    -	if (i < 10) goto err;
    -	if (v[i-1] == 'Z') gmt=1;
    -	for (i=0; i<10; i++)
    -		if ((v[i] > '9') || (v[i] < '0')) goto err;
    -	y= (v[0]-'0')*10+(v[1]-'0');
    -	if (y < 50) y+=100;
    -	M= (v[2]-'0')*10+(v[3]-'0');
    -	if ((M > 12) || (M < 1)) goto err;
    -	d= (v[4]-'0')*10+(v[5]-'0');
    -	h= (v[6]-'0')*10+(v[7]-'0');
    -	m=  (v[8]-'0')*10+(v[9]-'0');
    -	if (tm->length >=12 &&
    -	    (v[10] >= '0') && (v[10] <= '9') &&
    -	    (v[11] >= '0') && (v[11] <= '9'))
    -		s=  (v[10]-'0')*10+(v[11]-'0');
    -
    -	if (BIO_printf(bp,"%s %2d %02d:%02d:%02d %d%s",
    -		mon[M-1],d,h,m,s,y+1900,(gmt)?" GMT":"") <= 0)
    -		return(0);
    -	else
    -		return(1);
    -err:
    -	BIO_write(bp,"Bad time value",14);
    -	return(0);
    -	}
    +{
    +    const char *v;
    +    int gmt = 0;
    +    int i;
    +    int y = 0, M = 0, d = 0, h = 0, m = 0, s = 0;
    +
    +    i = tm->length;
    +    v = (const char *)tm->data;
    +
    +    if (i < 10)
    +        goto err;
    +    if (v[i - 1] == 'Z')
    +        gmt = 1;
    +    for (i = 0; i < 10; i++)
    +        if ((v[i] > '9') || (v[i] < '0'))
    +            goto err;
    +    y = (v[0] - '0') * 10 + (v[1] - '0');
    +    if (y < 50)
    +        y += 100;
    +    M = (v[2] - '0') * 10 + (v[3] - '0');
    +    if ((M > 12) || (M < 1))
    +        goto err;
    +    d = (v[4] - '0') * 10 + (v[5] - '0');
    +    h = (v[6] - '0') * 10 + (v[7] - '0');
    +    m = (v[8] - '0') * 10 + (v[9] - '0');
    +    if (tm->length >= 12 &&
    +        (v[10] >= '0') && (v[10] <= '9') && (v[11] >= '0') && (v[11] <= '9'))
    +        s = (v[10] - '0') * 10 + (v[11] - '0');
    +
    +    if (BIO_printf(bp, "%s %2d %02d:%02d:%02d %d%s",
    +                   mon[M - 1], d, h, m, s, y + 1900,
    +                   (gmt) ? " GMT" : "") <= 0)
    +        return (0);
    +    else
    +        return (1);
    + err:
    +    BIO_write(bp, "Bad time value", 14);
    +    return (0);
    +}
     
     int X509_NAME_print(BIO *bp, X509_NAME *name, int obase)
    -	{
    -	char *s,*c,*b;
    -	int ret=0,l,i;
    -
    -	l=80-2-obase;
    -
    -	b=X509_NAME_oneline(name,NULL,0);
    -	if (!b)
    -		return 0;
    -	if (!*b)
    -		{
    -		OPENSSL_free(b);
    -		return 1;
    -		}
    -	s=b+1; /* skip the first slash */
    -
    -	c=s;
    -	for (;;)
    -		{
    +{
    +    char *s, *c, *b;
    +    int ret = 0, l, i;
    +
    +    l = 80 - 2 - obase;
    +
    +    b = X509_NAME_oneline(name, NULL, 0);
    +    if (!b)
    +        return 0;
    +    if (!*b) {
    +        OPENSSL_free(b);
    +        return 1;
    +    }
    +    s = b + 1;                  /* skip the first slash */
    +
    +    c = s;
    +    for (;;) {
     #ifndef CHARSET_EBCDIC
    -		if (	((*s == '/') &&
    -				((s[1] >= 'A') && (s[1] <= 'Z') && (
    -					(s[2] == '=') ||
    -					((s[2] >= 'A') && (s[2] <= 'Z') &&
    -					(s[3] == '='))
    -				 ))) ||
    -			(*s == '\0'))
    +        if (((*s == '/') &&
    +             ((s[1] >= 'A') && (s[1] <= 'Z') && ((s[2] == '=') ||
    +                                                 ((s[2] >= 'A')
    +                                                  && (s[2] <= 'Z')
    +                                                  && (s[3] == '='))
    +              ))) || (*s == '\0'))
     #else
    -		if (	((*s == '/') &&
    -				(isupper(s[1]) && (
    -					(s[2] == '=') ||
    -					(isupper(s[2]) &&
    -					(s[3] == '='))
    -				 ))) ||
    -			(*s == '\0'))
    +        if (((*s == '/') &&
    +             (isupper(s[1]) && ((s[2] == '=') ||
    +                                (isupper(s[2]) && (s[3] == '='))
    +              ))) || (*s == '\0'))
     #endif
    -			{
    -			i=s-c;
    -			if (BIO_write(bp,c,i) != i) goto err;
    -			c=s+1;	/* skip following slash */
    -			if (*s != '\0')
    -				{
    -				if (BIO_write(bp,", ",2) != 2) goto err;
    -				}
    -			l--;
    -			}
    -		if (*s == '\0') break;
    -		s++;
    -		l--;
    -		}
    -	
    -	ret=1;
    -	if (0)
    -		{
    -err:
    -		X509err(X509_F_X509_NAME_PRINT,ERR_R_BUF_LIB);
    -		}
    -	OPENSSL_free(b);
    -	return(ret);
    -	}
    +        {
    +            i = s - c;
    +            if (BIO_write(bp, c, i) != i)
    +                goto err;
    +            c = s + 1;          /* skip following slash */
    +            if (*s != '\0') {
    +                if (BIO_write(bp, ", ", 2) != 2)
    +                    goto err;
    +            }
    +            l--;
    +        }
    +        if (*s == '\0')
    +            break;
    +        s++;
    +        l--;
    +    }
    +
    +    ret = 1;
    +    if (0) {
    + err:
    +        X509err(X509_F_X509_NAME_PRINT, ERR_R_BUF_LIB);
    +    }
    +    OPENSSL_free(b);
    +    return (ret);
    +}
    diff --git a/openssl/crypto/asn1/t_x509a.c b/openssl/crypto/asn1/t_x509a.c
    index 8b18801a1..f4b8f94cb 100644
    --- a/openssl/crypto/asn1/t_x509a.c
    +++ b/openssl/crypto/asn1/t_x509a.c
    @@ -1,6 +1,7 @@
     /* t_x509a.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,49 +63,53 @@
     #include 
     #include 
     
    -/* X509_CERT_AUX and string set routines
    +/*
    + * X509_CERT_AUX and string set routines
      */
     
     int X509_CERT_AUX_print(BIO *out, X509_CERT_AUX *aux, int indent)
     {
    -	char oidstr[80], first;
    -	int i;
    -	if(!aux) return 1;
    -	if(aux->trust) {
    -		first = 1;
    -		BIO_printf(out, "%*sTrusted Uses:\n%*s",
    -						indent, "", indent + 2, "");
    -		for(i = 0; i < sk_ASN1_OBJECT_num(aux->trust); i++) {
    -			if(!first) BIO_puts(out, ", ");
    -			else first = 0;
    -			OBJ_obj2txt(oidstr, sizeof oidstr,
    -				sk_ASN1_OBJECT_value(aux->trust, i), 0);
    -			BIO_puts(out, oidstr);
    -		}
    -		BIO_puts(out, "\n");
    -	} else BIO_printf(out, "%*sNo Trusted Uses.\n", indent, "");
    -	if(aux->reject) {
    -		first = 1;
    -		BIO_printf(out, "%*sRejected Uses:\n%*s",
    -						indent, "", indent + 2, "");
    -		for(i = 0; i < sk_ASN1_OBJECT_num(aux->reject); i++) {
    -			if(!first) BIO_puts(out, ", ");
    -			else first = 0;
    -			OBJ_obj2txt(oidstr, sizeof oidstr,
    -				sk_ASN1_OBJECT_value(aux->reject, i), 0);
    -			BIO_puts(out, oidstr);
    -		}
    -		BIO_puts(out, "\n");
    -	} else BIO_printf(out, "%*sNo Rejected Uses.\n", indent, "");
    -	if(aux->alias) BIO_printf(out, "%*sAlias: %s\n", indent, "",
    -							aux->alias->data);
    -	if(aux->keyid) {
    -		BIO_printf(out, "%*sKey Id: ", indent, "");
    -		for(i = 0; i < aux->keyid->length; i++) 
    -			BIO_printf(out, "%s%02X", 
    -				i ? ":" : "",
    -				aux->keyid->data[i]);
    -		BIO_write(out,"\n",1);
    -	}
    -	return 1;
    +    char oidstr[80], first;
    +    int i;
    +    if (!aux)
    +        return 1;
    +    if (aux->trust) {
    +        first = 1;
    +        BIO_printf(out, "%*sTrusted Uses:\n%*s", indent, "", indent + 2, "");
    +        for (i = 0; i < sk_ASN1_OBJECT_num(aux->trust); i++) {
    +            if (!first)
    +                BIO_puts(out, ", ");
    +            else
    +                first = 0;
    +            OBJ_obj2txt(oidstr, sizeof oidstr,
    +                        sk_ASN1_OBJECT_value(aux->trust, i), 0);
    +            BIO_puts(out, oidstr);
    +        }
    +        BIO_puts(out, "\n");
    +    } else
    +        BIO_printf(out, "%*sNo Trusted Uses.\n", indent, "");
    +    if (aux->reject) {
    +        first = 1;
    +        BIO_printf(out, "%*sRejected Uses:\n%*s", indent, "", indent + 2, "");
    +        for (i = 0; i < sk_ASN1_OBJECT_num(aux->reject); i++) {
    +            if (!first)
    +                BIO_puts(out, ", ");
    +            else
    +                first = 0;
    +            OBJ_obj2txt(oidstr, sizeof oidstr,
    +                        sk_ASN1_OBJECT_value(aux->reject, i), 0);
    +            BIO_puts(out, oidstr);
    +        }
    +        BIO_puts(out, "\n");
    +    } else
    +        BIO_printf(out, "%*sNo Rejected Uses.\n", indent, "");
    +    if (aux->alias)
    +        BIO_printf(out, "%*sAlias: %s\n", indent, "", aux->alias->data);
    +    if (aux->keyid) {
    +        BIO_printf(out, "%*sKey Id: ", indent, "");
    +        for (i = 0; i < aux->keyid->length; i++)
    +            BIO_printf(out, "%s%02X", i ? ":" : "", aux->keyid->data[i]);
    +        BIO_write(out, "\n", 1);
    +    }
    +    return 1;
     }
    diff --git a/openssl/crypto/asn1/tasn_dec.c b/openssl/crypto/asn1/tasn_dec.c
    index 87d7dfdf5..459566440 100644
    --- a/openssl/crypto/asn1/tasn_dec.c
    +++ b/openssl/crypto/asn1/tasn_dec.c
    @@ -1,6 +1,7 @@
     /* tasn_dec.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 2000-2005 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,7 +57,6 @@
      *
      */
     
    -
     #include 
     #include 
     #include 
    @@ -69,1279 +69,1142 @@ static int asn1_check_eoc(const unsigned char **in, long len);
     static int asn1_find_end(const unsigned char **in, long len, char inf);
     
     static int asn1_collect(BUF_MEM *buf, const unsigned char **in, long len,
    -			char inf, int tag, int aclass, int depth);
    +                        char inf, int tag, int aclass, int depth);
     
     static int collect_data(BUF_MEM *buf, const unsigned char **p, long plen);
     
     static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
    -				char *inf, char *cst,
    -				const unsigned char **in, long len,
    -				int exptag, int expclass, char opt,
    -				ASN1_TLC *ctx);
    +                           char *inf, char *cst,
    +                           const unsigned char **in, long len,
    +                           int exptag, int expclass, char opt, ASN1_TLC *ctx);
     
     static int asn1_template_ex_d2i(ASN1_VALUE **pval,
    -				const unsigned char **in, long len,
    -				const ASN1_TEMPLATE *tt, char opt,
    -				ASN1_TLC *ctx);
    +                                const unsigned char **in, long len,
    +                                const ASN1_TEMPLATE *tt, char opt,
    +                                ASN1_TLC *ctx);
     static int asn1_template_noexp_d2i(ASN1_VALUE **val,
    -				const unsigned char **in, long len,
    -				const ASN1_TEMPLATE *tt, char opt,
    -				ASN1_TLC *ctx);
    +                                   const unsigned char **in, long len,
    +                                   const ASN1_TEMPLATE *tt, char opt,
    +                                   ASN1_TLC *ctx);
     static int asn1_d2i_ex_primitive(ASN1_VALUE **pval,
    -				const unsigned char **in, long len,
    -				const ASN1_ITEM *it,
    -				int tag, int aclass, char opt, ASN1_TLC *ctx);
    +                                 const unsigned char **in, long len,
    +                                 const ASN1_ITEM *it,
    +                                 int tag, int aclass, char opt,
    +                                 ASN1_TLC *ctx);
     
     /* Table to convert tags to bit values, used for MSTRING type */
     static const unsigned long tag2bit[32] = {
    -0,	0,	0,	B_ASN1_BIT_STRING,	/* tags  0 -  3 */
    -B_ASN1_OCTET_STRING,	0,	0,		B_ASN1_UNKNOWN,/* tags  4- 7 */
    -B_ASN1_UNKNOWN,	B_ASN1_UNKNOWN,	B_ASN1_UNKNOWN,	B_ASN1_UNKNOWN,/* tags  8-11 */
    -B_ASN1_UTF8STRING,B_ASN1_UNKNOWN,B_ASN1_UNKNOWN,B_ASN1_UNKNOWN,/* tags 12-15 */
    -B_ASN1_SEQUENCE,0,B_ASN1_NUMERICSTRING,B_ASN1_PRINTABLESTRING, /* tags 16-19 */
    -B_ASN1_T61STRING,B_ASN1_VIDEOTEXSTRING,B_ASN1_IA5STRING,       /* tags 20-22 */
    -B_ASN1_UTCTIME, B_ASN1_GENERALIZEDTIME,			       /* tags 23-24 */	
    -B_ASN1_GRAPHICSTRING,B_ASN1_ISO64STRING,B_ASN1_GENERALSTRING,  /* tags 25-27 */
    -B_ASN1_UNIVERSALSTRING,B_ASN1_UNKNOWN,B_ASN1_BMPSTRING,B_ASN1_UNKNOWN, /* tags 28-31 */
    -	};
    +    /* tags  0 -  3 */
    +    0, 0, 0, B_ASN1_BIT_STRING,
    +    /* tags  4- 7 */
    +    B_ASN1_OCTET_STRING, 0, 0, B_ASN1_UNKNOWN,
    +    /* tags  8-11 */
    +    B_ASN1_UNKNOWN, B_ASN1_UNKNOWN, B_ASN1_UNKNOWN, B_ASN1_UNKNOWN,
    +    /* tags 12-15 */
    +    B_ASN1_UTF8STRING, B_ASN1_UNKNOWN, B_ASN1_UNKNOWN, B_ASN1_UNKNOWN,
    +    /* tags 16-19 */
    +    B_ASN1_SEQUENCE, 0, B_ASN1_NUMERICSTRING, B_ASN1_PRINTABLESTRING,
    +    /* tags 20-22 */
    +    B_ASN1_T61STRING, B_ASN1_VIDEOTEXSTRING, B_ASN1_IA5STRING,
    +    /* tags 23-24 */
    +    B_ASN1_UTCTIME, B_ASN1_GENERALIZEDTIME,
    +    /* tags 25-27 */
    +    B_ASN1_GRAPHICSTRING, B_ASN1_ISO64STRING, B_ASN1_GENERALSTRING,
    +    /* tags 28-31 */
    +    B_ASN1_UNIVERSALSTRING, B_ASN1_UNKNOWN, B_ASN1_BMPSTRING, B_ASN1_UNKNOWN,
    +};
     
     unsigned long ASN1_tag2bit(int tag)
    -	{
    -	if ((tag < 0) || (tag > 30)) return 0;
    -	return tag2bit[tag];
    -	}
    +{
    +    if ((tag < 0) || (tag > 30))
    +        return 0;
    +    return tag2bit[tag];
    +}
     
     /* Macro to initialize and invalidate the cache */
     
    -#define asn1_tlc_clear(c)	if (c) (c)->valid = 0
    +#define asn1_tlc_clear(c)       if (c) (c)->valid = 0
     /* Version to avoid compiler warning about 'c' always non-NULL */
    -#define asn1_tlc_clear_nc(c)	(c)->valid = 0
    -
    -/* Decode an ASN1 item, this currently behaves just 
    - * like a standard 'd2i' function. 'in' points to 
    - * a buffer to read the data from, in future we will
    - * have more advanced versions that can input data
    - * a piece at a time and this will simply be a special
    - * case.
    +#define asn1_tlc_clear_nc(c)    (c)->valid = 0
    +
    +/*
    + * Decode an ASN1 item, this currently behaves just like a standard 'd2i'
    + * function. 'in' points to a buffer to read the data from, in future we
    + * will have more advanced versions that can input data a piece at a time and
    + * this will simply be a special case.
      */
     
     ASN1_VALUE *ASN1_item_d2i(ASN1_VALUE **pval,
    -		const unsigned char **in, long len, const ASN1_ITEM *it)
    -	{
    -	ASN1_TLC c;
    -	ASN1_VALUE *ptmpval = NULL;
    -	if (!pval)
    -		pval = &ptmpval;
    -	asn1_tlc_clear_nc(&c);
    -	if (ASN1_item_ex_d2i(pval, in, len, it, -1, 0, 0, &c) > 0) 
    -		return *pval;
    -	return NULL;
    -	}
    +                          const unsigned char **in, long len,
    +                          const ASN1_ITEM *it)
    +{
    +    ASN1_TLC c;
    +    ASN1_VALUE *ptmpval = NULL;
    +    if (!pval)
    +        pval = &ptmpval;
    +    asn1_tlc_clear_nc(&c);
    +    if (ASN1_item_ex_d2i(pval, in, len, it, -1, 0, 0, &c) > 0)
    +        return *pval;
    +    return NULL;
    +}
     
     int ASN1_template_d2i(ASN1_VALUE **pval,
    -		const unsigned char **in, long len, const ASN1_TEMPLATE *tt)
    -	{
    -	ASN1_TLC c;
    -	asn1_tlc_clear_nc(&c);
    -	return asn1_template_ex_d2i(pval, in, len, tt, 0, &c);
    -	}
    -
    -
    -/* Decode an item, taking care of IMPLICIT tagging, if any.
    - * If 'opt' set and tag mismatch return -1 to handle OPTIONAL
    +                      const unsigned char **in, long len,
    +                      const ASN1_TEMPLATE *tt)
    +{
    +    ASN1_TLC c;
    +    asn1_tlc_clear_nc(&c);
    +    return asn1_template_ex_d2i(pval, in, len, tt, 0, &c);
    +}
    +
    +/*
    + * Decode an item, taking care of IMPLICIT tagging, if any. If 'opt' set and
    + * tag mismatch return -1 to handle OPTIONAL
      */
     
     int ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len,
    -			const ASN1_ITEM *it,
    -			int tag, int aclass, char opt, ASN1_TLC *ctx)
    -	{
    -	const ASN1_TEMPLATE *tt, *errtt = NULL;
    -	const ASN1_COMPAT_FUNCS *cf;
    -	const ASN1_EXTERN_FUNCS *ef;
    -	const ASN1_AUX *aux = it->funcs;
    -	ASN1_aux_cb *asn1_cb;
    -	const unsigned char *p = NULL, *q;
    -	unsigned char *wp=NULL;	/* BIG FAT WARNING!  BREAKS CONST WHERE USED */
    -	unsigned char imphack = 0, oclass;
    -	char seq_eoc, seq_nolen, cst, isopt;
    -	long tmplen;
    -	int i;
    -	int otag;
    -	int ret = 0;
    -	ASN1_VALUE **pchptr, *ptmpval;
    -	if (!pval)
    -		return 0;
    -	if (aux && aux->asn1_cb)
    -		asn1_cb = aux->asn1_cb;
    -	else asn1_cb = 0;
    -
    -	switch(it->itype)
    -		{
    -		case ASN1_ITYPE_PRIMITIVE:
    -		if (it->templates)
    -			{
    -			/* tagging or OPTIONAL is currently illegal on an item
    -			 * template because the flags can't get passed down.
    -			 * In practice this isn't a problem: we include the
    -			 * relevant flags from the item template in the
    -			 * template itself.
    -			 */
    -			if ((tag != -1) || opt)
    -				{
    -				ASN1err(ASN1_F_ASN1_ITEM_EX_D2I,
    -				ASN1_R_ILLEGAL_OPTIONS_ON_ITEM_TEMPLATE);
    -				goto err;
    -				}
    -			return asn1_template_ex_d2i(pval, in, len,
    -					it->templates, opt, ctx);
    -		}
    -		return asn1_d2i_ex_primitive(pval, in, len, it,
    -						tag, aclass, opt, ctx);
    -		break;
    -
    -		case ASN1_ITYPE_MSTRING:
    -		p = *in;
    -		/* Just read in tag and class */
    -		ret = asn1_check_tlen(NULL, &otag, &oclass, NULL, NULL,
    -						&p, len, -1, 0, 1, ctx);
    -		if (!ret)
    -			{
    -			ASN1err(ASN1_F_ASN1_ITEM_EX_D2I,
    -					ERR_R_NESTED_ASN1_ERROR);
    -			goto err;
    -			}
    -
    -		/* Must be UNIVERSAL class */
    -		if (oclass != V_ASN1_UNIVERSAL)
    -			{
    -			/* If OPTIONAL, assume this is OK */
    -			if (opt) return -1;
    -			ASN1err(ASN1_F_ASN1_ITEM_EX_D2I,
    -					ASN1_R_MSTRING_NOT_UNIVERSAL);
    -			goto err;
    -			}
    -		/* Check tag matches bit map */
    -		if (!(ASN1_tag2bit(otag) & it->utype))
    -			{
    -			/* If OPTIONAL, assume this is OK */
    -			if (opt)
    -				return -1;
    -			ASN1err(ASN1_F_ASN1_ITEM_EX_D2I,
    -					ASN1_R_MSTRING_WRONG_TAG);
    -			goto err;
    -			}
    -		return asn1_d2i_ex_primitive(pval, in, len,
    -						it, otag, 0, 0, ctx);
    -
    -		case ASN1_ITYPE_EXTERN:
    -		/* Use new style d2i */
    -		ef = it->funcs;
    -		return ef->asn1_ex_d2i(pval, in, len,
    -						it, tag, aclass, opt, ctx);
    -
    -		case ASN1_ITYPE_COMPAT:
    -		/* we must resort to old style evil hackery */
    -		cf = it->funcs;
    -
    -		/* If OPTIONAL see if it is there */
    -		if (opt)
    -			{
    -			int exptag;
    -			p = *in;
    -			if (tag == -1)
    -				exptag = it->utype;
    -			else exptag = tag;
    -			/* Don't care about anything other than presence
    -			 * of expected tag */
    -
    -			ret = asn1_check_tlen(NULL, NULL, NULL, NULL, NULL,
    -					&p, len, exptag, aclass, 1, ctx);
    -			if (!ret)
    -				{
    -				ASN1err(ASN1_F_ASN1_ITEM_EX_D2I,
    -					ERR_R_NESTED_ASN1_ERROR);
    -				goto err;
    -				}
    -			if (ret == -1)
    -				return -1;
    -			}
    -
    -		/* This is the old style evil hack IMPLICIT handling:
    -		 * since the underlying code is expecting a tag and
    -		 * class other than the one present we change the
    -		 * buffer temporarily then change it back afterwards.
    -		 * This doesn't and never did work for tags > 30.
    -		 *
    -		 * Yes this is *horrible* but it is only needed for
    -		 * old style d2i which will hopefully not be around
    -		 * for much longer.
    -		 * FIXME: should copy the buffer then modify it so
    -		 * the input buffer can be const: we should *always*
    -		 * copy because the old style d2i might modify the
    -		 * buffer.
    -		 */
    -
    -		if (tag != -1)
    -			{
    -			wp = *(unsigned char **)in;
    -			imphack = *wp;
    -			if (p == NULL)
    -				{
    -				ASN1err(ASN1_F_ASN1_ITEM_EX_D2I,
    -					ERR_R_NESTED_ASN1_ERROR);
    -				goto err;
    -				}
    -			*wp = (unsigned char)((*p & V_ASN1_CONSTRUCTED)
    -								| it->utype);
    -			}
    -
    -		ptmpval = cf->asn1_d2i(pval, in, len);
    -
    -		if (tag != -1)
    -			*wp = imphack;
    -
    -		if (ptmpval)
    -			return 1;
    -
    -		ASN1err(ASN1_F_ASN1_ITEM_EX_D2I, ERR_R_NESTED_ASN1_ERROR);
    -		goto err;
    -
    -
    -		case ASN1_ITYPE_CHOICE:
    -		if (asn1_cb && !asn1_cb(ASN1_OP_D2I_PRE, pval, it, NULL))
    -				goto auxerr;
    -
    -		/* Allocate structure */
    -		if (!*pval && !ASN1_item_ex_new(pval, it))
    -			{
    -			ASN1err(ASN1_F_ASN1_ITEM_EX_D2I,
    -						ERR_R_NESTED_ASN1_ERROR);
    -			goto err;
    -			}
    -		/* CHOICE type, try each possibility in turn */
    -		p = *in;
    -		for (i = 0, tt=it->templates; i < it->tcount; i++, tt++)
    -			{
    -			pchptr = asn1_get_field_ptr(pval, tt);
    -			/* We mark field as OPTIONAL so its absence
    -			 * can be recognised.
    -			 */
    -			ret = asn1_template_ex_d2i(pchptr, &p, len, tt, 1, ctx);
    -			/* If field not present, try the next one */
    -			if (ret == -1)
    -				continue;
    -			/* If positive return, read OK, break loop */
    -			if (ret > 0)
    -				break;
    -			/* Otherwise must be an ASN1 parsing error */
    -			errtt = tt;
    -			ASN1err(ASN1_F_ASN1_ITEM_EX_D2I,
    -						ERR_R_NESTED_ASN1_ERROR);
    -			goto err;
    -			}
    -
    -		/* Did we fall off the end without reading anything? */
    -		if (i == it->tcount)
    -			{
    -			/* If OPTIONAL, this is OK */
    -			if (opt)
    -				{
    -				/* Free and zero it */
    -				ASN1_item_ex_free(pval, it);
    -				return -1;
    -				}
    -			ASN1err(ASN1_F_ASN1_ITEM_EX_D2I,
    -					ASN1_R_NO_MATCHING_CHOICE_TYPE);
    -			goto err;
    -			}
    -
    -		asn1_set_choice_selector(pval, i, it);
    -		*in = p;
    -		if (asn1_cb && !asn1_cb(ASN1_OP_D2I_POST, pval, it, NULL))
    -				goto auxerr;
    -		return 1;
    -
    -		case ASN1_ITYPE_NDEF_SEQUENCE:
    -		case ASN1_ITYPE_SEQUENCE:
    -		p = *in;
    -		tmplen = len;
    -
    -		/* If no IMPLICIT tagging set to SEQUENCE, UNIVERSAL */
    -		if (tag == -1)
    -			{
    -			tag = V_ASN1_SEQUENCE;
    -			aclass = V_ASN1_UNIVERSAL;
    -			}
    -		/* Get SEQUENCE length and update len, p */
    -		ret = asn1_check_tlen(&len, NULL, NULL, &seq_eoc, &cst,
    -					&p, len, tag, aclass, opt, ctx);
    -		if (!ret)
    -			{
    -			ASN1err(ASN1_F_ASN1_ITEM_EX_D2I,
    -					ERR_R_NESTED_ASN1_ERROR);
    -			goto err;
    -			}
    -		else if (ret == -1)
    -			return -1;
    -		if (aux && (aux->flags & ASN1_AFLG_BROKEN))
    -			{
    -			len = tmplen - (p - *in);
    -			seq_nolen = 1;
    -			}
    -		/* If indefinite we don't do a length check */
    -		else seq_nolen = seq_eoc;
    -		if (!cst)
    -			{
    -			ASN1err(ASN1_F_ASN1_ITEM_EX_D2I,
    -				ASN1_R_SEQUENCE_NOT_CONSTRUCTED);
    -			goto err;
    -			}
    -
    -		if (!*pval && !ASN1_item_ex_new(pval, it))
    -			{
    -			ASN1err(ASN1_F_ASN1_ITEM_EX_D2I,
    -				ERR_R_NESTED_ASN1_ERROR);
    -			goto err;
    -			}
    -
    -		if (asn1_cb && !asn1_cb(ASN1_OP_D2I_PRE, pval, it, NULL))
    -				goto auxerr;
    -
    -		/* Get each field entry */
    -		for (i = 0, tt = it->templates; i < it->tcount; i++, tt++)
    -			{
    -			const ASN1_TEMPLATE *seqtt;
    -			ASN1_VALUE **pseqval;
    -			seqtt = asn1_do_adb(pval, tt, 1);
    -			if (!seqtt)
    -				goto err;
    -			pseqval = asn1_get_field_ptr(pval, seqtt);
    -			/* Have we ran out of data? */
    -			if (!len)
    -				break;
    -			q = p;
    -			if (asn1_check_eoc(&p, len))
    -				{
    -				if (!seq_eoc)
    -					{
    -					ASN1err(ASN1_F_ASN1_ITEM_EX_D2I,
    -							ASN1_R_UNEXPECTED_EOC);
    -					goto err;
    -					}
    -				len -= p - q;
    -				seq_eoc = 0;
    -				q = p;
    -				break;
    -				}
    -			/* This determines the OPTIONAL flag value. The field
    -			 * cannot be omitted if it is the last of a SEQUENCE
    -			 * and there is still data to be read. This isn't
    -			 * strictly necessary but it increases efficiency in
    -			 * some cases.
    -			 */
    -			if (i == (it->tcount - 1))
    -				isopt = 0;
    -			else isopt = (char)(seqtt->flags & ASN1_TFLG_OPTIONAL);
    -			/* attempt to read in field, allowing each to be
    -			 * OPTIONAL */
    -
    -			ret = asn1_template_ex_d2i(pseqval, &p, len,
    -							seqtt, isopt, ctx);
    -			if (!ret)
    -				{
    -				errtt = seqtt;
    -				goto err;
    -				}
    -			else if (ret == -1)
    -				{
    -				/* OPTIONAL component absent.
    -				 * Free and zero the field.
    -				 */
    -				ASN1_template_free(pseqval, seqtt);
    -				continue;
    -				}
    -			/* Update length */
    -			len -= p - q;
    -			}
    -
    -		/* Check for EOC if expecting one */
    -		if (seq_eoc && !asn1_check_eoc(&p, len))
    -			{
    -			ASN1err(ASN1_F_ASN1_ITEM_EX_D2I, ASN1_R_MISSING_EOC);
    -			goto err;
    -			}
    -		/* Check all data read */
    -		if (!seq_nolen && len)
    -			{
    -			ASN1err(ASN1_F_ASN1_ITEM_EX_D2I,
    -					ASN1_R_SEQUENCE_LENGTH_MISMATCH);
    -			goto err;
    -			}
    -
    -		/* If we get here we've got no more data in the SEQUENCE,
    -		 * however we may not have read all fields so check all
    -		 * remaining are OPTIONAL and clear any that are.
    -		 */
    -		for (; i < it->tcount; tt++, i++)
    -			{
    -			const ASN1_TEMPLATE *seqtt;
    -			seqtt = asn1_do_adb(pval, tt, 1);
    -			if (!seqtt)
    -				goto err;
    -			if (seqtt->flags & ASN1_TFLG_OPTIONAL)
    -				{
    -				ASN1_VALUE **pseqval;
    -				pseqval = asn1_get_field_ptr(pval, seqtt);
    -				ASN1_template_free(pseqval, seqtt);
    -				}
    -			else
    -				{
    -				errtt = seqtt;
    -				ASN1err(ASN1_F_ASN1_ITEM_EX_D2I,
    -							ASN1_R_FIELD_MISSING);
    -				goto err;
    -				}
    -			}
    -		/* Save encoding */
    -		if (!asn1_enc_save(pval, *in, p - *in, it))
    -			goto auxerr;
    -		*in = p;
    -		if (asn1_cb && !asn1_cb(ASN1_OP_D2I_POST, pval, it, NULL))
    -				goto auxerr;
    -		return 1;
    -
    -		default:
    -		return 0;
    -		}
    -	auxerr:
    -	ASN1err(ASN1_F_ASN1_ITEM_EX_D2I, ASN1_R_AUX_ERROR);
    -	err:
    -	ASN1_item_ex_free(pval, it);
    -	if (errtt)
    -		ERR_add_error_data(4, "Field=", errtt->field_name,
    -					", Type=", it->sname);
    -	else
    -		ERR_add_error_data(2, "Type=", it->sname);
    -	return 0;
    -	}
    -
    -/* Templates are handled with two separate functions.
    - * One handles any EXPLICIT tag and the other handles the rest.
    +                     const ASN1_ITEM *it,
    +                     int tag, int aclass, char opt, ASN1_TLC *ctx)
    +{
    +    const ASN1_TEMPLATE *tt, *errtt = NULL;
    +    const ASN1_COMPAT_FUNCS *cf;
    +    const ASN1_EXTERN_FUNCS *ef;
    +    const ASN1_AUX *aux = it->funcs;
    +    ASN1_aux_cb *asn1_cb;
    +    const unsigned char *p = NULL, *q;
    +    unsigned char *wp = NULL;   /* BIG FAT WARNING! BREAKS CONST WHERE USED */
    +    unsigned char imphack = 0, oclass;
    +    char seq_eoc, seq_nolen, cst, isopt;
    +    long tmplen;
    +    int i;
    +    int otag;
    +    int ret = 0;
    +    ASN1_VALUE **pchptr, *ptmpval;
    +    if (!pval)
    +        return 0;
    +    if (aux && aux->asn1_cb)
    +        asn1_cb = aux->asn1_cb;
    +    else
    +        asn1_cb = 0;
    +
    +    switch (it->itype) {
    +    case ASN1_ITYPE_PRIMITIVE:
    +        if (it->templates) {
    +            /*
    +             * tagging or OPTIONAL is currently illegal on an item template
    +             * because the flags can't get passed down. In practice this
    +             * isn't a problem: we include the relevant flags from the item
    +             * template in the template itself.
    +             */
    +            if ((tag != -1) || opt) {
    +                ASN1err(ASN1_F_ASN1_ITEM_EX_D2I,
    +                        ASN1_R_ILLEGAL_OPTIONS_ON_ITEM_TEMPLATE);
    +                goto err;
    +            }
    +            return asn1_template_ex_d2i(pval, in, len,
    +                                        it->templates, opt, ctx);
    +        }
    +        return asn1_d2i_ex_primitive(pval, in, len, it,
    +                                     tag, aclass, opt, ctx);
    +        break;
    +
    +    case ASN1_ITYPE_MSTRING:
    +        p = *in;
    +        /* Just read in tag and class */
    +        ret = asn1_check_tlen(NULL, &otag, &oclass, NULL, NULL,
    +                              &p, len, -1, 0, 1, ctx);
    +        if (!ret) {
    +            ASN1err(ASN1_F_ASN1_ITEM_EX_D2I, ERR_R_NESTED_ASN1_ERROR);
    +            goto err;
    +        }
    +
    +        /* Must be UNIVERSAL class */
    +        if (oclass != V_ASN1_UNIVERSAL) {
    +            /* If OPTIONAL, assume this is OK */
    +            if (opt)
    +                return -1;
    +            ASN1err(ASN1_F_ASN1_ITEM_EX_D2I, ASN1_R_MSTRING_NOT_UNIVERSAL);
    +            goto err;
    +        }
    +        /* Check tag matches bit map */
    +        if (!(ASN1_tag2bit(otag) & it->utype)) {
    +            /* If OPTIONAL, assume this is OK */
    +            if (opt)
    +                return -1;
    +            ASN1err(ASN1_F_ASN1_ITEM_EX_D2I, ASN1_R_MSTRING_WRONG_TAG);
    +            goto err;
    +        }
    +        return asn1_d2i_ex_primitive(pval, in, len, it, otag, 0, 0, ctx);
    +
    +    case ASN1_ITYPE_EXTERN:
    +        /* Use new style d2i */
    +        ef = it->funcs;
    +        return ef->asn1_ex_d2i(pval, in, len, it, tag, aclass, opt, ctx);
    +
    +    case ASN1_ITYPE_COMPAT:
    +        /* we must resort to old style evil hackery */
    +        cf = it->funcs;
    +
    +        /* If OPTIONAL see if it is there */
    +        if (opt) {
    +            int exptag;
    +            p = *in;
    +            if (tag == -1)
    +                exptag = it->utype;
    +            else
    +                exptag = tag;
    +            /*
    +             * Don't care about anything other than presence of expected tag
    +             */
    +
    +            ret = asn1_check_tlen(NULL, NULL, NULL, NULL, NULL,
    +                                  &p, len, exptag, aclass, 1, ctx);
    +            if (!ret) {
    +                ASN1err(ASN1_F_ASN1_ITEM_EX_D2I, ERR_R_NESTED_ASN1_ERROR);
    +                goto err;
    +            }
    +            if (ret == -1)
    +                return -1;
    +        }
    +
    +        /*
    +         * This is the old style evil hack IMPLICIT handling: since the
    +         * underlying code is expecting a tag and class other than the one
    +         * present we change the buffer temporarily then change it back
    +         * afterwards. This doesn't and never did work for tags > 30. Yes
    +         * this is *horrible* but it is only needed for old style d2i which
    +         * will hopefully not be around for much longer. FIXME: should copy
    +         * the buffer then modify it so the input buffer can be const: we
    +         * should *always* copy because the old style d2i might modify the
    +         * buffer.
    +         */
    +
    +        if (tag != -1) {
    +            wp = *(unsigned char **)in;
    +            imphack = *wp;
    +            if (p == NULL) {
    +                ASN1err(ASN1_F_ASN1_ITEM_EX_D2I, ERR_R_NESTED_ASN1_ERROR);
    +                goto err;
    +            }
    +            *wp = (unsigned char)((*p & V_ASN1_CONSTRUCTED)
    +                                  | it->utype);
    +        }
    +
    +        ptmpval = cf->asn1_d2i(pval, in, len);
    +
    +        if (tag != -1)
    +            *wp = imphack;
    +
    +        if (ptmpval)
    +            return 1;
    +
    +        ASN1err(ASN1_F_ASN1_ITEM_EX_D2I, ERR_R_NESTED_ASN1_ERROR);
    +        goto err;
    +
    +    case ASN1_ITYPE_CHOICE:
    +        if (asn1_cb && !asn1_cb(ASN1_OP_D2I_PRE, pval, it, NULL))
    +            goto auxerr;
    +
    +        /* Allocate structure */
    +        if (!*pval && !ASN1_item_ex_new(pval, it)) {
    +            ASN1err(ASN1_F_ASN1_ITEM_EX_D2I, ERR_R_NESTED_ASN1_ERROR);
    +            goto err;
    +        }
    +        /* CHOICE type, try each possibility in turn */
    +        p = *in;
    +        for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
    +            pchptr = asn1_get_field_ptr(pval, tt);
    +            /*
    +             * We mark field as OPTIONAL so its absence can be recognised.
    +             */
    +            ret = asn1_template_ex_d2i(pchptr, &p, len, tt, 1, ctx);
    +            /* If field not present, try the next one */
    +            if (ret == -1)
    +                continue;
    +            /* If positive return, read OK, break loop */
    +            if (ret > 0)
    +                break;
    +            /* Otherwise must be an ASN1 parsing error */
    +            errtt = tt;
    +            ASN1err(ASN1_F_ASN1_ITEM_EX_D2I, ERR_R_NESTED_ASN1_ERROR);
    +            goto err;
    +        }
    +
    +        /* Did we fall off the end without reading anything? */
    +        if (i == it->tcount) {
    +            /* If OPTIONAL, this is OK */
    +            if (opt) {
    +                /* Free and zero it */
    +                ASN1_item_ex_free(pval, it);
    +                return -1;
    +            }
    +            ASN1err(ASN1_F_ASN1_ITEM_EX_D2I, ASN1_R_NO_MATCHING_CHOICE_TYPE);
    +            goto err;
    +        }
    +
    +        asn1_set_choice_selector(pval, i, it);
    +        *in = p;
    +        if (asn1_cb && !asn1_cb(ASN1_OP_D2I_POST, pval, it, NULL))
    +            goto auxerr;
    +        return 1;
    +
    +    case ASN1_ITYPE_NDEF_SEQUENCE:
    +    case ASN1_ITYPE_SEQUENCE:
    +        p = *in;
    +        tmplen = len;
    +
    +        /* If no IMPLICIT tagging set to SEQUENCE, UNIVERSAL */
    +        if (tag == -1) {
    +            tag = V_ASN1_SEQUENCE;
    +            aclass = V_ASN1_UNIVERSAL;
    +        }
    +        /* Get SEQUENCE length and update len, p */
    +        ret = asn1_check_tlen(&len, NULL, NULL, &seq_eoc, &cst,
    +                              &p, len, tag, aclass, opt, ctx);
    +        if (!ret) {
    +            ASN1err(ASN1_F_ASN1_ITEM_EX_D2I, ERR_R_NESTED_ASN1_ERROR);
    +            goto err;
    +        } else if (ret == -1)
    +            return -1;
    +        if (aux && (aux->flags & ASN1_AFLG_BROKEN)) {
    +            len = tmplen - (p - *in);
    +            seq_nolen = 1;
    +        }
    +        /* If indefinite we don't do a length check */
    +        else
    +            seq_nolen = seq_eoc;
    +        if (!cst) {
    +            ASN1err(ASN1_F_ASN1_ITEM_EX_D2I, ASN1_R_SEQUENCE_NOT_CONSTRUCTED);
    +            goto err;
    +        }
    +
    +        if (!*pval && !ASN1_item_ex_new(pval, it)) {
    +            ASN1err(ASN1_F_ASN1_ITEM_EX_D2I, ERR_R_NESTED_ASN1_ERROR);
    +            goto err;
    +        }
    +
    +        if (asn1_cb && !asn1_cb(ASN1_OP_D2I_PRE, pval, it, NULL))
    +            goto auxerr;
    +
    +        /* Get each field entry */
    +        for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
    +            const ASN1_TEMPLATE *seqtt;
    +            ASN1_VALUE **pseqval;
    +            seqtt = asn1_do_adb(pval, tt, 1);
    +            if (!seqtt)
    +                goto err;
    +            pseqval = asn1_get_field_ptr(pval, seqtt);
    +            /* Have we ran out of data? */
    +            if (!len)
    +                break;
    +            q = p;
    +            if (asn1_check_eoc(&p, len)) {
    +                if (!seq_eoc) {
    +                    ASN1err(ASN1_F_ASN1_ITEM_EX_D2I, ASN1_R_UNEXPECTED_EOC);
    +                    goto err;
    +                }
    +                len -= p - q;
    +                seq_eoc = 0;
    +                q = p;
    +                break;
    +            }
    +            /*
    +             * This determines the OPTIONAL flag value. The field cannot be
    +             * omitted if it is the last of a SEQUENCE and there is still
    +             * data to be read. This isn't strictly necessary but it
    +             * increases efficiency in some cases.
    +             */
    +            if (i == (it->tcount - 1))
    +                isopt = 0;
    +            else
    +                isopt = (char)(seqtt->flags & ASN1_TFLG_OPTIONAL);
    +            /*
    +             * attempt to read in field, allowing each to be OPTIONAL
    +             */
    +
    +            ret = asn1_template_ex_d2i(pseqval, &p, len, seqtt, isopt, ctx);
    +            if (!ret) {
    +                errtt = seqtt;
    +                goto err;
    +            } else if (ret == -1) {
    +                /*
    +                 * OPTIONAL component absent. Free and zero the field.
    +                 */
    +                ASN1_template_free(pseqval, seqtt);
    +                continue;
    +            }
    +            /* Update length */
    +            len -= p - q;
    +        }
    +
    +        /* Check for EOC if expecting one */
    +        if (seq_eoc && !asn1_check_eoc(&p, len)) {
    +            ASN1err(ASN1_F_ASN1_ITEM_EX_D2I, ASN1_R_MISSING_EOC);
    +            goto err;
    +        }
    +        /* Check all data read */
    +        if (!seq_nolen && len) {
    +            ASN1err(ASN1_F_ASN1_ITEM_EX_D2I, ASN1_R_SEQUENCE_LENGTH_MISMATCH);
    +            goto err;
    +        }
    +
    +        /*
    +         * If we get here we've got no more data in the SEQUENCE, however we
    +         * may not have read all fields so check all remaining are OPTIONAL
    +         * and clear any that are.
    +         */
    +        for (; i < it->tcount; tt++, i++) {
    +            const ASN1_TEMPLATE *seqtt;
    +            seqtt = asn1_do_adb(pval, tt, 1);
    +            if (!seqtt)
    +                goto err;
    +            if (seqtt->flags & ASN1_TFLG_OPTIONAL) {
    +                ASN1_VALUE **pseqval;
    +                pseqval = asn1_get_field_ptr(pval, seqtt);
    +                ASN1_template_free(pseqval, seqtt);
    +            } else {
    +                errtt = seqtt;
    +                ASN1err(ASN1_F_ASN1_ITEM_EX_D2I, ASN1_R_FIELD_MISSING);
    +                goto err;
    +            }
    +        }
    +        /* Save encoding */
    +        if (!asn1_enc_save(pval, *in, p - *in, it))
    +            goto auxerr;
    +        *in = p;
    +        if (asn1_cb && !asn1_cb(ASN1_OP_D2I_POST, pval, it, NULL))
    +            goto auxerr;
    +        return 1;
    +
    +    default:
    +        return 0;
    +    }
    + auxerr:
    +    ASN1err(ASN1_F_ASN1_ITEM_EX_D2I, ASN1_R_AUX_ERROR);
    + err:
    +    ASN1_item_ex_free(pval, it);
    +    if (errtt)
    +        ERR_add_error_data(4, "Field=", errtt->field_name,
    +                           ", Type=", it->sname);
    +    else
    +        ERR_add_error_data(2, "Type=", it->sname);
    +    return 0;
    +}
    +
    +/*
    + * Templates are handled with two separate functions. One handles any
    + * EXPLICIT tag and the other handles the rest.
      */
     
     static int asn1_template_ex_d2i(ASN1_VALUE **val,
    -				const unsigned char **in, long inlen,
    -				const ASN1_TEMPLATE *tt, char opt,
    -							ASN1_TLC *ctx)
    -	{
    -	int flags, aclass;
    -	int ret;
    -	long len;
    -	const unsigned char *p, *q;
    -	char exp_eoc;
    -	if (!val)
    -		return 0;
    -	flags = tt->flags;
    -	aclass = flags & ASN1_TFLG_TAG_CLASS;
    -
    -	p = *in;
    -
    -	/* Check if EXPLICIT tag expected */
    -	if (flags & ASN1_TFLG_EXPTAG)
    -		{
    -		char cst;
    -		/* Need to work out amount of data available to the inner
    -		 * content and where it starts: so read in EXPLICIT header to
    -		 * get the info.
    -		 */
    -		ret = asn1_check_tlen(&len, NULL, NULL, &exp_eoc, &cst,
    -					&p, inlen, tt->tag, aclass, opt, ctx);
    -		q = p;
    -		if (!ret)
    -			{
    -			ASN1err(ASN1_F_ASN1_TEMPLATE_EX_D2I,
    -					ERR_R_NESTED_ASN1_ERROR);
    -			return 0;
    -			}
    -		else if (ret == -1)
    -			return -1;
    -		if (!cst)
    -			{
    -			ASN1err(ASN1_F_ASN1_TEMPLATE_EX_D2I,
    -					ASN1_R_EXPLICIT_TAG_NOT_CONSTRUCTED);
    -			return 0;
    -			}
    -		/* We've found the field so it can't be OPTIONAL now */
    -		ret = asn1_template_noexp_d2i(val, &p, len, tt, 0, ctx);
    -		if (!ret)
    -			{
    -			ASN1err(ASN1_F_ASN1_TEMPLATE_EX_D2I,
    -					ERR_R_NESTED_ASN1_ERROR);
    -			return 0;
    -			}
    -		/* We read the field in OK so update length */
    -		len -= p - q;
    -		if (exp_eoc)
    -			{
    -			/* If NDEF we must have an EOC here */
    -			if (!asn1_check_eoc(&p, len))
    -				{
    -				ASN1err(ASN1_F_ASN1_TEMPLATE_EX_D2I,
    -						ASN1_R_MISSING_EOC);
    -				goto err;
    -				}
    -			}
    -		else
    -			{
    -			/* Otherwise we must hit the EXPLICIT tag end or its
    -			 * an error */
    -			if (len)
    -				{
    -				ASN1err(ASN1_F_ASN1_TEMPLATE_EX_D2I,
    -					ASN1_R_EXPLICIT_LENGTH_MISMATCH);
    -				goto err;
    -				}
    -			}
    -		}
    -		else 
    -			return asn1_template_noexp_d2i(val, in, inlen,
    -								tt, opt, ctx);
    -
    -	*in = p;
    -	return 1;
    -
    -	err:
    -	ASN1_template_free(val, tt);
    -	return 0;
    -	}
    +                                const unsigned char **in, long inlen,
    +                                const ASN1_TEMPLATE *tt, char opt,
    +                                ASN1_TLC *ctx)
    +{
    +    int flags, aclass;
    +    int ret;
    +    long len;
    +    const unsigned char *p, *q;
    +    char exp_eoc;
    +    if (!val)
    +        return 0;
    +    flags = tt->flags;
    +    aclass = flags & ASN1_TFLG_TAG_CLASS;
    +
    +    p = *in;
    +
    +    /* Check if EXPLICIT tag expected */
    +    if (flags & ASN1_TFLG_EXPTAG) {
    +        char cst;
    +        /*
    +         * Need to work out amount of data available to the inner content and
    +         * where it starts: so read in EXPLICIT header to get the info.
    +         */
    +        ret = asn1_check_tlen(&len, NULL, NULL, &exp_eoc, &cst,
    +                              &p, inlen, tt->tag, aclass, opt, ctx);
    +        q = p;
    +        if (!ret) {
    +            ASN1err(ASN1_F_ASN1_TEMPLATE_EX_D2I, ERR_R_NESTED_ASN1_ERROR);
    +            return 0;
    +        } else if (ret == -1)
    +            return -1;
    +        if (!cst) {
    +            ASN1err(ASN1_F_ASN1_TEMPLATE_EX_D2I,
    +                    ASN1_R_EXPLICIT_TAG_NOT_CONSTRUCTED);
    +            return 0;
    +        }
    +        /* We've found the field so it can't be OPTIONAL now */
    +        ret = asn1_template_noexp_d2i(val, &p, len, tt, 0, ctx);
    +        if (!ret) {
    +            ASN1err(ASN1_F_ASN1_TEMPLATE_EX_D2I, ERR_R_NESTED_ASN1_ERROR);
    +            return 0;
    +        }
    +        /* We read the field in OK so update length */
    +        len -= p - q;
    +        if (exp_eoc) {
    +            /* If NDEF we must have an EOC here */
    +            if (!asn1_check_eoc(&p, len)) {
    +                ASN1err(ASN1_F_ASN1_TEMPLATE_EX_D2I, ASN1_R_MISSING_EOC);
    +                goto err;
    +            }
    +        } else {
    +            /*
    +             * Otherwise we must hit the EXPLICIT tag end or its an error
    +             */
    +            if (len) {
    +                ASN1err(ASN1_F_ASN1_TEMPLATE_EX_D2I,
    +                        ASN1_R_EXPLICIT_LENGTH_MISMATCH);
    +                goto err;
    +            }
    +        }
    +    } else
    +        return asn1_template_noexp_d2i(val, in, inlen, tt, opt, ctx);
    +
    +    *in = p;
    +    return 1;
    +
    + err:
    +    ASN1_template_free(val, tt);
    +    return 0;
    +}
     
     static int asn1_template_noexp_d2i(ASN1_VALUE **val,
    -				const unsigned char **in, long len,
    -				const ASN1_TEMPLATE *tt, char opt,
    -				ASN1_TLC *ctx)
    -	{
    -	int flags, aclass;
    -	int ret;
    -	const unsigned char *p, *q;
    -	if (!val)
    -		return 0;
    -	flags = tt->flags;
    -	aclass = flags & ASN1_TFLG_TAG_CLASS;
    -
    -	p = *in;
    -	q = p;
    -
    -	if (flags & ASN1_TFLG_SK_MASK)
    -		{
    -		/* SET OF, SEQUENCE OF */
    -		int sktag, skaclass;
    -		char sk_eoc;
    -		/* First work out expected inner tag value */
    -		if (flags & ASN1_TFLG_IMPTAG)
    -			{
    -			sktag = tt->tag;
    -			skaclass = aclass;
    -			}
    -		else
    -			{
    -			skaclass = V_ASN1_UNIVERSAL;
    -			if (flags & ASN1_TFLG_SET_OF)
    -				sktag = V_ASN1_SET;
    -			else
    -				sktag = V_ASN1_SEQUENCE;
    -			}
    -		/* Get the tag */
    -		ret = asn1_check_tlen(&len, NULL, NULL, &sk_eoc, NULL,
    -					&p, len, sktag, skaclass, opt, ctx);
    -		if (!ret)
    -			{
    -			ASN1err(ASN1_F_ASN1_TEMPLATE_NOEXP_D2I,
    -						ERR_R_NESTED_ASN1_ERROR);
    -			return 0;
    -			}
    -		else if (ret == -1)
    -			return -1;
    -		if (!*val)
    -			*val = (ASN1_VALUE *)sk_new_null();
    -		else
    -			{
    -			/* We've got a valid STACK: free up any items present */
    -			STACK_OF(ASN1_VALUE) *sktmp
    -			    = (STACK_OF(ASN1_VALUE) *)*val;
    -			ASN1_VALUE *vtmp;
    -			while(sk_ASN1_VALUE_num(sktmp) > 0)
    -				{
    -				vtmp = sk_ASN1_VALUE_pop(sktmp);
    -				ASN1_item_ex_free(&vtmp,
    -						ASN1_ITEM_ptr(tt->item));
    -				}
    -			}
    -				
    -		if (!*val)
    -			{
    -			ASN1err(ASN1_F_ASN1_TEMPLATE_NOEXP_D2I,
    -						ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -
    -		/* Read as many items as we can */
    -		while(len > 0)
    -			{
    -			ASN1_VALUE *skfield;
    -			q = p;
    -			/* See if EOC found */
    -			if (asn1_check_eoc(&p, len))
    -				{
    -				if (!sk_eoc)
    -					{
    -					ASN1err(ASN1_F_ASN1_TEMPLATE_NOEXP_D2I,
    -							ASN1_R_UNEXPECTED_EOC);
    -					goto err;
    -					}
    -				len -= p - q;
    -				sk_eoc = 0;
    -				break;
    -				}
    -			skfield = NULL;
    -			if (!ASN1_item_ex_d2i(&skfield, &p, len,
    -						ASN1_ITEM_ptr(tt->item),
    -						-1, 0, 0, ctx))
    -				{
    -				ASN1err(ASN1_F_ASN1_TEMPLATE_NOEXP_D2I,
    -					ERR_R_NESTED_ASN1_ERROR);
    -				goto err;
    -				}
    -			len -= p - q;
    -			if (!sk_ASN1_VALUE_push((STACK_OF(ASN1_VALUE) *)*val,
    -						skfield))
    -				{
    -				ASN1err(ASN1_F_ASN1_TEMPLATE_NOEXP_D2I,
    -						ERR_R_MALLOC_FAILURE);
    -				goto err;
    -				}
    -			}
    -		if (sk_eoc)
    -			{
    -			ASN1err(ASN1_F_ASN1_TEMPLATE_NOEXP_D2I, ASN1_R_MISSING_EOC);
    -			goto err;
    -			}
    -		}
    -	else if (flags & ASN1_TFLG_IMPTAG)
    -		{
    -		/* IMPLICIT tagging */
    -		ret = ASN1_item_ex_d2i(val, &p, len,
    -			ASN1_ITEM_ptr(tt->item), tt->tag, aclass, opt, ctx);
    -		if (!ret)
    -			{
    -			ASN1err(ASN1_F_ASN1_TEMPLATE_NOEXP_D2I,
    -						ERR_R_NESTED_ASN1_ERROR);
    -			goto err;
    -			}
    -		else if (ret == -1)
    -			return -1;
    -		}
    -	else
    -		{
    -		/* Nothing special */
    -		ret = ASN1_item_ex_d2i(val, &p, len, ASN1_ITEM_ptr(tt->item),
    -							-1, 0, opt, ctx);
    -		if (!ret)
    -			{
    -			ASN1err(ASN1_F_ASN1_TEMPLATE_NOEXP_D2I,
    -					ERR_R_NESTED_ASN1_ERROR);
    -			goto err;
    -			}
    -		else if (ret == -1)
    -			return -1;
    -		}
    -
    -	*in = p;
    -	return 1;
    -
    -	err:
    -	ASN1_template_free(val, tt);
    -	return 0;
    -	}
    +                                   const unsigned char **in, long len,
    +                                   const ASN1_TEMPLATE *tt, char opt,
    +                                   ASN1_TLC *ctx)
    +{
    +    int flags, aclass;
    +    int ret;
    +    const unsigned char *p, *q;
    +    if (!val)
    +        return 0;
    +    flags = tt->flags;
    +    aclass = flags & ASN1_TFLG_TAG_CLASS;
    +
    +    p = *in;
    +    q = p;
    +
    +    if (flags & ASN1_TFLG_SK_MASK) {
    +        /* SET OF, SEQUENCE OF */
    +        int sktag, skaclass;
    +        char sk_eoc;
    +        /* First work out expected inner tag value */
    +        if (flags & ASN1_TFLG_IMPTAG) {
    +            sktag = tt->tag;
    +            skaclass = aclass;
    +        } else {
    +            skaclass = V_ASN1_UNIVERSAL;
    +            if (flags & ASN1_TFLG_SET_OF)
    +                sktag = V_ASN1_SET;
    +            else
    +                sktag = V_ASN1_SEQUENCE;
    +        }
    +        /* Get the tag */
    +        ret = asn1_check_tlen(&len, NULL, NULL, &sk_eoc, NULL,
    +                              &p, len, sktag, skaclass, opt, ctx);
    +        if (!ret) {
    +            ASN1err(ASN1_F_ASN1_TEMPLATE_NOEXP_D2I, ERR_R_NESTED_ASN1_ERROR);
    +            return 0;
    +        } else if (ret == -1)
    +            return -1;
    +        if (!*val)
    +            *val = (ASN1_VALUE *)sk_new_null();
    +        else {
    +            /*
    +             * We've got a valid STACK: free up any items present
    +             */
    +            STACK_OF(ASN1_VALUE) *sktmp = (STACK_OF(ASN1_VALUE) *)*val;
    +            ASN1_VALUE *vtmp;
    +            while (sk_ASN1_VALUE_num(sktmp) > 0) {
    +                vtmp = sk_ASN1_VALUE_pop(sktmp);
    +                ASN1_item_ex_free(&vtmp, ASN1_ITEM_ptr(tt->item));
    +            }
    +        }
    +
    +        if (!*val) {
    +            ASN1err(ASN1_F_ASN1_TEMPLATE_NOEXP_D2I, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +
    +        /* Read as many items as we can */
    +        while (len > 0) {
    +            ASN1_VALUE *skfield;
    +            q = p;
    +            /* See if EOC found */
    +            if (asn1_check_eoc(&p, len)) {
    +                if (!sk_eoc) {
    +                    ASN1err(ASN1_F_ASN1_TEMPLATE_NOEXP_D2I,
    +                            ASN1_R_UNEXPECTED_EOC);
    +                    goto err;
    +                }
    +                len -= p - q;
    +                sk_eoc = 0;
    +                break;
    +            }
    +            skfield = NULL;
    +            if (!ASN1_item_ex_d2i(&skfield, &p, len,
    +                                  ASN1_ITEM_ptr(tt->item), -1, 0, 0, ctx)) {
    +                ASN1err(ASN1_F_ASN1_TEMPLATE_NOEXP_D2I,
    +                        ERR_R_NESTED_ASN1_ERROR);
    +                goto err;
    +            }
    +            len -= p - q;
    +            if (!sk_ASN1_VALUE_push((STACK_OF(ASN1_VALUE) *)*val, skfield)) {
    +                ASN1err(ASN1_F_ASN1_TEMPLATE_NOEXP_D2I, ERR_R_MALLOC_FAILURE);
    +                goto err;
    +            }
    +        }
    +        if (sk_eoc) {
    +            ASN1err(ASN1_F_ASN1_TEMPLATE_NOEXP_D2I, ASN1_R_MISSING_EOC);
    +            goto err;
    +        }
    +    } else if (flags & ASN1_TFLG_IMPTAG) {
    +        /* IMPLICIT tagging */
    +        ret = ASN1_item_ex_d2i(val, &p, len,
    +                               ASN1_ITEM_ptr(tt->item), tt->tag, aclass, opt,
    +                               ctx);
    +        if (!ret) {
    +            ASN1err(ASN1_F_ASN1_TEMPLATE_NOEXP_D2I, ERR_R_NESTED_ASN1_ERROR);
    +            goto err;
    +        } else if (ret == -1)
    +            return -1;
    +    } else {
    +        /* Nothing special */
    +        ret = ASN1_item_ex_d2i(val, &p, len, ASN1_ITEM_ptr(tt->item),
    +                               -1, 0, opt, ctx);
    +        if (!ret) {
    +            ASN1err(ASN1_F_ASN1_TEMPLATE_NOEXP_D2I, ERR_R_NESTED_ASN1_ERROR);
    +            goto err;
    +        } else if (ret == -1)
    +            return -1;
    +    }
    +
    +    *in = p;
    +    return 1;
    +
    + err:
    +    ASN1_template_free(val, tt);
    +    return 0;
    +}
     
     static int asn1_d2i_ex_primitive(ASN1_VALUE **pval,
    -				const unsigned char **in, long inlen, 
    -				const ASN1_ITEM *it,
    -				int tag, int aclass, char opt, ASN1_TLC *ctx)
    -	{
    -	int ret = 0, utype;
    -	long plen;
    -	char cst, inf, free_cont = 0;
    -	const unsigned char *p;
    -	BUF_MEM buf;
    -	const unsigned char *cont = NULL;
    -	long len; 
    -	if (!pval)
    -		{
    -		ASN1err(ASN1_F_ASN1_D2I_EX_PRIMITIVE, ASN1_R_ILLEGAL_NULL);
    -		return 0; /* Should never happen */
    -		}
    -
    -	if (it->itype == ASN1_ITYPE_MSTRING)
    -		{
    -		utype = tag;
    -		tag = -1;
    -		}
    -	else
    -		utype = it->utype;
    -
    -	if (utype == V_ASN1_ANY)
    -		{
    -		/* If type is ANY need to figure out type from tag */
    -		unsigned char oclass;
    -		if (tag >= 0)
    -			{
    -			ASN1err(ASN1_F_ASN1_D2I_EX_PRIMITIVE,
    -					ASN1_R_ILLEGAL_TAGGED_ANY);
    -			return 0;
    -			}
    -		if (opt)
    -			{
    -			ASN1err(ASN1_F_ASN1_D2I_EX_PRIMITIVE,
    -					ASN1_R_ILLEGAL_OPTIONAL_ANY);
    -			return 0;
    -			}
    -		p = *in;
    -		ret = asn1_check_tlen(NULL, &utype, &oclass, NULL, NULL,
    -					&p, inlen, -1, 0, 0, ctx);
    -		if (!ret)
    -			{
    -			ASN1err(ASN1_F_ASN1_D2I_EX_PRIMITIVE,
    -					ERR_R_NESTED_ASN1_ERROR);
    -			return 0;
    -			}
    -		if (oclass != V_ASN1_UNIVERSAL)
    -			utype = V_ASN1_OTHER;
    -		}
    -	if (tag == -1)
    -		{
    -		tag = utype;
    -		aclass = V_ASN1_UNIVERSAL;
    -		}
    -	p = *in;
    -	/* Check header */
    -	ret = asn1_check_tlen(&plen, NULL, NULL, &inf, &cst,
    -				&p, inlen, tag, aclass, opt, ctx);
    -	if (!ret)
    -		{
    -		ASN1err(ASN1_F_ASN1_D2I_EX_PRIMITIVE, ERR_R_NESTED_ASN1_ERROR);
    -		return 0;
    -		}
    -	else if (ret == -1)
    -		return -1;
    -        ret = 0;
    -	/* SEQUENCE, SET and "OTHER" are left in encoded form */
    -	if ((utype == V_ASN1_SEQUENCE)
    -		|| (utype == V_ASN1_SET) || (utype == V_ASN1_OTHER))
    -		{
    -		/* Clear context cache for type OTHER because the auto clear
    -		 * when we have a exact match wont work
    -		 */
    -		if (utype == V_ASN1_OTHER)
    -			{
    -			asn1_tlc_clear(ctx);
    -			}
    -		/* SEQUENCE and SET must be constructed */
    -		else if (!cst)
    -			{
    -			ASN1err(ASN1_F_ASN1_D2I_EX_PRIMITIVE,
    -				ASN1_R_TYPE_NOT_CONSTRUCTED);
    -			return 0;
    -			}
    -
    -		cont = *in;
    -		/* If indefinite length constructed find the real end */
    -		if (inf)
    -			{
    -			if (!asn1_find_end(&p, plen, inf))
    -				 goto err;
    -			len = p - cont;
    -			}
    -		else
    -			{
    -			len = p - cont + plen;
    -			p += plen;
    -			buf.data = NULL;
    -			}
    -		}
    -	else if (cst)
    -		{
    -		buf.length = 0;
    -		buf.max = 0;
    -		buf.data = NULL;
    -		/* Should really check the internal tags are correct but
    -		 * some things may get this wrong. The relevant specs
    -		 * say that constructed string types should be OCTET STRINGs
    -		 * internally irrespective of the type. So instead just check
    -		 * for UNIVERSAL class and ignore the tag.
    -		 */
    -		if (!asn1_collect(&buf, &p, plen, inf, -1, V_ASN1_UNIVERSAL, 0))
    -			{
    -			free_cont = 1;
    -			goto err;
    -			}
    -		len = buf.length;
    -		/* Append a final null to string */
    -		if (!BUF_MEM_grow_clean(&buf, len + 1))
    -			{
    -			ASN1err(ASN1_F_ASN1_D2I_EX_PRIMITIVE,
    -						ERR_R_MALLOC_FAILURE);
    -			return 0;
    -			}
    -		buf.data[len] = 0;
    -		cont = (const unsigned char *)buf.data;
    -		free_cont = 1;
    -		}
    -	else
    -		{
    -		cont = p;
    -		len = plen;
    -		p += plen;
    -		}
    -
    -	/* We now have content length and type: translate into a structure */
    -	if (!asn1_ex_c2i(pval, cont, len, utype, &free_cont, it))
    -		goto err;
    -
    -	*in = p;
    -	ret = 1;
    -	err:
    -	if (free_cont && buf.data) OPENSSL_free(buf.data);
    -	return ret;
    -	}
    +                                 const unsigned char **in, long inlen,
    +                                 const ASN1_ITEM *it,
    +                                 int tag, int aclass, char opt, ASN1_TLC *ctx)
    +{
    +    int ret = 0, utype;
    +    long plen;
    +    char cst, inf, free_cont = 0;
    +    const unsigned char *p;
    +    BUF_MEM buf;
    +    const unsigned char *cont = NULL;
    +    long len;
    +    if (!pval) {
    +        ASN1err(ASN1_F_ASN1_D2I_EX_PRIMITIVE, ASN1_R_ILLEGAL_NULL);
    +        return 0;               /* Should never happen */
    +    }
    +
    +    if (it->itype == ASN1_ITYPE_MSTRING) {
    +        utype = tag;
    +        tag = -1;
    +    } else
    +        utype = it->utype;
    +
    +    if (utype == V_ASN1_ANY) {
    +        /* If type is ANY need to figure out type from tag */
    +        unsigned char oclass;
    +        if (tag >= 0) {
    +            ASN1err(ASN1_F_ASN1_D2I_EX_PRIMITIVE, ASN1_R_ILLEGAL_TAGGED_ANY);
    +            return 0;
    +        }
    +        if (opt) {
    +            ASN1err(ASN1_F_ASN1_D2I_EX_PRIMITIVE,
    +                    ASN1_R_ILLEGAL_OPTIONAL_ANY);
    +            return 0;
    +        }
    +        p = *in;
    +        ret = asn1_check_tlen(NULL, &utype, &oclass, NULL, NULL,
    +                              &p, inlen, -1, 0, 0, ctx);
    +        if (!ret) {
    +            ASN1err(ASN1_F_ASN1_D2I_EX_PRIMITIVE, ERR_R_NESTED_ASN1_ERROR);
    +            return 0;
    +        }
    +        if (oclass != V_ASN1_UNIVERSAL)
    +            utype = V_ASN1_OTHER;
    +    }
    +    if (tag == -1) {
    +        tag = utype;
    +        aclass = V_ASN1_UNIVERSAL;
    +    }
    +    p = *in;
    +    /* Check header */
    +    ret = asn1_check_tlen(&plen, NULL, NULL, &inf, &cst,
    +                          &p, inlen, tag, aclass, opt, ctx);
    +    if (!ret) {
    +        ASN1err(ASN1_F_ASN1_D2I_EX_PRIMITIVE, ERR_R_NESTED_ASN1_ERROR);
    +        return 0;
    +    } else if (ret == -1)
    +        return -1;
    +    ret = 0;
    +    /* SEQUENCE, SET and "OTHER" are left in encoded form */
    +    if ((utype == V_ASN1_SEQUENCE)
    +        || (utype == V_ASN1_SET) || (utype == V_ASN1_OTHER)) {
    +        /*
    +         * Clear context cache for type OTHER because the auto clear when we
    +         * have a exact match wont work
    +         */
    +        if (utype == V_ASN1_OTHER) {
    +            asn1_tlc_clear(ctx);
    +        }
    +        /* SEQUENCE and SET must be constructed */
    +        else if (!cst) {
    +            ASN1err(ASN1_F_ASN1_D2I_EX_PRIMITIVE,
    +                    ASN1_R_TYPE_NOT_CONSTRUCTED);
    +            return 0;
    +        }
    +
    +        cont = *in;
    +        /* If indefinite length constructed find the real end */
    +        if (inf) {
    +            if (!asn1_find_end(&p, plen, inf))
    +                goto err;
    +            len = p - cont;
    +        } else {
    +            len = p - cont + plen;
    +            p += plen;
    +            buf.data = NULL;
    +        }
    +    } else if (cst) {
    +        if (utype == V_ASN1_NULL || utype == V_ASN1_BOOLEAN
    +            || utype == V_ASN1_OBJECT || utype == V_ASN1_INTEGER
    +            || utype == V_ASN1_ENUMERATED) {
    +            ASN1err(ASN1_F_ASN1_D2I_EX_PRIMITIVE, ASN1_R_TYPE_NOT_PRIMITIVE);
    +            return 0;
    +        }
    +        buf.length = 0;
    +        buf.max = 0;
    +        buf.data = NULL;
    +        /*
    +         * Should really check the internal tags are correct but some things
    +         * may get this wrong. The relevant specs say that constructed string
    +         * types should be OCTET STRINGs internally irrespective of the type.
    +         * So instead just check for UNIVERSAL class and ignore the tag.
    +         */
    +        if (!asn1_collect(&buf, &p, plen, inf, -1, V_ASN1_UNIVERSAL, 0)) {
    +            free_cont = 1;
    +            goto err;
    +        }
    +        len = buf.length;
    +        /* Append a final null to string */
    +        if (!BUF_MEM_grow_clean(&buf, len + 1)) {
    +            ASN1err(ASN1_F_ASN1_D2I_EX_PRIMITIVE, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +        buf.data[len] = 0;
    +        cont = (const unsigned char *)buf.data;
    +        free_cont = 1;
    +    } else {
    +        cont = p;
    +        len = plen;
    +        p += plen;
    +    }
    +
    +    /* We now have content length and type: translate into a structure */
    +    if (!asn1_ex_c2i(pval, cont, len, utype, &free_cont, it))
    +        goto err;
    +
    +    *in = p;
    +    ret = 1;
    + err:
    +    if (free_cont && buf.data)
    +        OPENSSL_free(buf.data);
    +    return ret;
    +}
     
     /* Translate ASN1 content octets into a structure */
     
     int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
    -			int utype, char *free_cont, const ASN1_ITEM *it)
    -	{
    -	ASN1_VALUE **opval = NULL;
    -	ASN1_STRING *stmp;
    -	ASN1_TYPE *typ = NULL;
    -	int ret = 0;
    -	const ASN1_PRIMITIVE_FUNCS *pf;
    -	ASN1_INTEGER **tint;
    -	pf = it->funcs;
    -
    -	if (pf && pf->prim_c2i)
    -		return pf->prim_c2i(pval, cont, len, utype, free_cont, it);
    -	/* If ANY type clear type and set pointer to internal value */
    -	if (it->utype == V_ASN1_ANY)
    -		{
    -		if (!*pval)
    -			{
    -			typ = ASN1_TYPE_new();
    -			if (typ == NULL)
    -				goto err;
    -			*pval = (ASN1_VALUE *)typ;
    -			}
    -		else
    -			typ = (ASN1_TYPE *)*pval;
    -
    -		if (utype != typ->type)
    -			ASN1_TYPE_set(typ, utype, NULL);
    -		opval = pval;
    -		pval = &typ->value.asn1_value;
    -		}
    -	switch(utype)
    -		{
    -		case V_ASN1_OBJECT:
    -		if (!c2i_ASN1_OBJECT((ASN1_OBJECT **)pval, &cont, len))
    -			goto err;
    -		break;
    -
    -		case V_ASN1_NULL:
    -		if (len)
    -			{
    -			ASN1err(ASN1_F_ASN1_EX_C2I,
    -						ASN1_R_NULL_IS_WRONG_LENGTH);
    -			goto err;
    -			}
    -		*pval = (ASN1_VALUE *)1;
    -		break;
    -
    -		case V_ASN1_BOOLEAN:
    -		if (len != 1)
    -			{
    -			ASN1err(ASN1_F_ASN1_EX_C2I,
    -						ASN1_R_BOOLEAN_IS_WRONG_LENGTH);
    -			goto err;
    -			}
    -		else
    -			{
    -			ASN1_BOOLEAN *tbool;
    -			tbool = (ASN1_BOOLEAN *)pval;
    -			*tbool = *cont;
    -			}
    -		break;
    -
    -		case V_ASN1_BIT_STRING:
    -		if (!c2i_ASN1_BIT_STRING((ASN1_BIT_STRING **)pval, &cont, len))
    -			goto err;
    -		break;
    -
    -		case V_ASN1_INTEGER:
    -		case V_ASN1_NEG_INTEGER:
    -		case V_ASN1_ENUMERATED:
    -		case V_ASN1_NEG_ENUMERATED:
    -		tint = (ASN1_INTEGER **)pval;
    -		if (!c2i_ASN1_INTEGER(tint, &cont, len))
    -			goto err;
    -		/* Fixup type to match the expected form */
    -		(*tint)->type = utype | ((*tint)->type & V_ASN1_NEG);
    -		break;
    -
    -		case V_ASN1_OCTET_STRING:
    -		case V_ASN1_NUMERICSTRING:
    -		case V_ASN1_PRINTABLESTRING:
    -		case V_ASN1_T61STRING:
    -		case V_ASN1_VIDEOTEXSTRING:
    -		case V_ASN1_IA5STRING:
    -		case V_ASN1_UTCTIME:
    -		case V_ASN1_GENERALIZEDTIME:
    -		case V_ASN1_GRAPHICSTRING:
    -		case V_ASN1_VISIBLESTRING:
    -		case V_ASN1_GENERALSTRING:
    -		case V_ASN1_UNIVERSALSTRING:
    -		case V_ASN1_BMPSTRING:
    -		case V_ASN1_UTF8STRING:
    -		case V_ASN1_OTHER:
    -		case V_ASN1_SET:
    -		case V_ASN1_SEQUENCE:
    -		default:
    -		if (utype == V_ASN1_BMPSTRING && (len & 1))
    -			{
    -			ASN1err(ASN1_F_ASN1_EX_C2I,
    -					ASN1_R_BMPSTRING_IS_WRONG_LENGTH);
    -			goto err;
    -			}
    -		if (utype == V_ASN1_UNIVERSALSTRING && (len & 3))
    -			{
    -			ASN1err(ASN1_F_ASN1_EX_C2I,
    -					ASN1_R_UNIVERSALSTRING_IS_WRONG_LENGTH);
    -			goto err;
    -			}
    -		/* All based on ASN1_STRING and handled the same */
    -		if (!*pval)
    -			{
    -			stmp = ASN1_STRING_type_new(utype);
    -			if (!stmp)
    -				{
    -				ASN1err(ASN1_F_ASN1_EX_C2I,
    -							ERR_R_MALLOC_FAILURE);
    -				goto err;
    -				}
    -			*pval = (ASN1_VALUE *)stmp;
    -			}
    -		else
    -			{
    -			stmp = (ASN1_STRING *)*pval;
    -			stmp->type = utype;
    -			}
    -		/* If we've already allocated a buffer use it */
    -		if (*free_cont)
    -			{
    -			if (stmp->data)
    -				OPENSSL_free(stmp->data);
    -			stmp->data = (unsigned char *)cont; /* UGLY CAST! RL */
    -			stmp->length = len;
    -			*free_cont = 0;
    -			}
    -		else
    -			{
    -			if (!ASN1_STRING_set(stmp, cont, len))
    -				{
    -				ASN1err(ASN1_F_ASN1_EX_C2I,
    -							ERR_R_MALLOC_FAILURE);
    -				ASN1_STRING_free(stmp);	
    -				*pval = NULL;
    -				goto err;
    -				}
    -			}
    -		break;
    -		}
    -	/* If ASN1_ANY and NULL type fix up value */
    -	if (typ && (utype == V_ASN1_NULL))
    -		 typ->value.ptr = NULL;
    -
    -	ret = 1;
    -	err:
    -	if (!ret)
    -		{
    -		ASN1_TYPE_free(typ);
    -		if (opval)
    -			*opval = NULL;
    -		}
    -	return ret;
    -	}
    -
    -
    -/* This function finds the end of an ASN1 structure when passed its maximum
    - * length, whether it is indefinite length and a pointer to the content.
    - * This is more efficient than calling asn1_collect because it does not
    - * recurse on each indefinite length header.
    +                int utype, char *free_cont, const ASN1_ITEM *it)
    +{
    +    ASN1_VALUE **opval = NULL;
    +    ASN1_STRING *stmp;
    +    ASN1_TYPE *typ = NULL;
    +    int ret = 0;
    +    const ASN1_PRIMITIVE_FUNCS *pf;
    +    ASN1_INTEGER **tint;
    +    pf = it->funcs;
    +
    +    if (pf && pf->prim_c2i)
    +        return pf->prim_c2i(pval, cont, len, utype, free_cont, it);
    +    /* If ANY type clear type and set pointer to internal value */
    +    if (it->utype == V_ASN1_ANY) {
    +        if (!*pval) {
    +            typ = ASN1_TYPE_new();
    +            if (typ == NULL)
    +                goto err;
    +            *pval = (ASN1_VALUE *)typ;
    +        } else
    +            typ = (ASN1_TYPE *)*pval;
    +
    +        if (utype != typ->type)
    +            ASN1_TYPE_set(typ, utype, NULL);
    +        opval = pval;
    +        pval = &typ->value.asn1_value;
    +    }
    +    switch (utype) {
    +    case V_ASN1_OBJECT:
    +        if (!c2i_ASN1_OBJECT((ASN1_OBJECT **)pval, &cont, len))
    +            goto err;
    +        break;
    +
    +    case V_ASN1_NULL:
    +        if (len) {
    +            ASN1err(ASN1_F_ASN1_EX_C2I, ASN1_R_NULL_IS_WRONG_LENGTH);
    +            goto err;
    +        }
    +        *pval = (ASN1_VALUE *)1;
    +        break;
    +
    +    case V_ASN1_BOOLEAN:
    +        if (len != 1) {
    +            ASN1err(ASN1_F_ASN1_EX_C2I, ASN1_R_BOOLEAN_IS_WRONG_LENGTH);
    +            goto err;
    +        } else {
    +            ASN1_BOOLEAN *tbool;
    +            tbool = (ASN1_BOOLEAN *)pval;
    +            *tbool = *cont;
    +        }
    +        break;
    +
    +    case V_ASN1_BIT_STRING:
    +        if (!c2i_ASN1_BIT_STRING((ASN1_BIT_STRING **)pval, &cont, len))
    +            goto err;
    +        break;
    +
    +    case V_ASN1_INTEGER:
    +    case V_ASN1_NEG_INTEGER:
    +    case V_ASN1_ENUMERATED:
    +    case V_ASN1_NEG_ENUMERATED:
    +        tint = (ASN1_INTEGER **)pval;
    +        if (!c2i_ASN1_INTEGER(tint, &cont, len))
    +            goto err;
    +        /* Fixup type to match the expected form */
    +        (*tint)->type = utype | ((*tint)->type & V_ASN1_NEG);
    +        break;
    +
    +    case V_ASN1_OCTET_STRING:
    +    case V_ASN1_NUMERICSTRING:
    +    case V_ASN1_PRINTABLESTRING:
    +    case V_ASN1_T61STRING:
    +    case V_ASN1_VIDEOTEXSTRING:
    +    case V_ASN1_IA5STRING:
    +    case V_ASN1_UTCTIME:
    +    case V_ASN1_GENERALIZEDTIME:
    +    case V_ASN1_GRAPHICSTRING:
    +    case V_ASN1_VISIBLESTRING:
    +    case V_ASN1_GENERALSTRING:
    +    case V_ASN1_UNIVERSALSTRING:
    +    case V_ASN1_BMPSTRING:
    +    case V_ASN1_UTF8STRING:
    +    case V_ASN1_OTHER:
    +    case V_ASN1_SET:
    +    case V_ASN1_SEQUENCE:
    +    default:
    +        if (utype == V_ASN1_BMPSTRING && (len & 1)) {
    +            ASN1err(ASN1_F_ASN1_EX_C2I, ASN1_R_BMPSTRING_IS_WRONG_LENGTH);
    +            goto err;
    +        }
    +        if (utype == V_ASN1_UNIVERSALSTRING && (len & 3)) {
    +            ASN1err(ASN1_F_ASN1_EX_C2I,
    +                    ASN1_R_UNIVERSALSTRING_IS_WRONG_LENGTH);
    +            goto err;
    +        }
    +        /* All based on ASN1_STRING and handled the same */
    +        if (!*pval) {
    +            stmp = ASN1_STRING_type_new(utype);
    +            if (!stmp) {
    +                ASN1err(ASN1_F_ASN1_EX_C2I, ERR_R_MALLOC_FAILURE);
    +                goto err;
    +            }
    +            *pval = (ASN1_VALUE *)stmp;
    +        } else {
    +            stmp = (ASN1_STRING *)*pval;
    +            stmp->type = utype;
    +        }
    +        /* If we've already allocated a buffer use it */
    +        if (*free_cont) {
    +            if (stmp->data)
    +                OPENSSL_free(stmp->data);
    +            stmp->data = (unsigned char *)cont; /* UGLY CAST! RL */
    +            stmp->length = len;
    +            *free_cont = 0;
    +        } else {
    +            if (!ASN1_STRING_set(stmp, cont, len)) {
    +                ASN1err(ASN1_F_ASN1_EX_C2I, ERR_R_MALLOC_FAILURE);
    +                ASN1_STRING_free(stmp);
    +                *pval = NULL;
    +                goto err;
    +            }
    +        }
    +        break;
    +    }
    +    /* If ASN1_ANY and NULL type fix up value */
    +    if (typ && (utype == V_ASN1_NULL))
    +        typ->value.ptr = NULL;
    +
    +    ret = 1;
    + err:
    +    if (!ret) {
    +        ASN1_TYPE_free(typ);
    +        if (opval)
    +            *opval = NULL;
    +    }
    +    return ret;
    +}
    +
    +/*
    + * This function finds the end of an ASN1 structure when passed its maximum
    + * length, whether it is indefinite length and a pointer to the content. This
    + * is more efficient than calling asn1_collect because it does not recurse on
    + * each indefinite length header.
      */
     
     static int asn1_find_end(const unsigned char **in, long len, char inf)
    -	{
    -	int expected_eoc;
    -	long plen;
    -	const unsigned char *p = *in, *q;
    -	/* If not indefinite length constructed just add length */
    -	if (inf == 0)
    -		{
    -		*in += len;
    -		return 1;
    -		}
    -	expected_eoc = 1;
    -	/* Indefinite length constructed form. Find the end when enough EOCs
    -	 * are found. If more indefinite length constructed headers
    -	 * are encountered increment the expected eoc count otherwise just
    -	 * skip to the end of the data.
    -	 */
    -	while (len > 0)
    -		{
    -		if(asn1_check_eoc(&p, len))
    -			{
    -			expected_eoc--;
    -			if (expected_eoc == 0)
    -				break;
    -			len -= 2;
    -			continue;
    -			}
    -		q = p;
    -		/* Just read in a header: only care about the length */
    -		if(!asn1_check_tlen(&plen, NULL, NULL, &inf, NULL, &p, len,
    -				-1, 0, 0, NULL))
    -			{
    -			ASN1err(ASN1_F_ASN1_FIND_END, ERR_R_NESTED_ASN1_ERROR);
    -			return 0;
    -			}
    -		if (inf)
    -			expected_eoc++;
    -		else
    -			p += plen;
    -		len -= p - q;
    -		}
    -	if (expected_eoc)
    -		{
    -		ASN1err(ASN1_F_ASN1_FIND_END, ASN1_R_MISSING_EOC);
    -		return 0;
    -		}
    -	*in = p;
    -	return 1;
    -	}
    -/* This function collects the asn1 data from a constructred string
    - * type into a buffer. The values of 'in' and 'len' should refer
    - * to the contents of the constructed type and 'inf' should be set
    - * if it is indefinite length.
    +{
    +    int expected_eoc;
    +    long plen;
    +    const unsigned char *p = *in, *q;
    +    /* If not indefinite length constructed just add length */
    +    if (inf == 0) {
    +        *in += len;
    +        return 1;
    +    }
    +    expected_eoc = 1;
    +    /*
    +     * Indefinite length constructed form. Find the end when enough EOCs are
    +     * found. If more indefinite length constructed headers are encountered
    +     * increment the expected eoc count otherwise just skip to the end of the
    +     * data.
    +     */
    +    while (len > 0) {
    +        if (asn1_check_eoc(&p, len)) {
    +            expected_eoc--;
    +            if (expected_eoc == 0)
    +                break;
    +            len -= 2;
    +            continue;
    +        }
    +        q = p;
    +        /* Just read in a header: only care about the length */
    +        if (!asn1_check_tlen(&plen, NULL, NULL, &inf, NULL, &p, len,
    +                             -1, 0, 0, NULL)) {
    +            ASN1err(ASN1_F_ASN1_FIND_END, ERR_R_NESTED_ASN1_ERROR);
    +            return 0;
    +        }
    +        if (inf)
    +            expected_eoc++;
    +        else
    +            p += plen;
    +        len -= p - q;
    +    }
    +    if (expected_eoc) {
    +        ASN1err(ASN1_F_ASN1_FIND_END, ASN1_R_MISSING_EOC);
    +        return 0;
    +    }
    +    *in = p;
    +    return 1;
    +}
    +
    +/*
    + * This function collects the asn1 data from a constructred string type into
    + * a buffer. The values of 'in' and 'len' should refer to the contents of the
    + * constructed type and 'inf' should be set if it is indefinite length.
      */
     
     #ifndef ASN1_MAX_STRING_NEST
    -/* This determines how many levels of recursion are permitted in ASN1
    - * string types. If it is not limited stack overflows can occur. If set
    - * to zero no recursion is allowed at all. Although zero should be adequate
    - * examples exist that require a value of 1. So 5 should be more than enough.
    +/*
    + * This determines how many levels of recursion are permitted in ASN1 string
    + * types. If it is not limited stack overflows can occur. If set to zero no
    + * recursion is allowed at all. Although zero should be adequate examples
    + * exist that require a value of 1. So 5 should be more than enough.
      */
    -#define ASN1_MAX_STRING_NEST 5
    +# define ASN1_MAX_STRING_NEST 5
     #endif
     
    -
     static int asn1_collect(BUF_MEM *buf, const unsigned char **in, long len,
    -			char inf, int tag, int aclass, int depth)
    -	{
    -	const unsigned char *p, *q;
    -	long plen;
    -	char cst, ininf;
    -	p = *in;
    -	inf &= 1;
    -	/* If no buffer and not indefinite length constructed just pass over
    -	 * the encoded data */
    -	if (!buf && !inf)
    -		{
    -		*in += len;
    -		return 1;
    -		}
    -	while(len > 0)
    -		{
    -		q = p;
    -		/* Check for EOC */
    -		if (asn1_check_eoc(&p, len))
    -			{
    -			/* EOC is illegal outside indefinite length
    -			 * constructed form */
    -			if (!inf)
    -				{
    -				ASN1err(ASN1_F_ASN1_COLLECT,
    -					ASN1_R_UNEXPECTED_EOC);
    -				return 0;
    -				}
    -			inf = 0;
    -			break;
    -			}
    -
    -		if (!asn1_check_tlen(&plen, NULL, NULL, &ininf, &cst, &p,
    -					len, tag, aclass, 0, NULL))
    -			{
    -			ASN1err(ASN1_F_ASN1_COLLECT, ERR_R_NESTED_ASN1_ERROR);
    -			return 0;
    -			}
    -
    -		/* If indefinite length constructed update max length */
    -		if (cst)
    -			{
    -			if (depth >= ASN1_MAX_STRING_NEST)
    -				{
    -				ASN1err(ASN1_F_ASN1_COLLECT,
    -					ASN1_R_NESTED_ASN1_STRING);
    -				return 0;
    -				}
    -			if (!asn1_collect(buf, &p, plen, ininf, tag, aclass,
    -						depth + 1))
    -				return 0;
    -			}
    -		else if (plen && !collect_data(buf, &p, plen))
    -			return 0;
    -		len -= p - q;
    -		}
    -	if (inf)
    -		{
    -		ASN1err(ASN1_F_ASN1_COLLECT, ASN1_R_MISSING_EOC);
    -		return 0;
    -		}
    -	*in = p;
    -	return 1;
    -	}
    +                        char inf, int tag, int aclass, int depth)
    +{
    +    const unsigned char *p, *q;
    +    long plen;
    +    char cst, ininf;
    +    p = *in;
    +    inf &= 1;
    +    /*
    +     * If no buffer and not indefinite length constructed just pass over the
    +     * encoded data
    +     */
    +    if (!buf && !inf) {
    +        *in += len;
    +        return 1;
    +    }
    +    while (len > 0) {
    +        q = p;
    +        /* Check for EOC */
    +        if (asn1_check_eoc(&p, len)) {
    +            /*
    +             * EOC is illegal outside indefinite length constructed form
    +             */
    +            if (!inf) {
    +                ASN1err(ASN1_F_ASN1_COLLECT, ASN1_R_UNEXPECTED_EOC);
    +                return 0;
    +            }
    +            inf = 0;
    +            break;
    +        }
    +
    +        if (!asn1_check_tlen(&plen, NULL, NULL, &ininf, &cst, &p,
    +                             len, tag, aclass, 0, NULL)) {
    +            ASN1err(ASN1_F_ASN1_COLLECT, ERR_R_NESTED_ASN1_ERROR);
    +            return 0;
    +        }
    +
    +        /* If indefinite length constructed update max length */
    +        if (cst) {
    +            if (depth >= ASN1_MAX_STRING_NEST) {
    +                ASN1err(ASN1_F_ASN1_COLLECT, ASN1_R_NESTED_ASN1_STRING);
    +                return 0;
    +            }
    +            if (!asn1_collect(buf, &p, plen, ininf, tag, aclass, depth + 1))
    +                return 0;
    +        } else if (plen && !collect_data(buf, &p, plen))
    +            return 0;
    +        len -= p - q;
    +    }
    +    if (inf) {
    +        ASN1err(ASN1_F_ASN1_COLLECT, ASN1_R_MISSING_EOC);
    +        return 0;
    +    }
    +    *in = p;
    +    return 1;
    +}
     
     static int collect_data(BUF_MEM *buf, const unsigned char **p, long plen)
    -	{
    -	int len;
    -	if (buf)
    -		{
    -		len = buf->length;
    -		if (!BUF_MEM_grow_clean(buf, len + plen))
    -			{
    -			ASN1err(ASN1_F_COLLECT_DATA, ERR_R_MALLOC_FAILURE);
    -			return 0;
    -			}
    -		memcpy(buf->data + len, *p, plen);
    -		}
    -	*p += plen;
    -	return 1;
    -	}
    +{
    +    int len;
    +    if (buf) {
    +        len = buf->length;
    +        if (!BUF_MEM_grow_clean(buf, len + plen)) {
    +            ASN1err(ASN1_F_COLLECT_DATA, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +        memcpy(buf->data + len, *p, plen);
    +    }
    +    *p += plen;
    +    return 1;
    +}
     
     /* Check for ASN1 EOC and swallow it if found */
     
     static int asn1_check_eoc(const unsigned char **in, long len)
    -	{
    -	const unsigned char *p;
    -	if (len < 2) return 0;
    -	p = *in;
    -	if (!p[0] && !p[1])
    -		{
    -		*in += 2;
    -		return 1;
    -		}
    -	return 0;
    -	}
    -
    -/* Check an ASN1 tag and length: a bit like ASN1_get_object
    - * but it sets the length for indefinite length constructed
    - * form, we don't know the exact length but we can set an
    - * upper bound to the amount of data available minus the
    - * header length just read.
    +{
    +    const unsigned char *p;
    +    if (len < 2)
    +        return 0;
    +    p = *in;
    +    if (!p[0] && !p[1]) {
    +        *in += 2;
    +        return 1;
    +    }
    +    return 0;
    +}
    +
    +/*
    + * Check an ASN1 tag and length: a bit like ASN1_get_object but it sets the
    + * length for indefinite length constructed form, we don't know the exact
    + * length but we can set an upper bound to the amount of data available minus
    + * the header length just read.
      */
     
     static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
    -				char *inf, char *cst,
    -				const unsigned char **in, long len,
    -				int exptag, int expclass, char opt,
    -				ASN1_TLC *ctx)
    -	{
    -	int i;
    -	int ptag, pclass;
    -	long plen;
    -	const unsigned char *p, *q;
    -	p = *in;
    -	q = p;
    -
    -	if (ctx && ctx->valid)
    -		{
    -		i = ctx->ret;
    -		plen = ctx->plen;
    -		pclass = ctx->pclass;
    -		ptag = ctx->ptag;
    -		p += ctx->hdrlen;
    -		}
    -	else
    -		{
    -		i = ASN1_get_object(&p, &plen, &ptag, &pclass, len);
    -		if (ctx)
    -			{
    -			ctx->ret = i;
    -			ctx->plen = plen;
    -			ctx->pclass = pclass;
    -			ctx->ptag = ptag;
    -			ctx->hdrlen = p - q;
    -			ctx->valid = 1;
    -			/* If definite length, and no error, length +
    -			 * header can't exceed total amount of data available. 
    -			 */
    -			if (!(i & 0x81) && ((plen + ctx->hdrlen) > len))
    -				{
    -				ASN1err(ASN1_F_ASN1_CHECK_TLEN,
    -							ASN1_R_TOO_LONG);
    -				asn1_tlc_clear(ctx);
    -				return 0;
    -				}
    -			}
    -		}
    -
    -	if (i & 0x80)
    -		{
    -		ASN1err(ASN1_F_ASN1_CHECK_TLEN, ASN1_R_BAD_OBJECT_HEADER);
    -		asn1_tlc_clear(ctx);
    -		return 0;
    -		}
    -	if (exptag >= 0)
    -		{
    -		if ((exptag != ptag) || (expclass != pclass))
    -			{
    -			/* If type is OPTIONAL, not an error:
    -			 * indicate missing type.
    -			 */
    -			if (opt) return -1;
    -			asn1_tlc_clear(ctx);
    -			ASN1err(ASN1_F_ASN1_CHECK_TLEN, ASN1_R_WRONG_TAG);
    -			return 0;
    -			}
    -		/* We have a tag and class match:
    -		 * assume we are going to do something with it */
    -		asn1_tlc_clear(ctx);
    -		}
    -
    -	if (i & 1)
    -		plen = len - (p - q);
    -
    -	if (inf)
    -		*inf = i & 1;
    -
    -	if (cst)
    -		*cst = i & V_ASN1_CONSTRUCTED;
    -
    -	if (olen)
    -		*olen = plen;
    -
    -	if (oclass)
    -		*oclass = pclass;
    -
    -	if (otag)
    -		*otag = ptag;
    -
    -	*in = p;
    -	return 1;
    -	}
    +                           char *inf, char *cst,
    +                           const unsigned char **in, long len,
    +                           int exptag, int expclass, char opt, ASN1_TLC *ctx)
    +{
    +    int i;
    +    int ptag, pclass;
    +    long plen;
    +    const unsigned char *p, *q;
    +    p = *in;
    +    q = p;
    +
    +    if (ctx && ctx->valid) {
    +        i = ctx->ret;
    +        plen = ctx->plen;
    +        pclass = ctx->pclass;
    +        ptag = ctx->ptag;
    +        p += ctx->hdrlen;
    +    } else {
    +        i = ASN1_get_object(&p, &plen, &ptag, &pclass, len);
    +        if (ctx) {
    +            ctx->ret = i;
    +            ctx->plen = plen;
    +            ctx->pclass = pclass;
    +            ctx->ptag = ptag;
    +            ctx->hdrlen = p - q;
    +            ctx->valid = 1;
    +            /*
    +             * If definite length, and no error, length + header can't exceed
    +             * total amount of data available.
    +             */
    +            if (!(i & 0x81) && ((plen + ctx->hdrlen) > len)) {
    +                ASN1err(ASN1_F_ASN1_CHECK_TLEN, ASN1_R_TOO_LONG);
    +                asn1_tlc_clear(ctx);
    +                return 0;
    +            }
    +        }
    +    }
    +
    +    if (i & 0x80) {
    +        ASN1err(ASN1_F_ASN1_CHECK_TLEN, ASN1_R_BAD_OBJECT_HEADER);
    +        asn1_tlc_clear(ctx);
    +        return 0;
    +    }
    +    if (exptag >= 0) {
    +        if ((exptag != ptag) || (expclass != pclass)) {
    +            /*
    +             * If type is OPTIONAL, not an error: indicate missing type.
    +             */
    +            if (opt)
    +                return -1;
    +            asn1_tlc_clear(ctx);
    +            ASN1err(ASN1_F_ASN1_CHECK_TLEN, ASN1_R_WRONG_TAG);
    +            return 0;
    +        }
    +        /*
    +         * We have a tag and class match: assume we are going to do something
    +         * with it
    +         */
    +        asn1_tlc_clear(ctx);
    +    }
    +
    +    if (i & 1)
    +        plen = len - (p - q);
    +
    +    if (inf)
    +        *inf = i & 1;
    +
    +    if (cst)
    +        *cst = i & V_ASN1_CONSTRUCTED;
    +
    +    if (olen)
    +        *olen = plen;
    +
    +    if (oclass)
    +        *oclass = pclass;
    +
    +    if (otag)
    +        *otag = ptag;
    +
    +    *in = p;
    +    return 1;
    +}
    diff --git a/openssl/crypto/asn1/tasn_enc.c b/openssl/crypto/asn1/tasn_enc.c
    index 1390e5e6a..f04a6892a 100644
    --- a/openssl/crypto/asn1/tasn_enc.c
    +++ b/openssl/crypto/asn1/tasn_enc.c
    @@ -1,6 +1,7 @@
     /* tasn_enc.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 2000-2004 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,7 +57,6 @@
      *
      */
     
    -
     #include 
     #include 
     #include "cryptlib.h"
    @@ -65,632 +65,597 @@
     #include 
     
     static int asn1_i2d_ex_primitive(ASN1_VALUE **pval, unsigned char **out,
    -					const ASN1_ITEM *it,
    -					int tag, int aclass);
    +                                 const ASN1_ITEM *it, int tag, int aclass);
     static int asn1_set_seq_out(STACK_OF(ASN1_VALUE) *sk, unsigned char **out,
    -					int skcontlen, const ASN1_ITEM *item,
    -					int do_sort, int iclass);
    +                            int skcontlen, const ASN1_ITEM *item,
    +                            int do_sort, int iclass);
     static int asn1_template_ex_i2d(ASN1_VALUE **pval, unsigned char **out,
    -					const ASN1_TEMPLATE *tt,
    -					int tag, int aclass);
    +                                const ASN1_TEMPLATE *tt, int tag, int aclass);
     static int asn1_item_flags_i2d(ASN1_VALUE *val, unsigned char **out,
    -					const ASN1_ITEM *it, int flags);
    +                               const ASN1_ITEM *it, int flags);
     
    -/* Top level i2d equivalents: the 'ndef' variant instructs the encoder
    - * to use indefinite length constructed encoding, where appropriate
    +/*
    + * Top level i2d equivalents: the 'ndef' variant instructs the encoder to use
    + * indefinite length constructed encoding, where appropriate
      */
     
     int ASN1_item_ndef_i2d(ASN1_VALUE *val, unsigned char **out,
    -						const ASN1_ITEM *it)
    -	{
    -	return asn1_item_flags_i2d(val, out, it, ASN1_TFLG_NDEF);
    -	}
    +                       const ASN1_ITEM *it)
    +{
    +    return asn1_item_flags_i2d(val, out, it, ASN1_TFLG_NDEF);
    +}
     
     int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it)
    -	{
    -	return asn1_item_flags_i2d(val, out, it, 0);
    -	}
    +{
    +    return asn1_item_flags_i2d(val, out, it, 0);
    +}
     
    -/* Encode an ASN1 item, this is use by the
    - * standard 'i2d' function. 'out' points to 
    - * a buffer to output the data to.
    - *
    - * The new i2d has one additional feature. If the output
    - * buffer is NULL (i.e. *out == NULL) then a buffer is
    +/*
    + * Encode an ASN1 item, this is use by the standard 'i2d' function. 'out'
    + * points to a buffer to output the data to. The new i2d has one additional
    + * feature. If the output buffer is NULL (i.e. *out == NULL) then a buffer is
      * allocated and populated with the encoding.
      */
     
     static int asn1_item_flags_i2d(ASN1_VALUE *val, unsigned char **out,
    -					const ASN1_ITEM *it, int flags)
    -	{
    -	if (out && !*out)
    -		{
    -		unsigned char *p, *buf;
    -		int len;
    -		len = ASN1_item_ex_i2d(&val, NULL, it, -1, flags);
    -		if (len <= 0)
    -			return len;
    -		buf = OPENSSL_malloc(len);
    -		if (!buf)
    -			return -1;
    -		p = buf;
    -		ASN1_item_ex_i2d(&val, &p, it, -1, flags);
    -		*out = buf;
    -		return len;
    -		}
    -
    -	return ASN1_item_ex_i2d(&val, out, it, -1, flags);
    -	}
    -
    -/* Encode an item, taking care of IMPLICIT tagging (if any).
    - * This function performs the normal item handling: it can be
    - * used in external types.
    +                               const ASN1_ITEM *it, int flags)
    +{
    +    if (out && !*out) {
    +        unsigned char *p, *buf;
    +        int len;
    +        len = ASN1_item_ex_i2d(&val, NULL, it, -1, flags);
    +        if (len <= 0)
    +            return len;
    +        buf = OPENSSL_malloc(len);
    +        if (!buf)
    +            return -1;
    +        p = buf;
    +        ASN1_item_ex_i2d(&val, &p, it, -1, flags);
    +        *out = buf;
    +        return len;
    +    }
    +
    +    return ASN1_item_ex_i2d(&val, out, it, -1, flags);
    +}
    +
    +/*
    + * Encode an item, taking care of IMPLICIT tagging (if any). This function
    + * performs the normal item handling: it can be used in external types.
      */
     
     int ASN1_item_ex_i2d(ASN1_VALUE **pval, unsigned char **out,
    -			const ASN1_ITEM *it, int tag, int aclass)
    -	{
    -	const ASN1_TEMPLATE *tt = NULL;
    -	unsigned char *p = NULL;
    -	int i, seqcontlen, seqlen, ndef = 1;
    -	const ASN1_COMPAT_FUNCS *cf;
    -	const ASN1_EXTERN_FUNCS *ef;
    -	const ASN1_AUX *aux = it->funcs;
    -	ASN1_aux_cb *asn1_cb = 0;
    -
    -	if ((it->itype != ASN1_ITYPE_PRIMITIVE) && !*pval)
    -		return 0;
    -
    -	if (aux && aux->asn1_cb)
    -		 asn1_cb = aux->asn1_cb;
    -
    -	switch(it->itype)
    -		{
    -
    -		case ASN1_ITYPE_PRIMITIVE:
    -		if (it->templates)
    -			return asn1_template_ex_i2d(pval, out, it->templates,
    -								tag, aclass);
    -		return asn1_i2d_ex_primitive(pval, out, it, tag, aclass);
    -		break;
    -
    -		case ASN1_ITYPE_MSTRING:
    -		return asn1_i2d_ex_primitive(pval, out, it, -1, aclass);
    -
    -		case ASN1_ITYPE_CHOICE:
    -		if (asn1_cb && !asn1_cb(ASN1_OP_I2D_PRE, pval, it, NULL))
    -				return 0;
    -		i = asn1_get_choice_selector(pval, it);
    -		if ((i >= 0) && (i < it->tcount))
    -			{
    -			ASN1_VALUE **pchval;
    -			const ASN1_TEMPLATE *chtt;
    -			chtt = it->templates + i;
    -			pchval = asn1_get_field_ptr(pval, chtt);
    -			return asn1_template_ex_i2d(pchval, out, chtt,
    -								-1, aclass);
    -			}
    -		/* Fixme: error condition if selector out of range */
    -		if (asn1_cb && !asn1_cb(ASN1_OP_I2D_POST, pval, it, NULL))
    -				return 0;
    -		break;
    -
    -		case ASN1_ITYPE_EXTERN:
    -		/* If new style i2d it does all the work */
    -		ef = it->funcs;
    -		return ef->asn1_ex_i2d(pval, out, it, tag, aclass);
    -
    -		case ASN1_ITYPE_COMPAT:
    -		/* old style hackery... */
    -		cf = it->funcs;
    -		if (out)
    -			p = *out;
    -		i = cf->asn1_i2d(*pval, out);
    -		/* Fixup for IMPLICIT tag: note this messes up for tags > 30,
    -		 * but so did the old code. Tags > 30 are very rare anyway.
    -		 */
    -		if (out && (tag != -1))
    -			*p = aclass | tag | (*p & V_ASN1_CONSTRUCTED);
    -		return i;
    -		
    -		case ASN1_ITYPE_NDEF_SEQUENCE:
    -		/* Use indefinite length constructed if requested */
    -		if (aclass & ASN1_TFLG_NDEF) ndef = 2;
    -		/* fall through */
    -
    -		case ASN1_ITYPE_SEQUENCE:
    -		i = asn1_enc_restore(&seqcontlen, out, pval, it);
    -		/* An error occurred */
    -		if (i < 0)
    -			return 0;
    -		/* We have a valid cached encoding... */
    -		if (i > 0)
    -			return seqcontlen;
    -		/* Otherwise carry on */
    -		seqcontlen = 0;
    -		/* If no IMPLICIT tagging set to SEQUENCE, UNIVERSAL */
    -		if (tag == -1)
    -			{
    -			tag = V_ASN1_SEQUENCE;
    -			/* Retain any other flags in aclass */
    -			aclass = (aclass & ~ASN1_TFLG_TAG_CLASS)
    -					| V_ASN1_UNIVERSAL;
    -			}
    -		if (asn1_cb && !asn1_cb(ASN1_OP_I2D_PRE, pval, it, NULL))
    -				return 0;
    -		/* First work out sequence content length */
    -		for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
    -			{
    -			const ASN1_TEMPLATE *seqtt;
    -			ASN1_VALUE **pseqval;
    -			seqtt = asn1_do_adb(pval, tt, 1);
    -			if (!seqtt)
    -				return 0;
    -			pseqval = asn1_get_field_ptr(pval, seqtt);
    -			/* FIXME: check for errors in enhanced version */
    -			seqcontlen += asn1_template_ex_i2d(pseqval, NULL, seqtt,
    -								-1, aclass);
    -			}
    -
    -		seqlen = ASN1_object_size(ndef, seqcontlen, tag);
    -		if (!out)
    -			return seqlen;
    -		/* Output SEQUENCE header */
    -		ASN1_put_object(out, ndef, seqcontlen, tag, aclass);
    -		for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
    -			{
    -			const ASN1_TEMPLATE *seqtt;
    -			ASN1_VALUE **pseqval;
    -			seqtt = asn1_do_adb(pval, tt, 1);
    -			if (!seqtt)
    -				return 0;
    -			pseqval = asn1_get_field_ptr(pval, seqtt);
    -			/* FIXME: check for errors in enhanced version */
    -			asn1_template_ex_i2d(pseqval, out, seqtt, -1, aclass);
    -			}
    -		if (ndef == 2)
    -			ASN1_put_eoc(out);
    -		if (asn1_cb && !asn1_cb(ASN1_OP_I2D_POST, pval, it, NULL))
    -				return 0;
    -		return seqlen;
    -
    -		default:
    -		return 0;
    -
    -		}
    -	return 0;
    -	}
    +                     const ASN1_ITEM *it, int tag, int aclass)
    +{
    +    const ASN1_TEMPLATE *tt = NULL;
    +    unsigned char *p = NULL;
    +    int i, seqcontlen, seqlen, ndef = 1;
    +    const ASN1_COMPAT_FUNCS *cf;
    +    const ASN1_EXTERN_FUNCS *ef;
    +    const ASN1_AUX *aux = it->funcs;
    +    ASN1_aux_cb *asn1_cb = 0;
    +
    +    if ((it->itype != ASN1_ITYPE_PRIMITIVE) && !*pval)
    +        return 0;
    +
    +    if (aux && aux->asn1_cb)
    +        asn1_cb = aux->asn1_cb;
    +
    +    switch (it->itype) {
    +
    +    case ASN1_ITYPE_PRIMITIVE:
    +        if (it->templates)
    +            return asn1_template_ex_i2d(pval, out, it->templates,
    +                                        tag, aclass);
    +        return asn1_i2d_ex_primitive(pval, out, it, tag, aclass);
    +        break;
    +
    +    case ASN1_ITYPE_MSTRING:
    +        return asn1_i2d_ex_primitive(pval, out, it, -1, aclass);
    +
    +    case ASN1_ITYPE_CHOICE:
    +        if (asn1_cb && !asn1_cb(ASN1_OP_I2D_PRE, pval, it, NULL))
    +            return 0;
    +        i = asn1_get_choice_selector(pval, it);
    +        if ((i >= 0) && (i < it->tcount)) {
    +            ASN1_VALUE **pchval;
    +            const ASN1_TEMPLATE *chtt;
    +            chtt = it->templates + i;
    +            pchval = asn1_get_field_ptr(pval, chtt);
    +            return asn1_template_ex_i2d(pchval, out, chtt, -1, aclass);
    +        }
    +        /* Fixme: error condition if selector out of range */
    +        if (asn1_cb && !asn1_cb(ASN1_OP_I2D_POST, pval, it, NULL))
    +            return 0;
    +        break;
    +
    +    case ASN1_ITYPE_EXTERN:
    +        /* If new style i2d it does all the work */
    +        ef = it->funcs;
    +        return ef->asn1_ex_i2d(pval, out, it, tag, aclass);
    +
    +    case ASN1_ITYPE_COMPAT:
    +        /* old style hackery... */
    +        cf = it->funcs;
    +        if (out)
    +            p = *out;
    +        i = cf->asn1_i2d(*pval, out);
    +        /*
    +         * Fixup for IMPLICIT tag: note this messes up for tags > 30, but so
    +         * did the old code. Tags > 30 are very rare anyway.
    +         */
    +        if (out && (tag != -1))
    +            *p = aclass | tag | (*p & V_ASN1_CONSTRUCTED);
    +        return i;
    +
    +    case ASN1_ITYPE_NDEF_SEQUENCE:
    +        /* Use indefinite length constructed if requested */
    +        if (aclass & ASN1_TFLG_NDEF)
    +            ndef = 2;
    +        /* fall through */
    +
    +    case ASN1_ITYPE_SEQUENCE:
    +        i = asn1_enc_restore(&seqcontlen, out, pval, it);
    +        /* An error occurred */
    +        if (i < 0)
    +            return 0;
    +        /* We have a valid cached encoding... */
    +        if (i > 0)
    +            return seqcontlen;
    +        /* Otherwise carry on */
    +        seqcontlen = 0;
    +        /* If no IMPLICIT tagging set to SEQUENCE, UNIVERSAL */
    +        if (tag == -1) {
    +            tag = V_ASN1_SEQUENCE;
    +            /* Retain any other flags in aclass */
    +            aclass = (aclass & ~ASN1_TFLG_TAG_CLASS)
    +                | V_ASN1_UNIVERSAL;
    +        }
    +        if (asn1_cb && !asn1_cb(ASN1_OP_I2D_PRE, pval, it, NULL))
    +            return 0;
    +        /* First work out sequence content length */
    +        for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
    +            const ASN1_TEMPLATE *seqtt;
    +            ASN1_VALUE **pseqval;
    +            seqtt = asn1_do_adb(pval, tt, 1);
    +            if (!seqtt)
    +                return 0;
    +            pseqval = asn1_get_field_ptr(pval, seqtt);
    +            /* FIXME: check for errors in enhanced version */
    +            seqcontlen += asn1_template_ex_i2d(pseqval, NULL, seqtt,
    +                                               -1, aclass);
    +        }
    +
    +        seqlen = ASN1_object_size(ndef, seqcontlen, tag);
    +        if (!out)
    +            return seqlen;
    +        /* Output SEQUENCE header */
    +        ASN1_put_object(out, ndef, seqcontlen, tag, aclass);
    +        for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
    +            const ASN1_TEMPLATE *seqtt;
    +            ASN1_VALUE **pseqval;
    +            seqtt = asn1_do_adb(pval, tt, 1);
    +            if (!seqtt)
    +                return 0;
    +            pseqval = asn1_get_field_ptr(pval, seqtt);
    +            /* FIXME: check for errors in enhanced version */
    +            asn1_template_ex_i2d(pseqval, out, seqtt, -1, aclass);
    +        }
    +        if (ndef == 2)
    +            ASN1_put_eoc(out);
    +        if (asn1_cb && !asn1_cb(ASN1_OP_I2D_POST, pval, it, NULL))
    +            return 0;
    +        return seqlen;
    +
    +    default:
    +        return 0;
    +
    +    }
    +    return 0;
    +}
     
     int ASN1_template_i2d(ASN1_VALUE **pval, unsigned char **out,
    -							const ASN1_TEMPLATE *tt)
    -	{
    -	return asn1_template_ex_i2d(pval, out, tt, -1, 0);
    -	}
    +                      const ASN1_TEMPLATE *tt)
    +{
    +    return asn1_template_ex_i2d(pval, out, tt, -1, 0);
    +}
     
     static int asn1_template_ex_i2d(ASN1_VALUE **pval, unsigned char **out,
    -				const ASN1_TEMPLATE *tt, int tag, int iclass)
    -	{
    -	int i, ret, flags, ttag, tclass, ndef;
    -	flags = tt->flags;
    -	/* Work out tag and class to use: tagging may come
    -	 * either from the template or the arguments, not both
    -	 * because this would create ambiguity. Additionally
    -	 * the iclass argument may contain some additional flags
    -	 * which should be noted and passed down to other levels.
    -	 */
    -	if (flags & ASN1_TFLG_TAG_MASK)
    -		{
    -		/* Error if argument and template tagging */
    -		if (tag != -1)
    -			/* FIXME: error code here */
    -			return -1;
    -		/* Get tagging from template */
    -		ttag = tt->tag;
    -		tclass = flags & ASN1_TFLG_TAG_CLASS;
    -		}
    -	else if (tag != -1)
    -		{
    -		/* No template tagging, get from arguments */
    -		ttag = tag;
    -		tclass = iclass & ASN1_TFLG_TAG_CLASS;
    -		}
    -	else
    -		{
    -		ttag = -1;
    -		tclass = 0;
    -		}
    -	/* 
    -	 * Remove any class mask from iflag.
    -	 */
    -	iclass &= ~ASN1_TFLG_TAG_CLASS;
    -
    -	/* At this point 'ttag' contains the outer tag to use,
    -	 * 'tclass' is the class and iclass is any flags passed
    -	 * to this function.
    -	 */
    -
    -	/* if template and arguments require ndef, use it */
    -	if ((flags & ASN1_TFLG_NDEF) && (iclass & ASN1_TFLG_NDEF))
    -		ndef = 2;
    -	else ndef = 1;
    -
    -	if (flags & ASN1_TFLG_SK_MASK)
    -		{
    -		/* SET OF, SEQUENCE OF */
    -		STACK_OF(ASN1_VALUE) *sk = (STACK_OF(ASN1_VALUE) *)*pval;
    -		int isset, sktag, skaclass;
    -		int skcontlen, sklen;
    -		ASN1_VALUE *skitem;
    -
    -		if (!*pval)
    -			return 0;
    -
    -		if (flags & ASN1_TFLG_SET_OF)
    -			{
    -			isset = 1;
    -			/* 2 means we reorder */
    -			if (flags & ASN1_TFLG_SEQUENCE_OF)
    -				isset = 2;
    -			}
    -		else isset = 0;
    -
    -		/* Work out inner tag value: if EXPLICIT
    -		 * or no tagging use underlying type.
    -		 */
    -		if ((ttag != -1) && !(flags & ASN1_TFLG_EXPTAG))
    -			{
    -			sktag = ttag;
    -			skaclass = tclass;
    -			}
    -		else
    -			{
    -			skaclass = V_ASN1_UNIVERSAL;
    -			if (isset)
    -				sktag = V_ASN1_SET;
    -			else sktag = V_ASN1_SEQUENCE;
    -			}
    -
    -		/* Determine total length of items */
    -		skcontlen = 0;
    -		for (i = 0; i < sk_ASN1_VALUE_num(sk); i++)
    -			{
    -			skitem = sk_ASN1_VALUE_value(sk, i);
    -			skcontlen += ASN1_item_ex_i2d(&skitem, NULL,
    -						ASN1_ITEM_ptr(tt->item),
    -							-1, iclass);
    -			}
    -		sklen = ASN1_object_size(ndef, skcontlen, sktag);
    -		/* If EXPLICIT need length of surrounding tag */
    -		if (flags & ASN1_TFLG_EXPTAG)
    -			ret = ASN1_object_size(ndef, sklen, ttag);
    -		else ret = sklen;
    -
    -		if (!out)
    -			return ret;
    -
    -		/* Now encode this lot... */
    -		/* EXPLICIT tag */
    -		if (flags & ASN1_TFLG_EXPTAG)
    -			ASN1_put_object(out, ndef, sklen, ttag, tclass);
    -		/* SET or SEQUENCE and IMPLICIT tag */
    -		ASN1_put_object(out, ndef, skcontlen, sktag, skaclass);
    -		/* And the stuff itself */
    -		asn1_set_seq_out(sk, out, skcontlen, ASN1_ITEM_ptr(tt->item),
    -								isset, iclass);
    -		if (ndef == 2)
    -			{
    -			ASN1_put_eoc(out);
    -			if (flags & ASN1_TFLG_EXPTAG)
    -				ASN1_put_eoc(out);
    -			}
    -
    -		return ret;
    -		}
    -
    -	if (flags & ASN1_TFLG_EXPTAG)
    -		{
    -		/* EXPLICIT tagging */
    -		/* Find length of tagged item */
    -		i = ASN1_item_ex_i2d(pval, NULL, ASN1_ITEM_ptr(tt->item),
    -								-1, iclass);
    -		if (!i)
    -			return 0;
    -		/* Find length of EXPLICIT tag */
    -		ret = ASN1_object_size(ndef, i, ttag);
    -		if (out)
    -			{
    -			/* Output tag and item */
    -			ASN1_put_object(out, ndef, i, ttag, tclass);
    -			ASN1_item_ex_i2d(pval, out, ASN1_ITEM_ptr(tt->item),
    -								-1, iclass);
    -			if (ndef == 2)
    -				ASN1_put_eoc(out);
    -			}
    -		return ret;
    -		}
    -
    -	/* Either normal or IMPLICIT tagging: combine class and flags */
    -	return ASN1_item_ex_i2d(pval, out, ASN1_ITEM_ptr(tt->item),
    -						ttag, tclass | iclass);
    +                                const ASN1_TEMPLATE *tt, int tag, int iclass)
    +{
    +    int i, ret, flags, ttag, tclass, ndef;
    +    flags = tt->flags;
    +    /*
    +     * Work out tag and class to use: tagging may come either from the
    +     * template or the arguments, not both because this would create
    +     * ambiguity. Additionally the iclass argument may contain some
    +     * additional flags which should be noted and passed down to other
    +     * levels.
    +     */
    +    if (flags & ASN1_TFLG_TAG_MASK) {
    +        /* Error if argument and template tagging */
    +        if (tag != -1)
    +            /* FIXME: error code here */
    +            return -1;
    +        /* Get tagging from template */
    +        ttag = tt->tag;
    +        tclass = flags & ASN1_TFLG_TAG_CLASS;
    +    } else if (tag != -1) {
    +        /* No template tagging, get from arguments */
    +        ttag = tag;
    +        tclass = iclass & ASN1_TFLG_TAG_CLASS;
    +    } else {
    +        ttag = -1;
    +        tclass = 0;
    +    }
    +    /*
    +     * Remove any class mask from iflag.
    +     */
    +    iclass &= ~ASN1_TFLG_TAG_CLASS;
    +
    +    /*
    +     * At this point 'ttag' contains the outer tag to use, 'tclass' is the
    +     * class and iclass is any flags passed to this function.
    +     */
    +
    +    /* if template and arguments require ndef, use it */
    +    if ((flags & ASN1_TFLG_NDEF) && (iclass & ASN1_TFLG_NDEF))
    +        ndef = 2;
    +    else
    +        ndef = 1;
    +
    +    if (flags & ASN1_TFLG_SK_MASK) {
    +        /* SET OF, SEQUENCE OF */
    +        STACK_OF(ASN1_VALUE) *sk = (STACK_OF(ASN1_VALUE) *)*pval;
    +        int isset, sktag, skaclass;
    +        int skcontlen, sklen;
    +        ASN1_VALUE *skitem;
    +
    +        if (!*pval)
    +            return 0;
    +
    +        if (flags & ASN1_TFLG_SET_OF) {
    +            isset = 1;
    +            /* 2 means we reorder */
    +            if (flags & ASN1_TFLG_SEQUENCE_OF)
    +                isset = 2;
    +        } else
    +            isset = 0;
    +
    +        /*
    +         * Work out inner tag value: if EXPLICIT or no tagging use underlying
    +         * type.
    +         */
    +        if ((ttag != -1) && !(flags & ASN1_TFLG_EXPTAG)) {
    +            sktag = ttag;
    +            skaclass = tclass;
    +        } else {
    +            skaclass = V_ASN1_UNIVERSAL;
    +            if (isset)
    +                sktag = V_ASN1_SET;
    +            else
    +                sktag = V_ASN1_SEQUENCE;
    +        }
    +
    +        /* Determine total length of items */
    +        skcontlen = 0;
    +        for (i = 0; i < sk_ASN1_VALUE_num(sk); i++) {
    +            skitem = sk_ASN1_VALUE_value(sk, i);
    +            skcontlen += ASN1_item_ex_i2d(&skitem, NULL,
    +                                          ASN1_ITEM_ptr(tt->item),
    +                                          -1, iclass);
    +        }
    +        sklen = ASN1_object_size(ndef, skcontlen, sktag);
    +        /* If EXPLICIT need length of surrounding tag */
    +        if (flags & ASN1_TFLG_EXPTAG)
    +            ret = ASN1_object_size(ndef, sklen, ttag);
    +        else
    +            ret = sklen;
    +
    +        if (!out)
    +            return ret;
    +
    +        /* Now encode this lot... */
    +        /* EXPLICIT tag */
    +        if (flags & ASN1_TFLG_EXPTAG)
    +            ASN1_put_object(out, ndef, sklen, ttag, tclass);
    +        /* SET or SEQUENCE and IMPLICIT tag */
    +        ASN1_put_object(out, ndef, skcontlen, sktag, skaclass);
    +        /* And the stuff itself */
    +        asn1_set_seq_out(sk, out, skcontlen, ASN1_ITEM_ptr(tt->item),
    +                         isset, iclass);
    +        if (ndef == 2) {
    +            ASN1_put_eoc(out);
    +            if (flags & ASN1_TFLG_EXPTAG)
    +                ASN1_put_eoc(out);
    +        }
    +
    +        return ret;
    +    }
    +
    +    if (flags & ASN1_TFLG_EXPTAG) {
    +        /* EXPLICIT tagging */
    +        /* Find length of tagged item */
    +        i = ASN1_item_ex_i2d(pval, NULL, ASN1_ITEM_ptr(tt->item), -1, iclass);
    +        if (!i)
    +            return 0;
    +        /* Find length of EXPLICIT tag */
    +        ret = ASN1_object_size(ndef, i, ttag);
    +        if (out) {
    +            /* Output tag and item */
    +            ASN1_put_object(out, ndef, i, ttag, tclass);
    +            ASN1_item_ex_i2d(pval, out, ASN1_ITEM_ptr(tt->item), -1, iclass);
    +            if (ndef == 2)
    +                ASN1_put_eoc(out);
    +        }
    +        return ret;
    +    }
    +
    +    /* Either normal or IMPLICIT tagging: combine class and flags */
    +    return ASN1_item_ex_i2d(pval, out, ASN1_ITEM_ptr(tt->item),
    +                            ttag, tclass | iclass);
     
     }
     
     /* Temporary structure used to hold DER encoding of items for SET OF */
     
    -typedef	struct {
    -	unsigned char *data;
    -	int length;
    -	ASN1_VALUE *field;
    +typedef struct {
    +    unsigned char *data;
    +    int length;
    +    ASN1_VALUE *field;
     } DER_ENC;
     
     static int der_cmp(const void *a, const void *b)
    -	{
    -	const DER_ENC *d1 = a, *d2 = b;
    -	int cmplen, i;
    -	cmplen = (d1->length < d2->length) ? d1->length : d2->length;
    -	i = memcmp(d1->data, d2->data, cmplen);
    -	if (i)
    -		return i;
    -	return d1->length - d2->length;
    -	}
    +{
    +    const DER_ENC *d1 = a, *d2 = b;
    +    int cmplen, i;
    +    cmplen = (d1->length < d2->length) ? d1->length : d2->length;
    +    i = memcmp(d1->data, d2->data, cmplen);
    +    if (i)
    +        return i;
    +    return d1->length - d2->length;
    +}
     
     /* Output the content octets of SET OF or SEQUENCE OF */
     
     static int asn1_set_seq_out(STACK_OF(ASN1_VALUE) *sk, unsigned char **out,
    -					int skcontlen, const ASN1_ITEM *item,
    -					int do_sort, int iclass)
    -	{
    -	int i;
    -	ASN1_VALUE *skitem;
    -	unsigned char *tmpdat = NULL, *p = NULL;
    -	DER_ENC *derlst = NULL, *tder;
    -	if (do_sort)
    -		 {
    -		/* Don't need to sort less than 2 items */
    -		if (sk_ASN1_VALUE_num(sk) < 2)
    -			do_sort = 0;
    -		else
    -			{
    -			derlst = OPENSSL_malloc(sk_ASN1_VALUE_num(sk)
    -						* sizeof(*derlst));
    -			if (!derlst)
    -				return 0;
    -			tmpdat = OPENSSL_malloc(skcontlen);
    -			if (!tmpdat)
    -				{
    -				OPENSSL_free(derlst);
    -				return 0;
    -				}
    -			}
    -		}
    -	/* If not sorting just output each item */
    -	if (!do_sort)
    -		{
    -		for (i = 0; i < sk_ASN1_VALUE_num(sk); i++)
    -			{
    -			skitem = sk_ASN1_VALUE_value(sk, i);
    -			ASN1_item_ex_i2d(&skitem, out, item, -1, iclass);
    -			}
    -		return 1;
    -		}
    -	p = tmpdat;
    -
    -	/* Doing sort: build up a list of each member's DER encoding */
    -	for (i = 0, tder = derlst; i < sk_ASN1_VALUE_num(sk); i++, tder++)
    -		{
    -		skitem = sk_ASN1_VALUE_value(sk, i);
    -		tder->data = p;
    -		tder->length = ASN1_item_ex_i2d(&skitem, &p, item, -1, iclass);
    -		tder->field = skitem;
    -		}
    -
    -	/* Now sort them */
    -	qsort(derlst, sk_ASN1_VALUE_num(sk), sizeof(*derlst), der_cmp);
    -	/* Output sorted DER encoding */	
    -	p = *out;
    -	for (i = 0, tder = derlst; i < sk_ASN1_VALUE_num(sk); i++, tder++)
    -		{
    -		memcpy(p, tder->data, tder->length);
    -		p += tder->length;
    -		}
    -	*out = p;
    -	/* If do_sort is 2 then reorder the STACK */
    -	if (do_sort == 2)
    -		{
    -		for (i = 0, tder = derlst; i < sk_ASN1_VALUE_num(sk);
    -							i++, tder++)
    -			(void)sk_ASN1_VALUE_set(sk, i, tder->field);
    -		}
    -	OPENSSL_free(derlst);
    -	OPENSSL_free(tmpdat);
    -	return 1;
    -	}
    +                            int skcontlen, const ASN1_ITEM *item,
    +                            int do_sort, int iclass)
    +{
    +    int i;
    +    ASN1_VALUE *skitem;
    +    unsigned char *tmpdat = NULL, *p = NULL;
    +    DER_ENC *derlst = NULL, *tder;
    +    if (do_sort) {
    +        /* Don't need to sort less than 2 items */
    +        if (sk_ASN1_VALUE_num(sk) < 2)
    +            do_sort = 0;
    +        else {
    +            derlst = OPENSSL_malloc(sk_ASN1_VALUE_num(sk)
    +                                    * sizeof(*derlst));
    +            if (!derlst)
    +                return 0;
    +            tmpdat = OPENSSL_malloc(skcontlen);
    +            if (!tmpdat) {
    +                OPENSSL_free(derlst);
    +                return 0;
    +            }
    +        }
    +    }
    +    /* If not sorting just output each item */
    +    if (!do_sort) {
    +        for (i = 0; i < sk_ASN1_VALUE_num(sk); i++) {
    +            skitem = sk_ASN1_VALUE_value(sk, i);
    +            ASN1_item_ex_i2d(&skitem, out, item, -1, iclass);
    +        }
    +        return 1;
    +    }
    +    p = tmpdat;
    +
    +    /* Doing sort: build up a list of each member's DER encoding */
    +    for (i = 0, tder = derlst; i < sk_ASN1_VALUE_num(sk); i++, tder++) {
    +        skitem = sk_ASN1_VALUE_value(sk, i);
    +        tder->data = p;
    +        tder->length = ASN1_item_ex_i2d(&skitem, &p, item, -1, iclass);
    +        tder->field = skitem;
    +    }
    +
    +    /* Now sort them */
    +    qsort(derlst, sk_ASN1_VALUE_num(sk), sizeof(*derlst), der_cmp);
    +    /* Output sorted DER encoding */
    +    p = *out;
    +    for (i = 0, tder = derlst; i < sk_ASN1_VALUE_num(sk); i++, tder++) {
    +        memcpy(p, tder->data, tder->length);
    +        p += tder->length;
    +    }
    +    *out = p;
    +    /* If do_sort is 2 then reorder the STACK */
    +    if (do_sort == 2) {
    +        for (i = 0, tder = derlst; i < sk_ASN1_VALUE_num(sk); i++, tder++)
    +            (void)sk_ASN1_VALUE_set(sk, i, tder->field);
    +    }
    +    OPENSSL_free(derlst);
    +    OPENSSL_free(tmpdat);
    +    return 1;
    +}
     
     static int asn1_i2d_ex_primitive(ASN1_VALUE **pval, unsigned char **out,
    -				const ASN1_ITEM *it, int tag, int aclass)
    -	{
    -	int len;
    -	int utype;
    -	int usetag;
    -	int ndef = 0;
    -
    -	utype = it->utype;
    -
    -	/* Get length of content octets and maybe find
    -	 * out the underlying type.
    -	 */
    -
    -	len = asn1_ex_i2c(pval, NULL, &utype, it);
    -
    -	/* If SEQUENCE, SET or OTHER then header is
    -	 * included in pseudo content octets so don't
    -	 * include tag+length. We need to check here
    -	 * because the call to asn1_ex_i2c() could change
    -	 * utype.
    -	 */
    -	if ((utype == V_ASN1_SEQUENCE) || (utype == V_ASN1_SET) ||
    -	   (utype == V_ASN1_OTHER))
    -		usetag = 0;
    -	else usetag = 1;
    -
    -	/* -1 means omit type */
    -
    -	if (len == -1)
    -		return 0;
    -
    -	/* -2 return is special meaning use ndef */
    -	if (len == -2)
    -		{
    -		ndef = 2;
    -		len = 0;
    -		}
    -
    -	/* If not implicitly tagged get tag from underlying type */
    -	if (tag == -1) tag = utype;
    -
    -	/* Output tag+length followed by content octets */
    -	if (out)
    -		{
    -		if (usetag)
    -			ASN1_put_object(out, ndef, len, tag, aclass);
    -		asn1_ex_i2c(pval, *out, &utype, it);
    -		if (ndef)
    -			ASN1_put_eoc(out);
    -		else
    -			*out += len;
    -		}
    -
    -	if (usetag)
    -		return ASN1_object_size(ndef, len, tag);
    -	return len;
    -	}
    +                                 const ASN1_ITEM *it, int tag, int aclass)
    +{
    +    int len;
    +    int utype;
    +    int usetag;
    +    int ndef = 0;
    +
    +    utype = it->utype;
    +
    +    /*
    +     * Get length of content octets and maybe find out the underlying type.
    +     */
    +
    +    len = asn1_ex_i2c(pval, NULL, &utype, it);
    +
    +    /*
    +     * If SEQUENCE, SET or OTHER then header is included in pseudo content
    +     * octets so don't include tag+length. We need to check here because the
    +     * call to asn1_ex_i2c() could change utype.
    +     */
    +    if ((utype == V_ASN1_SEQUENCE) || (utype == V_ASN1_SET) ||
    +        (utype == V_ASN1_OTHER))
    +        usetag = 0;
    +    else
    +        usetag = 1;
    +
    +    /* -1 means omit type */
    +
    +    if (len == -1)
    +        return 0;
    +
    +    /* -2 return is special meaning use ndef */
    +    if (len == -2) {
    +        ndef = 2;
    +        len = 0;
    +    }
    +
    +    /* If not implicitly tagged get tag from underlying type */
    +    if (tag == -1)
    +        tag = utype;
    +
    +    /* Output tag+length followed by content octets */
    +    if (out) {
    +        if (usetag)
    +            ASN1_put_object(out, ndef, len, tag, aclass);
    +        asn1_ex_i2c(pval, *out, &utype, it);
    +        if (ndef)
    +            ASN1_put_eoc(out);
    +        else
    +            *out += len;
    +    }
    +
    +    if (usetag)
    +        return ASN1_object_size(ndef, len, tag);
    +    return len;
    +}
     
     /* Produce content octets from a structure */
     
     int asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cout, int *putype,
    -				const ASN1_ITEM *it)
    -	{
    -	ASN1_BOOLEAN *tbool = NULL;
    -	ASN1_STRING *strtmp;
    -	ASN1_OBJECT *otmp;
    -	int utype;
    -	const unsigned char *cont;
    -	unsigned char c;
    -	int len;
    -	const ASN1_PRIMITIVE_FUNCS *pf;
    -	pf = it->funcs;
    -	if (pf && pf->prim_i2c)
    -		return pf->prim_i2c(pval, cout, putype, it);
    -
    -	/* Should type be omitted? */
    -	if ((it->itype != ASN1_ITYPE_PRIMITIVE)
    -		|| (it->utype != V_ASN1_BOOLEAN))
    -		{
    -		if (!*pval) return -1;
    -		}
    -
    -	if (it->itype == ASN1_ITYPE_MSTRING)
    -		{
    -		/* If MSTRING type set the underlying type */
    -		strtmp = (ASN1_STRING *)*pval;
    -		utype = strtmp->type;
    -		*putype = utype;
    -		}
    -	else if (it->utype == V_ASN1_ANY)
    -		{
    -		/* If ANY set type and pointer to value */
    -		ASN1_TYPE *typ;
    -		typ = (ASN1_TYPE *)*pval;
    -		utype = typ->type;
    -		*putype = utype;
    -		pval = &typ->value.asn1_value;
    -		}
    -	else utype = *putype;
    -
    -	switch(utype)
    -		{
    -		case V_ASN1_OBJECT:
    -		otmp = (ASN1_OBJECT *)*pval;
    -		cont = otmp->data;
    -		len = otmp->length;
    -		break;
    -
    -		case V_ASN1_NULL:
    -		cont = NULL;
    -		len = 0;
    -		break;
    -
    -		case V_ASN1_BOOLEAN:
    -		tbool = (ASN1_BOOLEAN *)pval;
    -		if (*tbool == -1)
    -			return -1;
    -		if (it->utype != V_ASN1_ANY)
    -			{
    -			/* Default handling if value == size field then omit */
    -			if (*tbool && (it->size > 0))
    -				return -1;
    -			if (!*tbool && !it->size)
    -				return -1;
    -			}
    -		c = (unsigned char)*tbool;
    -		cont = &c;
    -		len = 1;
    -		break;
    -
    -		case V_ASN1_BIT_STRING:
    -		return i2c_ASN1_BIT_STRING((ASN1_BIT_STRING *)*pval,
    -							cout ? &cout : NULL);
    -		break;
    -
    -		case V_ASN1_INTEGER:
    -		case V_ASN1_NEG_INTEGER:
    -		case V_ASN1_ENUMERATED:
    -		case V_ASN1_NEG_ENUMERATED:
    -		/* These are all have the same content format
    -		 * as ASN1_INTEGER
    -		 */
    -		return i2c_ASN1_INTEGER((ASN1_INTEGER *)*pval,
    -							cout ? &cout : NULL);
    -		break;
    -
    -		case V_ASN1_OCTET_STRING:
    -		case V_ASN1_NUMERICSTRING:
    -		case V_ASN1_PRINTABLESTRING:
    -		case V_ASN1_T61STRING:
    -		case V_ASN1_VIDEOTEXSTRING:
    -		case V_ASN1_IA5STRING:
    -		case V_ASN1_UTCTIME:
    -		case V_ASN1_GENERALIZEDTIME:
    -		case V_ASN1_GRAPHICSTRING:
    -		case V_ASN1_VISIBLESTRING:
    -		case V_ASN1_GENERALSTRING:
    -		case V_ASN1_UNIVERSALSTRING:
    -		case V_ASN1_BMPSTRING:
    -		case V_ASN1_UTF8STRING:
    -		case V_ASN1_SEQUENCE:
    -		case V_ASN1_SET:
    -		default:
    -		/* All based on ASN1_STRING and handled the same */
    -		strtmp = (ASN1_STRING *)*pval;
    -		/* Special handling for NDEF */
    -		if ((it->size == ASN1_TFLG_NDEF)
    -			&& (strtmp->flags & ASN1_STRING_FLAG_NDEF))
    -			{
    -			if (cout)
    -				{
    -				strtmp->data = cout;
    -				strtmp->length = 0;
    -				}
    -			/* Special return code */
    -			return -2;
    -			}
    -		cont = strtmp->data;
    -		len = strtmp->length;
    -
    -		break;
    -
    -		}
    -	if (cout && len)
    -		memcpy(cout, cont, len);
    -	return len;
    -	}
    +                const ASN1_ITEM *it)
    +{
    +    ASN1_BOOLEAN *tbool = NULL;
    +    ASN1_STRING *strtmp;
    +    ASN1_OBJECT *otmp;
    +    int utype;
    +    const unsigned char *cont;
    +    unsigned char c;
    +    int len;
    +    const ASN1_PRIMITIVE_FUNCS *pf;
    +    pf = it->funcs;
    +    if (pf && pf->prim_i2c)
    +        return pf->prim_i2c(pval, cout, putype, it);
    +
    +    /* Should type be omitted? */
    +    if ((it->itype != ASN1_ITYPE_PRIMITIVE)
    +        || (it->utype != V_ASN1_BOOLEAN)) {
    +        if (!*pval)
    +            return -1;
    +    }
    +
    +    if (it->itype == ASN1_ITYPE_MSTRING) {
    +        /* If MSTRING type set the underlying type */
    +        strtmp = (ASN1_STRING *)*pval;
    +        utype = strtmp->type;
    +        *putype = utype;
    +    } else if (it->utype == V_ASN1_ANY) {
    +        /* If ANY set type and pointer to value */
    +        ASN1_TYPE *typ;
    +        typ = (ASN1_TYPE *)*pval;
    +        utype = typ->type;
    +        *putype = utype;
    +        pval = &typ->value.asn1_value;
    +    } else
    +        utype = *putype;
    +
    +    switch (utype) {
    +    case V_ASN1_OBJECT:
    +        otmp = (ASN1_OBJECT *)*pval;
    +        cont = otmp->data;
    +        len = otmp->length;
    +        break;
    +
    +    case V_ASN1_NULL:
    +        cont = NULL;
    +        len = 0;
    +        break;
    +
    +    case V_ASN1_BOOLEAN:
    +        tbool = (ASN1_BOOLEAN *)pval;
    +        if (*tbool == -1)
    +            return -1;
    +        if (it->utype != V_ASN1_ANY) {
    +            /*
    +             * Default handling if value == size field then omit
    +             */
    +            if (*tbool && (it->size > 0))
    +                return -1;
    +            if (!*tbool && !it->size)
    +                return -1;
    +        }
    +        c = (unsigned char)*tbool;
    +        cont = &c;
    +        len = 1;
    +        break;
    +
    +    case V_ASN1_BIT_STRING:
    +        return i2c_ASN1_BIT_STRING((ASN1_BIT_STRING *)*pval,
    +                                   cout ? &cout : NULL);
    +        break;
    +
    +    case V_ASN1_INTEGER:
    +    case V_ASN1_NEG_INTEGER:
    +    case V_ASN1_ENUMERATED:
    +    case V_ASN1_NEG_ENUMERATED:
    +        /*
    +         * These are all have the same content format as ASN1_INTEGER
    +         */
    +        return i2c_ASN1_INTEGER((ASN1_INTEGER *)*pval, cout ? &cout : NULL);
    +        break;
    +
    +    case V_ASN1_OCTET_STRING:
    +    case V_ASN1_NUMERICSTRING:
    +    case V_ASN1_PRINTABLESTRING:
    +    case V_ASN1_T61STRING:
    +    case V_ASN1_VIDEOTEXSTRING:
    +    case V_ASN1_IA5STRING:
    +    case V_ASN1_UTCTIME:
    +    case V_ASN1_GENERALIZEDTIME:
    +    case V_ASN1_GRAPHICSTRING:
    +    case V_ASN1_VISIBLESTRING:
    +    case V_ASN1_GENERALSTRING:
    +    case V_ASN1_UNIVERSALSTRING:
    +    case V_ASN1_BMPSTRING:
    +    case V_ASN1_UTF8STRING:
    +    case V_ASN1_SEQUENCE:
    +    case V_ASN1_SET:
    +    default:
    +        /* All based on ASN1_STRING and handled the same */
    +        strtmp = (ASN1_STRING *)*pval;
    +        /* Special handling for NDEF */
    +        if ((it->size == ASN1_TFLG_NDEF)
    +            && (strtmp->flags & ASN1_STRING_FLAG_NDEF)) {
    +            if (cout) {
    +                strtmp->data = cout;
    +                strtmp->length = 0;
    +            }
    +            /* Special return code */
    +            return -2;
    +        }
    +        cont = strtmp->data;
    +        len = strtmp->length;
    +
    +        break;
    +
    +    }
    +    if (cout && len)
    +        memcpy(cout, cont, len);
    +    return len;
    +}
    diff --git a/openssl/crypto/asn1/tasn_fre.c b/openssl/crypto/asn1/tasn_fre.c
    index 77d3092d3..aeea4eff7 100644
    --- a/openssl/crypto/asn1/tasn_fre.c
    +++ b/openssl/crypto/asn1/tasn_fre.c
    @@ -1,6 +1,7 @@
     /* tasn_fre.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 2000 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,211 +57,193 @@
      *
      */
     
    -
     #include 
     #include 
     #include 
     #include 
     
    -static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine);
    +static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it,
    +                                   int combine);
     
     /* Free up an ASN1 structure */
     
     void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it)
    -	{
    -	asn1_item_combine_free(&val, it, 0);
    -	}
    +{
    +    asn1_item_combine_free(&val, it, 0);
    +}
     
     void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
    -	{
    -	asn1_item_combine_free(pval, it, 0);
    -	}
    -
    -static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine)
    -	{
    -	const ASN1_TEMPLATE *tt = NULL, *seqtt;
    -	const ASN1_EXTERN_FUNCS *ef;
    -	const ASN1_COMPAT_FUNCS *cf;
    -	const ASN1_AUX *aux = it->funcs;
    -	ASN1_aux_cb *asn1_cb;
    -	int i;
    -	if (!pval)
    -		return;
    -	if ((it->itype != ASN1_ITYPE_PRIMITIVE) && !*pval)
    -		return;
    -	if (aux && aux->asn1_cb)
    -		asn1_cb = aux->asn1_cb;
    -	else
    -		asn1_cb = 0;
    -
    -	switch(it->itype)
    -		{
    -
    -		case ASN1_ITYPE_PRIMITIVE:
    -		if (it->templates)
    -			ASN1_template_free(pval, it->templates);
    -		else
    -			ASN1_primitive_free(pval, it);
    -		break;
    -
    -		case ASN1_ITYPE_MSTRING:
    -		ASN1_primitive_free(pval, it);
    -		break;
    -
    -		case ASN1_ITYPE_CHOICE:
    -		if (asn1_cb)
    -			{
    -			i = asn1_cb(ASN1_OP_FREE_PRE, pval, it, NULL);
    -			if (i == 2)
    -				return;
    -			}
    -		i = asn1_get_choice_selector(pval, it);
    -		if ((i >= 0) && (i < it->tcount))
    -			{
    -			ASN1_VALUE **pchval;
    -			tt = it->templates + i;
    -			pchval = asn1_get_field_ptr(pval, tt);
    -			ASN1_template_free(pchval, tt);
    -			}
    -		if (asn1_cb)
    -			asn1_cb(ASN1_OP_FREE_POST, pval, it, NULL);
    -		if (!combine)
    -			{
    -			OPENSSL_free(*pval);
    -			*pval = NULL;
    -			}
    -		break;
    -
    -		case ASN1_ITYPE_COMPAT:
    -		cf = it->funcs;
    -		if (cf && cf->asn1_free)
    -			cf->asn1_free(*pval);
    -		break;
    -
    -		case ASN1_ITYPE_EXTERN:
    -		ef = it->funcs;
    -		if (ef && ef->asn1_ex_free)
    -			ef->asn1_ex_free(pval, it);
    -		break;
    -
    -		case ASN1_ITYPE_NDEF_SEQUENCE:
    -		case ASN1_ITYPE_SEQUENCE:
    -		if (asn1_do_lock(pval, -1, it) > 0)
    -			return;
    -		if (asn1_cb)
    -			{
    -			i = asn1_cb(ASN1_OP_FREE_PRE, pval, it, NULL);
    -			if (i == 2)
    -				return;
    -			}		
    -		asn1_enc_free(pval, it);
    -		/* If we free up as normal we will invalidate any
    -		 * ANY DEFINED BY field and we wont be able to 
    -		 * determine the type of the field it defines. So
    -		 * free up in reverse order.
    -		 */
    -		tt = it->templates + it->tcount - 1;
    -		for (i = 0; i < it->tcount; tt--, i++)
    -			{
    -			ASN1_VALUE **pseqval;
    -			seqtt = asn1_do_adb(pval, tt, 0);
    -			if (!seqtt)
    -				continue;
    -			pseqval = asn1_get_field_ptr(pval, seqtt);
    -			ASN1_template_free(pseqval, seqtt);
    -			}
    -		if (asn1_cb)
    -			asn1_cb(ASN1_OP_FREE_POST, pval, it, NULL);
    -		if (!combine)
    -			{
    -			OPENSSL_free(*pval);
    -			*pval = NULL;
    -			}
    -		break;
    -		}
    -	}
    +{
    +    asn1_item_combine_free(pval, it, 0);
    +}
    +
    +static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it,
    +                                   int combine)
    +{
    +    const ASN1_TEMPLATE *tt = NULL, *seqtt;
    +    const ASN1_EXTERN_FUNCS *ef;
    +    const ASN1_COMPAT_FUNCS *cf;
    +    const ASN1_AUX *aux = it->funcs;
    +    ASN1_aux_cb *asn1_cb;
    +    int i;
    +    if (!pval)
    +        return;
    +    if ((it->itype != ASN1_ITYPE_PRIMITIVE) && !*pval)
    +        return;
    +    if (aux && aux->asn1_cb)
    +        asn1_cb = aux->asn1_cb;
    +    else
    +        asn1_cb = 0;
    +
    +    switch (it->itype) {
    +
    +    case ASN1_ITYPE_PRIMITIVE:
    +        if (it->templates)
    +            ASN1_template_free(pval, it->templates);
    +        else
    +            ASN1_primitive_free(pval, it);
    +        break;
    +
    +    case ASN1_ITYPE_MSTRING:
    +        ASN1_primitive_free(pval, it);
    +        break;
    +
    +    case ASN1_ITYPE_CHOICE:
    +        if (asn1_cb) {
    +            i = asn1_cb(ASN1_OP_FREE_PRE, pval, it, NULL);
    +            if (i == 2)
    +                return;
    +        }
    +        i = asn1_get_choice_selector(pval, it);
    +        if ((i >= 0) && (i < it->tcount)) {
    +            ASN1_VALUE **pchval;
    +            tt = it->templates + i;
    +            pchval = asn1_get_field_ptr(pval, tt);
    +            ASN1_template_free(pchval, tt);
    +        }
    +        if (asn1_cb)
    +            asn1_cb(ASN1_OP_FREE_POST, pval, it, NULL);
    +        if (!combine) {
    +            OPENSSL_free(*pval);
    +            *pval = NULL;
    +        }
    +        break;
    +
    +    case ASN1_ITYPE_COMPAT:
    +        cf = it->funcs;
    +        if (cf && cf->asn1_free)
    +            cf->asn1_free(*pval);
    +        break;
    +
    +    case ASN1_ITYPE_EXTERN:
    +        ef = it->funcs;
    +        if (ef && ef->asn1_ex_free)
    +            ef->asn1_ex_free(pval, it);
    +        break;
    +
    +    case ASN1_ITYPE_NDEF_SEQUENCE:
    +    case ASN1_ITYPE_SEQUENCE:
    +        if (asn1_do_lock(pval, -1, it) > 0)
    +            return;
    +        if (asn1_cb) {
    +            i = asn1_cb(ASN1_OP_FREE_PRE, pval, it, NULL);
    +            if (i == 2)
    +                return;
    +        }
    +        asn1_enc_free(pval, it);
    +        /*
    +         * If we free up as normal we will invalidate any ANY DEFINED BY
    +         * field and we wont be able to determine the type of the field it
    +         * defines. So free up in reverse order.
    +         */
    +        tt = it->templates + it->tcount - 1;
    +        for (i = 0; i < it->tcount; tt--, i++) {
    +            ASN1_VALUE **pseqval;
    +            seqtt = asn1_do_adb(pval, tt, 0);
    +            if (!seqtt)
    +                continue;
    +            pseqval = asn1_get_field_ptr(pval, seqtt);
    +            ASN1_template_free(pseqval, seqtt);
    +        }
    +        if (asn1_cb)
    +            asn1_cb(ASN1_OP_FREE_POST, pval, it, NULL);
    +        if (!combine) {
    +            OPENSSL_free(*pval);
    +            *pval = NULL;
    +        }
    +        break;
    +    }
    +}
     
     void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt)
    -	{
    -	int i;
    -	if (tt->flags & ASN1_TFLG_SK_MASK)
    -		{
    -		STACK_OF(ASN1_VALUE) *sk = (STACK_OF(ASN1_VALUE) *)*pval;
    -		for (i = 0; i < sk_ASN1_VALUE_num(sk); i++)
    -			{
    -			ASN1_VALUE *vtmp;
    -			vtmp = sk_ASN1_VALUE_value(sk, i);
    -			asn1_item_combine_free(&vtmp, ASN1_ITEM_ptr(tt->item),
    -									0);
    -			}
    -		sk_ASN1_VALUE_free(sk);
    -		*pval = NULL;
    -		}
    -	else
    -		asn1_item_combine_free(pval, ASN1_ITEM_ptr(tt->item),
    -						tt->flags & ASN1_TFLG_COMBINE);
    -	}
    +{
    +    int i;
    +    if (tt->flags & ASN1_TFLG_SK_MASK) {
    +        STACK_OF(ASN1_VALUE) *sk = (STACK_OF(ASN1_VALUE) *)*pval;
    +        for (i = 0; i < sk_ASN1_VALUE_num(sk); i++) {
    +            ASN1_VALUE *vtmp;
    +            vtmp = sk_ASN1_VALUE_value(sk, i);
    +            asn1_item_combine_free(&vtmp, ASN1_ITEM_ptr(tt->item), 0);
    +        }
    +        sk_ASN1_VALUE_free(sk);
    +        *pval = NULL;
    +    } else
    +        asn1_item_combine_free(pval, ASN1_ITEM_ptr(tt->item),
    +                               tt->flags & ASN1_TFLG_COMBINE);
    +}
     
     void ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
    -	{
    -	int utype;
    -	if (it)
    -		{
    -		const ASN1_PRIMITIVE_FUNCS *pf;
    -		pf = it->funcs;
    -		if (pf && pf->prim_free)
    -			{
    -			pf->prim_free(pval, it);
    -			return;
    -			}
    -		}
    -	/* Special case: if 'it' is NULL free contents of ASN1_TYPE */
    -	if (!it)
    -		{
    -		ASN1_TYPE *typ = (ASN1_TYPE *)*pval;
    -		utype = typ->type;
    -		pval = &typ->value.asn1_value;
    -		if (!*pval)
    -			return;
    -		}
    -	else if (it->itype == ASN1_ITYPE_MSTRING)
    -		{
    -		utype = -1;
    -		if (!*pval)
    -			return;
    -		}
    -	else
    -		{
    -		utype = it->utype;
    -		if ((utype != V_ASN1_BOOLEAN) && !*pval)
    -			return;
    -		}
    -
    -	switch(utype)
    -		{
    -		case V_ASN1_OBJECT:
    -		ASN1_OBJECT_free((ASN1_OBJECT *)*pval);
    -		break;
    -
    -		case V_ASN1_BOOLEAN:
    -		if (it)
    -			*(ASN1_BOOLEAN *)pval = it->size;
    -		else
    -			*(ASN1_BOOLEAN *)pval = -1;
    -		return;
    -
    -		case V_ASN1_NULL:
    -		break;
    -
    -		case V_ASN1_ANY:
    -		ASN1_primitive_free(pval, NULL);
    -		OPENSSL_free(*pval);
    -		break;
    -
    -		default:
    -		ASN1_STRING_free((ASN1_STRING *)*pval);
    -		*pval = NULL;
    -		break;
    -		}
    -	*pval = NULL;
    -	}
    +{
    +    int utype;
    +    if (it) {
    +        const ASN1_PRIMITIVE_FUNCS *pf;
    +        pf = it->funcs;
    +        if (pf && pf->prim_free) {
    +            pf->prim_free(pval, it);
    +            return;
    +        }
    +    }
    +    /* Special case: if 'it' is NULL free contents of ASN1_TYPE */
    +    if (!it) {
    +        ASN1_TYPE *typ = (ASN1_TYPE *)*pval;
    +        utype = typ->type;
    +        pval = &typ->value.asn1_value;
    +        if (!*pval)
    +            return;
    +    } else if (it->itype == ASN1_ITYPE_MSTRING) {
    +        utype = -1;
    +        if (!*pval)
    +            return;
    +    } else {
    +        utype = it->utype;
    +        if ((utype != V_ASN1_BOOLEAN) && !*pval)
    +            return;
    +    }
    +
    +    switch (utype) {
    +    case V_ASN1_OBJECT:
    +        ASN1_OBJECT_free((ASN1_OBJECT *)*pval);
    +        break;
    +
    +    case V_ASN1_BOOLEAN:
    +        if (it)
    +            *(ASN1_BOOLEAN *)pval = it->size;
    +        else
    +            *(ASN1_BOOLEAN *)pval = -1;
    +        return;
    +
    +    case V_ASN1_NULL:
    +        break;
    +
    +    case V_ASN1_ANY:
    +        ASN1_primitive_free(pval, NULL);
    +        OPENSSL_free(*pval);
    +        break;
    +
    +    default:
    +        ASN1_STRING_free((ASN1_STRING *)*pval);
    +        *pval = NULL;
    +        break;
    +    }
    +    *pval = NULL;
    +}
    diff --git a/openssl/crypto/asn1/tasn_new.c b/openssl/crypto/asn1/tasn_new.c
    index 0d9e78cc7..d25c68c54 100644
    --- a/openssl/crypto/asn1/tasn_new.c
    +++ b/openssl/crypto/asn1/tasn_new.c
    @@ -1,6 +1,7 @@
     /* tasn_new.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 2000-2004 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,7 +57,6 @@
      *
      */
     
    -
     #include 
     #include 
     #include 
    @@ -65,332 +65,317 @@
     #include 
     
     static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
    -								int combine);
    +                                    int combine);
     static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
     static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
     static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
     
     ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it)
    -	{
    -	ASN1_VALUE *ret = NULL;
    -	if (ASN1_item_ex_new(&ret, it) > 0)
    -		return ret;
    -	return NULL;
    -	}
    +{
    +    ASN1_VALUE *ret = NULL;
    +    if (ASN1_item_ex_new(&ret, it) > 0)
    +        return ret;
    +    return NULL;
    +}
     
     /* Allocate an ASN1 structure */
     
     int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
    -	{
    -	return asn1_item_ex_combine_new(pval, it, 0);
    -	}
    +{
    +    return asn1_item_ex_combine_new(pval, it, 0);
    +}
     
     static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
    -								int combine)
    -	{
    -	const ASN1_TEMPLATE *tt = NULL;
    -	const ASN1_COMPAT_FUNCS *cf;
    -	const ASN1_EXTERN_FUNCS *ef;
    -	const ASN1_AUX *aux = it->funcs;
    -	ASN1_aux_cb *asn1_cb;
    -	ASN1_VALUE **pseqval;
    -	int i;
    -	if (aux && aux->asn1_cb)
    -		asn1_cb = aux->asn1_cb;
    -	else
    -		asn1_cb = 0;
    -
    -	if (!combine) *pval = NULL;
    +                                    int combine)
    +{
    +    const ASN1_TEMPLATE *tt = NULL;
    +    const ASN1_COMPAT_FUNCS *cf;
    +    const ASN1_EXTERN_FUNCS *ef;
    +    const ASN1_AUX *aux = it->funcs;
    +    ASN1_aux_cb *asn1_cb;
    +    ASN1_VALUE **pseqval;
    +    int i;
    +    if (aux && aux->asn1_cb)
    +        asn1_cb = aux->asn1_cb;
    +    else
    +        asn1_cb = 0;
    +
    +    if (!combine)
    +        *pval = NULL;
     
     #ifdef CRYPTO_MDEBUG
    -	if (it->sname)
    -		CRYPTO_push_info(it->sname);
    +    if (it->sname)
    +        CRYPTO_push_info(it->sname);
     #endif
     
    -	switch(it->itype)
    -		{
    -
    -		case ASN1_ITYPE_EXTERN:
    -		ef = it->funcs;
    -		if (ef && ef->asn1_ex_new)
    -			{
    -			if (!ef->asn1_ex_new(pval, it))
    -				goto memerr;
    -			}
    -		break;
    -
    -		case ASN1_ITYPE_COMPAT:
    -		cf = it->funcs;
    -		if (cf && cf->asn1_new) {
    -			*pval = cf->asn1_new();
    -			if (!*pval)
    -				goto memerr;
    -		}
    -		break;
    -
    -		case ASN1_ITYPE_PRIMITIVE:
    -		if (it->templates)
    -			{
    -			if (!ASN1_template_new(pval, it->templates))
    -				goto memerr;
    -			}
    -		else if (!ASN1_primitive_new(pval, it))
    -				goto memerr;
    -		break;
    -
    -		case ASN1_ITYPE_MSTRING:
    -		if (!ASN1_primitive_new(pval, it))
    -				goto memerr;
    -		break;
    -
    -		case ASN1_ITYPE_CHOICE:
    -		if (asn1_cb)
    -			{
    -			i = asn1_cb(ASN1_OP_NEW_PRE, pval, it, NULL);
    -			if (!i)
    -				goto auxerr;
    -			if (i==2)
    -				{
    +    switch (it->itype) {
    +
    +    case ASN1_ITYPE_EXTERN:
    +        ef = it->funcs;
    +        if (ef && ef->asn1_ex_new) {
    +            if (!ef->asn1_ex_new(pval, it))
    +                goto memerr;
    +        }
    +        break;
    +
    +    case ASN1_ITYPE_COMPAT:
    +        cf = it->funcs;
    +        if (cf && cf->asn1_new) {
    +            *pval = cf->asn1_new();
    +            if (!*pval)
    +                goto memerr;
    +        }
    +        break;
    +
    +    case ASN1_ITYPE_PRIMITIVE:
    +        if (it->templates) {
    +            if (!ASN1_template_new(pval, it->templates))
    +                goto memerr;
    +        } else if (!ASN1_primitive_new(pval, it))
    +            goto memerr;
    +        break;
    +
    +    case ASN1_ITYPE_MSTRING:
    +        if (!ASN1_primitive_new(pval, it))
    +            goto memerr;
    +        break;
    +
    +    case ASN1_ITYPE_CHOICE:
    +        if (asn1_cb) {
    +            i = asn1_cb(ASN1_OP_NEW_PRE, pval, it, NULL);
    +            if (!i)
    +                goto auxerr;
    +            if (i == 2) {
     #ifdef CRYPTO_MDEBUG
    -				if (it->sname)
    -					CRYPTO_pop_info();
    +                if (it->sname)
    +                    CRYPTO_pop_info();
     #endif
    -				return 1;
    -				}
    -			}
    -		if (!combine)
    -			{
    -			*pval = OPENSSL_malloc(it->size);
    -			if (!*pval)
    -				goto memerr;
    -			memset(*pval, 0, it->size);
    -			}
    -		asn1_set_choice_selector(pval, -1, it);
    -		if (asn1_cb && !asn1_cb(ASN1_OP_NEW_POST, pval, it, NULL))
    -				goto auxerr;
    -		break;
    -
    -		case ASN1_ITYPE_NDEF_SEQUENCE:
    -		case ASN1_ITYPE_SEQUENCE:
    -		if (asn1_cb)
    -			{
    -			i = asn1_cb(ASN1_OP_NEW_PRE, pval, it, NULL);
    -			if (!i)
    -				goto auxerr;
    -			if (i==2)
    -				{
    +                return 1;
    +            }
    +        }
    +        if (!combine) {
    +            *pval = OPENSSL_malloc(it->size);
    +            if (!*pval)
    +                goto memerr;
    +            memset(*pval, 0, it->size);
    +        }
    +        asn1_set_choice_selector(pval, -1, it);
    +        if (asn1_cb && !asn1_cb(ASN1_OP_NEW_POST, pval, it, NULL))
    +            goto auxerr;
    +        break;
    +
    +    case ASN1_ITYPE_NDEF_SEQUENCE:
    +    case ASN1_ITYPE_SEQUENCE:
    +        if (asn1_cb) {
    +            i = asn1_cb(ASN1_OP_NEW_PRE, pval, it, NULL);
    +            if (!i)
    +                goto auxerr;
    +            if (i == 2) {
     #ifdef CRYPTO_MDEBUG
    -				if (it->sname)
    -					CRYPTO_pop_info();
    +                if (it->sname)
    +                    CRYPTO_pop_info();
     #endif
    -				return 1;
    -				}
    -			}
    -		if (!combine)
    -			{
    -			*pval = OPENSSL_malloc(it->size);
    -			if (!*pval)
    -				goto memerr;
    -			memset(*pval, 0, it->size);
    -			asn1_do_lock(pval, 0, it);
    -			asn1_enc_init(pval, it);
    -			}
    -		for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
    -			{
    -			pseqval = asn1_get_field_ptr(pval, tt);
    -			if (!ASN1_template_new(pseqval, tt))
    -				goto memerr;
    -			}
    -		if (asn1_cb && !asn1_cb(ASN1_OP_NEW_POST, pval, it, NULL))
    -				goto auxerr;
    -		break;
    -	}
    +                return 1;
    +            }
    +        }
    +        if (!combine) {
    +            *pval = OPENSSL_malloc(it->size);
    +            if (!*pval)
    +                goto memerr;
    +            memset(*pval, 0, it->size);
    +            asn1_do_lock(pval, 0, it);
    +            asn1_enc_init(pval, it);
    +        }
    +        for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
    +            pseqval = asn1_get_field_ptr(pval, tt);
    +            if (!ASN1_template_new(pseqval, tt))
    +                goto memerr;
    +        }
    +        if (asn1_cb && !asn1_cb(ASN1_OP_NEW_POST, pval, it, NULL))
    +            goto auxerr;
    +        break;
    +    }
     #ifdef CRYPTO_MDEBUG
    -	if (it->sname) CRYPTO_pop_info();
    +    if (it->sname)
    +        CRYPTO_pop_info();
     #endif
    -	return 1;
    +    return 1;
     
    -	memerr:
    -	ASN1err(ASN1_F_ASN1_ITEM_EX_COMBINE_NEW, ERR_R_MALLOC_FAILURE);
    + memerr:
    +    ASN1err(ASN1_F_ASN1_ITEM_EX_COMBINE_NEW, ERR_R_MALLOC_FAILURE);
     #ifdef CRYPTO_MDEBUG
    -	if (it->sname) CRYPTO_pop_info();
    +    if (it->sname)
    +        CRYPTO_pop_info();
     #endif
    -	return 0;
    +    return 0;
     
    -	auxerr:
    -	ASN1err(ASN1_F_ASN1_ITEM_EX_COMBINE_NEW, ASN1_R_AUX_ERROR);
    -	ASN1_item_ex_free(pval, it);
    + auxerr:
    +    ASN1err(ASN1_F_ASN1_ITEM_EX_COMBINE_NEW, ASN1_R_AUX_ERROR);
    +    ASN1_item_ex_free(pval, it);
     #ifdef CRYPTO_MDEBUG
    -	if (it->sname) CRYPTO_pop_info();
    +    if (it->sname)
    +        CRYPTO_pop_info();
     #endif
    -	return 0;
    +    return 0;
     
    -	}
    +}
     
     static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it)
    -	{
    -	const ASN1_EXTERN_FUNCS *ef;
    -
    -	switch(it->itype)
    -		{
    -
    -		case ASN1_ITYPE_EXTERN:
    -		ef = it->funcs;
    -		if (ef && ef->asn1_ex_clear) 
    -			ef->asn1_ex_clear(pval, it);
    -		else *pval = NULL;
    -		break;
    -
    -
    -		case ASN1_ITYPE_PRIMITIVE:
    -		if (it->templates) 
    -			asn1_template_clear(pval, it->templates);
    -		else
    -			asn1_primitive_clear(pval, it);
    -		break;
    -
    -		case ASN1_ITYPE_MSTRING:
    -		asn1_primitive_clear(pval, it);
    -		break;
    -
    -		case ASN1_ITYPE_COMPAT:
    -		case ASN1_ITYPE_CHOICE:
    -		case ASN1_ITYPE_SEQUENCE:
    -		case ASN1_ITYPE_NDEF_SEQUENCE:
    -		*pval = NULL;
    -		break;
    -		}
    -	}
    -
    +{
    +    const ASN1_EXTERN_FUNCS *ef;
    +
    +    switch (it->itype) {
    +
    +    case ASN1_ITYPE_EXTERN:
    +        ef = it->funcs;
    +        if (ef && ef->asn1_ex_clear)
    +            ef->asn1_ex_clear(pval, it);
    +        else
    +            *pval = NULL;
    +        break;
    +
    +    case ASN1_ITYPE_PRIMITIVE:
    +        if (it->templates)
    +            asn1_template_clear(pval, it->templates);
    +        else
    +            asn1_primitive_clear(pval, it);
    +        break;
    +
    +    case ASN1_ITYPE_MSTRING:
    +        asn1_primitive_clear(pval, it);
    +        break;
    +
    +    case ASN1_ITYPE_COMPAT:
    +    case ASN1_ITYPE_CHOICE:
    +    case ASN1_ITYPE_SEQUENCE:
    +    case ASN1_ITYPE_NDEF_SEQUENCE:
    +        *pval = NULL;
    +        break;
    +    }
    +}
     
     int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt)
    -	{
    -	const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item);
    -	int ret;
    -	if (tt->flags & ASN1_TFLG_OPTIONAL)
    -		{
    -		asn1_template_clear(pval, tt);
    -		return 1;
    -		}
    -	/* If ANY DEFINED BY nothing to do */
    -
    -	if (tt->flags & ASN1_TFLG_ADB_MASK)
    -		{
    -		*pval = NULL;
    -		return 1;
    -		}
    +{
    +    const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item);
    +    int ret;
    +    if (tt->flags & ASN1_TFLG_OPTIONAL) {
    +        asn1_template_clear(pval, tt);
    +        return 1;
    +    }
    +    /* If ANY DEFINED BY nothing to do */
    +
    +    if (tt->flags & ASN1_TFLG_ADB_MASK) {
    +        *pval = NULL;
    +        return 1;
    +    }
     #ifdef CRYPTO_MDEBUG
    -	if (tt->field_name)
    -		CRYPTO_push_info(tt->field_name);
    +    if (tt->field_name)
    +        CRYPTO_push_info(tt->field_name);
     #endif
    -	/* If SET OF or SEQUENCE OF, its a STACK */
    -	if (tt->flags & ASN1_TFLG_SK_MASK)
    -		{
    -		STACK_OF(ASN1_VALUE) *skval;
    -		skval = sk_ASN1_VALUE_new_null();
    -		if (!skval)
    -			{
    -			ASN1err(ASN1_F_ASN1_TEMPLATE_NEW, ERR_R_MALLOC_FAILURE);
    -			ret = 0;
    -			goto done;
    -			}
    -		*pval = (ASN1_VALUE *)skval;
    -		ret = 1;
    -		goto done;
    -		}
    -	/* Otherwise pass it back to the item routine */
    -	ret = asn1_item_ex_combine_new(pval, it, tt->flags & ASN1_TFLG_COMBINE);
    -	done:
    +    /* If SET OF or SEQUENCE OF, its a STACK */
    +    if (tt->flags & ASN1_TFLG_SK_MASK) {
    +        STACK_OF(ASN1_VALUE) *skval;
    +        skval = sk_ASN1_VALUE_new_null();
    +        if (!skval) {
    +            ASN1err(ASN1_F_ASN1_TEMPLATE_NEW, ERR_R_MALLOC_FAILURE);
    +            ret = 0;
    +            goto done;
    +        }
    +        *pval = (ASN1_VALUE *)skval;
    +        ret = 1;
    +        goto done;
    +    }
    +    /* Otherwise pass it back to the item routine */
    +    ret = asn1_item_ex_combine_new(pval, it, tt->flags & ASN1_TFLG_COMBINE);
    + done:
     #ifdef CRYPTO_MDEBUG
    -	if (it->sname)
    -		CRYPTO_pop_info();
    +    if (it->sname)
    +        CRYPTO_pop_info();
     #endif
    -	return ret;
    -	}
    +    return ret;
    +}
     
     static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt)
    -	{
    -	/* If ADB or STACK just NULL the field */
    -	if (tt->flags & (ASN1_TFLG_ADB_MASK|ASN1_TFLG_SK_MASK)) 
    -		*pval = NULL;
    -	else
    -		asn1_item_clear(pval, ASN1_ITEM_ptr(tt->item));
    -	}
    -
    -
    -/* NB: could probably combine most of the real XXX_new() behaviour and junk
    +{
    +    /* If ADB or STACK just NULL the field */
    +    if (tt->flags & (ASN1_TFLG_ADB_MASK | ASN1_TFLG_SK_MASK))
    +        *pval = NULL;
    +    else
    +        asn1_item_clear(pval, ASN1_ITEM_ptr(tt->item));
    +}
    +
    +/*
    + * NB: could probably combine most of the real XXX_new() behaviour and junk
      * all the old functions.
      */
     
     int ASN1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
    -	{
    -	ASN1_TYPE *typ;
    -	ASN1_STRING *str;
    -	int utype;
    -
    -	if (it && it->funcs)
    -		{
    -		const ASN1_PRIMITIVE_FUNCS *pf = it->funcs;
    -		if (pf->prim_new)
    -			return pf->prim_new(pval, it);
    -		}
    -
    -	if (!it || (it->itype == ASN1_ITYPE_MSTRING))
    -		utype = -1;
    -	else
    -		utype = it->utype;
    -	switch(utype)
    -		{
    -		case V_ASN1_OBJECT:
    -		*pval = (ASN1_VALUE *)OBJ_nid2obj(NID_undef);
    -		return 1;
    -
    -		case V_ASN1_BOOLEAN:
    -		*(ASN1_BOOLEAN *)pval = it->size;
    -		return 1;
    -
    -		case V_ASN1_NULL:
    -		*pval = (ASN1_VALUE *)1;
    -		return 1;
    -
    -		case V_ASN1_ANY:
    -		typ = OPENSSL_malloc(sizeof(ASN1_TYPE));
    -		if (!typ)
    -			return 0;
    -		typ->value.ptr = NULL;
    -		typ->type = -1;
    -		*pval = (ASN1_VALUE *)typ;
    -		break;
    -
    -		default:
    -		str = ASN1_STRING_type_new(utype);
    -		if (it->itype == ASN1_ITYPE_MSTRING && str)
    -			str->flags |= ASN1_STRING_FLAG_MSTRING;
    -		*pval = (ASN1_VALUE *)str;
    -		break;
    -		}
    -	if (*pval)
    -		return 1;
    -	return 0;
    -	}
    +{
    +    ASN1_TYPE *typ;
    +    ASN1_STRING *str;
    +    int utype;
    +
    +    if (it && it->funcs) {
    +        const ASN1_PRIMITIVE_FUNCS *pf = it->funcs;
    +        if (pf->prim_new)
    +            return pf->prim_new(pval, it);
    +    }
    +
    +    if (!it || (it->itype == ASN1_ITYPE_MSTRING))
    +        utype = -1;
    +    else
    +        utype = it->utype;
    +    switch (utype) {
    +    case V_ASN1_OBJECT:
    +        *pval = (ASN1_VALUE *)OBJ_nid2obj(NID_undef);
    +        return 1;
    +
    +    case V_ASN1_BOOLEAN:
    +        *(ASN1_BOOLEAN *)pval = it->size;
    +        return 1;
    +
    +    case V_ASN1_NULL:
    +        *pval = (ASN1_VALUE *)1;
    +        return 1;
    +
    +    case V_ASN1_ANY:
    +        typ = OPENSSL_malloc(sizeof(ASN1_TYPE));
    +        if (!typ)
    +            return 0;
    +        typ->value.ptr = NULL;
    +        typ->type = -1;
    +        *pval = (ASN1_VALUE *)typ;
    +        break;
    +
    +    default:
    +        str = ASN1_STRING_type_new(utype);
    +        if (it->itype == ASN1_ITYPE_MSTRING && str)
    +            str->flags |= ASN1_STRING_FLAG_MSTRING;
    +        *pval = (ASN1_VALUE *)str;
    +        break;
    +    }
    +    if (*pval)
    +        return 1;
    +    return 0;
    +}
     
     static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it)
    -	{
    -	int utype;
    -	if (it && it->funcs)
    -		{
    -		const ASN1_PRIMITIVE_FUNCS *pf = it->funcs;
    -		if (pf->prim_clear)
    -			pf->prim_clear(pval, it);
    -		else 
    -			*pval = NULL;
    -		return;
    -		}
    -	if (!it || (it->itype == ASN1_ITYPE_MSTRING))
    -		utype = -1;
    -	else
    -		utype = it->utype;
    -	if (utype == V_ASN1_BOOLEAN)
    -		*(ASN1_BOOLEAN *)pval = it->size;
    -	else *pval = NULL;
    -	}
    +{
    +    int utype;
    +    if (it && it->funcs) {
    +        const ASN1_PRIMITIVE_FUNCS *pf = it->funcs;
    +        if (pf->prim_clear)
    +            pf->prim_clear(pval, it);
    +        else
    +            *pval = NULL;
    +        return;
    +    }
    +    if (!it || (it->itype == ASN1_ITYPE_MSTRING))
    +        utype = -1;
    +    else
    +        utype = it->utype;
    +    if (utype == V_ASN1_BOOLEAN)
    +        *(ASN1_BOOLEAN *)pval = it->size;
    +    else
    +        *pval = NULL;
    +}
    diff --git a/openssl/crypto/asn1/tasn_prn.c b/openssl/crypto/asn1/tasn_prn.c
    index 542a091a6..11d784ccd 100644
    --- a/openssl/crypto/asn1/tasn_prn.c
    +++ b/openssl/crypto/asn1/tasn_prn.c
    @@ -1,6 +1,7 @@
     /* tasn_prn.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 2000,2005 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,7 +57,6 @@
      *
      */
     
    -
     #include 
     #include "cryptlib.h"
     #include 
    @@ -67,561 +67,516 @@
     #include 
     #include "asn1_locl.h"
     
    -/* Print routines.
    +/*
    + * Print routines.
      */
     
     /* ASN1_PCTX routines */
     
    -ASN1_PCTX default_pctx = 
    -	{
    -	ASN1_PCTX_FLAGS_SHOW_ABSENT,	/* flags */
    -	0,	/* nm_flags */
    -	0,	/* cert_flags */
    -	0,	/* oid_flags */
    -	0	/* str_flags */
    -	};
    -	
    +ASN1_PCTX default_pctx = {
    +    ASN1_PCTX_FLAGS_SHOW_ABSENT, /* flags */
    +    0,                          /* nm_flags */
    +    0,                          /* cert_flags */
    +    0,                          /* oid_flags */
    +    0                           /* str_flags */
    +};
     
     ASN1_PCTX *ASN1_PCTX_new(void)
    -	{
    -	ASN1_PCTX *ret;
    -	ret = OPENSSL_malloc(sizeof(ASN1_PCTX));
    -	if (ret == NULL)
    -		{
    -		ASN1err(ASN1_F_ASN1_PCTX_NEW, ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -		}
    -	ret->flags = 0;
    -	ret->nm_flags = 0;
    -	ret->cert_flags = 0;
    -	ret->oid_flags = 0;
    -	ret->str_flags = 0;
    -	return ret;
    -	}
    +{
    +    ASN1_PCTX *ret;
    +    ret = OPENSSL_malloc(sizeof(ASN1_PCTX));
    +    if (ret == NULL) {
    +        ASN1err(ASN1_F_ASN1_PCTX_NEW, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +    ret->flags = 0;
    +    ret->nm_flags = 0;
    +    ret->cert_flags = 0;
    +    ret->oid_flags = 0;
    +    ret->str_flags = 0;
    +    return ret;
    +}
     
     void ASN1_PCTX_free(ASN1_PCTX *p)
    -	{
    -	OPENSSL_free(p);
    -	}
    +{
    +    OPENSSL_free(p);
    +}
     
     unsigned long ASN1_PCTX_get_flags(ASN1_PCTX *p)
    -	{
    -	return p->flags;
    -	}
    +{
    +    return p->flags;
    +}
     
     void ASN1_PCTX_set_flags(ASN1_PCTX *p, unsigned long flags)
    -	{
    -	p->flags = flags;
    -	}
    +{
    +    p->flags = flags;
    +}
     
     unsigned long ASN1_PCTX_get_nm_flags(ASN1_PCTX *p)
    -	{
    -	return p->nm_flags;
    -	}
    +{
    +    return p->nm_flags;
    +}
     
     void ASN1_PCTX_set_nm_flags(ASN1_PCTX *p, unsigned long flags)
    -	{
    -	p->nm_flags = flags;
    -	}
    +{
    +    p->nm_flags = flags;
    +}
     
     unsigned long ASN1_PCTX_get_cert_flags(ASN1_PCTX *p)
    -	{
    -	return p->cert_flags;
    -	}
    +{
    +    return p->cert_flags;
    +}
     
     void ASN1_PCTX_set_cert_flags(ASN1_PCTX *p, unsigned long flags)
    -	{
    -	p->cert_flags = flags;
    -	}
    +{
    +    p->cert_flags = flags;
    +}
     
     unsigned long ASN1_PCTX_get_oid_flags(ASN1_PCTX *p)
    -	{
    -	return p->oid_flags;
    -	}
    +{
    +    return p->oid_flags;
    +}
     
     void ASN1_PCTX_set_oid_flags(ASN1_PCTX *p, unsigned long flags)
    -	{
    -	p->oid_flags = flags;
    -	}
    +{
    +    p->oid_flags = flags;
    +}
     
     unsigned long ASN1_PCTX_get_str_flags(ASN1_PCTX *p)
    -	{
    -	return p->str_flags;
    -	}
    +{
    +    return p->str_flags;
    +}
     
     void ASN1_PCTX_set_str_flags(ASN1_PCTX *p, unsigned long flags)
    -	{
    -	p->str_flags = flags;
    -	}
    +{
    +    p->str_flags = flags;
    +}
     
     /* Main print routines */
     
     static int asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
    -				const ASN1_ITEM *it,
    -				const char *fname, const char *sname,
    -				int nohdr, const ASN1_PCTX *pctx);
    +                               const ASN1_ITEM *it,
    +                               const char *fname, const char *sname,
    +                               int nohdr, const ASN1_PCTX *pctx);
     
     int asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
    -				const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx);
    +                            const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx);
     
     static int asn1_primitive_print(BIO *out, ASN1_VALUE **fld,
    -				const ASN1_ITEM *it, int indent,
    -				const char *fname, const char *sname,
    -				const ASN1_PCTX *pctx);
    +                                const ASN1_ITEM *it, int indent,
    +                                const char *fname, const char *sname,
    +                                const ASN1_PCTX *pctx);
     
     static int asn1_print_fsname(BIO *out, int indent,
    -			const char *fname, const char *sname,
    -			const ASN1_PCTX *pctx);
    +                             const char *fname, const char *sname,
    +                             const ASN1_PCTX *pctx);
     
     int ASN1_item_print(BIO *out, ASN1_VALUE *ifld, int indent,
    -				const ASN1_ITEM *it, const ASN1_PCTX *pctx)
    -	{
    -	const char *sname;
    -	if (pctx == NULL)
    -		pctx = &default_pctx;
    -	if (pctx->flags & ASN1_PCTX_FLAGS_NO_STRUCT_NAME)
    -		sname = NULL;
    -	else
    -		sname = it->sname;
    -	return asn1_item_print_ctx(out, &ifld, indent, it,
    -							NULL, sname, 0, pctx);
    -	}
    +                    const ASN1_ITEM *it, const ASN1_PCTX *pctx)
    +{
    +    const char *sname;
    +    if (pctx == NULL)
    +        pctx = &default_pctx;
    +    if (pctx->flags & ASN1_PCTX_FLAGS_NO_STRUCT_NAME)
    +        sname = NULL;
    +    else
    +        sname = it->sname;
    +    return asn1_item_print_ctx(out, &ifld, indent, it, NULL, sname, 0, pctx);
    +}
     
     static int asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
    -				const ASN1_ITEM *it,
    -				const char *fname, const char *sname,
    -				int nohdr, const ASN1_PCTX *pctx)
    -	{
    -	const ASN1_TEMPLATE *tt;
    -	const ASN1_EXTERN_FUNCS *ef;
    -	ASN1_VALUE **tmpfld;
    -	const ASN1_AUX *aux = it->funcs;
    -	ASN1_aux_cb *asn1_cb;
    -	ASN1_PRINT_ARG parg;
    -	int i;
    -	if (aux && aux->asn1_cb)
    -		{
    -		parg.out = out;
    -		parg.indent = indent;
    -		parg.pctx = pctx;
    -		asn1_cb = aux->asn1_cb;
    -		}
    -	else asn1_cb = 0;
    -
    -	if(*fld == NULL)
    -		{
    -		if (pctx->flags & ASN1_PCTX_FLAGS_SHOW_ABSENT)
    -			{
    -			if (!nohdr && !asn1_print_fsname(out, indent,
    -							fname, sname, pctx))
    -				return 0;
    -			if (BIO_puts(out, "\n") <= 0)
    -				return 0;
    -			}
    -		return 1;
    -		}
    -
    -	switch(it->itype)
    -		{
    -		case ASN1_ITYPE_PRIMITIVE:
    -		if(it->templates)
    -			{
    -			if (!asn1_template_print_ctx(out, fld, indent,
    -							it->templates, pctx))
    -				return 0;
    -			}
    -		/* fall thru */
    -		case ASN1_ITYPE_MSTRING:
    -		if (!asn1_primitive_print(out, fld, it,
    -				indent, fname, sname,pctx))
    -			return 0;
    -		break;
    -
    -		case ASN1_ITYPE_EXTERN:
    -		if (!nohdr && !asn1_print_fsname(out, indent, fname, sname, pctx))
    -			return 0;
    -		/* Use new style print routine if possible */
    -		ef = it->funcs;
    -		if (ef && ef->asn1_ex_print)
    -			{
    -			i = ef->asn1_ex_print(out, fld, indent, "", pctx);
    -			if (!i)
    -				return 0;
    -			if ((i == 2) && (BIO_puts(out, "\n") <= 0))
    -				return 0;
    -			return 1;
    -			}
    -		else if (sname && 
    -			BIO_printf(out, ":EXTERNAL TYPE %s\n", sname) <= 0)
    -			return 0;
    -		break;
    -
    -		case ASN1_ITYPE_CHOICE:
    +                               const ASN1_ITEM *it,
    +                               const char *fname, const char *sname,
    +                               int nohdr, const ASN1_PCTX *pctx)
    +{
    +    const ASN1_TEMPLATE *tt;
    +    const ASN1_EXTERN_FUNCS *ef;
    +    ASN1_VALUE **tmpfld;
    +    const ASN1_AUX *aux = it->funcs;
    +    ASN1_aux_cb *asn1_cb;
    +    ASN1_PRINT_ARG parg;
    +    int i;
    +    if (aux && aux->asn1_cb) {
    +        parg.out = out;
    +        parg.indent = indent;
    +        parg.pctx = pctx;
    +        asn1_cb = aux->asn1_cb;
    +    } else
    +        asn1_cb = 0;
    +
    +    if (*fld == NULL) {
    +        if (pctx->flags & ASN1_PCTX_FLAGS_SHOW_ABSENT) {
    +            if (!nohdr && !asn1_print_fsname(out, indent, fname, sname, pctx))
    +                return 0;
    +            if (BIO_puts(out, "\n") <= 0)
    +                return 0;
    +        }
    +        return 1;
    +    }
    +
    +    switch (it->itype) {
    +    case ASN1_ITYPE_PRIMITIVE:
    +        if (it->templates) {
    +            if (!asn1_template_print_ctx(out, fld, indent,
    +                                         it->templates, pctx))
    +                return 0;
    +        }
    +        /* fall thru */
    +    case ASN1_ITYPE_MSTRING:
    +        if (!asn1_primitive_print(out, fld, it, indent, fname, sname, pctx))
    +            return 0;
    +        break;
    +
    +    case ASN1_ITYPE_EXTERN:
    +        if (!nohdr && !asn1_print_fsname(out, indent, fname, sname, pctx))
    +            return 0;
    +        /* Use new style print routine if possible */
    +        ef = it->funcs;
    +        if (ef && ef->asn1_ex_print) {
    +            i = ef->asn1_ex_print(out, fld, indent, "", pctx);
    +            if (!i)
    +                return 0;
    +            if ((i == 2) && (BIO_puts(out, "\n") <= 0))
    +                return 0;
    +            return 1;
    +        } else if (sname &&
    +                   BIO_printf(out, ":EXTERNAL TYPE %s\n", sname) <= 0)
    +            return 0;
    +        break;
    +
    +    case ASN1_ITYPE_CHOICE:
     #if 0
    -		if (!nohdr && !asn1_print_fsname(out, indent, fname, sname, pctx))
    -			return 0;
    +        if (!nohdr && !asn1_print_fsname(out, indent, fname, sname, pctx))
    +            return 0;
     #endif
    -		/* CHOICE type, get selector */
    -		i = asn1_get_choice_selector(fld, it);
    -		/* This should never happen... */
    -		if((i < 0) || (i >= it->tcount))
    -			{
    -			if (BIO_printf(out,
    -				"ERROR: selector [%d] invalid\n", i) <= 0)
    -				return 0;
    -			return 1;
    -			}
    -		tt = it->templates + i;
    -		tmpfld = asn1_get_field_ptr(fld, tt);
    -		if (!asn1_template_print_ctx(out, tmpfld, indent, tt, pctx))
    -			return 0;
    -		break;
    -
    -		case ASN1_ITYPE_SEQUENCE:
    -		case ASN1_ITYPE_NDEF_SEQUENCE:
    -		if (!nohdr && !asn1_print_fsname(out, indent, fname, sname, pctx))
    -			return 0;
    -		if (fname || sname)
    -			{
    -			if (pctx->flags & ASN1_PCTX_FLAGS_SHOW_SEQUENCE)
    -				{
    -				if (BIO_puts(out, " {\n") <= 0)
    -					return 0;
    -				}
    -			else
    -				{
    -				if (BIO_puts(out, "\n") <= 0)
    -					return 0;
    -				}
    -			}
    -
    -		if (asn1_cb)
    -			{
    -			i = asn1_cb(ASN1_OP_PRINT_PRE, fld, it, &parg);
    -			if (i == 0)
    -				return 0;
    -			if (i == 2)
    -				return 1;
    -			}
    -
    -		/* Print each field entry */
    -		for(i = 0, tt = it->templates; i < it->tcount; i++, tt++)
    -			{
    -			const ASN1_TEMPLATE *seqtt;
    -			seqtt = asn1_do_adb(fld, tt, 1);
    -			tmpfld = asn1_get_field_ptr(fld, seqtt);
    -			if (!asn1_template_print_ctx(out, tmpfld,
    -						indent + 2, seqtt, pctx))
    -				return 0;
    -			}
    -		if (pctx->flags & ASN1_PCTX_FLAGS_SHOW_SEQUENCE)
    -			{
    -			if (BIO_printf(out, "%*s}\n", indent, "") < 0)
    -				return 0;
    -			}
    -
    -		if (asn1_cb)
    -			{
    -			i = asn1_cb(ASN1_OP_PRINT_POST, fld, it, &parg);
    -			if (i == 0)
    -				return 0;
    -			}
    -		break;
    -
    -		default:
    -		BIO_printf(out, "Unprocessed type %d\n", it->itype);
    -		return 0;
    -		}
    -
    -	return 1;
    -	}
    +        /* CHOICE type, get selector */
    +        i = asn1_get_choice_selector(fld, it);
    +        /* This should never happen... */
    +        if ((i < 0) || (i >= it->tcount)) {
    +            if (BIO_printf(out, "ERROR: selector [%d] invalid\n", i) <= 0)
    +                return 0;
    +            return 1;
    +        }
    +        tt = it->templates + i;
    +        tmpfld = asn1_get_field_ptr(fld, tt);
    +        if (!asn1_template_print_ctx(out, tmpfld, indent, tt, pctx))
    +            return 0;
    +        break;
    +
    +    case ASN1_ITYPE_SEQUENCE:
    +    case ASN1_ITYPE_NDEF_SEQUENCE:
    +        if (!nohdr && !asn1_print_fsname(out, indent, fname, sname, pctx))
    +            return 0;
    +        if (fname || sname) {
    +            if (pctx->flags & ASN1_PCTX_FLAGS_SHOW_SEQUENCE) {
    +                if (BIO_puts(out, " {\n") <= 0)
    +                    return 0;
    +            } else {
    +                if (BIO_puts(out, "\n") <= 0)
    +                    return 0;
    +            }
    +        }
    +
    +        if (asn1_cb) {
    +            i = asn1_cb(ASN1_OP_PRINT_PRE, fld, it, &parg);
    +            if (i == 0)
    +                return 0;
    +            if (i == 2)
    +                return 1;
    +        }
    +
    +        /* Print each field entry */
    +        for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
    +            const ASN1_TEMPLATE *seqtt;
    +            seqtt = asn1_do_adb(fld, tt, 1);
    +            tmpfld = asn1_get_field_ptr(fld, seqtt);
    +            if (!asn1_template_print_ctx(out, tmpfld,
    +                                         indent + 2, seqtt, pctx))
    +                return 0;
    +        }
    +        if (pctx->flags & ASN1_PCTX_FLAGS_SHOW_SEQUENCE) {
    +            if (BIO_printf(out, "%*s}\n", indent, "") < 0)
    +                return 0;
    +        }
    +
    +        if (asn1_cb) {
    +            i = asn1_cb(ASN1_OP_PRINT_POST, fld, it, &parg);
    +            if (i == 0)
    +                return 0;
    +        }
    +        break;
    +
    +    default:
    +        BIO_printf(out, "Unprocessed type %d\n", it->itype);
    +        return 0;
    +    }
    +
    +    return 1;
    +}
     
     int asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
    -				const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx)
    -	{
    -	int i, flags;
    -	const char *sname, *fname;
    -	flags = tt->flags;
    -	if(pctx->flags & ASN1_PCTX_FLAGS_SHOW_FIELD_STRUCT_NAME)
    -		sname = ASN1_ITEM_ptr(tt->item)->sname;
    -	else
    -		sname = NULL;
    -	if(pctx->flags & ASN1_PCTX_FLAGS_NO_FIELD_NAME)
    -		fname = NULL;
    -	else
    -		fname = tt->field_name;
    -	if(flags & ASN1_TFLG_SK_MASK)
    -		{
    -		char *tname;
    -		ASN1_VALUE *skitem;
    -		STACK_OF(ASN1_VALUE) *stack;
    -
    -		/* SET OF, SEQUENCE OF */
    -		if (fname)
    -			{
    -			if(pctx->flags & ASN1_PCTX_FLAGS_SHOW_SSOF)
    -				{
    -				if(flags & ASN1_TFLG_SET_OF)
    -					tname = "SET";
    -				else
    -					tname = "SEQUENCE";
    -				if (BIO_printf(out, "%*s%s OF %s {\n",
    -					indent, "", tname, tt->field_name) <= 0)
    -					return 0;
    -				}
    -			else if (BIO_printf(out, "%*s%s:\n", indent, "",
    -					fname) <= 0)
    -				return 0;
    -			}
    -		stack = (STACK_OF(ASN1_VALUE) *)*fld;
    -		for(i = 0; i < sk_ASN1_VALUE_num(stack); i++)
    -			{
    -			if ((i > 0) && (BIO_puts(out, "\n") <= 0))
    -				return 0;
    -
    -			skitem = sk_ASN1_VALUE_value(stack, i);
    -			if (!asn1_item_print_ctx(out, &skitem, indent + 2,
    -				ASN1_ITEM_ptr(tt->item), NULL, NULL, 1, pctx))
    -				return 0;
    -			}
    -		if (!i && BIO_printf(out, "%*s\n", indent + 2, "") <= 0)
    -				return 0;
    -		if(pctx->flags & ASN1_PCTX_FLAGS_SHOW_SEQUENCE)
    -			{
    -			if (BIO_printf(out, "%*s}\n", indent, "") <= 0)
    -				return 0;
    -			}
    -		return 1;
    -		}
    -	return asn1_item_print_ctx(out, fld, indent, ASN1_ITEM_ptr(tt->item),
    -							fname, sname, 0, pctx);
    -	}
    +                            const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx)
    +{
    +    int i, flags;
    +    const char *sname, *fname;
    +    flags = tt->flags;
    +    if (pctx->flags & ASN1_PCTX_FLAGS_SHOW_FIELD_STRUCT_NAME)
    +        sname = ASN1_ITEM_ptr(tt->item)->sname;
    +    else
    +        sname = NULL;
    +    if (pctx->flags & ASN1_PCTX_FLAGS_NO_FIELD_NAME)
    +        fname = NULL;
    +    else
    +        fname = tt->field_name;
    +    if (flags & ASN1_TFLG_SK_MASK) {
    +        char *tname;
    +        ASN1_VALUE *skitem;
    +        STACK_OF(ASN1_VALUE) *stack;
    +
    +        /* SET OF, SEQUENCE OF */
    +        if (fname) {
    +            if (pctx->flags & ASN1_PCTX_FLAGS_SHOW_SSOF) {
    +                if (flags & ASN1_TFLG_SET_OF)
    +                    tname = "SET";
    +                else
    +                    tname = "SEQUENCE";
    +                if (BIO_printf(out, "%*s%s OF %s {\n",
    +                               indent, "", tname, tt->field_name) <= 0)
    +                    return 0;
    +            } else if (BIO_printf(out, "%*s%s:\n", indent, "", fname) <= 0)
    +                return 0;
    +        }
    +        stack = (STACK_OF(ASN1_VALUE) *)*fld;
    +        for (i = 0; i < sk_ASN1_VALUE_num(stack); i++) {
    +            if ((i > 0) && (BIO_puts(out, "\n") <= 0))
    +                return 0;
    +
    +            skitem = sk_ASN1_VALUE_value(stack, i);
    +            if (!asn1_item_print_ctx(out, &skitem, indent + 2,
    +                                     ASN1_ITEM_ptr(tt->item), NULL, NULL, 1,
    +                                     pctx))
    +                return 0;
    +        }
    +        if (!i && BIO_printf(out, "%*s\n", indent + 2, "") <= 0)
    +            return 0;
    +        if (pctx->flags & ASN1_PCTX_FLAGS_SHOW_SEQUENCE) {
    +            if (BIO_printf(out, "%*s}\n", indent, "") <= 0)
    +                return 0;
    +        }
    +        return 1;
    +    }
    +    return asn1_item_print_ctx(out, fld, indent, ASN1_ITEM_ptr(tt->item),
    +                               fname, sname, 0, pctx);
    +}
     
     static int asn1_print_fsname(BIO *out, int indent,
    -			const char *fname, const char *sname,
    -			const ASN1_PCTX *pctx)
    -	{
    -	static char spaces[] = "                    ";
    -	const int nspaces = sizeof(spaces) - 1;
    +                             const char *fname, const char *sname,
    +                             const ASN1_PCTX *pctx)
    +{
    +    static char spaces[] = "                    ";
    +    const int nspaces = sizeof(spaces) - 1;
     
     #if 0
    -	if (!sname && !fname)
    -		return 1;
    +    if (!sname && !fname)
    +        return 1;
     #endif
     
    -	while (indent > nspaces)
    -		{
    -		if (BIO_write(out, spaces, nspaces) != nspaces)
    -			return 0;
    -		indent -= nspaces;
    -		}
    -	if (BIO_write(out, spaces, indent) != indent)
    -		return 0;
    -	if (pctx->flags & ASN1_PCTX_FLAGS_NO_STRUCT_NAME)
    -		sname = NULL;
    -	if (pctx->flags & ASN1_PCTX_FLAGS_NO_FIELD_NAME)
    -		fname = NULL;
    -	if (!sname && !fname)
    -		return 1;
    -	if (fname)
    -		{
    -		if (BIO_puts(out, fname) <= 0)
    -			return 0;
    -		}
    -	if (sname)
    -		{
    -		if (fname)
    -			{
    -			if (BIO_printf(out, " (%s)", sname) <= 0)
    -				return 0;
    -			}
    -		else
    -			{
    -			if (BIO_puts(out, sname) <= 0)
    -				return 0;
    -			}
    -		}
    -	if (BIO_write(out, ": ", 2) != 2)
    -		return 0;
    -	return 1;
    -	}
    +    while (indent > nspaces) {
    +        if (BIO_write(out, spaces, nspaces) != nspaces)
    +            return 0;
    +        indent -= nspaces;
    +    }
    +    if (BIO_write(out, spaces, indent) != indent)
    +        return 0;
    +    if (pctx->flags & ASN1_PCTX_FLAGS_NO_STRUCT_NAME)
    +        sname = NULL;
    +    if (pctx->flags & ASN1_PCTX_FLAGS_NO_FIELD_NAME)
    +        fname = NULL;
    +    if (!sname && !fname)
    +        return 1;
    +    if (fname) {
    +        if (BIO_puts(out, fname) <= 0)
    +            return 0;
    +    }
    +    if (sname) {
    +        if (fname) {
    +            if (BIO_printf(out, " (%s)", sname) <= 0)
    +                return 0;
    +        } else {
    +            if (BIO_puts(out, sname) <= 0)
    +                return 0;
    +        }
    +    }
    +    if (BIO_write(out, ": ", 2) != 2)
    +        return 0;
    +    return 1;
    +}
     
     static int asn1_print_boolean_ctx(BIO *out, int boolval,
    -							const ASN1_PCTX *pctx)
    -	{
    -	const char *str;
    -	switch (boolval)
    -		{
    -		case -1:
    -		str = "BOOL ABSENT";
    -		break;
    +                                  const ASN1_PCTX *pctx)
    +{
    +    const char *str;
    +    switch (boolval) {
    +    case -1:
    +        str = "BOOL ABSENT";
    +        break;
     
    -		case 0:
    -		str = "FALSE";
    -		break;
    +    case 0:
    +        str = "FALSE";
    +        break;
     
    -		default:
    -		str = "TRUE";
    -		break;
    +    default:
    +        str = "TRUE";
    +        break;
     
    -		}
    +    }
     
    -	if (BIO_puts(out, str) <= 0)
    -		return 0;
    -	return 1;
    +    if (BIO_puts(out, str) <= 0)
    +        return 0;
    +    return 1;
     
    -	}
    +}
     
     static int asn1_print_integer_ctx(BIO *out, ASN1_INTEGER *str,
    -						const ASN1_PCTX *pctx)
    -	{
    -	char *s;
    -	int ret = 1;
    -	s = i2s_ASN1_INTEGER(NULL, str);
    -	if (BIO_puts(out, s) <= 0)
    -		ret = 0;
    -	OPENSSL_free(s);
    -	return ret;
    -	}
    +                                  const ASN1_PCTX *pctx)
    +{
    +    char *s;
    +    int ret = 1;
    +    s = i2s_ASN1_INTEGER(NULL, str);
    +    if (BIO_puts(out, s) <= 0)
    +        ret = 0;
    +    OPENSSL_free(s);
    +    return ret;
    +}
     
     static int asn1_print_oid_ctx(BIO *out, const ASN1_OBJECT *oid,
    -						const ASN1_PCTX *pctx)
    -	{
    -	char objbuf[80];
    -	const char *ln;
    -	ln = OBJ_nid2ln(OBJ_obj2nid(oid));
    -	if(!ln)
    -		ln = "";
    -	OBJ_obj2txt(objbuf, sizeof objbuf, oid, 1);
    -	if (BIO_printf(out, "%s (%s)", ln, objbuf) <= 0)
    -		return 0;
    -	return 1;
    -	}
    +                              const ASN1_PCTX *pctx)
    +{
    +    char objbuf[80];
    +    const char *ln;
    +    ln = OBJ_nid2ln(OBJ_obj2nid(oid));
    +    if (!ln)
    +        ln = "";
    +    OBJ_obj2txt(objbuf, sizeof objbuf, oid, 1);
    +    if (BIO_printf(out, "%s (%s)", ln, objbuf) <= 0)
    +        return 0;
    +    return 1;
    +}
     
     static int asn1_print_obstring_ctx(BIO *out, ASN1_STRING *str, int indent,
    -						const ASN1_PCTX *pctx)
    -	{
    -	if (str->type == V_ASN1_BIT_STRING)
    -		{
    -		if (BIO_printf(out, " (%ld unused bits)\n",
    -					str->flags & 0x7) <= 0)
    -				return 0;
    -		}
    -	else if (BIO_puts(out, "\n") <= 0)
    -		return 0;
    -	if ((str->length > 0)
    -		&& BIO_dump_indent(out, (char *)str->data, str->length,
    -				indent + 2) <= 0)
    -		return 0;
    -	return 1;
    -	}
    +                                   const ASN1_PCTX *pctx)
    +{
    +    if (str->type == V_ASN1_BIT_STRING) {
    +        if (BIO_printf(out, " (%ld unused bits)\n", str->flags & 0x7) <= 0)
    +            return 0;
    +    } else if (BIO_puts(out, "\n") <= 0)
    +        return 0;
    +    if ((str->length > 0)
    +        && BIO_dump_indent(out, (char *)str->data, str->length,
    +                           indent + 2) <= 0)
    +        return 0;
    +    return 1;
    +}
     
     static int asn1_primitive_print(BIO *out, ASN1_VALUE **fld,
    -				const ASN1_ITEM *it, int indent,
    -				const char *fname, const char *sname,
    -				const ASN1_PCTX *pctx)
    -	{
    -	long utype;
    -	ASN1_STRING *str;
    -	int ret = 1, needlf = 1;
    -	const char *pname;
    -	const ASN1_PRIMITIVE_FUNCS *pf;
    -	pf = it->funcs;
    -	if (!asn1_print_fsname(out, indent, fname, sname, pctx))
    -			return 0;
    -	if (pf && pf->prim_print)
    -		return pf->prim_print(out, fld, it, indent, pctx);
    -	str = (ASN1_STRING *)*fld;
    -	if (it->itype == ASN1_ITYPE_MSTRING)
    -		utype = str->type & ~V_ASN1_NEG;
    -	else
    -		utype = it->utype;
    -	if (utype == V_ASN1_ANY)
    -		{
    -		ASN1_TYPE *atype = (ASN1_TYPE *)*fld;
    -		utype = atype->type;
    -		fld = &atype->value.asn1_value;
    -		str = (ASN1_STRING *)*fld;
    -		if (pctx->flags & ASN1_PCTX_FLAGS_NO_ANY_TYPE)
    -			pname = NULL;
    -		else 
    -			pname = ASN1_tag2str(utype);
    -		}
    -	else
    -		{
    -		if (pctx->flags & ASN1_PCTX_FLAGS_SHOW_TYPE)
    -			pname = ASN1_tag2str(utype);
    -		else 
    -			pname = NULL;
    -		}
    -
    -	if (utype == V_ASN1_NULL)
    -		{
    -		if (BIO_puts(out, "NULL\n") <= 0)
    -			return 0;
    -		return 1;
    -		}
    -
    -	if (pname)
    -		{
    -		if (BIO_puts(out, pname) <= 0)
    -			return 0;
    -		if (BIO_puts(out, ":") <= 0)
    -			return 0;
    -		}
    -
    -	switch (utype)
    -		{
    -		case V_ASN1_BOOLEAN:
    -			{
    -			int boolval = *(int *)fld;
    -			if (boolval == -1)
    -				boolval = it->size;
    -			ret = asn1_print_boolean_ctx(out, boolval, pctx);
    -			}
    -		break;
    -
    -		case V_ASN1_INTEGER:
    -		case V_ASN1_ENUMERATED:
    -		ret = asn1_print_integer_ctx(out, str, pctx);
    -		break;
    -
    -		case V_ASN1_UTCTIME:
    -		ret = ASN1_UTCTIME_print(out, str);
    -		break;
    -
    -		case V_ASN1_GENERALIZEDTIME:
    -		ret = ASN1_GENERALIZEDTIME_print(out, str);
    -		break;
    -
    -		case V_ASN1_OBJECT:
    -		ret = asn1_print_oid_ctx(out, (const ASN1_OBJECT *)*fld, pctx);
    -		break;
    -
    -		case V_ASN1_OCTET_STRING:
    -		case V_ASN1_BIT_STRING:
    -		ret = asn1_print_obstring_ctx(out, str, indent, pctx);
    -		needlf = 0;
    -		break;
    -
    -		case V_ASN1_SEQUENCE:
    -		case V_ASN1_SET:
    -		case V_ASN1_OTHER:
    -		if (BIO_puts(out, "\n") <= 0)
    -			return 0;
    -		if (ASN1_parse_dump(out, str->data, str->length,
    -						indent, 0) <= 0)
    -			ret = 0;
    -		needlf = 0;
    -		break;
    -
    -		default:
    -		ret = ASN1_STRING_print_ex(out, str, pctx->str_flags);
    -
    -		}
    -	if (!ret)
    -		return 0;
    -	if (needlf && BIO_puts(out, "\n") <= 0)
    -		return 0;
    -	return 1;
    -	}
    +                                const ASN1_ITEM *it, int indent,
    +                                const char *fname, const char *sname,
    +                                const ASN1_PCTX *pctx)
    +{
    +    long utype;
    +    ASN1_STRING *str;
    +    int ret = 1, needlf = 1;
    +    const char *pname;
    +    const ASN1_PRIMITIVE_FUNCS *pf;
    +    pf = it->funcs;
    +    if (!asn1_print_fsname(out, indent, fname, sname, pctx))
    +        return 0;
    +    if (pf && pf->prim_print)
    +        return pf->prim_print(out, fld, it, indent, pctx);
    +    str = (ASN1_STRING *)*fld;
    +    if (it->itype == ASN1_ITYPE_MSTRING)
    +        utype = str->type & ~V_ASN1_NEG;
    +    else
    +        utype = it->utype;
    +    if (utype == V_ASN1_ANY) {
    +        ASN1_TYPE *atype = (ASN1_TYPE *)*fld;
    +        utype = atype->type;
    +        fld = &atype->value.asn1_value;
    +        str = (ASN1_STRING *)*fld;
    +        if (pctx->flags & ASN1_PCTX_FLAGS_NO_ANY_TYPE)
    +            pname = NULL;
    +        else
    +            pname = ASN1_tag2str(utype);
    +    } else {
    +        if (pctx->flags & ASN1_PCTX_FLAGS_SHOW_TYPE)
    +            pname = ASN1_tag2str(utype);
    +        else
    +            pname = NULL;
    +    }
    +
    +    if (utype == V_ASN1_NULL) {
    +        if (BIO_puts(out, "NULL\n") <= 0)
    +            return 0;
    +        return 1;
    +    }
    +
    +    if (pname) {
    +        if (BIO_puts(out, pname) <= 0)
    +            return 0;
    +        if (BIO_puts(out, ":") <= 0)
    +            return 0;
    +    }
    +
    +    switch (utype) {
    +    case V_ASN1_BOOLEAN:
    +        {
    +            int boolval = *(int *)fld;
    +            if (boolval == -1)
    +                boolval = it->size;
    +            ret = asn1_print_boolean_ctx(out, boolval, pctx);
    +        }
    +        break;
    +
    +    case V_ASN1_INTEGER:
    +    case V_ASN1_ENUMERATED:
    +        ret = asn1_print_integer_ctx(out, str, pctx);
    +        break;
    +
    +    case V_ASN1_UTCTIME:
    +        ret = ASN1_UTCTIME_print(out, str);
    +        break;
    +
    +    case V_ASN1_GENERALIZEDTIME:
    +        ret = ASN1_GENERALIZEDTIME_print(out, str);
    +        break;
    +
    +    case V_ASN1_OBJECT:
    +        ret = asn1_print_oid_ctx(out, (const ASN1_OBJECT *)*fld, pctx);
    +        break;
    +
    +    case V_ASN1_OCTET_STRING:
    +    case V_ASN1_BIT_STRING:
    +        ret = asn1_print_obstring_ctx(out, str, indent, pctx);
    +        needlf = 0;
    +        break;
    +
    +    case V_ASN1_SEQUENCE:
    +    case V_ASN1_SET:
    +    case V_ASN1_OTHER:
    +        if (BIO_puts(out, "\n") <= 0)
    +            return 0;
    +        if (ASN1_parse_dump(out, str->data, str->length, indent, 0) <= 0)
    +            ret = 0;
    +        needlf = 0;
    +        break;
    +
    +    default:
    +        ret = ASN1_STRING_print_ex(out, str, pctx->str_flags);
    +
    +    }
    +    if (!ret)
    +        return 0;
    +    if (needlf && BIO_puts(out, "\n") <= 0)
    +        return 0;
    +    return 1;
    +}
    diff --git a/openssl/crypto/asn1/tasn_typ.c b/openssl/crypto/asn1/tasn_typ.c
    index 6fb1c372d..740e86d5f 100644
    --- a/openssl/crypto/asn1/tasn_typ.c
    +++ b/openssl/crypto/asn1/tasn_typ.c
    @@ -1,6 +1,7 @@
     /* tasn_typ.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 2000 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -136,12 +137,12 @@ IMPLEMENT_ASN1_TYPE_ex(ASN1_FBOOLEAN, ASN1_BOOLEAN, 0)
     
     IMPLEMENT_ASN1_TYPE_ex(ASN1_OCTET_STRING_NDEF, ASN1_OCTET_STRING, ASN1_TFLG_NDEF)
     
    -ASN1_ITEM_TEMPLATE(ASN1_SEQUENCE_ANY) = 
    -	ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, ASN1_SEQUENCE_ANY, ASN1_ANY)
    +ASN1_ITEM_TEMPLATE(ASN1_SEQUENCE_ANY) =
    +        ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, ASN1_SEQUENCE_ANY, ASN1_ANY)
     ASN1_ITEM_TEMPLATE_END(ASN1_SEQUENCE_ANY)
     
    -ASN1_ITEM_TEMPLATE(ASN1_SET_ANY) = 
    -	ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SET_OF, 0, ASN1_SET_ANY, ASN1_ANY)
    +ASN1_ITEM_TEMPLATE(ASN1_SET_ANY) =
    +        ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SET_OF, 0, ASN1_SET_ANY, ASN1_ANY)
     ASN1_ITEM_TEMPLATE_END(ASN1_SET_ANY)
     
     IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(ASN1_SEQUENCE_ANY, ASN1_SEQUENCE_ANY, ASN1_SEQUENCE_ANY)
    diff --git a/openssl/crypto/asn1/tasn_utl.c b/openssl/crypto/asn1/tasn_utl.c
    index ca9ec7a32..41726d8fe 100644
    --- a/openssl/crypto/asn1/tasn_utl.c
    +++ b/openssl/crypto/asn1/tasn_utl.c
    @@ -1,6 +1,7 @@
     /* tasn_utl.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 2000-2004 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,7 +57,6 @@
      *
      */
     
    -
     #include 
     #include 
     #include 
    @@ -69,211 +69,207 @@
     /* Add 'offset' to 'addr' */
     #define offset2ptr(addr, offset) (void *)(((char *) addr) + offset)
     
    -/* Given an ASN1_ITEM CHOICE type return
    - * the selector value
    +/*
    + * Given an ASN1_ITEM CHOICE type return the selector value
      */
     
     int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it)
    -	{
    -	int *sel = offset2ptr(*pval, it->utype);
    -	return *sel;
    -	}
    +{
    +    int *sel = offset2ptr(*pval, it->utype);
    +    return *sel;
    +}
     
    -/* Given an ASN1_ITEM CHOICE type set
    - * the selector value, return old value.
    +/*
    + * Given an ASN1_ITEM CHOICE type set the selector value, return old value.
      */
     
    -int asn1_set_choice_selector(ASN1_VALUE **pval, int value, const ASN1_ITEM *it)
    -	{	
    -	int *sel, ret;
    -	sel = offset2ptr(*pval, it->utype);
    -	ret = *sel;
    -	*sel = value;
    -	return ret;
    -	}
    +int asn1_set_choice_selector(ASN1_VALUE **pval, int value,
    +                             const ASN1_ITEM *it)
    +{
    +    int *sel, ret;
    +    sel = offset2ptr(*pval, it->utype);
    +    ret = *sel;
    +    *sel = value;
    +    return ret;
    +}
     
    -/* Do reference counting. The value 'op' decides what to do. 
    - * if it is +1 then the count is incremented. If op is 0 count is
    - * set to 1. If op is -1 count is decremented and the return value
    - * is the current refrence count or 0 if no reference count exists.
    +/*
    + * Do reference counting. The value 'op' decides what to do. if it is +1
    + * then the count is incremented. If op is 0 count is set to 1. If op is -1
    + * count is decremented and the return value is the current refrence count or
    + * 0 if no reference count exists.
      */
     
     int asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it)
    -	{
    -	const ASN1_AUX *aux;
    -	int *lck, ret;
    -	if ((it->itype != ASN1_ITYPE_SEQUENCE)
    -	   && (it->itype != ASN1_ITYPE_NDEF_SEQUENCE))
    -		return 0;
    -	aux = it->funcs;
    -	if (!aux || !(aux->flags & ASN1_AFLG_REFCOUNT))
    -		return 0;
    -	lck = offset2ptr(*pval, aux->ref_offset);
    -	if (op == 0)
    -		{
    -		*lck = 1;
    -		return 1;
    -		}
    -	ret = CRYPTO_add(lck, op, aux->ref_lock);
    +{
    +    const ASN1_AUX *aux;
    +    int *lck, ret;
    +    if ((it->itype != ASN1_ITYPE_SEQUENCE)
    +        && (it->itype != ASN1_ITYPE_NDEF_SEQUENCE))
    +        return 0;
    +    aux = it->funcs;
    +    if (!aux || !(aux->flags & ASN1_AFLG_REFCOUNT))
    +        return 0;
    +    lck = offset2ptr(*pval, aux->ref_offset);
    +    if (op == 0) {
    +        *lck = 1;
    +        return 1;
    +    }
    +    ret = CRYPTO_add(lck, op, aux->ref_lock);
     #ifdef REF_PRINT
    -	fprintf(stderr, "%s: Reference Count: %d\n", it->sname, *lck);
    +    fprintf(stderr, "%s: Reference Count: %d\n", it->sname, *lck);
     #endif
     #ifdef REF_CHECK
    -	if (ret < 0) 
    -		fprintf(stderr, "%s, bad reference count\n", it->sname);
    +    if (ret < 0)
    +        fprintf(stderr, "%s, bad reference count\n", it->sname);
     #endif
    -	return ret;
    -	}
    +    return ret;
    +}
     
     static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it)
    -	{
    -	const ASN1_AUX *aux;
    -	if (!pval || !*pval)
    -		return NULL;
    -	aux = it->funcs;
    -	if (!aux || !(aux->flags & ASN1_AFLG_ENCODING))
    -		return NULL;
    -	return offset2ptr(*pval, aux->enc_offset);
    -	}
    +{
    +    const ASN1_AUX *aux;
    +    if (!pval || !*pval)
    +        return NULL;
    +    aux = it->funcs;
    +    if (!aux || !(aux->flags & ASN1_AFLG_ENCODING))
    +        return NULL;
    +    return offset2ptr(*pval, aux->enc_offset);
    +}
     
     void asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it)
    -	{
    -	ASN1_ENCODING *enc;
    -	enc = asn1_get_enc_ptr(pval, it);
    -	if (enc)
    -		{
    -		enc->enc = NULL;
    -		enc->len = 0;
    -		enc->modified = 1;
    -		}
    -	}
    +{
    +    ASN1_ENCODING *enc;
    +    enc = asn1_get_enc_ptr(pval, it);
    +    if (enc) {
    +        enc->enc = NULL;
    +        enc->len = 0;
    +        enc->modified = 1;
    +    }
    +}
     
     void asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
    -	{
    -	ASN1_ENCODING *enc;
    -	enc = asn1_get_enc_ptr(pval, it);
    -	if (enc)
    -		{
    -		if (enc->enc)
    -			OPENSSL_free(enc->enc);
    -		enc->enc = NULL;
    -		enc->len = 0;
    -		enc->modified = 1;
    -		}
    -	}
    +{
    +    ASN1_ENCODING *enc;
    +    enc = asn1_get_enc_ptr(pval, it);
    +    if (enc) {
    +        if (enc->enc)
    +            OPENSSL_free(enc->enc);
    +        enc->enc = NULL;
    +        enc->len = 0;
    +        enc->modified = 1;
    +    }
    +}
     
     int asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen,
    -							 const ASN1_ITEM *it)
    -	{
    -	ASN1_ENCODING *enc;
    -	enc = asn1_get_enc_ptr(pval, it);
    -	if (!enc)
    -		return 1;
    +                  const ASN1_ITEM *it)
    +{
    +    ASN1_ENCODING *enc;
    +    enc = asn1_get_enc_ptr(pval, it);
    +    if (!enc)
    +        return 1;
    +
    +    if (enc->enc)
    +        OPENSSL_free(enc->enc);
    +    enc->enc = OPENSSL_malloc(inlen);
    +    if (!enc->enc)
    +        return 0;
    +    memcpy(enc->enc, in, inlen);
    +    enc->len = inlen;
    +    enc->modified = 0;
     
    -	if (enc->enc)
    -		OPENSSL_free(enc->enc);
    -	enc->enc = OPENSSL_malloc(inlen);
    -	if (!enc->enc)
    -		return 0;
    -	memcpy(enc->enc, in, inlen);
    -	enc->len = inlen;
    -	enc->modified = 0;
    +    return 1;
    +}
     
    -	return 1;
    -	}
    -		
     int asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval,
    -							const ASN1_ITEM *it)
    -	{
    -	ASN1_ENCODING *enc;
    -	enc = asn1_get_enc_ptr(pval, it);
    -	if (!enc || enc->modified)
    -		return 0;
    -	if (out)
    -		{
    -		memcpy(*out, enc->enc, enc->len);
    -		*out += enc->len;
    -		}
    -	if (len)
    -		*len = enc->len;
    -	return 1;
    -	}
    +                     const ASN1_ITEM *it)
    +{
    +    ASN1_ENCODING *enc;
    +    enc = asn1_get_enc_ptr(pval, it);
    +    if (!enc || enc->modified)
    +        return 0;
    +    if (out) {
    +        memcpy(*out, enc->enc, enc->len);
    +        *out += enc->len;
    +    }
    +    if (len)
    +        *len = enc->len;
    +    return 1;
    +}
     
     /* Given an ASN1_TEMPLATE get a pointer to a field */
    -ASN1_VALUE ** asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt)
    -	{
    -	ASN1_VALUE **pvaltmp;
    -	if (tt->flags & ASN1_TFLG_COMBINE)
    -		return pval;
    -	pvaltmp = offset2ptr(*pval, tt->offset);
    -	/* NOTE for BOOLEAN types the field is just a plain
    - 	 * int so we can't return int **, so settle for
    -	 * (int *).
    -	 */
    -	return pvaltmp;
    -	}
    +ASN1_VALUE **asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt)
    +{
    +    ASN1_VALUE **pvaltmp;
    +    if (tt->flags & ASN1_TFLG_COMBINE)
    +        return pval;
    +    pvaltmp = offset2ptr(*pval, tt->offset);
    +    /*
    +     * NOTE for BOOLEAN types the field is just a plain int so we can't
    +     * return int **, so settle for (int *).
    +     */
    +    return pvaltmp;
    +}
     
    -/* Handle ANY DEFINED BY template, find the selector, look up
    - * the relevant ASN1_TEMPLATE in the table and return it.
    +/*
    + * Handle ANY DEFINED BY template, find the selector, look up the relevant
    + * ASN1_TEMPLATE in the table and return it.
      */
     
     const ASN1_TEMPLATE *asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt,
    -								int nullerr)
    -	{
    -	const ASN1_ADB *adb;
    -	const ASN1_ADB_TABLE *atbl;
    -	long selector;
    -	ASN1_VALUE **sfld;
    -	int i;
    -	if (!(tt->flags & ASN1_TFLG_ADB_MASK))
    -		return tt;
    +                                 int nullerr)
    +{
    +    const ASN1_ADB *adb;
    +    const ASN1_ADB_TABLE *atbl;
    +    long selector;
    +    ASN1_VALUE **sfld;
    +    int i;
    +    if (!(tt->flags & ASN1_TFLG_ADB_MASK))
    +        return tt;
    +
    +    /* Else ANY DEFINED BY ... get the table */
    +    adb = ASN1_ADB_ptr(tt->item);
     
    -	/* Else ANY DEFINED BY ... get the table */
    -	adb = ASN1_ADB_ptr(tt->item);
    +    /* Get the selector field */
    +    sfld = offset2ptr(*pval, adb->offset);
     
    -	/* Get the selector field */
    -	sfld = offset2ptr(*pval, adb->offset);
    +    /* Check if NULL */
    +    if (!sfld) {
    +        if (!adb->null_tt)
    +            goto err;
    +        return adb->null_tt;
    +    }
     
    -	/* Check if NULL */
    -	if (!sfld)
    -		{
    -		if (!adb->null_tt)
    -			goto err;
    -		return adb->null_tt;
    -		}
    +    /*
    +     * Convert type to a long: NB: don't check for NID_undef here because it
    +     * might be a legitimate value in the table
    +     */
    +    if (tt->flags & ASN1_TFLG_ADB_OID)
    +        selector = OBJ_obj2nid((ASN1_OBJECT *)*sfld);
    +    else
    +        selector = ASN1_INTEGER_get((ASN1_INTEGER *)*sfld);
     
    -	/* Convert type to a long:
    -	 * NB: don't check for NID_undef here because it
    -	 * might be a legitimate value in the table
    -	 */
    -	if (tt->flags & ASN1_TFLG_ADB_OID) 
    -		selector = OBJ_obj2nid((ASN1_OBJECT *)*sfld);
    -	else 
    -		selector = ASN1_INTEGER_get((ASN1_INTEGER *)*sfld);
    +    /*
    +     * Try to find matching entry in table Maybe should check application
    +     * types first to allow application override? Might also be useful to
    +     * have a flag which indicates table is sorted and we can do a binary
    +     * search. For now stick to a linear search.
    +     */
     
    -	/* Try to find matching entry in table
    -	 * Maybe should check application types first to
    -	 * allow application override? Might also be useful
    -	 * to have a flag which indicates table is sorted and
    -	 * we can do a binary search. For now stick to a
    -	 * linear search.
    -	 */
    +    for (atbl = adb->tbl, i = 0; i < adb->tblcount; i++, atbl++)
    +        if (atbl->value == selector)
    +            return &atbl->tt;
     
    -	for (atbl = adb->tbl, i = 0; i < adb->tblcount; i++, atbl++)
    -		if (atbl->value == selector)
    -			return &atbl->tt;
    +    /* FIXME: need to search application table too */
     
    -	/* FIXME: need to search application table too */
    +    /* No match, return default type */
    +    if (!adb->default_tt)
    +        goto err;
    +    return adb->default_tt;
     
    -	/* No match, return default type */
    -	if (!adb->default_tt)
    -		goto err;		
    -	return adb->default_tt;
    -	
    -	err:
    -	/* FIXME: should log the value or OID of unsupported type */
    -	if (nullerr)
    -		ASN1err(ASN1_F_ASN1_DO_ADB,
    -			ASN1_R_UNSUPPORTED_ANY_DEFINED_BY_TYPE);
    -	return NULL;
    -	}
    + err:
    +    /* FIXME: should log the value or OID of unsupported type */
    +    if (nullerr)
    +        ASN1err(ASN1_F_ASN1_DO_ADB, ASN1_R_UNSUPPORTED_ANY_DEFINED_BY_TYPE);
    +    return NULL;
    +}
    diff --git a/openssl/crypto/asn1/x_algor.c b/openssl/crypto/asn1/x_algor.c
    index 274e456c7..fd7d16d40 100644
    --- a/openssl/crypto/asn1/x_algor.c
    +++ b/openssl/crypto/asn1/x_algor.c
    @@ -1,6 +1,7 @@
     /* x_algor.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 2000 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,12 +63,12 @@
     #include 
     
     ASN1_SEQUENCE(X509_ALGOR) = {
    -	ASN1_SIMPLE(X509_ALGOR, algorithm, ASN1_OBJECT),
    -	ASN1_OPT(X509_ALGOR, parameter, ASN1_ANY)
    +        ASN1_SIMPLE(X509_ALGOR, algorithm, ASN1_OBJECT),
    +        ASN1_OPT(X509_ALGOR, parameter, ASN1_ANY)
     } ASN1_SEQUENCE_END(X509_ALGOR)
     
    -ASN1_ITEM_TEMPLATE(X509_ALGORS) = 
    -	ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, algorithms, X509_ALGOR)
    +ASN1_ITEM_TEMPLATE(X509_ALGORS) =
    +        ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, algorithms, X509_ALGOR)
     ASN1_ITEM_TEMPLATE_END(X509_ALGORS)
     
     IMPLEMENT_ASN1_FUNCTIONS(X509_ALGOR)
    @@ -78,67 +79,70 @@ IMPLEMENT_STACK_OF(X509_ALGOR)
     IMPLEMENT_ASN1_SET_OF(X509_ALGOR)
     
     int X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, void *pval)
    -	{
    -	if (!alg)
    -		return 0;
    -	if (ptype != V_ASN1_UNDEF)
    -		{
    -		if (alg->parameter == NULL)
    -			alg->parameter = ASN1_TYPE_new();
    -		if (alg->parameter == NULL)
    -			return 0;
    -		}
    -	if (alg)
    -		{
    -		if (alg->algorithm)
    -			ASN1_OBJECT_free(alg->algorithm);
    -		alg->algorithm = aobj;
    -		}
    -	if (ptype == 0)
    -		return 1;	
    -	if (ptype == V_ASN1_UNDEF)
    -		{
    -		if (alg->parameter)
    -			{
    -			ASN1_TYPE_free(alg->parameter);
    -			alg->parameter = NULL;
    -			}
    -		}
    -	else
    -		ASN1_TYPE_set(alg->parameter, ptype, pval);
    -	return 1;
    -	}
    +{
    +    if (!alg)
    +        return 0;
    +    if (ptype != V_ASN1_UNDEF) {
    +        if (alg->parameter == NULL)
    +            alg->parameter = ASN1_TYPE_new();
    +        if (alg->parameter == NULL)
    +            return 0;
    +    }
    +    if (alg) {
    +        if (alg->algorithm)
    +            ASN1_OBJECT_free(alg->algorithm);
    +        alg->algorithm = aobj;
    +    }
    +    if (ptype == 0)
    +        return 1;
    +    if (ptype == V_ASN1_UNDEF) {
    +        if (alg->parameter) {
    +            ASN1_TYPE_free(alg->parameter);
    +            alg->parameter = NULL;
    +        }
    +    } else
    +        ASN1_TYPE_set(alg->parameter, ptype, pval);
    +    return 1;
    +}
     
     void X509_ALGOR_get0(ASN1_OBJECT **paobj, int *pptype, void **ppval,
    -						X509_ALGOR *algor)
    -	{
    -	if (paobj)
    -		*paobj = algor->algorithm;
    -	if (pptype)
    -		{
    -		if (algor->parameter == NULL)
    -			{
    -			*pptype = V_ASN1_UNDEF;
    -			return;
    -			}
    -		else
    -			*pptype = algor->parameter->type;
    -		if (ppval)
    -			*ppval = algor->parameter->value.ptr;
    -		}
    -	}
    +                     X509_ALGOR *algor)
    +{
    +    if (paobj)
    +        *paobj = algor->algorithm;
    +    if (pptype) {
    +        if (algor->parameter == NULL) {
    +            *pptype = V_ASN1_UNDEF;
    +            return;
    +        } else
    +            *pptype = algor->parameter->type;
    +        if (ppval)
    +            *ppval = algor->parameter->value.ptr;
    +    }
    +}
     
     /* Set up an X509_ALGOR DigestAlgorithmIdentifier from an EVP_MD */
     
     void X509_ALGOR_set_md(X509_ALGOR *alg, const EVP_MD *md)
    -	{
    -	int param_type;
    +{
    +    int param_type;
     
    -	if (md->flags & EVP_MD_FLAG_DIGALGID_ABSENT)
    -		param_type = V_ASN1_UNDEF;
    -	else
    -		param_type = V_ASN1_NULL;
    +    if (md->flags & EVP_MD_FLAG_DIGALGID_ABSENT)
    +        param_type = V_ASN1_UNDEF;
    +    else
    +        param_type = V_ASN1_NULL;
     
    -	X509_ALGOR_set0(alg, OBJ_nid2obj(EVP_MD_type(md)), param_type, NULL);
    +    X509_ALGOR_set0(alg, OBJ_nid2obj(EVP_MD_type(md)), param_type, NULL);
     
    -	}
    +}
    +
    +int X509_ALGOR_cmp(const X509_ALGOR *a, const X509_ALGOR *b)
    +{
    +    int rv;
    +    rv = OBJ_cmp(a->algorithm, b->algorithm);
    +    if (rv)
    +        return rv;
    +    if (!a->parameter && !b->parameter)
    +        return 0;
    +    return ASN1_TYPE_cmp(a->parameter, b->parameter);
    +}
    diff --git a/openssl/crypto/asn1/x_attrib.c b/openssl/crypto/asn1/x_attrib.c
    index 1e3713f18..93ef53bd5 100644
    --- a/openssl/crypto/asn1/x_attrib.c
    +++ b/openssl/crypto/asn1/x_attrib.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,18 +62,19 @@
     #include 
     #include 
     
    -/* X509_ATTRIBUTE: this has the following form:
    +/*-
    + * X509_ATTRIBUTE: this has the following form:
      *
      * typedef struct x509_attributes_st
    - *	{
    - *	ASN1_OBJECT *object;
    - *	int single;
    - *	union	{
    - *		char		*ptr;
    - * 		STACK_OF(ASN1_TYPE) *set;
    - * 		ASN1_TYPE	*single;
    - *		} value;
    - *	} X509_ATTRIBUTE;
    + *      {
    + *      ASN1_OBJECT *object;
    + *      int single;
    + *      union   {
    + *              char            *ptr;
    + *              STACK_OF(ASN1_TYPE) *set;
    + *              ASN1_TYPE       *single;
    + *              } value;
    + *      } X509_ATTRIBUTE;
      *
      * this needs some extra thought because the CHOICE type is
      * merged with the main structure and because the value can
    @@ -83,36 +84,41 @@
      */
     
     ASN1_CHOICE(X509_ATTRIBUTE_SET) = {
    -	ASN1_SET_OF(X509_ATTRIBUTE, value.set, ASN1_ANY),
    -	ASN1_SIMPLE(X509_ATTRIBUTE, value.single, ASN1_ANY)
    +        ASN1_SET_OF(X509_ATTRIBUTE, value.set, ASN1_ANY),
    +        ASN1_SIMPLE(X509_ATTRIBUTE, value.single, ASN1_ANY)
     } ASN1_CHOICE_END_selector(X509_ATTRIBUTE, X509_ATTRIBUTE_SET, single)
     
     ASN1_SEQUENCE(X509_ATTRIBUTE) = {
    -	ASN1_SIMPLE(X509_ATTRIBUTE, object, ASN1_OBJECT),
    -	/* CHOICE type merged with parent */
    -	ASN1_EX_COMBINE(0, 0, X509_ATTRIBUTE_SET)
    +        ASN1_SIMPLE(X509_ATTRIBUTE, object, ASN1_OBJECT),
    +        /* CHOICE type merged with parent */
    +        ASN1_EX_COMBINE(0, 0, X509_ATTRIBUTE_SET)
     } ASN1_SEQUENCE_END(X509_ATTRIBUTE)
     
     IMPLEMENT_ASN1_FUNCTIONS(X509_ATTRIBUTE)
     IMPLEMENT_ASN1_DUP_FUNCTION(X509_ATTRIBUTE)
     
     X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value)
    -	{
    -	X509_ATTRIBUTE *ret=NULL;
    -	ASN1_TYPE *val=NULL;
    +{
    +    X509_ATTRIBUTE *ret = NULL;
    +    ASN1_TYPE *val = NULL;
     
    -	if ((ret=X509_ATTRIBUTE_new()) == NULL)
    -		return(NULL);
    -	ret->object=OBJ_nid2obj(nid);
    -	ret->single=0;
    -	if ((ret->value.set=sk_ASN1_TYPE_new_null()) == NULL) goto err;
    -	if ((val=ASN1_TYPE_new()) == NULL) goto err;
    -	if (!sk_ASN1_TYPE_push(ret->value.set,val)) goto err;
    +    if ((ret = X509_ATTRIBUTE_new()) == NULL)
    +        return (NULL);
    +    ret->object = OBJ_nid2obj(nid);
    +    ret->single = 0;
    +    if ((ret->value.set = sk_ASN1_TYPE_new_null()) == NULL)
    +        goto err;
    +    if ((val = ASN1_TYPE_new()) == NULL)
    +        goto err;
    +    if (!sk_ASN1_TYPE_push(ret->value.set, val))
    +        goto err;
     
    -	ASN1_TYPE_set(val,atrtype,value);
    -	return(ret);
    -err:
    -	if (ret != NULL) X509_ATTRIBUTE_free(ret);
    -	if (val != NULL) ASN1_TYPE_free(val);
    -	return(NULL);
    -	}
    +    ASN1_TYPE_set(val, atrtype, value);
    +    return (ret);
    + err:
    +    if (ret != NULL)
    +        X509_ATTRIBUTE_free(ret);
    +    if (val != NULL)
    +        ASN1_TYPE_free(val);
    +    return (NULL);
    +}
    diff --git a/openssl/crypto/asn1/x_bignum.c b/openssl/crypto/asn1/x_bignum.c
    index 9cf3204a1..1f1036409 100644
    --- a/openssl/crypto/asn1/x_bignum.c
    +++ b/openssl/crypto/asn1/x_bignum.c
    @@ -1,6 +1,7 @@
     /* x_bignum.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 2000 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -61,79 +62,82 @@
     #include 
     #include 
     
    -/* Custom primitive type for BIGNUM handling. This reads in an ASN1_INTEGER as a
    - * BIGNUM directly. Currently it ignores the sign which isn't a problem since all
    - * BIGNUMs used are non negative and anything that looks negative is normally due
    - * to an encoding error.
    +/*
    + * Custom primitive type for BIGNUM handling. This reads in an ASN1_INTEGER
    + * as a BIGNUM directly. Currently it ignores the sign which isn't a problem
    + * since all BIGNUMs used are non negative and anything that looks negative
    + * is normally due to an encoding error.
      */
     
    -#define BN_SENSITIVE	1
    +#define BN_SENSITIVE    1
     
     static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
     static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
     
    -static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
    -static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
    +static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype,
    +                  const ASN1_ITEM *it);
    +static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
    +                  int utype, char *free_cont, const ASN1_ITEM *it);
     
     static ASN1_PRIMITIVE_FUNCS bignum_pf = {
    -	NULL, 0,
    -	bn_new,
    -	bn_free,
    -	0,
    -	bn_c2i,
    -	bn_i2c
    +    NULL, 0,
    +    bn_new,
    +    bn_free,
    +    0,
    +    bn_c2i,
    +    bn_i2c
     };
     
     ASN1_ITEM_start(BIGNUM)
    -	ASN1_ITYPE_PRIMITIVE, V_ASN1_INTEGER, NULL, 0, &bignum_pf, 0, "BIGNUM"
    +        ASN1_ITYPE_PRIMITIVE, V_ASN1_INTEGER, NULL, 0, &bignum_pf, 0, "BIGNUM"
     ASN1_ITEM_end(BIGNUM)
     
     ASN1_ITEM_start(CBIGNUM)
    -	ASN1_ITYPE_PRIMITIVE, V_ASN1_INTEGER, NULL, 0, &bignum_pf, BN_SENSITIVE, "BIGNUM"
    +        ASN1_ITYPE_PRIMITIVE, V_ASN1_INTEGER, NULL, 0, &bignum_pf, BN_SENSITIVE, "BIGNUM"
     ASN1_ITEM_end(CBIGNUM)
     
     static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
     {
    -	*pval = (ASN1_VALUE *)BN_new();
    -	if(*pval) return 1;
    -	else return 0;
    +        *pval = (ASN1_VALUE *)BN_new();
    +        if(*pval) return 1;
    +        else return 0;
     }
     
     static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
     {
    -	if(!*pval) return;
    -	if(it->size & BN_SENSITIVE) BN_clear_free((BIGNUM *)*pval);
    -	else BN_free((BIGNUM *)*pval);
    -	*pval = NULL;
    +        if(!*pval) return;
    +        if(it->size & BN_SENSITIVE) BN_clear_free((BIGNUM *)*pval);
    +        else BN_free((BIGNUM *)*pval);
    +        *pval = NULL;
     }
     
     static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it)
     {
    -	BIGNUM *bn;
    -	int pad;
    -	if(!*pval) return -1;
    -	bn = (BIGNUM *)*pval;
    -	/* If MSB set in an octet we need a padding byte */
    -	if(BN_num_bits(bn) & 0x7) pad = 0;
    -	else pad = 1;
    -	if(cont) {
    -		if(pad) *cont++ = 0;
    -		BN_bn2bin(bn, cont);
    -	}
    -	return pad + BN_num_bytes(bn);
    +        BIGNUM *bn;
    +        int pad;
    +        if(!*pval) return -1;
    +        bn = (BIGNUM *)*pval;
    +        /* If MSB set in an octet we need a padding byte */
    +        if(BN_num_bits(bn) & 0x7) pad = 0;
    +        else pad = 1;
    +        if(cont) {
    +                if(pad) *cont++ = 0;
    +                BN_bn2bin(bn, cont);
    +        }
    +        return pad + BN_num_bytes(bn);
     }
     
     static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
    -		  int utype, char *free_cont, const ASN1_ITEM *it)
    +                  int utype, char *free_cont, const ASN1_ITEM *it)
     {
    -	BIGNUM *bn;
    -	if(!*pval) bn_new(pval, it);
    -	bn  = (BIGNUM *)*pval;
    -	if(!BN_bin2bn(cont, len, bn)) {
    -		bn_free(pval, it);
    -		return 0;
    -	}
    -	return 1;
    +        BIGNUM *bn;
    +        if(!*pval) bn_new(pval, it);
    +        bn  = (BIGNUM *)*pval;
    +        if(!BN_bin2bn(cont, len, bn)) {
    +                bn_free(pval, it);
    +                return 0;
    +        }
    +        return 1;
     }
     
     
    diff --git a/openssl/crypto/asn1/x_crl.c b/openssl/crypto/asn1/x_crl.c
    index 3f03efbe6..027950330 100644
    --- a/openssl/crypto/asn1/x_crl.c
    +++ b/openssl/crypto/asn1/x_crl.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -58,471 +58,460 @@
     
     #include 
     #include "cryptlib.h"
    -#include "asn1_locl.h"
     #include 
    +#include "asn1_locl.h"
     #include 
     #include 
     
    -static int X509_REVOKED_cmp(const X509_REVOKED * const *a,
    -				const X509_REVOKED * const *b);
    +static int X509_REVOKED_cmp(const X509_REVOKED *const *a,
    +                            const X509_REVOKED *const *b);
     static void setup_idp(X509_CRL *crl, ISSUING_DIST_POINT *idp);
     
     ASN1_SEQUENCE(X509_REVOKED) = {
    -	ASN1_SIMPLE(X509_REVOKED,serialNumber, ASN1_INTEGER),
    -	ASN1_SIMPLE(X509_REVOKED,revocationDate, ASN1_TIME),
    -	ASN1_SEQUENCE_OF_OPT(X509_REVOKED,extensions, X509_EXTENSION)
    +        ASN1_SIMPLE(X509_REVOKED,serialNumber, ASN1_INTEGER),
    +        ASN1_SIMPLE(X509_REVOKED,revocationDate, ASN1_TIME),
    +        ASN1_SEQUENCE_OF_OPT(X509_REVOKED,extensions, X509_EXTENSION)
     } ASN1_SEQUENCE_END(X509_REVOKED)
     
     static int def_crl_verify(X509_CRL *crl, EVP_PKEY *r);
     static int def_crl_lookup(X509_CRL *crl,
    -		X509_REVOKED **ret, ASN1_INTEGER *serial, X509_NAME *issuer);
    +                          X509_REVOKED **ret, ASN1_INTEGER *serial,
    +                          X509_NAME *issuer);
     
    -static X509_CRL_METHOD int_crl_meth =
    -	{
    -	0,
    -	0,0,
    -	def_crl_lookup,
    -	def_crl_verify
    -	};
    +static X509_CRL_METHOD int_crl_meth = {
    +    0,
    +    0, 0,
    +    def_crl_lookup,
    +    def_crl_verify
    +};
     
     static const X509_CRL_METHOD *default_crl_method = &int_crl_meth;
     
    -/* The X509_CRL_INFO structure needs a bit of customisation.
    - * Since we cache the original encoding the signature wont be affected by
    - * reordering of the revoked field.
    +/*
    + * The X509_CRL_INFO structure needs a bit of customisation. Since we cache
    + * the original encoding the signature wont be affected by reordering of the
    + * revoked field.
      */
     static int crl_inf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
    -								void *exarg)
    +                      void *exarg)
     {
    -	X509_CRL_INFO *a = (X509_CRL_INFO *)*pval;
    -
    -	if(!a || !a->revoked) return 1;
    -	switch(operation) {
    -		/* Just set cmp function here. We don't sort because that
    -		 * would affect the output of X509_CRL_print().
    -		 */
    -		case ASN1_OP_D2I_POST:
    -		(void)sk_X509_REVOKED_set_cmp_func(a->revoked,X509_REVOKED_cmp);
    -		break;
    -	}
    -	return 1;
    +    X509_CRL_INFO *a = (X509_CRL_INFO *)*pval;
    +
    +    if (!a || !a->revoked)
    +        return 1;
    +    switch (operation) {
    +        /*
    +         * Just set cmp function here. We don't sort because that would
    +         * affect the output of X509_CRL_print().
    +         */
    +    case ASN1_OP_D2I_POST:
    +        (void)sk_X509_REVOKED_set_cmp_func(a->revoked, X509_REVOKED_cmp);
    +        break;
    +    }
    +    return 1;
     }
     
     
     ASN1_SEQUENCE_enc(X509_CRL_INFO, enc, crl_inf_cb) = {
    -	ASN1_OPT(X509_CRL_INFO, version, ASN1_INTEGER),
    -	ASN1_SIMPLE(X509_CRL_INFO, sig_alg, X509_ALGOR),
    -	ASN1_SIMPLE(X509_CRL_INFO, issuer, X509_NAME),
    -	ASN1_SIMPLE(X509_CRL_INFO, lastUpdate, ASN1_TIME),
    -	ASN1_OPT(X509_CRL_INFO, nextUpdate, ASN1_TIME),
    -	ASN1_SEQUENCE_OF_OPT(X509_CRL_INFO, revoked, X509_REVOKED),
    -	ASN1_EXP_SEQUENCE_OF_OPT(X509_CRL_INFO, extensions, X509_EXTENSION, 0)
    +        ASN1_OPT(X509_CRL_INFO, version, ASN1_INTEGER),
    +        ASN1_SIMPLE(X509_CRL_INFO, sig_alg, X509_ALGOR),
    +        ASN1_SIMPLE(X509_CRL_INFO, issuer, X509_NAME),
    +        ASN1_SIMPLE(X509_CRL_INFO, lastUpdate, ASN1_TIME),
    +        ASN1_OPT(X509_CRL_INFO, nextUpdate, ASN1_TIME),
    +        ASN1_SEQUENCE_OF_OPT(X509_CRL_INFO, revoked, X509_REVOKED),
    +        ASN1_EXP_SEQUENCE_OF_OPT(X509_CRL_INFO, extensions, X509_EXTENSION, 0)
     } ASN1_SEQUENCE_END_enc(X509_CRL_INFO, X509_CRL_INFO)
     
    -/* Set CRL entry issuer according to CRL certificate issuer extension.
    - * Check for unhandled critical CRL entry extensions.
    +/*
    + * Set CRL entry issuer according to CRL certificate issuer extension. Check
    + * for unhandled critical CRL entry extensions.
      */
     
     static int crl_set_issuers(X509_CRL *crl)
    -	{
    -
    -	int i, j;
    -	GENERAL_NAMES *gens, *gtmp;
    -	STACK_OF(X509_REVOKED) *revoked;
    -
    -	revoked = X509_CRL_get_REVOKED(crl);
    -
    -	gens = NULL;
    -	for (i = 0; i < sk_X509_REVOKED_num(revoked); i++)
    -		{
    -		X509_REVOKED *rev = sk_X509_REVOKED_value(revoked, i);
    -		STACK_OF(X509_EXTENSION) *exts;
    -		ASN1_ENUMERATED *reason;
    -		X509_EXTENSION *ext;
    -		gtmp = X509_REVOKED_get_ext_d2i(rev, 
    -						NID_certificate_issuer,
    -						&j, NULL);
    -		if (!gtmp && (j != -1))
    -			{
    -			crl->flags |= EXFLAG_INVALID;
    -			return 1;
    -			}
    -
    -		if (gtmp)
    -			{
    -			gens = gtmp;
    -			if (!crl->issuers)
    -				{
    -				crl->issuers = sk_GENERAL_NAMES_new_null();
    -				if (!crl->issuers)
    -					return 0;
    -				}
    -			if (!sk_GENERAL_NAMES_push(crl->issuers, gtmp))
    -				return 0;
    -			}
    -		rev->issuer = gens;
    -
    -		reason = X509_REVOKED_get_ext_d2i(rev, NID_crl_reason,
    -								&j, NULL);
    -		if (!reason && (j != -1))
    -			{
    -			crl->flags |= EXFLAG_INVALID;
    -			return 1;
    -			}
    -
    -		if (reason)
    -			{
    -			rev->reason = ASN1_ENUMERATED_get(reason);
    -			ASN1_ENUMERATED_free(reason);
    -			}
    -		else
    -			rev->reason = CRL_REASON_NONE;	
    -
    -		/* Check for critical CRL entry extensions */
    -
    -		exts = rev->extensions;
    -
    -		for (j = 0; j < sk_X509_EXTENSION_num(exts); j++)
    -			{
    -			ext = sk_X509_EXTENSION_value(exts, j);
    -			if (ext->critical > 0)
    -				{
    -				if (OBJ_obj2nid(ext->object) ==
    -					NID_certificate_issuer)
    -					continue;
    -				crl->flags |= EXFLAG_CRITICAL;
    -				break;
    -				}
    -			}
    -
    -
    -		}
    -
    -	return 1;
    -
    -	}
    -
    -/* The X509_CRL structure needs a bit of customisation. Cache some extensions
    +{
    +
    +    int i, j;
    +    GENERAL_NAMES *gens, *gtmp;
    +    STACK_OF(X509_REVOKED) *revoked;
    +
    +    revoked = X509_CRL_get_REVOKED(crl);
    +
    +    gens = NULL;
    +    for (i = 0; i < sk_X509_REVOKED_num(revoked); i++) {
    +        X509_REVOKED *rev = sk_X509_REVOKED_value(revoked, i);
    +        STACK_OF(X509_EXTENSION) *exts;
    +        ASN1_ENUMERATED *reason;
    +        X509_EXTENSION *ext;
    +        gtmp = X509_REVOKED_get_ext_d2i(rev,
    +                                        NID_certificate_issuer, &j, NULL);
    +        if (!gtmp && (j != -1)) {
    +            crl->flags |= EXFLAG_INVALID;
    +            return 1;
    +        }
    +
    +        if (gtmp) {
    +            gens = gtmp;
    +            if (!crl->issuers) {
    +                crl->issuers = sk_GENERAL_NAMES_new_null();
    +                if (!crl->issuers)
    +                    return 0;
    +            }
    +            if (!sk_GENERAL_NAMES_push(crl->issuers, gtmp))
    +                return 0;
    +        }
    +        rev->issuer = gens;
    +
    +        reason = X509_REVOKED_get_ext_d2i(rev, NID_crl_reason, &j, NULL);
    +        if (!reason && (j != -1)) {
    +            crl->flags |= EXFLAG_INVALID;
    +            return 1;
    +        }
    +
    +        if (reason) {
    +            rev->reason = ASN1_ENUMERATED_get(reason);
    +            ASN1_ENUMERATED_free(reason);
    +        } else
    +            rev->reason = CRL_REASON_NONE;
    +
    +        /* Check for critical CRL entry extensions */
    +
    +        exts = rev->extensions;
    +
    +        for (j = 0; j < sk_X509_EXTENSION_num(exts); j++) {
    +            ext = sk_X509_EXTENSION_value(exts, j);
    +            if (ext->critical > 0) {
    +                if (OBJ_obj2nid(ext->object) == NID_certificate_issuer)
    +                    continue;
    +                crl->flags |= EXFLAG_CRITICAL;
    +                break;
    +            }
    +        }
    +
    +    }
    +
    +    return 1;
    +
    +}
    +
    +/*
    + * The X509_CRL structure needs a bit of customisation. Cache some extensions
      * and hash of the whole CRL.
      */
     static int crl_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
    -								void *exarg)
    -	{
    -	X509_CRL *crl = (X509_CRL *)*pval;
    -	STACK_OF(X509_EXTENSION) *exts;
    -	X509_EXTENSION *ext;
    -	int idx;
    -
    -	switch(operation)
    -		{
    -		case ASN1_OP_NEW_POST:
    -		crl->idp = NULL;
    -		crl->akid = NULL;
    -		crl->flags = 0;
    -		crl->idp_flags = 0;
    -		crl->idp_reasons = CRLDP_ALL_REASONS;
    -		crl->meth = default_crl_method;
    -		crl->meth_data = NULL;
    -		crl->issuers = NULL;
    -		crl->crl_number = NULL;
    -		crl->base_crl_number = NULL;
    -		break;
    -
    -		case ASN1_OP_D2I_POST:
    +                  void *exarg)
    +{
    +    X509_CRL *crl = (X509_CRL *)*pval;
    +    STACK_OF(X509_EXTENSION) *exts;
    +    X509_EXTENSION *ext;
    +    int idx;
    +
    +    switch (operation) {
    +    case ASN1_OP_NEW_POST:
    +        crl->idp = NULL;
    +        crl->akid = NULL;
    +        crl->flags = 0;
    +        crl->idp_flags = 0;
    +        crl->idp_reasons = CRLDP_ALL_REASONS;
    +        crl->meth = default_crl_method;
    +        crl->meth_data = NULL;
    +        crl->issuers = NULL;
    +        crl->crl_number = NULL;
    +        crl->base_crl_number = NULL;
    +        break;
    +
    +    case ASN1_OP_D2I_POST:
     #ifndef OPENSSL_NO_SHA
    -		X509_CRL_digest(crl, EVP_sha1(), crl->sha1_hash, NULL);
    +        X509_CRL_digest(crl, EVP_sha1(), crl->sha1_hash, NULL);
     #endif
    -		crl->idp = X509_CRL_get_ext_d2i(crl,
    -				NID_issuing_distribution_point, NULL, NULL);
    -		if (crl->idp)
    -			setup_idp(crl, crl->idp);
    -
    -		crl->akid = X509_CRL_get_ext_d2i(crl,
    -				NID_authority_key_identifier, NULL, NULL);	
    -
    -		crl->crl_number = X509_CRL_get_ext_d2i(crl,
    -				NID_crl_number, NULL, NULL);	
    -
    -		crl->base_crl_number = X509_CRL_get_ext_d2i(crl,
    -				NID_delta_crl, NULL, NULL);	
    -		/* Delta CRLs must have CRL number */
    -		if (crl->base_crl_number && !crl->crl_number)
    -			crl->flags |= EXFLAG_INVALID;
    -
    -		/* See if we have any unhandled critical CRL extensions and 
    -		 * indicate this in a flag. We only currently handle IDP so
    -		 * anything else critical sets the flag.
    -		 *
    -		 * This code accesses the X509_CRL structure directly:
    -		 * applications shouldn't do this.
    -		 */
    -
    -		exts = crl->crl->extensions;
    -
    -		for (idx = 0; idx < sk_X509_EXTENSION_num(exts); idx++)
    -			{
    -			int nid;
    -			ext = sk_X509_EXTENSION_value(exts, idx);
    -			nid = OBJ_obj2nid(ext->object);
    -			if (nid == NID_freshest_crl)
    -				crl->flags |= EXFLAG_FRESHEST;
    -			if (ext->critical > 0)
    -				{
    -				/* We handle IDP and deltas */
    -				if ((nid == NID_issuing_distribution_point)
    -					|| (nid == NID_authority_key_identifier)
    -					|| (nid == NID_delta_crl))
    -					break;;
    -				crl->flags |= EXFLAG_CRITICAL;
    -				break;
    -				}
    -			}
    -
    -
    -		if (!crl_set_issuers(crl))
    -			return 0;
    -
    -		if (crl->meth->crl_init)
    -			{
    -			if (crl->meth->crl_init(crl) == 0)
    -				return 0;
    -			}
    -		break;
    -
    -		case ASN1_OP_FREE_POST:
    -		if (crl->meth->crl_free)
    -			{
    -			if (!crl->meth->crl_free(crl))
    -				return 0;
    -			}
    -		if (crl->akid)
    -			AUTHORITY_KEYID_free(crl->akid);
    -		if (crl->idp)
    -			ISSUING_DIST_POINT_free(crl->idp);
    -		ASN1_INTEGER_free(crl->crl_number);
    -		ASN1_INTEGER_free(crl->base_crl_number);
    -		sk_GENERAL_NAMES_pop_free(crl->issuers, GENERAL_NAMES_free);
    -		break;
    -		}
    -	return 1;
    -	}
    +        crl->idp = X509_CRL_get_ext_d2i(crl,
    +                                        NID_issuing_distribution_point, NULL,
    +                                        NULL);
    +        if (crl->idp)
    +            setup_idp(crl, crl->idp);
    +
    +        crl->akid = X509_CRL_get_ext_d2i(crl,
    +                                         NID_authority_key_identifier, NULL,
    +                                         NULL);
    +
    +        crl->crl_number = X509_CRL_get_ext_d2i(crl,
    +                                               NID_crl_number, NULL, NULL);
    +
    +        crl->base_crl_number = X509_CRL_get_ext_d2i(crl,
    +                                                    NID_delta_crl, NULL,
    +                                                    NULL);
    +        /* Delta CRLs must have CRL number */
    +        if (crl->base_crl_number && !crl->crl_number)
    +            crl->flags |= EXFLAG_INVALID;
    +
    +        /*
    +         * See if we have any unhandled critical CRL extensions and indicate
    +         * this in a flag. We only currently handle IDP so anything else
    +         * critical sets the flag. This code accesses the X509_CRL structure
    +         * directly: applications shouldn't do this.
    +         */
    +
    +        exts = crl->crl->extensions;
    +
    +        for (idx = 0; idx < sk_X509_EXTENSION_num(exts); idx++) {
    +            int nid;
    +            ext = sk_X509_EXTENSION_value(exts, idx);
    +            nid = OBJ_obj2nid(ext->object);
    +            if (nid == NID_freshest_crl)
    +                crl->flags |= EXFLAG_FRESHEST;
    +            if (ext->critical > 0) {
    +                /* We handle IDP and deltas */
    +                if ((nid == NID_issuing_distribution_point)
    +                    || (nid == NID_authority_key_identifier)
    +                    || (nid == NID_delta_crl))
    +                    break;;
    +                crl->flags |= EXFLAG_CRITICAL;
    +                break;
    +            }
    +        }
    +
    +        if (!crl_set_issuers(crl))
    +            return 0;
    +
    +        if (crl->meth->crl_init) {
    +            if (crl->meth->crl_init(crl) == 0)
    +                return 0;
    +        }
    +        break;
    +
    +    case ASN1_OP_FREE_POST:
    +        if (crl->meth->crl_free) {
    +            if (!crl->meth->crl_free(crl))
    +                return 0;
    +        }
    +        if (crl->akid)
    +            AUTHORITY_KEYID_free(crl->akid);
    +        if (crl->idp)
    +            ISSUING_DIST_POINT_free(crl->idp);
    +        ASN1_INTEGER_free(crl->crl_number);
    +        ASN1_INTEGER_free(crl->base_crl_number);
    +        sk_GENERAL_NAMES_pop_free(crl->issuers, GENERAL_NAMES_free);
    +        break;
    +    }
    +    return 1;
    +}
     
     /* Convert IDP into a more convenient form */
     
     static void setup_idp(X509_CRL *crl, ISSUING_DIST_POINT *idp)
    -	{
    -	int idp_only = 0;
    -	/* Set various flags according to IDP */
    -	crl->idp_flags |= IDP_PRESENT;
    -	if (idp->onlyuser > 0)
    -		{
    -		idp_only++;
    -		crl->idp_flags |= IDP_ONLYUSER;
    -		}
    -	if (idp->onlyCA > 0)
    -		{
    -		idp_only++;
    -		crl->idp_flags |= IDP_ONLYCA;
    -		}
    -	if (idp->onlyattr > 0)
    -		{
    -		idp_only++;
    -		crl->idp_flags |= IDP_ONLYATTR;
    -		}
    -
    -	if (idp_only > 1)
    -		crl->idp_flags |= IDP_INVALID;
    -
    -	if (idp->indirectCRL > 0)
    -		crl->idp_flags |= IDP_INDIRECT;
    -
    -	if (idp->onlysomereasons)
    -		{
    -		crl->idp_flags |= IDP_REASONS;
    -		if (idp->onlysomereasons->length > 0)
    -			crl->idp_reasons = idp->onlysomereasons->data[0];
    -		if (idp->onlysomereasons->length > 1)
    -			crl->idp_reasons |=
    -				(idp->onlysomereasons->data[1] << 8);
    -		crl->idp_reasons &= CRLDP_ALL_REASONS;
    -		}
    -
    -	DIST_POINT_set_dpname(idp->distpoint, X509_CRL_get_issuer(crl));
    -	}
    +{
    +    int idp_only = 0;
    +    /* Set various flags according to IDP */
    +    crl->idp_flags |= IDP_PRESENT;
    +    if (idp->onlyuser > 0) {
    +        idp_only++;
    +        crl->idp_flags |= IDP_ONLYUSER;
    +    }
    +    if (idp->onlyCA > 0) {
    +        idp_only++;
    +        crl->idp_flags |= IDP_ONLYCA;
    +    }
    +    if (idp->onlyattr > 0) {
    +        idp_only++;
    +        crl->idp_flags |= IDP_ONLYATTR;
    +    }
    +
    +    if (idp_only > 1)
    +        crl->idp_flags |= IDP_INVALID;
    +
    +    if (idp->indirectCRL > 0)
    +        crl->idp_flags |= IDP_INDIRECT;
    +
    +    if (idp->onlysomereasons) {
    +        crl->idp_flags |= IDP_REASONS;
    +        if (idp->onlysomereasons->length > 0)
    +            crl->idp_reasons = idp->onlysomereasons->data[0];
    +        if (idp->onlysomereasons->length > 1)
    +            crl->idp_reasons |= (idp->onlysomereasons->data[1] << 8);
    +        crl->idp_reasons &= CRLDP_ALL_REASONS;
    +    }
    +
    +    DIST_POINT_set_dpname(idp->distpoint, X509_CRL_get_issuer(crl));
    +}
     
     ASN1_SEQUENCE_ref(X509_CRL, crl_cb, CRYPTO_LOCK_X509_CRL) = {
    -	ASN1_SIMPLE(X509_CRL, crl, X509_CRL_INFO),
    -	ASN1_SIMPLE(X509_CRL, sig_alg, X509_ALGOR),
    -	ASN1_SIMPLE(X509_CRL, signature, ASN1_BIT_STRING)
    +        ASN1_SIMPLE(X509_CRL, crl, X509_CRL_INFO),
    +        ASN1_SIMPLE(X509_CRL, sig_alg, X509_ALGOR),
    +        ASN1_SIMPLE(X509_CRL, signature, ASN1_BIT_STRING)
     } ASN1_SEQUENCE_END_ref(X509_CRL, X509_CRL)
     
     IMPLEMENT_ASN1_FUNCTIONS(X509_REVOKED)
    +
    +IMPLEMENT_ASN1_DUP_FUNCTION(X509_REVOKED)
    +
     IMPLEMENT_ASN1_FUNCTIONS(X509_CRL_INFO)
    +
     IMPLEMENT_ASN1_FUNCTIONS(X509_CRL)
    +
     IMPLEMENT_ASN1_DUP_FUNCTION(X509_CRL)
     
    -static int X509_REVOKED_cmp(const X509_REVOKED * const *a,
    -			const X509_REVOKED * const *b)
    -	{
    -	return(ASN1_STRING_cmp(
    -		(ASN1_STRING *)(*a)->serialNumber,
    -		(ASN1_STRING *)(*b)->serialNumber));
    -	}
    +static int X509_REVOKED_cmp(const X509_REVOKED *const *a,
    +                            const X509_REVOKED *const *b)
    +{
    +    return (ASN1_STRING_cmp((ASN1_STRING *)(*a)->serialNumber,
    +                            (ASN1_STRING *)(*b)->serialNumber));
    +}
     
     int X509_CRL_add0_revoked(X509_CRL *crl, X509_REVOKED *rev)
     {
    -	X509_CRL_INFO *inf;
    -	inf = crl->crl;
    -	if(!inf->revoked)
    -		inf->revoked = sk_X509_REVOKED_new(X509_REVOKED_cmp);
    -	if(!inf->revoked || !sk_X509_REVOKED_push(inf->revoked, rev)) {
    -		ASN1err(ASN1_F_X509_CRL_ADD0_REVOKED, ERR_R_MALLOC_FAILURE);
    -		return 0;
    -	}
    -	inf->enc.modified = 1;
    -	return 1;
    +    X509_CRL_INFO *inf;
    +    inf = crl->crl;
    +    if (!inf->revoked)
    +        inf->revoked = sk_X509_REVOKED_new(X509_REVOKED_cmp);
    +    if (!inf->revoked || !sk_X509_REVOKED_push(inf->revoked, rev)) {
    +        ASN1err(ASN1_F_X509_CRL_ADD0_REVOKED, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    inf->enc.modified = 1;
    +    return 1;
     }
     
     int X509_CRL_verify(X509_CRL *crl, EVP_PKEY *r)
    -	{
    -	if (crl->meth->crl_verify)
    -		return crl->meth->crl_verify(crl, r);
    -	return 0;
    -	}
    +{
    +    if (crl->meth->crl_verify)
    +        return crl->meth->crl_verify(crl, r);
    +    return 0;
    +}
     
     int X509_CRL_get0_by_serial(X509_CRL *crl,
    -		X509_REVOKED **ret, ASN1_INTEGER *serial)
    -	{
    -	if (crl->meth->crl_lookup)
    -		return crl->meth->crl_lookup(crl, ret, serial, NULL);
    -	return 0;
    -	}
    +                            X509_REVOKED **ret, ASN1_INTEGER *serial)
    +{
    +    if (crl->meth->crl_lookup)
    +        return crl->meth->crl_lookup(crl, ret, serial, NULL);
    +    return 0;
    +}
     
     int X509_CRL_get0_by_cert(X509_CRL *crl, X509_REVOKED **ret, X509 *x)
    -	{
    -	if (crl->meth->crl_lookup)
    -		return crl->meth->crl_lookup(crl, ret,
    -						X509_get_serialNumber(x),
    -						X509_get_issuer_name(x));
    -	return 0;
    -	}
    +{
    +    if (crl->meth->crl_lookup)
    +        return crl->meth->crl_lookup(crl, ret,
    +                                     X509_get_serialNumber(x),
    +                                     X509_get_issuer_name(x));
    +    return 0;
    +}
     
     static int def_crl_verify(X509_CRL *crl, EVP_PKEY *r)
    -	{
    -	return(ASN1_item_verify(ASN1_ITEM_rptr(X509_CRL_INFO),
    -		crl->sig_alg, crl->signature,crl->crl,r));
    -	}
    +{
    +    return (ASN1_item_verify(ASN1_ITEM_rptr(X509_CRL_INFO),
    +                             crl->sig_alg, crl->signature, crl->crl, r));
    +}
     
     static int crl_revoked_issuer_match(X509_CRL *crl, X509_NAME *nm,
    -						X509_REVOKED *rev)
    -	{
    -	int i;
    -
    -	if (!rev->issuer)
    -		{
    -		if (!nm)
    -			return 1;
    -		if (!X509_NAME_cmp(nm, X509_CRL_get_issuer(crl)))
    -			return 1;
    -		return 0;
    -		}
    -
    -	if (!nm)
    -		nm = X509_CRL_get_issuer(crl);
    -
    -	for (i = 0; i < sk_GENERAL_NAME_num(rev->issuer); i++)
    -		{
    -		GENERAL_NAME *gen = sk_GENERAL_NAME_value(rev->issuer, i);
    -		if (gen->type != GEN_DIRNAME)
    -			continue;
    -		if (!X509_NAME_cmp(nm, gen->d.directoryName))
    -			return 1;
    -		}
    -	return 0;
    -
    -	}
    +                                    X509_REVOKED *rev)
    +{
    +    int i;
    +
    +    if (!rev->issuer) {
    +        if (!nm)
    +            return 1;
    +        if (!X509_NAME_cmp(nm, X509_CRL_get_issuer(crl)))
    +            return 1;
    +        return 0;
    +    }
    +
    +    if (!nm)
    +        nm = X509_CRL_get_issuer(crl);
    +
    +    for (i = 0; i < sk_GENERAL_NAME_num(rev->issuer); i++) {
    +        GENERAL_NAME *gen = sk_GENERAL_NAME_value(rev->issuer, i);
    +        if (gen->type != GEN_DIRNAME)
    +            continue;
    +        if (!X509_NAME_cmp(nm, gen->d.directoryName))
    +            return 1;
    +    }
    +    return 0;
    +
    +}
     
     static int def_crl_lookup(X509_CRL *crl,
    -		X509_REVOKED **ret, ASN1_INTEGER *serial, X509_NAME *issuer)
    -	{
    -	X509_REVOKED rtmp, *rev;
    -	int idx;
    -	rtmp.serialNumber = serial;
    -	/* Sort revoked into serial number order if not already sorted.
    -	 * Do this under a lock to avoid race condition.
    - 	 */
    -	if (!sk_X509_REVOKED_is_sorted(crl->crl->revoked))
    -		{
    -		CRYPTO_w_lock(CRYPTO_LOCK_X509_CRL);
    -		sk_X509_REVOKED_sort(crl->crl->revoked);
    -		CRYPTO_w_unlock(CRYPTO_LOCK_X509_CRL);
    -		}
    -	idx = sk_X509_REVOKED_find(crl->crl->revoked, &rtmp);
    -	if(idx < 0)
    -		return 0;
    -	/* Need to look for matching name */
    -	for(;idx < sk_X509_REVOKED_num(crl->crl->revoked); idx++)
    -		{
    -		rev = sk_X509_REVOKED_value(crl->crl->revoked, idx);
    -		if (ASN1_INTEGER_cmp(rev->serialNumber, serial))
    -			return 0;
    -		if (crl_revoked_issuer_match(crl, issuer, rev))
    -			{
    -			if (ret)
    -				*ret = rev;
    -			if (rev->reason == CRL_REASON_REMOVE_FROM_CRL)
    -				return 2;
    -			return 1;
    -			}
    -		}
    -	return 0;
    -	}
    +                          X509_REVOKED **ret, ASN1_INTEGER *serial,
    +                          X509_NAME *issuer)
    +{
    +    X509_REVOKED rtmp, *rev;
    +    int idx;
    +    rtmp.serialNumber = serial;
    +    /*
    +     * Sort revoked into serial number order if not already sorted. Do this
    +     * under a lock to avoid race condition.
    +     */
    +    if (!sk_X509_REVOKED_is_sorted(crl->crl->revoked)) {
    +        CRYPTO_w_lock(CRYPTO_LOCK_X509_CRL);
    +        sk_X509_REVOKED_sort(crl->crl->revoked);
    +        CRYPTO_w_unlock(CRYPTO_LOCK_X509_CRL);
    +    }
    +    idx = sk_X509_REVOKED_find(crl->crl->revoked, &rtmp);
    +    if (idx < 0)
    +        return 0;
    +    /* Need to look for matching name */
    +    for (; idx < sk_X509_REVOKED_num(crl->crl->revoked); idx++) {
    +        rev = sk_X509_REVOKED_value(crl->crl->revoked, idx);
    +        if (ASN1_INTEGER_cmp(rev->serialNumber, serial))
    +            return 0;
    +        if (crl_revoked_issuer_match(crl, issuer, rev)) {
    +            if (ret)
    +                *ret = rev;
    +            if (rev->reason == CRL_REASON_REMOVE_FROM_CRL)
    +                return 2;
    +            return 1;
    +        }
    +    }
    +    return 0;
    +}
     
     void X509_CRL_set_default_method(const X509_CRL_METHOD *meth)
    -	{
    -	if (meth == NULL)
    -		default_crl_method = &int_crl_meth;
    -	else 
    -		default_crl_method = meth;
    -	}
    -
    -X509_CRL_METHOD *X509_CRL_METHOD_new(
    -	int (*crl_init)(X509_CRL *crl),
    -	int (*crl_free)(X509_CRL *crl),
    -	int (*crl_lookup)(X509_CRL *crl, X509_REVOKED **ret,
    -				ASN1_INTEGER *ser, X509_NAME *issuer),
    -	int (*crl_verify)(X509_CRL *crl, EVP_PKEY *pk))
    -	{
    -	X509_CRL_METHOD *m;
    -	m = OPENSSL_malloc(sizeof(X509_CRL_METHOD));
    -	if (!m)
    -		return NULL;
    -	m->crl_init = crl_init;
    -	m->crl_free = crl_free;
    -	m->crl_lookup = crl_lookup;
    -	m->crl_verify = crl_verify;
    -	m->flags = X509_CRL_METHOD_DYNAMIC;
    -	return m;
    -	}
    +{
    +    if (meth == NULL)
    +        default_crl_method = &int_crl_meth;
    +    else
    +        default_crl_method = meth;
    +}
    +
    +X509_CRL_METHOD *X509_CRL_METHOD_new(int (*crl_init) (X509_CRL *crl),
    +                                     int (*crl_free) (X509_CRL *crl),
    +                                     int (*crl_lookup) (X509_CRL *crl,
    +                                                        X509_REVOKED **ret,
    +                                                        ASN1_INTEGER *ser,
    +                                                        X509_NAME *issuer),
    +                                     int (*crl_verify) (X509_CRL *crl,
    +                                                        EVP_PKEY *pk))
    +{
    +    X509_CRL_METHOD *m;
    +    m = OPENSSL_malloc(sizeof(X509_CRL_METHOD));
    +    if (!m)
    +        return NULL;
    +    m->crl_init = crl_init;
    +    m->crl_free = crl_free;
    +    m->crl_lookup = crl_lookup;
    +    m->crl_verify = crl_verify;
    +    m->flags = X509_CRL_METHOD_DYNAMIC;
    +    return m;
    +}
     
     void X509_CRL_METHOD_free(X509_CRL_METHOD *m)
    -	{
    -	if (!(m->flags & X509_CRL_METHOD_DYNAMIC))
    -		return;
    -	OPENSSL_free(m);
    -	}
    +{
    +    if (!(m->flags & X509_CRL_METHOD_DYNAMIC))
    +        return;
    +    OPENSSL_free(m);
    +}
     
     void X509_CRL_set_meth_data(X509_CRL *crl, void *dat)
    -	{
    -	crl->meth_data = dat;
    -	}
    +{
    +    crl->meth_data = dat;
    +}
     
     void *X509_CRL_get_meth_data(X509_CRL *crl)
    -	{
    -	return crl->meth_data;
    -	}
    +{
    +    return crl->meth_data;
    +}
     
     IMPLEMENT_STACK_OF(X509_REVOKED)
    +
     IMPLEMENT_ASN1_SET_OF(X509_REVOKED)
    +
     IMPLEMENT_STACK_OF(X509_CRL)
    +
     IMPLEMENT_ASN1_SET_OF(X509_CRL)
    diff --git a/openssl/crypto/asn1/x_exten.c b/openssl/crypto/asn1/x_exten.c
    index 3a2123992..00a9580aa 100644
    --- a/openssl/crypto/asn1/x_exten.c
    +++ b/openssl/crypto/asn1/x_exten.c
    @@ -1,6 +1,7 @@
     /* x_exten.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 2000 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,13 +63,13 @@
     #include 
     
     ASN1_SEQUENCE(X509_EXTENSION) = {
    -	ASN1_SIMPLE(X509_EXTENSION, object, ASN1_OBJECT),
    -	ASN1_OPT(X509_EXTENSION, critical, ASN1_BOOLEAN),
    -	ASN1_SIMPLE(X509_EXTENSION, value, ASN1_OCTET_STRING)
    +        ASN1_SIMPLE(X509_EXTENSION, object, ASN1_OBJECT),
    +        ASN1_OPT(X509_EXTENSION, critical, ASN1_BOOLEAN),
    +        ASN1_SIMPLE(X509_EXTENSION, value, ASN1_OCTET_STRING)
     } ASN1_SEQUENCE_END(X509_EXTENSION)
     
    -ASN1_ITEM_TEMPLATE(X509_EXTENSIONS) = 
    -	ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, Extension, X509_EXTENSION)
    +ASN1_ITEM_TEMPLATE(X509_EXTENSIONS) =
    +        ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, Extension, X509_EXTENSION)
     ASN1_ITEM_TEMPLATE_END(X509_EXTENSIONS)
     
     IMPLEMENT_ASN1_FUNCTIONS(X509_EXTENSION)
    diff --git a/openssl/crypto/asn1/x_info.c b/openssl/crypto/asn1/x_info.c
    index d44f6cdb0..067fd72a6 100644
    --- a/openssl/crypto/asn1/x_info.c
    +++ b/openssl/crypto/asn1/x_info.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,52 +63,55 @@
     #include 
     
     X509_INFO *X509_INFO_new(void)
    -	{
    -	X509_INFO *ret=NULL;
    +{
    +    X509_INFO *ret = NULL;
    +
    +    ret = (X509_INFO *)OPENSSL_malloc(sizeof(X509_INFO));
    +    if (ret == NULL) {
    +        ASN1err(ASN1_F_X509_INFO_NEW, ERR_R_MALLOC_FAILURE);
    +        return (NULL);
    +    }
     
    -	ret=(X509_INFO *)OPENSSL_malloc(sizeof(X509_INFO));
    -	if (ret == NULL)
    -		{
    -		ASN1err(ASN1_F_X509_INFO_NEW,ERR_R_MALLOC_FAILURE);
    -		return(NULL);
    -		}
    - 
    -        ret->enc_cipher.cipher=NULL;
    -        ret->enc_len=0;
    -        ret->enc_data=NULL;
    - 
    -	ret->references=1;
    -	ret->x509=NULL;
    -	ret->crl=NULL;
    -	ret->x_pkey=NULL;
    -	return(ret);
    -	}
    +    ret->enc_cipher.cipher = NULL;
    +    ret->enc_len = 0;
    +    ret->enc_data = NULL;
    +
    +    ret->references = 1;
    +    ret->x509 = NULL;
    +    ret->crl = NULL;
    +    ret->x_pkey = NULL;
    +    return (ret);
    +}
     
     void X509_INFO_free(X509_INFO *x)
    -	{
    -	int i;
    +{
    +    int i;
     
    -	if (x == NULL) return;
    +    if (x == NULL)
    +        return;
     
    -	i=CRYPTO_add(&x->references,-1,CRYPTO_LOCK_X509_INFO);
    +    i = CRYPTO_add(&x->references, -1, CRYPTO_LOCK_X509_INFO);
     #ifdef REF_PRINT
    -	REF_PRINT("X509_INFO",x);
    +    REF_PRINT("X509_INFO", x);
     #endif
    -	if (i > 0) return;
    +    if (i > 0)
    +        return;
     #ifdef REF_CHECK
    -	if (i < 0)
    -		{
    -		fprintf(stderr,"X509_INFO_free, bad reference count\n");
    -		abort();
    -		}
    +    if (i < 0) {
    +        fprintf(stderr, "X509_INFO_free, bad reference count\n");
    +        abort();
    +    }
     #endif
     
    -	if (x->x509 != NULL) X509_free(x->x509);
    -	if (x->crl != NULL) X509_CRL_free(x->crl);
    -	if (x->x_pkey != NULL) X509_PKEY_free(x->x_pkey);
    -	if (x->enc_data != NULL) OPENSSL_free(x->enc_data);
    -	OPENSSL_free(x);
    -	}
    +    if (x->x509 != NULL)
    +        X509_free(x->x509);
    +    if (x->crl != NULL)
    +        X509_CRL_free(x->crl);
    +    if (x->x_pkey != NULL)
    +        X509_PKEY_free(x->x_pkey);
    +    if (x->enc_data != NULL)
    +        OPENSSL_free(x->enc_data);
    +    OPENSSL_free(x);
    +}
     
     IMPLEMENT_STACK_OF(X509_INFO)
    -
    diff --git a/openssl/crypto/asn1/x_long.c b/openssl/crypto/asn1/x_long.c
    index 75317418e..f39361974 100644
    --- a/openssl/crypto/asn1/x_long.c
    +++ b/openssl/crypto/asn1/x_long.c
    @@ -1,6 +1,7 @@
     /* x_long.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 2000 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -61,119 +62,122 @@
     #include 
     #include 
     
    -/* Custom primitive type for long handling. This converts between an ASN1_INTEGER
    - * and a long directly.
    +/*
    + * Custom primitive type for long handling. This converts between an
    + * ASN1_INTEGER and a long directly.
      */
     
    -
     static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
     static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
     
    -static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
    -static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
    -static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx);
    +static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype,
    +                    const ASN1_ITEM *it);
    +static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
    +                    int utype, char *free_cont, const ASN1_ITEM *it);
    +static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it,
    +                      int indent, const ASN1_PCTX *pctx);
     
     static ASN1_PRIMITIVE_FUNCS long_pf = {
    -	NULL, 0,
    -	long_new,
    -	long_free,
    -	long_free,	/* Clear should set to initial value */
    -	long_c2i,
    -	long_i2c,
    -	long_print
    +    NULL, 0,
    +    long_new,
    +    long_free,
    +    long_free,                  /* Clear should set to initial value */
    +    long_c2i,
    +    long_i2c,
    +    long_print
     };
     
     ASN1_ITEM_start(LONG)
    -	ASN1_ITYPE_PRIMITIVE, V_ASN1_INTEGER, NULL, 0, &long_pf, ASN1_LONG_UNDEF, "LONG"
    +        ASN1_ITYPE_PRIMITIVE, V_ASN1_INTEGER, NULL, 0, &long_pf, ASN1_LONG_UNDEF, "LONG"
     ASN1_ITEM_end(LONG)
     
     ASN1_ITEM_start(ZLONG)
    -	ASN1_ITYPE_PRIMITIVE, V_ASN1_INTEGER, NULL, 0, &long_pf, 0, "ZLONG"
    +        ASN1_ITYPE_PRIMITIVE, V_ASN1_INTEGER, NULL, 0, &long_pf, 0, "ZLONG"
     ASN1_ITEM_end(ZLONG)
     
     static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
     {
    -	*(long *)pval = it->size;
    -	return 1;
    +        *(long *)pval = it->size;
    +        return 1;
     }
     
     static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
     {
    -	*(long *)pval = it->size;
    +        *(long *)pval = it->size;
     }
     
     static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it)
     {
    -	long ltmp;
    -	unsigned long utmp;
    -	int clen, pad, i;
    -	/* this exists to bypass broken gcc optimization */
    -	char *cp = (char *)pval;
    -
    -	/* use memcpy, because we may not be long aligned */
    -	memcpy(<mp, cp, sizeof(long));
    -
    -	if(ltmp == it->size) return -1;
    -	/* Convert the long to positive: we subtract one if negative so
    -	 * we can cleanly handle the padding if only the MSB of the leading
    -	 * octet is set. 
    -	 */
    -	if(ltmp < 0) utmp = -ltmp - 1;
    -	else utmp = ltmp;
    -	clen = BN_num_bits_word(utmp);
    -	/* If MSB of leading octet set we need to pad */
    -	if(!(clen & 0x7)) pad = 1;
    -	else pad = 0;
    -
    -	/* Convert number of bits to number of octets */
    -	clen = (clen + 7) >> 3;
    -
    -	if(cont) {
    -		if(pad) *cont++ = (ltmp < 0) ? 0xff : 0;
    -		for(i = clen - 1; i >= 0; i--) {
    -			cont[i] = (unsigned char)(utmp & 0xff);
    -			if(ltmp < 0) cont[i] ^= 0xff;
    -			utmp >>= 8;
    -		}
    -	}
    -	return clen + pad;
    +        long ltmp;
    +        unsigned long utmp;
    +        int clen, pad, i;
    +        /* this exists to bypass broken gcc optimization */
    +        char *cp = (char *)pval;
    +
    +        /* use memcpy, because we may not be long aligned */
    +        memcpy(<mp, cp, sizeof(long));
    +
    +        if(ltmp == it->size) return -1;
    +        /* Convert the long to positive: we subtract one if negative so
    +         * we can cleanly handle the padding if only the MSB of the leading
    +         * octet is set.
    +         */
    +        if(ltmp < 0) utmp = -ltmp - 1;
    +        else utmp = ltmp;
    +        clen = BN_num_bits_word(utmp);
    +        /* If MSB of leading octet set we need to pad */
    +        if(!(clen & 0x7)) pad = 1;
    +        else pad = 0;
    +
    +        /* Convert number of bits to number of octets */
    +        clen = (clen + 7) >> 3;
    +
    +        if(cont) {
    +                if(pad) *cont++ = (ltmp < 0) ? 0xff : 0;
    +                for(i = clen - 1; i >= 0; i--) {
    +                        cont[i] = (unsigned char)(utmp & 0xff);
    +                        if(ltmp < 0) cont[i] ^= 0xff;
    +                        utmp >>= 8;
    +                }
    +        }
    +        return clen + pad;
     }
     
     static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
    -		    int utype, char *free_cont, const ASN1_ITEM *it)
    +                    int utype, char *free_cont, const ASN1_ITEM *it)
     {
    -	int neg, i;
    -	long ltmp;
    -	unsigned long utmp = 0;
    -	char *cp = (char *)pval;
    -	if(len > (int)sizeof(long)) {
    -		ASN1err(ASN1_F_LONG_C2I, ASN1_R_INTEGER_TOO_LARGE_FOR_LONG);
    -		return 0;
    -	}
    -	/* Is it negative? */
    -	if(len && (cont[0] & 0x80)) neg = 1;
    -	else neg = 0;
    -	utmp = 0;
    -	for(i = 0; i < len; i++) {
    -		utmp <<= 8;
    -		if(neg) utmp |= cont[i] ^ 0xff;
    -		else utmp |= cont[i];
    -	}
    -	ltmp = (long)utmp;
    -	if(neg) {
    -		ltmp++;
    -		ltmp = -ltmp;
    -	}
    -	if(ltmp == it->size) {
    -		ASN1err(ASN1_F_LONG_C2I, ASN1_R_INTEGER_TOO_LARGE_FOR_LONG);
    -		return 0;
    -	}
    -	memcpy(cp, <mp, sizeof(long));
    -	return 1;
    +        int neg, i;
    +        long ltmp;
    +        unsigned long utmp = 0;
    +        char *cp = (char *)pval;
    +        if(len > (int)sizeof(long)) {
    +                ASN1err(ASN1_F_LONG_C2I, ASN1_R_INTEGER_TOO_LARGE_FOR_LONG);
    +                return 0;
    +        }
    +        /* Is it negative? */
    +        if(len && (cont[0] & 0x80)) neg = 1;
    +        else neg = 0;
    +        utmp = 0;
    +        for(i = 0; i < len; i++) {
    +                utmp <<= 8;
    +                if(neg) utmp |= cont[i] ^ 0xff;
    +                else utmp |= cont[i];
    +        }
    +        ltmp = (long)utmp;
    +        if(neg) {
    +                ltmp++;
    +                ltmp = -ltmp;
    +        }
    +        if(ltmp == it->size) {
    +                ASN1err(ASN1_F_LONG_C2I, ASN1_R_INTEGER_TOO_LARGE_FOR_LONG);
    +                return 0;
    +        }
    +        memcpy(cp, <mp, sizeof(long));
    +        return 1;
     }
     
     static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it,
    -			int indent, const ASN1_PCTX *pctx)
    -	{
    -	return BIO_printf(out, "%ld\n", *(long *)pval);
    -	}
    +                        int indent, const ASN1_PCTX *pctx)
    +        {
    +        return BIO_printf(out, "%ld\n", *(long *)pval);
    +        }
    diff --git a/openssl/crypto/asn1/x_name.c b/openssl/crypto/asn1/x_name.c
    index d7c231869..737c426f2 100644
    --- a/openssl/crypto/asn1/x_name.c
    +++ b/openssl/crypto/asn1/x_name.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -67,453 +67,461 @@ typedef STACK_OF(X509_NAME_ENTRY) STACK_OF_X509_NAME_ENTRY;
     DECLARE_STACK_OF(STACK_OF_X509_NAME_ENTRY)
     
     static int x509_name_ex_d2i(ASN1_VALUE **val,
    -				const unsigned char **in, long len,
    -				const ASN1_ITEM *it,
    -				int tag, int aclass, char opt, ASN1_TLC *ctx);
    +                            const unsigned char **in, long len,
    +                            const ASN1_ITEM *it,
    +                            int tag, int aclass, char opt, ASN1_TLC *ctx);
     
     static int x509_name_ex_i2d(ASN1_VALUE **val, unsigned char **out,
    -				const ASN1_ITEM *it, int tag, int aclass);
    +                            const ASN1_ITEM *it, int tag, int aclass);
     static int x509_name_ex_new(ASN1_VALUE **val, const ASN1_ITEM *it);
     static void x509_name_ex_free(ASN1_VALUE **val, const ASN1_ITEM *it);
     
     static int x509_name_encode(X509_NAME *a);
     static int x509_name_canon(X509_NAME *a);
     static int asn1_string_canon(ASN1_STRING *out, ASN1_STRING *in);
    -static int i2d_name_canon(STACK_OF(STACK_OF_X509_NAME_ENTRY) *intname,
    -			  unsigned char **in);
    -
    +static int i2d_name_canon(STACK_OF(STACK_OF_X509_NAME_ENTRY) * intname,
    +                          unsigned char **in);
     
     static int x509_name_ex_print(BIO *out, ASN1_VALUE **pval,
    -						int indent,
    -						const char *fname, 
    -						const ASN1_PCTX *pctx);
    +                              int indent,
    +                              const char *fname, const ASN1_PCTX *pctx);
     
     ASN1_SEQUENCE(X509_NAME_ENTRY) = {
    -	ASN1_SIMPLE(X509_NAME_ENTRY, object, ASN1_OBJECT),
    -	ASN1_SIMPLE(X509_NAME_ENTRY, value, ASN1_PRINTABLE)
    +        ASN1_SIMPLE(X509_NAME_ENTRY, object, ASN1_OBJECT),
    +        ASN1_SIMPLE(X509_NAME_ENTRY, value, ASN1_PRINTABLE)
     } ASN1_SEQUENCE_END(X509_NAME_ENTRY)
     
     IMPLEMENT_ASN1_FUNCTIONS(X509_NAME_ENTRY)
     IMPLEMENT_ASN1_DUP_FUNCTION(X509_NAME_ENTRY)
     
    -/* For the "Name" type we need a SEQUENCE OF { SET OF X509_NAME_ENTRY }
    - * so declare two template wrappers for this
    +/*
    + * For the "Name" type we need a SEQUENCE OF { SET OF X509_NAME_ENTRY } so
    + * declare two template wrappers for this
      */
     
     ASN1_ITEM_TEMPLATE(X509_NAME_ENTRIES) =
    -	ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SET_OF, 0, RDNS, X509_NAME_ENTRY)
    +        ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SET_OF, 0, RDNS, X509_NAME_ENTRY)
     ASN1_ITEM_TEMPLATE_END(X509_NAME_ENTRIES)
     
     ASN1_ITEM_TEMPLATE(X509_NAME_INTERNAL) =
    -	ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, Name, X509_NAME_ENTRIES)
    +        ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, Name, X509_NAME_ENTRIES)
     ASN1_ITEM_TEMPLATE_END(X509_NAME_INTERNAL)
     
    -/* Normally that's where it would end: we'd have two nested STACK structures
    +/*
    + * Normally that's where it would end: we'd have two nested STACK structures
      * representing the ASN1. Unfortunately X509_NAME uses a completely different
    - * form and caches encodings so we have to process the internal form and convert
    - * to the external form.
    + * form and caches encodings so we have to process the internal form and
    + * convert to the external form.
      */
     
     const ASN1_EXTERN_FUNCS x509_name_ff = {
    -	NULL,
    -	x509_name_ex_new,
    -	x509_name_ex_free,
    -	0,	/* Default clear behaviour is OK */
    -	x509_name_ex_d2i,
    -	x509_name_ex_i2d,
    -	x509_name_ex_print
    +    NULL,
    +    x509_name_ex_new,
    +    x509_name_ex_free,
    +    0,                          /* Default clear behaviour is OK */
    +    x509_name_ex_d2i,
    +    x509_name_ex_i2d,
    +    x509_name_ex_print
     };
     
    -IMPLEMENT_EXTERN_ASN1(X509_NAME, V_ASN1_SEQUENCE, x509_name_ff) 
    +IMPLEMENT_EXTERN_ASN1(X509_NAME, V_ASN1_SEQUENCE, x509_name_ff)
     
     IMPLEMENT_ASN1_FUNCTIONS(X509_NAME)
    +
     IMPLEMENT_ASN1_DUP_FUNCTION(X509_NAME)
     
     static int x509_name_ex_new(ASN1_VALUE **val, const ASN1_ITEM *it)
     {
    -	X509_NAME *ret = NULL;
    -	ret = OPENSSL_malloc(sizeof(X509_NAME));
    -	if(!ret) goto memerr;
    -	if ((ret->entries=sk_X509_NAME_ENTRY_new_null()) == NULL)
    -		goto memerr;
    -	if((ret->bytes = BUF_MEM_new()) == NULL) goto memerr;
    -	ret->canon_enc = NULL;
    -	ret->canon_enclen = 0;
    -	ret->modified=1;
    -	*val = (ASN1_VALUE *)ret;
    -	return 1;
    +    X509_NAME *ret = NULL;
    +    ret = OPENSSL_malloc(sizeof(X509_NAME));
    +    if (!ret)
    +        goto memerr;
    +    if ((ret->entries = sk_X509_NAME_ENTRY_new_null()) == NULL)
    +        goto memerr;
    +    if ((ret->bytes = BUF_MEM_new()) == NULL)
    +        goto memerr;
    +    ret->canon_enc = NULL;
    +    ret->canon_enclen = 0;
    +    ret->modified = 1;
    +    *val = (ASN1_VALUE *)ret;
    +    return 1;
     
      memerr:
    -	ASN1err(ASN1_F_X509_NAME_EX_NEW, ERR_R_MALLOC_FAILURE);
    -	if (ret)
    -		{
    -		if (ret->entries)
    -			sk_X509_NAME_ENTRY_free(ret->entries);
    -		OPENSSL_free(ret);
    -		}
    -	return 0;
    +    ASN1err(ASN1_F_X509_NAME_EX_NEW, ERR_R_MALLOC_FAILURE);
    +    if (ret) {
    +        if (ret->entries)
    +            sk_X509_NAME_ENTRY_free(ret->entries);
    +        OPENSSL_free(ret);
    +    }
    +    return 0;
     }
     
     static void x509_name_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
     {
    -	X509_NAME *a;
    -	if(!pval || !*pval)
    -	    return;
    -	a = (X509_NAME *)*pval;
    -
    -	BUF_MEM_free(a->bytes);
    -	sk_X509_NAME_ENTRY_pop_free(a->entries,X509_NAME_ENTRY_free);
    -	if (a->canon_enc)
    -		OPENSSL_free(a->canon_enc);
    -	OPENSSL_free(a);
    -	*pval = NULL;
    +    X509_NAME *a;
    +    if (!pval || !*pval)
    +        return;
    +    a = (X509_NAME *)*pval;
    +
    +    BUF_MEM_free(a->bytes);
    +    sk_X509_NAME_ENTRY_pop_free(a->entries, X509_NAME_ENTRY_free);
    +    if (a->canon_enc)
    +        OPENSSL_free(a->canon_enc);
    +    OPENSSL_free(a);
    +    *pval = NULL;
     }
     
     static int x509_name_ex_d2i(ASN1_VALUE **val,
    -			const unsigned char **in, long len, const ASN1_ITEM *it,
    -				int tag, int aclass, char opt, ASN1_TLC *ctx)
    +                            const unsigned char **in, long len,
    +                            const ASN1_ITEM *it, int tag, int aclass,
    +                            char opt, ASN1_TLC *ctx)
     {
    -	const unsigned char *p = *in, *q;
    -	union { STACK_OF(STACK_OF_X509_NAME_ENTRY) *s;
    -		ASN1_VALUE *a; } intname = {NULL};
    -	union { X509_NAME *x; ASN1_VALUE *a; } nm = {NULL};
    -	int i, j, ret;
    -	STACK_OF(X509_NAME_ENTRY) *entries;
    -	X509_NAME_ENTRY *entry;
    -	q = p;
    -
    -	/* Get internal representation of Name */
    -	ret = ASN1_item_ex_d2i(&intname.a,
    -			       &p, len, ASN1_ITEM_rptr(X509_NAME_INTERNAL),
    -			       tag, aclass, opt, ctx);
    -	
    -	if(ret <= 0) return ret;
    -
    -	if(*val) x509_name_ex_free(val, NULL);
    -	if(!x509_name_ex_new(&nm.a, NULL)) goto err;
    -	/* We've decoded it: now cache encoding */
    -	if(!BUF_MEM_grow(nm.x->bytes, p - q)) goto err;
    -	memcpy(nm.x->bytes->data, q, p - q);
    -
    -	/* Convert internal representation to X509_NAME structure */
    -	for(i = 0; i < sk_STACK_OF_X509_NAME_ENTRY_num(intname.s); i++) {
    -		entries = sk_STACK_OF_X509_NAME_ENTRY_value(intname.s, i);
    -		for(j = 0; j < sk_X509_NAME_ENTRY_num(entries); j++) {
    -			entry = sk_X509_NAME_ENTRY_value(entries, j);
    -			entry->set = i;
    -			if(!sk_X509_NAME_ENTRY_push(nm.x->entries, entry))
    -				goto err;
    -		}
    -		sk_X509_NAME_ENTRY_free(entries);
    -	}
    -	sk_STACK_OF_X509_NAME_ENTRY_free(intname.s);
    -	ret = x509_name_canon(nm.x);
    -	if (!ret)
    -		goto err;
    -	nm.x->modified = 0;
    -	*val = nm.a;
    -	*in = p;
    -	return ret;
    -err:
    -        if (nm.x != NULL)
    -		X509_NAME_free(nm.x);
    -	ASN1err(ASN1_F_X509_NAME_EX_D2I, ERR_R_NESTED_ASN1_ERROR);
    -	return 0;
    +    const unsigned char *p = *in, *q;
    +    union {
    +        STACK_OF(STACK_OF_X509_NAME_ENTRY) *s;
    +        ASN1_VALUE *a;
    +    } intname = {
    +        NULL
    +    };
    +    union {
    +        X509_NAME *x;
    +        ASN1_VALUE *a;
    +    } nm = {
    +        NULL
    +    };
    +    int i, j, ret;
    +    STACK_OF(X509_NAME_ENTRY) *entries;
    +    X509_NAME_ENTRY *entry;
    +    q = p;
    +
    +    /* Get internal representation of Name */
    +    ret = ASN1_item_ex_d2i(&intname.a,
    +                           &p, len, ASN1_ITEM_rptr(X509_NAME_INTERNAL),
    +                           tag, aclass, opt, ctx);
    +
    +    if (ret <= 0)
    +        return ret;
    +
    +    if (*val)
    +        x509_name_ex_free(val, NULL);
    +    if (!x509_name_ex_new(&nm.a, NULL))
    +        goto err;
    +    /* We've decoded it: now cache encoding */
    +    if (!BUF_MEM_grow(nm.x->bytes, p - q))
    +        goto err;
    +    memcpy(nm.x->bytes->data, q, p - q);
    +
    +    /* Convert internal representation to X509_NAME structure */
    +    for (i = 0; i < sk_STACK_OF_X509_NAME_ENTRY_num(intname.s); i++) {
    +        entries = sk_STACK_OF_X509_NAME_ENTRY_value(intname.s, i);
    +        for (j = 0; j < sk_X509_NAME_ENTRY_num(entries); j++) {
    +            entry = sk_X509_NAME_ENTRY_value(entries, j);
    +            entry->set = i;
    +            if (!sk_X509_NAME_ENTRY_push(nm.x->entries, entry))
    +                goto err;
    +        }
    +        sk_X509_NAME_ENTRY_free(entries);
    +    }
    +    sk_STACK_OF_X509_NAME_ENTRY_free(intname.s);
    +    ret = x509_name_canon(nm.x);
    +    if (!ret)
    +        goto err;
    +    nm.x->modified = 0;
    +    *val = nm.a;
    +    *in = p;
    +    return ret;
    + err:
    +    if (nm.x != NULL)
    +        X509_NAME_free(nm.x);
    +    ASN1err(ASN1_F_X509_NAME_EX_D2I, ERR_R_NESTED_ASN1_ERROR);
    +    return 0;
     }
     
    -static int x509_name_ex_i2d(ASN1_VALUE **val, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass)
    +static int x509_name_ex_i2d(ASN1_VALUE **val, unsigned char **out,
    +                            const ASN1_ITEM *it, int tag, int aclass)
     {
    -	int ret;
    -	X509_NAME *a = (X509_NAME *)*val;
    -	if(a->modified) {
    -		ret = x509_name_encode(a);
    -		if(ret < 0)
    -			return ret;
    -		ret = x509_name_canon(a);
    -		if(ret < 0)
    -			return ret;
    -	}
    -	ret = a->bytes->length;
    -	if(out != NULL) {
    -		memcpy(*out,a->bytes->data,ret);
    -		*out+=ret;
    -	}
    -	return ret;
    +    int ret;
    +    X509_NAME *a = (X509_NAME *)*val;
    +    if (a->modified) {
    +        ret = x509_name_encode(a);
    +        if (ret < 0)
    +            return ret;
    +        ret = x509_name_canon(a);
    +        if (ret < 0)
    +            return ret;
    +    }
    +    ret = a->bytes->length;
    +    if (out != NULL) {
    +        memcpy(*out, a->bytes->data, ret);
    +        *out += ret;
    +    }
    +    return ret;
     }
     
     static void local_sk_X509_NAME_ENTRY_free(STACK_OF(X509_NAME_ENTRY) *ne)
    -	{
    -	sk_X509_NAME_ENTRY_free(ne);
    -	}
    +{
    +    sk_X509_NAME_ENTRY_free(ne);
    +}
     
     static void local_sk_X509_NAME_ENTRY_pop_free(STACK_OF(X509_NAME_ENTRY) *ne)
    -	{
    -	sk_X509_NAME_ENTRY_pop_free(ne, X509_NAME_ENTRY_free);
    -	}
    +{
    +    sk_X509_NAME_ENTRY_pop_free(ne, X509_NAME_ENTRY_free);
    +}
     
     static int x509_name_encode(X509_NAME *a)
     {
    -	union { STACK_OF(STACK_OF_X509_NAME_ENTRY) *s;
    -		ASN1_VALUE *a; } intname = {NULL};
    -	int len;
    -	unsigned char *p;
    -	STACK_OF(X509_NAME_ENTRY) *entries = NULL;
    -	X509_NAME_ENTRY *entry;
    -	int i, set = -1;
    -	intname.s = sk_STACK_OF_X509_NAME_ENTRY_new_null();
    -	if(!intname.s) goto memerr;
    -	for(i = 0; i < sk_X509_NAME_ENTRY_num(a->entries); i++) {
    -		entry = sk_X509_NAME_ENTRY_value(a->entries, i);
    -		if(entry->set != set) {
    -			entries = sk_X509_NAME_ENTRY_new_null();
    -			if(!entries) goto memerr;
    -			if(!sk_STACK_OF_X509_NAME_ENTRY_push(intname.s,
    -							     entries))
    -				goto memerr;
    -			set = entry->set;
    -		}
    -		if(!sk_X509_NAME_ENTRY_push(entries, entry)) goto memerr;
    -	}
    -	len = ASN1_item_ex_i2d(&intname.a, NULL,
    -			       ASN1_ITEM_rptr(X509_NAME_INTERNAL), -1, -1);
    -	if (!BUF_MEM_grow(a->bytes,len)) goto memerr;
    -	p=(unsigned char *)a->bytes->data;
    -	ASN1_item_ex_i2d(&intname.a,
    -			 &p, ASN1_ITEM_rptr(X509_NAME_INTERNAL), -1, -1);
    -	sk_STACK_OF_X509_NAME_ENTRY_pop_free(intname.s,
    -					     local_sk_X509_NAME_ENTRY_free);
    -	a->modified = 0;
    -	return len;
    -memerr:
    -	sk_STACK_OF_X509_NAME_ENTRY_pop_free(intname.s,
    -					     local_sk_X509_NAME_ENTRY_free);
    -	ASN1err(ASN1_F_X509_NAME_ENCODE, ERR_R_MALLOC_FAILURE);
    -	return -1;
    +    union {
    +        STACK_OF(STACK_OF_X509_NAME_ENTRY) *s;
    +        ASN1_VALUE *a;
    +    } intname = {
    +        NULL
    +    };
    +    int len;
    +    unsigned char *p;
    +    STACK_OF(X509_NAME_ENTRY) *entries = NULL;
    +    X509_NAME_ENTRY *entry;
    +    int i, set = -1;
    +    intname.s = sk_STACK_OF_X509_NAME_ENTRY_new_null();
    +    if (!intname.s)
    +        goto memerr;
    +    for (i = 0; i < sk_X509_NAME_ENTRY_num(a->entries); i++) {
    +        entry = sk_X509_NAME_ENTRY_value(a->entries, i);
    +        if (entry->set != set) {
    +            entries = sk_X509_NAME_ENTRY_new_null();
    +            if (!entries)
    +                goto memerr;
    +            if (!sk_STACK_OF_X509_NAME_ENTRY_push(intname.s, entries))
    +                goto memerr;
    +            set = entry->set;
    +        }
    +        if (!sk_X509_NAME_ENTRY_push(entries, entry))
    +            goto memerr;
    +    }
    +    len = ASN1_item_ex_i2d(&intname.a, NULL,
    +                           ASN1_ITEM_rptr(X509_NAME_INTERNAL), -1, -1);
    +    if (!BUF_MEM_grow(a->bytes, len))
    +        goto memerr;
    +    p = (unsigned char *)a->bytes->data;
    +    ASN1_item_ex_i2d(&intname.a,
    +                     &p, ASN1_ITEM_rptr(X509_NAME_INTERNAL), -1, -1);
    +    sk_STACK_OF_X509_NAME_ENTRY_pop_free(intname.s,
    +                                         local_sk_X509_NAME_ENTRY_free);
    +    a->modified = 0;
    +    return len;
    + memerr:
    +    sk_STACK_OF_X509_NAME_ENTRY_pop_free(intname.s,
    +                                         local_sk_X509_NAME_ENTRY_free);
    +    ASN1err(ASN1_F_X509_NAME_ENCODE, ERR_R_MALLOC_FAILURE);
    +    return -1;
     }
     
     static int x509_name_ex_print(BIO *out, ASN1_VALUE **pval,
    -						int indent,
    -						const char *fname, 
    -						const ASN1_PCTX *pctx)
    -	{
    -	if (X509_NAME_print_ex(out, (X509_NAME *)*pval,
    -					indent, pctx->nm_flags) <= 0)
    -		return 0;
    -	return 2;
    -	}
    -
    -/* This function generates the canonical encoding of the Name structure.
    - * In it all strings are converted to UTF8, leading, trailing and
    - * multiple spaces collapsed, converted to lower case and the leading
    - * SEQUENCE header removed.
    - *
    - * In future we could also normalize the UTF8 too.
    - *
    - * By doing this comparison of Name structures can be rapidly
    - * perfomed by just using memcmp() of the canonical encoding.
    - * By omitting the leading SEQUENCE name constraints of type
    - * dirName can also be checked with a simple memcmp().
    +                              int indent,
    +                              const char *fname, const ASN1_PCTX *pctx)
    +{
    +    if (X509_NAME_print_ex(out, (X509_NAME *)*pval,
    +                           indent, pctx->nm_flags) <= 0)
    +        return 0;
    +    return 2;
    +}
    +
    +/*
    + * This function generates the canonical encoding of the Name structure. In
    + * it all strings are converted to UTF8, leading, trailing and multiple
    + * spaces collapsed, converted to lower case and the leading SEQUENCE header
    + * removed. In future we could also normalize the UTF8 too. By doing this
    + * comparison of Name structures can be rapidly perfomed by just using
    + * memcmp() of the canonical encoding. By omitting the leading SEQUENCE name
    + * constraints of type dirName can also be checked with a simple memcmp().
      */
     
     static int x509_name_canon(X509_NAME *a)
    -	{
    -	unsigned char *p;
    -	STACK_OF(STACK_OF_X509_NAME_ENTRY) *intname = NULL;
    -	STACK_OF(X509_NAME_ENTRY) *entries = NULL;
    -	X509_NAME_ENTRY *entry, *tmpentry = NULL;
    -	int i, set = -1, ret = 0;
    -
    -	if (a->canon_enc)
    -		{
    -		OPENSSL_free(a->canon_enc);
    -		a->canon_enc = NULL;
    -		}
    -	/* Special case: empty X509_NAME => null encoding */
    -	if (sk_X509_NAME_ENTRY_num(a->entries) == 0)
    -		{
    -		a->canon_enclen = 0;
    -		return 1;
    -		}
    -	intname = sk_STACK_OF_X509_NAME_ENTRY_new_null();
    -	if(!intname)
    -		goto err;
    -	for(i = 0; i < sk_X509_NAME_ENTRY_num(a->entries); i++)
    -		{
    -		entry = sk_X509_NAME_ENTRY_value(a->entries, i);
    -		if(entry->set != set)
    -			{
    -			entries = sk_X509_NAME_ENTRY_new_null();
    -			if(!entries)
    -				goto err;
    -			if(!sk_STACK_OF_X509_NAME_ENTRY_push(intname, entries))
    -				goto err;
    -			set = entry->set;
    -			}
    -		tmpentry = X509_NAME_ENTRY_new();
    -		tmpentry->object = OBJ_dup(entry->object);
    -		if (!asn1_string_canon(tmpentry->value, entry->value))
    -			goto err;
    -		if(!sk_X509_NAME_ENTRY_push(entries, tmpentry))
    -			goto err;
    -		tmpentry = NULL;
    -		}
    -
    -	/* Finally generate encoding */
    -
    -	a->canon_enclen = i2d_name_canon(intname, NULL);
    -
    -	p = OPENSSL_malloc(a->canon_enclen);
    -
    -	if (!p)
    -		goto err;
    -
    -	a->canon_enc = p;
    -
    -	i2d_name_canon(intname, &p);
    -
    -	ret = 1;
    -
    -	err:
    -
    -	if (tmpentry)
    -		X509_NAME_ENTRY_free(tmpentry);
    -	if (intname)
    -		sk_STACK_OF_X509_NAME_ENTRY_pop_free(intname,
    -					local_sk_X509_NAME_ENTRY_pop_free);
    -	return ret;
    -	}
    +{
    +    unsigned char *p;
    +    STACK_OF(STACK_OF_X509_NAME_ENTRY) *intname = NULL;
    +    STACK_OF(X509_NAME_ENTRY) *entries = NULL;
    +    X509_NAME_ENTRY *entry, *tmpentry = NULL;
    +    int i, set = -1, ret = 0;
    +
    +    if (a->canon_enc) {
    +        OPENSSL_free(a->canon_enc);
    +        a->canon_enc = NULL;
    +    }
    +    /* Special case: empty X509_NAME => null encoding */
    +    if (sk_X509_NAME_ENTRY_num(a->entries) == 0) {
    +        a->canon_enclen = 0;
    +        return 1;
    +    }
    +    intname = sk_STACK_OF_X509_NAME_ENTRY_new_null();
    +    if (!intname)
    +        goto err;
    +    for (i = 0; i < sk_X509_NAME_ENTRY_num(a->entries); i++) {
    +        entry = sk_X509_NAME_ENTRY_value(a->entries, i);
    +        if (entry->set != set) {
    +            entries = sk_X509_NAME_ENTRY_new_null();
    +            if (!entries)
    +                goto err;
    +            if (!sk_STACK_OF_X509_NAME_ENTRY_push(intname, entries))
    +                goto err;
    +            set = entry->set;
    +        }
    +        tmpentry = X509_NAME_ENTRY_new();
    +        if (!tmpentry)
    +            goto err;
    +        tmpentry->object = OBJ_dup(entry->object);
    +        if (!asn1_string_canon(tmpentry->value, entry->value))
    +            goto err;
    +        if (!sk_X509_NAME_ENTRY_push(entries, tmpentry))
    +            goto err;
    +        tmpentry = NULL;
    +    }
    +
    +    /* Finally generate encoding */
    +
    +    a->canon_enclen = i2d_name_canon(intname, NULL);
    +
    +    p = OPENSSL_malloc(a->canon_enclen);
    +
    +    if (!p)
    +        goto err;
    +
    +    a->canon_enc = p;
    +
    +    i2d_name_canon(intname, &p);
    +
    +    ret = 1;
    +
    + err:
    +
    +    if (tmpentry)
    +        X509_NAME_ENTRY_free(tmpentry);
    +    if (intname)
    +        sk_STACK_OF_X509_NAME_ENTRY_pop_free(intname,
    +                                             local_sk_X509_NAME_ENTRY_pop_free);
    +    return ret;
    +}
     
     /* Bitmap of all the types of string that will be canonicalized. */
     
    -#define ASN1_MASK_CANON	\
    -	(B_ASN1_UTF8STRING | B_ASN1_BMPSTRING | B_ASN1_UNIVERSALSTRING \
    -	| B_ASN1_PRINTABLESTRING | B_ASN1_T61STRING | B_ASN1_IA5STRING \
    -	| B_ASN1_VISIBLESTRING)
    -	
    +#define ASN1_MASK_CANON \
    +        (B_ASN1_UTF8STRING | B_ASN1_BMPSTRING | B_ASN1_UNIVERSALSTRING \
    +        | B_ASN1_PRINTABLESTRING | B_ASN1_T61STRING | B_ASN1_IA5STRING \
    +        | B_ASN1_VISIBLESTRING)
     
     static int asn1_string_canon(ASN1_STRING *out, ASN1_STRING *in)
    -	{
    -	unsigned char *to, *from;
    -	int len, i;
    -
    -	/* If type not in bitmask just copy string across */
    -	if (!(ASN1_tag2bit(in->type) & ASN1_MASK_CANON))
    -		{
    -		if (!ASN1_STRING_copy(out, in))
    -			return 0;
    -		return 1;
    -		}
    -
    -	out->type = V_ASN1_UTF8STRING;
    -	out->length = ASN1_STRING_to_UTF8(&out->data, in);
    -	if (out->length == -1)
    -		return 0;
    -
    -	to = out->data;
    -	from = to;
    -
    -	len = out->length;
    -
    -	/* Convert string in place to canonical form.
    -	 * Ultimately we may need to handle a wider range of characters
    -	 * but for now ignore anything with MSB set and rely on the
    -	 * isspace() and tolower() functions.
    -	 */
    -
    -	/* Ignore leading spaces */
    -	while((len > 0) && !(*from & 0x80) && isspace(*from))
    -		{
    -		from++;
    -		len--;
    -		}
    -
    -	to = from + len - 1;
    -
    -	/* Ignore trailing spaces */
    -	while ((len > 0) && !(*to & 0x80) && isspace(*to))
    -		{
    -		to--;
    -		len--;
    -		}
    -
    -	to = out->data;
    -
    -	i = 0;
    -	while(i < len)
    -		{
    -		/* If MSB set just copy across */
    -		if (*from & 0x80)
    -			{
    -			*to++ = *from++;
    -			i++;
    -			}
    -		/* Collapse multiple spaces */
    -		else if (isspace(*from))
    -			{
    -			/* Copy one space across */
    -			*to++ = ' ';
    -			/* Ignore subsequent spaces. Note: don't need to
    -			 * check len here because we know the last 
    -			 * character is a non-space so we can't overflow.
    -			 */
    -			do
    -				{
    -				from++;
    -				i++;
    -				}
    -			while(!(*from & 0x80) && isspace(*from));
    -			}
    -		else
    -			{
    -			*to++ = tolower(*from);
    -			from++;
    -			i++;
    -			}
    -		}
    -
    -	out->length = to - out->data;
    -
    -	return 1;
    -
    -	}
    -
    -static int i2d_name_canon(STACK_OF(STACK_OF_X509_NAME_ENTRY) *_intname,
    -			  unsigned char **in)
    -	{
    -	int i, len, ltmp;
    -	ASN1_VALUE *v;
    -	STACK_OF(ASN1_VALUE) *intname = (STACK_OF(ASN1_VALUE) *)_intname;
    -
    -	len = 0;
    -	for (i = 0; i < sk_ASN1_VALUE_num(intname); i++)
    -		{
    -		v = sk_ASN1_VALUE_value(intname, i);
    -		ltmp = ASN1_item_ex_i2d(&v, in,
    -			ASN1_ITEM_rptr(X509_NAME_ENTRIES), -1, -1);
    -		if (ltmp < 0)
    -			return ltmp;
    -		len += ltmp;
    -		}
    -	return len;
    -	}
    +{
    +    unsigned char *to, *from;
    +    int len, i;
    +
    +    /* If type not in bitmask just copy string across */
    +    if (!(ASN1_tag2bit(in->type) & ASN1_MASK_CANON)) {
    +        if (!ASN1_STRING_copy(out, in))
    +            return 0;
    +        return 1;
    +    }
    +
    +    out->type = V_ASN1_UTF8STRING;
    +    out->length = ASN1_STRING_to_UTF8(&out->data, in);
    +    if (out->length == -1)
    +        return 0;
    +
    +    to = out->data;
    +    from = to;
    +
    +    len = out->length;
    +
    +    /*
    +     * Convert string in place to canonical form. Ultimately we may need to
    +     * handle a wider range of characters but for now ignore anything with
    +     * MSB set and rely on the isspace() and tolower() functions.
    +     */
    +
    +    /* Ignore leading spaces */
    +    while ((len > 0) && !(*from & 0x80) && isspace(*from)) {
    +        from++;
    +        len--;
    +    }
    +
    +    to = from + len - 1;
    +
    +    /* Ignore trailing spaces */
    +    while ((len > 0) && !(*to & 0x80) && isspace(*to)) {
    +        to--;
    +        len--;
    +    }
    +
    +    to = out->data;
    +
    +    i = 0;
    +    while (i < len) {
    +        /* If MSB set just copy across */
    +        if (*from & 0x80) {
    +            *to++ = *from++;
    +            i++;
    +        }
    +        /* Collapse multiple spaces */
    +        else if (isspace(*from)) {
    +            /* Copy one space across */
    +            *to++ = ' ';
    +            /*
    +             * Ignore subsequent spaces. Note: don't need to check len here
    +             * because we know the last character is a non-space so we can't
    +             * overflow.
    +             */
    +            do {
    +                from++;
    +                i++;
    +            }
    +            while (!(*from & 0x80) && isspace(*from));
    +        } else {
    +            *to++ = tolower(*from);
    +            from++;
    +            i++;
    +        }
    +    }
    +
    +    out->length = to - out->data;
    +
    +    return 1;
    +
    +}
    +
    +static int i2d_name_canon(STACK_OF(STACK_OF_X509_NAME_ENTRY) * _intname,
    +                          unsigned char **in)
    +{
    +    int i, len, ltmp;
    +    ASN1_VALUE *v;
    +    STACK_OF(ASN1_VALUE) *intname = (STACK_OF(ASN1_VALUE) *)_intname;
    +
    +    len = 0;
    +    for (i = 0; i < sk_ASN1_VALUE_num(intname); i++) {
    +        v = sk_ASN1_VALUE_value(intname, i);
    +        ltmp = ASN1_item_ex_i2d(&v, in,
    +                                ASN1_ITEM_rptr(X509_NAME_ENTRIES), -1, -1);
    +        if (ltmp < 0)
    +            return ltmp;
    +        len += ltmp;
    +    }
    +    return len;
    +}
     
     int X509_NAME_set(X509_NAME **xn, X509_NAME *name)
    -	{
    -	X509_NAME *in;
    -
    -	if (!xn || !name) return(0);
    -
    -	if (*xn != name)
    -		{
    -		in=X509_NAME_dup(name);
    -		if (in != NULL)
    -			{
    -			X509_NAME_free(*xn);
    -			*xn=in;
    -			}
    -		}
    -	return(*xn != NULL);
    -	}
    -	
    +{
    +    X509_NAME *in;
    +
    +    if (!xn || !name)
    +        return (0);
    +
    +    if (*xn != name) {
    +        in = X509_NAME_dup(name);
    +        if (in != NULL) {
    +            X509_NAME_free(*xn);
    +            *xn = in;
    +        }
    +    }
    +    return (*xn != NULL);
    +}
    +
     IMPLEMENT_STACK_OF(X509_NAME_ENTRY)
    +
     IMPLEMENT_ASN1_SET_OF(X509_NAME_ENTRY)
    diff --git a/openssl/crypto/asn1/x_nx509.c b/openssl/crypto/asn1/x_nx509.c
    index fbd9a22db..5aa0ed58b 100644
    --- a/openssl/crypto/asn1/x_nx509.c
    +++ b/openssl/crypto/asn1/x_nx509.c
    @@ -1,6 +1,7 @@
     /* x_nx509.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2005.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2005.
      */
     /* ====================================================================
      * Copyright (c) 2005 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -64,9 +65,8 @@
     /* Old netscape certificate wrapper format */
     
     ASN1_SEQUENCE(NETSCAPE_X509) = {
    -	ASN1_SIMPLE(NETSCAPE_X509, header, ASN1_OCTET_STRING),
    -	ASN1_OPT(NETSCAPE_X509, cert, X509)
    +        ASN1_SIMPLE(NETSCAPE_X509, header, ASN1_OCTET_STRING),
    +        ASN1_OPT(NETSCAPE_X509, cert, X509)
     } ASN1_SEQUENCE_END(NETSCAPE_X509)
     
     IMPLEMENT_ASN1_FUNCTIONS(NETSCAPE_X509)
    -
    diff --git a/openssl/crypto/asn1/x_pkey.c b/openssl/crypto/asn1/x_pkey.c
    index 845361842..2da23e475 100644
    --- a/openssl/crypto/asn1/x_pkey.c
    +++ b/openssl/crypto/asn1/x_pkey.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -65,87 +65,89 @@
     
     /* need to implement */
     int i2d_X509_PKEY(X509_PKEY *a, unsigned char **pp)
    -	{
    -	return(0);
    -	}
    +{
    +    return (0);
    +}
     
     X509_PKEY *d2i_X509_PKEY(X509_PKEY **a, const unsigned char **pp, long length)
    -	{
    -	int i;
    -	M_ASN1_D2I_vars(a,X509_PKEY *,X509_PKEY_new);
    +{
    +    int i;
    +    M_ASN1_D2I_vars(a, X509_PKEY *, X509_PKEY_new);
     
    -	M_ASN1_D2I_Init();
    -	M_ASN1_D2I_start_sequence();
    -	M_ASN1_D2I_get_x(X509_ALGOR,ret->enc_algor,d2i_X509_ALGOR);
    -	M_ASN1_D2I_get_x(ASN1_OCTET_STRING,ret->enc_pkey,d2i_ASN1_OCTET_STRING);
    +    M_ASN1_D2I_Init();
    +    M_ASN1_D2I_start_sequence();
    +    M_ASN1_D2I_get_x(X509_ALGOR, ret->enc_algor, d2i_X509_ALGOR);
    +    M_ASN1_D2I_get_x(ASN1_OCTET_STRING, ret->enc_pkey, d2i_ASN1_OCTET_STRING);
     
    -	ret->cipher.cipher=EVP_get_cipherbyname(
    -		OBJ_nid2ln(OBJ_obj2nid(ret->enc_algor->algorithm)));
    -	if (ret->cipher.cipher == NULL)
    -		{
    -		c.error=ASN1_R_UNSUPPORTED_CIPHER;
    -		c.line=__LINE__;
    -		goto err;
    -		}
    -	if (ret->enc_algor->parameter->type == V_ASN1_OCTET_STRING) 
    -		{
    -		i=ret->enc_algor->parameter->value.octet_string->length;
    -		if (i > EVP_MAX_IV_LENGTH)
    -			{
    -			c.error=ASN1_R_IV_TOO_LARGE;
    -			c.line=__LINE__;
    -			goto err;
    -			}
    -		memcpy(ret->cipher.iv,
    -			ret->enc_algor->parameter->value.octet_string->data,i);
    -		}
    -	else
    -		memset(ret->cipher.iv,0,EVP_MAX_IV_LENGTH);
    -	M_ASN1_D2I_Finish(a,X509_PKEY_free,ASN1_F_D2I_X509_PKEY);
    -	}
    +    ret->cipher.cipher =
    +        EVP_get_cipherbyname(OBJ_nid2ln
    +                             (OBJ_obj2nid(ret->enc_algor->algorithm)));
    +    if (ret->cipher.cipher == NULL) {
    +        c.error = ASN1_R_UNSUPPORTED_CIPHER;
    +        c.line = __LINE__;
    +        goto err;
    +    }
    +    if (ret->enc_algor->parameter->type == V_ASN1_OCTET_STRING) {
    +        i = ret->enc_algor->parameter->value.octet_string->length;
    +        if (i > EVP_MAX_IV_LENGTH) {
    +            c.error = ASN1_R_IV_TOO_LARGE;
    +            c.line = __LINE__;
    +            goto err;
    +        }
    +        memcpy(ret->cipher.iv,
    +               ret->enc_algor->parameter->value.octet_string->data, i);
    +    } else
    +        memset(ret->cipher.iv, 0, EVP_MAX_IV_LENGTH);
    +    M_ASN1_D2I_Finish(a, X509_PKEY_free, ASN1_F_D2I_X509_PKEY);
    +}
     
     X509_PKEY *X509_PKEY_new(void)
    -	{
    -	X509_PKEY *ret=NULL;
    -	ASN1_CTX c;
    +{
    +    X509_PKEY *ret = NULL;
    +    ASN1_CTX c;
     
    -	M_ASN1_New_Malloc(ret,X509_PKEY);
    -	ret->version=0;
    -	M_ASN1_New(ret->enc_algor,X509_ALGOR_new);
    -	M_ASN1_New(ret->enc_pkey,M_ASN1_OCTET_STRING_new);
    -	ret->dec_pkey=NULL;
    -	ret->key_length=0;
    -	ret->key_data=NULL;
    -	ret->key_free=0;
    -	ret->cipher.cipher=NULL;
    -	memset(ret->cipher.iv,0,EVP_MAX_IV_LENGTH);
    -	ret->references=1;
    -	return(ret);
    -	M_ASN1_New_Error(ASN1_F_X509_PKEY_NEW);
    -	}
    +    M_ASN1_New_Malloc(ret, X509_PKEY);
    +    ret->version = 0;
    +    M_ASN1_New(ret->enc_algor, X509_ALGOR_new);
    +    M_ASN1_New(ret->enc_pkey, M_ASN1_OCTET_STRING_new);
    +    ret->dec_pkey = NULL;
    +    ret->key_length = 0;
    +    ret->key_data = NULL;
    +    ret->key_free = 0;
    +    ret->cipher.cipher = NULL;
    +    memset(ret->cipher.iv, 0, EVP_MAX_IV_LENGTH);
    +    ret->references = 1;
    +    return (ret);
    +    M_ASN1_New_Error(ASN1_F_X509_PKEY_NEW);
    +}
     
     void X509_PKEY_free(X509_PKEY *x)
    -	{
    -	int i;
    +{
    +    int i;
     
    -	if (x == NULL) return;
    +    if (x == NULL)
    +        return;
     
    -	i=CRYPTO_add(&x->references,-1,CRYPTO_LOCK_X509_PKEY);
    +    i = CRYPTO_add(&x->references, -1, CRYPTO_LOCK_X509_PKEY);
     #ifdef REF_PRINT
    -	REF_PRINT("X509_PKEY",x);
    +    REF_PRINT("X509_PKEY", x);
     #endif
    -	if (i > 0) return;
    +    if (i > 0)
    +        return;
     #ifdef REF_CHECK
    -	if (i < 0)
    -		{
    -		fprintf(stderr,"X509_PKEY_free, bad reference count\n");
    -		abort();
    -		}
    +    if (i < 0) {
    +        fprintf(stderr, "X509_PKEY_free, bad reference count\n");
    +        abort();
    +    }
     #endif
     
    -	if (x->enc_algor != NULL) X509_ALGOR_free(x->enc_algor);
    -	if (x->enc_pkey != NULL) M_ASN1_OCTET_STRING_free(x->enc_pkey);
    -	if (x->dec_pkey != NULL)EVP_PKEY_free(x->dec_pkey);
    -	if ((x->key_data != NULL) && (x->key_free)) OPENSSL_free(x->key_data);
    -	OPENSSL_free(x);
    -	}
    +    if (x->enc_algor != NULL)
    +        X509_ALGOR_free(x->enc_algor);
    +    if (x->enc_pkey != NULL)
    +        M_ASN1_OCTET_STRING_free(x->enc_pkey);
    +    if (x->dec_pkey != NULL)
    +        EVP_PKEY_free(x->dec_pkey);
    +    if ((x->key_data != NULL) && (x->key_free))
    +        OPENSSL_free(x->key_data);
    +    OPENSSL_free(x);
    +}
    diff --git a/openssl/crypto/asn1/x_pubkey.c b/openssl/crypto/asn1/x_pubkey.c
    index b649e1fcf..4b682018c 100644
    --- a/openssl/crypto/asn1/x_pubkey.c
    +++ b/openssl/crypto/asn1/x_pubkey.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,324 +62,310 @@
     #include 
     #include "asn1_locl.h"
     #ifndef OPENSSL_NO_RSA
    -#include 
    +# include 
     #endif
     #ifndef OPENSSL_NO_DSA
    -#include 
    +# include 
     #endif
     
     /* Minor tweak to operation: free up EVP_PKEY */
     static int pubkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
    -			void *exarg)
    -	{
    -	if (operation == ASN1_OP_FREE_POST)
    -		{
    -		X509_PUBKEY *pubkey = (X509_PUBKEY *)*pval;
    -		EVP_PKEY_free(pubkey->pkey);
    -		}
    -	return 1;
    -	}
    +                     void *exarg)
    +{
    +    if (operation == ASN1_OP_FREE_POST) {
    +        X509_PUBKEY *pubkey = (X509_PUBKEY *)*pval;
    +        EVP_PKEY_free(pubkey->pkey);
    +    }
    +    return 1;
    +}
     
     ASN1_SEQUENCE_cb(X509_PUBKEY, pubkey_cb) = {
    -	ASN1_SIMPLE(X509_PUBKEY, algor, X509_ALGOR),
    -	ASN1_SIMPLE(X509_PUBKEY, public_key, ASN1_BIT_STRING)
    +        ASN1_SIMPLE(X509_PUBKEY, algor, X509_ALGOR),
    +        ASN1_SIMPLE(X509_PUBKEY, public_key, ASN1_BIT_STRING)
     } ASN1_SEQUENCE_END_cb(X509_PUBKEY, X509_PUBKEY)
     
     IMPLEMENT_ASN1_FUNCTIONS(X509_PUBKEY)
     
     int X509_PUBKEY_set(X509_PUBKEY **x, EVP_PKEY *pkey)
    -	{
    -	X509_PUBKEY *pk=NULL;
    -
    -	if (x == NULL) return(0);
    -
    -	if ((pk=X509_PUBKEY_new()) == NULL) goto error;
    -
    -	if (pkey->ameth)
    -		{
    -		if (pkey->ameth->pub_encode)
    -			{
    -			if (!pkey->ameth->pub_encode(pk, pkey))
    -				{
    -				X509err(X509_F_X509_PUBKEY_SET,
    -					X509_R_PUBLIC_KEY_ENCODE_ERROR);
    -				goto error;
    -				}
    -			}
    -		else
    -			{
    -			X509err(X509_F_X509_PUBKEY_SET,
    -				X509_R_METHOD_NOT_SUPPORTED);
    -			goto error;
    -			}
    -		}
    -	else
    -		{
    -		X509err(X509_F_X509_PUBKEY_SET,X509_R_UNSUPPORTED_ALGORITHM);
    -		goto error;
    -		}
    -
    -	if (*x != NULL)
    -		X509_PUBKEY_free(*x);
    -
    -	*x=pk;
    -
    -	return 1;
    -error:
    -	if (pk != NULL) X509_PUBKEY_free(pk);
    -	return 0;
    -	}
    +{
    +    X509_PUBKEY *pk = NULL;
    +
    +    if (x == NULL)
    +        return (0);
    +
    +    if ((pk = X509_PUBKEY_new()) == NULL)
    +        goto error;
    +
    +    if (pkey->ameth) {
    +        if (pkey->ameth->pub_encode) {
    +            if (!pkey->ameth->pub_encode(pk, pkey)) {
    +                X509err(X509_F_X509_PUBKEY_SET,
    +                        X509_R_PUBLIC_KEY_ENCODE_ERROR);
    +                goto error;
    +            }
    +        } else {
    +            X509err(X509_F_X509_PUBKEY_SET, X509_R_METHOD_NOT_SUPPORTED);
    +            goto error;
    +        }
    +    } else {
    +        X509err(X509_F_X509_PUBKEY_SET, X509_R_UNSUPPORTED_ALGORITHM);
    +        goto error;
    +    }
    +
    +    if (*x != NULL)
    +        X509_PUBKEY_free(*x);
    +
    +    *x = pk;
    +
    +    return 1;
    + error:
    +    if (pk != NULL)
    +        X509_PUBKEY_free(pk);
    +    return 0;
    +}
     
     EVP_PKEY *X509_PUBKEY_get(X509_PUBKEY *key)
    -	{
    -	EVP_PKEY *ret=NULL;
    -
    -	if (key == NULL) goto error;
    -
    -	if (key->pkey != NULL)
    -		{
    -		CRYPTO_add(&key->pkey->references, 1, CRYPTO_LOCK_EVP_PKEY);
    -		return key->pkey;
    -		}
    -
    -	if (key->public_key == NULL) goto error;
    -
    -	if ((ret = EVP_PKEY_new()) == NULL)
    -		{
    -		X509err(X509_F_X509_PUBKEY_GET, ERR_R_MALLOC_FAILURE);
    -		goto error;
    -		}
    -
    -	if (!EVP_PKEY_set_type(ret, OBJ_obj2nid(key->algor->algorithm)))
    -		{
    -		X509err(X509_F_X509_PUBKEY_GET,X509_R_UNSUPPORTED_ALGORITHM);
    -		goto error;
    -		}
    -
    -	if (ret->ameth->pub_decode)
    -		{
    -		if (!ret->ameth->pub_decode(ret, key))
    -			{
    -			X509err(X509_F_X509_PUBKEY_GET,
    -						X509_R_PUBLIC_KEY_DECODE_ERROR);
    -			goto error;
    -			}
    -		}
    -	else
    -		{
    -		X509err(X509_F_X509_PUBKEY_GET, X509_R_METHOD_NOT_SUPPORTED);
    -		goto error;
    -		}
    -
    -	/* Check to see if another thread set key->pkey first */
    -	CRYPTO_w_lock(CRYPTO_LOCK_EVP_PKEY);
    -	if (key->pkey)
    -		{
    -		CRYPTO_w_unlock(CRYPTO_LOCK_EVP_PKEY);
    -		EVP_PKEY_free(ret);
    -		ret = key->pkey;
    -		}
    -	else
    -		{
    -		key->pkey = ret;
    -		CRYPTO_w_unlock(CRYPTO_LOCK_EVP_PKEY);
    -		}
    -	CRYPTO_add(&ret->references, 1, CRYPTO_LOCK_EVP_PKEY);
    -
    -	return ret;
    -
    -	error:
    -	if (ret != NULL)
    -		EVP_PKEY_free(ret);
    -	return(NULL);
    -	}
    -
    -/* Now two pseudo ASN1 routines that take an EVP_PKEY structure
    - * and encode or decode as X509_PUBKEY
    +{
    +    EVP_PKEY *ret = NULL;
    +
    +    if (key == NULL)
    +        goto error;
    +
    +    if (key->pkey != NULL) {
    +        CRYPTO_add(&key->pkey->references, 1, CRYPTO_LOCK_EVP_PKEY);
    +        return key->pkey;
    +    }
    +
    +    if (key->public_key == NULL)
    +        goto error;
    +
    +    if ((ret = EVP_PKEY_new()) == NULL) {
    +        X509err(X509_F_X509_PUBKEY_GET, ERR_R_MALLOC_FAILURE);
    +        goto error;
    +    }
    +
    +    if (!EVP_PKEY_set_type(ret, OBJ_obj2nid(key->algor->algorithm))) {
    +        X509err(X509_F_X509_PUBKEY_GET, X509_R_UNSUPPORTED_ALGORITHM);
    +        goto error;
    +    }
    +
    +    if (ret->ameth->pub_decode) {
    +        if (!ret->ameth->pub_decode(ret, key)) {
    +            X509err(X509_F_X509_PUBKEY_GET, X509_R_PUBLIC_KEY_DECODE_ERROR);
    +            goto error;
    +        }
    +    } else {
    +        X509err(X509_F_X509_PUBKEY_GET, X509_R_METHOD_NOT_SUPPORTED);
    +        goto error;
    +    }
    +
    +    /* Check to see if another thread set key->pkey first */
    +    CRYPTO_w_lock(CRYPTO_LOCK_EVP_PKEY);
    +    if (key->pkey) {
    +        CRYPTO_w_unlock(CRYPTO_LOCK_EVP_PKEY);
    +        EVP_PKEY_free(ret);
    +        ret = key->pkey;
    +    } else {
    +        key->pkey = ret;
    +        CRYPTO_w_unlock(CRYPTO_LOCK_EVP_PKEY);
    +    }
    +    CRYPTO_add(&ret->references, 1, CRYPTO_LOCK_EVP_PKEY);
    +
    +    return ret;
    +
    + error:
    +    if (ret != NULL)
    +        EVP_PKEY_free(ret);
    +    return (NULL);
    +}
    +
    +/*
    + * Now two pseudo ASN1 routines that take an EVP_PKEY structure and encode or
    + * decode as X509_PUBKEY
      */
     
    -EVP_PKEY *d2i_PUBKEY(EVP_PKEY **a, const unsigned char **pp,
    -	     long length)
    -	{
    -	X509_PUBKEY *xpk;
    -	EVP_PKEY *pktmp;
    -	xpk = d2i_X509_PUBKEY(NULL, pp, length);
    -	if(!xpk) return NULL;
    -	pktmp = X509_PUBKEY_get(xpk);
    -	X509_PUBKEY_free(xpk);
    -	if(!pktmp) return NULL;
    -	if(a)
    -		{
    -		EVP_PKEY_free(*a);
    -		*a = pktmp;
    -		}
    -	return pktmp;
    -	}
    +EVP_PKEY *d2i_PUBKEY(EVP_PKEY **a, const unsigned char **pp, long length)
    +{
    +    X509_PUBKEY *xpk;
    +    EVP_PKEY *pktmp;
    +    xpk = d2i_X509_PUBKEY(NULL, pp, length);
    +    if (!xpk)
    +        return NULL;
    +    pktmp = X509_PUBKEY_get(xpk);
    +    X509_PUBKEY_free(xpk);
    +    if (!pktmp)
    +        return NULL;
    +    if (a) {
    +        EVP_PKEY_free(*a);
    +        *a = pktmp;
    +    }
    +    return pktmp;
    +}
     
     int i2d_PUBKEY(EVP_PKEY *a, unsigned char **pp)
    -	{
    -	X509_PUBKEY *xpk=NULL;
    -	int ret;
    -	if(!a) return 0;
    -	if(!X509_PUBKEY_set(&xpk, a)) return 0;
    -	ret = i2d_X509_PUBKEY(xpk, pp);
    -	X509_PUBKEY_free(xpk);
    -	return ret;
    -	}
    -
    -/* The following are equivalents but which return RSA and DSA
    - * keys
    +{
    +    X509_PUBKEY *xpk = NULL;
    +    int ret;
    +    if (!a)
    +        return 0;
    +    if (!X509_PUBKEY_set(&xpk, a))
    +        return 0;
    +    ret = i2d_X509_PUBKEY(xpk, pp);
    +    X509_PUBKEY_free(xpk);
    +    return ret;
    +}
    +
    +/*
    + * The following are equivalents but which return RSA and DSA keys
      */
     #ifndef OPENSSL_NO_RSA
    -RSA *d2i_RSA_PUBKEY(RSA **a, const unsigned char **pp,
    -	     long length)
    -	{
    -	EVP_PKEY *pkey;
    -	RSA *key;
    -	const unsigned char *q;
    -	q = *pp;
    -	pkey = d2i_PUBKEY(NULL, &q, length);
    -	if (!pkey) return NULL;
    -	key = EVP_PKEY_get1_RSA(pkey);
    -	EVP_PKEY_free(pkey);
    -	if (!key) return NULL;
    -	*pp = q;
    -	if (a)
    -		{
    -		RSA_free(*a);
    -		*a = key;
    -		}
    -	return key;
    -	}
    +RSA *d2i_RSA_PUBKEY(RSA **a, const unsigned char **pp, long length)
    +{
    +    EVP_PKEY *pkey;
    +    RSA *key;
    +    const unsigned char *q;
    +    q = *pp;
    +    pkey = d2i_PUBKEY(NULL, &q, length);
    +    if (!pkey)
    +        return NULL;
    +    key = EVP_PKEY_get1_RSA(pkey);
    +    EVP_PKEY_free(pkey);
    +    if (!key)
    +        return NULL;
    +    *pp = q;
    +    if (a) {
    +        RSA_free(*a);
    +        *a = key;
    +    }
    +    return key;
    +}
     
     int i2d_RSA_PUBKEY(RSA *a, unsigned char **pp)
    -	{
    -	EVP_PKEY *pktmp;
    -	int ret;
    -	if (!a) return 0;
    -	pktmp = EVP_PKEY_new();
    -	if (!pktmp)
    -		{
    -		ASN1err(ASN1_F_I2D_RSA_PUBKEY, ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	EVP_PKEY_set1_RSA(pktmp, a);
    -	ret = i2d_PUBKEY(pktmp, pp);
    -	EVP_PKEY_free(pktmp);
    -	return ret;
    -	}
    +{
    +    EVP_PKEY *pktmp;
    +    int ret;
    +    if (!a)
    +        return 0;
    +    pktmp = EVP_PKEY_new();
    +    if (!pktmp) {
    +        ASN1err(ASN1_F_I2D_RSA_PUBKEY, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    EVP_PKEY_set1_RSA(pktmp, a);
    +    ret = i2d_PUBKEY(pktmp, pp);
    +    EVP_PKEY_free(pktmp);
    +    return ret;
    +}
     #endif
     
     #ifndef OPENSSL_NO_DSA
    -DSA *d2i_DSA_PUBKEY(DSA **a, const unsigned char **pp,
    -	     long length)
    -	{
    -	EVP_PKEY *pkey;
    -	DSA *key;
    -	const unsigned char *q;
    -	q = *pp;
    -	pkey = d2i_PUBKEY(NULL, &q, length);
    -	if (!pkey) return NULL;
    -	key = EVP_PKEY_get1_DSA(pkey);
    -	EVP_PKEY_free(pkey);
    -	if (!key) return NULL;
    -	*pp = q;
    -	if (a)
    -		{
    -		DSA_free(*a);
    -		*a = key;
    -		}
    -	return key;
    -	}
    +DSA *d2i_DSA_PUBKEY(DSA **a, const unsigned char **pp, long length)
    +{
    +    EVP_PKEY *pkey;
    +    DSA *key;
    +    const unsigned char *q;
    +    q = *pp;
    +    pkey = d2i_PUBKEY(NULL, &q, length);
    +    if (!pkey)
    +        return NULL;
    +    key = EVP_PKEY_get1_DSA(pkey);
    +    EVP_PKEY_free(pkey);
    +    if (!key)
    +        return NULL;
    +    *pp = q;
    +    if (a) {
    +        DSA_free(*a);
    +        *a = key;
    +    }
    +    return key;
    +}
     
     int i2d_DSA_PUBKEY(DSA *a, unsigned char **pp)
    -	{
    -	EVP_PKEY *pktmp;
    -	int ret;
    -	if(!a) return 0;
    -	pktmp = EVP_PKEY_new();
    -	if(!pktmp)
    -		{
    -		ASN1err(ASN1_F_I2D_DSA_PUBKEY, ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	EVP_PKEY_set1_DSA(pktmp, a);
    -	ret = i2d_PUBKEY(pktmp, pp);
    -	EVP_PKEY_free(pktmp);
    -	return ret;
    -	}
    +{
    +    EVP_PKEY *pktmp;
    +    int ret;
    +    if (!a)
    +        return 0;
    +    pktmp = EVP_PKEY_new();
    +    if (!pktmp) {
    +        ASN1err(ASN1_F_I2D_DSA_PUBKEY, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    EVP_PKEY_set1_DSA(pktmp, a);
    +    ret = i2d_PUBKEY(pktmp, pp);
    +    EVP_PKEY_free(pktmp);
    +    return ret;
    +}
     #endif
     
     #ifndef OPENSSL_NO_EC
     EC_KEY *d2i_EC_PUBKEY(EC_KEY **a, const unsigned char **pp, long length)
    -	{
    -	EVP_PKEY *pkey;
    -	EC_KEY *key;
    -	const unsigned char *q;
    -	q = *pp;
    -	pkey = d2i_PUBKEY(NULL, &q, length);
    -	if (!pkey) return(NULL);
    -	key = EVP_PKEY_get1_EC_KEY(pkey);
    -	EVP_PKEY_free(pkey);
    -	if (!key)  return(NULL);
    -	*pp = q;
    -	if (a)
    -		{
    -		EC_KEY_free(*a);
    -		*a = key;
    -		}
    -	return(key);
    -	}
    +{
    +    EVP_PKEY *pkey;
    +    EC_KEY *key;
    +    const unsigned char *q;
    +    q = *pp;
    +    pkey = d2i_PUBKEY(NULL, &q, length);
    +    if (!pkey)
    +        return (NULL);
    +    key = EVP_PKEY_get1_EC_KEY(pkey);
    +    EVP_PKEY_free(pkey);
    +    if (!key)
    +        return (NULL);
    +    *pp = q;
    +    if (a) {
    +        EC_KEY_free(*a);
    +        *a = key;
    +    }
    +    return (key);
    +}
     
     int i2d_EC_PUBKEY(EC_KEY *a, unsigned char **pp)
    -	{
    -	EVP_PKEY *pktmp;
    -	int ret;
    -	if (!a)	return(0);
    -	if ((pktmp = EVP_PKEY_new()) == NULL)
    -		{
    -		ASN1err(ASN1_F_I2D_EC_PUBKEY, ERR_R_MALLOC_FAILURE);
    -		return(0);
    -		}
    -	EVP_PKEY_set1_EC_KEY(pktmp, a);
    -	ret = i2d_PUBKEY(pktmp, pp);
    -	EVP_PKEY_free(pktmp);
    -	return(ret);
    -	}
    +{
    +    EVP_PKEY *pktmp;
    +    int ret;
    +    if (!a)
    +        return (0);
    +    if ((pktmp = EVP_PKEY_new()) == NULL) {
    +        ASN1err(ASN1_F_I2D_EC_PUBKEY, ERR_R_MALLOC_FAILURE);
    +        return (0);
    +    }
    +    EVP_PKEY_set1_EC_KEY(pktmp, a);
    +    ret = i2d_PUBKEY(pktmp, pp);
    +    EVP_PKEY_free(pktmp);
    +    return (ret);
    +}
     #endif
     
     int X509_PUBKEY_set0_param(X509_PUBKEY *pub, ASN1_OBJECT *aobj,
    -					int ptype, void *pval,
    -					unsigned char *penc, int penclen)
    -	{
    -	if (!X509_ALGOR_set0(pub->algor, aobj, ptype, pval))
    -		return 0;
    -	if (penc)
    -		{
    -		if (pub->public_key->data)
    -			OPENSSL_free(pub->public_key->data);
    -		pub->public_key->data = penc;
    -		pub->public_key->length = penclen;
    -  		/* Set number of unused bits to zero */
    -		pub->public_key->flags&= ~(ASN1_STRING_FLAG_BITS_LEFT|0x07);
    -		pub->public_key->flags|=ASN1_STRING_FLAG_BITS_LEFT;
    -		}
    -	return 1;
    -	}
    +                           int ptype, void *pval,
    +                           unsigned char *penc, int penclen)
    +{
    +    if (!X509_ALGOR_set0(pub->algor, aobj, ptype, pval))
    +        return 0;
    +    if (penc) {
    +        if (pub->public_key->data)
    +            OPENSSL_free(pub->public_key->data);
    +        pub->public_key->data = penc;
    +        pub->public_key->length = penclen;
    +        /* Set number of unused bits to zero */
    +        pub->public_key->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07);
    +        pub->public_key->flags |= ASN1_STRING_FLAG_BITS_LEFT;
    +    }
    +    return 1;
    +}
     
     int X509_PUBKEY_get0_param(ASN1_OBJECT **ppkalg,
    -		const unsigned char **pk, int *ppklen,
    -		X509_ALGOR **pa,
    -		X509_PUBKEY *pub)
    -	{
    -	if (ppkalg)
    -		*ppkalg = pub->algor->algorithm;
    -	if (pk)
    -		{
    -		*pk = pub->public_key->data;
    -		*ppklen = pub->public_key->length;
    -		}
    -	if (pa)
    -		*pa = pub->algor;
    -	return 1;
    -	}
    +                           const unsigned char **pk, int *ppklen,
    +                           X509_ALGOR **pa, X509_PUBKEY *pub)
    +{
    +    if (ppkalg)
    +        *ppkalg = pub->algor->algorithm;
    +    if (pk) {
    +        *pk = pub->public_key->data;
    +        *ppklen = pub->public_key->length;
    +    }
    +    if (pa)
    +        *pa = pub->algor;
    +    return 1;
    +}
    diff --git a/openssl/crypto/asn1/x_req.c b/openssl/crypto/asn1/x_req.c
    index d57555827..ae293aa0c 100644
    --- a/openssl/crypto/asn1/x_req.c
    +++ b/openssl/crypto/asn1/x_req.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,12 +61,13 @@
     #include 
     #include 
     
    -/* X509_REQ_INFO is handled in an unusual way to get round
    +/*-
    + * X509_REQ_INFO is handled in an unusual way to get round
      * invalid encodings. Some broken certificate requests don't
      * encode the attributes field if it is empty. This is in
      * violation of PKCS#10 but we need to tolerate it. We do
      * this by making the attributes field OPTIONAL then using
    - * the callback to initialise it to an empty STACK. 
    + * the callback to initialise it to an empty STACK.
      *
      * This means that the field will be correctly encoded unless
      * we NULL out the field.
    @@ -80,34 +81,36 @@
      */
     
     static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
    -							void *exarg)
    +                   void *exarg)
     {
    -	X509_REQ_INFO *rinf = (X509_REQ_INFO *)*pval;
    +    X509_REQ_INFO *rinf = (X509_REQ_INFO *)*pval;
     
    -	if(operation == ASN1_OP_NEW_POST) {
    -		rinf->attributes = sk_X509_ATTRIBUTE_new_null();
    -		if(!rinf->attributes) return 0;
    -	}
    -	return 1;
    +    if (operation == ASN1_OP_NEW_POST) {
    +        rinf->attributes = sk_X509_ATTRIBUTE_new_null();
    +        if (!rinf->attributes)
    +            return 0;
    +    }
    +    return 1;
     }
     
     ASN1_SEQUENCE_enc(X509_REQ_INFO, enc, rinf_cb) = {
    -	ASN1_SIMPLE(X509_REQ_INFO, version, ASN1_INTEGER),
    -	ASN1_SIMPLE(X509_REQ_INFO, subject, X509_NAME),
    -	ASN1_SIMPLE(X509_REQ_INFO, pubkey, X509_PUBKEY),
    -	/* This isn't really OPTIONAL but it gets round invalid
    -	 * encodings
    -	 */
    -	ASN1_IMP_SET_OF_OPT(X509_REQ_INFO, attributes, X509_ATTRIBUTE, 0)
    +        ASN1_SIMPLE(X509_REQ_INFO, version, ASN1_INTEGER),
    +        ASN1_SIMPLE(X509_REQ_INFO, subject, X509_NAME),
    +        ASN1_SIMPLE(X509_REQ_INFO, pubkey, X509_PUBKEY),
    +        /* This isn't really OPTIONAL but it gets round invalid
    +         * encodings
    +         */
    +        ASN1_IMP_SET_OF_OPT(X509_REQ_INFO, attributes, X509_ATTRIBUTE, 0)
     } ASN1_SEQUENCE_END_enc(X509_REQ_INFO, X509_REQ_INFO)
     
     IMPLEMENT_ASN1_FUNCTIONS(X509_REQ_INFO)
     
     ASN1_SEQUENCE_ref(X509_REQ, 0, CRYPTO_LOCK_X509_REQ) = {
    -	ASN1_SIMPLE(X509_REQ, req_info, X509_REQ_INFO),
    -	ASN1_SIMPLE(X509_REQ, sig_alg, X509_ALGOR),
    -	ASN1_SIMPLE(X509_REQ, signature, ASN1_BIT_STRING)
    +        ASN1_SIMPLE(X509_REQ, req_info, X509_REQ_INFO),
    +        ASN1_SIMPLE(X509_REQ, sig_alg, X509_ALGOR),
    +        ASN1_SIMPLE(X509_REQ, signature, ASN1_BIT_STRING)
     } ASN1_SEQUENCE_END_ref(X509_REQ, X509_REQ)
     
     IMPLEMENT_ASN1_FUNCTIONS(X509_REQ)
    +
     IMPLEMENT_ASN1_DUP_FUNCTION(X509_REQ)
    diff --git a/openssl/crypto/asn1/x_sig.c b/openssl/crypto/asn1/x_sig.c
    index 42efa86c1..dd33720c1 100644
    --- a/openssl/crypto/asn1/x_sig.c
    +++ b/openssl/crypto/asn1/x_sig.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,8 +62,8 @@
     #include 
     
     ASN1_SEQUENCE(X509_SIG) = {
    -	ASN1_SIMPLE(X509_SIG, algor, X509_ALGOR),
    -	ASN1_SIMPLE(X509_SIG, digest, ASN1_OCTET_STRING)
    +        ASN1_SIMPLE(X509_SIG, algor, X509_ALGOR),
    +        ASN1_SIMPLE(X509_SIG, digest, ASN1_OCTET_STRING)
     } ASN1_SEQUENCE_END(X509_SIG)
     
     IMPLEMENT_ASN1_FUNCTIONS(X509_SIG)
    diff --git a/openssl/crypto/asn1/x_spki.c b/openssl/crypto/asn1/x_spki.c
    index 2aece077c..1df6b87d2 100644
    --- a/openssl/crypto/asn1/x_spki.c
    +++ b/openssl/crypto/asn1/x_spki.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,15 +49,16 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
     
    - /* This module was send to me my Pat Richards  who
    -  * wrote it.  It is under my Copyright with his permission
    + /*
    +  * This module was send to me my Pat Richards  who wrote it.
    +  * It is under my Copyright with his permission
       */
     
     #include 
    @@ -66,16 +67,16 @@
     #include 
     
     ASN1_SEQUENCE(NETSCAPE_SPKAC) = {
    -	ASN1_SIMPLE(NETSCAPE_SPKAC, pubkey, X509_PUBKEY),
    -	ASN1_SIMPLE(NETSCAPE_SPKAC, challenge, ASN1_IA5STRING)
    +        ASN1_SIMPLE(NETSCAPE_SPKAC, pubkey, X509_PUBKEY),
    +        ASN1_SIMPLE(NETSCAPE_SPKAC, challenge, ASN1_IA5STRING)
     } ASN1_SEQUENCE_END(NETSCAPE_SPKAC)
     
     IMPLEMENT_ASN1_FUNCTIONS(NETSCAPE_SPKAC)
     
     ASN1_SEQUENCE(NETSCAPE_SPKI) = {
    -	ASN1_SIMPLE(NETSCAPE_SPKI, spkac, NETSCAPE_SPKAC),
    -	ASN1_SIMPLE(NETSCAPE_SPKI, sig_algor, X509_ALGOR),
    -	ASN1_SIMPLE(NETSCAPE_SPKI, signature, ASN1_BIT_STRING)
    +        ASN1_SIMPLE(NETSCAPE_SPKI, spkac, NETSCAPE_SPKAC),
    +        ASN1_SIMPLE(NETSCAPE_SPKI, sig_algor, X509_ALGOR),
    +        ASN1_SIMPLE(NETSCAPE_SPKI, signature, ASN1_BIT_STRING)
     } ASN1_SEQUENCE_END(NETSCAPE_SPKI)
     
     IMPLEMENT_ASN1_FUNCTIONS(NETSCAPE_SPKI)
    diff --git a/openssl/crypto/asn1/x_val.c b/openssl/crypto/asn1/x_val.c
    index dc17c6775..ee75a1e25 100644
    --- a/openssl/crypto/asn1/x_val.c
    +++ b/openssl/crypto/asn1/x_val.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,8 +62,8 @@
     #include 
     
     ASN1_SEQUENCE(X509_VAL) = {
    -	ASN1_SIMPLE(X509_VAL, notBefore, ASN1_TIME),
    -	ASN1_SIMPLE(X509_VAL, notAfter, ASN1_TIME)
    +        ASN1_SIMPLE(X509_VAL, notBefore, ASN1_TIME),
    +        ASN1_SIMPLE(X509_VAL, notAfter, ASN1_TIME)
     } ASN1_SEQUENCE_END(X509_VAL)
     
     IMPLEMENT_ASN1_FUNCTIONS(X509_VAL)
    diff --git a/openssl/crypto/asn1/x_x509.c b/openssl/crypto/asn1/x_x509.c
    index de3df9eb5..cd838e01c 100644
    --- a/openssl/crypto/asn1/x_x509.c
    +++ b/openssl/crypto/asn1/x_x509.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -64,16 +64,16 @@
     #include 
     
     ASN1_SEQUENCE_enc(X509_CINF, enc, 0) = {
    -	ASN1_EXP_OPT(X509_CINF, version, ASN1_INTEGER, 0),
    -	ASN1_SIMPLE(X509_CINF, serialNumber, ASN1_INTEGER),
    -	ASN1_SIMPLE(X509_CINF, signature, X509_ALGOR),
    -	ASN1_SIMPLE(X509_CINF, issuer, X509_NAME),
    -	ASN1_SIMPLE(X509_CINF, validity, X509_VAL),
    -	ASN1_SIMPLE(X509_CINF, subject, X509_NAME),
    -	ASN1_SIMPLE(X509_CINF, key, X509_PUBKEY),
    -	ASN1_IMP_OPT(X509_CINF, issuerUID, ASN1_BIT_STRING, 1),
    -	ASN1_IMP_OPT(X509_CINF, subjectUID, ASN1_BIT_STRING, 2),
    -	ASN1_EXP_SEQUENCE_OF_OPT(X509_CINF, extensions, X509_EXTENSION, 3)
    +        ASN1_EXP_OPT(X509_CINF, version, ASN1_INTEGER, 0),
    +        ASN1_SIMPLE(X509_CINF, serialNumber, ASN1_INTEGER),
    +        ASN1_SIMPLE(X509_CINF, signature, X509_ALGOR),
    +        ASN1_SIMPLE(X509_CINF, issuer, X509_NAME),
    +        ASN1_SIMPLE(X509_CINF, validity, X509_VAL),
    +        ASN1_SIMPLE(X509_CINF, subject, X509_NAME),
    +        ASN1_SIMPLE(X509_CINF, key, X509_PUBKEY),
    +        ASN1_IMP_OPT(X509_CINF, issuerUID, ASN1_BIT_STRING, 1),
    +        ASN1_IMP_OPT(X509_CINF, subjectUID, ASN1_BIT_STRING, 2),
    +        ASN1_EXP_SEQUENCE_OF_OPT(X509_CINF, extensions, X509_EXTENSION, 3)
     } ASN1_SEQUENCE_END_enc(X509_CINF, X509_CINF)
     
     IMPLEMENT_ASN1_FUNCTIONS(X509_CINF)
    @@ -82,113 +82,139 @@ IMPLEMENT_ASN1_FUNCTIONS(X509_CINF)
     extern void policy_cache_free(X509_POLICY_CACHE *cache);
     
     static int x509_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
    -								void *exarg)
    +                   void *exarg)
     {
    -	X509 *ret = (X509 *)*pval;
    +    X509 *ret = (X509 *)*pval;
     
    -	switch(operation) {
    +    switch (operation) {
     
    -		case ASN1_OP_NEW_POST:
    -		ret->valid=0;
    -		ret->name = NULL;
    -		ret->ex_flags = 0;
    -		ret->ex_pathlen = -1;
    -		ret->skid = NULL;
    -		ret->akid = NULL;
    +    case ASN1_OP_NEW_POST:
    +        ret->valid = 0;
    +        ret->name = NULL;
    +        ret->ex_flags = 0;
    +        ret->ex_pathlen = -1;
    +        ret->skid = NULL;
    +        ret->akid = NULL;
     #ifndef OPENSSL_NO_RFC3779
    -		ret->rfc3779_addr = NULL;
    -		ret->rfc3779_asid = NULL;
    +        ret->rfc3779_addr = NULL;
    +        ret->rfc3779_asid = NULL;
     #endif
    -		ret->aux = NULL;
    -		ret->crldp = NULL;
    -		CRYPTO_new_ex_data(CRYPTO_EX_INDEX_X509, ret, &ret->ex_data);
    -		break;
    -
    -		case ASN1_OP_D2I_POST:
    -		if (ret->name != NULL) OPENSSL_free(ret->name);
    -		ret->name=X509_NAME_oneline(ret->cert_info->subject,NULL,0);
    -		break;
    -
    -		case ASN1_OP_FREE_POST:
    -		CRYPTO_free_ex_data(CRYPTO_EX_INDEX_X509, ret, &ret->ex_data);
    -		X509_CERT_AUX_free(ret->aux);
    -		ASN1_OCTET_STRING_free(ret->skid);
    -		AUTHORITY_KEYID_free(ret->akid);
    -		CRL_DIST_POINTS_free(ret->crldp);
    -		policy_cache_free(ret->policy_cache);
    -		GENERAL_NAMES_free(ret->altname);
    -		NAME_CONSTRAINTS_free(ret->nc);
    +        ret->aux = NULL;
    +        ret->crldp = NULL;
    +        CRYPTO_new_ex_data(CRYPTO_EX_INDEX_X509, ret, &ret->ex_data);
    +        break;
    +
    +    case ASN1_OP_D2I_POST:
    +        if (ret->name != NULL)
    +            OPENSSL_free(ret->name);
    +        ret->name = X509_NAME_oneline(ret->cert_info->subject, NULL, 0);
    +        break;
    +
    +    case ASN1_OP_FREE_POST:
    +        CRYPTO_free_ex_data(CRYPTO_EX_INDEX_X509, ret, &ret->ex_data);
    +        X509_CERT_AUX_free(ret->aux);
    +        ASN1_OCTET_STRING_free(ret->skid);
    +        AUTHORITY_KEYID_free(ret->akid);
    +        CRL_DIST_POINTS_free(ret->crldp);
    +        policy_cache_free(ret->policy_cache);
    +        GENERAL_NAMES_free(ret->altname);
    +        NAME_CONSTRAINTS_free(ret->nc);
     #ifndef OPENSSL_NO_RFC3779
    -		sk_IPAddressFamily_pop_free(ret->rfc3779_addr, IPAddressFamily_free);
    -		ASIdentifiers_free(ret->rfc3779_asid);
    +        sk_IPAddressFamily_pop_free(ret->rfc3779_addr, IPAddressFamily_free);
    +        ASIdentifiers_free(ret->rfc3779_asid);
     #endif
     
    -		if (ret->name != NULL) OPENSSL_free(ret->name);
    -		break;
    +        if (ret->name != NULL)
    +            OPENSSL_free(ret->name);
    +        break;
     
    -	}
    +    }
     
    -	return 1;
    +    return 1;
     
     }
     
     ASN1_SEQUENCE_ref(X509, x509_cb, CRYPTO_LOCK_X509) = {
    -	ASN1_SIMPLE(X509, cert_info, X509_CINF),
    -	ASN1_SIMPLE(X509, sig_alg, X509_ALGOR),
    -	ASN1_SIMPLE(X509, signature, ASN1_BIT_STRING)
    +        ASN1_SIMPLE(X509, cert_info, X509_CINF),
    +        ASN1_SIMPLE(X509, sig_alg, X509_ALGOR),
    +        ASN1_SIMPLE(X509, signature, ASN1_BIT_STRING)
     } ASN1_SEQUENCE_END_ref(X509, X509)
     
     IMPLEMENT_ASN1_FUNCTIONS(X509)
    +
     IMPLEMENT_ASN1_DUP_FUNCTION(X509)
     
     int X509_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
    -	     CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func)
    -        {
    -	return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_X509, argl, argp,
    -				new_func, dup_func, free_func);
    -        }
    +                          CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func)
    +{
    +    return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_X509, argl, argp,
    +                                   new_func, dup_func, free_func);
    +}
     
     int X509_set_ex_data(X509 *r, int idx, void *arg)
    -	{
    -	return(CRYPTO_set_ex_data(&r->ex_data,idx,arg));
    -	}
    +{
    +    return (CRYPTO_set_ex_data(&r->ex_data, idx, arg));
    +}
     
     void *X509_get_ex_data(X509 *r, int idx)
    -	{
    -	return(CRYPTO_get_ex_data(&r->ex_data,idx));
    -	}
    -
    -/* X509_AUX ASN1 routines. X509_AUX is the name given to
    - * a certificate with extra info tagged on the end. Since these
    - * functions set how a certificate is trusted they should only
    - * be used when the certificate comes from a reliable source
    - * such as local storage.
    - *
    +{
    +    return (CRYPTO_get_ex_data(&r->ex_data, idx));
    +}
    +
    +/*
    + * X509_AUX ASN1 routines. X509_AUX is the name given to a certificate with
    + * extra info tagged on the end. Since these functions set how a certificate
    + * is trusted they should only be used when the certificate comes from a
    + * reliable source such as local storage.
      */
     
     X509 *d2i_X509_AUX(X509 **a, const unsigned char **pp, long length)
     {
    -	const unsigned char *q;
    -	X509 *ret;
    -	/* Save start position */
    -	q = *pp;
    -	ret = d2i_X509(a, pp, length);
    -	/* If certificate unreadable then forget it */
    -	if(!ret) return NULL;
    -	/* update length */
    -	length -= *pp - q;
    -	if(!length) return ret;
    -	if(!d2i_X509_CERT_AUX(&ret->aux, pp, length)) goto err;
    -	return ret;
    -	err:
    -	X509_free(ret);
    -	return NULL;
    +    const unsigned char *q;
    +    X509 *ret;
    +    /* Save start position */
    +    q = *pp;
    +    ret = d2i_X509(a, pp, length);
    +    /* If certificate unreadable then forget it */
    +    if (!ret)
    +        return NULL;
    +    /* update length */
    +    length -= *pp - q;
    +    if (!length)
    +        return ret;
    +    if (!d2i_X509_CERT_AUX(&ret->aux, pp, length))
    +        goto err;
    +    return ret;
    + err:
    +    X509_free(ret);
    +    return NULL;
     }
     
     int i2d_X509_AUX(X509 *a, unsigned char **pp)
     {
    -	int length;
    -	length = i2d_X509(a, pp);
    -	if(a) length += i2d_X509_CERT_AUX(a->aux, pp);
    -	return length;
    +    int length;
    +    length = i2d_X509(a, pp);
    +    if (a)
    +        length += i2d_X509_CERT_AUX(a->aux, pp);
    +    return length;
    +}
    +
    +int i2d_re_X509_tbs(X509 *x, unsigned char **pp)
    +{
    +    x->cert_info->enc.modified = 1;
    +    return i2d_X509_CINF(x->cert_info, pp);
    +}
    +
    +void X509_get0_signature(ASN1_BIT_STRING **psig, X509_ALGOR **palg,
    +                         const X509 *x)
    +{
    +    if (psig)
    +        *psig = x->signature;
    +    if (palg)
    +        *palg = x->sig_alg;
    +}
    +
    +int X509_get_signature_nid(const X509 *x)
    +{
    +    return OBJ_obj2nid(x->sig_alg->algorithm);
     }
    diff --git a/openssl/crypto/asn1/x_x509a.c b/openssl/crypto/asn1/x_x509a.c
    index b603f82de..76bbc1370 100644
    --- a/openssl/crypto/asn1/x_x509a.c
    +++ b/openssl/crypto/asn1/x_x509a.c
    @@ -1,6 +1,7 @@
     /* a_x509a.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,119 +63,131 @@
     #include 
     #include 
     
    -/* X509_CERT_AUX routines. These are used to encode additional
    - * user modifiable data about a certificate. This data is
    - * appended to the X509 encoding when the *_X509_AUX routines
    - * are used. This means that the "traditional" X509 routines
    - * will simply ignore the extra data. 
    +/*
    + * X509_CERT_AUX routines. These are used to encode additional user
    + * modifiable data about a certificate. This data is appended to the X509
    + * encoding when the *_X509_AUX routines are used. This means that the
    + * "traditional" X509 routines will simply ignore the extra data.
      */
     
     static X509_CERT_AUX *aux_get(X509 *x);
     
     ASN1_SEQUENCE(X509_CERT_AUX) = {
    -	ASN1_SEQUENCE_OF_OPT(X509_CERT_AUX, trust, ASN1_OBJECT),
    -	ASN1_IMP_SEQUENCE_OF_OPT(X509_CERT_AUX, reject, ASN1_OBJECT, 0),
    -	ASN1_OPT(X509_CERT_AUX, alias, ASN1_UTF8STRING),
    -	ASN1_OPT(X509_CERT_AUX, keyid, ASN1_OCTET_STRING),
    -	ASN1_IMP_SEQUENCE_OF_OPT(X509_CERT_AUX, other, X509_ALGOR, 1)
    +        ASN1_SEQUENCE_OF_OPT(X509_CERT_AUX, trust, ASN1_OBJECT),
    +        ASN1_IMP_SEQUENCE_OF_OPT(X509_CERT_AUX, reject, ASN1_OBJECT, 0),
    +        ASN1_OPT(X509_CERT_AUX, alias, ASN1_UTF8STRING),
    +        ASN1_OPT(X509_CERT_AUX, keyid, ASN1_OCTET_STRING),
    +        ASN1_IMP_SEQUENCE_OF_OPT(X509_CERT_AUX, other, X509_ALGOR, 1)
     } ASN1_SEQUENCE_END(X509_CERT_AUX)
     
     IMPLEMENT_ASN1_FUNCTIONS(X509_CERT_AUX)
     
     static X509_CERT_AUX *aux_get(X509 *x)
     {
    -	if(!x) return NULL;
    -	if(!x->aux && !(x->aux = X509_CERT_AUX_new())) return NULL;
    -	return x->aux;
    +    if (!x)
    +        return NULL;
    +    if (!x->aux && !(x->aux = X509_CERT_AUX_new()))
    +        return NULL;
    +    return x->aux;
     }
     
     int X509_alias_set1(X509 *x, unsigned char *name, int len)
     {
    -	X509_CERT_AUX *aux;
    -	if (!name)
    -		{
    -		if (!x || !x->aux || !x->aux->alias)
    -			return 1;
    -		ASN1_UTF8STRING_free(x->aux->alias);
    -		x->aux->alias = NULL;
    -		return 1;
    -		}
    -	if(!(aux = aux_get(x))) return 0;
    -	if(!aux->alias && !(aux->alias = ASN1_UTF8STRING_new())) return 0;
    -	return ASN1_STRING_set(aux->alias, name, len);
    +    X509_CERT_AUX *aux;
    +    if (!name) {
    +        if (!x || !x->aux || !x->aux->alias)
    +            return 1;
    +        ASN1_UTF8STRING_free(x->aux->alias);
    +        x->aux->alias = NULL;
    +        return 1;
    +    }
    +    if (!(aux = aux_get(x)))
    +        return 0;
    +    if (!aux->alias && !(aux->alias = ASN1_UTF8STRING_new()))
    +        return 0;
    +    return ASN1_STRING_set(aux->alias, name, len);
     }
     
     int X509_keyid_set1(X509 *x, unsigned char *id, int len)
     {
    -	X509_CERT_AUX *aux;
    -	if (!id)
    -		{
    -		if (!x || !x->aux || !x->aux->keyid)
    -			return 1;
    -		ASN1_OCTET_STRING_free(x->aux->keyid);
    -		x->aux->keyid = NULL;
    -		return 1;
    -		}
    -	if(!(aux = aux_get(x))) return 0;
    -	if(!aux->keyid && !(aux->keyid = ASN1_OCTET_STRING_new())) return 0;
    -	return ASN1_STRING_set(aux->keyid, id, len);
    +    X509_CERT_AUX *aux;
    +    if (!id) {
    +        if (!x || !x->aux || !x->aux->keyid)
    +            return 1;
    +        ASN1_OCTET_STRING_free(x->aux->keyid);
    +        x->aux->keyid = NULL;
    +        return 1;
    +    }
    +    if (!(aux = aux_get(x)))
    +        return 0;
    +    if (!aux->keyid && !(aux->keyid = ASN1_OCTET_STRING_new()))
    +        return 0;
    +    return ASN1_STRING_set(aux->keyid, id, len);
     }
     
     unsigned char *X509_alias_get0(X509 *x, int *len)
     {
    -	if(!x->aux || !x->aux->alias) return NULL;
    -	if(len) *len = x->aux->alias->length;
    -	return x->aux->alias->data;
    +    if (!x->aux || !x->aux->alias)
    +        return NULL;
    +    if (len)
    +        *len = x->aux->alias->length;
    +    return x->aux->alias->data;
     }
     
     unsigned char *X509_keyid_get0(X509 *x, int *len)
     {
    -	if(!x->aux || !x->aux->keyid) return NULL;
    -	if(len) *len = x->aux->keyid->length;
    -	return x->aux->keyid->data;
    +    if (!x->aux || !x->aux->keyid)
    +        return NULL;
    +    if (len)
    +        *len = x->aux->keyid->length;
    +    return x->aux->keyid->data;
     }
     
     int X509_add1_trust_object(X509 *x, ASN1_OBJECT *obj)
     {
    -	X509_CERT_AUX *aux;
    -	ASN1_OBJECT *objtmp;
    -	if(!(objtmp = OBJ_dup(obj))) return 0;
    -	if(!(aux = aux_get(x))) return 0;
    -	if(!aux->trust
    -		&& !(aux->trust = sk_ASN1_OBJECT_new_null())) return 0;
    -	return sk_ASN1_OBJECT_push(aux->trust, objtmp);
    +    X509_CERT_AUX *aux;
    +    ASN1_OBJECT *objtmp;
    +    if (!(objtmp = OBJ_dup(obj)))
    +        return 0;
    +    if (!(aux = aux_get(x)))
    +        return 0;
    +    if (!aux->trust && !(aux->trust = sk_ASN1_OBJECT_new_null()))
    +        return 0;
    +    return sk_ASN1_OBJECT_push(aux->trust, objtmp);
     }
     
     int X509_add1_reject_object(X509 *x, ASN1_OBJECT *obj)
     {
    -	X509_CERT_AUX *aux;
    -	ASN1_OBJECT *objtmp;
    -	if(!(objtmp = OBJ_dup(obj))) return 0;
    -	if(!(aux = aux_get(x))) return 0;
    -	if(!aux->reject
    -		&& !(aux->reject = sk_ASN1_OBJECT_new_null())) return 0;
    -	return sk_ASN1_OBJECT_push(aux->reject, objtmp);
    +    X509_CERT_AUX *aux;
    +    ASN1_OBJECT *objtmp;
    +    if (!(objtmp = OBJ_dup(obj)))
    +        return 0;
    +    if (!(aux = aux_get(x)))
    +        return 0;
    +    if (!aux->reject && !(aux->reject = sk_ASN1_OBJECT_new_null()))
    +        return 0;
    +    return sk_ASN1_OBJECT_push(aux->reject, objtmp);
     }
     
     void X509_trust_clear(X509 *x)
     {
    -	if(x->aux && x->aux->trust) {
    -		sk_ASN1_OBJECT_pop_free(x->aux->trust, ASN1_OBJECT_free);
    -		x->aux->trust = NULL;
    -	}
    +    if (x->aux && x->aux->trust) {
    +        sk_ASN1_OBJECT_pop_free(x->aux->trust, ASN1_OBJECT_free);
    +        x->aux->trust = NULL;
    +    }
     }
     
     void X509_reject_clear(X509 *x)
     {
    -	if(x->aux && x->aux->reject) {
    -		sk_ASN1_OBJECT_pop_free(x->aux->reject, ASN1_OBJECT_free);
    -		x->aux->reject = NULL;
    -	}
    +    if (x->aux && x->aux->reject) {
    +        sk_ASN1_OBJECT_pop_free(x->aux->reject, ASN1_OBJECT_free);
    +        x->aux->reject = NULL;
    +    }
     }
     
     ASN1_SEQUENCE(X509_CERT_PAIR) = {
    -	ASN1_EXP_OPT(X509_CERT_PAIR, forward, X509, 0),
    -	ASN1_EXP_OPT(X509_CERT_PAIR, reverse, X509, 1)
    +        ASN1_EXP_OPT(X509_CERT_PAIR, forward, X509, 0),
    +        ASN1_EXP_OPT(X509_CERT_PAIR, reverse, X509, 1)
     } ASN1_SEQUENCE_END(X509_CERT_PAIR)
     
     IMPLEMENT_ASN1_FUNCTIONS(X509_CERT_PAIR)
    diff --git a/openssl/crypto/bf/bf_cbc.c b/openssl/crypto/bf/bf_cbc.c
    index f949629dc..de827a1a3 100644
    --- a/openssl/crypto/bf/bf_cbc.c
    +++ b/openssl/crypto/bf/bf_cbc.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,84 +60,76 @@
     #include "bf_locl.h"
     
     void BF_cbc_encrypt(const unsigned char *in, unsigned char *out, long length,
    -	     const BF_KEY *schedule, unsigned char *ivec, int encrypt)
    -	{
    -	register BF_LONG tin0,tin1;
    -	register BF_LONG tout0,tout1,xor0,xor1;
    -	register long l=length;
    -	BF_LONG tin[2];
    -
    -	if (encrypt)
    -		{
    -		n2l(ivec,tout0);
    -		n2l(ivec,tout1);
    -		ivec-=8;
    -		for (l-=8; l>=0; l-=8)
    -			{
    -			n2l(in,tin0);
    -			n2l(in,tin1);
    -			tin0^=tout0;
    -			tin1^=tout1;
    -			tin[0]=tin0;
    -			tin[1]=tin1;
    -			BF_encrypt(tin,schedule);
    -			tout0=tin[0];
    -			tout1=tin[1];
    -			l2n(tout0,out);
    -			l2n(tout1,out);
    -			}
    -		if (l != -8)
    -			{
    -			n2ln(in,tin0,tin1,l+8);
    -			tin0^=tout0;
    -			tin1^=tout1;
    -			tin[0]=tin0;
    -			tin[1]=tin1;
    -			BF_encrypt(tin,schedule);
    -			tout0=tin[0];
    -			tout1=tin[1];
    -			l2n(tout0,out);
    -			l2n(tout1,out);
    -			}
    -		l2n(tout0,ivec);
    -		l2n(tout1,ivec);
    -		}
    -	else
    -		{
    -		n2l(ivec,xor0);
    -		n2l(ivec,xor1);
    -		ivec-=8;
    -		for (l-=8; l>=0; l-=8)
    -			{
    -			n2l(in,tin0);
    -			n2l(in,tin1);
    -			tin[0]=tin0;
    -			tin[1]=tin1;
    -			BF_decrypt(tin,schedule);
    -			tout0=tin[0]^xor0;
    -			tout1=tin[1]^xor1;
    -			l2n(tout0,out);
    -			l2n(tout1,out);
    -			xor0=tin0;
    -			xor1=tin1;
    -			}
    -		if (l != -8)
    -			{
    -			n2l(in,tin0);
    -			n2l(in,tin1);
    -			tin[0]=tin0;
    -			tin[1]=tin1;
    -			BF_decrypt(tin,schedule);
    -			tout0=tin[0]^xor0;
    -			tout1=tin[1]^xor1;
    -			l2nn(tout0,tout1,out,l+8);
    -			xor0=tin0;
    -			xor1=tin1;
    -			}
    -		l2n(xor0,ivec);
    -		l2n(xor1,ivec);
    -		}
    -	tin0=tin1=tout0=tout1=xor0=xor1=0;
    -	tin[0]=tin[1]=0;
    -	}
    +                    const BF_KEY *schedule, unsigned char *ivec, int encrypt)
    +{
    +    register BF_LONG tin0, tin1;
    +    register BF_LONG tout0, tout1, xor0, xor1;
    +    register long l = length;
    +    BF_LONG tin[2];
     
    +    if (encrypt) {
    +        n2l(ivec, tout0);
    +        n2l(ivec, tout1);
    +        ivec -= 8;
    +        for (l -= 8; l >= 0; l -= 8) {
    +            n2l(in, tin0);
    +            n2l(in, tin1);
    +            tin0 ^= tout0;
    +            tin1 ^= tout1;
    +            tin[0] = tin0;
    +            tin[1] = tin1;
    +            BF_encrypt(tin, schedule);
    +            tout0 = tin[0];
    +            tout1 = tin[1];
    +            l2n(tout0, out);
    +            l2n(tout1, out);
    +        }
    +        if (l != -8) {
    +            n2ln(in, tin0, tin1, l + 8);
    +            tin0 ^= tout0;
    +            tin1 ^= tout1;
    +            tin[0] = tin0;
    +            tin[1] = tin1;
    +            BF_encrypt(tin, schedule);
    +            tout0 = tin[0];
    +            tout1 = tin[1];
    +            l2n(tout0, out);
    +            l2n(tout1, out);
    +        }
    +        l2n(tout0, ivec);
    +        l2n(tout1, ivec);
    +    } else {
    +        n2l(ivec, xor0);
    +        n2l(ivec, xor1);
    +        ivec -= 8;
    +        for (l -= 8; l >= 0; l -= 8) {
    +            n2l(in, tin0);
    +            n2l(in, tin1);
    +            tin[0] = tin0;
    +            tin[1] = tin1;
    +            BF_decrypt(tin, schedule);
    +            tout0 = tin[0] ^ xor0;
    +            tout1 = tin[1] ^ xor1;
    +            l2n(tout0, out);
    +            l2n(tout1, out);
    +            xor0 = tin0;
    +            xor1 = tin1;
    +        }
    +        if (l != -8) {
    +            n2l(in, tin0);
    +            n2l(in, tin1);
    +            tin[0] = tin0;
    +            tin[1] = tin1;
    +            BF_decrypt(tin, schedule);
    +            tout0 = tin[0] ^ xor0;
    +            tout1 = tin[1] ^ xor1;
    +            l2nn(tout0, tout1, out, l + 8);
    +            xor0 = tin0;
    +            xor1 = tin1;
    +        }
    +        l2n(xor0, ivec);
    +        l2n(xor1, ivec);
    +    }
    +    tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
    +    tin[0] = tin[1] = 0;
    +}
    diff --git a/openssl/crypto/bf/bf_cfb64.c b/openssl/crypto/bf/bf_cfb64.c
    index 6451c8d40..ddeab6eb7 100644
    --- a/openssl/crypto/bf/bf_cfb64.c
    +++ b/openssl/crypto/bf/bf_cfb64.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -59,63 +59,65 @@
     #include 
     #include "bf_locl.h"
     
    -/* The input and output encrypted as though 64bit cfb mode is being
    - * used.  The extra state information to record how much of the
    - * 64bit block we have used is contained in *num;
    +/*
    + * The input and output encrypted as though 64bit cfb mode is being used.
    + * The extra state information to record how much of the 64bit block we have
    + * used is contained in *num;
      */
     
    -void BF_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length,
    -	     const BF_KEY *schedule, unsigned char *ivec, int *num, int encrypt)
    -	{
    -	register BF_LONG v0,v1,t;
    -	register int n= *num;
    -	register long l=length;
    -	BF_LONG ti[2];
    -	unsigned char *iv,c,cc;
    -
    -	iv=(unsigned char *)ivec;
    -	if (encrypt)
    -		{
    -		while (l--)
    -			{
    -			if (n == 0)
    -				{
    -				n2l(iv,v0); ti[0]=v0;
    -				n2l(iv,v1); ti[1]=v1;
    -				BF_encrypt((BF_LONG *)ti,schedule);
    -				iv=(unsigned char *)ivec;
    -				t=ti[0]; l2n(t,iv);
    -				t=ti[1]; l2n(t,iv);
    -				iv=(unsigned char *)ivec;
    -				}
    -			c= *(in++)^iv[n];
    -			*(out++)=c;
    -			iv[n]=c;
    -			n=(n+1)&0x07;
    -			}
    -		}
    -	else
    -		{
    -		while (l--)
    -			{
    -			if (n == 0)
    -				{
    -				n2l(iv,v0); ti[0]=v0;
    -				n2l(iv,v1); ti[1]=v1;
    -				BF_encrypt((BF_LONG *)ti,schedule);
    -				iv=(unsigned char *)ivec;
    -				t=ti[0]; l2n(t,iv);
    -				t=ti[1]; l2n(t,iv);
    -				iv=(unsigned char *)ivec;
    -				}
    -			cc= *(in++);
    -			c=iv[n];
    -			iv[n]=cc;
    -			*(out++)=c^cc;
    -			n=(n+1)&0x07;
    -			}
    -		}
    -	v0=v1=ti[0]=ti[1]=t=c=cc=0;
    -	*num=n;
    -	}
    +void BF_cfb64_encrypt(const unsigned char *in, unsigned char *out,
    +                      long length, const BF_KEY *schedule,
    +                      unsigned char *ivec, int *num, int encrypt)
    +{
    +    register BF_LONG v0, v1, t;
    +    register int n = *num;
    +    register long l = length;
    +    BF_LONG ti[2];
    +    unsigned char *iv, c, cc;
     
    +    iv = (unsigned char *)ivec;
    +    if (encrypt) {
    +        while (l--) {
    +            if (n == 0) {
    +                n2l(iv, v0);
    +                ti[0] = v0;
    +                n2l(iv, v1);
    +                ti[1] = v1;
    +                BF_encrypt((BF_LONG *)ti, schedule);
    +                iv = (unsigned char *)ivec;
    +                t = ti[0];
    +                l2n(t, iv);
    +                t = ti[1];
    +                l2n(t, iv);
    +                iv = (unsigned char *)ivec;
    +            }
    +            c = *(in++) ^ iv[n];
    +            *(out++) = c;
    +            iv[n] = c;
    +            n = (n + 1) & 0x07;
    +        }
    +    } else {
    +        while (l--) {
    +            if (n == 0) {
    +                n2l(iv, v0);
    +                ti[0] = v0;
    +                n2l(iv, v1);
    +                ti[1] = v1;
    +                BF_encrypt((BF_LONG *)ti, schedule);
    +                iv = (unsigned char *)ivec;
    +                t = ti[0];
    +                l2n(t, iv);
    +                t = ti[1];
    +                l2n(t, iv);
    +                iv = (unsigned char *)ivec;
    +            }
    +            cc = *(in++);
    +            c = iv[n];
    +            iv[n] = cc;
    +            *(out++) = c ^ cc;
    +            n = (n + 1) & 0x07;
    +        }
    +    }
    +    v0 = v1 = ti[0] = ti[1] = t = c = cc = 0;
    +    *num = n;
    +}
    diff --git a/openssl/crypto/bf/bf_ecb.c b/openssl/crypto/bf/bf_ecb.c
    index 1607cefa3..967a7f550 100644
    --- a/openssl/crypto/bf/bf_ecb.c
    +++ b/openssl/crypto/bf/bf_ecb.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,37 +60,41 @@
     #include "bf_locl.h"
     #include 
     
    -/* Blowfish as implemented from 'Blowfish: Springer-Verlag paper'
    - * (From LECTURE NOTES IN COMPUTER SCIENCE 809, FAST SOFTWARE ENCRYPTION,
    - * CAMBRIDGE SECURITY WORKSHOP, CAMBRIDGE, U.K., DECEMBER 9-11, 1993)
    +/*
    + * Blowfish as implemented from 'Blowfish: Springer-Verlag paper' (From
    + * LECTURE NOTES IN COMPUTER SCIENCE 809, FAST SOFTWARE ENCRYPTION, CAMBRIDGE
    + * SECURITY WORKSHOP, CAMBRIDGE, U.K., DECEMBER 9-11, 1993)
      */
     
    -const char BF_version[]="Blowfish" OPENSSL_VERSION_PTEXT;
    +const char BF_version[] = "Blowfish" OPENSSL_VERSION_PTEXT;
     
     const char *BF_options(void)
    -	{
    +{
     #ifdef BF_PTR
    -	return("blowfish(ptr)");
    +    return ("blowfish(ptr)");
     #elif defined(BF_PTR2)
    -	return("blowfish(ptr2)");
    +    return ("blowfish(ptr2)");
     #else
    -	return("blowfish(idx)");
    +    return ("blowfish(idx)");
     #endif
    -	}
    +}
     
     void BF_ecb_encrypt(const unsigned char *in, unsigned char *out,
    -	     const BF_KEY *key, int encrypt)
    -	{
    -	BF_LONG l,d[2];
    -
    -	n2l(in,l); d[0]=l;
    -	n2l(in,l); d[1]=l;
    -	if (encrypt)
    -		BF_encrypt(d,key);
    -	else
    -		BF_decrypt(d,key);
    -	l=d[0]; l2n(l,out);
    -	l=d[1]; l2n(l,out);
    -	l=d[0]=d[1]=0;
    -	}
    +                    const BF_KEY *key, int encrypt)
    +{
    +    BF_LONG l, d[2];
     
    +    n2l(in, l);
    +    d[0] = l;
    +    n2l(in, l);
    +    d[1] = l;
    +    if (encrypt)
    +        BF_encrypt(d, key);
    +    else
    +        BF_decrypt(d, key);
    +    l = d[0];
    +    l2n(l, out);
    +    l = d[1];
    +    l2n(l, out);
    +    l = d[0] = d[1] = 0;
    +}
    diff --git a/openssl/crypto/bf/bf_enc.c b/openssl/crypto/bf/bf_enc.c
    index 2d21d09f4..b268795f5 100644
    --- a/openssl/crypto/bf/bf_enc.c
    +++ b/openssl/crypto/bf/bf_enc.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -59,248 +59,242 @@
     #include 
     #include "bf_locl.h"
     
    -/* Blowfish as implemented from 'Blowfish: Springer-Verlag paper'
    - * (From LECTURE NOTES IN COMPUTER SCIENCE 809, FAST SOFTWARE ENCRYPTION,
    - * CAMBRIDGE SECURITY WORKSHOP, CAMBRIDGE, U.K., DECEMBER 9-11, 1993)
    +/*
    + * Blowfish as implemented from 'Blowfish: Springer-Verlag paper' (From
    + * LECTURE NOTES IN COMPUTER SCIENCE 809, FAST SOFTWARE ENCRYPTION, CAMBRIDGE
    + * SECURITY WORKSHOP, CAMBRIDGE, U.K., DECEMBER 9-11, 1993)
      */
     
     #if (BF_ROUNDS != 16) && (BF_ROUNDS != 20)
    -#error If you set BF_ROUNDS to some value other than 16 or 20, you will have \
    +# error If you set BF_ROUNDS to some value other than 16 or 20, you will have \
     to modify the code.
     #endif
     
     void BF_encrypt(BF_LONG *data, const BF_KEY *key)
    -	{
    +{
     #ifndef BF_PTR2
    -	register BF_LONG l,r;
    -	register const BF_LONG *p,*s;
    +    register BF_LONG l, r;
    +    register const BF_LONG *p, *s;
     
    -	p=key->P;
    -	s= &(key->S[0]);
    -	l=data[0];
    -	r=data[1];
    +    p = key->P;
    +    s = &(key->S[0]);
    +    l = data[0];
    +    r = data[1];
     
    -	l^=p[0];
    -	BF_ENC(r,l,s,p[ 1]);
    -	BF_ENC(l,r,s,p[ 2]);
    -	BF_ENC(r,l,s,p[ 3]);
    -	BF_ENC(l,r,s,p[ 4]);
    -	BF_ENC(r,l,s,p[ 5]);
    -	BF_ENC(l,r,s,p[ 6]);
    -	BF_ENC(r,l,s,p[ 7]);
    -	BF_ENC(l,r,s,p[ 8]);
    -	BF_ENC(r,l,s,p[ 9]);
    -	BF_ENC(l,r,s,p[10]);
    -	BF_ENC(r,l,s,p[11]);
    -	BF_ENC(l,r,s,p[12]);
    -	BF_ENC(r,l,s,p[13]);
    -	BF_ENC(l,r,s,p[14]);
    -	BF_ENC(r,l,s,p[15]);
    -	BF_ENC(l,r,s,p[16]);
    -#if BF_ROUNDS == 20
    -	BF_ENC(r,l,s,p[17]);
    -	BF_ENC(l,r,s,p[18]);
    -	BF_ENC(r,l,s,p[19]);
    -	BF_ENC(l,r,s,p[20]);
    -#endif
    -	r^=p[BF_ROUNDS+1];
    +    l ^= p[0];
    +    BF_ENC(r, l, s, p[1]);
    +    BF_ENC(l, r, s, p[2]);
    +    BF_ENC(r, l, s, p[3]);
    +    BF_ENC(l, r, s, p[4]);
    +    BF_ENC(r, l, s, p[5]);
    +    BF_ENC(l, r, s, p[6]);
    +    BF_ENC(r, l, s, p[7]);
    +    BF_ENC(l, r, s, p[8]);
    +    BF_ENC(r, l, s, p[9]);
    +    BF_ENC(l, r, s, p[10]);
    +    BF_ENC(r, l, s, p[11]);
    +    BF_ENC(l, r, s, p[12]);
    +    BF_ENC(r, l, s, p[13]);
    +    BF_ENC(l, r, s, p[14]);
    +    BF_ENC(r, l, s, p[15]);
    +    BF_ENC(l, r, s, p[16]);
    +# if BF_ROUNDS == 20
    +    BF_ENC(r, l, s, p[17]);
    +    BF_ENC(l, r, s, p[18]);
    +    BF_ENC(r, l, s, p[19]);
    +    BF_ENC(l, r, s, p[20]);
    +# endif
    +    r ^= p[BF_ROUNDS + 1];
     
    -	data[1]=l&0xffffffffL;
    -	data[0]=r&0xffffffffL;
    +    data[1] = l & 0xffffffffL;
    +    data[0] = r & 0xffffffffL;
     #else
    -	register BF_LONG l,r,t,*k;
    +    register BF_LONG l, r, t, *k;
     
    -	l=data[0];
    -	r=data[1];
    -	k=(BF_LONG*)key;
    +    l = data[0];
    +    r = data[1];
    +    k = (BF_LONG *)key;
     
    -	l^=k[0];
    -	BF_ENC(r,l,k, 1);
    -	BF_ENC(l,r,k, 2);
    -	BF_ENC(r,l,k, 3);
    -	BF_ENC(l,r,k, 4);
    -	BF_ENC(r,l,k, 5);
    -	BF_ENC(l,r,k, 6);
    -	BF_ENC(r,l,k, 7);
    -	BF_ENC(l,r,k, 8);
    -	BF_ENC(r,l,k, 9);
    -	BF_ENC(l,r,k,10);
    -	BF_ENC(r,l,k,11);
    -	BF_ENC(l,r,k,12);
    -	BF_ENC(r,l,k,13);
    -	BF_ENC(l,r,k,14);
    -	BF_ENC(r,l,k,15);
    -	BF_ENC(l,r,k,16);
    -#if BF_ROUNDS == 20
    -	BF_ENC(r,l,k,17);
    -	BF_ENC(l,r,k,18);
    -	BF_ENC(r,l,k,19);
    -	BF_ENC(l,r,k,20);
    -#endif
    -	r^=k[BF_ROUNDS+1];
    +    l ^= k[0];
    +    BF_ENC(r, l, k, 1);
    +    BF_ENC(l, r, k, 2);
    +    BF_ENC(r, l, k, 3);
    +    BF_ENC(l, r, k, 4);
    +    BF_ENC(r, l, k, 5);
    +    BF_ENC(l, r, k, 6);
    +    BF_ENC(r, l, k, 7);
    +    BF_ENC(l, r, k, 8);
    +    BF_ENC(r, l, k, 9);
    +    BF_ENC(l, r, k, 10);
    +    BF_ENC(r, l, k, 11);
    +    BF_ENC(l, r, k, 12);
    +    BF_ENC(r, l, k, 13);
    +    BF_ENC(l, r, k, 14);
    +    BF_ENC(r, l, k, 15);
    +    BF_ENC(l, r, k, 16);
    +# if BF_ROUNDS == 20
    +    BF_ENC(r, l, k, 17);
    +    BF_ENC(l, r, k, 18);
    +    BF_ENC(r, l, k, 19);
    +    BF_ENC(l, r, k, 20);
    +# endif
    +    r ^= k[BF_ROUNDS + 1];
     
    -	data[1]=l&0xffffffffL;
    -	data[0]=r&0xffffffffL;
    +    data[1] = l & 0xffffffffL;
    +    data[0] = r & 0xffffffffL;
     #endif
    -	}
    +}
     
     #ifndef BF_DEFAULT_OPTIONS
     
     void BF_decrypt(BF_LONG *data, const BF_KEY *key)
    -	{
    -#ifndef BF_PTR2
    -	register BF_LONG l,r;
    -	register const BF_LONG *p,*s;
    +{
    +# ifndef BF_PTR2
    +    register BF_LONG l, r;
    +    register const BF_LONG *p, *s;
     
    -	p=key->P;
    -	s= &(key->S[0]);
    -	l=data[0];
    -	r=data[1];
    +    p = key->P;
    +    s = &(key->S[0]);
    +    l = data[0];
    +    r = data[1];
     
    -	l^=p[BF_ROUNDS+1];
    -#if BF_ROUNDS == 20
    -	BF_ENC(r,l,s,p[20]);
    -	BF_ENC(l,r,s,p[19]);
    -	BF_ENC(r,l,s,p[18]);
    -	BF_ENC(l,r,s,p[17]);
    -#endif
    -	BF_ENC(r,l,s,p[16]);
    -	BF_ENC(l,r,s,p[15]);
    -	BF_ENC(r,l,s,p[14]);
    -	BF_ENC(l,r,s,p[13]);
    -	BF_ENC(r,l,s,p[12]);
    -	BF_ENC(l,r,s,p[11]);
    -	BF_ENC(r,l,s,p[10]);
    -	BF_ENC(l,r,s,p[ 9]);
    -	BF_ENC(r,l,s,p[ 8]);
    -	BF_ENC(l,r,s,p[ 7]);
    -	BF_ENC(r,l,s,p[ 6]);
    -	BF_ENC(l,r,s,p[ 5]);
    -	BF_ENC(r,l,s,p[ 4]);
    -	BF_ENC(l,r,s,p[ 3]);
    -	BF_ENC(r,l,s,p[ 2]);
    -	BF_ENC(l,r,s,p[ 1]);
    -	r^=p[0];
    +    l ^= p[BF_ROUNDS + 1];
    +#  if BF_ROUNDS == 20
    +    BF_ENC(r, l, s, p[20]);
    +    BF_ENC(l, r, s, p[19]);
    +    BF_ENC(r, l, s, p[18]);
    +    BF_ENC(l, r, s, p[17]);
    +#  endif
    +    BF_ENC(r, l, s, p[16]);
    +    BF_ENC(l, r, s, p[15]);
    +    BF_ENC(r, l, s, p[14]);
    +    BF_ENC(l, r, s, p[13]);
    +    BF_ENC(r, l, s, p[12]);
    +    BF_ENC(l, r, s, p[11]);
    +    BF_ENC(r, l, s, p[10]);
    +    BF_ENC(l, r, s, p[9]);
    +    BF_ENC(r, l, s, p[8]);
    +    BF_ENC(l, r, s, p[7]);
    +    BF_ENC(r, l, s, p[6]);
    +    BF_ENC(l, r, s, p[5]);
    +    BF_ENC(r, l, s, p[4]);
    +    BF_ENC(l, r, s, p[3]);
    +    BF_ENC(r, l, s, p[2]);
    +    BF_ENC(l, r, s, p[1]);
    +    r ^= p[0];
     
    -	data[1]=l&0xffffffffL;
    -	data[0]=r&0xffffffffL;
    -#else
    -	register BF_LONG l,r,t,*k;
    +    data[1] = l & 0xffffffffL;
    +    data[0] = r & 0xffffffffL;
    +# else
    +    register BF_LONG l, r, t, *k;
     
    -	l=data[0];
    -	r=data[1];
    -	k=(BF_LONG *)key;
    +    l = data[0];
    +    r = data[1];
    +    k = (BF_LONG *)key;
     
    -	l^=k[BF_ROUNDS+1];
    -#if BF_ROUNDS == 20
    -	BF_ENC(r,l,k,20);
    -	BF_ENC(l,r,k,19);
    -	BF_ENC(r,l,k,18);
    -	BF_ENC(l,r,k,17);
    -#endif
    -	BF_ENC(r,l,k,16);
    -	BF_ENC(l,r,k,15);
    -	BF_ENC(r,l,k,14);
    -	BF_ENC(l,r,k,13);
    -	BF_ENC(r,l,k,12);
    -	BF_ENC(l,r,k,11);
    -	BF_ENC(r,l,k,10);
    -	BF_ENC(l,r,k, 9);
    -	BF_ENC(r,l,k, 8);
    -	BF_ENC(l,r,k, 7);
    -	BF_ENC(r,l,k, 6);
    -	BF_ENC(l,r,k, 5);
    -	BF_ENC(r,l,k, 4);
    -	BF_ENC(l,r,k, 3);
    -	BF_ENC(r,l,k, 2);
    -	BF_ENC(l,r,k, 1);
    -	r^=k[0];
    +    l ^= k[BF_ROUNDS + 1];
    +#  if BF_ROUNDS == 20
    +    BF_ENC(r, l, k, 20);
    +    BF_ENC(l, r, k, 19);
    +    BF_ENC(r, l, k, 18);
    +    BF_ENC(l, r, k, 17);
    +#  endif
    +    BF_ENC(r, l, k, 16);
    +    BF_ENC(l, r, k, 15);
    +    BF_ENC(r, l, k, 14);
    +    BF_ENC(l, r, k, 13);
    +    BF_ENC(r, l, k, 12);
    +    BF_ENC(l, r, k, 11);
    +    BF_ENC(r, l, k, 10);
    +    BF_ENC(l, r, k, 9);
    +    BF_ENC(r, l, k, 8);
    +    BF_ENC(l, r, k, 7);
    +    BF_ENC(r, l, k, 6);
    +    BF_ENC(l, r, k, 5);
    +    BF_ENC(r, l, k, 4);
    +    BF_ENC(l, r, k, 3);
    +    BF_ENC(r, l, k, 2);
    +    BF_ENC(l, r, k, 1);
    +    r ^= k[0];
     
    -	data[1]=l&0xffffffffL;
    -	data[0]=r&0xffffffffL;
    -#endif
    -	}
    +    data[1] = l & 0xffffffffL;
    +    data[0] = r & 0xffffffffL;
    +# endif
    +}
     
     void BF_cbc_encrypt(const unsigned char *in, unsigned char *out, long length,
    -	     const BF_KEY *schedule, unsigned char *ivec, int encrypt)
    -	{
    -	register BF_LONG tin0,tin1;
    -	register BF_LONG tout0,tout1,xor0,xor1;
    -	register long l=length;
    -	BF_LONG tin[2];
    +                    const BF_KEY *schedule, unsigned char *ivec, int encrypt)
    +{
    +    register BF_LONG tin0, tin1;
    +    register BF_LONG tout0, tout1, xor0, xor1;
    +    register long l = length;
    +    BF_LONG tin[2];
     
    -	if (encrypt)
    -		{
    -		n2l(ivec,tout0);
    -		n2l(ivec,tout1);
    -		ivec-=8;
    -		for (l-=8; l>=0; l-=8)
    -			{
    -			n2l(in,tin0);
    -			n2l(in,tin1);
    -			tin0^=tout0;
    -			tin1^=tout1;
    -			tin[0]=tin0;
    -			tin[1]=tin1;
    -			BF_encrypt(tin,schedule);
    -			tout0=tin[0];
    -			tout1=tin[1];
    -			l2n(tout0,out);
    -			l2n(tout1,out);
    -			}
    -		if (l != -8)
    -			{
    -			n2ln(in,tin0,tin1,l+8);
    -			tin0^=tout0;
    -			tin1^=tout1;
    -			tin[0]=tin0;
    -			tin[1]=tin1;
    -			BF_encrypt(tin,schedule);
    -			tout0=tin[0];
    -			tout1=tin[1];
    -			l2n(tout0,out);
    -			l2n(tout1,out);
    -			}
    -		l2n(tout0,ivec);
    -		l2n(tout1,ivec);
    -		}
    -	else
    -		{
    -		n2l(ivec,xor0);
    -		n2l(ivec,xor1);
    -		ivec-=8;
    -		for (l-=8; l>=0; l-=8)
    -			{
    -			n2l(in,tin0);
    -			n2l(in,tin1);
    -			tin[0]=tin0;
    -			tin[1]=tin1;
    -			BF_decrypt(tin,schedule);
    -			tout0=tin[0]^xor0;
    -			tout1=tin[1]^xor1;
    -			l2n(tout0,out);
    -			l2n(tout1,out);
    -			xor0=tin0;
    -			xor1=tin1;
    -			}
    -		if (l != -8)
    -			{
    -			n2l(in,tin0);
    -			n2l(in,tin1);
    -			tin[0]=tin0;
    -			tin[1]=tin1;
    -			BF_decrypt(tin,schedule);
    -			tout0=tin[0]^xor0;
    -			tout1=tin[1]^xor1;
    -			l2nn(tout0,tout1,out,l+8);
    -			xor0=tin0;
    -			xor1=tin1;
    -			}
    -		l2n(xor0,ivec);
    -		l2n(xor1,ivec);
    -		}
    -	tin0=tin1=tout0=tout1=xor0=xor1=0;
    -	tin[0]=tin[1]=0;
    -	}
    +    if (encrypt) {
    +        n2l(ivec, tout0);
    +        n2l(ivec, tout1);
    +        ivec -= 8;
    +        for (l -= 8; l >= 0; l -= 8) {
    +            n2l(in, tin0);
    +            n2l(in, tin1);
    +            tin0 ^= tout0;
    +            tin1 ^= tout1;
    +            tin[0] = tin0;
    +            tin[1] = tin1;
    +            BF_encrypt(tin, schedule);
    +            tout0 = tin[0];
    +            tout1 = tin[1];
    +            l2n(tout0, out);
    +            l2n(tout1, out);
    +        }
    +        if (l != -8) {
    +            n2ln(in, tin0, tin1, l + 8);
    +            tin0 ^= tout0;
    +            tin1 ^= tout1;
    +            tin[0] = tin0;
    +            tin[1] = tin1;
    +            BF_encrypt(tin, schedule);
    +            tout0 = tin[0];
    +            tout1 = tin[1];
    +            l2n(tout0, out);
    +            l2n(tout1, out);
    +        }
    +        l2n(tout0, ivec);
    +        l2n(tout1, ivec);
    +    } else {
    +        n2l(ivec, xor0);
    +        n2l(ivec, xor1);
    +        ivec -= 8;
    +        for (l -= 8; l >= 0; l -= 8) {
    +            n2l(in, tin0);
    +            n2l(in, tin1);
    +            tin[0] = tin0;
    +            tin[1] = tin1;
    +            BF_decrypt(tin, schedule);
    +            tout0 = tin[0] ^ xor0;
    +            tout1 = tin[1] ^ xor1;
    +            l2n(tout0, out);
    +            l2n(tout1, out);
    +            xor0 = tin0;
    +            xor1 = tin1;
    +        }
    +        if (l != -8) {
    +            n2l(in, tin0);
    +            n2l(in, tin1);
    +            tin[0] = tin0;
    +            tin[1] = tin1;
    +            BF_decrypt(tin, schedule);
    +            tout0 = tin[0] ^ xor0;
    +            tout1 = tin[1] ^ xor1;
    +            l2nn(tout0, tout1, out, l + 8);
    +            xor0 = tin0;
    +            xor1 = tin1;
    +        }
    +        l2n(xor0, ivec);
    +        l2n(xor1, ivec);
    +    }
    +    tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
    +    tin[0] = tin[1] = 0;
    +}
     
     #endif
    diff --git a/openssl/crypto/bf/bf_locl.h b/openssl/crypto/bf/bf_locl.h
    index cc7c3ec99..9448aed42 100644
    --- a/openssl/crypto/bf/bf_locl.h
    +++ b/openssl/crypto/bf/bf_locl.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -57,101 +57,103 @@
      */
     
     #ifndef HEADER_BF_LOCL_H
    -#define HEADER_BF_LOCL_H
    -#include  /* BF_PTR, BF_PTR2 */
    +# define HEADER_BF_LOCL_H
    +# include /* BF_PTR, BF_PTR2 */
     
    -#undef c2l
    -#define c2l(c,l)	(l =((unsigned long)(*((c)++)))    , \
    -			 l|=((unsigned long)(*((c)++)))<< 8L, \
    -			 l|=((unsigned long)(*((c)++)))<<16L, \
    -			 l|=((unsigned long)(*((c)++)))<<24L)
    +# undef c2l
    +# define c2l(c,l)        (l =((unsigned long)(*((c)++)))    , \
    +                         l|=((unsigned long)(*((c)++)))<< 8L, \
    +                         l|=((unsigned long)(*((c)++)))<<16L, \
    +                         l|=((unsigned long)(*((c)++)))<<24L)
     
     /* NOTE - c is not incremented as per c2l */
    -#undef c2ln
    -#define c2ln(c,l1,l2,n)	{ \
    -			c+=n; \
    -			l1=l2=0; \
    -			switch (n) { \
    -			case 8: l2 =((unsigned long)(*(--(c))))<<24L; \
    -			case 7: l2|=((unsigned long)(*(--(c))))<<16L; \
    -			case 6: l2|=((unsigned long)(*(--(c))))<< 8L; \
    -			case 5: l2|=((unsigned long)(*(--(c))));     \
    -			case 4: l1 =((unsigned long)(*(--(c))))<<24L; \
    -			case 3: l1|=((unsigned long)(*(--(c))))<<16L; \
    -			case 2: l1|=((unsigned long)(*(--(c))))<< 8L; \
    -			case 1: l1|=((unsigned long)(*(--(c))));     \
    -				} \
    -			}
    -
    -#undef l2c
    -#define l2c(l,c)	(*((c)++)=(unsigned char)(((l)     )&0xff), \
    -			 *((c)++)=(unsigned char)(((l)>> 8L)&0xff), \
    -			 *((c)++)=(unsigned char)(((l)>>16L)&0xff), \
    -			 *((c)++)=(unsigned char)(((l)>>24L)&0xff))
    +# undef c2ln
    +# define c2ln(c,l1,l2,n) { \
    +                        c+=n; \
    +                        l1=l2=0; \
    +                        switch (n) { \
    +                        case 8: l2 =((unsigned long)(*(--(c))))<<24L; \
    +                        case 7: l2|=((unsigned long)(*(--(c))))<<16L; \
    +                        case 6: l2|=((unsigned long)(*(--(c))))<< 8L; \
    +                        case 5: l2|=((unsigned long)(*(--(c))));     \
    +                        case 4: l1 =((unsigned long)(*(--(c))))<<24L; \
    +                        case 3: l1|=((unsigned long)(*(--(c))))<<16L; \
    +                        case 2: l1|=((unsigned long)(*(--(c))))<< 8L; \
    +                        case 1: l1|=((unsigned long)(*(--(c))));     \
    +                                } \
    +                        }
    +
    +# undef l2c
    +# define l2c(l,c)        (*((c)++)=(unsigned char)(((l)     )&0xff), \
    +                         *((c)++)=(unsigned char)(((l)>> 8L)&0xff), \
    +                         *((c)++)=(unsigned char)(((l)>>16L)&0xff), \
    +                         *((c)++)=(unsigned char)(((l)>>24L)&0xff))
     
     /* NOTE - c is not incremented as per l2c */
    -#undef l2cn
    -#define l2cn(l1,l2,c,n)	{ \
    -			c+=n; \
    -			switch (n) { \
    -			case 8: *(--(c))=(unsigned char)(((l2)>>24L)&0xff); \
    -			case 7: *(--(c))=(unsigned char)(((l2)>>16L)&0xff); \
    -			case 6: *(--(c))=(unsigned char)(((l2)>> 8L)&0xff); \
    -			case 5: *(--(c))=(unsigned char)(((l2)     )&0xff); \
    -			case 4: *(--(c))=(unsigned char)(((l1)>>24L)&0xff); \
    -			case 3: *(--(c))=(unsigned char)(((l1)>>16L)&0xff); \
    -			case 2: *(--(c))=(unsigned char)(((l1)>> 8L)&0xff); \
    -			case 1: *(--(c))=(unsigned char)(((l1)     )&0xff); \
    -				} \
    -			}
    +# undef l2cn
    +# define l2cn(l1,l2,c,n) { \
    +                        c+=n; \
    +                        switch (n) { \
    +                        case 8: *(--(c))=(unsigned char)(((l2)>>24L)&0xff); \
    +                        case 7: *(--(c))=(unsigned char)(((l2)>>16L)&0xff); \
    +                        case 6: *(--(c))=(unsigned char)(((l2)>> 8L)&0xff); \
    +                        case 5: *(--(c))=(unsigned char)(((l2)     )&0xff); \
    +                        case 4: *(--(c))=(unsigned char)(((l1)>>24L)&0xff); \
    +                        case 3: *(--(c))=(unsigned char)(((l1)>>16L)&0xff); \
    +                        case 2: *(--(c))=(unsigned char)(((l1)>> 8L)&0xff); \
    +                        case 1: *(--(c))=(unsigned char)(((l1)     )&0xff); \
    +                                } \
    +                        }
     
     /* NOTE - c is not incremented as per n2l */
    -#define n2ln(c,l1,l2,n)	{ \
    -			c+=n; \
    -			l1=l2=0; \
    -			switch (n) { \
    -			case 8: l2 =((unsigned long)(*(--(c))))    ; \
    -			case 7: l2|=((unsigned long)(*(--(c))))<< 8; \
    -			case 6: l2|=((unsigned long)(*(--(c))))<<16; \
    -			case 5: l2|=((unsigned long)(*(--(c))))<<24; \
    -			case 4: l1 =((unsigned long)(*(--(c))))    ; \
    -			case 3: l1|=((unsigned long)(*(--(c))))<< 8; \
    -			case 2: l1|=((unsigned long)(*(--(c))))<<16; \
    -			case 1: l1|=((unsigned long)(*(--(c))))<<24; \
    -				} \
    -			}
    +# define n2ln(c,l1,l2,n) { \
    +                        c+=n; \
    +                        l1=l2=0; \
    +                        switch (n) { \
    +                        case 8: l2 =((unsigned long)(*(--(c))))    ; \
    +                        case 7: l2|=((unsigned long)(*(--(c))))<< 8; \
    +                        case 6: l2|=((unsigned long)(*(--(c))))<<16; \
    +                        case 5: l2|=((unsigned long)(*(--(c))))<<24; \
    +                        case 4: l1 =((unsigned long)(*(--(c))))    ; \
    +                        case 3: l1|=((unsigned long)(*(--(c))))<< 8; \
    +                        case 2: l1|=((unsigned long)(*(--(c))))<<16; \
    +                        case 1: l1|=((unsigned long)(*(--(c))))<<24; \
    +                                } \
    +                        }
     
     /* NOTE - c is not incremented as per l2n */
    -#define l2nn(l1,l2,c,n)	{ \
    -			c+=n; \
    -			switch (n) { \
    -			case 8: *(--(c))=(unsigned char)(((l2)    )&0xff); \
    -			case 7: *(--(c))=(unsigned char)(((l2)>> 8)&0xff); \
    -			case 6: *(--(c))=(unsigned char)(((l2)>>16)&0xff); \
    -			case 5: *(--(c))=(unsigned char)(((l2)>>24)&0xff); \
    -			case 4: *(--(c))=(unsigned char)(((l1)    )&0xff); \
    -			case 3: *(--(c))=(unsigned char)(((l1)>> 8)&0xff); \
    -			case 2: *(--(c))=(unsigned char)(((l1)>>16)&0xff); \
    -			case 1: *(--(c))=(unsigned char)(((l1)>>24)&0xff); \
    -				} \
    -			}
    -
    -#undef n2l
    -#define n2l(c,l)        (l =((unsigned long)(*((c)++)))<<24L, \
    +# define l2nn(l1,l2,c,n) { \
    +                        c+=n; \
    +                        switch (n) { \
    +                        case 8: *(--(c))=(unsigned char)(((l2)    )&0xff); \
    +                        case 7: *(--(c))=(unsigned char)(((l2)>> 8)&0xff); \
    +                        case 6: *(--(c))=(unsigned char)(((l2)>>16)&0xff); \
    +                        case 5: *(--(c))=(unsigned char)(((l2)>>24)&0xff); \
    +                        case 4: *(--(c))=(unsigned char)(((l1)    )&0xff); \
    +                        case 3: *(--(c))=(unsigned char)(((l1)>> 8)&0xff); \
    +                        case 2: *(--(c))=(unsigned char)(((l1)>>16)&0xff); \
    +                        case 1: *(--(c))=(unsigned char)(((l1)>>24)&0xff); \
    +                                } \
    +                        }
    +
    +# undef n2l
    +# define n2l(c,l)        (l =((unsigned long)(*((c)++)))<<24L, \
                              l|=((unsigned long)(*((c)++)))<<16L, \
                              l|=((unsigned long)(*((c)++)))<< 8L, \
                              l|=((unsigned long)(*((c)++))))
     
    -#undef l2n
    -#define l2n(l,c)        (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \
    +# undef l2n
    +# define l2n(l,c)        (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \
                              *((c)++)=(unsigned char)(((l)>>16L)&0xff), \
                              *((c)++)=(unsigned char)(((l)>> 8L)&0xff), \
                              *((c)++)=(unsigned char)(((l)     )&0xff))
     
    -/* This is actually a big endian algorithm, the most significant byte
    - * is used to lookup array 0 */
    +/*
    + * This is actually a big endian algorithm, the most significant byte is used
    + * to lookup array 0
    + */
     
    -#if defined(BF_PTR2)
    +# if defined(BF_PTR2)
     
     /*
      * This is basically a special Intel version. Point is that Intel
    @@ -161,25 +163,25 @@
      * generated by EGCS is *perfectly* competitive with assembler
      * implementation!
      */
    -#define BF_ENC(LL,R,KEY,Pi) (\
    -	LL^=KEY[Pi], \
    -	t=  KEY[BF_ROUNDS+2 +   0 + ((R>>24)&0xFF)], \
    -	t+= KEY[BF_ROUNDS+2 + 256 + ((R>>16)&0xFF)], \
    -	t^= KEY[BF_ROUNDS+2 + 512 + ((R>>8 )&0xFF)], \
    -	t+= KEY[BF_ROUNDS+2 + 768 + ((R    )&0xFF)], \
    -	LL^=t \
    -	)
    -
    -#elif defined(BF_PTR)
    -
    -#ifndef BF_LONG_LOG2
    -#define BF_LONG_LOG2  2       /* default to BF_LONG being 32 bits */
    -#endif
    -#define BF_M  (0xFF<>24)&0xFF)], \
    +        t+= KEY[BF_ROUNDS+2 + 256 + ((R>>16)&0xFF)], \
    +        t^= KEY[BF_ROUNDS+2 + 512 + ((R>>8 )&0xFF)], \
    +        t+= KEY[BF_ROUNDS+2 + 768 + ((R    )&0xFF)], \
    +        LL^=t \
    +        )
    +
    +# elif defined(BF_PTR)
    +
    +#  ifndef BF_LONG_LOG2
    +#   define BF_LONG_LOG2  2      /* default to BF_LONG being 32 bits */
    +#  endif
    +#  define BF_M  (0xFF<>BF_0)&BF_M))+ \
    -		*(BF_LONG *)((unsigned char *)&(S[256])+((R>>BF_1)&BF_M)))^ \
    -		*(BF_LONG *)((unsigned char *)&(S[512])+((R>>BF_2)&BF_M)))+ \
    -		*(BF_LONG *)((unsigned char *)&(S[768])+((R<>BF_0)&BF_M))+ \
    +                *(BF_LONG *)((unsigned char *)&(S[256])+((R>>BF_1)&BF_M)))^ \
    +                *(BF_LONG *)((unsigned char *)&(S[512])+((R>>BF_2)&BF_M)))+ \
    +                *(BF_LONG *)((unsigned char *)&(S[768])+((R<>24)&0xff)] + \
    -		S[0x0100+((int)(R>>16)&0xff)])^ \
    -		S[0x0200+((int)(R>> 8)&0xff)])+ \
    -		S[0x0300+((int)(R    )&0xff)])&0xffffffffL \
    -	)
    -#endif
    +#  define BF_ENC(LL,R,S,P) ( \
    +        LL^=P, \
    +        LL^=((( S[       ((int)(R>>24)&0xff)] + \
    +                S[0x0100+((int)(R>>16)&0xff)])^ \
    +                S[0x0200+((int)(R>> 8)&0xff)])+ \
    +                S[0x0300+((int)(R    )&0xff)])&0xffffffffL \
    +        )
    +# endif
     
     #endif
    diff --git a/openssl/crypto/bf/bf_ofb64.c b/openssl/crypto/bf/bf_ofb64.c
    index f2a9ff6e4..a8d190b5d 100644
    --- a/openssl/crypto/bf/bf_ofb64.c
    +++ b/openssl/crypto/bf/bf_ofb64.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -59,52 +59,52 @@
     #include 
     #include "bf_locl.h"
     
    -/* The input and output encrypted as though 64bit ofb mode is being
    - * used.  The extra state information to record how much of the
    - * 64bit block we have used is contained in *num;
    +/*
    + * The input and output encrypted as though 64bit ofb mode is being used.
    + * The extra state information to record how much of the 64bit block we have
    + * used is contained in *num;
      */
    -void BF_ofb64_encrypt(const unsigned char *in, unsigned char *out, long length,
    -	     const BF_KEY *schedule, unsigned char *ivec, int *num)
    -	{
    -	register BF_LONG v0,v1,t;
    -	register int n= *num;
    -	register long l=length;
    -	unsigned char d[8];
    -	register char *dp;
    -	BF_LONG ti[2];
    -	unsigned char *iv;
    -	int save=0;
    -
    -	iv=(unsigned char *)ivec;
    -	n2l(iv,v0);
    -	n2l(iv,v1);
    -	ti[0]=v0;
    -	ti[1]=v1;
    -	dp=(char *)d;
    -	l2n(v0,dp);
    -	l2n(v1,dp);
    -	while (l--)
    -		{
    -		if (n == 0)
    -			{
    -			BF_encrypt((BF_LONG *)ti,schedule);
    -			dp=(char *)d;
    -			t=ti[0]; l2n(t,dp);
    -			t=ti[1]; l2n(t,dp);
    -			save++;
    -			}
    -		*(out++)= *(in++)^d[n];
    -		n=(n+1)&0x07;
    -		}
    -	if (save)
    -		{
    -		v0=ti[0];
    -		v1=ti[1];
    -		iv=(unsigned char *)ivec;
    -		l2n(v0,iv);
    -		l2n(v1,iv);
    -		}
    -	t=v0=v1=ti[0]=ti[1]=0;
    -	*num=n;
    -	}
    +void BF_ofb64_encrypt(const unsigned char *in, unsigned char *out,
    +                      long length, const BF_KEY *schedule,
    +                      unsigned char *ivec, int *num)
    +{
    +    register BF_LONG v0, v1, t;
    +    register int n = *num;
    +    register long l = length;
    +    unsigned char d[8];
    +    register char *dp;
    +    BF_LONG ti[2];
    +    unsigned char *iv;
    +    int save = 0;
     
    +    iv = (unsigned char *)ivec;
    +    n2l(iv, v0);
    +    n2l(iv, v1);
    +    ti[0] = v0;
    +    ti[1] = v1;
    +    dp = (char *)d;
    +    l2n(v0, dp);
    +    l2n(v1, dp);
    +    while (l--) {
    +        if (n == 0) {
    +            BF_encrypt((BF_LONG *)ti, schedule);
    +            dp = (char *)d;
    +            t = ti[0];
    +            l2n(t, dp);
    +            t = ti[1];
    +            l2n(t, dp);
    +            save++;
    +        }
    +        *(out++) = *(in++) ^ d[n];
    +        n = (n + 1) & 0x07;
    +    }
    +    if (save) {
    +        v0 = ti[0];
    +        v1 = ti[1];
    +        iv = (unsigned char *)ivec;
    +        l2n(v0, iv);
    +        l2n(v1, iv);
    +    }
    +    t = v0 = v1 = ti[0] = ti[1] = 0;
    +    *num = n;
    +}
    diff --git a/openssl/crypto/bf/bf_opts.c b/openssl/crypto/bf/bf_opts.c
    index 1721bb99b..f85495cf9 100644
    --- a/openssl/crypto/bf/bf_opts.c
    +++ b/openssl/crypto/bf/bf_opts.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,18 +49,20 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
     
    -/* define PART1, PART2, PART3 or PART4 to build only with a few of the options.
    - * This is for machines with 64k code segment size restrictions. */
    +/*
    + * define PART1, PART2, PART3 or PART4 to build only with a few of the
    + * options. This is for machines with 64k code segment size restrictions.
    + */
     
     #if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC)) && !defined(OPENSSL_SYS_MACOSX)
    -#define TIMES
    +# define TIMES
     #endif
     
     #include 
    @@ -68,46 +70,39 @@
     #include 
     #include OPENSSL_UNISTD_IO
     OPENSSL_DECLARE_EXIT
    -
     #ifndef OPENSSL_SYS_NETWARE
    -#include 
    +# include 
     #endif
    -
     #ifndef _IRIX
    -#include 
    +# include 
     #endif
     #ifdef TIMES
    -#include 
    -#include 
    +# include 
    +# include 
     #endif
    -
    -/* Depending on the VMS version, the tms structure is perhaps defined.
    -   The __TMS macro will show if it was.  If it wasn't defined, we should
    -   undefine TIMES, since that tells the rest of the program how things
    -   should be handled.				-- Richard Levitte */
    +    /*
    +     * Depending on the VMS version, the tms structure is perhaps defined.
    +     * The __TMS macro will show if it was.  If it wasn't defined, we should
    +     * undefine TIMES, since that tells the rest of the program how things
    +     * should be handled.  -- Richard Levitte
    +     */
     #if defined(OPENSSL_SYS_VMS_DECC) && !defined(__TMS)
    -#undef TIMES
    +# undef TIMES
     #endif
    -
     #ifndef TIMES
    -#include 
    +# include 
     #endif
    -
     #if defined(sun) || defined(__ultrix)
    -#define _POSIX_SOURCE
    -#include 
    -#include 
    +# define _POSIX_SOURCE
    +# include 
    +# include 
     #endif
    -
     #include 
    -
     #define BF_DEFAULT_OPTIONS
    -
     #undef BF_ENC
     #define BF_encrypt  BF_encrypt_normal
     #undef HEADER_BF_LOCL_H
     #include "bf_enc.c"
    -
     #define BF_PTR
     #undef BF_PTR2
     #undef BF_ENC
    @@ -115,7 +110,6 @@ OPENSSL_DECLARE_EXIT
     #define BF_encrypt  BF_encrypt_ptr
     #undef HEADER_BF_LOCL_H
     #include "bf_enc.c"
    -
     #undef BF_PTR
     #define BF_PTR2
     #undef BF_ENC
    @@ -123,209 +117,208 @@ OPENSSL_DECLARE_EXIT
     #define BF_encrypt  BF_encrypt_ptr2
     #undef HEADER_BF_LOCL_H
     #include "bf_enc.c"
    -
     /* The following if from times(3) man page.  It may need to be changed */
     #ifndef HZ
     # ifndef CLK_TCK
    -#  ifndef _BSD_CLK_TCK_ /* FreeBSD fix */
    -#   define HZ	100.0
    -#  else /* _BSD_CLK_TCK_ */
    +#  ifndef _BSD_CLK_TCK_         /* FreeBSD fix */
    +#   define HZ   100.0
    +#  else                         /* _BSD_CLK_TCK_ */
     #   define HZ ((double)_BSD_CLK_TCK_)
     #  endif
    -# else /* CLK_TCK */
    +# else                          /* CLK_TCK */
     #  define HZ ((double)CLK_TCK)
     # endif
     #endif
    -
    -#define BUFSIZE	((long)1024)
    -long run=0;
    +#define BUFSIZE ((long)1024)
    +long run = 0;
     
     double Time_F(int s);
     #ifdef SIGALRM
    -#if defined(__STDC__) || defined(sgi)
    -#define SIGRETTYPE void
    -#else
    -#define SIGRETTYPE int
    -#endif
    +# if defined(__STDC__) || defined(sgi)
    +#  define SIGRETTYPE void
    +# else
    +#  define SIGRETTYPE int
    +# endif
     
     SIGRETTYPE sig_done(int sig);
     SIGRETTYPE sig_done(int sig)
    -	{
    -	signal(SIGALRM,sig_done);
    -	run=0;
    -#ifdef LINT
    -	sig=sig;
    -#endif
    -	}
    +{
    +    signal(SIGALRM, sig_done);
    +    run = 0;
    +# ifdef LINT
    +    sig = sig;
    +# endif
    +}
     #endif
     
    -#define START	0
    -#define STOP	1
    +#define START   0
    +#define STOP    1
     
     double Time_F(int s)
    -	{
    -	double ret;
    +{
    +    double ret;
     #ifdef TIMES
    -	static struct tms tstart,tend;
    -
    -	if (s == START)
    -		{
    -		times(&tstart);
    -		return(0);
    -		}
    -	else
    -		{
    -		times(&tend);
    -		ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
    -		return((ret == 0.0)?1e-6:ret);
    -		}
    -#else /* !times() */
    -	static struct timeb tstart,tend;
    -	long i;
    -
    -	if (s == START)
    -		{
    -		ftime(&tstart);
    -		return(0);
    -		}
    -	else
    -		{
    -		ftime(&tend);
    -		i=(long)tend.millitm-(long)tstart.millitm;
    -		ret=((double)(tend.time-tstart.time))+((double)i)/1000.0;
    -		return((ret == 0.0)?1e-6:ret);
    -		}
    +    static struct tms tstart, tend;
    +
    +    if (s == START) {
    +        times(&tstart);
    +        return (0);
    +    } else {
    +        times(&tend);
    +        ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ;
    +        return ((ret == 0.0) ? 1e-6 : ret);
    +    }
    +#else                           /* !times() */
    +    static struct timeb tstart, tend;
    +    long i;
    +
    +    if (s == START) {
    +        ftime(&tstart);
    +        return (0);
    +    } else {
    +        ftime(&tend);
    +        i = (long)tend.millitm - (long)tstart.millitm;
    +        ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1000.0;
    +        return ((ret == 0.0) ? 1e-6 : ret);
    +    }
     #endif
    -	}
    +}
     
     #ifdef SIGALRM
    -#define print_name(name) fprintf(stderr,"Doing %s's for 10 seconds\n",name); alarm(10);
    +# define print_name(name) fprintf(stderr,"Doing %s's for 10 seconds\n",name); alarm(10);
     #else
    -#define print_name(name) fprintf(stderr,"Doing %s %ld times\n",name,cb);
    +# define print_name(name) fprintf(stderr,"Doing %s %ld times\n",name,cb);
     #endif
    -	
    +
     #define time_it(func,name,index) \
    -	print_name(name); \
    -	Time_F(START); \
    -	for (count=0,run=1; COND(cb); count+=4) \
    -		{ \
    -		unsigned long d[2]; \
    -		func(d,&sch); \
    -		func(d,&sch); \
    -		func(d,&sch); \
    -		func(d,&sch); \
    -		} \
    -	tm[index]=Time_F(STOP); \
    -	fprintf(stderr,"%ld %s's in %.2f second\n",count,name,tm[index]); \
    -	tm[index]=((double)COUNT(cb))/tm[index];
    +        print_name(name); \
    +        Time_F(START); \
    +        for (count=0,run=1; COND(cb); count+=4) \
    +                { \
    +                unsigned long d[2]; \
    +                func(d,&sch); \
    +                func(d,&sch); \
    +                func(d,&sch); \
    +                func(d,&sch); \
    +                } \
    +        tm[index]=Time_F(STOP); \
    +        fprintf(stderr,"%ld %s's in %.2f second\n",count,name,tm[index]); \
    +        tm[index]=((double)COUNT(cb))/tm[index];
     
     #define print_it(name,index) \
    -	fprintf(stderr,"%s bytes per sec = %12.2f (%5.1fuS)\n",name, \
    -		tm[index]*8,1.0e6/tm[index]);
    +        fprintf(stderr,"%s bytes per sec = %12.2f (%5.1fuS)\n",name, \
    +                tm[index]*8,1.0e6/tm[index]);
     
     int main(int argc, char **argv)
    -	{
    -	long count;
    -	static unsigned char buf[BUFSIZE];
    -	static char key[16]={	0x12,0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,
    -				0x12,0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0};
    -	BF_KEY sch;
    -	double d,tm[16],max=0;
    -	int rank[16];
    -	char *str[16];
    -	int max_idx=0,i,num=0,j;
    +{
    +    long count;
    +    static unsigned char buf[BUFSIZE];
    +    static char key[16] = { 0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0,
    +        0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0
    +    };
    +    BF_KEY sch;
    +    double d, tm[16], max = 0;
    +    int rank[16];
    +    char *str[16];
    +    int max_idx = 0, i, num = 0, j;
     #ifndef SIGALARM
    -	long ca,cb,cc,cd,ce;
    +    long ca, cb, cc, cd, ce;
     #endif
     
    -	for (i=0; i<12; i++)
    -		{
    -		tm[i]=0.0;
    -		rank[i]=0;
    -		}
    +    for (i = 0; i < 12; i++) {
    +        tm[i] = 0.0;
    +        rank[i] = 0;
    +    }
     
     #ifndef TIMES
    -	fprintf(stderr,"To get the most accurate results, try to run this\n");
    -	fprintf(stderr,"program when this computer is idle.\n");
    +    fprintf(stderr, "To get the most accurate results, try to run this\n");
    +    fprintf(stderr, "program when this computer is idle.\n");
     #endif
     
    -	BF_set_key(&sch,16,key);
    +    BF_set_key(&sch, 16, key);
     
     #ifndef SIGALRM
    -	fprintf(stderr,"First we calculate the approximate speed ...\n");
    -	count=10;
    -	do	{
    -		long i;
    -		unsigned long data[2];
    -
    -		count*=2;
    -		Time_F(START);
    -		for (i=count; i; i--)
    -			BF_encrypt(data,&sch);
    -		d=Time_F(STOP);
    -		} while (d < 3.0);
    -	ca=count;
    -	cb=count*3;
    -	cc=count*3*8/BUFSIZE+1;
    -	cd=count*8/BUFSIZE+1;
    -
    -	ce=count/20+1;
    -#define COND(d) (count != (d))
    -#define COUNT(d) (d)
    +    fprintf(stderr, "First we calculate the approximate speed ...\n");
    +    count = 10;
    +    do {
    +        long i;
    +        unsigned long data[2];
    +
    +        count *= 2;
    +        Time_F(START);
    +        for (i = count; i; i--)
    +            BF_encrypt(data, &sch);
    +        d = Time_F(STOP);
    +    } while (d < 3.0);
    +    ca = count;
    +    cb = count * 3;
    +    cc = count * 3 * 8 / BUFSIZE + 1;
    +    cd = count * 8 / BUFSIZE + 1;
    +
    +    ce = count / 20 + 1;
    +# define COND(d) (count != (d))
    +# define COUNT(d) (d)
     #else
    -#define COND(c) (run)
    -#define COUNT(d) (count)
    -        signal(SIGALRM,sig_done);
    -        alarm(10);
    +# define COND(c) (run)
    +# define COUNT(d) (count)
    +    signal(SIGALRM, sig_done);
    +    alarm(10);
     #endif
     
    -	time_it(BF_encrypt_normal,	"BF_encrypt_normal ", 0);
    -	time_it(BF_encrypt_ptr,		"BF_encrypt_ptr    ", 1);
    -	time_it(BF_encrypt_ptr2,	"BF_encrypt_ptr2   ", 2);
    -	num+=3;
    -
    -	str[0]="";
    -	print_it("BF_encrypt_normal ",0);
    -	max=tm[0];
    -	max_idx=0;
    -	str[1]="ptr      ";
    -	print_it("BF_encrypt_ptr ",1);
    -	if (max < tm[1]) { max=tm[1]; max_idx=1; }
    -	str[2]="ptr2     ";
    -	print_it("BF_encrypt_ptr2 ",2);
    -	if (max < tm[2]) { max=tm[2]; max_idx=2; }
    -
    -	printf("options    BF ecb/s\n");
    -	printf("%s %12.2f 100.0%%\n",str[max_idx],tm[max_idx]);
    -	d=tm[max_idx];
    -	tm[max_idx]= -2.0;
    -	max= -1.0;
    -	for (;;)
    -		{
    -		for (i=0; i<3; i++)
    -			{
    -			if (max < tm[i]) { max=tm[i]; j=i; }
    -			}
    -		if (max < 0.0) break;
    -		printf("%s %12.2f  %4.1f%%\n",str[j],tm[j],tm[j]/d*100.0);
    -		tm[j]= -2.0;
    -		max= -1.0;
    -		}
    -
    -	switch (max_idx)
    -		{
    -	case 0:
    -		printf("-DBF_DEFAULT_OPTIONS\n");
    -		break;
    -	case 1:
    -		printf("-DBF_PTR\n");
    -		break;
    -	case 2:
    -		printf("-DBF_PTR2\n");
    -		break;
    -		}
    -	exit(0);
    +    time_it(BF_encrypt_normal, "BF_encrypt_normal ", 0);
    +    time_it(BF_encrypt_ptr, "BF_encrypt_ptr    ", 1);
    +    time_it(BF_encrypt_ptr2, "BF_encrypt_ptr2   ", 2);
    +    num += 3;
    +
    +    str[0] = "";
    +    print_it("BF_encrypt_normal ", 0);
    +    max = tm[0];
    +    max_idx = 0;
    +    str[1] = "ptr      ";
    +    print_it("BF_encrypt_ptr ", 1);
    +    if (max < tm[1]) {
    +        max = tm[1];
    +        max_idx = 1;
    +    }
    +    str[2] = "ptr2     ";
    +    print_it("BF_encrypt_ptr2 ", 2);
    +    if (max < tm[2]) {
    +        max = tm[2];
    +        max_idx = 2;
    +    }
    +
    +    printf("options    BF ecb/s\n");
    +    printf("%s %12.2f 100.0%%\n", str[max_idx], tm[max_idx]);
    +    d = tm[max_idx];
    +    tm[max_idx] = -2.0;
    +    max = -1.0;
    +    for (;;) {
    +        for (i = 0; i < 3; i++) {
    +            if (max < tm[i]) {
    +                max = tm[i];
    +                j = i;
    +            }
    +        }
    +        if (max < 0.0)
    +            break;
    +        printf("%s %12.2f  %4.1f%%\n", str[j], tm[j], tm[j] / d * 100.0);
    +        tm[j] = -2.0;
    +        max = -1.0;
    +    }
    +
    +    switch (max_idx) {
    +    case 0:
    +        printf("-DBF_DEFAULT_OPTIONS\n");
    +        break;
    +    case 1:
    +        printf("-DBF_PTR\n");
    +        break;
    +    case 2:
    +        printf("-DBF_PTR2\n");
    +        break;
    +    }
    +    exit(0);
     #if defined(LINT) || defined(OPENSSL_SYS_MSDOS)
    -	return(0);
    +    return (0);
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/bf/bf_pi.h b/openssl/crypto/bf/bf_pi.h
    index 9949513c6..46a26739b 100644
    --- a/openssl/crypto/bf/bf_pi.h
    +++ b/openssl/crypto/bf/bf_pi.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,277 +49,531 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
     
    -static const BF_KEY bf_init= {
    -	{
    -	0x243f6a88L, 0x85a308d3L, 0x13198a2eL, 0x03707344L,
    -	0xa4093822L, 0x299f31d0L, 0x082efa98L, 0xec4e6c89L,
    -	0x452821e6L, 0x38d01377L, 0xbe5466cfL, 0x34e90c6cL,
    -	0xc0ac29b7L, 0xc97c50ddL, 0x3f84d5b5L, 0xb5470917L,
    -	0x9216d5d9L, 0x8979fb1b
    -	},{
    -	0xd1310ba6L, 0x98dfb5acL, 0x2ffd72dbL, 0xd01adfb7L, 
    -	0xb8e1afedL, 0x6a267e96L, 0xba7c9045L, 0xf12c7f99L, 
    -	0x24a19947L, 0xb3916cf7L, 0x0801f2e2L, 0x858efc16L, 
    -	0x636920d8L, 0x71574e69L, 0xa458fea3L, 0xf4933d7eL, 
    -	0x0d95748fL, 0x728eb658L, 0x718bcd58L, 0x82154aeeL, 
    -	0x7b54a41dL, 0xc25a59b5L, 0x9c30d539L, 0x2af26013L, 
    -	0xc5d1b023L, 0x286085f0L, 0xca417918L, 0xb8db38efL, 
    -	0x8e79dcb0L, 0x603a180eL, 0x6c9e0e8bL, 0xb01e8a3eL, 
    -	0xd71577c1L, 0xbd314b27L, 0x78af2fdaL, 0x55605c60L, 
    -	0xe65525f3L, 0xaa55ab94L, 0x57489862L, 0x63e81440L, 
    -	0x55ca396aL, 0x2aab10b6L, 0xb4cc5c34L, 0x1141e8ceL, 
    -	0xa15486afL, 0x7c72e993L, 0xb3ee1411L, 0x636fbc2aL, 
    -	0x2ba9c55dL, 0x741831f6L, 0xce5c3e16L, 0x9b87931eL, 
    -	0xafd6ba33L, 0x6c24cf5cL, 0x7a325381L, 0x28958677L, 
    -	0x3b8f4898L, 0x6b4bb9afL, 0xc4bfe81bL, 0x66282193L, 
    -	0x61d809ccL, 0xfb21a991L, 0x487cac60L, 0x5dec8032L, 
    -	0xef845d5dL, 0xe98575b1L, 0xdc262302L, 0xeb651b88L, 
    -	0x23893e81L, 0xd396acc5L, 0x0f6d6ff3L, 0x83f44239L, 
    -	0x2e0b4482L, 0xa4842004L, 0x69c8f04aL, 0x9e1f9b5eL, 
    -	0x21c66842L, 0xf6e96c9aL, 0x670c9c61L, 0xabd388f0L, 
    -	0x6a51a0d2L, 0xd8542f68L, 0x960fa728L, 0xab5133a3L, 
    -	0x6eef0b6cL, 0x137a3be4L, 0xba3bf050L, 0x7efb2a98L, 
    -	0xa1f1651dL, 0x39af0176L, 0x66ca593eL, 0x82430e88L, 
    -	0x8cee8619L, 0x456f9fb4L, 0x7d84a5c3L, 0x3b8b5ebeL, 
    -	0xe06f75d8L, 0x85c12073L, 0x401a449fL, 0x56c16aa6L, 
    -	0x4ed3aa62L, 0x363f7706L, 0x1bfedf72L, 0x429b023dL, 
    -	0x37d0d724L, 0xd00a1248L, 0xdb0fead3L, 0x49f1c09bL, 
    -	0x075372c9L, 0x80991b7bL, 0x25d479d8L, 0xf6e8def7L, 
    -	0xe3fe501aL, 0xb6794c3bL, 0x976ce0bdL, 0x04c006baL, 
    -	0xc1a94fb6L, 0x409f60c4L, 0x5e5c9ec2L, 0x196a2463L, 
    -	0x68fb6fafL, 0x3e6c53b5L, 0x1339b2ebL, 0x3b52ec6fL, 
    -	0x6dfc511fL, 0x9b30952cL, 0xcc814544L, 0xaf5ebd09L, 
    -	0xbee3d004L, 0xde334afdL, 0x660f2807L, 0x192e4bb3L, 
    -	0xc0cba857L, 0x45c8740fL, 0xd20b5f39L, 0xb9d3fbdbL, 
    -	0x5579c0bdL, 0x1a60320aL, 0xd6a100c6L, 0x402c7279L, 
    -	0x679f25feL, 0xfb1fa3ccL, 0x8ea5e9f8L, 0xdb3222f8L, 
    -	0x3c7516dfL, 0xfd616b15L, 0x2f501ec8L, 0xad0552abL, 
    -	0x323db5faL, 0xfd238760L, 0x53317b48L, 0x3e00df82L, 
    -	0x9e5c57bbL, 0xca6f8ca0L, 0x1a87562eL, 0xdf1769dbL, 
    -	0xd542a8f6L, 0x287effc3L, 0xac6732c6L, 0x8c4f5573L, 
    -	0x695b27b0L, 0xbbca58c8L, 0xe1ffa35dL, 0xb8f011a0L, 
    -	0x10fa3d98L, 0xfd2183b8L, 0x4afcb56cL, 0x2dd1d35bL, 
    -	0x9a53e479L, 0xb6f84565L, 0xd28e49bcL, 0x4bfb9790L, 
    -	0xe1ddf2daL, 0xa4cb7e33L, 0x62fb1341L, 0xcee4c6e8L, 
    -	0xef20cadaL, 0x36774c01L, 0xd07e9efeL, 0x2bf11fb4L, 
    -	0x95dbda4dL, 0xae909198L, 0xeaad8e71L, 0x6b93d5a0L, 
    -	0xd08ed1d0L, 0xafc725e0L, 0x8e3c5b2fL, 0x8e7594b7L, 
    -	0x8ff6e2fbL, 0xf2122b64L, 0x8888b812L, 0x900df01cL, 
    -	0x4fad5ea0L, 0x688fc31cL, 0xd1cff191L, 0xb3a8c1adL, 
    -	0x2f2f2218L, 0xbe0e1777L, 0xea752dfeL, 0x8b021fa1L, 
    -	0xe5a0cc0fL, 0xb56f74e8L, 0x18acf3d6L, 0xce89e299L, 
    -	0xb4a84fe0L, 0xfd13e0b7L, 0x7cc43b81L, 0xd2ada8d9L, 
    -	0x165fa266L, 0x80957705L, 0x93cc7314L, 0x211a1477L, 
    -	0xe6ad2065L, 0x77b5fa86L, 0xc75442f5L, 0xfb9d35cfL, 
    -	0xebcdaf0cL, 0x7b3e89a0L, 0xd6411bd3L, 0xae1e7e49L, 
    -	0x00250e2dL, 0x2071b35eL, 0x226800bbL, 0x57b8e0afL, 
    -	0x2464369bL, 0xf009b91eL, 0x5563911dL, 0x59dfa6aaL, 
    -	0x78c14389L, 0xd95a537fL, 0x207d5ba2L, 0x02e5b9c5L, 
    -	0x83260376L, 0x6295cfa9L, 0x11c81968L, 0x4e734a41L, 
    -	0xb3472dcaL, 0x7b14a94aL, 0x1b510052L, 0x9a532915L, 
    -	0xd60f573fL, 0xbc9bc6e4L, 0x2b60a476L, 0x81e67400L, 
    -	0x08ba6fb5L, 0x571be91fL, 0xf296ec6bL, 0x2a0dd915L, 
    -	0xb6636521L, 0xe7b9f9b6L, 0xff34052eL, 0xc5855664L, 
    -	0x53b02d5dL, 0xa99f8fa1L, 0x08ba4799L, 0x6e85076aL, 
    -	0x4b7a70e9L, 0xb5b32944L, 0xdb75092eL, 0xc4192623L, 
    -	0xad6ea6b0L, 0x49a7df7dL, 0x9cee60b8L, 0x8fedb266L, 
    -	0xecaa8c71L, 0x699a17ffL, 0x5664526cL, 0xc2b19ee1L, 
    -	0x193602a5L, 0x75094c29L, 0xa0591340L, 0xe4183a3eL, 
    -	0x3f54989aL, 0x5b429d65L, 0x6b8fe4d6L, 0x99f73fd6L, 
    -	0xa1d29c07L, 0xefe830f5L, 0x4d2d38e6L, 0xf0255dc1L, 
    -	0x4cdd2086L, 0x8470eb26L, 0x6382e9c6L, 0x021ecc5eL, 
    -	0x09686b3fL, 0x3ebaefc9L, 0x3c971814L, 0x6b6a70a1L, 
    -	0x687f3584L, 0x52a0e286L, 0xb79c5305L, 0xaa500737L, 
    -	0x3e07841cL, 0x7fdeae5cL, 0x8e7d44ecL, 0x5716f2b8L, 
    -	0xb03ada37L, 0xf0500c0dL, 0xf01c1f04L, 0x0200b3ffL, 
    -	0xae0cf51aL, 0x3cb574b2L, 0x25837a58L, 0xdc0921bdL, 
    -	0xd19113f9L, 0x7ca92ff6L, 0x94324773L, 0x22f54701L, 
    -	0x3ae5e581L, 0x37c2dadcL, 0xc8b57634L, 0x9af3dda7L, 
    -	0xa9446146L, 0x0fd0030eL, 0xecc8c73eL, 0xa4751e41L, 
    -	0xe238cd99L, 0x3bea0e2fL, 0x3280bba1L, 0x183eb331L, 
    -	0x4e548b38L, 0x4f6db908L, 0x6f420d03L, 0xf60a04bfL, 
    -	0x2cb81290L, 0x24977c79L, 0x5679b072L, 0xbcaf89afL, 
    -	0xde9a771fL, 0xd9930810L, 0xb38bae12L, 0xdccf3f2eL, 
    -	0x5512721fL, 0x2e6b7124L, 0x501adde6L, 0x9f84cd87L, 
    -	0x7a584718L, 0x7408da17L, 0xbc9f9abcL, 0xe94b7d8cL, 
    -	0xec7aec3aL, 0xdb851dfaL, 0x63094366L, 0xc464c3d2L, 
    -	0xef1c1847L, 0x3215d908L, 0xdd433b37L, 0x24c2ba16L, 
    -	0x12a14d43L, 0x2a65c451L, 0x50940002L, 0x133ae4ddL, 
    -	0x71dff89eL, 0x10314e55L, 0x81ac77d6L, 0x5f11199bL, 
    -	0x043556f1L, 0xd7a3c76bL, 0x3c11183bL, 0x5924a509L, 
    -	0xf28fe6edL, 0x97f1fbfaL, 0x9ebabf2cL, 0x1e153c6eL, 
    -	0x86e34570L, 0xeae96fb1L, 0x860e5e0aL, 0x5a3e2ab3L, 
    -	0x771fe71cL, 0x4e3d06faL, 0x2965dcb9L, 0x99e71d0fL, 
    -	0x803e89d6L, 0x5266c825L, 0x2e4cc978L, 0x9c10b36aL, 
    -	0xc6150ebaL, 0x94e2ea78L, 0xa5fc3c53L, 0x1e0a2df4L, 
    -	0xf2f74ea7L, 0x361d2b3dL, 0x1939260fL, 0x19c27960L, 
    -	0x5223a708L, 0xf71312b6L, 0xebadfe6eL, 0xeac31f66L, 
    -	0xe3bc4595L, 0xa67bc883L, 0xb17f37d1L, 0x018cff28L, 
    -	0xc332ddefL, 0xbe6c5aa5L, 0x65582185L, 0x68ab9802L, 
    -	0xeecea50fL, 0xdb2f953bL, 0x2aef7dadL, 0x5b6e2f84L, 
    -	0x1521b628L, 0x29076170L, 0xecdd4775L, 0x619f1510L, 
    -	0x13cca830L, 0xeb61bd96L, 0x0334fe1eL, 0xaa0363cfL, 
    -	0xb5735c90L, 0x4c70a239L, 0xd59e9e0bL, 0xcbaade14L, 
    -	0xeecc86bcL, 0x60622ca7L, 0x9cab5cabL, 0xb2f3846eL, 
    -	0x648b1eafL, 0x19bdf0caL, 0xa02369b9L, 0x655abb50L, 
    -	0x40685a32L, 0x3c2ab4b3L, 0x319ee9d5L, 0xc021b8f7L, 
    -	0x9b540b19L, 0x875fa099L, 0x95f7997eL, 0x623d7da8L, 
    -	0xf837889aL, 0x97e32d77L, 0x11ed935fL, 0x16681281L, 
    -	0x0e358829L, 0xc7e61fd6L, 0x96dedfa1L, 0x7858ba99L, 
    -	0x57f584a5L, 0x1b227263L, 0x9b83c3ffL, 0x1ac24696L, 
    -	0xcdb30aebL, 0x532e3054L, 0x8fd948e4L, 0x6dbc3128L, 
    -	0x58ebf2efL, 0x34c6ffeaL, 0xfe28ed61L, 0xee7c3c73L, 
    -	0x5d4a14d9L, 0xe864b7e3L, 0x42105d14L, 0x203e13e0L, 
    -	0x45eee2b6L, 0xa3aaabeaL, 0xdb6c4f15L, 0xfacb4fd0L, 
    -	0xc742f442L, 0xef6abbb5L, 0x654f3b1dL, 0x41cd2105L, 
    -	0xd81e799eL, 0x86854dc7L, 0xe44b476aL, 0x3d816250L, 
    -	0xcf62a1f2L, 0x5b8d2646L, 0xfc8883a0L, 0xc1c7b6a3L, 
    -	0x7f1524c3L, 0x69cb7492L, 0x47848a0bL, 0x5692b285L, 
    -	0x095bbf00L, 0xad19489dL, 0x1462b174L, 0x23820e00L, 
    -	0x58428d2aL, 0x0c55f5eaL, 0x1dadf43eL, 0x233f7061L, 
    -	0x3372f092L, 0x8d937e41L, 0xd65fecf1L, 0x6c223bdbL, 
    -	0x7cde3759L, 0xcbee7460L, 0x4085f2a7L, 0xce77326eL, 
    -	0xa6078084L, 0x19f8509eL, 0xe8efd855L, 0x61d99735L, 
    -	0xa969a7aaL, 0xc50c06c2L, 0x5a04abfcL, 0x800bcadcL, 
    -	0x9e447a2eL, 0xc3453484L, 0xfdd56705L, 0x0e1e9ec9L, 
    -	0xdb73dbd3L, 0x105588cdL, 0x675fda79L, 0xe3674340L, 
    -	0xc5c43465L, 0x713e38d8L, 0x3d28f89eL, 0xf16dff20L, 
    -	0x153e21e7L, 0x8fb03d4aL, 0xe6e39f2bL, 0xdb83adf7L, 
    -	0xe93d5a68L, 0x948140f7L, 0xf64c261cL, 0x94692934L, 
    -	0x411520f7L, 0x7602d4f7L, 0xbcf46b2eL, 0xd4a20068L, 
    -	0xd4082471L, 0x3320f46aL, 0x43b7d4b7L, 0x500061afL, 
    -	0x1e39f62eL, 0x97244546L, 0x14214f74L, 0xbf8b8840L, 
    -	0x4d95fc1dL, 0x96b591afL, 0x70f4ddd3L, 0x66a02f45L, 
    -	0xbfbc09ecL, 0x03bd9785L, 0x7fac6dd0L, 0x31cb8504L, 
    -	0x96eb27b3L, 0x55fd3941L, 0xda2547e6L, 0xabca0a9aL, 
    -	0x28507825L, 0x530429f4L, 0x0a2c86daL, 0xe9b66dfbL, 
    -	0x68dc1462L, 0xd7486900L, 0x680ec0a4L, 0x27a18deeL, 
    -	0x4f3ffea2L, 0xe887ad8cL, 0xb58ce006L, 0x7af4d6b6L, 
    -	0xaace1e7cL, 0xd3375fecL, 0xce78a399L, 0x406b2a42L, 
    -	0x20fe9e35L, 0xd9f385b9L, 0xee39d7abL, 0x3b124e8bL, 
    -	0x1dc9faf7L, 0x4b6d1856L, 0x26a36631L, 0xeae397b2L, 
    -	0x3a6efa74L, 0xdd5b4332L, 0x6841e7f7L, 0xca7820fbL, 
    -	0xfb0af54eL, 0xd8feb397L, 0x454056acL, 0xba489527L, 
    -	0x55533a3aL, 0x20838d87L, 0xfe6ba9b7L, 0xd096954bL, 
    -	0x55a867bcL, 0xa1159a58L, 0xcca92963L, 0x99e1db33L, 
    -	0xa62a4a56L, 0x3f3125f9L, 0x5ef47e1cL, 0x9029317cL, 
    -	0xfdf8e802L, 0x04272f70L, 0x80bb155cL, 0x05282ce3L, 
    -	0x95c11548L, 0xe4c66d22L, 0x48c1133fL, 0xc70f86dcL, 
    -	0x07f9c9eeL, 0x41041f0fL, 0x404779a4L, 0x5d886e17L, 
    -	0x325f51ebL, 0xd59bc0d1L, 0xf2bcc18fL, 0x41113564L, 
    -	0x257b7834L, 0x602a9c60L, 0xdff8e8a3L, 0x1f636c1bL, 
    -	0x0e12b4c2L, 0x02e1329eL, 0xaf664fd1L, 0xcad18115L, 
    -	0x6b2395e0L, 0x333e92e1L, 0x3b240b62L, 0xeebeb922L, 
    -	0x85b2a20eL, 0xe6ba0d99L, 0xde720c8cL, 0x2da2f728L, 
    -	0xd0127845L, 0x95b794fdL, 0x647d0862L, 0xe7ccf5f0L, 
    -	0x5449a36fL, 0x877d48faL, 0xc39dfd27L, 0xf33e8d1eL, 
    -	0x0a476341L, 0x992eff74L, 0x3a6f6eabL, 0xf4f8fd37L, 
    -	0xa812dc60L, 0xa1ebddf8L, 0x991be14cL, 0xdb6e6b0dL, 
    -	0xc67b5510L, 0x6d672c37L, 0x2765d43bL, 0xdcd0e804L, 
    -	0xf1290dc7L, 0xcc00ffa3L, 0xb5390f92L, 0x690fed0bL, 
    -	0x667b9ffbL, 0xcedb7d9cL, 0xa091cf0bL, 0xd9155ea3L, 
    -	0xbb132f88L, 0x515bad24L, 0x7b9479bfL, 0x763bd6ebL, 
    -	0x37392eb3L, 0xcc115979L, 0x8026e297L, 0xf42e312dL, 
    -	0x6842ada7L, 0xc66a2b3bL, 0x12754cccL, 0x782ef11cL, 
    -	0x6a124237L, 0xb79251e7L, 0x06a1bbe6L, 0x4bfb6350L, 
    -	0x1a6b1018L, 0x11caedfaL, 0x3d25bdd8L, 0xe2e1c3c9L, 
    -	0x44421659L, 0x0a121386L, 0xd90cec6eL, 0xd5abea2aL, 
    -	0x64af674eL, 0xda86a85fL, 0xbebfe988L, 0x64e4c3feL, 
    -	0x9dbc8057L, 0xf0f7c086L, 0x60787bf8L, 0x6003604dL, 
    -	0xd1fd8346L, 0xf6381fb0L, 0x7745ae04L, 0xd736fcccL, 
    -	0x83426b33L, 0xf01eab71L, 0xb0804187L, 0x3c005e5fL, 
    -	0x77a057beL, 0xbde8ae24L, 0x55464299L, 0xbf582e61L, 
    -	0x4e58f48fL, 0xf2ddfda2L, 0xf474ef38L, 0x8789bdc2L, 
    -	0x5366f9c3L, 0xc8b38e74L, 0xb475f255L, 0x46fcd9b9L, 
    -	0x7aeb2661L, 0x8b1ddf84L, 0x846a0e79L, 0x915f95e2L, 
    -	0x466e598eL, 0x20b45770L, 0x8cd55591L, 0xc902de4cL, 
    -	0xb90bace1L, 0xbb8205d0L, 0x11a86248L, 0x7574a99eL, 
    -	0xb77f19b6L, 0xe0a9dc09L, 0x662d09a1L, 0xc4324633L, 
    -	0xe85a1f02L, 0x09f0be8cL, 0x4a99a025L, 0x1d6efe10L, 
    -	0x1ab93d1dL, 0x0ba5a4dfL, 0xa186f20fL, 0x2868f169L, 
    -	0xdcb7da83L, 0x573906feL, 0xa1e2ce9bL, 0x4fcd7f52L, 
    -	0x50115e01L, 0xa70683faL, 0xa002b5c4L, 0x0de6d027L, 
    -	0x9af88c27L, 0x773f8641L, 0xc3604c06L, 0x61a806b5L, 
    -	0xf0177a28L, 0xc0f586e0L, 0x006058aaL, 0x30dc7d62L, 
    -	0x11e69ed7L, 0x2338ea63L, 0x53c2dd94L, 0xc2c21634L, 
    -	0xbbcbee56L, 0x90bcb6deL, 0xebfc7da1L, 0xce591d76L, 
    -	0x6f05e409L, 0x4b7c0188L, 0x39720a3dL, 0x7c927c24L, 
    -	0x86e3725fL, 0x724d9db9L, 0x1ac15bb4L, 0xd39eb8fcL, 
    -	0xed545578L, 0x08fca5b5L, 0xd83d7cd3L, 0x4dad0fc4L, 
    -	0x1e50ef5eL, 0xb161e6f8L, 0xa28514d9L, 0x6c51133cL, 
    -	0x6fd5c7e7L, 0x56e14ec4L, 0x362abfceL, 0xddc6c837L, 
    -	0xd79a3234L, 0x92638212L, 0x670efa8eL, 0x406000e0L, 
    -	0x3a39ce37L, 0xd3faf5cfL, 0xabc27737L, 0x5ac52d1bL, 
    -	0x5cb0679eL, 0x4fa33742L, 0xd3822740L, 0x99bc9bbeL, 
    -	0xd5118e9dL, 0xbf0f7315L, 0xd62d1c7eL, 0xc700c47bL, 
    -	0xb78c1b6bL, 0x21a19045L, 0xb26eb1beL, 0x6a366eb4L, 
    -	0x5748ab2fL, 0xbc946e79L, 0xc6a376d2L, 0x6549c2c8L, 
    -	0x530ff8eeL, 0x468dde7dL, 0xd5730a1dL, 0x4cd04dc6L, 
    -	0x2939bbdbL, 0xa9ba4650L, 0xac9526e8L, 0xbe5ee304L, 
    -	0xa1fad5f0L, 0x6a2d519aL, 0x63ef8ce2L, 0x9a86ee22L, 
    -	0xc089c2b8L, 0x43242ef6L, 0xa51e03aaL, 0x9cf2d0a4L, 
    -	0x83c061baL, 0x9be96a4dL, 0x8fe51550L, 0xba645bd6L, 
    -	0x2826a2f9L, 0xa73a3ae1L, 0x4ba99586L, 0xef5562e9L, 
    -	0xc72fefd3L, 0xf752f7daL, 0x3f046f69L, 0x77fa0a59L, 
    -	0x80e4a915L, 0x87b08601L, 0x9b09e6adL, 0x3b3ee593L, 
    -	0xe990fd5aL, 0x9e34d797L, 0x2cf0b7d9L, 0x022b8b51L, 
    -	0x96d5ac3aL, 0x017da67dL, 0xd1cf3ed6L, 0x7c7d2d28L, 
    -	0x1f9f25cfL, 0xadf2b89bL, 0x5ad6b472L, 0x5a88f54cL, 
    -	0xe029ac71L, 0xe019a5e6L, 0x47b0acfdL, 0xed93fa9bL, 
    -	0xe8d3c48dL, 0x283b57ccL, 0xf8d56629L, 0x79132e28L, 
    -	0x785f0191L, 0xed756055L, 0xf7960e44L, 0xe3d35e8cL, 
    -	0x15056dd4L, 0x88f46dbaL, 0x03a16125L, 0x0564f0bdL, 
    -	0xc3eb9e15L, 0x3c9057a2L, 0x97271aecL, 0xa93a072aL, 
    -	0x1b3f6d9bL, 0x1e6321f5L, 0xf59c66fbL, 0x26dcf319L, 
    -	0x7533d928L, 0xb155fdf5L, 0x03563482L, 0x8aba3cbbL, 
    -	0x28517711L, 0xc20ad9f8L, 0xabcc5167L, 0xccad925fL, 
    -	0x4de81751L, 0x3830dc8eL, 0x379d5862L, 0x9320f991L, 
    -	0xea7a90c2L, 0xfb3e7bceL, 0x5121ce64L, 0x774fbe32L, 
    -	0xa8b6e37eL, 0xc3293d46L, 0x48de5369L, 0x6413e680L, 
    -	0xa2ae0810L, 0xdd6db224L, 0x69852dfdL, 0x09072166L, 
    -	0xb39a460aL, 0x6445c0ddL, 0x586cdecfL, 0x1c20c8aeL, 
    -	0x5bbef7ddL, 0x1b588d40L, 0xccd2017fL, 0x6bb4e3bbL, 
    -	0xdda26a7eL, 0x3a59ff45L, 0x3e350a44L, 0xbcb4cdd5L, 
    -	0x72eacea8L, 0xfa6484bbL, 0x8d6612aeL, 0xbf3c6f47L, 
    -	0xd29be463L, 0x542f5d9eL, 0xaec2771bL, 0xf64e6370L, 
    -	0x740e0d8dL, 0xe75b1357L, 0xf8721671L, 0xaf537d5dL, 
    -	0x4040cb08L, 0x4eb4e2ccL, 0x34d2466aL, 0x0115af84L, 
    -	0xe1b00428L, 0x95983a1dL, 0x06b89fb4L, 0xce6ea048L, 
    -	0x6f3f3b82L, 0x3520ab82L, 0x011a1d4bL, 0x277227f8L, 
    -	0x611560b1L, 0xe7933fdcL, 0xbb3a792bL, 0x344525bdL, 
    -	0xa08839e1L, 0x51ce794bL, 0x2f32c9b7L, 0xa01fbac9L, 
    -	0xe01cc87eL, 0xbcc7d1f6L, 0xcf0111c3L, 0xa1e8aac7L, 
    -	0x1a908749L, 0xd44fbd9aL, 0xd0dadecbL, 0xd50ada38L, 
    -	0x0339c32aL, 0xc6913667L, 0x8df9317cL, 0xe0b12b4fL, 
    -	0xf79e59b7L, 0x43f5bb3aL, 0xf2d519ffL, 0x27d9459cL, 
    -	0xbf97222cL, 0x15e6fc2aL, 0x0f91fc71L, 0x9b941525L, 
    -	0xfae59361L, 0xceb69cebL, 0xc2a86459L, 0x12baa8d1L, 
    -	0xb6c1075eL, 0xe3056a0cL, 0x10d25065L, 0xcb03a442L, 
    -	0xe0ec6e0eL, 0x1698db3bL, 0x4c98a0beL, 0x3278e964L, 
    -	0x9f1f9532L, 0xe0d392dfL, 0xd3a0342bL, 0x8971f21eL, 
    -	0x1b0a7441L, 0x4ba3348cL, 0xc5be7120L, 0xc37632d8L, 
    -	0xdf359f8dL, 0x9b992f2eL, 0xe60b6f47L, 0x0fe3f11dL, 
    -	0xe54cda54L, 0x1edad891L, 0xce6279cfL, 0xcd3e7e6fL, 
    -	0x1618b166L, 0xfd2c1d05L, 0x848fd2c5L, 0xf6fb2299L, 
    -	0xf523f357L, 0xa6327623L, 0x93a83531L, 0x56cccd02L, 
    -	0xacf08162L, 0x5a75ebb5L, 0x6e163697L, 0x88d273ccL, 
    -	0xde966292L, 0x81b949d0L, 0x4c50901bL, 0x71c65614L, 
    -	0xe6c6c7bdL, 0x327a140aL, 0x45e1d006L, 0xc3f27b9aL, 
    -	0xc9aa53fdL, 0x62a80f00L, 0xbb25bfe2L, 0x35bdd2f6L, 
    -	0x71126905L, 0xb2040222L, 0xb6cbcf7cL, 0xcd769c2bL, 
    -	0x53113ec0L, 0x1640e3d3L, 0x38abbd60L, 0x2547adf0L, 
    -	0xba38209cL, 0xf746ce76L, 0x77afa1c5L, 0x20756060L, 
    -	0x85cbfe4eL, 0x8ae88dd8L, 0x7aaaf9b0L, 0x4cf9aa7eL, 
    -	0x1948c25cL, 0x02fb8a8cL, 0x01c36ae4L, 0xd6ebe1f9L, 
    -	0x90d4f869L, 0xa65cdea0L, 0x3f09252dL, 0xc208e69fL, 
    -	0xb74e6132L, 0xce77e25bL, 0x578fdfe3L, 0x3ac372e6L, 
    -	}
    -	};
    -
    +static const BF_KEY bf_init = {
    +    {
    +     0x243f6a88L, 0x85a308d3L, 0x13198a2eL, 0x03707344L,
    +     0xa4093822L, 0x299f31d0L, 0x082efa98L, 0xec4e6c89L,
    +     0x452821e6L, 0x38d01377L, 0xbe5466cfL, 0x34e90c6cL,
    +     0xc0ac29b7L, 0xc97c50ddL, 0x3f84d5b5L, 0xb5470917L,
    +     0x9216d5d9L, 0x8979fb1b}, {
    +                                0xd1310ba6L, 0x98dfb5acL, 0x2ffd72dbL,
    +                                0xd01adfb7L,
    +                                0xb8e1afedL, 0x6a267e96L, 0xba7c9045L,
    +                                0xf12c7f99L,
    +                                0x24a19947L, 0xb3916cf7L, 0x0801f2e2L,
    +                                0x858efc16L,
    +                                0x636920d8L, 0x71574e69L, 0xa458fea3L,
    +                                0xf4933d7eL,
    +                                0x0d95748fL, 0x728eb658L, 0x718bcd58L,
    +                                0x82154aeeL,
    +                                0x7b54a41dL, 0xc25a59b5L, 0x9c30d539L,
    +                                0x2af26013L,
    +                                0xc5d1b023L, 0x286085f0L, 0xca417918L,
    +                                0xb8db38efL,
    +                                0x8e79dcb0L, 0x603a180eL, 0x6c9e0e8bL,
    +                                0xb01e8a3eL,
    +                                0xd71577c1L, 0xbd314b27L, 0x78af2fdaL,
    +                                0x55605c60L,
    +                                0xe65525f3L, 0xaa55ab94L, 0x57489862L,
    +                                0x63e81440L,
    +                                0x55ca396aL, 0x2aab10b6L, 0xb4cc5c34L,
    +                                0x1141e8ceL,
    +                                0xa15486afL, 0x7c72e993L, 0xb3ee1411L,
    +                                0x636fbc2aL,
    +                                0x2ba9c55dL, 0x741831f6L, 0xce5c3e16L,
    +                                0x9b87931eL,
    +                                0xafd6ba33L, 0x6c24cf5cL, 0x7a325381L,
    +                                0x28958677L,
    +                                0x3b8f4898L, 0x6b4bb9afL, 0xc4bfe81bL,
    +                                0x66282193L,
    +                                0x61d809ccL, 0xfb21a991L, 0x487cac60L,
    +                                0x5dec8032L,
    +                                0xef845d5dL, 0xe98575b1L, 0xdc262302L,
    +                                0xeb651b88L,
    +                                0x23893e81L, 0xd396acc5L, 0x0f6d6ff3L,
    +                                0x83f44239L,
    +                                0x2e0b4482L, 0xa4842004L, 0x69c8f04aL,
    +                                0x9e1f9b5eL,
    +                                0x21c66842L, 0xf6e96c9aL, 0x670c9c61L,
    +                                0xabd388f0L,
    +                                0x6a51a0d2L, 0xd8542f68L, 0x960fa728L,
    +                                0xab5133a3L,
    +                                0x6eef0b6cL, 0x137a3be4L, 0xba3bf050L,
    +                                0x7efb2a98L,
    +                                0xa1f1651dL, 0x39af0176L, 0x66ca593eL,
    +                                0x82430e88L,
    +                                0x8cee8619L, 0x456f9fb4L, 0x7d84a5c3L,
    +                                0x3b8b5ebeL,
    +                                0xe06f75d8L, 0x85c12073L, 0x401a449fL,
    +                                0x56c16aa6L,
    +                                0x4ed3aa62L, 0x363f7706L, 0x1bfedf72L,
    +                                0x429b023dL,
    +                                0x37d0d724L, 0xd00a1248L, 0xdb0fead3L,
    +                                0x49f1c09bL,
    +                                0x075372c9L, 0x80991b7bL, 0x25d479d8L,
    +                                0xf6e8def7L,
    +                                0xe3fe501aL, 0xb6794c3bL, 0x976ce0bdL,
    +                                0x04c006baL,
    +                                0xc1a94fb6L, 0x409f60c4L, 0x5e5c9ec2L,
    +                                0x196a2463L,
    +                                0x68fb6fafL, 0x3e6c53b5L, 0x1339b2ebL,
    +                                0x3b52ec6fL,
    +                                0x6dfc511fL, 0x9b30952cL, 0xcc814544L,
    +                                0xaf5ebd09L,
    +                                0xbee3d004L, 0xde334afdL, 0x660f2807L,
    +                                0x192e4bb3L,
    +                                0xc0cba857L, 0x45c8740fL, 0xd20b5f39L,
    +                                0xb9d3fbdbL,
    +                                0x5579c0bdL, 0x1a60320aL, 0xd6a100c6L,
    +                                0x402c7279L,
    +                                0x679f25feL, 0xfb1fa3ccL, 0x8ea5e9f8L,
    +                                0xdb3222f8L,
    +                                0x3c7516dfL, 0xfd616b15L, 0x2f501ec8L,
    +                                0xad0552abL,
    +                                0x323db5faL, 0xfd238760L, 0x53317b48L,
    +                                0x3e00df82L,
    +                                0x9e5c57bbL, 0xca6f8ca0L, 0x1a87562eL,
    +                                0xdf1769dbL,
    +                                0xd542a8f6L, 0x287effc3L, 0xac6732c6L,
    +                                0x8c4f5573L,
    +                                0x695b27b0L, 0xbbca58c8L, 0xe1ffa35dL,
    +                                0xb8f011a0L,
    +                                0x10fa3d98L, 0xfd2183b8L, 0x4afcb56cL,
    +                                0x2dd1d35bL,
    +                                0x9a53e479L, 0xb6f84565L, 0xd28e49bcL,
    +                                0x4bfb9790L,
    +                                0xe1ddf2daL, 0xa4cb7e33L, 0x62fb1341L,
    +                                0xcee4c6e8L,
    +                                0xef20cadaL, 0x36774c01L, 0xd07e9efeL,
    +                                0x2bf11fb4L,
    +                                0x95dbda4dL, 0xae909198L, 0xeaad8e71L,
    +                                0x6b93d5a0L,
    +                                0xd08ed1d0L, 0xafc725e0L, 0x8e3c5b2fL,
    +                                0x8e7594b7L,
    +                                0x8ff6e2fbL, 0xf2122b64L, 0x8888b812L,
    +                                0x900df01cL,
    +                                0x4fad5ea0L, 0x688fc31cL, 0xd1cff191L,
    +                                0xb3a8c1adL,
    +                                0x2f2f2218L, 0xbe0e1777L, 0xea752dfeL,
    +                                0x8b021fa1L,
    +                                0xe5a0cc0fL, 0xb56f74e8L, 0x18acf3d6L,
    +                                0xce89e299L,
    +                                0xb4a84fe0L, 0xfd13e0b7L, 0x7cc43b81L,
    +                                0xd2ada8d9L,
    +                                0x165fa266L, 0x80957705L, 0x93cc7314L,
    +                                0x211a1477L,
    +                                0xe6ad2065L, 0x77b5fa86L, 0xc75442f5L,
    +                                0xfb9d35cfL,
    +                                0xebcdaf0cL, 0x7b3e89a0L, 0xd6411bd3L,
    +                                0xae1e7e49L,
    +                                0x00250e2dL, 0x2071b35eL, 0x226800bbL,
    +                                0x57b8e0afL,
    +                                0x2464369bL, 0xf009b91eL, 0x5563911dL,
    +                                0x59dfa6aaL,
    +                                0x78c14389L, 0xd95a537fL, 0x207d5ba2L,
    +                                0x02e5b9c5L,
    +                                0x83260376L, 0x6295cfa9L, 0x11c81968L,
    +                                0x4e734a41L,
    +                                0xb3472dcaL, 0x7b14a94aL, 0x1b510052L,
    +                                0x9a532915L,
    +                                0xd60f573fL, 0xbc9bc6e4L, 0x2b60a476L,
    +                                0x81e67400L,
    +                                0x08ba6fb5L, 0x571be91fL, 0xf296ec6bL,
    +                                0x2a0dd915L,
    +                                0xb6636521L, 0xe7b9f9b6L, 0xff34052eL,
    +                                0xc5855664L,
    +                                0x53b02d5dL, 0xa99f8fa1L, 0x08ba4799L,
    +                                0x6e85076aL,
    +                                0x4b7a70e9L, 0xb5b32944L, 0xdb75092eL,
    +                                0xc4192623L,
    +                                0xad6ea6b0L, 0x49a7df7dL, 0x9cee60b8L,
    +                                0x8fedb266L,
    +                                0xecaa8c71L, 0x699a17ffL, 0x5664526cL,
    +                                0xc2b19ee1L,
    +                                0x193602a5L, 0x75094c29L, 0xa0591340L,
    +                                0xe4183a3eL,
    +                                0x3f54989aL, 0x5b429d65L, 0x6b8fe4d6L,
    +                                0x99f73fd6L,
    +                                0xa1d29c07L, 0xefe830f5L, 0x4d2d38e6L,
    +                                0xf0255dc1L,
    +                                0x4cdd2086L, 0x8470eb26L, 0x6382e9c6L,
    +                                0x021ecc5eL,
    +                                0x09686b3fL, 0x3ebaefc9L, 0x3c971814L,
    +                                0x6b6a70a1L,
    +                                0x687f3584L, 0x52a0e286L, 0xb79c5305L,
    +                                0xaa500737L,
    +                                0x3e07841cL, 0x7fdeae5cL, 0x8e7d44ecL,
    +                                0x5716f2b8L,
    +                                0xb03ada37L, 0xf0500c0dL, 0xf01c1f04L,
    +                                0x0200b3ffL,
    +                                0xae0cf51aL, 0x3cb574b2L, 0x25837a58L,
    +                                0xdc0921bdL,
    +                                0xd19113f9L, 0x7ca92ff6L, 0x94324773L,
    +                                0x22f54701L,
    +                                0x3ae5e581L, 0x37c2dadcL, 0xc8b57634L,
    +                                0x9af3dda7L,
    +                                0xa9446146L, 0x0fd0030eL, 0xecc8c73eL,
    +                                0xa4751e41L,
    +                                0xe238cd99L, 0x3bea0e2fL, 0x3280bba1L,
    +                                0x183eb331L,
    +                                0x4e548b38L, 0x4f6db908L, 0x6f420d03L,
    +                                0xf60a04bfL,
    +                                0x2cb81290L, 0x24977c79L, 0x5679b072L,
    +                                0xbcaf89afL,
    +                                0xde9a771fL, 0xd9930810L, 0xb38bae12L,
    +                                0xdccf3f2eL,
    +                                0x5512721fL, 0x2e6b7124L, 0x501adde6L,
    +                                0x9f84cd87L,
    +                                0x7a584718L, 0x7408da17L, 0xbc9f9abcL,
    +                                0xe94b7d8cL,
    +                                0xec7aec3aL, 0xdb851dfaL, 0x63094366L,
    +                                0xc464c3d2L,
    +                                0xef1c1847L, 0x3215d908L, 0xdd433b37L,
    +                                0x24c2ba16L,
    +                                0x12a14d43L, 0x2a65c451L, 0x50940002L,
    +                                0x133ae4ddL,
    +                                0x71dff89eL, 0x10314e55L, 0x81ac77d6L,
    +                                0x5f11199bL,
    +                                0x043556f1L, 0xd7a3c76bL, 0x3c11183bL,
    +                                0x5924a509L,
    +                                0xf28fe6edL, 0x97f1fbfaL, 0x9ebabf2cL,
    +                                0x1e153c6eL,
    +                                0x86e34570L, 0xeae96fb1L, 0x860e5e0aL,
    +                                0x5a3e2ab3L,
    +                                0x771fe71cL, 0x4e3d06faL, 0x2965dcb9L,
    +                                0x99e71d0fL,
    +                                0x803e89d6L, 0x5266c825L, 0x2e4cc978L,
    +                                0x9c10b36aL,
    +                                0xc6150ebaL, 0x94e2ea78L, 0xa5fc3c53L,
    +                                0x1e0a2df4L,
    +                                0xf2f74ea7L, 0x361d2b3dL, 0x1939260fL,
    +                                0x19c27960L,
    +                                0x5223a708L, 0xf71312b6L, 0xebadfe6eL,
    +                                0xeac31f66L,
    +                                0xe3bc4595L, 0xa67bc883L, 0xb17f37d1L,
    +                                0x018cff28L,
    +                                0xc332ddefL, 0xbe6c5aa5L, 0x65582185L,
    +                                0x68ab9802L,
    +                                0xeecea50fL, 0xdb2f953bL, 0x2aef7dadL,
    +                                0x5b6e2f84L,
    +                                0x1521b628L, 0x29076170L, 0xecdd4775L,
    +                                0x619f1510L,
    +                                0x13cca830L, 0xeb61bd96L, 0x0334fe1eL,
    +                                0xaa0363cfL,
    +                                0xb5735c90L, 0x4c70a239L, 0xd59e9e0bL,
    +                                0xcbaade14L,
    +                                0xeecc86bcL, 0x60622ca7L, 0x9cab5cabL,
    +                                0xb2f3846eL,
    +                                0x648b1eafL, 0x19bdf0caL, 0xa02369b9L,
    +                                0x655abb50L,
    +                                0x40685a32L, 0x3c2ab4b3L, 0x319ee9d5L,
    +                                0xc021b8f7L,
    +                                0x9b540b19L, 0x875fa099L, 0x95f7997eL,
    +                                0x623d7da8L,
    +                                0xf837889aL, 0x97e32d77L, 0x11ed935fL,
    +                                0x16681281L,
    +                                0x0e358829L, 0xc7e61fd6L, 0x96dedfa1L,
    +                                0x7858ba99L,
    +                                0x57f584a5L, 0x1b227263L, 0x9b83c3ffL,
    +                                0x1ac24696L,
    +                                0xcdb30aebL, 0x532e3054L, 0x8fd948e4L,
    +                                0x6dbc3128L,
    +                                0x58ebf2efL, 0x34c6ffeaL, 0xfe28ed61L,
    +                                0xee7c3c73L,
    +                                0x5d4a14d9L, 0xe864b7e3L, 0x42105d14L,
    +                                0x203e13e0L,
    +                                0x45eee2b6L, 0xa3aaabeaL, 0xdb6c4f15L,
    +                                0xfacb4fd0L,
    +                                0xc742f442L, 0xef6abbb5L, 0x654f3b1dL,
    +                                0x41cd2105L,
    +                                0xd81e799eL, 0x86854dc7L, 0xe44b476aL,
    +                                0x3d816250L,
    +                                0xcf62a1f2L, 0x5b8d2646L, 0xfc8883a0L,
    +                                0xc1c7b6a3L,
    +                                0x7f1524c3L, 0x69cb7492L, 0x47848a0bL,
    +                                0x5692b285L,
    +                                0x095bbf00L, 0xad19489dL, 0x1462b174L,
    +                                0x23820e00L,
    +                                0x58428d2aL, 0x0c55f5eaL, 0x1dadf43eL,
    +                                0x233f7061L,
    +                                0x3372f092L, 0x8d937e41L, 0xd65fecf1L,
    +                                0x6c223bdbL,
    +                                0x7cde3759L, 0xcbee7460L, 0x4085f2a7L,
    +                                0xce77326eL,
    +                                0xa6078084L, 0x19f8509eL, 0xe8efd855L,
    +                                0x61d99735L,
    +                                0xa969a7aaL, 0xc50c06c2L, 0x5a04abfcL,
    +                                0x800bcadcL,
    +                                0x9e447a2eL, 0xc3453484L, 0xfdd56705L,
    +                                0x0e1e9ec9L,
    +                                0xdb73dbd3L, 0x105588cdL, 0x675fda79L,
    +                                0xe3674340L,
    +                                0xc5c43465L, 0x713e38d8L, 0x3d28f89eL,
    +                                0xf16dff20L,
    +                                0x153e21e7L, 0x8fb03d4aL, 0xe6e39f2bL,
    +                                0xdb83adf7L,
    +                                0xe93d5a68L, 0x948140f7L, 0xf64c261cL,
    +                                0x94692934L,
    +                                0x411520f7L, 0x7602d4f7L, 0xbcf46b2eL,
    +                                0xd4a20068L,
    +                                0xd4082471L, 0x3320f46aL, 0x43b7d4b7L,
    +                                0x500061afL,
    +                                0x1e39f62eL, 0x97244546L, 0x14214f74L,
    +                                0xbf8b8840L,
    +                                0x4d95fc1dL, 0x96b591afL, 0x70f4ddd3L,
    +                                0x66a02f45L,
    +                                0xbfbc09ecL, 0x03bd9785L, 0x7fac6dd0L,
    +                                0x31cb8504L,
    +                                0x96eb27b3L, 0x55fd3941L, 0xda2547e6L,
    +                                0xabca0a9aL,
    +                                0x28507825L, 0x530429f4L, 0x0a2c86daL,
    +                                0xe9b66dfbL,
    +                                0x68dc1462L, 0xd7486900L, 0x680ec0a4L,
    +                                0x27a18deeL,
    +                                0x4f3ffea2L, 0xe887ad8cL, 0xb58ce006L,
    +                                0x7af4d6b6L,
    +                                0xaace1e7cL, 0xd3375fecL, 0xce78a399L,
    +                                0x406b2a42L,
    +                                0x20fe9e35L, 0xd9f385b9L, 0xee39d7abL,
    +                                0x3b124e8bL,
    +                                0x1dc9faf7L, 0x4b6d1856L, 0x26a36631L,
    +                                0xeae397b2L,
    +                                0x3a6efa74L, 0xdd5b4332L, 0x6841e7f7L,
    +                                0xca7820fbL,
    +                                0xfb0af54eL, 0xd8feb397L, 0x454056acL,
    +                                0xba489527L,
    +                                0x55533a3aL, 0x20838d87L, 0xfe6ba9b7L,
    +                                0xd096954bL,
    +                                0x55a867bcL, 0xa1159a58L, 0xcca92963L,
    +                                0x99e1db33L,
    +                                0xa62a4a56L, 0x3f3125f9L, 0x5ef47e1cL,
    +                                0x9029317cL,
    +                                0xfdf8e802L, 0x04272f70L, 0x80bb155cL,
    +                                0x05282ce3L,
    +                                0x95c11548L, 0xe4c66d22L, 0x48c1133fL,
    +                                0xc70f86dcL,
    +                                0x07f9c9eeL, 0x41041f0fL, 0x404779a4L,
    +                                0x5d886e17L,
    +                                0x325f51ebL, 0xd59bc0d1L, 0xf2bcc18fL,
    +                                0x41113564L,
    +                                0x257b7834L, 0x602a9c60L, 0xdff8e8a3L,
    +                                0x1f636c1bL,
    +                                0x0e12b4c2L, 0x02e1329eL, 0xaf664fd1L,
    +                                0xcad18115L,
    +                                0x6b2395e0L, 0x333e92e1L, 0x3b240b62L,
    +                                0xeebeb922L,
    +                                0x85b2a20eL, 0xe6ba0d99L, 0xde720c8cL,
    +                                0x2da2f728L,
    +                                0xd0127845L, 0x95b794fdL, 0x647d0862L,
    +                                0xe7ccf5f0L,
    +                                0x5449a36fL, 0x877d48faL, 0xc39dfd27L,
    +                                0xf33e8d1eL,
    +                                0x0a476341L, 0x992eff74L, 0x3a6f6eabL,
    +                                0xf4f8fd37L,
    +                                0xa812dc60L, 0xa1ebddf8L, 0x991be14cL,
    +                                0xdb6e6b0dL,
    +                                0xc67b5510L, 0x6d672c37L, 0x2765d43bL,
    +                                0xdcd0e804L,
    +                                0xf1290dc7L, 0xcc00ffa3L, 0xb5390f92L,
    +                                0x690fed0bL,
    +                                0x667b9ffbL, 0xcedb7d9cL, 0xa091cf0bL,
    +                                0xd9155ea3L,
    +                                0xbb132f88L, 0x515bad24L, 0x7b9479bfL,
    +                                0x763bd6ebL,
    +                                0x37392eb3L, 0xcc115979L, 0x8026e297L,
    +                                0xf42e312dL,
    +                                0x6842ada7L, 0xc66a2b3bL, 0x12754cccL,
    +                                0x782ef11cL,
    +                                0x6a124237L, 0xb79251e7L, 0x06a1bbe6L,
    +                                0x4bfb6350L,
    +                                0x1a6b1018L, 0x11caedfaL, 0x3d25bdd8L,
    +                                0xe2e1c3c9L,
    +                                0x44421659L, 0x0a121386L, 0xd90cec6eL,
    +                                0xd5abea2aL,
    +                                0x64af674eL, 0xda86a85fL, 0xbebfe988L,
    +                                0x64e4c3feL,
    +                                0x9dbc8057L, 0xf0f7c086L, 0x60787bf8L,
    +                                0x6003604dL,
    +                                0xd1fd8346L, 0xf6381fb0L, 0x7745ae04L,
    +                                0xd736fcccL,
    +                                0x83426b33L, 0xf01eab71L, 0xb0804187L,
    +                                0x3c005e5fL,
    +                                0x77a057beL, 0xbde8ae24L, 0x55464299L,
    +                                0xbf582e61L,
    +                                0x4e58f48fL, 0xf2ddfda2L, 0xf474ef38L,
    +                                0x8789bdc2L,
    +                                0x5366f9c3L, 0xc8b38e74L, 0xb475f255L,
    +                                0x46fcd9b9L,
    +                                0x7aeb2661L, 0x8b1ddf84L, 0x846a0e79L,
    +                                0x915f95e2L,
    +                                0x466e598eL, 0x20b45770L, 0x8cd55591L,
    +                                0xc902de4cL,
    +                                0xb90bace1L, 0xbb8205d0L, 0x11a86248L,
    +                                0x7574a99eL,
    +                                0xb77f19b6L, 0xe0a9dc09L, 0x662d09a1L,
    +                                0xc4324633L,
    +                                0xe85a1f02L, 0x09f0be8cL, 0x4a99a025L,
    +                                0x1d6efe10L,
    +                                0x1ab93d1dL, 0x0ba5a4dfL, 0xa186f20fL,
    +                                0x2868f169L,
    +                                0xdcb7da83L, 0x573906feL, 0xa1e2ce9bL,
    +                                0x4fcd7f52L,
    +                                0x50115e01L, 0xa70683faL, 0xa002b5c4L,
    +                                0x0de6d027L,
    +                                0x9af88c27L, 0x773f8641L, 0xc3604c06L,
    +                                0x61a806b5L,
    +                                0xf0177a28L, 0xc0f586e0L, 0x006058aaL,
    +                                0x30dc7d62L,
    +                                0x11e69ed7L, 0x2338ea63L, 0x53c2dd94L,
    +                                0xc2c21634L,
    +                                0xbbcbee56L, 0x90bcb6deL, 0xebfc7da1L,
    +                                0xce591d76L,
    +                                0x6f05e409L, 0x4b7c0188L, 0x39720a3dL,
    +                                0x7c927c24L,
    +                                0x86e3725fL, 0x724d9db9L, 0x1ac15bb4L,
    +                                0xd39eb8fcL,
    +                                0xed545578L, 0x08fca5b5L, 0xd83d7cd3L,
    +                                0x4dad0fc4L,
    +                                0x1e50ef5eL, 0xb161e6f8L, 0xa28514d9L,
    +                                0x6c51133cL,
    +                                0x6fd5c7e7L, 0x56e14ec4L, 0x362abfceL,
    +                                0xddc6c837L,
    +                                0xd79a3234L, 0x92638212L, 0x670efa8eL,
    +                                0x406000e0L,
    +                                0x3a39ce37L, 0xd3faf5cfL, 0xabc27737L,
    +                                0x5ac52d1bL,
    +                                0x5cb0679eL, 0x4fa33742L, 0xd3822740L,
    +                                0x99bc9bbeL,
    +                                0xd5118e9dL, 0xbf0f7315L, 0xd62d1c7eL,
    +                                0xc700c47bL,
    +                                0xb78c1b6bL, 0x21a19045L, 0xb26eb1beL,
    +                                0x6a366eb4L,
    +                                0x5748ab2fL, 0xbc946e79L, 0xc6a376d2L,
    +                                0x6549c2c8L,
    +                                0x530ff8eeL, 0x468dde7dL, 0xd5730a1dL,
    +                                0x4cd04dc6L,
    +                                0x2939bbdbL, 0xa9ba4650L, 0xac9526e8L,
    +                                0xbe5ee304L,
    +                                0xa1fad5f0L, 0x6a2d519aL, 0x63ef8ce2L,
    +                                0x9a86ee22L,
    +                                0xc089c2b8L, 0x43242ef6L, 0xa51e03aaL,
    +                                0x9cf2d0a4L,
    +                                0x83c061baL, 0x9be96a4dL, 0x8fe51550L,
    +                                0xba645bd6L,
    +                                0x2826a2f9L, 0xa73a3ae1L, 0x4ba99586L,
    +                                0xef5562e9L,
    +                                0xc72fefd3L, 0xf752f7daL, 0x3f046f69L,
    +                                0x77fa0a59L,
    +                                0x80e4a915L, 0x87b08601L, 0x9b09e6adL,
    +                                0x3b3ee593L,
    +                                0xe990fd5aL, 0x9e34d797L, 0x2cf0b7d9L,
    +                                0x022b8b51L,
    +                                0x96d5ac3aL, 0x017da67dL, 0xd1cf3ed6L,
    +                                0x7c7d2d28L,
    +                                0x1f9f25cfL, 0xadf2b89bL, 0x5ad6b472L,
    +                                0x5a88f54cL,
    +                                0xe029ac71L, 0xe019a5e6L, 0x47b0acfdL,
    +                                0xed93fa9bL,
    +                                0xe8d3c48dL, 0x283b57ccL, 0xf8d56629L,
    +                                0x79132e28L,
    +                                0x785f0191L, 0xed756055L, 0xf7960e44L,
    +                                0xe3d35e8cL,
    +                                0x15056dd4L, 0x88f46dbaL, 0x03a16125L,
    +                                0x0564f0bdL,
    +                                0xc3eb9e15L, 0x3c9057a2L, 0x97271aecL,
    +                                0xa93a072aL,
    +                                0x1b3f6d9bL, 0x1e6321f5L, 0xf59c66fbL,
    +                                0x26dcf319L,
    +                                0x7533d928L, 0xb155fdf5L, 0x03563482L,
    +                                0x8aba3cbbL,
    +                                0x28517711L, 0xc20ad9f8L, 0xabcc5167L,
    +                                0xccad925fL,
    +                                0x4de81751L, 0x3830dc8eL, 0x379d5862L,
    +                                0x9320f991L,
    +                                0xea7a90c2L, 0xfb3e7bceL, 0x5121ce64L,
    +                                0x774fbe32L,
    +                                0xa8b6e37eL, 0xc3293d46L, 0x48de5369L,
    +                                0x6413e680L,
    +                                0xa2ae0810L, 0xdd6db224L, 0x69852dfdL,
    +                                0x09072166L,
    +                                0xb39a460aL, 0x6445c0ddL, 0x586cdecfL,
    +                                0x1c20c8aeL,
    +                                0x5bbef7ddL, 0x1b588d40L, 0xccd2017fL,
    +                                0x6bb4e3bbL,
    +                                0xdda26a7eL, 0x3a59ff45L, 0x3e350a44L,
    +                                0xbcb4cdd5L,
    +                                0x72eacea8L, 0xfa6484bbL, 0x8d6612aeL,
    +                                0xbf3c6f47L,
    +                                0xd29be463L, 0x542f5d9eL, 0xaec2771bL,
    +                                0xf64e6370L,
    +                                0x740e0d8dL, 0xe75b1357L, 0xf8721671L,
    +                                0xaf537d5dL,
    +                                0x4040cb08L, 0x4eb4e2ccL, 0x34d2466aL,
    +                                0x0115af84L,
    +                                0xe1b00428L, 0x95983a1dL, 0x06b89fb4L,
    +                                0xce6ea048L,
    +                                0x6f3f3b82L, 0x3520ab82L, 0x011a1d4bL,
    +                                0x277227f8L,
    +                                0x611560b1L, 0xe7933fdcL, 0xbb3a792bL,
    +                                0x344525bdL,
    +                                0xa08839e1L, 0x51ce794bL, 0x2f32c9b7L,
    +                                0xa01fbac9L,
    +                                0xe01cc87eL, 0xbcc7d1f6L, 0xcf0111c3L,
    +                                0xa1e8aac7L,
    +                                0x1a908749L, 0xd44fbd9aL, 0xd0dadecbL,
    +                                0xd50ada38L,
    +                                0x0339c32aL, 0xc6913667L, 0x8df9317cL,
    +                                0xe0b12b4fL,
    +                                0xf79e59b7L, 0x43f5bb3aL, 0xf2d519ffL,
    +                                0x27d9459cL,
    +                                0xbf97222cL, 0x15e6fc2aL, 0x0f91fc71L,
    +                                0x9b941525L,
    +                                0xfae59361L, 0xceb69cebL, 0xc2a86459L,
    +                                0x12baa8d1L,
    +                                0xb6c1075eL, 0xe3056a0cL, 0x10d25065L,
    +                                0xcb03a442L,
    +                                0xe0ec6e0eL, 0x1698db3bL, 0x4c98a0beL,
    +                                0x3278e964L,
    +                                0x9f1f9532L, 0xe0d392dfL, 0xd3a0342bL,
    +                                0x8971f21eL,
    +                                0x1b0a7441L, 0x4ba3348cL, 0xc5be7120L,
    +                                0xc37632d8L,
    +                                0xdf359f8dL, 0x9b992f2eL, 0xe60b6f47L,
    +                                0x0fe3f11dL,
    +                                0xe54cda54L, 0x1edad891L, 0xce6279cfL,
    +                                0xcd3e7e6fL,
    +                                0x1618b166L, 0xfd2c1d05L, 0x848fd2c5L,
    +                                0xf6fb2299L,
    +                                0xf523f357L, 0xa6327623L, 0x93a83531L,
    +                                0x56cccd02L,
    +                                0xacf08162L, 0x5a75ebb5L, 0x6e163697L,
    +                                0x88d273ccL,
    +                                0xde966292L, 0x81b949d0L, 0x4c50901bL,
    +                                0x71c65614L,
    +                                0xe6c6c7bdL, 0x327a140aL, 0x45e1d006L,
    +                                0xc3f27b9aL,
    +                                0xc9aa53fdL, 0x62a80f00L, 0xbb25bfe2L,
    +                                0x35bdd2f6L,
    +                                0x71126905L, 0xb2040222L, 0xb6cbcf7cL,
    +                                0xcd769c2bL,
    +                                0x53113ec0L, 0x1640e3d3L, 0x38abbd60L,
    +                                0x2547adf0L,
    +                                0xba38209cL, 0xf746ce76L, 0x77afa1c5L,
    +                                0x20756060L,
    +                                0x85cbfe4eL, 0x8ae88dd8L, 0x7aaaf9b0L,
    +                                0x4cf9aa7eL,
    +                                0x1948c25cL, 0x02fb8a8cL, 0x01c36ae4L,
    +                                0xd6ebe1f9L,
    +                                0x90d4f869L, 0xa65cdea0L, 0x3f09252dL,
    +                                0xc208e69fL,
    +                                0xb74e6132L, 0xce77e25bL, 0x578fdfe3L,
    +                                0x3ac372e6L,
    +                                }
    +};
    diff --git a/openssl/crypto/bf/bf_skey.c b/openssl/crypto/bf/bf_skey.c
    index 3b0bca41a..2cb3c66c8 100644
    --- a/openssl/crypto/bf/bf_skey.c
    +++ b/openssl/crypto/bf/bf_skey.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -65,60 +65,61 @@
     
     void BF_set_key(BF_KEY *key, int len, const unsigned char *data)
     #ifdef OPENSSL_FIPS
    -	{
    -	fips_cipher_abort(BLOWFISH);
    -	private_BF_set_key(key, len, data);
    -	}
    +{
    +    fips_cipher_abort(BLOWFISH);
    +    private_BF_set_key(key, len, data);
    +}
    +
     void private_BF_set_key(BF_KEY *key, int len, const unsigned char *data)
     #endif
    -	{
    -	int i;
    -	BF_LONG *p,ri,in[2];
    -	const unsigned char *d,*end;
    -
    -
    -	memcpy(key,&bf_init,sizeof(BF_KEY));
    -	p=key->P;
    +{
    +    int i;
    +    BF_LONG *p, ri, in[2];
    +    const unsigned char *d, *end;
     
    -	if (len > ((BF_ROUNDS+2)*4)) len=(BF_ROUNDS+2)*4;
    +    memcpy(key, &bf_init, sizeof(BF_KEY));
    +    p = key->P;
     
    -	d=data;
    -	end= &(data[len]);
    -	for (i=0; i<(BF_ROUNDS+2); i++)
    -		{
    -		ri= *(d++);
    -		if (d >= end) d=data;
    +    if (len > ((BF_ROUNDS + 2) * 4))
    +        len = (BF_ROUNDS + 2) * 4;
     
    -		ri<<=8;
    -		ri|= *(d++);
    -		if (d >= end) d=data;
    +    d = data;
    +    end = &(data[len]);
    +    for (i = 0; i < (BF_ROUNDS + 2); i++) {
    +        ri = *(d++);
    +        if (d >= end)
    +            d = data;
     
    -		ri<<=8;
    -		ri|= *(d++);
    -		if (d >= end) d=data;
    +        ri <<= 8;
    +        ri |= *(d++);
    +        if (d >= end)
    +            d = data;
     
    -		ri<<=8;
    -		ri|= *(d++);
    -		if (d >= end) d=data;
    +        ri <<= 8;
    +        ri |= *(d++);
    +        if (d >= end)
    +            d = data;
     
    -		p[i]^=ri;
    -		}
    +        ri <<= 8;
    +        ri |= *(d++);
    +        if (d >= end)
    +            d = data;
     
    -	in[0]=0L;
    -	in[1]=0L;
    -	for (i=0; i<(BF_ROUNDS+2); i+=2)
    -		{
    -		BF_encrypt(in,key);
    -		p[i  ]=in[0];
    -		p[i+1]=in[1];
    -		}
    +        p[i] ^= ri;
    +    }
     
    -	p=key->S;
    -	for (i=0; i<4*256; i+=2)
    -		{
    -		BF_encrypt(in,key);
    -		p[i  ]=in[0];
    -		p[i+1]=in[1];
    -		}
    -	}
    +    in[0] = 0L;
    +    in[1] = 0L;
    +    for (i = 0; i < (BF_ROUNDS + 2); i += 2) {
    +        BF_encrypt(in, key);
    +        p[i] = in[0];
    +        p[i + 1] = in[1];
    +    }
     
    +    p = key->S;
    +    for (i = 0; i < 4 * 256; i += 2) {
    +        BF_encrypt(in, key);
    +        p[i] = in[0];
    +        p[i + 1] = in[1];
    +    }
    +}
    diff --git a/openssl/crypto/bf/bfspeed.c b/openssl/crypto/bf/bfspeed.c
    index c41ef3b40..305ad8bcb 100644
    --- a/openssl/crypto/bf/bfspeed.c
    +++ b/openssl/crypto/bf/bfspeed.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,7 +60,7 @@
     /* 06-Apr-92 Luke Brennan    Support for VMS and add extra signal calls */
     
     #if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC)) && !defined(OPENSSL_SYS_MACOSX)
    -#define TIMES
    +# define TIMES
     #endif
     
     #include 
    @@ -68,210 +68,198 @@
     #include 
     #include OPENSSL_UNISTD_IO
     OPENSSL_DECLARE_EXIT
    -
     #ifndef OPENSSL_SYS_NETWARE
    -#include 
    +# include 
     #endif
    -
     #ifndef _IRIX
    -#include 
    +# include 
     #endif
     #ifdef TIMES
    -#include 
    -#include 
    +# include 
    +# include 
     #endif
    -
    -/* Depending on the VMS version, the tms structure is perhaps defined.
    -   The __TMS macro will show if it was.  If it wasn't defined, we should
    -   undefine TIMES, since that tells the rest of the program how things
    -   should be handled.				-- Richard Levitte */
    +    /*
    +     * Depending on the VMS version, the tms structure is perhaps defined.
    +     * The __TMS macro will show if it was.  If it wasn't defined, we should
    +     * undefine TIMES, since that tells the rest of the program how things
    +     * should be handled.  -- Richard Levitte
    +     */
     #if defined(OPENSSL_SYS_VMS_DECC) && !defined(__TMS)
    -#undef TIMES
    +# undef TIMES
     #endif
    -
     #ifndef TIMES
    -#include 
    +# include 
     #endif
    -
     #if defined(sun) || defined(__ultrix)
    -#define _POSIX_SOURCE
    -#include 
    -#include 
    +# define _POSIX_SOURCE
    +# include 
    +# include 
     #endif
    -
     #include 
    -
     /* The following if from times(3) man page.  It may need to be changed */
     #ifndef HZ
    -#ifndef CLK_TCK
    -#define HZ	100.0
    -#else /* CLK_TCK */
    -#define HZ ((double)CLK_TCK)
    -#endif
    +# ifndef CLK_TCK
    +#  define HZ      100.0
    +# else                          /* CLK_TCK */
    +#  define HZ ((double)CLK_TCK)
    +# endif
     #endif
    -
    -#define BUFSIZE	((long)1024)
    -long run=0;
    +#define BUFSIZE ((long)1024)
    +long run = 0;
     
     double Time_F(int s);
     #ifdef SIGALRM
    -#if defined(__STDC__) || defined(sgi) || defined(_AIX)
    -#define SIGRETTYPE void
    -#else
    -#define SIGRETTYPE int
    -#endif
    +# if defined(__STDC__) || defined(sgi) || defined(_AIX)
    +#  define SIGRETTYPE void
    +# else
    +#  define SIGRETTYPE int
    +# endif
     
     SIGRETTYPE sig_done(int sig);
     SIGRETTYPE sig_done(int sig)
    -	{
    -	signal(SIGALRM,sig_done);
    -	run=0;
    -#ifdef LINT
    -	sig=sig;
    -#endif
    -	}
    +{
    +    signal(SIGALRM, sig_done);
    +    run = 0;
    +# ifdef LINT
    +    sig = sig;
    +# endif
    +}
     #endif
     
    -#define START	0
    -#define STOP	1
    +#define START   0
    +#define STOP    1
     
     double Time_F(int s)
    -	{
    -	double ret;
    +{
    +    double ret;
     #ifdef TIMES
    -	static struct tms tstart,tend;
    +    static struct tms tstart, tend;
     
    -	if (s == START)
    -		{
    -		times(&tstart);
    -		return(0);
    -		}
    -	else
    -		{
    -		times(&tend);
    -		ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
    -		return((ret == 0.0)?1e-6:ret);
    -		}
    -#else /* !times() */
    -	static struct timeb tstart,tend;
    -	long i;
    +    if (s == START) {
    +        times(&tstart);
    +        return (0);
    +    } else {
    +        times(&tend);
    +        ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ;
    +        return ((ret == 0.0) ? 1e-6 : ret);
    +    }
    +#else                           /* !times() */
    +    static struct timeb tstart, tend;
    +    long i;
     
    -	if (s == START)
    -		{
    -		ftime(&tstart);
    -		return(0);
    -		}
    -	else
    -		{
    -		ftime(&tend);
    -		i=(long)tend.millitm-(long)tstart.millitm;
    -		ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
    -		return((ret == 0.0)?1e-6:ret);
    -		}
    +    if (s == START) {
    +        ftime(&tstart);
    +        return (0);
    +    } else {
    +        ftime(&tend);
    +        i = (long)tend.millitm - (long)tstart.millitm;
    +        ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1e3;
    +        return ((ret == 0.0) ? 1e-6 : ret);
    +    }
     #endif
    -	}
    +}
     
     int main(int argc, char **argv)
    -	{
    -	long count;
    -	static unsigned char buf[BUFSIZE];
    -	static unsigned char key[] ={
    -			0x12,0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,
    -			0xfe,0xdc,0xba,0x98,0x76,0x54,0x32,0x10,
    -			};
    -	BF_KEY sch;
    -	double a,b,c,d;
    +{
    +    long count;
    +    static unsigned char buf[BUFSIZE];
    +    static unsigned char key[] = {
    +        0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0,
    +        0xfe, 0xdc, 0xba, 0x98, 0x76, 0x54, 0x32, 0x10,
    +    };
    +    BF_KEY sch;
    +    double a, b, c, d;
     #ifndef SIGALRM
    -	long ca,cb,cc;
    +    long ca, cb, cc;
     #endif
     
     #ifndef TIMES
    -	printf("To get the most accurate results, try to run this\n");
    -	printf("program when this computer is idle.\n");
    +    printf("To get the most accurate results, try to run this\n");
    +    printf("program when this computer is idle.\n");
     #endif
     
     #ifndef SIGALRM
    -	printf("First we calculate the approximate speed ...\n");
    -	BF_set_key(&sch,16,key);
    -	count=10;
    -	do	{
    -		long i;
    -		BF_LONG data[2];
    +    printf("First we calculate the approximate speed ...\n");
    +    BF_set_key(&sch, 16, key);
    +    count = 10;
    +    do {
    +        long i;
    +        BF_LONG data[2];
     
    -		count*=2;
    -		Time_F(START);
    -		for (i=count; i; i--)
    -			BF_encrypt(data,&sch);
    -		d=Time_F(STOP);
    -		} while (d < 3.0);
    -	ca=count/512;
    -	cb=count;
    -	cc=count*8/BUFSIZE+1;
    -	printf("Doing BF_set_key %ld times\n",ca);
    -#define COND(d)	(count != (d))
    -#define COUNT(d) (d)
    +        count *= 2;
    +        Time_F(START);
    +        for (i = count; i; i--)
    +            BF_encrypt(data, &sch);
    +        d = Time_F(STOP);
    +    } while (d < 3.0);
    +    ca = count / 512;
    +    cb = count;
    +    cc = count * 8 / BUFSIZE + 1;
    +    printf("Doing BF_set_key %ld times\n", ca);
    +# define COND(d) (count != (d))
    +# define COUNT(d) (d)
     #else
    -#define COND(c)	(run)
    -#define COUNT(d) (count)
    -	signal(SIGALRM,sig_done);
    -	printf("Doing BF_set_key for 10 seconds\n");
    -	alarm(10);
    +# define COND(c) (run)
    +# define COUNT(d) (count)
    +    signal(SIGALRM, sig_done);
    +    printf("Doing BF_set_key for 10 seconds\n");
    +    alarm(10);
     #endif
     
    -	Time_F(START);
    -	for (count=0,run=1; COND(ca); count+=4)
    -		{
    -		BF_set_key(&sch,16,key);
    -		BF_set_key(&sch,16,key);
    -		BF_set_key(&sch,16,key);
    -		BF_set_key(&sch,16,key);
    -		}
    -	d=Time_F(STOP);
    -	printf("%ld BF_set_key's in %.2f seconds\n",count,d);
    -	a=((double)COUNT(ca))/d;
    +    Time_F(START);
    +    for (count = 0, run = 1; COND(ca); count += 4) {
    +        BF_set_key(&sch, 16, key);
    +        BF_set_key(&sch, 16, key);
    +        BF_set_key(&sch, 16, key);
    +        BF_set_key(&sch, 16, key);
    +    }
    +    d = Time_F(STOP);
    +    printf("%ld BF_set_key's in %.2f seconds\n", count, d);
    +    a = ((double)COUNT(ca)) / d;
     
     #ifdef SIGALRM
    -	printf("Doing BF_encrypt's for 10 seconds\n");
    -	alarm(10);
    +    printf("Doing BF_encrypt's for 10 seconds\n");
    +    alarm(10);
     #else
    -	printf("Doing BF_encrypt %ld times\n",cb);
    +    printf("Doing BF_encrypt %ld times\n", cb);
     #endif
    -	Time_F(START);
    -	for (count=0,run=1; COND(cb); count+=4)
    -		{
    -		BF_LONG data[2];
    +    Time_F(START);
    +    for (count = 0, run = 1; COND(cb); count += 4) {
    +        BF_LONG data[2];
     
    -		BF_encrypt(data,&sch);
    -		BF_encrypt(data,&sch);
    -		BF_encrypt(data,&sch);
    -		BF_encrypt(data,&sch);
    -		}
    -	d=Time_F(STOP);
    -	printf("%ld BF_encrypt's in %.2f second\n",count,d);
    -	b=((double)COUNT(cb)*8)/d;
    +        BF_encrypt(data, &sch);
    +        BF_encrypt(data, &sch);
    +        BF_encrypt(data, &sch);
    +        BF_encrypt(data, &sch);
    +    }
    +    d = Time_F(STOP);
    +    printf("%ld BF_encrypt's in %.2f second\n", count, d);
    +    b = ((double)COUNT(cb) * 8) / d;
     
     #ifdef SIGALRM
    -	printf("Doing BF_cbc_encrypt on %ld byte blocks for 10 seconds\n",
    -		BUFSIZE);
    -	alarm(10);
    +    printf("Doing BF_cbc_encrypt on %ld byte blocks for 10 seconds\n",
    +           BUFSIZE);
    +    alarm(10);
     #else
    -	printf("Doing BF_cbc_encrypt %ld times on %ld byte blocks\n",cc,
    -		BUFSIZE);
    +    printf("Doing BF_cbc_encrypt %ld times on %ld byte blocks\n", cc,
    +           BUFSIZE);
     #endif
    -	Time_F(START);
    -	for (count=0,run=1; COND(cc); count++)
    -		BF_cbc_encrypt(buf,buf,BUFSIZE,&sch,
    -			&(key[0]),BF_ENCRYPT);
    -	d=Time_F(STOP);
    -	printf("%ld BF_cbc_encrypt's of %ld byte blocks in %.2f second\n",
    -		count,BUFSIZE,d);
    -	c=((double)COUNT(cc)*BUFSIZE)/d;
    +    Time_F(START);
    +    for (count = 0, run = 1; COND(cc); count++)
    +        BF_cbc_encrypt(buf, buf, BUFSIZE, &sch, &(key[0]), BF_ENCRYPT);
    +    d = Time_F(STOP);
    +    printf("%ld BF_cbc_encrypt's of %ld byte blocks in %.2f second\n",
    +           count, BUFSIZE, d);
    +    c = ((double)COUNT(cc) * BUFSIZE) / d;
     
    -	printf("Blowfish set_key       per sec = %12.3f (%9.3fuS)\n",a,1.0e6/a);
    -	printf("Blowfish raw ecb bytes per sec = %12.3f (%9.3fuS)\n",b,8.0e6/b);
    -	printf("Blowfish cbc     bytes per sec = %12.3f (%9.3fuS)\n",c,8.0e6/c);
    -	exit(0);
    +    printf("Blowfish set_key       per sec = %12.3f (%9.3fuS)\n", a,
    +           1.0e6 / a);
    +    printf("Blowfish raw ecb bytes per sec = %12.3f (%9.3fuS)\n", b,
    +           8.0e6 / b);
    +    printf("Blowfish cbc     bytes per sec = %12.3f (%9.3fuS)\n", c,
    +           8.0e6 / c);
    +    exit(0);
     #if defined(LINT) || defined(OPENSSL_SYS_MSDOS)
    -	return(0);
    +    return (0);
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/bf/bftest.c b/openssl/crypto/bf/bftest.c
    index 97e6634d3..0b008f091 100644
    --- a/openssl/crypto/bf/bftest.c
    +++ b/openssl/crypto/bf/bftest.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,15 +49,17 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
     
    -/* This has been a quickly hacked 'ideatest.c'.  When I add tests for other
    - * RC2 modes, more of the code will be uncommented. */
    +/*
    + * This has been a quickly hacked 'ideatest.c'.  When I add tests for other
    + * RC2 modes, more of the code will be uncommented.
    + */
     
     #include 
     #include 
    @@ -70,471 +72,467 @@
     int main(int argc, char *argv[])
     {
         printf("No BF support\n");
    -    return(0);
    +    return (0);
     }
     #else
    -#include 
    +# include 
     
    -#ifdef CHARSET_EBCDIC
    -#include 
    -#endif
    +# ifdef CHARSET_EBCDIC
    +#  include 
    +# endif
     
    -static char *bf_key[2]={
    -	"abcdefghijklmnopqrstuvwxyz",
    -	"Who is John Galt?"
    -	};
    +static char *bf_key[2] = {
    +    "abcdefghijklmnopqrstuvwxyz",
    +    "Who is John Galt?"
    +};
     
     /* big endian */
    -static BF_LONG bf_plain[2][2]={
    -	{0x424c4f57L,0x46495348L},
    -	{0xfedcba98L,0x76543210L}
    -	};
    -
    -static BF_LONG bf_cipher[2][2]={
    -	{0x324ed0feL,0xf413a203L},
    -	{0xcc91732bL,0x8022f684L}
    -	};
    +static BF_LONG bf_plain[2][2] = {
    +    {0x424c4f57L, 0x46495348L},
    +    {0xfedcba98L, 0x76543210L}
    +};
    +
    +static BF_LONG bf_cipher[2][2] = {
    +    {0x324ed0feL, 0xf413a203L},
    +    {0xcc91732bL, 0x8022f684L}
    +};
    +
     /************/
     
     /* Lets use the DES test vectors :-) */
    -#define NUM_TESTS 34
    -static unsigned char ecb_data[NUM_TESTS][8]={
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF},
    -	{0x30,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11},
    -	{0x01,0x23,0x45,0x67,0x89,0xAB,0xCD,0xEF},
    -	{0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0xFE,0xDC,0xBA,0x98,0x76,0x54,0x32,0x10},
    -	{0x7C,0xA1,0x10,0x45,0x4A,0x1A,0x6E,0x57},
    -	{0x01,0x31,0xD9,0x61,0x9D,0xC1,0x37,0x6E},
    -	{0x07,0xA1,0x13,0x3E,0x4A,0x0B,0x26,0x86},
    -	{0x38,0x49,0x67,0x4C,0x26,0x02,0x31,0x9E},
    -	{0x04,0xB9,0x15,0xBA,0x43,0xFE,0xB5,0xB6},
    -	{0x01,0x13,0xB9,0x70,0xFD,0x34,0xF2,0xCE},
    -	{0x01,0x70,0xF1,0x75,0x46,0x8F,0xB5,0xE6},
    -	{0x43,0x29,0x7F,0xAD,0x38,0xE3,0x73,0xFE},
    -	{0x07,0xA7,0x13,0x70,0x45,0xDA,0x2A,0x16},
    -	{0x04,0x68,0x91,0x04,0xC2,0xFD,0x3B,0x2F},
    -	{0x37,0xD0,0x6B,0xB5,0x16,0xCB,0x75,0x46},
    -	{0x1F,0x08,0x26,0x0D,0x1A,0xC2,0x46,0x5E},
    -	{0x58,0x40,0x23,0x64,0x1A,0xBA,0x61,0x76},
    -	{0x02,0x58,0x16,0x16,0x46,0x29,0xB0,0x07},
    -	{0x49,0x79,0x3E,0xBC,0x79,0xB3,0x25,0x8F},
    -	{0x4F,0xB0,0x5E,0x15,0x15,0xAB,0x73,0xA7},
    -	{0x49,0xE9,0x5D,0x6D,0x4C,0xA2,0x29,0xBF},
    -	{0x01,0x83,0x10,0xDC,0x40,0x9B,0x26,0xD6},
    -	{0x1C,0x58,0x7F,0x1C,0x13,0x92,0x4F,0xEF},
    -	{0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01},
    -	{0x1F,0x1F,0x1F,0x1F,0x0E,0x0E,0x0E,0x0E},
    -	{0xE0,0xFE,0xE0,0xFE,0xF1,0xFE,0xF1,0xFE},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF},
    -	{0x01,0x23,0x45,0x67,0x89,0xAB,0xCD,0xEF},
    -	{0xFE,0xDC,0xBA,0x98,0x76,0x54,0x32,0x10}};
    -
    -static unsigned char plain_data[NUM_TESTS][8]={
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF},
    -	{0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x01},
    -	{0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11},
    -	{0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11},
    -	{0x01,0x23,0x45,0x67,0x89,0xAB,0xCD,0xEF},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0x01,0x23,0x45,0x67,0x89,0xAB,0xCD,0xEF},
    -	{0x01,0xA1,0xD6,0xD0,0x39,0x77,0x67,0x42},
    -	{0x5C,0xD5,0x4C,0xA8,0x3D,0xEF,0x57,0xDA},
    -	{0x02,0x48,0xD4,0x38,0x06,0xF6,0x71,0x72},
    -	{0x51,0x45,0x4B,0x58,0x2D,0xDF,0x44,0x0A},
    -	{0x42,0xFD,0x44,0x30,0x59,0x57,0x7F,0xA2},
    -	{0x05,0x9B,0x5E,0x08,0x51,0xCF,0x14,0x3A},
    -	{0x07,0x56,0xD8,0xE0,0x77,0x47,0x61,0xD2},
    -	{0x76,0x25,0x14,0xB8,0x29,0xBF,0x48,0x6A},
    -	{0x3B,0xDD,0x11,0x90,0x49,0x37,0x28,0x02},
    -	{0x26,0x95,0x5F,0x68,0x35,0xAF,0x60,0x9A},
    -	{0x16,0x4D,0x5E,0x40,0x4F,0x27,0x52,0x32},
    -	{0x6B,0x05,0x6E,0x18,0x75,0x9F,0x5C,0xCA},
    -	{0x00,0x4B,0xD6,0xEF,0x09,0x17,0x60,0x62},
    -	{0x48,0x0D,0x39,0x00,0x6E,0xE7,0x62,0xF2},
    -	{0x43,0x75,0x40,0xC8,0x69,0x8F,0x3C,0xFA},
    -	{0x07,0x2D,0x43,0xA0,0x77,0x07,0x52,0x92},
    -	{0x02,0xFE,0x55,0x77,0x81,0x17,0xF1,0x2A},
    -	{0x1D,0x9D,0x5C,0x50,0x18,0xF7,0x28,0xC2},
    -	{0x30,0x55,0x32,0x28,0x6D,0x6F,0x29,0x5A},
    -	{0x01,0x23,0x45,0x67,0x89,0xAB,0xCD,0xEF},
    -	{0x01,0x23,0x45,0x67,0x89,0xAB,0xCD,0xEF},
    -	{0x01,0x23,0x45,0x67,0x89,0xAB,0xCD,0xEF},
    -	{0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF}};
    -
    -static unsigned char cipher_data[NUM_TESTS][8]={
    -	{0x4E,0xF9,0x97,0x45,0x61,0x98,0xDD,0x78},
    -	{0x51,0x86,0x6F,0xD5,0xB8,0x5E,0xCB,0x8A},
    -	{0x7D,0x85,0x6F,0x9A,0x61,0x30,0x63,0xF2},
    -	{0x24,0x66,0xDD,0x87,0x8B,0x96,0x3C,0x9D},
    -	{0x61,0xF9,0xC3,0x80,0x22,0x81,0xB0,0x96},
    -	{0x7D,0x0C,0xC6,0x30,0xAF,0xDA,0x1E,0xC7},
    -	{0x4E,0xF9,0x97,0x45,0x61,0x98,0xDD,0x78},
    -	{0x0A,0xCE,0xAB,0x0F,0xC6,0xA0,0xA2,0x8D},
    -	{0x59,0xC6,0x82,0x45,0xEB,0x05,0x28,0x2B},
    -	{0xB1,0xB8,0xCC,0x0B,0x25,0x0F,0x09,0xA0},
    -	{0x17,0x30,0xE5,0x77,0x8B,0xEA,0x1D,0xA4},
    -	{0xA2,0x5E,0x78,0x56,0xCF,0x26,0x51,0xEB},
    -	{0x35,0x38,0x82,0xB1,0x09,0xCE,0x8F,0x1A},
    -	{0x48,0xF4,0xD0,0x88,0x4C,0x37,0x99,0x18},
    -	{0x43,0x21,0x93,0xB7,0x89,0x51,0xFC,0x98},
    -	{0x13,0xF0,0x41,0x54,0xD6,0x9D,0x1A,0xE5},
    -	{0x2E,0xED,0xDA,0x93,0xFF,0xD3,0x9C,0x79},
    -	{0xD8,0x87,0xE0,0x39,0x3C,0x2D,0xA6,0xE3},
    -	{0x5F,0x99,0xD0,0x4F,0x5B,0x16,0x39,0x69},
    -	{0x4A,0x05,0x7A,0x3B,0x24,0xD3,0x97,0x7B},
    -	{0x45,0x20,0x31,0xC1,0xE4,0xFA,0xDA,0x8E},
    -	{0x75,0x55,0xAE,0x39,0xF5,0x9B,0x87,0xBD},
    -	{0x53,0xC5,0x5F,0x9C,0xB4,0x9F,0xC0,0x19},
    -	{0x7A,0x8E,0x7B,0xFA,0x93,0x7E,0x89,0xA3},
    -	{0xCF,0x9C,0x5D,0x7A,0x49,0x86,0xAD,0xB5},
    -	{0xD1,0xAB,0xB2,0x90,0x65,0x8B,0xC7,0x78},
    -	{0x55,0xCB,0x37,0x74,0xD1,0x3E,0xF2,0x01},
    -	{0xFA,0x34,0xEC,0x48,0x47,0xB2,0x68,0xB2},
    -	{0xA7,0x90,0x79,0x51,0x08,0xEA,0x3C,0xAE},
    -	{0xC3,0x9E,0x07,0x2D,0x9F,0xAC,0x63,0x1D},
    -	{0x01,0x49,0x33,0xE0,0xCD,0xAF,0xF6,0xE4},
    -	{0xF2,0x1E,0x9A,0x77,0xB7,0x1C,0x49,0xBC},
    -	{0x24,0x59,0x46,0x88,0x57,0x54,0x36,0x9A},
    -	{0x6B,0x5C,0x5A,0x9C,0x5D,0x9E,0x0A,0x5A},
    -	};
    -
    -static unsigned char cbc_key [16]={
    -	0x01,0x23,0x45,0x67,0x89,0xab,0xcd,0xef,
    -	0xf0,0xe1,0xd2,0xc3,0xb4,0xa5,0x96,0x87};
    -static unsigned char cbc_iv [8]={0xfe,0xdc,0xba,0x98,0x76,0x54,0x32,0x10};
    -static char cbc_data[40]="7654321 Now is the time for ";
    -static unsigned char cbc_ok[32]={
    -	0x6B,0x77,0xB4,0xD6,0x30,0x06,0xDE,0xE6,
    -	0x05,0xB1,0x56,0xE2,0x74,0x03,0x97,0x93,
    -	0x58,0xDE,0xB9,0xE7,0x15,0x46,0x16,0xD9,
    -	0x59,0xF1,0x65,0x2B,0xD5,0xFF,0x92,0xCC};
    -
    -static unsigned char cfb64_ok[]={
    -	0xE7,0x32,0x14,0xA2,0x82,0x21,0x39,0xCA,
    -	0xF2,0x6E,0xCF,0x6D,0x2E,0xB9,0xE7,0x6E,
    -	0x3D,0xA3,0xDE,0x04,0xD1,0x51,0x72,0x00,
    -	0x51,0x9D,0x57,0xA6,0xC3};
    -
    -static unsigned char ofb64_ok[]={
    -	0xE7,0x32,0x14,0xA2,0x82,0x21,0x39,0xCA,
    -	0x62,0xB3,0x43,0xCC,0x5B,0x65,0x58,0x73,
    -	0x10,0xDD,0x90,0x8D,0x0C,0x24,0x1B,0x22,
    -	0x63,0xC2,0xCF,0x80,0xDA};
    -
    -#define KEY_TEST_NUM	25
    -static unsigned char key_test[KEY_TEST_NUM]={
    -	0xf0,0xe1,0xd2,0xc3,0xb4,0xa5,0x96,0x87,
    -	0x78,0x69,0x5a,0x4b,0x3c,0x2d,0x1e,0x0f,
    -	0x00,0x11,0x22,0x33,0x44,0x55,0x66,0x77,
    -	0x88};
    -
    -static unsigned char key_data[8]=
    -	{0xFE,0xDC,0xBA,0x98,0x76,0x54,0x32,0x10};
    -
    -static unsigned char key_out[KEY_TEST_NUM][8]={
    -	{0xF9,0xAD,0x59,0x7C,0x49,0xDB,0x00,0x5E},
    -	{0xE9,0x1D,0x21,0xC1,0xD9,0x61,0xA6,0xD6},
    -	{0xE9,0xC2,0xB7,0x0A,0x1B,0xC6,0x5C,0xF3},
    -	{0xBE,0x1E,0x63,0x94,0x08,0x64,0x0F,0x05},
    -	{0xB3,0x9E,0x44,0x48,0x1B,0xDB,0x1E,0x6E},
    -	{0x94,0x57,0xAA,0x83,0xB1,0x92,0x8C,0x0D},
    -	{0x8B,0xB7,0x70,0x32,0xF9,0x60,0x62,0x9D},
    -	{0xE8,0x7A,0x24,0x4E,0x2C,0xC8,0x5E,0x82},
    -	{0x15,0x75,0x0E,0x7A,0x4F,0x4E,0xC5,0x77},
    -	{0x12,0x2B,0xA7,0x0B,0x3A,0xB6,0x4A,0xE0},
    -	{0x3A,0x83,0x3C,0x9A,0xFF,0xC5,0x37,0xF6},
    -	{0x94,0x09,0xDA,0x87,0xA9,0x0F,0x6B,0xF2},
    -	{0x88,0x4F,0x80,0x62,0x50,0x60,0xB8,0xB4},
    -	{0x1F,0x85,0x03,0x1C,0x19,0xE1,0x19,0x68},
    -	{0x79,0xD9,0x37,0x3A,0x71,0x4C,0xA3,0x4F},
    -	{0x93,0x14,0x28,0x87,0xEE,0x3B,0xE1,0x5C},
    -	{0x03,0x42,0x9E,0x83,0x8C,0xE2,0xD1,0x4B},
    -	{0xA4,0x29,0x9E,0x27,0x46,0x9F,0xF6,0x7B},
    -	{0xAF,0xD5,0xAE,0xD1,0xC1,0xBC,0x96,0xA8},
    -	{0x10,0x85,0x1C,0x0E,0x38,0x58,0xDA,0x9F},
    -	{0xE6,0xF5,0x1E,0xD7,0x9B,0x9D,0xB2,0x1F},
    -	{0x64,0xA6,0xE1,0x4A,0xFD,0x36,0xB4,0x6F},
    -	{0x80,0xC7,0xD7,0xD4,0x5A,0x54,0x79,0xAD},
    -	{0x05,0x04,0x4B,0x62,0xFA,0x52,0xD0,0x80},
    -	};
    -
    -static int test(void );
    -static int print_test_data(void );
    +# define NUM_TESTS 34
    +static unsigned char ecb_data[NUM_TESTS][8] = {
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF},
    +    {0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11},
    +    {0x01, 0x23, 0x45, 0x67, 0x89, 0xAB, 0xCD, 0xEF},
    +    {0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0xFE, 0xDC, 0xBA, 0x98, 0x76, 0x54, 0x32, 0x10},
    +    {0x7C, 0xA1, 0x10, 0x45, 0x4A, 0x1A, 0x6E, 0x57},
    +    {0x01, 0x31, 0xD9, 0x61, 0x9D, 0xC1, 0x37, 0x6E},
    +    {0x07, 0xA1, 0x13, 0x3E, 0x4A, 0x0B, 0x26, 0x86},
    +    {0x38, 0x49, 0x67, 0x4C, 0x26, 0x02, 0x31, 0x9E},
    +    {0x04, 0xB9, 0x15, 0xBA, 0x43, 0xFE, 0xB5, 0xB6},
    +    {0x01, 0x13, 0xB9, 0x70, 0xFD, 0x34, 0xF2, 0xCE},
    +    {0x01, 0x70, 0xF1, 0x75, 0x46, 0x8F, 0xB5, 0xE6},
    +    {0x43, 0x29, 0x7F, 0xAD, 0x38, 0xE3, 0x73, 0xFE},
    +    {0x07, 0xA7, 0x13, 0x70, 0x45, 0xDA, 0x2A, 0x16},
    +    {0x04, 0x68, 0x91, 0x04, 0xC2, 0xFD, 0x3B, 0x2F},
    +    {0x37, 0xD0, 0x6B, 0xB5, 0x16, 0xCB, 0x75, 0x46},
    +    {0x1F, 0x08, 0x26, 0x0D, 0x1A, 0xC2, 0x46, 0x5E},
    +    {0x58, 0x40, 0x23, 0x64, 0x1A, 0xBA, 0x61, 0x76},
    +    {0x02, 0x58, 0x16, 0x16, 0x46, 0x29, 0xB0, 0x07},
    +    {0x49, 0x79, 0x3E, 0xBC, 0x79, 0xB3, 0x25, 0x8F},
    +    {0x4F, 0xB0, 0x5E, 0x15, 0x15, 0xAB, 0x73, 0xA7},
    +    {0x49, 0xE9, 0x5D, 0x6D, 0x4C, 0xA2, 0x29, 0xBF},
    +    {0x01, 0x83, 0x10, 0xDC, 0x40, 0x9B, 0x26, 0xD6},
    +    {0x1C, 0x58, 0x7F, 0x1C, 0x13, 0x92, 0x4F, 0xEF},
    +    {0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01},
    +    {0x1F, 0x1F, 0x1F, 0x1F, 0x0E, 0x0E, 0x0E, 0x0E},
    +    {0xE0, 0xFE, 0xE0, 0xFE, 0xF1, 0xFE, 0xF1, 0xFE},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF},
    +    {0x01, 0x23, 0x45, 0x67, 0x89, 0xAB, 0xCD, 0xEF},
    +    {0xFE, 0xDC, 0xBA, 0x98, 0x76, 0x54, 0x32, 0x10}
    +};
    +
    +static unsigned char plain_data[NUM_TESTS][8] = {
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF},
    +    {0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01},
    +    {0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11},
    +    {0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11},
    +    {0x01, 0x23, 0x45, 0x67, 0x89, 0xAB, 0xCD, 0xEF},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0x01, 0x23, 0x45, 0x67, 0x89, 0xAB, 0xCD, 0xEF},
    +    {0x01, 0xA1, 0xD6, 0xD0, 0x39, 0x77, 0x67, 0x42},
    +    {0x5C, 0xD5, 0x4C, 0xA8, 0x3D, 0xEF, 0x57, 0xDA},
    +    {0x02, 0x48, 0xD4, 0x38, 0x06, 0xF6, 0x71, 0x72},
    +    {0x51, 0x45, 0x4B, 0x58, 0x2D, 0xDF, 0x44, 0x0A},
    +    {0x42, 0xFD, 0x44, 0x30, 0x59, 0x57, 0x7F, 0xA2},
    +    {0x05, 0x9B, 0x5E, 0x08, 0x51, 0xCF, 0x14, 0x3A},
    +    {0x07, 0x56, 0xD8, 0xE0, 0x77, 0x47, 0x61, 0xD2},
    +    {0x76, 0x25, 0x14, 0xB8, 0x29, 0xBF, 0x48, 0x6A},
    +    {0x3B, 0xDD, 0x11, 0x90, 0x49, 0x37, 0x28, 0x02},
    +    {0x26, 0x95, 0x5F, 0x68, 0x35, 0xAF, 0x60, 0x9A},
    +    {0x16, 0x4D, 0x5E, 0x40, 0x4F, 0x27, 0x52, 0x32},
    +    {0x6B, 0x05, 0x6E, 0x18, 0x75, 0x9F, 0x5C, 0xCA},
    +    {0x00, 0x4B, 0xD6, 0xEF, 0x09, 0x17, 0x60, 0x62},
    +    {0x48, 0x0D, 0x39, 0x00, 0x6E, 0xE7, 0x62, 0xF2},
    +    {0x43, 0x75, 0x40, 0xC8, 0x69, 0x8F, 0x3C, 0xFA},
    +    {0x07, 0x2D, 0x43, 0xA0, 0x77, 0x07, 0x52, 0x92},
    +    {0x02, 0xFE, 0x55, 0x77, 0x81, 0x17, 0xF1, 0x2A},
    +    {0x1D, 0x9D, 0x5C, 0x50, 0x18, 0xF7, 0x28, 0xC2},
    +    {0x30, 0x55, 0x32, 0x28, 0x6D, 0x6F, 0x29, 0x5A},
    +    {0x01, 0x23, 0x45, 0x67, 0x89, 0xAB, 0xCD, 0xEF},
    +    {0x01, 0x23, 0x45, 0x67, 0x89, 0xAB, 0xCD, 0xEF},
    +    {0x01, 0x23, 0x45, 0x67, 0x89, 0xAB, 0xCD, 0xEF},
    +    {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}
    +};
    +
    +static unsigned char cipher_data[NUM_TESTS][8] = {
    +    {0x4E, 0xF9, 0x97, 0x45, 0x61, 0x98, 0xDD, 0x78},
    +    {0x51, 0x86, 0x6F, 0xD5, 0xB8, 0x5E, 0xCB, 0x8A},
    +    {0x7D, 0x85, 0x6F, 0x9A, 0x61, 0x30, 0x63, 0xF2},
    +    {0x24, 0x66, 0xDD, 0x87, 0x8B, 0x96, 0x3C, 0x9D},
    +    {0x61, 0xF9, 0xC3, 0x80, 0x22, 0x81, 0xB0, 0x96},
    +    {0x7D, 0x0C, 0xC6, 0x30, 0xAF, 0xDA, 0x1E, 0xC7},
    +    {0x4E, 0xF9, 0x97, 0x45, 0x61, 0x98, 0xDD, 0x78},
    +    {0x0A, 0xCE, 0xAB, 0x0F, 0xC6, 0xA0, 0xA2, 0x8D},
    +    {0x59, 0xC6, 0x82, 0x45, 0xEB, 0x05, 0x28, 0x2B},
    +    {0xB1, 0xB8, 0xCC, 0x0B, 0x25, 0x0F, 0x09, 0xA0},
    +    {0x17, 0x30, 0xE5, 0x77, 0x8B, 0xEA, 0x1D, 0xA4},
    +    {0xA2, 0x5E, 0x78, 0x56, 0xCF, 0x26, 0x51, 0xEB},
    +    {0x35, 0x38, 0x82, 0xB1, 0x09, 0xCE, 0x8F, 0x1A},
    +    {0x48, 0xF4, 0xD0, 0x88, 0x4C, 0x37, 0x99, 0x18},
    +    {0x43, 0x21, 0x93, 0xB7, 0x89, 0x51, 0xFC, 0x98},
    +    {0x13, 0xF0, 0x41, 0x54, 0xD6, 0x9D, 0x1A, 0xE5},
    +    {0x2E, 0xED, 0xDA, 0x93, 0xFF, 0xD3, 0x9C, 0x79},
    +    {0xD8, 0x87, 0xE0, 0x39, 0x3C, 0x2D, 0xA6, 0xE3},
    +    {0x5F, 0x99, 0xD0, 0x4F, 0x5B, 0x16, 0x39, 0x69},
    +    {0x4A, 0x05, 0x7A, 0x3B, 0x24, 0xD3, 0x97, 0x7B},
    +    {0x45, 0x20, 0x31, 0xC1, 0xE4, 0xFA, 0xDA, 0x8E},
    +    {0x75, 0x55, 0xAE, 0x39, 0xF5, 0x9B, 0x87, 0xBD},
    +    {0x53, 0xC5, 0x5F, 0x9C, 0xB4, 0x9F, 0xC0, 0x19},
    +    {0x7A, 0x8E, 0x7B, 0xFA, 0x93, 0x7E, 0x89, 0xA3},
    +    {0xCF, 0x9C, 0x5D, 0x7A, 0x49, 0x86, 0xAD, 0xB5},
    +    {0xD1, 0xAB, 0xB2, 0x90, 0x65, 0x8B, 0xC7, 0x78},
    +    {0x55, 0xCB, 0x37, 0x74, 0xD1, 0x3E, 0xF2, 0x01},
    +    {0xFA, 0x34, 0xEC, 0x48, 0x47, 0xB2, 0x68, 0xB2},
    +    {0xA7, 0x90, 0x79, 0x51, 0x08, 0xEA, 0x3C, 0xAE},
    +    {0xC3, 0x9E, 0x07, 0x2D, 0x9F, 0xAC, 0x63, 0x1D},
    +    {0x01, 0x49, 0x33, 0xE0, 0xCD, 0xAF, 0xF6, 0xE4},
    +    {0xF2, 0x1E, 0x9A, 0x77, 0xB7, 0x1C, 0x49, 0xBC},
    +    {0x24, 0x59, 0x46, 0x88, 0x57, 0x54, 0x36, 0x9A},
    +    {0x6B, 0x5C, 0x5A, 0x9C, 0x5D, 0x9E, 0x0A, 0x5A},
    +};
    +
    +static unsigned char cbc_key[16] = {
    +    0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef,
    +    0xf0, 0xe1, 0xd2, 0xc3, 0xb4, 0xa5, 0x96, 0x87
    +};
    +static unsigned char cbc_iv[8] =
    +    { 0xfe, 0xdc, 0xba, 0x98, 0x76, 0x54, 0x32, 0x10 };
    +static char cbc_data[40] = "7654321 Now is the time for ";
    +static unsigned char cbc_ok[32] = {
    +    0x6B, 0x77, 0xB4, 0xD6, 0x30, 0x06, 0xDE, 0xE6,
    +    0x05, 0xB1, 0x56, 0xE2, 0x74, 0x03, 0x97, 0x93,
    +    0x58, 0xDE, 0xB9, 0xE7, 0x15, 0x46, 0x16, 0xD9,
    +    0x59, 0xF1, 0x65, 0x2B, 0xD5, 0xFF, 0x92, 0xCC
    +};
    +
    +static unsigned char cfb64_ok[] = {
    +    0xE7, 0x32, 0x14, 0xA2, 0x82, 0x21, 0x39, 0xCA,
    +    0xF2, 0x6E, 0xCF, 0x6D, 0x2E, 0xB9, 0xE7, 0x6E,
    +    0x3D, 0xA3, 0xDE, 0x04, 0xD1, 0x51, 0x72, 0x00,
    +    0x51, 0x9D, 0x57, 0xA6, 0xC3
    +};
    +
    +static unsigned char ofb64_ok[] = {
    +    0xE7, 0x32, 0x14, 0xA2, 0x82, 0x21, 0x39, 0xCA,
    +    0x62, 0xB3, 0x43, 0xCC, 0x5B, 0x65, 0x58, 0x73,
    +    0x10, 0xDD, 0x90, 0x8D, 0x0C, 0x24, 0x1B, 0x22,
    +    0x63, 0xC2, 0xCF, 0x80, 0xDA
    +};
    +
    +# define KEY_TEST_NUM    25
    +static unsigned char key_test[KEY_TEST_NUM] = {
    +    0xf0, 0xe1, 0xd2, 0xc3, 0xb4, 0xa5, 0x96, 0x87,
    +    0x78, 0x69, 0x5a, 0x4b, 0x3c, 0x2d, 0x1e, 0x0f,
    +    0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77,
    +    0x88
    +};
    +
    +static unsigned char key_data[8] =
    +    { 0xFE, 0xDC, 0xBA, 0x98, 0x76, 0x54, 0x32, 0x10 };
    +
    +static unsigned char key_out[KEY_TEST_NUM][8] = {
    +    {0xF9, 0xAD, 0x59, 0x7C, 0x49, 0xDB, 0x00, 0x5E},
    +    {0xE9, 0x1D, 0x21, 0xC1, 0xD9, 0x61, 0xA6, 0xD6},
    +    {0xE9, 0xC2, 0xB7, 0x0A, 0x1B, 0xC6, 0x5C, 0xF3},
    +    {0xBE, 0x1E, 0x63, 0x94, 0x08, 0x64, 0x0F, 0x05},
    +    {0xB3, 0x9E, 0x44, 0x48, 0x1B, 0xDB, 0x1E, 0x6E},
    +    {0x94, 0x57, 0xAA, 0x83, 0xB1, 0x92, 0x8C, 0x0D},
    +    {0x8B, 0xB7, 0x70, 0x32, 0xF9, 0x60, 0x62, 0x9D},
    +    {0xE8, 0x7A, 0x24, 0x4E, 0x2C, 0xC8, 0x5E, 0x82},
    +    {0x15, 0x75, 0x0E, 0x7A, 0x4F, 0x4E, 0xC5, 0x77},
    +    {0x12, 0x2B, 0xA7, 0x0B, 0x3A, 0xB6, 0x4A, 0xE0},
    +    {0x3A, 0x83, 0x3C, 0x9A, 0xFF, 0xC5, 0x37, 0xF6},
    +    {0x94, 0x09, 0xDA, 0x87, 0xA9, 0x0F, 0x6B, 0xF2},
    +    {0x88, 0x4F, 0x80, 0x62, 0x50, 0x60, 0xB8, 0xB4},
    +    {0x1F, 0x85, 0x03, 0x1C, 0x19, 0xE1, 0x19, 0x68},
    +    {0x79, 0xD9, 0x37, 0x3A, 0x71, 0x4C, 0xA3, 0x4F},
    +    {0x93, 0x14, 0x28, 0x87, 0xEE, 0x3B, 0xE1, 0x5C},
    +    {0x03, 0x42, 0x9E, 0x83, 0x8C, 0xE2, 0xD1, 0x4B},
    +    {0xA4, 0x29, 0x9E, 0x27, 0x46, 0x9F, 0xF6, 0x7B},
    +    {0xAF, 0xD5, 0xAE, 0xD1, 0xC1, 0xBC, 0x96, 0xA8},
    +    {0x10, 0x85, 0x1C, 0x0E, 0x38, 0x58, 0xDA, 0x9F},
    +    {0xE6, 0xF5, 0x1E, 0xD7, 0x9B, 0x9D, 0xB2, 0x1F},
    +    {0x64, 0xA6, 0xE1, 0x4A, 0xFD, 0x36, 0xB4, 0x6F},
    +    {0x80, 0xC7, 0xD7, 0xD4, 0x5A, 0x54, 0x79, 0xAD},
    +    {0x05, 0x04, 0x4B, 0x62, 0xFA, 0x52, 0xD0, 0x80},
    +};
    +
    +static int test(void);
    +static int print_test_data(void);
     int main(int argc, char *argv[])
    -	{
    -	int ret;
    -
    -	if (argc > 1)
    -		ret=print_test_data();
    -	else
    -		ret=test();
    -
    -#ifdef OPENSSL_SYS_NETWARE
    -    if (ret) printf("ERROR: %d\n", ret);
    -#endif
    -	EXIT(ret);
    -	return(0);
    -	}
    +{
    +    int ret;
    +
    +    if (argc > 1)
    +        ret = print_test_data();
    +    else
    +        ret = test();
    +
    +# ifdef OPENSSL_SYS_NETWARE
    +    if (ret)
    +        printf("ERROR: %d\n", ret);
    +# endif
    +    EXIT(ret);
    +    return (0);
    +}
     
     static int print_test_data(void)
    -	{
    -	unsigned int i,j;
    -
    -	printf("ecb test data\n");
    -	printf("key bytes\t\tclear bytes\t\tcipher bytes\n");
    -	for (i=0; i
    +# include 
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -#ifdef OPENSSL_NO_BF
    -#error BF is disabled.
    -#endif
    +# ifdef OPENSSL_NO_BF
    +#  error BF is disabled.
    +# endif
     
    -#define BF_ENCRYPT	1
    -#define BF_DECRYPT	0
    +# define BF_ENCRYPT      1
    +# define BF_DECRYPT      0
     
    -/*
    +/*-
      * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
      * ! BF_LONG has to be at least 32 bits wide. If it's wider, then !
      * ! BF_LONG_LOG2 has to be defined along.                        !
      * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
      */
     
    -#if defined(__LP32__)
    -#define BF_LONG unsigned long
    -#elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__)
    -#define BF_LONG unsigned long
    -#define BF_LONG_LOG2 3
    +# if defined(__LP32__)
    +#  define BF_LONG unsigned long
    +# elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__)
    +#  define BF_LONG unsigned long
    +#  define BF_LONG_LOG2 3
     /*
      * _CRAY note. I could declare short, but I have no idea what impact
      * does it have on performance on none-T3E machines. I could declare
      * int, but at least on C90 sizeof(int) can be chosen at compile time.
      * So I've chosen long...
    - *					
    + *                                      
      */
    -#else
    -#define BF_LONG unsigned int
    -#endif
    +# else
    +#  define BF_LONG unsigned int
    +# endif
     
    -#define BF_ROUNDS	16
    -#define BF_BLOCK	8
    +# define BF_ROUNDS       16
    +# define BF_BLOCK        8
     
    -typedef struct bf_key_st
    -	{
    -	BF_LONG P[BF_ROUNDS+2];
    -	BF_LONG S[4*256];
    -	} BF_KEY;
    +typedef struct bf_key_st {
    +    BF_LONG P[BF_ROUNDS + 2];
    +    BF_LONG S[4 * 256];
    +} BF_KEY;
     
    -#ifdef OPENSSL_FIPS 
    +# ifdef OPENSSL_FIPS
     void private_BF_set_key(BF_KEY *key, int len, const unsigned char *data);
    -#endif
    +# endif
     void BF_set_key(BF_KEY *key, int len, const unsigned char *data);
     
    -void BF_encrypt(BF_LONG *data,const BF_KEY *key);
    -void BF_decrypt(BF_LONG *data,const BF_KEY *key);
    +void BF_encrypt(BF_LONG *data, const BF_KEY *key);
    +void BF_decrypt(BF_LONG *data, const BF_KEY *key);
     
     void BF_ecb_encrypt(const unsigned char *in, unsigned char *out,
    -	const BF_KEY *key, int enc);
    +                    const BF_KEY *key, int enc);
     void BF_cbc_encrypt(const unsigned char *in, unsigned char *out, long length,
    -	const BF_KEY *schedule, unsigned char *ivec, int enc);
    -void BF_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length,
    -	const BF_KEY *schedule, unsigned char *ivec, int *num, int enc);
    -void BF_ofb64_encrypt(const unsigned char *in, unsigned char *out, long length,
    -	const BF_KEY *schedule, unsigned char *ivec, int *num);
    +                    const BF_KEY *schedule, unsigned char *ivec, int enc);
    +void BF_cfb64_encrypt(const unsigned char *in, unsigned char *out,
    +                      long length, const BF_KEY *schedule,
    +                      unsigned char *ivec, int *num, int enc);
    +void BF_ofb64_encrypt(const unsigned char *in, unsigned char *out,
    +                      long length, const BF_KEY *schedule,
    +                      unsigned char *ivec, int *num);
     const char *BF_options(void);
     
     #ifdef  __cplusplus
    diff --git a/openssl/crypto/bio/b_dump.c b/openssl/crypto/bio/b_dump.c
    index c80ecc429..ed8e52144 100644
    --- a/openssl/crypto/bio/b_dump.c
    +++ b/openssl/crypto/bio/b_dump.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,14 +49,14 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
     
    -/* 
    +/*
      * Stolen from tjh's ssl/ssl_trc.c stuff.
      */
     
    @@ -65,123 +65,145 @@
     #include "bio_lcl.h"
     
     #define TRUNCATE
    -#define DUMP_WIDTH	16
    +#define DUMP_WIDTH      16
     #define DUMP_WIDTH_LESS_INDENT(i) (DUMP_WIDTH-((i-(i>6?6:i)+3)/4))
     
    -int BIO_dump_cb(int (*cb)(const void *data, size_t len, void *u),
    -	void *u, const char *s, int len)
    -	{
    -	return BIO_dump_indent_cb(cb, u, s, len, 0);
    -	}
    +int BIO_dump_cb(int (*cb) (const void *data, size_t len, void *u),
    +                void *u, const char *s, int len)
    +{
    +    return BIO_dump_indent_cb(cb, u, s, len, 0);
    +}
     
    -int BIO_dump_indent_cb(int (*cb)(const void *data, size_t len, void *u),
    -	void *u, const char *s, int len, int indent)
    -	{
    -	int ret=0;
    -	char buf[288+1],tmp[20],str[128+1];
    -	int i,j,rows,trc;
    -	unsigned char ch;
    -	int dump_width;
    +int BIO_dump_indent_cb(int (*cb) (const void *data, size_t len, void *u),
    +                       void *u, const char *s, int len, int indent)
    +{
    +    int ret = 0;
    +    char buf[288 + 1], tmp[20], str[128 + 1];
    +    int i, j, rows, trc;
    +    unsigned char ch;
    +    int dump_width;
     
    -	trc=0;
    +    trc = 0;
     
     #ifdef TRUNCATE
    -	for(; (len > 0) && ((s[len-1] == ' ') || (s[len-1] == '\0')); len--)
    -		trc++;
    +    for (; (len > 0) && ((s[len - 1] == ' ') || (s[len - 1] == '\0')); len--)
    +        trc++;
     #endif
     
    -	if (indent < 0)
    -		indent = 0;
    -	if (indent)
    -		{
    -		if (indent > 128) indent=128;
    -		memset(str,' ',indent);
    -		}
    -	str[indent]='\0';
    -
    -	dump_width=DUMP_WIDTH_LESS_INDENT(indent);
    -	rows=(len/dump_width);
    -	if ((rows*dump_width)=len)
    -				{
    -				BUF_strlcat(buf,"   ",sizeof buf);
    -				}
    -			else
    -				{
    -				ch=((unsigned char)*(s+i*dump_width+j)) & 0xff;
    -				BIO_snprintf(tmp,sizeof tmp,"%02x%c",ch,
    -					j==7?'-':' ');
    -				BUF_strlcat(buf,tmp,sizeof buf);
    -				}
    -			}
    -		BUF_strlcat(buf,"  ",sizeof buf);
    -		for(j=0;j=len)
    -				break;
    -			ch=((unsigned char)*(s+i*dump_width+j)) & 0xff;
    +    if (indent < 0)
    +        indent = 0;
    +    if (indent) {
    +        if (indent > 128)
    +            indent = 128;
    +        memset(str, ' ', indent);
    +    }
    +    str[indent] = '\0';
    +
    +    dump_width = DUMP_WIDTH_LESS_INDENT(indent);
    +    rows = (len / dump_width);
    +    if ((rows * dump_width) < len)
    +        rows++;
    +    for (i = 0; i < rows; i++) {
    +        buf[0] = '\0';          /* start with empty string */
    +        BUF_strlcpy(buf, str, sizeof buf);
    +        BIO_snprintf(tmp, sizeof tmp, "%04x - ", i * dump_width);
    +        BUF_strlcat(buf, tmp, sizeof buf);
    +        for (j = 0; j < dump_width; j++) {
    +            if (((i * dump_width) + j) >= len) {
    +                BUF_strlcat(buf, "   ", sizeof buf);
    +            } else {
    +                ch = ((unsigned char)*(s + i * dump_width + j)) & 0xff;
    +                BIO_snprintf(tmp, sizeof tmp, "%02x%c", ch,
    +                             j == 7 ? '-' : ' ');
    +                BUF_strlcat(buf, tmp, sizeof buf);
    +            }
    +        }
    +        BUF_strlcat(buf, "  ", sizeof buf);
    +        for (j = 0; j < dump_width; j++) {
    +            if (((i * dump_width) + j) >= len)
    +                break;
    +            ch = ((unsigned char)*(s + i * dump_width + j)) & 0xff;
     #ifndef CHARSET_EBCDIC
    -			BIO_snprintf(tmp,sizeof tmp,"%c",
    -				((ch>=' ')&&(ch<='~'))?ch:'.');
    +            BIO_snprintf(tmp, sizeof tmp, "%c",
    +                         ((ch >= ' ') && (ch <= '~')) ? ch : '.');
     #else
    -			BIO_snprintf(tmp,sizeof tmp,"%c",
    -				((ch>=os_toascii[' '])&&(ch<=os_toascii['~']))
    -				? os_toebcdic[ch]
    -				: '.');
    +            BIO_snprintf(tmp, sizeof tmp, "%c",
    +                         ((ch >= os_toascii[' ']) && (ch <= os_toascii['~']))
    +                         ? os_toebcdic[ch]
    +                         : '.');
     #endif
    -			BUF_strlcat(buf,tmp,sizeof buf);
    -			}
    -		BUF_strlcat(buf,"\n",sizeof buf);
    -		/* if this is the last call then update the ddt_dump thing so
    -		 * that we will move the selection point in the debug window
    -		 */
    -		ret+=cb((void *)buf,strlen(buf),u);
    -		}
    +            BUF_strlcat(buf, tmp, sizeof buf);
    +        }
    +        BUF_strlcat(buf, "\n", sizeof buf);
    +        /*
    +         * if this is the last call then update the ddt_dump thing so that we
    +         * will move the selection point in the debug window
    +         */
    +        ret += cb((void *)buf, strlen(buf), u);
    +    }
     #ifdef TRUNCATE
    -	if (trc > 0)
    -		{
    -		BIO_snprintf(buf,sizeof buf,"%s%04x - \n",str,
    -			len+trc);
    -		ret+=cb((void *)buf,strlen(buf),u);
    -		}
    +    if (trc > 0) {
    +        BIO_snprintf(buf, sizeof buf, "%s%04x - \n", str,
    +                     len + trc);
    +        ret += cb((void *)buf, strlen(buf), u);
    +    }
     #endif
    -	return(ret);
    -	}
    +    return (ret);
    +}
     
     #ifndef OPENSSL_NO_FP_API
     static int write_fp(const void *data, size_t len, void *fp)
    -	{
    -	return UP_fwrite(data, len, 1, fp);
    -	}
    +{
    +    return UP_fwrite(data, len, 1, fp);
    +}
    +
     int BIO_dump_fp(FILE *fp, const char *s, int len)
    -	{
    -	return BIO_dump_cb(write_fp, fp, s, len);
    -	}
    +{
    +    return BIO_dump_cb(write_fp, fp, s, len);
    +}
    +
     int BIO_dump_indent_fp(FILE *fp, const char *s, int len, int indent)
    -	{
    -	return BIO_dump_indent_cb(write_fp, fp, s, len, indent);
    -	}
    +{
    +    return BIO_dump_indent_cb(write_fp, fp, s, len, indent);
    +}
     #endif
     
     static int write_bio(const void *data, size_t len, void *bp)
    -	{
    -	return BIO_write((BIO *)bp, (const char *)data, len);
    -	}
    +{
    +    return BIO_write((BIO *)bp, (const char *)data, len);
    +}
    +
     int BIO_dump(BIO *bp, const char *s, int len)
    -	{
    -	return BIO_dump_cb(write_bio, bp, s, len);
    -	}
    +{
    +    return BIO_dump_cb(write_bio, bp, s, len);
    +}
    +
     int BIO_dump_indent(BIO *bp, const char *s, int len, int indent)
    -	{
    -	return BIO_dump_indent_cb(write_bio, bp, s, len, indent);
    -	}
    +{
    +    return BIO_dump_indent_cb(write_bio, bp, s, len, indent);
    +}
    +
    +int BIO_hex_string(BIO *out, int indent, int width, unsigned char *data,
    +                   int datalen)
    +{
    +    int i, j = 0;
    +
    +    if (datalen < 1)
    +        return 1;
    +
    +    for (i = 0; i < datalen - 1; i++) {
    +        if (i && !j)
    +            BIO_printf(out, "%*s", indent, "");
    +
    +        BIO_printf(out, "%02X:", data[i]);
    +
    +        j = (j + 1) % width;
    +        if (!j)
    +            BIO_printf(out, "\n");
    +    }
     
    +    if (i && !j)
    +        BIO_printf(out, "%*s", indent, "");
    +    BIO_printf(out, "%02X", data[datalen - 1]);
    +    return 1;
    +}
    diff --git a/openssl/crypto/bio/b_print.c b/openssl/crypto/bio/b_print.c
    index 143a7cfef..5dc763000 100644
    --- a/openssl/crypto/bio/b_print.c
    +++ b/openssl/crypto/bio/b_print.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,7 +63,7 @@
     # endif
     #endif
     
    -/* 
    +/*
      * Stolen from tjh's ssl/ssl_trc.c stuff.
      */
     
    @@ -74,7 +74,7 @@
     #include 
     #include "cryptlib.h"
     #ifndef NO_SYS_TYPES_H
    -#include 
    +# include 
     #endif
     #include          /* To get BN_LLONG properly defined */
     #include 
    @@ -94,7 +94,7 @@
      * on all source code distributions.
      */
     
    -/*
    +/*-
      * This code contains numerious changes and enhancements which were
      * made by lots of contributors over the last years to Patrick Powell's
      * original code:
    @@ -110,31 +110,31 @@
      */
     
     #ifdef HAVE_LONG_DOUBLE
    -#define LDOUBLE long double
    +# define LDOUBLE long double
     #else
    -#define LDOUBLE double
    +# define LDOUBLE double
     #endif
     
     #ifdef HAVE_LONG_LONG
     # if defined(_WIN32) && !defined(__GNUC__)
    -# define LLONG __int64
    +#  define LLONG __int64
     # else
    -# define LLONG long long
    +#  define LLONG long long
     # endif
     #else
    -#define LLONG long
    +# define LLONG long
     #endif
     
    -static void fmtstr     (char **, char **, size_t *, size_t *,
    -			const char *, int, int, int);
    -static void fmtint     (char **, char **, size_t *, size_t *,
    -			LLONG, int, int, int, int);
    -static void fmtfp      (char **, char **, size_t *, size_t *,
    -			LDOUBLE, int, int, int);
    -static void doapr_outch (char **, char **, size_t *, size_t *, int);
    +static void fmtstr(char **, char **, size_t *, size_t *,
    +                   const char *, int, int, int);
    +static void fmtint(char **, char **, size_t *, size_t *,
    +                   LLONG, int, int, int, int);
    +static void fmtfp(char **, char **, size_t *, size_t *,
    +                  LDOUBLE, int, int, int);
    +static void doapr_outch(char **, char **, size_t *, size_t *, int);
     static void _dopr(char **sbuffer, char **buffer,
    -		  size_t *maxlen, size_t *retlen, int *truncated,
    -		  const char *format, va_list args);
    +                  size_t *maxlen, size_t *retlen, int *truncated,
    +                  const char *format, va_list args);
     
     /* format read states */
     #define DP_S_DEFAULT    0
    @@ -166,14 +166,10 @@ static void _dopr(char **sbuffer, char **buffer,
     #define OSSL_MAX(p,q) ((p >= q) ? p : q)
     
     static void
    -_dopr(
    -    char **sbuffer,
    -    char **buffer,
    -    size_t *maxlen,
    -    size_t *retlen,
    -    int *truncated,
    -    const char *format,
    -    va_list args)
    +_dopr(char **sbuffer,
    +      char **buffer,
    +      size_t *maxlen,
    +      size_t *retlen, int *truncated, const char *format, va_list args)
     {
         char ch;
         LLONG value;
    @@ -200,7 +196,7 @@ _dopr(
                 if (ch == '%')
                     state = DP_S_FLAGS;
                 else
    -                doapr_outch(sbuffer,buffer, &currlen, maxlen, ch);
    +                doapr_outch(sbuffer, buffer, &currlen, maxlen, ch);
                 ch = *format++;
                 break;
             case DP_S_FLAGS:
    @@ -321,15 +317,13 @@ _dopr(
                         value = (unsigned short int)va_arg(args, unsigned int);
                         break;
                     case DP_C_LONG:
    -                    value = (LLONG) va_arg(args,
    -                        unsigned long int);
    +                    value = (LLONG) va_arg(args, unsigned long int);
                         break;
                     case DP_C_LLONG:
                         value = va_arg(args, unsigned LLONG);
                         break;
                     default:
    -                    value = (LLONG) va_arg(args,
    -                        unsigned int);
    +                    value = (LLONG) va_arg(args, unsigned int);
                         break;
                     }
                     fmtint(sbuffer, buffer, &currlen, maxlen, value,
    @@ -362,25 +356,25 @@ _dopr(
                     break;
                 case 'c':
                     doapr_outch(sbuffer, buffer, &currlen, maxlen,
    -                    va_arg(args, int));
    +                            va_arg(args, int));
                     break;
                 case 's':
                     strvalue = va_arg(args, char *);
                     if (max < 0) {
    -		    if (buffer)
    -			max = INT_MAX;
    -		    else
    -			max = *maxlen;
    -		}
    +                    if (buffer)
    +                        max = INT_MAX;
    +                    else
    +                        max = *maxlen;
    +                }
                     fmtstr(sbuffer, buffer, &currlen, maxlen, strvalue,
                            flags, min, max);
                     break;
                 case 'p':
                     value = (long)va_arg(args, void *);
                     fmtint(sbuffer, buffer, &currlen, maxlen,
    -                    value, 16, min, max, flags|DP_F_NUM);
    +                       value, 16, min, max, flags | DP_F_NUM);
                     break;
    -            case 'n': /* XXX */
    +            case 'n':          /* XXX */
                     if (cflags == DP_C_SHORT) {
                         short int *num;
                         num = va_arg(args, short int *);
    @@ -388,13 +382,13 @@ _dopr(
                     } else if (cflags == DP_C_LONG) { /* XXX */
                         long int *num;
                         num = va_arg(args, long int *);
    -                    *num = (long int) currlen;
    +                    *num = (long int)currlen;
                     } else if (cflags == DP_C_LLONG) { /* XXX */
                         LLONG *num;
                         num = va_arg(args, LLONG *);
                         *num = (LLONG) currlen;
                     } else {
    -                    int    *num;
    +                    int *num;
                         num = va_arg(args, int *);
                         *num = currlen;
                     }
    @@ -430,23 +424,17 @@ _dopr(
     }
     
     static void
    -fmtstr(
    -    char **sbuffer,
    -    char **buffer,
    -    size_t *currlen,
    -    size_t *maxlen,
    -    const char *value,
    -    int flags,
    -    int min,
    -    int max)
    +fmtstr(char **sbuffer,
    +       char **buffer,
    +       size_t *currlen,
    +       size_t *maxlen, const char *value, int flags, int min, int max)
     {
         int padlen, strln;
         int cnt = 0;
     
         if (value == 0)
             value = "";
    -    for (strln = 0; value[strln]; ++strln)
    -        ;
    +    for (strln = 0; value[strln]; ++strln) ;
         padlen = min - strln;
         if (padlen < 0)
             padlen = 0;
    @@ -470,21 +458,15 @@ fmtstr(
     }
     
     static void
    -fmtint(
    -    char **sbuffer,
    -    char **buffer,
    -    size_t *currlen,
    -    size_t *maxlen,
    -    LLONG value,
    -    int base,
    -    int min,
    -    int max,
    -    int flags)
    +fmtint(char **sbuffer,
    +       char **buffer,
    +       size_t *currlen,
    +       size_t *maxlen, LLONG value, int base, int min, int max, int flags)
     {
         int signvalue = 0;
         const char *prefix = "";
         unsigned LLONG uvalue;
    -    char convert[DECIMAL_SIZE(value)+3];
    +    char convert[DECIMAL_SIZE(value) + 3];
         int place = 0;
         int spadlen = 0;
         int zpadlen = 0;
    @@ -503,23 +485,25 @@ fmtint(
                 signvalue = ' ';
         }
         if (flags & DP_F_NUM) {
    -	if (base == 8) prefix = "0";
    -	if (base == 16) prefix = "0x";
    +        if (base == 8)
    +            prefix = "0";
    +        if (base == 16)
    +            prefix = "0x";
         }
         if (flags & DP_F_UP)
             caps = 1;
         do {
    -        convert[place++] =
    -            (caps ? "0123456789ABCDEF" : "0123456789abcdef")
    -            [uvalue % (unsigned) base];
    -        uvalue = (uvalue / (unsigned) base);
    +        convert[place++] = (caps ? "0123456789ABCDEF" : "0123456789abcdef")
    +            [uvalue % (unsigned)base];
    +        uvalue = (uvalue / (unsigned)base);
         } while (uvalue && (place < (int)sizeof(convert)));
         if (place == sizeof(convert))
             place--;
         convert[place] = 0;
     
         zpadlen = max - place;
    -    spadlen = min - OSSL_MAX(max, place) - (signvalue ? 1 : 0) - strlen(prefix);
    +    spadlen =
    +        min - OSSL_MAX(max, place) - (signvalue ? 1 : 0) - strlen(prefix);
         if (zpadlen < 0)
             zpadlen = 0;
         if (spadlen < 0)
    @@ -543,8 +527,8 @@ fmtint(
     
         /* prefix */
         while (*prefix) {
    -	doapr_outch(sbuffer, buffer, currlen, maxlen, *prefix);
    -	prefix++;
    +        doapr_outch(sbuffer, buffer, currlen, maxlen, *prefix);
    +        prefix++;
         }
     
         /* zeros */
    @@ -566,8 +550,7 @@ fmtint(
         return;
     }
     
    -static LDOUBLE
    -abs_val(LDOUBLE value)
    +static LDOUBLE abs_val(LDOUBLE value)
     {
         LDOUBLE result = value;
         if (value < 0)
    @@ -575,8 +558,7 @@ abs_val(LDOUBLE value)
         return result;
     }
     
    -static LDOUBLE
    -pow_10(int in_exp)
    +static LDOUBLE pow_10(int in_exp)
     {
         LDOUBLE result = 1;
         while (in_exp) {
    @@ -586,11 +568,10 @@ pow_10(int in_exp)
         return result;
     }
     
    -static long
    -roundv(LDOUBLE value)
    +static long roundv(LDOUBLE value)
     {
         long intpart;
    -    intpart = (long) value;
    +    intpart = (long)value;
         value = value - intpart;
         if (value >= 0.5)
             intpart++;
    @@ -598,15 +579,10 @@ roundv(LDOUBLE value)
     }
     
     static void
    -fmtfp(
    -    char **sbuffer,
    -    char **buffer,
    -    size_t *currlen,
    -    size_t *maxlen,
    -    LDOUBLE fvalue,
    -    int min,
    -    int max,
    -    int flags)
    +fmtfp(char **sbuffer,
    +      char **buffer,
    +      size_t *currlen,
    +      size_t *maxlen, LDOUBLE fvalue, int min, int max, int flags)
     {
         int signvalue = 0;
         LDOUBLE ufvalue;
    @@ -633,13 +609,17 @@ fmtfp(
     
         intpart = (long)ufvalue;
     
    -    /* sorry, we only support 9 digits past the decimal because of our
    -       conversion method */
    +    /*
    +     * sorry, we only support 9 digits past the decimal because of our
    +     * conversion method
    +     */
         if (max > 9)
             max = 9;
     
    -    /* we "cheat" by converting the fractional part to integer by
    -       multiplying by a factor of 10 */
    +    /*
    +     * we "cheat" by converting the fractional part to integer by multiplying
    +     * by a factor of 10
    +     */
         max10 = roundv(pow_10(max));
         fracpart = roundv(pow_10(max) * (ufvalue - intpart));
     
    @@ -651,8 +631,7 @@ fmtfp(
         /* convert integer part */
         do {
             iconvert[iplace++] =
    -            (caps ? "0123456789ABCDEF"
    -              : "0123456789abcdef")[intpart % 10];
    +            (caps ? "0123456789ABCDEF" : "0123456789abcdef")[intpart % 10];
             intpart = (intpart / 10);
         } while (intpart && (iplace < (int)sizeof(iconvert)));
         if (iplace == sizeof iconvert)
    @@ -662,8 +641,7 @@ fmtfp(
         /* convert fractional part */
         do {
             fconvert[fplace++] =
    -            (caps ? "0123456789ABCDEF"
    -              : "0123456789abcdef")[fracpart % 10];
    +            (caps ? "0123456789ABCDEF" : "0123456789abcdef")[fracpart % 10];
             fracpart = (fracpart / 10);
         } while (fplace < max);
         if (fplace == sizeof fconvert)
    @@ -723,41 +701,37 @@ fmtfp(
     }
     
     static void
    -doapr_outch(
    -    char **sbuffer,
    -    char **buffer,
    -    size_t *currlen,
    -    size_t *maxlen,
    -    int c)
    +doapr_outch(char **sbuffer,
    +            char **buffer, size_t *currlen, size_t *maxlen, int c)
     {
         /* If we haven't at least one buffer, someone has doe a big booboo */
         assert(*sbuffer != NULL || buffer != NULL);
     
         if (buffer) {
    -	while (*currlen >= *maxlen) {
    -	    if (*buffer == NULL) {
    -		if (*maxlen == 0)
    -		    *maxlen = 1024;
    -		*buffer = OPENSSL_malloc(*maxlen);
    -		if (*currlen > 0) {
    -		    assert(*sbuffer != NULL);
    -		    memcpy(*buffer, *sbuffer, *currlen);
    -		}
    -		*sbuffer = NULL;
    -	    } else {
    -		*maxlen += 1024;
    -		*buffer = OPENSSL_realloc(*buffer, *maxlen);
    -	    }
    -	}
    -	/* What to do if *buffer is NULL? */
    -	assert(*sbuffer != NULL || *buffer != NULL);
    +        while (*currlen >= *maxlen) {
    +            if (*buffer == NULL) {
    +                if (*maxlen == 0)
    +                    *maxlen = 1024;
    +                *buffer = OPENSSL_malloc(*maxlen);
    +                if (*currlen > 0) {
    +                    assert(*sbuffer != NULL);
    +                    memcpy(*buffer, *sbuffer, *currlen);
    +                }
    +                *sbuffer = NULL;
    +            } else {
    +                *maxlen += 1024;
    +                *buffer = OPENSSL_realloc(*buffer, *maxlen);
    +            }
    +        }
    +        /* What to do if *buffer is NULL? */
    +        assert(*sbuffer != NULL || *buffer != NULL);
         }
     
         if (*currlen < *maxlen) {
    -	if (*sbuffer)
    -	    (*sbuffer)[(*currlen)++] = (char)c;
    -	else
    -	    (*buffer)[(*currlen)++] = (char)c;
    +        if (*sbuffer)
    +            (*sbuffer)[(*currlen)++] = (char)c;
    +        else
    +            (*buffer)[(*currlen)++] = (char)c;
         }
     
         return;
    @@ -765,78 +739,78 @@ doapr_outch(
     
     /***************************************************************************/
     
    -int BIO_printf (BIO *bio, const char *format, ...)
    -	{
    -	va_list args;
    -	int ret;
    -
    -	va_start(args, format);
    -
    -	ret = BIO_vprintf(bio, format, args);
    -
    -	va_end(args);
    -	return(ret);
    -	}
    -
    -int BIO_vprintf (BIO *bio, const char *format, va_list args)
    -	{
    -	int ret;
    -	size_t retlen;
    -	char hugebuf[1024*2];	/* Was previously 10k, which is unreasonable
    -				   in small-stack environments, like threads
    -				   or DOS programs. */
    -	char *hugebufp = hugebuf;
    -	size_t hugebufsize = sizeof(hugebuf);
    -	char *dynbuf = NULL;
    -	int ignored;
    -
    -	dynbuf = NULL;
    -	CRYPTO_push_info("doapr()");
    -	_dopr(&hugebufp, &dynbuf, &hugebufsize,
    -		&retlen, &ignored, format, args);
    -	if (dynbuf)
    -		{
    -		ret=BIO_write(bio, dynbuf, (int)retlen);
    -		OPENSSL_free(dynbuf);
    -		}
    -	else
    -		{
    -		ret=BIO_write(bio, hugebuf, (int)retlen);
    -		}
    -	CRYPTO_pop_info();
    -	return(ret);
    -	}
    -
    -/* As snprintf is not available everywhere, we provide our own implementation.
    - * This function has nothing to do with BIOs, but it's closely related
    - * to BIO_printf, and we need *some* name prefix ...
    - * (XXX  the function should be renamed, but to what?) */
    +int BIO_printf(BIO *bio, const char *format, ...)
    +{
    +    va_list args;
    +    int ret;
    +
    +    va_start(args, format);
    +
    +    ret = BIO_vprintf(bio, format, args);
    +
    +    va_end(args);
    +    return (ret);
    +}
    +
    +int BIO_vprintf(BIO *bio, const char *format, va_list args)
    +{
    +    int ret;
    +    size_t retlen;
    +    char hugebuf[1024 * 2];     /* Was previously 10k, which is unreasonable
    +                                 * in small-stack environments, like threads
    +                                 * or DOS programs. */
    +    char *hugebufp = hugebuf;
    +    size_t hugebufsize = sizeof(hugebuf);
    +    char *dynbuf = NULL;
    +    int ignored;
    +
    +    dynbuf = NULL;
    +    CRYPTO_push_info("doapr()");
    +    _dopr(&hugebufp, &dynbuf, &hugebufsize, &retlen, &ignored, format, args);
    +    if (dynbuf) {
    +        ret = BIO_write(bio, dynbuf, (int)retlen);
    +        OPENSSL_free(dynbuf);
    +    } else {
    +        ret = BIO_write(bio, hugebuf, (int)retlen);
    +    }
    +    CRYPTO_pop_info();
    +    return (ret);
    +}
    +
    +/*
    + * As snprintf is not available everywhere, we provide our own
    + * implementation. This function has nothing to do with BIOs, but it's
    + * closely related to BIO_printf, and we need *some* name prefix ... (XXX the
    + * function should be renamed, but to what?)
    + */
     int BIO_snprintf(char *buf, size_t n, const char *format, ...)
    -	{
    -	va_list args;
    -	int ret;
    +{
    +    va_list args;
    +    int ret;
     
    -	va_start(args, format);
    +    va_start(args, format);
     
    -	ret = BIO_vsnprintf(buf, n, format, args);
    +    ret = BIO_vsnprintf(buf, n, format, args);
     
    -	va_end(args);
    -	return(ret);
    -	}
    +    va_end(args);
    +    return (ret);
    +}
     
     int BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args)
    -	{
    -	size_t retlen;
    -	int truncated;
    -
    -	_dopr(&buf, NULL, &n, &retlen, &truncated, format, args);
    -
    -	if (truncated)
    -		/* In case of truncation, return -1 like traditional snprintf.
    -		 * (Current drafts for ISO/IEC 9899 say snprintf should return
    -		 * the number of characters that would have been written,
    -		 * had the buffer been large enough.) */
    -		return -1;
    -	else
    -		return (retlen <= INT_MAX) ? (int)retlen : -1;
    -	}
    +{
    +    size_t retlen;
    +    int truncated;
    +
    +    _dopr(&buf, NULL, &n, &retlen, &truncated, format, args);
    +
    +    if (truncated)
    +        /*
    +         * In case of truncation, return -1 like traditional snprintf.
    +         * (Current drafts for ISO/IEC 9899 say snprintf should return the
    +         * number of characters that would have been written, had the buffer
    +         * been large enough.)
    +         */
    +        return -1;
    +    else
    +        return (retlen <= INT_MAX) ? (int)retlen : -1;
    +}
    diff --git a/openssl/crypto/bio/b_sock.c b/openssl/crypto/bio/b_sock.c
    index 41f958be7..5bad0a2ba 100644
    --- a/openssl/crypto/bio/b_sock.c
    +++ b/openssl/crypto/bio/b_sock.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,30 +63,25 @@
     #include "cryptlib.h"
     #include 
     #if defined(OPENSSL_SYS_NETWARE) && defined(NETWARE_BSDSOCK)
    -#include 
    -#if defined(NETWARE_CLIB)
    -#include 
    +# include 
    +# if defined(NETWARE_CLIB)
    +#  include 
     NETDB_DEFINE_CONTEXT
    +# endif
     #endif
    -#endif
    -
     #ifndef OPENSSL_NO_SOCK
    -
    -#include 
    -
    -#define SOCKET_PROTOCOL IPPROTO_TCP
    -
    -#ifdef SO_MAXCONN
    -#define MAX_LISTEN  SO_MAXCONN
    -#elif defined(SOMAXCONN)
    -#define MAX_LISTEN  SOMAXCONN
    -#else
    -#define MAX_LISTEN  32
    -#endif
    -
    -#if defined(OPENSSL_SYS_WINDOWS) || (defined(OPENSSL_SYS_NETWARE) && !defined(NETWARE_BSDSOCK))
    -static int wsa_init_done=0;
    -#endif
    +# include 
    +# define SOCKET_PROTOCOL IPPROTO_TCP
    +# ifdef SO_MAXCONN
    +#  define MAX_LISTEN  SO_MAXCONN
    +# elif defined(SOMAXCONN)
    +#  define MAX_LISTEN  SOMAXCONN
    +# else
    +#  define MAX_LISTEN  32
    +# endif
    +# if defined(OPENSSL_SYS_WINDOWS) || (defined(OPENSSL_SYS_NETWARE) && !defined(NETWARE_BSDSOCK))
    +static int wsa_init_done = 0;
    +# endif
     
     /*
      * WSAAPI specifier is required to make indirect calls to run-time
    @@ -95,881 +90,873 @@ static int wsa_init_done=0;
      * uses non-C calling convention, __stdcall vs. __cdecl, on x86
      * Windows. On non-WinSock platforms WSAAPI needs to be void.
      */
    -#ifndef WSAAPI
    -#define WSAAPI
    -#endif
    -
    -#if 0
    -static unsigned long BIO_ghbn_hits=0L;
    -static unsigned long BIO_ghbn_miss=0L;
    -
    -#define GHBN_NUM	4
    -static struct ghbn_cache_st
    -	{
    -	char name[129];
    -	struct hostent *ent;
    -	unsigned long order;
    -	} ghbn_cache[GHBN_NUM];
    -#endif
    -
    -static int get_ip(const char *str,unsigned char *ip);
    -#if 0
    +# ifndef WSAAPI
    +#  define WSAAPI
    +# endif
    +
    +# if 0
    +static unsigned long BIO_ghbn_hits = 0L;
    +static unsigned long BIO_ghbn_miss = 0L;
    +
    +#  define GHBN_NUM        4
    +static struct ghbn_cache_st {
    +    char name[129];
    +    struct hostent *ent;
    +    unsigned long order;
    +} ghbn_cache[GHBN_NUM];
    +# endif
    +
    +static int get_ip(const char *str, unsigned char *ip);
    +# if 0
     static void ghbn_free(struct hostent *a);
     static struct hostent *ghbn_dup(struct hostent *a);
    -#endif
    +# endif
     int BIO_get_host_ip(const char *str, unsigned char *ip)
    -	{
    -	int i;
    -	int err = 1;
    -	int locked = 0;
    -	struct hostent *he;
    -
    -	i=get_ip(str,ip);
    -	if (i < 0)
    -		{
    -		BIOerr(BIO_F_BIO_GET_HOST_IP,BIO_R_INVALID_IP_ADDRESS);
    -		goto err;
    -		}
    -
    -	/* At this point, we have something that is most probably correct
    -	   in some way, so let's init the socket. */
    -	if (BIO_sock_init() != 1)
    -		return 0; /* don't generate another error code here */
    -
    -	/* If the string actually contained an IP address, we need not do
    -	   anything more */
    -	if (i > 0) return(1);
    -
    -	/* do a gethostbyname */
    -	CRYPTO_w_lock(CRYPTO_LOCK_GETHOSTBYNAME);
    -	locked = 1;
    -	he=BIO_gethostbyname(str);
    -	if (he == NULL)
    -		{
    -		BIOerr(BIO_F_BIO_GET_HOST_IP,BIO_R_BAD_HOSTNAME_LOOKUP);
    -		goto err;
    -		}
    -
    -	/* cast to short because of win16 winsock definition */
    -	if ((short)he->h_addrtype != AF_INET)
    -		{
    -		BIOerr(BIO_F_BIO_GET_HOST_IP,BIO_R_GETHOSTBYNAME_ADDR_IS_NOT_AF_INET);
    -		goto err;
    -		}
    -	for (i=0; i<4; i++)
    -		ip[i]=he->h_addr_list[0][i];
    -	err = 0;
    +{
    +    int i;
    +    int err = 1;
    +    int locked = 0;
    +    struct hostent *he;
    +
    +    i = get_ip(str, ip);
    +    if (i < 0) {
    +        BIOerr(BIO_F_BIO_GET_HOST_IP, BIO_R_INVALID_IP_ADDRESS);
    +        goto err;
    +    }
    +
    +    /*
    +     * At this point, we have something that is most probably correct in some
    +     * way, so let's init the socket.
    +     */
    +    if (BIO_sock_init() != 1)
    +        return 0;               /* don't generate another error code here */
    +
    +    /*
    +     * If the string actually contained an IP address, we need not do
    +     * anything more
    +     */
    +    if (i > 0)
    +        return (1);
    +
    +    /* do a gethostbyname */
    +    CRYPTO_w_lock(CRYPTO_LOCK_GETHOSTBYNAME);
    +    locked = 1;
    +    he = BIO_gethostbyname(str);
    +    if (he == NULL) {
    +        BIOerr(BIO_F_BIO_GET_HOST_IP, BIO_R_BAD_HOSTNAME_LOOKUP);
    +        goto err;
    +    }
    +
    +    /* cast to short because of win16 winsock definition */
    +    if ((short)he->h_addrtype != AF_INET) {
    +        BIOerr(BIO_F_BIO_GET_HOST_IP,
    +               BIO_R_GETHOSTBYNAME_ADDR_IS_NOT_AF_INET);
    +        goto err;
    +    }
    +    for (i = 0; i < 4; i++)
    +        ip[i] = he->h_addr_list[0][i];
    +    err = 0;
     
      err:
    -	if (locked)
    -		CRYPTO_w_unlock(CRYPTO_LOCK_GETHOSTBYNAME);
    -	if (err)
    -		{
    -		ERR_add_error_data(2,"host=",str);
    -		return 0;
    -		}
    -	else
    -		return 1;
    -	}
    +    if (locked)
    +        CRYPTO_w_unlock(CRYPTO_LOCK_GETHOSTBYNAME);
    +    if (err) {
    +        ERR_add_error_data(2, "host=", str);
    +        return 0;
    +    } else
    +        return 1;
    +}
     
     int BIO_get_port(const char *str, unsigned short *port_ptr)
    -	{
    -	int i;
    -	struct servent *s;
    -
    -	if (str == NULL)
    -		{
    -		BIOerr(BIO_F_BIO_GET_PORT,BIO_R_NO_PORT_DEFINED);
    -		return(0);
    -		}
    -	i=atoi(str);
    -	if (i != 0)
    -		*port_ptr=(unsigned short)i;
    -	else
    -		{
    -		CRYPTO_w_lock(CRYPTO_LOCK_GETSERVBYNAME);
    -		/* Note: under VMS with SOCKETSHR, it seems like the first
    -		 * parameter is 'char *', instead of 'const char *'
    -		 */
    -#ifndef CONST_STRICT
    -		s=getservbyname((char *)str,"tcp");
    -#else
    -		s=getservbyname(str,"tcp");
    -#endif
    -		if(s != NULL)
    -			*port_ptr=ntohs((unsigned short)s->s_port);
    -		CRYPTO_w_unlock(CRYPTO_LOCK_GETSERVBYNAME);
    -		if(s == NULL)
    -			{
    -			if (strcmp(str,"http") == 0)
    -				*port_ptr=80;
    -			else if (strcmp(str,"telnet") == 0)
    -				*port_ptr=23;
    -			else if (strcmp(str,"socks") == 0)
    -				*port_ptr=1080;
    -			else if (strcmp(str,"https") == 0)
    -				*port_ptr=443;
    -			else if (strcmp(str,"ssl") == 0)
    -				*port_ptr=443;
    -			else if (strcmp(str,"ftp") == 0)
    -				*port_ptr=21;
    -			else if (strcmp(str,"gopher") == 0)
    -				*port_ptr=70;
    -#if 0
    -			else if (strcmp(str,"wais") == 0)
    -				*port_ptr=21;
    -#endif
    -			else
    -				{
    -				SYSerr(SYS_F_GETSERVBYNAME,get_last_socket_error());
    -				ERR_add_error_data(3,"service='",str,"'");
    -				return(0);
    -				}
    -			}
    -		}
    -	return(1);
    -	}
    +{
    +    int i;
    +    struct servent *s;
    +
    +    if (str == NULL) {
    +        BIOerr(BIO_F_BIO_GET_PORT, BIO_R_NO_PORT_DEFINED);
    +        return (0);
    +    }
    +    i = atoi(str);
    +    if (i != 0)
    +        *port_ptr = (unsigned short)i;
    +    else {
    +        CRYPTO_w_lock(CRYPTO_LOCK_GETSERVBYNAME);
    +        /*
    +         * Note: under VMS with SOCKETSHR, it seems like the first parameter
    +         * is 'char *', instead of 'const char *'
    +         */
    +# ifndef CONST_STRICT
    +        s = getservbyname((char *)str, "tcp");
    +# else
    +        s = getservbyname(str, "tcp");
    +# endif
    +        if (s != NULL)
    +            *port_ptr = ntohs((unsigned short)s->s_port);
    +        CRYPTO_w_unlock(CRYPTO_LOCK_GETSERVBYNAME);
    +        if (s == NULL) {
    +            if (strcmp(str, "http") == 0)
    +                *port_ptr = 80;
    +            else if (strcmp(str, "telnet") == 0)
    +                *port_ptr = 23;
    +            else if (strcmp(str, "socks") == 0)
    +                *port_ptr = 1080;
    +            else if (strcmp(str, "https") == 0)
    +                *port_ptr = 443;
    +            else if (strcmp(str, "ssl") == 0)
    +                *port_ptr = 443;
    +            else if (strcmp(str, "ftp") == 0)
    +                *port_ptr = 21;
    +            else if (strcmp(str, "gopher") == 0)
    +                *port_ptr = 70;
    +# if 0
    +            else if (strcmp(str, "wais") == 0)
    +                *port_ptr = 21;
    +# endif
    +            else {
    +                SYSerr(SYS_F_GETSERVBYNAME, get_last_socket_error());
    +                ERR_add_error_data(3, "service='", str, "'");
    +                return (0);
    +            }
    +        }
    +    }
    +    return (1);
    +}
     
     int BIO_sock_error(int sock)
    -	{
    -	int j,i;
    -	int size;
    -		 
    -#if defined(OPENSSL_SYS_BEOS_R5)
    -	return 0;
    -#endif
    -		 
    -	size=sizeof(int);
    -	/* Note: under Windows the third parameter is of type (char *)
    -	 * whereas under other systems it is (void *) if you don't have
    -	 * a cast it will choke the compiler: if you do have a cast then
    -	 * you can either go for (char *) or (void *).
    -	 */
    -	i=getsockopt(sock,SOL_SOCKET,SO_ERROR,(void *)&j,(void *)&size);
    -	if (i < 0)
    -		return(1);
    -	else
    -		return(j);
    -	}
    -
    -#if 0
    +{
    +    int j, i;
    +    union {
    +        size_t s;
    +        int i;
    +    } size;
    +
    +# if defined(OPENSSL_SYS_BEOS_R5)
    +    return 0;
    +# endif
    +
    +    /* heuristic way to adapt for platforms that expect 64-bit optlen */
    +    size.s = 0, size.i = sizeof(j);
    +    /*
    +     * Note: under Windows the third parameter is of type (char *) whereas
    +     * under other systems it is (void *) if you don't have a cast it will
    +     * choke the compiler: if you do have a cast then you can either go for
    +     * (char *) or (void *).
    +     */
    +    i = getsockopt(sock, SOL_SOCKET, SO_ERROR, (void *)&j, (void *)&size);
    +    if (i < 0)
    +        return (1);
    +    else
    +        return (j);
    +}
    +
    +# if 0
     long BIO_ghbn_ctrl(int cmd, int iarg, char *parg)
    -	{
    -	int i;
    -	char **p;
    -
    -	switch (cmd)
    -		{
    -	case BIO_GHBN_CTRL_HITS:
    -		return(BIO_ghbn_hits);
    -		/* break; */
    -	case BIO_GHBN_CTRL_MISSES:
    -		return(BIO_ghbn_miss);
    -		/* break; */
    -	case BIO_GHBN_CTRL_CACHE_SIZE:
    -		return(GHBN_NUM);
    -		/* break; */
    -	case BIO_GHBN_CTRL_GET_ENTRY:
    -		if ((iarg >= 0) && (iarg  0))
    -			{
    -			p=(char **)parg;
    -			if (p == NULL) return(0);
    -			*p=ghbn_cache[iarg].name;
    -			ghbn_cache[iarg].name[128]='\0';
    -			return(1);
    -			}
    -		return(0);
    -		/* break; */
    -	case BIO_GHBN_CTRL_FLUSH:
    -		for (i=0; i= 0) && (iarg < GHBN_NUM) && (ghbn_cache[iarg].order > 0)) {
    +            p = (char **)parg;
    +            if (p == NULL)
    +                return (0);
    +            *p = ghbn_cache[iarg].name;
    +            ghbn_cache[iarg].name[128] = '\0';
    +            return (1);
    +        }
    +        return (0);
    +        /* break; */
    +    case BIO_GHBN_CTRL_FLUSH:
    +        for (i = 0; i < GHBN_NUM; i++)
    +            ghbn_cache[i].order = 0;
    +        break;
    +    default:
    +        return (0);
    +    }
    +    return (1);
    +}
    +# endif
    +
    +# if 0
     static struct hostent *ghbn_dup(struct hostent *a)
    -	{
    -	struct hostent *ret;
    -	int i,j;
    -
    -	MemCheck_off();
    -	ret=(struct hostent *)OPENSSL_malloc(sizeof(struct hostent));
    -	if (ret == NULL) return(NULL);
    -	memset(ret,0,sizeof(struct hostent));
    -
    -	for (i=0; a->h_aliases[i] != NULL; i++)
    -		;
    -	i++;
    -	ret->h_aliases = (char **)OPENSSL_malloc(i*sizeof(char *));
    -	if (ret->h_aliases == NULL)
    -		goto err;
    -	memset(ret->h_aliases, 0, i*sizeof(char *));
    -
    -	for (i=0; a->h_addr_list[i] != NULL; i++)
    -		;
    -	i++;
    -	ret->h_addr_list=(char **)OPENSSL_malloc(i*sizeof(char *));
    -	if (ret->h_addr_list == NULL)
    -		goto err;
    -	memset(ret->h_addr_list, 0, i*sizeof(char *));
    -
    -	j=strlen(a->h_name)+1;
    -	if ((ret->h_name=OPENSSL_malloc(j)) == NULL) goto err;
    -	memcpy((char *)ret->h_name,a->h_name,j);
    -	for (i=0; a->h_aliases[i] != NULL; i++)
    -		{
    -		j=strlen(a->h_aliases[i])+1;
    -		if ((ret->h_aliases[i]=OPENSSL_malloc(j)) == NULL) goto err;
    -		memcpy(ret->h_aliases[i],a->h_aliases[i],j);
    -		}
    -	ret->h_length=a->h_length;
    -	ret->h_addrtype=a->h_addrtype;
    -	for (i=0; a->h_addr_list[i] != NULL; i++)
    -		{
    -		if ((ret->h_addr_list[i]=OPENSSL_malloc(a->h_length)) == NULL)
    -			goto err;
    -		memcpy(ret->h_addr_list[i],a->h_addr_list[i],a->h_length);
    -		}
    -	if (0)
    -		{
    -err:	
    -		if (ret != NULL)
    -			ghbn_free(ret);
    -		ret=NULL;
    -		}
    -	MemCheck_on();
    -	return(ret);
    -	}
    +{
    +    struct hostent *ret;
    +    int i, j;
    +
    +    MemCheck_off();
    +    ret = (struct hostent *)OPENSSL_malloc(sizeof(struct hostent));
    +    if (ret == NULL)
    +        return (NULL);
    +    memset(ret, 0, sizeof(struct hostent));
    +
    +    for (i = 0; a->h_aliases[i] != NULL; i++) ;
    +    i++;
    +    ret->h_aliases = (char **)OPENSSL_malloc(i * sizeof(char *));
    +    if (ret->h_aliases == NULL)
    +        goto err;
    +    memset(ret->h_aliases, 0, i * sizeof(char *));
    +
    +    for (i = 0; a->h_addr_list[i] != NULL; i++) ;
    +    i++;
    +    ret->h_addr_list = (char **)OPENSSL_malloc(i * sizeof(char *));
    +    if (ret->h_addr_list == NULL)
    +        goto err;
    +    memset(ret->h_addr_list, 0, i * sizeof(char *));
    +
    +    j = strlen(a->h_name) + 1;
    +    if ((ret->h_name = OPENSSL_malloc(j)) == NULL)
    +        goto err;
    +    memcpy((char *)ret->h_name, a->h_name, j);
    +    for (i = 0; a->h_aliases[i] != NULL; i++) {
    +        j = strlen(a->h_aliases[i]) + 1;
    +        if ((ret->h_aliases[i] = OPENSSL_malloc(j)) == NULL)
    +            goto err;
    +        memcpy(ret->h_aliases[i], a->h_aliases[i], j);
    +    }
    +    ret->h_length = a->h_length;
    +    ret->h_addrtype = a->h_addrtype;
    +    for (i = 0; a->h_addr_list[i] != NULL; i++) {
    +        if ((ret->h_addr_list[i] = OPENSSL_malloc(a->h_length)) == NULL)
    +            goto err;
    +        memcpy(ret->h_addr_list[i], a->h_addr_list[i], a->h_length);
    +    }
    +    if (0) {
    + err:
    +        if (ret != NULL)
    +            ghbn_free(ret);
    +        ret = NULL;
    +    }
    +    MemCheck_on();
    +    return (ret);
    +}
     
     static void ghbn_free(struct hostent *a)
    -	{
    -	int i;
    -
    -	if(a == NULL)
    -	    return;
    -
    -	if (a->h_aliases != NULL)
    -		{
    -		for (i=0; a->h_aliases[i] != NULL; i++)
    -			OPENSSL_free(a->h_aliases[i]);
    -		OPENSSL_free(a->h_aliases);
    -		}
    -	if (a->h_addr_list != NULL)
    -		{
    -		for (i=0; a->h_addr_list[i] != NULL; i++)
    -			OPENSSL_free(a->h_addr_list[i]);
    -		OPENSSL_free(a->h_addr_list);
    -		}
    -	if (a->h_name != NULL) OPENSSL_free(a->h_name);
    -	OPENSSL_free(a);
    -	}
    -
    -#endif
    +{
    +    int i;
    +
    +    if (a == NULL)
    +        return;
    +
    +    if (a->h_aliases != NULL) {
    +        for (i = 0; a->h_aliases[i] != NULL; i++)
    +            OPENSSL_free(a->h_aliases[i]);
    +        OPENSSL_free(a->h_aliases);
    +    }
    +    if (a->h_addr_list != NULL) {
    +        for (i = 0; a->h_addr_list[i] != NULL; i++)
    +            OPENSSL_free(a->h_addr_list[i]);
    +        OPENSSL_free(a->h_addr_list);
    +    }
    +    if (a->h_name != NULL)
    +        OPENSSL_free(a->h_name);
    +    OPENSSL_free(a);
    +}
    +
    +# endif
     
     struct hostent *BIO_gethostbyname(const char *name)
    -	{
    -#if 1
    -	/* Caching gethostbyname() results forever is wrong,
    -	 * so we have to let the true gethostbyname() worry about this */
    -#if (defined(NETWARE_BSDSOCK) && !defined(__NOVELL_LIBC__))
    -	return gethostbyname((char*)name);
    -#else
    -	return gethostbyname(name);
    -#endif
    -#else
    -	struct hostent *ret;
    -	int i,lowi=0,j;
    -	unsigned long low= (unsigned long)-1;
    -
    +{
    +# if 1
    +    /*
    +     * Caching gethostbyname() results forever is wrong, so we have to let
    +     * the true gethostbyname() worry about this
    +     */
    +#  if (defined(NETWARE_BSDSOCK) && !defined(__NOVELL_LIBC__))
    +    return gethostbyname((char *)name);
    +#  else
    +    return gethostbyname(name);
    +#  endif
    +# else
    +    struct hostent *ret;
    +    int i, lowi = 0, j;
    +    unsigned long low = (unsigned long)-1;
     
     #  if 0
    -	/* It doesn't make sense to use locking here: The function interface
    -	 * is not thread-safe, because threads can never be sure when
    -	 * some other thread destroys the data they were given a pointer to.
    -	 */
    -	CRYPTO_w_lock(CRYPTO_LOCK_GETHOSTBYNAME);
    +    /*
    +     * It doesn't make sense to use locking here: The function interface is
    +     * not thread-safe, because threads can never be sure when some other
    +     * thread destroys the data they were given a pointer to.
    +     */
    +    CRYPTO_w_lock(CRYPTO_LOCK_GETHOSTBYNAME);
     #  endif
    -	j=strlen(name);
    -	if (j < 128)
    -		{
    -		for (i=0; i ghbn_cache[i].order)
    -				{
    -				low=ghbn_cache[i].order;
    -				lowi=i;
    -				}
    -			if (ghbn_cache[i].order > 0)
    -				{
    -				if (strncmp(name,ghbn_cache[i].name,128) == 0)
    -					break;
    -				}
    -			}
    -		}
    -	else
    -		i=GHBN_NUM;
    -
    -	if (i == GHBN_NUM) /* no hit*/
    -		{
    -		BIO_ghbn_miss++;
    -		/* Note: under VMS with SOCKETSHR, it seems like the first
    -		 * parameter is 'char *', instead of 'const char *'
    -		 */
    +    j = strlen(name);
    +    if (j < 128) {
    +        for (i = 0; i < GHBN_NUM; i++) {
    +            if (low > ghbn_cache[i].order) {
    +                low = ghbn_cache[i].order;
    +                lowi = i;
    +            }
    +            if (ghbn_cache[i].order > 0) {
    +                if (strncmp(name, ghbn_cache[i].name, 128) == 0)
    +                    break;
    +            }
    +        }
    +    } else
    +        i = GHBN_NUM;
    +
    +    if (i == GHBN_NUM) {        /* no hit */
    +        BIO_ghbn_miss++;
    +        /*
    +         * Note: under VMS with SOCKETSHR, it seems like the first parameter
    +         * is 'char *', instead of 'const char *'
    +         */
     #  ifndef CONST_STRICT
    -		ret=gethostbyname((char *)name);
    +        ret = gethostbyname((char *)name);
     #  else
    -		ret=gethostbyname(name);
    +        ret = gethostbyname(name);
     #  endif
     
    -		if (ret == NULL)
    -			goto end;
    -		if (j > 128) /* too big to cache */
    -			{
    +        if (ret == NULL)
    +            goto end;
    +        if (j > 128) {          /* too big to cache */
     #  if 0
    -			/* If we were trying to make this function thread-safe (which
    -			 * is bound to fail), we'd have to give up in this case
    -			 * (or allocate more memory). */
    -			ret = NULL;
    +            /*
    +             * If we were trying to make this function thread-safe (which is
    +             * bound to fail), we'd have to give up in this case (or allocate
    +             * more memory).
    +             */
    +            ret = NULL;
     #  endif
    -			goto end;
    -			}
    -
    -		/* else add to cache */
    -		if (ghbn_cache[lowi].ent != NULL)
    -			ghbn_free(ghbn_cache[lowi].ent); /* XXX not thread-safe */
    -		ghbn_cache[lowi].name[0] = '\0';
    -
    -		if((ret=ghbn_cache[lowi].ent=ghbn_dup(ret)) == NULL)
    -			{
    -			BIOerr(BIO_F_BIO_GETHOSTBYNAME,ERR_R_MALLOC_FAILURE);
    -			goto end;
    -			}
    -		strncpy(ghbn_cache[lowi].name,name,128);
    -		ghbn_cache[lowi].order=BIO_ghbn_miss+BIO_ghbn_hits;
    -		}
    -	else
    -		{
    -		BIO_ghbn_hits++;
    -		ret= ghbn_cache[i].ent;
    -		ghbn_cache[i].order=BIO_ghbn_miss+BIO_ghbn_hits;
    -		}
    -end:
    +            goto end;
    +        }
    +
    +        /* else add to cache */
    +        if (ghbn_cache[lowi].ent != NULL)
    +            ghbn_free(ghbn_cache[lowi].ent); /* XXX not thread-safe */
    +        ghbn_cache[lowi].name[0] = '\0';
    +
    +        if ((ret = ghbn_cache[lowi].ent = ghbn_dup(ret)) == NULL) {
    +            BIOerr(BIO_F_BIO_GETHOSTBYNAME, ERR_R_MALLOC_FAILURE);
    +            goto end;
    +        }
    +        strncpy(ghbn_cache[lowi].name, name, 128);
    +        ghbn_cache[lowi].order = BIO_ghbn_miss + BIO_ghbn_hits;
    +    } else {
    +        BIO_ghbn_hits++;
    +        ret = ghbn_cache[i].ent;
    +        ghbn_cache[i].order = BIO_ghbn_miss + BIO_ghbn_hits;
    +    }
    + end:
     #  if 0
    -	CRYPTO_w_unlock(CRYPTO_LOCK_GETHOSTBYNAME);
    +    CRYPTO_w_unlock(CRYPTO_LOCK_GETHOSTBYNAME);
     #  endif
    -	return(ret);
    -#endif
    -	}
    -
    +    return (ret);
    +# endif
    +}
     
     int BIO_sock_init(void)
    -	{
    -#ifdef OPENSSL_SYS_WINDOWS
    -	static struct WSAData wsa_state;
    -
    -	if (!wsa_init_done)
    -		{
    -		int err;
    -	  
    -		wsa_init_done=1;
    -		memset(&wsa_state,0,sizeof(wsa_state));
    -		/* Not making wsa_state available to the rest of the
    -		 * code is formally wrong. But the structures we use
    -		 * are [beleived to be] invariable among Winsock DLLs,
    -		 * while API availability is [expected to be] probed
    -		 * at run-time with DSO_global_lookup. */
    -		if (WSAStartup(0x0202,&wsa_state)!=0)
    -			{
    -			err=WSAGetLastError();
    -			SYSerr(SYS_F_WSASTARTUP,err);
    -			BIOerr(BIO_F_BIO_SOCK_INIT,BIO_R_WSASTARTUP);
    -			return(-1);
    -			}
    -		}
    -#endif /* OPENSSL_SYS_WINDOWS */
    -#ifdef WATT32
    -	extern int _watt_do_exit;
    -	_watt_do_exit = 0;    /* don't make sock_init() call exit() */
    -	if (sock_init())
    -		return (-1);
    -#endif
    -
    -#if defined(OPENSSL_SYS_NETWARE) && !defined(NETWARE_BSDSOCK)
    +{
    +# ifdef OPENSSL_SYS_WINDOWS
    +    static struct WSAData wsa_state;
    +
    +    if (!wsa_init_done) {
    +        int err;
    +
    +        wsa_init_done = 1;
    +        memset(&wsa_state, 0, sizeof(wsa_state));
    +        /*
    +         * Not making wsa_state available to the rest of the code is formally
    +         * wrong. But the structures we use are [beleived to be] invariable
    +         * among Winsock DLLs, while API availability is [expected to be]
    +         * probed at run-time with DSO_global_lookup.
    +         */
    +        if (WSAStartup(0x0202, &wsa_state) != 0) {
    +            err = WSAGetLastError();
    +            SYSerr(SYS_F_WSASTARTUP, err);
    +            BIOerr(BIO_F_BIO_SOCK_INIT, BIO_R_WSASTARTUP);
    +            return (-1);
    +        }
    +    }
    +# endif                         /* OPENSSL_SYS_WINDOWS */
    +# ifdef WATT32
    +    extern int _watt_do_exit;
    +    _watt_do_exit = 0;          /* don't make sock_init() call exit() */
    +    if (sock_init())
    +        return (-1);
    +# endif
    +
    +# if defined(OPENSSL_SYS_NETWARE) && !defined(NETWARE_BSDSOCK)
         WORD wVerReq;
         WSADATA wsaData;
         int err;
     
    -    if (!wsa_init_done)
    -    {
    -        wsa_init_done=1;
    -        wVerReq = MAKEWORD( 2, 0 );
    -        err = WSAStartup(wVerReq,&wsaData);
    -        if (err != 0)
    -        {
    -            SYSerr(SYS_F_WSASTARTUP,err);
    -            BIOerr(BIO_F_BIO_SOCK_INIT,BIO_R_WSASTARTUP);
    -            return(-1);
    -			}
    -		}
    -#endif
    -
    -	return(1);
    -	}
    +    if (!wsa_init_done) {
    +        wsa_init_done = 1;
    +        wVerReq = MAKEWORD(2, 0);
    +        err = WSAStartup(wVerReq, &wsaData);
    +        if (err != 0) {
    +            SYSerr(SYS_F_WSASTARTUP, err);
    +            BIOerr(BIO_F_BIO_SOCK_INIT, BIO_R_WSASTARTUP);
    +            return (-1);
    +        }
    +    }
    +# endif
    +
    +    return (1);
    +}
     
     void BIO_sock_cleanup(void)
    -	{
    -#ifdef OPENSSL_SYS_WINDOWS
    -	if (wsa_init_done)
    -		{
    -		wsa_init_done=0;
    -#if 0		/* this call is claimed to be non-present in Winsock2 */
    -		WSACancelBlockingCall();
    -#endif
    -		WSACleanup();
    -		}
    -#elif defined(OPENSSL_SYS_NETWARE) && !defined(NETWARE_BSDSOCK)
    -   if (wsa_init_done)
    -        {
    -        wsa_init_done=0;
    +{
    +# ifdef OPENSSL_SYS_WINDOWS
    +    if (wsa_init_done) {
    +        wsa_init_done = 0;
    +#  if 0                         /* this call is claimed to be non-present in
    +                                 * Winsock2 */
    +        WSACancelBlockingCall();
    +#  endif
             WSACleanup();
    -		}
    -#endif
    -	}
    +    }
    +# elif defined(OPENSSL_SYS_NETWARE) && !defined(NETWARE_BSDSOCK)
    +    if (wsa_init_done) {
    +        wsa_init_done = 0;
    +        WSACleanup();
    +    }
    +# endif
    +}
     
    -#if !defined(OPENSSL_SYS_VMS) || __VMS_VER >= 70000000
    +# if !defined(OPENSSL_SYS_VMS) || __VMS_VER >= 70000000
     
     int BIO_socket_ioctl(int fd, long type, void *arg)
    -	{
    -	int i;
    -
    -#ifdef __DJGPP__
    -	i=ioctlsocket(fd,type,(char *)arg);
    -#else
    -# if defined(OPENSSL_SYS_VMS)
    -	/* 2011-02-18 SMS.
    -	 * VMS ioctl() can't tolerate a 64-bit "void *arg", but we
    -	 * observe that all the consumers pass in an "unsigned long *",
    -	 * so we arrange a local copy with a short pointer, and use
    -	 * that, instead.
    -	 */
    -#  if __INITIAL_POINTER_SIZE == 64
    -#   define ARG arg_32p
    -#   pragma pointer_size save
    -#   pragma pointer_size 32
    -	unsigned long arg_32;
    -	unsigned long *arg_32p;
    -#   pragma pointer_size restore
    -	arg_32p = &arg_32;
    -	arg_32 = *((unsigned long *) arg);
    -#  else /* __INITIAL_POINTER_SIZE == 64 */
    -#   define ARG arg
    -#  endif /* __INITIAL_POINTER_SIZE == 64 [else] */
    -# else /* defined(OPENSSL_SYS_VMS) */
    -#  define ARG arg
    -# endif /* defined(OPENSSL_SYS_VMS) [else] */
    -
    -	i=ioctlsocket(fd,type,ARG);
    -#endif /* __DJGPP__ */
    -	if (i < 0)
    -		SYSerr(SYS_F_IOCTLSOCKET,get_last_socket_error());
    -	return(i);
    -	}
    -#endif /* __VMS_VER */
    -
    -/* The reason I have implemented this instead of using sscanf is because
    - * Visual C 1.52c gives an unresolved external when linking a DLL :-( */
    +{
    +    int i;
    +
    +#  ifdef __DJGPP__
    +    i = ioctlsocket(fd, type, (char *)arg);
    +#  else
    +#   if defined(OPENSSL_SYS_VMS)
    +    /*-
    +     * 2011-02-18 SMS.
    +     * VMS ioctl() can't tolerate a 64-bit "void *arg", but we
    +     * observe that all the consumers pass in an "unsigned long *",
    +     * so we arrange a local copy with a short pointer, and use
    +     * that, instead.
    +     */
    +#    if __INITIAL_POINTER_SIZE == 64
    +#     define ARG arg_32p
    +#     pragma pointer_size save
    +#     pragma pointer_size 32
    +    unsigned long arg_32;
    +    unsigned long *arg_32p;
    +#     pragma pointer_size restore
    +    arg_32p = &arg_32;
    +    arg_32 = *((unsigned long *)arg);
    +#    else                       /* __INITIAL_POINTER_SIZE == 64 */
    +#     define ARG arg
    +#    endif                      /* __INITIAL_POINTER_SIZE == 64 [else] */
    +#   else                        /* defined(OPENSSL_SYS_VMS) */
    +#    define ARG arg
    +#   endif                       /* defined(OPENSSL_SYS_VMS) [else] */
    +
    +    i = ioctlsocket(fd, type, ARG);
    +#  endif                        /* __DJGPP__ */
    +    if (i < 0)
    +        SYSerr(SYS_F_IOCTLSOCKET, get_last_socket_error());
    +    return (i);
    +}
    +# endif                         /* __VMS_VER */
    +
    +/*
    + * The reason I have implemented this instead of using sscanf is because
    + * Visual C 1.52c gives an unresolved external when linking a DLL :-(
    + */
     static int get_ip(const char *str, unsigned char ip[4])
    -	{
    -	unsigned int tmp[4];
    -	int num=0,c,ok=0;
    -
    -	tmp[0]=tmp[1]=tmp[2]=tmp[3]=0;
    -
    -	for (;;)
    -		{
    -		c= *(str++);
    -		if ((c >= '0') && (c <= '9'))
    -			{
    -			ok=1;
    -			tmp[num]=tmp[num]*10+c-'0';
    -			if (tmp[num] > 255) return(0);
    -			}
    -		else if (c == '.')
    -			{
    -			if (!ok) return(-1);
    -			if (num == 3) return(0);
    -			num++;
    -			ok=0;
    -			}
    -		else if (c == '\0' && (num == 3) && ok)
    -			break;
    -		else
    -			return(0);
    -		}
    -	ip[0]=tmp[0];
    -	ip[1]=tmp[1];
    -	ip[2]=tmp[2];
    -	ip[3]=tmp[3];
    -	return(1);
    -	}
    +{
    +    unsigned int tmp[4];
    +    int num = 0, c, ok = 0;
    +
    +    tmp[0] = tmp[1] = tmp[2] = tmp[3] = 0;
    +
    +    for (;;) {
    +        c = *(str++);
    +        if ((c >= '0') && (c <= '9')) {
    +            ok = 1;
    +            tmp[num] = tmp[num] * 10 + c - '0';
    +            if (tmp[num] > 255)
    +                return (0);
    +        } else if (c == '.') {
    +            if (!ok)
    +                return (-1);
    +            if (num == 3)
    +                return (0);
    +            num++;
    +            ok = 0;
    +        } else if (c == '\0' && (num == 3) && ok)
    +            break;
    +        else
    +            return (0);
    +    }
    +    ip[0] = tmp[0];
    +    ip[1] = tmp[1];
    +    ip[2] = tmp[2];
    +    ip[3] = tmp[3];
    +    return (1);
    +}
     
     int BIO_get_accept_socket(char *host, int bind_mode)
    -	{
    -	int ret=0;
    -	union {
    -		struct sockaddr sa;
    -		struct sockaddr_in sa_in;
    -#if OPENSSL_USE_IPV6
    -		struct sockaddr_in6 sa_in6;
    -#endif
    -	} server,client;
    -	int s=INVALID_SOCKET,cs,addrlen;
    -	unsigned char ip[4];
    -	unsigned short port;
    -	char *str=NULL,*e;
    -	char *h,*p;
    -	unsigned long l;
    -	int err_num;
    -
    -	if (BIO_sock_init() != 1) return(INVALID_SOCKET);
    -
    -	if ((str=BUF_strdup(host)) == NULL) return(INVALID_SOCKET);
    -
    -	h=p=NULL;
    -	h=str;
    -	for (e=str; *e; e++)
    -		{
    -		if (*e == ':')
    -			{
    -			p=e;
    -			}
    -		else if (*e == '/')
    -			{
    -			*e='\0';
    -			break;
    -			}
    -		}
    -	if (p)	*p++='\0';	/* points at last ':', '::port' is special [see below] */
    -	else	p=h,h=NULL;
    -
    -#ifdef EAI_FAMILY
    -	do {
    -	static union {	void *p;
    -			int (WSAAPI *f)(const char *,const char *,
    -				 const struct addrinfo *,
    -				 struct addrinfo **);
    -			} p_getaddrinfo = {NULL};
    -	static union {	void *p;
    -			void (WSAAPI *f)(struct addrinfo *);
    -			} p_freeaddrinfo = {NULL};
    -	struct addrinfo *res,hint;
    -
    -	if (p_getaddrinfo.p==NULL)
    -		{
    -		if ((p_getaddrinfo.p=DSO_global_lookup("getaddrinfo"))==NULL ||
    -		    (p_freeaddrinfo.p=DSO_global_lookup("freeaddrinfo"))==NULL)
    -			p_getaddrinfo.p=(void*)-1;
    -		}
    -	if (p_getaddrinfo.p==(void *)-1) break;
    -
    -	/* '::port' enforces IPv6 wildcard listener. Some OSes,
    -	 * e.g. Solaris, default to IPv6 without any hint. Also
    -	 * note that commonly IPv6 wildchard socket can service
    -	 * IPv4 connections just as well...  */
    -	memset(&hint,0,sizeof(hint));
    -	hint.ai_flags = AI_PASSIVE;
    -	if (h)
    -		{
    -		if (strchr(h,':'))
    -			{
    -			if (h[1]=='\0') h=NULL;
    -#if OPENSSL_USE_IPV6
    -			hint.ai_family = AF_INET6;
    -#else
    -			h=NULL;
    -#endif
    -			}
    -	    	else if (h[0]=='*' && h[1]=='\0')
    -			{
    -			hint.ai_family = AF_INET;
    -			h=NULL;
    -			}
    -		}
    -
    -	if ((*p_getaddrinfo.f)(h,p,&hint,&res)) break;
    -
    -	addrlen = res->ai_addrlen<=sizeof(server) ?
    -			res->ai_addrlen :
    -			sizeof(server);
    -	memcpy(&server, res->ai_addr, addrlen);
    -
    -	(*p_freeaddrinfo.f)(res);
    -	goto again;
    -	} while (0);
    -#endif
    -
    -	if (!BIO_get_port(p,&port)) goto err;
    -
    -	memset((char *)&server,0,sizeof(server));
    -	server.sa_in.sin_family=AF_INET;
    -	server.sa_in.sin_port=htons(port);
    -	addrlen = sizeof(server.sa_in);
    -
    -	if (h == NULL || strcmp(h,"*") == 0)
    -		server.sa_in.sin_addr.s_addr=INADDR_ANY;
    -	else
    -		{
    -                if (!BIO_get_host_ip(h,&(ip[0]))) goto err;
    -		l=(unsigned long)
    -			((unsigned long)ip[0]<<24L)|
    -			((unsigned long)ip[1]<<16L)|
    -			((unsigned long)ip[2]<< 8L)|
    -			((unsigned long)ip[3]);
    -		server.sa_in.sin_addr.s_addr=htonl(l);
    -		}
    -
    -again:
    -	s=socket(server.sa.sa_family,SOCK_STREAM,SOCKET_PROTOCOL);
    -	if (s == INVALID_SOCKET)
    -		{
    -		SYSerr(SYS_F_SOCKET,get_last_socket_error());
    -		ERR_add_error_data(3,"port='",host,"'");
    -		BIOerr(BIO_F_BIO_GET_ACCEPT_SOCKET,BIO_R_UNABLE_TO_CREATE_SOCKET);
    -		goto err;
    -		}
    -
    -#ifdef SO_REUSEADDR
    -	if (bind_mode == BIO_BIND_REUSEADDR)
    -		{
    -		int i=1;
    -
    -		ret=setsockopt(s,SOL_SOCKET,SO_REUSEADDR,(char *)&i,sizeof(i));
    -		bind_mode=BIO_BIND_NORMAL;
    -		}
    -#endif
    -	if (bind(s,&server.sa,addrlen) == -1)
    -		{
    -#ifdef SO_REUSEADDR
    -		err_num=get_last_socket_error();
    -		if ((bind_mode == BIO_BIND_REUSEADDR_IF_UNUSED) &&
    -#ifdef OPENSSL_SYS_WINDOWS
    -			/* Some versions of Windows define EADDRINUSE to
    -			 * a dummy value.
    -			 */
    -			(err_num == WSAEADDRINUSE))
    -#else
    -			(err_num == EADDRINUSE))
    -#endif
    -			{
    -			client = server;
    -			if (h == NULL || strcmp(h,"*") == 0)
    -				{
    -#if OPENSSL_USE_IPV6
    -				if (client.sa.sa_family == AF_INET6)
    -					{
    -					memset(&client.sa_in6.sin6_addr,0,sizeof(client.sa_in6.sin6_addr));
    -					client.sa_in6.sin6_addr.s6_addr[15]=1;
    -					}
    -				else
    -#endif
    -				if (client.sa.sa_family == AF_INET)
    -					{
    -					client.sa_in.sin_addr.s_addr=htonl(0x7F000001);
    -					}
    -				else	goto err;
    -				}
    -			cs=socket(client.sa.sa_family,SOCK_STREAM,SOCKET_PROTOCOL);
    -			if (cs != INVALID_SOCKET)
    -				{
    -				int ii;
    -				ii=connect(cs,&client.sa,addrlen);
    -				closesocket(cs);
    -				if (ii == INVALID_SOCKET)
    -					{
    -					bind_mode=BIO_BIND_REUSEADDR;
    -					closesocket(s);
    -					goto again;
    -					}
    -				/* else error */
    -				}
    -			/* else error */
    -			}
    -#endif
    -		SYSerr(SYS_F_BIND,err_num);
    -		ERR_add_error_data(3,"port='",host,"'");
    -		BIOerr(BIO_F_BIO_GET_ACCEPT_SOCKET,BIO_R_UNABLE_TO_BIND_SOCKET);
    -		goto err;
    -		}
    -	if (listen(s,MAX_LISTEN) == -1)
    -		{
    -		SYSerr(SYS_F_BIND,get_last_socket_error());
    -		ERR_add_error_data(3,"port='",host,"'");
    -		BIOerr(BIO_F_BIO_GET_ACCEPT_SOCKET,BIO_R_UNABLE_TO_LISTEN_SOCKET);
    -		goto err;
    -		}
    -	ret=1;
    -err:
    -	if (str != NULL) OPENSSL_free(str);
    -	if ((ret == 0) && (s != INVALID_SOCKET))
    -		{
    -		closesocket(s);
    -		s= INVALID_SOCKET;
    -		}
    -	return(s);
    -	}
    +{
    +    int ret = 0;
    +    union {
    +        struct sockaddr sa;
    +        struct sockaddr_in sa_in;
    +# if OPENSSL_USE_IPV6
    +        struct sockaddr_in6 sa_in6;
    +# endif
    +    } server, client;
    +    int s = INVALID_SOCKET, cs, addrlen;
    +    unsigned char ip[4];
    +    unsigned short port;
    +    char *str = NULL, *e;
    +    char *h, *p;
    +    unsigned long l;
    +    int err_num;
    +
    +    if (BIO_sock_init() != 1)
    +        return (INVALID_SOCKET);
    +
    +    if ((str = BUF_strdup(host)) == NULL)
    +        return (INVALID_SOCKET);
    +
    +    h = p = NULL;
    +    h = str;
    +    for (e = str; *e; e++) {
    +        if (*e == ':') {
    +            p = e;
    +        } else if (*e == '/') {
    +            *e = '\0';
    +            break;
    +        }
    +    }
    +    if (p)
    +        *p++ = '\0';            /* points at last ':', '::port' is special
    +                                 * [see below] */
    +    else
    +        p = h, h = NULL;
    +
    +# ifdef EAI_FAMILY
    +    do {
    +        static union {
    +            void *p;
    +            int (WSAAPI *f) (const char *, const char *,
    +                             const struct addrinfo *, struct addrinfo **);
    +        } p_getaddrinfo = {
    +            NULL
    +        };
    +        static union {
    +            void *p;
    +            void (WSAAPI *f) (struct addrinfo *);
    +        } p_freeaddrinfo = {
    +            NULL
    +        };
    +        struct addrinfo *res, hint;
    +
    +        if (p_getaddrinfo.p == NULL) {
    +            if ((p_getaddrinfo.p = DSO_global_lookup("getaddrinfo")) == NULL
    +                || (p_freeaddrinfo.p =
    +                    DSO_global_lookup("freeaddrinfo")) == NULL)
    +                p_getaddrinfo.p = (void *)-1;
    +        }
    +        if (p_getaddrinfo.p == (void *)-1)
    +            break;
    +
    +        /*
    +         * '::port' enforces IPv6 wildcard listener. Some OSes, e.g. Solaris,
    +         * default to IPv6 without any hint. Also note that commonly IPv6
    +         * wildchard socket can service IPv4 connections just as well...
    +         */
    +        memset(&hint, 0, sizeof(hint));
    +        hint.ai_flags = AI_PASSIVE;
    +        if (h) {
    +            if (strchr(h, ':')) {
    +                if (h[1] == '\0')
    +                    h = NULL;
    +#  if OPENSSL_USE_IPV6
    +                hint.ai_family = AF_INET6;
    +#  else
    +                h = NULL;
    +#  endif
    +            } else if (h[0] == '*' && h[1] == '\0') {
    +                hint.ai_family = AF_INET;
    +                h = NULL;
    +            }
    +        }
    +
    +        if ((*p_getaddrinfo.f) (h, p, &hint, &res))
    +            break;
    +
    +        addrlen = res->ai_addrlen <= sizeof(server) ?
    +            res->ai_addrlen : sizeof(server);
    +        memcpy(&server, res->ai_addr, addrlen);
    +
    +        (*p_freeaddrinfo.f) (res);
    +        goto again;
    +    } while (0);
    +# endif
    +
    +    if (!BIO_get_port(p, &port))
    +        goto err;
    +
    +    memset((char *)&server, 0, sizeof(server));
    +    server.sa_in.sin_family = AF_INET;
    +    server.sa_in.sin_port = htons(port);
    +    addrlen = sizeof(server.sa_in);
    +
    +    if (h == NULL || strcmp(h, "*") == 0)
    +        server.sa_in.sin_addr.s_addr = INADDR_ANY;
    +    else {
    +        if (!BIO_get_host_ip(h, &(ip[0])))
    +            goto err;
    +        l = (unsigned long)
    +            ((unsigned long)ip[0] << 24L) |
    +            ((unsigned long)ip[1] << 16L) |
    +            ((unsigned long)ip[2] << 8L) | ((unsigned long)ip[3]);
    +        server.sa_in.sin_addr.s_addr = htonl(l);
    +    }
    +
    + again:
    +    s = socket(server.sa.sa_family, SOCK_STREAM, SOCKET_PROTOCOL);
    +    if (s == INVALID_SOCKET) {
    +        SYSerr(SYS_F_SOCKET, get_last_socket_error());
    +        ERR_add_error_data(3, "port='", host, "'");
    +        BIOerr(BIO_F_BIO_GET_ACCEPT_SOCKET, BIO_R_UNABLE_TO_CREATE_SOCKET);
    +        goto err;
    +    }
    +# ifdef SO_REUSEADDR
    +    if (bind_mode == BIO_BIND_REUSEADDR) {
    +        int i = 1;
    +
    +        ret = setsockopt(s, SOL_SOCKET, SO_REUSEADDR, (char *)&i, sizeof(i));
    +        bind_mode = BIO_BIND_NORMAL;
    +    }
    +# endif
    +    if (bind(s, &server.sa, addrlen) == -1) {
    +# ifdef SO_REUSEADDR
    +        err_num = get_last_socket_error();
    +        if ((bind_mode == BIO_BIND_REUSEADDR_IF_UNUSED) &&
    +#  ifdef OPENSSL_SYS_WINDOWS
    +            /*
    +             * Some versions of Windows define EADDRINUSE to a dummy value.
    +             */
    +            (err_num == WSAEADDRINUSE))
    +#  else
    +            (err_num == EADDRINUSE))
    +#  endif
    +        {
    +            client = server;
    +            if (h == NULL || strcmp(h, "*") == 0) {
    +#  if OPENSSL_USE_IPV6
    +                if (client.sa.sa_family == AF_INET6) {
    +                    memset(&client.sa_in6.sin6_addr, 0,
    +                           sizeof(client.sa_in6.sin6_addr));
    +                    client.sa_in6.sin6_addr.s6_addr[15] = 1;
    +                } else
    +#  endif
    +                if (client.sa.sa_family == AF_INET) {
    +                    client.sa_in.sin_addr.s_addr = htonl(0x7F000001);
    +                } else
    +                    goto err;
    +            }
    +            cs = socket(client.sa.sa_family, SOCK_STREAM, SOCKET_PROTOCOL);
    +            if (cs != INVALID_SOCKET) {
    +                int ii;
    +                ii = connect(cs, &client.sa, addrlen);
    +                closesocket(cs);
    +                if (ii == INVALID_SOCKET) {
    +                    bind_mode = BIO_BIND_REUSEADDR;
    +                    closesocket(s);
    +                    goto again;
    +                }
    +                /* else error */
    +            }
    +            /* else error */
    +        }
    +# endif
    +        SYSerr(SYS_F_BIND, err_num);
    +        ERR_add_error_data(3, "port='", host, "'");
    +        BIOerr(BIO_F_BIO_GET_ACCEPT_SOCKET, BIO_R_UNABLE_TO_BIND_SOCKET);
    +        goto err;
    +    }
    +    if (listen(s, MAX_LISTEN) == -1) {
    +        SYSerr(SYS_F_BIND, get_last_socket_error());
    +        ERR_add_error_data(3, "port='", host, "'");
    +        BIOerr(BIO_F_BIO_GET_ACCEPT_SOCKET, BIO_R_UNABLE_TO_LISTEN_SOCKET);
    +        goto err;
    +    }
    +    ret = 1;
    + err:
    +    if (str != NULL)
    +        OPENSSL_free(str);
    +    if ((ret == 0) && (s != INVALID_SOCKET)) {
    +        closesocket(s);
    +        s = INVALID_SOCKET;
    +    }
    +    return (s);
    +}
     
     int BIO_accept(int sock, char **addr)
    -	{
    -	int ret=INVALID_SOCKET;
    -	unsigned long l;
    -	unsigned short port;
    -	char *p;
    -
    -	struct {
    -	/*
    -	 * As for following union. Trouble is that there are platforms
    -	 * that have socklen_t and there are platforms that don't, on
    -	 * some platforms socklen_t is int and on some size_t. So what
    -	 * one can do? One can cook #ifdef spaghetti, which is nothing
    -	 * but masochistic. Or one can do union between int and size_t.
    -	 * One naturally does it primarily for 64-bit platforms where
    -	 * sizeof(int) != sizeof(size_t). But would it work? Note that
    -	 * if size_t member is initialized to 0, then later int member
    -	 * assignment naturally does the job on little-endian platforms
    -	 * regardless accept's expectations! What about big-endians?
    -	 * If accept expects int*, then it works, and if size_t*, then
    -	 * length value would appear as unreasonably large. But this
    -	 * won't prevent it from filling in the address structure. The
    -	 * trouble of course would be if accept returns more data than
    -	 * actual buffer can accomodate and overwrite stack... That's
    -	 * where early OPENSSL_assert comes into picture. Besides, the
    -	 * only 64-bit big-endian platform found so far that expects
    -	 * size_t* is HP-UX, where stack grows towards higher address.
    -	 * 
    -	 */
    -	union { size_t s; int i; } len;
    -	union {
    -		struct sockaddr sa;
    -		struct sockaddr_in sa_in;
    -#if OPENSSL_USE_IPV6
    -		struct sockaddr_in6 sa_in6;
    -#endif
    -		} from;
    -	} sa;
    -
    -	sa.len.s=0;
    -	sa.len.i=sizeof(sa.from);
    -	memset(&sa.from,0,sizeof(sa.from));
    -	ret=accept(sock,&sa.from.sa,(void *)&sa.len);
    -	if (sizeof(sa.len.i)!=sizeof(sa.len.s) && sa.len.i==0)
    -		{
    -		OPENSSL_assert(sa.len.s<=sizeof(sa.from));
    -		sa.len.i = (int)sa.len.s;
    -		/* use sa.len.i from this point */
    -		}
    -	if (ret == INVALID_SOCKET)
    -		{
    -		if(BIO_sock_should_retry(ret)) return -2;
    -		SYSerr(SYS_F_ACCEPT,get_last_socket_error());
    -		BIOerr(BIO_F_BIO_ACCEPT,BIO_R_ACCEPT_ERROR);
    -		goto end;
    -		}
    -
    -	if (addr == NULL) goto end;
    -
    -#ifdef EAI_FAMILY
    -	do {
    -	char   h[NI_MAXHOST],s[NI_MAXSERV];
    -	size_t nl;
    -	static union {	void *p;
    -			int (WSAAPI *f)(const struct sockaddr *,size_t/*socklen_t*/,
    -				 char *,size_t,char *,size_t,int);
    -			} p_getnameinfo = {NULL};
    -			/* 2nd argument to getnameinfo is specified to
    -			 * be socklen_t. Unfortunately there is a number
    -			 * of environments where socklen_t is not defined.
    -			 * As it's passed by value, it's safe to pass it
    -			 * as size_t...  */
    -
    -	if (p_getnameinfo.p==NULL)
    -		{
    -		if ((p_getnameinfo.p=DSO_global_lookup("getnameinfo"))==NULL)
    -			p_getnameinfo.p=(void*)-1;
    -		}
    -	if (p_getnameinfo.p==(void *)-1) break;
    -
    -	if ((*p_getnameinfo.f)(&sa.from.sa,sa.len.i,h,sizeof(h),s,sizeof(s),
    -	    NI_NUMERICHOST|NI_NUMERICSERV)) break;
    -	nl = strlen(h)+strlen(s)+2;
    -	p = *addr;
    -	if (p)	{ *p = '\0'; p = OPENSSL_realloc(p,nl);	}
    -	else	{ p = OPENSSL_malloc(nl);		}
    -	if (p==NULL)
    -		{
    -		BIOerr(BIO_F_BIO_ACCEPT,ERR_R_MALLOC_FAILURE);
    -		goto end;
    -		}
    -	*addr = p;
    -	BIO_snprintf(*addr,nl,"%s:%s",h,s);
    -	goto end;
    -	} while(0);
    -#endif
    -	if (sa.from.sa.sa_family != AF_INET) goto end;
    -	l=ntohl(sa.from.sa_in.sin_addr.s_addr);
    -	port=ntohs(sa.from.sa_in.sin_port);
    -	if (*addr == NULL)
    -		{
    -		if ((p=OPENSSL_malloc(24)) == NULL)
    -			{
    -			BIOerr(BIO_F_BIO_ACCEPT,ERR_R_MALLOC_FAILURE);
    -			goto end;
    -			}
    -		*addr=p;
    -		}
    -	BIO_snprintf(*addr,24,"%d.%d.%d.%d:%d",
    -		     (unsigned char)(l>>24L)&0xff,
    -		     (unsigned char)(l>>16L)&0xff,
    -		     (unsigned char)(l>> 8L)&0xff,
    -		     (unsigned char)(l     )&0xff,
    -		     port);
    -end:
    -	return(ret);
    -	}
    +{
    +    int ret = INVALID_SOCKET;
    +    unsigned long l;
    +    unsigned short port;
    +    char *p;
    +
    +    struct {
    +        /*
    +         * As for following union. Trouble is that there are platforms
    +         * that have socklen_t and there are platforms that don't, on
    +         * some platforms socklen_t is int and on some size_t. So what
    +         * one can do? One can cook #ifdef spaghetti, which is nothing
    +         * but masochistic. Or one can do union between int and size_t.
    +         * One naturally does it primarily for 64-bit platforms where
    +         * sizeof(int) != sizeof(size_t). But would it work? Note that
    +         * if size_t member is initialized to 0, then later int member
    +         * assignment naturally does the job on little-endian platforms
    +         * regardless accept's expectations! What about big-endians?
    +         * If accept expects int*, then it works, and if size_t*, then
    +         * length value would appear as unreasonably large. But this
    +         * won't prevent it from filling in the address structure. The
    +         * trouble of course would be if accept returns more data than
    +         * actual buffer can accomodate and overwrite stack... That's
    +         * where early OPENSSL_assert comes into picture. Besides, the
    +         * only 64-bit big-endian platform found so far that expects
    +         * size_t* is HP-UX, where stack grows towards higher address.
    +         * 
    +         */
    +        union {
    +            size_t s;
    +            int i;
    +        } len;
    +        union {
    +            struct sockaddr sa;
    +            struct sockaddr_in sa_in;
    +# if OPENSSL_USE_IPV6
    +            struct sockaddr_in6 sa_in6;
    +# endif
    +        } from;
    +    } sa;
    +
    +    sa.len.s = 0;
    +    sa.len.i = sizeof(sa.from);
    +    memset(&sa.from, 0, sizeof(sa.from));
    +    ret = accept(sock, &sa.from.sa, (void *)&sa.len);
    +    if (sizeof(sa.len.i) != sizeof(sa.len.s) && sa.len.i == 0) {
    +        OPENSSL_assert(sa.len.s <= sizeof(sa.from));
    +        sa.len.i = (int)sa.len.s;
    +        /* use sa.len.i from this point */
    +    }
    +    if (ret == INVALID_SOCKET) {
    +        if (BIO_sock_should_retry(ret))
    +            return -2;
    +        SYSerr(SYS_F_ACCEPT, get_last_socket_error());
    +        BIOerr(BIO_F_BIO_ACCEPT, BIO_R_ACCEPT_ERROR);
    +        goto end;
    +    }
    +
    +    if (addr == NULL)
    +        goto end;
    +
    +# ifdef EAI_FAMILY
    +    do {
    +        char h[NI_MAXHOST], s[NI_MAXSERV];
    +        size_t nl;
    +        static union {
    +            void *p;
    +            int (WSAAPI *f) (const struct sockaddr *, size_t /* socklen_t */ ,
    +                             char *, size_t, char *, size_t, int);
    +        } p_getnameinfo = {
    +            NULL
    +        };
    +        /*
    +         * 2nd argument to getnameinfo is specified to be socklen_t.
    +         * Unfortunately there is a number of environments where socklen_t is
    +         * not defined. As it's passed by value, it's safe to pass it as
    +         * size_t... 
    +         */
    +
    +        if (p_getnameinfo.p == NULL) {
    +            if ((p_getnameinfo.p = DSO_global_lookup("getnameinfo")) == NULL)
    +                p_getnameinfo.p = (void *)-1;
    +        }
    +        if (p_getnameinfo.p == (void *)-1)
    +            break;
    +
    +        if ((*p_getnameinfo.f) (&sa.from.sa, sa.len.i, h, sizeof(h), s,
    +                                sizeof(s), NI_NUMERICHOST | NI_NUMERICSERV))
    +            break;
    +        nl = strlen(h) + strlen(s) + 2;
    +        p = *addr;
    +        if (p) {
    +            *p = '\0';
    +            p = OPENSSL_realloc(p, nl);
    +        } else {
    +            p = OPENSSL_malloc(nl);
    +        }
    +        if (p == NULL) {
    +            BIOerr(BIO_F_BIO_ACCEPT, ERR_R_MALLOC_FAILURE);
    +            goto end;
    +        }
    +        *addr = p;
    +        BIO_snprintf(*addr, nl, "%s:%s", h, s);
    +        goto end;
    +    } while (0);
    +# endif
    +    if (sa.from.sa.sa_family != AF_INET)
    +        goto end;
    +    l = ntohl(sa.from.sa_in.sin_addr.s_addr);
    +    port = ntohs(sa.from.sa_in.sin_port);
    +    if (*addr == NULL) {
    +        if ((p = OPENSSL_malloc(24)) == NULL) {
    +            BIOerr(BIO_F_BIO_ACCEPT, ERR_R_MALLOC_FAILURE);
    +            goto end;
    +        }
    +        *addr = p;
    +    }
    +    BIO_snprintf(*addr, 24, "%d.%d.%d.%d:%d",
    +                 (unsigned char)(l >> 24L) & 0xff,
    +                 (unsigned char)(l >> 16L) & 0xff,
    +                 (unsigned char)(l >> 8L) & 0xff,
    +                 (unsigned char)(l) & 0xff, port);
    + end:
    +    return (ret);
    +}
     
     int BIO_set_tcp_ndelay(int s, int on)
    -	{
    -	int ret=0;
    -#if defined(TCP_NODELAY) && (defined(IPPROTO_TCP) || defined(SOL_TCP))
    -	int opt;
    -
    -#ifdef SOL_TCP
    -	opt=SOL_TCP;
    -#else
    -#ifdef IPPROTO_TCP
    -	opt=IPPROTO_TCP;
    -#endif
    -#endif
    -	
    -	ret=setsockopt(s,opt,TCP_NODELAY,(char *)&on,sizeof(on));
    -#endif
    -	return(ret == 0);
    -	}
    +{
    +    int ret = 0;
    +# if defined(TCP_NODELAY) && (defined(IPPROTO_TCP) || defined(SOL_TCP))
    +    int opt;
     
    -int BIO_socket_nbio(int s, int mode)
    -	{
    -	int ret= -1;
    -	int l;
    +#  ifdef SOL_TCP
    +    opt = SOL_TCP;
    +#  else
    +#   ifdef IPPROTO_TCP
    +    opt = IPPROTO_TCP;
    +#   endif
    +#  endif
     
    -	l=mode;
    -#ifdef FIONBIO
    -	ret=BIO_socket_ioctl(s,FIONBIO,&l);
    -#endif
    -	return(ret == 0);
    -	}
    +    ret = setsockopt(s, opt, TCP_NODELAY, (char *)&on, sizeof(on));
    +# endif
    +    return (ret == 0);
    +}
    +
    +int BIO_socket_nbio(int s, int mode)
    +{
    +    int ret = -1;
    +    int l;
    +
    +    l = mode;
    +# ifdef FIONBIO
    +    ret = BIO_socket_ioctl(s, FIONBIO, &l);
    +# endif
    +    return (ret == 0);
    +}
     #endif
    diff --git a/openssl/crypto/bio/bf_buff.c b/openssl/crypto/bio/bf_buff.c
    index 4b5a132d8..478fa16a0 100644
    --- a/openssl/crypto/bio/bf_buff.c
    +++ b/openssl/crypto/bio/bf_buff.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,7 +61,7 @@
     #include "cryptlib.h"
     #include 
     
    -static int buffer_write(BIO *h, const char *buf,int num);
    +static int buffer_write(BIO *h, const char *buf, int num);
     static int buffer_read(BIO *h, char *buf, int size);
     static int buffer_puts(BIO *h, const char *str);
     static int buffer_gets(BIO *h, char *str, int size);
    @@ -69,444 +69,449 @@ static long buffer_ctrl(BIO *h, int cmd, long arg1, void *arg2);
     static int buffer_new(BIO *h);
     static int buffer_free(BIO *data);
     static long buffer_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp);
    -#define DEFAULT_BUFFER_SIZE	4096
    -
    -static BIO_METHOD methods_buffer=
    -	{
    -	BIO_TYPE_BUFFER,
    -	"buffer",
    -	buffer_write,
    -	buffer_read,
    -	buffer_puts,
    -	buffer_gets,
    -	buffer_ctrl,
    -	buffer_new,
    -	buffer_free,
    -	buffer_callback_ctrl,
    -	};
    +#define DEFAULT_BUFFER_SIZE     4096
    +
    +static BIO_METHOD methods_buffer = {
    +    BIO_TYPE_BUFFER,
    +    "buffer",
    +    buffer_write,
    +    buffer_read,
    +    buffer_puts,
    +    buffer_gets,
    +    buffer_ctrl,
    +    buffer_new,
    +    buffer_free,
    +    buffer_callback_ctrl,
    +};
     
     BIO_METHOD *BIO_f_buffer(void)
    -	{
    -	return(&methods_buffer);
    -	}
    +{
    +    return (&methods_buffer);
    +}
     
     static int buffer_new(BIO *bi)
    -	{
    -	BIO_F_BUFFER_CTX *ctx;
    -
    -	ctx=(BIO_F_BUFFER_CTX *)OPENSSL_malloc(sizeof(BIO_F_BUFFER_CTX));
    -	if (ctx == NULL) return(0);
    -	ctx->ibuf=(char *)OPENSSL_malloc(DEFAULT_BUFFER_SIZE);
    -	if (ctx->ibuf == NULL) { OPENSSL_free(ctx); return(0); }
    -	ctx->obuf=(char *)OPENSSL_malloc(DEFAULT_BUFFER_SIZE);
    -	if (ctx->obuf == NULL) { OPENSSL_free(ctx->ibuf); OPENSSL_free(ctx); return(0); }
    -	ctx->ibuf_size=DEFAULT_BUFFER_SIZE;
    -	ctx->obuf_size=DEFAULT_BUFFER_SIZE;
    -	ctx->ibuf_len=0;
    -	ctx->ibuf_off=0;
    -	ctx->obuf_len=0;
    -	ctx->obuf_off=0;
    -
    -	bi->init=1;
    -	bi->ptr=(char *)ctx;
    -	bi->flags=0;
    -	return(1);
    -	}
    +{
    +    BIO_F_BUFFER_CTX *ctx;
    +
    +    ctx = (BIO_F_BUFFER_CTX *)OPENSSL_malloc(sizeof(BIO_F_BUFFER_CTX));
    +    if (ctx == NULL)
    +        return (0);
    +    ctx->ibuf = (char *)OPENSSL_malloc(DEFAULT_BUFFER_SIZE);
    +    if (ctx->ibuf == NULL) {
    +        OPENSSL_free(ctx);
    +        return (0);
    +    }
    +    ctx->obuf = (char *)OPENSSL_malloc(DEFAULT_BUFFER_SIZE);
    +    if (ctx->obuf == NULL) {
    +        OPENSSL_free(ctx->ibuf);
    +        OPENSSL_free(ctx);
    +        return (0);
    +    }
    +    ctx->ibuf_size = DEFAULT_BUFFER_SIZE;
    +    ctx->obuf_size = DEFAULT_BUFFER_SIZE;
    +    ctx->ibuf_len = 0;
    +    ctx->ibuf_off = 0;
    +    ctx->obuf_len = 0;
    +    ctx->obuf_off = 0;
    +
    +    bi->init = 1;
    +    bi->ptr = (char *)ctx;
    +    bi->flags = 0;
    +    return (1);
    +}
     
     static int buffer_free(BIO *a)
    -	{
    -	BIO_F_BUFFER_CTX *b;
    -
    -	if (a == NULL) return(0);
    -	b=(BIO_F_BUFFER_CTX *)a->ptr;
    -	if (b->ibuf != NULL) OPENSSL_free(b->ibuf);
    -	if (b->obuf != NULL) OPENSSL_free(b->obuf);
    -	OPENSSL_free(a->ptr);
    -	a->ptr=NULL;
    -	a->init=0;
    -	a->flags=0;
    -	return(1);
    -	}
    -	
    +{
    +    BIO_F_BUFFER_CTX *b;
    +
    +    if (a == NULL)
    +        return (0);
    +    b = (BIO_F_BUFFER_CTX *)a->ptr;
    +    if (b->ibuf != NULL)
    +        OPENSSL_free(b->ibuf);
    +    if (b->obuf != NULL)
    +        OPENSSL_free(b->obuf);
    +    OPENSSL_free(a->ptr);
    +    a->ptr = NULL;
    +    a->init = 0;
    +    a->flags = 0;
    +    return (1);
    +}
    +
     static int buffer_read(BIO *b, char *out, int outl)
    -	{
    -	int i,num=0;
    -	BIO_F_BUFFER_CTX *ctx;
    -
    -	if (out == NULL) return(0);
    -	ctx=(BIO_F_BUFFER_CTX *)b->ptr;
    -
    -	if ((ctx == NULL) || (b->next_bio == NULL)) return(0);
    -	num=0;
    -	BIO_clear_retry_flags(b);
    -
    -start:
    -	i=ctx->ibuf_len;
    -	/* If there is stuff left over, grab it */
    -	if (i != 0)
    -		{
    -		if (i > outl) i=outl;
    -		memcpy(out,&(ctx->ibuf[ctx->ibuf_off]),i);
    -		ctx->ibuf_off+=i;
    -		ctx->ibuf_len-=i;
    -		num+=i;
    -		if (outl == i)  return(num);
    -		outl-=i;
    -		out+=i;
    -		}
    -
    -	/* We may have done a partial read. try to do more.
    -	 * We have nothing in the buffer.
    -	 * If we get an error and have read some data, just return it
    -	 * and let them retry to get the error again.
    -	 * copy direct to parent address space */
    -	if (outl > ctx->ibuf_size)
    -		{
    -		for (;;)
    -			{
    -			i=BIO_read(b->next_bio,out,outl);
    -			if (i <= 0)
    -				{
    -				BIO_copy_next_retry(b);
    -				if (i < 0) return((num > 0)?num:i);
    -				if (i == 0) return(num);
    -				}
    -			num+=i;
    -			if (outl == i) return(num);
    -			out+=i;
    -			outl-=i;
    -			}
    -		}
    -	/* else */
    -
    -	/* we are going to be doing some buffering */
    -	i=BIO_read(b->next_bio,ctx->ibuf,ctx->ibuf_size);
    -	if (i <= 0)
    -		{
    -		BIO_copy_next_retry(b);
    -		if (i < 0) return((num > 0)?num:i);
    -		if (i == 0) return(num);
    -		}
    -	ctx->ibuf_off=0;
    -	ctx->ibuf_len=i;
    -
    -	/* Lets re-read using ourselves :-) */
    -	goto start;
    -	}
    +{
    +    int i, num = 0;
    +    BIO_F_BUFFER_CTX *ctx;
    +
    +    if (out == NULL)
    +        return (0);
    +    ctx = (BIO_F_BUFFER_CTX *)b->ptr;
    +
    +    if ((ctx == NULL) || (b->next_bio == NULL))
    +        return (0);
    +    num = 0;
    +    BIO_clear_retry_flags(b);
    +
    + start:
    +    i = ctx->ibuf_len;
    +    /* If there is stuff left over, grab it */
    +    if (i != 0) {
    +        if (i > outl)
    +            i = outl;
    +        memcpy(out, &(ctx->ibuf[ctx->ibuf_off]), i);
    +        ctx->ibuf_off += i;
    +        ctx->ibuf_len -= i;
    +        num += i;
    +        if (outl == i)
    +            return (num);
    +        outl -= i;
    +        out += i;
    +    }
    +
    +    /*
    +     * We may have done a partial read. try to do more. We have nothing in
    +     * the buffer. If we get an error and have read some data, just return it
    +     * and let them retry to get the error again. copy direct to parent
    +     * address space
    +     */
    +    if (outl > ctx->ibuf_size) {
    +        for (;;) {
    +            i = BIO_read(b->next_bio, out, outl);
    +            if (i <= 0) {
    +                BIO_copy_next_retry(b);
    +                if (i < 0)
    +                    return ((num > 0) ? num : i);
    +                if (i == 0)
    +                    return (num);
    +            }
    +            num += i;
    +            if (outl == i)
    +                return (num);
    +            out += i;
    +            outl -= i;
    +        }
    +    }
    +    /* else */
    +
    +    /* we are going to be doing some buffering */
    +    i = BIO_read(b->next_bio, ctx->ibuf, ctx->ibuf_size);
    +    if (i <= 0) {
    +        BIO_copy_next_retry(b);
    +        if (i < 0)
    +            return ((num > 0) ? num : i);
    +        if (i == 0)
    +            return (num);
    +    }
    +    ctx->ibuf_off = 0;
    +    ctx->ibuf_len = i;
    +
    +    /* Lets re-read using ourselves :-) */
    +    goto start;
    +}
     
     static int buffer_write(BIO *b, const char *in, int inl)
    -	{
    -	int i,num=0;
    -	BIO_F_BUFFER_CTX *ctx;
    -
    -	if ((in == NULL) || (inl <= 0)) return(0);
    -	ctx=(BIO_F_BUFFER_CTX *)b->ptr;
    -	if ((ctx == NULL) || (b->next_bio == NULL)) return(0);
    -
    -	BIO_clear_retry_flags(b);
    -start:
    -	i=ctx->obuf_size-(ctx->obuf_len+ctx->obuf_off);
    -	/* add to buffer and return */
    -	if (i >= inl)
    -		{
    -		memcpy(&(ctx->obuf[ctx->obuf_off+ctx->obuf_len]),in,inl);
    -		ctx->obuf_len+=inl;
    -		return(num+inl);
    -		}
    -	/* else */
    -	/* stuff already in buffer, so add to it first, then flush */
    -	if (ctx->obuf_len != 0)
    -		{
    -		if (i > 0) /* lets fill it up if we can */
    -			{
    -			memcpy(&(ctx->obuf[ctx->obuf_off+ctx->obuf_len]),in,i);
    -			in+=i;
    -			inl-=i;
    -			num+=i;
    -			ctx->obuf_len+=i;
    -			}
    -		/* we now have a full buffer needing flushing */
    -		for (;;)
    -			{
    -			i=BIO_write(b->next_bio,&(ctx->obuf[ctx->obuf_off]),
    -				ctx->obuf_len);
    -			if (i <= 0)
    -				{
    -				BIO_copy_next_retry(b);
    -
    -				if (i < 0) return((num > 0)?num:i);
    -				if (i == 0) return(num);
    -				}
    -			ctx->obuf_off+=i;
    -			ctx->obuf_len-=i;
    -			if (ctx->obuf_len == 0) break;
    -			}
    -		}
    -	/* we only get here if the buffer has been flushed and we
    -	 * still have stuff to write */
    -	ctx->obuf_off=0;
    -
    -	/* we now have inl bytes to write */
    -	while (inl >= ctx->obuf_size)
    -		{
    -		i=BIO_write(b->next_bio,in,inl);
    -		if (i <= 0)
    -			{
    -			BIO_copy_next_retry(b);
    -			if (i < 0) return((num > 0)?num:i);
    -			if (i == 0) return(num);
    -			}
    -		num+=i;
    -		in+=i;
    -		inl-=i;
    -		if (inl == 0) return(num);
    -		}
    -
    -	/* copy the rest into the buffer since we have only a small 
    -	 * amount left */
    -	goto start;
    -	}
    +{
    +    int i, num = 0;
    +    BIO_F_BUFFER_CTX *ctx;
    +
    +    if ((in == NULL) || (inl <= 0))
    +        return (0);
    +    ctx = (BIO_F_BUFFER_CTX *)b->ptr;
    +    if ((ctx == NULL) || (b->next_bio == NULL))
    +        return (0);
    +
    +    BIO_clear_retry_flags(b);
    + start:
    +    i = ctx->obuf_size - (ctx->obuf_len + ctx->obuf_off);
    +    /* add to buffer and return */
    +    if (i >= inl) {
    +        memcpy(&(ctx->obuf[ctx->obuf_off + ctx->obuf_len]), in, inl);
    +        ctx->obuf_len += inl;
    +        return (num + inl);
    +    }
    +    /* else */
    +    /* stuff already in buffer, so add to it first, then flush */
    +    if (ctx->obuf_len != 0) {
    +        if (i > 0) {            /* lets fill it up if we can */
    +            memcpy(&(ctx->obuf[ctx->obuf_off + ctx->obuf_len]), in, i);
    +            in += i;
    +            inl -= i;
    +            num += i;
    +            ctx->obuf_len += i;
    +        }
    +        /* we now have a full buffer needing flushing */
    +        for (;;) {
    +            i = BIO_write(b->next_bio, &(ctx->obuf[ctx->obuf_off]),
    +                          ctx->obuf_len);
    +            if (i <= 0) {
    +                BIO_copy_next_retry(b);
    +
    +                if (i < 0)
    +                    return ((num > 0) ? num : i);
    +                if (i == 0)
    +                    return (num);
    +            }
    +            ctx->obuf_off += i;
    +            ctx->obuf_len -= i;
    +            if (ctx->obuf_len == 0)
    +                break;
    +        }
    +    }
    +    /*
    +     * we only get here if the buffer has been flushed and we still have
    +     * stuff to write
    +     */
    +    ctx->obuf_off = 0;
    +
    +    /* we now have inl bytes to write */
    +    while (inl >= ctx->obuf_size) {
    +        i = BIO_write(b->next_bio, in, inl);
    +        if (i <= 0) {
    +            BIO_copy_next_retry(b);
    +            if (i < 0)
    +                return ((num > 0) ? num : i);
    +            if (i == 0)
    +                return (num);
    +        }
    +        num += i;
    +        in += i;
    +        inl -= i;
    +        if (inl == 0)
    +            return (num);
    +    }
    +
    +    /*
    +     * copy the rest into the buffer since we have only a small amount left
    +     */
    +    goto start;
    +}
     
     static long buffer_ctrl(BIO *b, int cmd, long num, void *ptr)
    -	{
    -	BIO *dbio;
    -	BIO_F_BUFFER_CTX *ctx;
    -	long ret=1;
    -	char *p1,*p2;
    -	int r,i,*ip;
    -	int ibs,obs;
    -
    -	ctx=(BIO_F_BUFFER_CTX *)b->ptr;
    -
    -	switch (cmd)
    -		{
    -	case BIO_CTRL_RESET:
    -		ctx->ibuf_off=0;
    -		ctx->ibuf_len=0;
    -		ctx->obuf_off=0;
    -		ctx->obuf_len=0;
    -		if (b->next_bio == NULL) return(0);
    -		ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		break;
    -	case BIO_CTRL_INFO:
    -		ret=(long)ctx->obuf_len;
    -		break;
    -	case BIO_C_GET_BUFF_NUM_LINES:
    -		ret=0;
    -		p1=ctx->ibuf;
    -		for (i=0; iibuf_len; i++)
    -			{
    -			if (p1[ctx->ibuf_off + i] == '\n') ret++;
    -			}
    -		break;
    -	case BIO_CTRL_WPENDING:
    -		ret=(long)ctx->obuf_len;
    -		if (ret == 0)
    -			{
    -			if (b->next_bio == NULL) return(0);
    -			ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -			}
    -		break;
    -	case BIO_CTRL_PENDING:
    -		ret=(long)ctx->ibuf_len;
    -		if (ret == 0)
    -			{
    -			if (b->next_bio == NULL) return(0);
    -			ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -			}
    -		break;
    -	case BIO_C_SET_BUFF_READ_DATA:
    -		if (num > ctx->ibuf_size)
    -			{
    -			p1=OPENSSL_malloc((int)num);
    -			if (p1 == NULL) goto malloc_error;
    -			if (ctx->ibuf != NULL) OPENSSL_free(ctx->ibuf);
    -			ctx->ibuf=p1;
    -			}
    -		ctx->ibuf_off=0;
    -		ctx->ibuf_len=(int)num;
    -		memcpy(ctx->ibuf,ptr,(int)num);
    -		ret=1;
    -		break;
    -	case BIO_C_SET_BUFF_SIZE:
    -		if (ptr != NULL)
    -			{
    -			ip=(int *)ptr;
    -			if (*ip == 0)
    -				{
    -				ibs=(int)num;
    -				obs=ctx->obuf_size;
    -				}
    -			else /* if (*ip == 1) */
    -				{
    -				ibs=ctx->ibuf_size;
    -				obs=(int)num;
    -				}
    -			}
    -		else
    -			{
    -			ibs=(int)num;
    -			obs=(int)num;
    -			}
    -		p1=ctx->ibuf;
    -		p2=ctx->obuf;
    -		if ((ibs > DEFAULT_BUFFER_SIZE) && (ibs != ctx->ibuf_size))
    -			{
    -			p1=(char *)OPENSSL_malloc((int)num);
    -			if (p1 == NULL) goto malloc_error;
    -			}
    -		if ((obs > DEFAULT_BUFFER_SIZE) && (obs != ctx->obuf_size))
    -			{
    -			p2=(char *)OPENSSL_malloc((int)num);
    -			if (p2 == NULL)
    -				{
    -				if (p1 != ctx->ibuf) OPENSSL_free(p1);
    -				goto malloc_error;
    -				}
    -			}
    -		if (ctx->ibuf != p1)
    -			{
    -			OPENSSL_free(ctx->ibuf);
    -			ctx->ibuf=p1;
    -			ctx->ibuf_off=0;
    -			ctx->ibuf_len=0;
    -			ctx->ibuf_size=ibs;
    -			}
    -		if (ctx->obuf != p2)
    -			{
    -			OPENSSL_free(ctx->obuf);
    -			ctx->obuf=p2;
    -			ctx->obuf_off=0;
    -			ctx->obuf_len=0;
    -			ctx->obuf_size=obs;
    -			}
    -		break;
    -	case BIO_C_DO_STATE_MACHINE:
    -		if (b->next_bio == NULL) return(0);
    -		BIO_clear_retry_flags(b);
    -		ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		BIO_copy_next_retry(b);
    -		break;
    -
    -	case BIO_CTRL_FLUSH:
    -		if (b->next_bio == NULL) return(0);
    -		if (ctx->obuf_len <= 0)
    -			{
    -			ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -			break;
    -			}
    -
    -		for (;;)
    -			{
    -			BIO_clear_retry_flags(b);
    -			if (ctx->obuf_len > 0)
    -				{
    -				r=BIO_write(b->next_bio,
    -					&(ctx->obuf[ctx->obuf_off]),
    -					ctx->obuf_len);
    +{
    +    BIO *dbio;
    +    BIO_F_BUFFER_CTX *ctx;
    +    long ret = 1;
    +    char *p1, *p2;
    +    int r, i, *ip;
    +    int ibs, obs;
    +
    +    ctx = (BIO_F_BUFFER_CTX *)b->ptr;
    +
    +    switch (cmd) {
    +    case BIO_CTRL_RESET:
    +        ctx->ibuf_off = 0;
    +        ctx->ibuf_len = 0;
    +        ctx->obuf_off = 0;
    +        ctx->obuf_len = 0;
    +        if (b->next_bio == NULL)
    +            return (0);
    +        ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        break;
    +    case BIO_CTRL_INFO:
    +        ret = (long)ctx->obuf_len;
    +        break;
    +    case BIO_C_GET_BUFF_NUM_LINES:
    +        ret = 0;
    +        p1 = ctx->ibuf;
    +        for (i = 0; i < ctx->ibuf_len; i++) {
    +            if (p1[ctx->ibuf_off + i] == '\n')
    +                ret++;
    +        }
    +        break;
    +    case BIO_CTRL_WPENDING:
    +        ret = (long)ctx->obuf_len;
    +        if (ret == 0) {
    +            if (b->next_bio == NULL)
    +                return (0);
    +            ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        }
    +        break;
    +    case BIO_CTRL_PENDING:
    +        ret = (long)ctx->ibuf_len;
    +        if (ret == 0) {
    +            if (b->next_bio == NULL)
    +                return (0);
    +            ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        }
    +        break;
    +    case BIO_C_SET_BUFF_READ_DATA:
    +        if (num > ctx->ibuf_size) {
    +            p1 = OPENSSL_malloc((int)num);
    +            if (p1 == NULL)
    +                goto malloc_error;
    +            if (ctx->ibuf != NULL)
    +                OPENSSL_free(ctx->ibuf);
    +            ctx->ibuf = p1;
    +        }
    +        ctx->ibuf_off = 0;
    +        ctx->ibuf_len = (int)num;
    +        memcpy(ctx->ibuf, ptr, (int)num);
    +        ret = 1;
    +        break;
    +    case BIO_C_SET_BUFF_SIZE:
    +        if (ptr != NULL) {
    +            ip = (int *)ptr;
    +            if (*ip == 0) {
    +                ibs = (int)num;
    +                obs = ctx->obuf_size;
    +            } else {            /* if (*ip == 1) */
    +
    +                ibs = ctx->ibuf_size;
    +                obs = (int)num;
    +            }
    +        } else {
    +            ibs = (int)num;
    +            obs = (int)num;
    +        }
    +        p1 = ctx->ibuf;
    +        p2 = ctx->obuf;
    +        if ((ibs > DEFAULT_BUFFER_SIZE) && (ibs != ctx->ibuf_size)) {
    +            p1 = (char *)OPENSSL_malloc((int)num);
    +            if (p1 == NULL)
    +                goto malloc_error;
    +        }
    +        if ((obs > DEFAULT_BUFFER_SIZE) && (obs != ctx->obuf_size)) {
    +            p2 = (char *)OPENSSL_malloc((int)num);
    +            if (p2 == NULL) {
    +                if (p1 != ctx->ibuf)
    +                    OPENSSL_free(p1);
    +                goto malloc_error;
    +            }
    +        }
    +        if (ctx->ibuf != p1) {
    +            OPENSSL_free(ctx->ibuf);
    +            ctx->ibuf = p1;
    +            ctx->ibuf_off = 0;
    +            ctx->ibuf_len = 0;
    +            ctx->ibuf_size = ibs;
    +        }
    +        if (ctx->obuf != p2) {
    +            OPENSSL_free(ctx->obuf);
    +            ctx->obuf = p2;
    +            ctx->obuf_off = 0;
    +            ctx->obuf_len = 0;
    +            ctx->obuf_size = obs;
    +        }
    +        break;
    +    case BIO_C_DO_STATE_MACHINE:
    +        if (b->next_bio == NULL)
    +            return (0);
    +        BIO_clear_retry_flags(b);
    +        ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        BIO_copy_next_retry(b);
    +        break;
    +
    +    case BIO_CTRL_FLUSH:
    +        if (b->next_bio == NULL)
    +            return (0);
    +        if (ctx->obuf_len <= 0) {
    +            ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +            break;
    +        }
    +
    +        for (;;) {
    +            BIO_clear_retry_flags(b);
    +            if (ctx->obuf_len > 0) {
    +                r = BIO_write(b->next_bio,
    +                              &(ctx->obuf[ctx->obuf_off]), ctx->obuf_len);
     #if 0
    -fprintf(stderr,"FLUSH [%3d] %3d -> %3d\n",ctx->obuf_off,ctx->obuf_len,r);
    +                fprintf(stderr, "FLUSH [%3d] %3d -> %3d\n", ctx->obuf_off,
    +                        ctx->obuf_len, r);
     #endif
    -				BIO_copy_next_retry(b);
    -				if (r <= 0) return((long)r);
    -				ctx->obuf_off+=r;
    -				ctx->obuf_len-=r;
    -				}
    -			else
    -				{
    -				ctx->obuf_len=0;
    -				ctx->obuf_off=0;
    -				ret=1;
    -				break;
    -				}
    -			}
    -		ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		break;
    -	case BIO_CTRL_DUP:
    -		dbio=(BIO *)ptr;
    -		if (	!BIO_set_read_buffer_size(dbio,ctx->ibuf_size) ||
    -			!BIO_set_write_buffer_size(dbio,ctx->obuf_size))
    -			ret=0;
    -		break;
    -	default:
    -		if (b->next_bio == NULL) return(0);
    -		ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		break;
    -		}
    -	return(ret);
    -malloc_error:
    -	BIOerr(BIO_F_BUFFER_CTRL,ERR_R_MALLOC_FAILURE);
    -	return(0);
    -	}
    +                BIO_copy_next_retry(b);
    +                if (r <= 0)
    +                    return ((long)r);
    +                ctx->obuf_off += r;
    +                ctx->obuf_len -= r;
    +            } else {
    +                ctx->obuf_len = 0;
    +                ctx->obuf_off = 0;
    +                ret = 1;
    +                break;
    +            }
    +        }
    +        ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        break;
    +    case BIO_CTRL_DUP:
    +        dbio = (BIO *)ptr;
    +        if (!BIO_set_read_buffer_size(dbio, ctx->ibuf_size) ||
    +            !BIO_set_write_buffer_size(dbio, ctx->obuf_size))
    +            ret = 0;
    +        break;
    +    default:
    +        if (b->next_bio == NULL)
    +            return (0);
    +        ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        break;
    +    }
    +    return (ret);
    + malloc_error:
    +    BIOerr(BIO_F_BUFFER_CTRL, ERR_R_MALLOC_FAILURE);
    +    return (0);
    +}
     
     static long buffer_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp)
    -	{
    -	long ret=1;
    -
    -	if (b->next_bio == NULL) return(0);
    -	switch (cmd)
    -		{
    -	default:
    -		ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
    -		break;
    -		}
    -	return(ret);
    -	}
    +{
    +    long ret = 1;
    +
    +    if (b->next_bio == NULL)
    +        return (0);
    +    switch (cmd) {
    +    default:
    +        ret = BIO_callback_ctrl(b->next_bio, cmd, fp);
    +        break;
    +    }
    +    return (ret);
    +}
     
     static int buffer_gets(BIO *b, char *buf, int size)
    -	{
    -	BIO_F_BUFFER_CTX *ctx;
    -	int num=0,i,flag;
    -	char *p;
    -
    -	ctx=(BIO_F_BUFFER_CTX *)b->ptr;
    -	size--; /* reserve space for a '\0' */
    -	BIO_clear_retry_flags(b);
    -
    -	for (;;)
    -		{
    -		if (ctx->ibuf_len > 0)
    -			{
    -			p= &(ctx->ibuf[ctx->ibuf_off]);
    -			flag=0;
    -			for (i=0; (iibuf_len) && (iibuf_len-=i;
    -			ctx->ibuf_off+=i;
    -			if (flag || size == 0)
    -				{
    -				*buf='\0';
    -				return(num);
    -				}
    -			}
    -		else	/* read another chunk */
    -			{
    -			i=BIO_read(b->next_bio,ctx->ibuf,ctx->ibuf_size);
    -			if (i <= 0)
    -				{
    -				BIO_copy_next_retry(b);
    -				*buf='\0';
    -				if (i < 0) return((num > 0)?num:i);
    -				if (i == 0) return(num);
    -				}
    -			ctx->ibuf_len=i;
    -			ctx->ibuf_off=0;
    -			}
    -		}
    -	}
    +{
    +    BIO_F_BUFFER_CTX *ctx;
    +    int num = 0, i, flag;
    +    char *p;
    +
    +    ctx = (BIO_F_BUFFER_CTX *)b->ptr;
    +    size--;                     /* reserve space for a '\0' */
    +    BIO_clear_retry_flags(b);
    +
    +    for (;;) {
    +        if (ctx->ibuf_len > 0) {
    +            p = &(ctx->ibuf[ctx->ibuf_off]);
    +            flag = 0;
    +            for (i = 0; (i < ctx->ibuf_len) && (i < size); i++) {
    +                *(buf++) = p[i];
    +                if (p[i] == '\n') {
    +                    flag = 1;
    +                    i++;
    +                    break;
    +                }
    +            }
    +            num += i;
    +            size -= i;
    +            ctx->ibuf_len -= i;
    +            ctx->ibuf_off += i;
    +            if (flag || size == 0) {
    +                *buf = '\0';
    +                return (num);
    +            }
    +        } else {                /* read another chunk */
    +
    +            i = BIO_read(b->next_bio, ctx->ibuf, ctx->ibuf_size);
    +            if (i <= 0) {
    +                BIO_copy_next_retry(b);
    +                *buf = '\0';
    +                if (i < 0)
    +                    return ((num > 0) ? num : i);
    +                if (i == 0)
    +                    return (num);
    +            }
    +            ctx->ibuf_len = i;
    +            ctx->ibuf_off = 0;
    +        }
    +    }
    +}
     
     static int buffer_puts(BIO *b, const char *str)
    -	{
    -	return(buffer_write(b,str,strlen(str)));
    -	}
    -
    +{
    +    return (buffer_write(b, str, strlen(str)));
    +}
    diff --git a/openssl/crypto/bio/bf_lbuf.c b/openssl/crypto/bio/bf_lbuf.c
    index ec0f7eb0b..46d0d5a1e 100644
    --- a/openssl/crypto/bio/bf_lbuf.c
    +++ b/openssl/crypto/bio/bf_lbuf.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,7 +62,7 @@
     #include 
     #include 
     
    -static int linebuffer_write(BIO *h, const char *buf,int num);
    +static int linebuffer_write(BIO *h, const char *buf, int num);
     static int linebuffer_read(BIO *h, char *buf, int size);
     static int linebuffer_puts(BIO *h, const char *str);
     static int linebuffer_gets(BIO *h, char *str, int size);
    @@ -72,326 +72,320 @@ static int linebuffer_free(BIO *data);
     static long linebuffer_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp);
     
     /* A 10k maximum should be enough for most purposes */
    -#define DEFAULT_LINEBUFFER_SIZE	1024*10
    +#define DEFAULT_LINEBUFFER_SIZE 1024*10
     
     /* #define DEBUG */
     
    -static BIO_METHOD methods_linebuffer=
    -	{
    -	BIO_TYPE_LINEBUFFER,
    -	"linebuffer",
    -	linebuffer_write,
    -	linebuffer_read,
    -	linebuffer_puts,
    -	linebuffer_gets,
    -	linebuffer_ctrl,
    -	linebuffer_new,
    -	linebuffer_free,
    -	linebuffer_callback_ctrl,
    -	};
    +static BIO_METHOD methods_linebuffer = {
    +    BIO_TYPE_LINEBUFFER,
    +    "linebuffer",
    +    linebuffer_write,
    +    linebuffer_read,
    +    linebuffer_puts,
    +    linebuffer_gets,
    +    linebuffer_ctrl,
    +    linebuffer_new,
    +    linebuffer_free,
    +    linebuffer_callback_ctrl,
    +};
     
     BIO_METHOD *BIO_f_linebuffer(void)
    -	{
    -	return(&methods_linebuffer);
    -	}
    +{
    +    return (&methods_linebuffer);
    +}
     
    -typedef struct bio_linebuffer_ctx_struct
    -	{
    -	char *obuf;		/* the output char array */
    -	int obuf_size;		/* how big is the output buffer */
    -	int obuf_len;		/* how many bytes are in it */
    -	} BIO_LINEBUFFER_CTX;
    +typedef struct bio_linebuffer_ctx_struct {
    +    char *obuf;                 /* the output char array */
    +    int obuf_size;              /* how big is the output buffer */
    +    int obuf_len;               /* how many bytes are in it */
    +} BIO_LINEBUFFER_CTX;
     
     static int linebuffer_new(BIO *bi)
    -	{
    -	BIO_LINEBUFFER_CTX *ctx;
    -
    -	ctx=(BIO_LINEBUFFER_CTX *)OPENSSL_malloc(sizeof(BIO_LINEBUFFER_CTX));
    -	if (ctx == NULL) return(0);
    -	ctx->obuf=(char *)OPENSSL_malloc(DEFAULT_LINEBUFFER_SIZE);
    -	if (ctx->obuf == NULL) { OPENSSL_free(ctx); return(0); }
    -	ctx->obuf_size=DEFAULT_LINEBUFFER_SIZE;
    -	ctx->obuf_len=0;
    -
    -	bi->init=1;
    -	bi->ptr=(char *)ctx;
    -	bi->flags=0;
    -	return(1);
    -	}
    +{
    +    BIO_LINEBUFFER_CTX *ctx;
    +
    +    ctx = (BIO_LINEBUFFER_CTX *)OPENSSL_malloc(sizeof(BIO_LINEBUFFER_CTX));
    +    if (ctx == NULL)
    +        return (0);
    +    ctx->obuf = (char *)OPENSSL_malloc(DEFAULT_LINEBUFFER_SIZE);
    +    if (ctx->obuf == NULL) {
    +        OPENSSL_free(ctx);
    +        return (0);
    +    }
    +    ctx->obuf_size = DEFAULT_LINEBUFFER_SIZE;
    +    ctx->obuf_len = 0;
    +
    +    bi->init = 1;
    +    bi->ptr = (char *)ctx;
    +    bi->flags = 0;
    +    return (1);
    +}
     
     static int linebuffer_free(BIO *a)
    -	{
    -	BIO_LINEBUFFER_CTX *b;
    -
    -	if (a == NULL) return(0);
    -	b=(BIO_LINEBUFFER_CTX *)a->ptr;
    -	if (b->obuf != NULL) OPENSSL_free(b->obuf);
    -	OPENSSL_free(a->ptr);
    -	a->ptr=NULL;
    -	a->init=0;
    -	a->flags=0;
    -	return(1);
    -	}
    -	
    +{
    +    BIO_LINEBUFFER_CTX *b;
    +
    +    if (a == NULL)
    +        return (0);
    +    b = (BIO_LINEBUFFER_CTX *)a->ptr;
    +    if (b->obuf != NULL)
    +        OPENSSL_free(b->obuf);
    +    OPENSSL_free(a->ptr);
    +    a->ptr = NULL;
    +    a->init = 0;
    +    a->flags = 0;
    +    return (1);
    +}
    +
     static int linebuffer_read(BIO *b, char *out, int outl)
    -	{
    -	int ret=0;
    - 
    -	if (out == NULL) return(0);
    -	if (b->next_bio == NULL) return(0);
    -	ret=BIO_read(b->next_bio,out,outl);
    -	BIO_clear_retry_flags(b);
    -	BIO_copy_next_retry(b);
    -	return(ret);
    -	}
    +{
    +    int ret = 0;
    +
    +    if (out == NULL)
    +        return (0);
    +    if (b->next_bio == NULL)
    +        return (0);
    +    ret = BIO_read(b->next_bio, out, outl);
    +    BIO_clear_retry_flags(b);
    +    BIO_copy_next_retry(b);
    +    return (ret);
    +}
     
     static int linebuffer_write(BIO *b, const char *in, int inl)
    -	{
    -	int i,num=0,foundnl;
    -	BIO_LINEBUFFER_CTX *ctx;
    -
    -	if ((in == NULL) || (inl <= 0)) return(0);
    -	ctx=(BIO_LINEBUFFER_CTX *)b->ptr;
    -	if ((ctx == NULL) || (b->next_bio == NULL)) return(0);
    -
    -	BIO_clear_retry_flags(b);
    -
    -	do
    -		{
    -		const char *p;
    -
    -		for(p = in; p < in + inl && *p != '\n'; p++)
    -			;
    -		if (*p == '\n')
    -			{
    -			p++;
    -			foundnl = 1;
    -			}
    -		else
    -			foundnl = 0;
    -
    -		/* If a NL was found and we already have text in the save
    -		   buffer, concatenate them and write */
    -		while ((foundnl || p - in > ctx->obuf_size - ctx->obuf_len)
    -			&& ctx->obuf_len > 0)
    -			{
    -			int orig_olen = ctx->obuf_len;
    -			
    -			i = ctx->obuf_size - ctx->obuf_len;
    -			if (p - in > 0)
    -				{
    -				if (i >= p - in)
    -					{
    -					memcpy(&(ctx->obuf[ctx->obuf_len]),
    -						in,p - in);
    -					ctx->obuf_len += p - in;
    -					inl -= p - in;
    -					num += p - in;
    -					in = p;
    -					}
    -				else
    -					{
    -					memcpy(&(ctx->obuf[ctx->obuf_len]),
    -						in,i);
    -					ctx->obuf_len += i;
    -					inl -= i;
    -					in += i;
    -					num += i;
    -					}
    -				}
    +{
    +    int i, num = 0, foundnl;
    +    BIO_LINEBUFFER_CTX *ctx;
    +
    +    if ((in == NULL) || (inl <= 0))
    +        return (0);
    +    ctx = (BIO_LINEBUFFER_CTX *)b->ptr;
    +    if ((ctx == NULL) || (b->next_bio == NULL))
    +        return (0);
     
    +    BIO_clear_retry_flags(b);
    +
    +    do {
    +        const char *p;
    +
    +        for (p = in; p < in + inl && *p != '\n'; p++) ;
    +        if (*p == '\n') {
    +            p++;
    +            foundnl = 1;
    +        } else
    +            foundnl = 0;
    +
    +        /*
    +         * If a NL was found and we already have text in the save buffer,
    +         * concatenate them and write
    +         */
    +        while ((foundnl || p - in > ctx->obuf_size - ctx->obuf_len)
    +               && ctx->obuf_len > 0) {
    +            int orig_olen = ctx->obuf_len;
    +
    +            i = ctx->obuf_size - ctx->obuf_len;
    +            if (p - in > 0) {
    +                if (i >= p - in) {
    +                    memcpy(&(ctx->obuf[ctx->obuf_len]), in, p - in);
    +                    ctx->obuf_len += p - in;
    +                    inl -= p - in;
    +                    num += p - in;
    +                    in = p;
    +                } else {
    +                    memcpy(&(ctx->obuf[ctx->obuf_len]), in, i);
    +                    ctx->obuf_len += i;
    +                    inl -= i;
    +                    in += i;
    +                    num += i;
    +                }
    +            }
     #if 0
    -BIO_write(b->next_bio, "<*<", 3);
    +            BIO_write(b->next_bio, "<*<", 3);
     #endif
    -			i=BIO_write(b->next_bio,
    -				ctx->obuf, ctx->obuf_len);
    -			if (i <= 0)
    -				{
    -				ctx->obuf_len = orig_olen;
    -				BIO_copy_next_retry(b);
    +            i = BIO_write(b->next_bio, ctx->obuf, ctx->obuf_len);
    +            if (i <= 0) {
    +                ctx->obuf_len = orig_olen;
    +                BIO_copy_next_retry(b);
     
     #if 0
    -BIO_write(b->next_bio, ">*>", 3);
    +                BIO_write(b->next_bio, ">*>", 3);
     #endif
    -				if (i < 0) return((num > 0)?num:i);
    -				if (i == 0) return(num);
    -				}
    +                if (i < 0)
    +                    return ((num > 0) ? num : i);
    +                if (i == 0)
    +                    return (num);
    +            }
     #if 0
    -BIO_write(b->next_bio, ">*>", 3);
    +            BIO_write(b->next_bio, ">*>", 3);
     #endif
    -			if (i < ctx->obuf_len)
    -				memmove(ctx->obuf, ctx->obuf + i,
    -					ctx->obuf_len - i);
    -			ctx->obuf_len-=i;
    -			}
    -
    -		/* Now that the save buffer is emptied, let's write the input
    -		   buffer if a NL was found and there is anything to write. */
    -		if ((foundnl || p - in > ctx->obuf_size) && p - in > 0)
    -			{
    +            if (i < ctx->obuf_len)
    +                memmove(ctx->obuf, ctx->obuf + i, ctx->obuf_len - i);
    +            ctx->obuf_len -= i;
    +        }
    +
    +        /*
    +         * Now that the save buffer is emptied, let's write the input buffer
    +         * if a NL was found and there is anything to write.
    +         */
    +        if ((foundnl || p - in > ctx->obuf_size) && p - in > 0) {
     #if 0
    -BIO_write(b->next_bio, "<*<", 3);
    +            BIO_write(b->next_bio, "<*<", 3);
     #endif
    -			i=BIO_write(b->next_bio,in,p - in);
    -			if (i <= 0)
    -				{
    -				BIO_copy_next_retry(b);
    +            i = BIO_write(b->next_bio, in, p - in);
    +            if (i <= 0) {
    +                BIO_copy_next_retry(b);
     #if 0
    -BIO_write(b->next_bio, ">*>", 3);
    +                BIO_write(b->next_bio, ">*>", 3);
     #endif
    -				if (i < 0) return((num > 0)?num:i);
    -				if (i == 0) return(num);
    -				}
    +                if (i < 0)
    +                    return ((num > 0) ? num : i);
    +                if (i == 0)
    +                    return (num);
    +            }
     #if 0
    -BIO_write(b->next_bio, ">*>", 3);
    +            BIO_write(b->next_bio, ">*>", 3);
     #endif
    -			num+=i;
    -			in+=i;
    -			inl-=i;
    -			}
    -		}
    -	while(foundnl && inl > 0);
    -	/* We've written as much as we can.  The rest of the input buffer, if
    -	   any, is text that doesn't and with a NL and therefore needs to be
    -	   saved for the next trip. */
    -	if (inl > 0)
    -		{
    -		memcpy(&(ctx->obuf[ctx->obuf_len]), in, inl);
    -		ctx->obuf_len += inl;
    -		num += inl;
    -		}
    -	return num;
    -	}
    +            num += i;
    +            in += i;
    +            inl -= i;
    +        }
    +    }
    +    while (foundnl && inl > 0);
    +    /*
    +     * We've written as much as we can.  The rest of the input buffer, if
    +     * any, is text that doesn't and with a NL and therefore needs to be
    +     * saved for the next trip.
    +     */
    +    if (inl > 0) {
    +        memcpy(&(ctx->obuf[ctx->obuf_len]), in, inl);
    +        ctx->obuf_len += inl;
    +        num += inl;
    +    }
    +    return num;
    +}
     
     static long linebuffer_ctrl(BIO *b, int cmd, long num, void *ptr)
    -	{
    -	BIO *dbio;
    -	BIO_LINEBUFFER_CTX *ctx;
    -	long ret=1;
    -	char *p;
    -	int r;
    -	int obs;
    -
    -	ctx=(BIO_LINEBUFFER_CTX *)b->ptr;
    -
    -	switch (cmd)
    -		{
    -	case BIO_CTRL_RESET:
    -		ctx->obuf_len=0;
    -		if (b->next_bio == NULL) return(0);
    -		ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		break;
    -	case BIO_CTRL_INFO:
    -		ret=(long)ctx->obuf_len;
    -		break;
    -	case BIO_CTRL_WPENDING:
    -		ret=(long)ctx->obuf_len;
    -		if (ret == 0)
    -			{
    -			if (b->next_bio == NULL) return(0);
    -			ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -			}
    -		break;
    -	case BIO_C_SET_BUFF_SIZE:
    -		obs=(int)num;
    -		p=ctx->obuf;
    -		if ((obs > DEFAULT_LINEBUFFER_SIZE) && (obs != ctx->obuf_size))
    -			{
    -			p=(char *)OPENSSL_malloc((int)num);
    -			if (p == NULL)
    -				goto malloc_error;
    -			}
    -		if (ctx->obuf != p)
    -			{
    -			if (ctx->obuf_len > obs)
    -				{
    -				ctx->obuf_len = obs;
    -				}
    -			memcpy(p, ctx->obuf, ctx->obuf_len);
    -			OPENSSL_free(ctx->obuf);
    -			ctx->obuf=p;
    -			ctx->obuf_size=obs;
    -			}
    -		break;
    -	case BIO_C_DO_STATE_MACHINE:
    -		if (b->next_bio == NULL) return(0);
    -		BIO_clear_retry_flags(b);
    -		ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		BIO_copy_next_retry(b);
    -		break;
    -
    -	case BIO_CTRL_FLUSH:
    -		if (b->next_bio == NULL) return(0);
    -		if (ctx->obuf_len <= 0)
    -			{
    -			ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -			break;
    -			}
    -
    -		for (;;)
    -			{
    -			BIO_clear_retry_flags(b);
    -			if (ctx->obuf_len > 0)
    -				{
    -				r=BIO_write(b->next_bio,
    -					ctx->obuf, ctx->obuf_len);
    +{
    +    BIO *dbio;
    +    BIO_LINEBUFFER_CTX *ctx;
    +    long ret = 1;
    +    char *p;
    +    int r;
    +    int obs;
    +
    +    ctx = (BIO_LINEBUFFER_CTX *)b->ptr;
    +
    +    switch (cmd) {
    +    case BIO_CTRL_RESET:
    +        ctx->obuf_len = 0;
    +        if (b->next_bio == NULL)
    +            return (0);
    +        ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        break;
    +    case BIO_CTRL_INFO:
    +        ret = (long)ctx->obuf_len;
    +        break;
    +    case BIO_CTRL_WPENDING:
    +        ret = (long)ctx->obuf_len;
    +        if (ret == 0) {
    +            if (b->next_bio == NULL)
    +                return (0);
    +            ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        }
    +        break;
    +    case BIO_C_SET_BUFF_SIZE:
    +        obs = (int)num;
    +        p = ctx->obuf;
    +        if ((obs > DEFAULT_LINEBUFFER_SIZE) && (obs != ctx->obuf_size)) {
    +            p = (char *)OPENSSL_malloc((int)num);
    +            if (p == NULL)
    +                goto malloc_error;
    +        }
    +        if (ctx->obuf != p) {
    +            if (ctx->obuf_len > obs) {
    +                ctx->obuf_len = obs;
    +            }
    +            memcpy(p, ctx->obuf, ctx->obuf_len);
    +            OPENSSL_free(ctx->obuf);
    +            ctx->obuf = p;
    +            ctx->obuf_size = obs;
    +        }
    +        break;
    +    case BIO_C_DO_STATE_MACHINE:
    +        if (b->next_bio == NULL)
    +            return (0);
    +        BIO_clear_retry_flags(b);
    +        ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        BIO_copy_next_retry(b);
    +        break;
    +
    +    case BIO_CTRL_FLUSH:
    +        if (b->next_bio == NULL)
    +            return (0);
    +        if (ctx->obuf_len <= 0) {
    +            ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +            break;
    +        }
    +
    +        for (;;) {
    +            BIO_clear_retry_flags(b);
    +            if (ctx->obuf_len > 0) {
    +                r = BIO_write(b->next_bio, ctx->obuf, ctx->obuf_len);
     #if 0
    -fprintf(stderr,"FLUSH %3d -> %3d\n",ctx->obuf_len,r);
    +                fprintf(stderr, "FLUSH %3d -> %3d\n", ctx->obuf_len, r);
     #endif
    -				BIO_copy_next_retry(b);
    -				if (r <= 0) return((long)r);
    -				if (r < ctx->obuf_len)
    -					memmove(ctx->obuf, ctx->obuf + r,
    -						ctx->obuf_len - r);
    -				ctx->obuf_len-=r;
    -				}
    -			else
    -				{
    -				ctx->obuf_len=0;
    -				ret=1;
    -				break;
    -				}
    -			}
    -		ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		break;
    -	case BIO_CTRL_DUP:
    -		dbio=(BIO *)ptr;
    -		if (	!BIO_set_write_buffer_size(dbio,ctx->obuf_size))
    -			ret=0;
    -		break;
    -	default:
    -		if (b->next_bio == NULL) return(0);
    -		ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		break;
    -		}
    -	return(ret);
    -malloc_error:
    -	BIOerr(BIO_F_LINEBUFFER_CTRL,ERR_R_MALLOC_FAILURE);
    -	return(0);
    -	}
    +                BIO_copy_next_retry(b);
    +                if (r <= 0)
    +                    return ((long)r);
    +                if (r < ctx->obuf_len)
    +                    memmove(ctx->obuf, ctx->obuf + r, ctx->obuf_len - r);
    +                ctx->obuf_len -= r;
    +            } else {
    +                ctx->obuf_len = 0;
    +                ret = 1;
    +                break;
    +            }
    +        }
    +        ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        break;
    +    case BIO_CTRL_DUP:
    +        dbio = (BIO *)ptr;
    +        if (!BIO_set_write_buffer_size(dbio, ctx->obuf_size))
    +            ret = 0;
    +        break;
    +    default:
    +        if (b->next_bio == NULL)
    +            return (0);
    +        ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        break;
    +    }
    +    return (ret);
    + malloc_error:
    +    BIOerr(BIO_F_LINEBUFFER_CTRL, ERR_R_MALLOC_FAILURE);
    +    return (0);
    +}
     
     static long linebuffer_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp)
    -	{
    -	long ret=1;
    -
    -	if (b->next_bio == NULL) return(0);
    -	switch (cmd)
    -		{
    -	default:
    -		ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
    -		break;
    -		}
    -	return(ret);
    -	}
    +{
    +    long ret = 1;
    +
    +    if (b->next_bio == NULL)
    +        return (0);
    +    switch (cmd) {
    +    default:
    +        ret = BIO_callback_ctrl(b->next_bio, cmd, fp);
    +        break;
    +    }
    +    return (ret);
    +}
     
     static int linebuffer_gets(BIO *b, char *buf, int size)
    -	{
    -	if (b->next_bio == NULL) return(0);
    -	return(BIO_gets(b->next_bio,buf,size));
    -	}
    +{
    +    if (b->next_bio == NULL)
    +        return (0);
    +    return (BIO_gets(b->next_bio, buf, size));
    +}
     
     static int linebuffer_puts(BIO *b, const char *str)
    -	{
    -	return(linebuffer_write(b,str,strlen(str)));
    -	}
    -
    +{
    +    return (linebuffer_write(b, str, strlen(str)));
    +}
    diff --git a/openssl/crypto/bio/bf_nbio.c b/openssl/crypto/bio/bf_nbio.c
    index 028616c06..da88a8a1b 100644
    --- a/openssl/crypto/bio/bf_nbio.c
    +++ b/openssl/crypto/bio/bf_nbio.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,192 +62,190 @@
     #include 
     #include 
     
    -/* BIO_put and BIO_get both add to the digest,
    - * BIO_gets returns the digest */
    +/*
    + * BIO_put and BIO_get both add to the digest, BIO_gets returns the digest
    + */
     
    -static int nbiof_write(BIO *h,const char *buf,int num);
    -static int nbiof_read(BIO *h,char *buf,int size);
    -static int nbiof_puts(BIO *h,const char *str);
    -static int nbiof_gets(BIO *h,char *str,int size);
    -static long nbiof_ctrl(BIO *h,int cmd,long arg1,void *arg2);
    +static int nbiof_write(BIO *h, const char *buf, int num);
    +static int nbiof_read(BIO *h, char *buf, int size);
    +static int nbiof_puts(BIO *h, const char *str);
    +static int nbiof_gets(BIO *h, char *str, int size);
    +static long nbiof_ctrl(BIO *h, int cmd, long arg1, void *arg2);
     static int nbiof_new(BIO *h);
     static int nbiof_free(BIO *data);
    -static long nbiof_callback_ctrl(BIO *h,int cmd,bio_info_cb *fp);
    -typedef struct nbio_test_st
    -	{
    -	/* only set if we sent a 'should retry' error */
    -	int lrn;
    -	int lwn;
    -	} NBIO_TEST;
    -
    -static BIO_METHOD methods_nbiof=
    -	{
    -	BIO_TYPE_NBIO_TEST,
    -	"non-blocking IO test filter",
    -	nbiof_write,
    -	nbiof_read,
    -	nbiof_puts,
    -	nbiof_gets,
    -	nbiof_ctrl,
    -	nbiof_new,
    -	nbiof_free,
    -	nbiof_callback_ctrl,
    -	};
    +static long nbiof_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp);
    +typedef struct nbio_test_st {
    +    /* only set if we sent a 'should retry' error */
    +    int lrn;
    +    int lwn;
    +} NBIO_TEST;
    +
    +static BIO_METHOD methods_nbiof = {
    +    BIO_TYPE_NBIO_TEST,
    +    "non-blocking IO test filter",
    +    nbiof_write,
    +    nbiof_read,
    +    nbiof_puts,
    +    nbiof_gets,
    +    nbiof_ctrl,
    +    nbiof_new,
    +    nbiof_free,
    +    nbiof_callback_ctrl,
    +};
     
     BIO_METHOD *BIO_f_nbio_test(void)
    -	{
    -	return(&methods_nbiof);
    -	}
    +{
    +    return (&methods_nbiof);
    +}
     
     static int nbiof_new(BIO *bi)
    -	{
    -	NBIO_TEST *nt;
    -
    -	if (!(nt=(NBIO_TEST *)OPENSSL_malloc(sizeof(NBIO_TEST)))) return(0);
    -	nt->lrn= -1;
    -	nt->lwn= -1;
    -	bi->ptr=(char *)nt;
    -	bi->init=1;
    -	bi->flags=0;
    -	return(1);
    -	}
    +{
    +    NBIO_TEST *nt;
    +
    +    if (!(nt = (NBIO_TEST *)OPENSSL_malloc(sizeof(NBIO_TEST))))
    +        return (0);
    +    nt->lrn = -1;
    +    nt->lwn = -1;
    +    bi->ptr = (char *)nt;
    +    bi->init = 1;
    +    bi->flags = 0;
    +    return (1);
    +}
     
     static int nbiof_free(BIO *a)
    -	{
    -	if (a == NULL) return(0);
    -	if (a->ptr != NULL)
    -		OPENSSL_free(a->ptr);
    -	a->ptr=NULL;
    -	a->init=0;
    -	a->flags=0;
    -	return(1);
    -	}
    -	
    +{
    +    if (a == NULL)
    +        return (0);
    +    if (a->ptr != NULL)
    +        OPENSSL_free(a->ptr);
    +    a->ptr = NULL;
    +    a->init = 0;
    +    a->flags = 0;
    +    return (1);
    +}
    +
     static int nbiof_read(BIO *b, char *out, int outl)
    -	{
    -	int ret=0;
    +{
    +    int ret = 0;
     #if 1
    -	int num;
    -	unsigned char n;
    +    int num;
    +    unsigned char n;
     #endif
     
    -	if (out == NULL) return(0);
    -	if (b->next_bio == NULL) return(0);
    +    if (out == NULL)
    +        return (0);
    +    if (b->next_bio == NULL)
    +        return (0);
     
    -	BIO_clear_retry_flags(b);
    +    BIO_clear_retry_flags(b);
     #if 1
    -	RAND_pseudo_bytes(&n,1);
    -	num=(n&0x07);
    +    RAND_pseudo_bytes(&n, 1);
    +    num = (n & 0x07);
     
    -	if (outl > num) outl=num;
    +    if (outl > num)
    +        outl = num;
     
    -	if (num == 0)
    -		{
    -		ret= -1;
    -		BIO_set_retry_read(b);
    -		}
    -	else
    +    if (num == 0) {
    +        ret = -1;
    +        BIO_set_retry_read(b);
    +    } else
     #endif
    -		{
    -		ret=BIO_read(b->next_bio,out,outl);
    -		if (ret < 0)
    -			BIO_copy_next_retry(b);
    -		}
    -	return(ret);
    -	}
    +    {
    +        ret = BIO_read(b->next_bio, out, outl);
    +        if (ret < 0)
    +            BIO_copy_next_retry(b);
    +    }
    +    return (ret);
    +}
     
     static int nbiof_write(BIO *b, const char *in, int inl)
    -	{
    -	NBIO_TEST *nt;
    -	int ret=0;
    -	int num;
    -	unsigned char n;
    +{
    +    NBIO_TEST *nt;
    +    int ret = 0;
    +    int num;
    +    unsigned char n;
     
    -	if ((in == NULL) || (inl <= 0)) return(0);
    -	if (b->next_bio == NULL) return(0);
    -	nt=(NBIO_TEST *)b->ptr;
    +    if ((in == NULL) || (inl <= 0))
    +        return (0);
    +    if (b->next_bio == NULL)
    +        return (0);
    +    nt = (NBIO_TEST *)b->ptr;
     
    -	BIO_clear_retry_flags(b);
    +    BIO_clear_retry_flags(b);
     
     #if 1
    -	if (nt->lwn > 0)
    -		{
    -		num=nt->lwn;
    -		nt->lwn=0;
    -		}
    -	else
    -		{
    -		RAND_pseudo_bytes(&n,1);
    -		num=(n&7);
    -		}
    -
    -	if (inl > num) inl=num;
    -
    -	if (num == 0)
    -		{
    -		ret= -1;
    -		BIO_set_retry_write(b);
    -		}
    -	else
    +    if (nt->lwn > 0) {
    +        num = nt->lwn;
    +        nt->lwn = 0;
    +    } else {
    +        RAND_pseudo_bytes(&n, 1);
    +        num = (n & 7);
    +    }
    +
    +    if (inl > num)
    +        inl = num;
    +
    +    if (num == 0) {
    +        ret = -1;
    +        BIO_set_retry_write(b);
    +    } else
     #endif
    -		{
    -		ret=BIO_write(b->next_bio,in,inl);
    -		if (ret < 0)
    -			{
    -			BIO_copy_next_retry(b);
    -			nt->lwn=inl;
    -			}
    -		}
    -	return(ret);
    -	}
    +    {
    +        ret = BIO_write(b->next_bio, in, inl);
    +        if (ret < 0) {
    +            BIO_copy_next_retry(b);
    +            nt->lwn = inl;
    +        }
    +    }
    +    return (ret);
    +}
     
     static long nbiof_ctrl(BIO *b, int cmd, long num, void *ptr)
    -	{
    -	long ret;
    -
    -	if (b->next_bio == NULL) return(0);
    -	switch (cmd)
    -		{
    -        case BIO_C_DO_STATE_MACHINE:
    -		BIO_clear_retry_flags(b);
    -		ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		BIO_copy_next_retry(b);
    -		break;
    -	case BIO_CTRL_DUP:
    -		ret=0L;
    -		break;
    -	default:
    -		ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		break;
    -		}
    -	return(ret);
    -	}
    +{
    +    long ret;
    +
    +    if (b->next_bio == NULL)
    +        return (0);
    +    switch (cmd) {
    +    case BIO_C_DO_STATE_MACHINE:
    +        BIO_clear_retry_flags(b);
    +        ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        BIO_copy_next_retry(b);
    +        break;
    +    case BIO_CTRL_DUP:
    +        ret = 0L;
    +        break;
    +    default:
    +        ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        break;
    +    }
    +    return (ret);
    +}
     
     static long nbiof_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp)
    -	{
    -	long ret=1;
    -
    -	if (b->next_bio == NULL) return(0);
    -	switch (cmd)
    -		{
    -	default:
    -		ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
    -		break;
    -		}
    -	return(ret);
    -	}
    +{
    +    long ret = 1;
    +
    +    if (b->next_bio == NULL)
    +        return (0);
    +    switch (cmd) {
    +    default:
    +        ret = BIO_callback_ctrl(b->next_bio, cmd, fp);
    +        break;
    +    }
    +    return (ret);
    +}
     
     static int nbiof_gets(BIO *bp, char *buf, int size)
    -	{
    -	if (bp->next_bio == NULL) return(0);
    -	return(BIO_gets(bp->next_bio,buf,size));
    -	}
    -
    +{
    +    if (bp->next_bio == NULL)
    +        return (0);
    +    return (BIO_gets(bp->next_bio, buf, size));
    +}
     
     static int nbiof_puts(BIO *bp, const char *str)
    -	{
    -	if (bp->next_bio == NULL) return(0);
    -	return(BIO_puts(bp->next_bio,str));
    -	}
    -
    -
    +{
    +    if (bp->next_bio == NULL)
    +        return (0);
    +    return (BIO_puts(bp->next_bio, str));
    +}
    diff --git a/openssl/crypto/bio/bf_null.c b/openssl/crypto/bio/bf_null.c
    index c1bf39a90..e0c79e829 100644
    --- a/openssl/crypto/bio/bf_null.c
    +++ b/openssl/crypto/bio/bf_null.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,8 +61,9 @@
     #include "cryptlib.h"
     #include 
     
    -/* BIO_put and BIO_get both add to the digest,
    - * BIO_gets returns the digest */
    +/*
    + * BIO_put and BIO_get both add to the digest, BIO_gets returns the digest
    + */
     
     static int nullf_write(BIO *h, const char *buf, int num);
     static int nullf_read(BIO *h, char *buf, int size);
    @@ -72,112 +73,117 @@ static long nullf_ctrl(BIO *h, int cmd, long arg1, void *arg2);
     static int nullf_new(BIO *h);
     static int nullf_free(BIO *data);
     static long nullf_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp);
    -static BIO_METHOD methods_nullf=
    -	{
    -	BIO_TYPE_NULL_FILTER,
    -	"NULL filter",
    -	nullf_write,
    -	nullf_read,
    -	nullf_puts,
    -	nullf_gets,
    -	nullf_ctrl,
    -	nullf_new,
    -	nullf_free,
    -	nullf_callback_ctrl,
    -	};
    +static BIO_METHOD methods_nullf = {
    +    BIO_TYPE_NULL_FILTER,
    +    "NULL filter",
    +    nullf_write,
    +    nullf_read,
    +    nullf_puts,
    +    nullf_gets,
    +    nullf_ctrl,
    +    nullf_new,
    +    nullf_free,
    +    nullf_callback_ctrl,
    +};
     
     BIO_METHOD *BIO_f_null(void)
    -	{
    -	return(&methods_nullf);
    -	}
    +{
    +    return (&methods_nullf);
    +}
     
     static int nullf_new(BIO *bi)
    -	{
    -	bi->init=1;
    -	bi->ptr=NULL;
    -	bi->flags=0;
    -	return(1);
    -	}
    +{
    +    bi->init = 1;
    +    bi->ptr = NULL;
    +    bi->flags = 0;
    +    return (1);
    +}
     
     static int nullf_free(BIO *a)
    -	{
    -	if (a == NULL) return(0);
    -/*	a->ptr=NULL;
    -	a->init=0;
    -	a->flags=0;*/
    -	return(1);
    -	}
    -	
    +{
    +    if (a == NULL)
    +        return (0);
    +    /*-
    +    a->ptr=NULL;
    +    a->init=0;
    +    a->flags=0;
    +    */
    +    return (1);
    +}
    +
     static int nullf_read(BIO *b, char *out, int outl)
    -	{
    -	int ret=0;
    - 
    -	if (out == NULL) return(0);
    -	if (b->next_bio == NULL) return(0);
    -	ret=BIO_read(b->next_bio,out,outl);
    -	BIO_clear_retry_flags(b);
    -	BIO_copy_next_retry(b);
    -	return(ret);
    -	}
    +{
    +    int ret = 0;
    +
    +    if (out == NULL)
    +        return (0);
    +    if (b->next_bio == NULL)
    +        return (0);
    +    ret = BIO_read(b->next_bio, out, outl);
    +    BIO_clear_retry_flags(b);
    +    BIO_copy_next_retry(b);
    +    return (ret);
    +}
     
     static int nullf_write(BIO *b, const char *in, int inl)
    -	{
    -	int ret=0;
    -
    -	if ((in == NULL) || (inl <= 0)) return(0);
    -	if (b->next_bio == NULL) return(0);
    -	ret=BIO_write(b->next_bio,in,inl);
    -	BIO_clear_retry_flags(b);
    -	BIO_copy_next_retry(b);
    -	return(ret);
    -	}
    +{
    +    int ret = 0;
    +
    +    if ((in == NULL) || (inl <= 0))
    +        return (0);
    +    if (b->next_bio == NULL)
    +        return (0);
    +    ret = BIO_write(b->next_bio, in, inl);
    +    BIO_clear_retry_flags(b);
    +    BIO_copy_next_retry(b);
    +    return (ret);
    +}
     
     static long nullf_ctrl(BIO *b, int cmd, long num, void *ptr)
    -	{
    -	long ret;
    -
    -	if (b->next_bio == NULL) return(0);
    -	switch(cmd)
    -		{
    -        case BIO_C_DO_STATE_MACHINE:
    -		BIO_clear_retry_flags(b);
    -		ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		BIO_copy_next_retry(b);
    -		break;
    -	case BIO_CTRL_DUP:
    -		ret=0L;
    -		break;
    -	default:
    -		ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		}
    -	return(ret);
    -	}
    +{
    +    long ret;
    +
    +    if (b->next_bio == NULL)
    +        return (0);
    +    switch (cmd) {
    +    case BIO_C_DO_STATE_MACHINE:
    +        BIO_clear_retry_flags(b);
    +        ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        BIO_copy_next_retry(b);
    +        break;
    +    case BIO_CTRL_DUP:
    +        ret = 0L;
    +        break;
    +    default:
    +        ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +    }
    +    return (ret);
    +}
     
     static long nullf_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp)
    -	{
    -	long ret=1;
    -
    -	if (b->next_bio == NULL) return(0);
    -	switch (cmd)
    -		{
    -	default:
    -		ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
    -		break;
    -		}
    -	return(ret);
    -	}
    +{
    +    long ret = 1;
    +
    +    if (b->next_bio == NULL)
    +        return (0);
    +    switch (cmd) {
    +    default:
    +        ret = BIO_callback_ctrl(b->next_bio, cmd, fp);
    +        break;
    +    }
    +    return (ret);
    +}
     
     static int nullf_gets(BIO *bp, char *buf, int size)
    -	{
    -	if (bp->next_bio == NULL) return(0);
    -	return(BIO_gets(bp->next_bio,buf,size));
    -	}
    -
    +{
    +    if (bp->next_bio == NULL)
    +        return (0);
    +    return (BIO_gets(bp->next_bio, buf, size));
    +}
     
     static int nullf_puts(BIO *bp, const char *str)
    -	{
    -	if (bp->next_bio == NULL) return(0);
    -	return(BIO_puts(bp->next_bio,str));
    -	}
    -
    -
    +{
    +    if (bp->next_bio == NULL)
    +        return (0);
    +    return (BIO_puts(bp->next_bio, str));
    +}
    diff --git a/openssl/crypto/bio/bio.h b/openssl/crypto/bio/bio.h
    index 05699ab21..60083bfde 100644
    --- a/openssl/crypto/bio/bio.h
    +++ b/openssl/crypto/bio/bio.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -57,612 +57,632 @@
      */
     
     #ifndef HEADER_BIO_H
    -#define HEADER_BIO_H
    +# define HEADER_BIO_H
     
    -#include 
    +# include 
     
    -#ifndef OPENSSL_NO_FP_API
    -# include 
    -#endif
    -#include 
    +# ifndef OPENSSL_NO_FP_API
    +#  include 
    +# endif
    +# include 
     
    -#include 
    +# include 
     
    -#ifndef OPENSSL_NO_SCTP
    -# ifndef OPENSSL_SYS_VMS
    -# include 
    -# else
    -# include 
    +# ifndef OPENSSL_NO_SCTP
    +#  ifndef OPENSSL_SYS_VMS
    +#   include 
    +#  else
    +#   include 
    +#  endif
     # endif
    -#endif
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
     /* These are the 'types' of BIOs */
    -#define BIO_TYPE_NONE		0
    -#define BIO_TYPE_MEM		(1|0x0400)
    -#define BIO_TYPE_FILE		(2|0x0400)
    -
    -#define BIO_TYPE_FD		(4|0x0400|0x0100)
    -#define BIO_TYPE_SOCKET		(5|0x0400|0x0100)
    -#define BIO_TYPE_NULL		(6|0x0400)
    -#define BIO_TYPE_SSL		(7|0x0200)
    -#define BIO_TYPE_MD		(8|0x0200)		/* passive filter */
    -#define BIO_TYPE_BUFFER		(9|0x0200)		/* filter */
    -#define BIO_TYPE_CIPHER		(10|0x0200)		/* filter */
    -#define BIO_TYPE_BASE64		(11|0x0200)		/* filter */
    -#define BIO_TYPE_CONNECT	(12|0x0400|0x0100)	/* socket - connect */
    -#define BIO_TYPE_ACCEPT		(13|0x0400|0x0100)	/* socket for accept */
    -#define BIO_TYPE_PROXY_CLIENT	(14|0x0200)		/* client proxy BIO */
    -#define BIO_TYPE_PROXY_SERVER	(15|0x0200)		/* server proxy BIO */
    -#define BIO_TYPE_NBIO_TEST	(16|0x0200)		/* server proxy BIO */
    -#define BIO_TYPE_NULL_FILTER	(17|0x0200)
    -#define BIO_TYPE_BER		(18|0x0200)		/* BER -> bin filter */
    -#define BIO_TYPE_BIO		(19|0x0400)		/* (half a) BIO pair */
    -#define BIO_TYPE_LINEBUFFER	(20|0x0200)		/* filter */
    -#define BIO_TYPE_DGRAM		(21|0x0400|0x0100)
    -#ifndef OPENSSL_NO_SCTP
    -#define BIO_TYPE_DGRAM_SCTP	(24|0x0400|0x0100)
    -#endif
    -#define BIO_TYPE_ASN1 		(22|0x0200)		/* filter */
    -#define BIO_TYPE_COMP 		(23|0x0200)		/* filter */
    -
    -#define BIO_TYPE_DESCRIPTOR	0x0100	/* socket, fd, connect or accept */
    -#define BIO_TYPE_FILTER		0x0200
    -#define BIO_TYPE_SOURCE_SINK	0x0400
    -
    -/* BIO_FILENAME_READ|BIO_CLOSE to open or close on free.
    - * BIO_set_fp(in,stdin,BIO_NOCLOSE); */
    -#define BIO_NOCLOSE		0x00
    -#define BIO_CLOSE		0x01
    -
    -/* These are used in the following macros and are passed to
    - * BIO_ctrl() */
    -#define BIO_CTRL_RESET		1  /* opt - rewind/zero etc */
    -#define BIO_CTRL_EOF		2  /* opt - are we at the eof */
    -#define BIO_CTRL_INFO		3  /* opt - extra tit-bits */
    -#define BIO_CTRL_SET		4  /* man - set the 'IO' type */
    -#define BIO_CTRL_GET		5  /* man - get the 'IO' type */
    -#define BIO_CTRL_PUSH		6  /* opt - internal, used to signify change */
    -#define BIO_CTRL_POP		7  /* opt - internal, used to signify change */
    -#define BIO_CTRL_GET_CLOSE	8  /* man - set the 'close' on free */
    -#define BIO_CTRL_SET_CLOSE	9  /* man - set the 'close' on free */
    -#define BIO_CTRL_PENDING	10  /* opt - is their more data buffered */
    -#define BIO_CTRL_FLUSH		11  /* opt - 'flush' buffered output */
    -#define BIO_CTRL_DUP		12  /* man - extra stuff for 'duped' BIO */
    -#define BIO_CTRL_WPENDING	13  /* opt - number of bytes still to write */
    +# define BIO_TYPE_NONE           0
    +# define BIO_TYPE_MEM            (1|0x0400)
    +# define BIO_TYPE_FILE           (2|0x0400)
    +
    +# define BIO_TYPE_FD             (4|0x0400|0x0100)
    +# define BIO_TYPE_SOCKET         (5|0x0400|0x0100)
    +# define BIO_TYPE_NULL           (6|0x0400)
    +# define BIO_TYPE_SSL            (7|0x0200)
    +# define BIO_TYPE_MD             (8|0x0200)/* passive filter */
    +# define BIO_TYPE_BUFFER         (9|0x0200)/* filter */
    +# define BIO_TYPE_CIPHER         (10|0x0200)/* filter */
    +# define BIO_TYPE_BASE64         (11|0x0200)/* filter */
    +# define BIO_TYPE_CONNECT        (12|0x0400|0x0100)/* socket - connect */
    +# define BIO_TYPE_ACCEPT         (13|0x0400|0x0100)/* socket for accept */
    +# define BIO_TYPE_PROXY_CLIENT   (14|0x0200)/* client proxy BIO */
    +# define BIO_TYPE_PROXY_SERVER   (15|0x0200)/* server proxy BIO */
    +# define BIO_TYPE_NBIO_TEST      (16|0x0200)/* server proxy BIO */
    +# define BIO_TYPE_NULL_FILTER    (17|0x0200)
    +# define BIO_TYPE_BER            (18|0x0200)/* BER -> bin filter */
    +# define BIO_TYPE_BIO            (19|0x0400)/* (half a) BIO pair */
    +# define BIO_TYPE_LINEBUFFER     (20|0x0200)/* filter */
    +# define BIO_TYPE_DGRAM          (21|0x0400|0x0100)
    +# ifndef OPENSSL_NO_SCTP
    +#  define BIO_TYPE_DGRAM_SCTP     (24|0x0400|0x0100)
    +# endif
    +# define BIO_TYPE_ASN1           (22|0x0200)/* filter */
    +# define BIO_TYPE_COMP           (23|0x0200)/* filter */
    +
    +# define BIO_TYPE_DESCRIPTOR     0x0100/* socket, fd, connect or accept */
    +# define BIO_TYPE_FILTER         0x0200
    +# define BIO_TYPE_SOURCE_SINK    0x0400
    +
    +/*
    + * BIO_FILENAME_READ|BIO_CLOSE to open or close on free.
    + * BIO_set_fp(in,stdin,BIO_NOCLOSE);
    + */
    +# define BIO_NOCLOSE             0x00
    +# define BIO_CLOSE               0x01
    +
    +/*
    + * These are used in the following macros and are passed to BIO_ctrl()
    + */
    +# define BIO_CTRL_RESET          1/* opt - rewind/zero etc */
    +# define BIO_CTRL_EOF            2/* opt - are we at the eof */
    +# define BIO_CTRL_INFO           3/* opt - extra tit-bits */
    +# define BIO_CTRL_SET            4/* man - set the 'IO' type */
    +# define BIO_CTRL_GET            5/* man - get the 'IO' type */
    +# define BIO_CTRL_PUSH           6/* opt - internal, used to signify change */
    +# define BIO_CTRL_POP            7/* opt - internal, used to signify change */
    +# define BIO_CTRL_GET_CLOSE      8/* man - set the 'close' on free */
    +# define BIO_CTRL_SET_CLOSE      9/* man - set the 'close' on free */
    +# define BIO_CTRL_PENDING        10/* opt - is their more data buffered */
    +# define BIO_CTRL_FLUSH          11/* opt - 'flush' buffered output */
    +# define BIO_CTRL_DUP            12/* man - extra stuff for 'duped' BIO */
    +# define BIO_CTRL_WPENDING       13/* opt - number of bytes still to write */
     /* callback is int cb(BIO *bio,state,ret); */
    -#define BIO_CTRL_SET_CALLBACK	14  /* opt - set callback function */
    -#define BIO_CTRL_GET_CALLBACK	15  /* opt - set callback function */
    +# define BIO_CTRL_SET_CALLBACK   14/* opt - set callback function */
    +# define BIO_CTRL_GET_CALLBACK   15/* opt - set callback function */
     
    -#define BIO_CTRL_SET_FILENAME	30	/* BIO_s_file special */
    +# define BIO_CTRL_SET_FILENAME   30/* BIO_s_file special */
     
     /* dgram BIO stuff */
    -#define BIO_CTRL_DGRAM_CONNECT       31  /* BIO dgram special */
    -#define BIO_CTRL_DGRAM_SET_CONNECTED 32  /* allow for an externally
    -					  * connected socket to be
    -					  * passed in */ 
    -#define BIO_CTRL_DGRAM_SET_RECV_TIMEOUT 33 /* setsockopt, essentially */
    -#define BIO_CTRL_DGRAM_GET_RECV_TIMEOUT 34 /* getsockopt, essentially */
    -#define BIO_CTRL_DGRAM_SET_SEND_TIMEOUT 35 /* setsockopt, essentially */
    -#define BIO_CTRL_DGRAM_GET_SEND_TIMEOUT 36 /* getsockopt, essentially */
    -
    -#define BIO_CTRL_DGRAM_GET_RECV_TIMER_EXP 37 /* flag whether the last */
    -#define BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP 38 /* I/O operation tiemd out */
    -					
    +# define BIO_CTRL_DGRAM_CONNECT       31/* BIO dgram special */
    +# define BIO_CTRL_DGRAM_SET_CONNECTED 32/* allow for an externally connected
    +                                         * socket to be passed in */
    +# define BIO_CTRL_DGRAM_SET_RECV_TIMEOUT 33/* setsockopt, essentially */
    +# define BIO_CTRL_DGRAM_GET_RECV_TIMEOUT 34/* getsockopt, essentially */
    +# define BIO_CTRL_DGRAM_SET_SEND_TIMEOUT 35/* setsockopt, essentially */
    +# define BIO_CTRL_DGRAM_GET_SEND_TIMEOUT 36/* getsockopt, essentially */
    +
    +# define BIO_CTRL_DGRAM_GET_RECV_TIMER_EXP 37/* flag whether the last */
    +# define BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP 38/* I/O operation tiemd out */
    +
     /* #ifdef IP_MTU_DISCOVER */
    -#define BIO_CTRL_DGRAM_MTU_DISCOVER       39 /* set DF bit on egress packets */
    +# define BIO_CTRL_DGRAM_MTU_DISCOVER       39/* set DF bit on egress packets */
     /* #endif */
     
    -#define BIO_CTRL_DGRAM_QUERY_MTU          40 /* as kernel for current MTU */
    -#define BIO_CTRL_DGRAM_GET_FALLBACK_MTU   47
    -#define BIO_CTRL_DGRAM_GET_MTU            41 /* get cached value for MTU */
    -#define BIO_CTRL_DGRAM_SET_MTU            42 /* set cached value for
    -					      * MTU. want to use this
    -					      * if asking the kernel
    -					      * fails */
    +# define BIO_CTRL_DGRAM_QUERY_MTU          40/* as kernel for current MTU */
    +# define BIO_CTRL_DGRAM_GET_FALLBACK_MTU   47
    +# define BIO_CTRL_DGRAM_GET_MTU            41/* get cached value for MTU */
    +# define BIO_CTRL_DGRAM_SET_MTU            42/* set cached value for MTU.
    +                                              * want to use this if asking
    +                                              * the kernel fails */
    +
    +# define BIO_CTRL_DGRAM_MTU_EXCEEDED       43/* check whether the MTU was
    +                                              * exceed in the previous write
    +                                              * operation */
     
    -#define BIO_CTRL_DGRAM_MTU_EXCEEDED       43 /* check whether the MTU
    -					      * was exceed in the
    -					      * previous write
    -					      * operation */
    +# define BIO_CTRL_DGRAM_GET_PEER           46
    +# define BIO_CTRL_DGRAM_SET_PEER           44/* Destination for the data */
     
    -#define BIO_CTRL_DGRAM_GET_PEER           46
    -#define BIO_CTRL_DGRAM_SET_PEER           44 /* Destination for the data */
    +# define BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT   45/* Next DTLS handshake timeout
    +                                              * to adjust socket timeouts */
    +# define BIO_CTRL_DGRAM_SET_DONT_FRAG      48
     
    -#define BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT   45 /* Next DTLS handshake timeout to
    -                                              * adjust socket timeouts */
    +# define BIO_CTRL_DGRAM_GET_MTU_OVERHEAD   49
     
    -#ifndef OPENSSL_NO_SCTP
    +# ifndef OPENSSL_NO_SCTP
     /* SCTP stuff */
    -#define BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE	50
    -#define BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY		51
    -#define BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY		52
    -#define BIO_CTRL_DGRAM_SCTP_AUTH_CCS_RCVD		53
    -#define BIO_CTRL_DGRAM_SCTP_GET_SNDINFO		60
    -#define BIO_CTRL_DGRAM_SCTP_SET_SNDINFO		61
    -#define BIO_CTRL_DGRAM_SCTP_GET_RCVINFO		62
    -#define BIO_CTRL_DGRAM_SCTP_SET_RCVINFO		63
    -#define BIO_CTRL_DGRAM_SCTP_GET_PRINFO			64
    -#define BIO_CTRL_DGRAM_SCTP_SET_PRINFO			65
    -#define BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN		70
    -#endif
    +#  define BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE    50
    +#  define BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY                51
    +#  define BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY               52
    +#  define BIO_CTRL_DGRAM_SCTP_AUTH_CCS_RCVD               53
    +#  define BIO_CTRL_DGRAM_SCTP_GET_SNDINFO         60
    +#  define BIO_CTRL_DGRAM_SCTP_SET_SNDINFO         61
    +#  define BIO_CTRL_DGRAM_SCTP_GET_RCVINFO         62
    +#  define BIO_CTRL_DGRAM_SCTP_SET_RCVINFO         63
    +#  define BIO_CTRL_DGRAM_SCTP_GET_PRINFO                  64
    +#  define BIO_CTRL_DGRAM_SCTP_SET_PRINFO                  65
    +#  define BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN               70
    +# endif
     
     /* modifiers */
    -#define BIO_FP_READ		0x02
    -#define BIO_FP_WRITE		0x04
    -#define BIO_FP_APPEND		0x08
    -#define BIO_FP_TEXT		0x10
    -
    -#define BIO_FLAGS_READ		0x01
    -#define BIO_FLAGS_WRITE		0x02
    -#define BIO_FLAGS_IO_SPECIAL	0x04
    -#define BIO_FLAGS_RWS (BIO_FLAGS_READ|BIO_FLAGS_WRITE|BIO_FLAGS_IO_SPECIAL)
    -#define BIO_FLAGS_SHOULD_RETRY	0x08
    -#ifndef	BIO_FLAGS_UPLINK
    -/* "UPLINK" flag denotes file descriptors provided by application.
    -   It defaults to 0, as most platforms don't require UPLINK interface. */
    -#define	BIO_FLAGS_UPLINK	0
    -#endif
    +# define BIO_FP_READ             0x02
    +# define BIO_FP_WRITE            0x04
    +# define BIO_FP_APPEND           0x08
    +# define BIO_FP_TEXT             0x10
    +
    +# define BIO_FLAGS_READ          0x01
    +# define BIO_FLAGS_WRITE         0x02
    +# define BIO_FLAGS_IO_SPECIAL    0x04
    +# define BIO_FLAGS_RWS (BIO_FLAGS_READ|BIO_FLAGS_WRITE|BIO_FLAGS_IO_SPECIAL)
    +# define BIO_FLAGS_SHOULD_RETRY  0x08
    +# ifndef BIO_FLAGS_UPLINK
    +/*
    + * "UPLINK" flag denotes file descriptors provided by application. It
    + * defaults to 0, as most platforms don't require UPLINK interface.
    + */
    +#  define BIO_FLAGS_UPLINK        0
    +# endif
     
     /* Used in BIO_gethostbyname() */
    -#define BIO_GHBN_CTRL_HITS		1
    -#define BIO_GHBN_CTRL_MISSES		2
    -#define BIO_GHBN_CTRL_CACHE_SIZE	3
    -#define BIO_GHBN_CTRL_GET_ENTRY		4
    -#define BIO_GHBN_CTRL_FLUSH		5
    +# define BIO_GHBN_CTRL_HITS              1
    +# define BIO_GHBN_CTRL_MISSES            2
    +# define BIO_GHBN_CTRL_CACHE_SIZE        3
    +# define BIO_GHBN_CTRL_GET_ENTRY         4
    +# define BIO_GHBN_CTRL_FLUSH             5
     
     /* Mostly used in the SSL BIO */
    -/* Not used anymore
    +/*-
    + * Not used anymore
      * #define BIO_FLAGS_PROTOCOL_DELAYED_READ 0x10
      * #define BIO_FLAGS_PROTOCOL_DELAYED_WRITE 0x20
    - * #define BIO_FLAGS_PROTOCOL_STARTUP	0x40
    + * #define BIO_FLAGS_PROTOCOL_STARTUP   0x40
      */
     
    -#define BIO_FLAGS_BASE64_NO_NL	0x100
    +# define BIO_FLAGS_BASE64_NO_NL  0x100
     
    -/* This is used with memory BIOs: it means we shouldn't free up or change the
    +/*
    + * This is used with memory BIOs: it means we shouldn't free up or change the
      * data in any way.
      */
    -#define BIO_FLAGS_MEM_RDONLY	0x200
    +# define BIO_FLAGS_MEM_RDONLY    0x200
     
     typedef struct bio_st BIO;
     
     void BIO_set_flags(BIO *b, int flags);
    -int  BIO_test_flags(const BIO *b, int flags);
    +int BIO_test_flags(const BIO *b, int flags);
     void BIO_clear_flags(BIO *b, int flags);
     
    -#define BIO_get_flags(b) BIO_test_flags(b, ~(0x0))
    -#define BIO_set_retry_special(b) \
    -		BIO_set_flags(b, (BIO_FLAGS_IO_SPECIAL|BIO_FLAGS_SHOULD_RETRY))
    -#define BIO_set_retry_read(b) \
    -		BIO_set_flags(b, (BIO_FLAGS_READ|BIO_FLAGS_SHOULD_RETRY))
    -#define BIO_set_retry_write(b) \
    -		BIO_set_flags(b, (BIO_FLAGS_WRITE|BIO_FLAGS_SHOULD_RETRY))
    +# define BIO_get_flags(b) BIO_test_flags(b, ~(0x0))
    +# define BIO_set_retry_special(b) \
    +                BIO_set_flags(b, (BIO_FLAGS_IO_SPECIAL|BIO_FLAGS_SHOULD_RETRY))
    +# define BIO_set_retry_read(b) \
    +                BIO_set_flags(b, (BIO_FLAGS_READ|BIO_FLAGS_SHOULD_RETRY))
    +# define BIO_set_retry_write(b) \
    +                BIO_set_flags(b, (BIO_FLAGS_WRITE|BIO_FLAGS_SHOULD_RETRY))
     
     /* These are normally used internally in BIOs */
    -#define BIO_clear_retry_flags(b) \
    -		BIO_clear_flags(b, (BIO_FLAGS_RWS|BIO_FLAGS_SHOULD_RETRY))
    -#define BIO_get_retry_flags(b) \
    -		BIO_test_flags(b, (BIO_FLAGS_RWS|BIO_FLAGS_SHOULD_RETRY))
    +# define BIO_clear_retry_flags(b) \
    +                BIO_clear_flags(b, (BIO_FLAGS_RWS|BIO_FLAGS_SHOULD_RETRY))
    +# define BIO_get_retry_flags(b) \
    +                BIO_test_flags(b, (BIO_FLAGS_RWS|BIO_FLAGS_SHOULD_RETRY))
     
     /* These should be used by the application to tell why we should retry */
    -#define BIO_should_read(a)		BIO_test_flags(a, BIO_FLAGS_READ)
    -#define BIO_should_write(a)		BIO_test_flags(a, BIO_FLAGS_WRITE)
    -#define BIO_should_io_special(a)	BIO_test_flags(a, BIO_FLAGS_IO_SPECIAL)
    -#define BIO_retry_type(a)		BIO_test_flags(a, BIO_FLAGS_RWS)
    -#define BIO_should_retry(a)		BIO_test_flags(a, BIO_FLAGS_SHOULD_RETRY)
    -
    -/* The next three are used in conjunction with the
    - * BIO_should_io_special() condition.  After this returns true,
    - * BIO *BIO_get_retry_BIO(BIO *bio, int *reason); will walk the BIO 
    - * stack and return the 'reason' for the special and the offending BIO.
    - * Given a BIO, BIO_get_retry_reason(bio) will return the code. */
    -/* Returned from the SSL bio when the certificate retrieval code had an error */
    -#define BIO_RR_SSL_X509_LOOKUP		0x01
    +# define BIO_should_read(a)              BIO_test_flags(a, BIO_FLAGS_READ)
    +# define BIO_should_write(a)             BIO_test_flags(a, BIO_FLAGS_WRITE)
    +# define BIO_should_io_special(a)        BIO_test_flags(a, BIO_FLAGS_IO_SPECIAL)
    +# define BIO_retry_type(a)               BIO_test_flags(a, BIO_FLAGS_RWS)
    +# define BIO_should_retry(a)             BIO_test_flags(a, BIO_FLAGS_SHOULD_RETRY)
    +
    +/*
    + * The next three are used in conjunction with the BIO_should_io_special()
    + * condition.  After this returns true, BIO *BIO_get_retry_BIO(BIO *bio, int
    + * *reason); will walk the BIO stack and return the 'reason' for the special
    + * and the offending BIO. Given a BIO, BIO_get_retry_reason(bio) will return
    + * the code.
    + */
    +/*
    + * Returned from the SSL bio when the certificate retrieval code had an error
    + */
    +# define BIO_RR_SSL_X509_LOOKUP          0x01
     /* Returned from the connect BIO when a connect would have blocked */
    -#define BIO_RR_CONNECT			0x02
    +# define BIO_RR_CONNECT                  0x02
     /* Returned from the accept BIO when an accept would have blocked */
    -#define BIO_RR_ACCEPT			0x03
    +# define BIO_RR_ACCEPT                   0x03
     
     /* These are passed by the BIO callback */
    -#define BIO_CB_FREE	0x01
    -#define BIO_CB_READ	0x02
    -#define BIO_CB_WRITE	0x03
    -#define BIO_CB_PUTS	0x04
    -#define BIO_CB_GETS	0x05
    -#define BIO_CB_CTRL	0x06
    -
    -/* The callback is called before and after the underling operation,
    - * The BIO_CB_RETURN flag indicates if it is after the call */
    -#define BIO_CB_RETURN	0x80
    -#define BIO_CB_return(a) ((a)|BIO_CB_RETURN))
    -#define BIO_cb_pre(a)	(!((a)&BIO_CB_RETURN))
    -#define BIO_cb_post(a)	((a)&BIO_CB_RETURN)
    -
    -long (*BIO_get_callback(const BIO *b)) (struct bio_st *,int,const char *,int, long,long);
    -void BIO_set_callback(BIO *b, 
    -	long (*callback)(struct bio_st *,int,const char *,int, long,long));
    +# define BIO_CB_FREE     0x01
    +# define BIO_CB_READ     0x02
    +# define BIO_CB_WRITE    0x03
    +# define BIO_CB_PUTS     0x04
    +# define BIO_CB_GETS     0x05
    +# define BIO_CB_CTRL     0x06
    +
    +/*
    + * The callback is called before and after the underling operation, The
    + * BIO_CB_RETURN flag indicates if it is after the call
    + */
    +# define BIO_CB_RETURN   0x80
    +# define BIO_CB_return(a) ((a)|BIO_CB_RETURN))
    +# define BIO_cb_pre(a)   (!((a)&BIO_CB_RETURN))
    +# define BIO_cb_post(a)  ((a)&BIO_CB_RETURN)
    +
    +long (*BIO_get_callback(const BIO *b)) (struct bio_st *, int, const char *,
    +                                        int, long, long);
    +void BIO_set_callback(BIO *b,
    +                      long (*callback) (struct bio_st *, int, const char *,
    +                                        int, long, long));
     char *BIO_get_callback_arg(const BIO *b);
     void BIO_set_callback_arg(BIO *b, char *arg);
     
    -const char * BIO_method_name(const BIO *b);
    +const char *BIO_method_name(const BIO *b);
     int BIO_method_type(const BIO *b);
     
    -typedef void bio_info_cb(struct bio_st *, int, const char *, int, long, long);
    -
    -typedef struct bio_method_st
    -	{
    -	int type;
    -	const char *name;
    -	int (*bwrite)(BIO *, const char *, int);
    -	int (*bread)(BIO *, char *, int);
    -	int (*bputs)(BIO *, const char *);
    -	int (*bgets)(BIO *, char *, int);
    -	long (*ctrl)(BIO *, int, long, void *);
    -	int (*create)(BIO *);
    -	int (*destroy)(BIO *);
    -        long (*callback_ctrl)(BIO *, int, bio_info_cb *);
    -	} BIO_METHOD;
    -
    -struct bio_st
    -	{
    -	BIO_METHOD *method;
    -	/* bio, mode, argp, argi, argl, ret */
    -	long (*callback)(struct bio_st *,int,const char *,int, long,long);
    -	char *cb_arg; /* first argument for the callback */
    -
    -	int init;
    -	int shutdown;
    -	int flags;	/* extra storage */
    -	int retry_reason;
    -	int num;
    -	void *ptr;
    -	struct bio_st *next_bio;	/* used by filter BIOs */
    -	struct bio_st *prev_bio;	/* used by filter BIOs */
    -	int references;
    -	unsigned long num_read;
    -	unsigned long num_write;
    -
    -	CRYPTO_EX_DATA ex_data;
    -	};
    +typedef void bio_info_cb (struct bio_st *, int, const char *, int, long,
    +                          long);
    +
    +typedef struct bio_method_st {
    +    int type;
    +    const char *name;
    +    int (*bwrite) (BIO *, const char *, int);
    +    int (*bread) (BIO *, char *, int);
    +    int (*bputs) (BIO *, const char *);
    +    int (*bgets) (BIO *, char *, int);
    +    long (*ctrl) (BIO *, int, long, void *);
    +    int (*create) (BIO *);
    +    int (*destroy) (BIO *);
    +    long (*callback_ctrl) (BIO *, int, bio_info_cb *);
    +} BIO_METHOD;
    +
    +struct bio_st {
    +    BIO_METHOD *method;
    +    /* bio, mode, argp, argi, argl, ret */
    +    long (*callback) (struct bio_st *, int, const char *, int, long, long);
    +    char *cb_arg;               /* first argument for the callback */
    +    int init;
    +    int shutdown;
    +    int flags;                  /* extra storage */
    +    int retry_reason;
    +    int num;
    +    void *ptr;
    +    struct bio_st *next_bio;    /* used by filter BIOs */
    +    struct bio_st *prev_bio;    /* used by filter BIOs */
    +    int references;
    +    unsigned long num_read;
    +    unsigned long num_write;
    +    CRYPTO_EX_DATA ex_data;
    +};
     
     DECLARE_STACK_OF(BIO)
     
    -typedef struct bio_f_buffer_ctx_struct
    -	{
    -	/* Buffers are setup like this:
    -	 *
    -	 * <---------------------- size ----------------------->
    -	 * +---------------------------------------------------+
    -	 * | consumed | remaining          | free space        |
    -	 * +---------------------------------------------------+
    -	 * <-- off --><------- len ------->
    -	 */
    -
    -	/* BIO *bio; */ /* this is now in the BIO struct */
    -	int ibuf_size;	/* how big is the input buffer */
    -	int obuf_size;	/* how big is the output buffer */
    -
    -	char *ibuf;		/* the char array */
    -	int ibuf_len;		/* how many bytes are in it */
    -	int ibuf_off;		/* write/read offset */
    -
    -	char *obuf;		/* the char array */
    -	int obuf_len;		/* how many bytes are in it */
    -	int obuf_off;		/* write/read offset */
    -	} BIO_F_BUFFER_CTX;
    +typedef struct bio_f_buffer_ctx_struct {
    +    /*-
    +     * Buffers are setup like this:
    +     *
    +     * <---------------------- size ----------------------->
    +     * +---------------------------------------------------+
    +     * | consumed | remaining          | free space        |
    +     * +---------------------------------------------------+
    +     * <-- off --><------- len ------->
    +     */
    +    /*- BIO *bio; *//*
    +     * this is now in the BIO struct
    +     */
    +    int ibuf_size;              /* how big is the input buffer */
    +    int obuf_size;              /* how big is the output buffer */
    +    char *ibuf;                 /* the char array */
    +    int ibuf_len;               /* how many bytes are in it */
    +    int ibuf_off;               /* write/read offset */
    +    char *obuf;                 /* the char array */
    +    int obuf_len;               /* how many bytes are in it */
    +    int obuf_off;               /* write/read offset */
    +} BIO_F_BUFFER_CTX;
     
     /* Prefix and suffix callback in ASN1 BIO */
    -typedef int asn1_ps_func(BIO *b, unsigned char **pbuf, int *plen, void *parg);
    +typedef int asn1_ps_func (BIO *b, unsigned char **pbuf, int *plen,
    +                          void *parg);
     
    -#ifndef OPENSSL_NO_SCTP
    +# ifndef OPENSSL_NO_SCTP
     /* SCTP parameter structs */
    -struct bio_dgram_sctp_sndinfo
    -	{
    -	uint16_t snd_sid;
    -	uint16_t snd_flags;
    -	uint32_t snd_ppid;
    -	uint32_t snd_context;
    -	};
    -
    -struct bio_dgram_sctp_rcvinfo
    -	{
    -	uint16_t rcv_sid;
    -	uint16_t rcv_ssn;
    -	uint16_t rcv_flags;
    -	uint32_t rcv_ppid;
    -	uint32_t rcv_tsn;
    -	uint32_t rcv_cumtsn;
    -	uint32_t rcv_context;
    -	};
    -
    -struct bio_dgram_sctp_prinfo
    -	{
    -	uint16_t pr_policy;
    -	uint32_t pr_value;
    -	};
    -#endif
    +struct bio_dgram_sctp_sndinfo {
    +    uint16_t snd_sid;
    +    uint16_t snd_flags;
    +    uint32_t snd_ppid;
    +    uint32_t snd_context;
    +};
    +
    +struct bio_dgram_sctp_rcvinfo {
    +    uint16_t rcv_sid;
    +    uint16_t rcv_ssn;
    +    uint16_t rcv_flags;
    +    uint32_t rcv_ppid;
    +    uint32_t rcv_tsn;
    +    uint32_t rcv_cumtsn;
    +    uint32_t rcv_context;
    +};
    +
    +struct bio_dgram_sctp_prinfo {
    +    uint16_t pr_policy;
    +    uint32_t pr_value;
    +};
    +# endif
     
     /* connect BIO stuff */
    -#define BIO_CONN_S_BEFORE		1
    -#define BIO_CONN_S_GET_IP		2
    -#define BIO_CONN_S_GET_PORT		3
    -#define BIO_CONN_S_CREATE_SOCKET	4
    -#define BIO_CONN_S_CONNECT		5
    -#define BIO_CONN_S_OK			6
    -#define BIO_CONN_S_BLOCKED_CONNECT	7
    -#define BIO_CONN_S_NBIO			8
    -/*#define BIO_CONN_get_param_hostname	BIO_ctrl */
    -
    -#define BIO_C_SET_CONNECT			100
    -#define BIO_C_DO_STATE_MACHINE			101
    -#define BIO_C_SET_NBIO				102
    -#define BIO_C_SET_PROXY_PARAM			103
    -#define BIO_C_SET_FD				104
    -#define BIO_C_GET_FD				105
    -#define BIO_C_SET_FILE_PTR			106
    -#define BIO_C_GET_FILE_PTR			107
    -#define BIO_C_SET_FILENAME			108
    -#define BIO_C_SET_SSL				109
    -#define BIO_C_GET_SSL				110
    -#define BIO_C_SET_MD				111
    -#define BIO_C_GET_MD				112
    -#define BIO_C_GET_CIPHER_STATUS			113
    -#define BIO_C_SET_BUF_MEM			114
    -#define BIO_C_GET_BUF_MEM_PTR			115
    -#define BIO_C_GET_BUFF_NUM_LINES		116
    -#define BIO_C_SET_BUFF_SIZE			117
    -#define BIO_C_SET_ACCEPT			118
    -#define BIO_C_SSL_MODE				119
    -#define BIO_C_GET_MD_CTX			120
    -#define BIO_C_GET_PROXY_PARAM			121
    -#define BIO_C_SET_BUFF_READ_DATA		122 /* data to read first */
    -#define BIO_C_GET_CONNECT			123
    -#define BIO_C_GET_ACCEPT			124
    -#define BIO_C_SET_SSL_RENEGOTIATE_BYTES		125
    -#define BIO_C_GET_SSL_NUM_RENEGOTIATES		126
    -#define BIO_C_SET_SSL_RENEGOTIATE_TIMEOUT	127
    -#define BIO_C_FILE_SEEK				128
    -#define BIO_C_GET_CIPHER_CTX			129
    -#define BIO_C_SET_BUF_MEM_EOF_RETURN		130/*return end of input value*/
    -#define BIO_C_SET_BIND_MODE			131
    -#define BIO_C_GET_BIND_MODE			132
    -#define BIO_C_FILE_TELL				133
    -#define BIO_C_GET_SOCKS				134
    -#define BIO_C_SET_SOCKS				135
    -
    -#define BIO_C_SET_WRITE_BUF_SIZE		136/* for BIO_s_bio */
    -#define BIO_C_GET_WRITE_BUF_SIZE		137
    -#define BIO_C_MAKE_BIO_PAIR			138
    -#define BIO_C_DESTROY_BIO_PAIR			139
    -#define BIO_C_GET_WRITE_GUARANTEE		140
    -#define BIO_C_GET_READ_REQUEST			141
    -#define BIO_C_SHUTDOWN_WR			142
    -#define BIO_C_NREAD0				143
    -#define BIO_C_NREAD				144
    -#define BIO_C_NWRITE0				145
    -#define BIO_C_NWRITE				146
    -#define BIO_C_RESET_READ_REQUEST		147
    -#define BIO_C_SET_MD_CTX			148
    -
    -#define BIO_C_SET_PREFIX			149
    -#define BIO_C_GET_PREFIX			150
    -#define BIO_C_SET_SUFFIX			151
    -#define BIO_C_GET_SUFFIX			152
    -
    -#define BIO_C_SET_EX_ARG			153
    -#define BIO_C_GET_EX_ARG			154
    -
    -#define BIO_set_app_data(s,arg)		BIO_set_ex_data(s,0,arg)
    -#define BIO_get_app_data(s)		BIO_get_ex_data(s,0)
    +# define BIO_CONN_S_BEFORE               1
    +# define BIO_CONN_S_GET_IP               2
    +# define BIO_CONN_S_GET_PORT             3
    +# define BIO_CONN_S_CREATE_SOCKET        4
    +# define BIO_CONN_S_CONNECT              5
    +# define BIO_CONN_S_OK                   6
    +# define BIO_CONN_S_BLOCKED_CONNECT      7
    +# define BIO_CONN_S_NBIO                 8
    +/*
    + * #define BIO_CONN_get_param_hostname BIO_ctrl
    + */
     
    -/* BIO_s_connect() and BIO_s_socks4a_connect() */
    -#define BIO_set_conn_hostname(b,name) BIO_ctrl(b,BIO_C_SET_CONNECT,0,(char *)name)
    -#define BIO_set_conn_port(b,port) BIO_ctrl(b,BIO_C_SET_CONNECT,1,(char *)port)
    -#define BIO_set_conn_ip(b,ip)	  BIO_ctrl(b,BIO_C_SET_CONNECT,2,(char *)ip)
    -#define BIO_set_conn_int_port(b,port) BIO_ctrl(b,BIO_C_SET_CONNECT,3,(char *)port)
    -#define BIO_get_conn_hostname(b)  BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,0)
    -#define BIO_get_conn_port(b)      BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,1)
    -#define BIO_get_conn_ip(b) 		 BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2)
    -#define BIO_get_conn_int_port(b) BIO_int_ctrl(b,BIO_C_GET_CONNECT,3,0)
    +# define BIO_C_SET_CONNECT                       100
    +# define BIO_C_DO_STATE_MACHINE                  101
    +# define BIO_C_SET_NBIO                          102
    +# define BIO_C_SET_PROXY_PARAM                   103
    +# define BIO_C_SET_FD                            104
    +# define BIO_C_GET_FD                            105
    +# define BIO_C_SET_FILE_PTR                      106
    +# define BIO_C_GET_FILE_PTR                      107
    +# define BIO_C_SET_FILENAME                      108
    +# define BIO_C_SET_SSL                           109
    +# define BIO_C_GET_SSL                           110
    +# define BIO_C_SET_MD                            111
    +# define BIO_C_GET_MD                            112
    +# define BIO_C_GET_CIPHER_STATUS                 113
    +# define BIO_C_SET_BUF_MEM                       114
    +# define BIO_C_GET_BUF_MEM_PTR                   115
    +# define BIO_C_GET_BUFF_NUM_LINES                116
    +# define BIO_C_SET_BUFF_SIZE                     117
    +# define BIO_C_SET_ACCEPT                        118
    +# define BIO_C_SSL_MODE                          119
    +# define BIO_C_GET_MD_CTX                        120
    +# define BIO_C_GET_PROXY_PARAM                   121
    +# define BIO_C_SET_BUFF_READ_DATA                122/* data to read first */
    +# define BIO_C_GET_CONNECT                       123
    +# define BIO_C_GET_ACCEPT                        124
    +# define BIO_C_SET_SSL_RENEGOTIATE_BYTES         125
    +# define BIO_C_GET_SSL_NUM_RENEGOTIATES          126
    +# define BIO_C_SET_SSL_RENEGOTIATE_TIMEOUT       127
    +# define BIO_C_FILE_SEEK                         128
    +# define BIO_C_GET_CIPHER_CTX                    129
    +# define BIO_C_SET_BUF_MEM_EOF_RETURN            130/* return end of input
    +                                                     * value */
    +# define BIO_C_SET_BIND_MODE                     131
    +# define BIO_C_GET_BIND_MODE                     132
    +# define BIO_C_FILE_TELL                         133
    +# define BIO_C_GET_SOCKS                         134
    +# define BIO_C_SET_SOCKS                         135
    +
    +# define BIO_C_SET_WRITE_BUF_SIZE                136/* for BIO_s_bio */
    +# define BIO_C_GET_WRITE_BUF_SIZE                137
    +# define BIO_C_MAKE_BIO_PAIR                     138
    +# define BIO_C_DESTROY_BIO_PAIR                  139
    +# define BIO_C_GET_WRITE_GUARANTEE               140
    +# define BIO_C_GET_READ_REQUEST                  141
    +# define BIO_C_SHUTDOWN_WR                       142
    +# define BIO_C_NREAD0                            143
    +# define BIO_C_NREAD                             144
    +# define BIO_C_NWRITE0                           145
    +# define BIO_C_NWRITE                            146
    +# define BIO_C_RESET_READ_REQUEST                147
    +# define BIO_C_SET_MD_CTX                        148
    +
    +# define BIO_C_SET_PREFIX                        149
    +# define BIO_C_GET_PREFIX                        150
    +# define BIO_C_SET_SUFFIX                        151
    +# define BIO_C_GET_SUFFIX                        152
    +
    +# define BIO_C_SET_EX_ARG                        153
    +# define BIO_C_GET_EX_ARG                        154
    +
    +# define BIO_set_app_data(s,arg)         BIO_set_ex_data(s,0,arg)
    +# define BIO_get_app_data(s)             BIO_get_ex_data(s,0)
     
    +/* BIO_s_connect() and BIO_s_socks4a_connect() */
    +# define BIO_set_conn_hostname(b,name) BIO_ctrl(b,BIO_C_SET_CONNECT,0,(char *)name)
    +# define BIO_set_conn_port(b,port) BIO_ctrl(b,BIO_C_SET_CONNECT,1,(char *)port)
    +# define BIO_set_conn_ip(b,ip)     BIO_ctrl(b,BIO_C_SET_CONNECT,2,(char *)ip)
    +# define BIO_set_conn_int_port(b,port) BIO_ctrl(b,BIO_C_SET_CONNECT,3,(char *)port)
    +# define BIO_get_conn_hostname(b)  BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,0)
    +# define BIO_get_conn_port(b)      BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,1)
    +# define BIO_get_conn_ip(b)               BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2)
    +# define BIO_get_conn_int_port(b) BIO_int_ctrl(b,BIO_C_GET_CONNECT,3,0)
     
    -#define BIO_set_nbio(b,n)	BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL)
    +# define BIO_set_nbio(b,n)       BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL)
     
     /* BIO_s_accept_socket() */
    -#define BIO_set_accept_port(b,name) BIO_ctrl(b,BIO_C_SET_ACCEPT,0,(char *)name)
    -#define BIO_get_accept_port(b)	BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,0)
    -/* #define BIO_set_nbio(b,n)	BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL) */
    -#define BIO_set_nbio_accept(b,n) BIO_ctrl(b,BIO_C_SET_ACCEPT,1,(n)?(void *)"a":NULL)
    -#define BIO_set_accept_bios(b,bio) BIO_ctrl(b,BIO_C_SET_ACCEPT,2,(char *)bio)
    -
    -#define BIO_BIND_NORMAL			0
    -#define BIO_BIND_REUSEADDR_IF_UNUSED	1
    -#define BIO_BIND_REUSEADDR		2
    -#define BIO_set_bind_mode(b,mode) BIO_ctrl(b,BIO_C_SET_BIND_MODE,mode,NULL)
    -#define BIO_get_bind_mode(b,mode) BIO_ctrl(b,BIO_C_GET_BIND_MODE,0,NULL)
    -
    -#define BIO_do_connect(b)	BIO_do_handshake(b)
    -#define BIO_do_accept(b)	BIO_do_handshake(b)
    -#define BIO_do_handshake(b)	BIO_ctrl(b,BIO_C_DO_STATE_MACHINE,0,NULL)
    +# define BIO_set_accept_port(b,name) BIO_ctrl(b,BIO_C_SET_ACCEPT,0,(char *)name)
    +# define BIO_get_accept_port(b)  BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,0)
    +/* #define BIO_set_nbio(b,n)    BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL) */
    +# define BIO_set_nbio_accept(b,n) BIO_ctrl(b,BIO_C_SET_ACCEPT,1,(n)?(void *)"a":NULL)
    +# define BIO_set_accept_bios(b,bio) BIO_ctrl(b,BIO_C_SET_ACCEPT,2,(char *)bio)
    +
    +# define BIO_BIND_NORMAL                 0
    +# define BIO_BIND_REUSEADDR_IF_UNUSED    1
    +# define BIO_BIND_REUSEADDR              2
    +# define BIO_set_bind_mode(b,mode) BIO_ctrl(b,BIO_C_SET_BIND_MODE,mode,NULL)
    +# define BIO_get_bind_mode(b,mode) BIO_ctrl(b,BIO_C_GET_BIND_MODE,0,NULL)
    +
    +# define BIO_do_connect(b)       BIO_do_handshake(b)
    +# define BIO_do_accept(b)        BIO_do_handshake(b)
    +# define BIO_do_handshake(b)     BIO_ctrl(b,BIO_C_DO_STATE_MACHINE,0,NULL)
     
     /* BIO_s_proxy_client() */
    -#define BIO_set_url(b,url)	BIO_ctrl(b,BIO_C_SET_PROXY_PARAM,0,(char *)(url))
    -#define BIO_set_proxies(b,p)	BIO_ctrl(b,BIO_C_SET_PROXY_PARAM,1,(char *)(p))
    +# define BIO_set_url(b,url)      BIO_ctrl(b,BIO_C_SET_PROXY_PARAM,0,(char *)(url))
    +# define BIO_set_proxies(b,p)    BIO_ctrl(b,BIO_C_SET_PROXY_PARAM,1,(char *)(p))
     /* BIO_set_nbio(b,n) */
    -#define BIO_set_filter_bio(b,s) BIO_ctrl(b,BIO_C_SET_PROXY_PARAM,2,(char *)(s))
    +# define BIO_set_filter_bio(b,s) BIO_ctrl(b,BIO_C_SET_PROXY_PARAM,2,(char *)(s))
     /* BIO *BIO_get_filter_bio(BIO *bio); */
    -#define BIO_set_proxy_cb(b,cb) BIO_callback_ctrl(b,BIO_C_SET_PROXY_PARAM,3,(void *(*cb)()))
    -#define BIO_set_proxy_header(b,sk) BIO_ctrl(b,BIO_C_SET_PROXY_PARAM,4,(char *)sk)
    -#define BIO_set_no_connect_return(b,bool) BIO_int_ctrl(b,BIO_C_SET_PROXY_PARAM,5,bool)
    +# define BIO_set_proxy_cb(b,cb) BIO_callback_ctrl(b,BIO_C_SET_PROXY_PARAM,3,(void *(*cb)()))
    +# define BIO_set_proxy_header(b,sk) BIO_ctrl(b,BIO_C_SET_PROXY_PARAM,4,(char *)sk)
    +# define BIO_set_no_connect_return(b,bool) BIO_int_ctrl(b,BIO_C_SET_PROXY_PARAM,5,bool)
     
    -#define BIO_get_proxy_header(b,skp) BIO_ctrl(b,BIO_C_GET_PROXY_PARAM,0,(char *)skp)
    -#define BIO_get_proxies(b,pxy_p) BIO_ctrl(b,BIO_C_GET_PROXY_PARAM,1,(char *)(pxy_p))
    -#define BIO_get_url(b,url)	BIO_ctrl(b,BIO_C_GET_PROXY_PARAM,2,(char *)(url))
    -#define BIO_get_no_connect_return(b)	BIO_ctrl(b,BIO_C_GET_PROXY_PARAM,5,NULL)
    +# define BIO_get_proxy_header(b,skp) BIO_ctrl(b,BIO_C_GET_PROXY_PARAM,0,(char *)skp)
    +# define BIO_get_proxies(b,pxy_p) BIO_ctrl(b,BIO_C_GET_PROXY_PARAM,1,(char *)(pxy_p))
    +# define BIO_get_url(b,url)      BIO_ctrl(b,BIO_C_GET_PROXY_PARAM,2,(char *)(url))
    +# define BIO_get_no_connect_return(b)    BIO_ctrl(b,BIO_C_GET_PROXY_PARAM,5,NULL)
     
    -#define BIO_set_fd(b,fd,c)	BIO_int_ctrl(b,BIO_C_SET_FD,c,fd)
    -#define BIO_get_fd(b,c)		BIO_ctrl(b,BIO_C_GET_FD,0,(char *)c)
    +# define BIO_set_fd(b,fd,c)      BIO_int_ctrl(b,BIO_C_SET_FD,c,fd)
    +# define BIO_get_fd(b,c)         BIO_ctrl(b,BIO_C_GET_FD,0,(char *)c)
     
    -#define BIO_set_fp(b,fp,c)	BIO_ctrl(b,BIO_C_SET_FILE_PTR,c,(char *)fp)
    -#define BIO_get_fp(b,fpp)	BIO_ctrl(b,BIO_C_GET_FILE_PTR,0,(char *)fpp)
    +# define BIO_set_fp(b,fp,c)      BIO_ctrl(b,BIO_C_SET_FILE_PTR,c,(char *)fp)
    +# define BIO_get_fp(b,fpp)       BIO_ctrl(b,BIO_C_GET_FILE_PTR,0,(char *)fpp)
     
    -#define BIO_seek(b,ofs)	(int)BIO_ctrl(b,BIO_C_FILE_SEEK,ofs,NULL)
    -#define BIO_tell(b)	(int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL)
    +# define BIO_seek(b,ofs) (int)BIO_ctrl(b,BIO_C_FILE_SEEK,ofs,NULL)
    +# define BIO_tell(b)     (int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL)
     
    -/* name is cast to lose const, but might be better to route through a function
    -   so we can do it safely */
    -#ifdef CONST_STRICT
    -/* If you are wondering why this isn't defined, its because CONST_STRICT is
    +/*
    + * name is cast to lose const, but might be better to route through a
    + * function so we can do it safely
    + */
    +# ifdef CONST_STRICT
    +/*
    + * If you are wondering why this isn't defined, its because CONST_STRICT is
      * purely a compile-time kludge to allow const to be checked.
      */
    -int BIO_read_filename(BIO *b,const char *name);
    -#else
    -#define BIO_read_filename(b,name) BIO_ctrl(b,BIO_C_SET_FILENAME, \
    -		BIO_CLOSE|BIO_FP_READ,(char *)name)
    -#endif
    -#define BIO_write_filename(b,name) BIO_ctrl(b,BIO_C_SET_FILENAME, \
    -		BIO_CLOSE|BIO_FP_WRITE,name)
    -#define BIO_append_filename(b,name) BIO_ctrl(b,BIO_C_SET_FILENAME, \
    -		BIO_CLOSE|BIO_FP_APPEND,name)
    -#define BIO_rw_filename(b,name) BIO_ctrl(b,BIO_C_SET_FILENAME, \
    -		BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)
    -
    -/* WARNING WARNING, this ups the reference count on the read bio of the
    - * SSL structure.  This is because the ssl read BIO is now pointed to by
    - * the next_bio field in the bio.  So when you free the BIO, make sure
    - * you are doing a BIO_free_all() to catch the underlying BIO. */
    -#define BIO_set_ssl(b,ssl,c)	BIO_ctrl(b,BIO_C_SET_SSL,c,(char *)ssl)
    -#define BIO_get_ssl(b,sslp)	BIO_ctrl(b,BIO_C_GET_SSL,0,(char *)sslp)
    -#define BIO_set_ssl_mode(b,client)	BIO_ctrl(b,BIO_C_SSL_MODE,client,NULL)
    -#define BIO_set_ssl_renegotiate_bytes(b,num) \
    -	BIO_ctrl(b,BIO_C_SET_SSL_RENEGOTIATE_BYTES,num,NULL);
    -#define BIO_get_num_renegotiates(b) \
    -	BIO_ctrl(b,BIO_C_GET_SSL_NUM_RENEGOTIATES,0,NULL);
    -#define BIO_set_ssl_renegotiate_timeout(b,seconds) \
    -	BIO_ctrl(b,BIO_C_SET_SSL_RENEGOTIATE_TIMEOUT,seconds,NULL);
    +int BIO_read_filename(BIO *b, const char *name);
    +# else
    +#  define BIO_read_filename(b,name) BIO_ctrl(b,BIO_C_SET_FILENAME, \
    +                BIO_CLOSE|BIO_FP_READ,(char *)name)
    +# endif
    +# define BIO_write_filename(b,name) BIO_ctrl(b,BIO_C_SET_FILENAME, \
    +                BIO_CLOSE|BIO_FP_WRITE,name)
    +# define BIO_append_filename(b,name) BIO_ctrl(b,BIO_C_SET_FILENAME, \
    +                BIO_CLOSE|BIO_FP_APPEND,name)
    +# define BIO_rw_filename(b,name) BIO_ctrl(b,BIO_C_SET_FILENAME, \
    +                BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)
    +
    +/*
    + * WARNING WARNING, this ups the reference count on the read bio of the SSL
    + * structure.  This is because the ssl read BIO is now pointed to by the
    + * next_bio field in the bio.  So when you free the BIO, make sure you are
    + * doing a BIO_free_all() to catch the underlying BIO.
    + */
    +# define BIO_set_ssl(b,ssl,c)    BIO_ctrl(b,BIO_C_SET_SSL,c,(char *)ssl)
    +# define BIO_get_ssl(b,sslp)     BIO_ctrl(b,BIO_C_GET_SSL,0,(char *)sslp)
    +# define BIO_set_ssl_mode(b,client)      BIO_ctrl(b,BIO_C_SSL_MODE,client,NULL)
    +# define BIO_set_ssl_renegotiate_bytes(b,num) \
    +        BIO_ctrl(b,BIO_C_SET_SSL_RENEGOTIATE_BYTES,num,NULL);
    +# define BIO_get_num_renegotiates(b) \
    +        BIO_ctrl(b,BIO_C_GET_SSL_NUM_RENEGOTIATES,0,NULL);
    +# define BIO_set_ssl_renegotiate_timeout(b,seconds) \
    +        BIO_ctrl(b,BIO_C_SET_SSL_RENEGOTIATE_TIMEOUT,seconds,NULL);
     
     /* defined in evp.h */
    -/* #define BIO_set_md(b,md)	BIO_ctrl(b,BIO_C_SET_MD,1,(char *)md) */
    +/* #define BIO_set_md(b,md)     BIO_ctrl(b,BIO_C_SET_MD,1,(char *)md) */
     
    -#define BIO_get_mem_data(b,pp)	BIO_ctrl(b,BIO_CTRL_INFO,0,(char *)pp)
    -#define BIO_set_mem_buf(b,bm,c)	BIO_ctrl(b,BIO_C_SET_BUF_MEM,c,(char *)bm)
    -#define BIO_get_mem_ptr(b,pp)	BIO_ctrl(b,BIO_C_GET_BUF_MEM_PTR,0,(char *)pp)
    -#define BIO_set_mem_eof_return(b,v) \
    -				BIO_ctrl(b,BIO_C_SET_BUF_MEM_EOF_RETURN,v,NULL)
    +# define BIO_get_mem_data(b,pp)  BIO_ctrl(b,BIO_CTRL_INFO,0,(char *)pp)
    +# define BIO_set_mem_buf(b,bm,c) BIO_ctrl(b,BIO_C_SET_BUF_MEM,c,(char *)bm)
    +# define BIO_get_mem_ptr(b,pp)   BIO_ctrl(b,BIO_C_GET_BUF_MEM_PTR,0,(char *)pp)
    +# define BIO_set_mem_eof_return(b,v) \
    +                                BIO_ctrl(b,BIO_C_SET_BUF_MEM_EOF_RETURN,v,NULL)
     
     /* For the BIO_f_buffer() type */
    -#define BIO_get_buffer_num_lines(b)	BIO_ctrl(b,BIO_C_GET_BUFF_NUM_LINES,0,NULL)
    -#define BIO_set_buffer_size(b,size)	BIO_ctrl(b,BIO_C_SET_BUFF_SIZE,size,NULL)
    -#define BIO_set_read_buffer_size(b,size) BIO_int_ctrl(b,BIO_C_SET_BUFF_SIZE,size,0)
    -#define BIO_set_write_buffer_size(b,size) BIO_int_ctrl(b,BIO_C_SET_BUFF_SIZE,size,1)
    -#define BIO_set_buffer_read_data(b,buf,num) BIO_ctrl(b,BIO_C_SET_BUFF_READ_DATA,num,buf)
    +# define BIO_get_buffer_num_lines(b)     BIO_ctrl(b,BIO_C_GET_BUFF_NUM_LINES,0,NULL)
    +# define BIO_set_buffer_size(b,size)     BIO_ctrl(b,BIO_C_SET_BUFF_SIZE,size,NULL)
    +# define BIO_set_read_buffer_size(b,size) BIO_int_ctrl(b,BIO_C_SET_BUFF_SIZE,size,0)
    +# define BIO_set_write_buffer_size(b,size) BIO_int_ctrl(b,BIO_C_SET_BUFF_SIZE,size,1)
    +# define BIO_set_buffer_read_data(b,buf,num) BIO_ctrl(b,BIO_C_SET_BUFF_READ_DATA,num,buf)
     
     /* Don't use the next one unless you know what you are doing :-) */
    -#define BIO_dup_state(b,ret)	BIO_ctrl(b,BIO_CTRL_DUP,0,(char *)(ret))
    -
    -#define BIO_reset(b)		(int)BIO_ctrl(b,BIO_CTRL_RESET,0,NULL)
    -#define BIO_eof(b)		(int)BIO_ctrl(b,BIO_CTRL_EOF,0,NULL)
    -#define BIO_set_close(b,c)	(int)BIO_ctrl(b,BIO_CTRL_SET_CLOSE,(c),NULL)
    -#define BIO_get_close(b)	(int)BIO_ctrl(b,BIO_CTRL_GET_CLOSE,0,NULL)
    -#define BIO_pending(b)		(int)BIO_ctrl(b,BIO_CTRL_PENDING,0,NULL)
    -#define BIO_wpending(b)		(int)BIO_ctrl(b,BIO_CTRL_WPENDING,0,NULL)
    +# define BIO_dup_state(b,ret)    BIO_ctrl(b,BIO_CTRL_DUP,0,(char *)(ret))
    +
    +# define BIO_reset(b)            (int)BIO_ctrl(b,BIO_CTRL_RESET,0,NULL)
    +# define BIO_eof(b)              (int)BIO_ctrl(b,BIO_CTRL_EOF,0,NULL)
    +# define BIO_set_close(b,c)      (int)BIO_ctrl(b,BIO_CTRL_SET_CLOSE,(c),NULL)
    +# define BIO_get_close(b)        (int)BIO_ctrl(b,BIO_CTRL_GET_CLOSE,0,NULL)
    +# define BIO_pending(b)          (int)BIO_ctrl(b,BIO_CTRL_PENDING,0,NULL)
    +# define BIO_wpending(b)         (int)BIO_ctrl(b,BIO_CTRL_WPENDING,0,NULL)
     /* ...pending macros have inappropriate return type */
     size_t BIO_ctrl_pending(BIO *b);
     size_t BIO_ctrl_wpending(BIO *b);
    -#define BIO_flush(b)		(int)BIO_ctrl(b,BIO_CTRL_FLUSH,0,NULL)
    -#define BIO_get_info_callback(b,cbp) (int)BIO_ctrl(b,BIO_CTRL_GET_CALLBACK,0, \
    -						   cbp)
    -#define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb)
    +# define BIO_flush(b)            (int)BIO_ctrl(b,BIO_CTRL_FLUSH,0,NULL)
    +# define BIO_get_info_callback(b,cbp) (int)BIO_ctrl(b,BIO_CTRL_GET_CALLBACK,0, \
    +                                                   cbp)
    +# define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb)
     
     /* For the BIO_f_buffer() type */
    -#define BIO_buffer_get_num_lines(b) BIO_ctrl(b,BIO_CTRL_GET,0,NULL)
    +# define BIO_buffer_get_num_lines(b) BIO_ctrl(b,BIO_CTRL_GET,0,NULL)
     
     /* For BIO_s_bio() */
    -#define BIO_set_write_buf_size(b,size) (int)BIO_ctrl(b,BIO_C_SET_WRITE_BUF_SIZE,size,NULL)
    -#define BIO_get_write_buf_size(b,size) (size_t)BIO_ctrl(b,BIO_C_GET_WRITE_BUF_SIZE,size,NULL)
    -#define BIO_make_bio_pair(b1,b2)   (int)BIO_ctrl(b1,BIO_C_MAKE_BIO_PAIR,0,b2)
    -#define BIO_destroy_bio_pair(b)    (int)BIO_ctrl(b,BIO_C_DESTROY_BIO_PAIR,0,NULL)
    -#define BIO_shutdown_wr(b) (int)BIO_ctrl(b, BIO_C_SHUTDOWN_WR, 0, NULL)
    +# define BIO_set_write_buf_size(b,size) (int)BIO_ctrl(b,BIO_C_SET_WRITE_BUF_SIZE,size,NULL)
    +# define BIO_get_write_buf_size(b,size) (size_t)BIO_ctrl(b,BIO_C_GET_WRITE_BUF_SIZE,size,NULL)
    +# define BIO_make_bio_pair(b1,b2)   (int)BIO_ctrl(b1,BIO_C_MAKE_BIO_PAIR,0,b2)
    +# define BIO_destroy_bio_pair(b)    (int)BIO_ctrl(b,BIO_C_DESTROY_BIO_PAIR,0,NULL)
    +# define BIO_shutdown_wr(b) (int)BIO_ctrl(b, BIO_C_SHUTDOWN_WR, 0, NULL)
     /* macros with inappropriate type -- but ...pending macros use int too: */
    -#define BIO_get_write_guarantee(b) (int)BIO_ctrl(b,BIO_C_GET_WRITE_GUARANTEE,0,NULL)
    -#define BIO_get_read_request(b)    (int)BIO_ctrl(b,BIO_C_GET_READ_REQUEST,0,NULL)
    +# define BIO_get_write_guarantee(b) (int)BIO_ctrl(b,BIO_C_GET_WRITE_GUARANTEE,0,NULL)
    +# define BIO_get_read_request(b)    (int)BIO_ctrl(b,BIO_C_GET_READ_REQUEST,0,NULL)
     size_t BIO_ctrl_get_write_guarantee(BIO *b);
     size_t BIO_ctrl_get_read_request(BIO *b);
     int BIO_ctrl_reset_read_request(BIO *b);
     
     /* ctrl macros for dgram */
    -#define BIO_ctrl_dgram_connect(b,peer)  \
    +# define BIO_ctrl_dgram_connect(b,peer)  \
                          (int)BIO_ctrl(b,BIO_CTRL_DGRAM_CONNECT,0, (char *)peer)
    -#define BIO_ctrl_set_connected(b, state, peer) \
    +# define BIO_ctrl_set_connected(b, state, peer) \
              (int)BIO_ctrl(b, BIO_CTRL_DGRAM_SET_CONNECTED, state, (char *)peer)
    -#define BIO_dgram_recv_timedout(b) \
    +# define BIO_dgram_recv_timedout(b) \
              (int)BIO_ctrl(b, BIO_CTRL_DGRAM_GET_RECV_TIMER_EXP, 0, NULL)
    -#define BIO_dgram_send_timedout(b) \
    +# define BIO_dgram_send_timedout(b) \
              (int)BIO_ctrl(b, BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP, 0, NULL)
    -#define BIO_dgram_get_peer(b,peer) \
    +# define BIO_dgram_get_peer(b,peer) \
              (int)BIO_ctrl(b, BIO_CTRL_DGRAM_GET_PEER, 0, (char *)peer)
    -#define BIO_dgram_set_peer(b,peer) \
    +# define BIO_dgram_set_peer(b,peer) \
              (int)BIO_ctrl(b, BIO_CTRL_DGRAM_SET_PEER, 0, (char *)peer)
    +# define BIO_dgram_get_mtu_overhead(b) \
    +         (unsigned int)BIO_ctrl((b), BIO_CTRL_DGRAM_GET_MTU_OVERHEAD, 0, NULL)
     
     /* These two aren't currently implemented */
     /* int BIO_get_ex_num(BIO *bio); */
     /* void BIO_set_ex_free_func(BIO *bio,int idx,void (*cb)()); */
    -int BIO_set_ex_data(BIO *bio,int idx,void *data);
    -void *BIO_get_ex_data(BIO *bio,int idx);
    +int BIO_set_ex_data(BIO *bio, int idx, void *data);
    +void *BIO_get_ex_data(BIO *bio, int idx);
     int BIO_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
    -	CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
    +                         CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
     unsigned long BIO_number_read(BIO *bio);
     unsigned long BIO_number_written(BIO *bio);
     
     /* For BIO_f_asn1() */
     int BIO_asn1_set_prefix(BIO *b, asn1_ps_func *prefix,
    -					asn1_ps_func *prefix_free);
    +                        asn1_ps_func *prefix_free);
     int BIO_asn1_get_prefix(BIO *b, asn1_ps_func **pprefix,
    -					asn1_ps_func **pprefix_free);
    +                        asn1_ps_func **pprefix_free);
     int BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix,
    -					asn1_ps_func *suffix_free);
    +                        asn1_ps_func *suffix_free);
     int BIO_asn1_get_suffix(BIO *b, asn1_ps_func **psuffix,
    -					asn1_ps_func **psuffix_free);
    +                        asn1_ps_func **psuffix_free);
     
     # ifndef OPENSSL_NO_FP_API
    -BIO_METHOD *BIO_s_file(void );
    +BIO_METHOD *BIO_s_file(void);
     BIO *BIO_new_file(const char *filename, const char *mode);
     BIO *BIO_new_fp(FILE *stream, int close_flag);
    -# define BIO_s_file_internal	BIO_s_file
    +#  define BIO_s_file_internal    BIO_s_file
     # endif
    -BIO *	BIO_new(BIO_METHOD *type);
    -int	BIO_set(BIO *a,BIO_METHOD *type);
    -int	BIO_free(BIO *a);
    -void	BIO_vfree(BIO *a);
    -int	BIO_read(BIO *b, void *data, int len);
    -int	BIO_gets(BIO *bp,char *buf, int size);
    -int	BIO_write(BIO *b, const void *data, int len);
    -int	BIO_puts(BIO *bp,const char *buf);
    -int	BIO_indent(BIO *b,int indent,int max);
    -long	BIO_ctrl(BIO *bp,int cmd,long larg,void *parg);
    -long BIO_callback_ctrl(BIO *b, int cmd, void (*fp)(struct bio_st *, int, const char *, int, long, long));
    -char *	BIO_ptr_ctrl(BIO *bp,int cmd,long larg);
    -long	BIO_int_ctrl(BIO *bp,int cmd,long larg,int iarg);
    -BIO *	BIO_push(BIO *b,BIO *append);
    -BIO *	BIO_pop(BIO *b);
    -void	BIO_free_all(BIO *a);
    -BIO *	BIO_find_type(BIO *b,int bio_type);
    -BIO *	BIO_next(BIO *b);
    -BIO *	BIO_get_retry_BIO(BIO *bio, int *reason);
    -int	BIO_get_retry_reason(BIO *bio);
    -BIO *	BIO_dup_chain(BIO *in);
    +BIO *BIO_new(BIO_METHOD *type);
    +int BIO_set(BIO *a, BIO_METHOD *type);
    +int BIO_free(BIO *a);
    +void BIO_vfree(BIO *a);
    +int BIO_read(BIO *b, void *data, int len);
    +int BIO_gets(BIO *bp, char *buf, int size);
    +int BIO_write(BIO *b, const void *data, int len);
    +int BIO_puts(BIO *bp, const char *buf);
    +int BIO_indent(BIO *b, int indent, int max);
    +long BIO_ctrl(BIO *bp, int cmd, long larg, void *parg);
    +long BIO_callback_ctrl(BIO *b, int cmd,
    +                       void (*fp) (struct bio_st *, int, const char *, int,
    +                                   long, long));
    +char *BIO_ptr_ctrl(BIO *bp, int cmd, long larg);
    +long BIO_int_ctrl(BIO *bp, int cmd, long larg, int iarg);
    +BIO *BIO_push(BIO *b, BIO *append);
    +BIO *BIO_pop(BIO *b);
    +void BIO_free_all(BIO *a);
    +BIO *BIO_find_type(BIO *b, int bio_type);
    +BIO *BIO_next(BIO *b);
    +BIO *BIO_get_retry_BIO(BIO *bio, int *reason);
    +int BIO_get_retry_reason(BIO *bio);
    +BIO *BIO_dup_chain(BIO *in);
     
     int BIO_nread0(BIO *bio, char **buf);
     int BIO_nread(BIO *bio, char **buf, int num);
     int BIO_nwrite0(BIO *bio, char **buf);
     int BIO_nwrite(BIO *bio, char **buf, int num);
     
    -long BIO_debug_callback(BIO *bio,int cmd,const char *argp,int argi,
    -	long argl,long ret);
    +long BIO_debug_callback(BIO *bio, int cmd, const char *argp, int argi,
    +                        long argl, long ret);
     
     BIO_METHOD *BIO_s_mem(void);
     BIO *BIO_new_mem_buf(void *buf, int len);
    @@ -670,23 +690,23 @@ BIO_METHOD *BIO_s_socket(void);
     BIO_METHOD *BIO_s_connect(void);
     BIO_METHOD *BIO_s_accept(void);
     BIO_METHOD *BIO_s_fd(void);
    -#ifndef OPENSSL_SYS_OS2
    +# ifndef OPENSSL_SYS_OS2
     BIO_METHOD *BIO_s_log(void);
    -#endif
    +# endif
     BIO_METHOD *BIO_s_bio(void);
     BIO_METHOD *BIO_s_null(void);
     BIO_METHOD *BIO_f_null(void);
     BIO_METHOD *BIO_f_buffer(void);
    -#ifdef OPENSSL_SYS_VMS
    +# ifdef OPENSSL_SYS_VMS
     BIO_METHOD *BIO_f_linebuffer(void);
    -#endif
    +# endif
     BIO_METHOD *BIO_f_nbio_test(void);
    -#ifndef OPENSSL_NO_DGRAM
    +# ifndef OPENSSL_NO_DGRAM
     BIO_METHOD *BIO_s_datagram(void);
    -#ifndef OPENSSL_NO_SCTP
    +#  ifndef OPENSSL_NO_SCTP
     BIO_METHOD *BIO_s_datagram_sctp(void);
    -#endif
    -#endif
    +#  endif
    +# endif
     
     /* BIO_METHOD *BIO_f_ber(void); */
     
    @@ -696,18 +716,22 @@ int BIO_dgram_non_fatal_error(int error);
     
     int BIO_fd_should_retry(int i);
     int BIO_fd_non_fatal_error(int error);
    -int BIO_dump_cb(int (*cb)(const void *data, size_t len, void *u),
    -		void *u, const char *s, int len);
    -int BIO_dump_indent_cb(int (*cb)(const void *data, size_t len, void *u),
    -		       void *u, const char *s, int len, int indent);
    -int BIO_dump(BIO *b,const char *bytes,int len);
    -int BIO_dump_indent(BIO *b,const char *bytes,int len,int indent);
    -#ifndef OPENSSL_NO_FP_API
    +int BIO_dump_cb(int (*cb) (const void *data, size_t len, void *u),
    +                void *u, const char *s, int len);
    +int BIO_dump_indent_cb(int (*cb) (const void *data, size_t len, void *u),
    +                       void *u, const char *s, int len, int indent);
    +int BIO_dump(BIO *b, const char *bytes, int len);
    +int BIO_dump_indent(BIO *b, const char *bytes, int len, int indent);
    +# ifndef OPENSSL_NO_FP_API
     int BIO_dump_fp(FILE *fp, const char *s, int len);
     int BIO_dump_indent_fp(FILE *fp, const char *s, int len, int indent);
    -#endif
    +# endif
    +int BIO_hex_string(BIO *out, int indent, int width, unsigned char *data,
    +                   int datalen);
    +
     struct hostent *BIO_gethostbyname(const char *name);
    -/* We might want a thread-safe interface too:
    +/*-
    + * We might want a thread-safe interface too:
      * struct hostent *BIO_gethostbyname_r(const char *name,
      *     struct hostent *result, void *buffer, size_t buflen);
      * or something similar (caller allocates a struct hostent,
    @@ -717,58 +741,65 @@ struct hostent *BIO_gethostbyname(const char *name);
      */
     int BIO_sock_error(int sock);
     int BIO_socket_ioctl(int fd, long type, void *arg);
    -int BIO_socket_nbio(int fd,int mode);
    +int BIO_socket_nbio(int fd, int mode);
     int BIO_get_port(const char *str, unsigned short *port_ptr);
     int BIO_get_host_ip(const char *str, unsigned char *ip);
    -int BIO_get_accept_socket(char *host_port,int mode);
    -int BIO_accept(int sock,char **ip_port);
    -int BIO_sock_init(void );
    +int BIO_get_accept_socket(char *host_port, int mode);
    +int BIO_accept(int sock, char **ip_port);
    +int BIO_sock_init(void);
     void BIO_sock_cleanup(void);
    -int BIO_set_tcp_ndelay(int sock,int turn_on);
    +int BIO_set_tcp_ndelay(int sock, int turn_on);
     
     BIO *BIO_new_socket(int sock, int close_flag);
     BIO *BIO_new_dgram(int fd, int close_flag);
    -#ifndef OPENSSL_NO_SCTP
    +# ifndef OPENSSL_NO_SCTP
     BIO *BIO_new_dgram_sctp(int fd, int close_flag);
     int BIO_dgram_is_sctp(BIO *bio);
     int BIO_dgram_sctp_notification_cb(BIO *b,
    -                                   void (*handle_notifications)(BIO *bio, void *context, void *buf),
    +                                   void (*handle_notifications) (BIO *bio,
    +                                                                 void
    +                                                                 *context,
    +                                                                 void *buf),
                                        void *context);
     int BIO_dgram_sctp_wait_for_dry(BIO *b);
     int BIO_dgram_sctp_msg_waiting(BIO *b);
    -#endif
    +# endif
     BIO *BIO_new_fd(int fd, int close_flag);
    -BIO *BIO_new_connect(char *host_port);
    -BIO *BIO_new_accept(char *host_port);
    +BIO *BIO_new_connect(const char *host_port);
    +BIO *BIO_new_accept(const char *host_port);
     
     int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
    -	BIO **bio2, size_t writebuf2);
    -/* If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
    - * Otherwise returns 0 and sets *bio1 and *bio2 to NULL.
    - * Size 0 uses default value.
    +                     BIO **bio2, size_t writebuf2);
    +/*
    + * If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
    + * Otherwise returns 0 and sets *bio1 and *bio2 to NULL. Size 0 uses default
    + * value.
      */
     
     void BIO_copy_next_retry(BIO *b);
     
    -/*long BIO_ghbn_ctrl(int cmd,int iarg,char *parg);*/
    +/*
    + * long BIO_ghbn_ctrl(int cmd,int iarg,char *parg);
    + */
     
    -#ifdef __GNUC__
    +# ifdef __GNUC__
     #  define __bio_h__attr__ __attribute__
    -#else
    +# else
     #  define __bio_h__attr__(x)
    -#endif
    +# endif
     int BIO_printf(BIO *bio, const char *format, ...)
    -	__bio_h__attr__((__format__(__printf__,2,3)));
    +__bio_h__attr__((__format__(__printf__, 2, 3)));
     int BIO_vprintf(BIO *bio, const char *format, va_list args)
    -	__bio_h__attr__((__format__(__printf__,2,0)));
    +__bio_h__attr__((__format__(__printf__, 2, 0)));
     int BIO_snprintf(char *buf, size_t n, const char *format, ...)
    -	__bio_h__attr__((__format__(__printf__,3,4)));
    +__bio_h__attr__((__format__(__printf__, 3, 4)));
     int BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args)
    -	__bio_h__attr__((__format__(__printf__,3,0)));
    -#undef __bio_h__attr__
    +__bio_h__attr__((__format__(__printf__, 3, 0)));
    +# undef __bio_h__attr__
     
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     void ERR_load_BIO_strings(void);
    @@ -776,70 +807,70 @@ void ERR_load_BIO_strings(void);
     /* Error codes for the BIO functions. */
     
     /* Function codes. */
    -#define BIO_F_ACPT_STATE				 100
    -#define BIO_F_BIO_ACCEPT				 101
    -#define BIO_F_BIO_BER_GET_HEADER			 102
    -#define BIO_F_BIO_CALLBACK_CTRL				 131
    -#define BIO_F_BIO_CTRL					 103
    -#define BIO_F_BIO_GETHOSTBYNAME				 120
    -#define BIO_F_BIO_GETS					 104
    -#define BIO_F_BIO_GET_ACCEPT_SOCKET			 105
    -#define BIO_F_BIO_GET_HOST_IP				 106
    -#define BIO_F_BIO_GET_PORT				 107
    -#define BIO_F_BIO_MAKE_PAIR				 121
    -#define BIO_F_BIO_NEW					 108
    -#define BIO_F_BIO_NEW_FILE				 109
    -#define BIO_F_BIO_NEW_MEM_BUF				 126
    -#define BIO_F_BIO_NREAD					 123
    -#define BIO_F_BIO_NREAD0				 124
    -#define BIO_F_BIO_NWRITE				 125
    -#define BIO_F_BIO_NWRITE0				 122
    -#define BIO_F_BIO_PUTS					 110
    -#define BIO_F_BIO_READ					 111
    -#define BIO_F_BIO_SOCK_INIT				 112
    -#define BIO_F_BIO_WRITE					 113
    -#define BIO_F_BUFFER_CTRL				 114
    -#define BIO_F_CONN_CTRL					 127
    -#define BIO_F_CONN_STATE				 115
    -#define BIO_F_DGRAM_SCTP_READ				 132
    -#define BIO_F_FILE_CTRL					 116
    -#define BIO_F_FILE_READ					 130
    -#define BIO_F_LINEBUFFER_CTRL				 129
    -#define BIO_F_MEM_READ					 128
    -#define BIO_F_MEM_WRITE					 117
    -#define BIO_F_SSL_NEW					 118
    -#define BIO_F_WSASTARTUP				 119
    +# define BIO_F_ACPT_STATE                                 100
    +# define BIO_F_BIO_ACCEPT                                 101
    +# define BIO_F_BIO_BER_GET_HEADER                         102
    +# define BIO_F_BIO_CALLBACK_CTRL                          131
    +# define BIO_F_BIO_CTRL                                   103
    +# define BIO_F_BIO_GETHOSTBYNAME                          120
    +# define BIO_F_BIO_GETS                                   104
    +# define BIO_F_BIO_GET_ACCEPT_SOCKET                      105
    +# define BIO_F_BIO_GET_HOST_IP                            106
    +# define BIO_F_BIO_GET_PORT                               107
    +# define BIO_F_BIO_MAKE_PAIR                              121
    +# define BIO_F_BIO_NEW                                    108
    +# define BIO_F_BIO_NEW_FILE                               109
    +# define BIO_F_BIO_NEW_MEM_BUF                            126
    +# define BIO_F_BIO_NREAD                                  123
    +# define BIO_F_BIO_NREAD0                                 124
    +# define BIO_F_BIO_NWRITE                                 125
    +# define BIO_F_BIO_NWRITE0                                122
    +# define BIO_F_BIO_PUTS                                   110
    +# define BIO_F_BIO_READ                                   111
    +# define BIO_F_BIO_SOCK_INIT                              112
    +# define BIO_F_BIO_WRITE                                  113
    +# define BIO_F_BUFFER_CTRL                                114
    +# define BIO_F_CONN_CTRL                                  127
    +# define BIO_F_CONN_STATE                                 115
    +# define BIO_F_DGRAM_SCTP_READ                            132
    +# define BIO_F_FILE_CTRL                                  116
    +# define BIO_F_FILE_READ                                  130
    +# define BIO_F_LINEBUFFER_CTRL                            129
    +# define BIO_F_MEM_READ                                   128
    +# define BIO_F_MEM_WRITE                                  117
    +# define BIO_F_SSL_NEW                                    118
    +# define BIO_F_WSASTARTUP                                 119
     
     /* Reason codes. */
    -#define BIO_R_ACCEPT_ERROR				 100
    -#define BIO_R_BAD_FOPEN_MODE				 101
    -#define BIO_R_BAD_HOSTNAME_LOOKUP			 102
    -#define BIO_R_BROKEN_PIPE				 124
    -#define BIO_R_CONNECT_ERROR				 103
    -#define BIO_R_EOF_ON_MEMORY_BIO				 127
    -#define BIO_R_ERROR_SETTING_NBIO			 104
    -#define BIO_R_ERROR_SETTING_NBIO_ON_ACCEPTED_SOCKET	 105
    -#define BIO_R_ERROR_SETTING_NBIO_ON_ACCEPT_SOCKET	 106
    -#define BIO_R_GETHOSTBYNAME_ADDR_IS_NOT_AF_INET		 107
    -#define BIO_R_INVALID_ARGUMENT				 125
    -#define BIO_R_INVALID_IP_ADDRESS			 108
    -#define BIO_R_IN_USE					 123
    -#define BIO_R_KEEPALIVE					 109
    -#define BIO_R_NBIO_CONNECT_ERROR			 110
    -#define BIO_R_NO_ACCEPT_PORT_SPECIFIED			 111
    -#define BIO_R_NO_HOSTNAME_SPECIFIED			 112
    -#define BIO_R_NO_PORT_DEFINED				 113
    -#define BIO_R_NO_PORT_SPECIFIED				 114
    -#define BIO_R_NO_SUCH_FILE				 128
    -#define BIO_R_NULL_PARAMETER				 115
    -#define BIO_R_TAG_MISMATCH				 116
    -#define BIO_R_UNABLE_TO_BIND_SOCKET			 117
    -#define BIO_R_UNABLE_TO_CREATE_SOCKET			 118
    -#define BIO_R_UNABLE_TO_LISTEN_SOCKET			 119
    -#define BIO_R_UNINITIALIZED				 120
    -#define BIO_R_UNSUPPORTED_METHOD			 121
    -#define BIO_R_WRITE_TO_READ_ONLY_BIO			 126
    -#define BIO_R_WSASTARTUP				 122
    +# define BIO_R_ACCEPT_ERROR                               100
    +# define BIO_R_BAD_FOPEN_MODE                             101
    +# define BIO_R_BAD_HOSTNAME_LOOKUP                        102
    +# define BIO_R_BROKEN_PIPE                                124
    +# define BIO_R_CONNECT_ERROR                              103
    +# define BIO_R_EOF_ON_MEMORY_BIO                          127
    +# define BIO_R_ERROR_SETTING_NBIO                         104
    +# define BIO_R_ERROR_SETTING_NBIO_ON_ACCEPTED_SOCKET      105
    +# define BIO_R_ERROR_SETTING_NBIO_ON_ACCEPT_SOCKET        106
    +# define BIO_R_GETHOSTBYNAME_ADDR_IS_NOT_AF_INET          107
    +# define BIO_R_INVALID_ARGUMENT                           125
    +# define BIO_R_INVALID_IP_ADDRESS                         108
    +# define BIO_R_IN_USE                                     123
    +# define BIO_R_KEEPALIVE                                  109
    +# define BIO_R_NBIO_CONNECT_ERROR                         110
    +# define BIO_R_NO_ACCEPT_PORT_SPECIFIED                   111
    +# define BIO_R_NO_HOSTNAME_SPECIFIED                      112
    +# define BIO_R_NO_PORT_DEFINED                            113
    +# define BIO_R_NO_PORT_SPECIFIED                          114
    +# define BIO_R_NO_SUCH_FILE                               128
    +# define BIO_R_NULL_PARAMETER                             115
    +# define BIO_R_TAG_MISMATCH                               116
    +# define BIO_R_UNABLE_TO_BIND_SOCKET                      117
    +# define BIO_R_UNABLE_TO_CREATE_SOCKET                    118
    +# define BIO_R_UNABLE_TO_LISTEN_SOCKET                    119
    +# define BIO_R_UNINITIALIZED                              120
    +# define BIO_R_UNSUPPORTED_METHOD                         121
    +# define BIO_R_WRITE_TO_READ_ONLY_BIO                     126
    +# define BIO_R_WSASTARTUP                                 122
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/bio/bio_cb.c b/openssl/crypto/bio/bio_cb.c
    index 9bcbc321d..8715f5cbc 100644
    --- a/openssl/crypto/bio/bio_cb.c
    +++ b/openssl/crypto/bio/bio_cb.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -64,80 +64,79 @@
     #include 
     
     long MS_CALLBACK BIO_debug_callback(BIO *bio, int cmd, const char *argp,
    -	     int argi, long argl, long ret)
    -	{
    -	BIO *b;
    -	MS_STATIC char buf[256];
    -	char *p;
    -	long r=1;
    -	size_t p_maxlen;
    +                                    int argi, long argl, long ret)
    +{
    +    BIO *b;
    +    MS_STATIC char buf[256];
    +    char *p;
    +    long r = 1;
    +    size_t p_maxlen;
     
    -	if (BIO_CB_RETURN & cmd)
    -		r=ret;
    +    if (BIO_CB_RETURN & cmd)
    +        r = ret;
     
    -	BIO_snprintf(buf,sizeof buf,"BIO[%08lX]:",(unsigned long)bio);
    -	p= &(buf[14]);
    -	p_maxlen = sizeof buf - 14;
    -	switch (cmd)
    -		{
    -	case BIO_CB_FREE:
    -		BIO_snprintf(p,p_maxlen,"Free - %s\n",bio->method->name);
    -		break;
    -	case BIO_CB_READ:
    -		if (bio->method->type & BIO_TYPE_DESCRIPTOR)
    -			BIO_snprintf(p,p_maxlen,"read(%d,%lu) - %s fd=%d\n",
    -				 bio->num,(unsigned long)argi,
    -				 bio->method->name,bio->num);
    -		else
    -			BIO_snprintf(p,p_maxlen,"read(%d,%lu) - %s\n",
    -				 bio->num,(unsigned long)argi,
    -				 bio->method->name);
    -		break;
    -	case BIO_CB_WRITE:
    -		if (bio->method->type & BIO_TYPE_DESCRIPTOR)
    -			BIO_snprintf(p,p_maxlen,"write(%d,%lu) - %s fd=%d\n",
    -				 bio->num,(unsigned long)argi,
    -				 bio->method->name,bio->num);
    -		else
    -			BIO_snprintf(p,p_maxlen,"write(%d,%lu) - %s\n",
    -				 bio->num,(unsigned long)argi,
    -				 bio->method->name);
    -		break;
    -	case BIO_CB_PUTS:
    -		BIO_snprintf(p,p_maxlen,"puts() - %s\n",bio->method->name);
    -		break;
    -	case BIO_CB_GETS:
    -		BIO_snprintf(p,p_maxlen,"gets(%lu) - %s\n",(unsigned long)argi,bio->method->name);
    -		break;
    -	case BIO_CB_CTRL:
    -		BIO_snprintf(p,p_maxlen,"ctrl(%lu) - %s\n",(unsigned long)argi,bio->method->name);
    -		break;
    -	case BIO_CB_RETURN|BIO_CB_READ:
    -		BIO_snprintf(p,p_maxlen,"read return %ld\n",ret);
    -		break;
    -	case BIO_CB_RETURN|BIO_CB_WRITE:
    -		BIO_snprintf(p,p_maxlen,"write return %ld\n",ret);
    -		break;
    -	case BIO_CB_RETURN|BIO_CB_GETS:
    -		BIO_snprintf(p,p_maxlen,"gets return %ld\n",ret);
    -		break;
    -	case BIO_CB_RETURN|BIO_CB_PUTS:
    -		BIO_snprintf(p,p_maxlen,"puts return %ld\n",ret);
    -		break;
    -	case BIO_CB_RETURN|BIO_CB_CTRL:
    -		BIO_snprintf(p,p_maxlen,"ctrl return %ld\n",ret);
    -		break;
    -	default:
    -		BIO_snprintf(p,p_maxlen,"bio callback - unknown type (%d)\n",cmd);
    -		break;
    -		}
    +    BIO_snprintf(buf, sizeof buf, "BIO[%08lX]:", (unsigned long)bio);
    +    p = &(buf[14]);
    +    p_maxlen = sizeof buf - 14;
    +    switch (cmd) {
    +    case BIO_CB_FREE:
    +        BIO_snprintf(p, p_maxlen, "Free - %s\n", bio->method->name);
    +        break;
    +    case BIO_CB_READ:
    +        if (bio->method->type & BIO_TYPE_DESCRIPTOR)
    +            BIO_snprintf(p, p_maxlen, "read(%d,%lu) - %s fd=%d\n",
    +                         bio->num, (unsigned long)argi,
    +                         bio->method->name, bio->num);
    +        else
    +            BIO_snprintf(p, p_maxlen, "read(%d,%lu) - %s\n",
    +                         bio->num, (unsigned long)argi, bio->method->name);
    +        break;
    +    case BIO_CB_WRITE:
    +        if (bio->method->type & BIO_TYPE_DESCRIPTOR)
    +            BIO_snprintf(p, p_maxlen, "write(%d,%lu) - %s fd=%d\n",
    +                         bio->num, (unsigned long)argi,
    +                         bio->method->name, bio->num);
    +        else
    +            BIO_snprintf(p, p_maxlen, "write(%d,%lu) - %s\n",
    +                         bio->num, (unsigned long)argi, bio->method->name);
    +        break;
    +    case BIO_CB_PUTS:
    +        BIO_snprintf(p, p_maxlen, "puts() - %s\n", bio->method->name);
    +        break;
    +    case BIO_CB_GETS:
    +        BIO_snprintf(p, p_maxlen, "gets(%lu) - %s\n", (unsigned long)argi,
    +                     bio->method->name);
    +        break;
    +    case BIO_CB_CTRL:
    +        BIO_snprintf(p, p_maxlen, "ctrl(%lu) - %s\n", (unsigned long)argi,
    +                     bio->method->name);
    +        break;
    +    case BIO_CB_RETURN | BIO_CB_READ:
    +        BIO_snprintf(p, p_maxlen, "read return %ld\n", ret);
    +        break;
    +    case BIO_CB_RETURN | BIO_CB_WRITE:
    +        BIO_snprintf(p, p_maxlen, "write return %ld\n", ret);
    +        break;
    +    case BIO_CB_RETURN | BIO_CB_GETS:
    +        BIO_snprintf(p, p_maxlen, "gets return %ld\n", ret);
    +        break;
    +    case BIO_CB_RETURN | BIO_CB_PUTS:
    +        BIO_snprintf(p, p_maxlen, "puts return %ld\n", ret);
    +        break;
    +    case BIO_CB_RETURN | BIO_CB_CTRL:
    +        BIO_snprintf(p, p_maxlen, "ctrl return %ld\n", ret);
    +        break;
    +    default:
    +        BIO_snprintf(p, p_maxlen, "bio callback - unknown type (%d)\n", cmd);
    +        break;
    +    }
     
    -	b=(BIO *)bio->cb_arg;
    -	if (b != NULL)
    -		BIO_write(b,buf,strlen(buf));
    +    b = (BIO *)bio->cb_arg;
    +    if (b != NULL)
    +        BIO_write(b, buf, strlen(buf));
     #if !defined(OPENSSL_NO_STDIO) && !defined(OPENSSL_SYS_WIN16)
    -	else
    -		fputs(buf,stderr);
    +    else
    +        fputs(buf, stderr);
     #endif
    -	return(r);
    -	}
    +    return (r);
    +}
    diff --git a/openssl/crypto/bio/bio_err.c b/openssl/crypto/bio/bio_err.c
    index 0dbfbd80d..e8d3027c6 100644
    --- a/openssl/crypto/bio/bio_err.c
    +++ b/openssl/crypto/bio/bio_err.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* NOTE: this file was auto generated by the mkerr.pl script: any changes
    +/*
    + * NOTE: this file was auto generated by the mkerr.pl script: any changes
      * made to it will be overwritten when the script next updates this file,
      * only reason strings will be preserved.
      */
    @@ -65,91 +66,91 @@
     /* BEGIN ERROR CODES */
     #ifndef OPENSSL_NO_ERR
     
    -#define ERR_FUNC(func) ERR_PACK(ERR_LIB_BIO,func,0)
    -#define ERR_REASON(reason) ERR_PACK(ERR_LIB_BIO,0,reason)
    +# define ERR_FUNC(func) ERR_PACK(ERR_LIB_BIO,func,0)
    +# define ERR_REASON(reason) ERR_PACK(ERR_LIB_BIO,0,reason)
     
    -static ERR_STRING_DATA BIO_str_functs[]=
    -	{
    -{ERR_FUNC(BIO_F_ACPT_STATE),	"ACPT_STATE"},
    -{ERR_FUNC(BIO_F_BIO_ACCEPT),	"BIO_accept"},
    -{ERR_FUNC(BIO_F_BIO_BER_GET_HEADER),	"BIO_BER_GET_HEADER"},
    -{ERR_FUNC(BIO_F_BIO_CALLBACK_CTRL),	"BIO_callback_ctrl"},
    -{ERR_FUNC(BIO_F_BIO_CTRL),	"BIO_ctrl"},
    -{ERR_FUNC(BIO_F_BIO_GETHOSTBYNAME),	"BIO_gethostbyname"},
    -{ERR_FUNC(BIO_F_BIO_GETS),	"BIO_gets"},
    -{ERR_FUNC(BIO_F_BIO_GET_ACCEPT_SOCKET),	"BIO_get_accept_socket"},
    -{ERR_FUNC(BIO_F_BIO_GET_HOST_IP),	"BIO_get_host_ip"},
    -{ERR_FUNC(BIO_F_BIO_GET_PORT),	"BIO_get_port"},
    -{ERR_FUNC(BIO_F_BIO_MAKE_PAIR),	"BIO_MAKE_PAIR"},
    -{ERR_FUNC(BIO_F_BIO_NEW),	"BIO_new"},
    -{ERR_FUNC(BIO_F_BIO_NEW_FILE),	"BIO_new_file"},
    -{ERR_FUNC(BIO_F_BIO_NEW_MEM_BUF),	"BIO_new_mem_buf"},
    -{ERR_FUNC(BIO_F_BIO_NREAD),	"BIO_nread"},
    -{ERR_FUNC(BIO_F_BIO_NREAD0),	"BIO_nread0"},
    -{ERR_FUNC(BIO_F_BIO_NWRITE),	"BIO_nwrite"},
    -{ERR_FUNC(BIO_F_BIO_NWRITE0),	"BIO_nwrite0"},
    -{ERR_FUNC(BIO_F_BIO_PUTS),	"BIO_puts"},
    -{ERR_FUNC(BIO_F_BIO_READ),	"BIO_read"},
    -{ERR_FUNC(BIO_F_BIO_SOCK_INIT),	"BIO_sock_init"},
    -{ERR_FUNC(BIO_F_BIO_WRITE),	"BIO_write"},
    -{ERR_FUNC(BIO_F_BUFFER_CTRL),	"BUFFER_CTRL"},
    -{ERR_FUNC(BIO_F_CONN_CTRL),	"CONN_CTRL"},
    -{ERR_FUNC(BIO_F_CONN_STATE),	"CONN_STATE"},
    -{ERR_FUNC(BIO_F_DGRAM_SCTP_READ),	"DGRAM_SCTP_READ"},
    -{ERR_FUNC(BIO_F_FILE_CTRL),	"FILE_CTRL"},
    -{ERR_FUNC(BIO_F_FILE_READ),	"FILE_READ"},
    -{ERR_FUNC(BIO_F_LINEBUFFER_CTRL),	"LINEBUFFER_CTRL"},
    -{ERR_FUNC(BIO_F_MEM_READ),	"MEM_READ"},
    -{ERR_FUNC(BIO_F_MEM_WRITE),	"MEM_WRITE"},
    -{ERR_FUNC(BIO_F_SSL_NEW),	"SSL_new"},
    -{ERR_FUNC(BIO_F_WSASTARTUP),	"WSASTARTUP"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA BIO_str_functs[] = {
    +    {ERR_FUNC(BIO_F_ACPT_STATE), "ACPT_STATE"},
    +    {ERR_FUNC(BIO_F_BIO_ACCEPT), "BIO_accept"},
    +    {ERR_FUNC(BIO_F_BIO_BER_GET_HEADER), "BIO_BER_GET_HEADER"},
    +    {ERR_FUNC(BIO_F_BIO_CALLBACK_CTRL), "BIO_callback_ctrl"},
    +    {ERR_FUNC(BIO_F_BIO_CTRL), "BIO_ctrl"},
    +    {ERR_FUNC(BIO_F_BIO_GETHOSTBYNAME), "BIO_gethostbyname"},
    +    {ERR_FUNC(BIO_F_BIO_GETS), "BIO_gets"},
    +    {ERR_FUNC(BIO_F_BIO_GET_ACCEPT_SOCKET), "BIO_get_accept_socket"},
    +    {ERR_FUNC(BIO_F_BIO_GET_HOST_IP), "BIO_get_host_ip"},
    +    {ERR_FUNC(BIO_F_BIO_GET_PORT), "BIO_get_port"},
    +    {ERR_FUNC(BIO_F_BIO_MAKE_PAIR), "BIO_MAKE_PAIR"},
    +    {ERR_FUNC(BIO_F_BIO_NEW), "BIO_new"},
    +    {ERR_FUNC(BIO_F_BIO_NEW_FILE), "BIO_new_file"},
    +    {ERR_FUNC(BIO_F_BIO_NEW_MEM_BUF), "BIO_new_mem_buf"},
    +    {ERR_FUNC(BIO_F_BIO_NREAD), "BIO_nread"},
    +    {ERR_FUNC(BIO_F_BIO_NREAD0), "BIO_nread0"},
    +    {ERR_FUNC(BIO_F_BIO_NWRITE), "BIO_nwrite"},
    +    {ERR_FUNC(BIO_F_BIO_NWRITE0), "BIO_nwrite0"},
    +    {ERR_FUNC(BIO_F_BIO_PUTS), "BIO_puts"},
    +    {ERR_FUNC(BIO_F_BIO_READ), "BIO_read"},
    +    {ERR_FUNC(BIO_F_BIO_SOCK_INIT), "BIO_sock_init"},
    +    {ERR_FUNC(BIO_F_BIO_WRITE), "BIO_write"},
    +    {ERR_FUNC(BIO_F_BUFFER_CTRL), "BUFFER_CTRL"},
    +    {ERR_FUNC(BIO_F_CONN_CTRL), "CONN_CTRL"},
    +    {ERR_FUNC(BIO_F_CONN_STATE), "CONN_STATE"},
    +    {ERR_FUNC(BIO_F_DGRAM_SCTP_READ), "DGRAM_SCTP_READ"},
    +    {ERR_FUNC(BIO_F_FILE_CTRL), "FILE_CTRL"},
    +    {ERR_FUNC(BIO_F_FILE_READ), "FILE_READ"},
    +    {ERR_FUNC(BIO_F_LINEBUFFER_CTRL), "LINEBUFFER_CTRL"},
    +    {ERR_FUNC(BIO_F_MEM_READ), "MEM_READ"},
    +    {ERR_FUNC(BIO_F_MEM_WRITE), "MEM_WRITE"},
    +    {ERR_FUNC(BIO_F_SSL_NEW), "SSL_new"},
    +    {ERR_FUNC(BIO_F_WSASTARTUP), "WSASTARTUP"},
    +    {0, NULL}
    +};
     
    -static ERR_STRING_DATA BIO_str_reasons[]=
    -	{
    -{ERR_REASON(BIO_R_ACCEPT_ERROR)          ,"accept error"},
    -{ERR_REASON(BIO_R_BAD_FOPEN_MODE)        ,"bad fopen mode"},
    -{ERR_REASON(BIO_R_BAD_HOSTNAME_LOOKUP)   ,"bad hostname lookup"},
    -{ERR_REASON(BIO_R_BROKEN_PIPE)           ,"broken pipe"},
    -{ERR_REASON(BIO_R_CONNECT_ERROR)         ,"connect error"},
    -{ERR_REASON(BIO_R_EOF_ON_MEMORY_BIO)     ,"EOF on memory BIO"},
    -{ERR_REASON(BIO_R_ERROR_SETTING_NBIO)    ,"error setting nbio"},
    -{ERR_REASON(BIO_R_ERROR_SETTING_NBIO_ON_ACCEPTED_SOCKET),"error setting nbio on accepted socket"},
    -{ERR_REASON(BIO_R_ERROR_SETTING_NBIO_ON_ACCEPT_SOCKET),"error setting nbio on accept socket"},
    -{ERR_REASON(BIO_R_GETHOSTBYNAME_ADDR_IS_NOT_AF_INET),"gethostbyname addr is not af inet"},
    -{ERR_REASON(BIO_R_INVALID_ARGUMENT)      ,"invalid argument"},
    -{ERR_REASON(BIO_R_INVALID_IP_ADDRESS)    ,"invalid ip address"},
    -{ERR_REASON(BIO_R_IN_USE)                ,"in use"},
    -{ERR_REASON(BIO_R_KEEPALIVE)             ,"keepalive"},
    -{ERR_REASON(BIO_R_NBIO_CONNECT_ERROR)    ,"nbio connect error"},
    -{ERR_REASON(BIO_R_NO_ACCEPT_PORT_SPECIFIED),"no accept port specified"},
    -{ERR_REASON(BIO_R_NO_HOSTNAME_SPECIFIED) ,"no hostname specified"},
    -{ERR_REASON(BIO_R_NO_PORT_DEFINED)       ,"no port defined"},
    -{ERR_REASON(BIO_R_NO_PORT_SPECIFIED)     ,"no port specified"},
    -{ERR_REASON(BIO_R_NO_SUCH_FILE)          ,"no such file"},
    -{ERR_REASON(BIO_R_NULL_PARAMETER)        ,"null parameter"},
    -{ERR_REASON(BIO_R_TAG_MISMATCH)          ,"tag mismatch"},
    -{ERR_REASON(BIO_R_UNABLE_TO_BIND_SOCKET) ,"unable to bind socket"},
    -{ERR_REASON(BIO_R_UNABLE_TO_CREATE_SOCKET),"unable to create socket"},
    -{ERR_REASON(BIO_R_UNABLE_TO_LISTEN_SOCKET),"unable to listen socket"},
    -{ERR_REASON(BIO_R_UNINITIALIZED)         ,"uninitialized"},
    -{ERR_REASON(BIO_R_UNSUPPORTED_METHOD)    ,"unsupported method"},
    -{ERR_REASON(BIO_R_WRITE_TO_READ_ONLY_BIO),"write to read only BIO"},
    -{ERR_REASON(BIO_R_WSASTARTUP)            ,"WSAStartup"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA BIO_str_reasons[] = {
    +    {ERR_REASON(BIO_R_ACCEPT_ERROR), "accept error"},
    +    {ERR_REASON(BIO_R_BAD_FOPEN_MODE), "bad fopen mode"},
    +    {ERR_REASON(BIO_R_BAD_HOSTNAME_LOOKUP), "bad hostname lookup"},
    +    {ERR_REASON(BIO_R_BROKEN_PIPE), "broken pipe"},
    +    {ERR_REASON(BIO_R_CONNECT_ERROR), "connect error"},
    +    {ERR_REASON(BIO_R_EOF_ON_MEMORY_BIO), "EOF on memory BIO"},
    +    {ERR_REASON(BIO_R_ERROR_SETTING_NBIO), "error setting nbio"},
    +    {ERR_REASON(BIO_R_ERROR_SETTING_NBIO_ON_ACCEPTED_SOCKET),
    +     "error setting nbio on accepted socket"},
    +    {ERR_REASON(BIO_R_ERROR_SETTING_NBIO_ON_ACCEPT_SOCKET),
    +     "error setting nbio on accept socket"},
    +    {ERR_REASON(BIO_R_GETHOSTBYNAME_ADDR_IS_NOT_AF_INET),
    +     "gethostbyname addr is not af inet"},
    +    {ERR_REASON(BIO_R_INVALID_ARGUMENT), "invalid argument"},
    +    {ERR_REASON(BIO_R_INVALID_IP_ADDRESS), "invalid ip address"},
    +    {ERR_REASON(BIO_R_IN_USE), "in use"},
    +    {ERR_REASON(BIO_R_KEEPALIVE), "keepalive"},
    +    {ERR_REASON(BIO_R_NBIO_CONNECT_ERROR), "nbio connect error"},
    +    {ERR_REASON(BIO_R_NO_ACCEPT_PORT_SPECIFIED), "no accept port specified"},
    +    {ERR_REASON(BIO_R_NO_HOSTNAME_SPECIFIED), "no hostname specified"},
    +    {ERR_REASON(BIO_R_NO_PORT_DEFINED), "no port defined"},
    +    {ERR_REASON(BIO_R_NO_PORT_SPECIFIED), "no port specified"},
    +    {ERR_REASON(BIO_R_NO_SUCH_FILE), "no such file"},
    +    {ERR_REASON(BIO_R_NULL_PARAMETER), "null parameter"},
    +    {ERR_REASON(BIO_R_TAG_MISMATCH), "tag mismatch"},
    +    {ERR_REASON(BIO_R_UNABLE_TO_BIND_SOCKET), "unable to bind socket"},
    +    {ERR_REASON(BIO_R_UNABLE_TO_CREATE_SOCKET), "unable to create socket"},
    +    {ERR_REASON(BIO_R_UNABLE_TO_LISTEN_SOCKET), "unable to listen socket"},
    +    {ERR_REASON(BIO_R_UNINITIALIZED), "uninitialized"},
    +    {ERR_REASON(BIO_R_UNSUPPORTED_METHOD), "unsupported method"},
    +    {ERR_REASON(BIO_R_WRITE_TO_READ_ONLY_BIO), "write to read only BIO"},
    +    {ERR_REASON(BIO_R_WSASTARTUP), "WSAStartup"},
    +    {0, NULL}
    +};
     
     #endif
     
     void ERR_load_BIO_strings(void)
    -	{
    +{
     #ifndef OPENSSL_NO_ERR
     
    -	if (ERR_func_error_string(BIO_str_functs[0].error) == NULL)
    -		{
    -		ERR_load_strings(0,BIO_str_functs);
    -		ERR_load_strings(0,BIO_str_reasons);
    -		}
    +    if (ERR_func_error_string(BIO_str_functs[0].error) == NULL) {
    +        ERR_load_strings(0, BIO_str_functs);
    +        ERR_load_strings(0, BIO_str_reasons);
    +    }
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/bio/bio_lcl.h b/openssl/crypto/bio/bio_lcl.h
    index e7f7ec8d8..741884da8 100644
    --- a/openssl/crypto/bio/bio_lcl.h
    +++ b/openssl/crypto/bio/bio_lcl.h
    @@ -2,35 +2,35 @@
     
     #if BIO_FLAGS_UPLINK==0
     /* Shortcut UPLINK calls on most platforms... */
    -#define	UP_stdin	stdin
    -#define	UP_stdout	stdout
    -#define	UP_stderr	stderr
    -#define	UP_fprintf	fprintf
    -#define	UP_fgets	fgets
    -#define	UP_fread	fread
    -#define	UP_fwrite	fwrite
    -#undef	UP_fsetmod
    -#define	UP_feof		feof
    -#define	UP_fclose	fclose
    +# define UP_stdin        stdin
    +# define UP_stdout       stdout
    +# define UP_stderr       stderr
    +# define UP_fprintf      fprintf
    +# define UP_fgets        fgets
    +# define UP_fread        fread
    +# define UP_fwrite       fwrite
    +# undef  UP_fsetmod
    +# define UP_feof         feof
    +# define UP_fclose       fclose
     
    -#define	UP_fopen	fopen
    -#define	UP_fseek	fseek
    -#define	UP_ftell	ftell
    -#define	UP_fflush	fflush
    -#define	UP_ferror	ferror
    -#ifdef _WIN32
    -#define	UP_fileno	_fileno
    -#define	UP_open		_open
    -#define	UP_read		_read
    -#define	UP_write	_write
    -#define	UP_lseek	_lseek
    -#define	UP_close	_close
    -#else
    -#define	UP_fileno	fileno
    -#define	UP_open		open
    -#define	UP_read		read
    -#define	UP_write	write
    -#define	UP_lseek	lseek
    -#define	UP_close	close
    -#endif
    +# define UP_fopen        fopen
    +# define UP_fseek        fseek
    +# define UP_ftell        ftell
    +# define UP_fflush       fflush
    +# define UP_ferror       ferror
    +# ifdef _WIN32
    +#  define UP_fileno       _fileno
    +#  define UP_open         _open
    +#  define UP_read         _read
    +#  define UP_write        _write
    +#  define UP_lseek        _lseek
    +#  define UP_close        _close
    +# else
    +#  define UP_fileno       fileno
    +#  define UP_open         open
    +#  define UP_read         read
    +#  define UP_write        write
    +#  define UP_lseek        lseek
    +#  define UP_close        close
    +# endif
     #endif
    diff --git a/openssl/crypto/bio/bio_lib.c b/openssl/crypto/bio/bio_lib.c
    index 4793a453e..5267010cb 100644
    --- a/openssl/crypto/bio/bio_lib.c
    +++ b/openssl/crypto/bio/bio_lib.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -64,539 +64,531 @@
     #include 
     
     BIO *BIO_new(BIO_METHOD *method)
    -	{
    -	BIO *ret=NULL;
    -
    -	ret=(BIO *)OPENSSL_malloc(sizeof(BIO));
    -	if (ret == NULL)
    -		{
    -		BIOerr(BIO_F_BIO_NEW,ERR_R_MALLOC_FAILURE);
    -		return(NULL);
    -		}
    -	if (!BIO_set(ret,method))
    -		{
    -		OPENSSL_free(ret);
    -		ret=NULL;
    -		}
    -	return(ret);
    -	}
    +{
    +    BIO *ret = NULL;
    +
    +    ret = (BIO *)OPENSSL_malloc(sizeof(BIO));
    +    if (ret == NULL) {
    +        BIOerr(BIO_F_BIO_NEW, ERR_R_MALLOC_FAILURE);
    +        return (NULL);
    +    }
    +    if (!BIO_set(ret, method)) {
    +        OPENSSL_free(ret);
    +        ret = NULL;
    +    }
    +    return (ret);
    +}
     
     int BIO_set(BIO *bio, BIO_METHOD *method)
    -	{
    -	bio->method=method;
    -	bio->callback=NULL;
    -	bio->cb_arg=NULL;
    -	bio->init=0;
    -	bio->shutdown=1;
    -	bio->flags=0;
    -	bio->retry_reason=0;
    -	bio->num=0;
    -	bio->ptr=NULL;
    -	bio->prev_bio=NULL;
    -	bio->next_bio=NULL;
    -	bio->references=1;
    -	bio->num_read=0L;
    -	bio->num_write=0L;
    -	CRYPTO_new_ex_data(CRYPTO_EX_INDEX_BIO, bio, &bio->ex_data);
    -	if (method->create != NULL)
    -		if (!method->create(bio))
    -			{
    -			CRYPTO_free_ex_data(CRYPTO_EX_INDEX_BIO, bio,
    -					&bio->ex_data);
    -			return(0);
    -			}
    -	return(1);
    -	}
    +{
    +    bio->method = method;
    +    bio->callback = NULL;
    +    bio->cb_arg = NULL;
    +    bio->init = 0;
    +    bio->shutdown = 1;
    +    bio->flags = 0;
    +    bio->retry_reason = 0;
    +    bio->num = 0;
    +    bio->ptr = NULL;
    +    bio->prev_bio = NULL;
    +    bio->next_bio = NULL;
    +    bio->references = 1;
    +    bio->num_read = 0L;
    +    bio->num_write = 0L;
    +    CRYPTO_new_ex_data(CRYPTO_EX_INDEX_BIO, bio, &bio->ex_data);
    +    if (method->create != NULL)
    +        if (!method->create(bio)) {
    +            CRYPTO_free_ex_data(CRYPTO_EX_INDEX_BIO, bio, &bio->ex_data);
    +            return (0);
    +        }
    +    return (1);
    +}
     
     int BIO_free(BIO *a)
    -	{
    -	int i;
    +{
    +    int i;
     
    -	if (a == NULL) return(0);
    +    if (a == NULL)
    +        return (0);
     
    -	i=CRYPTO_add(&a->references,-1,CRYPTO_LOCK_BIO);
    +    i = CRYPTO_add(&a->references, -1, CRYPTO_LOCK_BIO);
     #ifdef REF_PRINT
    -	REF_PRINT("BIO",a);
    +    REF_PRINT("BIO", a);
     #endif
    -	if (i > 0) return(1);
    +    if (i > 0)
    +        return (1);
     #ifdef REF_CHECK
    -	if (i < 0)
    -		{
    -		fprintf(stderr,"BIO_free, bad reference count\n");
    -		abort();
    -		}
    +    if (i < 0) {
    +        fprintf(stderr, "BIO_free, bad reference count\n");
    +        abort();
    +    }
     #endif
    -	if ((a->callback != NULL) &&
    -		((i=(int)a->callback(a,BIO_CB_FREE,NULL,0,0L,1L)) <= 0))
    -			return(i);
    +    if ((a->callback != NULL) &&
    +        ((i = (int)a->callback(a, BIO_CB_FREE, NULL, 0, 0L, 1L)) <= 0))
    +        return (i);
     
    -	CRYPTO_free_ex_data(CRYPTO_EX_INDEX_BIO, a, &a->ex_data);
    +    CRYPTO_free_ex_data(CRYPTO_EX_INDEX_BIO, a, &a->ex_data);
     
    -	if ((a->method != NULL) && (a->method->destroy != NULL))
    -		a->method->destroy(a);
    -	OPENSSL_free(a);
    -	return(1);
    -	}
    +    if ((a->method != NULL) && (a->method->destroy != NULL))
    +        a->method->destroy(a);
    +    OPENSSL_free(a);
    +    return (1);
    +}
     
     void BIO_vfree(BIO *a)
    -    { BIO_free(a); }
    +{
    +    BIO_free(a);
    +}
     
     void BIO_clear_flags(BIO *b, int flags)
    -	{
    -	b->flags &= ~flags;
    -	}
    -
    -int	BIO_test_flags(const BIO *b, int flags)
    -	{
    -	return (b->flags & flags);
    -	}
    -
    -void	BIO_set_flags(BIO *b, int flags)
    -	{
    -	b->flags |= flags;
    -	}
    -
    -long (*BIO_get_callback(const BIO *b))(struct bio_st *,int,const char *,int, long,long)
    -	{
    -	return b->callback;
    -	}
    -
    -void BIO_set_callback(BIO *b, long (*cb)(struct bio_st *,int,const char *,int, long,long))
    -	{
    -	b->callback = cb;
    -	}
    +{
    +    b->flags &= ~flags;
    +}
    +
    +int BIO_test_flags(const BIO *b, int flags)
    +{
    +    return (b->flags & flags);
    +}
    +
    +void BIO_set_flags(BIO *b, int flags)
    +{
    +    b->flags |= flags;
    +}
    +
    +long (*BIO_get_callback(const BIO *b)) (struct bio_st *, int, const char *,
    +                                        int, long, long) {
    +    return b->callback;
    +}
    +
    +void BIO_set_callback(BIO *b,
    +                      long (*cb) (struct bio_st *, int, const char *, int,
    +                                  long, long))
    +{
    +    b->callback = cb;
    +}
     
     void BIO_set_callback_arg(BIO *b, char *arg)
    -	{
    -	b->cb_arg = arg;
    -	}
    +{
    +    b->cb_arg = arg;
    +}
     
    -char * BIO_get_callback_arg(const BIO *b)
    -	{
    -	return b->cb_arg;
    -	}
    +char *BIO_get_callback_arg(const BIO *b)
    +{
    +    return b->cb_arg;
    +}
     
    -const char * BIO_method_name(const BIO *b)
    -	{
    -	return b->method->name;
    -	}
    +const char *BIO_method_name(const BIO *b)
    +{
    +    return b->method->name;
    +}
     
     int BIO_method_type(const BIO *b)
    -	{
    -	return b->method->type;
    -	}
    -
    +{
    +    return b->method->type;
    +}
     
     int BIO_read(BIO *b, void *out, int outl)
    -	{
    -	int i;
    -	long (*cb)(BIO *,int,const char *,int,long,long);
    +{
    +    int i;
    +    long (*cb) (BIO *, int, const char *, int, long, long);
     
    -	if ((b == NULL) || (b->method == NULL) || (b->method->bread == NULL))
    -		{
    -		BIOerr(BIO_F_BIO_READ,BIO_R_UNSUPPORTED_METHOD);
    -		return(-2);
    -		}
    +    if ((b == NULL) || (b->method == NULL) || (b->method->bread == NULL)) {
    +        BIOerr(BIO_F_BIO_READ, BIO_R_UNSUPPORTED_METHOD);
    +        return (-2);
    +    }
     
    -	cb=b->callback;
    -	if ((cb != NULL) &&
    -		((i=(int)cb(b,BIO_CB_READ,out,outl,0L,1L)) <= 0))
    -			return(i);
    +    cb = b->callback;
    +    if ((cb != NULL) &&
    +        ((i = (int)cb(b, BIO_CB_READ, out, outl, 0L, 1L)) <= 0))
    +        return (i);
     
    -	if (!b->init)
    -		{
    -		BIOerr(BIO_F_BIO_READ,BIO_R_UNINITIALIZED);
    -		return(-2);
    -		}
    +    if (!b->init) {
    +        BIOerr(BIO_F_BIO_READ, BIO_R_UNINITIALIZED);
    +        return (-2);
    +    }
     
    -	i=b->method->bread(b,out,outl);
    +    i = b->method->bread(b, out, outl);
     
    -	if (i > 0) b->num_read+=(unsigned long)i;
    +    if (i > 0)
    +        b->num_read += (unsigned long)i;
     
    -	if (cb != NULL)
    -		i=(int)cb(b,BIO_CB_READ|BIO_CB_RETURN,out,outl,
    -			0L,(long)i);
    -	return(i);
    -	}
    +    if (cb != NULL)
    +        i = (int)cb(b, BIO_CB_READ | BIO_CB_RETURN, out, outl, 0L, (long)i);
    +    return (i);
    +}
     
     int BIO_write(BIO *b, const void *in, int inl)
    -	{
    -	int i;
    -	long (*cb)(BIO *,int,const char *,int,long,long);
    +{
    +    int i;
    +    long (*cb) (BIO *, int, const char *, int, long, long);
     
    -	if (b == NULL)
    -		return(0);
    +    if (b == NULL)
    +        return (0);
     
    -	cb=b->callback;
    -	if ((b->method == NULL) || (b->method->bwrite == NULL))
    -		{
    -		BIOerr(BIO_F_BIO_WRITE,BIO_R_UNSUPPORTED_METHOD);
    -		return(-2);
    -		}
    +    cb = b->callback;
    +    if ((b->method == NULL) || (b->method->bwrite == NULL)) {
    +        BIOerr(BIO_F_BIO_WRITE, BIO_R_UNSUPPORTED_METHOD);
    +        return (-2);
    +    }
     
    -	if ((cb != NULL) &&
    -		((i=(int)cb(b,BIO_CB_WRITE,in,inl,0L,1L)) <= 0))
    -			return(i);
    +    if ((cb != NULL) &&
    +        ((i = (int)cb(b, BIO_CB_WRITE, in, inl, 0L, 1L)) <= 0))
    +        return (i);
     
    -	if (!b->init)
    -		{
    -		BIOerr(BIO_F_BIO_WRITE,BIO_R_UNINITIALIZED);
    -		return(-2);
    -		}
    +    if (!b->init) {
    +        BIOerr(BIO_F_BIO_WRITE, BIO_R_UNINITIALIZED);
    +        return (-2);
    +    }
     
    -	i=b->method->bwrite(b,in,inl);
    +    i = b->method->bwrite(b, in, inl);
     
    -	if (i > 0) b->num_write+=(unsigned long)i;
    +    if (i > 0)
    +        b->num_write += (unsigned long)i;
     
    -	if (cb != NULL)
    -		i=(int)cb(b,BIO_CB_WRITE|BIO_CB_RETURN,in,inl,
    -			0L,(long)i);
    -	return(i);
    -	}
    +    if (cb != NULL)
    +        i = (int)cb(b, BIO_CB_WRITE | BIO_CB_RETURN, in, inl, 0L, (long)i);
    +    return (i);
    +}
     
     int BIO_puts(BIO *b, const char *in)
    -	{
    -	int i;
    -	long (*cb)(BIO *,int,const char *,int,long,long);
    +{
    +    int i;
    +    long (*cb) (BIO *, int, const char *, int, long, long);
     
    -	if ((b == NULL) || (b->method == NULL) || (b->method->bputs == NULL))
    -		{
    -		BIOerr(BIO_F_BIO_PUTS,BIO_R_UNSUPPORTED_METHOD);
    -		return(-2);
    -		}
    +    if ((b == NULL) || (b->method == NULL) || (b->method->bputs == NULL)) {
    +        BIOerr(BIO_F_BIO_PUTS, BIO_R_UNSUPPORTED_METHOD);
    +        return (-2);
    +    }
     
    -	cb=b->callback;
    +    cb = b->callback;
     
    -	if ((cb != NULL) &&
    -		((i=(int)cb(b,BIO_CB_PUTS,in,0,0L,1L)) <= 0))
    -			return(i);
    +    if ((cb != NULL) && ((i = (int)cb(b, BIO_CB_PUTS, in, 0, 0L, 1L)) <= 0))
    +        return (i);
     
    -	if (!b->init)
    -		{
    -		BIOerr(BIO_F_BIO_PUTS,BIO_R_UNINITIALIZED);
    -		return(-2);
    -		}
    +    if (!b->init) {
    +        BIOerr(BIO_F_BIO_PUTS, BIO_R_UNINITIALIZED);
    +        return (-2);
    +    }
     
    -	i=b->method->bputs(b,in);
    +    i = b->method->bputs(b, in);
     
    -	if (i > 0) b->num_write+=(unsigned long)i;
    +    if (i > 0)
    +        b->num_write += (unsigned long)i;
     
    -	if (cb != NULL)
    -		i=(int)cb(b,BIO_CB_PUTS|BIO_CB_RETURN,in,0,
    -			0L,(long)i);
    -	return(i);
    -	}
    +    if (cb != NULL)
    +        i = (int)cb(b, BIO_CB_PUTS | BIO_CB_RETURN, in, 0, 0L, (long)i);
    +    return (i);
    +}
     
     int BIO_gets(BIO *b, char *in, int inl)
    -	{
    -	int i;
    -	long (*cb)(BIO *,int,const char *,int,long,long);
    -
    -	if ((b == NULL) || (b->method == NULL) || (b->method->bgets == NULL))
    -		{
    -		BIOerr(BIO_F_BIO_GETS,BIO_R_UNSUPPORTED_METHOD);
    -		return(-2);
    -		}
    -
    -	cb=b->callback;
    -
    -	if ((cb != NULL) &&
    -		((i=(int)cb(b,BIO_CB_GETS,in,inl,0L,1L)) <= 0))
    -			return(i);
    -
    -	if (!b->init)
    -		{
    -		BIOerr(BIO_F_BIO_GETS,BIO_R_UNINITIALIZED);
    -		return(-2);
    -		}
    -
    -	i=b->method->bgets(b,in,inl);
    -
    -	if (cb != NULL)
    -		i=(int)cb(b,BIO_CB_GETS|BIO_CB_RETURN,in,inl,
    -			0L,(long)i);
    -	return(i);
    -	}
    -
    -int BIO_indent(BIO *b,int indent,int max)
    -	{
    -	if(indent < 0)
    -		indent=0;
    -	if(indent > max)
    -		indent=max;
    -	while(indent--)
    -		if(BIO_puts(b," ") != 1)
    -			return 0;
    -	return 1;
    -	}
    +{
    +    int i;
    +    long (*cb) (BIO *, int, const char *, int, long, long);
    +
    +    if ((b == NULL) || (b->method == NULL) || (b->method->bgets == NULL)) {
    +        BIOerr(BIO_F_BIO_GETS, BIO_R_UNSUPPORTED_METHOD);
    +        return (-2);
    +    }
    +
    +    cb = b->callback;
    +
    +    if ((cb != NULL) && ((i = (int)cb(b, BIO_CB_GETS, in, inl, 0L, 1L)) <= 0))
    +        return (i);
    +
    +    if (!b->init) {
    +        BIOerr(BIO_F_BIO_GETS, BIO_R_UNINITIALIZED);
    +        return (-2);
    +    }
    +
    +    i = b->method->bgets(b, in, inl);
    +
    +    if (cb != NULL)
    +        i = (int)cb(b, BIO_CB_GETS | BIO_CB_RETURN, in, inl, 0L, (long)i);
    +    return (i);
    +}
    +
    +int BIO_indent(BIO *b, int indent, int max)
    +{
    +    if (indent < 0)
    +        indent = 0;
    +    if (indent > max)
    +        indent = max;
    +    while (indent--)
    +        if (BIO_puts(b, " ") != 1)
    +            return 0;
    +    return 1;
    +}
     
     long BIO_int_ctrl(BIO *b, int cmd, long larg, int iarg)
    -	{
    -	int i;
    +{
    +    int i;
     
    -	i=iarg;
    -	return(BIO_ctrl(b,cmd,larg,(char *)&i));
    -	}
    +    i = iarg;
    +    return (BIO_ctrl(b, cmd, larg, (char *)&i));
    +}
     
     char *BIO_ptr_ctrl(BIO *b, int cmd, long larg)
    -	{
    -	char *p=NULL;
    +{
    +    char *p = NULL;
     
    -	if (BIO_ctrl(b,cmd,larg,(char *)&p) <= 0)
    -		return(NULL);
    -	else
    -		return(p);
    -	}
    +    if (BIO_ctrl(b, cmd, larg, (char *)&p) <= 0)
    +        return (NULL);
    +    else
    +        return (p);
    +}
     
     long BIO_ctrl(BIO *b, int cmd, long larg, void *parg)
    -	{
    -	long ret;
    -	long (*cb)(BIO *,int,const char *,int,long,long);
    +{
    +    long ret;
    +    long (*cb) (BIO *, int, const char *, int, long, long);
     
    -	if (b == NULL) return(0);
    +    if (b == NULL)
    +        return (0);
     
    -	if ((b->method == NULL) || (b->method->ctrl == NULL))
    -		{
    -		BIOerr(BIO_F_BIO_CTRL,BIO_R_UNSUPPORTED_METHOD);
    -		return(-2);
    -		}
    +    if ((b->method == NULL) || (b->method->ctrl == NULL)) {
    +        BIOerr(BIO_F_BIO_CTRL, BIO_R_UNSUPPORTED_METHOD);
    +        return (-2);
    +    }
     
    -	cb=b->callback;
    +    cb = b->callback;
     
    -	if ((cb != NULL) &&
    -		((ret=cb(b,BIO_CB_CTRL,parg,cmd,larg,1L)) <= 0))
    -		return(ret);
    +    if ((cb != NULL) &&
    +        ((ret = cb(b, BIO_CB_CTRL, parg, cmd, larg, 1L)) <= 0))
    +        return (ret);
     
    -	ret=b->method->ctrl(b,cmd,larg,parg);
    +    ret = b->method->ctrl(b, cmd, larg, parg);
     
    -	if (cb != NULL)
    -		ret=cb(b,BIO_CB_CTRL|BIO_CB_RETURN,parg,cmd,
    -			larg,ret);
    -	return(ret);
    -	}
    +    if (cb != NULL)
    +        ret = cb(b, BIO_CB_CTRL | BIO_CB_RETURN, parg, cmd, larg, ret);
    +    return (ret);
    +}
     
    -long BIO_callback_ctrl(BIO *b, int cmd, void (*fp)(struct bio_st *, int, const char *, int, long, long))
    -	{
    -	long ret;
    -	long (*cb)(BIO *,int,const char *,int,long,long);
    +long BIO_callback_ctrl(BIO *b, int cmd,
    +                       void (*fp) (struct bio_st *, int, const char *, int,
    +                                   long, long))
    +{
    +    long ret;
    +    long (*cb) (BIO *, int, const char *, int, long, long);
     
    -	if (b == NULL) return(0);
    +    if (b == NULL)
    +        return (0);
     
    -	if ((b->method == NULL) || (b->method->callback_ctrl == NULL))
    -		{
    -		BIOerr(BIO_F_BIO_CALLBACK_CTRL,BIO_R_UNSUPPORTED_METHOD);
    -		return(-2);
    -		}
    +    if ((b->method == NULL) || (b->method->callback_ctrl == NULL)) {
    +        BIOerr(BIO_F_BIO_CALLBACK_CTRL, BIO_R_UNSUPPORTED_METHOD);
    +        return (-2);
    +    }
     
    -	cb=b->callback;
    +    cb = b->callback;
     
    -	if ((cb != NULL) &&
    -		((ret=cb(b,BIO_CB_CTRL,(void *)&fp,cmd,0,1L)) <= 0))
    -		return(ret);
    +    if ((cb != NULL) &&
    +        ((ret = cb(b, BIO_CB_CTRL, (void *)&fp, cmd, 0, 1L)) <= 0))
    +        return (ret);
     
    -	ret=b->method->callback_ctrl(b,cmd,fp);
    +    ret = b->method->callback_ctrl(b, cmd, fp);
     
    -	if (cb != NULL)
    -		ret=cb(b,BIO_CB_CTRL|BIO_CB_RETURN,(void *)&fp,cmd,
    -			0,ret);
    -	return(ret);
    -	}
    +    if (cb != NULL)
    +        ret = cb(b, BIO_CB_CTRL | BIO_CB_RETURN, (void *)&fp, cmd, 0, ret);
    +    return (ret);
    +}
     
    -/* It is unfortunate to duplicate in functions what the BIO_(w)pending macros
    +/*
    + * It is unfortunate to duplicate in functions what the BIO_(w)pending macros
      * do; but those macros have inappropriate return type, and for interfacing
    - * from other programming languages, C macros aren't much of a help anyway. */
    + * from other programming languages, C macros aren't much of a help anyway.
    + */
     size_t BIO_ctrl_pending(BIO *bio)
    -	{
    -	return BIO_ctrl(bio, BIO_CTRL_PENDING, 0, NULL);
    -	}
    +{
    +    return BIO_ctrl(bio, BIO_CTRL_PENDING, 0, NULL);
    +}
     
     size_t BIO_ctrl_wpending(BIO *bio)
    -	{
    -	return BIO_ctrl(bio, BIO_CTRL_WPENDING, 0, NULL);
    -	}
    -
    +{
    +    return BIO_ctrl(bio, BIO_CTRL_WPENDING, 0, NULL);
    +}
     
     /* put the 'bio' on the end of b's list of operators */
     BIO *BIO_push(BIO *b, BIO *bio)
    -	{
    -	BIO *lb;
    -
    -	if (b == NULL) return(bio);
    -	lb=b;
    -	while (lb->next_bio != NULL)
    -		lb=lb->next_bio;
    -	lb->next_bio=bio;
    -	if (bio != NULL)
    -		bio->prev_bio=lb;
    -	/* called to do internal processing */
    -	BIO_ctrl(b,BIO_CTRL_PUSH,0,lb);
    -	return(b);
    -	}
    +{
    +    BIO *lb;
    +
    +    if (b == NULL)
    +        return (bio);
    +    lb = b;
    +    while (lb->next_bio != NULL)
    +        lb = lb->next_bio;
    +    lb->next_bio = bio;
    +    if (bio != NULL)
    +        bio->prev_bio = lb;
    +    /* called to do internal processing */
    +    BIO_ctrl(b, BIO_CTRL_PUSH, 0, lb);
    +    return (b);
    +}
     
     /* Remove the first and return the rest */
     BIO *BIO_pop(BIO *b)
    -	{
    -	BIO *ret;
    +{
    +    BIO *ret;
     
    -	if (b == NULL) return(NULL);
    -	ret=b->next_bio;
    +    if (b == NULL)
    +        return (NULL);
    +    ret = b->next_bio;
     
    -	BIO_ctrl(b,BIO_CTRL_POP,0,b);
    +    BIO_ctrl(b, BIO_CTRL_POP, 0, b);
     
    -	if (b->prev_bio != NULL)
    -		b->prev_bio->next_bio=b->next_bio;
    -	if (b->next_bio != NULL)
    -		b->next_bio->prev_bio=b->prev_bio;
    +    if (b->prev_bio != NULL)
    +        b->prev_bio->next_bio = b->next_bio;
    +    if (b->next_bio != NULL)
    +        b->next_bio->prev_bio = b->prev_bio;
     
    -	b->next_bio=NULL;
    -	b->prev_bio=NULL;
    -	return(ret);
    -	}
    +    b->next_bio = NULL;
    +    b->prev_bio = NULL;
    +    return (ret);
    +}
     
     BIO *BIO_get_retry_BIO(BIO *bio, int *reason)
    -	{
    -	BIO *b,*last;
    -
    -	b=last=bio;
    -	for (;;)
    -		{
    -		if (!BIO_should_retry(b)) break;
    -		last=b;
    -		b=b->next_bio;
    -		if (b == NULL) break;
    -		}
    -	if (reason != NULL) *reason=last->retry_reason;
    -	return(last);
    -	}
    +{
    +    BIO *b, *last;
    +
    +    b = last = bio;
    +    for (;;) {
    +        if (!BIO_should_retry(b))
    +            break;
    +        last = b;
    +        b = b->next_bio;
    +        if (b == NULL)
    +            break;
    +    }
    +    if (reason != NULL)
    +        *reason = last->retry_reason;
    +    return (last);
    +}
     
     int BIO_get_retry_reason(BIO *bio)
    -	{
    -	return(bio->retry_reason);
    -	}
    +{
    +    return (bio->retry_reason);
    +}
     
     BIO *BIO_find_type(BIO *bio, int type)
    -	{
    -	int mt,mask;
    -
    -	if(!bio) return NULL;
    -	mask=type&0xff;
    -	do	{
    -		if (bio->method != NULL)
    -			{
    -			mt=bio->method->type;
    -
    -			if (!mask)
    -				{
    -				if (mt & type) return(bio);
    -				}
    -			else if (mt == type)
    -				return(bio);
    -			}
    -		bio=bio->next_bio;
    -		} while (bio != NULL);
    -	return(NULL);
    -	}
    +{
    +    int mt, mask;
    +
    +    if (!bio)
    +        return NULL;
    +    mask = type & 0xff;
    +    do {
    +        if (bio->method != NULL) {
    +            mt = bio->method->type;
    +
    +            if (!mask) {
    +                if (mt & type)
    +                    return (bio);
    +            } else if (mt == type)
    +                return (bio);
    +        }
    +        bio = bio->next_bio;
    +    } while (bio != NULL);
    +    return (NULL);
    +}
     
     BIO *BIO_next(BIO *b)
    -	{
    -	if(!b) return NULL;
    -	return b->next_bio;
    -	}
    +{
    +    if (!b)
    +        return NULL;
    +    return b->next_bio;
    +}
     
     void BIO_free_all(BIO *bio)
    -	{
    -	BIO *b;
    -	int ref;
    -
    -	while (bio != NULL)
    -		{
    -		b=bio;
    -		ref=b->references;
    -		bio=bio->next_bio;
    -		BIO_free(b);
    -		/* Since ref count > 1, don't free anyone else. */
    -		if (ref > 1) break;
    -		}
    -	}
    +{
    +    BIO *b;
    +    int ref;
    +
    +    while (bio != NULL) {
    +        b = bio;
    +        ref = b->references;
    +        bio = bio->next_bio;
    +        BIO_free(b);
    +        /* Since ref count > 1, don't free anyone else. */
    +        if (ref > 1)
    +            break;
    +    }
    +}
     
     BIO *BIO_dup_chain(BIO *in)
    -	{
    -	BIO *ret=NULL,*eoc=NULL,*bio,*new_bio;
    -
    -	for (bio=in; bio != NULL; bio=bio->next_bio)
    -		{
    -		if ((new_bio=BIO_new(bio->method)) == NULL) goto err;
    -		new_bio->callback=bio->callback;
    -		new_bio->cb_arg=bio->cb_arg;
    -		new_bio->init=bio->init;
    -		new_bio->shutdown=bio->shutdown;
    -		new_bio->flags=bio->flags;
    -
    -		/* This will let SSL_s_sock() work with stdin/stdout */
    -		new_bio->num=bio->num;
    -
    -		if (!BIO_dup_state(bio,(char *)new_bio))
    -			{
    -			BIO_free(new_bio);
    -			goto err;
    -			}
    -
    -		/* copy app data */
    -		if (!CRYPTO_dup_ex_data(CRYPTO_EX_INDEX_BIO, &new_bio->ex_data,
    -					&bio->ex_data))
    -			goto err;
    -
    -		if (ret == NULL)
    -			{
    -			eoc=new_bio;
    -			ret=eoc;
    -			}
    -		else
    -			{
    -			BIO_push(eoc,new_bio);
    -			eoc=new_bio;
    -			}
    -		}
    -	return(ret);
    -err:
    -	if (ret != NULL)
    -		BIO_free(ret);
    -	return(NULL);	
    -	}
    +{
    +    BIO *ret = NULL, *eoc = NULL, *bio, *new_bio;
    +
    +    for (bio = in; bio != NULL; bio = bio->next_bio) {
    +        if ((new_bio = BIO_new(bio->method)) == NULL)
    +            goto err;
    +        new_bio->callback = bio->callback;
    +        new_bio->cb_arg = bio->cb_arg;
    +        new_bio->init = bio->init;
    +        new_bio->shutdown = bio->shutdown;
    +        new_bio->flags = bio->flags;
    +
    +        /* This will let SSL_s_sock() work with stdin/stdout */
    +        new_bio->num = bio->num;
    +
    +        if (!BIO_dup_state(bio, (char *)new_bio)) {
    +            BIO_free(new_bio);
    +            goto err;
    +        }
    +
    +        /* copy app data */
    +        if (!CRYPTO_dup_ex_data(CRYPTO_EX_INDEX_BIO, &new_bio->ex_data,
    +                                &bio->ex_data))
    +            goto err;
    +
    +        if (ret == NULL) {
    +            eoc = new_bio;
    +            ret = eoc;
    +        } else {
    +            BIO_push(eoc, new_bio);
    +            eoc = new_bio;
    +        }
    +    }
    +    return (ret);
    + err:
    +    if (ret != NULL)
    +        BIO_free(ret);
    +    return (NULL);
    +}
     
     void BIO_copy_next_retry(BIO *b)
    -	{
    -	BIO_set_flags(b,BIO_get_retry_flags(b->next_bio));
    -	b->retry_reason=b->next_bio->retry_reason;
    -	}
    +{
    +    BIO_set_flags(b, BIO_get_retry_flags(b->next_bio));
    +    b->retry_reason = b->next_bio->retry_reason;
    +}
     
     int BIO_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
    -	     CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func)
    -	{
    -	return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_BIO, argl, argp,
    -				new_func, dup_func, free_func);
    -	}
    +                         CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func)
    +{
    +    return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_BIO, argl, argp,
    +                                   new_func, dup_func, free_func);
    +}
     
     int BIO_set_ex_data(BIO *bio, int idx, void *data)
    -	{
    -	return(CRYPTO_set_ex_data(&(bio->ex_data),idx,data));
    -	}
    +{
    +    return (CRYPTO_set_ex_data(&(bio->ex_data), idx, data));
    +}
     
     void *BIO_get_ex_data(BIO *bio, int idx)
    -	{
    -	return(CRYPTO_get_ex_data(&(bio->ex_data),idx));
    -	}
    +{
    +    return (CRYPTO_get_ex_data(&(bio->ex_data), idx));
    +}
     
     unsigned long BIO_number_read(BIO *bio)
     {
    -	if(bio) return bio->num_read;
    -	return 0;
    +    if (bio)
    +        return bio->num_read;
    +    return 0;
     }
     
     unsigned long BIO_number_written(BIO *bio)
     {
    -	if(bio) return bio->num_write;
    -	return 0;
    +    if (bio)
    +        return bio->num_write;
    +    return 0;
     }
     
     IMPLEMENT_STACK_OF(BIO)
    diff --git a/openssl/crypto/bio/bss_acpt.c b/openssl/crypto/bio/bss_acpt.c
    index 5d49e1a72..4a5e39bd3 100644
    --- a/openssl/crypto/bio/bss_acpt.c
    +++ b/openssl/crypto/bio/bss_acpt.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -64,33 +64,32 @@
     
     #ifndef OPENSSL_NO_SOCK
     
    -#ifdef OPENSSL_SYS_WIN16
    -#define SOCKET_PROTOCOL 0 /* more microsoft stupidity */
    -#else
    -#define SOCKET_PROTOCOL IPPROTO_TCP
    -#endif
    +# ifdef OPENSSL_SYS_WIN16
    +#  define SOCKET_PROTOCOL 0     /* more microsoft stupidity */
    +# else
    +#  define SOCKET_PROTOCOL IPPROTO_TCP
    +# endif
     
    -#if (defined(OPENSSL_SYS_VMS) && __VMS_VER < 70000000)
    +# if (defined(OPENSSL_SYS_VMS) && __VMS_VER < 70000000)
     /* FIONBIO used as a switch to enable ioctl, and that isn't in VMS < 7.0 */
    -#undef FIONBIO
    -#endif
    -
    -typedef struct bio_accept_st
    -	{
    -	int state;
    -	char *param_addr;
    -
    -	int accept_sock;
    -	int accept_nbio;
    -
    -	char *addr;
    -	int nbio;
    -	/* If 0, it means normal, if 1, do a connect on bind failure,
    -	 * and if there is no-one listening, bind with SO_REUSEADDR.
    -	 * If 2, always use SO_REUSEADDR. */
    -	int bind_mode;
    -	BIO *bio_chain;
    -	} BIO_ACCEPT;
    +#  undef FIONBIO
    +# endif
    +
    +typedef struct bio_accept_st {
    +    int state;
    +    char *param_addr;
    +    int accept_sock;
    +    int accept_nbio;
    +    char *addr;
    +    int nbio;
    +    /*
    +     * If 0, it means normal, if 1, do a connect on bind failure, and if
    +     * there is no-one listening, bind with SO_REUSEADDR. If 2, always use
    +     * SO_REUSEADDR.
    +     */
    +    int bind_mode;
    +    BIO *bio_chain;
    +} BIO_ACCEPT;
     
     static int acpt_write(BIO *h, const char *buf, int num);
     static int acpt_read(BIO *h, char *buf, int size);
    @@ -100,379 +99,365 @@ static int acpt_new(BIO *h);
     static int acpt_free(BIO *data);
     static int acpt_state(BIO *b, BIO_ACCEPT *c);
     static void acpt_close_socket(BIO *data);
    -static BIO_ACCEPT *BIO_ACCEPT_new(void );
    +static BIO_ACCEPT *BIO_ACCEPT_new(void);
     static void BIO_ACCEPT_free(BIO_ACCEPT *a);
     
    -#define ACPT_S_BEFORE			1
    -#define ACPT_S_GET_ACCEPT_SOCKET	2
    -#define ACPT_S_OK			3
    -
    -static BIO_METHOD methods_acceptp=
    -	{
    -	BIO_TYPE_ACCEPT,
    -	"socket accept",
    -	acpt_write,
    -	acpt_read,
    -	acpt_puts,
    -	NULL, /* connect_gets, */
    -	acpt_ctrl,
    -	acpt_new,
    -	acpt_free,
    -	NULL,
    -	};
    +# define ACPT_S_BEFORE                   1
    +# define ACPT_S_GET_ACCEPT_SOCKET        2
    +# define ACPT_S_OK                       3
    +
    +static BIO_METHOD methods_acceptp = {
    +    BIO_TYPE_ACCEPT,
    +    "socket accept",
    +    acpt_write,
    +    acpt_read,
    +    acpt_puts,
    +    NULL,                       /* connect_gets, */
    +    acpt_ctrl,
    +    acpt_new,
    +    acpt_free,
    +    NULL,
    +};
     
     BIO_METHOD *BIO_s_accept(void)
    -	{
    -	return(&methods_acceptp);
    -	}
    +{
    +    return (&methods_acceptp);
    +}
     
     static int acpt_new(BIO *bi)
    -	{
    -	BIO_ACCEPT *ba;
    -
    -	bi->init=0;
    -	bi->num=INVALID_SOCKET;
    -	bi->flags=0;
    -	if ((ba=BIO_ACCEPT_new()) == NULL)
    -		return(0);
    -	bi->ptr=(char *)ba;
    -	ba->state=ACPT_S_BEFORE;
    -	bi->shutdown=1;
    -	return(1);
    -	}
    +{
    +    BIO_ACCEPT *ba;
    +
    +    bi->init = 0;
    +    bi->num = INVALID_SOCKET;
    +    bi->flags = 0;
    +    if ((ba = BIO_ACCEPT_new()) == NULL)
    +        return (0);
    +    bi->ptr = (char *)ba;
    +    ba->state = ACPT_S_BEFORE;
    +    bi->shutdown = 1;
    +    return (1);
    +}
     
     static BIO_ACCEPT *BIO_ACCEPT_new(void)
    -	{
    -	BIO_ACCEPT *ret;
    +{
    +    BIO_ACCEPT *ret;
     
    -	if ((ret=(BIO_ACCEPT *)OPENSSL_malloc(sizeof(BIO_ACCEPT))) == NULL)
    -		return(NULL);
    +    if ((ret = (BIO_ACCEPT *)OPENSSL_malloc(sizeof(BIO_ACCEPT))) == NULL)
    +        return (NULL);
     
    -	memset(ret,0,sizeof(BIO_ACCEPT));
    -	ret->accept_sock=INVALID_SOCKET;
    -	ret->bind_mode=BIO_BIND_NORMAL;
    -	return(ret);
    -	}
    +    memset(ret, 0, sizeof(BIO_ACCEPT));
    +    ret->accept_sock = INVALID_SOCKET;
    +    ret->bind_mode = BIO_BIND_NORMAL;
    +    return (ret);
    +}
     
     static void BIO_ACCEPT_free(BIO_ACCEPT *a)
    -	{
    -	if(a == NULL)
    -	    return;
    -
    -	if (a->param_addr != NULL) OPENSSL_free(a->param_addr);
    -	if (a->addr != NULL) OPENSSL_free(a->addr);
    -	if (a->bio_chain != NULL) BIO_free(a->bio_chain);
    -	OPENSSL_free(a);
    -	}
    +{
    +    if (a == NULL)
    +        return;
    +
    +    if (a->param_addr != NULL)
    +        OPENSSL_free(a->param_addr);
    +    if (a->addr != NULL)
    +        OPENSSL_free(a->addr);
    +    if (a->bio_chain != NULL)
    +        BIO_free(a->bio_chain);
    +    OPENSSL_free(a);
    +}
     
     static void acpt_close_socket(BIO *bio)
    -	{
    -	BIO_ACCEPT *c;
    -
    -	c=(BIO_ACCEPT *)bio->ptr;
    -	if (c->accept_sock != INVALID_SOCKET)
    -		{
    -		shutdown(c->accept_sock,2);
    -		closesocket(c->accept_sock);
    -		c->accept_sock=INVALID_SOCKET;
    -		bio->num=INVALID_SOCKET;
    -		}
    -	}
    +{
    +    BIO_ACCEPT *c;
    +
    +    c = (BIO_ACCEPT *)bio->ptr;
    +    if (c->accept_sock != INVALID_SOCKET) {
    +        shutdown(c->accept_sock, 2);
    +        closesocket(c->accept_sock);
    +        c->accept_sock = INVALID_SOCKET;
    +        bio->num = INVALID_SOCKET;
    +    }
    +}
     
     static int acpt_free(BIO *a)
    -	{
    -	BIO_ACCEPT *data;
    -
    -	if (a == NULL) return(0);
    -	data=(BIO_ACCEPT *)a->ptr;
    -	 
    -	if (a->shutdown)
    -		{
    -		acpt_close_socket(a);
    -		BIO_ACCEPT_free(data);
    -		a->ptr=NULL;
    -		a->flags=0;
    -		a->init=0;
    -		}
    -	return(1);
    -	}
    -	
    +{
    +    BIO_ACCEPT *data;
    +
    +    if (a == NULL)
    +        return (0);
    +    data = (BIO_ACCEPT *)a->ptr;
    +
    +    if (a->shutdown) {
    +        acpt_close_socket(a);
    +        BIO_ACCEPT_free(data);
    +        a->ptr = NULL;
    +        a->flags = 0;
    +        a->init = 0;
    +    }
    +    return (1);
    +}
    +
     static int acpt_state(BIO *b, BIO_ACCEPT *c)
    -	{
    -	BIO *bio=NULL,*dbio;
    -	int s= -1;
    -	int i;
    -
    -again:
    -	switch (c->state)
    -		{
    -	case ACPT_S_BEFORE:
    -		if (c->param_addr == NULL)
    -			{
    -			BIOerr(BIO_F_ACPT_STATE,BIO_R_NO_ACCEPT_PORT_SPECIFIED);
    -			return(-1);
    -			}
    -		s=BIO_get_accept_socket(c->param_addr,c->bind_mode);
    -		if (s == INVALID_SOCKET)
    -			return(-1);
    -
    -		if (c->accept_nbio)
    -			{
    -			if (!BIO_socket_nbio(s,1))
    -				{
    -				closesocket(s);
    -				BIOerr(BIO_F_ACPT_STATE,BIO_R_ERROR_SETTING_NBIO_ON_ACCEPT_SOCKET);
    -				return(-1);
    -				}
    -			}
    -		c->accept_sock=s;
    -		b->num=s;
    -		c->state=ACPT_S_GET_ACCEPT_SOCKET;
    -		return(1);
    -		/* break; */
    -	case ACPT_S_GET_ACCEPT_SOCKET:
    -		if (b->next_bio != NULL)
    -			{
    -			c->state=ACPT_S_OK;
    -			goto again;
    -			}
    -		BIO_clear_retry_flags(b);
    -		b->retry_reason=0;
    -		i=BIO_accept(c->accept_sock,&(c->addr));
    -
    -		/* -2 return means we should retry */
    -		if(i == -2)
    -			{
    -			BIO_set_retry_special(b);
    -			b->retry_reason=BIO_RR_ACCEPT;
    -			return -1;
    -			}
    -
    -		if (i < 0) return(i);
    -
    -		bio=BIO_new_socket(i,BIO_CLOSE);
    -		if (bio == NULL) goto err;
    -
    -		BIO_set_callback(bio,BIO_get_callback(b));
    -		BIO_set_callback_arg(bio,BIO_get_callback_arg(b));
    -
    -		if (c->nbio)
    -			{
    -			if (!BIO_socket_nbio(i,1))
    -				{
    -				BIOerr(BIO_F_ACPT_STATE,BIO_R_ERROR_SETTING_NBIO_ON_ACCEPTED_SOCKET);
    -				goto err;
    -				}
    -			}
    -
    -		/* If the accept BIO has an bio_chain, we dup it and
    -		 * put the new socket at the end. */
    -		if (c->bio_chain != NULL)
    -			{
    -			if ((dbio=BIO_dup_chain(c->bio_chain)) == NULL)
    -				goto err;
    -			if (!BIO_push(dbio,bio)) goto err;
    -			bio=dbio;
    -			}
    -		if (BIO_push(b,bio) == NULL) goto err;
    -
    -		c->state=ACPT_S_OK;
    -		return(1);
    -err:
    -		if (bio != NULL)
    -			BIO_free(bio);
    -		else if (s >= 0)
    -			closesocket(s);
    -		return(0);
    -		/* break; */
    -	case ACPT_S_OK:
    -		if (b->next_bio == NULL)
    -			{
    -			c->state=ACPT_S_GET_ACCEPT_SOCKET;
    -			goto again;
    -			}
    -		return(1);
    -		/* break; */
    -	default:	
    -		return(0);
    -		/* break; */
    -		}
    -
    -	}
    +{
    +    BIO *bio = NULL, *dbio;
    +    int s = -1;
    +    int i;
    +
    + again:
    +    switch (c->state) {
    +    case ACPT_S_BEFORE:
    +        if (c->param_addr == NULL) {
    +            BIOerr(BIO_F_ACPT_STATE, BIO_R_NO_ACCEPT_PORT_SPECIFIED);
    +            return (-1);
    +        }
    +        s = BIO_get_accept_socket(c->param_addr, c->bind_mode);
    +        if (s == INVALID_SOCKET)
    +            return (-1);
    +
    +        if (c->accept_nbio) {
    +            if (!BIO_socket_nbio(s, 1)) {
    +                closesocket(s);
    +                BIOerr(BIO_F_ACPT_STATE,
    +                       BIO_R_ERROR_SETTING_NBIO_ON_ACCEPT_SOCKET);
    +                return (-1);
    +            }
    +        }
    +        c->accept_sock = s;
    +        b->num = s;
    +        c->state = ACPT_S_GET_ACCEPT_SOCKET;
    +        return (1);
    +        /* break; */
    +    case ACPT_S_GET_ACCEPT_SOCKET:
    +        if (b->next_bio != NULL) {
    +            c->state = ACPT_S_OK;
    +            goto again;
    +        }
    +        BIO_clear_retry_flags(b);
    +        b->retry_reason = 0;
    +        i = BIO_accept(c->accept_sock, &(c->addr));
    +
    +        /* -2 return means we should retry */
    +        if (i == -2) {
    +            BIO_set_retry_special(b);
    +            b->retry_reason = BIO_RR_ACCEPT;
    +            return -1;
    +        }
    +
    +        if (i < 0)
    +            return (i);
    +
    +        bio = BIO_new_socket(i, BIO_CLOSE);
    +        if (bio == NULL)
    +            goto err;
    +
    +        BIO_set_callback(bio, BIO_get_callback(b));
    +        BIO_set_callback_arg(bio, BIO_get_callback_arg(b));
    +
    +        if (c->nbio) {
    +            if (!BIO_socket_nbio(i, 1)) {
    +                BIOerr(BIO_F_ACPT_STATE,
    +                       BIO_R_ERROR_SETTING_NBIO_ON_ACCEPTED_SOCKET);
    +                goto err;
    +            }
    +        }
    +
    +        /*
    +         * If the accept BIO has an bio_chain, we dup it and put the new
    +         * socket at the end.
    +         */
    +        if (c->bio_chain != NULL) {
    +            if ((dbio = BIO_dup_chain(c->bio_chain)) == NULL)
    +                goto err;
    +            if (!BIO_push(dbio, bio))
    +                goto err;
    +            bio = dbio;
    +        }
    +        if (BIO_push(b, bio) == NULL)
    +            goto err;
    +
    +        c->state = ACPT_S_OK;
    +        return (1);
    + err:
    +        if (bio != NULL)
    +            BIO_free(bio);
    +        else if (s >= 0)
    +            closesocket(s);
    +        return (0);
    +        /* break; */
    +    case ACPT_S_OK:
    +        if (b->next_bio == NULL) {
    +            c->state = ACPT_S_GET_ACCEPT_SOCKET;
    +            goto again;
    +        }
    +        return (1);
    +        /* break; */
    +    default:
    +        return (0);
    +        /* break; */
    +    }
    +
    +}
     
     static int acpt_read(BIO *b, char *out, int outl)
    -	{
    -	int ret=0;
    -	BIO_ACCEPT *data;
    +{
    +    int ret = 0;
    +    BIO_ACCEPT *data;
     
    -	BIO_clear_retry_flags(b);
    -	data=(BIO_ACCEPT *)b->ptr;
    +    BIO_clear_retry_flags(b);
    +    data = (BIO_ACCEPT *)b->ptr;
     
    -	while (b->next_bio == NULL)
    -		{
    -		ret=acpt_state(b,data);
    -		if (ret <= 0) return(ret);
    -		}
    +    while (b->next_bio == NULL) {
    +        ret = acpt_state(b, data);
    +        if (ret <= 0)
    +            return (ret);
    +    }
     
    -	ret=BIO_read(b->next_bio,out,outl);
    -	BIO_copy_next_retry(b);
    -	return(ret);
    -	}
    +    ret = BIO_read(b->next_bio, out, outl);
    +    BIO_copy_next_retry(b);
    +    return (ret);
    +}
     
     static int acpt_write(BIO *b, const char *in, int inl)
    -	{
    -	int ret;
    -	BIO_ACCEPT *data;
    +{
    +    int ret;
    +    BIO_ACCEPT *data;
     
    -	BIO_clear_retry_flags(b);
    -	data=(BIO_ACCEPT *)b->ptr;
    +    BIO_clear_retry_flags(b);
    +    data = (BIO_ACCEPT *)b->ptr;
     
    -	while (b->next_bio == NULL)
    -		{
    -		ret=acpt_state(b,data);
    -		if (ret <= 0) return(ret);
    -		}
    +    while (b->next_bio == NULL) {
    +        ret = acpt_state(b, data);
    +        if (ret <= 0)
    +            return (ret);
    +    }
     
    -	ret=BIO_write(b->next_bio,in,inl);
    -	BIO_copy_next_retry(b);
    -	return(ret);
    -	}
    +    ret = BIO_write(b->next_bio, in, inl);
    +    BIO_copy_next_retry(b);
    +    return (ret);
    +}
     
     static long acpt_ctrl(BIO *b, int cmd, long num, void *ptr)
    -	{
    -	int *ip;
    -	long ret=1;
    -	BIO_ACCEPT *data;
    -	char **pp;
    -
    -	data=(BIO_ACCEPT *)b->ptr;
    -
    -	switch (cmd)
    -		{
    -	case BIO_CTRL_RESET:
    -		ret=0;
    -		data->state=ACPT_S_BEFORE;
    -		acpt_close_socket(b);
    -		b->flags=0;
    -		break;
    -	case BIO_C_DO_STATE_MACHINE:
    -		/* use this one to start the connection */
    -		ret=(long)acpt_state(b,data);
    -		break;
    -	case BIO_C_SET_ACCEPT:
    -		if (ptr != NULL)
    -			{
    -			if (num == 0)
    -				{
    -				b->init=1;
    -				if (data->param_addr != NULL)
    -					OPENSSL_free(data->param_addr);
    -				data->param_addr=BUF_strdup(ptr);
    -				}
    -			else if (num == 1)
    -				{
    -				data->accept_nbio=(ptr != NULL);
    -				}
    -			else if (num == 2)
    -				{
    -				if (data->bio_chain != NULL)
    -					BIO_free(data->bio_chain);
    -				data->bio_chain=(BIO *)ptr;
    -				}
    -			}
    -		break;
    -	case BIO_C_SET_NBIO:
    -		data->nbio=(int)num;
    -		break;
    -	case BIO_C_SET_FD:
    -		b->init=1;
    -		b->num= *((int *)ptr);
    -		data->accept_sock=b->num;
    -		data->state=ACPT_S_GET_ACCEPT_SOCKET;
    -		b->shutdown=(int)num;
    -		b->init=1;
    -		break;
    -	case BIO_C_GET_FD:
    -		if (b->init)
    -			{
    -			ip=(int *)ptr;
    -			if (ip != NULL)
    -				*ip=data->accept_sock;
    -			ret=data->accept_sock;
    -			}
    -		else
    -			ret= -1;
    -		break;
    -	case BIO_C_GET_ACCEPT:
    -		if (b->init)
    -			{
    -			if (ptr != NULL)
    -				{
    -				pp=(char **)ptr;
    -				*pp=data->param_addr;
    -				}
    -			else
    -				ret= -1;
    -			}
    -		else
    -			ret= -1;
    -		break;
    -	case BIO_CTRL_GET_CLOSE:
    -		ret=b->shutdown;
    -		break;
    -	case BIO_CTRL_SET_CLOSE:
    -		b->shutdown=(int)num;
    -		break;
    -	case BIO_CTRL_PENDING:
    -	case BIO_CTRL_WPENDING:
    -		ret=0;
    -		break;
    -	case BIO_CTRL_FLUSH:
    -		break;
    -	case BIO_C_SET_BIND_MODE:
    -		data->bind_mode=(int)num;
    -		break;
    -	case BIO_C_GET_BIND_MODE:
    -		ret=(long)data->bind_mode;
    -		break;
    -	case BIO_CTRL_DUP:
    -/*		dbio=(BIO *)ptr;
    -		if (data->param_port) EAY EAY
    -			BIO_set_port(dbio,data->param_port);
    -		if (data->param_hostname)
    -			BIO_set_hostname(dbio,data->param_hostname);
    -		BIO_set_nbio(dbio,data->nbio); */
    -		break;
    -
    -	default:
    -		ret=0;
    -		break;
    -		}
    -	return(ret);
    -	}
    +{
    +    int *ip;
    +    long ret = 1;
    +    BIO_ACCEPT *data;
    +    char **pp;
    +
    +    data = (BIO_ACCEPT *)b->ptr;
    +
    +    switch (cmd) {
    +    case BIO_CTRL_RESET:
    +        ret = 0;
    +        data->state = ACPT_S_BEFORE;
    +        acpt_close_socket(b);
    +        b->flags = 0;
    +        break;
    +    case BIO_C_DO_STATE_MACHINE:
    +        /* use this one to start the connection */
    +        ret = (long)acpt_state(b, data);
    +        break;
    +    case BIO_C_SET_ACCEPT:
    +        if (ptr != NULL) {
    +            if (num == 0) {
    +                b->init = 1;
    +                if (data->param_addr != NULL)
    +                    OPENSSL_free(data->param_addr);
    +                data->param_addr = BUF_strdup(ptr);
    +            } else if (num == 1) {
    +                data->accept_nbio = (ptr != NULL);
    +            } else if (num == 2) {
    +                if (data->bio_chain != NULL)
    +                    BIO_free(data->bio_chain);
    +                data->bio_chain = (BIO *)ptr;
    +            }
    +        }
    +        break;
    +    case BIO_C_SET_NBIO:
    +        data->nbio = (int)num;
    +        break;
    +    case BIO_C_SET_FD:
    +        b->init = 1;
    +        b->num = *((int *)ptr);
    +        data->accept_sock = b->num;
    +        data->state = ACPT_S_GET_ACCEPT_SOCKET;
    +        b->shutdown = (int)num;
    +        b->init = 1;
    +        break;
    +    case BIO_C_GET_FD:
    +        if (b->init) {
    +            ip = (int *)ptr;
    +            if (ip != NULL)
    +                *ip = data->accept_sock;
    +            ret = data->accept_sock;
    +        } else
    +            ret = -1;
    +        break;
    +    case BIO_C_GET_ACCEPT:
    +        if (b->init) {
    +            if (ptr != NULL) {
    +                pp = (char **)ptr;
    +                *pp = data->param_addr;
    +            } else
    +                ret = -1;
    +        } else
    +            ret = -1;
    +        break;
    +    case BIO_CTRL_GET_CLOSE:
    +        ret = b->shutdown;
    +        break;
    +    case BIO_CTRL_SET_CLOSE:
    +        b->shutdown = (int)num;
    +        break;
    +    case BIO_CTRL_PENDING:
    +    case BIO_CTRL_WPENDING:
    +        ret = 0;
    +        break;
    +    case BIO_CTRL_FLUSH:
    +        break;
    +    case BIO_C_SET_BIND_MODE:
    +        data->bind_mode = (int)num;
    +        break;
    +    case BIO_C_GET_BIND_MODE:
    +        ret = (long)data->bind_mode;
    +        break;
    +    case BIO_CTRL_DUP:
    +/*-     dbio=(BIO *)ptr;
    +        if (data->param_port) EAY EAY
    +                BIO_set_port(dbio,data->param_port);
    +        if (data->param_hostname)
    +                BIO_set_hostname(dbio,data->param_hostname);
    +        BIO_set_nbio(dbio,data->nbio); */
    +        break;
    +
    +    default:
    +        ret = 0;
    +        break;
    +    }
    +    return (ret);
    +}
     
     static int acpt_puts(BIO *bp, const char *str)
    -	{
    -	int n,ret;
    -
    -	n=strlen(str);
    -	ret=acpt_write(bp,str,n);
    -	return(ret);
    -	}
    -
    -BIO *BIO_new_accept(char *str)
    -	{
    -	BIO *ret;
    -
    -	ret=BIO_new(BIO_s_accept());
    -	if (ret == NULL) return(NULL);
    -	if (BIO_set_accept_port(ret,str))
    -		return(ret);
    -	else
    -		{
    -		BIO_free(ret);
    -		return(NULL);
    -		}
    -	}
    +{
    +    int n, ret;
    +
    +    n = strlen(str);
    +    ret = acpt_write(bp, str, n);
    +    return (ret);
    +}
    +
    +BIO *BIO_new_accept(const char *str)
    +{
    +    BIO *ret;
    +
    +    ret = BIO_new(BIO_s_accept());
    +    if (ret == NULL)
    +        return (NULL);
    +    if (BIO_set_accept_port(ret, str))
    +        return (ret);
    +    else {
    +        BIO_free(ret);
    +        return (NULL);
    +    }
    +}
     
     #endif
    diff --git a/openssl/crypto/bio/bss_bio.c b/openssl/crypto/bio/bss_bio.c
    index 52ef0ebcb..d629a37a5 100644
    --- a/openssl/crypto/bio/bss_bio.c
    +++ b/openssl/crypto/bio/bss_bio.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,12 +53,13 @@
      *
      */
     
    -/* Special method for a BIO where the other endpoint is also a BIO
    - * of this kind, handled by the same thread (i.e. the "peer" is actually
    - * ourselves, wearing a different hat).
    - * Such "BIO pairs" are mainly for using the SSL library with I/O interfaces
    - * for which no specific BIO method is available.
    - * See ssl/ssltest.c for some hints on how this can be used. */
    +/*
    + * Special method for a BIO where the other endpoint is also a BIO of this
    + * kind, handled by the same thread (i.e. the "peer" is actually ourselves,
    + * wearing a different hat). Such "BIO pairs" are mainly for using the SSL
    + * library with I/O interfaces for which no specific BIO method is available.
    + * See ssl/ssltest.c for some hints on how this can be used.
    + */
     
     /* BIO_DEBUG implies BIO_PAIR_DEBUG */
     #ifdef BIO_DEBUG
    @@ -103,822 +104,783 @@ static int bio_puts(BIO *bio, const char *str);
     static int bio_make_pair(BIO *bio1, BIO *bio2);
     static void bio_destroy_pair(BIO *bio);
     
    -static BIO_METHOD methods_biop =
    -{
    -	BIO_TYPE_BIO,
    -	"BIO pair",
    -	bio_write,
    -	bio_read,
    -	bio_puts,
    -	NULL /* no bio_gets */,
    -	bio_ctrl,
    -	bio_new,
    -	bio_free,
    -	NULL /* no bio_callback_ctrl */
    +static BIO_METHOD methods_biop = {
    +    BIO_TYPE_BIO,
    +    "BIO pair",
    +    bio_write,
    +    bio_read,
    +    bio_puts,
    +    NULL /* no bio_gets */ ,
    +    bio_ctrl,
    +    bio_new,
    +    bio_free,
    +    NULL                        /* no bio_callback_ctrl */
     };
     
     BIO_METHOD *BIO_s_bio(void)
    -	{
    -	return &methods_biop;
    -	}
    -
    -struct bio_bio_st
     {
    -	BIO *peer;     /* NULL if buf == NULL.
    -	                * If peer != NULL, then peer->ptr is also a bio_bio_st,
    -	                * and its "peer" member points back to us.
    -	                * peer != NULL iff init != 0 in the BIO. */
    -	
    -	/* This is for what we write (i.e. reading uses peer's struct): */
    -	int closed;     /* valid iff peer != NULL */
    -	size_t len;     /* valid iff buf != NULL; 0 if peer == NULL */
    -	size_t offset;  /* valid iff buf != NULL; 0 if len == 0 */
    -	size_t size;
    -	char *buf;      /* "size" elements (if != NULL) */
    -
    -	size_t request; /* valid iff peer != NULL; 0 if len != 0,
    -	                 * otherwise set by peer to number of bytes
    -	                 * it (unsuccessfully) tried to read,
    -	                 * never more than buffer space (size-len) warrants. */
    +    return &methods_biop;
    +}
    +
    +struct bio_bio_st {
    +    BIO *peer;                  /* NULL if buf == NULL. If peer != NULL, then
    +                                 * peer->ptr is also a bio_bio_st, and its
    +                                 * "peer" member points back to us. peer !=
    +                                 * NULL iff init != 0 in the BIO. */
    +    /* This is for what we write (i.e. reading uses peer's struct): */
    +    int closed;                 /* valid iff peer != NULL */
    +    size_t len;                 /* valid iff buf != NULL; 0 if peer == NULL */
    +    size_t offset;              /* valid iff buf != NULL; 0 if len == 0 */
    +    size_t size;
    +    char *buf;                  /* "size" elements (if != NULL) */
    +    size_t request;             /* valid iff peer != NULL; 0 if len != 0,
    +                                 * otherwise set by peer to number of bytes
    +                                 * it (unsuccessfully) tried to read, never
    +                                 * more than buffer space (size-len)
    +                                 * warrants. */
     };
     
     static int bio_new(BIO *bio)
    -	{
    -	struct bio_bio_st *b;
    -	
    -	b = OPENSSL_malloc(sizeof *b);
    -	if (b == NULL)
    -		return 0;
    +{
    +    struct bio_bio_st *b;
     
    -	b->peer = NULL;
    -	b->size = 17*1024; /* enough for one TLS record (just a default) */
    -	b->buf = NULL;
    +    b = OPENSSL_malloc(sizeof *b);
    +    if (b == NULL)
    +        return 0;
     
    -	bio->ptr = b;
    -	return 1;
    -	}
    +    b->peer = NULL;
    +    /* enough for one TLS record (just a default) */
    +    b->size = 17 * 1024;
    +    b->buf = NULL;
     
    +    bio->ptr = b;
    +    return 1;
    +}
     
     static int bio_free(BIO *bio)
    -	{
    -	struct bio_bio_st *b;
    -
    -	if (bio == NULL)
    -		return 0;
    -	b = bio->ptr;
    +{
    +    struct bio_bio_st *b;
     
    -	assert(b != NULL);
    +    if (bio == NULL)
    +        return 0;
    +    b = bio->ptr;
     
    -	if (b->peer)
    -		bio_destroy_pair(bio);
    -	
    -	if (b->buf != NULL)
    -		{
    -		OPENSSL_free(b->buf);
    -		}
    +    assert(b != NULL);
     
    -	OPENSSL_free(b);
    +    if (b->peer)
    +        bio_destroy_pair(bio);
     
    -	return 1;
    -	}
    +    if (b->buf != NULL) {
    +        OPENSSL_free(b->buf);
    +    }
     
    +    OPENSSL_free(b);
     
    +    return 1;
    +}
     
     static int bio_read(BIO *bio, char *buf, int size_)
    -	{
    -	size_t size = size_;
    -	size_t rest;
    -	struct bio_bio_st *b, *peer_b;
    -
    -	BIO_clear_retry_flags(bio);
    -
    -	if (!bio->init)
    -		return 0;
    -
    -	b = bio->ptr;
    -	assert(b != NULL);
    -	assert(b->peer != NULL);
    -	peer_b = b->peer->ptr;
    -	assert(peer_b != NULL);
    -	assert(peer_b->buf != NULL);
    -
    -	peer_b->request = 0; /* will be set in "retry_read" situation */
    -
    -	if (buf == NULL || size == 0)
    -		return 0;
    -
    -	if (peer_b->len == 0)
    -		{
    -		if (peer_b->closed)
    -			return 0; /* writer has closed, and no data is left */
    -		else
    -			{
    -			BIO_set_retry_read(bio); /* buffer is empty */
    -			if (size <= peer_b->size)
    -				peer_b->request = size;
    -			else
    -				/* don't ask for more than the peer can
    -				 * deliver in one write */
    -				peer_b->request = peer_b->size;
    -			return -1;
    -			}
    -		}
    -
    -	/* we can read */
    -	if (peer_b->len < size)
    -		size = peer_b->len;
    -
    -	/* now read "size" bytes */
    -	
    -	rest = size;
    -	
    -	assert(rest > 0);
    -	do /* one or two iterations */
    -		{
    -		size_t chunk;
    -		
    -		assert(rest <= peer_b->len);
    -		if (peer_b->offset + rest <= peer_b->size)
    -			chunk = rest;
    -		else
    -			/* wrap around ring buffer */
    -			chunk = peer_b->size - peer_b->offset;
    -		assert(peer_b->offset + chunk <= peer_b->size);
    -		
    -		memcpy(buf, peer_b->buf + peer_b->offset, chunk);
    -		
    -		peer_b->len -= chunk;
    -		if (peer_b->len)
    -			{
    -			peer_b->offset += chunk;
    -			assert(peer_b->offset <= peer_b->size);
    -			if (peer_b->offset == peer_b->size)
    -				peer_b->offset = 0;
    -			buf += chunk;
    -			}
    -		else
    -			{
    -			/* buffer now empty, no need to advance "buf" */
    -			assert(chunk == rest);
    -			peer_b->offset = 0;
    -			}
    -		rest -= chunk;
    -		}
    -	while (rest);
    -	
    -	return size;
    -	}
    -
    -/* non-copying interface: provide pointer to available data in buffer
    +{
    +    size_t size = size_;
    +    size_t rest;
    +    struct bio_bio_st *b, *peer_b;
    +
    +    BIO_clear_retry_flags(bio);
    +
    +    if (!bio->init)
    +        return 0;
    +
    +    b = bio->ptr;
    +    assert(b != NULL);
    +    assert(b->peer != NULL);
    +    peer_b = b->peer->ptr;
    +    assert(peer_b != NULL);
    +    assert(peer_b->buf != NULL);
    +
    +    peer_b->request = 0;        /* will be set in "retry_read" situation */
    +
    +    if (buf == NULL || size == 0)
    +        return 0;
    +
    +    if (peer_b->len == 0) {
    +        if (peer_b->closed)
    +            return 0;           /* writer has closed, and no data is left */
    +        else {
    +            BIO_set_retry_read(bio); /* buffer is empty */
    +            if (size <= peer_b->size)
    +                peer_b->request = size;
    +            else
    +                /*
    +                 * don't ask for more than the peer can deliver in one write
    +                 */
    +                peer_b->request = peer_b->size;
    +            return -1;
    +        }
    +    }
    +
    +    /* we can read */
    +    if (peer_b->len < size)
    +        size = peer_b->len;
    +
    +    /* now read "size" bytes */
    +
    +    rest = size;
    +
    +    assert(rest > 0);
    +    do {                        /* one or two iterations */
    +        size_t chunk;
    +
    +        assert(rest <= peer_b->len);
    +        if (peer_b->offset + rest <= peer_b->size)
    +            chunk = rest;
    +        else
    +            /* wrap around ring buffer */
    +            chunk = peer_b->size - peer_b->offset;
    +        assert(peer_b->offset + chunk <= peer_b->size);
    +
    +        memcpy(buf, peer_b->buf + peer_b->offset, chunk);
    +
    +        peer_b->len -= chunk;
    +        if (peer_b->len) {
    +            peer_b->offset += chunk;
    +            assert(peer_b->offset <= peer_b->size);
    +            if (peer_b->offset == peer_b->size)
    +                peer_b->offset = 0;
    +            buf += chunk;
    +        } else {
    +            /* buffer now empty, no need to advance "buf" */
    +            assert(chunk == rest);
    +            peer_b->offset = 0;
    +        }
    +        rest -= chunk;
    +    }
    +    while (rest);
    +
    +    return size;
    +}
    +
    +/*-
    + * non-copying interface: provide pointer to available data in buffer
      *    bio_nread0:  return number of available bytes
      *    bio_nread:   also advance index
      * (example usage:  bio_nread0(), read from buffer, bio_nread()
      *  or just         bio_nread(), read from buffer)
      */
    -/* WARNING: The non-copying interface is largely untested as of yet
    - * and may contain bugs. */
    +/*
    + * WARNING: The non-copying interface is largely untested as of yet and may
    + * contain bugs.
    + */
     static ossl_ssize_t bio_nread0(BIO *bio, char **buf)
    -	{
    -	struct bio_bio_st *b, *peer_b;
    -	ossl_ssize_t num;
    -	
    -	BIO_clear_retry_flags(bio);
    -
    -	if (!bio->init)
    -		return 0;
    -	
    -	b = bio->ptr;
    -	assert(b != NULL);
    -	assert(b->peer != NULL);
    -	peer_b = b->peer->ptr;
    -	assert(peer_b != NULL);
    -	assert(peer_b->buf != NULL);
    -	
    -	peer_b->request = 0;
    -	
    -	if (peer_b->len == 0)
    -		{
    -		char dummy;
    -		
    -		/* avoid code duplication -- nothing available for reading */
    -		return bio_read(bio, &dummy, 1); /* returns 0 or -1 */
    -		}
    -
    -	num = peer_b->len;
    -	if (peer_b->size < peer_b->offset + num)
    -		/* no ring buffer wrap-around for non-copying interface */
    -		num = peer_b->size - peer_b->offset;
    -	assert(num > 0);
    -
    -	if (buf != NULL)
    -		*buf = peer_b->buf + peer_b->offset;
    -	return num;
    -	}
    +{
    +    struct bio_bio_st *b, *peer_b;
    +    ossl_ssize_t num;
     
    -static ossl_ssize_t bio_nread(BIO *bio, char **buf, size_t num_)
    -	{
    -	struct bio_bio_st *b, *peer_b;
    -	ossl_ssize_t num, available;
    -
    -	if (num_ > SSIZE_MAX)
    -		num = SSIZE_MAX;
    -	else
    -		num = (ossl_ssize_t)num_;
    -
    -	available = bio_nread0(bio, buf);
    -	if (num > available)
    -		num = available;
    -	if (num <= 0)
    -		return num;
    -
    -	b = bio->ptr;
    -	peer_b = b->peer->ptr;
    -
    -	peer_b->len -= num;
    -	if (peer_b->len) 
    -		{
    -		peer_b->offset += num;
    -		assert(peer_b->offset <= peer_b->size);
    -		if (peer_b->offset == peer_b->size)
    -			peer_b->offset = 0;
    -		}
    -	else
    -		peer_b->offset = 0;
    -
    -	return num;
    -	}
    +    BIO_clear_retry_flags(bio);
    +
    +    if (!bio->init)
    +        return 0;
    +
    +    b = bio->ptr;
    +    assert(b != NULL);
    +    assert(b->peer != NULL);
    +    peer_b = b->peer->ptr;
    +    assert(peer_b != NULL);
    +    assert(peer_b->buf != NULL);
    +
    +    peer_b->request = 0;
     
    +    if (peer_b->len == 0) {
    +        char dummy;
    +
    +        /* avoid code duplication -- nothing available for reading */
    +        return bio_read(bio, &dummy, 1); /* returns 0 or -1 */
    +    }
    +
    +    num = peer_b->len;
    +    if (peer_b->size < peer_b->offset + num)
    +        /* no ring buffer wrap-around for non-copying interface */
    +        num = peer_b->size - peer_b->offset;
    +    assert(num > 0);
    +
    +    if (buf != NULL)
    +        *buf = peer_b->buf + peer_b->offset;
    +    return num;
    +}
    +
    +static ossl_ssize_t bio_nread(BIO *bio, char **buf, size_t num_)
    +{
    +    struct bio_bio_st *b, *peer_b;
    +    ossl_ssize_t num, available;
    +
    +    if (num_ > SSIZE_MAX)
    +        num = SSIZE_MAX;
    +    else
    +        num = (ossl_ssize_t) num_;
    +
    +    available = bio_nread0(bio, buf);
    +    if (num > available)
    +        num = available;
    +    if (num <= 0)
    +        return num;
    +
    +    b = bio->ptr;
    +    peer_b = b->peer->ptr;
    +
    +    peer_b->len -= num;
    +    if (peer_b->len) {
    +        peer_b->offset += num;
    +        assert(peer_b->offset <= peer_b->size);
    +        if (peer_b->offset == peer_b->size)
    +            peer_b->offset = 0;
    +    } else
    +        peer_b->offset = 0;
    +
    +    return num;
    +}
     
     static int bio_write(BIO *bio, const char *buf, int num_)
    -	{
    -	size_t num = num_;
    -	size_t rest;
    -	struct bio_bio_st *b;
    -
    -	BIO_clear_retry_flags(bio);
    -
    -	if (!bio->init || buf == NULL || num == 0)
    -		return 0;
    -
    -	b = bio->ptr;		
    -	assert(b != NULL);
    -	assert(b->peer != NULL);
    -	assert(b->buf != NULL);
    -
    -	b->request = 0;
    -	if (b->closed)
    -		{
    -		/* we already closed */
    -		BIOerr(BIO_F_BIO_WRITE, BIO_R_BROKEN_PIPE);
    -		return -1;
    -		}
    -
    -	assert(b->len <= b->size);
    -
    -	if (b->len == b->size)
    -		{
    -		BIO_set_retry_write(bio); /* buffer is full */
    -		return -1;
    -		}
    -
    -	/* we can write */
    -	if (num > b->size - b->len)
    -		num = b->size - b->len;
    -	
    -	/* now write "num" bytes */
    -
    -	rest = num;
    -	
    -	assert(rest > 0);
    -	do /* one or two iterations */
    -		{
    -		size_t write_offset;
    -		size_t chunk;
    -
    -		assert(b->len + rest <= b->size);
    -
    -		write_offset = b->offset + b->len;
    -		if (write_offset >= b->size)
    -			write_offset -= b->size;
    -		/* b->buf[write_offset] is the first byte we can write to. */
    -
    -		if (write_offset + rest <= b->size)
    -			chunk = rest;
    -		else
    -			/* wrap around ring buffer */
    -			chunk = b->size - write_offset;
    -		
    -		memcpy(b->buf + write_offset, buf, chunk);
    -		
    -		b->len += chunk;
    -
    -		assert(b->len <= b->size);
    -		
    -		rest -= chunk;
    -		buf += chunk;
    -		}
    -	while (rest);
    -
    -	return num;
    -	}
    -
    -/* non-copying interface: provide pointer to region to write to
    +{
    +    size_t num = num_;
    +    size_t rest;
    +    struct bio_bio_st *b;
    +
    +    BIO_clear_retry_flags(bio);
    +
    +    if (!bio->init || buf == NULL || num == 0)
    +        return 0;
    +
    +    b = bio->ptr;
    +    assert(b != NULL);
    +    assert(b->peer != NULL);
    +    assert(b->buf != NULL);
    +
    +    b->request = 0;
    +    if (b->closed) {
    +        /* we already closed */
    +        BIOerr(BIO_F_BIO_WRITE, BIO_R_BROKEN_PIPE);
    +        return -1;
    +    }
    +
    +    assert(b->len <= b->size);
    +
    +    if (b->len == b->size) {
    +        BIO_set_retry_write(bio); /* buffer is full */
    +        return -1;
    +    }
    +
    +    /* we can write */
    +    if (num > b->size - b->len)
    +        num = b->size - b->len;
    +
    +    /* now write "num" bytes */
    +
    +    rest = num;
    +
    +    assert(rest > 0);
    +    do {                        /* one or two iterations */
    +        size_t write_offset;
    +        size_t chunk;
    +
    +        assert(b->len + rest <= b->size);
    +
    +        write_offset = b->offset + b->len;
    +        if (write_offset >= b->size)
    +            write_offset -= b->size;
    +        /* b->buf[write_offset] is the first byte we can write to. */
    +
    +        if (write_offset + rest <= b->size)
    +            chunk = rest;
    +        else
    +            /* wrap around ring buffer */
    +            chunk = b->size - write_offset;
    +
    +        memcpy(b->buf + write_offset, buf, chunk);
    +
    +        b->len += chunk;
    +
    +        assert(b->len <= b->size);
    +
    +        rest -= chunk;
    +        buf += chunk;
    +    }
    +    while (rest);
    +
    +    return num;
    +}
    +
    +/*-
    + * non-copying interface: provide pointer to region to write to
      *   bio_nwrite0:  check how much space is available
      *   bio_nwrite:   also increase length
      * (example usage:  bio_nwrite0(), write to buffer, bio_nwrite()
      *  or just         bio_nwrite(), write to buffer)
      */
     static ossl_ssize_t bio_nwrite0(BIO *bio, char **buf)
    -	{
    -	struct bio_bio_st *b;
    -	size_t num;
    -	size_t write_offset;
    -
    -	BIO_clear_retry_flags(bio);
    -
    -	if (!bio->init)
    -		return 0;
    -
    -	b = bio->ptr;		
    -	assert(b != NULL);
    -	assert(b->peer != NULL);
    -	assert(b->buf != NULL);
    -
    -	b->request = 0;
    -	if (b->closed)
    -		{
    -		BIOerr(BIO_F_BIO_NWRITE0, BIO_R_BROKEN_PIPE);
    -		return -1;
    -		}
    -
    -	assert(b->len <= b->size);
    -
    -	if (b->len == b->size)
    -		{
    -		BIO_set_retry_write(bio);
    -		return -1;
    -		}
    -
    -	num = b->size - b->len;
    -	write_offset = b->offset + b->len;
    -	if (write_offset >= b->size)
    -		write_offset -= b->size;
    -	if (write_offset + num > b->size)
    -		/* no ring buffer wrap-around for non-copying interface
    -		 * (to fulfil the promise by BIO_ctrl_get_write_guarantee,
    -		 * BIO_nwrite may have to be called twice) */
    -		num = b->size - write_offset;
    -
    -	if (buf != NULL)
    -		*buf = b->buf + write_offset;
    -	assert(write_offset + num <= b->size);
    -
    -	return num;
    -	}
    +{
    +    struct bio_bio_st *b;
    +    size_t num;
    +    size_t write_offset;
    +
    +    BIO_clear_retry_flags(bio);
    +
    +    if (!bio->init)
    +        return 0;
    +
    +    b = bio->ptr;
    +    assert(b != NULL);
    +    assert(b->peer != NULL);
    +    assert(b->buf != NULL);
    +
    +    b->request = 0;
    +    if (b->closed) {
    +        BIOerr(BIO_F_BIO_NWRITE0, BIO_R_BROKEN_PIPE);
    +        return -1;
    +    }
    +
    +    assert(b->len <= b->size);
    +
    +    if (b->len == b->size) {
    +        BIO_set_retry_write(bio);
    +        return -1;
    +    }
    +
    +    num = b->size - b->len;
    +    write_offset = b->offset + b->len;
    +    if (write_offset >= b->size)
    +        write_offset -= b->size;
    +    if (write_offset + num > b->size)
    +        /*
    +         * no ring buffer wrap-around for non-copying interface (to fulfil
    +         * the promise by BIO_ctrl_get_write_guarantee, BIO_nwrite may have
    +         * to be called twice)
    +         */
    +        num = b->size - write_offset;
    +
    +    if (buf != NULL)
    +        *buf = b->buf + write_offset;
    +    assert(write_offset + num <= b->size);
    +
    +    return num;
    +}
     
     static ossl_ssize_t bio_nwrite(BIO *bio, char **buf, size_t num_)
    -	{
    -	struct bio_bio_st *b;
    -	ossl_ssize_t num, space;
    +{
    +    struct bio_bio_st *b;
    +    ossl_ssize_t num, space;
    +
    +    if (num_ > SSIZE_MAX)
    +        num = SSIZE_MAX;
    +    else
    +        num = (ossl_ssize_t) num_;
    +
    +    space = bio_nwrite0(bio, buf);
    +    if (num > space)
    +        num = space;
    +    if (num <= 0)
    +        return num;
    +    b = bio->ptr;
    +    assert(b != NULL);
    +    b->len += num;
    +    assert(b->len <= b->size);
    +
    +    return num;
    +}
     
    -	if (num_ > SSIZE_MAX)
    -		num = SSIZE_MAX;
    -	else
    -		num = (ossl_ssize_t)num_;
    +static long bio_ctrl(BIO *bio, int cmd, long num, void *ptr)
    +{
    +    long ret;
    +    struct bio_bio_st *b = bio->ptr;
    +
    +    assert(b != NULL);
    +
    +    switch (cmd) {
    +        /* specific CTRL codes */
    +
    +    case BIO_C_SET_WRITE_BUF_SIZE:
    +        if (b->peer) {
    +            BIOerr(BIO_F_BIO_CTRL, BIO_R_IN_USE);
    +            ret = 0;
    +        } else if (num == 0) {
    +            BIOerr(BIO_F_BIO_CTRL, BIO_R_INVALID_ARGUMENT);
    +            ret = 0;
    +        } else {
    +            size_t new_size = num;
    +
    +            if (b->size != new_size) {
    +                if (b->buf) {
    +                    OPENSSL_free(b->buf);
    +                    b->buf = NULL;
    +                }
    +                b->size = new_size;
    +            }
    +            ret = 1;
    +        }
    +        break;
    +
    +    case BIO_C_GET_WRITE_BUF_SIZE:
    +        ret = (long)b->size;
    +        break;
    +
    +    case BIO_C_MAKE_BIO_PAIR:
    +        {
    +            BIO *other_bio = ptr;
    +
    +            if (bio_make_pair(bio, other_bio))
    +                ret = 1;
    +            else
    +                ret = 0;
    +        }
    +        break;
    +
    +    case BIO_C_DESTROY_BIO_PAIR:
    +        /*
    +         * Affects both BIOs in the pair -- call just once! Or let
    +         * BIO_free(bio1); BIO_free(bio2); do the job.
    +         */
    +        bio_destroy_pair(bio);
    +        ret = 1;
    +        break;
    +
    +    case BIO_C_GET_WRITE_GUARANTEE:
    +        /*
    +         * How many bytes can the caller feed to the next write without
    +         * having to keep any?
    +         */
    +        if (b->peer == NULL || b->closed)
    +            ret = 0;
    +        else
    +            ret = (long)b->size - b->len;
    +        break;
    +
    +    case BIO_C_GET_READ_REQUEST:
    +        /*
    +         * If the peer unsuccessfully tried to read, how many bytes were
    +         * requested? (As with BIO_CTRL_PENDING, that number can usually be
    +         * treated as boolean.)
    +         */
    +        ret = (long)b->request;
    +        break;
    +
    +    case BIO_C_RESET_READ_REQUEST:
    +        /*
    +         * Reset request.  (Can be useful after read attempts at the other
    +         * side that are meant to be non-blocking, e.g. when probing SSL_read
    +         * to see if any data is available.)
    +         */
    +        b->request = 0;
    +        ret = 1;
    +        break;
    +
    +    case BIO_C_SHUTDOWN_WR:
    +        /* similar to shutdown(..., SHUT_WR) */
    +        b->closed = 1;
    +        ret = 1;
    +        break;
    +
    +    case BIO_C_NREAD0:
    +        /* prepare for non-copying read */
    +        ret = (long)bio_nread0(bio, ptr);
    +        break;
    +
    +    case BIO_C_NREAD:
    +        /* non-copying read */
    +        ret = (long)bio_nread(bio, ptr, (size_t)num);
    +        break;
    +
    +    case BIO_C_NWRITE0:
    +        /* prepare for non-copying write */
    +        ret = (long)bio_nwrite0(bio, ptr);
    +        break;
    +
    +    case BIO_C_NWRITE:
    +        /* non-copying write */
    +        ret = (long)bio_nwrite(bio, ptr, (size_t)num);
    +        break;
    +
    +        /* standard CTRL codes follow */
    +
    +    case BIO_CTRL_RESET:
    +        if (b->buf != NULL) {
    +            b->len = 0;
    +            b->offset = 0;
    +        }
    +        ret = 0;
    +        break;
    +
    +    case BIO_CTRL_GET_CLOSE:
    +        ret = bio->shutdown;
    +        break;
    +
    +    case BIO_CTRL_SET_CLOSE:
    +        bio->shutdown = (int)num;
    +        ret = 1;
    +        break;
    +
    +    case BIO_CTRL_PENDING:
    +        if (b->peer != NULL) {
    +            struct bio_bio_st *peer_b = b->peer->ptr;
    +
    +            ret = (long)peer_b->len;
    +        } else
    +            ret = 0;
    +        break;
    +
    +    case BIO_CTRL_WPENDING:
    +        if (b->buf != NULL)
    +            ret = (long)b->len;
    +        else
    +            ret = 0;
    +        break;
    +
    +    case BIO_CTRL_DUP:
    +        /* See BIO_dup_chain for circumstances we have to expect. */
    +        {
    +            BIO *other_bio = ptr;
    +            struct bio_bio_st *other_b;
    +
    +            assert(other_bio != NULL);
    +            other_b = other_bio->ptr;
    +            assert(other_b != NULL);
    +
    +            assert(other_b->buf == NULL); /* other_bio is always fresh */
    +
    +            other_b->size = b->size;
    +        }
    +
    +        ret = 1;
    +        break;
    +
    +    case BIO_CTRL_FLUSH:
    +        ret = 1;
    +        break;
    +
    +    case BIO_CTRL_EOF:
    +        {
    +            BIO *other_bio = ptr;
    +
    +            if (other_bio) {
    +                struct bio_bio_st *other_b = other_bio->ptr;
    +
    +                assert(other_b != NULL);
    +                ret = other_b->len == 0 && other_b->closed;
    +            } else
    +                ret = 1;
    +        }
    +        break;
    +
    +    default:
    +        ret = 0;
    +    }
    +    return ret;
    +}
     
    -	space = bio_nwrite0(bio, buf);
    -	if (num > space)
    -		num = space;
    -	if (num <= 0)
    -		return num;
    -	b = bio->ptr;
    -	assert(b != NULL);
    -	b->len += num;
    -	assert(b->len <= b->size);
    +static int bio_puts(BIO *bio, const char *str)
    +{
    +    return bio_write(bio, str, strlen(str));
    +}
     
    -	return num;
    -	}
    +static int bio_make_pair(BIO *bio1, BIO *bio2)
    +{
    +    struct bio_bio_st *b1, *b2;
    +
    +    assert(bio1 != NULL);
    +    assert(bio2 != NULL);
    +
    +    b1 = bio1->ptr;
    +    b2 = bio2->ptr;
    +
    +    if (b1->peer != NULL || b2->peer != NULL) {
    +        BIOerr(BIO_F_BIO_MAKE_PAIR, BIO_R_IN_USE);
    +        return 0;
    +    }
    +
    +    if (b1->buf == NULL) {
    +        b1->buf = OPENSSL_malloc(b1->size);
    +        if (b1->buf == NULL) {
    +            BIOerr(BIO_F_BIO_MAKE_PAIR, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +        b1->len = 0;
    +        b1->offset = 0;
    +    }
    +
    +    if (b2->buf == NULL) {
    +        b2->buf = OPENSSL_malloc(b2->size);
    +        if (b2->buf == NULL) {
    +            BIOerr(BIO_F_BIO_MAKE_PAIR, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +        b2->len = 0;
    +        b2->offset = 0;
    +    }
    +
    +    b1->peer = bio2;
    +    b1->closed = 0;
    +    b1->request = 0;
    +    b2->peer = bio1;
    +    b2->closed = 0;
    +    b2->request = 0;
    +
    +    bio1->init = 1;
    +    bio2->init = 1;
    +
    +    return 1;
    +}
     
    +static void bio_destroy_pair(BIO *bio)
    +{
    +    struct bio_bio_st *b = bio->ptr;
     
    -static long bio_ctrl(BIO *bio, int cmd, long num, void *ptr)
    -	{
    -	long ret;
    -	struct bio_bio_st *b = bio->ptr;
    -	
    -	assert(b != NULL);
    -
    -	switch (cmd)
    -		{
    -	/* specific CTRL codes */
    -
    -	case BIO_C_SET_WRITE_BUF_SIZE:
    -		if (b->peer)
    -			{
    -			BIOerr(BIO_F_BIO_CTRL, BIO_R_IN_USE);
    -			ret = 0;
    -			}
    -		else if (num == 0)
    -			{
    -			BIOerr(BIO_F_BIO_CTRL, BIO_R_INVALID_ARGUMENT);
    -			ret = 0;
    -			}
    -		else
    -			{
    -			size_t new_size = num;
    -
    -			if (b->size != new_size)
    -				{
    -				if (b->buf) 
    -					{
    -					OPENSSL_free(b->buf);
    -					b->buf = NULL;
    -					}
    -				b->size = new_size;
    -				}
    -			ret = 1;
    -			}
    -		break;
    -
    -	case BIO_C_GET_WRITE_BUF_SIZE:
    -		ret = (long) b->size;
    -		break;
    -
    -	case BIO_C_MAKE_BIO_PAIR:
    -		{
    -		BIO *other_bio = ptr;
    -		
    -		if (bio_make_pair(bio, other_bio))
    -			ret = 1;
    -		else
    -			ret = 0;
    -		}
    -		break;
    -		
    -	case BIO_C_DESTROY_BIO_PAIR:
    -		/* Affects both BIOs in the pair -- call just once!
    -		 * Or let BIO_free(bio1); BIO_free(bio2); do the job. */
    -		bio_destroy_pair(bio);
    -		ret = 1;
    -		break;
    -
    -	case BIO_C_GET_WRITE_GUARANTEE:
    -		/* How many bytes can the caller feed to the next write
    -		 * without having to keep any? */
    -		if (b->peer == NULL || b->closed)
    -			ret = 0;
    -		else
    -			ret = (long) b->size - b->len;
    -		break;
    -
    -	case BIO_C_GET_READ_REQUEST:
    -		/* If the peer unsuccessfully tried to read, how many bytes
    -		 * were requested?  (As with BIO_CTRL_PENDING, that number
    -		 * can usually be treated as boolean.) */
    -		ret = (long) b->request;
    -		break;
    -
    -	case BIO_C_RESET_READ_REQUEST:
    -		/* Reset request.  (Can be useful after read attempts
    -		 * at the other side that are meant to be non-blocking,
    -		 * e.g. when probing SSL_read to see if any data is
    -		 * available.) */
    -		b->request = 0;
    -		ret = 1;
    -		break;
    -
    -	case BIO_C_SHUTDOWN_WR:
    -		/* similar to shutdown(..., SHUT_WR) */
    -		b->closed = 1;
    -		ret = 1;
    -		break;
    -
    -	case BIO_C_NREAD0:
    -		/* prepare for non-copying read */
    -		ret = (long) bio_nread0(bio, ptr);
    -		break;
    -		
    -	case BIO_C_NREAD:
    -		/* non-copying read */
    -		ret = (long) bio_nread(bio, ptr, (size_t) num);
    -		break;
    -		
    -	case BIO_C_NWRITE0:
    -		/* prepare for non-copying write */
    -		ret = (long) bio_nwrite0(bio, ptr);
    -		break;
    -
    -	case BIO_C_NWRITE:
    -		/* non-copying write */
    -		ret = (long) bio_nwrite(bio, ptr, (size_t) num);
    -		break;
    -		
    -
    -	/* standard CTRL codes follow */
    -
    -	case BIO_CTRL_RESET:
    -		if (b->buf != NULL)
    -			{
    -			b->len = 0;
    -			b->offset = 0;
    -			}
    -		ret = 0;
    -		break;		
    -
    -	case BIO_CTRL_GET_CLOSE:
    -		ret = bio->shutdown;
    -		break;
    -
    -	case BIO_CTRL_SET_CLOSE:
    -		bio->shutdown = (int) num;
    -		ret = 1;
    -		break;
    -
    -	case BIO_CTRL_PENDING:
    -		if (b->peer != NULL)
    -			{
    -			struct bio_bio_st *peer_b = b->peer->ptr;
    -			
    -			ret = (long) peer_b->len;
    -			}
    -		else
    -			ret = 0;
    -		break;
    -
    -	case BIO_CTRL_WPENDING:
    -		if (b->buf != NULL)
    -			ret = (long) b->len;
    -		else
    -			ret = 0;
    -		break;
    -
    -	case BIO_CTRL_DUP:
    -		/* See BIO_dup_chain for circumstances we have to expect. */
    -		{
    -		BIO *other_bio = ptr;
    -		struct bio_bio_st *other_b;
    -		
    -		assert(other_bio != NULL);
    -		other_b = other_bio->ptr;
    -		assert(other_b != NULL);
    -		
    -		assert(other_b->buf == NULL); /* other_bio is always fresh */
    -
    -		other_b->size = b->size;
    -		}
    -
    -		ret = 1;
    -		break;
    -
    -	case BIO_CTRL_FLUSH:
    -		ret = 1;
    -		break;
    -
    -	case BIO_CTRL_EOF:
    -		{
    -		BIO *other_bio = ptr;
    -		
    -		if (other_bio)
    -			{
    -			struct bio_bio_st *other_b = other_bio->ptr;
    -			
    -			assert(other_b != NULL);
    -			ret = other_b->len == 0 && other_b->closed;
    -			}
    -		else
    -			ret = 1;
    -		}
    -		break;
    -
    -	default:
    -		ret = 0;
    -		}
    -	return ret;
    -	}
    +    if (b != NULL) {
    +        BIO *peer_bio = b->peer;
     
    -static int bio_puts(BIO *bio, const char *str)
    -	{
    -	return bio_write(bio, str, strlen(str));
    -	}
    +        if (peer_bio != NULL) {
    +            struct bio_bio_st *peer_b = peer_bio->ptr;
     
    +            assert(peer_b != NULL);
    +            assert(peer_b->peer == bio);
     
    -static int bio_make_pair(BIO *bio1, BIO *bio2)
    -	{
    -	struct bio_bio_st *b1, *b2;
    -
    -	assert(bio1 != NULL);
    -	assert(bio2 != NULL);
    -
    -	b1 = bio1->ptr;
    -	b2 = bio2->ptr;
    -	
    -	if (b1->peer != NULL || b2->peer != NULL)
    -		{
    -		BIOerr(BIO_F_BIO_MAKE_PAIR, BIO_R_IN_USE);
    -		return 0;
    -		}
    -	
    -	if (b1->buf == NULL)
    -		{
    -		b1->buf = OPENSSL_malloc(b1->size);
    -		if (b1->buf == NULL)
    -			{
    -			BIOerr(BIO_F_BIO_MAKE_PAIR, ERR_R_MALLOC_FAILURE);
    -			return 0;
    -			}
    -		b1->len = 0;
    -		b1->offset = 0;
    -		}
    -	
    -	if (b2->buf == NULL)
    -		{
    -		b2->buf = OPENSSL_malloc(b2->size);
    -		if (b2->buf == NULL)
    -			{
    -			BIOerr(BIO_F_BIO_MAKE_PAIR, ERR_R_MALLOC_FAILURE);
    -			return 0;
    -			}
    -		b2->len = 0;
    -		b2->offset = 0;
    -		}
    -	
    -	b1->peer = bio2;
    -	b1->closed = 0;
    -	b1->request = 0;
    -	b2->peer = bio1;
    -	b2->closed = 0;
    -	b2->request = 0;
    -
    -	bio1->init = 1;
    -	bio2->init = 1;
    -
    -	return 1;
    -	}
    +            peer_b->peer = NULL;
    +            peer_bio->init = 0;
    +            assert(peer_b->buf != NULL);
    +            peer_b->len = 0;
    +            peer_b->offset = 0;
     
    -static void bio_destroy_pair(BIO *bio)
    -	{
    -	struct bio_bio_st *b = bio->ptr;
    -
    -	if (b != NULL)
    -		{
    -		BIO *peer_bio = b->peer;
    -
    -		if (peer_bio != NULL)
    -			{
    -			struct bio_bio_st *peer_b = peer_bio->ptr;
    -
    -			assert(peer_b != NULL);
    -			assert(peer_b->peer == bio);
    -
    -			peer_b->peer = NULL;
    -			peer_bio->init = 0;
    -			assert(peer_b->buf != NULL);
    -			peer_b->len = 0;
    -			peer_b->offset = 0;
    -			
    -			b->peer = NULL;
    -			bio->init = 0;
    -			assert(b->buf != NULL);
    -			b->len = 0;
    -			b->offset = 0;
    -			}
    -		}
    -	}
    - 
    +            b->peer = NULL;
    +            bio->init = 0;
    +            assert(b->buf != NULL);
    +            b->len = 0;
    +            b->offset = 0;
    +        }
    +    }
    +}
     
     /* Exported convenience functions */
     int BIO_new_bio_pair(BIO **bio1_p, size_t writebuf1,
    -	BIO **bio2_p, size_t writebuf2)
    -	 {
    -	 BIO *bio1 = NULL, *bio2 = NULL;
    -	 long r;
    -	 int ret = 0;
    -
    -	 bio1 = BIO_new(BIO_s_bio());
    -	 if (bio1 == NULL)
    -		 goto err;
    -	 bio2 = BIO_new(BIO_s_bio());
    -	 if (bio2 == NULL)
    -		 goto err;
    -
    -	 if (writebuf1)
    -		 {
    -		 r = BIO_set_write_buf_size(bio1, writebuf1);
    -		 if (!r)
    -			 goto err;
    -		 }
    -	 if (writebuf2)
    -		 {
    -		 r = BIO_set_write_buf_size(bio2, writebuf2);
    -		 if (!r)
    -			 goto err;
    -		 }
    -
    -	 r = BIO_make_bio_pair(bio1, bio2);
    -	 if (!r)
    -		 goto err;
    -	 ret = 1;
    +                     BIO **bio2_p, size_t writebuf2)
    +{
    +    BIO *bio1 = NULL, *bio2 = NULL;
    +    long r;
    +    int ret = 0;
    +
    +    bio1 = BIO_new(BIO_s_bio());
    +    if (bio1 == NULL)
    +        goto err;
    +    bio2 = BIO_new(BIO_s_bio());
    +    if (bio2 == NULL)
    +        goto err;
    +
    +    if (writebuf1) {
    +        r = BIO_set_write_buf_size(bio1, writebuf1);
    +        if (!r)
    +            goto err;
    +    }
    +    if (writebuf2) {
    +        r = BIO_set_write_buf_size(bio2, writebuf2);
    +        if (!r)
    +            goto err;
    +    }
    +
    +    r = BIO_make_bio_pair(bio1, bio2);
    +    if (!r)
    +        goto err;
    +    ret = 1;
     
      err:
    -	 if (ret == 0)
    -		 {
    -		 if (bio1)
    -			 {
    -			 BIO_free(bio1);
    -			 bio1 = NULL;
    -			 }
    -		 if (bio2)
    -			 {
    -			 BIO_free(bio2);
    -			 bio2 = NULL;
    -			 }
    -		 }
    -
    -	 *bio1_p = bio1;
    -	 *bio2_p = bio2;
    -	 return ret;
    -	 }
    +    if (ret == 0) {
    +        if (bio1) {
    +            BIO_free(bio1);
    +            bio1 = NULL;
    +        }
    +        if (bio2) {
    +            BIO_free(bio2);
    +            bio2 = NULL;
    +        }
    +    }
    +
    +    *bio1_p = bio1;
    +    *bio2_p = bio2;
    +    return ret;
    +}
     
     size_t BIO_ctrl_get_write_guarantee(BIO *bio)
    -	{
    -	return BIO_ctrl(bio, BIO_C_GET_WRITE_GUARANTEE, 0, NULL);
    -	}
    +{
    +    return BIO_ctrl(bio, BIO_C_GET_WRITE_GUARANTEE, 0, NULL);
    +}
     
     size_t BIO_ctrl_get_read_request(BIO *bio)
    -	{
    -	return BIO_ctrl(bio, BIO_C_GET_READ_REQUEST, 0, NULL);
    -	}
    +{
    +    return BIO_ctrl(bio, BIO_C_GET_READ_REQUEST, 0, NULL);
    +}
     
     int BIO_ctrl_reset_read_request(BIO *bio)
    -	{
    -	return (BIO_ctrl(bio, BIO_C_RESET_READ_REQUEST, 0, NULL) != 0);
    -	}
    -
    +{
    +    return (BIO_ctrl(bio, BIO_C_RESET_READ_REQUEST, 0, NULL) != 0);
    +}
     
    -/* BIO_nread0/nread/nwrite0/nwrite are available only for BIO pairs for now
    - * (conceivably some other BIOs could allow non-copying reads and writes too.)
    +/*
    + * BIO_nread0/nread/nwrite0/nwrite are available only for BIO pairs for now
    + * (conceivably some other BIOs could allow non-copying reads and writes
    + * too.)
      */
     int BIO_nread0(BIO *bio, char **buf)
    -	{
    -	long ret;
    -
    -	if (!bio->init)
    -		{
    -		BIOerr(BIO_F_BIO_NREAD0, BIO_R_UNINITIALIZED);
    -		return -2;
    -		}
    -
    -	ret = BIO_ctrl(bio, BIO_C_NREAD0, 0, buf);
    -	if (ret > INT_MAX)
    -		return INT_MAX;
    -	else
    -		return (int) ret;
    -	}
    +{
    +    long ret;
    +
    +    if (!bio->init) {
    +        BIOerr(BIO_F_BIO_NREAD0, BIO_R_UNINITIALIZED);
    +        return -2;
    +    }
    +
    +    ret = BIO_ctrl(bio, BIO_C_NREAD0, 0, buf);
    +    if (ret > INT_MAX)
    +        return INT_MAX;
    +    else
    +        return (int)ret;
    +}
     
     int BIO_nread(BIO *bio, char **buf, int num)
    -	{
    -	int ret;
    +{
    +    int ret;
     
    -	if (!bio->init)
    -		{
    -		BIOerr(BIO_F_BIO_NREAD, BIO_R_UNINITIALIZED);
    -		return -2;
    -		}
    +    if (!bio->init) {
    +        BIOerr(BIO_F_BIO_NREAD, BIO_R_UNINITIALIZED);
    +        return -2;
    +    }
     
    -	ret = (int) BIO_ctrl(bio, BIO_C_NREAD, num, buf);
    -	if (ret > 0)
    -		bio->num_read += ret;
    -	return ret;
    -	}
    +    ret = (int)BIO_ctrl(bio, BIO_C_NREAD, num, buf);
    +    if (ret > 0)
    +        bio->num_read += ret;
    +    return ret;
    +}
     
     int BIO_nwrite0(BIO *bio, char **buf)
    -	{
    -	long ret;
    -
    -	if (!bio->init)
    -		{
    -		BIOerr(BIO_F_BIO_NWRITE0, BIO_R_UNINITIALIZED);
    -		return -2;
    -		}
    -
    -	ret = BIO_ctrl(bio, BIO_C_NWRITE0, 0, buf);
    -	if (ret > INT_MAX)
    -		return INT_MAX;
    -	else
    -		return (int) ret;
    -	}
    +{
    +    long ret;
    +
    +    if (!bio->init) {
    +        BIOerr(BIO_F_BIO_NWRITE0, BIO_R_UNINITIALIZED);
    +        return -2;
    +    }
    +
    +    ret = BIO_ctrl(bio, BIO_C_NWRITE0, 0, buf);
    +    if (ret > INT_MAX)
    +        return INT_MAX;
    +    else
    +        return (int)ret;
    +}
     
     int BIO_nwrite(BIO *bio, char **buf, int num)
    -	{
    -	int ret;
    -
    -	if (!bio->init)
    -		{
    -		BIOerr(BIO_F_BIO_NWRITE, BIO_R_UNINITIALIZED);
    -		return -2;
    -		}
    -
    -	ret = BIO_ctrl(bio, BIO_C_NWRITE, num, buf);
    -	if (ret > 0)
    -		bio->num_write += ret;
    -	return ret;
    -	}
    +{
    +    int ret;
    +
    +    if (!bio->init) {
    +        BIOerr(BIO_F_BIO_NWRITE, BIO_R_UNINITIALIZED);
    +        return -2;
    +    }
    +
    +    ret = BIO_ctrl(bio, BIO_C_NWRITE, num, buf);
    +    if (ret > 0)
    +        bio->num_write += ret;
    +    return ret;
    +}
    diff --git a/openssl/crypto/bio/bss_conn.c b/openssl/crypto/bio/bss_conn.c
    index c14727855..42d0afffb 100644
    --- a/openssl/crypto/bio/bss_conn.c
    +++ b/openssl/crypto/bio/bss_conn.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -64,39 +64,36 @@
     
     #ifndef OPENSSL_NO_SOCK
     
    -#ifdef OPENSSL_SYS_WIN16
    -#define SOCKET_PROTOCOL 0 /* more microsoft stupidity */
    -#else
    -#define SOCKET_PROTOCOL IPPROTO_TCP
    -#endif
    +# ifdef OPENSSL_SYS_WIN16
    +#  define SOCKET_PROTOCOL 0     /* more microsoft stupidity */
    +# else
    +#  define SOCKET_PROTOCOL IPPROTO_TCP
    +# endif
     
    -#if (defined(OPENSSL_SYS_VMS) && __VMS_VER < 70000000)
    +# if (defined(OPENSSL_SYS_VMS) && __VMS_VER < 70000000)
     /* FIONBIO used as a switch to enable ioctl, and that isn't in VMS < 7.0 */
    -#undef FIONBIO
    -#endif
    -
    -
    -typedef struct bio_connect_st
    -	{
    -	int state;
    -
    -	char *param_hostname;
    -	char *param_port;
    -	int nbio;
    -
    -	unsigned char ip[4];
    -	unsigned short port;
    -
    -	struct sockaddr_in them;
    -
    -	/* int socket; this will be kept in bio->num so that it is
    -	 * compatible with the bss_sock bio */ 
    -
    -	/* called when the connection is initially made
    -	 *  callback(BIO,state,ret);  The callback should return
    -	 * 'ret'.  state is for compatibility with the ssl info_callback */
    -	int (*info_callback)(const BIO *bio,int state,int ret);
    -	} BIO_CONNECT;
    +#  undef FIONBIO
    +# endif
    +
    +typedef struct bio_connect_st {
    +    int state;
    +    char *param_hostname;
    +    char *param_port;
    +    int nbio;
    +    unsigned char ip[4];
    +    unsigned short port;
    +    struct sockaddr_in them;
    +    /*
    +     * int socket; this will be kept in bio->num so that it is compatible
    +     * with the bss_sock bio
    +     */
    +    /*
    +     * called when the connection is initially made callback(BIO,state,ret);
    +     * The callback should return 'ret'.  state is for compatibility with the
    +     * ssl info_callback
    +     */
    +    int (*info_callback) (const BIO *bio, int state, int ret);
    +} BIO_CONNECT;
     
     static int conn_write(BIO *h, const char *buf, int num);
     static int conn_read(BIO *h, char *buf, int size);
    @@ -108,545 +105,499 @@ static long conn_callback_ctrl(BIO *h, int cmd, bio_info_cb *);
     
     static int conn_state(BIO *b, BIO_CONNECT *c);
     static void conn_close_socket(BIO *data);
    -BIO_CONNECT *BIO_CONNECT_new(void );
    +BIO_CONNECT *BIO_CONNECT_new(void);
     void BIO_CONNECT_free(BIO_CONNECT *a);
     
    -static BIO_METHOD methods_connectp=
    -	{
    -	BIO_TYPE_CONNECT,
    -	"socket connect",
    -	conn_write,
    -	conn_read,
    -	conn_puts,
    -	NULL, /* connect_gets, */
    -	conn_ctrl,
    -	conn_new,
    -	conn_free,
    -	conn_callback_ctrl,
    -	};
    +static BIO_METHOD methods_connectp = {
    +    BIO_TYPE_CONNECT,
    +    "socket connect",
    +    conn_write,
    +    conn_read,
    +    conn_puts,
    +    NULL,                       /* connect_gets, */
    +    conn_ctrl,
    +    conn_new,
    +    conn_free,
    +    conn_callback_ctrl,
    +};
     
     static int conn_state(BIO *b, BIO_CONNECT *c)
    -	{
    -	int ret= -1,i;
    -	unsigned long l;
    -	char *p,*q;
    -	int (*cb)(const BIO *,int,int)=NULL;
    -
    -	if (c->info_callback != NULL)
    -		cb=c->info_callback;
    -
    -	for (;;)
    -		{
    -		switch (c->state)
    -			{
    -		case BIO_CONN_S_BEFORE:
    -			p=c->param_hostname;
    -			if (p == NULL)
    -				{
    -				BIOerr(BIO_F_CONN_STATE,BIO_R_NO_HOSTNAME_SPECIFIED);
    -				goto exit_loop;
    -				}
    -			for ( ; *p != '\0'; p++)
    -				{
    -				if ((*p == ':') || (*p == '/')) break;
    -				}
    -
    -			i= *p;
    -			if ((i == ':') || (i == '/'))
    -				{
    -
    -				*(p++)='\0';
    -				if (i == ':')
    -					{
    -					for (q=p; *q; q++)
    -						if (*q == '/')
    -							{
    -							*q='\0';
    -							break;
    -							}
    -					if (c->param_port != NULL)
    -						OPENSSL_free(c->param_port);
    -					c->param_port=BUF_strdup(p);
    -					}
    -				}
    -
    -			if (c->param_port == NULL)
    -				{
    -				BIOerr(BIO_F_CONN_STATE,BIO_R_NO_PORT_SPECIFIED);
    -				ERR_add_error_data(2,"host=",c->param_hostname);
    -				goto exit_loop;
    -				}
    -			c->state=BIO_CONN_S_GET_IP;
    -			break;
    -
    -		case BIO_CONN_S_GET_IP:
    -			if (BIO_get_host_ip(c->param_hostname,&(c->ip[0])) <= 0)
    -				goto exit_loop;
    -			c->state=BIO_CONN_S_GET_PORT;
    -			break;
    -
    -		case BIO_CONN_S_GET_PORT:
    -			if (c->param_port == NULL)
    -				{
    -				/* abort(); */
    -				goto exit_loop;
    -				}
    -			else if (BIO_get_port(c->param_port,&c->port) <= 0)
    -				goto exit_loop;
    -			c->state=BIO_CONN_S_CREATE_SOCKET;
    -			break;
    -
    -		case BIO_CONN_S_CREATE_SOCKET:
    -			/* now setup address */
    -			memset((char *)&c->them,0,sizeof(c->them));
    -			c->them.sin_family=AF_INET;
    -			c->them.sin_port=htons((unsigned short)c->port);
    -			l=(unsigned long)
    -				((unsigned long)c->ip[0]<<24L)|
    -				((unsigned long)c->ip[1]<<16L)|
    -				((unsigned long)c->ip[2]<< 8L)|
    -				((unsigned long)c->ip[3]);
    -			c->them.sin_addr.s_addr=htonl(l);
    -			c->state=BIO_CONN_S_CREATE_SOCKET;
    -
    -			ret=socket(AF_INET,SOCK_STREAM,SOCKET_PROTOCOL);
    -			if (ret == INVALID_SOCKET)
    -				{
    -				SYSerr(SYS_F_SOCKET,get_last_socket_error());
    -				ERR_add_error_data(4,"host=",c->param_hostname,
    -					":",c->param_port);
    -				BIOerr(BIO_F_CONN_STATE,BIO_R_UNABLE_TO_CREATE_SOCKET);
    -				goto exit_loop;
    -				}
    -			b->num=ret;
    -			c->state=BIO_CONN_S_NBIO;
    -			break;
    -
    -		case BIO_CONN_S_NBIO:
    -			if (c->nbio)
    -				{
    -				if (!BIO_socket_nbio(b->num,1))
    -					{
    -					BIOerr(BIO_F_CONN_STATE,BIO_R_ERROR_SETTING_NBIO);
    -					ERR_add_error_data(4,"host=",
    -						c->param_hostname,
    -						":",c->param_port);
    -					goto exit_loop;
    -					}
    -				}
    -			c->state=BIO_CONN_S_CONNECT;
    -
    -#if defined(SO_KEEPALIVE) && !defined(OPENSSL_SYS_MPE)
    -			i=1;
    -			i=setsockopt(b->num,SOL_SOCKET,SO_KEEPALIVE,(char *)&i,sizeof(i));
    -			if (i < 0)
    -				{
    -				SYSerr(SYS_F_SOCKET,get_last_socket_error());
    -				ERR_add_error_data(4,"host=",c->param_hostname,
    -					":",c->param_port);
    -				BIOerr(BIO_F_CONN_STATE,BIO_R_KEEPALIVE);
    -				goto exit_loop;
    -				}
    -#endif
    -			break;
    -
    -		case BIO_CONN_S_CONNECT:
    -			BIO_clear_retry_flags(b);
    -			ret=connect(b->num,
    -				(struct sockaddr *)&c->them,
    -				sizeof(c->them));
    -			b->retry_reason=0;
    -			if (ret < 0)
    -				{
    -				if (BIO_sock_should_retry(ret))
    -					{
    -					BIO_set_retry_special(b);
    -					c->state=BIO_CONN_S_BLOCKED_CONNECT;
    -					b->retry_reason=BIO_RR_CONNECT;
    -					}
    -				else
    -					{
    -					SYSerr(SYS_F_CONNECT,get_last_socket_error());
    -					ERR_add_error_data(4,"host=",
    -						c->param_hostname,
    -						":",c->param_port);
    -					BIOerr(BIO_F_CONN_STATE,BIO_R_CONNECT_ERROR);
    -					}
    -				goto exit_loop;
    -				}
    -			else
    -				c->state=BIO_CONN_S_OK;
    -			break;
    -
    -		case BIO_CONN_S_BLOCKED_CONNECT:
    -			i=BIO_sock_error(b->num);
    -			if (i)
    -				{
    -				BIO_clear_retry_flags(b);
    -				SYSerr(SYS_F_CONNECT,i);
    -				ERR_add_error_data(4,"host=",
    -					c->param_hostname,
    -					":",c->param_port);
    -				BIOerr(BIO_F_CONN_STATE,BIO_R_NBIO_CONNECT_ERROR);
    -				ret=0;
    -				goto exit_loop;
    -				}
    -			else
    -				c->state=BIO_CONN_S_OK;
    -			break;
    -
    -		case BIO_CONN_S_OK:
    -			ret=1;
    -			goto exit_loop;
    -		default:
    -			/* abort(); */
    -			goto exit_loop;
    -			}
    -
    -		if (cb != NULL)
    -			{
    -			if (!(ret=cb((BIO *)b,c->state,ret)))
    -				goto end;
    -			}
    -		}
    -
    -	/* Loop does not exit */
    -exit_loop:
    -	if (cb != NULL)
    -		ret=cb((BIO *)b,c->state,ret);
    -end:
    -	return(ret);
    -	}
    +{
    +    int ret = -1, i;
    +    unsigned long l;
    +    char *p, *q;
    +    int (*cb) (const BIO *, int, int) = NULL;
    +
    +    if (c->info_callback != NULL)
    +        cb = c->info_callback;
    +
    +    for (;;) {
    +        switch (c->state) {
    +        case BIO_CONN_S_BEFORE:
    +            p = c->param_hostname;
    +            if (p == NULL) {
    +                BIOerr(BIO_F_CONN_STATE, BIO_R_NO_HOSTNAME_SPECIFIED);
    +                goto exit_loop;
    +            }
    +            for (; *p != '\0'; p++) {
    +                if ((*p == ':') || (*p == '/'))
    +                    break;
    +            }
    +
    +            i = *p;
    +            if ((i == ':') || (i == '/')) {
    +
    +                *(p++) = '\0';
    +                if (i == ':') {
    +                    for (q = p; *q; q++)
    +                        if (*q == '/') {
    +                            *q = '\0';
    +                            break;
    +                        }
    +                    if (c->param_port != NULL)
    +                        OPENSSL_free(c->param_port);
    +                    c->param_port = BUF_strdup(p);
    +                }
    +            }
    +
    +            if (c->param_port == NULL) {
    +                BIOerr(BIO_F_CONN_STATE, BIO_R_NO_PORT_SPECIFIED);
    +                ERR_add_error_data(2, "host=", c->param_hostname);
    +                goto exit_loop;
    +            }
    +            c->state = BIO_CONN_S_GET_IP;
    +            break;
    +
    +        case BIO_CONN_S_GET_IP:
    +            if (BIO_get_host_ip(c->param_hostname, &(c->ip[0])) <= 0)
    +                goto exit_loop;
    +            c->state = BIO_CONN_S_GET_PORT;
    +            break;
    +
    +        case BIO_CONN_S_GET_PORT:
    +            if (c->param_port == NULL) {
    +                /* abort(); */
    +                goto exit_loop;
    +            } else if (BIO_get_port(c->param_port, &c->port) <= 0)
    +                goto exit_loop;
    +            c->state = BIO_CONN_S_CREATE_SOCKET;
    +            break;
    +
    +        case BIO_CONN_S_CREATE_SOCKET:
    +            /* now setup address */
    +            memset((char *)&c->them, 0, sizeof(c->them));
    +            c->them.sin_family = AF_INET;
    +            c->them.sin_port = htons((unsigned short)c->port);
    +            l = (unsigned long)
    +                ((unsigned long)c->ip[0] << 24L) |
    +                ((unsigned long)c->ip[1] << 16L) |
    +                ((unsigned long)c->ip[2] << 8L) | ((unsigned long)c->ip[3]);
    +            c->them.sin_addr.s_addr = htonl(l);
    +            c->state = BIO_CONN_S_CREATE_SOCKET;
    +
    +            ret = socket(AF_INET, SOCK_STREAM, SOCKET_PROTOCOL);
    +            if (ret == INVALID_SOCKET) {
    +                SYSerr(SYS_F_SOCKET, get_last_socket_error());
    +                ERR_add_error_data(4, "host=", c->param_hostname,
    +                                   ":", c->param_port);
    +                BIOerr(BIO_F_CONN_STATE, BIO_R_UNABLE_TO_CREATE_SOCKET);
    +                goto exit_loop;
    +            }
    +            b->num = ret;
    +            c->state = BIO_CONN_S_NBIO;
    +            break;
    +
    +        case BIO_CONN_S_NBIO:
    +            if (c->nbio) {
    +                if (!BIO_socket_nbio(b->num, 1)) {
    +                    BIOerr(BIO_F_CONN_STATE, BIO_R_ERROR_SETTING_NBIO);
    +                    ERR_add_error_data(4, "host=",
    +                                       c->param_hostname, ":", c->param_port);
    +                    goto exit_loop;
    +                }
    +            }
    +            c->state = BIO_CONN_S_CONNECT;
    +
    +# if defined(SO_KEEPALIVE) && !defined(OPENSSL_SYS_MPE)
    +            i = 1;
    +            i = setsockopt(b->num, SOL_SOCKET, SO_KEEPALIVE, (char *)&i,
    +                           sizeof(i));
    +            if (i < 0) {
    +                SYSerr(SYS_F_SOCKET, get_last_socket_error());
    +                ERR_add_error_data(4, "host=", c->param_hostname,
    +                                   ":", c->param_port);
    +                BIOerr(BIO_F_CONN_STATE, BIO_R_KEEPALIVE);
    +                goto exit_loop;
    +            }
    +# endif
    +            break;
    +
    +        case BIO_CONN_S_CONNECT:
    +            BIO_clear_retry_flags(b);
    +            ret = connect(b->num,
    +                          (struct sockaddr *)&c->them, sizeof(c->them));
    +            b->retry_reason = 0;
    +            if (ret < 0) {
    +                if (BIO_sock_should_retry(ret)) {
    +                    BIO_set_retry_special(b);
    +                    c->state = BIO_CONN_S_BLOCKED_CONNECT;
    +                    b->retry_reason = BIO_RR_CONNECT;
    +                } else {
    +                    SYSerr(SYS_F_CONNECT, get_last_socket_error());
    +                    ERR_add_error_data(4, "host=",
    +                                       c->param_hostname, ":", c->param_port);
    +                    BIOerr(BIO_F_CONN_STATE, BIO_R_CONNECT_ERROR);
    +                }
    +                goto exit_loop;
    +            } else
    +                c->state = BIO_CONN_S_OK;
    +            break;
    +
    +        case BIO_CONN_S_BLOCKED_CONNECT:
    +            i = BIO_sock_error(b->num);
    +            if (i) {
    +                BIO_clear_retry_flags(b);
    +                SYSerr(SYS_F_CONNECT, i);
    +                ERR_add_error_data(4, "host=",
    +                                   c->param_hostname, ":", c->param_port);
    +                BIOerr(BIO_F_CONN_STATE, BIO_R_NBIO_CONNECT_ERROR);
    +                ret = 0;
    +                goto exit_loop;
    +            } else
    +                c->state = BIO_CONN_S_OK;
    +            break;
    +
    +        case BIO_CONN_S_OK:
    +            ret = 1;
    +            goto exit_loop;
    +        default:
    +            /* abort(); */
    +            goto exit_loop;
    +        }
    +
    +        if (cb != NULL) {
    +            if (!(ret = cb((BIO *)b, c->state, ret)))
    +                goto end;
    +        }
    +    }
    +
    +    /* Loop does not exit */
    + exit_loop:
    +    if (cb != NULL)
    +        ret = cb((BIO *)b, c->state, ret);
    + end:
    +    return (ret);
    +}
     
     BIO_CONNECT *BIO_CONNECT_new(void)
    -	{
    -	BIO_CONNECT *ret;
    -
    -	if ((ret=(BIO_CONNECT *)OPENSSL_malloc(sizeof(BIO_CONNECT))) == NULL)
    -		return(NULL);
    -	ret->state=BIO_CONN_S_BEFORE;
    -	ret->param_hostname=NULL;
    -	ret->param_port=NULL;
    -	ret->info_callback=NULL;
    -	ret->nbio=0;
    -	ret->ip[0]=0;
    -	ret->ip[1]=0;
    -	ret->ip[2]=0;
    -	ret->ip[3]=0;
    -	ret->port=0;
    -	memset((char *)&ret->them,0,sizeof(ret->them));
    -	return(ret);
    -	}
    +{
    +    BIO_CONNECT *ret;
    +
    +    if ((ret = (BIO_CONNECT *)OPENSSL_malloc(sizeof(BIO_CONNECT))) == NULL)
    +        return (NULL);
    +    ret->state = BIO_CONN_S_BEFORE;
    +    ret->param_hostname = NULL;
    +    ret->param_port = NULL;
    +    ret->info_callback = NULL;
    +    ret->nbio = 0;
    +    ret->ip[0] = 0;
    +    ret->ip[1] = 0;
    +    ret->ip[2] = 0;
    +    ret->ip[3] = 0;
    +    ret->port = 0;
    +    memset((char *)&ret->them, 0, sizeof(ret->them));
    +    return (ret);
    +}
     
     void BIO_CONNECT_free(BIO_CONNECT *a)
    -	{
    -	if(a == NULL)
    -	    return;
    +{
    +    if (a == NULL)
    +        return;
     
    -	if (a->param_hostname != NULL)
    -		OPENSSL_free(a->param_hostname);
    -	if (a->param_port != NULL)
    -		OPENSSL_free(a->param_port);
    -	OPENSSL_free(a);
    -	}
    +    if (a->param_hostname != NULL)
    +        OPENSSL_free(a->param_hostname);
    +    if (a->param_port != NULL)
    +        OPENSSL_free(a->param_port);
    +    OPENSSL_free(a);
    +}
     
     BIO_METHOD *BIO_s_connect(void)
    -	{
    -	return(&methods_connectp);
    -	}
    +{
    +    return (&methods_connectp);
    +}
     
     static int conn_new(BIO *bi)
    -	{
    -	bi->init=0;
    -	bi->num=INVALID_SOCKET;
    -	bi->flags=0;
    -	if ((bi->ptr=(char *)BIO_CONNECT_new()) == NULL)
    -		return(0);
    -	else
    -		return(1);
    -	}
    +{
    +    bi->init = 0;
    +    bi->num = INVALID_SOCKET;
    +    bi->flags = 0;
    +    if ((bi->ptr = (char *)BIO_CONNECT_new()) == NULL)
    +        return (0);
    +    else
    +        return (1);
    +}
     
     static void conn_close_socket(BIO *bio)
    -	{
    -	BIO_CONNECT *c;
    -
    -	c=(BIO_CONNECT *)bio->ptr;
    -	if (bio->num != INVALID_SOCKET)
    -		{
    -		/* Only do a shutdown if things were established */
    -		if (c->state == BIO_CONN_S_OK)
    -			shutdown(bio->num,2);
    -		closesocket(bio->num);
    -		bio->num=INVALID_SOCKET;
    -		}
    -	}
    +{
    +    BIO_CONNECT *c;
    +
    +    c = (BIO_CONNECT *)bio->ptr;
    +    if (bio->num != INVALID_SOCKET) {
    +        /* Only do a shutdown if things were established */
    +        if (c->state == BIO_CONN_S_OK)
    +            shutdown(bio->num, 2);
    +        closesocket(bio->num);
    +        bio->num = INVALID_SOCKET;
    +    }
    +}
     
     static int conn_free(BIO *a)
    -	{
    -	BIO_CONNECT *data;
    -
    -	if (a == NULL) return(0);
    -	data=(BIO_CONNECT *)a->ptr;
    -	 
    -	if (a->shutdown)
    -		{
    -		conn_close_socket(a);
    -		BIO_CONNECT_free(data);
    -		a->ptr=NULL;
    -		a->flags=0;
    -		a->init=0;
    -		}
    -	return(1);
    -	}
    -	
    +{
    +    BIO_CONNECT *data;
    +
    +    if (a == NULL)
    +        return (0);
    +    data = (BIO_CONNECT *)a->ptr;
    +
    +    if (a->shutdown) {
    +        conn_close_socket(a);
    +        BIO_CONNECT_free(data);
    +        a->ptr = NULL;
    +        a->flags = 0;
    +        a->init = 0;
    +    }
    +    return (1);
    +}
    +
     static int conn_read(BIO *b, char *out, int outl)
    -	{
    -	int ret=0;
    -	BIO_CONNECT *data;
    -
    -	data=(BIO_CONNECT *)b->ptr;
    -	if (data->state != BIO_CONN_S_OK)
    -		{
    -		ret=conn_state(b,data);
    -		if (ret <= 0)
    -				return(ret);
    -		}
    -
    -	if (out != NULL)
    -		{
    -		clear_socket_error();
    -		ret=readsocket(b->num,out,outl);
    -		BIO_clear_retry_flags(b);
    -		if (ret <= 0)
    -			{
    -			if (BIO_sock_should_retry(ret))
    -				BIO_set_retry_read(b);
    -			}
    -		}
    -	return(ret);
    -	}
    +{
    +    int ret = 0;
    +    BIO_CONNECT *data;
    +
    +    data = (BIO_CONNECT *)b->ptr;
    +    if (data->state != BIO_CONN_S_OK) {
    +        ret = conn_state(b, data);
    +        if (ret <= 0)
    +            return (ret);
    +    }
    +
    +    if (out != NULL) {
    +        clear_socket_error();
    +        ret = readsocket(b->num, out, outl);
    +        BIO_clear_retry_flags(b);
    +        if (ret <= 0) {
    +            if (BIO_sock_should_retry(ret))
    +                BIO_set_retry_read(b);
    +        }
    +    }
    +    return (ret);
    +}
     
     static int conn_write(BIO *b, const char *in, int inl)
    -	{
    -	int ret;
    -	BIO_CONNECT *data;
    -
    -	data=(BIO_CONNECT *)b->ptr;
    -	if (data->state != BIO_CONN_S_OK)
    -		{
    -		ret=conn_state(b,data);
    -		if (ret <= 0) return(ret);
    -		}
    -
    -	clear_socket_error();
    -	ret=writesocket(b->num,in,inl);
    -	BIO_clear_retry_flags(b);
    -	if (ret <= 0)
    -		{
    -		if (BIO_sock_should_retry(ret))
    -			BIO_set_retry_write(b);
    -		}
    -	return(ret);
    -	}
    +{
    +    int ret;
    +    BIO_CONNECT *data;
    +
    +    data = (BIO_CONNECT *)b->ptr;
    +    if (data->state != BIO_CONN_S_OK) {
    +        ret = conn_state(b, data);
    +        if (ret <= 0)
    +            return (ret);
    +    }
    +
    +    clear_socket_error();
    +    ret = writesocket(b->num, in, inl);
    +    BIO_clear_retry_flags(b);
    +    if (ret <= 0) {
    +        if (BIO_sock_should_retry(ret))
    +            BIO_set_retry_write(b);
    +    }
    +    return (ret);
    +}
     
     static long conn_ctrl(BIO *b, int cmd, long num, void *ptr)
    -	{
    -	BIO *dbio;
    -	int *ip;
    -	const char **pptr;
    -	long ret=1;
    -	BIO_CONNECT *data;
    -
    -	data=(BIO_CONNECT *)b->ptr;
    -
    -	switch (cmd)
    -		{
    -	case BIO_CTRL_RESET:
    -		ret=0;
    -		data->state=BIO_CONN_S_BEFORE;
    -		conn_close_socket(b);
    -		b->flags=0;
    -		break;
    -	case BIO_C_DO_STATE_MACHINE:
    -		/* use this one to start the connection */
    -		if (data->state != BIO_CONN_S_OK)
    -			ret=(long)conn_state(b,data);
    -		else
    -			ret=1;
    -		break;
    -	case BIO_C_GET_CONNECT:
    -		if (ptr != NULL)
    -			{
    -			pptr=(const char **)ptr;
    -			if (num == 0)
    -				{
    -				*pptr=data->param_hostname;
    -
    -				}
    -			else if (num == 1)
    -				{
    -				*pptr=data->param_port;
    -				}
    -			else if (num == 2)
    -				{
    -				*pptr= (char *)&(data->ip[0]);
    -				}
    -			else if (num == 3)
    -				{
    -				*((int *)ptr)=data->port;
    -				}
    -			if ((!b->init) || (ptr == NULL))
    -				*pptr="not initialized";
    -			ret=1;
    -			}
    -		break;
    -	case BIO_C_SET_CONNECT:
    -		if (ptr != NULL)
    -			{
    -			b->init=1;
    -			if (num == 0)
    -				{
    -				if (data->param_hostname != NULL)
    -					OPENSSL_free(data->param_hostname);
    -				data->param_hostname=BUF_strdup(ptr);
    -				}
    -			else if (num == 1)
    -				{
    -				if (data->param_port != NULL)
    -					OPENSSL_free(data->param_port);
    -				data->param_port=BUF_strdup(ptr);
    -				}
    -			else if (num == 2)
    -				{
    -				char buf[16];
    -				unsigned char *p = ptr;
    -
    -				BIO_snprintf(buf,sizeof buf,"%d.%d.%d.%d",
    -					     p[0],p[1],p[2],p[3]);
    -				if (data->param_hostname != NULL)
    -					OPENSSL_free(data->param_hostname);
    -				data->param_hostname=BUF_strdup(buf);
    -				memcpy(&(data->ip[0]),ptr,4);
    -				}
    -			else if (num == 3)
    -				{
    -				char buf[DECIMAL_SIZE(int)+1];
    -
    -				BIO_snprintf(buf,sizeof buf,"%d",*(int *)ptr);
    -				if (data->param_port != NULL)
    -					OPENSSL_free(data->param_port);
    -				data->param_port=BUF_strdup(buf);
    -				data->port= *(int *)ptr;
    -				}
    -			}
    -		break;
    -	case BIO_C_SET_NBIO:
    -		data->nbio=(int)num;
    -		break;
    -	case BIO_C_GET_FD:
    -		if (b->init)
    -			{
    -			ip=(int *)ptr;
    -			if (ip != NULL)
    -				*ip=b->num;
    -			ret=b->num;
    -			}
    -		else
    -			ret= -1;
    -		break;
    -	case BIO_CTRL_GET_CLOSE:
    -		ret=b->shutdown;
    -		break;
    -	case BIO_CTRL_SET_CLOSE:
    -		b->shutdown=(int)num;
    -		break;
    -	case BIO_CTRL_PENDING:
    -	case BIO_CTRL_WPENDING:
    -		ret=0;
    -		break;
    -	case BIO_CTRL_FLUSH:
    -		break;
    -	case BIO_CTRL_DUP:
    -		{
    -		dbio=(BIO *)ptr;
    -		if (data->param_port)
    -			BIO_set_conn_port(dbio,data->param_port);
    -		if (data->param_hostname)
    -			BIO_set_conn_hostname(dbio,data->param_hostname);
    -		BIO_set_nbio(dbio,data->nbio);
    -		/* FIXME: the cast of the function seems unlikely to be a good idea */
    -                (void)BIO_set_info_callback(dbio,(bio_info_cb *)data->info_callback);
    -		}
    -		break;
    -	case BIO_CTRL_SET_CALLBACK:
    -		{
    -#if 0 /* FIXME: Should this be used?  -- Richard Levitte */
    -		BIOerr(BIO_F_CONN_CTRL, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		ret = -1;
    -#else
    -		ret=0;
    -#endif
    -		}
    -		break;
    -	case BIO_CTRL_GET_CALLBACK:
    -		{
    -		int (**fptr)(const BIO *bio,int state,int xret);
    -
    -		fptr=(int (**)(const BIO *bio,int state,int xret))ptr;
    -		*fptr=data->info_callback;
    -		}
    -		break;
    -	default:
    -		ret=0;
    -		break;
    -		}
    -	return(ret);
    -	}
    +{
    +    BIO *dbio;
    +    int *ip;
    +    const char **pptr;
    +    long ret = 1;
    +    BIO_CONNECT *data;
    +
    +    data = (BIO_CONNECT *)b->ptr;
    +
    +    switch (cmd) {
    +    case BIO_CTRL_RESET:
    +        ret = 0;
    +        data->state = BIO_CONN_S_BEFORE;
    +        conn_close_socket(b);
    +        b->flags = 0;
    +        break;
    +    case BIO_C_DO_STATE_MACHINE:
    +        /* use this one to start the connection */
    +        if (data->state != BIO_CONN_S_OK)
    +            ret = (long)conn_state(b, data);
    +        else
    +            ret = 1;
    +        break;
    +    case BIO_C_GET_CONNECT:
    +        if (ptr != NULL) {
    +            pptr = (const char **)ptr;
    +            if (num == 0) {
    +                *pptr = data->param_hostname;
    +
    +            } else if (num == 1) {
    +                *pptr = data->param_port;
    +            } else if (num == 2) {
    +                *pptr = (char *)&(data->ip[0]);
    +            } else if (num == 3) {
    +                *((int *)ptr) = data->port;
    +            }
    +            if ((!b->init) || (ptr == NULL))
    +                *pptr = "not initialized";
    +            ret = 1;
    +        }
    +        break;
    +    case BIO_C_SET_CONNECT:
    +        if (ptr != NULL) {
    +            b->init = 1;
    +            if (num == 0) {
    +                if (data->param_hostname != NULL)
    +                    OPENSSL_free(data->param_hostname);
    +                data->param_hostname = BUF_strdup(ptr);
    +            } else if (num == 1) {
    +                if (data->param_port != NULL)
    +                    OPENSSL_free(data->param_port);
    +                data->param_port = BUF_strdup(ptr);
    +            } else if (num == 2) {
    +                char buf[16];
    +                unsigned char *p = ptr;
    +
    +                BIO_snprintf(buf, sizeof buf, "%d.%d.%d.%d",
    +                             p[0], p[1], p[2], p[3]);
    +                if (data->param_hostname != NULL)
    +                    OPENSSL_free(data->param_hostname);
    +                data->param_hostname = BUF_strdup(buf);
    +                memcpy(&(data->ip[0]), ptr, 4);
    +            } else if (num == 3) {
    +                char buf[DECIMAL_SIZE(int) + 1];
    +
    +                BIO_snprintf(buf, sizeof buf, "%d", *(int *)ptr);
    +                if (data->param_port != NULL)
    +                    OPENSSL_free(data->param_port);
    +                data->param_port = BUF_strdup(buf);
    +                data->port = *(int *)ptr;
    +            }
    +        }
    +        break;
    +    case BIO_C_SET_NBIO:
    +        data->nbio = (int)num;
    +        break;
    +    case BIO_C_GET_FD:
    +        if (b->init) {
    +            ip = (int *)ptr;
    +            if (ip != NULL)
    +                *ip = b->num;
    +            ret = b->num;
    +        } else
    +            ret = -1;
    +        break;
    +    case BIO_CTRL_GET_CLOSE:
    +        ret = b->shutdown;
    +        break;
    +    case BIO_CTRL_SET_CLOSE:
    +        b->shutdown = (int)num;
    +        break;
    +    case BIO_CTRL_PENDING:
    +    case BIO_CTRL_WPENDING:
    +        ret = 0;
    +        break;
    +    case BIO_CTRL_FLUSH:
    +        break;
    +    case BIO_CTRL_DUP:
    +        {
    +            dbio = (BIO *)ptr;
    +            if (data->param_port)
    +                BIO_set_conn_port(dbio, data->param_port);
    +            if (data->param_hostname)
    +                BIO_set_conn_hostname(dbio, data->param_hostname);
    +            BIO_set_nbio(dbio, data->nbio);
    +            /*
    +             * FIXME: the cast of the function seems unlikely to be a good
    +             * idea
    +             */
    +            (void)BIO_set_info_callback(dbio,
    +                                        (bio_info_cb *)data->info_callback);
    +        }
    +        break;
    +    case BIO_CTRL_SET_CALLBACK:
    +        {
    +# if 0                          /* FIXME: Should this be used? -- Richard
    +                                 * Levitte */
    +            BIOerr(BIO_F_CONN_CTRL, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +            ret = -1;
    +# else
    +            ret = 0;
    +# endif
    +        }
    +        break;
    +    case BIO_CTRL_GET_CALLBACK:
    +        {
    +            int (**fptr) (const BIO *bio, int state, int xret);
    +
    +            fptr = (int (**)(const BIO *bio, int state, int xret))ptr;
    +            *fptr = data->info_callback;
    +        }
    +        break;
    +    default:
    +        ret = 0;
    +        break;
    +    }
    +    return (ret);
    +}
     
     static long conn_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp)
    -	{
    -	long ret=1;
    -	BIO_CONNECT *data;
    -
    -	data=(BIO_CONNECT *)b->ptr;
    -
    -	switch (cmd)
    -		{
    -	case BIO_CTRL_SET_CALLBACK:
    -		{
    -		data->info_callback=(int (*)(const struct bio_st *, int, int))fp;
    -		}
    -		break;
    -	default:
    -		ret=0;
    -		break;
    -		}
    -	return(ret);
    -	}
    +{
    +    long ret = 1;
    +    BIO_CONNECT *data;
    +
    +    data = (BIO_CONNECT *)b->ptr;
    +
    +    switch (cmd) {
    +    case BIO_CTRL_SET_CALLBACK:
    +        {
    +            data->info_callback =
    +                (int (*)(const struct bio_st *, int, int))fp;
    +        }
    +        break;
    +    default:
    +        ret = 0;
    +        break;
    +    }
    +    return (ret);
    +}
     
     static int conn_puts(BIO *bp, const char *str)
    -	{
    -	int n,ret;
    -
    -	n=strlen(str);
    -	ret=conn_write(bp,str,n);
    -	return(ret);
    -	}
    -
    -BIO *BIO_new_connect(char *str)
    -	{
    -	BIO *ret;
    -
    -	ret=BIO_new(BIO_s_connect());
    -	if (ret == NULL) return(NULL);
    -	if (BIO_set_conn_hostname(ret,str))
    -		return(ret);
    -	else
    -		{
    -		BIO_free(ret);
    -		return(NULL);
    -		}
    -	}
    +{
    +    int n, ret;
    +
    +    n = strlen(str);
    +    ret = conn_write(bp, str, n);
    +    return (ret);
    +}
    +
    +BIO *BIO_new_connect(const char *str)
    +{
    +    BIO *ret;
    +
    +    ret = BIO_new(BIO_s_connect());
    +    if (ret == NULL)
    +        return (NULL);
    +    if (BIO_set_conn_hostname(ret, str))
    +        return (ret);
    +    else {
    +        BIO_free(ret);
    +        return (NULL);
    +    }
    +}
     
     #endif
    -
    diff --git a/openssl/crypto/bio/bss_dgram.c b/openssl/crypto/bio/bss_dgram.c
    index d9967e727..fcbae5f74 100644
    --- a/openssl/crypto/bio/bss_dgram.c
    +++ b/openssl/crypto/bio/bss_dgram.c
    @@ -1,7 +1,7 @@
     /* crypto/bio/bio_dgram.c */
    -/* 
    +/*
      * DTLS implementation written by Nagendra Modadugu
    - * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.  
    + * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
      */
     /* ====================================================================
      * Copyright (c) 1999-2005 The OpenSSL Project.  All rights reserved.
    @@ -11,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -57,7 +57,6 @@
      *
      */
     
    -
     #include 
     #include 
     #define USE_SOCKETS
    @@ -66,36 +65,40 @@
     #include 
     #ifndef OPENSSL_NO_DGRAM
     
    -#if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_VMS)
    -#include 
    -#endif
    +# if defined(OPENSSL_SYS_VMS)
    +#  include 
    +# endif
     
    -#ifndef OPENSSL_NO_SCTP
    -#include 
    -#include 
    -#define OPENSSL_SCTP_DATA_CHUNK_TYPE            0x00
    -#define OPENSSL_SCTP_FORWARD_CUM_TSN_CHUNK_TYPE 0xc0
    -#endif
    +# ifndef OPENSSL_NO_SCTP
    +#  include 
    +#  include 
    +#  define OPENSSL_SCTP_DATA_CHUNK_TYPE            0x00
    +#  define OPENSSL_SCTP_FORWARD_CUM_TSN_CHUNK_TYPE 0xc0
    +# endif
     
    -#if defined(OPENSSL_SYS_LINUX) && !defined(IP_MTU)
    -#define IP_MTU      14 /* linux is lame */
    -#endif
    +# if defined(OPENSSL_SYS_LINUX) && !defined(IP_MTU)
    +#  define IP_MTU      14        /* linux is lame */
    +# endif
     
    -#if defined(__FreeBSD__) && defined(IN6_IS_ADDR_V4MAPPED)
    +# if OPENSSL_USE_IPV6 && !defined(IPPROTO_IPV6)
    +#  define IPPROTO_IPV6 41       /* windows is lame */
    +# endif
    +
    +# if defined(__FreeBSD__) && defined(IN6_IS_ADDR_V4MAPPED)
     /* Standard definition causes type-punning problems. */
    -#undef IN6_IS_ADDR_V4MAPPED
    -#define s6_addr32 __u6_addr.__u6_addr32
    -#define IN6_IS_ADDR_V4MAPPED(a)               \
    +#  undef IN6_IS_ADDR_V4MAPPED
    +#  define s6_addr32 __u6_addr.__u6_addr32
    +#  define IN6_IS_ADDR_V4MAPPED(a)               \
             (((a)->s6_addr32[0] == 0) &&          \
              ((a)->s6_addr32[1] == 0) &&          \
              ((a)->s6_addr32[2] == htonl(0x0000ffff)))
    -#endif
    +# endif
     
    -#ifdef WATT32
    -#define sock_write SockWrite  /* Watt-32 uses same names */
    -#define sock_read  SockRead
    -#define sock_puts  SockPuts
    -#endif
    +# ifdef WATT32
    +#  define sock_write SockWrite  /* Watt-32 uses same names */
    +#  define sock_read  SockRead
    +#  define sock_puts  SockPuts
    +# endif
     
     static int dgram_write(BIO *h, const char *buf, int num);
     static int dgram_read(BIO *h, char *buf, int size);
    @@ -105,1768 +108,1962 @@ static int dgram_new(BIO *h);
     static int dgram_free(BIO *data);
     static int dgram_clear(BIO *bio);
     
    -#ifndef OPENSSL_NO_SCTP
    +# ifndef OPENSSL_NO_SCTP
     static int dgram_sctp_write(BIO *h, const char *buf, int num);
     static int dgram_sctp_read(BIO *h, char *buf, int size);
     static int dgram_sctp_puts(BIO *h, const char *str);
     static long dgram_sctp_ctrl(BIO *h, int cmd, long arg1, void *arg2);
     static int dgram_sctp_new(BIO *h);
     static int dgram_sctp_free(BIO *data);
    -#ifdef SCTP_AUTHENTICATION_EVENT
    -static void dgram_sctp_handle_auth_free_key_event(BIO *b, union sctp_notification *snp);
    -#endif
    -#endif
    +#  ifdef SCTP_AUTHENTICATION_EVENT
    +static void dgram_sctp_handle_auth_free_key_event(BIO *b, union sctp_notification
    +                                                  *snp);
    +#  endif
    +# endif
     
     static int BIO_dgram_should_retry(int s);
     
     static void get_current_time(struct timeval *t);
     
    -static BIO_METHOD methods_dgramp=
    -	{
    -	BIO_TYPE_DGRAM,
    -	"datagram socket",
    -	dgram_write,
    -	dgram_read,
    -	dgram_puts,
    -	NULL, /* dgram_gets, */
    -	dgram_ctrl,
    -	dgram_new,
    -	dgram_free,
    -	NULL,
    -	};
    -
    -#ifndef OPENSSL_NO_SCTP
    -static BIO_METHOD methods_dgramp_sctp=
    -	{
    -	BIO_TYPE_DGRAM_SCTP,
    -	"datagram sctp socket",
    -	dgram_sctp_write,
    -	dgram_sctp_read,
    -	dgram_sctp_puts,
    -	NULL, /* dgram_gets, */
    -	dgram_sctp_ctrl,
    -	dgram_sctp_new,
    -	dgram_sctp_free,
    -	NULL,
    -	};
    -#endif
    +static BIO_METHOD methods_dgramp = {
    +    BIO_TYPE_DGRAM,
    +    "datagram socket",
    +    dgram_write,
    +    dgram_read,
    +    dgram_puts,
    +    NULL,                       /* dgram_gets, */
    +    dgram_ctrl,
    +    dgram_new,
    +    dgram_free,
    +    NULL,
    +};
    +
    +# ifndef OPENSSL_NO_SCTP
    +static BIO_METHOD methods_dgramp_sctp = {
    +    BIO_TYPE_DGRAM_SCTP,
    +    "datagram sctp socket",
    +    dgram_sctp_write,
    +    dgram_sctp_read,
    +    dgram_sctp_puts,
    +    NULL,                       /* dgram_gets, */
    +    dgram_sctp_ctrl,
    +    dgram_sctp_new,
    +    dgram_sctp_free,
    +    NULL,
    +};
    +# endif
     
    -typedef struct bio_dgram_data_st
    -	{
    -	union {
    -		struct sockaddr sa;
    -		struct sockaddr_in sa_in;
    -#if OPENSSL_USE_IPV6
    -		struct sockaddr_in6 sa_in6;
    -#endif
    -	} peer;
    -	unsigned int connected;
    -	unsigned int _errno;
    -	unsigned int mtu;
    -	struct timeval next_timeout;
    -	struct timeval socket_timeout;
    -	} bio_dgram_data;
    -
    -#ifndef OPENSSL_NO_SCTP
    -typedef struct bio_dgram_sctp_save_message_st
    -	{
    -        BIO *bio;
    -        char *data;
    -        int length;
    -	} bio_dgram_sctp_save_message;
    -
    -typedef struct bio_dgram_sctp_data_st
    -	{
    -	union {
    -		struct sockaddr sa;
    -		struct sockaddr_in sa_in;
    -#if OPENSSL_USE_IPV6
    -		struct sockaddr_in6 sa_in6;
    -#endif
    -	} peer;
    -	unsigned int connected;
    -	unsigned int _errno;
    -	unsigned int mtu;
    -	struct bio_dgram_sctp_sndinfo sndinfo;
    -	struct bio_dgram_sctp_rcvinfo rcvinfo;
    -	struct bio_dgram_sctp_prinfo prinfo;
    -	void (*handle_notifications)(BIO *bio, void *context, void *buf);
    -	void* notification_context;
    -	int in_handshake;
    -	int ccs_rcvd;
    -	int ccs_sent;
    -	int save_shutdown;
    -	int peer_auth_tested;
    -	bio_dgram_sctp_save_message saved_message;
    -	} bio_dgram_sctp_data;
    -#endif
    +typedef struct bio_dgram_data_st {
    +    union {
    +        struct sockaddr sa;
    +        struct sockaddr_in sa_in;
    +# if OPENSSL_USE_IPV6
    +        struct sockaddr_in6 sa_in6;
    +# endif
    +    } peer;
    +    unsigned int connected;
    +    unsigned int _errno;
    +    unsigned int mtu;
    +    struct timeval next_timeout;
    +    struct timeval socket_timeout;
    +} bio_dgram_data;
    +
    +# ifndef OPENSSL_NO_SCTP
    +typedef struct bio_dgram_sctp_save_message_st {
    +    BIO *bio;
    +    char *data;
    +    int length;
    +} bio_dgram_sctp_save_message;
    +
    +typedef struct bio_dgram_sctp_data_st {
    +    union {
    +        struct sockaddr sa;
    +        struct sockaddr_in sa_in;
    +#  if OPENSSL_USE_IPV6
    +        struct sockaddr_in6 sa_in6;
    +#  endif
    +    } peer;
    +    unsigned int connected;
    +    unsigned int _errno;
    +    unsigned int mtu;
    +    struct bio_dgram_sctp_sndinfo sndinfo;
    +    struct bio_dgram_sctp_rcvinfo rcvinfo;
    +    struct bio_dgram_sctp_prinfo prinfo;
    +    void (*handle_notifications) (BIO *bio, void *context, void *buf);
    +    void *notification_context;
    +    int in_handshake;
    +    int ccs_rcvd;
    +    int ccs_sent;
    +    int save_shutdown;
    +    int peer_auth_tested;
    +    bio_dgram_sctp_save_message saved_message;
    +} bio_dgram_sctp_data;
    +# endif
     
     BIO_METHOD *BIO_s_datagram(void)
    -	{
    -	return(&methods_dgramp);
    -	}
    +{
    +    return (&methods_dgramp);
    +}
     
     BIO *BIO_new_dgram(int fd, int close_flag)
    -	{
    -	BIO *ret;
    +{
    +    BIO *ret;
     
    -	ret=BIO_new(BIO_s_datagram());
    -	if (ret == NULL) return(NULL);
    -	BIO_set_fd(ret,fd,close_flag);
    -	return(ret);
    -	}
    +    ret = BIO_new(BIO_s_datagram());
    +    if (ret == NULL)
    +        return (NULL);
    +    BIO_set_fd(ret, fd, close_flag);
    +    return (ret);
    +}
     
     static int dgram_new(BIO *bi)
    -	{
    -	bio_dgram_data *data = NULL;
    -
    -	bi->init=0;
    -	bi->num=0;
    -	data = OPENSSL_malloc(sizeof(bio_dgram_data));
    -	if (data == NULL)
    -		return 0;
    -	memset(data, 0x00, sizeof(bio_dgram_data));
    +{
    +    bio_dgram_data *data = NULL;
    +
    +    bi->init = 0;
    +    bi->num = 0;
    +    data = OPENSSL_malloc(sizeof(bio_dgram_data));
    +    if (data == NULL)
    +        return 0;
    +    memset(data, 0x00, sizeof(bio_dgram_data));
         bi->ptr = data;
     
    -	bi->flags=0;
    -	return(1);
    -	}
    +    bi->flags = 0;
    +    return (1);
    +}
     
     static int dgram_free(BIO *a)
    -	{
    -	bio_dgram_data *data;
    +{
    +    bio_dgram_data *data;
     
    -	if (a == NULL) return(0);
    -	if ( ! dgram_clear(a))
    -		return 0;
    +    if (a == NULL)
    +        return (0);
    +    if (!dgram_clear(a))
    +        return 0;
     
    -	data = (bio_dgram_data *)a->ptr;
    -	if(data != NULL) OPENSSL_free(data);
    +    data = (bio_dgram_data *)a->ptr;
    +    if (data != NULL)
    +        OPENSSL_free(data);
     
    -	return(1);
    -	}
    +    return (1);
    +}
     
     static int dgram_clear(BIO *a)
    -	{
    -	if (a == NULL) return(0);
    -	if (a->shutdown)
    -		{
    -		if (a->init)
    -			{
    -			SHUTDOWN2(a->num);
    -			}
    -		a->init=0;
    -		a->flags=0;
    -		}
    -	return(1);
    -	}
    +{
    +    if (a == NULL)
    +        return (0);
    +    if (a->shutdown) {
    +        if (a->init) {
    +            SHUTDOWN2(a->num);
    +        }
    +        a->init = 0;
    +        a->flags = 0;
    +    }
    +    return (1);
    +}
     
     static void dgram_adjust_rcv_timeout(BIO *b)
    -	{
    -#if defined(SO_RCVTIMEO)
    -	bio_dgram_data *data = (bio_dgram_data *)b->ptr;
    -	union { size_t s; int i; } sz = {0};
    -
    -	/* Is a timer active? */
    -	if (data->next_timeout.tv_sec > 0 || data->next_timeout.tv_usec > 0)
    -		{
    -		struct timeval timenow, timeleft;
    -
    -		/* Read current socket timeout */
    -#ifdef OPENSSL_SYS_WINDOWS
    -		int timeout;
    -
    -		sz.i = sizeof(timeout);
    -		if (getsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO,
    -					   (void*)&timeout, &sz.i) < 0)
    -			{ perror("getsockopt"); }
    -		else
    -			{
    -			data->socket_timeout.tv_sec = timeout / 1000;
    -			data->socket_timeout.tv_usec = (timeout % 1000) * 1000;
    -			}
    -#else
    -		sz.i = sizeof(data->socket_timeout);
    -		if ( getsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO, 
    -						&(data->socket_timeout), (void *)&sz) < 0)
    -			{ perror("getsockopt"); }
    -		else if (sizeof(sz.s)!=sizeof(sz.i) && sz.i==0)
    -			OPENSSL_assert(sz.s<=sizeof(data->socket_timeout));
    -#endif
    +{
    +# if defined(SO_RCVTIMEO)
    +    bio_dgram_data *data = (bio_dgram_data *)b->ptr;
    +    union {
    +        size_t s;
    +        int i;
    +    } sz = {
    +        0
    +    };
    +
    +    /* Is a timer active? */
    +    if (data->next_timeout.tv_sec > 0 || data->next_timeout.tv_usec > 0) {
    +        struct timeval timenow, timeleft;
    +
    +        /* Read current socket timeout */
    +#  ifdef OPENSSL_SYS_WINDOWS
    +        int timeout;
    +
    +        sz.i = sizeof(timeout);
    +        if (getsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO,
    +                       (void *)&timeout, &sz.i) < 0) {
    +            perror("getsockopt");
    +        } else {
    +            data->socket_timeout.tv_sec = timeout / 1000;
    +            data->socket_timeout.tv_usec = (timeout % 1000) * 1000;
    +        }
    +#  else
    +        sz.i = sizeof(data->socket_timeout);
    +        if (getsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO,
    +                       &(data->socket_timeout), (void *)&sz) < 0) {
    +            perror("getsockopt");
    +        } else if (sizeof(sz.s) != sizeof(sz.i) && sz.i == 0)
    +            OPENSSL_assert(sz.s <= sizeof(data->socket_timeout));
    +#  endif
     
    -		/* Get current time */
    -		get_current_time(&timenow);
    -
    -		/* Calculate time left until timer expires */
    -		memcpy(&timeleft, &(data->next_timeout), sizeof(struct timeval));
    -		timeleft.tv_sec -= timenow.tv_sec;
    -		timeleft.tv_usec -= timenow.tv_usec;
    -		if (timeleft.tv_usec < 0)
    -			{
    -			timeleft.tv_sec--;
    -			timeleft.tv_usec += 1000000;
    -			}
    -
    -		if (timeleft.tv_sec < 0)
    -			{
    -			timeleft.tv_sec = 0;
    -			timeleft.tv_usec = 1;
    -			}
    -
    -		/* Adjust socket timeout if next handhake message timer
    -		 * will expire earlier.
    -		 */
    -		if ((data->socket_timeout.tv_sec == 0 && data->socket_timeout.tv_usec == 0) ||
    -			(data->socket_timeout.tv_sec > timeleft.tv_sec) ||
    -			(data->socket_timeout.tv_sec == timeleft.tv_sec &&
    -			 data->socket_timeout.tv_usec >= timeleft.tv_usec))
    -			{
    -#ifdef OPENSSL_SYS_WINDOWS
    -			timeout = timeleft.tv_sec * 1000 + timeleft.tv_usec / 1000;
    -			if (setsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO,
    -						   (void*)&timeout, sizeof(timeout)) < 0)
    -				{ perror("setsockopt"); }
    -#else
    -			if ( setsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO, &timeleft,
    -							sizeof(struct timeval)) < 0)
    -				{ perror("setsockopt"); }
    -#endif
    -			}
    -		}
    -#endif
    -	}
    +        /* Get current time */
    +        get_current_time(&timenow);
    +
    +        /* Calculate time left until timer expires */
    +        memcpy(&timeleft, &(data->next_timeout), sizeof(struct timeval));
    +        timeleft.tv_sec -= timenow.tv_sec;
    +        timeleft.tv_usec -= timenow.tv_usec;
    +        if (timeleft.tv_usec < 0) {
    +            timeleft.tv_sec--;
    +            timeleft.tv_usec += 1000000;
    +        }
    +
    +        if (timeleft.tv_sec < 0) {
    +            timeleft.tv_sec = 0;
    +            timeleft.tv_usec = 1;
    +        }
    +
    +        /*
    +         * Adjust socket timeout if next handhake message timer will expire
    +         * earlier.
    +         */
    +        if ((data->socket_timeout.tv_sec == 0
    +             && data->socket_timeout.tv_usec == 0)
    +            || (data->socket_timeout.tv_sec > timeleft.tv_sec)
    +            || (data->socket_timeout.tv_sec == timeleft.tv_sec
    +                && data->socket_timeout.tv_usec >= timeleft.tv_usec)) {
    +#  ifdef OPENSSL_SYS_WINDOWS
    +            timeout = timeleft.tv_sec * 1000 + timeleft.tv_usec / 1000;
    +            if (setsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO,
    +                           (void *)&timeout, sizeof(timeout)) < 0) {
    +                perror("setsockopt");
    +            }
    +#  else
    +            if (setsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO, &timeleft,
    +                           sizeof(struct timeval)) < 0) {
    +                perror("setsockopt");
    +            }
    +#  endif
    +        }
    +    }
    +# endif
    +}
     
     static void dgram_reset_rcv_timeout(BIO *b)
    -	{
    -#if defined(SO_RCVTIMEO)
    -	bio_dgram_data *data = (bio_dgram_data *)b->ptr;
    -
    -	/* Is a timer active? */
    -	if (data->next_timeout.tv_sec > 0 || data->next_timeout.tv_usec > 0)
    -		{
    -#ifdef OPENSSL_SYS_WINDOWS
    -		int timeout = data->socket_timeout.tv_sec * 1000 +
    -					  data->socket_timeout.tv_usec / 1000;
    -		if (setsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO,
    -					   (void*)&timeout, sizeof(timeout)) < 0)
    -			{ perror("setsockopt"); }
    -#else
    -		if ( setsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO, &(data->socket_timeout),
    -						sizeof(struct timeval)) < 0)
    -			{ perror("setsockopt"); }
    -#endif
    -		}
    -#endif
    -	}
    +{
    +# if defined(SO_RCVTIMEO)
    +    bio_dgram_data *data = (bio_dgram_data *)b->ptr;
    +
    +    /* Is a timer active? */
    +    if (data->next_timeout.tv_sec > 0 || data->next_timeout.tv_usec > 0) {
    +#  ifdef OPENSSL_SYS_WINDOWS
    +        int timeout = data->socket_timeout.tv_sec * 1000 +
    +            data->socket_timeout.tv_usec / 1000;
    +        if (setsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO,
    +                       (void *)&timeout, sizeof(timeout)) < 0) {
    +            perror("setsockopt");
    +        }
    +#  else
    +        if (setsockopt
    +            (b->num, SOL_SOCKET, SO_RCVTIMEO, &(data->socket_timeout),
    +             sizeof(struct timeval)) < 0) {
    +            perror("setsockopt");
    +        }
    +#  endif
    +    }
    +# endif
    +}
     
     static int dgram_read(BIO *b, char *out, int outl)
    -	{
    -	int ret=0;
    -	bio_dgram_data *data = (bio_dgram_data *)b->ptr;
    -
    -	struct	{
    -	/*
    -	 * See commentary in b_sock.c. 
    -	 */
    -	union	{ size_t s; int i; } len;
    -	union	{
    -		struct sockaddr sa;
    -		struct sockaddr_in sa_in;
    -#if OPENSSL_USE_IPV6
    -		struct sockaddr_in6 sa_in6;
    -#endif
    -		} peer;
    -	} sa;
    -
    -	sa.len.s=0;
    -	sa.len.i=sizeof(sa.peer);
    -
    -	if (out != NULL)
    -		{
    -		clear_socket_error();
    -		memset(&sa.peer, 0x00, sizeof(sa.peer));
    -		dgram_adjust_rcv_timeout(b);
    -		ret=recvfrom(b->num,out,outl,0,&sa.peer.sa,(void *)&sa.len);
    -		if (sizeof(sa.len.i)!=sizeof(sa.len.s) && sa.len.i==0)
    -			{
    -			OPENSSL_assert(sa.len.s<=sizeof(sa.peer));
    -			sa.len.i = (int)sa.len.s;
    -			}
    -
    -		if ( ! data->connected  && ret >= 0)
    -			BIO_ctrl(b, BIO_CTRL_DGRAM_SET_PEER, 0, &sa.peer);
    -
    -		BIO_clear_retry_flags(b);
    -		if (ret < 0)
    -			{
    -			if (BIO_dgram_should_retry(ret))
    -				{
    -				BIO_set_retry_read(b);
    -				data->_errno = get_last_socket_error();
    -				}
    -			}
    -
    -		dgram_reset_rcv_timeout(b);
    -		}
    -	return(ret);
    -	}
    +{
    +    int ret = 0;
    +    bio_dgram_data *data = (bio_dgram_data *)b->ptr;
    +
    +    struct {
    +        /*
    +         * See commentary in b_sock.c. 
    +         */
    +        union {
    +            size_t s;
    +            int i;
    +        } len;
    +        union {
    +            struct sockaddr sa;
    +            struct sockaddr_in sa_in;
    +# if OPENSSL_USE_IPV6
    +            struct sockaddr_in6 sa_in6;
    +# endif
    +        } peer;
    +    } sa;
    +
    +    sa.len.s = 0;
    +    sa.len.i = sizeof(sa.peer);
    +
    +    if (out != NULL) {
    +        clear_socket_error();
    +        memset(&sa.peer, 0x00, sizeof(sa.peer));
    +        dgram_adjust_rcv_timeout(b);
    +        ret = recvfrom(b->num, out, outl, 0, &sa.peer.sa, (void *)&sa.len);
    +        if (sizeof(sa.len.i) != sizeof(sa.len.s) && sa.len.i == 0) {
    +            OPENSSL_assert(sa.len.s <= sizeof(sa.peer));
    +            sa.len.i = (int)sa.len.s;
    +        }
    +
    +        if (!data->connected && ret >= 0)
    +            BIO_ctrl(b, BIO_CTRL_DGRAM_SET_PEER, 0, &sa.peer);
    +
    +        BIO_clear_retry_flags(b);
    +        if (ret < 0) {
    +            if (BIO_dgram_should_retry(ret)) {
    +                BIO_set_retry_read(b);
    +                data->_errno = get_last_socket_error();
    +            }
    +        }
    +
    +        dgram_reset_rcv_timeout(b);
    +    }
    +    return (ret);
    +}
     
     static int dgram_write(BIO *b, const char *in, int inl)
    -	{
    -	int ret;
    -	bio_dgram_data *data = (bio_dgram_data *)b->ptr;
    -	clear_socket_error();
    -
    -	if ( data->connected )
    -		ret=writesocket(b->num,in,inl);
    -	else
    -		{
    -		int peerlen = sizeof(data->peer);
    -
    -		if (data->peer.sa.sa_family == AF_INET)
    -			peerlen = sizeof(data->peer.sa_in);
    -#if OPENSSL_USE_IPV6
    -		else if (data->peer.sa.sa_family == AF_INET6)
    -			peerlen = sizeof(data->peer.sa_in6);
    -#endif
    -#if defined(NETWARE_CLIB) && defined(NETWARE_BSDSOCK)
    -		ret=sendto(b->num, (char *)in, inl, 0, &data->peer.sa, peerlen);
    -#else
    -		ret=sendto(b->num, in, inl, 0, &data->peer.sa, peerlen);
    -#endif
    -		}
    -
    -	BIO_clear_retry_flags(b);
    -	if (ret <= 0)
    -		{
    -		if (BIO_dgram_should_retry(ret))
    -			{
    -			BIO_set_retry_write(b);  
    -			data->_errno = get_last_socket_error();
    -
    -#if 0 /* higher layers are responsible for querying MTU, if necessary */
    -			if ( data->_errno == EMSGSIZE)
    -				/* retrieve the new MTU */
    -				BIO_ctrl(b, BIO_CTRL_DGRAM_QUERY_MTU, 0, NULL);
    -#endif
    -			}
    -		}
    -	return(ret);
    -	}
    +{
    +    int ret;
    +    bio_dgram_data *data = (bio_dgram_data *)b->ptr;
    +    clear_socket_error();
    +
    +    if (data->connected)
    +        ret = writesocket(b->num, in, inl);
    +    else {
    +        int peerlen = sizeof(data->peer);
    +
    +        if (data->peer.sa.sa_family == AF_INET)
    +            peerlen = sizeof(data->peer.sa_in);
    +# if OPENSSL_USE_IPV6
    +        else if (data->peer.sa.sa_family == AF_INET6)
    +            peerlen = sizeof(data->peer.sa_in6);
    +# endif
    +# if defined(NETWARE_CLIB) && defined(NETWARE_BSDSOCK)
    +        ret = sendto(b->num, (char *)in, inl, 0, &data->peer.sa, peerlen);
    +# else
    +        ret = sendto(b->num, in, inl, 0, &data->peer.sa, peerlen);
    +# endif
    +    }
    +
    +    BIO_clear_retry_flags(b);
    +    if (ret <= 0) {
    +        if (BIO_dgram_should_retry(ret)) {
    +            BIO_set_retry_write(b);
    +            data->_errno = get_last_socket_error();
    +
    +# if 0                          /* higher layers are responsible for querying
    +                                 * MTU, if necessary */
    +            if (data->_errno == EMSGSIZE)
    +                /* retrieve the new MTU */
    +                BIO_ctrl(b, BIO_CTRL_DGRAM_QUERY_MTU, 0, NULL);
    +# endif
    +        }
    +    }
    +    return (ret);
    +}
    +
    +static long dgram_get_mtu_overhead(bio_dgram_data *data)
    +{
    +    long ret;
    +
    +    switch (data->peer.sa.sa_family) {
    +    case AF_INET:
    +        /*
    +         * Assume this is UDP - 20 bytes for IP, 8 bytes for UDP
    +         */
    +        ret = 28;
    +        break;
    +# if OPENSSL_USE_IPV6
    +    case AF_INET6:
    +#  ifdef IN6_IS_ADDR_V4MAPPED
    +        if (IN6_IS_ADDR_V4MAPPED(&data->peer.sa_in6.sin6_addr))
    +            /*
    +             * Assume this is UDP - 20 bytes for IP, 8 bytes for UDP
    +             */
    +            ret = 28;
    +        else
    +#  endif
    +            /*
    +             * Assume this is UDP - 40 bytes for IP, 8 bytes for UDP
    +             */
    +            ret = 48;
    +        break;
    +# endif
    +    default:
    +        /* We don't know. Go with the historical default */
    +        ret = 28;
    +        break;
    +    }
    +    return ret;
    +}
     
     static long dgram_ctrl(BIO *b, int cmd, long num, void *ptr)
    -	{
    -	long ret=1;
    -	int *ip;
    -	struct sockaddr *to = NULL;
    -	bio_dgram_data *data = NULL;
    -#if defined(OPENSSL_SYS_LINUX) && (defined(IP_MTU_DISCOVER) || defined(IP_MTU))
    -	int sockopt_val = 0;
    -	socklen_t sockopt_len;	/* assume that system supporting IP_MTU is
    -				 * modern enough to define socklen_t */
    -	socklen_t addr_len;
    -	union	{
    -		struct sockaddr	sa;
    -		struct sockaddr_in s4;
    -#if OPENSSL_USE_IPV6
    -		struct sockaddr_in6 s6;
    -#endif
    -		} addr;
    -#endif
    +{
    +    long ret = 1;
    +    int *ip;
    +    struct sockaddr *to = NULL;
    +    bio_dgram_data *data = NULL;
    +    int sockopt_val = 0;
    +# if defined(OPENSSL_SYS_LINUX) && (defined(IP_MTU_DISCOVER) || defined(IP_MTU))
    +    socklen_t sockopt_len;      /* assume that system supporting IP_MTU is
    +                                 * modern enough to define socklen_t */
    +    socklen_t addr_len;
    +    union {
    +        struct sockaddr sa;
    +        struct sockaddr_in s4;
    +#  if OPENSSL_USE_IPV6
    +        struct sockaddr_in6 s6;
    +#  endif
    +    } addr;
    +# endif
     
    -	data = (bio_dgram_data *)b->ptr;
    -
    -	switch (cmd)
    -		{
    -	case BIO_CTRL_RESET:
    -		num=0;
    -	case BIO_C_FILE_SEEK:
    -		ret=0;
    -		break;
    -	case BIO_C_FILE_TELL:
    -	case BIO_CTRL_INFO:
    -		ret=0;
    -		break;
    -	case BIO_C_SET_FD:
    -		dgram_clear(b);
    -		b->num= *((int *)ptr);
    -		b->shutdown=(int)num;
    -		b->init=1;
    -		break;
    -	case BIO_C_GET_FD:
    -		if (b->init)
    -			{
    -			ip=(int *)ptr;
    -			if (ip != NULL) *ip=b->num;
    -			ret=b->num;
    -			}
    -		else
    -			ret= -1;
    -		break;
    -	case BIO_CTRL_GET_CLOSE:
    -		ret=b->shutdown;
    -		break;
    -	case BIO_CTRL_SET_CLOSE:
    -		b->shutdown=(int)num;
    -		break;
    -	case BIO_CTRL_PENDING:
    -	case BIO_CTRL_WPENDING:
    -		ret=0;
    -		break;
    -	case BIO_CTRL_DUP:
    -	case BIO_CTRL_FLUSH:
    -		ret=1;
    -		break;
    -	case BIO_CTRL_DGRAM_CONNECT:
    -		to = (struct sockaddr *)ptr;
    -#if 0
    -		if (connect(b->num, to, sizeof(struct sockaddr)) < 0)
    -			{ perror("connect"); ret = 0; }
    -		else
    -			{
    -#endif
    -			switch (to->sa_family)
    -				{
    -				case AF_INET:
    -					memcpy(&data->peer,to,sizeof(data->peer.sa_in));
    -					break;
    -#if OPENSSL_USE_IPV6
    -				case AF_INET6:
    -					memcpy(&data->peer,to,sizeof(data->peer.sa_in6));
    -					break;
    -#endif
    -				default:
    -					memcpy(&data->peer,to,sizeof(data->peer.sa));
    -					break;
    -				}
    -#if 0
    -			}
    -#endif
    -		break;
    -		/* (Linux)kernel sets DF bit on outgoing IP packets */
    -	case BIO_CTRL_DGRAM_MTU_DISCOVER:
    -#if defined(OPENSSL_SYS_LINUX) && defined(IP_MTU_DISCOVER) && defined(IP_PMTUDISC_DO)
    -		addr_len = (socklen_t)sizeof(addr);
    -		memset((void *)&addr, 0, sizeof(addr));
    -		if (getsockname(b->num, &addr.sa, &addr_len) < 0)
    -			{
    -			ret = 0;
    -			break;
    -			}
    -		switch (addr.sa.sa_family)
    -			{
    -		case AF_INET:
    -			sockopt_val = IP_PMTUDISC_DO;
    -			if ((ret = setsockopt(b->num, IPPROTO_IP, IP_MTU_DISCOVER,
    -				&sockopt_val, sizeof(sockopt_val))) < 0)
    -				perror("setsockopt");
    -			break;
    -#if OPENSSL_USE_IPV6 && defined(IPV6_MTU_DISCOVER) && defined(IPV6_PMTUDISC_DO)
    -		case AF_INET6:
    -			sockopt_val = IPV6_PMTUDISC_DO;
    -			if ((ret = setsockopt(b->num, IPPROTO_IPV6, IPV6_MTU_DISCOVER,
    -				&sockopt_val, sizeof(sockopt_val))) < 0)
    -				perror("setsockopt");
    -			break;
    -#endif
    -		default:
    -			ret = -1;
    -			break;
    -			}
    -		ret = -1;
    -#else
    -		break;
    -#endif
    -	case BIO_CTRL_DGRAM_QUERY_MTU:
    -#if defined(OPENSSL_SYS_LINUX) && defined(IP_MTU)
    -		addr_len = (socklen_t)sizeof(addr);
    -		memset((void *)&addr, 0, sizeof(addr));
    -		if (getsockname(b->num, &addr.sa, &addr_len) < 0)
    -			{
    -			ret = 0;
    -			break;
    -			}
    -		sockopt_len = sizeof(sockopt_val);
    -		switch (addr.sa.sa_family)
    -			{
    -		case AF_INET:
    -			if ((ret = getsockopt(b->num, IPPROTO_IP, IP_MTU, (void *)&sockopt_val,
    -				&sockopt_len)) < 0 || sockopt_val < 0)
    -				{
    -				ret = 0;
    -				}
    -			else
    -				{
    -				/* we assume that the transport protocol is UDP and no
    -				 * IP options are used.
    -				 */
    -				data->mtu = sockopt_val - 8 - 20;
    -				ret = data->mtu;
    -				}
    -			break;
    -#if OPENSSL_USE_IPV6 && defined(IPV6_MTU)
    -		case AF_INET6:
    -			if ((ret = getsockopt(b->num, IPPROTO_IPV6, IPV6_MTU, (void *)&sockopt_val,
    -				&sockopt_len)) < 0 || sockopt_val < 0)
    -				{
    -				ret = 0;
    -				}
    -			else
    -				{
    -				/* we assume that the transport protocol is UDP and no
    -				 * IPV6 options are used.
    -				 */
    -				data->mtu = sockopt_val - 8 - 40;
    -				ret = data->mtu;
    -				}
    -			break;
    -#endif
    -		default:
    -			ret = 0;
    -			break;
    -			}
    -#else
    -		ret = 0;
    -#endif
    -		break;
    -	case BIO_CTRL_DGRAM_GET_FALLBACK_MTU:
    -		switch (data->peer.sa.sa_family)
    -			{
    -			case AF_INET:
    -				ret = 576 - 20 - 8;
    -				break;
    -#if OPENSSL_USE_IPV6
    -			case AF_INET6:
    -#ifdef IN6_IS_ADDR_V4MAPPED
    -				if (IN6_IS_ADDR_V4MAPPED(&data->peer.sa_in6.sin6_addr))
    -					ret = 576 - 20 - 8;
    -				else
    -#endif
    -					ret = 1280 - 40 - 8;
    -				break;
    -#endif
    -			default:
    -				ret = 576 - 20 - 8;
    -				break;
    -			}
    -		break;
    -	case BIO_CTRL_DGRAM_GET_MTU:
    -		return data->mtu;
    -		break;
    -	case BIO_CTRL_DGRAM_SET_MTU:
    -		data->mtu = num;
    -		ret = num;
    -		break;
    -	case BIO_CTRL_DGRAM_SET_CONNECTED:
    -		to = (struct sockaddr *)ptr;
    -
    -		if ( to != NULL)
    -			{
    -			data->connected = 1;
    -			switch (to->sa_family)
    -				{
    -				case AF_INET:
    -					memcpy(&data->peer,to,sizeof(data->peer.sa_in));
    -					break;
    -#if OPENSSL_USE_IPV6
    -				case AF_INET6:
    -					memcpy(&data->peer,to,sizeof(data->peer.sa_in6));
    -					break;
    -#endif
    -				default:
    -					memcpy(&data->peer,to,sizeof(data->peer.sa));
    -					break;
    -				}
    -			}
    -		else
    -			{
    -			data->connected = 0;
    -			memset(&(data->peer), 0x00, sizeof(data->peer));
    -			}
    -		break;
    -	case BIO_CTRL_DGRAM_GET_PEER:
    -		switch (data->peer.sa.sa_family)
    -			{
    -			case AF_INET:
    -				ret=sizeof(data->peer.sa_in);
    -				break;
    -#if OPENSSL_USE_IPV6
    -			case AF_INET6:
    -				ret=sizeof(data->peer.sa_in6);
    -				break;
    -#endif
    -			default:
    -				ret=sizeof(data->peer.sa);
    -				break;
    -			}
    -		if (num==0 || num>ret)
    -			num=ret;
    -		memcpy(ptr,&data->peer,(ret=num));
    -		break;
    -	case BIO_CTRL_DGRAM_SET_PEER:
    -		to = (struct sockaddr *) ptr;
    -		switch (to->sa_family)
    -			{
    -			case AF_INET:
    -				memcpy(&data->peer,to,sizeof(data->peer.sa_in));
    -				break;
    -#if OPENSSL_USE_IPV6
    -			case AF_INET6:
    -				memcpy(&data->peer,to,sizeof(data->peer.sa_in6));
    -				break;
    -#endif
    -			default:
    -				memcpy(&data->peer,to,sizeof(data->peer.sa));
    -				break;
    -			}
    -		break;
    -	case BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT:
    -		memcpy(&(data->next_timeout), ptr, sizeof(struct timeval));
    -		break;
    -#if defined(SO_RCVTIMEO)
    -	case BIO_CTRL_DGRAM_SET_RECV_TIMEOUT:
    -#ifdef OPENSSL_SYS_WINDOWS
    -		{
    -		struct timeval *tv = (struct timeval *)ptr;
    -		int timeout = tv->tv_sec * 1000 + tv->tv_usec/1000;
    -		if (setsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO,
    -			(void*)&timeout, sizeof(timeout)) < 0)
    -			{ perror("setsockopt"); ret = -1; }
    -		}
    -#else
    -		if ( setsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO, ptr,
    -			sizeof(struct timeval)) < 0)
    -			{ perror("setsockopt");	ret = -1; }
    -#endif
    -		break;
    -	case BIO_CTRL_DGRAM_GET_RECV_TIMEOUT:
    -		{
    -		union { size_t s; int i; } sz = {0};
    -#ifdef OPENSSL_SYS_WINDOWS
    -		int timeout;
    -		struct timeval *tv = (struct timeval *)ptr;
    -
    -		sz.i = sizeof(timeout);
    -		if (getsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO,
    -			(void*)&timeout, &sz.i) < 0)
    -			{ perror("getsockopt"); ret = -1; }
    -		else
    -			{
    -			tv->tv_sec = timeout / 1000;
    -			tv->tv_usec = (timeout % 1000) * 1000;
    -			ret = sizeof(*tv);
    -			}
    -#else
    -		sz.i = sizeof(struct timeval);
    -		if ( getsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO, 
    -			ptr, (void *)&sz) < 0)
    -			{ perror("getsockopt"); ret = -1; }
    -		else if (sizeof(sz.s)!=sizeof(sz.i) && sz.i==0)
    -			{
    -			OPENSSL_assert(sz.s<=sizeof(struct timeval));
    -			ret = (int)sz.s;
    -			}
    -		else
    -			ret = sz.i;
    -#endif
    -		}
    -		break;
    -#endif
    -#if defined(SO_SNDTIMEO)
    -	case BIO_CTRL_DGRAM_SET_SEND_TIMEOUT:
    -#ifdef OPENSSL_SYS_WINDOWS
    -		{
    -		struct timeval *tv = (struct timeval *)ptr;
    -		int timeout = tv->tv_sec * 1000 + tv->tv_usec/1000;
    -		if (setsockopt(b->num, SOL_SOCKET, SO_SNDTIMEO,
    -			(void*)&timeout, sizeof(timeout)) < 0)
    -			{ perror("setsockopt"); ret = -1; }
    -		}
    -#else
    -		if ( setsockopt(b->num, SOL_SOCKET, SO_SNDTIMEO, ptr,
    -			sizeof(struct timeval)) < 0)
    -			{ perror("setsockopt");	ret = -1; }
    -#endif
    -		break;
    -	case BIO_CTRL_DGRAM_GET_SEND_TIMEOUT:
    -		{
    -		union { size_t s; int i; } sz = {0};
    -#ifdef OPENSSL_SYS_WINDOWS
    -		int timeout;
    -		struct timeval *tv = (struct timeval *)ptr;
    -
    -		sz.i = sizeof(timeout);
    -		if (getsockopt(b->num, SOL_SOCKET, SO_SNDTIMEO,
    -			(void*)&timeout, &sz.i) < 0)
    -			{ perror("getsockopt"); ret = -1; }
    -		else
    -			{
    -			tv->tv_sec = timeout / 1000;
    -			tv->tv_usec = (timeout % 1000) * 1000;
    -			ret = sizeof(*tv);
    -			}
    -#else
    -		sz.i = sizeof(struct timeval);
    -		if ( getsockopt(b->num, SOL_SOCKET, SO_SNDTIMEO, 
    -			ptr, (void *)&sz) < 0)
    -			{ perror("getsockopt"); ret = -1; }
    -		else if (sizeof(sz.s)!=sizeof(sz.i) && sz.i==0)
    -			{
    -			OPENSSL_assert(sz.s<=sizeof(struct timeval));
    -			ret = (int)sz.s;
    -			}
    -		else
    -			ret = sz.i;
    -#endif
    -		}
    -		break;
    -#endif
    -	case BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP:
    -		/* fall-through */
    -	case BIO_CTRL_DGRAM_GET_RECV_TIMER_EXP:
    -#ifdef OPENSSL_SYS_WINDOWS
    -		if ( data->_errno == WSAETIMEDOUT)
    -#else
    -		if ( data->_errno == EAGAIN)
    -#endif
    -			{
    -			ret = 1;
    -			data->_errno = 0;
    -			}
    -		else
    -			ret = 0;
    -		break;
    -#ifdef EMSGSIZE
    -	case BIO_CTRL_DGRAM_MTU_EXCEEDED:
    -		if ( data->_errno == EMSGSIZE)
    -			{
    -			ret = 1;
    -			data->_errno = 0;
    -			}
    -		else
    -			ret = 0;
    -		break;
    -#endif
    -	default:
    -		ret=0;
    -		break;
    -		}
    -	return(ret);
    -	}
    +    data = (bio_dgram_data *)b->ptr;
    +
    +    switch (cmd) {
    +    case BIO_CTRL_RESET:
    +        num = 0;
    +    case BIO_C_FILE_SEEK:
    +        ret = 0;
    +        break;
    +    case BIO_C_FILE_TELL:
    +    case BIO_CTRL_INFO:
    +        ret = 0;
    +        break;
    +    case BIO_C_SET_FD:
    +        dgram_clear(b);
    +        b->num = *((int *)ptr);
    +        b->shutdown = (int)num;
    +        b->init = 1;
    +        break;
    +    case BIO_C_GET_FD:
    +        if (b->init) {
    +            ip = (int *)ptr;
    +            if (ip != NULL)
    +                *ip = b->num;
    +            ret = b->num;
    +        } else
    +            ret = -1;
    +        break;
    +    case BIO_CTRL_GET_CLOSE:
    +        ret = b->shutdown;
    +        break;
    +    case BIO_CTRL_SET_CLOSE:
    +        b->shutdown = (int)num;
    +        break;
    +    case BIO_CTRL_PENDING:
    +    case BIO_CTRL_WPENDING:
    +        ret = 0;
    +        break;
    +    case BIO_CTRL_DUP:
    +    case BIO_CTRL_FLUSH:
    +        ret = 1;
    +        break;
    +    case BIO_CTRL_DGRAM_CONNECT:
    +        to = (struct sockaddr *)ptr;
    +# if 0
    +        if (connect(b->num, to, sizeof(struct sockaddr)) < 0) {
    +            perror("connect");
    +            ret = 0;
    +        } else {
    +# endif
    +            switch (to->sa_family) {
    +            case AF_INET:
    +                memcpy(&data->peer, to, sizeof(data->peer.sa_in));
    +                break;
    +# if OPENSSL_USE_IPV6
    +            case AF_INET6:
    +                memcpy(&data->peer, to, sizeof(data->peer.sa_in6));
    +                break;
    +# endif
    +            default:
    +                memcpy(&data->peer, to, sizeof(data->peer.sa));
    +                break;
    +            }
    +# if 0
    +        }
    +# endif
    +        break;
    +        /* (Linux)kernel sets DF bit on outgoing IP packets */
    +    case BIO_CTRL_DGRAM_MTU_DISCOVER:
    +# if defined(OPENSSL_SYS_LINUX) && defined(IP_MTU_DISCOVER) && defined(IP_PMTUDISC_DO)
    +        addr_len = (socklen_t) sizeof(addr);
    +        memset((void *)&addr, 0, sizeof(addr));
    +        if (getsockname(b->num, &addr.sa, &addr_len) < 0) {
    +            ret = 0;
    +            break;
    +        }
    +        switch (addr.sa.sa_family) {
    +        case AF_INET:
    +            sockopt_val = IP_PMTUDISC_DO;
    +            if ((ret = setsockopt(b->num, IPPROTO_IP, IP_MTU_DISCOVER,
    +                                  &sockopt_val, sizeof(sockopt_val))) < 0)
    +                perror("setsockopt");
    +            break;
    +#  if OPENSSL_USE_IPV6 && defined(IPV6_MTU_DISCOVER) && defined(IPV6_PMTUDISC_DO)
    +        case AF_INET6:
    +            sockopt_val = IPV6_PMTUDISC_DO;
    +            if ((ret = setsockopt(b->num, IPPROTO_IPV6, IPV6_MTU_DISCOVER,
    +                                  &sockopt_val, sizeof(sockopt_val))) < 0)
    +                perror("setsockopt");
    +            break;
    +#  endif
    +        default:
    +            ret = -1;
    +            break;
    +        }
    +        ret = -1;
    +# else
    +        break;
    +# endif
    +    case BIO_CTRL_DGRAM_QUERY_MTU:
    +# if defined(OPENSSL_SYS_LINUX) && defined(IP_MTU)
    +        addr_len = (socklen_t) sizeof(addr);
    +        memset((void *)&addr, 0, sizeof(addr));
    +        if (getsockname(b->num, &addr.sa, &addr_len) < 0) {
    +            ret = 0;
    +            break;
    +        }
    +        sockopt_len = sizeof(sockopt_val);
    +        switch (addr.sa.sa_family) {
    +        case AF_INET:
    +            if ((ret =
    +                 getsockopt(b->num, IPPROTO_IP, IP_MTU, (void *)&sockopt_val,
    +                            &sockopt_len)) < 0 || sockopt_val < 0) {
    +                ret = 0;
    +            } else {
    +                /*
    +                 * we assume that the transport protocol is UDP and no IP
    +                 * options are used.
    +                 */
    +                data->mtu = sockopt_val - 8 - 20;
    +                ret = data->mtu;
    +            }
    +            break;
    +#  if OPENSSL_USE_IPV6 && defined(IPV6_MTU)
    +        case AF_INET6:
    +            if ((ret =
    +                 getsockopt(b->num, IPPROTO_IPV6, IPV6_MTU,
    +                            (void *)&sockopt_val, &sockopt_len)) < 0
    +                || sockopt_val < 0) {
    +                ret = 0;
    +            } else {
    +                /*
    +                 * we assume that the transport protocol is UDP and no IPV6
    +                 * options are used.
    +                 */
    +                data->mtu = sockopt_val - 8 - 40;
    +                ret = data->mtu;
    +            }
    +            break;
    +#  endif
    +        default:
    +            ret = 0;
    +            break;
    +        }
    +# else
    +        ret = 0;
    +# endif
    +        break;
    +    case BIO_CTRL_DGRAM_GET_FALLBACK_MTU:
    +        ret = -dgram_get_mtu_overhead(data);
    +        switch (data->peer.sa.sa_family) {
    +        case AF_INET:
    +            ret += 576;
    +            break;
    +# if OPENSSL_USE_IPV6
    +        case AF_INET6:
    +#  ifdef IN6_IS_ADDR_V4MAPPED
    +            if (IN6_IS_ADDR_V4MAPPED(&data->peer.sa_in6.sin6_addr))
    +                ret += 576;
    +            else
    +#  endif
    +                ret += 1280;
    +            break;
    +# endif
    +        default:
    +            ret += 576;
    +            break;
    +        }
    +        break;
    +    case BIO_CTRL_DGRAM_GET_MTU:
    +        return data->mtu;
    +        break;
    +    case BIO_CTRL_DGRAM_SET_MTU:
    +        data->mtu = num;
    +        ret = num;
    +        break;
    +    case BIO_CTRL_DGRAM_SET_CONNECTED:
    +        to = (struct sockaddr *)ptr;
    +
    +        if (to != NULL) {
    +            data->connected = 1;
    +            switch (to->sa_family) {
    +            case AF_INET:
    +                memcpy(&data->peer, to, sizeof(data->peer.sa_in));
    +                break;
    +# if OPENSSL_USE_IPV6
    +            case AF_INET6:
    +                memcpy(&data->peer, to, sizeof(data->peer.sa_in6));
    +                break;
    +# endif
    +            default:
    +                memcpy(&data->peer, to, sizeof(data->peer.sa));
    +                break;
    +            }
    +        } else {
    +            data->connected = 0;
    +            memset(&(data->peer), 0x00, sizeof(data->peer));
    +        }
    +        break;
    +    case BIO_CTRL_DGRAM_GET_PEER:
    +        switch (data->peer.sa.sa_family) {
    +        case AF_INET:
    +            ret = sizeof(data->peer.sa_in);
    +            break;
    +# if OPENSSL_USE_IPV6
    +        case AF_INET6:
    +            ret = sizeof(data->peer.sa_in6);
    +            break;
    +# endif
    +        default:
    +            ret = sizeof(data->peer.sa);
    +            break;
    +        }
    +        if (num == 0 || num > ret)
    +            num = ret;
    +        memcpy(ptr, &data->peer, (ret = num));
    +        break;
    +    case BIO_CTRL_DGRAM_SET_PEER:
    +        to = (struct sockaddr *)ptr;
    +        switch (to->sa_family) {
    +        case AF_INET:
    +            memcpy(&data->peer, to, sizeof(data->peer.sa_in));
    +            break;
    +# if OPENSSL_USE_IPV6
    +        case AF_INET6:
    +            memcpy(&data->peer, to, sizeof(data->peer.sa_in6));
    +            break;
    +# endif
    +        default:
    +            memcpy(&data->peer, to, sizeof(data->peer.sa));
    +            break;
    +        }
    +        break;
    +    case BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT:
    +        memcpy(&(data->next_timeout), ptr, sizeof(struct timeval));
    +        break;
    +# if defined(SO_RCVTIMEO)
    +    case BIO_CTRL_DGRAM_SET_RECV_TIMEOUT:
    +#  ifdef OPENSSL_SYS_WINDOWS
    +        {
    +            struct timeval *tv = (struct timeval *)ptr;
    +            int timeout = tv->tv_sec * 1000 + tv->tv_usec / 1000;
    +            if (setsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO,
    +                           (void *)&timeout, sizeof(timeout)) < 0) {
    +                perror("setsockopt");
    +                ret = -1;
    +            }
    +        }
    +#  else
    +        if (setsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO, ptr,
    +                       sizeof(struct timeval)) < 0) {
    +            perror("setsockopt");
    +            ret = -1;
    +        }
    +#  endif
    +        break;
    +    case BIO_CTRL_DGRAM_GET_RECV_TIMEOUT:
    +        {
    +            union {
    +                size_t s;
    +                int i;
    +            } sz = {
    +                0
    +            };
    +#  ifdef OPENSSL_SYS_WINDOWS
    +            int timeout;
    +            struct timeval *tv = (struct timeval *)ptr;
    +
    +            sz.i = sizeof(timeout);
    +            if (getsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO,
    +                           (void *)&timeout, &sz.i) < 0) {
    +                perror("getsockopt");
    +                ret = -1;
    +            } else {
    +                tv->tv_sec = timeout / 1000;
    +                tv->tv_usec = (timeout % 1000) * 1000;
    +                ret = sizeof(*tv);
    +            }
    +#  else
    +            sz.i = sizeof(struct timeval);
    +            if (getsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO,
    +                           ptr, (void *)&sz) < 0) {
    +                perror("getsockopt");
    +                ret = -1;
    +            } else if (sizeof(sz.s) != sizeof(sz.i) && sz.i == 0) {
    +                OPENSSL_assert(sz.s <= sizeof(struct timeval));
    +                ret = (int)sz.s;
    +            } else
    +                ret = sz.i;
    +#  endif
    +        }
    +        break;
    +# endif
    +# if defined(SO_SNDTIMEO)
    +    case BIO_CTRL_DGRAM_SET_SEND_TIMEOUT:
    +#  ifdef OPENSSL_SYS_WINDOWS
    +        {
    +            struct timeval *tv = (struct timeval *)ptr;
    +            int timeout = tv->tv_sec * 1000 + tv->tv_usec / 1000;
    +            if (setsockopt(b->num, SOL_SOCKET, SO_SNDTIMEO,
    +                           (void *)&timeout, sizeof(timeout)) < 0) {
    +                perror("setsockopt");
    +                ret = -1;
    +            }
    +        }
    +#  else
    +        if (setsockopt(b->num, SOL_SOCKET, SO_SNDTIMEO, ptr,
    +                       sizeof(struct timeval)) < 0) {
    +            perror("setsockopt");
    +            ret = -1;
    +        }
    +#  endif
    +        break;
    +    case BIO_CTRL_DGRAM_GET_SEND_TIMEOUT:
    +        {
    +            union {
    +                size_t s;
    +                int i;
    +            } sz = {
    +                0
    +            };
    +#  ifdef OPENSSL_SYS_WINDOWS
    +            int timeout;
    +            struct timeval *tv = (struct timeval *)ptr;
    +
    +            sz.i = sizeof(timeout);
    +            if (getsockopt(b->num, SOL_SOCKET, SO_SNDTIMEO,
    +                           (void *)&timeout, &sz.i) < 0) {
    +                perror("getsockopt");
    +                ret = -1;
    +            } else {
    +                tv->tv_sec = timeout / 1000;
    +                tv->tv_usec = (timeout % 1000) * 1000;
    +                ret = sizeof(*tv);
    +            }
    +#  else
    +            sz.i = sizeof(struct timeval);
    +            if (getsockopt(b->num, SOL_SOCKET, SO_SNDTIMEO,
    +                           ptr, (void *)&sz) < 0) {
    +                perror("getsockopt");
    +                ret = -1;
    +            } else if (sizeof(sz.s) != sizeof(sz.i) && sz.i == 0) {
    +                OPENSSL_assert(sz.s <= sizeof(struct timeval));
    +                ret = (int)sz.s;
    +            } else
    +                ret = sz.i;
    +#  endif
    +        }
    +        break;
    +# endif
    +    case BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP:
    +        /* fall-through */
    +    case BIO_CTRL_DGRAM_GET_RECV_TIMER_EXP:
    +# ifdef OPENSSL_SYS_WINDOWS
    +        if (data->_errno == WSAETIMEDOUT)
    +# else
    +        if (data->_errno == EAGAIN)
    +# endif
    +        {
    +            ret = 1;
    +            data->_errno = 0;
    +        } else
    +            ret = 0;
    +        break;
    +# ifdef EMSGSIZE
    +    case BIO_CTRL_DGRAM_MTU_EXCEEDED:
    +        if (data->_errno == EMSGSIZE) {
    +            ret = 1;
    +            data->_errno = 0;
    +        } else
    +            ret = 0;
    +        break;
    +# endif
    +    case BIO_CTRL_DGRAM_SET_DONT_FRAG:
    +        sockopt_val = num ? 1 : 0;
    +
    +        switch (data->peer.sa.sa_family) {
    +        case AF_INET:
    +# if defined(IP_DONTFRAG)
    +            if ((ret = setsockopt(b->num, IPPROTO_IP, IP_DONTFRAG,
    +                                  &sockopt_val, sizeof(sockopt_val))) < 0) {
    +                perror("setsockopt");
    +                ret = -1;
    +            }
    +# elif defined(OPENSSL_SYS_LINUX) && defined(IP_MTUDISCOVER)
    +            if ((sockopt_val = num ? IP_PMTUDISC_PROBE : IP_PMTUDISC_DONT),
    +                (ret = setsockopt(b->num, IPPROTO_IP, IP_MTU_DISCOVER,
    +                                  &sockopt_val, sizeof(sockopt_val))) < 0) {
    +                perror("setsockopt");
    +                ret = -1;
    +            }
    +# elif defined(OPENSSL_SYS_WINDOWS) && defined(IP_DONTFRAGMENT)
    +            if ((ret = setsockopt(b->num, IPPROTO_IP, IP_DONTFRAGMENT,
    +                                  (const char *)&sockopt_val,
    +                                  sizeof(sockopt_val))) < 0) {
    +                perror("setsockopt");
    +                ret = -1;
    +            }
    +# else
    +            ret = -1;
    +# endif
    +            break;
    +# if OPENSSL_USE_IPV6
    +        case AF_INET6:
    +#  if defined(IPV6_DONTFRAG)
    +            if ((ret = setsockopt(b->num, IPPROTO_IPV6, IPV6_DONTFRAG,
    +                                  (const void *)&sockopt_val,
    +                                  sizeof(sockopt_val))) < 0) {
    +                perror("setsockopt");
    +                ret = -1;
    +            }
    +#  elif defined(OPENSSL_SYS_LINUX) && defined(IPV6_MTUDISCOVER)
    +            if ((sockopt_val = num ? IP_PMTUDISC_PROBE : IP_PMTUDISC_DONT),
    +                (ret = setsockopt(b->num, IPPROTO_IPV6, IPV6_MTU_DISCOVER,
    +                                  &sockopt_val, sizeof(sockopt_val))) < 0) {
    +                perror("setsockopt");
    +                ret = -1;
    +            }
    +#  else
    +            ret = -1;
    +#  endif
    +            break;
    +# endif
    +        default:
    +            ret = -1;
    +            break;
    +        }
    +        break;
    +    case BIO_CTRL_DGRAM_GET_MTU_OVERHEAD:
    +        ret = dgram_get_mtu_overhead(data);
    +        break;
    +    default:
    +        ret = 0;
    +        break;
    +    }
    +    return (ret);
    +}
     
     static int dgram_puts(BIO *bp, const char *str)
    -	{
    -	int n,ret;
    +{
    +    int n, ret;
     
    -	n=strlen(str);
    -	ret=dgram_write(bp,str,n);
    -	return(ret);
    -	}
    +    n = strlen(str);
    +    ret = dgram_write(bp, str, n);
    +    return (ret);
    +}
     
    -#ifndef OPENSSL_NO_SCTP
    +# ifndef OPENSSL_NO_SCTP
     BIO_METHOD *BIO_s_datagram_sctp(void)
    -	{
    -	return(&methods_dgramp_sctp);
    -	}
    +{
    +    return (&methods_dgramp_sctp);
    +}
     
     BIO *BIO_new_dgram_sctp(int fd, int close_flag)
    -	{
    -	BIO *bio;
    -	int ret, optval = 20000;
    -	int auth_data = 0, auth_forward = 0;
    -	unsigned char *p;
    -	struct sctp_authchunk auth;
    -	struct sctp_authchunks *authchunks;
    -	socklen_t sockopt_len;
    -#ifdef SCTP_AUTHENTICATION_EVENT
    -#ifdef SCTP_EVENT
    -	struct sctp_event event;
    -#else
    -	struct sctp_event_subscribe event;
    -#endif
    -#endif
    -
    -	bio=BIO_new(BIO_s_datagram_sctp());
    -	if (bio == NULL) return(NULL);
    -	BIO_set_fd(bio,fd,close_flag);
    -
    -	/* Activate SCTP-AUTH for DATA and FORWARD-TSN chunks */
    -	auth.sauth_chunk = OPENSSL_SCTP_DATA_CHUNK_TYPE;
    -	ret = setsockopt(fd, IPPROTO_SCTP, SCTP_AUTH_CHUNK, &auth, sizeof(struct sctp_authchunk));
    -	OPENSSL_assert(ret >= 0);
    -	auth.sauth_chunk = OPENSSL_SCTP_FORWARD_CUM_TSN_CHUNK_TYPE;
    -	ret = setsockopt(fd, IPPROTO_SCTP, SCTP_AUTH_CHUNK, &auth, sizeof(struct sctp_authchunk));
    -	OPENSSL_assert(ret >= 0);
    -
    -	/* Test if activation was successful. When using accept(),
    -	 * SCTP-AUTH has to be activated for the listening socket
    -	 * already, otherwise the connected socket won't use it. */
    -	sockopt_len = (socklen_t)(sizeof(sctp_assoc_t) + 256 * sizeof(uint8_t));
    -	authchunks = OPENSSL_malloc(sockopt_len);
    -	memset(authchunks, 0, sizeof(sockopt_len));
    -	ret = getsockopt(fd, IPPROTO_SCTP, SCTP_LOCAL_AUTH_CHUNKS, authchunks, &sockopt_len);
    -	OPENSSL_assert(ret >= 0);
    -
    -	for (p = (unsigned char*) authchunks->gauth_chunks;
    -	     p < (unsigned char*) authchunks + sockopt_len;
    -	     p += sizeof(uint8_t))
    -		{
    -		if (*p == OPENSSL_SCTP_DATA_CHUNK_TYPE) auth_data = 1;
    -		if (*p == OPENSSL_SCTP_FORWARD_CUM_TSN_CHUNK_TYPE) auth_forward = 1;
    -		}
    -		
    -	OPENSSL_free(authchunks);
    -
    -	OPENSSL_assert(auth_data);
    -	OPENSSL_assert(auth_forward);
    -
    -#ifdef SCTP_AUTHENTICATION_EVENT
    -#ifdef SCTP_EVENT
    -	memset(&event, 0, sizeof(struct sctp_event));
    -	event.se_assoc_id = 0;
    -	event.se_type = SCTP_AUTHENTICATION_EVENT;
    -	event.se_on = 1;
    -	ret = setsockopt(fd, IPPROTO_SCTP, SCTP_EVENT, &event, sizeof(struct sctp_event));
    -	OPENSSL_assert(ret >= 0);
    -#else
    -	sockopt_len = (socklen_t) sizeof(struct sctp_event_subscribe);
    -	ret = getsockopt(fd, IPPROTO_SCTP, SCTP_EVENTS, &event, &sockopt_len);
    -	OPENSSL_assert(ret >= 0);
    -
    -	event.sctp_authentication_event = 1;
    -
    -	ret = setsockopt(fd, IPPROTO_SCTP, SCTP_EVENTS, &event, sizeof(struct sctp_event_subscribe));
    -	OPENSSL_assert(ret >= 0);
    -#endif
    -#endif
    +{
    +    BIO *bio;
    +    int ret, optval = 20000;
    +    int auth_data = 0, auth_forward = 0;
    +    unsigned char *p;
    +    struct sctp_authchunk auth;
    +    struct sctp_authchunks *authchunks;
    +    socklen_t sockopt_len;
    +#  ifdef SCTP_AUTHENTICATION_EVENT
    +#   ifdef SCTP_EVENT
    +    struct sctp_event event;
    +#   else
    +    struct sctp_event_subscribe event;
    +#   endif
    +#  endif
     
    -	/* Disable partial delivery by setting the min size
    -	 * larger than the max record size of 2^14 + 2048 + 13
    -	 */
    -	ret = setsockopt(fd, IPPROTO_SCTP, SCTP_PARTIAL_DELIVERY_POINT, &optval, sizeof(optval));
    -	OPENSSL_assert(ret >= 0);
    +    bio = BIO_new(BIO_s_datagram_sctp());
    +    if (bio == NULL)
    +        return (NULL);
    +    BIO_set_fd(bio, fd, close_flag);
    +
    +    /* Activate SCTP-AUTH for DATA and FORWARD-TSN chunks */
    +    auth.sauth_chunk = OPENSSL_SCTP_DATA_CHUNK_TYPE;
    +    ret =
    +        setsockopt(fd, IPPROTO_SCTP, SCTP_AUTH_CHUNK, &auth,
    +                   sizeof(struct sctp_authchunk));
    +    if (ret < 0) {
    +        BIO_vfree(bio);
    +        return (NULL);
    +    }
    +    auth.sauth_chunk = OPENSSL_SCTP_FORWARD_CUM_TSN_CHUNK_TYPE;
    +    ret =
    +        setsockopt(fd, IPPROTO_SCTP, SCTP_AUTH_CHUNK, &auth,
    +                   sizeof(struct sctp_authchunk));
    +    if (ret < 0) {
    +        BIO_vfree(bio);
    +        return (NULL);
    +    }
    +
    +    /*
    +     * Test if activation was successful. When using accept(), SCTP-AUTH has
    +     * to be activated for the listening socket already, otherwise the
    +     * connected socket won't use it.
    +     */
    +    sockopt_len = (socklen_t) (sizeof(sctp_assoc_t) + 256 * sizeof(uint8_t));
    +    authchunks = OPENSSL_malloc(sockopt_len);
    +    memset(authchunks, 0, sizeof(sockopt_len));
    +    ret =
    +        getsockopt(fd, IPPROTO_SCTP, SCTP_LOCAL_AUTH_CHUNKS, authchunks,
    +                   &sockopt_len);
    +
    +    if (ret < 0) {
    +        OPENSSL_free(authchunks);
    +        BIO_vfree(bio);
    +        return (NULL);
    +    }
    +
    +    for (p = (unsigned char *)authchunks->gauth_chunks;
    +         p < (unsigned char *)authchunks + sockopt_len;
    +         p += sizeof(uint8_t)) {
    +        if (*p == OPENSSL_SCTP_DATA_CHUNK_TYPE)
    +            auth_data = 1;
    +        if (*p == OPENSSL_SCTP_FORWARD_CUM_TSN_CHUNK_TYPE)
    +            auth_forward = 1;
    +    }
    +
    +    OPENSSL_free(authchunks);
    +
    +    OPENSSL_assert(auth_data);
    +    OPENSSL_assert(auth_forward);
    +
    +#  ifdef SCTP_AUTHENTICATION_EVENT
    +#   ifdef SCTP_EVENT
    +    memset(&event, 0, sizeof(struct sctp_event));
    +    event.se_assoc_id = 0;
    +    event.se_type = SCTP_AUTHENTICATION_EVENT;
    +    event.se_on = 1;
    +    ret =
    +        setsockopt(fd, IPPROTO_SCTP, SCTP_EVENT, &event,
    +                   sizeof(struct sctp_event));
    +    if (ret < 0) {
    +        BIO_vfree(bio);
    +        return (NULL);
    +    }
    +#   else
    +    sockopt_len = (socklen_t) sizeof(struct sctp_event_subscribe);
    +    ret = getsockopt(fd, IPPROTO_SCTP, SCTP_EVENTS, &event, &sockopt_len);
    +    if (ret < 0) {
    +        BIO_vfree(bio);
    +        return (NULL);
    +    }
    +
    +    event.sctp_authentication_event = 1;
    +
    +    ret =
    +        setsockopt(fd, IPPROTO_SCTP, SCTP_EVENTS, &event,
    +                   sizeof(struct sctp_event_subscribe));
    +    if (ret < 0) {
    +        BIO_vfree(bio);
    +        return (NULL);
    +    }
    +#   endif
    +#  endif
     
    -	return(bio);
    -	}
    +    /*
    +     * Disable partial delivery by setting the min size larger than the max
    +     * record size of 2^14 + 2048 + 13
    +     */
    +    ret =
    +        setsockopt(fd, IPPROTO_SCTP, SCTP_PARTIAL_DELIVERY_POINT, &optval,
    +                   sizeof(optval));
    +    if (ret < 0) {
    +        BIO_vfree(bio);
    +        return (NULL);
    +    }
    +
    +    return (bio);
    +}
     
     int BIO_dgram_is_sctp(BIO *bio)
    -	{
    -	return (BIO_method_type(bio) == BIO_TYPE_DGRAM_SCTP);
    -	}
    +{
    +    return (BIO_method_type(bio) == BIO_TYPE_DGRAM_SCTP);
    +}
     
     static int dgram_sctp_new(BIO *bi)
    -	{
    -	bio_dgram_sctp_data *data = NULL;
    -
    -	bi->init=0;
    -	bi->num=0;
    -	data = OPENSSL_malloc(sizeof(bio_dgram_sctp_data));
    -	if (data == NULL)
    -		return 0;
    -	memset(data, 0x00, sizeof(bio_dgram_sctp_data));
    -#ifdef SCTP_PR_SCTP_NONE
    -	data->prinfo.pr_policy = SCTP_PR_SCTP_NONE;
    -#endif
    +{
    +    bio_dgram_sctp_data *data = NULL;
    +
    +    bi->init = 0;
    +    bi->num = 0;
    +    data = OPENSSL_malloc(sizeof(bio_dgram_sctp_data));
    +    if (data == NULL)
    +        return 0;
    +    memset(data, 0x00, sizeof(bio_dgram_sctp_data));
    +#  ifdef SCTP_PR_SCTP_NONE
    +    data->prinfo.pr_policy = SCTP_PR_SCTP_NONE;
    +#  endif
         bi->ptr = data;
     
    -	bi->flags=0;
    -	return(1);
    -	}
    +    bi->flags = 0;
    +    return (1);
    +}
     
     static int dgram_sctp_free(BIO *a)
    -	{
    -	bio_dgram_sctp_data *data;
    -
    -	if (a == NULL) return(0);
    -	if ( ! dgram_clear(a))
    -		return 0;
    -
    -	data = (bio_dgram_sctp_data *)a->ptr;
    -	if(data != NULL) OPENSSL_free(data);
    -
    -	return(1);
    -	}
    -
    -#ifdef SCTP_AUTHENTICATION_EVENT
    -void dgram_sctp_handle_auth_free_key_event(BIO *b, union sctp_notification *snp)
    -	{
    -	int ret;
    -	struct sctp_authkey_event* authkeyevent = &snp->sn_auth_event;
    -
    -	if (authkeyevent->auth_indication == SCTP_AUTH_FREE_KEY)
    -		{
    -		struct sctp_authkeyid authkeyid;
    -
    -		/* delete key */
    -		authkeyid.scact_keynumber = authkeyevent->auth_keynumber;
    -		ret = setsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_DELETE_KEY,
    -		      &authkeyid, sizeof(struct sctp_authkeyid));
    -		}
    -	}
    -#endif
    +{
    +    bio_dgram_sctp_data *data;
     
    -static int dgram_sctp_read(BIO *b, char *out, int outl)
    -	{
    -	int ret = 0, n = 0, i, optval;
    -	socklen_t optlen;
    -	bio_dgram_sctp_data *data = (bio_dgram_sctp_data *)b->ptr;
    -	union sctp_notification *snp;
    -	struct msghdr msg;
    -	struct iovec iov;
    -	struct cmsghdr *cmsg;
    -	char cmsgbuf[512];
    -
    -	if (out != NULL)
    -		{
    -		clear_socket_error();
    -
    -		do
    -			{
    -			memset(&data->rcvinfo, 0x00, sizeof(struct bio_dgram_sctp_rcvinfo));
    -			iov.iov_base = out;
    -			iov.iov_len = outl;
    -			msg.msg_name = NULL;
    -			msg.msg_namelen = 0;
    -			msg.msg_iov = &iov;
    -			msg.msg_iovlen = 1;
    -			msg.msg_control = cmsgbuf;
    -			msg.msg_controllen = 512;
    -			msg.msg_flags = 0;
    -			n = recvmsg(b->num, &msg, 0);
    -
    -			if (msg.msg_controllen > 0)
    -				{
    -				for (cmsg = CMSG_FIRSTHDR(&msg); cmsg; cmsg = CMSG_NXTHDR(&msg, cmsg))
    -					{
    -					if (cmsg->cmsg_level != IPPROTO_SCTP)
    -						continue;
    -#ifdef SCTP_RCVINFO
    -					if (cmsg->cmsg_type == SCTP_RCVINFO)
    -						{
    -						struct sctp_rcvinfo *rcvinfo;
    -
    -						rcvinfo = (struct sctp_rcvinfo *)CMSG_DATA(cmsg);
    -						data->rcvinfo.rcv_sid = rcvinfo->rcv_sid;
    -						data->rcvinfo.rcv_ssn = rcvinfo->rcv_ssn;
    -						data->rcvinfo.rcv_flags = rcvinfo->rcv_flags;
    -						data->rcvinfo.rcv_ppid = rcvinfo->rcv_ppid;
    -						data->rcvinfo.rcv_tsn = rcvinfo->rcv_tsn;
    -						data->rcvinfo.rcv_cumtsn = rcvinfo->rcv_cumtsn;
    -						data->rcvinfo.rcv_context = rcvinfo->rcv_context;
    -						}
    -#endif
    -#ifdef SCTP_SNDRCV
    -					if (cmsg->cmsg_type == SCTP_SNDRCV)
    -						{
    -						struct sctp_sndrcvinfo *sndrcvinfo;
    -
    -						sndrcvinfo = (struct sctp_sndrcvinfo *)CMSG_DATA(cmsg);
    -						data->rcvinfo.rcv_sid = sndrcvinfo->sinfo_stream;
    -						data->rcvinfo.rcv_ssn = sndrcvinfo->sinfo_ssn;
    -						data->rcvinfo.rcv_flags = sndrcvinfo->sinfo_flags;
    -						data->rcvinfo.rcv_ppid = sndrcvinfo->sinfo_ppid;
    -						data->rcvinfo.rcv_tsn = sndrcvinfo->sinfo_tsn;
    -						data->rcvinfo.rcv_cumtsn = sndrcvinfo->sinfo_cumtsn;
    -						data->rcvinfo.rcv_context = sndrcvinfo->sinfo_context;
    -						}
    -#endif
    -					}
    -				}
    -
    -			if (n <= 0)
    -				{
    -				if (n < 0)
    -					ret = n;
    -				break;
    -				}
    -
    -			if (msg.msg_flags & MSG_NOTIFICATION)
    -				{
    -				snp = (union sctp_notification*) out;
    -				if (snp->sn_header.sn_type == SCTP_SENDER_DRY_EVENT)
    -					{
    -#ifdef SCTP_EVENT
    -					struct sctp_event event;
    -#else
    -					struct sctp_event_subscribe event;
    -					socklen_t eventsize;
    -#endif
    -					/* If a message has been delayed until the socket
    -					 * is dry, it can be sent now.
    -					 */
    -					if (data->saved_message.length > 0)
    -						{
    -						dgram_sctp_write(data->saved_message.bio, data->saved_message.data,
    -						                 data->saved_message.length);
    -						OPENSSL_free(data->saved_message.data);
    -						data->saved_message.length = 0;
    -						}
    -
    -					/* disable sender dry event */
    -#ifdef SCTP_EVENT
    -					memset(&event, 0, sizeof(struct sctp_event));
    -					event.se_assoc_id = 0;
    -					event.se_type = SCTP_SENDER_DRY_EVENT;
    -					event.se_on = 0;
    -					i = setsockopt(b->num, IPPROTO_SCTP, SCTP_EVENT, &event, sizeof(struct sctp_event));
    -					OPENSSL_assert(i >= 0);
    -#else
    -					eventsize = sizeof(struct sctp_event_subscribe);
    -					i = getsockopt(b->num, IPPROTO_SCTP, SCTP_EVENTS, &event, &eventsize);
    -					OPENSSL_assert(i >= 0);
    -
    -					event.sctp_sender_dry_event = 0;
    -
    -					i = setsockopt(b->num, IPPROTO_SCTP, SCTP_EVENTS, &event, sizeof(struct sctp_event_subscribe));
    -					OPENSSL_assert(i >= 0);
    -#endif
    -					}
    +    if (a == NULL)
    +        return (0);
    +    if (!dgram_clear(a))
    +        return 0;
     
    -#ifdef SCTP_AUTHENTICATION_EVENT
    -				if (snp->sn_header.sn_type == SCTP_AUTHENTICATION_EVENT)
    -					dgram_sctp_handle_auth_free_key_event(b, snp);
    -#endif
    +    data = (bio_dgram_sctp_data *) a->ptr;
    +    if (data != NULL) {
    +        if (data->saved_message.data != NULL)
    +            OPENSSL_free(data->saved_message.data);
    +        OPENSSL_free(data);
    +    }
    +
    +    return (1);
    +}
    +
    +#  ifdef SCTP_AUTHENTICATION_EVENT
    +void dgram_sctp_handle_auth_free_key_event(BIO *b,
    +                                           union sctp_notification *snp)
    +{
    +    int ret;
    +    struct sctp_authkey_event *authkeyevent = &snp->sn_auth_event;
    +
    +    if (authkeyevent->auth_indication == SCTP_AUTH_FREE_KEY) {
    +        struct sctp_authkeyid authkeyid;
    +
    +        /* delete key */
    +        authkeyid.scact_keynumber = authkeyevent->auth_keynumber;
    +        ret = setsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_DELETE_KEY,
    +                         &authkeyid, sizeof(struct sctp_authkeyid));
    +    }
    +}
    +#  endif
    +
    +static int dgram_sctp_read(BIO *b, char *out, int outl)
    +{
    +    int ret = 0, n = 0, i, optval;
    +    socklen_t optlen;
    +    bio_dgram_sctp_data *data = (bio_dgram_sctp_data *) b->ptr;
    +    union sctp_notification *snp;
    +    struct msghdr msg;
    +    struct iovec iov;
    +    struct cmsghdr *cmsg;
    +    char cmsgbuf[512];
    +
    +    if (out != NULL) {
    +        clear_socket_error();
    +
    +        do {
    +            memset(&data->rcvinfo, 0x00,
    +                   sizeof(struct bio_dgram_sctp_rcvinfo));
    +            iov.iov_base = out;
    +            iov.iov_len = outl;
    +            msg.msg_name = NULL;
    +            msg.msg_namelen = 0;
    +            msg.msg_iov = &iov;
    +            msg.msg_iovlen = 1;
    +            msg.msg_control = cmsgbuf;
    +            msg.msg_controllen = 512;
    +            msg.msg_flags = 0;
    +            n = recvmsg(b->num, &msg, 0);
    +
    +            if (n <= 0) {
    +                if (n < 0)
    +                    ret = n;
    +                break;
    +            }
    +
    +            if (msg.msg_controllen > 0) {
    +                for (cmsg = CMSG_FIRSTHDR(&msg); cmsg;
    +                     cmsg = CMSG_NXTHDR(&msg, cmsg)) {
    +                    if (cmsg->cmsg_level != IPPROTO_SCTP)
    +                        continue;
    +#  ifdef SCTP_RCVINFO
    +                    if (cmsg->cmsg_type == SCTP_RCVINFO) {
    +                        struct sctp_rcvinfo *rcvinfo;
    +
    +                        rcvinfo = (struct sctp_rcvinfo *)CMSG_DATA(cmsg);
    +                        data->rcvinfo.rcv_sid = rcvinfo->rcv_sid;
    +                        data->rcvinfo.rcv_ssn = rcvinfo->rcv_ssn;
    +                        data->rcvinfo.rcv_flags = rcvinfo->rcv_flags;
    +                        data->rcvinfo.rcv_ppid = rcvinfo->rcv_ppid;
    +                        data->rcvinfo.rcv_tsn = rcvinfo->rcv_tsn;
    +                        data->rcvinfo.rcv_cumtsn = rcvinfo->rcv_cumtsn;
    +                        data->rcvinfo.rcv_context = rcvinfo->rcv_context;
    +                    }
    +#  endif
    +#  ifdef SCTP_SNDRCV
    +                    if (cmsg->cmsg_type == SCTP_SNDRCV) {
    +                        struct sctp_sndrcvinfo *sndrcvinfo;
    +
    +                        sndrcvinfo =
    +                            (struct sctp_sndrcvinfo *)CMSG_DATA(cmsg);
    +                        data->rcvinfo.rcv_sid = sndrcvinfo->sinfo_stream;
    +                        data->rcvinfo.rcv_ssn = sndrcvinfo->sinfo_ssn;
    +                        data->rcvinfo.rcv_flags = sndrcvinfo->sinfo_flags;
    +                        data->rcvinfo.rcv_ppid = sndrcvinfo->sinfo_ppid;
    +                        data->rcvinfo.rcv_tsn = sndrcvinfo->sinfo_tsn;
    +                        data->rcvinfo.rcv_cumtsn = sndrcvinfo->sinfo_cumtsn;
    +                        data->rcvinfo.rcv_context = sndrcvinfo->sinfo_context;
    +                    }
    +#  endif
    +                }
    +            }
    +
    +            if (msg.msg_flags & MSG_NOTIFICATION) {
    +                snp = (union sctp_notification *)out;
    +                if (snp->sn_header.sn_type == SCTP_SENDER_DRY_EVENT) {
    +#  ifdef SCTP_EVENT
    +                    struct sctp_event event;
    +#  else
    +                    struct sctp_event_subscribe event;
    +                    socklen_t eventsize;
    +#  endif
    +                    /*
    +                     * If a message has been delayed until the socket is dry,
    +                     * it can be sent now.
    +                     */
    +                    if (data->saved_message.length > 0) {
    +                        dgram_sctp_write(data->saved_message.bio,
    +                                         data->saved_message.data,
    +                                         data->saved_message.length);
    +                        OPENSSL_free(data->saved_message.data);
    +                        data->saved_message.data = NULL;
    +                        data->saved_message.length = 0;
    +                    }
    +
    +                    /* disable sender dry event */
    +#  ifdef SCTP_EVENT
    +                    memset(&event, 0, sizeof(struct sctp_event));
    +                    event.se_assoc_id = 0;
    +                    event.se_type = SCTP_SENDER_DRY_EVENT;
    +                    event.se_on = 0;
    +                    i = setsockopt(b->num, IPPROTO_SCTP, SCTP_EVENT, &event,
    +                                   sizeof(struct sctp_event));
    +                    if (i < 0) {
    +                        ret = i;
    +                        break;
    +                    }
    +#  else
    +                    eventsize = sizeof(struct sctp_event_subscribe);
    +                    i = getsockopt(b->num, IPPROTO_SCTP, SCTP_EVENTS, &event,
    +                                   &eventsize);
    +                    if (i < 0) {
    +                        ret = i;
    +                        break;
    +                    }
    +
    +                    event.sctp_sender_dry_event = 0;
    +
    +                    i = setsockopt(b->num, IPPROTO_SCTP, SCTP_EVENTS, &event,
    +                                   sizeof(struct sctp_event_subscribe));
    +                    if (i < 0) {
    +                        ret = i;
    +                        break;
    +                    }
    +#  endif
    +                }
    +#  ifdef SCTP_AUTHENTICATION_EVENT
    +                if (snp->sn_header.sn_type == SCTP_AUTHENTICATION_EVENT)
    +                    dgram_sctp_handle_auth_free_key_event(b, snp);
    +#  endif
     
    -				if (data->handle_notifications != NULL)
    -					data->handle_notifications(b, data->notification_context, (void*) out);
    -
    -				memset(out, 0, outl);
    -				}
    -			else
    -				ret += n;
    -			}
    -		while ((msg.msg_flags & MSG_NOTIFICATION) && (msg.msg_flags & MSG_EOR) && (ret < outl));
    -
    -		if (ret > 0 && !(msg.msg_flags & MSG_EOR))
    -			{
    -			/* Partial message read, this should never happen! */
    -
    -			/* The buffer was too small, this means the peer sent
    -			 * a message that was larger than allowed. */
    -			if (ret == outl)
    -				return -1;
    -
    -			/* Test if socket buffer can handle max record
    -			 * size (2^14 + 2048 + 13)
    -			 */
    -			optlen = (socklen_t) sizeof(int);
    -			ret = getsockopt(b->num, SOL_SOCKET, SO_RCVBUF, &optval, &optlen);
    -			OPENSSL_assert(ret >= 0);
    -			OPENSSL_assert(optval >= 18445);
    -
    -			/* Test if SCTP doesn't partially deliver below
    -			 * max record size (2^14 + 2048 + 13)
    -			 */
    -			optlen = (socklen_t) sizeof(int);
    -			ret = getsockopt(b->num, IPPROTO_SCTP, SCTP_PARTIAL_DELIVERY_POINT,
    -			                 &optval, &optlen);
    -			OPENSSL_assert(ret >= 0);
    -			OPENSSL_assert(optval >= 18445);
    -
    -			/* Partially delivered notification??? Probably a bug.... */
    -			OPENSSL_assert(!(msg.msg_flags & MSG_NOTIFICATION));
    -
    -			/* Everything seems ok till now, so it's most likely
    -			 * a message dropped by PR-SCTP.
    -			 */
    -			memset(out, 0, outl);
    -			BIO_set_retry_read(b);
    -			return -1;
    -			}
    -
    -		BIO_clear_retry_flags(b);
    -		if (ret < 0)
    -			{
    -			if (BIO_dgram_should_retry(ret))
    -				{
    -				BIO_set_retry_read(b);
    -				data->_errno = get_last_socket_error();
    -				}
    -			}
    -
    -		/* Test if peer uses SCTP-AUTH before continuing */
    -		if (!data->peer_auth_tested)
    -			{
    -			int ii, auth_data = 0, auth_forward = 0;
    -			unsigned char *p;
    -			struct sctp_authchunks *authchunks;
    -
    -			optlen = (socklen_t)(sizeof(sctp_assoc_t) + 256 * sizeof(uint8_t));
    -			authchunks = OPENSSL_malloc(optlen);
    -			memset(authchunks, 0, sizeof(optlen));
    -			ii = getsockopt(b->num, IPPROTO_SCTP, SCTP_PEER_AUTH_CHUNKS, authchunks, &optlen);
    -			OPENSSL_assert(ii >= 0);
    -
    -			for (p = (unsigned char*) authchunks->gauth_chunks;
    -				 p < (unsigned char*) authchunks + optlen;
    -				 p += sizeof(uint8_t))
    -				{
    -				if (*p == OPENSSL_SCTP_DATA_CHUNK_TYPE) auth_data = 1;
    -				if (*p == OPENSSL_SCTP_FORWARD_CUM_TSN_CHUNK_TYPE) auth_forward = 1;
    -				}
    -
    -			OPENSSL_free(authchunks);
    -
    -			if (!auth_data || !auth_forward)
    -				{
    -				BIOerr(BIO_F_DGRAM_SCTP_READ,BIO_R_CONNECT_ERROR);
    -				return -1;
    -				}
    -
    -			data->peer_auth_tested = 1;
    -			}
    -		}
    -	return(ret);
    -	}
    +                if (data->handle_notifications != NULL)
    +                    data->handle_notifications(b, data->notification_context,
    +                                               (void *)out);
    +
    +                memset(out, 0, outl);
    +            } else
    +                ret += n;
    +        }
    +        while ((msg.msg_flags & MSG_NOTIFICATION) && (msg.msg_flags & MSG_EOR)
    +               && (ret < outl));
    +
    +        if (ret > 0 && !(msg.msg_flags & MSG_EOR)) {
    +            /* Partial message read, this should never happen! */
    +
    +            /*
    +             * The buffer was too small, this means the peer sent a message
    +             * that was larger than allowed.
    +             */
    +            if (ret == outl)
    +                return -1;
    +
    +            /*
    +             * Test if socket buffer can handle max record size (2^14 + 2048
    +             * + 13)
    +             */
    +            optlen = (socklen_t) sizeof(int);
    +            ret = getsockopt(b->num, SOL_SOCKET, SO_RCVBUF, &optval, &optlen);
    +            if (ret >= 0)
    +                OPENSSL_assert(optval >= 18445);
    +
    +            /*
    +             * Test if SCTP doesn't partially deliver below max record size
    +             * (2^14 + 2048 + 13)
    +             */
    +            optlen = (socklen_t) sizeof(int);
    +            ret =
    +                getsockopt(b->num, IPPROTO_SCTP, SCTP_PARTIAL_DELIVERY_POINT,
    +                           &optval, &optlen);
    +            if (ret >= 0)
    +                OPENSSL_assert(optval >= 18445);
    +
    +            /*
    +             * Partially delivered notification??? Probably a bug....
    +             */
    +            OPENSSL_assert(!(msg.msg_flags & MSG_NOTIFICATION));
    +
    +            /*
    +             * Everything seems ok till now, so it's most likely a message
    +             * dropped by PR-SCTP.
    +             */
    +            memset(out, 0, outl);
    +            BIO_set_retry_read(b);
    +            return -1;
    +        }
    +
    +        BIO_clear_retry_flags(b);
    +        if (ret < 0) {
    +            if (BIO_dgram_should_retry(ret)) {
    +                BIO_set_retry_read(b);
    +                data->_errno = get_last_socket_error();
    +            }
    +        }
    +
    +        /* Test if peer uses SCTP-AUTH before continuing */
    +        if (!data->peer_auth_tested) {
    +            int ii, auth_data = 0, auth_forward = 0;
    +            unsigned char *p;
    +            struct sctp_authchunks *authchunks;
    +
    +            optlen =
    +                (socklen_t) (sizeof(sctp_assoc_t) + 256 * sizeof(uint8_t));
    +            authchunks = OPENSSL_malloc(optlen);
    +            memset(authchunks, 0, sizeof(optlen));
    +            ii = getsockopt(b->num, IPPROTO_SCTP, SCTP_PEER_AUTH_CHUNKS,
    +                            authchunks, &optlen);
    +
    +            if (ii >= 0)
    +                for (p = (unsigned char *)authchunks->gauth_chunks;
    +                     p < (unsigned char *)authchunks + optlen;
    +                     p += sizeof(uint8_t)) {
    +                    if (*p == OPENSSL_SCTP_DATA_CHUNK_TYPE)
    +                        auth_data = 1;
    +                    if (*p == OPENSSL_SCTP_FORWARD_CUM_TSN_CHUNK_TYPE)
    +                        auth_forward = 1;
    +                }
    +
    +            OPENSSL_free(authchunks);
    +
    +            if (!auth_data || !auth_forward) {
    +                BIOerr(BIO_F_DGRAM_SCTP_READ, BIO_R_CONNECT_ERROR);
    +                return -1;
    +            }
    +
    +            data->peer_auth_tested = 1;
    +        }
    +    }
    +    return (ret);
    +}
     
     static int dgram_sctp_write(BIO *b, const char *in, int inl)
    -	{
    -	int ret;
    -	bio_dgram_sctp_data *data = (bio_dgram_sctp_data *)b->ptr;
    -	struct bio_dgram_sctp_sndinfo *sinfo = &(data->sndinfo);
    -	struct bio_dgram_sctp_prinfo *pinfo = &(data->prinfo);
    -	struct bio_dgram_sctp_sndinfo handshake_sinfo;
    -	struct iovec iov[1];
    -	struct msghdr msg;
    -	struct cmsghdr *cmsg;
    -#if defined(SCTP_SNDINFO) && defined(SCTP_PRINFO)
    -	char cmsgbuf[CMSG_SPACE(sizeof(struct sctp_sndinfo)) + CMSG_SPACE(sizeof(struct sctp_prinfo))];
    -	struct sctp_sndinfo *sndinfo;
    -	struct sctp_prinfo *prinfo;
    -#else
    -	char cmsgbuf[CMSG_SPACE(sizeof(struct sctp_sndrcvinfo))];
    -	struct sctp_sndrcvinfo *sndrcvinfo;
    -#endif
    +{
    +    int ret;
    +    bio_dgram_sctp_data *data = (bio_dgram_sctp_data *) b->ptr;
    +    struct bio_dgram_sctp_sndinfo *sinfo = &(data->sndinfo);
    +    struct bio_dgram_sctp_prinfo *pinfo = &(data->prinfo);
    +    struct bio_dgram_sctp_sndinfo handshake_sinfo;
    +    struct iovec iov[1];
    +    struct msghdr msg;
    +    struct cmsghdr *cmsg;
    +#  if defined(SCTP_SNDINFO) && defined(SCTP_PRINFO)
    +    char cmsgbuf[CMSG_SPACE(sizeof(struct sctp_sndinfo)) +
    +                 CMSG_SPACE(sizeof(struct sctp_prinfo))];
    +    struct sctp_sndinfo *sndinfo;
    +    struct sctp_prinfo *prinfo;
    +#  else
    +    char cmsgbuf[CMSG_SPACE(sizeof(struct sctp_sndrcvinfo))];
    +    struct sctp_sndrcvinfo *sndrcvinfo;
    +#  endif
     
    -	clear_socket_error();
    +    clear_socket_error();
     
    -	/* If we're send anything else than application data,
    -	 * disable all user parameters and flags.
    -	 */
    -	if (in[0] != 23) {
    -		memset(&handshake_sinfo, 0x00, sizeof(struct bio_dgram_sctp_sndinfo));
    -#ifdef SCTP_SACK_IMMEDIATELY
    -		handshake_sinfo.snd_flags = SCTP_SACK_IMMEDIATELY;
    -#endif
    -		sinfo = &handshake_sinfo;
    -	}
    -
    -	/* If we have to send a shutdown alert message and the
    -	 * socket is not dry yet, we have to save it and send it
    -	 * as soon as the socket gets dry.
    -	 */
    -	if (data->save_shutdown && !BIO_dgram_sctp_wait_for_dry(b))
    -	{
    -		data->saved_message.bio = b;
    -		data->saved_message.length = inl;
    -		data->saved_message.data = OPENSSL_malloc(inl);
    -		memcpy(data->saved_message.data, in, inl);
    -		return inl;
    -	}
    -
    -	iov[0].iov_base = (char *)in;
    -	iov[0].iov_len = inl;
    -	msg.msg_name = NULL;
    -	msg.msg_namelen = 0;
    -	msg.msg_iov = iov;
    -	msg.msg_iovlen = 1;
    -	msg.msg_control = (caddr_t)cmsgbuf;
    -	msg.msg_controllen = 0;
    -	msg.msg_flags = 0;
    -#if defined(SCTP_SNDINFO) && defined(SCTP_PRINFO)
    -	cmsg = (struct cmsghdr *)cmsgbuf;
    -	cmsg->cmsg_level = IPPROTO_SCTP;
    -	cmsg->cmsg_type = SCTP_SNDINFO;
    -	cmsg->cmsg_len = CMSG_LEN(sizeof(struct sctp_sndinfo));
    -	sndinfo = (struct sctp_sndinfo *)CMSG_DATA(cmsg);
    -	memset(sndinfo, 0, sizeof(struct sctp_sndinfo));
    -	sndinfo->snd_sid = sinfo->snd_sid;
    -	sndinfo->snd_flags = sinfo->snd_flags;
    -	sndinfo->snd_ppid = sinfo->snd_ppid;
    -	sndinfo->snd_context = sinfo->snd_context;
    -	msg.msg_controllen += CMSG_SPACE(sizeof(struct sctp_sndinfo));
    -
    -	cmsg = (struct cmsghdr *)&cmsgbuf[CMSG_SPACE(sizeof(struct sctp_sndinfo))];
    -	cmsg->cmsg_level = IPPROTO_SCTP;
    -	cmsg->cmsg_type = SCTP_PRINFO;
    -	cmsg->cmsg_len = CMSG_LEN(sizeof(struct sctp_prinfo));
    -	prinfo = (struct sctp_prinfo *)CMSG_DATA(cmsg);
    -	memset(prinfo, 0, sizeof(struct sctp_prinfo));
    -	prinfo->pr_policy = pinfo->pr_policy;
    -	prinfo->pr_value = pinfo->pr_value;
    -	msg.msg_controllen += CMSG_SPACE(sizeof(struct sctp_prinfo));
    -#else
    -	cmsg = (struct cmsghdr *)cmsgbuf;
    -	cmsg->cmsg_level = IPPROTO_SCTP;
    -	cmsg->cmsg_type = SCTP_SNDRCV;
    -	cmsg->cmsg_len = CMSG_LEN(sizeof(struct sctp_sndrcvinfo));
    -	sndrcvinfo = (struct sctp_sndrcvinfo *)CMSG_DATA(cmsg);
    -	memset(sndrcvinfo, 0, sizeof(struct sctp_sndrcvinfo));
    -	sndrcvinfo->sinfo_stream = sinfo->snd_sid;
    -	sndrcvinfo->sinfo_flags = sinfo->snd_flags;
    -#ifdef __FreeBSD__
    -	sndrcvinfo->sinfo_flags |= pinfo->pr_policy;
    -#endif
    -	sndrcvinfo->sinfo_ppid = sinfo->snd_ppid;
    -	sndrcvinfo->sinfo_context = sinfo->snd_context;
    -	sndrcvinfo->sinfo_timetolive = pinfo->pr_value;
    -	msg.msg_controllen += CMSG_SPACE(sizeof(struct sctp_sndrcvinfo));
    -#endif
    +    /*
    +     * If we're send anything else than application data, disable all user
    +     * parameters and flags.
    +     */
    +    if (in[0] != 23) {
    +        memset(&handshake_sinfo, 0x00, sizeof(struct bio_dgram_sctp_sndinfo));
    +#  ifdef SCTP_SACK_IMMEDIATELY
    +        handshake_sinfo.snd_flags = SCTP_SACK_IMMEDIATELY;
    +#  endif
    +        sinfo = &handshake_sinfo;
    +    }
    +
    +    /*
    +     * If we have to send a shutdown alert message and the socket is not dry
    +     * yet, we have to save it and send it as soon as the socket gets dry.
    +     */
    +    if (data->save_shutdown && !BIO_dgram_sctp_wait_for_dry(b)) {
    +        data->saved_message.bio = b;
    +        if (data->saved_message.data)
    +            OPENSSL_free(data->saved_message.data);
    +        data->saved_message.data = OPENSSL_malloc(inl);
    +        memcpy(data->saved_message.data, in, inl);
    +        data->saved_message.length = inl;
    +        return inl;
    +    }
    +
    +    iov[0].iov_base = (char *)in;
    +    iov[0].iov_len = inl;
    +    msg.msg_name = NULL;
    +    msg.msg_namelen = 0;
    +    msg.msg_iov = iov;
    +    msg.msg_iovlen = 1;
    +    msg.msg_control = (caddr_t) cmsgbuf;
    +    msg.msg_controllen = 0;
    +    msg.msg_flags = 0;
    +#  if defined(SCTP_SNDINFO) && defined(SCTP_PRINFO)
    +    cmsg = (struct cmsghdr *)cmsgbuf;
    +    cmsg->cmsg_level = IPPROTO_SCTP;
    +    cmsg->cmsg_type = SCTP_SNDINFO;
    +    cmsg->cmsg_len = CMSG_LEN(sizeof(struct sctp_sndinfo));
    +    sndinfo = (struct sctp_sndinfo *)CMSG_DATA(cmsg);
    +    memset(sndinfo, 0, sizeof(struct sctp_sndinfo));
    +    sndinfo->snd_sid = sinfo->snd_sid;
    +    sndinfo->snd_flags = sinfo->snd_flags;
    +    sndinfo->snd_ppid = sinfo->snd_ppid;
    +    sndinfo->snd_context = sinfo->snd_context;
    +    msg.msg_controllen += CMSG_SPACE(sizeof(struct sctp_sndinfo));
    +
    +    cmsg =
    +        (struct cmsghdr *)&cmsgbuf[CMSG_SPACE(sizeof(struct sctp_sndinfo))];
    +    cmsg->cmsg_level = IPPROTO_SCTP;
    +    cmsg->cmsg_type = SCTP_PRINFO;
    +    cmsg->cmsg_len = CMSG_LEN(sizeof(struct sctp_prinfo));
    +    prinfo = (struct sctp_prinfo *)CMSG_DATA(cmsg);
    +    memset(prinfo, 0, sizeof(struct sctp_prinfo));
    +    prinfo->pr_policy = pinfo->pr_policy;
    +    prinfo->pr_value = pinfo->pr_value;
    +    msg.msg_controllen += CMSG_SPACE(sizeof(struct sctp_prinfo));
    +#  else
    +    cmsg = (struct cmsghdr *)cmsgbuf;
    +    cmsg->cmsg_level = IPPROTO_SCTP;
    +    cmsg->cmsg_type = SCTP_SNDRCV;
    +    cmsg->cmsg_len = CMSG_LEN(sizeof(struct sctp_sndrcvinfo));
    +    sndrcvinfo = (struct sctp_sndrcvinfo *)CMSG_DATA(cmsg);
    +    memset(sndrcvinfo, 0, sizeof(struct sctp_sndrcvinfo));
    +    sndrcvinfo->sinfo_stream = sinfo->snd_sid;
    +    sndrcvinfo->sinfo_flags = sinfo->snd_flags;
    +#   ifdef __FreeBSD__
    +    sndrcvinfo->sinfo_flags |= pinfo->pr_policy;
    +#   endif
    +    sndrcvinfo->sinfo_ppid = sinfo->snd_ppid;
    +    sndrcvinfo->sinfo_context = sinfo->snd_context;
    +    sndrcvinfo->sinfo_timetolive = pinfo->pr_value;
    +    msg.msg_controllen += CMSG_SPACE(sizeof(struct sctp_sndrcvinfo));
    +#  endif
     
    -	ret = sendmsg(b->num, &msg, 0);
    +    ret = sendmsg(b->num, &msg, 0);
     
    -	BIO_clear_retry_flags(b);
    -	if (ret <= 0)
    -		{
    -		if (BIO_dgram_should_retry(ret))
    -			{
    -			BIO_set_retry_write(b);  
    -			data->_errno = get_last_socket_error();
    -			}
    -		}
    -	return(ret);
    -	}
    +    BIO_clear_retry_flags(b);
    +    if (ret <= 0) {
    +        if (BIO_dgram_should_retry(ret)) {
    +            BIO_set_retry_write(b);
    +            data->_errno = get_last_socket_error();
    +        }
    +    }
    +    return (ret);
    +}
     
     static long dgram_sctp_ctrl(BIO *b, int cmd, long num, void *ptr)
    -	{
    -	long ret=1;
    -	bio_dgram_sctp_data *data = NULL;
    -	socklen_t sockopt_len = 0;
    -	struct sctp_authkeyid authkeyid;
    -	struct sctp_authkey *authkey = NULL;
    -
    -	data = (bio_dgram_sctp_data *)b->ptr;
    -
    -	switch (cmd)
    -		{
    -	case BIO_CTRL_DGRAM_QUERY_MTU:
    -		/* Set to maximum (2^14)
    -		 * and ignore user input to enable transport
    -		 * protocol fragmentation.
    -		 * Returns always 2^14.
    -		 */
    -		data->mtu = 16384;
    -		ret = data->mtu;
    -		break;
    -	case BIO_CTRL_DGRAM_SET_MTU:
    -		/* Set to maximum (2^14)
    -		 * and ignore input to enable transport
    -		 * protocol fragmentation.
    -		 * Returns always 2^14.
    -		 */
    -		data->mtu = 16384;
    -		ret = data->mtu;
    -		break;
    -	case BIO_CTRL_DGRAM_SET_CONNECTED:
    -	case BIO_CTRL_DGRAM_CONNECT:
    -		/* Returns always -1. */
    -		ret = -1;
    -		break;
    -	case BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT:
    -		/* SCTP doesn't need the DTLS timer
    -		 * Returns always 1.
    -		 */
    -		break;
    -	case BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE:
    -		if (num > 0)
    -			data->in_handshake = 1;
    -		else
    -			data->in_handshake = 0;
    -
    -		ret = setsockopt(b->num, IPPROTO_SCTP, SCTP_NODELAY, &data->in_handshake, sizeof(int));
    -		break;
    -	case BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY:
    -		/* New shared key for SCTP AUTH.
    -		 * Returns 0 on success, -1 otherwise.
    -		 */
    -
    -		/* Get active key */
    -		sockopt_len = sizeof(struct sctp_authkeyid);
    -		ret = getsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_ACTIVE_KEY, &authkeyid, &sockopt_len);
    -		if (ret < 0) break;
    -
    -		/* Add new key */
    -		sockopt_len = sizeof(struct sctp_authkey) + 64 * sizeof(uint8_t);
    -		authkey = OPENSSL_malloc(sockopt_len);
    -		if (authkey == NULL)
    -			{
    -			ret = -1;
    -			break;
    -			}
    -		memset(authkey, 0x00, sockopt_len);
    -		authkey->sca_keynumber = authkeyid.scact_keynumber + 1;
    -#ifndef __FreeBSD__
    -		/* This field is missing in FreeBSD 8.2 and earlier,
    -		 * and FreeBSD 8.3 and higher work without it.
    -		 */
    -		authkey->sca_keylength = 64;
    -#endif
    -		memcpy(&authkey->sca_key[0], ptr, 64 * sizeof(uint8_t));
    -
    -		ret = setsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_KEY, authkey, sockopt_len);
    -		OPENSSL_free(authkey);
    -		authkey = NULL;
    -		if (ret < 0) break;
    -
    -		/* Reset active key */
    -		ret = setsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_ACTIVE_KEY,
    -		      &authkeyid, sizeof(struct sctp_authkeyid));
    -		if (ret < 0) break;
    -
    -		break;
    -	case BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY:
    -		/* Returns 0 on success, -1 otherwise. */
    -
    -		/* Get active key */
    -		sockopt_len = sizeof(struct sctp_authkeyid);
    -		ret = getsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_ACTIVE_KEY, &authkeyid, &sockopt_len);
    -		if (ret < 0) break;
    -
    -		/* Set active key */
    -		authkeyid.scact_keynumber = authkeyid.scact_keynumber + 1;
    -		ret = setsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_ACTIVE_KEY,
    -		      &authkeyid, sizeof(struct sctp_authkeyid));
    -		if (ret < 0) break;
    -
    -		/* CCS has been sent, so remember that and fall through
    -		 * to check if we need to deactivate an old key
    -		 */
    -		data->ccs_sent = 1;
    -
    -	case BIO_CTRL_DGRAM_SCTP_AUTH_CCS_RCVD:
    -		/* Returns 0 on success, -1 otherwise. */
    -
    -		/* Has this command really been called or is this just a fall-through? */
    -		if (cmd == BIO_CTRL_DGRAM_SCTP_AUTH_CCS_RCVD)
    -			data->ccs_rcvd = 1;
    -
    -		/* CSS has been both, received and sent, so deactivate an old key */
    -		if (data->ccs_rcvd == 1 && data->ccs_sent == 1)
    -			{
    -			/* Get active key */
    -			sockopt_len = sizeof(struct sctp_authkeyid);
    -			ret = getsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_ACTIVE_KEY, &authkeyid, &sockopt_len);
    -			if (ret < 0) break;
    -
    -			/* Deactivate key or delete second last key if
    -			 * SCTP_AUTHENTICATION_EVENT is not available.
    -			 */
    -			authkeyid.scact_keynumber = authkeyid.scact_keynumber - 1;
    -#ifdef SCTP_AUTH_DEACTIVATE_KEY
    -			sockopt_len = sizeof(struct sctp_authkeyid);
    -			ret = setsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_DEACTIVATE_KEY,
    -			      &authkeyid, sockopt_len);
    -			if (ret < 0) break;
    -#endif
    -#ifndef SCTP_AUTHENTICATION_EVENT
    -			if (authkeyid.scact_keynumber > 0)
    -				{
    -				authkeyid.scact_keynumber = authkeyid.scact_keynumber - 1;
    -				ret = setsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_DELETE_KEY,
    -					  &authkeyid, sizeof(struct sctp_authkeyid));
    -				if (ret < 0) break;
    -				}
    -#endif
    +{
    +    long ret = 1;
    +    bio_dgram_sctp_data *data = NULL;
    +    socklen_t sockopt_len = 0;
    +    struct sctp_authkeyid authkeyid;
    +    struct sctp_authkey *authkey = NULL;
    +
    +    data = (bio_dgram_sctp_data *) b->ptr;
    +
    +    switch (cmd) {
    +    case BIO_CTRL_DGRAM_QUERY_MTU:
    +        /*
    +         * Set to maximum (2^14) and ignore user input to enable transport
    +         * protocol fragmentation. Returns always 2^14.
    +         */
    +        data->mtu = 16384;
    +        ret = data->mtu;
    +        break;
    +    case BIO_CTRL_DGRAM_SET_MTU:
    +        /*
    +         * Set to maximum (2^14) and ignore input to enable transport
    +         * protocol fragmentation. Returns always 2^14.
    +         */
    +        data->mtu = 16384;
    +        ret = data->mtu;
    +        break;
    +    case BIO_CTRL_DGRAM_SET_CONNECTED:
    +    case BIO_CTRL_DGRAM_CONNECT:
    +        /* Returns always -1. */
    +        ret = -1;
    +        break;
    +    case BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT:
    +        /*
    +         * SCTP doesn't need the DTLS timer Returns always 1.
    +         */
    +        break;
    +    case BIO_CTRL_DGRAM_GET_MTU_OVERHEAD:
    +        /*
    +         * We allow transport protocol fragmentation so this is irrelevant
    +         */
    +        ret = 0;
    +        break;
    +    case BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE:
    +        if (num > 0)
    +            data->in_handshake = 1;
    +        else
    +            data->in_handshake = 0;
    +
    +        ret =
    +            setsockopt(b->num, IPPROTO_SCTP, SCTP_NODELAY,
    +                       &data->in_handshake, sizeof(int));
    +        break;
    +    case BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY:
    +        /*
    +         * New shared key for SCTP AUTH. Returns 0 on success, -1 otherwise.
    +         */
    +
    +        /* Get active key */
    +        sockopt_len = sizeof(struct sctp_authkeyid);
    +        ret =
    +            getsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_ACTIVE_KEY, &authkeyid,
    +                       &sockopt_len);
    +        if (ret < 0)
    +            break;
    +
    +        /* Add new key */
    +        sockopt_len = sizeof(struct sctp_authkey) + 64 * sizeof(uint8_t);
    +        authkey = OPENSSL_malloc(sockopt_len);
    +        if (authkey == NULL) {
    +            ret = -1;
    +            break;
    +        }
    +        memset(authkey, 0x00, sockopt_len);
    +        authkey->sca_keynumber = authkeyid.scact_keynumber + 1;
    +#  ifndef __FreeBSD__
    +        /*
    +         * This field is missing in FreeBSD 8.2 and earlier, and FreeBSD 8.3
    +         * and higher work without it.
    +         */
    +        authkey->sca_keylength = 64;
    +#  endif
    +        memcpy(&authkey->sca_key[0], ptr, 64 * sizeof(uint8_t));
    +
    +        ret =
    +            setsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_KEY, authkey,
    +                       sockopt_len);
    +        OPENSSL_free(authkey);
    +        authkey = NULL;
    +        if (ret < 0)
    +            break;
    +
    +        /* Reset active key */
    +        ret = setsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_ACTIVE_KEY,
    +                         &authkeyid, sizeof(struct sctp_authkeyid));
    +        if (ret < 0)
    +            break;
    +
    +        break;
    +    case BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY:
    +        /* Returns 0 on success, -1 otherwise. */
    +
    +        /* Get active key */
    +        sockopt_len = sizeof(struct sctp_authkeyid);
    +        ret =
    +            getsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_ACTIVE_KEY, &authkeyid,
    +                       &sockopt_len);
    +        if (ret < 0)
    +            break;
    +
    +        /* Set active key */
    +        authkeyid.scact_keynumber = authkeyid.scact_keynumber + 1;
    +        ret = setsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_ACTIVE_KEY,
    +                         &authkeyid, sizeof(struct sctp_authkeyid));
    +        if (ret < 0)
    +            break;
    +
    +        /*
    +         * CCS has been sent, so remember that and fall through to check if
    +         * we need to deactivate an old key
    +         */
    +        data->ccs_sent = 1;
    +
    +    case BIO_CTRL_DGRAM_SCTP_AUTH_CCS_RCVD:
    +        /* Returns 0 on success, -1 otherwise. */
    +
    +        /*
    +         * Has this command really been called or is this just a
    +         * fall-through?
    +         */
    +        if (cmd == BIO_CTRL_DGRAM_SCTP_AUTH_CCS_RCVD)
    +            data->ccs_rcvd = 1;
    +
    +        /*
    +         * CSS has been both, received and sent, so deactivate an old key
    +         */
    +        if (data->ccs_rcvd == 1 && data->ccs_sent == 1) {
    +            /* Get active key */
    +            sockopt_len = sizeof(struct sctp_authkeyid);
    +            ret =
    +                getsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_ACTIVE_KEY,
    +                           &authkeyid, &sockopt_len);
    +            if (ret < 0)
    +                break;
    +
    +            /*
    +             * Deactivate key or delete second last key if
    +             * SCTP_AUTHENTICATION_EVENT is not available.
    +             */
    +            authkeyid.scact_keynumber = authkeyid.scact_keynumber - 1;
    +#  ifdef SCTP_AUTH_DEACTIVATE_KEY
    +            sockopt_len = sizeof(struct sctp_authkeyid);
    +            ret = setsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_DEACTIVATE_KEY,
    +                             &authkeyid, sockopt_len);
    +            if (ret < 0)
    +                break;
    +#  endif
    +#  ifndef SCTP_AUTHENTICATION_EVENT
    +            if (authkeyid.scact_keynumber > 0) {
    +                authkeyid.scact_keynumber = authkeyid.scact_keynumber - 1;
    +                ret = setsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_DELETE_KEY,
    +                                 &authkeyid, sizeof(struct sctp_authkeyid));
    +                if (ret < 0)
    +                    break;
    +            }
    +#  endif
     
    -			data->ccs_rcvd = 0;
    -			data->ccs_sent = 0;
    -			}
    -		break;
    -	case BIO_CTRL_DGRAM_SCTP_GET_SNDINFO:
    -		/* Returns the size of the copied struct. */
    -		if (num > (long) sizeof(struct bio_dgram_sctp_sndinfo))
    -			num = sizeof(struct bio_dgram_sctp_sndinfo);
    -
    -		memcpy(ptr, &(data->sndinfo), num);
    -		ret = num;
    -		break;
    -	case BIO_CTRL_DGRAM_SCTP_SET_SNDINFO:
    -		/* Returns the size of the copied struct. */
    -		if (num > (long) sizeof(struct bio_dgram_sctp_sndinfo))
    -			num = sizeof(struct bio_dgram_sctp_sndinfo);
    -
    -		memcpy(&(data->sndinfo), ptr, num);
    -		break;
    -	case BIO_CTRL_DGRAM_SCTP_GET_RCVINFO:
    -		/* Returns the size of the copied struct. */
    -		if (num > (long) sizeof(struct bio_dgram_sctp_rcvinfo))
    -			num = sizeof(struct bio_dgram_sctp_rcvinfo);
    -
    -		memcpy(ptr, &data->rcvinfo, num);
    -
    -		ret = num;
    -		break;
    -	case BIO_CTRL_DGRAM_SCTP_SET_RCVINFO:
    -		/* Returns the size of the copied struct. */
    -		if (num > (long) sizeof(struct bio_dgram_sctp_rcvinfo))
    -			num = sizeof(struct bio_dgram_sctp_rcvinfo);
    -
    -		memcpy(&(data->rcvinfo), ptr, num);
    -		break;
    -	case BIO_CTRL_DGRAM_SCTP_GET_PRINFO:
    -		/* Returns the size of the copied struct. */
    -		if (num > (long) sizeof(struct bio_dgram_sctp_prinfo))
    -			num = sizeof(struct bio_dgram_sctp_prinfo);
    -
    -		memcpy(ptr, &(data->prinfo), num);
    -		ret = num;
    -		break;
    -	case BIO_CTRL_DGRAM_SCTP_SET_PRINFO:
    -		/* Returns the size of the copied struct. */
    -		if (num > (long) sizeof(struct bio_dgram_sctp_prinfo))
    -			num = sizeof(struct bio_dgram_sctp_prinfo);
    -
    -		memcpy(&(data->prinfo), ptr, num);
    -		break;
    -	case BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN:
    -		/* Returns always 1. */
    -		if (num > 0)
    -			data->save_shutdown = 1;
    -		else
    -			data->save_shutdown = 0;
    -		break;
    -
    -	default:
    -		/* Pass to default ctrl function to
    -		 * process SCTP unspecific commands
    -		 */
    -		ret=dgram_ctrl(b, cmd, num, ptr);
    -		break;
    -		}
    -	return(ret);
    -	}
    +            data->ccs_rcvd = 0;
    +            data->ccs_sent = 0;
    +        }
    +        break;
    +    case BIO_CTRL_DGRAM_SCTP_GET_SNDINFO:
    +        /* Returns the size of the copied struct. */
    +        if (num > (long)sizeof(struct bio_dgram_sctp_sndinfo))
    +            num = sizeof(struct bio_dgram_sctp_sndinfo);
    +
    +        memcpy(ptr, &(data->sndinfo), num);
    +        ret = num;
    +        break;
    +    case BIO_CTRL_DGRAM_SCTP_SET_SNDINFO:
    +        /* Returns the size of the copied struct. */
    +        if (num > (long)sizeof(struct bio_dgram_sctp_sndinfo))
    +            num = sizeof(struct bio_dgram_sctp_sndinfo);
    +
    +        memcpy(&(data->sndinfo), ptr, num);
    +        break;
    +    case BIO_CTRL_DGRAM_SCTP_GET_RCVINFO:
    +        /* Returns the size of the copied struct. */
    +        if (num > (long)sizeof(struct bio_dgram_sctp_rcvinfo))
    +            num = sizeof(struct bio_dgram_sctp_rcvinfo);
    +
    +        memcpy(ptr, &data->rcvinfo, num);
    +
    +        ret = num;
    +        break;
    +    case BIO_CTRL_DGRAM_SCTP_SET_RCVINFO:
    +        /* Returns the size of the copied struct. */
    +        if (num > (long)sizeof(struct bio_dgram_sctp_rcvinfo))
    +            num = sizeof(struct bio_dgram_sctp_rcvinfo);
    +
    +        memcpy(&(data->rcvinfo), ptr, num);
    +        break;
    +    case BIO_CTRL_DGRAM_SCTP_GET_PRINFO:
    +        /* Returns the size of the copied struct. */
    +        if (num > (long)sizeof(struct bio_dgram_sctp_prinfo))
    +            num = sizeof(struct bio_dgram_sctp_prinfo);
    +
    +        memcpy(ptr, &(data->prinfo), num);
    +        ret = num;
    +        break;
    +    case BIO_CTRL_DGRAM_SCTP_SET_PRINFO:
    +        /* Returns the size of the copied struct. */
    +        if (num > (long)sizeof(struct bio_dgram_sctp_prinfo))
    +            num = sizeof(struct bio_dgram_sctp_prinfo);
    +
    +        memcpy(&(data->prinfo), ptr, num);
    +        break;
    +    case BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN:
    +        /* Returns always 1. */
    +        if (num > 0)
    +            data->save_shutdown = 1;
    +        else
    +            data->save_shutdown = 0;
    +        break;
    +
    +    default:
    +        /*
    +         * Pass to default ctrl function to process SCTP unspecific commands
    +         */
    +        ret = dgram_ctrl(b, cmd, num, ptr);
    +        break;
    +    }
    +    return (ret);
    +}
     
     int BIO_dgram_sctp_notification_cb(BIO *b,
    -                                   void (*handle_notifications)(BIO *bio, void *context, void *buf),
    +                                   void (*handle_notifications) (BIO *bio,
    +                                                                 void
    +                                                                 *context,
    +                                                                 void *buf),
                                        void *context)
    -	{
    -	bio_dgram_sctp_data *data = (bio_dgram_sctp_data *) b->ptr;
    +{
    +    bio_dgram_sctp_data *data = (bio_dgram_sctp_data *) b->ptr;
     
    -	if (handle_notifications != NULL)
    -		{
    -		data->handle_notifications = handle_notifications;
    -		data->notification_context = context;
    -		}
    -	else
    -		return -1;
    +    if (handle_notifications != NULL) {
    +        data->handle_notifications = handle_notifications;
    +        data->notification_context = context;
    +    } else
    +        return -1;
     
    -	return 0;
    -	}
    +    return 0;
    +}
     
     int BIO_dgram_sctp_wait_for_dry(BIO *b)
     {
    -	int is_dry = 0;
    -	int n, sockflags, ret;
    -	union sctp_notification snp;
    -	struct msghdr msg;
    -	struct iovec iov;
    -#ifdef SCTP_EVENT
    -	struct sctp_event event;
    -#else
    -	struct sctp_event_subscribe event;
    -	socklen_t eventsize;
    -#endif
    -	bio_dgram_sctp_data *data = (bio_dgram_sctp_data *)b->ptr;
    -
    -	/* set sender dry event */
    -#ifdef SCTP_EVENT
    -	memset(&event, 0, sizeof(struct sctp_event));
    -	event.se_assoc_id = 0;
    -	event.se_type = SCTP_SENDER_DRY_EVENT;
    -	event.se_on = 1;
    -	ret = setsockopt(b->num, IPPROTO_SCTP, SCTP_EVENT, &event, sizeof(struct sctp_event));
    -#else
    -	eventsize = sizeof(struct sctp_event_subscribe);
    -	ret = getsockopt(b->num, IPPROTO_SCTP, SCTP_EVENTS, &event, &eventsize);
    -	if (ret < 0)
    -		return -1;
    -	
    -	event.sctp_sender_dry_event = 1;
    -	
    -	ret = setsockopt(b->num, IPPROTO_SCTP, SCTP_EVENTS, &event, sizeof(struct sctp_event_subscribe));
    -#endif
    -	if (ret < 0)
    -		return -1;
    -
    -	/* peek for notification */
    -	memset(&snp, 0x00, sizeof(union sctp_notification));
    -	iov.iov_base = (char *)&snp;
    -	iov.iov_len = sizeof(union sctp_notification);
    -	msg.msg_name = NULL;
    -	msg.msg_namelen = 0;
    -	msg.msg_iov = &iov;
    -	msg.msg_iovlen = 1;
    -	msg.msg_control = NULL;
    -	msg.msg_controllen = 0;
    -	msg.msg_flags = 0;
    -
    -	n = recvmsg(b->num, &msg, MSG_PEEK);
    -	if (n <= 0)
    -		{
    -		if ((n < 0) && (get_last_socket_error() != EAGAIN) && (get_last_socket_error() != EWOULDBLOCK))
    -			return -1;
    -		else
    -			return 0;
    -		}
    -
    -	/* if we find a notification, process it and try again if necessary */
    -	while (msg.msg_flags & MSG_NOTIFICATION)
    -		{
    -		memset(&snp, 0x00, sizeof(union sctp_notification));
    -		iov.iov_base = (char *)&snp;
    -		iov.iov_len = sizeof(union sctp_notification);
    -		msg.msg_name = NULL;
    -		msg.msg_namelen = 0;
    -		msg.msg_iov = &iov;
    -		msg.msg_iovlen = 1;
    -		msg.msg_control = NULL;
    -		msg.msg_controllen = 0;
    -		msg.msg_flags = 0;
    -
    -		n = recvmsg(b->num, &msg, 0);
    -		if (n <= 0)
    -			{
    -			if ((n < 0) && (get_last_socket_error() != EAGAIN) && (get_last_socket_error() != EWOULDBLOCK))
    -				return -1;
    -			else
    -				return is_dry;
    -			}
    -		
    -		if (snp.sn_header.sn_type == SCTP_SENDER_DRY_EVENT)
    -			{
    -			is_dry = 1;
    -
    -			/* disable sender dry event */
    -#ifdef SCTP_EVENT
    -			memset(&event, 0, sizeof(struct sctp_event));
    -			event.se_assoc_id = 0;
    -			event.se_type = SCTP_SENDER_DRY_EVENT;
    -			event.se_on = 0;
    -			ret = setsockopt(b->num, IPPROTO_SCTP, SCTP_EVENT, &event, sizeof(struct sctp_event));
    -#else
    -			eventsize = (socklen_t) sizeof(struct sctp_event_subscribe);
    -			ret = getsockopt(b->num, IPPROTO_SCTP, SCTP_EVENTS, &event, &eventsize);
    -			if (ret < 0)
    -				return -1;
    -
    -			event.sctp_sender_dry_event = 0;
    -
    -			ret = setsockopt(b->num, IPPROTO_SCTP, SCTP_EVENTS, &event, sizeof(struct sctp_event_subscribe));
    -#endif
    -			if (ret < 0)
    -				return -1;
    -			}
    -
    -#ifdef SCTP_AUTHENTICATION_EVENT
    -		if (snp.sn_header.sn_type == SCTP_AUTHENTICATION_EVENT)
    -			dgram_sctp_handle_auth_free_key_event(b, &snp);
    -#endif
    +    int is_dry = 0;
    +    int n, sockflags, ret;
    +    union sctp_notification snp;
    +    struct msghdr msg;
    +    struct iovec iov;
    +#  ifdef SCTP_EVENT
    +    struct sctp_event event;
    +#  else
    +    struct sctp_event_subscribe event;
    +    socklen_t eventsize;
    +#  endif
    +    bio_dgram_sctp_data *data = (bio_dgram_sctp_data *) b->ptr;
    +
    +    /* set sender dry event */
    +#  ifdef SCTP_EVENT
    +    memset(&event, 0, sizeof(struct sctp_event));
    +    event.se_assoc_id = 0;
    +    event.se_type = SCTP_SENDER_DRY_EVENT;
    +    event.se_on = 1;
    +    ret =
    +        setsockopt(b->num, IPPROTO_SCTP, SCTP_EVENT, &event,
    +                   sizeof(struct sctp_event));
    +#  else
    +    eventsize = sizeof(struct sctp_event_subscribe);
    +    ret = getsockopt(b->num, IPPROTO_SCTP, SCTP_EVENTS, &event, &eventsize);
    +    if (ret < 0)
    +        return -1;
    +
    +    event.sctp_sender_dry_event = 1;
    +
    +    ret =
    +        setsockopt(b->num, IPPROTO_SCTP, SCTP_EVENTS, &event,
    +                   sizeof(struct sctp_event_subscribe));
    +#  endif
    +    if (ret < 0)
    +        return -1;
    +
    +    /* peek for notification */
    +    memset(&snp, 0x00, sizeof(union sctp_notification));
    +    iov.iov_base = (char *)&snp;
    +    iov.iov_len = sizeof(union sctp_notification);
    +    msg.msg_name = NULL;
    +    msg.msg_namelen = 0;
    +    msg.msg_iov = &iov;
    +    msg.msg_iovlen = 1;
    +    msg.msg_control = NULL;
    +    msg.msg_controllen = 0;
    +    msg.msg_flags = 0;
    +
    +    n = recvmsg(b->num, &msg, MSG_PEEK);
    +    if (n <= 0) {
    +        if ((n < 0) && (get_last_socket_error() != EAGAIN)
    +            && (get_last_socket_error() != EWOULDBLOCK))
    +            return -1;
    +        else
    +            return 0;
    +    }
    +
    +    /* if we find a notification, process it and try again if necessary */
    +    while (msg.msg_flags & MSG_NOTIFICATION) {
    +        memset(&snp, 0x00, sizeof(union sctp_notification));
    +        iov.iov_base = (char *)&snp;
    +        iov.iov_len = sizeof(union sctp_notification);
    +        msg.msg_name = NULL;
    +        msg.msg_namelen = 0;
    +        msg.msg_iov = &iov;
    +        msg.msg_iovlen = 1;
    +        msg.msg_control = NULL;
    +        msg.msg_controllen = 0;
    +        msg.msg_flags = 0;
    +
    +        n = recvmsg(b->num, &msg, 0);
    +        if (n <= 0) {
    +            if ((n < 0) && (get_last_socket_error() != EAGAIN)
    +                && (get_last_socket_error() != EWOULDBLOCK))
    +                return -1;
    +            else
    +                return is_dry;
    +        }
    +
    +        if (snp.sn_header.sn_type == SCTP_SENDER_DRY_EVENT) {
    +            is_dry = 1;
    +
    +            /* disable sender dry event */
    +#  ifdef SCTP_EVENT
    +            memset(&event, 0, sizeof(struct sctp_event));
    +            event.se_assoc_id = 0;
    +            event.se_type = SCTP_SENDER_DRY_EVENT;
    +            event.se_on = 0;
    +            ret =
    +                setsockopt(b->num, IPPROTO_SCTP, SCTP_EVENT, &event,
    +                           sizeof(struct sctp_event));
    +#  else
    +            eventsize = (socklen_t) sizeof(struct sctp_event_subscribe);
    +            ret =
    +                getsockopt(b->num, IPPROTO_SCTP, SCTP_EVENTS, &event,
    +                           &eventsize);
    +            if (ret < 0)
    +                return -1;
    +
    +            event.sctp_sender_dry_event = 0;
    +
    +            ret =
    +                setsockopt(b->num, IPPROTO_SCTP, SCTP_EVENTS, &event,
    +                           sizeof(struct sctp_event_subscribe));
    +#  endif
    +            if (ret < 0)
    +                return -1;
    +        }
    +#  ifdef SCTP_AUTHENTICATION_EVENT
    +        if (snp.sn_header.sn_type == SCTP_AUTHENTICATION_EVENT)
    +            dgram_sctp_handle_auth_free_key_event(b, &snp);
    +#  endif
     
    -		if (data->handle_notifications != NULL)
    -			data->handle_notifications(b, data->notification_context, (void*) &snp);
    -
    -		/* found notification, peek again */
    -		memset(&snp, 0x00, sizeof(union sctp_notification));
    -		iov.iov_base = (char *)&snp;
    -		iov.iov_len = sizeof(union sctp_notification);
    -		msg.msg_name = NULL;
    -		msg.msg_namelen = 0;
    -		msg.msg_iov = &iov;
    -		msg.msg_iovlen = 1;
    -		msg.msg_control = NULL;
    -		msg.msg_controllen = 0;
    -		msg.msg_flags = 0;
    -
    -		/* if we have seen the dry already, don't wait */
    -		if (is_dry)
    -			{
    -			sockflags = fcntl(b->num, F_GETFL, 0);
    -			fcntl(b->num, F_SETFL, O_NONBLOCK);
    -			}
    -
    -		n = recvmsg(b->num, &msg, MSG_PEEK);
    -
    -		if (is_dry)
    -			{
    -			fcntl(b->num, F_SETFL, sockflags);
    -			}
    -
    -		if (n <= 0)
    -			{
    -			if ((n < 0) && (get_last_socket_error() != EAGAIN) && (get_last_socket_error() != EWOULDBLOCK))
    -				return -1;
    -			else
    -				return is_dry;
    -			}
    -		}
    -
    -	/* read anything else */
    -	return is_dry;
    +        if (data->handle_notifications != NULL)
    +            data->handle_notifications(b, data->notification_context,
    +                                       (void *)&snp);
    +
    +        /* found notification, peek again */
    +        memset(&snp, 0x00, sizeof(union sctp_notification));
    +        iov.iov_base = (char *)&snp;
    +        iov.iov_len = sizeof(union sctp_notification);
    +        msg.msg_name = NULL;
    +        msg.msg_namelen = 0;
    +        msg.msg_iov = &iov;
    +        msg.msg_iovlen = 1;
    +        msg.msg_control = NULL;
    +        msg.msg_controllen = 0;
    +        msg.msg_flags = 0;
    +
    +        /* if we have seen the dry already, don't wait */
    +        if (is_dry) {
    +            sockflags = fcntl(b->num, F_GETFL, 0);
    +            fcntl(b->num, F_SETFL, O_NONBLOCK);
    +        }
    +
    +        n = recvmsg(b->num, &msg, MSG_PEEK);
    +
    +        if (is_dry) {
    +            fcntl(b->num, F_SETFL, sockflags);
    +        }
    +
    +        if (n <= 0) {
    +            if ((n < 0) && (get_last_socket_error() != EAGAIN)
    +                && (get_last_socket_error() != EWOULDBLOCK))
    +                return -1;
    +            else
    +                return is_dry;
    +        }
    +    }
    +
    +    /* read anything else */
    +    return is_dry;
     }
     
     int BIO_dgram_sctp_msg_waiting(BIO *b)
    -	{
    -	int n, sockflags;
    -	union sctp_notification snp;
    -	struct msghdr msg;
    -	struct iovec iov;
    -	bio_dgram_sctp_data *data = (bio_dgram_sctp_data *)b->ptr;
    -
    -	/* Check if there are any messages waiting to be read */
    -	do
    -		{
    -		memset(&snp, 0x00, sizeof(union sctp_notification));
    -		iov.iov_base = (char *)&snp;
    -		iov.iov_len = sizeof(union sctp_notification);
    -		msg.msg_name = NULL;
    -		msg.msg_namelen = 0;
    -		msg.msg_iov = &iov;
    -		msg.msg_iovlen = 1;
    -		msg.msg_control = NULL;
    -		msg.msg_controllen = 0;
    -		msg.msg_flags = 0;
    -
    -		sockflags = fcntl(b->num, F_GETFL, 0);
    -		fcntl(b->num, F_SETFL, O_NONBLOCK);
    -		n = recvmsg(b->num, &msg, MSG_PEEK);
    -		fcntl(b->num, F_SETFL, sockflags);
    -
    -		/* if notification, process and try again */
    -		if (n > 0 && (msg.msg_flags & MSG_NOTIFICATION))
    -			{
    -#ifdef SCTP_AUTHENTICATION_EVENT
    -			if (snp.sn_header.sn_type == SCTP_AUTHENTICATION_EVENT)
    -				dgram_sctp_handle_auth_free_key_event(b, &snp);
    -#endif
    +{
    +    int n, sockflags;
    +    union sctp_notification snp;
    +    struct msghdr msg;
    +    struct iovec iov;
    +    bio_dgram_sctp_data *data = (bio_dgram_sctp_data *) b->ptr;
    +
    +    /* Check if there are any messages waiting to be read */
    +    do {
    +        memset(&snp, 0x00, sizeof(union sctp_notification));
    +        iov.iov_base = (char *)&snp;
    +        iov.iov_len = sizeof(union sctp_notification);
    +        msg.msg_name = NULL;
    +        msg.msg_namelen = 0;
    +        msg.msg_iov = &iov;
    +        msg.msg_iovlen = 1;
    +        msg.msg_control = NULL;
    +        msg.msg_controllen = 0;
    +        msg.msg_flags = 0;
    +
    +        sockflags = fcntl(b->num, F_GETFL, 0);
    +        fcntl(b->num, F_SETFL, O_NONBLOCK);
    +        n = recvmsg(b->num, &msg, MSG_PEEK);
    +        fcntl(b->num, F_SETFL, sockflags);
    +
    +        /* if notification, process and try again */
    +        if (n > 0 && (msg.msg_flags & MSG_NOTIFICATION)) {
    +#  ifdef SCTP_AUTHENTICATION_EVENT
    +            if (snp.sn_header.sn_type == SCTP_AUTHENTICATION_EVENT)
    +                dgram_sctp_handle_auth_free_key_event(b, &snp);
    +#  endif
     
    -			memset(&snp, 0x00, sizeof(union sctp_notification));
    -			iov.iov_base = (char *)&snp;
    -			iov.iov_len = sizeof(union sctp_notification);
    -			msg.msg_name = NULL;
    -			msg.msg_namelen = 0;
    -			msg.msg_iov = &iov;
    -			msg.msg_iovlen = 1;
    -			msg.msg_control = NULL;
    -			msg.msg_controllen = 0;
    -			msg.msg_flags = 0;
    -			n = recvmsg(b->num, &msg, 0);
    -
    -			if (data->handle_notifications != NULL)
    -				data->handle_notifications(b, data->notification_context, (void*) &snp);
    -			}
    -
    -		} while (n > 0 && (msg.msg_flags & MSG_NOTIFICATION));
    -
    -	/* Return 1 if there is a message to be read, return 0 otherwise. */
    -	if (n > 0)
    -		return 1;
    -	else
    -		return 0;
    -	}
    +            memset(&snp, 0x00, sizeof(union sctp_notification));
    +            iov.iov_base = (char *)&snp;
    +            iov.iov_len = sizeof(union sctp_notification);
    +            msg.msg_name = NULL;
    +            msg.msg_namelen = 0;
    +            msg.msg_iov = &iov;
    +            msg.msg_iovlen = 1;
    +            msg.msg_control = NULL;
    +            msg.msg_controllen = 0;
    +            msg.msg_flags = 0;
    +            n = recvmsg(b->num, &msg, 0);
    +
    +            if (data->handle_notifications != NULL)
    +                data->handle_notifications(b, data->notification_context,
    +                                           (void *)&snp);
    +        }
    +
    +    } while (n > 0 && (msg.msg_flags & MSG_NOTIFICATION));
    +
    +    /* Return 1 if there is a message to be read, return 0 otherwise. */
    +    if (n > 0)
    +        return 1;
    +    else
    +        return 0;
    +}
     
     static int dgram_sctp_puts(BIO *bp, const char *str)
    -	{
    -	int n,ret;
    +{
    +    int n, ret;
     
    -	n=strlen(str);
    -	ret=dgram_sctp_write(bp,str,n);
    -	return(ret);
    -	}
    -#endif
    +    n = strlen(str);
    +    ret = dgram_sctp_write(bp, str, n);
    +    return (ret);
    +}
    +# endif
     
     static int BIO_dgram_should_retry(int i)
    -	{
    -	int err;
    -
    -	if ((i == 0) || (i == -1))
    -		{
    -		err=get_last_socket_error();
    -
    -#if defined(OPENSSL_SYS_WINDOWS)
    -	/* If the socket return value (i) is -1
    -	 * and err is unexpectedly 0 at this point,
    -	 * the error code was overwritten by
    -	 * another system call before this error
    -	 * handling is called.
    -	 */
    -#endif
    +{
    +    int err;
     
    -		return(BIO_dgram_non_fatal_error(err));
    -		}
    -	return(0);
    -	}
    +    if ((i == 0) || (i == -1)) {
    +        err = get_last_socket_error();
     
    -int BIO_dgram_non_fatal_error(int err)
    -	{
    -	switch (err)
    -		{
    -#if defined(OPENSSL_SYS_WINDOWS)
    -# if defined(WSAEWOULDBLOCK)
    -	case WSAEWOULDBLOCK:
    +# if defined(OPENSSL_SYS_WINDOWS)
    +        /*
    +         * If the socket return value (i) is -1 and err is unexpectedly 0 at
    +         * this point, the error code was overwritten by another system call
    +         * before this error handling is called.
    +         */
     # endif
     
    -# if 0 /* This appears to always be an error */
    -#  if defined(WSAENOTCONN)
    -	case WSAENOTCONN:
    +        return (BIO_dgram_non_fatal_error(err));
    +    }
    +    return (0);
    +}
    +
    +int BIO_dgram_non_fatal_error(int err)
    +{
    +    switch (err) {
    +# if defined(OPENSSL_SYS_WINDOWS)
    +#  if defined(WSAEWOULDBLOCK)
    +    case WSAEWOULDBLOCK:
    +#  endif
    +
    +#  if 0                         /* This appears to always be an error */
    +#   if defined(WSAENOTCONN)
    +    case WSAENOTCONN:
    +#   endif
     #  endif
     # endif
    -#endif
     
    -#ifdef EWOULDBLOCK
    -# ifdef WSAEWOULDBLOCK
    -#  if WSAEWOULDBLOCK != EWOULDBLOCK
    -	case EWOULDBLOCK:
    +# ifdef EWOULDBLOCK
    +#  ifdef WSAEWOULDBLOCK
    +#   if WSAEWOULDBLOCK != EWOULDBLOCK
    +    case EWOULDBLOCK:
    +#   endif
    +#  else
    +    case EWOULDBLOCK:
     #  endif
    -# else
    -	case EWOULDBLOCK:
     # endif
    -#endif
     
    -#ifdef EINTR
    -	case EINTR:
    -#endif
    +# ifdef EINTR
    +    case EINTR:
    +# endif
     
    -#ifdef EAGAIN
    -#if EWOULDBLOCK != EAGAIN
    -	case EAGAIN:
    +# ifdef EAGAIN
    +#  if EWOULDBLOCK != EAGAIN
    +    case EAGAIN:
    +#  endif
     # endif
    -#endif
     
    -#ifdef EPROTO
    -	case EPROTO:
    -#endif
    +# ifdef EPROTO
    +    case EPROTO:
    +# endif
     
    -#ifdef EINPROGRESS
    -	case EINPROGRESS:
    -#endif
    +# ifdef EINPROGRESS
    +    case EINPROGRESS:
    +# endif
     
    -#ifdef EALREADY
    -	case EALREADY:
    -#endif
    +# ifdef EALREADY
    +    case EALREADY:
    +# endif
     
    -		return(1);
    -		/* break; */
    -	default:
    -		break;
    -		}
    -	return(0);
    -	}
    +        return (1);
    +        /* break; */
    +    default:
    +        break;
    +    }
    +    return (0);
    +}
     
     static void get_current_time(struct timeval *t)
    -	{
    -#ifdef OPENSSL_SYS_WIN32
    -	struct _timeb tb;
    -	_ftime(&tb);
    -	t->tv_sec = (long)tb.time;
    -	t->tv_usec = (long)tb.millitm * 1000;
    -#elif defined(OPENSSL_SYS_VMS)
    -	struct timeb tb;
    -	ftime(&tb);
    -	t->tv_sec = (long)tb.time;
    -	t->tv_usec = (long)tb.millitm * 1000;
    -#else
    -	gettimeofday(t, NULL);
    -#endif
    -	}
    +{
    +# if defined(_WIN32)
    +    SYSTEMTIME st;
    +    union {
    +        unsigned __int64 ul;
    +        FILETIME ft;
    +    } now;
    +
    +    GetSystemTime(&st);
    +    SystemTimeToFileTime(&st, &now.ft);
    +#  ifdef  __MINGW32__
    +    now.ul -= 116444736000000000ULL;
    +#  else
    +    now.ul -= 116444736000000000UI64; /* re-bias to 1/1/1970 */
    +#  endif
    +    t->tv_sec = (long)(now.ul / 10000000);
    +    t->tv_usec = ((int)(now.ul % 10000000)) / 10;
    +# elif defined(OPENSSL_SYS_VMS)
    +    struct timeb tb;
    +    ftime(&tb);
    +    t->tv_sec = (long)tb.time;
    +    t->tv_usec = (long)tb.millitm * 1000;
    +# else
    +    gettimeofday(t, NULL);
    +# endif
    +}
     
     #endif
    diff --git a/openssl/crypto/bio/bss_fd.c b/openssl/crypto/bio/bss_fd.c
    index d1bf85aae..5f4e34481 100644
    --- a/openssl/crypto/bio/bss_fd.c
    +++ b/openssl/crypto/bio/bss_fd.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,9 +63,27 @@
     
     #if defined(OPENSSL_NO_POSIX_IO)
     /*
    - * One can argue that one should implement dummy placeholder for
    - * BIO_s_fd here...
    + * Dummy placeholder for BIO_s_fd...
      */
    +BIO *BIO_new_fd(int fd, int close_flag)
    +{
    +    return NULL;
    +}
    +
    +int BIO_fd_non_fatal_error(int err)
    +{
    +    return 0;
    +}
    +
    +int BIO_fd_should_retry(int i)
    +{
    +    return 0;
    +}
    +
    +BIO_METHOD *BIO_s_fd(void)
    +{
    +    return NULL;
    +}
     #else
     /*
      * As for unconditional usage of "UPLINK" interface in this module.
    @@ -79,7 +97,7 @@
      * file descriptors can only be provided by application. Therefore
      * "UPLINK" calls are due...
      */
    -#include "bio_lcl.h"
    +# include "bio_lcl.h"
     
     static int fd_write(BIO *h, const char *buf, int num);
     static int fd_read(BIO *h, char *buf, int size);
    @@ -90,230 +108,223 @@ static int fd_new(BIO *h);
     static int fd_free(BIO *data);
     int BIO_fd_should_retry(int s);
     
    -static BIO_METHOD methods_fdp=
    -	{
    -	BIO_TYPE_FD,"file descriptor",
    -	fd_write,
    -	fd_read,
    -	fd_puts,
    -	fd_gets,
    -	fd_ctrl,
    -	fd_new,
    -	fd_free,
    -	NULL,
    -	};
    +static BIO_METHOD methods_fdp = {
    +    BIO_TYPE_FD, "file descriptor",
    +    fd_write,
    +    fd_read,
    +    fd_puts,
    +    fd_gets,
    +    fd_ctrl,
    +    fd_new,
    +    fd_free,
    +    NULL,
    +};
     
     BIO_METHOD *BIO_s_fd(void)
    -	{
    -	return(&methods_fdp);
    -	}
    -
    -BIO *BIO_new_fd(int fd,int close_flag)
    -	{
    -	BIO *ret;
    -	ret=BIO_new(BIO_s_fd());
    -	if (ret == NULL) return(NULL);
    -	BIO_set_fd(ret,fd,close_flag);
    -	return(ret);
    -	}
    +{
    +    return (&methods_fdp);
    +}
    +
    +BIO *BIO_new_fd(int fd, int close_flag)
    +{
    +    BIO *ret;
    +    ret = BIO_new(BIO_s_fd());
    +    if (ret == NULL)
    +        return (NULL);
    +    BIO_set_fd(ret, fd, close_flag);
    +    return (ret);
    +}
     
     static int fd_new(BIO *bi)
    -	{
    -	bi->init=0;
    -	bi->num=-1;
    -	bi->ptr=NULL;
    -	bi->flags=BIO_FLAGS_UPLINK; /* essentially redundant */
    -	return(1);
    -	}
    +{
    +    bi->init = 0;
    +    bi->num = -1;
    +    bi->ptr = NULL;
    +    bi->flags = BIO_FLAGS_UPLINK; /* essentially redundant */
    +    return (1);
    +}
     
     static int fd_free(BIO *a)
    -	{
    -	if (a == NULL) return(0);
    -	if (a->shutdown)
    -		{
    -		if (a->init)
    -			{
    -			UP_close(a->num);
    -			}
    -		a->init=0;
    -		a->flags=BIO_FLAGS_UPLINK;
    -		}
    -	return(1);
    -	}
    -	
    -static int fd_read(BIO *b, char *out,int outl)
    -	{
    -	int ret=0;
    -
    -	if (out != NULL)
    -		{
    -		clear_sys_error();
    -		ret=UP_read(b->num,out,outl);
    -		BIO_clear_retry_flags(b);
    -		if (ret <= 0)
    -			{
    -			if (BIO_fd_should_retry(ret))
    -				BIO_set_retry_read(b);
    -			}
    -		}
    -	return(ret);
    -	}
    +{
    +    if (a == NULL)
    +        return (0);
    +    if (a->shutdown) {
    +        if (a->init) {
    +            UP_close(a->num);
    +        }
    +        a->init = 0;
    +        a->flags = BIO_FLAGS_UPLINK;
    +    }
    +    return (1);
    +}
    +
    +static int fd_read(BIO *b, char *out, int outl)
    +{
    +    int ret = 0;
    +
    +    if (out != NULL) {
    +        clear_sys_error();
    +        ret = UP_read(b->num, out, outl);
    +        BIO_clear_retry_flags(b);
    +        if (ret <= 0) {
    +            if (BIO_fd_should_retry(ret))
    +                BIO_set_retry_read(b);
    +        }
    +    }
    +    return (ret);
    +}
     
     static int fd_write(BIO *b, const char *in, int inl)
    -	{
    -	int ret;
    -	clear_sys_error();
    -	ret=UP_write(b->num,in,inl);
    -	BIO_clear_retry_flags(b);
    -	if (ret <= 0)
    -		{
    -		if (BIO_fd_should_retry(ret))
    -			BIO_set_retry_write(b);
    -		}
    -	return(ret);
    -	}
    +{
    +    int ret;
    +    clear_sys_error();
    +    ret = UP_write(b->num, in, inl);
    +    BIO_clear_retry_flags(b);
    +    if (ret <= 0) {
    +        if (BIO_fd_should_retry(ret))
    +            BIO_set_retry_write(b);
    +    }
    +    return (ret);
    +}
     
     static long fd_ctrl(BIO *b, int cmd, long num, void *ptr)
    -	{
    -	long ret=1;
    -	int *ip;
    -
    -	switch (cmd)
    -		{
    -	case BIO_CTRL_RESET:
    -		num=0;
    -	case BIO_C_FILE_SEEK:
    -		ret=(long)UP_lseek(b->num,num,0);
    -		break;
    -	case BIO_C_FILE_TELL:
    -	case BIO_CTRL_INFO:
    -		ret=(long)UP_lseek(b->num,0,1);
    -		break;
    -	case BIO_C_SET_FD:
    -		fd_free(b);
    -		b->num= *((int *)ptr);
    -		b->shutdown=(int)num;
    -		b->init=1;
    -		break;
    -	case BIO_C_GET_FD:
    -		if (b->init)
    -			{
    -			ip=(int *)ptr;
    -			if (ip != NULL) *ip=b->num;
    -			ret=b->num;
    -			}
    -		else
    -			ret= -1;
    -		break;
    -	case BIO_CTRL_GET_CLOSE:
    -		ret=b->shutdown;
    -		break;
    -	case BIO_CTRL_SET_CLOSE:
    -		b->shutdown=(int)num;
    -		break;
    -	case BIO_CTRL_PENDING:
    -	case BIO_CTRL_WPENDING:
    -		ret=0;
    -		break;
    -	case BIO_CTRL_DUP:
    -	case BIO_CTRL_FLUSH:
    -		ret=1;
    -		break;
    -	default:
    -		ret=0;
    -		break;
    -		}
    -	return(ret);
    -	}
    +{
    +    long ret = 1;
    +    int *ip;
    +
    +    switch (cmd) {
    +    case BIO_CTRL_RESET:
    +        num = 0;
    +    case BIO_C_FILE_SEEK:
    +        ret = (long)UP_lseek(b->num, num, 0);
    +        break;
    +    case BIO_C_FILE_TELL:
    +    case BIO_CTRL_INFO:
    +        ret = (long)UP_lseek(b->num, 0, 1);
    +        break;
    +    case BIO_C_SET_FD:
    +        fd_free(b);
    +        b->num = *((int *)ptr);
    +        b->shutdown = (int)num;
    +        b->init = 1;
    +        break;
    +    case BIO_C_GET_FD:
    +        if (b->init) {
    +            ip = (int *)ptr;
    +            if (ip != NULL)
    +                *ip = b->num;
    +            ret = b->num;
    +        } else
    +            ret = -1;
    +        break;
    +    case BIO_CTRL_GET_CLOSE:
    +        ret = b->shutdown;
    +        break;
    +    case BIO_CTRL_SET_CLOSE:
    +        b->shutdown = (int)num;
    +        break;
    +    case BIO_CTRL_PENDING:
    +    case BIO_CTRL_WPENDING:
    +        ret = 0;
    +        break;
    +    case BIO_CTRL_DUP:
    +    case BIO_CTRL_FLUSH:
    +        ret = 1;
    +        break;
    +    default:
    +        ret = 0;
    +        break;
    +    }
    +    return (ret);
    +}
     
     static int fd_puts(BIO *bp, const char *str)
    -	{
    -	int n,ret;
    +{
    +    int n, ret;
     
    -	n=strlen(str);
    -	ret=fd_write(bp,str,n);
    -	return(ret);
    -	}
    +    n = strlen(str);
    +    ret = fd_write(bp, str, n);
    +    return (ret);
    +}
     
     static int fd_gets(BIO *bp, char *buf, int size)
    -        {
    -	int ret=0;
    -	char *ptr=buf;
    -	char *end=buf+size-1;
    +{
    +    int ret = 0;
    +    char *ptr = buf;
    +    char *end = buf + size - 1;
     
    -	while ( (ptr < end) && (fd_read(bp, ptr, 1) > 0) && (ptr[0] != '\n') )
    -		ptr++;
    +    while ((ptr < end) && (fd_read(bp, ptr, 1) > 0) && (ptr[0] != '\n'))
    +        ptr++;
     
    -	ptr[0]='\0';
    +    ptr[0] = '\0';
     
    -	if (buf[0] != '\0')
    -		ret=strlen(buf);
    -	return(ret);
    -        }
    +    if (buf[0] != '\0')
    +        ret = strlen(buf);
    +    return (ret);
    +}
     
     int BIO_fd_should_retry(int i)
    -	{
    -	int err;
    +{
    +    int err;
     
    -	if ((i == 0) || (i == -1))
    -		{
    -		err=get_last_sys_error();
    +    if ((i == 0) || (i == -1)) {
    +        err = get_last_sys_error();
     
    -#if defined(OPENSSL_SYS_WINDOWS) && 0 /* more microsoft stupidity? perhaps not? Ben 4/1/99 */
    -		if ((i == -1) && (err == 0))
    -			return(1);
    -#endif
    +# if defined(OPENSSL_SYS_WINDOWS) && 0/* more microsoft stupidity? perhaps
    +                                       * not? Ben 4/1/99 */
    +        if ((i == -1) && (err == 0))
    +            return (1);
    +# endif
     
    -		return(BIO_fd_non_fatal_error(err));
    -		}
    -	return(0);
    -	}
    +        return (BIO_fd_non_fatal_error(err));
    +    }
    +    return (0);
    +}
     
     int BIO_fd_non_fatal_error(int err)
    -	{
    -	switch (err)
    -		{
    -
    -#ifdef EWOULDBLOCK
    -# ifdef WSAEWOULDBLOCK
    -#  if WSAEWOULDBLOCK != EWOULDBLOCK
    -	case EWOULDBLOCK:
    +{
    +    switch (err) {
    +
    +# ifdef EWOULDBLOCK
    +#  ifdef WSAEWOULDBLOCK
    +#   if WSAEWOULDBLOCK != EWOULDBLOCK
    +    case EWOULDBLOCK:
    +#   endif
    +#  else
    +    case EWOULDBLOCK:
     #  endif
    -# else
    -	case EWOULDBLOCK:
     # endif
    -#endif
     
    -#if defined(ENOTCONN)
    -	case ENOTCONN:
    -#endif
    +# if defined(ENOTCONN)
    +    case ENOTCONN:
    +# endif
     
    -#ifdef EINTR
    -	case EINTR:
    -#endif
    +# ifdef EINTR
    +    case EINTR:
    +# endif
     
    -#ifdef EAGAIN
    -#if EWOULDBLOCK != EAGAIN
    -	case EAGAIN:
    +# ifdef EAGAIN
    +#  if EWOULDBLOCK != EAGAIN
    +    case EAGAIN:
    +#  endif
     # endif
    -#endif
     
    -#ifdef EPROTO
    -	case EPROTO:
    -#endif
    +# ifdef EPROTO
    +    case EPROTO:
    +# endif
     
    -#ifdef EINPROGRESS
    -	case EINPROGRESS:
    -#endif
    +# ifdef EINPROGRESS
    +    case EINPROGRESS:
    +# endif
     
    -#ifdef EALREADY
    -	case EALREADY:
    -#endif
    -		return(1);
    -		/* break; */
    -	default:
    -		break;
    -		}
    -	return(0);
    -	}
    +# ifdef EALREADY
    +    case EALREADY:
    +# endif
    +        return (1);
    +        /* break; */
    +    default:
    +        break;
    +    }
    +    return (0);
    +}
     #endif
    diff --git a/openssl/crypto/bio/bss_file.c b/openssl/crypto/bio/bss_file.c
    index b954fe7eb..d7f15b069 100644
    --- a/openssl/crypto/bio/bss_file.c
    +++ b/openssl/crypto/bio/bss_file.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,51 +49,51 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
     
    -/*
    - * 03-Dec-1997	rdenny@dc3.com  Fix bug preventing use of stdin/stdout
    - *		with binary data (e.g. asn1parse -inform DER < xxx) under
    - *		Windows
    +/*-
    + * 03-Dec-1997  rdenny@dc3.com  Fix bug preventing use of stdin/stdout
    + *              with binary data (e.g. asn1parse -inform DER < xxx) under
    + *              Windows
      */
     
     #ifndef HEADER_BSS_FILE_C
    -#define HEADER_BSS_FILE_C
    +# define HEADER_BSS_FILE_C
     
    -#if defined(__linux) || defined(__sun) || defined(__hpux)
    -/* Following definition aliases fopen to fopen64 on above mentioned
    - * platforms. This makes it possible to open and sequentially access
    - * files larger than 2GB from 32-bit application. It does not allow to
    - * traverse them beyond 2GB with fseek/ftell, but on the other hand *no*
    - * 32-bit platform permits that, not with fseek/ftell. Not to mention
    - * that breaking 2GB limit for seeking would require surgery to *our*
    - * API. But sequential access suffices for practical cases when you
    - * can run into large files, such as fingerprinting, so we can let API
    - * alone. For reference, the list of 32-bit platforms which allow for
    - * sequential access of large files without extra "magic" comprise *BSD,
    - * Darwin, IRIX...
    +# if defined(__linux) || defined(__sun) || defined(__hpux)
    +/*
    + * Following definition aliases fopen to fopen64 on above mentioned
    + * platforms. This makes it possible to open and sequentially access files
    + * larger than 2GB from 32-bit application. It does not allow to traverse
    + * them beyond 2GB with fseek/ftell, but on the other hand *no* 32-bit
    + * platform permits that, not with fseek/ftell. Not to mention that breaking
    + * 2GB limit for seeking would require surgery to *our* API. But sequential
    + * access suffices for practical cases when you can run into large files,
    + * such as fingerprinting, so we can let API alone. For reference, the list
    + * of 32-bit platforms which allow for sequential access of large files
    + * without extra "magic" comprise *BSD, Darwin, IRIX...
      */
    -#ifndef _FILE_OFFSET_BITS
    -#define _FILE_OFFSET_BITS 64
    -#endif
    -#endif
    +#  ifndef _FILE_OFFSET_BITS
    +#   define _FILE_OFFSET_BITS 64
    +#  endif
    +# endif
     
    -#include 
    -#include 
    -#include "cryptlib.h"
    -#include "bio_lcl.h"
    -#include 
    +# include 
    +# include 
    +# include "cryptlib.h"
    +# include "bio_lcl.h"
    +# include 
     
    -#if defined(OPENSSL_SYS_NETWARE) && defined(NETWARE_CLIB)
    -#include 
    -#endif
    +# if defined(OPENSSL_SYS_NETWARE) && defined(NETWARE_CLIB)
    +#  include 
    +# endif
     
    -#if !defined(OPENSSL_NO_STDIO)
    +# if !defined(OPENSSL_NO_STDIO)
     
     static int MS_CALLBACK file_write(BIO *h, const char *buf, int num);
     static int MS_CALLBACK file_read(BIO *h, char *buf, int size);
    @@ -102,376 +102,364 @@ static int MS_CALLBACK file_gets(BIO *h, char *str, int size);
     static long MS_CALLBACK file_ctrl(BIO *h, int cmd, long arg1, void *arg2);
     static int MS_CALLBACK file_new(BIO *h);
     static int MS_CALLBACK file_free(BIO *data);
    -static BIO_METHOD methods_filep=
    -	{
    -	BIO_TYPE_FILE,
    -	"FILE pointer",
    -	file_write,
    -	file_read,
    -	file_puts,
    -	file_gets,
    -	file_ctrl,
    -	file_new,
    -	file_free,
    -	NULL,
    -	};
    +static BIO_METHOD methods_filep = {
    +    BIO_TYPE_FILE,
    +    "FILE pointer",
    +    file_write,
    +    file_read,
    +    file_puts,
    +    file_gets,
    +    file_ctrl,
    +    file_new,
    +    file_free,
    +    NULL,
    +};
     
     BIO *BIO_new_file(const char *filename, const char *mode)
    -	{
    -	BIO  *ret;
    -	FILE *file=NULL;
    -
    -#if defined(_WIN32) && defined(CP_UTF8)
    -	int sz, len_0 = (int)strlen(filename)+1;
    -	DWORD flags;
    -
    -	/*
    -	 * Basically there are three cases to cover: a) filename is
    -	 * pure ASCII string; b) actual UTF-8 encoded string and
    -	 * c) locale-ized string, i.e. one containing 8-bit
    -	 * characters that are meaningful in current system locale.
    -	 * If filename is pure ASCII or real UTF-8 encoded string,
    -	 * MultiByteToWideChar succeeds and _wfopen works. If
    -	 * filename is locale-ized string, chances are that
    -	 * MultiByteToWideChar fails reporting
    -	 * ERROR_NO_UNICODE_TRANSLATION, in which case we fall
    -	 * back to fopen...
    -	 */
    -	if ((sz=MultiByteToWideChar(CP_UTF8,(flags=MB_ERR_INVALID_CHARS),
    -					filename,len_0,NULL,0))>0 ||
    -	    (GetLastError()==ERROR_INVALID_FLAGS &&
    -	     (sz=MultiByteToWideChar(CP_UTF8,(flags=0),
    -					filename,len_0,NULL,0))>0)
    -	   )
    -		{
    -		WCHAR  wmode[8];
    -		WCHAR *wfilename = _alloca(sz*sizeof(WCHAR));
    -
    -		if (MultiByteToWideChar(CP_UTF8,flags,
    -					filename,len_0,wfilename,sz) &&
    -		    MultiByteToWideChar(CP_UTF8,0,mode,strlen(mode)+1,
    -			    		wmode,sizeof(wmode)/sizeof(wmode[0])) &&
    -		    (file=_wfopen(wfilename,wmode))==NULL &&
    -		    (errno==ENOENT || errno==EBADF)
    -		   )	/* UTF-8 decode succeeded, but no file, filename
    -			 * could still have been locale-ized... */
    -			file = fopen(filename,mode);
    -		}
    -	else if (GetLastError()==ERROR_NO_UNICODE_TRANSLATION)
    -		{
    -		file = fopen(filename,mode);
    -		}
    -#else
    -	file=fopen(filename,mode);	
    -#endif
    -	if (file == NULL)
    -		{
    -		SYSerr(SYS_F_FOPEN,get_last_sys_error());
    -		ERR_add_error_data(5,"fopen('",filename,"','",mode,"')");
    -		if (errno == ENOENT)
    -			BIOerr(BIO_F_BIO_NEW_FILE,BIO_R_NO_SUCH_FILE);
    -		else
    -			BIOerr(BIO_F_BIO_NEW_FILE,ERR_R_SYS_LIB);
    -		return(NULL);
    -		}
    -	if ((ret=BIO_new(BIO_s_file())) == NULL)
    -		{
    -		fclose(file);
    -		return(NULL);
    -		}
    -
    -	BIO_clear_flags(ret,BIO_FLAGS_UPLINK); /* we did fopen -> we disengage UPLINK */
    -	BIO_set_fp(ret,file,BIO_CLOSE);
    -	return(ret);
    -	}
    +{
    +    BIO *ret;
    +    FILE *file = NULL;
    +
    +#  if defined(_WIN32) && defined(CP_UTF8)
    +    int sz, len_0 = (int)strlen(filename) + 1;
    +    DWORD flags;
    +
    +    /*
    +     * Basically there are three cases to cover: a) filename is
    +     * pure ASCII string; b) actual UTF-8 encoded string and
    +     * c) locale-ized string, i.e. one containing 8-bit
    +     * characters that are meaningful in current system locale.
    +     * If filename is pure ASCII or real UTF-8 encoded string,
    +     * MultiByteToWideChar succeeds and _wfopen works. If
    +     * filename is locale-ized string, chances are that
    +     * MultiByteToWideChar fails reporting
    +     * ERROR_NO_UNICODE_TRANSLATION, in which case we fall
    +     * back to fopen...
    +     */
    +    if ((sz = MultiByteToWideChar(CP_UTF8, (flags = MB_ERR_INVALID_CHARS),
    +                                  filename, len_0, NULL, 0)) > 0 ||
    +        (GetLastError() == ERROR_INVALID_FLAGS &&
    +         (sz = MultiByteToWideChar(CP_UTF8, (flags = 0),
    +                                   filename, len_0, NULL, 0)) > 0)
    +        ) {
    +        WCHAR wmode[8];
    +        WCHAR *wfilename = _alloca(sz * sizeof(WCHAR));
    +
    +        if (MultiByteToWideChar(CP_UTF8, flags,
    +                                filename, len_0, wfilename, sz) &&
    +            MultiByteToWideChar(CP_UTF8, 0, mode, strlen(mode) + 1,
    +                                wmode, sizeof(wmode) / sizeof(wmode[0])) &&
    +            (file = _wfopen(wfilename, wmode)) == NULL &&
    +            (errno == ENOENT || errno == EBADF)
    +            ) {
    +            /*
    +             * UTF-8 decode succeeded, but no file, filename
    +             * could still have been locale-ized...
    +             */
    +            file = fopen(filename, mode);
    +        }
    +    } else if (GetLastError() == ERROR_NO_UNICODE_TRANSLATION) {
    +        file = fopen(filename, mode);
    +    }
    +#  else
    +    file = fopen(filename, mode);
    +#  endif
    +    if (file == NULL) {
    +        SYSerr(SYS_F_FOPEN, get_last_sys_error());
    +        ERR_add_error_data(5, "fopen('", filename, "','", mode, "')");
    +        if (errno == ENOENT)
    +            BIOerr(BIO_F_BIO_NEW_FILE, BIO_R_NO_SUCH_FILE);
    +        else
    +            BIOerr(BIO_F_BIO_NEW_FILE, ERR_R_SYS_LIB);
    +        return (NULL);
    +    }
    +    if ((ret = BIO_new(BIO_s_file())) == NULL) {
    +        fclose(file);
    +        return (NULL);
    +    }
    +
    +    BIO_clear_flags(ret, BIO_FLAGS_UPLINK); /* we did fopen -> we disengage
    +                                             * UPLINK */
    +    BIO_set_fp(ret, file, BIO_CLOSE);
    +    return (ret);
    +}
     
     BIO *BIO_new_fp(FILE *stream, int close_flag)
    -	{
    -	BIO *ret;
    +{
    +    BIO *ret;
     
    -	if ((ret=BIO_new(BIO_s_file())) == NULL)
    -		return(NULL);
    +    if ((ret = BIO_new(BIO_s_file())) == NULL)
    +        return (NULL);
     
    -	BIO_set_flags(ret,BIO_FLAGS_UPLINK); /* redundant, left for documentation puposes */
    -	BIO_set_fp(ret,stream,close_flag);
    -	return(ret);
    -	}
    +    BIO_set_flags(ret, BIO_FLAGS_UPLINK); /* redundant, left for
    +                                           * documentation puposes */
    +    BIO_set_fp(ret, stream, close_flag);
    +    return (ret);
    +}
     
     BIO_METHOD *BIO_s_file(void)
    -	{
    -	return(&methods_filep);
    -	}
    +{
    +    return (&methods_filep);
    +}
     
     static int MS_CALLBACK file_new(BIO *bi)
    -	{
    -	bi->init=0;
    -	bi->num=0;
    -	bi->ptr=NULL;
    -	bi->flags=BIO_FLAGS_UPLINK; /* default to UPLINK */
    -	return(1);
    -	}
    +{
    +    bi->init = 0;
    +    bi->num = 0;
    +    bi->ptr = NULL;
    +    bi->flags = BIO_FLAGS_UPLINK; /* default to UPLINK */
    +    return (1);
    +}
     
     static int MS_CALLBACK file_free(BIO *a)
    -	{
    -	if (a == NULL) return(0);
    -	if (a->shutdown)
    -		{
    -		if ((a->init) && (a->ptr != NULL))
    -			{
    -			if (a->flags&BIO_FLAGS_UPLINK)
    -				UP_fclose (a->ptr);
    -			else
    -				fclose (a->ptr);
    -			a->ptr=NULL;
    -			a->flags=BIO_FLAGS_UPLINK;
    -			}
    -		a->init=0;
    -		}
    -	return(1);
    -	}
    -	
    -static int MS_CALLBACK file_read(BIO *b, char *out, int outl)
    -	{
    -	int ret=0;
    +{
    +    if (a == NULL)
    +        return (0);
    +    if (a->shutdown) {
    +        if ((a->init) && (a->ptr != NULL)) {
    +            if (a->flags & BIO_FLAGS_UPLINK)
    +                UP_fclose(a->ptr);
    +            else
    +                fclose(a->ptr);
    +            a->ptr = NULL;
    +            a->flags = BIO_FLAGS_UPLINK;
    +        }
    +        a->init = 0;
    +    }
    +    return (1);
    +}
     
    -	if (b->init && (out != NULL))
    -		{
    -		if (b->flags&BIO_FLAGS_UPLINK)
    -			ret=UP_fread(out,1,(int)outl,b->ptr);
    -		else
    -			ret=fread(out,1,(int)outl,(FILE *)b->ptr);
    -		if(ret == 0 && (b->flags&BIO_FLAGS_UPLINK)?UP_ferror((FILE *)b->ptr):ferror((FILE *)b->ptr))
    -			{
    -			SYSerr(SYS_F_FREAD,get_last_sys_error());
    -			BIOerr(BIO_F_FILE_READ,ERR_R_SYS_LIB);
    -			ret=-1;
    -			}
    -		}
    -	return(ret);
    -	}
    +static int MS_CALLBACK file_read(BIO *b, char *out, int outl)
    +{
    +    int ret = 0;
    +
    +    if (b->init && (out != NULL)) {
    +        if (b->flags & BIO_FLAGS_UPLINK)
    +            ret = UP_fread(out, 1, (int)outl, b->ptr);
    +        else
    +            ret = fread(out, 1, (int)outl, (FILE *)b->ptr);
    +        if (ret == 0
    +            && (b->flags & BIO_FLAGS_UPLINK) ? UP_ferror((FILE *)b->ptr) :
    +            ferror((FILE *)b->ptr)) {
    +            SYSerr(SYS_F_FREAD, get_last_sys_error());
    +            BIOerr(BIO_F_FILE_READ, ERR_R_SYS_LIB);
    +            ret = -1;
    +        }
    +    }
    +    return (ret);
    +}
     
     static int MS_CALLBACK file_write(BIO *b, const char *in, int inl)
    -	{
    -	int ret=0;
    -
    -	if (b->init && (in != NULL))
    -		{
    -		if (b->flags&BIO_FLAGS_UPLINK)
    -			ret=UP_fwrite(in,(int)inl,1,b->ptr);
    -		else
    -			ret=fwrite(in,(int)inl,1,(FILE *)b->ptr);
    -		if (ret)
    -			ret=inl;
    -		/* ret=fwrite(in,1,(int)inl,(FILE *)b->ptr); */
    -		/* according to Tim Hudson , the commented
    -		 * out version above can cause 'inl' write calls under
    -		 * some stupid stdio implementations (VMS) */
    -		}
    -	return(ret);
    -	}
    +{
    +    int ret = 0;
    +
    +    if (b->init && (in != NULL)) {
    +        if (b->flags & BIO_FLAGS_UPLINK)
    +            ret = UP_fwrite(in, (int)inl, 1, b->ptr);
    +        else
    +            ret = fwrite(in, (int)inl, 1, (FILE *)b->ptr);
    +        if (ret)
    +            ret = inl;
    +        /* ret=fwrite(in,1,(int)inl,(FILE *)b->ptr); */
    +        /*
    +         * according to Tim Hudson , the commented out
    +         * version above can cause 'inl' write calls under some stupid stdio
    +         * implementations (VMS)
    +         */
    +    }
    +    return (ret);
    +}
     
     static long MS_CALLBACK file_ctrl(BIO *b, int cmd, long num, void *ptr)
    -	{
    -	long ret=1;
    -	FILE *fp=(FILE *)b->ptr;
    -	FILE **fpp;
    -	char p[4];
    -
    -	switch (cmd)
    -		{
    -	case BIO_C_FILE_SEEK:
    -	case BIO_CTRL_RESET:
    -		if (b->flags&BIO_FLAGS_UPLINK)
    -			ret=(long)UP_fseek(b->ptr,num,0);
    -		else
    -			ret=(long)fseek(fp,num,0);
    -		break;
    -	case BIO_CTRL_EOF:
    -		if (b->flags&BIO_FLAGS_UPLINK)
    -			ret=(long)UP_feof(fp);
    -		else
    -			ret=(long)feof(fp);
    -		break;
    -	case BIO_C_FILE_TELL:
    -	case BIO_CTRL_INFO:
    -		if (b->flags&BIO_FLAGS_UPLINK)
    -			ret=UP_ftell(b->ptr);
    -		else
    -			ret=ftell(fp);
    -		break;
    -	case BIO_C_SET_FILE_PTR:
    -		file_free(b);
    -		b->shutdown=(int)num&BIO_CLOSE;
    -		b->ptr=ptr;
    -		b->init=1;
    -#if BIO_FLAGS_UPLINK!=0
    -#if defined(__MINGW32__) && defined(__MSVCRT__) && !defined(_IOB_ENTRIES)
    -#define _IOB_ENTRIES 20
    -#endif
    -#if defined(_IOB_ENTRIES)
    -		/* Safety net to catch purely internal BIO_set_fp calls */
    -		if ((size_t)ptr >= (size_t)stdin &&
    -		    (size_t)ptr <  (size_t)(stdin+_IOB_ENTRIES))
    -			BIO_clear_flags(b,BIO_FLAGS_UPLINK);
    -#endif
    -#endif
    -#ifdef UP_fsetmod
    -		if (b->flags&BIO_FLAGS_UPLINK)
    -			UP_fsetmod(b->ptr,(char)((num&BIO_FP_TEXT)?'t':'b'));
    -		else
    -#endif
    -		{
    -#if defined(OPENSSL_SYS_WINDOWS)
    -		int fd = _fileno((FILE*)ptr);
    -		if (num & BIO_FP_TEXT)
    -			_setmode(fd,_O_TEXT);
    -		else
    -			_setmode(fd,_O_BINARY);
    -#elif defined(OPENSSL_SYS_NETWARE) && defined(NETWARE_CLIB)
    -		int fd = fileno((FILE*)ptr);
    -		/* Under CLib there are differences in file modes */
    -		if (num & BIO_FP_TEXT)
    -			setmode(fd,O_TEXT);
    -		else
    -			setmode(fd,O_BINARY);
    -#elif defined(OPENSSL_SYS_MSDOS)
    -		int fd = fileno((FILE*)ptr);
    -		/* Set correct text/binary mode */
    -		if (num & BIO_FP_TEXT)
    -			_setmode(fd,_O_TEXT);
    -		/* Dangerous to set stdin/stdout to raw (unless redirected) */
    -		else
    -			{
    -			if (fd == STDIN_FILENO || fd == STDOUT_FILENO)
    -				{
    -				if (isatty(fd) <= 0)
    -					_setmode(fd,_O_BINARY);
    -				}
    -			else
    -				_setmode(fd,_O_BINARY);
    -			}
    -#elif defined(OPENSSL_SYS_OS2) || defined(OPENSSL_SYS_WIN32_CYGWIN)
    -		int fd = fileno((FILE*)ptr);
    -		if (num & BIO_FP_TEXT)
    -			setmode(fd, O_TEXT);
    -		else
    -			setmode(fd, O_BINARY);
    -#endif
    -		}
    -		break;
    -	case BIO_C_SET_FILENAME:
    -		file_free(b);
    -		b->shutdown=(int)num&BIO_CLOSE;
    -		if (num & BIO_FP_APPEND)
    -			{
    -			if (num & BIO_FP_READ)
    -				BUF_strlcpy(p,"a+",sizeof p);
    -			else	BUF_strlcpy(p,"a",sizeof p);
    -			}
    -		else if ((num & BIO_FP_READ) && (num & BIO_FP_WRITE))
    -			BUF_strlcpy(p,"r+",sizeof p);
    -		else if (num & BIO_FP_WRITE)
    -			BUF_strlcpy(p,"w",sizeof p);
    -		else if (num & BIO_FP_READ)
    -			BUF_strlcpy(p,"r",sizeof p);
    -		else
    -			{
    -			BIOerr(BIO_F_FILE_CTRL,BIO_R_BAD_FOPEN_MODE);
    -			ret=0;
    -			break;
    -			}
    -#if defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_OS2) || defined(OPENSSL_SYS_WIN32_CYGWIN)
    -		if (!(num & BIO_FP_TEXT))
    -			strcat(p,"b");
    -		else
    -			strcat(p,"t");
    -#endif
    -#if defined(OPENSSL_SYS_NETWARE)
    -		if (!(num & BIO_FP_TEXT))
    -			strcat(p,"b");
    -		else
    -			strcat(p,"t");
    -#endif
    -		fp=fopen(ptr,p);
    -		if (fp == NULL)
    -			{
    -			SYSerr(SYS_F_FOPEN,get_last_sys_error());
    -			ERR_add_error_data(5,"fopen('",ptr,"','",p,"')");
    -			BIOerr(BIO_F_FILE_CTRL,ERR_R_SYS_LIB);
    -			ret=0;
    -			break;
    -			}
    -		b->ptr=fp;
    -		b->init=1;
    -		BIO_clear_flags(b,BIO_FLAGS_UPLINK); /* we did fopen -> we disengage UPLINK */
    -		break;
    -	case BIO_C_GET_FILE_PTR:
    -		/* the ptr parameter is actually a FILE ** in this case. */
    -		if (ptr != NULL)
    -			{
    -			fpp=(FILE **)ptr;
    -			*fpp=(FILE *)b->ptr;
    -			}
    -		break;
    -	case BIO_CTRL_GET_CLOSE:
    -		ret=(long)b->shutdown;
    -		break;
    -	case BIO_CTRL_SET_CLOSE:
    -		b->shutdown=(int)num;
    -		break;
    -	case BIO_CTRL_FLUSH:
    -		if (b->flags&BIO_FLAGS_UPLINK)
    -			UP_fflush(b->ptr);
    -		else
    -			fflush((FILE *)b->ptr);
    -		break;
    -	case BIO_CTRL_DUP:
    -		ret=1;
    -		break;
    -
    -	case BIO_CTRL_WPENDING:
    -	case BIO_CTRL_PENDING:
    -	case BIO_CTRL_PUSH:
    -	case BIO_CTRL_POP:
    -	default:
    -		ret=0;
    -		break;
    -		}
    -	return(ret);
    -	}
    +{
    +    long ret = 1;
    +    FILE *fp = (FILE *)b->ptr;
    +    FILE **fpp;
    +    char p[4];
    +
    +    switch (cmd) {
    +    case BIO_C_FILE_SEEK:
    +    case BIO_CTRL_RESET:
    +        if (b->flags & BIO_FLAGS_UPLINK)
    +            ret = (long)UP_fseek(b->ptr, num, 0);
    +        else
    +            ret = (long)fseek(fp, num, 0);
    +        break;
    +    case BIO_CTRL_EOF:
    +        if (b->flags & BIO_FLAGS_UPLINK)
    +            ret = (long)UP_feof(fp);
    +        else
    +            ret = (long)feof(fp);
    +        break;
    +    case BIO_C_FILE_TELL:
    +    case BIO_CTRL_INFO:
    +        if (b->flags & BIO_FLAGS_UPLINK)
    +            ret = UP_ftell(b->ptr);
    +        else
    +            ret = ftell(fp);
    +        break;
    +    case BIO_C_SET_FILE_PTR:
    +        file_free(b);
    +        b->shutdown = (int)num & BIO_CLOSE;
    +        b->ptr = ptr;
    +        b->init = 1;
    +#  if BIO_FLAGS_UPLINK!=0
    +#   if defined(__MINGW32__) && defined(__MSVCRT__) && !defined(_IOB_ENTRIES)
    +#    define _IOB_ENTRIES 20
    +#   endif
    +#   if defined(_IOB_ENTRIES)
    +        /* Safety net to catch purely internal BIO_set_fp calls */
    +        if ((size_t)ptr >= (size_t)stdin &&
    +            (size_t)ptr < (size_t)(stdin + _IOB_ENTRIES))
    +            BIO_clear_flags(b, BIO_FLAGS_UPLINK);
    +#   endif
    +#  endif
    +#  ifdef UP_fsetmod
    +        if (b->flags & BIO_FLAGS_UPLINK)
    +            UP_fsetmod(b->ptr, (char)((num & BIO_FP_TEXT) ? 't' : 'b'));
    +        else
    +#  endif
    +        {
    +#  if defined(OPENSSL_SYS_WINDOWS)
    +            int fd = _fileno((FILE *)ptr);
    +            if (num & BIO_FP_TEXT)
    +                _setmode(fd, _O_TEXT);
    +            else
    +                _setmode(fd, _O_BINARY);
    +#  elif defined(OPENSSL_SYS_NETWARE) && defined(NETWARE_CLIB)
    +            int fd = fileno((FILE *)ptr);
    +            /* Under CLib there are differences in file modes */
    +            if (num & BIO_FP_TEXT)
    +                setmode(fd, O_TEXT);
    +            else
    +                setmode(fd, O_BINARY);
    +#  elif defined(OPENSSL_SYS_MSDOS)
    +            int fd = fileno((FILE *)ptr);
    +            /* Set correct text/binary mode */
    +            if (num & BIO_FP_TEXT)
    +                _setmode(fd, _O_TEXT);
    +            /* Dangerous to set stdin/stdout to raw (unless redirected) */
    +            else {
    +                if (fd == STDIN_FILENO || fd == STDOUT_FILENO) {
    +                    if (isatty(fd) <= 0)
    +                        _setmode(fd, _O_BINARY);
    +                } else
    +                    _setmode(fd, _O_BINARY);
    +            }
    +#  elif defined(OPENSSL_SYS_OS2) || defined(OPENSSL_SYS_WIN32_CYGWIN)
    +            int fd = fileno((FILE *)ptr);
    +            if (num & BIO_FP_TEXT)
    +                setmode(fd, O_TEXT);
    +            else
    +                setmode(fd, O_BINARY);
    +#  endif
    +        }
    +        break;
    +    case BIO_C_SET_FILENAME:
    +        file_free(b);
    +        b->shutdown = (int)num & BIO_CLOSE;
    +        if (num & BIO_FP_APPEND) {
    +            if (num & BIO_FP_READ)
    +                BUF_strlcpy(p, "a+", sizeof p);
    +            else
    +                BUF_strlcpy(p, "a", sizeof p);
    +        } else if ((num & BIO_FP_READ) && (num & BIO_FP_WRITE))
    +            BUF_strlcpy(p, "r+", sizeof p);
    +        else if (num & BIO_FP_WRITE)
    +            BUF_strlcpy(p, "w", sizeof p);
    +        else if (num & BIO_FP_READ)
    +            BUF_strlcpy(p, "r", sizeof p);
    +        else {
    +            BIOerr(BIO_F_FILE_CTRL, BIO_R_BAD_FOPEN_MODE);
    +            ret = 0;
    +            break;
    +        }
    +#  if defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_OS2) || defined(OPENSSL_SYS_WIN32_CYGWIN)
    +        if (!(num & BIO_FP_TEXT))
    +            strcat(p, "b");
    +        else
    +            strcat(p, "t");
    +#  endif
    +#  if defined(OPENSSL_SYS_NETWARE)
    +        if (!(num & BIO_FP_TEXT))
    +            strcat(p, "b");
    +        else
    +            strcat(p, "t");
    +#  endif
    +        fp = fopen(ptr, p);
    +        if (fp == NULL) {
    +            SYSerr(SYS_F_FOPEN, get_last_sys_error());
    +            ERR_add_error_data(5, "fopen('", ptr, "','", p, "')");
    +            BIOerr(BIO_F_FILE_CTRL, ERR_R_SYS_LIB);
    +            ret = 0;
    +            break;
    +        }
    +        b->ptr = fp;
    +        b->init = 1;
    +        BIO_clear_flags(b, BIO_FLAGS_UPLINK); /* we did fopen -> we disengage
    +                                               * UPLINK */
    +        break;
    +    case BIO_C_GET_FILE_PTR:
    +        /* the ptr parameter is actually a FILE ** in this case. */
    +        if (ptr != NULL) {
    +            fpp = (FILE **)ptr;
    +            *fpp = (FILE *)b->ptr;
    +        }
    +        break;
    +    case BIO_CTRL_GET_CLOSE:
    +        ret = (long)b->shutdown;
    +        break;
    +    case BIO_CTRL_SET_CLOSE:
    +        b->shutdown = (int)num;
    +        break;
    +    case BIO_CTRL_FLUSH:
    +        if (b->flags & BIO_FLAGS_UPLINK)
    +            UP_fflush(b->ptr);
    +        else
    +            fflush((FILE *)b->ptr);
    +        break;
    +    case BIO_CTRL_DUP:
    +        ret = 1;
    +        break;
    +
    +    case BIO_CTRL_WPENDING:
    +    case BIO_CTRL_PENDING:
    +    case BIO_CTRL_PUSH:
    +    case BIO_CTRL_POP:
    +    default:
    +        ret = 0;
    +        break;
    +    }
    +    return (ret);
    +}
     
     static int MS_CALLBACK file_gets(BIO *bp, char *buf, int size)
    -	{
    -	int ret=0;
    -
    -	buf[0]='\0';
    -	if (bp->flags&BIO_FLAGS_UPLINK)
    -		{
    -		if (!UP_fgets(buf,size,bp->ptr))
    -			goto err;
    -		}
    -	else
    -		{
    -		if (!fgets(buf,size,(FILE *)bp->ptr))
    -			goto err;
    -		}
    -	if (buf[0] != '\0')
    -		ret=strlen(buf);
    -	err:
    -	return(ret);
    -	}
    +{
    +    int ret = 0;
    +
    +    buf[0] = '\0';
    +    if (bp->flags & BIO_FLAGS_UPLINK) {
    +        if (!UP_fgets(buf, size, bp->ptr))
    +            goto err;
    +    } else {
    +        if (!fgets(buf, size, (FILE *)bp->ptr))
    +            goto err;
    +    }
    +    if (buf[0] != '\0')
    +        ret = strlen(buf);
    + err:
    +    return (ret);
    +}
     
     static int MS_CALLBACK file_puts(BIO *bp, const char *str)
    -	{
    -	int n,ret;
    -
    -	n=strlen(str);
    -	ret=file_write(bp,str,n);
    -	return(ret);
    -	}
    -
    -#endif /* OPENSSL_NO_STDIO */
    +{
    +    int n, ret;
     
    -#endif /* HEADER_BSS_FILE_C */
    +    n = strlen(str);
    +    ret = file_write(bp, str, n);
    +    return (ret);
    +}
     
    +# endif                         /* OPENSSL_NO_STDIO */
     
    +#endif                          /* HEADER_BSS_FILE_C */
    diff --git a/openssl/crypto/bio/bss_log.c b/openssl/crypto/bio/bss_log.c
    index 2227b2b52..1283a525b 100644
    --- a/openssl/crypto/bio/bss_log.c
    +++ b/openssl/crypto/bio/bss_log.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -54,14 +54,13 @@
      */
     
     /*
    -	Why BIO_s_log?
    -
    -	BIO_s_log is useful for system daemons (or services under NT).
    -	It is one-way BIO, it sends all stuff to syslogd (on system that
    -	commonly use that), or event log (on NT), or OPCOM (on OpenVMS).
    -
    -*/
    -
    + * Why BIO_s_log?
    + *
    + * BIO_s_log is useful for system daemons (or services under NT). It is
    + * one-way BIO, it sends all stuff to syslogd (on system that commonly use
    + * that), or event log (on NT), or OPCOM (on OpenVMS).
    + *
    + */
     
     #include 
     #include 
    @@ -71,25 +70,26 @@
     #if defined(OPENSSL_SYS_WINCE)
     #elif defined(OPENSSL_SYS_WIN32)
     #elif defined(OPENSSL_SYS_VMS)
    -#  include 
    -#  include 
    -#  include 
    -#  include 
    +# include 
    +# include 
    +# include 
    +# include 
     /* Some compiler options may mask the declaration of "_malloc32". */
    -#  if __INITIAL_POINTER_SIZE && defined _ANSI_C_SOURCE
    -#    if __INITIAL_POINTER_SIZE == 64
    -#      pragma pointer_size save
    -#      pragma pointer_size 32
    -    void * _malloc32  (__size_t);
    -#      pragma pointer_size restore
    -#    endif /* __INITIAL_POINTER_SIZE == 64 */
    -#  endif /* __INITIAL_POINTER_SIZE && defined _ANSI_C_SOURCE */
    +# if __INITIAL_POINTER_SIZE && defined _ANSI_C_SOURCE
    +#  if __INITIAL_POINTER_SIZE == 64
    +#   pragma pointer_size save
    +#   pragma pointer_size 32
    +void *_malloc32(__size_t);
    +#   pragma pointer_size restore
    +#  endif                        /* __INITIAL_POINTER_SIZE == 64 */
    +# endif                         /* __INITIAL_POINTER_SIZE && defined
    +                                 * _ANSI_C_SOURCE */
     #elif defined(__ultrix)
    -#  include 
    +# include 
     #elif defined(OPENSSL_SYS_NETWARE)
    -#  define NO_SYSLOG
    +# define NO_SYSLOG
     #elif (!defined(MSDOS) || defined(WATT32)) && !defined(OPENSSL_SYS_VXWORKS) && !defined(NO_SYSLOG)
    -#  include 
    +# include 
     #endif
     
     #include 
    @@ -97,303 +97,357 @@
     
     #ifndef NO_SYSLOG
     
    -#if defined(OPENSSL_SYS_WIN32)
    -#define LOG_EMERG	0
    -#define LOG_ALERT	1
    -#define LOG_CRIT	2
    -#define LOG_ERR		3
    -#define LOG_WARNING	4
    -#define LOG_NOTICE	5
    -#define LOG_INFO	6
    -#define LOG_DEBUG	7
    -
    -#define LOG_DAEMON	(3<<3)
    -#elif defined(OPENSSL_SYS_VMS)
    +# if defined(OPENSSL_SYS_WIN32)
    +#  define LOG_EMERG       0
    +#  define LOG_ALERT       1
    +#  define LOG_CRIT        2
    +#  define LOG_ERR         3
    +#  define LOG_WARNING     4
    +#  define LOG_NOTICE      5
    +#  define LOG_INFO        6
    +#  define LOG_DEBUG       7
    +
    +#  define LOG_DAEMON      (3<<3)
    +# elif defined(OPENSSL_SYS_VMS)
     /* On VMS, we don't really care about these, but we need them to compile */
    -#define LOG_EMERG	0
    -#define LOG_ALERT	1
    -#define LOG_CRIT	2
    -#define LOG_ERR		3
    -#define LOG_WARNING	4
    -#define LOG_NOTICE	5
    -#define LOG_INFO	6
    -#define LOG_DEBUG	7
    -
    -#define LOG_DAEMON	OPC$M_NM_NTWORK
    -#endif
    +#  define LOG_EMERG       0
    +#  define LOG_ALERT       1
    +#  define LOG_CRIT        2
    +#  define LOG_ERR         3
    +#  define LOG_WARNING     4
    +#  define LOG_NOTICE      5
    +#  define LOG_INFO        6
    +#  define LOG_DEBUG       7
    +
    +#  define LOG_DAEMON      OPC$M_NM_NTWORK
    +# endif
     
     static int MS_CALLBACK slg_write(BIO *h, const char *buf, int num);
     static int MS_CALLBACK slg_puts(BIO *h, const char *str);
     static long MS_CALLBACK slg_ctrl(BIO *h, int cmd, long arg1, void *arg2);
     static int MS_CALLBACK slg_new(BIO *h);
     static int MS_CALLBACK slg_free(BIO *data);
    -static void xopenlog(BIO* bp, char* name, int level);
    -static void xsyslog(BIO* bp, int priority, const char* string);
    -static void xcloselog(BIO* bp);
    -
    -static BIO_METHOD methods_slg=
    -	{
    -	BIO_TYPE_MEM,"syslog",
    -	slg_write,
    -	NULL,
    -	slg_puts,
    -	NULL,
    -	slg_ctrl,
    -	slg_new,
    -	slg_free,
    -	NULL,
    -	};
    +static void xopenlog(BIO *bp, char *name, int level);
    +static void xsyslog(BIO *bp, int priority, const char *string);
    +static void xcloselog(BIO *bp);
    +
    +static BIO_METHOD methods_slg = {
    +    BIO_TYPE_MEM, "syslog",
    +    slg_write,
    +    NULL,
    +    slg_puts,
    +    NULL,
    +    slg_ctrl,
    +    slg_new,
    +    slg_free,
    +    NULL,
    +};
     
     BIO_METHOD *BIO_s_log(void)
    -	{
    -	return(&methods_slg);
    -	}
    +{
    +    return (&methods_slg);
    +}
     
     static int MS_CALLBACK slg_new(BIO *bi)
    -	{
    -	bi->init=1;
    -	bi->num=0;
    -	bi->ptr=NULL;
    -	xopenlog(bi, "application", LOG_DAEMON);
    -	return(1);
    -	}
    +{
    +    bi->init = 1;
    +    bi->num = 0;
    +    bi->ptr = NULL;
    +    xopenlog(bi, "application", LOG_DAEMON);
    +    return (1);
    +}
     
     static int MS_CALLBACK slg_free(BIO *a)
    -	{
    -	if (a == NULL) return(0);
    -	xcloselog(a);
    -	return(1);
    -	}
    -	
    +{
    +    if (a == NULL)
    +        return (0);
    +    xcloselog(a);
    +    return (1);
    +}
    +
     static int MS_CALLBACK slg_write(BIO *b, const char *in, int inl)
    -	{
    -	int ret= inl;
    -	char* buf;
    -	char* pp;
    -	int priority, i;
    -	static const struct
    -		{
    -		int strl;
    -		char str[10];
    -		int log_level;
    -		}
    -	mapping[] =
    -		{
    -		{ 6, "PANIC ", LOG_EMERG },
    -		{ 6, "EMERG ", LOG_EMERG },
    -		{ 4, "EMR ", LOG_EMERG },
    -		{ 6, "ALERT ", LOG_ALERT },
    -		{ 4, "ALR ", LOG_ALERT },
    -		{ 5, "CRIT ", LOG_CRIT },
    -		{ 4, "CRI ", LOG_CRIT },
    -		{ 6, "ERROR ", LOG_ERR },
    -		{ 4, "ERR ", LOG_ERR },
    -		{ 8, "WARNING ", LOG_WARNING },
    -		{ 5, "WARN ", LOG_WARNING },
    -		{ 4, "WAR ", LOG_WARNING },
    -		{ 7, "NOTICE ", LOG_NOTICE },
    -		{ 5, "NOTE ", LOG_NOTICE },
    -		{ 4, "NOT ", LOG_NOTICE },
    -		{ 5, "INFO ", LOG_INFO },
    -		{ 4, "INF ", LOG_INFO },
    -		{ 6, "DEBUG ", LOG_DEBUG },
    -		{ 4, "DBG ", LOG_DEBUG },
    -		{ 0, "", LOG_ERR } /* The default */
    -		};
    -
    -	if((buf= (char *)OPENSSL_malloc(inl+ 1)) == NULL){
    -		return(0);
    -	}
    -	strncpy(buf, in, inl);
    -	buf[inl]= '\0';
    -
    -	i = 0;
    -	while(strncmp(buf, mapping[i].str, mapping[i].strl) != 0) i++;
    -	priority = mapping[i].log_level;
    -	pp = buf + mapping[i].strl;
    -
    -	xsyslog(b, priority, pp);
    -
    -	OPENSSL_free(buf);
    -	return(ret);
    -	}
    +{
    +    int ret = inl;
    +    char *buf;
    +    char *pp;
    +    int priority, i;
    +    static const struct {
    +        int strl;
    +        char str[10];
    +        int log_level;
    +    } mapping[] = {
    +        {
    +            6, "PANIC ", LOG_EMERG
    +        },
    +        {
    +            6, "EMERG ", LOG_EMERG
    +        },
    +        {
    +            4, "EMR ", LOG_EMERG
    +        },
    +        {
    +            6, "ALERT ", LOG_ALERT
    +        },
    +        {
    +            4, "ALR ", LOG_ALERT
    +        },
    +        {
    +            5, "CRIT ", LOG_CRIT
    +        },
    +        {
    +            4, "CRI ", LOG_CRIT
    +        },
    +        {
    +            6, "ERROR ", LOG_ERR
    +        },
    +        {
    +            4, "ERR ", LOG_ERR
    +        },
    +        {
    +            8, "WARNING ", LOG_WARNING
    +        },
    +        {
    +            5, "WARN ", LOG_WARNING
    +        },
    +        {
    +            4, "WAR ", LOG_WARNING
    +        },
    +        {
    +            7, "NOTICE ", LOG_NOTICE
    +        },
    +        {
    +            5, "NOTE ", LOG_NOTICE
    +        },
    +        {
    +            4, "NOT ", LOG_NOTICE
    +        },
    +        {
    +            5, "INFO ", LOG_INFO
    +        },
    +        {
    +            4, "INF ", LOG_INFO
    +        },
    +        {
    +            6, "DEBUG ", LOG_DEBUG
    +        },
    +        {
    +            4, "DBG ", LOG_DEBUG
    +        },
    +        {
    +            0, "", LOG_ERR
    +        }
    +        /* The default */
    +    };
    +
    +    if ((buf = (char *)OPENSSL_malloc(inl + 1)) == NULL) {
    +        return (0);
    +    }
    +    strncpy(buf, in, inl);
    +    buf[inl] = '\0';
    +
    +    i = 0;
    +    while (strncmp(buf, mapping[i].str, mapping[i].strl) != 0)
    +        i++;
    +    priority = mapping[i].log_level;
    +    pp = buf + mapping[i].strl;
    +
    +    xsyslog(b, priority, pp);
    +
    +    OPENSSL_free(buf);
    +    return (ret);
    +}
     
     static long MS_CALLBACK slg_ctrl(BIO *b, int cmd, long num, void *ptr)
    -	{
    -	switch (cmd)
    -		{
    -	case BIO_CTRL_SET:
    -		xcloselog(b);
    -		xopenlog(b, ptr, num);
    -		break;
    -	default:
    -		break;
    -		}
    -	return(0);
    -	}
    +{
    +    switch (cmd) {
    +    case BIO_CTRL_SET:
    +        xcloselog(b);
    +        xopenlog(b, ptr, num);
    +        break;
    +    default:
    +        break;
    +    }
    +    return (0);
    +}
     
     static int MS_CALLBACK slg_puts(BIO *bp, const char *str)
    -	{
    -	int n,ret;
    +{
    +    int n, ret;
     
    -	n=strlen(str);
    -	ret=slg_write(bp,str,n);
    -	return(ret);
    -	}
    +    n = strlen(str);
    +    ret = slg_write(bp, str, n);
    +    return (ret);
    +}
     
    -#if defined(OPENSSL_SYS_WIN32)
    +# if defined(OPENSSL_SYS_WIN32)
     
    -static void xopenlog(BIO* bp, char* name, int level)
    +static void xopenlog(BIO *bp, char *name, int level)
     {
    -	if (check_winnt())
    -		bp->ptr = RegisterEventSourceA(NULL,name);
    -	else
    -		bp->ptr = NULL;
    +    if (check_winnt())
    +        bp->ptr = RegisterEventSourceA(NULL, name);
    +    else
    +        bp->ptr = NULL;
     }
     
     static void xsyslog(BIO *bp, int priority, const char *string)
     {
    -	LPCSTR lpszStrings[2];
    -	WORD evtype= EVENTLOG_ERROR_TYPE;
    -	char pidbuf[DECIMAL_SIZE(DWORD)+4];
    -
    -	if (bp->ptr == NULL)
    -		return;
    -
    -	switch (priority)
    -		{
    -	case LOG_EMERG:
    -	case LOG_ALERT:
    -	case LOG_CRIT:
    -	case LOG_ERR:
    -		evtype = EVENTLOG_ERROR_TYPE;
    -		break;
    -	case LOG_WARNING:
    -		evtype = EVENTLOG_WARNING_TYPE;
    -		break;
    -	case LOG_NOTICE:
    -	case LOG_INFO:
    -	case LOG_DEBUG:
    -		evtype = EVENTLOG_INFORMATION_TYPE;
    -		break;
    -	default:		/* Should never happen, but set it
    -				   as error anyway. */
    -		evtype = EVENTLOG_ERROR_TYPE;
    -		break;
    -		}
    -
    -	sprintf(pidbuf, "[%u] ", GetCurrentProcessId());
    -	lpszStrings[0] = pidbuf;
    -	lpszStrings[1] = string;
    -
    -	ReportEventA(bp->ptr, evtype, 0, 1024, NULL, 2, 0,
    -				lpszStrings, NULL);
    +    LPCSTR lpszStrings[2];
    +    WORD evtype = EVENTLOG_ERROR_TYPE;
    +    char pidbuf[DECIMAL_SIZE(DWORD) + 4];
    +
    +    if (bp->ptr == NULL)
    +        return;
    +
    +    switch (priority) {
    +    case LOG_EMERG:
    +    case LOG_ALERT:
    +    case LOG_CRIT:
    +    case LOG_ERR:
    +        evtype = EVENTLOG_ERROR_TYPE;
    +        break;
    +    case LOG_WARNING:
    +        evtype = EVENTLOG_WARNING_TYPE;
    +        break;
    +    case LOG_NOTICE:
    +    case LOG_INFO:
    +    case LOG_DEBUG:
    +        evtype = EVENTLOG_INFORMATION_TYPE;
    +        break;
    +    default:
    +        /*
    +         * Should never happen, but set it
    +         * as error anyway.
    +         */
    +        evtype = EVENTLOG_ERROR_TYPE;
    +        break;
    +    }
    +
    +    sprintf(pidbuf, "[%u] ", GetCurrentProcessId());
    +    lpszStrings[0] = pidbuf;
    +    lpszStrings[1] = string;
    +
    +    ReportEventA(bp->ptr, evtype, 0, 1024, NULL, 2, 0, lpszStrings, NULL);
     }
    -	
    -static void xcloselog(BIO* bp)
    +
    +static void xcloselog(BIO *bp)
     {
    -	if(bp->ptr)
    -		DeregisterEventSource((HANDLE)(bp->ptr));
    -	bp->ptr= NULL;
    +    if (bp->ptr)
    +        DeregisterEventSource((HANDLE) (bp->ptr));
    +    bp->ptr = NULL;
     }
     
    -#elif defined(OPENSSL_SYS_VMS)
    +# elif defined(OPENSSL_SYS_VMS)
     
     static int VMS_OPC_target = LOG_DAEMON;
     
    -static void xopenlog(BIO* bp, char* name, int level)
    +static void xopenlog(BIO *bp, char *name, int level)
     {
    -	VMS_OPC_target = level; 
    +    VMS_OPC_target = level;
     }
     
     static void xsyslog(BIO *bp, int priority, const char *string)
     {
    -	struct dsc$descriptor_s opc_dsc;
    +    struct dsc$descriptor_s opc_dsc;
     
     /* Arrange 32-bit pointer to opcdef buffer and malloc(), if needed. */
    -#if __INITIAL_POINTER_SIZE == 64
    -# pragma pointer_size save
    -# pragma pointer_size 32
    -# define OPCDEF_TYPE __char_ptr32
    -# define OPCDEF_MALLOC _malloc32
    -#else /* __INITIAL_POINTER_SIZE == 64 */
    -# define OPCDEF_TYPE char *
    -# define OPCDEF_MALLOC OPENSSL_malloc
    -#endif /* __INITIAL_POINTER_SIZE == 64 [else] */
    -
    -	struct opcdef *opcdef_p;
    -
    -#if __INITIAL_POINTER_SIZE == 64
    -# pragma pointer_size restore
    -#endif /* __INITIAL_POINTER_SIZE == 64 */
    -
    -	char buf[10240];
    -	unsigned int len;
    -        struct dsc$descriptor_s buf_dsc;
    -	$DESCRIPTOR(fao_cmd, "!AZ: !AZ");
    -	char *priority_tag;
    -
    -	switch (priority)
    -	  {
    -	  case LOG_EMERG: priority_tag = "Emergency"; break;
    -	  case LOG_ALERT: priority_tag = "Alert"; break;
    -	  case LOG_CRIT: priority_tag = "Critical"; break;
    -	  case LOG_ERR: priority_tag = "Error"; break;
    -	  case LOG_WARNING: priority_tag = "Warning"; break;
    -	  case LOG_NOTICE: priority_tag = "Notice"; break;
    -	  case LOG_INFO: priority_tag = "Info"; break;
    -	  case LOG_DEBUG: priority_tag = "DEBUG"; break;
    -	  }
    -
    -	buf_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
    -	buf_dsc.dsc$b_class = DSC$K_CLASS_S;
    -	buf_dsc.dsc$a_pointer = buf;
    -	buf_dsc.dsc$w_length = sizeof(buf) - 1;
    -
    -	lib$sys_fao(&fao_cmd, &len, &buf_dsc, priority_tag, string);
    -
    -	/* We know there's an 8-byte header.  That's documented. */
    -	opcdef_p = OPCDEF_MALLOC( 8+ len);
    -	opcdef_p->opc$b_ms_type = OPC$_RQ_RQST;
    -	memcpy(opcdef_p->opc$z_ms_target_classes, &VMS_OPC_target, 3);
    -	opcdef_p->opc$l_ms_rqstid = 0;
    -	memcpy(&opcdef_p->opc$l_ms_text, buf, len);
    -
    -	opc_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
    -	opc_dsc.dsc$b_class = DSC$K_CLASS_S;
    -	opc_dsc.dsc$a_pointer = (OPCDEF_TYPE) opcdef_p;
    -	opc_dsc.dsc$w_length = len + 8;
    -
    -	sys$sndopr(opc_dsc, 0);
    -
    -	OPENSSL_free(opcdef_p);
    +#  if __INITIAL_POINTER_SIZE == 64
    +#   pragma pointer_size save
    +#   pragma pointer_size 32
    +#   define OPCDEF_TYPE __char_ptr32
    +#   define OPCDEF_MALLOC _malloc32
    +#  else                         /* __INITIAL_POINTER_SIZE == 64 */
    +#   define OPCDEF_TYPE char *
    +#   define OPCDEF_MALLOC OPENSSL_malloc
    +#  endif                        /* __INITIAL_POINTER_SIZE == 64 [else] */
    +
    +    struct opcdef *opcdef_p;
    +
    +#  if __INITIAL_POINTER_SIZE == 64
    +#   pragma pointer_size restore
    +#  endif                        /* __INITIAL_POINTER_SIZE == 64 */
    +
    +    char buf[10240];
    +    unsigned int len;
    +    struct dsc$descriptor_s buf_dsc;
    +    $DESCRIPTOR(fao_cmd, "!AZ: !AZ");
    +    char *priority_tag;
    +
    +    switch (priority) {
    +    case LOG_EMERG:
    +        priority_tag = "Emergency";
    +        break;
    +    case LOG_ALERT:
    +        priority_tag = "Alert";
    +        break;
    +    case LOG_CRIT:
    +        priority_tag = "Critical";
    +        break;
    +    case LOG_ERR:
    +        priority_tag = "Error";
    +        break;
    +    case LOG_WARNING:
    +        priority_tag = "Warning";
    +        break;
    +    case LOG_NOTICE:
    +        priority_tag = "Notice";
    +        break;
    +    case LOG_INFO:
    +        priority_tag = "Info";
    +        break;
    +    case LOG_DEBUG:
    +        priority_tag = "DEBUG";
    +        break;
    +    }
    +
    +    buf_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
    +    buf_dsc.dsc$b_class = DSC$K_CLASS_S;
    +    buf_dsc.dsc$a_pointer = buf;
    +    buf_dsc.dsc$w_length = sizeof(buf) - 1;
    +
    +    lib$sys_fao(&fao_cmd, &len, &buf_dsc, priority_tag, string);
    +
    +    /* We know there's an 8-byte header.  That's documented. */
    +    opcdef_p = OPCDEF_MALLOC(8 + len);
    +    opcdef_p->opc$b_ms_type = OPC$_RQ_RQST;
    +    memcpy(opcdef_p->opc$z_ms_target_classes, &VMS_OPC_target, 3);
    +    opcdef_p->opc$l_ms_rqstid = 0;
    +    memcpy(&opcdef_p->opc$l_ms_text, buf, len);
    +
    +    opc_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
    +    opc_dsc.dsc$b_class = DSC$K_CLASS_S;
    +    opc_dsc.dsc$a_pointer = (OPCDEF_TYPE) opcdef_p;
    +    opc_dsc.dsc$w_length = len + 8;
    +
    +    sys$sndopr(opc_dsc, 0);
    +
    +    OPENSSL_free(opcdef_p);
     }
     
    -static void xcloselog(BIO* bp)
    +static void xcloselog(BIO *bp)
     {
     }
     
    -#else /* Unix/Watt32 */
    +# else                          /* Unix/Watt32 */
     
    -static void xopenlog(BIO* bp, char* name, int level)
    +static void xopenlog(BIO *bp, char *name, int level)
     {
    -#ifdef WATT32   /* djgpp/DOS */
    -	openlog(name, LOG_PID|LOG_CONS|LOG_NDELAY, level);
    -#else
    -	openlog(name, LOG_PID|LOG_CONS, level);
    -#endif
    +#  ifdef WATT32                 /* djgpp/DOS */
    +    openlog(name, LOG_PID | LOG_CONS | LOG_NDELAY, level);
    +#  else
    +    openlog(name, LOG_PID | LOG_CONS, level);
    +#  endif
     }
     
     static void xsyslog(BIO *bp, int priority, const char *string)
     {
    -	syslog(priority, "%s", string);
    +    syslog(priority, "%s", string);
     }
     
    -static void xcloselog(BIO* bp)
    +static void xcloselog(BIO *bp)
     {
    -	closelog();
    +    closelog();
     }
     
    -#endif /* Unix */
    +# endif                         /* Unix */
     
    -#endif /* NO_SYSLOG */
    +#endif                          /* NO_SYSLOG */
    diff --git a/openssl/crypto/bio/bss_mem.c b/openssl/crypto/bio/bss_mem.c
    index 37d4194e4..d190765dc 100644
    --- a/openssl/crypto/bio/bss_mem.c
    +++ b/openssl/crypto/bio/bss_mem.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -68,252 +68,244 @@ static int mem_gets(BIO *h, char *str, int size);
     static long mem_ctrl(BIO *h, int cmd, long arg1, void *arg2);
     static int mem_new(BIO *h);
     static int mem_free(BIO *data);
    -static BIO_METHOD mem_method=
    -	{
    -	BIO_TYPE_MEM,
    -	"memory buffer",
    -	mem_write,
    -	mem_read,
    -	mem_puts,
    -	mem_gets,
    -	mem_ctrl,
    -	mem_new,
    -	mem_free,
    -	NULL,
    -	};
    +static BIO_METHOD mem_method = {
    +    BIO_TYPE_MEM,
    +    "memory buffer",
    +    mem_write,
    +    mem_read,
    +    mem_puts,
    +    mem_gets,
    +    mem_ctrl,
    +    mem_new,
    +    mem_free,
    +    NULL,
    +};
     
    -/* bio->num is used to hold the value to return on 'empty', if it is
    - * 0, should_retry is not set */
    +/*
    + * bio->num is used to hold the value to return on 'empty', if it is 0,
    + * should_retry is not set
    + */
     
     BIO_METHOD *BIO_s_mem(void)
    -	{
    -	return(&mem_method);
    -	}
    +{
    +    return (&mem_method);
    +}
     
     BIO *BIO_new_mem_buf(void *buf, int len)
     {
    -	BIO *ret;
    -	BUF_MEM *b;
    -	size_t sz;
    +    BIO *ret;
    +    BUF_MEM *b;
    +    size_t sz;
     
    -	if (!buf) {
    -		BIOerr(BIO_F_BIO_NEW_MEM_BUF,BIO_R_NULL_PARAMETER);
    -		return NULL;
    -	}
    -	sz = (len<0) ? strlen(buf) : (size_t)len;
    -	if(!(ret = BIO_new(BIO_s_mem())) ) return NULL;
    -	b = (BUF_MEM *)ret->ptr;
    -	b->data = buf;
    -	b->length = sz;
    -	b->max = sz;
    -	ret->flags |= BIO_FLAGS_MEM_RDONLY;
    -	/* Since this is static data retrying wont help */
    -	ret->num = 0;
    -	return ret;
    +    if (!buf) {
    +        BIOerr(BIO_F_BIO_NEW_MEM_BUF, BIO_R_NULL_PARAMETER);
    +        return NULL;
    +    }
    +    sz = (len < 0) ? strlen(buf) : (size_t)len;
    +    if (!(ret = BIO_new(BIO_s_mem())))
    +        return NULL;
    +    b = (BUF_MEM *)ret->ptr;
    +    b->data = buf;
    +    b->length = sz;
    +    b->max = sz;
    +    ret->flags |= BIO_FLAGS_MEM_RDONLY;
    +    /* Since this is static data retrying wont help */
    +    ret->num = 0;
    +    return ret;
     }
     
     static int mem_new(BIO *bi)
    -	{
    -	BUF_MEM *b;
    +{
    +    BUF_MEM *b;
     
    -	if ((b=BUF_MEM_new()) == NULL)
    -		return(0);
    -	bi->shutdown=1;
    -	bi->init=1;
    -	bi->num= -1;
    -	bi->ptr=(char *)b;
    -	return(1);
    -	}
    +    if ((b = BUF_MEM_new()) == NULL)
    +        return (0);
    +    bi->shutdown = 1;
    +    bi->init = 1;
    +    bi->num = -1;
    +    bi->ptr = (char *)b;
    +    return (1);
    +}
     
     static int mem_free(BIO *a)
    -	{
    -	if (a == NULL) return(0);
    -	if (a->shutdown)
    -		{
    -		if ((a->init) && (a->ptr != NULL))
    -			{
    -			BUF_MEM *b;
    -			b = (BUF_MEM *)a->ptr;
    -			if(a->flags & BIO_FLAGS_MEM_RDONLY) b->data = NULL;
    -			BUF_MEM_free(b);
    -			a->ptr=NULL;
    -			}
    -		}
    -	return(1);
    -	}
    -	
    +{
    +    if (a == NULL)
    +        return (0);
    +    if (a->shutdown) {
    +        if ((a->init) && (a->ptr != NULL)) {
    +            BUF_MEM *b;
    +            b = (BUF_MEM *)a->ptr;
    +            if (a->flags & BIO_FLAGS_MEM_RDONLY)
    +                b->data = NULL;
    +            BUF_MEM_free(b);
    +            a->ptr = NULL;
    +        }
    +    }
    +    return (1);
    +}
    +
     static int mem_read(BIO *b, char *out, int outl)
    -	{
    -	int ret= -1;
    -	BUF_MEM *bm;
    +{
    +    int ret = -1;
    +    BUF_MEM *bm;
     
    -	bm=(BUF_MEM *)b->ptr;
    -	BIO_clear_retry_flags(b);
    -	ret=(outl >=0 && (size_t)outl > bm->length)?(int)bm->length:outl;
    -	if ((out != NULL) && (ret > 0)) {
    -		memcpy(out,bm->data,ret);
    -		bm->length-=ret;
    -		if(b->flags & BIO_FLAGS_MEM_RDONLY) bm->data += ret;
    -		else {
    -			memmove(&(bm->data[0]),&(bm->data[ret]),bm->length);
    -		}
    -	} else if (bm->length == 0)
    -		{
    -		ret = b->num;
    -		if (ret != 0)
    -			BIO_set_retry_read(b);
    -		}
    -	return(ret);
    -	}
    +    bm = (BUF_MEM *)b->ptr;
    +    BIO_clear_retry_flags(b);
    +    ret = (outl >= 0 && (size_t)outl > bm->length) ? (int)bm->length : outl;
    +    if ((out != NULL) && (ret > 0)) {
    +        memcpy(out, bm->data, ret);
    +        bm->length -= ret;
    +        if (b->flags & BIO_FLAGS_MEM_RDONLY)
    +            bm->data += ret;
    +        else {
    +            memmove(&(bm->data[0]), &(bm->data[ret]), bm->length);
    +        }
    +    } else if (bm->length == 0) {
    +        ret = b->num;
    +        if (ret != 0)
    +            BIO_set_retry_read(b);
    +    }
    +    return (ret);
    +}
     
     static int mem_write(BIO *b, const char *in, int inl)
    -	{
    -	int ret= -1;
    -	int blen;
    -	BUF_MEM *bm;
    +{
    +    int ret = -1;
    +    int blen;
    +    BUF_MEM *bm;
     
    -	bm=(BUF_MEM *)b->ptr;
    -	if (in == NULL)
    -		{
    -		BIOerr(BIO_F_MEM_WRITE,BIO_R_NULL_PARAMETER);
    -		goto end;
    -		}
    +    bm = (BUF_MEM *)b->ptr;
    +    if (in == NULL) {
    +        BIOerr(BIO_F_MEM_WRITE, BIO_R_NULL_PARAMETER);
    +        goto end;
    +    }
     
    -	if(b->flags & BIO_FLAGS_MEM_RDONLY) {
    -		BIOerr(BIO_F_MEM_WRITE,BIO_R_WRITE_TO_READ_ONLY_BIO);
    -		goto end;
    -	}
    +    if (b->flags & BIO_FLAGS_MEM_RDONLY) {
    +        BIOerr(BIO_F_MEM_WRITE, BIO_R_WRITE_TO_READ_ONLY_BIO);
    +        goto end;
    +    }
     
    -	BIO_clear_retry_flags(b);
    -	blen=bm->length;
    -	if (BUF_MEM_grow_clean(bm,blen+inl) != (blen+inl))
    -		goto end;
    -	memcpy(&(bm->data[blen]),in,inl);
    -	ret=inl;
    -end:
    -	return(ret);
    -	}
    +    BIO_clear_retry_flags(b);
    +    blen = bm->length;
    +    if (BUF_MEM_grow_clean(bm, blen + inl) != (blen + inl))
    +        goto end;
    +    memcpy(&(bm->data[blen]), in, inl);
    +    ret = inl;
    + end:
    +    return (ret);
    +}
     
     static long mem_ctrl(BIO *b, int cmd, long num, void *ptr)
    -	{
    -	long ret=1;
    -	char **pptr;
    +{
    +    long ret = 1;
    +    char **pptr;
     
    -	BUF_MEM *bm=(BUF_MEM *)b->ptr;
    +    BUF_MEM *bm = (BUF_MEM *)b->ptr;
     
    -	switch (cmd)
    -		{
    -	case BIO_CTRL_RESET:
    -		if (bm->data != NULL)
    -			{
    -			/* For read only case reset to the start again */
    -			if(b->flags & BIO_FLAGS_MEM_RDONLY) 
    -				{
    -				bm->data -= bm->max - bm->length;
    -				bm->length = bm->max;
    -				}
    -			else
    -				{
    -				memset(bm->data,0,bm->max);
    -				bm->length=0;
    -				}
    -			}
    -		break;
    -	case BIO_CTRL_EOF:
    -		ret=(long)(bm->length == 0);
    -		break;
    -	case BIO_C_SET_BUF_MEM_EOF_RETURN:
    -		b->num=(int)num;
    -		break;
    -	case BIO_CTRL_INFO:
    -		ret=(long)bm->length;
    -		if (ptr != NULL)
    -			{
    -			pptr=(char **)ptr;
    -			*pptr=(char *)&(bm->data[0]);
    -			}
    -		break;
    -	case BIO_C_SET_BUF_MEM:
    -		mem_free(b);
    -		b->shutdown=(int)num;
    -		b->ptr=ptr;
    -		break;
    -	case BIO_C_GET_BUF_MEM_PTR:
    -		if (ptr != NULL)
    -			{
    -			pptr=(char **)ptr;
    -			*pptr=(char *)bm;
    -			}
    -		break;
    -	case BIO_CTRL_GET_CLOSE:
    -		ret=(long)b->shutdown;
    -		break;
    -	case BIO_CTRL_SET_CLOSE:
    -		b->shutdown=(int)num;
    -		break;
    +    switch (cmd) {
    +    case BIO_CTRL_RESET:
    +        if (bm->data != NULL) {
    +            /* For read only case reset to the start again */
    +            if (b->flags & BIO_FLAGS_MEM_RDONLY) {
    +                bm->data -= bm->max - bm->length;
    +                bm->length = bm->max;
    +            } else {
    +                memset(bm->data, 0, bm->max);
    +                bm->length = 0;
    +            }
    +        }
    +        break;
    +    case BIO_CTRL_EOF:
    +        ret = (long)(bm->length == 0);
    +        break;
    +    case BIO_C_SET_BUF_MEM_EOF_RETURN:
    +        b->num = (int)num;
    +        break;
    +    case BIO_CTRL_INFO:
    +        ret = (long)bm->length;
    +        if (ptr != NULL) {
    +            pptr = (char **)ptr;
    +            *pptr = (char *)&(bm->data[0]);
    +        }
    +        break;
    +    case BIO_C_SET_BUF_MEM:
    +        mem_free(b);
    +        b->shutdown = (int)num;
    +        b->ptr = ptr;
    +        break;
    +    case BIO_C_GET_BUF_MEM_PTR:
    +        if (ptr != NULL) {
    +            pptr = (char **)ptr;
    +            *pptr = (char *)bm;
    +        }
    +        break;
    +    case BIO_CTRL_GET_CLOSE:
    +        ret = (long)b->shutdown;
    +        break;
    +    case BIO_CTRL_SET_CLOSE:
    +        b->shutdown = (int)num;
    +        break;
     
    -	case BIO_CTRL_WPENDING:
    -		ret=0L;
    -		break;
    -	case BIO_CTRL_PENDING:
    -		ret=(long)bm->length;
    -		break;
    -	case BIO_CTRL_DUP:
    -	case BIO_CTRL_FLUSH:
    -		ret=1;
    -		break;
    -	case BIO_CTRL_PUSH:
    -	case BIO_CTRL_POP:
    -	default:
    -		ret=0;
    -		break;
    -		}
    -	return(ret);
    -	}
    +    case BIO_CTRL_WPENDING:
    +        ret = 0L;
    +        break;
    +    case BIO_CTRL_PENDING:
    +        ret = (long)bm->length;
    +        break;
    +    case BIO_CTRL_DUP:
    +    case BIO_CTRL_FLUSH:
    +        ret = 1;
    +        break;
    +    case BIO_CTRL_PUSH:
    +    case BIO_CTRL_POP:
    +    default:
    +        ret = 0;
    +        break;
    +    }
    +    return (ret);
    +}
     
     static int mem_gets(BIO *bp, char *buf, int size)
    -	{
    -	int i,j;
    -	int ret= -1;
    -	char *p;
    -	BUF_MEM *bm=(BUF_MEM *)bp->ptr;
    +{
    +    int i, j;
    +    int ret = -1;
    +    char *p;
    +    BUF_MEM *bm = (BUF_MEM *)bp->ptr;
     
    -	BIO_clear_retry_flags(bp);
    -	j=bm->length;
    -	if ((size-1) < j) j=size-1;
    -	if (j <= 0)
    -		{
    -		*buf='\0';
    -		return 0;
    -		}
    -	p=bm->data;
    -	for (i=0; ilength;
    +    if ((size - 1) < j)
    +        j = size - 1;
    +    if (j <= 0) {
    +        *buf = '\0';
    +        return 0;
    +    }
    +    p = bm->data;
    +    for (i = 0; i < j; i++) {
    +        if (p[i] == '\n') {
    +            i++;
    +            break;
    +        }
    +    }
     
    -	/*
    -	 * i is now the max num of bytes to copy, either j or up to
    -	 * and including the first newline
    -	 */ 
    +    /*
    +     * i is now the max num of bytes to copy, either j or up to
    +     * and including the first newline
    +     */
     
    -	i=mem_read(bp,buf,i);
    -	if (i > 0) buf[i]='\0';
    -	ret=i;
    -	return(ret);
    -	}
    +    i = mem_read(bp, buf, i);
    +    if (i > 0)
    +        buf[i] = '\0';
    +    ret = i;
    +    return (ret);
    +}
     
     static int mem_puts(BIO *bp, const char *str)
    -	{
    -	int n,ret;
    -
    -	n=strlen(str);
    -	ret=mem_write(bp,str,n);
    -	/* memory semantics is that it will always work */
    -	return(ret);
    -	}
    +{
    +    int n, ret;
     
    +    n = strlen(str);
    +    ret = mem_write(bp, str, n);
    +    /* memory semantics is that it will always work */
    +    return (ret);
    +}
    diff --git a/openssl/crypto/bio/bss_null.c b/openssl/crypto/bio/bss_null.c
    index 46b73339d..6a03fa246 100644
    --- a/openssl/crypto/bio/bss_null.c
    +++ b/openssl/crypto/bio/bss_null.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -68,83 +68,82 @@ static int null_gets(BIO *h, char *str, int size);
     static long null_ctrl(BIO *h, int cmd, long arg1, void *arg2);
     static int null_new(BIO *h);
     static int null_free(BIO *data);
    -static BIO_METHOD null_method=
    -	{
    -	BIO_TYPE_NULL,
    -	"NULL",
    -	null_write,
    -	null_read,
    -	null_puts,
    -	null_gets,
    -	null_ctrl,
    -	null_new,
    -	null_free,
    -	NULL,
    -	};
    +static BIO_METHOD null_method = {
    +    BIO_TYPE_NULL,
    +    "NULL",
    +    null_write,
    +    null_read,
    +    null_puts,
    +    null_gets,
    +    null_ctrl,
    +    null_new,
    +    null_free,
    +    NULL,
    +};
     
     BIO_METHOD *BIO_s_null(void)
    -	{
    -	return(&null_method);
    -	}
    +{
    +    return (&null_method);
    +}
     
     static int null_new(BIO *bi)
    -	{
    -	bi->init=1;
    -	bi->num=0;
    -	bi->ptr=(NULL);
    -	return(1);
    -	}
    +{
    +    bi->init = 1;
    +    bi->num = 0;
    +    bi->ptr = (NULL);
    +    return (1);
    +}
     
     static int null_free(BIO *a)
    -	{
    -	if (a == NULL) return(0);
    -	return(1);
    -	}
    -	
    +{
    +    if (a == NULL)
    +        return (0);
    +    return (1);
    +}
    +
     static int null_read(BIO *b, char *out, int outl)
    -	{
    -	return(0);
    -	}
    +{
    +    return (0);
    +}
     
     static int null_write(BIO *b, const char *in, int inl)
    -	{
    -	return(inl);
    -	}
    +{
    +    return (inl);
    +}
     
     static long null_ctrl(BIO *b, int cmd, long num, void *ptr)
    -	{
    -	long ret=1;
    +{
    +    long ret = 1;
     
    -	switch (cmd)
    -		{
    -	case BIO_CTRL_RESET:
    -	case BIO_CTRL_EOF:
    -	case BIO_CTRL_SET:
    -	case BIO_CTRL_SET_CLOSE:
    -	case BIO_CTRL_FLUSH:
    -	case BIO_CTRL_DUP:
    -		ret=1;
    -		break;
    -	case BIO_CTRL_GET_CLOSE:
    -	case BIO_CTRL_INFO:
    -	case BIO_CTRL_GET:
    -	case BIO_CTRL_PENDING:
    -	case BIO_CTRL_WPENDING:
    -	default:
    -		ret=0;
    -		break;
    -		}
    -	return(ret);
    -	}
    +    switch (cmd) {
    +    case BIO_CTRL_RESET:
    +    case BIO_CTRL_EOF:
    +    case BIO_CTRL_SET:
    +    case BIO_CTRL_SET_CLOSE:
    +    case BIO_CTRL_FLUSH:
    +    case BIO_CTRL_DUP:
    +        ret = 1;
    +        break;
    +    case BIO_CTRL_GET_CLOSE:
    +    case BIO_CTRL_INFO:
    +    case BIO_CTRL_GET:
    +    case BIO_CTRL_PENDING:
    +    case BIO_CTRL_WPENDING:
    +    default:
    +        ret = 0;
    +        break;
    +    }
    +    return (ret);
    +}
     
     static int null_gets(BIO *bp, char *buf, int size)
    -	{
    -	return(0);
    -	}
    +{
    +    return (0);
    +}
     
     static int null_puts(BIO *bp, const char *str)
    -	{
    -	if (str == NULL) return(0);
    -	return(strlen(str));
    -	}
    -
    +{
    +    if (str == NULL)
    +        return (0);
    +    return (strlen(str));
    +}
    diff --git a/openssl/crypto/bio/bss_rtcp.c b/openssl/crypto/bio/bss_rtcp.c
    index 7dae48556..09f14f48d 100644
    --- a/openssl/crypto/bio/bss_rtcp.c
    +++ b/openssl/crypto/bio/bss_rtcp.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,16 +49,17 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
     
    -/* Written by David L. Jones 
    +/*-
    + * Written by David L. Jones 
      * Date:   22-JUL-1996
    - * Revised: 25-SEP-1997		Update for 0.8.1, BIO_CTRL_SET -> BIO_C_SET_FD
    + * Revised: 25-SEP-1997         Update for 0.8.1, BIO_CTRL_SET -> BIO_C_SET_FD
      */
     /* VMS */
     #include 
    @@ -68,18 +69,26 @@
     #include "cryptlib.h"
     #include 
     
    -#include 		/* VMS IO$_ definitions */
    +#include               /* VMS IO$_ definitions */
     #include 
     
     typedef unsigned short io_channel;
     /*************************************************************************/
    -struct io_status { short status, count; long flags; };
    +struct io_status {
    +    short status, count;
    +    long flags;
    +};
     
    -struct rpc_msg {		/* Should have member alignment inhibited */
    -   char channel;		/* 'A'-app data. 'R'-remote client 'G'-global */
    -   char function;		/* 'G'-get, 'P'-put, 'C'-confirm, 'X'-close */
    -   unsigned short int length;	/* Amount of data returned or max to return */
    -   char data[4092];		/* variable data */
    +/* Should have member alignment inhibited */
    +struct rpc_msg {
    +    /* 'A'-app data. 'R'-remote client 'G'-global */
    +    char channel;
    +    /* 'G'-get, 'P'-put, 'C'-confirm, 'X'-close */
    +    char function;
    +    /* Amount of data returned or max to return */
    +    unsigned short int length;
    +    /* variable data */
    +    char data[4092];
     };
     #define RPC_HDR_SIZE (sizeof(struct rpc_msg) - 4092)
     
    @@ -88,64 +97,68 @@ struct rpc_ctx {
         struct rpc_msg msg;
     };
     
    -static int rtcp_write(BIO *h,const char *buf,int num);
    -static int rtcp_read(BIO *h,char *buf,int size);
    -static int rtcp_puts(BIO *h,const char *str);
    -static int rtcp_gets(BIO *h,char *str,int size);
    -static long rtcp_ctrl(BIO *h,int cmd,long arg1,void *arg2);
    +static int rtcp_write(BIO *h, const char *buf, int num);
    +static int rtcp_read(BIO *h, char *buf, int size);
    +static int rtcp_puts(BIO *h, const char *str);
    +static int rtcp_gets(BIO *h, char *str, int size);
    +static long rtcp_ctrl(BIO *h, int cmd, long arg1, void *arg2);
     static int rtcp_new(BIO *h);
     static int rtcp_free(BIO *data);
     
    -static BIO_METHOD rtcp_method=
    -	{
    -	BIO_TYPE_FD,
    -	"RTCP",
    -	rtcp_write,
    -	rtcp_read,
    -	rtcp_puts,
    -	rtcp_gets,
    -	rtcp_ctrl,
    -	rtcp_new,
    -	rtcp_free,
    -	NULL,
    -	};
    +static BIO_METHOD rtcp_method = {
    +    BIO_TYPE_FD,
    +    "RTCP",
    +    rtcp_write,
    +    rtcp_read,
    +    rtcp_puts,
    +    rtcp_gets,
    +    rtcp_ctrl,
    +    rtcp_new,
    +    rtcp_free,
    +    NULL,
    +};
     
     BIO_METHOD *BIO_s_rtcp(void)
    -	{
    -	return(&rtcp_method);
    -	}
    +{
    +    return (&rtcp_method);
    +}
    +
     /*****************************************************************************/
    -/* Decnet I/O routines.
    +/*
    + * Decnet I/O routines.
      */
     
     #ifdef __DECC
    -#pragma message save
    -#pragma message disable DOLLARID
    +# pragma message save
    +# pragma message disable DOLLARID
     #endif
     
    -static int get ( io_channel chan, char *buffer, int maxlen, int *length )
    +static int get(io_channel chan, char *buffer, int maxlen, int *length)
     {
         int status;
         struct io_status iosb;
    -    status = sys$qiow ( 0, chan, IO$_READVBLK, &iosb, 0, 0,
    -	buffer, maxlen, 0, 0, 0, 0 );
    -    if ( (status&1) == 1 ) status = iosb.status;
    -    if ( (status&1) == 1 ) *length = iosb.count;
    +    status = sys$qiow(0, chan, IO$_READVBLK, &iosb, 0, 0,
    +                      buffer, maxlen, 0, 0, 0, 0);
    +    if ((status & 1) == 1)
    +        status = iosb.status;
    +    if ((status & 1) == 1)
    +        *length = iosb.count;
         return status;
     }
     
    -static int put ( io_channel chan, char *buffer, int length )
    +static int put(io_channel chan, char *buffer, int length)
     {
         int status;
         struct io_status iosb;
    -    status = sys$qiow ( 0, chan, IO$_WRITEVBLK, &iosb, 0, 0,
    -	buffer, length, 0, 0, 0, 0 );
    -    if ( (status&1) == 1 ) status = iosb.status;
    +    status = sys$qiow(0, chan, IO$_WRITEVBLK, &iosb, 0, 0,
    +                      buffer, length, 0, 0, 0, 0);
    +    if ((status & 1) == 1)
    +        status = iosb.status;
         return status;
     }
     
     #ifdef __DECC
    -#pragma message restore
    +# pragma message restore
     #endif
     
     /***************************************************************************/
    @@ -153,24 +166,26 @@ static int put ( io_channel chan, char *buffer, int length )
     static int rtcp_new(BIO *bi)
     {
         struct rpc_ctx *ctx;
    -	bi->init=1;
    -	bi->num=0;
    -	bi->flags = 0;
    -	bi->ptr=OPENSSL_malloc(sizeof(struct rpc_ctx));
    -	ctx = (struct rpc_ctx *) bi->ptr;
    -	ctx->filled = 0;
    -	ctx->pos = 0;
    -	return(1);
    +    bi->init = 1;
    +    bi->num = 0;
    +    bi->flags = 0;
    +    bi->ptr = OPENSSL_malloc(sizeof(struct rpc_ctx));
    +    ctx = (struct rpc_ctx *)bi->ptr;
    +    ctx->filled = 0;
    +    ctx->pos = 0;
    +    return (1);
     }
     
     static int rtcp_free(BIO *a)
     {
    -	if (a == NULL) return(0);
    -	if ( a->ptr ) OPENSSL_free ( a->ptr );
    -	a->ptr = NULL;
    -	return(1);
    +    if (a == NULL)
    +        return (0);
    +    if (a->ptr)
    +        OPENSSL_free(a->ptr);
    +    a->ptr = NULL;
    +    return (1);
     }
    -	
    +
     static int rtcp_read(BIO *b, char *out, int outl)
     {
         int status, length;
    @@ -178,13 +193,14 @@ static int rtcp_read(BIO *b, char *out, int outl)
         /*
          * read data, return existing.
          */
    -    ctx = (struct rpc_ctx *) b->ptr;
    -    if ( ctx->pos < ctx->filled ) {
    -	length = ctx->filled - ctx->pos;
    -	if ( length > outl ) length = outl;
    -	memmove ( out, &ctx->msg.data[ctx->pos], length );
    -	ctx->pos += length;
    -	return length;
    +    ctx = (struct rpc_ctx *)b->ptr;
    +    if (ctx->pos < ctx->filled) {
    +        length = ctx->filled - ctx->pos;
    +        if (length > outl)
    +            length = outl;
    +        memmove(out, &ctx->msg.data[ctx->pos], length);
    +        ctx->pos += length;
    +        return length;
         }
         /*
          * Requst more data from R channel.
    @@ -192,27 +208,29 @@ static int rtcp_read(BIO *b, char *out, int outl)
         ctx->msg.channel = 'R';
         ctx->msg.function = 'G';
         ctx->msg.length = sizeof(ctx->msg.data);
    -    status = put ( b->num, (char *) &ctx->msg, RPC_HDR_SIZE );
    -    if ( (status&1) == 0 ) {
    -	return -1;
    +    status = put(b->num, (char *)&ctx->msg, RPC_HDR_SIZE);
    +    if ((status & 1) == 0) {
    +        return -1;
         }
         /*
          * Read.
          */
         ctx->pos = ctx->filled = 0;
    -    status = get ( b->num, (char *) &ctx->msg, sizeof(ctx->msg), &length );
    -    if ( (status&1) == 0 ) length = -1;
    -    if ( ctx->msg.channel != 'R' || ctx->msg.function != 'C' ) {
    -	length = -1;
    +    status = get(b->num, (char *)&ctx->msg, sizeof(ctx->msg), &length);
    +    if ((status & 1) == 0)
    +        length = -1;
    +    if (ctx->msg.channel != 'R' || ctx->msg.function != 'C') {
    +        length = -1;
         }
         ctx->filled = length - RPC_HDR_SIZE;
    -    
    -    if ( ctx->pos < ctx->filled ) {
    -	length = ctx->filled - ctx->pos;
    -	if ( length > outl ) length = outl;
    -	memmove ( out, ctx->msg.data, length );
    -	ctx->pos += length;
    -	return length;
    +
    +    if (ctx->pos < ctx->filled) {
    +        length = ctx->filled - ctx->pos;
    +        if (length > outl)
    +            length = outl;
    +        memmove(out, ctx->msg.data, length);
    +        ctx->pos += length;
    +        return length;
         }
     
         return length;
    @@ -225,70 +243,77 @@ static int rtcp_write(BIO *b, const char *in, int inl)
         /*
          * Output data, send in chunks no larger that sizeof(ctx->msg.data).
          */
    -    ctx = (struct rpc_ctx *) b->ptr;
    -    for ( i = 0; i < inl; i += segment ) {
    -	segment = inl - i;
    -	if ( segment > sizeof(ctx->msg.data) ) segment = sizeof(ctx->msg.data);
    -	ctx->msg.channel = 'R';
    -	ctx->msg.function = 'P';
    -	ctx->msg.length = segment;
    -	memmove ( ctx->msg.data, &in[i], segment );
    -	status = put ( b->num, (char *) &ctx->msg, segment + RPC_HDR_SIZE );
    -	if ((status&1) == 0 ) { i = -1; break; }
    +    ctx = (struct rpc_ctx *)b->ptr;
    +    for (i = 0; i < inl; i += segment) {
    +        segment = inl - i;
    +        if (segment > sizeof(ctx->msg.data))
    +            segment = sizeof(ctx->msg.data);
    +        ctx->msg.channel = 'R';
    +        ctx->msg.function = 'P';
    +        ctx->msg.length = segment;
    +        memmove(ctx->msg.data, &in[i], segment);
    +        status = put(b->num, (char *)&ctx->msg, segment + RPC_HDR_SIZE);
    +        if ((status & 1) == 0) {
    +            i = -1;
    +            break;
    +        }
     
    -	status = get ( b->num, (char *) &ctx->msg, sizeof(ctx->msg), &length );
    -	if ( ((status&1) == 0) || (length < RPC_HDR_SIZE) ) { i = -1; break; }
    -	if ( (ctx->msg.channel != 'R') || (ctx->msg.function != 'C') ) {
    -	   printf("unexpected response when confirming put %c %c\n",
    -		ctx->msg.channel, ctx->msg.function );
    +        status = get(b->num, (char *)&ctx->msg, sizeof(ctx->msg), &length);
    +        if (((status & 1) == 0) || (length < RPC_HDR_SIZE)) {
    +            i = -1;
    +            break;
    +        }
    +        if ((ctx->msg.channel != 'R') || (ctx->msg.function != 'C')) {
    +            printf("unexpected response when confirming put %c %c\n",
    +                   ctx->msg.channel, ctx->msg.function);
     
    -	}
    +        }
         }
    -    return(i);
    +    return (i);
     }
     
     static long rtcp_ctrl(BIO *b, int cmd, long num, void *ptr)
    -	{
    -	long ret=1;
    +{
    +    long ret = 1;
     
    -	switch (cmd)
    -		{
    -	case BIO_CTRL_RESET:
    -	case BIO_CTRL_EOF:
    -		ret = 1;
    -		break;
    -	case BIO_C_SET_FD:
    -		b->num = num;
    -		ret = 1;
    -	 	break;
    -	case BIO_CTRL_SET_CLOSE:
    -	case BIO_CTRL_FLUSH:
    -	case BIO_CTRL_DUP:
    -		ret=1;
    -		break;
    -	case BIO_CTRL_GET_CLOSE:
    -	case BIO_CTRL_INFO:
    -	case BIO_CTRL_GET:
    -	case BIO_CTRL_PENDING:
    -	case BIO_CTRL_WPENDING:
    -	default:
    -		ret=0;
    -		break;
    -		}
    -	return(ret);
    -	}
    +    switch (cmd) {
    +    case BIO_CTRL_RESET:
    +    case BIO_CTRL_EOF:
    +        ret = 1;
    +        break;
    +    case BIO_C_SET_FD:
    +        b->num = num;
    +        ret = 1;
    +        break;
    +    case BIO_CTRL_SET_CLOSE:
    +    case BIO_CTRL_FLUSH:
    +    case BIO_CTRL_DUP:
    +        ret = 1;
    +        break;
    +    case BIO_CTRL_GET_CLOSE:
    +    case BIO_CTRL_INFO:
    +    case BIO_CTRL_GET:
    +    case BIO_CTRL_PENDING:
    +    case BIO_CTRL_WPENDING:
    +    default:
    +        ret = 0;
    +        break;
    +    }
    +    return (ret);
    +}
     
     static int rtcp_gets(BIO *bp, char *buf, int size)
    -	{
    -	return(0);
    -	}
    +{
    +    return (0);
    +}
     
     static int rtcp_puts(BIO *bp, const char *str)
     {
         int length;
    -    if (str == NULL) return(0);
    -    length = strlen ( str );
    -    if ( length == 0 ) return (0);
    -    return rtcp_write ( bp,str, length );
    +    if (str == NULL)
    +        return (0);
    +    length = strlen(str);
    +    if (length == 0)
    +        return (0);
    +    return rtcp_write(bp, str, length);
     }
    -
    diff --git a/openssl/crypto/bio/bss_sock.c b/openssl/crypto/bio/bss_sock.c
    index 3df31938c..6194d2c03 100644
    --- a/openssl/crypto/bio/bss_sock.c
    +++ b/openssl/crypto/bio/bss_sock.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,13 +63,13 @@
     
     #ifndef OPENSSL_NO_SOCK
     
    -#include 
    +# include 
     
    -#ifdef WATT32
    -#define sock_write SockWrite  /* Watt-32 uses same names */
    -#define sock_read  SockRead
    -#define sock_puts  SockPuts
    -#endif
    +# ifdef WATT32
    +#  define sock_write SockWrite  /* Watt-32 uses same names */
    +#  define sock_read  SockRead
    +#  define sock_puts  SockPuts
    +# endif
     
     static int sock_write(BIO *h, const char *buf, int num);
     static int sock_read(BIO *h, char *buf, int size);
    @@ -79,216 +79,209 @@ static int sock_new(BIO *h);
     static int sock_free(BIO *data);
     int BIO_sock_should_retry(int s);
     
    -static BIO_METHOD methods_sockp=
    -	{
    -	BIO_TYPE_SOCKET,
    -	"socket",
    -	sock_write,
    -	sock_read,
    -	sock_puts,
    -	NULL, /* sock_gets, */
    -	sock_ctrl,
    -	sock_new,
    -	sock_free,
    -	NULL,
    -	};
    +static BIO_METHOD methods_sockp = {
    +    BIO_TYPE_SOCKET,
    +    "socket",
    +    sock_write,
    +    sock_read,
    +    sock_puts,
    +    NULL,                       /* sock_gets, */
    +    sock_ctrl,
    +    sock_new,
    +    sock_free,
    +    NULL,
    +};
     
     BIO_METHOD *BIO_s_socket(void)
    -	{
    -	return(&methods_sockp);
    -	}
    +{
    +    return (&methods_sockp);
    +}
     
     BIO *BIO_new_socket(int fd, int close_flag)
    -	{
    -	BIO *ret;
    +{
    +    BIO *ret;
     
    -	ret=BIO_new(BIO_s_socket());
    -	if (ret == NULL) return(NULL);
    -	BIO_set_fd(ret,fd,close_flag);
    -	return(ret);
    -	}
    +    ret = BIO_new(BIO_s_socket());
    +    if (ret == NULL)
    +        return (NULL);
    +    BIO_set_fd(ret, fd, close_flag);
    +    return (ret);
    +}
     
     static int sock_new(BIO *bi)
    -	{
    -	bi->init=0;
    -	bi->num=0;
    -	bi->ptr=NULL;
    -	bi->flags=0;
    -	return(1);
    -	}
    +{
    +    bi->init = 0;
    +    bi->num = 0;
    +    bi->ptr = NULL;
    +    bi->flags = 0;
    +    return (1);
    +}
     
     static int sock_free(BIO *a)
    -	{
    -	if (a == NULL) return(0);
    -	if (a->shutdown)
    -		{
    -		if (a->init)
    -			{
    -			SHUTDOWN2(a->num);
    -			}
    -		a->init=0;
    -		a->flags=0;
    -		}
    -	return(1);
    -	}
    -	
    +{
    +    if (a == NULL)
    +        return (0);
    +    if (a->shutdown) {
    +        if (a->init) {
    +            SHUTDOWN2(a->num);
    +        }
    +        a->init = 0;
    +        a->flags = 0;
    +    }
    +    return (1);
    +}
    +
     static int sock_read(BIO *b, char *out, int outl)
    -	{
    -	int ret=0;
    -
    -	if (out != NULL)
    -		{
    -		clear_socket_error();
    -		ret=readsocket(b->num,out,outl);
    -		BIO_clear_retry_flags(b);
    -		if (ret <= 0)
    -			{
    -			if (BIO_sock_should_retry(ret))
    -				BIO_set_retry_read(b);
    -			}
    -		}
    -	return(ret);
    -	}
    +{
    +    int ret = 0;
    +
    +    if (out != NULL) {
    +        clear_socket_error();
    +        ret = readsocket(b->num, out, outl);
    +        BIO_clear_retry_flags(b);
    +        if (ret <= 0) {
    +            if (BIO_sock_should_retry(ret))
    +                BIO_set_retry_read(b);
    +        }
    +    }
    +    return (ret);
    +}
     
     static int sock_write(BIO *b, const char *in, int inl)
    -	{
    -	int ret;
    -	
    -	clear_socket_error();
    -	ret=writesocket(b->num,in,inl);
    -	BIO_clear_retry_flags(b);
    -	if (ret <= 0)
    -		{
    -		if (BIO_sock_should_retry(ret))
    -			BIO_set_retry_write(b);
    -		}
    -	return(ret);
    -	}
    +{
    +    int ret;
    +
    +    clear_socket_error();
    +    ret = writesocket(b->num, in, inl);
    +    BIO_clear_retry_flags(b);
    +    if (ret <= 0) {
    +        if (BIO_sock_should_retry(ret))
    +            BIO_set_retry_write(b);
    +    }
    +    return (ret);
    +}
     
     static long sock_ctrl(BIO *b, int cmd, long num, void *ptr)
    -	{
    -	long ret=1;
    -	int *ip;
    -
    -	switch (cmd)
    -		{
    -	case BIO_C_SET_FD:
    -		sock_free(b);
    -		b->num= *((int *)ptr);
    -		b->shutdown=(int)num;
    -		b->init=1;
    -		break;
    -	case BIO_C_GET_FD:
    -		if (b->init)
    -			{
    -			ip=(int *)ptr;
    -			if (ip != NULL) *ip=b->num;
    -			ret=b->num;
    -			}
    -		else
    -			ret= -1;
    -		break;
    -	case BIO_CTRL_GET_CLOSE:
    -		ret=b->shutdown;
    -		break;
    -	case BIO_CTRL_SET_CLOSE:
    -		b->shutdown=(int)num;
    -		break;
    -	case BIO_CTRL_DUP:
    -	case BIO_CTRL_FLUSH:
    -		ret=1;
    -		break;
    -	default:
    -		ret=0;
    -		break;
    -		}
    -	return(ret);
    -	}
    +{
    +    long ret = 1;
    +    int *ip;
    +
    +    switch (cmd) {
    +    case BIO_C_SET_FD:
    +        sock_free(b);
    +        b->num = *((int *)ptr);
    +        b->shutdown = (int)num;
    +        b->init = 1;
    +        break;
    +    case BIO_C_GET_FD:
    +        if (b->init) {
    +            ip = (int *)ptr;
    +            if (ip != NULL)
    +                *ip = b->num;
    +            ret = b->num;
    +        } else
    +            ret = -1;
    +        break;
    +    case BIO_CTRL_GET_CLOSE:
    +        ret = b->shutdown;
    +        break;
    +    case BIO_CTRL_SET_CLOSE:
    +        b->shutdown = (int)num;
    +        break;
    +    case BIO_CTRL_DUP:
    +    case BIO_CTRL_FLUSH:
    +        ret = 1;
    +        break;
    +    default:
    +        ret = 0;
    +        break;
    +    }
    +    return (ret);
    +}
     
     static int sock_puts(BIO *bp, const char *str)
    -	{
    -	int n,ret;
    +{
    +    int n, ret;
     
    -	n=strlen(str);
    -	ret=sock_write(bp,str,n);
    -	return(ret);
    -	}
    +    n = strlen(str);
    +    ret = sock_write(bp, str, n);
    +    return (ret);
    +}
     
     int BIO_sock_should_retry(int i)
    -	{
    -	int err;
    +{
    +    int err;
     
    -	if ((i == 0) || (i == -1))
    -		{
    -		err=get_last_socket_error();
    +    if ((i == 0) || (i == -1)) {
    +        err = get_last_socket_error();
     
    -#if defined(OPENSSL_SYS_WINDOWS) && 0 /* more microsoft stupidity? perhaps not? Ben 4/1/99 */
    -		if ((i == -1) && (err == 0))
    -			return(1);
    -#endif
    +# if defined(OPENSSL_SYS_WINDOWS) && 0/* more microsoft stupidity? perhaps
    +                                       * not? Ben 4/1/99 */
    +        if ((i == -1) && (err == 0))
    +            return (1);
    +# endif
     
    -		return(BIO_sock_non_fatal_error(err));
    -		}
    -	return(0);
    -	}
    +        return (BIO_sock_non_fatal_error(err));
    +    }
    +    return (0);
    +}
     
     int BIO_sock_non_fatal_error(int err)
    -	{
    -	switch (err)
    -		{
    -#if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_NETWARE)
    -# if defined(WSAEWOULDBLOCK)
    -	case WSAEWOULDBLOCK:
    +{
    +    switch (err) {
    +# if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_NETWARE)
    +#  if defined(WSAEWOULDBLOCK)
    +    case WSAEWOULDBLOCK:
    +#  endif
    +
    +#  if 0                         /* This appears to always be an error */
    +#   if defined(WSAENOTCONN)
    +    case WSAENOTCONN:
    +#   endif
    +#  endif
     # endif
     
    -# if 0 /* This appears to always be an error */
    -#  if defined(WSAENOTCONN)
    -	case WSAENOTCONN:
    +# ifdef EWOULDBLOCK
    +#  ifdef WSAEWOULDBLOCK
    +#   if WSAEWOULDBLOCK != EWOULDBLOCK
    +    case EWOULDBLOCK:
    +#   endif
    +#  else
    +    case EWOULDBLOCK:
     #  endif
     # endif
    -#endif
     
    -#ifdef EWOULDBLOCK
    -# ifdef WSAEWOULDBLOCK
    -#  if WSAEWOULDBLOCK != EWOULDBLOCK
    -	case EWOULDBLOCK:
    +# if defined(ENOTCONN)
    +    case ENOTCONN:
    +# endif
    +
    +# ifdef EINTR
    +    case EINTR:
    +# endif
    +
    +# ifdef EAGAIN
    +#  if EWOULDBLOCK != EAGAIN
    +    case EAGAIN:
     #  endif
    -# else
    -	case EWOULDBLOCK:
     # endif
    -#endif
     
    -#if defined(ENOTCONN)
    -	case ENOTCONN:
    -#endif
    +# ifdef EPROTO
    +    case EPROTO:
    +# endif
     
    -#ifdef EINTR
    -	case EINTR:
    -#endif
    +# ifdef EINPROGRESS
    +    case EINPROGRESS:
    +# endif
     
    -#ifdef EAGAIN
    -# if EWOULDBLOCK != EAGAIN
    -	case EAGAIN:
    +# ifdef EALREADY
    +    case EALREADY:
     # endif
    -#endif
    -
    -#ifdef EPROTO
    -	case EPROTO:
    -#endif
    -
    -#ifdef EINPROGRESS
    -	case EINPROGRESS:
    -#endif
    -
    -#ifdef EALREADY
    -	case EALREADY:
    -#endif
    -		return(1);
    -		/* break; */
    -	default:
    -		break;
    -		}
    -	return(0);
    -	}
    -
    -#endif  /* #ifndef OPENSSL_NO_SOCK */
    +        return (1);
    +        /* break; */
    +    default:
    +        break;
    +    }
    +    return (0);
    +}
    +
    +#endif                          /* #ifndef OPENSSL_NO_SOCK */
    diff --git a/openssl/crypto/bn/Makefile b/openssl/crypto/bn/Makefile
    index 6dd136be5..0cdbd2016 100644
    --- a/openssl/crypto/bn/Makefile
    +++ b/openssl/crypto/bn/Makefile
    @@ -77,6 +77,12 @@ sparcv9a-mont.s:	asm/sparcv9a-mont.pl
     	$(PERL) asm/sparcv9a-mont.pl $(CFLAGS) > $@
     sparcv9-mont.s:		asm/sparcv9-mont.pl
     	$(PERL) asm/sparcv9-mont.pl $(CFLAGS) > $@
    +vis3-mont.s:		asm/vis3-mont.pl
    +	$(PERL) asm/vis3-mont.pl $(CFLAGS) > $@
    +sparct4-mont.S:	asm/sparct4-mont.pl
    +	$(PERL) asm/sparct4-mont.pl $(CFLAGS) > $@
    +sparcv9-gf2m.S:	asm/sparcv9-gf2m.pl
    +	$(PERL) asm/sparcv9-gf2m.pl $(CFLAGS) > $@
     
     bn-mips3.o:	asm/mips3.s
     	@if [ "$(CC)" = "gcc" ]; then \
    @@ -104,6 +110,10 @@ x86_64-gf2m.s:	asm/x86_64-gf2m.pl
     	$(PERL) asm/x86_64-gf2m.pl $(PERLASM_SCHEME) > $@
     modexp512-x86_64.s:	asm/modexp512-x86_64.pl
     	$(PERL) asm/modexp512-x86_64.pl $(PERLASM_SCHEME) > $@
    +rsaz-x86_64.s:	asm/rsaz-x86_64.pl
    +	$(PERL) asm/rsaz-x86_64.pl $(PERLASM_SCHEME) > $@
    +rsaz-avx2.s:	asm/rsaz-avx2.pl 
    +	$(PERL) asm/rsaz-avx2.pl $(PERLASM_SCHEME) > $@
     
     bn-ia64.s:	asm/ia64.S
     	$(CC) $(CFLAGS) -E asm/ia64.S > $@
    @@ -125,14 +135,15 @@ ppc-mont.s:	asm/ppc-mont.pl;$(PERL) asm/ppc-mont.pl $(PERLASM_SCHEME) $@
     ppc64-mont.s:	asm/ppc64-mont.pl;$(PERL) asm/ppc64-mont.pl $(PERLASM_SCHEME) $@
     
     alpha-mont.s:	asm/alpha-mont.pl
    -	(preproc=/tmp/$$$$.$@; trap "rm $$preproc" INT; \
    +	(preproc=$$$$.$@.S; trap "rm $$preproc" INT; \
     	$(PERL) asm/alpha-mont.pl > $$preproc && \
    -	$(CC) -E $$preproc > $@ && rm $$preproc)
    +	$(CC) -E -P $$preproc > $@ && rm $$preproc)
     
     # GNU make "catch all"
    -%-mont.s:	asm/%-mont.pl;	$(PERL) $< $(PERLASM_SCHEME) $@
    +%-mont.S:	asm/%-mont.pl;	$(PERL) $< $(PERLASM_SCHEME) $@
     %-gf2m.S:	asm/%-gf2m.pl;	$(PERL) $< $(PERLASM_SCHEME) $@
     
    +armv4-mont.o:	armv4-mont.S
     armv4-gf2m.o:	armv4-gf2m.S
     
     files:
    diff --git a/openssl/crypto/bn/asm/armv4-gf2m.pl b/openssl/crypto/bn/asm/armv4-gf2m.pl
    index c52e0b75b..8f529c95c 100644
    --- a/openssl/crypto/bn/asm/armv4-gf2m.pl
    +++ b/openssl/crypto/bn/asm/armv4-gf2m.pl
    @@ -20,48 +20,26 @@
     # length, more for longer keys. Even though NEON 1x1 multiplication
     # runs in even less cycles, ~30, improvement is measurable only on
     # longer keys. One has to optimize code elsewhere to get NEON glow...
    +#
    +# April 2014
    +#
    +# Double bn_GF2m_mul_2x2 performance by using algorithm from paper
    +# referred below, which improves ECDH and ECDSA verify benchmarks
    +# by 18-40%.
    +#
    +# Cmara, D.; Gouva, C. P. L.; Lpez, J. & Dahab, R.: Fast Software
    +# Polynomial Multiplication on ARM Processors using the NEON Engine.
    +# 
    +# http://conradoplg.cryptoland.net/files/2010/12/mocrysen13.pdf
     
     while (($output=shift) && ($output!~/^\w[\w\-]*\.\w+$/)) {}
     open STDOUT,">$output";
     
    -sub Dlo()   { shift=~m|q([1]?[0-9])|?"d".($1*2):"";     }
    -sub Dhi()   { shift=~m|q([1]?[0-9])|?"d".($1*2+1):"";   }
    -sub Q()     { shift=~m|d([1-3]?[02468])|?"q".($1/2):""; }
    -
     $code=<<___;
     #include "arm_arch.h"
     
     .text
     .code	32
    -
    -#if __ARM_ARCH__>=7
    -.fpu	neon
    -
    -.type	mul_1x1_neon,%function
    -.align	5
    -mul_1x1_neon:
    -	vshl.u64	`&Dlo("q1")`,d16,#8	@ q1-q3 are slided $a
    -	vmull.p8	`&Q("d0")`,d16,d17	@ abb
    -	vshl.u64	`&Dlo("q2")`,d16,#16
    -	vmull.p8	q1,`&Dlo("q1")`,d17	@ a<<8bb
    -	vshl.u64	`&Dlo("q3")`,d16,#24
    -	vmull.p8	q2,`&Dlo("q2")`,d17	@ a<<16bb
    -	vshr.u64	`&Dlo("q1")`,#8
    -	vmull.p8	q3,`&Dlo("q3")`,d17	@ a<<24bb
    -	vshl.u64	`&Dhi("q1")`,#24
    -	veor		d0,`&Dlo("q1")`
    -	vshr.u64	`&Dlo("q2")`,#16
    -	veor		d0,`&Dhi("q1")`
    -	vshl.u64	`&Dhi("q2")`,#16
    -	veor		d0,`&Dlo("q2")`
    -	vshr.u64	`&Dlo("q3")`,#24
    -	veor		d0,`&Dhi("q2")`
    -	vshl.u64	`&Dhi("q3")`,#8
    -	veor		d0,`&Dlo("q3")`
    -	veor		d0,`&Dhi("q3")`
    -	bx	lr
    -.size	mul_1x1_neon,.-mul_1x1_neon
    -#endif
     ___
     ################
     # private interface to mul_1x1_ialu
    @@ -159,56 +137,17 @@ ___
     # void	bn_GF2m_mul_2x2(BN_ULONG *r,
     #	BN_ULONG a1,BN_ULONG a0,
     #	BN_ULONG b1,BN_ULONG b0);	# r[3..0]=a1a0b1b0
    -
    -($A1,$B1,$A0,$B0,$A1B1,$A0B0)=map("d$_",(18..23));
    -
    +{
     $code.=<<___;
     .global	bn_GF2m_mul_2x2
     .type	bn_GF2m_mul_2x2,%function
     .align	5
     bn_GF2m_mul_2x2:
    -#if __ARM_ARCH__>=7
    +#if __ARM_MAX_ARCH__>=7
     	ldr	r12,.LOPENSSL_armcap
     .Lpic:	ldr	r12,[pc,r12]
     	tst	r12,#1
    -	beq	.Lialu
    -
    -	veor	$A1,$A1
    -	vmov.32	$B1,r3,r3		@ two copies of b1
    -	vmov.32	${A1}[0],r1		@ a1
    -
    -	veor	$A0,$A0
    -	vld1.32	${B0}[],[sp,:32]	@ two copies of b0
    -	vmov.32	${A0}[0],r2		@ a0
    -	mov	r12,lr
    -
    -	vmov	d16,$A1
    -	vmov	d17,$B1
    -	bl	mul_1x1_neon		@ a1b1
    -	vmov	$A1B1,d0
    -
    -	vmov	d16,$A0
    -	vmov	d17,$B0
    -	bl	mul_1x1_neon		@ a0b0
    -	vmov	$A0B0,d0
    -
    -	veor	d16,$A0,$A1
    -	veor	d17,$B0,$B1
    -	veor	$A0,$A0B0,$A1B1
    -	bl	mul_1x1_neon		@ (a0+a1)(b0+b1)
    -
    -	veor	d0,$A0			@ (a0+a1)(b0+b1)-a0b0-a1b1
    -	vshl.u64 d1,d0,#32
    -	vshr.u64 d0,d0,#32
    -	veor	$A0B0,d1
    -	veor	$A1B1,d0
    -	vst1.32	{${A0B0}[0]},[r0,:32]!
    -	vst1.32	{${A0B0}[1]},[r0,:32]!
    -	vst1.32	{${A1B1}[0]},[r0,:32]!
    -	vst1.32	{${A1B1}[1]},[r0,:32]
    -	bx	r12
    -.align	4
    -.Lialu:
    +	bne	.LNEON
     #endif
     ___
     $ret="r10";	# reassigned 1st argument
    @@ -260,8 +199,72 @@ $code.=<<___;
     	moveq	pc,lr			@ be binary compatible with V4, yet
     	bx	lr			@ interoperable with Thumb ISA:-)
     #endif
    +___
    +}
    +{
    +my ($r,$t0,$t1,$t2,$t3)=map("q$_",(0..3,8..12));
    +my ($a,$b,$k48,$k32,$k16)=map("d$_",(26..31));
    +
    +$code.=<<___;
    +#if __ARM_MAX_ARCH__>=7
    +.arch	armv7-a
    +.fpu	neon
    +
    +.align	5
    +.LNEON:
    +	ldr		r12, [sp]		@ 5th argument
    +	vmov.32		$a, r2, r1
    +	vmov.32		$b, r12, r3
    +	vmov.i64	$k48, #0x0000ffffffffffff
    +	vmov.i64	$k32, #0x00000000ffffffff
    +	vmov.i64	$k16, #0x000000000000ffff
    +
    +	vext.8		$t0#lo, $a, $a, #1	@ A1
    +	vmull.p8	$t0, $t0#lo, $b		@ F = A1*B
    +	vext.8		$r#lo, $b, $b, #1	@ B1
    +	vmull.p8	$r, $a, $r#lo		@ E = A*B1
    +	vext.8		$t1#lo, $a, $a, #2	@ A2
    +	vmull.p8	$t1, $t1#lo, $b		@ H = A2*B
    +	vext.8		$t3#lo, $b, $b, #2	@ B2
    +	vmull.p8	$t3, $a, $t3#lo		@ G = A*B2
    +	vext.8		$t2#lo, $a, $a, #3	@ A3
    +	veor		$t0, $t0, $r		@ L = E + F
    +	vmull.p8	$t2, $t2#lo, $b		@ J = A3*B
    +	vext.8		$r#lo, $b, $b, #3	@ B3
    +	veor		$t1, $t1, $t3		@ M = G + H
    +	vmull.p8	$r, $a, $r#lo		@ I = A*B3
    +	veor		$t0#lo, $t0#lo, $t0#hi	@ t0 = (L) (P0 + P1) << 8
    +	vand		$t0#hi, $t0#hi, $k48
    +	vext.8		$t3#lo, $b, $b, #4	@ B4
    +	veor		$t1#lo, $t1#lo, $t1#hi	@ t1 = (M) (P2 + P3) << 16
    +	vand		$t1#hi, $t1#hi, $k32
    +	vmull.p8	$t3, $a, $t3#lo		@ K = A*B4
    +	veor		$t2, $t2, $r		@ N = I + J
    +	veor		$t0#lo, $t0#lo, $t0#hi
    +	veor		$t1#lo, $t1#lo, $t1#hi
    +	veor		$t2#lo, $t2#lo, $t2#hi	@ t2 = (N) (P4 + P5) << 24
    +	vand		$t2#hi, $t2#hi, $k16
    +	vext.8		$t0, $t0, $t0, #15
    +	veor		$t3#lo, $t3#lo, $t3#hi	@ t3 = (K) (P6 + P7) << 32
    +	vmov.i64	$t3#hi, #0
    +	vext.8		$t1, $t1, $t1, #14
    +	veor		$t2#lo, $t2#lo, $t2#hi
    +	vmull.p8	$r, $a, $b		@ D = A*B
    +	vext.8		$t3, $t3, $t3, #12
    +	vext.8		$t2, $t2, $t2, #13
    +	veor		$t0, $t0, $t1
    +	veor		$t2, $t2, $t3
    +	veor		$r, $r, $t0
    +	veor		$r, $r, $t2
    +
    +	vst1.32		{$r}, [r0]
    +	ret		@ bx lr
    +#endif
    +___
    +}
    +$code.=<<___;
     .size	bn_GF2m_mul_2x2,.-bn_GF2m_mul_2x2
    -#if __ARM_ARCH__>=7
    +#if __ARM_MAX_ARCH__>=7
     .align	5
     .LOPENSSL_armcap:
     .word	OPENSSL_armcap_P-(.Lpic+8)
    @@ -269,10 +272,18 @@ $code.=<<___;
     .asciz	"GF(2^m) Multiplication for ARMv4/NEON, CRYPTOGAMS by "
     .align	5
     
    +#if __ARM_MAX_ARCH__>=7
     .comm	OPENSSL_armcap_P,4,4
    +#endif
     ___
     
    -$code =~ s/\`([^\`]*)\`/eval $1/gem;
    -$code =~ s/\bbx\s+lr\b/.word\t0xe12fff1e/gm;    # make it possible to compile with -march=armv4
    -print $code;
    +foreach (split("\n",$code)) {
    +	s/\`([^\`]*)\`/eval $1/geo;
    +
    +	s/\bq([0-9]+)#(lo|hi)/sprintf "d%d",2*$1+($2 eq "hi")/geo	or
    +	s/\bret\b/bx	lr/go		or
    +	s/\bbx\s+lr\b/.word\t0xe12fff1e/go;    # make it possible to compile with -march=armv4
    +
    +	print $_,"\n";
    +}
     close STDOUT;   # enforce flush
    diff --git a/openssl/crypto/bn/asm/armv4-mont.pl b/openssl/crypto/bn/asm/armv4-mont.pl
    index f78a8b5f0..1d330e9f8 100644
    --- a/openssl/crypto/bn/asm/armv4-mont.pl
    +++ b/openssl/crypto/bn/asm/armv4-mont.pl
    @@ -1,7 +1,7 @@
     #!/usr/bin/env perl
     
     # ====================================================================
    -# Written by Andy Polyakov  for the OpenSSL
    +# Written by Andy Polyakov  for the OpenSSL
     # project. The module is, however, dual licensed under OpenSSL and
     # CRYPTOGAMS licenses depending on where you obtain it. For further
     # details see http://www.openssl.org/~appro/cryptogams/.
    @@ -23,6 +23,21 @@
     # than 1/2KB. Windows CE port would be trivial, as it's exclusively
     # about decorations, ABI and instruction syntax are identical.
     
    +# November 2013
    +#
    +# Add NEON code path, which handles lengths divisible by 8. RSA/DSA
    +# performance improvement on Cortex-A8 is ~45-100% depending on key
    +# length, more for longer keys. On Cortex-A15 the span is ~10-105%.
    +# On Snapdragon S4 improvement was measured to vary from ~70% to
    +# incredible ~380%, yes, 4.8x faster, for RSA4096 sign. But this is
    +# rather because original integer-only code seems to perform
    +# suboptimally on S4. Situation on Cortex-A9 is unfortunately
    +# different. It's being looked into, but the trouble is that
    +# performance for vectors longer than 256 bits is actually couple
    +# of percent worse than for integer-only code. The code is chosen
    +# for execution on all NEON-capable processors, because gain on
    +# others outweighs the marginal loss on Cortex-A9.
    +
     while (($output=shift) && ($output!~/^\w[\w\-]*\.\w+$/)) {}
     open STDOUT,">$output";
     
    @@ -52,16 +67,40 @@ $_n0="$num,#14*4";
     $_num="$num,#15*4";	$_bpend=$_num;
     
     $code=<<___;
    +#include "arm_arch.h"
    +
     .text
    +.code	32
    +
    +#if __ARM_MAX_ARCH__>=7
    +.align	5
    +.LOPENSSL_armcap:
    +.word	OPENSSL_armcap_P-bn_mul_mont
    +#endif
     
     .global	bn_mul_mont
     .type	bn_mul_mont,%function
     
    -.align	2
    +.align	5
     bn_mul_mont:
    +	ldr	ip,[sp,#4]		@ load num
     	stmdb	sp!,{r0,r2}		@ sp points at argument block
    -	ldr	$num,[sp,#3*4]		@ load num
    -	cmp	$num,#2
    +#if __ARM_MAX_ARCH__>=7
    +	tst	ip,#7
    +	bne	.Lialu
    +	adr	r0,bn_mul_mont
    +	ldr	r2,.LOPENSSL_armcap
    +	ldr	r0,[r0,r2]
    +	tst	r0,#1			@ NEON available?
    +	ldmia	sp, {r0,r2}
    +	beq	.Lialu
    +	add	sp,sp,#8
    +	b	bn_mul8x_mont_neon
    +.align	4
    +.Lialu:
    +#endif
    +	cmp	ip,#2
    +	mov	$num,ip			@ load num
     	movlt	r0,#0
     	addlt	sp,sp,#2*4
     	blt	.Labrt
    @@ -191,14 +230,447 @@ bn_mul_mont:
     	ldmia	sp!,{r4-r12,lr}		@ restore registers
     	add	sp,sp,#2*4		@ skip over {r0,r2}
     	mov	r0,#1
    -.Labrt:	tst	lr,#1
    +.Labrt:
    +#if __ARM_ARCH__>=5
    +	ret				@ bx lr
    +#else
    +	tst	lr,#1
     	moveq	pc,lr			@ be binary compatible with V4, yet
     	bx	lr			@ interoperable with Thumb ISA:-)
    +#endif
     .size	bn_mul_mont,.-bn_mul_mont
    -.asciz	"Montgomery multiplication for ARMv4, CRYPTOGAMS by "
    +___
    +{
    +sub Dlo()   { shift=~m|q([1]?[0-9])|?"d".($1*2):"";     }
    +sub Dhi()   { shift=~m|q([1]?[0-9])|?"d".($1*2+1):"";   }
    +
    +my ($A0,$A1,$A2,$A3)=map("d$_",(0..3));
    +my ($N0,$N1,$N2,$N3)=map("d$_",(4..7));
    +my ($Z,$Temp)=("q4","q5");
    +my ($A0xB,$A1xB,$A2xB,$A3xB,$A4xB,$A5xB,$A6xB,$A7xB)=map("q$_",(6..13));
    +my ($Bi,$Ni,$M0)=map("d$_",(28..31));
    +my $zero=&Dlo($Z);
    +my $temp=&Dlo($Temp);
    +
    +my ($rptr,$aptr,$bptr,$nptr,$n0,$num)=map("r$_",(0..5));
    +my ($tinptr,$toutptr,$inner,$outer)=map("r$_",(6..9));
    +
    +$code.=<<___;
    +#if __ARM_MAX_ARCH__>=7
    +.arch	armv7-a
    +.fpu	neon
    +
    +.type	bn_mul8x_mont_neon,%function
    +.align	5
    +bn_mul8x_mont_neon:
    +	mov	ip,sp
    +	stmdb	sp!,{r4-r11}
    +	vstmdb	sp!,{d8-d15}		@ ABI specification says so
    +	ldmia	ip,{r4-r5}		@ load rest of parameter block
    +
    +	sub		$toutptr,sp,#16
    +	vld1.32		{${Bi}[0]}, [$bptr,:32]!
    +	sub		$toutptr,$toutptr,$num,lsl#4
    +	vld1.32		{$A0-$A3},  [$aptr]!		@ can't specify :32 :-(
    +	and		$toutptr,$toutptr,#-64
    +	vld1.32		{${M0}[0]}, [$n0,:32]
    +	mov		sp,$toutptr			@ alloca
    +	veor		$zero,$zero,$zero
    +	subs		$inner,$num,#8
    +	vzip.16		$Bi,$zero
    +
    +	vmull.u32	$A0xB,$Bi,${A0}[0]
    +	vmull.u32	$A1xB,$Bi,${A0}[1]
    +	vmull.u32	$A2xB,$Bi,${A1}[0]
    +	vshl.i64	$temp,`&Dhi("$A0xB")`,#16
    +	vmull.u32	$A3xB,$Bi,${A1}[1]
    +
    +	vadd.u64	$temp,$temp,`&Dlo("$A0xB")`
    +	veor		$zero,$zero,$zero
    +	vmul.u32	$Ni,$temp,$M0
    +
    +	vmull.u32	$A4xB,$Bi,${A2}[0]
    +	 vld1.32	{$N0-$N3}, [$nptr]!
    +	vmull.u32	$A5xB,$Bi,${A2}[1]
    +	vmull.u32	$A6xB,$Bi,${A3}[0]
    +	vzip.16		$Ni,$zero
    +	vmull.u32	$A7xB,$Bi,${A3}[1]
    +
    +	bne	.LNEON_1st
    +
    +	@ special case for num=8, everything is in register bank...
    +
    +	vmlal.u32	$A0xB,$Ni,${N0}[0]
    +	sub		$outer,$num,#1
    +	vmlal.u32	$A1xB,$Ni,${N0}[1]
    +	vmlal.u32	$A2xB,$Ni,${N1}[0]
    +	vmlal.u32	$A3xB,$Ni,${N1}[1]
    +
    +	vmlal.u32	$A4xB,$Ni,${N2}[0]
    +	vmov		$Temp,$A0xB
    +	vmlal.u32	$A5xB,$Ni,${N2}[1]
    +	vmov		$A0xB,$A1xB
    +	vmlal.u32	$A6xB,$Ni,${N3}[0]
    +	vmov		$A1xB,$A2xB
    +	vmlal.u32	$A7xB,$Ni,${N3}[1]
    +	vmov		$A2xB,$A3xB
    +	vmov		$A3xB,$A4xB
    +	vshr.u64	$temp,$temp,#16
    +	vmov		$A4xB,$A5xB
    +	vmov		$A5xB,$A6xB
    +	vadd.u64	$temp,$temp,`&Dhi("$Temp")`
    +	vmov		$A6xB,$A7xB
    +	veor		$A7xB,$A7xB
    +	vshr.u64	$temp,$temp,#16
    +
    +	b	.LNEON_outer8
    +
    +.align	4
    +.LNEON_outer8:
    +	vld1.32		{${Bi}[0]}, [$bptr,:32]!
    +	veor		$zero,$zero,$zero
    +	vzip.16		$Bi,$zero
    +	vadd.u64	`&Dlo("$A0xB")`,`&Dlo("$A0xB")`,$temp
    +
    +	vmlal.u32	$A0xB,$Bi,${A0}[0]
    +	vmlal.u32	$A1xB,$Bi,${A0}[1]
    +	vmlal.u32	$A2xB,$Bi,${A1}[0]
    +	vshl.i64	$temp,`&Dhi("$A0xB")`,#16
    +	vmlal.u32	$A3xB,$Bi,${A1}[1]
    +
    +	vadd.u64	$temp,$temp,`&Dlo("$A0xB")`
    +	veor		$zero,$zero,$zero
    +	subs		$outer,$outer,#1
    +	vmul.u32	$Ni,$temp,$M0
    +
    +	vmlal.u32	$A4xB,$Bi,${A2}[0]
    +	vmlal.u32	$A5xB,$Bi,${A2}[1]
    +	vmlal.u32	$A6xB,$Bi,${A3}[0]
    +	vzip.16		$Ni,$zero
    +	vmlal.u32	$A7xB,$Bi,${A3}[1]
    +
    +	vmlal.u32	$A0xB,$Ni,${N0}[0]
    +	vmlal.u32	$A1xB,$Ni,${N0}[1]
    +	vmlal.u32	$A2xB,$Ni,${N1}[0]
    +	vmlal.u32	$A3xB,$Ni,${N1}[1]
    +
    +	vmlal.u32	$A4xB,$Ni,${N2}[0]
    +	vmov		$Temp,$A0xB
    +	vmlal.u32	$A5xB,$Ni,${N2}[1]
    +	vmov		$A0xB,$A1xB
    +	vmlal.u32	$A6xB,$Ni,${N3}[0]
    +	vmov		$A1xB,$A2xB
    +	vmlal.u32	$A7xB,$Ni,${N3}[1]
    +	vmov		$A2xB,$A3xB
    +	vmov		$A3xB,$A4xB
    +	vshr.u64	$temp,$temp,#16
    +	vmov		$A4xB,$A5xB
    +	vmov		$A5xB,$A6xB
    +	vadd.u64	$temp,$temp,`&Dhi("$Temp")`
    +	vmov		$A6xB,$A7xB
    +	veor		$A7xB,$A7xB
    +	vshr.u64	$temp,$temp,#16
    +
    +	bne	.LNEON_outer8
    +
    +	vadd.u64	`&Dlo("$A0xB")`,`&Dlo("$A0xB")`,$temp
    +	mov		$toutptr,sp
    +	vshr.u64	$temp,`&Dlo("$A0xB")`,#16
    +	mov		$inner,$num
    +	vadd.u64	`&Dhi("$A0xB")`,`&Dhi("$A0xB")`,$temp
    +	add		$tinptr,sp,#16
    +	vshr.u64	$temp,`&Dhi("$A0xB")`,#16
    +	vzip.16		`&Dlo("$A0xB")`,`&Dhi("$A0xB")`
    +
    +	b	.LNEON_tail2
    +
    +.align	4
    +.LNEON_1st:
    +	vmlal.u32	$A0xB,$Ni,${N0}[0]
    +	 vld1.32	{$A0-$A3}, [$aptr]!
    +	vmlal.u32	$A1xB,$Ni,${N0}[1]
    +	subs		$inner,$inner,#8
    +	vmlal.u32	$A2xB,$Ni,${N1}[0]
    +	vmlal.u32	$A3xB,$Ni,${N1}[1]
    +
    +	vmlal.u32	$A4xB,$Ni,${N2}[0]
    +	 vld1.32	{$N0-$N1}, [$nptr]!
    +	vmlal.u32	$A5xB,$Ni,${N2}[1]
    +	 vst1.64	{$A0xB-$A1xB}, [$toutptr,:256]!
    +	vmlal.u32	$A6xB,$Ni,${N3}[0]
    +	vmlal.u32	$A7xB,$Ni,${N3}[1]
    +	 vst1.64	{$A2xB-$A3xB}, [$toutptr,:256]!
    +
    +	vmull.u32	$A0xB,$Bi,${A0}[0]
    +	 vld1.32	{$N2-$N3}, [$nptr]!
    +	vmull.u32	$A1xB,$Bi,${A0}[1]
    +	 vst1.64	{$A4xB-$A5xB}, [$toutptr,:256]!
    +	vmull.u32	$A2xB,$Bi,${A1}[0]
    +	vmull.u32	$A3xB,$Bi,${A1}[1]
    +	 vst1.64	{$A6xB-$A7xB}, [$toutptr,:256]!
    +
    +	vmull.u32	$A4xB,$Bi,${A2}[0]
    +	vmull.u32	$A5xB,$Bi,${A2}[1]
    +	vmull.u32	$A6xB,$Bi,${A3}[0]
    +	vmull.u32	$A7xB,$Bi,${A3}[1]
    +
    +	bne	.LNEON_1st
    +
    +	vmlal.u32	$A0xB,$Ni,${N0}[0]
    +	add		$tinptr,sp,#16
    +	vmlal.u32	$A1xB,$Ni,${N0}[1]
    +	sub		$aptr,$aptr,$num,lsl#2		@ rewind $aptr
    +	vmlal.u32	$A2xB,$Ni,${N1}[0]
    +	 vld1.64	{$Temp}, [sp,:128]
    +	vmlal.u32	$A3xB,$Ni,${N1}[1]
    +	sub		$outer,$num,#1
    +
    +	vmlal.u32	$A4xB,$Ni,${N2}[0]
    +	vst1.64		{$A0xB-$A1xB}, [$toutptr,:256]!
    +	vmlal.u32	$A5xB,$Ni,${N2}[1]
    +	vshr.u64	$temp,$temp,#16
    +	 vld1.64	{$A0xB},       [$tinptr, :128]!
    +	vmlal.u32	$A6xB,$Ni,${N3}[0]
    +	vst1.64		{$A2xB-$A3xB}, [$toutptr,:256]!
    +	vmlal.u32	$A7xB,$Ni,${N3}[1]
    +
    +	vst1.64		{$A4xB-$A5xB}, [$toutptr,:256]!
    +	vadd.u64	$temp,$temp,`&Dhi("$Temp")`
    +	veor		$Z,$Z,$Z
    +	vst1.64		{$A6xB-$A7xB}, [$toutptr,:256]!
    +	 vld1.64	{$A1xB-$A2xB}, [$tinptr, :256]!
    +	vst1.64		{$Z},          [$toutptr,:128]
    +	vshr.u64	$temp,$temp,#16
    +
    +	b		.LNEON_outer
    +
    +.align	4
    +.LNEON_outer:
    +	vld1.32		{${Bi}[0]}, [$bptr,:32]!
    +	sub		$nptr,$nptr,$num,lsl#2		@ rewind $nptr
    +	vld1.32		{$A0-$A3},  [$aptr]!
    +	veor		$zero,$zero,$zero
    +	mov		$toutptr,sp
    +	vzip.16		$Bi,$zero
    +	sub		$inner,$num,#8
    +	vadd.u64	`&Dlo("$A0xB")`,`&Dlo("$A0xB")`,$temp
    +
    +	vmlal.u32	$A0xB,$Bi,${A0}[0]
    +	 vld1.64	{$A3xB-$A4xB},[$tinptr,:256]!
    +	vmlal.u32	$A1xB,$Bi,${A0}[1]
    +	vmlal.u32	$A2xB,$Bi,${A1}[0]
    +	 vld1.64	{$A5xB-$A6xB},[$tinptr,:256]!
    +	vmlal.u32	$A3xB,$Bi,${A1}[1]
    +
    +	vshl.i64	$temp,`&Dhi("$A0xB")`,#16
    +	veor		$zero,$zero,$zero
    +	vadd.u64	$temp,$temp,`&Dlo("$A0xB")`
    +	 vld1.64	{$A7xB},[$tinptr,:128]!
    +	vmul.u32	$Ni,$temp,$M0
    +
    +	vmlal.u32	$A4xB,$Bi,${A2}[0]
    +	 vld1.32	{$N0-$N3}, [$nptr]!
    +	vmlal.u32	$A5xB,$Bi,${A2}[1]
    +	vmlal.u32	$A6xB,$Bi,${A3}[0]
    +	vzip.16		$Ni,$zero
    +	vmlal.u32	$A7xB,$Bi,${A3}[1]
    +
    +.LNEON_inner:
    +	vmlal.u32	$A0xB,$Ni,${N0}[0]
    +	 vld1.32	{$A0-$A3}, [$aptr]!
    +	vmlal.u32	$A1xB,$Ni,${N0}[1]
    +	 subs		$inner,$inner,#8
    +	vmlal.u32	$A2xB,$Ni,${N1}[0]
    +	vmlal.u32	$A3xB,$Ni,${N1}[1]
    +	vst1.64		{$A0xB-$A1xB}, [$toutptr,:256]!
    +
    +	vmlal.u32	$A4xB,$Ni,${N2}[0]
    +	 vld1.64	{$A0xB},       [$tinptr, :128]!
    +	vmlal.u32	$A5xB,$Ni,${N2}[1]
    +	vst1.64		{$A2xB-$A3xB}, [$toutptr,:256]!
    +	vmlal.u32	$A6xB,$Ni,${N3}[0]
    +	 vld1.64	{$A1xB-$A2xB}, [$tinptr, :256]!
    +	vmlal.u32	$A7xB,$Ni,${N3}[1]
    +	vst1.64		{$A4xB-$A5xB}, [$toutptr,:256]!
    +
    +	vmlal.u32	$A0xB,$Bi,${A0}[0]
    +	 vld1.64	{$A3xB-$A4xB}, [$tinptr, :256]!
    +	vmlal.u32	$A1xB,$Bi,${A0}[1]
    +	vst1.64		{$A6xB-$A7xB}, [$toutptr,:256]!
    +	vmlal.u32	$A2xB,$Bi,${A1}[0]
    +	 vld1.64	{$A5xB-$A6xB}, [$tinptr, :256]!
    +	vmlal.u32	$A3xB,$Bi,${A1}[1]
    +	 vld1.32	{$N0-$N3}, [$nptr]!
    +
    +	vmlal.u32	$A4xB,$Bi,${A2}[0]
    +	 vld1.64	{$A7xB},       [$tinptr, :128]!
    +	vmlal.u32	$A5xB,$Bi,${A2}[1]
    +	vmlal.u32	$A6xB,$Bi,${A3}[0]
    +	vmlal.u32	$A7xB,$Bi,${A3}[1]
    +
    +	bne	.LNEON_inner
    +
    +	vmlal.u32	$A0xB,$Ni,${N0}[0]
    +	add		$tinptr,sp,#16
    +	vmlal.u32	$A1xB,$Ni,${N0}[1]
    +	sub		$aptr,$aptr,$num,lsl#2		@ rewind $aptr
    +	vmlal.u32	$A2xB,$Ni,${N1}[0]
    +	 vld1.64	{$Temp}, [sp,:128]
    +	vmlal.u32	$A3xB,$Ni,${N1}[1]
    +	subs		$outer,$outer,#1
    +
    +	vmlal.u32	$A4xB,$Ni,${N2}[0]
    +	vst1.64		{$A0xB-$A1xB}, [$toutptr,:256]!
    +	vmlal.u32	$A5xB,$Ni,${N2}[1]
    +	 vld1.64	{$A0xB},       [$tinptr, :128]!
    +	vshr.u64	$temp,$temp,#16
    +	vst1.64		{$A2xB-$A3xB}, [$toutptr,:256]!
    +	vmlal.u32	$A6xB,$Ni,${N3}[0]
    +	 vld1.64	{$A1xB-$A2xB}, [$tinptr, :256]!
    +	vmlal.u32	$A7xB,$Ni,${N3}[1]
    +
    +	vst1.64		{$A4xB-$A5xB}, [$toutptr,:256]!
    +	vadd.u64	$temp,$temp,`&Dhi("$Temp")`
    +	vst1.64		{$A6xB-$A7xB}, [$toutptr,:256]!
    +	vshr.u64	$temp,$temp,#16
    +
    +	bne	.LNEON_outer
    +
    +	mov		$toutptr,sp
    +	mov		$inner,$num
    +
    +.LNEON_tail:
    +	vadd.u64	`&Dlo("$A0xB")`,`&Dlo("$A0xB")`,$temp
    +	vld1.64		{$A3xB-$A4xB}, [$tinptr, :256]!
    +	vshr.u64	$temp,`&Dlo("$A0xB")`,#16
    +	vadd.u64	`&Dhi("$A0xB")`,`&Dhi("$A0xB")`,$temp
    +	vld1.64		{$A5xB-$A6xB}, [$tinptr, :256]!
    +	vshr.u64	$temp,`&Dhi("$A0xB")`,#16
    +	vld1.64		{$A7xB},       [$tinptr, :128]!
    +	vzip.16		`&Dlo("$A0xB")`,`&Dhi("$A0xB")`
    +
    +.LNEON_tail2:
    +	vadd.u64	`&Dlo("$A1xB")`,`&Dlo("$A1xB")`,$temp
    +	vst1.32		{`&Dlo("$A0xB")`[0]}, [$toutptr, :32]!
    +	vshr.u64	$temp,`&Dlo("$A1xB")`,#16
    +	vadd.u64	`&Dhi("$A1xB")`,`&Dhi("$A1xB")`,$temp
    +	vshr.u64	$temp,`&Dhi("$A1xB")`,#16
    +	vzip.16		`&Dlo("$A1xB")`,`&Dhi("$A1xB")`
    +
    +	vadd.u64	`&Dlo("$A2xB")`,`&Dlo("$A2xB")`,$temp
    +	vst1.32		{`&Dlo("$A1xB")`[0]}, [$toutptr, :32]!
    +	vshr.u64	$temp,`&Dlo("$A2xB")`,#16
    +	vadd.u64	`&Dhi("$A2xB")`,`&Dhi("$A2xB")`,$temp
    +	vshr.u64	$temp,`&Dhi("$A2xB")`,#16
    +	vzip.16		`&Dlo("$A2xB")`,`&Dhi("$A2xB")`
    +
    +	vadd.u64	`&Dlo("$A3xB")`,`&Dlo("$A3xB")`,$temp
    +	vst1.32		{`&Dlo("$A2xB")`[0]}, [$toutptr, :32]!
    +	vshr.u64	$temp,`&Dlo("$A3xB")`,#16
    +	vadd.u64	`&Dhi("$A3xB")`,`&Dhi("$A3xB")`,$temp
    +	vshr.u64	$temp,`&Dhi("$A3xB")`,#16
    +	vzip.16		`&Dlo("$A3xB")`,`&Dhi("$A3xB")`
    +
    +	vadd.u64	`&Dlo("$A4xB")`,`&Dlo("$A4xB")`,$temp
    +	vst1.32		{`&Dlo("$A3xB")`[0]}, [$toutptr, :32]!
    +	vshr.u64	$temp,`&Dlo("$A4xB")`,#16
    +	vadd.u64	`&Dhi("$A4xB")`,`&Dhi("$A4xB")`,$temp
    +	vshr.u64	$temp,`&Dhi("$A4xB")`,#16
    +	vzip.16		`&Dlo("$A4xB")`,`&Dhi("$A4xB")`
    +
    +	vadd.u64	`&Dlo("$A5xB")`,`&Dlo("$A5xB")`,$temp
    +	vst1.32		{`&Dlo("$A4xB")`[0]}, [$toutptr, :32]!
    +	vshr.u64	$temp,`&Dlo("$A5xB")`,#16
    +	vadd.u64	`&Dhi("$A5xB")`,`&Dhi("$A5xB")`,$temp
    +	vshr.u64	$temp,`&Dhi("$A5xB")`,#16
    +	vzip.16		`&Dlo("$A5xB")`,`&Dhi("$A5xB")`
    +
    +	vadd.u64	`&Dlo("$A6xB")`,`&Dlo("$A6xB")`,$temp
    +	vst1.32		{`&Dlo("$A5xB")`[0]}, [$toutptr, :32]!
    +	vshr.u64	$temp,`&Dlo("$A6xB")`,#16
    +	vadd.u64	`&Dhi("$A6xB")`,`&Dhi("$A6xB")`,$temp
    +	vld1.64		{$A0xB}, [$tinptr, :128]!
    +	vshr.u64	$temp,`&Dhi("$A6xB")`,#16
    +	vzip.16		`&Dlo("$A6xB")`,`&Dhi("$A6xB")`
    +
    +	vadd.u64	`&Dlo("$A7xB")`,`&Dlo("$A7xB")`,$temp
    +	vst1.32		{`&Dlo("$A6xB")`[0]}, [$toutptr, :32]!
    +	vshr.u64	$temp,`&Dlo("$A7xB")`,#16
    +	vadd.u64	`&Dhi("$A7xB")`,`&Dhi("$A7xB")`,$temp
    +	vld1.64		{$A1xB-$A2xB},	[$tinptr, :256]!
    +	vshr.u64	$temp,`&Dhi("$A7xB")`,#16
    +	vzip.16		`&Dlo("$A7xB")`,`&Dhi("$A7xB")`
    +	subs		$inner,$inner,#8
    +	vst1.32		{`&Dlo("$A7xB")`[0]}, [$toutptr, :32]!
    +
    +	bne	.LNEON_tail
    +
    +	vst1.32	{${temp}[0]}, [$toutptr, :32]		@ top-most bit
    +	sub	$nptr,$nptr,$num,lsl#2			@ rewind $nptr
    +	subs	$aptr,sp,#0				@ clear carry flag
    +	add	$bptr,sp,$num,lsl#2
    +
    +.LNEON_sub:
    +	ldmia	$aptr!, {r4-r7}
    +	ldmia	$nptr!, {r8-r11}
    +	sbcs	r8, r4,r8
    +	sbcs	r9, r5,r9
    +	sbcs	r10,r6,r10
    +	sbcs	r11,r7,r11
    +	teq	$aptr,$bptr				@ preserves carry
    +	stmia	$rptr!, {r8-r11}
    +	bne	.LNEON_sub
    +
    +	ldr	r10, [$aptr]				@ load top-most bit
    +	veor	q0,q0,q0
    +	sub	r11,$bptr,sp				@ this is num*4
    +	veor	q1,q1,q1
    +	mov	$aptr,sp
    +	sub	$rptr,$rptr,r11				@ rewind $rptr
    +	mov	$nptr,$bptr				@ second 3/4th of frame
    +	sbcs	r10,r10,#0				@ result is carry flag
    +
    +.LNEON_copy_n_zap:
    +	ldmia	$aptr!, {r4-r7}
    +	ldmia	$rptr,  {r8-r11}
    +	movcc	r8, r4
    +	vst1.64	{q0-q1}, [$nptr,:256]!			@ wipe
    +	movcc	r9, r5
    +	movcc	r10,r6
    +	vst1.64	{q0-q1}, [$nptr,:256]!			@ wipe
    +	movcc	r11,r7
    +	ldmia	$aptr, {r4-r7}
    +	stmia	$rptr!, {r8-r11}
    +	sub	$aptr,$aptr,#16
    +	ldmia	$rptr, {r8-r11}
    +	movcc	r8, r4
    +	vst1.64	{q0-q1}, [$aptr,:256]!			@ wipe
    +	movcc	r9, r5
    +	movcc	r10,r6
    +	vst1.64	{q0-q1}, [$nptr,:256]!			@ wipe
    +	movcc	r11,r7
    +	teq	$aptr,$bptr				@ preserves carry
    +	stmia	$rptr!, {r8-r11}
    +	bne	.LNEON_copy_n_zap
    +
    +	sub	sp,ip,#96
    +        vldmia  sp!,{d8-d15}
    +        ldmia   sp!,{r4-r11}
    +	ret						@ bx lr
    +.size	bn_mul8x_mont_neon,.-bn_mul8x_mont_neon
    +#endif
    +___
    +}
    +$code.=<<___;
    +.asciz	"Montgomery multiplication for ARMv4/NEON, CRYPTOGAMS by "
     .align	2
    +#if __ARM_MAX_ARCH__>=7
    +.comm	OPENSSL_armcap_P,4,4
    +#endif
     ___
     
    +$code =~ s/\`([^\`]*)\`/eval $1/gem;
     $code =~ s/\bbx\s+lr\b/.word\t0xe12fff1e/gm;	# make it possible to compile with -march=armv4
    +$code =~ s/\bret\b/bx	lr/gm;
     print $code;
     close STDOUT;
    diff --git a/openssl/crypto/bn/asm/mips-mont.pl b/openssl/crypto/bn/asm/mips-mont.pl
    index caae04ed3..a33cdf411 100644
    --- a/openssl/crypto/bn/asm/mips-mont.pl
    +++ b/openssl/crypto/bn/asm/mips-mont.pl
    @@ -46,7 +46,7 @@
     # ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7)=map("\$$_",(16..23));
     # ($gp,$sp,$fp,$ra)=map("\$$_",(28..31));
     #
    -$flavour = shift; # supported flavours are o32,n32,64,nubi32,nubi64
    +$flavour = shift || "o32"; # supported flavours are o32,n32,64,nubi32,nubi64
     
     if ($flavour =~ /64|n32/i) {
     	$PTR_ADD="dadd";	# incidentally works even on n32
    diff --git a/openssl/crypto/bn/asm/mips.pl b/openssl/crypto/bn/asm/mips.pl
    index d2f3ef7bb..acafde5e5 100644
    --- a/openssl/crypto/bn/asm/mips.pl
    +++ b/openssl/crypto/bn/asm/mips.pl
    @@ -48,7 +48,7 @@
     # has to content with 40-85% improvement depending on benchmark and
     # key length, more for longer keys.
     
    -$flavour = shift;
    +$flavour = shift || "o32";
     while (($output=shift) && ($output!~/^\w[\w\-]*\.\w+$/)) {}
     open STDOUT,">$output";
     
    @@ -1872,6 +1872,41 @@ ___
     
     ($a_4,$a_5,$a_6,$a_7)=($b_0,$b_1,$b_2,$b_3);
     
    +sub add_c2 () {
    +my ($hi,$lo,$c0,$c1,$c2,
    +    $warm,      # !$warm denotes first call with specific sequence of
    +                # $c_[XYZ] when there is no Z-carry to accumulate yet;
    +    $an,$bn     # these two are arguments for multiplication which
    +                # result is used in *next* step [which is why it's
    +                # commented as "forward multiplication" below];
    +    )=@_;
    +$code.=<<___;
    +	mflo	$lo
    +	mfhi	$hi
    +	$ADDU	$c0,$lo
    +	sltu	$at,$c0,$lo
    +	 $MULTU	$an,$bn			# forward multiplication
    +	$ADDU	$c0,$lo
    +	$ADDU	$at,$hi
    +	sltu	$lo,$c0,$lo
    +	$ADDU	$c1,$at
    +	$ADDU	$hi,$lo
    +___
    +$code.=<<___	if (!$warm);
    +	sltu	$c2,$c1,$at
    +	$ADDU	$c1,$hi
    +	sltu	$hi,$c1,$hi
    +	$ADDU	$c2,$hi
    +___
    +$code.=<<___	if ($warm);
    +	sltu	$at,$c1,$at
    +	$ADDU	$c1,$hi
    +	$ADDU	$c2,$at
    +	sltu	$hi,$c1,$hi
    +	$ADDU	$c2,$hi
    +___
    +}
    +
     $code.=<<___;
     
     .align	5
    @@ -1920,21 +1955,10 @@ $code.=<<___;
     	sltu	$at,$c_2,$t_1
     	$ADDU	$c_3,$t_2,$at
     	$ST	$c_2,$BNSZ($a0)
    -
    -	mflo	$t_1
    -	mfhi	$t_2
    -	slt	$c_2,$t_2,$zero
    -	$SLL	$t_2,1
    -	$MULTU	$a_1,$a_1		# mul_add_c(a[1],b[1],c3,c1,c2);
    -	slt	$a2,$t_1,$zero
    -	$ADDU	$t_2,$a2
    -	$SLL	$t_1,1
    -	$ADDU	$c_3,$t_1
    -	sltu	$at,$c_3,$t_1
    -	$ADDU	$t_2,$at
    -	$ADDU	$c_1,$t_2
    -	sltu	$at,$c_1,$t_2
    -	$ADDU	$c_2,$at
    +___
    +	&add_c2($t_2,$t_1,$c_3,$c_1,$c_2,0,
    +		$a_1,$a_1);		# mul_add_c(a[1],b[1],c3,c1,c2);
    +$code.=<<___;
     	mflo	$t_1
     	mfhi	$t_2
     	$ADDU	$c_3,$t_1
    @@ -1945,67 +1969,19 @@ $code.=<<___;
     	sltu	$at,$c_1,$t_2
     	$ADDU	$c_2,$at
     	$ST	$c_3,2*$BNSZ($a0)
    -
    -	mflo	$t_1
    -	mfhi	$t_2
    -	slt	$c_3,$t_2,$zero
    -	$SLL	$t_2,1
    -	$MULTU	$a_1,$a_2		# mul_add_c2(a[1],b[2],c1,c2,c3);
    -	slt	$a2,$t_1,$zero
    -	$ADDU	$t_2,$a2
    -	$SLL	$t_1,1
    -	$ADDU	$c_1,$t_1
    -	sltu	$at,$c_1,$t_1
    -	$ADDU	$t_2,$at
    -	$ADDU	$c_2,$t_2
    -	sltu	$at,$c_2,$t_2
    -	$ADDU	$c_3,$at
    -	mflo	$t_1
    -	mfhi	$t_2
    -	slt	$at,$t_2,$zero
    -	$ADDU	$c_3,$at
    -	 $MULTU	$a_4,$a_0		# mul_add_c2(a[4],b[0],c2,c3,c1);
    -	$SLL	$t_2,1
    -	slt	$a2,$t_1,$zero
    -	$ADDU	$t_2,$a2
    -	$SLL	$t_1,1
    -	$ADDU	$c_1,$t_1
    -	sltu	$at,$c_1,$t_1
    -	$ADDU	$t_2,$at
    -	$ADDU	$c_2,$t_2
    -	sltu	$at,$c_2,$t_2
    -	$ADDU	$c_3,$at
    +___
    +	&add_c2($t_2,$t_1,$c_1,$c_2,$c_3,0,
    +		$a_1,$a_2);		# mul_add_c2(a[1],b[2],c1,c2,c3);
    +	&add_c2($t_2,$t_1,$c_1,$c_2,$c_3,1,
    +		$a_4,$a_0);		# mul_add_c2(a[4],b[0],c2,c3,c1);
    +$code.=<<___;
     	$ST	$c_1,3*$BNSZ($a0)
    -
    -	mflo	$t_1
    -	mfhi	$t_2
    -	slt	$c_1,$t_2,$zero
    -	$SLL	$t_2,1
    -	$MULTU	$a_3,$a_1		# mul_add_c2(a[3],b[1],c2,c3,c1);
    -	slt	$a2,$t_1,$zero
    -	$ADDU	$t_2,$a2
    -	$SLL	$t_1,1
    -	$ADDU	$c_2,$t_1
    -	sltu	$at,$c_2,$t_1
    -	$ADDU	$t_2,$at
    -	$ADDU	$c_3,$t_2
    -	sltu	$at,$c_3,$t_2
    -	$ADDU	$c_1,$at
    -	mflo	$t_1
    -	mfhi	$t_2
    -	slt	$at,$t_2,$zero
    -	$ADDU	$c_1,$at
    -	$MULTU	$a_2,$a_2		# mul_add_c(a[2],b[2],c2,c3,c1);
    -	$SLL	$t_2,1
    -	slt	$a2,$t_1,$zero
    -	$ADDU	$t_2,$a2
    -	$SLL	$t_1,1
    -	$ADDU	$c_2,$t_1
    -	sltu	$at,$c_2,$t_1
    -	$ADDU	$t_2,$at
    -	$ADDU	$c_3,$t_2
    -	sltu	$at,$c_3,$t_2
    -	$ADDU	$c_1,$at
    +___
    +	&add_c2($t_2,$t_1,$c_2,$c_3,$c_1,0,
    +		$a_3,$a_1);		# mul_add_c2(a[3],b[1],c2,c3,c1);
    +	&add_c2($t_2,$t_1,$c_2,$c_3,$c_1,1,
    +		$a_2,$a_2);		# mul_add_c(a[2],b[2],c2,c3,c1);
    +$code.=<<___;
     	mflo	$t_1
     	mfhi	$t_2
     	$ADDU	$c_2,$t_1
    @@ -2016,97 +1992,23 @@ $code.=<<___;
     	sltu	$at,$c_3,$t_2
     	$ADDU	$c_1,$at
     	$ST	$c_2,4*$BNSZ($a0)
    -
    -	mflo	$t_1
    -	mfhi	$t_2
    -	slt	$c_2,$t_2,$zero
    -	$SLL	$t_2,1
    -	$MULTU	$a_1,$a_4		# mul_add_c2(a[1],b[4],c3,c1,c2);
    -	slt	$a2,$t_1,$zero
    -	$ADDU	$t_2,$a2
    -	$SLL	$t_1,1
    -	$ADDU	$c_3,$t_1
    -	sltu	$at,$c_3,$t_1
    -	$ADDU	$t_2,$at
    -	$ADDU	$c_1,$t_2
    -	sltu	$at,$c_1,$t_2
    -	$ADDU	$c_2,$at
    -	mflo	$t_1
    -	mfhi	$t_2
    -	slt	$at,$t_2,$zero
    -	$ADDU	$c_2,$at
    -	$MULTU	$a_2,$a_3		# mul_add_c2(a[2],b[3],c3,c1,c2);
    -	$SLL	$t_2,1
    -	slt	$a2,$t_1,$zero
    -	$ADDU	$t_2,$a2
    -	$SLL	$t_1,1
    -	$ADDU	$c_3,$t_1
    -	sltu	$at,$c_3,$t_1
    -	$ADDU	$t_2,$at
    -	$ADDU	$c_1,$t_2
    -	sltu	$at,$c_1,$t_2
    -	$ADDU	$c_2,$at
    -	mflo	$t_1
    -	mfhi	$t_2
    -	slt	$at,$t_2,$zero
    -	 $MULTU	$a_6,$a_0		# mul_add_c2(a[6],b[0],c1,c2,c3);
    -	$ADDU	$c_2,$at
    -	$SLL	$t_2,1
    -	slt	$a2,$t_1,$zero
    -	$ADDU	$t_2,$a2
    -	$SLL	$t_1,1
    -	$ADDU	$c_3,$t_1
    -	sltu	$at,$c_3,$t_1
    -	$ADDU	$t_2,$at
    -	$ADDU	$c_1,$t_2
    -	sltu	$at,$c_1,$t_2
    -	$ADDU	$c_2,$at
    +___
    +	&add_c2($t_2,$t_1,$c_3,$c_1,$c_2,0,
    +		$a_1,$a_4);		# mul_add_c2(a[1],b[4],c3,c1,c2);
    +	&add_c2($t_2,$t_1,$c_3,$c_1,$c_2,1,
    +		$a_2,$a_3);		# mul_add_c2(a[2],b[3],c3,c1,c2);
    +	&add_c2($t_2,$t_1,$c_3,$c_1,$c_2,1,
    +		$a_6,$a_0);		# mul_add_c2(a[6],b[0],c1,c2,c3);
    +$code.=<<___;
     	$ST	$c_3,5*$BNSZ($a0)
    -
    -	mflo	$t_1
    -	mfhi	$t_2
    -	slt	$c_3,$t_2,$zero
    -	$SLL	$t_2,1
    -	$MULTU	$a_5,$a_1		# mul_add_c2(a[5],b[1],c1,c2,c3);
    -	slt	$a2,$t_1,$zero
    -	$ADDU	$t_2,$a2
    -	$SLL	$t_1,1
    -	$ADDU	$c_1,$t_1
    -	sltu	$at,$c_1,$t_1
    -	$ADDU	$t_2,$at
    -	$ADDU	$c_2,$t_2
    -	sltu	$at,$c_2,$t_2
    -	$ADDU	$c_3,$at
    -	mflo	$t_1
    -	mfhi	$t_2
    -	slt	$at,$t_2,$zero
    -	$ADDU	$c_3,$at
    -	$MULTU	$a_4,$a_2		# mul_add_c2(a[4],b[2],c1,c2,c3);
    -	$SLL	$t_2,1
    -	slt	$a2,$t_1,$zero
    -	$ADDU	$t_2,$a2
    -	$SLL	$t_1,1
    -	$ADDU	$c_1,$t_1
    -	sltu	$at,$c_1,$t_1
    -	$ADDU	$t_2,$at
    -	$ADDU	$c_2,$t_2
    -	sltu	$at,$c_2,$t_2
    -	$ADDU	$c_3,$at
    -	mflo	$t_1
    -	mfhi	$t_2
    -	slt	$at,$t_2,$zero
    -	$ADDU	$c_3,$at
    -	$MULTU	$a_3,$a_3		# mul_add_c(a[3],b[3],c1,c2,c3);
    -	$SLL	$t_2,1
    -	slt	$a2,$t_1,$zero
    -	$ADDU	$t_2,$a2
    -	$SLL	$t_1,1
    -	$ADDU	$c_1,$t_1
    -	sltu	$at,$c_1,$t_1
    -	$ADDU	$t_2,$at
    -	$ADDU	$c_2,$t_2
    -	sltu	$at,$c_2,$t_2
    -	$ADDU	$c_3,$at
    +___
    +	&add_c2($t_2,$t_1,$c_1,$c_2,$c_3,0,
    +		$a_5,$a_1);		# mul_add_c2(a[5],b[1],c1,c2,c3);
    +	&add_c2($t_2,$t_1,$c_1,$c_2,$c_3,1,
    +		$a_4,$a_2);		# mul_add_c2(a[4],b[2],c1,c2,c3);
    +	&add_c2($t_2,$t_1,$c_1,$c_2,$c_3,1,
    +		$a_3,$a_3);		# mul_add_c(a[3],b[3],c1,c2,c3);
    +$code.=<<___;
     	mflo	$t_1
     	mfhi	$t_2
     	$ADDU	$c_1,$t_1
    @@ -2117,112 +2019,25 @@ $code.=<<___;
     	sltu	$at,$c_2,$t_2
     	$ADDU	$c_3,$at
     	$ST	$c_1,6*$BNSZ($a0)
    -
    -	mflo	$t_1
    -	mfhi	$t_2
    -	slt	$c_1,$t_2,$zero
    -	$SLL	$t_2,1
    -	$MULTU	$a_1,$a_6		# mul_add_c2(a[1],b[6],c2,c3,c1);
    -	slt	$a2,$t_1,$zero
    -	$ADDU	$t_2,$a2
    -	$SLL	$t_1,1
    -	$ADDU	$c_2,$t_1
    -	sltu	$at,$c_2,$t_1
    -	$ADDU	$t_2,$at
    -	$ADDU	$c_3,$t_2
    -	sltu	$at,$c_3,$t_2
    -	$ADDU	$c_1,$at
    -	mflo	$t_1
    -	mfhi	$t_2
    -	slt	$at,$t_2,$zero
    -	$ADDU	$c_1,$at
    -	$MULTU	$a_2,$a_5		# mul_add_c2(a[2],b[5],c2,c3,c1);
    -	$SLL	$t_2,1
    -	slt	$a2,$t_1,$zero
    -	$ADDU	$t_2,$a2
    -	$SLL	$t_1,1
    -	$ADDU	$c_2,$t_1
    -	sltu	$at,$c_2,$t_1
    -	$ADDU	$t_2,$at
    -	$ADDU	$c_3,$t_2
    -	sltu	$at,$c_3,$t_2
    -	$ADDU	$c_1,$at
    -	mflo	$t_1
    -	mfhi	$t_2
    -	slt	$at,$t_2,$zero
    -	$ADDU	$c_1,$at
    -	$MULTU	$a_3,$a_4		# mul_add_c2(a[3],b[4],c2,c3,c1);
    -	$SLL	$t_2,1
    -	slt	$a2,$t_1,$zero
    -	$ADDU	$t_2,$a2
    -	$SLL	$t_1,1
    -	$ADDU	$c_2,$t_1
    -	sltu	$at,$c_2,$t_1
    -	$ADDU	$t_2,$at
    -	$ADDU	$c_3,$t_2
    -	sltu	$at,$c_3,$t_2
    -	$ADDU	$c_1,$at
    -	mflo	$t_1
    -	mfhi	$t_2
    -	slt	$at,$t_2,$zero
    -	$ADDU	$c_1,$at
    -	 $MULTU	$a_7,$a_1		# mul_add_c2(a[7],b[1],c3,c1,c2);
    -	$SLL	$t_2,1
    -	slt	$a2,$t_1,$zero
    -	$ADDU	$t_2,$a2
    -	$SLL	$t_1,1
    -	$ADDU	$c_2,$t_1
    -	sltu	$at,$c_2,$t_1
    -	$ADDU	$t_2,$at
    -	$ADDU	$c_3,$t_2
    -	sltu	$at,$c_3,$t_2
    -	$ADDU	$c_1,$at
    +___
    +	&add_c2($t_2,$t_1,$c_2,$c_3,$c_1,0,
    +		$a_1,$a_6);		# mul_add_c2(a[1],b[6],c2,c3,c1);
    +	&add_c2($t_2,$t_1,$c_2,$c_3,$c_1,1,
    +		$a_2,$a_5);		# mul_add_c2(a[2],b[5],c2,c3,c1);
    +	&add_c2($t_2,$t_1,$c_2,$c_3,$c_1,1,
    +		$a_3,$a_4);		# mul_add_c2(a[3],b[4],c2,c3,c1);
    +	&add_c2($t_2,$t_1,$c_2,$c_3,$c_1,1,
    +		$a_7,$a_1);		# mul_add_c2(a[7],b[1],c3,c1,c2);
    +$code.=<<___;
     	$ST	$c_2,7*$BNSZ($a0)
    -
    -	mflo	$t_1
    -	mfhi	$t_2
    -	slt	$c_2,$t_2,$zero
    -	$SLL	$t_2,1
    -	$MULTU	$a_6,$a_2		# mul_add_c2(a[6],b[2],c3,c1,c2);
    -	slt	$a2,$t_1,$zero
    -	$ADDU	$t_2,$a2
    -	$SLL	$t_1,1
    -	$ADDU	$c_3,$t_1
    -	sltu	$at,$c_3,$t_1
    -	$ADDU	$t_2,$at
    -	$ADDU	$c_1,$t_2
    -	sltu	$at,$c_1,$t_2
    -	$ADDU	$c_2,$at
    -	mflo	$t_1
    -	mfhi	$t_2
    -	slt	$at,$t_2,$zero
    -	$ADDU	$c_2,$at
    -	$MULTU	$a_5,$a_3		# mul_add_c2(a[5],b[3],c3,c1,c2);
    -	$SLL	$t_2,1
    -	slt	$a2,$t_1,$zero
    -	$ADDU	$t_2,$a2
    -	$SLL	$t_1,1
    -	$ADDU	$c_3,$t_1
    -	sltu	$at,$c_3,$t_1
    -	$ADDU	$t_2,$at
    -	$ADDU	$c_1,$t_2
    -	sltu	$at,$c_1,$t_2
    -	$ADDU	$c_2,$at
    -	mflo	$t_1
    -	mfhi	$t_2
    -	slt	$at,$t_2,$zero
    -	$ADDU	$c_2,$at
    -	$MULTU	$a_4,$a_4		# mul_add_c(a[4],b[4],c3,c1,c2);
    -	$SLL	$t_2,1
    -	slt	$a2,$t_1,$zero
    -	$ADDU	$t_2,$a2
    -	$SLL	$t_1,1
    -	$ADDU	$c_3,$t_1
    -	sltu	$at,$c_3,$t_1
    -	$ADDU	$t_2,$at
    -	$ADDU	$c_1,$t_2
    -	sltu	$at,$c_1,$t_2
    -	$ADDU	$c_2,$at
    +___
    +	&add_c2($t_2,$t_1,$c_3,$c_1,$c_2,0,
    +		$a_6,$a_2);		# mul_add_c2(a[6],b[2],c3,c1,c2);
    +	&add_c2($t_2,$t_1,$c_3,$c_1,$c_2,1,
    +		$a_5,$a_3);		# mul_add_c2(a[5],b[3],c3,c1,c2);
    +	&add_c2($t_2,$t_1,$c_3,$c_1,$c_2,1,
    +		$a_4,$a_4);		# mul_add_c(a[4],b[4],c3,c1,c2);
    +$code.=<<___;
     	mflo	$t_1
     	mfhi	$t_2
     	$ADDU	$c_3,$t_1
    @@ -2233,82 +2048,21 @@ $code.=<<___;
     	sltu	$at,$c_1,$t_2
     	$ADDU	$c_2,$at
     	$ST	$c_3,8*$BNSZ($a0)
    -
    -	mflo	$t_1
    -	mfhi	$t_2
    -	slt	$c_3,$t_2,$zero
    -	$SLL	$t_2,1
    -	$MULTU	$a_3,$a_6		# mul_add_c2(a[3],b[6],c1,c2,c3);
    -	slt	$a2,$t_1,$zero
    -	$ADDU	$t_2,$a2
    -	$SLL	$t_1,1
    -	$ADDU	$c_1,$t_1
    -	sltu	$at,$c_1,$t_1
    -	$ADDU	$t_2,$at
    -	$ADDU	$c_2,$t_2
    -	sltu	$at,$c_2,$t_2
    -	$ADDU	$c_3,$at
    -	mflo	$t_1
    -	mfhi	$t_2
    -	slt	$at,$t_2,$zero
    -	$ADDU	$c_3,$at
    -	$MULTU	$a_4,$a_5		# mul_add_c2(a[4],b[5],c1,c2,c3);
    -	$SLL	$t_2,1
    -	slt	$a2,$t_1,$zero
    -	$ADDU	$t_2,$a2
    -	$SLL	$t_1,1
    -	$ADDU	$c_1,$t_1
    -	sltu	$at,$c_1,$t_1
    -	$ADDU	$t_2,$at
    -	$ADDU	$c_2,$t_2
    -	sltu	$at,$c_2,$t_2
    -	$ADDU	$c_3,$at
    -	mflo	$t_1
    -	mfhi	$t_2
    -	slt	$at,$t_2,$zero
    -	$ADDU	$c_3,$at
    -	 $MULTU	$a_7,$a_3		# mul_add_c2(a[7],b[3],c2,c3,c1);
    -	$SLL	$t_2,1
    -	slt	$a2,$t_1,$zero
    -	$ADDU	$t_2,$a2
    -	$SLL	$t_1,1
    -	$ADDU	$c_1,$t_1
    -	sltu	$at,$c_1,$t_1
    -	$ADDU	$t_2,$at
    -	$ADDU	$c_2,$t_2
    -	sltu	$at,$c_2,$t_2
    -	$ADDU	$c_3,$at
    +___
    +	&add_c2($t_2,$t_1,$c_1,$c_2,$c_3,0,
    +		$a_3,$a_6);		# mul_add_c2(a[3],b[6],c1,c2,c3);
    +	&add_c2($t_2,$t_1,$c_1,$c_2,$c_3,1,
    +		$a_4,$a_5);		# mul_add_c2(a[4],b[5],c1,c2,c3);
    +	&add_c2($t_2,$t_1,$c_1,$c_2,$c_3,1,
    +		$a_7,$a_3);		# mul_add_c2(a[7],b[3],c2,c3,c1);
    +$code.=<<___;
     	$ST	$c_1,9*$BNSZ($a0)
    -
    -	mflo	$t_1
    -	mfhi	$t_2
    -	slt	$c_1,$t_2,$zero
    -	$SLL	$t_2,1
    -	$MULTU	$a_6,$a_4		# mul_add_c2(a[6],b[4],c2,c3,c1);
    -	slt	$a2,$t_1,$zero
    -	$ADDU	$t_2,$a2
    -	$SLL	$t_1,1
    -	$ADDU	$c_2,$t_1
    -	sltu	$at,$c_2,$t_1
    -	$ADDU	$t_2,$at
    -	$ADDU	$c_3,$t_2
    -	sltu	$at,$c_3,$t_2
    -	$ADDU	$c_1,$at
    -	mflo	$t_1
    -	mfhi	$t_2
    -	slt	$at,$t_2,$zero
    -	$ADDU	$c_1,$at
    -	$MULTU	$a_5,$a_5		# mul_add_c(a[5],b[5],c2,c3,c1);
    -	$SLL	$t_2,1
    -	slt	$a2,$t_1,$zero
    -	$ADDU	$t_2,$a2
    -	$SLL	$t_1,1
    -	$ADDU	$c_2,$t_1
    -	sltu	$at,$c_2,$t_1
    -	$ADDU	$t_2,$at
    -	$ADDU	$c_3,$t_2
    -	sltu	$at,$c_3,$t_2
    -	$ADDU	$c_1,$at
    +___
    +	&add_c2($t_2,$t_1,$c_2,$c_3,$c_1,0,
    +		$a_6,$a_4);		# mul_add_c2(a[6],b[4],c2,c3,c1);
    +	&add_c2($t_2,$t_1,$c_2,$c_3,$c_1,1,
    +		$a_5,$a_5);		# mul_add_c(a[5],b[5],c2,c3,c1);
    +$code.=<<___;
     	mflo	$t_1
     	mfhi	$t_2
     	$ADDU	$c_2,$t_1
    @@ -2319,52 +2073,17 @@ $code.=<<___;
     	sltu	$at,$c_3,$t_2
     	$ADDU	$c_1,$at
     	$ST	$c_2,10*$BNSZ($a0)
    -
    -	mflo	$t_1
    -	mfhi	$t_2
    -	slt	$c_2,$t_2,$zero
    -	$SLL	$t_2,1
    -	$MULTU	$a_5,$a_6		# mul_add_c2(a[5],b[6],c3,c1,c2);
    -	slt	$a2,$t_1,$zero
    -	$ADDU	$t_2,$a2
    -	$SLL	$t_1,1
    -	$ADDU	$c_3,$t_1
    -	sltu	$at,$c_3,$t_1
    -	$ADDU	$t_2,$at
    -	$ADDU	$c_1,$t_2
    -	sltu	$at,$c_1,$t_2
    -	$ADDU	$c_2,$at
    -	mflo	$t_1
    -	mfhi	$t_2
    -	slt	$at,$t_2,$zero
    -	$ADDU	$c_2,$at
    -	 $MULTU	$a_7,$a_5		# mul_add_c2(a[7],b[5],c1,c2,c3);
    -	$SLL	$t_2,1
    -	slt	$a2,$t_1,$zero
    -	$ADDU	$t_2,$a2
    -	$SLL	$t_1,1
    -	$ADDU	$c_3,$t_1
    -	sltu	$at,$c_3,$t_1
    -	$ADDU	$t_2,$at
    -	$ADDU	$c_1,$t_2
    -	sltu	$at,$c_1,$t_2
    -	$ADDU	$c_2,$at
    +___
    +	&add_c2($t_2,$t_1,$c_3,$c_1,$c_2,0,
    +		$a_5,$a_6);		# mul_add_c2(a[5],b[6],c3,c1,c2);
    +	&add_c2($t_2,$t_1,$c_3,$c_1,$c_2,1,
    +		$a_7,$a_5);		# mul_add_c2(a[7],b[5],c1,c2,c3);
    +$code.=<<___;
     	$ST	$c_3,11*$BNSZ($a0)
    -
    -	mflo	$t_1
    -	mfhi	$t_2
    -	slt	$c_3,$t_2,$zero
    -	$SLL	$t_2,1
    -	$MULTU	$a_6,$a_6		# mul_add_c(a[6],b[6],c1,c2,c3);
    -	slt	$a2,$t_1,$zero
    -	$ADDU	$t_2,$a2
    -	$SLL	$t_1,1
    -	$ADDU	$c_1,$t_1
    -	sltu	$at,$c_1,$t_1
    -	$ADDU	$t_2,$at
    -	$ADDU	$c_2,$t_2
    -	sltu	$at,$c_2,$t_2
    -	$ADDU	$c_3,$at
    +___
    +	&add_c2($t_2,$t_1,$c_1,$c_2,$c_3,0,
    +		$a_6,$a_6);		# mul_add_c(a[6],b[6],c1,c2,c3);
    +$code.=<<___;
     	mflo	$t_1
     	mfhi	$t_2
     	$ADDU	$c_1,$t_1
    @@ -2375,21 +2094,10 @@ $code.=<<___;
     	sltu	$at,$c_2,$t_2
     	$ADDU	$c_3,$at
     	$ST	$c_1,12*$BNSZ($a0)
    -
    -	mflo	$t_1
    -	mfhi	$t_2
    -	slt	$c_1,$t_2,$zero
    -	$SLL	$t_2,1
    -	 $MULTU	$a_7,$a_7		# mul_add_c(a[7],b[7],c3,c1,c2);
    -	slt	$a2,$t_1,$zero
    -	$ADDU	$t_2,$a2
    -	$SLL	$t_1,1
    -	$ADDU	$c_2,$t_1
    -	sltu	$at,$c_2,$t_1
    -	$ADDU	$t_2,$at
    -	$ADDU	$c_3,$t_2
    -	sltu	$at,$c_3,$t_2
    -	$ADDU	$c_1,$at
    +___
    +	&add_c2($t_2,$t_1,$c_2,$c_3,$c_1,0,
    +		$a_7,$a_7);		# mul_add_c(a[7],b[7],c3,c1,c2);
    +$code.=<<___;
     	$ST	$c_2,13*$BNSZ($a0)
     
     	mflo	$t_1
    @@ -2457,21 +2165,10 @@ $code.=<<___;
     	sltu	$at,$c_2,$t_1
     	$ADDU	$c_3,$t_2,$at
     	$ST	$c_2,$BNSZ($a0)
    -
    -	mflo	$t_1
    -	mfhi	$t_2
    -	slt	$c_2,$t_2,$zero
    -	$SLL	$t_2,1
    -	$MULTU	$a_1,$a_1		# mul_add_c(a[1],b[1],c3,c1,c2);
    -	slt	$a2,$t_1,$zero
    -	$ADDU	$t_2,$a2
    -	$SLL	$t_1,1
    -	$ADDU	$c_3,$t_1
    -	sltu	$at,$c_3,$t_1
    -	$ADDU	$t_2,$at
    -	$ADDU	$c_1,$t_2
    -	sltu	$at,$c_1,$t_2
    -	$ADDU	$c_2,$at
    +___
    +	&add_c2($t_2,$t_1,$c_3,$c_1,$c_2,0,
    +		$a_1,$a_1);		# mul_add_c(a[1],b[1],c3,c1,c2);
    +$code.=<<___;
     	mflo	$t_1
     	mfhi	$t_2
     	$ADDU	$c_3,$t_1
    @@ -2482,52 +2179,17 @@ $code.=<<___;
     	sltu	$at,$c_1,$t_2
     	$ADDU	$c_2,$at
     	$ST	$c_3,2*$BNSZ($a0)
    -
    -	mflo	$t_1
    -	mfhi	$t_2
    -	slt	$c_3,$t_2,$zero
    -	$SLL	$t_2,1
    -	$MULTU	$a_1,$a_2		# mul_add_c(a2[1],b[2],c1,c2,c3);
    -	slt	$a2,$t_1,$zero
    -	$ADDU	$t_2,$a2
    -	$SLL	$t_1,1
    -	$ADDU	$c_1,$t_1
    -	sltu	$at,$c_1,$t_1
    -	$ADDU	$t_2,$at
    -	$ADDU	$c_2,$t_2
    -	sltu	$at,$c_2,$t_2
    -	$ADDU	$c_3,$at
    -	mflo	$t_1
    -	mfhi	$t_2
    -	slt	$at,$t_2,$zero
    -	$ADDU	$c_3,$at
    -	 $MULTU	$a_3,$a_1		# mul_add_c2(a[3],b[1],c2,c3,c1);
    -	$SLL	$t_2,1
    -	slt	$a2,$t_1,$zero
    -	$ADDU	$t_2,$a2
    -	$SLL	$t_1,1
    -	$ADDU	$c_1,$t_1
    -	sltu	$at,$c_1,$t_1
    -	$ADDU	$t_2,$at
    -	$ADDU	$c_2,$t_2
    -	sltu	$at,$c_2,$t_2
    -	$ADDU	$c_3,$at
    +___
    +	&add_c2($t_2,$t_1,$c_1,$c_2,$c_3,0,
    +		$a_1,$a_2);		# mul_add_c2(a2[1],b[2],c1,c2,c3);
    +	&add_c2($t_2,$t_1,$c_1,$c_2,$c_3,1,
    +		$a_3,$a_1);		# mul_add_c2(a[3],b[1],c2,c3,c1);
    +$code.=<<___;
     	$ST	$c_1,3*$BNSZ($a0)
    -
    -	mflo	$t_1
    -	mfhi	$t_2
    -	slt	$c_1,$t_2,$zero
    -	$SLL	$t_2,1
    -	$MULTU	$a_2,$a_2		# mul_add_c(a[2],b[2],c2,c3,c1);
    -	slt	$a2,$t_1,$zero
    -	$ADDU	$t_2,$a2
    -	$SLL	$t_1,1
    -	$ADDU	$c_2,$t_1
    -	sltu	$at,$c_2,$t_1
    -	$ADDU	$t_2,$at
    -	$ADDU	$c_3,$t_2
    -	sltu	$at,$c_3,$t_2
    -	$ADDU	$c_1,$at
    +___
    +	&add_c2($t_2,$t_1,$c_2,$c_3,$c_1,0,
    +		$a_2,$a_2);		# mul_add_c(a[2],b[2],c2,c3,c1);
    +$code.=<<___;
     	mflo	$t_1
     	mfhi	$t_2
     	$ADDU	$c_2,$t_1
    @@ -2538,21 +2200,10 @@ $code.=<<___;
     	sltu	$at,$c_3,$t_2
     	$ADDU	$c_1,$at
     	$ST	$c_2,4*$BNSZ($a0)
    -
    -	mflo	$t_1
    -	mfhi	$t_2
    -	slt	$c_2,$t_2,$zero
    -	$SLL	$t_2,1
    -	 $MULTU	$a_3,$a_3		# mul_add_c(a[3],b[3],c1,c2,c3);
    -	slt	$a2,$t_1,$zero
    -	$ADDU	$t_2,$a2
    -	$SLL	$t_1,1
    -	$ADDU	$c_3,$t_1
    -	sltu	$at,$c_3,$t_1
    -	$ADDU	$t_2,$at
    -	$ADDU	$c_1,$t_2
    -	sltu	$at,$c_1,$t_2
    -	$ADDU	$c_2,$at
    +___
    +	&add_c2($t_2,$t_1,$c_3,$c_1,$c_2,0,
    +		$a_3,$a_3);		# mul_add_c(a[3],b[3],c1,c2,c3);
    +$code.=<<___;
     	$ST	$c_3,5*$BNSZ($a0)
     
     	mflo	$t_1
    diff --git a/openssl/crypto/bn/asm/ppc-mont.pl b/openssl/crypto/bn/asm/ppc-mont.pl
    index f9b6992cc..da69c6aaa 100644
    --- a/openssl/crypto/bn/asm/ppc-mont.pl
    +++ b/openssl/crypto/bn/asm/ppc-mont.pl
    @@ -325,6 +325,7 @@ Lcopy:				; copy or in-place refresh
     	.long	0
     	.byte	0,12,4,0,0x80,12,6,0
     	.long	0
    +.size	.bn_mul_mont_int,.-.bn_mul_mont_int
     
     .asciz  "Montgomery Multiplication for PPC, CRYPTOGAMS by "
     ___
    diff --git a/openssl/crypto/bn/asm/ppc.pl b/openssl/crypto/bn/asm/ppc.pl
    index 1249ce229..04df1fe5c 100644
    --- a/openssl/crypto/bn/asm/ppc.pl
    +++ b/openssl/crypto/bn/asm/ppc.pl
    @@ -392,6 +392,7 @@ $data=< for the OpenSSL
    +# Written by Andy Polyakov  for the OpenSSL
     # project. The module is, however, dual licensed under OpenSSL and
     # CRYPTOGAMS licenses depending on where you obtain it. For further
     # details see http://www.openssl.org/~appro/cryptogams/.
    @@ -65,6 +65,14 @@
     # others alternative would be to break dependence on upper halves of
     # GPRs by sticking to 32-bit integer operations...
     
    +# December 2012
    +
    +# Remove above mentioned dependence on GPRs' upper halves in 32-bit
    +# build. No signal masking overhead, but integer instructions are
    +# *more* numerous... It's still "universally" faster than 32-bit
    +# ppc-mont.pl, but improvement coefficient is not as impressive
    +# for longer keys...
    +
     $flavour = shift;
     
     if ($flavour =~ /32/) {
    @@ -110,6 +118,9 @@ $tp="r10";
     $j="r11";
     $i="r12";
     # non-volatile registers
    +$c1="r19";
    +$n1="r20";
    +$a1="r21";
     $nap_d="r22";	# interleaved ap and np in double format
     $a0="r23";	# ap[0]
     $t0="r24";	# temporary registers
    @@ -180,8 +191,8 @@ $T3a="f30";	$T3b="f31";
     #		.				.
     #		+-------------------------------+
     #		.				.
    -#   -12*size_t	+-------------------------------+
    -#		| 10 saved gpr, r22-r31		|
    +#   -13*size_t	+-------------------------------+
    +#		| 13 saved gpr, r19-r31		|
     #		.				.
     #		.				.
     #   -12*8	+-------------------------------+
    @@ -215,6 +226,9 @@ $code=<<___;
     	mr	$i,$sp
     	$STUX	$sp,$sp,$tp	; alloca
     
    +	$PUSH	r19,`-12*8-13*$SIZE_T`($i)
    +	$PUSH	r20,`-12*8-12*$SIZE_T`($i)
    +	$PUSH	r21,`-12*8-11*$SIZE_T`($i)
     	$PUSH	r22,`-12*8-10*$SIZE_T`($i)
     	$PUSH	r23,`-12*8-9*$SIZE_T`($i)
     	$PUSH	r24,`-12*8-8*$SIZE_T`($i)
    @@ -237,40 +251,26 @@ $code=<<___;
     	stfd	f29,`-3*8`($i)
     	stfd	f30,`-2*8`($i)
     	stfd	f31,`-1*8`($i)
    -___
    -$code.=<<___ if ($SIZE_T==8);
    -	ld	$a0,0($ap)	; pull ap[0] value
    -	ld	$n0,0($n0)	; pull n0[0] value
    -	ld	$t3,0($bp)	; bp[0]
    -___
    -$code.=<<___ if ($SIZE_T==4);
    -	mr	$t1,$n0
    -	lwz	$a0,0($ap)	; pull ap[0,1] value
    -	lwz	$t0,4($ap)
    -	lwz	$n0,0($t1)	; pull n0[0,1] value
    -	lwz	$t1,4($t1)
    -	lwz	$t3,0($bp)	; bp[0,1]
    -	lwz	$t2,4($bp)
    -	insrdi	$a0,$t0,32,0
    -	insrdi	$n0,$t1,32,0
    -	insrdi	$t3,$t2,32,0
    -___
    -$code.=<<___;
    +
     	addi	$tp,$sp,`$FRAME+$TRANSFER+8+64`
     	li	$i,-64
     	add	$nap_d,$tp,$num
     	and	$nap_d,$nap_d,$i	; align to 64 bytes
    -
    -	mulld	$t7,$a0,$t3	; ap[0]*bp[0]
     	; nap_d is off by 1, because it's used with stfdu/lfdu
     	addi	$nap_d,$nap_d,-8
     	srwi	$j,$num,`3+1`	; counter register, num/2
    -	mulld	$t7,$t7,$n0	; tp[0]*n0
     	addi	$j,$j,-1
     	addi	$tp,$sp,`$FRAME+$TRANSFER-8`
     	li	$carry,0
     	mtctr	$j
    +___
    +
    +$code.=<<___ if ($SIZE_T==8);
    +	ld	$a0,0($ap)		; pull ap[0] value
    +	ld	$t3,0($bp)		; bp[0]
    +	ld	$n0,0($n0)		; pull n0[0] value
     
    +	mulld	$t7,$a0,$t3		; ap[0]*bp[0]
     	; transfer bp[0] to FPU as 4x16-bit values
     	extrdi	$t0,$t3,16,48
     	extrdi	$t1,$t3,16,32
    @@ -280,6 +280,8 @@ $code.=<<___;
     	std	$t1,`$FRAME+8`($sp)
     	std	$t2,`$FRAME+16`($sp)
     	std	$t3,`$FRAME+24`($sp)
    +
    +	mulld	$t7,$t7,$n0		; tp[0]*n0
     	; transfer (ap[0]*bp[0])*n0 to FPU as 4x16-bit values
     	extrdi	$t4,$t7,16,48
     	extrdi	$t5,$t7,16,32
    @@ -289,21 +291,61 @@ $code.=<<___;
     	std	$t5,`$FRAME+40`($sp)
     	std	$t6,`$FRAME+48`($sp)
     	std	$t7,`$FRAME+56`($sp)
    -___
    -$code.=<<___ if ($SIZE_T==8);
    -	lwz	$t0,4($ap)		; load a[j] as 32-bit word pair
    -	lwz	$t1,0($ap)
    -	lwz	$t2,12($ap)		; load a[j+1] as 32-bit word pair
    +
    +	extrdi	$t0,$a0,32,32		; lwz	$t0,4($ap)
    +	extrdi	$t1,$a0,32,0		; lwz	$t1,0($ap)
    +	lwz	$t2,12($ap)		; load a[1] as 32-bit word pair
     	lwz	$t3,8($ap)
    -	lwz	$t4,4($np)		; load n[j] as 32-bit word pair
    +	lwz	$t4,4($np)		; load n[0] as 32-bit word pair
     	lwz	$t5,0($np)
    -	lwz	$t6,12($np)		; load n[j+1] as 32-bit word pair
    +	lwz	$t6,12($np)		; load n[1] as 32-bit word pair
     	lwz	$t7,8($np)
     ___
     $code.=<<___ if ($SIZE_T==4);
    -	lwz	$t0,0($ap)		; load a[j..j+3] as 32-bit word pairs
    -	lwz	$t1,4($ap)
    -	lwz	$t2,8($ap)
    +	lwz	$a0,0($ap)		; pull ap[0,1] value
    +	mr	$n1,$n0
    +	lwz	$a1,4($ap)
    +	li	$c1,0
    +	lwz	$t1,0($bp)		; bp[0,1]
    +	lwz	$t3,4($bp)
    +	lwz	$n0,0($n1)		; pull n0[0,1] value
    +	lwz	$n1,4($n1)
    +
    +	mullw	$t4,$a0,$t1		; mulld ap[0]*bp[0]
    +	mulhwu	$t5,$a0,$t1
    +	mullw	$t6,$a1,$t1
    +	mullw	$t7,$a0,$t3
    +	add	$t5,$t5,$t6
    +	add	$t5,$t5,$t7
    +	; transfer bp[0] to FPU as 4x16-bit values
    +	extrwi	$t0,$t1,16,16
    +	extrwi	$t1,$t1,16,0
    +	extrwi	$t2,$t3,16,16
    +	extrwi	$t3,$t3,16,0
    +	std	$t0,`$FRAME+0`($sp)	; yes, std in 32-bit build
    +	std	$t1,`$FRAME+8`($sp)
    +	std	$t2,`$FRAME+16`($sp)
    +	std	$t3,`$FRAME+24`($sp)
    +
    +	mullw	$t0,$t4,$n0		; mulld tp[0]*n0
    +	mulhwu	$t1,$t4,$n0
    +	mullw	$t2,$t5,$n0
    +	mullw	$t3,$t4,$n1
    +	add	$t1,$t1,$t2
    +	add	$t1,$t1,$t3
    +	; transfer (ap[0]*bp[0])*n0 to FPU as 4x16-bit values
    +	extrwi	$t4,$t0,16,16
    +	extrwi	$t5,$t0,16,0
    +	extrwi	$t6,$t1,16,16
    +	extrwi	$t7,$t1,16,0
    +	std	$t4,`$FRAME+32`($sp)	; yes, std in 32-bit build
    +	std	$t5,`$FRAME+40`($sp)
    +	std	$t6,`$FRAME+48`($sp)
    +	std	$t7,`$FRAME+56`($sp)
    +
    +	mr	$t0,$a0			; lwz	$t0,0($ap)
    +	mr	$t1,$a1			; lwz	$t1,4($ap)
    +	lwz	$t2,8($ap)		; load a[j..j+3] as 32-bit word pairs
     	lwz	$t3,12($ap)
     	lwz	$t4,0($np)		; load n[j..j+3] as 32-bit word pairs
     	lwz	$t5,4($np)
    @@ -319,7 +361,7 @@ $code.=<<___;
     	lfd	$nb,`$FRAME+40`($sp)
     	lfd	$nc,`$FRAME+48`($sp)
     	lfd	$nd,`$FRAME+56`($sp)
    -	std	$t0,`$FRAME+64`($sp)
    +	std	$t0,`$FRAME+64`($sp)	; yes, std even in 32-bit build
     	std	$t1,`$FRAME+72`($sp)
     	std	$t2,`$FRAME+80`($sp)
     	std	$t3,`$FRAME+88`($sp)
    @@ -441,7 +483,7 @@ $code.=<<___ if ($SIZE_T==4);
     	lwz	$t7,12($np)
     ___
     $code.=<<___;
    -	std	$t0,`$FRAME+64`($sp)
    +	std	$t0,`$FRAME+64`($sp)	; yes, std even in 32-bit build
     	std	$t1,`$FRAME+72`($sp)
     	std	$t2,`$FRAME+80`($sp)
     	std	$t3,`$FRAME+88`($sp)
    @@ -449,6 +491,9 @@ $code.=<<___;
     	std	$t5,`$FRAME+104`($sp)
     	std	$t6,`$FRAME+112`($sp)
     	std	$t7,`$FRAME+120`($sp)
    +___
    +if ($SIZE_T==8 or $flavour =~ /osx/) {
    +$code.=<<___;
     	ld	$t0,`$FRAME+0`($sp)
     	ld	$t1,`$FRAME+8`($sp)
     	ld	$t2,`$FRAME+16`($sp)
    @@ -457,6 +502,20 @@ $code.=<<___;
     	ld	$t5,`$FRAME+40`($sp)
     	ld	$t6,`$FRAME+48`($sp)
     	ld	$t7,`$FRAME+56`($sp)
    +___
    +} else {
    +$code.=<<___;
    +	lwz	$t1,`$FRAME+0`($sp)
    +	lwz	$t0,`$FRAME+4`($sp)
    +	lwz	$t3,`$FRAME+8`($sp)
    +	lwz	$t2,`$FRAME+12`($sp)
    +	lwz	$t5,`$FRAME+16`($sp)
    +	lwz	$t4,`$FRAME+20`($sp)
    +	lwz	$t7,`$FRAME+24`($sp)
    +	lwz	$t6,`$FRAME+28`($sp)
    +___
    +}
    +$code.=<<___;
     	lfd	$A0,`$FRAME+64`($sp)
     	lfd	$A1,`$FRAME+72`($sp)
     	lfd	$A2,`$FRAME+80`($sp)
    @@ -488,7 +547,9 @@ $code.=<<___;
     	fmadd	$T0b,$A0,$bb,$dotb
     	stfd	$A2,24($nap_d)		; save a[j+1] in double format
     	stfd	$A3,32($nap_d)
    -
    +___
    +if ($SIZE_T==8 or $flavour =~ /osx/) {
    +$code.=<<___;
     	fmadd	$T1a,$A0,$bc,$T1a
     	fmadd	$T1b,$A0,$bd,$T1b
     	fmadd	$T2a,$A1,$bc,$T2a
    @@ -561,11 +622,123 @@ $code.=<<___;
     	stfd	$T3b,`$FRAME+56`($sp)
     	 std	$t0,8($tp)		; tp[j-1]
     	 stdu	$t4,16($tp)		; tp[j]
    +___
    +} else {
    +$code.=<<___;
    +	fmadd	$T1a,$A0,$bc,$T1a
    +	fmadd	$T1b,$A0,$bd,$T1b
    +	 addc	$t0,$t0,$carry
    +	 adde	$t1,$t1,$c1
    +	 srwi	$carry,$t0,16
    +	fmadd	$T2a,$A1,$bc,$T2a
    +	fmadd	$T2b,$A1,$bd,$T2b
    +	stfd	$N0,40($nap_d)		; save n[j] in double format
    +	stfd	$N1,48($nap_d)
    +	 srwi	$c1,$t1,16
    +	 insrwi	$carry,$t1,16,0
    +	fmadd	$T3a,$A2,$bc,$T3a
    +	fmadd	$T3b,$A2,$bd,$T3b
    +	 addc	$t2,$t2,$carry
    +	 adde	$t3,$t3,$c1
    +	 srwi	$carry,$t2,16
    +	fmul	$dota,$A3,$bc
    +	fmul	$dotb,$A3,$bd
    +	stfd	$N2,56($nap_d)		; save n[j+1] in double format
    +	stfdu	$N3,64($nap_d)
    +	 insrwi	$t0,$t2,16,0		; 0..31 bits
    +	 srwi	$c1,$t3,16
    +	 insrwi	$carry,$t3,16,0
    +
    +	fmadd	$T1a,$N1,$na,$T1a
    +	fmadd	$T1b,$N1,$nb,$T1b
    +	 lwz	$t3,`$FRAME+32`($sp)	; permuted $t1
    +	 lwz	$t2,`$FRAME+36`($sp)	; permuted $t0
    +	 addc	$t4,$t4,$carry
    +	 adde	$t5,$t5,$c1
    +	 srwi	$carry,$t4,16
    +	fmadd	$T2a,$N2,$na,$T2a
    +	fmadd	$T2b,$N2,$nb,$T2b
    +	 srwi	$c1,$t5,16
    +	 insrwi	$carry,$t5,16,0
    +	fmadd	$T3a,$N3,$na,$T3a
    +	fmadd	$T3b,$N3,$nb,$T3b
    +	 addc	$t6,$t6,$carry
    +	 adde	$t7,$t7,$c1
    +	 srwi	$carry,$t6,16
    +	fmadd	$T0a,$N0,$na,$T0a
    +	fmadd	$T0b,$N0,$nb,$T0b
    +	 insrwi	$t4,$t6,16,0		; 32..63 bits
    +	 srwi	$c1,$t7,16
    +	 insrwi	$carry,$t7,16,0
    +
    +	fmadd	$T1a,$N0,$nc,$T1a
    +	fmadd	$T1b,$N0,$nd,$T1b
    +	 lwz	$t7,`$FRAME+40`($sp)	; permuted $t3
    +	 lwz	$t6,`$FRAME+44`($sp)	; permuted $t2
    +	 addc	$t2,$t2,$carry
    +	 adde	$t3,$t3,$c1
    +	 srwi	$carry,$t2,16
    +	fmadd	$T2a,$N1,$nc,$T2a
    +	fmadd	$T2b,$N1,$nd,$T2b
    +	 stw	$t0,12($tp)		; tp[j-1]
    +	 stw	$t4,8($tp)
    +	 srwi	$c1,$t3,16
    +	 insrwi	$carry,$t3,16,0
    +	fmadd	$T3a,$N2,$nc,$T3a
    +	fmadd	$T3b,$N2,$nd,$T3b
    +	 lwz	$t1,`$FRAME+48`($sp)	; permuted $t5
    +	 lwz	$t0,`$FRAME+52`($sp)	; permuted $t4
    +	 addc	$t6,$t6,$carry
    +	 adde	$t7,$t7,$c1
    +	 srwi	$carry,$t6,16
    +	fmadd	$dota,$N3,$nc,$dota
    +	fmadd	$dotb,$N3,$nd,$dotb
    +	 insrwi	$t2,$t6,16,0		; 64..95 bits
    +	 srwi	$c1,$t7,16
    +	 insrwi	$carry,$t7,16,0
    +
    +	fctid	$T0a,$T0a
    +	fctid	$T0b,$T0b
    +	 lwz	$t5,`$FRAME+56`($sp)	; permuted $t7
    +	 lwz	$t4,`$FRAME+60`($sp)	; permuted $t6
    +	 addc	$t0,$t0,$carry
    +	 adde	$t1,$t1,$c1
    +	 srwi	$carry,$t0,16
    +	fctid	$T1a,$T1a
    +	fctid	$T1b,$T1b
    +	 srwi	$c1,$t1,16
    +	 insrwi	$carry,$t1,16,0
    +	fctid	$T2a,$T2a
    +	fctid	$T2b,$T2b
    +	 addc	$t4,$t4,$carry
    +	 adde	$t5,$t5,$c1
    +	 srwi	$carry,$t4,16
    +	fctid	$T3a,$T3a
    +	fctid	$T3b,$T3b
    +	 insrwi	$t0,$t4,16,0		; 96..127 bits
    +	 srwi	$c1,$t5,16
    +	 insrwi	$carry,$t5,16,0
    +
    +	stfd	$T0a,`$FRAME+0`($sp)
    +	stfd	$T0b,`$FRAME+8`($sp)
    +	stfd	$T1a,`$FRAME+16`($sp)
    +	stfd	$T1b,`$FRAME+24`($sp)
    +	stfd	$T2a,`$FRAME+32`($sp)
    +	stfd	$T2b,`$FRAME+40`($sp)
    +	stfd	$T3a,`$FRAME+48`($sp)
    +	stfd	$T3b,`$FRAME+56`($sp)
    +	 stw	$t2,20($tp)		; tp[j]
    +	 stwu	$t0,16($tp)
    +___
    +}
    +$code.=<<___;
     	bdnz-	L1st
     
     	fctid	$dota,$dota
     	fctid	$dotb,$dotb
    -
    +___
    +if ($SIZE_T==8 or $flavour =~ /osx/) {
    +$code.=<<___;
     	ld	$t0,`$FRAME+0`($sp)
     	ld	$t1,`$FRAME+8`($sp)
     	ld	$t2,`$FRAME+16`($sp)
    @@ -611,33 +784,117 @@ $code.=<<___;
     	insrdi	$t6,$t7,48,0
     	srdi	$ovf,$t7,48
     	std	$t6,8($tp)		; tp[num-1]
    +___
    +} else {
    +$code.=<<___;
    +	lwz	$t1,`$FRAME+0`($sp)
    +	lwz	$t0,`$FRAME+4`($sp)
    +	lwz	$t3,`$FRAME+8`($sp)
    +	lwz	$t2,`$FRAME+12`($sp)
    +	lwz	$t5,`$FRAME+16`($sp)
    +	lwz	$t4,`$FRAME+20`($sp)
    +	lwz	$t7,`$FRAME+24`($sp)
    +	lwz	$t6,`$FRAME+28`($sp)
    +	stfd	$dota,`$FRAME+64`($sp)
    +	stfd	$dotb,`$FRAME+72`($sp)
     
    +	addc	$t0,$t0,$carry
    +	adde	$t1,$t1,$c1
    +	srwi	$carry,$t0,16
    +	insrwi	$carry,$t1,16,0
    +	srwi	$c1,$t1,16
    +	addc	$t2,$t2,$carry
    +	adde	$t3,$t3,$c1
    +	srwi	$carry,$t2,16
    +	 insrwi	$t0,$t2,16,0		; 0..31 bits
    +	insrwi	$carry,$t3,16,0
    +	srwi	$c1,$t3,16
    +	addc	$t4,$t4,$carry
    +	adde	$t5,$t5,$c1
    +	srwi	$carry,$t4,16
    +	insrwi	$carry,$t5,16,0
    +	srwi	$c1,$t5,16
    +	addc	$t6,$t6,$carry
    +	adde	$t7,$t7,$c1
    +	srwi	$carry,$t6,16
    +	 insrwi	$t4,$t6,16,0		; 32..63 bits
    +	insrwi	$carry,$t7,16,0
    +	srwi	$c1,$t7,16
    +	 stw	$t0,12($tp)		; tp[j-1]
    +	 stw	$t4,8($tp)
    +
    +	lwz	$t3,`$FRAME+32`($sp)	; permuted $t1
    +	lwz	$t2,`$FRAME+36`($sp)	; permuted $t0
    +	lwz	$t7,`$FRAME+40`($sp)	; permuted $t3
    +	lwz	$t6,`$FRAME+44`($sp)	; permuted $t2
    +	lwz	$t1,`$FRAME+48`($sp)	; permuted $t5
    +	lwz	$t0,`$FRAME+52`($sp)	; permuted $t4
    +	lwz	$t5,`$FRAME+56`($sp)	; permuted $t7
    +	lwz	$t4,`$FRAME+60`($sp)	; permuted $t6
    +
    +	addc	$t2,$t2,$carry
    +	adde	$t3,$t3,$c1
    +	srwi	$carry,$t2,16
    +	insrwi	$carry,$t3,16,0
    +	srwi	$c1,$t3,16
    +	addc	$t6,$t6,$carry
    +	adde	$t7,$t7,$c1
    +	srwi	$carry,$t6,16
    +	 insrwi	$t2,$t6,16,0		; 64..95 bits
    +	insrwi	$carry,$t7,16,0
    +	srwi	$c1,$t7,16
    +	addc	$t0,$t0,$carry
    +	adde	$t1,$t1,$c1
    +	srwi	$carry,$t0,16
    +	insrwi	$carry,$t1,16,0
    +	srwi	$c1,$t1,16
    +	addc	$t4,$t4,$carry
    +	adde	$t5,$t5,$c1
    +	srwi	$carry,$t4,16
    +	 insrwi	$t0,$t4,16,0		; 96..127 bits
    +	insrwi	$carry,$t5,16,0
    +	srwi	$c1,$t5,16
    +	 stw	$t2,20($tp)		; tp[j]
    +	 stwu	$t0,16($tp)
    +
    +	lwz	$t7,`$FRAME+64`($sp)
    +	lwz	$t6,`$FRAME+68`($sp)
    +	lwz	$t5,`$FRAME+72`($sp)
    +	lwz	$t4,`$FRAME+76`($sp)
    +
    +	addc	$t6,$t6,$carry
    +	adde	$t7,$t7,$c1
    +	srwi	$carry,$t6,16
    +	insrwi	$carry,$t7,16,0
    +	srwi	$c1,$t7,16
    +	addc	$t4,$t4,$carry
    +	adde	$t5,$t5,$c1
    +
    +	insrwi	$t6,$t4,16,0
    +	srwi	$t4,$t4,16
    +	insrwi	$t4,$t5,16,0
    +	srwi	$ovf,$t5,16
    +	stw	$t6,12($tp)		; tp[num-1]
    +	stw	$t4,8($tp)
    +___
    +}
    +$code.=<<___;
     	slwi	$t7,$num,2
     	subf	$nap_d,$t7,$nap_d	; rewind pointer
     
     	li	$i,8			; i=1
     .align	5
     Louter:
    -___
    -$code.=<<___ if ($SIZE_T==8);
    -	ldx	$t3,$bp,$i	; bp[i]
    -___
    -$code.=<<___ if ($SIZE_T==4);
    -	add	$t0,$bp,$i
    -	lwz	$t3,0($t0)		; bp[i,i+1]
    -	lwz	$t0,4($t0)
    -	insrdi	$t3,$t0,32,0
    -___
    -$code.=<<___;
    -	ld	$t6,`$FRAME+$TRANSFER+8`($sp)	; tp[0]
    -	mulld	$t7,$a0,$t3	; ap[0]*bp[i]
    -
     	addi	$tp,$sp,`$FRAME+$TRANSFER`
    -	add	$t7,$t7,$t6	; ap[0]*bp[i]+tp[0]
     	li	$carry,0
    -	mulld	$t7,$t7,$n0	; tp[0]*n0
     	mtctr	$j
    +___
    +$code.=<<___ if ($SIZE_T==8);
    +	ldx	$t3,$bp,$i		; bp[i]
     
    +	ld	$t6,`$FRAME+$TRANSFER+8`($sp)	; tp[0]
    +	mulld	$t7,$a0,$t3		; ap[0]*bp[i]
    +	add	$t7,$t7,$t6		; ap[0]*bp[i]+tp[0]
     	; transfer bp[i] to FPU as 4x16-bit values
     	extrdi	$t0,$t3,16,48
     	extrdi	$t1,$t3,16,32
    @@ -647,6 +904,8 @@ $code.=<<___;
     	std	$t1,`$FRAME+8`($sp)
     	std	$t2,`$FRAME+16`($sp)
     	std	$t3,`$FRAME+24`($sp)
    +
    +	mulld	$t7,$t7,$n0		; tp[0]*n0
     	; transfer (ap[0]*bp[i]+tp[0])*n0 to FPU as 4x16-bit values
     	extrdi	$t4,$t7,16,48
     	extrdi	$t5,$t7,16,32
    @@ -656,7 +915,50 @@ $code.=<<___;
     	std	$t5,`$FRAME+40`($sp)
     	std	$t6,`$FRAME+48`($sp)
     	std	$t7,`$FRAME+56`($sp)
    +___
    +$code.=<<___ if ($SIZE_T==4);
    +	add	$t0,$bp,$i
    +	li	$c1,0
    +	lwz	$t1,0($t0)		; bp[i,i+1]
    +	lwz	$t3,4($t0)
    +
    +	mullw	$t4,$a0,$t1		; ap[0]*bp[i]
    +	lwz	$t0,`$FRAME+$TRANSFER+8+4`($sp)	; tp[0]
    +	mulhwu	$t5,$a0,$t1
    +	lwz	$t2,`$FRAME+$TRANSFER+8`($sp)	; tp[0]
    +	mullw	$t6,$a1,$t1
    +	mullw	$t7,$a0,$t3
    +	add	$t5,$t5,$t6
    +	add	$t5,$t5,$t7
    +	addc	$t4,$t4,$t0		; ap[0]*bp[i]+tp[0]
    +	adde	$t5,$t5,$t2
    +	; transfer bp[i] to FPU as 4x16-bit values
    +	extrwi	$t0,$t1,16,16
    +	extrwi	$t1,$t1,16,0
    +	extrwi	$t2,$t3,16,16
    +	extrwi	$t3,$t3,16,0
    +	std	$t0,`$FRAME+0`($sp)	; yes, std in 32-bit build
    +	std	$t1,`$FRAME+8`($sp)
    +	std	$t2,`$FRAME+16`($sp)
    +	std	$t3,`$FRAME+24`($sp)
     
    +	mullw	$t0,$t4,$n0		; mulld tp[0]*n0
    +	mulhwu	$t1,$t4,$n0
    +	mullw	$t2,$t5,$n0
    +	mullw	$t3,$t4,$n1
    +	add	$t1,$t1,$t2
    +	add	$t1,$t1,$t3
    +	; transfer (ap[0]*bp[i]+tp[0])*n0 to FPU as 4x16-bit values
    +	extrwi	$t4,$t0,16,16
    +	extrwi	$t5,$t0,16,0
    +	extrwi	$t6,$t1,16,16
    +	extrwi	$t7,$t1,16,0
    +	std	$t4,`$FRAME+32`($sp)	; yes, std in 32-bit build
    +	std	$t5,`$FRAME+40`($sp)
    +	std	$t6,`$FRAME+48`($sp)
    +	std	$t7,`$FRAME+56`($sp)
    +___
    +$code.=<<___;
     	lfd	$A0,8($nap_d)		; load a[j] in double format
     	lfd	$A1,16($nap_d)
     	lfd	$A2,24($nap_d)		; load a[j+1] in double format
    @@ -769,7 +1071,9 @@ Linner:
     	fmul	$dotb,$A3,$bd
     	 lfd	$A2,24($nap_d)		; load a[j+1] in double format
     	 lfd	$A3,32($nap_d)
    -
    +___
    +if ($SIZE_T==8 or $flavour =~ /osx/) {
    +$code.=<<___;
     	fmadd	$T1a,$N1,$na,$T1a
     	fmadd	$T1b,$N1,$nb,$T1b
     	 ld	$t0,`$FRAME+0`($sp)
    @@ -856,10 +1160,131 @@ $code.=<<___;
     	 addze	$carry,$carry
     	 std	$t3,-16($tp)		; tp[j-1]
     	 std	$t5,-8($tp)		; tp[j]
    +___
    +} else {
    +$code.=<<___;
    +	fmadd	$T1a,$N1,$na,$T1a
    +	fmadd	$T1b,$N1,$nb,$T1b
    +	 lwz	$t1,`$FRAME+0`($sp)
    +	 lwz	$t0,`$FRAME+4`($sp)
    +	fmadd	$T2a,$N2,$na,$T2a
    +	fmadd	$T2b,$N2,$nb,$T2b
    +	 lwz	$t3,`$FRAME+8`($sp)
    +	 lwz	$t2,`$FRAME+12`($sp)
    +	fmadd	$T3a,$N3,$na,$T3a
    +	fmadd	$T3b,$N3,$nb,$T3b
    +	 lwz	$t5,`$FRAME+16`($sp)
    +	 lwz	$t4,`$FRAME+20`($sp)
    +	 addc	$t0,$t0,$carry
    +	 adde	$t1,$t1,$c1
    +	 srwi	$carry,$t0,16
    +	fmadd	$T0a,$N0,$na,$T0a
    +	fmadd	$T0b,$N0,$nb,$T0b
    +	 lwz	$t7,`$FRAME+24`($sp)
    +	 lwz	$t6,`$FRAME+28`($sp)
    +	 srwi	$c1,$t1,16
    +	 insrwi	$carry,$t1,16,0
    +
    +	fmadd	$T1a,$N0,$nc,$T1a
    +	fmadd	$T1b,$N0,$nd,$T1b
    +	 addc	$t2,$t2,$carry
    +	 adde	$t3,$t3,$c1
    +	 srwi	$carry,$t2,16
    +	fmadd	$T2a,$N1,$nc,$T2a
    +	fmadd	$T2b,$N1,$nd,$T2b
    +	 insrwi	$t0,$t2,16,0		; 0..31 bits
    +	 srwi	$c1,$t3,16
    +	 insrwi	$carry,$t3,16,0
    +	fmadd	$T3a,$N2,$nc,$T3a
    +	fmadd	$T3b,$N2,$nd,$T3b
    +	 lwz	$t2,12($tp)		; tp[j]
    +	 lwz	$t3,8($tp)
    +	 addc	$t4,$t4,$carry
    +	 adde	$t5,$t5,$c1
    +	 srwi	$carry,$t4,16
    +	fmadd	$dota,$N3,$nc,$dota
    +	fmadd	$dotb,$N3,$nd,$dotb
    +	 srwi	$c1,$t5,16
    +	 insrwi	$carry,$t5,16,0
    +
    +	fctid	$T0a,$T0a
    +	 addc	$t6,$t6,$carry
    +	 adde	$t7,$t7,$c1
    +	 srwi	$carry,$t6,16
    +	fctid	$T0b,$T0b
    +	 insrwi	$t4,$t6,16,0		; 32..63 bits
    +	 srwi	$c1,$t7,16
    +	 insrwi	$carry,$t7,16,0
    +	fctid	$T1a,$T1a
    +	 addc	$t0,$t0,$t2
    +	 adde	$t4,$t4,$t3
    +	 lwz	$t3,`$FRAME+32`($sp)	; permuted $t1
    +	 lwz	$t2,`$FRAME+36`($sp)	; permuted $t0
    +	fctid	$T1b,$T1b
    +	 addze	$carry,$carry
    +	 addze	$c1,$c1
    +	 stw	$t0,4($tp)		; tp[j-1]
    +	 stw	$t4,0($tp)
    +	fctid	$T2a,$T2a
    +	 addc	$t2,$t2,$carry
    +	 adde	$t3,$t3,$c1
    +	 srwi	$carry,$t2,16
    +	 lwz	$t7,`$FRAME+40`($sp)	; permuted $t3
    +	 lwz	$t6,`$FRAME+44`($sp)	; permuted $t2
    +	fctid	$T2b,$T2b
    +	 srwi	$c1,$t3,16
    +	 insrwi	$carry,$t3,16,0
    +	 lwz	$t1,`$FRAME+48`($sp)	; permuted $t5
    +	 lwz	$t0,`$FRAME+52`($sp)	; permuted $t4
    +	fctid	$T3a,$T3a
    +	 addc	$t6,$t6,$carry
    +	 adde	$t7,$t7,$c1
    +	 srwi	$carry,$t6,16
    +	 lwz	$t5,`$FRAME+56`($sp)	; permuted $t7
    +	 lwz	$t4,`$FRAME+60`($sp)	; permuted $t6
    +	fctid	$T3b,$T3b
    +
    +	 insrwi	$t2,$t6,16,0		; 64..95 bits
    +	insrwi	$carry,$t7,16,0
    +	srwi	$c1,$t7,16
    +	 lwz	$t6,20($tp)
    +	 lwzu	$t7,16($tp)
    +	addc	$t0,$t0,$carry
    +	 stfd	$T0a,`$FRAME+0`($sp)
    +	adde	$t1,$t1,$c1
    +	srwi	$carry,$t0,16
    +	 stfd	$T0b,`$FRAME+8`($sp)
    +	insrwi	$carry,$t1,16,0
    +	srwi	$c1,$t1,16
    +	addc	$t4,$t4,$carry
    +	 stfd	$T1a,`$FRAME+16`($sp)
    +	adde	$t5,$t5,$c1
    +	srwi	$carry,$t4,16
    +	 insrwi	$t0,$t4,16,0		; 96..127 bits
    +	 stfd	$T1b,`$FRAME+24`($sp)
    +	insrwi	$carry,$t5,16,0
    +	srwi	$c1,$t5,16
    +
    +	addc	$t2,$t2,$t6
    +	 stfd	$T2a,`$FRAME+32`($sp)
    +	adde	$t0,$t0,$t7
    +	 stfd	$T2b,`$FRAME+40`($sp)
    +	addze	$carry,$carry
    +	 stfd	$T3a,`$FRAME+48`($sp)
    +	addze	$c1,$c1
    +	 stfd	$T3b,`$FRAME+56`($sp)
    +	 stw	$t2,-4($tp)		; tp[j]
    +	 stw	$t0,-8($tp)
    +___
    +}
    +$code.=<<___;
     	bdnz-	Linner
     
     	fctid	$dota,$dota
     	fctid	$dotb,$dotb
    +___
    +if ($SIZE_T==8 or $flavour =~ /osx/) {
    +$code.=<<___;
     	ld	$t0,`$FRAME+0`($sp)
     	ld	$t1,`$FRAME+8`($sp)
     	ld	$t2,`$FRAME+16`($sp)
    @@ -926,7 +1351,116 @@ $code.=<<___;
     	insrdi	$t6,$t7,48,0
     	srdi	$ovf,$t7,48
     	std	$t6,0($tp)		; tp[num-1]
    +___
    +} else {
    +$code.=<<___;
    +	lwz	$t1,`$FRAME+0`($sp)
    +	lwz	$t0,`$FRAME+4`($sp)
    +	lwz	$t3,`$FRAME+8`($sp)
    +	lwz	$t2,`$FRAME+12`($sp)
    +	lwz	$t5,`$FRAME+16`($sp)
    +	lwz	$t4,`$FRAME+20`($sp)
    +	lwz	$t7,`$FRAME+24`($sp)
    +	lwz	$t6,`$FRAME+28`($sp)
    +	stfd	$dota,`$FRAME+64`($sp)
    +	stfd	$dotb,`$FRAME+72`($sp)
     
    +	addc	$t0,$t0,$carry
    +	adde	$t1,$t1,$c1
    +	srwi	$carry,$t0,16
    +	insrwi	$carry,$t1,16,0
    +	srwi	$c1,$t1,16
    +	addc	$t2,$t2,$carry
    +	adde	$t3,$t3,$c1
    +	srwi	$carry,$t2,16
    +	 insrwi	$t0,$t2,16,0		; 0..31 bits
    +	 lwz	$t2,12($tp)		; tp[j]
    +	insrwi	$carry,$t3,16,0
    +	srwi	$c1,$t3,16
    +	 lwz	$t3,8($tp)
    +	addc	$t4,$t4,$carry
    +	adde	$t5,$t5,$c1
    +	srwi	$carry,$t4,16
    +	insrwi	$carry,$t5,16,0
    +	srwi	$c1,$t5,16
    +	addc	$t6,$t6,$carry
    +	adde	$t7,$t7,$c1
    +	srwi	$carry,$t6,16
    +	 insrwi	$t4,$t6,16,0		; 32..63 bits
    +	insrwi	$carry,$t7,16,0
    +	srwi	$c1,$t7,16
    +
    +	addc	$t0,$t0,$t2
    +	adde	$t4,$t4,$t3
    +	addze	$carry,$carry
    +	addze	$c1,$c1
    +	 stw	$t0,4($tp)		; tp[j-1]
    +	 stw	$t4,0($tp)
    +
    +	lwz	$t3,`$FRAME+32`($sp)	; permuted $t1
    +	lwz	$t2,`$FRAME+36`($sp)	; permuted $t0
    +	lwz	$t7,`$FRAME+40`($sp)	; permuted $t3
    +	lwz	$t6,`$FRAME+44`($sp)	; permuted $t2
    +	lwz	$t1,`$FRAME+48`($sp)	; permuted $t5
    +	lwz	$t0,`$FRAME+52`($sp)	; permuted $t4
    +	lwz	$t5,`$FRAME+56`($sp)	; permuted $t7
    +	lwz	$t4,`$FRAME+60`($sp)	; permuted $t6
    +
    +	addc	$t2,$t2,$carry
    +	adde	$t3,$t3,$c1
    +	srwi	$carry,$t2,16
    +	insrwi	$carry,$t3,16,0
    +	srwi	$c1,$t3,16
    +	addc	$t6,$t6,$carry
    +	adde	$t7,$t7,$c1
    +	srwi	$carry,$t6,16
    +	 insrwi	$t2,$t6,16,0		; 64..95 bits
    +	 lwz	$t6,20($tp)
    +	insrwi	$carry,$t7,16,0
    +	srwi	$c1,$t7,16
    +	 lwzu	$t7,16($tp)
    +	addc	$t0,$t0,$carry
    +	adde	$t1,$t1,$c1
    +	srwi	$carry,$t0,16
    +	insrwi	$carry,$t1,16,0
    +	srwi	$c1,$t1,16
    +	addc	$t4,$t4,$carry
    +	adde	$t5,$t5,$c1
    +	srwi	$carry,$t4,16
    +	 insrwi	$t0,$t4,16,0		; 96..127 bits
    +	insrwi	$carry,$t5,16,0
    +	srwi	$c1,$t5,16
    +
    +	addc	$t2,$t2,$t6
    +	adde	$t0,$t0,$t7
    +	 lwz	$t7,`$FRAME+64`($sp)
    +	 lwz	$t6,`$FRAME+68`($sp)
    +	addze	$carry,$carry
    +	addze	$c1,$c1
    +	 lwz	$t5,`$FRAME+72`($sp)
    +	 lwz	$t4,`$FRAME+76`($sp)
    +
    +	addc	$t6,$t6,$carry
    +	adde	$t7,$t7,$c1
    +	 stw	$t2,-4($tp)		; tp[j]
    +	 stw	$t0,-8($tp)
    +	addc	$t6,$t6,$ovf
    +	addze	$t7,$t7
    +	srwi	$carry,$t6,16
    +	insrwi	$carry,$t7,16,0
    +	srwi	$c1,$t7,16
    +	addc	$t4,$t4,$carry
    +	adde	$t5,$t5,$c1
    +
    +	insrwi	$t6,$t4,16,0
    +	srwi	$t4,$t4,16
    +	insrwi	$t4,$t5,16,0
    +	srwi	$ovf,$t5,16
    +	stw	$t6,4($tp)		; tp[num-1]
    +	stw	$t4,0($tp)
    +___
    +}
    +$code.=<<___;
     	slwi	$t7,$num,2
     	addi	$i,$i,8
     	subf	$nap_d,$t7,$nap_d	; rewind pointer
    @@ -994,14 +1528,14 @@ $code.=<<___ if ($SIZE_T==4);
     	mtctr	$j
     
     .align	4
    -Lsub:	ld	$t0,8($tp)	; load tp[j..j+3] in 64-bit word order
    -	ldu	$t2,16($tp)
    +Lsub:	lwz	$t0,12($tp)	; load tp[j..j+3] in 64-bit word order
    +	lwz	$t1,8($tp)
    +	lwz	$t2,20($tp)
    +	lwzu	$t3,16($tp)
     	lwz	$t4,4($np)	; load np[j..j+3] in 32-bit word order
     	lwz	$t5,8($np)
     	lwz	$t6,12($np)
     	lwzu	$t7,16($np)
    -	extrdi	$t1,$t0,32,0
    -	extrdi	$t3,$t2,32,0
     	subfe	$t4,$t4,$t0	; tp[j]-np[j]
     	 stw	$t0,4($ap)	; save tp[j..j+3] in 32-bit word order
     	subfe	$t5,$t5,$t1	; tp[j+1]-np[j+1]
    @@ -1052,6 +1586,9 @@ ___
     $code.=<<___;
     	$POP	$i,0($sp)
     	li	r3,1	; signal "handled"
    +	$POP	r19,`-12*8-13*$SIZE_T`($i)
    +	$POP	r20,`-12*8-12*$SIZE_T`($i)
    +	$POP	r21,`-12*8-11*$SIZE_T`($i)
     	$POP	r22,`-12*8-10*$SIZE_T`($i)
     	$POP	r23,`-12*8-9*$SIZE_T`($i)
     	$POP	r24,`-12*8-8*$SIZE_T`($i)
    @@ -1077,8 +1614,9 @@ $code.=<<___;
     	mr	$sp,$i
     	blr
     	.long	0
    -	.byte	0,12,4,0,0x8c,10,6,0
    +	.byte	0,12,4,0,0x8c,13,6,0
     	.long	0
    +.size	.$fname,.-.$fname
     
     .asciz  "Montgomery Multiplication for PPC64, CRYPTOGAMS by "
     ___
    diff --git a/openssl/crypto/bn/asm/rsaz-avx2.pl b/openssl/crypto/bn/asm/rsaz-avx2.pl
    new file mode 100755
    index 000000000..3b6ccf83d
    --- /dev/null
    +++ b/openssl/crypto/bn/asm/rsaz-avx2.pl
    @@ -0,0 +1,1898 @@
    +#!/usr/bin/env perl
    +
    +##############################################################################
    +#                                                                            #
    +#  Copyright (c) 2012, Intel Corporation                                     #
    +#                                                                            #
    +#  All rights reserved.                                                      #
    +#                                                                            #
    +#  Redistribution and use in source and binary forms, with or without        #
    +#  modification, are permitted provided that the following conditions are    #
    +#  met:                                                                      #
    +#                                                                            #
    +#  *  Redistributions of source code must retain the above copyright         #
    +#     notice, this list of conditions and the following disclaimer.          #
    +#                                                                            #
    +#  *  Redistributions in binary form must reproduce the above copyright      #
    +#     notice, this list of conditions and the following disclaimer in the    #
    +#     documentation and/or other materials provided with the                 #
    +#     distribution.                                                          #
    +#                                                                            #
    +#  *  Neither the name of the Intel Corporation nor the names of its         #
    +#     contributors may be used to endorse or promote products derived from   #
    +#     this software without specific prior written permission.               #
    +#                                                                            #
    +#                                                                            #
    +#  THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION ""AS IS"" AND ANY          #
    +#  EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE         #
    +#  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR        #
    +#  PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION OR            #
    +#  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,     #
    +#  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,       #
    +#  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR        #
    +#  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF    #
    +#  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING      #
    +#  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS        #
    +#  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.              #
    +#                                                                            #
    +##############################################################################
    +# Developers and authors:                                                    #
    +# Shay Gueron (1, 2), and Vlad Krasnov (1)                                   #
    +# (1) Intel Corporation, Israel Development Center, Haifa, Israel            #
    +# (2) University of Haifa, Israel                                            #
    +##############################################################################
    +# Reference:                                                                 #
    +# [1] S. Gueron, V. Krasnov: "Software Implementation of Modular             #
    +#     Exponentiation,  Using Advanced Vector Instructions Architectures",    #
    +#     F. Ozbudak and F. Rodriguez-Henriquez (Eds.): WAIFI 2012, LNCS 7369,   #
    +#     pp. 119?135, 2012. Springer-Verlag Berlin Heidelberg 2012              #
    +# [2] S. Gueron: "Efficient Software Implementations of Modular              #
    +#     Exponentiation", Journal of Cryptographic Engineering 2:31-43 (2012).  #
    +# [3] S. Gueron, V. Krasnov: "Speeding up Big-numbers Squaring",IEEE         #
    +#     Proceedings of 9th International Conference on Information Technology: #
    +#     New Generations (ITNG 2012), pp.821-823 (2012)                         #
    +# [4] S. Gueron, V. Krasnov: "[PATCH] Efficient and side channel analysis    #
    +#     resistant 1024-bit modular exponentiation, for optimizing RSA2048      #
    +#     on AVX2 capable x86_64 platforms",                                     #
    +#     http://rt.openssl.org/Ticket/Display.html?id=2850&user=guest&pass=guest#
    +##############################################################################
    +#
    +# +13% improvement over original submission by 
    +#
    +# rsa2048 sign/sec	OpenSSL 1.0.1	scalar(*)	this
    +# 2.3GHz Haswell	621		765/+23%	1113/+79%
    +# 2.3GHz Broadwell(**)	688		1200(***)/+74%	1120/+63%
    +#
    +# (*)	if system doesn't support AVX2, for reference purposes;
    +# (**)	scaled to 2.3GHz to simplify comparison;
    +# (***)	scalar AD*X code is faster than AVX2 and is preferred code
    +#	path for Broadwell;
    +
    +$flavour = shift;
    +$output  = shift;
    +if ($flavour =~ /\./) { $output = $flavour; undef $flavour; }
    +
    +$win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
    +
    +$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
    +( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
    +( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
    +die "can't locate x86_64-xlate.pl";
    +
    +if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
    +		=~ /GNU assembler version ([2-9]\.[0-9]+)/) {
    +	$avx = ($1>=2.19) + ($1>=2.22);
    +	$addx = ($1>=2.23);
    +}
    +
    +if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
    +	    `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/) {
    +	$avx = ($1>=2.09) + ($1>=2.10);
    +	$addx = ($1>=2.10);
    +}
    +
    +if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
    +	    `ml64 2>&1` =~ /Version ([0-9]+)\./) {
    +	$avx = ($1>=10) + ($1>=11);
    +	$addx = ($1>=11);
    +}
    +
    +if (!$avx && `$ENV{CC} -v 2>&1` =~ /(^clang version|based on LLVM) ([3-9])\.([0-9]+)/) {
    +	my $ver = $2 + $3/100.0;	# 3.1->3.01, 3.10->3.10
    +	$avx = ($ver>=3.0) + ($ver>=3.01);
    +	$addx = ($ver>=3.03);
    +}
    +
    +open OUT,"| \"$^X\" $xlate $flavour $output";
    +*STDOUT = *OUT;
    +
    +if ($avx>1) {{{
    +{ # void AMS_WW(
    +my $rp="%rdi";	# BN_ULONG *rp,
    +my $ap="%rsi";	# const BN_ULONG *ap,
    +my $np="%rdx";	# const BN_ULONG *np,
    +my $n0="%ecx";	# const BN_ULONG n0,
    +my $rep="%r8d";	# int repeat);
    +
    +# The registers that hold the accumulated redundant result
    +# The AMM works on 1024 bit operands, and redundant word size is 29
    +# Therefore: ceil(1024/29)/4 = 9
    +my $ACC0="%ymm0";
    +my $ACC1="%ymm1";
    +my $ACC2="%ymm2";
    +my $ACC3="%ymm3";
    +my $ACC4="%ymm4";
    +my $ACC5="%ymm5";
    +my $ACC6="%ymm6";
    +my $ACC7="%ymm7";
    +my $ACC8="%ymm8";
    +my $ACC9="%ymm9";
    +# Registers that hold the broadcasted words of bp, currently used
    +my $B1="%ymm10";
    +my $B2="%ymm11";
    +# Registers that hold the broadcasted words of Y, currently used
    +my $Y1="%ymm12";
    +my $Y2="%ymm13";
    +# Helper registers
    +my $TEMP1="%ymm14";
    +my $AND_MASK="%ymm15";
    +# alu registers that hold the first words of the ACC
    +my $r0="%r9";
    +my $r1="%r10";
    +my $r2="%r11";
    +my $r3="%r12";
    +
    +my $i="%r14d";			# loop counter
    +my $tmp = "%r15";
    +
    +my $FrameSize=32*18+32*8;	# place for A^2 and 2*A
    +
    +my $aap=$r0;
    +my $tp0="%rbx";
    +my $tp1=$r3;
    +my $tpa=$tmp;
    +
    +$np="%r13";			# reassigned argument
    +
    +$code.=<<___;
    +.text
    +
    +.globl	rsaz_1024_sqr_avx2
    +.type	rsaz_1024_sqr_avx2,\@function,5
    +.align	64
    +rsaz_1024_sqr_avx2:		# 702 cycles, 14% faster than rsaz_1024_mul_avx2
    +	lea	(%rsp), %rax
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +	vzeroupper
    +___
    +$code.=<<___ if ($win64);
    +	lea	-0xa8(%rsp),%rsp
    +	vmovaps	%xmm6,-0xd8(%rax)
    +	vmovaps	%xmm7,-0xc8(%rax)
    +	vmovaps	%xmm8,-0xb8(%rax)
    +	vmovaps	%xmm9,-0xa8(%rax)
    +	vmovaps	%xmm10,-0x98(%rax)
    +	vmovaps	%xmm11,-0x88(%rax)
    +	vmovaps	%xmm12,-0x78(%rax)
    +	vmovaps	%xmm13,-0x68(%rax)
    +	vmovaps	%xmm14,-0x58(%rax)
    +	vmovaps	%xmm15,-0x48(%rax)
    +.Lsqr_1024_body:
    +___
    +$code.=<<___;
    +	mov	%rax,%rbp
    +	mov	%rdx, $np			# reassigned argument
    +	sub	\$$FrameSize, %rsp
    +	mov	$np, $tmp
    +	sub	\$-128, $rp			# size optimization
    +	sub	\$-128, $ap
    +	sub	\$-128, $np
    +
    +	and	\$4095, $tmp			# see if $np crosses page
    +	add	\$32*10, $tmp
    +	shr	\$12, $tmp
    +	vpxor	$ACC9,$ACC9,$ACC9
    +	jz	.Lsqr_1024_no_n_copy
    +
    +	# unaligned 256-bit load that crosses page boundary can
    +	# cause >2x performance degradation here, so if $np does
    +	# cross page boundary, copy it to stack and make sure stack
    +	# frame doesn't...
    +	sub		\$32*10,%rsp
    +	vmovdqu		32*0-128($np), $ACC0
    +	and		\$-2048, %rsp
    +	vmovdqu		32*1-128($np), $ACC1
    +	vmovdqu		32*2-128($np), $ACC2
    +	vmovdqu		32*3-128($np), $ACC3
    +	vmovdqu		32*4-128($np), $ACC4
    +	vmovdqu		32*5-128($np), $ACC5
    +	vmovdqu		32*6-128($np), $ACC6
    +	vmovdqu		32*7-128($np), $ACC7
    +	vmovdqu		32*8-128($np), $ACC8
    +	lea		$FrameSize+128(%rsp),$np
    +	vmovdqu		$ACC0, 32*0-128($np)
    +	vmovdqu		$ACC1, 32*1-128($np)
    +	vmovdqu		$ACC2, 32*2-128($np)
    +	vmovdqu		$ACC3, 32*3-128($np)
    +	vmovdqu		$ACC4, 32*4-128($np)
    +	vmovdqu		$ACC5, 32*5-128($np)
    +	vmovdqu		$ACC6, 32*6-128($np)
    +	vmovdqu		$ACC7, 32*7-128($np)
    +	vmovdqu		$ACC8, 32*8-128($np)
    +	vmovdqu		$ACC9, 32*9-128($np)	# $ACC9 is zero
    +
    +.Lsqr_1024_no_n_copy:
    +	and		\$-1024, %rsp
    +
    +	vmovdqu		32*1-128($ap), $ACC1
    +	vmovdqu		32*2-128($ap), $ACC2
    +	vmovdqu		32*3-128($ap), $ACC3
    +	vmovdqu		32*4-128($ap), $ACC4
    +	vmovdqu		32*5-128($ap), $ACC5
    +	vmovdqu		32*6-128($ap), $ACC6
    +	vmovdqu		32*7-128($ap), $ACC7
    +	vmovdqu		32*8-128($ap), $ACC8
    +
    +	lea	192(%rsp), $tp0			# 64+128=192
    +	vpbroadcastq	.Land_mask(%rip), $AND_MASK
    +	jmp	.LOOP_GRANDE_SQR_1024
    +
    +.align	32
    +.LOOP_GRANDE_SQR_1024:
    +	lea	32*18+128(%rsp), $aap		# size optimization
    +	lea	448(%rsp), $tp1			# 64+128+256=448
    +
    +	# the squaring is performed as described in Variant B of
    +	# "Speeding up Big-Number Squaring", so start by calculating
    +	# the A*2=A+A vector
    +	vpaddq		$ACC1, $ACC1, $ACC1
    +	 vpbroadcastq	32*0-128($ap), $B1
    +	vpaddq		$ACC2, $ACC2, $ACC2
    +	vmovdqa		$ACC1, 32*0-128($aap)
    +	vpaddq		$ACC3, $ACC3, $ACC3
    +	vmovdqa		$ACC2, 32*1-128($aap)
    +	vpaddq		$ACC4, $ACC4, $ACC4
    +	vmovdqa		$ACC3, 32*2-128($aap)
    +	vpaddq		$ACC5, $ACC5, $ACC5
    +	vmovdqa		$ACC4, 32*3-128($aap)
    +	vpaddq		$ACC6, $ACC6, $ACC6
    +	vmovdqa		$ACC5, 32*4-128($aap)
    +	vpaddq		$ACC7, $ACC7, $ACC7
    +	vmovdqa		$ACC6, 32*5-128($aap)
    +	vpaddq		$ACC8, $ACC8, $ACC8
    +	vmovdqa		$ACC7, 32*6-128($aap)
    +	vpxor		$ACC9, $ACC9, $ACC9
    +	vmovdqa		$ACC8, 32*7-128($aap)
    +
    +	vpmuludq	32*0-128($ap), $B1, $ACC0
    +	 vpbroadcastq	32*1-128($ap), $B2
    +	 vmovdqu	$ACC9, 32*9-192($tp0)	# zero upper half
    +	vpmuludq	$B1, $ACC1, $ACC1
    +	 vmovdqu	$ACC9, 32*10-448($tp1)
    +	vpmuludq	$B1, $ACC2, $ACC2
    +	 vmovdqu	$ACC9, 32*11-448($tp1)
    +	vpmuludq	$B1, $ACC3, $ACC3
    +	 vmovdqu	$ACC9, 32*12-448($tp1)
    +	vpmuludq	$B1, $ACC4, $ACC4
    +	 vmovdqu	$ACC9, 32*13-448($tp1)
    +	vpmuludq	$B1, $ACC5, $ACC5
    +	 vmovdqu	$ACC9, 32*14-448($tp1)
    +	vpmuludq	$B1, $ACC6, $ACC6
    +	 vmovdqu	$ACC9, 32*15-448($tp1)
    +	vpmuludq	$B1, $ACC7, $ACC7
    +	 vmovdqu	$ACC9, 32*16-448($tp1)
    +	vpmuludq	$B1, $ACC8, $ACC8
    +	 vpbroadcastq	32*2-128($ap), $B1
    +	 vmovdqu	$ACC9, 32*17-448($tp1)
    +
    +	mov	$ap, $tpa
    +	mov 	\$4, $i
    +	jmp	.Lsqr_entry_1024
    +___
    +$TEMP0=$Y1;
    +$TEMP2=$Y2;
    +$code.=<<___;
    +.align	32
    +.LOOP_SQR_1024:
    +	 vpbroadcastq	32*1-128($tpa), $B2
    +	vpmuludq	32*0-128($ap), $B1, $ACC0
    +	vpaddq		32*0-192($tp0), $ACC0, $ACC0
    +	vpmuludq	32*0-128($aap), $B1, $ACC1
    +	vpaddq		32*1-192($tp0), $ACC1, $ACC1
    +	vpmuludq	32*1-128($aap), $B1, $ACC2
    +	vpaddq		32*2-192($tp0), $ACC2, $ACC2
    +	vpmuludq	32*2-128($aap), $B1, $ACC3
    +	vpaddq		32*3-192($tp0), $ACC3, $ACC3
    +	vpmuludq	32*3-128($aap), $B1, $ACC4
    +	vpaddq		32*4-192($tp0), $ACC4, $ACC4
    +	vpmuludq	32*4-128($aap), $B1, $ACC5
    +	vpaddq		32*5-192($tp0), $ACC5, $ACC5
    +	vpmuludq	32*5-128($aap), $B1, $ACC6
    +	vpaddq		32*6-192($tp0), $ACC6, $ACC6
    +	vpmuludq	32*6-128($aap), $B1, $ACC7
    +	vpaddq		32*7-192($tp0), $ACC7, $ACC7
    +	vpmuludq	32*7-128($aap), $B1, $ACC8
    +	 vpbroadcastq	32*2-128($tpa), $B1
    +	vpaddq		32*8-192($tp0), $ACC8, $ACC8
    +.Lsqr_entry_1024:
    +	vmovdqu		$ACC0, 32*0-192($tp0)
    +	vmovdqu		$ACC1, 32*1-192($tp0)
    +
    +	vpmuludq	32*1-128($ap), $B2, $TEMP0
    +	vpaddq		$TEMP0, $ACC2, $ACC2
    +	vpmuludq	32*1-128($aap), $B2, $TEMP1
    +	vpaddq		$TEMP1, $ACC3, $ACC3
    +	vpmuludq	32*2-128($aap), $B2, $TEMP2
    +	vpaddq		$TEMP2, $ACC4, $ACC4
    +	vpmuludq	32*3-128($aap), $B2, $TEMP0
    +	vpaddq		$TEMP0, $ACC5, $ACC5
    +	vpmuludq	32*4-128($aap), $B2, $TEMP1
    +	vpaddq		$TEMP1, $ACC6, $ACC6
    +	vpmuludq	32*5-128($aap), $B2, $TEMP2
    +	vpaddq		$TEMP2, $ACC7, $ACC7
    +	vpmuludq	32*6-128($aap), $B2, $TEMP0
    +	vpaddq		$TEMP0, $ACC8, $ACC8
    +	vpmuludq	32*7-128($aap), $B2, $ACC0
    +	 vpbroadcastq	32*3-128($tpa), $B2
    +	vpaddq		32*9-192($tp0), $ACC0, $ACC0
    +
    +	vmovdqu		$ACC2, 32*2-192($tp0)
    +	vmovdqu		$ACC3, 32*3-192($tp0)
    +
    +	vpmuludq	32*2-128($ap), $B1, $TEMP2
    +	vpaddq		$TEMP2, $ACC4, $ACC4
    +	vpmuludq	32*2-128($aap), $B1, $TEMP0
    +	vpaddq		$TEMP0, $ACC5, $ACC5
    +	vpmuludq	32*3-128($aap), $B1, $TEMP1
    +	vpaddq		$TEMP1, $ACC6, $ACC6
    +	vpmuludq	32*4-128($aap), $B1, $TEMP2
    +	vpaddq		$TEMP2, $ACC7, $ACC7
    +	vpmuludq	32*5-128($aap), $B1, $TEMP0
    +	vpaddq		$TEMP0, $ACC8, $ACC8
    +	vpmuludq	32*6-128($aap), $B1, $TEMP1
    +	vpaddq		$TEMP1, $ACC0, $ACC0
    +	vpmuludq	32*7-128($aap), $B1, $ACC1
    +	 vpbroadcastq	32*4-128($tpa), $B1
    +	vpaddq		32*10-448($tp1), $ACC1, $ACC1
    +
    +	vmovdqu		$ACC4, 32*4-192($tp0)
    +	vmovdqu		$ACC5, 32*5-192($tp0)
    +
    +	vpmuludq	32*3-128($ap), $B2, $TEMP0
    +	vpaddq		$TEMP0, $ACC6, $ACC6
    +	vpmuludq	32*3-128($aap), $B2, $TEMP1
    +	vpaddq		$TEMP1, $ACC7, $ACC7
    +	vpmuludq	32*4-128($aap), $B2, $TEMP2
    +	vpaddq		$TEMP2, $ACC8, $ACC8
    +	vpmuludq	32*5-128($aap), $B2, $TEMP0
    +	vpaddq		$TEMP0, $ACC0, $ACC0
    +	vpmuludq	32*6-128($aap), $B2, $TEMP1
    +	vpaddq		$TEMP1, $ACC1, $ACC1
    +	vpmuludq	32*7-128($aap), $B2, $ACC2
    +	 vpbroadcastq	32*5-128($tpa), $B2
    +	vpaddq		32*11-448($tp1), $ACC2, $ACC2	
    +
    +	vmovdqu		$ACC6, 32*6-192($tp0)
    +	vmovdqu		$ACC7, 32*7-192($tp0)
    +
    +	vpmuludq	32*4-128($ap), $B1, $TEMP0
    +	vpaddq		$TEMP0, $ACC8, $ACC8
    +	vpmuludq	32*4-128($aap), $B1, $TEMP1
    +	vpaddq		$TEMP1, $ACC0, $ACC0
    +	vpmuludq	32*5-128($aap), $B1, $TEMP2
    +	vpaddq		$TEMP2, $ACC1, $ACC1
    +	vpmuludq	32*6-128($aap), $B1, $TEMP0
    +	vpaddq		$TEMP0, $ACC2, $ACC2
    +	vpmuludq	32*7-128($aap), $B1, $ACC3
    +	 vpbroadcastq	32*6-128($tpa), $B1
    +	vpaddq		32*12-448($tp1), $ACC3, $ACC3
    +
    +	vmovdqu		$ACC8, 32*8-192($tp0)
    +	vmovdqu		$ACC0, 32*9-192($tp0)
    +	lea		8($tp0), $tp0
    +
    +	vpmuludq	32*5-128($ap), $B2, $TEMP2
    +	vpaddq		$TEMP2, $ACC1, $ACC1
    +	vpmuludq	32*5-128($aap), $B2, $TEMP0
    +	vpaddq		$TEMP0, $ACC2, $ACC2
    +	vpmuludq	32*6-128($aap), $B2, $TEMP1
    +	vpaddq		$TEMP1, $ACC3, $ACC3
    +	vpmuludq	32*7-128($aap), $B2, $ACC4
    +	 vpbroadcastq	32*7-128($tpa), $B2
    +	vpaddq		32*13-448($tp1), $ACC4, $ACC4
    +
    +	vmovdqu		$ACC1, 32*10-448($tp1)
    +	vmovdqu		$ACC2, 32*11-448($tp1)
    +
    +	vpmuludq	32*6-128($ap), $B1, $TEMP0
    +	vpaddq		$TEMP0, $ACC3, $ACC3
    +	vpmuludq	32*6-128($aap), $B1, $TEMP1
    +	 vpbroadcastq	32*8-128($tpa), $ACC0		# borrow $ACC0 for $B1
    +	vpaddq		$TEMP1, $ACC4, $ACC4
    +	vpmuludq	32*7-128($aap), $B1, $ACC5
    +	 vpbroadcastq	32*0+8-128($tpa), $B1		# for next iteration
    +	vpaddq		32*14-448($tp1), $ACC5, $ACC5
    +
    +	vmovdqu		$ACC3, 32*12-448($tp1)
    +	vmovdqu		$ACC4, 32*13-448($tp1)
    +	lea		8($tpa), $tpa
    +
    +	vpmuludq	32*7-128($ap), $B2, $TEMP0
    +	vpaddq		$TEMP0, $ACC5, $ACC5
    +	vpmuludq	32*7-128($aap), $B2, $ACC6
    +	vpaddq		32*15-448($tp1), $ACC6, $ACC6
    +
    +	vpmuludq	32*8-128($ap), $ACC0, $ACC7
    +	vmovdqu		$ACC5, 32*14-448($tp1)
    +	vpaddq		32*16-448($tp1), $ACC7, $ACC7
    +	vmovdqu		$ACC6, 32*15-448($tp1)
    +	vmovdqu		$ACC7, 32*16-448($tp1)
    +	lea		8($tp1), $tp1
    +
    +	dec	$i        
    +	jnz	.LOOP_SQR_1024
    +___
    +$ZERO = $ACC9;
    +$TEMP0 = $B1;
    +$TEMP2 = $B2;
    +$TEMP3 = $Y1;
    +$TEMP4 = $Y2;
    +$code.=<<___;
    +	#we need to fix indexes 32-39 to avoid overflow
    +	vmovdqu		32*8(%rsp), $ACC8		# 32*8-192($tp0),
    +	vmovdqu		32*9(%rsp), $ACC1		# 32*9-192($tp0)
    +	vmovdqu		32*10(%rsp), $ACC2		# 32*10-192($tp0)
    +	lea		192(%rsp), $tp0			# 64+128=192
    +
    +	vpsrlq		\$29, $ACC8, $TEMP1
    +	vpand		$AND_MASK, $ACC8, $ACC8
    +	vpsrlq		\$29, $ACC1, $TEMP2
    +	vpand		$AND_MASK, $ACC1, $ACC1
    +
    +	vpermq		\$0x93, $TEMP1, $TEMP1
    +	vpxor		$ZERO, $ZERO, $ZERO
    +	vpermq		\$0x93, $TEMP2, $TEMP2
    +
    +	vpblendd	\$3, $ZERO, $TEMP1, $TEMP0
    +	vpblendd	\$3, $TEMP1, $TEMP2, $TEMP1
    +	vpaddq		$TEMP0, $ACC8, $ACC8
    +	vpblendd	\$3, $TEMP2, $ZERO, $TEMP2
    +	vpaddq		$TEMP1, $ACC1, $ACC1
    +	vpaddq		$TEMP2, $ACC2, $ACC2
    +	vmovdqu		$ACC1, 32*9-192($tp0)
    +	vmovdqu		$ACC2, 32*10-192($tp0)
    +
    +	mov	(%rsp), %rax
    +	mov	8(%rsp), $r1
    +	mov	16(%rsp), $r2
    +	mov	24(%rsp), $r3
    +	vmovdqu	32*1(%rsp), $ACC1
    +	vmovdqu	32*2-192($tp0), $ACC2
    +	vmovdqu	32*3-192($tp0), $ACC3
    +	vmovdqu	32*4-192($tp0), $ACC4
    +	vmovdqu	32*5-192($tp0), $ACC5
    +	vmovdqu	32*6-192($tp0), $ACC6
    +	vmovdqu	32*7-192($tp0), $ACC7
    +
    +	mov	%rax, $r0
    +	imull	$n0, %eax
    +	and	\$0x1fffffff, %eax
    +	vmovd	%eax, $Y1
    +
    +	mov	%rax, %rdx
    +	imulq	-128($np), %rax
    +	 vpbroadcastq	$Y1, $Y1
    +	add	%rax, $r0
    +	mov	%rdx, %rax
    +	imulq	8-128($np), %rax
    +	shr	\$29, $r0
    +	add	%rax, $r1
    +	mov	%rdx, %rax
    +	imulq	16-128($np), %rax
    +	add	$r0, $r1
    +	add	%rax, $r2
    +	imulq	24-128($np), %rdx
    +	add	%rdx, $r3
    +
    +	mov	$r1, %rax
    +	imull	$n0, %eax
    +	and	\$0x1fffffff, %eax
    +
    +	mov \$9, $i
    +	jmp .LOOP_REDUCE_1024
    +
    +.align	32
    +.LOOP_REDUCE_1024:
    +	vmovd	%eax, $Y2
    +	vpbroadcastq	$Y2, $Y2
    +
    +	vpmuludq	32*1-128($np), $Y1, $TEMP0
    +	 mov	%rax, %rdx
    +	 imulq	-128($np), %rax
    +	vpaddq		$TEMP0, $ACC1, $ACC1
    +	 add	%rax, $r1
    +	vpmuludq	32*2-128($np), $Y1, $TEMP1
    +	 mov	%rdx, %rax
    +	 imulq	8-128($np), %rax
    +	vpaddq		$TEMP1, $ACC2, $ACC2
    +	vpmuludq	32*3-128($np), $Y1, $TEMP2
    +	 .byte	0x67
    +	 add	%rax, $r2
    +	 .byte	0x67
    +	 mov	%rdx, %rax
    +	 imulq	16-128($np), %rax
    +	 shr	\$29, $r1
    +	vpaddq		$TEMP2, $ACC3, $ACC3
    +	vpmuludq	32*4-128($np), $Y1, $TEMP0
    +	 add	%rax, $r3
    +	 add	$r1, $r2
    +	vpaddq		$TEMP0, $ACC4, $ACC4
    +	vpmuludq	32*5-128($np), $Y1, $TEMP1
    +	 mov	$r2, %rax
    +	 imull	$n0, %eax
    +	vpaddq		$TEMP1, $ACC5, $ACC5
    +	vpmuludq	32*6-128($np), $Y1, $TEMP2
    +	 and	\$0x1fffffff, %eax
    +	vpaddq		$TEMP2, $ACC6, $ACC6
    +	vpmuludq	32*7-128($np), $Y1, $TEMP0
    +	vpaddq		$TEMP0, $ACC7, $ACC7
    +	vpmuludq	32*8-128($np), $Y1, $TEMP1
    +	 vmovd	%eax, $Y1
    +	 #vmovdqu	32*1-8-128($np), $TEMP2		# moved below
    +	vpaddq		$TEMP1, $ACC8, $ACC8
    +	 #vmovdqu	32*2-8-128($np), $TEMP0		# moved below
    +	 vpbroadcastq	$Y1, $Y1
    +
    +	vpmuludq	32*1-8-128($np), $Y2, $TEMP2	# see above
    +	vmovdqu		32*3-8-128($np), $TEMP1
    +	 mov	%rax, %rdx
    +	 imulq	-128($np), %rax
    +	vpaddq		$TEMP2, $ACC1, $ACC1
    +	vpmuludq	32*2-8-128($np), $Y2, $TEMP0	# see above
    +	vmovdqu		32*4-8-128($np), $TEMP2
    +	 add	%rax, $r2
    +	 mov	%rdx, %rax
    +	 imulq	8-128($np), %rax
    +	vpaddq		$TEMP0, $ACC2, $ACC2
    +	 add	$r3, %rax
    +	 shr	\$29, $r2
    +	vpmuludq	$Y2, $TEMP1, $TEMP1
    +	vmovdqu		32*5-8-128($np), $TEMP0
    +	 add	$r2, %rax
    +	vpaddq		$TEMP1, $ACC3, $ACC3
    +	vpmuludq	$Y2, $TEMP2, $TEMP2
    +	vmovdqu		32*6-8-128($np), $TEMP1
    +	 .byte	0x67
    +	 mov	%rax, $r3
    +	 imull	$n0, %eax
    +	vpaddq		$TEMP2, $ACC4, $ACC4
    +	vpmuludq	$Y2, $TEMP0, $TEMP0
    +	.byte	0xc4,0x41,0x7e,0x6f,0x9d,0x58,0x00,0x00,0x00	# vmovdqu		32*7-8-128($np), $TEMP2
    +	 and	\$0x1fffffff, %eax
    +	vpaddq		$TEMP0, $ACC5, $ACC5
    +	vpmuludq	$Y2, $TEMP1, $TEMP1
    +	vmovdqu		32*8-8-128($np), $TEMP0
    +	vpaddq		$TEMP1, $ACC6, $ACC6
    +	vpmuludq	$Y2, $TEMP2, $TEMP2
    +	vmovdqu		32*9-8-128($np), $ACC9
    +	 vmovd	%eax, $ACC0			# borrow ACC0 for Y2
    +	 imulq	-128($np), %rax
    +	vpaddq		$TEMP2, $ACC7, $ACC7
    +	vpmuludq	$Y2, $TEMP0, $TEMP0
    +	 vmovdqu	32*1-16-128($np), $TEMP1
    +	 vpbroadcastq	$ACC0, $ACC0
    +	vpaddq		$TEMP0, $ACC8, $ACC8
    +	vpmuludq	$Y2, $ACC9, $ACC9
    +	 vmovdqu	32*2-16-128($np), $TEMP2
    +	 add	%rax, $r3
    +
    +___
    +($ACC0,$Y2)=($Y2,$ACC0);
    +$code.=<<___;
    +	 vmovdqu	32*1-24-128($np), $ACC0
    +	vpmuludq	$Y1, $TEMP1, $TEMP1
    +	vmovdqu		32*3-16-128($np), $TEMP0
    +	vpaddq		$TEMP1, $ACC1, $ACC1
    +	 vpmuludq	$Y2, $ACC0, $ACC0
    +	vpmuludq	$Y1, $TEMP2, $TEMP2
    +	.byte	0xc4,0x41,0x7e,0x6f,0xb5,0xf0,0xff,0xff,0xff	# vmovdqu		32*4-16-128($np), $TEMP1
    +	 vpaddq		$ACC1, $ACC0, $ACC0
    +	vpaddq		$TEMP2, $ACC2, $ACC2
    +	vpmuludq	$Y1, $TEMP0, $TEMP0
    +	vmovdqu		32*5-16-128($np), $TEMP2
    +	 .byte	0x67
    +	 vmovq		$ACC0, %rax
    +	 vmovdqu	$ACC0, (%rsp)		# transfer $r0-$r3
    +	vpaddq		$TEMP0, $ACC3, $ACC3
    +	vpmuludq	$Y1, $TEMP1, $TEMP1
    +	vmovdqu		32*6-16-128($np), $TEMP0
    +	vpaddq		$TEMP1, $ACC4, $ACC4
    +	vpmuludq	$Y1, $TEMP2, $TEMP2
    +	vmovdqu		32*7-16-128($np), $TEMP1
    +	vpaddq		$TEMP2, $ACC5, $ACC5
    +	vpmuludq	$Y1, $TEMP0, $TEMP0
    +	vmovdqu		32*8-16-128($np), $TEMP2
    +	vpaddq		$TEMP0, $ACC6, $ACC6
    +	vpmuludq	$Y1, $TEMP1, $TEMP1
    +	 shr	\$29, $r3
    +	vmovdqu		32*9-16-128($np), $TEMP0
    +	 add	$r3, %rax
    +	vpaddq		$TEMP1, $ACC7, $ACC7
    +	vpmuludq	$Y1, $TEMP2, $TEMP2
    +	 #vmovdqu	32*2-24-128($np), $TEMP1	# moved below
    +	 mov	%rax, $r0
    +	 imull	$n0, %eax
    +	vpaddq		$TEMP2, $ACC8, $ACC8
    +	vpmuludq	$Y1, $TEMP0, $TEMP0
    +	 and	\$0x1fffffff, %eax
    +	 vmovd	%eax, $Y1
    +	 vmovdqu	32*3-24-128($np), $TEMP2
    +	.byte	0x67
    +	vpaddq		$TEMP0, $ACC9, $ACC9
    +	 vpbroadcastq	$Y1, $Y1
    +
    +	vpmuludq	32*2-24-128($np), $Y2, $TEMP1	# see above
    +	vmovdqu		32*4-24-128($np), $TEMP0
    +	 mov	%rax, %rdx
    +	 imulq	-128($np), %rax
    +	 mov	8(%rsp), $r1
    +	vpaddq		$TEMP1, $ACC2, $ACC1
    +	vpmuludq	$Y2, $TEMP2, $TEMP2
    +	vmovdqu		32*5-24-128($np), $TEMP1
    +	 add	%rax, $r0
    +	 mov	%rdx, %rax
    +	 imulq	8-128($np), %rax
    +	 .byte	0x67
    +	 shr	\$29, $r0
    +	 mov	16(%rsp), $r2
    +	vpaddq		$TEMP2, $ACC3, $ACC2
    +	vpmuludq	$Y2, $TEMP0, $TEMP0
    +	vmovdqu		32*6-24-128($np), $TEMP2
    +	 add	%rax, $r1
    +	 mov	%rdx, %rax
    +	 imulq	16-128($np), %rax
    +	vpaddq		$TEMP0, $ACC4, $ACC3
    +	vpmuludq	$Y2, $TEMP1, $TEMP1
    +	vmovdqu		32*7-24-128($np), $TEMP0
    +	 imulq	24-128($np), %rdx		# future $r3
    +	 add	%rax, $r2
    +	 lea	($r0,$r1), %rax
    +	vpaddq		$TEMP1, $ACC5, $ACC4
    +	vpmuludq	$Y2, $TEMP2, $TEMP2
    +	vmovdqu		32*8-24-128($np), $TEMP1
    +	 mov	%rax, $r1
    +	 imull	$n0, %eax
    +	vpmuludq	$Y2, $TEMP0, $TEMP0
    +	vpaddq		$TEMP2, $ACC6, $ACC5
    +	vmovdqu		32*9-24-128($np), $TEMP2
    +	 and	\$0x1fffffff, %eax
    +	vpaddq		$TEMP0, $ACC7, $ACC6
    +	vpmuludq	$Y2, $TEMP1, $TEMP1
    +	 add	24(%rsp), %rdx
    +	vpaddq		$TEMP1, $ACC8, $ACC7
    +	vpmuludq	$Y2, $TEMP2, $TEMP2
    +	vpaddq		$TEMP2, $ACC9, $ACC8
    +	 vmovq	$r3, $ACC9
    +	 mov	%rdx, $r3
    +
    +	dec	$i
    +	jnz	.LOOP_REDUCE_1024
    +___
    +($ACC0,$Y2)=($Y2,$ACC0);
    +$code.=<<___;
    +	lea	448(%rsp), $tp1			# size optimization
    +	vpaddq	$ACC9, $Y2, $ACC0
    +	vpxor	$ZERO, $ZERO, $ZERO
    +
    +	vpaddq		32*9-192($tp0), $ACC0, $ACC0
    +	vpaddq		32*10-448($tp1), $ACC1, $ACC1
    +	vpaddq		32*11-448($tp1), $ACC2, $ACC2
    +	vpaddq		32*12-448($tp1), $ACC3, $ACC3
    +	vpaddq		32*13-448($tp1), $ACC4, $ACC4
    +	vpaddq		32*14-448($tp1), $ACC5, $ACC5
    +	vpaddq		32*15-448($tp1), $ACC6, $ACC6
    +	vpaddq		32*16-448($tp1), $ACC7, $ACC7
    +	vpaddq		32*17-448($tp1), $ACC8, $ACC8
    +
    +	vpsrlq		\$29, $ACC0, $TEMP1
    +	vpand		$AND_MASK, $ACC0, $ACC0
    +	vpsrlq		\$29, $ACC1, $TEMP2
    +	vpand		$AND_MASK, $ACC1, $ACC1
    +	vpsrlq		\$29, $ACC2, $TEMP3
    +	vpermq		\$0x93, $TEMP1, $TEMP1
    +	vpand		$AND_MASK, $ACC2, $ACC2
    +	vpsrlq		\$29, $ACC3, $TEMP4
    +	vpermq		\$0x93, $TEMP2, $TEMP2
    +	vpand		$AND_MASK, $ACC3, $ACC3
    +	vpermq		\$0x93, $TEMP3, $TEMP3
    +
    +	vpblendd	\$3, $ZERO, $TEMP1, $TEMP0
    +	vpermq		\$0x93, $TEMP4, $TEMP4
    +	vpblendd	\$3, $TEMP1, $TEMP2, $TEMP1
    +	vpaddq		$TEMP0, $ACC0, $ACC0
    +	vpblendd	\$3, $TEMP2, $TEMP3, $TEMP2
    +	vpaddq		$TEMP1, $ACC1, $ACC1
    +	vpblendd	\$3, $TEMP3, $TEMP4, $TEMP3
    +	vpaddq		$TEMP2, $ACC2, $ACC2
    +	vpblendd	\$3, $TEMP4, $ZERO, $TEMP4
    +	vpaddq		$TEMP3, $ACC3, $ACC3
    +	vpaddq		$TEMP4, $ACC4, $ACC4
    +
    +	vpsrlq		\$29, $ACC0, $TEMP1
    +	vpand		$AND_MASK, $ACC0, $ACC0
    +	vpsrlq		\$29, $ACC1, $TEMP2
    +	vpand		$AND_MASK, $ACC1, $ACC1
    +	vpsrlq		\$29, $ACC2, $TEMP3
    +	vpermq		\$0x93, $TEMP1, $TEMP1
    +	vpand		$AND_MASK, $ACC2, $ACC2
    +	vpsrlq		\$29, $ACC3, $TEMP4
    +	vpermq		\$0x93, $TEMP2, $TEMP2
    +	vpand		$AND_MASK, $ACC3, $ACC3
    +	vpermq		\$0x93, $TEMP3, $TEMP3
    +
    +	vpblendd	\$3, $ZERO, $TEMP1, $TEMP0
    +	vpermq		\$0x93, $TEMP4, $TEMP4
    +	vpblendd	\$3, $TEMP1, $TEMP2, $TEMP1
    +	vpaddq		$TEMP0, $ACC0, $ACC0
    +	vpblendd	\$3, $TEMP2, $TEMP3, $TEMP2
    +	vpaddq		$TEMP1, $ACC1, $ACC1
    +	vmovdqu		$ACC0, 32*0-128($rp)
    +	vpblendd	\$3, $TEMP3, $TEMP4, $TEMP3
    +	vpaddq		$TEMP2, $ACC2, $ACC2
    +	vmovdqu		$ACC1, 32*1-128($rp)
    +	vpblendd	\$3, $TEMP4, $ZERO, $TEMP4
    +	vpaddq		$TEMP3, $ACC3, $ACC3
    +	vmovdqu		$ACC2, 32*2-128($rp)
    +	vpaddq		$TEMP4, $ACC4, $ACC4
    +	vmovdqu		$ACC3, 32*3-128($rp)
    +___
    +$TEMP5=$ACC0;
    +$code.=<<___;
    +	vpsrlq		\$29, $ACC4, $TEMP1
    +	vpand		$AND_MASK, $ACC4, $ACC4
    +	vpsrlq		\$29, $ACC5, $TEMP2
    +	vpand		$AND_MASK, $ACC5, $ACC5
    +	vpsrlq		\$29, $ACC6, $TEMP3
    +	vpermq		\$0x93, $TEMP1, $TEMP1
    +	vpand		$AND_MASK, $ACC6, $ACC6
    +	vpsrlq		\$29, $ACC7, $TEMP4
    +	vpermq		\$0x93, $TEMP2, $TEMP2
    +	vpand		$AND_MASK, $ACC7, $ACC7
    +	vpsrlq		\$29, $ACC8, $TEMP5
    +	vpermq		\$0x93, $TEMP3, $TEMP3
    +	vpand		$AND_MASK, $ACC8, $ACC8
    +	vpermq		\$0x93, $TEMP4, $TEMP4
    +
    +	vpblendd	\$3, $ZERO, $TEMP1, $TEMP0
    +	vpermq		\$0x93, $TEMP5, $TEMP5
    +	vpblendd	\$3, $TEMP1, $TEMP2, $TEMP1
    +	vpaddq		$TEMP0, $ACC4, $ACC4
    +	vpblendd	\$3, $TEMP2, $TEMP3, $TEMP2
    +	vpaddq		$TEMP1, $ACC5, $ACC5
    +	vpblendd	\$3, $TEMP3, $TEMP4, $TEMP3
    +	vpaddq		$TEMP2, $ACC6, $ACC6
    +	vpblendd	\$3, $TEMP4, $TEMP5, $TEMP4
    +	vpaddq		$TEMP3, $ACC7, $ACC7
    +	vpaddq		$TEMP4, $ACC8, $ACC8
    +     
    +	vpsrlq		\$29, $ACC4, $TEMP1
    +	vpand		$AND_MASK, $ACC4, $ACC4
    +	vpsrlq		\$29, $ACC5, $TEMP2
    +	vpand		$AND_MASK, $ACC5, $ACC5
    +	vpsrlq		\$29, $ACC6, $TEMP3
    +	vpermq		\$0x93, $TEMP1, $TEMP1
    +	vpand		$AND_MASK, $ACC6, $ACC6
    +	vpsrlq		\$29, $ACC7, $TEMP4
    +	vpermq		\$0x93, $TEMP2, $TEMP2
    +	vpand		$AND_MASK, $ACC7, $ACC7
    +	vpsrlq		\$29, $ACC8, $TEMP5
    +	vpermq		\$0x93, $TEMP3, $TEMP3
    +	vpand		$AND_MASK, $ACC8, $ACC8
    +	vpermq		\$0x93, $TEMP4, $TEMP4
    +
    +	vpblendd	\$3, $ZERO, $TEMP1, $TEMP0
    +	vpermq		\$0x93, $TEMP5, $TEMP5
    +	vpblendd	\$3, $TEMP1, $TEMP2, $TEMP1
    +	vpaddq		$TEMP0, $ACC4, $ACC4
    +	vpblendd	\$3, $TEMP2, $TEMP3, $TEMP2
    +	vpaddq		$TEMP1, $ACC5, $ACC5
    +	vmovdqu		$ACC4, 32*4-128($rp)
    +	vpblendd	\$3, $TEMP3, $TEMP4, $TEMP3
    +	vpaddq		$TEMP2, $ACC6, $ACC6
    +	vmovdqu		$ACC5, 32*5-128($rp)
    +	vpblendd	\$3, $TEMP4, $TEMP5, $TEMP4
    +	vpaddq		$TEMP3, $ACC7, $ACC7
    +	vmovdqu		$ACC6, 32*6-128($rp)
    +	vpaddq		$TEMP4, $ACC8, $ACC8
    +	vmovdqu		$ACC7, 32*7-128($rp)
    +	vmovdqu		$ACC8, 32*8-128($rp)
    +
    +	mov	$rp, $ap
    +	dec	$rep
    +	jne	.LOOP_GRANDE_SQR_1024
    +
    +	vzeroall
    +	mov	%rbp, %rax
    +___
    +$code.=<<___ if ($win64);
    +	movaps	-0xd8(%rax),%xmm6
    +	movaps	-0xc8(%rax),%xmm7
    +	movaps	-0xb8(%rax),%xmm8
    +	movaps	-0xa8(%rax),%xmm9
    +	movaps	-0x98(%rax),%xmm10
    +	movaps	-0x88(%rax),%xmm11
    +	movaps	-0x78(%rax),%xmm12
    +	movaps	-0x68(%rax),%xmm13
    +	movaps	-0x58(%rax),%xmm14
    +	movaps	-0x48(%rax),%xmm15
    +___
    +$code.=<<___;
    +	mov	-48(%rax),%r15
    +	mov	-40(%rax),%r14
    +	mov	-32(%rax),%r13
    +	mov	-24(%rax),%r12
    +	mov	-16(%rax),%rbp
    +	mov	-8(%rax),%rbx
    +	lea	(%rax),%rsp		# restore %rsp
    +.Lsqr_1024_epilogue:
    +	ret
    +.size	rsaz_1024_sqr_avx2,.-rsaz_1024_sqr_avx2
    +___
    +}
    +
    +{ # void AMM_WW(
    +my $rp="%rdi";	# BN_ULONG *rp,
    +my $ap="%rsi";	# const BN_ULONG *ap,
    +my $bp="%rdx";	# const BN_ULONG *bp,
    +my $np="%rcx";	# const BN_ULONG *np,
    +my $n0="%r8d";	# unsigned int n0);
    +
    +# The registers that hold the accumulated redundant result
    +# The AMM works on 1024 bit operands, and redundant word size is 29
    +# Therefore: ceil(1024/29)/4 = 9
    +my $ACC0="%ymm0";
    +my $ACC1="%ymm1";
    +my $ACC2="%ymm2";
    +my $ACC3="%ymm3";
    +my $ACC4="%ymm4";
    +my $ACC5="%ymm5";
    +my $ACC6="%ymm6";
    +my $ACC7="%ymm7";
    +my $ACC8="%ymm8";
    +my $ACC9="%ymm9";
    +
    +# Registers that hold the broadcasted words of multiplier, currently used
    +my $Bi="%ymm10";
    +my $Yi="%ymm11";
    +
    +# Helper registers
    +my $TEMP0=$ACC0;
    +my $TEMP1="%ymm12";
    +my $TEMP2="%ymm13";
    +my $ZERO="%ymm14";
    +my $AND_MASK="%ymm15";
    +
    +# alu registers that hold the first words of the ACC
    +my $r0="%r9";
    +my $r1="%r10";
    +my $r2="%r11";
    +my $r3="%r12";
    +
    +my $i="%r14d";
    +my $tmp="%r15";
    +
    +$bp="%r13";	# reassigned argument
    +
    +$code.=<<___;
    +.globl	rsaz_1024_mul_avx2
    +.type	rsaz_1024_mul_avx2,\@function,5
    +.align	64
    +rsaz_1024_mul_avx2:
    +	lea	(%rsp), %rax
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +___
    +$code.=<<___ if ($win64);
    +	vzeroupper
    +	lea	-0xa8(%rsp),%rsp
    +	vmovaps	%xmm6,-0xd8(%rax)
    +	vmovaps	%xmm7,-0xc8(%rax)
    +	vmovaps	%xmm8,-0xb8(%rax)
    +	vmovaps	%xmm9,-0xa8(%rax)
    +	vmovaps	%xmm10,-0x98(%rax)
    +	vmovaps	%xmm11,-0x88(%rax)
    +	vmovaps	%xmm12,-0x78(%rax)
    +	vmovaps	%xmm13,-0x68(%rax)
    +	vmovaps	%xmm14,-0x58(%rax)
    +	vmovaps	%xmm15,-0x48(%rax)
    +.Lmul_1024_body:
    +___
    +$code.=<<___;
    +	mov	%rax,%rbp
    +	vzeroall
    +	mov	%rdx, $bp	# reassigned argument
    +	sub	\$64,%rsp
    +
    +	# unaligned 256-bit load that crosses page boundary can
    +	# cause severe performance degradation here, so if $ap does
    +	# cross page boundary, swap it with $bp [meaning that caller
    +	# is advised to lay down $ap and $bp next to each other, so
    +	# that only one can cross page boundary].
    +	.byte	0x67,0x67
    +	mov	$ap, $tmp
    +	and	\$4095, $tmp
    +	add	\$32*10, $tmp
    +	shr	\$12, $tmp
    +	mov	$ap, $tmp
    +	cmovnz	$bp, $ap
    +	cmovnz	$tmp, $bp
    +
    +	mov	$np, $tmp
    +	sub	\$-128,$ap	# size optimization
    +	sub	\$-128,$np
    +	sub	\$-128,$rp
    +
    +	and	\$4095, $tmp	# see if $np crosses page
    +	add	\$32*10, $tmp
    +	.byte	0x67,0x67
    +	shr	\$12, $tmp
    +	jz	.Lmul_1024_no_n_copy
    +
    +	# unaligned 256-bit load that crosses page boundary can
    +	# cause severe performance degradation here, so if $np does
    +	# cross page boundary, copy it to stack and make sure stack
    +	# frame doesn't...
    +	sub		\$32*10,%rsp
    +	vmovdqu		32*0-128($np), $ACC0
    +	and		\$-512, %rsp
    +	vmovdqu		32*1-128($np), $ACC1
    +	vmovdqu		32*2-128($np), $ACC2
    +	vmovdqu		32*3-128($np), $ACC3
    +	vmovdqu		32*4-128($np), $ACC4
    +	vmovdqu		32*5-128($np), $ACC5
    +	vmovdqu		32*6-128($np), $ACC6
    +	vmovdqu		32*7-128($np), $ACC7
    +	vmovdqu		32*8-128($np), $ACC8
    +	lea		64+128(%rsp),$np
    +	vmovdqu		$ACC0, 32*0-128($np)
    +	vpxor		$ACC0, $ACC0, $ACC0
    +	vmovdqu		$ACC1, 32*1-128($np)
    +	vpxor		$ACC1, $ACC1, $ACC1
    +	vmovdqu		$ACC2, 32*2-128($np)
    +	vpxor		$ACC2, $ACC2, $ACC2
    +	vmovdqu		$ACC3, 32*3-128($np)
    +	vpxor		$ACC3, $ACC3, $ACC3
    +	vmovdqu		$ACC4, 32*4-128($np)
    +	vpxor		$ACC4, $ACC4, $ACC4
    +	vmovdqu		$ACC5, 32*5-128($np)
    +	vpxor		$ACC5, $ACC5, $ACC5
    +	vmovdqu		$ACC6, 32*6-128($np)
    +	vpxor		$ACC6, $ACC6, $ACC6
    +	vmovdqu		$ACC7, 32*7-128($np)
    +	vpxor		$ACC7, $ACC7, $ACC7
    +	vmovdqu		$ACC8, 32*8-128($np)
    +	vmovdqa		$ACC0, $ACC8
    +	vmovdqu		$ACC9, 32*9-128($np)	# $ACC9 is zero after vzeroall
    +.Lmul_1024_no_n_copy:
    +	and	\$-64,%rsp
    +
    +	mov	($bp), %rbx
    +	vpbroadcastq ($bp), $Bi
    +	vmovdqu	$ACC0, (%rsp)			# clear top of stack
    +	xor	$r0, $r0
    +	.byte	0x67
    +	xor	$r1, $r1
    +	xor	$r2, $r2
    +	xor	$r3, $r3
    +
    +	vmovdqu	.Land_mask(%rip), $AND_MASK
    +	mov	\$9, $i
    +	vmovdqu	$ACC9, 32*9-128($rp)		# $ACC9 is zero after vzeroall
    +	jmp	.Loop_mul_1024
    +
    +.align	32
    +.Loop_mul_1024:
    +	 vpsrlq		\$29, $ACC3, $ACC9		# correct $ACC3(*)
    +	mov	%rbx, %rax
    +	imulq	-128($ap), %rax
    +	add	$r0, %rax
    +	mov	%rbx, $r1
    +	imulq	8-128($ap), $r1
    +	add	8(%rsp), $r1
    +
    +	mov	%rax, $r0
    +	imull	$n0, %eax
    +	and	\$0x1fffffff, %eax
    +
    +	 mov	%rbx, $r2
    +	 imulq	16-128($ap), $r2
    +	 add	16(%rsp), $r2
    +
    +	 mov	%rbx, $r3
    +	 imulq	24-128($ap), $r3
    +	 add	24(%rsp), $r3
    +	vpmuludq	32*1-128($ap),$Bi,$TEMP0
    +	 vmovd		%eax, $Yi
    +	vpaddq		$TEMP0,$ACC1,$ACC1
    +	vpmuludq	32*2-128($ap),$Bi,$TEMP1
    +	 vpbroadcastq	$Yi, $Yi
    +	vpaddq		$TEMP1,$ACC2,$ACC2
    +	vpmuludq	32*3-128($ap),$Bi,$TEMP2
    +	 vpand		$AND_MASK, $ACC3, $ACC3		# correct $ACC3
    +	vpaddq		$TEMP2,$ACC3,$ACC3
    +	vpmuludq	32*4-128($ap),$Bi,$TEMP0
    +	vpaddq		$TEMP0,$ACC4,$ACC4
    +	vpmuludq	32*5-128($ap),$Bi,$TEMP1
    +	vpaddq		$TEMP1,$ACC5,$ACC5
    +	vpmuludq	32*6-128($ap),$Bi,$TEMP2
    +	vpaddq		$TEMP2,$ACC6,$ACC6
    +	vpmuludq	32*7-128($ap),$Bi,$TEMP0
    +	 vpermq		\$0x93, $ACC9, $ACC9		# correct $ACC3
    +	vpaddq		$TEMP0,$ACC7,$ACC7
    +	vpmuludq	32*8-128($ap),$Bi,$TEMP1
    +	 vpbroadcastq	8($bp), $Bi
    +	vpaddq		$TEMP1,$ACC8,$ACC8
    +
    +	mov	%rax,%rdx
    +	imulq	-128($np),%rax
    +	add	%rax,$r0
    +	mov	%rdx,%rax
    +	imulq	8-128($np),%rax
    +	add	%rax,$r1
    +	mov	%rdx,%rax
    +	imulq	16-128($np),%rax
    +	add	%rax,$r2
    +	shr	\$29, $r0
    +	imulq	24-128($np),%rdx
    +	add	%rdx,$r3
    +	add	$r0, $r1
    +
    +	vpmuludq	32*1-128($np),$Yi,$TEMP2
    +	 vmovq		$Bi, %rbx
    +	vpaddq		$TEMP2,$ACC1,$ACC1
    +	vpmuludq	32*2-128($np),$Yi,$TEMP0
    +	vpaddq		$TEMP0,$ACC2,$ACC2
    +	vpmuludq	32*3-128($np),$Yi,$TEMP1
    +	vpaddq		$TEMP1,$ACC3,$ACC3
    +	vpmuludq	32*4-128($np),$Yi,$TEMP2
    +	vpaddq		$TEMP2,$ACC4,$ACC4
    +	vpmuludq	32*5-128($np),$Yi,$TEMP0
    +	vpaddq		$TEMP0,$ACC5,$ACC5
    +	vpmuludq	32*6-128($np),$Yi,$TEMP1
    +	vpaddq		$TEMP1,$ACC6,$ACC6
    +	vpmuludq	32*7-128($np),$Yi,$TEMP2
    +	 vpblendd	\$3, $ZERO, $ACC9, $ACC9	# correct $ACC3
    +	vpaddq		$TEMP2,$ACC7,$ACC7
    +	vpmuludq	32*8-128($np),$Yi,$TEMP0
    +	 vpaddq		$ACC9, $ACC3, $ACC3		# correct $ACC3
    +	vpaddq		$TEMP0,$ACC8,$ACC8
    +
    +	mov	%rbx, %rax
    +	imulq	-128($ap),%rax
    +	add	%rax,$r1
    +	 vmovdqu	-8+32*1-128($ap),$TEMP1
    +	mov	%rbx, %rax
    +	imulq	8-128($ap),%rax
    +	add	%rax,$r2
    +	 vmovdqu	-8+32*2-128($ap),$TEMP2
    +
    +	mov	$r1, %rax
    +	imull	$n0, %eax
    +	and	\$0x1fffffff, %eax
    +
    +	 imulq	16-128($ap),%rbx
    +	 add	%rbx,$r3
    +	vpmuludq	$Bi,$TEMP1,$TEMP1
    +	 vmovd		%eax, $Yi
    +	vmovdqu		-8+32*3-128($ap),$TEMP0
    +	vpaddq		$TEMP1,$ACC1,$ACC1
    +	vpmuludq	$Bi,$TEMP2,$TEMP2
    +	 vpbroadcastq	$Yi, $Yi
    +	vmovdqu		-8+32*4-128($ap),$TEMP1
    +	vpaddq		$TEMP2,$ACC2,$ACC2
    +	vpmuludq	$Bi,$TEMP0,$TEMP0
    +	vmovdqu		-8+32*5-128($ap),$TEMP2
    +	vpaddq		$TEMP0,$ACC3,$ACC3
    +	vpmuludq	$Bi,$TEMP1,$TEMP1
    +	vmovdqu		-8+32*6-128($ap),$TEMP0
    +	vpaddq		$TEMP1,$ACC4,$ACC4
    +	vpmuludq	$Bi,$TEMP2,$TEMP2
    +	vmovdqu		-8+32*7-128($ap),$TEMP1
    +	vpaddq		$TEMP2,$ACC5,$ACC5
    +	vpmuludq	$Bi,$TEMP0,$TEMP0
    +	vmovdqu		-8+32*8-128($ap),$TEMP2
    +	vpaddq		$TEMP0,$ACC6,$ACC6
    +	vpmuludq	$Bi,$TEMP1,$TEMP1
    +	vmovdqu		-8+32*9-128($ap),$ACC9
    +	vpaddq		$TEMP1,$ACC7,$ACC7
    +	vpmuludq	$Bi,$TEMP2,$TEMP2
    +	vpaddq		$TEMP2,$ACC8,$ACC8
    +	vpmuludq	$Bi,$ACC9,$ACC9
    +	 vpbroadcastq	16($bp), $Bi
    +
    +	mov	%rax,%rdx
    +	imulq	-128($np),%rax
    +	add	%rax,$r1
    +	 vmovdqu	-8+32*1-128($np),$TEMP0
    +	mov	%rdx,%rax
    +	imulq	8-128($np),%rax
    +	add	%rax,$r2
    +	 vmovdqu	-8+32*2-128($np),$TEMP1
    +	shr	\$29, $r1
    +	imulq	16-128($np),%rdx
    +	add	%rdx,$r3
    +	add	$r1, $r2
    +
    +	vpmuludq	$Yi,$TEMP0,$TEMP0
    +	 vmovq		$Bi, %rbx
    +	vmovdqu		-8+32*3-128($np),$TEMP2
    +	vpaddq		$TEMP0,$ACC1,$ACC1
    +	vpmuludq	$Yi,$TEMP1,$TEMP1
    +	vmovdqu		-8+32*4-128($np),$TEMP0
    +	vpaddq		$TEMP1,$ACC2,$ACC2
    +	vpmuludq	$Yi,$TEMP2,$TEMP2
    +	vmovdqu		-8+32*5-128($np),$TEMP1
    +	vpaddq		$TEMP2,$ACC3,$ACC3
    +	vpmuludq	$Yi,$TEMP0,$TEMP0
    +	vmovdqu		-8+32*6-128($np),$TEMP2
    +	vpaddq		$TEMP0,$ACC4,$ACC4
    +	vpmuludq	$Yi,$TEMP1,$TEMP1
    +	vmovdqu		-8+32*7-128($np),$TEMP0
    +	vpaddq		$TEMP1,$ACC5,$ACC5
    +	vpmuludq	$Yi,$TEMP2,$TEMP2
    +	vmovdqu		-8+32*8-128($np),$TEMP1
    +	vpaddq		$TEMP2,$ACC6,$ACC6
    +	vpmuludq	$Yi,$TEMP0,$TEMP0
    +	vmovdqu		-8+32*9-128($np),$TEMP2
    +	vpaddq		$TEMP0,$ACC7,$ACC7
    +	vpmuludq	$Yi,$TEMP1,$TEMP1
    +	vpaddq		$TEMP1,$ACC8,$ACC8
    +	vpmuludq	$Yi,$TEMP2,$TEMP2
    +	vpaddq		$TEMP2,$ACC9,$ACC9
    +
    +	 vmovdqu	-16+32*1-128($ap),$TEMP0
    +	mov	%rbx,%rax
    +	imulq	-128($ap),%rax
    +	add	$r2,%rax
    +
    +	 vmovdqu	-16+32*2-128($ap),$TEMP1
    +	mov	%rax,$r2
    +	imull	$n0, %eax
    +	and	\$0x1fffffff, %eax
    +
    +	 imulq	8-128($ap),%rbx
    +	 add	%rbx,$r3
    +	vpmuludq	$Bi,$TEMP0,$TEMP0
    +	 vmovd		%eax, $Yi
    +	vmovdqu		-16+32*3-128($ap),$TEMP2
    +	vpaddq		$TEMP0,$ACC1,$ACC1
    +	vpmuludq	$Bi,$TEMP1,$TEMP1
    +	 vpbroadcastq	$Yi, $Yi
    +	vmovdqu		-16+32*4-128($ap),$TEMP0
    +	vpaddq		$TEMP1,$ACC2,$ACC2
    +	vpmuludq	$Bi,$TEMP2,$TEMP2
    +	vmovdqu		-16+32*5-128($ap),$TEMP1
    +	vpaddq		$TEMP2,$ACC3,$ACC3
    +	vpmuludq	$Bi,$TEMP0,$TEMP0
    +	vmovdqu		-16+32*6-128($ap),$TEMP2
    +	vpaddq		$TEMP0,$ACC4,$ACC4
    +	vpmuludq	$Bi,$TEMP1,$TEMP1
    +	vmovdqu		-16+32*7-128($ap),$TEMP0
    +	vpaddq		$TEMP1,$ACC5,$ACC5
    +	vpmuludq	$Bi,$TEMP2,$TEMP2
    +	vmovdqu		-16+32*8-128($ap),$TEMP1
    +	vpaddq		$TEMP2,$ACC6,$ACC6
    +	vpmuludq	$Bi,$TEMP0,$TEMP0
    +	vmovdqu		-16+32*9-128($ap),$TEMP2
    +	vpaddq		$TEMP0,$ACC7,$ACC7
    +	vpmuludq	$Bi,$TEMP1,$TEMP1
    +	vpaddq		$TEMP1,$ACC8,$ACC8
    +	vpmuludq	$Bi,$TEMP2,$TEMP2
    +	 vpbroadcastq	24($bp), $Bi
    +	vpaddq		$TEMP2,$ACC9,$ACC9
    +
    +	 vmovdqu	-16+32*1-128($np),$TEMP0
    +	mov	%rax,%rdx
    +	imulq	-128($np),%rax
    +	add	%rax,$r2
    +	 vmovdqu	-16+32*2-128($np),$TEMP1
    +	imulq	8-128($np),%rdx
    +	add	%rdx,$r3
    +	shr	\$29, $r2
    +
    +	vpmuludq	$Yi,$TEMP0,$TEMP0
    +	 vmovq		$Bi, %rbx
    +	vmovdqu		-16+32*3-128($np),$TEMP2
    +	vpaddq		$TEMP0,$ACC1,$ACC1
    +	vpmuludq	$Yi,$TEMP1,$TEMP1
    +	vmovdqu		-16+32*4-128($np),$TEMP0
    +	vpaddq		$TEMP1,$ACC2,$ACC2
    +	vpmuludq	$Yi,$TEMP2,$TEMP2
    +	vmovdqu		-16+32*5-128($np),$TEMP1
    +	vpaddq		$TEMP2,$ACC3,$ACC3
    +	vpmuludq	$Yi,$TEMP0,$TEMP0
    +	vmovdqu		-16+32*6-128($np),$TEMP2
    +	vpaddq		$TEMP0,$ACC4,$ACC4
    +	vpmuludq	$Yi,$TEMP1,$TEMP1
    +	vmovdqu		-16+32*7-128($np),$TEMP0
    +	vpaddq		$TEMP1,$ACC5,$ACC5
    +	vpmuludq	$Yi,$TEMP2,$TEMP2
    +	vmovdqu		-16+32*8-128($np),$TEMP1
    +	vpaddq		$TEMP2,$ACC6,$ACC6
    +	vpmuludq	$Yi,$TEMP0,$TEMP0
    +	vmovdqu		-16+32*9-128($np),$TEMP2
    +	vpaddq		$TEMP0,$ACC7,$ACC7
    +	vpmuludq	$Yi,$TEMP1,$TEMP1
    +	 vmovdqu	-24+32*1-128($ap),$TEMP0
    +	vpaddq		$TEMP1,$ACC8,$ACC8
    +	vpmuludq	$Yi,$TEMP2,$TEMP2
    +	 vmovdqu	-24+32*2-128($ap),$TEMP1
    +	vpaddq		$TEMP2,$ACC9,$ACC9
    +
    +	add	$r2, $r3
    +	imulq	-128($ap),%rbx
    +	add	%rbx,$r3
    +
    +	mov	$r3, %rax
    +	imull	$n0, %eax
    +	and	\$0x1fffffff, %eax
    +
    +	vpmuludq	$Bi,$TEMP0,$TEMP0
    +	 vmovd		%eax, $Yi
    +	vmovdqu		-24+32*3-128($ap),$TEMP2
    +	vpaddq		$TEMP0,$ACC1,$ACC1
    +	vpmuludq	$Bi,$TEMP1,$TEMP1
    +	 vpbroadcastq	$Yi, $Yi
    +	vmovdqu		-24+32*4-128($ap),$TEMP0
    +	vpaddq		$TEMP1,$ACC2,$ACC2
    +	vpmuludq	$Bi,$TEMP2,$TEMP2
    +	vmovdqu		-24+32*5-128($ap),$TEMP1
    +	vpaddq		$TEMP2,$ACC3,$ACC3
    +	vpmuludq	$Bi,$TEMP0,$TEMP0
    +	vmovdqu		-24+32*6-128($ap),$TEMP2
    +	vpaddq		$TEMP0,$ACC4,$ACC4
    +	vpmuludq	$Bi,$TEMP1,$TEMP1
    +	vmovdqu		-24+32*7-128($ap),$TEMP0
    +	vpaddq		$TEMP1,$ACC5,$ACC5
    +	vpmuludq	$Bi,$TEMP2,$TEMP2
    +	vmovdqu		-24+32*8-128($ap),$TEMP1
    +	vpaddq		$TEMP2,$ACC6,$ACC6
    +	vpmuludq	$Bi,$TEMP0,$TEMP0
    +	vmovdqu		-24+32*9-128($ap),$TEMP2
    +	vpaddq		$TEMP0,$ACC7,$ACC7
    +	vpmuludq	$Bi,$TEMP1,$TEMP1
    +	vpaddq		$TEMP1,$ACC8,$ACC8
    +	vpmuludq	$Bi,$TEMP2,$TEMP2
    +	 vpbroadcastq	32($bp), $Bi
    +	vpaddq		$TEMP2,$ACC9,$ACC9
    +	 add		\$32, $bp			# $bp++
    +
    +	vmovdqu		-24+32*1-128($np),$TEMP0
    +	imulq	-128($np),%rax
    +	add	%rax,$r3
    +	shr	\$29, $r3
    +
    +	vmovdqu		-24+32*2-128($np),$TEMP1
    +	vpmuludq	$Yi,$TEMP0,$TEMP0
    +	 vmovq		$Bi, %rbx
    +	vmovdqu		-24+32*3-128($np),$TEMP2
    +	vpaddq		$TEMP0,$ACC1,$ACC0		# $ACC0==$TEMP0
    +	vpmuludq	$Yi,$TEMP1,$TEMP1
    +	 vmovdqu	$ACC0, (%rsp)			# transfer $r0-$r3
    +	vpaddq		$TEMP1,$ACC2,$ACC1
    +	vmovdqu		-24+32*4-128($np),$TEMP0
    +	vpmuludq	$Yi,$TEMP2,$TEMP2
    +	vmovdqu		-24+32*5-128($np),$TEMP1
    +	vpaddq		$TEMP2,$ACC3,$ACC2
    +	vpmuludq	$Yi,$TEMP0,$TEMP0
    +	vmovdqu		-24+32*6-128($np),$TEMP2
    +	vpaddq		$TEMP0,$ACC4,$ACC3
    +	vpmuludq	$Yi,$TEMP1,$TEMP1
    +	vmovdqu		-24+32*7-128($np),$TEMP0
    +	vpaddq		$TEMP1,$ACC5,$ACC4
    +	vpmuludq	$Yi,$TEMP2,$TEMP2
    +	vmovdqu		-24+32*8-128($np),$TEMP1
    +	vpaddq		$TEMP2,$ACC6,$ACC5
    +	vpmuludq	$Yi,$TEMP0,$TEMP0
    +	vmovdqu		-24+32*9-128($np),$TEMP2
    +	 mov	$r3, $r0
    +	vpaddq		$TEMP0,$ACC7,$ACC6
    +	vpmuludq	$Yi,$TEMP1,$TEMP1
    +	 add	(%rsp), $r0
    +	vpaddq		$TEMP1,$ACC8,$ACC7
    +	vpmuludq	$Yi,$TEMP2,$TEMP2
    +	 vmovq	$r3, $TEMP1
    +	vpaddq		$TEMP2,$ACC9,$ACC8
    +
    +	dec	$i
    +	jnz	.Loop_mul_1024
    +___
    +
    +# (*)	Original implementation was correcting ACC1-ACC3 for overflow
    +#	after 7 loop runs, or after 28 iterations, or 56 additions.
    +#	But as we underutilize resources, it's possible to correct in
    +#	each iteration with marginal performance loss. But then, as
    +#	we do it in each iteration, we can correct less digits, and
    +#	avoid performance penalties completely. Also note that we
    +#	correct only three digits out of four. This works because
    +#	most significant digit is subjected to less additions.
    +
    +$TEMP0 = $ACC9;
    +$TEMP3 = $Bi;
    +$TEMP4 = $Yi;
    +$code.=<<___;
    +	vpermq		\$0, $AND_MASK, $AND_MASK
    +	vpaddq		(%rsp), $TEMP1, $ACC0
    +
    +	vpsrlq		\$29, $ACC0, $TEMP1
    +	vpand		$AND_MASK, $ACC0, $ACC0
    +	vpsrlq		\$29, $ACC1, $TEMP2
    +	vpand		$AND_MASK, $ACC1, $ACC1
    +	vpsrlq		\$29, $ACC2, $TEMP3
    +	vpermq		\$0x93, $TEMP1, $TEMP1
    +	vpand		$AND_MASK, $ACC2, $ACC2
    +	vpsrlq		\$29, $ACC3, $TEMP4
    +	vpermq		\$0x93, $TEMP2, $TEMP2
    +	vpand		$AND_MASK, $ACC3, $ACC3
    +
    +	vpblendd	\$3, $ZERO, $TEMP1, $TEMP0
    +	vpermq		\$0x93, $TEMP3, $TEMP3
    +	vpblendd	\$3, $TEMP1, $TEMP2, $TEMP1
    +	vpermq		\$0x93, $TEMP4, $TEMP4
    +	vpaddq		$TEMP0, $ACC0, $ACC0
    +	vpblendd	\$3, $TEMP2, $TEMP3, $TEMP2
    +	vpaddq		$TEMP1, $ACC1, $ACC1
    +	vpblendd	\$3, $TEMP3, $TEMP4, $TEMP3
    +	vpaddq		$TEMP2, $ACC2, $ACC2
    +	vpblendd	\$3, $TEMP4, $ZERO, $TEMP4
    +	vpaddq		$TEMP3, $ACC3, $ACC3
    +	vpaddq		$TEMP4, $ACC4, $ACC4
    +
    +	vpsrlq		\$29, $ACC0, $TEMP1
    +	vpand		$AND_MASK, $ACC0, $ACC0
    +	vpsrlq		\$29, $ACC1, $TEMP2
    +	vpand		$AND_MASK, $ACC1, $ACC1
    +	vpsrlq		\$29, $ACC2, $TEMP3
    +	vpermq		\$0x93, $TEMP1, $TEMP1
    +	vpand		$AND_MASK, $ACC2, $ACC2
    +	vpsrlq		\$29, $ACC3, $TEMP4
    +	vpermq		\$0x93, $TEMP2, $TEMP2
    +	vpand		$AND_MASK, $ACC3, $ACC3
    +	vpermq		\$0x93, $TEMP3, $TEMP3
    +
    +	vpblendd	\$3, $ZERO, $TEMP1, $TEMP0
    +	vpermq		\$0x93, $TEMP4, $TEMP4
    +	vpblendd	\$3, $TEMP1, $TEMP2, $TEMP1
    +	vpaddq		$TEMP0, $ACC0, $ACC0
    +	vpblendd	\$3, $TEMP2, $TEMP3, $TEMP2
    +	vpaddq		$TEMP1, $ACC1, $ACC1
    +	vpblendd	\$3, $TEMP3, $TEMP4, $TEMP3
    +	vpaddq		$TEMP2, $ACC2, $ACC2
    +	vpblendd	\$3, $TEMP4, $ZERO, $TEMP4
    +	vpaddq		$TEMP3, $ACC3, $ACC3
    +	vpaddq		$TEMP4, $ACC4, $ACC4
    +
    +	vmovdqu		$ACC0, 0-128($rp)
    +	vmovdqu		$ACC1, 32-128($rp)
    +	vmovdqu		$ACC2, 64-128($rp)
    +	vmovdqu		$ACC3, 96-128($rp)
    +___
    +
    +$TEMP5=$ACC0;
    +$code.=<<___;
    +	vpsrlq		\$29, $ACC4, $TEMP1
    +	vpand		$AND_MASK, $ACC4, $ACC4
    +	vpsrlq		\$29, $ACC5, $TEMP2
    +	vpand		$AND_MASK, $ACC5, $ACC5
    +	vpsrlq		\$29, $ACC6, $TEMP3
    +	vpermq		\$0x93, $TEMP1, $TEMP1
    +	vpand		$AND_MASK, $ACC6, $ACC6
    +	vpsrlq		\$29, $ACC7, $TEMP4
    +	vpermq		\$0x93, $TEMP2, $TEMP2
    +	vpand		$AND_MASK, $ACC7, $ACC7
    +	vpsrlq		\$29, $ACC8, $TEMP5
    +	vpermq		\$0x93, $TEMP3, $TEMP3
    +	vpand		$AND_MASK, $ACC8, $ACC8
    +	vpermq		\$0x93, $TEMP4, $TEMP4
    +
    +	vpblendd	\$3, $ZERO, $TEMP1, $TEMP0
    +	vpermq		\$0x93, $TEMP5, $TEMP5
    +	vpblendd	\$3, $TEMP1, $TEMP2, $TEMP1
    +	vpaddq		$TEMP0, $ACC4, $ACC4
    +	vpblendd	\$3, $TEMP2, $TEMP3, $TEMP2
    +	vpaddq		$TEMP1, $ACC5, $ACC5
    +	vpblendd	\$3, $TEMP3, $TEMP4, $TEMP3
    +	vpaddq		$TEMP2, $ACC6, $ACC6
    +	vpblendd	\$3, $TEMP4, $TEMP5, $TEMP4
    +	vpaddq		$TEMP3, $ACC7, $ACC7
    +	vpaddq		$TEMP4, $ACC8, $ACC8
    +
    +	vpsrlq		\$29, $ACC4, $TEMP1
    +	vpand		$AND_MASK, $ACC4, $ACC4
    +	vpsrlq		\$29, $ACC5, $TEMP2
    +	vpand		$AND_MASK, $ACC5, $ACC5
    +	vpsrlq		\$29, $ACC6, $TEMP3
    +	vpermq		\$0x93, $TEMP1, $TEMP1
    +	vpand		$AND_MASK, $ACC6, $ACC6
    +	vpsrlq		\$29, $ACC7, $TEMP4
    +	vpermq		\$0x93, $TEMP2, $TEMP2
    +	vpand		$AND_MASK, $ACC7, $ACC7
    +	vpsrlq		\$29, $ACC8, $TEMP5
    +	vpermq		\$0x93, $TEMP3, $TEMP3
    +	vpand		$AND_MASK, $ACC8, $ACC8
    +	vpermq		\$0x93, $TEMP4, $TEMP4
    +
    +	vpblendd	\$3, $ZERO, $TEMP1, $TEMP0
    +	vpermq		\$0x93, $TEMP5, $TEMP5
    +	vpblendd	\$3, $TEMP1, $TEMP2, $TEMP1
    +	vpaddq		$TEMP0, $ACC4, $ACC4
    +	vpblendd	\$3, $TEMP2, $TEMP3, $TEMP2
    +	vpaddq		$TEMP1, $ACC5, $ACC5
    +	vpblendd	\$3, $TEMP3, $TEMP4, $TEMP3
    +	vpaddq		$TEMP2, $ACC6, $ACC6
    +	vpblendd	\$3, $TEMP4, $TEMP5, $TEMP4
    +	vpaddq		$TEMP3, $ACC7, $ACC7
    +	vpaddq		$TEMP4, $ACC8, $ACC8
    +
    +	vmovdqu		$ACC4, 128-128($rp)
    +	vmovdqu		$ACC5, 160-128($rp)    
    +	vmovdqu		$ACC6, 192-128($rp)
    +	vmovdqu		$ACC7, 224-128($rp)
    +	vmovdqu		$ACC8, 256-128($rp)
    +	vzeroupper
    +
    +	mov	%rbp, %rax
    +___
    +$code.=<<___ if ($win64);
    +	movaps	-0xd8(%rax),%xmm6
    +	movaps	-0xc8(%rax),%xmm7
    +	movaps	-0xb8(%rax),%xmm8
    +	movaps	-0xa8(%rax),%xmm9
    +	movaps	-0x98(%rax),%xmm10
    +	movaps	-0x88(%rax),%xmm11
    +	movaps	-0x78(%rax),%xmm12
    +	movaps	-0x68(%rax),%xmm13
    +	movaps	-0x58(%rax),%xmm14
    +	movaps	-0x48(%rax),%xmm15
    +___
    +$code.=<<___;
    +	mov	-48(%rax),%r15
    +	mov	-40(%rax),%r14
    +	mov	-32(%rax),%r13
    +	mov	-24(%rax),%r12
    +	mov	-16(%rax),%rbp
    +	mov	-8(%rax),%rbx
    +	lea	(%rax),%rsp		# restore %rsp
    +.Lmul_1024_epilogue:
    +	ret
    +.size	rsaz_1024_mul_avx2,.-rsaz_1024_mul_avx2
    +___
    +}
    +{
    +my ($out,$inp) = $win64 ? ("%rcx","%rdx") : ("%rdi","%rsi");
    +my @T = map("%r$_",(8..11));
    +
    +$code.=<<___;
    +.globl	rsaz_1024_red2norm_avx2
    +.type	rsaz_1024_red2norm_avx2,\@abi-omnipotent
    +.align	32
    +rsaz_1024_red2norm_avx2:
    +	sub	\$-128,$inp	# size optimization
    +	xor	%rax,%rax
    +___
    +
    +for ($j=0,$i=0; $i<16; $i++) {
    +    my $k=0;
    +    while (29*$j<64*($i+1)) {	# load data till boundary
    +	$code.="	mov	`8*$j-128`($inp), @T[0]\n";
    +	$j++; $k++; push(@T,shift(@T));
    +    }
    +    $l=$k;
    +    while ($k>1) {		# shift loaded data but last value
    +	$code.="	shl	\$`29*($j-$k)`,@T[-$k]\n";
    +	$k--;
    +    }
    +    $code.=<<___;		# shift last value
    +	mov	@T[-1], @T[0]
    +	shl	\$`29*($j-1)`, @T[-1]
    +	shr	\$`-29*($j-1)`, @T[0]
    +___
    +    while ($l) {		# accumulate all values
    +	$code.="	add	@T[-$l], %rax\n";
    +	$l--;
    +    }
    +	$code.=<<___;
    +	adc	\$0, @T[0]	# consume eventual carry
    +	mov	%rax, 8*$i($out)
    +	mov	@T[0], %rax
    +___
    +    push(@T,shift(@T));
    +}
    +$code.=<<___;
    +	ret
    +.size	rsaz_1024_red2norm_avx2,.-rsaz_1024_red2norm_avx2
    +
    +.globl	rsaz_1024_norm2red_avx2
    +.type	rsaz_1024_norm2red_avx2,\@abi-omnipotent
    +.align	32
    +rsaz_1024_norm2red_avx2:
    +	sub	\$-128,$out	# size optimization
    +	mov	($inp),@T[0]
    +	mov	\$0x1fffffff,%eax
    +___
    +for ($j=0,$i=0; $i<16; $i++) {
    +    $code.="	mov	`8*($i+1)`($inp),@T[1]\n"	if ($i<15);
    +    $code.="	xor	@T[1],@T[1]\n"			if ($i==15);
    +    my $k=1;
    +    while (29*($j+1)<64*($i+1)) {
    +    	$code.=<<___;
    +	mov	@T[0],@T[-$k]
    +	shr	\$`29*$j`,@T[-$k]
    +	and	%rax,@T[-$k]				# &0x1fffffff
    +	mov	@T[-$k],`8*$j-128`($out)
    +___
    +	$j++; $k++;
    +    }
    +    $code.=<<___;
    +	shrd	\$`29*$j`,@T[1],@T[0]
    +	and	%rax,@T[0]
    +	mov	@T[0],`8*$j-128`($out)
    +___
    +    $j++;
    +    push(@T,shift(@T));
    +}
    +$code.=<<___;
    +	mov	@T[0],`8*$j-128`($out)			# zero
    +	mov	@T[0],`8*($j+1)-128`($out)
    +	mov	@T[0],`8*($j+2)-128`($out)
    +	mov	@T[0],`8*($j+3)-128`($out)
    +	ret
    +.size	rsaz_1024_norm2red_avx2,.-rsaz_1024_norm2red_avx2
    +___
    +}
    +{
    +my ($out,$inp,$power) = $win64 ? ("%rcx","%rdx","%r8d") : ("%rdi","%rsi","%edx");
    +
    +$code.=<<___;
    +.globl	rsaz_1024_scatter5_avx2
    +.type	rsaz_1024_scatter5_avx2,\@abi-omnipotent
    +.align	32
    +rsaz_1024_scatter5_avx2:
    +	vzeroupper
    +	vmovdqu	.Lscatter_permd(%rip),%ymm5
    +	shl	\$4,$power
    +	lea	($out,$power),$out
    +	mov	\$9,%eax
    +	jmp	.Loop_scatter_1024
    +
    +.align	32
    +.Loop_scatter_1024:
    +	vmovdqu		($inp),%ymm0
    +	lea		32($inp),$inp
    +	vpermd		%ymm0,%ymm5,%ymm0
    +	vmovdqu		%xmm0,($out)
    +	lea		16*32($out),$out
    +	dec	%eax
    +	jnz	.Loop_scatter_1024
    +
    +	vzeroupper
    +	ret
    +.size	rsaz_1024_scatter5_avx2,.-rsaz_1024_scatter5_avx2
    +
    +.globl	rsaz_1024_gather5_avx2
    +.type	rsaz_1024_gather5_avx2,\@abi-omnipotent
    +.align	32
    +rsaz_1024_gather5_avx2:
    +___
    +$code.=<<___ if ($win64);
    +	lea	-0x88(%rsp),%rax
    +	vzeroupper
    +.LSEH_begin_rsaz_1024_gather5:
    +	# I can't trust assembler to use specific encoding:-(
    +	.byte	0x48,0x8d,0x60,0xe0		#lea	-0x20(%rax),%rsp
    +	.byte	0xc5,0xf8,0x29,0x70,0xe0	#vmovaps %xmm6,-0x20(%rax)
    +	.byte	0xc5,0xf8,0x29,0x78,0xf0	#vmovaps %xmm7,-0x10(%rax)
    +	.byte	0xc5,0x78,0x29,0x40,0x00	#vmovaps %xmm8,0(%rax)
    +	.byte	0xc5,0x78,0x29,0x48,0x10	#vmovaps %xmm9,0x10(%rax)
    +	.byte	0xc5,0x78,0x29,0x50,0x20	#vmovaps %xmm10,0x20(%rax)
    +	.byte	0xc5,0x78,0x29,0x58,0x30	#vmovaps %xmm11,0x30(%rax)
    +	.byte	0xc5,0x78,0x29,0x60,0x40	#vmovaps %xmm12,0x40(%rax)
    +	.byte	0xc5,0x78,0x29,0x68,0x50	#vmovaps %xmm13,0x50(%rax)
    +	.byte	0xc5,0x78,0x29,0x70,0x60	#vmovaps %xmm14,0x60(%rax)
    +	.byte	0xc5,0x78,0x29,0x78,0x70	#vmovaps %xmm15,0x70(%rax)
    +___
    +$code.=<<___;
    +	lea	.Lgather_table(%rip),%r11
    +	mov	$power,%eax
    +	and	\$3,$power
    +	shr	\$2,%eax			# cache line number
    +	shl	\$4,$power			# offset within cache line
    +
    +	vmovdqu		-32(%r11),%ymm7		# .Lgather_permd
    +	vpbroadcastb	8(%r11,%rax), %xmm8
    +	vpbroadcastb	7(%r11,%rax), %xmm9
    +	vpbroadcastb	6(%r11,%rax), %xmm10
    +	vpbroadcastb	5(%r11,%rax), %xmm11
    +	vpbroadcastb	4(%r11,%rax), %xmm12
    +	vpbroadcastb	3(%r11,%rax), %xmm13
    +	vpbroadcastb	2(%r11,%rax), %xmm14
    +	vpbroadcastb	1(%r11,%rax), %xmm15
    +
    +	lea	64($inp,$power),$inp
    +	mov	\$64,%r11			# size optimization
    +	mov	\$9,%eax
    +	jmp	.Loop_gather_1024
    +
    +.align	32
    +.Loop_gather_1024:
    +	vpand		-64($inp),		%xmm8,%xmm0
    +	vpand		($inp),			%xmm9,%xmm1
    +	vpand		64($inp),		%xmm10,%xmm2
    +	vpand		($inp,%r11,2),		%xmm11,%xmm3
    +	 vpor					%xmm0,%xmm1,%xmm1
    +	vpand		64($inp,%r11,2),	%xmm12,%xmm4
    +	 vpor					%xmm2,%xmm3,%xmm3
    +	vpand		($inp,%r11,4),		%xmm13,%xmm5
    +	 vpor					%xmm1,%xmm3,%xmm3
    +	vpand		64($inp,%r11,4),	%xmm14,%xmm6
    +	 vpor					%xmm4,%xmm5,%xmm5
    +	vpand		-128($inp,%r11,8),	%xmm15,%xmm2
    +	lea		($inp,%r11,8),$inp
    +	 vpor					%xmm3,%xmm5,%xmm5
    +	 vpor					%xmm2,%xmm6,%xmm6
    +	 vpor					%xmm5,%xmm6,%xmm6
    +	vpermd		%ymm6,%ymm7,%ymm6
    +	vmovdqu		%ymm6,($out)
    +	lea		32($out),$out
    +	dec	%eax
    +	jnz	.Loop_gather_1024
    +
    +	vpxor	%ymm0,%ymm0,%ymm0
    +	vmovdqu	%ymm0,($out)
    +	vzeroupper
    +___
    +$code.=<<___ if ($win64);
    +	movaps	(%rsp),%xmm6
    +	movaps	0x10(%rsp),%xmm7
    +	movaps	0x20(%rsp),%xmm8
    +	movaps	0x30(%rsp),%xmm9
    +	movaps	0x40(%rsp),%xmm10
    +	movaps	0x50(%rsp),%xmm11
    +	movaps	0x60(%rsp),%xmm12
    +	movaps	0x70(%rsp),%xmm13
    +	movaps	0x80(%rsp),%xmm14
    +	movaps	0x90(%rsp),%xmm15
    +	lea	0xa8(%rsp),%rsp
    +.LSEH_end_rsaz_1024_gather5:
    +___
    +$code.=<<___;
    +	ret
    +.size	rsaz_1024_gather5_avx2,.-rsaz_1024_gather5_avx2
    +___
    +}
    +
    +$code.=<<___;
    +.extern	OPENSSL_ia32cap_P
    +.globl	rsaz_avx2_eligible
    +.type	rsaz_avx2_eligible,\@abi-omnipotent
    +.align	32
    +rsaz_avx2_eligible:
    +	mov	OPENSSL_ia32cap_P+8(%rip),%eax
    +___
    +$code.=<<___	if ($addx);
    +	mov	\$`1<<8|1<<19`,%ecx
    +	mov	\$0,%edx
    +	and	%eax,%ecx
    +	cmp	\$`1<<8|1<<19`,%ecx	# check for BMI2+AD*X
    +	cmove	%edx,%eax
    +___
    +$code.=<<___;
    +	and	\$`1<<5`,%eax
    +	shr	\$5,%eax
    +	ret
    +.size	rsaz_avx2_eligible,.-rsaz_avx2_eligible
    +
    +.align	64
    +.Land_mask:
    +	.quad	0x1fffffff,0x1fffffff,0x1fffffff,-1
    +.Lscatter_permd:
    +	.long	0,2,4,6,7,7,7,7
    +.Lgather_permd:
    +	.long	0,7,1,7,2,7,3,7
    +.Lgather_table:
    +	.byte	0,0,0,0,0,0,0,0, 0xff,0,0,0,0,0,0,0
    +.align	64
    +___
    +
    +if ($win64) {
    +$rec="%rcx";
    +$frame="%rdx";
    +$context="%r8";
    +$disp="%r9";
    +
    +$code.=<<___
    +.extern	__imp_RtlVirtualUnwind
    +.type	rsaz_se_handler,\@abi-omnipotent
    +.align	16
    +rsaz_se_handler:
    +	push	%rsi
    +	push	%rdi
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +	pushfq
    +	sub	\$64,%rsp
    +
    +	mov	120($context),%rax	# pull context->Rax
    +	mov	248($context),%rbx	# pull context->Rip
    +
    +	mov	8($disp),%rsi		# disp->ImageBase
    +	mov	56($disp),%r11		# disp->HandlerData
    +
    +	mov	0(%r11),%r10d		# HandlerData[0]
    +	lea	(%rsi,%r10),%r10	# prologue label
    +	cmp	%r10,%rbx		# context->RipRsp
    +
    +	mov	4(%r11),%r10d		# HandlerData[1]
    +	lea	(%rsi,%r10),%r10	# epilogue label
    +	cmp	%r10,%rbx		# context->Rip>=epilogue label
    +	jae	.Lcommon_seh_tail
    +
    +	mov	160($context),%rax	# pull context->Rbp
    +
    +	mov	-48(%rax),%r15
    +	mov	-40(%rax),%r14
    +	mov	-32(%rax),%r13
    +	mov	-24(%rax),%r12
    +	mov	-16(%rax),%rbp
    +	mov	-8(%rax),%rbx
    +	mov	%r15,240($context)
    +	mov	%r14,232($context)
    +	mov	%r13,224($context)
    +	mov	%r12,216($context)
    +	mov	%rbp,160($context)
    +	mov	%rbx,144($context)
    +
    +	lea	-0xd8(%rax),%rsi	# %xmm save area
    +	lea	512($context),%rdi	# & context.Xmm6
    +	mov	\$20,%ecx		# 10*sizeof(%xmm0)/sizeof(%rax)
    +	.long	0xa548f3fc		# cld; rep movsq
    +
    +.Lcommon_seh_tail:
    +	mov	8(%rax),%rdi
    +	mov	16(%rax),%rsi
    +	mov	%rax,152($context)	# restore context->Rsp
    +	mov	%rsi,168($context)	# restore context->Rsi
    +	mov	%rdi,176($context)	# restore context->Rdi
    +
    +	mov	40($disp),%rdi		# disp->ContextRecord
    +	mov	$context,%rsi		# context
    +	mov	\$154,%ecx		# sizeof(CONTEXT)
    +	.long	0xa548f3fc		# cld; rep movsq
    +
    +	mov	$disp,%rsi
    +	xor	%rcx,%rcx		# arg1, UNW_FLAG_NHANDLER
    +	mov	8(%rsi),%rdx		# arg2, disp->ImageBase
    +	mov	0(%rsi),%r8		# arg3, disp->ControlPc
    +	mov	16(%rsi),%r9		# arg4, disp->FunctionEntry
    +	mov	40(%rsi),%r10		# disp->ContextRecord
    +	lea	56(%rsi),%r11		# &disp->HandlerData
    +	lea	24(%rsi),%r12		# &disp->EstablisherFrame
    +	mov	%r10,32(%rsp)		# arg5
    +	mov	%r11,40(%rsp)		# arg6
    +	mov	%r12,48(%rsp)		# arg7
    +	mov	%rcx,56(%rsp)		# arg8, (NULL)
    +	call	*__imp_RtlVirtualUnwind(%rip)
    +
    +	mov	\$1,%eax		# ExceptionContinueSearch
    +	add	\$64,%rsp
    +	popfq
    +	pop	%r15
    +	pop	%r14
    +	pop	%r13
    +	pop	%r12
    +	pop	%rbp
    +	pop	%rbx
    +	pop	%rdi
    +	pop	%rsi
    +	ret
    +.size	rsaz_se_handler,.-rsaz_se_handler
    +
    +.section	.pdata
    +.align	4
    +	.rva	.LSEH_begin_rsaz_1024_sqr_avx2
    +	.rva	.LSEH_end_rsaz_1024_sqr_avx2
    +	.rva	.LSEH_info_rsaz_1024_sqr_avx2
    +
    +	.rva	.LSEH_begin_rsaz_1024_mul_avx2
    +	.rva	.LSEH_end_rsaz_1024_mul_avx2
    +	.rva	.LSEH_info_rsaz_1024_mul_avx2
    +
    +	.rva	.LSEH_begin_rsaz_1024_gather5
    +	.rva	.LSEH_end_rsaz_1024_gather5
    +	.rva	.LSEH_info_rsaz_1024_gather5
    +.section	.xdata
    +.align	8
    +.LSEH_info_rsaz_1024_sqr_avx2:
    +	.byte	9,0,0,0
    +	.rva	rsaz_se_handler
    +	.rva	.Lsqr_1024_body,.Lsqr_1024_epilogue
    +.LSEH_info_rsaz_1024_mul_avx2:
    +	.byte	9,0,0,0
    +	.rva	rsaz_se_handler
    +	.rva	.Lmul_1024_body,.Lmul_1024_epilogue
    +.LSEH_info_rsaz_1024_gather5:
    +	.byte	0x01,0x33,0x16,0x00
    +	.byte	0x36,0xf8,0x09,0x00	#vmovaps 0x90(rsp),xmm15
    +	.byte	0x31,0xe8,0x08,0x00	#vmovaps 0x80(rsp),xmm14
    +	.byte	0x2c,0xd8,0x07,0x00	#vmovaps 0x70(rsp),xmm13
    +	.byte	0x27,0xc8,0x06,0x00	#vmovaps 0x60(rsp),xmm12
    +	.byte	0x22,0xb8,0x05,0x00	#vmovaps 0x50(rsp),xmm11
    +	.byte	0x1d,0xa8,0x04,0x00	#vmovaps 0x40(rsp),xmm10
    +	.byte	0x18,0x98,0x03,0x00	#vmovaps 0x30(rsp),xmm9
    +	.byte	0x13,0x88,0x02,0x00	#vmovaps 0x20(rsp),xmm8
    +	.byte	0x0e,0x78,0x01,0x00	#vmovaps 0x10(rsp),xmm7
    +	.byte	0x09,0x68,0x00,0x00	#vmovaps 0x00(rsp),xmm6
    +	.byte	0x04,0x01,0x15,0x00	#sub	rsp,0xa8
    +___
    +}
    +
    +foreach (split("\n",$code)) {
    +	s/\`([^\`]*)\`/eval($1)/ge;
    +
    +	s/\b(sh[rl]d?\s+\$)(-?[0-9]+)/$1.$2%64/ge		or
    +
    +	s/\b(vmov[dq])\b(.+)%ymm([0-9]+)/$1$2%xmm$3/go		or
    +	s/\b(vmovdqu)\b(.+)%x%ymm([0-9]+)/$1$2%xmm$3/go		or
    +	s/\b(vpinsr[qd])\b(.+)%ymm([0-9]+)/$1$2%xmm$3/go	or
    +	s/\b(vpextr[qd])\b(.+)%ymm([0-9]+)/$1$2%xmm$3/go	or
    +	s/\b(vpbroadcast[qd]\s+)%ymm([0-9]+)/$1%xmm$2/go;
    +	print $_,"\n";
    +}
    +
    +}}} else {{{
    +print <<___;	# assembler is too old
    +.text
    +
    +.globl	rsaz_avx2_eligible
    +.type	rsaz_avx2_eligible,\@abi-omnipotent
    +rsaz_avx2_eligible:
    +	xor	%eax,%eax
    +	ret
    +.size	rsaz_avx2_eligible,.-rsaz_avx2_eligible
    +
    +.globl	rsaz_1024_sqr_avx2
    +.globl	rsaz_1024_mul_avx2
    +.globl	rsaz_1024_norm2red_avx2
    +.globl	rsaz_1024_red2norm_avx2
    +.globl	rsaz_1024_scatter5_avx2
    +.globl	rsaz_1024_gather5_avx2
    +.type	rsaz_1024_sqr_avx2,\@abi-omnipotent
    +rsaz_1024_sqr_avx2:
    +rsaz_1024_mul_avx2:
    +rsaz_1024_norm2red_avx2:
    +rsaz_1024_red2norm_avx2:
    +rsaz_1024_scatter5_avx2:
    +rsaz_1024_gather5_avx2:
    +	.byte	0x0f,0x0b	# ud2
    +	ret
    +.size	rsaz_1024_sqr_avx2,.-rsaz_1024_sqr_avx2
    +___
    +}}}
    +
    +close STDOUT;
    diff --git a/openssl/crypto/bn/asm/rsaz-x86_64.pl b/openssl/crypto/bn/asm/rsaz-x86_64.pl
    new file mode 100755
    index 000000000..3bd45dbac
    --- /dev/null
    +++ b/openssl/crypto/bn/asm/rsaz-x86_64.pl
    @@ -0,0 +1,2144 @@
    +#!/usr/bin/env perl
    +
    +##############################################################################
    +#                                                                            #
    +#  Copyright (c) 2012, Intel Corporation                                     #
    +#                                                                            #
    +#  All rights reserved.                                                      #
    +#                                                                            #
    +#  Redistribution and use in source and binary forms, with or without        #
    +#  modification, are permitted provided that the following conditions are    #
    +#  met:                                                                      #
    +#                                                                            #
    +#  *  Redistributions of source code must retain the above copyright         #
    +#     notice, this list of conditions and the following disclaimer.          #
    +#                                                                            #
    +#  *  Redistributions in binary form must reproduce the above copyright      #
    +#     notice, this list of conditions and the following disclaimer in the    #
    +#     documentation and/or other materials provided with the                 #
    +#     distribution.                                                          #
    +#                                                                            #
    +#  *  Neither the name of the Intel Corporation nor the names of its         #
    +#     contributors may be used to endorse or promote products derived from   #
    +#     this software without specific prior written permission.               #
    +#                                                                            #
    +#                                                                            #
    +#  THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION ""AS IS"" AND ANY          #
    +#  EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE         #
    +#  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR        #
    +#  PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION OR            #
    +#  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,     #
    +#  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,       #
    +#  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR        #
    +#  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF    #
    +#  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING      #
    +#  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS        #
    +#  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.              #
    +#                                                                            #
    +##############################################################################
    +# Developers and authors:                                                    #
    +# Shay Gueron (1, 2), and Vlad Krasnov (1)                                   #
    +# (1) Intel Architecture Group, Microprocessor and Chipset Development,      #
    +#     Israel Development Center, Haifa, Israel                               #
    +# (2) University of Haifa                                                    #
    +##############################################################################
    +# Reference:                                                                 #
    +# [1] S. Gueron, "Efficient Software Implementations of Modular              #
    +#     Exponentiation", http://eprint.iacr.org/2011/239                       #
    +# [2] S. Gueron, V. Krasnov. "Speeding up Big-Numbers Squaring".             #
    +#     IEEE Proceedings of 9th International Conference on Information        #
    +#     Technology: New Generations (ITNG 2012), 821-823 (2012).               #
    +# [3] S. Gueron, Efficient Software Implementations of Modular Exponentiation#
    +#     Journal of Cryptographic Engineering 2:31-43 (2012).                   #
    +# [4] S. Gueron, V. Krasnov: "[PATCH] Efficient and side channel analysis    #
    +#     resistant 512-bit and 1024-bit modular exponentiation for optimizing   #
    +#     RSA1024 and RSA2048 on x86_64 platforms",                              #
    +#     http://rt.openssl.org/Ticket/Display.html?id=2582&user=guest&pass=guest#
    +##############################################################################
    +
    +# While original submission covers 512- and 1024-bit exponentiation,
    +# this module is limited to 512-bit version only (and as such
    +# accelerates RSA1024 sign). This is because improvement for longer
    +# keys is not high enough to justify the effort, highest measured
    +# was ~5% on Westmere. [This is relative to OpenSSL 1.0.2, upcoming
    +# for the moment of this writing!] Nor does this module implement
    +# "monolithic" complete exponentiation jumbo-subroutine, but adheres
    +# to more modular mixture of C and assembly. And it's optimized even
    +# for processors other than Intel Core family (see table below for
    +# improvement coefficients).
    +# 						
    +#
    +# RSA1024 sign/sec	this/original	|this/rsax(*)	this/fips(*)
    +#			----------------+---------------------------
    +# Opteron		+13%		|+5%		+20%
    +# Bulldozer		-0%		|-1%		+10%
    +# P4			+11%		|+7%		+8%
    +# Westmere		+5%		|+14%		+17%
    +# Sandy Bridge		+2%		|+12%		+29%
    +# Ivy Bridge		+1%		|+11%		+35%
    +# Haswell(**)		-0%		|+12%		+39%
    +# Atom			+13%		|+11%		+4%
    +# VIA Nano		+70%		|+9%		+25%
    +#
    +# (*)	rsax engine and fips numbers are presented for reference
    +#	purposes;
    +# (**)	MULX was attempted, but found to give only marginal improvement;
    +
    +$flavour = shift;
    +$output  = shift;
    +if ($flavour =~ /\./) { $output = $flavour; undef $flavour; }
    +
    +$win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
    +
    +$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
    +( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
    +( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
    +die "can't locate x86_64-xlate.pl";
    +
    +open OUT,"| \"$^X\" $xlate $flavour $output";
    +*STDOUT=*OUT;
    +
    +if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
    +		=~ /GNU assembler version ([2-9]\.[0-9]+)/) {
    +	$addx = ($1>=2.23);
    +}
    +
    +if (!$addx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
    +	    `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/) {
    +	$addx = ($1>=2.10);
    +}
    +
    +if (!$addx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
    +	    `ml64 2>&1` =~ /Version ([0-9]+)\./) {
    +	$addx = ($1>=12);
    +}
    +
    +if (!$addx && `$ENV{CC} -v 2>&1` =~ /(^clang version|based on LLVM) ([3-9])\.([0-9]+)/) {
    +	my $ver = $2 + $3/100.0;	# 3.1->3.01, 3.10->3.10
    +	$addx = ($ver>=3.03);
    +}
    +
    +($out, $inp, $mod) = ("%rdi", "%rsi", "%rbp");	# common internal API
    +{
    +my ($out,$inp,$mod,$n0,$times) = ("%rdi","%rsi","%rdx","%rcx","%r8d");
    +
    +$code.=<<___;
    +.text
    +
    +.extern	OPENSSL_ia32cap_P
    +
    +.globl	rsaz_512_sqr
    +.type	rsaz_512_sqr,\@function,5
    +.align	32
    +rsaz_512_sqr:				# 25-29% faster than rsaz_512_mul
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +
    +	subq	\$128+24, %rsp
    +.Lsqr_body:
    +	movq	$mod, %rbp		# common argument
    +	movq	($inp), %rdx
    +	movq	8($inp), %rax
    +	movq	$n0, 128(%rsp)
    +___
    +$code.=<<___ if ($addx);
    +	movl	\$0x80100,%r11d
    +	andl	OPENSSL_ia32cap_P+8(%rip),%r11d
    +	cmpl	\$0x80100,%r11d		# check for MULX and ADO/CX
    +	je	.Loop_sqrx
    +___
    +$code.=<<___;
    +	jmp	.Loop_sqr
    +
    +.align	32
    +.Loop_sqr:
    +	movl	$times,128+8(%rsp)
    +#first iteration
    +	movq	%rdx, %rbx
    +	mulq	%rdx
    +	movq	%rax, %r8
    +	movq	16($inp), %rax
    +	movq	%rdx, %r9
    +
    +	mulq	%rbx
    +	addq	%rax, %r9
    +	movq	24($inp), %rax
    +	movq	%rdx, %r10
    +	adcq	\$0, %r10
    +
    +	mulq	%rbx
    +	addq	%rax, %r10
    +	movq	32($inp), %rax
    +	movq	%rdx, %r11
    +	adcq	\$0, %r11
    +
    +	mulq	%rbx
    +	addq	%rax, %r11
    +	movq	40($inp), %rax
    +	movq	%rdx, %r12
    +	adcq	\$0, %r12
    +
    +	mulq	%rbx
    +	addq	%rax, %r12
    +	movq	48($inp), %rax
    +	movq	%rdx, %r13
    +	adcq	\$0, %r13
    +
    +	mulq	%rbx
    +	addq	%rax, %r13
    +	movq	56($inp), %rax
    +	movq	%rdx, %r14
    +	adcq	\$0, %r14
    +
    +	mulq	%rbx
    +	addq	%rax, %r14
    +	movq	%rbx, %rax
    +	movq	%rdx, %r15
    +	adcq	\$0, %r15
    +
    +	addq	%r8, %r8		#shlq	\$1, %r8
    +	movq	%r9, %rcx
    +	adcq	%r9, %r9		#shld	\$1, %r8, %r9
    +
    +	mulq	%rax
    +	movq	%rax, (%rsp)
    +	addq	%rdx, %r8
    +	adcq	\$0, %r9
    +
    +	movq	%r8, 8(%rsp)
    +	shrq	\$63, %rcx
    +
    +#second iteration
    +	movq	8($inp), %r8
    +	movq	16($inp), %rax
    +	mulq	%r8
    +	addq	%rax, %r10
    +	movq	24($inp), %rax
    +	movq	%rdx, %rbx
    +	adcq	\$0, %rbx
    +
    +	mulq	%r8
    +	addq	%rax, %r11
    +	movq	32($inp), %rax
    +	adcq	\$0, %rdx
    +	addq	%rbx, %r11
    +	movq	%rdx, %rbx
    +	adcq	\$0, %rbx
    +
    +	mulq	%r8
    +	addq	%rax, %r12
    +	movq	40($inp), %rax
    +	adcq	\$0, %rdx
    +	addq	%rbx, %r12
    +	movq	%rdx, %rbx
    +	adcq	\$0, %rbx
    +
    +	mulq	%r8
    +	addq	%rax, %r13
    +	movq	48($inp), %rax
    +	adcq	\$0, %rdx
    +	addq	%rbx, %r13
    +	movq	%rdx, %rbx
    +	adcq	\$0, %rbx
    +
    +	mulq	%r8
    +	addq	%rax, %r14
    +	movq	56($inp), %rax
    +	adcq	\$0, %rdx
    +	addq	%rbx, %r14
    +	movq	%rdx, %rbx
    +	adcq	\$0, %rbx
    +
    +	mulq	%r8
    +	addq	%rax, %r15
    +	movq	%r8, %rax
    +	adcq	\$0, %rdx
    +	addq	%rbx, %r15
    +	movq	%rdx, %r8
    +	movq	%r10, %rdx
    +	adcq	\$0, %r8
    +
    +	add	%rdx, %rdx
    +	lea	(%rcx,%r10,2), %r10	#shld	\$1, %rcx, %r10
    +	movq	%r11, %rbx
    +	adcq	%r11, %r11		#shld	\$1, %r10, %r11
    +
    +	mulq	%rax
    +	addq	%rax, %r9
    +	adcq	%rdx, %r10
    +	adcq	\$0, %r11
    +
    +	movq	%r9, 16(%rsp)
    +	movq	%r10, 24(%rsp)
    +	shrq	\$63, %rbx
    +	
    +#third iteration
    +	movq	16($inp), %r9	
    +	movq	24($inp), %rax
    +	mulq	%r9
    +	addq	%rax, %r12
    +	movq	32($inp), %rax
    +	movq	%rdx, %rcx
    +	adcq	\$0, %rcx
    +
    +	mulq	%r9
    +	addq	%rax, %r13
    +	movq	40($inp), %rax
    +	adcq	\$0, %rdx
    +	addq	%rcx, %r13
    +	movq	%rdx, %rcx
    +	adcq	\$0, %rcx
    +
    +	mulq	%r9
    +	addq	%rax, %r14
    +	movq	48($inp), %rax
    +	adcq	\$0, %rdx
    +	addq	%rcx, %r14
    +	movq	%rdx, %rcx
    +	adcq	\$0, %rcx
    +
    +	mulq	%r9
    +	 movq	%r12, %r10
    +	 lea	(%rbx,%r12,2), %r12	#shld	\$1, %rbx, %r12
    +	addq	%rax, %r15
    +	movq	56($inp), %rax
    +	adcq	\$0, %rdx
    +	addq	%rcx, %r15
    +	movq	%rdx, %rcx
    +	adcq	\$0, %rcx
    +
    +	mulq	%r9
    +	 shrq	\$63, %r10
    +	addq	%rax, %r8
    +	movq	%r9, %rax
    +	adcq	\$0, %rdx
    +	addq	%rcx, %r8
    +	movq	%rdx, %r9
    +	adcq	\$0, %r9
    +
    +	movq	%r13, %rcx
    +	leaq	(%r10,%r13,2), %r13	#shld	\$1, %r12, %r13
    +
    +	mulq	%rax
    +	addq	%rax, %r11
    +	adcq	%rdx, %r12
    +	adcq	\$0, %r13
    +
    +	movq	%r11, 32(%rsp)
    +	movq	%r12, 40(%rsp)
    +	shrq	\$63, %rcx
    +
    +#fourth iteration
    +	movq	24($inp), %r10
    +	movq	32($inp), %rax
    +	mulq	%r10
    +	addq	%rax, %r14
    +	movq	40($inp), %rax
    +	movq	%rdx, %rbx
    +	adcq	\$0, %rbx
    +
    +	mulq	%r10
    +	addq	%rax, %r15
    +	movq	48($inp), %rax
    +	adcq	\$0, %rdx
    +	addq	%rbx, %r15
    +	movq	%rdx, %rbx
    +	adcq	\$0, %rbx
    +
    +	mulq	%r10
    +	 movq	%r14, %r12
    +	 leaq	(%rcx,%r14,2), %r14	#shld	\$1, %rcx, %r14
    +	addq	%rax, %r8
    +	movq	56($inp), %rax
    +	adcq	\$0, %rdx
    +	addq	%rbx, %r8
    +	movq	%rdx, %rbx
    +	adcq	\$0, %rbx
    +
    +	mulq	%r10
    +	 shrq	\$63, %r12
    +	addq	%rax, %r9
    +	movq	%r10, %rax
    +	adcq	\$0, %rdx
    +	addq	%rbx, %r9
    +	movq	%rdx, %r10
    +	adcq	\$0, %r10
    +
    +	movq	%r15, %rbx
    +	leaq	(%r12,%r15,2),%r15	#shld	\$1, %r14, %r15
    +
    +	mulq	%rax
    +	addq	%rax, %r13
    +	adcq	%rdx, %r14
    +	adcq	\$0, %r15
    +
    +	movq	%r13, 48(%rsp)
    +	movq	%r14, 56(%rsp)
    +	shrq	\$63, %rbx
    +
    +#fifth iteration
    +	movq	32($inp), %r11
    +	movq	40($inp), %rax
    +	mulq	%r11
    +	addq	%rax, %r8
    +	movq	48($inp), %rax
    +	movq	%rdx, %rcx
    +	adcq	\$0, %rcx
    +
    +	mulq	%r11
    +	addq	%rax, %r9
    +	movq	56($inp), %rax
    +	adcq	\$0, %rdx
    +	 movq	%r8, %r12
    +	 leaq	(%rbx,%r8,2), %r8	#shld	\$1, %rbx, %r8
    +	addq	%rcx, %r9
    +	movq	%rdx, %rcx
    +	adcq	\$0, %rcx
    +
    +	mulq	%r11
    +	 shrq	\$63, %r12
    +	addq	%rax, %r10
    +	movq	%r11, %rax
    +	adcq	\$0, %rdx
    +	addq	%rcx, %r10
    +	movq	%rdx, %r11
    +	adcq	\$0, %r11
    +
    +	movq	%r9, %rcx
    +	leaq	(%r12,%r9,2), %r9	#shld	\$1, %r8, %r9
    +
    +	mulq	%rax
    +	addq	%rax, %r15
    +	adcq	%rdx, %r8
    +	adcq	\$0, %r9
    +
    +	movq	%r15, 64(%rsp)
    +	movq	%r8, 72(%rsp)
    +	shrq	\$63, %rcx
    +
    +#sixth iteration
    +	movq	40($inp), %r12
    +	movq	48($inp), %rax
    +	mulq	%r12
    +	addq	%rax, %r10
    +	movq	56($inp), %rax
    +	movq	%rdx, %rbx
    +	adcq	\$0, %rbx
    +
    +	mulq	%r12
    +	addq	%rax, %r11
    +	movq	%r12, %rax
    +	 movq	%r10, %r15
    +	 leaq	(%rcx,%r10,2), %r10	#shld	\$1, %rcx, %r10
    +	adcq	\$0, %rdx
    +	 shrq	\$63, %r15
    +	addq	%rbx, %r11
    +	movq	%rdx, %r12
    +	adcq	\$0, %r12
    +
    +	movq	%r11, %rbx
    +	leaq	(%r15,%r11,2), %r11	#shld	\$1, %r10, %r11
    +
    +	mulq	%rax
    +	addq	%rax, %r9
    +	adcq	%rdx, %r10
    +	adcq	\$0, %r11
    +
    +	movq	%r9, 80(%rsp)
    +	movq	%r10, 88(%rsp)
    +
    +#seventh iteration
    +	movq	48($inp), %r13
    +	movq	56($inp), %rax
    +	mulq	%r13
    +	addq	%rax, %r12
    +	movq	%r13, %rax
    +	movq	%rdx, %r13
    +	adcq	\$0, %r13
    +
    +	xorq	%r14, %r14
    +	shlq	\$1, %rbx
    +	adcq	%r12, %r12		#shld	\$1, %rbx, %r12
    +	adcq	%r13, %r13		#shld	\$1, %r12, %r13
    +	adcq	%r14, %r14		#shld	\$1, %r13, %r14
    +
    +	mulq	%rax
    +	addq	%rax, %r11
    +	adcq	%rdx, %r12
    +	adcq	\$0, %r13
    +
    +	movq	%r11, 96(%rsp)
    +	movq	%r12, 104(%rsp)
    +
    +#eighth iteration
    +	movq	56($inp), %rax
    +	mulq	%rax
    +	addq	%rax, %r13
    +	adcq	\$0, %rdx
    +
    +	addq	%rdx, %r14
    +
    +	movq	%r13, 112(%rsp)
    +	movq	%r14, 120(%rsp)
    +
    +	movq	(%rsp), %r8
    +	movq	8(%rsp), %r9
    +	movq	16(%rsp), %r10
    +	movq	24(%rsp), %r11
    +	movq	32(%rsp), %r12
    +	movq	40(%rsp), %r13
    +	movq	48(%rsp), %r14
    +	movq	56(%rsp), %r15
    +
    +	call	__rsaz_512_reduce
    +
    +	addq	64(%rsp), %r8
    +	adcq	72(%rsp), %r9
    +	adcq	80(%rsp), %r10
    +	adcq	88(%rsp), %r11
    +	adcq	96(%rsp), %r12
    +	adcq	104(%rsp), %r13
    +	adcq	112(%rsp), %r14
    +	adcq	120(%rsp), %r15
    +	sbbq	%rcx, %rcx
    +
    +	call	__rsaz_512_subtract
    +
    +	movq	%r8, %rdx
    +	movq	%r9, %rax
    +	movl	128+8(%rsp), $times
    +	movq	$out, $inp
    +
    +	decl	$times
    +	jnz	.Loop_sqr
    +___
    +if ($addx) {
    +$code.=<<___;
    +	jmp	.Lsqr_tail
    +
    +.align	32
    +.Loop_sqrx:
    +	movl	$times,128+8(%rsp)
    +	movq	$out, %xmm0		# off-load
    +	movq	%rbp, %xmm1		# off-load
    +#first iteration	
    +	mulx	%rax, %r8, %r9
    +
    +	mulx	16($inp), %rcx, %r10
    +	xor	%rbp, %rbp		# cf=0, of=0
    +
    +	mulx	24($inp), %rax, %r11
    +	adcx	%rcx, %r9
    +
    +	mulx	32($inp), %rcx, %r12
    +	adcx	%rax, %r10
    +
    +	mulx	40($inp), %rax, %r13
    +	adcx	%rcx, %r11
    +
    +	.byte	0xc4,0x62,0xf3,0xf6,0xb6,0x30,0x00,0x00,0x00	# mulx	48($inp), %rcx, %r14
    +	adcx	%rax, %r12
    +	adcx	%rcx, %r13
    +
    +	.byte	0xc4,0x62,0xfb,0xf6,0xbe,0x38,0x00,0x00,0x00	# mulx	56($inp), %rax, %r15
    +	adcx	%rax, %r14
    +	adcx	%rbp, %r15		# %rbp is 0
    +
    +	mov	%r9, %rcx
    +	shld	\$1, %r8, %r9
    +	shl	\$1, %r8
    +
    +	xor	%ebp, %ebp
    +	mulx	%rdx, %rax, %rdx
    +	adcx	%rdx, %r8
    +	 mov	8($inp), %rdx
    +	adcx	%rbp, %r9
    +
    +	mov	%rax, (%rsp)
    +	mov	%r8, 8(%rsp)
    +
    +#second iteration	
    +	mulx	16($inp), %rax, %rbx
    +	adox	%rax, %r10
    +	adcx	%rbx, %r11
    +
    +	.byte	0xc4,0x62,0xc3,0xf6,0x86,0x18,0x00,0x00,0x00	# mulx	24($inp), $out, %r8
    +	adox	$out, %r11
    +	adcx	%r8, %r12
    +
    +	mulx	32($inp), %rax, %rbx
    +	adox	%rax, %r12
    +	adcx	%rbx, %r13
    +
    +	mulx	40($inp), $out, %r8
    +	adox	$out, %r13
    +	adcx	%r8, %r14
    +
    +	.byte	0xc4,0xe2,0xfb,0xf6,0x9e,0x30,0x00,0x00,0x00	# mulx	48($inp), %rax, %rbx
    +	adox	%rax, %r14
    +	adcx	%rbx, %r15
    +
    +	.byte	0xc4,0x62,0xc3,0xf6,0x86,0x38,0x00,0x00,0x00	# mulx	56($inp), $out, %r8
    +	adox	$out, %r15
    +	adcx	%rbp, %r8
    +	adox	%rbp, %r8
    +
    +	mov	%r11, %rbx
    +	shld	\$1, %r10, %r11
    +	shld	\$1, %rcx, %r10
    +
    +	xor	%ebp,%ebp
    +	mulx	%rdx, %rax, %rcx
    +	 mov	16($inp), %rdx
    +	adcx	%rax, %r9
    +	adcx	%rcx, %r10
    +	adcx	%rbp, %r11
    +
    +	mov	%r9, 16(%rsp)
    +	.byte	0x4c,0x89,0x94,0x24,0x18,0x00,0x00,0x00		# mov	%r10, 24(%rsp)
    +	
    +#third iteration	
    +	.byte	0xc4,0x62,0xc3,0xf6,0x8e,0x18,0x00,0x00,0x00	# mulx	24($inp), $out, %r9
    +	adox	$out, %r12
    +	adcx	%r9, %r13
    +
    +	mulx	32($inp), %rax, %rcx
    +	adox	%rax, %r13
    +	adcx	%rcx, %r14
    +
    +	mulx	40($inp), $out, %r9
    +	adox	$out, %r14
    +	adcx	%r9, %r15
    +
    +	.byte	0xc4,0xe2,0xfb,0xf6,0x8e,0x30,0x00,0x00,0x00	# mulx	48($inp), %rax, %rcx
    +	adox	%rax, %r15
    +	adcx	%rcx, %r8
    +
    +	.byte	0xc4,0x62,0xc3,0xf6,0x8e,0x38,0x00,0x00,0x00	# mulx	56($inp), $out, %r9
    +	adox	$out, %r8
    +	adcx	%rbp, %r9
    +	adox	%rbp, %r9
    +
    +	mov	%r13, %rcx
    +	shld	\$1, %r12, %r13
    +	shld	\$1, %rbx, %r12
    +
    +	xor	%ebp, %ebp
    +	mulx	%rdx, %rax, %rdx
    +	adcx	%rax, %r11
    +	adcx	%rdx, %r12
    +	 mov	24($inp), %rdx
    +	adcx	%rbp, %r13
    +
    +	mov	%r11, 32(%rsp)
    +	.byte	0x4c,0x89,0xa4,0x24,0x28,0x00,0x00,0x00		# mov	%r12, 40(%rsp)
    +	
    +#fourth iteration	
    +	.byte	0xc4,0xe2,0xfb,0xf6,0x9e,0x20,0x00,0x00,0x00	# mulx	32($inp), %rax, %rbx
    +	adox	%rax, %r14
    +	adcx	%rbx, %r15
    +
    +	mulx	40($inp), $out, %r10
    +	adox	$out, %r15
    +	adcx	%r10, %r8
    +
    +	mulx	48($inp), %rax, %rbx
    +	adox	%rax, %r8
    +	adcx	%rbx, %r9
    +
    +	mulx	56($inp), $out, %r10
    +	adox	$out, %r9
    +	adcx	%rbp, %r10
    +	adox	%rbp, %r10
    +
    +	.byte	0x66
    +	mov	%r15, %rbx
    +	shld	\$1, %r14, %r15
    +	shld	\$1, %rcx, %r14
    +
    +	xor	%ebp, %ebp
    +	mulx	%rdx, %rax, %rdx
    +	adcx	%rax, %r13
    +	adcx	%rdx, %r14
    +	 mov	32($inp), %rdx
    +	adcx	%rbp, %r15
    +
    +	mov	%r13, 48(%rsp)
    +	mov	%r14, 56(%rsp)
    +	
    +#fifth iteration	
    +	.byte	0xc4,0x62,0xc3,0xf6,0x9e,0x28,0x00,0x00,0x00	# mulx	40($inp), $out, %r11
    +	adox	$out, %r8
    +	adcx	%r11, %r9
    +
    +	mulx	48($inp), %rax, %rcx
    +	adox	%rax, %r9
    +	adcx	%rcx, %r10
    +
    +	mulx	56($inp), $out, %r11
    +	adox	$out, %r10
    +	adcx	%rbp, %r11
    +	adox	%rbp, %r11
    +
    +	mov	%r9, %rcx
    +	shld	\$1, %r8, %r9
    +	shld	\$1, %rbx, %r8
    +
    +	xor	%ebp, %ebp
    +	mulx	%rdx, %rax, %rdx
    +	adcx	%rax, %r15
    +	adcx	%rdx, %r8
    +	 mov	40($inp), %rdx
    +	adcx	%rbp, %r9
    +
    +	mov	%r15, 64(%rsp)
    +	mov	%r8, 72(%rsp)
    +	
    +#sixth iteration	
    +	.byte	0xc4,0xe2,0xfb,0xf6,0x9e,0x30,0x00,0x00,0x00	# mulx	48($inp), %rax, %rbx
    +	adox	%rax, %r10
    +	adcx	%rbx, %r11
    +
    +	.byte	0xc4,0x62,0xc3,0xf6,0xa6,0x38,0x00,0x00,0x00	# mulx	56($inp), $out, %r12
    +	adox	$out, %r11
    +	adcx	%rbp, %r12
    +	adox	%rbp, %r12
    +
    +	mov	%r11, %rbx
    +	shld	\$1, %r10, %r11
    +	shld	\$1, %rcx, %r10
    +
    +	xor	%ebp, %ebp
    +	mulx	%rdx, %rax, %rdx
    +	adcx	%rax, %r9
    +	adcx	%rdx, %r10
    +	 mov	48($inp), %rdx
    +	adcx	%rbp, %r11
    +
    +	mov	%r9, 80(%rsp)
    +	mov	%r10, 88(%rsp)
    +
    +#seventh iteration
    +	.byte	0xc4,0x62,0xfb,0xf6,0xae,0x38,0x00,0x00,0x00	# mulx	56($inp), %rax, %r13
    +	adox	%rax, %r12
    +	adox	%rbp, %r13
    +
    +	xor	%r14, %r14
    +	shld	\$1, %r13, %r14
    +	shld	\$1, %r12, %r13
    +	shld	\$1, %rbx, %r12
    +
    +	xor	%ebp, %ebp
    +	mulx	%rdx, %rax, %rdx
    +	adcx	%rax, %r11
    +	adcx	%rdx, %r12
    +	 mov	56($inp), %rdx
    +	adcx	%rbp, %r13
    +
    +	.byte	0x4c,0x89,0x9c,0x24,0x60,0x00,0x00,0x00		# mov	%r11, 96(%rsp)
    +	.byte	0x4c,0x89,0xa4,0x24,0x68,0x00,0x00,0x00		# mov	%r12, 104(%rsp)
    +
    +#eighth iteration
    +	mulx	%rdx, %rax, %rdx
    +	adox	%rax, %r13
    +	adox	%rbp, %rdx
    +
    +	.byte	0x66
    +	add	%rdx, %r14
    +
    +	movq	%r13, 112(%rsp)
    +	movq	%r14, 120(%rsp)
    +	movq	%xmm0, $out
    +	movq	%xmm1, %rbp
    +
    +	movq	128(%rsp), %rdx		# pull $n0
    +	movq	(%rsp), %r8
    +	movq	8(%rsp), %r9
    +	movq	16(%rsp), %r10
    +	movq	24(%rsp), %r11
    +	movq	32(%rsp), %r12
    +	movq	40(%rsp), %r13
    +	movq	48(%rsp), %r14
    +	movq	56(%rsp), %r15
    +
    +	call	__rsaz_512_reducex
    +
    +	addq	64(%rsp), %r8
    +	adcq	72(%rsp), %r9
    +	adcq	80(%rsp), %r10
    +	adcq	88(%rsp), %r11
    +	adcq	96(%rsp), %r12
    +	adcq	104(%rsp), %r13
    +	adcq	112(%rsp), %r14
    +	adcq	120(%rsp), %r15
    +	sbbq	%rcx, %rcx
    +
    +	call	__rsaz_512_subtract
    +
    +	movq	%r8, %rdx
    +	movq	%r9, %rax
    +	movl	128+8(%rsp), $times
    +	movq	$out, $inp
    +
    +	decl	$times
    +	jnz	.Loop_sqrx
    +
    +.Lsqr_tail:
    +___
    +}
    +$code.=<<___;
    +
    +	leaq	128+24+48(%rsp), %rax
    +	movq	-48(%rax), %r15
    +	movq	-40(%rax), %r14
    +	movq	-32(%rax), %r13
    +	movq	-24(%rax), %r12
    +	movq	-16(%rax), %rbp
    +	movq	-8(%rax), %rbx
    +	leaq	(%rax), %rsp
    +.Lsqr_epilogue:
    +	ret
    +.size	rsaz_512_sqr,.-rsaz_512_sqr
    +___
    +}
    +{
    +my ($out,$ap,$bp,$mod,$n0) = ("%rdi","%rsi","%rdx","%rcx","%r8");
    +$code.=<<___;
    +.globl	rsaz_512_mul
    +.type	rsaz_512_mul,\@function,5
    +.align	32
    +rsaz_512_mul:
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +
    +	subq	\$128+24, %rsp
    +.Lmul_body:
    +	movq	$out, %xmm0		# off-load arguments
    +	movq	$mod, %xmm1
    +	movq	$n0, 128(%rsp)
    +___
    +$code.=<<___ if ($addx);
    +	movl	\$0x80100,%r11d
    +	andl	OPENSSL_ia32cap_P+8(%rip),%r11d
    +	cmpl	\$0x80100,%r11d		# check for MULX and ADO/CX
    +	je	.Lmulx
    +___
    +$code.=<<___;
    +	movq	($bp), %rbx		# pass b[0]
    +	movq	$bp, %rbp		# pass argument
    +	call	__rsaz_512_mul
    +
    +	movq	%xmm0, $out
    +	movq	%xmm1, %rbp
    +
    +	movq	(%rsp), %r8
    +	movq	8(%rsp), %r9
    +	movq	16(%rsp), %r10
    +	movq	24(%rsp), %r11
    +	movq	32(%rsp), %r12
    +	movq	40(%rsp), %r13
    +	movq	48(%rsp), %r14
    +	movq	56(%rsp), %r15
    +
    +	call	__rsaz_512_reduce
    +___
    +$code.=<<___ if ($addx);
    +	jmp	.Lmul_tail
    +
    +.align	32
    +.Lmulx:
    +	movq	$bp, %rbp		# pass argument
    +	movq	($bp), %rdx		# pass b[0]
    +	call	__rsaz_512_mulx
    +
    +	movq	%xmm0, $out
    +	movq	%xmm1, %rbp
    +
    +	movq	128(%rsp), %rdx		# pull $n0
    +	movq	(%rsp), %r8
    +	movq	8(%rsp), %r9
    +	movq	16(%rsp), %r10
    +	movq	24(%rsp), %r11
    +	movq	32(%rsp), %r12
    +	movq	40(%rsp), %r13
    +	movq	48(%rsp), %r14
    +	movq	56(%rsp), %r15
    +
    +	call	__rsaz_512_reducex
    +.Lmul_tail:
    +___
    +$code.=<<___;
    +	addq	64(%rsp), %r8
    +	adcq	72(%rsp), %r9
    +	adcq	80(%rsp), %r10
    +	adcq	88(%rsp), %r11
    +	adcq	96(%rsp), %r12
    +	adcq	104(%rsp), %r13
    +	adcq	112(%rsp), %r14
    +	adcq	120(%rsp), %r15
    +	sbbq	%rcx, %rcx
    +
    +	call	__rsaz_512_subtract
    +
    +	leaq	128+24+48(%rsp), %rax
    +	movq	-48(%rax), %r15
    +	movq	-40(%rax), %r14
    +	movq	-32(%rax), %r13
    +	movq	-24(%rax), %r12
    +	movq	-16(%rax), %rbp
    +	movq	-8(%rax), %rbx
    +	leaq	(%rax), %rsp
    +.Lmul_epilogue:
    +	ret
    +.size	rsaz_512_mul,.-rsaz_512_mul
    +___
    +}
    +{
    +my ($out,$ap,$bp,$mod,$n0,$pwr) = ("%rdi","%rsi","%rdx","%rcx","%r8","%r9d");
    +$code.=<<___;
    +.globl	rsaz_512_mul_gather4
    +.type	rsaz_512_mul_gather4,\@function,6
    +.align	32
    +rsaz_512_mul_gather4:
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +
    +	mov	$pwr, $pwr
    +	subq	\$128+24, %rsp
    +.Lmul_gather4_body:
    +___
    +$code.=<<___ if ($addx);
    +	movl	\$0x80100,%r11d
    +	andl	OPENSSL_ia32cap_P+8(%rip),%r11d
    +	cmpl	\$0x80100,%r11d		# check for MULX and ADO/CX
    +	je	.Lmulx_gather
    +___
    +$code.=<<___;
    +	movl	64($bp,$pwr,4), %eax
    +	movq	$out, %xmm0		# off-load arguments
    +	movl	($bp,$pwr,4), %ebx
    +	movq	$mod, %xmm1
    +	movq	$n0, 128(%rsp)
    +
    +	shlq	\$32, %rax
    +	or	%rax, %rbx
    +	movq	($ap), %rax
    +	 movq	8($ap), %rcx
    +	 leaq	128($bp,$pwr,4), %rbp
    +	mulq	%rbx			# 0 iteration
    +	movq	%rax, (%rsp)
    +	movq	%rcx, %rax
    +	movq	%rdx, %r8
    +
    +	mulq	%rbx
    +	 movd	(%rbp), %xmm4
    +	addq	%rax, %r8
    +	movq	16($ap), %rax
    +	movq	%rdx, %r9
    +	adcq	\$0, %r9
    +
    +	mulq	%rbx
    +	 movd	64(%rbp), %xmm5
    +	addq	%rax, %r9
    +	movq	24($ap), %rax
    +	movq	%rdx, %r10
    +	adcq	\$0, %r10
    +
    +	mulq	%rbx
    +	 pslldq	\$4, %xmm5
    +	addq	%rax, %r10
    +	movq	32($ap), %rax
    +	movq	%rdx, %r11
    +	adcq	\$0, %r11
    +
    +	mulq	%rbx
    +	 por	%xmm5, %xmm4
    +	addq	%rax, %r11
    +	movq	40($ap), %rax
    +	movq	%rdx, %r12
    +	adcq	\$0, %r12
    +
    +	mulq	%rbx
    +	addq	%rax, %r12
    +	movq	48($ap), %rax
    +	movq	%rdx, %r13
    +	adcq	\$0, %r13
    +
    +	mulq	%rbx
    +	 leaq	128(%rbp), %rbp
    +	addq	%rax, %r13
    +	movq	56($ap), %rax
    +	movq	%rdx, %r14
    +	adcq	\$0, %r14
    +	
    +	mulq	%rbx
    +	 movq	%xmm4, %rbx
    +	addq	%rax, %r14
    +	 movq	($ap), %rax
    +	movq	%rdx, %r15
    +	adcq	\$0, %r15
    +
    +	leaq	8(%rsp), %rdi
    +	movl	\$7, %ecx
    +	jmp	.Loop_mul_gather
    +
    +.align	32
    +.Loop_mul_gather:
    +	mulq	%rbx
    +	addq	%rax, %r8
    +	movq	8($ap), %rax
    +	movq	%r8, (%rdi)
    +	movq	%rdx, %r8
    +	adcq	\$0, %r8
    +
    +	mulq	%rbx
    +	 movd	(%rbp), %xmm4
    +	addq	%rax, %r9
    +	movq	16($ap), %rax
    +	adcq	\$0, %rdx
    +	addq	%r9, %r8
    +	movq	%rdx, %r9
    +	adcq	\$0, %r9
    +
    +	mulq	%rbx
    +	 movd	64(%rbp), %xmm5
    +	addq	%rax, %r10
    +	movq	24($ap), %rax
    +	adcq	\$0, %rdx
    +	addq	%r10, %r9
    +	movq	%rdx, %r10
    +	adcq	\$0, %r10
    +
    +	mulq	%rbx
    +	 pslldq	\$4, %xmm5
    +	addq	%rax, %r11
    +	movq	32($ap), %rax
    +	adcq	\$0, %rdx
    +	addq	%r11, %r10
    +	movq	%rdx, %r11
    +	adcq	\$0, %r11
    +
    +	mulq	%rbx
    +	 por	%xmm5, %xmm4
    +	addq	%rax, %r12
    +	movq	40($ap), %rax
    +	adcq	\$0, %rdx
    +	addq	%r12, %r11
    +	movq	%rdx, %r12
    +	adcq	\$0, %r12
    +
    +	mulq	%rbx
    +	addq	%rax, %r13
    +	movq	48($ap), %rax
    +	adcq	\$0, %rdx
    +	addq	%r13, %r12
    +	movq	%rdx, %r13
    +	adcq	\$0, %r13
    +
    +	mulq	%rbx
    +	addq	%rax, %r14
    +	movq	56($ap), %rax
    +	adcq	\$0, %rdx
    +	addq	%r14, %r13
    +	movq	%rdx, %r14
    +	adcq	\$0, %r14
    +
    +	mulq	%rbx
    +	 movq	%xmm4, %rbx
    +	addq	%rax, %r15
    +	 movq	($ap), %rax
    +	adcq	\$0, %rdx
    +	addq	%r15, %r14
    +	movq	%rdx, %r15	
    +	adcq	\$0, %r15
    +
    +	leaq	128(%rbp), %rbp
    +	leaq	8(%rdi), %rdi
    +
    +	decl	%ecx
    +	jnz	.Loop_mul_gather
    +
    +	movq	%r8, (%rdi)
    +	movq	%r9, 8(%rdi)
    +	movq	%r10, 16(%rdi)
    +	movq	%r11, 24(%rdi)
    +	movq	%r12, 32(%rdi)
    +	movq	%r13, 40(%rdi)
    +	movq	%r14, 48(%rdi)
    +	movq	%r15, 56(%rdi)
    +
    +	movq	%xmm0, $out
    +	movq	%xmm1, %rbp
    +
    +	movq	(%rsp), %r8
    +	movq	8(%rsp), %r9
    +	movq	16(%rsp), %r10
    +	movq	24(%rsp), %r11
    +	movq	32(%rsp), %r12
    +	movq	40(%rsp), %r13
    +	movq	48(%rsp), %r14
    +	movq	56(%rsp), %r15
    +
    +	call	__rsaz_512_reduce
    +___
    +$code.=<<___ if ($addx);
    +	jmp	.Lmul_gather_tail
    +
    +.align	32
    +.Lmulx_gather:
    +	mov	64($bp,$pwr,4), %eax
    +	movq	$out, %xmm0		# off-load arguments
    +	lea	128($bp,$pwr,4), %rbp
    +	mov	($bp,$pwr,4), %edx
    +	movq	$mod, %xmm1
    +	mov	$n0, 128(%rsp)
    +
    +	shl	\$32, %rax
    +	or	%rax, %rdx
    +	mulx	($ap), %rbx, %r8	# 0 iteration
    +	mov	%rbx, (%rsp)
    +	xor	%edi, %edi		# cf=0, of=0
    +
    +	mulx	8($ap), %rax, %r9
    +	 movd	(%rbp), %xmm4
    +
    +	mulx	16($ap), %rbx, %r10
    +	 movd	64(%rbp), %xmm5
    +	adcx	%rax, %r8
    +
    +	mulx	24($ap), %rax, %r11
    +	 pslldq	\$4, %xmm5
    +	adcx	%rbx, %r9
    +
    +	mulx	32($ap), %rbx, %r12
    +	 por	%xmm5, %xmm4
    +	adcx	%rax, %r10
    +
    +	mulx	40($ap), %rax, %r13
    +	adcx	%rbx, %r11
    +
    +	mulx	48($ap), %rbx, %r14
    +	 lea	128(%rbp), %rbp
    +	adcx	%rax, %r12
    +	
    +	mulx	56($ap), %rax, %r15
    +	 movq	%xmm4, %rdx
    +	adcx	%rbx, %r13
    +	adcx	%rax, %r14
    +	mov	%r8, %rbx
    +	adcx	%rdi, %r15		# %rdi is 0
    +
    +	mov	\$-7, %rcx
    +	jmp	.Loop_mulx_gather
    +
    +.align	32
    +.Loop_mulx_gather:
    +	mulx	($ap), %rax, %r8
    +	adcx	%rax, %rbx
    +	adox	%r9, %r8
    +
    +	mulx	8($ap), %rax, %r9
    +	.byte	0x66,0x0f,0x6e,0xa5,0x00,0x00,0x00,0x00		# movd	(%rbp), %xmm4
    +	adcx	%rax, %r8
    +	adox	%r10, %r9
    +
    +	mulx	16($ap), %rax, %r10
    +	 movd	64(%rbp), %xmm5
    +	 lea	128(%rbp), %rbp
    +	adcx	%rax, %r9
    +	adox	%r11, %r10
    +
    +	.byte	0xc4,0x62,0xfb,0xf6,0x9e,0x18,0x00,0x00,0x00	# mulx	24($ap), %rax, %r11
    +	 pslldq	\$4, %xmm5
    +	 por	%xmm5, %xmm4
    +	adcx	%rax, %r10
    +	adox	%r12, %r11
    +
    +	mulx	32($ap), %rax, %r12
    +	adcx	%rax, %r11
    +	adox	%r13, %r12
    +
    +	mulx	40($ap), %rax, %r13
    +	adcx	%rax, %r12
    +	adox	%r14, %r13
    +
    +	.byte	0xc4,0x62,0xfb,0xf6,0xb6,0x30,0x00,0x00,0x00	# mulx	48($ap), %rax, %r14
    +	adcx	%rax, %r13
    +	adox	%r15, %r14
    +
    +	mulx	56($ap), %rax, %r15
    +	 movq	%xmm4, %rdx
    +	 mov	%rbx, 64(%rsp,%rcx,8)
    +	adcx	%rax, %r14
    +	adox	%rdi, %r15
    +	mov	%r8, %rbx
    +	adcx	%rdi, %r15		# cf=0
    +
    +	inc	%rcx			# of=0
    +	jnz	.Loop_mulx_gather
    +
    +	mov	%r8, 64(%rsp)
    +	mov	%r9, 64+8(%rsp)
    +	mov	%r10, 64+16(%rsp)
    +	mov	%r11, 64+24(%rsp)
    +	mov	%r12, 64+32(%rsp)
    +	mov	%r13, 64+40(%rsp)
    +	mov	%r14, 64+48(%rsp)
    +	mov	%r15, 64+56(%rsp)
    +
    +	movq	%xmm0, $out
    +	movq	%xmm1, %rbp
    +
    +	mov	128(%rsp), %rdx		# pull $n0
    +	mov	(%rsp), %r8
    +	mov	8(%rsp), %r9
    +	mov	16(%rsp), %r10
    +	mov	24(%rsp), %r11
    +	mov	32(%rsp), %r12
    +	mov	40(%rsp), %r13
    +	mov	48(%rsp), %r14
    +	mov	56(%rsp), %r15
    +
    +	call	__rsaz_512_reducex
    +
    +.Lmul_gather_tail:
    +___
    +$code.=<<___;
    +	addq	64(%rsp), %r8
    +	adcq	72(%rsp), %r9
    +	adcq	80(%rsp), %r10
    +	adcq	88(%rsp), %r11
    +	adcq	96(%rsp), %r12
    +	adcq	104(%rsp), %r13
    +	adcq	112(%rsp), %r14
    +	adcq	120(%rsp), %r15
    +	sbbq	%rcx, %rcx
    +
    +	call	__rsaz_512_subtract
    +
    +	leaq	128+24+48(%rsp), %rax
    +	movq	-48(%rax), %r15
    +	movq	-40(%rax), %r14
    +	movq	-32(%rax), %r13
    +	movq	-24(%rax), %r12
    +	movq	-16(%rax), %rbp
    +	movq	-8(%rax), %rbx
    +	leaq	(%rax), %rsp
    +.Lmul_gather4_epilogue:
    +	ret
    +.size	rsaz_512_mul_gather4,.-rsaz_512_mul_gather4
    +___
    +}
    +{
    +my ($out,$ap,$mod,$n0,$tbl,$pwr) = ("%rdi","%rsi","%rdx","%rcx","%r8","%r9d");
    +$code.=<<___;
    +.globl	rsaz_512_mul_scatter4
    +.type	rsaz_512_mul_scatter4,\@function,6
    +.align	32
    +rsaz_512_mul_scatter4:
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +
    +	mov	$pwr, $pwr
    +	subq	\$128+24, %rsp
    +.Lmul_scatter4_body:
    +	leaq	($tbl,$pwr,4), $tbl
    +	movq	$out, %xmm0		# off-load arguments
    +	movq	$mod, %xmm1
    +	movq	$tbl, %xmm2
    +	movq	$n0, 128(%rsp)
    +
    +	movq	$out, %rbp
    +___
    +$code.=<<___ if ($addx);
    +	movl	\$0x80100,%r11d
    +	andl	OPENSSL_ia32cap_P+8(%rip),%r11d
    +	cmpl	\$0x80100,%r11d		# check for MULX and ADO/CX
    +	je	.Lmulx_scatter
    +___
    +$code.=<<___;
    +	movq	($out),%rbx		# pass b[0]
    +	call	__rsaz_512_mul
    +
    +	movq	%xmm0, $out
    +	movq	%xmm1, %rbp
    +
    +	movq	(%rsp), %r8
    +	movq	8(%rsp), %r9
    +	movq	16(%rsp), %r10
    +	movq	24(%rsp), %r11
    +	movq	32(%rsp), %r12
    +	movq	40(%rsp), %r13
    +	movq	48(%rsp), %r14
    +	movq	56(%rsp), %r15
    +
    +	call	__rsaz_512_reduce
    +___
    +$code.=<<___ if ($addx);
    +	jmp	.Lmul_scatter_tail
    +	
    +.align	32
    +.Lmulx_scatter:
    +	movq	($out), %rdx		# pass b[0]
    +	call	__rsaz_512_mulx
    +
    +	movq	%xmm0, $out
    +	movq	%xmm1, %rbp
    +
    +	movq	128(%rsp), %rdx		# pull $n0
    +	movq	(%rsp), %r8
    +	movq	8(%rsp), %r9
    +	movq	16(%rsp), %r10
    +	movq	24(%rsp), %r11
    +	movq	32(%rsp), %r12
    +	movq	40(%rsp), %r13
    +	movq	48(%rsp), %r14
    +	movq	56(%rsp), %r15
    +
    +	call	__rsaz_512_reducex
    +
    +.Lmul_scatter_tail:
    +___
    +$code.=<<___;
    +	addq	64(%rsp), %r8
    +	adcq	72(%rsp), %r9
    +	adcq	80(%rsp), %r10
    +	adcq	88(%rsp), %r11
    +	adcq	96(%rsp), %r12
    +	adcq	104(%rsp), %r13
    +	adcq	112(%rsp), %r14
    +	adcq	120(%rsp), %r15
    +	movq	%xmm2, $inp
    +	sbbq	%rcx, %rcx
    +
    +	call	__rsaz_512_subtract
    +
    +	movl	%r8d, 64*0($inp)	# scatter
    +	shrq	\$32, %r8
    +	movl	%r9d, 64*2($inp)
    +	shrq	\$32, %r9
    +	movl	%r10d, 64*4($inp)
    +	shrq	\$32, %r10
    +	movl	%r11d, 64*6($inp)
    +	shrq	\$32, %r11
    +	movl	%r12d, 64*8($inp)
    +	shrq	\$32, %r12
    +	movl	%r13d, 64*10($inp)
    +	shrq	\$32, %r13
    +	movl	%r14d, 64*12($inp)
    +	shrq	\$32, %r14
    +	movl	%r15d, 64*14($inp)
    +	shrq	\$32, %r15
    +	movl	%r8d, 64*1($inp)
    +	movl	%r9d, 64*3($inp)
    +	movl	%r10d, 64*5($inp)
    +	movl	%r11d, 64*7($inp)
    +	movl	%r12d, 64*9($inp)
    +	movl	%r13d, 64*11($inp)
    +	movl	%r14d, 64*13($inp)
    +	movl	%r15d, 64*15($inp)
    +
    +	leaq	128+24+48(%rsp), %rax
    +	movq	-48(%rax), %r15
    +	movq	-40(%rax), %r14
    +	movq	-32(%rax), %r13
    +	movq	-24(%rax), %r12
    +	movq	-16(%rax), %rbp
    +	movq	-8(%rax), %rbx
    +	leaq	(%rax), %rsp
    +.Lmul_scatter4_epilogue:
    +	ret
    +.size	rsaz_512_mul_scatter4,.-rsaz_512_mul_scatter4
    +___
    +}
    +{
    +my ($out,$inp,$mod,$n0) = ("%rdi","%rsi","%rdx","%rcx");
    +$code.=<<___;
    +.globl	rsaz_512_mul_by_one
    +.type	rsaz_512_mul_by_one,\@function,4
    +.align	32
    +rsaz_512_mul_by_one:
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +
    +	subq	\$128+24, %rsp
    +.Lmul_by_one_body:
    +___
    +$code.=<<___ if ($addx);
    +	movl	OPENSSL_ia32cap_P+8(%rip),%eax
    +___
    +$code.=<<___;
    +	movq	$mod, %rbp	# reassign argument
    +	movq	$n0, 128(%rsp)
    +
    +	movq	($inp), %r8
    +	pxor	%xmm0, %xmm0
    +	movq	8($inp), %r9
    +	movq	16($inp), %r10
    +	movq	24($inp), %r11
    +	movq	32($inp), %r12
    +	movq	40($inp), %r13
    +	movq	48($inp), %r14
    +	movq	56($inp), %r15
    +
    +	movdqa	%xmm0, (%rsp)
    +	movdqa	%xmm0, 16(%rsp)
    +	movdqa	%xmm0, 32(%rsp)
    +	movdqa	%xmm0, 48(%rsp)
    +	movdqa	%xmm0, 64(%rsp)
    +	movdqa	%xmm0, 80(%rsp)
    +	movdqa	%xmm0, 96(%rsp)
    +___
    +$code.=<<___ if ($addx);
    +	andl	\$0x80100,%eax
    +	cmpl	\$0x80100,%eax		# check for MULX and ADO/CX
    +	je	.Lby_one_callx
    +___
    +$code.=<<___;
    +	call	__rsaz_512_reduce
    +___
    +$code.=<<___ if ($addx);
    +	jmp	.Lby_one_tail
    +.align	32
    +.Lby_one_callx:
    +	movq	128(%rsp), %rdx		# pull $n0
    +	call	__rsaz_512_reducex
    +.Lby_one_tail:
    +___
    +$code.=<<___;
    +	movq	%r8, ($out)
    +	movq	%r9, 8($out)
    +	movq	%r10, 16($out)
    +	movq	%r11, 24($out)
    +	movq	%r12, 32($out)
    +	movq	%r13, 40($out)
    +	movq	%r14, 48($out)
    +	movq	%r15, 56($out)
    +
    +	leaq	128+24+48(%rsp), %rax
    +	movq	-48(%rax), %r15
    +	movq	-40(%rax), %r14
    +	movq	-32(%rax), %r13
    +	movq	-24(%rax), %r12
    +	movq	-16(%rax), %rbp
    +	movq	-8(%rax), %rbx
    +	leaq	(%rax), %rsp
    +.Lmul_by_one_epilogue:
    +	ret
    +.size	rsaz_512_mul_by_one,.-rsaz_512_mul_by_one
    +___
    +}
    +{	# __rsaz_512_reduce
    +	#
    +	# input:	%r8-%r15, %rbp - mod, 128(%rsp) - n0
    +	# output:	%r8-%r15
    +	# clobbers:	everything except %rbp and %rdi
    +$code.=<<___;
    +.type	__rsaz_512_reduce,\@abi-omnipotent
    +.align	32
    +__rsaz_512_reduce:
    +	movq	%r8, %rbx
    +	imulq	128+8(%rsp), %rbx
    +	movq	0(%rbp), %rax
    +	movl	\$8, %ecx
    +	jmp	.Lreduction_loop
    +
    +.align	32
    +.Lreduction_loop:
    +	mulq	%rbx
    +	movq	8(%rbp), %rax
    +	negq	%r8
    +	movq	%rdx, %r8
    +	adcq	\$0, %r8
    +
    +	mulq	%rbx
    +	addq	%rax, %r9
    +	movq	16(%rbp), %rax
    +	adcq	\$0, %rdx
    +	addq	%r9, %r8
    +	movq	%rdx, %r9
    +	adcq	\$0, %r9
    +
    +	mulq	%rbx
    +	addq	%rax, %r10
    +	movq	24(%rbp), %rax
    +	adcq	\$0, %rdx
    +	addq	%r10, %r9
    +	movq	%rdx, %r10
    +	adcq	\$0, %r10
    +
    +	mulq	%rbx
    +	addq	%rax, %r11
    +	movq	32(%rbp), %rax
    +	adcq	\$0, %rdx
    +	addq	%r11, %r10
    +	 movq	128+8(%rsp), %rsi
    +	#movq	%rdx, %r11
    +	#adcq	\$0, %r11
    +	adcq	\$0, %rdx
    +	movq	%rdx, %r11
    +
    +	mulq	%rbx
    +	addq	%rax, %r12
    +	movq	40(%rbp), %rax
    +	adcq	\$0, %rdx
    +	 imulq	%r8, %rsi
    +	addq	%r12, %r11
    +	movq	%rdx, %r12
    +	adcq	\$0, %r12
    +
    +	mulq	%rbx
    +	addq	%rax, %r13
    +	movq	48(%rbp), %rax
    +	adcq	\$0, %rdx
    +	addq	%r13, %r12
    +	movq	%rdx, %r13
    +	adcq	\$0, %r13
    +
    +	mulq	%rbx
    +	addq	%rax, %r14
    +	movq	56(%rbp), %rax
    +	adcq	\$0, %rdx
    +	addq	%r14, %r13
    +	movq	%rdx, %r14
    +	adcq	\$0, %r14
    +
    +	mulq	%rbx
    +	 movq	%rsi, %rbx
    +	addq	%rax, %r15
    +	 movq	0(%rbp), %rax
    +	adcq	\$0, %rdx
    +	addq	%r15, %r14
    +	movq	%rdx, %r15
    +	adcq	\$0, %r15
    +
    +	decl	%ecx
    +	jne	.Lreduction_loop
    +
    +	ret
    +.size	__rsaz_512_reduce,.-__rsaz_512_reduce
    +___
    +}
    +if ($addx) {
    +	# __rsaz_512_reducex
    +	#
    +	# input:	%r8-%r15, %rbp - mod, 128(%rsp) - n0
    +	# output:	%r8-%r15
    +	# clobbers:	everything except %rbp and %rdi
    +$code.=<<___;
    +.type	__rsaz_512_reducex,\@abi-omnipotent
    +.align	32
    +__rsaz_512_reducex:
    +	#movq	128+8(%rsp), %rdx		# pull $n0
    +	imulq	%r8, %rdx
    +	xorq	%rsi, %rsi			# cf=0,of=0
    +	movl	\$8, %ecx
    +	jmp	.Lreduction_loopx
    +
    +.align	32
    +.Lreduction_loopx:
    +	mov	%r8, %rbx
    +	mulx	0(%rbp), %rax, %r8
    +	adcx	%rbx, %rax
    +	adox	%r9, %r8
    +
    +	mulx	8(%rbp), %rax, %r9
    +	adcx	%rax, %r8
    +	adox	%r10, %r9
    +
    +	mulx	16(%rbp), %rbx, %r10
    +	adcx	%rbx, %r9
    +	adox	%r11, %r10
    +
    +	mulx	24(%rbp), %rbx, %r11
    +	adcx	%rbx, %r10
    +	adox	%r12, %r11
    +
    +	.byte	0xc4,0x62,0xe3,0xf6,0xa5,0x20,0x00,0x00,0x00	# mulx	32(%rbp), %rbx, %r12
    +	 mov	%rdx, %rax
    +	 mov	%r8, %rdx
    +	adcx	%rbx, %r11
    +	adox	%r13, %r12
    +
    +	 mulx	128+8(%rsp), %rbx, %rdx
    +	 mov	%rax, %rdx
    +
    +	mulx	40(%rbp), %rax, %r13
    +	adcx	%rax, %r12
    +	adox	%r14, %r13
    +
    +	.byte	0xc4,0x62,0xfb,0xf6,0xb5,0x30,0x00,0x00,0x00	# mulx	48(%rbp), %rax, %r14
    +	adcx	%rax, %r13
    +	adox	%r15, %r14
    +
    +	mulx	56(%rbp), %rax, %r15
    +	 mov	%rbx, %rdx
    +	adcx	%rax, %r14
    +	adox	%rsi, %r15			# %rsi is 0
    +	adcx	%rsi, %r15			# cf=0
    +
    +	decl	%ecx				# of=0
    +	jne	.Lreduction_loopx
    +
    +	ret
    +.size	__rsaz_512_reducex,.-__rsaz_512_reducex
    +___
    +}
    +{	# __rsaz_512_subtract
    +	# input: %r8-%r15, %rdi - $out, %rbp - $mod, %rcx - mask
    +	# output:
    +	# clobbers: everything but %rdi, %rsi and %rbp
    +$code.=<<___;
    +.type	__rsaz_512_subtract,\@abi-omnipotent
    +.align	32
    +__rsaz_512_subtract:
    +	movq	%r8, ($out)
    +	movq	%r9, 8($out)
    +	movq	%r10, 16($out)
    +	movq	%r11, 24($out)
    +	movq	%r12, 32($out)
    +	movq	%r13, 40($out)
    +	movq	%r14, 48($out)
    +	movq	%r15, 56($out)
    +
    +	movq	0($mod), %r8
    +	movq	8($mod), %r9
    +	negq	%r8
    +	notq	%r9
    +	andq	%rcx, %r8
    +	movq	16($mod), %r10
    +	andq	%rcx, %r9
    +	notq	%r10
    +	movq	24($mod), %r11
    +	andq	%rcx, %r10
    +	notq	%r11
    +	movq	32($mod), %r12
    +	andq	%rcx, %r11
    +	notq	%r12
    +	movq	40($mod), %r13
    +	andq	%rcx, %r12
    +	notq	%r13
    +	movq	48($mod), %r14
    +	andq	%rcx, %r13
    +	notq	%r14
    +	movq	56($mod), %r15
    +	andq	%rcx, %r14
    +	notq	%r15
    +	andq	%rcx, %r15
    +
    +	addq	($out), %r8
    +	adcq	8($out), %r9
    +	adcq	16($out), %r10
    +	adcq	24($out), %r11
    +	adcq	32($out), %r12
    +	adcq	40($out), %r13
    +	adcq	48($out), %r14
    +	adcq	56($out), %r15
    +
    +	movq	%r8, ($out)
    +	movq	%r9, 8($out)
    +	movq	%r10, 16($out)
    +	movq	%r11, 24($out)
    +	movq	%r12, 32($out)
    +	movq	%r13, 40($out)
    +	movq	%r14, 48($out)
    +	movq	%r15, 56($out)
    +
    +	ret
    +.size	__rsaz_512_subtract,.-__rsaz_512_subtract
    +___
    +}
    +{	# __rsaz_512_mul
    +	#
    +	# input: %rsi - ap, %rbp - bp
    +	# ouput:
    +	# clobbers: everything
    +my ($ap,$bp) = ("%rsi","%rbp");
    +$code.=<<___;
    +.type	__rsaz_512_mul,\@abi-omnipotent
    +.align	32
    +__rsaz_512_mul:
    +	leaq	8(%rsp), %rdi
    +
    +	movq	($ap), %rax
    +	mulq	%rbx
    +	movq	%rax, (%rdi)
    +	movq	8($ap), %rax
    +	movq	%rdx, %r8
    +
    +	mulq	%rbx
    +	addq	%rax, %r8
    +	movq	16($ap), %rax
    +	movq	%rdx, %r9
    +	adcq	\$0, %r9
    +
    +	mulq	%rbx
    +	addq	%rax, %r9
    +	movq	24($ap), %rax
    +	movq	%rdx, %r10
    +	adcq	\$0, %r10
    +
    +	mulq	%rbx
    +	addq	%rax, %r10
    +	movq	32($ap), %rax
    +	movq	%rdx, %r11
    +	adcq	\$0, %r11
    +
    +	mulq	%rbx
    +	addq	%rax, %r11
    +	movq	40($ap), %rax
    +	movq	%rdx, %r12
    +	adcq	\$0, %r12
    +
    +	mulq	%rbx
    +	addq	%rax, %r12
    +	movq	48($ap), %rax
    +	movq	%rdx, %r13
    +	adcq	\$0, %r13
    +
    +	mulq	%rbx
    +	addq	%rax, %r13
    +	movq	56($ap), %rax
    +	movq	%rdx, %r14
    +	adcq	\$0, %r14
    +	
    +	mulq	%rbx
    +	addq	%rax, %r14
    +	 movq	($ap), %rax
    +	movq	%rdx, %r15
    +	adcq	\$0, %r15
    +
    +	leaq	8($bp), $bp
    +	leaq	8(%rdi), %rdi
    +
    +	movl	\$7, %ecx
    +	jmp	.Loop_mul
    +
    +.align	32
    +.Loop_mul:
    +	movq	($bp), %rbx
    +	mulq	%rbx
    +	addq	%rax, %r8
    +	movq	8($ap), %rax
    +	movq	%r8, (%rdi)
    +	movq	%rdx, %r8
    +	adcq	\$0, %r8
    +
    +	mulq	%rbx
    +	addq	%rax, %r9
    +	movq	16($ap), %rax
    +	adcq	\$0, %rdx
    +	addq	%r9, %r8
    +	movq	%rdx, %r9
    +	adcq	\$0, %r9
    +
    +	mulq	%rbx
    +	addq	%rax, %r10
    +	movq	24($ap), %rax
    +	adcq	\$0, %rdx
    +	addq	%r10, %r9
    +	movq	%rdx, %r10
    +	adcq	\$0, %r10
    +
    +	mulq	%rbx
    +	addq	%rax, %r11
    +	movq	32($ap), %rax
    +	adcq	\$0, %rdx
    +	addq	%r11, %r10
    +	movq	%rdx, %r11
    +	adcq	\$0, %r11
    +
    +	mulq	%rbx
    +	addq	%rax, %r12
    +	movq	40($ap), %rax
    +	adcq	\$0, %rdx
    +	addq	%r12, %r11
    +	movq	%rdx, %r12
    +	adcq	\$0, %r12
    +
    +	mulq	%rbx
    +	addq	%rax, %r13
    +	movq	48($ap), %rax
    +	adcq	\$0, %rdx
    +	addq	%r13, %r12
    +	movq	%rdx, %r13
    +	adcq	\$0, %r13
    +
    +	mulq	%rbx
    +	addq	%rax, %r14
    +	movq	56($ap), %rax
    +	adcq	\$0, %rdx
    +	addq	%r14, %r13
    +	movq	%rdx, %r14
    +	 leaq	8($bp), $bp
    +	adcq	\$0, %r14
    +
    +	mulq	%rbx
    +	addq	%rax, %r15
    +	 movq	($ap), %rax
    +	adcq	\$0, %rdx
    +	addq	%r15, %r14
    +	movq	%rdx, %r15	
    +	adcq	\$0, %r15
    +
    +	leaq	8(%rdi), %rdi
    +
    +	decl	%ecx
    +	jnz	.Loop_mul
    +
    +	movq	%r8, (%rdi)
    +	movq	%r9, 8(%rdi)
    +	movq	%r10, 16(%rdi)
    +	movq	%r11, 24(%rdi)
    +	movq	%r12, 32(%rdi)
    +	movq	%r13, 40(%rdi)
    +	movq	%r14, 48(%rdi)
    +	movq	%r15, 56(%rdi)
    +
    +	ret
    +.size	__rsaz_512_mul,.-__rsaz_512_mul
    +___
    +}
    +if ($addx) {
    +	# __rsaz_512_mulx
    +	#
    +	# input: %rsi - ap, %rbp - bp
    +	# ouput:
    +	# clobbers: everything
    +my ($ap,$bp,$zero) = ("%rsi","%rbp","%rdi");
    +$code.=<<___;
    +.type	__rsaz_512_mulx,\@abi-omnipotent
    +.align	32
    +__rsaz_512_mulx:
    +	mulx	($ap), %rbx, %r8	# initial %rdx preloaded by caller
    +	mov	\$-6, %rcx
    +
    +	mulx	8($ap), %rax, %r9
    +	movq	%rbx, 8(%rsp)
    +
    +	mulx	16($ap), %rbx, %r10
    +	adc	%rax, %r8
    +
    +	mulx	24($ap), %rax, %r11
    +	adc	%rbx, %r9
    +
    +	mulx	32($ap), %rbx, %r12
    +	adc	%rax, %r10
    +
    +	mulx	40($ap), %rax, %r13
    +	adc	%rbx, %r11
    +
    +	mulx	48($ap), %rbx, %r14
    +	adc	%rax, %r12
    +
    +	mulx	56($ap), %rax, %r15
    +	 mov	8($bp), %rdx
    +	adc	%rbx, %r13
    +	adc	%rax, %r14
    +	adc	\$0, %r15
    +
    +	xor	$zero, $zero		# cf=0,of=0
    +	jmp	.Loop_mulx
    +
    +.align	32
    +.Loop_mulx:
    +	movq	%r8, %rbx
    +	mulx	($ap), %rax, %r8
    +	adcx	%rax, %rbx
    +	adox	%r9, %r8
    +
    +	mulx	8($ap), %rax, %r9
    +	adcx	%rax, %r8
    +	adox	%r10, %r9
    +
    +	mulx	16($ap), %rax, %r10
    +	adcx	%rax, %r9
    +	adox	%r11, %r10
    +
    +	mulx	24($ap), %rax, %r11
    +	adcx	%rax, %r10
    +	adox	%r12, %r11
    +
    +	.byte	0x3e,0xc4,0x62,0xfb,0xf6,0xa6,0x20,0x00,0x00,0x00	# mulx	32($ap), %rax, %r12
    +	adcx	%rax, %r11
    +	adox	%r13, %r12
    +
    +	mulx	40($ap), %rax, %r13
    +	adcx	%rax, %r12
    +	adox	%r14, %r13
    +
    +	mulx	48($ap), %rax, %r14
    +	adcx	%rax, %r13
    +	adox	%r15, %r14
    +
    +	mulx	56($ap), %rax, %r15
    +	 movq	64($bp,%rcx,8), %rdx
    +	 movq	%rbx, 8+64-8(%rsp,%rcx,8)
    +	adcx	%rax, %r14
    +	adox	$zero, %r15
    +	adcx	$zero, %r15		# cf=0
    +
    +	inc	%rcx			# of=0
    +	jnz	.Loop_mulx
    +
    +	movq	%r8, %rbx
    +	mulx	($ap), %rax, %r8
    +	adcx	%rax, %rbx
    +	adox	%r9, %r8
    +
    +	.byte	0xc4,0x62,0xfb,0xf6,0x8e,0x08,0x00,0x00,0x00	# mulx	8($ap), %rax, %r9
    +	adcx	%rax, %r8
    +	adox	%r10, %r9
    +
    +	.byte	0xc4,0x62,0xfb,0xf6,0x96,0x10,0x00,0x00,0x00	# mulx	16($ap), %rax, %r10
    +	adcx	%rax, %r9
    +	adox	%r11, %r10
    +
    +	mulx	24($ap), %rax, %r11
    +	adcx	%rax, %r10
    +	adox	%r12, %r11
    +
    +	mulx	32($ap), %rax, %r12
    +	adcx	%rax, %r11
    +	adox	%r13, %r12
    +
    +	mulx	40($ap), %rax, %r13
    +	adcx	%rax, %r12
    +	adox	%r14, %r13
    +
    +	.byte	0xc4,0x62,0xfb,0xf6,0xb6,0x30,0x00,0x00,0x00	# mulx	48($ap), %rax, %r14
    +	adcx	%rax, %r13
    +	adox	%r15, %r14
    +
    +	.byte	0xc4,0x62,0xfb,0xf6,0xbe,0x38,0x00,0x00,0x00	# mulx	56($ap), %rax, %r15
    +	adcx	%rax, %r14
    +	adox	$zero, %r15
    +	adcx	$zero, %r15
    +
    +	mov	%rbx, 8+64-8(%rsp)
    +	mov	%r8, 8+64(%rsp)
    +	mov	%r9, 8+64+8(%rsp)
    +	mov	%r10, 8+64+16(%rsp)
    +	mov	%r11, 8+64+24(%rsp)
    +	mov	%r12, 8+64+32(%rsp)
    +	mov	%r13, 8+64+40(%rsp)
    +	mov	%r14, 8+64+48(%rsp)
    +	mov	%r15, 8+64+56(%rsp)
    +
    +	ret
    +.size	__rsaz_512_mulx,.-__rsaz_512_mulx
    +___
    +}
    +{
    +my ($out,$inp,$power)= $win64 ? ("%rcx","%rdx","%r8d") : ("%rdi","%rsi","%edx");
    +$code.=<<___;
    +.globl	rsaz_512_scatter4
    +.type	rsaz_512_scatter4,\@abi-omnipotent
    +.align	16
    +rsaz_512_scatter4:
    +	leaq	($out,$power,4), $out
    +	movl	\$8, %r9d
    +	jmp	.Loop_scatter
    +.align	16
    +.Loop_scatter:
    +	movq	($inp), %rax
    +	leaq	8($inp), $inp
    +	movl	%eax, ($out)
    +	shrq	\$32, %rax
    +	movl	%eax, 64($out)
    +	leaq	128($out), $out
    +	decl	%r9d
    +	jnz	.Loop_scatter
    +	ret
    +.size	rsaz_512_scatter4,.-rsaz_512_scatter4
    +
    +.globl	rsaz_512_gather4
    +.type	rsaz_512_gather4,\@abi-omnipotent
    +.align	16
    +rsaz_512_gather4:
    +	leaq	($inp,$power,4), $inp
    +	movl	\$8, %r9d
    +	jmp	.Loop_gather
    +.align	16
    +.Loop_gather:
    +	movl	($inp), %eax
    +	movl	64($inp), %r8d
    +	leaq	128($inp), $inp
    +	shlq	\$32, %r8
    +	or	%r8, %rax
    +	movq	%rax, ($out)
    +	leaq	8($out), $out
    +	decl	%r9d
    +	jnz	.Loop_gather
    +	ret
    +.size	rsaz_512_gather4,.-rsaz_512_gather4
    +___
    +}
    +
    +# EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame,
    +#		CONTEXT *context,DISPATCHER_CONTEXT *disp)
    +if ($win64) {
    +$rec="%rcx";
    +$frame="%rdx";
    +$context="%r8";
    +$disp="%r9";
    +
    +$code.=<<___;
    +.extern	__imp_RtlVirtualUnwind
    +.type	se_handler,\@abi-omnipotent
    +.align	16
    +se_handler:
    +	push	%rsi
    +	push	%rdi
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +	pushfq
    +	sub	\$64,%rsp
    +
    +	mov	120($context),%rax	# pull context->Rax
    +	mov	248($context),%rbx	# pull context->Rip
    +
    +	mov	8($disp),%rsi		# disp->ImageBase
    +	mov	56($disp),%r11		# disp->HandlerData
    +
    +	mov	0(%r11),%r10d		# HandlerData[0]
    +	lea	(%rsi,%r10),%r10	# end of prologue label
    +	cmp	%r10,%rbx		# context->RipRsp
    +
    +	mov	4(%r11),%r10d		# HandlerData[1]
    +	lea	(%rsi,%r10),%r10	# epilogue label
    +	cmp	%r10,%rbx		# context->Rip>=epilogue label
    +	jae	.Lcommon_seh_tail
    +
    +	lea	128+24+48(%rax),%rax
    +
    +	mov	-8(%rax),%rbx
    +	mov	-16(%rax),%rbp
    +	mov	-24(%rax),%r12
    +	mov	-32(%rax),%r13
    +	mov	-40(%rax),%r14
    +	mov	-48(%rax),%r15
    +	mov	%rbx,144($context)	# restore context->Rbx
    +	mov	%rbp,160($context)	# restore context->Rbp
    +	mov	%r12,216($context)	# restore context->R12
    +	mov	%r13,224($context)	# restore context->R13
    +	mov	%r14,232($context)	# restore context->R14
    +	mov	%r15,240($context)	# restore context->R15
    +
    +.Lcommon_seh_tail:
    +	mov	8(%rax),%rdi
    +	mov	16(%rax),%rsi
    +	mov	%rax,152($context)	# restore context->Rsp
    +	mov	%rsi,168($context)	# restore context->Rsi
    +	mov	%rdi,176($context)	# restore context->Rdi
    +
    +	mov	40($disp),%rdi		# disp->ContextRecord
    +	mov	$context,%rsi		# context
    +	mov	\$154,%ecx		# sizeof(CONTEXT)
    +	.long	0xa548f3fc		# cld; rep movsq
    +
    +	mov	$disp,%rsi
    +	xor	%rcx,%rcx		# arg1, UNW_FLAG_NHANDLER
    +	mov	8(%rsi),%rdx		# arg2, disp->ImageBase
    +	mov	0(%rsi),%r8		# arg3, disp->ControlPc
    +	mov	16(%rsi),%r9		# arg4, disp->FunctionEntry
    +	mov	40(%rsi),%r10		# disp->ContextRecord
    +	lea	56(%rsi),%r11		# &disp->HandlerData
    +	lea	24(%rsi),%r12		# &disp->EstablisherFrame
    +	mov	%r10,32(%rsp)		# arg5
    +	mov	%r11,40(%rsp)		# arg6
    +	mov	%r12,48(%rsp)		# arg7
    +	mov	%rcx,56(%rsp)		# arg8, (NULL)
    +	call	*__imp_RtlVirtualUnwind(%rip)
    +
    +	mov	\$1,%eax		# ExceptionContinueSearch
    +	add	\$64,%rsp
    +	popfq
    +	pop	%r15
    +	pop	%r14
    +	pop	%r13
    +	pop	%r12
    +	pop	%rbp
    +	pop	%rbx
    +	pop	%rdi
    +	pop	%rsi
    +	ret
    +.size	sqr_handler,.-sqr_handler
    +
    +.section	.pdata
    +.align	4
    +	.rva	.LSEH_begin_rsaz_512_sqr
    +	.rva	.LSEH_end_rsaz_512_sqr
    +	.rva	.LSEH_info_rsaz_512_sqr
    +
    +	.rva	.LSEH_begin_rsaz_512_mul
    +	.rva	.LSEH_end_rsaz_512_mul
    +	.rva	.LSEH_info_rsaz_512_mul
    +
    +	.rva	.LSEH_begin_rsaz_512_mul_gather4
    +	.rva	.LSEH_end_rsaz_512_mul_gather4
    +	.rva	.LSEH_info_rsaz_512_mul_gather4
    +
    +	.rva	.LSEH_begin_rsaz_512_mul_scatter4
    +	.rva	.LSEH_end_rsaz_512_mul_scatter4
    +	.rva	.LSEH_info_rsaz_512_mul_scatter4
    +
    +	.rva	.LSEH_begin_rsaz_512_mul_by_one
    +	.rva	.LSEH_end_rsaz_512_mul_by_one
    +	.rva	.LSEH_info_rsaz_512_mul_by_one
    +
    +.section	.xdata
    +.align	8
    +.LSEH_info_rsaz_512_sqr:
    +	.byte	9,0,0,0
    +	.rva	se_handler
    +	.rva	.Lsqr_body,.Lsqr_epilogue			# HandlerData[]
    +.LSEH_info_rsaz_512_mul:
    +	.byte	9,0,0,0
    +	.rva	se_handler
    +	.rva	.Lmul_body,.Lmul_epilogue			# HandlerData[]
    +.LSEH_info_rsaz_512_mul_gather4:
    +	.byte	9,0,0,0
    +	.rva	se_handler
    +	.rva	.Lmul_gather4_body,.Lmul_gather4_epilogue	# HandlerData[]
    +.LSEH_info_rsaz_512_mul_scatter4:
    +	.byte	9,0,0,0
    +	.rva	se_handler
    +	.rva	.Lmul_scatter4_body,.Lmul_scatter4_epilogue	# HandlerData[]
    +.LSEH_info_rsaz_512_mul_by_one:
    +	.byte	9,0,0,0
    +	.rva	se_handler
    +	.rva	.Lmul_by_one_body,.Lmul_by_one_epilogue		# HandlerData[]
    +___
    +}
    +
    +$code =~ s/\`([^\`]*)\`/eval $1/gem;
    +print $code;
    +close STDOUT;
    diff --git a/openssl/crypto/bn/asm/sparct4-mont.pl b/openssl/crypto/bn/asm/sparct4-mont.pl
    new file mode 100755
    index 000000000..71b45002a
    --- /dev/null
    +++ b/openssl/crypto/bn/asm/sparct4-mont.pl
    @@ -0,0 +1,1222 @@
    +#!/usr/bin/env perl
    +
    +# ====================================================================
    +# Written by David S. Miller  and Andy Polyakov
    +# . The module is licensed under 2-clause BSD
    +# license. November 2012. All rights reserved.
    +# ====================================================================
    +
    +######################################################################
    +# Montgomery squaring-n-multiplication module for SPARC T4.
    +#
    +# The module consists of three parts:
    +#
    +# 1) collection of "single-op" subroutines that perform single
    +#    operation, Montgomery squaring or multiplication, on 512-,
    +#    1024-, 1536- and 2048-bit operands;
    +# 2) collection of "multi-op" subroutines that perform 5 squaring and
    +#    1 multiplication operations on operands of above lengths;
    +# 3) fall-back and helper VIS3 subroutines.
    +#
    +# RSA sign is dominated by multi-op subroutine, while RSA verify and
    +# DSA - by single-op. Special note about 4096-bit RSA verify result.
    +# Operands are too long for dedicated hardware and it's handled by
    +# VIS3 code, which is why you don't see any improvement. It's surely
    +# possible to improve it [by deploying 'mpmul' instruction], maybe in
    +# the future...
    +#
    +# Performance improvement.
    +#
    +# 64-bit process, VIS3:
    +#                   sign    verify    sign/s verify/s
    +# rsa 1024 bits 0.000628s 0.000028s   1592.4  35434.4
    +# rsa 2048 bits 0.003282s 0.000106s    304.7   9438.3
    +# rsa 4096 bits 0.025866s 0.000340s     38.7   2940.9
    +# dsa 1024 bits 0.000301s 0.000332s   3323.7   3013.9
    +# dsa 2048 bits 0.001056s 0.001233s    946.9    810.8
    +#
    +# 64-bit process, this module:
    +#                   sign    verify    sign/s verify/s
    +# rsa 1024 bits 0.000256s 0.000016s   3904.4  61411.9
    +# rsa 2048 bits 0.000946s 0.000029s   1056.8  34292.7
    +# rsa 4096 bits 0.005061s 0.000340s    197.6   2940.5
    +# dsa 1024 bits 0.000176s 0.000195s   5674.7   5130.5
    +# dsa 2048 bits 0.000296s 0.000354s   3383.2   2827.6
    +#
    +######################################################################
    +# 32-bit process, VIS3:
    +#                   sign    verify    sign/s verify/s
    +# rsa 1024 bits 0.000665s 0.000028s   1504.8  35233.3
    +# rsa 2048 bits 0.003349s 0.000106s    298.6   9433.4
    +# rsa 4096 bits 0.025959s 0.000341s     38.5   2934.8
    +# dsa 1024 bits 0.000320s 0.000341s   3123.3   2929.6
    +# dsa 2048 bits 0.001101s 0.001260s    908.2    793.4
    +#
    +# 32-bit process, this module:
    +#                   sign    verify    sign/s verify/s
    +# rsa 1024 bits 0.000301s 0.000017s   3317.1  60240.0
    +# rsa 2048 bits 0.001034s 0.000030s    966.9  33812.7
    +# rsa 4096 bits 0.005244s 0.000341s    190.7   2935.4
    +# dsa 1024 bits 0.000201s 0.000205s   4976.1   4879.2
    +# dsa 2048 bits 0.000328s 0.000360s   3051.1   2774.2
    +#
    +# 32-bit code is prone to performance degradation as interrupt rate
    +# dispatched to CPU executing the code grows. This is because in
    +# standard process of handling interrupt in 32-bit process context
    +# upper halves of most integer registers used as input or output are
    +# zeroed. This renders result invalid, and operation has to be re-run.
    +# If CPU is "bothered" with timer interrupts only, the penalty is
    +# hardly measurable. But in order to mitigate this problem for higher
    +# interrupt rates contemporary Linux kernel recognizes biased stack
    +# even in 32-bit process context and preserves full register contents.
    +# See http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=517ffce4e1a03aea979fe3a18a3dd1761a24fafb
    +# for details.
    +
    +$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
    +push(@INC,"${dir}","${dir}../../perlasm");
    +require "sparcv9_modes.pl";
    +
    +$code.=<<___;
    +#include "sparc_arch.h"
    +
    +#ifdef	__arch64__
    +.register	%g2,#scratch
    +.register	%g3,#scratch
    +#endif
    +
    +.section	".text",#alloc,#execinstr
    +
    +#ifdef	__PIC__
    +SPARC_PIC_THUNK(%g1)
    +#endif
    +___
    +
    +########################################################################
    +# Register layout for mont[mul|sqr] instructions.
    +# For details see "Oracle SPARC Architecture 2011" manual at
    +# http://www.oracle.com/technetwork/server-storage/sun-sparc-enterprise/documentation/.
    +#
    +my @R=map("%f".2*$_,(0..11,30,31,12..29));
    +my @N=(map("%l$_",(0..7)),map("%o$_",(0..5))); @N=(@N,@N,@N[0..3]);
    +my @A=(@N[0..13],@R[14..31]);
    +my @B=(map("%i$_",(0..5)),map("%l$_",(0..7))); @B=(@B,@B,map("%o$_",(0..3)));
    +
    +########################################################################
    +# int bn_mul_mont_t4_$NUM(u64 *rp,const u64 *ap,const u64 *bp,
    +#			  const u64 *np,const BN_ULONG *n0);
    +#
    +sub generate_bn_mul_mont_t4() {
    +my $NUM=shift;
    +my ($rp,$ap,$bp,$np,$sentinel)=map("%g$_",(1..5));
    +
    +$code.=<<___;
    +.globl	bn_mul_mont_t4_$NUM
    +.align	32
    +bn_mul_mont_t4_$NUM:
    +#ifdef	__arch64__
    +	mov	0,$sentinel
    +	mov	-128,%g4
    +#elif defined(SPARCV9_64BIT_STACK)
    +	SPARC_LOAD_ADDRESS_LEAF(OPENSSL_sparcv9cap_P,%g1,%g5)
    +	ld	[%g1+0],%g1	! OPENSSL_sparcv9_P[0]
    +	mov	-2047,%g4
    +	and	%g1,SPARCV9_64BIT_STACK,%g1
    +	movrz	%g1,0,%g4
    +	mov	-1,$sentinel
    +	add	%g4,-128,%g4
    +#else
    +	mov	-1,$sentinel
    +	mov	-128,%g4
    +#endif
    +	sllx	$sentinel,32,$sentinel
    +	save	%sp,%g4,%sp
    +#ifndef	__arch64__
    +	save	%sp,-128,%sp	! warm it up
    +	save	%sp,-128,%sp
    +	save	%sp,-128,%sp
    +	save	%sp,-128,%sp
    +	save	%sp,-128,%sp
    +	save	%sp,-128,%sp
    +	restore
    +	restore
    +	restore
    +	restore
    +	restore
    +	restore
    +#endif
    +	and	%sp,1,%g4
    +	or	$sentinel,%fp,%fp
    +	or	%g4,$sentinel,$sentinel
    +
    +	! copy arguments to global registers
    +	mov	%i0,$rp
    +	mov	%i1,$ap
    +	mov	%i2,$bp
    +	mov	%i3,$np
    +	ld	[%i4+0],%f1	! load *n0
    +	ld	[%i4+4],%f0
    +	fsrc2	%f0,%f60
    +___
    +
    +# load ap[$NUM] ########################################################
    +$code.=<<___;
    +	save	%sp,-128,%sp;		or	$sentinel,%fp,%fp
    +___
    +for($i=0; $i<14 && $i<$NUM; $i++) {
    +my $lo=$i<13?@A[$i+1]:"%o7";
    +$code.=<<___;
    +	ld	[$ap+$i*8+0],$lo
    +	ld	[$ap+$i*8+4],@A[$i]
    +	sllx	@A[$i],32,@A[$i]
    +	or	$lo,@A[$i],@A[$i]
    +___
    +}
    +for(; $i<$NUM; $i++) {
    +my ($hi,$lo)=("%f".2*($i%4),"%f".(2*($i%4)+1));
    +$code.=<<___;
    +	ld	[$ap+$i*8+0],$lo
    +	ld	[$ap+$i*8+4],$hi
    +	fsrc2	$hi,@A[$i]
    +___
    +}
    +# load np[$NUM] ########################################################
    +$code.=<<___;
    +	save	%sp,-128,%sp;		or	$sentinel,%fp,%fp
    +___
    +for($i=0; $i<14 && $i<$NUM; $i++) {
    +my $lo=$i<13?@N[$i+1]:"%o7";
    +$code.=<<___;
    +	ld	[$np+$i*8+0],$lo
    +	ld	[$np+$i*8+4],@N[$i]
    +	sllx	@N[$i],32,@N[$i]
    +	or	$lo,@N[$i],@N[$i]
    +___
    +}
    +$code.=<<___;
    +	save	%sp,-128,%sp;		or	$sentinel,%fp,%fp
    +___
    +for(; $i<28 && $i<$NUM; $i++) {
    +my $lo=$i<27?@N[$i+1]:"%o7";
    +$code.=<<___;
    +	ld	[$np+$i*8+0],$lo
    +	ld	[$np+$i*8+4],@N[$i]
    +	sllx	@N[$i],32,@N[$i]
    +	or	$lo,@N[$i],@N[$i]
    +___
    +}
    +$code.=<<___;
    +	save	%sp,-128,%sp;		or	$sentinel,%fp,%fp
    +___
    +for(; $i<$NUM; $i++) {
    +my $lo=($i<$NUM-1)?@N[$i+1]:"%o7";
    +$code.=<<___;
    +	ld	[$np+$i*8+0],$lo
    +	ld	[$np+$i*8+4],@N[$i]
    +	sllx	@N[$i],32,@N[$i]
    +	or	$lo,@N[$i],@N[$i]
    +___
    +}
    +$code.=<<___;
    +	cmp	$ap,$bp
    +	be	SIZE_T_CC,.Lmsquare_$NUM
    +	nop
    +___
    +
    +# load bp[$NUM] ########################################################
    +$code.=<<___;
    +	save	%sp,-128,%sp;		or	$sentinel,%fp,%fp
    +___
    +for($i=0; $i<14 && $i<$NUM; $i++) {
    +my $lo=$i<13?@B[$i+1]:"%o7";
    +$code.=<<___;
    +	ld	[$bp+$i*8+0],$lo
    +	ld	[$bp+$i*8+4],@B[$i]
    +	sllx	@B[$i],32,@B[$i]
    +	or	$lo,@B[$i],@B[$i]
    +___
    +}
    +$code.=<<___;
    +	save	%sp,-128,%sp;		or	$sentinel,%fp,%fp
    +___
    +for(; $i<$NUM; $i++) {
    +my $lo=($i<$NUM-1)?@B[$i+1]:"%o7";
    +$code.=<<___;
    +	ld	[$bp+$i*8+0],$lo
    +	ld	[$bp+$i*8+4],@B[$i]
    +	sllx	@B[$i],32,@B[$i]
    +	or	$lo,@B[$i],@B[$i]
    +___
    +}
    +# magic ################################################################
    +$code.=<<___;
    +	.word	0x81b02920+$NUM-1	! montmul	$NUM-1
    +.Lmresume_$NUM:
    +	fbu,pn	%fcc3,.Lmabort_$NUM
    +#ifndef	__arch64__
    +	and	%fp,$sentinel,$sentinel
    +	brz,pn	$sentinel,.Lmabort_$NUM
    +#endif
    +	nop
    +#ifdef	__arch64__
    +	restore
    +	restore
    +	restore
    +	restore
    +	restore
    +#else
    +	restore;		and	%fp,$sentinel,$sentinel
    +	restore;		and	%fp,$sentinel,$sentinel
    +	restore;		and	%fp,$sentinel,$sentinel
    +	restore;		and	%fp,$sentinel,$sentinel
    +	 brz,pn	$sentinel,.Lmabort1_$NUM
    +	restore
    +#endif
    +___
    +
    +# save tp[$NUM] ########################################################
    +for($i=0; $i<14 && $i<$NUM; $i++) {
    +$code.=<<___;
    +	movxtod	@A[$i],@R[$i]
    +___
    +}
    +$code.=<<___;
    +#ifdef	__arch64__
    +	restore
    +#else
    +	 and	%fp,$sentinel,$sentinel
    +	restore
    +	 and	$sentinel,1,%o7
    +	 and	%fp,$sentinel,$sentinel
    +	 srl	%fp,0,%fp		! just in case?
    +	 or	%o7,$sentinel,$sentinel
    +	brz,a,pn $sentinel,.Lmdone_$NUM
    +	mov	0,%i0		! return failure
    +#endif
    +___
    +for($i=0; $i<12 && $i<$NUM; $i++) {
    +@R[$i] =~ /%f([0-9]+)/;
    +my $lo = "%f".($1+1);
    +$code.=<<___;
    +	st	$lo,[$rp+$i*8+0]
    +	st	@R[$i],[$rp+$i*8+4]
    +___
    +}
    +for(; $i<$NUM; $i++) {
    +my ($hi,$lo)=("%f".2*($i%4),"%f".(2*($i%4)+1));
    +$code.=<<___;
    +	fsrc2	@R[$i],$hi
    +	st	$lo,[$rp+$i*8+0]
    +	st	$hi,[$rp+$i*8+4]
    +___
    +}
    +$code.=<<___;
    +	mov	1,%i0		! return success
    +.Lmdone_$NUM:
    +	ret
    +	restore
    +
    +.Lmabort_$NUM:
    +	restore
    +	restore
    +	restore
    +	restore
    +	restore
    +.Lmabort1_$NUM:
    +	restore
    +
    +	mov	0,%i0		! return failure
    +	ret
    +	restore
    +
    +.align	32
    +.Lmsquare_$NUM:
    +	save	%sp,-128,%sp;		or	$sentinel,%fp,%fp
    +	save	%sp,-128,%sp;		or	$sentinel,%fp,%fp
    +	.word   0x81b02940+$NUM-1	! montsqr	$NUM-1
    +	ba	.Lmresume_$NUM
    +	nop
    +.type	bn_mul_mont_t4_$NUM, #function
    +.size	bn_mul_mont_t4_$NUM, .-bn_mul_mont_t4_$NUM
    +___
    +}
    +
    +for ($i=8;$i<=32;$i+=8) {
    +	&generate_bn_mul_mont_t4($i);
    +}
    +
    +########################################################################
    +#
    +sub load_ccr {
    +my ($ptbl,$pwr,$ccr,$skip_wr)=@_;
    +$code.=<<___;
    +	srl	$pwr,	2,	%o4
    +	and	$pwr,	3,	%o5
    +	and	%o4,	7,	%o4
    +	sll	%o5,	3,	%o5	! offset within first cache line
    +	add	%o5,	$ptbl,	$ptbl	! of the pwrtbl
    +	or	%g0,	1,	%o5
    +	sll	%o5,	%o4,	$ccr
    +___
    +$code.=<<___	if (!$skip_wr);
    +	wr	$ccr,	%g0,	%ccr
    +___
    +}
    +sub load_b_pair {
    +my ($pwrtbl,$B0,$B1)=@_;
    +
    +$code.=<<___;
    +	ldx	[$pwrtbl+0*32],	$B0
    +	ldx	[$pwrtbl+8*32],	$B1
    +	ldx	[$pwrtbl+1*32],	%o4
    +	ldx	[$pwrtbl+9*32],	%o5
    +	movvs	%icc,	%o4,	$B0
    +	ldx	[$pwrtbl+2*32],	%o4
    +	movvs	%icc,	%o5,	$B1
    +	ldx	[$pwrtbl+10*32],%o5
    +	move	%icc,	%o4,	$B0
    +	ldx	[$pwrtbl+3*32],	%o4
    +	move	%icc,	%o5,	$B1
    +	ldx	[$pwrtbl+11*32],%o5
    +	movneg	%icc,	%o4,	$B0
    +	ldx	[$pwrtbl+4*32],	%o4
    +	movneg	%icc,	%o5,	$B1
    +	ldx	[$pwrtbl+12*32],%o5
    +	movcs	%xcc,	%o4,	$B0
    +	ldx	[$pwrtbl+5*32],%o4
    +	movcs	%xcc,	%o5,	$B1
    +	ldx	[$pwrtbl+13*32],%o5
    +	movvs	%xcc,	%o4,	$B0
    +	ldx	[$pwrtbl+6*32],	%o4
    +	movvs	%xcc,	%o5,	$B1
    +	ldx	[$pwrtbl+14*32],%o5
    +	move	%xcc,	%o4,	$B0
    +	ldx	[$pwrtbl+7*32],	%o4
    +	move	%xcc,	%o5,	$B1
    +	ldx	[$pwrtbl+15*32],%o5
    +	movneg	%xcc,	%o4,	$B0
    +	add	$pwrtbl,16*32,	$pwrtbl
    +	movneg	%xcc,	%o5,	$B1
    +___
    +}
    +sub load_b {
    +my ($pwrtbl,$Bi)=@_;
    +
    +$code.=<<___;
    +	ldx	[$pwrtbl+0*32],	$Bi
    +	ldx	[$pwrtbl+1*32],	%o4
    +	ldx	[$pwrtbl+2*32],	%o5
    +	movvs	%icc,	%o4,	$Bi
    +	ldx	[$pwrtbl+3*32],	%o4
    +	move	%icc,	%o5,	$Bi
    +	ldx	[$pwrtbl+4*32],	%o5
    +	movneg	%icc,	%o4,	$Bi
    +	ldx	[$pwrtbl+5*32],	%o4
    +	movcs	%xcc,	%o5,	$Bi
    +	ldx	[$pwrtbl+6*32],	%o5
    +	movvs	%xcc,	%o4,	$Bi
    +	ldx	[$pwrtbl+7*32],	%o4
    +	move	%xcc,	%o5,	$Bi
    +	add	$pwrtbl,8*32,	$pwrtbl
    +	movneg	%xcc,	%o4,	$Bi
    +___
    +}
    +
    +########################################################################
    +# int bn_pwr5_mont_t4_$NUM(u64 *tp,const u64 *np,const BN_ULONG *n0,
    +#			   const u64 *pwrtbl,int pwr,int stride);
    +#
    +sub generate_bn_pwr5_mont_t4() {
    +my $NUM=shift;
    +my ($tp,$np,$pwrtbl,$pwr,$sentinel)=map("%g$_",(1..5));
    +
    +$code.=<<___;
    +.globl	bn_pwr5_mont_t4_$NUM
    +.align	32
    +bn_pwr5_mont_t4_$NUM:
    +#ifdef	__arch64__
    +	mov	0,$sentinel
    +	mov	-128,%g4
    +#elif defined(SPARCV9_64BIT_STACK)
    +	SPARC_LOAD_ADDRESS_LEAF(OPENSSL_sparcv9cap_P,%g1,%g5)
    +	ld	[%g1+0],%g1	! OPENSSL_sparcv9_P[0]
    +	mov	-2047,%g4
    +	and	%g1,SPARCV9_64BIT_STACK,%g1
    +	movrz	%g1,0,%g4
    +	mov	-1,$sentinel
    +	add	%g4,-128,%g4
    +#else
    +	mov	-1,$sentinel
    +	mov	-128,%g4
    +#endif
    +	sllx	$sentinel,32,$sentinel
    +	save	%sp,%g4,%sp
    +#ifndef	__arch64__
    +	save	%sp,-128,%sp	! warm it up
    +	save	%sp,-128,%sp
    +	save	%sp,-128,%sp
    +	save	%sp,-128,%sp
    +	save	%sp,-128,%sp
    +	save	%sp,-128,%sp
    +	restore
    +	restore
    +	restore
    +	restore
    +	restore
    +	restore
    +#endif
    +	and	%sp,1,%g4
    +	or	$sentinel,%fp,%fp
    +	or	%g4,$sentinel,$sentinel
    +
    +	! copy arguments to global registers
    +	mov	%i0,$tp
    +	mov	%i1,$np
    +	ld	[%i2+0],%f1	! load *n0
    +	ld	[%i2+4],%f0
    +	mov	%i3,$pwrtbl
    +	srl	%i4,%g0,%i4	! pack last arguments
    +	sllx	%i5,32,$pwr
    +	or	%i4,$pwr,$pwr
    +	fsrc2	%f0,%f60
    +___
    +
    +# load tp[$NUM] ########################################################
    +$code.=<<___;
    +	save	%sp,-128,%sp;		or	$sentinel,%fp,%fp
    +___
    +for($i=0; $i<14 && $i<$NUM; $i++) {
    +$code.=<<___;
    +	ldx	[$tp+$i*8],@A[$i]
    +___
    +}
    +for(; $i<$NUM; $i++) {
    +$code.=<<___;
    +	ldd	[$tp+$i*8],@A[$i]
    +___
    +}
    +# load np[$NUM] ########################################################
    +$code.=<<___;
    +	save	%sp,-128,%sp;		or	$sentinel,%fp,%fp
    +___
    +for($i=0; $i<14 && $i<$NUM; $i++) {
    +$code.=<<___;
    +	ldx	[$np+$i*8],@N[$i]
    +___
    +}
    +$code.=<<___;
    +	save	%sp,-128,%sp;		or	$sentinel,%fp,%fp
    +___
    +for(; $i<28 && $i<$NUM; $i++) {
    +$code.=<<___;
    +	ldx	[$np+$i*8],@N[$i]
    +___
    +}
    +$code.=<<___;
    +	save	%sp,-128,%sp;		or	$sentinel,%fp,%fp
    +___
    +for(; $i<$NUM; $i++) {
    +$code.=<<___;
    +	ldx	[$np+$i*8],@N[$i]
    +___
    +}
    +# load pwrtbl[pwr] ########################################################
    +$code.=<<___;
    +	save	%sp,-128,%sp;		or	$sentinel,%fp,%fp
    +
    +	srlx	$pwr,	32,	%o4		! unpack $pwr
    +	srl	$pwr,	%g0,	%o5
    +	sub	%o4,	5,	%o4
    +	mov	$pwrtbl,	%o7
    +	sllx	%o4,	32,	$pwr		! re-pack $pwr
    +	or	%o5,	$pwr,	$pwr
    +	srl	%o5,	%o4,	%o5
    +___
    +	&load_ccr("%o7","%o5","%o4");
    +$code.=<<___;
    +	b	.Lstride_$NUM
    +	nop
    +.align	16
    +.Lstride_$NUM:
    +___
    +for($i=0; $i<14 && $i<$NUM; $i+=2) {
    +	&load_b_pair("%o7",@B[$i],@B[$i+1]);
    +}
    +$code.=<<___;
    +	save	%sp,-128,%sp;		or	$sentinel,%fp,%fp
    +___
    +for(; $i<$NUM; $i+=2) {
    +	&load_b_pair("%i7",@B[$i],@B[$i+1]);
    +}
    +$code.=<<___;
    +	srax	$pwr,	32,	%o4		! unpack $pwr
    +	srl	$pwr,	%g0,	%o5
    +	sub	%o4,	5,	%o4
    +	mov	$pwrtbl,	%i7
    +	sllx	%o4,	32,	$pwr		! re-pack $pwr
    +	or	%o5,	$pwr,	$pwr
    +	srl	%o5,	%o4,	%o5
    +___
    +	&load_ccr("%i7","%o5","%o4",1);
    +
    +# magic ################################################################
    +for($i=0; $i<5; $i++) {
    +$code.=<<___;
    +	.word	0x81b02940+$NUM-1	! montsqr	$NUM-1
    +	fbu,pn	%fcc3,.Labort_$NUM
    +#ifndef	__arch64__
    +	and	%fp,$sentinel,$sentinel
    +	brz,pn	$sentinel,.Labort_$NUM
    +#endif
    +	nop
    +___
    +}
    +$code.=<<___;
    +	wr	%o4,	%g0,	%ccr
    +	.word	0x81b02920+$NUM-1	! montmul	$NUM-1
    +	fbu,pn	%fcc3,.Labort_$NUM
    +#ifndef	__arch64__
    +	and	%fp,$sentinel,$sentinel
    +	brz,pn	$sentinel,.Labort_$NUM
    +#endif
    +
    +	srax	$pwr,	32,	%o4
    +#ifdef	__arch64__
    +	brgez	%o4,.Lstride_$NUM
    +	restore
    +	restore
    +	restore
    +	restore
    +	restore
    +#else
    +	brgez	%o4,.Lstride_$NUM
    +	restore;		and	%fp,$sentinel,$sentinel
    +	restore;		and	%fp,$sentinel,$sentinel
    +	restore;		and	%fp,$sentinel,$sentinel
    +	restore;		and	%fp,$sentinel,$sentinel
    +	 brz,pn	$sentinel,.Labort1_$NUM
    +	restore
    +#endif
    +___
    +
    +# save tp[$NUM] ########################################################
    +for($i=0; $i<14 && $i<$NUM; $i++) {
    +$code.=<<___;
    +	movxtod	@A[$i],@R[$i]
    +___
    +}
    +$code.=<<___;
    +#ifdef	__arch64__
    +	restore
    +#else
    +	 and	%fp,$sentinel,$sentinel
    +	restore
    +	 and	$sentinel,1,%o7
    +	 and	%fp,$sentinel,$sentinel
    +	 srl	%fp,0,%fp		! just in case?
    +	 or	%o7,$sentinel,$sentinel
    +	brz,a,pn $sentinel,.Ldone_$NUM
    +	mov	0,%i0		! return failure
    +#endif
    +___
    +for($i=0; $i<$NUM; $i++) {
    +$code.=<<___;
    +	std	@R[$i],[$tp+$i*8]
    +___
    +}
    +$code.=<<___;
    +	mov	1,%i0		! return success
    +.Ldone_$NUM:
    +	ret
    +	restore
    +
    +.Labort_$NUM:
    +	restore
    +	restore
    +	restore
    +	restore
    +	restore
    +.Labort1_$NUM:
    +	restore
    +
    +	mov	0,%i0		! return failure
    +	ret
    +	restore
    +.type	bn_pwr5_mont_t4_$NUM, #function
    +.size	bn_pwr5_mont_t4_$NUM, .-bn_pwr5_mont_t4_$NUM
    +___
    +}
    +
    +for ($i=8;$i<=32;$i+=8) {
    +	&generate_bn_pwr5_mont_t4($i);
    +}
    +
    +{
    +########################################################################
    +# Fall-back subroutines
    +#
    +# copy of bn_mul_mont_vis3 adjusted for vectors of 64-bit values
    +#
    +($n0,$m0,$m1,$lo0,$hi0, $lo1,$hi1,$aj,$alo,$nj,$nlo,$tj)=
    +	(map("%g$_",(1..5)),map("%o$_",(0..5,7)));
    +
    +# int bn_mul_mont(
    +$rp="%o0";	# u64 *rp,
    +$ap="%o1";	# const u64 *ap,
    +$bp="%o2";	# const u64 *bp,
    +$np="%o3";	# const u64 *np,
    +$n0p="%o4";	# const BN_ULONG *n0,
    +$num="%o5";	# int num);	# caller ensures that num is >=3
    +$code.=<<___;
    +.globl	bn_mul_mont_t4
    +.align	32
    +bn_mul_mont_t4:
    +	add	%sp,	STACK_BIAS,	%g4	! real top of stack
    +	sll	$num,	3,	$num		! size in bytes
    +	add	$num,	63,	%g1
    +	andn	%g1,	63,	%g1		! buffer size rounded up to 64 bytes
    +	sub	%g4,	%g1,	%g1
    +	andn	%g1,	63,	%g1		! align at 64 byte
    +	sub	%g1,	STACK_FRAME,	%g1	! new top of stack
    +	sub	%g1,	%g4,	%g1
    +
    +	save	%sp,	%g1,	%sp
    +___
    +#	+-------------------------------+<-----	%sp
    +#	.				.
    +#	+-------------------------------+<-----	aligned at 64 bytes
    +#	| __int64 tmp[0]		|
    +#	+-------------------------------+
    +#	.				.
    +#	.				.
    +#	+-------------------------------+<-----	aligned at 64 bytes
    +#	.				.
    +($rp,$ap,$bp,$np,$n0p,$num)=map("%i$_",(0..5));
    +($t0,$t1,$t2,$t3,$cnt,$tp,$bufsz)=map("%l$_",(0..7));
    +($ovf,$i)=($t0,$t1);
    +$code.=<<___;
    +	ld	[$n0p+0],	$t0	! pull n0[0..1] value
    +	ld	[$n0p+4],	$t1
    +	add	%sp, STACK_BIAS+STACK_FRAME, $tp
    +	ldx	[$bp+0],	$m0	! m0=bp[0]
    +	sllx	$t1,	32,	$n0
    +	add	$bp,	8,	$bp
    +	or	$t0,	$n0,	$n0
    +
    +	ldx	[$ap+0],	$aj	! ap[0]
    +
    +	mulx	$aj,	$m0,	$lo0	! ap[0]*bp[0]
    +	umulxhi	$aj,	$m0,	$hi0
    +
    +	ldx	[$ap+8],	$aj	! ap[1]
    +	add	$ap,	16,	$ap
    +	ldx	[$np+0],	$nj	! np[0]
    +
    +	mulx	$lo0,	$n0,	$m1	! "tp[0]"*n0
    +
    +	mulx	$aj,	$m0,	$alo	! ap[1]*bp[0]
    +	umulxhi	$aj,	$m0,	$aj	! ahi=aj
    +
    +	mulx	$nj,	$m1,	$lo1	! np[0]*m1
    +	umulxhi	$nj,	$m1,	$hi1
    +
    +	ldx	[$np+8],	$nj	! np[1]
    +
    +	addcc	$lo0,	$lo1,	$lo1
    +	add	$np,	16,	$np
    +	addxc	%g0,	$hi1,	$hi1
    +
    +	mulx	$nj,	$m1,	$nlo	! np[1]*m1
    +	umulxhi	$nj,	$m1,	$nj	! nhi=nj
    +
    +	ba	.L1st
    +	sub	$num,	24,	$cnt	! cnt=num-3
    +
    +.align	16
    +.L1st:
    +	addcc	$alo,	$hi0,	$lo0
    +	addxc	$aj,	%g0,	$hi0
    +
    +	ldx	[$ap+0],	$aj	! ap[j]
    +	addcc	$nlo,	$hi1,	$lo1
    +	add	$ap,	8,	$ap
    +	addxc	$nj,	%g0,	$hi1	! nhi=nj
    +
    +	ldx	[$np+0],	$nj	! np[j]
    +	mulx	$aj,	$m0,	$alo	! ap[j]*bp[0]
    +	add	$np,	8,	$np
    +	umulxhi	$aj,	$m0,	$aj	! ahi=aj
    +
    +	mulx	$nj,	$m1,	$nlo	! np[j]*m1
    +	addcc	$lo0,	$lo1,	$lo1	! np[j]*m1+ap[j]*bp[0]
    +	umulxhi	$nj,	$m1,	$nj	! nhi=nj
    +	addxc	%g0,	$hi1,	$hi1
    +	stxa	$lo1,	[$tp]0xe2	! tp[j-1]
    +	add	$tp,	8,	$tp	! tp++
    +
    +	brnz,pt	$cnt,	.L1st
    +	sub	$cnt,	8,	$cnt	! j--
    +!.L1st
    +	addcc	$alo,	$hi0,	$lo0
    +	addxc	$aj,	%g0,	$hi0	! ahi=aj
    +
    +	addcc	$nlo,	$hi1,	$lo1
    +	addxc	$nj,	%g0,	$hi1
    +	addcc	$lo0,	$lo1,	$lo1	! np[j]*m1+ap[j]*bp[0]
    +	addxc	%g0,	$hi1,	$hi1
    +	stxa	$lo1,	[$tp]0xe2	! tp[j-1]
    +	add	$tp,	8,	$tp
    +
    +	addcc	$hi0,	$hi1,	$hi1
    +	addxc	%g0,	%g0,	$ovf	! upmost overflow bit
    +	stxa	$hi1,	[$tp]0xe2
    +	add	$tp,	8,	$tp
    +
    +	ba	.Louter
    +	sub	$num,	16,	$i	! i=num-2
    +
    +.align	16
    +.Louter:
    +	ldx	[$bp+0],	$m0	! m0=bp[i]
    +	add	$bp,	8,	$bp
    +
    +	sub	$ap,	$num,	$ap	! rewind
    +	sub	$np,	$num,	$np
    +	sub	$tp,	$num,	$tp
    +
    +	ldx	[$ap+0],	$aj	! ap[0]
    +	ldx	[$np+0],	$nj	! np[0]
    +
    +	mulx	$aj,	$m0,	$lo0	! ap[0]*bp[i]
    +	ldx	[$tp],		$tj	! tp[0]
    +	umulxhi	$aj,	$m0,	$hi0
    +	ldx	[$ap+8],	$aj	! ap[1]
    +	addcc	$lo0,	$tj,	$lo0	! ap[0]*bp[i]+tp[0]
    +	mulx	$aj,	$m0,	$alo	! ap[1]*bp[i]
    +	addxc	%g0,	$hi0,	$hi0
    +	mulx	$lo0,	$n0,	$m1	! tp[0]*n0
    +	umulxhi	$aj,	$m0,	$aj	! ahi=aj
    +	mulx	$nj,	$m1,	$lo1	! np[0]*m1
    +	add	$ap,	16,	$ap
    +	umulxhi	$nj,	$m1,	$hi1
    +	ldx	[$np+8],	$nj	! np[1]
    +	add	$np,	16,	$np
    +	addcc	$lo1,	$lo0,	$lo1
    +	mulx	$nj,	$m1,	$nlo	! np[1]*m1
    +	addxc	%g0,	$hi1,	$hi1
    +	umulxhi	$nj,	$m1,	$nj	! nhi=nj
    +
    +	ba	.Linner
    +	sub	$num,	24,	$cnt	! cnt=num-3
    +.align	16
    +.Linner:
    +	addcc	$alo,	$hi0,	$lo0
    +	ldx	[$tp+8],	$tj	! tp[j]
    +	addxc	$aj,	%g0,	$hi0	! ahi=aj
    +	ldx	[$ap+0],	$aj	! ap[j]
    +	add	$ap,	8,	$ap
    +	addcc	$nlo,	$hi1,	$lo1
    +	mulx	$aj,	$m0,	$alo	! ap[j]*bp[i]
    +	addxc	$nj,	%g0,	$hi1	! nhi=nj
    +	ldx	[$np+0],	$nj	! np[j]
    +	add	$np,	8,	$np
    +	umulxhi	$aj,	$m0,	$aj	! ahi=aj
    +	addcc	$lo0,	$tj,	$lo0	! ap[j]*bp[i]+tp[j]
    +	mulx	$nj,	$m1,	$nlo	! np[j]*m1
    +	addxc	%g0,	$hi0,	$hi0
    +	umulxhi	$nj,	$m1,	$nj	! nhi=nj
    +	addcc	$lo1,	$lo0,	$lo1	! np[j]*m1+ap[j]*bp[i]+tp[j]
    +	addxc	%g0,	$hi1,	$hi1
    +	stx	$lo1,	[$tp]		! tp[j-1]
    +	add	$tp,	8,	$tp
    +	brnz,pt	$cnt,	.Linner
    +	sub	$cnt,	8,	$cnt
    +!.Linner
    +	ldx	[$tp+8],	$tj	! tp[j]
    +	addcc	$alo,	$hi0,	$lo0
    +	addxc	$aj,	%g0,	$hi0	! ahi=aj
    +	addcc	$lo0,	$tj,	$lo0	! ap[j]*bp[i]+tp[j]
    +	addxc	%g0,	$hi0,	$hi0
    +
    +	addcc	$nlo,	$hi1,	$lo1
    +	addxc	$nj,	%g0,	$hi1	! nhi=nj
    +	addcc	$lo1,	$lo0,	$lo1	! np[j]*m1+ap[j]*bp[i]+tp[j]
    +	addxc	%g0,	$hi1,	$hi1
    +	stx	$lo1,	[$tp]		! tp[j-1]
    +
    +	subcc	%g0,	$ovf,	%g0	! move upmost overflow to CCR.xcc
    +	addxccc	$hi1,	$hi0,	$hi1
    +	addxc	%g0,	%g0,	$ovf
    +	stx	$hi1,	[$tp+8]
    +	add	$tp,	16,	$tp
    +
    +	brnz,pt	$i,	.Louter
    +	sub	$i,	8,	$i
    +
    +	sub	$ap,	$num,	$ap	! rewind
    +	sub	$np,	$num,	$np
    +	sub	$tp,	$num,	$tp
    +	ba	.Lsub
    +	subcc	$num,	8,	$cnt	! cnt=num-1 and clear CCR.xcc
    +
    +.align	16
    +.Lsub:
    +	ldx	[$tp],		$tj
    +	add	$tp,	8,	$tp
    +	ldx	[$np+0],	$nj
    +	add	$np,	8,	$np
    +	subccc	$tj,	$nj,	$t2	! tp[j]-np[j]
    +	srlx	$tj,	32,	$tj
    +	srlx	$nj,	32,	$nj
    +	subccc	$tj,	$nj,	$t3
    +	add	$rp,	8,	$rp
    +	st	$t2,	[$rp-4]		! reverse order
    +	st	$t3,	[$rp-8]
    +	brnz,pt	$cnt,	.Lsub
    +	sub	$cnt,	8,	$cnt
    +
    +	sub	$np,	$num,	$np	! rewind
    +	sub	$tp,	$num,	$tp
    +	sub	$rp,	$num,	$rp
    +
    +	subc	$ovf,	%g0,	$ovf	! handle upmost overflow bit
    +	and	$tp,	$ovf,	$ap
    +	andn	$rp,	$ovf,	$np
    +	or	$np,	$ap,	$ap	! ap=borrow?tp:rp
    +	ba	.Lcopy
    +	sub	$num,	8,	$cnt
    +
    +.align	16
    +.Lcopy:					! copy or in-place refresh
    +	ldx	[$ap+0],	$t2
    +	add	$ap,	8,	$ap
    +	stx	%g0,	[$tp]		! zap
    +	add	$tp,	8,	$tp
    +	stx	$t2,	[$rp+0]
    +	add	$rp,	8,	$rp
    +	brnz	$cnt,	.Lcopy
    +	sub	$cnt,	8,	$cnt
    +
    +	mov	1,	%o0
    +	ret
    +	restore
    +.type	bn_mul_mont_t4, #function
    +.size	bn_mul_mont_t4, .-bn_mul_mont_t4
    +___
    +
    +# int bn_mul_mont_gather5(
    +$rp="%o0";	# u64 *rp,
    +$ap="%o1";	# const u64 *ap,
    +$bp="%o2";	# const u64 *pwrtbl,
    +$np="%o3";	# const u64 *np,
    +$n0p="%o4";	# const BN_ULONG *n0,
    +$num="%o5";	# int num,	# caller ensures that num is >=3
    +		# int power);
    +$code.=<<___;
    +.globl	bn_mul_mont_gather5_t4
    +.align	32
    +bn_mul_mont_gather5_t4:
    +	add	%sp,	STACK_BIAS,	%g4	! real top of stack
    +	sll	$num,	3,	$num		! size in bytes
    +	add	$num,	63,	%g1
    +	andn	%g1,	63,	%g1		! buffer size rounded up to 64 bytes
    +	sub	%g4,	%g1,	%g1
    +	andn	%g1,	63,	%g1		! align at 64 byte
    +	sub	%g1,	STACK_FRAME,	%g1	! new top of stack
    +	sub	%g1,	%g4,	%g1
    +	LDPTR	[%sp+STACK_7thARG],	%g4	! load power, 7th argument
    +
    +	save	%sp,	%g1,	%sp
    +___
    +#	+-------------------------------+<-----	%sp
    +#	.				.
    +#	+-------------------------------+<-----	aligned at 64 bytes
    +#	| __int64 tmp[0]		|
    +#	+-------------------------------+
    +#	.				.
    +#	.				.
    +#	+-------------------------------+<-----	aligned at 64 bytes
    +#	.				.
    +($rp,$ap,$bp,$np,$n0p,$num)=map("%i$_",(0..5));
    +($t0,$t1,$t2,$t3,$cnt,$tp,$bufsz,$ccr)=map("%l$_",(0..7));
    +($ovf,$i)=($t0,$t1);
    +	&load_ccr($bp,"%g4",$ccr);
    +	&load_b($bp,$m0,"%o7");		# m0=bp[0]
    +
    +$code.=<<___;
    +	ld	[$n0p+0],	$t0	! pull n0[0..1] value
    +	ld	[$n0p+4],	$t1
    +	add	%sp, STACK_BIAS+STACK_FRAME, $tp
    +	sllx	$t1,	32,	$n0
    +	or	$t0,	$n0,	$n0
    +
    +	ldx	[$ap+0],	$aj	! ap[0]
    +
    +	mulx	$aj,	$m0,	$lo0	! ap[0]*bp[0]
    +	umulxhi	$aj,	$m0,	$hi0
    +
    +	ldx	[$ap+8],	$aj	! ap[1]
    +	add	$ap,	16,	$ap
    +	ldx	[$np+0],	$nj	! np[0]
    +
    +	mulx	$lo0,	$n0,	$m1	! "tp[0]"*n0
    +
    +	mulx	$aj,	$m0,	$alo	! ap[1]*bp[0]
    +	umulxhi	$aj,	$m0,	$aj	! ahi=aj
    +
    +	mulx	$nj,	$m1,	$lo1	! np[0]*m1
    +	umulxhi	$nj,	$m1,	$hi1
    +
    +	ldx	[$np+8],	$nj	! np[1]
    +
    +	addcc	$lo0,	$lo1,	$lo1
    +	add	$np,	16,	$np
    +	addxc	%g0,	$hi1,	$hi1
    +
    +	mulx	$nj,	$m1,	$nlo	! np[1]*m1
    +	umulxhi	$nj,	$m1,	$nj	! nhi=nj
    +
    +	ba	.L1st_g5
    +	sub	$num,	24,	$cnt	! cnt=num-3
    +
    +.align	16
    +.L1st_g5:
    +	addcc	$alo,	$hi0,	$lo0
    +	addxc	$aj,	%g0,	$hi0
    +
    +	ldx	[$ap+0],	$aj	! ap[j]
    +	addcc	$nlo,	$hi1,	$lo1
    +	add	$ap,	8,	$ap
    +	addxc	$nj,	%g0,	$hi1	! nhi=nj
    +
    +	ldx	[$np+0],	$nj	! np[j]
    +	mulx	$aj,	$m0,	$alo	! ap[j]*bp[0]
    +	add	$np,	8,	$np
    +	umulxhi	$aj,	$m0,	$aj	! ahi=aj
    +
    +	mulx	$nj,	$m1,	$nlo	! np[j]*m1
    +	addcc	$lo0,	$lo1,	$lo1	! np[j]*m1+ap[j]*bp[0]
    +	umulxhi	$nj,	$m1,	$nj	! nhi=nj
    +	addxc	%g0,	$hi1,	$hi1
    +	stxa	$lo1,	[$tp]0xe2	! tp[j-1]
    +	add	$tp,	8,	$tp	! tp++
    +
    +	brnz,pt	$cnt,	.L1st_g5
    +	sub	$cnt,	8,	$cnt	! j--
    +!.L1st_g5
    +	addcc	$alo,	$hi0,	$lo0
    +	addxc	$aj,	%g0,	$hi0	! ahi=aj
    +
    +	addcc	$nlo,	$hi1,	$lo1
    +	addxc	$nj,	%g0,	$hi1
    +	addcc	$lo0,	$lo1,	$lo1	! np[j]*m1+ap[j]*bp[0]
    +	addxc	%g0,	$hi1,	$hi1
    +	stxa	$lo1,	[$tp]0xe2	! tp[j-1]
    +	add	$tp,	8,	$tp
    +
    +	addcc	$hi0,	$hi1,	$hi1
    +	addxc	%g0,	%g0,	$ovf	! upmost overflow bit
    +	stxa	$hi1,	[$tp]0xe2
    +	add	$tp,	8,	$tp
    +
    +	ba	.Louter_g5
    +	sub	$num,	16,	$i	! i=num-2
    +
    +.align	16
    +.Louter_g5:
    +	wr	$ccr,	%g0,	%ccr
    +___
    +	&load_b($bp,$m0);		# m0=bp[i]
    +$code.=<<___;
    +	sub	$ap,	$num,	$ap	! rewind
    +	sub	$np,	$num,	$np
    +	sub	$tp,	$num,	$tp
    +
    +	ldx	[$ap+0],	$aj	! ap[0]
    +	ldx	[$np+0],	$nj	! np[0]
    +
    +	mulx	$aj,	$m0,	$lo0	! ap[0]*bp[i]
    +	ldx	[$tp],		$tj	! tp[0]
    +	umulxhi	$aj,	$m0,	$hi0
    +	ldx	[$ap+8],	$aj	! ap[1]
    +	addcc	$lo0,	$tj,	$lo0	! ap[0]*bp[i]+tp[0]
    +	mulx	$aj,	$m0,	$alo	! ap[1]*bp[i]
    +	addxc	%g0,	$hi0,	$hi0
    +	mulx	$lo0,	$n0,	$m1	! tp[0]*n0
    +	umulxhi	$aj,	$m0,	$aj	! ahi=aj
    +	mulx	$nj,	$m1,	$lo1	! np[0]*m1
    +	add	$ap,	16,	$ap
    +	umulxhi	$nj,	$m1,	$hi1
    +	ldx	[$np+8],	$nj	! np[1]
    +	add	$np,	16,	$np
    +	addcc	$lo1,	$lo0,	$lo1
    +	mulx	$nj,	$m1,	$nlo	! np[1]*m1
    +	addxc	%g0,	$hi1,	$hi1
    +	umulxhi	$nj,	$m1,	$nj	! nhi=nj
    +
    +	ba	.Linner_g5
    +	sub	$num,	24,	$cnt	! cnt=num-3
    +.align	16
    +.Linner_g5:
    +	addcc	$alo,	$hi0,	$lo0
    +	ldx	[$tp+8],	$tj	! tp[j]
    +	addxc	$aj,	%g0,	$hi0	! ahi=aj
    +	ldx	[$ap+0],	$aj	! ap[j]
    +	add	$ap,	8,	$ap
    +	addcc	$nlo,	$hi1,	$lo1
    +	mulx	$aj,	$m0,	$alo	! ap[j]*bp[i]
    +	addxc	$nj,	%g0,	$hi1	! nhi=nj
    +	ldx	[$np+0],	$nj	! np[j]
    +	add	$np,	8,	$np
    +	umulxhi	$aj,	$m0,	$aj	! ahi=aj
    +	addcc	$lo0,	$tj,	$lo0	! ap[j]*bp[i]+tp[j]
    +	mulx	$nj,	$m1,	$nlo	! np[j]*m1
    +	addxc	%g0,	$hi0,	$hi0
    +	umulxhi	$nj,	$m1,	$nj	! nhi=nj
    +	addcc	$lo1,	$lo0,	$lo1	! np[j]*m1+ap[j]*bp[i]+tp[j]
    +	addxc	%g0,	$hi1,	$hi1
    +	stx	$lo1,	[$tp]		! tp[j-1]
    +	add	$tp,	8,	$tp
    +	brnz,pt	$cnt,	.Linner_g5
    +	sub	$cnt,	8,	$cnt
    +!.Linner_g5
    +	ldx	[$tp+8],	$tj	! tp[j]
    +	addcc	$alo,	$hi0,	$lo0
    +	addxc	$aj,	%g0,	$hi0	! ahi=aj
    +	addcc	$lo0,	$tj,	$lo0	! ap[j]*bp[i]+tp[j]
    +	addxc	%g0,	$hi0,	$hi0
    +
    +	addcc	$nlo,	$hi1,	$lo1
    +	addxc	$nj,	%g0,	$hi1	! nhi=nj
    +	addcc	$lo1,	$lo0,	$lo1	! np[j]*m1+ap[j]*bp[i]+tp[j]
    +	addxc	%g0,	$hi1,	$hi1
    +	stx	$lo1,	[$tp]		! tp[j-1]
    +
    +	subcc	%g0,	$ovf,	%g0	! move upmost overflow to CCR.xcc
    +	addxccc	$hi1,	$hi0,	$hi1
    +	addxc	%g0,	%g0,	$ovf
    +	stx	$hi1,	[$tp+8]
    +	add	$tp,	16,	$tp
    +
    +	brnz,pt	$i,	.Louter_g5
    +	sub	$i,	8,	$i
    +
    +	sub	$ap,	$num,	$ap	! rewind
    +	sub	$np,	$num,	$np
    +	sub	$tp,	$num,	$tp
    +	ba	.Lsub_g5
    +	subcc	$num,	8,	$cnt	! cnt=num-1 and clear CCR.xcc
    +
    +.align	16
    +.Lsub_g5:
    +	ldx	[$tp],		$tj
    +	add	$tp,	8,	$tp
    +	ldx	[$np+0],	$nj
    +	add	$np,	8,	$np
    +	subccc	$tj,	$nj,	$t2	! tp[j]-np[j]
    +	srlx	$tj,	32,	$tj
    +	srlx	$nj,	32,	$nj
    +	subccc	$tj,	$nj,	$t3
    +	add	$rp,	8,	$rp
    +	st	$t2,	[$rp-4]		! reverse order
    +	st	$t3,	[$rp-8]
    +	brnz,pt	$cnt,	.Lsub_g5
    +	sub	$cnt,	8,	$cnt
    +
    +	sub	$np,	$num,	$np	! rewind
    +	sub	$tp,	$num,	$tp
    +	sub	$rp,	$num,	$rp
    +
    +	subc	$ovf,	%g0,	$ovf	! handle upmost overflow bit
    +	and	$tp,	$ovf,	$ap
    +	andn	$rp,	$ovf,	$np
    +	or	$np,	$ap,	$ap	! ap=borrow?tp:rp
    +	ba	.Lcopy_g5
    +	sub	$num,	8,	$cnt
    +
    +.align	16
    +.Lcopy_g5:				! copy or in-place refresh
    +	ldx	[$ap+0],	$t2
    +	add	$ap,	8,	$ap
    +	stx	%g0,	[$tp]		! zap
    +	add	$tp,	8,	$tp
    +	stx	$t2,	[$rp+0]
    +	add	$rp,	8,	$rp
    +	brnz	$cnt,	.Lcopy_g5
    +	sub	$cnt,	8,	$cnt
    +
    +	mov	1,	%o0
    +	ret
    +	restore
    +.type	bn_mul_mont_gather5_t4, #function
    +.size	bn_mul_mont_gather5_t4, .-bn_mul_mont_gather5_t4
    +___
    +}
    +
    +$code.=<<___;
    +.globl	bn_flip_t4
    +.align	32
    +bn_flip_t4:
    +.Loop_flip:
    +	ld	[%o1+0],	%o4
    +	sub	%o2,	1,	%o2
    +	ld	[%o1+4],	%o5
    +	add	%o1,	8,	%o1
    +	st	%o5,	[%o0+0]
    +	st	%o4,	[%o0+4]
    +	brnz	%o2,	.Loop_flip
    +	add	%o0,	8,	%o0
    +	retl
    +	nop
    +.type	bn_flip_t4, #function
    +.size	bn_flip_t4, .-bn_flip_t4
    +
    +.globl	bn_flip_n_scatter5_t4
    +.align	32
    +bn_flip_n_scatter5_t4:
    +	sll	%o3,	3,	%o3
    +	srl	%o1,	1,	%o1
    +	add	%o3,	%o2,	%o2	! &pwrtbl[pwr]
    +	sub	%o1,	1,	%o1
    +.Loop_flip_n_scatter5:
    +	ld	[%o0+0],	%o4	! inp[i]
    +	ld	[%o0+4],	%o5
    +	add	%o0,	8,	%o0
    +	sllx	%o5,	32,	%o5
    +	or	%o4,	%o5,	%o5
    +	stx	%o5,	[%o2]
    +	add	%o2,	32*8,	%o2
    +	brnz	%o1,	.Loop_flip_n_scatter5
    +	sub	%o1,	1,	%o1
    +	retl
    +	nop
    +.type	bn_flip_n_scatter5_t4, #function
    +.size	bn_flip_n_scatter5_t4, .-bn_flip_n_scatter5_t4
    +
    +.globl	bn_gather5_t4
    +.align	32
    +bn_gather5_t4:
    +___
    +	&load_ccr("%o2","%o3","%g1");
    +$code.=<<___;
    +	sub	%o1,	1,	%o1
    +.Loop_gather5:
    +___
    +	&load_b("%o2","%g1");
    +$code.=<<___;
    +	stx	%g1,	[%o0]
    +	add	%o0,	8,	%o0
    +	brnz	%o1,	.Loop_gather5
    +	sub	%o1,	1,	%o1
    +
    +	retl
    +	nop
    +.type	bn_gather5_t4, #function
    +.size	bn_gather5_t4, .-bn_gather5_t4
    +
    +.asciz	"Montgomery Multiplication for SPARC T4, David S. Miller, Andy Polyakov"
    +.align	4
    +___
    +
    +&emit_assembler();
    +
    +close STDOUT;
    diff --git a/openssl/crypto/bn/asm/sparcv9-gf2m.pl b/openssl/crypto/bn/asm/sparcv9-gf2m.pl
    new file mode 100755
    index 000000000..ab94cd917
    --- /dev/null
    +++ b/openssl/crypto/bn/asm/sparcv9-gf2m.pl
    @@ -0,0 +1,190 @@
    +#!/usr/bin/env perl
    +#
    +# ====================================================================
    +# Written by Andy Polyakov  for the OpenSSL
    +# project. The module is, however, dual licensed under OpenSSL and
    +# CRYPTOGAMS licenses depending on where you obtain it. For further
    +# details see http://www.openssl.org/~appro/cryptogams/.
    +# ====================================================================
    +#
    +# October 2012
    +#
    +# The module implements bn_GF2m_mul_2x2 polynomial multiplication used
    +# in bn_gf2m.c. It's kind of low-hanging mechanical port from C for
    +# the time being... Except that it has two code paths: one suitable
    +# for all SPARCv9 processors and one for VIS3-capable ones. Former
    +# delivers ~25-45% more, more for longer keys, heaviest DH and DSA
    +# verify operations on venerable UltraSPARC II. On T4 VIS3 code is
    +# ~100-230% faster than gcc-generated code and ~35-90% faster than
    +# the pure SPARCv9 code path.
    +
    +$locals=16*8;
    +
    +$tab="%l0";
    +
    +@T=("%g2","%g3");
    +@i=("%g4","%g5");
    +
    +($a1,$a2,$a4,$a8,$a12,$a48)=map("%o$_",(0..5));
    +($lo,$hi,$b)=("%g1",$a8,"%o7"); $a=$lo;
    +
    +$code.=<<___;
    +#include 
    +
    +#ifdef __arch64__
    +.register	%g2,#scratch
    +.register	%g3,#scratch
    +#endif
    +
    +#ifdef __PIC__
    +SPARC_PIC_THUNK(%g1)
    +#endif
    +
    +.globl	bn_GF2m_mul_2x2
    +.align	16
    +bn_GF2m_mul_2x2:
    +        SPARC_LOAD_ADDRESS_LEAF(OPENSSL_sparcv9cap_P,%g1,%g5)
    +        ld	[%g1+0],%g1             	! OPENSSL_sparcv9cap_P[0]
    +
    +        andcc	%g1, SPARCV9_VIS3, %g0
    +        bz,pn	%icc,.Lsoftware
    +        nop
    +
    +	sllx	%o1, 32, %o1
    +	sllx	%o3, 32, %o3
    +	or	%o2, %o1, %o1
    +	or	%o4, %o3, %o3
    +	.word	0x95b262ab			! xmulx   %o1, %o3, %o2
    +	.word	0x99b262cb			! xmulxhi %o1, %o3, %o4
    +	srlx	%o2, 32, %o1			! 13 cycles later
    +	st	%o2, [%o0+0]
    +	st	%o1, [%o0+4]
    +	srlx	%o4, 32, %o3
    +	st	%o4, [%o0+8]
    +	retl
    +	st	%o3, [%o0+12]
    +
    +.align	16
    +.Lsoftware:
    +	save	%sp,-STACK_FRAME-$locals,%sp
    +
    +	sllx	%i1,32,$a
    +	mov	-1,$a12
    +	sllx	%i3,32,$b
    +	or	%i2,$a,$a
    +	srlx	$a12,1,$a48			! 0x7fff...
    +	or	%i4,$b,$b
    +	srlx	$a12,2,$a12			! 0x3fff...
    +	add	%sp,STACK_BIAS+STACK_FRAME,$tab
    +
    +	sllx	$a,2,$a4
    +	mov	$a,$a1
    +	sllx	$a,1,$a2
    +
    +	srax	$a4,63,@i[1]			! broadcast 61st bit
    +	and	$a48,$a4,$a4			! (a<<2)&0x7fff...
    +	srlx	$a48,2,$a48
    +	srax	$a2,63,@i[0]			! broadcast 62nd bit
    +	and	$a12,$a2,$a2			! (a<<1)&0x3fff...
    +	srax	$a1,63,$lo			! broadcast 63rd bit
    +	and	$a48,$a1,$a1			! (a<<0)&0x1fff...
    +
    +	sllx	$a1,3,$a8
    +	and	$b,$lo,$lo
    +	and	$b,@i[0],@i[0]
    +	and	$b,@i[1],@i[1]
    +
    +	stx	%g0,[$tab+0*8]			! tab[0]=0
    +	xor	$a1,$a2,$a12
    +	stx	$a1,[$tab+1*8]			! tab[1]=a1
    +	stx	$a2,[$tab+2*8]			! tab[2]=a2
    +	 xor	$a4,$a8,$a48
    +	stx	$a12,[$tab+3*8]			! tab[3]=a1^a2
    +	 xor	$a4,$a1,$a1
    +
    +	stx	$a4,[$tab+4*8]			! tab[4]=a4
    +	xor	$a4,$a2,$a2
    +	stx	$a1,[$tab+5*8]			! tab[5]=a1^a4
    +	xor	$a4,$a12,$a12
    +	stx	$a2,[$tab+6*8]			! tab[6]=a2^a4
    +	 xor	$a48,$a1,$a1
    +	stx	$a12,[$tab+7*8]			! tab[7]=a1^a2^a4
    +	 xor	$a48,$a2,$a2
    +
    +	stx	$a8,[$tab+8*8]			! tab[8]=a8
    +	xor	$a48,$a12,$a12
    +	stx	$a1,[$tab+9*8]			! tab[9]=a1^a8
    +	 xor	$a4,$a1,$a1
    +	stx	$a2,[$tab+10*8]			! tab[10]=a2^a8
    +	 xor	$a4,$a2,$a2
    +	stx	$a12,[$tab+11*8]		! tab[11]=a1^a2^a8
    +
    +	xor	$a4,$a12,$a12
    +	stx	$a48,[$tab+12*8]		! tab[12]=a4^a8
    +	 srlx	$lo,1,$hi
    +	stx	$a1,[$tab+13*8]			! tab[13]=a1^a4^a8
    +	 sllx	$lo,63,$lo
    +	stx	$a2,[$tab+14*8]			! tab[14]=a2^a4^a8
    +	 srlx	@i[0],2,@T[0]
    +	stx	$a12,[$tab+15*8]		! tab[15]=a1^a2^a4^a8
    +
    +	sllx	@i[0],62,$a1
    +	 sllx	$b,3,@i[0]
    +	srlx	@i[1],3,@T[1]
    +	 and	@i[0],`0xf<<3`,@i[0]
    +	sllx	@i[1],61,$a2
    +	 ldx	[$tab+@i[0]],@i[0]
    +	 srlx	$b,4-3,@i[1]
    +	xor	@T[0],$hi,$hi
    +	 and	@i[1],`0xf<<3`,@i[1]
    +	xor	$a1,$lo,$lo
    +	 ldx	[$tab+@i[1]],@i[1]
    +	xor	@T[1],$hi,$hi
    +
    +	xor	@i[0],$lo,$lo
    +	srlx	$b,8-3,@i[0]
    +	 xor	$a2,$lo,$lo
    +	and	@i[0],`0xf<<3`,@i[0]
    +___
    +for($n=1;$n<14;$n++) {
    +$code.=<<___;
    +	sllx	@i[1],`$n*4`,@T[0]
    +	ldx	[$tab+@i[0]],@i[0]
    +	srlx	@i[1],`64-$n*4`,@T[1]
    +	xor	@T[0],$lo,$lo
    +	srlx	$b,`($n+2)*4`-3,@i[1]
    +	xor	@T[1],$hi,$hi
    +	and	@i[1],`0xf<<3`,@i[1]
    +___
    +	push(@i,shift(@i)); push(@T,shift(@T));
    +}
    +$code.=<<___;
    +	sllx	@i[1],`$n*4`,@T[0]
    +	ldx	[$tab+@i[0]],@i[0]
    +	srlx	@i[1],`64-$n*4`,@T[1]
    +	xor	@T[0],$lo,$lo
    +
    +	sllx	@i[0],`($n+1)*4`,@T[0]
    +	 xor	@T[1],$hi,$hi
    +	srlx	@i[0],`64-($n+1)*4`,@T[1]
    +	xor	@T[0],$lo,$lo
    +	xor	@T[1],$hi,$hi
    +
    +	srlx	$lo,32,%i1
    +	st	$lo,[%i0+0]
    +	st	%i1,[%i0+4]
    +	srlx	$hi,32,%i2
    +	st	$hi,[%i0+8]
    +	st	%i2,[%i0+12]
    +
    +	ret
    +	restore
    +.type	bn_GF2m_mul_2x2,#function
    +.size	bn_GF2m_mul_2x2,.-bn_GF2m_mul_2x2
    +.asciz	"GF(2^m) Multiplication for SPARCv9, CRYPTOGAMS by "
    +.align	4
    +___
    +
    +$code =~ s/\`([^\`]*)\`/eval($1)/gem;
    +print $code;
    +close STDOUT;
    diff --git a/openssl/crypto/bn/asm/vis3-mont.pl b/openssl/crypto/bn/asm/vis3-mont.pl
    new file mode 100755
    index 000000000..a1357de0e
    --- /dev/null
    +++ b/openssl/crypto/bn/asm/vis3-mont.pl
    @@ -0,0 +1,373 @@
    +#!/usr/bin/env perl
    +
    +# ====================================================================
    +# Written by Andy Polyakov  for the OpenSSL
    +# project. The module is, however, dual licensed under OpenSSL and
    +# CRYPTOGAMS licenses depending on where you obtain it. For further
    +# details see http://www.openssl.org/~appro/cryptogams/.
    +# ====================================================================
    +
    +# October 2012.
    +#
    +# SPARCv9 VIS3 Montgomery multiplicaion procedure suitable for T3 and
    +# onward. There are three new instructions used here: umulxhi,
    +# addxc[cc] and initializing store. On T3 RSA private key operations
    +# are 1.54/1.87/2.11/2.26 times faster for 512/1024/2048/4096-bit key
    +# lengths. This is without dedicated squaring procedure. On T4
    +# corresponding coefficients are 1.47/2.10/2.80/2.90x, which is mostly
    +# for reference purposes, because T4 has dedicated Montgomery
    +# multiplication and squaring *instructions* that deliver even more.
    +
    +$bits=32;
    +for (@ARGV)     { $bits=64 if (/\-m64/ || /\-xarch\=v9/); }
    +if ($bits==64)  { $bias=2047; $frame=192; }
    +else            { $bias=0;    $frame=112; }
    +
    +$code.=<<___ if ($bits==64);
    +.register	%g2,#scratch
    +.register	%g3,#scratch
    +___
    +$code.=<<___;
    +.section	".text",#alloc,#execinstr
    +___
    +
    +($n0,$m0,$m1,$lo0,$hi0, $lo1,$hi1,$aj,$alo,$nj,$nlo,$tj)=
    +	(map("%g$_",(1..5)),map("%o$_",(0..5,7)));
    +
    +# int bn_mul_mont(
    +$rp="%o0";	# BN_ULONG *rp,
    +$ap="%o1";	# const BN_ULONG *ap,
    +$bp="%o2";	# const BN_ULONG *bp,
    +$np="%o3";	# const BN_ULONG *np,
    +$n0p="%o4";	# const BN_ULONG *n0,
    +$num="%o5";	# int num);	# caller ensures that num is even
    +				# and >=6
    +$code.=<<___;
    +.globl	bn_mul_mont_vis3
    +.align	32
    +bn_mul_mont_vis3:
    +	add	%sp,	$bias,	%g4	! real top of stack
    +	sll	$num,	2,	$num	! size in bytes
    +	add	$num,	63,	%g5
    +	andn	%g5,	63,	%g5	! buffer size rounded up to 64 bytes
    +	add	%g5,	%g5,	%g1
    +	add	%g5,	%g1,	%g1	! 3*buffer size
    +	sub	%g4,	%g1,	%g1
    +	andn	%g1,	63,	%g1	! align at 64 byte
    +	sub	%g1,	$frame,	%g1	! new top of stack
    +	sub	%g1,	%g4,	%g1
    +
    +	save	%sp,	%g1,	%sp
    +___
    +
    +#	+-------------------------------+<-----	%sp
    +#	.				.
    +#	+-------------------------------+<-----	aligned at 64 bytes
    +#	| __int64 tmp[0]		|
    +#	+-------------------------------+
    +#	.				.
    +#	.				.
    +#	+-------------------------------+<----- aligned at 64 bytes
    +#	| __int64 ap[1..0]		|	converted ap[]
    +#	+-------------------------------+
    +#	| __int64 np[1..0]		|	converted np[]
    +#	+-------------------------------+
    +#	| __int64 ap[3..2]		|
    +#	.				.
    +#	.				.
    +#	+-------------------------------+
    +($rp,$ap,$bp,$np,$n0p,$num)=map("%i$_",(0..5));
    +($t0,$t1,$t2,$t3,$cnt,$tp,$bufsz,$anp)=map("%l$_",(0..7));
    +($ovf,$i)=($t0,$t1);
    +$code.=<<___;
    +	ld	[$n0p+0],	$t0	! pull n0[0..1] value
    +	add	%sp, $bias+$frame, $tp
    +	ld	[$n0p+4],	$t1
    +	add	$tp,	%g5,	$anp
    +	ld	[$bp+0],	$t2	! m0=bp[0]
    +	sllx	$t1,	32,	$n0
    +	ld	[$bp+4],	$t3
    +	or	$t0,	$n0,	$n0
    +	add	$bp,	8,	$bp
    +
    +	ld	[$ap+0],	$t0	! ap[0]
    +	sllx	$t3,	32,	$m0
    +	ld	[$ap+4],	$t1
    +	or	$t2,	$m0,	$m0
    +
    +	ld	[$ap+8],	$t2	! ap[1]
    +	sllx	$t1,	32,	$aj
    +	ld	[$ap+12],	$t3
    +	or	$t0,	$aj,	$aj
    +	add	$ap,	16,	$ap
    +	stxa	$aj,	[$anp]0xe2	! converted ap[0]
    +
    +	mulx	$aj,	$m0,	$lo0	! ap[0]*bp[0]
    +	umulxhi	$aj,	$m0,	$hi0
    +
    +	ld	[$np+0],	$t0	! np[0]
    +	sllx	$t3,	32,	$aj
    +	ld	[$np+4],	$t1
    +	or	$t2,	$aj,	$aj
    +
    +	ld	[$np+8],	$t2	! np[1]
    +	sllx	$t1,	32,	$nj
    +	ld	[$np+12],	$t3
    +	or	$t0, $nj,	$nj
    +	add	$np,	16,	$np
    +	stx	$nj,	[$anp+8]	! converted np[0]
    +
    +	mulx	$lo0,	$n0,	$m1	! "tp[0]"*n0
    +	stx	$aj,	[$anp+16]	! converted ap[1]
    +
    +	mulx	$aj,	$m0,	$alo	! ap[1]*bp[0]
    +	umulxhi	$aj,	$m0,	$aj	! ahi=aj
    +
    +	mulx	$nj,	$m1,	$lo1	! np[0]*m1
    +	umulxhi	$nj,	$m1,	$hi1
    +
    +	sllx	$t3,	32,	$nj
    +	or	$t2,	$nj,	$nj
    +	stx	$nj,	[$anp+24]	! converted np[1]
    +	add	$anp,	32,	$anp
    +
    +	addcc	$lo0,	$lo1,	$lo1
    +	addxc	%g0,	$hi1,	$hi1
    +
    +	mulx	$nj,	$m1,	$nlo	! np[1]*m1
    +	umulxhi	$nj,	$m1,	$nj	! nhi=nj
    +
    +	ba	.L1st
    +	sub	$num,	24,	$cnt	! cnt=num-3
    +
    +.align	16
    +.L1st:
    +	ld	[$ap+0],	$t0	! ap[j]
    +	addcc	$alo,	$hi0,	$lo0
    +	ld	[$ap+4],	$t1
    +	addxc	$aj,	%g0,	$hi0
    +
    +	sllx	$t1,	32,	$aj
    +	add	$ap,	8,	$ap
    +	or	$t0,	$aj,	$aj
    +	stxa	$aj,	[$anp]0xe2	! converted ap[j]
    +
    +	ld	[$np+0],	$t2	! np[j]
    +	addcc	$nlo,	$hi1,	$lo1
    +	ld	[$np+4],	$t3
    +	addxc	$nj,	%g0,	$hi1	! nhi=nj
    +
    +	sllx	$t3,	32,	$nj
    +	add	$np,	8,	$np
    +	mulx	$aj,	$m0,	$alo	! ap[j]*bp[0]
    +	or	$t2,	$nj,	$nj
    +	umulxhi	$aj,	$m0,	$aj	! ahi=aj
    +	stx	$nj,	[$anp+8]	! converted np[j]
    +	add	$anp,	16,	$anp	! anp++
    +
    +	mulx	$nj,	$m1,	$nlo	! np[j]*m1
    +	addcc	$lo0,	$lo1,	$lo1	! np[j]*m1+ap[j]*bp[0]
    +	umulxhi	$nj,	$m1,	$nj	! nhi=nj
    +	addxc	%g0,	$hi1,	$hi1
    +	stxa	$lo1,	[$tp]0xe2	! tp[j-1]
    +	add	$tp,	8,	$tp	! tp++
    +
    +	brnz,pt	$cnt,	.L1st
    +	sub	$cnt,	8,	$cnt	! j--
    +!.L1st
    +	addcc	$alo,	$hi0,	$lo0
    +	addxc	$aj,	%g0,	$hi0	! ahi=aj
    +
    +	addcc	$nlo,	$hi1,	$lo1
    +	addxc	$nj,	%g0,	$hi1
    +	addcc	$lo0,	$lo1,	$lo1	! np[j]*m1+ap[j]*bp[0]
    +	addxc	%g0,	$hi1,	$hi1
    +	stxa	$lo1,	[$tp]0xe2	! tp[j-1]
    +	add	$tp,	8,	$tp
    +
    +	addcc	$hi0,	$hi1,	$hi1
    +	addxc	%g0,	%g0,	$ovf	! upmost overflow bit
    +	stxa	$hi1,	[$tp]0xe2
    +	add	$tp,	8,	$tp
    +
    +	ba	.Louter
    +	sub	$num,	16,	$i	! i=num-2
    +
    +.align	16
    +.Louter:
    +	ld	[$bp+0],	$t2	! m0=bp[i]
    +	ld	[$bp+4],	$t3
    +
    +	sub	$anp,	$num,	$anp	! rewind
    +	sub	$tp,	$num,	$tp
    +	sub	$anp,	$num,	$anp
    +
    +	add	$bp,	8,	$bp
    +	sllx	$t3,	32,	$m0
    +	ldx	[$anp+0],	$aj	! ap[0]
    +	or	$t2,	$m0,	$m0
    +	ldx	[$anp+8],	$nj	! np[0]
    +
    +	mulx	$aj,	$m0,	$lo0	! ap[0]*bp[i]
    +	ldx	[$tp],		$tj	! tp[0]
    +	umulxhi	$aj,	$m0,	$hi0
    +	ldx	[$anp+16],	$aj	! ap[1]
    +	addcc	$lo0,	$tj,	$lo0	! ap[0]*bp[i]+tp[0]
    +	mulx	$aj,	$m0,	$alo	! ap[1]*bp[i]
    +	addxc	%g0,	$hi0,	$hi0
    +	mulx	$lo0,	$n0,	$m1	! tp[0]*n0
    +	umulxhi	$aj,	$m0,	$aj	! ahi=aj
    +	mulx	$nj,	$m1,	$lo1	! np[0]*m1
    +	umulxhi	$nj,	$m1,	$hi1
    +	ldx	[$anp+24],	$nj	! np[1]
    +	add	$anp,	32,	$anp
    +	addcc	$lo1,	$lo0,	$lo1
    +	mulx	$nj,	$m1,	$nlo	! np[1]*m1
    +	addxc	%g0,	$hi1,	$hi1
    +	umulxhi	$nj,	$m1,	$nj	! nhi=nj
    +
    +	ba	.Linner
    +	sub	$num,	24,	$cnt	! cnt=num-3
    +.align	16
    +.Linner:
    +	addcc	$alo,	$hi0,	$lo0
    +	ldx	[$tp+8],	$tj	! tp[j]
    +	addxc	$aj,	%g0,	$hi0	! ahi=aj
    +	ldx	[$anp+0],	$aj	! ap[j]
    +	addcc	$nlo,	$hi1,	$lo1
    +	mulx	$aj,	$m0,	$alo	! ap[j]*bp[i]
    +	addxc	$nj,	%g0,	$hi1	! nhi=nj
    +	ldx	[$anp+8],	$nj	! np[j]
    +	add	$anp,	16,	$anp
    +	umulxhi	$aj,	$m0,	$aj	! ahi=aj
    +	addcc	$lo0,	$tj,	$lo0	! ap[j]*bp[i]+tp[j]
    +	mulx	$nj,	$m1,	$nlo	! np[j]*m1
    +	addxc	%g0,	$hi0,	$hi0
    +	umulxhi	$nj,	$m1,	$nj	! nhi=nj
    +	addcc	$lo1,	$lo0,	$lo1	! np[j]*m1+ap[j]*bp[i]+tp[j]
    +	addxc	%g0,	$hi1,	$hi1
    +	stx	$lo1,	[$tp]		! tp[j-1]
    +	add	$tp,	8,	$tp
    +	brnz,pt	$cnt,	.Linner
    +	sub	$cnt,	8,	$cnt
    +!.Linner
    +	ldx	[$tp+8],	$tj	! tp[j]
    +	addcc	$alo,	$hi0,	$lo0
    +	addxc	$aj,	%g0,	$hi0	! ahi=aj
    +	addcc	$lo0,	$tj,	$lo0	! ap[j]*bp[i]+tp[j]
    +	addxc	%g0,	$hi0,	$hi0
    +
    +	addcc	$nlo,	$hi1,	$lo1
    +	addxc	$nj,	%g0,	$hi1	! nhi=nj
    +	addcc	$lo1,	$lo0,	$lo1	! np[j]*m1+ap[j]*bp[i]+tp[j]
    +	addxc	%g0,	$hi1,	$hi1
    +	stx	$lo1,	[$tp]		! tp[j-1]
    +
    +	subcc	%g0,	$ovf,	%g0	! move upmost overflow to CCR.xcc
    +	addxccc	$hi1,	$hi0,	$hi1
    +	addxc	%g0,	%g0,	$ovf
    +	stx	$hi1,	[$tp+8]
    +	add	$tp,	16,	$tp
    +
    +	brnz,pt	$i,	.Louter
    +	sub	$i,	8,	$i
    +
    +	sub	$anp,	$num,	$anp	! rewind
    +	sub	$tp,	$num,	$tp
    +	sub	$anp,	$num,	$anp
    +	ba	.Lsub
    +	subcc	$num,	8,	$cnt	! cnt=num-1 and clear CCR.xcc
    +
    +.align	16
    +.Lsub:
    +	ldx	[$tp],		$tj
    +	add	$tp,	8,	$tp
    +	ldx	[$anp+8],	$nj
    +	add	$anp,	16,	$anp
    +	subccc	$tj,	$nj,	$t2	! tp[j]-np[j]
    +	srlx	$tj,	32,	$tj
    +	srlx	$nj,	32,	$nj
    +	subccc	$tj,	$nj,	$t3
    +	add	$rp,	8,	$rp
    +	st	$t2,	[$rp-4]		! reverse order
    +	st	$t3,	[$rp-8]
    +	brnz,pt	$cnt,	.Lsub
    +	sub	$cnt,	8,	$cnt
    +
    +	sub	$anp,	$num,	$anp	! rewind
    +	sub	$tp,	$num,	$tp
    +	sub	$anp,	$num,	$anp
    +	sub	$rp,	$num,	$rp
    +
    +	subc	$ovf,	%g0,	$ovf	! handle upmost overflow bit
    +	and	$tp,	$ovf,	$ap
    +	andn	$rp,	$ovf,	$np
    +	or	$np,	$ap,	$ap	! ap=borrow?tp:rp
    +	ba	.Lcopy
    +	sub	$num,	8,	$cnt
    +
    +.align	16
    +.Lcopy:					! copy or in-place refresh
    +	ld	[$ap+0],	$t2
    +	ld	[$ap+4],	$t3
    +	add	$ap,	8,	$ap
    +	stx	%g0,	[$tp]		! zap
    +	add	$tp,	8,	$tp
    +	stx	%g0,	[$anp]		! zap
    +	stx	%g0,	[$anp+8]
    +	add	$anp,	16,	$anp
    +	st	$t3,	[$rp+0]		! flip order
    +	st	$t2,	[$rp+4]
    +	add	$rp,	8,	$rp
    +	brnz	$cnt,	.Lcopy
    +	sub	$cnt,	8,	$cnt
    +
    +	mov	1,	%o0
    +	ret
    +	restore
    +.type	bn_mul_mont_vis3, #function
    +.size	bn_mul_mont_vis3, .-bn_mul_mont_vis3
    +.asciz  "Montgomery Multiplication for SPARCv9 VIS3, CRYPTOGAMS by "
    +.align	4
    +___
    +
    +# Purpose of these subroutines is to explicitly encode VIS instructions,
    +# so that one can compile the module without having to specify VIS
    +# extentions on compiler command line, e.g. -xarch=v9 vs. -xarch=v9a.
    +# Idea is to reserve for option to produce "universal" binary and let
    +# programmer detect if current CPU is VIS capable at run-time.
    +sub unvis3 {
    +my ($mnemonic,$rs1,$rs2,$rd)=@_;
    +my %bias = ( "g" => 0, "o" => 8, "l" => 16, "i" => 24 );
    +my ($ref,$opf);
    +my %visopf = (	"addxc"		=> 0x011,
    +		"addxccc"	=> 0x013,
    +		"umulxhi"	=> 0x016	);
    +
    +    $ref = "$mnemonic\t$rs1,$rs2,$rd";
    +
    +    if ($opf=$visopf{$mnemonic}) {
    +	foreach ($rs1,$rs2,$rd) {
    +	    return $ref if (!/%([goli])([0-9])/);
    +	    $_=$bias{$1}+$2;
    +	}
    +
    +	return	sprintf ".word\t0x%08x !%s",
    +			0x81b00000|$rd<<25|$rs1<<14|$opf<<5|$rs2,
    +			$ref;
    +    } else {
    +	return $ref;
    +    }
    +}
    +
    +foreach (split("\n",$code)) {
    +	s/\`([^\`]*)\`/eval $1/ge;
    +
    +	s/\b(umulxhi|addxc[c]{0,2})\s+(%[goli][0-7]),\s*(%[goli][0-7]),\s*(%[goli][0-7])/
    +		&unvis3($1,$2,$3,$4)
    +	 /ge;
    +
    +	print $_,"\n";
    +}
    +
    +close STDOUT;
    diff --git a/openssl/crypto/bn/asm/x86_64-gcc.c b/openssl/crypto/bn/asm/x86_64-gcc.c
    index 31476abeb..d5488866e 100644
    --- a/openssl/crypto/bn/asm/x86_64-gcc.c
    +++ b/openssl/crypto/bn/asm/x86_64-gcc.c
    @@ -1,8 +1,8 @@
     #include "../bn_lcl.h"
     #if !(defined(__GNUC__) && __GNUC__>=2)
    -# include "../bn_asm.c"	/* kind of dirty hack for Sun Studio */
    +# include "../bn_asm.c"         /* kind of dirty hack for Sun Studio */
     #else
    -/*
    +/*-
      * x86_64 BIGNUM accelerator version 0.1, December 2002.
      *
      * Implemented by Andy Polyakov  for the OpenSSL
    @@ -28,579 +28,611 @@
      * Q. How much faster does it get?
      * A. 'apps/openssl speed rsa dsa' output with no-asm:
      *
    - *	                  sign    verify    sign/s verify/s
    - *	rsa  512 bits   0.0006s   0.0001s   1683.8  18456.2
    - *	rsa 1024 bits   0.0028s   0.0002s    356.0   6407.0
    - *	rsa 2048 bits   0.0172s   0.0005s     58.0   1957.8
    - *	rsa 4096 bits   0.1155s   0.0018s      8.7    555.6
    - *	                  sign    verify    sign/s verify/s
    - *	dsa  512 bits   0.0005s   0.0006s   2100.8   1768.3
    - *	dsa 1024 bits   0.0014s   0.0018s    692.3    559.2
    - *	dsa 2048 bits   0.0049s   0.0061s    204.7    165.0
    + *                        sign    verify    sign/s verify/s
    + *      rsa  512 bits   0.0006s   0.0001s   1683.8  18456.2
    + *      rsa 1024 bits   0.0028s   0.0002s    356.0   6407.0
    + *      rsa 2048 bits   0.0172s   0.0005s     58.0   1957.8
    + *      rsa 4096 bits   0.1155s   0.0018s      8.7    555.6
    + *                        sign    verify    sign/s verify/s
    + *      dsa  512 bits   0.0005s   0.0006s   2100.8   1768.3
    + *      dsa 1024 bits   0.0014s   0.0018s    692.3    559.2
    + *      dsa 2048 bits   0.0049s   0.0061s    204.7    165.0
      *
      *    'apps/openssl speed rsa dsa' output with this module:
      *
    - *	                  sign    verify    sign/s verify/s
    - *	rsa  512 bits   0.0004s   0.0000s   2767.1  33297.9
    - *	rsa 1024 bits   0.0012s   0.0001s    867.4  14674.7
    - *	rsa 2048 bits   0.0061s   0.0002s    164.0   5270.0
    - *	rsa 4096 bits   0.0384s   0.0006s     26.1   1650.8
    - *	                  sign    verify    sign/s verify/s
    - *	dsa  512 bits   0.0002s   0.0003s   4442.2   3786.3
    - *	dsa 1024 bits   0.0005s   0.0007s   1835.1   1497.4
    - *	dsa 2048 bits   0.0016s   0.0020s    620.4    504.6
    + *                        sign    verify    sign/s verify/s
    + *      rsa  512 bits   0.0004s   0.0000s   2767.1  33297.9
    + *      rsa 1024 bits   0.0012s   0.0001s    867.4  14674.7
    + *      rsa 2048 bits   0.0061s   0.0002s    164.0   5270.0
    + *      rsa 4096 bits   0.0384s   0.0006s     26.1   1650.8
    + *                        sign    verify    sign/s verify/s
    + *      dsa  512 bits   0.0002s   0.0003s   4442.2   3786.3
    + *      dsa 1024 bits   0.0005s   0.0007s   1835.1   1497.4
    + *      dsa 2048 bits   0.0016s   0.0020s    620.4    504.6
      *
      *    For the reference. IA-32 assembler implementation performs
      *    very much like 64-bit code compiled with no-asm on the same
      *    machine.
      */
     
    -#ifdef _WIN64
    -#define BN_ULONG unsigned long long
    -#else
    -#define BN_ULONG unsigned long
    -#endif
    +# if defined(_WIN64) || !defined(__LP64__)
    +#  define BN_ULONG unsigned long long
    +# else
    +#  define BN_ULONG unsigned long
    +# endif
     
    -#undef mul
    -#undef mul_add
    -#undef sqr
    +# undef mul
    +# undef mul_add
     
    -/*
    - * "m"(a), "+m"(r)	is the way to favor DirectPath -code;
    - * "g"(0)		let the compiler to decide where does it
    - *			want to keep the value of zero;
    +/*-
    + * "m"(a), "+m"(r)      is the way to favor DirectPath -code;
    + * "g"(0)               let the compiler to decide where does it
    + *                      want to keep the value of zero;
      */
    -#define mul_add(r,a,word,carry) do {	\
    -	register BN_ULONG high,low;	\
    -	asm ("mulq %3"			\
    -		: "=a"(low),"=d"(high)	\
    -		: "a"(word),"m"(a)	\
    -		: "cc");		\
    -	asm ("addq %2,%0; adcq %3,%1"	\
    -		: "+r"(carry),"+d"(high)\
    -		: "a"(low),"g"(0)	\
    -		: "cc");		\
    -	asm ("addq %2,%0; adcq %3,%1"	\
    -		: "+m"(r),"+d"(high)	\
    -		: "r"(carry),"g"(0)	\
    -		: "cc");		\
    -	carry=high;			\
    -	} while (0)
    -
    -#define mul(r,a,word,carry) do {	\
    -	register BN_ULONG high,low;	\
    -	asm ("mulq %3"			\
    -		: "=a"(low),"=d"(high)	\
    -		: "a"(word),"g"(a)	\
    -		: "cc");		\
    -	asm ("addq %2,%0; adcq %3,%1"	\
    -		: "+r"(carry),"+d"(high)\
    -		: "a"(low),"g"(0)	\
    -		: "cc");		\
    -	(r)=carry, carry=high;		\
    -	} while (0)
    -
    -#define sqr(r0,r1,a)			\
    -	asm ("mulq %2"			\
    -		: "=a"(r0),"=d"(r1)	\
    -		: "a"(a)		\
    -		: "cc");
    -
    -BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w)
    -	{
    -	BN_ULONG c1=0;
    -
    -	if (num <= 0) return(c1);
    -
    -	while (num&~3)
    -		{
    -		mul_add(rp[0],ap[0],w,c1);
    -		mul_add(rp[1],ap[1],w,c1);
    -		mul_add(rp[2],ap[2],w,c1);
    -		mul_add(rp[3],ap[3],w,c1);
    -		ap+=4; rp+=4; num-=4;
    -		}
    -	if (num)
    -		{
    -		mul_add(rp[0],ap[0],w,c1); if (--num==0) return c1;
    -		mul_add(rp[1],ap[1],w,c1); if (--num==0) return c1;
    -		mul_add(rp[2],ap[2],w,c1); return c1;
    -		}
    -	
    -	return(c1);
    -	} 
    +# define mul_add(r,a,word,carry) do {   \
    +        register BN_ULONG high,low;     \
    +        asm ("mulq %3"                  \
    +                : "=a"(low),"=d"(high)  \
    +                : "a"(word),"m"(a)      \
    +                : "cc");                \
    +        asm ("addq %2,%0; adcq %3,%1"   \
    +                : "+r"(carry),"+d"(high)\
    +                : "a"(low),"g"(0)       \
    +                : "cc");                \
    +        asm ("addq %2,%0; adcq %3,%1"   \
    +                : "+m"(r),"+d"(high)    \
    +                : "r"(carry),"g"(0)     \
    +                : "cc");                \
    +        carry=high;                     \
    +        } while (0)
    +
    +# define mul(r,a,word,carry) do {       \
    +        register BN_ULONG high,low;     \
    +        asm ("mulq %3"                  \
    +                : "=a"(low),"=d"(high)  \
    +                : "a"(word),"g"(a)      \
    +                : "cc");                \
    +        asm ("addq %2,%0; adcq %3,%1"   \
    +                : "+r"(carry),"+d"(high)\
    +                : "a"(low),"g"(0)       \
    +                : "cc");                \
    +        (r)=carry, carry=high;          \
    +        } while (0)
    +# undef sqr
    +# define sqr(r0,r1,a)                   \
    +        asm ("mulq %2"                  \
    +                : "=a"(r0),"=d"(r1)     \
    +                : "a"(a)                \
    +                : "cc");
    +
    +BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num,
    +                          BN_ULONG w)
    +{
    +    BN_ULONG c1 = 0;
    +
    +    if (num <= 0)
    +        return (c1);
    +
    +    while (num & ~3) {
    +        mul_add(rp[0], ap[0], w, c1);
    +        mul_add(rp[1], ap[1], w, c1);
    +        mul_add(rp[2], ap[2], w, c1);
    +        mul_add(rp[3], ap[3], w, c1);
    +        ap += 4;
    +        rp += 4;
    +        num -= 4;
    +    }
    +    if (num) {
    +        mul_add(rp[0], ap[0], w, c1);
    +        if (--num == 0)
    +            return c1;
    +        mul_add(rp[1], ap[1], w, c1);
    +        if (--num == 0)
    +            return c1;
    +        mul_add(rp[2], ap[2], w, c1);
    +        return c1;
    +    }
    +
    +    return (c1);
    +}
     
     BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w)
    -	{
    -	BN_ULONG c1=0;
    -
    -	if (num <= 0) return(c1);
    -
    -	while (num&~3)
    -		{
    -		mul(rp[0],ap[0],w,c1);
    -		mul(rp[1],ap[1],w,c1);
    -		mul(rp[2],ap[2],w,c1);
    -		mul(rp[3],ap[3],w,c1);
    -		ap+=4; rp+=4; num-=4;
    -		}
    -	if (num)
    -		{
    -		mul(rp[0],ap[0],w,c1); if (--num == 0) return c1;
    -		mul(rp[1],ap[1],w,c1); if (--num == 0) return c1;
    -		mul(rp[2],ap[2],w,c1);
    -		}
    -	return(c1);
    -	} 
    +{
    +    BN_ULONG c1 = 0;
    +
    +    if (num <= 0)
    +        return (c1);
    +
    +    while (num & ~3) {
    +        mul(rp[0], ap[0], w, c1);
    +        mul(rp[1], ap[1], w, c1);
    +        mul(rp[2], ap[2], w, c1);
    +        mul(rp[3], ap[3], w, c1);
    +        ap += 4;
    +        rp += 4;
    +        num -= 4;
    +    }
    +    if (num) {
    +        mul(rp[0], ap[0], w, c1);
    +        if (--num == 0)
    +            return c1;
    +        mul(rp[1], ap[1], w, c1);
    +        if (--num == 0)
    +            return c1;
    +        mul(rp[2], ap[2], w, c1);
    +    }
    +    return (c1);
    +}
     
     void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n)
    -        {
    -	if (n <= 0) return;
    -
    -	while (n&~3)
    -		{
    -		sqr(r[0],r[1],a[0]);
    -		sqr(r[2],r[3],a[1]);
    -		sqr(r[4],r[5],a[2]);
    -		sqr(r[6],r[7],a[3]);
    -		a+=4; r+=8; n-=4;
    -		}
    -	if (n)
    -		{
    -		sqr(r[0],r[1],a[0]); if (--n == 0) return;
    -		sqr(r[2],r[3],a[1]); if (--n == 0) return;
    -		sqr(r[4],r[5],a[2]);
    -		}
    -	}
    +{
    +    if (n <= 0)
    +        return;
    +
    +    while (n & ~3) {
    +        sqr(r[0], r[1], a[0]);
    +        sqr(r[2], r[3], a[1]);
    +        sqr(r[4], r[5], a[2]);
    +        sqr(r[6], r[7], a[3]);
    +        a += 4;
    +        r += 8;
    +        n -= 4;
    +    }
    +    if (n) {
    +        sqr(r[0], r[1], a[0]);
    +        if (--n == 0)
    +            return;
    +        sqr(r[2], r[3], a[1]);
    +        if (--n == 0)
    +            return;
    +        sqr(r[4], r[5], a[2]);
    +    }
    +}
     
     BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d)
    -{	BN_ULONG ret,waste;
    +{
    +    BN_ULONG ret, waste;
     
    -	asm ("divq	%4"
    -		: "=a"(ret),"=d"(waste)
    -		: "a"(l),"d"(h),"g"(d)
    -		: "cc");
    + asm("divq      %4":"=a"(ret), "=d"(waste)
    + :     "a"(l), "d"(h), "g"(d)
    + :     "cc");
     
    -	return ret;
    +    return ret;
     }
     
    -BN_ULONG bn_add_words (BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int n)
    -{ BN_ULONG ret=0,i=0;
    -
    -	if (n <= 0) return 0;
    -
    -	asm volatile (
    -	"	subq	%2,%2		\n"
    -	".p2align 4			\n"
    -	"1:	movq	(%4,%2,8),%0	\n"
    -	"	adcq	(%5,%2,8),%0	\n"
    -	"	movq	%0,(%3,%2,8)	\n"
    -	"	leaq	1(%2),%2	\n"
    -	"	loop	1b		\n"
    -	"	sbbq	%0,%0		\n"
    -		: "=&a"(ret),"+c"(n),"=&r"(i)
    -		: "r"(rp),"r"(ap),"r"(bp)
    -		: "cc", "memory"
    -	);
    -
    -  return ret&1;
    +BN_ULONG bn_add_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
    +                      int n)
    +{
    +    BN_ULONG ret;
    +    size_t i = 0;
    +
    +    if (n <= 0)
    +        return 0;
    +
    +    asm volatile ("       subq    %0,%0           \n" /* clear carry */
    +                  "       jmp     1f              \n"
    +                  ".p2align 4                     \n"
    +                  "1:     movq    (%4,%2,8),%0    \n"
    +                  "       adcq    (%5,%2,8),%0    \n"
    +                  "       movq    %0,(%3,%2,8)    \n"
    +                  "       lea     1(%2),%2        \n"
    +                  "       loop    1b              \n"
    +                  "       sbbq    %0,%0           \n":"=&r" (ret), "+c"(n),
    +                  "+r"(i)
    +                  :"r"(rp), "r"(ap), "r"(bp)
    +                  :"cc", "memory");
    +
    +    return ret & 1;
     }
     
    -#ifndef SIMICS
    -BN_ULONG bn_sub_words (BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int n)
    -{ BN_ULONG ret=0,i=0;
    -
    -	if (n <= 0) return 0;
    -
    -	asm volatile (
    -	"	subq	%2,%2		\n"
    -	".p2align 4			\n"
    -	"1:	movq	(%4,%2,8),%0	\n"
    -	"	sbbq	(%5,%2,8),%0	\n"
    -	"	movq	%0,(%3,%2,8)	\n"
    -	"	leaq	1(%2),%2	\n"
    -	"	loop	1b		\n"
    -	"	sbbq	%0,%0		\n"
    -		: "=&a"(ret),"+c"(n),"=&r"(i)
    -		: "r"(rp),"r"(ap),"r"(bp)
    -		: "cc", "memory"
    -	);
    -
    -  return ret&1;
    +# ifndef SIMICS
    +BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
    +                      int n)
    +{
    +    BN_ULONG ret;
    +    size_t i = 0;
    +
    +    if (n <= 0)
    +        return 0;
    +
    +    asm volatile ("       subq    %0,%0           \n" /* clear borrow */
    +                  "       jmp     1f              \n"
    +                  ".p2align 4                     \n"
    +                  "1:     movq    (%4,%2,8),%0    \n"
    +                  "       sbbq    (%5,%2,8),%0    \n"
    +                  "       movq    %0,(%3,%2,8)    \n"
    +                  "       lea     1(%2),%2        \n"
    +                  "       loop    1b              \n"
    +                  "       sbbq    %0,%0           \n":"=&r" (ret), "+c"(n),
    +                  "+r"(i)
    +                  :"r"(rp), "r"(ap), "r"(bp)
    +                  :"cc", "memory");
    +
    +    return ret & 1;
     }
    -#else
    +# else
     /* Simics 1.4<7 has buggy sbbq:-( */
    -#define BN_MASK2 0xffffffffffffffffL
    +#  define BN_MASK2 0xffffffffffffffffL
     BN_ULONG bn_sub_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n)
    -        {
    -	BN_ULONG t1,t2;
    -	int c=0;
    -
    -	if (n <= 0) return((BN_ULONG)0);
    -
    -	for (;;)
    -		{
    -		t1=a[0]; t2=b[0];
    -		r[0]=(t1-t2-c)&BN_MASK2;
    -		if (t1 != t2) c=(t1 < t2);
    -		if (--n <= 0) break;
    -
    -		t1=a[1]; t2=b[1];
    -		r[1]=(t1-t2-c)&BN_MASK2;
    -		if (t1 != t2) c=(t1 < t2);
    -		if (--n <= 0) break;
    -
    -		t1=a[2]; t2=b[2];
    -		r[2]=(t1-t2-c)&BN_MASK2;
    -		if (t1 != t2) c=(t1 < t2);
    -		if (--n <= 0) break;
    -
    -		t1=a[3]; t2=b[3];
    -		r[3]=(t1-t2-c)&BN_MASK2;
    -		if (t1 != t2) c=(t1 < t2);
    -		if (--n <= 0) break;
    -
    -		a+=4;
    -		b+=4;
    -		r+=4;
    -		}
    -	return(c);
    -	}
    -#endif
    +{
    +    BN_ULONG t1, t2;
    +    int c = 0;
    +
    +    if (n <= 0)
    +        return ((BN_ULONG)0);
    +
    +    for (;;) {
    +        t1 = a[0];
    +        t2 = b[0];
    +        r[0] = (t1 - t2 - c) & BN_MASK2;
    +        if (t1 != t2)
    +            c = (t1 < t2);
    +        if (--n <= 0)
    +            break;
    +
    +        t1 = a[1];
    +        t2 = b[1];
    +        r[1] = (t1 - t2 - c) & BN_MASK2;
    +        if (t1 != t2)
    +            c = (t1 < t2);
    +        if (--n <= 0)
    +            break;
    +
    +        t1 = a[2];
    +        t2 = b[2];
    +        r[2] = (t1 - t2 - c) & BN_MASK2;
    +        if (t1 != t2)
    +            c = (t1 < t2);
    +        if (--n <= 0)
    +            break;
    +
    +        t1 = a[3];
    +        t2 = b[3];
    +        r[3] = (t1 - t2 - c) & BN_MASK2;
    +        if (t1 != t2)
    +            c = (t1 < t2);
    +        if (--n <= 0)
    +            break;
    +
    +        a += 4;
    +        b += 4;
    +        r += 4;
    +    }
    +    return (c);
    +}
    +# endif
     
     /* mul_add_c(a,b,c0,c1,c2)  -- c+=a*b for three word number c=(c2,c1,c0) */
     /* mul_add_c2(a,b,c0,c1,c2) -- c+=2*a*b for three word number c=(c2,c1,c0) */
     /* sqr_add_c(a,i,c0,c1,c2)  -- c+=a[i]^2 for three word number c=(c2,c1,c0) */
    -/* sqr_add_c2(a,i,c0,c1,c2) -- c+=2*a[i]*a[j] for three word number c=(c2,c1,c0) */
    +/*
    + * sqr_add_c2(a,i,c0,c1,c2) -- c+=2*a[i]*a[j] for three word number
    + * c=(c2,c1,c0)
    + */
     
    -#if 0
    +/*
    + * Keep in mind that carrying into high part of multiplication result
    + * can not overflow, because it cannot be all-ones.
    + */
    +# if 0
     /* original macros are kept for reference purposes */
    -#define mul_add_c(a,b,c0,c1,c2) {	\
    -	BN_ULONG ta=(a),tb=(b);		\
    -	t1 = ta * tb;			\
    -	t2 = BN_UMULT_HIGH(ta,tb);	\
    -	c0 += t1; t2 += (c0&1`
    +		=~ /GNU assembler version ([2-9]\.[0-9]+)/) {
    +	$addx = ($1>=2.23);
    +}
    +
    +if (!$addx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
    +	    `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/) {
    +	$addx = ($1>=2.10);
    +}
    +
    +if (!$addx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
    +	    `ml64 2>&1` =~ /Version ([0-9]+)\./) {
    +	$addx = ($1>=12);
    +}
    +
     # int bn_mul_mont(
     $rp="%rdi";	# BN_ULONG *rp,
     $ap="%rsi";	# const BN_ULONG *ap,
    @@ -61,6 +86,8 @@ $m1="%rbp";
     $code=<<___;
     .text
     
    +.extern	OPENSSL_ia32cap_P
    +
     .globl	bn_mul_mont
     .type	bn_mul_mont,\@function,6
     .align	16
    @@ -69,9 +96,16 @@ bn_mul_mont:
     	jnz	.Lmul_enter
     	cmp	\$8,${num}d
     	jb	.Lmul_enter
    +___
    +$code.=<<___ if ($addx);
    +	mov	OPENSSL_ia32cap_P+8(%rip),%r11d
    +___
    +$code.=<<___;
     	cmp	$ap,$bp
     	jne	.Lmul4x_enter
    -	jmp	.Lsqr4x_enter
    +	test	\$7,${num}d
    +	jz	.Lsqr8x_enter
    +	jmp	.Lmul4x_enter
     
     .align	16
     .Lmul_enter:
    @@ -227,7 +261,7 @@ $code.=<<___;
     
     	lea	1($i),$i		# i++
     	cmp	$num,$i
    -	jl	.Louter
    +	jb	.Louter
     
     	xor	$i,$i			# i=0 and clear CF!
     	mov	(%rsp),%rax		# tp[0]
    @@ -280,6 +314,13 @@ $code.=<<___;
     .align	16
     bn_mul4x_mont:
     .Lmul4x_enter:
    +___
    +$code.=<<___ if ($addx);
    +	and	\$0x80100,%r11d
    +	cmp	\$0x80100,%r11d
    +	je	.Lmulx4x_enter
    +___
    +$code.=<<___;
     	push	%rbx
     	push	%rbp
     	push	%r12
    @@ -401,7 +442,7 @@ $code.=<<___;
     	mov	$N[1],-32(%rsp,$j,8)	# tp[j-1]
     	mov	%rdx,$N[0]
     	cmp	$num,$j
    -	jl	.L1st4x
    +	jb	.L1st4x
     
     	mulq	$m0			# ap[j]*bp[0]
     	add	%rax,$A[0]
    @@ -549,7 +590,7 @@ $code.=<<___;
     	mov	$N[1],-32(%rsp,$j,8)	# tp[j-1]
     	mov	%rdx,$N[0]
     	cmp	$num,$j
    -	jl	.Linner4x
    +	jb	.Linner4x
     
     	mulq	$m0			# ap[j]*bp[i]
     	add	%rax,$A[0]
    @@ -595,7 +636,7 @@ $code.=<<___;
     	mov	$N[1],(%rsp,$j,8)	# store upmost overflow bit
     
     	cmp	$num,$i
    -	jl	.Louter4x
    +	jb	.Louter4x
     ___
     {
     my @ri=("%rax","%rdx",$m0,$m1);
    @@ -688,25 +729,30 @@ ___
     }}}
     {{{
     ######################################################################
    -# void bn_sqr4x_mont(
    +# void bn_sqr8x_mont(
     my $rptr="%rdi";	# const BN_ULONG *rptr,
     my $aptr="%rsi";	# const BN_ULONG *aptr,
     my $bptr="%rdx";	# not used
     my $nptr="%rcx";	# const BN_ULONG *nptr,
     my $n0  ="%r8";		# const BN_ULONG *n0);
    -my $num ="%r9";		# int num, has to be divisible by 4 and
    -			# not less than 8
    +my $num ="%r9";		# int num, has to be divisible by 8
     
     my ($i,$j,$tptr)=("%rbp","%rcx",$rptr);
     my @A0=("%r10","%r11");
     my @A1=("%r12","%r13");
     my ($a0,$a1,$ai)=("%r14","%r15","%rbx");
     
    +$code.=<<___	if ($addx);
    +.extern	bn_sqrx8x_internal		# see x86_64-mont5 module
    +___
     $code.=<<___;
    -.type	bn_sqr4x_mont,\@function,6
    -.align	16
    -bn_sqr4x_mont:
    -.Lsqr4x_enter:
    +.extern	bn_sqr8x_internal		# see x86_64-mont5 module
    +
    +.type	bn_sqr8x_mont,\@function,6
    +.align	32
    +bn_sqr8x_mont:
    +.Lsqr8x_enter:
    +	mov	%rsp,%rax
     	push	%rbx
     	push	%rbp
     	push	%r12
    @@ -714,787 +760,445 @@ bn_sqr4x_mont:
     	push	%r14
     	push	%r15
     
    +	mov	${num}d,%r10d
     	shl	\$3,${num}d		# convert $num to bytes
    -	xor	%r10,%r10
    -	mov	%rsp,%r11		# put aside %rsp
    -	sub	$num,%r10		# -$num
    -	mov	($n0),$n0		# *n0
    -	lea	-72(%rsp,%r10,2),%rsp	# alloca(frame+2*$num)
    -	and	\$-1024,%rsp		# minimize TLB usage
    -	##############################################################
    -	# Stack layout
    -	#
    -	# +0	saved $num, used in reduction section
    -	# +8	&t[2*$num], used in reduction section
    -	# +32	saved $rptr
    -	# +40	saved $nptr
    -	# +48	saved *n0
    -	# +56	saved %rsp
    -	# +64	t[2*$num]
    -	#
    -	mov	$rptr,32(%rsp)		# save $rptr
    -	mov	$nptr,40(%rsp)
    -	mov	$n0,  48(%rsp)
    -	mov	%r11, 56(%rsp)		# save original %rsp
    -.Lsqr4x_body:
    +	shl	\$3+2,%r10		# 4*$num
    +	neg	$num
    +
     	##############################################################
    -	# Squaring part:
    -	#
    -	# a) multiply-n-add everything but a[i]*a[i];
    -	# b) shift result of a) by 1 to the left and accumulate
    -	#    a[i]*a[i] products;
    +	# ensure that stack frame doesn't alias with $aptr modulo
    +	# 4096. this is done to allow memory disambiguation logic
    +	# do its job.
     	#
    -	lea	32(%r10),$i		# $i=-($num-32)
    -	lea	($aptr,$num),$aptr	# end of a[] buffer, ($aptr,$i)=&ap[2]
    -
    -	mov	$num,$j			# $j=$num
    -
    -					# comments apply to $num==8 case
    -	mov	-32($aptr,$i),$a0	# a[0]
    -	lea	64(%rsp,$num,2),$tptr	# end of tp[] buffer, &tp[2*$num]
    -	mov	-24($aptr,$i),%rax	# a[1]
    -	lea	-32($tptr,$i),$tptr	# end of tp[] window, &tp[2*$num-"$i"]
    -	mov	-16($aptr,$i),$ai	# a[2]
    -	mov	%rax,$a1
    -
    -	mul	$a0			# a[1]*a[0]
    -	mov	%rax,$A0[0]		# a[1]*a[0]
    -	 mov	$ai,%rax		# a[2]
    -	mov	%rdx,$A0[1]
    -	mov	$A0[0],-24($tptr,$i)	# t[1]
    -
    -	xor	$A0[0],$A0[0]
    -	mul	$a0			# a[2]*a[0]
    -	add	%rax,$A0[1]
    -	 mov	$ai,%rax
    -	adc	%rdx,$A0[0]
    -	mov	$A0[1],-16($tptr,$i)	# t[2]
    -
    -	lea	-16($i),$j		# j=-16
    -
    -
    -	 mov	8($aptr,$j),$ai		# a[3]
    -	mul	$a1			# a[2]*a[1]
    -	mov	%rax,$A1[0]		# a[2]*a[1]+t[3]
    -	 mov	$ai,%rax
    -	mov	%rdx,$A1[1]
    -
    -	xor	$A0[1],$A0[1]
    -	add	$A1[0],$A0[0]
    -	 lea	16($j),$j
    -	adc	\$0,$A0[1]
    -	mul	$a0			# a[3]*a[0]
    -	add	%rax,$A0[0]		# a[3]*a[0]+a[2]*a[1]+t[3]
    -	 mov	$ai,%rax
    -	adc	%rdx,$A0[1]
    -	mov	$A0[0],-8($tptr,$j)	# t[3]
    -	jmp	.Lsqr4x_1st
    +	lea	-64(%rsp,$num,4),%r11
    +	mov	($n0),$n0		# *n0
    +	sub	$aptr,%r11
    +	and	\$4095,%r11
    +	cmp	%r11,%r10
    +	jb	.Lsqr8x_sp_alt
    +	sub	%r11,%rsp		# align with $aptr
    +	lea	-64(%rsp,$num,4),%rsp	# alloca(frame+4*$num)
    +	jmp	.Lsqr8x_sp_done
    +
    +.align	32
    +.Lsqr8x_sp_alt:
    +	lea	4096-64(,$num,4),%r10	# 4096-frame-4*$num
    +	lea	-64(%rsp,$num,4),%rsp	# alloca(frame+4*$num)
    +	sub	%r10,%r11
    +	mov	\$0,%r10
    +	cmovc	%r10,%r11
    +	sub	%r11,%rsp
    +.Lsqr8x_sp_done:
    +	and	\$-64,%rsp
    +	mov	$num,%r10	
    +	neg	$num
    +
    +	lea	64(%rsp,$num,2),%r11	# copy of modulus
    +	mov	$n0,  32(%rsp)
    +	mov	%rax, 40(%rsp)		# save original %rsp
    +.Lsqr8x_body:
    +
    +	mov	$num,$i
    +	movq	%r11, %xmm2		# save pointer to modulus copy
    +	shr	\$3+2,$i
    +	mov	OPENSSL_ia32cap_P+8(%rip),%eax
    +	jmp	.Lsqr8x_copy_n
    +
    +.align	32
    +.Lsqr8x_copy_n:
    +	movq	8*0($nptr),%xmm0
    +	movq	8*1($nptr),%xmm1
    +	movq	8*2($nptr),%xmm3
    +	movq	8*3($nptr),%xmm4
    +	lea	8*4($nptr),$nptr
    +	movdqa	%xmm0,16*0(%r11)
    +	movdqa	%xmm1,16*1(%r11)
    +	movdqa	%xmm3,16*2(%r11)
    +	movdqa	%xmm4,16*3(%r11)
    +	lea	16*4(%r11),%r11
    +	dec	$i
    +	jnz	.Lsqr8x_copy_n
     
    -.align	16
    -.Lsqr4x_1st:
    -	 mov	($aptr,$j),$ai		# a[4]
    -	xor	$A1[0],$A1[0]
    -	mul	$a1			# a[3]*a[1]
    -	add	%rax,$A1[1]		# a[3]*a[1]+t[4]
    -	 mov	$ai,%rax
    -	adc	%rdx,$A1[0]
    -
    -	xor	$A0[0],$A0[0]
    -	add	$A1[1],$A0[1]
    -	adc	\$0,$A0[0]
    -	mul	$a0			# a[4]*a[0]
    -	add	%rax,$A0[1]		# a[4]*a[0]+a[3]*a[1]+t[4]
    -	 mov	$ai,%rax		# a[3]
    -	adc	%rdx,$A0[0]
    -	mov	$A0[1],($tptr,$j)	# t[4]
    -
    -
    -	 mov	8($aptr,$j),$ai		# a[5]
    -	xor	$A1[1],$A1[1]
    -	mul	$a1			# a[4]*a[3]
    -	add	%rax,$A1[0]		# a[4]*a[3]+t[5]
    -	 mov	$ai,%rax
    -	adc	%rdx,$A1[1]
    -
    -	xor	$A0[1],$A0[1]
    -	add	$A1[0],$A0[0]
    -	adc	\$0,$A0[1]
    -	mul	$a0			# a[5]*a[2]
    -	add	%rax,$A0[0]		# a[5]*a[2]+a[4]*a[3]+t[5]
    -	 mov	$ai,%rax
    -	adc	%rdx,$A0[1]
    -	mov	$A0[0],8($tptr,$j)	# t[5]
    -
    -	 mov	16($aptr,$j),$ai	# a[6]
    -	xor	$A1[0],$A1[0]
    -	mul	$a1			# a[5]*a[3]
    -	add	%rax,$A1[1]		# a[5]*a[3]+t[6]
    -	 mov	$ai,%rax
    -	adc	%rdx,$A1[0]
    -
    -	xor	$A0[0],$A0[0]
    -	add	$A1[1],$A0[1]
    -	adc	\$0,$A0[0]
    -	mul	$a0			# a[6]*a[2]
    -	add	%rax,$A0[1]		# a[6]*a[2]+a[5]*a[3]+t[6]
    -	 mov	$ai,%rax		# a[3]
    -	adc	%rdx,$A0[0]
    -	mov	$A0[1],16($tptr,$j)	# t[6]
    -
    -
    -	 mov	24($aptr,$j),$ai	# a[7]
    -	xor	$A1[1],$A1[1]
    -	mul	$a1			# a[6]*a[5]
    -	add	%rax,$A1[0]		# a[6]*a[5]+t[7]
    -	 mov	$ai,%rax
    -	adc	%rdx,$A1[1]
    -
    -	xor	$A0[1],$A0[1]
    -	add	$A1[0],$A0[0]
    -	 lea	32($j),$j
    -	adc	\$0,$A0[1]
    -	mul	$a0			# a[7]*a[4]
    -	add	%rax,$A0[0]		# a[7]*a[4]+a[6]*a[5]+t[6]
    -	 mov	$ai,%rax
    -	adc	%rdx,$A0[1]
    -	mov	$A0[0],-8($tptr,$j)	# t[7]
    -
    -	cmp	\$0,$j
    -	jne	.Lsqr4x_1st
    -
    -	xor	$A1[0],$A1[0]
    -	add	$A0[1],$A1[1]
    -	adc	\$0,$A1[0]
    -	mul	$a1			# a[7]*a[5]
    -	add	%rax,$A1[1]
    -	adc	%rdx,$A1[0]
    -
    -	mov	$A1[1],($tptr)		# t[8]
    -	lea	16($i),$i
    -	mov	$A1[0],8($tptr)		# t[9]
    -	jmp	.Lsqr4x_outer
    +	pxor	%xmm0,%xmm0
    +	movq	$rptr,%xmm1		# save $rptr
    +	movq	%r10, %xmm3		# -$num
    +___
    +$code.=<<___ if ($addx);
    +	and	\$0x80100,%eax
    +	cmp	\$0x80100,%eax
    +	jne	.Lsqr8x_nox
     
    -.align	16
    -.Lsqr4x_outer:				# comments apply to $num==6 case
    -	mov	-32($aptr,$i),$a0	# a[0]
    -	lea	64(%rsp,$num,2),$tptr	# end of tp[] buffer, &tp[2*$num]
    -	mov	-24($aptr,$i),%rax	# a[1]
    -	lea	-32($tptr,$i),$tptr	# end of tp[] window, &tp[2*$num-"$i"]
    -	mov	-16($aptr,$i),$ai	# a[2]
    -	mov	%rax,$a1
    -
    -	mov	-24($tptr,$i),$A0[0]	# t[1]
    -	xor	$A0[1],$A0[1]
    -	mul	$a0			# a[1]*a[0]
    -	add	%rax,$A0[0]		# a[1]*a[0]+t[1]
    -	 mov	$ai,%rax		# a[2]
    -	adc	%rdx,$A0[1]
    -	mov	$A0[0],-24($tptr,$i)	# t[1]
    -
    -	xor	$A0[0],$A0[0]
    -	add	-16($tptr,$i),$A0[1]	# a[2]*a[0]+t[2]
    -	adc	\$0,$A0[0]
    -	mul	$a0			# a[2]*a[0]
    -	add	%rax,$A0[1]
    -	 mov	$ai,%rax
    -	adc	%rdx,$A0[0]
    -	mov	$A0[1],-16($tptr,$i)	# t[2]
    -
    -	lea	-16($i),$j		# j=-16
    -	xor	$A1[0],$A1[0]
    -
    -
    -	 mov	8($aptr,$j),$ai		# a[3]
    -	xor	$A1[1],$A1[1]
    -	add	8($tptr,$j),$A1[0]
    -	adc	\$0,$A1[1]
    -	mul	$a1			# a[2]*a[1]
    -	add	%rax,$A1[0]		# a[2]*a[1]+t[3]
    -	 mov	$ai,%rax
    -	adc	%rdx,$A1[1]
    -
    -	xor	$A0[1],$A0[1]
    -	add	$A1[0],$A0[0]
    -	adc	\$0,$A0[1]
    -	mul	$a0			# a[3]*a[0]
    -	add	%rax,$A0[0]		# a[3]*a[0]+a[2]*a[1]+t[3]
    -	 mov	$ai,%rax
    -	adc	%rdx,$A0[1]
    -	mov	$A0[0],8($tptr,$j)	# t[3]
    -
    -	lea	16($j),$j
    -	jmp	.Lsqr4x_inner
    +	call	bn_sqrx8x_internal	# see x86_64-mont5 module
     
    -.align	16
    -.Lsqr4x_inner:
    -	 mov	($aptr,$j),$ai		# a[4]
    -	xor	$A1[0],$A1[0]
    -	add	($tptr,$j),$A1[1]
    -	adc	\$0,$A1[0]
    -	mul	$a1			# a[3]*a[1]
    -	add	%rax,$A1[1]		# a[3]*a[1]+t[4]
    -	 mov	$ai,%rax
    -	adc	%rdx,$A1[0]
    -
    -	xor	$A0[0],$A0[0]
    -	add	$A1[1],$A0[1]
    -	adc	\$0,$A0[0]
    -	mul	$a0			# a[4]*a[0]
    -	add	%rax,$A0[1]		# a[4]*a[0]+a[3]*a[1]+t[4]
    -	 mov	$ai,%rax		# a[3]
    -	adc	%rdx,$A0[0]
    -	mov	$A0[1],($tptr,$j)	# t[4]
    -
    -	 mov	8($aptr,$j),$ai		# a[5]
    -	xor	$A1[1],$A1[1]
    -	add	8($tptr,$j),$A1[0]
    -	adc	\$0,$A1[1]
    -	mul	$a1			# a[4]*a[3]
    -	add	%rax,$A1[0]		# a[4]*a[3]+t[5]
    -	 mov	$ai,%rax
    -	adc	%rdx,$A1[1]
    -
    -	xor	$A0[1],$A0[1]
    -	add	$A1[0],$A0[0]
    -	lea	16($j),$j		# j++
    -	adc	\$0,$A0[1]
    -	mul	$a0			# a[5]*a[2]
    -	add	%rax,$A0[0]		# a[5]*a[2]+a[4]*a[3]+t[5]
    -	 mov	$ai,%rax
    -	adc	%rdx,$A0[1]
    -	mov	$A0[0],-8($tptr,$j)	# t[5], "preloaded t[1]" below
    -
    -	cmp	\$0,$j
    -	jne	.Lsqr4x_inner
    -
    -	xor	$A1[0],$A1[0]
    -	add	$A0[1],$A1[1]
    -	adc	\$0,$A1[0]
    -	mul	$a1			# a[5]*a[3]
    -	add	%rax,$A1[1]
    -	adc	%rdx,$A1[0]
    -
    -	mov	$A1[1],($tptr)		# t[6], "preloaded t[2]" below
    -	mov	$A1[0],8($tptr)		# t[7], "preloaded t[3]" below
    -
    -	add	\$16,$i
    -	jnz	.Lsqr4x_outer
    -
    -					# comments apply to $num==4 case
    -	mov	-32($aptr),$a0		# a[0]
    -	lea	64(%rsp,$num,2),$tptr	# end of tp[] buffer, &tp[2*$num]
    -	mov	-24($aptr),%rax		# a[1]
    -	lea	-32($tptr,$i),$tptr	# end of tp[] window, &tp[2*$num-"$i"]
    -	mov	-16($aptr),$ai		# a[2]
    -	mov	%rax,$a1
    -
    -	xor	$A0[1],$A0[1]
    -	mul	$a0			# a[1]*a[0]
    -	add	%rax,$A0[0]		# a[1]*a[0]+t[1], preloaded t[1]
    -	 mov	$ai,%rax		# a[2]
    -	adc	%rdx,$A0[1]
    -	mov	$A0[0],-24($tptr)	# t[1]
    -
    -	xor	$A0[0],$A0[0]
    -	add	$A1[1],$A0[1]		# a[2]*a[0]+t[2], preloaded t[2]
    -	adc	\$0,$A0[0]
    -	mul	$a0			# a[2]*a[0]
    -	add	%rax,$A0[1]
    -	 mov	$ai,%rax
    -	adc	%rdx,$A0[0]
    -	mov	$A0[1],-16($tptr)	# t[2]
    -
    -	 mov	-8($aptr),$ai		# a[3]
    -	mul	$a1			# a[2]*a[1]
    -	add	%rax,$A1[0]		# a[2]*a[1]+t[3], preloaded t[3]
    -	 mov	$ai,%rax
    -	adc	\$0,%rdx
    -
    -	xor	$A0[1],$A0[1]
    -	add	$A1[0],$A0[0]
    -	 mov	%rdx,$A1[1]
    -	adc	\$0,$A0[1]
    -	mul	$a0			# a[3]*a[0]
    -	add	%rax,$A0[0]		# a[3]*a[0]+a[2]*a[1]+t[3]
    -	 mov	$ai,%rax
    -	adc	%rdx,$A0[1]
    -	mov	$A0[0],-8($tptr)	# t[3]
    -
    -	xor	$A1[0],$A1[0]
    -	add	$A0[1],$A1[1]
    -	adc	\$0,$A1[0]
    -	mul	$a1			# a[3]*a[1]
    -	add	%rax,$A1[1]
    -	 mov	-16($aptr),%rax		# a[2]
    -	adc	%rdx,$A1[0]
    -
    -	mov	$A1[1],($tptr)		# t[4]
    -	mov	$A1[0],8($tptr)		# t[5]
    -
    -	mul	$ai			# a[2]*a[3]
    +	pxor	%xmm0,%xmm0
    +	lea	48(%rsp),%rax
    +	lea	64(%rsp,$num,2),%rdx
    +	shr	\$3+2,$num
    +	mov	40(%rsp),%rsi		# restore %rsp
    +	jmp	.Lsqr8x_zero
    +
    +.align	32
    +.Lsqr8x_nox:
     ___
    -{
    -my ($shift,$carry)=($a0,$a1);
    -my @S=(@A1,$ai,$n0);
     $code.=<<___;
    -	 add	\$16,$i
    -	 xor	$shift,$shift
    -	 sub	$num,$i			# $i=16-$num
    -	 xor	$carry,$carry
    -
    -	add	$A1[0],%rax		# t[5]
    -	adc	\$0,%rdx
    -	mov	%rax,8($tptr)		# t[5]
    -	mov	%rdx,16($tptr)		# t[6]
    -	mov	$carry,24($tptr)	# t[7]
    -
    -	 mov	-16($aptr,$i),%rax	# a[0]
    -	lea	64(%rsp,$num,2),$tptr
    -	 xor	$A0[0],$A0[0]		# t[0]
    -	 mov	-24($tptr,$i,2),$A0[1]	# t[1]
    -
    -	lea	($shift,$A0[0],2),$S[0]	# t[2*i]<<1 | shift
    -	shr	\$63,$A0[0]
    -	lea	($j,$A0[1],2),$S[1]	# t[2*i+1]<<1 |
    -	shr	\$63,$A0[1]
    -	or	$A0[0],$S[1]		# | t[2*i]>>63
    -	 mov	-16($tptr,$i,2),$A0[0]	# t[2*i+2]	# prefetch
    -	mov	$A0[1],$shift		# shift=t[2*i+1]>>63
    -	mul	%rax			# a[i]*a[i]
    -	neg	$carry			# mov $carry,cf
    -	 mov	-8($tptr,$i,2),$A0[1]	# t[2*i+2+1]	# prefetch
    -	adc	%rax,$S[0]
    -	 mov	-8($aptr,$i),%rax	# a[i+1]	# prefetch
    -	mov	$S[0],-32($tptr,$i,2)
    -	adc	%rdx,$S[1]
    -
    -	lea	($shift,$A0[0],2),$S[2]	# t[2*i]<<1 | shift
    -	 mov	$S[1],-24($tptr,$i,2)
    -	 sbb	$carry,$carry		# mov cf,$carry
    -	shr	\$63,$A0[0]
    -	lea	($j,$A0[1],2),$S[3]	# t[2*i+1]<<1 |
    -	shr	\$63,$A0[1]
    -	or	$A0[0],$S[3]		# | t[2*i]>>63
    -	 mov	0($tptr,$i,2),$A0[0]	# t[2*i+2]	# prefetch
    -	mov	$A0[1],$shift		# shift=t[2*i+1]>>63
    -	mul	%rax			# a[i]*a[i]
    -	neg	$carry			# mov $carry,cf
    -	 mov	8($tptr,$i,2),$A0[1]	# t[2*i+2+1]	# prefetch
    -	adc	%rax,$S[2]
    -	 mov	0($aptr,$i),%rax	# a[i+1]	# prefetch
    -	mov	$S[2],-16($tptr,$i,2)
    -	adc	%rdx,$S[3]
    -	lea	16($i),$i
    -	mov	$S[3],-40($tptr,$i,2)
    -	sbb	$carry,$carry		# mov cf,$carry
    -	jmp	.Lsqr4x_shift_n_add
    +	call	bn_sqr8x_internal	# see x86_64-mont5 module
     
    -.align	16
    -.Lsqr4x_shift_n_add:
    -	lea	($shift,$A0[0],2),$S[0]	# t[2*i]<<1 | shift
    -	shr	\$63,$A0[0]
    -	lea	($j,$A0[1],2),$S[1]	# t[2*i+1]<<1 |
    -	shr	\$63,$A0[1]
    -	or	$A0[0],$S[1]		# | t[2*i]>>63
    -	 mov	-16($tptr,$i,2),$A0[0]	# t[2*i+2]	# prefetch
    -	mov	$A0[1],$shift		# shift=t[2*i+1]>>63
    -	mul	%rax			# a[i]*a[i]
    -	neg	$carry			# mov $carry,cf
    -	 mov	-8($tptr,$i,2),$A0[1]	# t[2*i+2+1]	# prefetch
    -	adc	%rax,$S[0]
    -	 mov	-8($aptr,$i),%rax	# a[i+1]	# prefetch
    -	mov	$S[0],-32($tptr,$i,2)
    -	adc	%rdx,$S[1]
    -
    -	lea	($shift,$A0[0],2),$S[2]	# t[2*i]<<1 | shift
    -	 mov	$S[1],-24($tptr,$i,2)
    -	 sbb	$carry,$carry		# mov cf,$carry
    -	shr	\$63,$A0[0]
    -	lea	($j,$A0[1],2),$S[3]	# t[2*i+1]<<1 |
    -	shr	\$63,$A0[1]
    -	or	$A0[0],$S[3]		# | t[2*i]>>63
    -	 mov	0($tptr,$i,2),$A0[0]	# t[2*i+2]	# prefetch
    -	mov	$A0[1],$shift		# shift=t[2*i+1]>>63
    -	mul	%rax			# a[i]*a[i]
    -	neg	$carry			# mov $carry,cf
    -	 mov	8($tptr,$i,2),$A0[1]	# t[2*i+2+1]	# prefetch
    -	adc	%rax,$S[2]
    -	 mov	0($aptr,$i),%rax	# a[i+1]	# prefetch
    -	mov	$S[2],-16($tptr,$i,2)
    -	adc	%rdx,$S[3]
    -
    -	lea	($shift,$A0[0],2),$S[0]	# t[2*i]<<1 | shift
    -	 mov	$S[3],-8($tptr,$i,2)
    -	 sbb	$carry,$carry		# mov cf,$carry
    -	shr	\$63,$A0[0]
    -	lea	($j,$A0[1],2),$S[1]	# t[2*i+1]<<1 |
    -	shr	\$63,$A0[1]
    -	or	$A0[0],$S[1]		# | t[2*i]>>63
    -	 mov	16($tptr,$i,2),$A0[0]	# t[2*i+2]	# prefetch
    -	mov	$A0[1],$shift		# shift=t[2*i+1]>>63
    -	mul	%rax			# a[i]*a[i]
    -	neg	$carry			# mov $carry,cf
    -	 mov	24($tptr,$i,2),$A0[1]	# t[2*i+2+1]	# prefetch
    -	adc	%rax,$S[0]
    -	 mov	8($aptr,$i),%rax	# a[i+1]	# prefetch
    -	mov	$S[0],0($tptr,$i,2)
    -	adc	%rdx,$S[1]
    -
    -	lea	($shift,$A0[0],2),$S[2]	# t[2*i]<<1 | shift
    -	 mov	$S[1],8($tptr,$i,2)
    -	 sbb	$carry,$carry		# mov cf,$carry
    -	shr	\$63,$A0[0]
    -	lea	($j,$A0[1],2),$S[3]	# t[2*i+1]<<1 |
    -	shr	\$63,$A0[1]
    -	or	$A0[0],$S[3]		# | t[2*i]>>63
    -	 mov	32($tptr,$i,2),$A0[0]	# t[2*i+2]	# prefetch
    -	mov	$A0[1],$shift		# shift=t[2*i+1]>>63
    -	mul	%rax			# a[i]*a[i]
    -	neg	$carry			# mov $carry,cf
    -	 mov	40($tptr,$i,2),$A0[1]	# t[2*i+2+1]	# prefetch
    -	adc	%rax,$S[2]
    -	 mov	16($aptr,$i),%rax	# a[i+1]	# prefetch
    -	mov	$S[2],16($tptr,$i,2)
    -	adc	%rdx,$S[3]
    -	mov	$S[3],24($tptr,$i,2)
    -	sbb	$carry,$carry		# mov cf,$carry
    -	add	\$32,$i
    -	jnz	.Lsqr4x_shift_n_add
    -
    -	lea	($shift,$A0[0],2),$S[0]	# t[2*i]<<1 | shift
    -	shr	\$63,$A0[0]
    -	lea	($j,$A0[1],2),$S[1]	# t[2*i+1]<<1 |
    -	shr	\$63,$A0[1]
    -	or	$A0[0],$S[1]		# | t[2*i]>>63
    -	 mov	-16($tptr),$A0[0]	# t[2*i+2]	# prefetch
    -	mov	$A0[1],$shift		# shift=t[2*i+1]>>63
    -	mul	%rax			# a[i]*a[i]
    -	neg	$carry			# mov $carry,cf
    -	 mov	-8($tptr),$A0[1]	# t[2*i+2+1]	# prefetch
    -	adc	%rax,$S[0]
    -	 mov	-8($aptr),%rax		# a[i+1]	# prefetch
    -	mov	$S[0],-32($tptr)
    -	adc	%rdx,$S[1]
    -
    -	lea	($shift,$A0[0],2),$S[2]	# t[2*i]<<1|shift
    -	 mov	$S[1],-24($tptr)
    -	 sbb	$carry,$carry		# mov cf,$carry
    -	shr	\$63,$A0[0]
    -	lea	($j,$A0[1],2),$S[3]	# t[2*i+1]<<1 |
    -	shr	\$63,$A0[1]
    -	or	$A0[0],$S[3]		# | t[2*i]>>63
    -	mul	%rax			# a[i]*a[i]
    -	neg	$carry			# mov $carry,cf
    -	adc	%rax,$S[2]
    -	adc	%rdx,$S[3]
    -	mov	$S[2],-16($tptr)
    -	mov	$S[3],-8($tptr)
    -___
    -}
    -##############################################################
    -# Montgomery reduction part, "word-by-word" algorithm.
    -#
    -{
    -my ($topbit,$nptr)=("%rbp",$aptr);
    -my ($m0,$m1)=($a0,$a1);
    -my @Ni=("%rbx","%r9");
    -$code.=<<___;
    -	mov	40(%rsp),$nptr		# restore $nptr
    -	mov	48(%rsp),$n0		# restore *n0
    -	xor	$j,$j
    -	mov	$num,0(%rsp)		# save $num
    -	sub	$num,$j			# $j=-$num
    -	 mov	64(%rsp),$A0[0]		# t[0]		# modsched #
    -	 mov	$n0,$m0			#		# modsched #
    -	lea	64(%rsp,$num,2),%rax	# end of t[] buffer
    -	lea	64(%rsp,$num),$tptr	# end of t[] window
    -	mov	%rax,8(%rsp)		# save end of t[] buffer
    -	lea	($nptr,$num),$nptr	# end of n[] buffer
    -	xor	$topbit,$topbit		# $topbit=0
    -
    -	mov	0($nptr,$j),%rax	# n[0]		# modsched #
    -	mov	8($nptr,$j),$Ni[1]	# n[1]		# modsched #
    -	 imulq	$A0[0],$m0		# m0=t[0]*n0	# modsched #
    -	 mov	%rax,$Ni[0]		#		# modsched #
    -	jmp	.Lsqr4x_mont_outer
    +	pxor	%xmm0,%xmm0
    +	lea	48(%rsp),%rax
    +	lea	64(%rsp,$num,2),%rdx
    +	shr	\$3+2,$num
    +	mov	40(%rsp),%rsi		# restore %rsp
    +	jmp	.Lsqr8x_zero
    +
    +.align	32
    +.Lsqr8x_zero:
    +	movdqa	%xmm0,16*0(%rax)	# wipe t
    +	movdqa	%xmm0,16*1(%rax)
    +	movdqa	%xmm0,16*2(%rax)
    +	movdqa	%xmm0,16*3(%rax)
    +	lea	16*4(%rax),%rax
    +	movdqa	%xmm0,16*0(%rdx)	# wipe n
    +	movdqa	%xmm0,16*1(%rdx)
    +	movdqa	%xmm0,16*2(%rdx)
    +	movdqa	%xmm0,16*3(%rdx)
    +	lea	16*4(%rdx),%rdx
    +	dec	$num
    +	jnz	.Lsqr8x_zero
     
    -.align	16
    -.Lsqr4x_mont_outer:
    -	xor	$A0[1],$A0[1]
    -	mul	$m0			# n[0]*m0
    -	add	%rax,$A0[0]		# n[0]*m0+t[0]
    -	 mov	$Ni[1],%rax
    -	adc	%rdx,$A0[1]
    -	mov	$n0,$m1
    +	mov	\$1,%rax
    +	mov	-48(%rsi),%r15
    +	mov	-40(%rsi),%r14
    +	mov	-32(%rsi),%r13
    +	mov	-24(%rsi),%r12
    +	mov	-16(%rsi),%rbp
    +	mov	-8(%rsi),%rbx
    +	lea	(%rsi),%rsp
    +.Lsqr8x_epilogue:
    +	ret
    +.size	bn_sqr8x_mont,.-bn_sqr8x_mont
    +___
    +}}}
    +
    +if ($addx) {{{
    +my $bp="%rdx";	# original value
     
    -	xor	$A0[0],$A0[0]
    -	add	8($tptr,$j),$A0[1]
    -	adc	\$0,$A0[0]
    -	mul	$m0			# n[1]*m0
    -	add	%rax,$A0[1]		# n[1]*m0+t[1]
    -	 mov	$Ni[0],%rax
    -	adc	%rdx,$A0[0]
    -
    -	imulq	$A0[1],$m1
    -
    -	mov	16($nptr,$j),$Ni[0]	# n[2]
    -	xor	$A1[1],$A1[1]
    -	add	$A0[1],$A1[0]
    -	adc	\$0,$A1[1]
    -	mul	$m1			# n[0]*m1
    -	add	%rax,$A1[0]		# n[0]*m1+"t[1]"
    -	 mov	$Ni[0],%rax
    -	adc	%rdx,$A1[1]
    -	mov	$A1[0],8($tptr,$j)	# "t[1]"
    -
    -	xor	$A0[1],$A0[1]
    -	add	16($tptr,$j),$A0[0]
    -	adc	\$0,$A0[1]
    -	mul	$m0			# n[2]*m0
    -	add	%rax,$A0[0]		# n[2]*m0+t[2]
    -	 mov	$Ni[1],%rax
    -	adc	%rdx,$A0[1]
    -
    -	mov	24($nptr,$j),$Ni[1]	# n[3]
    -	xor	$A1[0],$A1[0]
    -	add	$A0[0],$A1[1]
    -	adc	\$0,$A1[0]
    -	mul	$m1			# n[1]*m1
    -	add	%rax,$A1[1]		# n[1]*m1+"t[2]"
    -	 mov	$Ni[1],%rax
    -	adc	%rdx,$A1[0]
    -	mov	$A1[1],16($tptr,$j)	# "t[2]"
    -
    -	xor	$A0[0],$A0[0]
    -	add	24($tptr,$j),$A0[1]
    -	lea	32($j),$j
    -	adc	\$0,$A0[0]
    -	mul	$m0			# n[3]*m0
    -	add	%rax,$A0[1]		# n[3]*m0+t[3]
    -	 mov	$Ni[0],%rax
    -	adc	%rdx,$A0[0]
    -	jmp	.Lsqr4x_mont_inner
    +$code.=<<___;
    +.type	bn_mulx4x_mont,\@function,6
    +.align	32
    +bn_mulx4x_mont:
    +.Lmulx4x_enter:
    +	mov	%rsp,%rax
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
     
    -.align	16
    -.Lsqr4x_mont_inner:
    -	mov	($nptr,$j),$Ni[0]	# n[4]
    -	xor	$A1[1],$A1[1]
    -	add	$A0[1],$A1[0]
    -	adc	\$0,$A1[1]
    -	mul	$m1			# n[2]*m1
    -	add	%rax,$A1[0]		# n[2]*m1+"t[3]"
    -	 mov	$Ni[0],%rax
    -	adc	%rdx,$A1[1]
    -	mov	$A1[0],-8($tptr,$j)	# "t[3]"
    -
    -	xor	$A0[1],$A0[1]
    -	add	($tptr,$j),$A0[0]
    -	adc	\$0,$A0[1]
    -	mul	$m0			# n[4]*m0
    -	add	%rax,$A0[0]		# n[4]*m0+t[4]
    -	 mov	$Ni[1],%rax
    -	adc	%rdx,$A0[1]
    -
    -	mov	8($nptr,$j),$Ni[1]	# n[5]
    -	xor	$A1[0],$A1[0]
    -	add	$A0[0],$A1[1]
    -	adc	\$0,$A1[0]
    -	mul	$m1			# n[3]*m1
    -	add	%rax,$A1[1]		# n[3]*m1+"t[4]"
    -	 mov	$Ni[1],%rax
    -	adc	%rdx,$A1[0]
    -	mov	$A1[1],($tptr,$j)	# "t[4]"
    -
    -	xor	$A0[0],$A0[0]
    -	add	8($tptr,$j),$A0[1]
    -	adc	\$0,$A0[0]
    -	mul	$m0			# n[5]*m0
    -	add	%rax,$A0[1]		# n[5]*m0+t[5]
    -	 mov	$Ni[0],%rax
    -	adc	%rdx,$A0[0]
    -
    -
    -	mov	16($nptr,$j),$Ni[0]	# n[6]
    -	xor	$A1[1],$A1[1]
    -	add	$A0[1],$A1[0]
    -	adc	\$0,$A1[1]
    -	mul	$m1			# n[4]*m1
    -	add	%rax,$A1[0]		# n[4]*m1+"t[5]"
    -	 mov	$Ni[0],%rax
    -	adc	%rdx,$A1[1]
    -	mov	$A1[0],8($tptr,$j)	# "t[5]"
    -
    -	xor	$A0[1],$A0[1]
    -	add	16($tptr,$j),$A0[0]
    -	adc	\$0,$A0[1]
    -	mul	$m0			# n[6]*m0
    -	add	%rax,$A0[0]		# n[6]*m0+t[6]
    -	 mov	$Ni[1],%rax
    -	adc	%rdx,$A0[1]
    -
    -	mov	24($nptr,$j),$Ni[1]	# n[7]
    -	xor	$A1[0],$A1[0]
    -	add	$A0[0],$A1[1]
    -	adc	\$0,$A1[0]
    -	mul	$m1			# n[5]*m1
    -	add	%rax,$A1[1]		# n[5]*m1+"t[6]"
    -	 mov	$Ni[1],%rax
    -	adc	%rdx,$A1[0]
    -	mov	$A1[1],16($tptr,$j)	# "t[6]"
    -
    -	xor	$A0[0],$A0[0]
    -	add	24($tptr,$j),$A0[1]
    -	lea	32($j),$j
    -	adc	\$0,$A0[0]
    -	mul	$m0			# n[7]*m0
    -	add	%rax,$A0[1]		# n[7]*m0+t[7]
    -	 mov	$Ni[0],%rax
    -	adc	%rdx,$A0[0]
    -	cmp	\$0,$j
    -	jne	.Lsqr4x_mont_inner
    -
    -	 sub	0(%rsp),$j		# $j=-$num	# modsched #
    -	 mov	$n0,$m0			#		# modsched #
    -
    -	xor	$A1[1],$A1[1]
    -	add	$A0[1],$A1[0]
    -	adc	\$0,$A1[1]
    -	mul	$m1			# n[6]*m1
    -	add	%rax,$A1[0]		# n[6]*m1+"t[7]"
    -	mov	$Ni[1],%rax
    -	adc	%rdx,$A1[1]
    -	mov	$A1[0],-8($tptr)	# "t[7]"
    -
    -	xor	$A0[1],$A0[1]
    -	add	($tptr),$A0[0]		# +t[8]
    -	adc	\$0,$A0[1]
    -	 mov	0($nptr,$j),$Ni[0]	# n[0]		# modsched #
    -	add	$topbit,$A0[0]
    -	adc	\$0,$A0[1]
    -
    -	 imulq	16($tptr,$j),$m0	# m0=t[0]*n0	# modsched #
    -	xor	$A1[0],$A1[0]
    -	 mov	8($nptr,$j),$Ni[1]	# n[1]		# modsched #
    -	add	$A0[0],$A1[1]
    -	 mov	16($tptr,$j),$A0[0]	# t[0]		# modsched #
    -	adc	\$0,$A1[0]
    -	mul	$m1			# n[7]*m1
    -	add	%rax,$A1[1]		# n[7]*m1+"t[8]"
    -	 mov	$Ni[0],%rax		#		# modsched #
    -	adc	%rdx,$A1[0]
    -	mov	$A1[1],($tptr)		# "t[8]"
    -
    -	xor	$topbit,$topbit
    -	add	8($tptr),$A1[0]		# +t[9]
    -	adc	$topbit,$topbit
    -	add	$A0[1],$A1[0]
    -	lea	16($tptr),$tptr		# "t[$num]>>128"
    -	adc	\$0,$topbit
    -	mov	$A1[0],-8($tptr)	# "t[9]"
    -	cmp	8(%rsp),$tptr		# are we done?
    -	jb	.Lsqr4x_mont_outer
    -
    -	mov	0(%rsp),$num		# restore $num
    -	mov	$topbit,($tptr)		# save $topbit
    +	shl	\$3,${num}d		# convert $num to bytes
    +	.byte	0x67
    +	xor	%r10,%r10
    +	sub	$num,%r10		# -$num
    +	mov	($n0),$n0		# *n0
    +	lea	-72(%rsp,%r10),%rsp	# alloca(frame+$num+8)
    +	lea	($bp,$num),%r10
    +	and	\$-128,%rsp
    +	##############################################################
    +	# Stack layout
    +	# +0	num
    +	# +8	off-loaded &b[i]
    +	# +16	end of b[num]
    +	# +24	saved n0
    +	# +32	saved rp
    +	# +40	saved %rsp
    +	# +48	inner counter
    +	# +56
    +	# +64	tmp[num+1]
    +	#
    +	mov	$num,0(%rsp)		# save $num
    +	shr	\$5,$num
    +	mov	%r10,16(%rsp)		# end of b[num]
    +	sub	\$1,$num
    +	mov	$n0, 24(%rsp)		# save *n0
    +	mov	$rp, 32(%rsp)		# save $rp
    +	mov	%rax,40(%rsp)		# save original %rsp
    +	mov	$num,48(%rsp)		# inner counter
    +	jmp	.Lmulx4x_body
    +
    +.align	32
    +.Lmulx4x_body:
     ___
    -}
    -##############################################################
    -# Post-condition, 4x unrolled copy from bn_mul_mont
    -#
    -{
    -my ($tptr,$nptr)=("%rbx",$aptr);
    -my @ri=("%rax","%rdx","%r10","%r11");
    +my ($aptr, $bptr, $nptr, $tptr, $mi,  $bi,  $zero, $num)=
    +   ("%rsi","%rdi","%rcx","%rbx","%r8","%r9","%rbp","%rax");
    +my $rptr=$bptr;
     $code.=<<___;
    -	mov	64(%rsp,$num),@ri[0]	# tp[0]
    -	lea	64(%rsp,$num),$tptr	# upper half of t[2*$num] holds result
    -	mov	40(%rsp),$nptr		# restore $nptr
    -	shr	\$5,$num		# num/4
    -	mov	8($tptr),@ri[1]		# t[1]
    -	xor	$i,$i			# i=0 and clear CF!
    -
    -	mov	32(%rsp),$rptr		# restore $rptr
    -	sub	0($nptr),@ri[0]
    -	mov	16($tptr),@ri[2]	# t[2]
    -	mov	24($tptr),@ri[3]	# t[3]
    -	sbb	8($nptr),@ri[1]
    -	lea	-1($num),$j		# j=num/4-1
    -	jmp	.Lsqr4x_sub
    -.align	16
    -.Lsqr4x_sub:
    -	mov	@ri[0],0($rptr,$i,8)	# rp[i]=tp[i]-np[i]
    -	mov	@ri[1],8($rptr,$i,8)	# rp[i]=tp[i]-np[i]
    -	sbb	16($nptr,$i,8),@ri[2]
    -	mov	32($tptr,$i,8),@ri[0]	# tp[i+1]
    -	mov	40($tptr,$i,8),@ri[1]
    -	sbb	24($nptr,$i,8),@ri[3]
    -	mov	@ri[2],16($rptr,$i,8)	# rp[i]=tp[i]-np[i]
    -	mov	@ri[3],24($rptr,$i,8)	# rp[i]=tp[i]-np[i]
    -	sbb	32($nptr,$i,8),@ri[0]
    -	mov	48($tptr,$i,8),@ri[2]
    -	mov	56($tptr,$i,8),@ri[3]
    -	sbb	40($nptr,$i,8),@ri[1]
    -	lea	4($i),$i		# i++
    -	dec	$j			# doesn't affect CF!
    -	jnz	.Lsqr4x_sub
    -
    -	mov	@ri[0],0($rptr,$i,8)	# rp[i]=tp[i]-np[i]
    -	mov	32($tptr,$i,8),@ri[0]	# load overflow bit
    -	sbb	16($nptr,$i,8),@ri[2]
    -	mov	@ri[1],8($rptr,$i,8)	# rp[i]=tp[i]-np[i]
    -	sbb	24($nptr,$i,8),@ri[3]
    -	mov	@ri[2],16($rptr,$i,8)	# rp[i]=tp[i]-np[i]
    -
    -	sbb	\$0,@ri[0]		# handle upmost overflow bit
    -	mov	@ri[3],24($rptr,$i,8)	# rp[i]=tp[i]-np[i]
    -	xor	$i,$i			# i=0
    -	and	@ri[0],$tptr
    -	not	@ri[0]
    -	mov	$rptr,$nptr
    -	and	@ri[0],$nptr
    -	lea	-1($num),$j
    -	or	$nptr,$tptr		# tp=borrow?tp:rp
    +	lea	8($bp),$bptr
    +	mov	($bp),%rdx		# b[0], $bp==%rdx actually
    +	lea	64+32(%rsp),$tptr
    +	mov	%rdx,$bi
    +
    +	mulx	0*8($aptr),$mi,%rax	# a[0]*b[0]
    +	mulx	1*8($aptr),%r11,%r14	# a[1]*b[0]
    +	add	%rax,%r11
    +	mov	$bptr,8(%rsp)		# off-load &b[i]
    +	mulx	2*8($aptr),%r12,%r13	# ...
    +	adc	%r14,%r12
    +	adc	\$0,%r13
    +
    +	mov	$mi,$bptr		# borrow $bptr
    +	imulq	24(%rsp),$mi		# "t[0]"*n0
    +	xor	$zero,$zero		# cf=0, of=0
    +
    +	mulx	3*8($aptr),%rax,%r14
    +	 mov	$mi,%rdx
    +	lea	4*8($aptr),$aptr
    +	adcx	%rax,%r13
    +	adcx	$zero,%r14		# cf=0
    +
    +	mulx	0*8($nptr),%rax,%r10
    +	adcx	%rax,$bptr		# discarded
    +	adox	%r11,%r10
    +	mulx	1*8($nptr),%rax,%r11
    +	adcx	%rax,%r10
    +	adox	%r12,%r11
    +	.byte	0xc4,0x62,0xfb,0xf6,0xa1,0x10,0x00,0x00,0x00	# mulx	2*8($nptr),%rax,%r12
    +	mov	48(%rsp),$bptr		# counter value
    +	mov	%r10,-4*8($tptr)
    +	adcx	%rax,%r11
    +	adox	%r13,%r12
    +	mulx	3*8($nptr),%rax,%r15
    +	 mov	$bi,%rdx
    +	mov	%r11,-3*8($tptr)
    +	adcx	%rax,%r12
    +	adox	$zero,%r15		# of=0
    +	lea	4*8($nptr),$nptr
    +	mov	%r12,-2*8($tptr)
    +
    +	jmp	.Lmulx4x_1st
    +
    +.align	32
    +.Lmulx4x_1st:
    +	adcx	$zero,%r15		# cf=0, modulo-scheduled
    +	mulx	0*8($aptr),%r10,%rax	# a[4]*b[0]
    +	adcx	%r14,%r10
    +	mulx	1*8($aptr),%r11,%r14	# a[5]*b[0]
    +	adcx	%rax,%r11
    +	mulx	2*8($aptr),%r12,%rax	# ...
    +	adcx	%r14,%r12
    +	mulx	3*8($aptr),%r13,%r14
    +	 .byte	0x67,0x67
    +	 mov	$mi,%rdx
    +	adcx	%rax,%r13
    +	adcx	$zero,%r14		# cf=0
    +	lea	4*8($aptr),$aptr
    +	lea	4*8($tptr),$tptr
    +
    +	adox	%r15,%r10
    +	mulx	0*8($nptr),%rax,%r15
    +	adcx	%rax,%r10
    +	adox	%r15,%r11
    +	mulx	1*8($nptr),%rax,%r15
    +	adcx	%rax,%r11
    +	adox	%r15,%r12
    +	mulx	2*8($nptr),%rax,%r15
    +	mov	%r10,-5*8($tptr)
    +	adcx	%rax,%r12
    +	mov	%r11,-4*8($tptr)
    +	adox	%r15,%r13
    +	mulx	3*8($nptr),%rax,%r15
    +	 mov	$bi,%rdx
    +	mov	%r12,-3*8($tptr)
    +	adcx	%rax,%r13
    +	adox	$zero,%r15
    +	lea	4*8($nptr),$nptr
    +	mov	%r13,-2*8($tptr)
    +
    +	dec	$bptr			# of=0, pass cf
    +	jnz	.Lmulx4x_1st
    +
    +	mov	0(%rsp),$num		# load num
    +	mov	8(%rsp),$bptr		# re-load &b[i]
    +	adc	$zero,%r15		# modulo-scheduled
    +	add	%r15,%r14
    +	sbb	%r15,%r15		# top-most carry
    +	mov	%r14,-1*8($tptr)
    +	jmp	.Lmulx4x_outer
    +
    +.align	32
    +.Lmulx4x_outer:
    +	mov	($bptr),%rdx		# b[i]
    +	lea	8($bptr),$bptr		# b++
    +	sub	$num,$aptr		# rewind $aptr
    +	mov	%r15,($tptr)		# save top-most carry
    +	lea	64+4*8(%rsp),$tptr
    +	sub	$num,$nptr		# rewind $nptr
    +
    +	mulx	0*8($aptr),$mi,%r11	# a[0]*b[i]
    +	xor	%ebp,%ebp		# xor	$zero,$zero	# cf=0, of=0
    +	mov	%rdx,$bi
    +	mulx	1*8($aptr),%r14,%r12	# a[1]*b[i]
    +	adox	-4*8($tptr),$mi
    +	adcx	%r14,%r11
    +	mulx	2*8($aptr),%r15,%r13	# ...
    +	adox	-3*8($tptr),%r11
    +	adcx	%r15,%r12
    +	adox	$zero,%r12
    +	adcx	$zero,%r13
    +
    +	mov	$bptr,8(%rsp)		# off-load &b[i]
    +	.byte	0x67
    +	mov	$mi,%r15
    +	imulq	24(%rsp),$mi		# "t[0]"*n0
    +	xor	%ebp,%ebp		# xor	$zero,$zero	# cf=0, of=0
    +
    +	mulx	3*8($aptr),%rax,%r14
    +	 mov	$mi,%rdx
    +	adox	-2*8($tptr),%r12
    +	adcx	%rax,%r13
    +	adox	-1*8($tptr),%r13
    +	adcx	$zero,%r14
    +	lea	4*8($aptr),$aptr
    +	adox	$zero,%r14
    +
    +	mulx	0*8($nptr),%rax,%r10
    +	adcx	%rax,%r15		# discarded
    +	adox	%r11,%r10
    +	mulx	1*8($nptr),%rax,%r11
    +	adcx	%rax,%r10
    +	adox	%r12,%r11
    +	mulx	2*8($nptr),%rax,%r12
    +	mov	%r10,-4*8($tptr)
    +	adcx	%rax,%r11
    +	adox	%r13,%r12
    +	mulx	3*8($nptr),%rax,%r15
    +	 mov	$bi,%rdx
    +	mov	%r11,-3*8($tptr)
    +	lea	4*8($nptr),$nptr
    +	adcx	%rax,%r12
    +	adox	$zero,%r15		# of=0
    +	mov	48(%rsp),$bptr		# counter value
    +	mov	%r12,-2*8($tptr)
    +
    +	jmp	.Lmulx4x_inner
    +
    +.align	32
    +.Lmulx4x_inner:
    +	mulx	0*8($aptr),%r10,%rax	# a[4]*b[i]
    +	adcx	$zero,%r15		# cf=0, modulo-scheduled
    +	adox	%r14,%r10
    +	mulx	1*8($aptr),%r11,%r14	# a[5]*b[i]
    +	adcx	0*8($tptr),%r10
    +	adox	%rax,%r11
    +	mulx	2*8($aptr),%r12,%rax	# ...
    +	adcx	1*8($tptr),%r11
    +	adox	%r14,%r12
    +	mulx	3*8($aptr),%r13,%r14
    +	 mov	$mi,%rdx
    +	adcx	2*8($tptr),%r12
    +	adox	%rax,%r13
    +	adcx	3*8($tptr),%r13
    +	adox	$zero,%r14		# of=0
    +	lea	4*8($aptr),$aptr
    +	lea	4*8($tptr),$tptr
    +	adcx	$zero,%r14		# cf=0
    +
    +	adox	%r15,%r10
    +	mulx	0*8($nptr),%rax,%r15
    +	adcx	%rax,%r10
    +	adox	%r15,%r11
    +	mulx	1*8($nptr),%rax,%r15
    +	adcx	%rax,%r11
    +	adox	%r15,%r12
    +	mulx	2*8($nptr),%rax,%r15
    +	mov	%r10,-5*8($tptr)
    +	adcx	%rax,%r12
    +	adox	%r15,%r13
    +	mulx	3*8($nptr),%rax,%r15
    +	 mov	$bi,%rdx
    +	mov	%r11,-4*8($tptr)
    +	mov	%r12,-3*8($tptr)
    +	adcx	%rax,%r13
    +	adox	$zero,%r15
    +	lea	4*8($nptr),$nptr
    +	mov	%r13,-2*8($tptr)
    +
    +	dec	$bptr			# of=0, pass cf
    +	jnz	.Lmulx4x_inner
    +
    +	mov	0(%rsp),$num		# load num
    +	mov	8(%rsp),$bptr		# re-load &b[i]
    +	adc	$zero,%r15		# modulo-scheduled
    +	sub	0*8($tptr),$zero	# pull top-most carry
    +	adc	%r15,%r14
    +	mov	-8($nptr),$mi
    +	sbb	%r15,%r15		# top-most carry
    +	mov	%r14,-1*8($tptr)
    +
    +	cmp	16(%rsp),$bptr
    +	jne	.Lmulx4x_outer
    +
    +	sub	%r14,$mi		# compare top-most words
    +	sbb	$mi,$mi
    +	or	$mi,%r15
    +
    +	neg	$num
    +	xor	%rdx,%rdx
    +	mov	32(%rsp),$rptr		# restore rp
    +	lea	64(%rsp),$tptr
     
     	pxor	%xmm0,%xmm0
    -	lea	64(%rsp,$num,8),$nptr
    -	movdqu	($tptr),%xmm1
    -	lea	($nptr,$num,8),$nptr
    -	movdqa	%xmm0,64(%rsp)		# zap lower half of temporary vector
    -	movdqa	%xmm0,($nptr)		# zap upper half of temporary vector
    -	movdqu	%xmm1,($rptr)
    -	jmp	.Lsqr4x_copy
    -.align	16
    -.Lsqr4x_copy:				# copy or in-place refresh
    -	movdqu	16($tptr,$i),%xmm2
    -	movdqu	32($tptr,$i),%xmm1
    -	movdqa	%xmm0,80(%rsp,$i)	# zap lower half of temporary vector
    -	movdqa	%xmm0,96(%rsp,$i)	# zap lower half of temporary vector
    -	movdqa	%xmm0,16($nptr,$i)	# zap upper half of temporary vector
    -	movdqa	%xmm0,32($nptr,$i)	# zap upper half of temporary vector
    -	movdqu	%xmm2,16($rptr,$i)
    -	movdqu	%xmm1,32($rptr,$i)
    -	lea	32($i),$i
    -	dec	$j
    -	jnz	.Lsqr4x_copy
    -
    -	movdqu	16($tptr,$i),%xmm2
    -	movdqa	%xmm0,80(%rsp,$i)	# zap lower half of temporary vector
    -	movdqa	%xmm0,16($nptr,$i)	# zap upper half of temporary vector
    -	movdqu	%xmm2,16($rptr,$i)
    -___
    -}
    -$code.=<<___;
    -	mov	56(%rsp),%rsi		# restore %rsp
    +	mov	0*8($nptr,$num),%r8
    +	mov	1*8($nptr,$num),%r9
    +	neg	%r8
    +	jmp	.Lmulx4x_sub_entry
    +
    +.align	32
    +.Lmulx4x_sub:
    +	mov	0*8($nptr,$num),%r8
    +	mov	1*8($nptr,$num),%r9
    +	not	%r8
    +.Lmulx4x_sub_entry:
    +	mov	2*8($nptr,$num),%r10
    +	not	%r9
    +	and	%r15,%r8
    +	mov	3*8($nptr,$num),%r11
    +	not	%r10
    +	and	%r15,%r9
    +	not	%r11
    +	and	%r15,%r10
    +	and	%r15,%r11
    +
    +	neg	%rdx			# mov %rdx,%cf
    +	adc	0*8($tptr),%r8
    +	adc	1*8($tptr),%r9
    +	movdqa	%xmm0,($tptr)
    +	adc	2*8($tptr),%r10
    +	adc	3*8($tptr),%r11
    +	movdqa	%xmm0,16($tptr)
    +	lea	4*8($tptr),$tptr
    +	sbb	%rdx,%rdx		# mov %cf,%rdx
    +
    +	mov	%r8,0*8($rptr)
    +	mov	%r9,1*8($rptr)
    +	mov	%r10,2*8($rptr)
    +	mov	%r11,3*8($rptr)
    +	lea	4*8($rptr),$rptr
    +
    +	add	\$32,$num
    +	jnz	.Lmulx4x_sub
    +
    +	mov	40(%rsp),%rsi		# restore %rsp
     	mov	\$1,%rax
    -	mov	0(%rsi),%r15
    -	mov	8(%rsi),%r14
    -	mov	16(%rsi),%r13
    -	mov	24(%rsi),%r12
    -	mov	32(%rsi),%rbp
    -	mov	40(%rsi),%rbx
    -	lea	48(%rsi),%rsp
    -.Lsqr4x_epilogue:
    +	mov	-48(%rsi),%r15
    +	mov	-40(%rsi),%r14
    +	mov	-32(%rsi),%r13
    +	mov	-24(%rsi),%r12
    +	mov	-16(%rsi),%rbp
    +	mov	-8(%rsi),%rbx
    +	lea	(%rsi),%rsp
    +.Lmulx4x_epilogue:
     	ret
    -.size	bn_sqr4x_mont,.-bn_sqr4x_mont
    +.size	bn_mulx4x_mont,.-bn_mulx4x_mont
     ___
     }}}
     $code.=<<___;
    @@ -1581,18 +1285,22 @@ sqr_handler:
     	mov	120($context),%rax	# pull context->Rax
     	mov	248($context),%rbx	# pull context->Rip
     
    -	lea	.Lsqr4x_body(%rip),%r10
    +	mov	8($disp),%rsi		# disp->ImageBase
    +	mov	56($disp),%r11		# disp->HandlerData
    +
    +	mov	0(%r11),%r10d		# HandlerData[0]
    +	lea	(%rsi,%r10),%r10	# end of prologue label
     	cmp	%r10,%rbx		# context->Rip<.Lsqr_body
     	jb	.Lcommon_seh_tail
     
     	mov	152($context),%rax	# pull context->Rsp
     
    -	lea	.Lsqr4x_epilogue(%rip),%r10
    +	mov	4(%r11),%r10d		# HandlerData[1]
    +	lea	(%rsi,%r10),%r10	# epilogue label
     	cmp	%r10,%rbx		# context->Rip>=.Lsqr_epilogue
     	jae	.Lcommon_seh_tail
     
    -	mov	56(%rax),%rax		# pull saved stack pointer
    -	lea	48(%rax),%rax
    +	mov	40(%rax),%rax		# pull saved stack pointer
     
     	mov	-8(%rax),%rbx
     	mov	-16(%rax),%rbp
    @@ -1657,10 +1365,16 @@ sqr_handler:
     	.rva	.LSEH_end_bn_mul4x_mont
     	.rva	.LSEH_info_bn_mul4x_mont
     
    -	.rva	.LSEH_begin_bn_sqr4x_mont
    -	.rva	.LSEH_end_bn_sqr4x_mont
    -	.rva	.LSEH_info_bn_sqr4x_mont
    -
    +	.rva	.LSEH_begin_bn_sqr8x_mont
    +	.rva	.LSEH_end_bn_sqr8x_mont
    +	.rva	.LSEH_info_bn_sqr8x_mont
    +___
    +$code.=<<___ if ($addx);
    +	.rva	.LSEH_begin_bn_mulx4x_mont
    +	.rva	.LSEH_end_bn_mulx4x_mont
    +	.rva	.LSEH_info_bn_mulx4x_mont
    +___
    +$code.=<<___;
     .section	.xdata
     .align	8
     .LSEH_info_bn_mul_mont:
    @@ -1671,9 +1385,16 @@ sqr_handler:
     	.byte	9,0,0,0
     	.rva	mul_handler
     	.rva	.Lmul4x_body,.Lmul4x_epilogue	# HandlerData[]
    -.LSEH_info_bn_sqr4x_mont:
    +.LSEH_info_bn_sqr8x_mont:
    +	.byte	9,0,0,0
    +	.rva	sqr_handler
    +	.rva	.Lsqr8x_body,.Lsqr8x_epilogue	# HandlerData[]
    +___
    +$code.=<<___ if ($addx);
    +.LSEH_info_bn_mulx4x_mont:
     	.byte	9,0,0,0
     	.rva	sqr_handler
    +	.rva	.Lmulx4x_body,.Lmulx4x_epilogue	# HandlerData[]
     ___
     }
     
    diff --git a/openssl/crypto/bn/asm/x86_64-mont5.pl b/openssl/crypto/bn/asm/x86_64-mont5.pl
    index dae0fe245..fa22c30b1 100644
    --- a/openssl/crypto/bn/asm/x86_64-mont5.pl
    +++ b/openssl/crypto/bn/asm/x86_64-mont5.pl
    @@ -17,6 +17,13 @@
     # is implemented, so that scatter-/gathering can be tuned without
     # bn_exp.c modifications.
     
    +# August 2013.
    +#
    +# Add MULX/AD*X code paths and additional interfaces to optimize for
    +# branch prediction unit. For input lengths that are multiples of 8
    +# the np argument is not just modulus value, but one interleaved
    +# with 0. This is to optimize post-condition...
    +
     $flavour = shift;
     $output  = shift;
     if ($flavour =~ /\./) { $output = $flavour; undef $flavour; }
    @@ -31,6 +38,21 @@ die "can't locate x86_64-xlate.pl";
     open OUT,"| \"$^X\" $xlate $flavour $output";
     *STDOUT=*OUT;
     
    +if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
    +		=~ /GNU assembler version ([2-9]\.[0-9]+)/) {
    +	$addx = ($1>=2.23);
    +}
    +
    +if (!$addx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
    +	    `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/) {
    +	$addx = ($1>=2.10);
    +}
    +
    +if (!$addx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
    +	    `ml64 2>&1` =~ /Version ([0-9]+)\./) {
    +	$addx = ($1>=12);
    +}
    +
     # int bn_mul_mont_gather5(
     $rp="%rdi";	# BN_ULONG *rp,
     $ap="%rsi";	# const BN_ULONG *ap,
    @@ -53,19 +75,25 @@ $m1="%rbp";
     $code=<<___;
     .text
     
    +.extern	OPENSSL_ia32cap_P
    +
     .globl	bn_mul_mont_gather5
     .type	bn_mul_mont_gather5,\@function,6
     .align	64
     bn_mul_mont_gather5:
    -	test	\$3,${num}d
    +	test	\$7,${num}d
     	jnz	.Lmul_enter
    -	cmp	\$8,${num}d
    -	jb	.Lmul_enter
    +___
    +$code.=<<___ if ($addx);
    +	mov	OPENSSL_ia32cap_P+8(%rip),%r11d
    +___
    +$code.=<<___;
     	jmp	.Lmul4x_enter
     
     .align	16
     .Lmul_enter:
     	mov	${num}d,${num}d
    +	mov	%rsp,%rax
     	mov	`($win64?56:8)`(%rsp),%r10d	# load 7th argument
     	push	%rbx
     	push	%rbp
    @@ -78,10 +106,8 @@ $code.=<<___ if ($win64);
     	lea	-0x28(%rsp),%rsp
     	movaps	%xmm6,(%rsp)
     	movaps	%xmm7,0x10(%rsp)
    -.Lmul_alloca:
     ___
     $code.=<<___;
    -	mov	%rsp,%rax
     	lea	2($num),%r11
     	neg	%r11
     	lea	(%rsp,%r11,8),%rsp	# tp=alloca(8*(num+2))
    @@ -287,7 +313,7 @@ $code.=<<___;
     
     	lea	1($i),$i		# i++
     	cmp	$num,$i
    -	jl	.Louter
    +	jb	.Louter
     
     	xor	$i,$i			# i=0 and clear CF!
     	mov	(%rsp),%rax		# tp[0]
    @@ -323,18 +349,17 @@ $code.=<<___;
     	mov	\$1,%rax
     ___
     $code.=<<___ if ($win64);
    -	movaps	(%rsi),%xmm6
    -	movaps	0x10(%rsi),%xmm7
    -	lea	0x28(%rsi),%rsi
    +	movaps	-88(%rsi),%xmm6
    +	movaps	-72(%rsi),%xmm7
     ___
     $code.=<<___;
    -	mov	(%rsi),%r15
    -	mov	8(%rsi),%r14
    -	mov	16(%rsi),%r13
    -	mov	24(%rsi),%r12
    -	mov	32(%rsi),%rbp
    -	mov	40(%rsi),%rbx
    -	lea	48(%rsi),%rsp
    +	mov	-48(%rsi),%r15
    +	mov	-40(%rsi),%r14
    +	mov	-32(%rsi),%r13
    +	mov	-24(%rsi),%r12
    +	mov	-16(%rsi),%rbp
    +	mov	-8(%rsi),%rbx
    +	lea	(%rsi),%rsp
     .Lmul_epilogue:
     	ret
     .size	bn_mul_mont_gather5,.-bn_mul_mont_gather5
    @@ -344,11 +369,18 @@ my @A=("%r10","%r11");
     my @N=("%r13","%rdi");
     $code.=<<___;
     .type	bn_mul4x_mont_gather5,\@function,6
    -.align	16
    +.align	32
     bn_mul4x_mont_gather5:
     .Lmul4x_enter:
    -	mov	${num}d,${num}d
    -	mov	`($win64?56:8)`(%rsp),%r10d	# load 7th argument
    +___
    +$code.=<<___ if ($addx);
    +	and	\$0x80100,%r11d
    +	cmp	\$0x80100,%r11d
    +	je	.Lmulx4x_enter
    +___
    +$code.=<<___;
    +	.byte	0x67
    +	mov	%rsp,%rax
     	push	%rbx
     	push	%rbp
     	push	%r12
    @@ -360,23 +392,78 @@ $code.=<<___ if ($win64);
     	lea	-0x28(%rsp),%rsp
     	movaps	%xmm6,(%rsp)
     	movaps	%xmm7,0x10(%rsp)
    -.Lmul4x_alloca:
     ___
     $code.=<<___;
    -	mov	%rsp,%rax
    -	lea	4($num),%r11
    -	neg	%r11
    -	lea	(%rsp,%r11,8),%rsp	# tp=alloca(8*(num+4))
    -	and	\$-1024,%rsp		# minimize TLB usage
    -
    -	mov	%rax,8(%rsp,$num,8)	# tp[num+1]=%rsp
    +	.byte	0x67
    +	mov	${num}d,%r10d
    +	shl	\$3,${num}d
    +	shl	\$3+2,%r10d		# 4*$num
    +	neg	$num			# -$num
    +
    +	##############################################################
    +	# ensure that stack frame doesn't alias with $aptr+4*$num
    +	# modulo 4096, which covers ret[num], am[num] and n[2*num]
    +	# (see bn_exp.c). this is done to allow memory disambiguation
    +	# logic do its magic. [excessive frame is allocated in order
    +	# to allow bn_from_mont8x to clear it.]
    +	#
    +	lea	-64(%rsp,$num,2),%r11
    +	sub	$ap,%r11
    +	and	\$4095,%r11
    +	cmp	%r11,%r10
    +	jb	.Lmul4xsp_alt
    +	sub	%r11,%rsp		# align with $ap
    +	lea	-64(%rsp,$num,2),%rsp	# alloca(128+num*8)
    +	jmp	.Lmul4xsp_done
    +
    +.align	32
    +.Lmul4xsp_alt:
    +	lea	4096-64(,$num,2),%r10
    +	lea	-64(%rsp,$num,2),%rsp	# alloca(128+num*8)
    +	sub	%r10,%r11
    +	mov	\$0,%r10
    +	cmovc	%r10,%r11
    +	sub	%r11,%rsp
    +.Lmul4xsp_done:
    +	and	\$-64,%rsp
    +	neg	$num
    +
    +	mov	%rax,40(%rsp)
     .Lmul4x_body:
    -	mov	$rp,16(%rsp,$num,8)	# tp[num+2]=$rp
    -	mov	%rdx,%r12		# reassign $bp
    +
    +	call	mul4x_internal
    +
    +	mov	40(%rsp),%rsi		# restore %rsp
    +	mov	\$1,%rax
    +___
    +$code.=<<___ if ($win64);
    +	movaps	-88(%rsi),%xmm6
    +	movaps	-72(%rsi),%xmm7
    +___
    +$code.=<<___;
    +	mov	-48(%rsi),%r15
    +	mov	-40(%rsi),%r14
    +	mov	-32(%rsi),%r13
    +	mov	-24(%rsi),%r12
    +	mov	-16(%rsi),%rbp
    +	mov	-8(%rsi),%rbx
    +	lea	(%rsi),%rsp
    +.Lmul4x_epilogue:
    +	ret
    +.size	bn_mul4x_mont_gather5,.-bn_mul4x_mont_gather5
    +
    +.type	mul4x_internal,\@abi-omnipotent
    +.align	32
    +mul4x_internal:
    +	shl	\$5,$num
    +	mov	`($win64?56:8)`(%rax),%r10d	# load 7th argument
    +	lea	256(%rdx,$num),%r13
    +	shr	\$5,$num		# restore $num
     ___
     		$bp="%r12";
     		$STRIDE=2**5*8;		# 5 is "window size"
     		$N=$STRIDE/4;		# should match cache line size
    +		$tp=$i;
     $code.=<<___;
     	mov	%r10,%r11
     	shr	\$`log($N/8)/log(2)`,%r10
    @@ -384,459 +471,2771 @@ $code.=<<___;
     	not	%r10
     	lea	.Lmagic_masks(%rip),%rax
     	and	\$`2**5/($N/8)-1`,%r10	# 5 is "window size"
    -	lea	96($bp,%r11,8),$bp	# pointer within 1st cache line
    +	lea	96(%rdx,%r11,8),$bp	# pointer within 1st cache line
     	movq	0(%rax,%r10,8),%xmm4	# set of masks denoting which
     	movq	8(%rax,%r10,8),%xmm5	# cache line contains element
    +	add	\$7,%r11
     	movq	16(%rax,%r10,8),%xmm6	# denoted by 7th argument
     	movq	24(%rax,%r10,8),%xmm7
    +	and	\$7,%r11
     
     	movq	`0*$STRIDE/4-96`($bp),%xmm0
    +	lea	$STRIDE($bp),$tp	# borrow $tp
     	movq	`1*$STRIDE/4-96`($bp),%xmm1
     	pand	%xmm4,%xmm0
     	movq	`2*$STRIDE/4-96`($bp),%xmm2
     	pand	%xmm5,%xmm1
     	movq	`3*$STRIDE/4-96`($bp),%xmm3
     	pand	%xmm6,%xmm2
    +	.byte	0x67
     	por	%xmm1,%xmm0
    +	movq	`0*$STRIDE/4-96`($tp),%xmm1
    +	.byte	0x67
     	pand	%xmm7,%xmm3
    +	.byte	0x67
     	por	%xmm2,%xmm0
    -	lea	$STRIDE($bp),$bp
    +	movq	`1*$STRIDE/4-96`($tp),%xmm2
    +	.byte	0x67
    +	pand	%xmm4,%xmm1
    +	.byte	0x67
     	por	%xmm3,%xmm0
    +	movq	`2*$STRIDE/4-96`($tp),%xmm3
     
     	movq	%xmm0,$m0		# m0=bp[0]
    +	movq	`3*$STRIDE/4-96`($tp),%xmm0
    +	mov	%r13,16+8(%rsp)		# save end of b[num]
    +	mov	$rp, 56+8(%rsp)		# save $rp
    +
     	mov	($n0),$n0		# pull n0[0] value
     	mov	($ap),%rax
    -
    -	xor	$i,$i			# i=0
    -	xor	$j,$j			# j=0
    -
    -	movq	`0*$STRIDE/4-96`($bp),%xmm0
    -	movq	`1*$STRIDE/4-96`($bp),%xmm1
    -	pand	%xmm4,%xmm0
    -	movq	`2*$STRIDE/4-96`($bp),%xmm2
    -	pand	%xmm5,%xmm1
    +	lea	($ap,$num),$ap		# end of a[num]
    +	neg	$num
     
     	mov	$n0,$m1
     	mulq	$m0			# ap[0]*bp[0]
     	mov	%rax,$A[0]
     	mov	($np),%rax
     
    -	movq	`3*$STRIDE/4-96`($bp),%xmm3
    -	pand	%xmm6,%xmm2
    -	por	%xmm1,%xmm0
    -	pand	%xmm7,%xmm3
    +	pand	%xmm5,%xmm2
    +	pand	%xmm6,%xmm3
    +	por	%xmm2,%xmm1
     
     	imulq	$A[0],$m1		# "tp[0]"*n0
    +	##############################################################
    +	# $tp is chosen so that writing to top-most element of the
    +	# vector occurs just "above" references to powers table,
    +	# "above" modulo cache-line size, which effectively precludes
    +	# possibility of memory disambiguation logic failure when
    +	# accessing the table.
    +	# 
    +	lea	64+8(%rsp,%r11,8),$tp
     	mov	%rdx,$A[1]
     
    -	por	%xmm2,%xmm0
    -	lea	$STRIDE($bp),$bp
    -	por	%xmm3,%xmm0
    +	pand	%xmm7,%xmm0
    +	por	%xmm3,%xmm1
    +	lea	2*$STRIDE($bp),$bp
    +	por	%xmm1,%xmm0
     
     	mulq	$m1			# np[0]*m1
     	add	%rax,$A[0]		# discarded
    -	mov	8($ap),%rax
    +	mov	8($ap,$num),%rax
     	adc	\$0,%rdx
     	mov	%rdx,$N[1]
     
     	mulq	$m0
     	add	%rax,$A[1]
    -	mov	8($np),%rax
    +	mov	16*1($np),%rax		# interleaved with 0, therefore 16*n
     	adc	\$0,%rdx
     	mov	%rdx,$A[0]
     
     	mulq	$m1
     	add	%rax,$N[1]
    -	mov	16($ap),%rax
    +	mov	16($ap,$num),%rax
     	adc	\$0,%rdx
     	add	$A[1],$N[1]
    -	lea	4($j),$j		# j++
    +	lea	4*8($num),$j		# j=4
    +	lea	16*4($np),$np
     	adc	\$0,%rdx
    -	mov	$N[1],(%rsp)
    +	mov	$N[1],($tp)
     	mov	%rdx,$N[0]
     	jmp	.L1st4x
    -.align	16
    +
    +.align	32
     .L1st4x:
     	mulq	$m0			# ap[j]*bp[0]
     	add	%rax,$A[0]
    -	mov	-16($np,$j,8),%rax
    +	mov	-16*2($np),%rax
    +	lea	32($tp),$tp
     	adc	\$0,%rdx
     	mov	%rdx,$A[1]
     
     	mulq	$m1			# np[j]*m1
     	add	%rax,$N[0]
    -	mov	-8($ap,$j,8),%rax
    +	mov	-8($ap,$j),%rax
     	adc	\$0,%rdx
     	add	$A[0],$N[0]		# np[j]*m1+ap[j]*bp[0]
     	adc	\$0,%rdx
    -	mov	$N[0],-24(%rsp,$j,8)	# tp[j-1]
    +	mov	$N[0],-24($tp)		# tp[j-1]
     	mov	%rdx,$N[1]
     
     	mulq	$m0			# ap[j]*bp[0]
     	add	%rax,$A[1]
    -	mov	-8($np,$j,8),%rax
    +	mov	-16*1($np),%rax
     	adc	\$0,%rdx
     	mov	%rdx,$A[0]
     
     	mulq	$m1			# np[j]*m1
     	add	%rax,$N[1]
    -	mov	($ap,$j,8),%rax
    +	mov	($ap,$j),%rax
     	adc	\$0,%rdx
     	add	$A[1],$N[1]		# np[j]*m1+ap[j]*bp[0]
     	adc	\$0,%rdx
    -	mov	$N[1],-16(%rsp,$j,8)	# tp[j-1]
    +	mov	$N[1],-16($tp)		# tp[j-1]
     	mov	%rdx,$N[0]
     
     	mulq	$m0			# ap[j]*bp[0]
     	add	%rax,$A[0]
    -	mov	($np,$j,8),%rax
    +	mov	16*0($np),%rax
     	adc	\$0,%rdx
     	mov	%rdx,$A[1]
     
     	mulq	$m1			# np[j]*m1
     	add	%rax,$N[0]
    -	mov	8($ap,$j,8),%rax
    +	mov	8($ap,$j),%rax
     	adc	\$0,%rdx
     	add	$A[0],$N[0]		# np[j]*m1+ap[j]*bp[0]
     	adc	\$0,%rdx
    -	mov	$N[0],-8(%rsp,$j,8)	# tp[j-1]
    +	mov	$N[0],-8($tp)		# tp[j-1]
     	mov	%rdx,$N[1]
     
     	mulq	$m0			# ap[j]*bp[0]
     	add	%rax,$A[1]
    -	mov	8($np,$j,8),%rax
    +	mov	16*1($np),%rax
     	adc	\$0,%rdx
    -	lea	4($j),$j		# j++
     	mov	%rdx,$A[0]
     
     	mulq	$m1			# np[j]*m1
     	add	%rax,$N[1]
    -	mov	-16($ap,$j,8),%rax
    +	mov	16($ap,$j),%rax
     	adc	\$0,%rdx
     	add	$A[1],$N[1]		# np[j]*m1+ap[j]*bp[0]
    +	lea	16*4($np),$np
     	adc	\$0,%rdx
    -	mov	$N[1],-32(%rsp,$j,8)	# tp[j-1]
    +	mov	$N[1],($tp)		# tp[j-1]
     	mov	%rdx,$N[0]
    -	cmp	$num,$j
    -	jl	.L1st4x
    +
    +	add	\$32,$j			# j+=4
    +	jnz	.L1st4x
     
     	mulq	$m0			# ap[j]*bp[0]
     	add	%rax,$A[0]
    -	mov	-16($np,$j,8),%rax
    +	mov	-16*2($np),%rax
    +	lea	32($tp),$tp
     	adc	\$0,%rdx
     	mov	%rdx,$A[1]
     
     	mulq	$m1			# np[j]*m1
     	add	%rax,$N[0]
    -	mov	-8($ap,$j,8),%rax
    +	mov	-8($ap),%rax
     	adc	\$0,%rdx
     	add	$A[0],$N[0]		# np[j]*m1+ap[j]*bp[0]
     	adc	\$0,%rdx
    -	mov	$N[0],-24(%rsp,$j,8)	# tp[j-1]
    +	mov	$N[0],-24($tp)		# tp[j-1]
     	mov	%rdx,$N[1]
     
     	mulq	$m0			# ap[j]*bp[0]
     	add	%rax,$A[1]
    -	mov	-8($np,$j,8),%rax
    +	mov	-16*1($np),%rax
     	adc	\$0,%rdx
     	mov	%rdx,$A[0]
     
     	mulq	$m1			# np[j]*m1
     	add	%rax,$N[1]
    -	mov	($ap),%rax		# ap[0]
    +	mov	($ap,$num),%rax		# ap[0]
     	adc	\$0,%rdx
     	add	$A[1],$N[1]		# np[j]*m1+ap[j]*bp[0]
     	adc	\$0,%rdx
    -	mov	$N[1],-16(%rsp,$j,8)	# tp[j-1]
    +	mov	$N[1],-16($tp)		# tp[j-1]
     	mov	%rdx,$N[0]
     
     	movq	%xmm0,$m0		# bp[1]
    +	lea	($np,$num,2),$np	# rewind $np
     
     	xor	$N[1],$N[1]
     	add	$A[0],$N[0]
     	adc	\$0,$N[1]
    -	mov	$N[0],-8(%rsp,$j,8)
    -	mov	$N[1],(%rsp,$j,8)	# store upmost overflow bit
    +	mov	$N[0],-8($tp)
     
    -	lea	1($i),$i		# i++
    -.align	4
    -.Louter4x:
    -	xor	$j,$j			# j=0
    -	movq	`0*$STRIDE/4-96`($bp),%xmm0
    -	movq	`1*$STRIDE/4-96`($bp),%xmm1
    -	pand	%xmm4,%xmm0
    -	movq	`2*$STRIDE/4-96`($bp),%xmm2
    -	pand	%xmm5,%xmm1
    +	jmp	.Louter4x
     
    -	mov	(%rsp),$A[0]
    +.align	32
    +.Louter4x:
    +	mov	($tp,$num),$A[0]
     	mov	$n0,$m1
     	mulq	$m0			# ap[0]*bp[i]
     	add	%rax,$A[0]		# ap[0]*bp[i]+tp[0]
     	mov	($np),%rax
     	adc	\$0,%rdx
     
    +	movq	`0*$STRIDE/4-96`($bp),%xmm0
    +	movq	`1*$STRIDE/4-96`($bp),%xmm1
    +	pand	%xmm4,%xmm0
    +	movq	`2*$STRIDE/4-96`($bp),%xmm2
    +	pand	%xmm5,%xmm1
     	movq	`3*$STRIDE/4-96`($bp),%xmm3
    -	pand	%xmm6,%xmm2
    -	por	%xmm1,%xmm0
    -	pand	%xmm7,%xmm3
     
     	imulq	$A[0],$m1		# tp[0]*n0
    +	.byte	0x67
     	mov	%rdx,$A[1]
    +	mov	$N[1],($tp)		# store upmost overflow bit
     
    +	pand	%xmm6,%xmm2
    +	por	%xmm1,%xmm0
    +	pand	%xmm7,%xmm3
     	por	%xmm2,%xmm0
    +	lea	($tp,$num),$tp		# rewind $tp
     	lea	$STRIDE($bp),$bp
     	por	%xmm3,%xmm0
     
     	mulq	$m1			# np[0]*m1
     	add	%rax,$A[0]		# "$N[0]", discarded
    -	mov	8($ap),%rax
    +	mov	8($ap,$num),%rax
     	adc	\$0,%rdx
     	mov	%rdx,$N[1]
     
     	mulq	$m0			# ap[j]*bp[i]
     	add	%rax,$A[1]
    -	mov	8($np),%rax
    +	mov	16*1($np),%rax		# interleaved with 0, therefore 16*n
     	adc	\$0,%rdx
    -	add	8(%rsp),$A[1]		# +tp[1]
    +	add	8($tp),$A[1]		# +tp[1]
     	adc	\$0,%rdx
     	mov	%rdx,$A[0]
     
     	mulq	$m1			# np[j]*m1
     	add	%rax,$N[1]
    -	mov	16($ap),%rax
    +	mov	16($ap,$num),%rax
     	adc	\$0,%rdx
     	add	$A[1],$N[1]		# np[j]*m1+ap[j]*bp[i]+tp[j]
    -	lea	4($j),$j		# j+=2
    +	lea	4*8($num),$j		# j=4
    +	lea	16*4($np),$np
     	adc	\$0,%rdx
     	mov	%rdx,$N[0]
     	jmp	.Linner4x
    -.align	16
    +
    +.align	32
     .Linner4x:
     	mulq	$m0			# ap[j]*bp[i]
     	add	%rax,$A[0]
    -	mov	-16($np,$j,8),%rax
    +	mov	-16*2($np),%rax
     	adc	\$0,%rdx
    -	add	-16(%rsp,$j,8),$A[0]	# ap[j]*bp[i]+tp[j]
    +	add	16($tp),$A[0]		# ap[j]*bp[i]+tp[j]
    +	lea	32($tp),$tp
     	adc	\$0,%rdx
     	mov	%rdx,$A[1]
     
     	mulq	$m1			# np[j]*m1
     	add	%rax,$N[0]
    -	mov	-8($ap,$j,8),%rax
    +	mov	-8($ap,$j),%rax
     	adc	\$0,%rdx
     	add	$A[0],$N[0]
     	adc	\$0,%rdx
    -	mov	$N[1],-32(%rsp,$j,8)	# tp[j-1]
    +	mov	$N[1],-32($tp)		# tp[j-1]
     	mov	%rdx,$N[1]
     
     	mulq	$m0			# ap[j]*bp[i]
     	add	%rax,$A[1]
    -	mov	-8($np,$j,8),%rax
    +	mov	-16*1($np),%rax
     	adc	\$0,%rdx
    -	add	-8(%rsp,$j,8),$A[1]
    +	add	-8($tp),$A[1]
     	adc	\$0,%rdx
     	mov	%rdx,$A[0]
     
     	mulq	$m1			# np[j]*m1
     	add	%rax,$N[1]
    -	mov	($ap,$j,8),%rax
    +	mov	($ap,$j),%rax
     	adc	\$0,%rdx
     	add	$A[1],$N[1]
     	adc	\$0,%rdx
    -	mov	$N[0],-24(%rsp,$j,8)	# tp[j-1]
    +	mov	$N[0],-24($tp)		# tp[j-1]
     	mov	%rdx,$N[0]
     
     	mulq	$m0			# ap[j]*bp[i]
     	add	%rax,$A[0]
    -	mov	($np,$j,8),%rax
    +	mov	16*0($np),%rax
     	adc	\$0,%rdx
    -	add	(%rsp,$j,8),$A[0]	# ap[j]*bp[i]+tp[j]
    +	add	($tp),$A[0]		# ap[j]*bp[i]+tp[j]
     	adc	\$0,%rdx
     	mov	%rdx,$A[1]
     
     	mulq	$m1			# np[j]*m1
     	add	%rax,$N[0]
    -	mov	8($ap,$j,8),%rax
    +	mov	8($ap,$j),%rax
     	adc	\$0,%rdx
     	add	$A[0],$N[0]
     	adc	\$0,%rdx
    -	mov	$N[1],-16(%rsp,$j,8)	# tp[j-1]
    +	mov	$N[1],-16($tp)		# tp[j-1]
     	mov	%rdx,$N[1]
     
     	mulq	$m0			# ap[j]*bp[i]
     	add	%rax,$A[1]
    -	mov	8($np,$j,8),%rax
    +	mov	16*1($np),%rax
     	adc	\$0,%rdx
    -	add	8(%rsp,$j,8),$A[1]
    +	add	8($tp),$A[1]
     	adc	\$0,%rdx
    -	lea	4($j),$j		# j++
     	mov	%rdx,$A[0]
     
     	mulq	$m1			# np[j]*m1
     	add	%rax,$N[1]
    -	mov	-16($ap,$j,8),%rax
    +	mov	16($ap,$j),%rax
     	adc	\$0,%rdx
     	add	$A[1],$N[1]
    +	lea	16*4($np),$np
     	adc	\$0,%rdx
    -	mov	$N[0],-40(%rsp,$j,8)	# tp[j-1]
    +	mov	$N[0],-8($tp)		# tp[j-1]
     	mov	%rdx,$N[0]
    -	cmp	$num,$j
    -	jl	.Linner4x
    +
    +	add	\$32,$j			# j+=4
    +	jnz	.Linner4x
     
     	mulq	$m0			# ap[j]*bp[i]
     	add	%rax,$A[0]
    -	mov	-16($np,$j,8),%rax
    +	mov	-16*2($np),%rax
     	adc	\$0,%rdx
    -	add	-16(%rsp,$j,8),$A[0]	# ap[j]*bp[i]+tp[j]
    +	add	16($tp),$A[0]		# ap[j]*bp[i]+tp[j]
    +	lea	32($tp),$tp
     	adc	\$0,%rdx
     	mov	%rdx,$A[1]
     
     	mulq	$m1			# np[j]*m1
     	add	%rax,$N[0]
    -	mov	-8($ap,$j,8),%rax
    +	mov	-8($ap),%rax
     	adc	\$0,%rdx
     	add	$A[0],$N[0]
     	adc	\$0,%rdx
    -	mov	$N[1],-32(%rsp,$j,8)	# tp[j-1]
    +	mov	$N[1],-32($tp)		# tp[j-1]
     	mov	%rdx,$N[1]
     
     	mulq	$m0			# ap[j]*bp[i]
     	add	%rax,$A[1]
    -	mov	-8($np,$j,8),%rax
    +	mov	$m1,%rax
    +	mov	-16*1($np),$m1
     	adc	\$0,%rdx
    -	add	-8(%rsp,$j,8),$A[1]
    +	add	-8($tp),$A[1]
     	adc	\$0,%rdx
    -	lea	1($i),$i		# i++
     	mov	%rdx,$A[0]
     
     	mulq	$m1			# np[j]*m1
     	add	%rax,$N[1]
    -	mov	($ap),%rax		# ap[0]
    +	mov	($ap,$num),%rax		# ap[0]
     	adc	\$0,%rdx
     	add	$A[1],$N[1]
     	adc	\$0,%rdx
    -	mov	$N[0],-24(%rsp,$j,8)	# tp[j-1]
    +	mov	$N[0],-24($tp)		# tp[j-1]
     	mov	%rdx,$N[0]
     
     	movq	%xmm0,$m0		# bp[i+1]
    -	mov	$N[1],-16(%rsp,$j,8)	# tp[j-1]
    +	mov	$N[1],-16($tp)		# tp[j-1]
    +	lea	($np,$num,2),$np	# rewind $np
     
     	xor	$N[1],$N[1]
     	add	$A[0],$N[0]
     	adc	\$0,$N[1]
    -	add	(%rsp,$num,8),$N[0]	# pull upmost overflow bit
    -	adc	\$0,$N[1]
    -	mov	$N[0],-8(%rsp,$j,8)
    -	mov	$N[1],(%rsp,$j,8)	# store upmost overflow bit
    +	add	($tp),$N[0]		# pull upmost overflow bit
    +	adc	\$0,$N[1]		# upmost overflow bit
    +	mov	$N[0],-8($tp)
     
    -	cmp	$num,$i
    -	jl	.Louter4x
    +	cmp	16+8(%rsp),$bp
    +	jb	.Louter4x
     ___
    -{
    -my @ri=("%rax","%rdx",$m0,$m1);
    +if (1) {
     $code.=<<___;
    -	mov	16(%rsp,$num,8),$rp	# restore $rp
    -	mov	0(%rsp),@ri[0]		# tp[0]
    -	pxor	%xmm0,%xmm0
    -	mov	8(%rsp),@ri[1]		# tp[1]
    -	shr	\$2,$num		# num/=4
    -	lea	(%rsp),$ap		# borrow ap for tp
    -	xor	$i,$i			# i=0 and clear CF!
    -
    -	sub	0($np),@ri[0]
    -	mov	16($ap),@ri[2]		# tp[2]
    -	mov	24($ap),@ri[3]		# tp[3]
    -	sbb	8($np),@ri[1]
    -	lea	-1($num),$j		# j=num/4-1
    +	sub	$N[0],$m1		# compare top-most words
    +	adc	$j,$j			# $j is zero
    +	or	$j,$N[1]
    +	xor	\$1,$N[1]
    +	lea	($tp,$num),%rbx		# tptr in .sqr4x_sub
    +	lea	($np,$N[1],8),%rbp	# nptr in .sqr4x_sub
    +	mov	%r9,%rcx
    +	sar	\$3+2,%rcx		# cf=0
    +	mov	56+8(%rsp),%rdi		# rptr in .sqr4x_sub
    +	jmp	.Lsqr4x_sub
    +___
    +} else {
    +my @ri=("%rax",$bp,$m0,$m1);
    +my $rp="%rdx";
    +$code.=<<___
    +	xor	\$1,$N[1]
    +	lea	($tp,$num),$tp		# rewind $tp
    +	sar	\$5,$num		# cf=0
    +	lea	($np,$N[1],8),$np
    +	mov	56+8(%rsp),$rp		# restore $rp
     	jmp	.Lsub4x
    -.align	16
    +
    +.align	32
     .Lsub4x:
    -	mov	@ri[0],0($rp,$i,8)	# rp[i]=tp[i]-np[i]
    -	mov	@ri[1],8($rp,$i,8)	# rp[i]=tp[i]-np[i]
    -	sbb	16($np,$i,8),@ri[2]
    -	mov	32($ap,$i,8),@ri[0]	# tp[i+1]
    -	mov	40($ap,$i,8),@ri[1]
    -	sbb	24($np,$i,8),@ri[3]
    -	mov	@ri[2],16($rp,$i,8)	# rp[i]=tp[i]-np[i]
    -	mov	@ri[3],24($rp,$i,8)	# rp[i]=tp[i]-np[i]
    -	sbb	32($np,$i,8),@ri[0]
    -	mov	48($ap,$i,8),@ri[2]
    -	mov	56($ap,$i,8),@ri[3]
    -	sbb	40($np,$i,8),@ri[1]
    -	lea	4($i),$i		# i++
    -	dec	$j			# doesnn't affect CF!
    +	.byte	0x66
    +	mov	8*0($tp),@ri[0]
    +	mov	8*1($tp),@ri[1]
    +	.byte	0x66
    +	sbb	16*0($np),@ri[0]
    +	mov	8*2($tp),@ri[2]
    +	sbb	16*1($np),@ri[1]
    +	mov	3*8($tp),@ri[3]
    +	lea	4*8($tp),$tp
    +	sbb	16*2($np),@ri[2]
    +	mov	@ri[0],8*0($rp)
    +	sbb	16*3($np),@ri[3]
    +	lea	16*4($np),$np
    +	mov	@ri[1],8*1($rp)
    +	mov	@ri[2],8*2($rp)
    +	mov	@ri[3],8*3($rp)
    +	lea	8*4($rp),$rp
    +
    +	inc	$num
     	jnz	.Lsub4x
     
    -	mov	@ri[0],0($rp,$i,8)	# rp[i]=tp[i]-np[i]
    -	mov	32($ap,$i,8),@ri[0]	# load overflow bit
    -	sbb	16($np,$i,8),@ri[2]
    -	mov	@ri[1],8($rp,$i,8)	# rp[i]=tp[i]-np[i]
    -	sbb	24($np,$i,8),@ri[3]
    -	mov	@ri[2],16($rp,$i,8)	# rp[i]=tp[i]-np[i]
    +	ret
    +___
    +}
    +$code.=<<___;
    +.size	mul4x_internal,.-mul4x_internal
    +___
    +}}}
    +{{{
    +######################################################################
    +# void bn_power5(
    +my $rptr="%rdi";	# BN_ULONG *rptr,
    +my $aptr="%rsi";	# const BN_ULONG *aptr,
    +my $bptr="%rdx";	# const void *table,
    +my $nptr="%rcx";	# const BN_ULONG *nptr,
    +my $n0  ="%r8";		# const BN_ULONG *n0);
    +my $num ="%r9";		# int num, has to be divisible by 8
    +			# int pwr 
    +
    +my ($i,$j,$tptr)=("%rbp","%rcx",$rptr);
    +my @A0=("%r10","%r11");
    +my @A1=("%r12","%r13");
    +my ($a0,$a1,$ai)=("%r14","%r15","%rbx");
     
    -	sbb	\$0,@ri[0]		# handle upmost overflow bit
    -	mov	@ri[3],24($rp,$i,8)	# rp[i]=tp[i]-np[i]
    -	xor	$i,$i			# i=0
    -	and	@ri[0],$ap
    -	not	@ri[0]
    -	mov	$rp,$np
    -	and	@ri[0],$np
    -	lea	-1($num),$j
    -	or	$np,$ap			# ap=borrow?tp:rp
    +$code.=<<___;
    +.globl	bn_power5
    +.type	bn_power5,\@function,6
    +.align	32
    +bn_power5:
    +___
    +$code.=<<___ if ($addx);
    +	mov	OPENSSL_ia32cap_P+8(%rip),%r11d
    +	and	\$0x80100,%r11d
    +	cmp	\$0x80100,%r11d
    +	je	.Lpowerx5_enter
    +___
    +$code.=<<___;
    +	mov	%rsp,%rax
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +___
    +$code.=<<___ if ($win64);
    +	lea	-0x28(%rsp),%rsp
    +	movaps	%xmm6,(%rsp)
    +	movaps	%xmm7,0x10(%rsp)
    +___
    +$code.=<<___;
    +	mov	${num}d,%r10d
    +	shl	\$3,${num}d		# convert $num to bytes
    +	shl	\$3+2,%r10d		# 4*$num
    +	neg	$num
    +	mov	($n0),$n0		# *n0
    +
    +	##############################################################
    +	# ensure that stack frame doesn't alias with $aptr+4*$num
    +	# modulo 4096, which covers ret[num], am[num] and n[2*num]
    +	# (see bn_exp.c). this is done to allow memory disambiguation
    +	# logic do its magic.
    +	#
    +	lea	-64(%rsp,$num,2),%r11
    +	sub	$aptr,%r11
    +	and	\$4095,%r11
    +	cmp	%r11,%r10
    +	jb	.Lpwr_sp_alt
    +	sub	%r11,%rsp		# align with $aptr
    +	lea	-64(%rsp,$num,2),%rsp	# alloca(frame+2*$num)
    +	jmp	.Lpwr_sp_done
    +
    +.align	32
    +.Lpwr_sp_alt:
    +	lea	4096-64(,$num,2),%r10	# 4096-frame-2*$num
    +	lea	-64(%rsp,$num,2),%rsp	# alloca(frame+2*$num)
    +	sub	%r10,%r11
    +	mov	\$0,%r10
    +	cmovc	%r10,%r11
    +	sub	%r11,%rsp
    +.Lpwr_sp_done:
    +	and	\$-64,%rsp
    +	mov	$num,%r10	
    +	neg	$num
    +
    +	##############################################################
    +	# Stack layout
    +	#
    +	# +0	saved $num, used in reduction section
    +	# +8	&t[2*$num], used in reduction section
    +	# +32	saved *n0
    +	# +40	saved %rsp
    +	# +48	t[2*$num]
    +	#
    +	mov	$n0,  32(%rsp)
    +	mov	%rax, 40(%rsp)		# save original %rsp
    +.Lpower5_body:
    +	movq	$rptr,%xmm1		# save $rptr
    +	movq	$nptr,%xmm2		# save $nptr
    +	movq	%r10, %xmm3		# -$num
    +	movq	$bptr,%xmm4
    +
    +	call	__bn_sqr8x_internal
    +	call	__bn_sqr8x_internal
    +	call	__bn_sqr8x_internal
    +	call	__bn_sqr8x_internal
    +	call	__bn_sqr8x_internal
    +
    +	movq	%xmm2,$nptr
    +	movq	%xmm4,$bptr
    +	mov	$aptr,$rptr
    +	mov	40(%rsp),%rax
    +	lea	32(%rsp),$n0
    +
    +	call	mul4x_internal
    +
    +	mov	40(%rsp),%rsi		# restore %rsp
    +	mov	\$1,%rax
    +	mov	-48(%rsi),%r15
    +	mov	-40(%rsi),%r14
    +	mov	-32(%rsi),%r13
    +	mov	-24(%rsi),%r12
    +	mov	-16(%rsi),%rbp
    +	mov	-8(%rsi),%rbx
    +	lea	(%rsi),%rsp
    +.Lpower5_epilogue:
    +	ret
    +.size	bn_power5,.-bn_power5
    +
    +.globl	bn_sqr8x_internal
    +.hidden	bn_sqr8x_internal
    +.type	bn_sqr8x_internal,\@abi-omnipotent
    +.align	32
    +bn_sqr8x_internal:
    +__bn_sqr8x_internal:
    +	##############################################################
    +	# Squaring part:
    +	#
    +	# a) multiply-n-add everything but a[i]*a[i];
    +	# b) shift result of a) by 1 to the left and accumulate
    +	#    a[i]*a[i] products;
    +	#
    +	##############################################################
    +	#                                                     a[1]a[0]
    +	#                                                 a[2]a[0]
    +	#                                             a[3]a[0]
    +	#                                             a[2]a[1]
    +	#                                         a[4]a[0]
    +	#                                         a[3]a[1]
    +	#                                     a[5]a[0]
    +	#                                     a[4]a[1]
    +	#                                     a[3]a[2]
    +	#                                 a[6]a[0]
    +	#                                 a[5]a[1]
    +	#                                 a[4]a[2]
    +	#                             a[7]a[0]
    +	#                             a[6]a[1]
    +	#                             a[5]a[2]
    +	#                             a[4]a[3]
    +	#                         a[7]a[1]
    +	#                         a[6]a[2]
    +	#                         a[5]a[3]
    +	#                     a[7]a[2]
    +	#                     a[6]a[3]
    +	#                     a[5]a[4]
    +	#                 a[7]a[3]
    +	#                 a[6]a[4]
    +	#             a[7]a[4]
    +	#             a[6]a[5]
    +	#         a[7]a[5]
    +	#     a[7]a[6]
    +	#                                                     a[1]a[0]
    +	#                                                 a[2]a[0]
    +	#                                             a[3]a[0]
    +	#                                         a[4]a[0]
    +	#                                     a[5]a[0]
    +	#                                 a[6]a[0]
    +	#                             a[7]a[0]
    +	#                                             a[2]a[1]
    +	#                                         a[3]a[1]
    +	#                                     a[4]a[1]
    +	#                                 a[5]a[1]
    +	#                             a[6]a[1]
    +	#                         a[7]a[1]
    +	#                                     a[3]a[2]
    +	#                                 a[4]a[2]
    +	#                             a[5]a[2]
    +	#                         a[6]a[2]
    +	#                     a[7]a[2]
    +	#                             a[4]a[3]
    +	#                         a[5]a[3]
    +	#                     a[6]a[3]
    +	#                 a[7]a[3]
    +	#                     a[5]a[4]
    +	#                 a[6]a[4]
    +	#             a[7]a[4]
    +	#             a[6]a[5]
    +	#         a[7]a[5]
    +	#     a[7]a[6]
    +	#                                                         a[0]a[0]
    +	#                                                 a[1]a[1]
    +	#                                         a[2]a[2]
    +	#                                 a[3]a[3]
    +	#                         a[4]a[4]
    +	#                 a[5]a[5]
    +	#         a[6]a[6]
    +	# a[7]a[7]
    +
    +	lea	32(%r10),$i		# $i=-($num-32)
    +	lea	($aptr,$num),$aptr	# end of a[] buffer, ($aptr,$i)=&ap[2]
    +
    +	mov	$num,$j			# $j=$num
    +
    +					# comments apply to $num==8 case
    +	mov	-32($aptr,$i),$a0	# a[0]
    +	lea	48+8(%rsp,$num,2),$tptr	# end of tp[] buffer, &tp[2*$num]
    +	mov	-24($aptr,$i),%rax	# a[1]
    +	lea	-32($tptr,$i),$tptr	# end of tp[] window, &tp[2*$num-"$i"]
    +	mov	-16($aptr,$i),$ai	# a[2]
    +	mov	%rax,$a1
    +
    +	mul	$a0			# a[1]*a[0]
    +	mov	%rax,$A0[0]		# a[1]*a[0]
    +	 mov	$ai,%rax		# a[2]
    +	mov	%rdx,$A0[1]
    +	mov	$A0[0],-24($tptr,$i)	# t[1]
    +
    +	mul	$a0			# a[2]*a[0]
    +	add	%rax,$A0[1]
    +	 mov	$ai,%rax
    +	adc	\$0,%rdx
    +	mov	$A0[1],-16($tptr,$i)	# t[2]
    +	mov	%rdx,$A0[0]
    +
    +
    +	 mov	-8($aptr,$i),$ai	# a[3]
    +	mul	$a1			# a[2]*a[1]
    +	mov	%rax,$A1[0]		# a[2]*a[1]+t[3]
    +	 mov	$ai,%rax
    +	mov	%rdx,$A1[1]
    +
    +	 lea	($i),$j
    +	mul	$a0			# a[3]*a[0]
    +	add	%rax,$A0[0]		# a[3]*a[0]+a[2]*a[1]+t[3]
    +	 mov	$ai,%rax
    +	mov	%rdx,$A0[1]
    +	adc	\$0,$A0[1]
    +	add	$A1[0],$A0[0]
    +	adc	\$0,$A0[1]
    +	mov	$A0[0],-8($tptr,$j)	# t[3]
    +	jmp	.Lsqr4x_1st
    +
    +.align	32
    +.Lsqr4x_1st:
    +	 mov	($aptr,$j),$ai		# a[4]
    +	mul	$a1			# a[3]*a[1]
    +	add	%rax,$A1[1]		# a[3]*a[1]+t[4]
    +	 mov	$ai,%rax
    +	mov	%rdx,$A1[0]
    +	adc	\$0,$A1[0]
    +
    +	mul	$a0			# a[4]*a[0]
    +	add	%rax,$A0[1]		# a[4]*a[0]+a[3]*a[1]+t[4]
    +	 mov	$ai,%rax		# a[3]
    +	 mov	8($aptr,$j),$ai		# a[5]
    +	mov	%rdx,$A0[0]
    +	adc	\$0,$A0[0]
    +	add	$A1[1],$A0[1]
    +	adc	\$0,$A0[0]
    +
    +
    +	mul	$a1			# a[4]*a[3]
    +	add	%rax,$A1[0]		# a[4]*a[3]+t[5]
    +	 mov	$ai,%rax
    +	 mov	$A0[1],($tptr,$j)	# t[4]
    +	mov	%rdx,$A1[1]
    +	adc	\$0,$A1[1]
    +
    +	mul	$a0			# a[5]*a[2]
    +	add	%rax,$A0[0]		# a[5]*a[2]+a[4]*a[3]+t[5]
    +	 mov	$ai,%rax
    +	 mov	16($aptr,$j),$ai	# a[6]
    +	mov	%rdx,$A0[1]
    +	adc	\$0,$A0[1]
    +	add	$A1[0],$A0[0]
    +	adc	\$0,$A0[1]
    +
    +	mul	$a1			# a[5]*a[3]
    +	add	%rax,$A1[1]		# a[5]*a[3]+t[6]
    +	 mov	$ai,%rax
    +	 mov	$A0[0],8($tptr,$j)	# t[5]
    +	mov	%rdx,$A1[0]
    +	adc	\$0,$A1[0]
    +
    +	mul	$a0			# a[6]*a[2]
    +	add	%rax,$A0[1]		# a[6]*a[2]+a[5]*a[3]+t[6]
    +	 mov	$ai,%rax		# a[3]
    +	 mov	24($aptr,$j),$ai	# a[7]
    +	mov	%rdx,$A0[0]
    +	adc	\$0,$A0[0]
    +	add	$A1[1],$A0[1]
    +	adc	\$0,$A0[0]
    +
    +
    +	mul	$a1			# a[6]*a[5]
    +	add	%rax,$A1[0]		# a[6]*a[5]+t[7]
    +	 mov	$ai,%rax
    +	 mov	$A0[1],16($tptr,$j)	# t[6]
    +	mov	%rdx,$A1[1]
    +	adc	\$0,$A1[1]
    +	 lea	32($j),$j
    +
    +	mul	$a0			# a[7]*a[4]
    +	add	%rax,$A0[0]		# a[7]*a[4]+a[6]*a[5]+t[6]
    +	 mov	$ai,%rax
    +	mov	%rdx,$A0[1]
    +	adc	\$0,$A0[1]
    +	add	$A1[0],$A0[0]
    +	adc	\$0,$A0[1]
    +	mov	$A0[0],-8($tptr,$j)	# t[7]
    +
    +	cmp	\$0,$j
    +	jne	.Lsqr4x_1st
    +
    +	mul	$a1			# a[7]*a[5]
    +	add	%rax,$A1[1]
    +	lea	16($i),$i
    +	adc	\$0,%rdx
    +	add	$A0[1],$A1[1]
    +	adc	\$0,%rdx
    +
    +	mov	$A1[1],($tptr)		# t[8]
    +	mov	%rdx,$A1[0]
    +	mov	%rdx,8($tptr)		# t[9]
    +	jmp	.Lsqr4x_outer
    +
    +.align	32
    +.Lsqr4x_outer:				# comments apply to $num==6 case
    +	mov	-32($aptr,$i),$a0	# a[0]
    +	lea	48+8(%rsp,$num,2),$tptr	# end of tp[] buffer, &tp[2*$num]
    +	mov	-24($aptr,$i),%rax	# a[1]
    +	lea	-32($tptr,$i),$tptr	# end of tp[] window, &tp[2*$num-"$i"]
    +	mov	-16($aptr,$i),$ai	# a[2]
    +	mov	%rax,$a1
    +
    +	mul	$a0			# a[1]*a[0]
    +	mov	-24($tptr,$i),$A0[0]	# t[1]
    +	add	%rax,$A0[0]		# a[1]*a[0]+t[1]
    +	 mov	$ai,%rax		# a[2]
    +	adc	\$0,%rdx
    +	mov	$A0[0],-24($tptr,$i)	# t[1]
    +	mov	%rdx,$A0[1]
    +
    +	mul	$a0			# a[2]*a[0]
    +	add	%rax,$A0[1]
    +	 mov	$ai,%rax
    +	adc	\$0,%rdx
    +	add	-16($tptr,$i),$A0[1]	# a[2]*a[0]+t[2]
    +	mov	%rdx,$A0[0]
    +	adc	\$0,$A0[0]
    +	mov	$A0[1],-16($tptr,$i)	# t[2]
    +
    +	xor	$A1[0],$A1[0]
    +
    +	 mov	-8($aptr,$i),$ai	# a[3]
    +	mul	$a1			# a[2]*a[1]
    +	add	%rax,$A1[0]		# a[2]*a[1]+t[3]
    +	 mov	$ai,%rax
    +	adc	\$0,%rdx
    +	add	-8($tptr,$i),$A1[0]
    +	mov	%rdx,$A1[1]
    +	adc	\$0,$A1[1]
    +
    +	mul	$a0			# a[3]*a[0]
    +	add	%rax,$A0[0]		# a[3]*a[0]+a[2]*a[1]+t[3]
    +	 mov	$ai,%rax
    +	adc	\$0,%rdx
    +	add	$A1[0],$A0[0]
    +	mov	%rdx,$A0[1]
    +	adc	\$0,$A0[1]
    +	mov	$A0[0],-8($tptr,$i)	# t[3]
    +
    +	lea	($i),$j
    +	jmp	.Lsqr4x_inner
    +
    +.align	32
    +.Lsqr4x_inner:
    +	 mov	($aptr,$j),$ai		# a[4]
    +	mul	$a1			# a[3]*a[1]
    +	add	%rax,$A1[1]		# a[3]*a[1]+t[4]
    +	 mov	$ai,%rax
    +	mov	%rdx,$A1[0]
    +	adc	\$0,$A1[0]
    +	add	($tptr,$j),$A1[1]
    +	adc	\$0,$A1[0]
    +
    +	.byte	0x67
    +	mul	$a0			# a[4]*a[0]
    +	add	%rax,$A0[1]		# a[4]*a[0]+a[3]*a[1]+t[4]
    +	 mov	$ai,%rax		# a[3]
    +	 mov	8($aptr,$j),$ai		# a[5]
    +	mov	%rdx,$A0[0]
    +	adc	\$0,$A0[0]
    +	add	$A1[1],$A0[1]
    +	adc	\$0,$A0[0]
    +
    +	mul	$a1			# a[4]*a[3]
    +	add	%rax,$A1[0]		# a[4]*a[3]+t[5]
    +	mov	$A0[1],($tptr,$j)	# t[4]
    +	 mov	$ai,%rax
    +	mov	%rdx,$A1[1]
    +	adc	\$0,$A1[1]
    +	add	8($tptr,$j),$A1[0]
    +	lea	16($j),$j		# j++
    +	adc	\$0,$A1[1]
    +
    +	mul	$a0			# a[5]*a[2]
    +	add	%rax,$A0[0]		# a[5]*a[2]+a[4]*a[3]+t[5]
    +	 mov	$ai,%rax
    +	adc	\$0,%rdx
    +	add	$A1[0],$A0[0]
    +	mov	%rdx,$A0[1]
    +	adc	\$0,$A0[1]
    +	mov	$A0[0],-8($tptr,$j)	# t[5], "preloaded t[1]" below
    +
    +	cmp	\$0,$j
    +	jne	.Lsqr4x_inner
    +
    +	.byte	0x67
    +	mul	$a1			# a[5]*a[3]
    +	add	%rax,$A1[1]
    +	adc	\$0,%rdx
    +	add	$A0[1],$A1[1]
    +	adc	\$0,%rdx
    +
    +	mov	$A1[1],($tptr)		# t[6], "preloaded t[2]" below
    +	mov	%rdx,$A1[0]
    +	mov	%rdx,8($tptr)		# t[7], "preloaded t[3]" below
    +
    +	add	\$16,$i
    +	jnz	.Lsqr4x_outer
    +
    +					# comments apply to $num==4 case
    +	mov	-32($aptr),$a0		# a[0]
    +	lea	48+8(%rsp,$num,2),$tptr	# end of tp[] buffer, &tp[2*$num]
    +	mov	-24($aptr),%rax		# a[1]
    +	lea	-32($tptr,$i),$tptr	# end of tp[] window, &tp[2*$num-"$i"]
    +	mov	-16($aptr),$ai		# a[2]
    +	mov	%rax,$a1
    +
    +	mul	$a0			# a[1]*a[0]
    +	add	%rax,$A0[0]		# a[1]*a[0]+t[1], preloaded t[1]
    +	 mov	$ai,%rax		# a[2]
    +	mov	%rdx,$A0[1]
    +	adc	\$0,$A0[1]
    +
    +	mul	$a0			# a[2]*a[0]
    +	add	%rax,$A0[1]
    +	 mov	$ai,%rax
    +	 mov	$A0[0],-24($tptr)	# t[1]
    +	mov	%rdx,$A0[0]
    +	adc	\$0,$A0[0]
    +	add	$A1[1],$A0[1]		# a[2]*a[0]+t[2], preloaded t[2]
    +	 mov	-8($aptr),$ai		# a[3]
    +	adc	\$0,$A0[0]
    +
    +	mul	$a1			# a[2]*a[1]
    +	add	%rax,$A1[0]		# a[2]*a[1]+t[3], preloaded t[3]
    +	 mov	$ai,%rax
    +	 mov	$A0[1],-16($tptr)	# t[2]
    +	mov	%rdx,$A1[1]
    +	adc	\$0,$A1[1]
    +
    +	mul	$a0			# a[3]*a[0]
    +	add	%rax,$A0[0]		# a[3]*a[0]+a[2]*a[1]+t[3]
    +	 mov	$ai,%rax
    +	mov	%rdx,$A0[1]
    +	adc	\$0,$A0[1]
    +	add	$A1[0],$A0[0]
    +	adc	\$0,$A0[1]
    +	mov	$A0[0],-8($tptr)	# t[3]
    +
    +	mul	$a1			# a[3]*a[1]
    +	add	%rax,$A1[1]
    +	 mov	-16($aptr),%rax		# a[2]
    +	adc	\$0,%rdx
    +	add	$A0[1],$A1[1]
    +	adc	\$0,%rdx
    +
    +	mov	$A1[1],($tptr)		# t[4]
    +	mov	%rdx,$A1[0]
    +	mov	%rdx,8($tptr)		# t[5]
    +
    +	mul	$ai			# a[2]*a[3]
    +___
    +{
    +my ($shift,$carry)=($a0,$a1);
    +my @S=(@A1,$ai,$n0);
    +$code.=<<___;
    +	 add	\$16,$i
    +	 xor	$shift,$shift
    +	 sub	$num,$i			# $i=16-$num
    +	 xor	$carry,$carry
    +
    +	add	$A1[0],%rax		# t[5]
    +	adc	\$0,%rdx
    +	mov	%rax,8($tptr)		# t[5]
    +	mov	%rdx,16($tptr)		# t[6]
    +	mov	$carry,24($tptr)	# t[7]
    +
    +	 mov	-16($aptr,$i),%rax	# a[0]
    +	lea	48+8(%rsp),$tptr
    +	 xor	$A0[0],$A0[0]		# t[0]
    +	 mov	8($tptr),$A0[1]		# t[1]
    +
    +	lea	($shift,$A0[0],2),$S[0]	# t[2*i]<<1 | shift
    +	shr	\$63,$A0[0]
    +	lea	($j,$A0[1],2),$S[1]	# t[2*i+1]<<1 |
    +	shr	\$63,$A0[1]
    +	or	$A0[0],$S[1]		# | t[2*i]>>63
    +	 mov	16($tptr),$A0[0]	# t[2*i+2]	# prefetch
    +	mov	$A0[1],$shift		# shift=t[2*i+1]>>63
    +	mul	%rax			# a[i]*a[i]
    +	neg	$carry			# mov $carry,cf
    +	 mov	24($tptr),$A0[1]	# t[2*i+2+1]	# prefetch
    +	adc	%rax,$S[0]
    +	 mov	-8($aptr,$i),%rax	# a[i+1]	# prefetch
    +	mov	$S[0],($tptr)
    +	adc	%rdx,$S[1]
    +
    +	lea	($shift,$A0[0],2),$S[2]	# t[2*i]<<1 | shift
    +	 mov	$S[1],8($tptr)
    +	 sbb	$carry,$carry		# mov cf,$carry
    +	shr	\$63,$A0[0]
    +	lea	($j,$A0[1],2),$S[3]	# t[2*i+1]<<1 |
    +	shr	\$63,$A0[1]
    +	or	$A0[0],$S[3]		# | t[2*i]>>63
    +	 mov	32($tptr),$A0[0]	# t[2*i+2]	# prefetch
    +	mov	$A0[1],$shift		# shift=t[2*i+1]>>63
    +	mul	%rax			# a[i]*a[i]
    +	neg	$carry			# mov $carry,cf
    +	 mov	40($tptr),$A0[1]	# t[2*i+2+1]	# prefetch
    +	adc	%rax,$S[2]
    +	 mov	0($aptr,$i),%rax	# a[i+1]	# prefetch
    +	mov	$S[2],16($tptr)
    +	adc	%rdx,$S[3]
    +	lea	16($i),$i
    +	mov	$S[3],24($tptr)
    +	sbb	$carry,$carry		# mov cf,$carry
    +	lea	64($tptr),$tptr
    +	jmp	.Lsqr4x_shift_n_add
    +
    +.align	32
    +.Lsqr4x_shift_n_add:
    +	lea	($shift,$A0[0],2),$S[0]	# t[2*i]<<1 | shift
    +	shr	\$63,$A0[0]
    +	lea	($j,$A0[1],2),$S[1]	# t[2*i+1]<<1 |
    +	shr	\$63,$A0[1]
    +	or	$A0[0],$S[1]		# | t[2*i]>>63
    +	 mov	-16($tptr),$A0[0]	# t[2*i+2]	# prefetch
    +	mov	$A0[1],$shift		# shift=t[2*i+1]>>63
    +	mul	%rax			# a[i]*a[i]
    +	neg	$carry			# mov $carry,cf
    +	 mov	-8($tptr),$A0[1]	# t[2*i+2+1]	# prefetch
    +	adc	%rax,$S[0]
    +	 mov	-8($aptr,$i),%rax	# a[i+1]	# prefetch
    +	mov	$S[0],-32($tptr)
    +	adc	%rdx,$S[1]
    +
    +	lea	($shift,$A0[0],2),$S[2]	# t[2*i]<<1 | shift
    +	 mov	$S[1],-24($tptr)
    +	 sbb	$carry,$carry		# mov cf,$carry
    +	shr	\$63,$A0[0]
    +	lea	($j,$A0[1],2),$S[3]	# t[2*i+1]<<1 |
    +	shr	\$63,$A0[1]
    +	or	$A0[0],$S[3]		# | t[2*i]>>63
    +	 mov	0($tptr),$A0[0]		# t[2*i+2]	# prefetch
    +	mov	$A0[1],$shift		# shift=t[2*i+1]>>63
    +	mul	%rax			# a[i]*a[i]
    +	neg	$carry			# mov $carry,cf
    +	 mov	8($tptr),$A0[1]		# t[2*i+2+1]	# prefetch
    +	adc	%rax,$S[2]
    +	 mov	0($aptr,$i),%rax	# a[i+1]	# prefetch
    +	mov	$S[2],-16($tptr)
    +	adc	%rdx,$S[3]
    +
    +	lea	($shift,$A0[0],2),$S[0]	# t[2*i]<<1 | shift
    +	 mov	$S[3],-8($tptr)
    +	 sbb	$carry,$carry		# mov cf,$carry
    +	shr	\$63,$A0[0]
    +	lea	($j,$A0[1],2),$S[1]	# t[2*i+1]<<1 |
    +	shr	\$63,$A0[1]
    +	or	$A0[0],$S[1]		# | t[2*i]>>63
    +	 mov	16($tptr),$A0[0]	# t[2*i+2]	# prefetch
    +	mov	$A0[1],$shift		# shift=t[2*i+1]>>63
    +	mul	%rax			# a[i]*a[i]
    +	neg	$carry			# mov $carry,cf
    +	 mov	24($tptr),$A0[1]	# t[2*i+2+1]	# prefetch
    +	adc	%rax,$S[0]
    +	 mov	8($aptr,$i),%rax	# a[i+1]	# prefetch
    +	mov	$S[0],0($tptr)
    +	adc	%rdx,$S[1]
    +
    +	lea	($shift,$A0[0],2),$S[2]	# t[2*i]<<1 | shift
    +	 mov	$S[1],8($tptr)
    +	 sbb	$carry,$carry		# mov cf,$carry
    +	shr	\$63,$A0[0]
    +	lea	($j,$A0[1],2),$S[3]	# t[2*i+1]<<1 |
    +	shr	\$63,$A0[1]
    +	or	$A0[0],$S[3]		# | t[2*i]>>63
    +	 mov	32($tptr),$A0[0]	# t[2*i+2]	# prefetch
    +	mov	$A0[1],$shift		# shift=t[2*i+1]>>63
    +	mul	%rax			# a[i]*a[i]
    +	neg	$carry			# mov $carry,cf
    +	 mov	40($tptr),$A0[1]	# t[2*i+2+1]	# prefetch
    +	adc	%rax,$S[2]
    +	 mov	16($aptr,$i),%rax	# a[i+1]	# prefetch
    +	mov	$S[2],16($tptr)
    +	adc	%rdx,$S[3]
    +	mov	$S[3],24($tptr)
    +	sbb	$carry,$carry		# mov cf,$carry
    +	lea	64($tptr),$tptr
    +	add	\$32,$i
    +	jnz	.Lsqr4x_shift_n_add
    +
    +	lea	($shift,$A0[0],2),$S[0]	# t[2*i]<<1 | shift
    +	.byte	0x67
    +	shr	\$63,$A0[0]
    +	lea	($j,$A0[1],2),$S[1]	# t[2*i+1]<<1 |
    +	shr	\$63,$A0[1]
    +	or	$A0[0],$S[1]		# | t[2*i]>>63
    +	 mov	-16($tptr),$A0[0]	# t[2*i+2]	# prefetch
    +	mov	$A0[1],$shift		# shift=t[2*i+1]>>63
    +	mul	%rax			# a[i]*a[i]
    +	neg	$carry			# mov $carry,cf
    +	 mov	-8($tptr),$A0[1]	# t[2*i+2+1]	# prefetch
    +	adc	%rax,$S[0]
    +	 mov	-8($aptr),%rax		# a[i+1]	# prefetch
    +	mov	$S[0],-32($tptr)
    +	adc	%rdx,$S[1]
    +
    +	lea	($shift,$A0[0],2),$S[2]	# t[2*i]<<1|shift
    +	 mov	$S[1],-24($tptr)
    +	 sbb	$carry,$carry		# mov cf,$carry
    +	shr	\$63,$A0[0]
    +	lea	($j,$A0[1],2),$S[3]	# t[2*i+1]<<1 |
    +	shr	\$63,$A0[1]
    +	or	$A0[0],$S[3]		# | t[2*i]>>63
    +	mul	%rax			# a[i]*a[i]
    +	neg	$carry			# mov $carry,cf
    +	adc	%rax,$S[2]
    +	adc	%rdx,$S[3]
    +	mov	$S[2],-16($tptr)
    +	mov	$S[3],-8($tptr)
    +___
    +}
    +######################################################################
    +# Montgomery reduction part, "word-by-word" algorithm.
    +#
    +# This new path is inspired by multiple submissions from Intel, by
    +# Shay Gueron, Vlad Krasnov, Erdinc Ozturk, James Guilford,
    +# Vinodh Gopal...
    +{
    +my ($nptr,$tptr,$carry,$m0)=("%rbp","%rdi","%rsi","%rbx");
     
    -	movdqu	($ap),%xmm1
    -	movdqa	%xmm0,(%rsp)
    -	movdqu	%xmm1,($rp)
    -	jmp	.Lcopy4x
    -.align	16
    -.Lcopy4x:					# copy or in-place refresh
    -	movdqu	16($ap,$i),%xmm2
    -	movdqu	32($ap,$i),%xmm1
    -	movdqa	%xmm0,16(%rsp,$i)
    -	movdqu	%xmm2,16($rp,$i)
    -	movdqa	%xmm0,32(%rsp,$i)
    -	movdqu	%xmm1,32($rp,$i)
    -	lea	32($i),$i
    -	dec	$j
    -	jnz	.Lcopy4x
    -
    -	shl	\$2,$num
    -	movdqu	16($ap,$i),%xmm2
    -	movdqa	%xmm0,16(%rsp,$i)
    -	movdqu	%xmm2,16($rp,$i)
    +$code.=<<___;
    +	movq	%xmm2,$nptr
    +sqr8x_reduction:
    +	xor	%rax,%rax
    +	lea	($nptr,$num,2),%rcx	# end of n[]
    +	lea	48+8(%rsp,$num,2),%rdx	# end of t[] buffer
    +	mov	%rcx,0+8(%rsp)
    +	lea	48+8(%rsp,$num),$tptr	# end of initial t[] window
    +	mov	%rdx,8+8(%rsp)
    +	neg	$num
    +	jmp	.L8x_reduction_loop
    +
    +.align	32
    +.L8x_reduction_loop:
    +	lea	($tptr,$num),$tptr	# start of current t[] window
    +	.byte	0x66
    +	mov	8*0($tptr),$m0
    +	mov	8*1($tptr),%r9
    +	mov	8*2($tptr),%r10
    +	mov	8*3($tptr),%r11
    +	mov	8*4($tptr),%r12
    +	mov	8*5($tptr),%r13
    +	mov	8*6($tptr),%r14
    +	mov	8*7($tptr),%r15
    +	mov	%rax,(%rdx)		# store top-most carry bit
    +	lea	8*8($tptr),$tptr
    +
    +	.byte	0x67
    +	mov	$m0,%r8
    +	imulq	32+8(%rsp),$m0		# n0*a[0]
    +	mov	16*0($nptr),%rax	# n[0]
    +	mov	\$8,%ecx
    +	jmp	.L8x_reduce
    +
    +.align	32
    +.L8x_reduce:
    +	mulq	$m0
    +	 mov	16*1($nptr),%rax	# n[1]
    +	neg	%r8
    +	mov	%rdx,%r8
    +	adc	\$0,%r8
    +
    +	mulq	$m0
    +	add	%rax,%r9
    +	 mov	16*2($nptr),%rax
    +	adc	\$0,%rdx
    +	add	%r9,%r8
    +	 mov	$m0,48-8+8(%rsp,%rcx,8)	# put aside n0*a[i]
    +	mov	%rdx,%r9
    +	adc	\$0,%r9
    +
    +	mulq	$m0
    +	add	%rax,%r10
    +	 mov	16*3($nptr),%rax
    +	adc	\$0,%rdx
    +	add	%r10,%r9
    +	 mov	32+8(%rsp),$carry	# pull n0, borrow $carry
    +	mov	%rdx,%r10
    +	adc	\$0,%r10
    +
    +	mulq	$m0
    +	add	%rax,%r11
    +	 mov	16*4($nptr),%rax
    +	adc	\$0,%rdx
    +	 imulq	%r8,$carry		# modulo-scheduled
    +	add	%r11,%r10
    +	mov	%rdx,%r11
    +	adc	\$0,%r11
    +
    +	mulq	$m0
    +	add	%rax,%r12
    +	 mov	16*5($nptr),%rax
    +	adc	\$0,%rdx
    +	add	%r12,%r11
    +	mov	%rdx,%r12
    +	adc	\$0,%r12
    +
    +	mulq	$m0
    +	add	%rax,%r13
    +	 mov	16*6($nptr),%rax
    +	adc	\$0,%rdx
    +	add	%r13,%r12
    +	mov	%rdx,%r13
    +	adc	\$0,%r13
    +
    +	mulq	$m0
    +	add	%rax,%r14
    +	 mov	16*7($nptr),%rax
    +	adc	\$0,%rdx
    +	add	%r14,%r13
    +	mov	%rdx,%r14
    +	adc	\$0,%r14
    +
    +	mulq	$m0
    +	 mov	$carry,$m0		# n0*a[i]
    +	add	%rax,%r15
    +	 mov	16*0($nptr),%rax	# n[0]
    +	adc	\$0,%rdx
    +	add	%r15,%r14
    +	mov	%rdx,%r15
    +	adc	\$0,%r15
    +
    +	dec	%ecx
    +	jnz	.L8x_reduce
    +
    +	lea	16*8($nptr),$nptr
    +	xor	%rax,%rax
    +	mov	8+8(%rsp),%rdx		# pull end of t[]
    +	cmp	0+8(%rsp),$nptr		# end of n[]?
    +	jae	.L8x_no_tail
    +
    +	.byte	0x66
    +	add	8*0($tptr),%r8
    +	adc	8*1($tptr),%r9
    +	adc	8*2($tptr),%r10
    +	adc	8*3($tptr),%r11
    +	adc	8*4($tptr),%r12
    +	adc	8*5($tptr),%r13
    +	adc	8*6($tptr),%r14
    +	adc	8*7($tptr),%r15
    +	sbb	$carry,$carry		# top carry
    +
    +	mov	48+56+8(%rsp),$m0	# pull n0*a[0]
    +	mov	\$8,%ecx
    +	mov	16*0($nptr),%rax
    +	jmp	.L8x_tail
    +
    +.align	32
    +.L8x_tail:
    +	mulq	$m0
    +	add	%rax,%r8
    +	 mov	16*1($nptr),%rax
    +	 mov	%r8,($tptr)		# save result
    +	mov	%rdx,%r8
    +	adc	\$0,%r8
    +
    +	mulq	$m0
    +	add	%rax,%r9
    +	 mov	16*2($nptr),%rax
    +	adc	\$0,%rdx
    +	add	%r9,%r8
    +	 lea	8($tptr),$tptr		# $tptr++
    +	mov	%rdx,%r9
    +	adc	\$0,%r9
    +
    +	mulq	$m0
    +	add	%rax,%r10
    +	 mov	16*3($nptr),%rax
    +	adc	\$0,%rdx
    +	add	%r10,%r9
    +	mov	%rdx,%r10
    +	adc	\$0,%r10
    +
    +	mulq	$m0
    +	add	%rax,%r11
    +	 mov	16*4($nptr),%rax
    +	adc	\$0,%rdx
    +	add	%r11,%r10
    +	mov	%rdx,%r11
    +	adc	\$0,%r11
    +
    +	mulq	$m0
    +	add	%rax,%r12
    +	 mov	16*5($nptr),%rax
    +	adc	\$0,%rdx
    +	add	%r12,%r11
    +	mov	%rdx,%r12
    +	adc	\$0,%r12
    +
    +	mulq	$m0
    +	add	%rax,%r13
    +	 mov	16*6($nptr),%rax
    +	adc	\$0,%rdx
    +	add	%r13,%r12
    +	mov	%rdx,%r13
    +	adc	\$0,%r13
    +
    +	mulq	$m0
    +	add	%rax,%r14
    +	 mov	16*7($nptr),%rax
    +	adc	\$0,%rdx
    +	add	%r14,%r13
    +	mov	%rdx,%r14
    +	adc	\$0,%r14
    +
    +	mulq	$m0
    +	 mov	48-16+8(%rsp,%rcx,8),$m0# pull n0*a[i]
    +	add	%rax,%r15
    +	adc	\$0,%rdx
    +	add	%r15,%r14
    +	 mov	16*0($nptr),%rax	# pull n[0]
    +	mov	%rdx,%r15
    +	adc	\$0,%r15
    +
    +	dec	%ecx
    +	jnz	.L8x_tail
    +
    +	lea	16*8($nptr),$nptr
    +	mov	8+8(%rsp),%rdx		# pull end of t[]
    +	cmp	0+8(%rsp),$nptr		# end of n[]?
    +	jae	.L8x_tail_done		# break out of loop
    +
    +	 mov	48+56+8(%rsp),$m0	# pull n0*a[0]
    +	neg	$carry
    +	 mov	8*0($nptr),%rax		# pull n[0]
    +	adc	8*0($tptr),%r8
    +	adc	8*1($tptr),%r9
    +	adc	8*2($tptr),%r10
    +	adc	8*3($tptr),%r11
    +	adc	8*4($tptr),%r12
    +	adc	8*5($tptr),%r13
    +	adc	8*6($tptr),%r14
    +	adc	8*7($tptr),%r15
    +	sbb	$carry,$carry		# top carry
    +
    +	mov	\$8,%ecx
    +	jmp	.L8x_tail
    +
    +.align	32
    +.L8x_tail_done:
    +	add	(%rdx),%r8		# can this overflow?
    +	xor	%rax,%rax
    +
    +	neg	$carry
    +.L8x_no_tail:
    +	adc	8*0($tptr),%r8
    +	adc	8*1($tptr),%r9
    +	adc	8*2($tptr),%r10
    +	adc	8*3($tptr),%r11
    +	adc	8*4($tptr),%r12
    +	adc	8*5($tptr),%r13
    +	adc	8*6($tptr),%r14
    +	adc	8*7($tptr),%r15
    +	adc	\$0,%rax		# top-most carry
    +	 mov	-16($nptr),%rcx		# np[num-1]
    +	 xor	$carry,$carry
    +
    +	movq	%xmm2,$nptr		# restore $nptr
    +
    +	mov	%r8,8*0($tptr)		# store top 512 bits
    +	mov	%r9,8*1($tptr)
    +	 movq	%xmm3,$num		# $num is %r9, can't be moved upwards
    +	mov	%r10,8*2($tptr)
    +	mov	%r11,8*3($tptr)
    +	mov	%r12,8*4($tptr)
    +	mov	%r13,8*5($tptr)
    +	mov	%r14,8*6($tptr)
    +	mov	%r15,8*7($tptr)
    +	lea	8*8($tptr),$tptr
    +
    +	cmp	%rdx,$tptr		# end of t[]?
    +	jb	.L8x_reduction_loop
    +___
    +}
    +##############################################################
    +# Post-condition, 4x unrolled
    +#
    +{
    +my ($tptr,$nptr)=("%rbx","%rbp");
    +$code.=<<___;
    +	#xor	%rsi,%rsi		# %rsi was $carry above
    +	sub	%r15,%rcx		# compare top-most words
    +	lea	(%rdi,$num),$tptr	# %rdi was $tptr above
    +	adc	%rsi,%rsi
    +	mov	$num,%rcx
    +	or	%rsi,%rax
    +	movq	%xmm1,$rptr		# restore $rptr
    +	xor	\$1,%rax
    +	movq	%xmm1,$aptr		# prepare for back-to-back call
    +	lea	($nptr,%rax,8),$nptr
    +	sar	\$3+2,%rcx		# cf=0
    +	jmp	.Lsqr4x_sub
    +
    +.align	32
    +.Lsqr4x_sub:
    +	.byte	0x66
    +	mov	8*0($tptr),%r12
    +	mov	8*1($tptr),%r13
    +	sbb	16*0($nptr),%r12
    +	mov	8*2($tptr),%r14
    +	sbb	16*1($nptr),%r13
    +	mov	8*3($tptr),%r15
    +	lea	8*4($tptr),$tptr
    +	sbb	16*2($nptr),%r14
    +	mov	%r12,8*0($rptr)
    +	sbb	16*3($nptr),%r15
    +	lea	16*4($nptr),$nptr
    +	mov	%r13,8*1($rptr)
    +	mov	%r14,8*2($rptr)
    +	mov	%r15,8*3($rptr)
    +	lea	8*4($rptr),$rptr
    +
    +	inc	%rcx			# pass %cf
    +	jnz	.Lsqr4x_sub
     ___
     }
     $code.=<<___;
    -	mov	8(%rsp,$num,8),%rsi	# restore %rsp
    -	mov	\$1,%rax
    +	mov	$num,%r10		# prepare for back-to-back call
    +	neg	$num			# restore $num	
    +	ret
    +.size	bn_sqr8x_internal,.-bn_sqr8x_internal
    +___
    +{
    +$code.=<<___;
    +.globl	bn_from_montgomery
    +.type	bn_from_montgomery,\@abi-omnipotent
    +.align	32
    +bn_from_montgomery:
    +	testl	\$7,`($win64?"48(%rsp)":"%r9d")`
    +	jz	bn_from_mont8x
    +	xor	%eax,%eax
    +	ret
    +.size	bn_from_montgomery,.-bn_from_montgomery
    +
    +.type	bn_from_mont8x,\@function,6
    +.align	32
    +bn_from_mont8x:
    +	.byte	0x67
    +	mov	%rsp,%rax
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
     ___
     $code.=<<___ if ($win64);
    -	movaps	(%rsi),%xmm6
    -	movaps	0x10(%rsi),%xmm7
    -	lea	0x28(%rsi),%rsi
    +	lea	-0x28(%rsp),%rsp
    +	movaps	%xmm6,(%rsp)
    +	movaps	%xmm7,0x10(%rsp)
     ___
     $code.=<<___;
    -	mov	(%rsi),%r15
    -	mov	8(%rsi),%r14
    -	mov	16(%rsi),%r13
    -	mov	24(%rsi),%r12
    -	mov	32(%rsi),%rbp
    -	mov	40(%rsi),%rbx
    -	lea	48(%rsi),%rsp
    -.Lmul4x_epilogue:
    +	.byte	0x67
    +	mov	${num}d,%r10d
    +	shl	\$3,${num}d		# convert $num to bytes
    +	shl	\$3+2,%r10d		# 4*$num
    +	neg	$num
    +	mov	($n0),$n0		# *n0
    +
    +	##############################################################
    +	# ensure that stack frame doesn't alias with $aptr+4*$num
    +	# modulo 4096, which covers ret[num], am[num] and n[2*num]
    +	# (see bn_exp.c). this is done to allow memory disambiguation
    +	# logic do its magic.
    +	#
    +	lea	-64(%rsp,$num,2),%r11
    +	sub	$aptr,%r11
    +	and	\$4095,%r11
    +	cmp	%r11,%r10
    +	jb	.Lfrom_sp_alt
    +	sub	%r11,%rsp		# align with $aptr
    +	lea	-64(%rsp,$num,2),%rsp	# alloca(frame+2*$num)
    +	jmp	.Lfrom_sp_done
    +
    +.align	32
    +.Lfrom_sp_alt:
    +	lea	4096-64(,$num,2),%r10	# 4096-frame-2*$num
    +	lea	-64(%rsp,$num,2),%rsp	# alloca(frame+2*$num)
    +	sub	%r10,%r11
    +	mov	\$0,%r10
    +	cmovc	%r10,%r11
    +	sub	%r11,%rsp
    +.Lfrom_sp_done:
    +	and	\$-64,%rsp
    +	mov	$num,%r10	
    +	neg	$num
    +
    +	##############################################################
    +	# Stack layout
    +	#
    +	# +0	saved $num, used in reduction section
    +	# +8	&t[2*$num], used in reduction section
    +	# +32	saved *n0
    +	# +40	saved %rsp
    +	# +48	t[2*$num]
    +	#
    +	mov	$n0,  32(%rsp)
    +	mov	%rax, 40(%rsp)		# save original %rsp
    +.Lfrom_body:
    +	mov	$num,%r11
    +	lea	48(%rsp),%rax
    +	pxor	%xmm0,%xmm0
    +	jmp	.Lmul_by_1
    +
    +.align	32
    +.Lmul_by_1:
    +	movdqu	($aptr),%xmm1
    +	movdqu	16($aptr),%xmm2
    +	movdqu	32($aptr),%xmm3
    +	movdqa	%xmm0,(%rax,$num)
    +	movdqu	48($aptr),%xmm4
    +	movdqa	%xmm0,16(%rax,$num)
    +	.byte	0x48,0x8d,0xb6,0x40,0x00,0x00,0x00	# lea	64($aptr),$aptr
    +	movdqa	%xmm1,(%rax)
    +	movdqa	%xmm0,32(%rax,$num)
    +	movdqa	%xmm2,16(%rax)
    +	movdqa	%xmm0,48(%rax,$num)
    +	movdqa	%xmm3,32(%rax)
    +	movdqa	%xmm4,48(%rax)
    +	lea	64(%rax),%rax
    +	sub	\$64,%r11
    +	jnz	.Lmul_by_1
    +
    +	movq	$rptr,%xmm1
    +	movq	$nptr,%xmm2
    +	.byte	0x67
    +	mov	$nptr,%rbp
    +	movq	%r10, %xmm3		# -num
    +___
    +$code.=<<___ if ($addx);
    +	mov	OPENSSL_ia32cap_P+8(%rip),%r11d
    +	and	\$0x80100,%r11d
    +	cmp	\$0x80100,%r11d
    +	jne	.Lfrom_mont_nox
    +
    +	lea	(%rax,$num),$rptr
    +	call	sqrx8x_reduction
    +
    +	pxor	%xmm0,%xmm0
    +	lea	48(%rsp),%rax
    +	mov	40(%rsp),%rsi		# restore %rsp
    +	jmp	.Lfrom_mont_zero
    +
    +.align	32
    +.Lfrom_mont_nox:
    +___
    +$code.=<<___;
    +	call	sqr8x_reduction
    +
    +	pxor	%xmm0,%xmm0
    +	lea	48(%rsp),%rax
    +	mov	40(%rsp),%rsi		# restore %rsp
    +	jmp	.Lfrom_mont_zero
    +
    +.align	32
    +.Lfrom_mont_zero:
    +	movdqa	%xmm0,16*0(%rax)
    +	movdqa	%xmm0,16*1(%rax)
    +	movdqa	%xmm0,16*2(%rax)
    +	movdqa	%xmm0,16*3(%rax)
    +	lea	16*4(%rax),%rax
    +	sub	\$32,$num
    +	jnz	.Lfrom_mont_zero
    +
    +	mov	\$1,%rax
    +	mov	-48(%rsi),%r15
    +	mov	-40(%rsi),%r14
    +	mov	-32(%rsi),%r13
    +	mov	-24(%rsi),%r12
    +	mov	-16(%rsi),%rbp
    +	mov	-8(%rsi),%rbx
    +	lea	(%rsi),%rsp
    +.Lfrom_epilogue:
     	ret
    -.size	bn_mul4x_mont_gather5,.-bn_mul4x_mont_gather5
    +.size	bn_from_mont8x,.-bn_from_mont8x
     ___
    +}
     }}}
    +
    +if ($addx) {{{
    +my $bp="%rdx";	# restore original value
    +
    +$code.=<<___;
    +.type	bn_mulx4x_mont_gather5,\@function,6
    +.align	32
    +bn_mulx4x_mont_gather5:
    +.Lmulx4x_enter:
    +	.byte	0x67
    +	mov	%rsp,%rax
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +___
    +$code.=<<___ if ($win64);
    +	lea	-0x28(%rsp),%rsp
    +	movaps	%xmm6,(%rsp)
    +	movaps	%xmm7,0x10(%rsp)
    +___
    +$code.=<<___;
    +	.byte	0x67
    +	mov	${num}d,%r10d
    +	shl	\$3,${num}d		# convert $num to bytes
    +	shl	\$3+2,%r10d		# 4*$num
    +	neg	$num			# -$num
    +	mov	($n0),$n0		# *n0
    +
    +	##############################################################
    +	# ensure that stack frame doesn't alias with $aptr+4*$num
    +	# modulo 4096, which covers a[num], ret[num] and n[2*num]
    +	# (see bn_exp.c). this is done to allow memory disambiguation
    +	# logic do its magic. [excessive frame is allocated in order
    +	# to allow bn_from_mont8x to clear it.]
    +	#
    +	lea	-64(%rsp,$num,2),%r11
    +	sub	$ap,%r11
    +	and	\$4095,%r11
    +	cmp	%r11,%r10
    +	jb	.Lmulx4xsp_alt
    +	sub	%r11,%rsp		# align with $aptr
    +	lea	-64(%rsp,$num,2),%rsp	# alloca(frame+$num)
    +	jmp	.Lmulx4xsp_done
    +
    +.align	32
    +.Lmulx4xsp_alt:
    +	lea	4096-64(,$num,2),%r10	# 4096-frame-$num
    +	lea	-64(%rsp,$num,2),%rsp	# alloca(frame+$num)
    +	sub	%r10,%r11
    +	mov	\$0,%r10
    +	cmovc	%r10,%r11
    +	sub	%r11,%rsp
    +.Lmulx4xsp_done:	
    +	and	\$-64,%rsp		# ensure alignment
    +	##############################################################
    +	# Stack layout
    +	# +0	-num
    +	# +8	off-loaded &b[i]
    +	# +16	end of b[num]
    +	# +24	inner counter
    +	# +32	saved n0
    +	# +40	saved %rsp
    +	# +48
    +	# +56	saved rp
    +	# +64	tmp[num+1]
    +	#
    +	mov	$n0, 32(%rsp)		# save *n0
    +	mov	%rax,40(%rsp)		# save original %rsp
    +.Lmulx4x_body:
    +	call	mulx4x_internal
    +
    +	mov	40(%rsp),%rsi		# restore %rsp
    +	mov	\$1,%rax
    +___
    +$code.=<<___ if ($win64);
    +	movaps	-88(%rsi),%xmm6
    +	movaps	-72(%rsi),%xmm7
    +___
    +$code.=<<___;
    +	mov	-48(%rsi),%r15
    +	mov	-40(%rsi),%r14
    +	mov	-32(%rsi),%r13
    +	mov	-24(%rsi),%r12
    +	mov	-16(%rsi),%rbp
    +	mov	-8(%rsi),%rbx
    +	lea	(%rsi),%rsp
    +.Lmulx4x_epilogue:
    +	ret
    +.size	bn_mulx4x_mont_gather5,.-bn_mulx4x_mont_gather5
    +
    +.type	mulx4x_internal,\@abi-omnipotent
    +.align	32
    +mulx4x_internal:
    +	.byte	0x4c,0x89,0x8c,0x24,0x08,0x00,0x00,0x00	# mov	$num,8(%rsp)		# save -$num
    +	.byte	0x67
    +	neg	$num			# restore $num
    +	shl	\$5,$num
    +	lea	256($bp,$num),%r13
    +	shr	\$5+5,$num
    +	mov	`($win64?56:8)`(%rax),%r10d	# load 7th argument
    +	sub	\$1,$num
    +	mov	%r13,16+8(%rsp)		# end of b[num]
    +	mov	$num,24+8(%rsp)		# inner counter
    +	mov	$rp, 56+8(%rsp)		# save $rp
    +___
    +my ($aptr, $bptr, $nptr, $tptr, $mi,  $bi,  $zero, $num)=
    +   ("%rsi","%rdi","%rcx","%rbx","%r8","%r9","%rbp","%rax");
    +my $rptr=$bptr;
    +my $STRIDE=2**5*8;		# 5 is "window size"
    +my $N=$STRIDE/4;		# should match cache line size
    +$code.=<<___;
    +	mov	%r10,%r11
    +	shr	\$`log($N/8)/log(2)`,%r10
    +	and	\$`$N/8-1`,%r11
    +	not	%r10
    +	lea	.Lmagic_masks(%rip),%rax
    +	and	\$`2**5/($N/8)-1`,%r10	# 5 is "window size"
    +	lea	96($bp,%r11,8),$bptr	# pointer within 1st cache line
    +	movq	0(%rax,%r10,8),%xmm4	# set of masks denoting which
    +	movq	8(%rax,%r10,8),%xmm5	# cache line contains element
    +	add	\$7,%r11
    +	movq	16(%rax,%r10,8),%xmm6	# denoted by 7th argument
    +	movq	24(%rax,%r10,8),%xmm7
    +	and	\$7,%r11
    +
    +	movq	`0*$STRIDE/4-96`($bptr),%xmm0
    +	lea	$STRIDE($bptr),$tptr	# borrow $tptr
    +	movq	`1*$STRIDE/4-96`($bptr),%xmm1
    +	pand	%xmm4,%xmm0
    +	movq	`2*$STRIDE/4-96`($bptr),%xmm2
    +	pand	%xmm5,%xmm1
    +	movq	`3*$STRIDE/4-96`($bptr),%xmm3
    +	pand	%xmm6,%xmm2
    +	por	%xmm1,%xmm0
    +	movq	`0*$STRIDE/4-96`($tptr),%xmm1
    +	pand	%xmm7,%xmm3
    +	por	%xmm2,%xmm0
    +	movq	`1*$STRIDE/4-96`($tptr),%xmm2
    +	por	%xmm3,%xmm0
    +	.byte	0x67,0x67
    +	pand	%xmm4,%xmm1
    +	movq	`2*$STRIDE/4-96`($tptr),%xmm3
    +
    +	movq	%xmm0,%rdx		# bp[0]
    +	movq	`3*$STRIDE/4-96`($tptr),%xmm0
    +	lea	2*$STRIDE($bptr),$bptr	# next &b[i]
    +	pand	%xmm5,%xmm2
    +	.byte	0x67,0x67
    +	pand	%xmm6,%xmm3
    +	##############################################################
    +	# $tptr is chosen so that writing to top-most element of the
    +	# vector occurs just "above" references to powers table,
    +	# "above" modulo cache-line size, which effectively precludes
    +	# possibility of memory disambiguation logic failure when
    +	# accessing the table.
    +	# 
    +	lea	64+8*4+8(%rsp,%r11,8),$tptr
    +
    +	mov	%rdx,$bi
    +	mulx	0*8($aptr),$mi,%rax	# a[0]*b[0]
    +	mulx	1*8($aptr),%r11,%r12	# a[1]*b[0]
    +	add	%rax,%r11
    +	mulx	2*8($aptr),%rax,%r13	# ...
    +	adc	%rax,%r12
    +	adc	\$0,%r13
    +	mulx	3*8($aptr),%rax,%r14
    +
    +	mov	$mi,%r15
    +	imulq	32+8(%rsp),$mi		# "t[0]"*n0
    +	xor	$zero,$zero		# cf=0, of=0
    +	mov	$mi,%rdx
    +
    +	por	%xmm2,%xmm1
    +	pand	%xmm7,%xmm0
    +	por	%xmm3,%xmm1
    +	mov	$bptr,8+8(%rsp)		# off-load &b[i]
    +	por	%xmm1,%xmm0
    +
    +	.byte	0x48,0x8d,0xb6,0x20,0x00,0x00,0x00	# lea	4*8($aptr),$aptr
    +	adcx	%rax,%r13
    +	adcx	$zero,%r14		# cf=0
    +
    +	mulx	0*16($nptr),%rax,%r10
    +	adcx	%rax,%r15		# discarded
    +	adox	%r11,%r10
    +	mulx	1*16($nptr),%rax,%r11
    +	adcx	%rax,%r10
    +	adox	%r12,%r11
    +	mulx	2*16($nptr),%rax,%r12
    +	mov	24+8(%rsp),$bptr	# counter value
    +	.byte	0x66
    +	mov	%r10,-8*4($tptr)
    +	adcx	%rax,%r11
    +	adox	%r13,%r12
    +	mulx	3*16($nptr),%rax,%r15
    +	 .byte	0x67,0x67
    +	 mov	$bi,%rdx
    +	mov	%r11,-8*3($tptr)
    +	adcx	%rax,%r12
    +	adox	$zero,%r15		# of=0
    +	.byte	0x48,0x8d,0x89,0x40,0x00,0x00,0x00	# lea	4*16($nptr),$nptr
    +	mov	%r12,-8*2($tptr)
    +	#jmp	.Lmulx4x_1st
    +
    +.align	32
    +.Lmulx4x_1st:
    +	adcx	$zero,%r15		# cf=0, modulo-scheduled
    +	mulx	0*8($aptr),%r10,%rax	# a[4]*b[0]
    +	adcx	%r14,%r10
    +	mulx	1*8($aptr),%r11,%r14	# a[5]*b[0]
    +	adcx	%rax,%r11
    +	mulx	2*8($aptr),%r12,%rax	# ...
    +	adcx	%r14,%r12
    +	mulx	3*8($aptr),%r13,%r14
    +	 .byte	0x67,0x67
    +	 mov	$mi,%rdx
    +	adcx	%rax,%r13
    +	adcx	$zero,%r14		# cf=0
    +	lea	4*8($aptr),$aptr
    +	lea	4*8($tptr),$tptr
    +
    +	adox	%r15,%r10
    +	mulx	0*16($nptr),%rax,%r15
    +	adcx	%rax,%r10
    +	adox	%r15,%r11
    +	mulx	1*16($nptr),%rax,%r15
    +	adcx	%rax,%r11
    +	adox	%r15,%r12
    +	mulx	2*16($nptr),%rax,%r15
    +	mov	%r10,-5*8($tptr)
    +	adcx	%rax,%r12
    +	mov	%r11,-4*8($tptr)
    +	adox	%r15,%r13
    +	mulx	3*16($nptr),%rax,%r15
    +	 mov	$bi,%rdx
    +	mov	%r12,-3*8($tptr)
    +	adcx	%rax,%r13
    +	adox	$zero,%r15
    +	lea	4*16($nptr),$nptr
    +	mov	%r13,-2*8($tptr)
    +
    +	dec	$bptr			# of=0, pass cf
    +	jnz	.Lmulx4x_1st
    +
    +	mov	8(%rsp),$num		# load -num
    +	movq	%xmm0,%rdx		# bp[1]
    +	adc	$zero,%r15		# modulo-scheduled
    +	lea	($aptr,$num),$aptr	# rewind $aptr
    +	add	%r15,%r14
    +	mov	8+8(%rsp),$bptr		# re-load &b[i]
    +	adc	$zero,$zero		# top-most carry
    +	mov	%r14,-1*8($tptr)
    +	jmp	.Lmulx4x_outer
    +
    +.align	32
    +.Lmulx4x_outer:
    +	mov	$zero,($tptr)		# save top-most carry
    +	lea	4*8($tptr,$num),$tptr	# rewind $tptr
    +	mulx	0*8($aptr),$mi,%r11	# a[0]*b[i]
    +	xor	$zero,$zero		# cf=0, of=0
    +	mov	%rdx,$bi
    +	mulx	1*8($aptr),%r14,%r12	# a[1]*b[i]
    +	adox	-4*8($tptr),$mi		# +t[0]
    +	adcx	%r14,%r11
    +	mulx	2*8($aptr),%r15,%r13	# ...
    +	adox	-3*8($tptr),%r11
    +	adcx	%r15,%r12
    +	mulx	3*8($aptr),%rdx,%r14
    +	adox	-2*8($tptr),%r12
    +	adcx	%rdx,%r13
    +	lea	($nptr,$num,2),$nptr	# rewind $nptr
    +	lea	4*8($aptr),$aptr
    +	adox	-1*8($tptr),%r13
    +	adcx	$zero,%r14
    +	adox	$zero,%r14
    +
    +	.byte	0x67
    +	mov	$mi,%r15
    +	imulq	32+8(%rsp),$mi		# "t[0]"*n0
    +
    +	movq	`0*$STRIDE/4-96`($bptr),%xmm0
    +	.byte	0x67,0x67
    +	mov	$mi,%rdx
    +	movq	`1*$STRIDE/4-96`($bptr),%xmm1
    +	.byte	0x67
    +	pand	%xmm4,%xmm0
    +	movq	`2*$STRIDE/4-96`($bptr),%xmm2
    +	.byte	0x67
    +	pand	%xmm5,%xmm1
    +	movq	`3*$STRIDE/4-96`($bptr),%xmm3
    +	add	\$$STRIDE,$bptr		# next &b[i]
    +	.byte	0x67
    +	pand	%xmm6,%xmm2
    +	por	%xmm1,%xmm0
    +	pand	%xmm7,%xmm3
    +	xor	$zero,$zero		# cf=0, of=0
    +	mov	$bptr,8+8(%rsp)		# off-load &b[i]
    +
    +	mulx	0*16($nptr),%rax,%r10
    +	adcx	%rax,%r15		# discarded
    +	adox	%r11,%r10
    +	mulx	1*16($nptr),%rax,%r11
    +	adcx	%rax,%r10
    +	adox	%r12,%r11
    +	mulx	2*16($nptr),%rax,%r12
    +	adcx	%rax,%r11
    +	adox	%r13,%r12
    +	mulx	3*16($nptr),%rax,%r15
    +	 mov	$bi,%rdx
    +	 por	%xmm2,%xmm0
    +	mov	24+8(%rsp),$bptr	# counter value
    +	mov	%r10,-8*4($tptr)
    +	 por	%xmm3,%xmm0
    +	adcx	%rax,%r12
    +	mov	%r11,-8*3($tptr)
    +	adox	$zero,%r15		# of=0
    +	mov	%r12,-8*2($tptr)
    +	lea	4*16($nptr),$nptr
    +	jmp	.Lmulx4x_inner
    +
    +.align	32
    +.Lmulx4x_inner:
    +	mulx	0*8($aptr),%r10,%rax	# a[4]*b[i]
    +	adcx	$zero,%r15		# cf=0, modulo-scheduled
    +	adox	%r14,%r10
    +	mulx	1*8($aptr),%r11,%r14	# a[5]*b[i]
    +	adcx	0*8($tptr),%r10
    +	adox	%rax,%r11
    +	mulx	2*8($aptr),%r12,%rax	# ...
    +	adcx	1*8($tptr),%r11
    +	adox	%r14,%r12
    +	mulx	3*8($aptr),%r13,%r14
    +	 mov	$mi,%rdx
    +	adcx	2*8($tptr),%r12
    +	adox	%rax,%r13
    +	adcx	3*8($tptr),%r13
    +	adox	$zero,%r14		# of=0
    +	lea	4*8($aptr),$aptr
    +	lea	4*8($tptr),$tptr
    +	adcx	$zero,%r14		# cf=0
    +
    +	adox	%r15,%r10
    +	mulx	0*16($nptr),%rax,%r15
    +	adcx	%rax,%r10
    +	adox	%r15,%r11
    +	mulx	1*16($nptr),%rax,%r15
    +	adcx	%rax,%r11
    +	adox	%r15,%r12
    +	mulx	2*16($nptr),%rax,%r15
    +	mov	%r10,-5*8($tptr)
    +	adcx	%rax,%r12
    +	adox	%r15,%r13
    +	mov	%r11,-4*8($tptr)
    +	mulx	3*16($nptr),%rax,%r15
    +	 mov	$bi,%rdx
    +	lea	4*16($nptr),$nptr
    +	mov	%r12,-3*8($tptr)
    +	adcx	%rax,%r13
    +	adox	$zero,%r15
    +	mov	%r13,-2*8($tptr)
    +
    +	dec	$bptr			# of=0, pass cf
    +	jnz	.Lmulx4x_inner
    +
    +	mov	0+8(%rsp),$num		# load -num
    +	movq	%xmm0,%rdx		# bp[i+1]
    +	adc	$zero,%r15		# modulo-scheduled
    +	sub	0*8($tptr),$bptr	# pull top-most carry to %cf
    +	mov	8+8(%rsp),$bptr		# re-load &b[i]
    +	mov	16+8(%rsp),%r10
    +	adc	%r15,%r14
    +	lea	($aptr,$num),$aptr	# rewind $aptr
    +	adc	$zero,$zero		# top-most carry
    +	mov	%r14,-1*8($tptr)
    +
    +	cmp	%r10,$bptr
    +	jb	.Lmulx4x_outer
    +
    +	mov	-16($nptr),%r10
    +	xor	%r15,%r15
    +	sub	%r14,%r10		# compare top-most words
    +	adc	%r15,%r15
    +	or	%r15,$zero
    +	xor	\$1,$zero
    +	lea	($tptr,$num),%rdi	# rewind $tptr
    +	lea	($nptr,$num,2),$nptr	# rewind $nptr
    +	.byte	0x67,0x67
    +	sar	\$3+2,$num		# cf=0
    +	lea	($nptr,$zero,8),%rbp
    +	mov	56+8(%rsp),%rdx		# restore rp
    +	mov	$num,%rcx
    +	jmp	.Lsqrx4x_sub		# common post-condition
    +.size	mulx4x_internal,.-mulx4x_internal
    +___
    +}{
    +######################################################################
    +# void bn_power5(
    +my $rptr="%rdi";	# BN_ULONG *rptr,
    +my $aptr="%rsi";	# const BN_ULONG *aptr,
    +my $bptr="%rdx";	# const void *table,
    +my $nptr="%rcx";	# const BN_ULONG *nptr,
    +my $n0  ="%r8";		# const BN_ULONG *n0);
    +my $num ="%r9";		# int num, has to be divisible by 8
    +			# int pwr);
    +
    +my ($i,$j,$tptr)=("%rbp","%rcx",$rptr);
    +my @A0=("%r10","%r11");
    +my @A1=("%r12","%r13");
    +my ($a0,$a1,$ai)=("%r14","%r15","%rbx");
    +
    +$code.=<<___;
    +.type	bn_powerx5,\@function,6
    +.align	32
    +bn_powerx5:
    +.Lpowerx5_enter:
    +	.byte	0x67
    +	mov	%rsp,%rax
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +___
    +$code.=<<___ if ($win64);
    +	lea	-0x28(%rsp),%rsp
    +	movaps	%xmm6,(%rsp)
    +	movaps	%xmm7,0x10(%rsp)
    +___
    +$code.=<<___;
    +	.byte	0x67
    +	mov	${num}d,%r10d
    +	shl	\$3,${num}d		# convert $num to bytes
    +	shl	\$3+2,%r10d		# 4*$num
    +	neg	$num
    +	mov	($n0),$n0		# *n0
    +
    +	##############################################################
    +	# ensure that stack frame doesn't alias with $aptr+4*$num
    +	# modulo 4096, which covers ret[num], am[num] and n[2*num]
    +	# (see bn_exp.c). this is done to allow memory disambiguation
    +	# logic do its magic.
    +	#
    +	lea	-64(%rsp,$num,2),%r11
    +	sub	$aptr,%r11
    +	and	\$4095,%r11
    +	cmp	%r11,%r10
    +	jb	.Lpwrx_sp_alt
    +	sub	%r11,%rsp		# align with $aptr
    +	lea	-64(%rsp,$num,2),%rsp	# alloca(frame+2*$num)
    +	jmp	.Lpwrx_sp_done
    +
    +.align	32
    +.Lpwrx_sp_alt:
    +	lea	4096-64(,$num,2),%r10	# 4096-frame-2*$num
    +	lea	-64(%rsp,$num,2),%rsp	# alloca(frame+2*$num)
    +	sub	%r10,%r11
    +	mov	\$0,%r10
    +	cmovc	%r10,%r11
    +	sub	%r11,%rsp
    +.Lpwrx_sp_done:
    +	and	\$-64,%rsp
    +	mov	$num,%r10	
    +	neg	$num
    +
    +	##############################################################
    +	# Stack layout
    +	#
    +	# +0	saved $num, used in reduction section
    +	# +8	&t[2*$num], used in reduction section
    +	# +16	intermediate carry bit
    +	# +24	top-most carry bit, used in reduction section
    +	# +32	saved *n0
    +	# +40	saved %rsp
    +	# +48	t[2*$num]
    +	#
    +	pxor	%xmm0,%xmm0
    +	movq	$rptr,%xmm1		# save $rptr
    +	movq	$nptr,%xmm2		# save $nptr
    +	movq	%r10, %xmm3		# -$num
    +	movq	$bptr,%xmm4
    +	mov	$n0,  32(%rsp)
    +	mov	%rax, 40(%rsp)		# save original %rsp
    +.Lpowerx5_body:
    +
    +	call	__bn_sqrx8x_internal
    +	call	__bn_sqrx8x_internal
    +	call	__bn_sqrx8x_internal
    +	call	__bn_sqrx8x_internal
    +	call	__bn_sqrx8x_internal
    +
    +	mov	%r10,$num		# -num
    +	mov	$aptr,$rptr
    +	movq	%xmm2,$nptr
    +	movq	%xmm4,$bptr
    +	mov	40(%rsp),%rax
    +
    +	call	mulx4x_internal
    +
    +	mov	40(%rsp),%rsi		# restore %rsp
    +	mov	\$1,%rax
    +___
    +$code.=<<___ if ($win64);
    +	movaps	-88(%rsi),%xmm6
    +	movaps	-72(%rsi),%xmm7
    +___
    +$code.=<<___;
    +	mov	-48(%rsi),%r15
    +	mov	-40(%rsi),%r14
    +	mov	-32(%rsi),%r13
    +	mov	-24(%rsi),%r12
    +	mov	-16(%rsi),%rbp
    +	mov	-8(%rsi),%rbx
    +	lea	(%rsi),%rsp
    +.Lpowerx5_epilogue:
    +	ret
    +.size	bn_powerx5,.-bn_powerx5
    +
    +.globl	bn_sqrx8x_internal
    +.hidden	bn_sqrx8x_internal
    +.type	bn_sqrx8x_internal,\@abi-omnipotent
    +.align	32
    +bn_sqrx8x_internal:
    +__bn_sqrx8x_internal:
    +	##################################################################
    +	# Squaring part:
    +	#
    +	# a) multiply-n-add everything but a[i]*a[i];
    +	# b) shift result of a) by 1 to the left and accumulate
    +	#    a[i]*a[i] products;
    +	#
    +	##################################################################
    +	# a[7]a[7]a[6]a[6]a[5]a[5]a[4]a[4]a[3]a[3]a[2]a[2]a[1]a[1]a[0]a[0]
    +	#                                                     a[1]a[0]
    +	#                                                 a[2]a[0]
    +	#                                             a[3]a[0]
    +	#                                             a[2]a[1]
    +	#                                         a[3]a[1]
    +	#                                     a[3]a[2]
    +	#
    +	#                                         a[4]a[0]
    +	#                                     a[5]a[0]
    +	#                                 a[6]a[0]
    +	#                             a[7]a[0]
    +	#                                     a[4]a[1]
    +	#                                 a[5]a[1]
    +	#                             a[6]a[1]
    +	#                         a[7]a[1]
    +	#                                 a[4]a[2]
    +	#                             a[5]a[2]
    +	#                         a[6]a[2]
    +	#                     a[7]a[2]
    +	#                             a[4]a[3]
    +	#                         a[5]a[3]
    +	#                     a[6]a[3]
    +	#                 a[7]a[3]
    +	#
    +	#                     a[5]a[4]
    +	#                 a[6]a[4]
    +	#             a[7]a[4]
    +	#             a[6]a[5]
    +	#         a[7]a[5]
    +	#     a[7]a[6]
    +	# a[7]a[7]a[6]a[6]a[5]a[5]a[4]a[4]a[3]a[3]a[2]a[2]a[1]a[1]a[0]a[0]
    +___
    +{
    +my ($zero,$carry)=("%rbp","%rcx");
    +my $aaptr=$zero;
    +$code.=<<___;
    +	lea	48+8(%rsp),$tptr
    +	lea	($aptr,$num),$aaptr
    +	mov	$num,0+8(%rsp)			# save $num
    +	mov	$aaptr,8+8(%rsp)		# save end of $aptr
    +	jmp	.Lsqr8x_zero_start
    +
    +.align	32
    +.byte	0x66,0x66,0x66,0x2e,0x0f,0x1f,0x84,0x00,0x00,0x00,0x00,0x00
    +.Lsqrx8x_zero:
    +	.byte	0x3e
    +	movdqa	%xmm0,0*8($tptr)
    +	movdqa	%xmm0,2*8($tptr)
    +	movdqa	%xmm0,4*8($tptr)
    +	movdqa	%xmm0,6*8($tptr)
    +.Lsqr8x_zero_start:			# aligned at 32
    +	movdqa	%xmm0,8*8($tptr)
    +	movdqa	%xmm0,10*8($tptr)
    +	movdqa	%xmm0,12*8($tptr)
    +	movdqa	%xmm0,14*8($tptr)
    +	lea	16*8($tptr),$tptr
    +	sub	\$64,$num
    +	jnz	.Lsqrx8x_zero
    +
    +	mov	0*8($aptr),%rdx		# a[0], modulo-scheduled
    +	#xor	%r9,%r9			# t[1], ex-$num, zero already
    +	xor	%r10,%r10
    +	xor	%r11,%r11
    +	xor	%r12,%r12
    +	xor	%r13,%r13
    +	xor	%r14,%r14
    +	xor	%r15,%r15
    +	lea	48+8(%rsp),$tptr
    +	xor	$zero,$zero		# cf=0, cf=0
    +	jmp	.Lsqrx8x_outer_loop
    +
    +.align	32
    +.Lsqrx8x_outer_loop:
    +	mulx	1*8($aptr),%r8,%rax	# a[1]*a[0]
    +	adcx	%r9,%r8			# a[1]*a[0]+=t[1]
    +	adox	%rax,%r10
    +	mulx	2*8($aptr),%r9,%rax	# a[2]*a[0]
    +	adcx	%r10,%r9
    +	adox	%rax,%r11
    +	.byte	0xc4,0xe2,0xab,0xf6,0x86,0x18,0x00,0x00,0x00	# mulx	3*8($aptr),%r10,%rax	# ...
    +	adcx	%r11,%r10
    +	adox	%rax,%r12
    +	.byte	0xc4,0xe2,0xa3,0xf6,0x86,0x20,0x00,0x00,0x00	# mulx	4*8($aptr),%r11,%rax
    +	adcx	%r12,%r11
    +	adox	%rax,%r13
    +	mulx	5*8($aptr),%r12,%rax
    +	adcx	%r13,%r12
    +	adox	%rax,%r14
    +	mulx	6*8($aptr),%r13,%rax
    +	adcx	%r14,%r13
    +	adox	%r15,%rax
    +	mulx	7*8($aptr),%r14,%r15
    +	 mov	1*8($aptr),%rdx		# a[1]
    +	adcx	%rax,%r14
    +	adox	$zero,%r15
    +	adc	8*8($tptr),%r15
    +	mov	%r8,1*8($tptr)		# t[1]
    +	mov	%r9,2*8($tptr)		# t[2]
    +	sbb	$carry,$carry		# mov %cf,$carry
    +	xor	$zero,$zero		# cf=0, of=0
    +
    +
    +	mulx	2*8($aptr),%r8,%rbx	# a[2]*a[1]
    +	mulx	3*8($aptr),%r9,%rax	# a[3]*a[1]
    +	adcx	%r10,%r8
    +	adox	%rbx,%r9
    +	mulx	4*8($aptr),%r10,%rbx	# ...
    +	adcx	%r11,%r9
    +	adox	%rax,%r10
    +	.byte	0xc4,0xe2,0xa3,0xf6,0x86,0x28,0x00,0x00,0x00	# mulx	5*8($aptr),%r11,%rax
    +	adcx	%r12,%r10
    +	adox	%rbx,%r11
    +	.byte	0xc4,0xe2,0x9b,0xf6,0x9e,0x30,0x00,0x00,0x00	# mulx	6*8($aptr),%r12,%rbx
    +	adcx	%r13,%r11
    +	adox	%r14,%r12
    +	.byte	0xc4,0x62,0x93,0xf6,0xb6,0x38,0x00,0x00,0x00	# mulx	7*8($aptr),%r13,%r14
    +	 mov	2*8($aptr),%rdx		# a[2]
    +	adcx	%rax,%r12
    +	adox	%rbx,%r13
    +	adcx	%r15,%r13
    +	adox	$zero,%r14		# of=0
    +	adcx	$zero,%r14		# cf=0
    +
    +	mov	%r8,3*8($tptr)		# t[3]
    +	mov	%r9,4*8($tptr)		# t[4]
    +
    +	mulx	3*8($aptr),%r8,%rbx	# a[3]*a[2]
    +	mulx	4*8($aptr),%r9,%rax	# a[4]*a[2]
    +	adcx	%r10,%r8
    +	adox	%rbx,%r9
    +	mulx	5*8($aptr),%r10,%rbx	# ...
    +	adcx	%r11,%r9
    +	adox	%rax,%r10
    +	.byte	0xc4,0xe2,0xa3,0xf6,0x86,0x30,0x00,0x00,0x00	# mulx	6*8($aptr),%r11,%rax
    +	adcx	%r12,%r10
    +	adox	%r13,%r11
    +	.byte	0xc4,0x62,0x9b,0xf6,0xae,0x38,0x00,0x00,0x00	# mulx	7*8($aptr),%r12,%r13
    +	.byte	0x3e
    +	 mov	3*8($aptr),%rdx		# a[3]
    +	adcx	%rbx,%r11
    +	adox	%rax,%r12
    +	adcx	%r14,%r12
    +	mov	%r8,5*8($tptr)		# t[5]
    +	mov	%r9,6*8($tptr)		# t[6]
    +	 mulx	4*8($aptr),%r8,%rax	# a[4]*a[3]
    +	adox	$zero,%r13		# of=0
    +	adcx	$zero,%r13		# cf=0
    +
    +	mulx	5*8($aptr),%r9,%rbx	# a[5]*a[3]
    +	adcx	%r10,%r8
    +	adox	%rax,%r9
    +	mulx	6*8($aptr),%r10,%rax	# ...
    +	adcx	%r11,%r9
    +	adox	%r12,%r10
    +	mulx	7*8($aptr),%r11,%r12
    +	 mov	4*8($aptr),%rdx		# a[4]
    +	 mov	5*8($aptr),%r14		# a[5]
    +	adcx	%rbx,%r10
    +	adox	%rax,%r11
    +	 mov	6*8($aptr),%r15		# a[6]
    +	adcx	%r13,%r11
    +	adox	$zero,%r12		# of=0
    +	adcx	$zero,%r12		# cf=0
    +
    +	mov	%r8,7*8($tptr)		# t[7]
    +	mov	%r9,8*8($tptr)		# t[8]
    +
    +	mulx	%r14,%r9,%rax		# a[5]*a[4]
    +	 mov	7*8($aptr),%r8		# a[7]
    +	adcx	%r10,%r9
    +	mulx	%r15,%r10,%rbx		# a[6]*a[4]
    +	adox	%rax,%r10
    +	adcx	%r11,%r10
    +	mulx	%r8,%r11,%rax		# a[7]*a[4]
    +	 mov	%r14,%rdx		# a[5]
    +	adox	%rbx,%r11
    +	adcx	%r12,%r11
    +	#adox	$zero,%rax		# of=0
    +	adcx	$zero,%rax		# cf=0
    +
    +	mulx	%r15,%r14,%rbx		# a[6]*a[5]
    +	mulx	%r8,%r12,%r13		# a[7]*a[5]
    +	 mov	%r15,%rdx		# a[6]
    +	 lea	8*8($aptr),$aptr
    +	adcx	%r14,%r11
    +	adox	%rbx,%r12
    +	adcx	%rax,%r12
    +	adox	$zero,%r13
    +
    +	.byte	0x67,0x67
    +	mulx	%r8,%r8,%r14		# a[7]*a[6]
    +	adcx	%r8,%r13
    +	adcx	$zero,%r14
    +
    +	cmp	8+8(%rsp),$aptr
    +	je	.Lsqrx8x_outer_break
    +
    +	neg	$carry			# mov $carry,%cf
    +	mov	\$-8,%rcx
    +	mov	$zero,%r15
    +	mov	8*8($tptr),%r8
    +	adcx	9*8($tptr),%r9		# +=t[9]
    +	adcx	10*8($tptr),%r10	# ...
    +	adcx	11*8($tptr),%r11
    +	adc	12*8($tptr),%r12
    +	adc	13*8($tptr),%r13
    +	adc	14*8($tptr),%r14
    +	adc	15*8($tptr),%r15
    +	lea	($aptr),$aaptr
    +	lea	2*64($tptr),$tptr
    +	sbb	%rax,%rax		# mov %cf,$carry
    +
    +	mov	-64($aptr),%rdx		# a[0]
    +	mov	%rax,16+8(%rsp)		# offload $carry
    +	mov	$tptr,24+8(%rsp)
    +
    +	#lea	8*8($tptr),$tptr	# see 2*8*8($tptr) above
    +	xor	%eax,%eax		# cf=0, of=0
    +	jmp	.Lsqrx8x_loop
    +
    +.align	32
    +.Lsqrx8x_loop:
    +	mov	%r8,%rbx
    +	mulx	0*8($aaptr),%rax,%r8	# a[8]*a[i]
    +	adcx	%rax,%rbx		# +=t[8]
    +	adox	%r9,%r8
    +
    +	mulx	1*8($aaptr),%rax,%r9	# ...
    +	adcx	%rax,%r8
    +	adox	%r10,%r9
    +
    +	mulx	2*8($aaptr),%rax,%r10
    +	adcx	%rax,%r9
    +	adox	%r11,%r10
    +
    +	mulx	3*8($aaptr),%rax,%r11
    +	adcx	%rax,%r10
    +	adox	%r12,%r11
    +
    +	.byte	0xc4,0x62,0xfb,0xf6,0xa5,0x20,0x00,0x00,0x00	# mulx	4*8($aaptr),%rax,%r12
    +	adcx	%rax,%r11
    +	adox	%r13,%r12
    +
    +	mulx	5*8($aaptr),%rax,%r13
    +	adcx	%rax,%r12
    +	adox	%r14,%r13
    +
    +	mulx	6*8($aaptr),%rax,%r14
    +	 mov	%rbx,($tptr,%rcx,8)	# store t[8+i]
    +	 mov	\$0,%ebx
    +	adcx	%rax,%r13
    +	adox	%r15,%r14
    +
    +	.byte	0xc4,0x62,0xfb,0xf6,0xbd,0x38,0x00,0x00,0x00	# mulx	7*8($aaptr),%rax,%r15
    +	 mov	8($aptr,%rcx,8),%rdx	# a[i]
    +	adcx	%rax,%r14
    +	adox	%rbx,%r15		# %rbx is 0, of=0
    +	adcx	%rbx,%r15		# cf=0
    +
    +	.byte	0x67
    +	inc	%rcx			# of=0
    +	jnz	.Lsqrx8x_loop
    +
    +	lea	8*8($aaptr),$aaptr
    +	mov	\$-8,%rcx
    +	cmp	8+8(%rsp),$aaptr	# done?
    +	je	.Lsqrx8x_break
    +
    +	sub	16+8(%rsp),%rbx		# mov 16(%rsp),%cf
    +	.byte	0x66
    +	mov	-64($aptr),%rdx
    +	adcx	0*8($tptr),%r8
    +	adcx	1*8($tptr),%r9
    +	adc	2*8($tptr),%r10
    +	adc	3*8($tptr),%r11
    +	adc	4*8($tptr),%r12
    +	adc	5*8($tptr),%r13
    +	adc	6*8($tptr),%r14
    +	adc	7*8($tptr),%r15
    +	lea	8*8($tptr),$tptr
    +	.byte	0x67
    +	sbb	%rax,%rax		# mov %cf,%rax
    +	xor	%ebx,%ebx		# cf=0, of=0
    +	mov	%rax,16+8(%rsp)		# offload carry
    +	jmp	.Lsqrx8x_loop
    +
    +.align	32
    +.Lsqrx8x_break:
    +	sub	16+8(%rsp),%r8		# consume last carry
    +	mov	24+8(%rsp),$carry	# initial $tptr, borrow $carry
    +	mov	0*8($aptr),%rdx		# a[8], modulo-scheduled
    +	xor	%ebp,%ebp		# xor	$zero,$zero
    +	mov	%r8,0*8($tptr)
    +	cmp	$carry,$tptr		# cf=0, of=0
    +	je	.Lsqrx8x_outer_loop
    +
    +	mov	%r9,1*8($tptr)
    +	 mov	1*8($carry),%r9
    +	mov	%r10,2*8($tptr)
    +	 mov	2*8($carry),%r10
    +	mov	%r11,3*8($tptr)
    +	 mov	3*8($carry),%r11
    +	mov	%r12,4*8($tptr)
    +	 mov	4*8($carry),%r12
    +	mov	%r13,5*8($tptr)
    +	 mov	5*8($carry),%r13
    +	mov	%r14,6*8($tptr)
    +	 mov	6*8($carry),%r14
    +	mov	%r15,7*8($tptr)
    +	 mov	7*8($carry),%r15
    +	mov	$carry,$tptr
    +	jmp	.Lsqrx8x_outer_loop
    +
    +.align	32
    +.Lsqrx8x_outer_break:
    +	mov	%r9,9*8($tptr)		# t[9]
    +	 movq	%xmm3,%rcx		# -$num
    +	mov	%r10,10*8($tptr)	# ...
    +	mov	%r11,11*8($tptr)
    +	mov	%r12,12*8($tptr)
    +	mov	%r13,13*8($tptr)
    +	mov	%r14,14*8($tptr)
    +___
    +}{
    +my $i="%rcx";
    +$code.=<<___;
    +	lea	48+8(%rsp),$tptr
    +	mov	($aptr,$i),%rdx		# a[0]
    +
    +	mov	8($tptr),$A0[1]		# t[1]
    +	xor	$A0[0],$A0[0]		# t[0], of=0, cf=0
    +	mov	0+8(%rsp),$num		# restore $num
    +	adox	$A0[1],$A0[1]
    +	 mov	16($tptr),$A1[0]	# t[2]	# prefetch
    +	 mov	24($tptr),$A1[1]	# t[3]	# prefetch
    +	#jmp	.Lsqrx4x_shift_n_add	# happens to be aligned
    +
    +.align	32
    +.Lsqrx4x_shift_n_add:
    +	mulx	%rdx,%rax,%rbx
    +	 adox	$A1[0],$A1[0]
    +	adcx	$A0[0],%rax
    +	 .byte	0x48,0x8b,0x94,0x0e,0x08,0x00,0x00,0x00	# mov	8($aptr,$i),%rdx	# a[i+1]	# prefetch
    +	 .byte	0x4c,0x8b,0x97,0x20,0x00,0x00,0x00	# mov	32($tptr),$A0[0]	# t[2*i+4]	# prefetch
    +	 adox	$A1[1],$A1[1]
    +	adcx	$A0[1],%rbx
    +	 mov	40($tptr),$A0[1]		# t[2*i+4+1]	# prefetch
    +	mov	%rax,0($tptr)
    +	mov	%rbx,8($tptr)
    +
    +	mulx	%rdx,%rax,%rbx
    +	 adox	$A0[0],$A0[0]
    +	adcx	$A1[0],%rax
    +	 mov	16($aptr,$i),%rdx	# a[i+2]	# prefetch
    +	 mov	48($tptr),$A1[0]	# t[2*i+6]	# prefetch
    +	 adox	$A0[1],$A0[1]
    +	adcx	$A1[1],%rbx
    +	 mov	56($tptr),$A1[1]	# t[2*i+6+1]	# prefetch
    +	mov	%rax,16($tptr)
    +	mov	%rbx,24($tptr)
    +
    +	mulx	%rdx,%rax,%rbx
    +	 adox	$A1[0],$A1[0]
    +	adcx	$A0[0],%rax
    +	 mov	24($aptr,$i),%rdx	# a[i+3]	# prefetch
    +	 lea	32($i),$i
    +	 mov	64($tptr),$A0[0]	# t[2*i+8]	# prefetch
    +	 adox	$A1[1],$A1[1]
    +	adcx	$A0[1],%rbx
    +	 mov	72($tptr),$A0[1]	# t[2*i+8+1]	# prefetch
    +	mov	%rax,32($tptr)
    +	mov	%rbx,40($tptr)
    +
    +	mulx	%rdx,%rax,%rbx
    +	 adox	$A0[0],$A0[0]
    +	adcx	$A1[0],%rax
    +	jrcxz	.Lsqrx4x_shift_n_add_break
    +	 .byte	0x48,0x8b,0x94,0x0e,0x00,0x00,0x00,0x00	# mov	0($aptr,$i),%rdx	# a[i+4]	# prefetch
    +	 adox	$A0[1],$A0[1]
    +	adcx	$A1[1],%rbx
    +	 mov	80($tptr),$A1[0]	# t[2*i+10]	# prefetch
    +	 mov	88($tptr),$A1[1]	# t[2*i+10+1]	# prefetch
    +	mov	%rax,48($tptr)
    +	mov	%rbx,56($tptr)
    +	lea	64($tptr),$tptr
    +	nop
    +	jmp	.Lsqrx4x_shift_n_add
    +
    +.align	32
    +.Lsqrx4x_shift_n_add_break:
    +	adcx	$A1[1],%rbx
    +	mov	%rax,48($tptr)
    +	mov	%rbx,56($tptr)
    +	lea	64($tptr),$tptr		# end of t[] buffer
    +___
    +}
    +######################################################################
    +# Montgomery reduction part, "word-by-word" algorithm.
    +#
    +# This new path is inspired by multiple submissions from Intel, by
    +# Shay Gueron, Vlad Krasnov, Erdinc Ozturk, James Guilford,
    +# Vinodh Gopal...
    +{
    +my ($nptr,$carry,$m0)=("%rbp","%rsi","%rdx");
    +
    +$code.=<<___;
    +	movq	%xmm2,$nptr
    +sqrx8x_reduction:
    +	xor	%eax,%eax		# initial top-most carry bit
    +	mov	32+8(%rsp),%rbx		# n0
    +	mov	48+8(%rsp),%rdx		# "%r8", 8*0($tptr)
    +	lea	-128($nptr,$num,2),%rcx	# end of n[]
    +	#lea	48+8(%rsp,$num,2),$tptr	# end of t[] buffer
    +	mov	%rcx, 0+8(%rsp)		# save end of n[]
    +	mov	$tptr,8+8(%rsp)		# save end of t[]
    +
    +	lea	48+8(%rsp),$tptr		# initial t[] window
    +	jmp	.Lsqrx8x_reduction_loop
    +
    +.align	32
    +.Lsqrx8x_reduction_loop:
    +	mov	8*1($tptr),%r9
    +	mov	8*2($tptr),%r10
    +	mov	8*3($tptr),%r11
    +	mov	8*4($tptr),%r12
    +	mov	%rdx,%r8
    +	imulq	%rbx,%rdx		# n0*a[i]
    +	mov	8*5($tptr),%r13
    +	mov	8*6($tptr),%r14
    +	mov	8*7($tptr),%r15
    +	mov	%rax,24+8(%rsp)		# store top-most carry bit
    +
    +	lea	8*8($tptr),$tptr
    +	xor	$carry,$carry		# cf=0,of=0
    +	mov	\$-8,%rcx
    +	jmp	.Lsqrx8x_reduce
    +
    +.align	32
    +.Lsqrx8x_reduce:
    +	mov	%r8, %rbx
    +	mulx	16*0($nptr),%rax,%r8	# n[0]
    +	adcx	%rbx,%rax		# discarded
    +	adox	%r9,%r8
    +
    +	mulx	16*1($nptr),%rbx,%r9	# n[1]
    +	adcx	%rbx,%r8
    +	adox	%r10,%r9
    +
    +	mulx	16*2($nptr),%rbx,%r10
    +	adcx	%rbx,%r9
    +	adox	%r11,%r10
    +
    +	mulx	16*3($nptr),%rbx,%r11
    +	adcx	%rbx,%r10
    +	adox	%r12,%r11
    +
    +	.byte	0xc4,0x62,0xe3,0xf6,0xa5,0x40,0x00,0x00,0x00	# mulx	16*4($nptr),%rbx,%r12
    +	 mov	%rdx,%rax
    +	 mov	%r8,%rdx
    +	adcx	%rbx,%r11
    +	adox	%r13,%r12
    +
    +	 mulx	32+8(%rsp),%rbx,%rdx	# %rdx discarded
    +	 mov	%rax,%rdx
    +	 mov	%rax,64+48+8(%rsp,%rcx,8)	# put aside n0*a[i]
    +
    +	mulx	16*5($nptr),%rax,%r13
    +	adcx	%rax,%r12
    +	adox	%r14,%r13
    +
    +	mulx	16*6($nptr),%rax,%r14
    +	adcx	%rax,%r13
    +	adox	%r15,%r14
    +
    +	mulx	16*7($nptr),%rax,%r15
    +	 mov	%rbx,%rdx
    +	adcx	%rax,%r14
    +	adox	$carry,%r15		# $carry is 0
    +	adcx	$carry,%r15		# cf=0
    +
    +	.byte	0x67,0x67,0x67
    +	inc	%rcx			# of=0
    +	jnz	.Lsqrx8x_reduce
    +
    +	mov	$carry,%rax		# xor	%rax,%rax
    +	cmp	0+8(%rsp),$nptr		# end of n[]?
    +	jae	.Lsqrx8x_no_tail
    +
    +	mov	48+8(%rsp),%rdx		# pull n0*a[0]
    +	add	8*0($tptr),%r8
    +	lea	16*8($nptr),$nptr
    +	mov	\$-8,%rcx
    +	adcx	8*1($tptr),%r9
    +	adcx	8*2($tptr),%r10
    +	adc	8*3($tptr),%r11
    +	adc	8*4($tptr),%r12
    +	adc	8*5($tptr),%r13
    +	adc	8*6($tptr),%r14
    +	adc	8*7($tptr),%r15
    +	lea	8*8($tptr),$tptr
    +	sbb	%rax,%rax		# top carry
    +
    +	xor	$carry,$carry		# of=0, cf=0
    +	mov	%rax,16+8(%rsp)
    +	jmp	.Lsqrx8x_tail
    +
    +.align	32
    +.Lsqrx8x_tail:
    +	mov	%r8,%rbx
    +	mulx	16*0($nptr),%rax,%r8
    +	adcx	%rax,%rbx
    +	adox	%r9,%r8
    +
    +	mulx	16*1($nptr),%rax,%r9
    +	adcx	%rax,%r8
    +	adox	%r10,%r9
    +
    +	mulx	16*2($nptr),%rax,%r10
    +	adcx	%rax,%r9
    +	adox	%r11,%r10
    +
    +	mulx	16*3($nptr),%rax,%r11
    +	adcx	%rax,%r10
    +	adox	%r12,%r11
    +
    +	.byte	0xc4,0x62,0xfb,0xf6,0xa5,0x40,0x00,0x00,0x00	# mulx	16*4($nptr),%rax,%r12
    +	adcx	%rax,%r11
    +	adox	%r13,%r12
    +
    +	mulx	16*5($nptr),%rax,%r13
    +	adcx	%rax,%r12
    +	adox	%r14,%r13
    +
    +	mulx	16*6($nptr),%rax,%r14
    +	adcx	%rax,%r13
    +	adox	%r15,%r14
    +
    +	mulx	16*7($nptr),%rax,%r15
    +	 mov	72+48+8(%rsp,%rcx,8),%rdx	# pull n0*a[i]
    +	adcx	%rax,%r14
    +	adox	$carry,%r15
    +	 mov	%rbx,($tptr,%rcx,8)	# save result
    +	 mov	%r8,%rbx
    +	adcx	$carry,%r15		# cf=0
    +
    +	inc	%rcx			# of=0
    +	jnz	.Lsqrx8x_tail
    +
    +	cmp	0+8(%rsp),$nptr		# end of n[]?
    +	jae	.Lsqrx8x_tail_done	# break out of loop
    +
    +	sub	16+8(%rsp),$carry	# mov 16(%rsp),%cf
    +	 mov	48+8(%rsp),%rdx		# pull n0*a[0]
    +	 lea	16*8($nptr),$nptr
    +	adc	8*0($tptr),%r8
    +	adc	8*1($tptr),%r9
    +	adc	8*2($tptr),%r10
    +	adc	8*3($tptr),%r11
    +	adc	8*4($tptr),%r12
    +	adc	8*5($tptr),%r13
    +	adc	8*6($tptr),%r14
    +	adc	8*7($tptr),%r15
    +	lea	8*8($tptr),$tptr
    +	sbb	%rax,%rax
    +	sub	\$8,%rcx		# mov	\$-8,%rcx
    +
    +	xor	$carry,$carry		# of=0, cf=0
    +	mov	%rax,16+8(%rsp)
    +	jmp	.Lsqrx8x_tail
    +
    +.align	32
    +.Lsqrx8x_tail_done:
    +	add	24+8(%rsp),%r8		# can this overflow?
    +	mov	$carry,%rax		# xor	%rax,%rax
    +
    +	sub	16+8(%rsp),$carry	# mov 16(%rsp),%cf
    +.Lsqrx8x_no_tail:			# %cf is 0 if jumped here
    +	adc	8*0($tptr),%r8
    +	 movq	%xmm3,%rcx
    +	adc	8*1($tptr),%r9
    +	 mov	16*7($nptr),$carry
    +	 movq	%xmm2,$nptr		# restore $nptr
    +	adc	8*2($tptr),%r10
    +	adc	8*3($tptr),%r11
    +	adc	8*4($tptr),%r12
    +	adc	8*5($tptr),%r13
    +	adc	8*6($tptr),%r14
    +	adc	8*7($tptr),%r15
    +	adc	%rax,%rax		# top-most carry
    +
    +	mov	32+8(%rsp),%rbx		# n0
    +	mov	8*8($tptr,%rcx),%rdx	# modulo-scheduled "%r8"
    +
    +	mov	%r8,8*0($tptr)		# store top 512 bits
    +	 lea	8*8($tptr),%r8		# borrow %r8
    +	mov	%r9,8*1($tptr)
    +	mov	%r10,8*2($tptr)
    +	mov	%r11,8*3($tptr)
    +	mov	%r12,8*4($tptr)
    +	mov	%r13,8*5($tptr)
    +	mov	%r14,8*6($tptr)
    +	mov	%r15,8*7($tptr)
    +
    +	lea	8*8($tptr,%rcx),$tptr	# start of current t[] window
    +	cmp	8+8(%rsp),%r8		# end of t[]?
    +	jb	.Lsqrx8x_reduction_loop
    +___
    +}
    +##############################################################
    +# Post-condition, 4x unrolled
    +#
    +{
    +my ($rptr,$nptr)=("%rdx","%rbp");
    +my @ri=map("%r$_",(10..13));
    +my @ni=map("%r$_",(14..15));
    +$code.=<<___;
    +	xor	%rbx,%rbx
    +	sub	%r15,%rsi		# compare top-most words
    +	adc	%rbx,%rbx
    +	mov	%rcx,%r10		# -$num
    +	.byte	0x67
    +	or	%rbx,%rax
    +	.byte	0x67
    +	mov	%rcx,%r9		# -$num
    +	xor	\$1,%rax
    +	sar	\$3+2,%rcx		# cf=0
    +	#lea	48+8(%rsp,%r9),$tptr
    +	lea	($nptr,%rax,8),$nptr
    +	movq	%xmm1,$rptr		# restore $rptr
    +	movq	%xmm1,$aptr		# prepare for back-to-back call
    +	jmp	.Lsqrx4x_sub
    +
    +.align	32
    +.Lsqrx4x_sub:
    +	.byte	0x66
    +	mov	8*0($tptr),%r12
    +	mov	8*1($tptr),%r13
    +	sbb	16*0($nptr),%r12
    +	mov	8*2($tptr),%r14
    +	sbb	16*1($nptr),%r13
    +	mov	8*3($tptr),%r15
    +	lea	8*4($tptr),$tptr
    +	sbb	16*2($nptr),%r14
    +	mov	%r12,8*0($rptr)
    +	sbb	16*3($nptr),%r15
    +	lea	16*4($nptr),$nptr
    +	mov	%r13,8*1($rptr)
    +	mov	%r14,8*2($rptr)
    +	mov	%r15,8*3($rptr)
    +	lea	8*4($rptr),$rptr
    +
    +	inc	%rcx
    +	jnz	.Lsqrx4x_sub
    +___
    +}
    +$code.=<<___;
    +	neg	%r9			# restore $num
     
    +	ret
    +.size	bn_sqrx8x_internal,.-bn_sqrx8x_internal
    +___
    +}}}
     {
    -my ($inp,$num,$tbl,$idx)=$win64?("%rcx","%rdx","%r8", "%r9") : # Win64 order
    -				("%rdi","%rsi","%rdx","%rcx"); # Unix order
    +my ($inp,$num,$tbl,$idx)=$win64?("%rcx","%edx","%r8", "%r9d") : # Win64 order
    +				("%rdi","%esi","%rdx","%ecx");  # Unix order
     my $out=$inp;
     my $STRIDE=2**5*8;
     my $N=$STRIDE/4;
     
     $code.=<<___;
    +.globl	bn_get_bits5
    +.type	bn_get_bits5,\@abi-omnipotent
    +.align	16
    +bn_get_bits5:
    +	mov	$inp,%r10
    +	mov	$num,%ecx
    +	shr	\$3,$num
    +	movzw	(%r10,$num),%eax
    +	and	\$7,%ecx
    +	shrl	%cl,%eax
    +	and	\$31,%eax
    +	ret
    +.size	bn_get_bits5,.-bn_get_bits5
    +
     .globl	bn_scatter5
     .type	bn_scatter5,\@abi-omnipotent
     .align	16
    @@ -868,13 +3267,13 @@ $code.=<<___ if ($win64);
     	.byte	0x0f,0x29,0x7c,0x24,0x10	#movdqa	%xmm7,0x10(%rsp)
     ___
     $code.=<<___;
    -	mov	$idx,%r11
    +	mov	$idx,%r11d
     	shr	\$`log($N/8)/log(2)`,$idx
     	and	\$`$N/8-1`,%r11
     	not	$idx
     	lea	.Lmagic_masks(%rip),%rax
     	and	\$`2**5/($N/8)-1`,$idx	# 5 is "window size"
    -	lea	96($tbl,%r11,8),$tbl	# pointer within 1st cache line
    +	lea	128($tbl,%r11,8),$tbl	# pointer within 1st cache line
     	movq	0(%rax,$idx,8),%xmm4	# set of masks denoting which
     	movq	8(%rax,$idx,8),%xmm5	# cache line contains element
     	movq	16(%rax,$idx,8),%xmm6	# denoted by 7th argument
    @@ -882,15 +3281,16 @@ $code.=<<___;
     	jmp	.Lgather
     .align	16
     .Lgather:
    -	movq	`0*$STRIDE/4-96`($tbl),%xmm0
    -	movq	`1*$STRIDE/4-96`($tbl),%xmm1
    +	movq	`0*$STRIDE/4-128`($tbl),%xmm0
    +	movq	`1*$STRIDE/4-128`($tbl),%xmm1
     	pand	%xmm4,%xmm0
    -	movq	`2*$STRIDE/4-96`($tbl),%xmm2
    +	movq	`2*$STRIDE/4-128`($tbl),%xmm2
     	pand	%xmm5,%xmm1
    -	movq	`3*$STRIDE/4-96`($tbl),%xmm3
    +	movq	`3*$STRIDE/4-128`($tbl),%xmm3
     	pand	%xmm6,%xmm2
     	por	%xmm1,%xmm0
     	pand	%xmm7,%xmm3
    +	.byte	0x67,0x67
     	por	%xmm2,%xmm0
     	lea	$STRIDE($tbl),$tbl
     	por	%xmm3,%xmm0
    @@ -954,26 +3354,27 @@ mul_handler:
     	cmp	%r10,%rbx		# context->RipRipRsp
     
    -	mov	8(%r11),%r10d		# HandlerData[2]
    +	mov	4(%r11),%r10d		# HandlerData[1]
     	lea	(%rsi,%r10),%r10	# epilogue label
     	cmp	%r10,%rbx		# context->Rip>=epilogue label
     	jae	.Lcommon_seh_tail
     
    +	lea	.Lmul_epilogue(%rip),%r10
    +	cmp	%r10,%rbx
    +	jb	.Lbody_40
    +
     	mov	192($context),%r10	# pull $num
     	mov	8(%rax,%r10,8),%rax	# pull saved stack pointer
    +	jmp	.Lbody_proceed
    +
    +.Lbody_40:
    +	mov	40(%rax),%rax		# pull saved stack pointer
    +.Lbody_proceed:
     
    -	movaps	(%rax),%xmm0
    -	movaps	16(%rax),%xmm1
    -	lea	`40+48`(%rax),%rax
    +	movaps	-88(%rax),%xmm0
    +	movaps	-72(%rax),%xmm1
     
     	mov	-8(%rax),%rbx
     	mov	-16(%rax),%rbp
    @@ -1040,6 +3441,24 @@ mul_handler:
     	.rva	.LSEH_end_bn_mul4x_mont_gather5
     	.rva	.LSEH_info_bn_mul4x_mont_gather5
     
    +	.rva	.LSEH_begin_bn_power5
    +	.rva	.LSEH_end_bn_power5
    +	.rva	.LSEH_info_bn_power5
    +
    +	.rva	.LSEH_begin_bn_from_mont8x
    +	.rva	.LSEH_end_bn_from_mont8x
    +	.rva	.LSEH_info_bn_from_mont8x
    +___
    +$code.=<<___ if ($addx);
    +	.rva	.LSEH_begin_bn_mulx4x_mont_gather5
    +	.rva	.LSEH_end_bn_mulx4x_mont_gather5
    +	.rva	.LSEH_info_bn_mulx4x_mont_gather5
    +
    +	.rva	.LSEH_begin_bn_powerx5
    +	.rva	.LSEH_end_bn_powerx5
    +	.rva	.LSEH_info_bn_powerx5
    +___
    +$code.=<<___;
     	.rva	.LSEH_begin_bn_gather5
     	.rva	.LSEH_end_bn_gather5
     	.rva	.LSEH_info_bn_gather5
    @@ -1049,12 +3468,36 @@ mul_handler:
     .LSEH_info_bn_mul_mont_gather5:
     	.byte	9,0,0,0
     	.rva	mul_handler
    -	.rva	.Lmul_alloca,.Lmul_body,.Lmul_epilogue		# HandlerData[]
    +	.rva	.Lmul_body,.Lmul_epilogue		# HandlerData[]
     .align	8
     .LSEH_info_bn_mul4x_mont_gather5:
     	.byte	9,0,0,0
     	.rva	mul_handler
    -	.rva	.Lmul4x_alloca,.Lmul4x_body,.Lmul4x_epilogue	# HandlerData[]
    +	.rva	.Lmul4x_body,.Lmul4x_epilogue		# HandlerData[]
    +.align	8
    +.LSEH_info_bn_power5:
    +	.byte	9,0,0,0
    +	.rva	mul_handler
    +	.rva	.Lpower5_body,.Lpower5_epilogue		# HandlerData[]
    +.align	8
    +.LSEH_info_bn_from_mont8x:
    +	.byte	9,0,0,0
    +	.rva	mul_handler
    +	.rva	.Lfrom_body,.Lfrom_epilogue		# HandlerData[]
    +___
    +$code.=<<___ if ($addx);
    +.align	8
    +.LSEH_info_bn_mulx4x_mont_gather5:
    +	.byte	9,0,0,0
    +	.rva	mul_handler
    +	.rva	.Lmulx4x_body,.Lmulx4x_epilogue		# HandlerData[]
    +.align	8
    +.LSEH_info_bn_powerx5:
    +	.byte	9,0,0,0
    +	.rva	mul_handler
    +	.rva	.Lpowerx5_body,.Lpowerx5_epilogue	# HandlerData[]
    +___
    +$code.=<<___;
     .align	8
     .LSEH_info_bn_gather5:
             .byte   0x01,0x0d,0x05,0x00
    diff --git a/openssl/crypto/bn/bn.h b/openssl/crypto/bn/bn.h
    index 21a1a3fe3..78709d384 100644
    --- a/openssl/crypto/bn/bn.h
    +++ b/openssl/crypto/bn/bn.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,7 +63,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -111,191 +111,185 @@
     /* ====================================================================
      * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
      *
    - * Portions of the attached software ("Contribution") are developed by 
    + * Portions of the attached software ("Contribution") are developed by
      * SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project.
      *
      * The Contribution is licensed pursuant to the Eric Young open source
      * license provided above.
      *
    - * The binary polynomial arithmetic software is originally written by 
    + * The binary polynomial arithmetic software is originally written by
      * Sheueling Chang Shantz and Douglas Stebila of Sun Microsystems Laboratories.
      *
      */
     
     #ifndef HEADER_BN_H
    -#define HEADER_BN_H
    +# define HEADER_BN_H
     
    -#include 
    -#ifndef OPENSSL_NO_FP_API
    -#include  /* FILE */
    -#endif
    -#include 
    -#include 
    +# include 
    +# ifndef OPENSSL_NO_FP_API
    +#  include             /* FILE */
    +# endif
    +# include 
    +# include 
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -/* These preprocessor symbols control various aspects of the bignum headers and
    - * library code. They're not defined by any "normal" configuration, as they are
    - * intended for development and testing purposes. NB: defining all three can be
    - * useful for debugging application code as well as openssl itself.
    - *
    - * BN_DEBUG - turn on various debugging alterations to the bignum code
    - * BN_DEBUG_RAND - uses random poisoning of unused words to trip up
    +/*
    + * These preprocessor symbols control various aspects of the bignum headers
    + * and library code. They're not defined by any "normal" configuration, as
    + * they are intended for development and testing purposes. NB: defining all
    + * three can be useful for debugging application code as well as openssl
    + * itself. BN_DEBUG - turn on various debugging alterations to the bignum
    + * code BN_DEBUG_RAND - uses random poisoning of unused words to trip up
      * mismanagement of bignum internals. You must also define BN_DEBUG.
      */
     /* #define BN_DEBUG */
     /* #define BN_DEBUG_RAND */
     
    -#ifndef OPENSSL_SMALL_FOOTPRINT
    -#define BN_MUL_COMBA
    -#define BN_SQR_COMBA
    -#define BN_RECURSION
    -#endif
    +# ifndef OPENSSL_SMALL_FOOTPRINT
    +#  define BN_MUL_COMBA
    +#  define BN_SQR_COMBA
    +#  define BN_RECURSION
    +# endif
     
    -/* This next option uses the C libraries (2 word)/(1 word) function.
    - * If it is not defined, I use my C version (which is slower).
    - * The reason for this flag is that when the particular C compiler
    - * library routine is used, and the library is linked with a different
    - * compiler, the library is missing.  This mostly happens when the
    - * library is built with gcc and then linked using normal cc.  This would
    - * be a common occurrence because gcc normally produces code that is
    - * 2 times faster than system compilers for the big number stuff.
    - * For machines with only one compiler (or shared libraries), this should
    - * be on.  Again this in only really a problem on machines
    - * using "long long's", are 32bit, and are not using my assembler code. */
    -#if defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_WINDOWS) || \
    +/*
    + * This next option uses the C libraries (2 word)/(1 word) function. If it is
    + * not defined, I use my C version (which is slower). The reason for this
    + * flag is that when the particular C compiler library routine is used, and
    + * the library is linked with a different compiler, the library is missing.
    + * This mostly happens when the library is built with gcc and then linked
    + * using normal cc.  This would be a common occurrence because gcc normally
    + * produces code that is 2 times faster than system compilers for the big
    + * number stuff. For machines with only one compiler (or shared libraries),
    + * this should be on.  Again this in only really a problem on machines using
    + * "long long's", are 32bit, and are not using my assembler code.
    + */
    +# if defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_WINDOWS) || \
         defined(OPENSSL_SYS_WIN32) || defined(linux)
    -# ifndef BN_DIV2W
    -#  define BN_DIV2W
    +#  ifndef BN_DIV2W
    +#   define BN_DIV2W
    +#  endif
     # endif
    -#endif
     
    -/* assuming long is 64bit - this is the DEC Alpha
    - * unsigned long long is only 64 bits :-(, don't define
    - * BN_LLONG for the DEC Alpha */
    -#ifdef SIXTY_FOUR_BIT_LONG
    -#define BN_ULLONG	unsigned long long
    -#define BN_ULONG	unsigned long
    -#define BN_LONG		long
    -#define BN_BITS		128
    -#define BN_BYTES	8
    -#define BN_BITS2	64
    -#define BN_BITS4	32
    -#define BN_MASK		(0xffffffffffffffffffffffffffffffffLL)
    -#define BN_MASK2	(0xffffffffffffffffL)
    -#define BN_MASK2l	(0xffffffffL)
    -#define BN_MASK2h	(0xffffffff00000000L)
    -#define BN_MASK2h1	(0xffffffff80000000L)
    -#define BN_TBIT		(0x8000000000000000L)
    -#define BN_DEC_CONV	(10000000000000000000UL)
    -#define BN_DEC_FMT1	"%lu"
    -#define BN_DEC_FMT2	"%019lu"
    -#define BN_DEC_NUM	19
    -#define BN_HEX_FMT1	"%lX"
    -#define BN_HEX_FMT2	"%016lX"
    -#endif
    +/*
    + * assuming long is 64bit - this is the DEC Alpha unsigned long long is only
    + * 64 bits :-(, don't define BN_LLONG for the DEC Alpha
    + */
    +# ifdef SIXTY_FOUR_BIT_LONG
    +#  define BN_ULLONG       unsigned long long
    +#  define BN_ULONG        unsigned long
    +#  define BN_LONG         long
    +#  define BN_BITS         128
    +#  define BN_BYTES        8
    +#  define BN_BITS2        64
    +#  define BN_BITS4        32
    +#  define BN_MASK         (0xffffffffffffffffffffffffffffffffLL)
    +#  define BN_MASK2        (0xffffffffffffffffL)
    +#  define BN_MASK2l       (0xffffffffL)
    +#  define BN_MASK2h       (0xffffffff00000000L)
    +#  define BN_MASK2h1      (0xffffffff80000000L)
    +#  define BN_TBIT         (0x8000000000000000L)
    +#  define BN_DEC_CONV     (10000000000000000000UL)
    +#  define BN_DEC_FMT1     "%lu"
    +#  define BN_DEC_FMT2     "%019lu"
    +#  define BN_DEC_NUM      19
    +#  define BN_HEX_FMT1     "%lX"
    +#  define BN_HEX_FMT2     "%016lX"
    +# endif
     
    -/* This is where the long long data type is 64 bits, but long is 32.
    - * For machines where there are 64bit registers, this is the mode to use.
    - * IRIX, on R4000 and above should use this mode, along with the relevant
    - * assembler code :-).  Do NOT define BN_LLONG.
    +/*
    + * This is where the long long data type is 64 bits, but long is 32. For
    + * machines where there are 64bit registers, this is the mode to use. IRIX,
    + * on R4000 and above should use this mode, along with the relevant assembler
    + * code :-).  Do NOT define BN_LLONG.
      */
    -#ifdef SIXTY_FOUR_BIT
    -#undef BN_LLONG
    -#undef BN_ULLONG
    -#define BN_ULONG	unsigned long long
    -#define BN_LONG		long long
    -#define BN_BITS		128
    -#define BN_BYTES	8
    -#define BN_BITS2	64
    -#define BN_BITS4	32
    -#define BN_MASK2	(0xffffffffffffffffLL)
    -#define BN_MASK2l	(0xffffffffL)
    -#define BN_MASK2h	(0xffffffff00000000LL)
    -#define BN_MASK2h1	(0xffffffff80000000LL)
    -#define BN_TBIT		(0x8000000000000000LL)
    -#define BN_DEC_CONV	(10000000000000000000ULL)
    -#define BN_DEC_FMT1	"%llu"
    -#define BN_DEC_FMT2	"%019llu"
    -#define BN_DEC_NUM	19
    -#define BN_HEX_FMT1	"%llX"
    -#define BN_HEX_FMT2	"%016llX"
    -#endif
    +# ifdef SIXTY_FOUR_BIT
    +#  undef BN_LLONG
    +#  undef BN_ULLONG
    +#  define BN_ULONG        unsigned long long
    +#  define BN_LONG         long long
    +#  define BN_BITS         128
    +#  define BN_BYTES        8
    +#  define BN_BITS2        64
    +#  define BN_BITS4        32
    +#  define BN_MASK2        (0xffffffffffffffffLL)
    +#  define BN_MASK2l       (0xffffffffL)
    +#  define BN_MASK2h       (0xffffffff00000000LL)
    +#  define BN_MASK2h1      (0xffffffff80000000LL)
    +#  define BN_TBIT         (0x8000000000000000LL)
    +#  define BN_DEC_CONV     (10000000000000000000ULL)
    +#  define BN_DEC_FMT1     "%llu"
    +#  define BN_DEC_FMT2     "%019llu"
    +#  define BN_DEC_NUM      19
    +#  define BN_HEX_FMT1     "%llX"
    +#  define BN_HEX_FMT2     "%016llX"
    +# endif
     
    -#ifdef THIRTY_TWO_BIT
    -#ifdef BN_LLONG
    -# if defined(_WIN32) && !defined(__GNUC__)
    -#  define BN_ULLONG	unsigned __int64
    -#  define BN_MASK	(0xffffffffffffffffI64)
    -# else
    -#  define BN_ULLONG	unsigned long long
    -#  define BN_MASK	(0xffffffffffffffffLL)
    +# ifdef THIRTY_TWO_BIT
    +#  ifdef BN_LLONG
    +#   if defined(_WIN32) && !defined(__GNUC__)
    +#    define BN_ULLONG     unsigned __int64
    +#    define BN_MASK       (0xffffffffffffffffI64)
    +#   else
    +#    define BN_ULLONG     unsigned long long
    +#    define BN_MASK       (0xffffffffffffffffLL)
    +#   endif
    +#  endif
    +#  define BN_ULONG        unsigned int
    +#  define BN_LONG         int
    +#  define BN_BITS         64
    +#  define BN_BYTES        4
    +#  define BN_BITS2        32
    +#  define BN_BITS4        16
    +#  define BN_MASK2        (0xffffffffL)
    +#  define BN_MASK2l       (0xffff)
    +#  define BN_MASK2h1      (0xffff8000L)
    +#  define BN_MASK2h       (0xffff0000L)
    +#  define BN_TBIT         (0x80000000L)
    +#  define BN_DEC_CONV     (1000000000L)
    +#  define BN_DEC_FMT1     "%u"
    +#  define BN_DEC_FMT2     "%09u"
    +#  define BN_DEC_NUM      9
    +#  define BN_HEX_FMT1     "%X"
    +#  define BN_HEX_FMT2     "%08X"
     # endif
    -#endif
    -#define BN_ULONG	unsigned int
    -#define BN_LONG		int
    -#define BN_BITS		64
    -#define BN_BYTES	4
    -#define BN_BITS2	32
    -#define BN_BITS4	16
    -#define BN_MASK2	(0xffffffffL)
    -#define BN_MASK2l	(0xffff)
    -#define BN_MASK2h1	(0xffff8000L)
    -#define BN_MASK2h	(0xffff0000L)
    -#define BN_TBIT		(0x80000000L)
    -#define BN_DEC_CONV	(1000000000L)
    -#define BN_DEC_FMT1	"%u"
    -#define BN_DEC_FMT2	"%09u"
    -#define BN_DEC_NUM	9
    -#define BN_HEX_FMT1	"%X"
    -#define BN_HEX_FMT2	"%08X"
    -#endif
     
    -/* 2011-02-22 SMS.
    - * In various places, a size_t variable or a type cast to size_t was
    - * used to perform integer-only operations on pointers.  This failed on
    - * VMS with 64-bit pointers (CC /POINTER_SIZE = 64) because size_t is
    - * still only 32 bits.  What's needed in these cases is an integer type
    - * with the same size as a pointer, which size_t is not certain to be. 
    - * The only fix here is VMS-specific.
    +# define BN_DEFAULT_BITS 1280
    +
    +# define BN_FLG_MALLOCED         0x01
    +# define BN_FLG_STATIC_DATA      0x02
    +
    +/*
    + * avoid leaking exponent information through timing,
    + * BN_mod_exp_mont() will call BN_mod_exp_mont_consttime,
    + * BN_div() will call BN_div_no_branch,
    + * BN_mod_inverse() will call BN_mod_inverse_no_branch.
      */
    -#if defined(OPENSSL_SYS_VMS)
    -# if __INITIAL_POINTER_SIZE == 64
    -#  define PTR_SIZE_INT long long
    -# else /* __INITIAL_POINTER_SIZE == 64 */
    -#  define PTR_SIZE_INT int
    -# endif /* __INITIAL_POINTER_SIZE == 64 [else] */
    -#else /* defined(OPENSSL_SYS_VMS) */
    -# define PTR_SIZE_INT size_t
    -#endif /* defined(OPENSSL_SYS_VMS) [else] */
    -
    -#define BN_DEFAULT_BITS	1280
    -
    -#define BN_FLG_MALLOCED		0x01
    -#define BN_FLG_STATIC_DATA	0x02
    -#define BN_FLG_CONSTTIME	0x04 /* avoid leaking exponent information through timing,
    -                                      * BN_mod_exp_mont() will call BN_mod_exp_mont_consttime,
    -                                      * BN_div() will call BN_div_no_branch,
    -                                      * BN_mod_inverse() will call BN_mod_inverse_no_branch.
    -                                      */
    -
    -#ifndef OPENSSL_NO_DEPRECATED
    -#define BN_FLG_EXP_CONSTTIME BN_FLG_CONSTTIME /* deprecated name for the flag */
    -                                      /* avoid leaking exponent information through timings
    -                                      * (BN_mod_exp_mont() will call BN_mod_exp_mont_consttime) */
    -#endif
    +# define BN_FLG_CONSTTIME        0x04
    +
    +# ifdef OPENSSL_NO_DEPRECATED
    +/* deprecated name for the flag */
    +#  define BN_FLG_EXP_CONSTTIME BN_FLG_CONSTTIME
    +/*
    + * avoid leaking exponent information through timings
    + * (BN_mod_exp_mont() will call BN_mod_exp_mont_consttime)
    + */
    +# endif
     
    -#ifndef OPENSSL_NO_DEPRECATED
    -#define BN_FLG_FREE		0x8000	/* used for debuging */
    -#endif
    -#define BN_set_flags(b,n)	((b)->flags|=(n))
    -#define BN_get_flags(b,n)	((b)->flags&(n))
    +# ifndef OPENSSL_NO_DEPRECATED
    +#  define BN_FLG_FREE             0x8000
    +                                       /* used for debuging */
    +# endif
    +# define BN_set_flags(b,n)       ((b)->flags|=(n))
    +# define BN_get_flags(b,n)       ((b)->flags&(n))
     
    -/* get a clone of a BIGNUM with changed flags, for *temporary* use only
    - * (the two BIGNUMs cannot not be used in parallel!) */
    -#define BN_with_flags(dest,b,n)  ((dest)->d=(b)->d, \
    +/*
    + * get a clone of a BIGNUM with changed flags, for *temporary* use only (the
    + * two BIGNUMs cannot not be used in parallel!)
    + */
    +# define BN_with_flags(dest,b,n)  ((dest)->d=(b)->d, \
                                       (dest)->top=(b)->top, \
                                       (dest)->dmax=(b)->dmax, \
                                       (dest)->neg=(b)->neg, \
    @@ -305,7 +299,7 @@ extern "C" {
                                                      |  (n)))
     
     /* Already declared in ossl_typ.h */
    -#if 0
    +# if 0
     typedef struct bignum_st BIGNUM;
     /* Used for temp variables (declaration hidden in bn_lcl.h) */
     typedef struct bignum_ctx BN_CTX;
    @@ -313,80 +307,81 @@ typedef struct bn_blinding_st BN_BLINDING;
     typedef struct bn_mont_ctx_st BN_MONT_CTX;
     typedef struct bn_recp_ctx_st BN_RECP_CTX;
     typedef struct bn_gencb_st BN_GENCB;
    -#endif
    +# endif
     
    -struct bignum_st
    -	{
    -	BN_ULONG *d;	/* Pointer to an array of 'BN_BITS2' bit chunks. */
    -	int top;	/* Index of last used d +1. */
    -	/* The next are internal book keeping for bn_expand. */
    -	int dmax;	/* Size of the d array. */
    -	int neg;	/* one if the number is negative */
    -	int flags;
    -	};
    +struct bignum_st {
    +    BN_ULONG *d;                /* Pointer to an array of 'BN_BITS2' bit
    +                                 * chunks. */
    +    int top;                    /* Index of last used d +1. */
    +    /* The next are internal book keeping for bn_expand. */
    +    int dmax;                   /* Size of the d array. */
    +    int neg;                    /* one if the number is negative */
    +    int flags;
    +};
     
     /* Used for montgomery multiplication */
    -struct bn_mont_ctx_st
    -	{
    -	int ri;        /* number of bits in R */
    -	BIGNUM RR;     /* used to convert to montgomery form */
    -	BIGNUM N;      /* The modulus */
    -	BIGNUM Ni;     /* R*(1/R mod N) - N*Ni = 1
    -	                * (Ni is only stored for bignum algorithm) */
    -	BN_ULONG n0[2];/* least significant word(s) of Ni;
    -	                  (type changed with 0.9.9, was "BN_ULONG n0;" before) */
    -	int flags;
    -	};
    -
    -/* Used for reciprocal division/mod functions
    - * It cannot be shared between threads
    +struct bn_mont_ctx_st {
    +    int ri;                     /* number of bits in R */
    +    BIGNUM RR;                  /* used to convert to montgomery form */
    +    BIGNUM N;                   /* The modulus */
    +    BIGNUM Ni;                  /* R*(1/R mod N) - N*Ni = 1 (Ni is only
    +                                 * stored for bignum algorithm) */
    +    BN_ULONG n0[2];             /* least significant word(s) of Ni; (type
    +                                 * changed with 0.9.9, was "BN_ULONG n0;"
    +                                 * before) */
    +    int flags;
    +};
    +
    +/*
    + * Used for reciprocal division/mod functions It cannot be shared between
    + * threads
      */
    -struct bn_recp_ctx_st
    -	{
    -	BIGNUM N;	/* the divisor */
    -	BIGNUM Nr;	/* the reciprocal */
    -	int num_bits;
    -	int shift;
    -	int flags;
    -	};
    +struct bn_recp_ctx_st {
    +    BIGNUM N;                   /* the divisor */
    +    BIGNUM Nr;                  /* the reciprocal */
    +    int num_bits;
    +    int shift;
    +    int flags;
    +};
     
     /* Used for slow "generation" functions. */
    -struct bn_gencb_st
    -	{
    -	unsigned int ver;	/* To handle binary (in)compatibility */
    -	void *arg;		/* callback-specific data */
    -	union
    -		{
    -		/* if(ver==1) - handles old style callbacks */
    -		void (*cb_1)(int, int, void *);
    -		/* if(ver==2) - new callback style */
    -		int (*cb_2)(int, int, BN_GENCB *);
    -		} cb;
    -	};
    +struct bn_gencb_st {
    +    unsigned int ver;           /* To handle binary (in)compatibility */
    +    void *arg;                  /* callback-specific data */
    +    union {
    +        /* if(ver==1) - handles old style callbacks */
    +        void (*cb_1) (int, int, void *);
    +        /* if(ver==2) - new callback style */
    +        int (*cb_2) (int, int, BN_GENCB *);
    +    } cb;
    +};
     /* Wrapper function to make using BN_GENCB easier,  */
     int BN_GENCB_call(BN_GENCB *cb, int a, int b);
     /* Macro to populate a BN_GENCB structure with an "old"-style callback */
    -#define BN_GENCB_set_old(gencb, callback, cb_arg) { \
    -		BN_GENCB *tmp_gencb = (gencb); \
    -		tmp_gencb->ver = 1; \
    -		tmp_gencb->arg = (cb_arg); \
    -		tmp_gencb->cb.cb_1 = (callback); }
    +# define BN_GENCB_set_old(gencb, callback, cb_arg) { \
    +                BN_GENCB *tmp_gencb = (gencb); \
    +                tmp_gencb->ver = 1; \
    +                tmp_gencb->arg = (cb_arg); \
    +                tmp_gencb->cb.cb_1 = (callback); }
     /* Macro to populate a BN_GENCB structure with a "new"-style callback */
    -#define BN_GENCB_set(gencb, callback, cb_arg) { \
    -		BN_GENCB *tmp_gencb = (gencb); \
    -		tmp_gencb->ver = 2; \
    -		tmp_gencb->arg = (cb_arg); \
    -		tmp_gencb->cb.cb_2 = (callback); }
    -
    -#define BN_prime_checks 0 /* default: select number of iterations
    -			     based on the size of the number */
    -
    -/* number of Miller-Rabin iterations for an error rate  of less than 2^-80
    - * for random 'b'-bit input, b >= 100 (taken from table 4.4 in the Handbook
    - * of Applied Cryptography [Menezes, van Oorschot, Vanstone; CRC Press 1996];
    - * original paper: Damgaard, Landrock, Pomerance: Average case error estimates
    - * for the strong probable prime test. -- Math. Comp. 61 (1993) 177-194) */
    -#define BN_prime_checks_for_size(b) ((b) >= 1300 ?  2 : \
    +# define BN_GENCB_set(gencb, callback, cb_arg) { \
    +                BN_GENCB *tmp_gencb = (gencb); \
    +                tmp_gencb->ver = 2; \
    +                tmp_gencb->arg = (cb_arg); \
    +                tmp_gencb->cb.cb_2 = (callback); }
    +
    +# define BN_prime_checks 0      /* default: select number of iterations based
    +                                 * on the size of the number */
    +
    +/*
    + * number of Miller-Rabin iterations for an error rate of less than 2^-80 for
    + * random 'b'-bit input, b >= 100 (taken from table 4.4 in the Handbook of
    + * Applied Cryptography [Menezes, van Oorschot, Vanstone; CRC Press 1996];
    + * original paper: Damgaard, Landrock, Pomerance: Average case error
    + * estimates for the strong probable prime test. -- Math. Comp. 61 (1993)
    + * 177-194)
    + */
    +# define BN_prime_checks_for_size(b) ((b) >= 1300 ?  2 : \
                                     (b) >=  850 ?  3 : \
                                     (b) >=  650 ?  4 : \
                                     (b) >=  550 ?  5 : \
    @@ -399,289 +394,319 @@ int BN_GENCB_call(BN_GENCB *cb, int a, int b);
                                     (b) >=  150 ? 18 : \
                                     /* b >= 100 */ 27)
     
    -#define BN_num_bytes(a)	((BN_num_bits(a)+7)/8)
    +# define BN_num_bytes(a) ((BN_num_bits(a)+7)/8)
     
     /* Note that BN_abs_is_word didn't work reliably for w == 0 until 0.9.8 */
    -#define BN_abs_is_word(a,w) ((((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w))) || \
    -				(((w) == 0) && ((a)->top == 0)))
    -#define BN_is_zero(a)       ((a)->top == 0)
    -#define BN_is_one(a)        (BN_abs_is_word((a),1) && !(a)->neg)
    -#define BN_is_word(a,w)     (BN_abs_is_word((a),(w)) && (!(w) || !(a)->neg))
    -#define BN_is_odd(a)	    (((a)->top > 0) && ((a)->d[0] & 1))
    -
    -#define BN_one(a)	(BN_set_word((a),1))
    -#define BN_zero_ex(a) \
    -	do { \
    -		BIGNUM *_tmp_bn = (a); \
    -		_tmp_bn->top = 0; \
    -		_tmp_bn->neg = 0; \
    -	} while(0)
    -#ifdef OPENSSL_NO_DEPRECATED
    -#define BN_zero(a)	BN_zero_ex(a)
    -#else
    -#define BN_zero(a)	(BN_set_word((a),0))
    -#endif
    +# define BN_abs_is_word(a,w) ((((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w))) || \
    +                                (((w) == 0) && ((a)->top == 0)))
    +# define BN_is_zero(a)       ((a)->top == 0)
    +# define BN_is_one(a)        (BN_abs_is_word((a),1) && !(a)->neg)
    +# define BN_is_word(a,w)     (BN_abs_is_word((a),(w)) && (!(w) || !(a)->neg))
    +# define BN_is_odd(a)        (((a)->top > 0) && ((a)->d[0] & 1))
    +
    +# define BN_one(a)       (BN_set_word((a),1))
    +# define BN_zero_ex(a) \
    +        do { \
    +                BIGNUM *_tmp_bn = (a); \
    +                _tmp_bn->top = 0; \
    +                _tmp_bn->neg = 0; \
    +        } while(0)
    +# ifdef OPENSSL_NO_DEPRECATED
    +#  define BN_zero(a)      BN_zero_ex(a)
    +# else
    +#  define BN_zero(a)      (BN_set_word((a),0))
    +# endif
     
     const BIGNUM *BN_value_one(void);
    -char *	BN_options(void);
    +char *BN_options(void);
     BN_CTX *BN_CTX_new(void);
    -#ifndef OPENSSL_NO_DEPRECATED
    -void	BN_CTX_init(BN_CTX *c);
    -#endif
    -void	BN_CTX_free(BN_CTX *c);
    -void	BN_CTX_start(BN_CTX *ctx);
    +# ifndef OPENSSL_NO_DEPRECATED
    +void BN_CTX_init(BN_CTX *c);
    +# endif
    +void BN_CTX_free(BN_CTX *c);
    +void BN_CTX_start(BN_CTX *ctx);
     BIGNUM *BN_CTX_get(BN_CTX *ctx);
    -void	BN_CTX_end(BN_CTX *ctx);
    -int     BN_rand(BIGNUM *rnd, int bits, int top,int bottom);
    -int     BN_pseudo_rand(BIGNUM *rnd, int bits, int top,int bottom);
    -int	BN_rand_range(BIGNUM *rnd, const BIGNUM *range);
    -int	BN_pseudo_rand_range(BIGNUM *rnd, const BIGNUM *range);
    -int	BN_num_bits(const BIGNUM *a);
    -int	BN_num_bits_word(BN_ULONG);
    +void BN_CTX_end(BN_CTX *ctx);
    +int BN_rand(BIGNUM *rnd, int bits, int top, int bottom);
    +int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom);
    +int BN_rand_range(BIGNUM *rnd, const BIGNUM *range);
    +int BN_pseudo_rand_range(BIGNUM *rnd, const BIGNUM *range);
    +int BN_num_bits(const BIGNUM *a);
    +int BN_num_bits_word(BN_ULONG);
     BIGNUM *BN_new(void);
    -void	BN_init(BIGNUM *);
    -void	BN_clear_free(BIGNUM *a);
    +void BN_init(BIGNUM *);
    +void BN_clear_free(BIGNUM *a);
     BIGNUM *BN_copy(BIGNUM *a, const BIGNUM *b);
    -void	BN_swap(BIGNUM *a, BIGNUM *b);
    -BIGNUM *BN_bin2bn(const unsigned char *s,int len,BIGNUM *ret);
    -int	BN_bn2bin(const BIGNUM *a, unsigned char *to);
    -BIGNUM *BN_mpi2bn(const unsigned char *s,int len,BIGNUM *ret);
    -int	BN_bn2mpi(const BIGNUM *a, unsigned char *to);
    -int	BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
    -int	BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
    -int	BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
    -int	BN_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
    -int	BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
    -int	BN_sqr(BIGNUM *r, const BIGNUM *a,BN_CTX *ctx);
    +void BN_swap(BIGNUM *a, BIGNUM *b);
    +BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret);
    +int BN_bn2bin(const BIGNUM *a, unsigned char *to);
    +BIGNUM *BN_mpi2bn(const unsigned char *s, int len, BIGNUM *ret);
    +int BN_bn2mpi(const BIGNUM *a, unsigned char *to);
    +int BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
    +int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
    +int BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
    +int BN_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
    +int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
    +int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
     /** BN_set_negative sets sign of a BIGNUM
      * \param  b  pointer to the BIGNUM object
    - * \param  n  0 if the BIGNUM b should be positive and a value != 0 otherwise 
    + * \param  n  0 if the BIGNUM b should be positive and a value != 0 otherwise
      */
    -void	BN_set_negative(BIGNUM *b, int n);
    +void BN_set_negative(BIGNUM *b, int n);
     /** BN_is_negative returns 1 if the BIGNUM is negative
      * \param  a  pointer to the BIGNUM object
      * \return 1 if a < 0 and 0 otherwise
      */
    -#define BN_is_negative(a) ((a)->neg != 0)
    -
    -int	BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
    -	BN_CTX *ctx);
    -#define BN_mod(rem,m,d,ctx) BN_div(NULL,(rem),(m),(d),(ctx))
    -int	BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx);
    -int	BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx);
    -int	BN_mod_add_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m);
    -int	BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx);
    -int	BN_mod_sub_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m);
    -int	BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
    -	const BIGNUM *m, BN_CTX *ctx);
    -int	BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx);
    -int	BN_mod_lshift1(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx);
    -int	BN_mod_lshift1_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *m);
    -int	BN_mod_lshift(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m, BN_CTX *ctx);
    -int	BN_mod_lshift_quick(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m);
    +# define BN_is_negative(a) ((a)->neg != 0)
    +
    +int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
    +           BN_CTX *ctx);
    +# define BN_mod(rem,m,d,ctx) BN_div(NULL,(rem),(m),(d),(ctx))
    +int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx);
    +int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
    +               BN_CTX *ctx);
    +int BN_mod_add_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
    +                     const BIGNUM *m);
    +int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
    +               BN_CTX *ctx);
    +int BN_mod_sub_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
    +                     const BIGNUM *m);
    +int BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
    +               BN_CTX *ctx);
    +int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx);
    +int BN_mod_lshift1(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx);
    +int BN_mod_lshift1_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *m);
    +int BN_mod_lshift(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m,
    +                  BN_CTX *ctx);
    +int BN_mod_lshift_quick(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m);
     
     BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w);
     BN_ULONG BN_div_word(BIGNUM *a, BN_ULONG w);
    -int	BN_mul_word(BIGNUM *a, BN_ULONG w);
    -int	BN_add_word(BIGNUM *a, BN_ULONG w);
    -int	BN_sub_word(BIGNUM *a, BN_ULONG w);
    -int	BN_set_word(BIGNUM *a, BN_ULONG w);
    +int BN_mul_word(BIGNUM *a, BN_ULONG w);
    +int BN_add_word(BIGNUM *a, BN_ULONG w);
    +int BN_sub_word(BIGNUM *a, BN_ULONG w);
    +int BN_set_word(BIGNUM *a, BN_ULONG w);
     BN_ULONG BN_get_word(const BIGNUM *a);
     
    -int	BN_cmp(const BIGNUM *a, const BIGNUM *b);
    -void	BN_free(BIGNUM *a);
    -int	BN_is_bit_set(const BIGNUM *a, int n);
    -int	BN_lshift(BIGNUM *r, const BIGNUM *a, int n);
    -int	BN_lshift1(BIGNUM *r, const BIGNUM *a);
    -int	BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,BN_CTX *ctx);
    -
    -int	BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    -	const BIGNUM *m,BN_CTX *ctx);
    -int	BN_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    -	const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
    +int BN_cmp(const BIGNUM *a, const BIGNUM *b);
    +void BN_free(BIGNUM *a);
    +int BN_is_bit_set(const BIGNUM *a, int n);
    +int BN_lshift(BIGNUM *r, const BIGNUM *a, int n);
    +int BN_lshift1(BIGNUM *r, const BIGNUM *a);
    +int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
    +
    +int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    +               const BIGNUM *m, BN_CTX *ctx);
    +int BN_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    +                    const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
     int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p,
    -	const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont);
    -int	BN_mod_exp_mont_word(BIGNUM *r, BN_ULONG a, const BIGNUM *p,
    -	const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
    -int	BN_mod_exp2_mont(BIGNUM *r, const BIGNUM *a1, const BIGNUM *p1,
    -	const BIGNUM *a2, const BIGNUM *p2,const BIGNUM *m,
    -	BN_CTX *ctx,BN_MONT_CTX *m_ctx);
    -int	BN_mod_exp_simple(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    -	const BIGNUM *m,BN_CTX *ctx);
    -
    -int	BN_mask_bits(BIGNUM *a,int n);
    -#ifndef OPENSSL_NO_FP_API
    -int	BN_print_fp(FILE *fp, const BIGNUM *a);
    -#endif
    -#ifdef HEADER_BIO_H
    -int	BN_print(BIO *fp, const BIGNUM *a);
    -#else
    -int	BN_print(void *fp, const BIGNUM *a);
    -#endif
    -int	BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx);
    -int	BN_rshift(BIGNUM *r, const BIGNUM *a, int n);
    -int	BN_rshift1(BIGNUM *r, const BIGNUM *a);
    -void	BN_clear(BIGNUM *a);
    +                              const BIGNUM *m, BN_CTX *ctx,
    +                              BN_MONT_CTX *in_mont);
    +int BN_mod_exp_mont_word(BIGNUM *r, BN_ULONG a, const BIGNUM *p,
    +                         const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
    +int BN_mod_exp2_mont(BIGNUM *r, const BIGNUM *a1, const BIGNUM *p1,
    +                     const BIGNUM *a2, const BIGNUM *p2, const BIGNUM *m,
    +                     BN_CTX *ctx, BN_MONT_CTX *m_ctx);
    +int BN_mod_exp_simple(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    +                      const BIGNUM *m, BN_CTX *ctx);
    +
    +int BN_mask_bits(BIGNUM *a, int n);
    +# ifndef OPENSSL_NO_FP_API
    +int BN_print_fp(FILE *fp, const BIGNUM *a);
    +# endif
    +# ifdef HEADER_BIO_H
    +int BN_print(BIO *fp, const BIGNUM *a);
    +# else
    +int BN_print(void *fp, const BIGNUM *a);
    +# endif
    +int BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx);
    +int BN_rshift(BIGNUM *r, const BIGNUM *a, int n);
    +int BN_rshift1(BIGNUM *r, const BIGNUM *a);
    +void BN_clear(BIGNUM *a);
     BIGNUM *BN_dup(const BIGNUM *a);
    -int	BN_ucmp(const BIGNUM *a, const BIGNUM *b);
    -int	BN_set_bit(BIGNUM *a, int n);
    -int	BN_clear_bit(BIGNUM *a, int n);
    -char *	BN_bn2hex(const BIGNUM *a);
    -char *	BN_bn2dec(const BIGNUM *a);
    -int 	BN_hex2bn(BIGNUM **a, const char *str);
    -int 	BN_dec2bn(BIGNUM **a, const char *str);
    -int	BN_asc2bn(BIGNUM **a, const char *str);
    -int	BN_gcd(BIGNUM *r,const BIGNUM *a,const BIGNUM *b,BN_CTX *ctx);
    -int	BN_kronecker(const BIGNUM *a,const BIGNUM *b,BN_CTX *ctx); /* returns -2 for error */
    +int BN_ucmp(const BIGNUM *a, const BIGNUM *b);
    +int BN_set_bit(BIGNUM *a, int n);
    +int BN_clear_bit(BIGNUM *a, int n);
    +char *BN_bn2hex(const BIGNUM *a);
    +char *BN_bn2dec(const BIGNUM *a);
    +int BN_hex2bn(BIGNUM **a, const char *str);
    +int BN_dec2bn(BIGNUM **a, const char *str);
    +int BN_asc2bn(BIGNUM **a, const char *str);
    +int BN_gcd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
    +int BN_kronecker(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx); /* returns
    +                                                                  * -2 for
    +                                                                  * error */
     BIGNUM *BN_mod_inverse(BIGNUM *ret,
    -	const BIGNUM *a, const BIGNUM *n,BN_CTX *ctx);
    +                       const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx);
     BIGNUM *BN_mod_sqrt(BIGNUM *ret,
    -	const BIGNUM *a, const BIGNUM *n,BN_CTX *ctx);
    +                    const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx);
     
    -void	BN_consttime_swap(BN_ULONG swap, BIGNUM *a, BIGNUM *b, int nwords);
    +void BN_consttime_swap(BN_ULONG swap, BIGNUM *a, BIGNUM *b, int nwords);
     
     /* Deprecated versions */
    -#ifndef OPENSSL_NO_DEPRECATED
    -BIGNUM *BN_generate_prime(BIGNUM *ret,int bits,int safe,
    -	const BIGNUM *add, const BIGNUM *rem,
    -	void (*callback)(int,int,void *),void *cb_arg);
    -int	BN_is_prime(const BIGNUM *p,int nchecks,
    -	void (*callback)(int,int,void *),
    -	BN_CTX *ctx,void *cb_arg);
    -int	BN_is_prime_fasttest(const BIGNUM *p,int nchecks,
    -	void (*callback)(int,int,void *),BN_CTX *ctx,void *cb_arg,
    -	int do_trial_division);
    -#endif /* !defined(OPENSSL_NO_DEPRECATED) */
    +# ifndef OPENSSL_NO_DEPRECATED
    +BIGNUM *BN_generate_prime(BIGNUM *ret, int bits, int safe,
    +                          const BIGNUM *add, const BIGNUM *rem,
    +                          void (*callback) (int, int, void *), void *cb_arg);
    +int BN_is_prime(const BIGNUM *p, int nchecks,
    +                void (*callback) (int, int, void *),
    +                BN_CTX *ctx, void *cb_arg);
    +int BN_is_prime_fasttest(const BIGNUM *p, int nchecks,
    +                         void (*callback) (int, int, void *), BN_CTX *ctx,
    +                         void *cb_arg, int do_trial_division);
    +# endif                         /* !defined(OPENSSL_NO_DEPRECATED) */
     
     /* Newer versions */
    -int	BN_generate_prime_ex(BIGNUM *ret,int bits,int safe, const BIGNUM *add,
    -		const BIGNUM *rem, BN_GENCB *cb);
    -int	BN_is_prime_ex(const BIGNUM *p,int nchecks, BN_CTX *ctx, BN_GENCB *cb);
    -int	BN_is_prime_fasttest_ex(const BIGNUM *p,int nchecks, BN_CTX *ctx,
    -		int do_trial_division, BN_GENCB *cb);
    +int BN_generate_prime_ex(BIGNUM *ret, int bits, int safe, const BIGNUM *add,
    +                         const BIGNUM *rem, BN_GENCB *cb);
    +int BN_is_prime_ex(const BIGNUM *p, int nchecks, BN_CTX *ctx, BN_GENCB *cb);
    +int BN_is_prime_fasttest_ex(const BIGNUM *p, int nchecks, BN_CTX *ctx,
    +                            int do_trial_division, BN_GENCB *cb);
     
     int BN_X931_generate_Xpq(BIGNUM *Xp, BIGNUM *Xq, int nbits, BN_CTX *ctx);
     
     int BN_X931_derive_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2,
    -			const BIGNUM *Xp, const BIGNUM *Xp1, const BIGNUM *Xp2,
    -			const BIGNUM *e, BN_CTX *ctx, BN_GENCB *cb);
    -int BN_X931_generate_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2,
    -			BIGNUM *Xp1, BIGNUM *Xp2,
    -			const BIGNUM *Xp,
    -			const BIGNUM *e, BN_CTX *ctx,
    -			BN_GENCB *cb);
    -
    -BN_MONT_CTX *BN_MONT_CTX_new(void );
    +                            const BIGNUM *Xp, const BIGNUM *Xp1,
    +                            const BIGNUM *Xp2, const BIGNUM *e, BN_CTX *ctx,
    +                            BN_GENCB *cb);
    +int BN_X931_generate_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2, BIGNUM *Xp1,
    +                              BIGNUM *Xp2, const BIGNUM *Xp, const BIGNUM *e,
    +                              BN_CTX *ctx, BN_GENCB *cb);
    +
    +BN_MONT_CTX *BN_MONT_CTX_new(void);
     void BN_MONT_CTX_init(BN_MONT_CTX *ctx);
    -int BN_mod_mul_montgomery(BIGNUM *r,const BIGNUM *a,const BIGNUM *b,
    -	BN_MONT_CTX *mont, BN_CTX *ctx);
    -#define BN_to_montgomery(r,a,mont,ctx)	BN_mod_mul_montgomery(\
    -	(r),(a),&((mont)->RR),(mont),(ctx))
    -int BN_from_montgomery(BIGNUM *r,const BIGNUM *a,
    -	BN_MONT_CTX *mont, BN_CTX *ctx);
    +int BN_mod_mul_montgomery(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
    +                          BN_MONT_CTX *mont, BN_CTX *ctx);
    +# define BN_to_montgomery(r,a,mont,ctx)  BN_mod_mul_montgomery(\
    +        (r),(a),&((mont)->RR),(mont),(ctx))
    +int BN_from_montgomery(BIGNUM *r, const BIGNUM *a,
    +                       BN_MONT_CTX *mont, BN_CTX *ctx);
     void BN_MONT_CTX_free(BN_MONT_CTX *mont);
    -int BN_MONT_CTX_set(BN_MONT_CTX *mont,const BIGNUM *mod,BN_CTX *ctx);
    -BN_MONT_CTX *BN_MONT_CTX_copy(BN_MONT_CTX *to,BN_MONT_CTX *from);
    +int BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *mod, BN_CTX *ctx);
    +BN_MONT_CTX *BN_MONT_CTX_copy(BN_MONT_CTX *to, BN_MONT_CTX *from);
     BN_MONT_CTX *BN_MONT_CTX_set_locked(BN_MONT_CTX **pmont, int lock,
    -					const BIGNUM *mod, BN_CTX *ctx);
    +                                    const BIGNUM *mod, BN_CTX *ctx);
     
     /* BN_BLINDING flags */
    -#define	BN_BLINDING_NO_UPDATE	0x00000001
    -#define	BN_BLINDING_NO_RECREATE	0x00000002
    +# define BN_BLINDING_NO_UPDATE   0x00000001
    +# define BN_BLINDING_NO_RECREATE 0x00000002
     
     BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, BIGNUM *mod);
     void BN_BLINDING_free(BN_BLINDING *b);
    -int BN_BLINDING_update(BN_BLINDING *b,BN_CTX *ctx);
    +int BN_BLINDING_update(BN_BLINDING *b, BN_CTX *ctx);
     int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
     int BN_BLINDING_invert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
     int BN_BLINDING_convert_ex(BIGNUM *n, BIGNUM *r, BN_BLINDING *b, BN_CTX *);
    -int BN_BLINDING_invert_ex(BIGNUM *n, const BIGNUM *r, BN_BLINDING *b, BN_CTX *);
    -#ifndef OPENSSL_NO_DEPRECATED
    +int BN_BLINDING_invert_ex(BIGNUM *n, const BIGNUM *r, BN_BLINDING *b,
    +                          BN_CTX *);
    +# ifndef OPENSSL_NO_DEPRECATED
     unsigned long BN_BLINDING_get_thread_id(const BN_BLINDING *);
     void BN_BLINDING_set_thread_id(BN_BLINDING *, unsigned long);
    -#endif
    +# endif
     CRYPTO_THREADID *BN_BLINDING_thread_id(BN_BLINDING *);
     unsigned long BN_BLINDING_get_flags(const BN_BLINDING *);
     void BN_BLINDING_set_flags(BN_BLINDING *, unsigned long);
     BN_BLINDING *BN_BLINDING_create_param(BN_BLINDING *b,
    -	const BIGNUM *e, BIGNUM *m, BN_CTX *ctx,
    -	int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    -			  const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx),
    -	BN_MONT_CTX *m_ctx);
    -
    -#ifndef OPENSSL_NO_DEPRECATED
    -void BN_set_params(int mul,int high,int low,int mont);
    -int BN_get_params(int which); /* 0, mul, 1 high, 2 low, 3 mont */
    -#endif
    +                                      const BIGNUM *e, BIGNUM *m, BN_CTX *ctx,
    +                                      int (*bn_mod_exp) (BIGNUM *r,
    +                                                         const BIGNUM *a,
    +                                                         const BIGNUM *p,
    +                                                         const BIGNUM *m,
    +                                                         BN_CTX *ctx,
    +                                                         BN_MONT_CTX *m_ctx),
    +                                      BN_MONT_CTX *m_ctx);
    +
    +# ifndef OPENSSL_NO_DEPRECATED
    +void BN_set_params(int mul, int high, int low, int mont);
    +int BN_get_params(int which);   /* 0, mul, 1 high, 2 low, 3 mont */
    +# endif
     
    -void	BN_RECP_CTX_init(BN_RECP_CTX *recp);
    +void BN_RECP_CTX_init(BN_RECP_CTX *recp);
     BN_RECP_CTX *BN_RECP_CTX_new(void);
    -void	BN_RECP_CTX_free(BN_RECP_CTX *recp);
    -int	BN_RECP_CTX_set(BN_RECP_CTX *recp,const BIGNUM *rdiv,BN_CTX *ctx);
    -int	BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *x, const BIGNUM *y,
    -	BN_RECP_CTX *recp,BN_CTX *ctx);
    -int	BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    -	const BIGNUM *m, BN_CTX *ctx);
    -int	BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
    -	BN_RECP_CTX *recp, BN_CTX *ctx);
    -
    -#ifndef OPENSSL_NO_EC2M
    -
    -/* Functions for arithmetic over binary polynomials represented by BIGNUMs. 
    - *
    +void BN_RECP_CTX_free(BN_RECP_CTX *recp);
    +int BN_RECP_CTX_set(BN_RECP_CTX *recp, const BIGNUM *rdiv, BN_CTX *ctx);
    +int BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *x, const BIGNUM *y,
    +                          BN_RECP_CTX *recp, BN_CTX *ctx);
    +int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    +                    const BIGNUM *m, BN_CTX *ctx);
    +int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
    +                BN_RECP_CTX *recp, BN_CTX *ctx);
    +
    +# ifndef OPENSSL_NO_EC2M
    +
    +/*
    + * Functions for arithmetic over binary polynomials represented by BIGNUMs.
      * The BIGNUM::neg property of BIGNUMs representing binary polynomials is
    - * ignored.
    - *
    - * Note that input arguments are not const so that their bit arrays can
    - * be expanded to the appropriate size if needed.
    + * ignored. Note that input arguments are not const so that their bit arrays
    + * can be expanded to the appropriate size if needed.
      */
     
    -int	BN_GF2m_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b); /*r = a + b*/
    -#define BN_GF2m_sub(r, a, b) BN_GF2m_add(r, a, b)
    -int	BN_GF2m_mod(BIGNUM *r, const BIGNUM *a, const BIGNUM *p); /*r=a mod p*/
    -int	BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
    -	const BIGNUM *p, BN_CTX *ctx); /* r = (a * b) mod p */
    -int	BN_GF2m_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    -	BN_CTX *ctx); /* r = (a * a) mod p */
    -int	BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *b, const BIGNUM *p,
    -	BN_CTX *ctx); /* r = (1 / b) mod p */
    -int	BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
    -	const BIGNUM *p, BN_CTX *ctx); /* r = (a / b) mod p */
    -int	BN_GF2m_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
    -	const BIGNUM *p, BN_CTX *ctx); /* r = (a ^ b) mod p */
    -int	BN_GF2m_mod_sqrt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    -	BN_CTX *ctx); /* r = sqrt(a) mod p */
    -int	BN_GF2m_mod_solve_quad(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    -	BN_CTX *ctx); /* r^2 + r = a mod p */
    -#define BN_GF2m_cmp(a, b) BN_ucmp((a), (b))
    -/* Some functions allow for representation of the irreducible polynomials
    +/*
    + * r = a + b
    + */
    +int BN_GF2m_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
    +#  define BN_GF2m_sub(r, a, b) BN_GF2m_add(r, a, b)
    +/*
    + * r=a mod p
    + */
    +int BN_GF2m_mod(BIGNUM *r, const BIGNUM *a, const BIGNUM *p);
    +/* r = (a * b) mod p */
    +int BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
    +                    const BIGNUM *p, BN_CTX *ctx);
    +/* r = (a * a) mod p */
    +int BN_GF2m_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
    +/* r = (1 / b) mod p */
    +int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *b, const BIGNUM *p, BN_CTX *ctx);
    +/* r = (a / b) mod p */
    +int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
    +                    const BIGNUM *p, BN_CTX *ctx);
    +/* r = (a ^ b) mod p */
    +int BN_GF2m_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
    +                    const BIGNUM *p, BN_CTX *ctx);
    +/* r = sqrt(a) mod p */
    +int BN_GF2m_mod_sqrt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    +                     BN_CTX *ctx);
    +/* r^2 + r = a mod p */
    +int BN_GF2m_mod_solve_quad(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    +                           BN_CTX *ctx);
    +#  define BN_GF2m_cmp(a, b) BN_ucmp((a), (b))
    +/*-
    + * Some functions allow for representation of the irreducible polynomials
      * as an unsigned int[], say p.  The irreducible f(t) is then of the form:
      *     t^p[0] + t^p[1] + ... + t^p[k]
      * where m = p[0] > p[1] > ... > p[k] = 0.
      */
    -int	BN_GF2m_mod_arr(BIGNUM *r, const BIGNUM *a, const int p[]);
    -	/* r = a mod p */
    -int	BN_GF2m_mod_mul_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
    -	const int p[], BN_CTX *ctx); /* r = (a * b) mod p */
    -int	BN_GF2m_mod_sqr_arr(BIGNUM *r, const BIGNUM *a, const int p[],
    -	BN_CTX *ctx); /* r = (a * a) mod p */
    -int	BN_GF2m_mod_inv_arr(BIGNUM *r, const BIGNUM *b, const int p[],
    -	BN_CTX *ctx); /* r = (1 / b) mod p */
    -int	BN_GF2m_mod_div_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
    -	const int p[], BN_CTX *ctx); /* r = (a / b) mod p */
    -int	BN_GF2m_mod_exp_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
    -	const int p[], BN_CTX *ctx); /* r = (a ^ b) mod p */
    -int	BN_GF2m_mod_sqrt_arr(BIGNUM *r, const BIGNUM *a,
    -	const int p[], BN_CTX *ctx); /* r = sqrt(a) mod p */
    -int	BN_GF2m_mod_solve_quad_arr(BIGNUM *r, const BIGNUM *a,
    -	const int p[], BN_CTX *ctx); /* r^2 + r = a mod p */
    -int	BN_GF2m_poly2arr(const BIGNUM *a, int p[], int max);
    -int	BN_GF2m_arr2poly(const int p[], BIGNUM *a);
    +/* r = a mod p */
    +int BN_GF2m_mod_arr(BIGNUM *r, const BIGNUM *a, const int p[]);
    +/* r = (a * b) mod p */
    +int BN_GF2m_mod_mul_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
    +                        const int p[], BN_CTX *ctx);
    +/* r = (a * a) mod p */
    +int BN_GF2m_mod_sqr_arr(BIGNUM *r, const BIGNUM *a, const int p[],
    +                        BN_CTX *ctx);
    +/* r = (1 / b) mod p */
    +int BN_GF2m_mod_inv_arr(BIGNUM *r, const BIGNUM *b, const int p[],
    +                        BN_CTX *ctx);
    +/* r = (a / b) mod p */
    +int BN_GF2m_mod_div_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
    +                        const int p[], BN_CTX *ctx);
    +/* r = (a ^ b) mod p */
    +int BN_GF2m_mod_exp_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
    +                        const int p[], BN_CTX *ctx);
    +/* r = sqrt(a) mod p */
    +int BN_GF2m_mod_sqrt_arr(BIGNUM *r, const BIGNUM *a,
    +                         const int p[], BN_CTX *ctx);
    +/* r^2 + r = a mod p */
    +int BN_GF2m_mod_solve_quad_arr(BIGNUM *r, const BIGNUM *a,
    +                               const int p[], BN_CTX *ctx);
    +int BN_GF2m_poly2arr(const BIGNUM *a, int p[], int max);
    +int BN_GF2m_arr2poly(const int p[], BIGNUM *a);
     
    -#endif
    +# endif
     
    -/* faster mod functions for the 'NIST primes' 
    - * 0 <= a < p^2 */
    +/*
    + * faster mod functions for the 'NIST primes' 0 <= a < p^2
    + */
     int BN_nist_mod_192(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
     int BN_nist_mod_224(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
     int BN_nist_mod_256(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
    @@ -696,15 +721,16 @@ const BIGNUM *BN_get0_nist_prime_521(void);
     
     /* library internal functions */
     
    -#define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\
    -	(a):bn_expand2((a),(bits+BN_BITS2-1)/BN_BITS2))
    -#define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words)))
    +# define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\
    +        (a):bn_expand2((a),(bits+BN_BITS2-1)/BN_BITS2))
    +# define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words)))
     BIGNUM *bn_expand2(BIGNUM *a, int words);
    -#ifndef OPENSSL_NO_DEPRECATED
    +# ifndef OPENSSL_NO_DEPRECATED
     BIGNUM *bn_dup_expand(const BIGNUM *a, int words); /* unused */
    -#endif
    +# endif
     
    -/* Bignum consistency macros
    +/*-
    + * Bignum consistency macros
      * There is one "API" macro, bn_fix_top(), for stripping leading zeroes from
      * bignum data after direct manipulations on the data. There is also an
      * "internal" macro, bn_check_top(), for verifying that there are no leading
    @@ -732,86 +758,91 @@ BIGNUM *bn_dup_expand(const BIGNUM *a, int words); /* unused */
      * coverage for openssl's own code.
      */
     
    -#ifdef BN_DEBUG
    +# ifdef BN_DEBUG
     
     /* We only need assert() when debugging */
    -#include 
    +#  include 
     
    -#ifdef BN_DEBUG_RAND
    +#  ifdef BN_DEBUG_RAND
     /* To avoid "make update" cvs wars due to BN_DEBUG, use some tricks */
    -#ifndef RAND_pseudo_bytes
    -int RAND_pseudo_bytes(unsigned char *buf,int num);
    -#define BN_DEBUG_TRIX
    -#endif
    -#define bn_pollute(a) \
    -	do { \
    -		const BIGNUM *_bnum1 = (a); \
    -		if(_bnum1->top < _bnum1->dmax) { \
    -			unsigned char _tmp_char; \
    -			/* We cast away const without the compiler knowing, any \
    -			 * *genuinely* constant variables that aren't mutable \
    -			 * wouldn't be constructed with top!=dmax. */ \
    -			BN_ULONG *_not_const; \
    -			memcpy(&_not_const, &_bnum1->d, sizeof(BN_ULONG*)); \
    -			RAND_pseudo_bytes(&_tmp_char, 1); \
    -			memset((unsigned char *)(_not_const + _bnum1->top), _tmp_char, \
    -				(_bnum1->dmax - _bnum1->top) * sizeof(BN_ULONG)); \
    -		} \
    -	} while(0)
    -#ifdef BN_DEBUG_TRIX
    -#undef RAND_pseudo_bytes
    -#endif
    -#else
    -#define bn_pollute(a)
    -#endif
    -#define bn_check_top(a) \
    -	do { \
    -		const BIGNUM *_bnum2 = (a); \
    -		if (_bnum2 != NULL) { \
    -			assert((_bnum2->top == 0) || \
    -				(_bnum2->d[_bnum2->top - 1] != 0)); \
    -			bn_pollute(_bnum2); \
    -		} \
    -	} while(0)
    -
    -#define bn_fix_top(a)		bn_check_top(a)
    -
    -#define bn_check_size(bn, bits) bn_wcheck_size(bn, ((bits+BN_BITS2-1))/BN_BITS2)
    -#define bn_wcheck_size(bn, words) \
    -	do { \
    -		const BIGNUM *_bnum2 = (bn); \
    -		assert(words <= (_bnum2)->dmax && words >= (_bnum2)->top); \
    -	} while(0)
    -
    -#else /* !BN_DEBUG */
    -
    -#define bn_pollute(a)
    -#define bn_check_top(a)
    -#define bn_fix_top(a)		bn_correct_top(a)
    -#define bn_check_size(bn, bits)
    -#define bn_wcheck_size(bn, words)
    +#   ifndef RAND_pseudo_bytes
    +int RAND_pseudo_bytes(unsigned char *buf, int num);
    +#    define BN_DEBUG_TRIX
    +#   endif
    +#   define bn_pollute(a) \
    +        do { \
    +                const BIGNUM *_bnum1 = (a); \
    +                if(_bnum1->top < _bnum1->dmax) { \
    +                        unsigned char _tmp_char; \
    +                        /* We cast away const without the compiler knowing, any \
    +                         * *genuinely* constant variables that aren't mutable \
    +                         * wouldn't be constructed with top!=dmax. */ \
    +                        BN_ULONG *_not_const; \
    +                        memcpy(&_not_const, &_bnum1->d, sizeof(BN_ULONG*)); \
    +                        RAND_pseudo_bytes(&_tmp_char, 1); \
    +                        memset((unsigned char *)(_not_const + _bnum1->top), _tmp_char, \
    +                                (_bnum1->dmax - _bnum1->top) * sizeof(BN_ULONG)); \
    +                } \
    +        } while(0)
    +#   ifdef BN_DEBUG_TRIX
    +#    undef RAND_pseudo_bytes
    +#   endif
    +#  else
    +#   define bn_pollute(a)
    +#  endif
    +#  define bn_check_top(a) \
    +        do { \
    +                const BIGNUM *_bnum2 = (a); \
    +                if (_bnum2 != NULL) { \
    +                        assert((_bnum2->top == 0) || \
    +                                (_bnum2->d[_bnum2->top - 1] != 0)); \
    +                        bn_pollute(_bnum2); \
    +                } \
    +        } while(0)
    +
    +#  define bn_fix_top(a)           bn_check_top(a)
    +
    +#  define bn_check_size(bn, bits) bn_wcheck_size(bn, ((bits+BN_BITS2-1))/BN_BITS2)
    +#  define bn_wcheck_size(bn, words) \
    +        do { \
    +                const BIGNUM *_bnum2 = (bn); \
    +                assert((words) <= (_bnum2)->dmax && (words) >= (_bnum2)->top); \
    +                /* avoid unused variable warning with NDEBUG */ \
    +                (void)(_bnum2); \
    +        } while(0)
    +
    +# else                          /* !BN_DEBUG */
    +
    +#  define bn_pollute(a)
    +#  define bn_check_top(a)
    +#  define bn_fix_top(a)           bn_correct_top(a)
    +#  define bn_check_size(bn, bits)
    +#  define bn_wcheck_size(bn, words)
     
    -#endif
    +# endif
     
    -#define bn_correct_top(a) \
    +# define bn_correct_top(a) \
             { \
             BN_ULONG *ftl; \
    -	int tmp_top = (a)->top; \
    -	if (tmp_top > 0) \
    -		{ \
    -		for (ftl= &((a)->d[tmp_top-1]); tmp_top > 0; tmp_top--) \
    -			if (*(ftl--)) break; \
    -		(a)->top = tmp_top; \
    -		} \
    -	bn_pollute(a); \
    -	}
    -
    -BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w);
    +        int tmp_top = (a)->top; \
    +        if (tmp_top > 0) \
    +                { \
    +                for (ftl= &((a)->d[tmp_top-1]); tmp_top > 0; tmp_top--) \
    +                        if (*(ftl--)) break; \
    +                (a)->top = tmp_top; \
    +                } \
    +        bn_pollute(a); \
    +        }
    +
    +BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num,
    +                          BN_ULONG w);
     BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w);
    -void     bn_sqr_words(BN_ULONG *rp, const BN_ULONG *ap, int num);
    +void bn_sqr_words(BN_ULONG *rp, const BN_ULONG *ap, int num);
     BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d);
    -BN_ULONG bn_add_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int num);
    -BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int num);
    +BN_ULONG bn_add_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
    +                      int num);
    +BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
    +                      int num);
     
     /* Primes from RFC 2409 */
     BIGNUM *get_rfc2409_prime_768(BIGNUM *bn);
    @@ -825,10 +856,11 @@ BIGNUM *get_rfc3526_prime_4096(BIGNUM *bn);
     BIGNUM *get_rfc3526_prime_6144(BIGNUM *bn);
     BIGNUM *get_rfc3526_prime_8192(BIGNUM *bn);
     
    -int BN_bntest_rand(BIGNUM *rnd, int bits, int top,int bottom);
    +int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom);
     
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     void ERR_load_BN_strings(void);
    @@ -836,65 +868,65 @@ void ERR_load_BN_strings(void);
     /* Error codes for the BN functions. */
     
     /* Function codes. */
    -#define BN_F_BNRAND					 127
    -#define BN_F_BN_BLINDING_CONVERT_EX			 100
    -#define BN_F_BN_BLINDING_CREATE_PARAM			 128
    -#define BN_F_BN_BLINDING_INVERT_EX			 101
    -#define BN_F_BN_BLINDING_NEW				 102
    -#define BN_F_BN_BLINDING_UPDATE				 103
    -#define BN_F_BN_BN2DEC					 104
    -#define BN_F_BN_BN2HEX					 105
    -#define BN_F_BN_CTX_GET					 116
    -#define BN_F_BN_CTX_NEW					 106
    -#define BN_F_BN_CTX_START				 129
    -#define BN_F_BN_DIV					 107
    -#define BN_F_BN_DIV_NO_BRANCH				 138
    -#define BN_F_BN_DIV_RECP				 130
    -#define BN_F_BN_EXP					 123
    -#define BN_F_BN_EXPAND2					 108
    -#define BN_F_BN_EXPAND_INTERNAL				 120
    -#define BN_F_BN_GF2M_MOD				 131
    -#define BN_F_BN_GF2M_MOD_EXP				 132
    -#define BN_F_BN_GF2M_MOD_MUL				 133
    -#define BN_F_BN_GF2M_MOD_SOLVE_QUAD			 134
    -#define BN_F_BN_GF2M_MOD_SOLVE_QUAD_ARR			 135
    -#define BN_F_BN_GF2M_MOD_SQR				 136
    -#define BN_F_BN_GF2M_MOD_SQRT				 137
    -#define BN_F_BN_MOD_EXP2_MONT				 118
    -#define BN_F_BN_MOD_EXP_MONT				 109
    -#define BN_F_BN_MOD_EXP_MONT_CONSTTIME			 124
    -#define BN_F_BN_MOD_EXP_MONT_WORD			 117
    -#define BN_F_BN_MOD_EXP_RECP				 125
    -#define BN_F_BN_MOD_EXP_SIMPLE				 126
    -#define BN_F_BN_MOD_INVERSE				 110
    -#define BN_F_BN_MOD_INVERSE_NO_BRANCH			 139
    -#define BN_F_BN_MOD_LSHIFT_QUICK			 119
    -#define BN_F_BN_MOD_MUL_RECIPROCAL			 111
    -#define BN_F_BN_MOD_SQRT				 121
    -#define BN_F_BN_MPI2BN					 112
    -#define BN_F_BN_NEW					 113
    -#define BN_F_BN_RAND					 114
    -#define BN_F_BN_RAND_RANGE				 122
    -#define BN_F_BN_USUB					 115
    +# define BN_F_BNRAND                                      127
    +# define BN_F_BN_BLINDING_CONVERT_EX                      100
    +# define BN_F_BN_BLINDING_CREATE_PARAM                    128
    +# define BN_F_BN_BLINDING_INVERT_EX                       101
    +# define BN_F_BN_BLINDING_NEW                             102
    +# define BN_F_BN_BLINDING_UPDATE                          103
    +# define BN_F_BN_BN2DEC                                   104
    +# define BN_F_BN_BN2HEX                                   105
    +# define BN_F_BN_CTX_GET                                  116
    +# define BN_F_BN_CTX_NEW                                  106
    +# define BN_F_BN_CTX_START                                129
    +# define BN_F_BN_DIV                                      107
    +# define BN_F_BN_DIV_NO_BRANCH                            138
    +# define BN_F_BN_DIV_RECP                                 130
    +# define BN_F_BN_EXP                                      123
    +# define BN_F_BN_EXPAND2                                  108
    +# define BN_F_BN_EXPAND_INTERNAL                          120
    +# define BN_F_BN_GF2M_MOD                                 131
    +# define BN_F_BN_GF2M_MOD_EXP                             132
    +# define BN_F_BN_GF2M_MOD_MUL                             133
    +# define BN_F_BN_GF2M_MOD_SOLVE_QUAD                      134
    +# define BN_F_BN_GF2M_MOD_SOLVE_QUAD_ARR                  135
    +# define BN_F_BN_GF2M_MOD_SQR                             136
    +# define BN_F_BN_GF2M_MOD_SQRT                            137
    +# define BN_F_BN_MOD_EXP2_MONT                            118
    +# define BN_F_BN_MOD_EXP_MONT                             109
    +# define BN_F_BN_MOD_EXP_MONT_CONSTTIME                   124
    +# define BN_F_BN_MOD_EXP_MONT_WORD                        117
    +# define BN_F_BN_MOD_EXP_RECP                             125
    +# define BN_F_BN_MOD_EXP_SIMPLE                           126
    +# define BN_F_BN_MOD_INVERSE                              110
    +# define BN_F_BN_MOD_INVERSE_NO_BRANCH                    139
    +# define BN_F_BN_MOD_LSHIFT_QUICK                         119
    +# define BN_F_BN_MOD_MUL_RECIPROCAL                       111
    +# define BN_F_BN_MOD_SQRT                                 121
    +# define BN_F_BN_MPI2BN                                   112
    +# define BN_F_BN_NEW                                      113
    +# define BN_F_BN_RAND                                     114
    +# define BN_F_BN_RAND_RANGE                               122
    +# define BN_F_BN_USUB                                     115
     
     /* Reason codes. */
    -#define BN_R_ARG2_LT_ARG3				 100
    -#define BN_R_BAD_RECIPROCAL				 101
    -#define BN_R_BIGNUM_TOO_LONG				 114
    -#define BN_R_CALLED_WITH_EVEN_MODULUS			 102
    -#define BN_R_DIV_BY_ZERO				 103
    -#define BN_R_ENCODING_ERROR				 104
    -#define BN_R_EXPAND_ON_STATIC_BIGNUM_DATA		 105
    -#define BN_R_INPUT_NOT_REDUCED				 110
    -#define BN_R_INVALID_LENGTH				 106
    -#define BN_R_INVALID_RANGE				 115
    -#define BN_R_NOT_A_SQUARE				 111
    -#define BN_R_NOT_INITIALIZED				 107
    -#define BN_R_NO_INVERSE					 108
    -#define BN_R_NO_SOLUTION				 116
    -#define BN_R_P_IS_NOT_PRIME				 112
    -#define BN_R_TOO_MANY_ITERATIONS			 113
    -#define BN_R_TOO_MANY_TEMPORARY_VARIABLES		 109
    +# define BN_R_ARG2_LT_ARG3                                100
    +# define BN_R_BAD_RECIPROCAL                              101
    +# define BN_R_BIGNUM_TOO_LONG                             114
    +# define BN_R_CALLED_WITH_EVEN_MODULUS                    102
    +# define BN_R_DIV_BY_ZERO                                 103
    +# define BN_R_ENCODING_ERROR                              104
    +# define BN_R_EXPAND_ON_STATIC_BIGNUM_DATA                105
    +# define BN_R_INPUT_NOT_REDUCED                           110
    +# define BN_R_INVALID_LENGTH                              106
    +# define BN_R_INVALID_RANGE                               115
    +# define BN_R_NOT_A_SQUARE                                111
    +# define BN_R_NOT_INITIALIZED                             107
    +# define BN_R_NO_INVERSE                                  108
    +# define BN_R_NO_SOLUTION                                 116
    +# define BN_R_P_IS_NOT_PRIME                              112
    +# define BN_R_TOO_MANY_ITERATIONS                         113
    +# define BN_R_TOO_MANY_TEMPORARY_VARIABLES                109
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/bn/bn_add.c b/openssl/crypto/bn/bn_add.c
    index 940516370..2f3d11044 100644
    --- a/openssl/crypto/bn/bn_add.c
    +++ b/openssl/crypto/bn/bn_add.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,252 +62,252 @@
     
     /* r can == a or b */
     int BN_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
    -	{
    -	const BIGNUM *tmp;
    -	int a_neg = a->neg, ret;
    +{
    +    const BIGNUM *tmp;
    +    int a_neg = a->neg, ret;
     
    -	bn_check_top(a);
    -	bn_check_top(b);
    +    bn_check_top(a);
    +    bn_check_top(b);
     
    -	/*  a +  b	a+b
    -	 *  a + -b	a-b
    -	 * -a +  b	b-a
    -	 * -a + -b	-(a+b)
    -	 */
    -	if (a_neg ^ b->neg)
    -		{
    -		/* only one is negative */
    -		if (a_neg)
    -			{ tmp=a; a=b; b=tmp; }
    +    /*-
    +     *  a +  b      a+b
    +     *  a + -b      a-b
    +     * -a +  b      b-a
    +     * -a + -b      -(a+b)
    +     */
    +    if (a_neg ^ b->neg) {
    +        /* only one is negative */
    +        if (a_neg) {
    +            tmp = a;
    +            a = b;
    +            b = tmp;
    +        }
     
    -		/* we are now a - b */
    +        /* we are now a - b */
     
    -		if (BN_ucmp(a,b) < 0)
    -			{
    -			if (!BN_usub(r,b,a)) return(0);
    -			r->neg=1;
    -			}
    -		else
    -			{
    -			if (!BN_usub(r,a,b)) return(0);
    -			r->neg=0;
    -			}
    -		return(1);
    -		}
    +        if (BN_ucmp(a, b) < 0) {
    +            if (!BN_usub(r, b, a))
    +                return (0);
    +            r->neg = 1;
    +        } else {
    +            if (!BN_usub(r, a, b))
    +                return (0);
    +            r->neg = 0;
    +        }
    +        return (1);
    +    }
     
    -	ret = BN_uadd(r,a,b);
    -	r->neg = a_neg;
    -	bn_check_top(r);
    -	return ret;
    -	}
    +    ret = BN_uadd(r, a, b);
    +    r->neg = a_neg;
    +    bn_check_top(r);
    +    return ret;
    +}
     
     /* unsigned add of b to a */
     int BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
    -	{
    -	int max,min,dif;
    -	BN_ULONG *ap,*bp,*rp,carry,t1,t2;
    -	const BIGNUM *tmp;
    +{
    +    int max, min, dif;
    +    BN_ULONG *ap, *bp, *rp, carry, t1, t2;
    +    const BIGNUM *tmp;
     
    -	bn_check_top(a);
    -	bn_check_top(b);
    +    bn_check_top(a);
    +    bn_check_top(b);
     
    -	if (a->top < b->top)
    -		{ tmp=a; a=b; b=tmp; }
    -	max = a->top;
    -	min = b->top;
    -	dif = max - min;
    +    if (a->top < b->top) {
    +        tmp = a;
    +        a = b;
    +        b = tmp;
    +    }
    +    max = a->top;
    +    min = b->top;
    +    dif = max - min;
     
    -	if (bn_wexpand(r,max+1) == NULL)
    -		return 0;
    +    if (bn_wexpand(r, max + 1) == NULL)
    +        return 0;
     
    -	r->top=max;
    +    r->top = max;
     
    +    ap = a->d;
    +    bp = b->d;
    +    rp = r->d;
     
    -	ap=a->d;
    -	bp=b->d;
    -	rp=r->d;
    +    carry = bn_add_words(rp, ap, bp, min);
    +    rp += min;
    +    ap += min;
    +    bp += min;
     
    -	carry=bn_add_words(rp,ap,bp,min);
    -	rp+=min;
    -	ap+=min;
    -	bp+=min;
    -
    -	if (carry)
    -		{
    -		while (dif)
    -			{
    -			dif--;
    -			t1 = *(ap++);
    -			t2 = (t1+1) & BN_MASK2;
    -			*(rp++) = t2;
    -			if (t2)
    -				{
    -				carry=0;
    -				break;
    -				}
    -			}
    -		if (carry)
    -			{
    -			/* carry != 0 => dif == 0 */
    -			*rp = 1;
    -			r->top++;
    -			}
    -		}
    -	if (dif && rp != ap)
    -		while (dif--)
    -			/* copy remaining words if ap != rp */
    -			*(rp++) = *(ap++);
    -	r->neg = 0;
    -	bn_check_top(r);
    -	return 1;
    -	}
    +    if (carry) {
    +        while (dif) {
    +            dif--;
    +            t1 = *(ap++);
    +            t2 = (t1 + 1) & BN_MASK2;
    +            *(rp++) = t2;
    +            if (t2) {
    +                carry = 0;
    +                break;
    +            }
    +        }
    +        if (carry) {
    +            /* carry != 0 => dif == 0 */
    +            *rp = 1;
    +            r->top++;
    +        }
    +    }
    +    if (dif && rp != ap)
    +        while (dif--)
    +            /* copy remaining words if ap != rp */
    +            *(rp++) = *(ap++);
    +    r->neg = 0;
    +    bn_check_top(r);
    +    return 1;
    +}
     
     /* unsigned subtraction of b from a, a must be larger than b. */
     int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
    -	{
    -	int max,min,dif;
    -	register BN_ULONG t1,t2,*ap,*bp,*rp;
    -	int i,carry;
    +{
    +    int max, min, dif;
    +    register BN_ULONG t1, t2, *ap, *bp, *rp;
    +    int i, carry;
     #if defined(IRIX_CC_BUG) && !defined(LINT)
    -	int dummy;
    +    int dummy;
     #endif
     
    -	bn_check_top(a);
    -	bn_check_top(b);
    +    bn_check_top(a);
    +    bn_check_top(b);
     
    -	max = a->top;
    -	min = b->top;
    -	dif = max - min;
    +    max = a->top;
    +    min = b->top;
    +    dif = max - min;
     
    -	if (dif < 0)	/* hmm... should not be happening */
    -		{
    -		BNerr(BN_F_BN_USUB,BN_R_ARG2_LT_ARG3);
    -		return(0);
    -		}
    +    if (dif < 0) {              /* hmm... should not be happening */
    +        BNerr(BN_F_BN_USUB, BN_R_ARG2_LT_ARG3);
    +        return (0);
    +    }
     
    -	if (bn_wexpand(r,max) == NULL) return(0);
    +    if (bn_wexpand(r, max) == NULL)
    +        return (0);
     
    -	ap=a->d;
    -	bp=b->d;
    -	rp=r->d;
    +    ap = a->d;
    +    bp = b->d;
    +    rp = r->d;
     
     #if 1
    -	carry=0;
    -	for (i = min; i != 0; i--)
    -		{
    -		t1= *(ap++);
    -		t2= *(bp++);
    -		if (carry)
    -			{
    -			carry=(t1 <= t2);
    -			t1=(t1-t2-1)&BN_MASK2;
    -			}
    -		else
    -			{
    -			carry=(t1 < t2);
    -			t1=(t1-t2)&BN_MASK2;
    -			}
    -#if defined(IRIX_CC_BUG) && !defined(LINT)
    -		dummy=t1;
    -#endif
    -		*(rp++)=t1&BN_MASK2;
    -		}
    +    carry = 0;
    +    for (i = min; i != 0; i--) {
    +        t1 = *(ap++);
    +        t2 = *(bp++);
    +        if (carry) {
    +            carry = (t1 <= t2);
    +            t1 = (t1 - t2 - 1) & BN_MASK2;
    +        } else {
    +            carry = (t1 < t2);
    +            t1 = (t1 - t2) & BN_MASK2;
    +        }
    +# if defined(IRIX_CC_BUG) && !defined(LINT)
    +        dummy = t1;
    +# endif
    +        *(rp++) = t1 & BN_MASK2;
    +    }
     #else
    -	carry=bn_sub_words(rp,ap,bp,min);
    -	ap+=min;
    -	bp+=min;
    -	rp+=min;
    +    carry = bn_sub_words(rp, ap, bp, min);
    +    ap += min;
    +    bp += min;
    +    rp += min;
     #endif
    -	if (carry) /* subtracted */
    -		{
    -		if (!dif)
    -			/* error: a < b */
    -			return 0;
    -		while (dif)
    -			{
    -			dif--;
    -			t1 = *(ap++);
    -			t2 = (t1-1)&BN_MASK2;
    -			*(rp++) = t2;
    -			if (t1)
    -				break;
    -			}
    -		}
    +    if (carry) {                /* subtracted */
    +        if (!dif)
    +            /* error: a < b */
    +            return 0;
    +        while (dif) {
    +            dif--;
    +            t1 = *(ap++);
    +            t2 = (t1 - 1) & BN_MASK2;
    +            *(rp++) = t2;
    +            if (t1)
    +                break;
    +        }
    +    }
     #if 0
    -	memcpy(rp,ap,sizeof(*rp)*(max-i));
    +    memcpy(rp, ap, sizeof(*rp) * (max - i));
     #else
    -	if (rp != ap)
    -		{
    -		for (;;)
    -			{
    -			if (!dif--) break;
    -			rp[0]=ap[0];
    -			if (!dif--) break;
    -			rp[1]=ap[1];
    -			if (!dif--) break;
    -			rp[2]=ap[2];
    -			if (!dif--) break;
    -			rp[3]=ap[3];
    -			rp+=4;
    -			ap+=4;
    -			}
    -		}
    +    if (rp != ap) {
    +        for (;;) {
    +            if (!dif--)
    +                break;
    +            rp[0] = ap[0];
    +            if (!dif--)
    +                break;
    +            rp[1] = ap[1];
    +            if (!dif--)
    +                break;
    +            rp[2] = ap[2];
    +            if (!dif--)
    +                break;
    +            rp[3] = ap[3];
    +            rp += 4;
    +            ap += 4;
    +        }
    +    }
     #endif
     
    -	r->top=max;
    -	r->neg=0;
    -	bn_correct_top(r);
    -	return(1);
    -	}
    +    r->top = max;
    +    r->neg = 0;
    +    bn_correct_top(r);
    +    return (1);
    +}
     
     int BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
    -	{
    -	int max;
    -	int add=0,neg=0;
    -	const BIGNUM *tmp;
    -
    -	bn_check_top(a);
    -	bn_check_top(b);
    +{
    +    int max;
    +    int add = 0, neg = 0;
    +    const BIGNUM *tmp;
     
    -	/*  a -  b	a-b
    -	 *  a - -b	a+b
    -	 * -a -  b	-(a+b)
    -	 * -a - -b	b-a
    -	 */
    -	if (a->neg)
    -		{
    -		if (b->neg)
    -			{ tmp=a; a=b; b=tmp; }
    -		else
    -			{ add=1; neg=1; }
    -		}
    -	else
    -		{
    -		if (b->neg) { add=1; neg=0; }
    -		}
    +    bn_check_top(a);
    +    bn_check_top(b);
     
    -	if (add)
    -		{
    -		if (!BN_uadd(r,a,b)) return(0);
    -		r->neg=neg;
    -		return(1);
    -		}
    +    /*-
    +     *  a -  b      a-b
    +     *  a - -b      a+b
    +     * -a -  b      -(a+b)
    +     * -a - -b      b-a
    +     */
    +    if (a->neg) {
    +        if (b->neg) {
    +            tmp = a;
    +            a = b;
    +            b = tmp;
    +        } else {
    +            add = 1;
    +            neg = 1;
    +        }
    +    } else {
    +        if (b->neg) {
    +            add = 1;
    +            neg = 0;
    +        }
    +    }
     
    -	/* We are actually doing a - b :-) */
    +    if (add) {
    +        if (!BN_uadd(r, a, b))
    +            return (0);
    +        r->neg = neg;
    +        return (1);
    +    }
     
    -	max=(a->top > b->top)?a->top:b->top;
    -	if (bn_wexpand(r,max) == NULL) return(0);
    -	if (BN_ucmp(a,b) < 0)
    -		{
    -		if (!BN_usub(r,b,a)) return(0);
    -		r->neg=1;
    -		}
    -	else
    -		{
    -		if (!BN_usub(r,a,b)) return(0);
    -		r->neg=0;
    -		}
    -	bn_check_top(r);
    -	return(1);
    -	}
    +    /* We are actually doing a - b :-) */
     
    +    max = (a->top > b->top) ? a->top : b->top;
    +    if (bn_wexpand(r, max) == NULL)
    +        return (0);
    +    if (BN_ucmp(a, b) < 0) {
    +        if (!BN_usub(r, b, a))
    +            return (0);
    +        r->neg = 1;
    +    } else {
    +        if (!BN_usub(r, a, b))
    +            return (0);
    +        r->neg = 0;
    +    }
    +    bn_check_top(r);
    +    return (1);
    +}
    diff --git a/openssl/crypto/bn/bn_asm.c b/openssl/crypto/bn/bn_asm.c
    index c43c91cc0..03a33cffe 100644
    --- a/openssl/crypto/bn/bn_asm.c
    +++ b/openssl/crypto/bn/bn_asm.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -57,7 +57,7 @@
      */
     
     #ifndef BN_DEBUG
    -# undef NDEBUG /* avoid conflicting definitions */
    +# undef NDEBUG                  /* avoid conflicting definitions */
     # define NDEBUG
     #endif
     
    @@ -68,769 +68,823 @@
     
     #if defined(BN_LLONG) || defined(BN_UMULT_HIGH)
     
    -BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w)
    -	{
    -	BN_ULONG c1=0;
    -
    -	assert(num >= 0);
    -	if (num <= 0) return(c1);
    -
    -#ifndef OPENSSL_SMALL_FOOTPRINT
    -	while (num&~3)
    -		{
    -		mul_add(rp[0],ap[0],w,c1);
    -		mul_add(rp[1],ap[1],w,c1);
    -		mul_add(rp[2],ap[2],w,c1);
    -		mul_add(rp[3],ap[3],w,c1);
    -		ap+=4; rp+=4; num-=4;
    -		}
    -#endif
    -	while (num)
    -		{
    -		mul_add(rp[0],ap[0],w,c1);
    -		ap++; rp++; num--;
    -		}
    -	
    -	return(c1);
    -	} 
    +BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num,
    +                          BN_ULONG w)
    +{
    +    BN_ULONG c1 = 0;
    +
    +    assert(num >= 0);
    +    if (num <= 0)
    +        return (c1);
    +
    +# ifndef OPENSSL_SMALL_FOOTPRINT
    +    while (num & ~3) {
    +        mul_add(rp[0], ap[0], w, c1);
    +        mul_add(rp[1], ap[1], w, c1);
    +        mul_add(rp[2], ap[2], w, c1);
    +        mul_add(rp[3], ap[3], w, c1);
    +        ap += 4;
    +        rp += 4;
    +        num -= 4;
    +    }
    +# endif
    +    while (num) {
    +        mul_add(rp[0], ap[0], w, c1);
    +        ap++;
    +        rp++;
    +        num--;
    +    }
    +
    +    return (c1);
    +}
     
     BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w)
    -	{
    -	BN_ULONG c1=0;
    -
    -	assert(num >= 0);
    -	if (num <= 0) return(c1);
    -
    -#ifndef OPENSSL_SMALL_FOOTPRINT
    -	while (num&~3)
    -		{
    -		mul(rp[0],ap[0],w,c1);
    -		mul(rp[1],ap[1],w,c1);
    -		mul(rp[2],ap[2],w,c1);
    -		mul(rp[3],ap[3],w,c1);
    -		ap+=4; rp+=4; num-=4;
    -		}
    -#endif
    -	while (num)
    -		{
    -		mul(rp[0],ap[0],w,c1);
    -		ap++; rp++; num--;
    -		}
    -	return(c1);
    -	} 
    +{
    +    BN_ULONG c1 = 0;
    +
    +    assert(num >= 0);
    +    if (num <= 0)
    +        return (c1);
    +
    +# ifndef OPENSSL_SMALL_FOOTPRINT
    +    while (num & ~3) {
    +        mul(rp[0], ap[0], w, c1);
    +        mul(rp[1], ap[1], w, c1);
    +        mul(rp[2], ap[2], w, c1);
    +        mul(rp[3], ap[3], w, c1);
    +        ap += 4;
    +        rp += 4;
    +        num -= 4;
    +    }
    +# endif
    +    while (num) {
    +        mul(rp[0], ap[0], w, c1);
    +        ap++;
    +        rp++;
    +        num--;
    +    }
    +    return (c1);
    +}
     
     void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n)
    -        {
    -	assert(n >= 0);
    -	if (n <= 0) return;
    -
    -#ifndef OPENSSL_SMALL_FOOTPRINT
    -	while (n&~3)
    -		{
    -		sqr(r[0],r[1],a[0]);
    -		sqr(r[2],r[3],a[1]);
    -		sqr(r[4],r[5],a[2]);
    -		sqr(r[6],r[7],a[3]);
    -		a+=4; r+=8; n-=4;
    -		}
    -#endif
    -	while (n)
    -		{
    -		sqr(r[0],r[1],a[0]);
    -		a++; r+=2; n--;
    -		}
    -	}
    -
    -#else /* !(defined(BN_LLONG) || defined(BN_UMULT_HIGH)) */
    -
    -BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w)
    -	{
    -	BN_ULONG c=0;
    -	BN_ULONG bl,bh;
    -
    -	assert(num >= 0);
    -	if (num <= 0) return((BN_ULONG)0);
    -
    -	bl=LBITS(w);
    -	bh=HBITS(w);
    -
    -#ifndef OPENSSL_SMALL_FOOTPRINT
    -	while (num&~3)
    -		{
    -		mul_add(rp[0],ap[0],bl,bh,c);
    -		mul_add(rp[1],ap[1],bl,bh,c);
    -		mul_add(rp[2],ap[2],bl,bh,c);
    -		mul_add(rp[3],ap[3],bl,bh,c);
    -		ap+=4; rp+=4; num-=4;
    -		}
    -#endif
    -	while (num)
    -		{
    -		mul_add(rp[0],ap[0],bl,bh,c);
    -		ap++; rp++; num--;
    -		}
    -	return(c);
    -	} 
    +{
    +    assert(n >= 0);
    +    if (n <= 0)
    +        return;
    +
    +# ifndef OPENSSL_SMALL_FOOTPRINT
    +    while (n & ~3) {
    +        sqr(r[0], r[1], a[0]);
    +        sqr(r[2], r[3], a[1]);
    +        sqr(r[4], r[5], a[2]);
    +        sqr(r[6], r[7], a[3]);
    +        a += 4;
    +        r += 8;
    +        n -= 4;
    +    }
    +# endif
    +    while (n) {
    +        sqr(r[0], r[1], a[0]);
    +        a++;
    +        r += 2;
    +        n--;
    +    }
    +}
    +
    +#else                           /* !(defined(BN_LLONG) ||
    +                                 * defined(BN_UMULT_HIGH)) */
    +
    +BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num,
    +                          BN_ULONG w)
    +{
    +    BN_ULONG c = 0;
    +    BN_ULONG bl, bh;
    +
    +    assert(num >= 0);
    +    if (num <= 0)
    +        return ((BN_ULONG)0);
    +
    +    bl = LBITS(w);
    +    bh = HBITS(w);
    +
    +# ifndef OPENSSL_SMALL_FOOTPRINT
    +    while (num & ~3) {
    +        mul_add(rp[0], ap[0], bl, bh, c);
    +        mul_add(rp[1], ap[1], bl, bh, c);
    +        mul_add(rp[2], ap[2], bl, bh, c);
    +        mul_add(rp[3], ap[3], bl, bh, c);
    +        ap += 4;
    +        rp += 4;
    +        num -= 4;
    +    }
    +# endif
    +    while (num) {
    +        mul_add(rp[0], ap[0], bl, bh, c);
    +        ap++;
    +        rp++;
    +        num--;
    +    }
    +    return (c);
    +}
     
     BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w)
    -	{
    -	BN_ULONG carry=0;
    -	BN_ULONG bl,bh;
    -
    -	assert(num >= 0);
    -	if (num <= 0) return((BN_ULONG)0);
    -
    -	bl=LBITS(w);
    -	bh=HBITS(w);
    -
    -#ifndef OPENSSL_SMALL_FOOTPRINT
    -	while (num&~3)
    -		{
    -		mul(rp[0],ap[0],bl,bh,carry);
    -		mul(rp[1],ap[1],bl,bh,carry);
    -		mul(rp[2],ap[2],bl,bh,carry);
    -		mul(rp[3],ap[3],bl,bh,carry);
    -		ap+=4; rp+=4; num-=4;
    -		}
    -#endif
    -	while (num)
    -		{
    -		mul(rp[0],ap[0],bl,bh,carry);
    -		ap++; rp++; num--;
    -		}
    -	return(carry);
    -	} 
    +{
    +    BN_ULONG carry = 0;
    +    BN_ULONG bl, bh;
    +
    +    assert(num >= 0);
    +    if (num <= 0)
    +        return ((BN_ULONG)0);
    +
    +    bl = LBITS(w);
    +    bh = HBITS(w);
    +
    +# ifndef OPENSSL_SMALL_FOOTPRINT
    +    while (num & ~3) {
    +        mul(rp[0], ap[0], bl, bh, carry);
    +        mul(rp[1], ap[1], bl, bh, carry);
    +        mul(rp[2], ap[2], bl, bh, carry);
    +        mul(rp[3], ap[3], bl, bh, carry);
    +        ap += 4;
    +        rp += 4;
    +        num -= 4;
    +    }
    +# endif
    +    while (num) {
    +        mul(rp[0], ap[0], bl, bh, carry);
    +        ap++;
    +        rp++;
    +        num--;
    +    }
    +    return (carry);
    +}
     
     void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n)
    -        {
    -	assert(n >= 0);
    -	if (n <= 0) return;
    -
    -#ifndef OPENSSL_SMALL_FOOTPRINT
    -	while (n&~3)
    -		{
    -		sqr64(r[0],r[1],a[0]);
    -		sqr64(r[2],r[3],a[1]);
    -		sqr64(r[4],r[5],a[2]);
    -		sqr64(r[6],r[7],a[3]);
    -		a+=4; r+=8; n-=4;
    -		}
    -#endif
    -	while (n)
    -		{
    -		sqr64(r[0],r[1],a[0]);
    -		a++; r+=2; n--;
    -		}
    -	}
    -
    -#endif /* !(defined(BN_LLONG) || defined(BN_UMULT_HIGH)) */
    +{
    +    assert(n >= 0);
    +    if (n <= 0)
    +        return;
    +
    +# ifndef OPENSSL_SMALL_FOOTPRINT
    +    while (n & ~3) {
    +        sqr64(r[0], r[1], a[0]);
    +        sqr64(r[2], r[3], a[1]);
    +        sqr64(r[4], r[5], a[2]);
    +        sqr64(r[6], r[7], a[3]);
    +        a += 4;
    +        r += 8;
    +        n -= 4;
    +    }
    +# endif
    +    while (n) {
    +        sqr64(r[0], r[1], a[0]);
    +        a++;
    +        r += 2;
    +        n--;
    +    }
    +}
    +
    +#endif                          /* !(defined(BN_LLONG) ||
    +                                 * defined(BN_UMULT_HIGH)) */
     
     #if defined(BN_LLONG) && defined(BN_DIV2W)
     
     BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d)
    -	{
    -	return((BN_ULONG)(((((BN_ULLONG)h)<= d) h-=d;
    -
    -	if (i)
    -		{
    -		d<<=i;
    -		h=(h<>(BN_BITS2-i));
    -		l<<=i;
    -		}
    -	dh=(d&BN_MASK2h)>>BN_BITS4;
    -	dl=(d&BN_MASK2l);
    -	for (;;)
    -		{
    -		if ((h>>BN_BITS4) == dh)
    -			q=BN_MASK2l;
    -		else
    -			q=h/dh;
    -
    -		th=q*dh;
    -		tl=dl*q;
    -		for (;;)
    -			{
    -			t=h-th;
    -			if ((t&BN_MASK2h) ||
    -				((tl) <= (
    -					(t<>BN_BITS4))))
    -				break;
    -			q--;
    -			th-=dh;
    -			tl-=dl;
    -			}
    -		t=(tl>>BN_BITS4);
    -		tl=(tl<>BN_BITS4))&BN_MASK2;
    -		l=(l&BN_MASK2l)<= d)
    +        h -= d;
    +
    +    if (i) {
    +        d <<= i;
    +        h = (h << i) | (l >> (BN_BITS2 - i));
    +        l <<= i;
    +    }
    +    dh = (d & BN_MASK2h) >> BN_BITS4;
    +    dl = (d & BN_MASK2l);
    +    for (;;) {
    +        if ((h >> BN_BITS4) == dh)
    +            q = BN_MASK2l;
    +        else
    +            q = h / dh;
    +
    +        th = q * dh;
    +        tl = dl * q;
    +        for (;;) {
    +            t = h - th;
    +            if ((t & BN_MASK2h) ||
    +                ((tl) <= ((t << BN_BITS4) | ((l & BN_MASK2h) >> BN_BITS4))))
    +                break;
    +            q--;
    +            th -= dh;
    +            tl -= dl;
    +        }
    +        t = (tl >> BN_BITS4);
    +        tl = (tl << BN_BITS4) & BN_MASK2h;
    +        th += t;
    +
    +        if (l < tl)
    +            th++;
    +        l -= tl;
    +        if (h < th) {
    +            h += d;
    +            q--;
    +        }
    +        h -= th;
    +
    +        if (--count == 0)
    +            break;
    +
    +        ret = q << BN_BITS4;
    +        h = ((h << BN_BITS4) | (l >> BN_BITS4)) & BN_MASK2;
    +        l = (l & BN_MASK2l) << BN_BITS4;
    +    }
    +    ret |= q;
    +    return (ret);
    +}
    +#endif                          /* !defined(BN_LLONG) && defined(BN_DIV2W) */
     
     #ifdef BN_LLONG
    -BN_ULONG bn_add_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, int n)
    -        {
    -	BN_ULLONG ll=0;
    -
    -	assert(n >= 0);
    -	if (n <= 0) return((BN_ULONG)0);
    -
    -#ifndef OPENSSL_SMALL_FOOTPRINT
    -	while (n&~3)
    -		{
    -		ll+=(BN_ULLONG)a[0]+b[0];
    -		r[0]=(BN_ULONG)ll&BN_MASK2;
    -		ll>>=BN_BITS2;
    -		ll+=(BN_ULLONG)a[1]+b[1];
    -		r[1]=(BN_ULONG)ll&BN_MASK2;
    -		ll>>=BN_BITS2;
    -		ll+=(BN_ULLONG)a[2]+b[2];
    -		r[2]=(BN_ULONG)ll&BN_MASK2;
    -		ll>>=BN_BITS2;
    -		ll+=(BN_ULLONG)a[3]+b[3];
    -		r[3]=(BN_ULONG)ll&BN_MASK2;
    -		ll>>=BN_BITS2;
    -		a+=4; b+=4; r+=4; n-=4;
    -		}
    -#endif
    -	while (n)
    -		{
    -		ll+=(BN_ULLONG)a[0]+b[0];
    -		r[0]=(BN_ULONG)ll&BN_MASK2;
    -		ll>>=BN_BITS2;
    -		a++; b++; r++; n--;
    -		}
    -	return((BN_ULONG)ll);
    -	}
    -#else /* !BN_LLONG */
    -BN_ULONG bn_add_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, int n)
    -        {
    -	BN_ULONG c,l,t;
    -
    -	assert(n >= 0);
    -	if (n <= 0) return((BN_ULONG)0);
    -
    -	c=0;
    -#ifndef OPENSSL_SMALL_FOOTPRINT
    -	while (n&~3)
    -		{
    -		t=a[0];
    -		t=(t+c)&BN_MASK2;
    -		c=(t < c);
    -		l=(t+b[0])&BN_MASK2;
    -		c+=(l < t);
    -		r[0]=l;
    -		t=a[1];
    -		t=(t+c)&BN_MASK2;
    -		c=(t < c);
    -		l=(t+b[1])&BN_MASK2;
    -		c+=(l < t);
    -		r[1]=l;
    -		t=a[2];
    -		t=(t+c)&BN_MASK2;
    -		c=(t < c);
    -		l=(t+b[2])&BN_MASK2;
    -		c+=(l < t);
    -		r[2]=l;
    -		t=a[3];
    -		t=(t+c)&BN_MASK2;
    -		c=(t < c);
    -		l=(t+b[3])&BN_MASK2;
    -		c+=(l < t);
    -		r[3]=l;
    -		a+=4; b+=4; r+=4; n-=4;
    -		}
    -#endif
    -	while(n)
    -		{
    -		t=a[0];
    -		t=(t+c)&BN_MASK2;
    -		c=(t < c);
    -		l=(t+b[0])&BN_MASK2;
    -		c+=(l < t);
    -		r[0]=l;
    -		a++; b++; r++; n--;
    -		}
    -	return((BN_ULONG)c);
    -	}
    -#endif /* !BN_LLONG */
    -
    -BN_ULONG bn_sub_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, int n)
    -        {
    -	BN_ULONG t1,t2;
    -	int c=0;
    -
    -	assert(n >= 0);
    -	if (n <= 0) return((BN_ULONG)0);
    +BN_ULONG bn_add_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b,
    +                      int n)
    +{
    +    BN_ULLONG ll = 0;
    +
    +    assert(n >= 0);
    +    if (n <= 0)
    +        return ((BN_ULONG)0);
    +
    +# ifndef OPENSSL_SMALL_FOOTPRINT
    +    while (n & ~3) {
    +        ll += (BN_ULLONG) a[0] + b[0];
    +        r[0] = (BN_ULONG)ll & BN_MASK2;
    +        ll >>= BN_BITS2;
    +        ll += (BN_ULLONG) a[1] + b[1];
    +        r[1] = (BN_ULONG)ll & BN_MASK2;
    +        ll >>= BN_BITS2;
    +        ll += (BN_ULLONG) a[2] + b[2];
    +        r[2] = (BN_ULONG)ll & BN_MASK2;
    +        ll >>= BN_BITS2;
    +        ll += (BN_ULLONG) a[3] + b[3];
    +        r[3] = (BN_ULONG)ll & BN_MASK2;
    +        ll >>= BN_BITS2;
    +        a += 4;
    +        b += 4;
    +        r += 4;
    +        n -= 4;
    +    }
    +# endif
    +    while (n) {
    +        ll += (BN_ULLONG) a[0] + b[0];
    +        r[0] = (BN_ULONG)ll & BN_MASK2;
    +        ll >>= BN_BITS2;
    +        a++;
    +        b++;
    +        r++;
    +        n--;
    +    }
    +    return ((BN_ULONG)ll);
    +}
    +#else                           /* !BN_LLONG */
    +BN_ULONG bn_add_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b,
    +                      int n)
    +{
    +    BN_ULONG c, l, t;
    +
    +    assert(n >= 0);
    +    if (n <= 0)
    +        return ((BN_ULONG)0);
    +
    +    c = 0;
    +# ifndef OPENSSL_SMALL_FOOTPRINT
    +    while (n & ~3) {
    +        t = a[0];
    +        t = (t + c) & BN_MASK2;
    +        c = (t < c);
    +        l = (t + b[0]) & BN_MASK2;
    +        c += (l < t);
    +        r[0] = l;
    +        t = a[1];
    +        t = (t + c) & BN_MASK2;
    +        c = (t < c);
    +        l = (t + b[1]) & BN_MASK2;
    +        c += (l < t);
    +        r[1] = l;
    +        t = a[2];
    +        t = (t + c) & BN_MASK2;
    +        c = (t < c);
    +        l = (t + b[2]) & BN_MASK2;
    +        c += (l < t);
    +        r[2] = l;
    +        t = a[3];
    +        t = (t + c) & BN_MASK2;
    +        c = (t < c);
    +        l = (t + b[3]) & BN_MASK2;
    +        c += (l < t);
    +        r[3] = l;
    +        a += 4;
    +        b += 4;
    +        r += 4;
    +        n -= 4;
    +    }
    +# endif
    +    while (n) {
    +        t = a[0];
    +        t = (t + c) & BN_MASK2;
    +        c = (t < c);
    +        l = (t + b[0]) & BN_MASK2;
    +        c += (l < t);
    +        r[0] = l;
    +        a++;
    +        b++;
    +        r++;
    +        n--;
    +    }
    +    return ((BN_ULONG)c);
    +}
    +#endif                          /* !BN_LLONG */
    +
    +BN_ULONG bn_sub_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b,
    +                      int n)
    +{
    +    BN_ULONG t1, t2;
    +    int c = 0;
    +
    +    assert(n >= 0);
    +    if (n <= 0)
    +        return ((BN_ULONG)0);
     
     #ifndef OPENSSL_SMALL_FOOTPRINT
    -	while (n&~3)
    -		{
    -		t1=a[0]; t2=b[0];
    -		r[0]=(t1-t2-c)&BN_MASK2;
    -		if (t1 != t2) c=(t1 < t2);
    -		t1=a[1]; t2=b[1];
    -		r[1]=(t1-t2-c)&BN_MASK2;
    -		if (t1 != t2) c=(t1 < t2);
    -		t1=a[2]; t2=b[2];
    -		r[2]=(t1-t2-c)&BN_MASK2;
    -		if (t1 != t2) c=(t1 < t2);
    -		t1=a[3]; t2=b[3];
    -		r[3]=(t1-t2-c)&BN_MASK2;
    -		if (t1 != t2) c=(t1 < t2);
    -		a+=4; b+=4; r+=4; n-=4;
    -		}
    +    while (n & ~3) {
    +        t1 = a[0];
    +        t2 = b[0];
    +        r[0] = (t1 - t2 - c) & BN_MASK2;
    +        if (t1 != t2)
    +            c = (t1 < t2);
    +        t1 = a[1];
    +        t2 = b[1];
    +        r[1] = (t1 - t2 - c) & BN_MASK2;
    +        if (t1 != t2)
    +            c = (t1 < t2);
    +        t1 = a[2];
    +        t2 = b[2];
    +        r[2] = (t1 - t2 - c) & BN_MASK2;
    +        if (t1 != t2)
    +            c = (t1 < t2);
    +        t1 = a[3];
    +        t2 = b[3];
    +        r[3] = (t1 - t2 - c) & BN_MASK2;
    +        if (t1 != t2)
    +            c = (t1 < t2);
    +        a += 4;
    +        b += 4;
    +        r += 4;
    +        n -= 4;
    +    }
     #endif
    -	while (n)
    -		{
    -		t1=a[0]; t2=b[0];
    -		r[0]=(t1-t2-c)&BN_MASK2;
    -		if (t1 != t2) c=(t1 < t2);
    -		a++; b++; r++; n--;
    -		}
    -	return(c);
    -	}
    +    while (n) {
    +        t1 = a[0];
    +        t2 = b[0];
    +        r[0] = (t1 - t2 - c) & BN_MASK2;
    +        if (t1 != t2)
    +            c = (t1 < t2);
    +        a++;
    +        b++;
    +        r++;
    +        n--;
    +    }
    +    return (c);
    +}
     
     #if defined(BN_MUL_COMBA) && !defined(OPENSSL_SMALL_FOOTPRINT)
     
    -#undef bn_mul_comba8
    -#undef bn_mul_comba4
    -#undef bn_sqr_comba8
    -#undef bn_sqr_comba4
    +# undef bn_mul_comba8
    +# undef bn_mul_comba4
    +# undef bn_sqr_comba8
    +# undef bn_sqr_comba4
     
     /* mul_add_c(a,b,c0,c1,c2)  -- c+=a*b for three word number c=(c2,c1,c0) */
     /* mul_add_c2(a,b,c0,c1,c2) -- c+=2*a*b for three word number c=(c2,c1,c0) */
     /* sqr_add_c(a,i,c0,c1,c2)  -- c+=a[i]^2 for three word number c=(c2,c1,c0) */
    -/* sqr_add_c2(a,i,c0,c1,c2) -- c+=2*a[i]*a[j] for three word number c=(c2,c1,c0) */
    +/*
    + * sqr_add_c2(a,i,c0,c1,c2) -- c+=2*a[i]*a[j] for three word number
    + * c=(c2,c1,c0)
    + */
     
    -#ifdef BN_LLONG
    -#define mul_add_c(a,b,c0,c1,c2) \
    -	t=(BN_ULLONG)a*b; \
    -	t1=(BN_ULONG)Lw(t); \
    -	t2=(BN_ULONG)Hw(t); \
    -	c0=(c0+t1)&BN_MASK2; if ((c0) < t1) t2++; \
    -	c1=(c1+t2)&BN_MASK2; if ((c1) < t2) c2++;
    -
    -#define mul_add_c2(a,b,c0,c1,c2) \
    -	t=(BN_ULLONG)a*b; \
    -	tt=(t+t)&BN_MASK; \
    -	if (tt < t) c2++; \
    -	t1=(BN_ULONG)Lw(tt); \
    -	t2=(BN_ULONG)Hw(tt); \
    -	c0=(c0+t1)&BN_MASK2;  \
    -	if ((c0 < t1) && (((++t2)&BN_MASK2) == 0)) c2++; \
    -	c1=(c1+t2)&BN_MASK2; if ((c1) < t2) c2++;
    -
    -#define sqr_add_c(a,i,c0,c1,c2) \
    -	t=(BN_ULLONG)a[i]*a[i]; \
    -	t1=(BN_ULONG)Lw(t); \
    -	t2=(BN_ULONG)Hw(t); \
    -	c0=(c0+t1)&BN_MASK2; if ((c0) < t1) t2++; \
    -	c1=(c1+t2)&BN_MASK2; if ((c1) < t2) c2++;
    -
    -#define sqr_add_c2(a,i,j,c0,c1,c2) \
    -	mul_add_c2((a)[i],(a)[j],c0,c1,c2)
    -
    -#elif defined(BN_UMULT_LOHI)
    -
    -#define mul_add_c(a,b,c0,c1,c2)	{	\
    -	BN_ULONG ta=(a),tb=(b);		\
    -	BN_UMULT_LOHI(t1,t2,ta,tb);	\
    -	c0 += t1; t2 += (c0
    +{
    +    BN_ULONG c1, c2, c3;
    +
    +    c1 = 0;
    +    c2 = 0;
    +    c3 = 0;
    +    sqr_add_c(a, 0, c1, c2, c3);
    +    r[0] = c1;
    +    c1 = 0;
    +    sqr_add_c2(a, 1, 0, c2, c3, c1);
    +    r[1] = c2;
    +    c2 = 0;
    +    sqr_add_c(a, 1, c3, c1, c2);
    +    sqr_add_c2(a, 2, 0, c3, c1, c2);
    +    r[2] = c3;
    +    c3 = 0;
    +    sqr_add_c2(a, 3, 0, c1, c2, c3);
    +    sqr_add_c2(a, 2, 1, c1, c2, c3);
    +    r[3] = c1;
    +    c1 = 0;
    +    sqr_add_c(a, 2, c2, c3, c1);
    +    sqr_add_c2(a, 3, 1, c2, c3, c1);
    +    r[4] = c2;
    +    c2 = 0;
    +    sqr_add_c2(a, 3, 2, c3, c1, c2);
    +    r[5] = c3;
    +    c3 = 0;
    +    sqr_add_c(a, 3, c1, c2, c3);
    +    r[6] = c1;
    +    r[7] = c2;
    +}
    +
    +# ifdef OPENSSL_NO_ASM
    +#  ifdef OPENSSL_BN_ASM_MONT
    +#   include 
     /*
      * This is essentially reference implementation, which may or may not
      * result in performance improvement. E.g. on IA-32 this routine was
    @@ -844,187 +898,196 @@ void bn_sqr_comba4(BN_ULONG *r, const BN_ULONG *a)
      * versions. Assembler vs. assembler improvement coefficients can
      * [and are known to] differ and are to be documented elsewhere.
      */
    -int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0p, int num)
    -	{
    -	BN_ULONG c0,c1,ml,*tp,n0;
    -#ifdef mul64
    -	BN_ULONG mh;
    -#endif
    -	volatile BN_ULONG *vp;
    -	int i=0,j;
    -
    -#if 0	/* template for platform-specific implementation */
    -	if (ap==bp)	return bn_sqr_mont(rp,ap,np,n0p,num);
    -#endif
    -	vp = tp = alloca((num+2)*sizeof(BN_ULONG));
    -
    -	n0 = *n0p;
    -
    -	c0 = 0;
    -	ml = bp[0];
    -#ifdef mul64
    -	mh = HBITS(ml);
    -	ml = LBITS(ml);
    -	for (j=0;j=np[num-1])
    -		{
    -		c0 = bn_sub_words(rp,tp,np,num);
    -		if (tp[num]!=0 || c0==0)
    -			{
    -			for(i=0;i= np[num - 1]) {
    +        c0 = bn_sub_words(rp, tp, np, num);
    +        if (tp[num] != 0 || c0 == 0) {
    +            for (i = 0; i < num + 2; i++)
    +                vp[i] = 0;
    +            return 1;
    +        }
    +    }
    +    for (i = 0; i < num; i++)
    +        rp[i] = tp[i], vp[i] = 0;
    +    vp[num] = 0;
    +    vp[num + 1] = 0;
    +    return 1;
    +}
    +#  else
     /*
      * Return value of 0 indicates that multiplication/convolution was not
      * performed to signal the caller to fall down to alternative/original
      * code-path.
      */
    -int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num)
    -{	return 0;	}
    -#endif /* OPENSSL_BN_ASM_MONT */
    -#endif
    +int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
    +                const BN_ULONG *np, const BN_ULONG *n0, int num)
    +{
    +    return 0;
    +}
    +#  endif                        /* OPENSSL_BN_ASM_MONT */
    +# endif
     
    -#else /* !BN_MUL_COMBA */
    +#else                           /* !BN_MUL_COMBA */
     
     /* hmm... is it faster just to do a multiply? */
    -#undef bn_sqr_comba4
    +# undef bn_sqr_comba4
     void bn_sqr_comba4(BN_ULONG *r, const BN_ULONG *a)
    -	{
    -	BN_ULONG t[8];
    -	bn_sqr_normal(r,a,4,t);
    -	}
    +{
    +    BN_ULONG t[8];
    +    bn_sqr_normal(r, a, 4, t);
    +}
     
    -#undef bn_sqr_comba8
    +# undef bn_sqr_comba8
     void bn_sqr_comba8(BN_ULONG *r, const BN_ULONG *a)
    -	{
    -	BN_ULONG t[16];
    -	bn_sqr_normal(r,a,8,t);
    -	}
    +{
    +    BN_ULONG t[16];
    +    bn_sqr_normal(r, a, 8, t);
    +}
     
     void bn_mul_comba4(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b)
    -	{
    -	r[4]=bn_mul_words(    &(r[0]),a,4,b[0]);
    -	r[5]=bn_mul_add_words(&(r[1]),a,4,b[1]);
    -	r[6]=bn_mul_add_words(&(r[2]),a,4,b[2]);
    -	r[7]=bn_mul_add_words(&(r[3]),a,4,b[3]);
    -	}
    +{
    +    r[4] = bn_mul_words(&(r[0]), a, 4, b[0]);
    +    r[5] = bn_mul_add_words(&(r[1]), a, 4, b[1]);
    +    r[6] = bn_mul_add_words(&(r[2]), a, 4, b[2]);
    +    r[7] = bn_mul_add_words(&(r[3]), a, 4, b[3]);
    +}
     
     void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b)
    -	{
    -	r[ 8]=bn_mul_words(    &(r[0]),a,8,b[0]);
    -	r[ 9]=bn_mul_add_words(&(r[1]),a,8,b[1]);
    -	r[10]=bn_mul_add_words(&(r[2]),a,8,b[2]);
    -	r[11]=bn_mul_add_words(&(r[3]),a,8,b[3]);
    -	r[12]=bn_mul_add_words(&(r[4]),a,8,b[4]);
    -	r[13]=bn_mul_add_words(&(r[5]),a,8,b[5]);
    -	r[14]=bn_mul_add_words(&(r[6]),a,8,b[6]);
    -	r[15]=bn_mul_add_words(&(r[7]),a,8,b[7]);
    -	}
    -
    -#ifdef OPENSSL_NO_ASM
    -#ifdef OPENSSL_BN_ASM_MONT
    -#include 
    -int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0p, int num)
    -	{
    -	BN_ULONG c0,c1,*tp,n0=*n0p;
    -	volatile BN_ULONG *vp;
    -	int i=0,j;
    -
    -	vp = tp = alloca((num+2)*sizeof(BN_ULONG));
    -
    -	for(i=0;i<=num;i++)	tp[i]=0;
    -
    -	for(i=0;i=np[num-1])
    -		{
    -		c0 = bn_sub_words(rp,tp,np,num);
    -		if (tp[num]!=0 || c0==0)
    -			{
    -			for(i=0;i
    +int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
    +                const BN_ULONG *np, const BN_ULONG *n0p, int num)
    +{
    +    BN_ULONG c0, c1, *tp, n0 = *n0p;
    +    volatile BN_ULONG *vp;
    +    int i = 0, j;
    +
    +    vp = tp = alloca((num + 2) * sizeof(BN_ULONG));
    +
    +    for (i = 0; i <= num; i++)
    +        tp[i] = 0;
    +
    +    for (i = 0; i < num; i++) {
    +        c0 = bn_mul_add_words(tp, ap, num, bp[i]);
    +        c1 = (tp[num] + c0) & BN_MASK2;
    +        tp[num] = c1;
    +        tp[num + 1] = (c1 < c0 ? 1 : 0);
    +
    +        c0 = bn_mul_add_words(tp, np, num, tp[0] * n0);
    +        c1 = (tp[num] + c0) & BN_MASK2;
    +        tp[num] = c1;
    +        tp[num + 1] += (c1 < c0 ? 1 : 0);
    +        for (j = 0; j <= num; j++)
    +            tp[j] = tp[j + 1];
    +    }
    +
    +    if (tp[num] != 0 || tp[num - 1] >= np[num - 1]) {
    +        c0 = bn_sub_words(rp, tp, np, num);
    +        if (tp[num] != 0 || c0 == 0) {
    +            for (i = 0; i < num + 2; i++)
    +                vp[i] = 0;
    +            return 1;
    +        }
    +    }
    +    for (i = 0; i < num; i++)
    +        rp[i] = tp[i], vp[i] = 0;
    +    vp[num] = 0;
    +    vp[num + 1] = 0;
    +    return 1;
    +}
    +#  else
    +int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
    +                const BN_ULONG *np, const BN_ULONG *n0, int num)
    +{
    +    return 0;
    +}
    +#  endif                        /* OPENSSL_BN_ASM_MONT */
    +# endif
    +
    +#endif                          /* !BN_MUL_COMBA */
    diff --git a/openssl/crypto/bn/bn_blind.c b/openssl/crypto/bn/bn_blind.c
    index 9ed8bc2b4..d448daa3c 100644
    --- a/openssl/crypto/bn/bn_blind.c
    +++ b/openssl/crypto/bn/bn_blind.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -58,21 +58,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -87,10 +87,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -102,7 +102,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -113,273 +113,273 @@
     #include "cryptlib.h"
     #include "bn_lcl.h"
     
    -#define BN_BLINDING_COUNTER	32
    +#define BN_BLINDING_COUNTER     32
     
    -struct bn_blinding_st
    -	{
    -	BIGNUM *A;
    -	BIGNUM *Ai;
    -	BIGNUM *e;
    -	BIGNUM *mod; /* just a reference */
    +struct bn_blinding_st {
    +    BIGNUM *A;
    +    BIGNUM *Ai;
    +    BIGNUM *e;
    +    BIGNUM *mod;                /* just a reference */
     #ifndef OPENSSL_NO_DEPRECATED
    -	unsigned long thread_id; /* added in OpenSSL 0.9.6j and 0.9.7b;
    -				  * used only by crypto/rsa/rsa_eay.c, rsa_lib.c */
    +    unsigned long thread_id;    /* added in OpenSSL 0.9.6j and 0.9.7b; used
    +                                 * only by crypto/rsa/rsa_eay.c, rsa_lib.c */
     #endif
    -	CRYPTO_THREADID tid;
    -	int counter;
    -	unsigned long flags;
    -	BN_MONT_CTX *m_ctx;
    -	int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    -			  const BIGNUM *m, BN_CTX *ctx,
    -			  BN_MONT_CTX *m_ctx);
    -	};
    +    CRYPTO_THREADID tid;
    +    int counter;
    +    unsigned long flags;
    +    BN_MONT_CTX *m_ctx;
    +    int (*bn_mod_exp) (BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    +                       const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
    +};
     
     BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, BIGNUM *mod)
    -	{
    -	BN_BLINDING *ret=NULL;
    -
    -	bn_check_top(mod);
    -
    -	if ((ret=(BN_BLINDING *)OPENSSL_malloc(sizeof(BN_BLINDING))) == NULL)
    -		{
    -		BNerr(BN_F_BN_BLINDING_NEW,ERR_R_MALLOC_FAILURE);
    -		return(NULL);
    -		}
    -	memset(ret,0,sizeof(BN_BLINDING));
    -	if (A != NULL)
    -		{
    -		if ((ret->A  = BN_dup(A))  == NULL) goto err;
    -		}
    -	if (Ai != NULL)
    -		{
    -		if ((ret->Ai = BN_dup(Ai)) == NULL) goto err;
    -		}
    -
    -	/* save a copy of mod in the BN_BLINDING structure */
    -	if ((ret->mod = BN_dup(mod)) == NULL) goto err;
    -	if (BN_get_flags(mod, BN_FLG_CONSTTIME) != 0)
    -		BN_set_flags(ret->mod, BN_FLG_CONSTTIME);
    -
    -	/* Set the counter to the special value -1
    -	 * to indicate that this is never-used fresh blinding
    -	 * that does not need updating before first use. */
    -	ret->counter = -1;
    -	CRYPTO_THREADID_current(&ret->tid);
    -	return(ret);
    -err:
    -	if (ret != NULL) BN_BLINDING_free(ret);
    -	return(NULL);
    -	}
    +{
    +    BN_BLINDING *ret = NULL;
    +
    +    bn_check_top(mod);
    +
    +    if ((ret = (BN_BLINDING *)OPENSSL_malloc(sizeof(BN_BLINDING))) == NULL) {
    +        BNerr(BN_F_BN_BLINDING_NEW, ERR_R_MALLOC_FAILURE);
    +        return (NULL);
    +    }
    +    memset(ret, 0, sizeof(BN_BLINDING));
    +    if (A != NULL) {
    +        if ((ret->A = BN_dup(A)) == NULL)
    +            goto err;
    +    }
    +    if (Ai != NULL) {
    +        if ((ret->Ai = BN_dup(Ai)) == NULL)
    +            goto err;
    +    }
    +
    +    /* save a copy of mod in the BN_BLINDING structure */
    +    if ((ret->mod = BN_dup(mod)) == NULL)
    +        goto err;
    +    if (BN_get_flags(mod, BN_FLG_CONSTTIME) != 0)
    +        BN_set_flags(ret->mod, BN_FLG_CONSTTIME);
    +
    +    /*
    +     * Set the counter to the special value -1 to indicate that this is
    +     * never-used fresh blinding that does not need updating before first
    +     * use.
    +     */
    +    ret->counter = -1;
    +    CRYPTO_THREADID_current(&ret->tid);
    +    return (ret);
    + err:
    +    if (ret != NULL)
    +        BN_BLINDING_free(ret);
    +    return (NULL);
    +}
     
     void BN_BLINDING_free(BN_BLINDING *r)
    -	{
    -	if(r == NULL)
    -	    return;
    -
    -	if (r->A  != NULL) BN_free(r->A );
    -	if (r->Ai != NULL) BN_free(r->Ai);
    -	if (r->e  != NULL) BN_free(r->e );
    -	if (r->mod != NULL) BN_free(r->mod); 
    -	OPENSSL_free(r);
    -	}
    +{
    +    if (r == NULL)
    +        return;
    +
    +    if (r->A != NULL)
    +        BN_free(r->A);
    +    if (r->Ai != NULL)
    +        BN_free(r->Ai);
    +    if (r->e != NULL)
    +        BN_free(r->e);
    +    if (r->mod != NULL)
    +        BN_free(r->mod);
    +    OPENSSL_free(r);
    +}
     
     int BN_BLINDING_update(BN_BLINDING *b, BN_CTX *ctx)
    -	{
    -	int ret=0;
    -
    -	if ((b->A == NULL) || (b->Ai == NULL))
    -		{
    -		BNerr(BN_F_BN_BLINDING_UPDATE,BN_R_NOT_INITIALIZED);
    -		goto err;
    -		}
    -
    -	if (b->counter == -1)
    -		b->counter = 0;
    -
    -	if (++b->counter == BN_BLINDING_COUNTER && b->e != NULL &&
    -		!(b->flags & BN_BLINDING_NO_RECREATE))
    -		{
    -		/* re-create blinding parameters */
    -		if (!BN_BLINDING_create_param(b, NULL, NULL, ctx, NULL, NULL))
    -			goto err;
    -		}
    -	else if (!(b->flags & BN_BLINDING_NO_UPDATE))
    -		{
    -		if (!BN_mod_mul(b->A,b->A,b->A,b->mod,ctx)) goto err;
    -		if (!BN_mod_mul(b->Ai,b->Ai,b->Ai,b->mod,ctx)) goto err;
    -		}
    -
    -	ret=1;
    -err:
    -	if (b->counter == BN_BLINDING_COUNTER)
    -		b->counter = 0;
    -	return(ret);
    -	}
    +{
    +    int ret = 0;
    +
    +    if ((b->A == NULL) || (b->Ai == NULL)) {
    +        BNerr(BN_F_BN_BLINDING_UPDATE, BN_R_NOT_INITIALIZED);
    +        goto err;
    +    }
    +
    +    if (b->counter == -1)
    +        b->counter = 0;
    +
    +    if (++b->counter == BN_BLINDING_COUNTER && b->e != NULL &&
    +        !(b->flags & BN_BLINDING_NO_RECREATE)) {
    +        /* re-create blinding parameters */
    +        if (!BN_BLINDING_create_param(b, NULL, NULL, ctx, NULL, NULL))
    +            goto err;
    +    } else if (!(b->flags & BN_BLINDING_NO_UPDATE)) {
    +        if (!BN_mod_mul(b->A, b->A, b->A, b->mod, ctx))
    +            goto err;
    +        if (!BN_mod_mul(b->Ai, b->Ai, b->Ai, b->mod, ctx))
    +            goto err;
    +    }
    +
    +    ret = 1;
    + err:
    +    if (b->counter == BN_BLINDING_COUNTER)
    +        b->counter = 0;
    +    return (ret);
    +}
     
     int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx)
    -	{
    -	return BN_BLINDING_convert_ex(n, NULL, b, ctx);
    -	}
    +{
    +    return BN_BLINDING_convert_ex(n, NULL, b, ctx);
    +}
     
     int BN_BLINDING_convert_ex(BIGNUM *n, BIGNUM *r, BN_BLINDING *b, BN_CTX *ctx)
    -	{
    -	int ret = 1;
    +{
    +    int ret = 1;
     
    -	bn_check_top(n);
    +    bn_check_top(n);
     
    -	if ((b->A == NULL) || (b->Ai == NULL))
    -		{
    -		BNerr(BN_F_BN_BLINDING_CONVERT_EX,BN_R_NOT_INITIALIZED);
    -		return(0);
    -		}
    +    if ((b->A == NULL) || (b->Ai == NULL)) {
    +        BNerr(BN_F_BN_BLINDING_CONVERT_EX, BN_R_NOT_INITIALIZED);
    +        return (0);
    +    }
     
    -	if (b->counter == -1)
    -		/* Fresh blinding, doesn't need updating. */
    -		b->counter = 0;
    -	else if (!BN_BLINDING_update(b,ctx))
    -		return(0);
    +    if (b->counter == -1)
    +        /* Fresh blinding, doesn't need updating. */
    +        b->counter = 0;
    +    else if (!BN_BLINDING_update(b, ctx))
    +        return (0);
     
    -	if (r != NULL)
    -		{
    -		if (!BN_copy(r, b->Ai)) ret=0;
    -		}
    +    if (r != NULL) {
    +        if (!BN_copy(r, b->Ai))
    +            ret = 0;
    +    }
     
    -	if (!BN_mod_mul(n,n,b->A,b->mod,ctx)) ret=0;
    -	
    -	return ret;
    -	}
    +    if (!BN_mod_mul(n, n, b->A, b->mod, ctx))
    +        ret = 0;
    +
    +    return ret;
    +}
     
     int BN_BLINDING_invert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx)
    -	{
    -	return BN_BLINDING_invert_ex(n, NULL, b, ctx);
    -	}
    -
    -int BN_BLINDING_invert_ex(BIGNUM *n, const BIGNUM *r, BN_BLINDING *b, BN_CTX *ctx)
    -	{
    -	int ret;
    -
    -	bn_check_top(n);
    -
    -	if (r != NULL)
    -		ret = BN_mod_mul(n, n, r, b->mod, ctx);
    -	else
    -		{
    -		if (b->Ai == NULL)
    -			{
    -			BNerr(BN_F_BN_BLINDING_INVERT_EX,BN_R_NOT_INITIALIZED);
    -			return(0);
    -			}
    -		ret = BN_mod_mul(n, n, b->Ai, b->mod, ctx);
    -		}
    -
    -	bn_check_top(n);
    -	return(ret);
    -	}
    +{
    +    return BN_BLINDING_invert_ex(n, NULL, b, ctx);
    +}
    +
    +int BN_BLINDING_invert_ex(BIGNUM *n, const BIGNUM *r, BN_BLINDING *b,
    +                          BN_CTX *ctx)
    +{
    +    int ret;
    +
    +    bn_check_top(n);
    +
    +    if (r != NULL)
    +        ret = BN_mod_mul(n, n, r, b->mod, ctx);
    +    else {
    +        if (b->Ai == NULL) {
    +            BNerr(BN_F_BN_BLINDING_INVERT_EX, BN_R_NOT_INITIALIZED);
    +            return (0);
    +        }
    +        ret = BN_mod_mul(n, n, b->Ai, b->mod, ctx);
    +    }
    +
    +    bn_check_top(n);
    +    return (ret);
    +}
     
     #ifndef OPENSSL_NO_DEPRECATED
     unsigned long BN_BLINDING_get_thread_id(const BN_BLINDING *b)
    -	{
    -	return b->thread_id;
    -	}
    +{
    +    return b->thread_id;
    +}
     
     void BN_BLINDING_set_thread_id(BN_BLINDING *b, unsigned long n)
    -	{
    -	b->thread_id = n;
    -	}
    +{
    +    b->thread_id = n;
    +}
     #endif
     
     CRYPTO_THREADID *BN_BLINDING_thread_id(BN_BLINDING *b)
    -	{
    -	return &b->tid;
    -	}
    +{
    +    return &b->tid;
    +}
     
     unsigned long BN_BLINDING_get_flags(const BN_BLINDING *b)
    -	{
    -	return b->flags;
    -	}
    +{
    +    return b->flags;
    +}
     
     void BN_BLINDING_set_flags(BN_BLINDING *b, unsigned long flags)
    -	{
    -	b->flags = flags;
    -	}
    +{
    +    b->flags = flags;
    +}
     
     BN_BLINDING *BN_BLINDING_create_param(BN_BLINDING *b,
    -	const BIGNUM *e, BIGNUM *m, BN_CTX *ctx,
    -	int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    -			  const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx),
    -	BN_MONT_CTX *m_ctx)
    +                                      const BIGNUM *e, BIGNUM *m, BN_CTX *ctx,
    +                                      int (*bn_mod_exp) (BIGNUM *r,
    +                                                         const BIGNUM *a,
    +                                                         const BIGNUM *p,
    +                                                         const BIGNUM *m,
    +                                                         BN_CTX *ctx,
    +                                                         BN_MONT_CTX *m_ctx),
    +                                      BN_MONT_CTX *m_ctx)
     {
    -	int    retry_counter = 32;
    -	BN_BLINDING *ret = NULL;
    -
    -	if (b == NULL)
    -		ret = BN_BLINDING_new(NULL, NULL, m);
    -	else
    -		ret = b;
    -
    -	if (ret == NULL)
    -		goto err;
    -
    -	if (ret->A  == NULL && (ret->A  = BN_new()) == NULL)
    -		goto err;
    -	if (ret->Ai == NULL && (ret->Ai	= BN_new()) == NULL)
    -		goto err;
    -
    -	if (e != NULL)
    -		{
    -		if (ret->e != NULL)
    -			BN_free(ret->e);
    -		ret->e = BN_dup(e);
    -		}
    -	if (ret->e == NULL)
    -		goto err;
    -
    -	if (bn_mod_exp != NULL)
    -		ret->bn_mod_exp = bn_mod_exp;
    -	if (m_ctx != NULL)
    -		ret->m_ctx = m_ctx;
    -
    -	do {
    -		if (!BN_rand_range(ret->A, ret->mod)) goto err;
    -		if (BN_mod_inverse(ret->Ai, ret->A, ret->mod, ctx) == NULL)
    -			{
    -			/* this should almost never happen for good RSA keys */
    -			unsigned long error = ERR_peek_last_error();
    -			if (ERR_GET_REASON(error) == BN_R_NO_INVERSE)
    -				{
    -				if (retry_counter-- == 0)
    -				{
    -					BNerr(BN_F_BN_BLINDING_CREATE_PARAM,
    -						BN_R_TOO_MANY_ITERATIONS);
    -					goto err;
    -				}
    -				ERR_clear_error();
    -				}
    -			else
    -				goto err;
    -			}
    -		else
    -			break;
    -	} while (1);
    -
    -	if (ret->bn_mod_exp != NULL && ret->m_ctx != NULL)
    -		{
    -		if (!ret->bn_mod_exp(ret->A, ret->A, ret->e, ret->mod, ctx, ret->m_ctx))
    -			goto err;
    -		}
    -	else
    -		{
    -		if (!BN_mod_exp(ret->A, ret->A, ret->e, ret->mod, ctx))
    -			goto err;
    -		}
    -
    -	return ret;
    -err:
    -	if (b == NULL && ret != NULL)
    -		{
    -		BN_BLINDING_free(ret);
    -		ret = NULL;
    -		}
    -
    -	return ret;
    +    int retry_counter = 32;
    +    BN_BLINDING *ret = NULL;
    +
    +    if (b == NULL)
    +        ret = BN_BLINDING_new(NULL, NULL, m);
    +    else
    +        ret = b;
    +
    +    if (ret == NULL)
    +        goto err;
    +
    +    if (ret->A == NULL && (ret->A = BN_new()) == NULL)
    +        goto err;
    +    if (ret->Ai == NULL && (ret->Ai = BN_new()) == NULL)
    +        goto err;
    +
    +    if (e != NULL) {
    +        if (ret->e != NULL)
    +            BN_free(ret->e);
    +        ret->e = BN_dup(e);
    +    }
    +    if (ret->e == NULL)
    +        goto err;
    +
    +    if (bn_mod_exp != NULL)
    +        ret->bn_mod_exp = bn_mod_exp;
    +    if (m_ctx != NULL)
    +        ret->m_ctx = m_ctx;
    +
    +    do {
    +        if (!BN_rand_range(ret->A, ret->mod))
    +            goto err;
    +        if (BN_mod_inverse(ret->Ai, ret->A, ret->mod, ctx) == NULL) {
    +            /*
    +             * this should almost never happen for good RSA keys
    +             */
    +            unsigned long error = ERR_peek_last_error();
    +            if (ERR_GET_REASON(error) == BN_R_NO_INVERSE) {
    +                if (retry_counter-- == 0) {
    +                    BNerr(BN_F_BN_BLINDING_CREATE_PARAM,
    +                          BN_R_TOO_MANY_ITERATIONS);
    +                    goto err;
    +                }
    +                ERR_clear_error();
    +            } else
    +                goto err;
    +        } else
    +            break;
    +    } while (1);
    +
    +    if (ret->bn_mod_exp != NULL && ret->m_ctx != NULL) {
    +        if (!ret->bn_mod_exp
    +            (ret->A, ret->A, ret->e, ret->mod, ctx, ret->m_ctx))
    +            goto err;
    +    } else {
    +        if (!BN_mod_exp(ret->A, ret->A, ret->e, ret->mod, ctx))
    +            goto err;
    +    }
    +
    +    return ret;
    + err:
    +    if (b == NULL && ret != NULL) {
    +        BN_BLINDING_free(ret);
    +        ret = NULL;
    +    }
    +
    +    return ret;
     }
    diff --git a/openssl/crypto/bn/bn_const.c b/openssl/crypto/bn/bn_const.c
    index eb60a25b3..12c3208c2 100644
    --- a/openssl/crypto/bn/bn_const.c
    +++ b/openssl/crypto/bn/bn_const.c
    @@ -3,7 +3,8 @@
     
     #include "bn.h"
     
    -/* "First Oakley Default Group" from RFC2409, section 6.1.
    +/*-
    + * "First Oakley Default Group" from RFC2409, section 6.1.
      *
      * The prime is: 2^768 - 2 ^704 - 1 + 2^64 * { [2^638 pi] + 149686 }
      *
    @@ -12,21 +13,26 @@
      */
     
     BIGNUM *get_rfc2409_prime_768(BIGNUM *bn)
    -	{
    -	static const unsigned char RFC2409_PRIME_768[]={
    -		0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xC9,0x0F,0xDA,0xA2,
    -		0x21,0x68,0xC2,0x34,0xC4,0xC6,0x62,0x8B,0x80,0xDC,0x1C,0xD1,
    -		0x29,0x02,0x4E,0x08,0x8A,0x67,0xCC,0x74,0x02,0x0B,0xBE,0xA6,
    -		0x3B,0x13,0x9B,0x22,0x51,0x4A,0x08,0x79,0x8E,0x34,0x04,0xDD,
    -		0xEF,0x95,0x19,0xB3,0xCD,0x3A,0x43,0x1B,0x30,0x2B,0x0A,0x6D,
    -		0xF2,0x5F,0x14,0x37,0x4F,0xE1,0x35,0x6D,0x6D,0x51,0xC2,0x45,
    -		0xE4,0x85,0xB5,0x76,0x62,0x5E,0x7E,0xC6,0xF4,0x4C,0x42,0xE9,
    -		0xA6,0x3A,0x36,0x20,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -		};
    -	return BN_bin2bn(RFC2409_PRIME_768,sizeof(RFC2409_PRIME_768),bn);
    -	}
    +{
    +    static const unsigned char RFC2409_PRIME_768[] = {
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xC9, 0x0F, 0xDA, 0xA2, 0x21, 0x68, 0xC2, 0x34,
    +        0xC4, 0xC6, 0x62, 0x8B, 0x80, 0xDC, 0x1C, 0xD1,
    +        0x29, 0x02, 0x4E, 0x08, 0x8A, 0x67, 0xCC, 0x74,
    +        0x02, 0x0B, 0xBE, 0xA6, 0x3B, 0x13, 0x9B, 0x22,
    +        0x51, 0x4A, 0x08, 0x79, 0x8E, 0x34, 0x04, 0xDD,
    +        0xEF, 0x95, 0x19, 0xB3, 0xCD, 0x3A, 0x43, 0x1B,
    +        0x30, 0x2B, 0x0A, 0x6D, 0xF2, 0x5F, 0x14, 0x37,
    +        0x4F, 0xE1, 0x35, 0x6D, 0x6D, 0x51, 0xC2, 0x45,
    +        0xE4, 0x85, 0xB5, 0x76, 0x62, 0x5E, 0x7E, 0xC6,
    +        0xF4, 0x4C, 0x42, 0xE9, 0xA6, 0x3A, 0x36, 0x20,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +    };
    +    return BN_bin2bn(RFC2409_PRIME_768, sizeof(RFC2409_PRIME_768), bn);
    +}
     
    -/* "Second Oakley Default Group" from RFC2409, section 6.2.
    +/*-
    + * "Second Oakley Default Group" from RFC2409, section 6.2.
      *
      * The prime is: 2^1024 - 2^960 - 1 + 2^64 * { [2^894 pi] + 129093 }.
      *
    @@ -35,24 +41,30 @@ BIGNUM *get_rfc2409_prime_768(BIGNUM *bn)
      */
     
     BIGNUM *get_rfc2409_prime_1024(BIGNUM *bn)
    -	{
    -	static const unsigned char RFC2409_PRIME_1024[]={
    -		0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xC9,0x0F,0xDA,0xA2,
    -		0x21,0x68,0xC2,0x34,0xC4,0xC6,0x62,0x8B,0x80,0xDC,0x1C,0xD1,
    -		0x29,0x02,0x4E,0x08,0x8A,0x67,0xCC,0x74,0x02,0x0B,0xBE,0xA6,
    -		0x3B,0x13,0x9B,0x22,0x51,0x4A,0x08,0x79,0x8E,0x34,0x04,0xDD,
    -		0xEF,0x95,0x19,0xB3,0xCD,0x3A,0x43,0x1B,0x30,0x2B,0x0A,0x6D,
    -		0xF2,0x5F,0x14,0x37,0x4F,0xE1,0x35,0x6D,0x6D,0x51,0xC2,0x45,
    -		0xE4,0x85,0xB5,0x76,0x62,0x5E,0x7E,0xC6,0xF4,0x4C,0x42,0xE9,
    -		0xA6,0x37,0xED,0x6B,0x0B,0xFF,0x5C,0xB6,0xF4,0x06,0xB7,0xED,
    -		0xEE,0x38,0x6B,0xFB,0x5A,0x89,0x9F,0xA5,0xAE,0x9F,0x24,0x11,
    -		0x7C,0x4B,0x1F,0xE6,0x49,0x28,0x66,0x51,0xEC,0xE6,0x53,0x81,
    -		0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -		};
    -	return BN_bin2bn(RFC2409_PRIME_1024,sizeof(RFC2409_PRIME_1024),bn);
    -	}
    +{
    +    static const unsigned char RFC2409_PRIME_1024[] = {
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xC9, 0x0F, 0xDA, 0xA2, 0x21, 0x68, 0xC2, 0x34,
    +        0xC4, 0xC6, 0x62, 0x8B, 0x80, 0xDC, 0x1C, 0xD1,
    +        0x29, 0x02, 0x4E, 0x08, 0x8A, 0x67, 0xCC, 0x74,
    +        0x02, 0x0B, 0xBE, 0xA6, 0x3B, 0x13, 0x9B, 0x22,
    +        0x51, 0x4A, 0x08, 0x79, 0x8E, 0x34, 0x04, 0xDD,
    +        0xEF, 0x95, 0x19, 0xB3, 0xCD, 0x3A, 0x43, 0x1B,
    +        0x30, 0x2B, 0x0A, 0x6D, 0xF2, 0x5F, 0x14, 0x37,
    +        0x4F, 0xE1, 0x35, 0x6D, 0x6D, 0x51, 0xC2, 0x45,
    +        0xE4, 0x85, 0xB5, 0x76, 0x62, 0x5E, 0x7E, 0xC6,
    +        0xF4, 0x4C, 0x42, 0xE9, 0xA6, 0x37, 0xED, 0x6B,
    +        0x0B, 0xFF, 0x5C, 0xB6, 0xF4, 0x06, 0xB7, 0xED,
    +        0xEE, 0x38, 0x6B, 0xFB, 0x5A, 0x89, 0x9F, 0xA5,
    +        0xAE, 0x9F, 0x24, 0x11, 0x7C, 0x4B, 0x1F, 0xE6,
    +        0x49, 0x28, 0x66, 0x51, 0xEC, 0xE6, 0x53, 0x81,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +    };
    +    return BN_bin2bn(RFC2409_PRIME_1024, sizeof(RFC2409_PRIME_1024), bn);
    +}
     
    -/* "1536-bit MODP Group" from RFC3526, Section 2.
    +/*-
    + * "1536-bit MODP Group" from RFC3526, Section 2.
      *
      * The prime is: 2^1536 - 2^1472 - 1 + 2^64 * { [2^1406 pi] + 741804 }
      *
    @@ -61,29 +73,38 @@ BIGNUM *get_rfc2409_prime_1024(BIGNUM *bn)
      */
     
     BIGNUM *get_rfc3526_prime_1536(BIGNUM *bn)
    -	{
    -	static const unsigned char RFC3526_PRIME_1536[]={
    -		0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xC9,0x0F,0xDA,0xA2,
    -		0x21,0x68,0xC2,0x34,0xC4,0xC6,0x62,0x8B,0x80,0xDC,0x1C,0xD1,
    -		0x29,0x02,0x4E,0x08,0x8A,0x67,0xCC,0x74,0x02,0x0B,0xBE,0xA6,
    -		0x3B,0x13,0x9B,0x22,0x51,0x4A,0x08,0x79,0x8E,0x34,0x04,0xDD,
    -		0xEF,0x95,0x19,0xB3,0xCD,0x3A,0x43,0x1B,0x30,0x2B,0x0A,0x6D,
    -		0xF2,0x5F,0x14,0x37,0x4F,0xE1,0x35,0x6D,0x6D,0x51,0xC2,0x45,
    -		0xE4,0x85,0xB5,0x76,0x62,0x5E,0x7E,0xC6,0xF4,0x4C,0x42,0xE9,
    -		0xA6,0x37,0xED,0x6B,0x0B,0xFF,0x5C,0xB6,0xF4,0x06,0xB7,0xED,
    -		0xEE,0x38,0x6B,0xFB,0x5A,0x89,0x9F,0xA5,0xAE,0x9F,0x24,0x11,
    -		0x7C,0x4B,0x1F,0xE6,0x49,0x28,0x66,0x51,0xEC,0xE4,0x5B,0x3D,
    -		0xC2,0x00,0x7C,0xB8,0xA1,0x63,0xBF,0x05,0x98,0xDA,0x48,0x36,
    -		0x1C,0x55,0xD3,0x9A,0x69,0x16,0x3F,0xA8,0xFD,0x24,0xCF,0x5F,
    -		0x83,0x65,0x5D,0x23,0xDC,0xA3,0xAD,0x96,0x1C,0x62,0xF3,0x56,
    -		0x20,0x85,0x52,0xBB,0x9E,0xD5,0x29,0x07,0x70,0x96,0x96,0x6D,
    -		0x67,0x0C,0x35,0x4E,0x4A,0xBC,0x98,0x04,0xF1,0x74,0x6C,0x08,
    -		0xCA,0x23,0x73,0x27,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -		};
    -	return BN_bin2bn(RFC3526_PRIME_1536,sizeof(RFC3526_PRIME_1536),bn);
    -	}
    +{
    +    static const unsigned char RFC3526_PRIME_1536[] = {
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xC9, 0x0F, 0xDA, 0xA2, 0x21, 0x68, 0xC2, 0x34,
    +        0xC4, 0xC6, 0x62, 0x8B, 0x80, 0xDC, 0x1C, 0xD1,
    +        0x29, 0x02, 0x4E, 0x08, 0x8A, 0x67, 0xCC, 0x74,
    +        0x02, 0x0B, 0xBE, 0xA6, 0x3B, 0x13, 0x9B, 0x22,
    +        0x51, 0x4A, 0x08, 0x79, 0x8E, 0x34, 0x04, 0xDD,
    +        0xEF, 0x95, 0x19, 0xB3, 0xCD, 0x3A, 0x43, 0x1B,
    +        0x30, 0x2B, 0x0A, 0x6D, 0xF2, 0x5F, 0x14, 0x37,
    +        0x4F, 0xE1, 0x35, 0x6D, 0x6D, 0x51, 0xC2, 0x45,
    +        0xE4, 0x85, 0xB5, 0x76, 0x62, 0x5E, 0x7E, 0xC6,
    +        0xF4, 0x4C, 0x42, 0xE9, 0xA6, 0x37, 0xED, 0x6B,
    +        0x0B, 0xFF, 0x5C, 0xB6, 0xF4, 0x06, 0xB7, 0xED,
    +        0xEE, 0x38, 0x6B, 0xFB, 0x5A, 0x89, 0x9F, 0xA5,
    +        0xAE, 0x9F, 0x24, 0x11, 0x7C, 0x4B, 0x1F, 0xE6,
    +        0x49, 0x28, 0x66, 0x51, 0xEC, 0xE4, 0x5B, 0x3D,
    +        0xC2, 0x00, 0x7C, 0xB8, 0xA1, 0x63, 0xBF, 0x05,
    +        0x98, 0xDA, 0x48, 0x36, 0x1C, 0x55, 0xD3, 0x9A,
    +        0x69, 0x16, 0x3F, 0xA8, 0xFD, 0x24, 0xCF, 0x5F,
    +        0x83, 0x65, 0x5D, 0x23, 0xDC, 0xA3, 0xAD, 0x96,
    +        0x1C, 0x62, 0xF3, 0x56, 0x20, 0x85, 0x52, 0xBB,
    +        0x9E, 0xD5, 0x29, 0x07, 0x70, 0x96, 0x96, 0x6D,
    +        0x67, 0x0C, 0x35, 0x4E, 0x4A, 0xBC, 0x98, 0x04,
    +        0xF1, 0x74, 0x6C, 0x08, 0xCA, 0x23, 0x73, 0x27,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +    };
    +    return BN_bin2bn(RFC3526_PRIME_1536, sizeof(RFC3526_PRIME_1536), bn);
    +}
     
    -/* "2048-bit MODP Group" from RFC3526, Section 3.
    +/*-
    + * "2048-bit MODP Group" from RFC3526, Section 3.
      *
      * The prime is: 2^2048 - 2^1984 - 1 + 2^64 * { [2^1918 pi] + 124476 }
      *
    @@ -91,35 +112,46 @@ BIGNUM *get_rfc3526_prime_1536(BIGNUM *bn)
      */
     
     BIGNUM *get_rfc3526_prime_2048(BIGNUM *bn)
    -	{
    -	static const unsigned char RFC3526_PRIME_2048[]={
    -		0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xC9,0x0F,0xDA,0xA2,
    -		0x21,0x68,0xC2,0x34,0xC4,0xC6,0x62,0x8B,0x80,0xDC,0x1C,0xD1,
    -		0x29,0x02,0x4E,0x08,0x8A,0x67,0xCC,0x74,0x02,0x0B,0xBE,0xA6,
    -		0x3B,0x13,0x9B,0x22,0x51,0x4A,0x08,0x79,0x8E,0x34,0x04,0xDD,
    -		0xEF,0x95,0x19,0xB3,0xCD,0x3A,0x43,0x1B,0x30,0x2B,0x0A,0x6D,
    -		0xF2,0x5F,0x14,0x37,0x4F,0xE1,0x35,0x6D,0x6D,0x51,0xC2,0x45,
    -		0xE4,0x85,0xB5,0x76,0x62,0x5E,0x7E,0xC6,0xF4,0x4C,0x42,0xE9,
    -		0xA6,0x37,0xED,0x6B,0x0B,0xFF,0x5C,0xB6,0xF4,0x06,0xB7,0xED,
    -		0xEE,0x38,0x6B,0xFB,0x5A,0x89,0x9F,0xA5,0xAE,0x9F,0x24,0x11,
    -		0x7C,0x4B,0x1F,0xE6,0x49,0x28,0x66,0x51,0xEC,0xE4,0x5B,0x3D,
    -		0xC2,0x00,0x7C,0xB8,0xA1,0x63,0xBF,0x05,0x98,0xDA,0x48,0x36,
    -		0x1C,0x55,0xD3,0x9A,0x69,0x16,0x3F,0xA8,0xFD,0x24,0xCF,0x5F,
    -		0x83,0x65,0x5D,0x23,0xDC,0xA3,0xAD,0x96,0x1C,0x62,0xF3,0x56,
    -		0x20,0x85,0x52,0xBB,0x9E,0xD5,0x29,0x07,0x70,0x96,0x96,0x6D,
    -		0x67,0x0C,0x35,0x4E,0x4A,0xBC,0x98,0x04,0xF1,0x74,0x6C,0x08,
    -		0xCA,0x18,0x21,0x7C,0x32,0x90,0x5E,0x46,0x2E,0x36,0xCE,0x3B,
    -		0xE3,0x9E,0x77,0x2C,0x18,0x0E,0x86,0x03,0x9B,0x27,0x83,0xA2,
    -		0xEC,0x07,0xA2,0x8F,0xB5,0xC5,0x5D,0xF0,0x6F,0x4C,0x52,0xC9,
    -		0xDE,0x2B,0xCB,0xF6,0x95,0x58,0x17,0x18,0x39,0x95,0x49,0x7C,
    -		0xEA,0x95,0x6A,0xE5,0x15,0xD2,0x26,0x18,0x98,0xFA,0x05,0x10,
    -		0x15,0x72,0x8E,0x5A,0x8A,0xAC,0xAA,0x68,0xFF,0xFF,0xFF,0xFF,
    -		0xFF,0xFF,0xFF,0xFF,
    -		};
    -	return BN_bin2bn(RFC3526_PRIME_2048,sizeof(RFC3526_PRIME_2048),bn);
    -	}
    +{
    +    static const unsigned char RFC3526_PRIME_2048[] = {
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xC9, 0x0F, 0xDA, 0xA2, 0x21, 0x68, 0xC2, 0x34,
    +        0xC4, 0xC6, 0x62, 0x8B, 0x80, 0xDC, 0x1C, 0xD1,
    +        0x29, 0x02, 0x4E, 0x08, 0x8A, 0x67, 0xCC, 0x74,
    +        0x02, 0x0B, 0xBE, 0xA6, 0x3B, 0x13, 0x9B, 0x22,
    +        0x51, 0x4A, 0x08, 0x79, 0x8E, 0x34, 0x04, 0xDD,
    +        0xEF, 0x95, 0x19, 0xB3, 0xCD, 0x3A, 0x43, 0x1B,
    +        0x30, 0x2B, 0x0A, 0x6D, 0xF2, 0x5F, 0x14, 0x37,
    +        0x4F, 0xE1, 0x35, 0x6D, 0x6D, 0x51, 0xC2, 0x45,
    +        0xE4, 0x85, 0xB5, 0x76, 0x62, 0x5E, 0x7E, 0xC6,
    +        0xF4, 0x4C, 0x42, 0xE9, 0xA6, 0x37, 0xED, 0x6B,
    +        0x0B, 0xFF, 0x5C, 0xB6, 0xF4, 0x06, 0xB7, 0xED,
    +        0xEE, 0x38, 0x6B, 0xFB, 0x5A, 0x89, 0x9F, 0xA5,
    +        0xAE, 0x9F, 0x24, 0x11, 0x7C, 0x4B, 0x1F, 0xE6,
    +        0x49, 0x28, 0x66, 0x51, 0xEC, 0xE4, 0x5B, 0x3D,
    +        0xC2, 0x00, 0x7C, 0xB8, 0xA1, 0x63, 0xBF, 0x05,
    +        0x98, 0xDA, 0x48, 0x36, 0x1C, 0x55, 0xD3, 0x9A,
    +        0x69, 0x16, 0x3F, 0xA8, 0xFD, 0x24, 0xCF, 0x5F,
    +        0x83, 0x65, 0x5D, 0x23, 0xDC, 0xA3, 0xAD, 0x96,
    +        0x1C, 0x62, 0xF3, 0x56, 0x20, 0x85, 0x52, 0xBB,
    +        0x9E, 0xD5, 0x29, 0x07, 0x70, 0x96, 0x96, 0x6D,
    +        0x67, 0x0C, 0x35, 0x4E, 0x4A, 0xBC, 0x98, 0x04,
    +        0xF1, 0x74, 0x6C, 0x08, 0xCA, 0x18, 0x21, 0x7C,
    +        0x32, 0x90, 0x5E, 0x46, 0x2E, 0x36, 0xCE, 0x3B,
    +        0xE3, 0x9E, 0x77, 0x2C, 0x18, 0x0E, 0x86, 0x03,
    +        0x9B, 0x27, 0x83, 0xA2, 0xEC, 0x07, 0xA2, 0x8F,
    +        0xB5, 0xC5, 0x5D, 0xF0, 0x6F, 0x4C, 0x52, 0xC9,
    +        0xDE, 0x2B, 0xCB, 0xF6, 0x95, 0x58, 0x17, 0x18,
    +        0x39, 0x95, 0x49, 0x7C, 0xEA, 0x95, 0x6A, 0xE5,
    +        0x15, 0xD2, 0x26, 0x18, 0x98, 0xFA, 0x05, 0x10,
    +        0x15, 0x72, 0x8E, 0x5A, 0x8A, 0xAC, 0xAA, 0x68,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +    };
    +    return BN_bin2bn(RFC3526_PRIME_2048, sizeof(RFC3526_PRIME_2048), bn);
    +}
     
    -/* "3072-bit MODP Group" from RFC3526, Section 4.
    +/*-
    + * "3072-bit MODP Group" from RFC3526, Section 4.
      *
      * The prime is: 2^3072 - 2^3008 - 1 + 2^64 * { [2^2942 pi] + 1690314 }
      *
    @@ -127,45 +159,62 @@ BIGNUM *get_rfc3526_prime_2048(BIGNUM *bn)
      */
     
     BIGNUM *get_rfc3526_prime_3072(BIGNUM *bn)
    -	{
    -	static const unsigned char RFC3526_PRIME_3072[]={
    -		0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xC9,0x0F,0xDA,0xA2,
    -		0x21,0x68,0xC2,0x34,0xC4,0xC6,0x62,0x8B,0x80,0xDC,0x1C,0xD1,
    -		0x29,0x02,0x4E,0x08,0x8A,0x67,0xCC,0x74,0x02,0x0B,0xBE,0xA6,
    -		0x3B,0x13,0x9B,0x22,0x51,0x4A,0x08,0x79,0x8E,0x34,0x04,0xDD,
    -		0xEF,0x95,0x19,0xB3,0xCD,0x3A,0x43,0x1B,0x30,0x2B,0x0A,0x6D,
    -		0xF2,0x5F,0x14,0x37,0x4F,0xE1,0x35,0x6D,0x6D,0x51,0xC2,0x45,
    -		0xE4,0x85,0xB5,0x76,0x62,0x5E,0x7E,0xC6,0xF4,0x4C,0x42,0xE9,
    -		0xA6,0x37,0xED,0x6B,0x0B,0xFF,0x5C,0xB6,0xF4,0x06,0xB7,0xED,
    -		0xEE,0x38,0x6B,0xFB,0x5A,0x89,0x9F,0xA5,0xAE,0x9F,0x24,0x11,
    -		0x7C,0x4B,0x1F,0xE6,0x49,0x28,0x66,0x51,0xEC,0xE4,0x5B,0x3D,
    -		0xC2,0x00,0x7C,0xB8,0xA1,0x63,0xBF,0x05,0x98,0xDA,0x48,0x36,
    -		0x1C,0x55,0xD3,0x9A,0x69,0x16,0x3F,0xA8,0xFD,0x24,0xCF,0x5F,
    -		0x83,0x65,0x5D,0x23,0xDC,0xA3,0xAD,0x96,0x1C,0x62,0xF3,0x56,
    -		0x20,0x85,0x52,0xBB,0x9E,0xD5,0x29,0x07,0x70,0x96,0x96,0x6D,
    -		0x67,0x0C,0x35,0x4E,0x4A,0xBC,0x98,0x04,0xF1,0x74,0x6C,0x08,
    -		0xCA,0x18,0x21,0x7C,0x32,0x90,0x5E,0x46,0x2E,0x36,0xCE,0x3B,
    -		0xE3,0x9E,0x77,0x2C,0x18,0x0E,0x86,0x03,0x9B,0x27,0x83,0xA2,
    -		0xEC,0x07,0xA2,0x8F,0xB5,0xC5,0x5D,0xF0,0x6F,0x4C,0x52,0xC9,
    -		0xDE,0x2B,0xCB,0xF6,0x95,0x58,0x17,0x18,0x39,0x95,0x49,0x7C,
    -		0xEA,0x95,0x6A,0xE5,0x15,0xD2,0x26,0x18,0x98,0xFA,0x05,0x10,
    -		0x15,0x72,0x8E,0x5A,0x8A,0xAA,0xC4,0x2D,0xAD,0x33,0x17,0x0D,
    -		0x04,0x50,0x7A,0x33,0xA8,0x55,0x21,0xAB,0xDF,0x1C,0xBA,0x64,
    -		0xEC,0xFB,0x85,0x04,0x58,0xDB,0xEF,0x0A,0x8A,0xEA,0x71,0x57,
    -		0x5D,0x06,0x0C,0x7D,0xB3,0x97,0x0F,0x85,0xA6,0xE1,0xE4,0xC7,
    -		0xAB,0xF5,0xAE,0x8C,0xDB,0x09,0x33,0xD7,0x1E,0x8C,0x94,0xE0,
    -		0x4A,0x25,0x61,0x9D,0xCE,0xE3,0xD2,0x26,0x1A,0xD2,0xEE,0x6B,
    -		0xF1,0x2F,0xFA,0x06,0xD9,0x8A,0x08,0x64,0xD8,0x76,0x02,0x73,
    -		0x3E,0xC8,0x6A,0x64,0x52,0x1F,0x2B,0x18,0x17,0x7B,0x20,0x0C,
    -		0xBB,0xE1,0x17,0x57,0x7A,0x61,0x5D,0x6C,0x77,0x09,0x88,0xC0,
    -		0xBA,0xD9,0x46,0xE2,0x08,0xE2,0x4F,0xA0,0x74,0xE5,0xAB,0x31,
    -		0x43,0xDB,0x5B,0xFC,0xE0,0xFD,0x10,0x8E,0x4B,0x82,0xD1,0x20,
    -		0xA9,0x3A,0xD2,0xCA,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -		};
    -	return BN_bin2bn(RFC3526_PRIME_3072,sizeof(RFC3526_PRIME_3072),bn);
    -	}
    +{
    +    static const unsigned char RFC3526_PRIME_3072[] = {
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xC9, 0x0F, 0xDA, 0xA2, 0x21, 0x68, 0xC2, 0x34,
    +        0xC4, 0xC6, 0x62, 0x8B, 0x80, 0xDC, 0x1C, 0xD1,
    +        0x29, 0x02, 0x4E, 0x08, 0x8A, 0x67, 0xCC, 0x74,
    +        0x02, 0x0B, 0xBE, 0xA6, 0x3B, 0x13, 0x9B, 0x22,
    +        0x51, 0x4A, 0x08, 0x79, 0x8E, 0x34, 0x04, 0xDD,
    +        0xEF, 0x95, 0x19, 0xB3, 0xCD, 0x3A, 0x43, 0x1B,
    +        0x30, 0x2B, 0x0A, 0x6D, 0xF2, 0x5F, 0x14, 0x37,
    +        0x4F, 0xE1, 0x35, 0x6D, 0x6D, 0x51, 0xC2, 0x45,
    +        0xE4, 0x85, 0xB5, 0x76, 0x62, 0x5E, 0x7E, 0xC6,
    +        0xF4, 0x4C, 0x42, 0xE9, 0xA6, 0x37, 0xED, 0x6B,
    +        0x0B, 0xFF, 0x5C, 0xB6, 0xF4, 0x06, 0xB7, 0xED,
    +        0xEE, 0x38, 0x6B, 0xFB, 0x5A, 0x89, 0x9F, 0xA5,
    +        0xAE, 0x9F, 0x24, 0x11, 0x7C, 0x4B, 0x1F, 0xE6,
    +        0x49, 0x28, 0x66, 0x51, 0xEC, 0xE4, 0x5B, 0x3D,
    +        0xC2, 0x00, 0x7C, 0xB8, 0xA1, 0x63, 0xBF, 0x05,
    +        0x98, 0xDA, 0x48, 0x36, 0x1C, 0x55, 0xD3, 0x9A,
    +        0x69, 0x16, 0x3F, 0xA8, 0xFD, 0x24, 0xCF, 0x5F,
    +        0x83, 0x65, 0x5D, 0x23, 0xDC, 0xA3, 0xAD, 0x96,
    +        0x1C, 0x62, 0xF3, 0x56, 0x20, 0x85, 0x52, 0xBB,
    +        0x9E, 0xD5, 0x29, 0x07, 0x70, 0x96, 0x96, 0x6D,
    +        0x67, 0x0C, 0x35, 0x4E, 0x4A, 0xBC, 0x98, 0x04,
    +        0xF1, 0x74, 0x6C, 0x08, 0xCA, 0x18, 0x21, 0x7C,
    +        0x32, 0x90, 0x5E, 0x46, 0x2E, 0x36, 0xCE, 0x3B,
    +        0xE3, 0x9E, 0x77, 0x2C, 0x18, 0x0E, 0x86, 0x03,
    +        0x9B, 0x27, 0x83, 0xA2, 0xEC, 0x07, 0xA2, 0x8F,
    +        0xB5, 0xC5, 0x5D, 0xF0, 0x6F, 0x4C, 0x52, 0xC9,
    +        0xDE, 0x2B, 0xCB, 0xF6, 0x95, 0x58, 0x17, 0x18,
    +        0x39, 0x95, 0x49, 0x7C, 0xEA, 0x95, 0x6A, 0xE5,
    +        0x15, 0xD2, 0x26, 0x18, 0x98, 0xFA, 0x05, 0x10,
    +        0x15, 0x72, 0x8E, 0x5A, 0x8A, 0xAA, 0xC4, 0x2D,
    +        0xAD, 0x33, 0x17, 0x0D, 0x04, 0x50, 0x7A, 0x33,
    +        0xA8, 0x55, 0x21, 0xAB, 0xDF, 0x1C, 0xBA, 0x64,
    +        0xEC, 0xFB, 0x85, 0x04, 0x58, 0xDB, 0xEF, 0x0A,
    +        0x8A, 0xEA, 0x71, 0x57, 0x5D, 0x06, 0x0C, 0x7D,
    +        0xB3, 0x97, 0x0F, 0x85, 0xA6, 0xE1, 0xE4, 0xC7,
    +        0xAB, 0xF5, 0xAE, 0x8C, 0xDB, 0x09, 0x33, 0xD7,
    +        0x1E, 0x8C, 0x94, 0xE0, 0x4A, 0x25, 0x61, 0x9D,
    +        0xCE, 0xE3, 0xD2, 0x26, 0x1A, 0xD2, 0xEE, 0x6B,
    +        0xF1, 0x2F, 0xFA, 0x06, 0xD9, 0x8A, 0x08, 0x64,
    +        0xD8, 0x76, 0x02, 0x73, 0x3E, 0xC8, 0x6A, 0x64,
    +        0x52, 0x1F, 0x2B, 0x18, 0x17, 0x7B, 0x20, 0x0C,
    +        0xBB, 0xE1, 0x17, 0x57, 0x7A, 0x61, 0x5D, 0x6C,
    +        0x77, 0x09, 0x88, 0xC0, 0xBA, 0xD9, 0x46, 0xE2,
    +        0x08, 0xE2, 0x4F, 0xA0, 0x74, 0xE5, 0xAB, 0x31,
    +        0x43, 0xDB, 0x5B, 0xFC, 0xE0, 0xFD, 0x10, 0x8E,
    +        0x4B, 0x82, 0xD1, 0x20, 0xA9, 0x3A, 0xD2, 0xCA,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +    };
    +    return BN_bin2bn(RFC3526_PRIME_3072, sizeof(RFC3526_PRIME_3072), bn);
    +}
     
    -/* "4096-bit MODP Group" from RFC3526, Section 5.
    +/*-
    + * "4096-bit MODP Group" from RFC3526, Section 5.
      *
      * The prime is: 2^4096 - 2^4032 - 1 + 2^64 * { [2^3966 pi] + 240904 }
      *
    @@ -173,56 +222,78 @@ BIGNUM *get_rfc3526_prime_3072(BIGNUM *bn)
      */
     
     BIGNUM *get_rfc3526_prime_4096(BIGNUM *bn)
    -	{
    -	static const unsigned char RFC3526_PRIME_4096[]={
    -		0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xC9,0x0F,0xDA,0xA2,
    -		0x21,0x68,0xC2,0x34,0xC4,0xC6,0x62,0x8B,0x80,0xDC,0x1C,0xD1,
    -		0x29,0x02,0x4E,0x08,0x8A,0x67,0xCC,0x74,0x02,0x0B,0xBE,0xA6,
    -		0x3B,0x13,0x9B,0x22,0x51,0x4A,0x08,0x79,0x8E,0x34,0x04,0xDD,
    -		0xEF,0x95,0x19,0xB3,0xCD,0x3A,0x43,0x1B,0x30,0x2B,0x0A,0x6D,
    -		0xF2,0x5F,0x14,0x37,0x4F,0xE1,0x35,0x6D,0x6D,0x51,0xC2,0x45,
    -		0xE4,0x85,0xB5,0x76,0x62,0x5E,0x7E,0xC6,0xF4,0x4C,0x42,0xE9,
    -		0xA6,0x37,0xED,0x6B,0x0B,0xFF,0x5C,0xB6,0xF4,0x06,0xB7,0xED,
    -		0xEE,0x38,0x6B,0xFB,0x5A,0x89,0x9F,0xA5,0xAE,0x9F,0x24,0x11,
    -		0x7C,0x4B,0x1F,0xE6,0x49,0x28,0x66,0x51,0xEC,0xE4,0x5B,0x3D,
    -		0xC2,0x00,0x7C,0xB8,0xA1,0x63,0xBF,0x05,0x98,0xDA,0x48,0x36,
    -		0x1C,0x55,0xD3,0x9A,0x69,0x16,0x3F,0xA8,0xFD,0x24,0xCF,0x5F,
    -		0x83,0x65,0x5D,0x23,0xDC,0xA3,0xAD,0x96,0x1C,0x62,0xF3,0x56,
    -		0x20,0x85,0x52,0xBB,0x9E,0xD5,0x29,0x07,0x70,0x96,0x96,0x6D,
    -		0x67,0x0C,0x35,0x4E,0x4A,0xBC,0x98,0x04,0xF1,0x74,0x6C,0x08,
    -		0xCA,0x18,0x21,0x7C,0x32,0x90,0x5E,0x46,0x2E,0x36,0xCE,0x3B,
    -		0xE3,0x9E,0x77,0x2C,0x18,0x0E,0x86,0x03,0x9B,0x27,0x83,0xA2,
    -		0xEC,0x07,0xA2,0x8F,0xB5,0xC5,0x5D,0xF0,0x6F,0x4C,0x52,0xC9,
    -		0xDE,0x2B,0xCB,0xF6,0x95,0x58,0x17,0x18,0x39,0x95,0x49,0x7C,
    -		0xEA,0x95,0x6A,0xE5,0x15,0xD2,0x26,0x18,0x98,0xFA,0x05,0x10,
    -		0x15,0x72,0x8E,0x5A,0x8A,0xAA,0xC4,0x2D,0xAD,0x33,0x17,0x0D,
    -		0x04,0x50,0x7A,0x33,0xA8,0x55,0x21,0xAB,0xDF,0x1C,0xBA,0x64,
    -		0xEC,0xFB,0x85,0x04,0x58,0xDB,0xEF,0x0A,0x8A,0xEA,0x71,0x57,
    -		0x5D,0x06,0x0C,0x7D,0xB3,0x97,0x0F,0x85,0xA6,0xE1,0xE4,0xC7,
    -		0xAB,0xF5,0xAE,0x8C,0xDB,0x09,0x33,0xD7,0x1E,0x8C,0x94,0xE0,
    -		0x4A,0x25,0x61,0x9D,0xCE,0xE3,0xD2,0x26,0x1A,0xD2,0xEE,0x6B,
    -		0xF1,0x2F,0xFA,0x06,0xD9,0x8A,0x08,0x64,0xD8,0x76,0x02,0x73,
    -		0x3E,0xC8,0x6A,0x64,0x52,0x1F,0x2B,0x18,0x17,0x7B,0x20,0x0C,
    -		0xBB,0xE1,0x17,0x57,0x7A,0x61,0x5D,0x6C,0x77,0x09,0x88,0xC0,
    -		0xBA,0xD9,0x46,0xE2,0x08,0xE2,0x4F,0xA0,0x74,0xE5,0xAB,0x31,
    -		0x43,0xDB,0x5B,0xFC,0xE0,0xFD,0x10,0x8E,0x4B,0x82,0xD1,0x20,
    -		0xA9,0x21,0x08,0x01,0x1A,0x72,0x3C,0x12,0xA7,0x87,0xE6,0xD7,
    -		0x88,0x71,0x9A,0x10,0xBD,0xBA,0x5B,0x26,0x99,0xC3,0x27,0x18,
    -		0x6A,0xF4,0xE2,0x3C,0x1A,0x94,0x68,0x34,0xB6,0x15,0x0B,0xDA,
    -		0x25,0x83,0xE9,0xCA,0x2A,0xD4,0x4C,0xE8,0xDB,0xBB,0xC2,0xDB,
    -		0x04,0xDE,0x8E,0xF9,0x2E,0x8E,0xFC,0x14,0x1F,0xBE,0xCA,0xA6,
    -		0x28,0x7C,0x59,0x47,0x4E,0x6B,0xC0,0x5D,0x99,0xB2,0x96,0x4F,
    -		0xA0,0x90,0xC3,0xA2,0x23,0x3B,0xA1,0x86,0x51,0x5B,0xE7,0xED,
    -		0x1F,0x61,0x29,0x70,0xCE,0xE2,0xD7,0xAF,0xB8,0x1B,0xDD,0x76,
    -		0x21,0x70,0x48,0x1C,0xD0,0x06,0x91,0x27,0xD5,0xB0,0x5A,0xA9,
    -		0x93,0xB4,0xEA,0x98,0x8D,0x8F,0xDD,0xC1,0x86,0xFF,0xB7,0xDC,
    -		0x90,0xA6,0xC0,0x8F,0x4D,0xF4,0x35,0xC9,0x34,0x06,0x31,0x99,
    -		0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -		};
    -	return BN_bin2bn(RFC3526_PRIME_4096,sizeof(RFC3526_PRIME_4096),bn);
    -	}
    +{
    +    static const unsigned char RFC3526_PRIME_4096[] = {
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xC9, 0x0F, 0xDA, 0xA2, 0x21, 0x68, 0xC2, 0x34,
    +        0xC4, 0xC6, 0x62, 0x8B, 0x80, 0xDC, 0x1C, 0xD1,
    +        0x29, 0x02, 0x4E, 0x08, 0x8A, 0x67, 0xCC, 0x74,
    +        0x02, 0x0B, 0xBE, 0xA6, 0x3B, 0x13, 0x9B, 0x22,
    +        0x51, 0x4A, 0x08, 0x79, 0x8E, 0x34, 0x04, 0xDD,
    +        0xEF, 0x95, 0x19, 0xB3, 0xCD, 0x3A, 0x43, 0x1B,
    +        0x30, 0x2B, 0x0A, 0x6D, 0xF2, 0x5F, 0x14, 0x37,
    +        0x4F, 0xE1, 0x35, 0x6D, 0x6D, 0x51, 0xC2, 0x45,
    +        0xE4, 0x85, 0xB5, 0x76, 0x62, 0x5E, 0x7E, 0xC6,
    +        0xF4, 0x4C, 0x42, 0xE9, 0xA6, 0x37, 0xED, 0x6B,
    +        0x0B, 0xFF, 0x5C, 0xB6, 0xF4, 0x06, 0xB7, 0xED,
    +        0xEE, 0x38, 0x6B, 0xFB, 0x5A, 0x89, 0x9F, 0xA5,
    +        0xAE, 0x9F, 0x24, 0x11, 0x7C, 0x4B, 0x1F, 0xE6,
    +        0x49, 0x28, 0x66, 0x51, 0xEC, 0xE4, 0x5B, 0x3D,
    +        0xC2, 0x00, 0x7C, 0xB8, 0xA1, 0x63, 0xBF, 0x05,
    +        0x98, 0xDA, 0x48, 0x36, 0x1C, 0x55, 0xD3, 0x9A,
    +        0x69, 0x16, 0x3F, 0xA8, 0xFD, 0x24, 0xCF, 0x5F,
    +        0x83, 0x65, 0x5D, 0x23, 0xDC, 0xA3, 0xAD, 0x96,
    +        0x1C, 0x62, 0xF3, 0x56, 0x20, 0x85, 0x52, 0xBB,
    +        0x9E, 0xD5, 0x29, 0x07, 0x70, 0x96, 0x96, 0x6D,
    +        0x67, 0x0C, 0x35, 0x4E, 0x4A, 0xBC, 0x98, 0x04,
    +        0xF1, 0x74, 0x6C, 0x08, 0xCA, 0x18, 0x21, 0x7C,
    +        0x32, 0x90, 0x5E, 0x46, 0x2E, 0x36, 0xCE, 0x3B,
    +        0xE3, 0x9E, 0x77, 0x2C, 0x18, 0x0E, 0x86, 0x03,
    +        0x9B, 0x27, 0x83, 0xA2, 0xEC, 0x07, 0xA2, 0x8F,
    +        0xB5, 0xC5, 0x5D, 0xF0, 0x6F, 0x4C, 0x52, 0xC9,
    +        0xDE, 0x2B, 0xCB, 0xF6, 0x95, 0x58, 0x17, 0x18,
    +        0x39, 0x95, 0x49, 0x7C, 0xEA, 0x95, 0x6A, 0xE5,
    +        0x15, 0xD2, 0x26, 0x18, 0x98, 0xFA, 0x05, 0x10,
    +        0x15, 0x72, 0x8E, 0x5A, 0x8A, 0xAA, 0xC4, 0x2D,
    +        0xAD, 0x33, 0x17, 0x0D, 0x04, 0x50, 0x7A, 0x33,
    +        0xA8, 0x55, 0x21, 0xAB, 0xDF, 0x1C, 0xBA, 0x64,
    +        0xEC, 0xFB, 0x85, 0x04, 0x58, 0xDB, 0xEF, 0x0A,
    +        0x8A, 0xEA, 0x71, 0x57, 0x5D, 0x06, 0x0C, 0x7D,
    +        0xB3, 0x97, 0x0F, 0x85, 0xA6, 0xE1, 0xE4, 0xC7,
    +        0xAB, 0xF5, 0xAE, 0x8C, 0xDB, 0x09, 0x33, 0xD7,
    +        0x1E, 0x8C, 0x94, 0xE0, 0x4A, 0x25, 0x61, 0x9D,
    +        0xCE, 0xE3, 0xD2, 0x26, 0x1A, 0xD2, 0xEE, 0x6B,
    +        0xF1, 0x2F, 0xFA, 0x06, 0xD9, 0x8A, 0x08, 0x64,
    +        0xD8, 0x76, 0x02, 0x73, 0x3E, 0xC8, 0x6A, 0x64,
    +        0x52, 0x1F, 0x2B, 0x18, 0x17, 0x7B, 0x20, 0x0C,
    +        0xBB, 0xE1, 0x17, 0x57, 0x7A, 0x61, 0x5D, 0x6C,
    +        0x77, 0x09, 0x88, 0xC0, 0xBA, 0xD9, 0x46, 0xE2,
    +        0x08, 0xE2, 0x4F, 0xA0, 0x74, 0xE5, 0xAB, 0x31,
    +        0x43, 0xDB, 0x5B, 0xFC, 0xE0, 0xFD, 0x10, 0x8E,
    +        0x4B, 0x82, 0xD1, 0x20, 0xA9, 0x21, 0x08, 0x01,
    +        0x1A, 0x72, 0x3C, 0x12, 0xA7, 0x87, 0xE6, 0xD7,
    +        0x88, 0x71, 0x9A, 0x10, 0xBD, 0xBA, 0x5B, 0x26,
    +        0x99, 0xC3, 0x27, 0x18, 0x6A, 0xF4, 0xE2, 0x3C,
    +        0x1A, 0x94, 0x68, 0x34, 0xB6, 0x15, 0x0B, 0xDA,
    +        0x25, 0x83, 0xE9, 0xCA, 0x2A, 0xD4, 0x4C, 0xE8,
    +        0xDB, 0xBB, 0xC2, 0xDB, 0x04, 0xDE, 0x8E, 0xF9,
    +        0x2E, 0x8E, 0xFC, 0x14, 0x1F, 0xBE, 0xCA, 0xA6,
    +        0x28, 0x7C, 0x59, 0x47, 0x4E, 0x6B, 0xC0, 0x5D,
    +        0x99, 0xB2, 0x96, 0x4F, 0xA0, 0x90, 0xC3, 0xA2,
    +        0x23, 0x3B, 0xA1, 0x86, 0x51, 0x5B, 0xE7, 0xED,
    +        0x1F, 0x61, 0x29, 0x70, 0xCE, 0xE2, 0xD7, 0xAF,
    +        0xB8, 0x1B, 0xDD, 0x76, 0x21, 0x70, 0x48, 0x1C,
    +        0xD0, 0x06, 0x91, 0x27, 0xD5, 0xB0, 0x5A, 0xA9,
    +        0x93, 0xB4, 0xEA, 0x98, 0x8D, 0x8F, 0xDD, 0xC1,
    +        0x86, 0xFF, 0xB7, 0xDC, 0x90, 0xA6, 0xC0, 0x8F,
    +        0x4D, 0xF4, 0x35, 0xC9, 0x34, 0x06, 0x31, 0x99,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +    };
    +    return BN_bin2bn(RFC3526_PRIME_4096, sizeof(RFC3526_PRIME_4096), bn);
    +}
     
    -/* "6144-bit MODP Group" from RFC3526, Section 6.
    +/*-
    + * "6144-bit MODP Group" from RFC3526, Section 6.
      *
      * The prime is: 2^6144 - 2^6080 - 1 + 2^64 * { [2^6014 pi] + 929484 }
      *
    @@ -230,77 +301,110 @@ BIGNUM *get_rfc3526_prime_4096(BIGNUM *bn)
      */
     
     BIGNUM *get_rfc3526_prime_6144(BIGNUM *bn)
    -	{
    -	static const unsigned char RFC3526_PRIME_6144[]={
    -		0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xC9,0x0F,0xDA,0xA2,
    -		0x21,0x68,0xC2,0x34,0xC4,0xC6,0x62,0x8B,0x80,0xDC,0x1C,0xD1,
    -		0x29,0x02,0x4E,0x08,0x8A,0x67,0xCC,0x74,0x02,0x0B,0xBE,0xA6,
    -		0x3B,0x13,0x9B,0x22,0x51,0x4A,0x08,0x79,0x8E,0x34,0x04,0xDD,
    -		0xEF,0x95,0x19,0xB3,0xCD,0x3A,0x43,0x1B,0x30,0x2B,0x0A,0x6D,
    -		0xF2,0x5F,0x14,0x37,0x4F,0xE1,0x35,0x6D,0x6D,0x51,0xC2,0x45,
    -		0xE4,0x85,0xB5,0x76,0x62,0x5E,0x7E,0xC6,0xF4,0x4C,0x42,0xE9,
    -		0xA6,0x37,0xED,0x6B,0x0B,0xFF,0x5C,0xB6,0xF4,0x06,0xB7,0xED,
    -		0xEE,0x38,0x6B,0xFB,0x5A,0x89,0x9F,0xA5,0xAE,0x9F,0x24,0x11,
    -		0x7C,0x4B,0x1F,0xE6,0x49,0x28,0x66,0x51,0xEC,0xE4,0x5B,0x3D,
    -		0xC2,0x00,0x7C,0xB8,0xA1,0x63,0xBF,0x05,0x98,0xDA,0x48,0x36,
    -		0x1C,0x55,0xD3,0x9A,0x69,0x16,0x3F,0xA8,0xFD,0x24,0xCF,0x5F,
    -		0x83,0x65,0x5D,0x23,0xDC,0xA3,0xAD,0x96,0x1C,0x62,0xF3,0x56,
    -		0x20,0x85,0x52,0xBB,0x9E,0xD5,0x29,0x07,0x70,0x96,0x96,0x6D,
    -		0x67,0x0C,0x35,0x4E,0x4A,0xBC,0x98,0x04,0xF1,0x74,0x6C,0x08,
    -		0xCA,0x18,0x21,0x7C,0x32,0x90,0x5E,0x46,0x2E,0x36,0xCE,0x3B,
    -		0xE3,0x9E,0x77,0x2C,0x18,0x0E,0x86,0x03,0x9B,0x27,0x83,0xA2,
    -		0xEC,0x07,0xA2,0x8F,0xB5,0xC5,0x5D,0xF0,0x6F,0x4C,0x52,0xC9,
    -		0xDE,0x2B,0xCB,0xF6,0x95,0x58,0x17,0x18,0x39,0x95,0x49,0x7C,
    -		0xEA,0x95,0x6A,0xE5,0x15,0xD2,0x26,0x18,0x98,0xFA,0x05,0x10,
    -		0x15,0x72,0x8E,0x5A,0x8A,0xAA,0xC4,0x2D,0xAD,0x33,0x17,0x0D,
    -		0x04,0x50,0x7A,0x33,0xA8,0x55,0x21,0xAB,0xDF,0x1C,0xBA,0x64,
    -		0xEC,0xFB,0x85,0x04,0x58,0xDB,0xEF,0x0A,0x8A,0xEA,0x71,0x57,
    -		0x5D,0x06,0x0C,0x7D,0xB3,0x97,0x0F,0x85,0xA6,0xE1,0xE4,0xC7,
    -		0xAB,0xF5,0xAE,0x8C,0xDB,0x09,0x33,0xD7,0x1E,0x8C,0x94,0xE0,
    -		0x4A,0x25,0x61,0x9D,0xCE,0xE3,0xD2,0x26,0x1A,0xD2,0xEE,0x6B,
    -		0xF1,0x2F,0xFA,0x06,0xD9,0x8A,0x08,0x64,0xD8,0x76,0x02,0x73,
    -		0x3E,0xC8,0x6A,0x64,0x52,0x1F,0x2B,0x18,0x17,0x7B,0x20,0x0C,
    -		0xBB,0xE1,0x17,0x57,0x7A,0x61,0x5D,0x6C,0x77,0x09,0x88,0xC0,
    -		0xBA,0xD9,0x46,0xE2,0x08,0xE2,0x4F,0xA0,0x74,0xE5,0xAB,0x31,
    -		0x43,0xDB,0x5B,0xFC,0xE0,0xFD,0x10,0x8E,0x4B,0x82,0xD1,0x20,
    -		0xA9,0x21,0x08,0x01,0x1A,0x72,0x3C,0x12,0xA7,0x87,0xE6,0xD7,
    -		0x88,0x71,0x9A,0x10,0xBD,0xBA,0x5B,0x26,0x99,0xC3,0x27,0x18,
    -		0x6A,0xF4,0xE2,0x3C,0x1A,0x94,0x68,0x34,0xB6,0x15,0x0B,0xDA,
    -		0x25,0x83,0xE9,0xCA,0x2A,0xD4,0x4C,0xE8,0xDB,0xBB,0xC2,0xDB,
    -		0x04,0xDE,0x8E,0xF9,0x2E,0x8E,0xFC,0x14,0x1F,0xBE,0xCA,0xA6,
    -		0x28,0x7C,0x59,0x47,0x4E,0x6B,0xC0,0x5D,0x99,0xB2,0x96,0x4F,
    -		0xA0,0x90,0xC3,0xA2,0x23,0x3B,0xA1,0x86,0x51,0x5B,0xE7,0xED,
    -		0x1F,0x61,0x29,0x70,0xCE,0xE2,0xD7,0xAF,0xB8,0x1B,0xDD,0x76,
    -		0x21,0x70,0x48,0x1C,0xD0,0x06,0x91,0x27,0xD5,0xB0,0x5A,0xA9,
    -		0x93,0xB4,0xEA,0x98,0x8D,0x8F,0xDD,0xC1,0x86,0xFF,0xB7,0xDC,
    -		0x90,0xA6,0xC0,0x8F,0x4D,0xF4,0x35,0xC9,0x34,0x02,0x84,0x92,
    -		0x36,0xC3,0xFA,0xB4,0xD2,0x7C,0x70,0x26,0xC1,0xD4,0xDC,0xB2,
    -		0x60,0x26,0x46,0xDE,0xC9,0x75,0x1E,0x76,0x3D,0xBA,0x37,0xBD,
    -		0xF8,0xFF,0x94,0x06,0xAD,0x9E,0x53,0x0E,0xE5,0xDB,0x38,0x2F,
    -		0x41,0x30,0x01,0xAE,0xB0,0x6A,0x53,0xED,0x90,0x27,0xD8,0x31,
    -		0x17,0x97,0x27,0xB0,0x86,0x5A,0x89,0x18,0xDA,0x3E,0xDB,0xEB,
    -		0xCF,0x9B,0x14,0xED,0x44,0xCE,0x6C,0xBA,0xCE,0xD4,0xBB,0x1B,
    -		0xDB,0x7F,0x14,0x47,0xE6,0xCC,0x25,0x4B,0x33,0x20,0x51,0x51,
    -		0x2B,0xD7,0xAF,0x42,0x6F,0xB8,0xF4,0x01,0x37,0x8C,0xD2,0xBF,
    -		0x59,0x83,0xCA,0x01,0xC6,0x4B,0x92,0xEC,0xF0,0x32,0xEA,0x15,
    -		0xD1,0x72,0x1D,0x03,0xF4,0x82,0xD7,0xCE,0x6E,0x74,0xFE,0xF6,
    -		0xD5,0x5E,0x70,0x2F,0x46,0x98,0x0C,0x82,0xB5,0xA8,0x40,0x31,
    -		0x90,0x0B,0x1C,0x9E,0x59,0xE7,0xC9,0x7F,0xBE,0xC7,0xE8,0xF3,
    -		0x23,0xA9,0x7A,0x7E,0x36,0xCC,0x88,0xBE,0x0F,0x1D,0x45,0xB7,
    -		0xFF,0x58,0x5A,0xC5,0x4B,0xD4,0x07,0xB2,0x2B,0x41,0x54,0xAA,
    -		0xCC,0x8F,0x6D,0x7E,0xBF,0x48,0xE1,0xD8,0x14,0xCC,0x5E,0xD2,
    -		0x0F,0x80,0x37,0xE0,0xA7,0x97,0x15,0xEE,0xF2,0x9B,0xE3,0x28,
    -		0x06,0xA1,0xD5,0x8B,0xB7,0xC5,0xDA,0x76,0xF5,0x50,0xAA,0x3D,
    -		0x8A,0x1F,0xBF,0xF0,0xEB,0x19,0xCC,0xB1,0xA3,0x13,0xD5,0x5C,
    -		0xDA,0x56,0xC9,0xEC,0x2E,0xF2,0x96,0x32,0x38,0x7F,0xE8,0xD7,
    -		0x6E,0x3C,0x04,0x68,0x04,0x3E,0x8F,0x66,0x3F,0x48,0x60,0xEE,
    -		0x12,0xBF,0x2D,0x5B,0x0B,0x74,0x74,0xD6,0xE6,0x94,0xF9,0x1E,
    -		0x6D,0xCC,0x40,0x24,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -		};
    -	return BN_bin2bn(RFC3526_PRIME_6144,sizeof(RFC3526_PRIME_6144),bn);
    -	}
    +{
    +    static const unsigned char RFC3526_PRIME_6144[] = {
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xC9, 0x0F, 0xDA, 0xA2, 0x21, 0x68, 0xC2, 0x34,
    +        0xC4, 0xC6, 0x62, 0x8B, 0x80, 0xDC, 0x1C, 0xD1,
    +        0x29, 0x02, 0x4E, 0x08, 0x8A, 0x67, 0xCC, 0x74,
    +        0x02, 0x0B, 0xBE, 0xA6, 0x3B, 0x13, 0x9B, 0x22,
    +        0x51, 0x4A, 0x08, 0x79, 0x8E, 0x34, 0x04, 0xDD,
    +        0xEF, 0x95, 0x19, 0xB3, 0xCD, 0x3A, 0x43, 0x1B,
    +        0x30, 0x2B, 0x0A, 0x6D, 0xF2, 0x5F, 0x14, 0x37,
    +        0x4F, 0xE1, 0x35, 0x6D, 0x6D, 0x51, 0xC2, 0x45,
    +        0xE4, 0x85, 0xB5, 0x76, 0x62, 0x5E, 0x7E, 0xC6,
    +        0xF4, 0x4C, 0x42, 0xE9, 0xA6, 0x37, 0xED, 0x6B,
    +        0x0B, 0xFF, 0x5C, 0xB6, 0xF4, 0x06, 0xB7, 0xED,
    +        0xEE, 0x38, 0x6B, 0xFB, 0x5A, 0x89, 0x9F, 0xA5,
    +        0xAE, 0x9F, 0x24, 0x11, 0x7C, 0x4B, 0x1F, 0xE6,
    +        0x49, 0x28, 0x66, 0x51, 0xEC, 0xE4, 0x5B, 0x3D,
    +        0xC2, 0x00, 0x7C, 0xB8, 0xA1, 0x63, 0xBF, 0x05,
    +        0x98, 0xDA, 0x48, 0x36, 0x1C, 0x55, 0xD3, 0x9A,
    +        0x69, 0x16, 0x3F, 0xA8, 0xFD, 0x24, 0xCF, 0x5F,
    +        0x83, 0x65, 0x5D, 0x23, 0xDC, 0xA3, 0xAD, 0x96,
    +        0x1C, 0x62, 0xF3, 0x56, 0x20, 0x85, 0x52, 0xBB,
    +        0x9E, 0xD5, 0x29, 0x07, 0x70, 0x96, 0x96, 0x6D,
    +        0x67, 0x0C, 0x35, 0x4E, 0x4A, 0xBC, 0x98, 0x04,
    +        0xF1, 0x74, 0x6C, 0x08, 0xCA, 0x18, 0x21, 0x7C,
    +        0x32, 0x90, 0x5E, 0x46, 0x2E, 0x36, 0xCE, 0x3B,
    +        0xE3, 0x9E, 0x77, 0x2C, 0x18, 0x0E, 0x86, 0x03,
    +        0x9B, 0x27, 0x83, 0xA2, 0xEC, 0x07, 0xA2, 0x8F,
    +        0xB5, 0xC5, 0x5D, 0xF0, 0x6F, 0x4C, 0x52, 0xC9,
    +        0xDE, 0x2B, 0xCB, 0xF6, 0x95, 0x58, 0x17, 0x18,
    +        0x39, 0x95, 0x49, 0x7C, 0xEA, 0x95, 0x6A, 0xE5,
    +        0x15, 0xD2, 0x26, 0x18, 0x98, 0xFA, 0x05, 0x10,
    +        0x15, 0x72, 0x8E, 0x5A, 0x8A, 0xAA, 0xC4, 0x2D,
    +        0xAD, 0x33, 0x17, 0x0D, 0x04, 0x50, 0x7A, 0x33,
    +        0xA8, 0x55, 0x21, 0xAB, 0xDF, 0x1C, 0xBA, 0x64,
    +        0xEC, 0xFB, 0x85, 0x04, 0x58, 0xDB, 0xEF, 0x0A,
    +        0x8A, 0xEA, 0x71, 0x57, 0x5D, 0x06, 0x0C, 0x7D,
    +        0xB3, 0x97, 0x0F, 0x85, 0xA6, 0xE1, 0xE4, 0xC7,
    +        0xAB, 0xF5, 0xAE, 0x8C, 0xDB, 0x09, 0x33, 0xD7,
    +        0x1E, 0x8C, 0x94, 0xE0, 0x4A, 0x25, 0x61, 0x9D,
    +        0xCE, 0xE3, 0xD2, 0x26, 0x1A, 0xD2, 0xEE, 0x6B,
    +        0xF1, 0x2F, 0xFA, 0x06, 0xD9, 0x8A, 0x08, 0x64,
    +        0xD8, 0x76, 0x02, 0x73, 0x3E, 0xC8, 0x6A, 0x64,
    +        0x52, 0x1F, 0x2B, 0x18, 0x17, 0x7B, 0x20, 0x0C,
    +        0xBB, 0xE1, 0x17, 0x57, 0x7A, 0x61, 0x5D, 0x6C,
    +        0x77, 0x09, 0x88, 0xC0, 0xBA, 0xD9, 0x46, 0xE2,
    +        0x08, 0xE2, 0x4F, 0xA0, 0x74, 0xE5, 0xAB, 0x31,
    +        0x43, 0xDB, 0x5B, 0xFC, 0xE0, 0xFD, 0x10, 0x8E,
    +        0x4B, 0x82, 0xD1, 0x20, 0xA9, 0x21, 0x08, 0x01,
    +        0x1A, 0x72, 0x3C, 0x12, 0xA7, 0x87, 0xE6, 0xD7,
    +        0x88, 0x71, 0x9A, 0x10, 0xBD, 0xBA, 0x5B, 0x26,
    +        0x99, 0xC3, 0x27, 0x18, 0x6A, 0xF4, 0xE2, 0x3C,
    +        0x1A, 0x94, 0x68, 0x34, 0xB6, 0x15, 0x0B, 0xDA,
    +        0x25, 0x83, 0xE9, 0xCA, 0x2A, 0xD4, 0x4C, 0xE8,
    +        0xDB, 0xBB, 0xC2, 0xDB, 0x04, 0xDE, 0x8E, 0xF9,
    +        0x2E, 0x8E, 0xFC, 0x14, 0x1F, 0xBE, 0xCA, 0xA6,
    +        0x28, 0x7C, 0x59, 0x47, 0x4E, 0x6B, 0xC0, 0x5D,
    +        0x99, 0xB2, 0x96, 0x4F, 0xA0, 0x90, 0xC3, 0xA2,
    +        0x23, 0x3B, 0xA1, 0x86, 0x51, 0x5B, 0xE7, 0xED,
    +        0x1F, 0x61, 0x29, 0x70, 0xCE, 0xE2, 0xD7, 0xAF,
    +        0xB8, 0x1B, 0xDD, 0x76, 0x21, 0x70, 0x48, 0x1C,
    +        0xD0, 0x06, 0x91, 0x27, 0xD5, 0xB0, 0x5A, 0xA9,
    +        0x93, 0xB4, 0xEA, 0x98, 0x8D, 0x8F, 0xDD, 0xC1,
    +        0x86, 0xFF, 0xB7, 0xDC, 0x90, 0xA6, 0xC0, 0x8F,
    +        0x4D, 0xF4, 0x35, 0xC9, 0x34, 0x02, 0x84, 0x92,
    +        0x36, 0xC3, 0xFA, 0xB4, 0xD2, 0x7C, 0x70, 0x26,
    +        0xC1, 0xD4, 0xDC, 0xB2, 0x60, 0x26, 0x46, 0xDE,
    +        0xC9, 0x75, 0x1E, 0x76, 0x3D, 0xBA, 0x37, 0xBD,
    +        0xF8, 0xFF, 0x94, 0x06, 0xAD, 0x9E, 0x53, 0x0E,
    +        0xE5, 0xDB, 0x38, 0x2F, 0x41, 0x30, 0x01, 0xAE,
    +        0xB0, 0x6A, 0x53, 0xED, 0x90, 0x27, 0xD8, 0x31,
    +        0x17, 0x97, 0x27, 0xB0, 0x86, 0x5A, 0x89, 0x18,
    +        0xDA, 0x3E, 0xDB, 0xEB, 0xCF, 0x9B, 0x14, 0xED,
    +        0x44, 0xCE, 0x6C, 0xBA, 0xCE, 0xD4, 0xBB, 0x1B,
    +        0xDB, 0x7F, 0x14, 0x47, 0xE6, 0xCC, 0x25, 0x4B,
    +        0x33, 0x20, 0x51, 0x51, 0x2B, 0xD7, 0xAF, 0x42,
    +        0x6F, 0xB8, 0xF4, 0x01, 0x37, 0x8C, 0xD2, 0xBF,
    +        0x59, 0x83, 0xCA, 0x01, 0xC6, 0x4B, 0x92, 0xEC,
    +        0xF0, 0x32, 0xEA, 0x15, 0xD1, 0x72, 0x1D, 0x03,
    +        0xF4, 0x82, 0xD7, 0xCE, 0x6E, 0x74, 0xFE, 0xF6,
    +        0xD5, 0x5E, 0x70, 0x2F, 0x46, 0x98, 0x0C, 0x82,
    +        0xB5, 0xA8, 0x40, 0x31, 0x90, 0x0B, 0x1C, 0x9E,
    +        0x59, 0xE7, 0xC9, 0x7F, 0xBE, 0xC7, 0xE8, 0xF3,
    +        0x23, 0xA9, 0x7A, 0x7E, 0x36, 0xCC, 0x88, 0xBE,
    +        0x0F, 0x1D, 0x45, 0xB7, 0xFF, 0x58, 0x5A, 0xC5,
    +        0x4B, 0xD4, 0x07, 0xB2, 0x2B, 0x41, 0x54, 0xAA,
    +        0xCC, 0x8F, 0x6D, 0x7E, 0xBF, 0x48, 0xE1, 0xD8,
    +        0x14, 0xCC, 0x5E, 0xD2, 0x0F, 0x80, 0x37, 0xE0,
    +        0xA7, 0x97, 0x15, 0xEE, 0xF2, 0x9B, 0xE3, 0x28,
    +        0x06, 0xA1, 0xD5, 0x8B, 0xB7, 0xC5, 0xDA, 0x76,
    +        0xF5, 0x50, 0xAA, 0x3D, 0x8A, 0x1F, 0xBF, 0xF0,
    +        0xEB, 0x19, 0xCC, 0xB1, 0xA3, 0x13, 0xD5, 0x5C,
    +        0xDA, 0x56, 0xC9, 0xEC, 0x2E, 0xF2, 0x96, 0x32,
    +        0x38, 0x7F, 0xE8, 0xD7, 0x6E, 0x3C, 0x04, 0x68,
    +        0x04, 0x3E, 0x8F, 0x66, 0x3F, 0x48, 0x60, 0xEE,
    +        0x12, 0xBF, 0x2D, 0x5B, 0x0B, 0x74, 0x74, 0xD6,
    +        0xE6, 0x94, 0xF9, 0x1E, 0x6D, 0xCC, 0x40, 0x24,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +    };
    +    return BN_bin2bn(RFC3526_PRIME_6144, sizeof(RFC3526_PRIME_6144), bn);
    +}
     
    -/* "8192-bit MODP Group" from RFC3526, Section 7.
    +/*-
    + * "8192-bit MODP Group" from RFC3526, Section 7.
      *
      * The prime is: 2^8192 - 2^8128 - 1 + 2^64 * { [2^8062 pi] + 4743158 }
      *
    @@ -308,95 +412,136 @@ BIGNUM *get_rfc3526_prime_6144(BIGNUM *bn)
      */
     
     BIGNUM *get_rfc3526_prime_8192(BIGNUM *bn)
    -	{
    -	static const unsigned char RFC3526_PRIME_8192[]={
    -		0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xC9,0x0F,0xDA,0xA2,
    -		0x21,0x68,0xC2,0x34,0xC4,0xC6,0x62,0x8B,0x80,0xDC,0x1C,0xD1,
    -		0x29,0x02,0x4E,0x08,0x8A,0x67,0xCC,0x74,0x02,0x0B,0xBE,0xA6,
    -		0x3B,0x13,0x9B,0x22,0x51,0x4A,0x08,0x79,0x8E,0x34,0x04,0xDD,
    -		0xEF,0x95,0x19,0xB3,0xCD,0x3A,0x43,0x1B,0x30,0x2B,0x0A,0x6D,
    -		0xF2,0x5F,0x14,0x37,0x4F,0xE1,0x35,0x6D,0x6D,0x51,0xC2,0x45,
    -		0xE4,0x85,0xB5,0x76,0x62,0x5E,0x7E,0xC6,0xF4,0x4C,0x42,0xE9,
    -		0xA6,0x37,0xED,0x6B,0x0B,0xFF,0x5C,0xB6,0xF4,0x06,0xB7,0xED,
    -		0xEE,0x38,0x6B,0xFB,0x5A,0x89,0x9F,0xA5,0xAE,0x9F,0x24,0x11,
    -		0x7C,0x4B,0x1F,0xE6,0x49,0x28,0x66,0x51,0xEC,0xE4,0x5B,0x3D,
    -		0xC2,0x00,0x7C,0xB8,0xA1,0x63,0xBF,0x05,0x98,0xDA,0x48,0x36,
    -		0x1C,0x55,0xD3,0x9A,0x69,0x16,0x3F,0xA8,0xFD,0x24,0xCF,0x5F,
    -		0x83,0x65,0x5D,0x23,0xDC,0xA3,0xAD,0x96,0x1C,0x62,0xF3,0x56,
    -		0x20,0x85,0x52,0xBB,0x9E,0xD5,0x29,0x07,0x70,0x96,0x96,0x6D,
    -		0x67,0x0C,0x35,0x4E,0x4A,0xBC,0x98,0x04,0xF1,0x74,0x6C,0x08,
    -		0xCA,0x18,0x21,0x7C,0x32,0x90,0x5E,0x46,0x2E,0x36,0xCE,0x3B,
    -		0xE3,0x9E,0x77,0x2C,0x18,0x0E,0x86,0x03,0x9B,0x27,0x83,0xA2,
    -		0xEC,0x07,0xA2,0x8F,0xB5,0xC5,0x5D,0xF0,0x6F,0x4C,0x52,0xC9,
    -		0xDE,0x2B,0xCB,0xF6,0x95,0x58,0x17,0x18,0x39,0x95,0x49,0x7C,
    -		0xEA,0x95,0x6A,0xE5,0x15,0xD2,0x26,0x18,0x98,0xFA,0x05,0x10,
    -		0x15,0x72,0x8E,0x5A,0x8A,0xAA,0xC4,0x2D,0xAD,0x33,0x17,0x0D,
    -		0x04,0x50,0x7A,0x33,0xA8,0x55,0x21,0xAB,0xDF,0x1C,0xBA,0x64,
    -		0xEC,0xFB,0x85,0x04,0x58,0xDB,0xEF,0x0A,0x8A,0xEA,0x71,0x57,
    -		0x5D,0x06,0x0C,0x7D,0xB3,0x97,0x0F,0x85,0xA6,0xE1,0xE4,0xC7,
    -		0xAB,0xF5,0xAE,0x8C,0xDB,0x09,0x33,0xD7,0x1E,0x8C,0x94,0xE0,
    -		0x4A,0x25,0x61,0x9D,0xCE,0xE3,0xD2,0x26,0x1A,0xD2,0xEE,0x6B,
    -		0xF1,0x2F,0xFA,0x06,0xD9,0x8A,0x08,0x64,0xD8,0x76,0x02,0x73,
    -		0x3E,0xC8,0x6A,0x64,0x52,0x1F,0x2B,0x18,0x17,0x7B,0x20,0x0C,
    -		0xBB,0xE1,0x17,0x57,0x7A,0x61,0x5D,0x6C,0x77,0x09,0x88,0xC0,
    -		0xBA,0xD9,0x46,0xE2,0x08,0xE2,0x4F,0xA0,0x74,0xE5,0xAB,0x31,
    -		0x43,0xDB,0x5B,0xFC,0xE0,0xFD,0x10,0x8E,0x4B,0x82,0xD1,0x20,
    -		0xA9,0x21,0x08,0x01,0x1A,0x72,0x3C,0x12,0xA7,0x87,0xE6,0xD7,
    -		0x88,0x71,0x9A,0x10,0xBD,0xBA,0x5B,0x26,0x99,0xC3,0x27,0x18,
    -		0x6A,0xF4,0xE2,0x3C,0x1A,0x94,0x68,0x34,0xB6,0x15,0x0B,0xDA,
    -		0x25,0x83,0xE9,0xCA,0x2A,0xD4,0x4C,0xE8,0xDB,0xBB,0xC2,0xDB,
    -		0x04,0xDE,0x8E,0xF9,0x2E,0x8E,0xFC,0x14,0x1F,0xBE,0xCA,0xA6,
    -		0x28,0x7C,0x59,0x47,0x4E,0x6B,0xC0,0x5D,0x99,0xB2,0x96,0x4F,
    -		0xA0,0x90,0xC3,0xA2,0x23,0x3B,0xA1,0x86,0x51,0x5B,0xE7,0xED,
    -		0x1F,0x61,0x29,0x70,0xCE,0xE2,0xD7,0xAF,0xB8,0x1B,0xDD,0x76,
    -		0x21,0x70,0x48,0x1C,0xD0,0x06,0x91,0x27,0xD5,0xB0,0x5A,0xA9,
    -		0x93,0xB4,0xEA,0x98,0x8D,0x8F,0xDD,0xC1,0x86,0xFF,0xB7,0xDC,
    -		0x90,0xA6,0xC0,0x8F,0x4D,0xF4,0x35,0xC9,0x34,0x02,0x84,0x92,
    -		0x36,0xC3,0xFA,0xB4,0xD2,0x7C,0x70,0x26,0xC1,0xD4,0xDC,0xB2,
    -		0x60,0x26,0x46,0xDE,0xC9,0x75,0x1E,0x76,0x3D,0xBA,0x37,0xBD,
    -		0xF8,0xFF,0x94,0x06,0xAD,0x9E,0x53,0x0E,0xE5,0xDB,0x38,0x2F,
    -		0x41,0x30,0x01,0xAE,0xB0,0x6A,0x53,0xED,0x90,0x27,0xD8,0x31,
    -		0x17,0x97,0x27,0xB0,0x86,0x5A,0x89,0x18,0xDA,0x3E,0xDB,0xEB,
    -		0xCF,0x9B,0x14,0xED,0x44,0xCE,0x6C,0xBA,0xCE,0xD4,0xBB,0x1B,
    -		0xDB,0x7F,0x14,0x47,0xE6,0xCC,0x25,0x4B,0x33,0x20,0x51,0x51,
    -		0x2B,0xD7,0xAF,0x42,0x6F,0xB8,0xF4,0x01,0x37,0x8C,0xD2,0xBF,
    -		0x59,0x83,0xCA,0x01,0xC6,0x4B,0x92,0xEC,0xF0,0x32,0xEA,0x15,
    -		0xD1,0x72,0x1D,0x03,0xF4,0x82,0xD7,0xCE,0x6E,0x74,0xFE,0xF6,
    -		0xD5,0x5E,0x70,0x2F,0x46,0x98,0x0C,0x82,0xB5,0xA8,0x40,0x31,
    -		0x90,0x0B,0x1C,0x9E,0x59,0xE7,0xC9,0x7F,0xBE,0xC7,0xE8,0xF3,
    -		0x23,0xA9,0x7A,0x7E,0x36,0xCC,0x88,0xBE,0x0F,0x1D,0x45,0xB7,
    -		0xFF,0x58,0x5A,0xC5,0x4B,0xD4,0x07,0xB2,0x2B,0x41,0x54,0xAA,
    -		0xCC,0x8F,0x6D,0x7E,0xBF,0x48,0xE1,0xD8,0x14,0xCC,0x5E,0xD2,
    -		0x0F,0x80,0x37,0xE0,0xA7,0x97,0x15,0xEE,0xF2,0x9B,0xE3,0x28,
    -		0x06,0xA1,0xD5,0x8B,0xB7,0xC5,0xDA,0x76,0xF5,0x50,0xAA,0x3D,
    -		0x8A,0x1F,0xBF,0xF0,0xEB,0x19,0xCC,0xB1,0xA3,0x13,0xD5,0x5C,
    -		0xDA,0x56,0xC9,0xEC,0x2E,0xF2,0x96,0x32,0x38,0x7F,0xE8,0xD7,
    -		0x6E,0x3C,0x04,0x68,0x04,0x3E,0x8F,0x66,0x3F,0x48,0x60,0xEE,
    -		0x12,0xBF,0x2D,0x5B,0x0B,0x74,0x74,0xD6,0xE6,0x94,0xF9,0x1E,
    -		0x6D,0xBE,0x11,0x59,0x74,0xA3,0x92,0x6F,0x12,0xFE,0xE5,0xE4,
    -		0x38,0x77,0x7C,0xB6,0xA9,0x32,0xDF,0x8C,0xD8,0xBE,0xC4,0xD0,
    -		0x73,0xB9,0x31,0xBA,0x3B,0xC8,0x32,0xB6,0x8D,0x9D,0xD3,0x00,
    -		0x74,0x1F,0xA7,0xBF,0x8A,0xFC,0x47,0xED,0x25,0x76,0xF6,0x93,
    -		0x6B,0xA4,0x24,0x66,0x3A,0xAB,0x63,0x9C,0x5A,0xE4,0xF5,0x68,
    -		0x34,0x23,0xB4,0x74,0x2B,0xF1,0xC9,0x78,0x23,0x8F,0x16,0xCB,
    -		0xE3,0x9D,0x65,0x2D,0xE3,0xFD,0xB8,0xBE,0xFC,0x84,0x8A,0xD9,
    -		0x22,0x22,0x2E,0x04,0xA4,0x03,0x7C,0x07,0x13,0xEB,0x57,0xA8,
    -		0x1A,0x23,0xF0,0xC7,0x34,0x73,0xFC,0x64,0x6C,0xEA,0x30,0x6B,
    -		0x4B,0xCB,0xC8,0x86,0x2F,0x83,0x85,0xDD,0xFA,0x9D,0x4B,0x7F,
    -		0xA2,0xC0,0x87,0xE8,0x79,0x68,0x33,0x03,0xED,0x5B,0xDD,0x3A,
    -		0x06,0x2B,0x3C,0xF5,0xB3,0xA2,0x78,0xA6,0x6D,0x2A,0x13,0xF8,
    -		0x3F,0x44,0xF8,0x2D,0xDF,0x31,0x0E,0xE0,0x74,0xAB,0x6A,0x36,
    -		0x45,0x97,0xE8,0x99,0xA0,0x25,0x5D,0xC1,0x64,0xF3,0x1C,0xC5,
    -		0x08,0x46,0x85,0x1D,0xF9,0xAB,0x48,0x19,0x5D,0xED,0x7E,0xA1,
    -		0xB1,0xD5,0x10,0xBD,0x7E,0xE7,0x4D,0x73,0xFA,0xF3,0x6B,0xC3,
    -		0x1E,0xCF,0xA2,0x68,0x35,0x90,0x46,0xF4,0xEB,0x87,0x9F,0x92,
    -		0x40,0x09,0x43,0x8B,0x48,0x1C,0x6C,0xD7,0x88,0x9A,0x00,0x2E,
    -		0xD5,0xEE,0x38,0x2B,0xC9,0x19,0x0D,0xA6,0xFC,0x02,0x6E,0x47,
    -		0x95,0x58,0xE4,0x47,0x56,0x77,0xE9,0xAA,0x9E,0x30,0x50,0xE2,
    -		0x76,0x56,0x94,0xDF,0xC8,0x1F,0x56,0xE8,0x80,0xB9,0x6E,0x71,
    -		0x60,0xC9,0x80,0xDD,0x98,0xED,0xD3,0xDF,0xFF,0xFF,0xFF,0xFF,
    -		0xFF,0xFF,0xFF,0xFF,
    -		};
    -	return BN_bin2bn(RFC3526_PRIME_8192,sizeof(RFC3526_PRIME_8192),bn);
    -	}
    -
    +{
    +    static const unsigned char RFC3526_PRIME_8192[] = {
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xC9, 0x0F, 0xDA, 0xA2, 0x21, 0x68, 0xC2, 0x34,
    +        0xC4, 0xC6, 0x62, 0x8B, 0x80, 0xDC, 0x1C, 0xD1,
    +        0x29, 0x02, 0x4E, 0x08, 0x8A, 0x67, 0xCC, 0x74,
    +        0x02, 0x0B, 0xBE, 0xA6, 0x3B, 0x13, 0x9B, 0x22,
    +        0x51, 0x4A, 0x08, 0x79, 0x8E, 0x34, 0x04, 0xDD,
    +        0xEF, 0x95, 0x19, 0xB3, 0xCD, 0x3A, 0x43, 0x1B,
    +        0x30, 0x2B, 0x0A, 0x6D, 0xF2, 0x5F, 0x14, 0x37,
    +        0x4F, 0xE1, 0x35, 0x6D, 0x6D, 0x51, 0xC2, 0x45,
    +        0xE4, 0x85, 0xB5, 0x76, 0x62, 0x5E, 0x7E, 0xC6,
    +        0xF4, 0x4C, 0x42, 0xE9, 0xA6, 0x37, 0xED, 0x6B,
    +        0x0B, 0xFF, 0x5C, 0xB6, 0xF4, 0x06, 0xB7, 0xED,
    +        0xEE, 0x38, 0x6B, 0xFB, 0x5A, 0x89, 0x9F, 0xA5,
    +        0xAE, 0x9F, 0x24, 0x11, 0x7C, 0x4B, 0x1F, 0xE6,
    +        0x49, 0x28, 0x66, 0x51, 0xEC, 0xE4, 0x5B, 0x3D,
    +        0xC2, 0x00, 0x7C, 0xB8, 0xA1, 0x63, 0xBF, 0x05,
    +        0x98, 0xDA, 0x48, 0x36, 0x1C, 0x55, 0xD3, 0x9A,
    +        0x69, 0x16, 0x3F, 0xA8, 0xFD, 0x24, 0xCF, 0x5F,
    +        0x83, 0x65, 0x5D, 0x23, 0xDC, 0xA3, 0xAD, 0x96,
    +        0x1C, 0x62, 0xF3, 0x56, 0x20, 0x85, 0x52, 0xBB,
    +        0x9E, 0xD5, 0x29, 0x07, 0x70, 0x96, 0x96, 0x6D,
    +        0x67, 0x0C, 0x35, 0x4E, 0x4A, 0xBC, 0x98, 0x04,
    +        0xF1, 0x74, 0x6C, 0x08, 0xCA, 0x18, 0x21, 0x7C,
    +        0x32, 0x90, 0x5E, 0x46, 0x2E, 0x36, 0xCE, 0x3B,
    +        0xE3, 0x9E, 0x77, 0x2C, 0x18, 0x0E, 0x86, 0x03,
    +        0x9B, 0x27, 0x83, 0xA2, 0xEC, 0x07, 0xA2, 0x8F,
    +        0xB5, 0xC5, 0x5D, 0xF0, 0x6F, 0x4C, 0x52, 0xC9,
    +        0xDE, 0x2B, 0xCB, 0xF6, 0x95, 0x58, 0x17, 0x18,
    +        0x39, 0x95, 0x49, 0x7C, 0xEA, 0x95, 0x6A, 0xE5,
    +        0x15, 0xD2, 0x26, 0x18, 0x98, 0xFA, 0x05, 0x10,
    +        0x15, 0x72, 0x8E, 0x5A, 0x8A, 0xAA, 0xC4, 0x2D,
    +        0xAD, 0x33, 0x17, 0x0D, 0x04, 0x50, 0x7A, 0x33,
    +        0xA8, 0x55, 0x21, 0xAB, 0xDF, 0x1C, 0xBA, 0x64,
    +        0xEC, 0xFB, 0x85, 0x04, 0x58, 0xDB, 0xEF, 0x0A,
    +        0x8A, 0xEA, 0x71, 0x57, 0x5D, 0x06, 0x0C, 0x7D,
    +        0xB3, 0x97, 0x0F, 0x85, 0xA6, 0xE1, 0xE4, 0xC7,
    +        0xAB, 0xF5, 0xAE, 0x8C, 0xDB, 0x09, 0x33, 0xD7,
    +        0x1E, 0x8C, 0x94, 0xE0, 0x4A, 0x25, 0x61, 0x9D,
    +        0xCE, 0xE3, 0xD2, 0x26, 0x1A, 0xD2, 0xEE, 0x6B,
    +        0xF1, 0x2F, 0xFA, 0x06, 0xD9, 0x8A, 0x08, 0x64,
    +        0xD8, 0x76, 0x02, 0x73, 0x3E, 0xC8, 0x6A, 0x64,
    +        0x52, 0x1F, 0x2B, 0x18, 0x17, 0x7B, 0x20, 0x0C,
    +        0xBB, 0xE1, 0x17, 0x57, 0x7A, 0x61, 0x5D, 0x6C,
    +        0x77, 0x09, 0x88, 0xC0, 0xBA, 0xD9, 0x46, 0xE2,
    +        0x08, 0xE2, 0x4F, 0xA0, 0x74, 0xE5, 0xAB, 0x31,
    +        0x43, 0xDB, 0x5B, 0xFC, 0xE0, 0xFD, 0x10, 0x8E,
    +        0x4B, 0x82, 0xD1, 0x20, 0xA9, 0x21, 0x08, 0x01,
    +        0x1A, 0x72, 0x3C, 0x12, 0xA7, 0x87, 0xE6, 0xD7,
    +        0x88, 0x71, 0x9A, 0x10, 0xBD, 0xBA, 0x5B, 0x26,
    +        0x99, 0xC3, 0x27, 0x18, 0x6A, 0xF4, 0xE2, 0x3C,
    +        0x1A, 0x94, 0x68, 0x34, 0xB6, 0x15, 0x0B, 0xDA,
    +        0x25, 0x83, 0xE9, 0xCA, 0x2A, 0xD4, 0x4C, 0xE8,
    +        0xDB, 0xBB, 0xC2, 0xDB, 0x04, 0xDE, 0x8E, 0xF9,
    +        0x2E, 0x8E, 0xFC, 0x14, 0x1F, 0xBE, 0xCA, 0xA6,
    +        0x28, 0x7C, 0x59, 0x47, 0x4E, 0x6B, 0xC0, 0x5D,
    +        0x99, 0xB2, 0x96, 0x4F, 0xA0, 0x90, 0xC3, 0xA2,
    +        0x23, 0x3B, 0xA1, 0x86, 0x51, 0x5B, 0xE7, 0xED,
    +        0x1F, 0x61, 0x29, 0x70, 0xCE, 0xE2, 0xD7, 0xAF,
    +        0xB8, 0x1B, 0xDD, 0x76, 0x21, 0x70, 0x48, 0x1C,
    +        0xD0, 0x06, 0x91, 0x27, 0xD5, 0xB0, 0x5A, 0xA9,
    +        0x93, 0xB4, 0xEA, 0x98, 0x8D, 0x8F, 0xDD, 0xC1,
    +        0x86, 0xFF, 0xB7, 0xDC, 0x90, 0xA6, 0xC0, 0x8F,
    +        0x4D, 0xF4, 0x35, 0xC9, 0x34, 0x02, 0x84, 0x92,
    +        0x36, 0xC3, 0xFA, 0xB4, 0xD2, 0x7C, 0x70, 0x26,
    +        0xC1, 0xD4, 0xDC, 0xB2, 0x60, 0x26, 0x46, 0xDE,
    +        0xC9, 0x75, 0x1E, 0x76, 0x3D, 0xBA, 0x37, 0xBD,
    +        0xF8, 0xFF, 0x94, 0x06, 0xAD, 0x9E, 0x53, 0x0E,
    +        0xE5, 0xDB, 0x38, 0x2F, 0x41, 0x30, 0x01, 0xAE,
    +        0xB0, 0x6A, 0x53, 0xED, 0x90, 0x27, 0xD8, 0x31,
    +        0x17, 0x97, 0x27, 0xB0, 0x86, 0x5A, 0x89, 0x18,
    +        0xDA, 0x3E, 0xDB, 0xEB, 0xCF, 0x9B, 0x14, 0xED,
    +        0x44, 0xCE, 0x6C, 0xBA, 0xCE, 0xD4, 0xBB, 0x1B,
    +        0xDB, 0x7F, 0x14, 0x47, 0xE6, 0xCC, 0x25, 0x4B,
    +        0x33, 0x20, 0x51, 0x51, 0x2B, 0xD7, 0xAF, 0x42,
    +        0x6F, 0xB8, 0xF4, 0x01, 0x37, 0x8C, 0xD2, 0xBF,
    +        0x59, 0x83, 0xCA, 0x01, 0xC6, 0x4B, 0x92, 0xEC,
    +        0xF0, 0x32, 0xEA, 0x15, 0xD1, 0x72, 0x1D, 0x03,
    +        0xF4, 0x82, 0xD7, 0xCE, 0x6E, 0x74, 0xFE, 0xF6,
    +        0xD5, 0x5E, 0x70, 0x2F, 0x46, 0x98, 0x0C, 0x82,
    +        0xB5, 0xA8, 0x40, 0x31, 0x90, 0x0B, 0x1C, 0x9E,
    +        0x59, 0xE7, 0xC9, 0x7F, 0xBE, 0xC7, 0xE8, 0xF3,
    +        0x23, 0xA9, 0x7A, 0x7E, 0x36, 0xCC, 0x88, 0xBE,
    +        0x0F, 0x1D, 0x45, 0xB7, 0xFF, 0x58, 0x5A, 0xC5,
    +        0x4B, 0xD4, 0x07, 0xB2, 0x2B, 0x41, 0x54, 0xAA,
    +        0xCC, 0x8F, 0x6D, 0x7E, 0xBF, 0x48, 0xE1, 0xD8,
    +        0x14, 0xCC, 0x5E, 0xD2, 0x0F, 0x80, 0x37, 0xE0,
    +        0xA7, 0x97, 0x15, 0xEE, 0xF2, 0x9B, 0xE3, 0x28,
    +        0x06, 0xA1, 0xD5, 0x8B, 0xB7, 0xC5, 0xDA, 0x76,
    +        0xF5, 0x50, 0xAA, 0x3D, 0x8A, 0x1F, 0xBF, 0xF0,
    +        0xEB, 0x19, 0xCC, 0xB1, 0xA3, 0x13, 0xD5, 0x5C,
    +        0xDA, 0x56, 0xC9, 0xEC, 0x2E, 0xF2, 0x96, 0x32,
    +        0x38, 0x7F, 0xE8, 0xD7, 0x6E, 0x3C, 0x04, 0x68,
    +        0x04, 0x3E, 0x8F, 0x66, 0x3F, 0x48, 0x60, 0xEE,
    +        0x12, 0xBF, 0x2D, 0x5B, 0x0B, 0x74, 0x74, 0xD6,
    +        0xE6, 0x94, 0xF9, 0x1E, 0x6D, 0xBE, 0x11, 0x59,
    +        0x74, 0xA3, 0x92, 0x6F, 0x12, 0xFE, 0xE5, 0xE4,
    +        0x38, 0x77, 0x7C, 0xB6, 0xA9, 0x32, 0xDF, 0x8C,
    +        0xD8, 0xBE, 0xC4, 0xD0, 0x73, 0xB9, 0x31, 0xBA,
    +        0x3B, 0xC8, 0x32, 0xB6, 0x8D, 0x9D, 0xD3, 0x00,
    +        0x74, 0x1F, 0xA7, 0xBF, 0x8A, 0xFC, 0x47, 0xED,
    +        0x25, 0x76, 0xF6, 0x93, 0x6B, 0xA4, 0x24, 0x66,
    +        0x3A, 0xAB, 0x63, 0x9C, 0x5A, 0xE4, 0xF5, 0x68,
    +        0x34, 0x23, 0xB4, 0x74, 0x2B, 0xF1, 0xC9, 0x78,
    +        0x23, 0x8F, 0x16, 0xCB, 0xE3, 0x9D, 0x65, 0x2D,
    +        0xE3, 0xFD, 0xB8, 0xBE, 0xFC, 0x84, 0x8A, 0xD9,
    +        0x22, 0x22, 0x2E, 0x04, 0xA4, 0x03, 0x7C, 0x07,
    +        0x13, 0xEB, 0x57, 0xA8, 0x1A, 0x23, 0xF0, 0xC7,
    +        0x34, 0x73, 0xFC, 0x64, 0x6C, 0xEA, 0x30, 0x6B,
    +        0x4B, 0xCB, 0xC8, 0x86, 0x2F, 0x83, 0x85, 0xDD,
    +        0xFA, 0x9D, 0x4B, 0x7F, 0xA2, 0xC0, 0x87, 0xE8,
    +        0x79, 0x68, 0x33, 0x03, 0xED, 0x5B, 0xDD, 0x3A,
    +        0x06, 0x2B, 0x3C, 0xF5, 0xB3, 0xA2, 0x78, 0xA6,
    +        0x6D, 0x2A, 0x13, 0xF8, 0x3F, 0x44, 0xF8, 0x2D,
    +        0xDF, 0x31, 0x0E, 0xE0, 0x74, 0xAB, 0x6A, 0x36,
    +        0x45, 0x97, 0xE8, 0x99, 0xA0, 0x25, 0x5D, 0xC1,
    +        0x64, 0xF3, 0x1C, 0xC5, 0x08, 0x46, 0x85, 0x1D,
    +        0xF9, 0xAB, 0x48, 0x19, 0x5D, 0xED, 0x7E, 0xA1,
    +        0xB1, 0xD5, 0x10, 0xBD, 0x7E, 0xE7, 0x4D, 0x73,
    +        0xFA, 0xF3, 0x6B, 0xC3, 0x1E, 0xCF, 0xA2, 0x68,
    +        0x35, 0x90, 0x46, 0xF4, 0xEB, 0x87, 0x9F, 0x92,
    +        0x40, 0x09, 0x43, 0x8B, 0x48, 0x1C, 0x6C, 0xD7,
    +        0x88, 0x9A, 0x00, 0x2E, 0xD5, 0xEE, 0x38, 0x2B,
    +        0xC9, 0x19, 0x0D, 0xA6, 0xFC, 0x02, 0x6E, 0x47,
    +        0x95, 0x58, 0xE4, 0x47, 0x56, 0x77, 0xE9, 0xAA,
    +        0x9E, 0x30, 0x50, 0xE2, 0x76, 0x56, 0x94, 0xDF,
    +        0xC8, 0x1F, 0x56, 0xE8, 0x80, 0xB9, 0x6E, 0x71,
    +        0x60, 0xC9, 0x80, 0xDD, 0x98, 0xED, 0xD3, 0xDF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +    };
    +    return BN_bin2bn(RFC3526_PRIME_8192, sizeof(RFC3526_PRIME_8192), bn);
    +}
    diff --git a/openssl/crypto/bn/bn_ctx.c b/openssl/crypto/bn/bn_ctx.c
    index 3f2256f67..526c6a046 100644
    --- a/openssl/crypto/bn/bn_ctx.c
    +++ b/openssl/crypto/bn/bn_ctx.c
    @@ -8,7 +8,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -55,9 +55,9 @@
      */
     
     #if !defined(BN_CTX_DEBUG) && !defined(BN_DEBUG)
    -#ifndef NDEBUG
    -#define NDEBUG
    -#endif
    +# ifndef NDEBUG
    +#  define NDEBUG
    +# endif
     #endif
     
     #include 
    @@ -66,7 +66,8 @@
     #include "cryptlib.h"
     #include "bn_lcl.h"
     
    -/* TODO list
    +/*-
    + * TODO list
      *
      * 1. Check a bunch of "(words+1)" type hacks in various bignum functions and
      * check they can be safely removed.
    @@ -79,376 +80,369 @@
      */
     
     /* How many bignums are in each "pool item"; */
    -#define BN_CTX_POOL_SIZE	16
    +#define BN_CTX_POOL_SIZE        16
     /* The stack frame info is resizing, set a first-time expansion size; */
    -#define BN_CTX_START_FRAMES	32
    +#define BN_CTX_START_FRAMES     32
     
     /***********/
     /* BN_POOL */
     /***********/
     
     /* A bundle of bignums that can be linked with other bundles */
    -typedef struct bignum_pool_item
    -	{
    -	/* The bignum values */
    -	BIGNUM vals[BN_CTX_POOL_SIZE];
    -	/* Linked-list admin */
    -	struct bignum_pool_item *prev, *next;
    -	} BN_POOL_ITEM;
    +typedef struct bignum_pool_item {
    +    /* The bignum values */
    +    BIGNUM vals[BN_CTX_POOL_SIZE];
    +    /* Linked-list admin */
    +    struct bignum_pool_item *prev, *next;
    +} BN_POOL_ITEM;
     /* A linked-list of bignums grouped in bundles */
    -typedef struct bignum_pool
    -	{
    -	/* Linked-list admin */
    -	BN_POOL_ITEM *head, *current, *tail;
    -	/* Stack depth and allocation size */
    -	unsigned used, size;
    -	} BN_POOL;
    -static void		BN_POOL_init(BN_POOL *);
    -static void		BN_POOL_finish(BN_POOL *);
    +typedef struct bignum_pool {
    +    /* Linked-list admin */
    +    BN_POOL_ITEM *head, *current, *tail;
    +    /* Stack depth and allocation size */
    +    unsigned used, size;
    +} BN_POOL;
    +static void BN_POOL_init(BN_POOL *);
    +static void BN_POOL_finish(BN_POOL *);
     #ifndef OPENSSL_NO_DEPRECATED
    -static void		BN_POOL_reset(BN_POOL *);
    +static void BN_POOL_reset(BN_POOL *);
     #endif
    -static BIGNUM *		BN_POOL_get(BN_POOL *);
    -static void		BN_POOL_release(BN_POOL *, unsigned int);
    +static BIGNUM *BN_POOL_get(BN_POOL *);
    +static void BN_POOL_release(BN_POOL *, unsigned int);
     
     /************/
     /* BN_STACK */
     /************/
     
     /* A wrapper to manage the "stack frames" */
    -typedef struct bignum_ctx_stack
    -	{
    -	/* Array of indexes into the bignum stack */
    -	unsigned int *indexes;
    -	/* Number of stack frames, and the size of the allocated array */
    -	unsigned int depth, size;
    -	} BN_STACK;
    -static void		BN_STACK_init(BN_STACK *);
    -static void		BN_STACK_finish(BN_STACK *);
    +typedef struct bignum_ctx_stack {
    +    /* Array of indexes into the bignum stack */
    +    unsigned int *indexes;
    +    /* Number of stack frames, and the size of the allocated array */
    +    unsigned int depth, size;
    +} BN_STACK;
    +static void BN_STACK_init(BN_STACK *);
    +static void BN_STACK_finish(BN_STACK *);
     #ifndef OPENSSL_NO_DEPRECATED
    -static void		BN_STACK_reset(BN_STACK *);
    +static void BN_STACK_reset(BN_STACK *);
     #endif
    -static int		BN_STACK_push(BN_STACK *, unsigned int);
    -static unsigned int	BN_STACK_pop(BN_STACK *);
    +static int BN_STACK_push(BN_STACK *, unsigned int);
    +static unsigned int BN_STACK_pop(BN_STACK *);
     
     /**********/
     /* BN_CTX */
     /**********/
     
     /* The opaque BN_CTX type */
    -struct bignum_ctx
    -	{
    -	/* The bignum bundles */
    -	BN_POOL pool;
    -	/* The "stack frames", if you will */
    -	BN_STACK stack;
    -	/* The number of bignums currently assigned */
    -	unsigned int used;
    -	/* Depth of stack overflow */
    -	int err_stack;
    -	/* Block "gets" until an "end" (compatibility behaviour) */
    -	int too_many;
    -	};
    +struct bignum_ctx {
    +    /* The bignum bundles */
    +    BN_POOL pool;
    +    /* The "stack frames", if you will */
    +    BN_STACK stack;
    +    /* The number of bignums currently assigned */
    +    unsigned int used;
    +    /* Depth of stack overflow */
    +    int err_stack;
    +    /* Block "gets" until an "end" (compatibility behaviour) */
    +    int too_many;
    +};
     
     /* Enable this to find BN_CTX bugs */
     #ifdef BN_CTX_DEBUG
     static const char *ctxdbg_cur = NULL;
     static void ctxdbg(BN_CTX *ctx)
    -	{
    -	unsigned int bnidx = 0, fpidx = 0;
    -	BN_POOL_ITEM *item = ctx->pool.head;
    -	BN_STACK *stack = &ctx->stack;
    -	fprintf(stderr,"(%08x): ", (unsigned int)ctx);
    -	while(bnidx < ctx->used)
    -		{
    -		fprintf(stderr,"%03x ", item->vals[bnidx++ % BN_CTX_POOL_SIZE].dmax);
    -		if(!(bnidx % BN_CTX_POOL_SIZE))
    -			item = item->next;
    -		}
    -	fprintf(stderr,"\n");
    -	bnidx = 0;
    -	fprintf(stderr,"          : ");
    -	while(fpidx < stack->depth)
    -		{
    -		while(bnidx++ < stack->indexes[fpidx])
    -			fprintf(stderr,"    ");
    -		fprintf(stderr,"^^^ ");
    -		bnidx++;
    -		fpidx++;
    -		}
    -	fprintf(stderr,"\n");
    -	}
    -#define CTXDBG_ENTRY(str, ctx)	do { \
    -				ctxdbg_cur = (str); \
    -				fprintf(stderr,"Starting %s\n", ctxdbg_cur); \
    -				ctxdbg(ctx); \
    -				} while(0)
    -#define CTXDBG_EXIT(ctx)	do { \
    -				fprintf(stderr,"Ending %s\n", ctxdbg_cur); \
    -				ctxdbg(ctx); \
    -				} while(0)
    -#define CTXDBG_RET(ctx,ret)
    +{
    +    unsigned int bnidx = 0, fpidx = 0;
    +    BN_POOL_ITEM *item = ctx->pool.head;
    +    BN_STACK *stack = &ctx->stack;
    +    fprintf(stderr, "(%16p): ", ctx);
    +    while (bnidx < ctx->used) {
    +        fprintf(stderr, "%03x ", item->vals[bnidx++ % BN_CTX_POOL_SIZE].dmax);
    +        if (!(bnidx % BN_CTX_POOL_SIZE))
    +            item = item->next;
    +    }
    +    fprintf(stderr, "\n");
    +    bnidx = 0;
    +    fprintf(stderr, "          : ");
    +    while (fpidx < stack->depth) {
    +        while (bnidx++ < stack->indexes[fpidx])
    +            fprintf(stderr, "    ");
    +        fprintf(stderr, "^^^ ");
    +        bnidx++;
    +        fpidx++;
    +    }
    +    fprintf(stderr, "\n");
    +}
    +
    +# define CTXDBG_ENTRY(str, ctx)  do { \
    +                                ctxdbg_cur = (str); \
    +                                fprintf(stderr,"Starting %s\n", ctxdbg_cur); \
    +                                ctxdbg(ctx); \
    +                                } while(0)
    +# define CTXDBG_EXIT(ctx)        do { \
    +                                fprintf(stderr,"Ending %s\n", ctxdbg_cur); \
    +                                ctxdbg(ctx); \
    +                                } while(0)
    +# define CTXDBG_RET(ctx,ret)
     #else
    -#define CTXDBG_ENTRY(str, ctx)
    -#define CTXDBG_EXIT(ctx)
    -#define CTXDBG_RET(ctx,ret)
    +# define CTXDBG_ENTRY(str, ctx)
    +# define CTXDBG_EXIT(ctx)
    +# define CTXDBG_RET(ctx,ret)
     #endif
     
    -/* This function is an evil legacy and should not be used. This implementation
    - * is WYSIWYG, though I've done my best. */
    +/*
    + * This function is an evil legacy and should not be used. This
    + * implementation is WYSIWYG, though I've done my best.
    + */
     #ifndef OPENSSL_NO_DEPRECATED
     void BN_CTX_init(BN_CTX *ctx)
    -	{
    -	/* Assume the caller obtained the context via BN_CTX_new() and so is
    -	 * trying to reset it for use. Nothing else makes sense, least of all
    -	 * binary compatibility from a time when they could declare a static
    -	 * variable. */
    -	BN_POOL_reset(&ctx->pool);
    -	BN_STACK_reset(&ctx->stack);
    -	ctx->used = 0;
    -	ctx->err_stack = 0;
    -	ctx->too_many = 0;
    -	}
    +{
    +    /*
    +     * Assume the caller obtained the context via BN_CTX_new() and so is
    +     * trying to reset it for use. Nothing else makes sense, least of all
    +     * binary compatibility from a time when they could declare a static
    +     * variable.
    +     */
    +    BN_POOL_reset(&ctx->pool);
    +    BN_STACK_reset(&ctx->stack);
    +    ctx->used = 0;
    +    ctx->err_stack = 0;
    +    ctx->too_many = 0;
    +}
     #endif
     
     BN_CTX *BN_CTX_new(void)
    -	{
    -	BN_CTX *ret = OPENSSL_malloc(sizeof(BN_CTX));
    -	if(!ret)
    -		{
    -		BNerr(BN_F_BN_CTX_NEW,ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -		}
    -	/* Initialise the structure */
    -	BN_POOL_init(&ret->pool);
    -	BN_STACK_init(&ret->stack);
    -	ret->used = 0;
    -	ret->err_stack = 0;
    -	ret->too_many = 0;
    -	return ret;
    -	}
    +{
    +    BN_CTX *ret = OPENSSL_malloc(sizeof(BN_CTX));
    +    if (!ret) {
    +        BNerr(BN_F_BN_CTX_NEW, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +    /* Initialise the structure */
    +    BN_POOL_init(&ret->pool);
    +    BN_STACK_init(&ret->stack);
    +    ret->used = 0;
    +    ret->err_stack = 0;
    +    ret->too_many = 0;
    +    return ret;
    +}
     
     void BN_CTX_free(BN_CTX *ctx)
    -	{
    -	if (ctx == NULL)
    -		return;
    +{
    +    if (ctx == NULL)
    +        return;
     #ifdef BN_CTX_DEBUG
    -	{
    -	BN_POOL_ITEM *pool = ctx->pool.head;
    -	fprintf(stderr,"BN_CTX_free, stack-size=%d, pool-bignums=%d\n",
    -		ctx->stack.size, ctx->pool.size);
    -	fprintf(stderr,"dmaxs: ");
    -	while(pool) {
    -		unsigned loop = 0;
    -		while(loop < BN_CTX_POOL_SIZE)
    -			fprintf(stderr,"%02x ", pool->vals[loop++].dmax);
    -		pool = pool->next;
    -	}
    -	fprintf(stderr,"\n");
    -	}
    +    {
    +        BN_POOL_ITEM *pool = ctx->pool.head;
    +        fprintf(stderr, "BN_CTX_free, stack-size=%d, pool-bignums=%d\n",
    +                ctx->stack.size, ctx->pool.size);
    +        fprintf(stderr, "dmaxs: ");
    +        while (pool) {
    +            unsigned loop = 0;
    +            while (loop < BN_CTX_POOL_SIZE)
    +                fprintf(stderr, "%02x ", pool->vals[loop++].dmax);
    +            pool = pool->next;
    +        }
    +        fprintf(stderr, "\n");
    +    }
     #endif
    -	BN_STACK_finish(&ctx->stack);
    -	BN_POOL_finish(&ctx->pool);
    -	OPENSSL_free(ctx);
    -	}
    +    BN_STACK_finish(&ctx->stack);
    +    BN_POOL_finish(&ctx->pool);
    +    OPENSSL_free(ctx);
    +}
     
     void BN_CTX_start(BN_CTX *ctx)
    -	{
    -	CTXDBG_ENTRY("BN_CTX_start", ctx);
    -	/* If we're already overflowing ... */
    -	if(ctx->err_stack || ctx->too_many)
    -		ctx->err_stack++;
    -	/* (Try to) get a new frame pointer */
    -	else if(!BN_STACK_push(&ctx->stack, ctx->used))
    -		{
    -		BNerr(BN_F_BN_CTX_START,BN_R_TOO_MANY_TEMPORARY_VARIABLES);
    -		ctx->err_stack++;
    -		}
    -	CTXDBG_EXIT(ctx);
    -	}
    +{
    +    CTXDBG_ENTRY("BN_CTX_start", ctx);
    +    /* If we're already overflowing ... */
    +    if (ctx->err_stack || ctx->too_many)
    +        ctx->err_stack++;
    +    /* (Try to) get a new frame pointer */
    +    else if (!BN_STACK_push(&ctx->stack, ctx->used)) {
    +        BNerr(BN_F_BN_CTX_START, BN_R_TOO_MANY_TEMPORARY_VARIABLES);
    +        ctx->err_stack++;
    +    }
    +    CTXDBG_EXIT(ctx);
    +}
     
     void BN_CTX_end(BN_CTX *ctx)
    -	{
    -	CTXDBG_ENTRY("BN_CTX_end", ctx);
    -	if(ctx->err_stack)
    -		ctx->err_stack--;
    -	else
    -		{
    -		unsigned int fp = BN_STACK_pop(&ctx->stack);
    -		/* Does this stack frame have anything to release? */
    -		if(fp < ctx->used)
    -			BN_POOL_release(&ctx->pool, ctx->used - fp);
    -		ctx->used = fp;
    -		/* Unjam "too_many" in case "get" had failed */
    -		ctx->too_many = 0;
    -		}
    -	CTXDBG_EXIT(ctx);
    -	}
    +{
    +    CTXDBG_ENTRY("BN_CTX_end", ctx);
    +    if (ctx->err_stack)
    +        ctx->err_stack--;
    +    else {
    +        unsigned int fp = BN_STACK_pop(&ctx->stack);
    +        /* Does this stack frame have anything to release? */
    +        if (fp < ctx->used)
    +            BN_POOL_release(&ctx->pool, ctx->used - fp);
    +        ctx->used = fp;
    +        /* Unjam "too_many" in case "get" had failed */
    +        ctx->too_many = 0;
    +    }
    +    CTXDBG_EXIT(ctx);
    +}
     
     BIGNUM *BN_CTX_get(BN_CTX *ctx)
    -	{
    -	BIGNUM *ret;
    -	CTXDBG_ENTRY("BN_CTX_get", ctx);
    -	if(ctx->err_stack || ctx->too_many) return NULL;
    -	if((ret = BN_POOL_get(&ctx->pool)) == NULL)
    -		{
    -		/* Setting too_many prevents repeated "get" attempts from
    -		 * cluttering the error stack. */
    -		ctx->too_many = 1;
    -		BNerr(BN_F_BN_CTX_GET,BN_R_TOO_MANY_TEMPORARY_VARIABLES);
    -		return NULL;
    -		}
    -	/* OK, make sure the returned bignum is "zero" */
    -	BN_zero(ret);
    -	ctx->used++;
    -	CTXDBG_RET(ctx, ret);
    -	return ret;
    -	}
    +{
    +    BIGNUM *ret;
    +    CTXDBG_ENTRY("BN_CTX_get", ctx);
    +    if (ctx->err_stack || ctx->too_many)
    +        return NULL;
    +    if ((ret = BN_POOL_get(&ctx->pool)) == NULL) {
    +        /*
    +         * Setting too_many prevents repeated "get" attempts from cluttering
    +         * the error stack.
    +         */
    +        ctx->too_many = 1;
    +        BNerr(BN_F_BN_CTX_GET, BN_R_TOO_MANY_TEMPORARY_VARIABLES);
    +        return NULL;
    +    }
    +    /* OK, make sure the returned bignum is "zero" */
    +    BN_zero(ret);
    +    ctx->used++;
    +    CTXDBG_RET(ctx, ret);
    +    return ret;
    +}
     
     /************/
     /* BN_STACK */
     /************/
     
     static void BN_STACK_init(BN_STACK *st)
    -	{
    -	st->indexes = NULL;
    -	st->depth = st->size = 0;
    -	}
    +{
    +    st->indexes = NULL;
    +    st->depth = st->size = 0;
    +}
     
     static void BN_STACK_finish(BN_STACK *st)
    -	{
    -	if(st->size) OPENSSL_free(st->indexes);
    -	}
    +{
    +    if (st->size)
    +        OPENSSL_free(st->indexes);
    +}
     
     #ifndef OPENSSL_NO_DEPRECATED
     static void BN_STACK_reset(BN_STACK *st)
    -	{
    -	st->depth = 0;
    -	}
    +{
    +    st->depth = 0;
    +}
     #endif
     
     static int BN_STACK_push(BN_STACK *st, unsigned int idx)
    -	{
    -	if(st->depth == st->size)
    -		/* Need to expand */
    -		{
    -		unsigned int newsize = (st->size ?
    -				(st->size * 3 / 2) : BN_CTX_START_FRAMES);
    -		unsigned int *newitems = OPENSSL_malloc(newsize *
    -						sizeof(unsigned int));
    -		if(!newitems) return 0;
    -		if(st->depth)
    -			memcpy(newitems, st->indexes, st->depth *
    -						sizeof(unsigned int));
    -		if(st->size) OPENSSL_free(st->indexes);
    -		st->indexes = newitems;
    -		st->size = newsize;
    -		}
    -	st->indexes[(st->depth)++] = idx;
    -	return 1;
    -	}
    +{
    +    if (st->depth == st->size)
    +        /* Need to expand */
    +    {
    +        unsigned int newsize = (st->size ?
    +                                (st->size * 3 / 2) : BN_CTX_START_FRAMES);
    +        unsigned int *newitems = OPENSSL_malloc(newsize *
    +                                                sizeof(unsigned int));
    +        if (!newitems)
    +            return 0;
    +        if (st->depth)
    +            memcpy(newitems, st->indexes, st->depth * sizeof(unsigned int));
    +        if (st->size)
    +            OPENSSL_free(st->indexes);
    +        st->indexes = newitems;
    +        st->size = newsize;
    +    }
    +    st->indexes[(st->depth)++] = idx;
    +    return 1;
    +}
     
     static unsigned int BN_STACK_pop(BN_STACK *st)
    -	{
    -	return st->indexes[--(st->depth)];
    -	}
    +{
    +    return st->indexes[--(st->depth)];
    +}
     
     /***********/
     /* BN_POOL */
     /***********/
     
     static void BN_POOL_init(BN_POOL *p)
    -	{
    -	p->head = p->current = p->tail = NULL;
    -	p->used = p->size = 0;
    -	}
    +{
    +    p->head = p->current = p->tail = NULL;
    +    p->used = p->size = 0;
    +}
     
     static void BN_POOL_finish(BN_POOL *p)
    -	{
    -	while(p->head)
    -		{
    -		unsigned int loop = 0;
    -		BIGNUM *bn = p->head->vals;
    -		while(loop++ < BN_CTX_POOL_SIZE)
    -			{
    -			if(bn->d) BN_clear_free(bn);
    -			bn++;
    -			}
    -		p->current = p->head->next;
    -		OPENSSL_free(p->head);
    -		p->head = p->current;
    -		}
    -	}
    +{
    +    while (p->head) {
    +        unsigned int loop = 0;
    +        BIGNUM *bn = p->head->vals;
    +        while (loop++ < BN_CTX_POOL_SIZE) {
    +            if (bn->d)
    +                BN_clear_free(bn);
    +            bn++;
    +        }
    +        p->current = p->head->next;
    +        OPENSSL_free(p->head);
    +        p->head = p->current;
    +    }
    +}
     
     #ifndef OPENSSL_NO_DEPRECATED
     static void BN_POOL_reset(BN_POOL *p)
    -	{
    -	BN_POOL_ITEM *item = p->head;
    -	while(item)
    -		{
    -		unsigned int loop = 0;
    -		BIGNUM *bn = item->vals;
    -		while(loop++ < BN_CTX_POOL_SIZE)
    -			{
    -			if(bn->d) BN_clear(bn);
    -			bn++;
    -			}
    -		item = item->next;
    -		}
    -	p->current = p->head;
    -	p->used = 0;
    -	}
    +{
    +    BN_POOL_ITEM *item = p->head;
    +    while (item) {
    +        unsigned int loop = 0;
    +        BIGNUM *bn = item->vals;
    +        while (loop++ < BN_CTX_POOL_SIZE) {
    +            if (bn->d)
    +                BN_clear(bn);
    +            bn++;
    +        }
    +        item = item->next;
    +    }
    +    p->current = p->head;
    +    p->used = 0;
    +}
     #endif
     
     static BIGNUM *BN_POOL_get(BN_POOL *p)
    -	{
    -	if(p->used == p->size)
    -		{
    -		BIGNUM *bn;
    -		unsigned int loop = 0;
    -		BN_POOL_ITEM *item = OPENSSL_malloc(sizeof(BN_POOL_ITEM));
    -		if(!item) return NULL;
    -		/* Initialise the structure */
    -		bn = item->vals;
    -		while(loop++ < BN_CTX_POOL_SIZE)
    -			BN_init(bn++);
    -		item->prev = p->tail;
    -		item->next = NULL;
    -		/* Link it in */
    -		if(!p->head)
    -			p->head = p->current = p->tail = item;
    -		else
    -			{
    -			p->tail->next = item;
    -			p->tail = item;
    -			p->current = item;
    -			}
    -		p->size += BN_CTX_POOL_SIZE;
    -		p->used++;
    -		/* Return the first bignum from the new pool */
    -		return item->vals;
    -		}
    -	if(!p->used)
    -		p->current = p->head;
    -	else if((p->used % BN_CTX_POOL_SIZE) == 0)
    -		p->current = p->current->next;
    -	return p->current->vals + ((p->used++) % BN_CTX_POOL_SIZE);
    -	}
    +{
    +    if (p->used == p->size) {
    +        BIGNUM *bn;
    +        unsigned int loop = 0;
    +        BN_POOL_ITEM *item = OPENSSL_malloc(sizeof(BN_POOL_ITEM));
    +        if (!item)
    +            return NULL;
    +        /* Initialise the structure */
    +        bn = item->vals;
    +        while (loop++ < BN_CTX_POOL_SIZE)
    +            BN_init(bn++);
    +        item->prev = p->tail;
    +        item->next = NULL;
    +        /* Link it in */
    +        if (!p->head)
    +            p->head = p->current = p->tail = item;
    +        else {
    +            p->tail->next = item;
    +            p->tail = item;
    +            p->current = item;
    +        }
    +        p->size += BN_CTX_POOL_SIZE;
    +        p->used++;
    +        /* Return the first bignum from the new pool */
    +        return item->vals;
    +    }
    +    if (!p->used)
    +        p->current = p->head;
    +    else if ((p->used % BN_CTX_POOL_SIZE) == 0)
    +        p->current = p->current->next;
    +    return p->current->vals + ((p->used++) % BN_CTX_POOL_SIZE);
    +}
     
     static void BN_POOL_release(BN_POOL *p, unsigned int num)
    -	{
    -	unsigned int offset = (p->used - 1) % BN_CTX_POOL_SIZE;
    -	p->used -= num;
    -	while(num--)
    -		{
    -		bn_check_top(p->current->vals + offset);
    -		if(!offset)
    -			{
    -			offset = BN_CTX_POOL_SIZE - 1;
    -			p->current = p->current->prev;
    -			}
    -		else
    -			offset--;
    -		}
    -	}
    -
    +{
    +    unsigned int offset = (p->used - 1) % BN_CTX_POOL_SIZE;
    +    p->used -= num;
    +    while (num--) {
    +        bn_check_top(p->current->vals + offset);
    +        if (!offset) {
    +            offset = BN_CTX_POOL_SIZE - 1;
    +            p->current = p->current->prev;
    +        } else
    +            offset--;
    +    }
    +}
    diff --git a/openssl/crypto/bn/bn_depr.c b/openssl/crypto/bn/bn_depr.c
    index 27535e4fc..34895f598 100644
    --- a/openssl/crypto/bn/bn_depr.c
    +++ b/openssl/crypto/bn/bn_depr.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,8 +53,10 @@
      *
      */
     
    -/* Support for deprecated functions goes here - static linkage will only slurp
    - * this code if applications are using them directly. */
    +/*
    + * Support for deprecated functions goes here - static linkage will only
    + * slurp this code if applications are using them directly.
    + */
     
     #include 
     #include 
    @@ -62,51 +64,52 @@
     #include "bn_lcl.h"
     #include 
     
    -static void *dummy=&dummy;
    +static void *dummy = &dummy;
     
     #ifndef OPENSSL_NO_DEPRECATED
     BIGNUM *BN_generate_prime(BIGNUM *ret, int bits, int safe,
    -	const BIGNUM *add, const BIGNUM *rem,
    -	void (*callback)(int,int,void *), void *cb_arg)
    -	{
    -	BN_GENCB cb;
    -	BIGNUM *rnd=NULL;
    -	int found = 0;
    +                          const BIGNUM *add, const BIGNUM *rem,
    +                          void (*callback) (int, int, void *), void *cb_arg)
    +{
    +    BN_GENCB cb;
    +    BIGNUM *rnd = NULL;
    +    int found = 0;
     
    -	BN_GENCB_set_old(&cb, callback, cb_arg);
    +    BN_GENCB_set_old(&cb, callback, cb_arg);
     
    -	if (ret == NULL)
    -		{
    -		if ((rnd=BN_new()) == NULL) goto err;
    -		}
    -	else
    -		rnd=ret;
    -	if(!BN_generate_prime_ex(rnd, bits, safe, add, rem, &cb))
    -		goto err;
    +    if (ret == NULL) {
    +        if ((rnd = BN_new()) == NULL)
    +            goto err;
    +    } else
    +        rnd = ret;
    +    if (!BN_generate_prime_ex(rnd, bits, safe, add, rem, &cb))
    +        goto err;
     
    -	/* we have a prime :-) */
    -	found = 1;
    -err:
    -	if (!found && (ret == NULL) && (rnd != NULL)) BN_free(rnd);
    -	return(found ? rnd : NULL);
    -	}
    +    /* we have a prime :-) */
    +    found = 1;
    + err:
    +    if (!found && (ret == NULL) && (rnd != NULL))
    +        BN_free(rnd);
    +    return (found ? rnd : NULL);
    +}
     
    -int BN_is_prime(const BIGNUM *a, int checks, void (*callback)(int,int,void *),
    -	BN_CTX *ctx_passed, void *cb_arg)
    -	{
    -	BN_GENCB cb;
    -	BN_GENCB_set_old(&cb, callback, cb_arg);
    -	return BN_is_prime_ex(a, checks, ctx_passed, &cb);
    -	}
    +int BN_is_prime(const BIGNUM *a, int checks,
    +                void (*callback) (int, int, void *), BN_CTX *ctx_passed,
    +                void *cb_arg)
    +{
    +    BN_GENCB cb;
    +    BN_GENCB_set_old(&cb, callback, cb_arg);
    +    return BN_is_prime_ex(a, checks, ctx_passed, &cb);
    +}
     
     int BN_is_prime_fasttest(const BIGNUM *a, int checks,
    -		void (*callback)(int,int,void *),
    -		BN_CTX *ctx_passed, void *cb_arg,
    -		int do_trial_division)
    -	{
    -	BN_GENCB cb;
    -	BN_GENCB_set_old(&cb, callback, cb_arg);
    -	return BN_is_prime_fasttest_ex(a, checks, ctx_passed,
    -				do_trial_division, &cb);
    -	}
    +                         void (*callback) (int, int, void *),
    +                         BN_CTX *ctx_passed, void *cb_arg,
    +                         int do_trial_division)
    +{
    +    BN_GENCB cb;
    +    BN_GENCB_set_old(&cb, callback, cb_arg);
    +    return BN_is_prime_fasttest_ex(a, checks, ctx_passed,
    +                                   do_trial_division, &cb);
    +}
     #endif
    diff --git a/openssl/crypto/bn/bn_div.c b/openssl/crypto/bn/bn_div.c
    index 7b2403185..72e6ce3f7 100644
    --- a/openssl/crypto/bn/bn_div.c
    +++ b/openssl/crypto/bn/bn_div.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,77 +61,86 @@
     #include "cryptlib.h"
     #include "bn_lcl.h"
     
    -
     /* The old slow way */
     #if 0
     int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
    -	   BN_CTX *ctx)
    -	{
    -	int i,nm,nd;
    -	int ret = 0;
    -	BIGNUM *D;
    -
    -	bn_check_top(m);
    -	bn_check_top(d);
    -	if (BN_is_zero(d))
    -		{
    -		BNerr(BN_F_BN_DIV,BN_R_DIV_BY_ZERO);
    -		return(0);
    -		}
    -
    -	if (BN_ucmp(m,d) < 0)
    -		{
    -		if (rem != NULL)
    -			{ if (BN_copy(rem,m) == NULL) return(0); }
    -		if (dv != NULL) BN_zero(dv);
    -		return(1);
    -		}
    -
    -	BN_CTX_start(ctx);
    -	D = BN_CTX_get(ctx);
    -	if (dv == NULL) dv = BN_CTX_get(ctx);
    -	if (rem == NULL) rem = BN_CTX_get(ctx);
    -	if (D == NULL || dv == NULL || rem == NULL)
    -		goto end;
    -
    -	nd=BN_num_bits(d);
    -	nm=BN_num_bits(m);
    -	if (BN_copy(D,d) == NULL) goto end;
    -	if (BN_copy(rem,m) == NULL) goto end;
    -
    -	/* The next 2 are needed so we can do a dv->d[0]|=1 later
    -	 * since BN_lshift1 will only work once there is a value :-) */
    -	BN_zero(dv);
    -	if(bn_wexpand(dv,1) == NULL) goto end;
    -	dv->top=1;
    -
    -	if (!BN_lshift(D,D,nm-nd)) goto end;
    -	for (i=nm-nd; i>=0; i--)
    -		{
    -		if (!BN_lshift1(dv,dv)) goto end;
    -		if (BN_ucmp(rem,D) >= 0)
    -			{
    -			dv->d[0]|=1;
    -			if (!BN_usub(rem,rem,D)) goto end;
    -			}
    +           BN_CTX *ctx)
    +{
    +    int i, nm, nd;
    +    int ret = 0;
    +    BIGNUM *D;
    +
    +    bn_check_top(m);
    +    bn_check_top(d);
    +    if (BN_is_zero(d)) {
    +        BNerr(BN_F_BN_DIV, BN_R_DIV_BY_ZERO);
    +        return (0);
    +    }
    +
    +    if (BN_ucmp(m, d) < 0) {
    +        if (rem != NULL) {
    +            if (BN_copy(rem, m) == NULL)
    +                return (0);
    +        }
    +        if (dv != NULL)
    +            BN_zero(dv);
    +        return (1);
    +    }
    +
    +    BN_CTX_start(ctx);
    +    D = BN_CTX_get(ctx);
    +    if (dv == NULL)
    +        dv = BN_CTX_get(ctx);
    +    if (rem == NULL)
    +        rem = BN_CTX_get(ctx);
    +    if (D == NULL || dv == NULL || rem == NULL)
    +        goto end;
    +
    +    nd = BN_num_bits(d);
    +    nm = BN_num_bits(m);
    +    if (BN_copy(D, d) == NULL)
    +        goto end;
    +    if (BN_copy(rem, m) == NULL)
    +        goto end;
    +
    +    /*
    +     * The next 2 are needed so we can do a dv->d[0]|=1 later since
    +     * BN_lshift1 will only work once there is a value :-)
    +     */
    +    BN_zero(dv);
    +    if (bn_wexpand(dv, 1) == NULL)
    +        goto end;
    +    dv->top = 1;
    +
    +    if (!BN_lshift(D, D, nm - nd))
    +        goto end;
    +    for (i = nm - nd; i >= 0; i--) {
    +        if (!BN_lshift1(dv, dv))
    +            goto end;
    +        if (BN_ucmp(rem, D) >= 0) {
    +            dv->d[0] |= 1;
    +            if (!BN_usub(rem, rem, D))
    +                goto end;
    +        }
     /* CAN IMPROVE (and have now :=) */
    -		if (!BN_rshift1(D,D)) goto end;
    -		}
    -	rem->neg=BN_is_zero(rem)?0:m->neg;
    -	dv->neg=m->neg^d->neg;
    -	ret = 1;
    +        if (!BN_rshift1(D, D))
    +            goto end;
    +    }
    +    rem->neg = BN_is_zero(rem) ? 0 : m->neg;
    +    dv->neg = m->neg ^ d->neg;
    +    ret = 1;
      end:
    -	BN_CTX_end(ctx);
    -	return(ret);
    -	}
    +    BN_CTX_end(ctx);
    +    return (ret);
    +}
     
     #else
     
    -#if !defined(OPENSSL_NO_ASM) && !defined(OPENSSL_NO_INLINE_ASM) \
    +# if !defined(OPENSSL_NO_ASM) && !defined(OPENSSL_NO_INLINE_ASM) \
         && !defined(PEDANTIC) && !defined(BN_DIV3W)
    -# if defined(__GNUC__) && __GNUC__>=2
    -#  if defined(__i386) || defined (__i386__)
    -   /*
    +#  if defined(__GNUC__) && __GNUC__>=2
    +#   if defined(__i386) || defined (__i386__)
    +   /*-
         * There were two reasons for implementing this template:
         * - GNU C generates a call to a function (__udivdi3 to be exact)
         *   in reply to ((((BN_ULLONG)n0)<
    +    *                                   
         */
    -#undef bn_div_words
    -#  define bn_div_words(n0,n1,d0)		\
    -	({  asm volatile (			\
    -		"divl	%4"			\
    -		: "=a"(q), "=d"(rem)		\
    -		: "a"(n1), "d"(n0), "g"(d0)	\
    -		: "cc");			\
    -	    q;					\
    -	})
    -#  define REMAINDER_IS_ALREADY_CALCULATED
    -#  elif defined(__x86_64) && defined(SIXTY_FOUR_BIT_LONG)
    +#    undef bn_div_words
    +#    define bn_div_words(n0,n1,d0)                \
    +        ({  asm volatile (                      \
    +                "divl   %4"                     \
    +                : "=a"(q), "=d"(rem)            \
    +                : "a"(n1), "d"(n0), "g"(d0)     \
    +                : "cc");                        \
    +            q;                                  \
    +        })
    +#    define REMAINDER_IS_ALREADY_CALCULATED
    +#   elif defined(__x86_64) && defined(SIXTY_FOUR_BIT_LONG)
        /*
         * Same story here, but it's 128-bit by 64-bit division. Wow!
    -    *					
    +    *                                   
         */
    -#  undef bn_div_words
    -#  define bn_div_words(n0,n1,d0)		\
    -	({  asm volatile (			\
    -		"divq	%4"			\
    -		: "=a"(q), "=d"(rem)		\
    -		: "a"(n1), "d"(n0), "g"(d0)	\
    -		: "cc");			\
    -	    q;					\
    -	})
    -#  define REMAINDER_IS_ALREADY_CALCULATED
    -#  endif /* __ */
    -# endif /* __GNUC__ */
    -#endif /* OPENSSL_NO_ASM */
    -
    -
    -/* BN_div computes  dv := num / divisor,  rounding towards
    +#    undef bn_div_words
    +#    define bn_div_words(n0,n1,d0)                \
    +        ({  asm volatile (                      \
    +                "divq   %4"                     \
    +                : "=a"(q), "=d"(rem)            \
    +                : "a"(n1), "d"(n0), "g"(d0)     \
    +                : "cc");                        \
    +            q;                                  \
    +        })
    +#    define REMAINDER_IS_ALREADY_CALCULATED
    +#   endif                       /* __ */
    +#  endif                        /* __GNUC__ */
    +# endif                         /* OPENSSL_NO_ASM */
    +
    +/*-
    + * BN_div computes  dv := num / divisor,  rounding towards
      * zero, and sets up rm  such that  dv*divisor + rm = num  holds.
      * Thus:
      *     dv->neg == num->neg ^ divisor->neg  (unless the result is zero)
    @@ -179,270 +188,290 @@ int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
      * If 'dv' or 'rm' is NULL, the respective value is not returned.
      */
     int BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor,
    -	   BN_CTX *ctx)
    -	{
    -	int norm_shift,i,loop;
    -	BIGNUM *tmp,wnum,*snum,*sdiv,*res;
    -	BN_ULONG *resp,*wnump;
    -	BN_ULONG d0,d1;
    -	int num_n,div_n;
    -	int no_branch=0;
    -
    -	/* Invalid zero-padding would have particularly bad consequences
    -	 * in the case of 'num', so don't just rely on bn_check_top() for this one
    -	 * (bn_check_top() works only for BN_DEBUG builds) */
    -	if (num->top > 0 && num->d[num->top - 1] == 0)
    -		{
    -		BNerr(BN_F_BN_DIV,BN_R_NOT_INITIALIZED);
    -		return 0;
    -		}
    -
    -	bn_check_top(num);
    -
    -	if ((BN_get_flags(num, BN_FLG_CONSTTIME) != 0) || (BN_get_flags(divisor, BN_FLG_CONSTTIME) != 0))
    -		{
    -		no_branch=1;
    -		}
    -
    -	bn_check_top(dv);
    -	bn_check_top(rm);
    -	/* bn_check_top(num); */ /* 'num' has been checked already */
    -	bn_check_top(divisor);
    -
    -	if (BN_is_zero(divisor))
    -		{
    -		BNerr(BN_F_BN_DIV,BN_R_DIV_BY_ZERO);
    -		return(0);
    -		}
    -
    -	if (!no_branch && BN_ucmp(num,divisor) < 0)
    -		{
    -		if (rm != NULL)
    -			{ if (BN_copy(rm,num) == NULL) return(0); }
    -		if (dv != NULL) BN_zero(dv);
    -		return(1);
    -		}
    -
    -	BN_CTX_start(ctx);
    -	tmp=BN_CTX_get(ctx);
    -	snum=BN_CTX_get(ctx);
    -	sdiv=BN_CTX_get(ctx);
    -	if (dv == NULL)
    -		res=BN_CTX_get(ctx);
    -	else	res=dv;
    -	if (sdiv == NULL || res == NULL || tmp == NULL || snum == NULL)
    -		goto err;
    -
    -	/* First we normalise the numbers */
    -	norm_shift=BN_BITS2-((BN_num_bits(divisor))%BN_BITS2);
    -	if (!(BN_lshift(sdiv,divisor,norm_shift))) goto err;
    -	sdiv->neg=0;
    -	norm_shift+=BN_BITS2;
    -	if (!(BN_lshift(snum,num,norm_shift))) goto err;
    -	snum->neg=0;
    -
    -	if (no_branch)
    -		{
    -		/* Since we don't know whether snum is larger than sdiv,
    -		 * we pad snum with enough zeroes without changing its
    -		 * value. 
    -		 */
    -		if (snum->top <= sdiv->top+1) 
    -			{
    -			if (bn_wexpand(snum, sdiv->top + 2) == NULL) goto err;
    -			for (i = snum->top; i < sdiv->top + 2; i++) snum->d[i] = 0;
    -			snum->top = sdiv->top + 2;
    -			}
    -		else
    -			{
    -			if (bn_wexpand(snum, snum->top + 1) == NULL) goto err;
    -			snum->d[snum->top] = 0;
    -			snum->top ++;
    -			}
    -		}
    -
    -	div_n=sdiv->top;
    -	num_n=snum->top;
    -	loop=num_n-div_n;
    -	/* Lets setup a 'window' into snum
    -	 * This is the part that corresponds to the current
    -	 * 'area' being divided */
    -	wnum.neg   = 0;
    -	wnum.d     = &(snum->d[loop]);
    -	wnum.top   = div_n;
    -	/* only needed when BN_ucmp messes up the values between top and max */
    -	wnum.dmax  = snum->dmax - loop; /* so we don't step out of bounds */
    -
    -	/* Get the top 2 words of sdiv */
    -	/* div_n=sdiv->top; */
    -	d0=sdiv->d[div_n-1];
    -	d1=(div_n == 1)?0:sdiv->d[div_n-2];
    -
    -	/* pointer to the 'top' of snum */
    -	wnump= &(snum->d[num_n-1]);
    -
    -	/* Setup to 'res' */
    -	res->neg= (num->neg^divisor->neg);
    -	if (!bn_wexpand(res,(loop+1))) goto err;
    -	res->top=loop-no_branch;
    -	resp= &(res->d[loop-1]);
    -
    -	/* space for temp */
    -	if (!bn_wexpand(tmp,(div_n+1))) goto err;
    -
    -	if (!no_branch)
    -		{
    -		if (BN_ucmp(&wnum,sdiv) >= 0)
    -			{
    -			/* If BN_DEBUG_RAND is defined BN_ucmp changes (via
    -			 * bn_pollute) the const bignum arguments =>
    -			 * clean the values between top and max again */
    -			bn_clear_top2max(&wnum);
    -			bn_sub_words(wnum.d, wnum.d, sdiv->d, div_n);
    -			*resp=1;
    -			}
    -		else
    -			res->top--;
    -		}
    -
    -	/* if res->top == 0 then clear the neg value otherwise decrease
    -	 * the resp pointer */
    -	if (res->top == 0)
    -		res->neg = 0;
    -	else
    -		resp--;
    -
    -	for (i=0; i 0x%08X\n",
    -				n0, n1, d0, q);
    -#endif
    -#endif
    -
    -#ifndef REMAINDER_IS_ALREADY_CALCULATED
    -			/*
    -			 * rem doesn't have to be BN_ULLONG. The least we
    -			 * know it's less that d0, isn't it?
    -			 */
    -			rem=(n1-q*d0)&BN_MASK2;
    -#endif
    -			t2=(BN_ULLONG)d1*q;
    -
    -			for (;;)
    -				{
    -				if (t2 <= ((((BN_ULLONG)rem)< 0x%08X\n",
    -				n0, n1, d0, q);
    -#endif
    -#ifndef REMAINDER_IS_ALREADY_CALCULATED
    -			rem=(n1-q*d0)&BN_MASK2;
    -#endif
    -
    -#if defined(BN_UMULT_LOHI)
    -			BN_UMULT_LOHI(t2l,t2h,d1,q);
    -#elif defined(BN_UMULT_HIGH)
    -			t2l = d1 * q;
    -			t2h = BN_UMULT_HIGH(d1,q);
    -#else
    -			{
    -			BN_ULONG ql, qh;
    -			t2l=LBITS(d1); t2h=HBITS(d1);
    -			ql =LBITS(q);  qh =HBITS(q);
    -			mul64(t2l,t2h,ql,qh); /* t2=(BN_ULLONG)d1*q; */
    -			}
    -#endif
    -
    -			for (;;)
    -				{
    -				if ((t2h < rem) ||
    -					((t2h == rem) && (t2l <= wnump[-2])))
    -					break;
    -				q--;
    -				rem += d0;
    -				if (rem < d0) break; /* don't let rem overflow */
    -				if (t2l < d1) t2h--; t2l -= d1;
    -				}
    -#endif /* !BN_LLONG */
    -			}
    -#endif /* !BN_DIV3W */
    -
    -		l0=bn_mul_words(tmp->d,sdiv->d,div_n,q);
    -		tmp->d[div_n]=l0;
    -		wnum.d--;
    -		/* ingore top values of the bignums just sub the two 
    -		 * BN_ULONG arrays with bn_sub_words */
    -		if (bn_sub_words(wnum.d, wnum.d, tmp->d, div_n+1))
    -			{
    -			/* Note: As we have considered only the leading
    -			 * two BN_ULONGs in the calculation of q, sdiv * q
    -			 * might be greater than wnum (but then (q-1) * sdiv
    -			 * is less or equal than wnum)
    -			 */
    -			q--;
    -			if (bn_add_words(wnum.d, wnum.d, sdiv->d, div_n))
    -				/* we can't have an overflow here (assuming
    -				 * that q != 0, but if q == 0 then tmp is
    -				 * zero anyway) */
    -				(*wnump)++;
    -			}
    -		/* store part of the result */
    -		*resp = q;
    -		}
    -	bn_correct_top(snum);
    -	if (rm != NULL)
    -		{
    -		/* Keep a copy of the neg flag in num because if rm==num
    -		 * BN_rshift() will overwrite it.
    -		 */
    -		int neg = num->neg;
    -		BN_rshift(rm,snum,norm_shift);
    -		if (!BN_is_zero(rm))
    -			rm->neg = neg;
    -		bn_check_top(rm);
    -		}
    -	if (no_branch)	bn_correct_top(res);
    -	BN_CTX_end(ctx);
    -	return(1);
    -err:
    -	bn_check_top(rm);
    -	BN_CTX_end(ctx);
    -	return(0);
    -	}
    +           BN_CTX *ctx)
    +{
    +    int norm_shift, i, loop;
    +    BIGNUM *tmp, wnum, *snum, *sdiv, *res;
    +    BN_ULONG *resp, *wnump;
    +    BN_ULONG d0, d1;
    +    int num_n, div_n;
    +    int no_branch = 0;
    +
    +    /*
    +     * Invalid zero-padding would have particularly bad consequences so don't
    +     * just rely on bn_check_top() here (bn_check_top() works only for
    +     * BN_DEBUG builds)
    +     */
    +    if ((num->top > 0 && num->d[num->top - 1] == 0) ||
    +        (divisor->top > 0 && divisor->d[divisor->top - 1] == 0)) {
    +        BNerr(BN_F_BN_DIV, BN_R_NOT_INITIALIZED);
    +        return 0;
    +    }
    +
    +    bn_check_top(num);
    +    bn_check_top(divisor);
    +
    +    if ((BN_get_flags(num, BN_FLG_CONSTTIME) != 0)
    +        || (BN_get_flags(divisor, BN_FLG_CONSTTIME) != 0)) {
    +        no_branch = 1;
    +    }
    +
    +    bn_check_top(dv);
    +    bn_check_top(rm);
    +    /*- bn_check_top(num); *//*
    +     * 'num' has been checked already
    +     */
    +    /*- bn_check_top(divisor); *//*
    +     * 'divisor' has been checked already
    +     */
    +
    +    if (BN_is_zero(divisor)) {
    +        BNerr(BN_F_BN_DIV, BN_R_DIV_BY_ZERO);
    +        return (0);
    +    }
    +
    +    if (!no_branch && BN_ucmp(num, divisor) < 0) {
    +        if (rm != NULL) {
    +            if (BN_copy(rm, num) == NULL)
    +                return (0);
    +        }
    +        if (dv != NULL)
    +            BN_zero(dv);
    +        return (1);
    +    }
    +
    +    BN_CTX_start(ctx);
    +    tmp = BN_CTX_get(ctx);
    +    snum = BN_CTX_get(ctx);
    +    sdiv = BN_CTX_get(ctx);
    +    if (dv == NULL)
    +        res = BN_CTX_get(ctx);
    +    else
    +        res = dv;
    +    if (sdiv == NULL || res == NULL || tmp == NULL || snum == NULL)
    +        goto err;
    +
    +    /* First we normalise the numbers */
    +    norm_shift = BN_BITS2 - ((BN_num_bits(divisor)) % BN_BITS2);
    +    if (!(BN_lshift(sdiv, divisor, norm_shift)))
    +        goto err;
    +    sdiv->neg = 0;
    +    norm_shift += BN_BITS2;
    +    if (!(BN_lshift(snum, num, norm_shift)))
    +        goto err;
    +    snum->neg = 0;
    +
    +    if (no_branch) {
    +        /*
    +         * Since we don't know whether snum is larger than sdiv, we pad snum
    +         * with enough zeroes without changing its value.
    +         */
    +        if (snum->top <= sdiv->top + 1) {
    +            if (bn_wexpand(snum, sdiv->top + 2) == NULL)
    +                goto err;
    +            for (i = snum->top; i < sdiv->top + 2; i++)
    +                snum->d[i] = 0;
    +            snum->top = sdiv->top + 2;
    +        } else {
    +            if (bn_wexpand(snum, snum->top + 1) == NULL)
    +                goto err;
    +            snum->d[snum->top] = 0;
    +            snum->top++;
    +        }
    +    }
    +
    +    div_n = sdiv->top;
    +    num_n = snum->top;
    +    loop = num_n - div_n;
    +    /*
    +     * Lets setup a 'window' into snum This is the part that corresponds to
    +     * the current 'area' being divided
    +     */
    +    wnum.neg = 0;
    +    wnum.d = &(snum->d[loop]);
    +    wnum.top = div_n;
    +    /*
    +     * only needed when BN_ucmp messes up the values between top and max
    +     */
    +    wnum.dmax = snum->dmax - loop; /* so we don't step out of bounds */
    +
    +    /* Get the top 2 words of sdiv */
    +    /* div_n=sdiv->top; */
    +    d0 = sdiv->d[div_n - 1];
    +    d1 = (div_n == 1) ? 0 : sdiv->d[div_n - 2];
    +
    +    /* pointer to the 'top' of snum */
    +    wnump = &(snum->d[num_n - 1]);
    +
    +    /* Setup to 'res' */
    +    res->neg = (num->neg ^ divisor->neg);
    +    if (!bn_wexpand(res, (loop + 1)))
    +        goto err;
    +    res->top = loop - no_branch;
    +    resp = &(res->d[loop - 1]);
    +
    +    /* space for temp */
    +    if (!bn_wexpand(tmp, (div_n + 1)))
    +        goto err;
    +
    +    if (!no_branch) {
    +        if (BN_ucmp(&wnum, sdiv) >= 0) {
    +            /*
    +             * If BN_DEBUG_RAND is defined BN_ucmp changes (via bn_pollute)
    +             * the const bignum arguments => clean the values between top and
    +             * max again
    +             */
    +            bn_clear_top2max(&wnum);
    +            bn_sub_words(wnum.d, wnum.d, sdiv->d, div_n);
    +            *resp = 1;
    +        } else
    +            res->top--;
    +    }
    +
    +    /*
    +     * if res->top == 0 then clear the neg value otherwise decrease the resp
    +     * pointer
    +     */
    +    if (res->top == 0)
    +        res->neg = 0;
    +    else
    +        resp--;
    +
    +    for (i = 0; i < loop - 1; i++, wnump--, resp--) {
    +        BN_ULONG q, l0;
    +        /*
    +         * the first part of the loop uses the top two words of snum and sdiv
    +         * to calculate a BN_ULONG q such that | wnum - sdiv * q | < sdiv
    +         */
    +# if defined(BN_DIV3W) && !defined(OPENSSL_NO_ASM)
    +        BN_ULONG bn_div_3_words(BN_ULONG *, BN_ULONG, BN_ULONG);
    +        q = bn_div_3_words(wnump, d1, d0);
    +# else
    +        BN_ULONG n0, n1, rem = 0;
    +
    +        n0 = wnump[0];
    +        n1 = wnump[-1];
    +        if (n0 == d0)
    +            q = BN_MASK2;
    +        else {                  /* n0 < d0 */
    +
    +#  ifdef BN_LLONG
    +            BN_ULLONG t2;
    +
    +#   if defined(BN_LLONG) && defined(BN_DIV2W) && !defined(bn_div_words)
    +            q = (BN_ULONG)(((((BN_ULLONG) n0) << BN_BITS2) | n1) / d0);
    +#   else
    +            q = bn_div_words(n0, n1, d0);
    +#    ifdef BN_DEBUG_LEVITTE
    +            fprintf(stderr, "DEBUG: bn_div_words(0x%08X,0x%08X,0x%08\
    +X) -> 0x%08X\n", n0, n1, d0, q);
    +#    endif
    +#   endif
    +
    +#   ifndef REMAINDER_IS_ALREADY_CALCULATED
    +            /*
    +             * rem doesn't have to be BN_ULLONG. The least we
    +             * know it's less that d0, isn't it?
    +             */
    +            rem = (n1 - q * d0) & BN_MASK2;
    +#   endif
    +            t2 = (BN_ULLONG) d1 *q;
    +
    +            for (;;) {
    +                if (t2 <= ((((BN_ULLONG) rem) << BN_BITS2) | wnump[-2]))
    +                    break;
    +                q--;
    +                rem += d0;
    +                if (rem < d0)
    +                    break;      /* don't let rem overflow */
    +                t2 -= d1;
    +            }
    +#  else                         /* !BN_LLONG */
    +            BN_ULONG t2l, t2h;
    +
    +            q = bn_div_words(n0, n1, d0);
    +#   ifdef BN_DEBUG_LEVITTE
    +            fprintf(stderr, "DEBUG: bn_div_words(0x%08X,0x%08X,0x%08\
    +X) -> 0x%08X\n", n0, n1, d0, q);
    +#   endif
    +#   ifndef REMAINDER_IS_ALREADY_CALCULATED
    +            rem = (n1 - q * d0) & BN_MASK2;
    +#   endif
    +
    +#   if defined(BN_UMULT_LOHI)
    +            BN_UMULT_LOHI(t2l, t2h, d1, q);
    +#   elif defined(BN_UMULT_HIGH)
    +            t2l = d1 * q;
    +            t2h = BN_UMULT_HIGH(d1, q);
    +#   else
    +            {
    +                BN_ULONG ql, qh;
    +                t2l = LBITS(d1);
    +                t2h = HBITS(d1);
    +                ql = LBITS(q);
    +                qh = HBITS(q);
    +                mul64(t2l, t2h, ql, qh); /* t2=(BN_ULLONG)d1*q; */
    +            }
    +#   endif
    +
    +            for (;;) {
    +                if ((t2h < rem) || ((t2h == rem) && (t2l <= wnump[-2])))
    +                    break;
    +                q--;
    +                rem += d0;
    +                if (rem < d0)
    +                    break;      /* don't let rem overflow */
    +                if (t2l < d1)
    +                    t2h--;
    +                t2l -= d1;
    +            }
    +#  endif                        /* !BN_LLONG */
    +        }
    +# endif                         /* !BN_DIV3W */
    +
    +        l0 = bn_mul_words(tmp->d, sdiv->d, div_n, q);
    +        tmp->d[div_n] = l0;
    +        wnum.d--;
    +        /*
    +         * ingore top values of the bignums just sub the two BN_ULONG arrays
    +         * with bn_sub_words
    +         */
    +        if (bn_sub_words(wnum.d, wnum.d, tmp->d, div_n + 1)) {
    +            /*
    +             * Note: As we have considered only the leading two BN_ULONGs in
    +             * the calculation of q, sdiv * q might be greater than wnum (but
    +             * then (q-1) * sdiv is less or equal than wnum)
    +             */
    +            q--;
    +            if (bn_add_words(wnum.d, wnum.d, sdiv->d, div_n))
    +                /*
    +                 * we can't have an overflow here (assuming that q != 0, but
    +                 * if q == 0 then tmp is zero anyway)
    +                 */
    +                (*wnump)++;
    +        }
    +        /* store part of the result */
    +        *resp = q;
    +    }
    +    bn_correct_top(snum);
    +    if (rm != NULL) {
    +        /*
    +         * Keep a copy of the neg flag in num because if rm==num BN_rshift()
    +         * will overwrite it.
    +         */
    +        int neg = num->neg;
    +        BN_rshift(rm, snum, norm_shift);
    +        if (!BN_is_zero(rm))
    +            rm->neg = neg;
    +        bn_check_top(rm);
    +    }
    +    if (no_branch)
    +        bn_correct_top(res);
    +    BN_CTX_end(ctx);
    +    return (1);
    + err:
    +    bn_check_top(rm);
    +    BN_CTX_end(ctx);
    +    return (0);
    +}
     #endif
    diff --git a/openssl/crypto/bn/bn_err.c b/openssl/crypto/bn/bn_err.c
    index cfe2eb94a..faa7e226b 100644
    --- a/openssl/crypto/bn/bn_err.c
    +++ b/openssl/crypto/bn/bn_err.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* NOTE: this file was auto generated by the mkerr.pl script: any changes
    +/*
    + * NOTE: this file was auto generated by the mkerr.pl script: any changes
      * made to it will be overwritten when the script next updates this file,
      * only reason strings will be preserved.
      */
    @@ -65,86 +66,85 @@
     /* BEGIN ERROR CODES */
     #ifndef OPENSSL_NO_ERR
     
    -#define ERR_FUNC(func) ERR_PACK(ERR_LIB_BN,func,0)
    -#define ERR_REASON(reason) ERR_PACK(ERR_LIB_BN,0,reason)
    +# define ERR_FUNC(func) ERR_PACK(ERR_LIB_BN,func,0)
    +# define ERR_REASON(reason) ERR_PACK(ERR_LIB_BN,0,reason)
     
    -static ERR_STRING_DATA BN_str_functs[]=
    -	{
    -{ERR_FUNC(BN_F_BNRAND),	"BNRAND"},
    -{ERR_FUNC(BN_F_BN_BLINDING_CONVERT_EX),	"BN_BLINDING_convert_ex"},
    -{ERR_FUNC(BN_F_BN_BLINDING_CREATE_PARAM),	"BN_BLINDING_create_param"},
    -{ERR_FUNC(BN_F_BN_BLINDING_INVERT_EX),	"BN_BLINDING_invert_ex"},
    -{ERR_FUNC(BN_F_BN_BLINDING_NEW),	"BN_BLINDING_new"},
    -{ERR_FUNC(BN_F_BN_BLINDING_UPDATE),	"BN_BLINDING_update"},
    -{ERR_FUNC(BN_F_BN_BN2DEC),	"BN_bn2dec"},
    -{ERR_FUNC(BN_F_BN_BN2HEX),	"BN_bn2hex"},
    -{ERR_FUNC(BN_F_BN_CTX_GET),	"BN_CTX_get"},
    -{ERR_FUNC(BN_F_BN_CTX_NEW),	"BN_CTX_new"},
    -{ERR_FUNC(BN_F_BN_CTX_START),	"BN_CTX_start"},
    -{ERR_FUNC(BN_F_BN_DIV),	"BN_div"},
    -{ERR_FUNC(BN_F_BN_DIV_NO_BRANCH),	"BN_div_no_branch"},
    -{ERR_FUNC(BN_F_BN_DIV_RECP),	"BN_div_recp"},
    -{ERR_FUNC(BN_F_BN_EXP),	"BN_exp"},
    -{ERR_FUNC(BN_F_BN_EXPAND2),	"bn_expand2"},
    -{ERR_FUNC(BN_F_BN_EXPAND_INTERNAL),	"BN_EXPAND_INTERNAL"},
    -{ERR_FUNC(BN_F_BN_GF2M_MOD),	"BN_GF2m_mod"},
    -{ERR_FUNC(BN_F_BN_GF2M_MOD_EXP),	"BN_GF2m_mod_exp"},
    -{ERR_FUNC(BN_F_BN_GF2M_MOD_MUL),	"BN_GF2m_mod_mul"},
    -{ERR_FUNC(BN_F_BN_GF2M_MOD_SOLVE_QUAD),	"BN_GF2m_mod_solve_quad"},
    -{ERR_FUNC(BN_F_BN_GF2M_MOD_SOLVE_QUAD_ARR),	"BN_GF2m_mod_solve_quad_arr"},
    -{ERR_FUNC(BN_F_BN_GF2M_MOD_SQR),	"BN_GF2m_mod_sqr"},
    -{ERR_FUNC(BN_F_BN_GF2M_MOD_SQRT),	"BN_GF2m_mod_sqrt"},
    -{ERR_FUNC(BN_F_BN_MOD_EXP2_MONT),	"BN_mod_exp2_mont"},
    -{ERR_FUNC(BN_F_BN_MOD_EXP_MONT),	"BN_mod_exp_mont"},
    -{ERR_FUNC(BN_F_BN_MOD_EXP_MONT_CONSTTIME),	"BN_mod_exp_mont_consttime"},
    -{ERR_FUNC(BN_F_BN_MOD_EXP_MONT_WORD),	"BN_mod_exp_mont_word"},
    -{ERR_FUNC(BN_F_BN_MOD_EXP_RECP),	"BN_mod_exp_recp"},
    -{ERR_FUNC(BN_F_BN_MOD_EXP_SIMPLE),	"BN_mod_exp_simple"},
    -{ERR_FUNC(BN_F_BN_MOD_INVERSE),	"BN_mod_inverse"},
    -{ERR_FUNC(BN_F_BN_MOD_INVERSE_NO_BRANCH),	"BN_mod_inverse_no_branch"},
    -{ERR_FUNC(BN_F_BN_MOD_LSHIFT_QUICK),	"BN_mod_lshift_quick"},
    -{ERR_FUNC(BN_F_BN_MOD_MUL_RECIPROCAL),	"BN_mod_mul_reciprocal"},
    -{ERR_FUNC(BN_F_BN_MOD_SQRT),	"BN_mod_sqrt"},
    -{ERR_FUNC(BN_F_BN_MPI2BN),	"BN_mpi2bn"},
    -{ERR_FUNC(BN_F_BN_NEW),	"BN_new"},
    -{ERR_FUNC(BN_F_BN_RAND),	"BN_rand"},
    -{ERR_FUNC(BN_F_BN_RAND_RANGE),	"BN_rand_range"},
    -{ERR_FUNC(BN_F_BN_USUB),	"BN_usub"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA BN_str_functs[] = {
    +    {ERR_FUNC(BN_F_BNRAND), "BNRAND"},
    +    {ERR_FUNC(BN_F_BN_BLINDING_CONVERT_EX), "BN_BLINDING_convert_ex"},
    +    {ERR_FUNC(BN_F_BN_BLINDING_CREATE_PARAM), "BN_BLINDING_create_param"},
    +    {ERR_FUNC(BN_F_BN_BLINDING_INVERT_EX), "BN_BLINDING_invert_ex"},
    +    {ERR_FUNC(BN_F_BN_BLINDING_NEW), "BN_BLINDING_new"},
    +    {ERR_FUNC(BN_F_BN_BLINDING_UPDATE), "BN_BLINDING_update"},
    +    {ERR_FUNC(BN_F_BN_BN2DEC), "BN_bn2dec"},
    +    {ERR_FUNC(BN_F_BN_BN2HEX), "BN_bn2hex"},
    +    {ERR_FUNC(BN_F_BN_CTX_GET), "BN_CTX_get"},
    +    {ERR_FUNC(BN_F_BN_CTX_NEW), "BN_CTX_new"},
    +    {ERR_FUNC(BN_F_BN_CTX_START), "BN_CTX_start"},
    +    {ERR_FUNC(BN_F_BN_DIV), "BN_div"},
    +    {ERR_FUNC(BN_F_BN_DIV_NO_BRANCH), "BN_div_no_branch"},
    +    {ERR_FUNC(BN_F_BN_DIV_RECP), "BN_div_recp"},
    +    {ERR_FUNC(BN_F_BN_EXP), "BN_exp"},
    +    {ERR_FUNC(BN_F_BN_EXPAND2), "bn_expand2"},
    +    {ERR_FUNC(BN_F_BN_EXPAND_INTERNAL), "BN_EXPAND_INTERNAL"},
    +    {ERR_FUNC(BN_F_BN_GF2M_MOD), "BN_GF2m_mod"},
    +    {ERR_FUNC(BN_F_BN_GF2M_MOD_EXP), "BN_GF2m_mod_exp"},
    +    {ERR_FUNC(BN_F_BN_GF2M_MOD_MUL), "BN_GF2m_mod_mul"},
    +    {ERR_FUNC(BN_F_BN_GF2M_MOD_SOLVE_QUAD), "BN_GF2m_mod_solve_quad"},
    +    {ERR_FUNC(BN_F_BN_GF2M_MOD_SOLVE_QUAD_ARR), "BN_GF2m_mod_solve_quad_arr"},
    +    {ERR_FUNC(BN_F_BN_GF2M_MOD_SQR), "BN_GF2m_mod_sqr"},
    +    {ERR_FUNC(BN_F_BN_GF2M_MOD_SQRT), "BN_GF2m_mod_sqrt"},
    +    {ERR_FUNC(BN_F_BN_MOD_EXP2_MONT), "BN_mod_exp2_mont"},
    +    {ERR_FUNC(BN_F_BN_MOD_EXP_MONT), "BN_mod_exp_mont"},
    +    {ERR_FUNC(BN_F_BN_MOD_EXP_MONT_CONSTTIME), "BN_mod_exp_mont_consttime"},
    +    {ERR_FUNC(BN_F_BN_MOD_EXP_MONT_WORD), "BN_mod_exp_mont_word"},
    +    {ERR_FUNC(BN_F_BN_MOD_EXP_RECP), "BN_mod_exp_recp"},
    +    {ERR_FUNC(BN_F_BN_MOD_EXP_SIMPLE), "BN_mod_exp_simple"},
    +    {ERR_FUNC(BN_F_BN_MOD_INVERSE), "BN_mod_inverse"},
    +    {ERR_FUNC(BN_F_BN_MOD_INVERSE_NO_BRANCH), "BN_mod_inverse_no_branch"},
    +    {ERR_FUNC(BN_F_BN_MOD_LSHIFT_QUICK), "BN_mod_lshift_quick"},
    +    {ERR_FUNC(BN_F_BN_MOD_MUL_RECIPROCAL), "BN_mod_mul_reciprocal"},
    +    {ERR_FUNC(BN_F_BN_MOD_SQRT), "BN_mod_sqrt"},
    +    {ERR_FUNC(BN_F_BN_MPI2BN), "BN_mpi2bn"},
    +    {ERR_FUNC(BN_F_BN_NEW), "BN_new"},
    +    {ERR_FUNC(BN_F_BN_RAND), "BN_rand"},
    +    {ERR_FUNC(BN_F_BN_RAND_RANGE), "BN_rand_range"},
    +    {ERR_FUNC(BN_F_BN_USUB), "BN_usub"},
    +    {0, NULL}
    +};
     
    -static ERR_STRING_DATA BN_str_reasons[]=
    -	{
    -{ERR_REASON(BN_R_ARG2_LT_ARG3)           ,"arg2 lt arg3"},
    -{ERR_REASON(BN_R_BAD_RECIPROCAL)         ,"bad reciprocal"},
    -{ERR_REASON(BN_R_BIGNUM_TOO_LONG)        ,"bignum too long"},
    -{ERR_REASON(BN_R_CALLED_WITH_EVEN_MODULUS),"called with even modulus"},
    -{ERR_REASON(BN_R_DIV_BY_ZERO)            ,"div by zero"},
    -{ERR_REASON(BN_R_ENCODING_ERROR)         ,"encoding error"},
    -{ERR_REASON(BN_R_EXPAND_ON_STATIC_BIGNUM_DATA),"expand on static bignum data"},
    -{ERR_REASON(BN_R_INPUT_NOT_REDUCED)      ,"input not reduced"},
    -{ERR_REASON(BN_R_INVALID_LENGTH)         ,"invalid length"},
    -{ERR_REASON(BN_R_INVALID_RANGE)          ,"invalid range"},
    -{ERR_REASON(BN_R_NOT_A_SQUARE)           ,"not a square"},
    -{ERR_REASON(BN_R_NOT_INITIALIZED)        ,"not initialized"},
    -{ERR_REASON(BN_R_NO_INVERSE)             ,"no inverse"},
    -{ERR_REASON(BN_R_NO_SOLUTION)            ,"no solution"},
    -{ERR_REASON(BN_R_P_IS_NOT_PRIME)         ,"p is not prime"},
    -{ERR_REASON(BN_R_TOO_MANY_ITERATIONS)    ,"too many iterations"},
    -{ERR_REASON(BN_R_TOO_MANY_TEMPORARY_VARIABLES),"too many temporary variables"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA BN_str_reasons[] = {
    +    {ERR_REASON(BN_R_ARG2_LT_ARG3), "arg2 lt arg3"},
    +    {ERR_REASON(BN_R_BAD_RECIPROCAL), "bad reciprocal"},
    +    {ERR_REASON(BN_R_BIGNUM_TOO_LONG), "bignum too long"},
    +    {ERR_REASON(BN_R_CALLED_WITH_EVEN_MODULUS), "called with even modulus"},
    +    {ERR_REASON(BN_R_DIV_BY_ZERO), "div by zero"},
    +    {ERR_REASON(BN_R_ENCODING_ERROR), "encoding error"},
    +    {ERR_REASON(BN_R_EXPAND_ON_STATIC_BIGNUM_DATA),
    +     "expand on static bignum data"},
    +    {ERR_REASON(BN_R_INPUT_NOT_REDUCED), "input not reduced"},
    +    {ERR_REASON(BN_R_INVALID_LENGTH), "invalid length"},
    +    {ERR_REASON(BN_R_INVALID_RANGE), "invalid range"},
    +    {ERR_REASON(BN_R_NOT_A_SQUARE), "not a square"},
    +    {ERR_REASON(BN_R_NOT_INITIALIZED), "not initialized"},
    +    {ERR_REASON(BN_R_NO_INVERSE), "no inverse"},
    +    {ERR_REASON(BN_R_NO_SOLUTION), "no solution"},
    +    {ERR_REASON(BN_R_P_IS_NOT_PRIME), "p is not prime"},
    +    {ERR_REASON(BN_R_TOO_MANY_ITERATIONS), "too many iterations"},
    +    {ERR_REASON(BN_R_TOO_MANY_TEMPORARY_VARIABLES),
    +     "too many temporary variables"},
    +    {0, NULL}
    +};
     
     #endif
     
     void ERR_load_BN_strings(void)
    -	{
    +{
     #ifndef OPENSSL_NO_ERR
     
    -	if (ERR_func_error_string(BN_str_functs[0].error) == NULL)
    -		{
    -		ERR_load_strings(0,BN_str_functs);
    -		ERR_load_strings(0,BN_str_reasons);
    -		}
    +    if (ERR_func_error_string(BN_str_functs[0].error) == NULL) {
    +        ERR_load_strings(0, BN_str_functs);
    +        ERR_load_strings(0, BN_str_reasons);
    +    }
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/bn/bn_exp.c b/openssl/crypto/bn/bn_exp.c
    index 611fa3262..28a9fd53b 100644
    --- a/openssl/crypto/bn/bn_exp.c
    +++ b/openssl/crypto/bn/bn_exp.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,7 +63,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -109,7 +109,6 @@
      *
      */
     
    -
     #include "cryptlib.h"
     #include "bn_lcl.h"
     
    @@ -123,982 +122,1279 @@
     # ifndef alloca
     #  define alloca(s) __builtin_alloca((s))
     # endif
    +#elif defined(__sun)
    +# include 
    +#endif
    +
    +#undef RSAZ_ENABLED
    +#if defined(OPENSSL_BN_ASM_MONT) && \
    +        (defined(__x86_64) || defined(__x86_64__) || \
    +         defined(_M_AMD64) || defined(_M_X64))
    +# include "rsaz_exp.h"
    +# define RSAZ_ENABLED
    +#endif
    +
    +#undef SPARC_T4_MONT
    +#if defined(OPENSSL_BN_ASM_MONT) && (defined(__sparc__) || defined(__sparc))
    +# include "sparc_arch.h"
    +extern unsigned int OPENSSL_sparcv9cap_P[];
    +# define SPARC_T4_MONT
     #endif
     
     /* maximum precomputation table size for *variable* sliding windows */
    -#define TABLE_SIZE	32
    +#define TABLE_SIZE      32
     
     /* this one works - simple but works */
     int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx)
    -	{
    -	int i,bits,ret=0;
    -	BIGNUM *v,*rr;
    -
    -	if (BN_get_flags(p, BN_FLG_CONSTTIME) != 0)
    -		{
    -		/* BN_FLG_CONSTTIME only supported by BN_mod_exp_mont() */
    -		BNerr(BN_F_BN_EXP,ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return -1;
    -		}
    -
    -	BN_CTX_start(ctx);
    -	if ((r == a) || (r == p))
    -		rr = BN_CTX_get(ctx);
    -	else
    -		rr = r;
    -	v = BN_CTX_get(ctx);
    -	if (rr == NULL || v == NULL) goto err;
    -
    -	if (BN_copy(v,a) == NULL) goto err;
    -	bits=BN_num_bits(p);
    -
    -	if (BN_is_odd(p))
    -		{ if (BN_copy(rr,a) == NULL) goto err; }
    -	else	{ if (!BN_one(rr)) goto err; }
    -
    -	for (i=1; i= m.  eay 07-May-97 */
    -/*	if ((m->d[m->top-1]&BN_TBIT) && BN_is_odd(m)) */
    -
    -	if (BN_is_odd(m))
    -		{
    -#  ifdef MONT_EXP_WORD
    -		if (a->top == 1 && !a->neg && (BN_get_flags(p, BN_FLG_CONSTTIME) == 0))
    -			{
    -			BN_ULONG A = a->d[0];
    -			ret=BN_mod_exp_mont_word(r,A,p,m,ctx,NULL);
    -			}
    -		else
    -#  endif
    -			ret=BN_mod_exp_mont(r,a,p,m,ctx,NULL);
    -		}
    -	else
    +    /*
    +     * I have finally been able to take out this pre-condition of the top bit
    +     * being set.  It was caused by an error in BN_div with negatives.  There
    +     * was also another problem when for a^b%m a >= m.  eay 07-May-97
    +     */
    +    /* if ((m->d[m->top-1]&BN_TBIT) && BN_is_odd(m)) */
    +
    +    if (BN_is_odd(m)) {
    +# ifdef MONT_EXP_WORD
    +        if (a->top == 1 && !a->neg
    +            && (BN_get_flags(p, BN_FLG_CONSTTIME) == 0)) {
    +            BN_ULONG A = a->d[0];
    +            ret = BN_mod_exp_mont_word(r, A, p, m, ctx, NULL);
    +        } else
    +# endif
    +            ret = BN_mod_exp_mont(r, a, p, m, ctx, NULL);
    +    } else
     #endif
     #ifdef RECP_MUL_MOD
    -		{ ret=BN_mod_exp_recp(r,a,p,m,ctx); }
    +    {
    +        ret = BN_mod_exp_recp(r, a, p, m, ctx);
    +    }
     #else
    -		{ ret=BN_mod_exp_simple(r,a,p,m,ctx); }
    +    {
    +        ret = BN_mod_exp_simple(r, a, p, m, ctx);
    +    }
     #endif
     
    -	bn_check_top(r);
    -	return(ret);
    -	}
    -
    +    bn_check_top(r);
    +    return (ret);
    +}
     
     int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    -		    const BIGNUM *m, BN_CTX *ctx)
    -	{
    -	int i,j,bits,ret=0,wstart,wend,window,wvalue;
    -	int start=1;
    -	BIGNUM *aa;
    -	/* Table of variables obtained from 'ctx' */
    -	BIGNUM *val[TABLE_SIZE];
    -	BN_RECP_CTX recp;
    -
    -	if (BN_get_flags(p, BN_FLG_CONSTTIME) != 0)
    -		{
    -		/* BN_FLG_CONSTTIME only supported by BN_mod_exp_mont() */
    -		BNerr(BN_F_BN_MOD_EXP_RECP,ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return -1;
    -		}
    -
    -	bits=BN_num_bits(p);
    -
    -	if (bits == 0)
    -		{
    -		ret = BN_one(r);
    -		return ret;
    -		}
    -
    -	BN_CTX_start(ctx);
    -	aa = BN_CTX_get(ctx);
    -	val[0] = BN_CTX_get(ctx);
    -	if(!aa || !val[0]) goto err;
    -
    -	BN_RECP_CTX_init(&recp);
    -	if (m->neg)
    -		{
    -		/* ignore sign of 'm' */
    -		if (!BN_copy(aa, m)) goto err;
    -		aa->neg = 0;
    -		if (BN_RECP_CTX_set(&recp,aa,ctx) <= 0) goto err;
    -		}
    -	else
    -		{
    -		if (BN_RECP_CTX_set(&recp,m,ctx) <= 0) goto err;
    -		}
    -
    -	if (!BN_nnmod(val[0],a,m,ctx)) goto err;		/* 1 */
    -	if (BN_is_zero(val[0]))
    -		{
    -		BN_zero(r);
    -		ret = 1;
    -		goto err;
    -		}
    -
    -	window = BN_window_bits_for_exponent_size(bits);
    -	if (window > 1)
    -		{
    -		if (!BN_mod_mul_reciprocal(aa,val[0],val[0],&recp,ctx))
    -			goto err;				/* 2 */
    -		j=1<<(window-1);
    -		for (i=1; i>1],&recp,ctx))
    -			goto err;
    -
    -		/* move the 'window' down further */
    -		wstart-=wend+1;
    -		wvalue=0;
    -		start=0;
    -		if (wstart < 0) break;
    -		}
    -	ret=1;
    -err:
    -	BN_CTX_end(ctx);
    -	BN_RECP_CTX_free(&recp);
    -	bn_check_top(r);
    -	return(ret);
    -	}
    -
    +                    const BIGNUM *m, BN_CTX *ctx)
    +{
    +    int i, j, bits, ret = 0, wstart, wend, window, wvalue;
    +    int start = 1;
    +    BIGNUM *aa;
    +    /* Table of variables obtained from 'ctx' */
    +    BIGNUM *val[TABLE_SIZE];
    +    BN_RECP_CTX recp;
    +
    +    if (BN_get_flags(p, BN_FLG_CONSTTIME) != 0) {
    +        /* BN_FLG_CONSTTIME only supported by BN_mod_exp_mont() */
    +        BNerr(BN_F_BN_MOD_EXP_RECP, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return -1;
    +    }
    +
    +    bits = BN_num_bits(p);
    +
    +    if (bits == 0) {
    +        ret = BN_one(r);
    +        return ret;
    +    }
    +
    +    BN_CTX_start(ctx);
    +    aa = BN_CTX_get(ctx);
    +    val[0] = BN_CTX_get(ctx);
    +    if (!aa || !val[0])
    +        goto err;
    +
    +    BN_RECP_CTX_init(&recp);
    +    if (m->neg) {
    +        /* ignore sign of 'm' */
    +        if (!BN_copy(aa, m))
    +            goto err;
    +        aa->neg = 0;
    +        if (BN_RECP_CTX_set(&recp, aa, ctx) <= 0)
    +            goto err;
    +    } else {
    +        if (BN_RECP_CTX_set(&recp, m, ctx) <= 0)
    +            goto err;
    +    }
    +
    +    if (!BN_nnmod(val[0], a, m, ctx))
    +        goto err;               /* 1 */
    +    if (BN_is_zero(val[0])) {
    +        BN_zero(r);
    +        ret = 1;
    +        goto err;
    +    }
    +
    +    window = BN_window_bits_for_exponent_size(bits);
    +    if (window > 1) {
    +        if (!BN_mod_mul_reciprocal(aa, val[0], val[0], &recp, ctx))
    +            goto err;           /* 2 */
    +        j = 1 << (window - 1);
    +        for (i = 1; i < j; i++) {
    +            if (((val[i] = BN_CTX_get(ctx)) == NULL) ||
    +                !BN_mod_mul_reciprocal(val[i], val[i - 1], aa, &recp, ctx))
    +                goto err;
    +        }
    +    }
    +
    +    start = 1;                  /* This is used to avoid multiplication etc
    +                                 * when there is only the value '1' in the
    +                                 * buffer. */
    +    wvalue = 0;                 /* The 'value' of the window */
    +    wstart = bits - 1;          /* The top bit of the window */
    +    wend = 0;                   /* The bottom bit of the window */
    +
    +    if (!BN_one(r))
    +        goto err;
    +
    +    for (;;) {
    +        if (BN_is_bit_set(p, wstart) == 0) {
    +            if (!start)
    +                if (!BN_mod_mul_reciprocal(r, r, r, &recp, ctx))
    +                    goto err;
    +            if (wstart == 0)
    +                break;
    +            wstart--;
    +            continue;
    +        }
    +        /*
    +         * We now have wstart on a 'set' bit, we now need to work out how bit
    +         * a window to do.  To do this we need to scan forward until the last
    +         * set bit before the end of the window
    +         */
    +        j = wstart;
    +        wvalue = 1;
    +        wend = 0;
    +        for (i = 1; i < window; i++) {
    +            if (wstart - i < 0)
    +                break;
    +            if (BN_is_bit_set(p, wstart - i)) {
    +                wvalue <<= (i - wend);
    +                wvalue |= 1;
    +                wend = i;
    +            }
    +        }
    +
    +        /* wend is the size of the current window */
    +        j = wend + 1;
    +        /* add the 'bytes above' */
    +        if (!start)
    +            for (i = 0; i < j; i++) {
    +                if (!BN_mod_mul_reciprocal(r, r, r, &recp, ctx))
    +                    goto err;
    +            }
    +
    +        /* wvalue will be an odd number < 2^window */
    +        if (!BN_mod_mul_reciprocal(r, r, val[wvalue >> 1], &recp, ctx))
    +            goto err;
    +
    +        /* move the 'window' down further */
    +        wstart -= wend + 1;
    +        wvalue = 0;
    +        start = 0;
    +        if (wstart < 0)
    +            break;
    +    }
    +    ret = 1;
    + err:
    +    BN_CTX_end(ctx);
    +    BN_RECP_CTX_free(&recp);
    +    bn_check_top(r);
    +    return (ret);
    +}
     
     int BN_mod_exp_mont(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p,
    -		    const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont)
    -	{
    -	int i,j,bits,ret=0,wstart,wend,window,wvalue;
    -	int start=1;
    -	BIGNUM *d,*r;
    -	const BIGNUM *aa;
    -	/* Table of variables obtained from 'ctx' */
    -	BIGNUM *val[TABLE_SIZE];
    -	BN_MONT_CTX *mont=NULL;
    -
    -	if (BN_get_flags(p, BN_FLG_CONSTTIME) != 0)
    -		{
    -		return BN_mod_exp_mont_consttime(rr, a, p, m, ctx, in_mont);
    -		}
    -
    -	bn_check_top(a);
    -	bn_check_top(p);
    -	bn_check_top(m);
    -
    -	if (!BN_is_odd(m))
    -		{
    -		BNerr(BN_F_BN_MOD_EXP_MONT,BN_R_CALLED_WITH_EVEN_MODULUS);
    -		return(0);
    -		}
    -	bits=BN_num_bits(p);
    -	if (bits == 0)
    -		{
    -		ret = BN_one(rr);
    -		return ret;
    -		}
    -
    -	BN_CTX_start(ctx);
    -	d = BN_CTX_get(ctx);
    -	r = BN_CTX_get(ctx);
    -	val[0] = BN_CTX_get(ctx);
    -	if (!d || !r || !val[0]) goto err;
    -
    -	/* If this is not done, things will break in the montgomery
    -	 * part */
    -
    -	if (in_mont != NULL)
    -		mont=in_mont;
    -	else
    -		{
    -		if ((mont=BN_MONT_CTX_new()) == NULL) goto err;
    -		if (!BN_MONT_CTX_set(mont,m,ctx)) goto err;
    -		}
    -
    -	if (a->neg || BN_ucmp(a,m) >= 0)
    -		{
    -		if (!BN_nnmod(val[0],a,m,ctx))
    -			goto err;
    -		aa= val[0];
    -		}
    -	else
    -		aa=a;
    -	if (BN_is_zero(aa))
    -		{
    -		BN_zero(rr);
    -		ret = 1;
    -		goto err;
    -		}
    -	if (!BN_to_montgomery(val[0],aa,mont,ctx)) goto err; /* 1 */
    -
    -	window = BN_window_bits_for_exponent_size(bits);
    -	if (window > 1)
    -		{
    -		if (!BN_mod_mul_montgomery(d,val[0],val[0],mont,ctx)) goto err; /* 2 */
    -		j=1<<(window-1);
    -		for (i=1; i>1],mont,ctx))
    -			goto err;
    -
    -		/* move the 'window' down further */
    -		wstart-=wend+1;
    -		wvalue=0;
    -		start=0;
    -		if (wstart < 0) break;
    -		}
    -	if (!BN_from_montgomery(rr,r,mont,ctx)) goto err;
    -	ret=1;
    -err:
    -	if ((in_mont == NULL) && (mont != NULL)) BN_MONT_CTX_free(mont);
    -	BN_CTX_end(ctx);
    -	bn_check_top(rr);
    -	return(ret);
    -	}
    -
    -
    -/* BN_mod_exp_mont_consttime() stores the precomputed powers in a specific layout
    - * so that accessing any of these table values shows the same access pattern as far
    - * as cache lines are concerned.  The following functions are used to transfer a BIGNUM
    - * from/to that table. */
    -
    -static int MOD_EXP_CTIME_COPY_TO_PREBUF(const BIGNUM *b, int top, unsigned char *buf, int idx, int width)
    -	{
    -	size_t i, j;
    -
    -	if (top > b->top)
    -		top = b->top; /* this works because 'buf' is explicitly zeroed */
    -	for (i = 0, j=idx; i < top * sizeof b->d[0]; i++, j+=width)
    -		{
    -		buf[j] = ((unsigned char*)b->d)[i];
    -		}
    -
    -	return 1;
    -	}
    -
    -static int MOD_EXP_CTIME_COPY_FROM_PREBUF(BIGNUM *b, int top, unsigned char *buf, int idx, int width)
    -	{
    -	size_t i, j;
    -
    -	if (bn_wexpand(b, top) == NULL)
    -		return 0;
    -
    -	for (i=0, j=idx; i < top * sizeof b->d[0]; i++, j+=width)
    -		{
    -		((unsigned char*)b->d)[i] = buf[j];
    -		}
    -
    -	b->top = top;
    -	bn_correct_top(b);
    -	return 1;
    -	}	
    -
    -/* Given a pointer value, compute the next address that is a cache line multiple. */
    -#define MOD_EXP_CTIME_ALIGN(x_) \
    -	((unsigned char*)(x_) + (MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH - (((size_t)(x_)) & (MOD_EXP_CTIME_MIN_CACHE_LINE_MASK))))
    +                    const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont)
    +{
    +    int i, j, bits, ret = 0, wstart, wend, window, wvalue;
    +    int start = 1;
    +    BIGNUM *d, *r;
    +    const BIGNUM *aa;
    +    /* Table of variables obtained from 'ctx' */
    +    BIGNUM *val[TABLE_SIZE];
    +    BN_MONT_CTX *mont = NULL;
    +
    +    if (BN_get_flags(p, BN_FLG_CONSTTIME) != 0) {
    +        return BN_mod_exp_mont_consttime(rr, a, p, m, ctx, in_mont);
    +    }
    +
    +    bn_check_top(a);
    +    bn_check_top(p);
    +    bn_check_top(m);
    +
    +    if (!BN_is_odd(m)) {
    +        BNerr(BN_F_BN_MOD_EXP_MONT, BN_R_CALLED_WITH_EVEN_MODULUS);
    +        return (0);
    +    }
    +    bits = BN_num_bits(p);
    +    if (bits == 0) {
    +        ret = BN_one(rr);
    +        return ret;
    +    }
    +
    +    BN_CTX_start(ctx);
    +    d = BN_CTX_get(ctx);
    +    r = BN_CTX_get(ctx);
    +    val[0] = BN_CTX_get(ctx);
    +    if (!d || !r || !val[0])
    +        goto err;
    +
    +    /*
    +     * If this is not done, things will break in the montgomery part
    +     */
    +
    +    if (in_mont != NULL)
    +        mont = in_mont;
    +    else {
    +        if ((mont = BN_MONT_CTX_new()) == NULL)
    +            goto err;
    +        if (!BN_MONT_CTX_set(mont, m, ctx))
    +            goto err;
    +    }
    +
    +    if (a->neg || BN_ucmp(a, m) >= 0) {
    +        if (!BN_nnmod(val[0], a, m, ctx))
    +            goto err;
    +        aa = val[0];
    +    } else
    +        aa = a;
    +    if (BN_is_zero(aa)) {
    +        BN_zero(rr);
    +        ret = 1;
    +        goto err;
    +    }
    +    if (!BN_to_montgomery(val[0], aa, mont, ctx))
    +        goto err;               /* 1 */
    +
    +    window = BN_window_bits_for_exponent_size(bits);
    +    if (window > 1) {
    +        if (!BN_mod_mul_montgomery(d, val[0], val[0], mont, ctx))
    +            goto err;           /* 2 */
    +        j = 1 << (window - 1);
    +        for (i = 1; i < j; i++) {
    +            if (((val[i] = BN_CTX_get(ctx)) == NULL) ||
    +                !BN_mod_mul_montgomery(val[i], val[i - 1], d, mont, ctx))
    +                goto err;
    +        }
    +    }
    +
    +    start = 1;                  /* This is used to avoid multiplication etc
    +                                 * when there is only the value '1' in the
    +                                 * buffer. */
    +    wvalue = 0;                 /* The 'value' of the window */
    +    wstart = bits - 1;          /* The top bit of the window */
    +    wend = 0;                   /* The bottom bit of the window */
    +
    +#if 1                           /* by Shay Gueron's suggestion */
    +    j = m->top;                 /* borrow j */
    +    if (m->d[j - 1] & (((BN_ULONG)1) << (BN_BITS2 - 1))) {
    +        if (bn_wexpand(r, j) == NULL)
    +            goto err;
    +        /* 2^(top*BN_BITS2) - m */
    +        r->d[0] = (0 - m->d[0]) & BN_MASK2;
    +        for (i = 1; i < j; i++)
    +            r->d[i] = (~m->d[i]) & BN_MASK2;
    +        r->top = j;
    +        /*
    +         * Upper words will be zero if the corresponding words of 'm' were
    +         * 0xfff[...], so decrement r->top accordingly.
    +         */
    +        bn_correct_top(r);
    +    } else
    +#endif
    +    if (!BN_to_montgomery(r, BN_value_one(), mont, ctx))
    +        goto err;
    +    for (;;) {
    +        if (BN_is_bit_set(p, wstart) == 0) {
    +            if (!start) {
    +                if (!BN_mod_mul_montgomery(r, r, r, mont, ctx))
    +                    goto err;
    +            }
    +            if (wstart == 0)
    +                break;
    +            wstart--;
    +            continue;
    +        }
    +        /*
    +         * We now have wstart on a 'set' bit, we now need to work out how bit
    +         * a window to do.  To do this we need to scan forward until the last
    +         * set bit before the end of the window
    +         */
    +        j = wstart;
    +        wvalue = 1;
    +        wend = 0;
    +        for (i = 1; i < window; i++) {
    +            if (wstart - i < 0)
    +                break;
    +            if (BN_is_bit_set(p, wstart - i)) {
    +                wvalue <<= (i - wend);
    +                wvalue |= 1;
    +                wend = i;
    +            }
    +        }
    +
    +        /* wend is the size of the current window */
    +        j = wend + 1;
    +        /* add the 'bytes above' */
    +        if (!start)
    +            for (i = 0; i < j; i++) {
    +                if (!BN_mod_mul_montgomery(r, r, r, mont, ctx))
    +                    goto err;
    +            }
    +
    +        /* wvalue will be an odd number < 2^window */
    +        if (!BN_mod_mul_montgomery(r, r, val[wvalue >> 1], mont, ctx))
    +            goto err;
    +
    +        /* move the 'window' down further */
    +        wstart -= wend + 1;
    +        wvalue = 0;
    +        start = 0;
    +        if (wstart < 0)
    +            break;
    +    }
    +#if defined(SPARC_T4_MONT)
    +    if (OPENSSL_sparcv9cap_P[0] & (SPARCV9_VIS3 | SPARCV9_PREFER_FPU)) {
    +        j = mont->N.top;        /* borrow j */
    +        val[0]->d[0] = 1;       /* borrow val[0] */
    +        for (i = 1; i < j; i++)
    +            val[0]->d[i] = 0;
    +        val[0]->top = j;
    +        if (!BN_mod_mul_montgomery(rr, r, val[0], mont, ctx))
    +            goto err;
    +    } else
    +#endif
    +    if (!BN_from_montgomery(rr, r, mont, ctx))
    +        goto err;
    +    ret = 1;
    + err:
    +    if ((in_mont == NULL) && (mont != NULL))
    +        BN_MONT_CTX_free(mont);
    +    BN_CTX_end(ctx);
    +    bn_check_top(rr);
    +    return (ret);
    +}
    +
    +#if defined(SPARC_T4_MONT)
    +static BN_ULONG bn_get_bits(const BIGNUM *a, int bitpos)
    +{
    +    BN_ULONG ret = 0;
    +    int wordpos;
    +
    +    wordpos = bitpos / BN_BITS2;
    +    bitpos %= BN_BITS2;
    +    if (wordpos >= 0 && wordpos < a->top) {
    +        ret = a->d[wordpos] & BN_MASK2;
    +        if (bitpos) {
    +            ret >>= bitpos;
    +            if (++wordpos < a->top)
    +                ret |= a->d[wordpos] << (BN_BITS2 - bitpos);
    +        }
    +    }
    +
    +    return ret & BN_MASK2;
    +}
    +#endif
     
    -/* This variant of BN_mod_exp_mont() uses fixed windows and the special
    - * precomputation memory layout to limit data-dependency to a minimum
    - * to protect secret exponents (cf. the hyper-threading timing attacks
    - * pointed out by Colin Percival,
    - * http://www.daemonology.net/hyperthreading-considered-harmful/)
    +/*
    + * BN_mod_exp_mont_consttime() stores the precomputed powers in a specific
    + * layout so that accessing any of these table values shows the same access
    + * pattern as far as cache lines are concerned.  The following functions are
    + * used to transfer a BIGNUM from/to that table.
    + */
    +
    +static int MOD_EXP_CTIME_COPY_TO_PREBUF(const BIGNUM *b, int top,
    +                                        unsigned char *buf, int idx,
    +                                        int width)
    +{
    +    size_t i, j;
    +
    +    if (top > b->top)
    +        top = b->top;           /* this works because 'buf' is explicitly
    +                                 * zeroed */
    +    for (i = 0, j = idx; i < top * sizeof b->d[0]; i++, j += width) {
    +        buf[j] = ((unsigned char *)b->d)[i];
    +    }
    +
    +    return 1;
    +}
    +
    +static int MOD_EXP_CTIME_COPY_FROM_PREBUF(BIGNUM *b, int top,
    +                                          unsigned char *buf, int idx,
    +                                          int width)
    +{
    +    size_t i, j;
    +
    +    if (bn_wexpand(b, top) == NULL)
    +        return 0;
    +
    +    for (i = 0, j = idx; i < top * sizeof b->d[0]; i++, j += width) {
    +        ((unsigned char *)b->d)[i] = buf[j];
    +    }
    +
    +    b->top = top;
    +    bn_correct_top(b);
    +    return 1;
    +}
    +
    +/*
    + * Given a pointer value, compute the next address that is a cache line
    + * multiple.
    + */
    +#define MOD_EXP_CTIME_ALIGN(x_) \
    +        ((unsigned char*)(x_) + (MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH - (((size_t)(x_)) & (MOD_EXP_CTIME_MIN_CACHE_LINE_MASK))))
    +
    +/*
    + * This variant of BN_mod_exp_mont() uses fixed windows and the special
    + * precomputation memory layout to limit data-dependency to a minimum to
    + * protect secret exponents (cf. the hyper-threading timing attacks pointed
    + * out by Colin Percival,
    + * http://www.daemong-consideredperthreading-considered-harmful/)
      */
     int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p,
    -		    const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont)
    -	{
    -	int i,bits,ret=0,window,wvalue;
    -	int top;
    -	BN_MONT_CTX *mont=NULL;
    -
    -	int numPowers;
    -	unsigned char *powerbufFree=NULL;
    -	int powerbufLen = 0;
    -	unsigned char *powerbuf=NULL;
    -	BIGNUM tmp, am;
    -
    -	bn_check_top(a);
    -	bn_check_top(p);
    -	bn_check_top(m);
    -
    -	top = m->top;
    -
    -	if (!(m->d[0] & 1))
    -		{
    -		BNerr(BN_F_BN_MOD_EXP_MONT_CONSTTIME,BN_R_CALLED_WITH_EVEN_MODULUS);
    -		return(0);
    -		}
    -	bits=BN_num_bits(p);
    -	if (bits == 0)
    -		{
    -		ret = BN_one(rr);
    -		return ret;
    -		}
    -
    -	BN_CTX_start(ctx);
    -
    -	/* Allocate a montgomery context if it was not supplied by the caller.
    -	 * If this is not done, things will break in the montgomery part.
    - 	 */
    -	if (in_mont != NULL)
    -		mont=in_mont;
    -	else
    -		{
    -		if ((mont=BN_MONT_CTX_new()) == NULL) goto err;
    -		if (!BN_MONT_CTX_set(mont,m,ctx)) goto err;
    -		}
    -
    -	/* Get the window size to use with size of p. */
    -	window = BN_window_bits_for_ctime_exponent_size(bits);
    -#if defined(OPENSSL_BN_ASM_MONT5)
    -	if (window==6 && bits<=1024) window=5;	/* ~5% improvement of 2048-bit RSA sign */
    +                              const BIGNUM *m, BN_CTX *ctx,
    +                              BN_MONT_CTX *in_mont)
    +{
    +    int i, bits, ret = 0, window, wvalue;
    +    int top;
    +    BN_MONT_CTX *mont = NULL;
    +
    +    int numPowers;
    +    unsigned char *powerbufFree = NULL;
    +    int powerbufLen = 0;
    +    unsigned char *powerbuf = NULL;
    +    BIGNUM tmp, am;
    +#if defined(SPARC_T4_MONT)
    +    unsigned int t4 = 0;
     #endif
     
    -	/* Allocate a buffer large enough to hold all of the pre-computed
    -	 * powers of am, am itself and tmp.
    -	 */
    -	numPowers = 1 << window;
    -	powerbufLen = sizeof(m->d[0])*(top*numPowers +
    -				((2*top)>numPowers?(2*top):numPowers));
    -#ifdef alloca
    -	if (powerbufLen < 3072)
    -		powerbufFree = alloca(powerbufLen+MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH);
    -	else
    +    bn_check_top(a);
    +    bn_check_top(p);
    +    bn_check_top(m);
    +
    +    top = m->top;
    +
    +    if (!(m->d[0] & 1)) {
    +        BNerr(BN_F_BN_MOD_EXP_MONT_CONSTTIME, BN_R_CALLED_WITH_EVEN_MODULUS);
    +        return (0);
    +    }
    +    bits = BN_num_bits(p);
    +    if (bits == 0) {
    +        ret = BN_one(rr);
    +        return ret;
    +    }
    +
    +    BN_CTX_start(ctx);
    +
    +    /*
    +     * Allocate a montgomery context if it was not supplied by the caller. If
    +     * this is not done, things will break in the montgomery part.
    +     */
    +    if (in_mont != NULL)
    +        mont = in_mont;
    +    else {
    +        if ((mont = BN_MONT_CTX_new()) == NULL)
    +            goto err;
    +        if (!BN_MONT_CTX_set(mont, m, ctx))
    +            goto err;
    +    }
    +
    +#ifdef RSAZ_ENABLED
    +    /*
    +     * If the size of the operands allow it, perform the optimized
    +     * RSAZ exponentiation. For further information see
    +     * crypto/bn/rsaz_exp.c and accompanying assembly modules.
    +     */
    +    if ((16 == a->top) && (16 == p->top) && (BN_num_bits(m) == 1024)
    +        && rsaz_avx2_eligible()) {
    +        if (NULL == bn_wexpand(rr, 16))
    +            goto err;
    +        RSAZ_1024_mod_exp_avx2(rr->d, a->d, p->d, m->d, mont->RR.d,
    +                               mont->n0[0]);
    +        rr->top = 16;
    +        rr->neg = 0;
    +        bn_correct_top(rr);
    +        ret = 1;
    +        goto err;
    +    } else if ((8 == a->top) && (8 == p->top) && (BN_num_bits(m) == 512)) {
    +        if (NULL == bn_wexpand(rr, 8))
    +            goto err;
    +        RSAZ_512_mod_exp(rr->d, a->d, p->d, m->d, mont->n0[0], mont->RR.d);
    +        rr->top = 8;
    +        rr->neg = 0;
    +        bn_correct_top(rr);
    +        ret = 1;
    +        goto err;
    +    }
     #endif
    -	if ((powerbufFree=(unsigned char*)OPENSSL_malloc(powerbufLen+MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH)) == NULL)
    -		goto err;
    -		
    -	powerbuf = MOD_EXP_CTIME_ALIGN(powerbufFree);
    -	memset(powerbuf, 0, powerbufLen);
     
    +    /* Get the window size to use with size of p. */
    +    window = BN_window_bits_for_ctime_exponent_size(bits);
    +#if defined(SPARC_T4_MONT)
    +    if (window >= 5 && (top & 15) == 0 && top <= 64 &&
    +        (OPENSSL_sparcv9cap_P[1] & (CFR_MONTMUL | CFR_MONTSQR)) ==
    +        (CFR_MONTMUL | CFR_MONTSQR) && (t4 = OPENSSL_sparcv9cap_P[0]))
    +        window = 5;
    +    else
    +#endif
    +#if defined(OPENSSL_BN_ASM_MONT5)
    +    if (window >= 5) {
    +        window = 5;             /* ~5% improvement for RSA2048 sign, and even
    +                                 * for RSA4096 */
    +        if ((top & 7) == 0)
    +            powerbufLen += 2 * top * sizeof(m->d[0]);
    +    }
    +#endif
    +    (void)0;
    +
    +    /*
    +     * Allocate a buffer large enough to hold all of the pre-computed powers
    +     * of am, am itself and tmp.
    +     */
    +    numPowers = 1 << window;
    +    powerbufLen += sizeof(m->d[0]) * (top * numPowers +
    +                                      ((2 * top) >
    +                                       numPowers ? (2 * top) : numPowers));
     #ifdef alloca
    -	if (powerbufLen < 3072)
    -		powerbufFree = NULL;
    +    if (powerbufLen < 3072)
    +        powerbufFree =
    +            alloca(powerbufLen + MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH);
    +    else
     #endif
    +        if ((powerbufFree =
    +             (unsigned char *)OPENSSL_malloc(powerbufLen +
    +                                             MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH))
    +            == NULL)
    +        goto err;
     
    -	/* lay down tmp and am right after powers table */
    -	tmp.d     = (BN_ULONG *)(powerbuf + sizeof(m->d[0])*top*numPowers);
    -	am.d      = tmp.d + top;
    -	tmp.top   = am.top  = 0;
    -	tmp.dmax  = am.dmax = top;
    -	tmp.neg   = am.neg  = 0;
    -	tmp.flags = am.flags = BN_FLG_STATIC_DATA;
    -
    -	/* prepare a^0 in Montgomery domain */
    -#if 1
    - 	if (!BN_to_montgomery(&tmp,BN_value_one(),mont,ctx))	goto err;
    -#else
    -	tmp.d[0] = (0-m->d[0])&BN_MASK2;	/* 2^(top*BN_BITS2) - m */
    -	for (i=1;id[i])&BN_MASK2;
    -	tmp.top = top;
    -#endif
    +    powerbuf = MOD_EXP_CTIME_ALIGN(powerbufFree);
    +    memset(powerbuf, 0, powerbufLen);
     
    -	/* prepare a^1 in Montgomery domain */
    -	if (a->neg || BN_ucmp(a,m) >= 0)
    -		{
    -		if (!BN_mod(&am,a,m,ctx))			goto err;
    -		if (!BN_to_montgomery(&am,&am,mont,ctx))	goto err;
    -		}
    -	else	if (!BN_to_montgomery(&am,a,mont,ctx))		goto err;
    +#ifdef alloca
    +    if (powerbufLen < 3072)
    +        powerbufFree = NULL;
    +#endif
     
    +    /* lay down tmp and am right after powers table */
    +    tmp.d = (BN_ULONG *)(powerbuf + sizeof(m->d[0]) * top * numPowers);
    +    am.d = tmp.d + top;
    +    tmp.top = am.top = 0;
    +    tmp.dmax = am.dmax = top;
    +    tmp.neg = am.neg = 0;
    +    tmp.flags = am.flags = BN_FLG_STATIC_DATA;
    +
    +    /* prepare a^0 in Montgomery domain */
    +#if 1                           /* by Shay Gueron's suggestion */
    +    if (m->d[top - 1] & (((BN_ULONG)1) << (BN_BITS2 - 1))) {
    +        /* 2^(top*BN_BITS2) - m */
    +        tmp.d[0] = (0 - m->d[0]) & BN_MASK2;
    +        for (i = 1; i < top; i++)
    +            tmp.d[i] = (~m->d[i]) & BN_MASK2;
    +        tmp.top = top;
    +    } else
    +#endif
    +    if (!BN_to_montgomery(&tmp, BN_value_one(), mont, ctx))
    +        goto err;
    +
    +    /* prepare a^1 in Montgomery domain */
    +    if (a->neg || BN_ucmp(a, m) >= 0) {
    +        if (!BN_mod(&am, a, m, ctx))
    +            goto err;
    +        if (!BN_to_montgomery(&am, &am, mont, ctx))
    +            goto err;
    +    } else if (!BN_to_montgomery(&am, a, mont, ctx))
    +        goto err;
    +
    +#if defined(SPARC_T4_MONT)
    +    if (t4) {
    +        typedef int (*bn_pwr5_mont_f) (BN_ULONG *tp, const BN_ULONG *np,
    +                                       const BN_ULONG *n0, const void *table,
    +                                       int power, int bits);
    +        int bn_pwr5_mont_t4_8(BN_ULONG *tp, const BN_ULONG *np,
    +                              const BN_ULONG *n0, const void *table,
    +                              int power, int bits);
    +        int bn_pwr5_mont_t4_16(BN_ULONG *tp, const BN_ULONG *np,
    +                               const BN_ULONG *n0, const void *table,
    +                               int power, int bits);
    +        int bn_pwr5_mont_t4_24(BN_ULONG *tp, const BN_ULONG *np,
    +                               const BN_ULONG *n0, const void *table,
    +                               int power, int bits);
    +        int bn_pwr5_mont_t4_32(BN_ULONG *tp, const BN_ULONG *np,
    +                               const BN_ULONG *n0, const void *table,
    +                               int power, int bits);
    +        static const bn_pwr5_mont_f pwr5_funcs[4] = {
    +            bn_pwr5_mont_t4_8, bn_pwr5_mont_t4_16,
    +            bn_pwr5_mont_t4_24, bn_pwr5_mont_t4_32
    +        };
    +        bn_pwr5_mont_f pwr5_worker = pwr5_funcs[top / 16 - 1];
    +
    +        typedef int (*bn_mul_mont_f) (BN_ULONG *rp, const BN_ULONG *ap,
    +                                      const void *bp, const BN_ULONG *np,
    +                                      const BN_ULONG *n0);
    +        int bn_mul_mont_t4_8(BN_ULONG *rp, const BN_ULONG *ap, const void *bp,
    +                             const BN_ULONG *np, const BN_ULONG *n0);
    +        int bn_mul_mont_t4_16(BN_ULONG *rp, const BN_ULONG *ap,
    +                              const void *bp, const BN_ULONG *np,
    +                              const BN_ULONG *n0);
    +        int bn_mul_mont_t4_24(BN_ULONG *rp, const BN_ULONG *ap,
    +                              const void *bp, const BN_ULONG *np,
    +                              const BN_ULONG *n0);
    +        int bn_mul_mont_t4_32(BN_ULONG *rp, const BN_ULONG *ap,
    +                              const void *bp, const BN_ULONG *np,
    +                              const BN_ULONG *n0);
    +        static const bn_mul_mont_f mul_funcs[4] = {
    +            bn_mul_mont_t4_8, bn_mul_mont_t4_16,
    +            bn_mul_mont_t4_24, bn_mul_mont_t4_32
    +        };
    +        bn_mul_mont_f mul_worker = mul_funcs[top / 16 - 1];
    +
    +        void bn_mul_mont_vis3(BN_ULONG *rp, const BN_ULONG *ap,
    +                              const void *bp, const BN_ULONG *np,
    +                              const BN_ULONG *n0, int num);
    +        void bn_mul_mont_t4(BN_ULONG *rp, const BN_ULONG *ap,
    +                            const void *bp, const BN_ULONG *np,
    +                            const BN_ULONG *n0, int num);
    +        void bn_mul_mont_gather5_t4(BN_ULONG *rp, const BN_ULONG *ap,
    +                                    const void *table, const BN_ULONG *np,
    +                                    const BN_ULONG *n0, int num, int power);
    +        void bn_flip_n_scatter5_t4(const BN_ULONG *inp, size_t num,
    +                                   void *table, size_t power);
    +        void bn_gather5_t4(BN_ULONG *out, size_t num,
    +                           void *table, size_t power);
    +        void bn_flip_t4(BN_ULONG *dst, BN_ULONG *src, size_t num);
    +
    +        BN_ULONG *np = mont->N.d, *n0 = mont->n0;
    +        int stride = 5 * (6 - (top / 16 - 1)); /* multiple of 5, but less
    +                                                * than 32 */
    +
    +        /*
    +         * BN_to_montgomery can contaminate words above .top [in
    +         * BN_DEBUG[_DEBUG] build]...
    +         */
    +        for (i = am.top; i < top; i++)
    +            am.d[i] = 0;
    +        for (i = tmp.top; i < top; i++)
    +            tmp.d[i] = 0;
    +
    +        bn_flip_n_scatter5_t4(tmp.d, top, powerbuf, 0);
    +        bn_flip_n_scatter5_t4(am.d, top, powerbuf, 1);
    +        if (!(*mul_worker) (tmp.d, am.d, am.d, np, n0) &&
    +            !(*mul_worker) (tmp.d, am.d, am.d, np, n0))
    +            bn_mul_mont_vis3(tmp.d, am.d, am.d, np, n0, top);
    +        bn_flip_n_scatter5_t4(tmp.d, top, powerbuf, 2);
    +
    +        for (i = 3; i < 32; i++) {
    +            /* Calculate a^i = a^(i-1) * a */
    +            if (!(*mul_worker) (tmp.d, tmp.d, am.d, np, n0) &&
    +                !(*mul_worker) (tmp.d, tmp.d, am.d, np, n0))
    +                bn_mul_mont_vis3(tmp.d, tmp.d, am.d, np, n0, top);
    +            bn_flip_n_scatter5_t4(tmp.d, top, powerbuf, i);
    +        }
    +
    +        /* switch to 64-bit domain */
    +        np = alloca(top * sizeof(BN_ULONG));
    +        top /= 2;
    +        bn_flip_t4(np, mont->N.d, top);
    +
    +        bits--;
    +        for (wvalue = 0, i = bits % 5; i >= 0; i--, bits--)
    +            wvalue = (wvalue << 1) + BN_is_bit_set(p, bits);
    +        bn_gather5_t4(tmp.d, top, powerbuf, wvalue);
    +
    +        /*
    +         * Scan the exponent one window at a time starting from the most
    +         * significant bits.
    +         */
    +        while (bits >= 0) {
    +            if (bits < stride)
    +                stride = bits + 1;
    +            bits -= stride;
    +            wvalue = bn_get_bits(p, bits + 1);
    +
    +            if ((*pwr5_worker) (tmp.d, np, n0, powerbuf, wvalue, stride))
    +                continue;
    +            /* retry once and fall back */
    +            if ((*pwr5_worker) (tmp.d, np, n0, powerbuf, wvalue, stride))
    +                continue;
    +
    +            bits += stride - 5;
    +            wvalue >>= stride - 5;
    +            wvalue &= 31;
    +            bn_mul_mont_t4(tmp.d, tmp.d, tmp.d, np, n0, top);
    +            bn_mul_mont_t4(tmp.d, tmp.d, tmp.d, np, n0, top);
    +            bn_mul_mont_t4(tmp.d, tmp.d, tmp.d, np, n0, top);
    +            bn_mul_mont_t4(tmp.d, tmp.d, tmp.d, np, n0, top);
    +            bn_mul_mont_t4(tmp.d, tmp.d, tmp.d, np, n0, top);
    +            bn_mul_mont_gather5_t4(tmp.d, tmp.d, powerbuf, np, n0, top,
    +                                   wvalue);
    +        }
    +
    +        bn_flip_t4(tmp.d, tmp.d, top);
    +        top *= 2;
    +        /* back to 32-bit domain */
    +        tmp.top = top;
    +        bn_correct_top(&tmp);
    +        OPENSSL_cleanse(np, top * sizeof(BN_ULONG));
    +    } else
    +#endif
     #if defined(OPENSSL_BN_ASM_MONT5)
    -    /* This optimization uses ideas from http://eprint.iacr.org/2011/239,
    -     * specifically optimization of cache-timing attack countermeasures
    -     * and pre-computation optimization. */
    -
    -    /* Dedicated window==4 case improves 512-bit RSA sign by ~15%, but as
    -     * 512-bit RSA is hardly relevant, we omit it to spare size... */ 
    -    if (window==5 && top>1)
    -	{
    -	void bn_mul_mont_gather5(BN_ULONG *rp,const BN_ULONG *ap,
    -			const void *table,const BN_ULONG *np,
    -			const BN_ULONG *n0,int num,int power);
    -	void bn_scatter5(const BN_ULONG *inp,size_t num,
    -			void *table,size_t power);
    -	void bn_gather5(BN_ULONG *out,size_t num,
    -			void *table,size_t power);
    -
    -	BN_ULONG *np=mont->N.d, *n0=mont->n0;
    -
    -	/* BN_to_montgomery can contaminate words above .top
    -	 * [in BN_DEBUG[_DEBUG] build]... */
    -	for (i=am.top; i 1) {
    +        /*
    +         * This optimization uses ideas from http://eprint.iacr.org/2011/239,
    +         * specifically optimization of cache-timing attack countermeasures
    +         * and pre-computation optimization.
    +         */
    +
    +        /*
    +         * Dedicated window==4 case improves 512-bit RSA sign by ~15%, but as
    +         * 512-bit RSA is hardly relevant, we omit it to spare size...
    +         */
    +        void bn_mul_mont_gather5(BN_ULONG *rp, const BN_ULONG *ap,
    +                                 const void *table, const BN_ULONG *np,
    +                                 const BN_ULONG *n0, int num, int power);
    +        void bn_scatter5(const BN_ULONG *inp, size_t num,
    +                         void *table, size_t power);
    +        void bn_gather5(BN_ULONG *out, size_t num, void *table, size_t power);
    +        void bn_power5(BN_ULONG *rp, const BN_ULONG *ap,
    +                       const void *table, const BN_ULONG *np,
    +                       const BN_ULONG *n0, int num, int power);
    +        int bn_get_bits5(const BN_ULONG *ap, int off);
    +        int bn_from_montgomery(BN_ULONG *rp, const BN_ULONG *ap,
    +                               const BN_ULONG *not_used, const BN_ULONG *np,
    +                               const BN_ULONG *n0, int num);
    +
    +        BN_ULONG *np = mont->N.d, *n0 = mont->n0, *np2;
    +
    +        /*
    +         * BN_to_montgomery can contaminate words above .top [in
    +         * BN_DEBUG[_DEBUG] build]...
    +         */
    +        for (i = am.top; i < top; i++)
    +            am.d[i] = 0;
    +        for (i = tmp.top; i < top; i++)
    +            tmp.d[i] = 0;
    +
    +        if (top & 7)
    +            np2 = np;
    +        else
    +            for (np2 = am.d + top, i = 0; i < top; i++)
    +                np2[2 * i] = np[i];
    +
    +        bn_scatter5(tmp.d, top, powerbuf, 0);
    +        bn_scatter5(am.d, am.top, powerbuf, 1);
    +        bn_mul_mont(tmp.d, am.d, am.d, np, n0, top);
    +        bn_scatter5(tmp.d, top, powerbuf, 2);
    +
    +# if 0
    +        for (i = 3; i < 32; i++) {
    +            /* Calculate a^i = a^(i-1) * a */
    +            bn_mul_mont_gather5(tmp.d, am.d, powerbuf, np2, n0, top, i - 1);
    +            bn_scatter5(tmp.d, top, powerbuf, i);
    +        }
    +# else
    +        /* same as above, but uses squaring for 1/2 of operations */
    +        for (i = 4; i < 32; i *= 2) {
    +            bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
    +            bn_scatter5(tmp.d, top, powerbuf, i);
    +        }
    +        for (i = 3; i < 8; i += 2) {
    +            int j;
    +            bn_mul_mont_gather5(tmp.d, am.d, powerbuf, np2, n0, top, i - 1);
    +            bn_scatter5(tmp.d, top, powerbuf, i);
    +            for (j = 2 * i; j < 32; j *= 2) {
    +                bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
    +                bn_scatter5(tmp.d, top, powerbuf, j);
    +            }
    +        }
    +        for (; i < 16; i += 2) {
    +            bn_mul_mont_gather5(tmp.d, am.d, powerbuf, np2, n0, top, i - 1);
    +            bn_scatter5(tmp.d, top, powerbuf, i);
    +            bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
    +            bn_scatter5(tmp.d, top, powerbuf, 2 * i);
    +        }
    +        for (; i < 32; i += 2) {
    +            bn_mul_mont_gather5(tmp.d, am.d, powerbuf, np2, n0, top, i - 1);
    +            bn_scatter5(tmp.d, top, powerbuf, i);
    +        }
    +# endif
    +        bits--;
    +        for (wvalue = 0, i = bits % 5; i >= 0; i--, bits--)
    +            wvalue = (wvalue << 1) + BN_is_bit_set(p, bits);
    +        bn_gather5(tmp.d, top, powerbuf, wvalue);
    +
    +        /*
    +         * Scan the exponent one window at a time starting from the most
    +         * significant bits.
    +         */
    +        if (top & 7)
    +            while (bits >= 0) {
    +                for (wvalue = 0, i = 0; i < 5; i++, bits--)
    +                    wvalue = (wvalue << 1) + BN_is_bit_set(p, bits);
    +
    +                bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
    +                bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
    +                bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
    +                bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
    +                bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
    +                bn_mul_mont_gather5(tmp.d, tmp.d, powerbuf, np, n0, top,
    +                                    wvalue);
    +        } else {
    +            while (bits >= 0) {
    +                wvalue = bn_get_bits5(p->d, bits - 4);
    +                bits -= 5;
    +                bn_power5(tmp.d, tmp.d, powerbuf, np2, n0, top, wvalue);
    +            }
    +        }
    +
    +        ret = bn_from_montgomery(tmp.d, tmp.d, NULL, np2, n0, top);
    +        tmp.top = top;
    +        bn_correct_top(&tmp);
    +        if (ret) {
    +            if (!BN_copy(rr, &tmp))
    +                ret = 0;
    +            goto err;           /* non-zero ret means it's not error */
    +        }
    +    } else
     #endif
    -	bits--;
    -	for (wvalue=0, i=bits%5; i>=0; i--,bits--)
    -		wvalue = (wvalue<<1)+BN_is_bit_set(p,bits);
    -	bn_gather5(tmp.d,top,powerbuf,wvalue);
    -
    -	/* Scan the exponent one window at a time starting from the most
    -	 * significant bits.
    -	 */
    -	while (bits >= 0)
    -		{
    -		for (wvalue=0, i=0; i<5; i++,bits--)
    -			wvalue = (wvalue<<1)+BN_is_bit_set(p,bits);
    -
    -		bn_mul_mont(tmp.d,tmp.d,tmp.d,np,n0,top);
    -		bn_mul_mont(tmp.d,tmp.d,tmp.d,np,n0,top);
    -		bn_mul_mont(tmp.d,tmp.d,tmp.d,np,n0,top);
    -		bn_mul_mont(tmp.d,tmp.d,tmp.d,np,n0,top);
    -		bn_mul_mont(tmp.d,tmp.d,tmp.d,np,n0,top);
    -		bn_mul_mont_gather5(tmp.d,tmp.d,powerbuf,np,n0,top,wvalue);
    -		}
    -
    -	tmp.top=top;
    -	bn_correct_top(&tmp);
    -	}
    -    else
    +    {
    +        if (!MOD_EXP_CTIME_COPY_TO_PREBUF(&tmp, top, powerbuf, 0, numPowers))
    +            goto err;
    +        if (!MOD_EXP_CTIME_COPY_TO_PREBUF(&am, top, powerbuf, 1, numPowers))
    +            goto err;
    +
    +        /*
    +         * If the window size is greater than 1, then calculate
    +         * val[i=2..2^winsize-1]. Powers are computed as a*a^(i-1) (even
    +         * powers could instead be computed as (a^(i/2))^2 to use the slight
    +         * performance advantage of sqr over mul).
    +         */
    +        if (window > 1) {
    +            if (!BN_mod_mul_montgomery(&tmp, &am, &am, mont, ctx))
    +                goto err;
    +            if (!MOD_EXP_CTIME_COPY_TO_PREBUF
    +                (&tmp, top, powerbuf, 2, numPowers))
    +                goto err;
    +            for (i = 3; i < numPowers; i++) {
    +                /* Calculate a^i = a^(i-1) * a */
    +                if (!BN_mod_mul_montgomery(&tmp, &am, &tmp, mont, ctx))
    +                    goto err;
    +                if (!MOD_EXP_CTIME_COPY_TO_PREBUF
    +                    (&tmp, top, powerbuf, i, numPowers))
    +                    goto err;
    +            }
    +        }
    +
    +        bits--;
    +        for (wvalue = 0, i = bits % window; i >= 0; i--, bits--)
    +            wvalue = (wvalue << 1) + BN_is_bit_set(p, bits);
    +        if (!MOD_EXP_CTIME_COPY_FROM_PREBUF
    +            (&tmp, top, powerbuf, wvalue, numPowers))
    +            goto err;
    +
    +        /*
    +         * Scan the exponent one window at a time starting from the most
    +         * significant bits.
    +         */
    +        while (bits >= 0) {
    +            wvalue = 0;         /* The 'value' of the window */
    +
    +            /* Scan the window, squaring the result as we go */
    +            for (i = 0; i < window; i++, bits--) {
    +                if (!BN_mod_mul_montgomery(&tmp, &tmp, &tmp, mont, ctx))
    +                    goto err;
    +                wvalue = (wvalue << 1) + BN_is_bit_set(p, bits);
    +            }
    +
    +            /*
    +             * Fetch the appropriate pre-computed value from the pre-buf
    +             */
    +            if (!MOD_EXP_CTIME_COPY_FROM_PREBUF
    +                (&am, top, powerbuf, wvalue, numPowers))
    +                goto err;
    +
    +            /* Multiply the result into the intermediate result */
    +            if (!BN_mod_mul_montgomery(&tmp, &tmp, &am, mont, ctx))
    +                goto err;
    +        }
    +    }
    +
    +    /* Convert the final result from montgomery to standard format */
    +#if defined(SPARC_T4_MONT)
    +    if (OPENSSL_sparcv9cap_P[0] & (SPARCV9_VIS3 | SPARCV9_PREFER_FPU)) {
    +        am.d[0] = 1;            /* borrow am */
    +        for (i = 1; i < top; i++)
    +            am.d[i] = 0;
    +        if (!BN_mod_mul_montgomery(rr, &tmp, &am, mont, ctx))
    +            goto err;
    +    } else
     #endif
    -	{
    -	if (!MOD_EXP_CTIME_COPY_TO_PREBUF(&tmp, top, powerbuf, 0, numPowers)) goto err;
    -	if (!MOD_EXP_CTIME_COPY_TO_PREBUF(&am,  top, powerbuf, 1, numPowers)) goto err;
    -
    -	/* If the window size is greater than 1, then calculate
    -	 * val[i=2..2^winsize-1]. Powers are computed as a*a^(i-1)
    -	 * (even powers could instead be computed as (a^(i/2))^2
    -	 * to use the slight performance advantage of sqr over mul).
    -	 */
    -	if (window > 1)
    -		{
    -		if (!BN_mod_mul_montgomery(&tmp,&am,&am,mont,ctx))	goto err;
    -		if (!MOD_EXP_CTIME_COPY_TO_PREBUF(&tmp, top, powerbuf, 2, numPowers)) goto err;
    -		for (i=3; i=0; i--,bits--)
    -		wvalue = (wvalue<<1)+BN_is_bit_set(p,bits);
    -	if (!MOD_EXP_CTIME_COPY_FROM_PREBUF(&tmp,top,powerbuf,wvalue,numPowers)) goto err;
    - 
    -	/* Scan the exponent one window at a time starting from the most
    -	 * significant bits.
    -	 */
    - 	while (bits >= 0)
    -  		{
    - 		wvalue=0; /* The 'value' of the window */
    - 		
    - 		/* Scan the window, squaring the result as we go */
    - 		for (i=0; itop == 1)
    -		a %= m->d[0]; /* make sure that 'a' is reduced */
    -
    -	bits = BN_num_bits(p);
    -	if (bits == 0)
    -		{
    -		/* x**0 mod 1 is still zero. */
    -		if (BN_is_one(m))
    -			{
    -			ret = 1;
    -			BN_zero(rr);
    -			}
    -		else
    -			ret = BN_one(rr);
    -		return ret;
    -		}
    -	if (a == 0)
    -		{
    -		BN_zero(rr);
    -		ret = 1;
    -		return ret;
    -		}
    -
    -	BN_CTX_start(ctx);
    -	d = BN_CTX_get(ctx);
    -	r = BN_CTX_get(ctx);
    -	t = BN_CTX_get(ctx);
    -	if (d == NULL || r == NULL || t == NULL) goto err;
    -
    -	if (in_mont != NULL)
    -		mont=in_mont;
    -	else
    -		{
    -		if ((mont = BN_MONT_CTX_new()) == NULL) goto err;
    -		if (!BN_MONT_CTX_set(mont, m, ctx)) goto err;
    -		}
    -
    -	r_is_one = 1; /* except for Montgomery factor */
    -
    -	/* bits-1 >= 0 */
    -
    -	/* The result is accumulated in the product r*w. */
    -	w = a; /* bit 'bits-1' of 'p' is always set */
    -	for (b = bits-2; b >= 0; b--)
    -		{
    -		/* First, square r*w. */
    -		next_w = w*w;
    -		if ((next_w/w) != w) /* overflow */
    -			{
    -			if (r_is_one)
    -				{
    -				if (!BN_TO_MONTGOMERY_WORD(r, w, mont)) goto err;
    -				r_is_one = 0;
    -				}
    -			else
    -				{
    -				if (!BN_MOD_MUL_WORD(r, w, m)) goto err;
    -				}
    -			next_w = 1;
    -			}
    -		w = next_w;
    -		if (!r_is_one)
    -			{
    -			if (!BN_mod_mul_montgomery(r, r, r, mont, ctx)) goto err;
    -			}
    -
    -		/* Second, multiply r*w by 'a' if exponent bit is set. */
    -		if (BN_is_bit_set(p, b))
    -			{
    -			next_w = w*a;
    -			if ((next_w/a) != w) /* overflow */
    -				{
    -				if (r_is_one)
    -					{
    -					if (!BN_TO_MONTGOMERY_WORD(r, w, mont)) goto err;
    -					r_is_one = 0;
    -					}
    -				else
    -					{
    -					if (!BN_MOD_MUL_WORD(r, w, m)) goto err;
    -					}
    -				next_w = a;
    -				}
    -			w = next_w;
    -			}
    -		}
    -
    -	/* Finally, set r:=r*w. */
    -	if (w != 1)
    -		{
    -		if (r_is_one)
    -			{
    -			if (!BN_TO_MONTGOMERY_WORD(r, w, mont)) goto err;
    -			r_is_one = 0;
    -			}
    -		else
    -			{
    -			if (!BN_MOD_MUL_WORD(r, w, m)) goto err;
    -			}
    -		}
    -
    -	if (r_is_one) /* can happen only if a == 1*/
    -		{
    -		if (!BN_one(rr)) goto err;
    -		}
    -	else
    -		{
    -		if (!BN_from_montgomery(rr, r, mont, ctx)) goto err;
    -		}
    -	ret = 1;
    -err:
    -	if ((in_mont == NULL) && (mont != NULL)) BN_MONT_CTX_free(mont);
    -	BN_CTX_end(ctx);
    -	bn_check_top(rr);
    -	return(ret);
    -	}
    -
    +                (BN_set_word(r, (w)) && BN_to_montgomery(r, r, (mont), ctx))
    +
    +    if (BN_get_flags(p, BN_FLG_CONSTTIME) != 0) {
    +        /* BN_FLG_CONSTTIME only supported by BN_mod_exp_mont() */
    +        BNerr(BN_F_BN_MOD_EXP_MONT_WORD, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return -1;
    +    }
    +
    +    bn_check_top(p);
    +    bn_check_top(m);
    +
    +    if (!BN_is_odd(m)) {
    +        BNerr(BN_F_BN_MOD_EXP_MONT_WORD, BN_R_CALLED_WITH_EVEN_MODULUS);
    +        return (0);
    +    }
    +    if (m->top == 1)
    +        a %= m->d[0];           /* make sure that 'a' is reduced */
    +
    +    bits = BN_num_bits(p);
    +    if (bits == 0) {
    +        /* x**0 mod 1 is still zero. */
    +        if (BN_is_one(m)) {
    +            ret = 1;
    +            BN_zero(rr);
    +        } else
    +            ret = BN_one(rr);
    +        return ret;
    +    }
    +    if (a == 0) {
    +        BN_zero(rr);
    +        ret = 1;
    +        return ret;
    +    }
    +
    +    BN_CTX_start(ctx);
    +    d = BN_CTX_get(ctx);
    +    r = BN_CTX_get(ctx);
    +    t = BN_CTX_get(ctx);
    +    if (d == NULL || r == NULL || t == NULL)
    +        goto err;
    +
    +    if (in_mont != NULL)
    +        mont = in_mont;
    +    else {
    +        if ((mont = BN_MONT_CTX_new()) == NULL)
    +            goto err;
    +        if (!BN_MONT_CTX_set(mont, m, ctx))
    +            goto err;
    +    }
    +
    +    r_is_one = 1;               /* except for Montgomery factor */
    +
    +    /* bits-1 >= 0 */
    +
    +    /* The result is accumulated in the product r*w. */
    +    w = a;                      /* bit 'bits-1' of 'p' is always set */
    +    for (b = bits - 2; b >= 0; b--) {
    +        /* First, square r*w. */
    +        next_w = w * w;
    +        if ((next_w / w) != w) { /* overflow */
    +            if (r_is_one) {
    +                if (!BN_TO_MONTGOMERY_WORD(r, w, mont))
    +                    goto err;
    +                r_is_one = 0;
    +            } else {
    +                if (!BN_MOD_MUL_WORD(r, w, m))
    +                    goto err;
    +            }
    +            next_w = 1;
    +        }
    +        w = next_w;
    +        if (!r_is_one) {
    +            if (!BN_mod_mul_montgomery(r, r, r, mont, ctx))
    +                goto err;
    +        }
    +
    +        /* Second, multiply r*w by 'a' if exponent bit is set. */
    +        if (BN_is_bit_set(p, b)) {
    +            next_w = w * a;
    +            if ((next_w / a) != w) { /* overflow */
    +                if (r_is_one) {
    +                    if (!BN_TO_MONTGOMERY_WORD(r, w, mont))
    +                        goto err;
    +                    r_is_one = 0;
    +                } else {
    +                    if (!BN_MOD_MUL_WORD(r, w, m))
    +                        goto err;
    +                }
    +                next_w = a;
    +            }
    +            w = next_w;
    +        }
    +    }
    +
    +    /* Finally, set r:=r*w. */
    +    if (w != 1) {
    +        if (r_is_one) {
    +            if (!BN_TO_MONTGOMERY_WORD(r, w, mont))
    +                goto err;
    +            r_is_one = 0;
    +        } else {
    +            if (!BN_MOD_MUL_WORD(r, w, m))
    +                goto err;
    +        }
    +    }
    +
    +    if (r_is_one) {             /* can happen only if a == 1 */
    +        if (!BN_one(rr))
    +            goto err;
    +    } else {
    +        if (!BN_from_montgomery(rr, r, mont, ctx))
    +            goto err;
    +    }
    +    ret = 1;
    + err:
    +    if ((in_mont == NULL) && (mont != NULL))
    +        BN_MONT_CTX_free(mont);
    +    BN_CTX_end(ctx);
    +    bn_check_top(rr);
    +    return (ret);
    +}
     
     /* The old fallback, simple version :-) */
     int BN_mod_exp_simple(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    -		const BIGNUM *m, BN_CTX *ctx)
    -	{
    -	int i,j,bits,ret=0,wstart,wend,window,wvalue;
    -	int start=1;
    -	BIGNUM *d;
    -	/* Table of variables obtained from 'ctx' */
    -	BIGNUM *val[TABLE_SIZE];
    -
    -	if (BN_get_flags(p, BN_FLG_CONSTTIME) != 0)
    -		{
    -		/* BN_FLG_CONSTTIME only supported by BN_mod_exp_mont() */
    -		BNerr(BN_F_BN_MOD_EXP_SIMPLE,ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return -1;
    -		}
    -
    -	bits=BN_num_bits(p);
    -
    -	if (bits == 0)
    -		{
    -		ret = BN_one(r);
    -		return ret;
    -		}
    -
    -	BN_CTX_start(ctx);
    -	d = BN_CTX_get(ctx);
    -	val[0] = BN_CTX_get(ctx);
    -	if(!d || !val[0]) goto err;
    -
    -	if (!BN_nnmod(val[0],a,m,ctx)) goto err;		/* 1 */
    -	if (BN_is_zero(val[0]))
    -		{
    -		BN_zero(r);
    -		ret = 1;
    -		goto err;
    -		}
    -
    -	window = BN_window_bits_for_exponent_size(bits);
    -	if (window > 1)
    -		{
    -		if (!BN_mod_mul(d,val[0],val[0],m,ctx))
    -			goto err;				/* 2 */
    -		j=1<<(window-1);
    -		for (i=1; i>1],m,ctx))
    -			goto err;
    -
    -		/* move the 'window' down further */
    -		wstart-=wend+1;
    -		wvalue=0;
    -		start=0;
    -		if (wstart < 0) break;
    -		}
    -	ret=1;
    -err:
    -	BN_CTX_end(ctx);
    -	bn_check_top(r);
    -	return(ret);
    -	}
    +                      const BIGNUM *m, BN_CTX *ctx)
    +{
    +    int i, j, bits, ret = 0, wstart, wend, window, wvalue;
    +    int start = 1;
    +    BIGNUM *d;
    +    /* Table of variables obtained from 'ctx' */
    +    BIGNUM *val[TABLE_SIZE];
    +
    +    if (BN_get_flags(p, BN_FLG_CONSTTIME) != 0) {
    +        /* BN_FLG_CONSTTIME only supported by BN_mod_exp_mont() */
    +        BNerr(BN_F_BN_MOD_EXP_SIMPLE, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return -1;
    +    }
    +
    +    bits = BN_num_bits(p);
    +
    +    if (bits == 0) {
    +        ret = BN_one(r);
    +        return ret;
    +    }
    +
    +    BN_CTX_start(ctx);
    +    d = BN_CTX_get(ctx);
    +    val[0] = BN_CTX_get(ctx);
    +    if (!d || !val[0])
    +        goto err;
    +
    +    if (!BN_nnmod(val[0], a, m, ctx))
    +        goto err;               /* 1 */
    +    if (BN_is_zero(val[0])) {
    +        BN_zero(r);
    +        ret = 1;
    +        goto err;
    +    }
    +
    +    window = BN_window_bits_for_exponent_size(bits);
    +    if (window > 1) {
    +        if (!BN_mod_mul(d, val[0], val[0], m, ctx))
    +            goto err;           /* 2 */
    +        j = 1 << (window - 1);
    +        for (i = 1; i < j; i++) {
    +            if (((val[i] = BN_CTX_get(ctx)) == NULL) ||
    +                !BN_mod_mul(val[i], val[i - 1], d, m, ctx))
    +                goto err;
    +        }
    +    }
    +
    +    start = 1;                  /* This is used to avoid multiplication etc
    +                                 * when there is only the value '1' in the
    +                                 * buffer. */
    +    wvalue = 0;                 /* The 'value' of the window */
    +    wstart = bits - 1;          /* The top bit of the window */
    +    wend = 0;                   /* The bottom bit of the window */
    +
    +    if (!BN_one(r))
    +        goto err;
    +
    +    for (;;) {
    +        if (BN_is_bit_set(p, wstart) == 0) {
    +            if (!start)
    +                if (!BN_mod_mul(r, r, r, m, ctx))
    +                    goto err;
    +            if (wstart == 0)
    +                break;
    +            wstart--;
    +            continue;
    +        }
    +        /*
    +         * We now have wstart on a 'set' bit, we now need to work out how bit
    +         * a window to do.  To do this we need to scan forward until the last
    +         * set bit before the end of the window
    +         */
    +        j = wstart;
    +        wvalue = 1;
    +        wend = 0;
    +        for (i = 1; i < window; i++) {
    +            if (wstart - i < 0)
    +                break;
    +            if (BN_is_bit_set(p, wstart - i)) {
    +                wvalue <<= (i - wend);
    +                wvalue |= 1;
    +                wend = i;
    +            }
    +        }
    +
    +        /* wend is the size of the current window */
    +        j = wend + 1;
    +        /* add the 'bytes above' */
    +        if (!start)
    +            for (i = 0; i < j; i++) {
    +                if (!BN_mod_mul(r, r, r, m, ctx))
    +                    goto err;
    +            }
    +
    +        /* wvalue will be an odd number < 2^window */
    +        if (!BN_mod_mul(r, r, val[wvalue >> 1], m, ctx))
    +            goto err;
    +
    +        /* move the 'window' down further */
    +        wstart -= wend + 1;
    +        wvalue = 0;
    +        start = 0;
    +        if (wstart < 0)
    +            break;
    +    }
    +    ret = 1;
    + err:
    +    BN_CTX_end(ctx);
    +    bn_check_top(r);
    +    return (ret);
    +}
    diff --git a/openssl/crypto/bn/bn_exp2.c b/openssl/crypto/bn/bn_exp2.c
    index bd0c34b91..43fd2044c 100644
    --- a/openssl/crypto/bn/bn_exp2.c
    +++ b/openssl/crypto/bn/bn_exp2.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,7 +63,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -113,200 +113,191 @@
     #include "cryptlib.h"
     #include "bn_lcl.h"
     
    -#define TABLE_SIZE	32
    +#define TABLE_SIZE      32
     
     int BN_mod_exp2_mont(BIGNUM *rr, const BIGNUM *a1, const BIGNUM *p1,
    -	const BIGNUM *a2, const BIGNUM *p2, const BIGNUM *m,
    -	BN_CTX *ctx, BN_MONT_CTX *in_mont)
    -	{
    -	int i,j,bits,b,bits1,bits2,ret=0,wpos1,wpos2,window1,window2,wvalue1,wvalue2;
    -	int r_is_one=1;
    -	BIGNUM *d,*r;
    -	const BIGNUM *a_mod_m;
    -	/* Tables of variables obtained from 'ctx' */
    -	BIGNUM *val1[TABLE_SIZE], *val2[TABLE_SIZE];
    -	BN_MONT_CTX *mont=NULL;
    +                     const BIGNUM *a2, const BIGNUM *p2, const BIGNUM *m,
    +                     BN_CTX *ctx, BN_MONT_CTX *in_mont)
    +{
    +    int i, j, bits, b, bits1, bits2, ret =
    +        0, wpos1, wpos2, window1, window2, wvalue1, wvalue2;
    +    int r_is_one = 1;
    +    BIGNUM *d, *r;
    +    const BIGNUM *a_mod_m;
    +    /* Tables of variables obtained from 'ctx' */
    +    BIGNUM *val1[TABLE_SIZE], *val2[TABLE_SIZE];
    +    BN_MONT_CTX *mont = NULL;
    +
    +    bn_check_top(a1);
    +    bn_check_top(p1);
    +    bn_check_top(a2);
    +    bn_check_top(p2);
    +    bn_check_top(m);
    +
    +    if (!(m->d[0] & 1)) {
    +        BNerr(BN_F_BN_MOD_EXP2_MONT, BN_R_CALLED_WITH_EVEN_MODULUS);
    +        return (0);
    +    }
    +    bits1 = BN_num_bits(p1);
    +    bits2 = BN_num_bits(p2);
    +    if ((bits1 == 0) && (bits2 == 0)) {
    +        ret = BN_one(rr);
    +        return ret;
    +    }
     
    -	bn_check_top(a1);
    -	bn_check_top(p1);
    -	bn_check_top(a2);
    -	bn_check_top(p2);
    -	bn_check_top(m);
    +    bits = (bits1 > bits2) ? bits1 : bits2;
     
    -	if (!(m->d[0] & 1))
    -		{
    -		BNerr(BN_F_BN_MOD_EXP2_MONT,BN_R_CALLED_WITH_EVEN_MODULUS);
    -		return(0);
    -		}
    -	bits1=BN_num_bits(p1);
    -	bits2=BN_num_bits(p2);
    -	if ((bits1 == 0) && (bits2 == 0))
    -		{
    -		ret = BN_one(rr);
    -		return ret;
    -		}
    -	
    -	bits=(bits1 > bits2)?bits1:bits2;
    +    BN_CTX_start(ctx);
    +    d = BN_CTX_get(ctx);
    +    r = BN_CTX_get(ctx);
    +    val1[0] = BN_CTX_get(ctx);
    +    val2[0] = BN_CTX_get(ctx);
    +    if (!d || !r || !val1[0] || !val2[0])
    +        goto err;
     
    -	BN_CTX_start(ctx);
    -	d = BN_CTX_get(ctx);
    -	r = BN_CTX_get(ctx);
    -	val1[0] = BN_CTX_get(ctx);
    -	val2[0] = BN_CTX_get(ctx);
    -	if(!d || !r || !val1[0] || !val2[0]) goto err;
    +    if (in_mont != NULL)
    +        mont = in_mont;
    +    else {
    +        if ((mont = BN_MONT_CTX_new()) == NULL)
    +            goto err;
    +        if (!BN_MONT_CTX_set(mont, m, ctx))
    +            goto err;
    +    }
     
    -	if (in_mont != NULL)
    -		mont=in_mont;
    -	else
    -		{
    -		if ((mont=BN_MONT_CTX_new()) == NULL) goto err;
    -		if (!BN_MONT_CTX_set(mont,m,ctx)) goto err;
    -		}
    +    window1 = BN_window_bits_for_exponent_size(bits1);
    +    window2 = BN_window_bits_for_exponent_size(bits2);
     
    -	window1 = BN_window_bits_for_exponent_size(bits1);
    -	window2 = BN_window_bits_for_exponent_size(bits2);
    +    /*
    +     * Build table for a1:   val1[i] := a1^(2*i + 1) mod m  for i = 0 .. 2^(window1-1)
    +     */
    +    if (a1->neg || BN_ucmp(a1, m) >= 0) {
    +        if (!BN_mod(val1[0], a1, m, ctx))
    +            goto err;
    +        a_mod_m = val1[0];
    +    } else
    +        a_mod_m = a1;
    +    if (BN_is_zero(a_mod_m)) {
    +        BN_zero(rr);
    +        ret = 1;
    +        goto err;
    +    }
     
    -	/*
    -	 * Build table for a1:   val1[i] := a1^(2*i + 1) mod m  for i = 0 .. 2^(window1-1)
    -	 */
    -	if (a1->neg || BN_ucmp(a1,m) >= 0)
    -		{
    -		if (!BN_mod(val1[0],a1,m,ctx))
    -			goto err;
    -		a_mod_m = val1[0];
    -		}
    -	else
    -		a_mod_m = a1;
    -	if (BN_is_zero(a_mod_m))
    -		{
    -		BN_zero(rr);
    -		ret = 1;
    -		goto err;
    -		}
    +    if (!BN_to_montgomery(val1[0], a_mod_m, mont, ctx))
    +        goto err;
    +    if (window1 > 1) {
    +        if (!BN_mod_mul_montgomery(d, val1[0], val1[0], mont, ctx))
    +            goto err;
     
    -	if (!BN_to_montgomery(val1[0],a_mod_m,mont,ctx)) goto err;
    -	if (window1 > 1)
    -		{
    -		if (!BN_mod_mul_montgomery(d,val1[0],val1[0],mont,ctx)) goto err;
    +        j = 1 << (window1 - 1);
    +        for (i = 1; i < j; i++) {
    +            if (((val1[i] = BN_CTX_get(ctx)) == NULL) ||
    +                !BN_mod_mul_montgomery(val1[i], val1[i - 1], d, mont, ctx))
    +                goto err;
    +        }
    +    }
     
    -		j=1<<(window1-1);
    -		for (i=1; ineg || BN_ucmp(a2, m) >= 0) {
    +        if (!BN_mod(val2[0], a2, m, ctx))
    +            goto err;
    +        a_mod_m = val2[0];
    +    } else
    +        a_mod_m = a2;
    +    if (BN_is_zero(a_mod_m)) {
    +        BN_zero(rr);
    +        ret = 1;
    +        goto err;
    +    }
    +    if (!BN_to_montgomery(val2[0], a_mod_m, mont, ctx))
    +        goto err;
    +    if (window2 > 1) {
    +        if (!BN_mod_mul_montgomery(d, val2[0], val2[0], mont, ctx))
    +            goto err;
     
    +        j = 1 << (window2 - 1);
    +        for (i = 1; i < j; i++) {
    +            if (((val2[i] = BN_CTX_get(ctx)) == NULL) ||
    +                !BN_mod_mul_montgomery(val2[i], val2[i - 1], d, mont, ctx))
    +                goto err;
    +        }
    +    }
     
    -	/*
    -	 * Build table for a2:   val2[i] := a2^(2*i + 1) mod m  for i = 0 .. 2^(window2-1)
    -	 */
    -	if (a2->neg || BN_ucmp(a2,m) >= 0)
    -		{
    -		if (!BN_mod(val2[0],a2,m,ctx))
    -			goto err;
    -		a_mod_m = val2[0];
    -		}
    -	else
    -		a_mod_m = a2;
    -	if (BN_is_zero(a_mod_m))
    -		{
    -		BN_zero(rr);
    -		ret = 1;
    -		goto err;
    -		}
    -	if (!BN_to_montgomery(val2[0],a_mod_m,mont,ctx)) goto err;
    -	if (window2 > 1)
    -		{
    -		if (!BN_mod_mul_montgomery(d,val2[0],val2[0],mont,ctx)) goto err;
    +    /* Now compute the power product, using independent windows. */
    +    r_is_one = 1;
    +    wvalue1 = 0;                /* The 'value' of the first window */
    +    wvalue2 = 0;                /* The 'value' of the second window */
    +    wpos1 = 0;                  /* If wvalue1 > 0, the bottom bit of the
    +                                 * first window */
    +    wpos2 = 0;                  /* If wvalue2 > 0, the bottom bit of the
    +                                 * second window */
     
    -		j=1<<(window2-1);
    -		for (i=1; i= 0; b--) {
    +        if (!r_is_one) {
    +            if (!BN_mod_mul_montgomery(r, r, r, mont, ctx))
    +                goto err;
    +        }
     
    +        if (!wvalue1)
    +            if (BN_is_bit_set(p1, b)) {
    +                /*
    +                 * consider bits b-window1+1 .. b for this window
    +                 */
    +                i = b - window1 + 1;
    +                while (!BN_is_bit_set(p1, i)) /* works for i<0 */
    +                    i++;
    +                wpos1 = i;
    +                wvalue1 = 1;
    +                for (i = b - 1; i >= wpos1; i--) {
    +                    wvalue1 <<= 1;
    +                    if (BN_is_bit_set(p1, i))
    +                        wvalue1++;
    +                }
    +            }
     
    -	/* Now compute the power product, using independent windows. */
    -	r_is_one=1;
    -	wvalue1=0;  /* The 'value' of the first window */
    -	wvalue2=0;  /* The 'value' of the second window */
    -	wpos1=0;    /* If wvalue1 > 0, the bottom bit of the first window */
    -	wpos2=0;    /* If wvalue2 > 0, the bottom bit of the second window */
    +        if (!wvalue2)
    +            if (BN_is_bit_set(p2, b)) {
    +                /*
    +                 * consider bits b-window2+1 .. b for this window
    +                 */
    +                i = b - window2 + 1;
    +                while (!BN_is_bit_set(p2, i))
    +                    i++;
    +                wpos2 = i;
    +                wvalue2 = 1;
    +                for (i = b - 1; i >= wpos2; i--) {
    +                    wvalue2 <<= 1;
    +                    if (BN_is_bit_set(p2, i))
    +                        wvalue2++;
    +                }
    +            }
     
    -	if (!BN_to_montgomery(r,BN_value_one(),mont,ctx)) goto err;
    -	for (b=bits-1; b>=0; b--)
    -		{
    -		if (!r_is_one)
    -			{
    -			if (!BN_mod_mul_montgomery(r,r,r,mont,ctx))
    -				goto err;
    -			}
    -		
    -		if (!wvalue1)
    -			if (BN_is_bit_set(p1, b))
    -				{
    -				/* consider bits b-window1+1 .. b for this window */
    -				i = b-window1+1;
    -				while (!BN_is_bit_set(p1, i)) /* works for i<0 */
    -					i++;
    -				wpos1 = i;
    -				wvalue1 = 1;
    -				for (i = b-1; i >= wpos1; i--)
    -					{
    -					wvalue1 <<= 1;
    -					if (BN_is_bit_set(p1, i))
    -						wvalue1++;
    -					}
    -				}
    -		
    -		if (!wvalue2)
    -			if (BN_is_bit_set(p2, b))
    -				{
    -				/* consider bits b-window2+1 .. b for this window */
    -				i = b-window2+1;
    -				while (!BN_is_bit_set(p2, i))
    -					i++;
    -				wpos2 = i;
    -				wvalue2 = 1;
    -				for (i = b-1; i >= wpos2; i--)
    -					{
    -					wvalue2 <<= 1;
    -					if (BN_is_bit_set(p2, i))
    -						wvalue2++;
    -					}
    -				}
    +        if (wvalue1 && b == wpos1) {
    +            /* wvalue1 is odd and < 2^window1 */
    +            if (!BN_mod_mul_montgomery(r, r, val1[wvalue1 >> 1], mont, ctx))
    +                goto err;
    +            wvalue1 = 0;
    +            r_is_one = 0;
    +        }
     
    -		if (wvalue1 && b == wpos1)
    -			{
    -			/* wvalue1 is odd and < 2^window1 */
    -			if (!BN_mod_mul_montgomery(r,r,val1[wvalue1>>1],mont,ctx))
    -				goto err;
    -			wvalue1 = 0;
    -			r_is_one = 0;
    -			}
    -		
    -		if (wvalue2 && b == wpos2)
    -			{
    -			/* wvalue2 is odd and < 2^window2 */
    -			if (!BN_mod_mul_montgomery(r,r,val2[wvalue2>>1],mont,ctx))
    -				goto err;
    -			wvalue2 = 0;
    -			r_is_one = 0;
    -			}
    -		}
    -	if (!BN_from_montgomery(rr,r,mont,ctx))
    -		goto err;
    -	ret=1;
    -err:
    -	if ((in_mont == NULL) && (mont != NULL)) BN_MONT_CTX_free(mont);
    -	BN_CTX_end(ctx);
    -	bn_check_top(rr);
    -	return(ret);
    -	}
    +        if (wvalue2 && b == wpos2) {
    +            /* wvalue2 is odd and < 2^window2 */
    +            if (!BN_mod_mul_montgomery(r, r, val2[wvalue2 >> 1], mont, ctx))
    +                goto err;
    +            wvalue2 = 0;
    +            r_is_one = 0;
    +        }
    +    }
    +    if (!BN_from_montgomery(rr, r, mont, ctx))
    +        goto err;
    +    ret = 1;
    + err:
    +    if ((in_mont == NULL) && (mont != NULL))
    +        BN_MONT_CTX_free(mont);
    +    BN_CTX_end(ctx);
    +    bn_check_top(rr);
    +    return (ret);
    +}
    diff --git a/openssl/crypto/bn/bn_gcd.c b/openssl/crypto/bn/bn_gcd.c
    index a808f5317..97c55ab72 100644
    --- a/openssl/crypto/bn/bn_gcd.c
    +++ b/openssl/crypto/bn/bn_gcd.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,7 +63,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -115,541 +115,586 @@
     static BIGNUM *euclid(BIGNUM *a, BIGNUM *b);
     
     int BN_gcd(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx)
    -	{
    -	BIGNUM *a,*b,*t;
    -	int ret=0;
    -
    -	bn_check_top(in_a);
    -	bn_check_top(in_b);
    -
    -	BN_CTX_start(ctx);
    -	a = BN_CTX_get(ctx);
    -	b = BN_CTX_get(ctx);
    -	if (a == NULL || b == NULL) goto err;
    -
    -	if (BN_copy(a,in_a) == NULL) goto err;
    -	if (BN_copy(b,in_b) == NULL) goto err;
    -	a->neg = 0;
    -	b->neg = 0;
    -
    -	if (BN_cmp(a,b) < 0) { t=a; a=b; b=t; }
    -	t=euclid(a,b);
    -	if (t == NULL) goto err;
    -
    -	if (BN_copy(r,t) == NULL) goto err;
    -	ret=1;
    -err:
    -	BN_CTX_end(ctx);
    -	bn_check_top(r);
    -	return(ret);
    -	}
    +{
    +    BIGNUM *a, *b, *t;
    +    int ret = 0;
    +
    +    bn_check_top(in_a);
    +    bn_check_top(in_b);
    +
    +    BN_CTX_start(ctx);
    +    a = BN_CTX_get(ctx);
    +    b = BN_CTX_get(ctx);
    +    if (a == NULL || b == NULL)
    +        goto err;
    +
    +    if (BN_copy(a, in_a) == NULL)
    +        goto err;
    +    if (BN_copy(b, in_b) == NULL)
    +        goto err;
    +    a->neg = 0;
    +    b->neg = 0;
    +
    +    if (BN_cmp(a, b) < 0) {
    +        t = a;
    +        a = b;
    +        b = t;
    +    }
    +    t = euclid(a, b);
    +    if (t == NULL)
    +        goto err;
    +
    +    if (BN_copy(r, t) == NULL)
    +        goto err;
    +    ret = 1;
    + err:
    +    BN_CTX_end(ctx);
    +    bn_check_top(r);
    +    return (ret);
    +}
     
     static BIGNUM *euclid(BIGNUM *a, BIGNUM *b)
    -	{
    -	BIGNUM *t;
    -	int shifts=0;
    -
    -	bn_check_top(a);
    -	bn_check_top(b);
    -
    -	/* 0 <= b <= a */
    -	while (!BN_is_zero(b))
    -		{
    -		/* 0 < b <= a */
    -
    -		if (BN_is_odd(a))
    -			{
    -			if (BN_is_odd(b))
    -				{
    -				if (!BN_sub(a,a,b)) goto err;
    -				if (!BN_rshift1(a,a)) goto err;
    -				if (BN_cmp(a,b) < 0)
    -					{ t=a; a=b; b=t; }
    -				}
    -			else		/* a odd - b even */
    -				{
    -				if (!BN_rshift1(b,b)) goto err;
    -				if (BN_cmp(a,b) < 0)
    -					{ t=a; a=b; b=t; }
    -				}
    -			}
    -		else			/* a is even */
    -			{
    -			if (BN_is_odd(b))
    -				{
    -				if (!BN_rshift1(a,a)) goto err;
    -				if (BN_cmp(a,b) < 0)
    -					{ t=a; a=b; b=t; }
    -				}
    -			else		/* a even - b even */
    -				{
    -				if (!BN_rshift1(a,a)) goto err;
    -				if (!BN_rshift1(b,b)) goto err;
    -				shifts++;
    -				}
    -			}
    -		/* 0 <= b <= a */
    -		}
    -
    -	if (shifts)
    -		{
    -		if (!BN_lshift(a,a,shifts)) goto err;
    -		}
    -	bn_check_top(a);
    -	return(a);
    -err:
    -	return(NULL);
    -	}
    -
    +{
    +    BIGNUM *t;
    +    int shifts = 0;
    +
    +    bn_check_top(a);
    +    bn_check_top(b);
    +
    +    /* 0 <= b <= a */
    +    while (!BN_is_zero(b)) {
    +        /* 0 < b <= a */
    +
    +        if (BN_is_odd(a)) {
    +            if (BN_is_odd(b)) {
    +                if (!BN_sub(a, a, b))
    +                    goto err;
    +                if (!BN_rshift1(a, a))
    +                    goto err;
    +                if (BN_cmp(a, b) < 0) {
    +                    t = a;
    +                    a = b;
    +                    b = t;
    +                }
    +            } else {            /* a odd - b even */
    +
    +                if (!BN_rshift1(b, b))
    +                    goto err;
    +                if (BN_cmp(a, b) < 0) {
    +                    t = a;
    +                    a = b;
    +                    b = t;
    +                }
    +            }
    +        } else {                /* a is even */
    +
    +            if (BN_is_odd(b)) {
    +                if (!BN_rshift1(a, a))
    +                    goto err;
    +                if (BN_cmp(a, b) < 0) {
    +                    t = a;
    +                    a = b;
    +                    b = t;
    +                }
    +            } else {            /* a even - b even */
    +
    +                if (!BN_rshift1(a, a))
    +                    goto err;
    +                if (!BN_rshift1(b, b))
    +                    goto err;
    +                shifts++;
    +            }
    +        }
    +        /* 0 <= b <= a */
    +    }
    +
    +    if (shifts) {
    +        if (!BN_lshift(a, a, shifts))
    +            goto err;
    +    }
    +    bn_check_top(a);
    +    return (a);
    + err:
    +    return (NULL);
    +}
     
     /* solves ax == 1 (mod n) */
     static BIGNUM *BN_mod_inverse_no_branch(BIGNUM *in,
    -        const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx);
    +                                        const BIGNUM *a, const BIGNUM *n,
    +                                        BN_CTX *ctx);
     
     BIGNUM *BN_mod_inverse(BIGNUM *in,
    -	const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx)
    -	{
    -	BIGNUM *A,*B,*X,*Y,*M,*D,*T,*R=NULL;
    -	BIGNUM *ret=NULL;
    -	int sign;
    -
    -	if ((BN_get_flags(a, BN_FLG_CONSTTIME) != 0) || (BN_get_flags(n, BN_FLG_CONSTTIME) != 0))
    -		{
    -		return BN_mod_inverse_no_branch(in, a, n, ctx);
    -		}
    -
    -	bn_check_top(a);
    -	bn_check_top(n);
    -
    -	BN_CTX_start(ctx);
    -	A = BN_CTX_get(ctx);
    -	B = BN_CTX_get(ctx);
    -	X = BN_CTX_get(ctx);
    -	D = BN_CTX_get(ctx);
    -	M = BN_CTX_get(ctx);
    -	Y = BN_CTX_get(ctx);
    -	T = BN_CTX_get(ctx);
    -	if (T == NULL) goto err;
    -
    -	if (in == NULL)
    -		R=BN_new();
    -	else
    -		R=in;
    -	if (R == NULL) goto err;
    -
    -	BN_one(X);
    -	BN_zero(Y);
    -	if (BN_copy(B,a) == NULL) goto err;
    -	if (BN_copy(A,n) == NULL) goto err;
    -	A->neg = 0;
    -	if (B->neg || (BN_ucmp(B, A) >= 0))
    -		{
    -		if (!BN_nnmod(B, B, A, ctx)) goto err;
    -		}
    -	sign = -1;
    -	/* From  B = a mod |n|,  A = |n|  it follows that
    -	 *
    -	 *      0 <= B < A,
    -	 *     -sign*X*a  ==  B   (mod |n|),
    -	 *      sign*Y*a  ==  A   (mod |n|).
    -	 */
    -
    -	if (BN_is_odd(n) && (BN_num_bits(n) <= (BN_BITS <= 32 ? 450 : 2048)))
    -		{
    -		/* Binary inversion algorithm; requires odd modulus.
    -		 * This is faster than the general algorithm if the modulus
    -		 * is sufficiently small (about 400 .. 500 bits on 32-bit
    -		 * sytems, but much more on 64-bit systems) */
    -		int shift;
    -		
    -		while (!BN_is_zero(B))
    -			{
    -			/*
    -			 *      0 < B < |n|,
    -			 *      0 < A <= |n|,
    -			 * (1) -sign*X*a  ==  B   (mod |n|),
    -			 * (2)  sign*Y*a  ==  A   (mod |n|)
    -			 */
    -
    -			/* Now divide  B  by the maximum possible power of two in the integers,
    -			 * and divide  X  by the same value mod |n|.
    -			 * When we're done, (1) still holds. */
    -			shift = 0;
    -			while (!BN_is_bit_set(B, shift)) /* note that 0 < B */
    -				{
    -				shift++;
    -				
    -				if (BN_is_odd(X))
    -					{
    -					if (!BN_uadd(X, X, n)) goto err;
    -					}
    -				/* now X is even, so we can easily divide it by two */
    -				if (!BN_rshift1(X, X)) goto err;
    -				}
    -			if (shift > 0)
    -				{
    -				if (!BN_rshift(B, B, shift)) goto err;
    -				}
    -
    -
    -			/* Same for  A  and  Y.  Afterwards, (2) still holds. */
    -			shift = 0;
    -			while (!BN_is_bit_set(A, shift)) /* note that 0 < A */
    -				{
    -				shift++;
    -				
    -				if (BN_is_odd(Y))
    -					{
    -					if (!BN_uadd(Y, Y, n)) goto err;
    -					}
    -				/* now Y is even */
    -				if (!BN_rshift1(Y, Y)) goto err;
    -				}
    -			if (shift > 0)
    -				{
    -				if (!BN_rshift(A, A, shift)) goto err;
    -				}
    -
    -			
    -			/* We still have (1) and (2).
    -			 * Both  A  and  B  are odd.
    -			 * The following computations ensure that
    -			 *
    -			 *     0 <= B < |n|,
    -			 *      0 < A < |n|,
    -			 * (1) -sign*X*a  ==  B   (mod |n|),
    -			 * (2)  sign*Y*a  ==  A   (mod |n|),
    -			 *
    -			 * and that either  A  or  B  is even in the next iteration.
    -			 */
    -			if (BN_ucmp(B, A) >= 0)
    -				{
    -				/* -sign*(X + Y)*a == B - A  (mod |n|) */
    -				if (!BN_uadd(X, X, Y)) goto err;
    -				/* NB: we could use BN_mod_add_quick(X, X, Y, n), but that
    -				 * actually makes the algorithm slower */
    -				if (!BN_usub(B, B, A)) goto err;
    -				}
    -			else
    -				{
    -				/*  sign*(X + Y)*a == A - B  (mod |n|) */
    -				if (!BN_uadd(Y, Y, X)) goto err;
    -				/* as above, BN_mod_add_quick(Y, Y, X, n) would slow things down */
    -				if (!BN_usub(A, A, B)) goto err;
    -				}
    -			}
    -		}
    -	else
    -		{
    -		/* general inversion algorithm */
    -
    -		while (!BN_is_zero(B))
    -			{
    -			BIGNUM *tmp;
    -			
    -			/*
    -			 *      0 < B < A,
    -			 * (*) -sign*X*a  ==  B   (mod |n|),
    -			 *      sign*Y*a  ==  A   (mod |n|)
    -			 */
    -			
    -			/* (D, M) := (A/B, A%B) ... */
    -			if (BN_num_bits(A) == BN_num_bits(B))
    -				{
    -				if (!BN_one(D)) goto err;
    -				if (!BN_sub(M,A,B)) goto err;
    -				}
    -			else if (BN_num_bits(A) == BN_num_bits(B) + 1)
    -				{
    -				/* A/B is 1, 2, or 3 */
    -				if (!BN_lshift1(T,B)) goto err;
    -				if (BN_ucmp(A,T) < 0)
    -					{
    -					/* A < 2*B, so D=1 */
    -					if (!BN_one(D)) goto err;
    -					if (!BN_sub(M,A,B)) goto err;
    -					}
    -				else
    -					{
    -					/* A >= 2*B, so D=2 or D=3 */
    -					if (!BN_sub(M,A,T)) goto err;
    -					if (!BN_add(D,T,B)) goto err; /* use D (:= 3*B) as temp */
    -					if (BN_ucmp(A,D) < 0)
    -						{
    -						/* A < 3*B, so D=2 */
    -						if (!BN_set_word(D,2)) goto err;
    -						/* M (= A - 2*B) already has the correct value */
    -						}
    -					else
    -						{
    -						/* only D=3 remains */
    -						if (!BN_set_word(D,3)) goto err;
    -						/* currently  M = A - 2*B,  but we need  M = A - 3*B */
    -						if (!BN_sub(M,M,B)) goto err;
    -						}
    -					}
    -				}
    -			else
    -				{
    -				if (!BN_div(D,M,A,B,ctx)) goto err;
    -				}
    -			
    -			/* Now
    -			 *      A = D*B + M;
    -			 * thus we have
    -			 * (**)  sign*Y*a  ==  D*B + M   (mod |n|).
    -			 */
    -			
    -			tmp=A; /* keep the BIGNUM object, the value does not matter */
    -			
    -			/* (A, B) := (B, A mod B) ... */
    -			A=B;
    -			B=M;
    -			/* ... so we have  0 <= B < A  again */
    -			
    -			/* Since the former  M  is now  B  and the former  B  is now  A,
    -			 * (**) translates into
    -			 *       sign*Y*a  ==  D*A + B    (mod |n|),
    -			 * i.e.
    -			 *       sign*Y*a - D*A  ==  B    (mod |n|).
    -			 * Similarly, (*) translates into
    -			 *      -sign*X*a  ==  A          (mod |n|).
    -			 *
    -			 * Thus,
    -			 *   sign*Y*a + D*sign*X*a  ==  B  (mod |n|),
    -			 * i.e.
    -			 *        sign*(Y + D*X)*a  ==  B  (mod |n|).
    -			 *
    -			 * So if we set  (X, Y, sign) := (Y + D*X, X, -sign),  we arrive back at
    -			 *      -sign*X*a  ==  B   (mod |n|),
    -			 *       sign*Y*a  ==  A   (mod |n|).
    -			 * Note that  X  and  Y  stay non-negative all the time.
    -			 */
    -			
    -			/* most of the time D is very small, so we can optimize tmp := D*X+Y */
    -			if (BN_is_one(D))
    -				{
    -				if (!BN_add(tmp,X,Y)) goto err;
    -				}
    -			else
    -				{
    -				if (BN_is_word(D,2))
    -					{
    -					if (!BN_lshift1(tmp,X)) goto err;
    -					}
    -				else if (BN_is_word(D,4))
    -					{
    -					if (!BN_lshift(tmp,X,2)) goto err;
    -					}
    -				else if (D->top == 1)
    -					{
    -					if (!BN_copy(tmp,X)) goto err;
    -					if (!BN_mul_word(tmp,D->d[0])) goto err;
    -					}
    -				else
    -					{
    -					if (!BN_mul(tmp,D,X,ctx)) goto err;
    -					}
    -				if (!BN_add(tmp,tmp,Y)) goto err;
    -				}
    -			
    -			M=Y; /* keep the BIGNUM object, the value does not matter */
    -			Y=X;
    -			X=tmp;
    -			sign = -sign;
    -			}
    -		}
    -		
    -	/*
    -	 * The while loop (Euclid's algorithm) ends when
    -	 *      A == gcd(a,n);
    -	 * we have
    -	 *       sign*Y*a  ==  A  (mod |n|),
    -	 * where  Y  is non-negative.
    -	 */
    -
    -	if (sign < 0)
    -		{
    -		if (!BN_sub(Y,n,Y)) goto err;
    -		}
    -	/* Now  Y*a  ==  A  (mod |n|).  */
    -	
    -
    -	if (BN_is_one(A))
    -		{
    -		/* Y*a == 1  (mod |n|) */
    -		if (!Y->neg && BN_ucmp(Y,n) < 0)
    -			{
    -			if (!BN_copy(R,Y)) goto err;
    -			}
    -		else
    -			{
    -			if (!BN_nnmod(R,Y,n,ctx)) goto err;
    -			}
    -		}
    -	else
    -		{
    -		BNerr(BN_F_BN_MOD_INVERSE,BN_R_NO_INVERSE);
    -		goto err;
    -		}
    -	ret=R;
    -err:
    -	if ((ret == NULL) && (in == NULL)) BN_free(R);
    -	BN_CTX_end(ctx);
    -	bn_check_top(ret);
    -	return(ret);
    -	}
    -
    -
    -/* BN_mod_inverse_no_branch is a special version of BN_mod_inverse. 
    - * It does not contain branches that may leak sensitive information.
    +                       const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx)
    +{
    +    BIGNUM *A, *B, *X, *Y, *M, *D, *T, *R = NULL;
    +    BIGNUM *ret = NULL;
    +    int sign;
    +
    +    if ((BN_get_flags(a, BN_FLG_CONSTTIME) != 0)
    +        || (BN_get_flags(n, BN_FLG_CONSTTIME) != 0)) {
    +        return BN_mod_inverse_no_branch(in, a, n, ctx);
    +    }
    +
    +    bn_check_top(a);
    +    bn_check_top(n);
    +
    +    BN_CTX_start(ctx);
    +    A = BN_CTX_get(ctx);
    +    B = BN_CTX_get(ctx);
    +    X = BN_CTX_get(ctx);
    +    D = BN_CTX_get(ctx);
    +    M = BN_CTX_get(ctx);
    +    Y = BN_CTX_get(ctx);
    +    T = BN_CTX_get(ctx);
    +    if (T == NULL)
    +        goto err;
    +
    +    if (in == NULL)
    +        R = BN_new();
    +    else
    +        R = in;
    +    if (R == NULL)
    +        goto err;
    +
    +    BN_one(X);
    +    BN_zero(Y);
    +    if (BN_copy(B, a) == NULL)
    +        goto err;
    +    if (BN_copy(A, n) == NULL)
    +        goto err;
    +    A->neg = 0;
    +    if (B->neg || (BN_ucmp(B, A) >= 0)) {
    +        if (!BN_nnmod(B, B, A, ctx))
    +            goto err;
    +    }
    +    sign = -1;
    +    /*-
    +     * From  B = a mod |n|,  A = |n|  it follows that
    +     *
    +     *      0 <= B < A,
    +     *     -sign*X*a  ==  B   (mod |n|),
    +     *      sign*Y*a  ==  A   (mod |n|).
    +     */
    +
    +    if (BN_is_odd(n) && (BN_num_bits(n) <= (BN_BITS <= 32 ? 450 : 2048))) {
    +        /*
    +         * Binary inversion algorithm; requires odd modulus. This is faster
    +         * than the general algorithm if the modulus is sufficiently small
    +         * (about 400 .. 500 bits on 32-bit sytems, but much more on 64-bit
    +         * systems)
    +         */
    +        int shift;
    +
    +        while (!BN_is_zero(B)) {
    +            /*-
    +             *      0 < B < |n|,
    +             *      0 < A <= |n|,
    +             * (1) -sign*X*a  ==  B   (mod |n|),
    +             * (2)  sign*Y*a  ==  A   (mod |n|)
    +             */
    +
    +            /*
    +             * Now divide B by the maximum possible power of two in the
    +             * integers, and divide X by the same value mod |n|. When we're
    +             * done, (1) still holds.
    +             */
    +            shift = 0;
    +            while (!BN_is_bit_set(B, shift)) { /* note that 0 < B */
    +                shift++;
    +
    +                if (BN_is_odd(X)) {
    +                    if (!BN_uadd(X, X, n))
    +                        goto err;
    +                }
    +                /*
    +                 * now X is even, so we can easily divide it by two
    +                 */
    +                if (!BN_rshift1(X, X))
    +                    goto err;
    +            }
    +            if (shift > 0) {
    +                if (!BN_rshift(B, B, shift))
    +                    goto err;
    +            }
    +
    +            /*
    +             * Same for A and Y.  Afterwards, (2) still holds.
    +             */
    +            shift = 0;
    +            while (!BN_is_bit_set(A, shift)) { /* note that 0 < A */
    +                shift++;
    +
    +                if (BN_is_odd(Y)) {
    +                    if (!BN_uadd(Y, Y, n))
    +                        goto err;
    +                }
    +                /* now Y is even */
    +                if (!BN_rshift1(Y, Y))
    +                    goto err;
    +            }
    +            if (shift > 0) {
    +                if (!BN_rshift(A, A, shift))
    +                    goto err;
    +            }
    +
    +            /*-
    +             * We still have (1) and (2).
    +             * Both  A  and  B  are odd.
    +             * The following computations ensure that
    +             *
    +             *     0 <= B < |n|,
    +             *      0 < A < |n|,
    +             * (1) -sign*X*a  ==  B   (mod |n|),
    +             * (2)  sign*Y*a  ==  A   (mod |n|),
    +             *
    +             * and that either  A  or  B  is even in the next iteration.
    +             */
    +            if (BN_ucmp(B, A) >= 0) {
    +                /* -sign*(X + Y)*a == B - A  (mod |n|) */
    +                if (!BN_uadd(X, X, Y))
    +                    goto err;
    +                /*
    +                 * NB: we could use BN_mod_add_quick(X, X, Y, n), but that
    +                 * actually makes the algorithm slower
    +                 */
    +                if (!BN_usub(B, B, A))
    +                    goto err;
    +            } else {
    +                /*  sign*(X + Y)*a == A - B  (mod |n|) */
    +                if (!BN_uadd(Y, Y, X))
    +                    goto err;
    +                /*
    +                 * as above, BN_mod_add_quick(Y, Y, X, n) would slow things
    +                 * down
    +                 */
    +                if (!BN_usub(A, A, B))
    +                    goto err;
    +            }
    +        }
    +    } else {
    +        /* general inversion algorithm */
    +
    +        while (!BN_is_zero(B)) {
    +            BIGNUM *tmp;
    +
    +            /*-
    +             *      0 < B < A,
    +             * (*) -sign*X*a  ==  B   (mod |n|),
    +             *      sign*Y*a  ==  A   (mod |n|)
    +             */
    +
    +            /* (D, M) := (A/B, A%B) ... */
    +            if (BN_num_bits(A) == BN_num_bits(B)) {
    +                if (!BN_one(D))
    +                    goto err;
    +                if (!BN_sub(M, A, B))
    +                    goto err;
    +            } else if (BN_num_bits(A) == BN_num_bits(B) + 1) {
    +                /* A/B is 1, 2, or 3 */
    +                if (!BN_lshift1(T, B))
    +                    goto err;
    +                if (BN_ucmp(A, T) < 0) {
    +                    /* A < 2*B, so D=1 */
    +                    if (!BN_one(D))
    +                        goto err;
    +                    if (!BN_sub(M, A, B))
    +                        goto err;
    +                } else {
    +                    /* A >= 2*B, so D=2 or D=3 */
    +                    if (!BN_sub(M, A, T))
    +                        goto err;
    +                    if (!BN_add(D, T, B))
    +                        goto err; /* use D (:= 3*B) as temp */
    +                    if (BN_ucmp(A, D) < 0) {
    +                        /* A < 3*B, so D=2 */
    +                        if (!BN_set_word(D, 2))
    +                            goto err;
    +                        /*
    +                         * M (= A - 2*B) already has the correct value
    +                         */
    +                    } else {
    +                        /* only D=3 remains */
    +                        if (!BN_set_word(D, 3))
    +                            goto err;
    +                        /*
    +                         * currently M = A - 2*B, but we need M = A - 3*B
    +                         */
    +                        if (!BN_sub(M, M, B))
    +                            goto err;
    +                    }
    +                }
    +            } else {
    +                if (!BN_div(D, M, A, B, ctx))
    +                    goto err;
    +            }
    +
    +            /*-
    +             * Now
    +             *      A = D*B + M;
    +             * thus we have
    +             * (**)  sign*Y*a  ==  D*B + M   (mod |n|).
    +             */
    +
    +            tmp = A;            /* keep the BIGNUM object, the value does not
    +                                 * matter */
    +
    +            /* (A, B) := (B, A mod B) ... */
    +            A = B;
    +            B = M;
    +            /* ... so we have  0 <= B < A  again */
    +
    +            /*-
    +             * Since the former  M  is now  B  and the former  B  is now  A,
    +             * (**) translates into
    +             *       sign*Y*a  ==  D*A + B    (mod |n|),
    +             * i.e.
    +             *       sign*Y*a - D*A  ==  B    (mod |n|).
    +             * Similarly, (*) translates into
    +             *      -sign*X*a  ==  A          (mod |n|).
    +             *
    +             * Thus,
    +             *   sign*Y*a + D*sign*X*a  ==  B  (mod |n|),
    +             * i.e.
    +             *        sign*(Y + D*X)*a  ==  B  (mod |n|).
    +             *
    +             * So if we set  (X, Y, sign) := (Y + D*X, X, -sign),  we arrive back at
    +             *      -sign*X*a  ==  B   (mod |n|),
    +             *       sign*Y*a  ==  A   (mod |n|).
    +             * Note that  X  and  Y  stay non-negative all the time.
    +             */
    +
    +            /*
    +             * most of the time D is very small, so we can optimize tmp :=
    +             * D*X+Y
    +             */
    +            if (BN_is_one(D)) {
    +                if (!BN_add(tmp, X, Y))
    +                    goto err;
    +            } else {
    +                if (BN_is_word(D, 2)) {
    +                    if (!BN_lshift1(tmp, X))
    +                        goto err;
    +                } else if (BN_is_word(D, 4)) {
    +                    if (!BN_lshift(tmp, X, 2))
    +                        goto err;
    +                } else if (D->top == 1) {
    +                    if (!BN_copy(tmp, X))
    +                        goto err;
    +                    if (!BN_mul_word(tmp, D->d[0]))
    +                        goto err;
    +                } else {
    +                    if (!BN_mul(tmp, D, X, ctx))
    +                        goto err;
    +                }
    +                if (!BN_add(tmp, tmp, Y))
    +                    goto err;
    +            }
    +
    +            M = Y;              /* keep the BIGNUM object, the value does not
    +                                 * matter */
    +            Y = X;
    +            X = tmp;
    +            sign = -sign;
    +        }
    +    }
    +
    +    /*-
    +     * The while loop (Euclid's algorithm) ends when
    +     *      A == gcd(a,n);
    +     * we have
    +     *       sign*Y*a  ==  A  (mod |n|),
    +     * where  Y  is non-negative.
    +     */
    +
    +    if (sign < 0) {
    +        if (!BN_sub(Y, n, Y))
    +            goto err;
    +    }
    +    /* Now  Y*a  ==  A  (mod |n|).  */
    +
    +    if (BN_is_one(A)) {
    +        /* Y*a == 1  (mod |n|) */
    +        if (!Y->neg && BN_ucmp(Y, n) < 0) {
    +            if (!BN_copy(R, Y))
    +                goto err;
    +        } else {
    +            if (!BN_nnmod(R, Y, n, ctx))
    +                goto err;
    +        }
    +    } else {
    +        BNerr(BN_F_BN_MOD_INVERSE, BN_R_NO_INVERSE);
    +        goto err;
    +    }
    +    ret = R;
    + err:
    +    if ((ret == NULL) && (in == NULL))
    +        BN_free(R);
    +    BN_CTX_end(ctx);
    +    bn_check_top(ret);
    +    return (ret);
    +}
    +
    +/*
    + * BN_mod_inverse_no_branch is a special version of BN_mod_inverse. It does
    + * not contain branches that may leak sensitive information.
      */
     static BIGNUM *BN_mod_inverse_no_branch(BIGNUM *in,
    -	const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx)
    -	{
    -	BIGNUM *A,*B,*X,*Y,*M,*D,*T,*R=NULL;
    -	BIGNUM local_A, local_B;
    -	BIGNUM *pA, *pB;
    -	BIGNUM *ret=NULL;
    -	int sign;
    -
    -	bn_check_top(a);
    -	bn_check_top(n);
    -
    -	BN_CTX_start(ctx);
    -	A = BN_CTX_get(ctx);
    -	B = BN_CTX_get(ctx);
    -	X = BN_CTX_get(ctx);
    -	D = BN_CTX_get(ctx);
    -	M = BN_CTX_get(ctx);
    -	Y = BN_CTX_get(ctx);
    -	T = BN_CTX_get(ctx);
    -	if (T == NULL) goto err;
    -
    -	if (in == NULL)
    -		R=BN_new();
    -	else
    -		R=in;
    -	if (R == NULL) goto err;
    -
    -	BN_one(X);
    -	BN_zero(Y);
    -	if (BN_copy(B,a) == NULL) goto err;
    -	if (BN_copy(A,n) == NULL) goto err;
    -	A->neg = 0;
    -
    -	if (B->neg || (BN_ucmp(B, A) >= 0))
    -		{
    -		/* Turn BN_FLG_CONSTTIME flag on, so that when BN_div is invoked,
    -	 	 * BN_div_no_branch will be called eventually.
    -	 	 */
    -		pB = &local_B;
    -		BN_with_flags(pB, B, BN_FLG_CONSTTIME);	
    -		if (!BN_nnmod(B, pB, A, ctx)) goto err;
    -		}
    -	sign = -1;
    -	/* From  B = a mod |n|,  A = |n|  it follows that
    -	 *
    -	 *      0 <= B < A,
    -	 *     -sign*X*a  ==  B   (mod |n|),
    -	 *      sign*Y*a  ==  A   (mod |n|).
    -	 */
    -
    -	while (!BN_is_zero(B))
    -		{
    -		BIGNUM *tmp;
    -		
    -		/*
    -		 *      0 < B < A,
    -		 * (*) -sign*X*a  ==  B   (mod |n|),
    -		 *      sign*Y*a  ==  A   (mod |n|)
    -		 */
    -
    -		/* Turn BN_FLG_CONSTTIME flag on, so that when BN_div is invoked,
    -	 	 * BN_div_no_branch will be called eventually.
    -	 	 */
    -		pA = &local_A;
    -		BN_with_flags(pA, A, BN_FLG_CONSTTIME);	
    -		
    -		/* (D, M) := (A/B, A%B) ... */		
    -		if (!BN_div(D,M,pA,B,ctx)) goto err;
    -		
    -		/* Now
    -		 *      A = D*B + M;
    -		 * thus we have
    -		 * (**)  sign*Y*a  ==  D*B + M   (mod |n|).
    -		 */
    -		
    -		tmp=A; /* keep the BIGNUM object, the value does not matter */
    -		
    -		/* (A, B) := (B, A mod B) ... */
    -		A=B;
    -		B=M;
    -		/* ... so we have  0 <= B < A  again */
    -		
    -		/* Since the former  M  is now  B  and the former  B  is now  A,
    -		 * (**) translates into
    -		 *       sign*Y*a  ==  D*A + B    (mod |n|),
    -		 * i.e.
    -		 *       sign*Y*a - D*A  ==  B    (mod |n|).
    -		 * Similarly, (*) translates into
    -		 *      -sign*X*a  ==  A          (mod |n|).
    -		 *
    -		 * Thus,
    -		 *   sign*Y*a + D*sign*X*a  ==  B  (mod |n|),
    -		 * i.e.
    -		 *        sign*(Y + D*X)*a  ==  B  (mod |n|).
    -		 *
    -		 * So if we set  (X, Y, sign) := (Y + D*X, X, -sign),  we arrive back at
    -		 *      -sign*X*a  ==  B   (mod |n|),
    -		 *       sign*Y*a  ==  A   (mod |n|).
    -		 * Note that  X  and  Y  stay non-negative all the time.
    -		 */
    -			
    -		if (!BN_mul(tmp,D,X,ctx)) goto err;
    -		if (!BN_add(tmp,tmp,Y)) goto err;
    -
    -		M=Y; /* keep the BIGNUM object, the value does not matter */
    -		Y=X;
    -		X=tmp;
    -		sign = -sign;
    -		}
    -		
    -	/*
    -	 * The while loop (Euclid's algorithm) ends when
    -	 *      A == gcd(a,n);
    -	 * we have
    -	 *       sign*Y*a  ==  A  (mod |n|),
    -	 * where  Y  is non-negative.
    -	 */
    -
    -	if (sign < 0)
    -		{
    -		if (!BN_sub(Y,n,Y)) goto err;
    -		}
    -	/* Now  Y*a  ==  A  (mod |n|).  */
    -
    -	if (BN_is_one(A))
    -		{
    -		/* Y*a == 1  (mod |n|) */
    -		if (!Y->neg && BN_ucmp(Y,n) < 0)
    -			{
    -			if (!BN_copy(R,Y)) goto err;
    -			}
    -		else
    -			{
    -			if (!BN_nnmod(R,Y,n,ctx)) goto err;
    -			}
    -		}
    -	else
    -		{
    -		BNerr(BN_F_BN_MOD_INVERSE_NO_BRANCH,BN_R_NO_INVERSE);
    -		goto err;
    -		}
    -	ret=R;
    -err:
    -	if ((ret == NULL) && (in == NULL)) BN_free(R);
    -	BN_CTX_end(ctx);
    -	bn_check_top(ret);
    -	return(ret);
    -	}
    +                                        const BIGNUM *a, const BIGNUM *n,
    +                                        BN_CTX *ctx)
    +{
    +    BIGNUM *A, *B, *X, *Y, *M, *D, *T, *R = NULL;
    +    BIGNUM local_A, local_B;
    +    BIGNUM *pA, *pB;
    +    BIGNUM *ret = NULL;
    +    int sign;
    +
    +    bn_check_top(a);
    +    bn_check_top(n);
    +
    +    BN_CTX_start(ctx);
    +    A = BN_CTX_get(ctx);
    +    B = BN_CTX_get(ctx);
    +    X = BN_CTX_get(ctx);
    +    D = BN_CTX_get(ctx);
    +    M = BN_CTX_get(ctx);
    +    Y = BN_CTX_get(ctx);
    +    T = BN_CTX_get(ctx);
    +    if (T == NULL)
    +        goto err;
    +
    +    if (in == NULL)
    +        R = BN_new();
    +    else
    +        R = in;
    +    if (R == NULL)
    +        goto err;
    +
    +    BN_one(X);
    +    BN_zero(Y);
    +    if (BN_copy(B, a) == NULL)
    +        goto err;
    +    if (BN_copy(A, n) == NULL)
    +        goto err;
    +    A->neg = 0;
    +
    +    if (B->neg || (BN_ucmp(B, A) >= 0)) {
    +        /*
    +         * Turn BN_FLG_CONSTTIME flag on, so that when BN_div is invoked,
    +         * BN_div_no_branch will be called eventually.
    +         */
    +        pB = &local_B;
    +        BN_with_flags(pB, B, BN_FLG_CONSTTIME);
    +        if (!BN_nnmod(B, pB, A, ctx))
    +            goto err;
    +    }
    +    sign = -1;
    +    /*-
    +     * From  B = a mod |n|,  A = |n|  it follows that
    +     *
    +     *      0 <= B < A,
    +     *     -sign*X*a  ==  B   (mod |n|),
    +     *      sign*Y*a  ==  A   (mod |n|).
    +     */
    +
    +    while (!BN_is_zero(B)) {
    +        BIGNUM *tmp;
    +
    +        /*-
    +         *      0 < B < A,
    +         * (*) -sign*X*a  ==  B   (mod |n|),
    +         *      sign*Y*a  ==  A   (mod |n|)
    +         */
    +
    +        /*
    +         * Turn BN_FLG_CONSTTIME flag on, so that when BN_div is invoked,
    +         * BN_div_no_branch will be called eventually.
    +         */
    +        pA = &local_A;
    +        BN_with_flags(pA, A, BN_FLG_CONSTTIME);
    +
    +        /* (D, M) := (A/B, A%B) ... */
    +        if (!BN_div(D, M, pA, B, ctx))
    +            goto err;
    +
    +        /*-
    +         * Now
    +         *      A = D*B + M;
    +         * thus we have
    +         * (**)  sign*Y*a  ==  D*B + M   (mod |n|).
    +         */
    +
    +        tmp = A;                /* keep the BIGNUM object, the value does not
    +                                 * matter */
    +
    +        /* (A, B) := (B, A mod B) ... */
    +        A = B;
    +        B = M;
    +        /* ... so we have  0 <= B < A  again */
    +
    +        /*-
    +         * Since the former  M  is now  B  and the former  B  is now  A,
    +         * (**) translates into
    +         *       sign*Y*a  ==  D*A + B    (mod |n|),
    +         * i.e.
    +         *       sign*Y*a - D*A  ==  B    (mod |n|).
    +         * Similarly, (*) translates into
    +         *      -sign*X*a  ==  A          (mod |n|).
    +         *
    +         * Thus,
    +         *   sign*Y*a + D*sign*X*a  ==  B  (mod |n|),
    +         * i.e.
    +         *        sign*(Y + D*X)*a  ==  B  (mod |n|).
    +         *
    +         * So if we set  (X, Y, sign) := (Y + D*X, X, -sign),  we arrive back at
    +         *      -sign*X*a  ==  B   (mod |n|),
    +         *       sign*Y*a  ==  A   (mod |n|).
    +         * Note that  X  and  Y  stay non-negative all the time.
    +         */
    +
    +        if (!BN_mul(tmp, D, X, ctx))
    +            goto err;
    +        if (!BN_add(tmp, tmp, Y))
    +            goto err;
    +
    +        M = Y;                  /* keep the BIGNUM object, the value does not
    +                                 * matter */
    +        Y = X;
    +        X = tmp;
    +        sign = -sign;
    +    }
    +
    +    /*-
    +     * The while loop (Euclid's algorithm) ends when
    +     *      A == gcd(a,n);
    +     * we have
    +     *       sign*Y*a  ==  A  (mod |n|),
    +     * where  Y  is non-negative.
    +     */
    +
    +    if (sign < 0) {
    +        if (!BN_sub(Y, n, Y))
    +            goto err;
    +    }
    +    /* Now  Y*a  ==  A  (mod |n|).  */
    +
    +    if (BN_is_one(A)) {
    +        /* Y*a == 1  (mod |n|) */
    +        if (!Y->neg && BN_ucmp(Y, n) < 0) {
    +            if (!BN_copy(R, Y))
    +                goto err;
    +        } else {
    +            if (!BN_nnmod(R, Y, n, ctx))
    +                goto err;
    +        }
    +    } else {
    +        BNerr(BN_F_BN_MOD_INVERSE_NO_BRANCH, BN_R_NO_INVERSE);
    +        goto err;
    +    }
    +    ret = R;
    + err:
    +    if ((ret == NULL) && (in == NULL))
    +        BN_free(R);
    +    BN_CTX_end(ctx);
    +    bn_check_top(ret);
    +    return (ret);
    +}
    diff --git a/openssl/crypto/bn/bn_gf2m.c b/openssl/crypto/bn/bn_gf2m.c
    index 8a4dc20ad..aeee49a01 100644
    --- a/openssl/crypto/bn/bn_gf2m.c
    +++ b/openssl/crypto/bn/bn_gf2m.c
    @@ -27,12 +27,13 @@
      *
      */
     
    -/* NOTE: This file is licensed pursuant to the OpenSSL license below
    - * and may be modified; but after modifications, the above covenant
    - * may no longer apply!  In such cases, the corresponding paragraph
    - * ["In addition, Sun covenants ... causes the infringement."] and
    - * this note can be edited out; but please keep the Sun copyright
    - * notice and attribution. */
    +/*
    + * NOTE: This file is licensed pursuant to the OpenSSL license below and may
    + * be modified; but after modifications, the above covenant may no longer
    + * apply! In such cases, the corresponding paragraph ["In addition, Sun
    + * covenants ... causes the infringement."] and this note can be edited out;
    + * but please keep the Sun copyright notice and attribution.
    + */
     
     /* ====================================================================
      * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
    @@ -42,7 +43,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -96,1018 +97,1197 @@
     
     #ifndef OPENSSL_NO_EC2M
     
    -/* Maximum number of iterations before BN_GF2m_mod_solve_quad_arr should fail. */
    -#define MAX_ITERATIONS 50
    +/*
    + * Maximum number of iterations before BN_GF2m_mod_solve_quad_arr should
    + * fail.
    + */
    +# define MAX_ITERATIONS 50
    +
    +static const BN_ULONG SQR_tb[16] = { 0, 1, 4, 5, 16, 17, 20, 21,
    +    64, 65, 68, 69, 80, 81, 84, 85
    +};
     
    -static const BN_ULONG SQR_tb[16] =
    -  {     0,     1,     4,     5,    16,    17,    20,    21,
    -       64,    65,    68,    69,    80,    81,    84,    85 };
     /* Platform-specific macros to accelerate squaring. */
    -#if defined(SIXTY_FOUR_BIT) || defined(SIXTY_FOUR_BIT_LONG)
    -#define SQR1(w) \
    +# if defined(SIXTY_FOUR_BIT) || defined(SIXTY_FOUR_BIT_LONG)
    +#  define SQR1(w) \
         SQR_tb[(w) >> 60 & 0xF] << 56 | SQR_tb[(w) >> 56 & 0xF] << 48 | \
         SQR_tb[(w) >> 52 & 0xF] << 40 | SQR_tb[(w) >> 48 & 0xF] << 32 | \
         SQR_tb[(w) >> 44 & 0xF] << 24 | SQR_tb[(w) >> 40 & 0xF] << 16 | \
         SQR_tb[(w) >> 36 & 0xF] <<  8 | SQR_tb[(w) >> 32 & 0xF]
    -#define SQR0(w) \
    +#  define SQR0(w) \
         SQR_tb[(w) >> 28 & 0xF] << 56 | SQR_tb[(w) >> 24 & 0xF] << 48 | \
         SQR_tb[(w) >> 20 & 0xF] << 40 | SQR_tb[(w) >> 16 & 0xF] << 32 | \
         SQR_tb[(w) >> 12 & 0xF] << 24 | SQR_tb[(w) >>  8 & 0xF] << 16 | \
         SQR_tb[(w) >>  4 & 0xF] <<  8 | SQR_tb[(w)       & 0xF]
    -#endif
    -#ifdef THIRTY_TWO_BIT
    -#define SQR1(w) \
    +# endif
    +# ifdef THIRTY_TWO_BIT
    +#  define SQR1(w) \
         SQR_tb[(w) >> 28 & 0xF] << 24 | SQR_tb[(w) >> 24 & 0xF] << 16 | \
         SQR_tb[(w) >> 20 & 0xF] <<  8 | SQR_tb[(w) >> 16 & 0xF]
    -#define SQR0(w) \
    +#  define SQR0(w) \
         SQR_tb[(w) >> 12 & 0xF] << 24 | SQR_tb[(w) >>  8 & 0xF] << 16 | \
         SQR_tb[(w) >>  4 & 0xF] <<  8 | SQR_tb[(w)       & 0xF]
    -#endif
    +# endif
     
    -#if !defined(OPENSSL_BN_ASM_GF2m)
    -/* Product of two polynomials a, b each with degree < BN_BITS2 - 1,
    - * result is a polynomial r with degree < 2 * BN_BITS - 1
    - * The caller MUST ensure that the variables have the right amount
    - * of space allocated.
    +# if !defined(OPENSSL_BN_ASM_GF2m)
    +/*
    + * Product of two polynomials a, b each with degree < BN_BITS2 - 1, result is
    + * a polynomial r with degree < 2 * BN_BITS - 1 The caller MUST ensure that
    + * the variables have the right amount of space allocated.
      */
    -#ifdef THIRTY_TWO_BIT
    -static void bn_GF2m_mul_1x1(BN_ULONG *r1, BN_ULONG *r0, const BN_ULONG a, const BN_ULONG b)
    -	{
    -	register BN_ULONG h, l, s;
    -	BN_ULONG tab[8], top2b = a >> 30; 
    -	register BN_ULONG a1, a2, a4;
    -
    -	a1 = a & (0x3FFFFFFF); a2 = a1 << 1; a4 = a2 << 1;
    -
    -	tab[0] =  0; tab[1] = a1;    tab[2] = a2;    tab[3] = a1^a2;
    -	tab[4] = a4; tab[5] = a1^a4; tab[6] = a2^a4; tab[7] = a1^a2^a4;
    -
    -	s = tab[b       & 0x7]; l  = s;
    -	s = tab[b >>  3 & 0x7]; l ^= s <<  3; h  = s >> 29;
    -	s = tab[b >>  6 & 0x7]; l ^= s <<  6; h ^= s >> 26;
    -	s = tab[b >>  9 & 0x7]; l ^= s <<  9; h ^= s >> 23;
    -	s = tab[b >> 12 & 0x7]; l ^= s << 12; h ^= s >> 20;
    -	s = tab[b >> 15 & 0x7]; l ^= s << 15; h ^= s >> 17;
    -	s = tab[b >> 18 & 0x7]; l ^= s << 18; h ^= s >> 14;
    -	s = tab[b >> 21 & 0x7]; l ^= s << 21; h ^= s >> 11;
    -	s = tab[b >> 24 & 0x7]; l ^= s << 24; h ^= s >>  8;
    -	s = tab[b >> 27 & 0x7]; l ^= s << 27; h ^= s >>  5;
    -	s = tab[b >> 30      ]; l ^= s << 30; h ^= s >>  2;
    -
    -	/* compensate for the top two bits of a */
    -
    -	if (top2b & 01) { l ^= b << 30; h ^= b >> 2; } 
    -	if (top2b & 02) { l ^= b << 31; h ^= b >> 1; } 
    -
    -	*r1 = h; *r0 = l;
    -	} 
    -#endif
    -#if defined(SIXTY_FOUR_BIT) || defined(SIXTY_FOUR_BIT_LONG)
    -static void bn_GF2m_mul_1x1(BN_ULONG *r1, BN_ULONG *r0, const BN_ULONG a, const BN_ULONG b)
    -	{
    -	register BN_ULONG h, l, s;
    -	BN_ULONG tab[16], top3b = a >> 61;
    -	register BN_ULONG a1, a2, a4, a8;
    -
    -	a1 = a & (0x1FFFFFFFFFFFFFFFULL); a2 = a1 << 1; a4 = a2 << 1; a8 = a4 << 1;
    -
    -	tab[ 0] = 0;     tab[ 1] = a1;       tab[ 2] = a2;       tab[ 3] = a1^a2;
    -	tab[ 4] = a4;    tab[ 5] = a1^a4;    tab[ 6] = a2^a4;    tab[ 7] = a1^a2^a4;
    -	tab[ 8] = a8;    tab[ 9] = a1^a8;    tab[10] = a2^a8;    tab[11] = a1^a2^a8;
    -	tab[12] = a4^a8; tab[13] = a1^a4^a8; tab[14] = a2^a4^a8; tab[15] = a1^a2^a4^a8;
    -
    -	s = tab[b       & 0xF]; l  = s;
    -	s = tab[b >>  4 & 0xF]; l ^= s <<  4; h  = s >> 60;
    -	s = tab[b >>  8 & 0xF]; l ^= s <<  8; h ^= s >> 56;
    -	s = tab[b >> 12 & 0xF]; l ^= s << 12; h ^= s >> 52;
    -	s = tab[b >> 16 & 0xF]; l ^= s << 16; h ^= s >> 48;
    -	s = tab[b >> 20 & 0xF]; l ^= s << 20; h ^= s >> 44;
    -	s = tab[b >> 24 & 0xF]; l ^= s << 24; h ^= s >> 40;
    -	s = tab[b >> 28 & 0xF]; l ^= s << 28; h ^= s >> 36;
    -	s = tab[b >> 32 & 0xF]; l ^= s << 32; h ^= s >> 32;
    -	s = tab[b >> 36 & 0xF]; l ^= s << 36; h ^= s >> 28;
    -	s = tab[b >> 40 & 0xF]; l ^= s << 40; h ^= s >> 24;
    -	s = tab[b >> 44 & 0xF]; l ^= s << 44; h ^= s >> 20;
    -	s = tab[b >> 48 & 0xF]; l ^= s << 48; h ^= s >> 16;
    -	s = tab[b >> 52 & 0xF]; l ^= s << 52; h ^= s >> 12;
    -	s = tab[b >> 56 & 0xF]; l ^= s << 56; h ^= s >>  8;
    -	s = tab[b >> 60      ]; l ^= s << 60; h ^= s >>  4;
    -
    -	/* compensate for the top three bits of a */
    -
    -	if (top3b & 01) { l ^= b << 61; h ^= b >> 3; } 
    -	if (top3b & 02) { l ^= b << 62; h ^= b >> 2; } 
    -	if (top3b & 04) { l ^= b << 63; h ^= b >> 1; } 
    -
    -	*r1 = h; *r0 = l;
    -	} 
    -#endif
    -
    -/* Product of two polynomials a, b each with degree < 2 * BN_BITS2 - 1,
    - * result is a polynomial r with degree < 4 * BN_BITS2 - 1
    - * The caller MUST ensure that the variables have the right amount
    - * of space allocated.
    +#  ifdef THIRTY_TWO_BIT
    +static void bn_GF2m_mul_1x1(BN_ULONG *r1, BN_ULONG *r0, const BN_ULONG a,
    +                            const BN_ULONG b)
    +{
    +    register BN_ULONG h, l, s;
    +    BN_ULONG tab[8], top2b = a >> 30;
    +    register BN_ULONG a1, a2, a4;
    +
    +    a1 = a & (0x3FFFFFFF);
    +    a2 = a1 << 1;
    +    a4 = a2 << 1;
    +
    +    tab[0] = 0;
    +    tab[1] = a1;
    +    tab[2] = a2;
    +    tab[3] = a1 ^ a2;
    +    tab[4] = a4;
    +    tab[5] = a1 ^ a4;
    +    tab[6] = a2 ^ a4;
    +    tab[7] = a1 ^ a2 ^ a4;
    +
    +    s = tab[b & 0x7];
    +    l = s;
    +    s = tab[b >> 3 & 0x7];
    +    l ^= s << 3;
    +    h = s >> 29;
    +    s = tab[b >> 6 & 0x7];
    +    l ^= s << 6;
    +    h ^= s >> 26;
    +    s = tab[b >> 9 & 0x7];
    +    l ^= s << 9;
    +    h ^= s >> 23;
    +    s = tab[b >> 12 & 0x7];
    +    l ^= s << 12;
    +    h ^= s >> 20;
    +    s = tab[b >> 15 & 0x7];
    +    l ^= s << 15;
    +    h ^= s >> 17;
    +    s = tab[b >> 18 & 0x7];
    +    l ^= s << 18;
    +    h ^= s >> 14;
    +    s = tab[b >> 21 & 0x7];
    +    l ^= s << 21;
    +    h ^= s >> 11;
    +    s = tab[b >> 24 & 0x7];
    +    l ^= s << 24;
    +    h ^= s >> 8;
    +    s = tab[b >> 27 & 0x7];
    +    l ^= s << 27;
    +    h ^= s >> 5;
    +    s = tab[b >> 30];
    +    l ^= s << 30;
    +    h ^= s >> 2;
    +
    +    /* compensate for the top two bits of a */
    +
    +    if (top2b & 01) {
    +        l ^= b << 30;
    +        h ^= b >> 2;
    +    }
    +    if (top2b & 02) {
    +        l ^= b << 31;
    +        h ^= b >> 1;
    +    }
    +
    +    *r1 = h;
    +    *r0 = l;
    +}
    +#  endif
    +#  if defined(SIXTY_FOUR_BIT) || defined(SIXTY_FOUR_BIT_LONG)
    +static void bn_GF2m_mul_1x1(BN_ULONG *r1, BN_ULONG *r0, const BN_ULONG a,
    +                            const BN_ULONG b)
    +{
    +    register BN_ULONG h, l, s;
    +    BN_ULONG tab[16], top3b = a >> 61;
    +    register BN_ULONG a1, a2, a4, a8;
    +
    +    a1 = a & (0x1FFFFFFFFFFFFFFFULL);
    +    a2 = a1 << 1;
    +    a4 = a2 << 1;
    +    a8 = a4 << 1;
    +
    +    tab[0] = 0;
    +    tab[1] = a1;
    +    tab[2] = a2;
    +    tab[3] = a1 ^ a2;
    +    tab[4] = a4;
    +    tab[5] = a1 ^ a4;
    +    tab[6] = a2 ^ a4;
    +    tab[7] = a1 ^ a2 ^ a4;
    +    tab[8] = a8;
    +    tab[9] = a1 ^ a8;
    +    tab[10] = a2 ^ a8;
    +    tab[11] = a1 ^ a2 ^ a8;
    +    tab[12] = a4 ^ a8;
    +    tab[13] = a1 ^ a4 ^ a8;
    +    tab[14] = a2 ^ a4 ^ a8;
    +    tab[15] = a1 ^ a2 ^ a4 ^ a8;
    +
    +    s = tab[b & 0xF];
    +    l = s;
    +    s = tab[b >> 4 & 0xF];
    +    l ^= s << 4;
    +    h = s >> 60;
    +    s = tab[b >> 8 & 0xF];
    +    l ^= s << 8;
    +    h ^= s >> 56;
    +    s = tab[b >> 12 & 0xF];
    +    l ^= s << 12;
    +    h ^= s >> 52;
    +    s = tab[b >> 16 & 0xF];
    +    l ^= s << 16;
    +    h ^= s >> 48;
    +    s = tab[b >> 20 & 0xF];
    +    l ^= s << 20;
    +    h ^= s >> 44;
    +    s = tab[b >> 24 & 0xF];
    +    l ^= s << 24;
    +    h ^= s >> 40;
    +    s = tab[b >> 28 & 0xF];
    +    l ^= s << 28;
    +    h ^= s >> 36;
    +    s = tab[b >> 32 & 0xF];
    +    l ^= s << 32;
    +    h ^= s >> 32;
    +    s = tab[b >> 36 & 0xF];
    +    l ^= s << 36;
    +    h ^= s >> 28;
    +    s = tab[b >> 40 & 0xF];
    +    l ^= s << 40;
    +    h ^= s >> 24;
    +    s = tab[b >> 44 & 0xF];
    +    l ^= s << 44;
    +    h ^= s >> 20;
    +    s = tab[b >> 48 & 0xF];
    +    l ^= s << 48;
    +    h ^= s >> 16;
    +    s = tab[b >> 52 & 0xF];
    +    l ^= s << 52;
    +    h ^= s >> 12;
    +    s = tab[b >> 56 & 0xF];
    +    l ^= s << 56;
    +    h ^= s >> 8;
    +    s = tab[b >> 60];
    +    l ^= s << 60;
    +    h ^= s >> 4;
    +
    +    /* compensate for the top three bits of a */
    +
    +    if (top3b & 01) {
    +        l ^= b << 61;
    +        h ^= b >> 3;
    +    }
    +    if (top3b & 02) {
    +        l ^= b << 62;
    +        h ^= b >> 2;
    +    }
    +    if (top3b & 04) {
    +        l ^= b << 63;
    +        h ^= b >> 1;
    +    }
    +
    +    *r1 = h;
    +    *r0 = l;
    +}
    +#  endif
    +
    +/*
    + * Product of two polynomials a, b each with degree < 2 * BN_BITS2 - 1,
    + * result is a polynomial r with degree < 4 * BN_BITS2 - 1 The caller MUST
    + * ensure that the variables have the right amount of space allocated.
      */
    -static void bn_GF2m_mul_2x2(BN_ULONG *r, const BN_ULONG a1, const BN_ULONG a0, const BN_ULONG b1, const BN_ULONG b0)
    -	{
    -	BN_ULONG m1, m0;
    -	/* r[3] = h1, r[2] = h0; r[1] = l1; r[0] = l0 */
    -	bn_GF2m_mul_1x1(r+3, r+2, a1, b1);
    -	bn_GF2m_mul_1x1(r+1, r, a0, b0);
    -	bn_GF2m_mul_1x1(&m1, &m0, a0 ^ a1, b0 ^ b1);
    -	/* Correction on m1 ^= l1 ^ h1; m0 ^= l0 ^ h0; */
    -	r[2] ^= m1 ^ r[1] ^ r[3];  /* h0 ^= m1 ^ l1 ^ h1; */
    -	r[1] = r[3] ^ r[2] ^ r[0] ^ m1 ^ m0;  /* l1 ^= l0 ^ h0 ^ m0; */
    -	}
    -#else
    -void bn_GF2m_mul_2x2(BN_ULONG *r, BN_ULONG a1, BN_ULONG a0, BN_ULONG b1, BN_ULONG b0);
    -#endif 
    -
    -/* Add polynomials a and b and store result in r; r could be a or b, a and b 
    +static void bn_GF2m_mul_2x2(BN_ULONG *r, const BN_ULONG a1, const BN_ULONG a0,
    +                            const BN_ULONG b1, const BN_ULONG b0)
    +{
    +    BN_ULONG m1, m0;
    +    /* r[3] = h1, r[2] = h0; r[1] = l1; r[0] = l0 */
    +    bn_GF2m_mul_1x1(r + 3, r + 2, a1, b1);
    +    bn_GF2m_mul_1x1(r + 1, r, a0, b0);
    +    bn_GF2m_mul_1x1(&m1, &m0, a0 ^ a1, b0 ^ b1);
    +    /* Correction on m1 ^= l1 ^ h1; m0 ^= l0 ^ h0; */
    +    r[2] ^= m1 ^ r[1] ^ r[3];   /* h0 ^= m1 ^ l1 ^ h1; */
    +    r[1] = r[3] ^ r[2] ^ r[0] ^ m1 ^ m0; /* l1 ^= l0 ^ h0 ^ m0; */
    +}
    +# else
    +void bn_GF2m_mul_2x2(BN_ULONG *r, BN_ULONG a1, BN_ULONG a0, BN_ULONG b1,
    +                     BN_ULONG b0);
    +# endif
    +
    +/*
    + * Add polynomials a and b and store result in r; r could be a or b, a and b
      * could be equal; r is the bitwise XOR of a and b.
      */
    -int	BN_GF2m_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
    -	{
    -	int i;
    -	const BIGNUM *at, *bt;
    -
    -	bn_check_top(a);
    -	bn_check_top(b);
    -
    -	if (a->top < b->top) { at = b; bt = a; }
    -	else { at = a; bt = b; }
    -
    -	if(bn_wexpand(r, at->top) == NULL)
    -		return 0;
    -
    -	for (i = 0; i < bt->top; i++)
    -		{
    -		r->d[i] = at->d[i] ^ bt->d[i];
    -		}
    -	for (; i < at->top; i++)
    -		{
    -		r->d[i] = at->d[i];
    -		}
    -	
    -	r->top = at->top;
    -	bn_correct_top(r);
    -	
    -	return 1;
    -	}
    -
    -
    -/* Some functions allow for representation of the irreducible polynomials
    +int BN_GF2m_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
    +{
    +    int i;
    +    const BIGNUM *at, *bt;
    +
    +    bn_check_top(a);
    +    bn_check_top(b);
    +
    +    if (a->top < b->top) {
    +        at = b;
    +        bt = a;
    +    } else {
    +        at = a;
    +        bt = b;
    +    }
    +
    +    if (bn_wexpand(r, at->top) == NULL)
    +        return 0;
    +
    +    for (i = 0; i < bt->top; i++) {
    +        r->d[i] = at->d[i] ^ bt->d[i];
    +    }
    +    for (; i < at->top; i++) {
    +        r->d[i] = at->d[i];
    +    }
    +
    +    r->top = at->top;
    +    bn_correct_top(r);
    +
    +    return 1;
    +}
    +
    +/*-
    + * Some functions allow for representation of the irreducible polynomials
      * as an int[], say p.  The irreducible f(t) is then of the form:
      *     t^p[0] + t^p[1] + ... + t^p[k]
      * where m = p[0] > p[1] > ... > p[k] = 0.
      */
     
    -
     /* Performs modular reduction of a and store result in r.  r could be a. */
     int BN_GF2m_mod_arr(BIGNUM *r, const BIGNUM *a, const int p[])
    -	{
    -	int j, k;
    -	int n, dN, d0, d1;
    -	BN_ULONG zz, *z;
    -
    -	bn_check_top(a);
    -
    -	if (!p[0])
    -		{
    -		/* reduction mod 1 => return 0 */
    -		BN_zero(r);
    -		return 1;
    -		}
    -
    -	/* Since the algorithm does reduction in the r value, if a != r, copy
    -	 * the contents of a into r so we can do reduction in r. 
    -	 */
    -	if (a != r)
    -		{
    -		if (!bn_wexpand(r, a->top)) return 0;
    -		for (j = 0; j < a->top; j++)
    -			{
    -			r->d[j] = a->d[j];
    -			}
    -		r->top = a->top;
    -		}
    -	z = r->d;
    -
    -	/* start reduction */
    -	dN = p[0] / BN_BITS2;  
    -	for (j = r->top - 1; j > dN;)
    -		{
    -		zz = z[j];
    -		if (z[j] == 0) { j--; continue; }
    -		z[j] = 0;
    -
    -		for (k = 1; p[k] != 0; k++)
    -			{
    -			/* reducing component t^p[k] */
    -			n = p[0] - p[k];
    -			d0 = n % BN_BITS2;  d1 = BN_BITS2 - d0;
    -			n /= BN_BITS2; 
    -			z[j-n] ^= (zz>>d0);
    -			if (d0) z[j-n-1] ^= (zz<> d0);
    -		if (d0) z[j-n-1] ^= (zz << d1);
    -		}
    -
    -	/* final round of reduction */
    -	while (j == dN)
    -		{
    -
    -		d0 = p[0] % BN_BITS2;
    -		zz = z[dN] >> d0;
    -		if (zz == 0) break;
    -		d1 = BN_BITS2 - d0;
    -		
    -		/* clear up the top d1 bits */
    -		if (d0)
    -			z[dN] = (z[dN] << d1) >> d1;
    -		else
    -			z[dN] = 0;
    -		z[0] ^= zz; /* reduction t^0 component */
    -
    -		for (k = 1; p[k] != 0; k++)
    -			{
    -			BN_ULONG tmp_ulong;
    -
    -			/* reducing component t^p[k]*/
    -			n = p[k] / BN_BITS2;   
    -			d0 = p[k] % BN_BITS2;
    -			d1 = BN_BITS2 - d0;
    -			z[n] ^= (zz << d0);
    -			tmp_ulong = zz >> d1;
    -                        if (d0 && tmp_ulong)
    -                                z[n+1] ^= tmp_ulong;
    -			}
    -
    -		
    -		}
    -
    -	bn_correct_top(r);
    -	return 1;
    -	}
    -
    -/* Performs modular reduction of a by p and store result in r.  r could be a.
    - *
    +{
    +    int j, k;
    +    int n, dN, d0, d1;
    +    BN_ULONG zz, *z;
    +
    +    bn_check_top(a);
    +
    +    if (!p[0]) {
    +        /* reduction mod 1 => return 0 */
    +        BN_zero(r);
    +        return 1;
    +    }
    +
    +    /*
    +     * Since the algorithm does reduction in the r value, if a != r, copy the
    +     * contents of a into r so we can do reduction in r.
    +     */
    +    if (a != r) {
    +        if (!bn_wexpand(r, a->top))
    +            return 0;
    +        for (j = 0; j < a->top; j++) {
    +            r->d[j] = a->d[j];
    +        }
    +        r->top = a->top;
    +    }
    +    z = r->d;
    +
    +    /* start reduction */
    +    dN = p[0] / BN_BITS2;
    +    for (j = r->top - 1; j > dN;) {
    +        zz = z[j];
    +        if (z[j] == 0) {
    +            j--;
    +            continue;
    +        }
    +        z[j] = 0;
    +
    +        for (k = 1; p[k] != 0; k++) {
    +            /* reducing component t^p[k] */
    +            n = p[0] - p[k];
    +            d0 = n % BN_BITS2;
    +            d1 = BN_BITS2 - d0;
    +            n /= BN_BITS2;
    +            z[j - n] ^= (zz >> d0);
    +            if (d0)
    +                z[j - n - 1] ^= (zz << d1);
    +        }
    +
    +        /* reducing component t^0 */
    +        n = dN;
    +        d0 = p[0] % BN_BITS2;
    +        d1 = BN_BITS2 - d0;
    +        z[j - n] ^= (zz >> d0);
    +        if (d0)
    +            z[j - n - 1] ^= (zz << d1);
    +    }
    +
    +    /* final round of reduction */
    +    while (j == dN) {
    +
    +        d0 = p[0] % BN_BITS2;
    +        zz = z[dN] >> d0;
    +        if (zz == 0)
    +            break;
    +        d1 = BN_BITS2 - d0;
    +
    +        /* clear up the top d1 bits */
    +        if (d0)
    +            z[dN] = (z[dN] << d1) >> d1;
    +        else
    +            z[dN] = 0;
    +        z[0] ^= zz;             /* reduction t^0 component */
    +
    +        for (k = 1; p[k] != 0; k++) {
    +            BN_ULONG tmp_ulong;
    +
    +            /* reducing component t^p[k] */
    +            n = p[k] / BN_BITS2;
    +            d0 = p[k] % BN_BITS2;
    +            d1 = BN_BITS2 - d0;
    +            z[n] ^= (zz << d0);
    +            tmp_ulong = zz >> d1;
    +            if (d0 && tmp_ulong)
    +                z[n + 1] ^= tmp_ulong;
    +        }
    +
    +    }
    +
    +    bn_correct_top(r);
    +    return 1;
    +}
    +
    +/*
    + * Performs modular reduction of a by p and store result in r.  r could be a.
      * This function calls down to the BN_GF2m_mod_arr implementation; this wrapper
    - * function is only provided for convenience; for best performance, use the 
    + * function is only provided for convenience; for best performance, use the
      * BN_GF2m_mod_arr function.
      */
    -int	BN_GF2m_mod(BIGNUM *r, const BIGNUM *a, const BIGNUM *p)
    -	{
    -	int ret = 0;
    -	int arr[6];
    -	bn_check_top(a);
    -	bn_check_top(p);
    -	ret = BN_GF2m_poly2arr(p, arr, sizeof(arr)/sizeof(arr[0]));
    -	if (!ret || ret > (int)(sizeof(arr)/sizeof(arr[0])))
    -		{
    -		BNerr(BN_F_BN_GF2M_MOD,BN_R_INVALID_LENGTH);
    -		return 0;
    -		}
    -	ret = BN_GF2m_mod_arr(r, a, arr);
    -	bn_check_top(r);
    -	return ret;
    -	}
    -
    -
    -/* Compute the product of two polynomials a and b, reduce modulo p, and store
    +int BN_GF2m_mod(BIGNUM *r, const BIGNUM *a, const BIGNUM *p)
    +{
    +    int ret = 0;
    +    int arr[6];
    +    bn_check_top(a);
    +    bn_check_top(p);
    +    ret = BN_GF2m_poly2arr(p, arr, sizeof(arr) / sizeof(arr[0]));
    +    if (!ret || ret > (int)(sizeof(arr) / sizeof(arr[0]))) {
    +        BNerr(BN_F_BN_GF2M_MOD, BN_R_INVALID_LENGTH);
    +        return 0;
    +    }
    +    ret = BN_GF2m_mod_arr(r, a, arr);
    +    bn_check_top(r);
    +    return ret;
    +}
    +
    +/*
    + * Compute the product of two polynomials a and b, reduce modulo p, and store
      * the result in r.  r could be a or b; a could be b.
      */
    -int	BN_GF2m_mod_mul_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const int p[], BN_CTX *ctx)
    -	{
    -	int zlen, i, j, k, ret = 0;
    -	BIGNUM *s;
    -	BN_ULONG x1, x0, y1, y0, zz[4];
    -
    -	bn_check_top(a);
    -	bn_check_top(b);
    -
    -	if (a == b)
    -		{
    -		return BN_GF2m_mod_sqr_arr(r, a, p, ctx);
    -		}
    -
    -	BN_CTX_start(ctx);
    -	if ((s = BN_CTX_get(ctx)) == NULL) goto err;
    -	
    -	zlen = a->top + b->top + 4;
    -	if (!bn_wexpand(s, zlen)) goto err;
    -	s->top = zlen;
    -
    -	for (i = 0; i < zlen; i++) s->d[i] = 0;
    -
    -	for (j = 0; j < b->top; j += 2)
    -		{
    -		y0 = b->d[j];
    -		y1 = ((j+1) == b->top) ? 0 : b->d[j+1];
    -		for (i = 0; i < a->top; i += 2)
    -			{
    -			x0 = a->d[i];
    -			x1 = ((i+1) == a->top) ? 0 : a->d[i+1];
    -			bn_GF2m_mul_2x2(zz, x1, x0, y1, y0);
    -			for (k = 0; k < 4; k++) s->d[i+j+k] ^= zz[k];
    -			}
    -		}
    -
    -	bn_correct_top(s);
    -	if (BN_GF2m_mod_arr(r, s, p))
    -		ret = 1;
    -	bn_check_top(r);
    -
    -err:
    -	BN_CTX_end(ctx);
    -	return ret;
    -	}
    -
    -/* Compute the product of two polynomials a and b, reduce modulo p, and store
    - * the result in r.  r could be a or b; a could equal b.
    - *
    - * This function calls down to the BN_GF2m_mod_mul_arr implementation; this wrapper
    - * function is only provided for convenience; for best performance, use the 
    +int BN_GF2m_mod_mul_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
    +                        const int p[], BN_CTX *ctx)
    +{
    +    int zlen, i, j, k, ret = 0;
    +    BIGNUM *s;
    +    BN_ULONG x1, x0, y1, y0, zz[4];
    +
    +    bn_check_top(a);
    +    bn_check_top(b);
    +
    +    if (a == b) {
    +        return BN_GF2m_mod_sqr_arr(r, a, p, ctx);
    +    }
    +
    +    BN_CTX_start(ctx);
    +    if ((s = BN_CTX_get(ctx)) == NULL)
    +        goto err;
    +
    +    zlen = a->top + b->top + 4;
    +    if (!bn_wexpand(s, zlen))
    +        goto err;
    +    s->top = zlen;
    +
    +    for (i = 0; i < zlen; i++)
    +        s->d[i] = 0;
    +
    +    for (j = 0; j < b->top; j += 2) {
    +        y0 = b->d[j];
    +        y1 = ((j + 1) == b->top) ? 0 : b->d[j + 1];
    +        for (i = 0; i < a->top; i += 2) {
    +            x0 = a->d[i];
    +            x1 = ((i + 1) == a->top) ? 0 : a->d[i + 1];
    +            bn_GF2m_mul_2x2(zz, x1, x0, y1, y0);
    +            for (k = 0; k < 4; k++)
    +                s->d[i + j + k] ^= zz[k];
    +        }
    +    }
    +
    +    bn_correct_top(s);
    +    if (BN_GF2m_mod_arr(r, s, p))
    +        ret = 1;
    +    bn_check_top(r);
    +
    + err:
    +    BN_CTX_end(ctx);
    +    return ret;
    +}
    +
    +/*
    + * Compute the product of two polynomials a and b, reduce modulo p, and store
    + * the result in r.  r could be a or b; a could equal b. This function calls
    + * down to the BN_GF2m_mod_mul_arr implementation; this wrapper function is
    + * only provided for convenience; for best performance, use the
      * BN_GF2m_mod_mul_arr function.
      */
    -int	BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *p, BN_CTX *ctx)
    -	{
    -	int ret = 0;
    -	const int max = BN_num_bits(p) + 1;
    -	int *arr=NULL;
    -	bn_check_top(a);
    -	bn_check_top(b);
    -	bn_check_top(p);
    -	if ((arr = (int *)OPENSSL_malloc(sizeof(int) * max)) == NULL) goto err;
    -	ret = BN_GF2m_poly2arr(p, arr, max);
    -	if (!ret || ret > max)
    -		{
    -		BNerr(BN_F_BN_GF2M_MOD_MUL,BN_R_INVALID_LENGTH);
    -		goto err;
    -		}
    -	ret = BN_GF2m_mod_mul_arr(r, a, b, arr, ctx);
    -	bn_check_top(r);
    -err:
    -	if (arr) OPENSSL_free(arr);
    -	return ret;
    -	}
    -
    +int BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
    +                    const BIGNUM *p, BN_CTX *ctx)
    +{
    +    int ret = 0;
    +    const int max = BN_num_bits(p) + 1;
    +    int *arr = NULL;
    +    bn_check_top(a);
    +    bn_check_top(b);
    +    bn_check_top(p);
    +    if ((arr = (int *)OPENSSL_malloc(sizeof(int) * max)) == NULL)
    +        goto err;
    +    ret = BN_GF2m_poly2arr(p, arr, max);
    +    if (!ret || ret > max) {
    +        BNerr(BN_F_BN_GF2M_MOD_MUL, BN_R_INVALID_LENGTH);
    +        goto err;
    +    }
    +    ret = BN_GF2m_mod_mul_arr(r, a, b, arr, ctx);
    +    bn_check_top(r);
    + err:
    +    if (arr)
    +        OPENSSL_free(arr);
    +    return ret;
    +}
     
     /* Square a, reduce the result mod p, and store it in a.  r could be a. */
    -int	BN_GF2m_mod_sqr_arr(BIGNUM *r, const BIGNUM *a, const int p[], BN_CTX *ctx)
    -	{
    -	int i, ret = 0;
    -	BIGNUM *s;
    -
    -	bn_check_top(a);
    -	BN_CTX_start(ctx);
    -	if ((s = BN_CTX_get(ctx)) == NULL) return 0;
    -	if (!bn_wexpand(s, 2 * a->top)) goto err;
    -
    -	for (i = a->top - 1; i >= 0; i--)
    -		{
    -		s->d[2*i+1] = SQR1(a->d[i]);
    -		s->d[2*i  ] = SQR0(a->d[i]);
    -		}
    -
    -	s->top = 2 * a->top;
    -	bn_correct_top(s);
    -	if (!BN_GF2m_mod_arr(r, s, p)) goto err;
    -	bn_check_top(r);
    -	ret = 1;
    -err:
    -	BN_CTX_end(ctx);
    -	return ret;
    -	}
    -
    -/* Square a, reduce the result mod p, and store it in a.  r could be a.
    - *
    - * This function calls down to the BN_GF2m_mod_sqr_arr implementation; this wrapper
    - * function is only provided for convenience; for best performance, use the 
    - * BN_GF2m_mod_sqr_arr function.
    +int BN_GF2m_mod_sqr_arr(BIGNUM *r, const BIGNUM *a, const int p[],
    +                        BN_CTX *ctx)
    +{
    +    int i, ret = 0;
    +    BIGNUM *s;
    +
    +    bn_check_top(a);
    +    BN_CTX_start(ctx);
    +    if ((s = BN_CTX_get(ctx)) == NULL)
    +        return 0;
    +    if (!bn_wexpand(s, 2 * a->top))
    +        goto err;
    +
    +    for (i = a->top - 1; i >= 0; i--) {
    +        s->d[2 * i + 1] = SQR1(a->d[i]);
    +        s->d[2 * i] = SQR0(a->d[i]);
    +    }
    +
    +    s->top = 2 * a->top;
    +    bn_correct_top(s);
    +    if (!BN_GF2m_mod_arr(r, s, p))
    +        goto err;
    +    bn_check_top(r);
    +    ret = 1;
    + err:
    +    BN_CTX_end(ctx);
    +    return ret;
    +}
    +
    +/*
    + * Square a, reduce the result mod p, and store it in a.  r could be a. This
    + * function calls down to the BN_GF2m_mod_sqr_arr implementation; this
    + * wrapper function is only provided for convenience; for best performance,
    + * use the BN_GF2m_mod_sqr_arr function.
      */
    -int	BN_GF2m_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx)
    -	{
    -	int ret = 0;
    -	const int max = BN_num_bits(p) + 1;
    -	int *arr=NULL;
    -
    -	bn_check_top(a);
    -	bn_check_top(p);
    -	if ((arr = (int *)OPENSSL_malloc(sizeof(int) * max)) == NULL) goto err;
    -	ret = BN_GF2m_poly2arr(p, arr, max);
    -	if (!ret || ret > max)
    -		{
    -		BNerr(BN_F_BN_GF2M_MOD_SQR,BN_R_INVALID_LENGTH);
    -		goto err;
    -		}
    -	ret = BN_GF2m_mod_sqr_arr(r, a, arr, ctx);
    -	bn_check_top(r);
    -err:
    -	if (arr) OPENSSL_free(arr);
    -	return ret;
    -	}
    -
    -
    -/* Invert a, reduce modulo p, and store the result in r. r could be a. 
    - * Uses Modified Almost Inverse Algorithm (Algorithm 10) from
    - *     Hankerson, D., Hernandez, J.L., and Menezes, A.  "Software Implementation
    - *     of Elliptic Curve Cryptography Over Binary Fields".
    +int BN_GF2m_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx)
    +{
    +    int ret = 0;
    +    const int max = BN_num_bits(p) + 1;
    +    int *arr = NULL;
    +
    +    bn_check_top(a);
    +    bn_check_top(p);
    +    if ((arr = (int *)OPENSSL_malloc(sizeof(int) * max)) == NULL)
    +        goto err;
    +    ret = BN_GF2m_poly2arr(p, arr, max);
    +    if (!ret || ret > max) {
    +        BNerr(BN_F_BN_GF2M_MOD_SQR, BN_R_INVALID_LENGTH);
    +        goto err;
    +    }
    +    ret = BN_GF2m_mod_sqr_arr(r, a, arr, ctx);
    +    bn_check_top(r);
    + err:
    +    if (arr)
    +        OPENSSL_free(arr);
    +    return ret;
    +}
    +
    +/*
    + * Invert a, reduce modulo p, and store the result in r. r could be a. Uses
    + * Modified Almost Inverse Algorithm (Algorithm 10) from Hankerson, D.,
    + * Hernandez, J.L., and Menezes, A.  "Software Implementation of Elliptic
    + * Curve Cryptography Over Binary Fields".
      */
     int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx)
    -	{
    -	BIGNUM *b, *c = NULL, *u = NULL, *v = NULL, *tmp;
    -	int ret = 0;
    -
    -	bn_check_top(a);
    -	bn_check_top(p);
    -
    -	BN_CTX_start(ctx);
    -	
    -	if ((b = BN_CTX_get(ctx))==NULL) goto err;
    -	if ((c = BN_CTX_get(ctx))==NULL) goto err;
    -	if ((u = BN_CTX_get(ctx))==NULL) goto err;
    -	if ((v = BN_CTX_get(ctx))==NULL) goto err;
    -
    -	if (!BN_GF2m_mod(u, a, p)) goto err;
    -	if (BN_is_zero(u)) goto err;
    -
    -	if (!BN_copy(v, p)) goto err;
    -#if 0
    -	if (!BN_one(b)) goto err;
    -
    -	while (1)
    -		{
    -		while (!BN_is_odd(u))
    -			{
    -			if (BN_is_zero(u)) goto err;
    -			if (!BN_rshift1(u, u)) goto err;
    -			if (BN_is_odd(b))
    -				{
    -				if (!BN_GF2m_add(b, b, p)) goto err;
    -				}
    -			if (!BN_rshift1(b, b)) goto err;
    -			}
    -
    -		if (BN_abs_is_word(u, 1)) break;
    -
    -		if (BN_num_bits(u) < BN_num_bits(v))
    -			{
    -			tmp = u; u = v; v = tmp;
    -			tmp = b; b = c; c = tmp;
    -			}
    -		
    -		if (!BN_GF2m_add(u, u, v)) goto err;
    -		if (!BN_GF2m_add(b, b, c)) goto err;
    -		}
    -#else
    -	{
    -	int i,	ubits = BN_num_bits(u),
    -		vbits = BN_num_bits(v),	/* v is copy of p */
    -		top = p->top;
    -	BN_ULONG *udp,*bdp,*vdp,*cdp;
    -
    -	bn_wexpand(u,top);	udp = u->d;
    -				for (i=u->top;itop = top;
    -	bn_wexpand(b,top);	bdp = b->d;
    -				bdp[0] = 1;
    -				for (i=1;itop = top;
    -	bn_wexpand(c,top);	cdp = c->d;
    -				for (i=0;itop = top;
    -	vdp = v->d;	/* It pays off to "cache" *->d pointers, because
    -			 * it allows optimizer to be more aggressive.
    -			 * But we don't have to "cache" p->d, because *p
    -			 * is declared 'const'... */
    -	while (1)
    -		{
    -		while (ubits && !(udp[0]&1))
    -			{
    -			BN_ULONG u0,u1,b0,b1,mask;
    -
    -			u0   = udp[0];
    -			b0   = bdp[0];
    -			mask = (BN_ULONG)0-(b0&1);
    -			b0  ^= p->d[0]&mask;
    -			for (i=0;i>1)|(u1<<(BN_BITS2-1)))&BN_MASK2;
    -				u0 = u1;
    -				b1 = bdp[i+1]^(p->d[i+1]&mask);
    -				bdp[i] = ((b0>>1)|(b1<<(BN_BITS2-1)))&BN_MASK2;
    -				b0 = b1;
    -				}
    -			udp[i] = u0>>1;
    -			bdp[i] = b0>>1;
    -			ubits--;
    -			}
    -
    -		if (ubits<=BN_BITS2 && udp[0]==1) break;
    -
    -		if (ubitsd;
    -			bdp = cdp; cdp = c->d;
    -			}
    -		for(i=0;itop;
    +        BN_ULONG *udp, *bdp, *vdp, *cdp;
    +
    +        bn_wexpand(u, top);
    +        udp = u->d;
    +        for (i = u->top; i < top; i++)
    +            udp[i] = 0;
    +        u->top = top;
    +        bn_wexpand(b, top);
    +        bdp = b->d;
    +        bdp[0] = 1;
    +        for (i = 1; i < top; i++)
    +            bdp[i] = 0;
    +        b->top = top;
    +        bn_wexpand(c, top);
    +        cdp = c->d;
    +        for (i = 0; i < top; i++)
    +            cdp[i] = 0;
    +        c->top = top;
    +        vdp = v->d;             /* It pays off to "cache" *->d pointers,
    +                                 * because it allows optimizer to be more
    +                                 * aggressive. But we don't have to "cache"
    +                                 * p->d, because *p is declared 'const'... */
    +        while (1) {
    +            while (ubits && !(udp[0] & 1)) {
    +                BN_ULONG u0, u1, b0, b1, mask;
    +
    +                u0 = udp[0];
    +                b0 = bdp[0];
    +                mask = (BN_ULONG)0 - (b0 & 1);
    +                b0 ^= p->d[0] & mask;
    +                for (i = 0; i < top - 1; i++) {
    +                    u1 = udp[i + 1];
    +                    udp[i] = ((u0 >> 1) | (u1 << (BN_BITS2 - 1))) & BN_MASK2;
    +                    u0 = u1;
    +                    b1 = bdp[i + 1] ^ (p->d[i + 1] & mask);
    +                    bdp[i] = ((b0 >> 1) | (b1 << (BN_BITS2 - 1))) & BN_MASK2;
    +                    b0 = b1;
    +                }
    +                udp[i] = u0 >> 1;
    +                bdp[i] = b0 >> 1;
    +                ubits--;
    +            }
    +
    +            if (ubits <= BN_BITS2 && udp[0] == 1)
    +                break;
    +
    +            if (ubits < vbits) {
    +                i = ubits;
    +                ubits = vbits;
    +                vbits = i;
    +                tmp = u;
    +                u = v;
    +                v = tmp;
    +                tmp = b;
    +                b = c;
    +                c = tmp;
    +                udp = vdp;
    +                vdp = v->d;
    +                bdp = cdp;
    +                cdp = c->d;
    +            }
    +            for (i = 0; i < top; i++) {
    +                udp[i] ^= vdp[i];
    +                bdp[i] ^= cdp[i];
    +            }
    +            if (ubits == vbits) {
    +                BN_ULONG ul;
    +                int utop = (ubits - 1) / BN_BITS2;
    +
    +                while ((ul = udp[utop]) == 0 && utop)
    +                    utop--;
    +                ubits = utop * BN_BITS2 + BN_num_bits_word(ul);
    +            }
    +        }
    +        bn_correct_top(b);
    +    }
    +# endif
    +
    +    if (!BN_copy(r, b))
    +        goto err;
    +    bn_check_top(r);
    +    ret = 1;
    +
    + err:
    +# ifdef BN_DEBUG                /* BN_CTX_end would complain about the
    +                                 * expanded form */
    +    bn_correct_top(c);
    +    bn_correct_top(u);
    +    bn_correct_top(v);
    +# endif
    +    BN_CTX_end(ctx);
    +    return ret;
    +}
    +
    +/*
    + * Invert xx, reduce modulo p, and store the result in r. r could be xx.
    + * This function calls down to the BN_GF2m_mod_inv implementation; this
    + * wrapper function is only provided for convenience; for best performance,
    + * use the BN_GF2m_mod_inv function.
      */
    -int BN_GF2m_mod_inv_arr(BIGNUM *r, const BIGNUM *xx, const int p[], BN_CTX *ctx)
    -	{
    -	BIGNUM *field;
    -	int ret = 0;
    -
    -	bn_check_top(xx);
    -	BN_CTX_start(ctx);
    -	if ((field = BN_CTX_get(ctx)) == NULL) goto err;
    -	if (!BN_GF2m_arr2poly(p, field)) goto err;
    -	
    -	ret = BN_GF2m_mod_inv(r, xx, field, ctx);
    -	bn_check_top(r);
    -
    -err:
    -	BN_CTX_end(ctx);
    -	return ret;
    -	}
    -
    -
    -#ifndef OPENSSL_SUN_GF2M_DIV
    -/* Divide y by x, reduce modulo p, and store the result in r. r could be x 
    +int BN_GF2m_mod_inv_arr(BIGNUM *r, const BIGNUM *xx, const int p[],
    +                        BN_CTX *ctx)
    +{
    +    BIGNUM *field;
    +    int ret = 0;
    +
    +    bn_check_top(xx);
    +    BN_CTX_start(ctx);
    +    if ((field = BN_CTX_get(ctx)) == NULL)
    +        goto err;
    +    if (!BN_GF2m_arr2poly(p, field))
    +        goto err;
    +
    +    ret = BN_GF2m_mod_inv(r, xx, field, ctx);
    +    bn_check_top(r);
    +
    + err:
    +    BN_CTX_end(ctx);
    +    return ret;
    +}
    +
    +# ifndef OPENSSL_SUN_GF2M_DIV
    +/*
    + * Divide y by x, reduce modulo p, and store the result in r. r could be x
      * or y, x could equal y.
      */
    -int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *y, const BIGNUM *x, const BIGNUM *p, BN_CTX *ctx)
    -	{
    -	BIGNUM *xinv = NULL;
    -	int ret = 0;
    -
    -	bn_check_top(y);
    -	bn_check_top(x);
    -	bn_check_top(p);
    -
    -	BN_CTX_start(ctx);
    -	xinv = BN_CTX_get(ctx);
    -	if (xinv == NULL) goto err;
    -	
    -	if (!BN_GF2m_mod_inv(xinv, x, p, ctx)) goto err;
    -	if (!BN_GF2m_mod_mul(r, y, xinv, p, ctx)) goto err;
    -	bn_check_top(r);
    -	ret = 1;
    -
    -err:
    -	BN_CTX_end(ctx);
    -	return ret;
    -	}
    -#else
    -/* Divide y by x, reduce modulo p, and store the result in r. r could be x 
    - * or y, x could equal y.
    - * Uses algorithm Modular_Division_GF(2^m) from 
    - *     Chang-Shantz, S.  "From Euclid's GCD to Montgomery Multiplication to 
    - *     the Great Divide".
    +int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *y, const BIGNUM *x,
    +                    const BIGNUM *p, BN_CTX *ctx)
    +{
    +    BIGNUM *xinv = NULL;
    +    int ret = 0;
    +
    +    bn_check_top(y);
    +    bn_check_top(x);
    +    bn_check_top(p);
    +
    +    BN_CTX_start(ctx);
    +    xinv = BN_CTX_get(ctx);
    +    if (xinv == NULL)
    +        goto err;
    +
    +    if (!BN_GF2m_mod_inv(xinv, x, p, ctx))
    +        goto err;
    +    if (!BN_GF2m_mod_mul(r, y, xinv, p, ctx))
    +        goto err;
    +    bn_check_top(r);
    +    ret = 1;
    +
    + err:
    +    BN_CTX_end(ctx);
    +    return ret;
    +}
    +# else
    +/*
    + * Divide y by x, reduce modulo p, and store the result in r. r could be x
    + * or y, x could equal y. Uses algorithm Modular_Division_GF(2^m) from
    + * Chang-Shantz, S.  "From Euclid's GCD to Montgomery Multiplication to the
    + * Great Divide".
      */
    -int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *y, const BIGNUM *x, const BIGNUM *p, BN_CTX *ctx)
    -	{
    -	BIGNUM *a, *b, *u, *v;
    -	int ret = 0;
    -
    -	bn_check_top(y);
    -	bn_check_top(x);
    -	bn_check_top(p);
    -
    -	BN_CTX_start(ctx);
    -	
    -	a = BN_CTX_get(ctx);
    -	b = BN_CTX_get(ctx);
    -	u = BN_CTX_get(ctx);
    -	v = BN_CTX_get(ctx);
    -	if (v == NULL) goto err;
    -
    -	/* reduce x and y mod p */
    -	if (!BN_GF2m_mod(u, y, p)) goto err;
    -	if (!BN_GF2m_mod(a, x, p)) goto err;
    -	if (!BN_copy(b, p)) goto err;
    -	
    -	while (!BN_is_odd(a))
    -		{
    -		if (!BN_rshift1(a, a)) goto err;
    -		if (BN_is_odd(u)) if (!BN_GF2m_add(u, u, p)) goto err;
    -		if (!BN_rshift1(u, u)) goto err;
    -		}
    -
    -	do
    -		{
    -		if (BN_GF2m_cmp(b, a) > 0)
    -			{
    -			if (!BN_GF2m_add(b, b, a)) goto err;
    -			if (!BN_GF2m_add(v, v, u)) goto err;
    -			do
    -				{
    -				if (!BN_rshift1(b, b)) goto err;
    -				if (BN_is_odd(v)) if (!BN_GF2m_add(v, v, p)) goto err;
    -				if (!BN_rshift1(v, v)) goto err;
    -				} while (!BN_is_odd(b));
    -			}
    -		else if (BN_abs_is_word(a, 1))
    -			break;
    -		else
    -			{
    -			if (!BN_GF2m_add(a, a, b)) goto err;
    -			if (!BN_GF2m_add(u, u, v)) goto err;
    -			do
    -				{
    -				if (!BN_rshift1(a, a)) goto err;
    -				if (BN_is_odd(u)) if (!BN_GF2m_add(u, u, p)) goto err;
    -				if (!BN_rshift1(u, u)) goto err;
    -				} while (!BN_is_odd(a));
    -			}
    -		} while (1);
    -
    -	if (!BN_copy(r, u)) goto err;
    -	bn_check_top(r);
    -	ret = 1;
    -
    -err:
    -  	BN_CTX_end(ctx);
    -	return ret;
    -	}
    -#endif
    -
    -/* Divide yy by xx, reduce modulo p, and store the result in r. r could be xx 
    - * or yy, xx could equal yy.
    - *
    - * This function calls down to the BN_GF2m_mod_div implementation; this wrapper
    - * function is only provided for convenience; for best performance, use the 
    - * BN_GF2m_mod_div function.
    +int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *y, const BIGNUM *x,
    +                    const BIGNUM *p, BN_CTX *ctx)
    +{
    +    BIGNUM *a, *b, *u, *v;
    +    int ret = 0;
    +
    +    bn_check_top(y);
    +    bn_check_top(x);
    +    bn_check_top(p);
    +
    +    BN_CTX_start(ctx);
    +
    +    a = BN_CTX_get(ctx);
    +    b = BN_CTX_get(ctx);
    +    u = BN_CTX_get(ctx);
    +    v = BN_CTX_get(ctx);
    +    if (v == NULL)
    +        goto err;
    +
    +    /* reduce x and y mod p */
    +    if (!BN_GF2m_mod(u, y, p))
    +        goto err;
    +    if (!BN_GF2m_mod(a, x, p))
    +        goto err;
    +    if (!BN_copy(b, p))
    +        goto err;
    +
    +    while (!BN_is_odd(a)) {
    +        if (!BN_rshift1(a, a))
    +            goto err;
    +        if (BN_is_odd(u))
    +            if (!BN_GF2m_add(u, u, p))
    +                goto err;
    +        if (!BN_rshift1(u, u))
    +            goto err;
    +    }
    +
    +    do {
    +        if (BN_GF2m_cmp(b, a) > 0) {
    +            if (!BN_GF2m_add(b, b, a))
    +                goto err;
    +            if (!BN_GF2m_add(v, v, u))
    +                goto err;
    +            do {
    +                if (!BN_rshift1(b, b))
    +                    goto err;
    +                if (BN_is_odd(v))
    +                    if (!BN_GF2m_add(v, v, p))
    +                        goto err;
    +                if (!BN_rshift1(v, v))
    +                    goto err;
    +            } while (!BN_is_odd(b));
    +        } else if (BN_abs_is_word(a, 1))
    +            break;
    +        else {
    +            if (!BN_GF2m_add(a, a, b))
    +                goto err;
    +            if (!BN_GF2m_add(u, u, v))
    +                goto err;
    +            do {
    +                if (!BN_rshift1(a, a))
    +                    goto err;
    +                if (BN_is_odd(u))
    +                    if (!BN_GF2m_add(u, u, p))
    +                        goto err;
    +                if (!BN_rshift1(u, u))
    +                    goto err;
    +            } while (!BN_is_odd(a));
    +        }
    +    } while (1);
    +
    +    if (!BN_copy(r, u))
    +        goto err;
    +    bn_check_top(r);
    +    ret = 1;
    +
    + err:
    +    BN_CTX_end(ctx);
    +    return ret;
    +}
    +# endif
    +
    +/*
    + * Divide yy by xx, reduce modulo p, and store the result in r. r could be xx
    + * * or yy, xx could equal yy. This function calls down to the
    + * BN_GF2m_mod_div implementation; this wrapper function is only provided for
    + * convenience; for best performance, use the BN_GF2m_mod_div function.
      */
    -int BN_GF2m_mod_div_arr(BIGNUM *r, const BIGNUM *yy, const BIGNUM *xx, const int p[], BN_CTX *ctx)
    -	{
    -	BIGNUM *field;
    -	int ret = 0;
    -
    -	bn_check_top(yy);
    -	bn_check_top(xx);
    -
    -	BN_CTX_start(ctx);
    -	if ((field = BN_CTX_get(ctx)) == NULL) goto err;
    -	if (!BN_GF2m_arr2poly(p, field)) goto err;
    -	
    -	ret = BN_GF2m_mod_div(r, yy, xx, field, ctx);
    -	bn_check_top(r);
    -
    -err:
    -	BN_CTX_end(ctx);
    -	return ret;
    -	}
    -
    -
    -/* Compute the bth power of a, reduce modulo p, and store
    - * the result in r.  r could be a.
    - * Uses simple square-and-multiply algorithm A.5.1 from IEEE P1363.
    +int BN_GF2m_mod_div_arr(BIGNUM *r, const BIGNUM *yy, const BIGNUM *xx,
    +                        const int p[], BN_CTX *ctx)
    +{
    +    BIGNUM *field;
    +    int ret = 0;
    +
    +    bn_check_top(yy);
    +    bn_check_top(xx);
    +
    +    BN_CTX_start(ctx);
    +    if ((field = BN_CTX_get(ctx)) == NULL)
    +        goto err;
    +    if (!BN_GF2m_arr2poly(p, field))
    +        goto err;
    +
    +    ret = BN_GF2m_mod_div(r, yy, xx, field, ctx);
    +    bn_check_top(r);
    +
    + err:
    +    BN_CTX_end(ctx);
    +    return ret;
    +}
    +
    +/*
    + * Compute the bth power of a, reduce modulo p, and store the result in r.  r
    + * could be a. Uses simple square-and-multiply algorithm A.5.1 from IEEE
    + * P1363.
      */
    -int	BN_GF2m_mod_exp_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const int p[], BN_CTX *ctx)
    -	{
    -	int ret = 0, i, n;
    -	BIGNUM *u;
    -
    -	bn_check_top(a);
    -	bn_check_top(b);
    -
    -	if (BN_is_zero(b))
    -		return(BN_one(r));
    -
    -	if (BN_abs_is_word(b, 1))
    -		return (BN_copy(r, a) != NULL);
    -
    -	BN_CTX_start(ctx);
    -	if ((u = BN_CTX_get(ctx)) == NULL) goto err;
    -	
    -	if (!BN_GF2m_mod_arr(u, a, p)) goto err;
    -	
    -	n = BN_num_bits(b) - 1;
    -	for (i = n - 1; i >= 0; i--)
    -		{
    -		if (!BN_GF2m_mod_sqr_arr(u, u, p, ctx)) goto err;
    -		if (BN_is_bit_set(b, i))
    -			{
    -			if (!BN_GF2m_mod_mul_arr(u, u, a, p, ctx)) goto err;
    -			}
    -		}
    -	if (!BN_copy(r, u)) goto err;
    -	bn_check_top(r);
    -	ret = 1;
    -err:
    -	BN_CTX_end(ctx);
    -	return ret;
    -	}
    -
    -/* Compute the bth power of a, reduce modulo p, and store
    - * the result in r.  r could be a.
    - *
    - * This function calls down to the BN_GF2m_mod_exp_arr implementation; this wrapper
    - * function is only provided for convenience; for best performance, use the 
    - * BN_GF2m_mod_exp_arr function.
    +int BN_GF2m_mod_exp_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
    +                        const int p[], BN_CTX *ctx)
    +{
    +    int ret = 0, i, n;
    +    BIGNUM *u;
    +
    +    bn_check_top(a);
    +    bn_check_top(b);
    +
    +    if (BN_is_zero(b))
    +        return (BN_one(r));
    +
    +    if (BN_abs_is_word(b, 1))
    +        return (BN_copy(r, a) != NULL);
    +
    +    BN_CTX_start(ctx);
    +    if ((u = BN_CTX_get(ctx)) == NULL)
    +        goto err;
    +
    +    if (!BN_GF2m_mod_arr(u, a, p))
    +        goto err;
    +
    +    n = BN_num_bits(b) - 1;
    +    for (i = n - 1; i >= 0; i--) {
    +        if (!BN_GF2m_mod_sqr_arr(u, u, p, ctx))
    +            goto err;
    +        if (BN_is_bit_set(b, i)) {
    +            if (!BN_GF2m_mod_mul_arr(u, u, a, p, ctx))
    +                goto err;
    +        }
    +    }
    +    if (!BN_copy(r, u))
    +        goto err;
    +    bn_check_top(r);
    +    ret = 1;
    + err:
    +    BN_CTX_end(ctx);
    +    return ret;
    +}
    +
    +/*
    + * Compute the bth power of a, reduce modulo p, and store the result in r.  r
    + * could be a. This function calls down to the BN_GF2m_mod_exp_arr
    + * implementation; this wrapper function is only provided for convenience;
    + * for best performance, use the BN_GF2m_mod_exp_arr function.
      */
    -int BN_GF2m_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *p, BN_CTX *ctx)
    -	{
    -	int ret = 0;
    -	const int max = BN_num_bits(p) + 1;
    -	int *arr=NULL;
    -	bn_check_top(a);
    -	bn_check_top(b);
    -	bn_check_top(p);
    -	if ((arr = (int *)OPENSSL_malloc(sizeof(int) * max)) == NULL) goto err;
    -	ret = BN_GF2m_poly2arr(p, arr, max);
    -	if (!ret || ret > max)
    -		{
    -		BNerr(BN_F_BN_GF2M_MOD_EXP,BN_R_INVALID_LENGTH);
    -		goto err;
    -		}
    -	ret = BN_GF2m_mod_exp_arr(r, a, b, arr, ctx);
    -	bn_check_top(r);
    -err:
    -	if (arr) OPENSSL_free(arr);
    -	return ret;
    -	}
    -
    -/* Compute the square root of a, reduce modulo p, and store
    - * the result in r.  r could be a.
    - * Uses exponentiation as in algorithm A.4.1 from IEEE P1363.
    +int BN_GF2m_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
    +                    const BIGNUM *p, BN_CTX *ctx)
    +{
    +    int ret = 0;
    +    const int max = BN_num_bits(p) + 1;
    +    int *arr = NULL;
    +    bn_check_top(a);
    +    bn_check_top(b);
    +    bn_check_top(p);
    +    if ((arr = (int *)OPENSSL_malloc(sizeof(int) * max)) == NULL)
    +        goto err;
    +    ret = BN_GF2m_poly2arr(p, arr, max);
    +    if (!ret || ret > max) {
    +        BNerr(BN_F_BN_GF2M_MOD_EXP, BN_R_INVALID_LENGTH);
    +        goto err;
    +    }
    +    ret = BN_GF2m_mod_exp_arr(r, a, b, arr, ctx);
    +    bn_check_top(r);
    + err:
    +    if (arr)
    +        OPENSSL_free(arr);
    +    return ret;
    +}
    +
    +/*
    + * Compute the square root of a, reduce modulo p, and store the result in r.
    + * r could be a. Uses exponentiation as in algorithm A.4.1 from IEEE P1363.
      */
    -int	BN_GF2m_mod_sqrt_arr(BIGNUM *r, const BIGNUM *a, const int p[], BN_CTX *ctx)
    -	{
    -	int ret = 0;
    -	BIGNUM *u;
    -
    -	bn_check_top(a);
    -
    -	if (!p[0])
    -		{
    -		/* reduction mod 1 => return 0 */
    -		BN_zero(r);
    -		return 1;
    -		}
    -
    -	BN_CTX_start(ctx);
    -	if ((u = BN_CTX_get(ctx)) == NULL) goto err;
    -	
    -	if (!BN_set_bit(u, p[0] - 1)) goto err;
    -	ret = BN_GF2m_mod_exp_arr(r, a, u, p, ctx);
    -	bn_check_top(r);
    -
    -err:
    -	BN_CTX_end(ctx);
    -	return ret;
    -	}
    -
    -/* Compute the square root of a, reduce modulo p, and store
    - * the result in r.  r could be a.
    - *
    - * This function calls down to the BN_GF2m_mod_sqrt_arr implementation; this wrapper
    - * function is only provided for convenience; for best performance, use the 
    - * BN_GF2m_mod_sqrt_arr function.
    +int BN_GF2m_mod_sqrt_arr(BIGNUM *r, const BIGNUM *a, const int p[],
    +                         BN_CTX *ctx)
    +{
    +    int ret = 0;
    +    BIGNUM *u;
    +
    +    bn_check_top(a);
    +
    +    if (!p[0]) {
    +        /* reduction mod 1 => return 0 */
    +        BN_zero(r);
    +        return 1;
    +    }
    +
    +    BN_CTX_start(ctx);
    +    if ((u = BN_CTX_get(ctx)) == NULL)
    +        goto err;
    +
    +    if (!BN_set_bit(u, p[0] - 1))
    +        goto err;
    +    ret = BN_GF2m_mod_exp_arr(r, a, u, p, ctx);
    +    bn_check_top(r);
    +
    + err:
    +    BN_CTX_end(ctx);
    +    return ret;
    +}
    +
    +/*
    + * Compute the square root of a, reduce modulo p, and store the result in r.
    + * r could be a. This function calls down to the BN_GF2m_mod_sqrt_arr
    + * implementation; this wrapper function is only provided for convenience;
    + * for best performance, use the BN_GF2m_mod_sqrt_arr function.
      */
     int BN_GF2m_mod_sqrt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx)
    -	{
    -	int ret = 0;
    -	const int max = BN_num_bits(p) + 1;
    -	int *arr=NULL;
    -	bn_check_top(a);
    -	bn_check_top(p);
    -	if ((arr = (int *)OPENSSL_malloc(sizeof(int) * max)) == NULL) goto err;
    -	ret = BN_GF2m_poly2arr(p, arr, max);
    -	if (!ret || ret > max)
    -		{
    -		BNerr(BN_F_BN_GF2M_MOD_SQRT,BN_R_INVALID_LENGTH);
    -		goto err;
    -		}
    -	ret = BN_GF2m_mod_sqrt_arr(r, a, arr, ctx);
    -	bn_check_top(r);
    -err:
    -	if (arr) OPENSSL_free(arr);
    -	return ret;
    -	}
    -
    -/* Find r such that r^2 + r = a mod p.  r could be a. If no r exists returns 0.
    - * Uses algorithms A.4.7 and A.4.6 from IEEE P1363.
    +{
    +    int ret = 0;
    +    const int max = BN_num_bits(p) + 1;
    +    int *arr = NULL;
    +    bn_check_top(a);
    +    bn_check_top(p);
    +    if ((arr = (int *)OPENSSL_malloc(sizeof(int) * max)) == NULL)
    +        goto err;
    +    ret = BN_GF2m_poly2arr(p, arr, max);
    +    if (!ret || ret > max) {
    +        BNerr(BN_F_BN_GF2M_MOD_SQRT, BN_R_INVALID_LENGTH);
    +        goto err;
    +    }
    +    ret = BN_GF2m_mod_sqrt_arr(r, a, arr, ctx);
    +    bn_check_top(r);
    + err:
    +    if (arr)
    +        OPENSSL_free(arr);
    +    return ret;
    +}
    +
    +/*
    + * Find r such that r^2 + r = a mod p.  r could be a. If no r exists returns
    + * 0. Uses algorithms A.4.7 and A.4.6 from IEEE P1363.
      */
    -int BN_GF2m_mod_solve_quad_arr(BIGNUM *r, const BIGNUM *a_, const int p[], BN_CTX *ctx)
    -	{
    -	int ret = 0, count = 0, j;
    -	BIGNUM *a, *z, *rho, *w, *w2, *tmp;
    -
    -	bn_check_top(a_);
    -
    -	if (!p[0])
    -		{
    -		/* reduction mod 1 => return 0 */
    -		BN_zero(r);
    -		return 1;
    -		}
    -
    -	BN_CTX_start(ctx);
    -	a = BN_CTX_get(ctx);
    -	z = BN_CTX_get(ctx);
    -	w = BN_CTX_get(ctx);
    -	if (w == NULL) goto err;
    -
    -	if (!BN_GF2m_mod_arr(a, a_, p)) goto err;
    -	
    -	if (BN_is_zero(a))
    -		{
    -		BN_zero(r);
    -		ret = 1;
    -		goto err;
    -		}
    -
    -	if (p[0] & 0x1) /* m is odd */
    -		{
    -		/* compute half-trace of a */
    -		if (!BN_copy(z, a)) goto err;
    -		for (j = 1; j <= (p[0] - 1) / 2; j++)
    -			{
    -			if (!BN_GF2m_mod_sqr_arr(z, z, p, ctx)) goto err;
    -			if (!BN_GF2m_mod_sqr_arr(z, z, p, ctx)) goto err;
    -			if (!BN_GF2m_add(z, z, a)) goto err;
    -			}
    -		
    -		}
    -	else /* m is even */
    -		{
    -		rho = BN_CTX_get(ctx);
    -		w2 = BN_CTX_get(ctx);
    -		tmp = BN_CTX_get(ctx);
    -		if (tmp == NULL) goto err;
    -		do
    -			{
    -			if (!BN_rand(rho, p[0], 0, 0)) goto err;
    -			if (!BN_GF2m_mod_arr(rho, rho, p)) goto err;
    -			BN_zero(z);
    -			if (!BN_copy(w, rho)) goto err;
    -			for (j = 1; j <= p[0] - 1; j++)
    -				{
    -				if (!BN_GF2m_mod_sqr_arr(z, z, p, ctx)) goto err;
    -				if (!BN_GF2m_mod_sqr_arr(w2, w, p, ctx)) goto err;
    -				if (!BN_GF2m_mod_mul_arr(tmp, w2, a, p, ctx)) goto err;
    -				if (!BN_GF2m_add(z, z, tmp)) goto err;
    -				if (!BN_GF2m_add(w, w2, rho)) goto err;
    -				}
    -			count++;
    -			} while (BN_is_zero(w) && (count < MAX_ITERATIONS));
    -		if (BN_is_zero(w))
    -			{
    -			BNerr(BN_F_BN_GF2M_MOD_SOLVE_QUAD_ARR,BN_R_TOO_MANY_ITERATIONS);
    -			goto err;
    -			}
    -		}
    -	
    -	if (!BN_GF2m_mod_sqr_arr(w, z, p, ctx)) goto err;
    -	if (!BN_GF2m_add(w, z, w)) goto err;
    -	if (BN_GF2m_cmp(w, a))
    -		{
    -		BNerr(BN_F_BN_GF2M_MOD_SOLVE_QUAD_ARR, BN_R_NO_SOLUTION);
    -		goto err;
    -		}
    -
    -	if (!BN_copy(r, z)) goto err;
    -	bn_check_top(r);
    -
    -	ret = 1;
    -
    -err:
    -	BN_CTX_end(ctx);
    -	return ret;
    -	}
    -
    -/* Find r such that r^2 + r = a mod p.  r could be a. If no r exists returns 0.
    - *
    - * This function calls down to the BN_GF2m_mod_solve_quad_arr implementation; this wrapper
    - * function is only provided for convenience; for best performance, use the 
    - * BN_GF2m_mod_solve_quad_arr function.
    +int BN_GF2m_mod_solve_quad_arr(BIGNUM *r, const BIGNUM *a_, const int p[],
    +                               BN_CTX *ctx)
    +{
    +    int ret = 0, count = 0, j;
    +    BIGNUM *a, *z, *rho, *w, *w2, *tmp;
    +
    +    bn_check_top(a_);
    +
    +    if (!p[0]) {
    +        /* reduction mod 1 => return 0 */
    +        BN_zero(r);
    +        return 1;
    +    }
    +
    +    BN_CTX_start(ctx);
    +    a = BN_CTX_get(ctx);
    +    z = BN_CTX_get(ctx);
    +    w = BN_CTX_get(ctx);
    +    if (w == NULL)
    +        goto err;
    +
    +    if (!BN_GF2m_mod_arr(a, a_, p))
    +        goto err;
    +
    +    if (BN_is_zero(a)) {
    +        BN_zero(r);
    +        ret = 1;
    +        goto err;
    +    }
    +
    +    if (p[0] & 0x1) {           /* m is odd */
    +        /* compute half-trace of a */
    +        if (!BN_copy(z, a))
    +            goto err;
    +        for (j = 1; j <= (p[0] - 1) / 2; j++) {
    +            if (!BN_GF2m_mod_sqr_arr(z, z, p, ctx))
    +                goto err;
    +            if (!BN_GF2m_mod_sqr_arr(z, z, p, ctx))
    +                goto err;
    +            if (!BN_GF2m_add(z, z, a))
    +                goto err;
    +        }
    +
    +    } else {                    /* m is even */
    +
    +        rho = BN_CTX_get(ctx);
    +        w2 = BN_CTX_get(ctx);
    +        tmp = BN_CTX_get(ctx);
    +        if (tmp == NULL)
    +            goto err;
    +        do {
    +            if (!BN_rand(rho, p[0], 0, 0))
    +                goto err;
    +            if (!BN_GF2m_mod_arr(rho, rho, p))
    +                goto err;
    +            BN_zero(z);
    +            if (!BN_copy(w, rho))
    +                goto err;
    +            for (j = 1; j <= p[0] - 1; j++) {
    +                if (!BN_GF2m_mod_sqr_arr(z, z, p, ctx))
    +                    goto err;
    +                if (!BN_GF2m_mod_sqr_arr(w2, w, p, ctx))
    +                    goto err;
    +                if (!BN_GF2m_mod_mul_arr(tmp, w2, a, p, ctx))
    +                    goto err;
    +                if (!BN_GF2m_add(z, z, tmp))
    +                    goto err;
    +                if (!BN_GF2m_add(w, w2, rho))
    +                    goto err;
    +            }
    +            count++;
    +        } while (BN_is_zero(w) && (count < MAX_ITERATIONS));
    +        if (BN_is_zero(w)) {
    +            BNerr(BN_F_BN_GF2M_MOD_SOLVE_QUAD_ARR, BN_R_TOO_MANY_ITERATIONS);
    +            goto err;
    +        }
    +    }
    +
    +    if (!BN_GF2m_mod_sqr_arr(w, z, p, ctx))
    +        goto err;
    +    if (!BN_GF2m_add(w, z, w))
    +        goto err;
    +    if (BN_GF2m_cmp(w, a)) {
    +        BNerr(BN_F_BN_GF2M_MOD_SOLVE_QUAD_ARR, BN_R_NO_SOLUTION);
    +        goto err;
    +    }
    +
    +    if (!BN_copy(r, z))
    +        goto err;
    +    bn_check_top(r);
    +
    +    ret = 1;
    +
    + err:
    +    BN_CTX_end(ctx);
    +    return ret;
    +}
    +
    +/*
    + * Find r such that r^2 + r = a mod p.  r could be a. If no r exists returns
    + * 0. This function calls down to the BN_GF2m_mod_solve_quad_arr
    + * implementation; this wrapper function is only provided for convenience;
    + * for best performance, use the BN_GF2m_mod_solve_quad_arr function.
      */
    -int BN_GF2m_mod_solve_quad(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx)
    -	{
    -	int ret = 0;
    -	const int max = BN_num_bits(p) + 1;
    -	int *arr=NULL;
    -	bn_check_top(a);
    -	bn_check_top(p);
    -	if ((arr = (int *)OPENSSL_malloc(sizeof(int) *
    -						max)) == NULL) goto err;
    -	ret = BN_GF2m_poly2arr(p, arr, max);
    -	if (!ret || ret > max)
    -		{
    -		BNerr(BN_F_BN_GF2M_MOD_SOLVE_QUAD,BN_R_INVALID_LENGTH);
    -		goto err;
    -		}
    -	ret = BN_GF2m_mod_solve_quad_arr(r, a, arr, ctx);
    -	bn_check_top(r);
    -err:
    -	if (arr) OPENSSL_free(arr);
    -	return ret;
    -	}
    -
    -/* Convert the bit-string representation of a polynomial
    - * ( \sum_{i=0}^n a_i * x^i) into an array of integers corresponding 
    - * to the bits with non-zero coefficient.  Array is terminated with -1.
    - * Up to max elements of the array will be filled.  Return value is total
    - * number of array elements that would be filled if array was large enough.
    +int BN_GF2m_mod_solve_quad(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    +                           BN_CTX *ctx)
    +{
    +    int ret = 0;
    +    const int max = BN_num_bits(p) + 1;
    +    int *arr = NULL;
    +    bn_check_top(a);
    +    bn_check_top(p);
    +    if ((arr = (int *)OPENSSL_malloc(sizeof(int) * max)) == NULL)
    +        goto err;
    +    ret = BN_GF2m_poly2arr(p, arr, max);
    +    if (!ret || ret > max) {
    +        BNerr(BN_F_BN_GF2M_MOD_SOLVE_QUAD, BN_R_INVALID_LENGTH);
    +        goto err;
    +    }
    +    ret = BN_GF2m_mod_solve_quad_arr(r, a, arr, ctx);
    +    bn_check_top(r);
    + err:
    +    if (arr)
    +        OPENSSL_free(arr);
    +    return ret;
    +}
    +
    +/*
    + * Convert the bit-string representation of a polynomial ( \sum_{i=0}^n a_i *
    + * x^i) into an array of integers corresponding to the bits with non-zero
    + * coefficient.  Array is terminated with -1. Up to max elements of the array
    + * will be filled.  Return value is total number of array elements that would
    + * be filled if array was large enough.
      */
     int BN_GF2m_poly2arr(const BIGNUM *a, int p[], int max)
    -	{
    -	int i, j, k = 0;
    -	BN_ULONG mask;
    -
    -	if (BN_is_zero(a))
    -		return 0;
    -
    -	for (i = a->top - 1; i >= 0; i--)
    -		{
    -		if (!a->d[i])
    -			/* skip word if a->d[i] == 0 */
    -			continue;
    -		mask = BN_TBIT;
    -		for (j = BN_BITS2 - 1; j >= 0; j--)
    -			{
    -			if (a->d[i] & mask) 
    -				{
    -				if (k < max) p[k] = BN_BITS2 * i + j;
    -				k++;
    -				}
    -			mask >>= 1;
    -			}
    -		}
    -
    -	if (k < max) {
    -		p[k] = -1;
    -		k++;
    -	}
    -
    -	return k;
    -	}
    -
    -/* Convert the coefficient array representation of a polynomial to a 
    +{
    +    int i, j, k = 0;
    +    BN_ULONG mask;
    +
    +    if (BN_is_zero(a))
    +        return 0;
    +
    +    for (i = a->top - 1; i >= 0; i--) {
    +        if (!a->d[i])
    +            /* skip word if a->d[i] == 0 */
    +            continue;
    +        mask = BN_TBIT;
    +        for (j = BN_BITS2 - 1; j >= 0; j--) {
    +            if (a->d[i] & mask) {
    +                if (k < max)
    +                    p[k] = BN_BITS2 * i + j;
    +                k++;
    +            }
    +            mask >>= 1;
    +        }
    +    }
    +
    +    if (k < max) {
    +        p[k] = -1;
    +        k++;
    +    }
    +
    +    return k;
    +}
    +
    +/*
    + * Convert the coefficient array representation of a polynomial to a
      * bit-string.  The array must be terminated by -1.
      */
     int BN_GF2m_arr2poly(const int p[], BIGNUM *a)
    -	{
    -	int i;
    -
    -	bn_check_top(a);
    -	BN_zero(a);
    -	for (i = 0; p[i] != -1; i++)
    -		{
    -		if (BN_set_bit(a, p[i]) == 0)
    -			return 0;
    -		}
    -	bn_check_top(a);
    -
    -	return 1;
    -	}
    +{
    +    int i;
    +
    +    bn_check_top(a);
    +    BN_zero(a);
    +    for (i = 0; p[i] != -1; i++) {
    +        if (BN_set_bit(a, p[i]) == 0)
    +            return 0;
    +    }
    +    bn_check_top(a);
    +
    +    return 1;
    +}
     
     #endif
    diff --git a/openssl/crypto/bn/bn_kron.c b/openssl/crypto/bn/bn_kron.c
    index 740359b75..88d731ac7 100644
    --- a/openssl/crypto/bn/bn_kron.c
    +++ b/openssl/crypto/bn/bn_kron.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -61,124 +61,126 @@
     
     /* Returns -2 for errors because both -1 and 0 are valid results. */
     int BN_kronecker(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
    -	{
    -	int i;
    -	int ret = -2; /* avoid 'uninitialized' warning */
    -	int err = 0;
    -	BIGNUM *A, *B, *tmp;
    -	/* In 'tab', only odd-indexed entries are relevant:
    -	 * For any odd BIGNUM n,
    -	 *     tab[BN_lsw(n) & 7]
    -	 * is $(-1)^{(n^2-1)/8}$ (using TeX notation).
    -	 * Note that the sign of n does not matter.
    -	 */
    -	static const int tab[8] = {0, 1, 0, -1, 0, -1, 0, 1};
    -
    -	bn_check_top(a);
    -	bn_check_top(b);
    -
    -	BN_CTX_start(ctx);
    -	A = BN_CTX_get(ctx);
    -	B = BN_CTX_get(ctx);
    -	if (B == NULL) goto end;
    -	
    -	err = !BN_copy(A, a);
    -	if (err) goto end;
    -	err = !BN_copy(B, b);
    -	if (err) goto end;
    -
    -	/*
    -	 * Kronecker symbol, imlemented according to Henri Cohen,
    -	 * "A Course in Computational Algebraic Number Theory"
    -	 * (algorithm 1.4.10).
    -	 */
    -
    -	/* Cohen's step 1: */
    -
    -	if (BN_is_zero(B))
    -		{
    -		ret = BN_abs_is_word(A, 1);
    -		goto end;
    - 		}
    -	
    -	/* Cohen's step 2: */
    -
    -	if (!BN_is_odd(A) && !BN_is_odd(B))
    -		{
    -		ret = 0;
    -		goto end;
    -		}
    -
    -	/* now  B  is non-zero */
    -	i = 0;
    -	while (!BN_is_bit_set(B, i))
    -		i++;
    -	err = !BN_rshift(B, B, i);
    -	if (err) goto end;
    -	if (i & 1)
    -		{
    -		/* i is odd */
    -		/* (thus  B  was even, thus  A  must be odd!)  */
    -
    -		/* set 'ret' to $(-1)^{(A^2-1)/8}$ */
    -		ret = tab[BN_lsw(A) & 7];
    -		}
    -	else
    -		{
    -		/* i is even */
    -		ret = 1;
    -		}
    -	
    -	if (B->neg)
    -		{
    -		B->neg = 0;
    -		if (A->neg)
    -			ret = -ret;
    -		}
    -
    -	/* now  B  is positive and odd, so what remains to be done is
    -	 * to compute the Jacobi symbol  (A/B)  and multiply it by 'ret' */
    -
    -	while (1)
    -		{
    -		/* Cohen's step 3: */
    -
    -		/*  B  is positive and odd */
    -
    -		if (BN_is_zero(A))
    -			{
    -			ret = BN_is_one(B) ? ret : 0;
    -			goto end;
    -			}
    -
    -		/* now  A  is non-zero */
    -		i = 0;
    -		while (!BN_is_bit_set(A, i))
    -			i++;
    -		err = !BN_rshift(A, A, i);
    -		if (err) goto end;
    -		if (i & 1)
    -			{
    -			/* i is odd */
    -			/* multiply 'ret' by  $(-1)^{(B^2-1)/8}$ */
    -			ret = ret * tab[BN_lsw(B) & 7];
    -			}
    -	
    -		/* Cohen's step 4: */
    -		/* multiply 'ret' by  $(-1)^{(A-1)(B-1)/4}$ */
    -		if ((A->neg ? ~BN_lsw(A) : BN_lsw(A)) & BN_lsw(B) & 2)
    -			ret = -ret;
    -		
    -		/* (A, B) := (B mod |A|, |A|) */
    -		err = !BN_nnmod(B, B, A, ctx);
    -		if (err) goto end;
    -		tmp = A; A = B; B = tmp;
    -		tmp->neg = 0;
    -		}
    -end:
    -	BN_CTX_end(ctx);
    -	if (err)
    -		return -2;
    -	else
    -		return ret;
    -	}
    +{
    +    int i;
    +    int ret = -2;               /* avoid 'uninitialized' warning */
    +    int err = 0;
    +    BIGNUM *A, *B, *tmp;
    +    /*-
    +     * In 'tab', only odd-indexed entries are relevant:
    +     * For any odd BIGNUM n,
    +     *     tab[BN_lsw(n) & 7]
    +     * is $(-1)^{(n^2-1)/8}$ (using TeX notation).
    +     * Note that the sign of n does not matter.
    +     */
    +    static const int tab[8] = { 0, 1, 0, -1, 0, -1, 0, 1 };
    +
    +    bn_check_top(a);
    +    bn_check_top(b);
    +
    +    BN_CTX_start(ctx);
    +    A = BN_CTX_get(ctx);
    +    B = BN_CTX_get(ctx);
    +    if (B == NULL)
    +        goto end;
    +
    +    err = !BN_copy(A, a);
    +    if (err)
    +        goto end;
    +    err = !BN_copy(B, b);
    +    if (err)
    +        goto end;
    +
    +    /*
    +     * Kronecker symbol, imlemented according to Henri Cohen,
    +     * "A Course in Computational Algebraic Number Theory"
    +     * (algorithm 1.4.10).
    +     */
    +
    +    /* Cohen's step 1: */
    +
    +    if (BN_is_zero(B)) {
    +        ret = BN_abs_is_word(A, 1);
    +        goto end;
    +    }
    +
    +    /* Cohen's step 2: */
    +
    +    if (!BN_is_odd(A) && !BN_is_odd(B)) {
    +        ret = 0;
    +        goto end;
    +    }
    +
    +    /* now  B  is non-zero */
    +    i = 0;
    +    while (!BN_is_bit_set(B, i))
    +        i++;
    +    err = !BN_rshift(B, B, i);
    +    if (err)
    +        goto end;
    +    if (i & 1) {
    +        /* i is odd */
    +        /* (thus  B  was even, thus  A  must be odd!)  */
    +
    +        /* set 'ret' to $(-1)^{(A^2-1)/8}$ */
    +        ret = tab[BN_lsw(A) & 7];
    +    } else {
    +        /* i is even */
    +        ret = 1;
    +    }
    +
    +    if (B->neg) {
    +        B->neg = 0;
    +        if (A->neg)
    +            ret = -ret;
    +    }
    +
    +    /*
    +     * now B is positive and odd, so what remains to be done is to compute
    +     * the Jacobi symbol (A/B) and multiply it by 'ret'
    +     */
    +
    +    while (1) {
    +        /* Cohen's step 3: */
    +
    +        /*  B  is positive and odd */
    +
    +        if (BN_is_zero(A)) {
    +            ret = BN_is_one(B) ? ret : 0;
    +            goto end;
    +        }
    +
    +        /* now  A  is non-zero */
    +        i = 0;
    +        while (!BN_is_bit_set(A, i))
    +            i++;
    +        err = !BN_rshift(A, A, i);
    +        if (err)
    +            goto end;
    +        if (i & 1) {
    +            /* i is odd */
    +            /* multiply 'ret' by  $(-1)^{(B^2-1)/8}$ */
    +            ret = ret * tab[BN_lsw(B) & 7];
    +        }
    +
    +        /* Cohen's step 4: */
    +        /* multiply 'ret' by  $(-1)^{(A-1)(B-1)/4}$ */
    +        if ((A->neg ? ~BN_lsw(A) : BN_lsw(A)) & BN_lsw(B) & 2)
    +            ret = -ret;
    +
    +        /* (A, B) := (B mod |A|, |A|) */
    +        err = !BN_nnmod(B, B, A, ctx);
    +        if (err)
    +            goto end;
    +        tmp = A;
    +        A = B;
    +        B = tmp;
    +        tmp->neg = 0;
    +    }
    + end:
    +    BN_CTX_end(ctx);
    +    if (err)
    +        return -2;
    +    else
    +        return ret;
    +}
    diff --git a/openssl/crypto/bn/bn_lcl.h b/openssl/crypto/bn/bn_lcl.h
    index 817c773b6..7cd58830e 100644
    --- a/openssl/crypto/bn/bn_lcl.h
    +++ b/openssl/crypto/bn/bn_lcl.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,7 +63,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -110,16 +110,15 @@
      */
     
     #ifndef HEADER_BN_LCL_H
    -#define HEADER_BN_LCL_H
    +# define HEADER_BN_LCL_H
     
    -#include 
    +# include 
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -
    -/*
    +/*-
      * BN_window_bits_for_exponent_size -- macro for sliding window mod_exp functions
      *
      *
    @@ -144,73 +143,86 @@ extern "C" {
      * (with draws in between).  Very small exponents are often selected
      * with low Hamming weight, so we use  w = 1  for b <= 23.
      */
    -#if 1
    -#define BN_window_bits_for_exponent_size(b) \
    -		((b) > 671 ? 6 : \
    -		 (b) > 239 ? 5 : \
    -		 (b) >  79 ? 4 : \
    -		 (b) >  23 ? 3 : 1)
    -#else
    -/* Old SSLeay/OpenSSL table.
    - * Maximum window size was 5, so this table differs for b==1024;
    - * but it coincides for other interesting values (b==160, b==512).
    +# if 1
    +#  define BN_window_bits_for_exponent_size(b) \
    +                ((b) > 671 ? 6 : \
    +                 (b) > 239 ? 5 : \
    +                 (b) >  79 ? 4 : \
    +                 (b) >  23 ? 3 : 1)
    +# else
    +/*
    + * Old SSLeay/OpenSSL table. Maximum window size was 5, so this table differs
    + * for b==1024; but it coincides for other interesting values (b==160,
    + * b==512).
      */
    -#define BN_window_bits_for_exponent_size(b) \
    -		((b) > 255 ? 5 : \
    -		 (b) > 127 ? 4 : \
    -		 (b) >  17 ? 3 : 1)
    -#endif	 
    +#  define BN_window_bits_for_exponent_size(b) \
    +                ((b) > 255 ? 5 : \
    +                 (b) > 127 ? 4 : \
    +                 (b) >  17 ? 3 : 1)
    +# endif
     
    -
    -
    -/* BN_mod_exp_mont_conttime is based on the assumption that the
    - * L1 data cache line width of the target processor is at least
    - * the following value.
    +/*
    + * BN_mod_exp_mont_conttime is based on the assumption that the L1 data cache
    + * line width of the target processor is at least the following value.
      */
    -#define MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH	( 64 )
    -#define MOD_EXP_CTIME_MIN_CACHE_LINE_MASK	(MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH - 1)
    +# define MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH      ( 64 )
    +# define MOD_EXP_CTIME_MIN_CACHE_LINE_MASK       (MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH - 1)
     
    -/* Window sizes optimized for fixed window size modular exponentiation
    - * algorithm (BN_mod_exp_mont_consttime).
    - *
    - * To achieve the security goals of BN_mode_exp_mont_consttime, the
    - * maximum size of the window must not exceed
    - * log_2(MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH). 
    - *
    - * Window size thresholds are defined for cache line sizes of 32 and 64,
    - * cache line sizes where log_2(32)=5 and log_2(64)=6 respectively. A
    - * window size of 7 should only be used on processors that have a 128
    - * byte or greater cache line size.
    +/*
    + * Window sizes optimized for fixed window size modular exponentiation
    + * algorithm (BN_mod_exp_mont_consttime). To achieve the security goals of
    + * BN_mode_exp_mont_consttime, the maximum size of the window must not exceed
    + * log_2(MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH). Window size thresholds are
    + * defined for cache line sizes of 32 and 64, cache line sizes where
    + * log_2(32)=5 and log_2(64)=6 respectively. A window size of 7 should only be
    + * used on processors that have a 128 byte or greater cache line size.
      */
    -#if MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH == 64
    +# if MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH == 64
     
     #  define BN_window_bits_for_ctime_exponent_size(b) \
    -		((b) > 937 ? 6 : \
    -		 (b) > 306 ? 5 : \
    -		 (b) >  89 ? 4 : \
    -		 (b) >  22 ? 3 : 1)
    -#  define BN_MAX_WINDOW_BITS_FOR_CTIME_EXPONENT_SIZE	(6)
    +                ((b) > 937 ? 6 : \
    +                 (b) > 306 ? 5 : \
    +                 (b) >  89 ? 4 : \
    +                 (b) >  22 ? 3 : 1)
    +#  define BN_MAX_WINDOW_BITS_FOR_CTIME_EXPONENT_SIZE    (6)
     
    -#elif MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH == 32
    +# elif MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH == 32
     
     #  define BN_window_bits_for_ctime_exponent_size(b) \
    -		((b) > 306 ? 5 : \
    -		 (b) >  89 ? 4 : \
    -		 (b) >  22 ? 3 : 1)
    -#  define BN_MAX_WINDOW_BITS_FOR_CTIME_EXPONENT_SIZE	(5)
    -
    -#endif
    +                ((b) > 306 ? 5 : \
    +                 (b) >  89 ? 4 : \
    +                 (b) >  22 ? 3 : 1)
    +#  define BN_MAX_WINDOW_BITS_FOR_CTIME_EXPONENT_SIZE    (5)
     
    +# endif
     
     /* Pentium pro 16,16,16,32,64 */
     /* Alpha       16,16,16,16.64 */
    -#define BN_MULL_SIZE_NORMAL			(16) /* 32 */
    -#define BN_MUL_RECURSIVE_SIZE_NORMAL		(16) /* 32 less than */
    -#define BN_SQR_RECURSIVE_SIZE_NORMAL		(16) /* 32 */
    -#define BN_MUL_LOW_RECURSIVE_SIZE_NORMAL	(32) /* 32 */
    -#define BN_MONT_CTX_SET_SIZE_WORD		(64) /* 32 */
    +# define BN_MULL_SIZE_NORMAL                     (16)/* 32 */
    +# define BN_MUL_RECURSIVE_SIZE_NORMAL            (16)/* 32 less than */
    +# define BN_SQR_RECURSIVE_SIZE_NORMAL            (16)/* 32 */
    +# define BN_MUL_LOW_RECURSIVE_SIZE_NORMAL        (32)/* 32 */
    +# define BN_MONT_CTX_SET_SIZE_WORD               (64)/* 32 */
     
    -#if !defined(OPENSSL_NO_ASM) && !defined(OPENSSL_NO_INLINE_ASM) && !defined(PEDANTIC)
    +/*
    + * 2011-02-22 SMS. In various places, a size_t variable or a type cast to
    + * size_t was used to perform integer-only operations on pointers.  This
    + * failed on VMS with 64-bit pointers (CC /POINTER_SIZE = 64) because size_t
    + * is still only 32 bits.  What's needed in these cases is an integer type
    + * with the same size as a pointer, which size_t is not certain to be. The
    + * only fix here is VMS-specific.
    + */
    +# if defined(OPENSSL_SYS_VMS)
    +#  if __INITIAL_POINTER_SIZE == 64
    +#   define PTR_SIZE_INT long long
    +#  else                         /* __INITIAL_POINTER_SIZE == 64 */
    +#   define PTR_SIZE_INT int
    +#  endif                        /* __INITIAL_POINTER_SIZE == 64 [else] */
    +# elif !defined(PTR_SIZE_INT)   /* defined(OPENSSL_SYS_VMS) */
    +#  define PTR_SIZE_INT size_t
    +# endif                         /* defined(OPENSSL_SYS_VMS) [else] */
    +
    +# if !defined(OPENSSL_NO_ASM) && !defined(OPENSSL_NO_INLINE_ASM) && !defined(PEDANTIC)
     /*
      * BN_UMULT_HIGH section.
      *
    @@ -232,281 +244,291 @@ extern "C" {
      * exhibiting "native" performance in C. That's what BN_UMULT_HIGH
      * macro is about:-)
      *
    - *					
    + *                                      
      */
    -# if defined(__alpha) && (defined(SIXTY_FOUR_BIT_LONG) || defined(SIXTY_FOUR_BIT))
    -#  if defined(__DECC)
    -#   include 
    -#   define BN_UMULT_HIGH(a,b)	(BN_ULONG)asm("umulh %a0,%a1,%v0",(a),(b))
    -#  elif defined(__GNUC__) && __GNUC__>=2
    -#   define BN_UMULT_HIGH(a,b)	({	\
    -	register BN_ULONG ret;		\
    -	asm ("umulh	%1,%2,%0"	\
    -	     : "=r"(ret)		\
    -	     : "r"(a), "r"(b));		\
    -	ret;			})
    -#  endif	/* compiler */
    -# elif defined(_ARCH_PPC) && defined(__64BIT__) && defined(SIXTY_FOUR_BIT_LONG)
    -#  if defined(__GNUC__) && __GNUC__>=2
    -#   define BN_UMULT_HIGH(a,b)	({	\
    -	register BN_ULONG ret;		\
    -	asm ("mulhdu	%0,%1,%2"	\
    -	     : "=r"(ret)		\
    -	     : "r"(a), "r"(b));		\
    -	ret;			})
    -#  endif	/* compiler */
    -# elif (defined(__x86_64) || defined(__x86_64__)) && \
    +#  if defined(__alpha) && (defined(SIXTY_FOUR_BIT_LONG) || defined(SIXTY_FOUR_BIT))
    +#   if defined(__DECC)
    +#    include 
    +#    define BN_UMULT_HIGH(a,b)   (BN_ULONG)asm("umulh %a0,%a1,%v0",(a),(b))
    +#   elif defined(__GNUC__) && __GNUC__>=2
    +#    define BN_UMULT_HIGH(a,b)   ({      \
    +        register BN_ULONG ret;          \
    +        asm ("umulh     %1,%2,%0"       \
    +             : "=r"(ret)                \
    +             : "r"(a), "r"(b));         \
    +        ret;                    })
    +#   endif                       /* compiler */
    +#  elif defined(_ARCH_PPC) && defined(__64BIT__) && defined(SIXTY_FOUR_BIT_LONG)
    +#   if defined(__GNUC__) && __GNUC__>=2
    +#    define BN_UMULT_HIGH(a,b)   ({      \
    +        register BN_ULONG ret;          \
    +        asm ("mulhdu    %0,%1,%2"       \
    +             : "=r"(ret)                \
    +             : "r"(a), "r"(b));         \
    +        ret;                    })
    +#   endif                       /* compiler */
    +#  elif (defined(__x86_64) || defined(__x86_64__)) && \
            (defined(SIXTY_FOUR_BIT_LONG) || defined(SIXTY_FOUR_BIT))
    -#  if defined(__GNUC__) && __GNUC__>=2
    -#   define BN_UMULT_HIGH(a,b)	({	\
    -	register BN_ULONG ret,discard;	\
    -	asm ("mulq	%3"		\
    -	     : "=a"(discard),"=d"(ret)	\
    -	     : "a"(a), "g"(b)		\
    -	     : "cc");			\
    -	ret;			})
    -#   define BN_UMULT_LOHI(low,high,a,b)	\
    -	asm ("mulq	%3"		\
    -		: "=a"(low),"=d"(high)	\
    -		: "a"(a),"g"(b)		\
    -		: "cc");
    -#  endif
    -# elif (defined(_M_AMD64) || defined(_M_X64)) && defined(SIXTY_FOUR_BIT)
    -#  if defined(_MSC_VER) && _MSC_VER>=1400
    -    unsigned __int64 __umulh	(unsigned __int64 a,unsigned __int64 b);
    -    unsigned __int64 _umul128	(unsigned __int64 a,unsigned __int64 b,
    -				 unsigned __int64 *h);
    -#   pragma intrinsic(__umulh,_umul128)
    -#   define BN_UMULT_HIGH(a,b)		__umulh((a),(b))
    -#   define BN_UMULT_LOHI(low,high,a,b)	((low)=_umul128((a),(b),&(high)))
    -#  endif
    -# elif defined(__mips) && (defined(SIXTY_FOUR_BIT) || defined(SIXTY_FOUR_BIT_LONG))
    -#  if defined(__GNUC__) && __GNUC__>=2
    -#   if __GNUC__>=4 && __GNUC_MINOR__>=4 /* "h" constraint is no more since 4.4 */
    -#     define BN_UMULT_HIGH(a,b)		 (((__uint128_t)(a)*(b))>>64)
    -#     define BN_UMULT_LOHI(low,high,a,b) ({	\
    -	__uint128_t ret=(__uint128_t)(a)*(b);	\
    -	(high)=ret>>64; (low)=ret;	 })
    -#   else
    -#     define BN_UMULT_HIGH(a,b)	({	\
    -	register BN_ULONG ret;		\
    -	asm ("dmultu	%1,%2"		\
    -	     : "=h"(ret)		\
    -	     : "r"(a), "r"(b) : "l");	\
    -	ret;			})
    +#   if defined(__GNUC__) && __GNUC__>=2
    +#    define BN_UMULT_HIGH(a,b)   ({      \
    +        register BN_ULONG ret,discard;  \
    +        asm ("mulq      %3"             \
    +             : "=a"(discard),"=d"(ret)  \
    +             : "a"(a), "g"(b)           \
    +             : "cc");                   \
    +        ret;                    })
    +#    define BN_UMULT_LOHI(low,high,a,b)  \
    +        asm ("mulq      %3"             \
    +                : "=a"(low),"=d"(high)  \
    +                : "a"(a),"g"(b)         \
    +                : "cc");
    +#   endif
    +#  elif (defined(_M_AMD64) || defined(_M_X64)) && defined(SIXTY_FOUR_BIT)
    +#   if defined(_MSC_VER) && _MSC_VER>=1400
    +unsigned __int64 __umulh(unsigned __int64 a, unsigned __int64 b);
    +unsigned __int64 _umul128(unsigned __int64 a, unsigned __int64 b,
    +                          unsigned __int64 *h);
    +#    pragma intrinsic(__umulh,_umul128)
    +#    define BN_UMULT_HIGH(a,b)           __umulh((a),(b))
    +#    define BN_UMULT_LOHI(low,high,a,b)  ((low)=_umul128((a),(b),&(high)))
    +#   endif
    +#  elif defined(__mips) && (defined(SIXTY_FOUR_BIT) || defined(SIXTY_FOUR_BIT_LONG))
    +#   if defined(__GNUC__) && __GNUC__>=2
    +#    if __GNUC__>=4 && __GNUC_MINOR__>=4
    +                                     /* "h" constraint is no more since 4.4 */
    +#     define BN_UMULT_HIGH(a,b)          (((__uint128_t)(a)*(b))>>64)
    +#     define BN_UMULT_LOHI(low,high,a,b) ({     \
    +        __uint128_t ret=(__uint128_t)(a)*(b);   \
    +        (high)=ret>>64; (low)=ret;       })
    +#    else
    +#     define BN_UMULT_HIGH(a,b) ({      \
    +        register BN_ULONG ret;          \
    +        asm ("dmultu    %1,%2"          \
    +             : "=h"(ret)                \
    +             : "r"(a), "r"(b) : "l");   \
    +        ret;                    })
     #     define BN_UMULT_LOHI(low,high,a,b)\
    -	asm ("dmultu	%2,%3"		\
    -	     : "=l"(low),"=h"(high)	\
    -	     : "r"(a), "r"(b));
    +        asm ("dmultu    %2,%3"          \
    +             : "=l"(low),"=h"(high)     \
    +             : "r"(a), "r"(b));
     #    endif
    -#  endif
    -# endif		/* cpu */
    -#endif		/* OPENSSL_NO_ASM */
    +#   endif
    +#  elif defined(__aarch64__) && defined(SIXTY_FOUR_BIT_LONG)
    +#   if defined(__GNUC__) && __GNUC__>=2
    +#    define BN_UMULT_HIGH(a,b)   ({      \
    +        register BN_ULONG ret;          \
    +        asm ("umulh     %0,%1,%2"       \
    +             : "=r"(ret)                \
    +             : "r"(a), "r"(b));         \
    +        ret;                    })
    +#   endif
    +#  endif                        /* cpu */
    +# endif                         /* OPENSSL_NO_ASM */
     
     /*************************************************************
      * Using the long long type
      */
    -#define Lw(t)    (((BN_ULONG)(t))&BN_MASK2)
    -#define Hw(t)    (((BN_ULONG)((t)>>BN_BITS2))&BN_MASK2)
    -
    -#ifdef BN_DEBUG_RAND
    -#define bn_clear_top2max(a) \
    -	{ \
    -	int      ind = (a)->dmax - (a)->top; \
    -	BN_ULONG *ftl = &(a)->d[(a)->top-1]; \
    -	for (; ind != 0; ind--) \
    -		*(++ftl) = 0x0; \
    -	}
    -#else
    -#define bn_clear_top2max(a)
    -#endif
    -
    -#ifdef BN_LLONG
    -#define mul_add(r,a,w,c) { \
    -	BN_ULLONG t; \
    -	t=(BN_ULLONG)w * (a) + (r) + (c); \
    -	(r)= Lw(t); \
    -	(c)= Hw(t); \
    -	}
    -
    -#define mul(r,a,w,c) { \
    -	BN_ULLONG t; \
    -	t=(BN_ULLONG)w * (a) + (c); \
    -	(r)= Lw(t); \
    -	(c)= Hw(t); \
    -	}
    -
    -#define sqr(r0,r1,a) { \
    -	BN_ULLONG t; \
    -	t=(BN_ULLONG)(a)*(a); \
    -	(r0)=Lw(t); \
    -	(r1)=Hw(t); \
    -	}
    -
    -#elif defined(BN_UMULT_LOHI)
    -#define mul_add(r,a,w,c) {		\
    -	BN_ULONG high,low,ret,tmp=(a);	\
    -	ret =  (r);			\
    -	BN_UMULT_LOHI(low,high,w,tmp);	\
    -	ret += (c);			\
    -	(c) =  (ret<(c))?1:0;		\
    -	(c) += high;			\
    -	ret += low;			\
    -	(c) += (ret>BN_BITS2))&BN_MASK2)
    +
    +# ifdef BN_DEBUG_RAND
    +#  define bn_clear_top2max(a) \
    +        { \
    +        int      ind = (a)->dmax - (a)->top; \
    +        BN_ULONG *ftl = &(a)->d[(a)->top-1]; \
    +        for (; ind != 0; ind--) \
    +                *(++ftl) = 0x0; \
    +        }
    +# else
    +#  define bn_clear_top2max(a)
    +# endif
    +
    +# ifdef BN_LLONG
    +#  define mul_add(r,a,w,c) { \
    +        BN_ULLONG t; \
    +        t=(BN_ULLONG)w * (a) + (r) + (c); \
    +        (r)= Lw(t); \
    +        (c)= Hw(t); \
    +        }
    +
    +#  define mul(r,a,w,c) { \
    +        BN_ULLONG t; \
    +        t=(BN_ULLONG)w * (a) + (c); \
    +        (r)= Lw(t); \
    +        (c)= Hw(t); \
    +        }
    +
    +#  define sqr(r0,r1,a) { \
    +        BN_ULLONG t; \
    +        t=(BN_ULLONG)(a)*(a); \
    +        (r0)=Lw(t); \
    +        (r1)=Hw(t); \
    +        }
    +
    +# elif defined(BN_UMULT_LOHI)
    +#  define mul_add(r,a,w,c) {              \
    +        BN_ULONG high,low,ret,tmp=(a);  \
    +        ret =  (r);                     \
    +        BN_UMULT_LOHI(low,high,w,tmp);  \
    +        ret += (c);                     \
    +        (c) =  (ret<(c))?1:0;           \
    +        (c) += high;                    \
    +        ret += low;                     \
    +        (c) += (ret>BN_BITS4)&BN_MASK2l)
    -#define	L2HBITS(a)	(((a)<>BN_BITS4)&BN_MASK2l)
    +#  define L2HBITS(a)      (((a)<>BN_BITS2)&BN_MASKl)
    -#define	LL2HBITS(a)	((BN_ULLONG)((a)&BN_MASKl)<>BN_BITS2)&BN_MASKl)
    +#  define LL2HBITS(a)     ((BN_ULLONG)((a)&BN_MASKl)<>(BN_BITS4-1); \
    -	m =(m&BN_MASK2l)<<(BN_BITS4+1); \
    -	l=(l+m)&BN_MASK2; if (l < m) h++; \
    -	(lo)=l; \
    -	(ho)=h; \
    -	}
    -
    -#define mul_add(r,a,bl,bh,c) { \
    -	BN_ULONG l,h; \
    +        h=(in); \
    +        l=LBITS(h); \
    +        h=HBITS(h); \
    +        m =(l)*(h); \
    +        l*=l; \
    +        h*=h; \
    +        h+=(m&BN_MASK2h1)>>(BN_BITS4-1); \
    +        m =(m&BN_MASK2l)<<(BN_BITS4+1); \
    +        l=(l+m)&BN_MASK2; if (l < m) h++; \
    +        (lo)=l; \
    +        (ho)=h; \
    +        }
    +
    +#  define mul_add(r,a,bl,bh,c) { \
    +        BN_ULONG l,h; \
      \
    -	h= (a); \
    -	l=LBITS(h); \
    -	h=HBITS(h); \
    -	mul64(l,h,(bl),(bh)); \
    +        h= (a); \
    +        l=LBITS(h); \
    +        h=HBITS(h); \
    +        mul64(l,h,(bl),(bh)); \
      \
    -	/* non-multiply part */ \
    -	l=(l+(c))&BN_MASK2; if (l < (c)) h++; \
    -	(c)=(r); \
    -	l=(l+(c))&BN_MASK2; if (l < (c)) h++; \
    -	(c)=h&BN_MASK2; \
    -	(r)=l; \
    -	}
    -
    -#define mul(r,a,bl,bh,c) { \
    -	BN_ULONG l,h; \
    +        /* non-multiply part */ \
    +        l=(l+(c))&BN_MASK2; if (l < (c)) h++; \
    +        (c)=(r); \
    +        l=(l+(c))&BN_MASK2; if (l < (c)) h++; \
    +        (c)=h&BN_MASK2; \
    +        (r)=l; \
    +        }
    +
    +#  define mul(r,a,bl,bh,c) { \
    +        BN_ULONG l,h; \
      \
    -	h= (a); \
    -	l=LBITS(h); \
    -	h=HBITS(h); \
    -	mul64(l,h,(bl),(bh)); \
    +        h= (a); \
    +        l=LBITS(h); \
    +        h=HBITS(h); \
    +        mul64(l,h,(bl),(bh)); \
      \
    -	/* non-multiply part */ \
    -	l+=(c); if ((l&BN_MASK2) < (c)) h++; \
    -	(c)=h&BN_MASK2; \
    -	(r)=l&BN_MASK2; \
    -	}
    -#endif /* !BN_LLONG */
    -
    -#if defined(OPENSSL_DOING_MAKEDEPEND) && defined(OPENSSL_FIPS)
    -#undef bn_div_words
    -#endif
    -
    -void bn_mul_normal(BN_ULONG *r,BN_ULONG *a,int na,BN_ULONG *b,int nb);
    -void bn_mul_comba8(BN_ULONG *r,BN_ULONG *a,BN_ULONG *b);
    -void bn_mul_comba4(BN_ULONG *r,BN_ULONG *a,BN_ULONG *b);
    +        /* non-multiply part */ \
    +        l+=(c); if ((l&BN_MASK2) < (c)) h++; \
    +        (c)=h&BN_MASK2; \
    +        (r)=l&BN_MASK2; \
    +        }
    +# endif                         /* !BN_LLONG */
    +
    +# if defined(OPENSSL_DOING_MAKEDEPEND) && defined(OPENSSL_FIPS)
    +#  undef bn_div_words
    +# endif
    +
    +void bn_mul_normal(BN_ULONG *r, BN_ULONG *a, int na, BN_ULONG *b, int nb);
    +void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b);
    +void bn_mul_comba4(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b);
     void bn_sqr_normal(BN_ULONG *r, const BN_ULONG *a, int n, BN_ULONG *tmp);
    -void bn_sqr_comba8(BN_ULONG *r,const BN_ULONG *a);
    -void bn_sqr_comba4(BN_ULONG *r,const BN_ULONG *a);
    -int bn_cmp_words(const BN_ULONG *a,const BN_ULONG *b,int n);
    -int bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b,
    -	int cl, int dl);
    -void bn_mul_recursive(BN_ULONG *r,BN_ULONG *a,BN_ULONG *b,int n2,
    -	int dna,int dnb,BN_ULONG *t);
    -void bn_mul_part_recursive(BN_ULONG *r,BN_ULONG *a,BN_ULONG *b,
    -	int n,int tna,int tnb,BN_ULONG *t);
    -void bn_sqr_recursive(BN_ULONG *r,const BN_ULONG *a, int n2, BN_ULONG *t);
    -void bn_mul_low_normal(BN_ULONG *r,BN_ULONG *a,BN_ULONG *b, int n);
    -void bn_mul_low_recursive(BN_ULONG *r,BN_ULONG *a,BN_ULONG *b,int n2,
    -	BN_ULONG *t);
    -void bn_mul_high(BN_ULONG *r,BN_ULONG *a,BN_ULONG *b,BN_ULONG *l,int n2,
    -	BN_ULONG *t);
    +void bn_sqr_comba8(BN_ULONG *r, const BN_ULONG *a);
    +void bn_sqr_comba4(BN_ULONG *r, const BN_ULONG *a);
    +int bn_cmp_words(const BN_ULONG *a, const BN_ULONG *b, int n);
    +int bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b, int cl, int dl);
    +void bn_mul_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n2,
    +                      int dna, int dnb, BN_ULONG *t);
    +void bn_mul_part_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b,
    +                           int n, int tna, int tnb, BN_ULONG *t);
    +void bn_sqr_recursive(BN_ULONG *r, const BN_ULONG *a, int n2, BN_ULONG *t);
    +void bn_mul_low_normal(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n);
    +void bn_mul_low_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n2,
    +                          BN_ULONG *t);
    +void bn_mul_high(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, BN_ULONG *l, int n2,
    +                 BN_ULONG *t);
     BN_ULONG bn_add_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b,
    -	int cl, int dl);
    +                           int cl, int dl);
     BN_ULONG bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b,
    -	int cl, int dl);
    -int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num);
    +                           int cl, int dl);
    +int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
    +                const BN_ULONG *np, const BN_ULONG *n0, int num);
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/bn/bn_lib.c b/openssl/crypto/bn/bn_lib.c
    index d5a211e28..80105fff4 100644
    --- a/openssl/crypto/bn/bn_lib.c
    +++ b/openssl/crypto/bn/bn_lib.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -57,7 +57,7 @@
      */
     
     #ifndef BN_DEBUG
    -# undef NDEBUG /* avoid conflicting definitions */
    +# undef NDEBUG                  /* avoid conflicting definitions */
     # define NDEBUG
     #endif
     
    @@ -67,11 +67,12 @@
     #include "cryptlib.h"
     #include "bn_lcl.h"
     
    -const char BN_version[]="Big Number" OPENSSL_VERSION_PTEXT;
    +const char BN_version[] = "Big Number" OPENSSL_VERSION_PTEXT;
     
     /* This stuff appears to be completely unused, so is deprecated */
     #ifndef OPENSSL_NO_DEPRECATED
    -/* For a 32 bit machine
    +/*-
    + * For a 32 bit machine
      * 2 -   4 ==  128
      * 3 -   8 ==  256
      * 4 -  16 ==  512
    @@ -80,808 +81,836 @@ const char BN_version[]="Big Number" OPENSSL_VERSION_PTEXT;
      * 7 - 128 == 4096
      * 8 - 256 == 8192
      */
    -static int bn_limit_bits=0;
    -static int bn_limit_num=8;        /* (1<= 0)
    -		{
    -		if (mult > (int)(sizeof(int)*8)-1)
    -			mult=sizeof(int)*8-1;
    -		bn_limit_bits=mult;
    -		bn_limit_num=1<= 0)
    -		{
    -		if (high > (int)(sizeof(int)*8)-1)
    -			high=sizeof(int)*8-1;
    -		bn_limit_bits_high=high;
    -		bn_limit_num_high=1<= 0)
    -		{
    -		if (low > (int)(sizeof(int)*8)-1)
    -			low=sizeof(int)*8-1;
    -		bn_limit_bits_low=low;
    -		bn_limit_num_low=1<= 0)
    -		{
    -		if (mont > (int)(sizeof(int)*8)-1)
    -			mont=sizeof(int)*8-1;
    -		bn_limit_bits_mont=mont;
    -		bn_limit_num_mont=1<= 0) {
    +        if (mult > (int)(sizeof(int) * 8) - 1)
    +            mult = sizeof(int) * 8 - 1;
    +        bn_limit_bits = mult;
    +        bn_limit_num = 1 << mult;
    +    }
    +    if (high >= 0) {
    +        if (high > (int)(sizeof(int) * 8) - 1)
    +            high = sizeof(int) * 8 - 1;
    +        bn_limit_bits_high = high;
    +        bn_limit_num_high = 1 << high;
    +    }
    +    if (low >= 0) {
    +        if (low > (int)(sizeof(int) * 8) - 1)
    +            low = sizeof(int) * 8 - 1;
    +        bn_limit_bits_low = low;
    +        bn_limit_num_low = 1 << low;
    +    }
    +    if (mont >= 0) {
    +        if (mont > (int)(sizeof(int) * 8) - 1)
    +            mont = sizeof(int) * 8 - 1;
    +        bn_limit_bits_mont = mont;
    +        bn_limit_num_mont = 1 << mont;
    +    }
    +}
     
     int BN_get_params(int which)
    -	{
    -	if      (which == 0) return(bn_limit_bits);
    -	else if (which == 1) return(bn_limit_bits_high);
    -	else if (which == 2) return(bn_limit_bits_low);
    -	else if (which == 3) return(bn_limit_bits_mont);
    -	else return(0);
    -	}
    +{
    +    if (which == 0)
    +        return (bn_limit_bits);
    +    else if (which == 1)
    +        return (bn_limit_bits_high);
    +    else if (which == 2)
    +        return (bn_limit_bits_low);
    +    else if (which == 3)
    +        return (bn_limit_bits_mont);
    +    else
    +        return (0);
    +}
     #endif
     
     const BIGNUM *BN_value_one(void)
    -	{
    -	static const BN_ULONG data_one=1L;
    -	static const BIGNUM const_one={(BN_ULONG *)&data_one,1,1,0,BN_FLG_STATIC_DATA};
    +{
    +    static const BN_ULONG data_one = 1L;
    +    static const BIGNUM const_one =
    +        { (BN_ULONG *)&data_one, 1, 1, 0, BN_FLG_STATIC_DATA };
     
    -	return(&const_one);
    -	}
    +    return (&const_one);
    +}
     
     int BN_num_bits_word(BN_ULONG l)
    -	{
    -	static const unsigned char bits[256]={
    -		0,1,2,2,3,3,3,3,4,4,4,4,4,4,4,4,
    -		5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
    -		6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,
    -		6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,
    -		7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,
    -		7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,
    -		7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,
    -		7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,
    -		8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,
    -		8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,
    -		8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,
    -		8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,
    -		8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,
    -		8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,
    -		8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,
    -		8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,
    -		};
    +{
    +    static const unsigned char bits[256] = {
    +        0, 1, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4,
    +        5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
    +        6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6,
    +        6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6,
    +        7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
    +        7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
    +        7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
    +        7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
    +        8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
    +        8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
    +        8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
    +        8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
    +        8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
    +        8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
    +        8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
    +        8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
    +    };
     
     #if defined(SIXTY_FOUR_BIT_LONG)
    -	if (l & 0xffffffff00000000L)
    -		{
    -		if (l & 0xffff000000000000L)
    -			{
    -			if (l & 0xff00000000000000L)
    -				{
    -				return(bits[(int)(l>>56)]+56);
    -				}
    -			else	return(bits[(int)(l>>48)]+48);
    -			}
    -		else
    -			{
    -			if (l & 0x0000ff0000000000L)
    -				{
    -				return(bits[(int)(l>>40)]+40);
    -				}
    -			else	return(bits[(int)(l>>32)]+32);
    -			}
    -		}
    -	else
    +    if (l & 0xffffffff00000000L) {
    +        if (l & 0xffff000000000000L) {
    +            if (l & 0xff00000000000000L) {
    +                return (bits[(int)(l >> 56)] + 56);
    +            } else
    +                return (bits[(int)(l >> 48)] + 48);
    +        } else {
    +            if (l & 0x0000ff0000000000L) {
    +                return (bits[(int)(l >> 40)] + 40);
    +            } else
    +                return (bits[(int)(l >> 32)] + 32);
    +        }
    +    } else
     #else
    -#ifdef SIXTY_FOUR_BIT
    -	if (l & 0xffffffff00000000LL)
    -		{
    -		if (l & 0xffff000000000000LL)
    -			{
    -			if (l & 0xff00000000000000LL)
    -				{
    -				return(bits[(int)(l>>56)]+56);
    -				}
    -			else	return(bits[(int)(l>>48)]+48);
    -			}
    -		else
    -			{
    -			if (l & 0x0000ff0000000000LL)
    -				{
    -				return(bits[(int)(l>>40)]+40);
    -				}
    -			else	return(bits[(int)(l>>32)]+32);
    -			}
    -		}
    -	else
    -#endif
    +# ifdef SIXTY_FOUR_BIT
    +    if (l & 0xffffffff00000000LL) {
    +        if (l & 0xffff000000000000LL) {
    +            if (l & 0xff00000000000000LL) {
    +                return (bits[(int)(l >> 56)] + 56);
    +            } else
    +                return (bits[(int)(l >> 48)] + 48);
    +        } else {
    +            if (l & 0x0000ff0000000000LL) {
    +                return (bits[(int)(l >> 40)] + 40);
    +            } else
    +                return (bits[(int)(l >> 32)] + 32);
    +        }
    +    } else
    +# endif
     #endif
    -		{
    +    {
     #if defined(THIRTY_TWO_BIT) || defined(SIXTY_FOUR_BIT) || defined(SIXTY_FOUR_BIT_LONG)
    -		if (l & 0xffff0000L)
    -			{
    -			if (l & 0xff000000L)
    -				return(bits[(int)(l>>24L)]+24);
    -			else	return(bits[(int)(l>>16L)]+16);
    -			}
    -		else
    +        if (l & 0xffff0000L) {
    +            if (l & 0xff000000L)
    +                return (bits[(int)(l >> 24L)] + 24);
    +            else
    +                return (bits[(int)(l >> 16L)] + 16);
    +        } else
     #endif
    -			{
    +        {
     #if defined(THIRTY_TWO_BIT) || defined(SIXTY_FOUR_BIT) || defined(SIXTY_FOUR_BIT_LONG)
    -			if (l & 0xff00L)
    -				return(bits[(int)(l>>8)]+8);
    -			else	
    +            if (l & 0xff00L)
    +                return (bits[(int)(l >> 8)] + 8);
    +            else
     #endif
    -				return(bits[(int)(l   )]  );
    -			}
    -		}
    -	}
    +                return (bits[(int)(l)]);
    +        }
    +    }
    +}
     
     int BN_num_bits(const BIGNUM *a)
    -	{
    -	int i = a->top - 1;
    -	bn_check_top(a);
    +{
    +    int i = a->top - 1;
    +    bn_check_top(a);
     
    -	if (BN_is_zero(a)) return 0;
    -	return ((i*BN_BITS2) + BN_num_bits_word(a->d[i]));
    -	}
    +    if (BN_is_zero(a))
    +        return 0;
    +    return ((i * BN_BITS2) + BN_num_bits_word(a->d[i]));
    +}
     
     void BN_clear_free(BIGNUM *a)
    -	{
    -	int i;
    -
    -	if (a == NULL) return;
    -	bn_check_top(a);
    -	if (a->d != NULL)
    -		{
    -		OPENSSL_cleanse(a->d,a->dmax*sizeof(a->d[0]));
    -		if (!(BN_get_flags(a,BN_FLG_STATIC_DATA)))
    -			OPENSSL_free(a->d);
    -		}
    -	i=BN_get_flags(a,BN_FLG_MALLOCED);
    -	OPENSSL_cleanse(a,sizeof(BIGNUM));
    -	if (i)
    -		OPENSSL_free(a);
    -	}
    +{
    +    int i;
    +
    +    if (a == NULL)
    +        return;
    +    bn_check_top(a);
    +    if (a->d != NULL) {
    +        OPENSSL_cleanse(a->d, a->dmax * sizeof(a->d[0]));
    +        if (!(BN_get_flags(a, BN_FLG_STATIC_DATA)))
    +            OPENSSL_free(a->d);
    +    }
    +    i = BN_get_flags(a, BN_FLG_MALLOCED);
    +    OPENSSL_cleanse(a, sizeof(BIGNUM));
    +    if (i)
    +        OPENSSL_free(a);
    +}
     
     void BN_free(BIGNUM *a)
    -	{
    -	if (a == NULL) return;
    -	bn_check_top(a);
    -	if ((a->d != NULL) && !(BN_get_flags(a,BN_FLG_STATIC_DATA)))
    -		OPENSSL_free(a->d);
    -	if (a->flags & BN_FLG_MALLOCED)
    -		OPENSSL_free(a);
    -	else
    -		{
    +{
    +    if (a == NULL)
    +        return;
    +    bn_check_top(a);
    +    if ((a->d != NULL) && !(BN_get_flags(a, BN_FLG_STATIC_DATA)))
    +        OPENSSL_free(a->d);
    +    if (a->flags & BN_FLG_MALLOCED)
    +        OPENSSL_free(a);
    +    else {
     #ifndef OPENSSL_NO_DEPRECATED
    -		a->flags|=BN_FLG_FREE;
    +        a->flags |= BN_FLG_FREE;
     #endif
    -		a->d = NULL;
    -		}
    -	}
    +        a->d = NULL;
    +    }
    +}
     
     void BN_init(BIGNUM *a)
    -	{
    -	memset(a,0,sizeof(BIGNUM));
    -	bn_check_top(a);
    -	}
    +{
    +    memset(a, 0, sizeof(BIGNUM));
    +    bn_check_top(a);
    +}
     
     BIGNUM *BN_new(void)
    -	{
    -	BIGNUM *ret;
    -
    -	if ((ret=(BIGNUM *)OPENSSL_malloc(sizeof(BIGNUM))) == NULL)
    -		{
    -		BNerr(BN_F_BN_NEW,ERR_R_MALLOC_FAILURE);
    -		return(NULL);
    -		}
    -	ret->flags=BN_FLG_MALLOCED;
    -	ret->top=0;
    -	ret->neg=0;
    -	ret->dmax=0;
    -	ret->d=NULL;
    -	bn_check_top(ret);
    -	return(ret);
    -	}
    +{
    +    BIGNUM *ret;
    +
    +    if ((ret = (BIGNUM *)OPENSSL_malloc(sizeof(BIGNUM))) == NULL) {
    +        BNerr(BN_F_BN_NEW, ERR_R_MALLOC_FAILURE);
    +        return (NULL);
    +    }
    +    ret->flags = BN_FLG_MALLOCED;
    +    ret->top = 0;
    +    ret->neg = 0;
    +    ret->dmax = 0;
    +    ret->d = NULL;
    +    bn_check_top(ret);
    +    return (ret);
    +}
     
     /* This is used both by bn_expand2() and bn_dup_expand() */
     /* The caller MUST check that words > b->dmax before calling this */
     static BN_ULONG *bn_expand_internal(const BIGNUM *b, int words)
    -	{
    -	BN_ULONG *A,*a = NULL;
    -	const BN_ULONG *B;
    -	int i;
    -
    -	bn_check_top(b);
    -
    -	if (words > (INT_MAX/(4*BN_BITS2)))
    -		{
    -		BNerr(BN_F_BN_EXPAND_INTERNAL,BN_R_BIGNUM_TOO_LONG);
    -		return NULL;
    -		}
    -	if (BN_get_flags(b,BN_FLG_STATIC_DATA))
    -		{
    -		BNerr(BN_F_BN_EXPAND_INTERNAL,BN_R_EXPAND_ON_STATIC_BIGNUM_DATA);
    -		return(NULL);
    -		}
    -	a=A=(BN_ULONG *)OPENSSL_malloc(sizeof(BN_ULONG)*words);
    -	if (A == NULL)
    -		{
    -		BNerr(BN_F_BN_EXPAND_INTERNAL,ERR_R_MALLOC_FAILURE);
    -		return(NULL);
    -		}
    +{
    +    BN_ULONG *A, *a = NULL;
    +    const BN_ULONG *B;
    +    int i;
    +
    +    bn_check_top(b);
    +
    +    if (words > (INT_MAX / (4 * BN_BITS2))) {
    +        BNerr(BN_F_BN_EXPAND_INTERNAL, BN_R_BIGNUM_TOO_LONG);
    +        return NULL;
    +    }
    +    if (BN_get_flags(b, BN_FLG_STATIC_DATA)) {
    +        BNerr(BN_F_BN_EXPAND_INTERNAL, BN_R_EXPAND_ON_STATIC_BIGNUM_DATA);
    +        return (NULL);
    +    }
    +    a = A = (BN_ULONG *)OPENSSL_malloc(sizeof(BN_ULONG) * words);
    +    if (A == NULL) {
    +        BNerr(BN_F_BN_EXPAND_INTERNAL, ERR_R_MALLOC_FAILURE);
    +        return (NULL);
    +    }
     #ifdef PURIFY
    -	/* Valgrind complains in BN_consttime_swap because we process the whole
    -	 * array even if it's not initialised yet. This doesn't matter in that
    -	 * function - what's important is constant time operation (we're not
    -	 * actually going to use the data)
    -	*/
    -	memset(a, 0, sizeof(BN_ULONG)*words);
    +    /*
    +     * Valgrind complains in BN_consttime_swap because we process the whole
    +     * array even if it's not initialised yet. This doesn't matter in that
    +     * function - what's important is constant time operation (we're not
    +     * actually going to use the data)
    +     */
    +    memset(a, 0, sizeof(BN_ULONG) * words);
     #endif
     
     #if 1
    -	B=b->d;
    -	/* Check if the previous number needs to be copied */
    -	if (B != NULL)
    -		{
    -		for (i=b->top>>2; i>0; i--,A+=4,B+=4)
    -			{
    -			/*
    -			 * The fact that the loop is unrolled
    -			 * 4-wise is a tribute to Intel. It's
    -			 * the one that doesn't have enough
    -			 * registers to accomodate more data.
    -			 * I'd unroll it 8-wise otherwise:-)
    -			 *
    -			 *		
    -			 */
    -			BN_ULONG a0,a1,a2,a3;
    -			a0=B[0]; a1=B[1]; a2=B[2]; a3=B[3];
    -			A[0]=a0; A[1]=a1; A[2]=a2; A[3]=a3;
    -			}
    -		switch (b->top&3)
    -			{
    -		case 3:	A[2]=B[2];
    -		case 2:	A[1]=B[1];
    -		case 1:	A[0]=B[0];
    -		case 0: /* workaround for ultrix cc: without 'case 0', the optimizer does
    -		         * the switch table by doing a=top&3; a--; goto jump_table[a];
    -		         * which fails for top== 0 */
    -			;
    -			}
    -		}
    -
    +    B = b->d;
    +    /* Check if the previous number needs to be copied */
    +    if (B != NULL) {
    +        for (i = b->top >> 2; i > 0; i--, A += 4, B += 4) {
    +            /*
    +             * The fact that the loop is unrolled
    +             * 4-wise is a tribute to Intel. It's
    +             * the one that doesn't have enough
    +             * registers to accomodate more data.
    +             * I'd unroll it 8-wise otherwise:-)
    +             *
    +             *              
    +             */
    +            BN_ULONG a0, a1, a2, a3;
    +            a0 = B[0];
    +            a1 = B[1];
    +            a2 = B[2];
    +            a3 = B[3];
    +            A[0] = a0;
    +            A[1] = a1;
    +            A[2] = a2;
    +            A[3] = a3;
    +        }
    +        /*
    +         * workaround for ultrix cc: without 'case 0', the optimizer does
    +         * the switch table by doing a=top&3; a--; goto jump_table[a];
    +         * which fails for top== 0
    +         */
    +        switch (b->top & 3) {
    +        case 3:
    +            A[2] = B[2];
    +        case 2:
    +            A[1] = B[1];
    +        case 1:
    +            A[0] = B[0];
    +        case 0:
    +            ;
    +        }
    +    }
     #else
    -	memset(A,0,sizeof(BN_ULONG)*words);
    -	memcpy(A,b->d,sizeof(b->d[0])*b->top);
    +    memset(A, 0, sizeof(BN_ULONG) * words);
    +    memcpy(A, b->d, sizeof(b->d[0]) * b->top);
     #endif
    -		
    -	return(a);
    -	}
    -
    -/* This is an internal function that can be used instead of bn_expand2()
    - * when there is a need to copy BIGNUMs instead of only expanding the
    - * data part, while still expanding them.
    - * Especially useful when needing to expand BIGNUMs that are declared
    - * 'const' and should therefore not be changed.
    - * The reason to use this instead of a BN_dup() followed by a bn_expand2()
    - * is memory allocation overhead.  A BN_dup() followed by a bn_expand2()
    - * will allocate new memory for the BIGNUM data twice, and free it once,
    - * while bn_dup_expand() makes sure allocation is made only once.
    +
    +    return (a);
    +}
    +
    +/*
    + * This is an internal function that can be used instead of bn_expand2() when
    + * there is a need to copy BIGNUMs instead of only expanding the data part,
    + * while still expanding them. Especially useful when needing to expand
    + * BIGNUMs that are declared 'const' and should therefore not be changed. The
    + * reason to use this instead of a BN_dup() followed by a bn_expand2() is
    + * memory allocation overhead.  A BN_dup() followed by a bn_expand2() will
    + * allocate new memory for the BIGNUM data twice, and free it once, while
    + * bn_dup_expand() makes sure allocation is made only once.
      */
     
     #ifndef OPENSSL_NO_DEPRECATED
     BIGNUM *bn_dup_expand(const BIGNUM *b, int words)
    -	{
    -	BIGNUM *r = NULL;
    -
    -	bn_check_top(b);
    -
    -	/* This function does not work if
    -	 *      words <= b->dmax && top < words
    -	 * because BN_dup() does not preserve 'dmax'!
    -	 * (But bn_dup_expand() is not used anywhere yet.)
    -	 */
    -
    -	if (words > b->dmax)
    -		{
    -		BN_ULONG *a = bn_expand_internal(b, words);
    -
    -		if (a)
    -			{
    -			r = BN_new();
    -			if (r)
    -				{
    -				r->top = b->top;
    -				r->dmax = words;
    -				r->neg = b->neg;
    -				r->d = a;
    -				}
    -			else
    -				{
    -				/* r == NULL, BN_new failure */
    -				OPENSSL_free(a);
    -				}
    -			}
    -		/* If a == NULL, there was an error in allocation in
    -		   bn_expand_internal(), and NULL should be returned */
    -		}
    -	else
    -		{
    -		r = BN_dup(b);
    -		}
    -
    -	bn_check_top(r);
    -	return r;
    -	}
    +{
    +    BIGNUM *r = NULL;
    +
    +    bn_check_top(b);
    +
    +    /*
    +     * This function does not work if words <= b->dmax && top < words because
    +     * BN_dup() does not preserve 'dmax'! (But bn_dup_expand() is not used
    +     * anywhere yet.)
    +     */
    +
    +    if (words > b->dmax) {
    +        BN_ULONG *a = bn_expand_internal(b, words);
    +
    +        if (a) {
    +            r = BN_new();
    +            if (r) {
    +                r->top = b->top;
    +                r->dmax = words;
    +                r->neg = b->neg;
    +                r->d = a;
    +            } else {
    +                /* r == NULL, BN_new failure */
    +                OPENSSL_free(a);
    +            }
    +        }
    +        /*
    +         * If a == NULL, there was an error in allocation in
    +         * bn_expand_internal(), and NULL should be returned
    +         */
    +    } else {
    +        r = BN_dup(b);
    +    }
    +
    +    bn_check_top(r);
    +    return r;
    +}
     #endif
     
    -/* This is an internal function that should not be used in applications.
    - * It ensures that 'b' has enough room for a 'words' word number
    - * and initialises any unused part of b->d with leading zeros.
    - * It is mostly used by the various BIGNUM routines. If there is an error,
    - * NULL is returned. If not, 'b' is returned. */
    +/*
    + * This is an internal function that should not be used in applications. It
    + * ensures that 'b' has enough room for a 'words' word number and initialises
    + * any unused part of b->d with leading zeros. It is mostly used by the
    + * various BIGNUM routines. If there is an error, NULL is returned. If not,
    + * 'b' is returned.
    + */
     
     BIGNUM *bn_expand2(BIGNUM *b, int words)
    -	{
    -	bn_check_top(b);
    -
    -	if (words > b->dmax)
    -		{
    -		BN_ULONG *a = bn_expand_internal(b, words);
    -		if(!a) return NULL;
    -		if(b->d) OPENSSL_free(b->d);
    -		b->d=a;
    -		b->dmax=words;
    -		}
    +{
    +    bn_check_top(b);
    +
    +    if (words > b->dmax) {
    +        BN_ULONG *a = bn_expand_internal(b, words);
    +        if (!a)
    +            return NULL;
    +        if (b->d)
    +            OPENSSL_free(b->d);
    +        b->d = a;
    +        b->dmax = words;
    +    }
     
     /* None of this should be necessary because of what b->top means! */
     #if 0
    -	/* NB: bn_wexpand() calls this only if the BIGNUM really has to grow */
    -	if (b->top < b->dmax)
    -		{
    -		int i;
    -		BN_ULONG *A = &(b->d[b->top]);
    -		for (i=(b->dmax - b->top)>>3; i>0; i--,A+=8)
    -			{
    -			A[0]=0; A[1]=0; A[2]=0; A[3]=0;
    -			A[4]=0; A[5]=0; A[6]=0; A[7]=0;
    -			}
    -		for (i=(b->dmax - b->top)&7; i>0; i--,A++)
    -			A[0]=0;
    -		assert(A == &(b->d[b->dmax]));
    -		}
    +    /*
    +     * NB: bn_wexpand() calls this only if the BIGNUM really has to grow
    +     */
    +    if (b->top < b->dmax) {
    +        int i;
    +        BN_ULONG *A = &(b->d[b->top]);
    +        for (i = (b->dmax - b->top) >> 3; i > 0; i--, A += 8) {
    +            A[0] = 0;
    +            A[1] = 0;
    +            A[2] = 0;
    +            A[3] = 0;
    +            A[4] = 0;
    +            A[5] = 0;
    +            A[6] = 0;
    +            A[7] = 0;
    +        }
    +        for (i = (b->dmax - b->top) & 7; i > 0; i--, A++)
    +            A[0] = 0;
    +        assert(A == &(b->d[b->dmax]));
    +    }
     #endif
    -	bn_check_top(b);
    -	return b;
    -	}
    +    bn_check_top(b);
    +    return b;
    +}
     
     BIGNUM *BN_dup(const BIGNUM *a)
    -	{
    -	BIGNUM *t;
    -
    -	if (a == NULL) return NULL;
    -	bn_check_top(a);
    -
    -	t = BN_new();
    -	if (t == NULL) return NULL;
    -	if(!BN_copy(t, a))
    -		{
    -		BN_free(t);
    -		return NULL;
    -		}
    -	bn_check_top(t);
    -	return t;
    -	}
    +{
    +    BIGNUM *t;
    +
    +    if (a == NULL)
    +        return NULL;
    +    bn_check_top(a);
    +
    +    t = BN_new();
    +    if (t == NULL)
    +        return NULL;
    +    if (!BN_copy(t, a)) {
    +        BN_free(t);
    +        return NULL;
    +    }
    +    bn_check_top(t);
    +    return t;
    +}
     
     BIGNUM *BN_copy(BIGNUM *a, const BIGNUM *b)
    -	{
    -	int i;
    -	BN_ULONG *A;
    -	const BN_ULONG *B;
    +{
    +    int i;
    +    BN_ULONG *A;
    +    const BN_ULONG *B;
     
    -	bn_check_top(b);
    +    bn_check_top(b);
     
    -	if (a == b) return(a);
    -	if (bn_wexpand(a,b->top) == NULL) return(NULL);
    +    if (a == b)
    +        return (a);
    +    if (bn_wexpand(a, b->top) == NULL)
    +        return (NULL);
     
     #if 1
    -	A=a->d;
    -	B=b->d;
    -	for (i=b->top>>2; i>0; i--,A+=4,B+=4)
    -		{
    -		BN_ULONG a0,a1,a2,a3;
    -		a0=B[0]; a1=B[1]; a2=B[2]; a3=B[3];
    -		A[0]=a0; A[1]=a1; A[2]=a2; A[3]=a3;
    -		}
    -	switch (b->top&3)
    -		{
    -		case 3: A[2]=B[2];
    -		case 2: A[1]=B[1];
    -		case 1: A[0]=B[0];
    -		case 0: ; /* ultrix cc workaround, see comments in bn_expand_internal */
    -		}
    +    A = a->d;
    +    B = b->d;
    +    for (i = b->top >> 2; i > 0; i--, A += 4, B += 4) {
    +        BN_ULONG a0, a1, a2, a3;
    +        a0 = B[0];
    +        a1 = B[1];
    +        a2 = B[2];
    +        a3 = B[3];
    +        A[0] = a0;
    +        A[1] = a1;
    +        A[2] = a2;
    +        A[3] = a3;
    +    }
    +    /* ultrix cc workaround, see comments in bn_expand_internal */
    +    switch (b->top & 3) {
    +    case 3:
    +        A[2] = B[2];
    +    case 2:
    +        A[1] = B[1];
    +    case 1:
    +        A[0] = B[0];
    +    case 0:;
    +    }
     #else
    -	memcpy(a->d,b->d,sizeof(b->d[0])*b->top);
    +    memcpy(a->d, b->d, sizeof(b->d[0]) * b->top);
     #endif
     
    -	a->top=b->top;
    -	a->neg=b->neg;
    -	bn_check_top(a);
    -	return(a);
    -	}
    +    a->top = b->top;
    +    a->neg = b->neg;
    +    bn_check_top(a);
    +    return (a);
    +}
     
     void BN_swap(BIGNUM *a, BIGNUM *b)
    -	{
    -	int flags_old_a, flags_old_b;
    -	BN_ULONG *tmp_d;
    -	int tmp_top, tmp_dmax, tmp_neg;
    -	
    -	bn_check_top(a);
    -	bn_check_top(b);
    -
    -	flags_old_a = a->flags;
    -	flags_old_b = b->flags;
    -
    -	tmp_d = a->d;
    -	tmp_top = a->top;
    -	tmp_dmax = a->dmax;
    -	tmp_neg = a->neg;
    -	
    -	a->d = b->d;
    -	a->top = b->top;
    -	a->dmax = b->dmax;
    -	a->neg = b->neg;
    -	
    -	b->d = tmp_d;
    -	b->top = tmp_top;
    -	b->dmax = tmp_dmax;
    -	b->neg = tmp_neg;
    -	
    -	a->flags = (flags_old_a & BN_FLG_MALLOCED) | (flags_old_b & BN_FLG_STATIC_DATA);
    -	b->flags = (flags_old_b & BN_FLG_MALLOCED) | (flags_old_a & BN_FLG_STATIC_DATA);
    -	bn_check_top(a);
    -	bn_check_top(b);
    -	}
    +{
    +    int flags_old_a, flags_old_b;
    +    BN_ULONG *tmp_d;
    +    int tmp_top, tmp_dmax, tmp_neg;
    +
    +    bn_check_top(a);
    +    bn_check_top(b);
    +
    +    flags_old_a = a->flags;
    +    flags_old_b = b->flags;
    +
    +    tmp_d = a->d;
    +    tmp_top = a->top;
    +    tmp_dmax = a->dmax;
    +    tmp_neg = a->neg;
    +
    +    a->d = b->d;
    +    a->top = b->top;
    +    a->dmax = b->dmax;
    +    a->neg = b->neg;
    +
    +    b->d = tmp_d;
    +    b->top = tmp_top;
    +    b->dmax = tmp_dmax;
    +    b->neg = tmp_neg;
    +
    +    a->flags =
    +        (flags_old_a & BN_FLG_MALLOCED) | (flags_old_b & BN_FLG_STATIC_DATA);
    +    b->flags =
    +        (flags_old_b & BN_FLG_MALLOCED) | (flags_old_a & BN_FLG_STATIC_DATA);
    +    bn_check_top(a);
    +    bn_check_top(b);
    +}
     
     void BN_clear(BIGNUM *a)
    -	{
    -	bn_check_top(a);
    -	if (a->d != NULL)
    -		memset(a->d,0,a->dmax*sizeof(a->d[0]));
    -	a->top=0;
    -	a->neg=0;
    -	}
    +{
    +    bn_check_top(a);
    +    if (a->d != NULL)
    +        memset(a->d, 0, a->dmax * sizeof(a->d[0]));
    +    a->top = 0;
    +    a->neg = 0;
    +}
     
     BN_ULONG BN_get_word(const BIGNUM *a)
    -	{
    -	if (a->top > 1)
    -		return BN_MASK2;
    -	else if (a->top == 1)
    -		return a->d[0];
    -	/* a->top == 0 */
    -	return 0;
    -	}
    +{
    +    if (a->top > 1)
    +        return BN_MASK2;
    +    else if (a->top == 1)
    +        return a->d[0];
    +    /* a->top == 0 */
    +    return 0;
    +}
     
     int BN_set_word(BIGNUM *a, BN_ULONG w)
    -	{
    -	bn_check_top(a);
    -	if (bn_expand(a,(int)sizeof(BN_ULONG)*8) == NULL) return(0);
    -	a->neg = 0;
    -	a->d[0] = w;
    -	a->top = (w ? 1 : 0);
    -	bn_check_top(a);
    -	return(1);
    -	}
    +{
    +    bn_check_top(a);
    +    if (bn_expand(a, (int)sizeof(BN_ULONG) * 8) == NULL)
    +        return (0);
    +    a->neg = 0;
    +    a->d[0] = w;
    +    a->top = (w ? 1 : 0);
    +    bn_check_top(a);
    +    return (1);
    +}
     
     BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret)
    -	{
    -	unsigned int i,m;
    -	unsigned int n;
    -	BN_ULONG l;
    -	BIGNUM  *bn = NULL;
    -
    -	if (ret == NULL)
    -		ret = bn = BN_new();
    -	if (ret == NULL) return(NULL);
    -	bn_check_top(ret);
    -	l=0;
    -	n=len;
    -	if (n == 0)
    -		{
    -		ret->top=0;
    -		return(ret);
    -		}
    -	i=((n-1)/BN_BYTES)+1;
    -	m=((n-1)%(BN_BYTES));
    -	if (bn_wexpand(ret, (int)i) == NULL)
    -		{
    -		if (bn) BN_free(bn);
    -		return NULL;
    -		}
    -	ret->top=i;
    -	ret->neg=0;
    -	while (n--)
    -		{
    -		l=(l<<8L)| *(s++);
    -		if (m-- == 0)
    -			{
    -			ret->d[--i]=l;
    -			l=0;
    -			m=BN_BYTES-1;
    -			}
    -		}
    -	/* need to call this due to clear byte at top if avoiding
    -	 * having the top bit set (-ve number) */
    -	bn_correct_top(ret);
    -	return(ret);
    -	}
    +{
    +    unsigned int i, m;
    +    unsigned int n;
    +    BN_ULONG l;
    +    BIGNUM *bn = NULL;
    +
    +    if (ret == NULL)
    +        ret = bn = BN_new();
    +    if (ret == NULL)
    +        return (NULL);
    +    bn_check_top(ret);
    +    l = 0;
    +    n = len;
    +    if (n == 0) {
    +        ret->top = 0;
    +        return (ret);
    +    }
    +    i = ((n - 1) / BN_BYTES) + 1;
    +    m = ((n - 1) % (BN_BYTES));
    +    if (bn_wexpand(ret, (int)i) == NULL) {
    +        if (bn)
    +            BN_free(bn);
    +        return NULL;
    +    }
    +    ret->top = i;
    +    ret->neg = 0;
    +    while (n--) {
    +        l = (l << 8L) | *(s++);
    +        if (m-- == 0) {
    +            ret->d[--i] = l;
    +            l = 0;
    +            m = BN_BYTES - 1;
    +        }
    +    }
    +    /*
    +     * need to call this due to clear byte at top if avoiding having the top
    +     * bit set (-ve number)
    +     */
    +    bn_correct_top(ret);
    +    return (ret);
    +}
     
     /* ignore negative */
     int BN_bn2bin(const BIGNUM *a, unsigned char *to)
    -	{
    -	int n,i;
    -	BN_ULONG l;
    -
    -	bn_check_top(a);
    -	n=i=BN_num_bytes(a);
    -	while (i--)
    -		{
    -		l=a->d[i/BN_BYTES];
    -		*(to++)=(unsigned char)(l>>(8*(i%BN_BYTES)))&0xff;
    -		}
    -	return(n);
    -	}
    +{
    +    int n, i;
    +    BN_ULONG l;
    +
    +    bn_check_top(a);
    +    n = i = BN_num_bytes(a);
    +    while (i--) {
    +        l = a->d[i / BN_BYTES];
    +        *(to++) = (unsigned char)(l >> (8 * (i % BN_BYTES))) & 0xff;
    +    }
    +    return (n);
    +}
     
     int BN_ucmp(const BIGNUM *a, const BIGNUM *b)
    -	{
    -	int i;
    -	BN_ULONG t1,t2,*ap,*bp;
    -
    -	bn_check_top(a);
    -	bn_check_top(b);
    -
    -	i=a->top-b->top;
    -	if (i != 0) return(i);
    -	ap=a->d;
    -	bp=b->d;
    -	for (i=a->top-1; i>=0; i--)
    -		{
    -		t1= ap[i];
    -		t2= bp[i];
    -		if (t1 != t2)
    -			return((t1 > t2) ? 1 : -1);
    -		}
    -	return(0);
    -	}
    +{
    +    int i;
    +    BN_ULONG t1, t2, *ap, *bp;
    +
    +    bn_check_top(a);
    +    bn_check_top(b);
    +
    +    i = a->top - b->top;
    +    if (i != 0)
    +        return (i);
    +    ap = a->d;
    +    bp = b->d;
    +    for (i = a->top - 1; i >= 0; i--) {
    +        t1 = ap[i];
    +        t2 = bp[i];
    +        if (t1 != t2)
    +            return ((t1 > t2) ? 1 : -1);
    +    }
    +    return (0);
    +}
     
     int BN_cmp(const BIGNUM *a, const BIGNUM *b)
    -	{
    -	int i;
    -	int gt,lt;
    -	BN_ULONG t1,t2;
    -
    -	if ((a == NULL) || (b == NULL))
    -		{
    -		if (a != NULL)
    -			return(-1);
    -		else if (b != NULL)
    -			return(1);
    -		else
    -			return(0);
    -		}
    -
    -	bn_check_top(a);
    -	bn_check_top(b);
    -
    -	if (a->neg != b->neg)
    -		{
    -		if (a->neg)
    -			return(-1);
    -		else	return(1);
    -		}
    -	if (a->neg == 0)
    -		{ gt=1; lt= -1; }
    -	else	{ gt= -1; lt=1; }
    -
    -	if (a->top > b->top) return(gt);
    -	if (a->top < b->top) return(lt);
    -	for (i=a->top-1; i>=0; i--)
    -		{
    -		t1=a->d[i];
    -		t2=b->d[i];
    -		if (t1 > t2) return(gt);
    -		if (t1 < t2) return(lt);
    -		}
    -	return(0);
    -	}
    +{
    +    int i;
    +    int gt, lt;
    +    BN_ULONG t1, t2;
    +
    +    if ((a == NULL) || (b == NULL)) {
    +        if (a != NULL)
    +            return (-1);
    +        else if (b != NULL)
    +            return (1);
    +        else
    +            return (0);
    +    }
    +
    +    bn_check_top(a);
    +    bn_check_top(b);
    +
    +    if (a->neg != b->neg) {
    +        if (a->neg)
    +            return (-1);
    +        else
    +            return (1);
    +    }
    +    if (a->neg == 0) {
    +        gt = 1;
    +        lt = -1;
    +    } else {
    +        gt = -1;
    +        lt = 1;
    +    }
    +
    +    if (a->top > b->top)
    +        return (gt);
    +    if (a->top < b->top)
    +        return (lt);
    +    for (i = a->top - 1; i >= 0; i--) {
    +        t1 = a->d[i];
    +        t2 = b->d[i];
    +        if (t1 > t2)
    +            return (gt);
    +        if (t1 < t2)
    +            return (lt);
    +    }
    +    return (0);
    +}
     
     int BN_set_bit(BIGNUM *a, int n)
    -	{
    -	int i,j,k;
    -
    -	if (n < 0)
    -		return 0;
    -
    -	i=n/BN_BITS2;
    -	j=n%BN_BITS2;
    -	if (a->top <= i)
    -		{
    -		if (bn_wexpand(a,i+1) == NULL) return(0);
    -		for(k=a->top; kd[k]=0;
    -		a->top=i+1;
    -		}
    -
    -	a->d[i]|=(((BN_ULONG)1)<top <= i) {
    +        if (bn_wexpand(a, i + 1) == NULL)
    +            return (0);
    +        for (k = a->top; k < i + 1; k++)
    +            a->d[k] = 0;
    +        a->top = i + 1;
    +    }
    +
    +    a->d[i] |= (((BN_ULONG)1) << j);
    +    bn_check_top(a);
    +    return (1);
    +}
     
     int BN_clear_bit(BIGNUM *a, int n)
    -	{
    -	int i,j;
    +{
    +    int i, j;
     
    -	bn_check_top(a);
    -	if (n < 0) return 0;
    +    bn_check_top(a);
    +    if (n < 0)
    +        return 0;
     
    -	i=n/BN_BITS2;
    -	j=n%BN_BITS2;
    -	if (a->top <= i) return(0);
    +    i = n / BN_BITS2;
    +    j = n % BN_BITS2;
    +    if (a->top <= i)
    +        return (0);
     
    -	a->d[i]&=(~(((BN_ULONG)1)<d[i] &= (~(((BN_ULONG)1) << j));
    +    bn_correct_top(a);
    +    return (1);
    +}
     
     int BN_is_bit_set(const BIGNUM *a, int n)
    -	{
    -	int i,j;
    -
    -	bn_check_top(a);
    -	if (n < 0) return 0;
    -	i=n/BN_BITS2;
    -	j=n%BN_BITS2;
    -	if (a->top <= i) return 0;
    -	return (int)(((a->d[i])>>j)&((BN_ULONG)1));
    -	}
    +{
    +    int i, j;
    +
    +    bn_check_top(a);
    +    if (n < 0)
    +        return 0;
    +    i = n / BN_BITS2;
    +    j = n % BN_BITS2;
    +    if (a->top <= i)
    +        return 0;
    +    return (int)(((a->d[i]) >> j) & ((BN_ULONG)1));
    +}
     
     int BN_mask_bits(BIGNUM *a, int n)
    -	{
    -	int b,w;
    -
    -	bn_check_top(a);
    -	if (n < 0) return 0;
    -
    -	w=n/BN_BITS2;
    -	b=n%BN_BITS2;
    -	if (w >= a->top) return 0;
    -	if (b == 0)
    -		a->top=w;
    -	else
    -		{
    -		a->top=w+1;
    -		a->d[w]&= ~(BN_MASK2<= a->top)
    +        return 0;
    +    if (b == 0)
    +        a->top = w;
    +    else {
    +        a->top = w + 1;
    +        a->d[w] &= ~(BN_MASK2 << b);
    +    }
    +    bn_correct_top(a);
    +    return (1);
    +}
     
     void BN_set_negative(BIGNUM *a, int b)
    -	{
    -	if (b && !BN_is_zero(a))
    -		a->neg = 1;
    -	else
    -		a->neg = 0;
    -	}
    +{
    +    if (b && !BN_is_zero(a))
    +        a->neg = 1;
    +    else
    +        a->neg = 0;
    +}
     
     int bn_cmp_words(const BN_ULONG *a, const BN_ULONG *b, int n)
    -	{
    -	int i;
    -	BN_ULONG aa,bb;
    -
    -	aa=a[n-1];
    -	bb=b[n-1];
    -	if (aa != bb) return((aa > bb)?1:-1);
    -	for (i=n-2; i>=0; i--)
    -		{
    -		aa=a[i];
    -		bb=b[i];
    -		if (aa != bb) return((aa > bb)?1:-1);
    -		}
    -	return(0);
    -	}
    -
    -/* Here follows a specialised variants of bn_cmp_words().  It has the
    -   property of performing the operation on arrays of different sizes.
    -   The sizes of those arrays is expressed through cl, which is the
    -   common length ( basicall, min(len(a),len(b)) ), and dl, which is the
    -   delta between the two lengths, calculated as len(a)-len(b).
    -   All lengths are the number of BN_ULONGs...  */
    -
    -int bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b,
    -	int cl, int dl)
    -	{
    -	int n,i;
    -	n = cl-1;
    -
    -	if (dl < 0)
    -		{
    -		for (i=dl; i<0; i++)
    -			{
    -			if (b[n-i] != 0)
    -				return -1; /* a < b */
    -			}
    -		}
    -	if (dl > 0)
    -		{
    -		for (i=dl; i>0; i--)
    -			{
    -			if (a[n+i] != 0)
    -				return 1; /* a > b */
    -			}
    -		}
    -	return bn_cmp_words(a,b,cl);
    -	}
    -
    -/* 
    - * Constant-time conditional swap of a and b.  
    +{
    +    int i;
    +    BN_ULONG aa, bb;
    +
    +    aa = a[n - 1];
    +    bb = b[n - 1];
    +    if (aa != bb)
    +        return ((aa > bb) ? 1 : -1);
    +    for (i = n - 2; i >= 0; i--) {
    +        aa = a[i];
    +        bb = b[i];
    +        if (aa != bb)
    +            return ((aa > bb) ? 1 : -1);
    +    }
    +    return (0);
    +}
    +
    +/*
    + * Here follows a specialised variants of bn_cmp_words().  It has the
    + * property of performing the operation on arrays of different sizes. The
    + * sizes of those arrays is expressed through cl, which is the common length
    + * ( basicall, min(len(a),len(b)) ), and dl, which is the delta between the
    + * two lengths, calculated as len(a)-len(b). All lengths are the number of
    + * BN_ULONGs...
    + */
    +
    +int bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b, int cl, int dl)
    +{
    +    int n, i;
    +    n = cl - 1;
    +
    +    if (dl < 0) {
    +        for (i = dl; i < 0; i++) {
    +            if (b[n - i] != 0)
    +                return -1;      /* a < b */
    +        }
    +    }
    +    if (dl > 0) {
    +        for (i = dl; i > 0; i--) {
    +            if (a[n + i] != 0)
    +                return 1;       /* a > b */
    +        }
    +    }
    +    return bn_cmp_words(a, b, cl);
    +}
    +
    +/*
    + * Constant-time conditional swap of a and b.
      * a and b are swapped if condition is not 0.  The code assumes that at most one bit of condition is set.
      * nwords is the number of words to swap.  The code assumes that at least nwords are allocated in both a and b,
      * and that no more than nwords are used by either a or b.
      * a and b cannot be the same number
      */
     void BN_consttime_swap(BN_ULONG condition, BIGNUM *a, BIGNUM *b, int nwords)
    -	{
    -	BN_ULONG t;
    -	int i;
    +{
    +    BN_ULONG t;
    +    int i;
     
    -	bn_wcheck_size(a, nwords);
    -	bn_wcheck_size(b, nwords);
    +    bn_wcheck_size(a, nwords);
    +    bn_wcheck_size(b, nwords);
     
    -	assert(a != b);
    -	assert((condition & (condition - 1)) == 0);
    -	assert(sizeof(BN_ULONG) >= sizeof(int));
    +    assert(a != b);
    +    assert((condition & (condition - 1)) == 0);
    +    assert(sizeof(BN_ULONG) >= sizeof(int));
     
    -	condition = ((condition - 1) >> (BN_BITS2 - 1)) - 1;
    +    condition = ((condition - 1) >> (BN_BITS2 - 1)) - 1;
     
    -	t = (a->top^b->top) & condition;
    -	a->top ^= t;
    -	b->top ^= t;
    +    t = (a->top ^ b->top) & condition;
    +    a->top ^= t;
    +    b->top ^= t;
     
     #define BN_CONSTTIME_SWAP(ind) \
    -	do { \
    -		t = (a->d[ind] ^ b->d[ind]) & condition; \
    -		a->d[ind] ^= t; \
    -		b->d[ind] ^= t; \
    -	} while (0)
    -
    -
    -	switch (nwords) {
    -	default:
    -		for (i = 10; i < nwords; i++) 
    -			BN_CONSTTIME_SWAP(i);
    -		/* Fallthrough */
    -	case 10: BN_CONSTTIME_SWAP(9); /* Fallthrough */
    -	case 9: BN_CONSTTIME_SWAP(8); /* Fallthrough */
    -	case 8: BN_CONSTTIME_SWAP(7); /* Fallthrough */
    -	case 7: BN_CONSTTIME_SWAP(6); /* Fallthrough */
    -	case 6: BN_CONSTTIME_SWAP(5); /* Fallthrough */
    -	case 5: BN_CONSTTIME_SWAP(4); /* Fallthrough */
    -	case 4: BN_CONSTTIME_SWAP(3); /* Fallthrough */
    -	case 3: BN_CONSTTIME_SWAP(2); /* Fallthrough */
    -	case 2: BN_CONSTTIME_SWAP(1); /* Fallthrough */
    -	case 1: BN_CONSTTIME_SWAP(0);
    -	}
    +        do { \
    +                t = (a->d[ind] ^ b->d[ind]) & condition; \
    +                a->d[ind] ^= t; \
    +                b->d[ind] ^= t; \
    +        } while (0)
    +
    +    switch (nwords) {
    +    default:
    +        for (i = 10; i < nwords; i++)
    +            BN_CONSTTIME_SWAP(i);
    +        /* Fallthrough */
    +    case 10:
    +        BN_CONSTTIME_SWAP(9);   /* Fallthrough */
    +    case 9:
    +        BN_CONSTTIME_SWAP(8);   /* Fallthrough */
    +    case 8:
    +        BN_CONSTTIME_SWAP(7);   /* Fallthrough */
    +    case 7:
    +        BN_CONSTTIME_SWAP(6);   /* Fallthrough */
    +    case 6:
    +        BN_CONSTTIME_SWAP(5);   /* Fallthrough */
    +    case 5:
    +        BN_CONSTTIME_SWAP(4);   /* Fallthrough */
    +    case 4:
    +        BN_CONSTTIME_SWAP(3);   /* Fallthrough */
    +    case 3:
    +        BN_CONSTTIME_SWAP(2);   /* Fallthrough */
    +    case 2:
    +        BN_CONSTTIME_SWAP(1);   /* Fallthrough */
    +    case 1:
    +        BN_CONSTTIME_SWAP(0);
    +    }
     #undef BN_CONSTTIME_SWAP
     }
    diff --git a/openssl/crypto/bn/bn_mod.c b/openssl/crypto/bn/bn_mod.c
    index 77d6ddb91..ffbce890c 100644
    --- a/openssl/crypto/bn/bn_mod.c
    +++ b/openssl/crypto/bn/bn_mod.c
    @@ -1,6 +1,8 @@
     /* crypto/bn/bn_mod.c */
    -/* Includes code written by Lenka Fibikova 
    - * for the OpenSSL project. */
    +/*
    + * Includes code written by Lenka Fibikova 
    + * for the OpenSSL project.
    + */
     /* ====================================================================
      * Copyright (c) 1998-2000 The OpenSSL Project.  All rights reserved.
      *
    @@ -9,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -60,21 +62,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -89,10 +91,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -104,7 +106,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -114,188 +116,201 @@
     #include "cryptlib.h"
     #include "bn_lcl.h"
     
    -
    -#if 0 /* now just a #define */
    +#if 0                           /* now just a #define */
     int BN_mod(BIGNUM *rem, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx)
    -	{
    -	return(BN_div(NULL,rem,m,d,ctx));
    -	/* note that  rem->neg == m->neg  (unless the remainder is zero) */
    -	}
    +{
    +    return (BN_div(NULL, rem, m, d, ctx));
    +    /* note that  rem->neg == m->neg  (unless the remainder is zero) */
    +}
     #endif
     
    -
     int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx)
    -	{
    -	/* like BN_mod, but returns non-negative remainder
    -	 * (i.e.,  0 <= r < |d|  always holds) */
    -
    -	if (!(BN_mod(r,m,d,ctx)))
    -		return 0;
    -	if (!r->neg)
    -		return 1;
    -	/* now   -|d| < r < 0,  so we have to set  r := r + |d| */
    -	return (d->neg ? BN_sub : BN_add)(r, r, d);
    +{
    +    /*
    +     * like BN_mod, but returns non-negative remainder (i.e., 0 <= r < |d|
    +     * always holds)
    +     */
    +
    +    if (!(BN_mod(r, m, d, ctx)))
    +        return 0;
    +    if (!r->neg)
    +        return 1;
    +    /* now   -|d| < r < 0,  so we have to set  r := r + |d| */
    +    return (d->neg ? BN_sub : BN_add) (r, r, d);
     }
     
    +int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
    +               BN_CTX *ctx)
    +{
    +    if (!BN_add(r, a, b))
    +        return 0;
    +    return BN_nnmod(r, r, m, ctx);
    +}
     
    -int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx)
    -	{
    -	if (!BN_add(r, a, b)) return 0;
    -	return BN_nnmod(r, r, m, ctx);
    -	}
    -
    -
    -/* BN_mod_add variant that may be used if both  a  and  b  are non-negative
    - * and less than  m */
    -int BN_mod_add_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m)
    -	{
    -	if (!BN_uadd(r, a, b)) return 0;
    -	if (BN_ucmp(r, m) >= 0)
    -		return BN_usub(r, r, m);
    -	return 1;
    -	}
    -
    -
    -int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx)
    -	{
    -	if (!BN_sub(r, a, b)) return 0;
    -	return BN_nnmod(r, r, m, ctx);
    -	}
    -
    +/*
    + * BN_mod_add variant that may be used if both a and b are non-negative and
    + * less than m
    + */
    +int BN_mod_add_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
    +                     const BIGNUM *m)
    +{
    +    if (!BN_uadd(r, a, b))
    +        return 0;
    +    if (BN_ucmp(r, m) >= 0)
    +        return BN_usub(r, r, m);
    +    return 1;
    +}
     
    -/* BN_mod_sub variant that may be used if both  a  and  b  are non-negative
    - * and less than  m */
    -int BN_mod_sub_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m)
    -	{
    -	if (!BN_sub(r, a, b)) return 0;
    -	if (r->neg)
    -		return BN_add(r, r, m);
    -	return 1;
    -	}
    +int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
    +               BN_CTX *ctx)
    +{
    +    if (!BN_sub(r, a, b))
    +        return 0;
    +    return BN_nnmod(r, r, m, ctx);
    +}
     
    +/*
    + * BN_mod_sub variant that may be used if both a and b are non-negative and
    + * less than m
    + */
    +int BN_mod_sub_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
    +                     const BIGNUM *m)
    +{
    +    if (!BN_sub(r, a, b))
    +        return 0;
    +    if (r->neg)
    +        return BN_add(r, r, m);
    +    return 1;
    +}
     
     /* slow but works */
     int BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
    -	BN_CTX *ctx)
    -	{
    -	BIGNUM *t;
    -	int ret=0;
    -
    -	bn_check_top(a);
    -	bn_check_top(b);
    -	bn_check_top(m);
    -
    -	BN_CTX_start(ctx);
    -	if ((t = BN_CTX_get(ctx)) == NULL) goto err;
    -	if (a == b)
    -		{ if (!BN_sqr(t,a,ctx)) goto err; }
    -	else
    -		{ if (!BN_mul(t,a,b,ctx)) goto err; }
    -	if (!BN_nnmod(r,t,m,ctx)) goto err;
    -	bn_check_top(r);
    -	ret=1;
    -err:
    -	BN_CTX_end(ctx);
    -	return(ret);
    -	}
    -
    +               BN_CTX *ctx)
    +{
    +    BIGNUM *t;
    +    int ret = 0;
    +
    +    bn_check_top(a);
    +    bn_check_top(b);
    +    bn_check_top(m);
    +
    +    BN_CTX_start(ctx);
    +    if ((t = BN_CTX_get(ctx)) == NULL)
    +        goto err;
    +    if (a == b) {
    +        if (!BN_sqr(t, a, ctx))
    +            goto err;
    +    } else {
    +        if (!BN_mul(t, a, b, ctx))
    +            goto err;
    +    }
    +    if (!BN_nnmod(r, t, m, ctx))
    +        goto err;
    +    bn_check_top(r);
    +    ret = 1;
    + err:
    +    BN_CTX_end(ctx);
    +    return (ret);
    +}
     
     int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx)
    -	{
    -	if (!BN_sqr(r, a, ctx)) return 0;
    -	/* r->neg == 0,  thus we don't need BN_nnmod */
    -	return BN_mod(r, r, m, ctx);
    -	}
    -
    +{
    +    if (!BN_sqr(r, a, ctx))
    +        return 0;
    +    /* r->neg == 0,  thus we don't need BN_nnmod */
    +    return BN_mod(r, r, m, ctx);
    +}
     
     int BN_mod_lshift1(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx)
    -	{
    -	if (!BN_lshift1(r, a)) return 0;
    -	bn_check_top(r);
    -	return BN_nnmod(r, r, m, ctx);
    -	}
    -
    +{
    +    if (!BN_lshift1(r, a))
    +        return 0;
    +    bn_check_top(r);
    +    return BN_nnmod(r, r, m, ctx);
    +}
     
    -/* BN_mod_lshift1 variant that may be used if  a  is non-negative
    - * and less than  m */
    +/*
    + * BN_mod_lshift1 variant that may be used if a is non-negative and less than
    + * m
    + */
     int BN_mod_lshift1_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *m)
    -	{
    -	if (!BN_lshift1(r, a)) return 0;
    -	bn_check_top(r);
    -	if (BN_cmp(r, m) >= 0)
    -		return BN_sub(r, r, m);
    -	return 1;
    -	}
    -
    +{
    +    if (!BN_lshift1(r, a))
    +        return 0;
    +    bn_check_top(r);
    +    if (BN_cmp(r, m) >= 0)
    +        return BN_sub(r, r, m);
    +    return 1;
    +}
     
    -int BN_mod_lshift(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m, BN_CTX *ctx)
    -	{
    -	BIGNUM *abs_m = NULL;
    -	int ret;
    +int BN_mod_lshift(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m,
    +                  BN_CTX *ctx)
    +{
    +    BIGNUM *abs_m = NULL;
    +    int ret;
     
    -	if (!BN_nnmod(r, a, m, ctx)) return 0;
    +    if (!BN_nnmod(r, a, m, ctx))
    +        return 0;
     
    -	if (m->neg)
    -		{
    -		abs_m = BN_dup(m);
    -		if (abs_m == NULL) return 0;
    -		abs_m->neg = 0;
    -		}
    -	
    -	ret = BN_mod_lshift_quick(r, r, n, (abs_m ? abs_m : m));
    -	bn_check_top(r);
    +    if (m->neg) {
    +        abs_m = BN_dup(m);
    +        if (abs_m == NULL)
    +            return 0;
    +        abs_m->neg = 0;
    +    }
     
    -	if (abs_m)
    -		BN_free(abs_m);
    -	return ret;
    -	}
    +    ret = BN_mod_lshift_quick(r, r, n, (abs_m ? abs_m : m));
    +    bn_check_top(r);
     
    +    if (abs_m)
    +        BN_free(abs_m);
    +    return ret;
    +}
     
    -/* BN_mod_lshift variant that may be used if  a  is non-negative
    - * and less than  m */
    +/*
    + * BN_mod_lshift variant that may be used if a is non-negative and less than
    + * m
    + */
     int BN_mod_lshift_quick(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m)
    -	{
    -	if (r != a)
    -		{
    -		if (BN_copy(r, a) == NULL) return 0;
    -		}
    -
    -	while (n > 0)
    -		{
    -		int max_shift;
    -		
    -		/* 0 < r < m */
    -		max_shift = BN_num_bits(m) - BN_num_bits(r);
    -		/* max_shift >= 0 */
    -
    -		if (max_shift < 0)
    -			{
    -			BNerr(BN_F_BN_MOD_LSHIFT_QUICK, BN_R_INPUT_NOT_REDUCED);
    -			return 0;
    -			}
    -
    -		if (max_shift > n)
    -			max_shift = n;
    -
    -		if (max_shift)
    -			{
    -			if (!BN_lshift(r, r, max_shift)) return 0;
    -			n -= max_shift;
    -			}
    -		else
    -			{
    -			if (!BN_lshift1(r, r)) return 0;
    -			--n;
    -			}
    -
    -		/* BN_num_bits(r) <= BN_num_bits(m) */
    -
    -		if (BN_cmp(r, m) >= 0) 
    -			{
    -			if (!BN_sub(r, r, m)) return 0;
    -			}
    -		}
    -	bn_check_top(r);
    -	
    -	return 1;
    -	}
    +{
    +    if (r != a) {
    +        if (BN_copy(r, a) == NULL)
    +            return 0;
    +    }
    +
    +    while (n > 0) {
    +        int max_shift;
    +
    +        /* 0 < r < m */
    +        max_shift = BN_num_bits(m) - BN_num_bits(r);
    +        /* max_shift >= 0 */
    +
    +        if (max_shift < 0) {
    +            BNerr(BN_F_BN_MOD_LSHIFT_QUICK, BN_R_INPUT_NOT_REDUCED);
    +            return 0;
    +        }
    +
    +        if (max_shift > n)
    +            max_shift = n;
    +
    +        if (max_shift) {
    +            if (!BN_lshift(r, r, max_shift))
    +                return 0;
    +            n -= max_shift;
    +        } else {
    +            if (!BN_lshift1(r, r))
    +                return 0;
    +            --n;
    +        }
    +
    +        /* BN_num_bits(r) <= BN_num_bits(m) */
    +
    +        if (BN_cmp(r, m) >= 0) {
    +            if (!BN_sub(r, r, m))
    +                return 0;
    +        }
    +    }
    +    bn_check_top(r);
    +
    +    return 1;
    +}
    diff --git a/openssl/crypto/bn/bn_mont.c b/openssl/crypto/bn/bn_mont.c
    index ee8532c7d..aadd5db1d 100644
    --- a/openssl/crypto/bn/bn_mont.c
    +++ b/openssl/crypto/bn/bn_mont.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,7 +63,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -120,396 +120,436 @@
     #include "cryptlib.h"
     #include "bn_lcl.h"
     
    -#define MONT_WORD /* use the faster word-based algorithm */
    +#define MONT_WORD               /* use the faster word-based algorithm */
     
     #ifdef MONT_WORD
     static int BN_from_montgomery_word(BIGNUM *ret, BIGNUM *r, BN_MONT_CTX *mont);
     #endif
     
     int BN_mod_mul_montgomery(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
    -			  BN_MONT_CTX *mont, BN_CTX *ctx)
    -	{
    -	BIGNUM *tmp;
    -	int ret=0;
    +                          BN_MONT_CTX *mont, BN_CTX *ctx)
    +{
    +    BIGNUM *tmp;
    +    int ret = 0;
     #if defined(OPENSSL_BN_ASM_MONT) && defined(MONT_WORD)
    -	int num = mont->N.top;
    -
    -	if (num>1 && a->top==num && b->top==num)
    -		{
    -		if (bn_wexpand(r,num) == NULL) return(0);
    -		if (bn_mul_mont(r->d,a->d,b->d,mont->N.d,mont->n0,num))
    -			{
    -			r->neg = a->neg^b->neg;
    -			r->top = num;
    -			bn_correct_top(r);
    -			return(1);
    -			}
    -		}
    +    int num = mont->N.top;
    +
    +    if (num > 1 && a->top == num && b->top == num) {
    +        if (bn_wexpand(r, num) == NULL)
    +            return (0);
    +        if (bn_mul_mont(r->d, a->d, b->d, mont->N.d, mont->n0, num)) {
    +            r->neg = a->neg ^ b->neg;
    +            r->top = num;
    +            bn_correct_top(r);
    +            return (1);
    +        }
    +    }
     #endif
     
    -	BN_CTX_start(ctx);
    -	tmp = BN_CTX_get(ctx);
    -	if (tmp == NULL) goto err;
    -
    -	bn_check_top(tmp);
    -	if (a == b)
    -		{
    -		if (!BN_sqr(tmp,a,ctx)) goto err;
    -		}
    -	else
    -		{
    -		if (!BN_mul(tmp,a,b,ctx)) goto err;
    -		}
    -	/* reduce from aRR to aR */
    +    BN_CTX_start(ctx);
    +    tmp = BN_CTX_get(ctx);
    +    if (tmp == NULL)
    +        goto err;
    +
    +    bn_check_top(tmp);
    +    if (a == b) {
    +        if (!BN_sqr(tmp, a, ctx))
    +            goto err;
    +    } else {
    +        if (!BN_mul(tmp, a, b, ctx))
    +            goto err;
    +    }
    +    /* reduce from aRR to aR */
     #ifdef MONT_WORD
    -	if (!BN_from_montgomery_word(r,tmp,mont)) goto err;
    +    if (!BN_from_montgomery_word(r, tmp, mont))
    +        goto err;
     #else
    -	if (!BN_from_montgomery(r,tmp,mont,ctx)) goto err;
    +    if (!BN_from_montgomery(r, tmp, mont, ctx))
    +        goto err;
     #endif
    -	bn_check_top(r);
    -	ret=1;
    -err:
    -	BN_CTX_end(ctx);
    -	return(ret);
    -	}
    +    bn_check_top(r);
    +    ret = 1;
    + err:
    +    BN_CTX_end(ctx);
    +    return (ret);
    +}
     
     #ifdef MONT_WORD
     static int BN_from_montgomery_word(BIGNUM *ret, BIGNUM *r, BN_MONT_CTX *mont)
    -	{
    -	BIGNUM *n;
    -	BN_ULONG *ap,*np,*rp,n0,v,carry;
    -	int nl,max,i;
    -
    -	n= &(mont->N);
    -	nl=n->top;
    -	if (nl == 0) { ret->top=0; return(1); }
    -
    -	max=(2*nl); /* carry is stored separately */
    -	if (bn_wexpand(r,max) == NULL) return(0);
    -
    -	r->neg^=n->neg;
    -	np=n->d;
    -	rp=r->d;
    -
    -	/* clear the top words of T */
    -#if 1
    -	for (i=r->top; itop]),0,(max-r->top)*sizeof(BN_ULONG)); 
    -#endif
    -
    -	r->top=max;
    -	n0=mont->n0[0];
    -
    -#ifdef BN_COUNT
    -	fprintf(stderr,"word BN_from_montgomery_word %d * %d\n",nl,nl);
    -#endif
    -	for (carry=0, i=0; itop=nl;
    -	ret->neg=r->neg;
    -
    -	rp=ret->d;
    -	ap=&(r->d[nl]);
    -
    -#define BRANCH_FREE 1
    -#if BRANCH_FREE
    -	{
    -	BN_ULONG *nrp;
    -	size_t m;
    -
    -	v=bn_sub_words(rp,ap,np,nl)-carry;
    -	/* if subtraction result is real, then
    -	 * trick unconditional memcpy below to perform in-place
    -	 * "refresh" instead of actual copy. */
    -	m=(0-(size_t)v);
    -	nrp=(BN_ULONG *)(((PTR_SIZE_INT)rp&~m)|((PTR_SIZE_INT)ap&m));
    -
    -	for (i=0,nl-=4; iN);
    +    nl = n->top;
    +    if (nl == 0) {
    +        ret->top = 0;
    +        return (1);
    +    }
    +
    +    max = (2 * nl);             /* carry is stored separately */
    +    if (bn_wexpand(r, max) == NULL)
    +        return (0);
    +
    +    r->neg ^= n->neg;
    +    np = n->d;
    +    rp = r->d;
    +
    +    /* clear the top words of T */
    +# if 1
    +    for (i = r->top; i < max; i++) /* memset? XXX */
    +        rp[i] = 0;
    +# else
    +    memset(&(rp[r->top]), 0, (max - r->top) * sizeof(BN_ULONG));
    +# endif
    +
    +    r->top = max;
    +    n0 = mont->n0[0];
    +
    +# ifdef BN_COUNT
    +    fprintf(stderr, "word BN_from_montgomery_word %d * %d\n", nl, nl);
    +# endif
    +    for (carry = 0, i = 0; i < nl; i++, rp++) {
    +# ifdef __TANDEM
    +        {
    +            long long t1;
    +            long long t2;
    +            long long t3;
    +            t1 = rp[0] * (n0 & 0177777);
    +            t2 = 037777600000l;
    +            t2 = n0 & t2;
    +            t3 = rp[0] & 0177777;
    +            t2 = (t3 * t2) & BN_MASK2;
    +            t1 = t1 + t2;
    +            v = bn_mul_add_words(rp, np, nl, (BN_ULONG)t1);
    +        }
    +# else
    +        v = bn_mul_add_words(rp, np, nl, (rp[0] * n0) & BN_MASK2);
    +# endif
    +        v = (v + carry + rp[nl]) & BN_MASK2;
    +        carry |= (v != rp[nl]);
    +        carry &= (v <= rp[nl]);
    +        rp[nl] = v;
    +    }
    +
    +    if (bn_wexpand(ret, nl) == NULL)
    +        return (0);
    +    ret->top = nl;
    +    ret->neg = r->neg;
    +
    +    rp = ret->d;
    +    ap = &(r->d[nl]);
    +
    +# define BRANCH_FREE 1
    +# if BRANCH_FREE
    +    {
    +        BN_ULONG *nrp;
    +        size_t m;
    +
    +        v = bn_sub_words(rp, ap, np, nl) - carry;
    +        /*
    +         * if subtraction result is real, then trick unconditional memcpy
    +         * below to perform in-place "refresh" instead of actual copy.
    +         */
    +        m = (0 - (size_t)v);
    +        nrp =
    +            (BN_ULONG *)(((PTR_SIZE_INT) rp & ~m) | ((PTR_SIZE_INT) ap & m));
    +
    +        for (i = 0, nl -= 4; i < nl; i += 4) {
    +            BN_ULONG t1, t2, t3, t4;
    +
    +            t1 = nrp[i + 0];
    +            t2 = nrp[i + 1];
    +            t3 = nrp[i + 2];
    +            ap[i + 0] = 0;
    +            t4 = nrp[i + 3];
    +            ap[i + 1] = 0;
    +            rp[i + 0] = t1;
    +            ap[i + 2] = 0;
    +            rp[i + 1] = t2;
    +            ap[i + 3] = 0;
    +            rp[i + 2] = t3;
    +            rp[i + 3] = t4;
    +        }
    +        for (nl += 4; i < nl; i++)
    +            rp[i] = nrp[i], ap[i] = 0;
    +    }
    +# else
    +    if (bn_sub_words(rp, ap, np, nl) - carry)
    +        memcpy(rp, ap, nl * sizeof(BN_ULONG));
    +# endif
    +    bn_correct_top(r);
    +    bn_correct_top(ret);
    +    bn_check_top(ret);
    +
    +    return (1);
    +}
    +#endif                          /* MONT_WORD */
     
     int BN_from_montgomery(BIGNUM *ret, const BIGNUM *a, BN_MONT_CTX *mont,
    -	     BN_CTX *ctx)
    -	{
    -	int retn=0;
    +                       BN_CTX *ctx)
    +{
    +    int retn = 0;
     #ifdef MONT_WORD
    -	BIGNUM *t;
    -
    -	BN_CTX_start(ctx);
    -	if ((t = BN_CTX_get(ctx)) && BN_copy(t,a))
    -		retn = BN_from_montgomery_word(ret,t,mont);
    -	BN_CTX_end(ctx);
    -#else /* !MONT_WORD */
    -	BIGNUM *t1,*t2;
    -
    -	BN_CTX_start(ctx);
    -	t1 = BN_CTX_get(ctx);
    -	t2 = BN_CTX_get(ctx);
    -	if (t1 == NULL || t2 == NULL) goto err;
    -	
    -	if (!BN_copy(t1,a)) goto err;
    -	BN_mask_bits(t1,mont->ri);
    -
    -	if (!BN_mul(t2,t1,&mont->Ni,ctx)) goto err;
    -	BN_mask_bits(t2,mont->ri);
    -
    -	if (!BN_mul(t1,t2,&mont->N,ctx)) goto err;
    -	if (!BN_add(t2,a,t1)) goto err;
    -	if (!BN_rshift(ret,t2,mont->ri)) goto err;
    -
    -	if (BN_ucmp(ret, &(mont->N)) >= 0)
    -		{
    -		if (!BN_usub(ret,ret,&(mont->N))) goto err;
    -		}
    -	retn=1;
    -	bn_check_top(ret);
    +    BIGNUM *t;
    +
    +    BN_CTX_start(ctx);
    +    if ((t = BN_CTX_get(ctx)) && BN_copy(t, a))
    +        retn = BN_from_montgomery_word(ret, t, mont);
    +    BN_CTX_end(ctx);
    +#else                           /* !MONT_WORD */
    +    BIGNUM *t1, *t2;
    +
    +    BN_CTX_start(ctx);
    +    t1 = BN_CTX_get(ctx);
    +    t2 = BN_CTX_get(ctx);
    +    if (t1 == NULL || t2 == NULL)
    +        goto err;
    +
    +    if (!BN_copy(t1, a))
    +        goto err;
    +    BN_mask_bits(t1, mont->ri);
    +
    +    if (!BN_mul(t2, t1, &mont->Ni, ctx))
    +        goto err;
    +    BN_mask_bits(t2, mont->ri);
    +
    +    if (!BN_mul(t1, t2, &mont->N, ctx))
    +        goto err;
    +    if (!BN_add(t2, a, t1))
    +        goto err;
    +    if (!BN_rshift(ret, t2, mont->ri))
    +        goto err;
    +
    +    if (BN_ucmp(ret, &(mont->N)) >= 0) {
    +        if (!BN_usub(ret, ret, &(mont->N)))
    +            goto err;
    +    }
    +    retn = 1;
    +    bn_check_top(ret);
      err:
    -	BN_CTX_end(ctx);
    -#endif /* MONT_WORD */
    -	return(retn);
    -	}
    +    BN_CTX_end(ctx);
    +#endif                          /* MONT_WORD */
    +    return (retn);
    +}
     
     BN_MONT_CTX *BN_MONT_CTX_new(void)
    -	{
    -	BN_MONT_CTX *ret;
    +{
    +    BN_MONT_CTX *ret;
     
    -	if ((ret=(BN_MONT_CTX *)OPENSSL_malloc(sizeof(BN_MONT_CTX))) == NULL)
    -		return(NULL);
    +    if ((ret = (BN_MONT_CTX *)OPENSSL_malloc(sizeof(BN_MONT_CTX))) == NULL)
    +        return (NULL);
     
    -	BN_MONT_CTX_init(ret);
    -	ret->flags=BN_FLG_MALLOCED;
    -	return(ret);
    -	}
    +    BN_MONT_CTX_init(ret);
    +    ret->flags = BN_FLG_MALLOCED;
    +    return (ret);
    +}
     
     void BN_MONT_CTX_init(BN_MONT_CTX *ctx)
    -	{
    -	ctx->ri=0;
    -	BN_init(&(ctx->RR));
    -	BN_init(&(ctx->N));
    -	BN_init(&(ctx->Ni));
    -	ctx->n0[0] = ctx->n0[1] = 0;
    -	ctx->flags=0;
    -	}
    +{
    +    ctx->ri = 0;
    +    BN_init(&(ctx->RR));
    +    BN_init(&(ctx->N));
    +    BN_init(&(ctx->Ni));
    +    ctx->n0[0] = ctx->n0[1] = 0;
    +    ctx->flags = 0;
    +}
     
     void BN_MONT_CTX_free(BN_MONT_CTX *mont)
    -	{
    -	if(mont == NULL)
    -	    return;
    +{
    +    if (mont == NULL)
    +        return;
     
    -	BN_free(&(mont->RR));
    -	BN_free(&(mont->N));
    -	BN_free(&(mont->Ni));
    -	if (mont->flags & BN_FLG_MALLOCED)
    -		OPENSSL_free(mont);
    -	}
    +    BN_free(&(mont->RR));
    +    BN_free(&(mont->N));
    +    BN_free(&(mont->Ni));
    +    if (mont->flags & BN_FLG_MALLOCED)
    +        OPENSSL_free(mont);
    +}
     
     int BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *mod, BN_CTX *ctx)
    -	{
    -	int ret = 0;
    -	BIGNUM *Ri,*R;
    -
    -	BN_CTX_start(ctx);
    -	if((Ri = BN_CTX_get(ctx)) == NULL) goto err;
    -	R= &(mont->RR);					/* grab RR as a temp */
    -	if (!BN_copy(&(mont->N),mod)) goto err;		/* Set N */
    -	mont->N.neg = 0;
    +{
    +    int ret = 0;
    +    BIGNUM *Ri, *R;
    +
    +    BN_CTX_start(ctx);
    +    if ((Ri = BN_CTX_get(ctx)) == NULL)
    +        goto err;
    +    R = &(mont->RR);            /* grab RR as a temp */
    +    if (!BN_copy(&(mont->N), mod))
    +        goto err;               /* Set N */
    +    mont->N.neg = 0;
     
     #ifdef MONT_WORD
    -		{
    -		BIGNUM tmod;
    -		BN_ULONG buf[2];
    -
    -		BN_init(&tmod);
    -		tmod.d=buf;
    -		tmod.dmax=2;
    -		tmod.neg=0;
    -
    -		mont->ri=(BN_num_bits(mod)+(BN_BITS2-1))/BN_BITS2*BN_BITS2;
    -
    -#if defined(OPENSSL_BN_ASM_MONT) && (BN_BITS2<=32)
    -		/* Only certain BN_BITS2<=32 platforms actually make use of
    -		 * n0[1], and we could use the #else case (with a shorter R
    -		 * value) for the others.  However, currently only the assembler
    -		 * files do know which is which. */
    -
    -		BN_zero(R);
    -		if (!(BN_set_bit(R,2*BN_BITS2))) goto err;
    -
    -								tmod.top=0;
    -		if ((buf[0] = mod->d[0]))			tmod.top=1;
    -		if ((buf[1] = mod->top>1 ? mod->d[1] : 0))	tmod.top=2;
    -
    -		if ((BN_mod_inverse(Ri,R,&tmod,ctx)) == NULL)
    -			goto err;
    -		if (!BN_lshift(Ri,Ri,2*BN_BITS2)) goto err; /* R*Ri */
    -		if (!BN_is_zero(Ri))
    -			{
    -			if (!BN_sub_word(Ri,1)) goto err;
    -			}
    -		else /* if N mod word size == 1 */
    -			{
    -			if (bn_expand(Ri,(int)sizeof(BN_ULONG)*2) == NULL)
    -				goto err;
    -			/* Ri-- (mod double word size) */
    -			Ri->neg=0;
    -			Ri->d[0]=BN_MASK2;
    -			Ri->d[1]=BN_MASK2;
    -			Ri->top=2;
    -			}
    -		if (!BN_div(Ri,NULL,Ri,&tmod,ctx)) goto err;
    -		/* Ni = (R*Ri-1)/N,
    -		 * keep only couple of least significant words: */
    -		mont->n0[0] = (Ri->top > 0) ? Ri->d[0] : 0;
    -		mont->n0[1] = (Ri->top > 1) ? Ri->d[1] : 0;
    -#else
    -		BN_zero(R);
    -		if (!(BN_set_bit(R,BN_BITS2))) goto err;	/* R */
    -
    -		buf[0]=mod->d[0]; /* tmod = N mod word size */
    -		buf[1]=0;
    -		tmod.top = buf[0] != 0 ? 1 : 0;
    -							/* Ri = R^-1 mod N*/
    -		if ((BN_mod_inverse(Ri,R,&tmod,ctx)) == NULL)
    -			goto err;
    -		if (!BN_lshift(Ri,Ri,BN_BITS2)) goto err; /* R*Ri */
    -		if (!BN_is_zero(Ri))
    -			{
    -			if (!BN_sub_word(Ri,1)) goto err;
    -			}
    -		else /* if N mod word size == 1 */
    -			{
    -			if (!BN_set_word(Ri,BN_MASK2)) goto err;  /* Ri-- (mod word size) */
    -			}
    -		if (!BN_div(Ri,NULL,Ri,&tmod,ctx)) goto err;
    -		/* Ni = (R*Ri-1)/N,
    -		 * keep only least significant word: */
    -		mont->n0[0] = (Ri->top > 0) ? Ri->d[0] : 0;
    -		mont->n0[1] = 0;
    -#endif
    -		}
    -#else /* !MONT_WORD */
    -		{ /* bignum version */
    -		mont->ri=BN_num_bits(&mont->N);
    -		BN_zero(R);
    -		if (!BN_set_bit(R,mont->ri)) goto err;  /* R = 2^ri */
    -		                                        /* Ri = R^-1 mod N*/
    -		if ((BN_mod_inverse(Ri,R,&mont->N,ctx)) == NULL)
    -			goto err;
    -		if (!BN_lshift(Ri,Ri,mont->ri)) goto err; /* R*Ri */
    -		if (!BN_sub_word(Ri,1)) goto err;
    -							/* Ni = (R*Ri-1) / N */
    -		if (!BN_div(&(mont->Ni),NULL,Ri,&mont->N,ctx)) goto err;
    -		}
    +    {
    +        BIGNUM tmod;
    +        BN_ULONG buf[2];
    +
    +        BN_init(&tmod);
    +        tmod.d = buf;
    +        tmod.dmax = 2;
    +        tmod.neg = 0;
    +
    +        mont->ri = (BN_num_bits(mod) + (BN_BITS2 - 1)) / BN_BITS2 * BN_BITS2;
    +
    +# if defined(OPENSSL_BN_ASM_MONT) && (BN_BITS2<=32)
    +        /*
    +         * Only certain BN_BITS2<=32 platforms actually make use of n0[1],
    +         * and we could use the #else case (with a shorter R value) for the
    +         * others.  However, currently only the assembler files do know which
    +         * is which.
    +         */
    +
    +        BN_zero(R);
    +        if (!(BN_set_bit(R, 2 * BN_BITS2)))
    +            goto err;
    +
    +        tmod.top = 0;
    +        if ((buf[0] = mod->d[0]))
    +            tmod.top = 1;
    +        if ((buf[1] = mod->top > 1 ? mod->d[1] : 0))
    +            tmod.top = 2;
    +
    +        if ((BN_mod_inverse(Ri, R, &tmod, ctx)) == NULL)
    +            goto err;
    +        if (!BN_lshift(Ri, Ri, 2 * BN_BITS2))
    +            goto err;           /* R*Ri */
    +        if (!BN_is_zero(Ri)) {
    +            if (!BN_sub_word(Ri, 1))
    +                goto err;
    +        } else {                /* if N mod word size == 1 */
    +
    +            if (bn_expand(Ri, (int)sizeof(BN_ULONG) * 2) == NULL)
    +                goto err;
    +            /* Ri-- (mod double word size) */
    +            Ri->neg = 0;
    +            Ri->d[0] = BN_MASK2;
    +            Ri->d[1] = BN_MASK2;
    +            Ri->top = 2;
    +        }
    +        if (!BN_div(Ri, NULL, Ri, &tmod, ctx))
    +            goto err;
    +        /*
    +         * Ni = (R*Ri-1)/N, keep only couple of least significant words:
    +         */
    +        mont->n0[0] = (Ri->top > 0) ? Ri->d[0] : 0;
    +        mont->n0[1] = (Ri->top > 1) ? Ri->d[1] : 0;
    +# else
    +        BN_zero(R);
    +        if (!(BN_set_bit(R, BN_BITS2)))
    +            goto err;           /* R */
    +
    +        buf[0] = mod->d[0];     /* tmod = N mod word size */
    +        buf[1] = 0;
    +        tmod.top = buf[0] != 0 ? 1 : 0;
    +        /* Ri = R^-1 mod N */
    +        if ((BN_mod_inverse(Ri, R, &tmod, ctx)) == NULL)
    +            goto err;
    +        if (!BN_lshift(Ri, Ri, BN_BITS2))
    +            goto err;           /* R*Ri */
    +        if (!BN_is_zero(Ri)) {
    +            if (!BN_sub_word(Ri, 1))
    +                goto err;
    +        } else {                /* if N mod word size == 1 */
    +
    +            if (!BN_set_word(Ri, BN_MASK2))
    +                goto err;       /* Ri-- (mod word size) */
    +        }
    +        if (!BN_div(Ri, NULL, Ri, &tmod, ctx))
    +            goto err;
    +        /*
    +         * Ni = (R*Ri-1)/N, keep only least significant word:
    +         */
    +        mont->n0[0] = (Ri->top > 0) ? Ri->d[0] : 0;
    +        mont->n0[1] = 0;
    +# endif
    +    }
    +#else                           /* !MONT_WORD */
    +    {                           /* bignum version */
    +        mont->ri = BN_num_bits(&mont->N);
    +        BN_zero(R);
    +        if (!BN_set_bit(R, mont->ri))
    +            goto err;           /* R = 2^ri */
    +        /* Ri = R^-1 mod N */
    +        if ((BN_mod_inverse(Ri, R, &mont->N, ctx)) == NULL)
    +            goto err;
    +        if (!BN_lshift(Ri, Ri, mont->ri))
    +            goto err;           /* R*Ri */
    +        if (!BN_sub_word(Ri, 1))
    +            goto err;
    +        /*
    +         * Ni = (R*Ri-1) / N
    +         */
    +        if (!BN_div(&(mont->Ni), NULL, Ri, &mont->N, ctx))
    +            goto err;
    +    }
     #endif
     
    -	/* setup RR for conversions */
    -	BN_zero(&(mont->RR));
    -	if (!BN_set_bit(&(mont->RR),mont->ri*2)) goto err;
    -	if (!BN_mod(&(mont->RR),&(mont->RR),&(mont->N),ctx)) goto err;
    +    /* setup RR for conversions */
    +    BN_zero(&(mont->RR));
    +    if (!BN_set_bit(&(mont->RR), mont->ri * 2))
    +        goto err;
    +    if (!BN_mod(&(mont->RR), &(mont->RR), &(mont->N), ctx))
    +        goto err;
     
    -	ret = 1;
    -err:
    -	BN_CTX_end(ctx);
    -	return ret;
    -	}
    +    ret = 1;
    + err:
    +    BN_CTX_end(ctx);
    +    return ret;
    +}
     
     BN_MONT_CTX *BN_MONT_CTX_copy(BN_MONT_CTX *to, BN_MONT_CTX *from)
    -	{
    -	if (to == from) return(to);
    -
    -	if (!BN_copy(&(to->RR),&(from->RR))) return NULL;
    -	if (!BN_copy(&(to->N),&(from->N))) return NULL;
    -	if (!BN_copy(&(to->Ni),&(from->Ni))) return NULL;
    -	to->ri=from->ri;
    -	to->n0[0]=from->n0[0];
    -	to->n0[1]=from->n0[1];
    -	return(to);
    -	}
    +{
    +    if (to == from)
    +        return (to);
    +
    +    if (!BN_copy(&(to->RR), &(from->RR)))
    +        return NULL;
    +    if (!BN_copy(&(to->N), &(from->N)))
    +        return NULL;
    +    if (!BN_copy(&(to->Ni), &(from->Ni)))
    +        return NULL;
    +    to->ri = from->ri;
    +    to->n0[0] = from->n0[0];
    +    to->n0[1] = from->n0[1];
    +    return (to);
    +}
     
     BN_MONT_CTX *BN_MONT_CTX_set_locked(BN_MONT_CTX **pmont, int lock,
    -					const BIGNUM *mod, BN_CTX *ctx)
    -	{
    -	BN_MONT_CTX *ret;
    -
    -	CRYPTO_r_lock(lock);
    -	ret = *pmont;
    -	CRYPTO_r_unlock(lock);
    -	if (ret)
    -		return ret;
    -
    -	/* We don't want to serialise globally while doing our lazy-init math in
    -	 * BN_MONT_CTX_set. That punishes threads that are doing independent
    -	 * things. Instead, punish the case where more than one thread tries to
    -	 * lazy-init the same 'pmont', by having each do the lazy-init math work
    -	 * independently and only use the one from the thread that wins the race
    -	 * (the losers throw away the work they've done). */
    -	ret = BN_MONT_CTX_new();
    -	if (!ret)
    -		return NULL;
    -	if (!BN_MONT_CTX_set(ret, mod, ctx))
    -		{
    -		BN_MONT_CTX_free(ret);
    -		return NULL;
    -		}
    -
    -	/* The locked compare-and-set, after the local work is done. */
    -	CRYPTO_w_lock(lock);
    -	if (*pmont)
    -		{
    -		BN_MONT_CTX_free(ret);
    -		ret = *pmont;
    -		}
    -	else
    -		*pmont = ret;
    -	CRYPTO_w_unlock(lock);
    -	return ret;
    -	}
    +                                    const BIGNUM *mod, BN_CTX *ctx)
    +{
    +    BN_MONT_CTX *ret;
    +
    +    CRYPTO_r_lock(lock);
    +    ret = *pmont;
    +    CRYPTO_r_unlock(lock);
    +    if (ret)
    +        return ret;
    +
    +    /*
    +     * We don't want to serialise globally while doing our lazy-init math in
    +     * BN_MONT_CTX_set. That punishes threads that are doing independent
    +     * things. Instead, punish the case where more than one thread tries to
    +     * lazy-init the same 'pmont', by having each do the lazy-init math work
    +     * independently and only use the one from the thread that wins the race
    +     * (the losers throw away the work they've done).
    +     */
    +    ret = BN_MONT_CTX_new();
    +    if (!ret)
    +        return NULL;
    +    if (!BN_MONT_CTX_set(ret, mod, ctx)) {
    +        BN_MONT_CTX_free(ret);
    +        return NULL;
    +    }
    +
    +    /* The locked compare-and-set, after the local work is done. */
    +    CRYPTO_w_lock(lock);
    +    if (*pmont) {
    +        BN_MONT_CTX_free(ret);
    +        ret = *pmont;
    +    } else
    +        *pmont = ret;
    +    CRYPTO_w_unlock(lock);
    +    return ret;
    +}
    diff --git a/openssl/crypto/bn/bn_mpi.c b/openssl/crypto/bn/bn_mpi.c
    index a054d21ae..3bd40bbd2 100644
    --- a/openssl/crypto/bn/bn_mpi.c
    +++ b/openssl/crypto/bn/bn_mpi.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,70 +61,68 @@
     #include "bn_lcl.h"
     
     int BN_bn2mpi(const BIGNUM *a, unsigned char *d)
    -	{
    -	int bits;
    -	int num=0;
    -	int ext=0;
    -	long l;
    +{
    +    int bits;
    +    int num = 0;
    +    int ext = 0;
    +    long l;
     
    -	bits=BN_num_bits(a);
    -	num=(bits+7)/8;
    -	if (bits > 0)
    -		{
    -		ext=((bits & 0x07) == 0);
    -		}
    -	if (d == NULL)
    -		return(num+4+ext);
    +    bits = BN_num_bits(a);
    +    num = (bits + 7) / 8;
    +    if (bits > 0) {
    +        ext = ((bits & 0x07) == 0);
    +    }
    +    if (d == NULL)
    +        return (num + 4 + ext);
     
    -	l=num+ext;
    -	d[0]=(unsigned char)(l>>24)&0xff;
    -	d[1]=(unsigned char)(l>>16)&0xff;
    -	d[2]=(unsigned char)(l>> 8)&0xff;
    -	d[3]=(unsigned char)(l    )&0xff;
    -	if (ext) d[4]=0;
    -	num=BN_bn2bin(a,&(d[4+ext]));
    -	if (a->neg)
    -		d[4]|=0x80;
    -	return(num+4+ext);
    -	}
    +    l = num + ext;
    +    d[0] = (unsigned char)(l >> 24) & 0xff;
    +    d[1] = (unsigned char)(l >> 16) & 0xff;
    +    d[2] = (unsigned char)(l >> 8) & 0xff;
    +    d[3] = (unsigned char)(l) & 0xff;
    +    if (ext)
    +        d[4] = 0;
    +    num = BN_bn2bin(a, &(d[4 + ext]));
    +    if (a->neg)
    +        d[4] |= 0x80;
    +    return (num + 4 + ext);
    +}
     
     BIGNUM *BN_mpi2bn(const unsigned char *d, int n, BIGNUM *a)
    -	{
    -	long len;
    -	int neg=0;
    -
    -	if (n < 4)
    -		{
    -		BNerr(BN_F_BN_MPI2BN,BN_R_INVALID_LENGTH);
    -		return(NULL);
    -		}
    -	len=((long)d[0]<<24)|((long)d[1]<<16)|((int)d[2]<<8)|(int)d[3];
    -	if ((len+4) != n)
    -		{
    -		BNerr(BN_F_BN_MPI2BN,BN_R_ENCODING_ERROR);
    -		return(NULL);
    -		}
    +{
    +    long len;
    +    int neg = 0;
     
    -	if (a == NULL) a=BN_new();
    -	if (a == NULL) return(NULL);
    +    if (n < 4) {
    +        BNerr(BN_F_BN_MPI2BN, BN_R_INVALID_LENGTH);
    +        return (NULL);
    +    }
    +    len = ((long)d[0] << 24) | ((long)d[1] << 16) | ((int)d[2] << 8) | (int)
    +        d[3];
    +    if ((len + 4) != n) {
    +        BNerr(BN_F_BN_MPI2BN, BN_R_ENCODING_ERROR);
    +        return (NULL);
    +    }
     
    -	if (len == 0)
    -		{
    -		a->neg=0;
    -		a->top=0;
    -		return(a);
    -		}
    -	d+=4;
    -	if ((*d) & 0x80)
    -		neg=1;
    -	if (BN_bin2bn(d,(int)len,a) == NULL)
    -		return(NULL);
    -	a->neg=neg;
    -	if (neg)
    -		{
    -		BN_clear_bit(a,BN_num_bits(a)-1);
    -		}
    -	bn_check_top(a);
    -	return(a);
    -	}
    +    if (a == NULL)
    +        a = BN_new();
    +    if (a == NULL)
    +        return (NULL);
     
    +    if (len == 0) {
    +        a->neg = 0;
    +        a->top = 0;
    +        return (a);
    +    }
    +    d += 4;
    +    if ((*d) & 0x80)
    +        neg = 1;
    +    if (BN_bin2bn(d, (int)len, a) == NULL)
    +        return (NULL);
    +    a->neg = neg;
    +    if (neg) {
    +        BN_clear_bit(a, BN_num_bits(a) - 1);
    +    }
    +    bn_check_top(a);
    +    return (a);
    +}
    diff --git a/openssl/crypto/bn/bn_mul.c b/openssl/crypto/bn/bn_mul.c
    index 12e5be80e..b174850b6 100644
    --- a/openssl/crypto/bn/bn_mul.c
    +++ b/openssl/crypto/bn/bn_mul.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -57,7 +57,7 @@
      */
     
     #ifndef BN_DEBUG
    -# undef NDEBUG /* avoid conflicting definitions */
    +# undef NDEBUG                  /* avoid conflicting definitions */
     # define NDEBUG
     #endif
     
    @@ -67,319 +67,353 @@
     #include "bn_lcl.h"
     
     #if defined(OPENSSL_NO_ASM) || !defined(OPENSSL_BN_ASM_PART_WORDS)
    -/* Here follows specialised variants of bn_add_words() and
    -   bn_sub_words().  They have the property performing operations on
    -   arrays of different sizes.  The sizes of those arrays is expressed through
    -   cl, which is the common length ( basicall, min(len(a),len(b)) ), and dl,
    -   which is the delta between the two lengths, calculated as len(a)-len(b).
    -   All lengths are the number of BN_ULONGs...  For the operations that require
    -   a result array as parameter, it must have the length cl+abs(dl).
    -   These functions should probably end up in bn_asm.c as soon as there are
    -   assembler counterparts for the systems that use assembler files.  */
    +/*
    + * Here follows specialised variants of bn_add_words() and bn_sub_words().
    + * They have the property performing operations on arrays of different sizes.
    + * The sizes of those arrays is expressed through cl, which is the common
    + * length ( basicall, min(len(a),len(b)) ), and dl, which is the delta
    + * between the two lengths, calculated as len(a)-len(b). All lengths are the
    + * number of BN_ULONGs...  For the operations that require a result array as
    + * parameter, it must have the length cl+abs(dl). These functions should
    + * probably end up in bn_asm.c as soon as there are assembler counterparts
    + * for the systems that use assembler files.
    + */
     
     BN_ULONG bn_sub_part_words(BN_ULONG *r,
    -	const BN_ULONG *a, const BN_ULONG *b,
    -	int cl, int dl)
    -	{
    -	BN_ULONG c, t;
    +                           const BN_ULONG *a, const BN_ULONG *b,
    +                           int cl, int dl)
    +{
    +    BN_ULONG c, t;
     
    -	assert(cl >= 0);
    -	c = bn_sub_words(r, a, b, cl);
    +    assert(cl >= 0);
    +    c = bn_sub_words(r, a, b, cl);
     
    -	if (dl == 0)
    -		return c;
    +    if (dl == 0)
    +        return c;
     
    -	r += cl;
    -	a += cl;
    -	b += cl;
    +    r += cl;
    +    a += cl;
    +    b += cl;
     
    -	if (dl < 0)
    -		{
    -#ifdef BN_COUNT
    -		fprintf(stderr, "  bn_sub_part_words %d + %d (dl < 0, c = %d)\n", cl, dl, c);
    -#endif
    -		for (;;)
    -			{
    -			t = b[0];
    -			r[0] = (0-t-c)&BN_MASK2;
    -			if (t != 0) c=1;
    -			if (++dl >= 0) break;
    -
    -			t = b[1];
    -			r[1] = (0-t-c)&BN_MASK2;
    -			if (t != 0) c=1;
    -			if (++dl >= 0) break;
    -
    -			t = b[2];
    -			r[2] = (0-t-c)&BN_MASK2;
    -			if (t != 0) c=1;
    -			if (++dl >= 0) break;
    -
    -			t = b[3];
    -			r[3] = (0-t-c)&BN_MASK2;
    -			if (t != 0) c=1;
    -			if (++dl >= 0) break;
    -
    -			b += 4;
    -			r += 4;
    -			}
    -		}
    -	else
    -		{
    -		int save_dl = dl;
    -#ifdef BN_COUNT
    -		fprintf(stderr, "  bn_sub_part_words %d + %d (dl > 0, c = %d)\n", cl, dl, c);
    -#endif
    -		while(c)
    -			{
    -			t = a[0];
    -			r[0] = (t-c)&BN_MASK2;
    -			if (t != 0) c=0;
    -			if (--dl <= 0) break;
    -
    -			t = a[1];
    -			r[1] = (t-c)&BN_MASK2;
    -			if (t != 0) c=0;
    -			if (--dl <= 0) break;
    -
    -			t = a[2];
    -			r[2] = (t-c)&BN_MASK2;
    -			if (t != 0) c=0;
    -			if (--dl <= 0) break;
    -
    -			t = a[3];
    -			r[3] = (t-c)&BN_MASK2;
    -			if (t != 0) c=0;
    -			if (--dl <= 0) break;
    -
    -			save_dl = dl;
    -			a += 4;
    -			r += 4;
    -			}
    -		if (dl > 0)
    -			{
    -#ifdef BN_COUNT
    -			fprintf(stderr, "  bn_sub_part_words %d + %d (dl > 0, c == 0)\n", cl, dl);
    -#endif
    -			if (save_dl > dl)
    -				{
    -				switch (save_dl - dl)
    -					{
    -				case 1:
    -					r[1] = a[1];
    -					if (--dl <= 0) break;
    -				case 2:
    -					r[2] = a[2];
    -					if (--dl <= 0) break;
    -				case 3:
    -					r[3] = a[3];
    -					if (--dl <= 0) break;
    -					}
    -				a += 4;
    -				r += 4;
    -				}
    -			}
    -		if (dl > 0)
    -			{
    -#ifdef BN_COUNT
    -			fprintf(stderr, "  bn_sub_part_words %d + %d (dl > 0, copy)\n", cl, dl);
    -#endif
    -			for(;;)
    -				{
    -				r[0] = a[0];
    -				if (--dl <= 0) break;
    -				r[1] = a[1];
    -				if (--dl <= 0) break;
    -				r[2] = a[2];
    -				if (--dl <= 0) break;
    -				r[3] = a[3];
    -				if (--dl <= 0) break;
    -
    -				a += 4;
    -				r += 4;
    -				}
    -			}
    -		}
    -	return c;
    -	}
    +    if (dl < 0) {
    +# ifdef BN_COUNT
    +        fprintf(stderr, "  bn_sub_part_words %d + %d (dl < 0, c = %d)\n", cl,
    +                dl, c);
    +# endif
    +        for (;;) {
    +            t = b[0];
    +            r[0] = (0 - t - c) & BN_MASK2;
    +            if (t != 0)
    +                c = 1;
    +            if (++dl >= 0)
    +                break;
    +
    +            t = b[1];
    +            r[1] = (0 - t - c) & BN_MASK2;
    +            if (t != 0)
    +                c = 1;
    +            if (++dl >= 0)
    +                break;
    +
    +            t = b[2];
    +            r[2] = (0 - t - c) & BN_MASK2;
    +            if (t != 0)
    +                c = 1;
    +            if (++dl >= 0)
    +                break;
    +
    +            t = b[3];
    +            r[3] = (0 - t - c) & BN_MASK2;
    +            if (t != 0)
    +                c = 1;
    +            if (++dl >= 0)
    +                break;
    +
    +            b += 4;
    +            r += 4;
    +        }
    +    } else {
    +        int save_dl = dl;
    +# ifdef BN_COUNT
    +        fprintf(stderr, "  bn_sub_part_words %d + %d (dl > 0, c = %d)\n", cl,
    +                dl, c);
    +# endif
    +        while (c) {
    +            t = a[0];
    +            r[0] = (t - c) & BN_MASK2;
    +            if (t != 0)
    +                c = 0;
    +            if (--dl <= 0)
    +                break;
    +
    +            t = a[1];
    +            r[1] = (t - c) & BN_MASK2;
    +            if (t != 0)
    +                c = 0;
    +            if (--dl <= 0)
    +                break;
    +
    +            t = a[2];
    +            r[2] = (t - c) & BN_MASK2;
    +            if (t != 0)
    +                c = 0;
    +            if (--dl <= 0)
    +                break;
    +
    +            t = a[3];
    +            r[3] = (t - c) & BN_MASK2;
    +            if (t != 0)
    +                c = 0;
    +            if (--dl <= 0)
    +                break;
    +
    +            save_dl = dl;
    +            a += 4;
    +            r += 4;
    +        }
    +        if (dl > 0) {
    +# ifdef BN_COUNT
    +            fprintf(stderr, "  bn_sub_part_words %d + %d (dl > 0, c == 0)\n",
    +                    cl, dl);
    +# endif
    +            if (save_dl > dl) {
    +                switch (save_dl - dl) {
    +                case 1:
    +                    r[1] = a[1];
    +                    if (--dl <= 0)
    +                        break;
    +                case 2:
    +                    r[2] = a[2];
    +                    if (--dl <= 0)
    +                        break;
    +                case 3:
    +                    r[3] = a[3];
    +                    if (--dl <= 0)
    +                        break;
    +                }
    +                a += 4;
    +                r += 4;
    +            }
    +        }
    +        if (dl > 0) {
    +# ifdef BN_COUNT
    +            fprintf(stderr, "  bn_sub_part_words %d + %d (dl > 0, copy)\n",
    +                    cl, dl);
    +# endif
    +            for (;;) {
    +                r[0] = a[0];
    +                if (--dl <= 0)
    +                    break;
    +                r[1] = a[1];
    +                if (--dl <= 0)
    +                    break;
    +                r[2] = a[2];
    +                if (--dl <= 0)
    +                    break;
    +                r[3] = a[3];
    +                if (--dl <= 0)
    +                    break;
    +
    +                a += 4;
    +                r += 4;
    +            }
    +        }
    +    }
    +    return c;
    +}
     #endif
     
     BN_ULONG bn_add_part_words(BN_ULONG *r,
    -	const BN_ULONG *a, const BN_ULONG *b,
    -	int cl, int dl)
    -	{
    -	BN_ULONG c, l, t;
    +                           const BN_ULONG *a, const BN_ULONG *b,
    +                           int cl, int dl)
    +{
    +    BN_ULONG c, l, t;
     
    -	assert(cl >= 0);
    -	c = bn_add_words(r, a, b, cl);
    +    assert(cl >= 0);
    +    c = bn_add_words(r, a, b, cl);
     
    -	if (dl == 0)
    -		return c;
    +    if (dl == 0)
    +        return c;
     
    -	r += cl;
    -	a += cl;
    -	b += cl;
    +    r += cl;
    +    a += cl;
    +    b += cl;
     
    -	if (dl < 0)
    -		{
    -		int save_dl = dl;
    +    if (dl < 0) {
    +        int save_dl = dl;
     #ifdef BN_COUNT
    -		fprintf(stderr, "  bn_add_part_words %d + %d (dl < 0, c = %d)\n", cl, dl, c);
    +        fprintf(stderr, "  bn_add_part_words %d + %d (dl < 0, c = %d)\n", cl,
    +                dl, c);
     #endif
    -		while (c)
    -			{
    -			l=(c+b[0])&BN_MASK2;
    -			c=(l < c);
    -			r[0]=l;
    -			if (++dl >= 0) break;
    -
    -			l=(c+b[1])&BN_MASK2;
    -			c=(l < c);
    -			r[1]=l;
    -			if (++dl >= 0) break;
    -
    -			l=(c+b[2])&BN_MASK2;
    -			c=(l < c);
    -			r[2]=l;
    -			if (++dl >= 0) break;
    -
    -			l=(c+b[3])&BN_MASK2;
    -			c=(l < c);
    -			r[3]=l;
    -			if (++dl >= 0) break;
    -
    -			save_dl = dl;
    -			b+=4;
    -			r+=4;
    -			}
    -		if (dl < 0)
    -			{
    +        while (c) {
    +            l = (c + b[0]) & BN_MASK2;
    +            c = (l < c);
    +            r[0] = l;
    +            if (++dl >= 0)
    +                break;
    +
    +            l = (c + b[1]) & BN_MASK2;
    +            c = (l < c);
    +            r[1] = l;
    +            if (++dl >= 0)
    +                break;
    +
    +            l = (c + b[2]) & BN_MASK2;
    +            c = (l < c);
    +            r[2] = l;
    +            if (++dl >= 0)
    +                break;
    +
    +            l = (c + b[3]) & BN_MASK2;
    +            c = (l < c);
    +            r[3] = l;
    +            if (++dl >= 0)
    +                break;
    +
    +            save_dl = dl;
    +            b += 4;
    +            r += 4;
    +        }
    +        if (dl < 0) {
     #ifdef BN_COUNT
    -			fprintf(stderr, "  bn_add_part_words %d + %d (dl < 0, c == 0)\n", cl, dl);
    +            fprintf(stderr, "  bn_add_part_words %d + %d (dl < 0, c == 0)\n",
    +                    cl, dl);
     #endif
    -			if (save_dl < dl)
    -				{
    -				switch (dl - save_dl)
    -					{
    -				case 1:
    -					r[1] = b[1];
    -					if (++dl >= 0) break;
    -				case 2:
    -					r[2] = b[2];
    -					if (++dl >= 0) break;
    -				case 3:
    -					r[3] = b[3];
    -					if (++dl >= 0) break;
    -					}
    -				b += 4;
    -				r += 4;
    -				}
    -			}
    -		if (dl < 0)
    -			{
    +            if (save_dl < dl) {
    +                switch (dl - save_dl) {
    +                case 1:
    +                    r[1] = b[1];
    +                    if (++dl >= 0)
    +                        break;
    +                case 2:
    +                    r[2] = b[2];
    +                    if (++dl >= 0)
    +                        break;
    +                case 3:
    +                    r[3] = b[3];
    +                    if (++dl >= 0)
    +                        break;
    +                }
    +                b += 4;
    +                r += 4;
    +            }
    +        }
    +        if (dl < 0) {
     #ifdef BN_COUNT
    -			fprintf(stderr, "  bn_add_part_words %d + %d (dl < 0, copy)\n", cl, dl);
    +            fprintf(stderr, "  bn_add_part_words %d + %d (dl < 0, copy)\n",
    +                    cl, dl);
     #endif
    -			for(;;)
    -				{
    -				r[0] = b[0];
    -				if (++dl >= 0) break;
    -				r[1] = b[1];
    -				if (++dl >= 0) break;
    -				r[2] = b[2];
    -				if (++dl >= 0) break;
    -				r[3] = b[3];
    -				if (++dl >= 0) break;
    -
    -				b += 4;
    -				r += 4;
    -				}
    -			}
    -		}
    -	else
    -		{
    -		int save_dl = dl;
    +            for (;;) {
    +                r[0] = b[0];
    +                if (++dl >= 0)
    +                    break;
    +                r[1] = b[1];
    +                if (++dl >= 0)
    +                    break;
    +                r[2] = b[2];
    +                if (++dl >= 0)
    +                    break;
    +                r[3] = b[3];
    +                if (++dl >= 0)
    +                    break;
    +
    +                b += 4;
    +                r += 4;
    +            }
    +        }
    +    } else {
    +        int save_dl = dl;
     #ifdef BN_COUNT
    -		fprintf(stderr, "  bn_add_part_words %d + %d (dl > 0)\n", cl, dl);
    +        fprintf(stderr, "  bn_add_part_words %d + %d (dl > 0)\n", cl, dl);
     #endif
    -		while (c)
    -			{
    -			t=(a[0]+c)&BN_MASK2;
    -			c=(t < c);
    -			r[0]=t;
    -			if (--dl <= 0) break;
    -
    -			t=(a[1]+c)&BN_MASK2;
    -			c=(t < c);
    -			r[1]=t;
    -			if (--dl <= 0) break;
    -
    -			t=(a[2]+c)&BN_MASK2;
    -			c=(t < c);
    -			r[2]=t;
    -			if (--dl <= 0) break;
    -
    -			t=(a[3]+c)&BN_MASK2;
    -			c=(t < c);
    -			r[3]=t;
    -			if (--dl <= 0) break;
    -
    -			save_dl = dl;
    -			a+=4;
    -			r+=4;
    -			}
    +        while (c) {
    +            t = (a[0] + c) & BN_MASK2;
    +            c = (t < c);
    +            r[0] = t;
    +            if (--dl <= 0)
    +                break;
    +
    +            t = (a[1] + c) & BN_MASK2;
    +            c = (t < c);
    +            r[1] = t;
    +            if (--dl <= 0)
    +                break;
    +
    +            t = (a[2] + c) & BN_MASK2;
    +            c = (t < c);
    +            r[2] = t;
    +            if (--dl <= 0)
    +                break;
    +
    +            t = (a[3] + c) & BN_MASK2;
    +            c = (t < c);
    +            r[3] = t;
    +            if (--dl <= 0)
    +                break;
    +
    +            save_dl = dl;
    +            a += 4;
    +            r += 4;
    +        }
     #ifdef BN_COUNT
    -		fprintf(stderr, "  bn_add_part_words %d + %d (dl > 0, c == 0)\n", cl, dl);
    +        fprintf(stderr, "  bn_add_part_words %d + %d (dl > 0, c == 0)\n", cl,
    +                dl);
     #endif
    -		if (dl > 0)
    -			{
    -			if (save_dl > dl)
    -				{
    -				switch (save_dl - dl)
    -					{
    -				case 1:
    -					r[1] = a[1];
    -					if (--dl <= 0) break;
    -				case 2:
    -					r[2] = a[2];
    -					if (--dl <= 0) break;
    -				case 3:
    -					r[3] = a[3];
    -					if (--dl <= 0) break;
    -					}
    -				a += 4;
    -				r += 4;
    -				}
    -			}
    -		if (dl > 0)
    -			{
    +        if (dl > 0) {
    +            if (save_dl > dl) {
    +                switch (save_dl - dl) {
    +                case 1:
    +                    r[1] = a[1];
    +                    if (--dl <= 0)
    +                        break;
    +                case 2:
    +                    r[2] = a[2];
    +                    if (--dl <= 0)
    +                        break;
    +                case 3:
    +                    r[3] = a[3];
    +                    if (--dl <= 0)
    +                        break;
    +                }
    +                a += 4;
    +                r += 4;
    +            }
    +        }
    +        if (dl > 0) {
     #ifdef BN_COUNT
    -			fprintf(stderr, "  bn_add_part_words %d + %d (dl > 0, copy)\n", cl, dl);
    +            fprintf(stderr, "  bn_add_part_words %d + %d (dl > 0, copy)\n",
    +                    cl, dl);
     #endif
    -			for(;;)
    -				{
    -				r[0] = a[0];
    -				if (--dl <= 0) break;
    -				r[1] = a[1];
    -				if (--dl <= 0) break;
    -				r[2] = a[2];
    -				if (--dl <= 0) break;
    -				r[3] = a[3];
    -				if (--dl <= 0) break;
    -
    -				a += 4;
    -				r += 4;
    -				}
    -			}
    -		}
    -	return c;
    -	}
    +            for (;;) {
    +                r[0] = a[0];
    +                if (--dl <= 0)
    +                    break;
    +                r[1] = a[1];
    +                if (--dl <= 0)
    +                    break;
    +                r[2] = a[2];
    +                if (--dl <= 0)
    +                    break;
    +                r[3] = a[3];
    +                if (--dl <= 0)
    +                    break;
    +
    +                a += 4;
    +                r += 4;
    +            }
    +        }
    +    }
    +    return c;
    +}
     
     #ifdef BN_RECURSION
    -/* Karatsuba recursive multiplication algorithm
    - * (cf. Knuth, The Art of Computer Programming, Vol. 2) */
    +/*
    + * Karatsuba recursive multiplication algorithm (cf. Knuth, The Art of
    + * Computer Programming, Vol. 2)
    + */
     
    -/* r is 2*n2 words in size,
    +/*-
    + * r is 2*n2 words in size,
      * a and b are both n2 words in size.
      * n2 must be a power of 2.
      * We multiply and return the result.
    @@ -391,776 +425,740 @@ BN_ULONG bn_add_part_words(BN_ULONG *r,
      */
     /* dnX may not be positive, but n2/2+dnX has to be */
     void bn_mul_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n2,
    -	int dna, int dnb, BN_ULONG *t)
    -	{
    -	int n=n2/2,c1,c2;
    -	int tna=n+dna, tnb=n+dnb;
    -	unsigned int neg,zero;
    -	BN_ULONG ln,lo,*p;
    +                      int dna, int dnb, BN_ULONG *t)
    +{
    +    int n = n2 / 2, c1, c2;
    +    int tna = n + dna, tnb = n + dnb;
    +    unsigned int neg, zero;
    +    BN_ULONG ln, lo, *p;
     
     # ifdef BN_COUNT
    -	fprintf(stderr," bn_mul_recursive %d%+d * %d%+d\n",n2,dna,n2,dnb);
    +    fprintf(stderr, " bn_mul_recursive %d%+d * %d%+d\n", n2, dna, n2, dnb);
     # endif
     # ifdef BN_MUL_COMBA
     #  if 0
    -	if (n2 == 4)
    -		{
    -		bn_mul_comba4(r,a,b);
    -		return;
    -		}
    +    if (n2 == 4) {
    +        bn_mul_comba4(r, a, b);
    +        return;
    +    }
     #  endif
    -	/* Only call bn_mul_comba 8 if n2 == 8 and the
    -	 * two arrays are complete [steve]
    -	 */
    -	if (n2 == 8 && dna == 0 && dnb == 0)
    -		{
    -		bn_mul_comba8(r,a,b);
    -		return; 
    -		}
    -# endif /* BN_MUL_COMBA */
    -	/* Else do normal multiply */
    -	if (n2 < BN_MUL_RECURSIVE_SIZE_NORMAL)
    -		{
    -		bn_mul_normal(r,a,n2+dna,b,n2+dnb);
    -		if ((dna + dnb) < 0)
    -			memset(&r[2*n2 + dna + dnb], 0,
    -				sizeof(BN_ULONG) * -(dna + dnb));
    -		return;
    -		}
    -	/* r=(a[0]-a[1])*(b[1]-b[0]) */
    -	c1=bn_cmp_part_words(a,&(a[n]),tna,n-tna);
    -	c2=bn_cmp_part_words(&(b[n]),b,tnb,tnb-n);
    -	zero=neg=0;
    -	switch (c1*3+c2)
    -		{
    -	case -4:
    -		bn_sub_part_words(t,      &(a[n]),a,      tna,tna-n); /* - */
    -		bn_sub_part_words(&(t[n]),b,      &(b[n]),tnb,n-tnb); /* - */
    -		break;
    -	case -3:
    -		zero=1;
    -		break;
    -	case -2:
    -		bn_sub_part_words(t,      &(a[n]),a,      tna,tna-n); /* - */
    -		bn_sub_part_words(&(t[n]),&(b[n]),b,      tnb,tnb-n); /* + */
    -		neg=1;
    -		break;
    -	case -1:
    -	case 0:
    -	case 1:
    -		zero=1;
    -		break;
    -	case 2:
    -		bn_sub_part_words(t,      a,      &(a[n]),tna,n-tna); /* + */
    -		bn_sub_part_words(&(t[n]),b,      &(b[n]),tnb,n-tnb); /* - */
    -		neg=1;
    -		break;
    -	case 3:
    -		zero=1;
    -		break;
    -	case 4:
    -		bn_sub_part_words(t,      a,      &(a[n]),tna,n-tna);
    -		bn_sub_part_words(&(t[n]),&(b[n]),b,      tnb,tnb-n);
    -		break;
    -		}
    +    /*
    +     * Only call bn_mul_comba 8 if n2 == 8 and the two arrays are complete
    +     * [steve]
    +     */
    +    if (n2 == 8 && dna == 0 && dnb == 0) {
    +        bn_mul_comba8(r, a, b);
    +        return;
    +    }
    +# endif                         /* BN_MUL_COMBA */
    +    /* Else do normal multiply */
    +    if (n2 < BN_MUL_RECURSIVE_SIZE_NORMAL) {
    +        bn_mul_normal(r, a, n2 + dna, b, n2 + dnb);
    +        if ((dna + dnb) < 0)
    +            memset(&r[2 * n2 + dna + dnb], 0,
    +                   sizeof(BN_ULONG) * -(dna + dnb));
    +        return;
    +    }
    +    /* r=(a[0]-a[1])*(b[1]-b[0]) */
    +    c1 = bn_cmp_part_words(a, &(a[n]), tna, n - tna);
    +    c2 = bn_cmp_part_words(&(b[n]), b, tnb, tnb - n);
    +    zero = neg = 0;
    +    switch (c1 * 3 + c2) {
    +    case -4:
    +        bn_sub_part_words(t, &(a[n]), a, tna, tna - n); /* - */
    +        bn_sub_part_words(&(t[n]), b, &(b[n]), tnb, n - tnb); /* - */
    +        break;
    +    case -3:
    +        zero = 1;
    +        break;
    +    case -2:
    +        bn_sub_part_words(t, &(a[n]), a, tna, tna - n); /* - */
    +        bn_sub_part_words(&(t[n]), &(b[n]), b, tnb, tnb - n); /* + */
    +        neg = 1;
    +        break;
    +    case -1:
    +    case 0:
    +    case 1:
    +        zero = 1;
    +        break;
    +    case 2:
    +        bn_sub_part_words(t, a, &(a[n]), tna, n - tna); /* + */
    +        bn_sub_part_words(&(t[n]), b, &(b[n]), tnb, n - tnb); /* - */
    +        neg = 1;
    +        break;
    +    case 3:
    +        zero = 1;
    +        break;
    +    case 4:
    +        bn_sub_part_words(t, a, &(a[n]), tna, n - tna);
    +        bn_sub_part_words(&(t[n]), &(b[n]), b, tnb, tnb - n);
    +        break;
    +    }
     
     # ifdef BN_MUL_COMBA
    -	if (n == 4 && dna == 0 && dnb == 0) /* XXX: bn_mul_comba4 could take
    -					       extra args to do this well */
    -		{
    -		if (!zero)
    -			bn_mul_comba4(&(t[n2]),t,&(t[n]));
    -		else
    -			memset(&(t[n2]),0,8*sizeof(BN_ULONG));
    -		
    -		bn_mul_comba4(r,a,b);
    -		bn_mul_comba4(&(r[n2]),&(a[n]),&(b[n]));
    -		}
    -	else if (n == 8 && dna == 0 && dnb == 0) /* XXX: bn_mul_comba8 could
    -						    take extra args to do this
    -						    well */
    -		{
    -		if (!zero)
    -			bn_mul_comba8(&(t[n2]),t,&(t[n]));
    -		else
    -			memset(&(t[n2]),0,16*sizeof(BN_ULONG));
    -		
    -		bn_mul_comba8(r,a,b);
    -		bn_mul_comba8(&(r[n2]),&(a[n]),&(b[n]));
    -		}
    -	else
    -# endif /* BN_MUL_COMBA */
    -		{
    -		p= &(t[n2*2]);
    -		if (!zero)
    -			bn_mul_recursive(&(t[n2]),t,&(t[n]),n,0,0,p);
    -		else
    -			memset(&(t[n2]),0,n2*sizeof(BN_ULONG));
    -		bn_mul_recursive(r,a,b,n,0,0,p);
    -		bn_mul_recursive(&(r[n2]),&(a[n]),&(b[n]),n,dna,dnb,p);
    -		}
    -
    -	/* t[32] holds (a[0]-a[1])*(b[1]-b[0]), c1 is the sign
    -	 * r[10] holds (a[0]*b[0])
    -	 * r[32] holds (b[1]*b[1])
    -	 */
    -
    -	c1=(int)(bn_add_words(t,r,&(r[n2]),n2));
    -
    -	if (neg) /* if t[32] is negative */
    -		{
    -		c1-=(int)(bn_sub_words(&(t[n2]),t,&(t[n2]),n2));
    -		}
    -	else
    -		{
    -		/* Might have a carry */
    -		c1+=(int)(bn_add_words(&(t[n2]),&(t[n2]),t,n2));
    -		}
    -
    -	/* t[32] holds (a[0]-a[1])*(b[1]-b[0])+(a[0]*b[0])+(a[1]*b[1])
    -	 * r[10] holds (a[0]*b[0])
    -	 * r[32] holds (b[1]*b[1])
    -	 * c1 holds the carry bits
    -	 */
    -	c1+=(int)(bn_add_words(&(r[n]),&(r[n]),&(t[n2]),n2));
    -	if (c1)
    -		{
    -		p= &(r[n+n2]);
    -		lo= *p;
    -		ln=(lo+c1)&BN_MASK2;
    -		*p=ln;
    -
    -		/* The overflow will stop before we over write
    -		 * words we should not overwrite */
    -		if (ln < (BN_ULONG)c1)
    -			{
    -			do	{
    -				p++;
    -				lo= *p;
    -				ln=(lo+1)&BN_MASK2;
    -				*p=ln;
    -				} while (ln == 0);
    -			}
    -		}
    -	}
    -
    -/* n+tn is the word length
    - * t needs to be n*4 is size, as does r */
    +    if (n == 4 && dna == 0 && dnb == 0) { /* XXX: bn_mul_comba4 could take
    +                                           * extra args to do this well */
    +        if (!zero)
    +            bn_mul_comba4(&(t[n2]), t, &(t[n]));
    +        else
    +            memset(&(t[n2]), 0, 8 * sizeof(BN_ULONG));
    +
    +        bn_mul_comba4(r, a, b);
    +        bn_mul_comba4(&(r[n2]), &(a[n]), &(b[n]));
    +    } else if (n == 8 && dna == 0 && dnb == 0) { /* XXX: bn_mul_comba8 could
    +                                                  * take extra args to do
    +                                                  * this well */
    +        if (!zero)
    +            bn_mul_comba8(&(t[n2]), t, &(t[n]));
    +        else
    +            memset(&(t[n2]), 0, 16 * sizeof(BN_ULONG));
    +
    +        bn_mul_comba8(r, a, b);
    +        bn_mul_comba8(&(r[n2]), &(a[n]), &(b[n]));
    +    } else
    +# endif                         /* BN_MUL_COMBA */
    +    {
    +        p = &(t[n2 * 2]);
    +        if (!zero)
    +            bn_mul_recursive(&(t[n2]), t, &(t[n]), n, 0, 0, p);
    +        else
    +            memset(&(t[n2]), 0, n2 * sizeof(BN_ULONG));
    +        bn_mul_recursive(r, a, b, n, 0, 0, p);
    +        bn_mul_recursive(&(r[n2]), &(a[n]), &(b[n]), n, dna, dnb, p);
    +    }
    +
    +    /*-
    +     * t[32] holds (a[0]-a[1])*(b[1]-b[0]), c1 is the sign
    +     * r[10] holds (a[0]*b[0])
    +     * r[32] holds (b[1]*b[1])
    +     */
    +
    +    c1 = (int)(bn_add_words(t, r, &(r[n2]), n2));
    +
    +    if (neg) {                  /* if t[32] is negative */
    +        c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2));
    +    } else {
    +        /* Might have a carry */
    +        c1 += (int)(bn_add_words(&(t[n2]), &(t[n2]), t, n2));
    +    }
    +
    +    /*-
    +     * t[32] holds (a[0]-a[1])*(b[1]-b[0])+(a[0]*b[0])+(a[1]*b[1])
    +     * r[10] holds (a[0]*b[0])
    +     * r[32] holds (b[1]*b[1])
    +     * c1 holds the carry bits
    +     */
    +    c1 += (int)(bn_add_words(&(r[n]), &(r[n]), &(t[n2]), n2));
    +    if (c1) {
    +        p = &(r[n + n2]);
    +        lo = *p;
    +        ln = (lo + c1) & BN_MASK2;
    +        *p = ln;
    +
    +        /*
    +         * The overflow will stop before we over write words we should not
    +         * overwrite
    +         */
    +        if (ln < (BN_ULONG)c1) {
    +            do {
    +                p++;
    +                lo = *p;
    +                ln = (lo + 1) & BN_MASK2;
    +                *p = ln;
    +            } while (ln == 0);
    +        }
    +    }
    +}
    +
    +/*
    + * n+tn is the word length t needs to be n*4 is size, as does r
    + */
     /* tnX may not be negative but less than n */
     void bn_mul_part_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n,
    -	     int tna, int tnb, BN_ULONG *t)
    -	{
    -	int i,j,n2=n*2;
    -	int c1,c2,neg;
    -	BN_ULONG ln,lo,*p;
    +                           int tna, int tnb, BN_ULONG *t)
    +{
    +    int i, j, n2 = n * 2;
    +    int c1, c2, neg;
    +    BN_ULONG ln, lo, *p;
     
     # ifdef BN_COUNT
    -	fprintf(stderr," bn_mul_part_recursive (%d%+d) * (%d%+d)\n",
    -		n, tna, n, tnb);
    +    fprintf(stderr, " bn_mul_part_recursive (%d%+d) * (%d%+d)\n",
    +            n, tna, n, tnb);
     # endif
    -	if (n < 8)
    -		{
    -		bn_mul_normal(r,a,n+tna,b,n+tnb);
    -		return;
    -		}
    -
    -	/* r=(a[0]-a[1])*(b[1]-b[0]) */
    -	c1=bn_cmp_part_words(a,&(a[n]),tna,n-tna);
    -	c2=bn_cmp_part_words(&(b[n]),b,tnb,tnb-n);
    -	neg=0;
    -	switch (c1*3+c2)
    -		{
    -	case -4:
    -		bn_sub_part_words(t,      &(a[n]),a,      tna,tna-n); /* - */
    -		bn_sub_part_words(&(t[n]),b,      &(b[n]),tnb,n-tnb); /* - */
    -		break;
    -	case -3:
    -		/* break; */
    -	case -2:
    -		bn_sub_part_words(t,      &(a[n]),a,      tna,tna-n); /* - */
    -		bn_sub_part_words(&(t[n]),&(b[n]),b,      tnb,tnb-n); /* + */
    -		neg=1;
    -		break;
    -	case -1:
    -	case 0:
    -	case 1:
    -		/* break; */
    -	case 2:
    -		bn_sub_part_words(t,      a,      &(a[n]),tna,n-tna); /* + */
    -		bn_sub_part_words(&(t[n]),b,      &(b[n]),tnb,n-tnb); /* - */
    -		neg=1;
    -		break;
    -	case 3:
    -		/* break; */
    -	case 4:
    -		bn_sub_part_words(t,      a,      &(a[n]),tna,n-tna);
    -		bn_sub_part_words(&(t[n]),&(b[n]),b,      tnb,tnb-n);
    -		break;
    -		}
    -		/* The zero case isn't yet implemented here. The speedup
    -		   would probably be negligible. */
    +    if (n < 8) {
    +        bn_mul_normal(r, a, n + tna, b, n + tnb);
    +        return;
    +    }
    +
    +    /* r=(a[0]-a[1])*(b[1]-b[0]) */
    +    c1 = bn_cmp_part_words(a, &(a[n]), tna, n - tna);
    +    c2 = bn_cmp_part_words(&(b[n]), b, tnb, tnb - n);
    +    neg = 0;
    +    switch (c1 * 3 + c2) {
    +    case -4:
    +        bn_sub_part_words(t, &(a[n]), a, tna, tna - n); /* - */
    +        bn_sub_part_words(&(t[n]), b, &(b[n]), tnb, n - tnb); /* - */
    +        break;
    +    case -3:
    +        /* break; */
    +    case -2:
    +        bn_sub_part_words(t, &(a[n]), a, tna, tna - n); /* - */
    +        bn_sub_part_words(&(t[n]), &(b[n]), b, tnb, tnb - n); /* + */
    +        neg = 1;
    +        break;
    +    case -1:
    +    case 0:
    +    case 1:
    +        /* break; */
    +    case 2:
    +        bn_sub_part_words(t, a, &(a[n]), tna, n - tna); /* + */
    +        bn_sub_part_words(&(t[n]), b, &(b[n]), tnb, n - tnb); /* - */
    +        neg = 1;
    +        break;
    +    case 3:
    +        /* break; */
    +    case 4:
    +        bn_sub_part_words(t, a, &(a[n]), tna, n - tna);
    +        bn_sub_part_words(&(t[n]), &(b[n]), b, tnb, tnb - n);
    +        break;
    +    }
    +    /*
    +     * The zero case isn't yet implemented here. The speedup would probably
    +     * be negligible.
    +     */
     # if 0
    -	if (n == 4)
    -		{
    -		bn_mul_comba4(&(t[n2]),t,&(t[n]));
    -		bn_mul_comba4(r,a,b);
    -		bn_mul_normal(&(r[n2]),&(a[n]),tn,&(b[n]),tn);
    -		memset(&(r[n2+tn*2]),0,sizeof(BN_ULONG)*(n2-tn*2));
    -		}
    -	else
    +    if (n == 4) {
    +        bn_mul_comba4(&(t[n2]), t, &(t[n]));
    +        bn_mul_comba4(r, a, b);
    +        bn_mul_normal(&(r[n2]), &(a[n]), tn, &(b[n]), tn);
    +        memset(&(r[n2 + tn * 2]), 0, sizeof(BN_ULONG) * (n2 - tn * 2));
    +    } else
     # endif
    -	if (n == 8)
    -		{
    -		bn_mul_comba8(&(t[n2]),t,&(t[n]));
    -		bn_mul_comba8(r,a,b);
    -		bn_mul_normal(&(r[n2]),&(a[n]),tna,&(b[n]),tnb);
    -		memset(&(r[n2+tna+tnb]),0,sizeof(BN_ULONG)*(n2-tna-tnb));
    -		}
    -	else
    -		{
    -		p= &(t[n2*2]);
    -		bn_mul_recursive(&(t[n2]),t,&(t[n]),n,0,0,p);
    -		bn_mul_recursive(r,a,b,n,0,0,p);
    -		i=n/2;
    -		/* If there is only a bottom half to the number,
    -		 * just do it */
    -		if (tna > tnb)
    -			j = tna - i;
    -		else
    -			j = tnb - i;
    -		if (j == 0)
    -			{
    -			bn_mul_recursive(&(r[n2]),&(a[n]),&(b[n]),
    -				i,tna-i,tnb-i,p);
    -			memset(&(r[n2+i*2]),0,sizeof(BN_ULONG)*(n2-i*2));
    -			}
    -		else if (j > 0) /* eg, n == 16, i == 8 and tn == 11 */
    -				{
    -				bn_mul_part_recursive(&(r[n2]),&(a[n]),&(b[n]),
    -					i,tna-i,tnb-i,p);
    -				memset(&(r[n2+tna+tnb]),0,
    -					sizeof(BN_ULONG)*(n2-tna-tnb));
    -				}
    -		else /* (j < 0) eg, n == 16, i == 8 and tn == 5 */
    -			{
    -			memset(&(r[n2]),0,sizeof(BN_ULONG)*n2);
    -			if (tna < BN_MUL_RECURSIVE_SIZE_NORMAL
    -				&& tnb < BN_MUL_RECURSIVE_SIZE_NORMAL)
    -				{
    -				bn_mul_normal(&(r[n2]),&(a[n]),tna,&(b[n]),tnb);
    -				}
    -			else
    -				{
    -				for (;;)
    -					{
    -					i/=2;
    -					/* these simplified conditions work
    -					 * exclusively because difference
    -					 * between tna and tnb is 1 or 0 */
    -					if (i < tna || i < tnb)
    -						{
    -						bn_mul_part_recursive(&(r[n2]),
    -							&(a[n]),&(b[n]),
    -							i,tna-i,tnb-i,p);
    -						break;
    -						}
    -					else if (i == tna || i == tnb)
    -						{
    -						bn_mul_recursive(&(r[n2]),
    -							&(a[n]),&(b[n]),
    -							i,tna-i,tnb-i,p);
    -						break;
    -						}
    -					}
    -				}
    -			}
    -		}
    -
    -	/* t[32] holds (a[0]-a[1])*(b[1]-b[0]), c1 is the sign
    -	 * r[10] holds (a[0]*b[0])
    -	 * r[32] holds (b[1]*b[1])
    -	 */
    -
    -	c1=(int)(bn_add_words(t,r,&(r[n2]),n2));
    -
    -	if (neg) /* if t[32] is negative */
    -		{
    -		c1-=(int)(bn_sub_words(&(t[n2]),t,&(t[n2]),n2));
    -		}
    -	else
    -		{
    -		/* Might have a carry */
    -		c1+=(int)(bn_add_words(&(t[n2]),&(t[n2]),t,n2));
    -		}
    -
    -	/* t[32] holds (a[0]-a[1])*(b[1]-b[0])+(a[0]*b[0])+(a[1]*b[1])
    -	 * r[10] holds (a[0]*b[0])
    -	 * r[32] holds (b[1]*b[1])
    -	 * c1 holds the carry bits
    -	 */
    -	c1+=(int)(bn_add_words(&(r[n]),&(r[n]),&(t[n2]),n2));
    -	if (c1)
    -		{
    -		p= &(r[n+n2]);
    -		lo= *p;
    -		ln=(lo+c1)&BN_MASK2;
    -		*p=ln;
    -
    -		/* The overflow will stop before we over write
    -		 * words we should not overwrite */
    -		if (ln < (BN_ULONG)c1)
    -			{
    -			do	{
    -				p++;
    -				lo= *p;
    -				ln=(lo+1)&BN_MASK2;
    -				*p=ln;
    -				} while (ln == 0);
    -			}
    -		}
    -	}
    -
    -/* a and b must be the same size, which is n2.
    +    if (n == 8) {
    +        bn_mul_comba8(&(t[n2]), t, &(t[n]));
    +        bn_mul_comba8(r, a, b);
    +        bn_mul_normal(&(r[n2]), &(a[n]), tna, &(b[n]), tnb);
    +        memset(&(r[n2 + tna + tnb]), 0, sizeof(BN_ULONG) * (n2 - tna - tnb));
    +    } else {
    +        p = &(t[n2 * 2]);
    +        bn_mul_recursive(&(t[n2]), t, &(t[n]), n, 0, 0, p);
    +        bn_mul_recursive(r, a, b, n, 0, 0, p);
    +        i = n / 2;
    +        /*
    +         * If there is only a bottom half to the number, just do it
    +         */
    +        if (tna > tnb)
    +            j = tna - i;
    +        else
    +            j = tnb - i;
    +        if (j == 0) {
    +            bn_mul_recursive(&(r[n2]), &(a[n]), &(b[n]),
    +                             i, tna - i, tnb - i, p);
    +            memset(&(r[n2 + i * 2]), 0, sizeof(BN_ULONG) * (n2 - i * 2));
    +        } else if (j > 0) {     /* eg, n == 16, i == 8 and tn == 11 */
    +            bn_mul_part_recursive(&(r[n2]), &(a[n]), &(b[n]),
    +                                  i, tna - i, tnb - i, p);
    +            memset(&(r[n2 + tna + tnb]), 0,
    +                   sizeof(BN_ULONG) * (n2 - tna - tnb));
    +        } else {                /* (j < 0) eg, n == 16, i == 8 and tn == 5 */
    +
    +            memset(&(r[n2]), 0, sizeof(BN_ULONG) * n2);
    +            if (tna < BN_MUL_RECURSIVE_SIZE_NORMAL
    +                && tnb < BN_MUL_RECURSIVE_SIZE_NORMAL) {
    +                bn_mul_normal(&(r[n2]), &(a[n]), tna, &(b[n]), tnb);
    +            } else {
    +                for (;;) {
    +                    i /= 2;
    +                    /*
    +                     * these simplified conditions work exclusively because
    +                     * difference between tna and tnb is 1 or 0
    +                     */
    +                    if (i < tna || i < tnb) {
    +                        bn_mul_part_recursive(&(r[n2]),
    +                                              &(a[n]), &(b[n]),
    +                                              i, tna - i, tnb - i, p);
    +                        break;
    +                    } else if (i == tna || i == tnb) {
    +                        bn_mul_recursive(&(r[n2]),
    +                                         &(a[n]), &(b[n]),
    +                                         i, tna - i, tnb - i, p);
    +                        break;
    +                    }
    +                }
    +            }
    +        }
    +    }
    +
    +    /*-
    +     * t[32] holds (a[0]-a[1])*(b[1]-b[0]), c1 is the sign
    +     * r[10] holds (a[0]*b[0])
    +     * r[32] holds (b[1]*b[1])
    +     */
    +
    +    c1 = (int)(bn_add_words(t, r, &(r[n2]), n2));
    +
    +    if (neg) {                  /* if t[32] is negative */
    +        c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2));
    +    } else {
    +        /* Might have a carry */
    +        c1 += (int)(bn_add_words(&(t[n2]), &(t[n2]), t, n2));
    +    }
    +
    +    /*-
    +     * t[32] holds (a[0]-a[1])*(b[1]-b[0])+(a[0]*b[0])+(a[1]*b[1])
    +     * r[10] holds (a[0]*b[0])
    +     * r[32] holds (b[1]*b[1])
    +     * c1 holds the carry bits
    +     */
    +    c1 += (int)(bn_add_words(&(r[n]), &(r[n]), &(t[n2]), n2));
    +    if (c1) {
    +        p = &(r[n + n2]);
    +        lo = *p;
    +        ln = (lo + c1) & BN_MASK2;
    +        *p = ln;
    +
    +        /*
    +         * The overflow will stop before we over write words we should not
    +         * overwrite
    +         */
    +        if (ln < (BN_ULONG)c1) {
    +            do {
    +                p++;
    +                lo = *p;
    +                ln = (lo + 1) & BN_MASK2;
    +                *p = ln;
    +            } while (ln == 0);
    +        }
    +    }
    +}
    +
    +/*-
    + * a and b must be the same size, which is n2.
      * r needs to be n2 words and t needs to be n2*2
      */
     void bn_mul_low_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n2,
    -	     BN_ULONG *t)
    -	{
    -	int n=n2/2;
    +                          BN_ULONG *t)
    +{
    +    int n = n2 / 2;
     
     # ifdef BN_COUNT
    -	fprintf(stderr," bn_mul_low_recursive %d * %d\n",n2,n2);
    +    fprintf(stderr, " bn_mul_low_recursive %d * %d\n", n2, n2);
     # endif
     
    -	bn_mul_recursive(r,a,b,n,0,0,&(t[0]));
    -	if (n >= BN_MUL_LOW_RECURSIVE_SIZE_NORMAL)
    -		{
    -		bn_mul_low_recursive(&(t[0]),&(a[0]),&(b[n]),n,&(t[n2]));
    -		bn_add_words(&(r[n]),&(r[n]),&(t[0]),n);
    -		bn_mul_low_recursive(&(t[0]),&(a[n]),&(b[0]),n,&(t[n2]));
    -		bn_add_words(&(r[n]),&(r[n]),&(t[0]),n);
    -		}
    -	else
    -		{
    -		bn_mul_low_normal(&(t[0]),&(a[0]),&(b[n]),n);
    -		bn_mul_low_normal(&(t[n]),&(a[n]),&(b[0]),n);
    -		bn_add_words(&(r[n]),&(r[n]),&(t[0]),n);
    -		bn_add_words(&(r[n]),&(r[n]),&(t[n]),n);
    -		}
    -	}
    -
    -/* a and b must be the same size, which is n2.
    +    bn_mul_recursive(r, a, b, n, 0, 0, &(t[0]));
    +    if (n >= BN_MUL_LOW_RECURSIVE_SIZE_NORMAL) {
    +        bn_mul_low_recursive(&(t[0]), &(a[0]), &(b[n]), n, &(t[n2]));
    +        bn_add_words(&(r[n]), &(r[n]), &(t[0]), n);
    +        bn_mul_low_recursive(&(t[0]), &(a[n]), &(b[0]), n, &(t[n2]));
    +        bn_add_words(&(r[n]), &(r[n]), &(t[0]), n);
    +    } else {
    +        bn_mul_low_normal(&(t[0]), &(a[0]), &(b[n]), n);
    +        bn_mul_low_normal(&(t[n]), &(a[n]), &(b[0]), n);
    +        bn_add_words(&(r[n]), &(r[n]), &(t[0]), n);
    +        bn_add_words(&(r[n]), &(r[n]), &(t[n]), n);
    +    }
    +}
    +
    +/*-
    + * a and b must be the same size, which is n2.
      * r needs to be n2 words and t needs to be n2*2
      * l is the low words of the output.
      * t needs to be n2*3
      */
     void bn_mul_high(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, BN_ULONG *l, int n2,
    -	     BN_ULONG *t)
    -	{
    -	int i,n;
    -	int c1,c2;
    -	int neg,oneg,zero;
    -	BN_ULONG ll,lc,*lp,*mp;
    +                 BN_ULONG *t)
    +{
    +    int i, n;
    +    int c1, c2;
    +    int neg, oneg, zero;
    +    BN_ULONG ll, lc, *lp, *mp;
     
     # ifdef BN_COUNT
    -	fprintf(stderr," bn_mul_high %d * %d\n",n2,n2);
    +    fprintf(stderr, " bn_mul_high %d * %d\n", n2, n2);
     # endif
    -	n=n2/2;
    -
    -	/* Calculate (al-ah)*(bh-bl) */
    -	neg=zero=0;
    -	c1=bn_cmp_words(&(a[0]),&(a[n]),n);
    -	c2=bn_cmp_words(&(b[n]),&(b[0]),n);
    -	switch (c1*3+c2)
    -		{
    -	case -4:
    -		bn_sub_words(&(r[0]),&(a[n]),&(a[0]),n);
    -		bn_sub_words(&(r[n]),&(b[0]),&(b[n]),n);
    -		break;
    -	case -3:
    -		zero=1;
    -		break;
    -	case -2:
    -		bn_sub_words(&(r[0]),&(a[n]),&(a[0]),n);
    -		bn_sub_words(&(r[n]),&(b[n]),&(b[0]),n);
    -		neg=1;
    -		break;
    -	case -1:
    -	case 0:
    -	case 1:
    -		zero=1;
    -		break;
    -	case 2:
    -		bn_sub_words(&(r[0]),&(a[0]),&(a[n]),n);
    -		bn_sub_words(&(r[n]),&(b[0]),&(b[n]),n);
    -		neg=1;
    -		break;
    -	case 3:
    -		zero=1;
    -		break;
    -	case 4:
    -		bn_sub_words(&(r[0]),&(a[0]),&(a[n]),n);
    -		bn_sub_words(&(r[n]),&(b[n]),&(b[0]),n);
    -		break;
    -		}
    -		
    -	oneg=neg;
    -	/* t[10] = (a[0]-a[1])*(b[1]-b[0]) */
    -	/* r[10] = (a[1]*b[1]) */
    +    n = n2 / 2;
    +
    +    /* Calculate (al-ah)*(bh-bl) */
    +    neg = zero = 0;
    +    c1 = bn_cmp_words(&(a[0]), &(a[n]), n);
    +    c2 = bn_cmp_words(&(b[n]), &(b[0]), n);
    +    switch (c1 * 3 + c2) {
    +    case -4:
    +        bn_sub_words(&(r[0]), &(a[n]), &(a[0]), n);
    +        bn_sub_words(&(r[n]), &(b[0]), &(b[n]), n);
    +        break;
    +    case -3:
    +        zero = 1;
    +        break;
    +    case -2:
    +        bn_sub_words(&(r[0]), &(a[n]), &(a[0]), n);
    +        bn_sub_words(&(r[n]), &(b[n]), &(b[0]), n);
    +        neg = 1;
    +        break;
    +    case -1:
    +    case 0:
    +    case 1:
    +        zero = 1;
    +        break;
    +    case 2:
    +        bn_sub_words(&(r[0]), &(a[0]), &(a[n]), n);
    +        bn_sub_words(&(r[n]), &(b[0]), &(b[n]), n);
    +        neg = 1;
    +        break;
    +    case 3:
    +        zero = 1;
    +        break;
    +    case 4:
    +        bn_sub_words(&(r[0]), &(a[0]), &(a[n]), n);
    +        bn_sub_words(&(r[n]), &(b[n]), &(b[0]), n);
    +        break;
    +    }
    +
    +    oneg = neg;
    +    /* t[10] = (a[0]-a[1])*(b[1]-b[0]) */
    +    /* r[10] = (a[1]*b[1]) */
     # ifdef BN_MUL_COMBA
    -	if (n == 8)
    -		{
    -		bn_mul_comba8(&(t[0]),&(r[0]),&(r[n]));
    -		bn_mul_comba8(r,&(a[n]),&(b[n]));
    -		}
    -	else
    +    if (n == 8) {
    +        bn_mul_comba8(&(t[0]), &(r[0]), &(r[n]));
    +        bn_mul_comba8(r, &(a[n]), &(b[n]));
    +    } else
     # endif
    -		{
    -		bn_mul_recursive(&(t[0]),&(r[0]),&(r[n]),n,0,0,&(t[n2]));
    -		bn_mul_recursive(r,&(a[n]),&(b[n]),n,0,0,&(t[n2]));
    -		}
    -
    -	/* s0 == low(al*bl)
    -	 * s1 == low(ah*bh)+low((al-ah)*(bh-bl))+low(al*bl)+high(al*bl)
    -	 * We know s0 and s1 so the only unknown is high(al*bl)
    -	 * high(al*bl) == s1 - low(ah*bh+s0+(al-ah)*(bh-bl))
    -	 * high(al*bl) == s1 - (r[0]+l[0]+t[0])
    -	 */
    -	if (l != NULL)
    -		{
    -		lp= &(t[n2+n]);
    -		c1=(int)(bn_add_words(lp,&(r[0]),&(l[0]),n));
    -		}
    -	else
    -		{
    -		c1=0;
    -		lp= &(r[0]);
    -		}
    -
    -	if (neg)
    -		neg=(int)(bn_sub_words(&(t[n2]),lp,&(t[0]),n));
    -	else
    -		{
    -		bn_add_words(&(t[n2]),lp,&(t[0]),n);
    -		neg=0;
    -		}
    -
    -	if (l != NULL)
    -		{
    -		bn_sub_words(&(t[n2+n]),&(l[n]),&(t[n2]),n);
    -		}
    -	else
    -		{
    -		lp= &(t[n2+n]);
    -		mp= &(t[n2]);
    -		for (i=0; i 0)
    -			{
    -			lc=c1;
    -			do	{
    -				ll=(r[i]+lc)&BN_MASK2;
    -				r[i++]=ll;
    -				lc=(lc > ll);
    -				} while (lc);
    -			}
    -		else
    -			{
    -			lc= -c1;
    -			do	{
    -				ll=r[i];
    -				r[i++]=(ll-lc)&BN_MASK2;
    -				lc=(lc > ll);
    -				} while (lc);
    -			}
    -		}
    -	if (c2 != 0) /* Add starting at r[1] */
    -		{
    -		i=n;
    -		if (c2 > 0)
    -			{
    -			lc=c2;
    -			do	{
    -				ll=(r[i]+lc)&BN_MASK2;
    -				r[i++]=ll;
    -				lc=(lc > ll);
    -				} while (lc);
    -			}
    -		else
    -			{
    -			lc= -c2;
    -			do	{
    -				ll=r[i];
    -				r[i++]=(ll-lc)&BN_MASK2;
    -				lc=(lc > ll);
    -				} while (lc);
    -			}
    -		}
    -	}
    -#endif /* BN_RECURSION */
    +    {
    +        bn_mul_recursive(&(t[0]), &(r[0]), &(r[n]), n, 0, 0, &(t[n2]));
    +        bn_mul_recursive(r, &(a[n]), &(b[n]), n, 0, 0, &(t[n2]));
    +    }
    +
    +    /*-
    +     * s0 == low(al*bl)
    +     * s1 == low(ah*bh)+low((al-ah)*(bh-bl))+low(al*bl)+high(al*bl)
    +     * We know s0 and s1 so the only unknown is high(al*bl)
    +     * high(al*bl) == s1 - low(ah*bh+s0+(al-ah)*(bh-bl))
    +     * high(al*bl) == s1 - (r[0]+l[0]+t[0])
    +     */
    +    if (l != NULL) {
    +        lp = &(t[n2 + n]);
    +        c1 = (int)(bn_add_words(lp, &(r[0]), &(l[0]), n));
    +    } else {
    +        c1 = 0;
    +        lp = &(r[0]);
    +    }
    +
    +    if (neg)
    +        neg = (int)(bn_sub_words(&(t[n2]), lp, &(t[0]), n));
    +    else {
    +        bn_add_words(&(t[n2]), lp, &(t[0]), n);
    +        neg = 0;
    +    }
    +
    +    if (l != NULL) {
    +        bn_sub_words(&(t[n2 + n]), &(l[n]), &(t[n2]), n);
    +    } else {
    +        lp = &(t[n2 + n]);
    +        mp = &(t[n2]);
    +        for (i = 0; i < n; i++)
    +            lp[i] = ((~mp[i]) + 1) & BN_MASK2;
    +    }
    +
    +    /*-
    +     * s[0] = low(al*bl)
    +     * t[3] = high(al*bl)
    +     * t[10] = (a[0]-a[1])*(b[1]-b[0]) neg is the sign
    +     * r[10] = (a[1]*b[1])
    +     */
    +    /*-
    +     * R[10] = al*bl
    +     * R[21] = al*bl + ah*bh + (a[0]-a[1])*(b[1]-b[0])
    +     * R[32] = ah*bh
    +     */
    +    /*-
    +     * R[1]=t[3]+l[0]+r[0](+-)t[0] (have carry/borrow)
    +     * R[2]=r[0]+t[3]+r[1](+-)t[1] (have carry/borrow)
    +     * R[3]=r[1]+(carry/borrow)
    +     */
    +    if (l != NULL) {
    +        lp = &(t[n2]);
    +        c1 = (int)(bn_add_words(lp, &(t[n2 + n]), &(l[0]), n));
    +    } else {
    +        lp = &(t[n2 + n]);
    +        c1 = 0;
    +    }
    +    c1 += (int)(bn_add_words(&(t[n2]), lp, &(r[0]), n));
    +    if (oneg)
    +        c1 -= (int)(bn_sub_words(&(t[n2]), &(t[n2]), &(t[0]), n));
    +    else
    +        c1 += (int)(bn_add_words(&(t[n2]), &(t[n2]), &(t[0]), n));
    +
    +    c2 = (int)(bn_add_words(&(r[0]), &(r[0]), &(t[n2 + n]), n));
    +    c2 += (int)(bn_add_words(&(r[0]), &(r[0]), &(r[n]), n));
    +    if (oneg)
    +        c2 -= (int)(bn_sub_words(&(r[0]), &(r[0]), &(t[n]), n));
    +    else
    +        c2 += (int)(bn_add_words(&(r[0]), &(r[0]), &(t[n]), n));
    +
    +    if (c1 != 0) {              /* Add starting at r[0], could be +ve or -ve */
    +        i = 0;
    +        if (c1 > 0) {
    +            lc = c1;
    +            do {
    +                ll = (r[i] + lc) & BN_MASK2;
    +                r[i++] = ll;
    +                lc = (lc > ll);
    +            } while (lc);
    +        } else {
    +            lc = -c1;
    +            do {
    +                ll = r[i];
    +                r[i++] = (ll - lc) & BN_MASK2;
    +                lc = (lc > ll);
    +            } while (lc);
    +        }
    +    }
    +    if (c2 != 0) {              /* Add starting at r[1] */
    +        i = n;
    +        if (c2 > 0) {
    +            lc = c2;
    +            do {
    +                ll = (r[i] + lc) & BN_MASK2;
    +                r[i++] = ll;
    +                lc = (lc > ll);
    +            } while (lc);
    +        } else {
    +            lc = -c2;
    +            do {
    +                ll = r[i];
    +                r[i++] = (ll - lc) & BN_MASK2;
    +                lc = (lc > ll);
    +            } while (lc);
    +        }
    +    }
    +}
    +#endif                          /* BN_RECURSION */
     
     int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
    -	{
    -	int ret=0;
    -	int top,al,bl;
    -	BIGNUM *rr;
    +{
    +    int ret = 0;
    +    int top, al, bl;
    +    BIGNUM *rr;
     #if defined(BN_MUL_COMBA) || defined(BN_RECURSION)
    -	int i;
    +    int i;
     #endif
     #ifdef BN_RECURSION
    -	BIGNUM *t=NULL;
    -	int j=0,k;
    +    BIGNUM *t = NULL;
    +    int j = 0, k;
     #endif
     
     #ifdef BN_COUNT
    -	fprintf(stderr,"BN_mul %d * %d\n",a->top,b->top);
    +    fprintf(stderr, "BN_mul %d * %d\n", a->top, b->top);
     #endif
     
    -	bn_check_top(a);
    -	bn_check_top(b);
    -	bn_check_top(r);
    -
    -	al=a->top;
    -	bl=b->top;
    -
    -	if ((al == 0) || (bl == 0))
    -		{
    -		BN_zero(r);
    -		return(1);
    -		}
    -	top=al+bl;
    -
    -	BN_CTX_start(ctx);
    -	if ((r == a) || (r == b))
    -		{
    -		if ((rr = BN_CTX_get(ctx)) == NULL) goto err;
    -		}
    -	else
    -		rr = r;
    -	rr->neg=a->neg^b->neg;
    +    bn_check_top(a);
    +    bn_check_top(b);
    +    bn_check_top(r);
    +
    +    al = a->top;
    +    bl = b->top;
    +
    +    if ((al == 0) || (bl == 0)) {
    +        BN_zero(r);
    +        return (1);
    +    }
    +    top = al + bl;
    +
    +    BN_CTX_start(ctx);
    +    if ((r == a) || (r == b)) {
    +        if ((rr = BN_CTX_get(ctx)) == NULL)
    +            goto err;
    +    } else
    +        rr = r;
    +    rr->neg = a->neg ^ b->neg;
     
     #if defined(BN_MUL_COMBA) || defined(BN_RECURSION)
    -	i = al-bl;
    +    i = al - bl;
     #endif
     #ifdef BN_MUL_COMBA
    -	if (i == 0)
    -		{
    +    if (i == 0) {
     # if 0
    -		if (al == 4)
    -			{
    -			if (bn_wexpand(rr,8) == NULL) goto err;
    -			rr->top=8;
    -			bn_mul_comba4(rr->d,a->d,b->d);
    -			goto end;
    -			}
    +        if (al == 4) {
    +            if (bn_wexpand(rr, 8) == NULL)
    +                goto err;
    +            rr->top = 8;
    +            bn_mul_comba4(rr->d, a->d, b->d);
    +            goto end;
    +        }
     # endif
    -		if (al == 8)
    -			{
    -			if (bn_wexpand(rr,16) == NULL) goto err;
    -			rr->top=16;
    -			bn_mul_comba8(rr->d,a->d,b->d);
    -			goto end;
    -			}
    -		}
    -#endif /* BN_MUL_COMBA */
    +        if (al == 8) {
    +            if (bn_wexpand(rr, 16) == NULL)
    +                goto err;
    +            rr->top = 16;
    +            bn_mul_comba8(rr->d, a->d, b->d);
    +            goto end;
    +        }
    +    }
    +#endif                          /* BN_MUL_COMBA */
     #ifdef BN_RECURSION
    -	if ((al >= BN_MULL_SIZE_NORMAL) && (bl >= BN_MULL_SIZE_NORMAL))
    -		{
    -		if (i >= -1 && i <= 1)
    -			{
    -			/* Find out the power of two lower or equal
    -			   to the longest of the two numbers */
    -			if (i >= 0)
    -				{
    -				j = BN_num_bits_word((BN_ULONG)al);
    -				}
    -			if (i == -1)
    -				{
    -				j = BN_num_bits_word((BN_ULONG)bl);
    -				}
    -			j = 1<<(j-1);
    -			assert(j <= al || j <= bl);
    -			k = j+j;
    -			t = BN_CTX_get(ctx);
    -			if (t == NULL)
    -				goto err;
    -			if (al > j || bl > j)
    -				{
    -				if (bn_wexpand(t,k*4) == NULL) goto err;
    -				if (bn_wexpand(rr,k*4) == NULL) goto err;
    -				bn_mul_part_recursive(rr->d,a->d,b->d,
    -					j,al-j,bl-j,t->d);
    -				}
    -			else	/* al <= j || bl <= j */
    -				{
    -				if (bn_wexpand(t,k*2) == NULL) goto err;
    -				if (bn_wexpand(rr,k*2) == NULL) goto err;
    -				bn_mul_recursive(rr->d,a->d,b->d,
    -					j,al-j,bl-j,t->d);
    -				}
    -			rr->top=top;
    -			goto end;
    -			}
    -#if 0
    -		if (i == 1 && !BN_get_flags(b,BN_FLG_STATIC_DATA))
    -			{
    -			BIGNUM *tmp_bn = (BIGNUM *)b;
    -			if (bn_wexpand(tmp_bn,al) == NULL) goto err;
    -			tmp_bn->d[bl]=0;
    -			bl++;
    -			i--;
    -			}
    -		else if (i == -1 && !BN_get_flags(a,BN_FLG_STATIC_DATA))
    -			{
    -			BIGNUM *tmp_bn = (BIGNUM *)a;
    -			if (bn_wexpand(tmp_bn,bl) == NULL) goto err;
    -			tmp_bn->d[al]=0;
    -			al++;
    -			i++;
    -			}
    -		if (i == 0)
    -			{
    -			/* symmetric and > 4 */
    -			/* 16 or larger */
    -			j=BN_num_bits_word((BN_ULONG)al);
    -			j=1<<(j-1);
    -			k=j+j;
    -			t = BN_CTX_get(ctx);
    -			if (al == j) /* exact multiple */
    -				{
    -				if (bn_wexpand(t,k*2) == NULL) goto err;
    -				if (bn_wexpand(rr,k*2) == NULL) goto err;
    -				bn_mul_recursive(rr->d,a->d,b->d,al,t->d);
    -				}
    -			else
    -				{
    -				if (bn_wexpand(t,k*4) == NULL) goto err;
    -				if (bn_wexpand(rr,k*4) == NULL) goto err;
    -				bn_mul_part_recursive(rr->d,a->d,b->d,al-j,j,t->d);
    -				}
    -			rr->top=top;
    -			goto end;
    -			}
    -#endif
    -		}
    -#endif /* BN_RECURSION */
    -	if (bn_wexpand(rr,top) == NULL) goto err;
    -	rr->top=top;
    -	bn_mul_normal(rr->d,a->d,al,b->d,bl);
    +    if ((al >= BN_MULL_SIZE_NORMAL) && (bl >= BN_MULL_SIZE_NORMAL)) {
    +        if (i >= -1 && i <= 1) {
    +            /*
    +             * Find out the power of two lower or equal to the longest of the
    +             * two numbers
    +             */
    +            if (i >= 0) {
    +                j = BN_num_bits_word((BN_ULONG)al);
    +            }
    +            if (i == -1) {
    +                j = BN_num_bits_word((BN_ULONG)bl);
    +            }
    +            j = 1 << (j - 1);
    +            assert(j <= al || j <= bl);
    +            k = j + j;
    +            t = BN_CTX_get(ctx);
    +            if (t == NULL)
    +                goto err;
    +            if (al > j || bl > j) {
    +                if (bn_wexpand(t, k * 4) == NULL)
    +                    goto err;
    +                if (bn_wexpand(rr, k * 4) == NULL)
    +                    goto err;
    +                bn_mul_part_recursive(rr->d, a->d, b->d,
    +                                      j, al - j, bl - j, t->d);
    +            } else {            /* al <= j || bl <= j */
    +
    +                if (bn_wexpand(t, k * 2) == NULL)
    +                    goto err;
    +                if (bn_wexpand(rr, k * 2) == NULL)
    +                    goto err;
    +                bn_mul_recursive(rr->d, a->d, b->d, j, al - j, bl - j, t->d);
    +            }
    +            rr->top = top;
    +            goto end;
    +        }
    +# if 0
    +        if (i == 1 && !BN_get_flags(b, BN_FLG_STATIC_DATA)) {
    +            BIGNUM *tmp_bn = (BIGNUM *)b;
    +            if (bn_wexpand(tmp_bn, al) == NULL)
    +                goto err;
    +            tmp_bn->d[bl] = 0;
    +            bl++;
    +            i--;
    +        } else if (i == -1 && !BN_get_flags(a, BN_FLG_STATIC_DATA)) {
    +            BIGNUM *tmp_bn = (BIGNUM *)a;
    +            if (bn_wexpand(tmp_bn, bl) == NULL)
    +                goto err;
    +            tmp_bn->d[al] = 0;
    +            al++;
    +            i++;
    +        }
    +        if (i == 0) {
    +            /* symmetric and > 4 */
    +            /* 16 or larger */
    +            j = BN_num_bits_word((BN_ULONG)al);
    +            j = 1 << (j - 1);
    +            k = j + j;
    +            t = BN_CTX_get(ctx);
    +            if (al == j) {      /* exact multiple */
    +                if (bn_wexpand(t, k * 2) == NULL)
    +                    goto err;
    +                if (bn_wexpand(rr, k * 2) == NULL)
    +                    goto err;
    +                bn_mul_recursive(rr->d, a->d, b->d, al, t->d);
    +            } else {
    +                if (bn_wexpand(t, k * 4) == NULL)
    +                    goto err;
    +                if (bn_wexpand(rr, k * 4) == NULL)
    +                    goto err;
    +                bn_mul_part_recursive(rr->d, a->d, b->d, al - j, j, t->d);
    +            }
    +            rr->top = top;
    +            goto end;
    +        }
    +# endif
    +    }
    +#endif                          /* BN_RECURSION */
    +    if (bn_wexpand(rr, top) == NULL)
    +        goto err;
    +    rr->top = top;
    +    bn_mul_normal(rr->d, a->d, al, b->d, bl);
     
     #if defined(BN_MUL_COMBA) || defined(BN_RECURSION)
    -end:
    + end:
     #endif
    -	bn_correct_top(rr);
    -	if (r != rr) BN_copy(r,rr);
    -	ret=1;
    -err:
    -	bn_check_top(r);
    -	BN_CTX_end(ctx);
    -	return(ret);
    -	}
    +    bn_correct_top(rr);
    +    if (r != rr)
    +        BN_copy(r, rr);
    +    ret = 1;
    + err:
    +    bn_check_top(r);
    +    BN_CTX_end(ctx);
    +    return (ret);
    +}
     
     void bn_mul_normal(BN_ULONG *r, BN_ULONG *a, int na, BN_ULONG *b, int nb)
    -	{
    -	BN_ULONG *rr;
    +{
    +    BN_ULONG *rr;
     
     #ifdef BN_COUNT
    -	fprintf(stderr," bn_mul_normal %d * %d\n",na,nb);
    +    fprintf(stderr, " bn_mul_normal %d * %d\n", na, nb);
     #endif
     
    -	if (na < nb)
    -		{
    -		int itmp;
    -		BN_ULONG *ltmp;
    -
    -		itmp=na; na=nb; nb=itmp;
    -		ltmp=a;   a=b;   b=ltmp;
    -
    -		}
    -	rr= &(r[na]);
    -	if (nb <= 0)
    -		{
    -		(void)bn_mul_words(r,a,na,0);
    -		return;
    -		}
    -	else
    -		rr[0]=bn_mul_words(r,a,na,b[0]);
    -
    -	for (;;)
    -		{
    -		if (--nb <= 0) return;
    -		rr[1]=bn_mul_add_words(&(r[1]),a,na,b[1]);
    -		if (--nb <= 0) return;
    -		rr[2]=bn_mul_add_words(&(r[2]),a,na,b[2]);
    -		if (--nb <= 0) return;
    -		rr[3]=bn_mul_add_words(&(r[3]),a,na,b[3]);
    -		if (--nb <= 0) return;
    -		rr[4]=bn_mul_add_words(&(r[4]),a,na,b[4]);
    -		rr+=4;
    -		r+=4;
    -		b+=4;
    -		}
    -	}
    +    if (na < nb) {
    +        int itmp;
    +        BN_ULONG *ltmp;
    +
    +        itmp = na;
    +        na = nb;
    +        nb = itmp;
    +        ltmp = a;
    +        a = b;
    +        b = ltmp;
    +
    +    }
    +    rr = &(r[na]);
    +    if (nb <= 0) {
    +        (void)bn_mul_words(r, a, na, 0);
    +        return;
    +    } else
    +        rr[0] = bn_mul_words(r, a, na, b[0]);
    +
    +    for (;;) {
    +        if (--nb <= 0)
    +            return;
    +        rr[1] = bn_mul_add_words(&(r[1]), a, na, b[1]);
    +        if (--nb <= 0)
    +            return;
    +        rr[2] = bn_mul_add_words(&(r[2]), a, na, b[2]);
    +        if (--nb <= 0)
    +            return;
    +        rr[3] = bn_mul_add_words(&(r[3]), a, na, b[3]);
    +        if (--nb <= 0)
    +            return;
    +        rr[4] = bn_mul_add_words(&(r[4]), a, na, b[4]);
    +        rr += 4;
    +        r += 4;
    +        b += 4;
    +    }
    +}
     
     void bn_mul_low_normal(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n)
    -	{
    +{
     #ifdef BN_COUNT
    -	fprintf(stderr," bn_mul_low_normal %d * %d\n",n,n);
    +    fprintf(stderr, " bn_mul_low_normal %d * %d\n", n, n);
     #endif
    -	bn_mul_words(r,a,n,b[0]);
    -
    -	for (;;)
    -		{
    -		if (--n <= 0) return;
    -		bn_mul_add_words(&(r[1]),a,n,b[1]);
    -		if (--n <= 0) return;
    -		bn_mul_add_words(&(r[2]),a,n,b[2]);
    -		if (--n <= 0) return;
    -		bn_mul_add_words(&(r[3]),a,n,b[3]);
    -		if (--n <= 0) return;
    -		bn_mul_add_words(&(r[4]),a,n,b[4]);
    -		r+=4;
    -		b+=4;
    -		}
    -	}
    +    bn_mul_words(r, a, n, b[0]);
    +
    +    for (;;) {
    +        if (--n <= 0)
    +            return;
    +        bn_mul_add_words(&(r[1]), a, n, b[1]);
    +        if (--n <= 0)
    +            return;
    +        bn_mul_add_words(&(r[2]), a, n, b[2]);
    +        if (--n <= 0)
    +            return;
    +        bn_mul_add_words(&(r[3]), a, n, b[3]);
    +        if (--n <= 0)
    +            return;
    +        bn_mul_add_words(&(r[4]), a, n, b[4]);
    +        r += 4;
    +        b += 4;
    +    }
    +}
    diff --git a/openssl/crypto/bn/bn_nist.c b/openssl/crypto/bn/bn_nist.c
    index abb157085..4a45404c6 100644
    --- a/openssl/crypto/bn/bn_nist.c
    +++ b/openssl/crypto/bn/bn_nist.c
    @@ -10,7 +10,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -59,265 +59,277 @@
     #include "bn_lcl.h"
     #include "cryptlib.h"
     
    -
    -#define BN_NIST_192_TOP	(192+BN_BITS2-1)/BN_BITS2
    -#define BN_NIST_224_TOP	(224+BN_BITS2-1)/BN_BITS2
    -#define BN_NIST_256_TOP	(256+BN_BITS2-1)/BN_BITS2
    -#define BN_NIST_384_TOP	(384+BN_BITS2-1)/BN_BITS2
    -#define BN_NIST_521_TOP	(521+BN_BITS2-1)/BN_BITS2
    +#define BN_NIST_192_TOP (192+BN_BITS2-1)/BN_BITS2
    +#define BN_NIST_224_TOP (224+BN_BITS2-1)/BN_BITS2
    +#define BN_NIST_256_TOP (256+BN_BITS2-1)/BN_BITS2
    +#define BN_NIST_384_TOP (384+BN_BITS2-1)/BN_BITS2
    +#define BN_NIST_521_TOP (521+BN_BITS2-1)/BN_BITS2
     
     /* pre-computed tables are "carry-less" values of modulus*(i+1) */
     #if BN_BITS2 == 64
     static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = {
    -	{0xFFFFFFFFFFFFFFFFULL,0xFFFFFFFFFFFFFFFEULL,0xFFFFFFFFFFFFFFFFULL},
    -	{0xFFFFFFFFFFFFFFFEULL,0xFFFFFFFFFFFFFFFDULL,0xFFFFFFFFFFFFFFFFULL},
    -	{0xFFFFFFFFFFFFFFFDULL,0xFFFFFFFFFFFFFFFCULL,0xFFFFFFFFFFFFFFFFULL}
    -	};
    +    {0xFFFFFFFFFFFFFFFFULL, 0xFFFFFFFFFFFFFFFEULL, 0xFFFFFFFFFFFFFFFFULL},
    +    {0xFFFFFFFFFFFFFFFEULL, 0xFFFFFFFFFFFFFFFDULL, 0xFFFFFFFFFFFFFFFFULL},
    +    {0xFFFFFFFFFFFFFFFDULL, 0xFFFFFFFFFFFFFFFCULL, 0xFFFFFFFFFFFFFFFFULL}
    +};
    +
     static const BN_ULONG _nist_p_192_sqr[] = {
    -	0x0000000000000001ULL,0x0000000000000002ULL,0x0000000000000001ULL,
    -	0xFFFFFFFFFFFFFFFEULL,0xFFFFFFFFFFFFFFFDULL,0xFFFFFFFFFFFFFFFFULL
    -	};
    +    0x0000000000000001ULL, 0x0000000000000002ULL, 0x0000000000000001ULL,
    +    0xFFFFFFFFFFFFFFFEULL, 0xFFFFFFFFFFFFFFFDULL, 0xFFFFFFFFFFFFFFFFULL
    +};
    +
     static const BN_ULONG _nist_p_224[][BN_NIST_224_TOP] = {
    -	{0x0000000000000001ULL,0xFFFFFFFF00000000ULL,
    -	 0xFFFFFFFFFFFFFFFFULL,0x00000000FFFFFFFFULL},
    -	{0x0000000000000002ULL,0xFFFFFFFE00000000ULL,
    -	 0xFFFFFFFFFFFFFFFFULL,0x00000001FFFFFFFFULL} /* this one is "carry-full" */
    -	};
    +    {0x0000000000000001ULL, 0xFFFFFFFF00000000ULL,
    +     0xFFFFFFFFFFFFFFFFULL, 0x00000000FFFFFFFFULL},
    +    {0x0000000000000002ULL, 0xFFFFFFFE00000000ULL,
    +     0xFFFFFFFFFFFFFFFFULL, 0x00000001FFFFFFFFULL} /* this one is
    +                                                    * "carry-full" */
    +};
    +
     static const BN_ULONG _nist_p_224_sqr[] = {
    -	0x0000000000000001ULL,0xFFFFFFFE00000000ULL,
    -	0xFFFFFFFFFFFFFFFFULL,0x0000000200000000ULL,
    -	0x0000000000000000ULL,0xFFFFFFFFFFFFFFFEULL,
    -	0xFFFFFFFFFFFFFFFFULL
    -	};
    +    0x0000000000000001ULL, 0xFFFFFFFE00000000ULL,
    +    0xFFFFFFFFFFFFFFFFULL, 0x0000000200000000ULL,
    +    0x0000000000000000ULL, 0xFFFFFFFFFFFFFFFEULL,
    +    0xFFFFFFFFFFFFFFFFULL
    +};
    +
     static const BN_ULONG _nist_p_256[][BN_NIST_256_TOP] = {
    -	{0xFFFFFFFFFFFFFFFFULL,0x00000000FFFFFFFFULL,
    -	 0x0000000000000000ULL,0xFFFFFFFF00000001ULL},
    -	{0xFFFFFFFFFFFFFFFEULL,0x00000001FFFFFFFFULL,
    -	 0x0000000000000000ULL,0xFFFFFFFE00000002ULL},
    -	{0xFFFFFFFFFFFFFFFDULL,0x00000002FFFFFFFFULL,
    -	 0x0000000000000000ULL,0xFFFFFFFD00000003ULL},
    -	{0xFFFFFFFFFFFFFFFCULL,0x00000003FFFFFFFFULL,
    -	 0x0000000000000000ULL,0xFFFFFFFC00000004ULL},
    -	{0xFFFFFFFFFFFFFFFBULL,0x00000004FFFFFFFFULL,
    -	 0x0000000000000000ULL,0xFFFFFFFB00000005ULL},
    -	};
    +    {0xFFFFFFFFFFFFFFFFULL, 0x00000000FFFFFFFFULL,
    +     0x0000000000000000ULL, 0xFFFFFFFF00000001ULL},
    +    {0xFFFFFFFFFFFFFFFEULL, 0x00000001FFFFFFFFULL,
    +     0x0000000000000000ULL, 0xFFFFFFFE00000002ULL},
    +    {0xFFFFFFFFFFFFFFFDULL, 0x00000002FFFFFFFFULL,
    +     0x0000000000000000ULL, 0xFFFFFFFD00000003ULL},
    +    {0xFFFFFFFFFFFFFFFCULL, 0x00000003FFFFFFFFULL,
    +     0x0000000000000000ULL, 0xFFFFFFFC00000004ULL},
    +    {0xFFFFFFFFFFFFFFFBULL, 0x00000004FFFFFFFFULL,
    +     0x0000000000000000ULL, 0xFFFFFFFB00000005ULL},
    +};
    +
     static const BN_ULONG _nist_p_256_sqr[] = {
    -	0x0000000000000001ULL,0xFFFFFFFE00000000ULL,
    -	0xFFFFFFFFFFFFFFFFULL,0x00000001FFFFFFFEULL,
    -	0x00000001FFFFFFFEULL,0x00000001FFFFFFFEULL,
    -	0xFFFFFFFE00000001ULL,0xFFFFFFFE00000002ULL
    -	};
    +    0x0000000000000001ULL, 0xFFFFFFFE00000000ULL,
    +    0xFFFFFFFFFFFFFFFFULL, 0x00000001FFFFFFFEULL,
    +    0x00000001FFFFFFFEULL, 0x00000001FFFFFFFEULL,
    +    0xFFFFFFFE00000001ULL, 0xFFFFFFFE00000002ULL
    +};
    +
     static const BN_ULONG _nist_p_384[][BN_NIST_384_TOP] = {
    -	{0x00000000FFFFFFFFULL,0xFFFFFFFF00000000ULL,0xFFFFFFFFFFFFFFFEULL,
    -	 0xFFFFFFFFFFFFFFFFULL,0xFFFFFFFFFFFFFFFFULL,0xFFFFFFFFFFFFFFFFULL},
    -	{0x00000001FFFFFFFEULL,0xFFFFFFFE00000000ULL,0xFFFFFFFFFFFFFFFDULL,
    -	 0xFFFFFFFFFFFFFFFFULL,0xFFFFFFFFFFFFFFFFULL,0xFFFFFFFFFFFFFFFFULL},
    -	{0x00000002FFFFFFFDULL,0xFFFFFFFD00000000ULL,0xFFFFFFFFFFFFFFFCULL,
    -	 0xFFFFFFFFFFFFFFFFULL,0xFFFFFFFFFFFFFFFFULL,0xFFFFFFFFFFFFFFFFULL},
    -	{0x00000003FFFFFFFCULL,0xFFFFFFFC00000000ULL,0xFFFFFFFFFFFFFFFBULL,
    -	 0xFFFFFFFFFFFFFFFFULL,0xFFFFFFFFFFFFFFFFULL,0xFFFFFFFFFFFFFFFFULL},
    -	{0x00000004FFFFFFFBULL,0xFFFFFFFB00000000ULL,0xFFFFFFFFFFFFFFFAULL,
    -	 0xFFFFFFFFFFFFFFFFULL,0xFFFFFFFFFFFFFFFFULL,0xFFFFFFFFFFFFFFFFULL},
    -	};
    +    {0x00000000FFFFFFFFULL, 0xFFFFFFFF00000000ULL, 0xFFFFFFFFFFFFFFFEULL,
    +     0xFFFFFFFFFFFFFFFFULL, 0xFFFFFFFFFFFFFFFFULL, 0xFFFFFFFFFFFFFFFFULL},
    +    {0x00000001FFFFFFFEULL, 0xFFFFFFFE00000000ULL, 0xFFFFFFFFFFFFFFFDULL,
    +     0xFFFFFFFFFFFFFFFFULL, 0xFFFFFFFFFFFFFFFFULL, 0xFFFFFFFFFFFFFFFFULL},
    +    {0x00000002FFFFFFFDULL, 0xFFFFFFFD00000000ULL, 0xFFFFFFFFFFFFFFFCULL,
    +     0xFFFFFFFFFFFFFFFFULL, 0xFFFFFFFFFFFFFFFFULL, 0xFFFFFFFFFFFFFFFFULL},
    +    {0x00000003FFFFFFFCULL, 0xFFFFFFFC00000000ULL, 0xFFFFFFFFFFFFFFFBULL,
    +     0xFFFFFFFFFFFFFFFFULL, 0xFFFFFFFFFFFFFFFFULL, 0xFFFFFFFFFFFFFFFFULL},
    +    {0x00000004FFFFFFFBULL, 0xFFFFFFFB00000000ULL, 0xFFFFFFFFFFFFFFFAULL,
    +     0xFFFFFFFFFFFFFFFFULL, 0xFFFFFFFFFFFFFFFFULL, 0xFFFFFFFFFFFFFFFFULL},
    +};
    +
     static const BN_ULONG _nist_p_384_sqr[] = {
    -	0xFFFFFFFE00000001ULL,0x0000000200000000ULL,0xFFFFFFFE00000000ULL,
    -	0x0000000200000000ULL,0x0000000000000001ULL,0x0000000000000000ULL,
    -	0x00000001FFFFFFFEULL,0xFFFFFFFE00000000ULL,0xFFFFFFFFFFFFFFFDULL,
    -	0xFFFFFFFFFFFFFFFFULL,0xFFFFFFFFFFFFFFFFULL,0xFFFFFFFFFFFFFFFFULL
    -	};
    +    0xFFFFFFFE00000001ULL, 0x0000000200000000ULL, 0xFFFFFFFE00000000ULL,
    +    0x0000000200000000ULL, 0x0000000000000001ULL, 0x0000000000000000ULL,
    +    0x00000001FFFFFFFEULL, 0xFFFFFFFE00000000ULL, 0xFFFFFFFFFFFFFFFDULL,
    +    0xFFFFFFFFFFFFFFFFULL, 0xFFFFFFFFFFFFFFFFULL, 0xFFFFFFFFFFFFFFFFULL
    +};
    +
     static const BN_ULONG _nist_p_521[] =
    -	{0xFFFFFFFFFFFFFFFFULL,0xFFFFFFFFFFFFFFFFULL,
    -	0xFFFFFFFFFFFFFFFFULL,0xFFFFFFFFFFFFFFFFULL,
    -	0xFFFFFFFFFFFFFFFFULL,0xFFFFFFFFFFFFFFFFULL,
    -	0xFFFFFFFFFFFFFFFFULL,0xFFFFFFFFFFFFFFFFULL,
    -	0x00000000000001FFULL};
    +    { 0xFFFFFFFFFFFFFFFFULL, 0xFFFFFFFFFFFFFFFFULL,
    +    0xFFFFFFFFFFFFFFFFULL, 0xFFFFFFFFFFFFFFFFULL,
    +    0xFFFFFFFFFFFFFFFFULL, 0xFFFFFFFFFFFFFFFFULL,
    +    0xFFFFFFFFFFFFFFFFULL, 0xFFFFFFFFFFFFFFFFULL,
    +    0x00000000000001FFULL
    +};
    +
     static const BN_ULONG _nist_p_521_sqr[] = {
    -	0x0000000000000001ULL,0x0000000000000000ULL,0x0000000000000000ULL,
    -	0x0000000000000000ULL,0x0000000000000000ULL,0x0000000000000000ULL,
    -	0x0000000000000000ULL,0x0000000000000000ULL,0xFFFFFFFFFFFFFC00ULL,
    -	0xFFFFFFFFFFFFFFFFULL,0xFFFFFFFFFFFFFFFFULL,0xFFFFFFFFFFFFFFFFULL,
    -	0xFFFFFFFFFFFFFFFFULL,0xFFFFFFFFFFFFFFFFULL,0xFFFFFFFFFFFFFFFFULL,
    -	0xFFFFFFFFFFFFFFFFULL,0x000000000003FFFFULL
    -	};
    +    0x0000000000000001ULL, 0x0000000000000000ULL, 0x0000000000000000ULL,
    +    0x0000000000000000ULL, 0x0000000000000000ULL, 0x0000000000000000ULL,
    +    0x0000000000000000ULL, 0x0000000000000000ULL, 0xFFFFFFFFFFFFFC00ULL,
    +    0xFFFFFFFFFFFFFFFFULL, 0xFFFFFFFFFFFFFFFFULL, 0xFFFFFFFFFFFFFFFFULL,
    +    0xFFFFFFFFFFFFFFFFULL, 0xFFFFFFFFFFFFFFFFULL, 0xFFFFFFFFFFFFFFFFULL,
    +    0xFFFFFFFFFFFFFFFFULL, 0x000000000003FFFFULL
    +};
     #elif BN_BITS2 == 32
     static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = {
    -	{0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFE,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF},
    -	{0xFFFFFFFE,0xFFFFFFFF,0xFFFFFFFD,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF},
    -	{0xFFFFFFFD,0xFFFFFFFF,0xFFFFFFFC,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF}
    -	};
    +    {0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFE, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF},
    +    {0xFFFFFFFE, 0xFFFFFFFF, 0xFFFFFFFD, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF},
    +    {0xFFFFFFFD, 0xFFFFFFFF, 0xFFFFFFFC, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF}
    +};
    +
     static const BN_ULONG _nist_p_192_sqr[] = {
    -	0x00000001,0x00000000,0x00000002,0x00000000,0x00000001,0x00000000,
    -	0xFFFFFFFE,0xFFFFFFFF,0xFFFFFFFD,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF
    -	};
    +    0x00000001, 0x00000000, 0x00000002, 0x00000000, 0x00000001, 0x00000000,
    +    0xFFFFFFFE, 0xFFFFFFFF, 0xFFFFFFFD, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF
    +};
    +
     static const BN_ULONG _nist_p_224[][BN_NIST_224_TOP] = {
    -	{0x00000001,0x00000000,0x00000000,0xFFFFFFFF,
    -	 0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF},
    -	{0x00000002,0x00000000,0x00000000,0xFFFFFFFE,
    -	 0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF}
    -	};
    +    {0x00000001, 0x00000000, 0x00000000, 0xFFFFFFFF,
    +     0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF},
    +    {0x00000002, 0x00000000, 0x00000000, 0xFFFFFFFE,
    +     0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF}
    +};
    +
     static const BN_ULONG _nist_p_224_sqr[] = {
    -	0x00000001,0x00000000,0x00000000,0xFFFFFFFE,
    -	0xFFFFFFFF,0xFFFFFFFF,0x00000000,0x00000002,
    -	0x00000000,0x00000000,0xFFFFFFFE,0xFFFFFFFF,
    -	0xFFFFFFFF,0xFFFFFFFF
    -	};
    +    0x00000001, 0x00000000, 0x00000000, 0xFFFFFFFE,
    +    0xFFFFFFFF, 0xFFFFFFFF, 0x00000000, 0x00000002,
    +    0x00000000, 0x00000000, 0xFFFFFFFE, 0xFFFFFFFF,
    +    0xFFFFFFFF, 0xFFFFFFFF
    +};
    +
     static const BN_ULONG _nist_p_256[][BN_NIST_256_TOP] = {
    -	{0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,0x00000000,
    -	 0x00000000,0x00000000,0x00000001,0xFFFFFFFF},
    -	{0xFFFFFFFE,0xFFFFFFFF,0xFFFFFFFF,0x00000001,
    -	 0x00000000,0x00000000,0x00000002,0xFFFFFFFE},
    -	{0xFFFFFFFD,0xFFFFFFFF,0xFFFFFFFF,0x00000002,
    -	 0x00000000,0x00000000,0x00000003,0xFFFFFFFD},
    -	{0xFFFFFFFC,0xFFFFFFFF,0xFFFFFFFF,0x00000003,
    -	 0x00000000,0x00000000,0x00000004,0xFFFFFFFC},
    -	{0xFFFFFFFB,0xFFFFFFFF,0xFFFFFFFF,0x00000004,
    -	 0x00000000,0x00000000,0x00000005,0xFFFFFFFB},
    -	};
    +    {0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0x00000000,
    +     0x00000000, 0x00000000, 0x00000001, 0xFFFFFFFF},
    +    {0xFFFFFFFE, 0xFFFFFFFF, 0xFFFFFFFF, 0x00000001,
    +     0x00000000, 0x00000000, 0x00000002, 0xFFFFFFFE},
    +    {0xFFFFFFFD, 0xFFFFFFFF, 0xFFFFFFFF, 0x00000002,
    +     0x00000000, 0x00000000, 0x00000003, 0xFFFFFFFD},
    +    {0xFFFFFFFC, 0xFFFFFFFF, 0xFFFFFFFF, 0x00000003,
    +     0x00000000, 0x00000000, 0x00000004, 0xFFFFFFFC},
    +    {0xFFFFFFFB, 0xFFFFFFFF, 0xFFFFFFFF, 0x00000004,
    +     0x00000000, 0x00000000, 0x00000005, 0xFFFFFFFB},
    +};
    +
     static const BN_ULONG _nist_p_256_sqr[] = {
    -	0x00000001,0x00000000,0x00000000,0xFFFFFFFE,
    -	0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFE,0x00000001,
    -	0xFFFFFFFE,0x00000001,0xFFFFFFFE,0x00000001,
    -	0x00000001,0xFFFFFFFE,0x00000002,0xFFFFFFFE
    -	};
    +    0x00000001, 0x00000000, 0x00000000, 0xFFFFFFFE,
    +    0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFE, 0x00000001,
    +    0xFFFFFFFE, 0x00000001, 0xFFFFFFFE, 0x00000001,
    +    0x00000001, 0xFFFFFFFE, 0x00000002, 0xFFFFFFFE
    +};
    +
     static const BN_ULONG _nist_p_384[][BN_NIST_384_TOP] = {
    -	{0xFFFFFFFF,0x00000000,0x00000000,0xFFFFFFFF,0xFFFFFFFE,0xFFFFFFFF,
    -	 0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF},
    -	{0xFFFFFFFE,0x00000001,0x00000000,0xFFFFFFFE,0xFFFFFFFD,0xFFFFFFFF,
    -	 0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF},
    -	{0xFFFFFFFD,0x00000002,0x00000000,0xFFFFFFFD,0xFFFFFFFC,0xFFFFFFFF,
    -	 0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF},
    -	{0xFFFFFFFC,0x00000003,0x00000000,0xFFFFFFFC,0xFFFFFFFB,0xFFFFFFFF,
    -	 0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF},
    -	{0xFFFFFFFB,0x00000004,0x00000000,0xFFFFFFFB,0xFFFFFFFA,0xFFFFFFFF,
    -	 0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF},
    -	};
    +    {0xFFFFFFFF, 0x00000000, 0x00000000, 0xFFFFFFFF, 0xFFFFFFFE, 0xFFFFFFFF,
    +     0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF},
    +    {0xFFFFFFFE, 0x00000001, 0x00000000, 0xFFFFFFFE, 0xFFFFFFFD, 0xFFFFFFFF,
    +     0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF},
    +    {0xFFFFFFFD, 0x00000002, 0x00000000, 0xFFFFFFFD, 0xFFFFFFFC, 0xFFFFFFFF,
    +     0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF},
    +    {0xFFFFFFFC, 0x00000003, 0x00000000, 0xFFFFFFFC, 0xFFFFFFFB, 0xFFFFFFFF,
    +     0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF},
    +    {0xFFFFFFFB, 0x00000004, 0x00000000, 0xFFFFFFFB, 0xFFFFFFFA, 0xFFFFFFFF,
    +     0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF},
    +};
    +
     static const BN_ULONG _nist_p_384_sqr[] = {
    -	0x00000001,0xFFFFFFFE,0x00000000,0x00000002,0x00000000,0xFFFFFFFE,
    -	0x00000000,0x00000002,0x00000001,0x00000000,0x00000000,0x00000000,
    -	0xFFFFFFFE,0x00000001,0x00000000,0xFFFFFFFE,0xFFFFFFFD,0xFFFFFFFF,
    -	0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF
    -	};
    -static const BN_ULONG _nist_p_521[] = {0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,
    -	0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,
    -	0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,
    -	0xFFFFFFFF,0x000001FF};
    +    0x00000001, 0xFFFFFFFE, 0x00000000, 0x00000002, 0x00000000, 0xFFFFFFFE,
    +    0x00000000, 0x00000002, 0x00000001, 0x00000000, 0x00000000, 0x00000000,
    +    0xFFFFFFFE, 0x00000001, 0x00000000, 0xFFFFFFFE, 0xFFFFFFFD, 0xFFFFFFFF,
    +    0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF
    +};
    +
    +static const BN_ULONG _nist_p_521[] = { 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF,
    +    0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF,
    +    0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF,
    +    0xFFFFFFFF, 0x000001FF
    +};
    +
     static const BN_ULONG _nist_p_521_sqr[] = {
    -	0x00000001,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,
    -	0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,
    -	0x00000000,0x00000000,0x00000000,0x00000000,0xFFFFFC00,0xFFFFFFFF,
    -	0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,
    -	0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF,
    -	0xFFFFFFFF,0xFFFFFFFF,0x0003FFFF
    -	};
    +    0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000,
    +    0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000,
    +    0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xFFFFFC00, 0xFFFFFFFF,
    +    0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF,
    +    0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF,
    +    0xFFFFFFFF, 0xFFFFFFFF, 0x0003FFFF
    +};
     #else
    -#error "unsupported BN_BITS2"
    +# error "unsupported BN_BITS2"
     #endif
     
    -
    -static const BIGNUM _bignum_nist_p_192 =
    -	{
    -	(BN_ULONG *)_nist_p_192[0],
    -	BN_NIST_192_TOP,
    -	BN_NIST_192_TOP,
    -	0,
    -	BN_FLG_STATIC_DATA
    -	};
    -
    -static const BIGNUM _bignum_nist_p_224 =
    -	{
    -	(BN_ULONG *)_nist_p_224[0],
    -	BN_NIST_224_TOP,
    -	BN_NIST_224_TOP,
    -	0,
    -	BN_FLG_STATIC_DATA
    -	};
    -
    -static const BIGNUM _bignum_nist_p_256 =
    -	{
    -	(BN_ULONG *)_nist_p_256[0],
    -	BN_NIST_256_TOP,
    -	BN_NIST_256_TOP,
    -	0,
    -	BN_FLG_STATIC_DATA
    -	};
    -
    -static const BIGNUM _bignum_nist_p_384 =
    -	{
    -	(BN_ULONG *)_nist_p_384[0],
    -	BN_NIST_384_TOP,
    -	BN_NIST_384_TOP,
    -	0,
    -	BN_FLG_STATIC_DATA
    -	};
    -
    -static const BIGNUM _bignum_nist_p_521 =
    -	{
    -	(BN_ULONG *)_nist_p_521,
    -	BN_NIST_521_TOP,
    -	BN_NIST_521_TOP,
    -	0,
    -	BN_FLG_STATIC_DATA
    -	};
    -
    +static const BIGNUM _bignum_nist_p_192 = {
    +    (BN_ULONG *)_nist_p_192[0],
    +    BN_NIST_192_TOP,
    +    BN_NIST_192_TOP,
    +    0,
    +    BN_FLG_STATIC_DATA
    +};
    +
    +static const BIGNUM _bignum_nist_p_224 = {
    +    (BN_ULONG *)_nist_p_224[0],
    +    BN_NIST_224_TOP,
    +    BN_NIST_224_TOP,
    +    0,
    +    BN_FLG_STATIC_DATA
    +};
    +
    +static const BIGNUM _bignum_nist_p_256 = {
    +    (BN_ULONG *)_nist_p_256[0],
    +    BN_NIST_256_TOP,
    +    BN_NIST_256_TOP,
    +    0,
    +    BN_FLG_STATIC_DATA
    +};
    +
    +static const BIGNUM _bignum_nist_p_384 = {
    +    (BN_ULONG *)_nist_p_384[0],
    +    BN_NIST_384_TOP,
    +    BN_NIST_384_TOP,
    +    0,
    +    BN_FLG_STATIC_DATA
    +};
    +
    +static const BIGNUM _bignum_nist_p_521 = {
    +    (BN_ULONG *)_nist_p_521,
    +    BN_NIST_521_TOP,
    +    BN_NIST_521_TOP,
    +    0,
    +    BN_FLG_STATIC_DATA
    +};
     
     const BIGNUM *BN_get0_nist_prime_192(void)
    -	{
    -	return &_bignum_nist_p_192;
    -	}
    +{
    +    return &_bignum_nist_p_192;
    +}
     
     const BIGNUM *BN_get0_nist_prime_224(void)
    -	{
    -	return &_bignum_nist_p_224;
    -	}
    +{
    +    return &_bignum_nist_p_224;
    +}
     
     const BIGNUM *BN_get0_nist_prime_256(void)
    -	{
    -	return &_bignum_nist_p_256;
    -	}
    +{
    +    return &_bignum_nist_p_256;
    +}
     
     const BIGNUM *BN_get0_nist_prime_384(void)
    -	{
    -	return &_bignum_nist_p_384;
    -	}
    +{
    +    return &_bignum_nist_p_384;
    +}
     
     const BIGNUM *BN_get0_nist_prime_521(void)
    -	{
    -	return &_bignum_nist_p_521;
    -	}
    -
    +{
    +    return &_bignum_nist_p_521;
    +}
     
     static void nist_cp_bn_0(BN_ULONG *dst, const BN_ULONG *src, int top, int max)
    -	{
    -	int i;
    +{
    +    int i;
     
     #ifdef BN_DEBUG
    -	OPENSSL_assert(top <= max);
    +    OPENSSL_assert(top <= max);
     #endif
    -	for (i = 0; i < top; i++)
    -		dst[i] = src[i];
    -	for (; i < max; i++)
    -		dst[i] = 0;
    -	}
    +    for (i = 0; i < top; i++)
    +        dst[i] = src[i];
    +    for (; i < max; i++)
    +        dst[i] = 0;
    +}
     
     static void nist_cp_bn(BN_ULONG *dst, const BN_ULONG *src, int top)
    -	{ 
    -	int i;
    +{
    +    int i;
     
    -	for (i = 0; i < top; i++)
    -		dst[i] = src[i];
    -	}
    +    for (i = 0; i < top; i++)
    +        dst[i] = src[i];
    +}
     
     #if BN_BITS2 == 64
    -#define bn_cp_64(to, n, from, m)	(to)[n] = (m>=0)?((from)[m]):0;
    -#define bn_64_set_0(to, n)		(to)[n] = (BN_ULONG)0;
    +# define bn_cp_64(to, n, from, m)        (to)[n] = (m>=0)?((from)[m]):0;
    +# define bn_64_set_0(to, n)              (to)[n] = (BN_ULONG)0;
     /*
      * two following macros are implemented under assumption that they
      * are called in a sequence with *ascending* n, i.e. as they are...
      */
    -#define bn_cp_32_naked(to, n, from, m)	(((n)&1)?(to[(n)/2]|=((m)&1)?(from[(m)/2]&BN_MASK2h):(from[(m)/2]<<32))\
    -						:(to[(n)/2] =((m)&1)?(from[(m)/2]>>32):(from[(m)/2]&BN_MASK2l)))
    -#define bn_32_set_0(to, n)		(((n)&1)?(to[(n)/2]&=BN_MASK2l):(to[(n)/2]=0));
    -#define bn_cp_32(to,n,from,m)		((m)>=0)?bn_cp_32_naked(to,n,from,m):bn_32_set_0(to,n)
    +# define bn_cp_32_naked(to, n, from, m)  (((n)&1)?(to[(n)/2]|=((m)&1)?(from[(m)/2]&BN_MASK2h):(from[(m)/2]<<32))\
    +                                                :(to[(n)/2] =((m)&1)?(from[(m)/2]>>32):(from[(m)/2]&BN_MASK2l)))
    +# define bn_32_set_0(to, n)              (((n)&1)?(to[(n)/2]&=BN_MASK2l):(to[(n)/2]=0));
    +# define bn_cp_32(to,n,from,m)           ((m)>=0)?bn_cp_32_naked(to,n,from,m):bn_32_set_0(to,n)
     # if defined(L_ENDIAN)
     #  if defined(__arch64__)
     #   define NIST_INT64 long
    @@ -326,784 +338,925 @@ static void nist_cp_bn(BN_ULONG *dst, const BN_ULONG *src, int top)
     #  endif
     # endif
     #else
    -#define bn_cp_64(to, n, from, m) \
    -	{ \
    -	bn_cp_32(to, (n)*2, from, (m)*2); \
    -	bn_cp_32(to, (n)*2+1, from, (m)*2+1); \
    -	}
    -#define bn_64_set_0(to, n) \
    -	{ \
    -	bn_32_set_0(to, (n)*2); \
    -	bn_32_set_0(to, (n)*2+1); \
    -	}
    -#define bn_cp_32(to, n, from, m)	(to)[n] = (m>=0)?((from)[m]):0;
    -#define bn_32_set_0(to, n)		(to)[n] = (BN_ULONG)0;
    +# define bn_cp_64(to, n, from, m) \
    +        { \
    +        bn_cp_32(to, (n)*2, from, (m)*2); \
    +        bn_cp_32(to, (n)*2+1, from, (m)*2+1); \
    +        }
    +# define bn_64_set_0(to, n) \
    +        { \
    +        bn_32_set_0(to, (n)*2); \
    +        bn_32_set_0(to, (n)*2+1); \
    +        }
    +# define bn_cp_32(to, n, from, m)        (to)[n] = (m>=0)?((from)[m]):0;
    +# define bn_32_set_0(to, n)              (to)[n] = (BN_ULONG)0;
     # if defined(_WIN32) && !defined(__GNUC__)
     #  define NIST_INT64 __int64
     # elif defined(BN_LLONG)
     #  define NIST_INT64 long long
     # endif
    -#endif /* BN_BITS2 != 64 */
    +#endif                          /* BN_BITS2 != 64 */
     
     #define nist_set_192(to, from, a1, a2, a3) \
    -	{ \
    -	bn_cp_64(to, 0, from, (a3) - 3) \
    -	bn_cp_64(to, 1, from, (a2) - 3) \
    -	bn_cp_64(to, 2, from, (a1) - 3) \
    -	}
    +        { \
    +        bn_cp_64(to, 0, from, (a3) - 3) \
    +        bn_cp_64(to, 1, from, (a2) - 3) \
    +        bn_cp_64(to, 2, from, (a1) - 3) \
    +        }
     
     int BN_nist_mod_192(BIGNUM *r, const BIGNUM *a, const BIGNUM *field,
    -	BN_CTX *ctx)
    -	{
    -	int      top = a->top, i;
    -	int      carry;
    -	register BN_ULONG *r_d, *a_d = a->d;
    -	union	{
    -		BN_ULONG	bn[BN_NIST_192_TOP];
    -		unsigned int	ui[BN_NIST_192_TOP*sizeof(BN_ULONG)/sizeof(unsigned int)];
    -		} buf;
    -	BN_ULONG c_d[BN_NIST_192_TOP],
    -		*res;
    -	PTR_SIZE_INT mask;
    -	static const BIGNUM _bignum_nist_p_192_sqr = {
    -		(BN_ULONG *)_nist_p_192_sqr,
    -		sizeof(_nist_p_192_sqr)/sizeof(_nist_p_192_sqr[0]),
    -		sizeof(_nist_p_192_sqr)/sizeof(_nist_p_192_sqr[0]),
    -		0,BN_FLG_STATIC_DATA };
    -
    -	field = &_bignum_nist_p_192; /* just to make sure */
    -
    - 	if (BN_is_negative(a) || BN_ucmp(a,&_bignum_nist_p_192_sqr)>=0)
    -		return BN_nnmod(r, a, field, ctx);
    -
    -	i = BN_ucmp(field, a);
    -	if (i == 0)
    -		{
    -		BN_zero(r);
    -		return 1;
    -		}
    -	else if (i > 0)
    -		return (r == a) ? 1 : (BN_copy(r ,a) != NULL);
    -
    -	if (r != a)
    -		{
    -		if (!bn_wexpand(r, BN_NIST_192_TOP))
    -			return 0;
    -		r_d = r->d;
    -		nist_cp_bn(r_d, a_d, BN_NIST_192_TOP);
    -		}
    -	else
    -		r_d = a_d;
    -
    -	nist_cp_bn_0(buf.bn, a_d + BN_NIST_192_TOP, top - BN_NIST_192_TOP, BN_NIST_192_TOP);
    +                    BN_CTX *ctx)
    +{
    +    int top = a->top, i;
    +    int carry;
    +    register BN_ULONG *r_d, *a_d = a->d;
    +    union {
    +        BN_ULONG bn[BN_NIST_192_TOP];
    +        unsigned int ui[BN_NIST_192_TOP * sizeof(BN_ULONG) /
    +                        sizeof(unsigned int)];
    +    } buf;
    +    BN_ULONG c_d[BN_NIST_192_TOP], *res;
    +    PTR_SIZE_INT mask;
    +    static const BIGNUM _bignum_nist_p_192_sqr = {
    +        (BN_ULONG *)_nist_p_192_sqr,
    +        sizeof(_nist_p_192_sqr) / sizeof(_nist_p_192_sqr[0]),
    +        sizeof(_nist_p_192_sqr) / sizeof(_nist_p_192_sqr[0]),
    +        0, BN_FLG_STATIC_DATA
    +    };
    +
    +    field = &_bignum_nist_p_192; /* just to make sure */
    +
    +    if (BN_is_negative(a) || BN_ucmp(a, &_bignum_nist_p_192_sqr) >= 0)
    +        return BN_nnmod(r, a, field, ctx);
    +
    +    i = BN_ucmp(field, a);
    +    if (i == 0) {
    +        BN_zero(r);
    +        return 1;
    +    } else if (i > 0)
    +        return (r == a) ? 1 : (BN_copy(r, a) != NULL);
    +
    +    if (r != a) {
    +        if (!bn_wexpand(r, BN_NIST_192_TOP))
    +            return 0;
    +        r_d = r->d;
    +        nist_cp_bn(r_d, a_d, BN_NIST_192_TOP);
    +    } else
    +        r_d = a_d;
    +
    +    nist_cp_bn_0(buf.bn, a_d + BN_NIST_192_TOP, top - BN_NIST_192_TOP,
    +                 BN_NIST_192_TOP);
     
     #if defined(NIST_INT64)
    -	{
    -	NIST_INT64		acc;	/* accumulator */
    -	unsigned int		*rp=(unsigned int *)r_d;
    -	const unsigned int	*bp=(const unsigned int *)buf.ui;
    -
    -	acc  = rp[0];	acc += bp[3*2-6];
    -			acc += bp[5*2-6]; rp[0] = (unsigned int)acc; acc >>= 32;
    -
    -	acc += rp[1];	acc += bp[3*2-5];
    -			acc += bp[5*2-5]; rp[1] = (unsigned int)acc; acc >>= 32;
    -
    -	acc += rp[2];	acc += bp[3*2-6];
    -			acc += bp[4*2-6];
    -			acc += bp[5*2-6]; rp[2] = (unsigned int)acc; acc >>= 32;
    -
    -	acc += rp[3];	acc += bp[3*2-5];
    -			acc += bp[4*2-5];
    -			acc += bp[5*2-5]; rp[3] = (unsigned int)acc; acc >>= 32;
    -
    -	acc += rp[4];	acc += bp[4*2-6];
    -			acc += bp[5*2-6]; rp[4] = (unsigned int)acc; acc >>= 32;
    -
    -	acc += rp[5];	acc += bp[4*2-5];
    -			acc += bp[5*2-5]; rp[5] = (unsigned int)acc;
    -
    -	carry = (int)(acc>>32);
    -	}
    +    {
    +        NIST_INT64 acc;         /* accumulator */
    +        unsigned int *rp = (unsigned int *)r_d;
    +        const unsigned int *bp = (const unsigned int *)buf.ui;
    +
    +        acc = rp[0];
    +        acc += bp[3 * 2 - 6];
    +        acc += bp[5 * 2 - 6];
    +        rp[0] = (unsigned int)acc;
    +        acc >>= 32;
    +
    +        acc += rp[1];
    +        acc += bp[3 * 2 - 5];
    +        acc += bp[5 * 2 - 5];
    +        rp[1] = (unsigned int)acc;
    +        acc >>= 32;
    +
    +        acc += rp[2];
    +        acc += bp[3 * 2 - 6];
    +        acc += bp[4 * 2 - 6];
    +        acc += bp[5 * 2 - 6];
    +        rp[2] = (unsigned int)acc;
    +        acc >>= 32;
    +
    +        acc += rp[3];
    +        acc += bp[3 * 2 - 5];
    +        acc += bp[4 * 2 - 5];
    +        acc += bp[5 * 2 - 5];
    +        rp[3] = (unsigned int)acc;
    +        acc >>= 32;
    +
    +        acc += rp[4];
    +        acc += bp[4 * 2 - 6];
    +        acc += bp[5 * 2 - 6];
    +        rp[4] = (unsigned int)acc;
    +        acc >>= 32;
    +
    +        acc += rp[5];
    +        acc += bp[4 * 2 - 5];
    +        acc += bp[5 * 2 - 5];
    +        rp[5] = (unsigned int)acc;
    +
    +        carry = (int)(acc >> 32);
    +    }
     #else
    -	{
    -	BN_ULONG t_d[BN_NIST_192_TOP];
    -
    -	nist_set_192(t_d, buf.bn, 0, 3, 3);
    -	carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
    -	nist_set_192(t_d, buf.bn, 4, 4, 0);
    -	carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
    -	nist_set_192(t_d, buf.bn, 5, 5, 5)
    -	carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
    -	}
    +    {
    +        BN_ULONG t_d[BN_NIST_192_TOP];
    +
    +        nist_set_192(t_d, buf.bn, 0, 3, 3);
    +        carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
    +        nist_set_192(t_d, buf.bn, 4, 4, 0);
    +        carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
    +        nist_set_192(t_d, buf.bn, 5, 5, 5)
    +            carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
    +    }
     #endif
    -	if (carry > 0)
    -		carry = (int)bn_sub_words(r_d,r_d,_nist_p_192[carry-1],BN_NIST_192_TOP);
    -	else
    -		carry = 1;
    -
    -	/*
    -	 * we need 'if (carry==0 || result>=modulus) result-=modulus;'
    -	 * as comparison implies subtraction, we can write
    -	 * 'tmp=result-modulus; if (!carry || !borrow) result=tmp;'
    -	 * this is what happens below, but without explicit if:-) a.
    -	 */
    -	mask  = 0-(PTR_SIZE_INT)bn_sub_words(c_d,r_d,_nist_p_192[0],BN_NIST_192_TOP);
    -	mask &= 0-(PTR_SIZE_INT)carry;
    -	res   = c_d;
    -	res   = (BN_ULONG *)
    -	 (((PTR_SIZE_INT)res&~mask) | ((PTR_SIZE_INT)r_d&mask));
    -	nist_cp_bn(r_d, res, BN_NIST_192_TOP);
    -	r->top = BN_NIST_192_TOP;
    -	bn_correct_top(r);
    -
    -	return 1;
    -	}
    -
    -typedef BN_ULONG (*bn_addsub_f)(BN_ULONG *,const BN_ULONG *,const BN_ULONG *,int);
    +    if (carry > 0)
    +        carry =
    +            (int)bn_sub_words(r_d, r_d, _nist_p_192[carry - 1],
    +                              BN_NIST_192_TOP);
    +    else
    +        carry = 1;
    +
    +    /*
    +     * we need 'if (carry==0 || result>=modulus) result-=modulus;'
    +     * as comparison implies subtraction, we can write
    +     * 'tmp=result-modulus; if (!carry || !borrow) result=tmp;'
    +     * this is what happens below, but without explicit if:-) a.
    +     */
    +    mask =
    +        0 - (PTR_SIZE_INT) bn_sub_words(c_d, r_d, _nist_p_192[0],
    +                                        BN_NIST_192_TOP);
    +    mask &= 0 - (PTR_SIZE_INT) carry;
    +    res = c_d;
    +    res = (BN_ULONG *)
    +        (((PTR_SIZE_INT) res & ~mask) | ((PTR_SIZE_INT) r_d & mask));
    +    nist_cp_bn(r_d, res, BN_NIST_192_TOP);
    +    r->top = BN_NIST_192_TOP;
    +    bn_correct_top(r);
    +
    +    return 1;
    +}
    +
    +typedef BN_ULONG (*bn_addsub_f) (BN_ULONG *, const BN_ULONG *,
    +                                 const BN_ULONG *, int);
     
     #define nist_set_224(to, from, a1, a2, a3, a4, a5, a6, a7) \
    -	{ \
    -	bn_cp_32(to, 0, from, (a7) - 7) \
    -	bn_cp_32(to, 1, from, (a6) - 7) \
    -	bn_cp_32(to, 2, from, (a5) - 7) \
    -	bn_cp_32(to, 3, from, (a4) - 7) \
    -	bn_cp_32(to, 4, from, (a3) - 7) \
    -	bn_cp_32(to, 5, from, (a2) - 7) \
    -	bn_cp_32(to, 6, from, (a1) - 7) \
    -	}
    +        { \
    +        bn_cp_32(to, 0, from, (a7) - 7) \
    +        bn_cp_32(to, 1, from, (a6) - 7) \
    +        bn_cp_32(to, 2, from, (a5) - 7) \
    +        bn_cp_32(to, 3, from, (a4) - 7) \
    +        bn_cp_32(to, 4, from, (a3) - 7) \
    +        bn_cp_32(to, 5, from, (a2) - 7) \
    +        bn_cp_32(to, 6, from, (a1) - 7) \
    +        }
     
     int BN_nist_mod_224(BIGNUM *r, const BIGNUM *a, const BIGNUM *field,
    -	BN_CTX *ctx)
    -	{
    -	int	top = a->top, i;
    -	int	carry;
    -	BN_ULONG *r_d, *a_d = a->d;
    -	union	{
    -		BN_ULONG	bn[BN_NIST_224_TOP];
    -		unsigned int	ui[BN_NIST_224_TOP*sizeof(BN_ULONG)/sizeof(unsigned int)];
    -		} buf;
    -	BN_ULONG c_d[BN_NIST_224_TOP],
    -		*res;
    -	PTR_SIZE_INT mask;
    -	union { bn_addsub_f f; PTR_SIZE_INT p; } u;
    -	static const BIGNUM _bignum_nist_p_224_sqr = {
    -		(BN_ULONG *)_nist_p_224_sqr,
    -		sizeof(_nist_p_224_sqr)/sizeof(_nist_p_224_sqr[0]),
    -		sizeof(_nist_p_224_sqr)/sizeof(_nist_p_224_sqr[0]),
    -		0,BN_FLG_STATIC_DATA };
    -
    -
    -	field = &_bignum_nist_p_224; /* just to make sure */
    -
    - 	if (BN_is_negative(a) || BN_ucmp(a,&_bignum_nist_p_224_sqr)>=0)
    -		return BN_nnmod(r, a, field, ctx);
    -
    -	i = BN_ucmp(field, a);
    -	if (i == 0)
    -		{
    -		BN_zero(r);
    -		return 1;
    -		}
    -	else if (i > 0)
    -		return (r == a)? 1 : (BN_copy(r ,a) != NULL);
    -
    -	if (r != a)
    -		{
    -		if (!bn_wexpand(r, BN_NIST_224_TOP))
    -			return 0;
    -		r_d = r->d;
    -		nist_cp_bn(r_d, a_d, BN_NIST_224_TOP);
    -		}
    -	else
    -		r_d = a_d;
    +                    BN_CTX *ctx)
    +{
    +    int top = a->top, i;
    +    int carry;
    +    BN_ULONG *r_d, *a_d = a->d;
    +    union {
    +        BN_ULONG bn[BN_NIST_224_TOP];
    +        unsigned int ui[BN_NIST_224_TOP * sizeof(BN_ULONG) /
    +                        sizeof(unsigned int)];
    +    } buf;
    +    BN_ULONG c_d[BN_NIST_224_TOP], *res;
    +    PTR_SIZE_INT mask;
    +    union {
    +        bn_addsub_f f;
    +        PTR_SIZE_INT p;
    +    } u;
    +    static const BIGNUM _bignum_nist_p_224_sqr = {
    +        (BN_ULONG *)_nist_p_224_sqr,
    +        sizeof(_nist_p_224_sqr) / sizeof(_nist_p_224_sqr[0]),
    +        sizeof(_nist_p_224_sqr) / sizeof(_nist_p_224_sqr[0]),
    +        0, BN_FLG_STATIC_DATA
    +    };
    +
    +    field = &_bignum_nist_p_224; /* just to make sure */
    +
    +    if (BN_is_negative(a) || BN_ucmp(a, &_bignum_nist_p_224_sqr) >= 0)
    +        return BN_nnmod(r, a, field, ctx);
    +
    +    i = BN_ucmp(field, a);
    +    if (i == 0) {
    +        BN_zero(r);
    +        return 1;
    +    } else if (i > 0)
    +        return (r == a) ? 1 : (BN_copy(r, a) != NULL);
    +
    +    if (r != a) {
    +        if (!bn_wexpand(r, BN_NIST_224_TOP))
    +            return 0;
    +        r_d = r->d;
    +        nist_cp_bn(r_d, a_d, BN_NIST_224_TOP);
    +    } else
    +        r_d = a_d;
     
     #if BN_BITS2==64
    -	/* copy upper 256 bits of 448 bit number ... */
    -	nist_cp_bn_0(c_d, a_d + (BN_NIST_224_TOP-1), top - (BN_NIST_224_TOP-1), BN_NIST_224_TOP);
    -	/* ... and right shift by 32 to obtain upper 224 bits */
    -	nist_set_224(buf.bn, c_d, 14, 13, 12, 11, 10, 9, 8);
    -	/* truncate lower part to 224 bits too */
    -	r_d[BN_NIST_224_TOP-1] &= BN_MASK2l;
    +    /* copy upper 256 bits of 448 bit number ... */
    +    nist_cp_bn_0(c_d, a_d + (BN_NIST_224_TOP - 1),
    +                 top - (BN_NIST_224_TOP - 1), BN_NIST_224_TOP);
    +    /* ... and right shift by 32 to obtain upper 224 bits */
    +    nist_set_224(buf.bn, c_d, 14, 13, 12, 11, 10, 9, 8);
    +    /* truncate lower part to 224 bits too */
    +    r_d[BN_NIST_224_TOP - 1] &= BN_MASK2l;
     #else
    -	nist_cp_bn_0(buf.bn, a_d + BN_NIST_224_TOP, top - BN_NIST_224_TOP, BN_NIST_224_TOP);
    +    nist_cp_bn_0(buf.bn, a_d + BN_NIST_224_TOP, top - BN_NIST_224_TOP,
    +                 BN_NIST_224_TOP);
     #endif
     
     #if defined(NIST_INT64) && BN_BITS2!=64
    -	{
    -	NIST_INT64		acc;	/* accumulator */
    -	unsigned int		*rp=(unsigned int *)r_d;
    -	const unsigned int	*bp=(const unsigned int *)buf.ui;
    -
    -	acc  = rp[0];	acc -= bp[7-7];
    -			acc -= bp[11-7]; rp[0] = (unsigned int)acc; acc >>= 32;
    -
    -	acc += rp[1];	acc -= bp[8-7];
    -			acc -= bp[12-7]; rp[1] = (unsigned int)acc; acc >>= 32;
    -
    -	acc += rp[2];	acc -= bp[9-7];
    -			acc -= bp[13-7]; rp[2] = (unsigned int)acc; acc >>= 32;
    -
    -	acc += rp[3];	acc += bp[7-7];
    -			acc += bp[11-7];
    -			acc -= bp[10-7]; rp[3] = (unsigned int)acc; acc>>= 32;
    -
    -	acc += rp[4];	acc += bp[8-7];
    -			acc += bp[12-7];
    -			acc -= bp[11-7]; rp[4] = (unsigned int)acc; acc >>= 32;
    -
    -	acc += rp[5];	acc += bp[9-7];
    -			acc += bp[13-7];
    -			acc -= bp[12-7]; rp[5] = (unsigned int)acc; acc >>= 32;
    -
    -	acc += rp[6];	acc += bp[10-7];
    -			acc -= bp[13-7]; rp[6] = (unsigned int)acc;
    -
    -	carry = (int)(acc>>32);
    +    {
    +        NIST_INT64 acc;         /* accumulator */
    +        unsigned int *rp = (unsigned int *)r_d;
    +        const unsigned int *bp = (const unsigned int *)buf.ui;
    +
    +        acc = rp[0];
    +        acc -= bp[7 - 7];
    +        acc -= bp[11 - 7];
    +        rp[0] = (unsigned int)acc;
    +        acc >>= 32;
    +
    +        acc += rp[1];
    +        acc -= bp[8 - 7];
    +        acc -= bp[12 - 7];
    +        rp[1] = (unsigned int)acc;
    +        acc >>= 32;
    +
    +        acc += rp[2];
    +        acc -= bp[9 - 7];
    +        acc -= bp[13 - 7];
    +        rp[2] = (unsigned int)acc;
    +        acc >>= 32;
    +
    +        acc += rp[3];
    +        acc += bp[7 - 7];
    +        acc += bp[11 - 7];
    +        acc -= bp[10 - 7];
    +        rp[3] = (unsigned int)acc;
    +        acc >>= 32;
    +
    +        acc += rp[4];
    +        acc += bp[8 - 7];
    +        acc += bp[12 - 7];
    +        acc -= bp[11 - 7];
    +        rp[4] = (unsigned int)acc;
    +        acc >>= 32;
    +
    +        acc += rp[5];
    +        acc += bp[9 - 7];
    +        acc += bp[13 - 7];
    +        acc -= bp[12 - 7];
    +        rp[5] = (unsigned int)acc;
    +        acc >>= 32;
    +
    +        acc += rp[6];
    +        acc += bp[10 - 7];
    +        acc -= bp[13 - 7];
    +        rp[6] = (unsigned int)acc;
    +
    +        carry = (int)(acc >> 32);
     # if BN_BITS2==64
    -	rp[7] = carry;
    +        rp[7] = carry;
     # endif
    -	}	
    +    }
     #else
    -	{
    -	BN_ULONG t_d[BN_NIST_224_TOP];
    -
    -	nist_set_224(t_d, buf.bn, 10, 9, 8, 7, 0, 0, 0);
    -	carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_224_TOP);
    -	nist_set_224(t_d, buf.bn, 0, 13, 12, 11, 0, 0, 0);
    -	carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_224_TOP);
    -	nist_set_224(t_d, buf.bn, 13, 12, 11, 10, 9, 8, 7);
    -	carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP);
    -	nist_set_224(t_d, buf.bn, 0, 0, 0, 0, 13, 12, 11);
    -	carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP);
    +    {
    +        BN_ULONG t_d[BN_NIST_224_TOP];
    +
    +        nist_set_224(t_d, buf.bn, 10, 9, 8, 7, 0, 0, 0);
    +        carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_224_TOP);
    +        nist_set_224(t_d, buf.bn, 0, 13, 12, 11, 0, 0, 0);
    +        carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_224_TOP);
    +        nist_set_224(t_d, buf.bn, 13, 12, 11, 10, 9, 8, 7);
    +        carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP);
    +        nist_set_224(t_d, buf.bn, 0, 0, 0, 0, 13, 12, 11);
    +        carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP);
     
    -#if BN_BITS2==64
    -	carry = (int)(r_d[BN_NIST_224_TOP-1]>>32);
    -#endif
    -	}
    +# if BN_BITS2==64
    +        carry = (int)(r_d[BN_NIST_224_TOP - 1] >> 32);
    +# endif
    +    }
     #endif
    -	u.f = bn_sub_words;
    -	if (carry > 0)
    -		{
    -		carry = (int)bn_sub_words(r_d,r_d,_nist_p_224[carry-1],BN_NIST_224_TOP);
    +    u.f = bn_sub_words;
    +    if (carry > 0) {
    +        carry =
    +            (int)bn_sub_words(r_d, r_d, _nist_p_224[carry - 1],
    +                              BN_NIST_224_TOP);
     #if BN_BITS2==64
    -		carry=(int)(~(r_d[BN_NIST_224_TOP-1]>>32))&1;
    +        carry = (int)(~(r_d[BN_NIST_224_TOP - 1] >> 32)) & 1;
     #endif
    -		}
    -	else if (carry < 0)
    -		{
    -		/* it's a bit more comlicated logic in this case.
    -		 * if bn_add_words yields no carry, then result
    -		 * has to be adjusted by unconditionally *adding*
    -		 * the modulus. but if it does, then result has
    -		 * to be compared to the modulus and conditionally
    -		 * adjusted by *subtracting* the latter. */
    -		carry = (int)bn_add_words(r_d,r_d,_nist_p_224[-carry-1],BN_NIST_224_TOP);
    -		mask = 0-(PTR_SIZE_INT)carry;
    -		u.p = ((PTR_SIZE_INT)bn_sub_words&mask) |
    -		 ((PTR_SIZE_INT)bn_add_words&~mask);
    -		}
    -	else
    -		carry = 1;
    -
    -	/* otherwise it's effectively same as in BN_nist_mod_192... */
    -	mask  = 0-(PTR_SIZE_INT)(*u.f)(c_d,r_d,_nist_p_224[0],BN_NIST_224_TOP);
    -	mask &= 0-(PTR_SIZE_INT)carry;
    -	res   = c_d;
    -	res   = (BN_ULONG *)(((PTR_SIZE_INT)res&~mask) |
    -	 ((PTR_SIZE_INT)r_d&mask));
    -	nist_cp_bn(r_d, res, BN_NIST_224_TOP);
    -	r->top = BN_NIST_224_TOP;
    -	bn_correct_top(r);
    -
    -	return 1;
    -	}
    +    } else if (carry < 0) {
    +        /*
    +         * it's a bit more comlicated logic in this case. if bn_add_words
    +         * yields no carry, then result has to be adjusted by unconditionally
    +         * *adding* the modulus. but if it does, then result has to be
    +         * compared to the modulus and conditionally adjusted by
    +         * *subtracting* the latter.
    +         */
    +        carry =
    +            (int)bn_add_words(r_d, r_d, _nist_p_224[-carry - 1],
    +                              BN_NIST_224_TOP);
    +        mask = 0 - (PTR_SIZE_INT) carry;
    +        u.p = ((PTR_SIZE_INT) bn_sub_words & mask) |
    +            ((PTR_SIZE_INT) bn_add_words & ~mask);
    +    } else
    +        carry = 1;
    +
    +    /* otherwise it's effectively same as in BN_nist_mod_192... */
    +    mask =
    +        0 - (PTR_SIZE_INT) (*u.f) (c_d, r_d, _nist_p_224[0], BN_NIST_224_TOP);
    +    mask &= 0 - (PTR_SIZE_INT) carry;
    +    res = c_d;
    +    res = (BN_ULONG *)(((PTR_SIZE_INT) res & ~mask) |
    +                       ((PTR_SIZE_INT) r_d & mask));
    +    nist_cp_bn(r_d, res, BN_NIST_224_TOP);
    +    r->top = BN_NIST_224_TOP;
    +    bn_correct_top(r);
    +
    +    return 1;
    +}
     
     #define nist_set_256(to, from, a1, a2, a3, a4, a5, a6, a7, a8) \
    -	{ \
    -	bn_cp_32(to, 0, from, (a8) - 8) \
    -	bn_cp_32(to, 1, from, (a7) - 8) \
    -	bn_cp_32(to, 2, from, (a6) - 8) \
    -	bn_cp_32(to, 3, from, (a5) - 8) \
    -	bn_cp_32(to, 4, from, (a4) - 8) \
    -	bn_cp_32(to, 5, from, (a3) - 8) \
    -	bn_cp_32(to, 6, from, (a2) - 8) \
    -	bn_cp_32(to, 7, from, (a1) - 8) \
    -	}
    +        { \
    +        bn_cp_32(to, 0, from, (a8) - 8) \
    +        bn_cp_32(to, 1, from, (a7) - 8) \
    +        bn_cp_32(to, 2, from, (a6) - 8) \
    +        bn_cp_32(to, 3, from, (a5) - 8) \
    +        bn_cp_32(to, 4, from, (a4) - 8) \
    +        bn_cp_32(to, 5, from, (a3) - 8) \
    +        bn_cp_32(to, 6, from, (a2) - 8) \
    +        bn_cp_32(to, 7, from, (a1) - 8) \
    +        }
     
     int BN_nist_mod_256(BIGNUM *r, const BIGNUM *a, const BIGNUM *field,
    -	BN_CTX *ctx)
    -	{
    -	int	i, top = a->top;
    -	int	carry = 0;
    -	register BN_ULONG *a_d = a->d, *r_d;
    -	union	{
    -		BN_ULONG bn[BN_NIST_256_TOP];
    -		unsigned int ui[BN_NIST_256_TOP*sizeof(BN_ULONG)/sizeof(unsigned int)];
    -		} buf;
    -	BN_ULONG c_d[BN_NIST_256_TOP],
    -		*res;
    -	PTR_SIZE_INT mask;
    -	union { bn_addsub_f f; PTR_SIZE_INT p; } u;
    -	static const BIGNUM _bignum_nist_p_256_sqr = {
    -		(BN_ULONG *)_nist_p_256_sqr,
    -		sizeof(_nist_p_256_sqr)/sizeof(_nist_p_256_sqr[0]),
    -		sizeof(_nist_p_256_sqr)/sizeof(_nist_p_256_sqr[0]),
    -		0,BN_FLG_STATIC_DATA };
    -
    -	field = &_bignum_nist_p_256; /* just to make sure */
    -
    - 	if (BN_is_negative(a) || BN_ucmp(a,&_bignum_nist_p_256_sqr)>=0)
    -		return BN_nnmod(r, a, field, ctx);
    -
    -	i = BN_ucmp(field, a);
    -	if (i == 0)
    -		{
    -		BN_zero(r);
    -		return 1;
    -		}
    -	else if (i > 0)
    -		return (r == a)? 1 : (BN_copy(r ,a) != NULL);
    -
    -	if (r != a)
    -		{
    -		if (!bn_wexpand(r, BN_NIST_256_TOP))
    -			return 0;
    -		r_d = r->d;
    -		nist_cp_bn(r_d, a_d, BN_NIST_256_TOP);
    -		}
    -	else
    -		r_d = a_d;
    -
    -	nist_cp_bn_0(buf.bn, a_d + BN_NIST_256_TOP, top - BN_NIST_256_TOP, BN_NIST_256_TOP);
    +                    BN_CTX *ctx)
    +{
    +    int i, top = a->top;
    +    int carry = 0;
    +    register BN_ULONG *a_d = a->d, *r_d;
    +    union {
    +        BN_ULONG bn[BN_NIST_256_TOP];
    +        unsigned int ui[BN_NIST_256_TOP * sizeof(BN_ULONG) /
    +                        sizeof(unsigned int)];
    +    } buf;
    +    BN_ULONG c_d[BN_NIST_256_TOP], *res;
    +    PTR_SIZE_INT mask;
    +    union {
    +        bn_addsub_f f;
    +        PTR_SIZE_INT p;
    +    } u;
    +    static const BIGNUM _bignum_nist_p_256_sqr = {
    +        (BN_ULONG *)_nist_p_256_sqr,
    +        sizeof(_nist_p_256_sqr) / sizeof(_nist_p_256_sqr[0]),
    +        sizeof(_nist_p_256_sqr) / sizeof(_nist_p_256_sqr[0]),
    +        0, BN_FLG_STATIC_DATA
    +    };
    +
    +    field = &_bignum_nist_p_256; /* just to make sure */
    +
    +    if (BN_is_negative(a) || BN_ucmp(a, &_bignum_nist_p_256_sqr) >= 0)
    +        return BN_nnmod(r, a, field, ctx);
    +
    +    i = BN_ucmp(field, a);
    +    if (i == 0) {
    +        BN_zero(r);
    +        return 1;
    +    } else if (i > 0)
    +        return (r == a) ? 1 : (BN_copy(r, a) != NULL);
    +
    +    if (r != a) {
    +        if (!bn_wexpand(r, BN_NIST_256_TOP))
    +            return 0;
    +        r_d = r->d;
    +        nist_cp_bn(r_d, a_d, BN_NIST_256_TOP);
    +    } else
    +        r_d = a_d;
    +
    +    nist_cp_bn_0(buf.bn, a_d + BN_NIST_256_TOP, top - BN_NIST_256_TOP,
    +                 BN_NIST_256_TOP);
     
     #if defined(NIST_INT64)
    -	{
    -	NIST_INT64		acc;	/* accumulator */
    -	unsigned int		*rp=(unsigned int *)r_d;
    -	const unsigned int	*bp=(const unsigned int *)buf.ui;
    -
    -	acc = rp[0];	acc += bp[8-8];
    -			acc += bp[9-8];
    -			acc -= bp[11-8];
    -			acc -= bp[12-8];
    -			acc -= bp[13-8];
    -			acc -= bp[14-8]; rp[0] = (unsigned int)acc; acc >>= 32;
    -
    -	acc += rp[1];	acc += bp[9-8];
    -			acc += bp[10-8];
    -			acc -= bp[12-8];
    -			acc -= bp[13-8];
    -			acc -= bp[14-8];
    -			acc -= bp[15-8]; rp[1] = (unsigned int)acc; acc >>= 32;
    -
    -	acc += rp[2];	acc += bp[10-8];
    -			acc += bp[11-8];
    -			acc -= bp[13-8];
    -			acc -= bp[14-8];
    -			acc -= bp[15-8]; rp[2] = (unsigned int)acc; acc >>= 32;
    -
    -	acc += rp[3];	acc += bp[11-8];
    -			acc += bp[11-8];
    -			acc += bp[12-8];
    -			acc += bp[12-8];
    -			acc += bp[13-8];
    -			acc -= bp[15-8];
    -			acc -= bp[8-8];
    -			acc -= bp[9-8];  rp[3] = (unsigned int)acc; acc >>= 32;
    -
    -	acc += rp[4];	acc += bp[12-8];
    -			acc += bp[12-8];
    -			acc += bp[13-8];
    -			acc += bp[13-8];
    -			acc += bp[14-8];
    -			acc -= bp[9-8];
    -			acc -= bp[10-8]; rp[4] = (unsigned int)acc; acc >>= 32;
    -
    -	acc += rp[5];	acc += bp[13-8];
    -			acc += bp[13-8];
    -			acc += bp[14-8];
    -			acc += bp[14-8];
    -			acc += bp[15-8];
    -			acc -= bp[10-8];
    -			acc -= bp[11-8]; rp[5] = (unsigned int)acc; acc >>= 32;
    -
    -	acc += rp[6];	acc += bp[14-8];
    -			acc += bp[14-8];
    -			acc += bp[15-8];
    -			acc += bp[15-8];
    -			acc += bp[14-8];
    -			acc += bp[13-8];
    -			acc -= bp[8-8];
    -			acc -= bp[9-8];  rp[6] = (unsigned int)acc; acc >>= 32;
    -
    -	acc += rp[7];	acc += bp[15-8];
    -			acc += bp[15-8];
    -			acc += bp[15-8];
    -			acc += bp[8 -8];
    -			acc -= bp[10-8];
    -			acc -= bp[11-8];
    -			acc -= bp[12-8];
    -			acc -= bp[13-8]; rp[7] = (unsigned int)acc;
    -
    -	carry = (int)(acc>>32);
    -	}
    +    {
    +        NIST_INT64 acc;         /* accumulator */
    +        unsigned int *rp = (unsigned int *)r_d;
    +        const unsigned int *bp = (const unsigned int *)buf.ui;
    +
    +        acc = rp[0];
    +        acc += bp[8 - 8];
    +        acc += bp[9 - 8];
    +        acc -= bp[11 - 8];
    +        acc -= bp[12 - 8];
    +        acc -= bp[13 - 8];
    +        acc -= bp[14 - 8];
    +        rp[0] = (unsigned int)acc;
    +        acc >>= 32;
    +
    +        acc += rp[1];
    +        acc += bp[9 - 8];
    +        acc += bp[10 - 8];
    +        acc -= bp[12 - 8];
    +        acc -= bp[13 - 8];
    +        acc -= bp[14 - 8];
    +        acc -= bp[15 - 8];
    +        rp[1] = (unsigned int)acc;
    +        acc >>= 32;
    +
    +        acc += rp[2];
    +        acc += bp[10 - 8];
    +        acc += bp[11 - 8];
    +        acc -= bp[13 - 8];
    +        acc -= bp[14 - 8];
    +        acc -= bp[15 - 8];
    +        rp[2] = (unsigned int)acc;
    +        acc >>= 32;
    +
    +        acc += rp[3];
    +        acc += bp[11 - 8];
    +        acc += bp[11 - 8];
    +        acc += bp[12 - 8];
    +        acc += bp[12 - 8];
    +        acc += bp[13 - 8];
    +        acc -= bp[15 - 8];
    +        acc -= bp[8 - 8];
    +        acc -= bp[9 - 8];
    +        rp[3] = (unsigned int)acc;
    +        acc >>= 32;
    +
    +        acc += rp[4];
    +        acc += bp[12 - 8];
    +        acc += bp[12 - 8];
    +        acc += bp[13 - 8];
    +        acc += bp[13 - 8];
    +        acc += bp[14 - 8];
    +        acc -= bp[9 - 8];
    +        acc -= bp[10 - 8];
    +        rp[4] = (unsigned int)acc;
    +        acc >>= 32;
    +
    +        acc += rp[5];
    +        acc += bp[13 - 8];
    +        acc += bp[13 - 8];
    +        acc += bp[14 - 8];
    +        acc += bp[14 - 8];
    +        acc += bp[15 - 8];
    +        acc -= bp[10 - 8];
    +        acc -= bp[11 - 8];
    +        rp[5] = (unsigned int)acc;
    +        acc >>= 32;
    +
    +        acc += rp[6];
    +        acc += bp[14 - 8];
    +        acc += bp[14 - 8];
    +        acc += bp[15 - 8];
    +        acc += bp[15 - 8];
    +        acc += bp[14 - 8];
    +        acc += bp[13 - 8];
    +        acc -= bp[8 - 8];
    +        acc -= bp[9 - 8];
    +        rp[6] = (unsigned int)acc;
    +        acc >>= 32;
    +
    +        acc += rp[7];
    +        acc += bp[15 - 8];
    +        acc += bp[15 - 8];
    +        acc += bp[15 - 8];
    +        acc += bp[8 - 8];
    +        acc -= bp[10 - 8];
    +        acc -= bp[11 - 8];
    +        acc -= bp[12 - 8];
    +        acc -= bp[13 - 8];
    +        rp[7] = (unsigned int)acc;
    +
    +        carry = (int)(acc >> 32);
    +    }
     #else
    -	{
    -	BN_ULONG t_d[BN_NIST_256_TOP];
    -
    -	/*S1*/
    -	nist_set_256(t_d, buf.bn, 15, 14, 13, 12, 11, 0, 0, 0);
    -	/*S2*/
    -	nist_set_256(c_d, buf.bn, 0, 15, 14, 13, 12, 0, 0, 0);
    -	carry = (int)bn_add_words(t_d, t_d, c_d, BN_NIST_256_TOP);
    -	/* left shift */
    -		{
    -		register BN_ULONG *ap,t,c;
    -		ap = t_d;
    -		c=0;
    -		for (i = BN_NIST_256_TOP; i != 0; --i)
    -			{
    -			t= *ap;
    -			*(ap++)=((t<<1)|c)&BN_MASK2;
    -			c=(t & BN_TBIT)?1:0;
    -			}
    -		carry <<= 1;
    -		carry  |= c;
    -		}
    -	carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_256_TOP);
    -	/*S3*/
    -	nist_set_256(t_d, buf.bn, 15, 14, 0, 0, 0, 10, 9, 8);
    -	carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_256_TOP);
    -	/*S4*/
    -	nist_set_256(t_d, buf.bn, 8, 13, 15, 14, 13, 11, 10, 9);
    -	carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_256_TOP);
    -	/*D1*/
    -	nist_set_256(t_d, buf.bn, 10, 8, 0, 0, 0, 13, 12, 11);
    -	carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
    -	/*D2*/
    -	nist_set_256(t_d, buf.bn, 11, 9, 0, 0, 15, 14, 13, 12);
    -	carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
    -	/*D3*/
    -	nist_set_256(t_d, buf.bn, 12, 0, 10, 9, 8, 15, 14, 13);
    -	carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
    -	/*D4*/
    -	nist_set_256(t_d, buf.bn, 13, 0, 11, 10, 9, 0, 15, 14);
    -	carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
    -
    -	}
    +    {
    +        BN_ULONG t_d[BN_NIST_256_TOP];
    +
    +        /*
    +         * S1
    +         */
    +        nist_set_256(t_d, buf.bn, 15, 14, 13, 12, 11, 0, 0, 0);
    +        /*
    +         * S2
    +         */
    +        nist_set_256(c_d, buf.bn, 0, 15, 14, 13, 12, 0, 0, 0);
    +        carry = (int)bn_add_words(t_d, t_d, c_d, BN_NIST_256_TOP);
    +        /* left shift */
    +        {
    +            register BN_ULONG *ap, t, c;
    +            ap = t_d;
    +            c = 0;
    +            for (i = BN_NIST_256_TOP; i != 0; --i) {
    +                t = *ap;
    +                *(ap++) = ((t << 1) | c) & BN_MASK2;
    +                c = (t & BN_TBIT) ? 1 : 0;
    +            }
    +            carry <<= 1;
    +            carry |= c;
    +        }
    +        carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_256_TOP);
    +        /*
    +         * S3
    +         */
    +        nist_set_256(t_d, buf.bn, 15, 14, 0, 0, 0, 10, 9, 8);
    +        carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_256_TOP);
    +        /*
    +         * S4
    +         */
    +        nist_set_256(t_d, buf.bn, 8, 13, 15, 14, 13, 11, 10, 9);
    +        carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_256_TOP);
    +        /*
    +         * D1
    +         */
    +        nist_set_256(t_d, buf.bn, 10, 8, 0, 0, 0, 13, 12, 11);
    +        carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
    +        /*
    +         * D2
    +         */
    +        nist_set_256(t_d, buf.bn, 11, 9, 0, 0, 15, 14, 13, 12);
    +        carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
    +        /*
    +         * D3
    +         */
    +        nist_set_256(t_d, buf.bn, 12, 0, 10, 9, 8, 15, 14, 13);
    +        carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
    +        /*
    +         * D4
    +         */
    +        nist_set_256(t_d, buf.bn, 13, 0, 11, 10, 9, 0, 15, 14);
    +        carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
    +
    +    }
     #endif
    -	/* see BN_nist_mod_224 for explanation */
    -	u.f = bn_sub_words;
    -	if (carry > 0)
    -		carry = (int)bn_sub_words(r_d,r_d,_nist_p_256[carry-1],BN_NIST_256_TOP);
    -	else if (carry < 0)
    -		{
    -		carry = (int)bn_add_words(r_d,r_d,_nist_p_256[-carry-1],BN_NIST_256_TOP);
    -		mask = 0-(PTR_SIZE_INT)carry;
    -		u.p = ((PTR_SIZE_INT)bn_sub_words&mask) |
    -		 ((PTR_SIZE_INT)bn_add_words&~mask);
    -		}
    -	else
    -		carry = 1;
    -
    -	mask  = 0-(PTR_SIZE_INT)(*u.f)(c_d,r_d,_nist_p_256[0],BN_NIST_256_TOP);
    -	mask &= 0-(PTR_SIZE_INT)carry;
    -	res   = c_d;
    -	res   = (BN_ULONG *)(((PTR_SIZE_INT)res&~mask) |
    -	 ((PTR_SIZE_INT)r_d&mask));
    -	nist_cp_bn(r_d, res, BN_NIST_256_TOP);
    -	r->top = BN_NIST_256_TOP;
    -	bn_correct_top(r);
    -
    -	return 1;
    -	}
    +    /* see BN_nist_mod_224 for explanation */
    +    u.f = bn_sub_words;
    +    if (carry > 0)
    +        carry =
    +            (int)bn_sub_words(r_d, r_d, _nist_p_256[carry - 1],
    +                              BN_NIST_256_TOP);
    +    else if (carry < 0) {
    +        carry =
    +            (int)bn_add_words(r_d, r_d, _nist_p_256[-carry - 1],
    +                              BN_NIST_256_TOP);
    +        mask = 0 - (PTR_SIZE_INT) carry;
    +        u.p = ((PTR_SIZE_INT) bn_sub_words & mask) |
    +            ((PTR_SIZE_INT) bn_add_words & ~mask);
    +    } else
    +        carry = 1;
    +
    +    mask =
    +        0 - (PTR_SIZE_INT) (*u.f) (c_d, r_d, _nist_p_256[0], BN_NIST_256_TOP);
    +    mask &= 0 - (PTR_SIZE_INT) carry;
    +    res = c_d;
    +    res = (BN_ULONG *)(((PTR_SIZE_INT) res & ~mask) |
    +                       ((PTR_SIZE_INT) r_d & mask));
    +    nist_cp_bn(r_d, res, BN_NIST_256_TOP);
    +    r->top = BN_NIST_256_TOP;
    +    bn_correct_top(r);
    +
    +    return 1;
    +}
     
     #define nist_set_384(to,from,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12) \
    -	{ \
    -	bn_cp_32(to, 0, from,  (a12) - 12) \
    -	bn_cp_32(to, 1, from,  (a11) - 12) \
    -	bn_cp_32(to, 2, from,  (a10) - 12) \
    -	bn_cp_32(to, 3, from,  (a9) - 12)  \
    -	bn_cp_32(to, 4, from,  (a8) - 12)  \
    -	bn_cp_32(to, 5, from,  (a7) - 12)  \
    -	bn_cp_32(to, 6, from,  (a6) - 12)  \
    -	bn_cp_32(to, 7, from,  (a5) - 12)  \
    -	bn_cp_32(to, 8, from,  (a4) - 12)  \
    -	bn_cp_32(to, 9, from,  (a3) - 12)  \
    -	bn_cp_32(to, 10, from, (a2) - 12)  \
    -	bn_cp_32(to, 11, from, (a1) - 12)  \
    -	}
    +        { \
    +        bn_cp_32(to, 0, from,  (a12) - 12) \
    +        bn_cp_32(to, 1, from,  (a11) - 12) \
    +        bn_cp_32(to, 2, from,  (a10) - 12) \
    +        bn_cp_32(to, 3, from,  (a9) - 12)  \
    +        bn_cp_32(to, 4, from,  (a8) - 12)  \
    +        bn_cp_32(to, 5, from,  (a7) - 12)  \
    +        bn_cp_32(to, 6, from,  (a6) - 12)  \
    +        bn_cp_32(to, 7, from,  (a5) - 12)  \
    +        bn_cp_32(to, 8, from,  (a4) - 12)  \
    +        bn_cp_32(to, 9, from,  (a3) - 12)  \
    +        bn_cp_32(to, 10, from, (a2) - 12)  \
    +        bn_cp_32(to, 11, from, (a1) - 12)  \
    +        }
     
     int BN_nist_mod_384(BIGNUM *r, const BIGNUM *a, const BIGNUM *field,
    -	BN_CTX *ctx)
    -	{
    -	int	i, top = a->top;
    -	int	carry = 0;
    -	register BN_ULONG *r_d, *a_d = a->d;
    -	union	{
    -		BN_ULONG bn[BN_NIST_384_TOP];
    -		unsigned int ui[BN_NIST_384_TOP*sizeof(BN_ULONG)/sizeof(unsigned int)];
    -		} buf;
    -	BN_ULONG c_d[BN_NIST_384_TOP],
    -		*res;
    -	PTR_SIZE_INT mask;
    -	union { bn_addsub_f f; PTR_SIZE_INT p; } u;
    -	static const BIGNUM _bignum_nist_p_384_sqr = {
    -		(BN_ULONG *)_nist_p_384_sqr,
    -		sizeof(_nist_p_384_sqr)/sizeof(_nist_p_384_sqr[0]),
    -		sizeof(_nist_p_384_sqr)/sizeof(_nist_p_384_sqr[0]),
    -		0,BN_FLG_STATIC_DATA };
    -
    -
    -	field = &_bignum_nist_p_384; /* just to make sure */
    -
    - 	if (BN_is_negative(a) || BN_ucmp(a,&_bignum_nist_p_384_sqr)>=0)
    -		return BN_nnmod(r, a, field, ctx);
    -
    -	i = BN_ucmp(field, a);
    -	if (i == 0)
    -		{
    -		BN_zero(r);
    -		return 1;
    -		}
    -	else if (i > 0)
    -		return (r == a)? 1 : (BN_copy(r ,a) != NULL);
    -
    -	if (r != a)
    -		{
    -		if (!bn_wexpand(r, BN_NIST_384_TOP))
    -			return 0;
    -		r_d = r->d;
    -		nist_cp_bn(r_d, a_d, BN_NIST_384_TOP);
    -		}
    -	else
    -		r_d = a_d;
    -
    -	nist_cp_bn_0(buf.bn, a_d + BN_NIST_384_TOP, top - BN_NIST_384_TOP, BN_NIST_384_TOP);
    +                    BN_CTX *ctx)
    +{
    +    int i, top = a->top;
    +    int carry = 0;
    +    register BN_ULONG *r_d, *a_d = a->d;
    +    union {
    +        BN_ULONG bn[BN_NIST_384_TOP];
    +        unsigned int ui[BN_NIST_384_TOP * sizeof(BN_ULONG) /
    +                        sizeof(unsigned int)];
    +    } buf;
    +    BN_ULONG c_d[BN_NIST_384_TOP], *res;
    +    PTR_SIZE_INT mask;
    +    union {
    +        bn_addsub_f f;
    +        PTR_SIZE_INT p;
    +    } u;
    +    static const BIGNUM _bignum_nist_p_384_sqr = {
    +        (BN_ULONG *)_nist_p_384_sqr,
    +        sizeof(_nist_p_384_sqr) / sizeof(_nist_p_384_sqr[0]),
    +        sizeof(_nist_p_384_sqr) / sizeof(_nist_p_384_sqr[0]),
    +        0, BN_FLG_STATIC_DATA
    +    };
    +
    +    field = &_bignum_nist_p_384; /* just to make sure */
    +
    +    if (BN_is_negative(a) || BN_ucmp(a, &_bignum_nist_p_384_sqr) >= 0)
    +        return BN_nnmod(r, a, field, ctx);
    +
    +    i = BN_ucmp(field, a);
    +    if (i == 0) {
    +        BN_zero(r);
    +        return 1;
    +    } else if (i > 0)
    +        return (r == a) ? 1 : (BN_copy(r, a) != NULL);
    +
    +    if (r != a) {
    +        if (!bn_wexpand(r, BN_NIST_384_TOP))
    +            return 0;
    +        r_d = r->d;
    +        nist_cp_bn(r_d, a_d, BN_NIST_384_TOP);
    +    } else
    +        r_d = a_d;
    +
    +    nist_cp_bn_0(buf.bn, a_d + BN_NIST_384_TOP, top - BN_NIST_384_TOP,
    +                 BN_NIST_384_TOP);
     
     #if defined(NIST_INT64)
    -	{
    -	NIST_INT64		acc;	/* accumulator */
    -	unsigned int		*rp=(unsigned int *)r_d;
    -	const unsigned int	*bp=(const unsigned int *)buf.ui;
    -
    -	acc = rp[0];	acc += bp[12-12];
    -			acc += bp[21-12];
    -			acc += bp[20-12];
    -			acc -= bp[23-12]; rp[0] = (unsigned int)acc; acc >>= 32;
    -
    -	acc += rp[1];	acc += bp[13-12];
    -			acc += bp[22-12];
    -			acc += bp[23-12];
    -			acc -= bp[12-12];
    -			acc -= bp[20-12]; rp[1] = (unsigned int)acc; acc >>= 32;
    -
    -	acc += rp[2];	acc += bp[14-12];
    -			acc += bp[23-12];
    -			acc -= bp[13-12];
    -			acc -= bp[21-12]; rp[2] = (unsigned int)acc; acc >>= 32;
    -
    -	acc += rp[3];	acc += bp[15-12];
    -			acc += bp[12-12];
    -			acc += bp[20-12];
    -			acc += bp[21-12];
    -			acc -= bp[14-12];
    -			acc -= bp[22-12];
    -			acc -= bp[23-12]; rp[3] = (unsigned int)acc; acc >>= 32;
    -
    -	acc += rp[4];	acc += bp[21-12];
    -			acc += bp[21-12];
    -			acc += bp[16-12];
    -			acc += bp[13-12];
    -			acc += bp[12-12];
    -			acc += bp[20-12];
    -			acc += bp[22-12];
    -			acc -= bp[15-12];
    -			acc -= bp[23-12];
    -			acc -= bp[23-12]; rp[4] = (unsigned int)acc; acc >>= 32;
    -
    -	acc += rp[5];	acc += bp[22-12];
    -			acc += bp[22-12];
    -			acc += bp[17-12];
    -			acc += bp[14-12];
    -			acc += bp[13-12];
    -			acc += bp[21-12];
    -			acc += bp[23-12];
    -			acc -= bp[16-12]; rp[5] = (unsigned int)acc; acc >>= 32;
    -			
    -	acc += rp[6];	acc += bp[23-12];
    -			acc += bp[23-12];
    -			acc += bp[18-12];
    -			acc += bp[15-12];
    -			acc += bp[14-12];
    -			acc += bp[22-12];
    -			acc -= bp[17-12]; rp[6] = (unsigned int)acc; acc >>= 32;
    -			
    -	acc += rp[7];	acc += bp[19-12];
    -			acc += bp[16-12];
    -			acc += bp[15-12];
    -			acc += bp[23-12];
    -			acc -= bp[18-12]; rp[7] = (unsigned int)acc; acc >>= 32;
    -			
    -	acc += rp[8];	acc += bp[20-12];
    -			acc += bp[17-12];
    -			acc += bp[16-12];
    -			acc -= bp[19-12]; rp[8] = (unsigned int)acc; acc >>= 32;
    -			
    -	acc += rp[9];	acc += bp[21-12];
    -			acc += bp[18-12];
    -			acc += bp[17-12];
    -			acc -= bp[20-12]; rp[9] = (unsigned int)acc; acc >>= 32;
    -			
    -	acc += rp[10];	acc += bp[22-12];
    -			acc += bp[19-12];
    -			acc += bp[18-12];
    -			acc -= bp[21-12]; rp[10] = (unsigned int)acc; acc >>= 32;
    -			
    -	acc += rp[11];	acc += bp[23-12];
    -			acc += bp[20-12];
    -			acc += bp[19-12];
    -			acc -= bp[22-12]; rp[11] = (unsigned int)acc;
    -
    -	carry = (int)(acc>>32);
    -	}
    +    {
    +        NIST_INT64 acc;         /* accumulator */
    +        unsigned int *rp = (unsigned int *)r_d;
    +        const unsigned int *bp = (const unsigned int *)buf.ui;
    +
    +        acc = rp[0];
    +        acc += bp[12 - 12];
    +        acc += bp[21 - 12];
    +        acc += bp[20 - 12];
    +        acc -= bp[23 - 12];
    +        rp[0] = (unsigned int)acc;
    +        acc >>= 32;
    +
    +        acc += rp[1];
    +        acc += bp[13 - 12];
    +        acc += bp[22 - 12];
    +        acc += bp[23 - 12];
    +        acc -= bp[12 - 12];
    +        acc -= bp[20 - 12];
    +        rp[1] = (unsigned int)acc;
    +        acc >>= 32;
    +
    +        acc += rp[2];
    +        acc += bp[14 - 12];
    +        acc += bp[23 - 12];
    +        acc -= bp[13 - 12];
    +        acc -= bp[21 - 12];
    +        rp[2] = (unsigned int)acc;
    +        acc >>= 32;
    +
    +        acc += rp[3];
    +        acc += bp[15 - 12];
    +        acc += bp[12 - 12];
    +        acc += bp[20 - 12];
    +        acc += bp[21 - 12];
    +        acc -= bp[14 - 12];
    +        acc -= bp[22 - 12];
    +        acc -= bp[23 - 12];
    +        rp[3] = (unsigned int)acc;
    +        acc >>= 32;
    +
    +        acc += rp[4];
    +        acc += bp[21 - 12];
    +        acc += bp[21 - 12];
    +        acc += bp[16 - 12];
    +        acc += bp[13 - 12];
    +        acc += bp[12 - 12];
    +        acc += bp[20 - 12];
    +        acc += bp[22 - 12];
    +        acc -= bp[15 - 12];
    +        acc -= bp[23 - 12];
    +        acc -= bp[23 - 12];
    +        rp[4] = (unsigned int)acc;
    +        acc >>= 32;
    +
    +        acc += rp[5];
    +        acc += bp[22 - 12];
    +        acc += bp[22 - 12];
    +        acc += bp[17 - 12];
    +        acc += bp[14 - 12];
    +        acc += bp[13 - 12];
    +        acc += bp[21 - 12];
    +        acc += bp[23 - 12];
    +        acc -= bp[16 - 12];
    +        rp[5] = (unsigned int)acc;
    +        acc >>= 32;
    +
    +        acc += rp[6];
    +        acc += bp[23 - 12];
    +        acc += bp[23 - 12];
    +        acc += bp[18 - 12];
    +        acc += bp[15 - 12];
    +        acc += bp[14 - 12];
    +        acc += bp[22 - 12];
    +        acc -= bp[17 - 12];
    +        rp[6] = (unsigned int)acc;
    +        acc >>= 32;
    +
    +        acc += rp[7];
    +        acc += bp[19 - 12];
    +        acc += bp[16 - 12];
    +        acc += bp[15 - 12];
    +        acc += bp[23 - 12];
    +        acc -= bp[18 - 12];
    +        rp[7] = (unsigned int)acc;
    +        acc >>= 32;
    +
    +        acc += rp[8];
    +        acc += bp[20 - 12];
    +        acc += bp[17 - 12];
    +        acc += bp[16 - 12];
    +        acc -= bp[19 - 12];
    +        rp[8] = (unsigned int)acc;
    +        acc >>= 32;
    +
    +        acc += rp[9];
    +        acc += bp[21 - 12];
    +        acc += bp[18 - 12];
    +        acc += bp[17 - 12];
    +        acc -= bp[20 - 12];
    +        rp[9] = (unsigned int)acc;
    +        acc >>= 32;
    +
    +        acc += rp[10];
    +        acc += bp[22 - 12];
    +        acc += bp[19 - 12];
    +        acc += bp[18 - 12];
    +        acc -= bp[21 - 12];
    +        rp[10] = (unsigned int)acc;
    +        acc >>= 32;
    +
    +        acc += rp[11];
    +        acc += bp[23 - 12];
    +        acc += bp[20 - 12];
    +        acc += bp[19 - 12];
    +        acc -= bp[22 - 12];
    +        rp[11] = (unsigned int)acc;
    +
    +        carry = (int)(acc >> 32);
    +    }
     #else
    -	{
    -	BN_ULONG t_d[BN_NIST_384_TOP];
    -
    -	/*S1*/
    -	nist_set_256(t_d, buf.bn, 0, 0, 0, 0, 0, 23-4, 22-4, 21-4);
    -		/* left shift */
    -		{
    -		register BN_ULONG *ap,t,c;
    -		ap = t_d;
    -		c=0;
    -		for (i = 3; i != 0; --i)
    -			{
    -			t= *ap;
    -			*(ap++)=((t<<1)|c)&BN_MASK2;
    -			c=(t & BN_TBIT)?1:0;
    -			}
    -		*ap=c;
    -		}
    -	carry = (int)bn_add_words(r_d+(128/BN_BITS2), r_d+(128/BN_BITS2), 
    -		t_d, BN_NIST_256_TOP);
    -	/*S2 */
    -	carry += (int)bn_add_words(r_d, r_d, buf.bn, BN_NIST_384_TOP);
    -	/*S3*/
    -	nist_set_384(t_d,buf.bn,20,19,18,17,16,15,14,13,12,23,22,21);
    -	carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_384_TOP);
    -	/*S4*/
    -	nist_set_384(t_d,buf.bn,19,18,17,16,15,14,13,12,20,0,23,0);
    -	carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_384_TOP);
    -	/*S5*/
    -	nist_set_384(t_d, buf.bn,0,0,0,0,23,22,21,20,0,0,0,0);
    -	carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_384_TOP);
    -	/*S6*/
    -	nist_set_384(t_d,buf.bn,0,0,0,0,0,0,23,22,21,0,0,20);
    -	carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_384_TOP);
    -	/*D1*/
    -	nist_set_384(t_d,buf.bn,22,21,20,19,18,17,16,15,14,13,12,23);
    -	carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_384_TOP);
    -	/*D2*/
    -	nist_set_384(t_d,buf.bn,0,0,0,0,0,0,0,23,22,21,20,0);
    -	carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_384_TOP);
    -	/*D3*/
    -	nist_set_384(t_d,buf.bn,0,0,0,0,0,0,0,23,23,0,0,0);
    -	carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_384_TOP);
    -
    -	}
    +    {
    +        BN_ULONG t_d[BN_NIST_384_TOP];
    +
    +        /*
    +         * S1
    +         */
    +        nist_set_256(t_d, buf.bn, 0, 0, 0, 0, 0, 23 - 4, 22 - 4, 21 - 4);
    +        /* left shift */
    +        {
    +            register BN_ULONG *ap, t, c;
    +            ap = t_d;
    +            c = 0;
    +            for (i = 3; i != 0; --i) {
    +                t = *ap;
    +                *(ap++) = ((t << 1) | c) & BN_MASK2;
    +                c = (t & BN_TBIT) ? 1 : 0;
    +            }
    +            *ap = c;
    +        }
    +        carry =
    +            (int)bn_add_words(r_d + (128 / BN_BITS2), r_d + (128 / BN_BITS2),
    +                              t_d, BN_NIST_256_TOP);
    +        /*
    +         * S2
    +         */
    +        carry += (int)bn_add_words(r_d, r_d, buf.bn, BN_NIST_384_TOP);
    +        /*
    +         * S3
    +         */
    +        nist_set_384(t_d, buf.bn, 20, 19, 18, 17, 16, 15, 14, 13, 12, 23, 22,
    +                     21);
    +        carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_384_TOP);
    +        /*
    +         * S4
    +         */
    +        nist_set_384(t_d, buf.bn, 19, 18, 17, 16, 15, 14, 13, 12, 20, 0, 23,
    +                     0);
    +        carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_384_TOP);
    +        /*
    +         * S5
    +         */
    +        nist_set_384(t_d, buf.bn, 0, 0, 0, 0, 23, 22, 21, 20, 0, 0, 0, 0);
    +        carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_384_TOP);
    +        /*
    +         * S6
    +         */
    +        nist_set_384(t_d, buf.bn, 0, 0, 0, 0, 0, 0, 23, 22, 21, 0, 0, 20);
    +        carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_384_TOP);
    +        /*
    +         * D1
    +         */
    +        nist_set_384(t_d, buf.bn, 22, 21, 20, 19, 18, 17, 16, 15, 14, 13, 12,
    +                     23);
    +        carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_384_TOP);
    +        /*
    +         * D2
    +         */
    +        nist_set_384(t_d, buf.bn, 0, 0, 0, 0, 0, 0, 0, 23, 22, 21, 20, 0);
    +        carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_384_TOP);
    +        /*
    +         * D3
    +         */
    +        nist_set_384(t_d, buf.bn, 0, 0, 0, 0, 0, 0, 0, 23, 23, 0, 0, 0);
    +        carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_384_TOP);
    +
    +    }
     #endif
    -	/* see BN_nist_mod_224 for explanation */
    -	u.f = bn_sub_words;
    -	if (carry > 0)
    -		carry = (int)bn_sub_words(r_d,r_d,_nist_p_384[carry-1],BN_NIST_384_TOP);
    -	else if (carry < 0)
    -		{
    -		carry = (int)bn_add_words(r_d,r_d,_nist_p_384[-carry-1],BN_NIST_384_TOP);
    -		mask = 0-(PTR_SIZE_INT)carry;
    -		u.p = ((PTR_SIZE_INT)bn_sub_words&mask) |
    -		 ((PTR_SIZE_INT)bn_add_words&~mask);
    -		}
    -	else
    -		carry = 1;
    -
    -	mask  = 0-(PTR_SIZE_INT)(*u.f)(c_d,r_d,_nist_p_384[0],BN_NIST_384_TOP);
    -	mask &= 0-(PTR_SIZE_INT)carry;
    -	res   = c_d;
    -	res   = (BN_ULONG *)(((PTR_SIZE_INT)res&~mask) |
    -	 ((PTR_SIZE_INT)r_d&mask));
    -	nist_cp_bn(r_d, res, BN_NIST_384_TOP);
    -	r->top = BN_NIST_384_TOP;
    -	bn_correct_top(r);
    -
    -	return 1;
    -	}
    -
    -#define BN_NIST_521_RSHIFT	(521%BN_BITS2)
    -#define BN_NIST_521_LSHIFT	(BN_BITS2-BN_NIST_521_RSHIFT)
    -#define BN_NIST_521_TOP_MASK	((BN_ULONG)BN_MASK2>>BN_NIST_521_LSHIFT)
    +    /* see BN_nist_mod_224 for explanation */
    +    u.f = bn_sub_words;
    +    if (carry > 0)
    +        carry =
    +            (int)bn_sub_words(r_d, r_d, _nist_p_384[carry - 1],
    +                              BN_NIST_384_TOP);
    +    else if (carry < 0) {
    +        carry =
    +            (int)bn_add_words(r_d, r_d, _nist_p_384[-carry - 1],
    +                              BN_NIST_384_TOP);
    +        mask = 0 - (PTR_SIZE_INT) carry;
    +        u.p = ((PTR_SIZE_INT) bn_sub_words & mask) |
    +            ((PTR_SIZE_INT) bn_add_words & ~mask);
    +    } else
    +        carry = 1;
    +
    +    mask =
    +        0 - (PTR_SIZE_INT) (*u.f) (c_d, r_d, _nist_p_384[0], BN_NIST_384_TOP);
    +    mask &= 0 - (PTR_SIZE_INT) carry;
    +    res = c_d;
    +    res = (BN_ULONG *)(((PTR_SIZE_INT) res & ~mask) |
    +                       ((PTR_SIZE_INT) r_d & mask));
    +    nist_cp_bn(r_d, res, BN_NIST_384_TOP);
    +    r->top = BN_NIST_384_TOP;
    +    bn_correct_top(r);
    +
    +    return 1;
    +}
    +
    +#define BN_NIST_521_RSHIFT      (521%BN_BITS2)
    +#define BN_NIST_521_LSHIFT      (BN_BITS2-BN_NIST_521_RSHIFT)
    +#define BN_NIST_521_TOP_MASK    ((BN_ULONG)BN_MASK2>>BN_NIST_521_LSHIFT)
     
     int BN_nist_mod_521(BIGNUM *r, const BIGNUM *a, const BIGNUM *field,
    -	BN_CTX *ctx)
    -	{
    -	int	top = a->top, i;
    -	BN_ULONG *r_d, *a_d = a->d,
    -		 t_d[BN_NIST_521_TOP],
    -		 val,tmp,*res;
    -	PTR_SIZE_INT mask;
    -	static const BIGNUM _bignum_nist_p_521_sqr = {
    -		(BN_ULONG *)_nist_p_521_sqr,
    -		sizeof(_nist_p_521_sqr)/sizeof(_nist_p_521_sqr[0]),
    -		sizeof(_nist_p_521_sqr)/sizeof(_nist_p_521_sqr[0]),
    -		0,BN_FLG_STATIC_DATA };
    -
    -	field = &_bignum_nist_p_521; /* just to make sure */
    -
    - 	if (BN_is_negative(a) || BN_ucmp(a,&_bignum_nist_p_521_sqr)>=0)
    -		return BN_nnmod(r, a, field, ctx);
    -
    -	i = BN_ucmp(field, a);
    -	if (i == 0)
    -		{
    -		BN_zero(r);
    -		return 1;
    -		}
    -	else if (i > 0)
    -		return (r == a)? 1 : (BN_copy(r ,a) != NULL);
    -
    -	if (r != a)
    -		{
    -		if (!bn_wexpand(r,BN_NIST_521_TOP))
    -			return 0;
    -		r_d = r->d;
    -		nist_cp_bn(r_d,a_d, BN_NIST_521_TOP);
    -		}
    -	else
    -		r_d = a_d;
    -
    -	/* upper 521 bits, copy ... */
    -	nist_cp_bn_0(t_d,a_d + (BN_NIST_521_TOP-1), top - (BN_NIST_521_TOP-1),BN_NIST_521_TOP);
    -	/* ... and right shift */
    -	for (val=t_d[0],i=0; i>BN_NIST_521_RSHIFT |
    -			  (tmp=t_d[i+1])<>BN_NIST_521_RSHIFT;
    -	/* lower 521 bits */
    -	r_d[i] &= BN_NIST_521_TOP_MASK;
    -
    -	bn_add_words(r_d,r_d,t_d,BN_NIST_521_TOP);
    -	mask = 0-(PTR_SIZE_INT)bn_sub_words(t_d,r_d,_nist_p_521,BN_NIST_521_TOP);
    -	res  = t_d;
    -	res  = (BN_ULONG *)(((PTR_SIZE_INT)res&~mask) |
    -	 ((PTR_SIZE_INT)r_d&mask));
    -	nist_cp_bn(r_d,res,BN_NIST_521_TOP);
    -	r->top = BN_NIST_521_TOP;
    -	bn_correct_top(r);
    -
    -	return 1;
    -	}
    +                    BN_CTX *ctx)
    +{
    +    int top = a->top, i;
    +    BN_ULONG *r_d, *a_d = a->d, t_d[BN_NIST_521_TOP], val, tmp, *res;
    +    PTR_SIZE_INT mask;
    +    static const BIGNUM _bignum_nist_p_521_sqr = {
    +        (BN_ULONG *)_nist_p_521_sqr,
    +        sizeof(_nist_p_521_sqr) / sizeof(_nist_p_521_sqr[0]),
    +        sizeof(_nist_p_521_sqr) / sizeof(_nist_p_521_sqr[0]),
    +        0, BN_FLG_STATIC_DATA
    +    };
    +
    +    field = &_bignum_nist_p_521; /* just to make sure */
    +
    +    if (BN_is_negative(a) || BN_ucmp(a, &_bignum_nist_p_521_sqr) >= 0)
    +        return BN_nnmod(r, a, field, ctx);
    +
    +    i = BN_ucmp(field, a);
    +    if (i == 0) {
    +        BN_zero(r);
    +        return 1;
    +    } else if (i > 0)
    +        return (r == a) ? 1 : (BN_copy(r, a) != NULL);
    +
    +    if (r != a) {
    +        if (!bn_wexpand(r, BN_NIST_521_TOP))
    +            return 0;
    +        r_d = r->d;
    +        nist_cp_bn(r_d, a_d, BN_NIST_521_TOP);
    +    } else
    +        r_d = a_d;
    +
    +    /* upper 521 bits, copy ... */
    +    nist_cp_bn_0(t_d, a_d + (BN_NIST_521_TOP - 1),
    +                 top - (BN_NIST_521_TOP - 1), BN_NIST_521_TOP);
    +    /* ... and right shift */
    +    for (val = t_d[0], i = 0; i < BN_NIST_521_TOP - 1; i++) {
    +        t_d[i] = (val >> BN_NIST_521_RSHIFT |
    +                  (tmp = t_d[i + 1]) << BN_NIST_521_LSHIFT) & BN_MASK2;
    +        val = tmp;
    +    }
    +    t_d[i] = val >> BN_NIST_521_RSHIFT;
    +    /* lower 521 bits */
    +    r_d[i] &= BN_NIST_521_TOP_MASK;
    +
    +    bn_add_words(r_d, r_d, t_d, BN_NIST_521_TOP);
    +    mask =
    +        0 - (PTR_SIZE_INT) bn_sub_words(t_d, r_d, _nist_p_521,
    +                                        BN_NIST_521_TOP);
    +    res = t_d;
    +    res = (BN_ULONG *)(((PTR_SIZE_INT) res & ~mask) |
    +                       ((PTR_SIZE_INT) r_d & mask));
    +    nist_cp_bn(r_d, res, BN_NIST_521_TOP);
    +    r->top = BN_NIST_521_TOP;
    +    bn_correct_top(r);
    +
    +    return 1;
    +}
    diff --git a/openssl/crypto/bn/bn_prime.c b/openssl/crypto/bn/bn_prime.c
    index 7b25979dd..1d256874c 100644
    --- a/openssl/crypto/bn/bn_prime.c
    +++ b/openssl/crypto/bn/bn_prime.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,7 +63,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -115,380 +115,401 @@
     #include "bn_lcl.h"
     #include 
     
    -/* NB: these functions have been "upgraded", the deprecated versions (which are
    - * compatibility wrappers using these functions) are in bn_depr.c.
    - * - Geoff
    +/*
    + * NB: these functions have been "upgraded", the deprecated versions (which
    + * are compatibility wrappers using these functions) are in bn_depr.c. -
    + * Geoff
      */
     
    -/* The quick sieve algorithm approach to weeding out primes is
    - * Philip Zimmermann's, as implemented in PGP.  I have had a read of
    - * his comments and implemented my own version.
    +/*
    + * The quick sieve algorithm approach to weeding out primes is Philip
    + * Zimmermann's, as implemented in PGP.  I have had a read of his comments
    + * and implemented my own version.
      */
     #include "bn_prime.h"
     
     static int witness(BIGNUM *w, const BIGNUM *a, const BIGNUM *a1,
    -	const BIGNUM *a1_odd, int k, BN_CTX *ctx, BN_MONT_CTX *mont);
    +                   const BIGNUM *a1_odd, int k, BN_CTX *ctx,
    +                   BN_MONT_CTX *mont);
     static int probable_prime(BIGNUM *rnd, int bits);
     static int probable_prime_dh(BIGNUM *rnd, int bits,
    -	const BIGNUM *add, const BIGNUM *rem, BN_CTX *ctx);
    -static int probable_prime_dh_safe(BIGNUM *rnd, int bits,
    -	const BIGNUM *add, const BIGNUM *rem, BN_CTX *ctx);
    +                             const BIGNUM *add, const BIGNUM *rem,
    +                             BN_CTX *ctx);
    +static int probable_prime_dh_safe(BIGNUM *rnd, int bits, const BIGNUM *add,
    +                                  const BIGNUM *rem, BN_CTX *ctx);
     
     int BN_GENCB_call(BN_GENCB *cb, int a, int b)
    -	{
    -	/* No callback means continue */
    -	if(!cb) return 1;
    -	switch(cb->ver)
    -		{
    -	case 1:
    -		/* Deprecated-style callbacks */
    -		if(!cb->cb.cb_1)
    -			return 1;
    -		cb->cb.cb_1(a, b, cb->arg);
    -		return 1;
    -	case 2:
    -		/* New-style callbacks */
    -		return cb->cb.cb_2(a, b, cb);
    -	default:
    -		break;
    -		}
    -	/* Unrecognised callback type */
    -	return 0;
    -	}
    +{
    +    /* No callback means continue */
    +    if (!cb)
    +        return 1;
    +    switch (cb->ver) {
    +    case 1:
    +        /* Deprecated-style callbacks */
    +        if (!cb->cb.cb_1)
    +            return 1;
    +        cb->cb.cb_1(a, b, cb->arg);
    +        return 1;
    +    case 2:
    +        /* New-style callbacks */
    +        return cb->cb.cb_2(a, b, cb);
    +    default:
    +        break;
    +    }
    +    /* Unrecognised callback type */
    +    return 0;
    +}
     
     int BN_generate_prime_ex(BIGNUM *ret, int bits, int safe,
    -	const BIGNUM *add, const BIGNUM *rem, BN_GENCB *cb)
    -	{
    -	BIGNUM *t;
    -	int found=0;
    -	int i,j,c1=0;
    -	BN_CTX *ctx;
    -	int checks = BN_prime_checks_for_size(bits);
    -
    -	ctx=BN_CTX_new();
    -	if (ctx == NULL) goto err;
    -	BN_CTX_start(ctx);
    -	t = BN_CTX_get(ctx);
    -	if(!t) goto err;
    -loop: 
    -	/* make a random number and set the top and bottom bits */
    -	if (add == NULL)
    -		{
    -		if (!probable_prime(ret,bits)) goto err;
    -		}
    -	else
    -		{
    -		if (safe)
    -			{
    -			if (!probable_prime_dh_safe(ret,bits,add,rem,ctx))
    -				 goto err;
    -			}
    -		else
    -			{
    -			if (!probable_prime_dh(ret,bits,add,rem,ctx))
    -				goto err;
    -			}
    -		}
    -	/* if (BN_mod_word(ret,(BN_ULONG)3) == 1) goto loop; */
    -	if(!BN_GENCB_call(cb, 0, c1++))
    -		/* aborted */
    -		goto err;
    -
    -	if (!safe)
    -		{
    -		i=BN_is_prime_fasttest_ex(ret,checks,ctx,0,cb);
    -		if (i == -1) goto err;
    -		if (i == 0) goto loop;
    -		}
    -	else
    -		{
    -		/* for "safe prime" generation,
    -		 * check that (p-1)/2 is prime.
    -		 * Since a prime is odd, We just
    -		 * need to divide by 2 */
    -		if (!BN_rshift1(t,ret)) goto err;
    -
    -		for (i=0; i a is prime if and only if a == 2 */
    -		return BN_is_word(a, 2);
    -	if (do_trial_division)
    -		{
    -		for (i = 1; i < NUMPRIMES; i++)
    -			if (BN_mod_word(a, primes[i]) == 0) 
    -				return 0;
    -		if(!BN_GENCB_call(cb, 1, -1))
    -			goto err;
    -		}
    -
    -	if (ctx_passed != NULL)
    -		ctx = ctx_passed;
    -	else
    -		if ((ctx=BN_CTX_new()) == NULL)
    -			goto err;
    -	BN_CTX_start(ctx);
    -
    -	/* A := abs(a) */
    -	if (a->neg)
    -		{
    -		BIGNUM *t;
    -		if ((t = BN_CTX_get(ctx)) == NULL) goto err;
    -		BN_copy(t, a);
    -		t->neg = 0;
    -		A = t;
    -		}
    -	else
    -		A = a;
    -	A1 = BN_CTX_get(ctx);
    -	A1_odd = BN_CTX_get(ctx);
    -	check = BN_CTX_get(ctx);
    -	if (check == NULL) goto err;
    -
    -	/* compute A1 := A - 1 */
    -	if (!BN_copy(A1, A))
    -		goto err;
    -	if (!BN_sub_word(A1, 1))
    -		goto err;
    -	if (BN_is_zero(A1))
    -		{
    -		ret = 0;
    -		goto err;
    -		}
    -
    -	/* write  A1  as  A1_odd * 2^k */
    -	k = 1;
    -	while (!BN_is_bit_set(A1, k))
    -		k++;
    -	if (!BN_rshift(A1_odd, A1, k))
    -		goto err;
    -
    -	/* Montgomery setup for computations mod A */
    -	mont = BN_MONT_CTX_new();
    -	if (mont == NULL)
    -		goto err;
    -	if (!BN_MONT_CTX_set(mont, A, ctx))
    -		goto err;
    -	
    -	for (i = 0; i < checks; i++)
    -		{
    -		if (!BN_pseudo_rand_range(check, A1))
    -			goto err;
    -		if (!BN_add_word(check, 1))
    -			goto err;
    -		/* now 1 <= check < A */
    -
    -		j = witness(check, A, A1, A1_odd, k, ctx, mont);
    -		if (j == -1) goto err;
    -		if (j)
    -			{
    -			ret=0;
    -			goto err;
    -			}
    -		if(!BN_GENCB_call(cb, 1, i))
    -			goto err;
    -		}
    -	ret=1;
    -err:
    -	if (ctx != NULL)
    -		{
    -		BN_CTX_end(ctx);
    -		if (ctx_passed == NULL)
    -			BN_CTX_free(ctx);
    -		}
    -	if (mont != NULL)
    -		BN_MONT_CTX_free(mont);
    -
    -	return(ret);
    -	}
    +                            int do_trial_division, BN_GENCB *cb)
    +{
    +    int i, j, ret = -1;
    +    int k;
    +    BN_CTX *ctx = NULL;
    +    BIGNUM *A1, *A1_odd, *check; /* taken from ctx */
    +    BN_MONT_CTX *mont = NULL;
    +    const BIGNUM *A = NULL;
    +
    +    if (BN_cmp(a, BN_value_one()) <= 0)
    +        return 0;
    +
    +    if (checks == BN_prime_checks)
    +        checks = BN_prime_checks_for_size(BN_num_bits(a));
    +
    +    /* first look for small factors */
    +    if (!BN_is_odd(a))
    +        /* a is even => a is prime if and only if a == 2 */
    +        return BN_is_word(a, 2);
    +    if (do_trial_division) {
    +        for (i = 1; i < NUMPRIMES; i++)
    +            if (BN_mod_word(a, primes[i]) == 0)
    +                return 0;
    +        if (!BN_GENCB_call(cb, 1, -1))
    +            goto err;
    +    }
    +
    +    if (ctx_passed != NULL)
    +        ctx = ctx_passed;
    +    else if ((ctx = BN_CTX_new()) == NULL)
    +        goto err;
    +    BN_CTX_start(ctx);
    +
    +    /* A := abs(a) */
    +    if (a->neg) {
    +        BIGNUM *t;
    +        if ((t = BN_CTX_get(ctx)) == NULL)
    +            goto err;
    +        BN_copy(t, a);
    +        t->neg = 0;
    +        A = t;
    +    } else
    +        A = a;
    +    A1 = BN_CTX_get(ctx);
    +    A1_odd = BN_CTX_get(ctx);
    +    check = BN_CTX_get(ctx);
    +    if (check == NULL)
    +        goto err;
    +
    +    /* compute A1 := A - 1 */
    +    if (!BN_copy(A1, A))
    +        goto err;
    +    if (!BN_sub_word(A1, 1))
    +        goto err;
    +    if (BN_is_zero(A1)) {
    +        ret = 0;
    +        goto err;
    +    }
    +
    +    /* write  A1  as  A1_odd * 2^k */
    +    k = 1;
    +    while (!BN_is_bit_set(A1, k))
    +        k++;
    +    if (!BN_rshift(A1_odd, A1, k))
    +        goto err;
    +
    +    /* Montgomery setup for computations mod A */
    +    mont = BN_MONT_CTX_new();
    +    if (mont == NULL)
    +        goto err;
    +    if (!BN_MONT_CTX_set(mont, A, ctx))
    +        goto err;
    +
    +    for (i = 0; i < checks; i++) {
    +        if (!BN_pseudo_rand_range(check, A1))
    +            goto err;
    +        if (!BN_add_word(check, 1))
    +            goto err;
    +        /* now 1 <= check < A */
    +
    +        j = witness(check, A, A1, A1_odd, k, ctx, mont);
    +        if (j == -1)
    +            goto err;
    +        if (j) {
    +            ret = 0;
    +            goto err;
    +        }
    +        if (!BN_GENCB_call(cb, 1, i))
    +            goto err;
    +    }
    +    ret = 1;
    + err:
    +    if (ctx != NULL) {
    +        BN_CTX_end(ctx);
    +        if (ctx_passed == NULL)
    +            BN_CTX_free(ctx);
    +    }
    +    if (mont != NULL)
    +        BN_MONT_CTX_free(mont);
    +
    +    return (ret);
    +}
     
     static int witness(BIGNUM *w, const BIGNUM *a, const BIGNUM *a1,
    -	const BIGNUM *a1_odd, int k, BN_CTX *ctx, BN_MONT_CTX *mont)
    -	{
    -	if (!BN_mod_exp_mont(w, w, a1_odd, a, ctx, mont)) /* w := w^a1_odd mod a */
    -		return -1;
    -	if (BN_is_one(w))
    -		return 0; /* probably prime */
    -	if (BN_cmp(w, a1) == 0)
    -		return 0; /* w == -1 (mod a),  'a' is probably prime */
    -	while (--k)
    -		{
    -		if (!BN_mod_mul(w, w, w, a, ctx)) /* w := w^2 mod a */
    -			return -1;
    -		if (BN_is_one(w))
    -			return 1; /* 'a' is composite, otherwise a previous 'w' would
    -			           * have been == -1 (mod 'a') */
    -		if (BN_cmp(w, a1) == 0)
    -			return 0; /* w == -1 (mod a), 'a' is probably prime */
    -		}
    -	/* If we get here, 'w' is the (a-1)/2-th power of the original 'w',
    -	 * and it is neither -1 nor +1 -- so 'a' cannot be prime */
    -	bn_check_top(w);
    -	return 1;
    -	}
    +                   const BIGNUM *a1_odd, int k, BN_CTX *ctx,
    +                   BN_MONT_CTX *mont)
    +{
    +    if (!BN_mod_exp_mont(w, w, a1_odd, a, ctx, mont)) /* w := w^a1_odd mod a */
    +        return -1;
    +    if (BN_is_one(w))
    +        return 0;               /* probably prime */
    +    if (BN_cmp(w, a1) == 0)
    +        return 0;               /* w == -1 (mod a), 'a' is probably prime */
    +    while (--k) {
    +        if (!BN_mod_mul(w, w, w, a, ctx)) /* w := w^2 mod a */
    +            return -1;
    +        if (BN_is_one(w))
    +            return 1;           /* 'a' is composite, otherwise a previous 'w'
    +                                 * would have been == -1 (mod 'a') */
    +        if (BN_cmp(w, a1) == 0)
    +            return 0;           /* w == -1 (mod a), 'a' is probably prime */
    +    }
    +    /*
    +     * If we get here, 'w' is the (a-1)/2-th power of the original 'w', and
    +     * it is neither -1 nor +1 -- so 'a' cannot be prime
    +     */
    +    bn_check_top(w);
    +    return 1;
    +}
     
     static int probable_prime(BIGNUM *rnd, int bits)
    -	{
    -	int i;
    -	prime_t mods[NUMPRIMES];
    -	BN_ULONG delta,maxdelta;
    -
    -again:
    -	if (!BN_rand(rnd,bits,1,1)) return(0);
    -	/* we now have a random number 'rand' to test. */
    -	for (i=1; i maxdelta) goto again;
    -			goto loop;
    -			}
    -		}
    -	if (!BN_add_word(rnd,delta)) return(0);
    -	bn_check_top(rnd);
    -	return(1);
    -	}
    +{
    +    int i;
    +    prime_t mods[NUMPRIMES];
    +    BN_ULONG delta, maxdelta;
    +
    + again:
    +    if (!BN_rand(rnd, bits, 1, 1))
    +        return (0);
    +    /* we now have a random number 'rand' to test. */
    +    for (i = 1; i < NUMPRIMES; i++)
    +        mods[i] = (prime_t) BN_mod_word(rnd, (BN_ULONG)primes[i]);
    +    maxdelta = BN_MASK2 - primes[NUMPRIMES - 1];
    +    delta = 0;
    + loop:for (i = 1; i < NUMPRIMES; i++) {
    +        /*
    +         * check that rnd is not a prime and also that gcd(rnd-1,primes) == 1
    +         * (except for 2)
    +         */
    +        if (((mods[i] + delta) % primes[i]) <= 1) {
    +            delta += 2;
    +            if (delta > maxdelta)
    +                goto again;
    +            goto loop;
    +        }
    +    }
    +    if (!BN_add_word(rnd, delta))
    +        return (0);
    +    bn_check_top(rnd);
    +    return (1);
    +}
     
     static int probable_prime_dh(BIGNUM *rnd, int bits,
    -	const BIGNUM *add, const BIGNUM *rem, BN_CTX *ctx)
    -	{
    -	int i,ret=0;
    -	BIGNUM *t1;
    -
    -	BN_CTX_start(ctx);
    -	if ((t1 = BN_CTX_get(ctx)) == NULL) goto err;
    -
    -	if (!BN_rand(rnd,bits,0,1)) goto err;
    -
    -	/* we need ((rnd-rem) % add) == 0 */
    -
    -	if (!BN_mod(t1,rnd,add,ctx)) goto err;
    -	if (!BN_sub(rnd,rnd,t1)) goto err;
    -	if (rem == NULL)
    -		{ if (!BN_add_word(rnd,1)) goto err; }
    -	else
    -		{ if (!BN_add(rnd,rnd,rem)) goto err; }
    -
    -	/* we now have a random number 'rand' to test. */
    -
    -	loop: for (i=1; i
     #include "bn_lcl.h"
     
    -static const char Hex[]="0123456789ABCDEF";
    +static const char Hex[] = "0123456789ABCDEF";
     
     /* Must 'OPENSSL_free' the returned data */
     char *BN_bn2hex(const BIGNUM *a)
    -	{
    -	int i,j,v,z=0;
    -	char *buf;
    -	char *p;
    -
    -	buf=(char *)OPENSSL_malloc(a->top*BN_BYTES*2+2);
    -	if (buf == NULL)
    -		{
    -		BNerr(BN_F_BN_BN2HEX,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -	p=buf;
    -	if (a->neg) *(p++)='-';
    -	if (BN_is_zero(a)) *(p++)='0';
    -	for (i=a->top-1; i >=0; i--)
    -		{
    -		for (j=BN_BITS2-8; j >= 0; j-=8)
    -			{
    -			/* strip leading zeros */
    -			v=((int)(a->d[i]>>(long)j))&0xff;
    -			if (z || (v != 0))
    -				{
    -				*(p++)=Hex[v>>4];
    -				*(p++)=Hex[v&0x0f];
    -				z=1;
    -				}
    -			}
    -		}
    -	*p='\0';
    -err:
    -	return(buf);
    -	}
    +{
    +    int i, j, v, z = 0;
    +    char *buf;
    +    char *p;
    +
    +    buf = (char *)OPENSSL_malloc(a->top * BN_BYTES * 2 + 2);
    +    if (buf == NULL) {
    +        BNerr(BN_F_BN_BN2HEX, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +    p = buf;
    +    if (a->neg)
    +        *(p++) = '-';
    +    if (BN_is_zero(a))
    +        *(p++) = '0';
    +    for (i = a->top - 1; i >= 0; i--) {
    +        for (j = BN_BITS2 - 8; j >= 0; j -= 8) {
    +            /* strip leading zeros */
    +            v = ((int)(a->d[i] >> (long)j)) & 0xff;
    +            if (z || (v != 0)) {
    +                *(p++) = Hex[v >> 4];
    +                *(p++) = Hex[v & 0x0f];
    +                z = 1;
    +            }
    +        }
    +    }
    +    *p = '\0';
    + err:
    +    return (buf);
    +}
     
     /* Must 'OPENSSL_free' the returned data */
     char *BN_bn2dec(const BIGNUM *a)
    -	{
    -	int i=0,num, ok = 0;
    -	char *buf=NULL;
    -	char *p;
    -	BIGNUM *t=NULL;
    -	BN_ULONG *bn_data=NULL,*lp;
    -
    -	/* get an upper bound for the length of the decimal integer
    -	 * num <= (BN_num_bits(a) + 1) * log(2)
    -	 *     <= 3 * BN_num_bits(a) * 0.1001 + log(2) + 1     (rounding error)
    -	 *     <= BN_num_bits(a)/10 + BN_num_bits/1000 + 1 + 1 
    -	 */
    -	i=BN_num_bits(a)*3;
    -	num=(i/10+i/1000+1)+1;
    -	bn_data=(BN_ULONG *)OPENSSL_malloc((num/BN_DEC_NUM+1)*sizeof(BN_ULONG));
    -	buf=(char *)OPENSSL_malloc(num+3);
    -	if ((buf == NULL) || (bn_data == NULL))
    -		{
    -		BNerr(BN_F_BN_BN2DEC,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -	if ((t=BN_dup(a)) == NULL) goto err;
    +{
    +    int i = 0, num, ok = 0;
    +    char *buf = NULL;
    +    char *p;
    +    BIGNUM *t = NULL;
    +    BN_ULONG *bn_data = NULL, *lp;
    +
    +    /*-
    +     * get an upper bound for the length of the decimal integer
    +     * num <= (BN_num_bits(a) + 1) * log(2)
    +     *     <= 3 * BN_num_bits(a) * 0.1001 + log(2) + 1     (rounding error)
    +     *     <= BN_num_bits(a)/10 + BN_num_bits/1000 + 1 + 1
    +     */
    +    i = BN_num_bits(a) * 3;
    +    num = (i / 10 + i / 1000 + 1) + 1;
    +    bn_data =
    +        (BN_ULONG *)OPENSSL_malloc((num / BN_DEC_NUM + 1) * sizeof(BN_ULONG));
    +    buf = (char *)OPENSSL_malloc(num + 3);
    +    if ((buf == NULL) || (bn_data == NULL)) {
    +        BNerr(BN_F_BN_BN2DEC, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +    if ((t = BN_dup(a)) == NULL)
    +        goto err;
     
     #define BUF_REMAIN (num+3 - (size_t)(p - buf))
    -	p=buf;
    -	lp=bn_data;
    -	if (BN_is_zero(t))
    -		{
    -		*(p++)='0';
    -		*(p++)='\0';
    -		}
    -	else
    -		{
    -		if (BN_is_negative(t))
    -			*p++ = '-';
    -
    -		i=0;
    -		while (!BN_is_zero(t))
    -			{
    -			*lp=BN_div_word(t,BN_DEC_CONV);
    -			lp++;
    -			}
    -		lp--;
    -		/* We now have a series of blocks, BN_DEC_NUM chars
    -		 * in length, where the last one needs truncation.
    -		 * The blocks need to be reversed in order. */
    -		BIO_snprintf(p,BUF_REMAIN,BN_DEC_FMT1,*lp);
    -		while (*p) p++;
    -		while (lp != bn_data)
    -			{
    -			lp--;
    -			BIO_snprintf(p,BUF_REMAIN,BN_DEC_FMT2,*lp);
    -			while (*p) p++;
    -			}
    -		}
    -	ok = 1;
    -err:
    -	if (bn_data != NULL) OPENSSL_free(bn_data);
    -	if (t != NULL) BN_free(t);
    -	if (!ok && buf)
    -		{
    -		OPENSSL_free(buf);
    -		buf = NULL;
    -		}
    -
    -	return(buf);
    -	}
    +    p = buf;
    +    lp = bn_data;
    +    if (BN_is_zero(t)) {
    +        *(p++) = '0';
    +        *(p++) = '\0';
    +    } else {
    +        if (BN_is_negative(t))
    +            *p++ = '-';
    +
    +        i = 0;
    +        while (!BN_is_zero(t)) {
    +            *lp = BN_div_word(t, BN_DEC_CONV);
    +            lp++;
    +        }
    +        lp--;
    +        /*
    +         * We now have a series of blocks, BN_DEC_NUM chars in length, where
    +         * the last one needs truncation. The blocks need to be reversed in
    +         * order.
    +         */
    +        BIO_snprintf(p, BUF_REMAIN, BN_DEC_FMT1, *lp);
    +        while (*p)
    +            p++;
    +        while (lp != bn_data) {
    +            lp--;
    +            BIO_snprintf(p, BUF_REMAIN, BN_DEC_FMT2, *lp);
    +            while (*p)
    +                p++;
    +        }
    +    }
    +    ok = 1;
    + err:
    +    if (bn_data != NULL)
    +        OPENSSL_free(bn_data);
    +    if (t != NULL)
    +        BN_free(t);
    +    if (!ok && buf) {
    +        OPENSSL_free(buf);
    +        buf = NULL;
    +    }
    +
    +    return (buf);
    +}
     
     int BN_hex2bn(BIGNUM **bn, const char *a)
    -	{
    -	BIGNUM *ret=NULL;
    -	BN_ULONG l=0;
    -	int neg=0,h,m,i,j,k,c;
    -	int num;
    -
    -	if ((a == NULL) || (*a == '\0')) return(0);
    -
    -	if (*a == '-') { neg=1; a++; }
    -
    -	for (i=0; isxdigit((unsigned char) a[i]); i++)
    -		;
    -
    -	num=i+neg;
    -	if (bn == NULL) return(num);
    -
    -	/* a is the start of the hex digits, and it is 'i' long */
    -	if (*bn == NULL)
    -		{
    -		if ((ret=BN_new()) == NULL) return(0);
    -		}
    -	else
    -		{
    -		ret= *bn;
    -		BN_zero(ret);
    -		}
    -
    -	/* i is the number of hex digests; */
    -	if (bn_expand(ret,i*4) == NULL) goto err;
    -
    -	j=i; /* least significant 'hex' */
    -	m=0;
    -	h=0;
    -	while (j > 0)
    -		{
    -		m=((BN_BYTES*2) <= j)?(BN_BYTES*2):j;
    -		l=0;
    -		for (;;)
    -			{
    -			c=a[j-m];
    -			if ((c >= '0') && (c <= '9')) k=c-'0';
    -			else if ((c >= 'a') && (c <= 'f')) k=c-'a'+10;
    -			else if ((c >= 'A') && (c <= 'F')) k=c-'A'+10;
    -			else k=0; /* paranoia */
    -			l=(l<<4)|k;
    -
    -			if (--m <= 0)
    -				{
    -				ret->d[h++]=l;
    -				break;
    -				}
    -			}
    -		j-=(BN_BYTES*2);
    -		}
    -	ret->top=h;
    -	bn_correct_top(ret);
    -	ret->neg=neg;
    -
    -	*bn=ret;
    -	bn_check_top(ret);
    -	return(num);
    -err:
    -	if (*bn == NULL) BN_free(ret);
    -	return(0);
    -	}
    +{
    +    BIGNUM *ret = NULL;
    +    BN_ULONG l = 0;
    +    int neg = 0, h, m, i, j, k, c;
    +    int num;
    +
    +    if ((a == NULL) || (*a == '\0'))
    +        return (0);
    +
    +    if (*a == '-') {
    +        neg = 1;
    +        a++;
    +    }
    +
    +    for (i = 0; isxdigit((unsigned char)a[i]); i++) ;
    +
    +    num = i + neg;
    +    if (bn == NULL)
    +        return (num);
    +
    +    /* a is the start of the hex digits, and it is 'i' long */
    +    if (*bn == NULL) {
    +        if ((ret = BN_new()) == NULL)
    +            return (0);
    +    } else {
    +        ret = *bn;
    +        BN_zero(ret);
    +    }
    +
    +    /* i is the number of hex digests; */
    +    if (bn_expand(ret, i * 4) == NULL)
    +        goto err;
    +
    +    j = i;                      /* least significant 'hex' */
    +    m = 0;
    +    h = 0;
    +    while (j > 0) {
    +        m = ((BN_BYTES * 2) <= j) ? (BN_BYTES * 2) : j;
    +        l = 0;
    +        for (;;) {
    +            c = a[j - m];
    +            if ((c >= '0') && (c <= '9'))
    +                k = c - '0';
    +            else if ((c >= 'a') && (c <= 'f'))
    +                k = c - 'a' + 10;
    +            else if ((c >= 'A') && (c <= 'F'))
    +                k = c - 'A' + 10;
    +            else
    +                k = 0;          /* paranoia */
    +            l = (l << 4) | k;
    +
    +            if (--m <= 0) {
    +                ret->d[h++] = l;
    +                break;
    +            }
    +        }
    +        j -= (BN_BYTES * 2);
    +    }
    +    ret->top = h;
    +    bn_correct_top(ret);
    +    ret->neg = neg;
    +
    +    *bn = ret;
    +    bn_check_top(ret);
    +    return (num);
    + err:
    +    if (*bn == NULL)
    +        BN_free(ret);
    +    return (0);
    +}
     
     int BN_dec2bn(BIGNUM **bn, const char *a)
    -	{
    -	BIGNUM *ret=NULL;
    -	BN_ULONG l=0;
    -	int neg=0,i,j;
    -	int num;
    -
    -	if ((a == NULL) || (*a == '\0')) return(0);
    -	if (*a == '-') { neg=1; a++; }
    -
    -	for (i=0; isdigit((unsigned char) a[i]); i++)
    -		;
    -
    -	num=i+neg;
    -	if (bn == NULL) return(num);
    -
    -	/* a is the start of the digits, and it is 'i' long.
    -	 * We chop it into BN_DEC_NUM digits at a time */
    -	if (*bn == NULL)
    -		{
    -		if ((ret=BN_new()) == NULL) return(0);
    -		}
    -	else
    -		{
    -		ret= *bn;
    -		BN_zero(ret);
    -		}
    -
    -	/* i is the number of digests, a bit of an over expand; */
    -	if (bn_expand(ret,i*4) == NULL) goto err;
    -
    -	j=BN_DEC_NUM-(i%BN_DEC_NUM);
    -	if (j == BN_DEC_NUM) j=0;
    -	l=0;
    -	while (*a)
    -		{
    -		l*=10;
    -		l+= *a-'0';
    -		a++;
    -		if (++j == BN_DEC_NUM)
    -			{
    -			BN_mul_word(ret,BN_DEC_CONV);
    -			BN_add_word(ret,l);
    -			l=0;
    -			j=0;
    -			}
    -		}
    -	ret->neg=neg;
    -
    -	bn_correct_top(ret);
    -	*bn=ret;
    -	bn_check_top(ret);
    -	return(num);
    -err:
    -	if (*bn == NULL) BN_free(ret);
    -	return(0);
    -	}
    +{
    +    BIGNUM *ret = NULL;
    +    BN_ULONG l = 0;
    +    int neg = 0, i, j;
    +    int num;
    +
    +    if ((a == NULL) || (*a == '\0'))
    +        return (0);
    +    if (*a == '-') {
    +        neg = 1;
    +        a++;
    +    }
    +
    +    for (i = 0; isdigit((unsigned char)a[i]); i++) ;
    +
    +    num = i + neg;
    +    if (bn == NULL)
    +        return (num);
    +
    +    /*
    +     * a is the start of the digits, and it is 'i' long. We chop it into
    +     * BN_DEC_NUM digits at a time
    +     */
    +    if (*bn == NULL) {
    +        if ((ret = BN_new()) == NULL)
    +            return (0);
    +    } else {
    +        ret = *bn;
    +        BN_zero(ret);
    +    }
    +
    +    /* i is the number of digests, a bit of an over expand; */
    +    if (bn_expand(ret, i * 4) == NULL)
    +        goto err;
    +
    +    j = BN_DEC_NUM - (i % BN_DEC_NUM);
    +    if (j == BN_DEC_NUM)
    +        j = 0;
    +    l = 0;
    +    while (*a) {
    +        l *= 10;
    +        l += *a - '0';
    +        a++;
    +        if (++j == BN_DEC_NUM) {
    +            BN_mul_word(ret, BN_DEC_CONV);
    +            BN_add_word(ret, l);
    +            l = 0;
    +            j = 0;
    +        }
    +    }
    +    ret->neg = neg;
    +
    +    bn_correct_top(ret);
    +    *bn = ret;
    +    bn_check_top(ret);
    +    return (num);
    + err:
    +    if (*bn == NULL)
    +        BN_free(ret);
    +    return (0);
    +}
     
     int BN_asc2bn(BIGNUM **bn, const char *a)
    -	{
    -	const char *p = a;
    -	if (*p == '-')
    -		p++;
    -
    -	if (p[0] == '0' && (p[1] == 'X' || p[1] == 'x'))
    -		{		
    -		if (!BN_hex2bn(bn, p + 2))
    -			return 0;
    -		}
    -	else
    -		{
    -		if (!BN_dec2bn(bn, p))
    -			return 0;
    -		}
    -	if (*a == '-')
    -		(*bn)->neg = 1;
    -	return 1;
    -	}
    +{
    +    const char *p = a;
    +    if (*p == '-')
    +        p++;
    +
    +    if (p[0] == '0' && (p[1] == 'X' || p[1] == 'x')) {
    +        if (!BN_hex2bn(bn, p + 2))
    +            return 0;
    +    } else {
    +        if (!BN_dec2bn(bn, p))
    +            return 0;
    +    }
    +    if (*a == '-')
    +        (*bn)->neg = 1;
    +    return 1;
    +}
     
     #ifndef OPENSSL_NO_BIO
    -#ifndef OPENSSL_NO_FP_API
    +# ifndef OPENSSL_NO_FP_API
     int BN_print_fp(FILE *fp, const BIGNUM *a)
    -	{
    -	BIO *b;
    -	int ret;
    -
    -	if ((b=BIO_new(BIO_s_file())) == NULL)
    -		return(0);
    -	BIO_set_fp(b,fp,BIO_NOCLOSE);
    -	ret=BN_print(b,a);
    -	BIO_free(b);
    -	return(ret);
    -	}
    -#endif
    +{
    +    BIO *b;
    +    int ret;
    +
    +    if ((b = BIO_new(BIO_s_file())) == NULL)
    +        return (0);
    +    BIO_set_fp(b, fp, BIO_NOCLOSE);
    +    ret = BN_print(b, a);
    +    BIO_free(b);
    +    return (ret);
    +}
    +# endif
     
     int BN_print(BIO *bp, const BIGNUM *a)
    -	{
    -	int i,j,v,z=0;
    -	int ret=0;
    -
    -	if ((a->neg) && (BIO_write(bp,"-",1) != 1)) goto end;
    -	if (BN_is_zero(a) && (BIO_write(bp,"0",1) != 1)) goto end;
    -	for (i=a->top-1; i >=0; i--)
    -		{
    -		for (j=BN_BITS2-4; j >= 0; j-=4)
    -			{
    -			/* strip leading zeros */
    -			v=((int)(a->d[i]>>(long)j))&0x0f;
    -			if (z || (v != 0))
    -				{
    -				if (BIO_write(bp,&(Hex[v]),1) != 1)
    -					goto end;
    -				z=1;
    -				}
    -			}
    -		}
    -	ret=1;
    -end:
    -	return(ret);
    -	}
    +{
    +    int i, j, v, z = 0;
    +    int ret = 0;
    +
    +    if ((a->neg) && (BIO_write(bp, "-", 1) != 1))
    +        goto end;
    +    if (BN_is_zero(a) && (BIO_write(bp, "0", 1) != 1))
    +        goto end;
    +    for (i = a->top - 1; i >= 0; i--) {
    +        for (j = BN_BITS2 - 4; j >= 0; j -= 4) {
    +            /* strip leading zeros */
    +            v = ((int)(a->d[i] >> (long)j)) & 0x0f;
    +            if (z || (v != 0)) {
    +                if (BIO_write(bp, &(Hex[v]), 1) != 1)
    +                    goto end;
    +                z = 1;
    +            }
    +        }
    +    }
    +    ret = 1;
    + end:
    +    return (ret);
    +}
     #endif
     
     char *BN_options(void)
    -	{
    -	static int init=0;
    -	static char data[16];
    +{
    +    static int init = 0;
    +    static char data[16];
     
    -	if (!init)
    -		{
    -		init++;
    +    if (!init) {
    +        init++;
     #ifdef BN_LLONG
    -		BIO_snprintf(data,sizeof data,"bn(%d,%d)",
    -			     (int)sizeof(BN_ULLONG)*8,(int)sizeof(BN_ULONG)*8);
    +        BIO_snprintf(data, sizeof data, "bn(%d,%d)",
    +                     (int)sizeof(BN_ULLONG) * 8, (int)sizeof(BN_ULONG) * 8);
     #else
    -		BIO_snprintf(data,sizeof data,"bn(%d,%d)",
    -			     (int)sizeof(BN_ULONG)*8,(int)sizeof(BN_ULONG)*8);
    +        BIO_snprintf(data, sizeof data, "bn(%d,%d)",
    +                     (int)sizeof(BN_ULONG) * 8, (int)sizeof(BN_ULONG) * 8);
     #endif
    -		}
    -	return(data);
    -	}
    +    }
    +    return (data);
    +}
    diff --git a/openssl/crypto/bn/bn_rand.c b/openssl/crypto/bn/bn_rand.c
    index b376c28ff..7ac71ec8e 100644
    --- a/openssl/crypto/bn/bn_rand.c
    +++ b/openssl/crypto/bn/bn_rand.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,7 +63,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -116,190 +116,174 @@
     #include 
     
     static int bnrand(int pseudorand, BIGNUM *rnd, int bits, int top, int bottom)
    -	{
    -	unsigned char *buf=NULL;
    -	int ret=0,bit,bytes,mask;
    -	time_t tim;
    +{
    +    unsigned char *buf = NULL;
    +    int ret = 0, bit, bytes, mask;
    +    time_t tim;
     
    -	if (bits == 0)
    -		{
    -		BN_zero(rnd);
    -		return 1;
    -		}
    +    if (bits == 0) {
    +        BN_zero(rnd);
    +        return 1;
    +    }
     
    -	bytes=(bits+7)/8;
    -	bit=(bits-1)%8;
    -	mask=0xff<<(bit+1);
    +    bytes = (bits + 7) / 8;
    +    bit = (bits - 1) % 8;
    +    mask = 0xff << (bit + 1);
     
    -	buf=(unsigned char *)OPENSSL_malloc(bytes);
    -	if (buf == NULL)
    -		{
    -		BNerr(BN_F_BNRAND,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    +    buf = (unsigned char *)OPENSSL_malloc(bytes);
    +    if (buf == NULL) {
    +        BNerr(BN_F_BNRAND, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
     
    -	/* make a random number and set the top and bottom bits */
    -	time(&tim);
    -	RAND_add(&tim,sizeof(tim),0.0);
    +    /* make a random number and set the top and bottom bits */
    +    time(&tim);
    +    RAND_add(&tim, sizeof(tim), 0.0);
     
    -	if (pseudorand)
    -		{
    -		if (RAND_pseudo_bytes(buf, bytes) == -1)
    -			goto err;
    -		}
    -	else
    -		{
    -		if (RAND_bytes(buf, bytes) <= 0)
    -			goto err;
    -		}
    +    if (pseudorand) {
    +        if (RAND_pseudo_bytes(buf, bytes) == -1)
    +            goto err;
    +    } else {
    +        if (RAND_bytes(buf, bytes) <= 0)
    +            goto err;
    +    }
     
     #if 1
    -	if (pseudorand == 2)
    -		{
    -		/* generate patterns that are more likely to trigger BN
    -		   library bugs */
    -		int i;
    -		unsigned char c;
    +    if (pseudorand == 2) {
    +        /*
    +         * generate patterns that are more likely to trigger BN library bugs
    +         */
    +        int i;
    +        unsigned char c;
     
    -		for (i = 0; i < bytes; i++)
    -			{
    -			RAND_pseudo_bytes(&c, 1);
    -			if (c >= 128 && i > 0)
    -				buf[i] = buf[i-1];
    -			else if (c < 42)
    -				buf[i] = 0;
    -			else if (c < 84)
    -				buf[i] = 255;
    -			}
    -		}
    +        for (i = 0; i < bytes; i++) {
    +            RAND_pseudo_bytes(&c, 1);
    +            if (c >= 128 && i > 0)
    +                buf[i] = buf[i - 1];
    +            else if (c < 42)
    +                buf[i] = 0;
    +            else if (c < 84)
    +                buf[i] = 255;
    +        }
    +    }
     #endif
     
    -	if (top != -1)
    -		{
    -		if (top)
    -			{
    -			if (bit == 0)
    -				{
    -				buf[0]=1;
    -				buf[1]|=0x80;
    -				}
    -			else
    -				{
    -				buf[0]|=(3<<(bit-1));
    -				}
    -			}
    -		else
    -			{
    -			buf[0]|=(1<neg || BN_is_zero(range))
    -		{
    -		BNerr(BN_F_BN_RAND_RANGE, BN_R_INVALID_RANGE);
    -		return 0;
    -		}
    +    if (range->neg || BN_is_zero(range)) {
    +        BNerr(BN_F_BN_RAND_RANGE, BN_R_INVALID_RANGE);
    +        return 0;
    +    }
     
    -	n = BN_num_bits(range); /* n > 0 */
    +    n = BN_num_bits(range);     /* n > 0 */
     
    -	/* BN_is_bit_set(range, n - 1) always holds */
    +    /* BN_is_bit_set(range, n - 1) always holds */
     
    -	if (n == 1)
    -		BN_zero(r);
    -	else if (!BN_is_bit_set(range, n - 2) && !BN_is_bit_set(range, n - 3))
    -		{
    -		/* range = 100..._2,
    -		 * so  3*range (= 11..._2)  is exactly one bit longer than  range */
    -		do
    -			{
    -			if (!bn_rand(r, n + 1, -1, 0)) return 0;
    -			/* If  r < 3*range,  use  r := r MOD range
    -			 * (which is either  r, r - range,  or  r - 2*range).
    -			 * Otherwise, iterate once more.
    -			 * Since  3*range = 11..._2, each iteration succeeds with
    -			 * probability >= .75. */
    -			if (BN_cmp(r ,range) >= 0)
    -				{
    -				if (!BN_sub(r, r, range)) return 0;
    -				if (BN_cmp(r, range) >= 0)
    -					if (!BN_sub(r, r, range)) return 0;
    -				}
    +    if (n == 1)
    +        BN_zero(r);
    +    else if (!BN_is_bit_set(range, n - 2) && !BN_is_bit_set(range, n - 3)) {
    +        /*
    +         * range = 100..._2, so 3*range (= 11..._2) is exactly one bit longer
    +         * than range
    +         */
    +        do {
    +            if (!bn_rand(r, n + 1, -1, 0))
    +                return 0;
    +            /*
    +             * If r < 3*range, use r := r MOD range (which is either r, r -
    +             * range, or r - 2*range). Otherwise, iterate once more. Since
    +             * 3*range = 11..._2, each iteration succeeds with probability >=
    +             * .75.
    +             */
    +            if (BN_cmp(r, range) >= 0) {
    +                if (!BN_sub(r, r, range))
    +                    return 0;
    +                if (BN_cmp(r, range) >= 0)
    +                    if (!BN_sub(r, r, range))
    +                        return 0;
    +            }
     
    -			if (!--count)
    -				{
    -				BNerr(BN_F_BN_RAND_RANGE, BN_R_TOO_MANY_ITERATIONS);
    -				return 0;
    -				}
    -			
    -			}
    -		while (BN_cmp(r, range) >= 0);
    -		}
    -	else
    -		{
    -		do
    -			{
    -			/* range = 11..._2  or  range = 101..._2 */
    -			if (!bn_rand(r, n, -1, 0)) return 0;
    +            if (!--count) {
    +                BNerr(BN_F_BN_RAND_RANGE, BN_R_TOO_MANY_ITERATIONS);
    +                return 0;
    +            }
     
    -			if (!--count)
    -				{
    -				BNerr(BN_F_BN_RAND_RANGE, BN_R_TOO_MANY_ITERATIONS);
    -				return 0;
    -				}
    -			}
    -		while (BN_cmp(r, range) >= 0);
    -		}
    +        }
    +        while (BN_cmp(r, range) >= 0);
    +    } else {
    +        do {
    +            /* range = 11..._2  or  range = 101..._2 */
    +            if (!bn_rand(r, n, -1, 0))
    +                return 0;
     
    -	bn_check_top(r);
    -	return 1;
    -	}
    +            if (!--count) {
    +                BNerr(BN_F_BN_RAND_RANGE, BN_R_TOO_MANY_ITERATIONS);
    +                return 0;
    +            }
    +        }
    +        while (BN_cmp(r, range) >= 0);
    +    }
     
    +    bn_check_top(r);
    +    return 1;
    +}
     
    -int	BN_rand_range(BIGNUM *r, const BIGNUM *range)
    -	{
    -	return bn_rand_range(0, r, range);
    -	}
    +int BN_rand_range(BIGNUM *r, const BIGNUM *range)
    +{
    +    return bn_rand_range(0, r, range);
    +}
     
    -int	BN_pseudo_rand_range(BIGNUM *r, const BIGNUM *range)
    -	{
    -	return bn_rand_range(1, r, range);
    -	}
    +int BN_pseudo_rand_range(BIGNUM *r, const BIGNUM *range)
    +{
    +    return bn_rand_range(1, r, range);
    +}
    diff --git a/openssl/crypto/bn/bn_recp.c b/openssl/crypto/bn/bn_recp.c
    index 2e8efb8da..6826f93b3 100644
    --- a/openssl/crypto/bn/bn_recp.c
    +++ b/openssl/crypto/bn/bn_recp.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,174 +61,189 @@
     #include "bn_lcl.h"
     
     void BN_RECP_CTX_init(BN_RECP_CTX *recp)
    -	{
    -	BN_init(&(recp->N));
    -	BN_init(&(recp->Nr));
    -	recp->num_bits=0;
    -	recp->flags=0;
    -	}
    +{
    +    BN_init(&(recp->N));
    +    BN_init(&(recp->Nr));
    +    recp->num_bits = 0;
    +    recp->flags = 0;
    +}
     
     BN_RECP_CTX *BN_RECP_CTX_new(void)
    -	{
    -	BN_RECP_CTX *ret;
    +{
    +    BN_RECP_CTX *ret;
     
    -	if ((ret=(BN_RECP_CTX *)OPENSSL_malloc(sizeof(BN_RECP_CTX))) == NULL)
    -		return(NULL);
    +    if ((ret = (BN_RECP_CTX *)OPENSSL_malloc(sizeof(BN_RECP_CTX))) == NULL)
    +        return (NULL);
     
    -	BN_RECP_CTX_init(ret);
    -	ret->flags=BN_FLG_MALLOCED;
    -	return(ret);
    -	}
    +    BN_RECP_CTX_init(ret);
    +    ret->flags = BN_FLG_MALLOCED;
    +    return (ret);
    +}
     
     void BN_RECP_CTX_free(BN_RECP_CTX *recp)
    -	{
    -	if(recp == NULL)
    -	    return;
    +{
    +    if (recp == NULL)
    +        return;
     
    -	BN_free(&(recp->N));
    -	BN_free(&(recp->Nr));
    -	if (recp->flags & BN_FLG_MALLOCED)
    -		OPENSSL_free(recp);
    -	}
    +    BN_free(&(recp->N));
    +    BN_free(&(recp->Nr));
    +    if (recp->flags & BN_FLG_MALLOCED)
    +        OPENSSL_free(recp);
    +}
     
     int BN_RECP_CTX_set(BN_RECP_CTX *recp, const BIGNUM *d, BN_CTX *ctx)
    -	{
    -	if (!BN_copy(&(recp->N),d)) return 0;
    -	BN_zero(&(recp->Nr));
    -	recp->num_bits=BN_num_bits(d);
    -	recp->shift=0;
    -	return(1);
    -	}
    +{
    +    if (!BN_copy(&(recp->N), d))
    +        return 0;
    +    BN_zero(&(recp->Nr));
    +    recp->num_bits = BN_num_bits(d);
    +    recp->shift = 0;
    +    return (1);
    +}
     
     int BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *x, const BIGNUM *y,
    -	BN_RECP_CTX *recp, BN_CTX *ctx)
    -	{
    -	int ret=0;
    -	BIGNUM *a;
    -	const BIGNUM *ca;
    -
    -	BN_CTX_start(ctx);
    -	if ((a = BN_CTX_get(ctx)) == NULL) goto err;
    -	if (y != NULL)
    -		{
    -		if (x == y)
    -			{ if (!BN_sqr(a,x,ctx)) goto err; }
    -		else
    -			{ if (!BN_mul(a,x,y,ctx)) goto err; }
    -		ca = a;
    -		}
    -	else
    -		ca=x; /* Just do the mod */
    -
    -	ret = BN_div_recp(NULL,r,ca,recp,ctx);
    -err:
    -	BN_CTX_end(ctx);
    -	bn_check_top(r);
    -	return(ret);
    -	}
    +                          BN_RECP_CTX *recp, BN_CTX *ctx)
    +{
    +    int ret = 0;
    +    BIGNUM *a;
    +    const BIGNUM *ca;
    +
    +    BN_CTX_start(ctx);
    +    if ((a = BN_CTX_get(ctx)) == NULL)
    +        goto err;
    +    if (y != NULL) {
    +        if (x == y) {
    +            if (!BN_sqr(a, x, ctx))
    +                goto err;
    +        } else {
    +            if (!BN_mul(a, x, y, ctx))
    +                goto err;
    +        }
    +        ca = a;
    +    } else
    +        ca = x;                 /* Just do the mod */
    +
    +    ret = BN_div_recp(NULL, r, ca, recp, ctx);
    + err:
    +    BN_CTX_end(ctx);
    +    bn_check_top(r);
    +    return (ret);
    +}
     
     int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
    -	BN_RECP_CTX *recp, BN_CTX *ctx)
    -	{
    -	int i,j,ret=0;
    -	BIGNUM *a,*b,*d,*r;
    -
    -	BN_CTX_start(ctx);
    -	a=BN_CTX_get(ctx);
    -	b=BN_CTX_get(ctx);
    -	if (dv != NULL)
    -		d=dv;
    -	else
    -		d=BN_CTX_get(ctx);
    -	if (rem != NULL)
    -		r=rem;
    -	else
    -		r=BN_CTX_get(ctx);
    -	if (a == NULL || b == NULL || d == NULL || r == NULL) goto err;
    -
    -	if (BN_ucmp(m,&(recp->N)) < 0)
    -		{
    -		BN_zero(d);
    -		if (!BN_copy(r,m)) return 0;
    -		BN_CTX_end(ctx);
    -		return(1);
    -		}
    -
    -	/* We want the remainder
    -	 * Given input of ABCDEF / ab
    -	 * we need multiply ABCDEF by 3 digests of the reciprocal of ab
    -	 *
    -	 */
    -
    -	/* i := max(BN_num_bits(m), 2*BN_num_bits(N)) */
    -	i=BN_num_bits(m);
    -	j=recp->num_bits<<1;
    -	if (j>i) i=j;
    -
    -	/* Nr := round(2^i / N) */
    -	if (i != recp->shift)
    -		recp->shift=BN_reciprocal(&(recp->Nr),&(recp->N),
    -			i,ctx); /* BN_reciprocal returns i, or -1 for an error */
    -	if (recp->shift == -1) goto err;
    -
    -	/* d := |round(round(m / 2^BN_num_bits(N)) * recp->Nr / 2^(i - BN_num_bits(N)))|
    -	 *    = |round(round(m / 2^BN_num_bits(N)) * round(2^i / N) / 2^(i - BN_num_bits(N)))|
    -	 *   <= |(m / 2^BN_num_bits(N)) * (2^i / N) * (2^BN_num_bits(N) / 2^i)|
    -	 *    = |m/N|
    -	 */
    -	if (!BN_rshift(a,m,recp->num_bits)) goto err;
    -	if (!BN_mul(b,a,&(recp->Nr),ctx)) goto err;
    -	if (!BN_rshift(d,b,i-recp->num_bits)) goto err;
    -	d->neg=0;
    -
    -	if (!BN_mul(b,&(recp->N),d,ctx)) goto err;
    -	if (!BN_usub(r,m,b)) goto err;
    -	r->neg=0;
    +                BN_RECP_CTX *recp, BN_CTX *ctx)
    +{
    +    int i, j, ret = 0;
    +    BIGNUM *a, *b, *d, *r;
    +
    +    BN_CTX_start(ctx);
    +    a = BN_CTX_get(ctx);
    +    b = BN_CTX_get(ctx);
    +    if (dv != NULL)
    +        d = dv;
    +    else
    +        d = BN_CTX_get(ctx);
    +    if (rem != NULL)
    +        r = rem;
    +    else
    +        r = BN_CTX_get(ctx);
    +    if (a == NULL || b == NULL || d == NULL || r == NULL)
    +        goto err;
    +
    +    if (BN_ucmp(m, &(recp->N)) < 0) {
    +        BN_zero(d);
    +        if (!BN_copy(r, m))
    +            return 0;
    +        BN_CTX_end(ctx);
    +        return (1);
    +    }
    +
    +    /*
    +     * We want the remainder Given input of ABCDEF / ab we need multiply
    +     * ABCDEF by 3 digests of the reciprocal of ab
    +     */
    +
    +    /* i := max(BN_num_bits(m), 2*BN_num_bits(N)) */
    +    i = BN_num_bits(m);
    +    j = recp->num_bits << 1;
    +    if (j > i)
    +        i = j;
    +
    +    /* Nr := round(2^i / N) */
    +    if (i != recp->shift)
    +        recp->shift = BN_reciprocal(&(recp->Nr), &(recp->N), i, ctx);
    +    /* BN_reciprocal could have returned -1 for an error */
    +    if (recp->shift == -1)
    +        goto err;
    +
    +    /*-
    +     * d := |round(round(m / 2^BN_num_bits(N)) * recp->Nr / 2^(i - BN_num_bits(N)))|
    +     *    = |round(round(m / 2^BN_num_bits(N)) * round(2^i / N) / 2^(i - BN_num_bits(N)))|
    +     *   <= |(m / 2^BN_num_bits(N)) * (2^i / N) * (2^BN_num_bits(N) / 2^i)|
    +     *    = |m/N|
    +     */
    +    if (!BN_rshift(a, m, recp->num_bits))
    +        goto err;
    +    if (!BN_mul(b, a, &(recp->Nr), ctx))
    +        goto err;
    +    if (!BN_rshift(d, b, i - recp->num_bits))
    +        goto err;
    +    d->neg = 0;
    +
    +    if (!BN_mul(b, &(recp->N), d, ctx))
    +        goto err;
    +    if (!BN_usub(r, m, b))
    +        goto err;
    +    r->neg = 0;
     
     #if 1
    -	j=0;
    -	while (BN_ucmp(r,&(recp->N)) >= 0)
    -		{
    -		if (j++ > 2)
    -			{
    -			BNerr(BN_F_BN_DIV_RECP,BN_R_BAD_RECIPROCAL);
    -			goto err;
    -			}
    -		if (!BN_usub(r,r,&(recp->N))) goto err;
    -		if (!BN_add_word(d,1)) goto err;
    -		}
    +    j = 0;
    +    while (BN_ucmp(r, &(recp->N)) >= 0) {
    +        if (j++ > 2) {
    +            BNerr(BN_F_BN_DIV_RECP, BN_R_BAD_RECIPROCAL);
    +            goto err;
    +        }
    +        if (!BN_usub(r, r, &(recp->N)))
    +            goto err;
    +        if (!BN_add_word(d, 1))
    +            goto err;
    +    }
     #endif
     
    -	r->neg=BN_is_zero(r)?0:m->neg;
    -	d->neg=m->neg^recp->N.neg;
    -	ret=1;
    -err:
    -	BN_CTX_end(ctx);
    -	bn_check_top(dv);
    -	bn_check_top(rem);
    -	return(ret);
    -	} 
    -
    -/* len is the expected size of the result
    - * We actually calculate with an extra word of precision, so
    - * we can do faster division if the remainder is not required.
    +    r->neg = BN_is_zero(r) ? 0 : m->neg;
    +    d->neg = m->neg ^ recp->N.neg;
    +    ret = 1;
    + err:
    +    BN_CTX_end(ctx);
    +    bn_check_top(dv);
    +    bn_check_top(rem);
    +    return (ret);
    +}
    +
    +/*
    + * len is the expected size of the result We actually calculate with an extra
    + * word of precision, so we can do faster division if the remainder is not
    + * required.
      */
     /* r := 2^len / m */
     int BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx)
    -	{
    -	int ret= -1;
    -	BIGNUM *t;
    -
    -	BN_CTX_start(ctx);
    -	if((t = BN_CTX_get(ctx)) == NULL) goto err;
    -
    -	if (!BN_set_bit(t,len)) goto err;
    -
    -	if (!BN_div(r,NULL,t,m,ctx)) goto err;
    -
    -	ret=len;
    -err:
    -	bn_check_top(r);
    -	BN_CTX_end(ctx);
    -	return(ret);
    -	}
    +{
    +    int ret = -1;
    +    BIGNUM *t;
    +
    +    BN_CTX_start(ctx);
    +    if ((t = BN_CTX_get(ctx)) == NULL)
    +        goto err;
    +
    +    if (!BN_set_bit(t, len))
    +        goto err;
    +
    +    if (!BN_div(r, NULL, t, m, ctx))
    +        goto err;
    +
    +    ret = len;
    + err:
    +    bn_check_top(r);
    +    BN_CTX_end(ctx);
    +    return (ret);
    +}
    diff --git a/openssl/crypto/bn/bn_shift.c b/openssl/crypto/bn/bn_shift.c
    index a6fca2c42..4f3e8ffed 100644
    --- a/openssl/crypto/bn/bn_shift.c
    +++ b/openssl/crypto/bn/bn_shift.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,163 +61,154 @@
     #include "bn_lcl.h"
     
     int BN_lshift1(BIGNUM *r, const BIGNUM *a)
    -	{
    -	register BN_ULONG *ap,*rp,t,c;
    -	int i;
    +{
    +    register BN_ULONG *ap, *rp, t, c;
    +    int i;
     
    -	bn_check_top(r);
    -	bn_check_top(a);
    +    bn_check_top(r);
    +    bn_check_top(a);
     
    -	if (r != a)
    -		{
    -		r->neg=a->neg;
    -		if (bn_wexpand(r,a->top+1) == NULL) return(0);
    -		r->top=a->top;
    -		}
    -	else
    -		{
    -		if (bn_wexpand(r,a->top+1) == NULL) return(0);
    -		}
    -	ap=a->d;
    -	rp=r->d;
    -	c=0;
    -	for (i=0; itop; i++)
    -		{
    -		t= *(ap++);
    -		*(rp++)=((t<<1)|c)&BN_MASK2;
    -		c=(t & BN_TBIT)?1:0;
    -		}
    -	if (c)
    -		{
    -		*rp=1;
    -		r->top++;
    -		}
    -	bn_check_top(r);
    -	return(1);
    -	}
    +    if (r != a) {
    +        r->neg = a->neg;
    +        if (bn_wexpand(r, a->top + 1) == NULL)
    +            return (0);
    +        r->top = a->top;
    +    } else {
    +        if (bn_wexpand(r, a->top + 1) == NULL)
    +            return (0);
    +    }
    +    ap = a->d;
    +    rp = r->d;
    +    c = 0;
    +    for (i = 0; i < a->top; i++) {
    +        t = *(ap++);
    +        *(rp++) = ((t << 1) | c) & BN_MASK2;
    +        c = (t & BN_TBIT) ? 1 : 0;
    +    }
    +    if (c) {
    +        *rp = 1;
    +        r->top++;
    +    }
    +    bn_check_top(r);
    +    return (1);
    +}
     
     int BN_rshift1(BIGNUM *r, const BIGNUM *a)
    -	{
    -	BN_ULONG *ap,*rp,t,c;
    -	int i,j;
    +{
    +    BN_ULONG *ap, *rp, t, c;
    +    int i, j;
     
    -	bn_check_top(r);
    -	bn_check_top(a);
    +    bn_check_top(r);
    +    bn_check_top(a);
     
    -	if (BN_is_zero(a))
    -		{
    -		BN_zero(r);
    -		return(1);
    -		}
    -	i = a->top;
    -	ap= a->d;
    -	j = i-(ap[i-1]==1);
    -	if (a != r)
    -		{
    -		if (bn_wexpand(r,j) == NULL) return(0);
    -		r->neg=a->neg;
    -		}
    -	rp=r->d;
    -	t=ap[--i];
    -	c=(t&1)?BN_TBIT:0;
    -	if (t>>=1) rp[i]=t;
    -	while (i>0)
    -		{
    -		t=ap[--i];
    -		rp[i]=((t>>1)&BN_MASK2)|c;
    -		c=(t&1)?BN_TBIT:0;
    -		}
    -	r->top=j;
    -	bn_check_top(r);
    -	return(1);
    -	}
    +    if (BN_is_zero(a)) {
    +        BN_zero(r);
    +        return (1);
    +    }
    +    i = a->top;
    +    ap = a->d;
    +    j = i - (ap[i - 1] == 1);
    +    if (a != r) {
    +        if (bn_wexpand(r, j) == NULL)
    +            return (0);
    +        r->neg = a->neg;
    +    }
    +    rp = r->d;
    +    t = ap[--i];
    +    c = (t & 1) ? BN_TBIT : 0;
    +    if (t >>= 1)
    +        rp[i] = t;
    +    while (i > 0) {
    +        t = ap[--i];
    +        rp[i] = ((t >> 1) & BN_MASK2) | c;
    +        c = (t & 1) ? BN_TBIT : 0;
    +    }
    +    r->top = j;
    +    bn_check_top(r);
    +    return (1);
    +}
     
     int BN_lshift(BIGNUM *r, const BIGNUM *a, int n)
    -	{
    -	int i,nw,lb,rb;
    -	BN_ULONG *t,*f;
    -	BN_ULONG l;
    +{
    +    int i, nw, lb, rb;
    +    BN_ULONG *t, *f;
    +    BN_ULONG l;
     
    -	bn_check_top(r);
    -	bn_check_top(a);
    +    bn_check_top(r);
    +    bn_check_top(a);
     
    -	r->neg=a->neg;
    -	nw=n/BN_BITS2;
    -	if (bn_wexpand(r,a->top+nw+1) == NULL) return(0);
    -	lb=n%BN_BITS2;
    -	rb=BN_BITS2-lb;
    -	f=a->d;
    -	t=r->d;
    -	t[a->top+nw]=0;
    -	if (lb == 0)
    -		for (i=a->top-1; i>=0; i--)
    -			t[nw+i]=f[i];
    -	else
    -		for (i=a->top-1; i>=0; i--)
    -			{
    -			l=f[i];
    -			t[nw+i+1]|=(l>>rb)&BN_MASK2;
    -			t[nw+i]=(l<top=a->top+nw+1;
    -	bn_correct_top(r);
    -	bn_check_top(r);
    -	return(1);
    -	}
    +    r->neg = a->neg;
    +    nw = n / BN_BITS2;
    +    if (bn_wexpand(r, a->top + nw + 1) == NULL)
    +        return (0);
    +    lb = n % BN_BITS2;
    +    rb = BN_BITS2 - lb;
    +    f = a->d;
    +    t = r->d;
    +    t[a->top + nw] = 0;
    +    if (lb == 0)
    +        for (i = a->top - 1; i >= 0; i--)
    +            t[nw + i] = f[i];
    +    else
    +        for (i = a->top - 1; i >= 0; i--) {
    +            l = f[i];
    +            t[nw + i + 1] |= (l >> rb) & BN_MASK2;
    +            t[nw + i] = (l << lb) & BN_MASK2;
    +        }
    +    memset(t, 0, nw * sizeof(t[0]));
    +    /*
    +     * for (i=0; itop = a->top + nw + 1;
    +    bn_correct_top(r);
    +    bn_check_top(r);
    +    return (1);
    +}
     
     int BN_rshift(BIGNUM *r, const BIGNUM *a, int n)
    -	{
    -	int i,j,nw,lb,rb;
    -	BN_ULONG *t,*f;
    -	BN_ULONG l,tmp;
    +{
    +    int i, j, nw, lb, rb;
    +    BN_ULONG *t, *f;
    +    BN_ULONG l, tmp;
     
    -	bn_check_top(r);
    -	bn_check_top(a);
    +    bn_check_top(r);
    +    bn_check_top(a);
     
    -	nw=n/BN_BITS2;
    -	rb=n%BN_BITS2;
    -	lb=BN_BITS2-rb;
    -	if (nw >= a->top || a->top == 0)
    -		{
    -		BN_zero(r);
    -		return(1);
    -		}
    -	i = (BN_num_bits(a)-n+(BN_BITS2-1))/BN_BITS2;
    -	if (r != a)
    -		{
    -		r->neg=a->neg;
    -		if (bn_wexpand(r,i) == NULL) return(0);
    -		}
    -	else
    -		{
    -		if (n == 0)
    -			return 1; /* or the copying loop will go berserk */
    -		}
    +    nw = n / BN_BITS2;
    +    rb = n % BN_BITS2;
    +    lb = BN_BITS2 - rb;
    +    if (nw >= a->top || a->top == 0) {
    +        BN_zero(r);
    +        return (1);
    +    }
    +    i = (BN_num_bits(a) - n + (BN_BITS2 - 1)) / BN_BITS2;
    +    if (r != a) {
    +        r->neg = a->neg;
    +        if (bn_wexpand(r, i) == NULL)
    +            return (0);
    +    } else {
    +        if (n == 0)
    +            return 1;           /* or the copying loop will go berserk */
    +    }
     
    -	f= &(a->d[nw]);
    -	t=r->d;
    -	j=a->top-nw;
    -	r->top=i;
    +    f = &(a->d[nw]);
    +    t = r->d;
    +    j = a->top - nw;
    +    r->top = i;
     
    -	if (rb == 0)
    -		{
    -		for (i=j; i != 0; i--)
    -			*(t++)= *(f++);
    -		}
    -	else
    -		{
    -		l= *(f++);
    -		for (i=j-1; i != 0; i--)
    -			{
    -			tmp =(l>>rb)&BN_MASK2;
    -			l= *(f++);
    -			*(t++) =(tmp|(l<>rb)&BN_MASK2)) *(t) = l;
    -		}
    -	bn_check_top(r);
    -	return(1);
    -	}
    +    if (rb == 0) {
    +        for (i = j; i != 0; i--)
    +            *(t++) = *(f++);
    +    } else {
    +        l = *(f++);
    +        for (i = j - 1; i != 0; i--) {
    +            tmp = (l >> rb) & BN_MASK2;
    +            l = *(f++);
    +            *(t++) = (tmp | (l << lb)) & BN_MASK2;
    +        }
    +        if ((l = (l >> rb) & BN_MASK2))
    +            *(t) = l;
    +    }
    +    bn_check_top(r);
    +    return (1);
    +}
    diff --git a/openssl/crypto/bn/bn_sqr.c b/openssl/crypto/bn/bn_sqr.c
    index 65bbf165d..3ca69879e 100644
    --- a/openssl/crypto/bn/bn_sqr.c
    +++ b/openssl/crypto/bn/bn_sqr.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,140 +61,137 @@
     #include "bn_lcl.h"
     
     /* r must not be a */
    -/* I've just gone over this and it is now %20 faster on x86 - eay - 27 Jun 96 */
    +/*
    + * I've just gone over this and it is now %20 faster on x86 - eay - 27 Jun 96
    + */
     int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx)
    -	{
    -	int max,al;
    -	int ret = 0;
    -	BIGNUM *tmp,*rr;
    +{
    +    int max, al;
    +    int ret = 0;
    +    BIGNUM *tmp, *rr;
     
     #ifdef BN_COUNT
    -	fprintf(stderr,"BN_sqr %d * %d\n",a->top,a->top);
    +    fprintf(stderr, "BN_sqr %d * %d\n", a->top, a->top);
     #endif
    -	bn_check_top(a);
    +    bn_check_top(a);
     
    -	al=a->top;
    -	if (al <= 0)
    -		{
    -		r->top=0;
    -		r->neg = 0;
    -		return 1;
    -		}
    +    al = a->top;
    +    if (al <= 0) {
    +        r->top = 0;
    +        r->neg = 0;
    +        return 1;
    +    }
     
    -	BN_CTX_start(ctx);
    -	rr=(a != r) ? r : BN_CTX_get(ctx);
    -	tmp=BN_CTX_get(ctx);
    -	if (!rr || !tmp) goto err;
    +    BN_CTX_start(ctx);
    +    rr = (a != r) ? r : BN_CTX_get(ctx);
    +    tmp = BN_CTX_get(ctx);
    +    if (!rr || !tmp)
    +        goto err;
     
    -	max = 2 * al; /* Non-zero (from above) */
    -	if (bn_wexpand(rr,max) == NULL) goto err;
    +    max = 2 * al;               /* Non-zero (from above) */
    +    if (bn_wexpand(rr, max) == NULL)
    +        goto err;
     
    -	if (al == 4)
    -		{
    +    if (al == 4) {
     #ifndef BN_SQR_COMBA
    -		BN_ULONG t[8];
    -		bn_sqr_normal(rr->d,a->d,4,t);
    +        BN_ULONG t[8];
    +        bn_sqr_normal(rr->d, a->d, 4, t);
     #else
    -		bn_sqr_comba4(rr->d,a->d);
    +        bn_sqr_comba4(rr->d, a->d);
     #endif
    -		}
    -	else if (al == 8)
    -		{
    +    } else if (al == 8) {
     #ifndef BN_SQR_COMBA
    -		BN_ULONG t[16];
    -		bn_sqr_normal(rr->d,a->d,8,t);
    +        BN_ULONG t[16];
    +        bn_sqr_normal(rr->d, a->d, 8, t);
     #else
    -		bn_sqr_comba8(rr->d,a->d);
    +        bn_sqr_comba8(rr->d, a->d);
     #endif
    -		}
    -	else 
    -		{
    +    } else {
     #if defined(BN_RECURSION)
    -		if (al < BN_SQR_RECURSIVE_SIZE_NORMAL)
    -			{
    -			BN_ULONG t[BN_SQR_RECURSIVE_SIZE_NORMAL*2];
    -			bn_sqr_normal(rr->d,a->d,al,t);
    -			}
    -		else
    -			{
    -			int j,k;
    +        if (al < BN_SQR_RECURSIVE_SIZE_NORMAL) {
    +            BN_ULONG t[BN_SQR_RECURSIVE_SIZE_NORMAL * 2];
    +            bn_sqr_normal(rr->d, a->d, al, t);
    +        } else {
    +            int j, k;
     
    -			j=BN_num_bits_word((BN_ULONG)al);
    -			j=1<<(j-1);
    -			k=j+j;
    -			if (al == j)
    -				{
    -				if (bn_wexpand(tmp,k*2) == NULL) goto err;
    -				bn_sqr_recursive(rr->d,a->d,al,tmp->d);
    -				}
    -			else
    -				{
    -				if (bn_wexpand(tmp,max) == NULL) goto err;
    -				bn_sqr_normal(rr->d,a->d,al,tmp->d);
    -				}
    -			}
    +            j = BN_num_bits_word((BN_ULONG)al);
    +            j = 1 << (j - 1);
    +            k = j + j;
    +            if (al == j) {
    +                if (bn_wexpand(tmp, k * 2) == NULL)
    +                    goto err;
    +                bn_sqr_recursive(rr->d, a->d, al, tmp->d);
    +            } else {
    +                if (bn_wexpand(tmp, max) == NULL)
    +                    goto err;
    +                bn_sqr_normal(rr->d, a->d, al, tmp->d);
    +            }
    +        }
     #else
    -		if (bn_wexpand(tmp,max) == NULL) goto err;
    -		bn_sqr_normal(rr->d,a->d,al,tmp->d);
    +        if (bn_wexpand(tmp, max) == NULL)
    +            goto err;
    +        bn_sqr_normal(rr->d, a->d, al, tmp->d);
     #endif
    -		}
    +    }
     
    -	rr->neg=0;
    -	/* If the most-significant half of the top word of 'a' is zero, then
    -	 * the square of 'a' will max-1 words. */
    -	if(a->d[al - 1] == (a->d[al - 1] & BN_MASK2l))
    -		rr->top = max - 1;
    -	else
    -		rr->top = max;
    -	if (rr != r) BN_copy(r,rr);
    -	ret = 1;
    +    rr->neg = 0;
    +    /*
    +     * If the most-significant half of the top word of 'a' is zero, then the
    +     * square of 'a' will max-1 words.
    +     */
    +    if (a->d[al - 1] == (a->d[al - 1] & BN_MASK2l))
    +        rr->top = max - 1;
    +    else
    +        rr->top = max;
    +    if (rr != r)
    +        BN_copy(r, rr);
    +    ret = 1;
      err:
    -	bn_check_top(rr);
    -	bn_check_top(tmp);
    -	BN_CTX_end(ctx);
    -	return(ret);
    -	}
    +    bn_check_top(rr);
    +    bn_check_top(tmp);
    +    BN_CTX_end(ctx);
    +    return (ret);
    +}
     
     /* tmp must have 2*n words */
     void bn_sqr_normal(BN_ULONG *r, const BN_ULONG *a, int n, BN_ULONG *tmp)
    -	{
    -	int i,j,max;
    -	const BN_ULONG *ap;
    -	BN_ULONG *rp;
    +{
    +    int i, j, max;
    +    const BN_ULONG *ap;
    +    BN_ULONG *rp;
     
    -	max=n*2;
    -	ap=a;
    -	rp=r;
    -	rp[0]=rp[max-1]=0;
    -	rp++;
    -	j=n;
    +    max = n * 2;
    +    ap = a;
    +    rp = r;
    +    rp[0] = rp[max - 1] = 0;
    +    rp++;
    +    j = n;
     
    -	if (--j > 0)
    -		{
    -		ap++;
    -		rp[j]=bn_mul_words(rp,ap,j,ap[-1]);
    -		rp+=2;
    -		}
    +    if (--j > 0) {
    +        ap++;
    +        rp[j] = bn_mul_words(rp, ap, j, ap[-1]);
    +        rp += 2;
    +    }
     
    -	for (i=n-2; i>0; i--)
    -		{
    -		j--;
    -		ap++;
    -		rp[j]=bn_mul_add_words(rp,ap,j,ap[-1]);
    -		rp+=2;
    -		}
    +    for (i = n - 2; i > 0; i--) {
    +        j--;
    +        ap++;
    +        rp[j] = bn_mul_add_words(rp, ap, j, ap[-1]);
    +        rp += 2;
    +    }
     
    -	bn_add_words(r,r,r,max);
    +    bn_add_words(r, r, r, max);
     
    -	/* There will not be a carry */
    +    /* There will not be a carry */
     
    -	bn_sqr_words(tmp,a,n);
    +    bn_sqr_words(tmp, a, n);
     
    -	bn_add_words(r,r,tmp,max);
    -	}
    +    bn_add_words(r, r, tmp, max);
    +}
     
     #ifdef BN_RECURSION
    -/* r is 2*n words in size,
    +/*-
    + * r is 2*n words in size,
      * a and b are both n words in size.    (There's not actually a 'b' here ...)
      * n must be a power of 2.
      * We multiply and return the result.
    @@ -205,91 +202,89 @@ void bn_sqr_normal(BN_ULONG *r, const BN_ULONG *a, int n, BN_ULONG *tmp)
      * a[1]*b[1]
      */
     void bn_sqr_recursive(BN_ULONG *r, const BN_ULONG *a, int n2, BN_ULONG *t)
    -	{
    -	int n=n2/2;
    -	int zero,c1;
    -	BN_ULONG ln,lo,*p;
    +{
    +    int n = n2 / 2;
    +    int zero, c1;
    +    BN_ULONG ln, lo, *p;
     
    -#ifdef BN_COUNT
    -	fprintf(stderr," bn_sqr_recursive %d * %d\n",n2,n2);
    -#endif
    -	if (n2 == 4)
    -		{
    -#ifndef BN_SQR_COMBA
    -		bn_sqr_normal(r,a,4,t);
    -#else
    -		bn_sqr_comba4(r,a);
    -#endif
    -		return;
    -		}
    -	else if (n2 == 8)
    -		{
    -#ifndef BN_SQR_COMBA
    -		bn_sqr_normal(r,a,8,t);
    -#else
    -		bn_sqr_comba8(r,a);
    -#endif
    -		return;
    -		}
    -	if (n2 < BN_SQR_RECURSIVE_SIZE_NORMAL)
    -		{
    -		bn_sqr_normal(r,a,n2,t);
    -		return;
    -		}
    -	/* r=(a[0]-a[1])*(a[1]-a[0]) */
    -	c1=bn_cmp_words(a,&(a[n]),n);
    -	zero=0;
    -	if (c1 > 0)
    -		bn_sub_words(t,a,&(a[n]),n);
    -	else if (c1 < 0)
    -		bn_sub_words(t,&(a[n]),a,n);
    -	else
    -		zero=1;
    +# ifdef BN_COUNT
    +    fprintf(stderr, " bn_sqr_recursive %d * %d\n", n2, n2);
    +# endif
    +    if (n2 == 4) {
    +# ifndef BN_SQR_COMBA
    +        bn_sqr_normal(r, a, 4, t);
    +# else
    +        bn_sqr_comba4(r, a);
    +# endif
    +        return;
    +    } else if (n2 == 8) {
    +# ifndef BN_SQR_COMBA
    +        bn_sqr_normal(r, a, 8, t);
    +# else
    +        bn_sqr_comba8(r, a);
    +# endif
    +        return;
    +    }
    +    if (n2 < BN_SQR_RECURSIVE_SIZE_NORMAL) {
    +        bn_sqr_normal(r, a, n2, t);
    +        return;
    +    }
    +    /* r=(a[0]-a[1])*(a[1]-a[0]) */
    +    c1 = bn_cmp_words(a, &(a[n]), n);
    +    zero = 0;
    +    if (c1 > 0)
    +        bn_sub_words(t, a, &(a[n]), n);
    +    else if (c1 < 0)
    +        bn_sub_words(t, &(a[n]), a, n);
    +    else
    +        zero = 1;
     
    -	/* The result will always be negative unless it is zero */
    -	p= &(t[n2*2]);
    +    /* The result will always be negative unless it is zero */
    +    p = &(t[n2 * 2]);
     
    -	if (!zero)
    -		bn_sqr_recursive(&(t[n2]),t,n,p);
    -	else
    -		memset(&(t[n2]),0,n2*sizeof(BN_ULONG));
    -	bn_sqr_recursive(r,a,n,p);
    -	bn_sqr_recursive(&(r[n2]),&(a[n]),n,p);
    +    if (!zero)
    +        bn_sqr_recursive(&(t[n2]), t, n, p);
    +    else
    +        memset(&(t[n2]), 0, n2 * sizeof(BN_ULONG));
    +    bn_sqr_recursive(r, a, n, p);
    +    bn_sqr_recursive(&(r[n2]), &(a[n]), n, p);
     
    -	/* t[32] holds (a[0]-a[1])*(a[1]-a[0]), it is negative or zero
    -	 * r[10] holds (a[0]*b[0])
    -	 * r[32] holds (b[1]*b[1])
    -	 */
    +    /*-
    +     * t[32] holds (a[0]-a[1])*(a[1]-a[0]), it is negative or zero
    +     * r[10] holds (a[0]*b[0])
    +     * r[32] holds (b[1]*b[1])
    +     */
     
    -	c1=(int)(bn_add_words(t,r,&(r[n2]),n2));
    +    c1 = (int)(bn_add_words(t, r, &(r[n2]), n2));
     
    -	/* t[32] is negative */
    -	c1-=(int)(bn_sub_words(&(t[n2]),t,&(t[n2]),n2));
    +    /* t[32] is negative */
    +    c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2));
     
    -	/* t[32] holds (a[0]-a[1])*(a[1]-a[0])+(a[0]*a[0])+(a[1]*a[1])
    -	 * r[10] holds (a[0]*a[0])
    -	 * r[32] holds (a[1]*a[1])
    -	 * c1 holds the carry bits
    -	 */
    -	c1+=(int)(bn_add_words(&(r[n]),&(r[n]),&(t[n2]),n2));
    -	if (c1)
    -		{
    -		p= &(r[n+n2]);
    -		lo= *p;
    -		ln=(lo+c1)&BN_MASK2;
    -		*p=ln;
    +    /*-
    +     * t[32] holds (a[0]-a[1])*(a[1]-a[0])+(a[0]*a[0])+(a[1]*a[1])
    +     * r[10] holds (a[0]*a[0])
    +     * r[32] holds (a[1]*a[1])
    +     * c1 holds the carry bits
    +     */
    +    c1 += (int)(bn_add_words(&(r[n]), &(r[n]), &(t[n2]), n2));
    +    if (c1) {
    +        p = &(r[n + n2]);
    +        lo = *p;
    +        ln = (lo + c1) & BN_MASK2;
    +        *p = ln;
     
    -		/* The overflow will stop before we over write
    -		 * words we should not overwrite */
    -		if (ln < (BN_ULONG)c1)
    -			{
    -			do	{
    -				p++;
    -				lo= *p;
    -				ln=(lo+1)&BN_MASK2;
    -				*p=ln;
    -				} while (ln == 0);
    -			}
    -		}
    -	}
    +        /*
    +         * The overflow will stop before we over write words we should not
    +         * overwrite
    +         */
    +        if (ln < (BN_ULONG)c1) {
    +            do {
    +                p++;
    +                lo = *p;
    +                ln = (lo + 1) & BN_MASK2;
    +                *p = ln;
    +            } while (ln == 0);
    +        }
    +    }
    +}
     #endif
    diff --git a/openssl/crypto/bn/bn_sqrt.c b/openssl/crypto/bn/bn_sqrt.c
    index 6beaf9e5e..232af99a2 100644
    --- a/openssl/crypto/bn/bn_sqrt.c
    +++ b/openssl/crypto/bn/bn_sqrt.c
    @@ -1,6 +1,8 @@
     /* crypto/bn/bn_sqrt.c */
    -/* Written by Lenka Fibikova 
    - * and Bodo Moeller for the OpenSSL project. */
    +/*
    + * Written by Lenka Fibikova  and Bodo
    + * Moeller for the OpenSSL project.
    + */
     /* ====================================================================
      * Copyright (c) 1998-2000 The OpenSSL Project.  All rights reserved.
      *
    @@ -9,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -58,336 +60,350 @@
     #include "cryptlib.h"
     #include "bn_lcl.h"
     
    -
    -BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) 
    -/* Returns 'ret' such that
    - *      ret^2 == a (mod p),
    - * using the Tonelli/Shanks algorithm (cf. Henri Cohen, "A Course
    - * in Algebraic Computational Number Theory", algorithm 1.5.1).
    - * 'p' must be prime!
    +BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx)
    +/*
    + * Returns 'ret' such that ret^2 == a (mod p), using the Tonelli/Shanks
    + * algorithm (cf. Henri Cohen, "A Course in Algebraic Computational Number
    + * Theory", algorithm 1.5.1). 'p' must be prime!
      */
    -	{
    -	BIGNUM *ret = in;
    -	int err = 1;
    -	int r;
    -	BIGNUM *A, *b, *q, *t, *x, *y;
    -	int e, i, j;
    -	
    -	if (!BN_is_odd(p) || BN_abs_is_word(p, 1))
    -		{
    -		if (BN_abs_is_word(p, 2))
    -			{
    -			if (ret == NULL)
    -				ret = BN_new();
    -			if (ret == NULL)
    -				goto end;
    -			if (!BN_set_word(ret, BN_is_bit_set(a, 0)))
    -				{
    -				if (ret != in)
    -					BN_free(ret);
    -				return NULL;
    -				}
    -			bn_check_top(ret);
    -			return ret;
    -			}
    -
    -		BNerr(BN_F_BN_MOD_SQRT, BN_R_P_IS_NOT_PRIME);
    -		return(NULL);
    -		}
    -
    -	if (BN_is_zero(a) || BN_is_one(a))
    -		{
    -		if (ret == NULL)
    -			ret = BN_new();
    -		if (ret == NULL)
    -			goto end;
    -		if (!BN_set_word(ret, BN_is_one(a)))
    -			{
    -			if (ret != in)
    -				BN_free(ret);
    -			return NULL;
    -			}
    -		bn_check_top(ret);
    -		return ret;
    -		}
    -
    -	BN_CTX_start(ctx);
    -	A = BN_CTX_get(ctx);
    -	b = BN_CTX_get(ctx);
    -	q = BN_CTX_get(ctx);
    -	t = BN_CTX_get(ctx);
    -	x = BN_CTX_get(ctx);
    -	y = BN_CTX_get(ctx);
    -	if (y == NULL) goto end;
    -	
    -	if (ret == NULL)
    -		ret = BN_new();
    -	if (ret == NULL) goto end;
    -
    -	/* A = a mod p */
    -	if (!BN_nnmod(A, a, p, ctx)) goto end;
    -
    -	/* now write  |p| - 1  as  2^e*q  where  q  is odd */
    -	e = 1;
    -	while (!BN_is_bit_set(p, e))
    -		e++;
    -	/* we'll set  q  later (if needed) */
    -
    -	if (e == 1)
    -		{
    -		/* The easy case:  (|p|-1)/2  is odd, so 2 has an inverse
    -		 * modulo  (|p|-1)/2,  and square roots can be computed
    -		 * directly by modular exponentiation.
    -		 * We have
    -		 *     2 * (|p|+1)/4 == 1   (mod (|p|-1)/2),
    -		 * so we can use exponent  (|p|+1)/4,  i.e.  (|p|-3)/4 + 1.
    -		 */
    -		if (!BN_rshift(q, p, 2)) goto end;
    -		q->neg = 0;
    -		if (!BN_add_word(q, 1)) goto end;
    -		if (!BN_mod_exp(ret, A, q, p, ctx)) goto end;
    -		err = 0;
    -		goto vrfy;
    -		}
    -	
    -	if (e == 2)
    -		{
    -		/* |p| == 5  (mod 8)
    -		 *
    -		 * In this case  2  is always a non-square since
    -		 * Legendre(2,p) = (-1)^((p^2-1)/8)  for any odd prime.
    -		 * So if  a  really is a square, then  2*a  is a non-square.
    -		 * Thus for
    -		 *      b := (2*a)^((|p|-5)/8),
    -		 *      i := (2*a)*b^2
    -		 * we have
    -		 *     i^2 = (2*a)^((1 + (|p|-5)/4)*2)
    -		 *         = (2*a)^((p-1)/2)
    -		 *         = -1;
    -		 * so if we set
    -		 *      x := a*b*(i-1),
    -		 * then
    -		 *     x^2 = a^2 * b^2 * (i^2 - 2*i + 1)
    -		 *         = a^2 * b^2 * (-2*i)
    -		 *         = a*(-i)*(2*a*b^2)
    -		 *         = a*(-i)*i
    -		 *         = a.
    -		 *
    -		 * (This is due to A.O.L. Atkin, 
    -		 * ,
    -		 * November 1992.)
    -		 */
    -
    -		/* t := 2*a */
    -		if (!BN_mod_lshift1_quick(t, A, p)) goto end;
    -
    -		/* b := (2*a)^((|p|-5)/8) */
    -		if (!BN_rshift(q, p, 3)) goto end;
    -		q->neg = 0;
    -		if (!BN_mod_exp(b, t, q, p, ctx)) goto end;
    -
    -		/* y := b^2 */
    -		if (!BN_mod_sqr(y, b, p, ctx)) goto end;
    -
    -		/* t := (2*a)*b^2 - 1*/
    -		if (!BN_mod_mul(t, t, y, p, ctx)) goto end;
    -		if (!BN_sub_word(t, 1)) goto end;
    -
    -		/* x = a*b*t */
    -		if (!BN_mod_mul(x, A, b, p, ctx)) goto end;
    -		if (!BN_mod_mul(x, x, t, p, ctx)) goto end;
    -
    -		if (!BN_copy(ret, x)) goto end;
    -		err = 0;
    -		goto vrfy;
    -		}
    -	
    -	/* e > 2, so we really have to use the Tonelli/Shanks algorithm.
    -	 * First, find some  y  that is not a square. */
    -	if (!BN_copy(q, p)) goto end; /* use 'q' as temp */
    -	q->neg = 0;
    -	i = 2;
    -	do
    -		{
    -		/* For efficiency, try small numbers first;
    -		 * if this fails, try random numbers.
    -		 */
    -		if (i < 22)
    -			{
    -			if (!BN_set_word(y, i)) goto end;
    -			}
    -		else
    -			{
    -			if (!BN_pseudo_rand(y, BN_num_bits(p), 0, 0)) goto end;
    -			if (BN_ucmp(y, p) >= 0)
    -				{
    -				if (!(p->neg ? BN_add : BN_sub)(y, y, p)) goto end;
    -				}
    -			/* now 0 <= y < |p| */
    -			if (BN_is_zero(y))
    -				if (!BN_set_word(y, i)) goto end;
    -			}
    -		
    -		r = BN_kronecker(y, q, ctx); /* here 'q' is |p| */
    -		if (r < -1) goto end;
    -		if (r == 0)
    -			{
    -			/* m divides p */
    -			BNerr(BN_F_BN_MOD_SQRT, BN_R_P_IS_NOT_PRIME);
    -			goto end;
    -			}
    -		}
    -	while (r == 1 && ++i < 82);
    -	
    -	if (r != -1)
    -		{
    -		/* Many rounds and still no non-square -- this is more likely
    -		 * a bug than just bad luck.
    -		 * Even if  p  is not prime, we should have found some  y
    -		 * such that r == -1.
    -		 */
    -		BNerr(BN_F_BN_MOD_SQRT, BN_R_TOO_MANY_ITERATIONS);
    -		goto end;
    -		}
    -
    -	/* Here's our actual 'q': */
    -	if (!BN_rshift(q, q, e)) goto end;
    -
    -	/* Now that we have some non-square, we can find an element
    -	 * of order  2^e  by computing its q'th power. */
    -	if (!BN_mod_exp(y, y, q, p, ctx)) goto end;
    -	if (BN_is_one(y))
    -		{
    -		BNerr(BN_F_BN_MOD_SQRT, BN_R_P_IS_NOT_PRIME);
    -		goto end;
    -		}
    -
    -	/* Now we know that (if  p  is indeed prime) there is an integer
    -	 * k,  0 <= k < 2^e,  such that
    -	 *
    -	 *      a^q * y^k == 1   (mod p).
    -	 *
    -	 * As  a^q  is a square and  y  is not,  k  must be even.
    -	 * q+1  is even, too, so there is an element
    -	 *
    -	 *     X := a^((q+1)/2) * y^(k/2),
    -	 *
    -	 * and it satisfies
    -	 *
    -	 *     X^2 = a^q * a     * y^k
    -	 *         = a,
    -	 *
    -	 * so it is the square root that we are looking for.
    -	 */
    -	
    -	/* t := (q-1)/2  (note that  q  is odd) */
    -	if (!BN_rshift1(t, q)) goto end;
    -	
    -	/* x := a^((q-1)/2) */
    -	if (BN_is_zero(t)) /* special case: p = 2^e + 1 */
    -		{
    -		if (!BN_nnmod(t, A, p, ctx)) goto end;
    -		if (BN_is_zero(t))
    -			{
    -			/* special case: a == 0  (mod p) */
    -			BN_zero(ret);
    -			err = 0;
    -			goto end;
    -			}
    -		else
    -			if (!BN_one(x)) goto end;
    -		}
    -	else
    -		{
    -		if (!BN_mod_exp(x, A, t, p, ctx)) goto end;
    -		if (BN_is_zero(x))
    -			{
    -			/* special case: a == 0  (mod p) */
    -			BN_zero(ret);
    -			err = 0;
    -			goto end;
    -			}
    -		}
    -
    -	/* b := a*x^2  (= a^q) */
    -	if (!BN_mod_sqr(b, x, p, ctx)) goto end;
    -	if (!BN_mod_mul(b, b, A, p, ctx)) goto end;
    -	
    -	/* x := a*x    (= a^((q+1)/2)) */
    -	if (!BN_mod_mul(x, x, A, p, ctx)) goto end;
    -
    -	while (1)
    -		{
    -		/* Now  b  is  a^q * y^k  for some even  k  (0 <= k < 2^E
    -		 * where  E  refers to the original value of  e,  which we
    -		 * don't keep in a variable),  and  x  is  a^((q+1)/2) * y^(k/2).
    -		 *
    -		 * We have  a*b = x^2,
    -		 *    y^2^(e-1) = -1,
    -		 *    b^2^(e-1) = 1.
    -		 */
    -
    -		if (BN_is_one(b))
    -			{
    -			if (!BN_copy(ret, x)) goto end;
    -			err = 0;
    -			goto vrfy;
    -			}
    -
    -
    -		/* find smallest  i  such that  b^(2^i) = 1 */
    -		i = 1;
    -		if (!BN_mod_sqr(t, b, p, ctx)) goto end;
    -		while (!BN_is_one(t))
    -			{
    -			i++;
    -			if (i == e)
    -				{
    -				BNerr(BN_F_BN_MOD_SQRT, BN_R_NOT_A_SQUARE);
    -				goto end;
    -				}
    -			if (!BN_mod_mul(t, t, t, p, ctx)) goto end;
    -			}
    -		
    -
    -		/* t := y^2^(e - i - 1) */
    -		if (!BN_copy(t, y)) goto end;
    -		for (j = e - i - 1; j > 0; j--)
    -			{
    -			if (!BN_mod_sqr(t, t, p, ctx)) goto end;
    -			}
    -		if (!BN_mod_mul(y, t, t, p, ctx)) goto end;
    -		if (!BN_mod_mul(x, x, t, p, ctx)) goto end;
    -		if (!BN_mod_mul(b, b, y, p, ctx)) goto end;
    -		e = i;
    -		}
    +{
    +    BIGNUM *ret = in;
    +    int err = 1;
    +    int r;
    +    BIGNUM *A, *b, *q, *t, *x, *y;
    +    int e, i, j;
    +
    +    if (!BN_is_odd(p) || BN_abs_is_word(p, 1)) {
    +        if (BN_abs_is_word(p, 2)) {
    +            if (ret == NULL)
    +                ret = BN_new();
    +            if (ret == NULL)
    +                goto end;
    +            if (!BN_set_word(ret, BN_is_bit_set(a, 0))) {
    +                if (ret != in)
    +                    BN_free(ret);
    +                return NULL;
    +            }
    +            bn_check_top(ret);
    +            return ret;
    +        }
    +
    +        BNerr(BN_F_BN_MOD_SQRT, BN_R_P_IS_NOT_PRIME);
    +        return (NULL);
    +    }
    +
    +    if (BN_is_zero(a) || BN_is_one(a)) {
    +        if (ret == NULL)
    +            ret = BN_new();
    +        if (ret == NULL)
    +            goto end;
    +        if (!BN_set_word(ret, BN_is_one(a))) {
    +            if (ret != in)
    +                BN_free(ret);
    +            return NULL;
    +        }
    +        bn_check_top(ret);
    +        return ret;
    +    }
    +
    +    BN_CTX_start(ctx);
    +    A = BN_CTX_get(ctx);
    +    b = BN_CTX_get(ctx);
    +    q = BN_CTX_get(ctx);
    +    t = BN_CTX_get(ctx);
    +    x = BN_CTX_get(ctx);
    +    y = BN_CTX_get(ctx);
    +    if (y == NULL)
    +        goto end;
    +
    +    if (ret == NULL)
    +        ret = BN_new();
    +    if (ret == NULL)
    +        goto end;
    +
    +    /* A = a mod p */
    +    if (!BN_nnmod(A, a, p, ctx))
    +        goto end;
    +
    +    /* now write  |p| - 1  as  2^e*q  where  q  is odd */
    +    e = 1;
    +    while (!BN_is_bit_set(p, e))
    +        e++;
    +    /* we'll set  q  later (if needed) */
    +
    +    if (e == 1) {
    +        /*-
    +         * The easy case:  (|p|-1)/2  is odd, so 2 has an inverse
    +         * modulo  (|p|-1)/2,  and square roots can be computed
    +         * directly by modular exponentiation.
    +         * We have
    +         *     2 * (|p|+1)/4 == 1   (mod (|p|-1)/2),
    +         * so we can use exponent  (|p|+1)/4,  i.e.  (|p|-3)/4 + 1.
    +         */
    +        if (!BN_rshift(q, p, 2))
    +            goto end;
    +        q->neg = 0;
    +        if (!BN_add_word(q, 1))
    +            goto end;
    +        if (!BN_mod_exp(ret, A, q, p, ctx))
    +            goto end;
    +        err = 0;
    +        goto vrfy;
    +    }
    +
    +    if (e == 2) {
    +        /*-
    +         * |p| == 5  (mod 8)
    +         *
    +         * In this case  2  is always a non-square since
    +         * Legendre(2,p) = (-1)^((p^2-1)/8)  for any odd prime.
    +         * So if  a  really is a square, then  2*a  is a non-square.
    +         * Thus for
    +         *      b := (2*a)^((|p|-5)/8),
    +         *      i := (2*a)*b^2
    +         * we have
    +         *     i^2 = (2*a)^((1 + (|p|-5)/4)*2)
    +         *         = (2*a)^((p-1)/2)
    +         *         = -1;
    +         * so if we set
    +         *      x := a*b*(i-1),
    +         * then
    +         *     x^2 = a^2 * b^2 * (i^2 - 2*i + 1)
    +         *         = a^2 * b^2 * (-2*i)
    +         *         = a*(-i)*(2*a*b^2)
    +         *         = a*(-i)*i
    +         *         = a.
    +         *
    +         * (This is due to A.O.L. Atkin,
    +         * ,
    +         * November 1992.)
    +         */
    +
    +        /* t := 2*a */
    +        if (!BN_mod_lshift1_quick(t, A, p))
    +            goto end;
    +
    +        /* b := (2*a)^((|p|-5)/8) */
    +        if (!BN_rshift(q, p, 3))
    +            goto end;
    +        q->neg = 0;
    +        if (!BN_mod_exp(b, t, q, p, ctx))
    +            goto end;
    +
    +        /* y := b^2 */
    +        if (!BN_mod_sqr(y, b, p, ctx))
    +            goto end;
    +
    +        /* t := (2*a)*b^2 - 1 */
    +        if (!BN_mod_mul(t, t, y, p, ctx))
    +            goto end;
    +        if (!BN_sub_word(t, 1))
    +            goto end;
    +
    +        /* x = a*b*t */
    +        if (!BN_mod_mul(x, A, b, p, ctx))
    +            goto end;
    +        if (!BN_mod_mul(x, x, t, p, ctx))
    +            goto end;
    +
    +        if (!BN_copy(ret, x))
    +            goto end;
    +        err = 0;
    +        goto vrfy;
    +    }
    +
    +    /*
    +     * e > 2, so we really have to use the Tonelli/Shanks algorithm. First,
    +     * find some y that is not a square.
    +     */
    +    if (!BN_copy(q, p))
    +        goto end;               /* use 'q' as temp */
    +    q->neg = 0;
    +    i = 2;
    +    do {
    +        /*
    +         * For efficiency, try small numbers first; if this fails, try random
    +         * numbers.
    +         */
    +        if (i < 22) {
    +            if (!BN_set_word(y, i))
    +                goto end;
    +        } else {
    +            if (!BN_pseudo_rand(y, BN_num_bits(p), 0, 0))
    +                goto end;
    +            if (BN_ucmp(y, p) >= 0) {
    +                if (!(p->neg ? BN_add : BN_sub) (y, y, p))
    +                    goto end;
    +            }
    +            /* now 0 <= y < |p| */
    +            if (BN_is_zero(y))
    +                if (!BN_set_word(y, i))
    +                    goto end;
    +        }
    +
    +        r = BN_kronecker(y, q, ctx); /* here 'q' is |p| */
    +        if (r < -1)
    +            goto end;
    +        if (r == 0) {
    +            /* m divides p */
    +            BNerr(BN_F_BN_MOD_SQRT, BN_R_P_IS_NOT_PRIME);
    +            goto end;
    +        }
    +    }
    +    while (r == 1 && ++i < 82);
    +
    +    if (r != -1) {
    +        /*
    +         * Many rounds and still no non-square -- this is more likely a bug
    +         * than just bad luck. Even if p is not prime, we should have found
    +         * some y such that r == -1.
    +         */
    +        BNerr(BN_F_BN_MOD_SQRT, BN_R_TOO_MANY_ITERATIONS);
    +        goto end;
    +    }
    +
    +    /* Here's our actual 'q': */
    +    if (!BN_rshift(q, q, e))
    +        goto end;
    +
    +    /*
    +     * Now that we have some non-square, we can find an element of order 2^e
    +     * by computing its q'th power.
    +     */
    +    if (!BN_mod_exp(y, y, q, p, ctx))
    +        goto end;
    +    if (BN_is_one(y)) {
    +        BNerr(BN_F_BN_MOD_SQRT, BN_R_P_IS_NOT_PRIME);
    +        goto end;
    +    }
    +
    +    /*-
    +     * Now we know that (if  p  is indeed prime) there is an integer
    +     * k,  0 <= k < 2^e,  such that
    +     *
    +     *      a^q * y^k == 1   (mod p).
    +     *
    +     * As  a^q  is a square and  y  is not,  k  must be even.
    +     * q+1  is even, too, so there is an element
    +     *
    +     *     X := a^((q+1)/2) * y^(k/2),
    +     *
    +     * and it satisfies
    +     *
    +     *     X^2 = a^q * a     * y^k
    +     *         = a,
    +     *
    +     * so it is the square root that we are looking for.
    +     */
    +
    +    /* t := (q-1)/2  (note that  q  is odd) */
    +    if (!BN_rshift1(t, q))
    +        goto end;
    +
    +    /* x := a^((q-1)/2) */
    +    if (BN_is_zero(t)) {        /* special case: p = 2^e + 1 */
    +        if (!BN_nnmod(t, A, p, ctx))
    +            goto end;
    +        if (BN_is_zero(t)) {
    +            /* special case: a == 0  (mod p) */
    +            BN_zero(ret);
    +            err = 0;
    +            goto end;
    +        } else if (!BN_one(x))
    +            goto end;
    +    } else {
    +        if (!BN_mod_exp(x, A, t, p, ctx))
    +            goto end;
    +        if (BN_is_zero(x)) {
    +            /* special case: a == 0  (mod p) */
    +            BN_zero(ret);
    +            err = 0;
    +            goto end;
    +        }
    +    }
    +
    +    /* b := a*x^2  (= a^q) */
    +    if (!BN_mod_sqr(b, x, p, ctx))
    +        goto end;
    +    if (!BN_mod_mul(b, b, A, p, ctx))
    +        goto end;
    +
    +    /* x := a*x    (= a^((q+1)/2)) */
    +    if (!BN_mod_mul(x, x, A, p, ctx))
    +        goto end;
    +
    +    while (1) {
    +        /*-
    +         * Now  b  is  a^q * y^k  for some even  k  (0 <= k < 2^E
    +         * where  E  refers to the original value of  e,  which we
    +         * don't keep in a variable),  and  x  is  a^((q+1)/2) * y^(k/2).
    +         *
    +         * We have  a*b = x^2,
    +         *    y^2^(e-1) = -1,
    +         *    b^2^(e-1) = 1.
    +         */
    +
    +        if (BN_is_one(b)) {
    +            if (!BN_copy(ret, x))
    +                goto end;
    +            err = 0;
    +            goto vrfy;
    +        }
    +
    +        /* find smallest  i  such that  b^(2^i) = 1 */
    +        i = 1;
    +        if (!BN_mod_sqr(t, b, p, ctx))
    +            goto end;
    +        while (!BN_is_one(t)) {
    +            i++;
    +            if (i == e) {
    +                BNerr(BN_F_BN_MOD_SQRT, BN_R_NOT_A_SQUARE);
    +                goto end;
    +            }
    +            if (!BN_mod_mul(t, t, t, p, ctx))
    +                goto end;
    +        }
    +
    +        /* t := y^2^(e - i - 1) */
    +        if (!BN_copy(t, y))
    +            goto end;
    +        for (j = e - i - 1; j > 0; j--) {
    +            if (!BN_mod_sqr(t, t, p, ctx))
    +                goto end;
    +        }
    +        if (!BN_mod_mul(y, t, t, p, ctx))
    +            goto end;
    +        if (!BN_mod_mul(x, x, t, p, ctx))
    +            goto end;
    +        if (!BN_mod_mul(b, b, y, p, ctx))
    +            goto end;
    +        e = i;
    +    }
     
      vrfy:
    -	if (!err)
    -		{
    -		/* verify the result -- the input might have been not a square
    -		 * (test added in 0.9.8) */
    -		
    -		if (!BN_mod_sqr(x, ret, p, ctx))
    -			err = 1;
    -		
    -		if (!err && 0 != BN_cmp(x, A))
    -			{
    -			BNerr(BN_F_BN_MOD_SQRT, BN_R_NOT_A_SQUARE);
    -			err = 1;
    -			}
    -		}
    +    if (!err) {
    +        /*
    +         * verify the result -- the input might have been not a square (test
    +         * added in 0.9.8)
    +         */
    +
    +        if (!BN_mod_sqr(x, ret, p, ctx))
    +            err = 1;
    +
    +        if (!err && 0 != BN_cmp(x, A)) {
    +            BNerr(BN_F_BN_MOD_SQRT, BN_R_NOT_A_SQUARE);
    +            err = 1;
    +        }
    +    }
     
      end:
    -	if (err)
    -		{
    -		if (ret != NULL && ret != in)
    -			{
    -			BN_clear_free(ret);
    -			}
    -		ret = NULL;
    -		}
    -	BN_CTX_end(ctx);
    -	bn_check_top(ret);
    -	return ret;
    -	}
    +    if (err) {
    +        if (ret != NULL && ret != in) {
    +            BN_clear_free(ret);
    +        }
    +        ret = NULL;
    +    }
    +    BN_CTX_end(ctx);
    +    bn_check_top(ret);
    +    return ret;
    +}
    diff --git a/openssl/crypto/bn/bn_word.c b/openssl/crypto/bn/bn_word.c
    index de83a15b9..b031a60b5 100644
    --- a/openssl/crypto/bn/bn_word.c
    +++ b/openssl/crypto/bn/bn_word.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,178 +61,167 @@
     #include "bn_lcl.h"
     
     BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w)
    -	{
    +{
     #ifndef BN_LLONG
    -	BN_ULONG ret=0;
    +    BN_ULONG ret = 0;
     #else
    -	BN_ULLONG ret=0;
    +    BN_ULLONG ret = 0;
     #endif
    -	int i;
    +    int i;
     
    -	if (w == 0)
    -		return (BN_ULONG)-1;
    +    if (w == 0)
    +        return (BN_ULONG)-1;
     
    -	bn_check_top(a);
    -	w&=BN_MASK2;
    -	for (i=a->top-1; i>=0; i--)
    -		{
    +    bn_check_top(a);
    +    w &= BN_MASK2;
    +    for (i = a->top - 1; i >= 0; i--) {
     #ifndef BN_LLONG
    -		ret=((ret<d[i]>>BN_BITS4)&BN_MASK2l))%w;
    -		ret=((ret<d[i]&BN_MASK2l))%w;
    +        ret = ((ret << BN_BITS4) | ((a->d[i] >> BN_BITS4) & BN_MASK2l)) % w;
    +        ret = ((ret << BN_BITS4) | (a->d[i] & BN_MASK2l)) % w;
     #else
    -		ret=(BN_ULLONG)(((ret<<(BN_ULLONG)BN_BITS2)|a->d[i])%
    -			(BN_ULLONG)w);
    +        ret = (BN_ULLONG) (((ret << (BN_ULLONG) BN_BITS2) | a->d[i]) %
    +                           (BN_ULLONG) w);
     #endif
    -		}
    -	return((BN_ULONG)ret);
    -	}
    +    }
    +    return ((BN_ULONG)ret);
    +}
     
     BN_ULONG BN_div_word(BIGNUM *a, BN_ULONG w)
    -	{
    -	BN_ULONG ret = 0;
    -	int i, j;
    -
    -	bn_check_top(a);
    -	w &= BN_MASK2;
    -
    -	if (!w)
    -		/* actually this an error (division by zero) */
    -		return (BN_ULONG)-1;
    -	if (a->top == 0)
    -		return 0;
    -
    -	/* normalize input (so bn_div_words doesn't complain) */
    -	j = BN_BITS2 - BN_num_bits_word(w);
    -	w <<= j;
    -	if (!BN_lshift(a, a, j))
    -		return (BN_ULONG)-1;
    -
    -	for (i=a->top-1; i>=0; i--)
    -		{
    -		BN_ULONG l,d;
    -		
    -		l=a->d[i];
    -		d=bn_div_words(ret,l,w);
    -		ret=(l-((d*w)&BN_MASK2))&BN_MASK2;
    -		a->d[i]=d;
    -		}
    -	if ((a->top > 0) && (a->d[a->top-1] == 0))
    -		a->top--;
    -	ret >>= j;
    -	bn_check_top(a);
    -	return(ret);
    -	}
    +{
    +    BN_ULONG ret = 0;
    +    int i, j;
    +
    +    bn_check_top(a);
    +    w &= BN_MASK2;
    +
    +    if (!w)
    +        /* actually this an error (division by zero) */
    +        return (BN_ULONG)-1;
    +    if (a->top == 0)
    +        return 0;
    +
    +    /* normalize input (so bn_div_words doesn't complain) */
    +    j = BN_BITS2 - BN_num_bits_word(w);
    +    w <<= j;
    +    if (!BN_lshift(a, a, j))
    +        return (BN_ULONG)-1;
    +
    +    for (i = a->top - 1; i >= 0; i--) {
    +        BN_ULONG l, d;
    +
    +        l = a->d[i];
    +        d = bn_div_words(ret, l, w);
    +        ret = (l - ((d * w) & BN_MASK2)) & BN_MASK2;
    +        a->d[i] = d;
    +    }
    +    if ((a->top > 0) && (a->d[a->top - 1] == 0))
    +        a->top--;
    +    ret >>= j;
    +    bn_check_top(a);
    +    return (ret);
    +}
     
     int BN_add_word(BIGNUM *a, BN_ULONG w)
    -	{
    -	BN_ULONG l;
    -	int i;
    -
    -	bn_check_top(a);
    -	w &= BN_MASK2;
    -
    -	/* degenerate case: w is zero */
    -	if (!w) return 1;
    -	/* degenerate case: a is zero */
    -	if(BN_is_zero(a)) return BN_set_word(a, w);
    -	/* handle 'a' when negative */
    -	if (a->neg)
    -		{
    -		a->neg=0;
    -		i=BN_sub_word(a,w);
    -		if (!BN_is_zero(a))
    -			a->neg=!(a->neg);
    -		return(i);
    -		}
    -	for (i=0;w!=0 && itop;i++)
    -		{
    -		a->d[i] = l = (a->d[i]+w)&BN_MASK2;
    -		w = (w>l)?1:0;
    -		}
    -	if (w && i==a->top)
    -		{
    -		if (bn_wexpand(a,a->top+1) == NULL) return 0;
    -		a->top++;
    -		a->d[i]=w;
    -		}
    -	bn_check_top(a);
    -	return(1);
    -	}
    +{
    +    BN_ULONG l;
    +    int i;
    +
    +    bn_check_top(a);
    +    w &= BN_MASK2;
    +
    +    /* degenerate case: w is zero */
    +    if (!w)
    +        return 1;
    +    /* degenerate case: a is zero */
    +    if (BN_is_zero(a))
    +        return BN_set_word(a, w);
    +    /* handle 'a' when negative */
    +    if (a->neg) {
    +        a->neg = 0;
    +        i = BN_sub_word(a, w);
    +        if (!BN_is_zero(a))
    +            a->neg = !(a->neg);
    +        return (i);
    +    }
    +    for (i = 0; w != 0 && i < a->top; i++) {
    +        a->d[i] = l = (a->d[i] + w) & BN_MASK2;
    +        w = (w > l) ? 1 : 0;
    +    }
    +    if (w && i == a->top) {
    +        if (bn_wexpand(a, a->top + 1) == NULL)
    +            return 0;
    +        a->top++;
    +        a->d[i] = w;
    +    }
    +    bn_check_top(a);
    +    return (1);
    +}
     
     int BN_sub_word(BIGNUM *a, BN_ULONG w)
    -	{
    -	int i;
    -
    -	bn_check_top(a);
    -	w &= BN_MASK2;
    -
    -	/* degenerate case: w is zero */
    -	if (!w) return 1;
    -	/* degenerate case: a is zero */
    -	if(BN_is_zero(a))
    -		{
    -		i = BN_set_word(a,w);
    -		if (i != 0)
    -			BN_set_negative(a, 1);
    -		return i;
    -		}
    -	/* handle 'a' when negative */
    -	if (a->neg)
    -		{
    -		a->neg=0;
    -		i=BN_add_word(a,w);
    -		a->neg=1;
    -		return(i);
    -		}
    -
    -	if ((a->top == 1) && (a->d[0] < w))
    -		{
    -		a->d[0]=w-a->d[0];
    -		a->neg=1;
    -		return(1);
    -		}
    -	i=0;
    -	for (;;)
    -		{
    -		if (a->d[i] >= w)
    -			{
    -			a->d[i]-=w;
    -			break;
    -			}
    -		else
    -			{
    -			a->d[i]=(a->d[i]-w)&BN_MASK2;
    -			i++;
    -			w=1;
    -			}
    -		}
    -	if ((a->d[i] == 0) && (i == (a->top-1)))
    -		a->top--;
    -	bn_check_top(a);
    -	return(1);
    -	}
    +{
    +    int i;
    +
    +    bn_check_top(a);
    +    w &= BN_MASK2;
    +
    +    /* degenerate case: w is zero */
    +    if (!w)
    +        return 1;
    +    /* degenerate case: a is zero */
    +    if (BN_is_zero(a)) {
    +        i = BN_set_word(a, w);
    +        if (i != 0)
    +            BN_set_negative(a, 1);
    +        return i;
    +    }
    +    /* handle 'a' when negative */
    +    if (a->neg) {
    +        a->neg = 0;
    +        i = BN_add_word(a, w);
    +        a->neg = 1;
    +        return (i);
    +    }
    +
    +    if ((a->top == 1) && (a->d[0] < w)) {
    +        a->d[0] = w - a->d[0];
    +        a->neg = 1;
    +        return (1);
    +    }
    +    i = 0;
    +    for (;;) {
    +        if (a->d[i] >= w) {
    +            a->d[i] -= w;
    +            break;
    +        } else {
    +            a->d[i] = (a->d[i] - w) & BN_MASK2;
    +            i++;
    +            w = 1;
    +        }
    +    }
    +    if ((a->d[i] == 0) && (i == (a->top - 1)))
    +        a->top--;
    +    bn_check_top(a);
    +    return (1);
    +}
     
     int BN_mul_word(BIGNUM *a, BN_ULONG w)
    -	{
    -	BN_ULONG ll;
    -
    -	bn_check_top(a);
    -	w&=BN_MASK2;
    -	if (a->top)
    -		{
    -		if (w == 0)
    -			BN_zero(a);
    -		else
    -			{
    -			ll=bn_mul_words(a->d,a->d,a->top,w);
    -			if (ll)
    -				{
    -				if (bn_wexpand(a,a->top+1) == NULL) return(0);
    -				a->d[a->top++]=ll;
    -				}
    -			}
    -		}
    -	bn_check_top(a);
    -	return(1);
    -	}
    -
    +{
    +    BN_ULONG ll;
    +
    +    bn_check_top(a);
    +    w &= BN_MASK2;
    +    if (a->top) {
    +        if (w == 0)
    +            BN_zero(a);
    +        else {
    +            ll = bn_mul_words(a->d, a->d, a->top, w);
    +            if (ll) {
    +                if (bn_wexpand(a, a->top + 1) == NULL)
    +                    return (0);
    +                a->d[a->top++] = ll;
    +            }
    +        }
    +    }
    +    bn_check_top(a);
    +    return (1);
    +}
    diff --git a/openssl/crypto/bn/bn_x931p.c b/openssl/crypto/bn/bn_x931p.c
    index 04c5c874e..6d76b1284 100644
    --- a/openssl/crypto/bn/bn_x931p.c
    +++ b/openssl/crypto/bn/bn_x931p.c
    @@ -1,6 +1,7 @@
     /* bn_x931p.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2005.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2005.
      */
     /* ====================================================================
      * Copyright (c) 2005 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -61,212 +62,213 @@
     
     /* X9.31 routines for prime derivation */
     
    -/* X9.31 prime derivation. This is used to generate the primes pi
    - * (p1, p2, q1, q2) from a parameter Xpi by checking successive odd
    - * integers.
    +/*
    + * X9.31 prime derivation. This is used to generate the primes pi (p1, p2,
    + * q1, q2) from a parameter Xpi by checking successive odd integers.
      */
     
     static int bn_x931_derive_pi(BIGNUM *pi, const BIGNUM *Xpi, BN_CTX *ctx,
    -			BN_GENCB *cb)
    -	{
    -	int i = 0;
    -	if (!BN_copy(pi, Xpi))
    -		return 0;
    -	if (!BN_is_odd(pi) && !BN_add_word(pi, 1))
    -		return 0;
    -	for(;;)
    -		{
    -		i++;
    -		BN_GENCB_call(cb, 0, i);
    -		/* NB 27 MR is specificed in X9.31 */
    -		if (BN_is_prime_fasttest_ex(pi, 27, ctx, 1, cb))
    -			break;
    -		if (!BN_add_word(pi, 2))
    -			return 0;
    -		}
    -	BN_GENCB_call(cb, 2, i);
    -	return 1;
    -	}
    -
    -/* This is the main X9.31 prime derivation function. From parameters
    - * Xp1, Xp2 and Xp derive the prime p. If the parameters p1 or p2 are
    - * not NULL they will be returned too: this is needed for testing.
    +                             BN_GENCB *cb)
    +{
    +    int i = 0;
    +    if (!BN_copy(pi, Xpi))
    +        return 0;
    +    if (!BN_is_odd(pi) && !BN_add_word(pi, 1))
    +        return 0;
    +    for (;;) {
    +        i++;
    +        BN_GENCB_call(cb, 0, i);
    +        /* NB 27 MR is specificed in X9.31 */
    +        if (BN_is_prime_fasttest_ex(pi, 27, ctx, 1, cb))
    +            break;
    +        if (!BN_add_word(pi, 2))
    +            return 0;
    +    }
    +    BN_GENCB_call(cb, 2, i);
    +    return 1;
    +}
    +
    +/*
    + * This is the main X9.31 prime derivation function. From parameters Xp1, Xp2
    + * and Xp derive the prime p. If the parameters p1 or p2 are not NULL they
    + * will be returned too: this is needed for testing.
      */
     
     int BN_X931_derive_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2,
    -			const BIGNUM *Xp, const BIGNUM *Xp1, const BIGNUM *Xp2,
    -			const BIGNUM *e, BN_CTX *ctx, BN_GENCB *cb)
    -	{
    -	int ret = 0;
    +                            const BIGNUM *Xp, const BIGNUM *Xp1,
    +                            const BIGNUM *Xp2, const BIGNUM *e, BN_CTX *ctx,
    +                            BN_GENCB *cb)
    +{
    +    int ret = 0;
     
    -	BIGNUM *t, *p1p2, *pm1;
    +    BIGNUM *t, *p1p2, *pm1;
     
    -	/* Only even e supported */
    -	if (!BN_is_odd(e))
    -		return 0;
    +    /* Only even e supported */
    +    if (!BN_is_odd(e))
    +        return 0;
     
    -	BN_CTX_start(ctx);
    -	if (!p1)
    -		p1 = BN_CTX_get(ctx);
    +    BN_CTX_start(ctx);
    +    if (!p1)
    +        p1 = BN_CTX_get(ctx);
     
    -	if (!p2)
    -		p2 = BN_CTX_get(ctx);
    +    if (!p2)
    +        p2 = BN_CTX_get(ctx);
     
    -	t = BN_CTX_get(ctx);
    +    t = BN_CTX_get(ctx);
     
    -	p1p2 = BN_CTX_get(ctx);
    +    p1p2 = BN_CTX_get(ctx);
     
    -	pm1 = BN_CTX_get(ctx);
    +    pm1 = BN_CTX_get(ctx);
     
    -	if (!bn_x931_derive_pi(p1, Xp1, ctx, cb))
    -		goto err;
    +    if (!bn_x931_derive_pi(p1, Xp1, ctx, cb))
    +        goto err;
     
    -	if (!bn_x931_derive_pi(p2, Xp2, ctx, cb))
    -		goto err;
    +    if (!bn_x931_derive_pi(p2, Xp2, ctx, cb))
    +        goto err;
     
    -	if (!BN_mul(p1p2, p1, p2, ctx))
    -		goto err;
    +    if (!BN_mul(p1p2, p1, p2, ctx))
    +        goto err;
     
    -	/* First set p to value of Rp */
    +    /* First set p to value of Rp */
     
    -	if (!BN_mod_inverse(p, p2, p1, ctx))
    -		goto err;
    +    if (!BN_mod_inverse(p, p2, p1, ctx))
    +        goto err;
     
    -	if (!BN_mul(p, p, p2, ctx))
    -		goto err;
    +    if (!BN_mul(p, p, p2, ctx))
    +        goto err;
     
    -	if (!BN_mod_inverse(t, p1, p2, ctx))
    -		goto err;
    +    if (!BN_mod_inverse(t, p1, p2, ctx))
    +        goto err;
     
    -	if (!BN_mul(t, t, p1, ctx))
    -		goto err;
    +    if (!BN_mul(t, t, p1, ctx))
    +        goto err;
     
    -	if (!BN_sub(p, p, t))
    -		goto err;
    +    if (!BN_sub(p, p, t))
    +        goto err;
     
    -	if (p->neg && !BN_add(p, p, p1p2))
    -		goto err;
    +    if (p->neg && !BN_add(p, p, p1p2))
    +        goto err;
     
    -	/* p now equals Rp */
    +    /* p now equals Rp */
     
    -	if (!BN_mod_sub(p, p, Xp, p1p2, ctx))
    -		goto err;
    +    if (!BN_mod_sub(p, p, Xp, p1p2, ctx))
    +        goto err;
     
    -	if (!BN_add(p, p, Xp))
    -		goto err;
    +    if (!BN_add(p, p, Xp))
    +        goto err;
     
    -	/* p now equals Yp0 */
    +    /* p now equals Yp0 */
     
    -	for (;;)
    -		{
    -		int i = 1;
    -		BN_GENCB_call(cb, 0, i++);
    -		if (!BN_copy(pm1, p))
    -			goto err;
    -		if (!BN_sub_word(pm1, 1))
    -			goto err;
    -		if (!BN_gcd(t, pm1, e, ctx))
    -			goto err;
    -		if (BN_is_one(t)
    -		/* X9.31 specifies 8 MR and 1 Lucas test or any prime test
    -		 * offering similar or better guarantees 50 MR is considerably 
    -		 * better.
    -		 */
    -			&& BN_is_prime_fasttest_ex(p, 50, ctx, 1, cb))
    -			break;
    -		if (!BN_add(p, p, p1p2))
    -			goto err;
    -		}
    +    for (;;) {
    +        int i = 1;
    +        BN_GENCB_call(cb, 0, i++);
    +        if (!BN_copy(pm1, p))
    +            goto err;
    +        if (!BN_sub_word(pm1, 1))
    +            goto err;
    +        if (!BN_gcd(t, pm1, e, ctx))
    +            goto err;
    +        if (BN_is_one(t)
    +            /*
    +             * X9.31 specifies 8 MR and 1 Lucas test or any prime test
    +             * offering similar or better guarantees 50 MR is considerably
    +             * better.
    +             */
    +            && BN_is_prime_fasttest_ex(p, 50, ctx, 1, cb))
    +            break;
    +        if (!BN_add(p, p, p1p2))
    +            goto err;
    +    }
     
    -	BN_GENCB_call(cb, 3, 0);
    +    BN_GENCB_call(cb, 3, 0);
     
    -	ret = 1;
    +    ret = 1;
     
    -	err:
    + err:
     
    -	BN_CTX_end(ctx);
    +    BN_CTX_end(ctx);
     
    -	return ret;
    -	}
    +    return ret;
    +}
     
    -/* Generate pair of paramters Xp, Xq for X9.31 prime generation.
    - * Note: nbits paramter is sum of number of bits in both.
    +/*
    + * Generate pair of paramters Xp, Xq for X9.31 prime generation. Note: nbits
    + * paramter is sum of number of bits in both.
      */
     
     int BN_X931_generate_Xpq(BIGNUM *Xp, BIGNUM *Xq, int nbits, BN_CTX *ctx)
    -	{
    -	BIGNUM *t;
    -	int i;
    -	/* Number of bits for each prime is of the form
    -	 * 512+128s for s = 0, 1, ...
    -	 */
    -	if ((nbits < 1024) || (nbits & 0xff))
    -		return 0;
    -	nbits >>= 1;
    -	/* The random value Xp must be between sqrt(2) * 2^(nbits-1) and
    -	 * 2^nbits - 1. By setting the top two bits we ensure that the lower
    -	 * bound is exceeded.
    -	 */
    -	if (!BN_rand(Xp, nbits, 1, 0))
    -		return 0;
    -
    -	BN_CTX_start(ctx);
    -	t = BN_CTX_get(ctx);
    -
    -	for (i = 0; i < 1000; i++)
    -		{
    -		if (!BN_rand(Xq, nbits, 1, 0))
    -			return 0;
    -		/* Check that |Xp - Xq| > 2^(nbits - 100) */
    -		BN_sub(t, Xp, Xq);
    -		if (BN_num_bits(t) > (nbits - 100))
    -			break;
    -		}
    -
    -	BN_CTX_end(ctx);
    -
    -	if (i < 1000)
    -		return 1;
    -
    -	return 0;
    -
    -	}
    -
    -/* Generate primes using X9.31 algorithm. Of the values p, p1, p2, Xp1
    - * and Xp2 only 'p' needs to be non-NULL. If any of the others are not NULL
    - * the relevant parameter will be stored in it.
    - *
    - * Due to the fact that |Xp - Xq| > 2^(nbits - 100) must be satisfied Xp and Xq
    - * are generated using the previous function and supplied as input.
    +{
    +    BIGNUM *t;
    +    int i;
    +    /*
    +     * Number of bits for each prime is of the form 512+128s for s = 0, 1,
    +     * ...
    +     */
    +    if ((nbits < 1024) || (nbits & 0xff))
    +        return 0;
    +    nbits >>= 1;
    +    /*
    +     * The random value Xp must be between sqrt(2) * 2^(nbits-1) and 2^nbits
    +     * - 1. By setting the top two bits we ensure that the lower bound is
    +     * exceeded.
    +     */
    +    if (!BN_rand(Xp, nbits, 1, 0))
    +        return 0;
    +
    +    BN_CTX_start(ctx);
    +    t = BN_CTX_get(ctx);
    +
    +    for (i = 0; i < 1000; i++) {
    +        if (!BN_rand(Xq, nbits, 1, 0))
    +            return 0;
    +        /* Check that |Xp - Xq| > 2^(nbits - 100) */
    +        BN_sub(t, Xp, Xq);
    +        if (BN_num_bits(t) > (nbits - 100))
    +            break;
    +    }
    +
    +    BN_CTX_end(ctx);
    +
    +    if (i < 1000)
    +        return 1;
    +
    +    return 0;
    +
    +}
    +
    +/*
    + * Generate primes using X9.31 algorithm. Of the values p, p1, p2, Xp1 and
    + * Xp2 only 'p' needs to be non-NULL. If any of the others are not NULL the
    + * relevant parameter will be stored in it. Due to the fact that |Xp - Xq| >
    + * 2^(nbits - 100) must be satisfied Xp and Xq are generated using the
    + * previous function and supplied as input.
      */
     
     int BN_X931_generate_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2,
    -			BIGNUM *Xp1, BIGNUM *Xp2,
    -			const BIGNUM *Xp,
    -			const BIGNUM *e, BN_CTX *ctx,
    -			BN_GENCB *cb)
    -	{
    -	int ret = 0;
    -
    -	BN_CTX_start(ctx);
    -	if (!Xp1)
    -		Xp1 = BN_CTX_get(ctx);
    -	if (!Xp2)
    -		Xp2 = BN_CTX_get(ctx);
    +                              BIGNUM *Xp1, BIGNUM *Xp2,
    +                              const BIGNUM *Xp,
    +                              const BIGNUM *e, BN_CTX *ctx, BN_GENCB *cb)
    +{
    +    int ret = 0;
     
    -	if (!BN_rand(Xp1, 101, 0, 0))
    -		goto error;
    -	if (!BN_rand(Xp2, 101, 0, 0))
    -		goto error;
    -	if (!BN_X931_derive_prime_ex(p, p1, p2, Xp, Xp1, Xp2, e, ctx, cb))
    -		goto error;
    +    BN_CTX_start(ctx);
    +    if (!Xp1)
    +        Xp1 = BN_CTX_get(ctx);
    +    if (!Xp2)
    +        Xp2 = BN_CTX_get(ctx);
     
    -	ret = 1;
    +    if (!BN_rand(Xp1, 101, 0, 0))
    +        goto error;
    +    if (!BN_rand(Xp2, 101, 0, 0))
    +        goto error;
    +    if (!BN_X931_derive_prime_ex(p, p1, p2, Xp, Xp1, Xp2, e, ctx, cb))
    +        goto error;
     
    -	error:
    -	BN_CTX_end(ctx);
    +    ret = 1;
     
    -	return ret;
    + error:
    +    BN_CTX_end(ctx);
     
    -	}
    +    return ret;
     
    +}
    diff --git a/openssl/crypto/bn/bnspeed.c b/openssl/crypto/bn/bnspeed.c
    index b554ac8cf..e387fdfbc 100644
    --- a/openssl/crypto/bn/bnspeed.c
    +++ b/openssl/crypto/bn/bnspeed.c
    @@ -7,21 +7,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -36,10 +36,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -51,7 +51,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,7 +60,7 @@
     
     /* most of this code has been pilfered from my libdes speed.c program */
     
    -#define BASENUM	1000000
    +#define BASENUM 1000000
     #undef PROG
     #define PROG bnspeed_main
     
    @@ -72,33 +72,35 @@
     #include 
     
     #if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC)) && !defined(OPENSSL_SYS_MACOSX)
    -#define TIMES
    +# define TIMES
     #endif
     
     #ifndef _IRIX
    -#include 
    +# include 
     #endif
     #ifdef TIMES
    -#include 
    -#include 
    +# include 
    +# include 
     #endif
     
    -/* Depending on the VMS version, the tms structure is perhaps defined.
    -   The __TMS macro will show if it was.  If it wasn't defined, we should
    -   undefine TIMES, since that tells the rest of the program how things
    -   should be handled.				-- Richard Levitte */
    +/*
    + * Depending on the VMS version, the tms structure is perhaps defined. The
    + * __TMS macro will show if it was.  If it wasn't defined, we should undefine
    + * TIMES, since that tells the rest of the program how things should be
    + * handled.  -- Richard Levitte
    + */
     #if defined(OPENSSL_SYS_VMS_DECC) && !defined(__TMS)
    -#undef TIMES
    +# undef TIMES
     #endif
     
     #ifndef TIMES
    -#include 
    +# include 
     #endif
     
     #if defined(sun) || defined(__ultrix)
    -#define _POSIX_SOURCE
    -#include 
    -#include 
    +# define _POSIX_SOURCE
    +# include 
    +# include 
     #endif
     
     #include 
    @@ -107,127 +109,124 @@
     /* The following if from times(3) man page.  It may need to be changed */
     #ifndef HZ
     # ifndef CLK_TCK
    -#  ifndef _BSD_CLK_TCK_ /* FreeBSD hack */
    -#   define HZ	100.0
    -#  else /* _BSD_CLK_TCK_ */
    +#  ifndef _BSD_CLK_TCK_         /* FreeBSD hack */
    +#   define HZ   100.0
    +#  else                         /* _BSD_CLK_TCK_ */
     #   define HZ ((double)_BSD_CLK_TCK_)
     #  endif
    -# else /* CLK_TCK */
    +# else                          /* CLK_TCK */
     #  define HZ ((double)CLK_TCK)
     # endif
     #endif
     
     #undef BUFSIZE
    -#define BUFSIZE	((long)1024*8)
    -int run=0;
    +#define BUFSIZE ((long)1024*8)
    +int run = 0;
     
     static double Time_F(int s);
    -#define START	0
    -#define STOP	1
    +#define START   0
    +#define STOP    1
     
     static double Time_F(int s)
    -	{
    -	double ret;
    +{
    +    double ret;
     #ifdef TIMES
    -	static struct tms tstart,tend;
    -
    -	if (s == START)
    -		{
    -		times(&tstart);
    -		return(0);
    -		}
    -	else
    -		{
    -		times(&tend);
    -		ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
    -		return((ret < 1e-3)?1e-3:ret);
    -		}
    -#else /* !times() */
    -	static struct timeb tstart,tend;
    -	long i;
    -
    -	if (s == START)
    -		{
    -		ftime(&tstart);
    -		return(0);
    -		}
    -	else
    -		{
    -		ftime(&tend);
    -		i=(long)tend.millitm-(long)tstart.millitm;
    -		ret=((double)(tend.time-tstart.time))+((double)i)/1000.0;
    -		return((ret < 0.001)?0.001:ret);
    -		}
    +    static struct tms tstart, tend;
    +
    +    if (s == START) {
    +        times(&tstart);
    +        return (0);
    +    } else {
    +        times(&tend);
    +        ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ;
    +        return ((ret < 1e-3) ? 1e-3 : ret);
    +    }
    +#else                           /* !times() */
    +    static struct timeb tstart, tend;
    +    long i;
    +
    +    if (s == START) {
    +        ftime(&tstart);
    +        return (0);
    +    } else {
    +        ftime(&tend);
    +        i = (long)tend.millitm - (long)tstart.millitm;
    +        ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1000.0;
    +        return ((ret < 0.001) ? 0.001 : ret);
    +    }
     #endif
    -	}
    +}
    +
    +#define NUM_SIZES       5
    +static int sizes[NUM_SIZES] = { 128, 256, 512, 1024, 2048 };
     
    -#define NUM_SIZES	5
    -static int sizes[NUM_SIZES]={128,256,512,1024,2048};
    -/*static int sizes[NUM_SIZES]={59,179,299,419,539}; */
    +/*
    + * static int sizes[NUM_SIZES]={59,179,299,419,539};
    + */
     
    -void do_mul(BIGNUM *r,BIGNUM *a,BIGNUM *b,BN_CTX *ctx); 
    +void do_mul(BIGNUM *r, BIGNUM *a, BIGNUM *b, BN_CTX *ctx);
     
     int main(int argc, char **argv)
    -	{
    -	BN_CTX *ctx;
    -	BIGNUM a,b,c;
    +{
    +    BN_CTX *ctx;
    +    BIGNUM a, b, c;
     
    -	ctx=BN_CTX_new();
    -	BN_init(&a);
    -	BN_init(&b);
    -	BN_init(&c);
    +    ctx = BN_CTX_new();
    +    BN_init(&a);
    +    BN_init(&b);
    +    BN_init(&c);
     
    -	do_mul(&a,&b,&c,ctx);
    -	}
    +    do_mul(&a, &b, &c, ctx);
    +}
     
     void do_mul(BIGNUM *r, BIGNUM *a, BIGNUM *b, BN_CTX *ctx)
    -	{
    -	int i,j,k;
    -	double tm;
    -	long num;
    -
    -	for (i=0; i %8.3fms\n",sizes[i],sizes[j],tm*1000.0/num);
    -			}
    -		}
    -
    -	for (i=0; i %8.3fms\n",sizes[i],sizes[i],tm*1000.0/num);
    -		}
    -
    -	for (i=0; i %8.3fms\n",sizes[j],sizes[i]-1,tm*1000.0/num);
    -			}
    -		}
    -	}
    -
    +{
    +    int i, j, k;
    +    double tm;
    +    long num;
    +
    +    for (i = 0; i < NUM_SIZES; i++) {
    +        num = BASENUM;
    +        if (i)
    +            num /= (i * 3);
    +        BN_rand(a, sizes[i], 1, 0);
    +        for (j = i; j < NUM_SIZES; j++) {
    +            BN_rand(b, sizes[j], 1, 0);
    +            Time_F(START);
    +            for (k = 0; k < num; k++)
    +                BN_mul(r, b, a, ctx);
    +            tm = Time_F(STOP);
    +            printf("mul %4d x %4d -> %8.3fms\n", sizes[i], sizes[j],
    +                   tm * 1000.0 / num);
    +        }
    +    }
    +
    +    for (i = 0; i < NUM_SIZES; i++) {
    +        num = BASENUM;
    +        if (i)
    +            num /= (i * 3);
    +        BN_rand(a, sizes[i], 1, 0);
    +        Time_F(START);
    +        for (k = 0; k < num; k++)
    +            BN_sqr(r, a, ctx);
    +        tm = Time_F(STOP);
    +        printf("sqr %4d x %4d -> %8.3fms\n", sizes[i], sizes[i],
    +               tm * 1000.0 / num);
    +    }
    +
    +    for (i = 0; i < NUM_SIZES; i++) {
    +        num = BASENUM / 10;
    +        if (i)
    +            num /= (i * 3);
    +        BN_rand(a, sizes[i] - 1, 1, 0);
    +        for (j = i; j < NUM_SIZES; j++) {
    +            BN_rand(b, sizes[j], 1, 0);
    +            Time_F(START);
    +            for (k = 0; k < 100000; k++)
    +                BN_div(r, NULL, b, a, ctx);
    +            tm = Time_F(STOP);
    +            printf("div %4d / %4d -> %8.3fms\n", sizes[j], sizes[i] - 1,
    +                   tm * 1000.0 / num);
    +        }
    +    }
    +}
    diff --git a/openssl/crypto/bn/bntest.c b/openssl/crypto/bn/bntest.c
    index 06f5954ac..06662c58b 100644
    --- a/openssl/crypto/bn/bntest.c
    +++ b/openssl/crypto/bn/bntest.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -58,21 +58,23 @@
     /* ====================================================================
      * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
      *
    - * Portions of the attached software ("Contribution") are developed by 
    + * Portions of the attached software ("Contribution") are developed by
      * SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project.
      *
      * The Contribution is licensed pursuant to the Eric Young open source
      * license provided above.
      *
    - * The binary polynomial arithmetic software is originally written by 
    + * The binary polynomial arithmetic software is originally written by
      * Sheueling Chang Shantz and Douglas Stebila of Sun Microsystems Laboratories.
      *
      */
     
    -/* Until the key-gen callbacks are modified to use newer prototypes, we allow
    - * deprecated functions for openssl-internal code */
    +/*
    + * Until the key-gen callbacks are modified to use newer prototypes, we allow
    + * deprecated functions for openssl-internal code
    + */
     #ifdef OPENSSL_NO_DEPRECATED
    -#undef OPENSSL_NO_DEPRECATED
    +# undef OPENSSL_NO_DEPRECATED
     #endif
     
     #include 
    @@ -87,1927 +89,1997 @@
     #include 
     #include 
     
    -const int num0 = 100; /* number of tests */
    -const int num1 = 50;  /* additional tests for some functions */
    -const int num2 = 5;   /* number of tests for slow functions */
    +const int num0 = 100;           /* number of tests */
    +const int num1 = 50;            /* additional tests for some functions */
    +const int num2 = 5;             /* number of tests for slow functions */
     
     int test_add(BIO *bp);
     int test_sub(BIO *bp);
     int test_lshift1(BIO *bp);
    -int test_lshift(BIO *bp,BN_CTX *ctx,BIGNUM *a_);
    +int test_lshift(BIO *bp, BN_CTX *ctx, BIGNUM *a_);
     int test_rshift1(BIO *bp);
    -int test_rshift(BIO *bp,BN_CTX *ctx);
    -int test_div(BIO *bp,BN_CTX *ctx);
    +int test_rshift(BIO *bp, BN_CTX *ctx);
    +int test_div(BIO *bp, BN_CTX *ctx);
     int test_div_word(BIO *bp);
    -int test_div_recp(BIO *bp,BN_CTX *ctx);
    +int test_div_recp(BIO *bp, BN_CTX *ctx);
     int test_mul(BIO *bp);
    -int test_sqr(BIO *bp,BN_CTX *ctx);
    -int test_mont(BIO *bp,BN_CTX *ctx);
    -int test_mod(BIO *bp,BN_CTX *ctx);
    -int test_mod_mul(BIO *bp,BN_CTX *ctx);
    -int test_mod_exp(BIO *bp,BN_CTX *ctx);
    -int test_mod_exp_mont_consttime(BIO *bp,BN_CTX *ctx);
    -int test_exp(BIO *bp,BN_CTX *ctx);
    +int test_sqr(BIO *bp, BN_CTX *ctx);
    +int test_mont(BIO *bp, BN_CTX *ctx);
    +int test_mod(BIO *bp, BN_CTX *ctx);
    +int test_mod_mul(BIO *bp, BN_CTX *ctx);
    +int test_mod_exp(BIO *bp, BN_CTX *ctx);
    +int test_mod_exp_mont_consttime(BIO *bp, BN_CTX *ctx);
    +int test_mod_exp_mont5(BIO *bp, BN_CTX *ctx);
    +int test_exp(BIO *bp, BN_CTX *ctx);
     int test_gf2m_add(BIO *bp);
     int test_gf2m_mod(BIO *bp);
    -int test_gf2m_mod_mul(BIO *bp,BN_CTX *ctx);
    -int test_gf2m_mod_sqr(BIO *bp,BN_CTX *ctx);
    -int test_gf2m_mod_inv(BIO *bp,BN_CTX *ctx);
    -int test_gf2m_mod_div(BIO *bp,BN_CTX *ctx);
    -int test_gf2m_mod_exp(BIO *bp,BN_CTX *ctx);
    -int test_gf2m_mod_sqrt(BIO *bp,BN_CTX *ctx);
    -int test_gf2m_mod_solve_quad(BIO *bp,BN_CTX *ctx);
    -int test_kron(BIO *bp,BN_CTX *ctx);
    -int test_sqrt(BIO *bp,BN_CTX *ctx);
    +int test_gf2m_mod_mul(BIO *bp, BN_CTX *ctx);
    +int test_gf2m_mod_sqr(BIO *bp, BN_CTX *ctx);
    +int test_gf2m_mod_inv(BIO *bp, BN_CTX *ctx);
    +int test_gf2m_mod_div(BIO *bp, BN_CTX *ctx);
    +int test_gf2m_mod_exp(BIO *bp, BN_CTX *ctx);
    +int test_gf2m_mod_sqrt(BIO *bp, BN_CTX *ctx);
    +int test_gf2m_mod_solve_quad(BIO *bp, BN_CTX *ctx);
    +int test_kron(BIO *bp, BN_CTX *ctx);
    +int test_sqrt(BIO *bp, BN_CTX *ctx);
     int rand_neg(void);
    -static int results=0;
    +static int results = 0;
     
    -static unsigned char lst[]="\xC6\x4F\x43\x04\x2A\xEA\xCA\x6E\x58\x36\x80\x5B\xE8\xC9"
    -"\x9B\x04\x5D\x48\x36\xC2\xFD\x16\xC9\x64\xF0";
    +static unsigned char lst[] =
    +    "\xC6\x4F\x43\x04\x2A\xEA\xCA\x6E\x58\x36\x80\x5B\xE8\xC9"
    +    "\x9B\x04\x5D\x48\x36\xC2\xFD\x16\xC9\x64\xF0";
     
    -static const char rnd_seed[] = "string to make the random number generator think it has entropy";
    +static const char rnd_seed[] =
    +    "string to make the random number generator think it has entropy";
     
     static void message(BIO *out, char *m)
    -	{
    -	fprintf(stderr, "test %s\n", m);
    -	BIO_puts(out, "print \"test ");
    -	BIO_puts(out, m);
    -	BIO_puts(out, "\\n\"\n");
    -	}
    +{
    +    fprintf(stderr, "test %s\n", m);
    +    BIO_puts(out, "print \"test ");
    +    BIO_puts(out, m);
    +    BIO_puts(out, "\\n\"\n");
    +}
     
     int main(int argc, char *argv[])
    -	{
    -	BN_CTX *ctx;
    -	BIO *out;
    -	char *outfile=NULL;
    -
    -	results = 0;
    -
    -	RAND_seed(rnd_seed, sizeof rnd_seed); /* or BN_generate_prime may fail */
    -
    -	argc--;
    -	argv++;
    -	while (argc >= 1)
    -		{
    -		if (strcmp(*argv,"-results") == 0)
    -			results=1;
    -		else if (strcmp(*argv,"-out") == 0)
    -			{
    -			if (--argc < 1) break;
    -			outfile= *(++argv);
    -			}
    -		argc--;
    -		argv++;
    -		}
    -
    -
    -	ctx=BN_CTX_new();
    -	if (ctx == NULL) EXIT(1);
    -
    -	out=BIO_new(BIO_s_file());
    -	if (out == NULL) EXIT(1);
    -	if (outfile == NULL)
    -		{
    -		BIO_set_fp(out,stdout,BIO_NOCLOSE);
    -		}
    -	else
    -		{
    -		if (!BIO_write_filename(out,outfile))
    -			{
    -			perror(outfile);
    -			EXIT(1);
    -			}
    -		}
    -
    -	if (!results)
    -		BIO_puts(out,"obase=16\nibase=16\n");
    -
    -	message(out,"BN_add");
    -	if (!test_add(out)) goto err;
    -	(void)BIO_flush(out);
    -
    -	message(out,"BN_sub");
    -	if (!test_sub(out)) goto err;
    -	(void)BIO_flush(out);
    -
    -	message(out,"BN_lshift1");
    -	if (!test_lshift1(out)) goto err;
    -	(void)BIO_flush(out);
    -
    -	message(out,"BN_lshift (fixed)");
    -	if (!test_lshift(out,ctx,BN_bin2bn(lst,sizeof(lst)-1,NULL)))
    -	    goto err;
    -	(void)BIO_flush(out);
    -
    -	message(out,"BN_lshift");
    -	if (!test_lshift(out,ctx,NULL)) goto err;
    -	(void)BIO_flush(out);
    -
    -	message(out,"BN_rshift1");
    -	if (!test_rshift1(out)) goto err;
    -	(void)BIO_flush(out);
    -
    -	message(out,"BN_rshift");
    -	if (!test_rshift(out,ctx)) goto err;
    -	(void)BIO_flush(out);
    -
    -	message(out,"BN_sqr");
    -	if (!test_sqr(out,ctx)) goto err;
    -	(void)BIO_flush(out);
    -
    -	message(out,"BN_mul");
    -	if (!test_mul(out)) goto err;
    -	(void)BIO_flush(out);
    -
    -	message(out,"BN_div");
    -	if (!test_div(out,ctx)) goto err;
    -	(void)BIO_flush(out);
    -
    -	message(out,"BN_div_word");
    -	if (!test_div_word(out)) goto err;
    -	(void)BIO_flush(out);
    -
    -	message(out,"BN_div_recp");
    -	if (!test_div_recp(out,ctx)) goto err;
    -	(void)BIO_flush(out);
    -
    -	message(out,"BN_mod");
    -	if (!test_mod(out,ctx)) goto err;
    -	(void)BIO_flush(out);
    -
    -	message(out,"BN_mod_mul");
    -	if (!test_mod_mul(out,ctx)) goto err;
    -	(void)BIO_flush(out);
    -
    -	message(out,"BN_mont");
    -	if (!test_mont(out,ctx)) goto err;
    -	(void)BIO_flush(out);
    -
    -	message(out,"BN_mod_exp");
    -	if (!test_mod_exp(out,ctx)) goto err;
    -	(void)BIO_flush(out);
    -
    -	message(out,"BN_mod_exp_mont_consttime");
    -	if (!test_mod_exp_mont_consttime(out,ctx)) goto err;
    -	(void)BIO_flush(out);
    -
    -	message(out,"BN_exp");
    -	if (!test_exp(out,ctx)) goto err;
    -	(void)BIO_flush(out);
    -
    -	message(out,"BN_kronecker");
    -	if (!test_kron(out,ctx)) goto err;
    -	(void)BIO_flush(out);
    -
    -	message(out,"BN_mod_sqrt");
    -	if (!test_sqrt(out,ctx)) goto err;
    -	(void)BIO_flush(out);
    +{
    +    BN_CTX *ctx;
    +    BIO *out;
    +    char *outfile = NULL;
    +
    +    results = 0;
    +
    +    RAND_seed(rnd_seed, sizeof rnd_seed); /* or BN_generate_prime may fail */
    +
    +    argc--;
    +    argv++;
    +    while (argc >= 1) {
    +        if (strcmp(*argv, "-results") == 0)
    +            results = 1;
    +        else if (strcmp(*argv, "-out") == 0) {
    +            if (--argc < 1)
    +                break;
    +            outfile = *(++argv);
    +        }
    +        argc--;
    +        argv++;
    +    }
    +
    +    ctx = BN_CTX_new();
    +    if (ctx == NULL)
    +        EXIT(1);
    +
    +    out = BIO_new(BIO_s_file());
    +    if (out == NULL)
    +        EXIT(1);
    +    if (outfile == NULL) {
    +        BIO_set_fp(out, stdout, BIO_NOCLOSE);
    +    } else {
    +        if (!BIO_write_filename(out, outfile)) {
    +            perror(outfile);
    +            EXIT(1);
    +        }
    +    }
    +
    +    if (!results)
    +        BIO_puts(out, "obase=16\nibase=16\n");
    +
    +    message(out, "BN_add");
    +    if (!test_add(out))
    +        goto err;
    +    (void)BIO_flush(out);
    +
    +    message(out, "BN_sub");
    +    if (!test_sub(out))
    +        goto err;
    +    (void)BIO_flush(out);
    +
    +    message(out, "BN_lshift1");
    +    if (!test_lshift1(out))
    +        goto err;
    +    (void)BIO_flush(out);
    +
    +    message(out, "BN_lshift (fixed)");
    +    if (!test_lshift(out, ctx, BN_bin2bn(lst, sizeof(lst) - 1, NULL)))
    +        goto err;
    +    (void)BIO_flush(out);
    +
    +    message(out, "BN_lshift");
    +    if (!test_lshift(out, ctx, NULL))
    +        goto err;
    +    (void)BIO_flush(out);
    +
    +    message(out, "BN_rshift1");
    +    if (!test_rshift1(out))
    +        goto err;
    +    (void)BIO_flush(out);
    +
    +    message(out, "BN_rshift");
    +    if (!test_rshift(out, ctx))
    +        goto err;
    +    (void)BIO_flush(out);
    +
    +    message(out, "BN_sqr");
    +    if (!test_sqr(out, ctx))
    +        goto err;
    +    (void)BIO_flush(out);
    +
    +    message(out, "BN_mul");
    +    if (!test_mul(out))
    +        goto err;
    +    (void)BIO_flush(out);
    +
    +    message(out, "BN_div");
    +    if (!test_div(out, ctx))
    +        goto err;
    +    (void)BIO_flush(out);
    +
    +    message(out, "BN_div_word");
    +    if (!test_div_word(out))
    +        goto err;
    +    (void)BIO_flush(out);
    +
    +    message(out, "BN_div_recp");
    +    if (!test_div_recp(out, ctx))
    +        goto err;
    +    (void)BIO_flush(out);
    +
    +    message(out, "BN_mod");
    +    if (!test_mod(out, ctx))
    +        goto err;
    +    (void)BIO_flush(out);
    +
    +    message(out, "BN_mod_mul");
    +    if (!test_mod_mul(out, ctx))
    +        goto err;
    +    (void)BIO_flush(out);
    +
    +    message(out, "BN_mont");
    +    if (!test_mont(out, ctx))
    +        goto err;
    +    (void)BIO_flush(out);
    +
    +    message(out, "BN_mod_exp");
    +    if (!test_mod_exp(out, ctx))
    +        goto err;
    +    (void)BIO_flush(out);
    +
    +    message(out, "BN_mod_exp_mont_consttime");
    +    if (!test_mod_exp_mont_consttime(out, ctx))
    +        goto err;
    +    if (!test_mod_exp_mont5(out, ctx))
    +        goto err;
    +    (void)BIO_flush(out);
    +
    +    message(out, "BN_exp");
    +    if (!test_exp(out, ctx))
    +        goto err;
    +    (void)BIO_flush(out);
    +
    +    message(out, "BN_kronecker");
    +    if (!test_kron(out, ctx))
    +        goto err;
    +    (void)BIO_flush(out);
    +
    +    message(out, "BN_mod_sqrt");
    +    if (!test_sqrt(out, ctx))
    +        goto err;
    +    (void)BIO_flush(out);
     #ifndef OPENSSL_NO_EC2M
    -	message(out,"BN_GF2m_add");
    -	if (!test_gf2m_add(out)) goto err;
    -	(void)BIO_flush(out);
    -
    -	message(out,"BN_GF2m_mod");
    -	if (!test_gf2m_mod(out)) goto err;
    -	(void)BIO_flush(out);
    -
    -	message(out,"BN_GF2m_mod_mul");
    -	if (!test_gf2m_mod_mul(out,ctx)) goto err;
    -	(void)BIO_flush(out);
    -
    -	message(out,"BN_GF2m_mod_sqr");
    -	if (!test_gf2m_mod_sqr(out,ctx)) goto err;
    -	(void)BIO_flush(out);
    -
    -	message(out,"BN_GF2m_mod_inv");
    -	if (!test_gf2m_mod_inv(out,ctx)) goto err;
    -	(void)BIO_flush(out);
    -
    -	message(out,"BN_GF2m_mod_div");
    -	if (!test_gf2m_mod_div(out,ctx)) goto err;
    -	(void)BIO_flush(out);
    -
    -	message(out,"BN_GF2m_mod_exp");
    -	if (!test_gf2m_mod_exp(out,ctx)) goto err;
    -	(void)BIO_flush(out);
    -
    -	message(out,"BN_GF2m_mod_sqrt");
    -	if (!test_gf2m_mod_sqrt(out,ctx)) goto err;
    -	(void)BIO_flush(out);
    -
    -	message(out,"BN_GF2m_mod_solve_quad");
    -	if (!test_gf2m_mod_solve_quad(out,ctx)) goto err;
    -	(void)BIO_flush(out);
    +    message(out, "BN_GF2m_add");
    +    if (!test_gf2m_add(out))
    +        goto err;
    +    (void)BIO_flush(out);
    +
    +    message(out, "BN_GF2m_mod");
    +    if (!test_gf2m_mod(out))
    +        goto err;
    +    (void)BIO_flush(out);
    +
    +    message(out, "BN_GF2m_mod_mul");
    +    if (!test_gf2m_mod_mul(out, ctx))
    +        goto err;
    +    (void)BIO_flush(out);
    +
    +    message(out, "BN_GF2m_mod_sqr");
    +    if (!test_gf2m_mod_sqr(out, ctx))
    +        goto err;
    +    (void)BIO_flush(out);
    +
    +    message(out, "BN_GF2m_mod_inv");
    +    if (!test_gf2m_mod_inv(out, ctx))
    +        goto err;
    +    (void)BIO_flush(out);
    +
    +    message(out, "BN_GF2m_mod_div");
    +    if (!test_gf2m_mod_div(out, ctx))
    +        goto err;
    +    (void)BIO_flush(out);
    +
    +    message(out, "BN_GF2m_mod_exp");
    +    if (!test_gf2m_mod_exp(out, ctx))
    +        goto err;
    +    (void)BIO_flush(out);
    +
    +    message(out, "BN_GF2m_mod_sqrt");
    +    if (!test_gf2m_mod_sqrt(out, ctx))
    +        goto err;
    +    (void)BIO_flush(out);
    +
    +    message(out, "BN_GF2m_mod_solve_quad");
    +    if (!test_gf2m_mod_solve_quad(out, ctx))
    +        goto err;
    +    (void)BIO_flush(out);
     #endif
    -	BN_CTX_free(ctx);
    -	BIO_free(out);
    -
    -/**/
    -	EXIT(0);
    -err:
    -	BIO_puts(out,"1\n"); /* make sure the Perl script fed by bc notices
    -	                      * the failure, see test_bn in test/Makefile.ssl*/
    -	(void)BIO_flush(out);
    -	ERR_load_crypto_strings();
    -	ERR_print_errors_fp(stderr);
    -	EXIT(1);
    -	return(1);
    -	}
    +    BN_CTX_free(ctx);
    +    BIO_free(out);
    +
    +    EXIT(0);
    + err:
    +    BIO_puts(out, "1\n");       /* make sure the Perl script fed by bc
    +                                 * notices the failure, see test_bn in
    +                                 * test/Makefile.ssl */
    +    (void)BIO_flush(out);
    +    ERR_load_crypto_strings();
    +    ERR_print_errors_fp(stderr);
    +    EXIT(1);
    +    return (1);
    +}
     
     int test_add(BIO *bp)
    -	{
    -	BIGNUM a,b,c;
    -	int i;
    -
    -	BN_init(&a);
    -	BN_init(&b);
    -	BN_init(&c);
    -
    -	BN_bntest_rand(&a,512,0,0);
    -	for (i=0; i sizeof(unsigned long))
    -		{
    -		unsigned long	h=(unsigned long)(w>>32),
    -				l=(unsigned long)(w);
    -
    -		if (h)	BIO_printf(bp,"%lX%08lX",h,l);
    -		else	BIO_printf(bp,"%lX",l);
    -		return;
    -		}
    +    if (sizeof(w) > sizeof(unsigned long)) {
    +        unsigned long h = (unsigned long)(w >> 32), l = (unsigned long)(w);
    +
    +        if (h)
    +            BIO_printf(bp, "%lX%08lX", h, l);
    +        else
    +            BIO_printf(bp, "%lX", l);
    +        return;
    +    }
     #endif
    -	BIO_printf(bp,BN_HEX_FMT1,w);
    -	}
    +    BIO_printf(bp, BN_HEX_FMT1, w);
    +}
     
     int test_div_word(BIO *bp)
    -	{
    -	BIGNUM   a,b;
    -	BN_ULONG r,s;
    -	int i;
    -
    -	BN_init(&a);
    -	BN_init(&b);
    -
    -	for (i=0; ineg = rand_neg();
    +        BN_sqr(c, a, ctx);
    +        if (bp != NULL) {
    +            if (!results) {
    +                BN_print(bp, a);
    +                BIO_puts(bp, " * ");
    +                BN_print(bp, a);
    +                BIO_puts(bp, " - ");
    +            }
    +            BN_print(bp, c);
    +            BIO_puts(bp, "\n");
    +        }
    +        BN_div(d, e, c, a, ctx);
    +        BN_sub(d, d, a);
    +        if (!BN_is_zero(d) || !BN_is_zero(e)) {
    +            fprintf(stderr, "Square test failed!\n");
    +            goto err;
    +        }
    +    }
    +
    +    /* Regression test for a BN_sqr overflow bug. */
    +    BN_hex2bn(&a,
    +              "80000000000000008000000000000001"
    +              "FFFFFFFFFFFFFFFE0000000000000000");
    +    BN_sqr(c, a, ctx);
    +    if (bp != NULL) {
    +        if (!results) {
    +            BN_print(bp, a);
    +            BIO_puts(bp, " * ");
    +            BN_print(bp, a);
    +            BIO_puts(bp, " - ");
    +        }
    +        BN_print(bp, c);
    +        BIO_puts(bp, "\n");
    +    }
    +    BN_mul(d, a, a, ctx);
    +    if (BN_cmp(c, d)) {
    +        fprintf(stderr, "Square test failed: BN_sqr and BN_mul produce "
    +                "different results!\n");
    +        goto err;
    +    }
    +
    +    /* Regression test for a BN_sqr overflow bug. */
    +    BN_hex2bn(&a,
    +              "80000000000000000000000080000001"
    +              "FFFFFFFE000000000000000000000000");
    +    BN_sqr(c, a, ctx);
    +    if (bp != NULL) {
    +        if (!results) {
    +            BN_print(bp, a);
    +            BIO_puts(bp, " * ");
    +            BN_print(bp, a);
    +            BIO_puts(bp, " - ");
    +        }
    +        BN_print(bp, c);
    +        BIO_puts(bp, "\n");
    +    }
    +    BN_mul(d, a, a, ctx);
    +    if (BN_cmp(c, d)) {
    +        fprintf(stderr, "Square test failed: BN_sqr and BN_mul produce "
    +                "different results!\n");
    +        goto err;
    +    }
    +    ret = 1;
    + err:
    +    if (a != NULL)
    +        BN_free(a);
    +    if (c != NULL)
    +        BN_free(c);
    +    if (d != NULL)
    +        BN_free(d);
    +    if (e != NULL)
    +        BN_free(e);
    +    return ret;
    +}
     
     int test_mont(BIO *bp, BN_CTX *ctx)
    -	{
    -	BIGNUM a,b,c,d,A,B;
    -	BIGNUM n;
    -	int i;
    -	BN_MONT_CTX *mont;
    -
    -	BN_init(&a);
    -	BN_init(&b);
    -	BN_init(&c);
    -	BN_init(&d);
    -	BN_init(&A);
    -	BN_init(&B);
    -	BN_init(&n);
    -
    -	mont=BN_MONT_CTX_new();
    -	if (mont == NULL)
    -		return 0;
    -
    -	BN_bntest_rand(&a,100,0,0); /**/
    -	BN_bntest_rand(&b,100,0,0); /**/
    -	for (i=0; iN));
    +                fprintf(stderr, "%d * %d %% %d\n",
    +                        BN_num_bits(&a),
    +                        BN_num_bits(&b), BN_num_bits(mont->N));
     #endif
    -				BN_print(bp,&a);
    -				BIO_puts(bp," * ");
    -				BN_print(bp,&b);
    -				BIO_puts(bp," % ");
    -				BN_print(bp,&(mont->N));
    -				BIO_puts(bp," - ");
    -				}
    -			BN_print(bp,&A);
    -			BIO_puts(bp,"\n");
    -			}
    -		BN_mod_mul(&d,&a,&b,&n,ctx);
    -		BN_sub(&d,&d,&A);
    -		if(!BN_is_zero(&d))
    -		    {
    -		    fprintf(stderr,"Montgomery multiplication test failed!\n");
    -		    return 0;
    -		    }
    -		}
    -	BN_MONT_CTX_free(mont);
    -	BN_free(&a);
    -	BN_free(&b);
    -	BN_free(&c);
    -	BN_free(&d);
    -	BN_free(&A);
    -	BN_free(&B);
    -	BN_free(&n);
    -	return(1);
    -	}
    +                BN_print(bp, &a);
    +                BIO_puts(bp, " * ");
    +                BN_print(bp, &b);
    +                BIO_puts(bp, " % ");
    +                BN_print(bp, &(mont->N));
    +                BIO_puts(bp, " - ");
    +            }
    +            BN_print(bp, &A);
    +            BIO_puts(bp, "\n");
    +        }
    +        BN_mod_mul(&d, &a, &b, &n, ctx);
    +        BN_sub(&d, &d, &A);
    +        if (!BN_is_zero(&d)) {
    +            fprintf(stderr, "Montgomery multiplication test failed!\n");
    +            return 0;
    +        }
    +    }
    +    BN_MONT_CTX_free(mont);
    +    BN_free(&a);
    +    BN_free(&b);
    +    BN_free(&c);
    +    BN_free(&d);
    +    BN_free(&A);
    +    BN_free(&B);
    +    BN_free(&n);
    +    return (1);
    +}
     
     int test_mod(BIO *bp, BN_CTX *ctx)
    -	{
    -	BIGNUM *a,*b,*c,*d,*e;
    -	int i;
    -
    -	a=BN_new();
    -	b=BN_new();
    -	c=BN_new();
    -	d=BN_new();
    -	e=BN_new();
    -
    -	BN_bntest_rand(a,1024,0,0); /**/
    -	for (i=0; ineg=rand_neg();
    -		b->neg=rand_neg();
    -		BN_mod(c,a,b,ctx);/**/
    -		if (bp != NULL)
    -			{
    -			if (!results)
    -				{
    -				BN_print(bp,a);
    -				BIO_puts(bp," % ");
    -				BN_print(bp,b);
    -				BIO_puts(bp," - ");
    -				}
    -			BN_print(bp,c);
    -			BIO_puts(bp,"\n");
    -			}
    -		BN_div(d,e,a,b,ctx);
    -		BN_sub(e,e,c);
    -		if(!BN_is_zero(e))
    -		    {
    -		    fprintf(stderr,"Modulo test failed!\n");
    -		    return 0;
    -		    }
    -		}
    -	BN_free(a);
    -	BN_free(b);
    -	BN_free(c);
    -	BN_free(d);
    -	BN_free(e);
    -	return(1);
    -	}
    +{
    +    BIGNUM *a, *b, *c, *d, *e;
    +    int i;
    +
    +    a = BN_new();
    +    b = BN_new();
    +    c = BN_new();
    +    d = BN_new();
    +    e = BN_new();
    +
    +    BN_bntest_rand(a, 1024, 0, 0);
    +    for (i = 0; i < num0; i++) {
    +        BN_bntest_rand(b, 450 + i * 10, 0, 0);
    +        a->neg = rand_neg();
    +        b->neg = rand_neg();
    +        BN_mod(c, a, b, ctx);
    +        if (bp != NULL) {
    +            if (!results) {
    +                BN_print(bp, a);
    +                BIO_puts(bp, " % ");
    +                BN_print(bp, b);
    +                BIO_puts(bp, " - ");
    +            }
    +            BN_print(bp, c);
    +            BIO_puts(bp, "\n");
    +        }
    +        BN_div(d, e, a, b, ctx);
    +        BN_sub(e, e, c);
    +        if (!BN_is_zero(e)) {
    +            fprintf(stderr, "Modulo test failed!\n");
    +            return 0;
    +        }
    +    }
    +    BN_free(a);
    +    BN_free(b);
    +    BN_free(c);
    +    BN_free(d);
    +    BN_free(e);
    +    return (1);
    +}
     
     int test_mod_mul(BIO *bp, BN_CTX *ctx)
    -	{
    -	BIGNUM *a,*b,*c,*d,*e;
    -	int i,j;
    -
    -	a=BN_new();
    -	b=BN_new();
    -	c=BN_new();
    -	d=BN_new();
    -	e=BN_new();
    -
    -	for (j=0; j<3; j++) {
    -	BN_bntest_rand(c,1024,0,0); /**/
    -	for (i=0; ineg=rand_neg();
    -		b->neg=rand_neg();
    -		if (!BN_mod_mul(e,a,b,c,ctx))
    -			{
    -			unsigned long l;
    -
    -			while ((l=ERR_get_error()))
    -				fprintf(stderr,"ERROR:%s\n",
    -					ERR_error_string(l,NULL));
    -			EXIT(1);
    -			}
    -		if (bp != NULL)
    -			{
    -			if (!results)
    -				{
    -				BN_print(bp,a);
    -				BIO_puts(bp," * ");
    -				BN_print(bp,b);
    -				BIO_puts(bp," % ");
    -				BN_print(bp,c);
    -				if ((a->neg ^ b->neg) && !BN_is_zero(e))
    -					{
    -					/* If  (a*b) % c  is negative,  c  must be added
    -					 * in order to obtain the normalized remainder
    -					 * (new with OpenSSL 0.9.7, previous versions of
    -					 * BN_mod_mul could generate negative results)
    -					 */
    -					BIO_puts(bp," + ");
    -					BN_print(bp,c);
    -					}
    -				BIO_puts(bp," - ");
    -				}
    -			BN_print(bp,e);
    -			BIO_puts(bp,"\n");
    -			}
    -		BN_mul(d,a,b,ctx);
    -		BN_sub(d,d,e);
    -		BN_div(a,b,d,c,ctx);
    -		if(!BN_is_zero(b))
    -		    {
    -		    fprintf(stderr,"Modulo multiply test failed!\n");
    -		    ERR_print_errors_fp(stderr);
    -		    return 0;
    -		    }
    -		}
    -	}
    -	BN_free(a);
    -	BN_free(b);
    -	BN_free(c);
    -	BN_free(d);
    -	BN_free(e);
    -	return(1);
    -	}
    +{
    +    BIGNUM *a, *b, *c, *d, *e;
    +    int i, j;
    +
    +    a = BN_new();
    +    b = BN_new();
    +    c = BN_new();
    +    d = BN_new();
    +    e = BN_new();
    +
    +    for (j = 0; j < 3; j++) {
    +        BN_bntest_rand(c, 1024, 0, 0);
    +        for (i = 0; i < num0; i++) {
    +            BN_bntest_rand(a, 475 + i * 10, 0, 0);
    +            BN_bntest_rand(b, 425 + i * 11, 0, 0);
    +            a->neg = rand_neg();
    +            b->neg = rand_neg();
    +            if (!BN_mod_mul(e, a, b, c, ctx)) {
    +                unsigned long l;
    +
    +                while ((l = ERR_get_error()))
    +                    fprintf(stderr, "ERROR:%s\n", ERR_error_string(l, NULL));
    +                EXIT(1);
    +            }
    +            if (bp != NULL) {
    +                if (!results) {
    +                    BN_print(bp, a);
    +                    BIO_puts(bp, " * ");
    +                    BN_print(bp, b);
    +                    BIO_puts(bp, " % ");
    +                    BN_print(bp, c);
    +                    if ((a->neg ^ b->neg) && !BN_is_zero(e)) {
    +                        /*
    +                         * If (a*b) % c is negative, c must be added in order
    +                         * to obtain the normalized remainder (new with
    +                         * OpenSSL 0.9.7, previous versions of BN_mod_mul
    +                         * could generate negative results)
    +                         */
    +                        BIO_puts(bp, " + ");
    +                        BN_print(bp, c);
    +                    }
    +                    BIO_puts(bp, " - ");
    +                }
    +                BN_print(bp, e);
    +                BIO_puts(bp, "\n");
    +            }
    +            BN_mul(d, a, b, ctx);
    +            BN_sub(d, d, e);
    +            BN_div(a, b, d, c, ctx);
    +            if (!BN_is_zero(b)) {
    +                fprintf(stderr, "Modulo multiply test failed!\n");
    +                ERR_print_errors_fp(stderr);
    +                return 0;
    +            }
    +        }
    +    }
    +    BN_free(a);
    +    BN_free(b);
    +    BN_free(c);
    +    BN_free(d);
    +    BN_free(e);
    +    return (1);
    +}
     
     int test_mod_exp(BIO *bp, BN_CTX *ctx)
    -	{
    -	BIGNUM *a,*b,*c,*d,*e;
    -	int i;
    -
    -	a=BN_new();
    -	b=BN_new();
    -	c=BN_new();
    -	d=BN_new();
    -	e=BN_new();
    -
    -	BN_bntest_rand(c,30,0,1); /* must be odd for montgomery */
    -	for (i=0; ineg = rand_neg();
    -	putc('\n', stderr);
    -
    -	for (i = 0; i < num0; i++)
    -		{
    -		if (!BN_bntest_rand(a, 512, 0, 0)) goto err;
    -		a->neg = rand_neg();
    -
    -		/* t := (|b|-1)/2  (note that b is odd) */
    -		if (!BN_copy(t, b)) goto err;
    -		t->neg = 0;
    -		if (!BN_sub_word(t, 1)) goto err;
    -		if (!BN_rshift1(t, t)) goto err;
    -		/* r := a^t mod b */
    -		b->neg=0;
    -		
    -		if (!BN_mod_exp_recp(r, a, t, b, ctx)) goto err;
    -		b->neg=1;
    -
    -		if (BN_is_word(r, 1))
    -			legendre = 1;
    -		else if (BN_is_zero(r))
    -			legendre = 0;
    -		else
    -			{
    -			if (!BN_add_word(r, 1)) goto err;
    -			if (0 != BN_ucmp(r, b))
    -				{
    -				fprintf(stderr, "Legendre symbol computation failed\n");
    -				goto err;
    -				}
    -			legendre = -1;
    -			}
    -		
    -		kronecker = BN_kronecker(a, b, ctx);
    -		if (kronecker < -1) goto err;
    -		/* we actually need BN_kronecker(a, |b|) */
    -		if (a->neg && b->neg)
    -			kronecker = -kronecker;
    -		
    -		if (legendre != kronecker)
    -			{
    -			fprintf(stderr, "legendre != kronecker; a = ");
    -			BN_print_fp(stderr, a);
    -			fprintf(stderr, ", b = ");
    -			BN_print_fp(stderr, b);
    -			fprintf(stderr, "\n");
    -			goto err;
    -			}
    -
    -		putc('.', stderr);
    -		fflush(stderr);
    -		}
    -
    -	putc('\n', stderr);
    -	fflush(stderr);
    -	ret = 1;
    +{
    +    BN_GENCB cb;
    +    BIGNUM *a, *b, *r, *t;
    +    int i;
    +    int legendre, kronecker;
    +    int ret = 0;
    +
    +    a = BN_new();
    +    b = BN_new();
    +    r = BN_new();
    +    t = BN_new();
    +    if (a == NULL || b == NULL || r == NULL || t == NULL)
    +        goto err;
    +
    +    BN_GENCB_set(&cb, genprime_cb, NULL);
    +
    +    /*
    +     * We test BN_kronecker(a, b, ctx) just for b odd (Jacobi symbol). In
    +     * this case we know that if b is prime, then BN_kronecker(a, b, ctx) is
    +     * congruent to $a^{(b-1)/2}$, modulo $b$ (Legendre symbol). So we
    +     * generate a random prime b and compare these values for a number of
    +     * random a's.  (That is, we run the Solovay-Strassen primality test to
    +     * confirm that b is prime, except that we don't want to test whether b
    +     * is prime but whether BN_kronecker works.)
    +     */
    +
    +    if (!BN_generate_prime_ex(b, 512, 0, NULL, NULL, &cb))
    +        goto err;
    +    b->neg = rand_neg();
    +    putc('\n', stderr);
    +
    +    for (i = 0; i < num0; i++) {
    +        if (!BN_bntest_rand(a, 512, 0, 0))
    +            goto err;
    +        a->neg = rand_neg();
    +
    +        /* t := (|b|-1)/2  (note that b is odd) */
    +        if (!BN_copy(t, b))
    +            goto err;
    +        t->neg = 0;
    +        if (!BN_sub_word(t, 1))
    +            goto err;
    +        if (!BN_rshift1(t, t))
    +            goto err;
    +        /* r := a^t mod b */
    +        b->neg = 0;
    +
    +        if (!BN_mod_exp_recp(r, a, t, b, ctx))
    +            goto err;
    +        b->neg = 1;
    +
    +        if (BN_is_word(r, 1))
    +            legendre = 1;
    +        else if (BN_is_zero(r))
    +            legendre = 0;
    +        else {
    +            if (!BN_add_word(r, 1))
    +                goto err;
    +            if (0 != BN_ucmp(r, b)) {
    +                fprintf(stderr, "Legendre symbol computation failed\n");
    +                goto err;
    +            }
    +            legendre = -1;
    +        }
    +
    +        kronecker = BN_kronecker(a, b, ctx);
    +        if (kronecker < -1)
    +            goto err;
    +        /* we actually need BN_kronecker(a, |b|) */
    +        if (a->neg && b->neg)
    +            kronecker = -kronecker;
    +
    +        if (legendre != kronecker) {
    +            fprintf(stderr, "legendre != kronecker; a = ");
    +            BN_print_fp(stderr, a);
    +            fprintf(stderr, ", b = ");
    +            BN_print_fp(stderr, b);
    +            fprintf(stderr, "\n");
    +            goto err;
    +        }
    +
    +        putc('.', stderr);
    +        fflush(stderr);
    +    }
    +
    +    putc('\n', stderr);
    +    fflush(stderr);
    +    ret = 1;
      err:
    -	if (a != NULL) BN_free(a);
    -	if (b != NULL) BN_free(b);
    -	if (r != NULL) BN_free(r);
    -	if (t != NULL) BN_free(t);
    -	return ret;
    -	}
    +    if (a != NULL)
    +        BN_free(a);
    +    if (b != NULL)
    +        BN_free(b);
    +    if (r != NULL)
    +        BN_free(r);
    +    if (t != NULL)
    +        BN_free(t);
    +    return ret;
    +}
     
     int test_sqrt(BIO *bp, BN_CTX *ctx)
    -	{
    -	BN_GENCB cb;
    -	BIGNUM *a,*p,*r;
    -	int i, j;
    -	int ret = 0;
    -
    -	a = BN_new();
    -	p = BN_new();
    -	r = BN_new();
    -	if (a == NULL || p == NULL || r == NULL) goto err;
    -
    -	BN_GENCB_set(&cb, genprime_cb, NULL);
    -
    -	for (i = 0; i < 16; i++)
    -		{
    -		if (i < 8)
    -			{
    -			unsigned primes[8] = { 2, 3, 5, 7, 11, 13, 17, 19 };
    -			
    -			if (!BN_set_word(p, primes[i])) goto err;
    -			}
    -		else
    -			{
    -			if (!BN_set_word(a, 32)) goto err;
    -			if (!BN_set_word(r, 2*i + 1)) goto err;
    -		
    -			if (!BN_generate_prime_ex(p, 256, 0, a, r, &cb)) goto err;
    -			putc('\n', stderr);
    -			}
    -		p->neg = rand_neg();
    -
    -		for (j = 0; j < num2; j++)
    -			{
    -			/* construct 'a' such that it is a square modulo p,
    -			 * but in general not a proper square and not reduced modulo p */
    -			if (!BN_bntest_rand(r, 256, 0, 3)) goto err;
    -			if (!BN_nnmod(r, r, p, ctx)) goto err;
    -			if (!BN_mod_sqr(r, r, p, ctx)) goto err;
    -			if (!BN_bntest_rand(a, 256, 0, 3)) goto err;
    -			if (!BN_nnmod(a, a, p, ctx)) goto err;
    -			if (!BN_mod_sqr(a, a, p, ctx)) goto err;
    -			if (!BN_mul(a, a, r, ctx)) goto err;
    -			if (rand_neg())
    -				if (!BN_sub(a, a, p)) goto err;
    -
    -			if (!BN_mod_sqrt(r, a, p, ctx)) goto err;
    -			if (!BN_mod_sqr(r, r, p, ctx)) goto err;
    -
    -			if (!BN_nnmod(a, a, p, ctx)) goto err;
    -
    -			if (BN_cmp(a, r) != 0)
    -				{
    -				fprintf(stderr, "BN_mod_sqrt failed: a = ");
    -				BN_print_fp(stderr, a);
    -				fprintf(stderr, ", r = ");
    -				BN_print_fp(stderr, r);
    -				fprintf(stderr, ", p = ");
    -				BN_print_fp(stderr, p);
    -				fprintf(stderr, "\n");
    -				goto err;
    -				}
    -
    -			putc('.', stderr);
    -			fflush(stderr);
    -			}
    -		
    -		putc('\n', stderr);
    -		fflush(stderr);
    -		}
    -	ret = 1;
    +{
    +    BN_GENCB cb;
    +    BIGNUM *a, *p, *r;
    +    int i, j;
    +    int ret = 0;
    +
    +    a = BN_new();
    +    p = BN_new();
    +    r = BN_new();
    +    if (a == NULL || p == NULL || r == NULL)
    +        goto err;
    +
    +    BN_GENCB_set(&cb, genprime_cb, NULL);
    +
    +    for (i = 0; i < 16; i++) {
    +        if (i < 8) {
    +            unsigned primes[8] = { 2, 3, 5, 7, 11, 13, 17, 19 };
    +
    +            if (!BN_set_word(p, primes[i]))
    +                goto err;
    +        } else {
    +            if (!BN_set_word(a, 32))
    +                goto err;
    +            if (!BN_set_word(r, 2 * i + 1))
    +                goto err;
    +
    +            if (!BN_generate_prime_ex(p, 256, 0, a, r, &cb))
    +                goto err;
    +            putc('\n', stderr);
    +        }
    +        p->neg = rand_neg();
    +
    +        for (j = 0; j < num2; j++) {
    +            /*
    +             * construct 'a' such that it is a square modulo p, but in
    +             * general not a proper square and not reduced modulo p
    +             */
    +            if (!BN_bntest_rand(r, 256, 0, 3))
    +                goto err;
    +            if (!BN_nnmod(r, r, p, ctx))
    +                goto err;
    +            if (!BN_mod_sqr(r, r, p, ctx))
    +                goto err;
    +            if (!BN_bntest_rand(a, 256, 0, 3))
    +                goto err;
    +            if (!BN_nnmod(a, a, p, ctx))
    +                goto err;
    +            if (!BN_mod_sqr(a, a, p, ctx))
    +                goto err;
    +            if (!BN_mul(a, a, r, ctx))
    +                goto err;
    +            if (rand_neg())
    +                if (!BN_sub(a, a, p))
    +                    goto err;
    +
    +            if (!BN_mod_sqrt(r, a, p, ctx))
    +                goto err;
    +            if (!BN_mod_sqr(r, r, p, ctx))
    +                goto err;
    +
    +            if (!BN_nnmod(a, a, p, ctx))
    +                goto err;
    +
    +            if (BN_cmp(a, r) != 0) {
    +                fprintf(stderr, "BN_mod_sqrt failed: a = ");
    +                BN_print_fp(stderr, a);
    +                fprintf(stderr, ", r = ");
    +                BN_print_fp(stderr, r);
    +                fprintf(stderr, ", p = ");
    +                BN_print_fp(stderr, p);
    +                fprintf(stderr, "\n");
    +                goto err;
    +            }
    +
    +            putc('.', stderr);
    +            fflush(stderr);
    +        }
    +
    +        putc('\n', stderr);
    +        fflush(stderr);
    +    }
    +    ret = 1;
      err:
    -	if (a != NULL) BN_free(a);
    -	if (p != NULL) BN_free(p);
    -	if (r != NULL) BN_free(r);
    -	return ret;
    -	}
    -
    -int test_lshift(BIO *bp,BN_CTX *ctx,BIGNUM *a_)
    -	{
    -	BIGNUM *a,*b,*c,*d;
    -	int i;
    -
    -	b=BN_new();
    -	c=BN_new();
    -	d=BN_new();
    -	BN_one(c);
    -
    -	if(a_)
    -	    a=a_;
    -	else
    -	    {
    -	    a=BN_new();
    -	    BN_bntest_rand(a,200,0,0); /**/
    -	    a->neg=rand_neg();
    -	    }
    -	for (i=0; ineg = rand_neg();
    +    }
    +    for (i = 0; i < num0; i++) {
    +        BN_lshift(b, a, i + 1);
    +        BN_add(c, c, c);
    +        if (bp != NULL) {
    +            if (!results) {
    +                BN_print(bp, a);
    +                BIO_puts(bp, " * ");
    +                BN_print(bp, c);
    +                BIO_puts(bp, " - ");
    +            }
    +            BN_print(bp, b);
    +            BIO_puts(bp, "\n");
    +        }
    +        BN_mul(d, a, c, ctx);
    +        BN_sub(d, d, b);
    +        if (!BN_is_zero(d)) {
    +            fprintf(stderr, "Left shift test failed!\n");
    +            fprintf(stderr, "a=");
    +            BN_print_fp(stderr, a);
    +            fprintf(stderr, "\nb=");
    +            BN_print_fp(stderr, b);
    +            fprintf(stderr, "\nc=");
    +            BN_print_fp(stderr, c);
    +            fprintf(stderr, "\nd=");
    +            BN_print_fp(stderr, d);
    +            fprintf(stderr, "\n");
    +            return 0;
    +        }
    +    }
    +    BN_free(a);
    +    BN_free(b);
    +    BN_free(c);
    +    BN_free(d);
    +    return (1);
    +}
     
     int test_lshift1(BIO *bp)
    -	{
    -	BIGNUM *a,*b,*c;
    -	int i;
    -
    -	a=BN_new();
    -	b=BN_new();
    -	c=BN_new();
    -
    -	BN_bntest_rand(a,200,0,0); /**/
    -	a->neg=rand_neg();
    -	for (i=0; ineg=rand_neg();
    -	for (i=0; ineg = rand_neg();
    +    for (i = 0; i < num0; i++) {
    +        BN_lshift1(b, a);
    +        if (bp != NULL) {
    +            if (!results) {
    +                BN_print(bp, a);
    +                BIO_puts(bp, " * 2");
    +                BIO_puts(bp, " - ");
    +            }
    +            BN_print(bp, b);
    +            BIO_puts(bp, "\n");
    +        }
    +        BN_add(c, a, a);
    +        BN_sub(a, b, c);
    +        if (!BN_is_zero(a)) {
    +            fprintf(stderr, "Left shift one test failed!\n");
    +            return 0;
    +        }
    +
    +        BN_copy(a, b);
    +    }
    +    BN_free(a);
    +    BN_free(b);
    +    BN_free(c);
    +    return (1);
    +}
    +
    +int test_rshift(BIO *bp, BN_CTX *ctx)
    +{
    +    BIGNUM *a, *b, *c, *d, *e;
    +    int i;
    +
    +    a = BN_new();
    +    b = BN_new();
    +    c = BN_new();
    +    d = BN_new();
    +    e = BN_new();
    +    BN_one(c);
    +
    +    BN_bntest_rand(a, 200, 0, 0);
    +    a->neg = rand_neg();
    +    for (i = 0; i < num0; i++) {
    +        BN_rshift(b, a, i + 1);
    +        BN_add(c, c, c);
    +        if (bp != NULL) {
    +            if (!results) {
    +                BN_print(bp, a);
    +                BIO_puts(bp, " / ");
    +                BN_print(bp, c);
    +                BIO_puts(bp, " - ");
    +            }
    +            BN_print(bp, b);
    +            BIO_puts(bp, "\n");
    +        }
    +        BN_div(d, e, a, c, ctx);
    +        BN_sub(d, d, b);
    +        if (!BN_is_zero(d)) {
    +            fprintf(stderr, "Right shift test failed!\n");
    +            return 0;
    +        }
    +    }
    +    BN_free(a);
    +    BN_free(b);
    +    BN_free(c);
    +    BN_free(d);
    +    BN_free(e);
    +    return (1);
    +}
     
     int test_rshift1(BIO *bp)
    -	{
    -	BIGNUM *a,*b,*c;
    -	int i;
    -
    -	a=BN_new();
    -	b=BN_new();
    -	c=BN_new();
    -
    -	BN_bntest_rand(a,200,0,0); /**/
    -	a->neg=rand_neg();
    -	for (i=0; ineg = rand_neg();
    +    for (i = 0; i < num0; i++) {
    +        BN_rshift1(b, a);
    +        if (bp != NULL) {
    +            if (!results) {
    +                BN_print(bp, a);
    +                BIO_puts(bp, " / 2");
    +                BIO_puts(bp, " - ");
    +            }
    +            BN_print(bp, b);
    +            BIO_puts(bp, "\n");
    +        }
    +        BN_sub(c, a, b);
    +        BN_sub(c, c, b);
    +        if (!BN_is_zero(c) && !BN_abs_is_word(c, 1)) {
    +            fprintf(stderr, "Right shift one test failed!\n");
    +            return 0;
    +        }
    +        BN_copy(a, b);
    +    }
    +    BN_free(a);
    +    BN_free(b);
    +    BN_free(c);
    +    return (1);
    +}
     
     int rand_neg(void)
    -	{
    -	static unsigned int neg=0;
    -	static int sign[8]={0,0,0,1,1,0,1,1};
    +{
    +    static unsigned int neg = 0;
    +    static int sign[8] = { 0, 0, 0, 1, 1, 0, 1, 1 };
     
    -	return(sign[(neg++)%8]);
    -	}
    +    return (sign[(neg++) % 8]);
    +}
    diff --git a/openssl/crypto/bn/divtest.c b/openssl/crypto/bn/divtest.c
    index d3fc688f3..2590b4581 100644
    --- a/openssl/crypto/bn/divtest.c
    +++ b/openssl/crypto/bn/divtest.c
    @@ -4,13 +4,13 @@
     static int Rand(n)
     {
         unsigned char x[2];
    -    RAND_pseudo_bytes(x,2);
    -    return (x[0] + 2*x[1]);
    +    RAND_pseudo_bytes(x, 2);
    +    return (x[0] + 2 * x[1]);
     }
     
     static void bug(char *m, BIGNUM *a, BIGNUM *b)
     {
    -    printf("%s!\na=",m);
    +    printf("%s!\na=", m);
         BN_print_fp(stdout, a);
         printf("\nb=");
         BN_print_fp(stdout, b);
    @@ -20,22 +20,23 @@ static void bug(char *m, BIGNUM *a, BIGNUM *b)
     
     main()
     {
    -    BIGNUM *a=BN_new(), *b=BN_new(), *c=BN_new(), *d=BN_new(),
    -	*C=BN_new(), *D=BN_new();
    -    BN_RECP_CTX *recp=BN_RECP_CTX_new();
    -    BN_CTX *ctx=BN_CTX_new();
    +    BIGNUM *a = BN_new(), *b = BN_new(), *c = BN_new(), *d = BN_new(),
    +        *C = BN_new(), *D = BN_new();
    +    BN_RECP_CTX *recp = BN_RECP_CTX_new();
    +    BN_CTX *ctx = BN_CTX_new();
     
    -    for(;;) {
    -	BN_pseudo_rand(a,Rand(),0,0);
    -	BN_pseudo_rand(b,Rand(),0,0);
    -	if (BN_is_zero(b)) continue;
    +    for (;;) {
    +        BN_pseudo_rand(a, Rand(), 0, 0);
    +        BN_pseudo_rand(b, Rand(), 0, 0);
    +        if (BN_is_zero(b))
    +            continue;
     
    -	BN_RECP_CTX_set(recp,b,ctx);
    -	if (BN_div(C,D,a,b,ctx) != 1)
    -	    bug("BN_div failed",a,b);
    -	if (BN_div_recp(c,d,a,recp,ctx) != 1)
    -	    bug("BN_div_recp failed",a,b);
    -	else if (BN_cmp(c,C) != 0 || BN_cmp(c,C) != 0)
    -	    bug("mismatch",a,b);
    +        BN_RECP_CTX_set(recp, b, ctx);
    +        if (BN_div(C, D, a, b, ctx) != 1)
    +            bug("BN_div failed", a, b);
    +        if (BN_div_recp(c, d, a, recp, ctx) != 1)
    +            bug("BN_div_recp failed", a, b);
    +        else if (BN_cmp(c, C) != 0 || BN_cmp(c, C) != 0)
    +            bug("mismatch", a, b);
         }
     }
    diff --git a/openssl/crypto/bn/exp.c b/openssl/crypto/bn/exp.c
    index 4865b0ef7..fbce28c5b 100644
    --- a/openssl/crypto/bn/exp.c
    +++ b/openssl/crypto/bn/exp.c
    @@ -4,59 +4,58 @@
     #include 
     #include "bn_lcl.h"
     
    -#define SIZE	256
    -#define NUM	(8*8*8)
    -#define MOD	(8*8*8*8*8)
    +#define SIZE    256
    +#define NUM     (8*8*8)
    +#define MOD     (8*8*8*8*8)
     
    -main(argc,argv)
    +main(argc, argv)
     int argc;
     char *argv[];
    -	{
    -	BN_CTX ctx;
    -	BIGNUM a,b,c,r,rr,t,l;
    -	int j,i,size=SIZE,num=NUM,mod=MOD;
    -	char *start,*end;
    -	BN_MONT_CTX mont;
    -	double d,md;
    -
    -	BN_MONT_CTX_init(&mont);
    -	BN_CTX_init(&ctx);
    -	BN_init(&a);
    -	BN_init(&b);
    -	BN_init(&c);
    -	BN_init(&r);
    -
    -	start=ms_time_new();
    -	end=ms_time_new();
    -	while (size <= 1024*8)
    -		{
    -		BN_rand(&a,size,0,0);
    -		BN_rand(&b,size,1,0);
    -		BN_rand(&c,size,0,1);
    -
    -		BN_mod(&a,&a,&c,&ctx);
    -
    -		ms_time_get(start);
    -		for (i=0; i<10; i++)
    -			BN_MONT_CTX_set(&mont,&c,&ctx);
    -		ms_time_get(end);
    -		md=ms_time_diff(start,end);
    -
    -		ms_time_get(start);
    -		for (i=0; i
     
     #if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC)) && !defined(OPENSSL_SYS_MACOSX)
    -#define TIMES
    +# define TIMES
     #endif
     
     #ifndef _IRIX
    -#include 
    +# include 
     #endif
     #ifdef TIMES
    -#include 
    -#include 
    +# include 
    +# include 
     #endif
     
    -/* Depending on the VMS version, the tms structure is perhaps defined.
    -   The __TMS macro will show if it was.  If it wasn't defined, we should
    -   undefine TIMES, since that tells the rest of the program how things
    -   should be handled.				-- Richard Levitte */
    +/*
    + * Depending on the VMS version, the tms structure is perhaps defined. The
    + * __TMS macro will show if it was.  If it wasn't defined, we should undefine
    + * TIMES, since that tells the rest of the program how things should be
    + * handled.  -- Richard Levitte
    + */
     #if defined(OPENSSL_SYS_VMS_DECC) && !defined(__TMS)
    -#undef TIMES
    +# undef TIMES
     #endif
     
     #ifndef TIMES
    -#include 
    +# include 
     #endif
     
     #if defined(sun) || defined(__ultrix)
    -#define _POSIX_SOURCE
    -#include 
    -#include 
    +# define _POSIX_SOURCE
    +# include 
    +# include 
     #endif
     
     #include 
    @@ -133,221 +135,247 @@ static void genprime_cb(int p, int n, void *arg);
     /* The following if from times(3) man page.  It may need to be changed */
     #ifndef HZ
     # ifndef CLK_TCK
    -#  ifndef _BSD_CLK_TCK_ /* FreeBSD hack */
    -#   define HZ	100.0
    -#  else /* _BSD_CLK_TCK_ */
    +#  ifndef _BSD_CLK_TCK_         /* FreeBSD hack */
    +#   define HZ   100.0
    +#  else                         /* _BSD_CLK_TCK_ */
     #   define HZ ((double)_BSD_CLK_TCK_)
     #  endif
    -# else /* CLK_TCK */
    +# else                          /* CLK_TCK */
     #  define HZ ((double)CLK_TCK)
     # endif
     #endif
     
     #undef BUFSIZE
    -#define BUFSIZE	((long)1024*8)
    -int run=0;
    +#define BUFSIZE ((long)1024*8)
    +int run = 0;
     
     static double Time_F(int s);
    -#define START	0
    -#define STOP	1
    +#define START   0
    +#define STOP    1
     
     static double Time_F(int s)
    -	{
    -	double ret;
    +{
    +    double ret;
     #ifdef TIMES
    -	static struct tms tstart,tend;
    -
    -	if (s == START)
    -		{
    -		times(&tstart);
    -		return(0);
    -		}
    -	else
    -		{
    -		times(&tend);
    -		ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
    -		return((ret < 1e-3)?1e-3:ret);
    -		}
    -#else /* !times() */
    -	static struct timeb tstart,tend;
    -	long i;
    -
    -	if (s == START)
    -		{
    -		ftime(&tstart);
    -		return(0);
    -		}
    -	else
    -		{
    -		ftime(&tend);
    -		i=(long)tend.millitm-(long)tstart.millitm;
    -		ret=((double)(tend.time-tstart.time))+((double)i)/1000.0;
    -		return((ret < 0.001)?0.001:ret);
    -		}
    +    static struct tms tstart, tend;
    +
    +    if (s == START) {
    +        times(&tstart);
    +        return (0);
    +    } else {
    +        times(&tend);
    +        ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ;
    +        return ((ret < 1e-3) ? 1e-3 : ret);
    +    }
    +#else                           /* !times() */
    +    static struct timeb tstart, tend;
    +    long i;
    +
    +    if (s == START) {
    +        ftime(&tstart);
    +        return (0);
    +    } else {
    +        ftime(&tend);
    +        i = (long)tend.millitm - (long)tstart.millitm;
    +        ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1000.0;
    +        return ((ret < 0.001) ? 0.001 : ret);
    +    }
     #endif
    -	}
    +}
     
    -#define NUM_SIZES	7
    +#define NUM_SIZES       7
     #if NUM_START > NUM_SIZES
    -#   error "NUM_START > NUM_SIZES"
    +# error "NUM_START > NUM_SIZES"
     #endif
    -static int sizes[NUM_SIZES]={128,256,512,1024,2048,4096,8192};
    -static int mul_c[NUM_SIZES]={8*8*8*8*8*8,8*8*8*8*8,8*8*8*8,8*8*8,8*8,8,1};
    -/*static int sizes[NUM_SIZES]={59,179,299,419,539}; */
    +static int sizes[NUM_SIZES] = { 128, 256, 512, 1024, 2048, 4096, 8192 };
    +
    +static int mul_c[NUM_SIZES] =
    +    { 8 * 8 * 8 * 8 * 8 * 8, 8 * 8 * 8 * 8 * 8, 8 * 8 * 8 * 8, 8 * 8 * 8,
    +    8 * 8, 8, 1
    +};
    +
    +/*
    + * static int sizes[NUM_SIZES]={59,179,299,419,539};
    + */
     
     #define RAND_SEED(string) { const char str[] = string; RAND_seed(string, sizeof str); }
     
    -void do_mul_exp(BIGNUM *r,BIGNUM *a,BIGNUM *b,BIGNUM *c,BN_CTX *ctx); 
    +void do_mul_exp(BIGNUM *r, BIGNUM *a, BIGNUM *b, BIGNUM *c, BN_CTX *ctx);
     
     int main(int argc, char **argv)
    -	{
    -	BN_CTX *ctx;
    -	BIGNUM *a,*b,*c,*r;
    +{
    +    BN_CTX *ctx;
    +    BIGNUM *a, *b, *c, *r;
     
     #if 1
    -	if (!CRYPTO_set_mem_debug_functions(0,0,0,0,0))
    -		abort();
    +    if (!CRYPTO_set_mem_debug_functions(0, 0, 0, 0, 0))
    +        abort();
     #endif
     
    -	ctx=BN_CTX_new();
    -	a=BN_new();
    -	b=BN_new();
    -	c=BN_new();
    -	r=BN_new();
    +    ctx = BN_CTX_new();
    +    a = BN_new();
    +    b = BN_new();
    +    c = BN_new();
    +    r = BN_new();
     
    -	while (!RAND_status())
    -		/* not enough bits */
    -		RAND_SEED("I demand a manual recount!");
    +    while (!RAND_status())
    +        /* not enough bits */
    +        RAND_SEED("I demand a manual recount!");
     
    -	do_mul_exp(r,a,b,c,ctx);
    -	return 0;
    -	}
    +    do_mul_exp(r, a, b, c, ctx);
    +    return 0;
    +}
     
     void do_mul_exp(BIGNUM *r, BIGNUM *a, BIGNUM *b, BIGNUM *c, BN_CTX *ctx)
    -	{
    -	int i,k;
    -	double tm;
    -	long num;
    -
    -	num=BASENUM;
    -	for (i=NUM_START; i %8.6fms %5.1f (%ld)\n",
    +                  " -> %8.6fms %5.1f (%ld)\n",
     #ifdef TEST_SQRT
    -			P_MOD_64,
    +                  P_MOD_64,
     #endif
    -			sizes[i],sizes[i],sizes[i],tm*1000.0/num,tm*mul_c[i]/num, num);
    -		num/=7;
    -		if (num <= 0) num=1;
    -		}
    -	return;
    +                  sizes[i], sizes[i], sizes[i], tm * 1000.0 / num,
    +                  tm * mul_c[i] / num, num);
    +        num /= 7;
    +        if (num <= 0)
    +            num = 1;
    +    }
    +    return;
     
      err:
    -	ERR_print_errors_fp(stderr);
    -	}
    -
    +    ERR_print_errors_fp(stderr);
    +}
     
     #ifdef C_PRIME
     static void genprime_cb(int p, int n, void *arg)
    -	{
    -	char c='*';
    -
    -	if (p == 0) c='.';
    -	if (p == 1) c='+';
    -	if (p == 2) c='*';
    -	if (p == 3) c='\n';
    -	putc(c, stderr);
    -	fflush(stderr);
    -	(void)n;
    -	(void)arg;
    -	}
    +{
    +    char c = '*';
    +
    +    if (p == 0)
    +        c = '.';
    +    if (p == 1)
    +        c = '+';
    +    if (p == 2)
    +        c = '*';
    +    if (p == 3)
    +        c = '\n';
    +    putc(c, stderr);
    +    fflush(stderr);
    +    (void)n;
    +    (void)arg;
    +}
     #endif
    diff --git a/openssl/crypto/bn/exptest.c b/openssl/crypto/bn/exptest.c
    index 5fa02a122..8b3a4bae4 100644
    --- a/openssl/crypto/bn/exptest.c
    +++ b/openssl/crypto/bn/exptest.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -67,181 +67,183 @@
     #include 
     #include 
     
    -#define NUM_BITS	(BN_BITS*2)
    -
    -static const char rnd_seed[] = "string to make the random number generator think it has entropy";
    -
    -/* test_exp_mod_zero tests that x**0 mod 1 == 0. It returns zero on success. */
    -static int test_exp_mod_zero() {
    -	BIGNUM a, p, m;
    -	BIGNUM r;
    -	BN_CTX *ctx = BN_CTX_new();
    -	int ret = 1;
    -
    -	BN_init(&m);
    -	BN_one(&m);
    +#define NUM_BITS        (BN_BITS*2)
     
    -	BN_init(&a);
    -	BN_one(&a);
    +static const char rnd_seed[] =
    +    "string to make the random number generator think it has entropy";
     
    -	BN_init(&p);
    -	BN_zero(&p);
    -
    -	BN_init(&r);
    -	BN_mod_exp(&r, &a, &p, &m, ctx);
    -	BN_CTX_free(ctx);
    -
    -	if (BN_is_zero(&r))
    -		ret = 0;
    -	else
    -		{
    -		printf("1**0 mod 1 = ");
    -		BN_print_fp(stdout, &r);
    -		printf(", should be 0\n");
    -		}
    -
    -	BN_free(&r);
    -	BN_free(&a);
    -	BN_free(&p);
    -	BN_free(&m);
    -
    -	return ret;
    +/*
    + * test_exp_mod_zero tests that x**0 mod 1 == 0. It returns zero on success.
    + */
    +static int test_exp_mod_zero()
    +{
    +    BIGNUM a, p, m;
    +    BIGNUM r;
    +    BN_CTX *ctx = BN_CTX_new();
    +    int ret = 1;
    +
    +    BN_init(&m);
    +    BN_one(&m);
    +
    +    BN_init(&a);
    +    BN_one(&a);
    +
    +    BN_init(&p);
    +    BN_zero(&p);
    +
    +    BN_init(&r);
    +    BN_mod_exp(&r, &a, &p, &m, ctx);
    +    BN_CTX_free(ctx);
    +
    +    if (BN_is_zero(&r))
    +        ret = 0;
    +    else {
    +        printf("1**0 mod 1 = ");
    +        BN_print_fp(stdout, &r);
    +        printf(", should be 0\n");
    +    }
    +
    +    BN_free(&r);
    +    BN_free(&a);
    +    BN_free(&p);
    +    BN_free(&m);
    +
    +    return ret;
     }
     
     int main(int argc, char *argv[])
    -	{
    -	BN_CTX *ctx;
    -	BIO *out=NULL;
    -	int i,ret;
    -	unsigned char c;
    -	BIGNUM *r_mont,*r_mont_const,*r_recp,*r_simple,*a,*b,*m;
    -
    -	RAND_seed(rnd_seed, sizeof rnd_seed); /* or BN_rand may fail, and we don't
    -	                                       * even check its return value
    -	                                       * (which we should) */
    -
    -	ERR_load_BN_strings();
    -
    -	ctx=BN_CTX_new();
    -	if (ctx == NULL) EXIT(1);
    -	r_mont=BN_new();
    -	r_mont_const=BN_new();
    -	r_recp=BN_new();
    -	r_simple=BN_new();
    -	a=BN_new();
    -	b=BN_new();
    -	m=BN_new();
    -	if (	(r_mont == NULL) || (r_recp == NULL) ||
    -		(a == NULL) || (b == NULL))
    -		goto err;
    -
    -	out=BIO_new(BIO_s_file());
    -
    -	if (out == NULL) EXIT(1);
    -	BIO_set_fp(out,stdout,BIO_NOCLOSE);
    -
    -	for (i=0; i<200; i++)
    -		{
    -		RAND_bytes(&c,1);
    -		c=(c%BN_BITS)-BN_BITS2;
    -		BN_rand(a,NUM_BITS+c,0,0);
    -
    -		RAND_bytes(&c,1);
    -		c=(c%BN_BITS)-BN_BITS2;
    -		BN_rand(b,NUM_BITS+c,0,0);
    -
    -		RAND_bytes(&c,1);
    -		c=(c%BN_BITS)-BN_BITS2;
    -		BN_rand(m,NUM_BITS+c,0,1);
    -
    -		BN_mod(a,a,m,ctx);
    -		BN_mod(b,b,m,ctx);
    -
    -		ret=BN_mod_exp_mont(r_mont,a,b,m,ctx,NULL);
    -		if (ret <= 0)
    -			{
    -			printf("BN_mod_exp_mont() problems\n");
    -			ERR_print_errors(out);
    -			EXIT(1);
    -			}
    -
    -		ret=BN_mod_exp_recp(r_recp,a,b,m,ctx);
    -		if (ret <= 0)
    -			{
    -			printf("BN_mod_exp_recp() problems\n");
    -			ERR_print_errors(out);
    -			EXIT(1);
    -			}
    -
    -		ret=BN_mod_exp_simple(r_simple,a,b,m,ctx);
    -		if (ret <= 0)
    -			{
    -			printf("BN_mod_exp_simple() problems\n");
    -			ERR_print_errors(out);
    -			EXIT(1);
    -			}
    -
    -		ret=BN_mod_exp_mont_consttime(r_mont_const,a,b,m,ctx,NULL);
    -		if (ret <= 0)
    -			{
    -			printf("BN_mod_exp_mont_consttime() problems\n");
    -			ERR_print_errors(out);
    -			EXIT(1);
    -			}
    -
    -		if (BN_cmp(r_simple, r_mont) == 0
    -		    && BN_cmp(r_simple,r_recp) == 0
    -			&& BN_cmp(r_simple,r_mont_const) == 0)
    -			{
    -			printf(".");
    -			fflush(stdout);
    -			}
    -		else
    -		  	{
    -			if (BN_cmp(r_simple,r_mont) != 0)
    -				printf("\nsimple and mont results differ\n");
    -			if (BN_cmp(r_simple,r_mont_const) != 0)
    -				printf("\nsimple and mont const time results differ\n");
    -			if (BN_cmp(r_simple,r_recp) != 0)
    -				printf("\nsimple and recp results differ\n");
    -
    -			printf("a (%3d) = ",BN_num_bits(a));   BN_print(out,a);
    -			printf("\nb (%3d) = ",BN_num_bits(b)); BN_print(out,b);
    -			printf("\nm (%3d) = ",BN_num_bits(m)); BN_print(out,m);
    -			printf("\nsimple   =");	BN_print(out,r_simple);
    -			printf("\nrecp     =");	BN_print(out,r_recp);
    -			printf("\nmont     ="); BN_print(out,r_mont);
    -			printf("\nmont_ct  ="); BN_print(out,r_mont_const);
    -			printf("\n");
    -			EXIT(1);
    -			}
    -		}
    -	BN_free(r_mont);
    -	BN_free(r_mont_const);
    -	BN_free(r_recp);
    -	BN_free(r_simple);
    -	BN_free(a);
    -	BN_free(b);
    -	BN_free(m);
    -	BN_CTX_free(ctx);
    -	ERR_remove_thread_state(NULL);
    -	CRYPTO_mem_leaks(out);
    -	BIO_free(out);
    -	printf("\n");
    -
    -	if (test_exp_mod_zero() != 0)
    -		goto err;
    -
    -	printf("done\n");
    -
    -	EXIT(0);
    -err:
    -	ERR_load_crypto_strings();
    -	ERR_print_errors(out);
    +{
    +    BN_CTX *ctx;
    +    BIO *out = NULL;
    +    int i, ret;
    +    unsigned char c;
    +    BIGNUM *r_mont, *r_mont_const, *r_recp, *r_simple, *a, *b, *m;
    +
    +    RAND_seed(rnd_seed, sizeof rnd_seed); /* or BN_rand may fail, and we
    +                                           * don't even check its return
    +                                           * value (which we should) */
    +
    +    ERR_load_BN_strings();
    +
    +    ctx = BN_CTX_new();
    +    if (ctx == NULL)
    +        EXIT(1);
    +    r_mont = BN_new();
    +    r_mont_const = BN_new();
    +    r_recp = BN_new();
    +    r_simple = BN_new();
    +    a = BN_new();
    +    b = BN_new();
    +    m = BN_new();
    +    if ((r_mont == NULL) || (r_recp == NULL) || (a == NULL) || (b == NULL))
    +        goto err;
    +
    +    out = BIO_new(BIO_s_file());
    +
    +    if (out == NULL)
    +        EXIT(1);
    +    BIO_set_fp(out, stdout, BIO_NOCLOSE);
    +
    +    for (i = 0; i < 200; i++) {
    +        RAND_bytes(&c, 1);
    +        c = (c % BN_BITS) - BN_BITS2;
    +        BN_rand(a, NUM_BITS + c, 0, 0);
    +
    +        RAND_bytes(&c, 1);
    +        c = (c % BN_BITS) - BN_BITS2;
    +        BN_rand(b, NUM_BITS + c, 0, 0);
    +
    +        RAND_bytes(&c, 1);
    +        c = (c % BN_BITS) - BN_BITS2;
    +        BN_rand(m, NUM_BITS + c, 0, 1);
    +
    +        BN_mod(a, a, m, ctx);
    +        BN_mod(b, b, m, ctx);
    +
    +        ret = BN_mod_exp_mont(r_mont, a, b, m, ctx, NULL);
    +        if (ret <= 0) {
    +            printf("BN_mod_exp_mont() problems\n");
    +            ERR_print_errors(out);
    +            EXIT(1);
    +        }
    +
    +        ret = BN_mod_exp_recp(r_recp, a, b, m, ctx);
    +        if (ret <= 0) {
    +            printf("BN_mod_exp_recp() problems\n");
    +            ERR_print_errors(out);
    +            EXIT(1);
    +        }
    +
    +        ret = BN_mod_exp_simple(r_simple, a, b, m, ctx);
    +        if (ret <= 0) {
    +            printf("BN_mod_exp_simple() problems\n");
    +            ERR_print_errors(out);
    +            EXIT(1);
    +        }
    +
    +        ret = BN_mod_exp_mont_consttime(r_mont_const, a, b, m, ctx, NULL);
    +        if (ret <= 0) {
    +            printf("BN_mod_exp_mont_consttime() problems\n");
    +            ERR_print_errors(out);
    +            EXIT(1);
    +        }
    +
    +        if (BN_cmp(r_simple, r_mont) == 0
    +            && BN_cmp(r_simple, r_recp) == 0
    +            && BN_cmp(r_simple, r_mont_const) == 0) {
    +            printf(".");
    +            fflush(stdout);
    +        } else {
    +            if (BN_cmp(r_simple, r_mont) != 0)
    +                printf("\nsimple and mont results differ\n");
    +            if (BN_cmp(r_simple, r_mont_const) != 0)
    +                printf("\nsimple and mont const time results differ\n");
    +            if (BN_cmp(r_simple, r_recp) != 0)
    +                printf("\nsimple and recp results differ\n");
    +
    +            printf("a (%3d) = ", BN_num_bits(a));
    +            BN_print(out, a);
    +            printf("\nb (%3d) = ", BN_num_bits(b));
    +            BN_print(out, b);
    +            printf("\nm (%3d) = ", BN_num_bits(m));
    +            BN_print(out, m);
    +            printf("\nsimple   =");
    +            BN_print(out, r_simple);
    +            printf("\nrecp     =");
    +            BN_print(out, r_recp);
    +            printf("\nmont     =");
    +            BN_print(out, r_mont);
    +            printf("\nmont_ct  =");
    +            BN_print(out, r_mont_const);
    +            printf("\n");
    +            EXIT(1);
    +        }
    +    }
    +    BN_free(r_mont);
    +    BN_free(r_mont_const);
    +    BN_free(r_recp);
    +    BN_free(r_simple);
    +    BN_free(a);
    +    BN_free(b);
    +    BN_free(m);
    +    BN_CTX_free(ctx);
    +    ERR_remove_thread_state(NULL);
    +    CRYPTO_mem_leaks(out);
    +    BIO_free(out);
    +    printf("\n");
    +
    +    if (test_exp_mod_zero() != 0)
    +        goto err;
    +
    +    printf("done\n");
    +
    +    EXIT(0);
    + err:
    +    ERR_load_crypto_strings();
    +    ERR_print_errors(out);
     #ifdef OPENSSL_SYS_NETWARE
         printf("ERROR\n");
     #endif
    -	EXIT(1);
    -	return(1);
    -	}
    -
    +    EXIT(1);
    +    return (1);
    +}
    diff --git a/openssl/crypto/bn/rsaz_exp.c b/openssl/crypto/bn/rsaz_exp.c
    new file mode 100755
    index 000000000..a486b154c
    --- /dev/null
    +++ b/openssl/crypto/bn/rsaz_exp.c
    @@ -0,0 +1,336 @@
    +/*****************************************************************************
    +*                                                                            *
    +*  Copyright (c) 2012, Intel Corporation                                     *
    +*                                                                            *
    +*  All rights reserved.                                                      *
    +*                                                                            *
    +*  Redistribution and use in source and binary forms, with or without        *
    +*  modification, are permitted provided that the following conditions are    *
    +*  met:                                                                      *
    +*                                                                            *
    +*  *  Redistributions of source code must retain the above copyright         *
    +*     notice, this list of conditions and the following disclaimer.          *
    +*                                                                            *
    +*  *  Redistributions in binary form must reproduce the above copyright      *
    +*     notice, this list of conditions and the following disclaimer in the    *
    +*     documentation and/or other materials provided with the                 *
    +*     distribution.                                                          *
    +*                                                                            *
    +*  *  Neither the name of the Intel Corporation nor the names of its         *
    +*     contributors may be used to endorse or promote products derived from   *
    +*     this software without specific prior written permission.               *
    +*                                                                            *
    +*                                                                            *
    +*  THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION ""AS IS"" AND ANY          *
    +*  EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE         *
    +*  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR        *
    +*  PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION OR            *
    +*  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,     *
    +*  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,       *
    +*  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR        *
    +*  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF    *
    +*  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING      *
    +*  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS        *
    +*  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.              *
    +*                                                                            *
    +******************************************************************************
    +* Developers and authors:                                                    *
    +* Shay Gueron (1, 2), and Vlad Krasnov (1)                                   *
    +* (1) Intel Corporation, Israel Development Center, Haifa, Israel            *
    +* (2) University of Haifa, Israel                                            *
    +*****************************************************************************/
    +
    +#include "rsaz_exp.h"
    +
    +/*
    + * See crypto/bn/asm/rsaz-avx2.pl for further details.
    + */
    +void rsaz_1024_norm2red_avx2(void *red, const void *norm);
    +void rsaz_1024_mul_avx2(void *ret, const void *a, const void *b,
    +                        const void *n, BN_ULONG k);
    +void rsaz_1024_sqr_avx2(void *ret, const void *a, const void *n, BN_ULONG k,
    +                        int cnt);
    +void rsaz_1024_scatter5_avx2(void *tbl, const void *val, int i);
    +void rsaz_1024_gather5_avx2(void *val, const void *tbl, int i);
    +void rsaz_1024_red2norm_avx2(void *norm, const void *red);
    +
    +#if defined(__GNUC__)
    +# define ALIGN64        __attribute__((aligned(64)))
    +#elif defined(_MSC_VER)
    +# define ALIGN64        __declspec(align(64))
    +#elif defined(__SUNPRO_C)
    +# define ALIGN64
    +# pragma align 64(one,two80)
    +#else
    +/* not fatal, might hurt performance a little */
    +# define ALIGN64
    +#endif
    +
    +ALIGN64 static const BN_ULONG one[40] = {
    +    1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
    +    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
    +};
    +
    +ALIGN64 static const BN_ULONG two80[40] = {
    +    0, 0, 1 << 22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
    +    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
    +};
    +
    +void RSAZ_1024_mod_exp_avx2(BN_ULONG result_norm[16],
    +                            const BN_ULONG base_norm[16],
    +                            const BN_ULONG exponent[16],
    +                            const BN_ULONG m_norm[16], const BN_ULONG RR[16],
    +                            BN_ULONG k0)
    +{
    +    unsigned char storage[320 * 3 + 32 * 9 * 16 + 64]; /* 5.5KB */
    +    unsigned char *p_str = storage + (64 - ((size_t)storage % 64));
    +    unsigned char *a_inv, *m, *result;
    +    unsigned char *table_s = p_str + 320 * 3;
    +    unsigned char *R2 = table_s; /* borrow */
    +    int index;
    +    int wvalue;
    +
    +    if ((((size_t)p_str & 4095) + 320) >> 12) {
    +        result = p_str;
    +        a_inv = p_str + 320;
    +        m = p_str + 320 * 2;    /* should not cross page */
    +    } else {
    +        m = p_str;              /* should not cross page */
    +        result = p_str + 320;
    +        a_inv = p_str + 320 * 2;
    +    }
    +
    +    rsaz_1024_norm2red_avx2(m, m_norm);
    +    rsaz_1024_norm2red_avx2(a_inv, base_norm);
    +    rsaz_1024_norm2red_avx2(R2, RR);
    +
    +    rsaz_1024_mul_avx2(R2, R2, R2, m, k0);
    +    rsaz_1024_mul_avx2(R2, R2, two80, m, k0);
    +
    +    /* table[0] = 1 */
    +    rsaz_1024_mul_avx2(result, R2, one, m, k0);
    +    /* table[1] = a_inv^1 */
    +    rsaz_1024_mul_avx2(a_inv, a_inv, R2, m, k0);
    +
    +    rsaz_1024_scatter5_avx2(table_s, result, 0);
    +    rsaz_1024_scatter5_avx2(table_s, a_inv, 1);
    +
    +    /* table[2] = a_inv^2 */
    +    rsaz_1024_sqr_avx2(result, a_inv, m, k0, 1);
    +    rsaz_1024_scatter5_avx2(table_s, result, 2);
    +#if 0
    +    /* this is almost 2x smaller and less than 1% slower */
    +    for (index = 3; index < 32; index++) {
    +        rsaz_1024_mul_avx2(result, result, a_inv, m, k0);
    +        rsaz_1024_scatter5_avx2(table_s, result, index);
    +    }
    +#else
    +    /* table[4] = a_inv^4 */
    +    rsaz_1024_sqr_avx2(result, result, m, k0, 1);
    +    rsaz_1024_scatter5_avx2(table_s, result, 4);
    +    /* table[8] = a_inv^8 */
    +    rsaz_1024_sqr_avx2(result, result, m, k0, 1);
    +    rsaz_1024_scatter5_avx2(table_s, result, 8);
    +    /* table[16] = a_inv^16 */
    +    rsaz_1024_sqr_avx2(result, result, m, k0, 1);
    +    rsaz_1024_scatter5_avx2(table_s, result, 16);
    +    /* table[17] = a_inv^17 */
    +    rsaz_1024_mul_avx2(result, result, a_inv, m, k0);
    +    rsaz_1024_scatter5_avx2(table_s, result, 17);
    +
    +    /* table[3] */
    +    rsaz_1024_gather5_avx2(result, table_s, 2);
    +    rsaz_1024_mul_avx2(result, result, a_inv, m, k0);
    +    rsaz_1024_scatter5_avx2(table_s, result, 3);
    +    /* table[6] */
    +    rsaz_1024_sqr_avx2(result, result, m, k0, 1);
    +    rsaz_1024_scatter5_avx2(table_s, result, 6);
    +    /* table[12] */
    +    rsaz_1024_sqr_avx2(result, result, m, k0, 1);
    +    rsaz_1024_scatter5_avx2(table_s, result, 12);
    +    /* table[24] */
    +    rsaz_1024_sqr_avx2(result, result, m, k0, 1);
    +    rsaz_1024_scatter5_avx2(table_s, result, 24);
    +    /* table[25] */
    +    rsaz_1024_mul_avx2(result, result, a_inv, m, k0);
    +    rsaz_1024_scatter5_avx2(table_s, result, 25);
    +
    +    /* table[5] */
    +    rsaz_1024_gather5_avx2(result, table_s, 4);
    +    rsaz_1024_mul_avx2(result, result, a_inv, m, k0);
    +    rsaz_1024_scatter5_avx2(table_s, result, 5);
    +    /* table[10] */
    +    rsaz_1024_sqr_avx2(result, result, m, k0, 1);
    +    rsaz_1024_scatter5_avx2(table_s, result, 10);
    +    /* table[20] */
    +    rsaz_1024_sqr_avx2(result, result, m, k0, 1);
    +    rsaz_1024_scatter5_avx2(table_s, result, 20);
    +    /* table[21] */
    +    rsaz_1024_mul_avx2(result, result, a_inv, m, k0);
    +    rsaz_1024_scatter5_avx2(table_s, result, 21);
    +
    +    /* table[7] */
    +    rsaz_1024_gather5_avx2(result, table_s, 6);
    +    rsaz_1024_mul_avx2(result, result, a_inv, m, k0);
    +    rsaz_1024_scatter5_avx2(table_s, result, 7);
    +    /* table[14] */
    +    rsaz_1024_sqr_avx2(result, result, m, k0, 1);
    +    rsaz_1024_scatter5_avx2(table_s, result, 14);
    +    /* table[28] */
    +    rsaz_1024_sqr_avx2(result, result, m, k0, 1);
    +    rsaz_1024_scatter5_avx2(table_s, result, 28);
    +    /* table[29] */
    +    rsaz_1024_mul_avx2(result, result, a_inv, m, k0);
    +    rsaz_1024_scatter5_avx2(table_s, result, 29);
    +
    +    /* table[9] */
    +    rsaz_1024_gather5_avx2(result, table_s, 8);
    +    rsaz_1024_mul_avx2(result, result, a_inv, m, k0);
    +    rsaz_1024_scatter5_avx2(table_s, result, 9);
    +    /* table[18] */
    +    rsaz_1024_sqr_avx2(result, result, m, k0, 1);
    +    rsaz_1024_scatter5_avx2(table_s, result, 18);
    +    /* table[19] */
    +    rsaz_1024_mul_avx2(result, result, a_inv, m, k0);
    +    rsaz_1024_scatter5_avx2(table_s, result, 19);
    +
    +    /* table[11] */
    +    rsaz_1024_gather5_avx2(result, table_s, 10);
    +    rsaz_1024_mul_avx2(result, result, a_inv, m, k0);
    +    rsaz_1024_scatter5_avx2(table_s, result, 11);
    +    /* table[22] */
    +    rsaz_1024_sqr_avx2(result, result, m, k0, 1);
    +    rsaz_1024_scatter5_avx2(table_s, result, 22);
    +    /* table[23] */
    +    rsaz_1024_mul_avx2(result, result, a_inv, m, k0);
    +    rsaz_1024_scatter5_avx2(table_s, result, 23);
    +
    +    /* table[13] */
    +    rsaz_1024_gather5_avx2(result, table_s, 12);
    +    rsaz_1024_mul_avx2(result, result, a_inv, m, k0);
    +    rsaz_1024_scatter5_avx2(table_s, result, 13);
    +    /* table[26] */
    +    rsaz_1024_sqr_avx2(result, result, m, k0, 1);
    +    rsaz_1024_scatter5_avx2(table_s, result, 26);
    +    /* table[27] */
    +    rsaz_1024_mul_avx2(result, result, a_inv, m, k0);
    +    rsaz_1024_scatter5_avx2(table_s, result, 27);
    +
    +    /* table[15] */
    +    rsaz_1024_gather5_avx2(result, table_s, 14);
    +    rsaz_1024_mul_avx2(result, result, a_inv, m, k0);
    +    rsaz_1024_scatter5_avx2(table_s, result, 15);
    +    /* table[30] */
    +    rsaz_1024_sqr_avx2(result, result, m, k0, 1);
    +    rsaz_1024_scatter5_avx2(table_s, result, 30);
    +    /* table[31] */
    +    rsaz_1024_mul_avx2(result, result, a_inv, m, k0);
    +    rsaz_1024_scatter5_avx2(table_s, result, 31);
    +#endif
    +
    +    /* load first window */
    +    p_str = (unsigned char *)exponent;
    +    wvalue = p_str[127] >> 3;
    +    rsaz_1024_gather5_avx2(result, table_s, wvalue);
    +
    +    index = 1014;
    +
    +    while (index > -1) {        /* loop for the remaining 127 windows */
    +
    +        rsaz_1024_sqr_avx2(result, result, m, k0, 5);
    +
    +        wvalue = *((unsigned short *)&p_str[index / 8]);
    +        wvalue = (wvalue >> (index % 8)) & 31;
    +        index -= 5;
    +
    +        rsaz_1024_gather5_avx2(a_inv, table_s, wvalue); /* borrow a_inv */
    +        rsaz_1024_mul_avx2(result, result, a_inv, m, k0);
    +    }
    +
    +    /* square four times */
    +    rsaz_1024_sqr_avx2(result, result, m, k0, 4);
    +
    +    wvalue = p_str[0] & 15;
    +
    +    rsaz_1024_gather5_avx2(a_inv, table_s, wvalue); /* borrow a_inv */
    +    rsaz_1024_mul_avx2(result, result, a_inv, m, k0);
    +
    +    /* from Montgomery */
    +    rsaz_1024_mul_avx2(result, result, one, m, k0);
    +
    +    rsaz_1024_red2norm_avx2(result_norm, result);
    +
    +    OPENSSL_cleanse(storage, sizeof(storage));
    +}
    +
    +/*
    + * See crypto/bn/rsaz-x86_64.pl for further details.
    + */
    +void rsaz_512_mul(void *ret, const void *a, const void *b, const void *n,
    +                  BN_ULONG k);
    +void rsaz_512_mul_scatter4(void *ret, const void *a, const void *n,
    +                           BN_ULONG k, const void *tbl, unsigned int power);
    +void rsaz_512_mul_gather4(void *ret, const void *a, const void *tbl,
    +                          const void *n, BN_ULONG k, unsigned int power);
    +void rsaz_512_mul_by_one(void *ret, const void *a, const void *n, BN_ULONG k);
    +void rsaz_512_sqr(void *ret, const void *a, const void *n, BN_ULONG k,
    +                  int cnt);
    +void rsaz_512_scatter4(void *tbl, const BN_ULONG *val, int power);
    +void rsaz_512_gather4(BN_ULONG *val, const void *tbl, int power);
    +
    +void RSAZ_512_mod_exp(BN_ULONG result[8],
    +                      const BN_ULONG base[8], const BN_ULONG exponent[8],
    +                      const BN_ULONG m[8], BN_ULONG k0, const BN_ULONG RR[8])
    +{
    +    unsigned char storage[16 * 8 * 8 + 64 * 2 + 64]; /* 1.2KB */
    +    unsigned char *table = storage + (64 - ((size_t)storage % 64));
    +    BN_ULONG *a_inv = (BN_ULONG *)(table + 16 * 8 * 8);
    +    BN_ULONG *temp = (BN_ULONG *)(table + 16 * 8 * 8 + 8 * 8);
    +    unsigned char *p_str = (unsigned char *)exponent;
    +    int index;
    +    unsigned int wvalue;
    +
    +    /* table[0] = 1_inv */
    +    temp[0] = 0 - m[0];
    +    temp[1] = ~m[1];
    +    temp[2] = ~m[2];
    +    temp[3] = ~m[3];
    +    temp[4] = ~m[4];
    +    temp[5] = ~m[5];
    +    temp[6] = ~m[6];
    +    temp[7] = ~m[7];
    +    rsaz_512_scatter4(table, temp, 0);
    +
    +    /* table [1] = a_inv^1 */
    +    rsaz_512_mul(a_inv, base, RR, m, k0);
    +    rsaz_512_scatter4(table, a_inv, 1);
    +
    +    /* table [2] = a_inv^2 */
    +    rsaz_512_sqr(temp, a_inv, m, k0, 1);
    +    rsaz_512_scatter4(table, temp, 2);
    +
    +    for (index = 3; index < 16; index++)
    +        rsaz_512_mul_scatter4(temp, a_inv, m, k0, table, index);
    +
    +    /* load first window */
    +    wvalue = p_str[63];
    +
    +    rsaz_512_gather4(temp, table, wvalue >> 4);
    +    rsaz_512_sqr(temp, temp, m, k0, 4);
    +    rsaz_512_mul_gather4(temp, temp, table, m, k0, wvalue & 0xf);
    +
    +    for (index = 62; index >= 0; index--) {
    +        wvalue = p_str[index];
    +
    +        rsaz_512_sqr(temp, temp, m, k0, 4);
    +        rsaz_512_mul_gather4(temp, temp, table, m, k0, wvalue >> 4);
    +
    +        rsaz_512_sqr(temp, temp, m, k0, 4);
    +        rsaz_512_mul_gather4(temp, temp, table, m, k0, wvalue & 0x0f);
    +    }
    +
    +    /* from Montgomery */
    +    rsaz_512_mul_by_one(result, temp, m, k0);
    +
    +    OPENSSL_cleanse(storage, sizeof(storage));
    +}
    diff --git a/openssl/crypto/bn/rsaz_exp.h b/openssl/crypto/bn/rsaz_exp.h
    new file mode 100755
    index 000000000..bb71fb1e1
    --- /dev/null
    +++ b/openssl/crypto/bn/rsaz_exp.h
    @@ -0,0 +1,47 @@
    +/******************************************************************************
    +* Copyright(c) 2012, Intel Corp.
    +* Developers and authors:
    +* Shay Gueron (1, 2), and Vlad Krasnov (1)
    +* (1) Intel Corporation, Israel Development Center, Haifa, Israel
    +* (2) University of Haifa, Israel
    +******************************************************************************
    +* LICENSE:
    +* This submission to OpenSSL is to be made available under the OpenSSL
    +* license, and only to the OpenSSL project, in order to allow integration
    +* into the publicly distributed code.
    +* The use of this code, or portions of this code, or concepts embedded in
    +* this code, or modification of this code and/or algorithm(s) in it, or the
    +* use of this code for any other purpose than stated above, requires special
    +* licensing.
    +******************************************************************************
    +* DISCLAIMER:
    +* THIS SOFTWARE IS PROVIDED BY THE CONTRIBUTORS AND THE COPYRIGHT OWNERS
    +* ``AS IS''. ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
    +* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
    +* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE CONTRIBUTORS OR THE COPYRIGHT
    +* OWNERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
    +* OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
    +* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
    +* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
    +* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
    +* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    +* POSSIBILITY OF SUCH DAMAGE.
    +******************************************************************************/
    +
    +#ifndef RSAZ_EXP_H
    +# define RSAZ_EXP_H
    +
    +# include 
    +
    +void RSAZ_1024_mod_exp_avx2(BN_ULONG result[16],
    +                            const BN_ULONG base_norm[16],
    +                            const BN_ULONG exponent[16],
    +                            const BN_ULONG m_norm[16], const BN_ULONG RR[16],
    +                            BN_ULONG k0);
    +int rsaz_avx2_eligible();
    +
    +void RSAZ_512_mod_exp(BN_ULONG result[8],
    +                      const BN_ULONG base_norm[8], const BN_ULONG exponent[8],
    +                      const BN_ULONG m_norm[8], BN_ULONG k0,
    +                      const BN_ULONG RR[8]);
    +#endif
    diff --git a/openssl/crypto/bn/vms-helper.c b/openssl/crypto/bn/vms-helper.c
    index 4b63149bf..f342e90cb 100644
    --- a/openssl/crypto/bn/vms-helper.c
    +++ b/openssl/crypto/bn/vms-helper.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -60,9 +60,9 @@
     bn_div_words_abort(int i)
     {
     #ifdef BN_DEBUG
    -#if !defined(OPENSSL_NO_STDIO) && !defined(OPENSSL_SYS_WIN16)
    -	fprintf(stderr,"Division would overflow (%d)\n",i);
    -#endif
    -	abort();
    +# if !defined(OPENSSL_NO_STDIO) && !defined(OPENSSL_SYS_WIN16)
    +    fprintf(stderr, "Division would overflow (%d)\n", i);
    +# endif
    +    abort();
     #endif
     }
    diff --git a/openssl/crypto/buffer/buf_err.c b/openssl/crypto/buffer/buf_err.c
    index 8f1de6192..631eec38d 100644
    --- a/openssl/crypto/buffer/buf_err.c
    +++ b/openssl/crypto/buffer/buf_err.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* NOTE: this file was auto generated by the mkerr.pl script: any changes
    +/*
    + * NOTE: this file was auto generated by the mkerr.pl script: any changes
      * made to it will be overwritten when the script next updates this file,
      * only reason strings will be preserved.
      */
    @@ -65,35 +66,32 @@
     /* BEGIN ERROR CODES */
     #ifndef OPENSSL_NO_ERR
     
    -#define ERR_FUNC(func) ERR_PACK(ERR_LIB_BUF,func,0)
    -#define ERR_REASON(reason) ERR_PACK(ERR_LIB_BUF,0,reason)
    +# define ERR_FUNC(func) ERR_PACK(ERR_LIB_BUF,func,0)
    +# define ERR_REASON(reason) ERR_PACK(ERR_LIB_BUF,0,reason)
     
    -static ERR_STRING_DATA BUF_str_functs[]=
    -	{
    -{ERR_FUNC(BUF_F_BUF_MEMDUP),	"BUF_memdup"},
    -{ERR_FUNC(BUF_F_BUF_MEM_GROW),	"BUF_MEM_grow"},
    -{ERR_FUNC(BUF_F_BUF_MEM_GROW_CLEAN),	"BUF_MEM_grow_clean"},
    -{ERR_FUNC(BUF_F_BUF_MEM_NEW),	"BUF_MEM_new"},
    -{ERR_FUNC(BUF_F_BUF_STRDUP),	"BUF_strdup"},
    -{ERR_FUNC(BUF_F_BUF_STRNDUP),	"BUF_strndup"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA BUF_str_functs[] = {
    +    {ERR_FUNC(BUF_F_BUF_MEMDUP), "BUF_memdup"},
    +    {ERR_FUNC(BUF_F_BUF_MEM_GROW), "BUF_MEM_grow"},
    +    {ERR_FUNC(BUF_F_BUF_MEM_GROW_CLEAN), "BUF_MEM_grow_clean"},
    +    {ERR_FUNC(BUF_F_BUF_MEM_NEW), "BUF_MEM_new"},
    +    {ERR_FUNC(BUF_F_BUF_STRDUP), "BUF_strdup"},
    +    {ERR_FUNC(BUF_F_BUF_STRNDUP), "BUF_strndup"},
    +    {0, NULL}
    +};
     
    -static ERR_STRING_DATA BUF_str_reasons[]=
    -	{
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA BUF_str_reasons[] = {
    +    {0, NULL}
    +};
     
     #endif
     
     void ERR_load_BUF_strings(void)
    -	{
    +{
     #ifndef OPENSSL_NO_ERR
     
    -	if (ERR_func_error_string(BUF_str_functs[0].error) == NULL)
    -		{
    -		ERR_load_strings(0,BUF_str_functs);
    -		ERR_load_strings(0,BUF_str_reasons);
    -		}
    +    if (ERR_func_error_string(BUF_str_functs[0].error) == NULL) {
    +        ERR_load_strings(0, BUF_str_functs);
    +        ERR_load_strings(0, BUF_str_reasons);
    +    }
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/buffer/buf_str.c b/openssl/crypto/buffer/buf_str.c
    index 151f5ea97..ebc5ab464 100644
    --- a/openssl/crypto/buffer/buf_str.c
    +++ b/openssl/crypto/buffer/buf_str.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,60 +60,71 @@
     #include "cryptlib.h"
     #include 
     
    +size_t BUF_strnlen(const char *str, size_t maxlen)
    +{
    +    const char *p;
    +
    +    for (p = str; maxlen-- != 0 && *p != '\0'; ++p) ;
    +
    +    return p - str;
    +}
    +
     char *BUF_strdup(const char *str)
    -	{
    -	if (str == NULL) return(NULL);
    -	return BUF_strndup(str, strlen(str));
    -	}
    +{
    +    if (str == NULL)
    +        return (NULL);
    +    return BUF_strndup(str, strlen(str));
    +}
     
     char *BUF_strndup(const char *str, size_t siz)
    -	{
    -	char *ret;
    +{
    +    char *ret;
    +
    +    if (str == NULL)
    +        return (NULL);
     
    -	if (str == NULL) return(NULL);
    +    siz = BUF_strnlen(str, siz);
     
    -	ret=OPENSSL_malloc(siz+1);
    -	if (ret == NULL) 
    -		{
    -		BUFerr(BUF_F_BUF_STRNDUP,ERR_R_MALLOC_FAILURE);
    -		return(NULL);
    -		}
    -	BUF_strlcpy(ret,str,siz+1);
    -	return(ret);
    -	}
    +    ret = OPENSSL_malloc(siz + 1);
    +    if (ret == NULL) {
    +        BUFerr(BUF_F_BUF_STRNDUP, ERR_R_MALLOC_FAILURE);
    +        return (NULL);
    +    }
    +    BUF_strlcpy(ret, str, siz + 1);
    +    return (ret);
    +}
     
     void *BUF_memdup(const void *data, size_t siz)
    -	{
    -	void *ret;
    +{
    +    void *ret;
     
    -	if (data == NULL) return(NULL);
    +    if (data == NULL)
    +        return (NULL);
     
    -	ret=OPENSSL_malloc(siz);
    -	if (ret == NULL) 
    -		{
    -		BUFerr(BUF_F_BUF_MEMDUP,ERR_R_MALLOC_FAILURE);
    -		return(NULL);
    -		}
    -	return memcpy(ret, data, siz);
    -	}	
    +    ret = OPENSSL_malloc(siz);
    +    if (ret == NULL) {
    +        BUFerr(BUF_F_BUF_MEMDUP, ERR_R_MALLOC_FAILURE);
    +        return (NULL);
    +    }
    +    return memcpy(ret, data, siz);
    +}
     
     size_t BUF_strlcpy(char *dst, const char *src, size_t size)
    -	{
    -	size_t l = 0;
    -	for(; size > 1 && *src; size--)
    -		{
    -		*dst++ = *src++;
    -		l++;
    -		}
    -	if (size)
    -		*dst = '\0';
    -	return l + strlen(src);
    -	}
    +{
    +    size_t l = 0;
    +    for (; size > 1 && *src; size--) {
    +        *dst++ = *src++;
    +        l++;
    +    }
    +    if (size)
    +        *dst = '\0';
    +    return l + strlen(src);
    +}
     
     size_t BUF_strlcat(char *dst, const char *src, size_t size)
    -	{
    -	size_t l = 0;
    -	for(; size > 0 && *dst; size--, dst++)
    -		l++;
    -	return l + BUF_strlcpy(dst, src, size);
    -	}
    +{
    +    size_t l = 0;
    +    for (; size > 0 && *dst; size--, dst++)
    +        l++;
    +    return l + BUF_strlcpy(dst, src, size);
    +}
    diff --git a/openssl/crypto/buffer/buffer.c b/openssl/crypto/buffer/buffer.c
    index d4a4ce43b..d287e340a 100644
    --- a/openssl/crypto/buffer/buffer.c
    +++ b/openssl/crypto/buffer/buffer.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,144 +60,128 @@
     #include "cryptlib.h"
     #include 
     
    -/* LIMIT_BEFORE_EXPANSION is the maximum n such that (n+3)/3*4 < 2**31. That
    - * function is applied in several functions in this file and this limit ensures
    - * that the result fits in an int. */
    +/*
    + * LIMIT_BEFORE_EXPANSION is the maximum n such that (n+3)/3*4 < 2**31. That
    + * function is applied in several functions in this file and this limit
    + * ensures that the result fits in an int.
    + */
     #define LIMIT_BEFORE_EXPANSION 0x5ffffffc
     
     BUF_MEM *BUF_MEM_new(void)
    -	{
    -	BUF_MEM *ret;
    +{
    +    BUF_MEM *ret;
     
    -	ret=OPENSSL_malloc(sizeof(BUF_MEM));
    -	if (ret == NULL)
    -		{
    -		BUFerr(BUF_F_BUF_MEM_NEW,ERR_R_MALLOC_FAILURE);
    -		return(NULL);
    -		}
    -	ret->length=0;
    -	ret->max=0;
    -	ret->data=NULL;
    -	return(ret);
    -	}
    +    ret = OPENSSL_malloc(sizeof(BUF_MEM));
    +    if (ret == NULL) {
    +        BUFerr(BUF_F_BUF_MEM_NEW, ERR_R_MALLOC_FAILURE);
    +        return (NULL);
    +    }
    +    ret->length = 0;
    +    ret->max = 0;
    +    ret->data = NULL;
    +    return (ret);
    +}
     
     void BUF_MEM_free(BUF_MEM *a)
    -	{
    -	if(a == NULL)
    -	    return;
    +{
    +    if (a == NULL)
    +        return;
     
    -	if (a->data != NULL)
    -		{
    -		memset(a->data,0,(unsigned int)a->max);
    -		OPENSSL_free(a->data);
    -		}
    -	OPENSSL_free(a);
    -	}
    +    if (a->data != NULL) {
    +        memset(a->data, 0, (unsigned int)a->max);
    +        OPENSSL_free(a->data);
    +    }
    +    OPENSSL_free(a);
    +}
     
     int BUF_MEM_grow(BUF_MEM *str, size_t len)
    -	{
    -	char *ret;
    -	size_t n;
    +{
    +    char *ret;
    +    size_t n;
     
    -	if (str->length >= len)
    -		{
    -		str->length=len;
    -		return(len);
    -		}
    -	if (str->max >= len)
    -		{
    -		memset(&str->data[str->length],0,len-str->length);
    -		str->length=len;
    -		return(len);
    -		}
    -	/* This limit is sufficient to ensure (len+3)/3*4 < 2**31 */
    -	if (len > LIMIT_BEFORE_EXPANSION)
    -		{
    -		BUFerr(BUF_F_BUF_MEM_GROW,ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	n=(len+3)/3*4;
    -	if (str->data == NULL)
    -		ret=OPENSSL_malloc(n);
    -	else
    -		ret=OPENSSL_realloc(str->data,n);
    -	if (ret == NULL)
    -		{
    -		BUFerr(BUF_F_BUF_MEM_GROW,ERR_R_MALLOC_FAILURE);
    -		len=0;
    -		}
    -	else
    -		{
    -		str->data=ret;
    -		str->max=n;
    -		memset(&str->data[str->length],0,len-str->length);
    -		str->length=len;
    -		}
    -	return(len);
    -	}
    +    if (str->length >= len) {
    +        str->length = len;
    +        return (len);
    +    }
    +    if (str->max >= len) {
    +        memset(&str->data[str->length], 0, len - str->length);
    +        str->length = len;
    +        return (len);
    +    }
    +    /* This limit is sufficient to ensure (len+3)/3*4 < 2**31 */
    +    if (len > LIMIT_BEFORE_EXPANSION) {
    +        BUFerr(BUF_F_BUF_MEM_GROW, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    n = (len + 3) / 3 * 4;
    +    if (str->data == NULL)
    +        ret = OPENSSL_malloc(n);
    +    else
    +        ret = OPENSSL_realloc(str->data, n);
    +    if (ret == NULL) {
    +        BUFerr(BUF_F_BUF_MEM_GROW, ERR_R_MALLOC_FAILURE);
    +        len = 0;
    +    } else {
    +        str->data = ret;
    +        str->max = n;
    +        memset(&str->data[str->length], 0, len - str->length);
    +        str->length = len;
    +    }
    +    return (len);
    +}
     
     int BUF_MEM_grow_clean(BUF_MEM *str, size_t len)
    -	{
    -	char *ret;
    -	size_t n;
    +{
    +    char *ret;
    +    size_t n;
     
    -	if (str->length >= len)
    -		{
    -		memset(&str->data[len],0,str->length-len);
    -		str->length=len;
    -		return(len);
    -		}
    -	if (str->max >= len)
    -		{
    -		memset(&str->data[str->length],0,len-str->length);
    -		str->length=len;
    -		return(len);
    -		}
    -	/* This limit is sufficient to ensure (len+3)/3*4 < 2**31 */
    -	if (len > LIMIT_BEFORE_EXPANSION)
    -		{
    -		BUFerr(BUF_F_BUF_MEM_GROW_CLEAN,ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	n=(len+3)/3*4;
    -	if (str->data == NULL)
    -		ret=OPENSSL_malloc(n);
    -	else
    -		ret=OPENSSL_realloc_clean(str->data,str->max,n);
    -	if (ret == NULL)
    -		{
    -		BUFerr(BUF_F_BUF_MEM_GROW_CLEAN,ERR_R_MALLOC_FAILURE);
    -		len=0;
    -		}
    -	else
    -		{
    -		str->data=ret;
    -		str->max=n;
    -		memset(&str->data[str->length],0,len-str->length);
    -		str->length=len;
    -		}
    -	return(len);
    -	}
    +    if (str->length >= len) {
    +        memset(&str->data[len], 0, str->length - len);
    +        str->length = len;
    +        return (len);
    +    }
    +    if (str->max >= len) {
    +        memset(&str->data[str->length], 0, len - str->length);
    +        str->length = len;
    +        return (len);
    +    }
    +    /* This limit is sufficient to ensure (len+3)/3*4 < 2**31 */
    +    if (len > LIMIT_BEFORE_EXPANSION) {
    +        BUFerr(BUF_F_BUF_MEM_GROW_CLEAN, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    n = (len + 3) / 3 * 4;
    +    if (str->data == NULL)
    +        ret = OPENSSL_malloc(n);
    +    else
    +        ret = OPENSSL_realloc_clean(str->data, str->max, n);
    +    if (ret == NULL) {
    +        BUFerr(BUF_F_BUF_MEM_GROW_CLEAN, ERR_R_MALLOC_FAILURE);
    +        len = 0;
    +    } else {
    +        str->data = ret;
    +        str->max = n;
    +        memset(&str->data[str->length], 0, len - str->length);
    +        str->length = len;
    +    }
    +    return (len);
    +}
     
     void BUF_reverse(unsigned char *out, const unsigned char *in, size_t size)
    -	{
    -	size_t i;
    -	if (in)
    -		{
    -		out += size - 1;
    -		for (i = 0; i < size; i++)
    -			*out-- = *in++;
    -		}
    -	else
    -		{
    -		unsigned char *q;
    -		char c;
    -		q = out + size - 1;
    -		for (i = 0; i < size/2; i++)
    -			{
    -			c = *q;
    -			*q-- = *out;
    -			*out++ = c;
    -			}
    -		}
    -	}
    +{
    +    size_t i;
    +    if (in) {
    +        out += size - 1;
    +        for (i = 0; i < size; i++)
    +            *out-- = *in++;
    +    } else {
    +        unsigned char *q;
    +        char c;
    +        q = out + size - 1;
    +        for (i = 0; i < size / 2; i++) {
    +            c = *q;
    +            *q-- = *out;
    +            *out++ = c;
    +        }
    +    }
    +}
    diff --git a/openssl/crypto/buffer/buffer.h b/openssl/crypto/buffer/buffer.h
    index f8da32b48..c343dd772 100644
    --- a/openssl/crypto/buffer/buffer.h
    +++ b/openssl/crypto/buffer/buffer.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -57,46 +57,46 @@
      */
     
     #ifndef HEADER_BUFFER_H
    -#define HEADER_BUFFER_H
    +# define HEADER_BUFFER_H
     
    -#include 
    +# include 
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -#include 
    +# include 
     
    -#if !defined(NO_SYS_TYPES_H)
    -#include 
    -#endif
    +# if !defined(NO_SYS_TYPES_H)
    +#  include 
    +# endif
     
     /* Already declared in ossl_typ.h */
     /* typedef struct buf_mem_st BUF_MEM; */
     
    -struct buf_mem_st
    -	{
    -	size_t length;	/* current number of bytes */
    -	char *data;
    -	size_t max;	/* size of buffer */
    -	};
    +struct buf_mem_st {
    +    size_t length;              /* current number of bytes */
    +    char *data;
    +    size_t max;                 /* size of buffer */
    +};
     
     BUF_MEM *BUF_MEM_new(void);
    -void	BUF_MEM_free(BUF_MEM *a);
    -int	BUF_MEM_grow(BUF_MEM *str, size_t len);
    -int	BUF_MEM_grow_clean(BUF_MEM *str, size_t len);
    -char *	BUF_strdup(const char *str);
    -char *	BUF_strndup(const char *str, size_t siz);
    -void *	BUF_memdup(const void *data, size_t siz);
    -void	BUF_reverse(unsigned char *out, const unsigned char *in, size_t siz);
    +void BUF_MEM_free(BUF_MEM *a);
    +int BUF_MEM_grow(BUF_MEM *str, size_t len);
    +int BUF_MEM_grow_clean(BUF_MEM *str, size_t len);
    +size_t BUF_strnlen(const char *str, size_t maxlen);
    +char *BUF_strdup(const char *str);
    +char *BUF_strndup(const char *str, size_t siz);
    +void *BUF_memdup(const void *data, size_t siz);
    +void BUF_reverse(unsigned char *out, const unsigned char *in, size_t siz);
     
     /* safe string functions */
    -size_t BUF_strlcpy(char *dst,const char *src,size_t siz);
    -size_t BUF_strlcat(char *dst,const char *src,size_t siz);
    -
    +size_t BUF_strlcpy(char *dst, const char *src, size_t siz);
    +size_t BUF_strlcat(char *dst, const char *src, size_t siz);
     
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     void ERR_load_BUF_strings(void);
    @@ -104,12 +104,12 @@ void ERR_load_BUF_strings(void);
     /* Error codes for the BUF functions. */
     
     /* Function codes. */
    -#define BUF_F_BUF_MEMDUP				 103
    -#define BUF_F_BUF_MEM_GROW				 100
    -#define BUF_F_BUF_MEM_GROW_CLEAN			 105
    -#define BUF_F_BUF_MEM_NEW				 101
    -#define BUF_F_BUF_STRDUP				 102
    -#define BUF_F_BUF_STRNDUP				 104
    +# define BUF_F_BUF_MEMDUP                                 103
    +# define BUF_F_BUF_MEM_GROW                               100
    +# define BUF_F_BUF_MEM_GROW_CLEAN                         105
    +# define BUF_F_BUF_MEM_NEW                                101
    +# define BUF_F_BUF_STRDUP                                 102
    +# define BUF_F_BUF_STRNDUP                                104
     
     /* Reason codes. */
     
    diff --git a/openssl/crypto/camellia/Makefile b/openssl/crypto/camellia/Makefile
    index 6ce6fc99c..88535f963 100644
    --- a/openssl/crypto/camellia/Makefile
    +++ b/openssl/crypto/camellia/Makefile
    @@ -48,6 +48,8 @@ cmll-x86.s:	asm/cmll-x86.pl ../perlasm/x86asm.pl
     	$(PERL) asm/cmll-x86.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
     cmll-x86_64.s:  asm/cmll-x86_64.pl
     	$(PERL) asm/cmll-x86_64.pl $(PERLASM_SCHEME) > $@
    +cmllt4-sparcv9.s: asm/cmllt4-sparcv9.pl
    +	$(PERL) asm/cmllt4-sparcv9.pl $(CFLAGS) > $@
     
     files:
     	$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
    diff --git a/openssl/crypto/camellia/asm/cmll-x86_64.pl b/openssl/crypto/camellia/asm/cmll-x86_64.pl
    index 9f4b82fa4..d94f46b88 100644
    --- a/openssl/crypto/camellia/asm/cmll-x86_64.pl
    +++ b/openssl/crypto/camellia/asm/cmll-x86_64.pl
    @@ -72,7 +72,7 @@ my $i=@_[0];
     my $seed=defined(@_[1])?@_[1]:0;
     my $scale=$seed<0?-8:8;
     my $j=($i&1)*2;
    -my $s0=@S[($j)%4],$s1=@S[($j+1)%4],$s2=@S[($j+2)%4],$s3=@S[($j+3)%4];
    +my ($s0,$s1,$s2,$s3)=(@S[($j)%4],@S[($j+1)%4],@S[($j+2)%4],@S[($j+3)%4]);
     
     $code.=<<___;
     	xor	$s0,$t0				# t0^=key[0]
    @@ -409,7 +409,7 @@ Camellia_Ekeygen:
     	push	%r15
     .Lkey_prologue:
     
    -	mov	%rdi,$keyend		# put away arguments, keyBitLength
    +	mov	%edi,${keyend}d		# put away arguments, keyBitLength
     	mov	%rdx,$out		# keyTable
     
     	mov	0(%rsi),@S[0]		# load 0-127 bits
    diff --git a/openssl/crypto/camellia/asm/cmllt4-sparcv9.pl b/openssl/crypto/camellia/asm/cmllt4-sparcv9.pl
    new file mode 100755
    index 000000000..a813168b4
    --- /dev/null
    +++ b/openssl/crypto/camellia/asm/cmllt4-sparcv9.pl
    @@ -0,0 +1,929 @@
    +#!/usr/bin/env perl
    +
    +# ====================================================================
    +# Written by David S. Miller  and Andy Polyakov
    +# . The module is licensed under 2-clause BSD
    +# license. October 2012. All rights reserved.
    +# ====================================================================
    +
    +######################################################################
    +# Camellia for SPARC T4.
    +#
    +# As with AES below results [for aligned data] are virtually identical
    +# to critical path lenths for 3-cycle instruction latency:
    +#
    +#		128-bit key	192/256-
    +# CBC encrypt	4.14/4.21(*)	5.46/5.52
    +#			 (*) numbers after slash are for
    +#			     misaligned data.
    +#
    +# As with Intel AES-NI, question is if it's possible to improve
    +# performance of parallelizeable modes by interleaving round
    +# instructions. In Camellia every instruction is dependent on
    +# previous, which means that there is place for 2 additional ones
    +# in between two dependent. Can we expect 3x performance improvement?
    +# At least one can argue that it should be possible to break 2x
    +# barrier... For some reason not even 2x appears to be possible:
    +#
    +#		128-bit key	192/256-
    +# CBC decrypt	2.21/2.74	2.99/3.40
    +# CTR		2.15/2.68(*)	2.93/3.34
    +#			 (*) numbers after slash are for
    +#			     misaligned data.
    +#
    +# This is for 2x interleave. But compared to 1x interleave CBC decrypt
    +# improved by ... 0% for 128-bit key, and 11% for 192/256-bit one.
    +# So that out-of-order execution logic can take non-interleaved code
    +# to 1.87x, but can't take 2x interleaved one any further. There
    +# surely is some explanation... As result 3x interleave was not even
    +# attempted. Instead an effort was made to share specific modes
    +# implementations with AES module (therefore sparct4_modes.pl).
    +#
    +# To anchor to something else, software C implementation processes
    +# one byte in 38 cycles with 128-bit key on same processor.
    +
    +$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
    +push(@INC,"${dir}","${dir}../../perlasm");
    +require "sparcv9_modes.pl";
    +
    +&asm_init(@ARGV);
    +
    +$::evp=1;	# if $evp is set to 0, script generates module with
    +# Camellia_[en|de]crypt, Camellia_set_key and Camellia_cbc_encrypt
    +# entry points. These are fully compatible with openssl/camellia.h.
    +
    +######################################################################
    +# single-round subroutines
    +#
    +{
    +my ($inp,$out,$key,$rounds,$tmp,$mask)=map("%o$_",(0..5));
    +
    +$code=<<___;
    +.text
    +
    +.globl	cmll_t4_encrypt
    +.align	32
    +cmll_t4_encrypt:
    +	andcc		$inp, 7, %g1		! is input aligned?
    +	andn		$inp, 7, $inp
    +
    +	ldx		[$key + 0], %g4
    +	ldx		[$key + 8], %g5
    +
    +	ldx		[$inp + 0], %o4
    +	bz,pt		%icc, 1f
    +	ldx		[$inp + 8], %o5
    +	ldx		[$inp + 16], $inp
    +	sll		%g1, 3, %g1
    +	sub		%g0, %g1, %o3
    +	sllx		%o4, %g1, %o4
    +	sllx		%o5, %g1, %g1
    +	srlx		%o5, %o3, %o5
    +	srlx		$inp, %o3, %o3
    +	or		%o5, %o4, %o4
    +	or		%o3, %g1, %o5
    +1:
    +	ld		[$key + 272], $rounds	! grandRounds, 3 or 4
    +	ldd		[$key + 16], %f12
    +	ldd		[$key + 24], %f14
    +	xor		%g4, %o4, %o4
    +	xor		%g5, %o5, %o5
    +	ldd		[$key + 32], %f16
    +	ldd		[$key + 40], %f18
    +	movxtod		%o4, %f0
    +	movxtod		%o5, %f2
    +	ldd		[$key + 48], %f20
    +	ldd		[$key + 56], %f22
    +	sub		$rounds, 1, $rounds
    +	ldd		[$key + 64], %f24
    +	ldd		[$key + 72], %f26
    +	add		$key, 80, $key
    +
    +.Lenc:
    +	camellia_f	%f12, %f2, %f0, %f2
    +	ldd		[$key + 0], %f12
    +	sub		$rounds,1,$rounds
    +	camellia_f	%f14, %f0, %f2, %f0
    +	ldd		[$key + 8], %f14
    +	camellia_f	%f16, %f2, %f0, %f2
    +	ldd		[$key + 16], %f16
    +	camellia_f	%f18, %f0, %f2, %f0
    +	ldd		[$key + 24], %f18
    +	camellia_f	%f20, %f2, %f0, %f2
    +	ldd		[$key + 32], %f20
    +	camellia_f	%f22, %f0, %f2, %f0
    +	ldd		[$key + 40], %f22
    +	camellia_fl	%f24, %f0, %f0
    +	ldd		[$key + 48], %f24
    +	camellia_fli	%f26, %f2, %f2
    +	ldd		[$key + 56], %f26
    +	brnz,pt		$rounds, .Lenc
    +	add		$key, 64, $key
    +
    +	andcc		$out, 7, $tmp		! is output aligned?
    +	camellia_f	%f12, %f2, %f0, %f2
    +	camellia_f	%f14, %f0, %f2, %f0
    +	camellia_f	%f16, %f2, %f0, %f2
    +	camellia_f	%f18, %f0, %f2, %f0
    +	camellia_f	%f20, %f2, %f0, %f4
    +	camellia_f	%f22, %f0, %f4, %f2
    +	fxor		%f24, %f4, %f0
    +	fxor		%f26, %f2, %f2
    +
    +	bnz,pn		%icc, 2f
    +	nop
    +
    +	std		%f0, [$out + 0]
    +	retl
    +	std		%f2, [$out + 8]
    +
    +2:	alignaddrl	$out, %g0, $out
    +	mov		0xff, $mask
    +	srl		$mask, $tmp, $mask
    +
    +	faligndata	%f0, %f0, %f4
    +	faligndata	%f0, %f2, %f6
    +	faligndata	%f2, %f2, %f8
    +
    +	stda		%f4, [$out + $mask]0xc0	! partial store
    +	std		%f6, [$out + 8]
    +	add		$out, 16, $out
    +	orn		%g0, $mask, $mask
    +	retl
    +	stda		%f8, [$out + $mask]0xc0	! partial store
    +.type	cmll_t4_encrypt,#function
    +.size	cmll_t4_encrypt,.-cmll_t4_encrypt
    +
    +.globl	cmll_t4_decrypt
    +.align	32
    +cmll_t4_decrypt:
    +	ld		[$key + 272], $rounds	! grandRounds, 3 or 4
    +	andcc		$inp, 7, %g1		! is input aligned?
    +	andn		$inp, 7, $inp
    +
    +	sll		$rounds, 6, $rounds
    +	add		$rounds, $key, $key
    +
    +	ldx		[$inp + 0], %o4
    +	bz,pt		%icc, 1f
    +	ldx		[$inp + 8], %o5
    +	ldx		[$inp + 16], $inp
    +	sll		%g1, 3, %g1
    +	sub		%g0, %g1, %g4
    +	sllx		%o4, %g1, %o4
    +	sllx		%o5, %g1, %g1
    +	srlx		%o5, %g4, %o5
    +	srlx		$inp, %g4, %g4
    +	or		%o5, %o4, %o4
    +	or		%g4, %g1, %o5
    +1:
    +	ldx		[$key + 0], %g4
    +	ldx		[$key + 8], %g5
    +	ldd		[$key - 8], %f12
    +	ldd		[$key - 16], %f14
    +	xor		%g4, %o4, %o4
    +	xor		%g5, %o5, %o5
    +	ldd		[$key - 24], %f16
    +	ldd		[$key - 32], %f18
    +	movxtod		%o4, %f0
    +	movxtod		%o5, %f2
    +	ldd		[$key - 40], %f20
    +	ldd		[$key - 48], %f22
    +	sub		$rounds, 64, $rounds
    +	ldd		[$key - 56], %f24
    +	ldd		[$key - 64], %f26
    +	sub		$key, 64, $key
    +
    +.Ldec:
    +	camellia_f	%f12, %f2, %f0, %f2
    +	ldd		[$key - 8], %f12
    +	sub		$rounds, 64, $rounds
    +	camellia_f	%f14, %f0, %f2, %f0
    +	ldd		[$key - 16], %f14
    +	camellia_f	%f16, %f2, %f0, %f2
    +	ldd		[$key - 24], %f16
    +	camellia_f	%f18, %f0, %f2, %f0
    +	ldd		[$key - 32], %f18
    +	camellia_f	%f20, %f2, %f0, %f2
    +	ldd		[$key - 40], %f20
    +	camellia_f	%f22, %f0, %f2, %f0
    +	ldd		[$key - 48], %f22
    +	camellia_fl	%f24, %f0, %f0
    +	ldd		[$key - 56], %f24
    +	camellia_fli	%f26, %f2, %f2
    +	ldd		[$key - 64], %f26
    +	brnz,pt		$rounds, .Ldec
    +	sub		$key, 64, $key
    +
    +	andcc		$out, 7, $tmp		! is output aligned?
    +	camellia_f	%f12, %f2, %f0, %f2
    +	camellia_f	%f14, %f0, %f2, %f0
    +	camellia_f	%f16, %f2, %f0, %f2
    +	camellia_f	%f18, %f0, %f2, %f0
    +	camellia_f	%f20, %f2, %f0, %f4
    +	camellia_f	%f22, %f0, %f4, %f2
    +	fxor		%f26, %f4, %f0
    +	fxor		%f24, %f2, %f2
    +
    +	bnz,pn		%icc, 2f
    +	nop
    +
    +	std		%f0, [$out + 0]
    +	retl
    +	std		%f2, [$out + 8]
    +
    +2:	alignaddrl	$out, %g0, $out
    +	mov		0xff, $mask
    +	srl		$mask, $tmp, $mask
    +
    +	faligndata	%f0, %f0, %f4
    +	faligndata	%f0, %f2, %f6
    +	faligndata	%f2, %f2, %f8
    +
    +	stda		%f4, [$out + $mask]0xc0	! partial store
    +	std		%f6, [$out + 8]
    +	add		$out, 16, $out
    +	orn		%g0, $mask, $mask
    +	retl
    +	stda		%f8, [$out + $mask]0xc0	! partial store
    +.type	cmll_t4_decrypt,#function
    +.size	cmll_t4_decrypt,.-cmll_t4_decrypt
    +___
    +}
    +
    +######################################################################
    +# key setup subroutines
    +#
    +{
    +sub ROTL128 {
    +  my $rot = shift;
    +
    +	"srlx	%o4, 64-$rot, %g4\n\t".
    +	"sllx	%o4, $rot, %o4\n\t".
    +	"srlx	%o5, 64-$rot, %g5\n\t".
    +	"sllx	%o5, $rot, %o5\n\t".
    +	"or	%o4, %g5, %o4\n\t".
    +	"or	%o5, %g4, %o5";
    +}
    +
    +my ($inp,$bits,$out,$tmp)=map("%o$_",(0..5));
    +$code.=<<___;
    +.globl	cmll_t4_set_key
    +.align	32
    +cmll_t4_set_key:
    +	and		$inp, 7, $tmp
    +	alignaddr	$inp, %g0, $inp
    +	cmp		$bits, 192
    +	ldd		[$inp + 0], %f0
    +	bl,pt		%icc,.L128
    +	ldd		[$inp + 8], %f2
    +
    +	be,pt		%icc,.L192
    +	ldd		[$inp + 16], %f4
    +
    +	brz,pt		$tmp, .L256aligned
    +	ldd		[$inp + 24], %f6
    +
    +	ldd		[$inp + 32], %f8
    +	faligndata	%f0, %f2, %f0
    +	faligndata	%f2, %f4, %f2
    +	faligndata	%f4, %f6, %f4
    +	b		.L256aligned
    +	faligndata	%f6, %f8, %f6
    +
    +.align	16
    +.L192:
    +	brz,a,pt	$tmp, .L256aligned
    +	fnot2		%f4, %f6
    +
    +	ldd		[$inp + 24], %f6
    +	nop
    +	faligndata	%f0, %f2, %f0
    +	faligndata	%f2, %f4, %f2
    +	faligndata	%f4, %f6, %f4
    +	fnot2		%f4, %f6
    +
    +.L256aligned:
    +	std		%f0, [$out + 0]		! k[0, 1]
    +	fsrc2		%f0, %f28
    +	std		%f2, [$out + 8]		! k[2, 3]
    +	fsrc2		%f2, %f30
    +	fxor		%f4, %f0, %f0
    +	b		.L128key
    +	fxor		%f6, %f2, %f2
    +
    +.align	16
    +.L128:
    +	brz,pt		$tmp, .L128aligned
    +	nop
    +
    +	ldd		[$inp + 16], %f4
    +	nop
    +	faligndata	%f0, %f2, %f0
    +	faligndata	%f2, %f4, %f2
    +
    +.L128aligned:
    +	std		%f0, [$out + 0]		! k[0, 1]
    +	fsrc2		%f0, %f28
    +	std		%f2, [$out + 8]		! k[2, 3]
    +	fsrc2		%f2, %f30
    +
    +.L128key:
    +	mov		%o7, %o5
    +1:	call		.+8
    +	add		%o7, SIGMA-1b, %o4
    +	mov		%o5, %o7
    +
    +	ldd		[%o4 + 0], %f16
    +	ldd		[%o4 + 8], %f18
    +	ldd		[%o4 + 16], %f20
    +	ldd		[%o4 + 24], %f22
    +
    +	camellia_f	%f16, %f2, %f0, %f2
    +	camellia_f	%f18, %f0, %f2, %f0
    +	fxor		%f28, %f0, %f0
    +	fxor		%f30, %f2, %f2
    +	camellia_f	%f20, %f2, %f0, %f2
    +	camellia_f	%f22, %f0, %f2, %f0
    +
    +	bge,pn		%icc, .L256key
    +	nop
    +	std	%f0, [$out + 0x10]	! k[ 4,  5]
    +	std	%f2, [$out + 0x18]	! k[ 6,  7]
    +
    +	movdtox	%f0, %o4
    +	movdtox	%f2, %o5
    +	`&ROTL128(15)`
    +	stx	%o4, [$out + 0x30]	! k[12, 13]
    +	stx	%o5, [$out + 0x38]	! k[14, 15]
    +	`&ROTL128(15)`
    +	stx	%o4, [$out + 0x40]	! k[16, 17]
    +	stx	%o5, [$out + 0x48]	! k[18, 19]
    +	`&ROTL128(15)`
    +	stx	%o4, [$out + 0x60]	! k[24, 25]
    +	`&ROTL128(15)`
    +	stx	%o4, [$out + 0x70]	! k[28, 29]
    +	stx	%o5, [$out + 0x78]	! k[30, 31]
    +	`&ROTL128(34)`
    +	stx	%o4, [$out + 0xa0]	! k[40, 41]
    +	stx	%o5, [$out + 0xa8]	! k[42, 43]
    +	`&ROTL128(17)`
    +	stx	%o4, [$out + 0xc0]	! k[48, 49]
    +	stx	%o5, [$out + 0xc8]	! k[50, 51]
    +
    +	movdtox	%f28, %o4		! k[ 0,  1]
    +	movdtox	%f30, %o5		! k[ 2,  3]
    +	`&ROTL128(15)`
    +	stx	%o4, [$out + 0x20]	! k[ 8,  9]
    +	stx	%o5, [$out + 0x28]	! k[10, 11]
    +	`&ROTL128(30)`
    +	stx	%o4, [$out + 0x50]	! k[20, 21]
    +	stx	%o5, [$out + 0x58]	! k[22, 23]
    +	`&ROTL128(15)`
    +	stx	%o5, [$out + 0x68]	! k[26, 27]
    +	`&ROTL128(17)`
    +	stx	%o4, [$out + 0x80]	! k[32, 33]
    +	stx	%o5, [$out + 0x88]	! k[34, 35]
    +	`&ROTL128(17)`
    +	stx	%o4, [$out + 0x90]	! k[36, 37]
    +	stx	%o5, [$out + 0x98]	! k[38, 39]
    +	`&ROTL128(17)`
    +	stx	%o4, [$out + 0xb0]	! k[44, 45]
    +	stx	%o5, [$out + 0xb8]	! k[46, 47]
    +
    +	mov		3, $tmp
    +	st		$tmp, [$out + 0x110]
    +	retl
    +	xor		%o0, %o0, %o0
    +
    +.align	16
    +.L256key:
    +	ldd		[%o4 + 32], %f24
    +	ldd		[%o4 + 40], %f26
    +
    +	std		%f0, [$out + 0x30]	! k[12, 13]
    +	std		%f2, [$out + 0x38]	! k[14, 15]
    +
    +	fxor		%f4, %f0, %f0
    +	fxor		%f6, %f2, %f2
    +	camellia_f	%f24, %f2, %f0, %f2
    +	camellia_f	%f26, %f0, %f2, %f0
    +
    +	std	%f0, [$out + 0x10]	! k[ 4,  5]
    +	std	%f2, [$out + 0x18]	! k[ 6,  7]
    +
    +	movdtox	%f0, %o4
    +	movdtox	%f2, %o5
    +	`&ROTL128(30)`
    +	stx	%o4, [$out + 0x50]	! k[20, 21]
    +	stx	%o5, [$out + 0x58]	! k[22, 23]
    +	`&ROTL128(30)`
    +	stx	%o4, [$out + 0xa0]	! k[40, 41]
    +	stx	%o5, [$out + 0xa8]	! k[42, 43]
    +	`&ROTL128(51)`
    +	stx	%o4, [$out + 0x100]	! k[64, 65]
    +	stx	%o5, [$out + 0x108]	! k[66, 67]
    +
    +	movdtox	%f4, %o4		! k[ 8,  9]
    +	movdtox	%f6, %o5		! k[10, 11]
    +	`&ROTL128(15)`
    +	stx	%o4, [$out + 0x20]	! k[ 8,  9]
    +	stx	%o5, [$out + 0x28]	! k[10, 11]
    +	`&ROTL128(15)`
    +	stx	%o4, [$out + 0x40]	! k[16, 17]
    +	stx	%o5, [$out + 0x48]	! k[18, 19]
    +	`&ROTL128(30)`
    +	stx	%o4, [$out + 0x90]	! k[36, 37]
    +	stx	%o5, [$out + 0x98]	! k[38, 39]
    +	`&ROTL128(34)`
    +	stx	%o4, [$out + 0xd0]	! k[52, 53]
    +	stx	%o5, [$out + 0xd8]	! k[54, 55]
    +	ldx	[$out + 0x30], %o4	! k[12, 13]
    +	ldx	[$out + 0x38], %o5	! k[14, 15]
    +	`&ROTL128(15)`
    +	stx	%o4, [$out + 0x30]	! k[12, 13]
    +	stx	%o5, [$out + 0x38]	! k[14, 15]
    +	`&ROTL128(30)`
    +	stx	%o4, [$out + 0x70]	! k[28, 29]
    +	stx	%o5, [$out + 0x78]	! k[30, 31]
    +	srlx	%o4, 32, %g4
    +	srlx	%o5, 32, %g5
    +	st	%o4, [$out + 0xc0]	! k[48]
    +	st	%g5, [$out + 0xc4]	! k[49]
    +	st	%o5, [$out + 0xc8]	! k[50]
    +	st	%g4, [$out + 0xcc]	! k[51]
    +	`&ROTL128(49)`
    +	stx	%o4, [$out + 0xe0]	! k[56, 57]
    +	stx	%o5, [$out + 0xe8]	! k[58, 59]
    +
    +	movdtox	%f28, %o4		! k[ 0,  1]
    +	movdtox	%f30, %o5		! k[ 2,  3]
    +	`&ROTL128(45)`
    +	stx	%o4, [$out + 0x60]	! k[24, 25]
    +	stx	%o5, [$out + 0x68]	! k[26, 27]
    +	`&ROTL128(15)`
    +	stx	%o4, [$out + 0x80]	! k[32, 33]
    +	stx	%o5, [$out + 0x88]	! k[34, 35]
    +	`&ROTL128(17)`
    +	stx	%o4, [$out + 0xb0]	! k[44, 45]
    +	stx	%o5, [$out + 0xb8]	! k[46, 47]
    +	`&ROTL128(34)`
    +	stx	%o4, [$out + 0xf0]	! k[60, 61]
    +	stx	%o5, [$out + 0xf8]	! k[62, 63]
    +
    +	mov		4, $tmp
    +	st		$tmp, [$out + 0x110]
    +	retl
    +	xor		%o0, %o0, %o0
    +.type	cmll_t4_set_key,#function
    +.size	cmll_t4_set_key,.-cmll_t4_set_key
    +.align	32
    +SIGMA:
    +	.long	0xa09e667f, 0x3bcc908b, 0xb67ae858, 0x4caa73b2
    +	.long	0xc6ef372f, 0xe94f82be, 0x54ff53a5, 0xf1d36f1c
    +	.long	0x10e527fa, 0xde682d1d, 0xb05688c2, 0xb3e6c1fd
    +.type	SIGMA,#object
    +.size	SIGMA,.-SIGMA
    +.asciz	"Camellia for SPARC T4, David S. Miller, Andy Polyakov"
    +___
    +}
    +
    +{{{
    +my ($inp,$out,$len,$key,$ivec,$enc)=map("%i$_",(0..5));
    +my ($ileft,$iright,$ooff,$omask,$ivoff)=map("%l$_",(1..7));
    +
    +$code.=<<___;
    +.align	32
    +_cmll128_load_enckey:
    +	ldx		[$key + 0], %g4
    +	ldx		[$key + 8], %g5
    +___
    +for ($i=2; $i<26;$i++) {			# load key schedule
    +    $code.=<<___;
    +	ldd		[$key + `8*$i`], %f`12+2*$i`
    +___
    +}
    +$code.=<<___;
    +	retl
    +	nop
    +.type	_cmll128_load_enckey,#function
    +.size	_cmll128_load_enckey,.-_cmll128_load_enckey
    +_cmll256_load_enckey=_cmll128_load_enckey
    +
    +.align	32
    +_cmll256_load_deckey:
    +	ldd		[$key + 64], %f62
    +	ldd		[$key + 72], %f60
    +	b		.Load_deckey
    +	add		$key, 64, $key
    +_cmll128_load_deckey:
    +	ldd		[$key + 0], %f60
    +	ldd		[$key + 8], %f62
    +.Load_deckey:
    +___
    +for ($i=2; $i<24;$i++) {			# load key schedule
    +    $code.=<<___;
    +	ldd		[$key + `8*$i`], %f`62-2*$i`
    +___
    +}
    +$code.=<<___;
    +	ldx		[$key + 192], %g4
    +	retl
    +	ldx		[$key + 200], %g5
    +.type	_cmll256_load_deckey,#function
    +.size	_cmll256_load_deckey,.-_cmll256_load_deckey
    +
    +.align	32
    +_cmll128_encrypt_1x:
    +___
    +for ($i=0; $i<3; $i++) {
    +    $code.=<<___;
    +	camellia_f	%f`16+16*$i+0`, %f2, %f0, %f2
    +	camellia_f	%f`16+16*$i+2`, %f0, %f2, %f0
    +	camellia_f	%f`16+16*$i+4`, %f2, %f0, %f2
    +	camellia_f	%f`16+16*$i+6`, %f0, %f2, %f0
    +___
    +$code.=<<___ if ($i<2);
    +	camellia_f	%f`16+16*$i+8`, %f2, %f0, %f2
    +	camellia_f	%f`16+16*$i+10`, %f0, %f2, %f0
    +	camellia_fl	%f`16+16*$i+12`, %f0,      %f0
    +	camellia_fli	%f`16+16*$i+14`, %f2,      %f2
    +___
    +}
    +$code.=<<___;
    +	camellia_f	%f56, %f2, %f0, %f4
    +	camellia_f	%f58, %f0, %f4, %f2
    +	fxor		%f60, %f4, %f0
    +	retl
    +	fxor		%f62, %f2, %f2
    +.type	_cmll128_encrypt_1x,#function
    +.size	_cmll128_encrypt_1x,.-_cmll128_encrypt_1x
    +_cmll128_decrypt_1x=_cmll128_encrypt_1x
    +
    +.align	32
    +_cmll128_encrypt_2x:
    +___
    +for ($i=0; $i<3; $i++) {
    +    $code.=<<___;
    +	camellia_f	%f`16+16*$i+0`, %f2, %f0, %f2
    +	camellia_f	%f`16+16*$i+0`, %f6, %f4, %f6
    +	camellia_f	%f`16+16*$i+2`, %f0, %f2, %f0
    +	camellia_f	%f`16+16*$i+2`, %f4, %f6, %f4
    +	camellia_f	%f`16+16*$i+4`, %f2, %f0, %f2
    +	camellia_f	%f`16+16*$i+4`, %f6, %f4, %f6
    +	camellia_f	%f`16+16*$i+6`, %f0, %f2, %f0
    +	camellia_f	%f`16+16*$i+6`, %f4, %f6, %f4
    +___
    +$code.=<<___ if ($i<2);
    +	camellia_f	%f`16+16*$i+8`, %f2, %f0, %f2
    +	camellia_f	%f`16+16*$i+8`, %f6, %f4, %f6
    +	camellia_f	%f`16+16*$i+10`, %f0, %f2, %f0
    +	camellia_f	%f`16+16*$i+10`, %f4, %f6, %f4
    +	camellia_fl	%f`16+16*$i+12`, %f0,      %f0
    +	camellia_fl	%f`16+16*$i+12`, %f4,      %f4
    +	camellia_fli	%f`16+16*$i+14`, %f2,      %f2
    +	camellia_fli	%f`16+16*$i+14`, %f6,      %f6
    +___
    +}
    +$code.=<<___;
    +	camellia_f	%f56, %f2, %f0, %f8
    +	camellia_f	%f56, %f6, %f4, %f10
    +	camellia_f	%f58, %f0, %f8, %f2
    +	camellia_f	%f58, %f4, %f10, %f6
    +	fxor		%f60, %f8, %f0
    +	fxor		%f60, %f10, %f4
    +	fxor		%f62, %f2, %f2
    +	retl
    +	fxor		%f62, %f6, %f6
    +.type	_cmll128_encrypt_2x,#function
    +.size	_cmll128_encrypt_2x,.-_cmll128_encrypt_2x
    +_cmll128_decrypt_2x=_cmll128_encrypt_2x
    +
    +.align	32
    +_cmll256_encrypt_1x:
    +	camellia_f	%f16, %f2, %f0, %f2
    +	camellia_f	%f18, %f0, %f2, %f0
    +	ldd		[$key + 208], %f16
    +	ldd		[$key + 216], %f18
    +	camellia_f	%f20, %f2, %f0, %f2
    +	camellia_f	%f22, %f0, %f2, %f0
    +	ldd		[$key + 224], %f20
    +	ldd		[$key + 232], %f22
    +	camellia_f	%f24, %f2, %f0, %f2
    +	camellia_f	%f26, %f0, %f2, %f0
    +	ldd		[$key + 240], %f24
    +	ldd		[$key + 248], %f26
    +	camellia_fl	%f28, %f0, %f0
    +	camellia_fli	%f30, %f2, %f2
    +	ldd		[$key + 256], %f28
    +	ldd		[$key + 264], %f30
    +___
    +for ($i=1; $i<3; $i++) {
    +    $code.=<<___;
    +	camellia_f	%f`16+16*$i+0`, %f2, %f0, %f2
    +	camellia_f	%f`16+16*$i+2`, %f0, %f2, %f0
    +	camellia_f	%f`16+16*$i+4`, %f2, %f0, %f2
    +	camellia_f	%f`16+16*$i+6`, %f0, %f2, %f0
    +	camellia_f	%f`16+16*$i+8`, %f2, %f0, %f2
    +	camellia_f	%f`16+16*$i+10`, %f0, %f2, %f0
    +	camellia_fl	%f`16+16*$i+12`, %f0,      %f0
    +	camellia_fli	%f`16+16*$i+14`, %f2,      %f2
    +___
    +}
    +$code.=<<___;
    +	camellia_f	%f16, %f2, %f0, %f2
    +	camellia_f	%f18, %f0, %f2, %f0
    +	ldd		[$key + 16], %f16
    +	ldd		[$key + 24], %f18
    +	camellia_f	%f20, %f2, %f0, %f2
    +	camellia_f	%f22, %f0, %f2, %f0
    +	ldd		[$key + 32], %f20
    +	ldd		[$key + 40], %f22
    +	camellia_f	%f24, %f2, %f0, %f4
    +	camellia_f	%f26, %f0, %f4, %f2
    +	ldd		[$key + 48], %f24
    +	ldd		[$key + 56], %f26
    +	fxor		%f28, %f4, %f0
    +	fxor		%f30, %f2, %f2
    +	ldd		[$key + 64], %f28
    +	retl
    +	ldd		[$key + 72], %f30
    +.type	_cmll256_encrypt_1x,#function
    +.size	_cmll256_encrypt_1x,.-_cmll256_encrypt_1x
    +
    +.align	32
    +_cmll256_encrypt_2x:
    +	camellia_f	%f16, %f2, %f0, %f2
    +	camellia_f	%f16, %f6, %f4, %f6
    +	camellia_f	%f18, %f0, %f2, %f0
    +	camellia_f	%f18, %f4, %f6, %f4
    +	ldd		[$key + 208], %f16
    +	ldd		[$key + 216], %f18
    +	camellia_f	%f20, %f2, %f0, %f2
    +	camellia_f	%f20, %f6, %f4, %f6
    +	camellia_f	%f22, %f0, %f2, %f0
    +	camellia_f	%f22, %f4, %f6, %f4
    +	ldd		[$key + 224], %f20
    +	ldd		[$key + 232], %f22
    +	camellia_f	%f24, %f2, %f0, %f2
    +	camellia_f	%f24, %f6, %f4, %f6
    +	camellia_f	%f26, %f0, %f2, %f0
    +	camellia_f	%f26, %f4, %f6, %f4
    +	ldd		[$key + 240], %f24
    +	ldd		[$key + 248], %f26
    +	camellia_fl	%f28, %f0, %f0
    +	camellia_fl	%f28, %f4, %f4
    +	camellia_fli	%f30, %f2, %f2
    +	camellia_fli	%f30, %f6, %f6
    +	ldd		[$key + 256], %f28
    +	ldd		[$key + 264], %f30
    +___
    +for ($i=1; $i<3; $i++) {
    +    $code.=<<___;
    +	camellia_f	%f`16+16*$i+0`, %f2, %f0, %f2
    +	camellia_f	%f`16+16*$i+0`, %f6, %f4, %f6
    +	camellia_f	%f`16+16*$i+2`, %f0, %f2, %f0
    +	camellia_f	%f`16+16*$i+2`, %f4, %f6, %f4
    +	camellia_f	%f`16+16*$i+4`, %f2, %f0, %f2
    +	camellia_f	%f`16+16*$i+4`, %f6, %f4, %f6
    +	camellia_f	%f`16+16*$i+6`, %f0, %f2, %f0
    +	camellia_f	%f`16+16*$i+6`, %f4, %f6, %f4
    +	camellia_f	%f`16+16*$i+8`, %f2, %f0, %f2
    +	camellia_f	%f`16+16*$i+8`, %f6, %f4, %f6
    +	camellia_f	%f`16+16*$i+10`, %f0, %f2, %f0
    +	camellia_f	%f`16+16*$i+10`, %f4, %f6, %f4
    +	camellia_fl	%f`16+16*$i+12`, %f0,      %f0
    +	camellia_fl	%f`16+16*$i+12`, %f4,      %f4
    +	camellia_fli	%f`16+16*$i+14`, %f2,      %f2
    +	camellia_fli	%f`16+16*$i+14`, %f6,      %f6
    +___
    +}
    +$code.=<<___;
    +	camellia_f	%f16, %f2, %f0, %f2
    +	camellia_f	%f16, %f6, %f4, %f6
    +	camellia_f	%f18, %f0, %f2, %f0
    +	camellia_f	%f18, %f4, %f6, %f4
    +	ldd		[$key + 16], %f16
    +	ldd		[$key + 24], %f18
    +	camellia_f	%f20, %f2, %f0, %f2
    +	camellia_f	%f20, %f6, %f4, %f6
    +	camellia_f	%f22, %f0, %f2, %f0
    +	camellia_f	%f22, %f4, %f6, %f4
    +	ldd		[$key + 32], %f20
    +	ldd		[$key + 40], %f22
    +	camellia_f	%f24, %f2, %f0, %f8
    +	camellia_f	%f24, %f6, %f4, %f10
    +	camellia_f	%f26, %f0, %f8, %f2
    +	camellia_f	%f26, %f4, %f10, %f6
    +	ldd		[$key + 48], %f24
    +	ldd		[$key + 56], %f26
    +	fxor		%f28, %f8, %f0
    +	fxor		%f28, %f10, %f4
    +	fxor		%f30, %f2, %f2
    +	fxor		%f30, %f6, %f6
    +	ldd		[$key + 64], %f28
    +	retl
    +	ldd		[$key + 72], %f30
    +.type	_cmll256_encrypt_2x,#function
    +.size	_cmll256_encrypt_2x,.-_cmll256_encrypt_2x
    +
    +.align	32
    +_cmll256_decrypt_1x:
    +	camellia_f	%f16, %f2, %f0, %f2
    +	camellia_f	%f18, %f0, %f2, %f0
    +	ldd		[$key - 8], %f16
    +	ldd		[$key - 16], %f18
    +	camellia_f	%f20, %f2, %f0, %f2
    +	camellia_f	%f22, %f0, %f2, %f0
    +	ldd		[$key - 24], %f20
    +	ldd		[$key - 32], %f22
    +	camellia_f	%f24, %f2, %f0, %f2
    +	camellia_f	%f26, %f0, %f2, %f0
    +	ldd		[$key - 40], %f24
    +	ldd		[$key - 48], %f26
    +	camellia_fl	%f28, %f0, %f0
    +	camellia_fli	%f30, %f2, %f2
    +	ldd		[$key - 56], %f28
    +	ldd		[$key - 64], %f30
    +___
    +for ($i=1; $i<3; $i++) {
    +    $code.=<<___;
    +	camellia_f	%f`16+16*$i+0`, %f2, %f0, %f2
    +	camellia_f	%f`16+16*$i+2`, %f0, %f2, %f0
    +	camellia_f	%f`16+16*$i+4`, %f2, %f0, %f2
    +	camellia_f	%f`16+16*$i+6`, %f0, %f2, %f0
    +	camellia_f	%f`16+16*$i+8`, %f2, %f0, %f2
    +	camellia_f	%f`16+16*$i+10`, %f0, %f2, %f0
    +	camellia_fl	%f`16+16*$i+12`, %f0,      %f0
    +	camellia_fli	%f`16+16*$i+14`, %f2,      %f2
    +___
    +}
    +$code.=<<___;
    +	camellia_f	%f16, %f2, %f0, %f2
    +	camellia_f	%f18, %f0, %f2, %f0
    +	ldd		[$key + 184], %f16
    +	ldd		[$key + 176], %f18
    +	camellia_f	%f20, %f2, %f0, %f2
    +	camellia_f	%f22, %f0, %f2, %f0
    +	ldd		[$key + 168], %f20
    +	ldd		[$key + 160], %f22
    +	camellia_f	%f24, %f2, %f0, %f4
    +	camellia_f	%f26, %f0, %f4, %f2
    +	ldd		[$key + 152], %f24
    +	ldd		[$key + 144], %f26
    +	fxor		%f30, %f4, %f0
    +	fxor		%f28, %f2, %f2
    +	ldd		[$key + 136], %f28
    +	retl
    +	ldd		[$key + 128], %f30
    +.type	_cmll256_decrypt_1x,#function
    +.size	_cmll256_decrypt_1x,.-_cmll256_decrypt_1x
    +
    +.align	32
    +_cmll256_decrypt_2x:
    +	camellia_f	%f16, %f2, %f0, %f2
    +	camellia_f	%f16, %f6, %f4, %f6
    +	camellia_f	%f18, %f0, %f2, %f0
    +	camellia_f	%f18, %f4, %f6, %f4
    +	ldd		[$key - 8], %f16
    +	ldd		[$key - 16], %f18
    +	camellia_f	%f20, %f2, %f0, %f2
    +	camellia_f	%f20, %f6, %f4, %f6
    +	camellia_f	%f22, %f0, %f2, %f0
    +	camellia_f	%f22, %f4, %f6, %f4
    +	ldd		[$key - 24], %f20
    +	ldd		[$key - 32], %f22
    +	camellia_f	%f24, %f2, %f0, %f2
    +	camellia_f	%f24, %f6, %f4, %f6
    +	camellia_f	%f26, %f0, %f2, %f0
    +	camellia_f	%f26, %f4, %f6, %f4
    +	ldd		[$key - 40], %f24
    +	ldd		[$key - 48], %f26
    +	camellia_fl	%f28, %f0, %f0
    +	camellia_fl	%f28, %f4, %f4
    +	camellia_fli	%f30, %f2, %f2
    +	camellia_fli	%f30, %f6, %f6
    +	ldd		[$key - 56], %f28
    +	ldd		[$key - 64], %f30
    +___
    +for ($i=1; $i<3; $i++) {
    +    $code.=<<___;
    +	camellia_f	%f`16+16*$i+0`, %f2, %f0, %f2
    +	camellia_f	%f`16+16*$i+0`, %f6, %f4, %f6
    +	camellia_f	%f`16+16*$i+2`, %f0, %f2, %f0
    +	camellia_f	%f`16+16*$i+2`, %f4, %f6, %f4
    +	camellia_f	%f`16+16*$i+4`, %f2, %f0, %f2
    +	camellia_f	%f`16+16*$i+4`, %f6, %f4, %f6
    +	camellia_f	%f`16+16*$i+6`, %f0, %f2, %f0
    +	camellia_f	%f`16+16*$i+6`, %f4, %f6, %f4
    +	camellia_f	%f`16+16*$i+8`, %f2, %f0, %f2
    +	camellia_f	%f`16+16*$i+8`, %f6, %f4, %f6
    +	camellia_f	%f`16+16*$i+10`, %f0, %f2, %f0
    +	camellia_f	%f`16+16*$i+10`, %f4, %f6, %f4
    +	camellia_fl	%f`16+16*$i+12`, %f0,      %f0
    +	camellia_fl	%f`16+16*$i+12`, %f4,      %f4
    +	camellia_fli	%f`16+16*$i+14`, %f2,      %f2
    +	camellia_fli	%f`16+16*$i+14`, %f6,      %f6
    +___
    +}
    +$code.=<<___;
    +	camellia_f	%f16, %f2, %f0, %f2
    +	camellia_f	%f16, %f6, %f4, %f6
    +	camellia_f	%f18, %f0, %f2, %f0
    +	camellia_f	%f18, %f4, %f6, %f4
    +	ldd		[$key + 184], %f16
    +	ldd		[$key + 176], %f18
    +	camellia_f	%f20, %f2, %f0, %f2
    +	camellia_f	%f20, %f6, %f4, %f6
    +	camellia_f	%f22, %f0, %f2, %f0
    +	camellia_f	%f22, %f4, %f6, %f4
    +	ldd		[$key + 168], %f20
    +	ldd		[$key + 160], %f22
    +	camellia_f	%f24, %f2, %f0, %f8
    +	camellia_f	%f24, %f6, %f4, %f10
    +	camellia_f	%f26, %f0, %f8, %f2
    +	camellia_f	%f26, %f4, %f10, %f6
    +	ldd		[$key + 152], %f24
    +	ldd		[$key + 144], %f26
    +	fxor		%f30, %f8, %f0
    +	fxor		%f30, %f10, %f4
    +	fxor		%f28, %f2, %f2
    +	fxor		%f28, %f6, %f6
    +	ldd		[$key + 136], %f28
    +	retl
    +	ldd		[$key + 128], %f30
    +.type	_cmll256_decrypt_2x,#function
    +.size	_cmll256_decrypt_2x,.-_cmll256_decrypt_2x
    +___
    +
    +&alg_cbc_encrypt_implement("cmll",128);
    +&alg_cbc_encrypt_implement("cmll",256);
    +
    +&alg_cbc_decrypt_implement("cmll",128);
    +&alg_cbc_decrypt_implement("cmll",256);
    +
    +if ($::evp) {
    +    &alg_ctr32_implement("cmll",128);
    +    &alg_ctr32_implement("cmll",256);
    +}
    +}}}
    +
    +if (!$::evp) {
    +$code.=<<___;
    +.global	Camellia_encrypt
    +Camellia_encrypt=cmll_t4_encrypt
    +.global	Camellia_decrypt
    +Camellia_decrypt=cmll_t4_decrypt
    +.global	Camellia_set_key
    +.align	32
    +Camellia_set_key:
    +	andcc		%o2, 7, %g0		! double-check alignment
    +	bnz,a,pn	%icc, 1f
    +	mov		-1, %o0
    +	brz,a,pn	%o0, 1f
    +	mov		-1, %o0
    +	brz,a,pn	%o2, 1f
    +	mov		-1, %o0
    +	andncc		%o1, 0x1c0, %g0
    +	bnz,a,pn	%icc, 1f
    +	mov		-2, %o0
    +	cmp		%o1, 128
    +	bl,a,pn		%icc, 1f
    +	mov		-2, %o0
    +	b		cmll_t4_set_key
    +	nop
    +1:	retl
    +	nop
    +.type	Camellia_set_key,#function
    +.size	Camellia_set_key,.-Camellia_set_key
    +___
    +
    +my ($inp,$out,$len,$key,$ivec,$enc)=map("%o$_",(0..5));
    +
    +$code.=<<___;
    +.globl	Camellia_cbc_encrypt
    +.align	32
    +Camellia_cbc_encrypt:
    +	ld		[$key + 272], %g1
    +	nop
    +	brz		$enc, .Lcbc_decrypt
    +	cmp		%g1, 3
    +
    +	be,pt		%icc, cmll128_t4_cbc_encrypt
    +	nop
    +	ba		cmll256_t4_cbc_encrypt
    +	nop
    +
    +.Lcbc_decrypt:
    +	be,pt		%icc, cmll128_t4_cbc_decrypt
    +	nop
    +	ba		cmll256_t4_cbc_decrypt
    +	nop
    +.type	Camellia_cbc_encrypt,#function
    +.size	Camellia_cbc_encrypt,.-Camellia_cbc_encrypt
    +___
    +}
    +
    +&emit_assembler();
    +
    +close STDOUT;
    diff --git a/openssl/crypto/camellia/camellia.c b/openssl/crypto/camellia/camellia.c
    index 75fc8991c..b4a6766c6 100644
    --- a/openssl/crypto/camellia/camellia.c
    +++ b/openssl/crypto/camellia/camellia.c
    @@ -1,6 +1,6 @@
     /* crypto/camellia/camellia.c -*- mode:C; c-file-style: "eay" -*- */
     /* ====================================================================
    - * Copyright 2006 NTT (Nippon Telegraph and Telephone Corporation) . 
    + * Copyright 2006 NTT (Nippon Telegraph and Telephone Corporation) .
      * ALL RIGHTS RESERVED.
      *
      * Intellectual Property information for Camellia:
    @@ -24,7 +24,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -65,10 +65,11 @@
      * ====================================================================
      */
     
    -/* Algorithm Specification 
    -   http://info.isl.ntt.co.jp/crypt/eng/camellia/specifications.html
    -*/
    - 
    +/*
    + * Algorithm Specification
    + * http://info.isl.llia/specicrypt/eng/camellia/specifications.html
    + */
    +
     /*
      * This release balances code size and performance. In particular key
      * schedule setup is fully unrolled, because doing so *significantly*
    @@ -102,7 +103,7 @@
     #  if defined(__i386) || defined(__x86_64)
     #   define RightRotate(x,s) ({u32 ret; asm ("rorl %1,%0":"=r"(ret):"I"(s),"0"(x):"cc"); ret; })
     #   define LeftRotate(x,s)  ({u32 ret; asm ("roll %1,%0":"=r"(ret):"I"(s),"0"(x):"cc"); ret; })
    -#   if defined(B_ENDIAN) /* stratus.com does it */
    +#   if defined(B_ENDIAN)        /* stratus.com does it */
     #    define GETU32(p)   (*(u32 *)(p))
     #    define PUTU32(p,v) (*(u32 *)(p)=(v))
     #   else
    @@ -138,178 +139,178 @@
     #define SBOX2_0222 Camellia_SBOX[2]
     #define SBOX3_3033 Camellia_SBOX[3]
     static const u32 Camellia_SBOX[][256] = {
    -{   0x70707000, 0x82828200, 0x2c2c2c00, 0xececec00, 0xb3b3b300, 0x27272700, 
    -    0xc0c0c000, 0xe5e5e500, 0xe4e4e400, 0x85858500, 0x57575700, 0x35353500, 
    -    0xeaeaea00, 0x0c0c0c00, 0xaeaeae00, 0x41414100, 0x23232300, 0xefefef00, 
    -    0x6b6b6b00, 0x93939300, 0x45454500, 0x19191900, 0xa5a5a500, 0x21212100, 
    -    0xededed00, 0x0e0e0e00, 0x4f4f4f00, 0x4e4e4e00, 0x1d1d1d00, 0x65656500, 
    -    0x92929200, 0xbdbdbd00, 0x86868600, 0xb8b8b800, 0xafafaf00, 0x8f8f8f00, 
    -    0x7c7c7c00, 0xebebeb00, 0x1f1f1f00, 0xcecece00, 0x3e3e3e00, 0x30303000, 
    -    0xdcdcdc00, 0x5f5f5f00, 0x5e5e5e00, 0xc5c5c500, 0x0b0b0b00, 0x1a1a1a00, 
    -    0xa6a6a600, 0xe1e1e100, 0x39393900, 0xcacaca00, 0xd5d5d500, 0x47474700, 
    -    0x5d5d5d00, 0x3d3d3d00, 0xd9d9d900, 0x01010100, 0x5a5a5a00, 0xd6d6d600, 
    -    0x51515100, 0x56565600, 0x6c6c6c00, 0x4d4d4d00, 0x8b8b8b00, 0x0d0d0d00, 
    -    0x9a9a9a00, 0x66666600, 0xfbfbfb00, 0xcccccc00, 0xb0b0b000, 0x2d2d2d00, 
    -    0x74747400, 0x12121200, 0x2b2b2b00, 0x20202000, 0xf0f0f000, 0xb1b1b100, 
    -    0x84848400, 0x99999900, 0xdfdfdf00, 0x4c4c4c00, 0xcbcbcb00, 0xc2c2c200, 
    -    0x34343400, 0x7e7e7e00, 0x76767600, 0x05050500, 0x6d6d6d00, 0xb7b7b700, 
    -    0xa9a9a900, 0x31313100, 0xd1d1d100, 0x17171700, 0x04040400, 0xd7d7d700, 
    -    0x14141400, 0x58585800, 0x3a3a3a00, 0x61616100, 0xdedede00, 0x1b1b1b00, 
    -    0x11111100, 0x1c1c1c00, 0x32323200, 0x0f0f0f00, 0x9c9c9c00, 0x16161600, 
    -    0x53535300, 0x18181800, 0xf2f2f200, 0x22222200, 0xfefefe00, 0x44444400, 
    -    0xcfcfcf00, 0xb2b2b200, 0xc3c3c300, 0xb5b5b500, 0x7a7a7a00, 0x91919100, 
    -    0x24242400, 0x08080800, 0xe8e8e800, 0xa8a8a800, 0x60606000, 0xfcfcfc00, 
    -    0x69696900, 0x50505000, 0xaaaaaa00, 0xd0d0d000, 0xa0a0a000, 0x7d7d7d00, 
    -    0xa1a1a100, 0x89898900, 0x62626200, 0x97979700, 0x54545400, 0x5b5b5b00, 
    -    0x1e1e1e00, 0x95959500, 0xe0e0e000, 0xffffff00, 0x64646400, 0xd2d2d200, 
    -    0x10101000, 0xc4c4c400, 0x00000000, 0x48484800, 0xa3a3a300, 0xf7f7f700, 
    -    0x75757500, 0xdbdbdb00, 0x8a8a8a00, 0x03030300, 0xe6e6e600, 0xdadada00, 
    -    0x09090900, 0x3f3f3f00, 0xdddddd00, 0x94949400, 0x87878700, 0x5c5c5c00, 
    -    0x83838300, 0x02020200, 0xcdcdcd00, 0x4a4a4a00, 0x90909000, 0x33333300, 
    -    0x73737300, 0x67676700, 0xf6f6f600, 0xf3f3f300, 0x9d9d9d00, 0x7f7f7f00, 
    -    0xbfbfbf00, 0xe2e2e200, 0x52525200, 0x9b9b9b00, 0xd8d8d800, 0x26262600, 
    -    0xc8c8c800, 0x37373700, 0xc6c6c600, 0x3b3b3b00, 0x81818100, 0x96969600, 
    -    0x6f6f6f00, 0x4b4b4b00, 0x13131300, 0xbebebe00, 0x63636300, 0x2e2e2e00, 
    -    0xe9e9e900, 0x79797900, 0xa7a7a700, 0x8c8c8c00, 0x9f9f9f00, 0x6e6e6e00, 
    -    0xbcbcbc00, 0x8e8e8e00, 0x29292900, 0xf5f5f500, 0xf9f9f900, 0xb6b6b600, 
    -    0x2f2f2f00, 0xfdfdfd00, 0xb4b4b400, 0x59595900, 0x78787800, 0x98989800, 
    -    0x06060600, 0x6a6a6a00, 0xe7e7e700, 0x46464600, 0x71717100, 0xbababa00, 
    -    0xd4d4d400, 0x25252500, 0xababab00, 0x42424200, 0x88888800, 0xa2a2a200, 
    -    0x8d8d8d00, 0xfafafa00, 0x72727200, 0x07070700, 0xb9b9b900, 0x55555500, 
    -    0xf8f8f800, 0xeeeeee00, 0xacacac00, 0x0a0a0a00, 0x36363600, 0x49494900, 
    -    0x2a2a2a00, 0x68686800, 0x3c3c3c00, 0x38383800, 0xf1f1f100, 0xa4a4a400, 
    -    0x40404000, 0x28282800, 0xd3d3d300, 0x7b7b7b00, 0xbbbbbb00, 0xc9c9c900, 
    -    0x43434300, 0xc1c1c100, 0x15151500, 0xe3e3e300, 0xadadad00, 0xf4f4f400, 
    -    0x77777700, 0xc7c7c700, 0x80808000, 0x9e9e9e00 },
    -{   0x70700070, 0x2c2c002c, 0xb3b300b3, 0xc0c000c0, 0xe4e400e4, 0x57570057, 
    -    0xeaea00ea, 0xaeae00ae, 0x23230023, 0x6b6b006b, 0x45450045, 0xa5a500a5, 
    -    0xeded00ed, 0x4f4f004f, 0x1d1d001d, 0x92920092, 0x86860086, 0xafaf00af, 
    -    0x7c7c007c, 0x1f1f001f, 0x3e3e003e, 0xdcdc00dc, 0x5e5e005e, 0x0b0b000b, 
    -    0xa6a600a6, 0x39390039, 0xd5d500d5, 0x5d5d005d, 0xd9d900d9, 0x5a5a005a, 
    -    0x51510051, 0x6c6c006c, 0x8b8b008b, 0x9a9a009a, 0xfbfb00fb, 0xb0b000b0, 
    -    0x74740074, 0x2b2b002b, 0xf0f000f0, 0x84840084, 0xdfdf00df, 0xcbcb00cb, 
    -    0x34340034, 0x76760076, 0x6d6d006d, 0xa9a900a9, 0xd1d100d1, 0x04040004, 
    -    0x14140014, 0x3a3a003a, 0xdede00de, 0x11110011, 0x32320032, 0x9c9c009c, 
    -    0x53530053, 0xf2f200f2, 0xfefe00fe, 0xcfcf00cf, 0xc3c300c3, 0x7a7a007a, 
    -    0x24240024, 0xe8e800e8, 0x60600060, 0x69690069, 0xaaaa00aa, 0xa0a000a0, 
    -    0xa1a100a1, 0x62620062, 0x54540054, 0x1e1e001e, 0xe0e000e0, 0x64640064, 
    -    0x10100010, 0x00000000, 0xa3a300a3, 0x75750075, 0x8a8a008a, 0xe6e600e6, 
    -    0x09090009, 0xdddd00dd, 0x87870087, 0x83830083, 0xcdcd00cd, 0x90900090, 
    -    0x73730073, 0xf6f600f6, 0x9d9d009d, 0xbfbf00bf, 0x52520052, 0xd8d800d8, 
    -    0xc8c800c8, 0xc6c600c6, 0x81810081, 0x6f6f006f, 0x13130013, 0x63630063, 
    -    0xe9e900e9, 0xa7a700a7, 0x9f9f009f, 0xbcbc00bc, 0x29290029, 0xf9f900f9, 
    -    0x2f2f002f, 0xb4b400b4, 0x78780078, 0x06060006, 0xe7e700e7, 0x71710071, 
    -    0xd4d400d4, 0xabab00ab, 0x88880088, 0x8d8d008d, 0x72720072, 0xb9b900b9, 
    -    0xf8f800f8, 0xacac00ac, 0x36360036, 0x2a2a002a, 0x3c3c003c, 0xf1f100f1, 
    -    0x40400040, 0xd3d300d3, 0xbbbb00bb, 0x43430043, 0x15150015, 0xadad00ad, 
    -    0x77770077, 0x80800080, 0x82820082, 0xecec00ec, 0x27270027, 0xe5e500e5, 
    -    0x85850085, 0x35350035, 0x0c0c000c, 0x41410041, 0xefef00ef, 0x93930093, 
    -    0x19190019, 0x21210021, 0x0e0e000e, 0x4e4e004e, 0x65650065, 0xbdbd00bd, 
    -    0xb8b800b8, 0x8f8f008f, 0xebeb00eb, 0xcece00ce, 0x30300030, 0x5f5f005f, 
    -    0xc5c500c5, 0x1a1a001a, 0xe1e100e1, 0xcaca00ca, 0x47470047, 0x3d3d003d, 
    -    0x01010001, 0xd6d600d6, 0x56560056, 0x4d4d004d, 0x0d0d000d, 0x66660066, 
    -    0xcccc00cc, 0x2d2d002d, 0x12120012, 0x20200020, 0xb1b100b1, 0x99990099, 
    -    0x4c4c004c, 0xc2c200c2, 0x7e7e007e, 0x05050005, 0xb7b700b7, 0x31310031, 
    -    0x17170017, 0xd7d700d7, 0x58580058, 0x61610061, 0x1b1b001b, 0x1c1c001c, 
    -    0x0f0f000f, 0x16160016, 0x18180018, 0x22220022, 0x44440044, 0xb2b200b2, 
    -    0xb5b500b5, 0x91910091, 0x08080008, 0xa8a800a8, 0xfcfc00fc, 0x50500050, 
    -    0xd0d000d0, 0x7d7d007d, 0x89890089, 0x97970097, 0x5b5b005b, 0x95950095, 
    -    0xffff00ff, 0xd2d200d2, 0xc4c400c4, 0x48480048, 0xf7f700f7, 0xdbdb00db, 
    -    0x03030003, 0xdada00da, 0x3f3f003f, 0x94940094, 0x5c5c005c, 0x02020002, 
    -    0x4a4a004a, 0x33330033, 0x67670067, 0xf3f300f3, 0x7f7f007f, 0xe2e200e2, 
    -    0x9b9b009b, 0x26260026, 0x37370037, 0x3b3b003b, 0x96960096, 0x4b4b004b, 
    -    0xbebe00be, 0x2e2e002e, 0x79790079, 0x8c8c008c, 0x6e6e006e, 0x8e8e008e, 
    -    0xf5f500f5, 0xb6b600b6, 0xfdfd00fd, 0x59590059, 0x98980098, 0x6a6a006a, 
    -    0x46460046, 0xbaba00ba, 0x25250025, 0x42420042, 0xa2a200a2, 0xfafa00fa, 
    -    0x07070007, 0x55550055, 0xeeee00ee, 0x0a0a000a, 0x49490049, 0x68680068, 
    -    0x38380038, 0xa4a400a4, 0x28280028, 0x7b7b007b, 0xc9c900c9, 0xc1c100c1, 
    -    0xe3e300e3, 0xf4f400f4, 0xc7c700c7, 0x9e9e009e },
    -{   0x00e0e0e0, 0x00050505, 0x00585858, 0x00d9d9d9, 0x00676767, 0x004e4e4e, 
    -    0x00818181, 0x00cbcbcb, 0x00c9c9c9, 0x000b0b0b, 0x00aeaeae, 0x006a6a6a, 
    -    0x00d5d5d5, 0x00181818, 0x005d5d5d, 0x00828282, 0x00464646, 0x00dfdfdf, 
    -    0x00d6d6d6, 0x00272727, 0x008a8a8a, 0x00323232, 0x004b4b4b, 0x00424242, 
    -    0x00dbdbdb, 0x001c1c1c, 0x009e9e9e, 0x009c9c9c, 0x003a3a3a, 0x00cacaca, 
    -    0x00252525, 0x007b7b7b, 0x000d0d0d, 0x00717171, 0x005f5f5f, 0x001f1f1f, 
    -    0x00f8f8f8, 0x00d7d7d7, 0x003e3e3e, 0x009d9d9d, 0x007c7c7c, 0x00606060, 
    -    0x00b9b9b9, 0x00bebebe, 0x00bcbcbc, 0x008b8b8b, 0x00161616, 0x00343434, 
    -    0x004d4d4d, 0x00c3c3c3, 0x00727272, 0x00959595, 0x00ababab, 0x008e8e8e, 
    -    0x00bababa, 0x007a7a7a, 0x00b3b3b3, 0x00020202, 0x00b4b4b4, 0x00adadad, 
    -    0x00a2a2a2, 0x00acacac, 0x00d8d8d8, 0x009a9a9a, 0x00171717, 0x001a1a1a, 
    -    0x00353535, 0x00cccccc, 0x00f7f7f7, 0x00999999, 0x00616161, 0x005a5a5a, 
    -    0x00e8e8e8, 0x00242424, 0x00565656, 0x00404040, 0x00e1e1e1, 0x00636363, 
    -    0x00090909, 0x00333333, 0x00bfbfbf, 0x00989898, 0x00979797, 0x00858585, 
    -    0x00686868, 0x00fcfcfc, 0x00ececec, 0x000a0a0a, 0x00dadada, 0x006f6f6f, 
    -    0x00535353, 0x00626262, 0x00a3a3a3, 0x002e2e2e, 0x00080808, 0x00afafaf, 
    -    0x00282828, 0x00b0b0b0, 0x00747474, 0x00c2c2c2, 0x00bdbdbd, 0x00363636, 
    -    0x00222222, 0x00383838, 0x00646464, 0x001e1e1e, 0x00393939, 0x002c2c2c, 
    -    0x00a6a6a6, 0x00303030, 0x00e5e5e5, 0x00444444, 0x00fdfdfd, 0x00888888, 
    -    0x009f9f9f, 0x00656565, 0x00878787, 0x006b6b6b, 0x00f4f4f4, 0x00232323, 
    -    0x00484848, 0x00101010, 0x00d1d1d1, 0x00515151, 0x00c0c0c0, 0x00f9f9f9, 
    -    0x00d2d2d2, 0x00a0a0a0, 0x00555555, 0x00a1a1a1, 0x00414141, 0x00fafafa, 
    -    0x00434343, 0x00131313, 0x00c4c4c4, 0x002f2f2f, 0x00a8a8a8, 0x00b6b6b6, 
    -    0x003c3c3c, 0x002b2b2b, 0x00c1c1c1, 0x00ffffff, 0x00c8c8c8, 0x00a5a5a5, 
    -    0x00202020, 0x00898989, 0x00000000, 0x00909090, 0x00474747, 0x00efefef, 
    -    0x00eaeaea, 0x00b7b7b7, 0x00151515, 0x00060606, 0x00cdcdcd, 0x00b5b5b5, 
    -    0x00121212, 0x007e7e7e, 0x00bbbbbb, 0x00292929, 0x000f0f0f, 0x00b8b8b8, 
    -    0x00070707, 0x00040404, 0x009b9b9b, 0x00949494, 0x00212121, 0x00666666, 
    -    0x00e6e6e6, 0x00cecece, 0x00ededed, 0x00e7e7e7, 0x003b3b3b, 0x00fefefe, 
    -    0x007f7f7f, 0x00c5c5c5, 0x00a4a4a4, 0x00373737, 0x00b1b1b1, 0x004c4c4c, 
    -    0x00919191, 0x006e6e6e, 0x008d8d8d, 0x00767676, 0x00030303, 0x002d2d2d, 
    -    0x00dedede, 0x00969696, 0x00262626, 0x007d7d7d, 0x00c6c6c6, 0x005c5c5c, 
    -    0x00d3d3d3, 0x00f2f2f2, 0x004f4f4f, 0x00191919, 0x003f3f3f, 0x00dcdcdc, 
    -    0x00797979, 0x001d1d1d, 0x00525252, 0x00ebebeb, 0x00f3f3f3, 0x006d6d6d, 
    -    0x005e5e5e, 0x00fbfbfb, 0x00696969, 0x00b2b2b2, 0x00f0f0f0, 0x00313131, 
    -    0x000c0c0c, 0x00d4d4d4, 0x00cfcfcf, 0x008c8c8c, 0x00e2e2e2, 0x00757575, 
    -    0x00a9a9a9, 0x004a4a4a, 0x00575757, 0x00848484, 0x00111111, 0x00454545, 
    -    0x001b1b1b, 0x00f5f5f5, 0x00e4e4e4, 0x000e0e0e, 0x00737373, 0x00aaaaaa, 
    -    0x00f1f1f1, 0x00dddddd, 0x00595959, 0x00141414, 0x006c6c6c, 0x00929292, 
    -    0x00545454, 0x00d0d0d0, 0x00787878, 0x00707070, 0x00e3e3e3, 0x00494949, 
    -    0x00808080, 0x00505050, 0x00a7a7a7, 0x00f6f6f6, 0x00777777, 0x00939393, 
    -    0x00868686, 0x00838383, 0x002a2a2a, 0x00c7c7c7, 0x005b5b5b, 0x00e9e9e9, 
    -    0x00eeeeee, 0x008f8f8f, 0x00010101, 0x003d3d3d },
    -{   0x38003838, 0x41004141, 0x16001616, 0x76007676, 0xd900d9d9, 0x93009393, 
    -    0x60006060, 0xf200f2f2, 0x72007272, 0xc200c2c2, 0xab00abab, 0x9a009a9a, 
    -    0x75007575, 0x06000606, 0x57005757, 0xa000a0a0, 0x91009191, 0xf700f7f7, 
    -    0xb500b5b5, 0xc900c9c9, 0xa200a2a2, 0x8c008c8c, 0xd200d2d2, 0x90009090, 
    -    0xf600f6f6, 0x07000707, 0xa700a7a7, 0x27002727, 0x8e008e8e, 0xb200b2b2, 
    -    0x49004949, 0xde00dede, 0x43004343, 0x5c005c5c, 0xd700d7d7, 0xc700c7c7, 
    -    0x3e003e3e, 0xf500f5f5, 0x8f008f8f, 0x67006767, 0x1f001f1f, 0x18001818, 
    -    0x6e006e6e, 0xaf00afaf, 0x2f002f2f, 0xe200e2e2, 0x85008585, 0x0d000d0d, 
    -    0x53005353, 0xf000f0f0, 0x9c009c9c, 0x65006565, 0xea00eaea, 0xa300a3a3, 
    -    0xae00aeae, 0x9e009e9e, 0xec00ecec, 0x80008080, 0x2d002d2d, 0x6b006b6b, 
    -    0xa800a8a8, 0x2b002b2b, 0x36003636, 0xa600a6a6, 0xc500c5c5, 0x86008686, 
    -    0x4d004d4d, 0x33003333, 0xfd00fdfd, 0x66006666, 0x58005858, 0x96009696, 
    -    0x3a003a3a, 0x09000909, 0x95009595, 0x10001010, 0x78007878, 0xd800d8d8, 
    -    0x42004242, 0xcc00cccc, 0xef00efef, 0x26002626, 0xe500e5e5, 0x61006161, 
    -    0x1a001a1a, 0x3f003f3f, 0x3b003b3b, 0x82008282, 0xb600b6b6, 0xdb00dbdb, 
    -    0xd400d4d4, 0x98009898, 0xe800e8e8, 0x8b008b8b, 0x02000202, 0xeb00ebeb, 
    -    0x0a000a0a, 0x2c002c2c, 0x1d001d1d, 0xb000b0b0, 0x6f006f6f, 0x8d008d8d, 
    -    0x88008888, 0x0e000e0e, 0x19001919, 0x87008787, 0x4e004e4e, 0x0b000b0b, 
    -    0xa900a9a9, 0x0c000c0c, 0x79007979, 0x11001111, 0x7f007f7f, 0x22002222, 
    -    0xe700e7e7, 0x59005959, 0xe100e1e1, 0xda00dada, 0x3d003d3d, 0xc800c8c8, 
    -    0x12001212, 0x04000404, 0x74007474, 0x54005454, 0x30003030, 0x7e007e7e, 
    -    0xb400b4b4, 0x28002828, 0x55005555, 0x68006868, 0x50005050, 0xbe00bebe, 
    -    0xd000d0d0, 0xc400c4c4, 0x31003131, 0xcb00cbcb, 0x2a002a2a, 0xad00adad, 
    -    0x0f000f0f, 0xca00caca, 0x70007070, 0xff00ffff, 0x32003232, 0x69006969, 
    -    0x08000808, 0x62006262, 0x00000000, 0x24002424, 0xd100d1d1, 0xfb00fbfb, 
    -    0xba00baba, 0xed00eded, 0x45004545, 0x81008181, 0x73007373, 0x6d006d6d, 
    -    0x84008484, 0x9f009f9f, 0xee00eeee, 0x4a004a4a, 0xc300c3c3, 0x2e002e2e, 
    -    0xc100c1c1, 0x01000101, 0xe600e6e6, 0x25002525, 0x48004848, 0x99009999, 
    -    0xb900b9b9, 0xb300b3b3, 0x7b007b7b, 0xf900f9f9, 0xce00cece, 0xbf00bfbf, 
    -    0xdf00dfdf, 0x71007171, 0x29002929, 0xcd00cdcd, 0x6c006c6c, 0x13001313, 
    -    0x64006464, 0x9b009b9b, 0x63006363, 0x9d009d9d, 0xc000c0c0, 0x4b004b4b, 
    -    0xb700b7b7, 0xa500a5a5, 0x89008989, 0x5f005f5f, 0xb100b1b1, 0x17001717, 
    -    0xf400f4f4, 0xbc00bcbc, 0xd300d3d3, 0x46004646, 0xcf00cfcf, 0x37003737, 
    -    0x5e005e5e, 0x47004747, 0x94009494, 0xfa00fafa, 0xfc00fcfc, 0x5b005b5b, 
    -    0x97009797, 0xfe00fefe, 0x5a005a5a, 0xac00acac, 0x3c003c3c, 0x4c004c4c, 
    -    0x03000303, 0x35003535, 0xf300f3f3, 0x23002323, 0xb800b8b8, 0x5d005d5d, 
    -    0x6a006a6a, 0x92009292, 0xd500d5d5, 0x21002121, 0x44004444, 0x51005151, 
    -    0xc600c6c6, 0x7d007d7d, 0x39003939, 0x83008383, 0xdc00dcdc, 0xaa00aaaa, 
    -    0x7c007c7c, 0x77007777, 0x56005656, 0x05000505, 0x1b001b1b, 0xa400a4a4, 
    -    0x15001515, 0x34003434, 0x1e001e1e, 0x1c001c1c, 0xf800f8f8, 0x52005252, 
    -    0x20002020, 0x14001414, 0xe900e9e9, 0xbd00bdbd, 0xdd00dddd, 0xe400e4e4, 
    -    0xa100a1a1, 0xe000e0e0, 0x8a008a8a, 0xf100f1f1, 0xd600d6d6, 0x7a007a7a, 
    -    0xbb00bbbb, 0xe300e3e3, 0x40004040, 0x4f004f4f }
    +    {0x70707000, 0x82828200, 0x2c2c2c00, 0xececec00, 0xb3b3b300, 0x27272700,
    +     0xc0c0c000, 0xe5e5e500, 0xe4e4e400, 0x85858500, 0x57575700, 0x35353500,
    +     0xeaeaea00, 0x0c0c0c00, 0xaeaeae00, 0x41414100, 0x23232300, 0xefefef00,
    +     0x6b6b6b00, 0x93939300, 0x45454500, 0x19191900, 0xa5a5a500, 0x21212100,
    +     0xededed00, 0x0e0e0e00, 0x4f4f4f00, 0x4e4e4e00, 0x1d1d1d00, 0x65656500,
    +     0x92929200, 0xbdbdbd00, 0x86868600, 0xb8b8b800, 0xafafaf00, 0x8f8f8f00,
    +     0x7c7c7c00, 0xebebeb00, 0x1f1f1f00, 0xcecece00, 0x3e3e3e00, 0x30303000,
    +     0xdcdcdc00, 0x5f5f5f00, 0x5e5e5e00, 0xc5c5c500, 0x0b0b0b00, 0x1a1a1a00,
    +     0xa6a6a600, 0xe1e1e100, 0x39393900, 0xcacaca00, 0xd5d5d500, 0x47474700,
    +     0x5d5d5d00, 0x3d3d3d00, 0xd9d9d900, 0x01010100, 0x5a5a5a00, 0xd6d6d600,
    +     0x51515100, 0x56565600, 0x6c6c6c00, 0x4d4d4d00, 0x8b8b8b00, 0x0d0d0d00,
    +     0x9a9a9a00, 0x66666600, 0xfbfbfb00, 0xcccccc00, 0xb0b0b000, 0x2d2d2d00,
    +     0x74747400, 0x12121200, 0x2b2b2b00, 0x20202000, 0xf0f0f000, 0xb1b1b100,
    +     0x84848400, 0x99999900, 0xdfdfdf00, 0x4c4c4c00, 0xcbcbcb00, 0xc2c2c200,
    +     0x34343400, 0x7e7e7e00, 0x76767600, 0x05050500, 0x6d6d6d00, 0xb7b7b700,
    +     0xa9a9a900, 0x31313100, 0xd1d1d100, 0x17171700, 0x04040400, 0xd7d7d700,
    +     0x14141400, 0x58585800, 0x3a3a3a00, 0x61616100, 0xdedede00, 0x1b1b1b00,
    +     0x11111100, 0x1c1c1c00, 0x32323200, 0x0f0f0f00, 0x9c9c9c00, 0x16161600,
    +     0x53535300, 0x18181800, 0xf2f2f200, 0x22222200, 0xfefefe00, 0x44444400,
    +     0xcfcfcf00, 0xb2b2b200, 0xc3c3c300, 0xb5b5b500, 0x7a7a7a00, 0x91919100,
    +     0x24242400, 0x08080800, 0xe8e8e800, 0xa8a8a800, 0x60606000, 0xfcfcfc00,
    +     0x69696900, 0x50505000, 0xaaaaaa00, 0xd0d0d000, 0xa0a0a000, 0x7d7d7d00,
    +     0xa1a1a100, 0x89898900, 0x62626200, 0x97979700, 0x54545400, 0x5b5b5b00,
    +     0x1e1e1e00, 0x95959500, 0xe0e0e000, 0xffffff00, 0x64646400, 0xd2d2d200,
    +     0x10101000, 0xc4c4c400, 0x00000000, 0x48484800, 0xa3a3a300, 0xf7f7f700,
    +     0x75757500, 0xdbdbdb00, 0x8a8a8a00, 0x03030300, 0xe6e6e600, 0xdadada00,
    +     0x09090900, 0x3f3f3f00, 0xdddddd00, 0x94949400, 0x87878700, 0x5c5c5c00,
    +     0x83838300, 0x02020200, 0xcdcdcd00, 0x4a4a4a00, 0x90909000, 0x33333300,
    +     0x73737300, 0x67676700, 0xf6f6f600, 0xf3f3f300, 0x9d9d9d00, 0x7f7f7f00,
    +     0xbfbfbf00, 0xe2e2e200, 0x52525200, 0x9b9b9b00, 0xd8d8d800, 0x26262600,
    +     0xc8c8c800, 0x37373700, 0xc6c6c600, 0x3b3b3b00, 0x81818100, 0x96969600,
    +     0x6f6f6f00, 0x4b4b4b00, 0x13131300, 0xbebebe00, 0x63636300, 0x2e2e2e00,
    +     0xe9e9e900, 0x79797900, 0xa7a7a700, 0x8c8c8c00, 0x9f9f9f00, 0x6e6e6e00,
    +     0xbcbcbc00, 0x8e8e8e00, 0x29292900, 0xf5f5f500, 0xf9f9f900, 0xb6b6b600,
    +     0x2f2f2f00, 0xfdfdfd00, 0xb4b4b400, 0x59595900, 0x78787800, 0x98989800,
    +     0x06060600, 0x6a6a6a00, 0xe7e7e700, 0x46464600, 0x71717100, 0xbababa00,
    +     0xd4d4d400, 0x25252500, 0xababab00, 0x42424200, 0x88888800, 0xa2a2a200,
    +     0x8d8d8d00, 0xfafafa00, 0x72727200, 0x07070700, 0xb9b9b900, 0x55555500,
    +     0xf8f8f800, 0xeeeeee00, 0xacacac00, 0x0a0a0a00, 0x36363600, 0x49494900,
    +     0x2a2a2a00, 0x68686800, 0x3c3c3c00, 0x38383800, 0xf1f1f100, 0xa4a4a400,
    +     0x40404000, 0x28282800, 0xd3d3d300, 0x7b7b7b00, 0xbbbbbb00, 0xc9c9c900,
    +     0x43434300, 0xc1c1c100, 0x15151500, 0xe3e3e300, 0xadadad00, 0xf4f4f400,
    +     0x77777700, 0xc7c7c700, 0x80808000, 0x9e9e9e00},
    +    {0x70700070, 0x2c2c002c, 0xb3b300b3, 0xc0c000c0, 0xe4e400e4, 0x57570057,
    +     0xeaea00ea, 0xaeae00ae, 0x23230023, 0x6b6b006b, 0x45450045, 0xa5a500a5,
    +     0xeded00ed, 0x4f4f004f, 0x1d1d001d, 0x92920092, 0x86860086, 0xafaf00af,
    +     0x7c7c007c, 0x1f1f001f, 0x3e3e003e, 0xdcdc00dc, 0x5e5e005e, 0x0b0b000b,
    +     0xa6a600a6, 0x39390039, 0xd5d500d5, 0x5d5d005d, 0xd9d900d9, 0x5a5a005a,
    +     0x51510051, 0x6c6c006c, 0x8b8b008b, 0x9a9a009a, 0xfbfb00fb, 0xb0b000b0,
    +     0x74740074, 0x2b2b002b, 0xf0f000f0, 0x84840084, 0xdfdf00df, 0xcbcb00cb,
    +     0x34340034, 0x76760076, 0x6d6d006d, 0xa9a900a9, 0xd1d100d1, 0x04040004,
    +     0x14140014, 0x3a3a003a, 0xdede00de, 0x11110011, 0x32320032, 0x9c9c009c,
    +     0x53530053, 0xf2f200f2, 0xfefe00fe, 0xcfcf00cf, 0xc3c300c3, 0x7a7a007a,
    +     0x24240024, 0xe8e800e8, 0x60600060, 0x69690069, 0xaaaa00aa, 0xa0a000a0,
    +     0xa1a100a1, 0x62620062, 0x54540054, 0x1e1e001e, 0xe0e000e0, 0x64640064,
    +     0x10100010, 0x00000000, 0xa3a300a3, 0x75750075, 0x8a8a008a, 0xe6e600e6,
    +     0x09090009, 0xdddd00dd, 0x87870087, 0x83830083, 0xcdcd00cd, 0x90900090,
    +     0x73730073, 0xf6f600f6, 0x9d9d009d, 0xbfbf00bf, 0x52520052, 0xd8d800d8,
    +     0xc8c800c8, 0xc6c600c6, 0x81810081, 0x6f6f006f, 0x13130013, 0x63630063,
    +     0xe9e900e9, 0xa7a700a7, 0x9f9f009f, 0xbcbc00bc, 0x29290029, 0xf9f900f9,
    +     0x2f2f002f, 0xb4b400b4, 0x78780078, 0x06060006, 0xe7e700e7, 0x71710071,
    +     0xd4d400d4, 0xabab00ab, 0x88880088, 0x8d8d008d, 0x72720072, 0xb9b900b9,
    +     0xf8f800f8, 0xacac00ac, 0x36360036, 0x2a2a002a, 0x3c3c003c, 0xf1f100f1,
    +     0x40400040, 0xd3d300d3, 0xbbbb00bb, 0x43430043, 0x15150015, 0xadad00ad,
    +     0x77770077, 0x80800080, 0x82820082, 0xecec00ec, 0x27270027, 0xe5e500e5,
    +     0x85850085, 0x35350035, 0x0c0c000c, 0x41410041, 0xefef00ef, 0x93930093,
    +     0x19190019, 0x21210021, 0x0e0e000e, 0x4e4e004e, 0x65650065, 0xbdbd00bd,
    +     0xb8b800b8, 0x8f8f008f, 0xebeb00eb, 0xcece00ce, 0x30300030, 0x5f5f005f,
    +     0xc5c500c5, 0x1a1a001a, 0xe1e100e1, 0xcaca00ca, 0x47470047, 0x3d3d003d,
    +     0x01010001, 0xd6d600d6, 0x56560056, 0x4d4d004d, 0x0d0d000d, 0x66660066,
    +     0xcccc00cc, 0x2d2d002d, 0x12120012, 0x20200020, 0xb1b100b1, 0x99990099,
    +     0x4c4c004c, 0xc2c200c2, 0x7e7e007e, 0x05050005, 0xb7b700b7, 0x31310031,
    +     0x17170017, 0xd7d700d7, 0x58580058, 0x61610061, 0x1b1b001b, 0x1c1c001c,
    +     0x0f0f000f, 0x16160016, 0x18180018, 0x22220022, 0x44440044, 0xb2b200b2,
    +     0xb5b500b5, 0x91910091, 0x08080008, 0xa8a800a8, 0xfcfc00fc, 0x50500050,
    +     0xd0d000d0, 0x7d7d007d, 0x89890089, 0x97970097, 0x5b5b005b, 0x95950095,
    +     0xffff00ff, 0xd2d200d2, 0xc4c400c4, 0x48480048, 0xf7f700f7, 0xdbdb00db,
    +     0x03030003, 0xdada00da, 0x3f3f003f, 0x94940094, 0x5c5c005c, 0x02020002,
    +     0x4a4a004a, 0x33330033, 0x67670067, 0xf3f300f3, 0x7f7f007f, 0xe2e200e2,
    +     0x9b9b009b, 0x26260026, 0x37370037, 0x3b3b003b, 0x96960096, 0x4b4b004b,
    +     0xbebe00be, 0x2e2e002e, 0x79790079, 0x8c8c008c, 0x6e6e006e, 0x8e8e008e,
    +     0xf5f500f5, 0xb6b600b6, 0xfdfd00fd, 0x59590059, 0x98980098, 0x6a6a006a,
    +     0x46460046, 0xbaba00ba, 0x25250025, 0x42420042, 0xa2a200a2, 0xfafa00fa,
    +     0x07070007, 0x55550055, 0xeeee00ee, 0x0a0a000a, 0x49490049, 0x68680068,
    +     0x38380038, 0xa4a400a4, 0x28280028, 0x7b7b007b, 0xc9c900c9, 0xc1c100c1,
    +     0xe3e300e3, 0xf4f400f4, 0xc7c700c7, 0x9e9e009e},
    +    {0x00e0e0e0, 0x00050505, 0x00585858, 0x00d9d9d9, 0x00676767, 0x004e4e4e,
    +     0x00818181, 0x00cbcbcb, 0x00c9c9c9, 0x000b0b0b, 0x00aeaeae, 0x006a6a6a,
    +     0x00d5d5d5, 0x00181818, 0x005d5d5d, 0x00828282, 0x00464646, 0x00dfdfdf,
    +     0x00d6d6d6, 0x00272727, 0x008a8a8a, 0x00323232, 0x004b4b4b, 0x00424242,
    +     0x00dbdbdb, 0x001c1c1c, 0x009e9e9e, 0x009c9c9c, 0x003a3a3a, 0x00cacaca,
    +     0x00252525, 0x007b7b7b, 0x000d0d0d, 0x00717171, 0x005f5f5f, 0x001f1f1f,
    +     0x00f8f8f8, 0x00d7d7d7, 0x003e3e3e, 0x009d9d9d, 0x007c7c7c, 0x00606060,
    +     0x00b9b9b9, 0x00bebebe, 0x00bcbcbc, 0x008b8b8b, 0x00161616, 0x00343434,
    +     0x004d4d4d, 0x00c3c3c3, 0x00727272, 0x00959595, 0x00ababab, 0x008e8e8e,
    +     0x00bababa, 0x007a7a7a, 0x00b3b3b3, 0x00020202, 0x00b4b4b4, 0x00adadad,
    +     0x00a2a2a2, 0x00acacac, 0x00d8d8d8, 0x009a9a9a, 0x00171717, 0x001a1a1a,
    +     0x00353535, 0x00cccccc, 0x00f7f7f7, 0x00999999, 0x00616161, 0x005a5a5a,
    +     0x00e8e8e8, 0x00242424, 0x00565656, 0x00404040, 0x00e1e1e1, 0x00636363,
    +     0x00090909, 0x00333333, 0x00bfbfbf, 0x00989898, 0x00979797, 0x00858585,
    +     0x00686868, 0x00fcfcfc, 0x00ececec, 0x000a0a0a, 0x00dadada, 0x006f6f6f,
    +     0x00535353, 0x00626262, 0x00a3a3a3, 0x002e2e2e, 0x00080808, 0x00afafaf,
    +     0x00282828, 0x00b0b0b0, 0x00747474, 0x00c2c2c2, 0x00bdbdbd, 0x00363636,
    +     0x00222222, 0x00383838, 0x00646464, 0x001e1e1e, 0x00393939, 0x002c2c2c,
    +     0x00a6a6a6, 0x00303030, 0x00e5e5e5, 0x00444444, 0x00fdfdfd, 0x00888888,
    +     0x009f9f9f, 0x00656565, 0x00878787, 0x006b6b6b, 0x00f4f4f4, 0x00232323,
    +     0x00484848, 0x00101010, 0x00d1d1d1, 0x00515151, 0x00c0c0c0, 0x00f9f9f9,
    +     0x00d2d2d2, 0x00a0a0a0, 0x00555555, 0x00a1a1a1, 0x00414141, 0x00fafafa,
    +     0x00434343, 0x00131313, 0x00c4c4c4, 0x002f2f2f, 0x00a8a8a8, 0x00b6b6b6,
    +     0x003c3c3c, 0x002b2b2b, 0x00c1c1c1, 0x00ffffff, 0x00c8c8c8, 0x00a5a5a5,
    +     0x00202020, 0x00898989, 0x00000000, 0x00909090, 0x00474747, 0x00efefef,
    +     0x00eaeaea, 0x00b7b7b7, 0x00151515, 0x00060606, 0x00cdcdcd, 0x00b5b5b5,
    +     0x00121212, 0x007e7e7e, 0x00bbbbbb, 0x00292929, 0x000f0f0f, 0x00b8b8b8,
    +     0x00070707, 0x00040404, 0x009b9b9b, 0x00949494, 0x00212121, 0x00666666,
    +     0x00e6e6e6, 0x00cecece, 0x00ededed, 0x00e7e7e7, 0x003b3b3b, 0x00fefefe,
    +     0x007f7f7f, 0x00c5c5c5, 0x00a4a4a4, 0x00373737, 0x00b1b1b1, 0x004c4c4c,
    +     0x00919191, 0x006e6e6e, 0x008d8d8d, 0x00767676, 0x00030303, 0x002d2d2d,
    +     0x00dedede, 0x00969696, 0x00262626, 0x007d7d7d, 0x00c6c6c6, 0x005c5c5c,
    +     0x00d3d3d3, 0x00f2f2f2, 0x004f4f4f, 0x00191919, 0x003f3f3f, 0x00dcdcdc,
    +     0x00797979, 0x001d1d1d, 0x00525252, 0x00ebebeb, 0x00f3f3f3, 0x006d6d6d,
    +     0x005e5e5e, 0x00fbfbfb, 0x00696969, 0x00b2b2b2, 0x00f0f0f0, 0x00313131,
    +     0x000c0c0c, 0x00d4d4d4, 0x00cfcfcf, 0x008c8c8c, 0x00e2e2e2, 0x00757575,
    +     0x00a9a9a9, 0x004a4a4a, 0x00575757, 0x00848484, 0x00111111, 0x00454545,
    +     0x001b1b1b, 0x00f5f5f5, 0x00e4e4e4, 0x000e0e0e, 0x00737373, 0x00aaaaaa,
    +     0x00f1f1f1, 0x00dddddd, 0x00595959, 0x00141414, 0x006c6c6c, 0x00929292,
    +     0x00545454, 0x00d0d0d0, 0x00787878, 0x00707070, 0x00e3e3e3, 0x00494949,
    +     0x00808080, 0x00505050, 0x00a7a7a7, 0x00f6f6f6, 0x00777777, 0x00939393,
    +     0x00868686, 0x00838383, 0x002a2a2a, 0x00c7c7c7, 0x005b5b5b, 0x00e9e9e9,
    +     0x00eeeeee, 0x008f8f8f, 0x00010101, 0x003d3d3d},
    +    {0x38003838, 0x41004141, 0x16001616, 0x76007676, 0xd900d9d9, 0x93009393,
    +     0x60006060, 0xf200f2f2, 0x72007272, 0xc200c2c2, 0xab00abab, 0x9a009a9a,
    +     0x75007575, 0x06000606, 0x57005757, 0xa000a0a0, 0x91009191, 0xf700f7f7,
    +     0xb500b5b5, 0xc900c9c9, 0xa200a2a2, 0x8c008c8c, 0xd200d2d2, 0x90009090,
    +     0xf600f6f6, 0x07000707, 0xa700a7a7, 0x27002727, 0x8e008e8e, 0xb200b2b2,
    +     0x49004949, 0xde00dede, 0x43004343, 0x5c005c5c, 0xd700d7d7, 0xc700c7c7,
    +     0x3e003e3e, 0xf500f5f5, 0x8f008f8f, 0x67006767, 0x1f001f1f, 0x18001818,
    +     0x6e006e6e, 0xaf00afaf, 0x2f002f2f, 0xe200e2e2, 0x85008585, 0x0d000d0d,
    +     0x53005353, 0xf000f0f0, 0x9c009c9c, 0x65006565, 0xea00eaea, 0xa300a3a3,
    +     0xae00aeae, 0x9e009e9e, 0xec00ecec, 0x80008080, 0x2d002d2d, 0x6b006b6b,
    +     0xa800a8a8, 0x2b002b2b, 0x36003636, 0xa600a6a6, 0xc500c5c5, 0x86008686,
    +     0x4d004d4d, 0x33003333, 0xfd00fdfd, 0x66006666, 0x58005858, 0x96009696,
    +     0x3a003a3a, 0x09000909, 0x95009595, 0x10001010, 0x78007878, 0xd800d8d8,
    +     0x42004242, 0xcc00cccc, 0xef00efef, 0x26002626, 0xe500e5e5, 0x61006161,
    +     0x1a001a1a, 0x3f003f3f, 0x3b003b3b, 0x82008282, 0xb600b6b6, 0xdb00dbdb,
    +     0xd400d4d4, 0x98009898, 0xe800e8e8, 0x8b008b8b, 0x02000202, 0xeb00ebeb,
    +     0x0a000a0a, 0x2c002c2c, 0x1d001d1d, 0xb000b0b0, 0x6f006f6f, 0x8d008d8d,
    +     0x88008888, 0x0e000e0e, 0x19001919, 0x87008787, 0x4e004e4e, 0x0b000b0b,
    +     0xa900a9a9, 0x0c000c0c, 0x79007979, 0x11001111, 0x7f007f7f, 0x22002222,
    +     0xe700e7e7, 0x59005959, 0xe100e1e1, 0xda00dada, 0x3d003d3d, 0xc800c8c8,
    +     0x12001212, 0x04000404, 0x74007474, 0x54005454, 0x30003030, 0x7e007e7e,
    +     0xb400b4b4, 0x28002828, 0x55005555, 0x68006868, 0x50005050, 0xbe00bebe,
    +     0xd000d0d0, 0xc400c4c4, 0x31003131, 0xcb00cbcb, 0x2a002a2a, 0xad00adad,
    +     0x0f000f0f, 0xca00caca, 0x70007070, 0xff00ffff, 0x32003232, 0x69006969,
    +     0x08000808, 0x62006262, 0x00000000, 0x24002424, 0xd100d1d1, 0xfb00fbfb,
    +     0xba00baba, 0xed00eded, 0x45004545, 0x81008181, 0x73007373, 0x6d006d6d,
    +     0x84008484, 0x9f009f9f, 0xee00eeee, 0x4a004a4a, 0xc300c3c3, 0x2e002e2e,
    +     0xc100c1c1, 0x01000101, 0xe600e6e6, 0x25002525, 0x48004848, 0x99009999,
    +     0xb900b9b9, 0xb300b3b3, 0x7b007b7b, 0xf900f9f9, 0xce00cece, 0xbf00bfbf,
    +     0xdf00dfdf, 0x71007171, 0x29002929, 0xcd00cdcd, 0x6c006c6c, 0x13001313,
    +     0x64006464, 0x9b009b9b, 0x63006363, 0x9d009d9d, 0xc000c0c0, 0x4b004b4b,
    +     0xb700b7b7, 0xa500a5a5, 0x89008989, 0x5f005f5f, 0xb100b1b1, 0x17001717,
    +     0xf400f4f4, 0xbc00bcbc, 0xd300d3d3, 0x46004646, 0xcf00cfcf, 0x37003737,
    +     0x5e005e5e, 0x47004747, 0x94009494, 0xfa00fafa, 0xfc00fcfc, 0x5b005b5b,
    +     0x97009797, 0xfe00fefe, 0x5a005a5a, 0xac00acac, 0x3c003c3c, 0x4c004c4c,
    +     0x03000303, 0x35003535, 0xf300f3f3, 0x23002323, 0xb800b8b8, 0x5d005d5d,
    +     0x6a006a6a, 0x92009292, 0xd500d5d5, 0x21002121, 0x44004444, 0x51005151,
    +     0xc600c6c6, 0x7d007d7d, 0x39003939, 0x83008383, 0xdc00dcdc, 0xaa00aaaa,
    +     0x7c007c7c, 0x77007777, 0x56005656, 0x05000505, 0x1b001b1b, 0xa400a4a4,
    +     0x15001515, 0x34003434, 0x1e001e1e, 0x1c001c1c, 0xf800f8f8, 0x52005252,
    +     0x20002020, 0x14001414, 0xe900e9e9, 0xbd00bdbd, 0xdd00dddd, 0xe400e4e4,
    +     0xa100a1a1, 0xe000e0e0, 0x8a008a8a, 0xf100f1f1, 0xd600d6d6, 0x7a007a7a,
    +     0xbb00bbbb, 0xe300e3e3, 0x40004040, 0x4f004f4f}
     };
     
     /* Key generation constants */
    @@ -327,23 +328,23 @@ static const u32 SIGMA[] = {
      * specific] assembler version should be/is provided anyway...
      */
     #define Camellia_Feistel(_s0,_s1,_s2,_s3,_key) do {\
    -	register u32 _t0,_t1,_t2,_t3;\
    +        register u32 _t0,_t1,_t2,_t3;\
     \
    -	_t0  = _s0 ^ (_key)[0];\
    -	_t3  = SBOX4_4404[_t0&0xff];\
    -	_t1  = _s1 ^ (_key)[1];\
    -	_t3 ^= SBOX3_3033[(_t0 >> 8)&0xff];\
    -	_t2  = SBOX1_1110[_t1&0xff];\
    -	_t3 ^= SBOX2_0222[(_t0 >> 16)&0xff];\
    -	_t2 ^= SBOX4_4404[(_t1 >> 8)&0xff];\
    -	_t3 ^= SBOX1_1110[(_t0 >> 24)];\
    -	_t2 ^= _t3;\
    -	_t3  = RightRotate(_t3,8);\
    -	_t2 ^= SBOX3_3033[(_t1 >> 16)&0xff];\
    -	_s3 ^= _t3;\
    -	_t2 ^= SBOX2_0222[(_t1 >> 24)];\
    -	_s2 ^= _t2; \
    -	_s3 ^= _t2;\
    +        _t0  = _s0 ^ (_key)[0];\
    +        _t3  = SBOX4_4404[_t0&0xff];\
    +        _t1  = _s1 ^ (_key)[1];\
    +        _t3 ^= SBOX3_3033[(_t0 >> 8)&0xff];\
    +        _t2  = SBOX1_1110[_t1&0xff];\
    +        _t3 ^= SBOX2_0222[(_t0 >> 16)&0xff];\
    +        _t2 ^= SBOX4_4404[(_t1 >> 8)&0xff];\
    +        _t3 ^= SBOX1_1110[(_t0 >> 24)];\
    +        _t2 ^= _t3;\
    +        _t3  = RightRotate(_t3,8);\
    +        _t2 ^= SBOX3_3033[(_t1 >> 16)&0xff];\
    +        _s3 ^= _t3;\
    +        _t2 ^= SBOX2_0222[(_t1 >> 24)];\
    +        _s2 ^= _t2; \
    +        _s3 ^= _t2;\
     } while(0)
     
     /*
    @@ -352,231 +353,232 @@ static const u32 SIGMA[] = {
      * adjusting n accordingly, e.g. RotLeft128(s1,s2,s3,s0,n-32).
      */
     #define RotLeft128(_s0,_s1,_s2,_s3,_n) do {\
    -	u32 _t0=_s0>>(32-_n);\
    -	_s0 = (_s0<<_n) | (_s1>>(32-_n));\
    -	_s1 = (_s1<<_n) | (_s2>>(32-_n));\
    -	_s2 = (_s2<<_n) | (_s3>>(32-_n));\
    -	_s3 = (_s3<<_n) | _t0;\
    +        u32 _t0=_s0>>(32-_n);\
    +        _s0 = (_s0<<_n) | (_s1>>(32-_n));\
    +        _s1 = (_s1<<_n) | (_s2>>(32-_n));\
    +        _s2 = (_s2<<_n) | (_s3>>(32-_n));\
    +        _s3 = (_s3<<_n) | _t0;\
     } while (0)
     
     int Camellia_Ekeygen(int keyBitLength, const u8 *rawKey, KEY_TABLE_TYPE k)
    -	{
    -	register u32 s0,s1,s2,s3;
    -
    -	k[0] = s0 = GETU32(rawKey);
    -	k[1] = s1 = GETU32(rawKey+4);
    -	k[2] = s2 = GETU32(rawKey+8);
    -	k[3] = s3 = GETU32(rawKey+12);
    -
    -	if (keyBitLength != 128)
    -		{
    -		k[8] = s0 = GETU32(rawKey+16);
    -		k[9] = s1 = GETU32(rawKey+20);
    -		if (keyBitLength == 192)
    -			{
    -			k[10] = s2 = ~s0;
    -			k[11] = s3 = ~s1;
    -			}
    -		else
    -			{
    -			k[10] = s2 = GETU32(rawKey+24);
    -			k[11] = s3 = GETU32(rawKey+28);
    -			}
    -		s0 ^= k[0], s1 ^= k[1], s2 ^= k[2], s3 ^= k[3];
    -		}
    -
    -	/* Use the Feistel routine to scramble the key material */
    -	Camellia_Feistel(s0,s1,s2,s3,SIGMA+0);
    -	Camellia_Feistel(s2,s3,s0,s1,SIGMA+2);
    -
    -	s0 ^= k[0], s1 ^= k[1], s2 ^= k[2], s3 ^= k[3];
    -	Camellia_Feistel(s0,s1,s2,s3,SIGMA+4);
    -	Camellia_Feistel(s2,s3,s0,s1,SIGMA+6);
    -
    -	/* Fill the keyTable. Requires many block rotations. */
    -	if (keyBitLength == 128)
    -		{
    -		k[ 4] = s0, k[ 5] = s1, k[ 6] = s2, k[ 7] = s3;
    -		RotLeft128(s0,s1,s2,s3,15);	/* KA <<< 15 */
    -		k[12] = s0, k[13] = s1, k[14] = s2, k[15] = s3;
    -		RotLeft128(s0,s1,s2,s3,15);	/* KA <<< 30 */
    -		k[16] = s0, k[17] = s1, k[18] = s2, k[19] = s3;
    -		RotLeft128(s0,s1,s2,s3,15);	/* KA <<< 45 */
    -		k[24] = s0, k[25] = s1;
    -		RotLeft128(s0,s1,s2,s3,15);	/* KA <<< 60 */
    -		k[28] = s0, k[29] = s1, k[30] = s2, k[31] = s3;
    -		RotLeft128(s1,s2,s3,s0,2);	/* KA <<< 94 */
    -		k[40] = s1, k[41] = s2, k[42] = s3, k[43] = s0;
    -		RotLeft128(s1,s2,s3,s0,17);	/* KA <<<111 */
    -		k[48] = s1, k[49] = s2, k[50] = s3, k[51] = s0;
    -
    -		s0 = k[ 0], s1 = k[ 1], s2 = k[ 2], s3 = k[ 3];
    -		RotLeft128(s0,s1,s2,s3,15);	/* KL <<< 15 */
    -		k[ 8] = s0, k[ 9] = s1, k[10] = s2, k[11] = s3;
    -		RotLeft128(s0,s1,s2,s3,30);	/* KL <<< 45 */
    -		k[20] = s0, k[21] = s1, k[22] = s2, k[23] = s3;
    -		RotLeft128(s0,s1,s2,s3,15);	/* KL <<< 60 */
    -		k[26] = s2, k[27] = s3;
    -		RotLeft128(s0,s1,s2,s3,17);	/* KL <<< 77 */
    -		k[32] = s0, k[33] = s1, k[34] = s2, k[35] = s3;
    -		RotLeft128(s0,s1,s2,s3,17);	/* KL <<< 94 */
    -		k[36] = s0, k[37] = s1, k[38] = s2, k[39] = s3;
    -		RotLeft128(s0,s1,s2,s3,17);	/* KL <<<111 */
    -		k[44] = s0, k[45] = s1, k[46] = s2, k[47] = s3;
    -
    -		return 3;	/* grand rounds */
    -		}
    -	else
    -		{
    -		k[12] = s0, k[13] = s1, k[14] = s2, k[15] = s3;
    -		s0 ^= k[8], s1 ^= k[9], s2 ^=k[10], s3 ^=k[11];
    -		Camellia_Feistel(s0,s1,s2,s3,(SIGMA+8));
    -		Camellia_Feistel(s2,s3,s0,s1,(SIGMA+10));
    -
    -		k[ 4] = s0, k[ 5] = s1, k[ 6] = s2, k[ 7] = s3;
    -		RotLeft128(s0,s1,s2,s3,30);	/* KB <<< 30 */
    -		k[20] = s0, k[21] = s1, k[22] = s2, k[23] = s3;
    -		RotLeft128(s0,s1,s2,s3,30);	/* KB <<< 60 */
    -		k[40] = s0, k[41] = s1, k[42] = s2, k[43] = s3;
    -		RotLeft128(s1,s2,s3,s0,19);	/* KB <<<111 */
    -		k[64] = s1, k[65] = s2, k[66] = s3, k[67] = s0;
    -
    -		s0 = k[ 8], s1 = k[ 9], s2 = k[10], s3 = k[11];
    -		RotLeft128(s0,s1,s2,s3,15);	/* KR <<< 15 */
    -		k[ 8] = s0, k[ 9] = s1, k[10] = s2, k[11] = s3;
    -		RotLeft128(s0,s1,s2,s3,15);	/* KR <<< 30 */
    -		k[16] = s0, k[17] = s1, k[18] = s2, k[19] = s3;
    -		RotLeft128(s0,s1,s2,s3,30);	/* KR <<< 60 */
    -		k[36] = s0, k[37] = s1, k[38] = s2, k[39] = s3;
    -		RotLeft128(s1,s2,s3,s0,2);	/* KR <<< 94 */
    -		k[52] = s1, k[53] = s2, k[54] = s3, k[55] = s0;
    -
    -		s0 = k[12], s1 = k[13], s2 = k[14], s3 = k[15];
    -		RotLeft128(s0,s1,s2,s3,15);	/* KA <<< 15 */
    -		k[12] = s0, k[13] = s1, k[14] = s2, k[15] = s3;
    -		RotLeft128(s0,s1,s2,s3,30);	/* KA <<< 45 */
    -		k[28] = s0, k[29] = s1, k[30] = s2, k[31] = s3;
    -						/* KA <<< 77 */
    -		k[48] = s1, k[49] = s2, k[50] = s3, k[51] = s0;
    -		RotLeft128(s1,s2,s3,s0,17);	/* KA <<< 94 */
    -		k[56] = s1, k[57] = s2, k[58] = s3, k[59] = s0;
    -
    -		s0 = k[ 0], s1 = k[ 1], s2 = k[ 2], s3 = k[ 3];
    -		RotLeft128(s1,s2,s3,s0,13);	/* KL <<< 45 */
    -		k[24] = s1, k[25] = s2, k[26] = s3, k[27] = s0;
    -		RotLeft128(s1,s2,s3,s0,15);	/* KL <<< 60 */
    -		k[32] = s1, k[33] = s2, k[34] = s3, k[35] = s0;
    -		RotLeft128(s1,s2,s3,s0,17);	/* KL <<< 77 */
    -		k[44] = s1, k[45] = s2, k[46] = s3, k[47] = s0;
    -		RotLeft128(s2,s3,s0,s1,2);	/* KL <<<111 */
    -		k[60] = s2, k[61] = s3, k[62] = s0, k[63] = s1;
    -
    -		return 4;	/* grand rounds */
    -		}
    -	/*
    -	 * It is possible to perform certain precalculations, which
    -	 * would spare few cycles in block procedure. It's not done,
    -	 * because it upsets the performance balance between key
    -	 * setup and block procedures, negatively affecting overall
    -	 * throughput in applications operating on short messages
    -	 * and volatile keys.
    -	 */ 
    -	}
    -
    -void Camellia_EncryptBlock_Rounds(int grandRounds, const u8 plaintext[], 
    -		const KEY_TABLE_TYPE keyTable, u8 ciphertext[])
    -	{
    -	register u32 s0,s1,s2,s3; 
    -	const u32 *k = keyTable,*kend = keyTable+grandRounds*16; 
    -
    -	s0 = GETU32(plaintext)    ^ k[0];
    -	s1 = GETU32(plaintext+4)  ^ k[1];
    -	s2 = GETU32(plaintext+8)  ^ k[2];
    -	s3 = GETU32(plaintext+12) ^ k[3];
    -	k += 4;
    -
    -	while (1)
    -		{
    -		/* Camellia makes 6 Feistel rounds */
    -		Camellia_Feistel(s0,s1,s2,s3,k+0);
    -		Camellia_Feistel(s2,s3,s0,s1,k+2);
    -		Camellia_Feistel(s0,s1,s2,s3,k+4);
    -		Camellia_Feistel(s2,s3,s0,s1,k+6);
    -		Camellia_Feistel(s0,s1,s2,s3,k+8);
    -		Camellia_Feistel(s2,s3,s0,s1,k+10);
    -		k += 12;
    -
    -		if (k == kend) break;
    -
    -		/* This is the same function as the diffusion function D
    -		 * of the accompanying documentation. See section 3.2
    -		 * for properties of the FLlayer function. */
    -		s1 ^= LeftRotate(s0 & k[0], 1);
    -		s2 ^= s3 | k[3];
    -		s0 ^= s1 | k[1];
    -		s3 ^= LeftRotate(s2 & k[2], 1);
    -		k += 4;
    -		}
    -
    -	s2 ^= k[0], s3 ^= k[1], s0 ^= k[2], s1 ^= k[3];
    -
    -	PUTU32(ciphertext,   s2);
    -	PUTU32(ciphertext+4, s3);
    -	PUTU32(ciphertext+8, s0);
    -	PUTU32(ciphertext+12,s1);
    -	}
    -void Camellia_EncryptBlock(int keyBitLength, const u8 plaintext[], 
    -		const KEY_TABLE_TYPE keyTable, u8 ciphertext[])
    -	{
    -	Camellia_EncryptBlock_Rounds(keyBitLength==128?3:4,
    -			plaintext,keyTable,ciphertext);
    -	}
    -
    -void Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[], 
    -		const KEY_TABLE_TYPE keyTable, u8 plaintext[])
    -	{
    -	u32 s0,s1,s2,s3; 
    -	const u32 *k = keyTable+grandRounds*16,*kend = keyTable+4; 
    -
    -	s0 = GETU32(ciphertext)    ^ k[0];
    -	s1 = GETU32(ciphertext+4)  ^ k[1];
    -	s2 = GETU32(ciphertext+8)  ^ k[2];
    -	s3 = GETU32(ciphertext+12) ^ k[3];
    -
    -	while (1)
    -		{
    -		/* Camellia makes 6 Feistel rounds */
    -		k -= 12;
    -		Camellia_Feistel(s0,s1,s2,s3,k+10);
    -		Camellia_Feistel(s2,s3,s0,s1,k+8);
    -		Camellia_Feistel(s0,s1,s2,s3,k+6);
    -		Camellia_Feistel(s2,s3,s0,s1,k+4);
    -		Camellia_Feistel(s0,s1,s2,s3,k+2);
    -		Camellia_Feistel(s2,s3,s0,s1,k+0);
    -
    -		if (k == kend) break;
    -
    -		/* This is the same function as the diffusion function D
    -		 * of the accompanying documentation. See section 3.2
    -		 * for properties of the FLlayer function. */
    -		k -= 4;
    -		s1 ^= LeftRotate(s0 & k[2], 1);
    -		s2 ^= s3 | k[1];
    -		s0 ^= s1 | k[3];
    -		s3 ^= LeftRotate(s2 & k[0], 1);
    -		}
    -
    -	k -= 4;
    -	s2 ^= k[0], s3 ^= k[1], s0 ^= k[2], s1 ^= k[3];
    -
    -	PUTU32(plaintext,   s2);
    -	PUTU32(plaintext+4, s3);
    -	PUTU32(plaintext+8, s0);
    -	PUTU32(plaintext+12,s1);
    -	}
    -void Camellia_DecryptBlock(int keyBitLength, const u8 plaintext[], 
    -		const KEY_TABLE_TYPE keyTable, u8 ciphertext[])
    -	{
    -	Camellia_DecryptBlock_Rounds(keyBitLength==128?3:4,
    -			plaintext,keyTable,ciphertext);
    -	}
    +{
    +    register u32 s0, s1, s2, s3;
    +
    +    k[0] = s0 = GETU32(rawKey);
    +    k[1] = s1 = GETU32(rawKey + 4);
    +    k[2] = s2 = GETU32(rawKey + 8);
    +    k[3] = s3 = GETU32(rawKey + 12);
    +
    +    if (keyBitLength != 128) {
    +        k[8] = s0 = GETU32(rawKey + 16);
    +        k[9] = s1 = GETU32(rawKey + 20);
    +        if (keyBitLength == 192) {
    +            k[10] = s2 = ~s0;
    +            k[11] = s3 = ~s1;
    +        } else {
    +            k[10] = s2 = GETU32(rawKey + 24);
    +            k[11] = s3 = GETU32(rawKey + 28);
    +        }
    +        s0 ^= k[0], s1 ^= k[1], s2 ^= k[2], s3 ^= k[3];
    +    }
    +
    +    /* Use the Feistel routine to scramble the key material */
    +    Camellia_Feistel(s0, s1, s2, s3, SIGMA + 0);
    +    Camellia_Feistel(s2, s3, s0, s1, SIGMA + 2);
    +
    +    s0 ^= k[0], s1 ^= k[1], s2 ^= k[2], s3 ^= k[3];
    +    Camellia_Feistel(s0, s1, s2, s3, SIGMA + 4);
    +    Camellia_Feistel(s2, s3, s0, s1, SIGMA + 6);
    +
    +    /* Fill the keyTable. Requires many block rotations. */
    +    if (keyBitLength == 128) {
    +        k[4] = s0, k[5] = s1, k[6] = s2, k[7] = s3;
    +        RotLeft128(s0, s1, s2, s3, 15); /* KA <<< 15 */
    +        k[12] = s0, k[13] = s1, k[14] = s2, k[15] = s3;
    +        RotLeft128(s0, s1, s2, s3, 15); /* KA <<< 30 */
    +        k[16] = s0, k[17] = s1, k[18] = s2, k[19] = s3;
    +        RotLeft128(s0, s1, s2, s3, 15); /* KA <<< 45 */
    +        k[24] = s0, k[25] = s1;
    +        RotLeft128(s0, s1, s2, s3, 15); /* KA <<< 60 */
    +        k[28] = s0, k[29] = s1, k[30] = s2, k[31] = s3;
    +        RotLeft128(s1, s2, s3, s0, 2); /* KA <<< 94 */
    +        k[40] = s1, k[41] = s2, k[42] = s3, k[43] = s0;
    +        RotLeft128(s1, s2, s3, s0, 17); /* KA <<<111 */
    +        k[48] = s1, k[49] = s2, k[50] = s3, k[51] = s0;
    +
    +        s0 = k[0], s1 = k[1], s2 = k[2], s3 = k[3];
    +        RotLeft128(s0, s1, s2, s3, 15); /* KL <<< 15 */
    +        k[8] = s0, k[9] = s1, k[10] = s2, k[11] = s3;
    +        RotLeft128(s0, s1, s2, s3, 30); /* KL <<< 45 */
    +        k[20] = s0, k[21] = s1, k[22] = s2, k[23] = s3;
    +        RotLeft128(s0, s1, s2, s3, 15); /* KL <<< 60 */
    +        k[26] = s2, k[27] = s3;
    +        RotLeft128(s0, s1, s2, s3, 17); /* KL <<< 77 */
    +        k[32] = s0, k[33] = s1, k[34] = s2, k[35] = s3;
    +        RotLeft128(s0, s1, s2, s3, 17); /* KL <<< 94 */
    +        k[36] = s0, k[37] = s1, k[38] = s2, k[39] = s3;
    +        RotLeft128(s0, s1, s2, s3, 17); /* KL <<<111 */
    +        k[44] = s0, k[45] = s1, k[46] = s2, k[47] = s3;
    +
    +        return 3;               /* grand rounds */
    +    } else {
    +        k[12] = s0, k[13] = s1, k[14] = s2, k[15] = s3;
    +        s0 ^= k[8], s1 ^= k[9], s2 ^= k[10], s3 ^= k[11];
    +        Camellia_Feistel(s0, s1, s2, s3, (SIGMA + 8));
    +        Camellia_Feistel(s2, s3, s0, s1, (SIGMA + 10));
    +
    +        k[4] = s0, k[5] = s1, k[6] = s2, k[7] = s3;
    +        RotLeft128(s0, s1, s2, s3, 30); /* KB <<< 30 */
    +        k[20] = s0, k[21] = s1, k[22] = s2, k[23] = s3;
    +        RotLeft128(s0, s1, s2, s3, 30); /* KB <<< 60 */
    +        k[40] = s0, k[41] = s1, k[42] = s2, k[43] = s3;
    +        RotLeft128(s1, s2, s3, s0, 19); /* KB <<<111 */
    +        k[64] = s1, k[65] = s2, k[66] = s3, k[67] = s0;
    +
    +        s0 = k[8], s1 = k[9], s2 = k[10], s3 = k[11];
    +        RotLeft128(s0, s1, s2, s3, 15); /* KR <<< 15 */
    +        k[8] = s0, k[9] = s1, k[10] = s2, k[11] = s3;
    +        RotLeft128(s0, s1, s2, s3, 15); /* KR <<< 30 */
    +        k[16] = s0, k[17] = s1, k[18] = s2, k[19] = s3;
    +        RotLeft128(s0, s1, s2, s3, 30); /* KR <<< 60 */
    +        k[36] = s0, k[37] = s1, k[38] = s2, k[39] = s3;
    +        RotLeft128(s1, s2, s3, s0, 2); /* KR <<< 94 */
    +        k[52] = s1, k[53] = s2, k[54] = s3, k[55] = s0;
    +
    +        s0 = k[12], s1 = k[13], s2 = k[14], s3 = k[15];
    +        RotLeft128(s0, s1, s2, s3, 15); /* KA <<< 15 */
    +        k[12] = s0, k[13] = s1, k[14] = s2, k[15] = s3;
    +        RotLeft128(s0, s1, s2, s3, 30); /* KA <<< 45 */
    +        k[28] = s0, k[29] = s1, k[30] = s2, k[31] = s3;
    +        /* KA <<< 77 */
    +        k[48] = s1, k[49] = s2, k[50] = s3, k[51] = s0;
    +        RotLeft128(s1, s2, s3, s0, 17); /* KA <<< 94 */
    +        k[56] = s1, k[57] = s2, k[58] = s3, k[59] = s0;
    +
    +        s0 = k[0], s1 = k[1], s2 = k[2], s3 = k[3];
    +        RotLeft128(s1, s2, s3, s0, 13); /* KL <<< 45 */
    +        k[24] = s1, k[25] = s2, k[26] = s3, k[27] = s0;
    +        RotLeft128(s1, s2, s3, s0, 15); /* KL <<< 60 */
    +        k[32] = s1, k[33] = s2, k[34] = s3, k[35] = s0;
    +        RotLeft128(s1, s2, s3, s0, 17); /* KL <<< 77 */
    +        k[44] = s1, k[45] = s2, k[46] = s3, k[47] = s0;
    +        RotLeft128(s2, s3, s0, s1, 2); /* KL <<<111 */
    +        k[60] = s2, k[61] = s3, k[62] = s0, k[63] = s1;
    +
    +        return 4;               /* grand rounds */
    +    }
    +    /*
    +     * It is possible to perform certain precalculations, which
    +     * would spare few cycles in block procedure. It's not done,
    +     * because it upsets the performance balance between key
    +     * setup and block procedures, negatively affecting overall
    +     * throughput in applications operating on short messages
    +     * and volatile keys.
    +     */
    +}
    +
    +void Camellia_EncryptBlock_Rounds(int grandRounds, const u8 plaintext[],
    +                                  const KEY_TABLE_TYPE keyTable,
    +                                  u8 ciphertext[])
    +{
    +    register u32 s0, s1, s2, s3;
    +    const u32 *k = keyTable, *kend = keyTable + grandRounds * 16;
    +
    +    s0 = GETU32(plaintext) ^ k[0];
    +    s1 = GETU32(plaintext + 4) ^ k[1];
    +    s2 = GETU32(plaintext + 8) ^ k[2];
    +    s3 = GETU32(plaintext + 12) ^ k[3];
    +    k += 4;
    +
    +    while (1) {
    +        /* Camellia makes 6 Feistel rounds */
    +        Camellia_Feistel(s0, s1, s2, s3, k + 0);
    +        Camellia_Feistel(s2, s3, s0, s1, k + 2);
    +        Camellia_Feistel(s0, s1, s2, s3, k + 4);
    +        Camellia_Feistel(s2, s3, s0, s1, k + 6);
    +        Camellia_Feistel(s0, s1, s2, s3, k + 8);
    +        Camellia_Feistel(s2, s3, s0, s1, k + 10);
    +        k += 12;
    +
    +        if (k == kend)
    +            break;
    +
    +        /*
    +         * This is the same function as the diffusion function D of the
    +         * accompanying documentation. See section 3.2 for properties of the
    +         * FLlayer function.
    +         */
    +        s1 ^= LeftRotate(s0 & k[0], 1);
    +        s2 ^= s3 | k[3];
    +        s0 ^= s1 | k[1];
    +        s3 ^= LeftRotate(s2 & k[2], 1);
    +        k += 4;
    +    }
    +
    +    s2 ^= k[0], s3 ^= k[1], s0 ^= k[2], s1 ^= k[3];
    +
    +    PUTU32(ciphertext, s2);
    +    PUTU32(ciphertext + 4, s3);
    +    PUTU32(ciphertext + 8, s0);
    +    PUTU32(ciphertext + 12, s1);
    +}
    +
    +void Camellia_EncryptBlock(int keyBitLength, const u8 plaintext[],
    +                           const KEY_TABLE_TYPE keyTable, u8 ciphertext[])
    +{
    +    Camellia_EncryptBlock_Rounds(keyBitLength == 128 ? 3 : 4,
    +                                 plaintext, keyTable, ciphertext);
    +}
    +
    +void Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[],
    +                                  const KEY_TABLE_TYPE keyTable,
    +                                  u8 plaintext[])
    +{
    +    u32 s0, s1, s2, s3;
    +    const u32 *k = keyTable + grandRounds * 16, *kend = keyTable + 4;
    +
    +    s0 = GETU32(ciphertext) ^ k[0];
    +    s1 = GETU32(ciphertext + 4) ^ k[1];
    +    s2 = GETU32(ciphertext + 8) ^ k[2];
    +    s3 = GETU32(ciphertext + 12) ^ k[3];
    +
    +    while (1) {
    +        /* Camellia makes 6 Feistel rounds */
    +        k -= 12;
    +        Camellia_Feistel(s0, s1, s2, s3, k + 10);
    +        Camellia_Feistel(s2, s3, s0, s1, k + 8);
    +        Camellia_Feistel(s0, s1, s2, s3, k + 6);
    +        Camellia_Feistel(s2, s3, s0, s1, k + 4);
    +        Camellia_Feistel(s0, s1, s2, s3, k + 2);
    +        Camellia_Feistel(s2, s3, s0, s1, k + 0);
    +
    +        if (k == kend)
    +            break;
    +
    +        /*
    +         * This is the same function as the diffusion function D of the
    +         * accompanying documentation. See section 3.2 for properties of the
    +         * FLlayer function.
    +         */
    +        k -= 4;
    +        s1 ^= LeftRotate(s0 & k[2], 1);
    +        s2 ^= s3 | k[1];
    +        s0 ^= s1 | k[3];
    +        s3 ^= LeftRotate(s2 & k[0], 1);
    +    }
    +
    +    k -= 4;
    +    s2 ^= k[0], s3 ^= k[1], s0 ^= k[2], s1 ^= k[3];
    +
    +    PUTU32(plaintext, s2);
    +    PUTU32(plaintext + 4, s3);
    +    PUTU32(plaintext + 8, s0);
    +    PUTU32(plaintext + 12, s1);
    +}
    +
    +void Camellia_DecryptBlock(int keyBitLength, const u8 plaintext[],
    +                           const KEY_TABLE_TYPE keyTable, u8 ciphertext[])
    +{
    +    Camellia_DecryptBlock_Rounds(keyBitLength == 128 ? 3 : 4,
    +                                 plaintext, keyTable, ciphertext);
    +}
    diff --git a/openssl/crypto/camellia/camellia.h b/openssl/crypto/camellia/camellia.h
    index 67911e0ad..9be7c0fd9 100644
    --- a/openssl/crypto/camellia/camellia.h
    +++ b/openssl/crypto/camellia/camellia.h
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -50,21 +50,23 @@
      */
     
     #ifndef HEADER_CAMELLIA_H
    -#define HEADER_CAMELLIA_H
    +# define HEADER_CAMELLIA_H
     
    -#include 
    +# include 
     
    -#ifdef OPENSSL_NO_CAMELLIA
    -#error CAMELLIA is disabled.
    -#endif
    +# ifdef OPENSSL_NO_CAMELLIA
    +#  error CAMELLIA is disabled.
    +# endif
     
    -#include 
    +# include 
     
    -#define CAMELLIA_ENCRYPT	1
    -#define CAMELLIA_DECRYPT	0
    +# define CAMELLIA_ENCRYPT        1
    +# define CAMELLIA_DECRYPT        0
     
    -/* Because array size can't be a const in C, the following two are macros.
    -   Both sizes are in bytes. */
    +/*
    + * Because array size can't be a const in C, the following two are macros.
    + * Both sizes are in bytes.
    + */
     
     #ifdef  __cplusplus
     extern "C" {
    @@ -72,59 +74,59 @@ extern "C" {
     
     /* This should be a hidden type, but EVP requires that the size be known */
     
    -#define CAMELLIA_BLOCK_SIZE 16
    -#define CAMELLIA_TABLE_BYTE_LEN 272
    -#define CAMELLIA_TABLE_WORD_LEN (CAMELLIA_TABLE_BYTE_LEN / 4)
    +# define CAMELLIA_BLOCK_SIZE 16
    +# define CAMELLIA_TABLE_BYTE_LEN 272
    +# define CAMELLIA_TABLE_WORD_LEN (CAMELLIA_TABLE_BYTE_LEN / 4)
     
    -typedef unsigned int KEY_TABLE_TYPE[CAMELLIA_TABLE_WORD_LEN]; /* to match with WORD */
    +typedef unsigned int KEY_TABLE_TYPE[CAMELLIA_TABLE_WORD_LEN]; /* to match
    +                                                               * with WORD */
     
    -struct camellia_key_st 
    -	{
    -	union	{
    -		double d;	/* ensures 64-bit align */
    -		KEY_TABLE_TYPE rd_key;
    -		} u;
    -	int grand_rounds;
    -	};
    +struct camellia_key_st {
    +    union {
    +        double d;               /* ensures 64-bit align */
    +        KEY_TABLE_TYPE rd_key;
    +    } u;
    +    int grand_rounds;
    +};
     typedef struct camellia_key_st CAMELLIA_KEY;
     
    -#ifdef OPENSSL_FIPS
    +# ifdef OPENSSL_FIPS
     int private_Camellia_set_key(const unsigned char *userKey, const int bits,
    -	CAMELLIA_KEY *key);
    -#endif
    +                             CAMELLIA_KEY *key);
    +# endif
     int Camellia_set_key(const unsigned char *userKey, const int bits,
    -	CAMELLIA_KEY *key);
    +                     CAMELLIA_KEY *key);
     
     void Camellia_encrypt(const unsigned char *in, unsigned char *out,
    -	const CAMELLIA_KEY *key);
    +                      const CAMELLIA_KEY *key);
     void Camellia_decrypt(const unsigned char *in, unsigned char *out,
    -	const CAMELLIA_KEY *key);
    +                      const CAMELLIA_KEY *key);
     
     void Camellia_ecb_encrypt(const unsigned char *in, unsigned char *out,
    -	const CAMELLIA_KEY *key, const int enc);
    +                          const CAMELLIA_KEY *key, const int enc);
     void Camellia_cbc_encrypt(const unsigned char *in, unsigned char *out,
    -	size_t length, const CAMELLIA_KEY *key,
    -	unsigned char *ivec, const int enc);
    +                          size_t length, const CAMELLIA_KEY *key,
    +                          unsigned char *ivec, const int enc);
     void Camellia_cfb128_encrypt(const unsigned char *in, unsigned char *out,
    -	size_t length, const CAMELLIA_KEY *key,
    -	unsigned char *ivec, int *num, const int enc);
    +                             size_t length, const CAMELLIA_KEY *key,
    +                             unsigned char *ivec, int *num, const int enc);
     void Camellia_cfb1_encrypt(const unsigned char *in, unsigned char *out,
    -	size_t length, const CAMELLIA_KEY *key,
    -	unsigned char *ivec, int *num, const int enc);
    +                           size_t length, const CAMELLIA_KEY *key,
    +                           unsigned char *ivec, int *num, const int enc);
     void Camellia_cfb8_encrypt(const unsigned char *in, unsigned char *out,
    -	size_t length, const CAMELLIA_KEY *key,
    -	unsigned char *ivec, int *num, const int enc);
    +                           size_t length, const CAMELLIA_KEY *key,
    +                           unsigned char *ivec, int *num, const int enc);
     void Camellia_ofb128_encrypt(const unsigned char *in, unsigned char *out,
    -	size_t length, const CAMELLIA_KEY *key,
    -	unsigned char *ivec, int *num);
    +                             size_t length, const CAMELLIA_KEY *key,
    +                             unsigned char *ivec, int *num);
     void Camellia_ctr128_encrypt(const unsigned char *in, unsigned char *out,
    -	size_t length, const CAMELLIA_KEY *key,
    -	unsigned char ivec[CAMELLIA_BLOCK_SIZE],
    -	unsigned char ecount_buf[CAMELLIA_BLOCK_SIZE],
    -	unsigned int *num);
    +                             size_t length, const CAMELLIA_KEY *key,
    +                             unsigned char ivec[CAMELLIA_BLOCK_SIZE],
    +                             unsigned char ecount_buf[CAMELLIA_BLOCK_SIZE],
    +                             unsigned int *num);
     
     #ifdef  __cplusplus
     }
     #endif
     
    -#endif /* !HEADER_Camellia_H */
    +#endif                          /* !HEADER_Camellia_H */
    diff --git a/openssl/crypto/camellia/cmll_cbc.c b/openssl/crypto/camellia/cmll_cbc.c
    index 4c8d455ad..a4907ca05 100644
    --- a/openssl/crypto/camellia/cmll_cbc.c
    +++ b/openssl/crypto/camellia/cmll_cbc.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,12 +53,14 @@
     #include 
     
     void Camellia_cbc_encrypt(const unsigned char *in, unsigned char *out,
    -	size_t len, const CAMELLIA_KEY *key,
    -	unsigned char *ivec, const int enc) 
    -	{
    +                          size_t len, const CAMELLIA_KEY *key,
    +                          unsigned char *ivec, const int enc)
    +{
     
    -	if (enc)
    -		CRYPTO_cbc128_encrypt(in,out,len,key,ivec,(block128_f)Camellia_encrypt);
    -	else
    -		CRYPTO_cbc128_decrypt(in,out,len,key,ivec,(block128_f)Camellia_decrypt);
    -	}
    +    if (enc)
    +        CRYPTO_cbc128_encrypt(in, out, len, key, ivec,
    +                              (block128_f) Camellia_encrypt);
    +    else
    +        CRYPTO_cbc128_decrypt(in, out, len, key, ivec,
    +                              (block128_f) Camellia_decrypt);
    +}
    diff --git a/openssl/crypto/camellia/cmll_cfb.c b/openssl/crypto/camellia/cmll_cfb.c
    index 3d81b51d3..59b85225c 100644
    --- a/openssl/crypto/camellia/cmll_cfb.c
    +++ b/openssl/crypto/camellia/cmll_cfb.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -54,21 +54,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -83,10 +83,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -98,7 +98,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -108,32 +108,34 @@
     #include 
     #include 
     
    -
    -/* The input and output encrypted as though 128bit cfb mode is being
    - * used.  The extra state information to record how much of the
    - * 128bit block we have used is contained in *num;
    +/*
    + * The input and output encrypted as though 128bit cfb mode is being used.
    + * The extra state information to record how much of the 128bit block we have
    + * used is contained in *num;
      */
     
     void Camellia_cfb128_encrypt(const unsigned char *in, unsigned char *out,
    -	size_t length, const CAMELLIA_KEY *key,
    -	unsigned char *ivec, int *num, const int enc)
    -	{
    +                             size_t length, const CAMELLIA_KEY *key,
    +                             unsigned char *ivec, int *num, const int enc)
    +{
     
    -	CRYPTO_cfb128_encrypt(in,out,length,key,ivec,num,enc,(block128_f)Camellia_encrypt);
    -	}
    +    CRYPTO_cfb128_encrypt(in, out, length, key, ivec, num, enc,
    +                          (block128_f) Camellia_encrypt);
    +}
     
     /* N.B. This expects the input to be packed, MS bit first */
     void Camellia_cfb1_encrypt(const unsigned char *in, unsigned char *out,
    -	size_t length, const CAMELLIA_KEY *key,
    -	unsigned char *ivec, int *num, const int enc)
    -	{
    -	CRYPTO_cfb128_1_encrypt(in,out,length,key,ivec,num,enc,(block128_f)Camellia_encrypt);
    -	}
    +                           size_t length, const CAMELLIA_KEY *key,
    +                           unsigned char *ivec, int *num, const int enc)
    +{
    +    CRYPTO_cfb128_1_encrypt(in, out, length, key, ivec, num, enc,
    +                            (block128_f) Camellia_encrypt);
    +}
     
     void Camellia_cfb8_encrypt(const unsigned char *in, unsigned char *out,
    -	size_t length, const CAMELLIA_KEY *key,
    -	unsigned char *ivec, int *num, const int enc)
    -	{
    -	CRYPTO_cfb128_8_encrypt(in,out,length,key,ivec,num,enc,(block128_f)Camellia_encrypt);
    -	}
    -
    +                           size_t length, const CAMELLIA_KEY *key,
    +                           unsigned char *ivec, int *num, const int enc)
    +{
    +    CRYPTO_cfb128_8_encrypt(in, out, length, key, ivec, num, enc,
    +                            (block128_f) Camellia_encrypt);
    +}
    diff --git a/openssl/crypto/camellia/cmll_ctr.c b/openssl/crypto/camellia/cmll_ctr.c
    index 014e621a3..b8f523d44 100644
    --- a/openssl/crypto/camellia/cmll_ctr.c
    +++ b/openssl/crypto/camellia/cmll_ctr.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,12 +53,12 @@
     #include 
     
     void Camellia_ctr128_encrypt(const unsigned char *in, unsigned char *out,
    -	size_t length, const CAMELLIA_KEY *key,
    -	unsigned char ivec[CAMELLIA_BLOCK_SIZE],
    -	unsigned char ecount_buf[CAMELLIA_BLOCK_SIZE],
    -	unsigned int *num) 
    -	{
    -
    -	CRYPTO_ctr128_encrypt(in,out,length,key,ivec,ecount_buf,num,(block128_f)Camellia_encrypt);
    -	}
    +                             size_t length, const CAMELLIA_KEY *key,
    +                             unsigned char ivec[CAMELLIA_BLOCK_SIZE],
    +                             unsigned char ecount_buf[CAMELLIA_BLOCK_SIZE],
    +                             unsigned int *num)
    +{
     
    +    CRYPTO_ctr128_encrypt(in, out, length, key, ivec, ecount_buf, num,
    +                          (block128_f) Camellia_encrypt);
    +}
    diff --git a/openssl/crypto/camellia/cmll_ecb.c b/openssl/crypto/camellia/cmll_ecb.c
    index 70dc0e563..16f1af86a 100644
    --- a/openssl/crypto/camellia/cmll_ecb.c
    +++ b/openssl/crypto/camellia/cmll_ecb.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -60,15 +60,14 @@
     #include "cmll_locl.h"
     
     void Camellia_ecb_encrypt(const unsigned char *in, unsigned char *out,
    -	const CAMELLIA_KEY *key, const int enc) 
    -	{
    +                          const CAMELLIA_KEY *key, const int enc)
    +{
     
    -	assert(in && out && key);
    -	assert((CAMELLIA_ENCRYPT == enc)||(CAMELLIA_DECRYPT == enc));
    -
    -	if (CAMELLIA_ENCRYPT == enc)
    -		Camellia_encrypt(in, out, key);
    -	else
    -		Camellia_decrypt(in, out, key);
    -	}
    +    assert(in && out && key);
    +    assert((CAMELLIA_ENCRYPT == enc) || (CAMELLIA_DECRYPT == enc));
     
    +    if (CAMELLIA_ENCRYPT == enc)
    +        Camellia_encrypt(in, out, key);
    +    else
    +        Camellia_decrypt(in, out, key);
    +}
    diff --git a/openssl/crypto/camellia/cmll_locl.h b/openssl/crypto/camellia/cmll_locl.h
    index 246b6ce1d..4e4707b62 100644
    --- a/openssl/crypto/camellia/cmll_locl.h
    +++ b/openssl/crypto/camellia/cmll_locl.h
    @@ -1,6 +1,6 @@
     /* crypto/camellia/camellia_locl.h -*- mode:C; c-file-style: "eay" -*- */
     /* ====================================================================
    - * Copyright 2006 NTT (Nippon Telegraph and Telephone Corporation) . 
    + * Copyright 2006 NTT (Nippon Telegraph and Telephone Corporation) .
      * ALL RIGHTS RESERVED.
      *
      * Intellectual Property information for Camellia:
    @@ -24,7 +24,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -66,21 +66,23 @@
      */
     
     #ifndef HEADER_CAMELLIA_LOCL_H
    -#define HEADER_CAMELLIA_LOCL_H
    +# define HEADER_CAMELLIA_LOCL_H
     
    -typedef unsigned int  u32;
    +typedef unsigned int u32;
     typedef unsigned char u8;
     
     int Camellia_Ekeygen(int keyBitLength, const u8 *rawKey,
    -		     KEY_TABLE_TYPE keyTable);
    -void Camellia_EncryptBlock_Rounds(int grandRounds, const u8 plaintext[], 
    -		const KEY_TABLE_TYPE keyTable, u8 ciphertext[]);
    -void Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[], 
    -		const KEY_TABLE_TYPE keyTable, u8 plaintext[]);
    -void Camellia_EncryptBlock(int keyBitLength, const u8 plaintext[], 
    -		const KEY_TABLE_TYPE keyTable, u8 ciphertext[]);
    -void Camellia_DecryptBlock(int keyBitLength, const u8 ciphertext[], 
    -		const KEY_TABLE_TYPE keyTable, u8 plaintext[]);
    +                     KEY_TABLE_TYPE keyTable);
    +void Camellia_EncryptBlock_Rounds(int grandRounds, const u8 plaintext[],
    +                                  const KEY_TABLE_TYPE keyTable,
    +                                  u8 ciphertext[]);
    +void Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[],
    +                                  const KEY_TABLE_TYPE keyTable,
    +                                  u8 plaintext[]);
    +void Camellia_EncryptBlock(int keyBitLength, const u8 plaintext[],
    +                           const KEY_TABLE_TYPE keyTable, u8 ciphertext[]);
    +void Camellia_DecryptBlock(int keyBitLength, const u8 ciphertext[],
    +                           const KEY_TABLE_TYPE keyTable, u8 plaintext[]);
     int private_Camellia_set_key(const unsigned char *userKey, const int bits,
    -			     CAMELLIA_KEY *key);
    -#endif /* #ifndef HEADER_CAMELLIA_LOCL_H */
    +                             CAMELLIA_KEY *key);
    +#endif                          /* #ifndef HEADER_CAMELLIA_LOCL_H */
    diff --git a/openssl/crypto/camellia/cmll_misc.c b/openssl/crypto/camellia/cmll_misc.c
    index f44d48564..cbd250227 100644
    --- a/openssl/crypto/camellia/cmll_misc.c
    +++ b/openssl/crypto/camellia/cmll_misc.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -48,33 +48,33 @@
      * ====================================================================
      *
      */
    - 
    +
     #include 
     #include 
     #include 
     #include "cmll_locl.h"
     
    -const char CAMELLIA_version[]="CAMELLIA" OPENSSL_VERSION_PTEXT;
    +const char CAMELLIA_version[] = "CAMELLIA" OPENSSL_VERSION_PTEXT;
     
     int private_Camellia_set_key(const unsigned char *userKey, const int bits,
    -	CAMELLIA_KEY *key)
    -	{
    -	if(!userKey || !key)
    -		return -1;
    -	if(bits != 128 && bits != 192 && bits != 256)
    -		return -2;
    -	key->grand_rounds = Camellia_Ekeygen(bits , userKey, key->u.rd_key);
    -	return 0;
    -	}
    +                             CAMELLIA_KEY *key)
    +{
    +    if (!userKey || !key)
    +        return -1;
    +    if (bits != 128 && bits != 192 && bits != 256)
    +        return -2;
    +    key->grand_rounds = Camellia_Ekeygen(bits, userKey, key->u.rd_key);
    +    return 0;
    +}
     
     void Camellia_encrypt(const unsigned char *in, unsigned char *out,
    -	const CAMELLIA_KEY *key)
    -	{
    -	Camellia_EncryptBlock_Rounds(key->grand_rounds, in , key->u.rd_key , out);
    -	}
    +                      const CAMELLIA_KEY *key)
    +{
    +    Camellia_EncryptBlock_Rounds(key->grand_rounds, in, key->u.rd_key, out);
    +}
     
     void Camellia_decrypt(const unsigned char *in, unsigned char *out,
    -	const CAMELLIA_KEY *key)
    -	{
    -	Camellia_DecryptBlock_Rounds(key->grand_rounds, in , key->u.rd_key , out);
    -	}
    +                      const CAMELLIA_KEY *key)
    +{
    +    Camellia_DecryptBlock_Rounds(key->grand_rounds, in, key->u.rd_key, out);
    +}
    diff --git a/openssl/crypto/camellia/cmll_ofb.c b/openssl/crypto/camellia/cmll_ofb.c
    index a482befc7..46c3ae2af 100644
    --- a/openssl/crypto/camellia/cmll_ofb.c
    +++ b/openssl/crypto/camellia/cmll_ofb.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -54,21 +54,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -83,10 +83,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -98,7 +98,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -108,12 +108,15 @@
     #include 
     #include 
     
    -/* The input and output encrypted as though 128bit ofb mode is being
    - * used.  The extra state information to record how much of the
    - * 128bit block we have used is contained in *num;
    +/*
    + * The input and output encrypted as though 128bit ofb mode is being used.
    + * The extra state information to record how much of the 128bit block we have
    + * used is contained in *num;
      */
     void Camellia_ofb128_encrypt(const unsigned char *in, unsigned char *out,
    -	size_t length, const CAMELLIA_KEY *key,
    -	unsigned char *ivec, int *num) {
    -	CRYPTO_ofb128_encrypt(in,out,length,key,ivec,num,(block128_f)Camellia_encrypt);
    +                             size_t length, const CAMELLIA_KEY *key,
    +                             unsigned char *ivec, int *num)
    +{
    +    CRYPTO_ofb128_encrypt(in, out, length, key, ivec, num,
    +                          (block128_f) Camellia_encrypt);
     }
    diff --git a/openssl/crypto/camellia/cmll_utl.c b/openssl/crypto/camellia/cmll_utl.c
    index 7a35711ec..d19ee1931 100644
    --- a/openssl/crypto/camellia/cmll_utl.c
    +++ b/openssl/crypto/camellia/cmll_utl.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -48,17 +48,17 @@
      * ====================================================================
      *
      */
    - 
    +
     #include 
     #include 
     #include 
     #include "cmll_locl.h"
     
     int Camellia_set_key(const unsigned char *userKey, const int bits,
    -	CAMELLIA_KEY *key)
    -	{
    +                     CAMELLIA_KEY *key)
    +{
     #ifdef OPENSSL_FIPS
    -	fips_cipher_abort(Camellia);
    +    fips_cipher_abort(Camellia);
     #endif
    -	return private_Camellia_set_key(userKey, bits, key);
    -	}
    +    return private_Camellia_set_key(userKey, bits, key);
    +}
    diff --git a/openssl/crypto/cast/c_cfb64.c b/openssl/crypto/cast/c_cfb64.c
    index dcec13a20..f2f16e5d7 100644
    --- a/openssl/crypto/cast/c_cfb64.c
    +++ b/openssl/crypto/cast/c_cfb64.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -59,63 +59,65 @@
     #include 
     #include "cast_lcl.h"
     
    -/* The input and output encrypted as though 64bit cfb mode is being
    - * used.  The extra state information to record how much of the
    - * 64bit block we have used is contained in *num;
    +/*
    + * The input and output encrypted as though 64bit cfb mode is being used.
    + * The extra state information to record how much of the 64bit block we have
    + * used is contained in *num;
      */
     
     void CAST_cfb64_encrypt(const unsigned char *in, unsigned char *out,
    -			long length, const CAST_KEY *schedule, unsigned char *ivec,
    -			int *num, int enc)
    -	{
    -	register CAST_LONG v0,v1,t;
    -	register int n= *num;
    -	register long l=length;
    -	CAST_LONG ti[2];
    -	unsigned char *iv,c,cc;
    +                        long length, const CAST_KEY *schedule,
    +                        unsigned char *ivec, int *num, int enc)
    +{
    +    register CAST_LONG v0, v1, t;
    +    register int n = *num;
    +    register long l = length;
    +    CAST_LONG ti[2];
    +    unsigned char *iv, c, cc;
     
    -	iv=ivec;
    -	if (enc)
    -		{
    -		while (l--)
    -			{
    -			if (n == 0)
    -				{
    -				n2l(iv,v0); ti[0]=v0;
    -				n2l(iv,v1); ti[1]=v1;
    -				CAST_encrypt((CAST_LONG *)ti,schedule);
    -				iv=ivec;
    -				t=ti[0]; l2n(t,iv);
    -				t=ti[1]; l2n(t,iv);
    -				iv=ivec;
    -				}
    -			c= *(in++)^iv[n];
    -			*(out++)=c;
    -			iv[n]=c;
    -			n=(n+1)&0x07;
    -			}
    -		}
    -	else
    -		{
    -		while (l--)
    -			{
    -			if (n == 0)
    -				{
    -				n2l(iv,v0); ti[0]=v0;
    -				n2l(iv,v1); ti[1]=v1;
    -				CAST_encrypt((CAST_LONG *)ti,schedule);
    -				iv=ivec;
    -				t=ti[0]; l2n(t,iv);
    -				t=ti[1]; l2n(t,iv);
    -				iv=ivec;
    -				}
    -			cc= *(in++);
    -			c=iv[n];
    -			iv[n]=cc;
    -			*(out++)=c^cc;
    -			n=(n+1)&0x07;
    -			}
    -		}
    -	v0=v1=ti[0]=ti[1]=t=c=cc=0;
    -	*num=n;
    -	}
    +    iv = ivec;
    +    if (enc) {
    +        while (l--) {
    +            if (n == 0) {
    +                n2l(iv, v0);
    +                ti[0] = v0;
    +                n2l(iv, v1);
    +                ti[1] = v1;
    +                CAST_encrypt((CAST_LONG *)ti, schedule);
    +                iv = ivec;
    +                t = ti[0];
    +                l2n(t, iv);
    +                t = ti[1];
    +                l2n(t, iv);
    +                iv = ivec;
    +            }
    +            c = *(in++) ^ iv[n];
    +            *(out++) = c;
    +            iv[n] = c;
    +            n = (n + 1) & 0x07;
    +        }
    +    } else {
    +        while (l--) {
    +            if (n == 0) {
    +                n2l(iv, v0);
    +                ti[0] = v0;
    +                n2l(iv, v1);
    +                ti[1] = v1;
    +                CAST_encrypt((CAST_LONG *)ti, schedule);
    +                iv = ivec;
    +                t = ti[0];
    +                l2n(t, iv);
    +                t = ti[1];
    +                l2n(t, iv);
    +                iv = ivec;
    +            }
    +            cc = *(in++);
    +            c = iv[n];
    +            iv[n] = cc;
    +            *(out++) = c ^ cc;
    +            n = (n + 1) & 0x07;
    +        }
    +    }
    +    v0 = v1 = ti[0] = ti[1] = t = c = cc = 0;
    +    *num = n;
    +}
    diff --git a/openssl/crypto/cast/c_ecb.c b/openssl/crypto/cast/c_ecb.c
    index b6a3b1fff..4793f28ed 100644
    --- a/openssl/crypto/cast/c_ecb.c
    +++ b/openssl/crypto/cast/c_ecb.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,20 +60,24 @@
     #include "cast_lcl.h"
     #include 
     
    -const char CAST_version[]="CAST" OPENSSL_VERSION_PTEXT;
    +const char CAST_version[] = "CAST" OPENSSL_VERSION_PTEXT;
     
     void CAST_ecb_encrypt(const unsigned char *in, unsigned char *out,
    -		      const CAST_KEY *ks, int enc)
    -	{
    -	CAST_LONG l,d[2];
    +                      const CAST_KEY *ks, int enc)
    +{
    +    CAST_LONG l, d[2];
     
    -	n2l(in,l); d[0]=l;
    -	n2l(in,l); d[1]=l;
    -	if (enc)
    -		CAST_encrypt(d,ks);
    -	else
    -		CAST_decrypt(d,ks);
    -	l=d[0]; l2n(l,out);
    -	l=d[1]; l2n(l,out);
    -	l=d[0]=d[1]=0;
    -	}
    +    n2l(in, l);
    +    d[0] = l;
    +    n2l(in, l);
    +    d[1] = l;
    +    if (enc)
    +        CAST_encrypt(d, ks);
    +    else
    +        CAST_decrypt(d, ks);
    +    l = d[0];
    +    l2n(l, out);
    +    l = d[1];
    +    l2n(l, out);
    +    l = d[0] = d[1] = 0;
    +}
    diff --git a/openssl/crypto/cast/c_enc.c b/openssl/crypto/cast/c_enc.c
    index 357c41ebf..6e1d50f10 100644
    --- a/openssl/crypto/cast/c_enc.c
    +++ b/openssl/crypto/cast/c_enc.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,149 +60,141 @@
     #include "cast_lcl.h"
     
     void CAST_encrypt(CAST_LONG *data, const CAST_KEY *key)
    -	{
    -	register CAST_LONG l,r,t;
    -	const register CAST_LONG *k;
    +{
    +    register CAST_LONG l, r, t;
    +    const register CAST_LONG *k;
     
    -	k= &(key->data[0]);
    -	l=data[0];
    -	r=data[1];
    +    k = &(key->data[0]);
    +    l = data[0];
    +    r = data[1];
     
    -	E_CAST( 0,k,l,r,+,^,-);
    -	E_CAST( 1,k,r,l,^,-,+);
    -	E_CAST( 2,k,l,r,-,+,^);
    -	E_CAST( 3,k,r,l,+,^,-);
    -	E_CAST( 4,k,l,r,^,-,+);
    -	E_CAST( 5,k,r,l,-,+,^);
    -	E_CAST( 6,k,l,r,+,^,-);
    -	E_CAST( 7,k,r,l,^,-,+);
    -	E_CAST( 8,k,l,r,-,+,^);
    -	E_CAST( 9,k,r,l,+,^,-);
    -	E_CAST(10,k,l,r,^,-,+);
    -	E_CAST(11,k,r,l,-,+,^);
    -	if(!key->short_key)
    -	    {
    -	    E_CAST(12,k,l,r,+,^,-);
    -	    E_CAST(13,k,r,l,^,-,+);
    -	    E_CAST(14,k,l,r,-,+,^);
    -	    E_CAST(15,k,r,l,+,^,-);
    -	    }
    +    E_CAST(0, k, l, r, +, ^, -);
    +    E_CAST(1, k, r, l, ^, -, +);
    +    E_CAST(2, k, l, r, -, +, ^);
    +    E_CAST(3, k, r, l, +, ^, -);
    +    E_CAST(4, k, l, r, ^, -, +);
    +    E_CAST(5, k, r, l, -, +, ^);
    +    E_CAST(6, k, l, r, +, ^, -);
    +    E_CAST(7, k, r, l, ^, -, +);
    +    E_CAST(8, k, l, r, -, +, ^);
    +    E_CAST(9, k, r, l, +, ^, -);
    +    E_CAST(10, k, l, r, ^, -, +);
    +    E_CAST(11, k, r, l, -, +, ^);
    +    if (!key->short_key) {
    +        E_CAST(12, k, l, r, +, ^, -);
    +        E_CAST(13, k, r, l, ^, -, +);
    +        E_CAST(14, k, l, r, -, +, ^);
    +        E_CAST(15, k, r, l, +, ^, -);
    +    }
     
    -	data[1]=l&0xffffffffL;
    -	data[0]=r&0xffffffffL;
    -	}
    +    data[1] = l & 0xffffffffL;
    +    data[0] = r & 0xffffffffL;
    +}
     
     void CAST_decrypt(CAST_LONG *data, const CAST_KEY *key)
    -	{
    -	register CAST_LONG l,r,t;
    -	const register CAST_LONG *k;
    +{
    +    register CAST_LONG l, r, t;
    +    const register CAST_LONG *k;
     
    -	k= &(key->data[0]);
    -	l=data[0];
    -	r=data[1];
    +    k = &(key->data[0]);
    +    l = data[0];
    +    r = data[1];
     
    -	if(!key->short_key)
    -	    {
    -	    E_CAST(15,k,l,r,+,^,-);
    -	    E_CAST(14,k,r,l,-,+,^);
    -	    E_CAST(13,k,l,r,^,-,+);
    -	    E_CAST(12,k,r,l,+,^,-);
    -	    }
    -	E_CAST(11,k,l,r,-,+,^);
    -	E_CAST(10,k,r,l,^,-,+);
    -	E_CAST( 9,k,l,r,+,^,-);
    -	E_CAST( 8,k,r,l,-,+,^);
    -	E_CAST( 7,k,l,r,^,-,+);
    -	E_CAST( 6,k,r,l,+,^,-);
    -	E_CAST( 5,k,l,r,-,+,^);
    -	E_CAST( 4,k,r,l,^,-,+);
    -	E_CAST( 3,k,l,r,+,^,-);
    -	E_CAST( 2,k,r,l,-,+,^);
    -	E_CAST( 1,k,l,r,^,-,+);
    -	E_CAST( 0,k,r,l,+,^,-);
    +    if (!key->short_key) {
    +        E_CAST(15, k, l, r, +, ^, -);
    +        E_CAST(14, k, r, l, -, +, ^);
    +        E_CAST(13, k, l, r, ^, -, +);
    +        E_CAST(12, k, r, l, +, ^, -);
    +    }
    +    E_CAST(11, k, l, r, -, +, ^);
    +    E_CAST(10, k, r, l, ^, -, +);
    +    E_CAST(9, k, l, r, +, ^, -);
    +    E_CAST(8, k, r, l, -, +, ^);
    +    E_CAST(7, k, l, r, ^, -, +);
    +    E_CAST(6, k, r, l, +, ^, -);
    +    E_CAST(5, k, l, r, -, +, ^);
    +    E_CAST(4, k, r, l, ^, -, +);
    +    E_CAST(3, k, l, r, +, ^, -);
    +    E_CAST(2, k, r, l, -, +, ^);
    +    E_CAST(1, k, l, r, ^, -, +);
    +    E_CAST(0, k, r, l, +, ^, -);
     
    -	data[1]=l&0xffffffffL;
    -	data[0]=r&0xffffffffL;
    -	}
    +    data[1] = l & 0xffffffffL;
    +    data[0] = r & 0xffffffffL;
    +}
     
    -void CAST_cbc_encrypt(const unsigned char *in, unsigned char *out, long length,
    -	     const CAST_KEY *ks, unsigned char *iv, int enc)
    -	{
    -	register CAST_LONG tin0,tin1;
    -	register CAST_LONG tout0,tout1,xor0,xor1;
    -	register long l=length;
    -	CAST_LONG tin[2];
    +void CAST_cbc_encrypt(const unsigned char *in, unsigned char *out,
    +                      long length, const CAST_KEY *ks, unsigned char *iv,
    +                      int enc)
    +{
    +    register CAST_LONG tin0, tin1;
    +    register CAST_LONG tout0, tout1, xor0, xor1;
    +    register long l = length;
    +    CAST_LONG tin[2];
     
    -	if (enc)
    -		{
    -		n2l(iv,tout0);
    -		n2l(iv,tout1);
    -		iv-=8;
    -		for (l-=8; l>=0; l-=8)
    -			{
    -			n2l(in,tin0);
    -			n2l(in,tin1);
    -			tin0^=tout0;
    -			tin1^=tout1;
    -			tin[0]=tin0;
    -			tin[1]=tin1;
    -			CAST_encrypt(tin,ks);
    -			tout0=tin[0];
    -			tout1=tin[1];
    -			l2n(tout0,out);
    -			l2n(tout1,out);
    -			}
    -		if (l != -8)
    -			{
    -			n2ln(in,tin0,tin1,l+8);
    -			tin0^=tout0;
    -			tin1^=tout1;
    -			tin[0]=tin0;
    -			tin[1]=tin1;
    -			CAST_encrypt(tin,ks);
    -			tout0=tin[0];
    -			tout1=tin[1];
    -			l2n(tout0,out);
    -			l2n(tout1,out);
    -			}
    -		l2n(tout0,iv);
    -		l2n(tout1,iv);
    -		}
    -	else
    -		{
    -		n2l(iv,xor0);
    -		n2l(iv,xor1);
    -		iv-=8;
    -		for (l-=8; l>=0; l-=8)
    -			{
    -			n2l(in,tin0);
    -			n2l(in,tin1);
    -			tin[0]=tin0;
    -			tin[1]=tin1;
    -			CAST_decrypt(tin,ks);
    -			tout0=tin[0]^xor0;
    -			tout1=tin[1]^xor1;
    -			l2n(tout0,out);
    -			l2n(tout1,out);
    -			xor0=tin0;
    -			xor1=tin1;
    -			}
    -		if (l != -8)
    -			{
    -			n2l(in,tin0);
    -			n2l(in,tin1);
    -			tin[0]=tin0;
    -			tin[1]=tin1;
    -			CAST_decrypt(tin,ks);
    -			tout0=tin[0]^xor0;
    -			tout1=tin[1]^xor1;
    -			l2nn(tout0,tout1,out,l+8);
    -			xor0=tin0;
    -			xor1=tin1;
    -			}
    -		l2n(xor0,iv);
    -		l2n(xor1,iv);
    -		}
    -	tin0=tin1=tout0=tout1=xor0=xor1=0;
    -	tin[0]=tin[1]=0;
    -	}
    +    if (enc) {
    +        n2l(iv, tout0);
    +        n2l(iv, tout1);
    +        iv -= 8;
    +        for (l -= 8; l >= 0; l -= 8) {
    +            n2l(in, tin0);
    +            n2l(in, tin1);
    +            tin0 ^= tout0;
    +            tin1 ^= tout1;
    +            tin[0] = tin0;
    +            tin[1] = tin1;
    +            CAST_encrypt(tin, ks);
    +            tout0 = tin[0];
    +            tout1 = tin[1];
    +            l2n(tout0, out);
    +            l2n(tout1, out);
    +        }
    +        if (l != -8) {
    +            n2ln(in, tin0, tin1, l + 8);
    +            tin0 ^= tout0;
    +            tin1 ^= tout1;
    +            tin[0] = tin0;
    +            tin[1] = tin1;
    +            CAST_encrypt(tin, ks);
    +            tout0 = tin[0];
    +            tout1 = tin[1];
    +            l2n(tout0, out);
    +            l2n(tout1, out);
    +        }
    +        l2n(tout0, iv);
    +        l2n(tout1, iv);
    +    } else {
    +        n2l(iv, xor0);
    +        n2l(iv, xor1);
    +        iv -= 8;
    +        for (l -= 8; l >= 0; l -= 8) {
    +            n2l(in, tin0);
    +            n2l(in, tin1);
    +            tin[0] = tin0;
    +            tin[1] = tin1;
    +            CAST_decrypt(tin, ks);
    +            tout0 = tin[0] ^ xor0;
    +            tout1 = tin[1] ^ xor1;
    +            l2n(tout0, out);
    +            l2n(tout1, out);
    +            xor0 = tin0;
    +            xor1 = tin1;
    +        }
    +        if (l != -8) {
    +            n2l(in, tin0);
    +            n2l(in, tin1);
    +            tin[0] = tin0;
    +            tin[1] = tin1;
    +            CAST_decrypt(tin, ks);
    +            tout0 = tin[0] ^ xor0;
    +            tout1 = tin[1] ^ xor1;
    +            l2nn(tout0, tout1, out, l + 8);
    +            xor0 = tin0;
    +            xor1 = tin1;
    +        }
    +        l2n(xor0, iv);
    +        l2n(xor1, iv);
    +    }
    +    tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
    +    tin[0] = tin[1] = 0;
    +}
    diff --git a/openssl/crypto/cast/c_ofb64.c b/openssl/crypto/cast/c_ofb64.c
    index cb3222456..4e0a7c2e6 100644
    --- a/openssl/crypto/cast/c_ofb64.c
    +++ b/openssl/crypto/cast/c_ofb64.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -59,52 +59,52 @@
     #include 
     #include "cast_lcl.h"
     
    -/* The input and output encrypted as though 64bit ofb mode is being
    - * used.  The extra state information to record how much of the
    - * 64bit block we have used is contained in *num;
    +/*
    + * The input and output encrypted as though 64bit ofb mode is being used.
    + * The extra state information to record how much of the 64bit block we have
    + * used is contained in *num;
      */
     void CAST_ofb64_encrypt(const unsigned char *in, unsigned char *out,
    -			long length, const CAST_KEY *schedule, unsigned char *ivec,
    -			int *num)
    -	{
    -	register CAST_LONG v0,v1,t;
    -	register int n= *num;
    -	register long l=length;
    -	unsigned char d[8];
    -	register char *dp;
    -	CAST_LONG ti[2];
    -	unsigned char *iv;
    -	int save=0;
    +                        long length, const CAST_KEY *schedule,
    +                        unsigned char *ivec, int *num)
    +{
    +    register CAST_LONG v0, v1, t;
    +    register int n = *num;
    +    register long l = length;
    +    unsigned char d[8];
    +    register char *dp;
    +    CAST_LONG ti[2];
    +    unsigned char *iv;
    +    int save = 0;
     
    -	iv=ivec;
    -	n2l(iv,v0);
    -	n2l(iv,v1);
    -	ti[0]=v0;
    -	ti[1]=v1;
    -	dp=(char *)d;
    -	l2n(v0,dp);
    -	l2n(v1,dp);
    -	while (l--)
    -		{
    -		if (n == 0)
    -			{
    -			CAST_encrypt((CAST_LONG *)ti,schedule);
    -			dp=(char *)d;
    -			t=ti[0]; l2n(t,dp);
    -			t=ti[1]; l2n(t,dp);
    -			save++;
    -			}
    -		*(out++)= *(in++)^d[n];
    -		n=(n+1)&0x07;
    -		}
    -	if (save)
    -		{
    -		v0=ti[0];
    -		v1=ti[1];
    -		iv=ivec;
    -		l2n(v0,iv);
    -		l2n(v1,iv);
    -		}
    -	t=v0=v1=ti[0]=ti[1]=0;
    -	*num=n;
    -	}
    +    iv = ivec;
    +    n2l(iv, v0);
    +    n2l(iv, v1);
    +    ti[0] = v0;
    +    ti[1] = v1;
    +    dp = (char *)d;
    +    l2n(v0, dp);
    +    l2n(v1, dp);
    +    while (l--) {
    +        if (n == 0) {
    +            CAST_encrypt((CAST_LONG *)ti, schedule);
    +            dp = (char *)d;
    +            t = ti[0];
    +            l2n(t, dp);
    +            t = ti[1];
    +            l2n(t, dp);
    +            save++;
    +        }
    +        *(out++) = *(in++) ^ d[n];
    +        n = (n + 1) & 0x07;
    +    }
    +    if (save) {
    +        v0 = ti[0];
    +        v1 = ti[1];
    +        iv = ivec;
    +        l2n(v0, iv);
    +        l2n(v1, iv);
    +    }
    +    t = v0 = v1 = ti[0] = ti[1] = 0;
    +    *num = n;
    +}
    diff --git a/openssl/crypto/cast/c_skey.c b/openssl/crypto/cast/c_skey.c
    index cb6bf9fee..bbb6d5609 100644
    --- a/openssl/crypto/cast/c_skey.c
    +++ b/openssl/crypto/cast/c_skey.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,11 +62,11 @@
     #include "cast_s.h"
     
     #define CAST_exp(l,A,a,n) \
    -	A[n/4]=l; \
    -	a[n+3]=(l    )&0xff; \
    -	a[n+2]=(l>> 8)&0xff; \
    -	a[n+1]=(l>>16)&0xff; \
    -	a[n+0]=(l>>24)&0xff;
    +        A[n/4]=l; \
    +        a[n+3]=(l    )&0xff; \
    +        a[n+2]=(l>> 8)&0xff; \
    +        a[n+1]=(l>>16)&0xff; \
    +        a[n+0]=(l>>24)&0xff;
     
     #define S4 CAST_S_table4
     #define S5 CAST_S_table5
    @@ -74,100 +74,102 @@
     #define S7 CAST_S_table7
     void CAST_set_key(CAST_KEY *key, int len, const unsigned char *data)
     #ifdef OPENSSL_FIPS
    -	{
    -	fips_cipher_abort(CAST);
    -	private_CAST_set_key(key, len, data);
    -	}
    +{
    +    fips_cipher_abort(CAST);
    +    private_CAST_set_key(key, len, data);
    +}
    +
     void private_CAST_set_key(CAST_KEY *key, int len, const unsigned char *data)
     #endif
    -	{
    -	CAST_LONG x[16];
    -	CAST_LONG z[16];
    -	CAST_LONG k[32];
    -	CAST_LONG X[4],Z[4];
    -	CAST_LONG l,*K;
    -	int i;
    -
    -	for (i=0; i<16; i++) x[i]=0;
    -	if (len > 16) len=16;
    -	for (i=0; ishort_key=1;
    -	else
    -	    key->short_key=0;
    +{
    +    CAST_LONG x[16];
    +    CAST_LONG z[16];
    +    CAST_LONG k[32];
    +    CAST_LONG X[4], Z[4];
    +    CAST_LONG l, *K;
    +    int i;
     
    -	K= &k[0];
    -	X[0]=((x[ 0]<<24)|(x[ 1]<<16)|(x[ 2]<<8)|x[ 3])&0xffffffffL;
    -	X[1]=((x[ 4]<<24)|(x[ 5]<<16)|(x[ 6]<<8)|x[ 7])&0xffffffffL;
    -	X[2]=((x[ 8]<<24)|(x[ 9]<<16)|(x[10]<<8)|x[11])&0xffffffffL;
    -	X[3]=((x[12]<<24)|(x[13]<<16)|(x[14]<<8)|x[15])&0xffffffffL;
    +    for (i = 0; i < 16; i++)
    +        x[i] = 0;
    +    if (len > 16)
    +        len = 16;
    +    for (i = 0; i < len; i++)
    +        x[i] = data[i];
    +    if (len <= 10)
    +        key->short_key = 1;
    +    else
    +        key->short_key = 0;
     
    -	for (;;)
    -		{
    -	l=X[0]^S4[x[13]]^S5[x[15]]^S6[x[12]]^S7[x[14]]^S6[x[ 8]];
    -	CAST_exp(l,Z,z, 0);
    -	l=X[2]^S4[z[ 0]]^S5[z[ 2]]^S6[z[ 1]]^S7[z[ 3]]^S7[x[10]];
    -	CAST_exp(l,Z,z, 4);
    -	l=X[3]^S4[z[ 7]]^S5[z[ 6]]^S6[z[ 5]]^S7[z[ 4]]^S4[x[ 9]];
    -	CAST_exp(l,Z,z, 8);
    -	l=X[1]^S4[z[10]]^S5[z[ 9]]^S6[z[11]]^S7[z[ 8]]^S5[x[11]];
    -	CAST_exp(l,Z,z,12);
    +    K = &k[0];
    +    X[0] = ((x[0] << 24) | (x[1] << 16) | (x[2] << 8) | x[3]) & 0xffffffffL;
    +    X[1] = ((x[4] << 24) | (x[5] << 16) | (x[6] << 8) | x[7]) & 0xffffffffL;
    +    X[2] = ((x[8] << 24) | (x[9] << 16) | (x[10] << 8) | x[11]) & 0xffffffffL;
    +    X[3] =
    +        ((x[12] << 24) | (x[13] << 16) | (x[14] << 8) | x[15]) & 0xffffffffL;
     
    -	K[ 0]= S4[z[ 8]]^S5[z[ 9]]^S6[z[ 7]]^S7[z[ 6]]^S4[z[ 2]];
    -	K[ 1]= S4[z[10]]^S5[z[11]]^S6[z[ 5]]^S7[z[ 4]]^S5[z[ 6]];
    -	K[ 2]= S4[z[12]]^S5[z[13]]^S6[z[ 3]]^S7[z[ 2]]^S6[z[ 9]];
    -	K[ 3]= S4[z[14]]^S5[z[15]]^S6[z[ 1]]^S7[z[ 0]]^S7[z[12]];
    +    for (;;) {
    +        l = X[0] ^ S4[x[13]] ^ S5[x[15]] ^ S6[x[12]] ^ S7[x[14]] ^ S6[x[8]];
    +        CAST_exp(l, Z, z, 0);
    +        l = X[2] ^ S4[z[0]] ^ S5[z[2]] ^ S6[z[1]] ^ S7[z[3]] ^ S7[x[10]];
    +        CAST_exp(l, Z, z, 4);
    +        l = X[3] ^ S4[z[7]] ^ S5[z[6]] ^ S6[z[5]] ^ S7[z[4]] ^ S4[x[9]];
    +        CAST_exp(l, Z, z, 8);
    +        l = X[1] ^ S4[z[10]] ^ S5[z[9]] ^ S6[z[11]] ^ S7[z[8]] ^ S5[x[11]];
    +        CAST_exp(l, Z, z, 12);
     
    -	l=Z[2]^S4[z[ 5]]^S5[z[ 7]]^S6[z[ 4]]^S7[z[ 6]]^S6[z[ 0]];
    -	CAST_exp(l,X,x, 0);
    -	l=Z[0]^S4[x[ 0]]^S5[x[ 2]]^S6[x[ 1]]^S7[x[ 3]]^S7[z[ 2]];
    -	CAST_exp(l,X,x, 4);
    -	l=Z[1]^S4[x[ 7]]^S5[x[ 6]]^S6[x[ 5]]^S7[x[ 4]]^S4[z[ 1]];
    -	CAST_exp(l,X,x, 8);
    -	l=Z[3]^S4[x[10]]^S5[x[ 9]]^S6[x[11]]^S7[x[ 8]]^S5[z[ 3]];
    -	CAST_exp(l,X,x,12);
    +        K[0] = S4[z[8]] ^ S5[z[9]] ^ S6[z[7]] ^ S7[z[6]] ^ S4[z[2]];
    +        K[1] = S4[z[10]] ^ S5[z[11]] ^ S6[z[5]] ^ S7[z[4]] ^ S5[z[6]];
    +        K[2] = S4[z[12]] ^ S5[z[13]] ^ S6[z[3]] ^ S7[z[2]] ^ S6[z[9]];
    +        K[3] = S4[z[14]] ^ S5[z[15]] ^ S6[z[1]] ^ S7[z[0]] ^ S7[z[12]];
     
    -	K[ 4]= S4[x[ 3]]^S5[x[ 2]]^S6[x[12]]^S7[x[13]]^S4[x[ 8]];
    -	K[ 5]= S4[x[ 1]]^S5[x[ 0]]^S6[x[14]]^S7[x[15]]^S5[x[13]];
    -	K[ 6]= S4[x[ 7]]^S5[x[ 6]]^S6[x[ 8]]^S7[x[ 9]]^S6[x[ 3]];
    -	K[ 7]= S4[x[ 5]]^S5[x[ 4]]^S6[x[10]]^S7[x[11]]^S7[x[ 7]];
    +        l = Z[2] ^ S4[z[5]] ^ S5[z[7]] ^ S6[z[4]] ^ S7[z[6]] ^ S6[z[0]];
    +        CAST_exp(l, X, x, 0);
    +        l = Z[0] ^ S4[x[0]] ^ S5[x[2]] ^ S6[x[1]] ^ S7[x[3]] ^ S7[z[2]];
    +        CAST_exp(l, X, x, 4);
    +        l = Z[1] ^ S4[x[7]] ^ S5[x[6]] ^ S6[x[5]] ^ S7[x[4]] ^ S4[z[1]];
    +        CAST_exp(l, X, x, 8);
    +        l = Z[3] ^ S4[x[10]] ^ S5[x[9]] ^ S6[x[11]] ^ S7[x[8]] ^ S5[z[3]];
    +        CAST_exp(l, X, x, 12);
     
    -	l=X[0]^S4[x[13]]^S5[x[15]]^S6[x[12]]^S7[x[14]]^S6[x[ 8]];
    -	CAST_exp(l,Z,z, 0);
    -	l=X[2]^S4[z[ 0]]^S5[z[ 2]]^S6[z[ 1]]^S7[z[ 3]]^S7[x[10]];
    -	CAST_exp(l,Z,z, 4);
    -	l=X[3]^S4[z[ 7]]^S5[z[ 6]]^S6[z[ 5]]^S7[z[ 4]]^S4[x[ 9]];
    -	CAST_exp(l,Z,z, 8);
    -	l=X[1]^S4[z[10]]^S5[z[ 9]]^S6[z[11]]^S7[z[ 8]]^S5[x[11]];
    -	CAST_exp(l,Z,z,12);
    +        K[4] = S4[x[3]] ^ S5[x[2]] ^ S6[x[12]] ^ S7[x[13]] ^ S4[x[8]];
    +        K[5] = S4[x[1]] ^ S5[x[0]] ^ S6[x[14]] ^ S7[x[15]] ^ S5[x[13]];
    +        K[6] = S4[x[7]] ^ S5[x[6]] ^ S6[x[8]] ^ S7[x[9]] ^ S6[x[3]];
    +        K[7] = S4[x[5]] ^ S5[x[4]] ^ S6[x[10]] ^ S7[x[11]] ^ S7[x[7]];
     
    -	K[ 8]= S4[z[ 3]]^S5[z[ 2]]^S6[z[12]]^S7[z[13]]^S4[z[ 9]];
    -	K[ 9]= S4[z[ 1]]^S5[z[ 0]]^S6[z[14]]^S7[z[15]]^S5[z[12]];
    -	K[10]= S4[z[ 7]]^S5[z[ 6]]^S6[z[ 8]]^S7[z[ 9]]^S6[z[ 2]];
    -	K[11]= S4[z[ 5]]^S5[z[ 4]]^S6[z[10]]^S7[z[11]]^S7[z[ 6]];
    +        l = X[0] ^ S4[x[13]] ^ S5[x[15]] ^ S6[x[12]] ^ S7[x[14]] ^ S6[x[8]];
    +        CAST_exp(l, Z, z, 0);
    +        l = X[2] ^ S4[z[0]] ^ S5[z[2]] ^ S6[z[1]] ^ S7[z[3]] ^ S7[x[10]];
    +        CAST_exp(l, Z, z, 4);
    +        l = X[3] ^ S4[z[7]] ^ S5[z[6]] ^ S6[z[5]] ^ S7[z[4]] ^ S4[x[9]];
    +        CAST_exp(l, Z, z, 8);
    +        l = X[1] ^ S4[z[10]] ^ S5[z[9]] ^ S6[z[11]] ^ S7[z[8]] ^ S5[x[11]];
    +        CAST_exp(l, Z, z, 12);
     
    -	l=Z[2]^S4[z[ 5]]^S5[z[ 7]]^S6[z[ 4]]^S7[z[ 6]]^S6[z[ 0]];
    -	CAST_exp(l,X,x, 0);
    -	l=Z[0]^S4[x[ 0]]^S5[x[ 2]]^S6[x[ 1]]^S7[x[ 3]]^S7[z[ 2]];
    -	CAST_exp(l,X,x, 4);
    -	l=Z[1]^S4[x[ 7]]^S5[x[ 6]]^S6[x[ 5]]^S7[x[ 4]]^S4[z[ 1]];
    -	CAST_exp(l,X,x, 8);
    -	l=Z[3]^S4[x[10]]^S5[x[ 9]]^S6[x[11]]^S7[x[ 8]]^S5[z[ 3]];
    -	CAST_exp(l,X,x,12);
    +        K[8] = S4[z[3]] ^ S5[z[2]] ^ S6[z[12]] ^ S7[z[13]] ^ S4[z[9]];
    +        K[9] = S4[z[1]] ^ S5[z[0]] ^ S6[z[14]] ^ S7[z[15]] ^ S5[z[12]];
    +        K[10] = S4[z[7]] ^ S5[z[6]] ^ S6[z[8]] ^ S7[z[9]] ^ S6[z[2]];
    +        K[11] = S4[z[5]] ^ S5[z[4]] ^ S6[z[10]] ^ S7[z[11]] ^ S7[z[6]];
     
    -	K[12]= S4[x[ 8]]^S5[x[ 9]]^S6[x[ 7]]^S7[x[ 6]]^S4[x[ 3]];
    -	K[13]= S4[x[10]]^S5[x[11]]^S6[x[ 5]]^S7[x[ 4]]^S5[x[ 7]];
    -	K[14]= S4[x[12]]^S5[x[13]]^S6[x[ 3]]^S7[x[ 2]]^S6[x[ 8]];
    -	K[15]= S4[x[14]]^S5[x[15]]^S6[x[ 1]]^S7[x[ 0]]^S7[x[13]];
    -	if (K != k)  break;
    -	K+=16;
    -		}
    +        l = Z[2] ^ S4[z[5]] ^ S5[z[7]] ^ S6[z[4]] ^ S7[z[6]] ^ S6[z[0]];
    +        CAST_exp(l, X, x, 0);
    +        l = Z[0] ^ S4[x[0]] ^ S5[x[2]] ^ S6[x[1]] ^ S7[x[3]] ^ S7[z[2]];
    +        CAST_exp(l, X, x, 4);
    +        l = Z[1] ^ S4[x[7]] ^ S5[x[6]] ^ S6[x[5]] ^ S7[x[4]] ^ S4[z[1]];
    +        CAST_exp(l, X, x, 8);
    +        l = Z[3] ^ S4[x[10]] ^ S5[x[9]] ^ S6[x[11]] ^ S7[x[8]] ^ S5[z[3]];
    +        CAST_exp(l, X, x, 12);
     
    -	for (i=0; i<16; i++)
    -		{
    -		key->data[i*2]=k[i];
    -		key->data[i*2+1]=((k[i+16])+16)&0x1f;
    -		}
    -	}
    +        K[12] = S4[x[8]] ^ S5[x[9]] ^ S6[x[7]] ^ S7[x[6]] ^ S4[x[3]];
    +        K[13] = S4[x[10]] ^ S5[x[11]] ^ S6[x[5]] ^ S7[x[4]] ^ S5[x[7]];
    +        K[14] = S4[x[12]] ^ S5[x[13]] ^ S6[x[3]] ^ S7[x[2]] ^ S6[x[8]];
    +        K[15] = S4[x[14]] ^ S5[x[15]] ^ S6[x[1]] ^ S7[x[0]] ^ S7[x[13]];
    +        if (K != k)
    +            break;
    +        K += 16;
    +    }
     
    +    for (i = 0; i < 16; i++) {
    +        key->data[i * 2] = k[i];
    +        key->data[i * 2 + 1] = ((k[i + 16]) + 16) & 0x1f;
    +    }
    +}
    diff --git a/openssl/crypto/cast/cast.h b/openssl/crypto/cast/cast.h
    index 203922ea2..0003ec9c7 100644
    --- a/openssl/crypto/cast/cast.h
    +++ b/openssl/crypto/cast/cast.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -57,48 +57,48 @@
      */
     
     #ifndef HEADER_CAST_H
    -#define HEADER_CAST_H
    +# define HEADER_CAST_H
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -#include 
    +# include 
     
    -#ifdef OPENSSL_NO_CAST
    -#error CAST is disabled.
    -#endif
    +# ifdef OPENSSL_NO_CAST
    +#  error CAST is disabled.
    +# endif
     
    -#define CAST_ENCRYPT	1
    -#define CAST_DECRYPT	0
    +# define CAST_ENCRYPT    1
    +# define CAST_DECRYPT    0
     
    -#define CAST_LONG unsigned int
    +# define CAST_LONG unsigned int
     
    -#define CAST_BLOCK	8
    -#define CAST_KEY_LENGTH	16
    +# define CAST_BLOCK      8
    +# define CAST_KEY_LENGTH 16
     
    -typedef struct cast_key_st
    -	{
    -	CAST_LONG data[32];
    -	int short_key;	/* Use reduced rounds for short key */
    -	} CAST_KEY;
    +typedef struct cast_key_st {
    +    CAST_LONG data[32];
    +    int short_key;              /* Use reduced rounds for short key */
    +} CAST_KEY;
     
    -#ifdef OPENSSL_FIPS 
    +# ifdef OPENSSL_FIPS
     void private_CAST_set_key(CAST_KEY *key, int len, const unsigned char *data);
    -#endif
    +# endif
     void CAST_set_key(CAST_KEY *key, int len, const unsigned char *data);
    -void CAST_ecb_encrypt(const unsigned char *in, unsigned char *out, const CAST_KEY *key,
    -		      int enc);
    +void CAST_ecb_encrypt(const unsigned char *in, unsigned char *out,
    +                      const CAST_KEY *key, int enc);
     void CAST_encrypt(CAST_LONG *data, const CAST_KEY *key);
     void CAST_decrypt(CAST_LONG *data, const CAST_KEY *key);
    -void CAST_cbc_encrypt(const unsigned char *in, unsigned char *out, long length,
    -		      const CAST_KEY *ks, unsigned char *iv, int enc);
    +void CAST_cbc_encrypt(const unsigned char *in, unsigned char *out,
    +                      long length, const CAST_KEY *ks, unsigned char *iv,
    +                      int enc);
     void CAST_cfb64_encrypt(const unsigned char *in, unsigned char *out,
    -			long length, const CAST_KEY *schedule, unsigned char *ivec,
    -			int *num, int enc);
    -void CAST_ofb64_encrypt(const unsigned char *in, unsigned char *out, 
    -			long length, const CAST_KEY *schedule, unsigned char *ivec,
    -			int *num);
    +                        long length, const CAST_KEY *schedule,
    +                        unsigned char *ivec, int *num, int enc);
    +void CAST_ofb64_encrypt(const unsigned char *in, unsigned char *out,
    +                        long length, const CAST_KEY *schedule,
    +                        unsigned char *ivec, int *num);
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/cast/cast_lcl.h b/openssl/crypto/cast/cast_lcl.h
    index e756021a3..b0f08294e 100644
    --- a/openssl/crypto/cast/cast_lcl.h
    +++ b/openssl/crypto/cast/cast_lcl.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,96 +49,94 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
     
    -
     #include "e_os.h"
     
     #ifdef OPENSSL_SYS_WIN32
    -#include 
    +# include 
     #endif
     
    -
     #undef c2l
    -#define c2l(c,l)	(l =((unsigned long)(*((c)++)))    , \
    -			 l|=((unsigned long)(*((c)++)))<< 8L, \
    -			 l|=((unsigned long)(*((c)++)))<<16L, \
    -			 l|=((unsigned long)(*((c)++)))<<24L)
    +#define c2l(c,l)        (l =((unsigned long)(*((c)++)))    , \
    +                         l|=((unsigned long)(*((c)++)))<< 8L, \
    +                         l|=((unsigned long)(*((c)++)))<<16L, \
    +                         l|=((unsigned long)(*((c)++)))<<24L)
     
     /* NOTE - c is not incremented as per c2l */
     #undef c2ln
    -#define c2ln(c,l1,l2,n)	{ \
    -			c+=n; \
    -			l1=l2=0; \
    -			switch (n) { \
    -			case 8: l2 =((unsigned long)(*(--(c))))<<24L; \
    -			case 7: l2|=((unsigned long)(*(--(c))))<<16L; \
    -			case 6: l2|=((unsigned long)(*(--(c))))<< 8L; \
    -			case 5: l2|=((unsigned long)(*(--(c))));     \
    -			case 4: l1 =((unsigned long)(*(--(c))))<<24L; \
    -			case 3: l1|=((unsigned long)(*(--(c))))<<16L; \
    -			case 2: l1|=((unsigned long)(*(--(c))))<< 8L; \
    -			case 1: l1|=((unsigned long)(*(--(c))));     \
    -				} \
    -			}
    +#define c2ln(c,l1,l2,n) { \
    +                        c+=n; \
    +                        l1=l2=0; \
    +                        switch (n) { \
    +                        case 8: l2 =((unsigned long)(*(--(c))))<<24L; \
    +                        case 7: l2|=((unsigned long)(*(--(c))))<<16L; \
    +                        case 6: l2|=((unsigned long)(*(--(c))))<< 8L; \
    +                        case 5: l2|=((unsigned long)(*(--(c))));     \
    +                        case 4: l1 =((unsigned long)(*(--(c))))<<24L; \
    +                        case 3: l1|=((unsigned long)(*(--(c))))<<16L; \
    +                        case 2: l1|=((unsigned long)(*(--(c))))<< 8L; \
    +                        case 1: l1|=((unsigned long)(*(--(c))));     \
    +                                } \
    +                        }
     
     #undef l2c
    -#define l2c(l,c)	(*((c)++)=(unsigned char)(((l)     )&0xff), \
    -			 *((c)++)=(unsigned char)(((l)>> 8L)&0xff), \
    -			 *((c)++)=(unsigned char)(((l)>>16L)&0xff), \
    -			 *((c)++)=(unsigned char)(((l)>>24L)&0xff))
    +#define l2c(l,c)        (*((c)++)=(unsigned char)(((l)     )&0xff), \
    +                         *((c)++)=(unsigned char)(((l)>> 8L)&0xff), \
    +                         *((c)++)=(unsigned char)(((l)>>16L)&0xff), \
    +                         *((c)++)=(unsigned char)(((l)>>24L)&0xff))
     
     /* NOTE - c is not incremented as per l2c */
     #undef l2cn
    -#define l2cn(l1,l2,c,n)	{ \
    -			c+=n; \
    -			switch (n) { \
    -			case 8: *(--(c))=(unsigned char)(((l2)>>24L)&0xff); \
    -			case 7: *(--(c))=(unsigned char)(((l2)>>16L)&0xff); \
    -			case 6: *(--(c))=(unsigned char)(((l2)>> 8L)&0xff); \
    -			case 5: *(--(c))=(unsigned char)(((l2)     )&0xff); \
    -			case 4: *(--(c))=(unsigned char)(((l1)>>24L)&0xff); \
    -			case 3: *(--(c))=(unsigned char)(((l1)>>16L)&0xff); \
    -			case 2: *(--(c))=(unsigned char)(((l1)>> 8L)&0xff); \
    -			case 1: *(--(c))=(unsigned char)(((l1)     )&0xff); \
    -				} \
    -			}
    +#define l2cn(l1,l2,c,n) { \
    +                        c+=n; \
    +                        switch (n) { \
    +                        case 8: *(--(c))=(unsigned char)(((l2)>>24L)&0xff); \
    +                        case 7: *(--(c))=(unsigned char)(((l2)>>16L)&0xff); \
    +                        case 6: *(--(c))=(unsigned char)(((l2)>> 8L)&0xff); \
    +                        case 5: *(--(c))=(unsigned char)(((l2)     )&0xff); \
    +                        case 4: *(--(c))=(unsigned char)(((l1)>>24L)&0xff); \
    +                        case 3: *(--(c))=(unsigned char)(((l1)>>16L)&0xff); \
    +                        case 2: *(--(c))=(unsigned char)(((l1)>> 8L)&0xff); \
    +                        case 1: *(--(c))=(unsigned char)(((l1)     )&0xff); \
    +                                } \
    +                        }
     
     /* NOTE - c is not incremented as per n2l */
    -#define n2ln(c,l1,l2,n)	{ \
    -			c+=n; \
    -			l1=l2=0; \
    -			switch (n) { \
    -			case 8: l2 =((unsigned long)(*(--(c))))    ; \
    -			case 7: l2|=((unsigned long)(*(--(c))))<< 8; \
    -			case 6: l2|=((unsigned long)(*(--(c))))<<16; \
    -			case 5: l2|=((unsigned long)(*(--(c))))<<24; \
    -			case 4: l1 =((unsigned long)(*(--(c))))    ; \
    -			case 3: l1|=((unsigned long)(*(--(c))))<< 8; \
    -			case 2: l1|=((unsigned long)(*(--(c))))<<16; \
    -			case 1: l1|=((unsigned long)(*(--(c))))<<24; \
    -				} \
    -			}
    +#define n2ln(c,l1,l2,n) { \
    +                        c+=n; \
    +                        l1=l2=0; \
    +                        switch (n) { \
    +                        case 8: l2 =((unsigned long)(*(--(c))))    ; \
    +                        case 7: l2|=((unsigned long)(*(--(c))))<< 8; \
    +                        case 6: l2|=((unsigned long)(*(--(c))))<<16; \
    +                        case 5: l2|=((unsigned long)(*(--(c))))<<24; \
    +                        case 4: l1 =((unsigned long)(*(--(c))))    ; \
    +                        case 3: l1|=((unsigned long)(*(--(c))))<< 8; \
    +                        case 2: l1|=((unsigned long)(*(--(c))))<<16; \
    +                        case 1: l1|=((unsigned long)(*(--(c))))<<24; \
    +                                } \
    +                        }
     
     /* NOTE - c is not incremented as per l2n */
    -#define l2nn(l1,l2,c,n)	{ \
    -			c+=n; \
    -			switch (n) { \
    -			case 8: *(--(c))=(unsigned char)(((l2)    )&0xff); \
    -			case 7: *(--(c))=(unsigned char)(((l2)>> 8)&0xff); \
    -			case 6: *(--(c))=(unsigned char)(((l2)>>16)&0xff); \
    -			case 5: *(--(c))=(unsigned char)(((l2)>>24)&0xff); \
    -			case 4: *(--(c))=(unsigned char)(((l1)    )&0xff); \
    -			case 3: *(--(c))=(unsigned char)(((l1)>> 8)&0xff); \
    -			case 2: *(--(c))=(unsigned char)(((l1)>>16)&0xff); \
    -			case 1: *(--(c))=(unsigned char)(((l1)>>24)&0xff); \
    -				} \
    -			}
    +#define l2nn(l1,l2,c,n) { \
    +                        c+=n; \
    +                        switch (n) { \
    +                        case 8: *(--(c))=(unsigned char)(((l2)    )&0xff); \
    +                        case 7: *(--(c))=(unsigned char)(((l2)>> 8)&0xff); \
    +                        case 6: *(--(c))=(unsigned char)(((l2)>>16)&0xff); \
    +                        case 5: *(--(c))=(unsigned char)(((l2)>>24)&0xff); \
    +                        case 4: *(--(c))=(unsigned char)(((l1)    )&0xff); \
    +                        case 3: *(--(c))=(unsigned char)(((l1)>> 8)&0xff); \
    +                        case 2: *(--(c))=(unsigned char)(((l1)>>16)&0xff); \
    +                        case 1: *(--(c))=(unsigned char)(((l1)>>24)&0xff); \
    +                                } \
    +                        }
     
     #undef n2l
     #define n2l(c,l)        (l =((unsigned long)(*((c)++)))<<24L, \
    @@ -153,68 +151,70 @@
                              *((c)++)=(unsigned char)(((l)     )&0xff))
     
     #if defined(OPENSSL_SYS_WIN32) && defined(_MSC_VER)
    -#define ROTL(a,n)     (_lrotl(a,n))
    +# define ROTL(a,n)     (_lrotl(a,n))
    +#elif defined(PEDANTIC)
    +# define ROTL(a,n)     ((((a)<<(n))&0xffffffffL)|((a)>>((32-(n))&31)))
     #else
    -#define ROTL(a,n)     ((((a)<<(n))&0xffffffffL)|((a)>>(32-(n))))
    +# define ROTL(a,n)     ((((a)<<(n))&0xffffffffL)|((a)>>(32-(n))))
     #endif
     
     #define C_M    0x3fc
     #define C_0    22L
     #define C_1    14L
     #define C_2     6L
    -#define C_3     2L /* left shift */
    +#define C_3     2L              /* left shift */
     
     /* The rotate has an extra 16 added to it to help the x86 asm */
     #if defined(CAST_PTR)
    -#define E_CAST(n,key,L,R,OP1,OP2,OP3) \
    -	{ \
    -	int i; \
    -	t=(key[n*2] OP1 R)&0xffffffffL; \
    -	i=key[n*2+1]; \
    -	t=ROTL(t,i); \
    -	L^= (((((*(CAST_LONG *)((unsigned char *) \
    -			CAST_S_table0+((t>>C_2)&C_M)) OP2 \
    -		*(CAST_LONG *)((unsigned char *) \
    -			CAST_S_table1+((t<>C_0)&C_M)))&0xffffffffL) OP1 \
    -		*(CAST_LONG *)((unsigned char *) \
    -			CAST_S_table3+((t>>C_1)&C_M)))&0xffffffffL; \
    -	}
    +# define E_CAST(n,key,L,R,OP1,OP2,OP3) \
    +        { \
    +        int i; \
    +        t=(key[n*2] OP1 R)&0xffffffffL; \
    +        i=key[n*2+1]; \
    +        t=ROTL(t,i); \
    +        L^= (((((*(CAST_LONG *)((unsigned char *) \
    +                        CAST_S_table0+((t>>C_2)&C_M)) OP2 \
    +                *(CAST_LONG *)((unsigned char *) \
    +                        CAST_S_table1+((t<>C_0)&C_M)))&0xffffffffL) OP1 \
    +                *(CAST_LONG *)((unsigned char *) \
    +                        CAST_S_table3+((t>>C_1)&C_M)))&0xffffffffL; \
    +        }
     #elif defined(CAST_PTR2)
    -#define E_CAST(n,key,L,R,OP1,OP2,OP3) \
    -	{ \
    -	int i; \
    -	CAST_LONG u,v,w; \
    -	w=(key[n*2] OP1 R)&0xffffffffL; \
    -	i=key[n*2+1]; \
    -	w=ROTL(w,i); \
    -	u=w>>C_2; \
    -	v=w<>C_0; \
    -	t=(t OP2 *(CAST_LONG *)((unsigned char *)CAST_S_table1+v))&0xffffffffL;\
    -	v=w>>C_1; \
    -	u&=C_M; \
    -	v&=C_M; \
    -	t=(t OP3 *(CAST_LONG *)((unsigned char *)CAST_S_table2+u)&0xffffffffL);\
    -	t=(t OP1 *(CAST_LONG *)((unsigned char *)CAST_S_table3+v)&0xffffffffL);\
    -	L^=(t&0xffffffff); \
    -	}
    +# define E_CAST(n,key,L,R,OP1,OP2,OP3) \
    +        { \
    +        int i; \
    +        CAST_LONG u,v,w; \
    +        w=(key[n*2] OP1 R)&0xffffffffL; \
    +        i=key[n*2+1]; \
    +        w=ROTL(w,i); \
    +        u=w>>C_2; \
    +        v=w<>C_0; \
    +        t=(t OP2 *(CAST_LONG *)((unsigned char *)CAST_S_table1+v))&0xffffffffL;\
    +        v=w>>C_1; \
    +        u&=C_M; \
    +        v&=C_M; \
    +        t=(t OP3 *(CAST_LONG *)((unsigned char *)CAST_S_table2+u)&0xffffffffL);\
    +        t=(t OP1 *(CAST_LONG *)((unsigned char *)CAST_S_table3+v)&0xffffffffL);\
    +        L^=(t&0xffffffff); \
    +        }
     #else
    -#define E_CAST(n,key,L,R,OP1,OP2,OP3) \
    -	{ \
    -	CAST_LONG a,b,c,d; \
    -	t=(key[n*2] OP1 R)&0xffffffff; \
    -	t=ROTL(t,(key[n*2+1])); \
    -	a=CAST_S_table0[(t>> 8)&0xff]; \
    -	b=CAST_S_table1[(t    )&0xff]; \
    -	c=CAST_S_table2[(t>>24)&0xff]; \
    -	d=CAST_S_table3[(t>>16)&0xff]; \
    -	L^=(((((a OP2 b)&0xffffffffL) OP3 c)&0xffffffffL) OP1 d)&0xffffffffL; \
    -	}
    +# define E_CAST(n,key,L,R,OP1,OP2,OP3) \
    +        { \
    +        CAST_LONG a,b,c,d; \
    +        t=(key[n*2] OP1 R)&0xffffffff; \
    +        t=ROTL(t,(key[n*2+1])); \
    +        a=CAST_S_table0[(t>> 8)&0xff]; \
    +        b=CAST_S_table1[(t    )&0xff]; \
    +        c=CAST_S_table2[(t>>24)&0xff]; \
    +        d=CAST_S_table3[(t>>16)&0xff]; \
    +        L^=(((((a OP2 b)&0xffffffffL) OP3 c)&0xffffffffL) OP1 d)&0xffffffffL; \
    +        }
     #endif
     
     extern const CAST_LONG CAST_S_table0[256];
    diff --git a/openssl/crypto/cast/cast_s.h b/openssl/crypto/cast/cast_s.h
    index c483fd5e4..380dc81ae 100644
    --- a/openssl/crypto/cast/cast_s.h
    +++ b/openssl/crypto/cast/cast_s.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,537 +49,544 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
    -OPENSSL_GLOBAL const CAST_LONG CAST_S_table0[256]={
    -	0x30fb40d4,0x9fa0ff0b,0x6beccd2f,0x3f258c7a,
    -	0x1e213f2f,0x9c004dd3,0x6003e540,0xcf9fc949,
    -	0xbfd4af27,0x88bbbdb5,0xe2034090,0x98d09675,
    -	0x6e63a0e0,0x15c361d2,0xc2e7661d,0x22d4ff8e,
    -	0x28683b6f,0xc07fd059,0xff2379c8,0x775f50e2,
    -	0x43c340d3,0xdf2f8656,0x887ca41a,0xa2d2bd2d,
    -	0xa1c9e0d6,0x346c4819,0x61b76d87,0x22540f2f,
    -	0x2abe32e1,0xaa54166b,0x22568e3a,0xa2d341d0,
    -	0x66db40c8,0xa784392f,0x004dff2f,0x2db9d2de,
    -	0x97943fac,0x4a97c1d8,0x527644b7,0xb5f437a7,
    -	0xb82cbaef,0xd751d159,0x6ff7f0ed,0x5a097a1f,
    -	0x827b68d0,0x90ecf52e,0x22b0c054,0xbc8e5935,
    -	0x4b6d2f7f,0x50bb64a2,0xd2664910,0xbee5812d,
    -	0xb7332290,0xe93b159f,0xb48ee411,0x4bff345d,
    -	0xfd45c240,0xad31973f,0xc4f6d02e,0x55fc8165,
    -	0xd5b1caad,0xa1ac2dae,0xa2d4b76d,0xc19b0c50,
    -	0x882240f2,0x0c6e4f38,0xa4e4bfd7,0x4f5ba272,
    -	0x564c1d2f,0xc59c5319,0xb949e354,0xb04669fe,
    -	0xb1b6ab8a,0xc71358dd,0x6385c545,0x110f935d,
    -	0x57538ad5,0x6a390493,0xe63d37e0,0x2a54f6b3,
    -	0x3a787d5f,0x6276a0b5,0x19a6fcdf,0x7a42206a,
    -	0x29f9d4d5,0xf61b1891,0xbb72275e,0xaa508167,
    -	0x38901091,0xc6b505eb,0x84c7cb8c,0x2ad75a0f,
    -	0x874a1427,0xa2d1936b,0x2ad286af,0xaa56d291,
    -	0xd7894360,0x425c750d,0x93b39e26,0x187184c9,
    -	0x6c00b32d,0x73e2bb14,0xa0bebc3c,0x54623779,
    -	0x64459eab,0x3f328b82,0x7718cf82,0x59a2cea6,
    -	0x04ee002e,0x89fe78e6,0x3fab0950,0x325ff6c2,
    -	0x81383f05,0x6963c5c8,0x76cb5ad6,0xd49974c9,
    -	0xca180dcf,0x380782d5,0xc7fa5cf6,0x8ac31511,
    -	0x35e79e13,0x47da91d0,0xf40f9086,0xa7e2419e,
    -	0x31366241,0x051ef495,0xaa573b04,0x4a805d8d,
    -	0x548300d0,0x00322a3c,0xbf64cddf,0xba57a68e,
    -	0x75c6372b,0x50afd341,0xa7c13275,0x915a0bf5,
    -	0x6b54bfab,0x2b0b1426,0xab4cc9d7,0x449ccd82,
    -	0xf7fbf265,0xab85c5f3,0x1b55db94,0xaad4e324,
    -	0xcfa4bd3f,0x2deaa3e2,0x9e204d02,0xc8bd25ac,
    -	0xeadf55b3,0xd5bd9e98,0xe31231b2,0x2ad5ad6c,
    -	0x954329de,0xadbe4528,0xd8710f69,0xaa51c90f,
    -	0xaa786bf6,0x22513f1e,0xaa51a79b,0x2ad344cc,
    -	0x7b5a41f0,0xd37cfbad,0x1b069505,0x41ece491,
    -	0xb4c332e6,0x032268d4,0xc9600acc,0xce387e6d,
    -	0xbf6bb16c,0x6a70fb78,0x0d03d9c9,0xd4df39de,
    -	0xe01063da,0x4736f464,0x5ad328d8,0xb347cc96,
    -	0x75bb0fc3,0x98511bfb,0x4ffbcc35,0xb58bcf6a,
    -	0xe11f0abc,0xbfc5fe4a,0xa70aec10,0xac39570a,
    -	0x3f04442f,0x6188b153,0xe0397a2e,0x5727cb79,
    -	0x9ceb418f,0x1cacd68d,0x2ad37c96,0x0175cb9d,
    -	0xc69dff09,0xc75b65f0,0xd9db40d8,0xec0e7779,
    -	0x4744ead4,0xb11c3274,0xdd24cb9e,0x7e1c54bd,
    -	0xf01144f9,0xd2240eb1,0x9675b3fd,0xa3ac3755,
    -	0xd47c27af,0x51c85f4d,0x56907596,0xa5bb15e6,
    -	0x580304f0,0xca042cf1,0x011a37ea,0x8dbfaadb,
    -	0x35ba3e4a,0x3526ffa0,0xc37b4d09,0xbc306ed9,
    -	0x98a52666,0x5648f725,0xff5e569d,0x0ced63d0,
    -	0x7c63b2cf,0x700b45e1,0xd5ea50f1,0x85a92872,
    -	0xaf1fbda7,0xd4234870,0xa7870bf3,0x2d3b4d79,
    -	0x42e04198,0x0cd0ede7,0x26470db8,0xf881814c,
    -	0x474d6ad7,0x7c0c5e5c,0xd1231959,0x381b7298,
    -	0xf5d2f4db,0xab838653,0x6e2f1e23,0x83719c9e,
    -	0xbd91e046,0x9a56456e,0xdc39200c,0x20c8c571,
    -	0x962bda1c,0xe1e696ff,0xb141ab08,0x7cca89b9,
    -	0x1a69e783,0x02cc4843,0xa2f7c579,0x429ef47d,
    -	0x427b169c,0x5ac9f049,0xdd8f0f00,0x5c8165bf,
    -	};
    -OPENSSL_GLOBAL const CAST_LONG CAST_S_table1[256]={
    -	0x1f201094,0xef0ba75b,0x69e3cf7e,0x393f4380,
    -	0xfe61cf7a,0xeec5207a,0x55889c94,0x72fc0651,
    -	0xada7ef79,0x4e1d7235,0xd55a63ce,0xde0436ba,
    -	0x99c430ef,0x5f0c0794,0x18dcdb7d,0xa1d6eff3,
    -	0xa0b52f7b,0x59e83605,0xee15b094,0xe9ffd909,
    -	0xdc440086,0xef944459,0xba83ccb3,0xe0c3cdfb,
    -	0xd1da4181,0x3b092ab1,0xf997f1c1,0xa5e6cf7b,
    -	0x01420ddb,0xe4e7ef5b,0x25a1ff41,0xe180f806,
    -	0x1fc41080,0x179bee7a,0xd37ac6a9,0xfe5830a4,
    -	0x98de8b7f,0x77e83f4e,0x79929269,0x24fa9f7b,
    -	0xe113c85b,0xacc40083,0xd7503525,0xf7ea615f,
    -	0x62143154,0x0d554b63,0x5d681121,0xc866c359,
    -	0x3d63cf73,0xcee234c0,0xd4d87e87,0x5c672b21,
    -	0x071f6181,0x39f7627f,0x361e3084,0xe4eb573b,
    -	0x602f64a4,0xd63acd9c,0x1bbc4635,0x9e81032d,
    -	0x2701f50c,0x99847ab4,0xa0e3df79,0xba6cf38c,
    -	0x10843094,0x2537a95e,0xf46f6ffe,0xa1ff3b1f,
    -	0x208cfb6a,0x8f458c74,0xd9e0a227,0x4ec73a34,
    -	0xfc884f69,0x3e4de8df,0xef0e0088,0x3559648d,
    -	0x8a45388c,0x1d804366,0x721d9bfd,0xa58684bb,
    -	0xe8256333,0x844e8212,0x128d8098,0xfed33fb4,
    -	0xce280ae1,0x27e19ba5,0xd5a6c252,0xe49754bd,
    -	0xc5d655dd,0xeb667064,0x77840b4d,0xa1b6a801,
    -	0x84db26a9,0xe0b56714,0x21f043b7,0xe5d05860,
    -	0x54f03084,0x066ff472,0xa31aa153,0xdadc4755,
    -	0xb5625dbf,0x68561be6,0x83ca6b94,0x2d6ed23b,
    -	0xeccf01db,0xa6d3d0ba,0xb6803d5c,0xaf77a709,
    -	0x33b4a34c,0x397bc8d6,0x5ee22b95,0x5f0e5304,
    -	0x81ed6f61,0x20e74364,0xb45e1378,0xde18639b,
    -	0x881ca122,0xb96726d1,0x8049a7e8,0x22b7da7b,
    -	0x5e552d25,0x5272d237,0x79d2951c,0xc60d894c,
    -	0x488cb402,0x1ba4fe5b,0xa4b09f6b,0x1ca815cf,
    -	0xa20c3005,0x8871df63,0xb9de2fcb,0x0cc6c9e9,
    -	0x0beeff53,0xe3214517,0xb4542835,0x9f63293c,
    -	0xee41e729,0x6e1d2d7c,0x50045286,0x1e6685f3,
    -	0xf33401c6,0x30a22c95,0x31a70850,0x60930f13,
    -	0x73f98417,0xa1269859,0xec645c44,0x52c877a9,
    -	0xcdff33a6,0xa02b1741,0x7cbad9a2,0x2180036f,
    -	0x50d99c08,0xcb3f4861,0xc26bd765,0x64a3f6ab,
    -	0x80342676,0x25a75e7b,0xe4e6d1fc,0x20c710e6,
    -	0xcdf0b680,0x17844d3b,0x31eef84d,0x7e0824e4,
    -	0x2ccb49eb,0x846a3bae,0x8ff77888,0xee5d60f6,
    -	0x7af75673,0x2fdd5cdb,0xa11631c1,0x30f66f43,
    -	0xb3faec54,0x157fd7fa,0xef8579cc,0xd152de58,
    -	0xdb2ffd5e,0x8f32ce19,0x306af97a,0x02f03ef8,
    -	0x99319ad5,0xc242fa0f,0xa7e3ebb0,0xc68e4906,
    -	0xb8da230c,0x80823028,0xdcdef3c8,0xd35fb171,
    -	0x088a1bc8,0xbec0c560,0x61a3c9e8,0xbca8f54d,
    -	0xc72feffa,0x22822e99,0x82c570b4,0xd8d94e89,
    -	0x8b1c34bc,0x301e16e6,0x273be979,0xb0ffeaa6,
    -	0x61d9b8c6,0x00b24869,0xb7ffce3f,0x08dc283b,
    -	0x43daf65a,0xf7e19798,0x7619b72f,0x8f1c9ba4,
    -	0xdc8637a0,0x16a7d3b1,0x9fc393b7,0xa7136eeb,
    -	0xc6bcc63e,0x1a513742,0xef6828bc,0x520365d6,
    -	0x2d6a77ab,0x3527ed4b,0x821fd216,0x095c6e2e,
    -	0xdb92f2fb,0x5eea29cb,0x145892f5,0x91584f7f,
    -	0x5483697b,0x2667a8cc,0x85196048,0x8c4bacea,
    -	0x833860d4,0x0d23e0f9,0x6c387e8a,0x0ae6d249,
    -	0xb284600c,0xd835731d,0xdcb1c647,0xac4c56ea,
    -	0x3ebd81b3,0x230eabb0,0x6438bc87,0xf0b5b1fa,
    -	0x8f5ea2b3,0xfc184642,0x0a036b7a,0x4fb089bd,
    -	0x649da589,0xa345415e,0x5c038323,0x3e5d3bb9,
    -	0x43d79572,0x7e6dd07c,0x06dfdf1e,0x6c6cc4ef,
    -	0x7160a539,0x73bfbe70,0x83877605,0x4523ecf1,
    -	};
    -OPENSSL_GLOBAL const CAST_LONG CAST_S_table2[256]={
    -	0x8defc240,0x25fa5d9f,0xeb903dbf,0xe810c907,
    -	0x47607fff,0x369fe44b,0x8c1fc644,0xaececa90,
    -	0xbeb1f9bf,0xeefbcaea,0xe8cf1950,0x51df07ae,
    -	0x920e8806,0xf0ad0548,0xe13c8d83,0x927010d5,
    -	0x11107d9f,0x07647db9,0xb2e3e4d4,0x3d4f285e,
    -	0xb9afa820,0xfade82e0,0xa067268b,0x8272792e,
    -	0x553fb2c0,0x489ae22b,0xd4ef9794,0x125e3fbc,
    -	0x21fffcee,0x825b1bfd,0x9255c5ed,0x1257a240,
    -	0x4e1a8302,0xbae07fff,0x528246e7,0x8e57140e,
    -	0x3373f7bf,0x8c9f8188,0xa6fc4ee8,0xc982b5a5,
    -	0xa8c01db7,0x579fc264,0x67094f31,0xf2bd3f5f,
    -	0x40fff7c1,0x1fb78dfc,0x8e6bd2c1,0x437be59b,
    -	0x99b03dbf,0xb5dbc64b,0x638dc0e6,0x55819d99,
    -	0xa197c81c,0x4a012d6e,0xc5884a28,0xccc36f71,
    -	0xb843c213,0x6c0743f1,0x8309893c,0x0feddd5f,
    -	0x2f7fe850,0xd7c07f7e,0x02507fbf,0x5afb9a04,
    -	0xa747d2d0,0x1651192e,0xaf70bf3e,0x58c31380,
    -	0x5f98302e,0x727cc3c4,0x0a0fb402,0x0f7fef82,
    -	0x8c96fdad,0x5d2c2aae,0x8ee99a49,0x50da88b8,
    -	0x8427f4a0,0x1eac5790,0x796fb449,0x8252dc15,
    -	0xefbd7d9b,0xa672597d,0xada840d8,0x45f54504,
    -	0xfa5d7403,0xe83ec305,0x4f91751a,0x925669c2,
    -	0x23efe941,0xa903f12e,0x60270df2,0x0276e4b6,
    -	0x94fd6574,0x927985b2,0x8276dbcb,0x02778176,
    -	0xf8af918d,0x4e48f79e,0x8f616ddf,0xe29d840e,
    -	0x842f7d83,0x340ce5c8,0x96bbb682,0x93b4b148,
    -	0xef303cab,0x984faf28,0x779faf9b,0x92dc560d,
    -	0x224d1e20,0x8437aa88,0x7d29dc96,0x2756d3dc,
    -	0x8b907cee,0xb51fd240,0xe7c07ce3,0xe566b4a1,
    -	0xc3e9615e,0x3cf8209d,0x6094d1e3,0xcd9ca341,
    -	0x5c76460e,0x00ea983b,0xd4d67881,0xfd47572c,
    -	0xf76cedd9,0xbda8229c,0x127dadaa,0x438a074e,
    -	0x1f97c090,0x081bdb8a,0x93a07ebe,0xb938ca15,
    -	0x97b03cff,0x3dc2c0f8,0x8d1ab2ec,0x64380e51,
    -	0x68cc7bfb,0xd90f2788,0x12490181,0x5de5ffd4,
    -	0xdd7ef86a,0x76a2e214,0xb9a40368,0x925d958f,
    -	0x4b39fffa,0xba39aee9,0xa4ffd30b,0xfaf7933b,
    -	0x6d498623,0x193cbcfa,0x27627545,0x825cf47a,
    -	0x61bd8ba0,0xd11e42d1,0xcead04f4,0x127ea392,
    -	0x10428db7,0x8272a972,0x9270c4a8,0x127de50b,
    -	0x285ba1c8,0x3c62f44f,0x35c0eaa5,0xe805d231,
    -	0x428929fb,0xb4fcdf82,0x4fb66a53,0x0e7dc15b,
    -	0x1f081fab,0x108618ae,0xfcfd086d,0xf9ff2889,
    -	0x694bcc11,0x236a5cae,0x12deca4d,0x2c3f8cc5,
    -	0xd2d02dfe,0xf8ef5896,0xe4cf52da,0x95155b67,
    -	0x494a488c,0xb9b6a80c,0x5c8f82bc,0x89d36b45,
    -	0x3a609437,0xec00c9a9,0x44715253,0x0a874b49,
    -	0xd773bc40,0x7c34671c,0x02717ef6,0x4feb5536,
    -	0xa2d02fff,0xd2bf60c4,0xd43f03c0,0x50b4ef6d,
    -	0x07478cd1,0x006e1888,0xa2e53f55,0xb9e6d4bc,
    -	0xa2048016,0x97573833,0xd7207d67,0xde0f8f3d,
    -	0x72f87b33,0xabcc4f33,0x7688c55d,0x7b00a6b0,
    -	0x947b0001,0x570075d2,0xf9bb88f8,0x8942019e,
    -	0x4264a5ff,0x856302e0,0x72dbd92b,0xee971b69,
    -	0x6ea22fde,0x5f08ae2b,0xaf7a616d,0xe5c98767,
    -	0xcf1febd2,0x61efc8c2,0xf1ac2571,0xcc8239c2,
    -	0x67214cb8,0xb1e583d1,0xb7dc3e62,0x7f10bdce,
    -	0xf90a5c38,0x0ff0443d,0x606e6dc6,0x60543a49,
    -	0x5727c148,0x2be98a1d,0x8ab41738,0x20e1be24,
    -	0xaf96da0f,0x68458425,0x99833be5,0x600d457d,
    -	0x282f9350,0x8334b362,0xd91d1120,0x2b6d8da0,
    -	0x642b1e31,0x9c305a00,0x52bce688,0x1b03588a,
    -	0xf7baefd5,0x4142ed9c,0xa4315c11,0x83323ec5,
    -	0xdfef4636,0xa133c501,0xe9d3531c,0xee353783,
    -	};
    -OPENSSL_GLOBAL const CAST_LONG CAST_S_table3[256]={
    -	0x9db30420,0x1fb6e9de,0xa7be7bef,0xd273a298,
    -	0x4a4f7bdb,0x64ad8c57,0x85510443,0xfa020ed1,
    -	0x7e287aff,0xe60fb663,0x095f35a1,0x79ebf120,
    -	0xfd059d43,0x6497b7b1,0xf3641f63,0x241e4adf,
    -	0x28147f5f,0x4fa2b8cd,0xc9430040,0x0cc32220,
    -	0xfdd30b30,0xc0a5374f,0x1d2d00d9,0x24147b15,
    -	0xee4d111a,0x0fca5167,0x71ff904c,0x2d195ffe,
    -	0x1a05645f,0x0c13fefe,0x081b08ca,0x05170121,
    -	0x80530100,0xe83e5efe,0xac9af4f8,0x7fe72701,
    -	0xd2b8ee5f,0x06df4261,0xbb9e9b8a,0x7293ea25,
    -	0xce84ffdf,0xf5718801,0x3dd64b04,0xa26f263b,
    -	0x7ed48400,0x547eebe6,0x446d4ca0,0x6cf3d6f5,
    -	0x2649abdf,0xaea0c7f5,0x36338cc1,0x503f7e93,
    -	0xd3772061,0x11b638e1,0x72500e03,0xf80eb2bb,
    -	0xabe0502e,0xec8d77de,0x57971e81,0xe14f6746,
    -	0xc9335400,0x6920318f,0x081dbb99,0xffc304a5,
    -	0x4d351805,0x7f3d5ce3,0xa6c866c6,0x5d5bcca9,
    -	0xdaec6fea,0x9f926f91,0x9f46222f,0x3991467d,
    -	0xa5bf6d8e,0x1143c44f,0x43958302,0xd0214eeb,
    -	0x022083b8,0x3fb6180c,0x18f8931e,0x281658e6,
    -	0x26486e3e,0x8bd78a70,0x7477e4c1,0xb506e07c,
    -	0xf32d0a25,0x79098b02,0xe4eabb81,0x28123b23,
    -	0x69dead38,0x1574ca16,0xdf871b62,0x211c40b7,
    -	0xa51a9ef9,0x0014377b,0x041e8ac8,0x09114003,
    -	0xbd59e4d2,0xe3d156d5,0x4fe876d5,0x2f91a340,
    -	0x557be8de,0x00eae4a7,0x0ce5c2ec,0x4db4bba6,
    -	0xe756bdff,0xdd3369ac,0xec17b035,0x06572327,
    -	0x99afc8b0,0x56c8c391,0x6b65811c,0x5e146119,
    -	0x6e85cb75,0xbe07c002,0xc2325577,0x893ff4ec,
    -	0x5bbfc92d,0xd0ec3b25,0xb7801ab7,0x8d6d3b24,
    -	0x20c763ef,0xc366a5fc,0x9c382880,0x0ace3205,
    -	0xaac9548a,0xeca1d7c7,0x041afa32,0x1d16625a,
    -	0x6701902c,0x9b757a54,0x31d477f7,0x9126b031,
    -	0x36cc6fdb,0xc70b8b46,0xd9e66a48,0x56e55a79,
    -	0x026a4ceb,0x52437eff,0x2f8f76b4,0x0df980a5,
    -	0x8674cde3,0xedda04eb,0x17a9be04,0x2c18f4df,
    -	0xb7747f9d,0xab2af7b4,0xefc34d20,0x2e096b7c,
    -	0x1741a254,0xe5b6a035,0x213d42f6,0x2c1c7c26,
    -	0x61c2f50f,0x6552daf9,0xd2c231f8,0x25130f69,
    -	0xd8167fa2,0x0418f2c8,0x001a96a6,0x0d1526ab,
    -	0x63315c21,0x5e0a72ec,0x49bafefd,0x187908d9,
    -	0x8d0dbd86,0x311170a7,0x3e9b640c,0xcc3e10d7,
    -	0xd5cad3b6,0x0caec388,0xf73001e1,0x6c728aff,
    -	0x71eae2a1,0x1f9af36e,0xcfcbd12f,0xc1de8417,
    -	0xac07be6b,0xcb44a1d8,0x8b9b0f56,0x013988c3,
    -	0xb1c52fca,0xb4be31cd,0xd8782806,0x12a3a4e2,
    -	0x6f7de532,0x58fd7eb6,0xd01ee900,0x24adffc2,
    -	0xf4990fc5,0x9711aac5,0x001d7b95,0x82e5e7d2,
    -	0x109873f6,0x00613096,0xc32d9521,0xada121ff,
    -	0x29908415,0x7fbb977f,0xaf9eb3db,0x29c9ed2a,
    -	0x5ce2a465,0xa730f32c,0xd0aa3fe8,0x8a5cc091,
    -	0xd49e2ce7,0x0ce454a9,0xd60acd86,0x015f1919,
    -	0x77079103,0xdea03af6,0x78a8565e,0xdee356df,
    -	0x21f05cbe,0x8b75e387,0xb3c50651,0xb8a5c3ef,
    -	0xd8eeb6d2,0xe523be77,0xc2154529,0x2f69efdf,
    -	0xafe67afb,0xf470c4b2,0xf3e0eb5b,0xd6cc9876,
    -	0x39e4460c,0x1fda8538,0x1987832f,0xca007367,
    -	0xa99144f8,0x296b299e,0x492fc295,0x9266beab,
    -	0xb5676e69,0x9bd3ddda,0xdf7e052f,0xdb25701c,
    -	0x1b5e51ee,0xf65324e6,0x6afce36c,0x0316cc04,
    -	0x8644213e,0xb7dc59d0,0x7965291f,0xccd6fd43,
    -	0x41823979,0x932bcdf6,0xb657c34d,0x4edfd282,
    -	0x7ae5290c,0x3cb9536b,0x851e20fe,0x9833557e,
    -	0x13ecf0b0,0xd3ffb372,0x3f85c5c1,0x0aef7ed2,
    -	};
    -OPENSSL_GLOBAL const CAST_LONG CAST_S_table4[256]={
    -	0x7ec90c04,0x2c6e74b9,0x9b0e66df,0xa6337911,
    -	0xb86a7fff,0x1dd358f5,0x44dd9d44,0x1731167f,
    -	0x08fbf1fa,0xe7f511cc,0xd2051b00,0x735aba00,
    -	0x2ab722d8,0x386381cb,0xacf6243a,0x69befd7a,
    -	0xe6a2e77f,0xf0c720cd,0xc4494816,0xccf5c180,
    -	0x38851640,0x15b0a848,0xe68b18cb,0x4caadeff,
    -	0x5f480a01,0x0412b2aa,0x259814fc,0x41d0efe2,
    -	0x4e40b48d,0x248eb6fb,0x8dba1cfe,0x41a99b02,
    -	0x1a550a04,0xba8f65cb,0x7251f4e7,0x95a51725,
    -	0xc106ecd7,0x97a5980a,0xc539b9aa,0x4d79fe6a,
    -	0xf2f3f763,0x68af8040,0xed0c9e56,0x11b4958b,
    -	0xe1eb5a88,0x8709e6b0,0xd7e07156,0x4e29fea7,
    -	0x6366e52d,0x02d1c000,0xc4ac8e05,0x9377f571,
    -	0x0c05372a,0x578535f2,0x2261be02,0xd642a0c9,
    -	0xdf13a280,0x74b55bd2,0x682199c0,0xd421e5ec,
    -	0x53fb3ce8,0xc8adedb3,0x28a87fc9,0x3d959981,
    -	0x5c1ff900,0xfe38d399,0x0c4eff0b,0x062407ea,
    -	0xaa2f4fb1,0x4fb96976,0x90c79505,0xb0a8a774,
    -	0xef55a1ff,0xe59ca2c2,0xa6b62d27,0xe66a4263,
    -	0xdf65001f,0x0ec50966,0xdfdd55bc,0x29de0655,
    -	0x911e739a,0x17af8975,0x32c7911c,0x89f89468,
    -	0x0d01e980,0x524755f4,0x03b63cc9,0x0cc844b2,
    -	0xbcf3f0aa,0x87ac36e9,0xe53a7426,0x01b3d82b,
    -	0x1a9e7449,0x64ee2d7e,0xcddbb1da,0x01c94910,
    -	0xb868bf80,0x0d26f3fd,0x9342ede7,0x04a5c284,
    -	0x636737b6,0x50f5b616,0xf24766e3,0x8eca36c1,
    -	0x136e05db,0xfef18391,0xfb887a37,0xd6e7f7d4,
    -	0xc7fb7dc9,0x3063fcdf,0xb6f589de,0xec2941da,
    -	0x26e46695,0xb7566419,0xf654efc5,0xd08d58b7,
    -	0x48925401,0xc1bacb7f,0xe5ff550f,0xb6083049,
    -	0x5bb5d0e8,0x87d72e5a,0xab6a6ee1,0x223a66ce,
    -	0xc62bf3cd,0x9e0885f9,0x68cb3e47,0x086c010f,
    -	0xa21de820,0xd18b69de,0xf3f65777,0xfa02c3f6,
    -	0x407edac3,0xcbb3d550,0x1793084d,0xb0d70eba,
    -	0x0ab378d5,0xd951fb0c,0xded7da56,0x4124bbe4,
    -	0x94ca0b56,0x0f5755d1,0xe0e1e56e,0x6184b5be,
    -	0x580a249f,0x94f74bc0,0xe327888e,0x9f7b5561,
    -	0xc3dc0280,0x05687715,0x646c6bd7,0x44904db3,
    -	0x66b4f0a3,0xc0f1648a,0x697ed5af,0x49e92ff6,
    -	0x309e374f,0x2cb6356a,0x85808573,0x4991f840,
    -	0x76f0ae02,0x083be84d,0x28421c9a,0x44489406,
    -	0x736e4cb8,0xc1092910,0x8bc95fc6,0x7d869cf4,
    -	0x134f616f,0x2e77118d,0xb31b2be1,0xaa90b472,
    -	0x3ca5d717,0x7d161bba,0x9cad9010,0xaf462ba2,
    -	0x9fe459d2,0x45d34559,0xd9f2da13,0xdbc65487,
    -	0xf3e4f94e,0x176d486f,0x097c13ea,0x631da5c7,
    -	0x445f7382,0x175683f4,0xcdc66a97,0x70be0288,
    -	0xb3cdcf72,0x6e5dd2f3,0x20936079,0x459b80a5,
    -	0xbe60e2db,0xa9c23101,0xeba5315c,0x224e42f2,
    -	0x1c5c1572,0xf6721b2c,0x1ad2fff3,0x8c25404e,
    -	0x324ed72f,0x4067b7fd,0x0523138e,0x5ca3bc78,
    -	0xdc0fd66e,0x75922283,0x784d6b17,0x58ebb16e,
    -	0x44094f85,0x3f481d87,0xfcfeae7b,0x77b5ff76,
    -	0x8c2302bf,0xaaf47556,0x5f46b02a,0x2b092801,
    -	0x3d38f5f7,0x0ca81f36,0x52af4a8a,0x66d5e7c0,
    -	0xdf3b0874,0x95055110,0x1b5ad7a8,0xf61ed5ad,
    -	0x6cf6e479,0x20758184,0xd0cefa65,0x88f7be58,
    -	0x4a046826,0x0ff6f8f3,0xa09c7f70,0x5346aba0,
    -	0x5ce96c28,0xe176eda3,0x6bac307f,0x376829d2,
    -	0x85360fa9,0x17e3fe2a,0x24b79767,0xf5a96b20,
    -	0xd6cd2595,0x68ff1ebf,0x7555442c,0xf19f06be,
    -	0xf9e0659a,0xeeb9491d,0x34010718,0xbb30cab8,
    -	0xe822fe15,0x88570983,0x750e6249,0xda627e55,
    -	0x5e76ffa8,0xb1534546,0x6d47de08,0xefe9e7d4,
    -	};
    -OPENSSL_GLOBAL const CAST_LONG CAST_S_table5[256]={
    -	0xf6fa8f9d,0x2cac6ce1,0x4ca34867,0xe2337f7c,
    -	0x95db08e7,0x016843b4,0xeced5cbc,0x325553ac,
    -	0xbf9f0960,0xdfa1e2ed,0x83f0579d,0x63ed86b9,
    -	0x1ab6a6b8,0xde5ebe39,0xf38ff732,0x8989b138,
    -	0x33f14961,0xc01937bd,0xf506c6da,0xe4625e7e,
    -	0xa308ea99,0x4e23e33c,0x79cbd7cc,0x48a14367,
    -	0xa3149619,0xfec94bd5,0xa114174a,0xeaa01866,
    -	0xa084db2d,0x09a8486f,0xa888614a,0x2900af98,
    -	0x01665991,0xe1992863,0xc8f30c60,0x2e78ef3c,
    -	0xd0d51932,0xcf0fec14,0xf7ca07d2,0xd0a82072,
    -	0xfd41197e,0x9305a6b0,0xe86be3da,0x74bed3cd,
    -	0x372da53c,0x4c7f4448,0xdab5d440,0x6dba0ec3,
    -	0x083919a7,0x9fbaeed9,0x49dbcfb0,0x4e670c53,
    -	0x5c3d9c01,0x64bdb941,0x2c0e636a,0xba7dd9cd,
    -	0xea6f7388,0xe70bc762,0x35f29adb,0x5c4cdd8d,
    -	0xf0d48d8c,0xb88153e2,0x08a19866,0x1ae2eac8,
    -	0x284caf89,0xaa928223,0x9334be53,0x3b3a21bf,
    -	0x16434be3,0x9aea3906,0xefe8c36e,0xf890cdd9,
    -	0x80226dae,0xc340a4a3,0xdf7e9c09,0xa694a807,
    -	0x5b7c5ecc,0x221db3a6,0x9a69a02f,0x68818a54,
    -	0xceb2296f,0x53c0843a,0xfe893655,0x25bfe68a,
    -	0xb4628abc,0xcf222ebf,0x25ac6f48,0xa9a99387,
    -	0x53bddb65,0xe76ffbe7,0xe967fd78,0x0ba93563,
    -	0x8e342bc1,0xe8a11be9,0x4980740d,0xc8087dfc,
    -	0x8de4bf99,0xa11101a0,0x7fd37975,0xda5a26c0,
    -	0xe81f994f,0x9528cd89,0xfd339fed,0xb87834bf,
    -	0x5f04456d,0x22258698,0xc9c4c83b,0x2dc156be,
    -	0x4f628daa,0x57f55ec5,0xe2220abe,0xd2916ebf,
    -	0x4ec75b95,0x24f2c3c0,0x42d15d99,0xcd0d7fa0,
    -	0x7b6e27ff,0xa8dc8af0,0x7345c106,0xf41e232f,
    -	0x35162386,0xe6ea8926,0x3333b094,0x157ec6f2,
    -	0x372b74af,0x692573e4,0xe9a9d848,0xf3160289,
    -	0x3a62ef1d,0xa787e238,0xf3a5f676,0x74364853,
    -	0x20951063,0x4576698d,0xb6fad407,0x592af950,
    -	0x36f73523,0x4cfb6e87,0x7da4cec0,0x6c152daa,
    -	0xcb0396a8,0xc50dfe5d,0xfcd707ab,0x0921c42f,
    -	0x89dff0bb,0x5fe2be78,0x448f4f33,0x754613c9,
    -	0x2b05d08d,0x48b9d585,0xdc049441,0xc8098f9b,
    -	0x7dede786,0xc39a3373,0x42410005,0x6a091751,
    -	0x0ef3c8a6,0x890072d6,0x28207682,0xa9a9f7be,
    -	0xbf32679d,0xd45b5b75,0xb353fd00,0xcbb0e358,
    -	0x830f220a,0x1f8fb214,0xd372cf08,0xcc3c4a13,
    -	0x8cf63166,0x061c87be,0x88c98f88,0x6062e397,
    -	0x47cf8e7a,0xb6c85283,0x3cc2acfb,0x3fc06976,
    -	0x4e8f0252,0x64d8314d,0xda3870e3,0x1e665459,
    -	0xc10908f0,0x513021a5,0x6c5b68b7,0x822f8aa0,
    -	0x3007cd3e,0x74719eef,0xdc872681,0x073340d4,
    -	0x7e432fd9,0x0c5ec241,0x8809286c,0xf592d891,
    -	0x08a930f6,0x957ef305,0xb7fbffbd,0xc266e96f,
    -	0x6fe4ac98,0xb173ecc0,0xbc60b42a,0x953498da,
    -	0xfba1ae12,0x2d4bd736,0x0f25faab,0xa4f3fceb,
    -	0xe2969123,0x257f0c3d,0x9348af49,0x361400bc,
    -	0xe8816f4a,0x3814f200,0xa3f94043,0x9c7a54c2,
    -	0xbc704f57,0xda41e7f9,0xc25ad33a,0x54f4a084,
    -	0xb17f5505,0x59357cbe,0xedbd15c8,0x7f97c5ab,
    -	0xba5ac7b5,0xb6f6deaf,0x3a479c3a,0x5302da25,
    -	0x653d7e6a,0x54268d49,0x51a477ea,0x5017d55b,
    -	0xd7d25d88,0x44136c76,0x0404a8c8,0xb8e5a121,
    -	0xb81a928a,0x60ed5869,0x97c55b96,0xeaec991b,
    -	0x29935913,0x01fdb7f1,0x088e8dfa,0x9ab6f6f5,
    -	0x3b4cbf9f,0x4a5de3ab,0xe6051d35,0xa0e1d855,
    -	0xd36b4cf1,0xf544edeb,0xb0e93524,0xbebb8fbd,
    -	0xa2d762cf,0x49c92f54,0x38b5f331,0x7128a454,
    -	0x48392905,0xa65b1db8,0x851c97bd,0xd675cf2f,
    -	};
    -OPENSSL_GLOBAL const CAST_LONG CAST_S_table6[256]={
    -	0x85e04019,0x332bf567,0x662dbfff,0xcfc65693,
    -	0x2a8d7f6f,0xab9bc912,0xde6008a1,0x2028da1f,
    -	0x0227bce7,0x4d642916,0x18fac300,0x50f18b82,
    -	0x2cb2cb11,0xb232e75c,0x4b3695f2,0xb28707de,
    -	0xa05fbcf6,0xcd4181e9,0xe150210c,0xe24ef1bd,
    -	0xb168c381,0xfde4e789,0x5c79b0d8,0x1e8bfd43,
    -	0x4d495001,0x38be4341,0x913cee1d,0x92a79c3f,
    -	0x089766be,0xbaeeadf4,0x1286becf,0xb6eacb19,
    -	0x2660c200,0x7565bde4,0x64241f7a,0x8248dca9,
    -	0xc3b3ad66,0x28136086,0x0bd8dfa8,0x356d1cf2,
    -	0x107789be,0xb3b2e9ce,0x0502aa8f,0x0bc0351e,
    -	0x166bf52a,0xeb12ff82,0xe3486911,0xd34d7516,
    -	0x4e7b3aff,0x5f43671b,0x9cf6e037,0x4981ac83,
    -	0x334266ce,0x8c9341b7,0xd0d854c0,0xcb3a6c88,
    -	0x47bc2829,0x4725ba37,0xa66ad22b,0x7ad61f1e,
    -	0x0c5cbafa,0x4437f107,0xb6e79962,0x42d2d816,
    -	0x0a961288,0xe1a5c06e,0x13749e67,0x72fc081a,
    -	0xb1d139f7,0xf9583745,0xcf19df58,0xbec3f756,
    -	0xc06eba30,0x07211b24,0x45c28829,0xc95e317f,
    -	0xbc8ec511,0x38bc46e9,0xc6e6fa14,0xbae8584a,
    -	0xad4ebc46,0x468f508b,0x7829435f,0xf124183b,
    -	0x821dba9f,0xaff60ff4,0xea2c4e6d,0x16e39264,
    -	0x92544a8b,0x009b4fc3,0xaba68ced,0x9ac96f78,
    -	0x06a5b79a,0xb2856e6e,0x1aec3ca9,0xbe838688,
    -	0x0e0804e9,0x55f1be56,0xe7e5363b,0xb3a1f25d,
    -	0xf7debb85,0x61fe033c,0x16746233,0x3c034c28,
    -	0xda6d0c74,0x79aac56c,0x3ce4e1ad,0x51f0c802,
    -	0x98f8f35a,0x1626a49f,0xeed82b29,0x1d382fe3,
    -	0x0c4fb99a,0xbb325778,0x3ec6d97b,0x6e77a6a9,
    -	0xcb658b5c,0xd45230c7,0x2bd1408b,0x60c03eb7,
    -	0xb9068d78,0xa33754f4,0xf430c87d,0xc8a71302,
    -	0xb96d8c32,0xebd4e7be,0xbe8b9d2d,0x7979fb06,
    -	0xe7225308,0x8b75cf77,0x11ef8da4,0xe083c858,
    -	0x8d6b786f,0x5a6317a6,0xfa5cf7a0,0x5dda0033,
    -	0xf28ebfb0,0xf5b9c310,0xa0eac280,0x08b9767a,
    -	0xa3d9d2b0,0x79d34217,0x021a718d,0x9ac6336a,
    -	0x2711fd60,0x438050e3,0x069908a8,0x3d7fedc4,
    -	0x826d2bef,0x4eeb8476,0x488dcf25,0x36c9d566,
    -	0x28e74e41,0xc2610aca,0x3d49a9cf,0xbae3b9df,
    -	0xb65f8de6,0x92aeaf64,0x3ac7d5e6,0x9ea80509,
    -	0xf22b017d,0xa4173f70,0xdd1e16c3,0x15e0d7f9,
    -	0x50b1b887,0x2b9f4fd5,0x625aba82,0x6a017962,
    -	0x2ec01b9c,0x15488aa9,0xd716e740,0x40055a2c,
    -	0x93d29a22,0xe32dbf9a,0x058745b9,0x3453dc1e,
    -	0xd699296e,0x496cff6f,0x1c9f4986,0xdfe2ed07,
    -	0xb87242d1,0x19de7eae,0x053e561a,0x15ad6f8c,
    -	0x66626c1c,0x7154c24c,0xea082b2a,0x93eb2939,
    -	0x17dcb0f0,0x58d4f2ae,0x9ea294fb,0x52cf564c,
    -	0x9883fe66,0x2ec40581,0x763953c3,0x01d6692e,
    -	0xd3a0c108,0xa1e7160e,0xe4f2dfa6,0x693ed285,
    -	0x74904698,0x4c2b0edd,0x4f757656,0x5d393378,
    -	0xa132234f,0x3d321c5d,0xc3f5e194,0x4b269301,
    -	0xc79f022f,0x3c997e7e,0x5e4f9504,0x3ffafbbd,
    -	0x76f7ad0e,0x296693f4,0x3d1fce6f,0xc61e45be,
    -	0xd3b5ab34,0xf72bf9b7,0x1b0434c0,0x4e72b567,
    -	0x5592a33d,0xb5229301,0xcfd2a87f,0x60aeb767,
    -	0x1814386b,0x30bcc33d,0x38a0c07d,0xfd1606f2,
    -	0xc363519b,0x589dd390,0x5479f8e6,0x1cb8d647,
    -	0x97fd61a9,0xea7759f4,0x2d57539d,0x569a58cf,
    -	0xe84e63ad,0x462e1b78,0x6580f87e,0xf3817914,
    -	0x91da55f4,0x40a230f3,0xd1988f35,0xb6e318d2,
    -	0x3ffa50bc,0x3d40f021,0xc3c0bdae,0x4958c24c,
    -	0x518f36b2,0x84b1d370,0x0fedce83,0x878ddada,
    -	0xf2a279c7,0x94e01be8,0x90716f4b,0x954b8aa3,
    -	};
    -OPENSSL_GLOBAL const CAST_LONG CAST_S_table7[256]={
    -	0xe216300d,0xbbddfffc,0xa7ebdabd,0x35648095,
    -	0x7789f8b7,0xe6c1121b,0x0e241600,0x052ce8b5,
    -	0x11a9cfb0,0xe5952f11,0xece7990a,0x9386d174,
    -	0x2a42931c,0x76e38111,0xb12def3a,0x37ddddfc,
    -	0xde9adeb1,0x0a0cc32c,0xbe197029,0x84a00940,
    -	0xbb243a0f,0xb4d137cf,0xb44e79f0,0x049eedfd,
    -	0x0b15a15d,0x480d3168,0x8bbbde5a,0x669ded42,
    -	0xc7ece831,0x3f8f95e7,0x72df191b,0x7580330d,
    -	0x94074251,0x5c7dcdfa,0xabbe6d63,0xaa402164,
    -	0xb301d40a,0x02e7d1ca,0x53571dae,0x7a3182a2,
    -	0x12a8ddec,0xfdaa335d,0x176f43e8,0x71fb46d4,
    -	0x38129022,0xce949ad4,0xb84769ad,0x965bd862,
    -	0x82f3d055,0x66fb9767,0x15b80b4e,0x1d5b47a0,
    -	0x4cfde06f,0xc28ec4b8,0x57e8726e,0x647a78fc,
    -	0x99865d44,0x608bd593,0x6c200e03,0x39dc5ff6,
    -	0x5d0b00a3,0xae63aff2,0x7e8bd632,0x70108c0c,
    -	0xbbd35049,0x2998df04,0x980cf42a,0x9b6df491,
    -	0x9e7edd53,0x06918548,0x58cb7e07,0x3b74ef2e,
    -	0x522fffb1,0xd24708cc,0x1c7e27cd,0xa4eb215b,
    -	0x3cf1d2e2,0x19b47a38,0x424f7618,0x35856039,
    -	0x9d17dee7,0x27eb35e6,0xc9aff67b,0x36baf5b8,
    -	0x09c467cd,0xc18910b1,0xe11dbf7b,0x06cd1af8,
    -	0x7170c608,0x2d5e3354,0xd4de495a,0x64c6d006,
    -	0xbcc0c62c,0x3dd00db3,0x708f8f34,0x77d51b42,
    -	0x264f620f,0x24b8d2bf,0x15c1b79e,0x46a52564,
    -	0xf8d7e54e,0x3e378160,0x7895cda5,0x859c15a5,
    -	0xe6459788,0xc37bc75f,0xdb07ba0c,0x0676a3ab,
    -	0x7f229b1e,0x31842e7b,0x24259fd7,0xf8bef472,
    -	0x835ffcb8,0x6df4c1f2,0x96f5b195,0xfd0af0fc,
    -	0xb0fe134c,0xe2506d3d,0x4f9b12ea,0xf215f225,
    -	0xa223736f,0x9fb4c428,0x25d04979,0x34c713f8,
    -	0xc4618187,0xea7a6e98,0x7cd16efc,0x1436876c,
    -	0xf1544107,0xbedeee14,0x56e9af27,0xa04aa441,
    -	0x3cf7c899,0x92ecbae6,0xdd67016d,0x151682eb,
    -	0xa842eedf,0xfdba60b4,0xf1907b75,0x20e3030f,
    -	0x24d8c29e,0xe139673b,0xefa63fb8,0x71873054,
    -	0xb6f2cf3b,0x9f326442,0xcb15a4cc,0xb01a4504,
    -	0xf1e47d8d,0x844a1be5,0xbae7dfdc,0x42cbda70,
    -	0xcd7dae0a,0x57e85b7a,0xd53f5af6,0x20cf4d8c,
    -	0xcea4d428,0x79d130a4,0x3486ebfb,0x33d3cddc,
    -	0x77853b53,0x37effcb5,0xc5068778,0xe580b3e6,
    -	0x4e68b8f4,0xc5c8b37e,0x0d809ea2,0x398feb7c,
    -	0x132a4f94,0x43b7950e,0x2fee7d1c,0x223613bd,
    -	0xdd06caa2,0x37df932b,0xc4248289,0xacf3ebc3,
    -	0x5715f6b7,0xef3478dd,0xf267616f,0xc148cbe4,
    -	0x9052815e,0x5e410fab,0xb48a2465,0x2eda7fa4,
    -	0xe87b40e4,0xe98ea084,0x5889e9e1,0xefd390fc,
    -	0xdd07d35b,0xdb485694,0x38d7e5b2,0x57720101,
    -	0x730edebc,0x5b643113,0x94917e4f,0x503c2fba,
    -	0x646f1282,0x7523d24a,0xe0779695,0xf9c17a8f,
    -	0x7a5b2121,0xd187b896,0x29263a4d,0xba510cdf,
    -	0x81f47c9f,0xad1163ed,0xea7b5965,0x1a00726e,
    -	0x11403092,0x00da6d77,0x4a0cdd61,0xad1f4603,
    -	0x605bdfb0,0x9eedc364,0x22ebe6a8,0xcee7d28a,
    -	0xa0e736a0,0x5564a6b9,0x10853209,0xc7eb8f37,
    -	0x2de705ca,0x8951570f,0xdf09822b,0xbd691a6c,
    -	0xaa12e4f2,0x87451c0f,0xe0f6a27a,0x3ada4819,
    -	0x4cf1764f,0x0d771c2b,0x67cdb156,0x350d8384,
    -	0x5938fa0f,0x42399ef3,0x36997b07,0x0e84093d,
    -	0x4aa93e61,0x8360d87b,0x1fa98b0c,0x1149382c,
    -	0xe97625a5,0x0614d1b7,0x0e25244b,0x0c768347,
    -	0x589e8d82,0x0d2059d1,0xa466bb1e,0xf8da0a82,
    -	0x04f19130,0xba6e4ec0,0x99265164,0x1ee7230d,
    -	0x50b2ad80,0xeaee6801,0x8db2a283,0xea8bf59e,
    -	};
    +OPENSSL_GLOBAL const CAST_LONG CAST_S_table0[256] = {
    +    0x30fb40d4, 0x9fa0ff0b, 0x6beccd2f, 0x3f258c7a,
    +    0x1e213f2f, 0x9c004dd3, 0x6003e540, 0xcf9fc949,
    +    0xbfd4af27, 0x88bbbdb5, 0xe2034090, 0x98d09675,
    +    0x6e63a0e0, 0x15c361d2, 0xc2e7661d, 0x22d4ff8e,
    +    0x28683b6f, 0xc07fd059, 0xff2379c8, 0x775f50e2,
    +    0x43c340d3, 0xdf2f8656, 0x887ca41a, 0xa2d2bd2d,
    +    0xa1c9e0d6, 0x346c4819, 0x61b76d87, 0x22540f2f,
    +    0x2abe32e1, 0xaa54166b, 0x22568e3a, 0xa2d341d0,
    +    0x66db40c8, 0xa784392f, 0x004dff2f, 0x2db9d2de,
    +    0x97943fac, 0x4a97c1d8, 0x527644b7, 0xb5f437a7,
    +    0xb82cbaef, 0xd751d159, 0x6ff7f0ed, 0x5a097a1f,
    +    0x827b68d0, 0x90ecf52e, 0x22b0c054, 0xbc8e5935,
    +    0x4b6d2f7f, 0x50bb64a2, 0xd2664910, 0xbee5812d,
    +    0xb7332290, 0xe93b159f, 0xb48ee411, 0x4bff345d,
    +    0xfd45c240, 0xad31973f, 0xc4f6d02e, 0x55fc8165,
    +    0xd5b1caad, 0xa1ac2dae, 0xa2d4b76d, 0xc19b0c50,
    +    0x882240f2, 0x0c6e4f38, 0xa4e4bfd7, 0x4f5ba272,
    +    0x564c1d2f, 0xc59c5319, 0xb949e354, 0xb04669fe,
    +    0xb1b6ab8a, 0xc71358dd, 0x6385c545, 0x110f935d,
    +    0x57538ad5, 0x6a390493, 0xe63d37e0, 0x2a54f6b3,
    +    0x3a787d5f, 0x6276a0b5, 0x19a6fcdf, 0x7a42206a,
    +    0x29f9d4d5, 0xf61b1891, 0xbb72275e, 0xaa508167,
    +    0x38901091, 0xc6b505eb, 0x84c7cb8c, 0x2ad75a0f,
    +    0x874a1427, 0xa2d1936b, 0x2ad286af, 0xaa56d291,
    +    0xd7894360, 0x425c750d, 0x93b39e26, 0x187184c9,
    +    0x6c00b32d, 0x73e2bb14, 0xa0bebc3c, 0x54623779,
    +    0x64459eab, 0x3f328b82, 0x7718cf82, 0x59a2cea6,
    +    0x04ee002e, 0x89fe78e6, 0x3fab0950, 0x325ff6c2,
    +    0x81383f05, 0x6963c5c8, 0x76cb5ad6, 0xd49974c9,
    +    0xca180dcf, 0x380782d5, 0xc7fa5cf6, 0x8ac31511,
    +    0x35e79e13, 0x47da91d0, 0xf40f9086, 0xa7e2419e,
    +    0x31366241, 0x051ef495, 0xaa573b04, 0x4a805d8d,
    +    0x548300d0, 0x00322a3c, 0xbf64cddf, 0xba57a68e,
    +    0x75c6372b, 0x50afd341, 0xa7c13275, 0x915a0bf5,
    +    0x6b54bfab, 0x2b0b1426, 0xab4cc9d7, 0x449ccd82,
    +    0xf7fbf265, 0xab85c5f3, 0x1b55db94, 0xaad4e324,
    +    0xcfa4bd3f, 0x2deaa3e2, 0x9e204d02, 0xc8bd25ac,
    +    0xeadf55b3, 0xd5bd9e98, 0xe31231b2, 0x2ad5ad6c,
    +    0x954329de, 0xadbe4528, 0xd8710f69, 0xaa51c90f,
    +    0xaa786bf6, 0x22513f1e, 0xaa51a79b, 0x2ad344cc,
    +    0x7b5a41f0, 0xd37cfbad, 0x1b069505, 0x41ece491,
    +    0xb4c332e6, 0x032268d4, 0xc9600acc, 0xce387e6d,
    +    0xbf6bb16c, 0x6a70fb78, 0x0d03d9c9, 0xd4df39de,
    +    0xe01063da, 0x4736f464, 0x5ad328d8, 0xb347cc96,
    +    0x75bb0fc3, 0x98511bfb, 0x4ffbcc35, 0xb58bcf6a,
    +    0xe11f0abc, 0xbfc5fe4a, 0xa70aec10, 0xac39570a,
    +    0x3f04442f, 0x6188b153, 0xe0397a2e, 0x5727cb79,
    +    0x9ceb418f, 0x1cacd68d, 0x2ad37c96, 0x0175cb9d,
    +    0xc69dff09, 0xc75b65f0, 0xd9db40d8, 0xec0e7779,
    +    0x4744ead4, 0xb11c3274, 0xdd24cb9e, 0x7e1c54bd,
    +    0xf01144f9, 0xd2240eb1, 0x9675b3fd, 0xa3ac3755,
    +    0xd47c27af, 0x51c85f4d, 0x56907596, 0xa5bb15e6,
    +    0x580304f0, 0xca042cf1, 0x011a37ea, 0x8dbfaadb,
    +    0x35ba3e4a, 0x3526ffa0, 0xc37b4d09, 0xbc306ed9,
    +    0x98a52666, 0x5648f725, 0xff5e569d, 0x0ced63d0,
    +    0x7c63b2cf, 0x700b45e1, 0xd5ea50f1, 0x85a92872,
    +    0xaf1fbda7, 0xd4234870, 0xa7870bf3, 0x2d3b4d79,
    +    0x42e04198, 0x0cd0ede7, 0x26470db8, 0xf881814c,
    +    0x474d6ad7, 0x7c0c5e5c, 0xd1231959, 0x381b7298,
    +    0xf5d2f4db, 0xab838653, 0x6e2f1e23, 0x83719c9e,
    +    0xbd91e046, 0x9a56456e, 0xdc39200c, 0x20c8c571,
    +    0x962bda1c, 0xe1e696ff, 0xb141ab08, 0x7cca89b9,
    +    0x1a69e783, 0x02cc4843, 0xa2f7c579, 0x429ef47d,
    +    0x427b169c, 0x5ac9f049, 0xdd8f0f00, 0x5c8165bf,
    +};
    +
    +OPENSSL_GLOBAL const CAST_LONG CAST_S_table1[256] = {
    +    0x1f201094, 0xef0ba75b, 0x69e3cf7e, 0x393f4380,
    +    0xfe61cf7a, 0xeec5207a, 0x55889c94, 0x72fc0651,
    +    0xada7ef79, 0x4e1d7235, 0xd55a63ce, 0xde0436ba,
    +    0x99c430ef, 0x5f0c0794, 0x18dcdb7d, 0xa1d6eff3,
    +    0xa0b52f7b, 0x59e83605, 0xee15b094, 0xe9ffd909,
    +    0xdc440086, 0xef944459, 0xba83ccb3, 0xe0c3cdfb,
    +    0xd1da4181, 0x3b092ab1, 0xf997f1c1, 0xa5e6cf7b,
    +    0x01420ddb, 0xe4e7ef5b, 0x25a1ff41, 0xe180f806,
    +    0x1fc41080, 0x179bee7a, 0xd37ac6a9, 0xfe5830a4,
    +    0x98de8b7f, 0x77e83f4e, 0x79929269, 0x24fa9f7b,
    +    0xe113c85b, 0xacc40083, 0xd7503525, 0xf7ea615f,
    +    0x62143154, 0x0d554b63, 0x5d681121, 0xc866c359,
    +    0x3d63cf73, 0xcee234c0, 0xd4d87e87, 0x5c672b21,
    +    0x071f6181, 0x39f7627f, 0x361e3084, 0xe4eb573b,
    +    0x602f64a4, 0xd63acd9c, 0x1bbc4635, 0x9e81032d,
    +    0x2701f50c, 0x99847ab4, 0xa0e3df79, 0xba6cf38c,
    +    0x10843094, 0x2537a95e, 0xf46f6ffe, 0xa1ff3b1f,
    +    0x208cfb6a, 0x8f458c74, 0xd9e0a227, 0x4ec73a34,
    +    0xfc884f69, 0x3e4de8df, 0xef0e0088, 0x3559648d,
    +    0x8a45388c, 0x1d804366, 0x721d9bfd, 0xa58684bb,
    +    0xe8256333, 0x844e8212, 0x128d8098, 0xfed33fb4,
    +    0xce280ae1, 0x27e19ba5, 0xd5a6c252, 0xe49754bd,
    +    0xc5d655dd, 0xeb667064, 0x77840b4d, 0xa1b6a801,
    +    0x84db26a9, 0xe0b56714, 0x21f043b7, 0xe5d05860,
    +    0x54f03084, 0x066ff472, 0xa31aa153, 0xdadc4755,
    +    0xb5625dbf, 0x68561be6, 0x83ca6b94, 0x2d6ed23b,
    +    0xeccf01db, 0xa6d3d0ba, 0xb6803d5c, 0xaf77a709,
    +    0x33b4a34c, 0x397bc8d6, 0x5ee22b95, 0x5f0e5304,
    +    0x81ed6f61, 0x20e74364, 0xb45e1378, 0xde18639b,
    +    0x881ca122, 0xb96726d1, 0x8049a7e8, 0x22b7da7b,
    +    0x5e552d25, 0x5272d237, 0x79d2951c, 0xc60d894c,
    +    0x488cb402, 0x1ba4fe5b, 0xa4b09f6b, 0x1ca815cf,
    +    0xa20c3005, 0x8871df63, 0xb9de2fcb, 0x0cc6c9e9,
    +    0x0beeff53, 0xe3214517, 0xb4542835, 0x9f63293c,
    +    0xee41e729, 0x6e1d2d7c, 0x50045286, 0x1e6685f3,
    +    0xf33401c6, 0x30a22c95, 0x31a70850, 0x60930f13,
    +    0x73f98417, 0xa1269859, 0xec645c44, 0x52c877a9,
    +    0xcdff33a6, 0xa02b1741, 0x7cbad9a2, 0x2180036f,
    +    0x50d99c08, 0xcb3f4861, 0xc26bd765, 0x64a3f6ab,
    +    0x80342676, 0x25a75e7b, 0xe4e6d1fc, 0x20c710e6,
    +    0xcdf0b680, 0x17844d3b, 0x31eef84d, 0x7e0824e4,
    +    0x2ccb49eb, 0x846a3bae, 0x8ff77888, 0xee5d60f6,
    +    0x7af75673, 0x2fdd5cdb, 0xa11631c1, 0x30f66f43,
    +    0xb3faec54, 0x157fd7fa, 0xef8579cc, 0xd152de58,
    +    0xdb2ffd5e, 0x8f32ce19, 0x306af97a, 0x02f03ef8,
    +    0x99319ad5, 0xc242fa0f, 0xa7e3ebb0, 0xc68e4906,
    +    0xb8da230c, 0x80823028, 0xdcdef3c8, 0xd35fb171,
    +    0x088a1bc8, 0xbec0c560, 0x61a3c9e8, 0xbca8f54d,
    +    0xc72feffa, 0x22822e99, 0x82c570b4, 0xd8d94e89,
    +    0x8b1c34bc, 0x301e16e6, 0x273be979, 0xb0ffeaa6,
    +    0x61d9b8c6, 0x00b24869, 0xb7ffce3f, 0x08dc283b,
    +    0x43daf65a, 0xf7e19798, 0x7619b72f, 0x8f1c9ba4,
    +    0xdc8637a0, 0x16a7d3b1, 0x9fc393b7, 0xa7136eeb,
    +    0xc6bcc63e, 0x1a513742, 0xef6828bc, 0x520365d6,
    +    0x2d6a77ab, 0x3527ed4b, 0x821fd216, 0x095c6e2e,
    +    0xdb92f2fb, 0x5eea29cb, 0x145892f5, 0x91584f7f,
    +    0x5483697b, 0x2667a8cc, 0x85196048, 0x8c4bacea,
    +    0x833860d4, 0x0d23e0f9, 0x6c387e8a, 0x0ae6d249,
    +    0xb284600c, 0xd835731d, 0xdcb1c647, 0xac4c56ea,
    +    0x3ebd81b3, 0x230eabb0, 0x6438bc87, 0xf0b5b1fa,
    +    0x8f5ea2b3, 0xfc184642, 0x0a036b7a, 0x4fb089bd,
    +    0x649da589, 0xa345415e, 0x5c038323, 0x3e5d3bb9,
    +    0x43d79572, 0x7e6dd07c, 0x06dfdf1e, 0x6c6cc4ef,
    +    0x7160a539, 0x73bfbe70, 0x83877605, 0x4523ecf1,
    +};
    +
    +OPENSSL_GLOBAL const CAST_LONG CAST_S_table2[256] = {
    +    0x8defc240, 0x25fa5d9f, 0xeb903dbf, 0xe810c907,
    +    0x47607fff, 0x369fe44b, 0x8c1fc644, 0xaececa90,
    +    0xbeb1f9bf, 0xeefbcaea, 0xe8cf1950, 0x51df07ae,
    +    0x920e8806, 0xf0ad0548, 0xe13c8d83, 0x927010d5,
    +    0x11107d9f, 0x07647db9, 0xb2e3e4d4, 0x3d4f285e,
    +    0xb9afa820, 0xfade82e0, 0xa067268b, 0x8272792e,
    +    0x553fb2c0, 0x489ae22b, 0xd4ef9794, 0x125e3fbc,
    +    0x21fffcee, 0x825b1bfd, 0x9255c5ed, 0x1257a240,
    +    0x4e1a8302, 0xbae07fff, 0x528246e7, 0x8e57140e,
    +    0x3373f7bf, 0x8c9f8188, 0xa6fc4ee8, 0xc982b5a5,
    +    0xa8c01db7, 0x579fc264, 0x67094f31, 0xf2bd3f5f,
    +    0x40fff7c1, 0x1fb78dfc, 0x8e6bd2c1, 0x437be59b,
    +    0x99b03dbf, 0xb5dbc64b, 0x638dc0e6, 0x55819d99,
    +    0xa197c81c, 0x4a012d6e, 0xc5884a28, 0xccc36f71,
    +    0xb843c213, 0x6c0743f1, 0x8309893c, 0x0feddd5f,
    +    0x2f7fe850, 0xd7c07f7e, 0x02507fbf, 0x5afb9a04,
    +    0xa747d2d0, 0x1651192e, 0xaf70bf3e, 0x58c31380,
    +    0x5f98302e, 0x727cc3c4, 0x0a0fb402, 0x0f7fef82,
    +    0x8c96fdad, 0x5d2c2aae, 0x8ee99a49, 0x50da88b8,
    +    0x8427f4a0, 0x1eac5790, 0x796fb449, 0x8252dc15,
    +    0xefbd7d9b, 0xa672597d, 0xada840d8, 0x45f54504,
    +    0xfa5d7403, 0xe83ec305, 0x4f91751a, 0x925669c2,
    +    0x23efe941, 0xa903f12e, 0x60270df2, 0x0276e4b6,
    +    0x94fd6574, 0x927985b2, 0x8276dbcb, 0x02778176,
    +    0xf8af918d, 0x4e48f79e, 0x8f616ddf, 0xe29d840e,
    +    0x842f7d83, 0x340ce5c8, 0x96bbb682, 0x93b4b148,
    +    0xef303cab, 0x984faf28, 0x779faf9b, 0x92dc560d,
    +    0x224d1e20, 0x8437aa88, 0x7d29dc96, 0x2756d3dc,
    +    0x8b907cee, 0xb51fd240, 0xe7c07ce3, 0xe566b4a1,
    +    0xc3e9615e, 0x3cf8209d, 0x6094d1e3, 0xcd9ca341,
    +    0x5c76460e, 0x00ea983b, 0xd4d67881, 0xfd47572c,
    +    0xf76cedd9, 0xbda8229c, 0x127dadaa, 0x438a074e,
    +    0x1f97c090, 0x081bdb8a, 0x93a07ebe, 0xb938ca15,
    +    0x97b03cff, 0x3dc2c0f8, 0x8d1ab2ec, 0x64380e51,
    +    0x68cc7bfb, 0xd90f2788, 0x12490181, 0x5de5ffd4,
    +    0xdd7ef86a, 0x76a2e214, 0xb9a40368, 0x925d958f,
    +    0x4b39fffa, 0xba39aee9, 0xa4ffd30b, 0xfaf7933b,
    +    0x6d498623, 0x193cbcfa, 0x27627545, 0x825cf47a,
    +    0x61bd8ba0, 0xd11e42d1, 0xcead04f4, 0x127ea392,
    +    0x10428db7, 0x8272a972, 0x9270c4a8, 0x127de50b,
    +    0x285ba1c8, 0x3c62f44f, 0x35c0eaa5, 0xe805d231,
    +    0x428929fb, 0xb4fcdf82, 0x4fb66a53, 0x0e7dc15b,
    +    0x1f081fab, 0x108618ae, 0xfcfd086d, 0xf9ff2889,
    +    0x694bcc11, 0x236a5cae, 0x12deca4d, 0x2c3f8cc5,
    +    0xd2d02dfe, 0xf8ef5896, 0xe4cf52da, 0x95155b67,
    +    0x494a488c, 0xb9b6a80c, 0x5c8f82bc, 0x89d36b45,
    +    0x3a609437, 0xec00c9a9, 0x44715253, 0x0a874b49,
    +    0xd773bc40, 0x7c34671c, 0x02717ef6, 0x4feb5536,
    +    0xa2d02fff, 0xd2bf60c4, 0xd43f03c0, 0x50b4ef6d,
    +    0x07478cd1, 0x006e1888, 0xa2e53f55, 0xb9e6d4bc,
    +    0xa2048016, 0x97573833, 0xd7207d67, 0xde0f8f3d,
    +    0x72f87b33, 0xabcc4f33, 0x7688c55d, 0x7b00a6b0,
    +    0x947b0001, 0x570075d2, 0xf9bb88f8, 0x8942019e,
    +    0x4264a5ff, 0x856302e0, 0x72dbd92b, 0xee971b69,
    +    0x6ea22fde, 0x5f08ae2b, 0xaf7a616d, 0xe5c98767,
    +    0xcf1febd2, 0x61efc8c2, 0xf1ac2571, 0xcc8239c2,
    +    0x67214cb8, 0xb1e583d1, 0xb7dc3e62, 0x7f10bdce,
    +    0xf90a5c38, 0x0ff0443d, 0x606e6dc6, 0x60543a49,
    +    0x5727c148, 0x2be98a1d, 0x8ab41738, 0x20e1be24,
    +    0xaf96da0f, 0x68458425, 0x99833be5, 0x600d457d,
    +    0x282f9350, 0x8334b362, 0xd91d1120, 0x2b6d8da0,
    +    0x642b1e31, 0x9c305a00, 0x52bce688, 0x1b03588a,
    +    0xf7baefd5, 0x4142ed9c, 0xa4315c11, 0x83323ec5,
    +    0xdfef4636, 0xa133c501, 0xe9d3531c, 0xee353783,
    +};
    +
    +OPENSSL_GLOBAL const CAST_LONG CAST_S_table3[256] = {
    +    0x9db30420, 0x1fb6e9de, 0xa7be7bef, 0xd273a298,
    +    0x4a4f7bdb, 0x64ad8c57, 0x85510443, 0xfa020ed1,
    +    0x7e287aff, 0xe60fb663, 0x095f35a1, 0x79ebf120,
    +    0xfd059d43, 0x6497b7b1, 0xf3641f63, 0x241e4adf,
    +    0x28147f5f, 0x4fa2b8cd, 0xc9430040, 0x0cc32220,
    +    0xfdd30b30, 0xc0a5374f, 0x1d2d00d9, 0x24147b15,
    +    0xee4d111a, 0x0fca5167, 0x71ff904c, 0x2d195ffe,
    +    0x1a05645f, 0x0c13fefe, 0x081b08ca, 0x05170121,
    +    0x80530100, 0xe83e5efe, 0xac9af4f8, 0x7fe72701,
    +    0xd2b8ee5f, 0x06df4261, 0xbb9e9b8a, 0x7293ea25,
    +    0xce84ffdf, 0xf5718801, 0x3dd64b04, 0xa26f263b,
    +    0x7ed48400, 0x547eebe6, 0x446d4ca0, 0x6cf3d6f5,
    +    0x2649abdf, 0xaea0c7f5, 0x36338cc1, 0x503f7e93,
    +    0xd3772061, 0x11b638e1, 0x72500e03, 0xf80eb2bb,
    +    0xabe0502e, 0xec8d77de, 0x57971e81, 0xe14f6746,
    +    0xc9335400, 0x6920318f, 0x081dbb99, 0xffc304a5,
    +    0x4d351805, 0x7f3d5ce3, 0xa6c866c6, 0x5d5bcca9,
    +    0xdaec6fea, 0x9f926f91, 0x9f46222f, 0x3991467d,
    +    0xa5bf6d8e, 0x1143c44f, 0x43958302, 0xd0214eeb,
    +    0x022083b8, 0x3fb6180c, 0x18f8931e, 0x281658e6,
    +    0x26486e3e, 0x8bd78a70, 0x7477e4c1, 0xb506e07c,
    +    0xf32d0a25, 0x79098b02, 0xe4eabb81, 0x28123b23,
    +    0x69dead38, 0x1574ca16, 0xdf871b62, 0x211c40b7,
    +    0xa51a9ef9, 0x0014377b, 0x041e8ac8, 0x09114003,
    +    0xbd59e4d2, 0xe3d156d5, 0x4fe876d5, 0x2f91a340,
    +    0x557be8de, 0x00eae4a7, 0x0ce5c2ec, 0x4db4bba6,
    +    0xe756bdff, 0xdd3369ac, 0xec17b035, 0x06572327,
    +    0x99afc8b0, 0x56c8c391, 0x6b65811c, 0x5e146119,
    +    0x6e85cb75, 0xbe07c002, 0xc2325577, 0x893ff4ec,
    +    0x5bbfc92d, 0xd0ec3b25, 0xb7801ab7, 0x8d6d3b24,
    +    0x20c763ef, 0xc366a5fc, 0x9c382880, 0x0ace3205,
    +    0xaac9548a, 0xeca1d7c7, 0x041afa32, 0x1d16625a,
    +    0x6701902c, 0x9b757a54, 0x31d477f7, 0x9126b031,
    +    0x36cc6fdb, 0xc70b8b46, 0xd9e66a48, 0x56e55a79,
    +    0x026a4ceb, 0x52437eff, 0x2f8f76b4, 0x0df980a5,
    +    0x8674cde3, 0xedda04eb, 0x17a9be04, 0x2c18f4df,
    +    0xb7747f9d, 0xab2af7b4, 0xefc34d20, 0x2e096b7c,
    +    0x1741a254, 0xe5b6a035, 0x213d42f6, 0x2c1c7c26,
    +    0x61c2f50f, 0x6552daf9, 0xd2c231f8, 0x25130f69,
    +    0xd8167fa2, 0x0418f2c8, 0x001a96a6, 0x0d1526ab,
    +    0x63315c21, 0x5e0a72ec, 0x49bafefd, 0x187908d9,
    +    0x8d0dbd86, 0x311170a7, 0x3e9b640c, 0xcc3e10d7,
    +    0xd5cad3b6, 0x0caec388, 0xf73001e1, 0x6c728aff,
    +    0x71eae2a1, 0x1f9af36e, 0xcfcbd12f, 0xc1de8417,
    +    0xac07be6b, 0xcb44a1d8, 0x8b9b0f56, 0x013988c3,
    +    0xb1c52fca, 0xb4be31cd, 0xd8782806, 0x12a3a4e2,
    +    0x6f7de532, 0x58fd7eb6, 0xd01ee900, 0x24adffc2,
    +    0xf4990fc5, 0x9711aac5, 0x001d7b95, 0x82e5e7d2,
    +    0x109873f6, 0x00613096, 0xc32d9521, 0xada121ff,
    +    0x29908415, 0x7fbb977f, 0xaf9eb3db, 0x29c9ed2a,
    +    0x5ce2a465, 0xa730f32c, 0xd0aa3fe8, 0x8a5cc091,
    +    0xd49e2ce7, 0x0ce454a9, 0xd60acd86, 0x015f1919,
    +    0x77079103, 0xdea03af6, 0x78a8565e, 0xdee356df,
    +    0x21f05cbe, 0x8b75e387, 0xb3c50651, 0xb8a5c3ef,
    +    0xd8eeb6d2, 0xe523be77, 0xc2154529, 0x2f69efdf,
    +    0xafe67afb, 0xf470c4b2, 0xf3e0eb5b, 0xd6cc9876,
    +    0x39e4460c, 0x1fda8538, 0x1987832f, 0xca007367,
    +    0xa99144f8, 0x296b299e, 0x492fc295, 0x9266beab,
    +    0xb5676e69, 0x9bd3ddda, 0xdf7e052f, 0xdb25701c,
    +    0x1b5e51ee, 0xf65324e6, 0x6afce36c, 0x0316cc04,
    +    0x8644213e, 0xb7dc59d0, 0x7965291f, 0xccd6fd43,
    +    0x41823979, 0x932bcdf6, 0xb657c34d, 0x4edfd282,
    +    0x7ae5290c, 0x3cb9536b, 0x851e20fe, 0x9833557e,
    +    0x13ecf0b0, 0xd3ffb372, 0x3f85c5c1, 0x0aef7ed2,
    +};
    +
    +OPENSSL_GLOBAL const CAST_LONG CAST_S_table4[256] = {
    +    0x7ec90c04, 0x2c6e74b9, 0x9b0e66df, 0xa6337911,
    +    0xb86a7fff, 0x1dd358f5, 0x44dd9d44, 0x1731167f,
    +    0x08fbf1fa, 0xe7f511cc, 0xd2051b00, 0x735aba00,
    +    0x2ab722d8, 0x386381cb, 0xacf6243a, 0x69befd7a,
    +    0xe6a2e77f, 0xf0c720cd, 0xc4494816, 0xccf5c180,
    +    0x38851640, 0x15b0a848, 0xe68b18cb, 0x4caadeff,
    +    0x5f480a01, 0x0412b2aa, 0x259814fc, 0x41d0efe2,
    +    0x4e40b48d, 0x248eb6fb, 0x8dba1cfe, 0x41a99b02,
    +    0x1a550a04, 0xba8f65cb, 0x7251f4e7, 0x95a51725,
    +    0xc106ecd7, 0x97a5980a, 0xc539b9aa, 0x4d79fe6a,
    +    0xf2f3f763, 0x68af8040, 0xed0c9e56, 0x11b4958b,
    +    0xe1eb5a88, 0x8709e6b0, 0xd7e07156, 0x4e29fea7,
    +    0x6366e52d, 0x02d1c000, 0xc4ac8e05, 0x9377f571,
    +    0x0c05372a, 0x578535f2, 0x2261be02, 0xd642a0c9,
    +    0xdf13a280, 0x74b55bd2, 0x682199c0, 0xd421e5ec,
    +    0x53fb3ce8, 0xc8adedb3, 0x28a87fc9, 0x3d959981,
    +    0x5c1ff900, 0xfe38d399, 0x0c4eff0b, 0x062407ea,
    +    0xaa2f4fb1, 0x4fb96976, 0x90c79505, 0xb0a8a774,
    +    0xef55a1ff, 0xe59ca2c2, 0xa6b62d27, 0xe66a4263,
    +    0xdf65001f, 0x0ec50966, 0xdfdd55bc, 0x29de0655,
    +    0x911e739a, 0x17af8975, 0x32c7911c, 0x89f89468,
    +    0x0d01e980, 0x524755f4, 0x03b63cc9, 0x0cc844b2,
    +    0xbcf3f0aa, 0x87ac36e9, 0xe53a7426, 0x01b3d82b,
    +    0x1a9e7449, 0x64ee2d7e, 0xcddbb1da, 0x01c94910,
    +    0xb868bf80, 0x0d26f3fd, 0x9342ede7, 0x04a5c284,
    +    0x636737b6, 0x50f5b616, 0xf24766e3, 0x8eca36c1,
    +    0x136e05db, 0xfef18391, 0xfb887a37, 0xd6e7f7d4,
    +    0xc7fb7dc9, 0x3063fcdf, 0xb6f589de, 0xec2941da,
    +    0x26e46695, 0xb7566419, 0xf654efc5, 0xd08d58b7,
    +    0x48925401, 0xc1bacb7f, 0xe5ff550f, 0xb6083049,
    +    0x5bb5d0e8, 0x87d72e5a, 0xab6a6ee1, 0x223a66ce,
    +    0xc62bf3cd, 0x9e0885f9, 0x68cb3e47, 0x086c010f,
    +    0xa21de820, 0xd18b69de, 0xf3f65777, 0xfa02c3f6,
    +    0x407edac3, 0xcbb3d550, 0x1793084d, 0xb0d70eba,
    +    0x0ab378d5, 0xd951fb0c, 0xded7da56, 0x4124bbe4,
    +    0x94ca0b56, 0x0f5755d1, 0xe0e1e56e, 0x6184b5be,
    +    0x580a249f, 0x94f74bc0, 0xe327888e, 0x9f7b5561,
    +    0xc3dc0280, 0x05687715, 0x646c6bd7, 0x44904db3,
    +    0x66b4f0a3, 0xc0f1648a, 0x697ed5af, 0x49e92ff6,
    +    0x309e374f, 0x2cb6356a, 0x85808573, 0x4991f840,
    +    0x76f0ae02, 0x083be84d, 0x28421c9a, 0x44489406,
    +    0x736e4cb8, 0xc1092910, 0x8bc95fc6, 0x7d869cf4,
    +    0x134f616f, 0x2e77118d, 0xb31b2be1, 0xaa90b472,
    +    0x3ca5d717, 0x7d161bba, 0x9cad9010, 0xaf462ba2,
    +    0x9fe459d2, 0x45d34559, 0xd9f2da13, 0xdbc65487,
    +    0xf3e4f94e, 0x176d486f, 0x097c13ea, 0x631da5c7,
    +    0x445f7382, 0x175683f4, 0xcdc66a97, 0x70be0288,
    +    0xb3cdcf72, 0x6e5dd2f3, 0x20936079, 0x459b80a5,
    +    0xbe60e2db, 0xa9c23101, 0xeba5315c, 0x224e42f2,
    +    0x1c5c1572, 0xf6721b2c, 0x1ad2fff3, 0x8c25404e,
    +    0x324ed72f, 0x4067b7fd, 0x0523138e, 0x5ca3bc78,
    +    0xdc0fd66e, 0x75922283, 0x784d6b17, 0x58ebb16e,
    +    0x44094f85, 0x3f481d87, 0xfcfeae7b, 0x77b5ff76,
    +    0x8c2302bf, 0xaaf47556, 0x5f46b02a, 0x2b092801,
    +    0x3d38f5f7, 0x0ca81f36, 0x52af4a8a, 0x66d5e7c0,
    +    0xdf3b0874, 0x95055110, 0x1b5ad7a8, 0xf61ed5ad,
    +    0x6cf6e479, 0x20758184, 0xd0cefa65, 0x88f7be58,
    +    0x4a046826, 0x0ff6f8f3, 0xa09c7f70, 0x5346aba0,
    +    0x5ce96c28, 0xe176eda3, 0x6bac307f, 0x376829d2,
    +    0x85360fa9, 0x17e3fe2a, 0x24b79767, 0xf5a96b20,
    +    0xd6cd2595, 0x68ff1ebf, 0x7555442c, 0xf19f06be,
    +    0xf9e0659a, 0xeeb9491d, 0x34010718, 0xbb30cab8,
    +    0xe822fe15, 0x88570983, 0x750e6249, 0xda627e55,
    +    0x5e76ffa8, 0xb1534546, 0x6d47de08, 0xefe9e7d4,
    +};
    +
    +OPENSSL_GLOBAL const CAST_LONG CAST_S_table5[256] = {
    +    0xf6fa8f9d, 0x2cac6ce1, 0x4ca34867, 0xe2337f7c,
    +    0x95db08e7, 0x016843b4, 0xeced5cbc, 0x325553ac,
    +    0xbf9f0960, 0xdfa1e2ed, 0x83f0579d, 0x63ed86b9,
    +    0x1ab6a6b8, 0xde5ebe39, 0xf38ff732, 0x8989b138,
    +    0x33f14961, 0xc01937bd, 0xf506c6da, 0xe4625e7e,
    +    0xa308ea99, 0x4e23e33c, 0x79cbd7cc, 0x48a14367,
    +    0xa3149619, 0xfec94bd5, 0xa114174a, 0xeaa01866,
    +    0xa084db2d, 0x09a8486f, 0xa888614a, 0x2900af98,
    +    0x01665991, 0xe1992863, 0xc8f30c60, 0x2e78ef3c,
    +    0xd0d51932, 0xcf0fec14, 0xf7ca07d2, 0xd0a82072,
    +    0xfd41197e, 0x9305a6b0, 0xe86be3da, 0x74bed3cd,
    +    0x372da53c, 0x4c7f4448, 0xdab5d440, 0x6dba0ec3,
    +    0x083919a7, 0x9fbaeed9, 0x49dbcfb0, 0x4e670c53,
    +    0x5c3d9c01, 0x64bdb941, 0x2c0e636a, 0xba7dd9cd,
    +    0xea6f7388, 0xe70bc762, 0x35f29adb, 0x5c4cdd8d,
    +    0xf0d48d8c, 0xb88153e2, 0x08a19866, 0x1ae2eac8,
    +    0x284caf89, 0xaa928223, 0x9334be53, 0x3b3a21bf,
    +    0x16434be3, 0x9aea3906, 0xefe8c36e, 0xf890cdd9,
    +    0x80226dae, 0xc340a4a3, 0xdf7e9c09, 0xa694a807,
    +    0x5b7c5ecc, 0x221db3a6, 0x9a69a02f, 0x68818a54,
    +    0xceb2296f, 0x53c0843a, 0xfe893655, 0x25bfe68a,
    +    0xb4628abc, 0xcf222ebf, 0x25ac6f48, 0xa9a99387,
    +    0x53bddb65, 0xe76ffbe7, 0xe967fd78, 0x0ba93563,
    +    0x8e342bc1, 0xe8a11be9, 0x4980740d, 0xc8087dfc,
    +    0x8de4bf99, 0xa11101a0, 0x7fd37975, 0xda5a26c0,
    +    0xe81f994f, 0x9528cd89, 0xfd339fed, 0xb87834bf,
    +    0x5f04456d, 0x22258698, 0xc9c4c83b, 0x2dc156be,
    +    0x4f628daa, 0x57f55ec5, 0xe2220abe, 0xd2916ebf,
    +    0x4ec75b95, 0x24f2c3c0, 0x42d15d99, 0xcd0d7fa0,
    +    0x7b6e27ff, 0xa8dc8af0, 0x7345c106, 0xf41e232f,
    +    0x35162386, 0xe6ea8926, 0x3333b094, 0x157ec6f2,
    +    0x372b74af, 0x692573e4, 0xe9a9d848, 0xf3160289,
    +    0x3a62ef1d, 0xa787e238, 0xf3a5f676, 0x74364853,
    +    0x20951063, 0x4576698d, 0xb6fad407, 0x592af950,
    +    0x36f73523, 0x4cfb6e87, 0x7da4cec0, 0x6c152daa,
    +    0xcb0396a8, 0xc50dfe5d, 0xfcd707ab, 0x0921c42f,
    +    0x89dff0bb, 0x5fe2be78, 0x448f4f33, 0x754613c9,
    +    0x2b05d08d, 0x48b9d585, 0xdc049441, 0xc8098f9b,
    +    0x7dede786, 0xc39a3373, 0x42410005, 0x6a091751,
    +    0x0ef3c8a6, 0x890072d6, 0x28207682, 0xa9a9f7be,
    +    0xbf32679d, 0xd45b5b75, 0xb353fd00, 0xcbb0e358,
    +    0x830f220a, 0x1f8fb214, 0xd372cf08, 0xcc3c4a13,
    +    0x8cf63166, 0x061c87be, 0x88c98f88, 0x6062e397,
    +    0x47cf8e7a, 0xb6c85283, 0x3cc2acfb, 0x3fc06976,
    +    0x4e8f0252, 0x64d8314d, 0xda3870e3, 0x1e665459,
    +    0xc10908f0, 0x513021a5, 0x6c5b68b7, 0x822f8aa0,
    +    0x3007cd3e, 0x74719eef, 0xdc872681, 0x073340d4,
    +    0x7e432fd9, 0x0c5ec241, 0x8809286c, 0xf592d891,
    +    0x08a930f6, 0x957ef305, 0xb7fbffbd, 0xc266e96f,
    +    0x6fe4ac98, 0xb173ecc0, 0xbc60b42a, 0x953498da,
    +    0xfba1ae12, 0x2d4bd736, 0x0f25faab, 0xa4f3fceb,
    +    0xe2969123, 0x257f0c3d, 0x9348af49, 0x361400bc,
    +    0xe8816f4a, 0x3814f200, 0xa3f94043, 0x9c7a54c2,
    +    0xbc704f57, 0xda41e7f9, 0xc25ad33a, 0x54f4a084,
    +    0xb17f5505, 0x59357cbe, 0xedbd15c8, 0x7f97c5ab,
    +    0xba5ac7b5, 0xb6f6deaf, 0x3a479c3a, 0x5302da25,
    +    0x653d7e6a, 0x54268d49, 0x51a477ea, 0x5017d55b,
    +    0xd7d25d88, 0x44136c76, 0x0404a8c8, 0xb8e5a121,
    +    0xb81a928a, 0x60ed5869, 0x97c55b96, 0xeaec991b,
    +    0x29935913, 0x01fdb7f1, 0x088e8dfa, 0x9ab6f6f5,
    +    0x3b4cbf9f, 0x4a5de3ab, 0xe6051d35, 0xa0e1d855,
    +    0xd36b4cf1, 0xf544edeb, 0xb0e93524, 0xbebb8fbd,
    +    0xa2d762cf, 0x49c92f54, 0x38b5f331, 0x7128a454,
    +    0x48392905, 0xa65b1db8, 0x851c97bd, 0xd675cf2f,
    +};
    +
    +OPENSSL_GLOBAL const CAST_LONG CAST_S_table6[256] = {
    +    0x85e04019, 0x332bf567, 0x662dbfff, 0xcfc65693,
    +    0x2a8d7f6f, 0xab9bc912, 0xde6008a1, 0x2028da1f,
    +    0x0227bce7, 0x4d642916, 0x18fac300, 0x50f18b82,
    +    0x2cb2cb11, 0xb232e75c, 0x4b3695f2, 0xb28707de,
    +    0xa05fbcf6, 0xcd4181e9, 0xe150210c, 0xe24ef1bd,
    +    0xb168c381, 0xfde4e789, 0x5c79b0d8, 0x1e8bfd43,
    +    0x4d495001, 0x38be4341, 0x913cee1d, 0x92a79c3f,
    +    0x089766be, 0xbaeeadf4, 0x1286becf, 0xb6eacb19,
    +    0x2660c200, 0x7565bde4, 0x64241f7a, 0x8248dca9,
    +    0xc3b3ad66, 0x28136086, 0x0bd8dfa8, 0x356d1cf2,
    +    0x107789be, 0xb3b2e9ce, 0x0502aa8f, 0x0bc0351e,
    +    0x166bf52a, 0xeb12ff82, 0xe3486911, 0xd34d7516,
    +    0x4e7b3aff, 0x5f43671b, 0x9cf6e037, 0x4981ac83,
    +    0x334266ce, 0x8c9341b7, 0xd0d854c0, 0xcb3a6c88,
    +    0x47bc2829, 0x4725ba37, 0xa66ad22b, 0x7ad61f1e,
    +    0x0c5cbafa, 0x4437f107, 0xb6e79962, 0x42d2d816,
    +    0x0a961288, 0xe1a5c06e, 0x13749e67, 0x72fc081a,
    +    0xb1d139f7, 0xf9583745, 0xcf19df58, 0xbec3f756,
    +    0xc06eba30, 0x07211b24, 0x45c28829, 0xc95e317f,
    +    0xbc8ec511, 0x38bc46e9, 0xc6e6fa14, 0xbae8584a,
    +    0xad4ebc46, 0x468f508b, 0x7829435f, 0xf124183b,
    +    0x821dba9f, 0xaff60ff4, 0xea2c4e6d, 0x16e39264,
    +    0x92544a8b, 0x009b4fc3, 0xaba68ced, 0x9ac96f78,
    +    0x06a5b79a, 0xb2856e6e, 0x1aec3ca9, 0xbe838688,
    +    0x0e0804e9, 0x55f1be56, 0xe7e5363b, 0xb3a1f25d,
    +    0xf7debb85, 0x61fe033c, 0x16746233, 0x3c034c28,
    +    0xda6d0c74, 0x79aac56c, 0x3ce4e1ad, 0x51f0c802,
    +    0x98f8f35a, 0x1626a49f, 0xeed82b29, 0x1d382fe3,
    +    0x0c4fb99a, 0xbb325778, 0x3ec6d97b, 0x6e77a6a9,
    +    0xcb658b5c, 0xd45230c7, 0x2bd1408b, 0x60c03eb7,
    +    0xb9068d78, 0xa33754f4, 0xf430c87d, 0xc8a71302,
    +    0xb96d8c32, 0xebd4e7be, 0xbe8b9d2d, 0x7979fb06,
    +    0xe7225308, 0x8b75cf77, 0x11ef8da4, 0xe083c858,
    +    0x8d6b786f, 0x5a6317a6, 0xfa5cf7a0, 0x5dda0033,
    +    0xf28ebfb0, 0xf5b9c310, 0xa0eac280, 0x08b9767a,
    +    0xa3d9d2b0, 0x79d34217, 0x021a718d, 0x9ac6336a,
    +    0x2711fd60, 0x438050e3, 0x069908a8, 0x3d7fedc4,
    +    0x826d2bef, 0x4eeb8476, 0x488dcf25, 0x36c9d566,
    +    0x28e74e41, 0xc2610aca, 0x3d49a9cf, 0xbae3b9df,
    +    0xb65f8de6, 0x92aeaf64, 0x3ac7d5e6, 0x9ea80509,
    +    0xf22b017d, 0xa4173f70, 0xdd1e16c3, 0x15e0d7f9,
    +    0x50b1b887, 0x2b9f4fd5, 0x625aba82, 0x6a017962,
    +    0x2ec01b9c, 0x15488aa9, 0xd716e740, 0x40055a2c,
    +    0x93d29a22, 0xe32dbf9a, 0x058745b9, 0x3453dc1e,
    +    0xd699296e, 0x496cff6f, 0x1c9f4986, 0xdfe2ed07,
    +    0xb87242d1, 0x19de7eae, 0x053e561a, 0x15ad6f8c,
    +    0x66626c1c, 0x7154c24c, 0xea082b2a, 0x93eb2939,
    +    0x17dcb0f0, 0x58d4f2ae, 0x9ea294fb, 0x52cf564c,
    +    0x9883fe66, 0x2ec40581, 0x763953c3, 0x01d6692e,
    +    0xd3a0c108, 0xa1e7160e, 0xe4f2dfa6, 0x693ed285,
    +    0x74904698, 0x4c2b0edd, 0x4f757656, 0x5d393378,
    +    0xa132234f, 0x3d321c5d, 0xc3f5e194, 0x4b269301,
    +    0xc79f022f, 0x3c997e7e, 0x5e4f9504, 0x3ffafbbd,
    +    0x76f7ad0e, 0x296693f4, 0x3d1fce6f, 0xc61e45be,
    +    0xd3b5ab34, 0xf72bf9b7, 0x1b0434c0, 0x4e72b567,
    +    0x5592a33d, 0xb5229301, 0xcfd2a87f, 0x60aeb767,
    +    0x1814386b, 0x30bcc33d, 0x38a0c07d, 0xfd1606f2,
    +    0xc363519b, 0x589dd390, 0x5479f8e6, 0x1cb8d647,
    +    0x97fd61a9, 0xea7759f4, 0x2d57539d, 0x569a58cf,
    +    0xe84e63ad, 0x462e1b78, 0x6580f87e, 0xf3817914,
    +    0x91da55f4, 0x40a230f3, 0xd1988f35, 0xb6e318d2,
    +    0x3ffa50bc, 0x3d40f021, 0xc3c0bdae, 0x4958c24c,
    +    0x518f36b2, 0x84b1d370, 0x0fedce83, 0x878ddada,
    +    0xf2a279c7, 0x94e01be8, 0x90716f4b, 0x954b8aa3,
    +};
    +
    +OPENSSL_GLOBAL const CAST_LONG CAST_S_table7[256] = {
    +    0xe216300d, 0xbbddfffc, 0xa7ebdabd, 0x35648095,
    +    0x7789f8b7, 0xe6c1121b, 0x0e241600, 0x052ce8b5,
    +    0x11a9cfb0, 0xe5952f11, 0xece7990a, 0x9386d174,
    +    0x2a42931c, 0x76e38111, 0xb12def3a, 0x37ddddfc,
    +    0xde9adeb1, 0x0a0cc32c, 0xbe197029, 0x84a00940,
    +    0xbb243a0f, 0xb4d137cf, 0xb44e79f0, 0x049eedfd,
    +    0x0b15a15d, 0x480d3168, 0x8bbbde5a, 0x669ded42,
    +    0xc7ece831, 0x3f8f95e7, 0x72df191b, 0x7580330d,
    +    0x94074251, 0x5c7dcdfa, 0xabbe6d63, 0xaa402164,
    +    0xb301d40a, 0x02e7d1ca, 0x53571dae, 0x7a3182a2,
    +    0x12a8ddec, 0xfdaa335d, 0x176f43e8, 0x71fb46d4,
    +    0x38129022, 0xce949ad4, 0xb84769ad, 0x965bd862,
    +    0x82f3d055, 0x66fb9767, 0x15b80b4e, 0x1d5b47a0,
    +    0x4cfde06f, 0xc28ec4b8, 0x57e8726e, 0x647a78fc,
    +    0x99865d44, 0x608bd593, 0x6c200e03, 0x39dc5ff6,
    +    0x5d0b00a3, 0xae63aff2, 0x7e8bd632, 0x70108c0c,
    +    0xbbd35049, 0x2998df04, 0x980cf42a, 0x9b6df491,
    +    0x9e7edd53, 0x06918548, 0x58cb7e07, 0x3b74ef2e,
    +    0x522fffb1, 0xd24708cc, 0x1c7e27cd, 0xa4eb215b,
    +    0x3cf1d2e2, 0x19b47a38, 0x424f7618, 0x35856039,
    +    0x9d17dee7, 0x27eb35e6, 0xc9aff67b, 0x36baf5b8,
    +    0x09c467cd, 0xc18910b1, 0xe11dbf7b, 0x06cd1af8,
    +    0x7170c608, 0x2d5e3354, 0xd4de495a, 0x64c6d006,
    +    0xbcc0c62c, 0x3dd00db3, 0x708f8f34, 0x77d51b42,
    +    0x264f620f, 0x24b8d2bf, 0x15c1b79e, 0x46a52564,
    +    0xf8d7e54e, 0x3e378160, 0x7895cda5, 0x859c15a5,
    +    0xe6459788, 0xc37bc75f, 0xdb07ba0c, 0x0676a3ab,
    +    0x7f229b1e, 0x31842e7b, 0x24259fd7, 0xf8bef472,
    +    0x835ffcb8, 0x6df4c1f2, 0x96f5b195, 0xfd0af0fc,
    +    0xb0fe134c, 0xe2506d3d, 0x4f9b12ea, 0xf215f225,
    +    0xa223736f, 0x9fb4c428, 0x25d04979, 0x34c713f8,
    +    0xc4618187, 0xea7a6e98, 0x7cd16efc, 0x1436876c,
    +    0xf1544107, 0xbedeee14, 0x56e9af27, 0xa04aa441,
    +    0x3cf7c899, 0x92ecbae6, 0xdd67016d, 0x151682eb,
    +    0xa842eedf, 0xfdba60b4, 0xf1907b75, 0x20e3030f,
    +    0x24d8c29e, 0xe139673b, 0xefa63fb8, 0x71873054,
    +    0xb6f2cf3b, 0x9f326442, 0xcb15a4cc, 0xb01a4504,
    +    0xf1e47d8d, 0x844a1be5, 0xbae7dfdc, 0x42cbda70,
    +    0xcd7dae0a, 0x57e85b7a, 0xd53f5af6, 0x20cf4d8c,
    +    0xcea4d428, 0x79d130a4, 0x3486ebfb, 0x33d3cddc,
    +    0x77853b53, 0x37effcb5, 0xc5068778, 0xe580b3e6,
    +    0x4e68b8f4, 0xc5c8b37e, 0x0d809ea2, 0x398feb7c,
    +    0x132a4f94, 0x43b7950e, 0x2fee7d1c, 0x223613bd,
    +    0xdd06caa2, 0x37df932b, 0xc4248289, 0xacf3ebc3,
    +    0x5715f6b7, 0xef3478dd, 0xf267616f, 0xc148cbe4,
    +    0x9052815e, 0x5e410fab, 0xb48a2465, 0x2eda7fa4,
    +    0xe87b40e4, 0xe98ea084, 0x5889e9e1, 0xefd390fc,
    +    0xdd07d35b, 0xdb485694, 0x38d7e5b2, 0x57720101,
    +    0x730edebc, 0x5b643113, 0x94917e4f, 0x503c2fba,
    +    0x646f1282, 0x7523d24a, 0xe0779695, 0xf9c17a8f,
    +    0x7a5b2121, 0xd187b896, 0x29263a4d, 0xba510cdf,
    +    0x81f47c9f, 0xad1163ed, 0xea7b5965, 0x1a00726e,
    +    0x11403092, 0x00da6d77, 0x4a0cdd61, 0xad1f4603,
    +    0x605bdfb0, 0x9eedc364, 0x22ebe6a8, 0xcee7d28a,
    +    0xa0e736a0, 0x5564a6b9, 0x10853209, 0xc7eb8f37,
    +    0x2de705ca, 0x8951570f, 0xdf09822b, 0xbd691a6c,
    +    0xaa12e4f2, 0x87451c0f, 0xe0f6a27a, 0x3ada4819,
    +    0x4cf1764f, 0x0d771c2b, 0x67cdb156, 0x350d8384,
    +    0x5938fa0f, 0x42399ef3, 0x36997b07, 0x0e84093d,
    +    0x4aa93e61, 0x8360d87b, 0x1fa98b0c, 0x1149382c,
    +    0xe97625a5, 0x0614d1b7, 0x0e25244b, 0x0c768347,
    +    0x589e8d82, 0x0d2059d1, 0xa466bb1e, 0xf8da0a82,
    +    0x04f19130, 0xba6e4ec0, 0x99265164, 0x1ee7230d,
    +    0x50b2ad80, 0xeaee6801, 0x8db2a283, 0xea8bf59e,
    +};
    diff --git a/openssl/crypto/cast/cast_spd.c b/openssl/crypto/cast/cast_spd.c
    index d650af475..91d2ce23f 100644
    --- a/openssl/crypto/cast/cast_spd.c
    +++ b/openssl/crypto/cast/cast_spd.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,7 +60,7 @@
     /* 06-Apr-92 Luke Brennan    Support for VMS and add extra signal calls */
     
     #if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC)) && !defined(OPENSSL_SYS_MACOSX)
    -#define TIMES
    +# define TIMES
     #endif
     
     #include 
    @@ -68,211 +68,195 @@
     #include 
     #include OPENSSL_UNISTD_IO
     OPENSSL_DECLARE_EXIT
    -
     #ifndef OPENSSL_SYS_NETWARE
    -#include 
    +# include 
     #endif
    -
     #ifndef _IRIX
    -#include 
    +# include 
     #endif
     #ifdef TIMES
    -#include 
    -#include 
    +# include 
    +# include 
     #endif
    -
    -/* Depending on the VMS version, the tms structure is perhaps defined.
    -   The __TMS macro will show if it was.  If it wasn't defined, we should
    -   undefine TIMES, since that tells the rest of the program how things
    -   should be handled.				-- Richard Levitte */
    +    /*
    +     * Depending on the VMS version, the tms structure is perhaps defined.
    +     * The __TMS macro will show if it was.  If it wasn't defined, we should
    +     * undefine TIMES, since that tells the rest of the program how things
    +     * should be handled.  -- Richard Levitte
    +     */
     #if defined(OPENSSL_SYS_VMS_DECC) && !defined(__TMS)
    -#undef TIMES
    +# undef TIMES
     #endif
    -
     #ifndef TIMES
    -#include 
    +# include 
     #endif
    -
     #if defined(sun) || defined(__ultrix)
    -#define _POSIX_SOURCE
    -#include 
    -#include 
    +# define _POSIX_SOURCE
    +# include 
    +# include 
     #endif
    -
     #include 
    -
     /* The following if from times(3) man page.  It may need to be changed */
     #ifndef HZ
    -#ifndef CLK_TCK
    -#define HZ	100.0
    -#else /* CLK_TCK */
    -#define HZ ((double)CLK_TCK)
    +# ifndef CLK_TCK
    +#  define HZ      100.0
    +# else                          /* CLK_TCK */
    +#  define HZ ((double)CLK_TCK)
    +# endif
     #endif
    -#endif
    -
    -#define BUFSIZE	((long)1024)
    -long run=0;
    +#define BUFSIZE ((long)1024)
    +long run = 0;
     
     double Time_F(int s);
     #ifdef SIGALRM
    -#if defined(__STDC__) || defined(sgi) || defined(_AIX)
    -#define SIGRETTYPE void
    -#else
    -#define SIGRETTYPE int
    -#endif
    +# if defined(__STDC__) || defined(sgi) || defined(_AIX)
    +#  define SIGRETTYPE void
    +# else
    +#  define SIGRETTYPE int
    +# endif
     
     SIGRETTYPE sig_done(int sig);
     SIGRETTYPE sig_done(int sig)
    -	{
    -	signal(SIGALRM,sig_done);
    -	run=0;
    -#ifdef LINT
    -	sig=sig;
    -#endif
    -	}
    +{
    +    signal(SIGALRM, sig_done);
    +    run = 0;
    +# ifdef LINT
    +    sig = sig;
    +# endif
    +}
     #endif
     
    -#define START	0
    -#define STOP	1
    +#define START   0
    +#define STOP    1
     
     double Time_F(int s)
    -	{
    -	double ret;
    +{
    +    double ret;
     #ifdef TIMES
    -	static struct tms tstart,tend;
    +    static struct tms tstart, tend;
     
    -	if (s == START)
    -		{
    -		times(&tstart);
    -		return(0);
    -		}
    -	else
    -		{
    -		times(&tend);
    -		ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
    -		return((ret == 0.0)?1e-6:ret);
    -		}
    -#else /* !times() */
    -	static struct timeb tstart,tend;
    -	long i;
    +    if (s == START) {
    +        times(&tstart);
    +        return (0);
    +    } else {
    +        times(&tend);
    +        ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ;
    +        return ((ret == 0.0) ? 1e-6 : ret);
    +    }
    +#else                           /* !times() */
    +    static struct timeb tstart, tend;
    +    long i;
     
    -	if (s == START)
    -		{
    -		ftime(&tstart);
    -		return(0);
    -		}
    -	else
    -		{
    -		ftime(&tend);
    -		i=(long)tend.millitm-(long)tstart.millitm;
    -		ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
    -		return((ret == 0.0)?1e-6:ret);
    -		}
    +    if (s == START) {
    +        ftime(&tstart);
    +        return (0);
    +    } else {
    +        ftime(&tend);
    +        i = (long)tend.millitm - (long)tstart.millitm;
    +        ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1e3;
    +        return ((ret == 0.0) ? 1e-6 : ret);
    +    }
     #endif
    -	}
    +}
     
     int main(int argc, char **argv)
    -	{
    -	long count;
    -	static unsigned char buf[BUFSIZE];
    -	static unsigned char key[] ={
    -			0x12,0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,
    -			0xfe,0xdc,0xba,0x98,0x76,0x54,0x32,0x10,
    -			};
    -	CAST_KEY sch;
    -	double a,b,c,d;
    +{
    +    long count;
    +    static unsigned char buf[BUFSIZE];
    +    static unsigned char key[] = {
    +        0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0,
    +        0xfe, 0xdc, 0xba, 0x98, 0x76, 0x54, 0x32, 0x10,
    +    };
    +    CAST_KEY sch;
    +    double a, b, c, d;
     #ifndef SIGALRM
    -	long ca,cb,cc;
    +    long ca, cb, cc;
     #endif
     
     #ifndef TIMES
    -	printf("To get the most accurate results, try to run this\n");
    -	printf("program when this computer is idle.\n");
    +    printf("To get the most accurate results, try to run this\n");
    +    printf("program when this computer is idle.\n");
     #endif
     
     #ifndef SIGALRM
    -	printf("First we calculate the approximate speed ...\n");
    -	CAST_set_key(&sch,16,key);
    -	count=10;
    -	do	{
    -		long i;
    -		CAST_LONG data[2];
    +    printf("First we calculate the approximate speed ...\n");
    +    CAST_set_key(&sch, 16, key);
    +    count = 10;
    +    do {
    +        long i;
    +        CAST_LONG data[2];
     
    -		count*=2;
    -		Time_F(START);
    -		for (i=count; i; i--)
    -			CAST_encrypt(data,&sch);
    -		d=Time_F(STOP);
    -		} while (d < 3.0);
    -	ca=count/512;
    -	cb=count;
    -	cc=count*8/BUFSIZE+1;
    -	printf("Doing CAST_set_key %ld times\n",ca);
    -#define COND(d)	(count != (d))
    -#define COUNT(d) (d)
    +        count *= 2;
    +        Time_F(START);
    +        for (i = count; i; i--)
    +            CAST_encrypt(data, &sch);
    +        d = Time_F(STOP);
    +    } while (d < 3.0);
    +    ca = count / 512;
    +    cb = count;
    +    cc = count * 8 / BUFSIZE + 1;
    +    printf("Doing CAST_set_key %ld times\n", ca);
    +# define COND(d) (count != (d))
    +# define COUNT(d) (d)
     #else
    -#define COND(c)	(run)
    -#define COUNT(d) (count)
    -	signal(SIGALRM,sig_done);
    -	printf("Doing CAST_set_key for 10 seconds\n");
    -	alarm(10);
    +# define COND(c) (run)
    +# define COUNT(d) (count)
    +    signal(SIGALRM, sig_done);
    +    printf("Doing CAST_set_key for 10 seconds\n");
    +    alarm(10);
     #endif
     
    -	Time_F(START);
    -	for (count=0,run=1; COND(ca); count+=4)
    -		{
    -		CAST_set_key(&sch,16,key);
    -		CAST_set_key(&sch,16,key);
    -		CAST_set_key(&sch,16,key);
    -		CAST_set_key(&sch,16,key);
    -		}
    -	d=Time_F(STOP);
    -	printf("%ld cast set_key's in %.2f seconds\n",count,d);
    -	a=((double)COUNT(ca))/d;
    +    Time_F(START);
    +    for (count = 0, run = 1; COND(ca); count += 4) {
    +        CAST_set_key(&sch, 16, key);
    +        CAST_set_key(&sch, 16, key);
    +        CAST_set_key(&sch, 16, key);
    +        CAST_set_key(&sch, 16, key);
    +    }
    +    d = Time_F(STOP);
    +    printf("%ld cast set_key's in %.2f seconds\n", count, d);
    +    a = ((double)COUNT(ca)) / d;
     
     #ifdef SIGALRM
    -	printf("Doing CAST_encrypt's for 10 seconds\n");
    -	alarm(10);
    +    printf("Doing CAST_encrypt's for 10 seconds\n");
    +    alarm(10);
     #else
    -	printf("Doing CAST_encrypt %ld times\n",cb);
    +    printf("Doing CAST_encrypt %ld times\n", cb);
     #endif
    -	Time_F(START);
    -	for (count=0,run=1; COND(cb); count+=4)
    -		{
    -		CAST_LONG data[2];
    +    Time_F(START);
    +    for (count = 0, run = 1; COND(cb); count += 4) {
    +        CAST_LONG data[2];
     
    -		CAST_encrypt(data,&sch);
    -		CAST_encrypt(data,&sch);
    -		CAST_encrypt(data,&sch);
    -		CAST_encrypt(data,&sch);
    -		}
    -	d=Time_F(STOP);
    -	printf("%ld CAST_encrypt's in %.2f second\n",count,d);
    -	b=((double)COUNT(cb)*8)/d;
    +        CAST_encrypt(data, &sch);
    +        CAST_encrypt(data, &sch);
    +        CAST_encrypt(data, &sch);
    +        CAST_encrypt(data, &sch);
    +    }
    +    d = Time_F(STOP);
    +    printf("%ld CAST_encrypt's in %.2f second\n", count, d);
    +    b = ((double)COUNT(cb) * 8) / d;
     
     #ifdef SIGALRM
    -	printf("Doing CAST_cbc_encrypt on %ld byte blocks for 10 seconds\n",
    -		BUFSIZE);
    -	alarm(10);
    +    printf("Doing CAST_cbc_encrypt on %ld byte blocks for 10 seconds\n",
    +           BUFSIZE);
    +    alarm(10);
     #else
    -	printf("Doing CAST_cbc_encrypt %ld times on %ld byte blocks\n",cc,
    -		BUFSIZE);
    +    printf("Doing CAST_cbc_encrypt %ld times on %ld byte blocks\n", cc,
    +           BUFSIZE);
     #endif
    -	Time_F(START);
    -	for (count=0,run=1; COND(cc); count++)
    -		CAST_cbc_encrypt(buf,buf,BUFSIZE,&sch,
    -			&(key[0]),CAST_ENCRYPT);
    -	d=Time_F(STOP);
    -	printf("%ld CAST_cbc_encrypt's of %ld byte blocks in %.2f second\n",
    -		count,BUFSIZE,d);
    -	c=((double)COUNT(cc)*BUFSIZE)/d;
    +    Time_F(START);
    +    for (count = 0, run = 1; COND(cc); count++)
    +        CAST_cbc_encrypt(buf, buf, BUFSIZE, &sch, &(key[0]), CAST_ENCRYPT);
    +    d = Time_F(STOP);
    +    printf("%ld CAST_cbc_encrypt's of %ld byte blocks in %.2f second\n",
    +           count, BUFSIZE, d);
    +    c = ((double)COUNT(cc) * BUFSIZE) / d;
     
    -	printf("CAST set_key       per sec = %12.2f (%9.3fuS)\n",a,1.0e6/a);
    -	printf("CAST raw ecb bytes per sec = %12.2f (%9.3fuS)\n",b,8.0e6/b);
    -	printf("CAST cbc     bytes per sec = %12.2f (%9.3fuS)\n",c,8.0e6/c);
    -	exit(0);
    +    printf("CAST set_key       per sec = %12.2f (%9.3fuS)\n", a, 1.0e6 / a);
    +    printf("CAST raw ecb bytes per sec = %12.2f (%9.3fuS)\n", b, 8.0e6 / b);
    +    printf("CAST cbc     bytes per sec = %12.2f (%9.3fuS)\n", c, 8.0e6 / c);
    +    exit(0);
     #if defined(LINT) || defined(OPENSSL_SYS_MSDOS)
    -	return(0);
    +    return (0);
     #endif
    -	}
    -
    +}
    diff --git a/openssl/crypto/cast/castopts.c b/openssl/crypto/cast/castopts.c
    index 33b2c7b06..42687f288 100644
    --- a/openssl/crypto/cast/castopts.c
    +++ b/openssl/crypto/cast/castopts.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,18 +49,20 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
     
    -/* define PART1, PART2, PART3 or PART4 to build only with a few of the options.
    - * This is for machines with 64k code segment size restrictions. */
    +/*
    + * define PART1, PART2, PART3 or PART4 to build only with a few of the
    + * options. This is for machines with 64k code segment size restrictions.
    + */
     
     #if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC))
    -#define TIMES
    +# define TIMES
     #endif
     
     #include 
    @@ -68,48 +70,41 @@
     #include 
     #include OPENSSL_UNISTD_IO
     OPENSSL_DECLARE_EXIT
    -
     #ifndef OPENSSL_SYS_NETWARE
    -#include 
    +# include 
     #endif
    -
     #ifndef _IRIX
    -#include 
    +# include 
     #endif
     #ifdef TIMES
    -#include 
    -#include 
    +# include 
    +# include 
     #endif
    -
    -/* Depending on the VMS version, the tms structure is perhaps defined.
    -   The __TMS macro will show if it was.  If it wasn't defined, we should
    -   undefine TIMES, since that tells the rest of the program how things
    -   should be handled.				-- Richard Levitte */
    +    /*
    +     * Depending on the VMS version, the tms structure is perhaps defined.
    +     * The __TMS macro will show if it was.  If it wasn't defined, we should
    +     * undefine TIMES, since that tells the rest of the program how things
    +     * should be handled.  -- Richard Levitte
    +     */
     #if defined(OPENSSL_SYS_VMS_DECC) && !defined(__TMS)
    -#undef TIMES
    +# undef TIMES
     #endif
    -
     #ifndef TIMES
    -#include 
    +# include 
     #endif
    -
     #if defined(sun) || defined(__ultrix)
    -#define _POSIX_SOURCE
    -#include 
    -#include 
    +# define _POSIX_SOURCE
    +# include 
    +# include 
     #endif
    -
     #include 
    -
     #define CAST_DEFAULT_OPTIONS
    -
     #undef E_CAST
     #define CAST_encrypt  CAST_encrypt_normal
     #define CAST_decrypt  CAST_decrypt_normal
     #define CAST_cbc_encrypt  CAST_cbc_encrypt_normal
     #undef HEADER_CAST_LOCL_H
     #include "c_enc.c"
    -
     #define CAST_PTR
     #undef CAST_PTR2
     #undef E_CAST
    @@ -121,7 +116,6 @@ OPENSSL_DECLARE_EXIT
     #define CAST_cbc_encrypt  CAST_cbc_encrypt_ptr
     #undef HEADER_CAST_LOCL_H
     #include "c_enc.c"
    -
     #undef CAST_PTR
     #define CAST_PTR2
     #undef E_CAST
    @@ -133,210 +127,208 @@ OPENSSL_DECLARE_EXIT
     #define CAST_cbc_encrypt  CAST_cbc_encrypt_ptr2
     #undef HEADER_CAST_LOCL_H
     #include "c_enc.c"
    -
     /* The following if from times(3) man page.  It may need to be changed */
     #ifndef HZ
     # ifndef CLK_TCK
    -#  ifndef _BSD_CLK_TCK_ /* FreeBSD fix */
    -#   define HZ	100.0
    -#  else /* _BSD_CLK_TCK_ */
    +#  ifndef _BSD_CLK_TCK_         /* FreeBSD fix */
    +#   define HZ   100.0
    +#  else                         /* _BSD_CLK_TCK_ */
     #   define HZ ((double)_BSD_CLK_TCK_)
     #  endif
    -# else /* CLK_TCK */
    +# else                          /* CLK_TCK */
     #  define HZ ((double)CLK_TCK)
     # endif
     #endif
    -
    -#define BUFSIZE	((long)1024)
    -long run=0;
    +#define BUFSIZE ((long)1024)
    +long run = 0;
     
     double Time_F(int s);
     #ifdef SIGALRM
    -#if defined(__STDC__) || defined(sgi)
    -#define SIGRETTYPE void
    -#else
    -#define SIGRETTYPE int
    -#endif
    +# if defined(__STDC__) || defined(sgi)
    +#  define SIGRETTYPE void
    +# else
    +#  define SIGRETTYPE int
    +# endif
     
     SIGRETTYPE sig_done(int sig);
     SIGRETTYPE sig_done(int sig)
    -	{
    -	signal(SIGALRM,sig_done);
    -	run=0;
    -#ifdef LINT
    -	sig=sig;
    -#endif
    -	}
    +{
    +    signal(SIGALRM, sig_done);
    +    run = 0;
    +# ifdef LINT
    +    sig = sig;
    +# endif
    +}
     #endif
     
    -#define START	0
    -#define STOP	1
    +#define START   0
    +#define STOP    1
     
     double Time_F(int s)
    -	{
    -	double ret;
    +{
    +    double ret;
     #ifdef TIMES
    -	static struct tms tstart,tend;
    -
    -	if (s == START)
    -		{
    -		times(&tstart);
    -		return(0);
    -		}
    -	else
    -		{
    -		times(&tend);
    -		ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
    -		return((ret == 0.0)?1e-6:ret);
    -		}
    -#else /* !times() */
    -	static struct timeb tstart,tend;
    -	long i;
    -
    -	if (s == START)
    -		{
    -		ftime(&tstart);
    -		return(0);
    -		}
    -	else
    -		{
    -		ftime(&tend);
    -		i=(long)tend.millitm-(long)tstart.millitm;
    -		ret=((double)(tend.time-tstart.time))+((double)i)/1000.0;
    -		return((ret == 0.0)?1e-6:ret);
    -		}
    +    static struct tms tstart, tend;
    +
    +    if (s == START) {
    +        times(&tstart);
    +        return (0);
    +    } else {
    +        times(&tend);
    +        ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ;
    +        return ((ret == 0.0) ? 1e-6 : ret);
    +    }
    +#else                           /* !times() */
    +    static struct timeb tstart, tend;
    +    long i;
    +
    +    if (s == START) {
    +        ftime(&tstart);
    +        return (0);
    +    } else {
    +        ftime(&tend);
    +        i = (long)tend.millitm - (long)tstart.millitm;
    +        ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1000.0;
    +        return ((ret == 0.0) ? 1e-6 : ret);
    +    }
     #endif
    -	}
    +}
     
     #ifdef SIGALRM
    -#define print_name(name) fprintf(stderr,"Doing %s's for 10 seconds\n",name); alarm(10);
    +# define print_name(name) fprintf(stderr,"Doing %s's for 10 seconds\n",name); alarm(10);
     #else
    -#define print_name(name) fprintf(stderr,"Doing %s %ld times\n",name,cb);
    +# define print_name(name) fprintf(stderr,"Doing %s %ld times\n",name,cb);
     #endif
    -	
    +
     #define time_it(func,name,index) \
    -	print_name(name); \
    -	Time_F(START); \
    -	for (count=0,run=1; COND(cb); count+=4) \
    -		{ \
    -		unsigned long d[2]; \
    -		func(d,&sch); \
    -		func(d,&sch); \
    -		func(d,&sch); \
    -		func(d,&sch); \
    -		} \
    -	tm[index]=Time_F(STOP); \
    -	fprintf(stderr,"%ld %s's in %.2f second\n",count,name,tm[index]); \
    -	tm[index]=((double)COUNT(cb))/tm[index];
    +        print_name(name); \
    +        Time_F(START); \
    +        for (count=0,run=1; COND(cb); count+=4) \
    +                { \
    +                unsigned long d[2]; \
    +                func(d,&sch); \
    +                func(d,&sch); \
    +                func(d,&sch); \
    +                func(d,&sch); \
    +                } \
    +        tm[index]=Time_F(STOP); \
    +        fprintf(stderr,"%ld %s's in %.2f second\n",count,name,tm[index]); \
    +        tm[index]=((double)COUNT(cb))/tm[index];
     
     #define print_it(name,index) \
    -	fprintf(stderr,"%s bytes per sec = %12.2f (%5.1fuS)\n",name, \
    -		tm[index]*8,1.0e6/tm[index]);
    +        fprintf(stderr,"%s bytes per sec = %12.2f (%5.1fuS)\n",name, \
    +                tm[index]*8,1.0e6/tm[index]);
     
     int main(int argc, char **argv)
    -	{
    -	long count;
    -	static unsigned char buf[BUFSIZE];
    -	static char key[16]={	0x12,0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,
    -				0x12,0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0};
    -	CAST_KEY sch;
    -	double d,tm[16],max=0;
    -	int rank[16];
    -	char *str[16];
    -	int max_idx=0,i,num=0,j;
    +{
    +    long count;
    +    static unsigned char buf[BUFSIZE];
    +    static char key[16] = { 0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0,
    +        0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0
    +    };
    +    CAST_KEY sch;
    +    double d, tm[16], max = 0;
    +    int rank[16];
    +    char *str[16];
    +    int max_idx = 0, i, num = 0, j;
     #ifndef SIGALARM
    -	long ca,cb,cc,cd,ce;
    +    long ca, cb, cc, cd, ce;
     #endif
     
    -	for (i=0; i<12; i++)
    -		{
    -		tm[i]=0.0;
    -		rank[i]=0;
    -		}
    +    for (i = 0; i < 12; i++) {
    +        tm[i] = 0.0;
    +        rank[i] = 0;
    +    }
     
     #ifndef TIMES
    -	fprintf(stderr,"To get the most accurate results, try to run this\n");
    -	fprintf(stderr,"program when this computer is idle.\n");
    +    fprintf(stderr, "To get the most accurate results, try to run this\n");
    +    fprintf(stderr, "program when this computer is idle.\n");
     #endif
     
    -	CAST_set_key(&sch,16,key);
    +    CAST_set_key(&sch, 16, key);
     
     #ifndef SIGALRM
    -	fprintf(stderr,"First we calculate the approximate speed ...\n");
    -	count=10;
    -	do	{
    -		long i;
    -		unsigned long data[2];
    -
    -		count*=2;
    -		Time_F(START);
    -		for (i=count; i; i--)
    -			CAST_encrypt(data,&sch);
    -		d=Time_F(STOP);
    -		} while (d < 3.0);
    -	ca=count;
    -	cb=count*3;
    -	cc=count*3*8/BUFSIZE+1;
    -	cd=count*8/BUFSIZE+1;
    -
    -	ce=count/20+1;
    -#define COND(d) (count != (d))
    -#define COUNT(d) (d)
    +    fprintf(stderr, "First we calculate the approximate speed ...\n");
    +    count = 10;
    +    do {
    +        long i;
    +        unsigned long data[2];
    +
    +        count *= 2;
    +        Time_F(START);
    +        for (i = count; i; i--)
    +            CAST_encrypt(data, &sch);
    +        d = Time_F(STOP);
    +    } while (d < 3.0);
    +    ca = count;
    +    cb = count * 3;
    +    cc = count * 3 * 8 / BUFSIZE + 1;
    +    cd = count * 8 / BUFSIZE + 1;
    +
    +    ce = count / 20 + 1;
    +# define COND(d) (count != (d))
    +# define COUNT(d) (d)
     #else
    -#define COND(c) (run)
    -#define COUNT(d) (count)
    -        signal(SIGALRM,sig_done);
    -        alarm(10);
    +# define COND(c) (run)
    +# define COUNT(d) (count)
    +    signal(SIGALRM, sig_done);
    +    alarm(10);
     #endif
     
    -	time_it(CAST_encrypt_normal,	"CAST_encrypt_normal ", 0);
    -	time_it(CAST_encrypt_ptr,	"CAST_encrypt_ptr    ", 1);
    -	time_it(CAST_encrypt_ptr2,	"CAST_encrypt_ptr2   ", 2);
    -	num+=3;
    -
    -	str[0]="";
    -	print_it("CAST_encrypt_normal ",0);
    -	max=tm[0];
    -	max_idx=0;
    -	str[1]="ptr      ";
    -	print_it("CAST_encrypt_ptr ",1);
    -	if (max < tm[1]) { max=tm[1]; max_idx=1; }
    -	str[2]="ptr2     ";
    -	print_it("CAST_encrypt_ptr2 ",2);
    -	if (max < tm[2]) { max=tm[2]; max_idx=2; }
    -
    -	printf("options    CAST ecb/s\n");
    -	printf("%s %12.2f 100.0%%\n",str[max_idx],tm[max_idx]);
    -	d=tm[max_idx];
    -	tm[max_idx]= -2.0;
    -	max= -1.0;
    -	for (;;)
    -		{
    -		for (i=0; i<3; i++)
    -			{
    -			if (max < tm[i]) { max=tm[i]; j=i; }
    -			}
    -		if (max < 0.0) break;
    -		printf("%s %12.2f  %4.1f%%\n",str[j],tm[j],tm[j]/d*100.0);
    -		tm[j]= -2.0;
    -		max= -1.0;
    -		}
    -
    -	switch (max_idx)
    -		{
    -	case 0:
    -		printf("-DCAST_DEFAULT_OPTIONS\n");
    -		break;
    -	case 1:
    -		printf("-DCAST_PTR\n");
    -		break;
    -	case 2:
    -		printf("-DCAST_PTR2\n");
    -		break;
    -		}
    -	exit(0);
    +    time_it(CAST_encrypt_normal, "CAST_encrypt_normal ", 0);
    +    time_it(CAST_encrypt_ptr, "CAST_encrypt_ptr    ", 1);
    +    time_it(CAST_encrypt_ptr2, "CAST_encrypt_ptr2   ", 2);
    +    num += 3;
    +
    +    str[0] = "";
    +    print_it("CAST_encrypt_normal ", 0);
    +    max = tm[0];
    +    max_idx = 0;
    +    str[1] = "ptr      ";
    +    print_it("CAST_encrypt_ptr ", 1);
    +    if (max < tm[1]) {
    +        max = tm[1];
    +        max_idx = 1;
    +    }
    +    str[2] = "ptr2     ";
    +    print_it("CAST_encrypt_ptr2 ", 2);
    +    if (max < tm[2]) {
    +        max = tm[2];
    +        max_idx = 2;
    +    }
    +
    +    printf("options    CAST ecb/s\n");
    +    printf("%s %12.2f 100.0%%\n", str[max_idx], tm[max_idx]);
    +    d = tm[max_idx];
    +    tm[max_idx] = -2.0;
    +    max = -1.0;
    +    for (;;) {
    +        for (i = 0; i < 3; i++) {
    +            if (max < tm[i]) {
    +                max = tm[i];
    +                j = i;
    +            }
    +        }
    +        if (max < 0.0)
    +            break;
    +        printf("%s %12.2f  %4.1f%%\n", str[j], tm[j], tm[j] / d * 100.0);
    +        tm[j] = -2.0;
    +        max = -1.0;
    +    }
    +
    +    switch (max_idx) {
    +    case 0:
    +        printf("-DCAST_DEFAULT_OPTIONS\n");
    +        break;
    +    case 1:
    +        printf("-DCAST_PTR\n");
    +        break;
    +    case 2:
    +        printf("-DCAST_PTR2\n");
    +        break;
    +    }
    +    exit(0);
     #if defined(LINT) || defined(OPENSSL_SYS_MSDOS)
    -	return(0);
    +    return (0);
     #endif
    -	}
    -
    +}
    diff --git a/openssl/crypto/cast/casttest.c b/openssl/crypto/cast/casttest.c
    index 0d020d697..dc31bc660 100644
    --- a/openssl/crypto/cast/casttest.c
    +++ b/openssl/crypto/cast/casttest.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -67,167 +67,175 @@
     int main(int argc, char *argv[])
     {
         printf("No CAST support\n");
    -    return(0);
    +    return (0);
     }
     #else
    -#include 
    +# include 
     
    -#define FULL_TEST
    +# define FULL_TEST
     
    -static unsigned char k[16]={
    -	0x01,0x23,0x45,0x67,0x12,0x34,0x56,0x78,
    -	0x23,0x45,0x67,0x89,0x34,0x56,0x78,0x9A
    -	};
    +static unsigned char k[16] = {
    +    0x01, 0x23, 0x45, 0x67, 0x12, 0x34, 0x56, 0x78,
    +    0x23, 0x45, 0x67, 0x89, 0x34, 0x56, 0x78, 0x9A
    +};
     
    -static unsigned char in[8]={ 0x01,0x23,0x45,0x67,0x89,0xAB,0xCD,0xEF};
    +static unsigned char in[8] =
    +    { 0x01, 0x23, 0x45, 0x67, 0x89, 0xAB, 0xCD, 0xEF };
    +
    +static int k_len[3] = { 16, 10, 5 };
    +
    +static unsigned char c[3][8] = {
    +    {0x23, 0x8B, 0x4F, 0xE5, 0x84, 0x7E, 0x44, 0xB2},
    +    {0xEB, 0x6A, 0x71, 0x1A, 0x2C, 0x02, 0x27, 0x1B},
    +    {0x7A, 0xC8, 0x16, 0xD1, 0x6E, 0x9B, 0x30, 0x2E},
    +};
     
    -static int k_len[3]={16,10,5};
    -static unsigned char c[3][8]={
    -	{0x23,0x8B,0x4F,0xE5,0x84,0x7E,0x44,0xB2},
    -	{0xEB,0x6A,0x71,0x1A,0x2C,0x02,0x27,0x1B},
    -	{0x7A,0xC8,0x16,0xD1,0x6E,0x9B,0x30,0x2E},
    -	};
     static unsigned char out[80];
     
    -static unsigned char in_a[16]={
    -	0x01,0x23,0x45,0x67,0x12,0x34,0x56,0x78,
    -	0x23,0x45,0x67,0x89,0x34,0x56,0x78,0x9A};
    -static unsigned char in_b[16]={
    -	0x01,0x23,0x45,0x67,0x12,0x34,0x56,0x78,
    -	0x23,0x45,0x67,0x89,0x34,0x56,0x78,0x9A};
    -
    -static unsigned char c_a[16]={
    -	0xEE,0xA9,0xD0,0xA2,0x49,0xFD,0x3B,0xA6,
    -	0xB3,0x43,0x6F,0xB8,0x9D,0x6D,0xCA,0x92};
    -static unsigned char c_b[16]={
    -	0xB2,0xC9,0x5E,0xB0,0x0C,0x31,0xAD,0x71,
    -	0x80,0xAC,0x05,0xB8,0xE8,0x3D,0x69,0x6E};
    -
    -#if 0
    -char *text="Hello to all people out there";
    -
    -static unsigned char cfb_key[16]={
    -	0xe1,0xf0,0xc3,0xd2,0xa5,0xb4,0x87,0x96,
    -	0x69,0x78,0x4b,0x5a,0x2d,0x3c,0x0f,0x1e,
    -	};
    -static unsigned char cfb_iv[80]={0x34,0x12,0x78,0x56,0xab,0x90,0xef,0xcd};
    -static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8];
    -#define CFB_TEST_SIZE 24
    -static unsigned char plain[CFB_TEST_SIZE]=
    -        {
    -        0x4e,0x6f,0x77,0x20,0x69,0x73,
    -        0x20,0x74,0x68,0x65,0x20,0x74,
    -        0x69,0x6d,0x65,0x20,0x66,0x6f,
    -        0x72,0x20,0x61,0x6c,0x6c,0x20
    -        };
    -static unsigned char cfb_cipher64[CFB_TEST_SIZE]={
    -	0x59,0xD8,0xE2,0x65,0x00,0x58,0x6C,0x3F,
    -	0x2C,0x17,0x25,0xD0,0x1A,0x38,0xB7,0x2A,
    -	0x39,0x61,0x37,0xDC,0x79,0xFB,0x9F,0x45
    -
    -/*	0xF9,0x78,0x32,0xB5,0x42,0x1A,0x6B,0x38,
    -	0x9A,0x44,0xD6,0x04,0x19,0x43,0xC4,0xD9,
    -	0x3D,0x1E,0xAE,0x47,0xFC,0xCF,0x29,0x0B,*/
    -	}; 
    -#endif
    +static unsigned char in_a[16] = {
    +    0x01, 0x23, 0x45, 0x67, 0x12, 0x34, 0x56, 0x78,
    +    0x23, 0x45, 0x67, 0x89, 0x34, 0x56, 0x78, 0x9A
    +};
    +
    +static unsigned char in_b[16] = {
    +    0x01, 0x23, 0x45, 0x67, 0x12, 0x34, 0x56, 0x78,
    +    0x23, 0x45, 0x67, 0x89, 0x34, 0x56, 0x78, 0x9A
    +};
    +
    +static unsigned char c_a[16] = {
    +    0xEE, 0xA9, 0xD0, 0xA2, 0x49, 0xFD, 0x3B, 0xA6,
    +    0xB3, 0x43, 0x6F, 0xB8, 0x9D, 0x6D, 0xCA, 0x92
    +};
    +
    +static unsigned char c_b[16] = {
    +    0xB2, 0xC9, 0x5E, 0xB0, 0x0C, 0x31, 0xAD, 0x71,
    +    0x80, 0xAC, 0x05, 0xB8, 0xE8, 0x3D, 0x69, 0x6E
    +};
    +
    +# if 0
    +char *text = "Hello to all people out there";
    +
    +static unsigned char cfb_key[16] = {
    +    0xe1, 0xf0, 0xc3, 0xd2, 0xa5, 0xb4, 0x87, 0x96,
    +    0x69, 0x78, 0x4b, 0x5a, 0x2d, 0x3c, 0x0f, 0x1e,
    +};
    +static unsigned char cfb_iv[80] =
    +    { 0x34, 0x12, 0x78, 0x56, 0xab, 0x90, 0xef, 0xcd };
    +static unsigned char cfb_buf1[40], cfb_buf2[40], cfb_tmp[8];
    +#  define CFB_TEST_SIZE 24
    +static unsigned char plain[CFB_TEST_SIZE] = {
    +    0x4e, 0x6f, 0x77, 0x20, 0x69, 0x73,
    +    0x20, 0x74, 0x68, 0x65, 0x20, 0x74,
    +    0x69, 0x6d, 0x65, 0x20, 0x66, 0x6f,
    +    0x72, 0x20, 0x61, 0x6c, 0x6c, 0x20
    +};
    +
    +static unsigned char cfb_cipher64[CFB_TEST_SIZE] = {
    +    0x59, 0xD8, 0xE2, 0x65, 0x00, 0x58, 0x6C, 0x3F,
    +    0x2C, 0x17, 0x25, 0xD0, 0x1A, 0x38, 0xB7, 0x2A,
    +    0x39, 0x61, 0x37, 0xDC, 0x79, 0xFB, 0x9F, 0x45
    +/*- 0xF9,0x78,0x32,0xB5,0x42,0x1A,0x6B,0x38,
    +    0x9A,0x44,0xD6,0x04,0x19,0x43,0xC4,0xD9,
    +    0x3D,0x1E,0xAE,0x47,0xFC,0xCF,0x29,0x0B,*/
    +};
    +# endif
     
     int main(int argc, char *argv[])
    -    {
    -#ifdef FULL_TEST
    +{
    +# ifdef FULL_TEST
         long l;
         CAST_KEY key_b;
    -#endif
    -    int i,z,err=0;
    +# endif
    +    int i, z, err = 0;
         CAST_KEY key;
     
    -    for (z=0; z<3; z++)
    -	{
    -	CAST_set_key(&key,k_len[z],k);
    -
    -	CAST_ecb_encrypt(in,out,&key,CAST_ENCRYPT);
    -	if (memcmp(out,&(c[z][0]),8) != 0)
    -	    {
    -	    printf("ecb cast error encrypting for keysize %d\n",k_len[z]*8);
    -	    printf("got     :");
    -	    for (i=0; i<8; i++)
    -		printf("%02X ",out[i]);
    -	    printf("\n");
    -	    printf("expected:");
    -	    for (i=0; i<8; i++)
    -		printf("%02X ",c[z][i]);
    -	    err=20;
    -	    printf("\n");
    -	    }
    -
    -	CAST_ecb_encrypt(out,out,&key,CAST_DECRYPT);
    -	if (memcmp(out,in,8) != 0)
    -	    {
    -	    printf("ecb cast error decrypting for keysize %d\n",k_len[z]*8);
    -	    printf("got     :");
    -	    for (i=0; i<8; i++)
    -		printf("%02X ",out[i]);
    -	    printf("\n");
    -	    printf("expected:");
    -	    for (i=0; i<8; i++)
    -		printf("%02X ",in[i]);
    -	    printf("\n");
    -	    err=3;
    -	    }
    -	}
    +    for (z = 0; z < 3; z++) {
    +        CAST_set_key(&key, k_len[z], k);
    +
    +        CAST_ecb_encrypt(in, out, &key, CAST_ENCRYPT);
    +        if (memcmp(out, &(c[z][0]), 8) != 0) {
    +            printf("ecb cast error encrypting for keysize %d\n",
    +                   k_len[z] * 8);
    +            printf("got     :");
    +            for (i = 0; i < 8; i++)
    +                printf("%02X ", out[i]);
    +            printf("\n");
    +            printf("expected:");
    +            for (i = 0; i < 8; i++)
    +                printf("%02X ", c[z][i]);
    +            err = 20;
    +            printf("\n");
    +        }
    +
    +        CAST_ecb_encrypt(out, out, &key, CAST_DECRYPT);
    +        if (memcmp(out, in, 8) != 0) {
    +            printf("ecb cast error decrypting for keysize %d\n",
    +                   k_len[z] * 8);
    +            printf("got     :");
    +            for (i = 0; i < 8; i++)
    +                printf("%02X ", out[i]);
    +            printf("\n");
    +            printf("expected:");
    +            for (i = 0; i < 8; i++)
    +                printf("%02X ", in[i]);
    +            printf("\n");
    +            err = 3;
    +        }
    +    }
         if (err == 0)
    -	printf("ecb cast5 ok\n");
    -
    -#ifdef FULL_TEST
    -      {
    -      unsigned char out_a[16],out_b[16];
    -      static char *hex="0123456789ABCDEF";
    -      
    -      printf("This test will take some time....");
    -      fflush(stdout);
    -      memcpy(out_a,in_a,sizeof(in_a));
    -      memcpy(out_b,in_b,sizeof(in_b));
    -      i=1;
    -
    -      for (l=0; l<1000000L; l++)
    -	  {
    -	  CAST_set_key(&key_b,16,out_b);
    -	  CAST_ecb_encrypt(&(out_a[0]),&(out_a[0]),&key_b,CAST_ENCRYPT);
    -	  CAST_ecb_encrypt(&(out_a[8]),&(out_a[8]),&key_b,CAST_ENCRYPT);
    -	  CAST_set_key(&key,16,out_a);
    -	  CAST_ecb_encrypt(&(out_b[0]),&(out_b[0]),&key,CAST_ENCRYPT);
    -	  CAST_ecb_encrypt(&(out_b[8]),&(out_b[8]),&key,CAST_ENCRYPT);
    -	  if ((l & 0xffff) == 0xffff)
    -	      {
    -	      printf("%c",hex[i&0x0f]);
    -	      fflush(stdout);
    -	      i++;
    -	      }
    -	  }
    -
    -      if (	(memcmp(out_a,c_a,sizeof(c_a)) != 0) ||
    -		(memcmp(out_b,c_b,sizeof(c_b)) != 0))
    -	  {
    -	  printf("\n");
    -	  printf("Error\n");
    -
    -	  printf("A out =");
    -	  for (i=0; i<16; i++) printf("%02X ",out_a[i]);
    -	  printf("\nactual=");
    -	  for (i=0; i<16; i++) printf("%02X ",c_a[i]);
    -	  printf("\n");
    -
    -	  printf("B out =");
    -	  for (i=0; i<16; i++) printf("%02X ",out_b[i]);
    -	  printf("\nactual=");
    -	  for (i=0; i<16; i++) printf("%02X ",c_b[i]);
    -	  printf("\n");
    -	  }
    -      else
    -	  printf(" ok\n");
    -      }
    -#endif
    +        printf("ecb cast5 ok\n");
     
    -    EXIT(err);
    -    return(err);
    +# ifdef FULL_TEST
    +    {
    +        unsigned char out_a[16], out_b[16];
    +        static char *hex = "0123456789ABCDEF";
    +
    +        printf("This test will take some time....");
    +        fflush(stdout);
    +        memcpy(out_a, in_a, sizeof(in_a));
    +        memcpy(out_b, in_b, sizeof(in_b));
    +        i = 1;
    +
    +        for (l = 0; l < 1000000L; l++) {
    +            CAST_set_key(&key_b, 16, out_b);
    +            CAST_ecb_encrypt(&(out_a[0]), &(out_a[0]), &key_b, CAST_ENCRYPT);
    +            CAST_ecb_encrypt(&(out_a[8]), &(out_a[8]), &key_b, CAST_ENCRYPT);
    +            CAST_set_key(&key, 16, out_a);
    +            CAST_ecb_encrypt(&(out_b[0]), &(out_b[0]), &key, CAST_ENCRYPT);
    +            CAST_ecb_encrypt(&(out_b[8]), &(out_b[8]), &key, CAST_ENCRYPT);
    +            if ((l & 0xffff) == 0xffff) {
    +                printf("%c", hex[i & 0x0f]);
    +                fflush(stdout);
    +                i++;
    +            }
    +        }
    +
    +        if ((memcmp(out_a, c_a, sizeof(c_a)) != 0) ||
    +            (memcmp(out_b, c_b, sizeof(c_b)) != 0)) {
    +            printf("\n");
    +            printf("Error\n");
    +
    +            printf("A out =");
    +            for (i = 0; i < 16; i++)
    +                printf("%02X ", out_a[i]);
    +            printf("\nactual=");
    +            for (i = 0; i < 16; i++)
    +                printf("%02X ", c_a[i]);
    +            printf("\n");
    +
    +            printf("B out =");
    +            for (i = 0; i < 16; i++)
    +                printf("%02X ", out_b[i]);
    +            printf("\nactual=");
    +            for (i = 0; i < 16; i++)
    +                printf("%02X ", c_b[i]);
    +            printf("\n");
    +        } else
    +            printf(" ok\n");
         }
    +# endif
    +
    +    EXIT(err);
    +    return (err);
    +}
     #endif
    diff --git a/openssl/crypto/cmac/cm_ameth.c b/openssl/crypto/cmac/cm_ameth.c
    index 0b8e5670b..bf933e086 100644
    --- a/openssl/crypto/cmac/cm_ameth.c
    +++ b/openssl/crypto/cmac/cm_ameth.c
    @@ -1,5 +1,6 @@
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2010.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2010.
      */
     /* ====================================================================
      * Copyright (c) 2010 The OpenSSL Project.  All rights reserved.
    @@ -9,7 +10,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,42 +57,40 @@
     #include 
     #include "asn1_locl.h"
     
    -/* CMAC "ASN1" method. This is just here to indicate the
    - * maximum CMAC output length and to free up a CMAC
    - * key.
    +/*
    + * CMAC "ASN1" method. This is just here to indicate the maximum CMAC output
    + * length and to free up a CMAC key.
      */
     
     static int cmac_size(const EVP_PKEY *pkey)
    -	{
    -	return EVP_MAX_BLOCK_LENGTH;
    -	}
    +{
    +    return EVP_MAX_BLOCK_LENGTH;
    +}
     
     static void cmac_key_free(EVP_PKEY *pkey)
    -	{
    -	CMAC_CTX *cmctx = (CMAC_CTX *)pkey->pkey.ptr;
    -	if (cmctx)
    -		CMAC_CTX_free(cmctx);
    -	}
    +{
    +    CMAC_CTX *cmctx = (CMAC_CTX *)pkey->pkey.ptr;
    +    if (cmctx)
    +        CMAC_CTX_free(cmctx);
    +}
     
    -const EVP_PKEY_ASN1_METHOD cmac_asn1_meth = 
    -	{
    -	EVP_PKEY_CMAC,
    -	EVP_PKEY_CMAC,
    -	0,
    +const EVP_PKEY_ASN1_METHOD cmac_asn1_meth = {
    +    EVP_PKEY_CMAC,
    +    EVP_PKEY_CMAC,
    +    0,
     
    -	"CMAC",
    -	"OpenSSL CMAC method",
    +    "CMAC",
    +    "OpenSSL CMAC method",
     
    -	0,0,0,0,
    +    0, 0, 0, 0,
     
    -	0,0,0,
    +    0, 0, 0,
     
    -	cmac_size,
    -	0,
    -	0,0,0,0,0,0,0,
    -
    -	cmac_key_free,
    -	0,
    -	0,0
    -	};
    +    cmac_size,
    +    0,
    +    0, 0, 0, 0, 0, 0, 0,
     
    +    cmac_key_free,
    +    0,
    +    0, 0
    +};
    diff --git a/openssl/crypto/cmac/cm_pmeth.c b/openssl/crypto/cmac/cm_pmeth.c
    index 072228ec7..a2300df18 100644
    --- a/openssl/crypto/cmac/cm_pmeth.c
    +++ b/openssl/crypto/cmac/cm_pmeth.c
    @@ -1,5 +1,6 @@
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2010.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2010.
      */
     /* ====================================================================
      * Copyright (c) 2010 The OpenSSL Project.  All rights reserved.
    @@ -9,7 +10,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -61,164 +62,155 @@
     /* The context structure and "key" is simply a CMAC_CTX */
     
     static int pkey_cmac_init(EVP_PKEY_CTX *ctx)
    -	{
    -	ctx->data = CMAC_CTX_new();
    -	if (!ctx->data)
    -		return 0;
    -	ctx->keygen_info_count = 0;
    -	return 1;
    -	}
    +{
    +    ctx->data = CMAC_CTX_new();
    +    if (!ctx->data)
    +        return 0;
    +    ctx->keygen_info_count = 0;
    +    return 1;
    +}
     
     static int pkey_cmac_copy(EVP_PKEY_CTX *dst, EVP_PKEY_CTX *src)
    -	{
    -	if (!pkey_cmac_init(dst))
    -		return 0;
    -	if (!CMAC_CTX_copy(dst->data, src->data))
    -		return 0;
    -	return 1;
    -	}
    +{
    +    if (!pkey_cmac_init(dst))
    +        return 0;
    +    if (!CMAC_CTX_copy(dst->data, src->data))
    +        return 0;
    +    return 1;
    +}
     
     static void pkey_cmac_cleanup(EVP_PKEY_CTX *ctx)
    -	{
    -	CMAC_CTX_free(ctx->data);
    -	}
    +{
    +    CMAC_CTX_free(ctx->data);
    +}
     
     static int pkey_cmac_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey)
    -	{
    -	CMAC_CTX *cmkey = CMAC_CTX_new();
    -	CMAC_CTX *cmctx = ctx->data;
    -	if (!cmkey)
    -		return 0;
    -	if (!CMAC_CTX_copy(cmkey, cmctx))
    -		{
    -		CMAC_CTX_free(cmkey);
    -		return 0;
    -		}
    -	EVP_PKEY_assign(pkey, EVP_PKEY_CMAC, cmkey);
    -	
    -	return 1;
    -	}
    -
    -static int int_update(EVP_MD_CTX *ctx,const void *data,size_t count)
    -	{
    -	if (!CMAC_Update(ctx->pctx->data, data, count))
    -		return 0;
    -	return 1;
    -	}
    +{
    +    CMAC_CTX *cmkey = CMAC_CTX_new();
    +    CMAC_CTX *cmctx = ctx->data;
    +    if (!cmkey)
    +        return 0;
    +    if (!CMAC_CTX_copy(cmkey, cmctx)) {
    +        CMAC_CTX_free(cmkey);
    +        return 0;
    +    }
    +    EVP_PKEY_assign(pkey, EVP_PKEY_CMAC, cmkey);
    +
    +    return 1;
    +}
    +
    +static int int_update(EVP_MD_CTX *ctx, const void *data, size_t count)
    +{
    +    if (!CMAC_Update(ctx->pctx->data, data, count))
    +        return 0;
    +    return 1;
    +}
     
     static int cmac_signctx_init(EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx)
    -	{
    -	EVP_MD_CTX_set_flags(mctx, EVP_MD_CTX_FLAG_NO_INIT);
    -	mctx->update = int_update;
    -	return 1;
    -	}
    +{
    +    EVP_MD_CTX_set_flags(mctx, EVP_MD_CTX_FLAG_NO_INIT);
    +    mctx->update = int_update;
    +    return 1;
    +}
     
     static int cmac_signctx(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
    -					EVP_MD_CTX *mctx)
    -	{
    -	return CMAC_Final(ctx->data, sig, siglen);
    -	}
    +                        EVP_MD_CTX *mctx)
    +{
    +    return CMAC_Final(ctx->data, sig, siglen);
    +}
     
     static int pkey_cmac_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2)
    -	{
    -	CMAC_CTX *cmctx = ctx->data;
    -	switch (type)
    -		{
    -
    -		case EVP_PKEY_CTRL_SET_MAC_KEY:
    -		if (!p2 || p1 < 0)
    -			return 0;
    -		if (!CMAC_Init(cmctx, p2, p1, NULL, NULL))
    -			return 0;
    -		break;
    -
    -		case EVP_PKEY_CTRL_CIPHER:
    -		if (!CMAC_Init(cmctx, NULL, 0, p2, ctx->engine))
    -			return 0;
    -		break;
    -
    -		case EVP_PKEY_CTRL_MD:
    -		if (ctx->pkey && !CMAC_CTX_copy(ctx->data,
    -					(CMAC_CTX *)ctx->pkey->pkey.ptr))
    -			return 0;
    -		if (!CMAC_Init(cmctx, NULL, 0, NULL, NULL))
    -			return 0;
    -		break;
    -
    -		default:
    -		return -2;
    -
    -		}
    -	return 1;
    -	}
    +{
    +    CMAC_CTX *cmctx = ctx->data;
    +    switch (type) {
    +
    +    case EVP_PKEY_CTRL_SET_MAC_KEY:
    +        if (!p2 || p1 < 0)
    +            return 0;
    +        if (!CMAC_Init(cmctx, p2, p1, NULL, NULL))
    +            return 0;
    +        break;
    +
    +    case EVP_PKEY_CTRL_CIPHER:
    +        if (!CMAC_Init(cmctx, NULL, 0, p2, ctx->engine))
    +            return 0;
    +        break;
    +
    +    case EVP_PKEY_CTRL_MD:
    +        if (ctx->pkey && !CMAC_CTX_copy(ctx->data,
    +                                        (CMAC_CTX *)ctx->pkey->pkey.ptr))
    +            return 0;
    +        if (!CMAC_Init(cmctx, NULL, 0, NULL, NULL))
    +            return 0;
    +        break;
    +
    +    default:
    +        return -2;
    +
    +    }
    +    return 1;
    +}
     
     static int pkey_cmac_ctrl_str(EVP_PKEY_CTX *ctx,
    -			const char *type, const char *value)
    -	{
    -	if (!value)
    -		{
    -		return 0;
    -		}
    -	if (!strcmp(type, "key"))
    -		{
    -		void *p = (void *)value;
    -		return pkey_cmac_ctrl(ctx, EVP_PKEY_CTRL_SET_MAC_KEY,
    -								strlen(p), p);
    -		}
    -	if (!strcmp(type, "cipher"))
    -		{
    -		const EVP_CIPHER *c;
    -		c = EVP_get_cipherbyname(value);
    -		if (!c)
    -			return 0;
    -		return pkey_cmac_ctrl(ctx, EVP_PKEY_CTRL_CIPHER, -1, (void *)c);
    -		}
    -	if (!strcmp(type, "hexkey"))
    -		{
    -		unsigned char *key;
    -		int r;
    -		long keylen;
    -		key = string_to_hex(value, &keylen);
    -		if (!key)
    -			return 0;
    -		r = pkey_cmac_ctrl(ctx, EVP_PKEY_CTRL_SET_MAC_KEY, keylen, key);
    -		OPENSSL_free(key);
    -		return r;
    -		}
    -	return -2;
    -	}
    -
    -const EVP_PKEY_METHOD cmac_pkey_meth = 
    -	{
    -	EVP_PKEY_CMAC,
    -	EVP_PKEY_FLAG_SIGCTX_CUSTOM,
    -	pkey_cmac_init,
    -	pkey_cmac_copy,
    -	pkey_cmac_cleanup,
    -
    -	0, 0,
    -
    -	0,
    -	pkey_cmac_keygen,
    -
    -	0, 0,
    -
    -	0, 0,
    -
    -	0,0,
    -
    -	cmac_signctx_init,
    -	cmac_signctx,
    -
    -	0,0,
    -
    -	0,0,
    -
    -	0,0,
    -
    -	0,0,
    -
    -	pkey_cmac_ctrl,
    -	pkey_cmac_ctrl_str
    -
    -	};
    +                              const char *type, const char *value)
    +{
    +    if (!value) {
    +        return 0;
    +    }
    +    if (!strcmp(type, "key")) {
    +        void *p = (void *)value;
    +        return pkey_cmac_ctrl(ctx, EVP_PKEY_CTRL_SET_MAC_KEY, strlen(p), p);
    +    }
    +    if (!strcmp(type, "cipher")) {
    +        const EVP_CIPHER *c;
    +        c = EVP_get_cipherbyname(value);
    +        if (!c)
    +            return 0;
    +        return pkey_cmac_ctrl(ctx, EVP_PKEY_CTRL_CIPHER, -1, (void *)c);
    +    }
    +    if (!strcmp(type, "hexkey")) {
    +        unsigned char *key;
    +        int r;
    +        long keylen;
    +        key = string_to_hex(value, &keylen);
    +        if (!key)
    +            return 0;
    +        r = pkey_cmac_ctrl(ctx, EVP_PKEY_CTRL_SET_MAC_KEY, keylen, key);
    +        OPENSSL_free(key);
    +        return r;
    +    }
    +    return -2;
    +}
    +
    +const EVP_PKEY_METHOD cmac_pkey_meth = {
    +    EVP_PKEY_CMAC,
    +    EVP_PKEY_FLAG_SIGCTX_CUSTOM,
    +    pkey_cmac_init,
    +    pkey_cmac_copy,
    +    pkey_cmac_cleanup,
    +
    +    0, 0,
    +
    +    0,
    +    pkey_cmac_keygen,
    +
    +    0, 0,
    +
    +    0, 0,
    +
    +    0, 0,
    +
    +    cmac_signctx_init,
    +    cmac_signctx,
    +
    +    0, 0,
    +
    +    0, 0,
    +
    +    0, 0,
    +
    +    0, 0,
    +
    +    pkey_cmac_ctrl,
    +    pkey_cmac_ctrl_str
    +};
    diff --git a/openssl/crypto/cmac/cmac.c b/openssl/crypto/cmac/cmac.c
    index 8b72b0968..c5597a3f7 100644
    --- a/openssl/crypto/cmac/cmac.c
    +++ b/openssl/crypto/cmac/cmac.c
    @@ -1,5 +1,6 @@
     /* crypto/cmac/cmac.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
      * project.
      */
     /* ====================================================================
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -58,251 +59,238 @@
     #include 
     
     #ifdef OPENSSL_FIPS
    -#include 
    +# include 
     #endif
     
    -struct CMAC_CTX_st
    -	{
    -	/* Cipher context to use */
    -	EVP_CIPHER_CTX cctx;
    -	/* Keys k1 and k2 */
    -	unsigned char k1[EVP_MAX_BLOCK_LENGTH];
    -	unsigned char k2[EVP_MAX_BLOCK_LENGTH];
    -	/* Temporary block */
    -	unsigned char tbl[EVP_MAX_BLOCK_LENGTH];
    -	/* Last (possibly partial) block */
    -	unsigned char last_block[EVP_MAX_BLOCK_LENGTH];
    -	/* Number of bytes in last block: -1 means context not initialised */
    -	int nlast_block;
    -	};
    -
    +struct CMAC_CTX_st {
    +    /* Cipher context to use */
    +    EVP_CIPHER_CTX cctx;
    +    /* Keys k1 and k2 */
    +    unsigned char k1[EVP_MAX_BLOCK_LENGTH];
    +    unsigned char k2[EVP_MAX_BLOCK_LENGTH];
    +    /* Temporary block */
    +    unsigned char tbl[EVP_MAX_BLOCK_LENGTH];
    +    /* Last (possibly partial) block */
    +    unsigned char last_block[EVP_MAX_BLOCK_LENGTH];
    +    /* Number of bytes in last block: -1 means context not initialised */
    +    int nlast_block;
    +};
     
     /* Make temporary keys K1 and K2 */
     
     static void make_kn(unsigned char *k1, unsigned char *l, int bl)
    -	{
    -	int i;
    -	/* Shift block to left, including carry */
    -	for (i = 0; i < bl; i++)
    -		{
    -		k1[i] = l[i] << 1;
    -		if (i < bl - 1 && l[i + 1] & 0x80)
    -			k1[i] |= 1;
    -		}
    -	/* If MSB set fixup with R */
    -	if (l[0] & 0x80)
    -		k1[bl - 1] ^= bl == 16 ? 0x87 : 0x1b;
    -	}
    +{
    +    int i;
    +    /* Shift block to left, including carry */
    +    for (i = 0; i < bl; i++) {
    +        k1[i] = l[i] << 1;
    +        if (i < bl - 1 && l[i + 1] & 0x80)
    +            k1[i] |= 1;
    +    }
    +    /* If MSB set fixup with R */
    +    if (l[0] & 0x80)
    +        k1[bl - 1] ^= bl == 16 ? 0x87 : 0x1b;
    +}
     
     CMAC_CTX *CMAC_CTX_new(void)
    -	{
    -	CMAC_CTX *ctx;
    -	ctx = OPENSSL_malloc(sizeof(CMAC_CTX));
    -	if (!ctx)
    -		return NULL;
    -	EVP_CIPHER_CTX_init(&ctx->cctx);
    -	ctx->nlast_block = -1;
    -	return ctx;
    -	}
    +{
    +    CMAC_CTX *ctx;
    +    ctx = OPENSSL_malloc(sizeof(CMAC_CTX));
    +    if (!ctx)
    +        return NULL;
    +    EVP_CIPHER_CTX_init(&ctx->cctx);
    +    ctx->nlast_block = -1;
    +    return ctx;
    +}
     
     void CMAC_CTX_cleanup(CMAC_CTX *ctx)
    -	{
    +{
     #ifdef OPENSSL_FIPS
    -	if (FIPS_mode() && !ctx->cctx.engine)
    -		{
    -		FIPS_cmac_ctx_cleanup(ctx);
    -		return;
    -		}
    +    if (FIPS_mode() && !ctx->cctx.engine) {
    +        FIPS_cmac_ctx_cleanup(ctx);
    +        return;
    +    }
     #endif
    -	EVP_CIPHER_CTX_cleanup(&ctx->cctx);
    -	OPENSSL_cleanse(ctx->tbl, EVP_MAX_BLOCK_LENGTH);
    -	OPENSSL_cleanse(ctx->k1, EVP_MAX_BLOCK_LENGTH);
    -	OPENSSL_cleanse(ctx->k2, EVP_MAX_BLOCK_LENGTH);
    -	OPENSSL_cleanse(ctx->last_block, EVP_MAX_BLOCK_LENGTH);
    -	ctx->nlast_block = -1;
    -	}
    +    EVP_CIPHER_CTX_cleanup(&ctx->cctx);
    +    OPENSSL_cleanse(ctx->tbl, EVP_MAX_BLOCK_LENGTH);
    +    OPENSSL_cleanse(ctx->k1, EVP_MAX_BLOCK_LENGTH);
    +    OPENSSL_cleanse(ctx->k2, EVP_MAX_BLOCK_LENGTH);
    +    OPENSSL_cleanse(ctx->last_block, EVP_MAX_BLOCK_LENGTH);
    +    ctx->nlast_block = -1;
    +}
     
     EVP_CIPHER_CTX *CMAC_CTX_get0_cipher_ctx(CMAC_CTX *ctx)
    -	{
    -	return &ctx->cctx;
    -	}
    +{
    +    return &ctx->cctx;
    +}
     
     void CMAC_CTX_free(CMAC_CTX *ctx)
    -	{
    -	CMAC_CTX_cleanup(ctx);
    -	OPENSSL_free(ctx);
    -	}
    +{
    +    CMAC_CTX_cleanup(ctx);
    +    OPENSSL_free(ctx);
    +}
     
     int CMAC_CTX_copy(CMAC_CTX *out, const CMAC_CTX *in)
    -	{
    -	int bl;
    -	if (in->nlast_block == -1)
    -		return 0;
    -	if (!EVP_CIPHER_CTX_copy(&out->cctx, &in->cctx))
    -		return 0;
    -	bl = EVP_CIPHER_CTX_block_size(&in->cctx);
    -	memcpy(out->k1, in->k1, bl);
    -	memcpy(out->k2, in->k2, bl);
    -	memcpy(out->tbl, in->tbl, bl);
    -	memcpy(out->last_block, in->last_block, bl);
    -	out->nlast_block = in->nlast_block;
    -	return 1;
    -	}
    +{
    +    int bl;
    +    if (in->nlast_block == -1)
    +        return 0;
    +    if (!EVP_CIPHER_CTX_copy(&out->cctx, &in->cctx))
    +        return 0;
    +    bl = EVP_CIPHER_CTX_block_size(&in->cctx);
    +    memcpy(out->k1, in->k1, bl);
    +    memcpy(out->k2, in->k2, bl);
    +    memcpy(out->tbl, in->tbl, bl);
    +    memcpy(out->last_block, in->last_block, bl);
    +    out->nlast_block = in->nlast_block;
    +    return 1;
    +}
     
    -int CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen, 
    -			const EVP_CIPHER *cipher, ENGINE *impl)
    -	{
    -	static unsigned char zero_iv[EVP_MAX_BLOCK_LENGTH];
    +int CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen,
    +              const EVP_CIPHER *cipher, ENGINE *impl)
    +{
    +    static unsigned char zero_iv[EVP_MAX_BLOCK_LENGTH];
     #ifdef OPENSSL_FIPS
    -	if (FIPS_mode())
    -		{
    -		/* If we have an ENGINE need to allow non FIPS */
    -		if ((impl || ctx->cctx.engine)
    -			&& !(ctx->cctx.flags & EVP_CIPH_FLAG_NON_FIPS_ALLOW))
    -
    -			{
    -			EVPerr(EVP_F_CMAC_INIT, EVP_R_DISABLED_FOR_FIPS);
    -			return 0;
    -			}
    -		/* Other algorithm blocking will be done in FIPS_cmac_init,
    -		 * via FIPS_cipherinit().
    -		 */
    -		if (!impl && !ctx->cctx.engine)
    -			return FIPS_cmac_init(ctx, key, keylen, cipher, NULL);
    -		}
    +    if (FIPS_mode()) {
    +        /* If we have an ENGINE need to allow non FIPS */
    +        if ((impl || ctx->cctx.engine)
    +            && !(ctx->cctx.flags & EVP_CIPH_FLAG_NON_FIPS_ALLOW)) {
    +            EVPerr(EVP_F_CMAC_INIT, EVP_R_DISABLED_FOR_FIPS);
    +            return 0;
    +        }
    +        /*
    +         * Other algorithm blocking will be done in FIPS_cmac_init, via
    +         * FIPS_cipherinit().
    +         */
    +        if (!impl && !ctx->cctx.engine)
    +            return FIPS_cmac_init(ctx, key, keylen, cipher, NULL);
    +    }
     #endif
    -	/* All zeros means restart */
    -	if (!key && !cipher && !impl && keylen == 0)
    -		{
    -		/* Not initialised */
    -		if (ctx->nlast_block == -1)
    -			return 0;
    -		if (!EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, NULL, zero_iv))
    -			return 0;
    -		memset(ctx->tbl, 0, EVP_CIPHER_CTX_block_size(&ctx->cctx));
    -		ctx->nlast_block = 0;
    -		return 1;
    -		}
    -	/* Initialiase context */
    -	if (cipher && !EVP_EncryptInit_ex(&ctx->cctx, cipher, impl, NULL, NULL))
    -		return 0;
    -	/* Non-NULL key means initialisation complete */
    -	if (key)
    -		{
    -		int bl;
    -		if (!EVP_CIPHER_CTX_cipher(&ctx->cctx))
    -			return 0;
    -		if (!EVP_CIPHER_CTX_set_key_length(&ctx->cctx, keylen))
    -			return 0;
    -		if (!EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, key, zero_iv))
    -			return 0;
    -		bl = EVP_CIPHER_CTX_block_size(&ctx->cctx);
    -		if (!EVP_Cipher(&ctx->cctx, ctx->tbl, zero_iv, bl))
    -			return 0;
    -		make_kn(ctx->k1, ctx->tbl, bl);
    -		make_kn(ctx->k2, ctx->k1, bl);
    -		OPENSSL_cleanse(ctx->tbl, bl);
    -		/* Reset context again ready for first data block */
    -		if (!EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, NULL, zero_iv))
    -			return 0;
    -		/* Zero tbl so resume works */
    -		memset(ctx->tbl, 0, bl);
    -		ctx->nlast_block = 0;
    -		}
    -	return 1;
    -	}
    +    /* All zeros means restart */
    +    if (!key && !cipher && !impl && keylen == 0) {
    +        /* Not initialised */
    +        if (ctx->nlast_block == -1)
    +            return 0;
    +        if (!EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, NULL, zero_iv))
    +            return 0;
    +        memset(ctx->tbl, 0, EVP_CIPHER_CTX_block_size(&ctx->cctx));
    +        ctx->nlast_block = 0;
    +        return 1;
    +    }
    +    /* Initialiase context */
    +    if (cipher && !EVP_EncryptInit_ex(&ctx->cctx, cipher, impl, NULL, NULL))
    +        return 0;
    +    /* Non-NULL key means initialisation complete */
    +    if (key) {
    +        int bl;
    +        if (!EVP_CIPHER_CTX_cipher(&ctx->cctx))
    +            return 0;
    +        if (!EVP_CIPHER_CTX_set_key_length(&ctx->cctx, keylen))
    +            return 0;
    +        if (!EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, key, zero_iv))
    +            return 0;
    +        bl = EVP_CIPHER_CTX_block_size(&ctx->cctx);
    +        if (!EVP_Cipher(&ctx->cctx, ctx->tbl, zero_iv, bl))
    +            return 0;
    +        make_kn(ctx->k1, ctx->tbl, bl);
    +        make_kn(ctx->k2, ctx->k1, bl);
    +        OPENSSL_cleanse(ctx->tbl, bl);
    +        /* Reset context again ready for first data block */
    +        if (!EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, NULL, zero_iv))
    +            return 0;
    +        /* Zero tbl so resume works */
    +        memset(ctx->tbl, 0, bl);
    +        ctx->nlast_block = 0;
    +    }
    +    return 1;
    +}
     
     int CMAC_Update(CMAC_CTX *ctx, const void *in, size_t dlen)
    -	{
    -	const unsigned char *data = in;
    -	size_t bl;
    +{
    +    const unsigned char *data = in;
    +    size_t bl;
     #ifdef OPENSSL_FIPS
    -	if (FIPS_mode() && !ctx->cctx.engine)
    -		return FIPS_cmac_update(ctx, in, dlen);
    +    if (FIPS_mode() && !ctx->cctx.engine)
    +        return FIPS_cmac_update(ctx, in, dlen);
     #endif
    -	if (ctx->nlast_block == -1)
    -		return 0;
    -	if (dlen == 0)
    -		return 1;
    -	bl = EVP_CIPHER_CTX_block_size(&ctx->cctx);
    -	/* Copy into partial block if we need to */
    -	if (ctx->nlast_block > 0)
    -		{
    -		size_t nleft;
    -		nleft = bl - ctx->nlast_block;
    -		if (dlen < nleft)
    -			nleft = dlen;
    -		memcpy(ctx->last_block + ctx->nlast_block, data, nleft);
    -		dlen -= nleft;
    -		ctx->nlast_block += nleft;
    -		/* If no more to process return */
    -		if (dlen == 0)
    -			return 1;
    -		data += nleft;
    -		/* Else not final block so encrypt it */
    -		if (!EVP_Cipher(&ctx->cctx, ctx->tbl, ctx->last_block,bl))
    -			return 0;
    -		}
    -	/* Encrypt all but one of the complete blocks left */
    -	while(dlen > bl)
    -		{
    -		if (!EVP_Cipher(&ctx->cctx, ctx->tbl, data, bl))
    -			return 0;
    -		dlen -= bl;
    -		data += bl;
    -		}
    -	/* Copy any data left to last block buffer */
    -	memcpy(ctx->last_block, data, dlen);
    -	ctx->nlast_block = dlen;
    -	return 1;
    +    if (ctx->nlast_block == -1)
    +        return 0;
    +    if (dlen == 0)
    +        return 1;
    +    bl = EVP_CIPHER_CTX_block_size(&ctx->cctx);
    +    /* Copy into partial block if we need to */
    +    if (ctx->nlast_block > 0) {
    +        size_t nleft;
    +        nleft = bl - ctx->nlast_block;
    +        if (dlen < nleft)
    +            nleft = dlen;
    +        memcpy(ctx->last_block + ctx->nlast_block, data, nleft);
    +        dlen -= nleft;
    +        ctx->nlast_block += nleft;
    +        /* If no more to process return */
    +        if (dlen == 0)
    +            return 1;
    +        data += nleft;
    +        /* Else not final block so encrypt it */
    +        if (!EVP_Cipher(&ctx->cctx, ctx->tbl, ctx->last_block, bl))
    +            return 0;
    +    }
    +    /* Encrypt all but one of the complete blocks left */
    +    while (dlen > bl) {
    +        if (!EVP_Cipher(&ctx->cctx, ctx->tbl, data, bl))
    +            return 0;
    +        dlen -= bl;
    +        data += bl;
    +    }
    +    /* Copy any data left to last block buffer */
    +    memcpy(ctx->last_block, data, dlen);
    +    ctx->nlast_block = dlen;
    +    return 1;
     
    -	}
    +}
     
     int CMAC_Final(CMAC_CTX *ctx, unsigned char *out, size_t *poutlen)
    -	{
    -	int i, bl, lb;
    +{
    +    int i, bl, lb;
     #ifdef OPENSSL_FIPS
    -	if (FIPS_mode() && !ctx->cctx.engine)
    -		return FIPS_cmac_final(ctx, out, poutlen);
    +    if (FIPS_mode() && !ctx->cctx.engine)
    +        return FIPS_cmac_final(ctx, out, poutlen);
     #endif
    -	if (ctx->nlast_block == -1)
    -		return 0;
    -	bl = EVP_CIPHER_CTX_block_size(&ctx->cctx);
    -	*poutlen = (size_t)bl;
    -	if (!out)
    -		return 1;
    -	lb = ctx->nlast_block;
    -	/* Is last block complete? */
    -	if (lb == bl)
    -		{
    -		for (i = 0; i < bl; i++)
    -			out[i] = ctx->last_block[i] ^ ctx->k1[i];
    -		}
    -	else
    -		{
    -		ctx->last_block[lb] = 0x80;
    -		if (bl - lb > 1)
    -			memset(ctx->last_block + lb + 1, 0, bl - lb - 1);
    -		for (i = 0; i < bl; i++)
    -			out[i] = ctx->last_block[i] ^ ctx->k2[i];
    -		}
    -	if (!EVP_Cipher(&ctx->cctx, out, out, bl))
    -		{
    -		OPENSSL_cleanse(out, bl);	
    -		return 0;
    -		}
    -	return 1;
    -	}
    +    if (ctx->nlast_block == -1)
    +        return 0;
    +    bl = EVP_CIPHER_CTX_block_size(&ctx->cctx);
    +    *poutlen = (size_t)bl;
    +    if (!out)
    +        return 1;
    +    lb = ctx->nlast_block;
    +    /* Is last block complete? */
    +    if (lb == bl) {
    +        for (i = 0; i < bl; i++)
    +            out[i] = ctx->last_block[i] ^ ctx->k1[i];
    +    } else {
    +        ctx->last_block[lb] = 0x80;
    +        if (bl - lb > 1)
    +            memset(ctx->last_block + lb + 1, 0, bl - lb - 1);
    +        for (i = 0; i < bl; i++)
    +            out[i] = ctx->last_block[i] ^ ctx->k2[i];
    +    }
    +    if (!EVP_Cipher(&ctx->cctx, out, out, bl)) {
    +        OPENSSL_cleanse(out, bl);
    +        return 0;
    +    }
    +    return 1;
    +}
     
     int CMAC_resume(CMAC_CTX *ctx)
    -	{
    -	if (ctx->nlast_block == -1)
    -		return 0;
    -	/* The buffer "tbl" containes the last fully encrypted block
    -	 * which is the last IV (or all zeroes if no last encrypted block).
    -	 * The last block has not been modified since CMAC_final().
    -	 * So reinitliasing using the last decrypted block will allow
    -	 * CMAC to continue after calling CMAC_Final(). 
    -	 */
    -	return EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, NULL, ctx->tbl);
    -	}
    +{
    +    if (ctx->nlast_block == -1)
    +        return 0;
    +    /*
    +     * The buffer "tbl" containes the last fully encrypted block which is the
    +     * last IV (or all zeroes if no last encrypted block). The last block has
    +     * not been modified since CMAC_final(). So reinitliasing using the last
    +     * decrypted block will allow CMAC to continue after calling
    +     * CMAC_Final().
    +     */
    +    return EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, NULL, ctx->tbl);
    +}
    diff --git a/openssl/crypto/cmac/cmac.h b/openssl/crypto/cmac/cmac.h
    index 712e92dce..175be8348 100644
    --- a/openssl/crypto/cmac/cmac.h
    +++ b/openssl/crypto/cmac/cmac.h
    @@ -1,5 +1,6 @@
     /* crypto/cmac/cmac.h */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
      * project.
      */
     /* ====================================================================
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -51,15 +52,14 @@
      * ====================================================================
      */
     
    -
     #ifndef HEADER_CMAC_H
    -#define HEADER_CMAC_H
    +# define HEADER_CMAC_H
     
     #ifdef __cplusplus
     extern "C" {
     #endif
     
    -#include 
    +# include 
     
     /* Opaque */
     typedef struct CMAC_CTX_st CMAC_CTX;
    @@ -70,8 +70,8 @@ void CMAC_CTX_free(CMAC_CTX *ctx);
     EVP_CIPHER_CTX *CMAC_CTX_get0_cipher_ctx(CMAC_CTX *ctx);
     int CMAC_CTX_copy(CMAC_CTX *out, const CMAC_CTX *in);
     
    -int CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen, 
    -			const EVP_CIPHER *cipher, ENGINE *impl);
    +int CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen,
    +              const EVP_CIPHER *cipher, ENGINE *impl);
     int CMAC_Update(CMAC_CTX *ctx, const void *data, size_t dlen);
     int CMAC_Final(CMAC_CTX *ctx, unsigned char *out, size_t *poutlen);
     int CMAC_resume(CMAC_CTX *ctx);
    diff --git a/openssl/crypto/cms/Makefile b/openssl/crypto/cms/Makefile
    index 9820adb21..644fef399 100644
    --- a/openssl/crypto/cms/Makefile
    +++ b/openssl/crypto/cms/Makefile
    @@ -19,10 +19,10 @@ APPS=
     LIB=$(TOP)/libcrypto.a
     LIBSRC= cms_lib.c cms_asn1.c cms_att.c cms_io.c cms_smime.c cms_err.c \
     	cms_sd.c cms_dd.c cms_cd.c cms_env.c cms_enc.c cms_ess.c \
    -	cms_pwri.c
    +	cms_pwri.c cms_kari.c
     LIBOBJ= cms_lib.o cms_asn1.o cms_att.o cms_io.o cms_smime.o cms_err.o \
     	cms_sd.o cms_dd.o cms_cd.o cms_env.o cms_enc.o cms_ess.o \
    -	cms_pwri.o
    +	cms_pwri.o cms_kari.o
     
     SRC= $(LIBSRC)
     
    @@ -218,20 +218,39 @@ cms_io.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
     cms_io.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
     cms_io.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h cms.h
     cms_io.o: cms_io.c cms_lcl.h
    +cms_kari.o: ../../e_os.h ../../include/openssl/aes.h
    +cms_kari.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h
    +cms_kari.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
    +cms_kari.o: ../../include/openssl/cms.h ../../include/openssl/conf.h
    +cms_kari.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
    +cms_kari.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
    +cms_kari.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
    +cms_kari.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
    +cms_kari.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
    +cms_kari.o: ../../include/openssl/opensslconf.h
    +cms_kari.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
    +cms_kari.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h
    +cms_kari.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
    +cms_kari.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
    +cms_kari.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
    +cms_kari.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
    +cms_kari.o: ../../include/openssl/x509v3.h ../asn1/asn1_locl.h ../cryptlib.h
    +cms_kari.o: cms_kari.c cms_lcl.h
     cms_lib.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h
     cms_lib.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
    -cms_lib.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
    -cms_lib.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
    -cms_lib.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
    -cms_lib.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
    -cms_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
    -cms_lib.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
    -cms_lib.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pem.h
    -cms_lib.o: ../../include/openssl/pem2.h ../../include/openssl/pkcs7.h
    -cms_lib.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
    -cms_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
    -cms_lib.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h cms.h
    -cms_lib.o: cms_lcl.h cms_lib.c
    +cms_lib.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
    +cms_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
    +cms_lib.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
    +cms_lib.o: ../../include/openssl/err.h ../../include/openssl/evp.h
    +cms_lib.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
    +cms_lib.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
    +cms_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
    +cms_lib.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h
    +cms_lib.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
    +cms_lib.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
    +cms_lib.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
    +cms_lib.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
    +cms_lib.o: cms.h cms_lcl.h cms_lib.c
     cms_pwri.o: ../../e_os.h ../../include/openssl/aes.h
     cms_pwri.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h
     cms_pwri.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
    @@ -281,4 +300,4 @@ cms_smime.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
     cms_smime.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
     cms_smime.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
     cms_smime.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
    -cms_smime.o: ../cryptlib.h cms_lcl.h cms_smime.c
    +cms_smime.o: ../asn1/asn1_locl.h ../cryptlib.h cms_lcl.h cms_smime.c
    diff --git a/openssl/crypto/cms/cms.h b/openssl/crypto/cms/cms.h
    index 36994fa6a..e6c7f964b 100644
    --- a/openssl/crypto/cms/cms.h
    +++ b/openssl/crypto/cms/cms.h
    @@ -1,5 +1,6 @@
     /* crypto/cms/cms.h */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
      * project.
      */
     /* ====================================================================
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -51,21 +52,19 @@
      * ====================================================================
      */
     
    -
     #ifndef HEADER_CMS_H
    -#define HEADER_CMS_H
    +# define HEADER_CMS_H
     
    -#include 
    +# include 
     
    -#ifdef OPENSSL_NO_CMS
    -#error CMS is disabled.
    -#endif
    +# ifdef OPENSSL_NO_CMS
    +#  error CMS is disabled.
    +# endif
     
     #ifdef __cplusplus
     extern "C" {
     #endif
     
    -
     typedef struct CMS_ContentInfo_st CMS_ContentInfo;
     typedef struct CMS_SignerInfo_st CMS_SignerInfo;
     typedef struct CMS_CertificateChoices CMS_CertificateChoices;
    @@ -73,45 +72,50 @@ typedef struct CMS_RevocationInfoChoice_st CMS_RevocationInfoChoice;
     typedef struct CMS_RecipientInfo_st CMS_RecipientInfo;
     typedef struct CMS_ReceiptRequest_st CMS_ReceiptRequest;
     typedef struct CMS_Receipt_st CMS_Receipt;
    +typedef struct CMS_RecipientEncryptedKey_st CMS_RecipientEncryptedKey;
    +typedef struct CMS_OtherKeyAttribute_st CMS_OtherKeyAttribute;
     
     DECLARE_STACK_OF(CMS_SignerInfo)
     DECLARE_STACK_OF(GENERAL_NAMES)
    +DECLARE_STACK_OF(CMS_RecipientEncryptedKey)
     DECLARE_ASN1_FUNCTIONS(CMS_ContentInfo)
     DECLARE_ASN1_FUNCTIONS(CMS_ReceiptRequest)
     DECLARE_ASN1_PRINT_FUNCTION(CMS_ContentInfo)
     
    -#define CMS_SIGNERINFO_ISSUER_SERIAL	0
    -#define CMS_SIGNERINFO_KEYIDENTIFIER	1
    +# define CMS_SIGNERINFO_ISSUER_SERIAL    0
    +# define CMS_SIGNERINFO_KEYIDENTIFIER    1
     
    -#define CMS_RECIPINFO_TRANS		0
    -#define CMS_RECIPINFO_AGREE		1
    -#define CMS_RECIPINFO_KEK		2
    -#define CMS_RECIPINFO_PASS		3
    -#define CMS_RECIPINFO_OTHER		4
    +# define CMS_RECIPINFO_NONE              -1
    +# define CMS_RECIPINFO_TRANS             0
    +# define CMS_RECIPINFO_AGREE             1
    +# define CMS_RECIPINFO_KEK               2
    +# define CMS_RECIPINFO_PASS              3
    +# define CMS_RECIPINFO_OTHER             4
     
     /* S/MIME related flags */
     
    -#define CMS_TEXT			0x1
    -#define CMS_NOCERTS			0x2
    -#define CMS_NO_CONTENT_VERIFY		0x4
    -#define CMS_NO_ATTR_VERIFY		0x8
    -#define CMS_NOSIGS			\
    -			(CMS_NO_CONTENT_VERIFY|CMS_NO_ATTR_VERIFY)
    -#define CMS_NOINTERN			0x10
    -#define CMS_NO_SIGNER_CERT_VERIFY	0x20
    -#define CMS_NOVERIFY			0x20
    -#define CMS_DETACHED			0x40
    -#define CMS_BINARY			0x80
    -#define CMS_NOATTR			0x100
    -#define	CMS_NOSMIMECAP			0x200
    -#define CMS_NOOLDMIMETYPE		0x400
    -#define CMS_CRLFEOL			0x800
    -#define CMS_STREAM			0x1000
    -#define CMS_NOCRL			0x2000
    -#define CMS_PARTIAL			0x4000
    -#define CMS_REUSE_DIGEST		0x8000
    -#define CMS_USE_KEYID			0x10000
    -#define CMS_DEBUG_DECRYPT		0x20000
    +# define CMS_TEXT                        0x1
    +# define CMS_NOCERTS                     0x2
    +# define CMS_NO_CONTENT_VERIFY           0x4
    +# define CMS_NO_ATTR_VERIFY              0x8
    +# define CMS_NOSIGS                      \
    +                        (CMS_NO_CONTENT_VERIFY|CMS_NO_ATTR_VERIFY)
    +# define CMS_NOINTERN                    0x10
    +# define CMS_NO_SIGNER_CERT_VERIFY       0x20
    +# define CMS_NOVERIFY                    0x20
    +# define CMS_DETACHED                    0x40
    +# define CMS_BINARY                      0x80
    +# define CMS_NOATTR                      0x100
    +# define CMS_NOSMIMECAP                  0x200
    +# define CMS_NOOLDMIMETYPE               0x400
    +# define CMS_CRLFEOL                     0x800
    +# define CMS_STREAM                      0x1000
    +# define CMS_NOCRL                       0x2000
    +# define CMS_PARTIAL                     0x4000
    +# define CMS_REUSE_DIGEST                0x8000
    +# define CMS_USE_KEYID                   0x10000
    +# define CMS_DEBUG_DECRYPT               0x20000
    +# define CMS_KEY_PARAM                   0x40000
     
     const ASN1_OBJECT *CMS_get0_type(CMS_ContentInfo *cms);
     
    @@ -122,120 +126,124 @@ ASN1_OCTET_STRING **CMS_get0_content(CMS_ContentInfo *cms);
     int CMS_is_detached(CMS_ContentInfo *cms);
     int CMS_set_detached(CMS_ContentInfo *cms, int detached);
     
    -#ifdef HEADER_PEM_H
    +# ifdef HEADER_PEM_H
     DECLARE_PEM_rw_const(CMS, CMS_ContentInfo)
    -#endif
    -
    +# endif
     int CMS_stream(unsigned char ***boundary, CMS_ContentInfo *cms);
     CMS_ContentInfo *d2i_CMS_bio(BIO *bp, CMS_ContentInfo **cms);
     int i2d_CMS_bio(BIO *bp, CMS_ContentInfo *cms);
     
     BIO *BIO_new_CMS(BIO *out, CMS_ContentInfo *cms);
     int i2d_CMS_bio_stream(BIO *out, CMS_ContentInfo *cms, BIO *in, int flags);
    -int PEM_write_bio_CMS_stream(BIO *out, CMS_ContentInfo *cms, BIO *in, int flags);
    +int PEM_write_bio_CMS_stream(BIO *out, CMS_ContentInfo *cms, BIO *in,
    +                             int flags);
     CMS_ContentInfo *SMIME_read_CMS(BIO *bio, BIO **bcont);
     int SMIME_write_CMS(BIO *bio, CMS_ContentInfo *cms, BIO *data, int flags);
     
    -int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, unsigned int flags);
    +int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont,
    +              unsigned int flags);
     
    -CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs,
    -						BIO *data, unsigned int flags);
    +CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey,
    +                          STACK_OF(X509) *certs, BIO *data,
    +                          unsigned int flags);
     
     CMS_ContentInfo *CMS_sign_receipt(CMS_SignerInfo *si,
    -					X509 *signcert, EVP_PKEY *pkey,
    -					STACK_OF(X509) *certs,
    -					unsigned int flags);
    +                                  X509 *signcert, EVP_PKEY *pkey,
    +                                  STACK_OF(X509) *certs, unsigned int flags);
     
     int CMS_data(CMS_ContentInfo *cms, BIO *out, unsigned int flags);
     CMS_ContentInfo *CMS_data_create(BIO *in, unsigned int flags);
     
     int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
    -							unsigned int flags);
    +                      unsigned int flags);
     CMS_ContentInfo *CMS_digest_create(BIO *in, const EVP_MD *md,
    -							unsigned int flags);
    +                                   unsigned int flags);
     
     int CMS_EncryptedData_decrypt(CMS_ContentInfo *cms,
    -				const unsigned char *key, size_t keylen,
    -				BIO *dcont, BIO *out, unsigned int flags);
    +                              const unsigned char *key, size_t keylen,
    +                              BIO *dcont, BIO *out, unsigned int flags);
     
     CMS_ContentInfo *CMS_EncryptedData_encrypt(BIO *in, const EVP_CIPHER *cipher,
    -					const unsigned char *key, size_t keylen,
    -					unsigned int flags);
    +                                           const unsigned char *key,
    +                                           size_t keylen, unsigned int flags);
     
     int CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph,
    -				const unsigned char *key, size_t keylen);
    +                               const unsigned char *key, size_t keylen);
     
     int CMS_verify(CMS_ContentInfo *cms, STACK_OF(X509) *certs,
    -		 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags);
    +               X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags);
     
     int CMS_verify_receipt(CMS_ContentInfo *rcms, CMS_ContentInfo *ocms,
    -			STACK_OF(X509) *certs,
    -			X509_STORE *store, unsigned int flags);
    +                       STACK_OF(X509) *certs,
    +                       X509_STORE *store, unsigned int flags);
     
     STACK_OF(X509) *CMS_get0_signers(CMS_ContentInfo *cms);
     
     CMS_ContentInfo *CMS_encrypt(STACK_OF(X509) *certs, BIO *in,
    -				const EVP_CIPHER *cipher, unsigned int flags);
    +                             const EVP_CIPHER *cipher, unsigned int flags);
     
     int CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pkey, X509 *cert,
    -				BIO *dcont, BIO *out,
    -				unsigned int flags);
    -	
    +                BIO *dcont, BIO *out, unsigned int flags);
    +
     int CMS_decrypt_set1_pkey(CMS_ContentInfo *cms, EVP_PKEY *pk, X509 *cert);
    -int CMS_decrypt_set1_key(CMS_ContentInfo *cms, 
    -				unsigned char *key, size_t keylen,
    -				unsigned char *id, size_t idlen);
    -int CMS_decrypt_set1_password(CMS_ContentInfo *cms, 
    -				unsigned char *pass, ossl_ssize_t passlen);
    +int CMS_decrypt_set1_key(CMS_ContentInfo *cms,
    +                         unsigned char *key, size_t keylen,
    +                         unsigned char *id, size_t idlen);
    +int CMS_decrypt_set1_password(CMS_ContentInfo *cms,
    +                              unsigned char *pass, ossl_ssize_t passlen);
     
     STACK_OF(CMS_RecipientInfo) *CMS_get0_RecipientInfos(CMS_ContentInfo *cms);
     int CMS_RecipientInfo_type(CMS_RecipientInfo *ri);
    +EVP_PKEY_CTX *CMS_RecipientInfo_get0_pkey_ctx(CMS_RecipientInfo *ri);
     CMS_ContentInfo *CMS_EnvelopedData_create(const EVP_CIPHER *cipher);
     CMS_RecipientInfo *CMS_add1_recipient_cert(CMS_ContentInfo *cms,
    -					X509 *recip, unsigned int flags);
    +                                           X509 *recip, unsigned int flags);
     int CMS_RecipientInfo_set0_pkey(CMS_RecipientInfo *ri, EVP_PKEY *pkey);
     int CMS_RecipientInfo_ktri_cert_cmp(CMS_RecipientInfo *ri, X509 *cert);
     int CMS_RecipientInfo_ktri_get0_algs(CMS_RecipientInfo *ri,
    -					EVP_PKEY **pk, X509 **recip,
    -					X509_ALGOR **palg);
    +                                     EVP_PKEY **pk, X509 **recip,
    +                                     X509_ALGOR **palg);
     int CMS_RecipientInfo_ktri_get0_signer_id(CMS_RecipientInfo *ri,
    -					ASN1_OCTET_STRING **keyid,
    -					X509_NAME **issuer, ASN1_INTEGER **sno);
    +                                          ASN1_OCTET_STRING **keyid,
    +                                          X509_NAME **issuer,
    +                                          ASN1_INTEGER **sno);
     
     CMS_RecipientInfo *CMS_add0_recipient_key(CMS_ContentInfo *cms, int nid,
    -					unsigned char *key, size_t keylen,
    -					unsigned char *id, size_t idlen,
    -					ASN1_GENERALIZEDTIME *date,
    -					ASN1_OBJECT *otherTypeId,
    -					ASN1_TYPE *otherType);
    +                                          unsigned char *key, size_t keylen,
    +                                          unsigned char *id, size_t idlen,
    +                                          ASN1_GENERALIZEDTIME *date,
    +                                          ASN1_OBJECT *otherTypeId,
    +                                          ASN1_TYPE *otherType);
     
     int CMS_RecipientInfo_kekri_get0_id(CMS_RecipientInfo *ri,
    -					X509_ALGOR **palg,
    -					ASN1_OCTET_STRING **pid,
    -					ASN1_GENERALIZEDTIME **pdate,
    -					ASN1_OBJECT **potherid,
    -					ASN1_TYPE **pothertype);
    +                                    X509_ALGOR **palg,
    +                                    ASN1_OCTET_STRING **pid,
    +                                    ASN1_GENERALIZEDTIME **pdate,
    +                                    ASN1_OBJECT **potherid,
    +                                    ASN1_TYPE **pothertype);
     
    -int CMS_RecipientInfo_set0_key(CMS_RecipientInfo *ri, 
    -				unsigned char *key, size_t keylen);
    +int CMS_RecipientInfo_set0_key(CMS_RecipientInfo *ri,
    +                               unsigned char *key, size_t keylen);
     
    -int CMS_RecipientInfo_kekri_id_cmp(CMS_RecipientInfo *ri, 
    -					const unsigned char *id, size_t idlen);
    +int CMS_RecipientInfo_kekri_id_cmp(CMS_RecipientInfo *ri,
    +                                   const unsigned char *id, size_t idlen);
     
    -int CMS_RecipientInfo_set0_password(CMS_RecipientInfo *ri, 
    -					unsigned char *pass,
    -					ossl_ssize_t passlen);
    +int CMS_RecipientInfo_set0_password(CMS_RecipientInfo *ri,
    +                                    unsigned char *pass,
    +                                    ossl_ssize_t passlen);
     
     CMS_RecipientInfo *CMS_add0_recipient_password(CMS_ContentInfo *cms,
    -					int iter, int wrap_nid, int pbe_nid,
    -					unsigned char *pass,
    -					ossl_ssize_t passlen,
    -					const EVP_CIPHER *kekciph);
    +                                               int iter, int wrap_nid,
    +                                               int pbe_nid,
    +                                               unsigned char *pass,
    +                                               ossl_ssize_t passlen,
    +                                               const EVP_CIPHER *kekciph);
     
     int CMS_RecipientInfo_decrypt(CMS_ContentInfo *cms, CMS_RecipientInfo *ri);
    -	
    +int CMS_RecipientInfo_encrypt(CMS_ContentInfo *cms, CMS_RecipientInfo *ri);
    +
     int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
    -							unsigned int flags);
    +                   unsigned int flags);
     CMS_ContentInfo *CMS_compress(BIO *in, int comp_nid, unsigned int flags);
     
     int CMS_set1_eContentType(CMS_ContentInfo *cms, const ASN1_OBJECT *oid);
    @@ -253,86 +261,121 @@ STACK_OF(X509_CRL) *CMS_get1_crls(CMS_ContentInfo *cms);
     
     int CMS_SignedData_init(CMS_ContentInfo *cms);
     CMS_SignerInfo *CMS_add1_signer(CMS_ContentInfo *cms,
    -			X509 *signer, EVP_PKEY *pk, const EVP_MD *md,
    -			unsigned int flags);
    +                                X509 *signer, EVP_PKEY *pk, const EVP_MD *md,
    +                                unsigned int flags);
    +EVP_PKEY_CTX *CMS_SignerInfo_get0_pkey_ctx(CMS_SignerInfo *si);
    +EVP_MD_CTX *CMS_SignerInfo_get0_md_ctx(CMS_SignerInfo *si);
     STACK_OF(CMS_SignerInfo) *CMS_get0_SignerInfos(CMS_ContentInfo *cms);
     
     void CMS_SignerInfo_set1_signer_cert(CMS_SignerInfo *si, X509 *signer);
     int CMS_SignerInfo_get0_signer_id(CMS_SignerInfo *si,
    -					ASN1_OCTET_STRING **keyid,
    -					X509_NAME **issuer, ASN1_INTEGER **sno);
    +                                  ASN1_OCTET_STRING **keyid,
    +                                  X509_NAME **issuer, ASN1_INTEGER **sno);
     int CMS_SignerInfo_cert_cmp(CMS_SignerInfo *si, X509 *cert);
     int CMS_set1_signers_certs(CMS_ContentInfo *cms, STACK_OF(X509) *certs,
    -					unsigned int flags);
    -void CMS_SignerInfo_get0_algs(CMS_SignerInfo *si, EVP_PKEY **pk, X509 **signer,
    -					X509_ALGOR **pdig, X509_ALGOR **psig);
    +                           unsigned int flags);
    +void CMS_SignerInfo_get0_algs(CMS_SignerInfo *si, EVP_PKEY **pk,
    +                              X509 **signer, X509_ALGOR **pdig,
    +                              X509_ALGOR **psig);
    +ASN1_OCTET_STRING *CMS_SignerInfo_get0_signature(CMS_SignerInfo *si);
     int CMS_SignerInfo_sign(CMS_SignerInfo *si);
     int CMS_SignerInfo_verify(CMS_SignerInfo *si);
     int CMS_SignerInfo_verify_content(CMS_SignerInfo *si, BIO *chain);
     
     int CMS_add_smimecap(CMS_SignerInfo *si, STACK_OF(X509_ALGOR) *algs);
     int CMS_add_simple_smimecap(STACK_OF(X509_ALGOR) **algs,
    -				int algnid, int keysize);
    +                            int algnid, int keysize);
     int CMS_add_standard_smimecap(STACK_OF(X509_ALGOR) **smcap);
     
     int CMS_signed_get_attr_count(const CMS_SignerInfo *si);
     int CMS_signed_get_attr_by_NID(const CMS_SignerInfo *si, int nid,
    -			  int lastpos);
    +                               int lastpos);
     int CMS_signed_get_attr_by_OBJ(const CMS_SignerInfo *si, ASN1_OBJECT *obj,
    -			  int lastpos);
    +                               int lastpos);
     X509_ATTRIBUTE *CMS_signed_get_attr(const CMS_SignerInfo *si, int loc);
     X509_ATTRIBUTE *CMS_signed_delete_attr(CMS_SignerInfo *si, int loc);
     int CMS_signed_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr);
     int CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo *si,
    -			const ASN1_OBJECT *obj, int type,
    -			const void *bytes, int len);
    +                                const ASN1_OBJECT *obj, int type,
    +                                const void *bytes, int len);
     int CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si,
    -			int nid, int type,
    -			const void *bytes, int len);
    +                                int nid, int type,
    +                                const void *bytes, int len);
     int CMS_signed_add1_attr_by_txt(CMS_SignerInfo *si,
    -			const char *attrname, int type,
    -			const void *bytes, int len);
    +                                const char *attrname, int type,
    +                                const void *bytes, int len);
     void *CMS_signed_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid,
    -					int lastpos, int type);
    +                                  int lastpos, int type);
     
     int CMS_unsigned_get_attr_count(const CMS_SignerInfo *si);
     int CMS_unsigned_get_attr_by_NID(const CMS_SignerInfo *si, int nid,
    -			  int lastpos);
    +                                 int lastpos);
     int CMS_unsigned_get_attr_by_OBJ(const CMS_SignerInfo *si, ASN1_OBJECT *obj,
    -			  int lastpos);
    +                                 int lastpos);
     X509_ATTRIBUTE *CMS_unsigned_get_attr(const CMS_SignerInfo *si, int loc);
     X509_ATTRIBUTE *CMS_unsigned_delete_attr(CMS_SignerInfo *si, int loc);
     int CMS_unsigned_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr);
     int CMS_unsigned_add1_attr_by_OBJ(CMS_SignerInfo *si,
    -			const ASN1_OBJECT *obj, int type,
    -			const void *bytes, int len);
    +                                  const ASN1_OBJECT *obj, int type,
    +                                  const void *bytes, int len);
     int CMS_unsigned_add1_attr_by_NID(CMS_SignerInfo *si,
    -			int nid, int type,
    -			const void *bytes, int len);
    +                                  int nid, int type,
    +                                  const void *bytes, int len);
     int CMS_unsigned_add1_attr_by_txt(CMS_SignerInfo *si,
    -			const char *attrname, int type,
    -			const void *bytes, int len);
    +                                  const char *attrname, int type,
    +                                  const void *bytes, int len);
     void *CMS_unsigned_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid,
    -					int lastpos, int type);
    +                                    int lastpos, int type);
     
    -#ifdef HEADER_X509V3_H
    +# ifdef HEADER_X509V3_H
     
     int CMS_get1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest **prr);
     CMS_ReceiptRequest *CMS_ReceiptRequest_create0(unsigned char *id, int idlen,
    -				int allorfirst,
    -				STACK_OF(GENERAL_NAMES) *receiptList,
    -				STACK_OF(GENERAL_NAMES) *receiptsTo);
    +                                               int allorfirst,
    +                                               STACK_OF(GENERAL_NAMES)
    +                                               *receiptList, STACK_OF(GENERAL_NAMES)
    +                                               *receiptsTo);
     int CMS_add1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest *rr);
     void CMS_ReceiptRequest_get0_values(CMS_ReceiptRequest *rr,
    -					ASN1_STRING **pcid,
    -					int *pallorfirst,
    -					STACK_OF(GENERAL_NAMES) **plist,
    -					STACK_OF(GENERAL_NAMES) **prto);
    -
    -#endif
    +                                    ASN1_STRING **pcid,
    +                                    int *pallorfirst,
    +                                    STACK_OF(GENERAL_NAMES) **plist,
    +                                    STACK_OF(GENERAL_NAMES) **prto);
    +# endif
    +int CMS_RecipientInfo_kari_get0_alg(CMS_RecipientInfo *ri,
    +                                    X509_ALGOR **palg,
    +                                    ASN1_OCTET_STRING **pukm);
    +STACK_OF(CMS_RecipientEncryptedKey)
    +*CMS_RecipientInfo_kari_get0_reks(CMS_RecipientInfo *ri);
    +
    +int CMS_RecipientInfo_kari_get0_orig_id(CMS_RecipientInfo *ri,
    +                                        X509_ALGOR **pubalg,
    +                                        ASN1_BIT_STRING **pubkey,
    +                                        ASN1_OCTET_STRING **keyid,
    +                                        X509_NAME **issuer,
    +                                        ASN1_INTEGER **sno);
    +
    +int CMS_RecipientInfo_kari_orig_id_cmp(CMS_RecipientInfo *ri, X509 *cert);
    +
    +int CMS_RecipientEncryptedKey_get0_id(CMS_RecipientEncryptedKey *rek,
    +                                      ASN1_OCTET_STRING **keyid,
    +                                      ASN1_GENERALIZEDTIME **tm,
    +                                      CMS_OtherKeyAttribute **other,
    +                                      X509_NAME **issuer, ASN1_INTEGER **sno);
    +int CMS_RecipientEncryptedKey_cert_cmp(CMS_RecipientEncryptedKey *rek,
    +                                       X509 *cert);
    +int CMS_RecipientInfo_kari_set0_pkey(CMS_RecipientInfo *ri, EVP_PKEY *pk);
    +EVP_CIPHER_CTX *CMS_RecipientInfo_kari_get0_ctx(CMS_RecipientInfo *ri);
    +int CMS_RecipientInfo_kari_decrypt(CMS_ContentInfo *cms,
    +                                   CMS_RecipientInfo *ri,
    +                                   CMS_RecipientEncryptedKey *rek);
    +
    +int CMS_SharedInfo_encode(unsigned char **pder, X509_ALGOR *kekalg,
    +                          ASN1_OCTET_STRING *ukm, int keylen);
     
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     void ERR_load_CMS_strings(void);
    @@ -340,160 +383,171 @@ void ERR_load_CMS_strings(void);
     /* Error codes for the CMS functions. */
     
     /* Function codes. */
    -#define CMS_F_CHECK_CONTENT				 99
    -#define CMS_F_CMS_ADD0_CERT				 164
    -#define CMS_F_CMS_ADD0_RECIPIENT_KEY			 100
    -#define CMS_F_CMS_ADD0_RECIPIENT_PASSWORD		 165
    -#define CMS_F_CMS_ADD1_RECEIPTREQUEST			 158
    -#define CMS_F_CMS_ADD1_RECIPIENT_CERT			 101
    -#define CMS_F_CMS_ADD1_SIGNER				 102
    -#define CMS_F_CMS_ADD1_SIGNINGTIME			 103
    -#define CMS_F_CMS_COMPRESS				 104
    -#define CMS_F_CMS_COMPRESSEDDATA_CREATE			 105
    -#define CMS_F_CMS_COMPRESSEDDATA_INIT_BIO		 106
    -#define CMS_F_CMS_COPY_CONTENT				 107
    -#define CMS_F_CMS_COPY_MESSAGEDIGEST			 108
    -#define CMS_F_CMS_DATA					 109
    -#define CMS_F_CMS_DATAFINAL				 110
    -#define CMS_F_CMS_DATAINIT				 111
    -#define CMS_F_CMS_DECRYPT				 112
    -#define CMS_F_CMS_DECRYPT_SET1_KEY			 113
    -#define CMS_F_CMS_DECRYPT_SET1_PASSWORD			 166
    -#define CMS_F_CMS_DECRYPT_SET1_PKEY			 114
    -#define CMS_F_CMS_DIGESTALGORITHM_FIND_CTX		 115
    -#define CMS_F_CMS_DIGESTALGORITHM_INIT_BIO		 116
    -#define CMS_F_CMS_DIGESTEDDATA_DO_FINAL			 117
    -#define CMS_F_CMS_DIGEST_VERIFY				 118
    -#define CMS_F_CMS_ENCODE_RECEIPT			 161
    -#define CMS_F_CMS_ENCRYPT				 119
    -#define CMS_F_CMS_ENCRYPTEDCONTENT_INIT_BIO		 120
    -#define CMS_F_CMS_ENCRYPTEDDATA_DECRYPT			 121
    -#define CMS_F_CMS_ENCRYPTEDDATA_ENCRYPT			 122
    -#define CMS_F_CMS_ENCRYPTEDDATA_SET1_KEY		 123
    -#define CMS_F_CMS_ENVELOPEDDATA_CREATE			 124
    -#define CMS_F_CMS_ENVELOPEDDATA_INIT_BIO		 125
    -#define CMS_F_CMS_ENVELOPED_DATA_INIT			 126
    -#define CMS_F_CMS_FINAL					 127
    -#define CMS_F_CMS_GET0_CERTIFICATE_CHOICES		 128
    -#define CMS_F_CMS_GET0_CONTENT				 129
    -#define CMS_F_CMS_GET0_ECONTENT_TYPE			 130
    -#define CMS_F_CMS_GET0_ENVELOPED			 131
    -#define CMS_F_CMS_GET0_REVOCATION_CHOICES		 132
    -#define CMS_F_CMS_GET0_SIGNED				 133
    -#define CMS_F_CMS_MSGSIGDIGEST_ADD1			 162
    -#define CMS_F_CMS_RECEIPTREQUEST_CREATE0		 159
    -#define CMS_F_CMS_RECEIPT_VERIFY			 160
    -#define CMS_F_CMS_RECIPIENTINFO_DECRYPT			 134
    -#define CMS_F_CMS_RECIPIENTINFO_KEKRI_DECRYPT		 135
    -#define CMS_F_CMS_RECIPIENTINFO_KEKRI_ENCRYPT		 136
    -#define CMS_F_CMS_RECIPIENTINFO_KEKRI_GET0_ID		 137
    -#define CMS_F_CMS_RECIPIENTINFO_KEKRI_ID_CMP		 138
    -#define CMS_F_CMS_RECIPIENTINFO_KTRI_CERT_CMP		 139
    -#define CMS_F_CMS_RECIPIENTINFO_KTRI_DECRYPT		 140
    -#define CMS_F_CMS_RECIPIENTINFO_KTRI_ENCRYPT		 141
    -#define CMS_F_CMS_RECIPIENTINFO_KTRI_GET0_ALGS		 142
    -#define CMS_F_CMS_RECIPIENTINFO_KTRI_GET0_SIGNER_ID	 143
    -#define CMS_F_CMS_RECIPIENTINFO_PWRI_CRYPT		 167
    -#define CMS_F_CMS_RECIPIENTINFO_SET0_KEY		 144
    -#define CMS_F_CMS_RECIPIENTINFO_SET0_PASSWORD		 168
    -#define CMS_F_CMS_RECIPIENTINFO_SET0_PKEY		 145
    -#define CMS_F_CMS_SET1_SIGNERIDENTIFIER			 146
    -#define CMS_F_CMS_SET_DETACHED				 147
    -#define CMS_F_CMS_SIGN					 148
    -#define CMS_F_CMS_SIGNED_DATA_INIT			 149
    -#define CMS_F_CMS_SIGNERINFO_CONTENT_SIGN		 150
    -#define CMS_F_CMS_SIGNERINFO_SIGN			 151
    -#define CMS_F_CMS_SIGNERINFO_VERIFY			 152
    -#define CMS_F_CMS_SIGNERINFO_VERIFY_CERT		 153
    -#define CMS_F_CMS_SIGNERINFO_VERIFY_CONTENT		 154
    -#define CMS_F_CMS_SIGN_RECEIPT				 163
    -#define CMS_F_CMS_STREAM				 155
    -#define CMS_F_CMS_UNCOMPRESS				 156
    -#define CMS_F_CMS_VERIFY				 157
    +# define CMS_F_CHECK_CONTENT                              99
    +# define CMS_F_CMS_ADD0_CERT                              164
    +# define CMS_F_CMS_ADD0_RECIPIENT_KEY                     100
    +# define CMS_F_CMS_ADD0_RECIPIENT_PASSWORD                165
    +# define CMS_F_CMS_ADD1_RECEIPTREQUEST                    158
    +# define CMS_F_CMS_ADD1_RECIPIENT_CERT                    101
    +# define CMS_F_CMS_ADD1_SIGNER                            102
    +# define CMS_F_CMS_ADD1_SIGNINGTIME                       103
    +# define CMS_F_CMS_COMPRESS                               104
    +# define CMS_F_CMS_COMPRESSEDDATA_CREATE                  105
    +# define CMS_F_CMS_COMPRESSEDDATA_INIT_BIO                106
    +# define CMS_F_CMS_COPY_CONTENT                           107
    +# define CMS_F_CMS_COPY_MESSAGEDIGEST                     108
    +# define CMS_F_CMS_DATA                                   109
    +# define CMS_F_CMS_DATAFINAL                              110
    +# define CMS_F_CMS_DATAINIT                               111
    +# define CMS_F_CMS_DECRYPT                                112
    +# define CMS_F_CMS_DECRYPT_SET1_KEY                       113
    +# define CMS_F_CMS_DECRYPT_SET1_PASSWORD                  166
    +# define CMS_F_CMS_DECRYPT_SET1_PKEY                      114
    +# define CMS_F_CMS_DIGESTALGORITHM_FIND_CTX               115
    +# define CMS_F_CMS_DIGESTALGORITHM_INIT_BIO               116
    +# define CMS_F_CMS_DIGESTEDDATA_DO_FINAL                  117
    +# define CMS_F_CMS_DIGEST_VERIFY                          118
    +# define CMS_F_CMS_ENCODE_RECEIPT                         161
    +# define CMS_F_CMS_ENCRYPT                                119
    +# define CMS_F_CMS_ENCRYPTEDCONTENT_INIT_BIO              120
    +# define CMS_F_CMS_ENCRYPTEDDATA_DECRYPT                  121
    +# define CMS_F_CMS_ENCRYPTEDDATA_ENCRYPT                  122
    +# define CMS_F_CMS_ENCRYPTEDDATA_SET1_KEY                 123
    +# define CMS_F_CMS_ENVELOPEDDATA_CREATE                   124
    +# define CMS_F_CMS_ENVELOPEDDATA_INIT_BIO                 125
    +# define CMS_F_CMS_ENVELOPED_DATA_INIT                    126
    +# define CMS_F_CMS_ENV_ASN1_CTRL                          171
    +# define CMS_F_CMS_FINAL                                  127
    +# define CMS_F_CMS_GET0_CERTIFICATE_CHOICES               128
    +# define CMS_F_CMS_GET0_CONTENT                           129
    +# define CMS_F_CMS_GET0_ECONTENT_TYPE                     130
    +# define CMS_F_CMS_GET0_ENVELOPED                         131
    +# define CMS_F_CMS_GET0_REVOCATION_CHOICES                132
    +# define CMS_F_CMS_GET0_SIGNED                            133
    +# define CMS_F_CMS_MSGSIGDIGEST_ADD1                      162
    +# define CMS_F_CMS_RECEIPTREQUEST_CREATE0                 159
    +# define CMS_F_CMS_RECEIPT_VERIFY                         160
    +# define CMS_F_CMS_RECIPIENTINFO_DECRYPT                  134
    +# define CMS_F_CMS_RECIPIENTINFO_ENCRYPT                  169
    +# define CMS_F_CMS_RECIPIENTINFO_KARI_ENCRYPT             178
    +# define CMS_F_CMS_RECIPIENTINFO_KARI_GET0_ALG            175
    +# define CMS_F_CMS_RECIPIENTINFO_KARI_GET0_ORIG_ID        173
    +# define CMS_F_CMS_RECIPIENTINFO_KARI_GET0_REKS           172
    +# define CMS_F_CMS_RECIPIENTINFO_KARI_ORIG_ID_CMP         174
    +# define CMS_F_CMS_RECIPIENTINFO_KEKRI_DECRYPT            135
    +# define CMS_F_CMS_RECIPIENTINFO_KEKRI_ENCRYPT            136
    +# define CMS_F_CMS_RECIPIENTINFO_KEKRI_GET0_ID            137
    +# define CMS_F_CMS_RECIPIENTINFO_KEKRI_ID_CMP             138
    +# define CMS_F_CMS_RECIPIENTINFO_KTRI_CERT_CMP            139
    +# define CMS_F_CMS_RECIPIENTINFO_KTRI_DECRYPT             140
    +# define CMS_F_CMS_RECIPIENTINFO_KTRI_ENCRYPT             141
    +# define CMS_F_CMS_RECIPIENTINFO_KTRI_GET0_ALGS           142
    +# define CMS_F_CMS_RECIPIENTINFO_KTRI_GET0_SIGNER_ID      143
    +# define CMS_F_CMS_RECIPIENTINFO_PWRI_CRYPT               167
    +# define CMS_F_CMS_RECIPIENTINFO_SET0_KEY                 144
    +# define CMS_F_CMS_RECIPIENTINFO_SET0_PASSWORD            168
    +# define CMS_F_CMS_RECIPIENTINFO_SET0_PKEY                145
    +# define CMS_F_CMS_SD_ASN1_CTRL                           170
    +# define CMS_F_CMS_SET1_IAS                               176
    +# define CMS_F_CMS_SET1_KEYID                             177
    +# define CMS_F_CMS_SET1_SIGNERIDENTIFIER                  146
    +# define CMS_F_CMS_SET_DETACHED                           147
    +# define CMS_F_CMS_SIGN                                   148
    +# define CMS_F_CMS_SIGNED_DATA_INIT                       149
    +# define CMS_F_CMS_SIGNERINFO_CONTENT_SIGN                150
    +# define CMS_F_CMS_SIGNERINFO_SIGN                        151
    +# define CMS_F_CMS_SIGNERINFO_VERIFY                      152
    +# define CMS_F_CMS_SIGNERINFO_VERIFY_CERT                 153
    +# define CMS_F_CMS_SIGNERINFO_VERIFY_CONTENT              154
    +# define CMS_F_CMS_SIGN_RECEIPT                           163
    +# define CMS_F_CMS_STREAM                                 155
    +# define CMS_F_CMS_UNCOMPRESS                             156
    +# define CMS_F_CMS_VERIFY                                 157
     
     /* Reason codes. */
    -#define CMS_R_ADD_SIGNER_ERROR				 99
    -#define CMS_R_CERTIFICATE_ALREADY_PRESENT		 175
    -#define CMS_R_CERTIFICATE_HAS_NO_KEYID			 160
    -#define CMS_R_CERTIFICATE_VERIFY_ERROR			 100
    -#define CMS_R_CIPHER_INITIALISATION_ERROR		 101
    -#define CMS_R_CIPHER_PARAMETER_INITIALISATION_ERROR	 102
    -#define CMS_R_CMS_DATAFINAL_ERROR			 103
    -#define CMS_R_CMS_LIB					 104
    -#define CMS_R_CONTENTIDENTIFIER_MISMATCH		 170
    -#define CMS_R_CONTENT_NOT_FOUND				 105
    -#define CMS_R_CONTENT_TYPE_MISMATCH			 171
    -#define CMS_R_CONTENT_TYPE_NOT_COMPRESSED_DATA		 106
    -#define CMS_R_CONTENT_TYPE_NOT_ENVELOPED_DATA		 107
    -#define CMS_R_CONTENT_TYPE_NOT_SIGNED_DATA		 108
    -#define CMS_R_CONTENT_VERIFY_ERROR			 109
    -#define CMS_R_CTRL_ERROR				 110
    -#define CMS_R_CTRL_FAILURE				 111
    -#define CMS_R_DECRYPT_ERROR				 112
    -#define CMS_R_DIGEST_ERROR				 161
    -#define CMS_R_ERROR_GETTING_PUBLIC_KEY			 113
    -#define CMS_R_ERROR_READING_MESSAGEDIGEST_ATTRIBUTE	 114
    -#define CMS_R_ERROR_SETTING_KEY				 115
    -#define CMS_R_ERROR_SETTING_RECIPIENTINFO		 116
    -#define CMS_R_INVALID_ENCRYPTED_KEY_LENGTH		 117
    -#define CMS_R_INVALID_KEY_ENCRYPTION_PARAMETER		 176
    -#define CMS_R_INVALID_KEY_LENGTH			 118
    -#define CMS_R_MD_BIO_INIT_ERROR				 119
    -#define CMS_R_MESSAGEDIGEST_ATTRIBUTE_WRONG_LENGTH	 120
    -#define CMS_R_MESSAGEDIGEST_WRONG_LENGTH		 121
    -#define CMS_R_MSGSIGDIGEST_ERROR			 172
    -#define CMS_R_MSGSIGDIGEST_VERIFICATION_FAILURE		 162
    -#define CMS_R_MSGSIGDIGEST_WRONG_LENGTH			 163
    -#define CMS_R_NEED_ONE_SIGNER				 164
    -#define CMS_R_NOT_A_SIGNED_RECEIPT			 165
    -#define CMS_R_NOT_ENCRYPTED_DATA			 122
    -#define CMS_R_NOT_KEK					 123
    -#define CMS_R_NOT_KEY_TRANSPORT				 124
    -#define CMS_R_NOT_PWRI					 177
    -#define CMS_R_NOT_SUPPORTED_FOR_THIS_KEY_TYPE		 125
    -#define CMS_R_NO_CIPHER					 126
    -#define CMS_R_NO_CONTENT				 127
    -#define CMS_R_NO_CONTENT_TYPE				 173
    -#define CMS_R_NO_DEFAULT_DIGEST				 128
    -#define CMS_R_NO_DIGEST_SET				 129
    -#define CMS_R_NO_KEY					 130
    -#define CMS_R_NO_KEY_OR_CERT				 174
    -#define CMS_R_NO_MATCHING_DIGEST			 131
    -#define CMS_R_NO_MATCHING_RECIPIENT			 132
    -#define CMS_R_NO_MATCHING_SIGNATURE			 166
    -#define CMS_R_NO_MSGSIGDIGEST				 167
    -#define CMS_R_NO_PASSWORD				 178
    -#define CMS_R_NO_PRIVATE_KEY				 133
    -#define CMS_R_NO_PUBLIC_KEY				 134
    -#define CMS_R_NO_RECEIPT_REQUEST			 168
    -#define CMS_R_NO_SIGNERS				 135
    -#define CMS_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE	 136
    -#define CMS_R_RECEIPT_DECODE_ERROR			 169
    -#define CMS_R_RECIPIENT_ERROR				 137
    -#define CMS_R_SIGNER_CERTIFICATE_NOT_FOUND		 138
    -#define CMS_R_SIGNFINAL_ERROR				 139
    -#define CMS_R_SMIME_TEXT_ERROR				 140
    -#define CMS_R_STORE_INIT_ERROR				 141
    -#define CMS_R_TYPE_NOT_COMPRESSED_DATA			 142
    -#define CMS_R_TYPE_NOT_DATA				 143
    -#define CMS_R_TYPE_NOT_DIGESTED_DATA			 144
    -#define CMS_R_TYPE_NOT_ENCRYPTED_DATA			 145
    -#define CMS_R_TYPE_NOT_ENVELOPED_DATA			 146
    -#define CMS_R_UNABLE_TO_FINALIZE_CONTEXT		 147
    -#define CMS_R_UNKNOWN_CIPHER				 148
    -#define CMS_R_UNKNOWN_DIGEST_ALGORIHM			 149
    -#define CMS_R_UNKNOWN_ID				 150
    -#define CMS_R_UNSUPPORTED_COMPRESSION_ALGORITHM		 151
    -#define CMS_R_UNSUPPORTED_CONTENT_TYPE			 152
    -#define CMS_R_UNSUPPORTED_KEK_ALGORITHM			 153
    -#define CMS_R_UNSUPPORTED_KEY_ENCRYPTION_ALGORITHM	 179
    -#define CMS_R_UNSUPPORTED_RECIPIENT_TYPE		 154
    -#define CMS_R_UNSUPPORTED_RECPIENTINFO_TYPE		 155
    -#define CMS_R_UNSUPPORTED_TYPE				 156
    -#define CMS_R_UNWRAP_ERROR				 157
    -#define CMS_R_UNWRAP_FAILURE				 180
    -#define CMS_R_VERIFICATION_FAILURE			 158
    -#define CMS_R_WRAP_ERROR				 159
    +# define CMS_R_ADD_SIGNER_ERROR                           99
    +# define CMS_R_CERTIFICATE_ALREADY_PRESENT                175
    +# define CMS_R_CERTIFICATE_HAS_NO_KEYID                   160
    +# define CMS_R_CERTIFICATE_VERIFY_ERROR                   100
    +# define CMS_R_CIPHER_INITIALISATION_ERROR                101
    +# define CMS_R_CIPHER_PARAMETER_INITIALISATION_ERROR      102
    +# define CMS_R_CMS_DATAFINAL_ERROR                        103
    +# define CMS_R_CMS_LIB                                    104
    +# define CMS_R_CONTENTIDENTIFIER_MISMATCH                 170
    +# define CMS_R_CONTENT_NOT_FOUND                          105
    +# define CMS_R_CONTENT_TYPE_MISMATCH                      171
    +# define CMS_R_CONTENT_TYPE_NOT_COMPRESSED_DATA           106
    +# define CMS_R_CONTENT_TYPE_NOT_ENVELOPED_DATA            107
    +# define CMS_R_CONTENT_TYPE_NOT_SIGNED_DATA               108
    +# define CMS_R_CONTENT_VERIFY_ERROR                       109
    +# define CMS_R_CTRL_ERROR                                 110
    +# define CMS_R_CTRL_FAILURE                               111
    +# define CMS_R_DECRYPT_ERROR                              112
    +# define CMS_R_DIGEST_ERROR                               161
    +# define CMS_R_ERROR_GETTING_PUBLIC_KEY                   113
    +# define CMS_R_ERROR_READING_MESSAGEDIGEST_ATTRIBUTE      114
    +# define CMS_R_ERROR_SETTING_KEY                          115
    +# define CMS_R_ERROR_SETTING_RECIPIENTINFO                116
    +# define CMS_R_INVALID_ENCRYPTED_KEY_LENGTH               117
    +# define CMS_R_INVALID_KEY_ENCRYPTION_PARAMETER           176
    +# define CMS_R_INVALID_KEY_LENGTH                         118
    +# define CMS_R_MD_BIO_INIT_ERROR                          119
    +# define CMS_R_MESSAGEDIGEST_ATTRIBUTE_WRONG_LENGTH       120
    +# define CMS_R_MESSAGEDIGEST_WRONG_LENGTH                 121
    +# define CMS_R_MSGSIGDIGEST_ERROR                         172
    +# define CMS_R_MSGSIGDIGEST_VERIFICATION_FAILURE          162
    +# define CMS_R_MSGSIGDIGEST_WRONG_LENGTH                  163
    +# define CMS_R_NEED_ONE_SIGNER                            164
    +# define CMS_R_NOT_A_SIGNED_RECEIPT                       165
    +# define CMS_R_NOT_ENCRYPTED_DATA                         122
    +# define CMS_R_NOT_KEK                                    123
    +# define CMS_R_NOT_KEY_AGREEMENT                          181
    +# define CMS_R_NOT_KEY_TRANSPORT                          124
    +# define CMS_R_NOT_PWRI                                   177
    +# define CMS_R_NOT_SUPPORTED_FOR_THIS_KEY_TYPE            125
    +# define CMS_R_NO_CIPHER                                  126
    +# define CMS_R_NO_CONTENT                                 127
    +# define CMS_R_NO_CONTENT_TYPE                            173
    +# define CMS_R_NO_DEFAULT_DIGEST                          128
    +# define CMS_R_NO_DIGEST_SET                              129
    +# define CMS_R_NO_KEY                                     130
    +# define CMS_R_NO_KEY_OR_CERT                             174
    +# define CMS_R_NO_MATCHING_DIGEST                         131
    +# define CMS_R_NO_MATCHING_RECIPIENT                      132
    +# define CMS_R_NO_MATCHING_SIGNATURE                      166
    +# define CMS_R_NO_MSGSIGDIGEST                            167
    +# define CMS_R_NO_PASSWORD                                178
    +# define CMS_R_NO_PRIVATE_KEY                             133
    +# define CMS_R_NO_PUBLIC_KEY                              134
    +# define CMS_R_NO_RECEIPT_REQUEST                         168
    +# define CMS_R_NO_SIGNERS                                 135
    +# define CMS_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE     136
    +# define CMS_R_RECEIPT_DECODE_ERROR                       169
    +# define CMS_R_RECIPIENT_ERROR                            137
    +# define CMS_R_SIGNER_CERTIFICATE_NOT_FOUND               138
    +# define CMS_R_SIGNFINAL_ERROR                            139
    +# define CMS_R_SMIME_TEXT_ERROR                           140
    +# define CMS_R_STORE_INIT_ERROR                           141
    +# define CMS_R_TYPE_NOT_COMPRESSED_DATA                   142
    +# define CMS_R_TYPE_NOT_DATA                              143
    +# define CMS_R_TYPE_NOT_DIGESTED_DATA                     144
    +# define CMS_R_TYPE_NOT_ENCRYPTED_DATA                    145
    +# define CMS_R_TYPE_NOT_ENVELOPED_DATA                    146
    +# define CMS_R_UNABLE_TO_FINALIZE_CONTEXT                 147
    +# define CMS_R_UNKNOWN_CIPHER                             148
    +# define CMS_R_UNKNOWN_DIGEST_ALGORIHM                    149
    +# define CMS_R_UNKNOWN_ID                                 150
    +# define CMS_R_UNSUPPORTED_COMPRESSION_ALGORITHM          151
    +# define CMS_R_UNSUPPORTED_CONTENT_TYPE                   152
    +# define CMS_R_UNSUPPORTED_KEK_ALGORITHM                  153
    +# define CMS_R_UNSUPPORTED_KEY_ENCRYPTION_ALGORITHM       179
    +# define CMS_R_UNSUPPORTED_RECIPIENT_TYPE                 154
    +# define CMS_R_UNSUPPORTED_RECPIENTINFO_TYPE              155
    +# define CMS_R_UNSUPPORTED_TYPE                           156
    +# define CMS_R_UNWRAP_ERROR                               157
    +# define CMS_R_UNWRAP_FAILURE                             180
    +# define CMS_R_VERIFICATION_FAILURE                       158
    +# define CMS_R_WRAP_ERROR                                 159
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/cms/cms_asn1.c b/openssl/crypto/cms/cms_asn1.c
    index cfe67fb6c..81a3407f1 100644
    --- a/openssl/crypto/cms/cms_asn1.c
    +++ b/openssl/crypto/cms/cms_asn1.c
    @@ -1,5 +1,6 @@
     /* crypto/cms/cms_asn1.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
      * project.
      */
     /* ====================================================================
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -59,104 +60,105 @@
     
     
     ASN1_SEQUENCE(CMS_IssuerAndSerialNumber) = {
    -	ASN1_SIMPLE(CMS_IssuerAndSerialNumber, issuer, X509_NAME),
    -	ASN1_SIMPLE(CMS_IssuerAndSerialNumber, serialNumber, ASN1_INTEGER)
    +        ASN1_SIMPLE(CMS_IssuerAndSerialNumber, issuer, X509_NAME),
    +        ASN1_SIMPLE(CMS_IssuerAndSerialNumber, serialNumber, ASN1_INTEGER)
     } ASN1_SEQUENCE_END(CMS_IssuerAndSerialNumber)
     
     ASN1_SEQUENCE(CMS_OtherCertificateFormat) = {
    -	ASN1_SIMPLE(CMS_OtherCertificateFormat, otherCertFormat, ASN1_OBJECT),
    -	ASN1_OPT(CMS_OtherCertificateFormat, otherCert, ASN1_ANY)
    +        ASN1_SIMPLE(CMS_OtherCertificateFormat, otherCertFormat, ASN1_OBJECT),
    +        ASN1_OPT(CMS_OtherCertificateFormat, otherCert, ASN1_ANY)
     } ASN1_SEQUENCE_END(CMS_OtherCertificateFormat)
     
     ASN1_CHOICE(CMS_CertificateChoices) = {
    -	ASN1_SIMPLE(CMS_CertificateChoices, d.certificate, X509),
    -	ASN1_IMP(CMS_CertificateChoices, d.extendedCertificate, ASN1_SEQUENCE, 0),
    -	ASN1_IMP(CMS_CertificateChoices, d.v1AttrCert, ASN1_SEQUENCE, 1),
    -	ASN1_IMP(CMS_CertificateChoices, d.v2AttrCert, ASN1_SEQUENCE, 2),
    -	ASN1_IMP(CMS_CertificateChoices, d.other, CMS_OtherCertificateFormat, 3)
    +        ASN1_SIMPLE(CMS_CertificateChoices, d.certificate, X509),
    +        ASN1_IMP(CMS_CertificateChoices, d.extendedCertificate, ASN1_SEQUENCE, 0),
    +        ASN1_IMP(CMS_CertificateChoices, d.v1AttrCert, ASN1_SEQUENCE, 1),
    +        ASN1_IMP(CMS_CertificateChoices, d.v2AttrCert, ASN1_SEQUENCE, 2),
    +        ASN1_IMP(CMS_CertificateChoices, d.other, CMS_OtherCertificateFormat, 3)
     } ASN1_CHOICE_END(CMS_CertificateChoices)
     
     ASN1_CHOICE(CMS_SignerIdentifier) = {
    -	ASN1_SIMPLE(CMS_SignerIdentifier, d.issuerAndSerialNumber, CMS_IssuerAndSerialNumber),
    -	ASN1_IMP(CMS_SignerIdentifier, d.subjectKeyIdentifier, ASN1_OCTET_STRING, 0)
    +        ASN1_SIMPLE(CMS_SignerIdentifier, d.issuerAndSerialNumber, CMS_IssuerAndSerialNumber),
    +        ASN1_IMP(CMS_SignerIdentifier, d.subjectKeyIdentifier, ASN1_OCTET_STRING, 0)
     } ASN1_CHOICE_END(CMS_SignerIdentifier)
     
     ASN1_NDEF_SEQUENCE(CMS_EncapsulatedContentInfo) = {
    -	ASN1_SIMPLE(CMS_EncapsulatedContentInfo, eContentType, ASN1_OBJECT),
    -	ASN1_NDEF_EXP_OPT(CMS_EncapsulatedContentInfo, eContent, ASN1_OCTET_STRING_NDEF, 0)
    +        ASN1_SIMPLE(CMS_EncapsulatedContentInfo, eContentType, ASN1_OBJECT),
    +        ASN1_NDEF_EXP_OPT(CMS_EncapsulatedContentInfo, eContent, ASN1_OCTET_STRING_NDEF, 0)
     } ASN1_NDEF_SEQUENCE_END(CMS_EncapsulatedContentInfo)
     
     /* Minor tweak to operation: free up signer key, cert */
     static int cms_si_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
    -							void *exarg)
    -	{
    -	if(operation == ASN1_OP_FREE_POST)
    -		{
    -		CMS_SignerInfo *si = (CMS_SignerInfo *)*pval;
    -		if (si->pkey)
    -			EVP_PKEY_free(si->pkey);
    -		if (si->signer)
    -			X509_free(si->signer);
    -		}
    -	return 1;
    -	}
    +                     void *exarg)
    +{
    +    if (operation == ASN1_OP_FREE_POST) {
    +        CMS_SignerInfo *si = (CMS_SignerInfo *)*pval;
    +        if (si->pkey)
    +            EVP_PKEY_free(si->pkey);
    +        if (si->signer)
    +            X509_free(si->signer);
    +        if (si->pctx)
    +            EVP_MD_CTX_cleanup(&si->mctx);
    +    }
    +    return 1;
    +}
     
     ASN1_SEQUENCE_cb(CMS_SignerInfo, cms_si_cb) = {
    -	ASN1_SIMPLE(CMS_SignerInfo, version, LONG),
    -	ASN1_SIMPLE(CMS_SignerInfo, sid, CMS_SignerIdentifier),
    -	ASN1_SIMPLE(CMS_SignerInfo, digestAlgorithm, X509_ALGOR),
    -	ASN1_IMP_SET_OF_OPT(CMS_SignerInfo, signedAttrs, X509_ATTRIBUTE, 0),
    -	ASN1_SIMPLE(CMS_SignerInfo, signatureAlgorithm, X509_ALGOR),
    -	ASN1_SIMPLE(CMS_SignerInfo, signature, ASN1_OCTET_STRING),
    -	ASN1_IMP_SET_OF_OPT(CMS_SignerInfo, unsignedAttrs, X509_ATTRIBUTE, 1)
    +        ASN1_SIMPLE(CMS_SignerInfo, version, LONG),
    +        ASN1_SIMPLE(CMS_SignerInfo, sid, CMS_SignerIdentifier),
    +        ASN1_SIMPLE(CMS_SignerInfo, digestAlgorithm, X509_ALGOR),
    +        ASN1_IMP_SET_OF_OPT(CMS_SignerInfo, signedAttrs, X509_ATTRIBUTE, 0),
    +        ASN1_SIMPLE(CMS_SignerInfo, signatureAlgorithm, X509_ALGOR),
    +        ASN1_SIMPLE(CMS_SignerInfo, signature, ASN1_OCTET_STRING),
    +        ASN1_IMP_SET_OF_OPT(CMS_SignerInfo, unsignedAttrs, X509_ATTRIBUTE, 1)
     } ASN1_SEQUENCE_END_cb(CMS_SignerInfo, CMS_SignerInfo)
     
     ASN1_SEQUENCE(CMS_OtherRevocationInfoFormat) = {
    -	ASN1_SIMPLE(CMS_OtherRevocationInfoFormat, otherRevInfoFormat, ASN1_OBJECT),
    -	ASN1_OPT(CMS_OtherRevocationInfoFormat, otherRevInfo, ASN1_ANY)
    +        ASN1_SIMPLE(CMS_OtherRevocationInfoFormat, otherRevInfoFormat, ASN1_OBJECT),
    +        ASN1_OPT(CMS_OtherRevocationInfoFormat, otherRevInfo, ASN1_ANY)
     } ASN1_SEQUENCE_END(CMS_OtherRevocationInfoFormat)
     
     ASN1_CHOICE(CMS_RevocationInfoChoice) = {
    -	ASN1_SIMPLE(CMS_RevocationInfoChoice, d.crl, X509_CRL),
    -	ASN1_IMP(CMS_RevocationInfoChoice, d.other, CMS_OtherRevocationInfoFormat, 1)
    +        ASN1_SIMPLE(CMS_RevocationInfoChoice, d.crl, X509_CRL),
    +        ASN1_IMP(CMS_RevocationInfoChoice, d.other, CMS_OtherRevocationInfoFormat, 1)
     } ASN1_CHOICE_END(CMS_RevocationInfoChoice)
     
     ASN1_NDEF_SEQUENCE(CMS_SignedData) = {
    -	ASN1_SIMPLE(CMS_SignedData, version, LONG),
    -	ASN1_SET_OF(CMS_SignedData, digestAlgorithms, X509_ALGOR),
    -	ASN1_SIMPLE(CMS_SignedData, encapContentInfo, CMS_EncapsulatedContentInfo),
    -	ASN1_IMP_SET_OF_OPT(CMS_SignedData, certificates, CMS_CertificateChoices, 0),
    -	ASN1_IMP_SET_OF_OPT(CMS_SignedData, crls, CMS_RevocationInfoChoice, 1),
    -	ASN1_SET_OF(CMS_SignedData, signerInfos, CMS_SignerInfo)
    +        ASN1_SIMPLE(CMS_SignedData, version, LONG),
    +        ASN1_SET_OF(CMS_SignedData, digestAlgorithms, X509_ALGOR),
    +        ASN1_SIMPLE(CMS_SignedData, encapContentInfo, CMS_EncapsulatedContentInfo),
    +        ASN1_IMP_SET_OF_OPT(CMS_SignedData, certificates, CMS_CertificateChoices, 0),
    +        ASN1_IMP_SET_OF_OPT(CMS_SignedData, crls, CMS_RevocationInfoChoice, 1),
    +        ASN1_SET_OF(CMS_SignedData, signerInfos, CMS_SignerInfo)
     } ASN1_NDEF_SEQUENCE_END(CMS_SignedData)
     
     ASN1_SEQUENCE(CMS_OriginatorInfo) = {
    -	ASN1_IMP_SET_OF_OPT(CMS_OriginatorInfo, certificates, CMS_CertificateChoices, 0),
    -	ASN1_IMP_SET_OF_OPT(CMS_OriginatorInfo, crls, CMS_RevocationInfoChoice, 1)
    +        ASN1_IMP_SET_OF_OPT(CMS_OriginatorInfo, certificates, CMS_CertificateChoices, 0),
    +        ASN1_IMP_SET_OF_OPT(CMS_OriginatorInfo, crls, CMS_RevocationInfoChoice, 1)
     } ASN1_SEQUENCE_END(CMS_OriginatorInfo)
     
     ASN1_NDEF_SEQUENCE(CMS_EncryptedContentInfo) = {
    -	ASN1_SIMPLE(CMS_EncryptedContentInfo, contentType, ASN1_OBJECT),
    -	ASN1_SIMPLE(CMS_EncryptedContentInfo, contentEncryptionAlgorithm, X509_ALGOR),
    -	ASN1_IMP_OPT(CMS_EncryptedContentInfo, encryptedContent, ASN1_OCTET_STRING_NDEF, 0)
    +        ASN1_SIMPLE(CMS_EncryptedContentInfo, contentType, ASN1_OBJECT),
    +        ASN1_SIMPLE(CMS_EncryptedContentInfo, contentEncryptionAlgorithm, X509_ALGOR),
    +        ASN1_IMP_OPT(CMS_EncryptedContentInfo, encryptedContent, ASN1_OCTET_STRING_NDEF, 0)
     } ASN1_NDEF_SEQUENCE_END(CMS_EncryptedContentInfo)
     
     ASN1_SEQUENCE(CMS_KeyTransRecipientInfo) = {
    -	ASN1_SIMPLE(CMS_KeyTransRecipientInfo, version, LONG),
    -	ASN1_SIMPLE(CMS_KeyTransRecipientInfo, rid, CMS_SignerIdentifier),
    -	ASN1_SIMPLE(CMS_KeyTransRecipientInfo, keyEncryptionAlgorithm, X509_ALGOR),
    -	ASN1_SIMPLE(CMS_KeyTransRecipientInfo, encryptedKey, ASN1_OCTET_STRING)
    +        ASN1_SIMPLE(CMS_KeyTransRecipientInfo, version, LONG),
    +        ASN1_SIMPLE(CMS_KeyTransRecipientInfo, rid, CMS_SignerIdentifier),
    +        ASN1_SIMPLE(CMS_KeyTransRecipientInfo, keyEncryptionAlgorithm, X509_ALGOR),
    +        ASN1_SIMPLE(CMS_KeyTransRecipientInfo, encryptedKey, ASN1_OCTET_STRING)
     } ASN1_SEQUENCE_END(CMS_KeyTransRecipientInfo)
     
     ASN1_SEQUENCE(CMS_OtherKeyAttribute) = {
    -	ASN1_SIMPLE(CMS_OtherKeyAttribute, keyAttrId, ASN1_OBJECT),
    -	ASN1_OPT(CMS_OtherKeyAttribute, keyAttr, ASN1_ANY)
    +        ASN1_SIMPLE(CMS_OtherKeyAttribute, keyAttrId, ASN1_OBJECT),
    +        ASN1_OPT(CMS_OtherKeyAttribute, keyAttr, ASN1_ANY)
     } ASN1_SEQUENCE_END(CMS_OtherKeyAttribute)
     
     ASN1_SEQUENCE(CMS_RecipientKeyIdentifier) = {
    -	ASN1_SIMPLE(CMS_RecipientKeyIdentifier, subjectKeyIdentifier, ASN1_OCTET_STRING),
    -	ASN1_OPT(CMS_RecipientKeyIdentifier, date, ASN1_GENERALIZEDTIME),
    -	ASN1_OPT(CMS_RecipientKeyIdentifier, other, CMS_OtherKeyAttribute)
    +        ASN1_SIMPLE(CMS_RecipientKeyIdentifier, subjectKeyIdentifier, ASN1_OCTET_STRING),
    +        ASN1_OPT(CMS_RecipientKeyIdentifier, date, ASN1_GENERALIZEDTIME),
    +        ASN1_OPT(CMS_RecipientKeyIdentifier, other, CMS_OtherKeyAttribute)
     } ASN1_SEQUENCE_END(CMS_RecipientKeyIdentifier)
     
     ASN1_CHOICE(CMS_KeyAgreeRecipientIdentifier) = {
    @@ -164,10 +166,21 @@ ASN1_CHOICE(CMS_KeyAgreeRecipientIdentifier) = {
       ASN1_IMP(CMS_KeyAgreeRecipientIdentifier, d.rKeyId, CMS_RecipientKeyIdentifier, 0)
     } ASN1_CHOICE_END(CMS_KeyAgreeRecipientIdentifier)
     
    -ASN1_SEQUENCE(CMS_RecipientEncryptedKey) = {
    -	ASN1_SIMPLE(CMS_RecipientEncryptedKey, rid, CMS_KeyAgreeRecipientIdentifier),
    -	ASN1_SIMPLE(CMS_RecipientEncryptedKey, encryptedKey, ASN1_OCTET_STRING)
    -} ASN1_SEQUENCE_END(CMS_RecipientEncryptedKey)
    +static int cms_rek_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
    +                      void *exarg)
    +{
    +    CMS_RecipientEncryptedKey *rek = (CMS_RecipientEncryptedKey *)*pval;
    +    if (operation == ASN1_OP_FREE_POST) {
    +        if (rek->pkey)
    +            EVP_PKEY_free(rek->pkey);
    +    }
    +    return 1;
    +}
    +
    +ASN1_SEQUENCE_cb(CMS_RecipientEncryptedKey, cms_rek_cb) = {
    +        ASN1_SIMPLE(CMS_RecipientEncryptedKey, rid, CMS_KeyAgreeRecipientIdentifier),
    +        ASN1_SIMPLE(CMS_RecipientEncryptedKey, encryptedKey, ASN1_OCTET_STRING)
    +} ASN1_SEQUENCE_END_cb(CMS_RecipientEncryptedKey, CMS_RecipientEncryptedKey)
     
     ASN1_SEQUENCE(CMS_OriginatorPublicKey) = {
       ASN1_SIMPLE(CMS_OriginatorPublicKey, algorithm, X509_ALGOR),
    @@ -180,32 +193,48 @@ ASN1_CHOICE(CMS_OriginatorIdentifierOrKey) = {
       ASN1_IMP(CMS_OriginatorIdentifierOrKey, d.originatorKey, CMS_OriginatorPublicKey, 1)
     } ASN1_CHOICE_END(CMS_OriginatorIdentifierOrKey)
     
    -ASN1_SEQUENCE(CMS_KeyAgreeRecipientInfo) = {
    -	ASN1_SIMPLE(CMS_KeyAgreeRecipientInfo, version, LONG),
    -	ASN1_EXP(CMS_KeyAgreeRecipientInfo, originator, CMS_OriginatorIdentifierOrKey, 0),
    -	ASN1_EXP_OPT(CMS_KeyAgreeRecipientInfo, ukm, ASN1_OCTET_STRING, 1),
    -	ASN1_SIMPLE(CMS_KeyAgreeRecipientInfo, keyEncryptionAlgorithm, X509_ALGOR),
    -	ASN1_SEQUENCE_OF(CMS_KeyAgreeRecipientInfo, recipientEncryptedKeys, CMS_RecipientEncryptedKey)
    -} ASN1_SEQUENCE_END(CMS_KeyAgreeRecipientInfo)
    +static int cms_kari_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
    +                       void *exarg)
    +{
    +    CMS_KeyAgreeRecipientInfo *kari = (CMS_KeyAgreeRecipientInfo *)*pval;
    +    if (operation == ASN1_OP_NEW_POST) {
    +        EVP_CIPHER_CTX_init(&kari->ctx);
    +        EVP_CIPHER_CTX_set_flags(&kari->ctx, EVP_CIPHER_CTX_FLAG_WRAP_ALLOW);
    +        kari->pctx = NULL;
    +    } else if (operation == ASN1_OP_FREE_POST) {
    +        if (kari->pctx)
    +            EVP_PKEY_CTX_free(kari->pctx);
    +        EVP_CIPHER_CTX_cleanup(&kari->ctx);
    +    }
    +    return 1;
    +}
    +
    +ASN1_SEQUENCE_cb(CMS_KeyAgreeRecipientInfo, cms_kari_cb) = {
    +        ASN1_SIMPLE(CMS_KeyAgreeRecipientInfo, version, LONG),
    +        ASN1_EXP(CMS_KeyAgreeRecipientInfo, originator, CMS_OriginatorIdentifierOrKey, 0),
    +        ASN1_EXP_OPT(CMS_KeyAgreeRecipientInfo, ukm, ASN1_OCTET_STRING, 1),
    +        ASN1_SIMPLE(CMS_KeyAgreeRecipientInfo, keyEncryptionAlgorithm, X509_ALGOR),
    +        ASN1_SEQUENCE_OF(CMS_KeyAgreeRecipientInfo, recipientEncryptedKeys, CMS_RecipientEncryptedKey)
    +} ASN1_SEQUENCE_END_cb(CMS_KeyAgreeRecipientInfo, CMS_KeyAgreeRecipientInfo)
     
     ASN1_SEQUENCE(CMS_KEKIdentifier) = {
    -	ASN1_SIMPLE(CMS_KEKIdentifier, keyIdentifier, ASN1_OCTET_STRING),
    -	ASN1_OPT(CMS_KEKIdentifier, date, ASN1_GENERALIZEDTIME),
    -	ASN1_OPT(CMS_KEKIdentifier, other, CMS_OtherKeyAttribute)
    +        ASN1_SIMPLE(CMS_KEKIdentifier, keyIdentifier, ASN1_OCTET_STRING),
    +        ASN1_OPT(CMS_KEKIdentifier, date, ASN1_GENERALIZEDTIME),
    +        ASN1_OPT(CMS_KEKIdentifier, other, CMS_OtherKeyAttribute)
     } ASN1_SEQUENCE_END(CMS_KEKIdentifier)
     
     ASN1_SEQUENCE(CMS_KEKRecipientInfo) = {
    -	ASN1_SIMPLE(CMS_KEKRecipientInfo, version, LONG),
    -	ASN1_SIMPLE(CMS_KEKRecipientInfo, kekid, CMS_KEKIdentifier),
    -	ASN1_SIMPLE(CMS_KEKRecipientInfo, keyEncryptionAlgorithm, X509_ALGOR),
    -	ASN1_SIMPLE(CMS_KEKRecipientInfo, encryptedKey, ASN1_OCTET_STRING)
    +        ASN1_SIMPLE(CMS_KEKRecipientInfo, version, LONG),
    +        ASN1_SIMPLE(CMS_KEKRecipientInfo, kekid, CMS_KEKIdentifier),
    +        ASN1_SIMPLE(CMS_KEKRecipientInfo, keyEncryptionAlgorithm, X509_ALGOR),
    +        ASN1_SIMPLE(CMS_KEKRecipientInfo, encryptedKey, ASN1_OCTET_STRING)
     } ASN1_SEQUENCE_END(CMS_KEKRecipientInfo)
     
     ASN1_SEQUENCE(CMS_PasswordRecipientInfo) = {
    -	ASN1_SIMPLE(CMS_PasswordRecipientInfo, version, LONG),
    -	ASN1_IMP_OPT(CMS_PasswordRecipientInfo, keyDerivationAlgorithm, X509_ALGOR, 0),
    -	ASN1_SIMPLE(CMS_PasswordRecipientInfo, keyEncryptionAlgorithm, X509_ALGOR),
    -	ASN1_SIMPLE(CMS_PasswordRecipientInfo, encryptedKey, ASN1_OCTET_STRING)
    +        ASN1_SIMPLE(CMS_PasswordRecipientInfo, version, LONG),
    +        ASN1_IMP_OPT(CMS_PasswordRecipientInfo, keyDerivationAlgorithm, X509_ALGOR, 0),
    +        ASN1_SIMPLE(CMS_PasswordRecipientInfo, keyEncryptionAlgorithm, X509_ALGOR),
    +        ASN1_SIMPLE(CMS_PasswordRecipientInfo, encryptedKey, ASN1_OCTET_STRING)
     } ASN1_SEQUENCE_END(CMS_PasswordRecipientInfo)
     
     ASN1_SEQUENCE(CMS_OtherRecipientInfo) = {
    @@ -215,86 +244,80 @@ ASN1_SEQUENCE(CMS_OtherRecipientInfo) = {
     
     /* Free up RecipientInfo additional data */
     static int cms_ri_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
    -							void *exarg)
    -	{
    -	if(operation == ASN1_OP_FREE_PRE)
    -		{
    -		CMS_RecipientInfo *ri = (CMS_RecipientInfo *)*pval;
    -		if (ri->type == CMS_RECIPINFO_TRANS)
    -			{
    -			CMS_KeyTransRecipientInfo *ktri = ri->d.ktri;
    -			if (ktri->pkey)
    -				EVP_PKEY_free(ktri->pkey);
    -			if (ktri->recip)
    -				X509_free(ktri->recip);
    -			}
    -		else if (ri->type == CMS_RECIPINFO_KEK)
    -			{
    -			CMS_KEKRecipientInfo *kekri = ri->d.kekri;
    -			if (kekri->key)
    -				{
    -				OPENSSL_cleanse(kekri->key, kekri->keylen);
    -				OPENSSL_free(kekri->key);
    -				}
    -			}
    -		else if (ri->type == CMS_RECIPINFO_PASS)
    -			{
    -			CMS_PasswordRecipientInfo *pwri = ri->d.pwri;
    -			if (pwri->pass)
    -				{
    -				OPENSSL_cleanse(pwri->pass, pwri->passlen);
    -				OPENSSL_free(pwri->pass);
    -				}
    -			}
    -		}
    -	return 1;
    -	}
    +                     void *exarg)
    +{
    +    if (operation == ASN1_OP_FREE_PRE) {
    +        CMS_RecipientInfo *ri = (CMS_RecipientInfo *)*pval;
    +        if (ri->type == CMS_RECIPINFO_TRANS) {
    +            CMS_KeyTransRecipientInfo *ktri = ri->d.ktri;
    +            if (ktri->pkey)
    +                EVP_PKEY_free(ktri->pkey);
    +            if (ktri->recip)
    +                X509_free(ktri->recip);
    +            if (ktri->pctx)
    +                EVP_PKEY_CTX_free(ktri->pctx);
    +        } else if (ri->type == CMS_RECIPINFO_KEK) {
    +            CMS_KEKRecipientInfo *kekri = ri->d.kekri;
    +            if (kekri->key) {
    +                OPENSSL_cleanse(kekri->key, kekri->keylen);
    +                OPENSSL_free(kekri->key);
    +            }
    +        } else if (ri->type == CMS_RECIPINFO_PASS) {
    +            CMS_PasswordRecipientInfo *pwri = ri->d.pwri;
    +            if (pwri->pass) {
    +                OPENSSL_cleanse(pwri->pass, pwri->passlen);
    +                OPENSSL_free(pwri->pass);
    +            }
    +        }
    +    }
    +    return 1;
    +}
     
     ASN1_CHOICE_cb(CMS_RecipientInfo, cms_ri_cb) = {
    -	ASN1_SIMPLE(CMS_RecipientInfo, d.ktri, CMS_KeyTransRecipientInfo),
    -	ASN1_IMP(CMS_RecipientInfo, d.kari, CMS_KeyAgreeRecipientInfo, 1),
    -	ASN1_IMP(CMS_RecipientInfo, d.kekri, CMS_KEKRecipientInfo, 2),
    -	ASN1_IMP(CMS_RecipientInfo, d.pwri, CMS_PasswordRecipientInfo, 3),
    -	ASN1_IMP(CMS_RecipientInfo, d.ori, CMS_OtherRecipientInfo, 4)
    +        ASN1_SIMPLE(CMS_RecipientInfo, d.ktri, CMS_KeyTransRecipientInfo),
    +        ASN1_IMP(CMS_RecipientInfo, d.kari, CMS_KeyAgreeRecipientInfo, 1),
    +        ASN1_IMP(CMS_RecipientInfo, d.kekri, CMS_KEKRecipientInfo, 2),
    +        ASN1_IMP(CMS_RecipientInfo, d.pwri, CMS_PasswordRecipientInfo, 3),
    +        ASN1_IMP(CMS_RecipientInfo, d.ori, CMS_OtherRecipientInfo, 4)
     } ASN1_CHOICE_END_cb(CMS_RecipientInfo, CMS_RecipientInfo, type)
     
     ASN1_NDEF_SEQUENCE(CMS_EnvelopedData) = {
    -	ASN1_SIMPLE(CMS_EnvelopedData, version, LONG),
    -	ASN1_IMP_OPT(CMS_EnvelopedData, originatorInfo, CMS_OriginatorInfo, 0),
    -	ASN1_SET_OF(CMS_EnvelopedData, recipientInfos, CMS_RecipientInfo),
    -	ASN1_SIMPLE(CMS_EnvelopedData, encryptedContentInfo, CMS_EncryptedContentInfo),
    -	ASN1_IMP_SET_OF_OPT(CMS_EnvelopedData, unprotectedAttrs, X509_ATTRIBUTE, 1)
    +        ASN1_SIMPLE(CMS_EnvelopedData, version, LONG),
    +        ASN1_IMP_OPT(CMS_EnvelopedData, originatorInfo, CMS_OriginatorInfo, 0),
    +        ASN1_SET_OF(CMS_EnvelopedData, recipientInfos, CMS_RecipientInfo),
    +        ASN1_SIMPLE(CMS_EnvelopedData, encryptedContentInfo, CMS_EncryptedContentInfo),
    +        ASN1_IMP_SET_OF_OPT(CMS_EnvelopedData, unprotectedAttrs, X509_ATTRIBUTE, 1)
     } ASN1_NDEF_SEQUENCE_END(CMS_EnvelopedData)
     
     ASN1_NDEF_SEQUENCE(CMS_DigestedData) = {
    -	ASN1_SIMPLE(CMS_DigestedData, version, LONG),
    -	ASN1_SIMPLE(CMS_DigestedData, digestAlgorithm, X509_ALGOR),
    -	ASN1_SIMPLE(CMS_DigestedData, encapContentInfo, CMS_EncapsulatedContentInfo),
    -	ASN1_SIMPLE(CMS_DigestedData, digest, ASN1_OCTET_STRING)
    +        ASN1_SIMPLE(CMS_DigestedData, version, LONG),
    +        ASN1_SIMPLE(CMS_DigestedData, digestAlgorithm, X509_ALGOR),
    +        ASN1_SIMPLE(CMS_DigestedData, encapContentInfo, CMS_EncapsulatedContentInfo),
    +        ASN1_SIMPLE(CMS_DigestedData, digest, ASN1_OCTET_STRING)
     } ASN1_NDEF_SEQUENCE_END(CMS_DigestedData)
     
     ASN1_NDEF_SEQUENCE(CMS_EncryptedData) = {
    -	ASN1_SIMPLE(CMS_EncryptedData, version, LONG),
    -	ASN1_SIMPLE(CMS_EncryptedData, encryptedContentInfo, CMS_EncryptedContentInfo),
    -	ASN1_IMP_SET_OF_OPT(CMS_EncryptedData, unprotectedAttrs, X509_ATTRIBUTE, 1)
    +        ASN1_SIMPLE(CMS_EncryptedData, version, LONG),
    +        ASN1_SIMPLE(CMS_EncryptedData, encryptedContentInfo, CMS_EncryptedContentInfo),
    +        ASN1_IMP_SET_OF_OPT(CMS_EncryptedData, unprotectedAttrs, X509_ATTRIBUTE, 1)
     } ASN1_NDEF_SEQUENCE_END(CMS_EncryptedData)
     
     ASN1_NDEF_SEQUENCE(CMS_AuthenticatedData) = {
    -	ASN1_SIMPLE(CMS_AuthenticatedData, version, LONG),
    -	ASN1_IMP_OPT(CMS_AuthenticatedData, originatorInfo, CMS_OriginatorInfo, 0),
    -	ASN1_SET_OF(CMS_AuthenticatedData, recipientInfos, CMS_RecipientInfo),
    -	ASN1_SIMPLE(CMS_AuthenticatedData, macAlgorithm, X509_ALGOR),
    -	ASN1_IMP(CMS_AuthenticatedData, digestAlgorithm, X509_ALGOR, 1),
    -	ASN1_SIMPLE(CMS_AuthenticatedData, encapContentInfo, CMS_EncapsulatedContentInfo),
    -	ASN1_IMP_SET_OF_OPT(CMS_AuthenticatedData, authAttrs, X509_ALGOR, 2),
    -	ASN1_SIMPLE(CMS_AuthenticatedData, mac, ASN1_OCTET_STRING),
    -	ASN1_IMP_SET_OF_OPT(CMS_AuthenticatedData, unauthAttrs, X509_ALGOR, 3)
    +        ASN1_SIMPLE(CMS_AuthenticatedData, version, LONG),
    +        ASN1_IMP_OPT(CMS_AuthenticatedData, originatorInfo, CMS_OriginatorInfo, 0),
    +        ASN1_SET_OF(CMS_AuthenticatedData, recipientInfos, CMS_RecipientInfo),
    +        ASN1_SIMPLE(CMS_AuthenticatedData, macAlgorithm, X509_ALGOR),
    +        ASN1_IMP(CMS_AuthenticatedData, digestAlgorithm, X509_ALGOR, 1),
    +        ASN1_SIMPLE(CMS_AuthenticatedData, encapContentInfo, CMS_EncapsulatedContentInfo),
    +        ASN1_IMP_SET_OF_OPT(CMS_AuthenticatedData, authAttrs, X509_ALGOR, 2),
    +        ASN1_SIMPLE(CMS_AuthenticatedData, mac, ASN1_OCTET_STRING),
    +        ASN1_IMP_SET_OF_OPT(CMS_AuthenticatedData, unauthAttrs, X509_ALGOR, 3)
     } ASN1_NDEF_SEQUENCE_END(CMS_AuthenticatedData)
     
     ASN1_NDEF_SEQUENCE(CMS_CompressedData) = {
    -	ASN1_SIMPLE(CMS_CompressedData, version, LONG),
    -	ASN1_SIMPLE(CMS_CompressedData, compressionAlgorithm, X509_ALGOR),
    -	ASN1_SIMPLE(CMS_CompressedData, encapContentInfo, CMS_EncapsulatedContentInfo),
    +        ASN1_SIMPLE(CMS_CompressedData, version, LONG),
    +        ASN1_SIMPLE(CMS_CompressedData, compressionAlgorithm, X509_ALGOR),
    +        ASN1_SIMPLE(CMS_CompressedData, encapContentInfo, CMS_EncapsulatedContentInfo),
     } ASN1_NDEF_SEQUENCE_END(CMS_CompressedData)
     
     /* This is the ANY DEFINED BY table for the top level ContentInfo structure */
    @@ -302,69 +325,70 @@ ASN1_NDEF_SEQUENCE(CMS_CompressedData) = {
     ASN1_ADB_TEMPLATE(cms_default) = ASN1_EXP(CMS_ContentInfo, d.other, ASN1_ANY, 0);
     
     ASN1_ADB(CMS_ContentInfo) = {
    -	ADB_ENTRY(NID_pkcs7_data, ASN1_NDEF_EXP(CMS_ContentInfo, d.data, ASN1_OCTET_STRING_NDEF, 0)),
    -	ADB_ENTRY(NID_pkcs7_signed, ASN1_NDEF_EXP(CMS_ContentInfo, d.signedData, CMS_SignedData, 0)),
    -	ADB_ENTRY(NID_pkcs7_enveloped, ASN1_NDEF_EXP(CMS_ContentInfo, d.envelopedData, CMS_EnvelopedData, 0)),
    -	ADB_ENTRY(NID_pkcs7_digest, ASN1_NDEF_EXP(CMS_ContentInfo, d.digestedData, CMS_DigestedData, 0)),
    -	ADB_ENTRY(NID_pkcs7_encrypted, ASN1_NDEF_EXP(CMS_ContentInfo, d.encryptedData, CMS_EncryptedData, 0)),
    -	ADB_ENTRY(NID_id_smime_ct_authData, ASN1_NDEF_EXP(CMS_ContentInfo, d.authenticatedData, CMS_AuthenticatedData, 0)),
    -	ADB_ENTRY(NID_id_smime_ct_compressedData, ASN1_NDEF_EXP(CMS_ContentInfo, d.compressedData, CMS_CompressedData, 0)),
    +        ADB_ENTRY(NID_pkcs7_data, ASN1_NDEF_EXP(CMS_ContentInfo, d.data, ASN1_OCTET_STRING_NDEF, 0)),
    +        ADB_ENTRY(NID_pkcs7_signed, ASN1_NDEF_EXP(CMS_ContentInfo, d.signedData, CMS_SignedData, 0)),
    +        ADB_ENTRY(NID_pkcs7_enveloped, ASN1_NDEF_EXP(CMS_ContentInfo, d.envelopedData, CMS_EnvelopedData, 0)),
    +        ADB_ENTRY(NID_pkcs7_digest, ASN1_NDEF_EXP(CMS_ContentInfo, d.digestedData, CMS_DigestedData, 0)),
    +        ADB_ENTRY(NID_pkcs7_encrypted, ASN1_NDEF_EXP(CMS_ContentInfo, d.encryptedData, CMS_EncryptedData, 0)),
    +        ADB_ENTRY(NID_id_smime_ct_authData, ASN1_NDEF_EXP(CMS_ContentInfo, d.authenticatedData, CMS_AuthenticatedData, 0)),
    +        ADB_ENTRY(NID_id_smime_ct_compressedData, ASN1_NDEF_EXP(CMS_ContentInfo, d.compressedData, CMS_CompressedData, 0)),
     } ASN1_ADB_END(CMS_ContentInfo, 0, contentType, 0, &cms_default_tt, NULL);
     
     /* CMS streaming support */
     static int cms_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
    -							void *exarg)
    -	{
    -	ASN1_STREAM_ARG *sarg = exarg;
    -	CMS_ContentInfo *cms = NULL;
    -	if (pval)
    -		cms = (CMS_ContentInfo *)*pval;
    -	else
    -		return 1;
    -	switch(operation)
    -		{
    -
    -		case ASN1_OP_STREAM_PRE:
    -		if (CMS_stream(&sarg->boundary, cms) <= 0)
    -			return 0;
    -		case ASN1_OP_DETACHED_PRE:
    -		sarg->ndef_bio = CMS_dataInit(cms, sarg->out);
    -		if (!sarg->ndef_bio)
    -			return 0;
    -		break;
    -
    -		case ASN1_OP_STREAM_POST:
    -		case ASN1_OP_DETACHED_POST:
    -		if (CMS_dataFinal(cms, sarg->ndef_bio) <= 0)
    -			return 0;
    -		break;
    -
    -		}
    -	return 1;
    -	}
    +                  void *exarg)
    +{
    +    ASN1_STREAM_ARG *sarg = exarg;
    +    CMS_ContentInfo *cms = NULL;
    +    if (pval)
    +        cms = (CMS_ContentInfo *)*pval;
    +    else
    +        return 1;
    +    switch (operation) {
    +
    +    case ASN1_OP_STREAM_PRE:
    +        if (CMS_stream(&sarg->boundary, cms) <= 0)
    +            return 0;
    +    case ASN1_OP_DETACHED_PRE:
    +        sarg->ndef_bio = CMS_dataInit(cms, sarg->out);
    +        if (!sarg->ndef_bio)
    +            return 0;
    +        break;
    +
    +    case ASN1_OP_STREAM_POST:
    +    case ASN1_OP_DETACHED_POST:
    +        if (CMS_dataFinal(cms, sarg->ndef_bio) <= 0)
    +            return 0;
    +        break;
    +
    +    }
    +    return 1;
    +}
     
     ASN1_NDEF_SEQUENCE_cb(CMS_ContentInfo, cms_cb) = {
    -	ASN1_SIMPLE(CMS_ContentInfo, contentType, ASN1_OBJECT),
    -	ASN1_ADB_OBJECT(CMS_ContentInfo)
    +        ASN1_SIMPLE(CMS_ContentInfo, contentType, ASN1_OBJECT),
    +        ASN1_ADB_OBJECT(CMS_ContentInfo)
     } ASN1_NDEF_SEQUENCE_END_cb(CMS_ContentInfo, CMS_ContentInfo)
     
     /* Specials for signed attributes */
     
    -/* When signing attributes we want to reorder them to match the sorted
    +/*
    + * When signing attributes we want to reorder them to match the sorted
      * encoding.
      */
     
    -ASN1_ITEM_TEMPLATE(CMS_Attributes_Sign) = 
    -	ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SET_ORDER, 0, CMS_ATTRIBUTES, X509_ATTRIBUTE)
    +ASN1_ITEM_TEMPLATE(CMS_Attributes_Sign) =
    +        ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SET_ORDER, 0, CMS_ATTRIBUTES, X509_ATTRIBUTE)
     ASN1_ITEM_TEMPLATE_END(CMS_Attributes_Sign)
     
    -/* When verifying attributes we need to use the received order. So 
    - * we use SEQUENCE OF and tag it to SET OF
    +/*
    + * When verifying attributes we need to use the received order. So we use
    + * SEQUENCE OF and tag it to SET OF
      */
     
    -ASN1_ITEM_TEMPLATE(CMS_Attributes_Verify) = 
    -	ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF | ASN1_TFLG_IMPTAG | ASN1_TFLG_UNIVERSAL,
    -				V_ASN1_SET, CMS_ATTRIBUTES, X509_ATTRIBUTE)
    +ASN1_ITEM_TEMPLATE(CMS_Attributes_Verify) =
    +        ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF | ASN1_TFLG_IMPTAG | ASN1_TFLG_UNIVERSAL,
    +                                V_ASN1_SET, CMS_ATTRIBUTES, X509_ATTRIBUTE)
     ASN1_ITEM_TEMPLATE_END(CMS_Attributes_Verify)
     
     
    @@ -387,3 +411,49 @@ ASN1_SEQUENCE(CMS_Receipt) = {
       ASN1_SIMPLE(CMS_Receipt, originatorSignatureValue, ASN1_OCTET_STRING)
     } ASN1_SEQUENCE_END(CMS_Receipt)
     
    +/*
    + * Utilities to encode the CMS_SharedInfo structure used during key
    + * derivation.
    + */
    +
    +typedef struct {
    +    X509_ALGOR *keyInfo;
    +    ASN1_OCTET_STRING *entityUInfo;
    +    ASN1_OCTET_STRING *suppPubInfo;
    +} CMS_SharedInfo;
    +
    +ASN1_SEQUENCE(CMS_SharedInfo) = {
    +  ASN1_SIMPLE(CMS_SharedInfo, keyInfo, X509_ALGOR),
    +  ASN1_EXP_OPT(CMS_SharedInfo, entityUInfo, ASN1_OCTET_STRING, 0),
    +  ASN1_EXP_OPT(CMS_SharedInfo, suppPubInfo, ASN1_OCTET_STRING, 2),
    +} ASN1_SEQUENCE_END(CMS_SharedInfo)
    +
    +int CMS_SharedInfo_encode(unsigned char **pder, X509_ALGOR *kekalg,
    +                          ASN1_OCTET_STRING *ukm, int keylen)
    +{
    +    union {
    +        CMS_SharedInfo *pecsi;
    +        ASN1_VALUE *a;
    +    } intsi = {
    +        NULL
    +    };
    +
    +    ASN1_OCTET_STRING oklen;
    +    unsigned char kl[4];
    +    CMS_SharedInfo ecsi;
    +
    +    keylen <<= 3;
    +    kl[0] = (keylen >> 24) & 0xff;
    +    kl[1] = (keylen >> 16) & 0xff;
    +    kl[2] = (keylen >> 8) & 0xff;
    +    kl[3] = keylen & 0xff;
    +    oklen.length = 4;
    +    oklen.data = kl;
    +    oklen.type = V_ASN1_OCTET_STRING;
    +    oklen.flags = 0;
    +    ecsi.keyInfo = kekalg;
    +    ecsi.entityUInfo = ukm;
    +    ecsi.suppPubInfo = &oklen;
    +    intsi.pecsi = &ecsi;
    +    return ASN1_item_i2d(intsi.a, pder, ASN1_ITEM_rptr(CMS_SharedInfo));
    +}
    diff --git a/openssl/crypto/cms/cms_att.c b/openssl/crypto/cms/cms_att.c
    index 5b71722eb..f79a49d51 100644
    --- a/openssl/crypto/cms/cms_att.c
    +++ b/openssl/crypto/cms/cms_att.c
    @@ -1,5 +1,6 @@
     /* crypto/cms/cms_att.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
      * project.
      */
     /* ====================================================================
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,134 +63,135 @@
     
     int CMS_signed_get_attr_count(const CMS_SignerInfo *si)
     {
    -	return X509at_get_attr_count(si->signedAttrs);
    +    return X509at_get_attr_count(si->signedAttrs);
     }
     
    -int CMS_signed_get_attr_by_NID(const CMS_SignerInfo *si, int nid,
    -			  int lastpos)
    +int CMS_signed_get_attr_by_NID(const CMS_SignerInfo *si, int nid, int lastpos)
     {
    -	return X509at_get_attr_by_NID(si->signedAttrs, nid, lastpos);
    +    return X509at_get_attr_by_NID(si->signedAttrs, nid, lastpos);
     }
     
     int CMS_signed_get_attr_by_OBJ(const CMS_SignerInfo *si, ASN1_OBJECT *obj,
    -			  int lastpos)
    +                               int lastpos)
     {
    -	return X509at_get_attr_by_OBJ(si->signedAttrs, obj, lastpos);
    +    return X509at_get_attr_by_OBJ(si->signedAttrs, obj, lastpos);
     }
     
     X509_ATTRIBUTE *CMS_signed_get_attr(const CMS_SignerInfo *si, int loc)
     {
    -	return X509at_get_attr(si->signedAttrs, loc);
    +    return X509at_get_attr(si->signedAttrs, loc);
     }
     
     X509_ATTRIBUTE *CMS_signed_delete_attr(CMS_SignerInfo *si, int loc)
     {
    -	return X509at_delete_attr(si->signedAttrs, loc);
    +    return X509at_delete_attr(si->signedAttrs, loc);
     }
     
     int CMS_signed_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr)
     {
    -	if(X509at_add1_attr(&si->signedAttrs, attr)) return 1;
    -	return 0;
    +    if (X509at_add1_attr(&si->signedAttrs, attr))
    +        return 1;
    +    return 0;
     }
     
     int CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo *si,
    -			const ASN1_OBJECT *obj, int type,
    -			const void *bytes, int len)
    +                                const ASN1_OBJECT *obj, int type,
    +                                const void *bytes, int len)
     {
    -	if(X509at_add1_attr_by_OBJ(&si->signedAttrs, obj,
    -				type, bytes, len)) return 1;
    -	return 0;
    +    if (X509at_add1_attr_by_OBJ(&si->signedAttrs, obj, type, bytes, len))
    +        return 1;
    +    return 0;
     }
     
     int CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si,
    -			int nid, int type,
    -			const void *bytes, int len)
    +                                int nid, int type, const void *bytes, int len)
     {
    -	if(X509at_add1_attr_by_NID(&si->signedAttrs, nid,
    -				type, bytes, len)) return 1;
    -	return 0;
    +    if (X509at_add1_attr_by_NID(&si->signedAttrs, nid, type, bytes, len))
    +        return 1;
    +    return 0;
     }
     
     int CMS_signed_add1_attr_by_txt(CMS_SignerInfo *si,
    -			const char *attrname, int type,
    -			const void *bytes, int len)
    +                                const char *attrname, int type,
    +                                const void *bytes, int len)
     {
    -	if(X509at_add1_attr_by_txt(&si->signedAttrs, attrname,
    -				type, bytes, len)) return 1;
    -	return 0;
    +    if (X509at_add1_attr_by_txt(&si->signedAttrs, attrname, type, bytes, len))
    +        return 1;
    +    return 0;
     }
     
     void *CMS_signed_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid,
    -					int lastpos, int type)
    +                                  int lastpos, int type)
     {
    -	return X509at_get0_data_by_OBJ(si->signedAttrs, oid, lastpos, type);
    +    return X509at_get0_data_by_OBJ(si->signedAttrs, oid, lastpos, type);
     }
     
     int CMS_unsigned_get_attr_count(const CMS_SignerInfo *si)
     {
    -	return X509at_get_attr_count(si->unsignedAttrs);
    +    return X509at_get_attr_count(si->unsignedAttrs);
     }
     
     int CMS_unsigned_get_attr_by_NID(const CMS_SignerInfo *si, int nid,
    -			  int lastpos)
    +                                 int lastpos)
     {
    -	return X509at_get_attr_by_NID(si->unsignedAttrs, nid, lastpos);
    +    return X509at_get_attr_by_NID(si->unsignedAttrs, nid, lastpos);
     }
     
     int CMS_unsigned_get_attr_by_OBJ(const CMS_SignerInfo *si, ASN1_OBJECT *obj,
    -			  int lastpos)
    +                                 int lastpos)
     {
    -	return X509at_get_attr_by_OBJ(si->unsignedAttrs, obj, lastpos);
    +    return X509at_get_attr_by_OBJ(si->unsignedAttrs, obj, lastpos);
     }
     
     X509_ATTRIBUTE *CMS_unsigned_get_attr(const CMS_SignerInfo *si, int loc)
     {
    -	return X509at_get_attr(si->unsignedAttrs, loc);
    +    return X509at_get_attr(si->unsignedAttrs, loc);
     }
     
     X509_ATTRIBUTE *CMS_unsigned_delete_attr(CMS_SignerInfo *si, int loc)
     {
    -	return X509at_delete_attr(si->unsignedAttrs, loc);
    +    return X509at_delete_attr(si->unsignedAttrs, loc);
     }
     
     int CMS_unsigned_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr)
     {
    -	if(X509at_add1_attr(&si->unsignedAttrs, attr)) return 1;
    -	return 0;
    +    if (X509at_add1_attr(&si->unsignedAttrs, attr))
    +        return 1;
    +    return 0;
     }
     
     int CMS_unsigned_add1_attr_by_OBJ(CMS_SignerInfo *si,
    -			const ASN1_OBJECT *obj, int type,
    -			const void *bytes, int len)
    +                                  const ASN1_OBJECT *obj, int type,
    +                                  const void *bytes, int len)
     {
    -	if(X509at_add1_attr_by_OBJ(&si->unsignedAttrs, obj,
    -				type, bytes, len)) return 1;
    -	return 0;
    +    if (X509at_add1_attr_by_OBJ(&si->unsignedAttrs, obj, type, bytes, len))
    +        return 1;
    +    return 0;
     }
     
     int CMS_unsigned_add1_attr_by_NID(CMS_SignerInfo *si,
    -			int nid, int type,
    -			const void *bytes, int len)
    +                                  int nid, int type,
    +                                  const void *bytes, int len)
     {
    -	if(X509at_add1_attr_by_NID(&si->unsignedAttrs, nid,
    -				type, bytes, len)) return 1;
    -	return 0;
    +    if (X509at_add1_attr_by_NID(&si->unsignedAttrs, nid, type, bytes, len))
    +        return 1;
    +    return 0;
     }
     
     int CMS_unsigned_add1_attr_by_txt(CMS_SignerInfo *si,
    -			const char *attrname, int type,
    -			const void *bytes, int len)
    +                                  const char *attrname, int type,
    +                                  const void *bytes, int len)
     {
    -	if(X509at_add1_attr_by_txt(&si->unsignedAttrs, attrname,
    -				type, bytes, len)) return 1;
    -	return 0;
    +    if (X509at_add1_attr_by_txt(&si->unsignedAttrs, attrname,
    +                                type, bytes, len))
    +        return 1;
    +    return 0;
     }
     
     void *CMS_unsigned_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid,
    -					int lastpos, int type)
    +                                    int lastpos, int type)
     {
    -	return X509at_get0_data_by_OBJ(si->unsignedAttrs, oid, lastpos, type);
    +    return X509at_get0_data_by_OBJ(si->unsignedAttrs, oid, lastpos, type);
     }
     
     /* Specific attribute cases */
    diff --git a/openssl/crypto/cms/cms_cd.c b/openssl/crypto/cms/cms_cd.c
    index 202168810..aa3238f58 100644
    --- a/openssl/crypto/cms/cms_cd.c
    +++ b/openssl/crypto/cms/cms_cd.c
    @@ -1,5 +1,6 @@
     /* crypto/cms/cms_cd.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
      * project.
      */
     /* ====================================================================
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -59,7 +60,7 @@
     #include 
     #include 
     #ifndef OPENSSL_NO_COMP
    -#include 
    +# include 
     #endif
     #include "cms_lcl.h"
     
    @@ -70,67 +71,64 @@ DECLARE_ASN1_ITEM(CMS_CompressedData)
     /* CMS CompressedData Utilities */
     
     CMS_ContentInfo *cms_CompressedData_create(int comp_nid)
    -	{
    -	CMS_ContentInfo *cms;
    -	CMS_CompressedData *cd;
    -	/* Will need something cleverer if there is ever more than one
    -	 * compression algorithm or parameters have some meaning...
    -	 */
    -	if (comp_nid != NID_zlib_compression)
    -		{
    -		CMSerr(CMS_F_CMS_COMPRESSEDDATA_CREATE,
    -				CMS_R_UNSUPPORTED_COMPRESSION_ALGORITHM);
    -		return NULL;
    -		}
    -	cms = CMS_ContentInfo_new();
    -	if (!cms)
    -		return NULL;
    +{
    +    CMS_ContentInfo *cms;
    +    CMS_CompressedData *cd;
    +    /*
    +     * Will need something cleverer if there is ever more than one
    +     * compression algorithm or parameters have some meaning...
    +     */
    +    if (comp_nid != NID_zlib_compression) {
    +        CMSerr(CMS_F_CMS_COMPRESSEDDATA_CREATE,
    +               CMS_R_UNSUPPORTED_COMPRESSION_ALGORITHM);
    +        return NULL;
    +    }
    +    cms = CMS_ContentInfo_new();
    +    if (!cms)
    +        return NULL;
     
    -	cd = M_ASN1_new_of(CMS_CompressedData);
    +    cd = M_ASN1_new_of(CMS_CompressedData);
     
    -	if (!cd)
    -		goto err;
    +    if (!cd)
    +        goto err;
     
    -	cms->contentType = OBJ_nid2obj(NID_id_smime_ct_compressedData);
    -	cms->d.compressedData = cd;
    +    cms->contentType = OBJ_nid2obj(NID_id_smime_ct_compressedData);
    +    cms->d.compressedData = cd;
     
    -	cd->version = 0;
    +    cd->version = 0;
     
    -	X509_ALGOR_set0(cd->compressionAlgorithm,
    -			OBJ_nid2obj(NID_zlib_compression),
    -			V_ASN1_UNDEF, NULL);
    +    X509_ALGOR_set0(cd->compressionAlgorithm,
    +                    OBJ_nid2obj(NID_zlib_compression), V_ASN1_UNDEF, NULL);
     
    -	cd->encapContentInfo->eContentType = OBJ_nid2obj(NID_pkcs7_data);
    +    cd->encapContentInfo->eContentType = OBJ_nid2obj(NID_pkcs7_data);
     
    -	return cms;
    +    return cms;
     
    -	err:
    + err:
     
    -	if (cms)
    -		CMS_ContentInfo_free(cms);
    +    if (cms)
    +        CMS_ContentInfo_free(cms);
     
    -	return NULL;
    -	}
    +    return NULL;
    +}
     
     BIO *cms_CompressedData_init_bio(CMS_ContentInfo *cms)
    -	{
    -	CMS_CompressedData *cd;
    -	ASN1_OBJECT *compoid;
    -	if (OBJ_obj2nid(cms->contentType) != NID_id_smime_ct_compressedData)
    -		{
    -		CMSerr(CMS_F_CMS_COMPRESSEDDATA_INIT_BIO,
    -				CMS_R_CONTENT_TYPE_NOT_COMPRESSED_DATA);
    -		return NULL;
    -		}
    -	cd = cms->d.compressedData;
    -	X509_ALGOR_get0(&compoid, NULL, NULL, cd->compressionAlgorithm);
    -	if (OBJ_obj2nid(compoid) != NID_zlib_compression)
    -		{
    -		CMSerr(CMS_F_CMS_COMPRESSEDDATA_INIT_BIO,
    -				CMS_R_UNSUPPORTED_COMPRESSION_ALGORITHM);
    -		return NULL;
    -		}
    -	return BIO_new(BIO_f_zlib());
    -	}
    +{
    +    CMS_CompressedData *cd;
    +    ASN1_OBJECT *compoid;
    +    if (OBJ_obj2nid(cms->contentType) != NID_id_smime_ct_compressedData) {
    +        CMSerr(CMS_F_CMS_COMPRESSEDDATA_INIT_BIO,
    +               CMS_R_CONTENT_TYPE_NOT_COMPRESSED_DATA);
    +        return NULL;
    +    }
    +    cd = cms->d.compressedData;
    +    X509_ALGOR_get0(&compoid, NULL, NULL, cd->compressionAlgorithm);
    +    if (OBJ_obj2nid(compoid) != NID_zlib_compression) {
    +        CMSerr(CMS_F_CMS_COMPRESSEDDATA_INIT_BIO,
    +               CMS_R_UNSUPPORTED_COMPRESSION_ALGORITHM);
    +        return NULL;
    +    }
    +    return BIO_new(BIO_f_zlib());
    +}
     
     #endif
    diff --git a/openssl/crypto/cms/cms_dd.c b/openssl/crypto/cms/cms_dd.c
    index 8919c15be..23e9f2d3a 100644
    --- a/openssl/crypto/cms/cms_dd.c
    +++ b/openssl/crypto/cms/cms_dd.c
    @@ -1,5 +1,6 @@
     /* crypto/cms/cms_dd.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
      * project.
      */
     /* ====================================================================
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -64,85 +65,81 @@ DECLARE_ASN1_ITEM(CMS_DigestedData)
     /* CMS DigestedData Utilities */
     
     CMS_ContentInfo *cms_DigestedData_create(const EVP_MD *md)
    -	{
    -	CMS_ContentInfo *cms;
    -	CMS_DigestedData *dd;
    -	cms = CMS_ContentInfo_new();
    -	if (!cms)
    -		return NULL;
    +{
    +    CMS_ContentInfo *cms;
    +    CMS_DigestedData *dd;
    +    cms = CMS_ContentInfo_new();
    +    if (!cms)
    +        return NULL;
     
    -	dd = M_ASN1_new_of(CMS_DigestedData);
    +    dd = M_ASN1_new_of(CMS_DigestedData);
     
    -	if (!dd)
    -		goto err;
    +    if (!dd)
    +        goto err;
     
    -	cms->contentType = OBJ_nid2obj(NID_pkcs7_digest);
    -	cms->d.digestedData = dd;
    +    cms->contentType = OBJ_nid2obj(NID_pkcs7_digest);
    +    cms->d.digestedData = dd;
     
    -	dd->version = 0;
    -	dd->encapContentInfo->eContentType = OBJ_nid2obj(NID_pkcs7_data);
    +    dd->version = 0;
    +    dd->encapContentInfo->eContentType = OBJ_nid2obj(NID_pkcs7_data);
     
    -	cms_DigestAlgorithm_set(dd->digestAlgorithm, md);
    +    cms_DigestAlgorithm_set(dd->digestAlgorithm, md);
     
    -	return cms;
    +    return cms;
     
    -	err:
    + err:
     
    -	if (cms)
    -		CMS_ContentInfo_free(cms);
    +    if (cms)
    +        CMS_ContentInfo_free(cms);
     
    -	return NULL;
    -	}
    +    return NULL;
    +}
     
     BIO *cms_DigestedData_init_bio(CMS_ContentInfo *cms)
    -	{
    -	CMS_DigestedData *dd;
    -	dd = cms->d.digestedData;
    -	return cms_DigestAlgorithm_init_bio(dd->digestAlgorithm);
    -	}
    +{
    +    CMS_DigestedData *dd;
    +    dd = cms->d.digestedData;
    +    return cms_DigestAlgorithm_init_bio(dd->digestAlgorithm);
    +}
     
     int cms_DigestedData_do_final(CMS_ContentInfo *cms, BIO *chain, int verify)
    -	{
    -	EVP_MD_CTX mctx;
    -	unsigned char md[EVP_MAX_MD_SIZE];
    -	unsigned int mdlen;
    -	int r = 0;
    -	CMS_DigestedData *dd;
    -	EVP_MD_CTX_init(&mctx);
    -
    -	dd = cms->d.digestedData;
    -
    -	if (!cms_DigestAlgorithm_find_ctx(&mctx, chain, dd->digestAlgorithm))
    -		goto err;
    -
    -	if (EVP_DigestFinal_ex(&mctx, md, &mdlen) <= 0)
    -		goto err;
    -
    -	if (verify)
    -		{
    -		if (mdlen != (unsigned int)dd->digest->length)
    -			{
    -			CMSerr(CMS_F_CMS_DIGESTEDDATA_DO_FINAL,
    -				CMS_R_MESSAGEDIGEST_WRONG_LENGTH);
    -			goto err;
    -			}
    -
    -		if (memcmp(md, dd->digest->data, mdlen))
    -			CMSerr(CMS_F_CMS_DIGESTEDDATA_DO_FINAL,
    -				CMS_R_VERIFICATION_FAILURE);
    -		else
    -			r = 1;
    -		}
    -	else
    -		{
    -		if (!ASN1_STRING_set(dd->digest, md, mdlen))
    -			goto err;
    -		r = 1;
    -		}
    -
    -	err:
    -	EVP_MD_CTX_cleanup(&mctx);
    -
    -	return r;
    -
    -	}
    +{
    +    EVP_MD_CTX mctx;
    +    unsigned char md[EVP_MAX_MD_SIZE];
    +    unsigned int mdlen;
    +    int r = 0;
    +    CMS_DigestedData *dd;
    +    EVP_MD_CTX_init(&mctx);
    +
    +    dd = cms->d.digestedData;
    +
    +    if (!cms_DigestAlgorithm_find_ctx(&mctx, chain, dd->digestAlgorithm))
    +        goto err;
    +
    +    if (EVP_DigestFinal_ex(&mctx, md, &mdlen) <= 0)
    +        goto err;
    +
    +    if (verify) {
    +        if (mdlen != (unsigned int)dd->digest->length) {
    +            CMSerr(CMS_F_CMS_DIGESTEDDATA_DO_FINAL,
    +                   CMS_R_MESSAGEDIGEST_WRONG_LENGTH);
    +            goto err;
    +        }
    +
    +        if (memcmp(md, dd->digest->data, mdlen))
    +            CMSerr(CMS_F_CMS_DIGESTEDDATA_DO_FINAL,
    +                   CMS_R_VERIFICATION_FAILURE);
    +        else
    +            r = 1;
    +    } else {
    +        if (!ASN1_STRING_set(dd->digest, md, mdlen))
    +            goto err;
    +        r = 1;
    +    }
    +
    + err:
    +    EVP_MD_CTX_cleanup(&mctx);
    +
    +    return r;
    +
    +}
    diff --git a/openssl/crypto/cms/cms_enc.c b/openssl/crypto/cms/cms_enc.c
    index bebeaf29c..85ae928a4 100644
    --- a/openssl/crypto/cms/cms_enc.c
    +++ b/openssl/crypto/cms/cms_enc.c
    @@ -1,5 +1,6 @@
     /* crypto/cms/cms_enc.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
      * project.
      */
     /* ====================================================================
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -67,228 +68,193 @@ DECLARE_ASN1_ITEM(CMS_EncryptedData)
     /* Return BIO based on EncryptedContentInfo and key */
     
     BIO *cms_EncryptedContent_init_bio(CMS_EncryptedContentInfo *ec)
    -	{
    -	BIO *b;
    -	EVP_CIPHER_CTX *ctx;
    -	const EVP_CIPHER *ciph;
    -	X509_ALGOR *calg = ec->contentEncryptionAlgorithm;
    -	unsigned char iv[EVP_MAX_IV_LENGTH], *piv = NULL;
    -	unsigned char *tkey = NULL;
    -	size_t tkeylen = 0;
    +{
    +    BIO *b;
    +    EVP_CIPHER_CTX *ctx;
    +    const EVP_CIPHER *ciph;
    +    X509_ALGOR *calg = ec->contentEncryptionAlgorithm;
    +    unsigned char iv[EVP_MAX_IV_LENGTH], *piv = NULL;
    +    unsigned char *tkey = NULL;
    +    size_t tkeylen = 0;
     
    -	int ok = 0;
    +    int ok = 0;
     
    -	int enc, keep_key = 0;
    +    int enc, keep_key = 0;
     
    -	enc = ec->cipher ? 1 : 0;
    +    enc = ec->cipher ? 1 : 0;
     
    -	b = BIO_new(BIO_f_cipher());
    -	if (!b)
    -		{
    -		CMSerr(CMS_F_CMS_ENCRYPTEDCONTENT_INIT_BIO,
    -							ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -		}
    +    b = BIO_new(BIO_f_cipher());
    +    if (!b) {
    +        CMSerr(CMS_F_CMS_ENCRYPTEDCONTENT_INIT_BIO, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
     
    -	BIO_get_cipher_ctx(b, &ctx);
    +    BIO_get_cipher_ctx(b, &ctx);
     
    -	if (enc)
    -		{
    -		ciph = ec->cipher;
    -		/* If not keeping key set cipher to NULL so subsequent calls
    -		 * decrypt.
    -		 */
    -		if (ec->key)
    -			ec->cipher = NULL;
    -		}
    -	else
    -		{
    -		ciph = EVP_get_cipherbyobj(calg->algorithm);
    +    if (enc) {
    +        ciph = ec->cipher;
    +        /*
    +         * If not keeping key set cipher to NULL so subsequent calls decrypt.
    +         */
    +        if (ec->key)
    +            ec->cipher = NULL;
    +    } else {
    +        ciph = EVP_get_cipherbyobj(calg->algorithm);
     
    -		if (!ciph)
    -			{
    -			CMSerr(CMS_F_CMS_ENCRYPTEDCONTENT_INIT_BIO,
    -							CMS_R_UNKNOWN_CIPHER);
    -			goto err;
    -			}
    -		}
    +        if (!ciph) {
    +            CMSerr(CMS_F_CMS_ENCRYPTEDCONTENT_INIT_BIO, CMS_R_UNKNOWN_CIPHER);
    +            goto err;
    +        }
    +    }
     
    -	if (EVP_CipherInit_ex(ctx, ciph, NULL, NULL, NULL, enc) <= 0)
    -		{
    -		CMSerr(CMS_F_CMS_ENCRYPTEDCONTENT_INIT_BIO,
    -				CMS_R_CIPHER_INITIALISATION_ERROR);
    -		goto err;
    -		}
    +    if (EVP_CipherInit_ex(ctx, ciph, NULL, NULL, NULL, enc) <= 0) {
    +        CMSerr(CMS_F_CMS_ENCRYPTEDCONTENT_INIT_BIO,
    +               CMS_R_CIPHER_INITIALISATION_ERROR);
    +        goto err;
    +    }
     
    -	if (enc)
    -		{
    -		int ivlen;
    -		calg->algorithm = OBJ_nid2obj(EVP_CIPHER_CTX_type(ctx));
    -		/* Generate a random IV if we need one */
    -		ivlen = EVP_CIPHER_CTX_iv_length(ctx);
    -		if (ivlen > 0)
    -			{
    -			if (RAND_pseudo_bytes(iv, ivlen) <= 0)
    -				goto err;
    -			piv = iv;
    -			}
    -		}
    -	else if (EVP_CIPHER_asn1_to_param(ctx, calg->parameter) <= 0)
    -		{
    -		CMSerr(CMS_F_CMS_ENCRYPTEDCONTENT_INIT_BIO,
    -				CMS_R_CIPHER_PARAMETER_INITIALISATION_ERROR);
    -		goto err;
    -		}
    -	tkeylen = EVP_CIPHER_CTX_key_length(ctx);
    -	/* Generate random session key */
    -	if (!enc || !ec->key)
    -		{
    -		tkey = OPENSSL_malloc(tkeylen);
    -		if (!tkey)
    -			{
    -			CMSerr(CMS_F_CMS_ENCRYPTEDCONTENT_INIT_BIO,
    -							ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -		if (EVP_CIPHER_CTX_rand_key(ctx, tkey) <= 0)
    -			goto err;
    -		}
    +    if (enc) {
    +        int ivlen;
    +        calg->algorithm = OBJ_nid2obj(EVP_CIPHER_CTX_type(ctx));
    +        /* Generate a random IV if we need one */
    +        ivlen = EVP_CIPHER_CTX_iv_length(ctx);
    +        if (ivlen > 0) {
    +            if (RAND_pseudo_bytes(iv, ivlen) <= 0)
    +                goto err;
    +            piv = iv;
    +        }
    +    } else if (EVP_CIPHER_asn1_to_param(ctx, calg->parameter) <= 0) {
    +        CMSerr(CMS_F_CMS_ENCRYPTEDCONTENT_INIT_BIO,
    +               CMS_R_CIPHER_PARAMETER_INITIALISATION_ERROR);
    +        goto err;
    +    }
    +    tkeylen = EVP_CIPHER_CTX_key_length(ctx);
    +    /* Generate random session key */
    +    if (!enc || !ec->key) {
    +        tkey = OPENSSL_malloc(tkeylen);
    +        if (!tkey) {
    +            CMSerr(CMS_F_CMS_ENCRYPTEDCONTENT_INIT_BIO, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +        if (EVP_CIPHER_CTX_rand_key(ctx, tkey) <= 0)
    +            goto err;
    +    }
     
    -	if (!ec->key)
    -		{
    -		ec->key = tkey;
    -		ec->keylen = tkeylen;
    -		tkey = NULL;
    -		if (enc)
    -			keep_key = 1;
    -		else
    -			ERR_clear_error();
    -		
    -		}
    +    if (!ec->key) {
    +        ec->key = tkey;
    +        ec->keylen = tkeylen;
    +        tkey = NULL;
    +        if (enc)
    +            keep_key = 1;
    +        else
    +            ERR_clear_error();
     
    -	if (ec->keylen != tkeylen)
    -		{
    -		/* If necessary set key length */
    -		if (EVP_CIPHER_CTX_set_key_length(ctx, ec->keylen) <= 0)
    -			{
    -			/* Only reveal failure if debugging so we don't
    -			 * leak information which may be useful in MMA.
    -			 */
    -			if (enc || ec->debug)
    -				{
    -				CMSerr(CMS_F_CMS_ENCRYPTEDCONTENT_INIT_BIO,
    -						CMS_R_INVALID_KEY_LENGTH);
    -				goto err;
    -				}
    -			else
    -				{
    -				/* Use random key */
    -				OPENSSL_cleanse(ec->key, ec->keylen);
    -				OPENSSL_free(ec->key);
    -				ec->key = tkey;
    -				ec->keylen = tkeylen;
    -				tkey = NULL;
    -				ERR_clear_error();
    -				}
    -			}
    -		}
    +    }
     
    -	if (EVP_CipherInit_ex(ctx, NULL, NULL, ec->key, piv, enc) <= 0)
    -		{
    -		CMSerr(CMS_F_CMS_ENCRYPTEDCONTENT_INIT_BIO,
    -				CMS_R_CIPHER_INITIALISATION_ERROR);
    -		goto err;
    -		}
    +    if (ec->keylen != tkeylen) {
    +        /* If necessary set key length */
    +        if (EVP_CIPHER_CTX_set_key_length(ctx, ec->keylen) <= 0) {
    +            /*
    +             * Only reveal failure if debugging so we don't leak information
    +             * which may be useful in MMA.
    +             */
    +            if (enc || ec->debug) {
    +                CMSerr(CMS_F_CMS_ENCRYPTEDCONTENT_INIT_BIO,
    +                       CMS_R_INVALID_KEY_LENGTH);
    +                goto err;
    +            } else {
    +                /* Use random key */
    +                OPENSSL_cleanse(ec->key, ec->keylen);
    +                OPENSSL_free(ec->key);
    +                ec->key = tkey;
    +                ec->keylen = tkeylen;
    +                tkey = NULL;
    +                ERR_clear_error();
    +            }
    +        }
    +    }
     
    -	if (piv)
    -		{
    -		calg->parameter = ASN1_TYPE_new();
    -		if (!calg->parameter)
    -			{
    -			CMSerr(CMS_F_CMS_ENCRYPTEDCONTENT_INIT_BIO,
    -							ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -		if (EVP_CIPHER_param_to_asn1(ctx, calg->parameter) <= 0)
    -			{
    -			CMSerr(CMS_F_CMS_ENCRYPTEDCONTENT_INIT_BIO,
    -				CMS_R_CIPHER_PARAMETER_INITIALISATION_ERROR);
    -			goto err;
    -			}
    -		}
    -	ok = 1;
    +    if (EVP_CipherInit_ex(ctx, NULL, NULL, ec->key, piv, enc) <= 0) {
    +        CMSerr(CMS_F_CMS_ENCRYPTEDCONTENT_INIT_BIO,
    +               CMS_R_CIPHER_INITIALISATION_ERROR);
    +        goto err;
    +    }
     
    -	err:
    -	if (ec->key && !keep_key)
    -		{
    -		OPENSSL_cleanse(ec->key, ec->keylen);
    -		OPENSSL_free(ec->key);
    -		ec->key = NULL;
    -		}
    -	if (tkey)
    -		{
    -		OPENSSL_cleanse(tkey, tkeylen);
    -		OPENSSL_free(tkey);
    -		}
    -	if (ok)
    -		return b;
    -	BIO_free(b);
    -	return NULL;
    -	}
    +    if (piv) {
    +        calg->parameter = ASN1_TYPE_new();
    +        if (!calg->parameter) {
    +            CMSerr(CMS_F_CMS_ENCRYPTEDCONTENT_INIT_BIO, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +        if (EVP_CIPHER_param_to_asn1(ctx, calg->parameter) <= 0) {
    +            CMSerr(CMS_F_CMS_ENCRYPTEDCONTENT_INIT_BIO,
    +                   CMS_R_CIPHER_PARAMETER_INITIALISATION_ERROR);
    +            goto err;
    +        }
    +    }
    +    ok = 1;
     
    -int cms_EncryptedContent_init(CMS_EncryptedContentInfo *ec, 
    -				const EVP_CIPHER *cipher,
    -				const unsigned char *key, size_t keylen)
    -	{
    -	ec->cipher = cipher;
    -	if (key)
    -		{
    -		ec->key = OPENSSL_malloc(keylen);
    -		if (!ec->key)
    -			return 0;
    -		memcpy(ec->key, key, keylen);
    -		}
    -	ec->keylen = keylen;
    -	if (cipher)
    -		ec->contentType = OBJ_nid2obj(NID_pkcs7_data);
    -	return 1;
    -	}
    + err:
    +    if (ec->key && !keep_key) {
    +        OPENSSL_cleanse(ec->key, ec->keylen);
    +        OPENSSL_free(ec->key);
    +        ec->key = NULL;
    +    }
    +    if (tkey) {
    +        OPENSSL_cleanse(tkey, tkeylen);
    +        OPENSSL_free(tkey);
    +    }
    +    if (ok)
    +        return b;
    +    BIO_free(b);
    +    return NULL;
    +}
    +
    +int cms_EncryptedContent_init(CMS_EncryptedContentInfo *ec,
    +                              const EVP_CIPHER *cipher,
    +                              const unsigned char *key, size_t keylen)
    +{
    +    ec->cipher = cipher;
    +    if (key) {
    +        ec->key = OPENSSL_malloc(keylen);
    +        if (!ec->key)
    +            return 0;
    +        memcpy(ec->key, key, keylen);
    +    }
    +    ec->keylen = keylen;
    +    if (cipher)
    +        ec->contentType = OBJ_nid2obj(NID_pkcs7_data);
    +    return 1;
    +}
     
     int CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph,
    -				const unsigned char *key, size_t keylen)
    -	{
    -	CMS_EncryptedContentInfo *ec;
    -	if (!key || !keylen)
    -		{
    -		CMSerr(CMS_F_CMS_ENCRYPTEDDATA_SET1_KEY, CMS_R_NO_KEY);
    -		return 0;
    -		}
    -	if (ciph)
    -		{
    -		cms->d.encryptedData = M_ASN1_new_of(CMS_EncryptedData);
    -		if (!cms->d.encryptedData)
    -			{
    -			CMSerr(CMS_F_CMS_ENCRYPTEDDATA_SET1_KEY,
    -				ERR_R_MALLOC_FAILURE);
    -			return 0;
    -			}
    -		cms->contentType = OBJ_nid2obj(NID_pkcs7_encrypted);
    -		cms->d.encryptedData->version = 0;
    -		}
    -	else if (OBJ_obj2nid(cms->contentType) != NID_pkcs7_encrypted)
    -		{
    -		CMSerr(CMS_F_CMS_ENCRYPTEDDATA_SET1_KEY,
    -						CMS_R_NOT_ENCRYPTED_DATA);
    -		return 0;
    -		}
    -	ec = cms->d.encryptedData->encryptedContentInfo;
    -	return cms_EncryptedContent_init(ec, ciph, key, keylen);
    -	}
    +                               const unsigned char *key, size_t keylen)
    +{
    +    CMS_EncryptedContentInfo *ec;
    +    if (!key || !keylen) {
    +        CMSerr(CMS_F_CMS_ENCRYPTEDDATA_SET1_KEY, CMS_R_NO_KEY);
    +        return 0;
    +    }
    +    if (ciph) {
    +        cms->d.encryptedData = M_ASN1_new_of(CMS_EncryptedData);
    +        if (!cms->d.encryptedData) {
    +            CMSerr(CMS_F_CMS_ENCRYPTEDDATA_SET1_KEY, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +        cms->contentType = OBJ_nid2obj(NID_pkcs7_encrypted);
    +        cms->d.encryptedData->version = 0;
    +    } else if (OBJ_obj2nid(cms->contentType) != NID_pkcs7_encrypted) {
    +        CMSerr(CMS_F_CMS_ENCRYPTEDDATA_SET1_KEY, CMS_R_NOT_ENCRYPTED_DATA);
    +        return 0;
    +    }
    +    ec = cms->d.encryptedData->encryptedContentInfo;
    +    return cms_EncryptedContent_init(ec, ciph, key, keylen);
    +}
     
     BIO *cms_EncryptedData_init_bio(CMS_ContentInfo *cms)
    -	{
    -	CMS_EncryptedData *enc = cms->d.encryptedData;
    -	if (enc->encryptedContentInfo->cipher && enc->unprotectedAttrs)
    -		enc->version = 2;
    -	return cms_EncryptedContent_init_bio(enc->encryptedContentInfo);
    -	}
    +{
    +    CMS_EncryptedData *enc = cms->d.encryptedData;
    +    if (enc->encryptedContentInfo->cipher && enc->unprotectedAttrs)
    +        enc->version = 2;
    +    return cms_EncryptedContent_init_bio(enc->encryptedContentInfo);
    +}
    diff --git a/openssl/crypto/cms/cms_env.c b/openssl/crypto/cms/cms_env.c
    index add00bf99..93c06cb00 100644
    --- a/openssl/crypto/cms/cms_env.c
    +++ b/openssl/crypto/cms/cms_env.c
    @@ -1,5 +1,6 @@
     /* crypto/cms/cms_env.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
      * project.
      */
     /* ====================================================================
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -72,807 +73,902 @@ DECLARE_ASN1_ITEM(CMS_OtherKeyAttribute)
     DECLARE_STACK_OF(CMS_RecipientInfo)
     
     CMS_EnvelopedData *cms_get0_enveloped(CMS_ContentInfo *cms)
    -	{
    -	if (OBJ_obj2nid(cms->contentType) != NID_pkcs7_enveloped)
    -		{
    -		CMSerr(CMS_F_CMS_GET0_ENVELOPED,
    -				CMS_R_CONTENT_TYPE_NOT_ENVELOPED_DATA);
    -		return NULL;
    -		}
    -	return cms->d.envelopedData;
    -	}
    +{
    +    if (OBJ_obj2nid(cms->contentType) != NID_pkcs7_enveloped) {
    +        CMSerr(CMS_F_CMS_GET0_ENVELOPED,
    +               CMS_R_CONTENT_TYPE_NOT_ENVELOPED_DATA);
    +        return NULL;
    +    }
    +    return cms->d.envelopedData;
    +}
     
     static CMS_EnvelopedData *cms_enveloped_data_init(CMS_ContentInfo *cms)
    -	{
    -	if (cms->d.other == NULL)
    -		{
    -		cms->d.envelopedData = M_ASN1_new_of(CMS_EnvelopedData);
    -		if (!cms->d.envelopedData)
    -			{
    -			CMSerr(CMS_F_CMS_ENVELOPED_DATA_INIT,
    -							ERR_R_MALLOC_FAILURE);
    -			return NULL;
    -			}
    -		cms->d.envelopedData->version = 0;
    -		cms->d.envelopedData->encryptedContentInfo->contentType =
    -						OBJ_nid2obj(NID_pkcs7_data);
    -		ASN1_OBJECT_free(cms->contentType);
    -		cms->contentType = OBJ_nid2obj(NID_pkcs7_enveloped);
    -		return cms->d.envelopedData;
    -		}
    -	return cms_get0_enveloped(cms);
    -	}
    +{
    +    if (cms->d.other == NULL) {
    +        cms->d.envelopedData = M_ASN1_new_of(CMS_EnvelopedData);
    +        if (!cms->d.envelopedData) {
    +            CMSerr(CMS_F_CMS_ENVELOPED_DATA_INIT, ERR_R_MALLOC_FAILURE);
    +            return NULL;
    +        }
    +        cms->d.envelopedData->version = 0;
    +        cms->d.envelopedData->encryptedContentInfo->contentType =
    +            OBJ_nid2obj(NID_pkcs7_data);
    +        ASN1_OBJECT_free(cms->contentType);
    +        cms->contentType = OBJ_nid2obj(NID_pkcs7_enveloped);
    +        return cms->d.envelopedData;
    +    }
    +    return cms_get0_enveloped(cms);
    +}
    +
    +int cms_env_asn1_ctrl(CMS_RecipientInfo *ri, int cmd)
    +{
    +    EVP_PKEY *pkey;
    +    int i;
    +    if (ri->type == CMS_RECIPINFO_TRANS)
    +        pkey = ri->d.ktri->pkey;
    +    else if (ri->type == CMS_RECIPINFO_AGREE) {
    +        EVP_PKEY_CTX *pctx = ri->d.kari->pctx;
    +        if (!pctx)
    +            return 0;
    +        pkey = EVP_PKEY_CTX_get0_pkey(pctx);
    +        if (!pkey)
    +            return 0;
    +    } else
    +        return 0;
    +    if (!pkey->ameth || !pkey->ameth->pkey_ctrl)
    +        return 1;
    +    i = pkey->ameth->pkey_ctrl(pkey, ASN1_PKEY_CTRL_CMS_ENVELOPE, cmd, ri);
    +    if (i == -2) {
    +        CMSerr(CMS_F_CMS_ENV_ASN1_CTRL,
    +               CMS_R_NOT_SUPPORTED_FOR_THIS_KEY_TYPE);
    +        return 0;
    +    }
    +    if (i <= 0) {
    +        CMSerr(CMS_F_CMS_ENV_ASN1_CTRL, CMS_R_CTRL_FAILURE);
    +        return 0;
    +    }
    +    return 1;
    +}
     
     STACK_OF(CMS_RecipientInfo) *CMS_get0_RecipientInfos(CMS_ContentInfo *cms)
    -	{
    -	CMS_EnvelopedData *env;
    -	env = cms_get0_enveloped(cms);
    -	if (!env)
    -		return NULL;
    -	return env->recipientInfos;
    -	}
    +{
    +    CMS_EnvelopedData *env;
    +    env = cms_get0_enveloped(cms);
    +    if (!env)
    +        return NULL;
    +    return env->recipientInfos;
    +}
     
     int CMS_RecipientInfo_type(CMS_RecipientInfo *ri)
    -	{
    -	return ri->type;
    -	}
    +{
    +    return ri->type;
    +}
    +
    +EVP_PKEY_CTX *CMS_RecipientInfo_get0_pkey_ctx(CMS_RecipientInfo *ri)
    +{
    +    if (ri->type == CMS_RECIPINFO_TRANS)
    +        return ri->d.ktri->pctx;
    +    else if (ri->type == CMS_RECIPINFO_AGREE)
    +        return ri->d.kari->pctx;
    +    return NULL;
    +}
     
     CMS_ContentInfo *CMS_EnvelopedData_create(const EVP_CIPHER *cipher)
    -	{
    -	CMS_ContentInfo *cms;
    -	CMS_EnvelopedData *env;
    -	cms = CMS_ContentInfo_new();
    -	if (!cms)
    -		goto merr;
    -	env = cms_enveloped_data_init(cms);
    -	if (!env)
    -		goto merr;
    -	if (!cms_EncryptedContent_init(env->encryptedContentInfo,
    -					cipher, NULL, 0))
    -		goto merr;
    -	return cms;
    -	merr:
    -	if (cms)
    -		CMS_ContentInfo_free(cms);
    -	CMSerr(CMS_F_CMS_ENVELOPEDDATA_CREATE, ERR_R_MALLOC_FAILURE);
    -	return NULL;
    -	}
    +{
    +    CMS_ContentInfo *cms;
    +    CMS_EnvelopedData *env;
    +    cms = CMS_ContentInfo_new();
    +    if (!cms)
    +        goto merr;
    +    env = cms_enveloped_data_init(cms);
    +    if (!env)
    +        goto merr;
    +    if (!cms_EncryptedContent_init(env->encryptedContentInfo,
    +                                   cipher, NULL, 0))
    +        goto merr;
    +    return cms;
    + merr:
    +    if (cms)
    +        CMS_ContentInfo_free(cms);
    +    CMSerr(CMS_F_CMS_ENVELOPEDDATA_CREATE, ERR_R_MALLOC_FAILURE);
    +    return NULL;
    +}
     
     /* Key Transport Recipient Info (KTRI) routines */
     
    -/* Add a recipient certificate. For now only handle key transport.
    - * If we ever handle key agreement will need updating.
    +/* Initialise a ktri based on passed certificate and key */
    +
    +static int cms_RecipientInfo_ktri_init(CMS_RecipientInfo *ri, X509 *recip,
    +                                       EVP_PKEY *pk, unsigned int flags)
    +{
    +    CMS_KeyTransRecipientInfo *ktri;
    +    int idtype;
    +
    +    ri->d.ktri = M_ASN1_new_of(CMS_KeyTransRecipientInfo);
    +    if (!ri->d.ktri)
    +        return 0;
    +    ri->type = CMS_RECIPINFO_TRANS;
    +
    +    ktri = ri->d.ktri;
    +
    +    if (flags & CMS_USE_KEYID) {
    +        ktri->version = 2;
    +        idtype = CMS_RECIPINFO_KEYIDENTIFIER;
    +    } else {
    +        ktri->version = 0;
    +        idtype = CMS_RECIPINFO_ISSUER_SERIAL;
    +    }
    +
    +    /*
    +     * Not a typo: RecipientIdentifier and SignerIdentifier are the same
    +     * structure.
    +     */
    +
    +    if (!cms_set1_SignerIdentifier(ktri->rid, recip, idtype))
    +        return 0;
    +
    +    CRYPTO_add(&recip->references, 1, CRYPTO_LOCK_X509);
    +    CRYPTO_add(&pk->references, 1, CRYPTO_LOCK_EVP_PKEY);
    +    ktri->pkey = pk;
    +    ktri->recip = recip;
    +
    +    if (flags & CMS_KEY_PARAM) {
    +        ktri->pctx = EVP_PKEY_CTX_new(ktri->pkey, NULL);
    +        if (!ktri->pctx)
    +            return 0;
    +        if (EVP_PKEY_encrypt_init(ktri->pctx) <= 0)
    +            return 0;
    +    } else if (!cms_env_asn1_ctrl(ri, 0))
    +        return 0;
    +    return 1;
    +}
    +
    +/*
    + * Add a recipient certificate using appropriate type of RecipientInfo
      */
     
     CMS_RecipientInfo *CMS_add1_recipient_cert(CMS_ContentInfo *cms,
    -					X509 *recip, unsigned int flags)
    -	{
    -	CMS_RecipientInfo *ri = NULL;
    -	CMS_KeyTransRecipientInfo *ktri;
    -	CMS_EnvelopedData *env;
    -	EVP_PKEY *pk = NULL;
    -	int i, type;
    -	env = cms_get0_enveloped(cms);
    -	if (!env)
    -		goto err;
    -
    -	/* Initialize recipient info */
    -	ri = M_ASN1_new_of(CMS_RecipientInfo);
    -	if (!ri)
    -		goto merr;
    -
    -	/* Initialize and add key transport recipient info */
    -
    -	ri->d.ktri = M_ASN1_new_of(CMS_KeyTransRecipientInfo);
    -	if (!ri->d.ktri)
    -		goto merr;
    -	ri->type = CMS_RECIPINFO_TRANS;
    -
    -	ktri = ri->d.ktri;
    -
    -	X509_check_purpose(recip, -1, -1);
    -	pk = X509_get_pubkey(recip);
    -	if (!pk)
    -		{
    -		CMSerr(CMS_F_CMS_ADD1_RECIPIENT_CERT,
    -				CMS_R_ERROR_GETTING_PUBLIC_KEY);
    -		goto err;
    -		}
    -	CRYPTO_add(&recip->references, 1, CRYPTO_LOCK_X509);
    -	ktri->pkey = pk;
    -	ktri->recip = recip;
    -
    -	if (flags & CMS_USE_KEYID)
    -		{
    -		ktri->version = 2;
    -		if (env->version < 2)
    -			env->version = 2;
    -		type = CMS_RECIPINFO_KEYIDENTIFIER;
    -		}
    -	else
    -		{
    -		ktri->version = 0;
    -		type = CMS_RECIPINFO_ISSUER_SERIAL;
    -		}
    -
    -	/* Not a typo: RecipientIdentifier and SignerIdentifier are the
    -	 * same structure.
    -	 */
    -
    -	if (!cms_set1_SignerIdentifier(ktri->rid, recip, type))
    -		goto err;
    -
    -	if (pk->ameth && pk->ameth->pkey_ctrl)
    -		{
    -		i = pk->ameth->pkey_ctrl(pk, ASN1_PKEY_CTRL_CMS_ENVELOPE,
    -						0, ri);
    -		if (i == -2)
    -			{
    -			CMSerr(CMS_F_CMS_ADD1_RECIPIENT_CERT,
    -				CMS_R_NOT_SUPPORTED_FOR_THIS_KEY_TYPE);
    -			goto err;
    -			}
    -		if (i <= 0)
    -			{
    -			CMSerr(CMS_F_CMS_ADD1_RECIPIENT_CERT,
    -				CMS_R_CTRL_FAILURE);
    -			goto err;
    -			}
    -		}
    -
    -	if (!sk_CMS_RecipientInfo_push(env->recipientInfos, ri))
    -		goto merr;
    -
    -	return ri;
    -
    -	merr:
    -	CMSerr(CMS_F_CMS_ADD1_RECIPIENT_CERT, ERR_R_MALLOC_FAILURE);
    -	err:
    -	if (ri)
    -		M_ASN1_free_of(ri, CMS_RecipientInfo);
    -	return NULL;
    -
    -	}
    +                                           X509 *recip, unsigned int flags)
    +{
    +    CMS_RecipientInfo *ri = NULL;
    +    CMS_EnvelopedData *env;
    +    EVP_PKEY *pk = NULL;
    +    env = cms_get0_enveloped(cms);
    +    if (!env)
    +        goto err;
    +
    +    /* Initialize recipient info */
    +    ri = M_ASN1_new_of(CMS_RecipientInfo);
    +    if (!ri)
    +        goto merr;
    +
    +    pk = X509_get_pubkey(recip);
    +    if (!pk) {
    +        CMSerr(CMS_F_CMS_ADD1_RECIPIENT_CERT, CMS_R_ERROR_GETTING_PUBLIC_KEY);
    +        goto err;
    +    }
    +
    +    switch (cms_pkey_get_ri_type(pk)) {
    +
    +    case CMS_RECIPINFO_TRANS:
    +        if (!cms_RecipientInfo_ktri_init(ri, recip, pk, flags))
    +            goto err;
    +        break;
    +
    +    case CMS_RECIPINFO_AGREE:
    +        if (!cms_RecipientInfo_kari_init(ri, recip, pk, flags))
    +            goto err;
    +        break;
    +
    +    default:
    +        CMSerr(CMS_F_CMS_ADD1_RECIPIENT_CERT,
    +               CMS_R_NOT_SUPPORTED_FOR_THIS_KEY_TYPE);
    +        goto err;
    +
    +    }
    +
    +    if (!sk_CMS_RecipientInfo_push(env->recipientInfos, ri))
    +        goto merr;
    +
    +    EVP_PKEY_free(pk);
    +
    +    return ri;
    +
    + merr:
    +    CMSerr(CMS_F_CMS_ADD1_RECIPIENT_CERT, ERR_R_MALLOC_FAILURE);
    + err:
    +    if (ri)
    +        M_ASN1_free_of(ri, CMS_RecipientInfo);
    +    if (pk)
    +        EVP_PKEY_free(pk);
    +    return NULL;
    +
    +}
     
     int CMS_RecipientInfo_ktri_get0_algs(CMS_RecipientInfo *ri,
    -					EVP_PKEY **pk, X509 **recip,
    -					X509_ALGOR **palg)
    -	{
    -	CMS_KeyTransRecipientInfo *ktri;
    -	if (ri->type != CMS_RECIPINFO_TRANS)
    -		{
    -		CMSerr(CMS_F_CMS_RECIPIENTINFO_KTRI_GET0_ALGS,
    -			CMS_R_NOT_KEY_TRANSPORT);
    -		return 0;
    -		}
    -
    -	ktri = ri->d.ktri;
    -
    -	if (pk)
    -		*pk = ktri->pkey;
    -	if (recip)
    -		*recip = ktri->recip;
    -	if (palg)
    -		*palg = ktri->keyEncryptionAlgorithm;
    -	return 1;
    -	}
    +                                     EVP_PKEY **pk, X509 **recip,
    +                                     X509_ALGOR **palg)
    +{
    +    CMS_KeyTransRecipientInfo *ktri;
    +    if (ri->type != CMS_RECIPINFO_TRANS) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_KTRI_GET0_ALGS,
    +               CMS_R_NOT_KEY_TRANSPORT);
    +        return 0;
    +    }
    +
    +    ktri = ri->d.ktri;
    +
    +    if (pk)
    +        *pk = ktri->pkey;
    +    if (recip)
    +        *recip = ktri->recip;
    +    if (palg)
    +        *palg = ktri->keyEncryptionAlgorithm;
    +    return 1;
    +}
     
     int CMS_RecipientInfo_ktri_get0_signer_id(CMS_RecipientInfo *ri,
    -					ASN1_OCTET_STRING **keyid,
    -					X509_NAME **issuer, ASN1_INTEGER **sno)
    -	{
    -	CMS_KeyTransRecipientInfo *ktri;
    -	if (ri->type != CMS_RECIPINFO_TRANS)
    -		{
    -		CMSerr(CMS_F_CMS_RECIPIENTINFO_KTRI_GET0_SIGNER_ID,
    -			CMS_R_NOT_KEY_TRANSPORT);
    -		return 0;
    -		}
    -	ktri = ri->d.ktri;
    -
    -	return cms_SignerIdentifier_get0_signer_id(ktri->rid,
    -							keyid, issuer, sno);
    -	}
    +                                          ASN1_OCTET_STRING **keyid,
    +                                          X509_NAME **issuer,
    +                                          ASN1_INTEGER **sno)
    +{
    +    CMS_KeyTransRecipientInfo *ktri;
    +    if (ri->type != CMS_RECIPINFO_TRANS) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_KTRI_GET0_SIGNER_ID,
    +               CMS_R_NOT_KEY_TRANSPORT);
    +        return 0;
    +    }
    +    ktri = ri->d.ktri;
    +
    +    return cms_SignerIdentifier_get0_signer_id(ktri->rid, keyid, issuer, sno);
    +}
     
     int CMS_RecipientInfo_ktri_cert_cmp(CMS_RecipientInfo *ri, X509 *cert)
    -	{
    -	if (ri->type != CMS_RECIPINFO_TRANS)
    -		{
    -		CMSerr(CMS_F_CMS_RECIPIENTINFO_KTRI_CERT_CMP,
    -			CMS_R_NOT_KEY_TRANSPORT);
    -		return -2;
    -		}
    -	return cms_SignerIdentifier_cert_cmp(ri->d.ktri->rid, cert);
    -	}
    +{
    +    if (ri->type != CMS_RECIPINFO_TRANS) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_KTRI_CERT_CMP,
    +               CMS_R_NOT_KEY_TRANSPORT);
    +        return -2;
    +    }
    +    return cms_SignerIdentifier_cert_cmp(ri->d.ktri->rid, cert);
    +}
     
     int CMS_RecipientInfo_set0_pkey(CMS_RecipientInfo *ri, EVP_PKEY *pkey)
    -	{
    -	if (ri->type != CMS_RECIPINFO_TRANS)
    -		{
    -		CMSerr(CMS_F_CMS_RECIPIENTINFO_SET0_PKEY,
    -			CMS_R_NOT_KEY_TRANSPORT);
    -		return 0;
    -		}
    -	ri->d.ktri->pkey = pkey;
    -	return 1;
    -	}
    +{
    +    if (ri->type != CMS_RECIPINFO_TRANS) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_SET0_PKEY, CMS_R_NOT_KEY_TRANSPORT);
    +        return 0;
    +    }
    +    ri->d.ktri->pkey = pkey;
    +    return 1;
    +}
     
     /* Encrypt content key in key transport recipient info */
     
     static int cms_RecipientInfo_ktri_encrypt(CMS_ContentInfo *cms,
    -					CMS_RecipientInfo *ri)
    -	{
    -	CMS_KeyTransRecipientInfo *ktri;
    -	CMS_EncryptedContentInfo *ec;
    -	EVP_PKEY_CTX *pctx = NULL;
    -	unsigned char *ek = NULL;
    -	size_t eklen;
    -
    -	int ret = 0;
    -
    -	if (ri->type != CMS_RECIPINFO_TRANS)
    -		{
    -		CMSerr(CMS_F_CMS_RECIPIENTINFO_KTRI_ENCRYPT,
    -			CMS_R_NOT_KEY_TRANSPORT);
    -		return 0;
    -		}
    -	ktri = ri->d.ktri;
    -	ec = cms->d.envelopedData->encryptedContentInfo;
    -
    -	pctx = EVP_PKEY_CTX_new(ktri->pkey, NULL);
    -	if (!pctx)
    -		return 0;
    -
    -	if (EVP_PKEY_encrypt_init(pctx) <= 0)
    -		goto err;
    -
    -	if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_ENCRYPT,
    -				EVP_PKEY_CTRL_CMS_ENCRYPT, 0, ri) <= 0)
    -		{
    -		CMSerr(CMS_F_CMS_RECIPIENTINFO_KTRI_ENCRYPT, CMS_R_CTRL_ERROR);
    -		goto err;
    -		}
    -
    -	if (EVP_PKEY_encrypt(pctx, NULL, &eklen, ec->key, ec->keylen) <= 0)
    -		goto err;
    -
    -	ek = OPENSSL_malloc(eklen);
    -
    -	if (ek == NULL)
    -		{
    -		CMSerr(CMS_F_CMS_RECIPIENTINFO_KTRI_ENCRYPT,
    -							ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	if (EVP_PKEY_encrypt(pctx, ek, &eklen, ec->key, ec->keylen) <= 0)
    -		goto err;
    -
    -	ASN1_STRING_set0(ktri->encryptedKey, ek, eklen);
    -	ek = NULL;
    -
    -	ret = 1;
    -
    -	err:
    -	if (pctx)
    -		EVP_PKEY_CTX_free(pctx);
    -	if (ek)
    -		OPENSSL_free(ek);
    -	return ret;
    -
    -	}
    +                                          CMS_RecipientInfo *ri)
    +{
    +    CMS_KeyTransRecipientInfo *ktri;
    +    CMS_EncryptedContentInfo *ec;
    +    EVP_PKEY_CTX *pctx;
    +    unsigned char *ek = NULL;
    +    size_t eklen;
    +
    +    int ret = 0;
    +
    +    if (ri->type != CMS_RECIPINFO_TRANS) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_KTRI_ENCRYPT, CMS_R_NOT_KEY_TRANSPORT);
    +        return 0;
    +    }
    +    ktri = ri->d.ktri;
    +    ec = cms->d.envelopedData->encryptedContentInfo;
    +
    +    pctx = ktri->pctx;
    +
    +    if (pctx) {
    +        if (!cms_env_asn1_ctrl(ri, 0))
    +            goto err;
    +    } else {
    +        pctx = EVP_PKEY_CTX_new(ktri->pkey, NULL);
    +        if (!pctx)
    +            return 0;
    +
    +        if (EVP_PKEY_encrypt_init(pctx) <= 0)
    +            goto err;
    +    }
    +
    +    if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_ENCRYPT,
    +                          EVP_PKEY_CTRL_CMS_ENCRYPT, 0, ri) <= 0) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_KTRI_ENCRYPT, CMS_R_CTRL_ERROR);
    +        goto err;
    +    }
    +
    +    if (EVP_PKEY_encrypt(pctx, NULL, &eklen, ec->key, ec->keylen) <= 0)
    +        goto err;
    +
    +    ek = OPENSSL_malloc(eklen);
    +
    +    if (ek == NULL) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_KTRI_ENCRYPT, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    if (EVP_PKEY_encrypt(pctx, ek, &eklen, ec->key, ec->keylen) <= 0)
    +        goto err;
    +
    +    ASN1_STRING_set0(ktri->encryptedKey, ek, eklen);
    +    ek = NULL;
    +
    +    ret = 1;
    +
    + err:
    +    if (pctx) {
    +        EVP_PKEY_CTX_free(pctx);
    +        ktri->pctx = NULL;
    +    }
    +    if (ek)
    +        OPENSSL_free(ek);
    +    return ret;
    +
    +}
     
     /* Decrypt content key from KTRI */
     
     static int cms_RecipientInfo_ktri_decrypt(CMS_ContentInfo *cms,
    -							CMS_RecipientInfo *ri)
    -	{
    -	CMS_KeyTransRecipientInfo *ktri = ri->d.ktri;
    -	EVP_PKEY_CTX *pctx = NULL;
    -	unsigned char *ek = NULL;
    -	size_t eklen;
    -	int ret = 0;
    -	CMS_EncryptedContentInfo *ec;
    -	ec = cms->d.envelopedData->encryptedContentInfo;
    -
    -	if (ktri->pkey == NULL)
    -		{
    -		CMSerr(CMS_F_CMS_RECIPIENTINFO_KTRI_DECRYPT,
    -			CMS_R_NO_PRIVATE_KEY);
    -		return 0;
    -		}
    -
    -	pctx = EVP_PKEY_CTX_new(ktri->pkey, NULL);
    -	if (!pctx)
    -		return 0;
    -
    -	if (EVP_PKEY_decrypt_init(pctx) <= 0)
    -		goto err;
    -
    -	if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_DECRYPT,
    -				EVP_PKEY_CTRL_CMS_DECRYPT, 0, ri) <= 0)
    -		{
    -		CMSerr(CMS_F_CMS_RECIPIENTINFO_KTRI_DECRYPT, CMS_R_CTRL_ERROR);
    -		goto err;
    -		}
    -
    -	if (EVP_PKEY_decrypt(pctx, NULL, &eklen,
    -				ktri->encryptedKey->data,
    -				ktri->encryptedKey->length) <= 0)
    -		goto err;
    -
    -	ek = OPENSSL_malloc(eklen);
    -
    -	if (ek == NULL)
    -		{
    -		CMSerr(CMS_F_CMS_RECIPIENTINFO_KTRI_DECRYPT,
    -							ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	if (EVP_PKEY_decrypt(pctx, ek, &eklen,
    -				ktri->encryptedKey->data,
    -				ktri->encryptedKey->length) <= 0)
    -		{
    -		CMSerr(CMS_F_CMS_RECIPIENTINFO_KTRI_DECRYPT, CMS_R_CMS_LIB);
    -		goto err;
    -		}
    -
    -	ret = 1;
    -
    -	if (ec->key)
    -		{
    -		OPENSSL_cleanse(ec->key, ec->keylen);
    -		OPENSSL_free(ec->key);
    -		}
    -
    -	ec->key = ek;
    -	ec->keylen = eklen;
    -
    -	err:
    -	if (pctx)
    -		EVP_PKEY_CTX_free(pctx);
    -	if (!ret && ek)
    -		OPENSSL_free(ek);
    -
    -	return ret;
    -	}
    +                                          CMS_RecipientInfo *ri)
    +{
    +    CMS_KeyTransRecipientInfo *ktri = ri->d.ktri;
    +    EVP_PKEY *pkey = ktri->pkey;
    +    unsigned char *ek = NULL;
    +    size_t eklen;
    +    int ret = 0;
    +    CMS_EncryptedContentInfo *ec;
    +    ec = cms->d.envelopedData->encryptedContentInfo;
    +
    +    if (ktri->pkey == NULL) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_KTRI_DECRYPT, CMS_R_NO_PRIVATE_KEY);
    +        return 0;
    +    }
    +
    +    ktri->pctx = EVP_PKEY_CTX_new(pkey, NULL);
    +    if (!ktri->pctx)
    +        return 0;
    +
    +    if (EVP_PKEY_decrypt_init(ktri->pctx) <= 0)
    +        goto err;
    +
    +    if (!cms_env_asn1_ctrl(ri, 1))
    +        goto err;
    +
    +    if (EVP_PKEY_CTX_ctrl(ktri->pctx, -1, EVP_PKEY_OP_DECRYPT,
    +                          EVP_PKEY_CTRL_CMS_DECRYPT, 0, ri) <= 0) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_KTRI_DECRYPT, CMS_R_CTRL_ERROR);
    +        goto err;
    +    }
    +
    +    if (EVP_PKEY_decrypt(ktri->pctx, NULL, &eklen,
    +                         ktri->encryptedKey->data,
    +                         ktri->encryptedKey->length) <= 0)
    +        goto err;
    +
    +    ek = OPENSSL_malloc(eklen);
    +
    +    if (ek == NULL) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_KTRI_DECRYPT, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    if (EVP_PKEY_decrypt(ktri->pctx, ek, &eklen,
    +                         ktri->encryptedKey->data,
    +                         ktri->encryptedKey->length) <= 0) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_KTRI_DECRYPT, CMS_R_CMS_LIB);
    +        goto err;
    +    }
    +
    +    ret = 1;
    +
    +    if (ec->key) {
    +        OPENSSL_cleanse(ec->key, ec->keylen);
    +        OPENSSL_free(ec->key);
    +    }
    +
    +    ec->key = ek;
    +    ec->keylen = eklen;
    +
    + err:
    +    if (ktri->pctx) {
    +        EVP_PKEY_CTX_free(ktri->pctx);
    +        ktri->pctx = NULL;
    +    }
    +    if (!ret && ek)
    +        OPENSSL_free(ek);
    +
    +    return ret;
    +}
     
     /* Key Encrypted Key (KEK) RecipientInfo routines */
     
    -int CMS_RecipientInfo_kekri_id_cmp(CMS_RecipientInfo *ri, 
    -					const unsigned char *id, size_t idlen)
    -	{
    -	ASN1_OCTET_STRING tmp_os;
    -	CMS_KEKRecipientInfo *kekri;
    -	if (ri->type != CMS_RECIPINFO_KEK)
    -		{
    -		CMSerr(CMS_F_CMS_RECIPIENTINFO_KEKRI_ID_CMP, CMS_R_NOT_KEK);
    -		return -2;
    -		}
    -	kekri = ri->d.kekri;
    -	tmp_os.type = V_ASN1_OCTET_STRING;
    -	tmp_os.flags = 0;
    -	tmp_os.data = (unsigned char *)id;
    -	tmp_os.length = (int)idlen;
    -	return ASN1_OCTET_STRING_cmp(&tmp_os, kekri->kekid->keyIdentifier);
    -	}
    +int CMS_RecipientInfo_kekri_id_cmp(CMS_RecipientInfo *ri,
    +                                   const unsigned char *id, size_t idlen)
    +{
    +    ASN1_OCTET_STRING tmp_os;
    +    CMS_KEKRecipientInfo *kekri;
    +    if (ri->type != CMS_RECIPINFO_KEK) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_KEKRI_ID_CMP, CMS_R_NOT_KEK);
    +        return -2;
    +    }
    +    kekri = ri->d.kekri;
    +    tmp_os.type = V_ASN1_OCTET_STRING;
    +    tmp_os.flags = 0;
    +    tmp_os.data = (unsigned char *)id;
    +    tmp_os.length = (int)idlen;
    +    return ASN1_OCTET_STRING_cmp(&tmp_os, kekri->kekid->keyIdentifier);
    +}
     
     /* For now hard code AES key wrap info */
     
     static size_t aes_wrap_keylen(int nid)
    -	{
    -	switch (nid)
    -		{
    -		case NID_id_aes128_wrap:
    -		return 16;
    +{
    +    switch (nid) {
    +    case NID_id_aes128_wrap:
    +        return 16;
     
    -		case NID_id_aes192_wrap:
    -		return  24;
    +    case NID_id_aes192_wrap:
    +        return 24;
     
    -		case NID_id_aes256_wrap:
    -		return  32;
    +    case NID_id_aes256_wrap:
    +        return 32;
     
    -		default:
    -		return 0;
    -		}
    -	}
    +    default:
    +        return 0;
    +    }
    +}
     
     CMS_RecipientInfo *CMS_add0_recipient_key(CMS_ContentInfo *cms, int nid,
    -					unsigned char *key, size_t keylen,
    -					unsigned char *id, size_t idlen,
    -					ASN1_GENERALIZEDTIME *date,
    -					ASN1_OBJECT *otherTypeId,
    -					ASN1_TYPE *otherType)
    -	{
    -	CMS_RecipientInfo *ri = NULL;
    -	CMS_EnvelopedData *env;
    -	CMS_KEKRecipientInfo *kekri;
    -	env = cms_get0_enveloped(cms);
    -	if (!env)
    -		goto err;
    -
    -	if (nid == NID_undef)
    -		{
    -		switch (keylen)
    -			{
    -			case 16:
    -			nid = NID_id_aes128_wrap;
    -			break;
    -
    -			case  24:
    -			nid = NID_id_aes192_wrap;
    -			break;
    -
    -			case  32:
    -			nid = NID_id_aes256_wrap;
    -			break;
    -
    -			default:
    -			CMSerr(CMS_F_CMS_ADD0_RECIPIENT_KEY,
    -						CMS_R_INVALID_KEY_LENGTH);
    -			goto err;
    -			}
    -
    -		}
    -	else
    -		{
    -
    -		size_t exp_keylen = aes_wrap_keylen(nid);
    -
    -		if (!exp_keylen)
    -			{
    -			CMSerr(CMS_F_CMS_ADD0_RECIPIENT_KEY,
    -					CMS_R_UNSUPPORTED_KEK_ALGORITHM);
    -			goto err;
    -			}
    -
    -		if (keylen != exp_keylen)
    -			{
    -			CMSerr(CMS_F_CMS_ADD0_RECIPIENT_KEY,
    -					CMS_R_INVALID_KEY_LENGTH);
    -			goto err;
    -			}
    -
    -		}
    -
    -	/* Initialize recipient info */
    -	ri = M_ASN1_new_of(CMS_RecipientInfo);
    -	if (!ri)
    -		goto merr;
    -
    -	ri->d.kekri = M_ASN1_new_of(CMS_KEKRecipientInfo);
    -	if (!ri->d.kekri)
    -		goto merr;
    -	ri->type = CMS_RECIPINFO_KEK;
    -
    -	kekri = ri->d.kekri;
    -
    -	if (otherTypeId)
    -		{
    -		kekri->kekid->other = M_ASN1_new_of(CMS_OtherKeyAttribute);
    -		if (kekri->kekid->other == NULL)
    -			goto merr;
    -		}
    -
    -	if (!sk_CMS_RecipientInfo_push(env->recipientInfos, ri))
    -		goto merr;
    -
    -
    -	/* After this point no calls can fail */
    -
    -	kekri->version = 4;
    -
    -	kekri->key = key;
    -	kekri->keylen = keylen;
    -
    -	ASN1_STRING_set0(kekri->kekid->keyIdentifier, id, idlen);
    -
    -	kekri->kekid->date = date;
    -
    -	if (kekri->kekid->other)
    -		{
    -		kekri->kekid->other->keyAttrId = otherTypeId;
    -		kekri->kekid->other->keyAttr = otherType;
    -		}
    -
    -	X509_ALGOR_set0(kekri->keyEncryptionAlgorithm,
    -				OBJ_nid2obj(nid), V_ASN1_UNDEF, NULL);
    -
    -	return ri;
    -
    -	merr:
    -	CMSerr(CMS_F_CMS_ADD0_RECIPIENT_KEY, ERR_R_MALLOC_FAILURE);
    -	err:
    -	if (ri)
    -		M_ASN1_free_of(ri, CMS_RecipientInfo);
    -	return NULL;
    +                                          unsigned char *key, size_t keylen,
    +                                          unsigned char *id, size_t idlen,
    +                                          ASN1_GENERALIZEDTIME *date,
    +                                          ASN1_OBJECT *otherTypeId,
    +                                          ASN1_TYPE *otherType)
    +{
    +    CMS_RecipientInfo *ri = NULL;
    +    CMS_EnvelopedData *env;
    +    CMS_KEKRecipientInfo *kekri;
    +    env = cms_get0_enveloped(cms);
    +    if (!env)
    +        goto err;
     
    -	}
    +    if (nid == NID_undef) {
    +        switch (keylen) {
    +        case 16:
    +            nid = NID_id_aes128_wrap;
    +            break;
     
    -int CMS_RecipientInfo_kekri_get0_id(CMS_RecipientInfo *ri,
    -					X509_ALGOR **palg,
    -					ASN1_OCTET_STRING **pid,
    -					ASN1_GENERALIZEDTIME **pdate,
    -					ASN1_OBJECT **potherid,
    -					ASN1_TYPE **pothertype)
    -	{
    -	CMS_KEKIdentifier *rkid;
    -	if (ri->type != CMS_RECIPINFO_KEK)
    -		{
    -		CMSerr(CMS_F_CMS_RECIPIENTINFO_KEKRI_GET0_ID, CMS_R_NOT_KEK);
    -		return 0;
    -		}
    -	rkid =  ri->d.kekri->kekid;
    -	if (palg)
    -		*palg = ri->d.kekri->keyEncryptionAlgorithm;
    -	if (pid)
    -		*pid = rkid->keyIdentifier;
    -	if (pdate)
    -		*pdate = rkid->date;
    -	if (potherid)
    -		{
    -		if (rkid->other)
    -			*potherid = rkid->other->keyAttrId;
    -		else
    -			*potherid = NULL;
    -		}
    -	if (pothertype)
    -		{
    -		if (rkid->other)
    -			*pothertype = rkid->other->keyAttr;
    -		else
    -			*pothertype = NULL;
    -		}
    -	return 1;
    -	}
    -
    -int CMS_RecipientInfo_set0_key(CMS_RecipientInfo *ri, 
    -				unsigned char *key, size_t keylen)
    -	{
    -	CMS_KEKRecipientInfo *kekri;
    -	if (ri->type != CMS_RECIPINFO_KEK)
    -		{
    -		CMSerr(CMS_F_CMS_RECIPIENTINFO_SET0_KEY, CMS_R_NOT_KEK);
    -		return 0;
    -		}
    -
    -	kekri = ri->d.kekri;
    -	kekri->key = key;
    -	kekri->keylen = keylen;
    -	return 1;
    -	}
    +        case 24:
    +            nid = NID_id_aes192_wrap;
    +            break;
    +
    +        case 32:
    +            nid = NID_id_aes256_wrap;
    +            break;
    +
    +        default:
    +            CMSerr(CMS_F_CMS_ADD0_RECIPIENT_KEY, CMS_R_INVALID_KEY_LENGTH);
    +            goto err;
    +        }
    +
    +    } else {
    +
    +        size_t exp_keylen = aes_wrap_keylen(nid);
    +
    +        if (!exp_keylen) {
    +            CMSerr(CMS_F_CMS_ADD0_RECIPIENT_KEY,
    +                   CMS_R_UNSUPPORTED_KEK_ALGORITHM);
    +            goto err;
    +        }
    +
    +        if (keylen != exp_keylen) {
    +            CMSerr(CMS_F_CMS_ADD0_RECIPIENT_KEY, CMS_R_INVALID_KEY_LENGTH);
    +            goto err;
    +        }
    +
    +    }
    +
    +    /* Initialize recipient info */
    +    ri = M_ASN1_new_of(CMS_RecipientInfo);
    +    if (!ri)
    +        goto merr;
    +
    +    ri->d.kekri = M_ASN1_new_of(CMS_KEKRecipientInfo);
    +    if (!ri->d.kekri)
    +        goto merr;
    +    ri->type = CMS_RECIPINFO_KEK;
    +
    +    kekri = ri->d.kekri;
    +
    +    if (otherTypeId) {
    +        kekri->kekid->other = M_ASN1_new_of(CMS_OtherKeyAttribute);
    +        if (kekri->kekid->other == NULL)
    +            goto merr;
    +    }
    +
    +    if (!sk_CMS_RecipientInfo_push(env->recipientInfos, ri))
    +        goto merr;
    +
    +    /* After this point no calls can fail */
    +
    +    kekri->version = 4;
    +
    +    kekri->key = key;
    +    kekri->keylen = keylen;
    +
    +    ASN1_STRING_set0(kekri->kekid->keyIdentifier, id, idlen);
    +
    +    kekri->kekid->date = date;
    +
    +    if (kekri->kekid->other) {
    +        kekri->kekid->other->keyAttrId = otherTypeId;
    +        kekri->kekid->other->keyAttr = otherType;
    +    }
    +
    +    X509_ALGOR_set0(kekri->keyEncryptionAlgorithm,
    +                    OBJ_nid2obj(nid), V_ASN1_UNDEF, NULL);
    +
    +    return ri;
     
    + merr:
    +    CMSerr(CMS_F_CMS_ADD0_RECIPIENT_KEY, ERR_R_MALLOC_FAILURE);
    + err:
    +    if (ri)
    +        M_ASN1_free_of(ri, CMS_RecipientInfo);
    +    return NULL;
    +
    +}
    +
    +int CMS_RecipientInfo_kekri_get0_id(CMS_RecipientInfo *ri,
    +                                    X509_ALGOR **palg,
    +                                    ASN1_OCTET_STRING **pid,
    +                                    ASN1_GENERALIZEDTIME **pdate,
    +                                    ASN1_OBJECT **potherid,
    +                                    ASN1_TYPE **pothertype)
    +{
    +    CMS_KEKIdentifier *rkid;
    +    if (ri->type != CMS_RECIPINFO_KEK) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_KEKRI_GET0_ID, CMS_R_NOT_KEK);
    +        return 0;
    +    }
    +    rkid = ri->d.kekri->kekid;
    +    if (palg)
    +        *palg = ri->d.kekri->keyEncryptionAlgorithm;
    +    if (pid)
    +        *pid = rkid->keyIdentifier;
    +    if (pdate)
    +        *pdate = rkid->date;
    +    if (potherid) {
    +        if (rkid->other)
    +            *potherid = rkid->other->keyAttrId;
    +        else
    +            *potherid = NULL;
    +    }
    +    if (pothertype) {
    +        if (rkid->other)
    +            *pothertype = rkid->other->keyAttr;
    +        else
    +            *pothertype = NULL;
    +    }
    +    return 1;
    +}
    +
    +int CMS_RecipientInfo_set0_key(CMS_RecipientInfo *ri,
    +                               unsigned char *key, size_t keylen)
    +{
    +    CMS_KEKRecipientInfo *kekri;
    +    if (ri->type != CMS_RECIPINFO_KEK) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_SET0_KEY, CMS_R_NOT_KEK);
    +        return 0;
    +    }
    +
    +    kekri = ri->d.kekri;
    +    kekri->key = key;
    +    kekri->keylen = keylen;
    +    return 1;
    +}
     
     /* Encrypt content key in KEK recipient info */
     
     static int cms_RecipientInfo_kekri_encrypt(CMS_ContentInfo *cms,
    -					CMS_RecipientInfo *ri)
    -	{
    -	CMS_EncryptedContentInfo *ec;
    -	CMS_KEKRecipientInfo *kekri;
    -	AES_KEY actx;
    -	unsigned char *wkey = NULL;
    -	int wkeylen;
    -	int r = 0;
    +                                           CMS_RecipientInfo *ri)
    +{
    +    CMS_EncryptedContentInfo *ec;
    +    CMS_KEKRecipientInfo *kekri;
    +    AES_KEY actx;
    +    unsigned char *wkey = NULL;
    +    int wkeylen;
    +    int r = 0;
     
    -	ec = cms->d.envelopedData->encryptedContentInfo;
    +    ec = cms->d.envelopedData->encryptedContentInfo;
     
    -	kekri = ri->d.kekri;
    +    kekri = ri->d.kekri;
     
    -	if (!kekri->key)
    -		{
    -		CMSerr(CMS_F_CMS_RECIPIENTINFO_KEKRI_ENCRYPT, CMS_R_NO_KEY);
    -		return 0;
    -		}
    +    if (!kekri->key) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_KEKRI_ENCRYPT, CMS_R_NO_KEY);
    +        return 0;
    +    }
     
    -	if (AES_set_encrypt_key(kekri->key, kekri->keylen << 3, &actx))
    -		{ 
    -		CMSerr(CMS_F_CMS_RECIPIENTINFO_KEKRI_ENCRYPT,
    -						CMS_R_ERROR_SETTING_KEY);
    -		goto err;
    -		}
    +    if (AES_set_encrypt_key(kekri->key, kekri->keylen << 3, &actx)) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_KEKRI_ENCRYPT,
    +               CMS_R_ERROR_SETTING_KEY);
    +        goto err;
    +    }
     
    -	wkey = OPENSSL_malloc(ec->keylen + 8);
    +    wkey = OPENSSL_malloc(ec->keylen + 8);
     
    -	if (!wkey)
    -		{ 
    -		CMSerr(CMS_F_CMS_RECIPIENTINFO_KEKRI_ENCRYPT,
    -						ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    +    if (!wkey) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_KEKRI_ENCRYPT, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
     
    -	wkeylen = AES_wrap_key(&actx, NULL, wkey, ec->key, ec->keylen);
    +    wkeylen = AES_wrap_key(&actx, NULL, wkey, ec->key, ec->keylen);
     
    -	if (wkeylen <= 0)
    -		{
    -		CMSerr(CMS_F_CMS_RECIPIENTINFO_KEKRI_ENCRYPT, CMS_R_WRAP_ERROR);
    -		goto err;
    -		}
    +    if (wkeylen <= 0) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_KEKRI_ENCRYPT, CMS_R_WRAP_ERROR);
    +        goto err;
    +    }
     
    -	ASN1_STRING_set0(kekri->encryptedKey, wkey, wkeylen);
    +    ASN1_STRING_set0(kekri->encryptedKey, wkey, wkeylen);
     
    -	r = 1;
    +    r = 1;
     
    -	err:
    + err:
     
    -	if (!r && wkey)
    -		OPENSSL_free(wkey);
    -	OPENSSL_cleanse(&actx, sizeof(actx));
    +    if (!r && wkey)
    +        OPENSSL_free(wkey);
    +    OPENSSL_cleanse(&actx, sizeof(actx));
     
    -	return r;
    +    return r;
     
    -	}
    +}
     
     /* Decrypt content key in KEK recipient info */
     
     static int cms_RecipientInfo_kekri_decrypt(CMS_ContentInfo *cms,
    -					CMS_RecipientInfo *ri)
    -	{
    -	CMS_EncryptedContentInfo *ec;
    -	CMS_KEKRecipientInfo *kekri;
    -	AES_KEY actx;
    -	unsigned char *ukey = NULL;
    -	int ukeylen;
    -	int r = 0, wrap_nid;
    -
    -	ec = cms->d.envelopedData->encryptedContentInfo;
    -
    -	kekri = ri->d.kekri;
    -
    -	if (!kekri->key)
    -		{
    -		CMSerr(CMS_F_CMS_RECIPIENTINFO_KEKRI_DECRYPT, CMS_R_NO_KEY);
    -		return 0;
    -		}
    -
    -	wrap_nid = OBJ_obj2nid(kekri->keyEncryptionAlgorithm->algorithm);
    -	if (aes_wrap_keylen(wrap_nid) != kekri->keylen)
    -		{
    -		CMSerr(CMS_F_CMS_RECIPIENTINFO_KEKRI_DECRYPT,
    -			CMS_R_INVALID_KEY_LENGTH);
    -		return 0;
    -		}
    -
    -	/* If encrypted key length is invalid don't bother */
    -
    -	if (kekri->encryptedKey->length < 16)
    -		{ 
    -		CMSerr(CMS_F_CMS_RECIPIENTINFO_KEKRI_DECRYPT,
    -					CMS_R_INVALID_ENCRYPTED_KEY_LENGTH);
    -		goto err;
    -		}
    -
    -	if (AES_set_decrypt_key(kekri->key, kekri->keylen << 3, &actx))
    -		{ 
    -		CMSerr(CMS_F_CMS_RECIPIENTINFO_KEKRI_DECRYPT,
    -						CMS_R_ERROR_SETTING_KEY);
    -		goto err;
    -		}
    -
    -	ukey = OPENSSL_malloc(kekri->encryptedKey->length - 8);
    -
    -	if (!ukey)
    -		{ 
    -		CMSerr(CMS_F_CMS_RECIPIENTINFO_KEKRI_DECRYPT,
    -						ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	ukeylen = AES_unwrap_key(&actx, NULL, ukey,
    -					kekri->encryptedKey->data,
    -					kekri->encryptedKey->length);
    -
    -	if (ukeylen <= 0)
    -		{
    -		CMSerr(CMS_F_CMS_RECIPIENTINFO_KEKRI_DECRYPT,
    -							CMS_R_UNWRAP_ERROR);
    -		goto err;
    -		}
    -
    -	ec->key = ukey;
    -	ec->keylen = ukeylen;
    -
    -	r = 1;
    -
    -	err:
    -
    -	if (!r && ukey)
    -		OPENSSL_free(ukey);
    -	OPENSSL_cleanse(&actx, sizeof(actx));
    -
    -	return r;
    -
    -	}
    +                                           CMS_RecipientInfo *ri)
    +{
    +    CMS_EncryptedContentInfo *ec;
    +    CMS_KEKRecipientInfo *kekri;
    +    AES_KEY actx;
    +    unsigned char *ukey = NULL;
    +    int ukeylen;
    +    int r = 0, wrap_nid;
     
    -int CMS_RecipientInfo_decrypt(CMS_ContentInfo *cms, CMS_RecipientInfo *ri)
    -	{
    -	switch(ri->type)
    -		{
    -		case CMS_RECIPINFO_TRANS:
    -		return cms_RecipientInfo_ktri_decrypt(cms, ri);
    +    ec = cms->d.envelopedData->encryptedContentInfo;
    +
    +    kekri = ri->d.kekri;
    +
    +    if (!kekri->key) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_KEKRI_DECRYPT, CMS_R_NO_KEY);
    +        return 0;
    +    }
    +
    +    wrap_nid = OBJ_obj2nid(kekri->keyEncryptionAlgorithm->algorithm);
    +    if (aes_wrap_keylen(wrap_nid) != kekri->keylen) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_KEKRI_DECRYPT,
    +               CMS_R_INVALID_KEY_LENGTH);
    +        return 0;
    +    }
    +
    +    /* If encrypted key length is invalid don't bother */
    +
    +    if (kekri->encryptedKey->length < 16) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_KEKRI_DECRYPT,
    +               CMS_R_INVALID_ENCRYPTED_KEY_LENGTH);
    +        goto err;
    +    }
    +
    +    if (AES_set_decrypt_key(kekri->key, kekri->keylen << 3, &actx)) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_KEKRI_DECRYPT,
    +               CMS_R_ERROR_SETTING_KEY);
    +        goto err;
    +    }
     
    -		case CMS_RECIPINFO_KEK:
    -		return cms_RecipientInfo_kekri_decrypt(cms, ri);
    +    ukey = OPENSSL_malloc(kekri->encryptedKey->length - 8);
     
    -		case CMS_RECIPINFO_PASS:
    -		return cms_RecipientInfo_pwri_crypt(cms, ri, 0);
    +    if (!ukey) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_KEKRI_DECRYPT, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
     
    -		default:
    -		CMSerr(CMS_F_CMS_RECIPIENTINFO_DECRYPT,
    -			CMS_R_UNSUPPORTED_RECPIENTINFO_TYPE);
    -		return 0;
    -		}
    -	}
    +    ukeylen = AES_unwrap_key(&actx, NULL, ukey,
    +                             kekri->encryptedKey->data,
    +                             kekri->encryptedKey->length);
    +
    +    if (ukeylen <= 0) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_KEKRI_DECRYPT, CMS_R_UNWRAP_ERROR);
    +        goto err;
    +    }
    +
    +    ec->key = ukey;
    +    ec->keylen = ukeylen;
    +
    +    r = 1;
    +
    + err:
    +
    +    if (!r && ukey)
    +        OPENSSL_free(ukey);
    +    OPENSSL_cleanse(&actx, sizeof(actx));
    +
    +    return r;
    +
    +}
    +
    +int CMS_RecipientInfo_decrypt(CMS_ContentInfo *cms, CMS_RecipientInfo *ri)
    +{
    +    switch (ri->type) {
    +    case CMS_RECIPINFO_TRANS:
    +        return cms_RecipientInfo_ktri_decrypt(cms, ri);
    +
    +    case CMS_RECIPINFO_KEK:
    +        return cms_RecipientInfo_kekri_decrypt(cms, ri);
    +
    +    case CMS_RECIPINFO_PASS:
    +        return cms_RecipientInfo_pwri_crypt(cms, ri, 0);
    +
    +    default:
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_DECRYPT,
    +               CMS_R_UNSUPPORTED_RECPIENTINFO_TYPE);
    +        return 0;
    +    }
    +}
    +
    +int CMS_RecipientInfo_encrypt(CMS_ContentInfo *cms, CMS_RecipientInfo *ri)
    +{
    +    switch (ri->type) {
    +    case CMS_RECIPINFO_TRANS:
    +        return cms_RecipientInfo_ktri_encrypt(cms, ri);
    +
    +    case CMS_RECIPINFO_AGREE:
    +        return cms_RecipientInfo_kari_encrypt(cms, ri);
    +
    +    case CMS_RECIPINFO_KEK:
    +        return cms_RecipientInfo_kekri_encrypt(cms, ri);
    +        break;
    +
    +    case CMS_RECIPINFO_PASS:
    +        return cms_RecipientInfo_pwri_crypt(cms, ri, 1);
    +        break;
    +
    +    default:
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_ENCRYPT,
    +               CMS_R_UNSUPPORTED_RECIPIENT_TYPE);
    +        return 0;
    +    }
    +}
    +
    +/* Check structures and fixup version numbers (if necessary) */
    +
    +static void cms_env_set_originfo_version(CMS_EnvelopedData *env)
    +{
    +    CMS_OriginatorInfo *org = env->originatorInfo;
    +    int i;
    +    if (org == NULL)
    +        return;
    +    for (i = 0; i < sk_CMS_CertificateChoices_num(org->certificates); i++) {
    +        CMS_CertificateChoices *cch;
    +        cch = sk_CMS_CertificateChoices_value(org->certificates, i);
    +        if (cch->type == CMS_CERTCHOICE_OTHER) {
    +            env->version = 4;
    +            return;
    +        } else if (cch->type == CMS_CERTCHOICE_V2ACERT) {
    +            if (env->version < 3)
    +                env->version = 3;
    +        }
    +    }
    +
    +    for (i = 0; i < sk_CMS_RevocationInfoChoice_num(org->crls); i++) {
    +        CMS_RevocationInfoChoice *rch;
    +        rch = sk_CMS_RevocationInfoChoice_value(org->crls, i);
    +        if (rch->type == CMS_REVCHOICE_OTHER) {
    +            env->version = 4;
    +            return;
    +        }
    +    }
    +}
    +
    +static void cms_env_set_version(CMS_EnvelopedData *env)
    +{
    +    int i;
    +    CMS_RecipientInfo *ri;
    +
    +    /*
    +     * Can't set version higher than 4 so if 4 or more already nothing to do.
    +     */
    +    if (env->version >= 4)
    +        return;
    +
    +    cms_env_set_originfo_version(env);
    +
    +    if (env->version >= 3)
    +        return;
    +
    +    for (i = 0; i < sk_CMS_RecipientInfo_num(env->recipientInfos); i++) {
    +        ri = sk_CMS_RecipientInfo_value(env->recipientInfos, i);
    +        if (ri->type == CMS_RECIPINFO_PASS || ri->type == CMS_RECIPINFO_OTHER) {
    +            env->version = 3;
    +            return;
    +        } else if (ri->type != CMS_RECIPINFO_TRANS
    +                   || ri->d.ktri->version != 0) {
    +            env->version = 2;
    +        }
    +    }
    +    if (env->version == 2)
    +        return;
    +    if (env->originatorInfo || env->unprotectedAttrs)
    +        env->version = 2;
    +    env->version = 0;
    +}
     
     BIO *cms_EnvelopedData_init_bio(CMS_ContentInfo *cms)
    -	{
    -	CMS_EncryptedContentInfo *ec;
    -	STACK_OF(CMS_RecipientInfo) *rinfos;
    -	CMS_RecipientInfo *ri;
    -	int i, r, ok = 0;
    -	BIO *ret;
    -
    -	/* Get BIO first to set up key */
    -
    -	ec = cms->d.envelopedData->encryptedContentInfo;
    -	ret = cms_EncryptedContent_init_bio(ec);
    -
    -	/* If error or no cipher end of processing */
    -
    -	if (!ret || !ec->cipher)
    -		return ret;
    -
    -	/* Now encrypt content key according to each RecipientInfo type */
    -
    -	rinfos = cms->d.envelopedData->recipientInfos;
    -
    -	for (i = 0; i < sk_CMS_RecipientInfo_num(rinfos); i++)
    -		{
    -		ri = sk_CMS_RecipientInfo_value(rinfos, i);
    -
    -		switch (ri->type)
    -			{
    -			case CMS_RECIPINFO_TRANS:
    -			r = cms_RecipientInfo_ktri_encrypt(cms, ri);
    -			break;
    -
    -			case CMS_RECIPINFO_KEK:
    -			r = cms_RecipientInfo_kekri_encrypt(cms, ri);
    -			break;
    -
    -			case CMS_RECIPINFO_PASS:
    -			r = cms_RecipientInfo_pwri_crypt(cms, ri, 1);
    -			break;
    -
    -			default:
    -			CMSerr(CMS_F_CMS_ENVELOPEDDATA_INIT_BIO,
    -				CMS_R_UNSUPPORTED_RECIPIENT_TYPE);
    -			goto err;
    -			}
    -
    -		if (r <= 0)
    -			{
    -			CMSerr(CMS_F_CMS_ENVELOPEDDATA_INIT_BIO,
    -				CMS_R_ERROR_SETTING_RECIPIENTINFO);
    -			goto err;
    -			}
    -		}
    -
    -	ok = 1;
    -
    -	err:
    -	ec->cipher = NULL;
    -	if (ec->key)
    -		{
    -		OPENSSL_cleanse(ec->key, ec->keylen);
    -		OPENSSL_free(ec->key);
    -		ec->key = NULL;
    -		ec->keylen = 0;
    -		}
    -	if (ok)
    -		return ret;
    -	BIO_free(ret);
    -	return NULL;
    -
    -	}
    +{
    +    CMS_EncryptedContentInfo *ec;
    +    STACK_OF(CMS_RecipientInfo) *rinfos;
    +    CMS_RecipientInfo *ri;
    +    int i, ok = 0;
    +    BIO *ret;
    +
    +    /* Get BIO first to set up key */
    +
    +    ec = cms->d.envelopedData->encryptedContentInfo;
    +    ret = cms_EncryptedContent_init_bio(ec);
    +
    +    /* If error or no cipher end of processing */
    +
    +    if (!ret || !ec->cipher)
    +        return ret;
    +
    +    /* Now encrypt content key according to each RecipientInfo type */
    +
    +    rinfos = cms->d.envelopedData->recipientInfos;
    +
    +    for (i = 0; i < sk_CMS_RecipientInfo_num(rinfos); i++) {
    +        ri = sk_CMS_RecipientInfo_value(rinfos, i);
    +        if (CMS_RecipientInfo_encrypt(cms, ri) <= 0) {
    +            CMSerr(CMS_F_CMS_ENVELOPEDDATA_INIT_BIO,
    +                   CMS_R_ERROR_SETTING_RECIPIENTINFO);
    +            goto err;
    +        }
    +    }
    +    cms_env_set_version(cms->d.envelopedData);
    +
    +    ok = 1;
    +
    + err:
    +    ec->cipher = NULL;
    +    if (ec->key) {
    +        OPENSSL_cleanse(ec->key, ec->keylen);
    +        OPENSSL_free(ec->key);
    +        ec->key = NULL;
    +        ec->keylen = 0;
    +    }
    +    if (ok)
    +        return ret;
    +    BIO_free(ret);
    +    return NULL;
    +
    +}
    +
    +/*
    + * Get RecipientInfo type (if any) supported by a key (public or private). To
    + * retain compatibility with previous behaviour if the ctrl value isn't
    + * supported we assume key transport.
    + */
    +int cms_pkey_get_ri_type(EVP_PKEY *pk)
    +{
    +    if (pk->ameth && pk->ameth->pkey_ctrl) {
    +        int i, r;
    +        i = pk->ameth->pkey_ctrl(pk, ASN1_PKEY_CTRL_CMS_RI_TYPE, 0, &r);
    +        if (i > 0)
    +            return r;
    +    }
    +    return CMS_RECIPINFO_TRANS;
    +}
    diff --git a/openssl/crypto/cms/cms_err.c b/openssl/crypto/cms/cms_err.c
    index 8330ead7e..15572ea34 100644
    --- a/openssl/crypto/cms/cms_err.c
    +++ b/openssl/crypto/cms/cms_err.c
    @@ -1,13 +1,13 @@
     /* crypto/cms/cms_err.c */
     /* ====================================================================
    - * Copyright (c) 1999-2009 The OpenSSL Project.  All rights reserved.
    + * Copyright (c) 1999-2013 The OpenSSL Project.  All rights reserved.
      *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* NOTE: this file was auto generated by the mkerr.pl script: any changes
    +/*
    + * NOTE: this file was auto generated by the mkerr.pl script: any changes
      * made to it will be overwritten when the script next updates this file,
      * only reason strings will be preserved.
      */
    @@ -65,181 +66,244 @@
     /* BEGIN ERROR CODES */
     #ifndef OPENSSL_NO_ERR
     
    -#define ERR_FUNC(func) ERR_PACK(ERR_LIB_CMS,func,0)
    -#define ERR_REASON(reason) ERR_PACK(ERR_LIB_CMS,0,reason)
    +# define ERR_FUNC(func) ERR_PACK(ERR_LIB_CMS,func,0)
    +# define ERR_REASON(reason) ERR_PACK(ERR_LIB_CMS,0,reason)
     
    -static ERR_STRING_DATA CMS_str_functs[]=
    -	{
    -{ERR_FUNC(CMS_F_CHECK_CONTENT),	"CHECK_CONTENT"},
    -{ERR_FUNC(CMS_F_CMS_ADD0_CERT),	"CMS_add0_cert"},
    -{ERR_FUNC(CMS_F_CMS_ADD0_RECIPIENT_KEY),	"CMS_add0_recipient_key"},
    -{ERR_FUNC(CMS_F_CMS_ADD0_RECIPIENT_PASSWORD),	"CMS_add0_recipient_password"},
    -{ERR_FUNC(CMS_F_CMS_ADD1_RECEIPTREQUEST),	"CMS_add1_ReceiptRequest"},
    -{ERR_FUNC(CMS_F_CMS_ADD1_RECIPIENT_CERT),	"CMS_add1_recipient_cert"},
    -{ERR_FUNC(CMS_F_CMS_ADD1_SIGNER),	"CMS_add1_signer"},
    -{ERR_FUNC(CMS_F_CMS_ADD1_SIGNINGTIME),	"CMS_ADD1_SIGNINGTIME"},
    -{ERR_FUNC(CMS_F_CMS_COMPRESS),	"CMS_compress"},
    -{ERR_FUNC(CMS_F_CMS_COMPRESSEDDATA_CREATE),	"cms_CompressedData_create"},
    -{ERR_FUNC(CMS_F_CMS_COMPRESSEDDATA_INIT_BIO),	"cms_CompressedData_init_bio"},
    -{ERR_FUNC(CMS_F_CMS_COPY_CONTENT),	"CMS_COPY_CONTENT"},
    -{ERR_FUNC(CMS_F_CMS_COPY_MESSAGEDIGEST),	"CMS_COPY_MESSAGEDIGEST"},
    -{ERR_FUNC(CMS_F_CMS_DATA),	"CMS_data"},
    -{ERR_FUNC(CMS_F_CMS_DATAFINAL),	"CMS_dataFinal"},
    -{ERR_FUNC(CMS_F_CMS_DATAINIT),	"CMS_dataInit"},
    -{ERR_FUNC(CMS_F_CMS_DECRYPT),	"CMS_decrypt"},
    -{ERR_FUNC(CMS_F_CMS_DECRYPT_SET1_KEY),	"CMS_decrypt_set1_key"},
    -{ERR_FUNC(CMS_F_CMS_DECRYPT_SET1_PASSWORD),	"CMS_decrypt_set1_password"},
    -{ERR_FUNC(CMS_F_CMS_DECRYPT_SET1_PKEY),	"CMS_decrypt_set1_pkey"},
    -{ERR_FUNC(CMS_F_CMS_DIGESTALGORITHM_FIND_CTX),	"cms_DigestAlgorithm_find_ctx"},
    -{ERR_FUNC(CMS_F_CMS_DIGESTALGORITHM_INIT_BIO),	"cms_DigestAlgorithm_init_bio"},
    -{ERR_FUNC(CMS_F_CMS_DIGESTEDDATA_DO_FINAL),	"cms_DigestedData_do_final"},
    -{ERR_FUNC(CMS_F_CMS_DIGEST_VERIFY),	"CMS_digest_verify"},
    -{ERR_FUNC(CMS_F_CMS_ENCODE_RECEIPT),	"cms_encode_Receipt"},
    -{ERR_FUNC(CMS_F_CMS_ENCRYPT),	"CMS_encrypt"},
    -{ERR_FUNC(CMS_F_CMS_ENCRYPTEDCONTENT_INIT_BIO),	"cms_EncryptedContent_init_bio"},
    -{ERR_FUNC(CMS_F_CMS_ENCRYPTEDDATA_DECRYPT),	"CMS_EncryptedData_decrypt"},
    -{ERR_FUNC(CMS_F_CMS_ENCRYPTEDDATA_ENCRYPT),	"CMS_EncryptedData_encrypt"},
    -{ERR_FUNC(CMS_F_CMS_ENCRYPTEDDATA_SET1_KEY),	"CMS_EncryptedData_set1_key"},
    -{ERR_FUNC(CMS_F_CMS_ENVELOPEDDATA_CREATE),	"CMS_EnvelopedData_create"},
    -{ERR_FUNC(CMS_F_CMS_ENVELOPEDDATA_INIT_BIO),	"cms_EnvelopedData_init_bio"},
    -{ERR_FUNC(CMS_F_CMS_ENVELOPED_DATA_INIT),	"CMS_ENVELOPED_DATA_INIT"},
    -{ERR_FUNC(CMS_F_CMS_FINAL),	"CMS_final"},
    -{ERR_FUNC(CMS_F_CMS_GET0_CERTIFICATE_CHOICES),	"CMS_GET0_CERTIFICATE_CHOICES"},
    -{ERR_FUNC(CMS_F_CMS_GET0_CONTENT),	"CMS_get0_content"},
    -{ERR_FUNC(CMS_F_CMS_GET0_ECONTENT_TYPE),	"CMS_GET0_ECONTENT_TYPE"},
    -{ERR_FUNC(CMS_F_CMS_GET0_ENVELOPED),	"cms_get0_enveloped"},
    -{ERR_FUNC(CMS_F_CMS_GET0_REVOCATION_CHOICES),	"CMS_GET0_REVOCATION_CHOICES"},
    -{ERR_FUNC(CMS_F_CMS_GET0_SIGNED),	"CMS_GET0_SIGNED"},
    -{ERR_FUNC(CMS_F_CMS_MSGSIGDIGEST_ADD1),	"cms_msgSigDigest_add1"},
    -{ERR_FUNC(CMS_F_CMS_RECEIPTREQUEST_CREATE0),	"CMS_ReceiptRequest_create0"},
    -{ERR_FUNC(CMS_F_CMS_RECEIPT_VERIFY),	"cms_Receipt_verify"},
    -{ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_DECRYPT),	"CMS_RecipientInfo_decrypt"},
    -{ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_KEKRI_DECRYPT),	"CMS_RECIPIENTINFO_KEKRI_DECRYPT"},
    -{ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_KEKRI_ENCRYPT),	"CMS_RECIPIENTINFO_KEKRI_ENCRYPT"},
    -{ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_KEKRI_GET0_ID),	"CMS_RecipientInfo_kekri_get0_id"},
    -{ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_KEKRI_ID_CMP),	"CMS_RecipientInfo_kekri_id_cmp"},
    -{ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_KTRI_CERT_CMP),	"CMS_RecipientInfo_ktri_cert_cmp"},
    -{ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_KTRI_DECRYPT),	"CMS_RECIPIENTINFO_KTRI_DECRYPT"},
    -{ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_KTRI_ENCRYPT),	"CMS_RECIPIENTINFO_KTRI_ENCRYPT"},
    -{ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_KTRI_GET0_ALGS),	"CMS_RecipientInfo_ktri_get0_algs"},
    -{ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_KTRI_GET0_SIGNER_ID),	"CMS_RecipientInfo_ktri_get0_signer_id"},
    -{ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_PWRI_CRYPT),	"cms_RecipientInfo_pwri_crypt"},
    -{ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_SET0_KEY),	"CMS_RecipientInfo_set0_key"},
    -{ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_SET0_PASSWORD),	"CMS_RecipientInfo_set0_password"},
    -{ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_SET0_PKEY),	"CMS_RecipientInfo_set0_pkey"},
    -{ERR_FUNC(CMS_F_CMS_SET1_SIGNERIDENTIFIER),	"cms_set1_SignerIdentifier"},
    -{ERR_FUNC(CMS_F_CMS_SET_DETACHED),	"CMS_set_detached"},
    -{ERR_FUNC(CMS_F_CMS_SIGN),	"CMS_sign"},
    -{ERR_FUNC(CMS_F_CMS_SIGNED_DATA_INIT),	"CMS_SIGNED_DATA_INIT"},
    -{ERR_FUNC(CMS_F_CMS_SIGNERINFO_CONTENT_SIGN),	"CMS_SIGNERINFO_CONTENT_SIGN"},
    -{ERR_FUNC(CMS_F_CMS_SIGNERINFO_SIGN),	"CMS_SignerInfo_sign"},
    -{ERR_FUNC(CMS_F_CMS_SIGNERINFO_VERIFY),	"CMS_SignerInfo_verify"},
    -{ERR_FUNC(CMS_F_CMS_SIGNERINFO_VERIFY_CERT),	"CMS_SIGNERINFO_VERIFY_CERT"},
    -{ERR_FUNC(CMS_F_CMS_SIGNERINFO_VERIFY_CONTENT),	"CMS_SignerInfo_verify_content"},
    -{ERR_FUNC(CMS_F_CMS_SIGN_RECEIPT),	"CMS_sign_receipt"},
    -{ERR_FUNC(CMS_F_CMS_STREAM),	"CMS_stream"},
    -{ERR_FUNC(CMS_F_CMS_UNCOMPRESS),	"CMS_uncompress"},
    -{ERR_FUNC(CMS_F_CMS_VERIFY),	"CMS_verify"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA CMS_str_functs[] = {
    +    {ERR_FUNC(CMS_F_CHECK_CONTENT), "CHECK_CONTENT"},
    +    {ERR_FUNC(CMS_F_CMS_ADD0_CERT), "CMS_add0_cert"},
    +    {ERR_FUNC(CMS_F_CMS_ADD0_RECIPIENT_KEY), "CMS_add0_recipient_key"},
    +    {ERR_FUNC(CMS_F_CMS_ADD0_RECIPIENT_PASSWORD),
    +     "CMS_add0_recipient_password"},
    +    {ERR_FUNC(CMS_F_CMS_ADD1_RECEIPTREQUEST), "CMS_add1_ReceiptRequest"},
    +    {ERR_FUNC(CMS_F_CMS_ADD1_RECIPIENT_CERT), "CMS_add1_recipient_cert"},
    +    {ERR_FUNC(CMS_F_CMS_ADD1_SIGNER), "CMS_add1_signer"},
    +    {ERR_FUNC(CMS_F_CMS_ADD1_SIGNINGTIME), "CMS_ADD1_SIGNINGTIME"},
    +    {ERR_FUNC(CMS_F_CMS_COMPRESS), "CMS_compress"},
    +    {ERR_FUNC(CMS_F_CMS_COMPRESSEDDATA_CREATE), "cms_CompressedData_create"},
    +    {ERR_FUNC(CMS_F_CMS_COMPRESSEDDATA_INIT_BIO),
    +     "cms_CompressedData_init_bio"},
    +    {ERR_FUNC(CMS_F_CMS_COPY_CONTENT), "CMS_COPY_CONTENT"},
    +    {ERR_FUNC(CMS_F_CMS_COPY_MESSAGEDIGEST), "CMS_COPY_MESSAGEDIGEST"},
    +    {ERR_FUNC(CMS_F_CMS_DATA), "CMS_data"},
    +    {ERR_FUNC(CMS_F_CMS_DATAFINAL), "CMS_dataFinal"},
    +    {ERR_FUNC(CMS_F_CMS_DATAINIT), "CMS_dataInit"},
    +    {ERR_FUNC(CMS_F_CMS_DECRYPT), "CMS_decrypt"},
    +    {ERR_FUNC(CMS_F_CMS_DECRYPT_SET1_KEY), "CMS_decrypt_set1_key"},
    +    {ERR_FUNC(CMS_F_CMS_DECRYPT_SET1_PASSWORD), "CMS_decrypt_set1_password"},
    +    {ERR_FUNC(CMS_F_CMS_DECRYPT_SET1_PKEY), "CMS_decrypt_set1_pkey"},
    +    {ERR_FUNC(CMS_F_CMS_DIGESTALGORITHM_FIND_CTX),
    +     "cms_DigestAlgorithm_find_ctx"},
    +    {ERR_FUNC(CMS_F_CMS_DIGESTALGORITHM_INIT_BIO),
    +     "cms_DigestAlgorithm_init_bio"},
    +    {ERR_FUNC(CMS_F_CMS_DIGESTEDDATA_DO_FINAL), "cms_DigestedData_do_final"},
    +    {ERR_FUNC(CMS_F_CMS_DIGEST_VERIFY), "CMS_digest_verify"},
    +    {ERR_FUNC(CMS_F_CMS_ENCODE_RECEIPT), "cms_encode_Receipt"},
    +    {ERR_FUNC(CMS_F_CMS_ENCRYPT), "CMS_encrypt"},
    +    {ERR_FUNC(CMS_F_CMS_ENCRYPTEDCONTENT_INIT_BIO),
    +     "cms_EncryptedContent_init_bio"},
    +    {ERR_FUNC(CMS_F_CMS_ENCRYPTEDDATA_DECRYPT), "CMS_EncryptedData_decrypt"},
    +    {ERR_FUNC(CMS_F_CMS_ENCRYPTEDDATA_ENCRYPT), "CMS_EncryptedData_encrypt"},
    +    {ERR_FUNC(CMS_F_CMS_ENCRYPTEDDATA_SET1_KEY),
    +     "CMS_EncryptedData_set1_key"},
    +    {ERR_FUNC(CMS_F_CMS_ENVELOPEDDATA_CREATE), "CMS_EnvelopedData_create"},
    +    {ERR_FUNC(CMS_F_CMS_ENVELOPEDDATA_INIT_BIO),
    +     "cms_EnvelopedData_init_bio"},
    +    {ERR_FUNC(CMS_F_CMS_ENVELOPED_DATA_INIT), "CMS_ENVELOPED_DATA_INIT"},
    +    {ERR_FUNC(CMS_F_CMS_ENV_ASN1_CTRL), "cms_env_asn1_ctrl"},
    +    {ERR_FUNC(CMS_F_CMS_FINAL), "CMS_final"},
    +    {ERR_FUNC(CMS_F_CMS_GET0_CERTIFICATE_CHOICES),
    +     "CMS_GET0_CERTIFICATE_CHOICES"},
    +    {ERR_FUNC(CMS_F_CMS_GET0_CONTENT), "CMS_get0_content"},
    +    {ERR_FUNC(CMS_F_CMS_GET0_ECONTENT_TYPE), "CMS_GET0_ECONTENT_TYPE"},
    +    {ERR_FUNC(CMS_F_CMS_GET0_ENVELOPED), "cms_get0_enveloped"},
    +    {ERR_FUNC(CMS_F_CMS_GET0_REVOCATION_CHOICES),
    +     "CMS_GET0_REVOCATION_CHOICES"},
    +    {ERR_FUNC(CMS_F_CMS_GET0_SIGNED), "CMS_GET0_SIGNED"},
    +    {ERR_FUNC(CMS_F_CMS_MSGSIGDIGEST_ADD1), "cms_msgSigDigest_add1"},
    +    {ERR_FUNC(CMS_F_CMS_RECEIPTREQUEST_CREATE0),
    +     "CMS_ReceiptRequest_create0"},
    +    {ERR_FUNC(CMS_F_CMS_RECEIPT_VERIFY), "cms_Receipt_verify"},
    +    {ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_DECRYPT), "CMS_RecipientInfo_decrypt"},
    +    {ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_ENCRYPT), "CMS_RecipientInfo_encrypt"},
    +    {ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_KARI_ENCRYPT),
    +     "cms_RecipientInfo_kari_encrypt"},
    +    {ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_KARI_GET0_ALG),
    +     "CMS_RecipientInfo_kari_get0_alg"},
    +    {ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_KARI_GET0_ORIG_ID),
    +     "CMS_RecipientInfo_kari_get0_orig_id"},
    +    {ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_KARI_GET0_REKS),
    +     "CMS_RecipientInfo_kari_get0_reks"},
    +    {ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_KARI_ORIG_ID_CMP),
    +     "CMS_RecipientInfo_kari_orig_id_cmp"},
    +    {ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_KEKRI_DECRYPT),
    +     "CMS_RECIPIENTINFO_KEKRI_DECRYPT"},
    +    {ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_KEKRI_ENCRYPT),
    +     "CMS_RECIPIENTINFO_KEKRI_ENCRYPT"},
    +    {ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_KEKRI_GET0_ID),
    +     "CMS_RecipientInfo_kekri_get0_id"},
    +    {ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_KEKRI_ID_CMP),
    +     "CMS_RecipientInfo_kekri_id_cmp"},
    +    {ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_KTRI_CERT_CMP),
    +     "CMS_RecipientInfo_ktri_cert_cmp"},
    +    {ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_KTRI_DECRYPT),
    +     "CMS_RECIPIENTINFO_KTRI_DECRYPT"},
    +    {ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_KTRI_ENCRYPT),
    +     "CMS_RECIPIENTINFO_KTRI_ENCRYPT"},
    +    {ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_KTRI_GET0_ALGS),
    +     "CMS_RecipientInfo_ktri_get0_algs"},
    +    {ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_KTRI_GET0_SIGNER_ID),
    +     "CMS_RecipientInfo_ktri_get0_signer_id"},
    +    {ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_PWRI_CRYPT),
    +     "cms_RecipientInfo_pwri_crypt"},
    +    {ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_SET0_KEY),
    +     "CMS_RecipientInfo_set0_key"},
    +    {ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_SET0_PASSWORD),
    +     "CMS_RecipientInfo_set0_password"},
    +    {ERR_FUNC(CMS_F_CMS_RECIPIENTINFO_SET0_PKEY),
    +     "CMS_RecipientInfo_set0_pkey"},
    +    {ERR_FUNC(CMS_F_CMS_SD_ASN1_CTRL), "CMS_SD_ASN1_CTRL"},
    +    {ERR_FUNC(CMS_F_CMS_SET1_IAS), "cms_set1_ias"},
    +    {ERR_FUNC(CMS_F_CMS_SET1_KEYID), "cms_set1_keyid"},
    +    {ERR_FUNC(CMS_F_CMS_SET1_SIGNERIDENTIFIER), "cms_set1_SignerIdentifier"},
    +    {ERR_FUNC(CMS_F_CMS_SET_DETACHED), "CMS_set_detached"},
    +    {ERR_FUNC(CMS_F_CMS_SIGN), "CMS_sign"},
    +    {ERR_FUNC(CMS_F_CMS_SIGNED_DATA_INIT), "CMS_SIGNED_DATA_INIT"},
    +    {ERR_FUNC(CMS_F_CMS_SIGNERINFO_CONTENT_SIGN),
    +     "CMS_SIGNERINFO_CONTENT_SIGN"},
    +    {ERR_FUNC(CMS_F_CMS_SIGNERINFO_SIGN), "CMS_SignerInfo_sign"},
    +    {ERR_FUNC(CMS_F_CMS_SIGNERINFO_VERIFY), "CMS_SignerInfo_verify"},
    +    {ERR_FUNC(CMS_F_CMS_SIGNERINFO_VERIFY_CERT),
    +     "CMS_SIGNERINFO_VERIFY_CERT"},
    +    {ERR_FUNC(CMS_F_CMS_SIGNERINFO_VERIFY_CONTENT),
    +     "CMS_SignerInfo_verify_content"},
    +    {ERR_FUNC(CMS_F_CMS_SIGN_RECEIPT), "CMS_sign_receipt"},
    +    {ERR_FUNC(CMS_F_CMS_STREAM), "CMS_stream"},
    +    {ERR_FUNC(CMS_F_CMS_UNCOMPRESS), "CMS_uncompress"},
    +    {ERR_FUNC(CMS_F_CMS_VERIFY), "CMS_verify"},
    +    {0, NULL}
    +};
     
    -static ERR_STRING_DATA CMS_str_reasons[]=
    -	{
    -{ERR_REASON(CMS_R_ADD_SIGNER_ERROR)      ,"add signer error"},
    -{ERR_REASON(CMS_R_CERTIFICATE_ALREADY_PRESENT),"certificate already present"},
    -{ERR_REASON(CMS_R_CERTIFICATE_HAS_NO_KEYID),"certificate has no keyid"},
    -{ERR_REASON(CMS_R_CERTIFICATE_VERIFY_ERROR),"certificate verify error"},
    -{ERR_REASON(CMS_R_CIPHER_INITIALISATION_ERROR),"cipher initialisation error"},
    -{ERR_REASON(CMS_R_CIPHER_PARAMETER_INITIALISATION_ERROR),"cipher parameter initialisation error"},
    -{ERR_REASON(CMS_R_CMS_DATAFINAL_ERROR)   ,"cms datafinal error"},
    -{ERR_REASON(CMS_R_CMS_LIB)               ,"cms lib"},
    -{ERR_REASON(CMS_R_CONTENTIDENTIFIER_MISMATCH),"contentidentifier mismatch"},
    -{ERR_REASON(CMS_R_CONTENT_NOT_FOUND)     ,"content not found"},
    -{ERR_REASON(CMS_R_CONTENT_TYPE_MISMATCH) ,"content type mismatch"},
    -{ERR_REASON(CMS_R_CONTENT_TYPE_NOT_COMPRESSED_DATA),"content type not compressed data"},
    -{ERR_REASON(CMS_R_CONTENT_TYPE_NOT_ENVELOPED_DATA),"content type not enveloped data"},
    -{ERR_REASON(CMS_R_CONTENT_TYPE_NOT_SIGNED_DATA),"content type not signed data"},
    -{ERR_REASON(CMS_R_CONTENT_VERIFY_ERROR)  ,"content verify error"},
    -{ERR_REASON(CMS_R_CTRL_ERROR)            ,"ctrl error"},
    -{ERR_REASON(CMS_R_CTRL_FAILURE)          ,"ctrl failure"},
    -{ERR_REASON(CMS_R_DECRYPT_ERROR)         ,"decrypt error"},
    -{ERR_REASON(CMS_R_DIGEST_ERROR)          ,"digest error"},
    -{ERR_REASON(CMS_R_ERROR_GETTING_PUBLIC_KEY),"error getting public key"},
    -{ERR_REASON(CMS_R_ERROR_READING_MESSAGEDIGEST_ATTRIBUTE),"error reading messagedigest attribute"},
    -{ERR_REASON(CMS_R_ERROR_SETTING_KEY)     ,"error setting key"},
    -{ERR_REASON(CMS_R_ERROR_SETTING_RECIPIENTINFO),"error setting recipientinfo"},
    -{ERR_REASON(CMS_R_INVALID_ENCRYPTED_KEY_LENGTH),"invalid encrypted key length"},
    -{ERR_REASON(CMS_R_INVALID_KEY_ENCRYPTION_PARAMETER),"invalid key encryption parameter"},
    -{ERR_REASON(CMS_R_INVALID_KEY_LENGTH)    ,"invalid key length"},
    -{ERR_REASON(CMS_R_MD_BIO_INIT_ERROR)     ,"md bio init error"},
    -{ERR_REASON(CMS_R_MESSAGEDIGEST_ATTRIBUTE_WRONG_LENGTH),"messagedigest attribute wrong length"},
    -{ERR_REASON(CMS_R_MESSAGEDIGEST_WRONG_LENGTH),"messagedigest wrong length"},
    -{ERR_REASON(CMS_R_MSGSIGDIGEST_ERROR)    ,"msgsigdigest error"},
    -{ERR_REASON(CMS_R_MSGSIGDIGEST_VERIFICATION_FAILURE),"msgsigdigest verification failure"},
    -{ERR_REASON(CMS_R_MSGSIGDIGEST_WRONG_LENGTH),"msgsigdigest wrong length"},
    -{ERR_REASON(CMS_R_NEED_ONE_SIGNER)       ,"need one signer"},
    -{ERR_REASON(CMS_R_NOT_A_SIGNED_RECEIPT)  ,"not a signed receipt"},
    -{ERR_REASON(CMS_R_NOT_ENCRYPTED_DATA)    ,"not encrypted data"},
    -{ERR_REASON(CMS_R_NOT_KEK)               ,"not kek"},
    -{ERR_REASON(CMS_R_NOT_KEY_TRANSPORT)     ,"not key transport"},
    -{ERR_REASON(CMS_R_NOT_PWRI)              ,"not pwri"},
    -{ERR_REASON(CMS_R_NOT_SUPPORTED_FOR_THIS_KEY_TYPE),"not supported for this key type"},
    -{ERR_REASON(CMS_R_NO_CIPHER)             ,"no cipher"},
    -{ERR_REASON(CMS_R_NO_CONTENT)            ,"no content"},
    -{ERR_REASON(CMS_R_NO_CONTENT_TYPE)       ,"no content type"},
    -{ERR_REASON(CMS_R_NO_DEFAULT_DIGEST)     ,"no default digest"},
    -{ERR_REASON(CMS_R_NO_DIGEST_SET)         ,"no digest set"},
    -{ERR_REASON(CMS_R_NO_KEY)                ,"no key"},
    -{ERR_REASON(CMS_R_NO_KEY_OR_CERT)        ,"no key or cert"},
    -{ERR_REASON(CMS_R_NO_MATCHING_DIGEST)    ,"no matching digest"},
    -{ERR_REASON(CMS_R_NO_MATCHING_RECIPIENT) ,"no matching recipient"},
    -{ERR_REASON(CMS_R_NO_MATCHING_SIGNATURE) ,"no matching signature"},
    -{ERR_REASON(CMS_R_NO_MSGSIGDIGEST)       ,"no msgsigdigest"},
    -{ERR_REASON(CMS_R_NO_PASSWORD)           ,"no password"},
    -{ERR_REASON(CMS_R_NO_PRIVATE_KEY)        ,"no private key"},
    -{ERR_REASON(CMS_R_NO_PUBLIC_KEY)         ,"no public key"},
    -{ERR_REASON(CMS_R_NO_RECEIPT_REQUEST)    ,"no receipt request"},
    -{ERR_REASON(CMS_R_NO_SIGNERS)            ,"no signers"},
    -{ERR_REASON(CMS_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE),"private key does not match certificate"},
    -{ERR_REASON(CMS_R_RECEIPT_DECODE_ERROR)  ,"receipt decode error"},
    -{ERR_REASON(CMS_R_RECIPIENT_ERROR)       ,"recipient error"},
    -{ERR_REASON(CMS_R_SIGNER_CERTIFICATE_NOT_FOUND),"signer certificate not found"},
    -{ERR_REASON(CMS_R_SIGNFINAL_ERROR)       ,"signfinal error"},
    -{ERR_REASON(CMS_R_SMIME_TEXT_ERROR)      ,"smime text error"},
    -{ERR_REASON(CMS_R_STORE_INIT_ERROR)      ,"store init error"},
    -{ERR_REASON(CMS_R_TYPE_NOT_COMPRESSED_DATA),"type not compressed data"},
    -{ERR_REASON(CMS_R_TYPE_NOT_DATA)         ,"type not data"},
    -{ERR_REASON(CMS_R_TYPE_NOT_DIGESTED_DATA),"type not digested data"},
    -{ERR_REASON(CMS_R_TYPE_NOT_ENCRYPTED_DATA),"type not encrypted data"},
    -{ERR_REASON(CMS_R_TYPE_NOT_ENVELOPED_DATA),"type not enveloped data"},
    -{ERR_REASON(CMS_R_UNABLE_TO_FINALIZE_CONTEXT),"unable to finalize context"},
    -{ERR_REASON(CMS_R_UNKNOWN_CIPHER)        ,"unknown cipher"},
    -{ERR_REASON(CMS_R_UNKNOWN_DIGEST_ALGORIHM),"unknown digest algorihm"},
    -{ERR_REASON(CMS_R_UNKNOWN_ID)            ,"unknown id"},
    -{ERR_REASON(CMS_R_UNSUPPORTED_COMPRESSION_ALGORITHM),"unsupported compression algorithm"},
    -{ERR_REASON(CMS_R_UNSUPPORTED_CONTENT_TYPE),"unsupported content type"},
    -{ERR_REASON(CMS_R_UNSUPPORTED_KEK_ALGORITHM),"unsupported kek algorithm"},
    -{ERR_REASON(CMS_R_UNSUPPORTED_KEY_ENCRYPTION_ALGORITHM),"unsupported key encryption algorithm"},
    -{ERR_REASON(CMS_R_UNSUPPORTED_RECIPIENT_TYPE),"unsupported recipient type"},
    -{ERR_REASON(CMS_R_UNSUPPORTED_RECPIENTINFO_TYPE),"unsupported recpientinfo type"},
    -{ERR_REASON(CMS_R_UNSUPPORTED_TYPE)      ,"unsupported type"},
    -{ERR_REASON(CMS_R_UNWRAP_ERROR)          ,"unwrap error"},
    -{ERR_REASON(CMS_R_UNWRAP_FAILURE)        ,"unwrap failure"},
    -{ERR_REASON(CMS_R_VERIFICATION_FAILURE)  ,"verification failure"},
    -{ERR_REASON(CMS_R_WRAP_ERROR)            ,"wrap error"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA CMS_str_reasons[] = {
    +    {ERR_REASON(CMS_R_ADD_SIGNER_ERROR), "add signer error"},
    +    {ERR_REASON(CMS_R_CERTIFICATE_ALREADY_PRESENT),
    +     "certificate already present"},
    +    {ERR_REASON(CMS_R_CERTIFICATE_HAS_NO_KEYID), "certificate has no keyid"},
    +    {ERR_REASON(CMS_R_CERTIFICATE_VERIFY_ERROR), "certificate verify error"},
    +    {ERR_REASON(CMS_R_CIPHER_INITIALISATION_ERROR),
    +     "cipher initialisation error"},
    +    {ERR_REASON(CMS_R_CIPHER_PARAMETER_INITIALISATION_ERROR),
    +     "cipher parameter initialisation error"},
    +    {ERR_REASON(CMS_R_CMS_DATAFINAL_ERROR), "cms datafinal error"},
    +    {ERR_REASON(CMS_R_CMS_LIB), "cms lib"},
    +    {ERR_REASON(CMS_R_CONTENTIDENTIFIER_MISMATCH),
    +     "contentidentifier mismatch"},
    +    {ERR_REASON(CMS_R_CONTENT_NOT_FOUND), "content not found"},
    +    {ERR_REASON(CMS_R_CONTENT_TYPE_MISMATCH), "content type mismatch"},
    +    {ERR_REASON(CMS_R_CONTENT_TYPE_NOT_COMPRESSED_DATA),
    +     "content type not compressed data"},
    +    {ERR_REASON(CMS_R_CONTENT_TYPE_NOT_ENVELOPED_DATA),
    +     "content type not enveloped data"},
    +    {ERR_REASON(CMS_R_CONTENT_TYPE_NOT_SIGNED_DATA),
    +     "content type not signed data"},
    +    {ERR_REASON(CMS_R_CONTENT_VERIFY_ERROR), "content verify error"},
    +    {ERR_REASON(CMS_R_CTRL_ERROR), "ctrl error"},
    +    {ERR_REASON(CMS_R_CTRL_FAILURE), "ctrl failure"},
    +    {ERR_REASON(CMS_R_DECRYPT_ERROR), "decrypt error"},
    +    {ERR_REASON(CMS_R_DIGEST_ERROR), "digest error"},
    +    {ERR_REASON(CMS_R_ERROR_GETTING_PUBLIC_KEY), "error getting public key"},
    +    {ERR_REASON(CMS_R_ERROR_READING_MESSAGEDIGEST_ATTRIBUTE),
    +     "error reading messagedigest attribute"},
    +    {ERR_REASON(CMS_R_ERROR_SETTING_KEY), "error setting key"},
    +    {ERR_REASON(CMS_R_ERROR_SETTING_RECIPIENTINFO),
    +     "error setting recipientinfo"},
    +    {ERR_REASON(CMS_R_INVALID_ENCRYPTED_KEY_LENGTH),
    +     "invalid encrypted key length"},
    +    {ERR_REASON(CMS_R_INVALID_KEY_ENCRYPTION_PARAMETER),
    +     "invalid key encryption parameter"},
    +    {ERR_REASON(CMS_R_INVALID_KEY_LENGTH), "invalid key length"},
    +    {ERR_REASON(CMS_R_MD_BIO_INIT_ERROR), "md bio init error"},
    +    {ERR_REASON(CMS_R_MESSAGEDIGEST_ATTRIBUTE_WRONG_LENGTH),
    +     "messagedigest attribute wrong length"},
    +    {ERR_REASON(CMS_R_MESSAGEDIGEST_WRONG_LENGTH),
    +     "messagedigest wrong length"},
    +    {ERR_REASON(CMS_R_MSGSIGDIGEST_ERROR), "msgsigdigest error"},
    +    {ERR_REASON(CMS_R_MSGSIGDIGEST_VERIFICATION_FAILURE),
    +     "msgsigdigest verification failure"},
    +    {ERR_REASON(CMS_R_MSGSIGDIGEST_WRONG_LENGTH),
    +     "msgsigdigest wrong length"},
    +    {ERR_REASON(CMS_R_NEED_ONE_SIGNER), "need one signer"},
    +    {ERR_REASON(CMS_R_NOT_A_SIGNED_RECEIPT), "not a signed receipt"},
    +    {ERR_REASON(CMS_R_NOT_ENCRYPTED_DATA), "not encrypted data"},
    +    {ERR_REASON(CMS_R_NOT_KEK), "not kek"},
    +    {ERR_REASON(CMS_R_NOT_KEY_AGREEMENT), "not key agreement"},
    +    {ERR_REASON(CMS_R_NOT_KEY_TRANSPORT), "not key transport"},
    +    {ERR_REASON(CMS_R_NOT_PWRI), "not pwri"},
    +    {ERR_REASON(CMS_R_NOT_SUPPORTED_FOR_THIS_KEY_TYPE),
    +     "not supported for this key type"},
    +    {ERR_REASON(CMS_R_NO_CIPHER), "no cipher"},
    +    {ERR_REASON(CMS_R_NO_CONTENT), "no content"},
    +    {ERR_REASON(CMS_R_NO_CONTENT_TYPE), "no content type"},
    +    {ERR_REASON(CMS_R_NO_DEFAULT_DIGEST), "no default digest"},
    +    {ERR_REASON(CMS_R_NO_DIGEST_SET), "no digest set"},
    +    {ERR_REASON(CMS_R_NO_KEY), "no key"},
    +    {ERR_REASON(CMS_R_NO_KEY_OR_CERT), "no key or cert"},
    +    {ERR_REASON(CMS_R_NO_MATCHING_DIGEST), "no matching digest"},
    +    {ERR_REASON(CMS_R_NO_MATCHING_RECIPIENT), "no matching recipient"},
    +    {ERR_REASON(CMS_R_NO_MATCHING_SIGNATURE), "no matching signature"},
    +    {ERR_REASON(CMS_R_NO_MSGSIGDIGEST), "no msgsigdigest"},
    +    {ERR_REASON(CMS_R_NO_PASSWORD), "no password"},
    +    {ERR_REASON(CMS_R_NO_PRIVATE_KEY), "no private key"},
    +    {ERR_REASON(CMS_R_NO_PUBLIC_KEY), "no public key"},
    +    {ERR_REASON(CMS_R_NO_RECEIPT_REQUEST), "no receipt request"},
    +    {ERR_REASON(CMS_R_NO_SIGNERS), "no signers"},
    +    {ERR_REASON(CMS_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE),
    +     "private key does not match certificate"},
    +    {ERR_REASON(CMS_R_RECEIPT_DECODE_ERROR), "receipt decode error"},
    +    {ERR_REASON(CMS_R_RECIPIENT_ERROR), "recipient error"},
    +    {ERR_REASON(CMS_R_SIGNER_CERTIFICATE_NOT_FOUND),
    +     "signer certificate not found"},
    +    {ERR_REASON(CMS_R_SIGNFINAL_ERROR), "signfinal error"},
    +    {ERR_REASON(CMS_R_SMIME_TEXT_ERROR), "smime text error"},
    +    {ERR_REASON(CMS_R_STORE_INIT_ERROR), "store init error"},
    +    {ERR_REASON(CMS_R_TYPE_NOT_COMPRESSED_DATA), "type not compressed data"},
    +    {ERR_REASON(CMS_R_TYPE_NOT_DATA), "type not data"},
    +    {ERR_REASON(CMS_R_TYPE_NOT_DIGESTED_DATA), "type not digested data"},
    +    {ERR_REASON(CMS_R_TYPE_NOT_ENCRYPTED_DATA), "type not encrypted data"},
    +    {ERR_REASON(CMS_R_TYPE_NOT_ENVELOPED_DATA), "type not enveloped data"},
    +    {ERR_REASON(CMS_R_UNABLE_TO_FINALIZE_CONTEXT),
    +     "unable to finalize context"},
    +    {ERR_REASON(CMS_R_UNKNOWN_CIPHER), "unknown cipher"},
    +    {ERR_REASON(CMS_R_UNKNOWN_DIGEST_ALGORIHM), "unknown digest algorihm"},
    +    {ERR_REASON(CMS_R_UNKNOWN_ID), "unknown id"},
    +    {ERR_REASON(CMS_R_UNSUPPORTED_COMPRESSION_ALGORITHM),
    +     "unsupported compression algorithm"},
    +    {ERR_REASON(CMS_R_UNSUPPORTED_CONTENT_TYPE), "unsupported content type"},
    +    {ERR_REASON(CMS_R_UNSUPPORTED_KEK_ALGORITHM),
    +     "unsupported kek algorithm"},
    +    {ERR_REASON(CMS_R_UNSUPPORTED_KEY_ENCRYPTION_ALGORITHM),
    +     "unsupported key encryption algorithm"},
    +    {ERR_REASON(CMS_R_UNSUPPORTED_RECIPIENT_TYPE),
    +     "unsupported recipient type"},
    +    {ERR_REASON(CMS_R_UNSUPPORTED_RECPIENTINFO_TYPE),
    +     "unsupported recpientinfo type"},
    +    {ERR_REASON(CMS_R_UNSUPPORTED_TYPE), "unsupported type"},
    +    {ERR_REASON(CMS_R_UNWRAP_ERROR), "unwrap error"},
    +    {ERR_REASON(CMS_R_UNWRAP_FAILURE), "unwrap failure"},
    +    {ERR_REASON(CMS_R_VERIFICATION_FAILURE), "verification failure"},
    +    {ERR_REASON(CMS_R_WRAP_ERROR), "wrap error"},
    +    {0, NULL}
    +};
     
     #endif
     
     void ERR_load_CMS_strings(void)
    -	{
    +{
     #ifndef OPENSSL_NO_ERR
     
    -	if (ERR_func_error_string(CMS_str_functs[0].error) == NULL)
    -		{
    -		ERR_load_strings(0,CMS_str_functs);
    -		ERR_load_strings(0,CMS_str_reasons);
    -		}
    +    if (ERR_func_error_string(CMS_str_functs[0].error) == NULL) {
    +        ERR_load_strings(0, CMS_str_functs);
    +        ERR_load_strings(0, CMS_str_reasons);
    +    }
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/cms/cms_ess.c b/openssl/crypto/cms/cms_ess.c
    index 90c0b82fb..8631a2eb2 100644
    --- a/openssl/crypto/cms/cms_ess.c
    +++ b/openssl/crypto/cms/cms_ess.c
    @@ -1,5 +1,6 @@
     /* crypto/cms/cms_ess.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
      * project.
      */
     /* ====================================================================
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -68,353 +69,327 @@ IMPLEMENT_ASN1_FUNCTIONS(CMS_ReceiptRequest)
     /* ESS services: for now just Signed Receipt related */
     
     int CMS_get1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest **prr)
    -	{
    -	ASN1_STRING *str;
    -	CMS_ReceiptRequest *rr = NULL;
    -	if (prr)
    -		*prr = NULL;
    -	str = CMS_signed_get0_data_by_OBJ(si,
    -				OBJ_nid2obj(NID_id_smime_aa_receiptRequest),
    -					-3, V_ASN1_SEQUENCE);
    -	if (!str)
    -		return 0;
    -
    -	rr = ASN1_item_unpack(str, ASN1_ITEM_rptr(CMS_ReceiptRequest));
    -	if (!rr)
    -		return -1;
    -	if (prr)
    -		*prr = rr;
    -	else
    -		CMS_ReceiptRequest_free(rr);
    -	return 1;
    -	}
    +{
    +    ASN1_STRING *str;
    +    CMS_ReceiptRequest *rr = NULL;
    +    if (prr)
    +        *prr = NULL;
    +    str = CMS_signed_get0_data_by_OBJ(si,
    +                                      OBJ_nid2obj
    +                                      (NID_id_smime_aa_receiptRequest), -3,
    +                                      V_ASN1_SEQUENCE);
    +    if (!str)
    +        return 0;
    +
    +    rr = ASN1_item_unpack(str, ASN1_ITEM_rptr(CMS_ReceiptRequest));
    +    if (!rr)
    +        return -1;
    +    if (prr)
    +        *prr = rr;
    +    else
    +        CMS_ReceiptRequest_free(rr);
    +    return 1;
    +}
     
     CMS_ReceiptRequest *CMS_ReceiptRequest_create0(unsigned char *id, int idlen,
    -				int allorfirst,
    -				STACK_OF(GENERAL_NAMES) *receiptList,
    -				STACK_OF(GENERAL_NAMES) *receiptsTo)
    -	{
    -	CMS_ReceiptRequest *rr = NULL;
    -
    -	rr = CMS_ReceiptRequest_new();
    -	if (!rr)
    -		goto merr;
    -	if (id)
    -		ASN1_STRING_set0(rr->signedContentIdentifier, id, idlen);
    -	else
    -		{
    -		if (!ASN1_STRING_set(rr->signedContentIdentifier, NULL, 32))
    -			goto merr;
    -		if (RAND_pseudo_bytes(rr->signedContentIdentifier->data, 32) 
    -					<= 0)
    -			goto err;
    -		}
    -
    -	sk_GENERAL_NAMES_pop_free(rr->receiptsTo, GENERAL_NAMES_free);
    -	rr->receiptsTo = receiptsTo;
    -
    -	if (receiptList)
    -		{
    -		rr->receiptsFrom->type = 1;
    -		rr->receiptsFrom->d.receiptList = receiptList;
    -		}
    -	else
    -		{
    -		rr->receiptsFrom->type = 0;
    -		rr->receiptsFrom->d.allOrFirstTier = allorfirst;
    -		}
    -
    -	return rr;
    -
    -	merr:
    -	CMSerr(CMS_F_CMS_RECEIPTREQUEST_CREATE0, ERR_R_MALLOC_FAILURE);
    -
    -	err:
    -	if (rr)
    -		CMS_ReceiptRequest_free(rr);
    -
    -	return NULL;
    -	
    -	}
    +                                               int allorfirst,
    +                                               STACK_OF(GENERAL_NAMES)
    +                                               *receiptList, STACK_OF(GENERAL_NAMES)
    +                                               *receiptsTo)
    +{
    +    CMS_ReceiptRequest *rr = NULL;
    +
    +    rr = CMS_ReceiptRequest_new();
    +    if (!rr)
    +        goto merr;
    +    if (id)
    +        ASN1_STRING_set0(rr->signedContentIdentifier, id, idlen);
    +    else {
    +        if (!ASN1_STRING_set(rr->signedContentIdentifier, NULL, 32))
    +            goto merr;
    +        if (RAND_pseudo_bytes(rr->signedContentIdentifier->data, 32)
    +            <= 0)
    +            goto err;
    +    }
    +
    +    sk_GENERAL_NAMES_pop_free(rr->receiptsTo, GENERAL_NAMES_free);
    +    rr->receiptsTo = receiptsTo;
    +
    +    if (receiptList) {
    +        rr->receiptsFrom->type = 1;
    +        rr->receiptsFrom->d.receiptList = receiptList;
    +    } else {
    +        rr->receiptsFrom->type = 0;
    +        rr->receiptsFrom->d.allOrFirstTier = allorfirst;
    +    }
    +
    +    return rr;
    +
    + merr:
    +    CMSerr(CMS_F_CMS_RECEIPTREQUEST_CREATE0, ERR_R_MALLOC_FAILURE);
    +
    + err:
    +    if (rr)
    +        CMS_ReceiptRequest_free(rr);
    +
    +    return NULL;
    +
    +}
     
     int CMS_add1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest *rr)
    -	{
    -	unsigned char *rrder = NULL;
    -	int rrderlen, r = 0;
    +{
    +    unsigned char *rrder = NULL;
    +    int rrderlen, r = 0;
     
    -	rrderlen = i2d_CMS_ReceiptRequest(rr, &rrder);
    -	if (rrderlen < 0)
    -		goto merr;
    +    rrderlen = i2d_CMS_ReceiptRequest(rr, &rrder);
    +    if (rrderlen < 0)
    +        goto merr;
     
    -	if (!CMS_signed_add1_attr_by_NID(si, NID_id_smime_aa_receiptRequest,
    -					V_ASN1_SEQUENCE, rrder, rrderlen))
    -		goto merr;
    +    if (!CMS_signed_add1_attr_by_NID(si, NID_id_smime_aa_receiptRequest,
    +                                     V_ASN1_SEQUENCE, rrder, rrderlen))
    +        goto merr;
     
    -	r = 1;
    +    r = 1;
     
    -	merr:
    -	if (!r)
    -		CMSerr(CMS_F_CMS_ADD1_RECEIPTREQUEST, ERR_R_MALLOC_FAILURE);
    + merr:
    +    if (!r)
    +        CMSerr(CMS_F_CMS_ADD1_RECEIPTREQUEST, ERR_R_MALLOC_FAILURE);
     
    -	if (rrder)
    -		OPENSSL_free(rrder);
    +    if (rrder)
    +        OPENSSL_free(rrder);
     
    -	return r;
    -	
    -	}
    +    return r;
    +
    +}
     
     void CMS_ReceiptRequest_get0_values(CMS_ReceiptRequest *rr,
    -					ASN1_STRING **pcid,
    -					int *pallorfirst,
    -					STACK_OF(GENERAL_NAMES) **plist,
    -					STACK_OF(GENERAL_NAMES) **prto)
    -	{
    -	if (pcid)
    -		*pcid = rr->signedContentIdentifier;
    -	if (rr->receiptsFrom->type == 0)
    -		{
    -		if (pallorfirst)
    -			*pallorfirst = (int)rr->receiptsFrom->d.allOrFirstTier;
    -		if (plist)
    -			*plist = NULL;
    -		}
    -	else
    -		{
    -		if (pallorfirst)
    -			*pallorfirst = -1;
    -		if (plist)
    -			*plist = rr->receiptsFrom->d.receiptList;
    -		}
    -	if (prto)
    -		*prto = rr->receiptsTo;
    -	}
    +                                    ASN1_STRING **pcid,
    +                                    int *pallorfirst,
    +                                    STACK_OF(GENERAL_NAMES) **plist,
    +                                    STACK_OF(GENERAL_NAMES) **prto)
    +{
    +    if (pcid)
    +        *pcid = rr->signedContentIdentifier;
    +    if (rr->receiptsFrom->type == 0) {
    +        if (pallorfirst)
    +            *pallorfirst = (int)rr->receiptsFrom->d.allOrFirstTier;
    +        if (plist)
    +            *plist = NULL;
    +    } else {
    +        if (pallorfirst)
    +            *pallorfirst = -1;
    +        if (plist)
    +            *plist = rr->receiptsFrom->d.receiptList;
    +    }
    +    if (prto)
    +        *prto = rr->receiptsTo;
    +}
     
     /* Digest a SignerInfo structure for msgSigDigest attribute processing */
     
     static int cms_msgSigDigest(CMS_SignerInfo *si,
    -				unsigned char *dig, unsigned int *diglen)
    -	{
    -	const EVP_MD *md;
    -	md = EVP_get_digestbyobj(si->digestAlgorithm->algorithm);
    -	if (md == NULL)
    -		return 0;
    -	if (!ASN1_item_digest(ASN1_ITEM_rptr(CMS_Attributes_Verify), md,
    -						si->signedAttrs, dig, diglen))
    -		return 0;
    -	return 1;
    -	}
    +                            unsigned char *dig, unsigned int *diglen)
    +{
    +    const EVP_MD *md;
    +    md = EVP_get_digestbyobj(si->digestAlgorithm->algorithm);
    +    if (md == NULL)
    +        return 0;
    +    if (!ASN1_item_digest(ASN1_ITEM_rptr(CMS_Attributes_Verify), md,
    +                          si->signedAttrs, dig, diglen))
    +        return 0;
    +    return 1;
    +}
     
     /* Add a msgSigDigest attribute to a SignerInfo */
     
     int cms_msgSigDigest_add1(CMS_SignerInfo *dest, CMS_SignerInfo *src)
    -	{
    -	unsigned char dig[EVP_MAX_MD_SIZE];
    -	unsigned int diglen;
    -	if (!cms_msgSigDigest(src, dig, &diglen))
    -		{
    -		CMSerr(CMS_F_CMS_MSGSIGDIGEST_ADD1, CMS_R_MSGSIGDIGEST_ERROR);
    -		return 0;
    -		}
    -	if (!CMS_signed_add1_attr_by_NID(dest, NID_id_smime_aa_msgSigDigest,
    -					V_ASN1_OCTET_STRING, dig, diglen))
    -		{
    -		CMSerr(CMS_F_CMS_MSGSIGDIGEST_ADD1, ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	return 1;
    -	}
    +{
    +    unsigned char dig[EVP_MAX_MD_SIZE];
    +    unsigned int diglen;
    +    if (!cms_msgSigDigest(src, dig, &diglen)) {
    +        CMSerr(CMS_F_CMS_MSGSIGDIGEST_ADD1, CMS_R_MSGSIGDIGEST_ERROR);
    +        return 0;
    +    }
    +    if (!CMS_signed_add1_attr_by_NID(dest, NID_id_smime_aa_msgSigDigest,
    +                                     V_ASN1_OCTET_STRING, dig, diglen)) {
    +        CMSerr(CMS_F_CMS_MSGSIGDIGEST_ADD1, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    return 1;
    +}
     
     /* Verify signed receipt after it has already passed normal CMS verify */
     
     int cms_Receipt_verify(CMS_ContentInfo *cms, CMS_ContentInfo *req_cms)
    -	{
    -	int r = 0, i;
    -	CMS_ReceiptRequest *rr = NULL;
    -	CMS_Receipt *rct = NULL;
    -	STACK_OF(CMS_SignerInfo) *sis, *osis;
    -	CMS_SignerInfo *si, *osi = NULL;
    -	ASN1_OCTET_STRING *msig, **pcont;
    -	ASN1_OBJECT *octype;
    -	unsigned char dig[EVP_MAX_MD_SIZE];
    -	unsigned int diglen;
    -
    -	/* Get SignerInfos, also checks SignedData content type */
    -	osis = CMS_get0_SignerInfos(req_cms);
    -	sis = CMS_get0_SignerInfos(cms);
    -	if (!osis || !sis)
    -		goto err;
    -
    -	if (sk_CMS_SignerInfo_num(sis) != 1)
    -		{
    -		CMSerr(CMS_F_CMS_RECEIPT_VERIFY, CMS_R_NEED_ONE_SIGNER);
    -		goto err;
    -		}
    -
    -	/* Check receipt content type */
    -	if (OBJ_obj2nid(CMS_get0_eContentType(cms)) != NID_id_smime_ct_receipt)
    -		{
    -		CMSerr(CMS_F_CMS_RECEIPT_VERIFY, CMS_R_NOT_A_SIGNED_RECEIPT);
    -		goto err;
    -		}
    -
    -	/* Extract and decode receipt content */
    -	pcont = CMS_get0_content(cms);
    -	if (!pcont || !*pcont)
    -		{
    -		CMSerr(CMS_F_CMS_RECEIPT_VERIFY, CMS_R_NO_CONTENT);
    -		goto err;
    -		}
    -
    -	rct = ASN1_item_unpack(*pcont, ASN1_ITEM_rptr(CMS_Receipt));
    -
    -	if (!rct)	
    -		{
    -		CMSerr(CMS_F_CMS_RECEIPT_VERIFY, CMS_R_RECEIPT_DECODE_ERROR);
    -		goto err;
    -		}
    -
    -	/* Locate original request */
    -
    -	for (i = 0; i < sk_CMS_SignerInfo_num(osis); i++)
    -		{
    -		osi = sk_CMS_SignerInfo_value(osis, i);
    -		if (!ASN1_STRING_cmp(osi->signature,
    -					rct->originatorSignatureValue))
    -			break;
    -		}
    -
    -	if (i == sk_CMS_SignerInfo_num(osis))
    -		{
    -		CMSerr(CMS_F_CMS_RECEIPT_VERIFY, CMS_R_NO_MATCHING_SIGNATURE);
    -		goto err;
    -		}
    -
    -	si = sk_CMS_SignerInfo_value(sis, 0);
    -
    -	/* Get msgSigDigest value and compare */
    -
    -	msig = CMS_signed_get0_data_by_OBJ(si,
    -				OBJ_nid2obj(NID_id_smime_aa_msgSigDigest),
    -					-3, V_ASN1_OCTET_STRING);
    -
    -	if (!msig)
    -		{
    -		CMSerr(CMS_F_CMS_RECEIPT_VERIFY, CMS_R_NO_MSGSIGDIGEST);
    -		goto err;
    -		}
    -
    -	if (!cms_msgSigDigest(osi, dig, &diglen))
    -		{
    -		CMSerr(CMS_F_CMS_RECEIPT_VERIFY, CMS_R_MSGSIGDIGEST_ERROR);
    -		goto err;
    -		}
    -
    -	if (diglen != (unsigned int)msig->length)
    -			{
    -			CMSerr(CMS_F_CMS_RECEIPT_VERIFY,
    -				CMS_R_MSGSIGDIGEST_WRONG_LENGTH);
    -			goto err;
    -			}
    -
    -	if (memcmp(dig, msig->data, diglen))
    -			{
    -			CMSerr(CMS_F_CMS_RECEIPT_VERIFY,
    -				CMS_R_MSGSIGDIGEST_VERIFICATION_FAILURE);
    -			goto err;
    -			}
    -
    -	/* Compare content types */
    -
    -	octype = CMS_signed_get0_data_by_OBJ(osi,
    -				OBJ_nid2obj(NID_pkcs9_contentType),
    -					-3, V_ASN1_OBJECT);
    -	if (!octype)
    -		{
    -		CMSerr(CMS_F_CMS_RECEIPT_VERIFY, CMS_R_NO_CONTENT_TYPE);
    -		goto err;
    -		}
    -
    -	/* Compare details in receipt request */
    -
    -	if (OBJ_cmp(octype, rct->contentType))
    -		{
    -		CMSerr(CMS_F_CMS_RECEIPT_VERIFY, CMS_R_CONTENT_TYPE_MISMATCH);
    -		goto err;
    -		}
    -
    -	/* Get original receipt request details */
    -
    -	if (CMS_get1_ReceiptRequest(osi, &rr) <= 0)
    -		{
    -		CMSerr(CMS_F_CMS_RECEIPT_VERIFY, CMS_R_NO_RECEIPT_REQUEST);
    -		goto err;
    -		}
    -
    -	if (ASN1_STRING_cmp(rr->signedContentIdentifier,
    -					rct->signedContentIdentifier))
    -		{
    -		CMSerr(CMS_F_CMS_RECEIPT_VERIFY,
    -					CMS_R_CONTENTIDENTIFIER_MISMATCH);
    -		goto err;
    -		}
    -
    -	r = 1;
    -
    -	err:
    -	if (rr)
    -		CMS_ReceiptRequest_free(rr);
    -	if (rct)
    -		M_ASN1_free_of(rct, CMS_Receipt);
    -
    -	return r;
    -
    -	}
    -
    -/* Encode a Receipt into an OCTET STRING read for including into content of
    - * a SignedData ContentInfo.
    +{
    +    int r = 0, i;
    +    CMS_ReceiptRequest *rr = NULL;
    +    CMS_Receipt *rct = NULL;
    +    STACK_OF(CMS_SignerInfo) *sis, *osis;
    +    CMS_SignerInfo *si, *osi = NULL;
    +    ASN1_OCTET_STRING *msig, **pcont;
    +    ASN1_OBJECT *octype;
    +    unsigned char dig[EVP_MAX_MD_SIZE];
    +    unsigned int diglen;
    +
    +    /* Get SignerInfos, also checks SignedData content type */
    +    osis = CMS_get0_SignerInfos(req_cms);
    +    sis = CMS_get0_SignerInfos(cms);
    +    if (!osis || !sis)
    +        goto err;
    +
    +    if (sk_CMS_SignerInfo_num(sis) != 1) {
    +        CMSerr(CMS_F_CMS_RECEIPT_VERIFY, CMS_R_NEED_ONE_SIGNER);
    +        goto err;
    +    }
    +
    +    /* Check receipt content type */
    +    if (OBJ_obj2nid(CMS_get0_eContentType(cms)) != NID_id_smime_ct_receipt) {
    +        CMSerr(CMS_F_CMS_RECEIPT_VERIFY, CMS_R_NOT_A_SIGNED_RECEIPT);
    +        goto err;
    +    }
    +
    +    /* Extract and decode receipt content */
    +    pcont = CMS_get0_content(cms);
    +    if (!pcont || !*pcont) {
    +        CMSerr(CMS_F_CMS_RECEIPT_VERIFY, CMS_R_NO_CONTENT);
    +        goto err;
    +    }
    +
    +    rct = ASN1_item_unpack(*pcont, ASN1_ITEM_rptr(CMS_Receipt));
    +
    +    if (!rct) {
    +        CMSerr(CMS_F_CMS_RECEIPT_VERIFY, CMS_R_RECEIPT_DECODE_ERROR);
    +        goto err;
    +    }
    +
    +    /* Locate original request */
    +
    +    for (i = 0; i < sk_CMS_SignerInfo_num(osis); i++) {
    +        osi = sk_CMS_SignerInfo_value(osis, i);
    +        if (!ASN1_STRING_cmp(osi->signature, rct->originatorSignatureValue))
    +            break;
    +    }
    +
    +    if (i == sk_CMS_SignerInfo_num(osis)) {
    +        CMSerr(CMS_F_CMS_RECEIPT_VERIFY, CMS_R_NO_MATCHING_SIGNATURE);
    +        goto err;
    +    }
    +
    +    si = sk_CMS_SignerInfo_value(sis, 0);
    +
    +    /* Get msgSigDigest value and compare */
    +
    +    msig = CMS_signed_get0_data_by_OBJ(si,
    +                                       OBJ_nid2obj
    +                                       (NID_id_smime_aa_msgSigDigest), -3,
    +                                       V_ASN1_OCTET_STRING);
    +
    +    if (!msig) {
    +        CMSerr(CMS_F_CMS_RECEIPT_VERIFY, CMS_R_NO_MSGSIGDIGEST);
    +        goto err;
    +    }
    +
    +    if (!cms_msgSigDigest(osi, dig, &diglen)) {
    +        CMSerr(CMS_F_CMS_RECEIPT_VERIFY, CMS_R_MSGSIGDIGEST_ERROR);
    +        goto err;
    +    }
    +
    +    if (diglen != (unsigned int)msig->length) {
    +        CMSerr(CMS_F_CMS_RECEIPT_VERIFY, CMS_R_MSGSIGDIGEST_WRONG_LENGTH);
    +        goto err;
    +    }
    +
    +    if (memcmp(dig, msig->data, diglen)) {
    +        CMSerr(CMS_F_CMS_RECEIPT_VERIFY,
    +               CMS_R_MSGSIGDIGEST_VERIFICATION_FAILURE);
    +        goto err;
    +    }
    +
    +    /* Compare content types */
    +
    +    octype = CMS_signed_get0_data_by_OBJ(osi,
    +                                         OBJ_nid2obj(NID_pkcs9_contentType),
    +                                         -3, V_ASN1_OBJECT);
    +    if (!octype) {
    +        CMSerr(CMS_F_CMS_RECEIPT_VERIFY, CMS_R_NO_CONTENT_TYPE);
    +        goto err;
    +    }
    +
    +    /* Compare details in receipt request */
    +
    +    if (OBJ_cmp(octype, rct->contentType)) {
    +        CMSerr(CMS_F_CMS_RECEIPT_VERIFY, CMS_R_CONTENT_TYPE_MISMATCH);
    +        goto err;
    +    }
    +
    +    /* Get original receipt request details */
    +
    +    if (CMS_get1_ReceiptRequest(osi, &rr) <= 0) {
    +        CMSerr(CMS_F_CMS_RECEIPT_VERIFY, CMS_R_NO_RECEIPT_REQUEST);
    +        goto err;
    +    }
    +
    +    if (ASN1_STRING_cmp(rr->signedContentIdentifier,
    +                        rct->signedContentIdentifier)) {
    +        CMSerr(CMS_F_CMS_RECEIPT_VERIFY, CMS_R_CONTENTIDENTIFIER_MISMATCH);
    +        goto err;
    +    }
    +
    +    r = 1;
    +
    + err:
    +    if (rr)
    +        CMS_ReceiptRequest_free(rr);
    +    if (rct)
    +        M_ASN1_free_of(rct, CMS_Receipt);
    +
    +    return r;
    +
    +}
    +
    +/*
    + * Encode a Receipt into an OCTET STRING read for including into content of a
    + * SignedData ContentInfo.
      */
     
     ASN1_OCTET_STRING *cms_encode_Receipt(CMS_SignerInfo *si)
    -	{
    -	CMS_Receipt rct;
    -	CMS_ReceiptRequest *rr = NULL;
    -	ASN1_OBJECT *ctype;
    -	ASN1_OCTET_STRING *os = NULL;
    -
    -	/* Get original receipt request */
    -
    -	/* Get original receipt request details */
    +{
    +    CMS_Receipt rct;
    +    CMS_ReceiptRequest *rr = NULL;
    +    ASN1_OBJECT *ctype;
    +    ASN1_OCTET_STRING *os = NULL;
     
    -	if (CMS_get1_ReceiptRequest(si, &rr) <= 0)
    -		{
    -		CMSerr(CMS_F_CMS_ENCODE_RECEIPT, CMS_R_NO_RECEIPT_REQUEST);
    -		goto err;
    -		}
    +    /* Get original receipt request */
     
    -	/* Get original content type */
    +    /* Get original receipt request details */
     
    -	ctype = CMS_signed_get0_data_by_OBJ(si,
    -				OBJ_nid2obj(NID_pkcs9_contentType),
    -					-3, V_ASN1_OBJECT);
    -	if (!ctype)
    -		{
    -		CMSerr(CMS_F_CMS_ENCODE_RECEIPT, CMS_R_NO_CONTENT_TYPE);
    -		goto err;
    -		}
    +    if (CMS_get1_ReceiptRequest(si, &rr) <= 0) {
    +        CMSerr(CMS_F_CMS_ENCODE_RECEIPT, CMS_R_NO_RECEIPT_REQUEST);
    +        goto err;
    +    }
     
    -	rct.version = 1;
    -	rct.contentType = ctype;
    -	rct.signedContentIdentifier = rr->signedContentIdentifier;
    -	rct.originatorSignatureValue = si->signature;
    +    /* Get original content type */
     
    -	os = ASN1_item_pack(&rct, ASN1_ITEM_rptr(CMS_Receipt), NULL);
    +    ctype = CMS_signed_get0_data_by_OBJ(si,
    +                                        OBJ_nid2obj(NID_pkcs9_contentType),
    +                                        -3, V_ASN1_OBJECT);
    +    if (!ctype) {
    +        CMSerr(CMS_F_CMS_ENCODE_RECEIPT, CMS_R_NO_CONTENT_TYPE);
    +        goto err;
    +    }
     
    -	err:
    -	if (rr)
    -		CMS_ReceiptRequest_free(rr);
    +    rct.version = 1;
    +    rct.contentType = ctype;
    +    rct.signedContentIdentifier = rr->signedContentIdentifier;
    +    rct.originatorSignatureValue = si->signature;
     
    -	return os;
    +    os = ASN1_item_pack(&rct, ASN1_ITEM_rptr(CMS_Receipt), NULL);
     
    -	}
    + err:
    +    if (rr)
    +        CMS_ReceiptRequest_free(rr);
     
    +    return os;
     
    +}
    diff --git a/openssl/crypto/cms/cms_io.c b/openssl/crypto/cms/cms_io.c
    index 1cb0264cc..ec51f8e68 100644
    --- a/openssl/crypto/cms/cms_io.c
    +++ b/openssl/crypto/cms/cms_io.c
    @@ -1,5 +1,6 @@
     /* crypto/cms/cms_io.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
      * project.
      */
     /* ====================================================================
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -59,75 +60,74 @@
     #include "cms_lcl.h"
     
     int CMS_stream(unsigned char ***boundary, CMS_ContentInfo *cms)
    -	{
    -	ASN1_OCTET_STRING **pos;
    -	pos = CMS_get0_content(cms);
    -	if (!pos)
    -		return 0;
    -	if (!*pos)
    -		*pos = ASN1_OCTET_STRING_new();
    -	if (*pos)
    -		{
    -		(*pos)->flags |= ASN1_STRING_FLAG_NDEF;
    -		(*pos)->flags &= ~ASN1_STRING_FLAG_CONT;
    -		*boundary = &(*pos)->data;
    -		return 1;
    -		}
    -	CMSerr(CMS_F_CMS_STREAM, ERR_R_MALLOC_FAILURE);
    -	return 0;
    -	}
    +{
    +    ASN1_OCTET_STRING **pos;
    +    pos = CMS_get0_content(cms);
    +    if (!pos)
    +        return 0;
    +    if (!*pos)
    +        *pos = ASN1_OCTET_STRING_new();
    +    if (*pos) {
    +        (*pos)->flags |= ASN1_STRING_FLAG_NDEF;
    +        (*pos)->flags &= ~ASN1_STRING_FLAG_CONT;
    +        *boundary = &(*pos)->data;
    +        return 1;
    +    }
    +    CMSerr(CMS_F_CMS_STREAM, ERR_R_MALLOC_FAILURE);
    +    return 0;
    +}
     
     CMS_ContentInfo *d2i_CMS_bio(BIO *bp, CMS_ContentInfo **cms)
    -	{
    -	return ASN1_item_d2i_bio(ASN1_ITEM_rptr(CMS_ContentInfo), bp, cms);
    -	}
    +{
    +    return ASN1_item_d2i_bio(ASN1_ITEM_rptr(CMS_ContentInfo), bp, cms);
    +}
     
     int i2d_CMS_bio(BIO *bp, CMS_ContentInfo *cms)
    -	{
    -	return ASN1_item_i2d_bio(ASN1_ITEM_rptr(CMS_ContentInfo), bp, cms);
    -	}
    +{
    +    return ASN1_item_i2d_bio(ASN1_ITEM_rptr(CMS_ContentInfo), bp, cms);
    +}
     
     IMPLEMENT_PEM_rw_const(CMS, CMS_ContentInfo, PEM_STRING_CMS, CMS_ContentInfo)
     
    -BIO *BIO_new_CMS(BIO *out, CMS_ContentInfo *cms) 
    -	{
    -	return BIO_new_NDEF(out, (ASN1_VALUE *)cms,
    -				ASN1_ITEM_rptr(CMS_ContentInfo));
    -	}
    +BIO *BIO_new_CMS(BIO *out, CMS_ContentInfo *cms)
    +{
    +    return BIO_new_NDEF(out, (ASN1_VALUE *)cms,
    +                        ASN1_ITEM_rptr(CMS_ContentInfo));
    +}
     
     /* CMS wrappers round generalised stream and MIME routines */
     
     int i2d_CMS_bio_stream(BIO *out, CMS_ContentInfo *cms, BIO *in, int flags)
    -	{
    -	return i2d_ASN1_bio_stream(out, (ASN1_VALUE *)cms, in, flags,
    -					ASN1_ITEM_rptr(CMS_ContentInfo));
    -	}
    +{
    +    return i2d_ASN1_bio_stream(out, (ASN1_VALUE *)cms, in, flags,
    +                               ASN1_ITEM_rptr(CMS_ContentInfo));
    +}
     
    -int PEM_write_bio_CMS_stream(BIO *out, CMS_ContentInfo *cms, BIO *in, int flags)
    -	{
    -	return PEM_write_bio_ASN1_stream(out, (ASN1_VALUE *) cms, in, flags,
    -					"CMS",
    -					ASN1_ITEM_rptr(CMS_ContentInfo));
    -	}
    +int PEM_write_bio_CMS_stream(BIO *out, CMS_ContentInfo *cms, BIO *in,
    +                             int flags)
    +{
    +    return PEM_write_bio_ASN1_stream(out, (ASN1_VALUE *)cms, in, flags,
    +                                     "CMS", ASN1_ITEM_rptr(CMS_ContentInfo));
    +}
     
     int SMIME_write_CMS(BIO *bio, CMS_ContentInfo *cms, BIO *data, int flags)
    -	{
    -	STACK_OF(X509_ALGOR) *mdalgs;
    -	int ctype_nid = OBJ_obj2nid(cms->contentType);
    -	int econt_nid = OBJ_obj2nid(CMS_get0_eContentType(cms));
    -	if (ctype_nid == NID_pkcs7_signed)
    -		mdalgs = cms->d.signedData->digestAlgorithms;
    -	else
    -		mdalgs = NULL;
    +{
    +    STACK_OF(X509_ALGOR) *mdalgs;
    +    int ctype_nid = OBJ_obj2nid(cms->contentType);
    +    int econt_nid = OBJ_obj2nid(CMS_get0_eContentType(cms));
    +    if (ctype_nid == NID_pkcs7_signed)
    +        mdalgs = cms->d.signedData->digestAlgorithms;
    +    else
    +        mdalgs = NULL;
     
    -	return SMIME_write_ASN1(bio, (ASN1_VALUE *)cms, data, flags,
    -					ctype_nid, econt_nid, mdalgs,
    -					ASN1_ITEM_rptr(CMS_ContentInfo));	
    -	}
    +    return SMIME_write_ASN1(bio, (ASN1_VALUE *)cms, data, flags,
    +                            ctype_nid, econt_nid, mdalgs,
    +                            ASN1_ITEM_rptr(CMS_ContentInfo));
    +}
     
     CMS_ContentInfo *SMIME_read_CMS(BIO *bio, BIO **bcont)
    -	{
    -	return (CMS_ContentInfo *)SMIME_read_ASN1(bio, bcont,
    -					ASN1_ITEM_rptr(CMS_ContentInfo));
    -	}
    -
    +{
    +    return (CMS_ContentInfo *)SMIME_read_ASN1(bio, bcont,
    +                                              ASN1_ITEM_rptr
    +                                              (CMS_ContentInfo));
    +}
    diff --git a/openssl/crypto/cms/cms_kari.c b/openssl/crypto/cms/cms_kari.c
    new file mode 100755
    index 000000000..f8a6cbadb
    --- /dev/null
    +++ b/openssl/crypto/cms/cms_kari.c
    @@ -0,0 +1,461 @@
    +/* crypto/cms/cms_kari.c */
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    + * project.
    + */
    +/* ====================================================================
    + * Copyright (c) 2013 The OpenSSL Project.  All rights reserved.
    + *
    + * Redistribution and use in source and binary forms, with or without
    + * modification, are permitted provided that the following conditions
    + * are met:
    + *
    + * 1. Redistributions of source code must retain the above copyright
    + *    notice, this list of conditions and the following disclaimer.
    + *
    + * 2. Redistributions in binary form must reproduce the above copyright
    + *    notice, this list of conditions and the following disclaimer in
    + *    the documentation and/or other materials provided with the
    + *    distribution.
    + *
    + * 3. All advertising materials mentioning features or use of this
    + *    software must display the following acknowledgment:
    + *    "This product includes software developed by the OpenSSL Project
    + *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
    + *
    + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
    + *    endorse or promote products derived from this software without
    + *    prior written permission. For written permission, please contact
    + *    licensing@OpenSSL.org.
    + *
    + * 5. Products derived from this software may not be called "OpenSSL"
    + *    nor may "OpenSSL" appear in their names without prior written
    + *    permission of the OpenSSL Project.
    + *
    + * 6. Redistributions of any form whatsoever must retain the following
    + *    acknowledgment:
    + *    "This product includes software developed by the OpenSSL Project
    + *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
    + *
    + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
    + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
    + * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
    + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
    + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
    + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
    + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
    + * OF THE POSSIBILITY OF SUCH DAMAGE.
    + * ====================================================================
    + */
    +
    +#include "cryptlib.h"
    +#include 
    +#include 
    +#include 
    +#include 
    +#include 
    +#include 
    +#include 
    +#include "cms_lcl.h"
    +#include "asn1_locl.h"
    +
    +DECLARE_ASN1_ITEM(CMS_KeyAgreeRecipientInfo)
    +DECLARE_ASN1_ITEM(CMS_RecipientEncryptedKey)
    +DECLARE_ASN1_ITEM(CMS_OriginatorPublicKey)
    +
    +/* Key Agreement Recipient Info (KARI) routines */
    +
    +int CMS_RecipientInfo_kari_get0_alg(CMS_RecipientInfo *ri,
    +                                    X509_ALGOR **palg,
    +                                    ASN1_OCTET_STRING **pukm)
    +{
    +    if (ri->type != CMS_RECIPINFO_AGREE) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_KARI_GET0_ALG,
    +               CMS_R_NOT_KEY_AGREEMENT);
    +        return 0;
    +    }
    +    if (palg)
    +        *palg = ri->d.kari->keyEncryptionAlgorithm;
    +    if (pukm)
    +        *pukm = ri->d.kari->ukm;
    +    return 1;
    +}
    +
    +/* Retrieve recipient encrypted keys from a kari */
    +
    +STACK_OF(CMS_RecipientEncryptedKey)
    +*CMS_RecipientInfo_kari_get0_reks(CMS_RecipientInfo *ri)
    +{
    +    if (ri->type != CMS_RECIPINFO_AGREE) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_KARI_GET0_REKS,
    +               CMS_R_NOT_KEY_AGREEMENT);
    +        return NULL;
    +    }
    +    return ri->d.kari->recipientEncryptedKeys;
    +}
    +
    +int CMS_RecipientInfo_kari_get0_orig_id(CMS_RecipientInfo *ri,
    +                                        X509_ALGOR **pubalg,
    +                                        ASN1_BIT_STRING **pubkey,
    +                                        ASN1_OCTET_STRING **keyid,
    +                                        X509_NAME **issuer,
    +                                        ASN1_INTEGER **sno)
    +{
    +    CMS_OriginatorIdentifierOrKey *oik;
    +    if (ri->type != CMS_RECIPINFO_AGREE) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_KARI_GET0_ORIG_ID,
    +               CMS_R_NOT_KEY_AGREEMENT);
    +        return 0;
    +    }
    +    oik = ri->d.kari->originator;
    +    if (issuer)
    +        *issuer = NULL;
    +    if (sno)
    +        *sno = NULL;
    +    if (keyid)
    +        *keyid = NULL;
    +    if (pubalg)
    +        *pubalg = NULL;
    +    if (pubkey)
    +        *pubkey = NULL;
    +    if (oik->type == CMS_OIK_ISSUER_SERIAL) {
    +        if (issuer)
    +            *issuer = oik->d.issuerAndSerialNumber->issuer;
    +        if (sno)
    +            *sno = oik->d.issuerAndSerialNumber->serialNumber;
    +    } else if (oik->type == CMS_OIK_KEYIDENTIFIER) {
    +        if (keyid)
    +            *keyid = oik->d.subjectKeyIdentifier;
    +    } else if (oik->type == CMS_OIK_PUBKEY) {
    +        if (pubalg)
    +            *pubalg = oik->d.originatorKey->algorithm;
    +        if (pubkey)
    +            *pubkey = oik->d.originatorKey->publicKey;
    +    } else
    +        return 0;
    +    return 1;
    +}
    +
    +int CMS_RecipientInfo_kari_orig_id_cmp(CMS_RecipientInfo *ri, X509 *cert)
    +{
    +    CMS_OriginatorIdentifierOrKey *oik;
    +    if (ri->type != CMS_RECIPINFO_AGREE) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_KARI_ORIG_ID_CMP,
    +               CMS_R_NOT_KEY_AGREEMENT);
    +        return -2;
    +    }
    +    oik = ri->d.kari->originator;
    +    if (oik->type == CMS_OIK_ISSUER_SERIAL)
    +        return cms_ias_cert_cmp(oik->d.issuerAndSerialNumber, cert);
    +    else if (oik->type == CMS_OIK_KEYIDENTIFIER)
    +        return cms_keyid_cert_cmp(oik->d.subjectKeyIdentifier, cert);
    +    return -1;
    +}
    +
    +int CMS_RecipientEncryptedKey_get0_id(CMS_RecipientEncryptedKey *rek,
    +                                      ASN1_OCTET_STRING **keyid,
    +                                      ASN1_GENERALIZEDTIME **tm,
    +                                      CMS_OtherKeyAttribute **other,
    +                                      X509_NAME **issuer, ASN1_INTEGER **sno)
    +{
    +    CMS_KeyAgreeRecipientIdentifier *rid = rek->rid;
    +    if (rid->type == CMS_REK_ISSUER_SERIAL) {
    +        if (issuer)
    +            *issuer = rid->d.issuerAndSerialNumber->issuer;
    +        if (sno)
    +            *sno = rid->d.issuerAndSerialNumber->serialNumber;
    +        if (keyid)
    +            *keyid = NULL;
    +        if (tm)
    +            *tm = NULL;
    +        if (other)
    +            *other = NULL;
    +    } else if (rid->type == CMS_REK_KEYIDENTIFIER) {
    +        if (keyid)
    +            *keyid = rid->d.rKeyId->subjectKeyIdentifier;
    +        if (tm)
    +            *tm = rid->d.rKeyId->date;
    +        if (other)
    +            *other = rid->d.rKeyId->other;
    +        if (issuer)
    +            *issuer = NULL;
    +        if (sno)
    +            *sno = NULL;
    +    } else
    +        return 0;
    +    return 1;
    +}
    +
    +int CMS_RecipientEncryptedKey_cert_cmp(CMS_RecipientEncryptedKey *rek,
    +                                       X509 *cert)
    +{
    +    CMS_KeyAgreeRecipientIdentifier *rid = rek->rid;
    +    if (rid->type == CMS_REK_ISSUER_SERIAL)
    +        return cms_ias_cert_cmp(rid->d.issuerAndSerialNumber, cert);
    +    else if (rid->type == CMS_REK_KEYIDENTIFIER)
    +        return cms_keyid_cert_cmp(rid->d.rKeyId->subjectKeyIdentifier, cert);
    +    else
    +        return -1;
    +}
    +
    +int CMS_RecipientInfo_kari_set0_pkey(CMS_RecipientInfo *ri, EVP_PKEY *pk)
    +{
    +    EVP_PKEY_CTX *pctx;
    +    CMS_KeyAgreeRecipientInfo *kari = ri->d.kari;
    +    if (kari->pctx) {
    +        EVP_PKEY_CTX_free(kari->pctx);
    +        kari->pctx = NULL;
    +    }
    +    if (!pk)
    +        return 1;
    +    pctx = EVP_PKEY_CTX_new(pk, NULL);
    +    if (!pctx || !EVP_PKEY_derive_init(pctx))
    +        goto err;
    +    kari->pctx = pctx;
    +    return 1;
    + err:
    +    if (pctx)
    +        EVP_PKEY_CTX_free(pctx);
    +    return 0;
    +}
    +
    +EVP_CIPHER_CTX *CMS_RecipientInfo_kari_get0_ctx(CMS_RecipientInfo *ri)
    +{
    +    if (ri->type == CMS_RECIPINFO_AGREE)
    +        return &ri->d.kari->ctx;
    +    return NULL;
    +}
    +
    +/*
    + * Derive KEK and decrypt/encrypt with it to produce either the original CEK
    + * or the encrypted CEK.
    + */
    +
    +static int cms_kek_cipher(unsigned char **pout, size_t *poutlen,
    +                          const unsigned char *in, size_t inlen,
    +                          CMS_KeyAgreeRecipientInfo *kari, int enc)
    +{
    +    /* Key encryption key */
    +    unsigned char kek[EVP_MAX_KEY_LENGTH];
    +    size_t keklen;
    +    int rv = 0;
    +    unsigned char *out = NULL;
    +    int outlen;
    +    keklen = EVP_CIPHER_CTX_key_length(&kari->ctx);
    +    if (keklen > EVP_MAX_KEY_LENGTH)
    +        return 0;
    +    /* Derive KEK */
    +    if (EVP_PKEY_derive(kari->pctx, kek, &keklen) <= 0)
    +        goto err;
    +    /* Set KEK in context */
    +    if (!EVP_CipherInit_ex(&kari->ctx, NULL, NULL, kek, NULL, enc))
    +        goto err;
    +    /* obtain output length of ciphered key */
    +    if (!EVP_CipherUpdate(&kari->ctx, NULL, &outlen, in, inlen))
    +        goto err;
    +    out = OPENSSL_malloc(outlen);
    +    if (!out)
    +        goto err;
    +    if (!EVP_CipherUpdate(&kari->ctx, out, &outlen, in, inlen))
    +        goto err;
    +    *pout = out;
    +    *poutlen = (size_t)outlen;
    +    rv = 1;
    +
    + err:
    +    OPENSSL_cleanse(kek, keklen);
    +    if (!rv && out)
    +        OPENSSL_free(out);
    +    EVP_CIPHER_CTX_cleanup(&kari->ctx);
    +    EVP_PKEY_CTX_free(kari->pctx);
    +    kari->pctx = NULL;
    +    return rv;
    +}
    +
    +int CMS_RecipientInfo_kari_decrypt(CMS_ContentInfo *cms,
    +                                   CMS_RecipientInfo *ri,
    +                                   CMS_RecipientEncryptedKey *rek)
    +{
    +    int rv = 0;
    +    unsigned char *enckey = NULL, *cek = NULL;
    +    size_t enckeylen;
    +    size_t ceklen;
    +    CMS_EncryptedContentInfo *ec;
    +    enckeylen = rek->encryptedKey->length;
    +    enckey = rek->encryptedKey->data;
    +    /* Setup all parameters to derive KEK */
    +    if (!cms_env_asn1_ctrl(ri, 1))
    +        goto err;
    +    /* Attempt to decrypt CEK */
    +    if (!cms_kek_cipher(&cek, &ceklen, enckey, enckeylen, ri->d.kari, 0))
    +        goto err;
    +    ec = cms->d.envelopedData->encryptedContentInfo;
    +    if (ec->key) {
    +        OPENSSL_cleanse(ec->key, ec->keylen);
    +        OPENSSL_free(ec->key);
    +    }
    +    ec->key = cek;
    +    ec->keylen = ceklen;
    +    cek = NULL;
    +    rv = 1;
    + err:
    +    if (cek)
    +        OPENSSL_free(cek);
    +    return rv;
    +}
    +
    +/* Create ephemeral key and initialise context based on it */
    +static int cms_kari_create_ephemeral_key(CMS_KeyAgreeRecipientInfo *kari,
    +                                         EVP_PKEY *pk)
    +{
    +    EVP_PKEY_CTX *pctx = NULL;
    +    EVP_PKEY *ekey = NULL;
    +    int rv = 0;
    +    pctx = EVP_PKEY_CTX_new(pk, NULL);
    +    if (!pctx)
    +        goto err;
    +    if (EVP_PKEY_keygen_init(pctx) <= 0)
    +        goto err;
    +    if (EVP_PKEY_keygen(pctx, &ekey) <= 0)
    +        goto err;
    +    EVP_PKEY_CTX_free(pctx);
    +    pctx = EVP_PKEY_CTX_new(ekey, NULL);
    +    if (!pctx)
    +        goto err;
    +    if (EVP_PKEY_derive_init(pctx) <= 0)
    +        goto err;
    +    kari->pctx = pctx;
    +    rv = 1;
    + err:
    +    if (!rv && pctx)
    +        EVP_PKEY_CTX_free(pctx);
    +    if (ekey)
    +        EVP_PKEY_free(ekey);
    +    return rv;
    +}
    +
    +/* Initialise a ktri based on passed certificate and key */
    +
    +int cms_RecipientInfo_kari_init(CMS_RecipientInfo *ri, X509 *recip,
    +                                EVP_PKEY *pk, unsigned int flags)
    +{
    +    CMS_KeyAgreeRecipientInfo *kari;
    +    CMS_RecipientEncryptedKey *rek = NULL;
    +
    +    ri->d.kari = M_ASN1_new_of(CMS_KeyAgreeRecipientInfo);
    +    if (!ri->d.kari)
    +        return 0;
    +    ri->type = CMS_RECIPINFO_AGREE;
    +
    +    kari = ri->d.kari;
    +    kari->version = 3;
    +
    +    rek = M_ASN1_new_of(CMS_RecipientEncryptedKey);
    +    if (!sk_CMS_RecipientEncryptedKey_push(kari->recipientEncryptedKeys, rek)) {
    +        M_ASN1_free_of(rek, CMS_RecipientEncryptedKey);
    +        return 0;
    +    }
    +
    +    if (flags & CMS_USE_KEYID) {
    +        rek->rid->type = CMS_REK_KEYIDENTIFIER;
    +        if (!cms_set1_keyid(&rek->rid->d.rKeyId->subjectKeyIdentifier, recip))
    +            return 0;
    +    } else {
    +        rek->rid->type = CMS_REK_ISSUER_SERIAL;
    +        if (!cms_set1_ias(&rek->rid->d.issuerAndSerialNumber, recip))
    +            return 0;
    +    }
    +
    +    /* Create ephemeral key */
    +    if (!cms_kari_create_ephemeral_key(kari, pk))
    +        return 0;
    +
    +    CRYPTO_add(&pk->references, 1, CRYPTO_LOCK_EVP_PKEY);
    +    rek->pkey = pk;
    +    return 1;
    +}
    +
    +static int cms_wrap_init(CMS_KeyAgreeRecipientInfo *kari,
    +                         const EVP_CIPHER *cipher)
    +{
    +    EVP_CIPHER_CTX *ctx = &kari->ctx;
    +    const EVP_CIPHER *kekcipher;
    +    int keylen = EVP_CIPHER_key_length(cipher);
    +    /* If a suitable wrap algorithm is already set nothing to do */
    +    kekcipher = EVP_CIPHER_CTX_cipher(ctx);
    +
    +    if (kekcipher) {
    +        if (EVP_CIPHER_CTX_mode(ctx) != EVP_CIPH_WRAP_MODE)
    +            return 0;
    +        return 1;
    +    }
    +    /*
    +     * Pick a cipher based on content encryption cipher. If it is DES3 use
    +     * DES3 wrap otherwise use AES wrap similar to key size.
    +     */
    +    if (EVP_CIPHER_type(cipher) == NID_des_ede3_cbc)
    +        kekcipher = EVP_des_ede3_wrap();
    +    else if (keylen <= 16)
    +        kekcipher = EVP_aes_128_wrap();
    +    else if (keylen <= 24)
    +        kekcipher = EVP_aes_192_wrap();
    +    else
    +        kekcipher = EVP_aes_256_wrap();
    +    return EVP_EncryptInit_ex(ctx, kekcipher, NULL, NULL, NULL);
    +}
    +
    +/* Encrypt content key in key agreement recipient info */
    +
    +int cms_RecipientInfo_kari_encrypt(CMS_ContentInfo *cms,
    +                                   CMS_RecipientInfo *ri)
    +{
    +    CMS_KeyAgreeRecipientInfo *kari;
    +    CMS_EncryptedContentInfo *ec;
    +    CMS_RecipientEncryptedKey *rek;
    +    STACK_OF(CMS_RecipientEncryptedKey) *reks;
    +    int i;
    +
    +    if (ri->type != CMS_RECIPINFO_AGREE) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_KARI_ENCRYPT, CMS_R_NOT_KEY_AGREEMENT);
    +        return 0;
    +    }
    +    kari = ri->d.kari;
    +    reks = kari->recipientEncryptedKeys;
    +    ec = cms->d.envelopedData->encryptedContentInfo;
    +    /* Initialise wrap algorithm parameters */
    +    if (!cms_wrap_init(kari, ec->cipher))
    +        return 0;
    +    /*
    +     * If no orignator key set up initialise for ephemeral key the public key
    +     * ASN1 structure will set the actual public key value.
    +     */
    +    if (kari->originator->type == -1) {
    +        CMS_OriginatorIdentifierOrKey *oik = kari->originator;
    +        oik->type = CMS_OIK_PUBKEY;
    +        oik->d.originatorKey = M_ASN1_new_of(CMS_OriginatorPublicKey);
    +        if (!oik->d.originatorKey)
    +            return 0;
    +    }
    +    /* Initialise KDF algorithm */
    +    if (!cms_env_asn1_ctrl(ri, 0))
    +        return 0;
    +    /* For each rek, derive KEK, encrypt CEK */
    +    for (i = 0; i < sk_CMS_RecipientEncryptedKey_num(reks); i++) {
    +        unsigned char *enckey;
    +        size_t enckeylen;
    +        rek = sk_CMS_RecipientEncryptedKey_value(reks, i);
    +        if (EVP_PKEY_derive_set_peer(kari->pctx, rek->pkey) <= 0)
    +            return 0;
    +        if (!cms_kek_cipher(&enckey, &enckeylen, ec->key, ec->keylen,
    +                            kari, 1))
    +            return 0;
    +        ASN1_STRING_set0(rek->encryptedKey, enckey, enckeylen);
    +    }
    +
    +    return 1;
    +
    +}
    diff --git a/openssl/crypto/cms/cms_lcl.h b/openssl/crypto/cms/cms_lcl.h
    index a9f973015..20f2c25f5 100644
    --- a/openssl/crypto/cms/cms_lcl.h
    +++ b/openssl/crypto/cms/cms_lcl.h
    @@ -1,5 +1,6 @@
     /* crypto/cms/cms_lcl.h */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
      * project.
      */
     /* ====================================================================
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -52,16 +53,16 @@
      */
     
     #ifndef HEADER_CMS_LCL_H
    -#define HEADER_CMS_LCL_H
    +# define HEADER_CMS_LCL_H
     
     #ifdef __cplusplus
     extern "C" {
     #endif
     
    -#include 
    +# include 
     
    -/* Cryptographic message syntax (CMS) structures: taken
    - * from RFC3852
    +/*
    + * Cryptographic message syntax (CMS) structures: taken from RFC3852
      */
     
     /* Forward references */
    @@ -83,333 +84,309 @@ typedef struct CMS_KeyTransRecipientInfo_st CMS_KeyTransRecipientInfo;
     typedef struct CMS_OriginatorPublicKey_st CMS_OriginatorPublicKey;
     typedef struct CMS_OriginatorIdentifierOrKey_st CMS_OriginatorIdentifierOrKey;
     typedef struct CMS_KeyAgreeRecipientInfo_st CMS_KeyAgreeRecipientInfo;
    -typedef struct CMS_OtherKeyAttribute_st CMS_OtherKeyAttribute;
     typedef struct CMS_RecipientKeyIdentifier_st CMS_RecipientKeyIdentifier;
    -typedef struct CMS_KeyAgreeRecipientIdentifier_st CMS_KeyAgreeRecipientIdentifier;
    -typedef struct CMS_RecipientEncryptedKey_st CMS_RecipientEncryptedKey;
    +typedef struct CMS_KeyAgreeRecipientIdentifier_st
    +    CMS_KeyAgreeRecipientIdentifier;
     typedef struct CMS_KEKIdentifier_st CMS_KEKIdentifier;
     typedef struct CMS_KEKRecipientInfo_st CMS_KEKRecipientInfo;
     typedef struct CMS_PasswordRecipientInfo_st CMS_PasswordRecipientInfo;
     typedef struct CMS_OtherRecipientInfo_st CMS_OtherRecipientInfo;
     typedef struct CMS_ReceiptsFrom_st CMS_ReceiptsFrom;
     
    -struct CMS_ContentInfo_st
    -	{
    -	ASN1_OBJECT *contentType;
    -	union	{
    -		ASN1_OCTET_STRING *data;
    -		CMS_SignedData *signedData;
    -		CMS_EnvelopedData *envelopedData;
    -		CMS_DigestedData *digestedData;
    -		CMS_EncryptedData *encryptedData;
    -		CMS_AuthenticatedData *authenticatedData;
    -		CMS_CompressedData *compressedData;
    -		ASN1_TYPE *other;
    -		/* Other types ... */
    -		void *otherData;
    -		} d;
    -	};
    -
    -struct CMS_SignedData_st
    -	{
    -	long version;
    -	STACK_OF(X509_ALGOR) *digestAlgorithms;
    -	CMS_EncapsulatedContentInfo *encapContentInfo;
    -	STACK_OF(CMS_CertificateChoices) *certificates;
    -	STACK_OF(CMS_RevocationInfoChoice) *crls;
    -	STACK_OF(CMS_SignerInfo) *signerInfos;
    -	};
    - 
    -struct CMS_EncapsulatedContentInfo_st
    -	{
    -	ASN1_OBJECT *eContentType;
    -	ASN1_OCTET_STRING *eContent;
    -	/* Set to 1 if incomplete structure only part set up */
    -	int partial;
    -	};
    -
    -struct CMS_SignerInfo_st
    -	{
    -	long version;
    -	CMS_SignerIdentifier *sid;
    -	X509_ALGOR *digestAlgorithm;
    -	STACK_OF(X509_ATTRIBUTE) *signedAttrs;
    -	X509_ALGOR *signatureAlgorithm;
    -	ASN1_OCTET_STRING *signature;
    -	STACK_OF(X509_ATTRIBUTE) *unsignedAttrs;
    -	/* Signing certificate and key */
    -	X509 *signer;
    -	EVP_PKEY *pkey;
    -	};
    -
    -struct CMS_SignerIdentifier_st
    -	{
    -	int type;
    -	union	{
    -		CMS_IssuerAndSerialNumber *issuerAndSerialNumber;
    -		ASN1_OCTET_STRING *subjectKeyIdentifier;
    -		} d;
    -	};
    -
    -struct CMS_EnvelopedData_st
    -	{
    -	long version;
    -	CMS_OriginatorInfo *originatorInfo;
    -	STACK_OF(CMS_RecipientInfo) *recipientInfos;
    -	CMS_EncryptedContentInfo *encryptedContentInfo;
    -	STACK_OF(X509_ATTRIBUTE) *unprotectedAttrs;
    -	};
    -
    -struct CMS_OriginatorInfo_st
    -	{
    -	STACK_OF(CMS_CertificateChoices) *certificates;
    -	STACK_OF(CMS_RevocationInfoChoice) *crls;
    -	};
    -
    -struct CMS_EncryptedContentInfo_st
    -	{
    -	ASN1_OBJECT *contentType;
    -	X509_ALGOR *contentEncryptionAlgorithm;
    -	ASN1_OCTET_STRING *encryptedContent;
    -	/* Content encryption algorithm and key */
    -	const EVP_CIPHER *cipher;
    -	unsigned char *key;
    -	size_t keylen;
    -	/* Set to 1 if we are debugging decrypt and don't fake keys for MMA */
    -	int debug;
    -	};
    -
    -struct CMS_RecipientInfo_st
    -	{
    - 	int type;
    - 	union	{
    -  	 	CMS_KeyTransRecipientInfo *ktri;
    -   		CMS_KeyAgreeRecipientInfo *kari;
    -   		CMS_KEKRecipientInfo *kekri;
    -		CMS_PasswordRecipientInfo *pwri;
    -		CMS_OtherRecipientInfo *ori;
    -		} d;
    -	};
    +struct CMS_ContentInfo_st {
    +    ASN1_OBJECT *contentType;
    +    union {
    +        ASN1_OCTET_STRING *data;
    +        CMS_SignedData *signedData;
    +        CMS_EnvelopedData *envelopedData;
    +        CMS_DigestedData *digestedData;
    +        CMS_EncryptedData *encryptedData;
    +        CMS_AuthenticatedData *authenticatedData;
    +        CMS_CompressedData *compressedData;
    +        ASN1_TYPE *other;
    +        /* Other types ... */
    +        void *otherData;
    +    } d;
    +};
    +
    +struct CMS_SignedData_st {
    +    long version;
    +    STACK_OF(X509_ALGOR) *digestAlgorithms;
    +    CMS_EncapsulatedContentInfo *encapContentInfo;
    +    STACK_OF(CMS_CertificateChoices) *certificates;
    +    STACK_OF(CMS_RevocationInfoChoice) *crls;
    +    STACK_OF(CMS_SignerInfo) *signerInfos;
    +};
    +
    +struct CMS_EncapsulatedContentInfo_st {
    +    ASN1_OBJECT *eContentType;
    +    ASN1_OCTET_STRING *eContent;
    +    /* Set to 1 if incomplete structure only part set up */
    +    int partial;
    +};
    +
    +struct CMS_SignerInfo_st {
    +    long version;
    +    CMS_SignerIdentifier *sid;
    +    X509_ALGOR *digestAlgorithm;
    +    STACK_OF(X509_ATTRIBUTE) *signedAttrs;
    +    X509_ALGOR *signatureAlgorithm;
    +    ASN1_OCTET_STRING *signature;
    +    STACK_OF(X509_ATTRIBUTE) *unsignedAttrs;
    +    /* Signing certificate and key */
    +    X509 *signer;
    +    EVP_PKEY *pkey;
    +    /* Digest and public key context for alternative parameters */
    +    EVP_MD_CTX mctx;
    +    EVP_PKEY_CTX *pctx;
    +};
    +
    +struct CMS_SignerIdentifier_st {
    +    int type;
    +    union {
    +        CMS_IssuerAndSerialNumber *issuerAndSerialNumber;
    +        ASN1_OCTET_STRING *subjectKeyIdentifier;
    +    } d;
    +};
    +
    +struct CMS_EnvelopedData_st {
    +    long version;
    +    CMS_OriginatorInfo *originatorInfo;
    +    STACK_OF(CMS_RecipientInfo) *recipientInfos;
    +    CMS_EncryptedContentInfo *encryptedContentInfo;
    +    STACK_OF(X509_ATTRIBUTE) *unprotectedAttrs;
    +};
    +
    +struct CMS_OriginatorInfo_st {
    +    STACK_OF(CMS_CertificateChoices) *certificates;
    +    STACK_OF(CMS_RevocationInfoChoice) *crls;
    +};
    +
    +struct CMS_EncryptedContentInfo_st {
    +    ASN1_OBJECT *contentType;
    +    X509_ALGOR *contentEncryptionAlgorithm;
    +    ASN1_OCTET_STRING *encryptedContent;
    +    /* Content encryption algorithm and key */
    +    const EVP_CIPHER *cipher;
    +    unsigned char *key;
    +    size_t keylen;
    +    /* Set to 1 if we are debugging decrypt and don't fake keys for MMA */
    +    int debug;
    +};
    +
    +struct CMS_RecipientInfo_st {
    +    int type;
    +    union {
    +        CMS_KeyTransRecipientInfo *ktri;
    +        CMS_KeyAgreeRecipientInfo *kari;
    +        CMS_KEKRecipientInfo *kekri;
    +        CMS_PasswordRecipientInfo *pwri;
    +        CMS_OtherRecipientInfo *ori;
    +    } d;
    +};
     
     typedef CMS_SignerIdentifier CMS_RecipientIdentifier;
     
    -struct CMS_KeyTransRecipientInfo_st
    -	{
    -	long version;
    -	CMS_RecipientIdentifier *rid;
    -	X509_ALGOR *keyEncryptionAlgorithm;
    -	ASN1_OCTET_STRING *encryptedKey;
    -	/* Recipient Key and cert */
    -	X509 *recip;
    -	EVP_PKEY *pkey;
    -	};
    -
    -struct CMS_KeyAgreeRecipientInfo_st
    -	{
    -	long version;
    -	CMS_OriginatorIdentifierOrKey *originator;
    -	ASN1_OCTET_STRING *ukm;
    - 	X509_ALGOR *keyEncryptionAlgorithm;
    -	STACK_OF(CMS_RecipientEncryptedKey) *recipientEncryptedKeys;
    -	};
    -
    -struct CMS_OriginatorIdentifierOrKey_st
    -	{
    -	int type;
    -	union	{
    -		CMS_IssuerAndSerialNumber *issuerAndSerialNumber;
    -		ASN1_OCTET_STRING *subjectKeyIdentifier;
    -		CMS_OriginatorPublicKey *originatorKey;
    -		} d;
    -	};
    -
    -struct CMS_OriginatorPublicKey_st
    -	{
    -	X509_ALGOR *algorithm;
    -	ASN1_BIT_STRING *publicKey;
    -	};
    -
    -struct CMS_RecipientEncryptedKey_st
    -	{
    - 	CMS_KeyAgreeRecipientIdentifier *rid;
    - 	ASN1_OCTET_STRING *encryptedKey;
    -	};
    -
    -struct CMS_KeyAgreeRecipientIdentifier_st
    -	{
    -	int type;
    -	union	{
    -		CMS_IssuerAndSerialNumber *issuerAndSerialNumber;
    -		CMS_RecipientKeyIdentifier *rKeyId;
    -		} d;
    -	};
    -
    -struct CMS_RecipientKeyIdentifier_st
    -	{
    - 	ASN1_OCTET_STRING *subjectKeyIdentifier;
    - 	ASN1_GENERALIZEDTIME *date;
    - 	CMS_OtherKeyAttribute *other;
    -	};
    -
    -struct CMS_KEKRecipientInfo_st
    -	{
    - 	long version;
    - 	CMS_KEKIdentifier *kekid;
    - 	X509_ALGOR *keyEncryptionAlgorithm;
    - 	ASN1_OCTET_STRING *encryptedKey;
    -	/* Extra info: symmetric key to use */
    -	unsigned char *key;
    -	size_t keylen;
    -	};
    -
    -struct CMS_KEKIdentifier_st
    -	{
    - 	ASN1_OCTET_STRING *keyIdentifier;
    - 	ASN1_GENERALIZEDTIME *date;
    - 	CMS_OtherKeyAttribute *other;
    -	};
    -
    -struct CMS_PasswordRecipientInfo_st
    -	{
    - 	long version;
    - 	X509_ALGOR *keyDerivationAlgorithm;
    - 	X509_ALGOR *keyEncryptionAlgorithm;
    - 	ASN1_OCTET_STRING *encryptedKey;
    -	/* Extra info: password to use */
    -	unsigned char *pass;
    -	size_t passlen;
    -	};
    -
    -struct CMS_OtherRecipientInfo_st
    -	{
    - 	ASN1_OBJECT *oriType;
    - 	ASN1_TYPE *oriValue;
    -	};
    -
    -struct CMS_DigestedData_st
    -	{
    -	long version;
    -	X509_ALGOR *digestAlgorithm;
    -	CMS_EncapsulatedContentInfo *encapContentInfo;
    -	ASN1_OCTET_STRING *digest;
    -	};
    -
    -struct CMS_EncryptedData_st
    -	{
    -	long version;
    -	CMS_EncryptedContentInfo *encryptedContentInfo;
    -	STACK_OF(X509_ATTRIBUTE) *unprotectedAttrs;
    -	};
    -
    -struct CMS_AuthenticatedData_st
    -	{
    -	long version;
    -	CMS_OriginatorInfo *originatorInfo;
    -	STACK_OF(CMS_RecipientInfo) *recipientInfos;
    -	X509_ALGOR *macAlgorithm;
    -	X509_ALGOR *digestAlgorithm;
    -	CMS_EncapsulatedContentInfo *encapContentInfo;
    -	STACK_OF(X509_ATTRIBUTE) *authAttrs;
    -	ASN1_OCTET_STRING *mac;
    -	STACK_OF(X509_ATTRIBUTE) *unauthAttrs;
    -	};
    -
    -struct CMS_CompressedData_st
    -	{
    -	long version;
    -	X509_ALGOR *compressionAlgorithm;
    -	STACK_OF(CMS_RecipientInfo) *recipientInfos;
    -	CMS_EncapsulatedContentInfo *encapContentInfo;
    -	};
    -
    -struct CMS_RevocationInfoChoice_st
    -	{
    -	int type;
    -	union	{
    -		X509_CRL *crl;
    -		CMS_OtherRevocationInfoFormat *other;
    -		} d;
    -	};
    -
    -#define CMS_REVCHOICE_CRL		0
    -#define CMS_REVCHOICE_OTHER		1
    -
    -struct CMS_OtherRevocationInfoFormat_st
    -	{
    -	ASN1_OBJECT *otherRevInfoFormat;
    - 	ASN1_TYPE *otherRevInfo;
    -	};
    -
    -struct CMS_CertificateChoices
    -	{
    -	int type;
    -		union {
    -		X509 *certificate;
    -		ASN1_STRING *extendedCertificate;	/* Obsolete */
    -		ASN1_STRING *v1AttrCert;	/* Left encoded for now */
    -		ASN1_STRING *v2AttrCert;	/* Left encoded for now */
    -		CMS_OtherCertificateFormat *other;
    -		} d;
    -	};
    -
    -#define CMS_CERTCHOICE_CERT		0
    -#define CMS_CERTCHOICE_EXCERT		1
    -#define CMS_CERTCHOICE_V1ACERT		2
    -#define CMS_CERTCHOICE_V2ACERT		3
    -#define CMS_CERTCHOICE_OTHER		4
    -
    -struct CMS_OtherCertificateFormat_st
    -	{
    -	ASN1_OBJECT *otherCertFormat;
    - 	ASN1_TYPE *otherCert;
    -	};
    -
    -/* This is also defined in pkcs7.h but we duplicate it
    - * to allow the CMS code to be independent of PKCS#7
    +struct CMS_KeyTransRecipientInfo_st {
    +    long version;
    +    CMS_RecipientIdentifier *rid;
    +    X509_ALGOR *keyEncryptionAlgorithm;
    +    ASN1_OCTET_STRING *encryptedKey;
    +    /* Recipient Key and cert */
    +    X509 *recip;
    +    EVP_PKEY *pkey;
    +    /* Public key context for this operation */
    +    EVP_PKEY_CTX *pctx;
    +};
    +
    +struct CMS_KeyAgreeRecipientInfo_st {
    +    long version;
    +    CMS_OriginatorIdentifierOrKey *originator;
    +    ASN1_OCTET_STRING *ukm;
    +    X509_ALGOR *keyEncryptionAlgorithm;
    +    STACK_OF(CMS_RecipientEncryptedKey) *recipientEncryptedKeys;
    +    /* Public key context associated with current operation */
    +    EVP_PKEY_CTX *pctx;
    +    /* Cipher context for CEK wrapping */
    +    EVP_CIPHER_CTX ctx;
    +};
    +
    +struct CMS_OriginatorIdentifierOrKey_st {
    +    int type;
    +    union {
    +        CMS_IssuerAndSerialNumber *issuerAndSerialNumber;
    +        ASN1_OCTET_STRING *subjectKeyIdentifier;
    +        CMS_OriginatorPublicKey *originatorKey;
    +    } d;
    +};
    +
    +struct CMS_OriginatorPublicKey_st {
    +    X509_ALGOR *algorithm;
    +    ASN1_BIT_STRING *publicKey;
    +};
    +
    +struct CMS_RecipientEncryptedKey_st {
    +    CMS_KeyAgreeRecipientIdentifier *rid;
    +    ASN1_OCTET_STRING *encryptedKey;
    +    /* Public key associated with this recipient */
    +    EVP_PKEY *pkey;
    +};
    +
    +struct CMS_KeyAgreeRecipientIdentifier_st {
    +    int type;
    +    union {
    +        CMS_IssuerAndSerialNumber *issuerAndSerialNumber;
    +        CMS_RecipientKeyIdentifier *rKeyId;
    +    } d;
    +};
    +
    +struct CMS_RecipientKeyIdentifier_st {
    +    ASN1_OCTET_STRING *subjectKeyIdentifier;
    +    ASN1_GENERALIZEDTIME *date;
    +    CMS_OtherKeyAttribute *other;
    +};
    +
    +struct CMS_KEKRecipientInfo_st {
    +    long version;
    +    CMS_KEKIdentifier *kekid;
    +    X509_ALGOR *keyEncryptionAlgorithm;
    +    ASN1_OCTET_STRING *encryptedKey;
    +    /* Extra info: symmetric key to use */
    +    unsigned char *key;
    +    size_t keylen;
    +};
    +
    +struct CMS_KEKIdentifier_st {
    +    ASN1_OCTET_STRING *keyIdentifier;
    +    ASN1_GENERALIZEDTIME *date;
    +    CMS_OtherKeyAttribute *other;
    +};
    +
    +struct CMS_PasswordRecipientInfo_st {
    +    long version;
    +    X509_ALGOR *keyDerivationAlgorithm;
    +    X509_ALGOR *keyEncryptionAlgorithm;
    +    ASN1_OCTET_STRING *encryptedKey;
    +    /* Extra info: password to use */
    +    unsigned char *pass;
    +    size_t passlen;
    +};
    +
    +struct CMS_OtherRecipientInfo_st {
    +    ASN1_OBJECT *oriType;
    +    ASN1_TYPE *oriValue;
    +};
    +
    +struct CMS_DigestedData_st {
    +    long version;
    +    X509_ALGOR *digestAlgorithm;
    +    CMS_EncapsulatedContentInfo *encapContentInfo;
    +    ASN1_OCTET_STRING *digest;
    +};
    +
    +struct CMS_EncryptedData_st {
    +    long version;
    +    CMS_EncryptedContentInfo *encryptedContentInfo;
    +    STACK_OF(X509_ATTRIBUTE) *unprotectedAttrs;
    +};
    +
    +struct CMS_AuthenticatedData_st {
    +    long version;
    +    CMS_OriginatorInfo *originatorInfo;
    +    STACK_OF(CMS_RecipientInfo) *recipientInfos;
    +    X509_ALGOR *macAlgorithm;
    +    X509_ALGOR *digestAlgorithm;
    +    CMS_EncapsulatedContentInfo *encapContentInfo;
    +    STACK_OF(X509_ATTRIBUTE) *authAttrs;
    +    ASN1_OCTET_STRING *mac;
    +    STACK_OF(X509_ATTRIBUTE) *unauthAttrs;
    +};
    +
    +struct CMS_CompressedData_st {
    +    long version;
    +    X509_ALGOR *compressionAlgorithm;
    +    STACK_OF(CMS_RecipientInfo) *recipientInfos;
    +    CMS_EncapsulatedContentInfo *encapContentInfo;
    +};
    +
    +struct CMS_RevocationInfoChoice_st {
    +    int type;
    +    union {
    +        X509_CRL *crl;
    +        CMS_OtherRevocationInfoFormat *other;
    +    } d;
    +};
    +
    +# define CMS_REVCHOICE_CRL               0
    +# define CMS_REVCHOICE_OTHER             1
    +
    +struct CMS_OtherRevocationInfoFormat_st {
    +    ASN1_OBJECT *otherRevInfoFormat;
    +    ASN1_TYPE *otherRevInfo;
    +};
    +
    +struct CMS_CertificateChoices {
    +    int type;
    +    union {
    +        X509 *certificate;
    +        ASN1_STRING *extendedCertificate; /* Obsolete */
    +        ASN1_STRING *v1AttrCert; /* Left encoded for now */
    +        ASN1_STRING *v2AttrCert; /* Left encoded for now */
    +        CMS_OtherCertificateFormat *other;
    +    } d;
    +};
    +
    +# define CMS_CERTCHOICE_CERT             0
    +# define CMS_CERTCHOICE_EXCERT           1
    +# define CMS_CERTCHOICE_V1ACERT          2
    +# define CMS_CERTCHOICE_V2ACERT          3
    +# define CMS_CERTCHOICE_OTHER            4
    +
    +struct CMS_OtherCertificateFormat_st {
    +    ASN1_OBJECT *otherCertFormat;
    +    ASN1_TYPE *otherCert;
    +};
    +
    +/*
    + * This is also defined in pkcs7.h but we duplicate it to allow the CMS code
    + * to be independent of PKCS#7
      */
     
    -struct CMS_IssuerAndSerialNumber_st
    -	{
    -	X509_NAME *issuer;
    -	ASN1_INTEGER *serialNumber;
    -	};
    +struct CMS_IssuerAndSerialNumber_st {
    +    X509_NAME *issuer;
    +    ASN1_INTEGER *serialNumber;
    +};
     
    -struct CMS_OtherKeyAttribute_st
    -	{
    -	ASN1_OBJECT *keyAttrId;
    - 	ASN1_TYPE *keyAttr;
    -	};
    +struct CMS_OtherKeyAttribute_st {
    +    ASN1_OBJECT *keyAttrId;
    +    ASN1_TYPE *keyAttr;
    +};
     
     /* ESS structures */
     
    -#ifdef HEADER_X509V3_H
    -
    -struct CMS_ReceiptRequest_st
    -	{
    -	ASN1_OCTET_STRING *signedContentIdentifier;
    -	CMS_ReceiptsFrom *receiptsFrom;
    -	STACK_OF(GENERAL_NAMES) *receiptsTo;
    -	};
    -
    -
    -struct CMS_ReceiptsFrom_st
    -	{
    -	int type;
    -	union
    -		{
    -		long allOrFirstTier;
    -		STACK_OF(GENERAL_NAMES) *receiptList;
    -		} d;
    -	};
    -#endif
    -
    -struct CMS_Receipt_st
    -	{
    -	long version;
    -	ASN1_OBJECT *contentType;
    -	ASN1_OCTET_STRING *signedContentIdentifier;
    -	ASN1_OCTET_STRING *originatorSignatureValue;
    -	};
    +# ifdef HEADER_X509V3_H
    +
    +struct CMS_ReceiptRequest_st {
    +    ASN1_OCTET_STRING *signedContentIdentifier;
    +    CMS_ReceiptsFrom *receiptsFrom;
    +    STACK_OF(GENERAL_NAMES) *receiptsTo;
    +};
    +
    +struct CMS_ReceiptsFrom_st {
    +    int type;
    +    union {
    +        long allOrFirstTier;
    +        STACK_OF(GENERAL_NAMES) *receiptList;
    +    } d;
    +};
    +# endif
    +
    +struct CMS_Receipt_st {
    +    long version;
    +    ASN1_OBJECT *contentType;
    +    ASN1_OCTET_STRING *signedContentIdentifier;
    +    ASN1_OCTET_STRING *originatorSignatureValue;
    +};
     
     DECLARE_ASN1_FUNCTIONS(CMS_ContentInfo)
     DECLARE_ASN1_ITEM(CMS_SignerInfo)
    @@ -420,11 +397,18 @@ DECLARE_ASN1_ITEM(CMS_RecipientInfo)
     DECLARE_ASN1_ITEM(CMS_PasswordRecipientInfo)
     DECLARE_ASN1_ALLOC_FUNCTIONS(CMS_IssuerAndSerialNumber)
     
    -#define CMS_SIGNERINFO_ISSUER_SERIAL	0
    -#define CMS_SIGNERINFO_KEYIDENTIFIER	1
    +# define CMS_SIGNERINFO_ISSUER_SERIAL    0
    +# define CMS_SIGNERINFO_KEYIDENTIFIER    1
    +
    +# define CMS_RECIPINFO_ISSUER_SERIAL     0
    +# define CMS_RECIPINFO_KEYIDENTIFIER     1
     
    -#define CMS_RECIPINFO_ISSUER_SERIAL	0
    -#define CMS_RECIPINFO_KEYIDENTIFIER	1
    +# define CMS_REK_ISSUER_SERIAL           0
    +# define CMS_REK_KEYIDENTIFIER           1
    +
    +# define CMS_OIK_ISSUER_SERIAL           0
    +# define CMS_OIK_KEYIDENTIFIER           1
    +# define CMS_OIK_PUBKEY                  2
     
     BIO *cms_content_bio(CMS_ContentInfo *cms);
     
    @@ -436,10 +420,12 @@ int cms_DigestedData_do_final(CMS_ContentInfo *cms, BIO *chain, int verify);
     
     BIO *cms_SignedData_init_bio(CMS_ContentInfo *cms);
     int cms_SignedData_final(CMS_ContentInfo *cms, BIO *chain);
    -int cms_set1_SignerIdentifier(CMS_SignerIdentifier *sid, X509 *cert, int type);
    +int cms_set1_SignerIdentifier(CMS_SignerIdentifier *sid, X509 *cert,
    +                              int type);
     int cms_SignerIdentifier_get0_signer_id(CMS_SignerIdentifier *sid,
    -					ASN1_OCTET_STRING **keyid,
    -					X509_NAME **issuer, ASN1_INTEGER **sno);
    +                                        ASN1_OCTET_STRING **keyid,
    +                                        X509_NAME **issuer,
    +                                        ASN1_INTEGER **sno);
     int cms_SignerIdentifier_cert_cmp(CMS_SignerIdentifier *sid, X509 *cert);
     
     CMS_ContentInfo *cms_CompressedData_create(int comp_nid);
    @@ -448,13 +434,18 @@ BIO *cms_CompressedData_init_bio(CMS_ContentInfo *cms);
     void cms_DigestAlgorithm_set(X509_ALGOR *alg, const EVP_MD *md);
     BIO *cms_DigestAlgorithm_init_bio(X509_ALGOR *digestAlgorithm);
     int cms_DigestAlgorithm_find_ctx(EVP_MD_CTX *mctx, BIO *chain,
    -					X509_ALGOR *mdalg);
    +                                 X509_ALGOR *mdalg);
    +
    +int cms_ias_cert_cmp(CMS_IssuerAndSerialNumber *ias, X509 *cert);
    +int cms_keyid_cert_cmp(ASN1_OCTET_STRING *keyid, X509 *cert);
    +int cms_set1_ias(CMS_IssuerAndSerialNumber **pias, X509 *cert);
    +int cms_set1_keyid(ASN1_OCTET_STRING **pkeyid, X509 *cert);
     
     BIO *cms_EncryptedContent_init_bio(CMS_EncryptedContentInfo *ec);
     BIO *cms_EncryptedData_init_bio(CMS_ContentInfo *cms);
    -int cms_EncryptedContent_init(CMS_EncryptedContentInfo *ec, 
    -				const EVP_CIPHER *cipher,
    -				const unsigned char *key, size_t keylen);
    +int cms_EncryptedContent_init(CMS_EncryptedContentInfo *ec,
    +                              const EVP_CIPHER *cipher,
    +                              const unsigned char *key, size_t keylen);
     
     int cms_Receipt_verify(CMS_ContentInfo *cms, CMS_ContentInfo *req_cms);
     int cms_msgSigDigest_add1(CMS_SignerInfo *dest, CMS_SignerInfo *src);
    @@ -462,11 +453,18 @@ ASN1_OCTET_STRING *cms_encode_Receipt(CMS_SignerInfo *si);
     
     BIO *cms_EnvelopedData_init_bio(CMS_ContentInfo *cms);
     CMS_EnvelopedData *cms_get0_enveloped(CMS_ContentInfo *cms);
    +int cms_env_asn1_ctrl(CMS_RecipientInfo *ri, int cmd);
    +int cms_pkey_get_ri_type(EVP_PKEY *pk);
    +/* KARI routines */
    +int cms_RecipientInfo_kari_init(CMS_RecipientInfo *ri, X509 *recip,
    +                                EVP_PKEY *pk, unsigned int flags);
    +int cms_RecipientInfo_kari_encrypt(CMS_ContentInfo *cms,
    +                                   CMS_RecipientInfo *ri);
     
     /* PWRI routines */
     int cms_RecipientInfo_pwri_crypt(CMS_ContentInfo *cms, CMS_RecipientInfo *ri,
    -							int en_de);
    -	
    +                                 int en_de);
    +
     #ifdef  __cplusplus
     }
     #endif
    diff --git a/openssl/crypto/cms/cms_lib.c b/openssl/crypto/cms/cms_lib.c
    index ba08279a0..d6cb60d02 100644
    --- a/openssl/crypto/cms/cms_lib.c
    +++ b/openssl/crypto/cms/cms_lib.c
    @@ -1,5 +1,6 @@
     /* crypto/cms/cms_lib.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
      * project.
      */
     /* ====================================================================
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -52,7 +53,7 @@
      */
     
     #include 
    -#include 
    +#include 
     #include 
     #include 
     #include 
    @@ -69,554 +70,583 @@ DECLARE_STACK_OF(CMS_CertificateChoices)
     DECLARE_STACK_OF(CMS_RevocationInfoChoice)
     
     const ASN1_OBJECT *CMS_get0_type(CMS_ContentInfo *cms)
    -	{
    -	return cms->contentType;
    -	}
    +{
    +    return cms->contentType;
    +}
     
     CMS_ContentInfo *cms_Data_create(void)
    -	{
    -	CMS_ContentInfo *cms;
    -	cms = CMS_ContentInfo_new();
    -	if (cms)
    -		{
    -		cms->contentType = OBJ_nid2obj(NID_pkcs7_data);
    -		/* Never detached */
    -		CMS_set_detached(cms, 0);
    -		}
    -	return cms;
    -	}
    +{
    +    CMS_ContentInfo *cms;
    +    cms = CMS_ContentInfo_new();
    +    if (cms) {
    +        cms->contentType = OBJ_nid2obj(NID_pkcs7_data);
    +        /* Never detached */
    +        CMS_set_detached(cms, 0);
    +    }
    +    return cms;
    +}
     
     BIO *cms_content_bio(CMS_ContentInfo *cms)
    -	{
    -	ASN1_OCTET_STRING **pos = CMS_get0_content(cms);
    -	if (!pos)
    -		return NULL;
    -	/* If content detached data goes nowhere: create NULL BIO */
    -	if (!*pos)
    -		return BIO_new(BIO_s_null());
    -	/* If content not detached and created return memory BIO
    -	 */
    -	if (!*pos || ((*pos)->flags == ASN1_STRING_FLAG_CONT))
    -		return BIO_new(BIO_s_mem());
    -	/* Else content was read in: return read only BIO for it */
    -	return BIO_new_mem_buf((*pos)->data, (*pos)->length);
    -	}
    +{
    +    ASN1_OCTET_STRING **pos = CMS_get0_content(cms);
    +    if (!pos)
    +        return NULL;
    +    /* If content detached data goes nowhere: create NULL BIO */
    +    if (!*pos)
    +        return BIO_new(BIO_s_null());
    +    /*
    +     * If content not detached and created return memory BIO
    +     */
    +    if (!*pos || ((*pos)->flags == ASN1_STRING_FLAG_CONT))
    +        return BIO_new(BIO_s_mem());
    +    /* Else content was read in: return read only BIO for it */
    +    return BIO_new_mem_buf((*pos)->data, (*pos)->length);
    +}
     
     BIO *CMS_dataInit(CMS_ContentInfo *cms, BIO *icont)
    -	{
    -	BIO *cmsbio, *cont;
    -	if (icont)
    -		cont = icont;
    -	else
    -		cont = cms_content_bio(cms);
    -	if (!cont)
    -		{
    -		CMSerr(CMS_F_CMS_DATAINIT, CMS_R_NO_CONTENT);
    -		return NULL;
    -		}
    -	switch (OBJ_obj2nid(cms->contentType))
    -		{
    -
    -		case NID_pkcs7_data:
    -		return cont;
    -
    -		case NID_pkcs7_signed:
    -		cmsbio = cms_SignedData_init_bio(cms);
    -		break;
    -
    -		case NID_pkcs7_digest:
    -		cmsbio = cms_DigestedData_init_bio(cms);
    -		break;
    +{
    +    BIO *cmsbio, *cont;
    +    if (icont)
    +        cont = icont;
    +    else
    +        cont = cms_content_bio(cms);
    +    if (!cont) {
    +        CMSerr(CMS_F_CMS_DATAINIT, CMS_R_NO_CONTENT);
    +        return NULL;
    +    }
    +    switch (OBJ_obj2nid(cms->contentType)) {
    +
    +    case NID_pkcs7_data:
    +        return cont;
    +
    +    case NID_pkcs7_signed:
    +        cmsbio = cms_SignedData_init_bio(cms);
    +        break;
    +
    +    case NID_pkcs7_digest:
    +        cmsbio = cms_DigestedData_init_bio(cms);
    +        break;
     #ifdef ZLIB
    -		case NID_id_smime_ct_compressedData:
    -		cmsbio = cms_CompressedData_init_bio(cms);
    -		break;
    +    case NID_id_smime_ct_compressedData:
    +        cmsbio = cms_CompressedData_init_bio(cms);
    +        break;
     #endif
     
    -		case NID_pkcs7_encrypted:
    -		cmsbio = cms_EncryptedData_init_bio(cms);
    -		break;
    +    case NID_pkcs7_encrypted:
    +        cmsbio = cms_EncryptedData_init_bio(cms);
    +        break;
     
    -		case NID_pkcs7_enveloped:
    -		cmsbio = cms_EnvelopedData_init_bio(cms);
    -		break;
    +    case NID_pkcs7_enveloped:
    +        cmsbio = cms_EnvelopedData_init_bio(cms);
    +        break;
     
    -		default:
    -		CMSerr(CMS_F_CMS_DATAINIT, CMS_R_UNSUPPORTED_TYPE);
    -		return NULL;
    -		}
    +    default:
    +        CMSerr(CMS_F_CMS_DATAINIT, CMS_R_UNSUPPORTED_TYPE);
    +        return NULL;
    +    }
     
    -	if (cmsbio)
    -		return BIO_push(cmsbio, cont);
    +    if (cmsbio)
    +        return BIO_push(cmsbio, cont);
     
    -	if (!icont)
    -		BIO_free(cont);
    -	return NULL;
    +    if (!icont)
    +        BIO_free(cont);
    +    return NULL;
     
    -	}
    +}
     
     int CMS_dataFinal(CMS_ContentInfo *cms, BIO *cmsbio)
    -	{
    -	ASN1_OCTET_STRING **pos = CMS_get0_content(cms);
    -	if (!pos)
    -		return 0;
    -	/* If ebmedded content find memory BIO and set content */
    -	if (*pos && ((*pos)->flags & ASN1_STRING_FLAG_CONT))
    -		{
    -		BIO *mbio;
    -		unsigned char *cont;
    -		long contlen;
    -		mbio = BIO_find_type(cmsbio, BIO_TYPE_MEM);
    -		if (!mbio)
    -			{
    -			CMSerr(CMS_F_CMS_DATAFINAL, CMS_R_CONTENT_NOT_FOUND);
    -			return 0;
    -			}
    -		contlen = BIO_get_mem_data(mbio, &cont);
    -		/* Set bio as read only so its content can't be clobbered */
    -		BIO_set_flags(mbio, BIO_FLAGS_MEM_RDONLY);
    -		BIO_set_mem_eof_return(mbio, 0);
    -		ASN1_STRING_set0(*pos, cont, contlen);
    -		(*pos)->flags &= ~ASN1_STRING_FLAG_CONT;
    -		}
    -
    -	switch (OBJ_obj2nid(cms->contentType))
    -		{
    -
    -		case NID_pkcs7_data:
    -		case NID_pkcs7_enveloped:
    -		case NID_pkcs7_encrypted:
    -		case NID_id_smime_ct_compressedData:
    -		/* Nothing to do */
    -		return 1;
    -
    -		case NID_pkcs7_signed:
    -		return cms_SignedData_final(cms, cmsbio);
    -
    -		case NID_pkcs7_digest:
    -		return cms_DigestedData_do_final(cms, cmsbio, 0);
    -
    -		default:
    -		CMSerr(CMS_F_CMS_DATAFINAL, CMS_R_UNSUPPORTED_TYPE);
    -		return 0;
    -		}
    -	}
    -
    -/* Return an OCTET STRING pointer to content. This allows it to
    - * be accessed or set later.
    +{
    +    ASN1_OCTET_STRING **pos = CMS_get0_content(cms);
    +    if (!pos)
    +        return 0;
    +    /* If ebmedded content find memory BIO and set content */
    +    if (*pos && ((*pos)->flags & ASN1_STRING_FLAG_CONT)) {
    +        BIO *mbio;
    +        unsigned char *cont;
    +        long contlen;
    +        mbio = BIO_find_type(cmsbio, BIO_TYPE_MEM);
    +        if (!mbio) {
    +            CMSerr(CMS_F_CMS_DATAFINAL, CMS_R_CONTENT_NOT_FOUND);
    +            return 0;
    +        }
    +        contlen = BIO_get_mem_data(mbio, &cont);
    +        /* Set bio as read only so its content can't be clobbered */
    +        BIO_set_flags(mbio, BIO_FLAGS_MEM_RDONLY);
    +        BIO_set_mem_eof_return(mbio, 0);
    +        ASN1_STRING_set0(*pos, cont, contlen);
    +        (*pos)->flags &= ~ASN1_STRING_FLAG_CONT;
    +    }
    +
    +    switch (OBJ_obj2nid(cms->contentType)) {
    +
    +    case NID_pkcs7_data:
    +    case NID_pkcs7_enveloped:
    +    case NID_pkcs7_encrypted:
    +    case NID_id_smime_ct_compressedData:
    +        /* Nothing to do */
    +        return 1;
    +
    +    case NID_pkcs7_signed:
    +        return cms_SignedData_final(cms, cmsbio);
    +
    +    case NID_pkcs7_digest:
    +        return cms_DigestedData_do_final(cms, cmsbio, 0);
    +
    +    default:
    +        CMSerr(CMS_F_CMS_DATAFINAL, CMS_R_UNSUPPORTED_TYPE);
    +        return 0;
    +    }
    +}
    +
    +/*
    + * Return an OCTET STRING pointer to content. This allows it to be accessed
    + * or set later.
      */
     
     ASN1_OCTET_STRING **CMS_get0_content(CMS_ContentInfo *cms)
    -	{
    -	switch (OBJ_obj2nid(cms->contentType))
    -		{
    +{
    +    switch (OBJ_obj2nid(cms->contentType)) {
     
    -		case NID_pkcs7_data:
    -		return &cms->d.data;
    +    case NID_pkcs7_data:
    +        return &cms->d.data;
     
    -		case NID_pkcs7_signed:
    -		return &cms->d.signedData->encapContentInfo->eContent;
    +    case NID_pkcs7_signed:
    +        return &cms->d.signedData->encapContentInfo->eContent;
     
    -		case NID_pkcs7_enveloped:
    -		return &cms->d.envelopedData->encryptedContentInfo->encryptedContent;
    +    case NID_pkcs7_enveloped:
    +        return &cms->d.envelopedData->encryptedContentInfo->encryptedContent;
     
    -		case NID_pkcs7_digest:
    -		return &cms->d.digestedData->encapContentInfo->eContent;
    +    case NID_pkcs7_digest:
    +        return &cms->d.digestedData->encapContentInfo->eContent;
     
    -		case NID_pkcs7_encrypted:
    -		return &cms->d.encryptedData->encryptedContentInfo->encryptedContent;
    +    case NID_pkcs7_encrypted:
    +        return &cms->d.encryptedData->encryptedContentInfo->encryptedContent;
     
    -		case NID_id_smime_ct_authData:
    -		return &cms->d.authenticatedData->encapContentInfo->eContent;
    +    case NID_id_smime_ct_authData:
    +        return &cms->d.authenticatedData->encapContentInfo->eContent;
     
    -		case NID_id_smime_ct_compressedData:
    -		return &cms->d.compressedData->encapContentInfo->eContent;
    +    case NID_id_smime_ct_compressedData:
    +        return &cms->d.compressedData->encapContentInfo->eContent;
     
    -		default:
    -		if (cms->d.other->type == V_ASN1_OCTET_STRING)
    -			return &cms->d.other->value.octet_string;
    -		CMSerr(CMS_F_CMS_GET0_CONTENT, CMS_R_UNSUPPORTED_CONTENT_TYPE);
    -		return NULL;
    +    default:
    +        if (cms->d.other->type == V_ASN1_OCTET_STRING)
    +            return &cms->d.other->value.octet_string;
    +        CMSerr(CMS_F_CMS_GET0_CONTENT, CMS_R_UNSUPPORTED_CONTENT_TYPE);
    +        return NULL;
     
    -		}
    -	}
    +    }
    +}
     
    -/* Return an ASN1_OBJECT pointer to content type. This allows it to
    - * be accessed or set later.
    +/*
    + * Return an ASN1_OBJECT pointer to content type. This allows it to be
    + * accessed or set later.
      */
     
     static ASN1_OBJECT **cms_get0_econtent_type(CMS_ContentInfo *cms)
    -	{
    -	switch (OBJ_obj2nid(cms->contentType))
    -		{
    +{
    +    switch (OBJ_obj2nid(cms->contentType)) {
     
    -		case NID_pkcs7_signed:
    -		return &cms->d.signedData->encapContentInfo->eContentType;
    +    case NID_pkcs7_signed:
    +        return &cms->d.signedData->encapContentInfo->eContentType;
     
    -		case NID_pkcs7_enveloped:
    -		return &cms->d.envelopedData->encryptedContentInfo->contentType;
    +    case NID_pkcs7_enveloped:
    +        return &cms->d.envelopedData->encryptedContentInfo->contentType;
     
    -		case NID_pkcs7_digest:
    -		return &cms->d.digestedData->encapContentInfo->eContentType;
    +    case NID_pkcs7_digest:
    +        return &cms->d.digestedData->encapContentInfo->eContentType;
     
    -		case NID_pkcs7_encrypted:
    -		return &cms->d.encryptedData->encryptedContentInfo->contentType;
    +    case NID_pkcs7_encrypted:
    +        return &cms->d.encryptedData->encryptedContentInfo->contentType;
     
    -		case NID_id_smime_ct_authData:
    -		return &cms->d.authenticatedData->encapContentInfo->eContentType;
    +    case NID_id_smime_ct_authData:
    +        return &cms->d.authenticatedData->encapContentInfo->eContentType;
     
    -		case NID_id_smime_ct_compressedData:
    -		return &cms->d.compressedData->encapContentInfo->eContentType;
    +    case NID_id_smime_ct_compressedData:
    +        return &cms->d.compressedData->encapContentInfo->eContentType;
     
    -		default:
    -		CMSerr(CMS_F_CMS_GET0_ECONTENT_TYPE,
    -					CMS_R_UNSUPPORTED_CONTENT_TYPE);
    -		return NULL;
    +    default:
    +        CMSerr(CMS_F_CMS_GET0_ECONTENT_TYPE, CMS_R_UNSUPPORTED_CONTENT_TYPE);
    +        return NULL;
     
    -		}
    -	}
    +    }
    +}
     
     const ASN1_OBJECT *CMS_get0_eContentType(CMS_ContentInfo *cms)
    -	{
    -	ASN1_OBJECT **petype;
    -	petype = cms_get0_econtent_type(cms);
    -	if (petype)
    -		return *petype;
    -	return NULL;
    -	}
    +{
    +    ASN1_OBJECT **petype;
    +    petype = cms_get0_econtent_type(cms);
    +    if (petype)
    +        return *petype;
    +    return NULL;
    +}
     
     int CMS_set1_eContentType(CMS_ContentInfo *cms, const ASN1_OBJECT *oid)
    -	{
    -	ASN1_OBJECT **petype, *etype;
    -	petype = cms_get0_econtent_type(cms);
    -	if (!petype)
    -		return 0;
    -	if (!oid)
    -		return 1;
    -	etype = OBJ_dup(oid);
    -	if (!etype)
    -		return 0;
    -	ASN1_OBJECT_free(*petype);
    -	*petype = etype;
    -	return 1;
    -	}
    +{
    +    ASN1_OBJECT **petype, *etype;
    +    petype = cms_get0_econtent_type(cms);
    +    if (!petype)
    +        return 0;
    +    if (!oid)
    +        return 1;
    +    etype = OBJ_dup(oid);
    +    if (!etype)
    +        return 0;
    +    ASN1_OBJECT_free(*petype);
    +    *petype = etype;
    +    return 1;
    +}
     
     int CMS_is_detached(CMS_ContentInfo *cms)
    -	{
    -	ASN1_OCTET_STRING **pos;
    -	pos = CMS_get0_content(cms);
    -	if (!pos)
    -		return -1;
    -	if (*pos)
    -		return 0;
    -	return 1;
    -	}
    +{
    +    ASN1_OCTET_STRING **pos;
    +    pos = CMS_get0_content(cms);
    +    if (!pos)
    +        return -1;
    +    if (*pos)
    +        return 0;
    +    return 1;
    +}
     
     int CMS_set_detached(CMS_ContentInfo *cms, int detached)
    -	{
    -	ASN1_OCTET_STRING **pos;
    -	pos = CMS_get0_content(cms);
    -	if (!pos)
    -		return 0;
    -	if (detached)
    -		{
    -		if (*pos)
    -			{
    -			ASN1_OCTET_STRING_free(*pos);
    -			*pos = NULL;
    -			}
    -		return 1;
    -		}
    -	if (!*pos)
    -		*pos = ASN1_OCTET_STRING_new();
    -	if (*pos)
    -		{
    -		/* NB: special flag to show content is created and not
    -		 * read in.
    -		 */
    -		(*pos)->flags |= ASN1_STRING_FLAG_CONT;
    -		return 1;
    -		}
    -	CMSerr(CMS_F_CMS_SET_DETACHED, ERR_R_MALLOC_FAILURE);
    -	return 0;
    -	}
    +{
    +    ASN1_OCTET_STRING **pos;
    +    pos = CMS_get0_content(cms);
    +    if (!pos)
    +        return 0;
    +    if (detached) {
    +        if (*pos) {
    +            ASN1_OCTET_STRING_free(*pos);
    +            *pos = NULL;
    +        }
    +        return 1;
    +    }
    +    if (!*pos)
    +        *pos = ASN1_OCTET_STRING_new();
    +    if (*pos) {
    +        /*
    +         * NB: special flag to show content is created and not read in.
    +         */
    +        (*pos)->flags |= ASN1_STRING_FLAG_CONT;
    +        return 1;
    +    }
    +    CMSerr(CMS_F_CMS_SET_DETACHED, ERR_R_MALLOC_FAILURE);
    +    return 0;
    +}
     
     /* Set up an X509_ALGOR DigestAlgorithmIdentifier from an EVP_MD */
     
     void cms_DigestAlgorithm_set(X509_ALGOR *alg, const EVP_MD *md)
    -	{
    -	int param_type;
    +{
    +    int param_type;
     
    -	if (md->flags & EVP_MD_FLAG_DIGALGID_ABSENT)
    -		param_type = V_ASN1_UNDEF;
    -	else
    -		param_type = V_ASN1_NULL;
    +    if (md->flags & EVP_MD_FLAG_DIGALGID_ABSENT)
    +        param_type = V_ASN1_UNDEF;
    +    else
    +        param_type = V_ASN1_NULL;
     
    -	X509_ALGOR_set0(alg, OBJ_nid2obj(EVP_MD_type(md)), param_type, NULL);
    +    X509_ALGOR_set0(alg, OBJ_nid2obj(EVP_MD_type(md)), param_type, NULL);
     
    -	}
    +}
     
     /* Create a digest BIO from an X509_ALGOR structure */
     
     BIO *cms_DigestAlgorithm_init_bio(X509_ALGOR *digestAlgorithm)
    -	{
    -	BIO *mdbio = NULL;
    -	ASN1_OBJECT *digestoid;
    -	const EVP_MD *digest;
    -	X509_ALGOR_get0(&digestoid, NULL, NULL, digestAlgorithm);
    -	digest = EVP_get_digestbyobj(digestoid);
    -	if (!digest)
    -		{
    -		CMSerr(CMS_F_CMS_DIGESTALGORITHM_INIT_BIO,
    -				CMS_R_UNKNOWN_DIGEST_ALGORIHM);
    -		goto err;	
    -		}
    -	mdbio = BIO_new(BIO_f_md());
    -	if (!mdbio || !BIO_set_md(mdbio, digest))
    -		{
    -		CMSerr(CMS_F_CMS_DIGESTALGORITHM_INIT_BIO,
    -				CMS_R_MD_BIO_INIT_ERROR);
    -		goto err;	
    -		}
    -	return mdbio;
    -	err:
    -	if (mdbio)
    -		BIO_free(mdbio);
    -	return NULL;
    -	}
    +{
    +    BIO *mdbio = NULL;
    +    ASN1_OBJECT *digestoid;
    +    const EVP_MD *digest;
    +    X509_ALGOR_get0(&digestoid, NULL, NULL, digestAlgorithm);
    +    digest = EVP_get_digestbyobj(digestoid);
    +    if (!digest) {
    +        CMSerr(CMS_F_CMS_DIGESTALGORITHM_INIT_BIO,
    +               CMS_R_UNKNOWN_DIGEST_ALGORIHM);
    +        goto err;
    +    }
    +    mdbio = BIO_new(BIO_f_md());
    +    if (!mdbio || !BIO_set_md(mdbio, digest)) {
    +        CMSerr(CMS_F_CMS_DIGESTALGORITHM_INIT_BIO, CMS_R_MD_BIO_INIT_ERROR);
    +        goto err;
    +    }
    +    return mdbio;
    + err:
    +    if (mdbio)
    +        BIO_free(mdbio);
    +    return NULL;
    +}
     
     /* Locate a message digest content from a BIO chain based on SignerInfo */
     
     int cms_DigestAlgorithm_find_ctx(EVP_MD_CTX *mctx, BIO *chain,
    -					X509_ALGOR *mdalg)
    -	{
    -	int nid;
    -	ASN1_OBJECT *mdoid;
    -	X509_ALGOR_get0(&mdoid, NULL, NULL, mdalg);
    -	nid = OBJ_obj2nid(mdoid);
    -	/* Look for digest type to match signature */
    -	for (;;)
    -		{
    -		EVP_MD_CTX *mtmp;
    -		chain = BIO_find_type(chain, BIO_TYPE_MD);
    -		if (chain == NULL)
    -			{
    -			CMSerr(CMS_F_CMS_DIGESTALGORITHM_FIND_CTX,
    -						CMS_R_NO_MATCHING_DIGEST);
    -			return 0;
    -			}
    -		BIO_get_md_ctx(chain, &mtmp);
    -		if (EVP_MD_CTX_type(mtmp) == nid
    -		/* Workaround for broken implementations that use signature
    -		 * algorithm  OID instead of digest.
    -		 */
    -			|| EVP_MD_pkey_type(EVP_MD_CTX_md(mtmp)) == nid)
    -			return EVP_MD_CTX_copy_ex(mctx, mtmp);
    -		chain = BIO_next(chain);
    -		}
    -	}
    -
    -static STACK_OF(CMS_CertificateChoices) **cms_get0_certificate_choices(CMS_ContentInfo *cms)
    -	{
    -	switch (OBJ_obj2nid(cms->contentType))
    -		{
    -
    -		case NID_pkcs7_signed:
    -		return &cms->d.signedData->certificates;
    -
    -		case NID_pkcs7_enveloped:
    -		return &cms->d.envelopedData->originatorInfo->certificates;
    -
    -		default:
    -		CMSerr(CMS_F_CMS_GET0_CERTIFICATE_CHOICES,
    -					CMS_R_UNSUPPORTED_CONTENT_TYPE);
    -		return NULL;
    -
    -		}
    -	}
    +                                 X509_ALGOR *mdalg)
    +{
    +    int nid;
    +    ASN1_OBJECT *mdoid;
    +    X509_ALGOR_get0(&mdoid, NULL, NULL, mdalg);
    +    nid = OBJ_obj2nid(mdoid);
    +    /* Look for digest type to match signature */
    +    for (;;) {
    +        EVP_MD_CTX *mtmp;
    +        chain = BIO_find_type(chain, BIO_TYPE_MD);
    +        if (chain == NULL) {
    +            CMSerr(CMS_F_CMS_DIGESTALGORITHM_FIND_CTX,
    +                   CMS_R_NO_MATCHING_DIGEST);
    +            return 0;
    +        }
    +        BIO_get_md_ctx(chain, &mtmp);
    +        if (EVP_MD_CTX_type(mtmp) == nid
    +            /*
    +             * Workaround for broken implementations that use signature
    +             * algorithm OID instead of digest.
    +             */
    +            || EVP_MD_pkey_type(EVP_MD_CTX_md(mtmp)) == nid)
    +            return EVP_MD_CTX_copy_ex(mctx, mtmp);
    +        chain = BIO_next(chain);
    +    }
    +}
    +
    +static STACK_OF(CMS_CertificateChoices)
    +**cms_get0_certificate_choices(CMS_ContentInfo *cms)
    +{
    +    switch (OBJ_obj2nid(cms->contentType)) {
    +
    +    case NID_pkcs7_signed:
    +        return &cms->d.signedData->certificates;
    +
    +    case NID_pkcs7_enveloped:
    +        return &cms->d.envelopedData->originatorInfo->certificates;
    +
    +    default:
    +        CMSerr(CMS_F_CMS_GET0_CERTIFICATE_CHOICES,
    +               CMS_R_UNSUPPORTED_CONTENT_TYPE);
    +        return NULL;
    +
    +    }
    +}
     
     CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms)
    -	{
    -	STACK_OF(CMS_CertificateChoices) **pcerts;
    -	CMS_CertificateChoices *cch;
    -	pcerts = cms_get0_certificate_choices(cms);
    -	if (!pcerts)
    -		return NULL;
    -	if (!*pcerts)
    -		*pcerts = sk_CMS_CertificateChoices_new_null();
    -	if (!*pcerts)
    -		return NULL;
    -	cch = M_ASN1_new_of(CMS_CertificateChoices);
    -	if (!cch)
    -		return NULL;
    -	if (!sk_CMS_CertificateChoices_push(*pcerts, cch))
    -		{
    -		M_ASN1_free_of(cch, CMS_CertificateChoices);
    -		return NULL;
    -		}
    -	return cch;
    -	}
    +{
    +    STACK_OF(CMS_CertificateChoices) **pcerts;
    +    CMS_CertificateChoices *cch;
    +    pcerts = cms_get0_certificate_choices(cms);
    +    if (!pcerts)
    +        return NULL;
    +    if (!*pcerts)
    +        *pcerts = sk_CMS_CertificateChoices_new_null();
    +    if (!*pcerts)
    +        return NULL;
    +    cch = M_ASN1_new_of(CMS_CertificateChoices);
    +    if (!cch)
    +        return NULL;
    +    if (!sk_CMS_CertificateChoices_push(*pcerts, cch)) {
    +        M_ASN1_free_of(cch, CMS_CertificateChoices);
    +        return NULL;
    +    }
    +    return cch;
    +}
     
     int CMS_add0_cert(CMS_ContentInfo *cms, X509 *cert)
    -	{
    -	CMS_CertificateChoices *cch;
    -	STACK_OF(CMS_CertificateChoices) **pcerts;
    -	int i;
    -	pcerts = cms_get0_certificate_choices(cms);
    -	if (!pcerts)
    -		return 0;
    -	for (i = 0; i < sk_CMS_CertificateChoices_num(*pcerts); i++)
    -		{
    -		cch = sk_CMS_CertificateChoices_value(*pcerts, i);
    -		if (cch->type == CMS_CERTCHOICE_CERT)
    -			{
    -			if (!X509_cmp(cch->d.certificate, cert))
    -				{
    -				CMSerr(CMS_F_CMS_ADD0_CERT, 
    -					CMS_R_CERTIFICATE_ALREADY_PRESENT);
    -				return 0;
    -				}
    -			}
    -		}
    -	cch = CMS_add0_CertificateChoices(cms);
    -	if (!cch)
    -		return 0;
    -	cch->type = CMS_CERTCHOICE_CERT;
    -	cch->d.certificate = cert;
    -	return 1;
    -	}
    +{
    +    CMS_CertificateChoices *cch;
    +    STACK_OF(CMS_CertificateChoices) **pcerts;
    +    int i;
    +    pcerts = cms_get0_certificate_choices(cms);
    +    if (!pcerts)
    +        return 0;
    +    for (i = 0; i < sk_CMS_CertificateChoices_num(*pcerts); i++) {
    +        cch = sk_CMS_CertificateChoices_value(*pcerts, i);
    +        if (cch->type == CMS_CERTCHOICE_CERT) {
    +            if (!X509_cmp(cch->d.certificate, cert)) {
    +                CMSerr(CMS_F_CMS_ADD0_CERT,
    +                       CMS_R_CERTIFICATE_ALREADY_PRESENT);
    +                return 0;
    +            }
    +        }
    +    }
    +    cch = CMS_add0_CertificateChoices(cms);
    +    if (!cch)
    +        return 0;
    +    cch->type = CMS_CERTCHOICE_CERT;
    +    cch->d.certificate = cert;
    +    return 1;
    +}
     
     int CMS_add1_cert(CMS_ContentInfo *cms, X509 *cert)
    -	{
    -	int r;
    -	r = CMS_add0_cert(cms, cert);
    -	if (r > 0)
    -		CRYPTO_add(&cert->references, 1, CRYPTO_LOCK_X509);
    -	return r;
    -	}
    +{
    +    int r;
    +    r = CMS_add0_cert(cms, cert);
    +    if (r > 0)
    +        CRYPTO_add(&cert->references, 1, CRYPTO_LOCK_X509);
    +    return r;
    +}
     
    -static STACK_OF(CMS_RevocationInfoChoice) **cms_get0_revocation_choices(CMS_ContentInfo *cms)
    -	{
    -	switch (OBJ_obj2nid(cms->contentType))
    -		{
    +static STACK_OF(CMS_RevocationInfoChoice)
    +**cms_get0_revocation_choices(CMS_ContentInfo *cms)
    +{
    +    switch (OBJ_obj2nid(cms->contentType)) {
     
    -		case NID_pkcs7_signed:
    -		return &cms->d.signedData->crls;
    +    case NID_pkcs7_signed:
    +        return &cms->d.signedData->crls;
     
    -		case NID_pkcs7_enveloped:
    -		return &cms->d.envelopedData->originatorInfo->crls;
    +    case NID_pkcs7_enveloped:
    +        return &cms->d.envelopedData->originatorInfo->crls;
     
    -		default:
    -		CMSerr(CMS_F_CMS_GET0_REVOCATION_CHOICES,
    -					CMS_R_UNSUPPORTED_CONTENT_TYPE);
    -		return NULL;
    +    default:
    +        CMSerr(CMS_F_CMS_GET0_REVOCATION_CHOICES,
    +               CMS_R_UNSUPPORTED_CONTENT_TYPE);
    +        return NULL;
     
    -		}
    -	}
    +    }
    +}
     
     CMS_RevocationInfoChoice *CMS_add0_RevocationInfoChoice(CMS_ContentInfo *cms)
    -	{
    -	STACK_OF(CMS_RevocationInfoChoice) **pcrls;
    -	CMS_RevocationInfoChoice *rch;
    -	pcrls = cms_get0_revocation_choices(cms);
    -	if (!pcrls)
    -		return NULL;
    -	if (!*pcrls)
    -		*pcrls = sk_CMS_RevocationInfoChoice_new_null();
    -	if (!*pcrls)
    -		return NULL;
    -	rch = M_ASN1_new_of(CMS_RevocationInfoChoice);
    -	if (!rch)
    -		return NULL;
    -	if (!sk_CMS_RevocationInfoChoice_push(*pcrls, rch))
    -		{
    -		M_ASN1_free_of(rch, CMS_RevocationInfoChoice);
    -		return NULL;
    -		}
    -	return rch;
    -	}
    +{
    +    STACK_OF(CMS_RevocationInfoChoice) **pcrls;
    +    CMS_RevocationInfoChoice *rch;
    +    pcrls = cms_get0_revocation_choices(cms);
    +    if (!pcrls)
    +        return NULL;
    +    if (!*pcrls)
    +        *pcrls = sk_CMS_RevocationInfoChoice_new_null();
    +    if (!*pcrls)
    +        return NULL;
    +    rch = M_ASN1_new_of(CMS_RevocationInfoChoice);
    +    if (!rch)
    +        return NULL;
    +    if (!sk_CMS_RevocationInfoChoice_push(*pcrls, rch)) {
    +        M_ASN1_free_of(rch, CMS_RevocationInfoChoice);
    +        return NULL;
    +    }
    +    return rch;
    +}
     
     int CMS_add0_crl(CMS_ContentInfo *cms, X509_CRL *crl)
    -	{
    -	CMS_RevocationInfoChoice *rch;
    -	rch = CMS_add0_RevocationInfoChoice(cms);
    -	if (!rch)
    -		return 0;
    -	rch->type = CMS_REVCHOICE_CRL;
    -	rch->d.crl = crl;
    -	return 1;
    -	}
    +{
    +    CMS_RevocationInfoChoice *rch;
    +    rch = CMS_add0_RevocationInfoChoice(cms);
    +    if (!rch)
    +        return 0;
    +    rch->type = CMS_REVCHOICE_CRL;
    +    rch->d.crl = crl;
    +    return 1;
    +}
     
     int CMS_add1_crl(CMS_ContentInfo *cms, X509_CRL *crl)
    -	{
    -	int r;
    -	r = CMS_add0_crl(cms, crl);
    -	if (r > 0)
    -		CRYPTO_add(&crl->references, 1, CRYPTO_LOCK_X509_CRL);
    -	return r;
    -	}
    +{
    +    int r;
    +    r = CMS_add0_crl(cms, crl);
    +    if (r > 0)
    +        CRYPTO_add(&crl->references, 1, CRYPTO_LOCK_X509_CRL);
    +    return r;
    +}
     
     STACK_OF(X509) *CMS_get1_certs(CMS_ContentInfo *cms)
    -	{
    -	STACK_OF(X509) *certs = NULL;
    -	CMS_CertificateChoices *cch;
    -	STACK_OF(CMS_CertificateChoices) **pcerts;
    -	int i;
    -	pcerts = cms_get0_certificate_choices(cms);
    -	if (!pcerts)
    -		return NULL;
    -	for (i = 0; i < sk_CMS_CertificateChoices_num(*pcerts); i++)
    -		{
    -		cch = sk_CMS_CertificateChoices_value(*pcerts, i);
    -		if (cch->type == 0)
    -			{
    -			if (!certs)
    -				{
    -				certs = sk_X509_new_null();
    -				if (!certs)
    -					return NULL;
    -				}
    -			if (!sk_X509_push(certs, cch->d.certificate))
    -				{
    -				sk_X509_pop_free(certs, X509_free);
    -				return NULL;
    -				}
    -			CRYPTO_add(&cch->d.certificate->references,
    -						1, CRYPTO_LOCK_X509);
    -			}
    -		}
    -	return certs;
    -
    -	}
    +{
    +    STACK_OF(X509) *certs = NULL;
    +    CMS_CertificateChoices *cch;
    +    STACK_OF(CMS_CertificateChoices) **pcerts;
    +    int i;
    +    pcerts = cms_get0_certificate_choices(cms);
    +    if (!pcerts)
    +        return NULL;
    +    for (i = 0; i < sk_CMS_CertificateChoices_num(*pcerts); i++) {
    +        cch = sk_CMS_CertificateChoices_value(*pcerts, i);
    +        if (cch->type == 0) {
    +            if (!certs) {
    +                certs = sk_X509_new_null();
    +                if (!certs)
    +                    return NULL;
    +            }
    +            if (!sk_X509_push(certs, cch->d.certificate)) {
    +                sk_X509_pop_free(certs, X509_free);
    +                return NULL;
    +            }
    +            CRYPTO_add(&cch->d.certificate->references, 1, CRYPTO_LOCK_X509);
    +        }
    +    }
    +    return certs;
    +
    +}
     
     STACK_OF(X509_CRL) *CMS_get1_crls(CMS_ContentInfo *cms)
    -	{
    -	STACK_OF(X509_CRL) *crls = NULL;
    -	STACK_OF(CMS_RevocationInfoChoice) **pcrls;
    -	CMS_RevocationInfoChoice *rch;
    -	int i;
    -	pcrls = cms_get0_revocation_choices(cms);
    -	if (!pcrls)
    -		return NULL;
    -	for (i = 0; i < sk_CMS_RevocationInfoChoice_num(*pcrls); i++)
    -		{
    -		rch = sk_CMS_RevocationInfoChoice_value(*pcrls, i);
    -		if (rch->type == 0)
    -			{
    -			if (!crls)
    -				{
    -				crls = sk_X509_CRL_new_null();
    -				if (!crls)
    -					return NULL;
    -				}
    -			if (!sk_X509_CRL_push(crls, rch->d.crl))
    -				{
    -				sk_X509_CRL_pop_free(crls, X509_CRL_free);
    -				return NULL;
    -				}
    -			CRYPTO_add(&rch->d.crl->references,
    -						1, CRYPTO_LOCK_X509_CRL);
    -			}
    -		}
    -	return crls;
    -	}
    +{
    +    STACK_OF(X509_CRL) *crls = NULL;
    +    STACK_OF(CMS_RevocationInfoChoice) **pcrls;
    +    CMS_RevocationInfoChoice *rch;
    +    int i;
    +    pcrls = cms_get0_revocation_choices(cms);
    +    if (!pcrls)
    +        return NULL;
    +    for (i = 0; i < sk_CMS_RevocationInfoChoice_num(*pcrls); i++) {
    +        rch = sk_CMS_RevocationInfoChoice_value(*pcrls, i);
    +        if (rch->type == 0) {
    +            if (!crls) {
    +                crls = sk_X509_CRL_new_null();
    +                if (!crls)
    +                    return NULL;
    +            }
    +            if (!sk_X509_CRL_push(crls, rch->d.crl)) {
    +                sk_X509_CRL_pop_free(crls, X509_CRL_free);
    +                return NULL;
    +            }
    +            CRYPTO_add(&rch->d.crl->references, 1, CRYPTO_LOCK_X509_CRL);
    +        }
    +    }
    +    return crls;
    +}
    +
    +int cms_ias_cert_cmp(CMS_IssuerAndSerialNumber *ias, X509 *cert)
    +{
    +    int ret;
    +    ret = X509_NAME_cmp(ias->issuer, X509_get_issuer_name(cert));
    +    if (ret)
    +        return ret;
    +    return ASN1_INTEGER_cmp(ias->serialNumber, X509_get_serialNumber(cert));
    +}
    +
    +int cms_keyid_cert_cmp(ASN1_OCTET_STRING *keyid, X509 *cert)
    +{
    +    X509_check_purpose(cert, -1, -1);
    +    if (!cert->skid)
    +        return -1;
    +    return ASN1_OCTET_STRING_cmp(keyid, cert->skid);
    +}
    +
    +int cms_set1_ias(CMS_IssuerAndSerialNumber **pias, X509 *cert)
    +{
    +    CMS_IssuerAndSerialNumber *ias;
    +    ias = M_ASN1_new_of(CMS_IssuerAndSerialNumber);
    +    if (!ias)
    +        goto err;
    +    if (!X509_NAME_set(&ias->issuer, X509_get_issuer_name(cert)))
    +        goto err;
    +    if (!ASN1_STRING_copy(ias->serialNumber, X509_get_serialNumber(cert)))
    +        goto err;
    +    if (*pias)
    +        M_ASN1_free_of(*pias, CMS_IssuerAndSerialNumber);
    +    *pias = ias;
    +    return 1;
    + err:
    +    if (ias)
    +        M_ASN1_free_of(ias, CMS_IssuerAndSerialNumber);
    +    CMSerr(CMS_F_CMS_SET1_IAS, ERR_R_MALLOC_FAILURE);
    +    return 0;
    +}
    +
    +int cms_set1_keyid(ASN1_OCTET_STRING **pkeyid, X509 *cert)
    +{
    +    ASN1_OCTET_STRING *keyid = NULL;
    +    X509_check_purpose(cert, -1, -1);
    +    if (!cert->skid) {
    +        CMSerr(CMS_F_CMS_SET1_KEYID, CMS_R_CERTIFICATE_HAS_NO_KEYID);
    +        return 0;
    +    }
    +    keyid = ASN1_STRING_dup(cert->skid);
    +    if (!keyid) {
    +        CMSerr(CMS_F_CMS_SET1_KEYID, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    if (*pkeyid)
    +        ASN1_OCTET_STRING_free(*pkeyid);
    +    *pkeyid = keyid;
    +    return 1;
    +}
    diff --git a/openssl/crypto/cms/cms_pwri.c b/openssl/crypto/cms/cms_pwri.c
    index 71f2ddb49..d93b14fa2 100644
    --- a/openssl/crypto/cms/cms_pwri.c
    +++ b/openssl/crypto/cms/cms_pwri.c
    @@ -1,5 +1,6 @@
     /* crypto/cms/cms_pwri.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
      * project.
      */
     /* ====================================================================
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,394 +63,367 @@
     #include "cms_lcl.h"
     #include "asn1_locl.h"
     
    -int CMS_RecipientInfo_set0_password(CMS_RecipientInfo *ri, 
    -				unsigned char *pass, ossl_ssize_t passlen)
    -	{
    -	CMS_PasswordRecipientInfo *pwri;
    -	if (ri->type != CMS_RECIPINFO_PASS)
    -		{
    -		CMSerr(CMS_F_CMS_RECIPIENTINFO_SET0_PASSWORD, CMS_R_NOT_PWRI);
    -		return 0;
    -		}
    -
    -	pwri = ri->d.pwri;
    -	pwri->pass = pass;
    -	if (pass && passlen < 0)
    -		passlen = strlen((char *)pass);
    -	pwri->passlen = passlen;
    -	return 1;
    -	}
    +int CMS_RecipientInfo_set0_password(CMS_RecipientInfo *ri,
    +                                    unsigned char *pass, ossl_ssize_t passlen)
    +{
    +    CMS_PasswordRecipientInfo *pwri;
    +    if (ri->type != CMS_RECIPINFO_PASS) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_SET0_PASSWORD, CMS_R_NOT_PWRI);
    +        return 0;
    +    }
    +
    +    pwri = ri->d.pwri;
    +    pwri->pass = pass;
    +    if (pass && passlen < 0)
    +        passlen = strlen((char *)pass);
    +    pwri->passlen = passlen;
    +    return 1;
    +}
     
     CMS_RecipientInfo *CMS_add0_recipient_password(CMS_ContentInfo *cms,
    -					int iter, int wrap_nid, int pbe_nid,
    -					unsigned char *pass,
    -					ossl_ssize_t passlen,
    -					const EVP_CIPHER *kekciph)
    -	{
    -	CMS_RecipientInfo *ri = NULL;
    -	CMS_EnvelopedData *env;
    -	CMS_PasswordRecipientInfo *pwri;
    -	EVP_CIPHER_CTX ctx;
    -	X509_ALGOR *encalg = NULL;
    -	unsigned char iv[EVP_MAX_IV_LENGTH];
    -	int ivlen;
    -
    -	env = cms_get0_enveloped(cms);
    -	if (!env)
    -		return NULL;
    -
    -	if (wrap_nid <= 0)
    -		wrap_nid = NID_id_alg_PWRI_KEK;
    -
    -	if (pbe_nid <= 0)
    -		pbe_nid = NID_id_pbkdf2;
    -
    -	/* Get from enveloped data */
    -	if (kekciph == NULL)
    -		kekciph = env->encryptedContentInfo->cipher;
    -
    -	if (kekciph == NULL)
    -		{
    -		CMSerr(CMS_F_CMS_ADD0_RECIPIENT_PASSWORD, CMS_R_NO_CIPHER);
    -		return NULL;
    -		}
    -	if (wrap_nid != NID_id_alg_PWRI_KEK)
    -		{
    -		CMSerr(CMS_F_CMS_ADD0_RECIPIENT_PASSWORD,
    -				CMS_R_UNSUPPORTED_KEY_ENCRYPTION_ALGORITHM);
    -		return NULL;
    -		}
    -
    -	/* Setup algorithm identifier for cipher */
    -	encalg = X509_ALGOR_new();
    -	EVP_CIPHER_CTX_init(&ctx);
    -
    -	if (EVP_EncryptInit_ex(&ctx, kekciph, NULL, NULL, NULL) <= 0)
    -		{
    -		CMSerr(CMS_F_CMS_ADD0_RECIPIENT_PASSWORD, ERR_R_EVP_LIB);
    -		goto err;
    -		}
    -
    -	ivlen = EVP_CIPHER_CTX_iv_length(&ctx);
    -
    -	if (ivlen > 0)
    -		{
    -		if (RAND_pseudo_bytes(iv, ivlen) <= 0)
    -			goto err;
    -		if (EVP_EncryptInit_ex(&ctx, NULL, NULL, NULL, iv) <= 0)
    -			{
    -			CMSerr(CMS_F_CMS_ADD0_RECIPIENT_PASSWORD,
    -							ERR_R_EVP_LIB);
    -			goto err;
    -			}
    -		encalg->parameter = ASN1_TYPE_new();
    -		if (!encalg->parameter)
    -			{
    -			CMSerr(CMS_F_CMS_ADD0_RECIPIENT_PASSWORD,
    -							ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -		if (EVP_CIPHER_param_to_asn1(&ctx, encalg->parameter) <= 0)
    -			{
    -			CMSerr(CMS_F_CMS_ADD0_RECIPIENT_PASSWORD,
    -				CMS_R_CIPHER_PARAMETER_INITIALISATION_ERROR);
    -			goto err;
    -			}
    -		}
    -
    -
    -	encalg->algorithm = OBJ_nid2obj(EVP_CIPHER_CTX_type(&ctx));
    -
    -	EVP_CIPHER_CTX_cleanup(&ctx);
    -
    -	/* Initialize recipient info */
    -	ri = M_ASN1_new_of(CMS_RecipientInfo);
    -	if (!ri)
    -		goto merr;
    -
    -	ri->d.pwri = M_ASN1_new_of(CMS_PasswordRecipientInfo);
    -	if (!ri->d.pwri)
    -		goto merr;
    -	ri->type = CMS_RECIPINFO_PASS;
    -
    -	pwri = ri->d.pwri;
    -	/* Since this is overwritten, free up empty structure already there */
    -	X509_ALGOR_free(pwri->keyEncryptionAlgorithm);
    -	pwri->keyEncryptionAlgorithm = X509_ALGOR_new();
    -	if (!pwri->keyEncryptionAlgorithm)
    -		goto merr;
    -	pwri->keyEncryptionAlgorithm->algorithm = OBJ_nid2obj(wrap_nid);
    -	pwri->keyEncryptionAlgorithm->parameter = ASN1_TYPE_new();
    -	if (!pwri->keyEncryptionAlgorithm->parameter)
    -		goto merr;
    -
    -        if(!ASN1_item_pack(encalg, ASN1_ITEM_rptr(X509_ALGOR),
    -	    &pwri->keyEncryptionAlgorithm->parameter->value.sequence))
    -		goto merr;
    -        pwri->keyEncryptionAlgorithm->parameter->type = V_ASN1_SEQUENCE;
    -
    -	X509_ALGOR_free(encalg);
    -	encalg = NULL;
    -
    -	/* Setup PBE algorithm */
    -
    -	pwri->keyDerivationAlgorithm = PKCS5_pbkdf2_set(iter, NULL, 0, -1, -1);
    -
    -	if (!pwri->keyDerivationAlgorithm)
    -		goto err;
    -
    -	CMS_RecipientInfo_set0_password(ri, pass, passlen);
    -	pwri->version = 0;
    -
    -	if (!sk_CMS_RecipientInfo_push(env->recipientInfos, ri))
    -		goto merr;
    -
    -	return ri;
    -
    -	merr:
    -	CMSerr(CMS_F_CMS_ADD0_RECIPIENT_PASSWORD, ERR_R_MALLOC_FAILURE);
    -	err:
    -	EVP_CIPHER_CTX_cleanup(&ctx);
    -	if (ri)
    -		M_ASN1_free_of(ri, CMS_RecipientInfo);
    -	if (encalg)
    -		X509_ALGOR_free(encalg);
    -	return NULL;
    -
    -	}
    -
    -/* This is an implementation of the key wrapping mechanism in RFC3211,
    - * at some point this should go into EVP.
    +                                               int iter, int wrap_nid,
    +                                               int pbe_nid,
    +                                               unsigned char *pass,
    +                                               ossl_ssize_t passlen,
    +                                               const EVP_CIPHER *kekciph)
    +{
    +    CMS_RecipientInfo *ri = NULL;
    +    CMS_EnvelopedData *env;
    +    CMS_PasswordRecipientInfo *pwri;
    +    EVP_CIPHER_CTX ctx;
    +    X509_ALGOR *encalg = NULL;
    +    unsigned char iv[EVP_MAX_IV_LENGTH];
    +    int ivlen;
    +
    +    env = cms_get0_enveloped(cms);
    +    if (!env)
    +        return NULL;
    +
    +    if (wrap_nid <= 0)
    +        wrap_nid = NID_id_alg_PWRI_KEK;
    +
    +    if (pbe_nid <= 0)
    +        pbe_nid = NID_id_pbkdf2;
    +
    +    /* Get from enveloped data */
    +    if (kekciph == NULL)
    +        kekciph = env->encryptedContentInfo->cipher;
    +
    +    if (kekciph == NULL) {
    +        CMSerr(CMS_F_CMS_ADD0_RECIPIENT_PASSWORD, CMS_R_NO_CIPHER);
    +        return NULL;
    +    }
    +    if (wrap_nid != NID_id_alg_PWRI_KEK) {
    +        CMSerr(CMS_F_CMS_ADD0_RECIPIENT_PASSWORD,
    +               CMS_R_UNSUPPORTED_KEY_ENCRYPTION_ALGORITHM);
    +        return NULL;
    +    }
    +
    +    /* Setup algorithm identifier for cipher */
    +    encalg = X509_ALGOR_new();
    +    EVP_CIPHER_CTX_init(&ctx);
    +
    +    if (EVP_EncryptInit_ex(&ctx, kekciph, NULL, NULL, NULL) <= 0) {
    +        CMSerr(CMS_F_CMS_ADD0_RECIPIENT_PASSWORD, ERR_R_EVP_LIB);
    +        goto err;
    +    }
    +
    +    ivlen = EVP_CIPHER_CTX_iv_length(&ctx);
    +
    +    if (ivlen > 0) {
    +        if (RAND_pseudo_bytes(iv, ivlen) <= 0)
    +            goto err;
    +        if (EVP_EncryptInit_ex(&ctx, NULL, NULL, NULL, iv) <= 0) {
    +            CMSerr(CMS_F_CMS_ADD0_RECIPIENT_PASSWORD, ERR_R_EVP_LIB);
    +            goto err;
    +        }
    +        encalg->parameter = ASN1_TYPE_new();
    +        if (!encalg->parameter) {
    +            CMSerr(CMS_F_CMS_ADD0_RECIPIENT_PASSWORD, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +        if (EVP_CIPHER_param_to_asn1(&ctx, encalg->parameter) <= 0) {
    +            CMSerr(CMS_F_CMS_ADD0_RECIPIENT_PASSWORD,
    +                   CMS_R_CIPHER_PARAMETER_INITIALISATION_ERROR);
    +            goto err;
    +        }
    +    }
    +
    +    encalg->algorithm = OBJ_nid2obj(EVP_CIPHER_CTX_type(&ctx));
    +
    +    EVP_CIPHER_CTX_cleanup(&ctx);
    +
    +    /* Initialize recipient info */
    +    ri = M_ASN1_new_of(CMS_RecipientInfo);
    +    if (!ri)
    +        goto merr;
    +
    +    ri->d.pwri = M_ASN1_new_of(CMS_PasswordRecipientInfo);
    +    if (!ri->d.pwri)
    +        goto merr;
    +    ri->type = CMS_RECIPINFO_PASS;
    +
    +    pwri = ri->d.pwri;
    +    /* Since this is overwritten, free up empty structure already there */
    +    X509_ALGOR_free(pwri->keyEncryptionAlgorithm);
    +    pwri->keyEncryptionAlgorithm = X509_ALGOR_new();
    +    if (!pwri->keyEncryptionAlgorithm)
    +        goto merr;
    +    pwri->keyEncryptionAlgorithm->algorithm = OBJ_nid2obj(wrap_nid);
    +    pwri->keyEncryptionAlgorithm->parameter = ASN1_TYPE_new();
    +    if (!pwri->keyEncryptionAlgorithm->parameter)
    +        goto merr;
    +
    +    if (!ASN1_item_pack(encalg, ASN1_ITEM_rptr(X509_ALGOR),
    +                        &pwri->keyEncryptionAlgorithm->parameter->
    +                        value.sequence))
    +         goto merr;
    +    pwri->keyEncryptionAlgorithm->parameter->type = V_ASN1_SEQUENCE;
    +
    +    X509_ALGOR_free(encalg);
    +    encalg = NULL;
    +
    +    /* Setup PBE algorithm */
    +
    +    pwri->keyDerivationAlgorithm = PKCS5_pbkdf2_set(iter, NULL, 0, -1, -1);
    +
    +    if (!pwri->keyDerivationAlgorithm)
    +        goto err;
    +
    +    CMS_RecipientInfo_set0_password(ri, pass, passlen);
    +    pwri->version = 0;
    +
    +    if (!sk_CMS_RecipientInfo_push(env->recipientInfos, ri))
    +        goto merr;
    +
    +    return ri;
    +
    + merr:
    +    CMSerr(CMS_F_CMS_ADD0_RECIPIENT_PASSWORD, ERR_R_MALLOC_FAILURE);
    + err:
    +    EVP_CIPHER_CTX_cleanup(&ctx);
    +    if (ri)
    +        M_ASN1_free_of(ri, CMS_RecipientInfo);
    +    if (encalg)
    +        X509_ALGOR_free(encalg);
    +    return NULL;
    +
    +}
    +
    +/*
    + * This is an implementation of the key wrapping mechanism in RFC3211, at
    + * some point this should go into EVP.
      */
     
     static int kek_unwrap_key(unsigned char *out, size_t *outlen,
    -		const unsigned char *in, size_t inlen, EVP_CIPHER_CTX *ctx)
    -	{
    -	size_t blocklen = EVP_CIPHER_CTX_block_size(ctx);
    -	unsigned char *tmp;
    -	int outl, rv = 0;
    -	if (inlen < 2 * blocklen)
    -		{
    -		/* too small */
    -		return 0;
    -		}
    -	if (inlen % blocklen)
    -		{
    -		/* Invalid size */
    -		return 0;
    -		}
    -	tmp = OPENSSL_malloc(inlen);
    -	/* setup IV by decrypting last two blocks */
    -	EVP_DecryptUpdate(ctx, tmp + inlen - 2 * blocklen, &outl,
    -				in  + inlen - 2 * blocklen, blocklen * 2);
    -	/* Do a decrypt of last decrypted block to set IV to correct value
    -	 * output it to start of buffer so we don't corrupt decrypted block
    -	 * this works because buffer is at least two block lengths long.
    -	 */
    -	EVP_DecryptUpdate(ctx, tmp, &outl,
    -				tmp  + inlen - blocklen, blocklen);
    -	/* Can now decrypt first n - 1 blocks */
    -	EVP_DecryptUpdate(ctx, tmp, &outl, in, inlen - blocklen);
    -
    -	/* Reset IV to original value */
    -	EVP_DecryptInit_ex(ctx, NULL, NULL, NULL, NULL);
    -	/* Decrypt again */
    -	EVP_DecryptUpdate(ctx, tmp, &outl, tmp, inlen);
    -	/* Check check bytes */
    -	if (((tmp[1] ^ tmp[4]) & (tmp[2] ^ tmp[5]) & (tmp[3] ^ tmp[6])) != 0xff)
    -		{
    -		/* Check byte failure */
    -		goto err;
    -		}
    -	if (inlen < (size_t)(tmp[0] - 4 ))
    -		{
    -		/* Invalid length value */
    -		goto err;
    -		}
    -	*outlen = (size_t)tmp[0];
    -	memcpy(out, tmp + 4, *outlen);
    -	rv = 1;
    -	err:
    -	OPENSSL_cleanse(tmp, inlen);
    -	OPENSSL_free(tmp);
    -	return rv;
    -
    -	}
    +                          const unsigned char *in, size_t inlen,
    +                          EVP_CIPHER_CTX *ctx)
    +{
    +    size_t blocklen = EVP_CIPHER_CTX_block_size(ctx);
    +    unsigned char *tmp;
    +    int outl, rv = 0;
    +    if (inlen < 2 * blocklen) {
    +        /* too small */
    +        return 0;
    +    }
    +    if (inlen % blocklen) {
    +        /* Invalid size */
    +        return 0;
    +    }
    +    tmp = OPENSSL_malloc(inlen);
    +    /* setup IV by decrypting last two blocks */
    +    EVP_DecryptUpdate(ctx, tmp + inlen - 2 * blocklen, &outl,
    +                      in + inlen - 2 * blocklen, blocklen * 2);
    +    /*
    +     * Do a decrypt of last decrypted block to set IV to correct value output
    +     * it to start of buffer so we don't corrupt decrypted block this works
    +     * because buffer is at least two block lengths long.
    +     */
    +    EVP_DecryptUpdate(ctx, tmp, &outl, tmp + inlen - blocklen, blocklen);
    +    /* Can now decrypt first n - 1 blocks */
    +    EVP_DecryptUpdate(ctx, tmp, &outl, in, inlen - blocklen);
    +
    +    /* Reset IV to original value */
    +    EVP_DecryptInit_ex(ctx, NULL, NULL, NULL, NULL);
    +    /* Decrypt again */
    +    EVP_DecryptUpdate(ctx, tmp, &outl, tmp, inlen);
    +    /* Check check bytes */
    +    if (((tmp[1] ^ tmp[4]) & (tmp[2] ^ tmp[5]) & (tmp[3] ^ tmp[6])) != 0xff) {
    +        /* Check byte failure */
    +        goto err;
    +    }
    +    if (inlen < (size_t)(tmp[0] - 4)) {
    +        /* Invalid length value */
    +        goto err;
    +    }
    +    *outlen = (size_t)tmp[0];
    +    memcpy(out, tmp + 4, *outlen);
    +    rv = 1;
    + err:
    +    OPENSSL_cleanse(tmp, inlen);
    +    OPENSSL_free(tmp);
    +    return rv;
    +
    +}
     
     static int kek_wrap_key(unsigned char *out, size_t *outlen,
    -		const unsigned char *in, size_t inlen, EVP_CIPHER_CTX *ctx)
    -	{
    -	size_t blocklen = EVP_CIPHER_CTX_block_size(ctx);
    -	size_t olen;
    -	int dummy;
    -	/* First decide length of output buffer: need header and round up to
    -	 * multiple of block length.
    -	 */
    -	olen = (inlen + 4 + blocklen - 1)/blocklen;
    -	olen *= blocklen;
    -	if (olen < 2 * blocklen)
    -		{
    -		/* Key too small */
    -		return 0;
    -		}
    -	if (inlen > 0xFF)
    -		{
    -		/* Key too large */
    -		return 0;
    -		}
    -	if (out)
    -		{
    -		/* Set header */
    -		out[0] = (unsigned char)inlen;
    -		out[1] = in[0] ^ 0xFF;
    -		out[2] = in[1] ^ 0xFF;
    -		out[3] = in[2] ^ 0xFF;
    -		memcpy(out + 4, in, inlen);
    -		/* Add random padding to end */
    -		if (olen > inlen + 4)
    -			RAND_pseudo_bytes(out + 4 + inlen, olen - 4 - inlen);
    -		/* Encrypt twice */
    -		EVP_EncryptUpdate(ctx, out, &dummy, out, olen);
    -		EVP_EncryptUpdate(ctx, out, &dummy, out, olen);
    -		}
    -
    -	*outlen = olen;
    -
    -	return 1;
    -	}
    +                        const unsigned char *in, size_t inlen,
    +                        EVP_CIPHER_CTX *ctx)
    +{
    +    size_t blocklen = EVP_CIPHER_CTX_block_size(ctx);
    +    size_t olen;
    +    int dummy;
    +    /*
    +     * First decide length of output buffer: need header and round up to
    +     * multiple of block length.
    +     */
    +    olen = (inlen + 4 + blocklen - 1) / blocklen;
    +    olen *= blocklen;
    +    if (olen < 2 * blocklen) {
    +        /* Key too small */
    +        return 0;
    +    }
    +    if (inlen > 0xFF) {
    +        /* Key too large */
    +        return 0;
    +    }
    +    if (out) {
    +        /* Set header */
    +        out[0] = (unsigned char)inlen;
    +        out[1] = in[0] ^ 0xFF;
    +        out[2] = in[1] ^ 0xFF;
    +        out[3] = in[2] ^ 0xFF;
    +        memcpy(out + 4, in, inlen);
    +        /* Add random padding to end */
    +        if (olen > inlen + 4)
    +            RAND_pseudo_bytes(out + 4 + inlen, olen - 4 - inlen);
    +        /* Encrypt twice */
    +        EVP_EncryptUpdate(ctx, out, &dummy, out, olen);
    +        EVP_EncryptUpdate(ctx, out, &dummy, out, olen);
    +    }
    +
    +    *outlen = olen;
    +
    +    return 1;
    +}
     
     /* Encrypt/Decrypt content key in PWRI recipient info */
     
     int cms_RecipientInfo_pwri_crypt(CMS_ContentInfo *cms, CMS_RecipientInfo *ri,
    -							int en_de)
    -	{
    -	CMS_EncryptedContentInfo *ec;
    -	CMS_PasswordRecipientInfo *pwri;
    -	const unsigned char *p = NULL;
    -	int plen;
    -	int r = 0;
    -	X509_ALGOR *algtmp, *kekalg = NULL;
    -	EVP_CIPHER_CTX kekctx;
    -	const EVP_CIPHER *kekcipher;
    -	unsigned char *key = NULL;
    -	size_t keylen;
    -
    -	ec = cms->d.envelopedData->encryptedContentInfo;
    -
    -	pwri = ri->d.pwri;
    -	EVP_CIPHER_CTX_init(&kekctx);
    -
    -	if (!pwri->pass)
    -		{
    -		CMSerr(CMS_F_CMS_RECIPIENTINFO_PWRI_CRYPT, CMS_R_NO_PASSWORD);
    -		return 0;
    -		}
    -	algtmp = pwri->keyEncryptionAlgorithm;
    -
    -	if (!algtmp || OBJ_obj2nid(algtmp->algorithm) != NID_id_alg_PWRI_KEK)
    -		{
    -		CMSerr(CMS_F_CMS_RECIPIENTINFO_PWRI_CRYPT,
    -				CMS_R_UNSUPPORTED_KEY_ENCRYPTION_ALGORITHM);
    -		return 0;
    -		}
    -
    -	if (algtmp->parameter->type == V_ASN1_SEQUENCE)
    -		{
    -		p = algtmp->parameter->value.sequence->data;
    -		plen = algtmp->parameter->value.sequence->length;
    -		kekalg = d2i_X509_ALGOR(NULL, &p, plen);
    -		}
    -	if (kekalg == NULL)
    -		{
    -		CMSerr(CMS_F_CMS_RECIPIENTINFO_PWRI_CRYPT,
    -				CMS_R_INVALID_KEY_ENCRYPTION_PARAMETER);
    -		return 0;
    -		}
    -
    -	kekcipher = EVP_get_cipherbyobj(kekalg->algorithm);
    -		
    -	if(!kekcipher)
    -		{
    -		CMSerr(CMS_F_CMS_RECIPIENTINFO_PWRI_CRYPT,
    -				CMS_R_UNKNOWN_CIPHER);
    -		goto err;
    -		}
    -
    -	/* Fixup cipher based on AlgorithmIdentifier to set IV etc */
    -	if (!EVP_CipherInit_ex(&kekctx, kekcipher, NULL, NULL, NULL, en_de))
    -		goto err;
    -	EVP_CIPHER_CTX_set_padding(&kekctx, 0);
    -	if(EVP_CIPHER_asn1_to_param(&kekctx, kekalg->parameter) < 0)
    -		{
    -		CMSerr(CMS_F_CMS_RECIPIENTINFO_PWRI_CRYPT,
    -				CMS_R_CIPHER_PARAMETER_INITIALISATION_ERROR);
    -		goto err;
    -		}
    -
    -	algtmp = pwri->keyDerivationAlgorithm;
    -
    -	/* Finish password based key derivation to setup key in "ctx" */
    -
    -	if (EVP_PBE_CipherInit(algtmp->algorithm,
    -				(char *)pwri->pass, pwri->passlen,
    -				algtmp->parameter, &kekctx, en_de) < 0)
    -		{
    -		CMSerr(CMS_F_CMS_RECIPIENTINFO_PWRI_CRYPT, ERR_R_EVP_LIB);
    -		goto err;
    -		}
    -
    -	/* Finally wrap/unwrap the key */
    -
    -	if (en_de)
    -		{
    -
    -		if (!kek_wrap_key(NULL, &keylen, ec->key, ec->keylen, &kekctx))
    -			goto err;
    -
    -		key = OPENSSL_malloc(keylen);
    -
    -		if (!key)
    -			goto err;
    -
    -		if (!kek_wrap_key(key, &keylen, ec->key, ec->keylen, &kekctx))
    -			goto err;
    -		pwri->encryptedKey->data = key;
    -		pwri->encryptedKey->length = keylen;
    -		}
    -	else
    -		{
    -		key = OPENSSL_malloc(pwri->encryptedKey->length);
    -
    -		if (!key)
    -			{
    -			CMSerr(CMS_F_CMS_RECIPIENTINFO_PWRI_CRYPT,
    -							ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -		if (!kek_unwrap_key(key, &keylen,
    -					pwri->encryptedKey->data,
    -					pwri->encryptedKey->length, &kekctx))
    -			{
    -			CMSerr(CMS_F_CMS_RECIPIENTINFO_PWRI_CRYPT,
    -							CMS_R_UNWRAP_FAILURE);
    -			goto err;
    -			}
    -
    -		ec->key = key;
    -		ec->keylen = keylen;
    -
    -		}
    -
    -	r = 1;
    -
    -	err:
    -
    -	EVP_CIPHER_CTX_cleanup(&kekctx);
    -
    -	if (!r && key)
    -		OPENSSL_free(key);
    -	X509_ALGOR_free(kekalg);
    -
    -	return r;
    -
    -	}
    +                                 int en_de)
    +{
    +    CMS_EncryptedContentInfo *ec;
    +    CMS_PasswordRecipientInfo *pwri;
    +    const unsigned char *p = NULL;
    +    int plen;
    +    int r = 0;
    +    X509_ALGOR *algtmp, *kekalg = NULL;
    +    EVP_CIPHER_CTX kekctx;
    +    const EVP_CIPHER *kekcipher;
    +    unsigned char *key = NULL;
    +    size_t keylen;
    +
    +    ec = cms->d.envelopedData->encryptedContentInfo;
    +
    +    pwri = ri->d.pwri;
    +    EVP_CIPHER_CTX_init(&kekctx);
    +
    +    if (!pwri->pass) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_PWRI_CRYPT, CMS_R_NO_PASSWORD);
    +        return 0;
    +    }
    +    algtmp = pwri->keyEncryptionAlgorithm;
    +
    +    if (!algtmp || OBJ_obj2nid(algtmp->algorithm) != NID_id_alg_PWRI_KEK) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_PWRI_CRYPT,
    +               CMS_R_UNSUPPORTED_KEY_ENCRYPTION_ALGORITHM);
    +        return 0;
    +    }
    +
    +    if (algtmp->parameter->type == V_ASN1_SEQUENCE) {
    +        p = algtmp->parameter->value.sequence->data;
    +        plen = algtmp->parameter->value.sequence->length;
    +        kekalg = d2i_X509_ALGOR(NULL, &p, plen);
    +    }
    +    if (kekalg == NULL) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_PWRI_CRYPT,
    +               CMS_R_INVALID_KEY_ENCRYPTION_PARAMETER);
    +        return 0;
    +    }
    +
    +    kekcipher = EVP_get_cipherbyobj(kekalg->algorithm);
    +
    +    if (!kekcipher) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_PWRI_CRYPT, CMS_R_UNKNOWN_CIPHER);
    +        goto err;
    +    }
    +
    +    /* Fixup cipher based on AlgorithmIdentifier to set IV etc */
    +    if (!EVP_CipherInit_ex(&kekctx, kekcipher, NULL, NULL, NULL, en_de))
    +        goto err;
    +    EVP_CIPHER_CTX_set_padding(&kekctx, 0);
    +    if (EVP_CIPHER_asn1_to_param(&kekctx, kekalg->parameter) < 0) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_PWRI_CRYPT,
    +               CMS_R_CIPHER_PARAMETER_INITIALISATION_ERROR);
    +        goto err;
    +    }
    +
    +    algtmp = pwri->keyDerivationAlgorithm;
    +
    +    /* Finish password based key derivation to setup key in "ctx" */
    +
    +    if (EVP_PBE_CipherInit(algtmp->algorithm,
    +                           (char *)pwri->pass, pwri->passlen,
    +                           algtmp->parameter, &kekctx, en_de) < 0) {
    +        CMSerr(CMS_F_CMS_RECIPIENTINFO_PWRI_CRYPT, ERR_R_EVP_LIB);
    +        goto err;
    +    }
    +
    +    /* Finally wrap/unwrap the key */
    +
    +    if (en_de) {
    +
    +        if (!kek_wrap_key(NULL, &keylen, ec->key, ec->keylen, &kekctx))
    +            goto err;
    +
    +        key = OPENSSL_malloc(keylen);
    +
    +        if (!key)
    +            goto err;
    +
    +        if (!kek_wrap_key(key, &keylen, ec->key, ec->keylen, &kekctx))
    +            goto err;
    +        pwri->encryptedKey->data = key;
    +        pwri->encryptedKey->length = keylen;
    +    } else {
    +        key = OPENSSL_malloc(pwri->encryptedKey->length);
    +
    +        if (!key) {
    +            CMSerr(CMS_F_CMS_RECIPIENTINFO_PWRI_CRYPT, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +        if (!kek_unwrap_key(key, &keylen,
    +                            pwri->encryptedKey->data,
    +                            pwri->encryptedKey->length, &kekctx)) {
    +            CMSerr(CMS_F_CMS_RECIPIENTINFO_PWRI_CRYPT, CMS_R_UNWRAP_FAILURE);
    +            goto err;
    +        }
    +
    +        ec->key = key;
    +        ec->keylen = keylen;
    +
    +    }
    +
    +    r = 1;
    +
    + err:
    +
    +    EVP_CIPHER_CTX_cleanup(&kekctx);
    +
    +    if (!r && key)
    +        OPENSSL_free(key);
    +    X509_ALGOR_free(kekalg);
    +
    +    return r;
    +
    +}
    diff --git a/openssl/crypto/cms/cms_sd.c b/openssl/crypto/cms/cms_sd.c
    index 51dd33a1c..721ffd5af 100644
    --- a/openssl/crypto/cms/cms_sd.c
    +++ b/openssl/crypto/cms/cms_sd.c
    @@ -1,5 +1,6 @@
     /* crypto/cms/cms_sd.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
      * project.
      */
     /* ====================================================================
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -54,6 +55,7 @@
     #include "cryptlib.h"
     #include 
     #include 
    +#include 
     #include 
     #include 
     #include 
    @@ -65,921 +67,889 @@
     DECLARE_ASN1_ITEM(CMS_SignedData)
     
     static CMS_SignedData *cms_get0_signed(CMS_ContentInfo *cms)
    -	{
    -	if (OBJ_obj2nid(cms->contentType) != NID_pkcs7_signed)
    -		{
    -		CMSerr(CMS_F_CMS_GET0_SIGNED, CMS_R_CONTENT_TYPE_NOT_SIGNED_DATA);
    -		return NULL;
    -		}
    -	return cms->d.signedData;
    -	}
    +{
    +    if (OBJ_obj2nid(cms->contentType) != NID_pkcs7_signed) {
    +        CMSerr(CMS_F_CMS_GET0_SIGNED, CMS_R_CONTENT_TYPE_NOT_SIGNED_DATA);
    +        return NULL;
    +    }
    +    return cms->d.signedData;
    +}
     
     static CMS_SignedData *cms_signed_data_init(CMS_ContentInfo *cms)
    -	{
    -	if (cms->d.other == NULL)
    -		{
    -		cms->d.signedData = M_ASN1_new_of(CMS_SignedData);
    -		if (!cms->d.signedData)
    -			{
    -			CMSerr(CMS_F_CMS_SIGNED_DATA_INIT, ERR_R_MALLOC_FAILURE);
    -			return NULL;
    -			}
    -		cms->d.signedData->version = 1;
    -		cms->d.signedData->encapContentInfo->eContentType =
    -						OBJ_nid2obj(NID_pkcs7_data);
    -		cms->d.signedData->encapContentInfo->partial = 1;
    -		ASN1_OBJECT_free(cms->contentType);
    -		cms->contentType = OBJ_nid2obj(NID_pkcs7_signed);
    -		return cms->d.signedData;
    -		}
    -	return cms_get0_signed(cms);
    -	}
    +{
    +    if (cms->d.other == NULL) {
    +        cms->d.signedData = M_ASN1_new_of(CMS_SignedData);
    +        if (!cms->d.signedData) {
    +            CMSerr(CMS_F_CMS_SIGNED_DATA_INIT, ERR_R_MALLOC_FAILURE);
    +            return NULL;
    +        }
    +        cms->d.signedData->version = 1;
    +        cms->d.signedData->encapContentInfo->eContentType =
    +            OBJ_nid2obj(NID_pkcs7_data);
    +        cms->d.signedData->encapContentInfo->partial = 1;
    +        ASN1_OBJECT_free(cms->contentType);
    +        cms->contentType = OBJ_nid2obj(NID_pkcs7_signed);
    +        return cms->d.signedData;
    +    }
    +    return cms_get0_signed(cms);
    +}
     
     /* Just initialize SignedData e.g. for certs only structure */
     
     int CMS_SignedData_init(CMS_ContentInfo *cms)
    -	{
    -	if (cms_signed_data_init(cms))
    -		return 1;
    -	else
    -		return 0;
    -	}
    +{
    +    if (cms_signed_data_init(cms))
    +        return 1;
    +    else
    +        return 0;
    +}
     
     /* Check structures and fixup version numbers (if necessary) */
     
     static void cms_sd_set_version(CMS_SignedData *sd)
    -	{
    -	int i;
    -	CMS_CertificateChoices *cch;
    -	CMS_RevocationInfoChoice *rch;
    -	CMS_SignerInfo *si;
    -
    -	for (i = 0; i < sk_CMS_CertificateChoices_num(sd->certificates); i++)
    -		{
    -		cch = sk_CMS_CertificateChoices_value(sd->certificates, i);
    -		if (cch->type == CMS_CERTCHOICE_OTHER)
    -			{
    -			if (sd->version < 5)
    -				sd->version = 5;
    -			}
    -		else if (cch->type == CMS_CERTCHOICE_V2ACERT)
    -			{
    -			if (sd->version < 4)
    -				sd->version = 4;
    -			}
    -		else if (cch->type == CMS_CERTCHOICE_V1ACERT)
    -			{
    -			if (sd->version < 3)
    -				sd->version = 3;
    -			}
    -		}
    -
    -	for (i = 0; i < sk_CMS_RevocationInfoChoice_num(sd->crls); i++)
    -		{
    -		rch = sk_CMS_RevocationInfoChoice_value(sd->crls, i);
    -		if (rch->type == CMS_REVCHOICE_OTHER)
    -			{
    -			if (sd->version < 5)
    -				sd->version = 5;
    -			}
    -		}
    -
    -	if ((OBJ_obj2nid(sd->encapContentInfo->eContentType) != NID_pkcs7_data)
    -			&& (sd->version < 3))
    -		sd->version = 3;
    -
    -	for (i = 0; i < sk_CMS_SignerInfo_num(sd->signerInfos); i++)
    -		{
    -		si = sk_CMS_SignerInfo_value(sd->signerInfos, i);
    -		if (si->sid->type == CMS_SIGNERINFO_KEYIDENTIFIER)
    -			{
    -			if (si->version < 3)
    -				si->version = 3;
    -			if (sd->version < 3)
    -				sd->version = 3;
    -			}
    -		else if (si->version < 1)
    -			si->version = 1;
    -		}
    -
    -	if (sd->version < 1)
    -		sd->version = 1;
    -
    -	}
    -	
    +{
    +    int i;
    +    CMS_CertificateChoices *cch;
    +    CMS_RevocationInfoChoice *rch;
    +    CMS_SignerInfo *si;
    +
    +    for (i = 0; i < sk_CMS_CertificateChoices_num(sd->certificates); i++) {
    +        cch = sk_CMS_CertificateChoices_value(sd->certificates, i);
    +        if (cch->type == CMS_CERTCHOICE_OTHER) {
    +            if (sd->version < 5)
    +                sd->version = 5;
    +        } else if (cch->type == CMS_CERTCHOICE_V2ACERT) {
    +            if (sd->version < 4)
    +                sd->version = 4;
    +        } else if (cch->type == CMS_CERTCHOICE_V1ACERT) {
    +            if (sd->version < 3)
    +                sd->version = 3;
    +        }
    +    }
    +
    +    for (i = 0; i < sk_CMS_RevocationInfoChoice_num(sd->crls); i++) {
    +        rch = sk_CMS_RevocationInfoChoice_value(sd->crls, i);
    +        if (rch->type == CMS_REVCHOICE_OTHER) {
    +            if (sd->version < 5)
    +                sd->version = 5;
    +        }
    +    }
    +
    +    if ((OBJ_obj2nid(sd->encapContentInfo->eContentType) != NID_pkcs7_data)
    +        && (sd->version < 3))
    +        sd->version = 3;
    +
    +    for (i = 0; i < sk_CMS_SignerInfo_num(sd->signerInfos); i++) {
    +        si = sk_CMS_SignerInfo_value(sd->signerInfos, i);
    +        if (si->sid->type == CMS_SIGNERINFO_KEYIDENTIFIER) {
    +            if (si->version < 3)
    +                si->version = 3;
    +            if (sd->version < 3)
    +                sd->version = 3;
    +        } else if (si->version < 1)
    +            si->version = 1;
    +    }
    +
    +    if (sd->version < 1)
    +        sd->version = 1;
    +
    +}
    +
     /* Copy an existing messageDigest value */
     
     static int cms_copy_messageDigest(CMS_ContentInfo *cms, CMS_SignerInfo *si)
    -	{
    -	STACK_OF(CMS_SignerInfo) *sinfos;
    -	CMS_SignerInfo *sitmp;
    -	int i;
    -	sinfos = CMS_get0_SignerInfos(cms);
    -	for (i = 0; i < sk_CMS_SignerInfo_num(sinfos); i++)
    -		{
    -		ASN1_OCTET_STRING *messageDigest;
    -		sitmp = sk_CMS_SignerInfo_value(sinfos, i);
    -		if (sitmp == si)
    -			continue;
    -		if (CMS_signed_get_attr_count(sitmp) < 0)
    -			continue;
    -		if (OBJ_cmp(si->digestAlgorithm->algorithm,
    -				sitmp->digestAlgorithm->algorithm))
    -			continue;
    -		messageDigest = CMS_signed_get0_data_by_OBJ(sitmp,
    -					OBJ_nid2obj(NID_pkcs9_messageDigest),
    -					-3, V_ASN1_OCTET_STRING);
    -		if (!messageDigest)
    -			{
    -			CMSerr(CMS_F_CMS_COPY_MESSAGEDIGEST,
    -				CMS_R_ERROR_READING_MESSAGEDIGEST_ATTRIBUTE);
    -			return 0;
    -			}
    -
    -		if (CMS_signed_add1_attr_by_NID(si, NID_pkcs9_messageDigest,
    -						V_ASN1_OCTET_STRING,
    -						messageDigest, -1))
    -			return 1;
    -		else
    -			return 0;
    -		}
    -		CMSerr(CMS_F_CMS_COPY_MESSAGEDIGEST, CMS_R_NO_MATCHING_DIGEST);
    -		return 0;
    -	}
    +{
    +    STACK_OF(CMS_SignerInfo) *sinfos;
    +    CMS_SignerInfo *sitmp;
    +    int i;
    +    sinfos = CMS_get0_SignerInfos(cms);
    +    for (i = 0; i < sk_CMS_SignerInfo_num(sinfos); i++) {
    +        ASN1_OCTET_STRING *messageDigest;
    +        sitmp = sk_CMS_SignerInfo_value(sinfos, i);
    +        if (sitmp == si)
    +            continue;
    +        if (CMS_signed_get_attr_count(sitmp) < 0)
    +            continue;
    +        if (OBJ_cmp(si->digestAlgorithm->algorithm,
    +                    sitmp->digestAlgorithm->algorithm))
    +            continue;
    +        messageDigest = CMS_signed_get0_data_by_OBJ(sitmp,
    +                                                    OBJ_nid2obj
    +                                                    (NID_pkcs9_messageDigest),
    +                                                    -3, V_ASN1_OCTET_STRING);
    +        if (!messageDigest) {
    +            CMSerr(CMS_F_CMS_COPY_MESSAGEDIGEST,
    +                   CMS_R_ERROR_READING_MESSAGEDIGEST_ATTRIBUTE);
    +            return 0;
    +        }
    +
    +        if (CMS_signed_add1_attr_by_NID(si, NID_pkcs9_messageDigest,
    +                                        V_ASN1_OCTET_STRING,
    +                                        messageDigest, -1))
    +            return 1;
    +        else
    +            return 0;
    +    }
    +    CMSerr(CMS_F_CMS_COPY_MESSAGEDIGEST, CMS_R_NO_MATCHING_DIGEST);
    +    return 0;
    +}
     
     int cms_set1_SignerIdentifier(CMS_SignerIdentifier *sid, X509 *cert, int type)
    -	{
    -	switch(type)
    -		{
    -		case CMS_SIGNERINFO_ISSUER_SERIAL:
    -		sid->d.issuerAndSerialNumber =
    -			M_ASN1_new_of(CMS_IssuerAndSerialNumber);
    -		if (!sid->d.issuerAndSerialNumber)
    -			goto merr;
    -		if (!X509_NAME_set(&sid->d.issuerAndSerialNumber->issuer,
    -					X509_get_issuer_name(cert)))
    -			goto merr;
    -		if (!ASN1_STRING_copy(
    -			sid->d.issuerAndSerialNumber->serialNumber,
    -				X509_get_serialNumber(cert)))
    -			goto merr;
    -		break;
    -
    -		case CMS_SIGNERINFO_KEYIDENTIFIER:
    -		if (!cert->skid)
    -			{
    -			CMSerr(CMS_F_CMS_SET1_SIGNERIDENTIFIER,
    -					CMS_R_CERTIFICATE_HAS_NO_KEYID);
    -			return 0;
    -			}
    -		sid->d.subjectKeyIdentifier = ASN1_STRING_dup(cert->skid);
    -		if (!sid->d.subjectKeyIdentifier)
    -			goto merr;
    -		break;
    -
    -		default:
    -		CMSerr(CMS_F_CMS_SET1_SIGNERIDENTIFIER, CMS_R_UNKNOWN_ID);
    -		return 0;
    -		}
    -
    -	sid->type = type;
    -
    -	return 1;
    -
    -	merr:
    -	CMSerr(CMS_F_CMS_SET1_SIGNERIDENTIFIER, ERR_R_MALLOC_FAILURE);
    -	return 0;
    -
    -	}
    +{
    +    switch (type) {
    +    case CMS_SIGNERINFO_ISSUER_SERIAL:
    +        if (!cms_set1_ias(&sid->d.issuerAndSerialNumber, cert))
    +            return 0;
    +        break;
    +
    +    case CMS_SIGNERINFO_KEYIDENTIFIER:
    +        if (!cms_set1_keyid(&sid->d.subjectKeyIdentifier, cert))
    +            return 0;
    +        break;
    +
    +    default:
    +        CMSerr(CMS_F_CMS_SET1_SIGNERIDENTIFIER, CMS_R_UNKNOWN_ID);
    +        return 0;
    +    }
    +
    +    sid->type = type;
    +
    +    return 1;
    +}
     
     int cms_SignerIdentifier_get0_signer_id(CMS_SignerIdentifier *sid,
    -					ASN1_OCTET_STRING **keyid,
    -					X509_NAME **issuer, ASN1_INTEGER **sno)
    -	{
    -	if (sid->type == CMS_SIGNERINFO_ISSUER_SERIAL)
    -		{
    -		if (issuer)
    -			*issuer = sid->d.issuerAndSerialNumber->issuer;
    -		if (sno)
    -			*sno = sid->d.issuerAndSerialNumber->serialNumber;
    -		}
    -	else if (sid->type == CMS_SIGNERINFO_KEYIDENTIFIER)
    -		{
    -		if (keyid)
    -			*keyid = sid->d.subjectKeyIdentifier;
    -		}
    -	else
    -		return 0;
    -	return 1;
    -	}
    +                                        ASN1_OCTET_STRING **keyid,
    +                                        X509_NAME **issuer,
    +                                        ASN1_INTEGER **sno)
    +{
    +    if (sid->type == CMS_SIGNERINFO_ISSUER_SERIAL) {
    +        if (issuer)
    +            *issuer = sid->d.issuerAndSerialNumber->issuer;
    +        if (sno)
    +            *sno = sid->d.issuerAndSerialNumber->serialNumber;
    +    } else if (sid->type == CMS_SIGNERINFO_KEYIDENTIFIER) {
    +        if (keyid)
    +            *keyid = sid->d.subjectKeyIdentifier;
    +    } else
    +        return 0;
    +    return 1;
    +}
     
     int cms_SignerIdentifier_cert_cmp(CMS_SignerIdentifier *sid, X509 *cert)
    -	{
    -	int ret;
    -	if (sid->type == CMS_SIGNERINFO_ISSUER_SERIAL)
    -		{
    -		ret = X509_NAME_cmp(sid->d.issuerAndSerialNumber->issuer,
    -					X509_get_issuer_name(cert));
    -		if (ret)
    -			return ret;
    -		return ASN1_INTEGER_cmp(sid->d.issuerAndSerialNumber->serialNumber,
    -					X509_get_serialNumber(cert));
    -		}
    -	else if (sid->type == CMS_SIGNERINFO_KEYIDENTIFIER)
    -		{
    -		X509_check_purpose(cert, -1, -1);
    -		if (!cert->skid)
    -			return -1;
    -		return ASN1_OCTET_STRING_cmp(sid->d.subjectKeyIdentifier,
    -							cert->skid);
    -		}
    -	else
    -		return -1;
    -	}
    +{
    +    if (sid->type == CMS_SIGNERINFO_ISSUER_SERIAL)
    +        return cms_ias_cert_cmp(sid->d.issuerAndSerialNumber, cert);
    +    else if (sid->type == CMS_SIGNERINFO_KEYIDENTIFIER)
    +        return cms_keyid_cert_cmp(sid->d.subjectKeyIdentifier, cert);
    +    else
    +        return -1;
    +}
    +
    +static int cms_sd_asn1_ctrl(CMS_SignerInfo *si, int cmd)
    +{
    +    EVP_PKEY *pkey = si->pkey;
    +    int i;
    +    if (!pkey->ameth || !pkey->ameth->pkey_ctrl)
    +        return 1;
    +    i = pkey->ameth->pkey_ctrl(pkey, ASN1_PKEY_CTRL_CMS_SIGN, cmd, si);
    +    if (i == -2) {
    +        CMSerr(CMS_F_CMS_SD_ASN1_CTRL, CMS_R_NOT_SUPPORTED_FOR_THIS_KEY_TYPE);
    +        return 0;
    +    }
    +    if (i <= 0) {
    +        CMSerr(CMS_F_CMS_SD_ASN1_CTRL, CMS_R_CTRL_FAILURE);
    +        return 0;
    +    }
    +    return 1;
    +}
     
     CMS_SignerInfo *CMS_add1_signer(CMS_ContentInfo *cms,
    -			X509 *signer, EVP_PKEY *pk, const EVP_MD *md,
    -			unsigned int flags)
    -	{
    -	CMS_SignedData *sd;
    -	CMS_SignerInfo *si = NULL;
    -	X509_ALGOR *alg;
    -	int i, type;
    -	if(!X509_check_private_key(signer, pk))
    -		{
    -		CMSerr(CMS_F_CMS_ADD1_SIGNER,
    -			CMS_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE);
    -                return NULL;
    -		}
    -	sd = cms_signed_data_init(cms);
    -	if (!sd)
    -		goto err;
    -	si = M_ASN1_new_of(CMS_SignerInfo);
    -	if (!si)
    -		goto merr;
    -	X509_check_purpose(signer, -1, -1);
    -
    -	CRYPTO_add(&pk->references, 1, CRYPTO_LOCK_EVP_PKEY);
    -	CRYPTO_add(&signer->references, 1, CRYPTO_LOCK_X509);
    -
    -	si->pkey = pk;
    -	si->signer = signer;
    -
    -	if (flags & CMS_USE_KEYID)
    -		{
    -		si->version = 3;
    -		if (sd->version < 3)
    -			sd->version = 3;
    -		type = CMS_SIGNERINFO_KEYIDENTIFIER;
    -		}
    -	else
    -		{
    -		type = CMS_SIGNERINFO_ISSUER_SERIAL;
    -		si->version = 1;
    -		}
    -
    -	if (!cms_set1_SignerIdentifier(si->sid, signer, type))
    -		goto err;
    -
    -	if (md == NULL)
    -		{
    -		int def_nid;
    -		if (EVP_PKEY_get_default_digest_nid(pk, &def_nid) <= 0)
    -			goto err;
    -		md = EVP_get_digestbynid(def_nid);
    -		if (md == NULL)
    -			{
    -			CMSerr(CMS_F_CMS_ADD1_SIGNER, CMS_R_NO_DEFAULT_DIGEST);
    -			goto err;
    -			}
    -		}
    -
    -	if (!md)
    -		{
    -		CMSerr(CMS_F_CMS_ADD1_SIGNER, CMS_R_NO_DIGEST_SET);
    -		goto err;
    -		}
    -
    -	cms_DigestAlgorithm_set(si->digestAlgorithm, md);
    -
    -	/* See if digest is present in digestAlgorithms */
    -	for (i = 0; i < sk_X509_ALGOR_num(sd->digestAlgorithms); i++)
    -		{
    -		ASN1_OBJECT *aoid;
    -		alg = sk_X509_ALGOR_value(sd->digestAlgorithms, i);
    -		X509_ALGOR_get0(&aoid, NULL, NULL, alg);
    -		if (OBJ_obj2nid(aoid) == EVP_MD_type(md))
    -			break;
    -		}
    -
    -	if (i == sk_X509_ALGOR_num(sd->digestAlgorithms))
    -		{
    -		alg = X509_ALGOR_new();
    -		if (!alg)
    -			goto merr;
    -		cms_DigestAlgorithm_set(alg, md);
    -		if (!sk_X509_ALGOR_push(sd->digestAlgorithms, alg))
    -			{
    -			X509_ALGOR_free(alg);
    -			goto merr;
    -			}
    -		}
    -
    -	if (pk->ameth && pk->ameth->pkey_ctrl)
    -		{
    -		i = pk->ameth->pkey_ctrl(pk, ASN1_PKEY_CTRL_CMS_SIGN,
    -						0, si);
    -		if (i == -2)
    -			{
    -			CMSerr(CMS_F_CMS_ADD1_SIGNER,
    -				CMS_R_NOT_SUPPORTED_FOR_THIS_KEY_TYPE);
    -			goto err;
    -			}
    -		if (i <= 0)
    -			{
    -			CMSerr(CMS_F_CMS_ADD1_SIGNER, CMS_R_CTRL_FAILURE);
    -			goto err;
    -			}
    -		}
    -
    -	if (!(flags & CMS_NOATTR))
    -		{
    -		/* Initialialize signed attributes strutucture so other
    -		 * attributes such as signing time etc are added later
    -		 * even if we add none here.
    -		 */
    -		if (!si->signedAttrs)
    -			{
    -			si->signedAttrs = sk_X509_ATTRIBUTE_new_null();
    -			if (!si->signedAttrs)
    -				goto merr;
    -			}
    -
    -		if (!(flags & CMS_NOSMIMECAP))
    -			{
    -			STACK_OF(X509_ALGOR) *smcap = NULL;
    -			i = CMS_add_standard_smimecap(&smcap);
    -			if (i)
    -				i = CMS_add_smimecap(si, smcap);
    -			sk_X509_ALGOR_pop_free(smcap, X509_ALGOR_free);
    -			if (!i)
    -				goto merr;
    -			}
    -		if (flags & CMS_REUSE_DIGEST)
    -			{
    -			if (!cms_copy_messageDigest(cms, si))
    -				goto err;
    -			if (!(flags & CMS_PARTIAL) &&
    -					!CMS_SignerInfo_sign(si))
    -				goto err;
    -			}
    -		}
    -
    -	if (!(flags & CMS_NOCERTS))
    -		{
    -		/* NB ignore -1 return for duplicate cert */
    -		if (!CMS_add1_cert(cms, signer))
    -			goto merr;
    -		}
    -
    -	if (!sd->signerInfos)
    -		sd->signerInfos = sk_CMS_SignerInfo_new_null();
    -	if (!sd->signerInfos ||
    -		!sk_CMS_SignerInfo_push(sd->signerInfos, si))
    -		goto merr;
    -
    -	return si;
    -
    -	merr:
    -	CMSerr(CMS_F_CMS_ADD1_SIGNER, ERR_R_MALLOC_FAILURE);
    -	err:
    -	if (si)
    -		M_ASN1_free_of(si, CMS_SignerInfo);
    -	return NULL;
    -
    -	}
    +                                X509 *signer, EVP_PKEY *pk, const EVP_MD *md,
    +                                unsigned int flags)
    +{
    +    CMS_SignedData *sd;
    +    CMS_SignerInfo *si = NULL;
    +    X509_ALGOR *alg;
    +    int i, type;
    +    if (!X509_check_private_key(signer, pk)) {
    +        CMSerr(CMS_F_CMS_ADD1_SIGNER,
    +               CMS_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE);
    +        return NULL;
    +    }
    +    sd = cms_signed_data_init(cms);
    +    if (!sd)
    +        goto err;
    +    si = M_ASN1_new_of(CMS_SignerInfo);
    +    if (!si)
    +        goto merr;
    +    X509_check_purpose(signer, -1, -1);
    +
    +    CRYPTO_add(&pk->references, 1, CRYPTO_LOCK_EVP_PKEY);
    +    CRYPTO_add(&signer->references, 1, CRYPTO_LOCK_X509);
    +
    +    si->pkey = pk;
    +    si->signer = signer;
    +    EVP_MD_CTX_init(&si->mctx);
    +    si->pctx = NULL;
    +
    +    if (flags & CMS_USE_KEYID) {
    +        si->version = 3;
    +        if (sd->version < 3)
    +            sd->version = 3;
    +        type = CMS_SIGNERINFO_KEYIDENTIFIER;
    +    } else {
    +        type = CMS_SIGNERINFO_ISSUER_SERIAL;
    +        si->version = 1;
    +    }
    +
    +    if (!cms_set1_SignerIdentifier(si->sid, signer, type))
    +        goto err;
    +
    +    if (md == NULL) {
    +        int def_nid;
    +        if (EVP_PKEY_get_default_digest_nid(pk, &def_nid) <= 0)
    +            goto err;
    +        md = EVP_get_digestbynid(def_nid);
    +        if (md == NULL) {
    +            CMSerr(CMS_F_CMS_ADD1_SIGNER, CMS_R_NO_DEFAULT_DIGEST);
    +            goto err;
    +        }
    +    }
    +
    +    if (!md) {
    +        CMSerr(CMS_F_CMS_ADD1_SIGNER, CMS_R_NO_DIGEST_SET);
    +        goto err;
    +    }
    +
    +    cms_DigestAlgorithm_set(si->digestAlgorithm, md);
    +
    +    /* See if digest is present in digestAlgorithms */
    +    for (i = 0; i < sk_X509_ALGOR_num(sd->digestAlgorithms); i++) {
    +        ASN1_OBJECT *aoid;
    +        alg = sk_X509_ALGOR_value(sd->digestAlgorithms, i);
    +        X509_ALGOR_get0(&aoid, NULL, NULL, alg);
    +        if (OBJ_obj2nid(aoid) == EVP_MD_type(md))
    +            break;
    +    }
    +
    +    if (i == sk_X509_ALGOR_num(sd->digestAlgorithms)) {
    +        alg = X509_ALGOR_new();
    +        if (!alg)
    +            goto merr;
    +        cms_DigestAlgorithm_set(alg, md);
    +        if (!sk_X509_ALGOR_push(sd->digestAlgorithms, alg)) {
    +            X509_ALGOR_free(alg);
    +            goto merr;
    +        }
    +    }
    +
    +    if (!(flags & CMS_KEY_PARAM) && !cms_sd_asn1_ctrl(si, 0))
    +        goto err;
    +    if (!(flags & CMS_NOATTR)) {
    +        /*
    +         * Initialialize signed attributes strutucture so other attributes
    +         * such as signing time etc are added later even if we add none here.
    +         */
    +        if (!si->signedAttrs) {
    +            si->signedAttrs = sk_X509_ATTRIBUTE_new_null();
    +            if (!si->signedAttrs)
    +                goto merr;
    +        }
    +
    +        if (!(flags & CMS_NOSMIMECAP)) {
    +            STACK_OF(X509_ALGOR) *smcap = NULL;
    +            i = CMS_add_standard_smimecap(&smcap);
    +            if (i)
    +                i = CMS_add_smimecap(si, smcap);
    +            sk_X509_ALGOR_pop_free(smcap, X509_ALGOR_free);
    +            if (!i)
    +                goto merr;
    +        }
    +        if (flags & CMS_REUSE_DIGEST) {
    +            if (!cms_copy_messageDigest(cms, si))
    +                goto err;
    +            if (!(flags & (CMS_PARTIAL | CMS_KEY_PARAM)) &&
    +                !CMS_SignerInfo_sign(si))
    +                goto err;
    +        }
    +    }
    +
    +    if (!(flags & CMS_NOCERTS)) {
    +        /* NB ignore -1 return for duplicate cert */
    +        if (!CMS_add1_cert(cms, signer))
    +            goto merr;
    +    }
    +
    +    if (flags & CMS_KEY_PARAM) {
    +        if (flags & CMS_NOATTR) {
    +            si->pctx = EVP_PKEY_CTX_new(si->pkey, NULL);
    +            if (!si->pctx)
    +                goto err;
    +            if (EVP_PKEY_sign_init(si->pctx) <= 0)
    +                goto err;
    +            if (EVP_PKEY_CTX_set_signature_md(si->pctx, md) <= 0)
    +                goto err;
    +        } else if (EVP_DigestSignInit(&si->mctx, &si->pctx, md, NULL, pk) <=
    +                   0)
    +            goto err;
    +    }
    +
    +    if (!sd->signerInfos)
    +        sd->signerInfos = sk_CMS_SignerInfo_new_null();
    +    if (!sd->signerInfos || !sk_CMS_SignerInfo_push(sd->signerInfos, si))
    +        goto merr;
    +
    +    return si;
    +
    + merr:
    +    CMSerr(CMS_F_CMS_ADD1_SIGNER, ERR_R_MALLOC_FAILURE);
    + err:
    +    if (si)
    +        M_ASN1_free_of(si, CMS_SignerInfo);
    +    return NULL;
    +
    +}
     
     static int cms_add1_signingTime(CMS_SignerInfo *si, ASN1_TIME *t)
    -	{
    -	ASN1_TIME *tt;
    -	int r = 0;
    -	if (t)
    -		tt = t;
    -	else
    -		tt = X509_gmtime_adj(NULL, 0);
    +{
    +    ASN1_TIME *tt;
    +    int r = 0;
    +    if (t)
    +        tt = t;
    +    else
    +        tt = X509_gmtime_adj(NULL, 0);
    +
    +    if (!tt)
    +        goto merr;
     
    -	if (!tt)
    -		goto merr;
    +    if (CMS_signed_add1_attr_by_NID(si, NID_pkcs9_signingTime,
    +                                    tt->type, tt, -1) <= 0)
    +        goto merr;
     
    -	if (CMS_signed_add1_attr_by_NID(si, NID_pkcs9_signingTime,
    -						tt->type, tt, -1) <= 0)
    -		goto merr;
    +    r = 1;
     
    -	r = 1;
    + merr:
     
    -	merr:
    +    if (!t)
    +        ASN1_TIME_free(tt);
     
    -	if (!t)
    -		ASN1_TIME_free(tt);
    +    if (!r)
    +        CMSerr(CMS_F_CMS_ADD1_SIGNINGTIME, ERR_R_MALLOC_FAILURE);
     
    -	if (!r)
    -		CMSerr(CMS_F_CMS_ADD1_SIGNINGTIME, ERR_R_MALLOC_FAILURE);
    +    return r;
     
    -	return r;
    +}
     
    -	}
    +EVP_PKEY_CTX *CMS_SignerInfo_get0_pkey_ctx(CMS_SignerInfo *si)
    +{
    +    return si->pctx;
    +}
    +
    +EVP_MD_CTX *CMS_SignerInfo_get0_md_ctx(CMS_SignerInfo *si)
    +{
    +    return &si->mctx;
    +}
     
     STACK_OF(CMS_SignerInfo) *CMS_get0_SignerInfos(CMS_ContentInfo *cms)
    -	{
    -	CMS_SignedData *sd;
    -	sd = cms_get0_signed(cms);
    -	if (!sd)
    -		return NULL;
    -	return sd->signerInfos;
    -	}
    +{
    +    CMS_SignedData *sd;
    +    sd = cms_get0_signed(cms);
    +    if (!sd)
    +        return NULL;
    +    return sd->signerInfos;
    +}
     
     STACK_OF(X509) *CMS_get0_signers(CMS_ContentInfo *cms)
    -	{
    -	STACK_OF(X509) *signers = NULL;
    -	STACK_OF(CMS_SignerInfo) *sinfos;
    -	CMS_SignerInfo *si;
    -	int i;
    -	sinfos = CMS_get0_SignerInfos(cms);
    -	for (i = 0; i < sk_CMS_SignerInfo_num(sinfos); i++)
    -		{
    -		si = sk_CMS_SignerInfo_value(sinfos, i);
    -		if (si->signer)
    -			{
    -			if (!signers)
    -				{
    -				signers = sk_X509_new_null();
    -				if (!signers)
    -					return NULL;
    -				}
    -			if (!sk_X509_push(signers, si->signer))
    -				{
    -				sk_X509_free(signers);
    -				return NULL;
    -				}
    -			}
    -		}
    -	return signers;
    -	}
    +{
    +    STACK_OF(X509) *signers = NULL;
    +    STACK_OF(CMS_SignerInfo) *sinfos;
    +    CMS_SignerInfo *si;
    +    int i;
    +    sinfos = CMS_get0_SignerInfos(cms);
    +    for (i = 0; i < sk_CMS_SignerInfo_num(sinfos); i++) {
    +        si = sk_CMS_SignerInfo_value(sinfos, i);
    +        if (si->signer) {
    +            if (!signers) {
    +                signers = sk_X509_new_null();
    +                if (!signers)
    +                    return NULL;
    +            }
    +            if (!sk_X509_push(signers, si->signer)) {
    +                sk_X509_free(signers);
    +                return NULL;
    +            }
    +        }
    +    }
    +    return signers;
    +}
     
     void CMS_SignerInfo_set1_signer_cert(CMS_SignerInfo *si, X509 *signer)
    -	{
    -	if (signer)
    -		{
    -		CRYPTO_add(&signer->references, 1, CRYPTO_LOCK_X509);
    -		if (si->pkey)
    -			EVP_PKEY_free(si->pkey);
    -		si->pkey = X509_get_pubkey(signer);
    -		}
    -	if (si->signer)
    -		X509_free(si->signer);
    -	si->signer = signer;
    -	}
    +{
    +    if (signer) {
    +        CRYPTO_add(&signer->references, 1, CRYPTO_LOCK_X509);
    +        if (si->pkey)
    +            EVP_PKEY_free(si->pkey);
    +        si->pkey = X509_get_pubkey(signer);
    +    }
    +    if (si->signer)
    +        X509_free(si->signer);
    +    si->signer = signer;
    +}
     
     int CMS_SignerInfo_get0_signer_id(CMS_SignerInfo *si,
    -					ASN1_OCTET_STRING **keyid,
    -					X509_NAME **issuer, ASN1_INTEGER **sno)
    -	{
    -	return cms_SignerIdentifier_get0_signer_id(si->sid, keyid, issuer, sno);
    -	}
    +                                  ASN1_OCTET_STRING **keyid,
    +                                  X509_NAME **issuer, ASN1_INTEGER **sno)
    +{
    +    return cms_SignerIdentifier_get0_signer_id(si->sid, keyid, issuer, sno);
    +}
     
     int CMS_SignerInfo_cert_cmp(CMS_SignerInfo *si, X509 *cert)
    -	{
    -	return cms_SignerIdentifier_cert_cmp(si->sid, cert);
    -	}
    +{
    +    return cms_SignerIdentifier_cert_cmp(si->sid, cert);
    +}
     
     int CMS_set1_signers_certs(CMS_ContentInfo *cms, STACK_OF(X509) *scerts,
    -				unsigned int flags)
    -	{
    -	CMS_SignedData *sd;
    -	CMS_SignerInfo *si;
    -	CMS_CertificateChoices *cch;
    -	STACK_OF(CMS_CertificateChoices) *certs;
    -	X509 *x;
    -	int i, j;
    -	int ret = 0;
    -	sd = cms_get0_signed(cms);
    -	if (!sd)
    -		return -1;
    -	certs = sd->certificates;
    -	for (i = 0; i < sk_CMS_SignerInfo_num(sd->signerInfos); i++)
    -		{
    -		si = sk_CMS_SignerInfo_value(sd->signerInfos, i);
    -		if (si->signer)
    -			continue;
    -
    -		for (j = 0; j < sk_X509_num(scerts); j++)
    -			{
    -			x = sk_X509_value(scerts, j);
    -			if (CMS_SignerInfo_cert_cmp(si, x) == 0)
    -				{
    -				CMS_SignerInfo_set1_signer_cert(si, x);
    -				ret++;
    -				break;
    -				}
    -			}
    -
    -		if (si->signer || (flags & CMS_NOINTERN))
    -			continue;
    -
    -		for (j = 0; j < sk_CMS_CertificateChoices_num(certs); j++)
    -			{
    -			cch = sk_CMS_CertificateChoices_value(certs, j);
    -			if (cch->type != 0)
    -				continue;
    -			x = cch->d.certificate;
    -			if (CMS_SignerInfo_cert_cmp(si, x) == 0)
    -				{
    -				CMS_SignerInfo_set1_signer_cert(si, x);
    -				ret++;
    -				break;
    -				}
    -			}
    -		}
    -	return ret;
    -	}
    -
    -void CMS_SignerInfo_get0_algs(CMS_SignerInfo *si, EVP_PKEY **pk, X509 **signer,
    -					X509_ALGOR **pdig, X509_ALGOR **psig)
    -	{
    -	if (pk)
    -		*pk = si->pkey;
    -	if (signer)
    -		*signer = si->signer;
    -	if (pdig)
    -		*pdig = si->digestAlgorithm;
    -	if (psig)
    -		*psig = si->signatureAlgorithm;
    -	}
    +                           unsigned int flags)
    +{
    +    CMS_SignedData *sd;
    +    CMS_SignerInfo *si;
    +    CMS_CertificateChoices *cch;
    +    STACK_OF(CMS_CertificateChoices) *certs;
    +    X509 *x;
    +    int i, j;
    +    int ret = 0;
    +    sd = cms_get0_signed(cms);
    +    if (!sd)
    +        return -1;
    +    certs = sd->certificates;
    +    for (i = 0; i < sk_CMS_SignerInfo_num(sd->signerInfos); i++) {
    +        si = sk_CMS_SignerInfo_value(sd->signerInfos, i);
    +        if (si->signer)
    +            continue;
    +
    +        for (j = 0; j < sk_X509_num(scerts); j++) {
    +            x = sk_X509_value(scerts, j);
    +            if (CMS_SignerInfo_cert_cmp(si, x) == 0) {
    +                CMS_SignerInfo_set1_signer_cert(si, x);
    +                ret++;
    +                break;
    +            }
    +        }
    +
    +        if (si->signer || (flags & CMS_NOINTERN))
    +            continue;
    +
    +        for (j = 0; j < sk_CMS_CertificateChoices_num(certs); j++) {
    +            cch = sk_CMS_CertificateChoices_value(certs, j);
    +            if (cch->type != 0)
    +                continue;
    +            x = cch->d.certificate;
    +            if (CMS_SignerInfo_cert_cmp(si, x) == 0) {
    +                CMS_SignerInfo_set1_signer_cert(si, x);
    +                ret++;
    +                break;
    +            }
    +        }
    +    }
    +    return ret;
    +}
    +
    +void CMS_SignerInfo_get0_algs(CMS_SignerInfo *si, EVP_PKEY **pk,
    +                              X509 **signer, X509_ALGOR **pdig,
    +                              X509_ALGOR **psig)
    +{
    +    if (pk)
    +        *pk = si->pkey;
    +    if (signer)
    +        *signer = si->signer;
    +    if (pdig)
    +        *pdig = si->digestAlgorithm;
    +    if (psig)
    +        *psig = si->signatureAlgorithm;
    +}
    +
    +ASN1_OCTET_STRING *CMS_SignerInfo_get0_signature(CMS_SignerInfo *si)
    +{
    +    return si->signature;
    +}
     
     static int cms_SignerInfo_content_sign(CMS_ContentInfo *cms,
    -					CMS_SignerInfo *si, BIO *chain)
    -	{
    -	EVP_MD_CTX mctx;
    -	int r = 0;
    -	EVP_MD_CTX_init(&mctx);
    -
    -
    -	if (!si->pkey)
    -		{
    -		CMSerr(CMS_F_CMS_SIGNERINFO_CONTENT_SIGN, CMS_R_NO_PRIVATE_KEY);
    -		return 0;
    -		}
    -
    -	if (!cms_DigestAlgorithm_find_ctx(&mctx, chain, si->digestAlgorithm))
    -		goto err;
    -
    -	/* If any signed attributes calculate and add messageDigest attribute */
    -
    -	if (CMS_signed_get_attr_count(si) >= 0)
    -		{
    -		ASN1_OBJECT *ctype =
    -			cms->d.signedData->encapContentInfo->eContentType; 
    -		unsigned char md[EVP_MAX_MD_SIZE];
    -		unsigned int mdlen;
    -		if (!EVP_DigestFinal_ex(&mctx, md, &mdlen))
    -			goto err;
    -		if (!CMS_signed_add1_attr_by_NID(si, NID_pkcs9_messageDigest,
    -						V_ASN1_OCTET_STRING,
    -						md, mdlen))
    -			goto err;
    -		/* Copy content type across */
    -		if (CMS_signed_add1_attr_by_NID(si, NID_pkcs9_contentType,
    -					V_ASN1_OBJECT, ctype, -1) <= 0)
    -			goto err;
    -		if (!CMS_SignerInfo_sign(si))
    -			goto err;
    -		}
    -	else
    -		{
    -		unsigned char *sig;
    -		unsigned int siglen;
    -		sig = OPENSSL_malloc(EVP_PKEY_size(si->pkey));
    -		if (!sig)
    -			{
    -			CMSerr(CMS_F_CMS_SIGNERINFO_CONTENT_SIGN,
    -					ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -		if (!EVP_SignFinal(&mctx, sig, &siglen, si->pkey))
    -			{
    -			CMSerr(CMS_F_CMS_SIGNERINFO_CONTENT_SIGN,
    -					CMS_R_SIGNFINAL_ERROR);
    -			OPENSSL_free(sig);
    -			goto err;
    -			}
    -		ASN1_STRING_set0(si->signature, sig, siglen);
    -		}
    -
    -	r = 1;
    -
    -	err:
    -	EVP_MD_CTX_cleanup(&mctx);
    -	return r;
    -
    -	}
    +                                       CMS_SignerInfo *si, BIO *chain)
    +{
    +    EVP_MD_CTX mctx;
    +    int r = 0;
    +    EVP_PKEY_CTX *pctx = NULL;
    +    EVP_MD_CTX_init(&mctx);
    +
    +    if (!si->pkey) {
    +        CMSerr(CMS_F_CMS_SIGNERINFO_CONTENT_SIGN, CMS_R_NO_PRIVATE_KEY);
    +        return 0;
    +    }
    +
    +    if (!cms_DigestAlgorithm_find_ctx(&mctx, chain, si->digestAlgorithm))
    +        goto err;
    +    /* Set SignerInfo algortihm details if we used custom parametsr */
    +    if (si->pctx && !cms_sd_asn1_ctrl(si, 0))
    +        goto err;
    +
    +    /*
    +     * If any signed attributes calculate and add messageDigest attribute
    +     */
    +
    +    if (CMS_signed_get_attr_count(si) >= 0) {
    +        ASN1_OBJECT *ctype =
    +            cms->d.signedData->encapContentInfo->eContentType;
    +        unsigned char md[EVP_MAX_MD_SIZE];
    +        unsigned int mdlen;
    +        if (!EVP_DigestFinal_ex(&mctx, md, &mdlen))
    +            goto err;
    +        if (!CMS_signed_add1_attr_by_NID(si, NID_pkcs9_messageDigest,
    +                                         V_ASN1_OCTET_STRING, md, mdlen))
    +            goto err;
    +        /* Copy content type across */
    +        if (CMS_signed_add1_attr_by_NID(si, NID_pkcs9_contentType,
    +                                        V_ASN1_OBJECT, ctype, -1) <= 0)
    +            goto err;
    +        if (!CMS_SignerInfo_sign(si))
    +            goto err;
    +    } else if (si->pctx) {
    +        unsigned char *sig;
    +        size_t siglen;
    +        unsigned char md[EVP_MAX_MD_SIZE];
    +        unsigned int mdlen;
    +        pctx = si->pctx;
    +        if (!EVP_DigestFinal_ex(&mctx, md, &mdlen))
    +            goto err;
    +        siglen = EVP_PKEY_size(si->pkey);
    +        sig = OPENSSL_malloc(siglen);
    +        if (!sig) {
    +            CMSerr(CMS_F_CMS_SIGNERINFO_CONTENT_SIGN, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +        if (EVP_PKEY_sign(pctx, sig, &siglen, md, mdlen) <= 0)
    +            goto err;
    +        ASN1_STRING_set0(si->signature, sig, siglen);
    +    } else {
    +        unsigned char *sig;
    +        unsigned int siglen;
    +        sig = OPENSSL_malloc(EVP_PKEY_size(si->pkey));
    +        if (!sig) {
    +            CMSerr(CMS_F_CMS_SIGNERINFO_CONTENT_SIGN, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +        if (!EVP_SignFinal(&mctx, sig, &siglen, si->pkey)) {
    +            CMSerr(CMS_F_CMS_SIGNERINFO_CONTENT_SIGN, CMS_R_SIGNFINAL_ERROR);
    +            OPENSSL_free(sig);
    +            goto err;
    +        }
    +        ASN1_STRING_set0(si->signature, sig, siglen);
    +    }
    +
    +    r = 1;
    +
    + err:
    +    EVP_MD_CTX_cleanup(&mctx);
    +    if (pctx)
    +        EVP_PKEY_CTX_free(pctx);
    +    return r;
    +
    +}
     
     int cms_SignedData_final(CMS_ContentInfo *cms, BIO *chain)
    -	{
    -	STACK_OF(CMS_SignerInfo) *sinfos;
    -	CMS_SignerInfo *si;
    -	int i;
    -	sinfos = CMS_get0_SignerInfos(cms);
    -	for (i = 0; i < sk_CMS_SignerInfo_num(sinfos); i++)
    -		{
    -		si = sk_CMS_SignerInfo_value(sinfos, i);
    -		if (!cms_SignerInfo_content_sign(cms, si, chain))
    -			return 0;
    -		}
    -	cms->d.signedData->encapContentInfo->partial = 0;
    -	return 1;
    -	}
    +{
    +    STACK_OF(CMS_SignerInfo) *sinfos;
    +    CMS_SignerInfo *si;
    +    int i;
    +    sinfos = CMS_get0_SignerInfos(cms);
    +    for (i = 0; i < sk_CMS_SignerInfo_num(sinfos); i++) {
    +        si = sk_CMS_SignerInfo_value(sinfos, i);
    +        if (!cms_SignerInfo_content_sign(cms, si, chain))
    +            return 0;
    +    }
    +    cms->d.signedData->encapContentInfo->partial = 0;
    +    return 1;
    +}
     
     int CMS_SignerInfo_sign(CMS_SignerInfo *si)
    -	{
    -	EVP_MD_CTX mctx;
    -	EVP_PKEY_CTX *pctx;
    -	unsigned char *abuf = NULL;
    -	int alen;
    -	size_t siglen;
    -	const EVP_MD *md = NULL;
    -
    -	md = EVP_get_digestbyobj(si->digestAlgorithm->algorithm);
    -	if (md == NULL)
    -		return 0;
    -
    -	EVP_MD_CTX_init(&mctx);
    -
    -	if (CMS_signed_get_attr_by_NID(si, NID_pkcs9_signingTime, -1) < 0)
    -		{
    -		if (!cms_add1_signingTime(si, NULL))
    -			goto err;
    -		}
    -
    -	if (EVP_DigestSignInit(&mctx, &pctx, md, NULL, si->pkey) <= 0)
    -		goto err;
    -
    -	if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_SIGN,
    -				EVP_PKEY_CTRL_CMS_SIGN, 0, si) <= 0)
    -		{
    -		CMSerr(CMS_F_CMS_SIGNERINFO_SIGN, CMS_R_CTRL_ERROR);
    -		goto err;
    -		}
    -
    -	alen = ASN1_item_i2d((ASN1_VALUE *)si->signedAttrs,&abuf,
    -				ASN1_ITEM_rptr(CMS_Attributes_Sign));
    -	if(!abuf)
    -		goto err;
    -	if (EVP_DigestSignUpdate(&mctx, abuf, alen) <= 0)
    -		goto err;
    -	if (EVP_DigestSignFinal(&mctx, NULL, &siglen) <= 0)
    -		goto err;
    -	OPENSSL_free(abuf);
    -	abuf = OPENSSL_malloc(siglen);
    -	if(!abuf)
    -		goto err;
    -	if (EVP_DigestSignFinal(&mctx, abuf, &siglen) <= 0)
    -		goto err;
    -
    -	if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_SIGN,
    -				EVP_PKEY_CTRL_CMS_SIGN, 1, si) <= 0)
    -		{
    -		CMSerr(CMS_F_CMS_SIGNERINFO_SIGN, CMS_R_CTRL_ERROR);
    -		goto err;
    -		}
    -
    -	EVP_MD_CTX_cleanup(&mctx);
    -
    -	ASN1_STRING_set0(si->signature, abuf, siglen);
    -
    -	return 1;
    -
    -	err:
    -	if (abuf)
    -		OPENSSL_free(abuf);
    -	EVP_MD_CTX_cleanup(&mctx);
    -	return 0;
    -
    -	}
    +{
    +    EVP_MD_CTX *mctx = &si->mctx;
    +    EVP_PKEY_CTX *pctx;
    +    unsigned char *abuf = NULL;
    +    int alen;
    +    size_t siglen;
    +    const EVP_MD *md = NULL;
    +
    +    md = EVP_get_digestbyobj(si->digestAlgorithm->algorithm);
    +    if (md == NULL)
    +        return 0;
    +
    +    if (CMS_signed_get_attr_by_NID(si, NID_pkcs9_signingTime, -1) < 0) {
    +        if (!cms_add1_signingTime(si, NULL))
    +            goto err;
    +    }
    +
    +    if (si->pctx)
    +        pctx = si->pctx;
    +    else {
    +        EVP_MD_CTX_init(mctx);
    +        if (EVP_DigestSignInit(mctx, &pctx, md, NULL, si->pkey) <= 0)
    +            goto err;
    +    }
    +
    +    if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_SIGN,
    +                          EVP_PKEY_CTRL_CMS_SIGN, 0, si) <= 0) {
    +        CMSerr(CMS_F_CMS_SIGNERINFO_SIGN, CMS_R_CTRL_ERROR);
    +        goto err;
    +    }
    +
    +    alen = ASN1_item_i2d((ASN1_VALUE *)si->signedAttrs, &abuf,
    +                         ASN1_ITEM_rptr(CMS_Attributes_Sign));
    +    if (!abuf)
    +        goto err;
    +    if (EVP_DigestSignUpdate(mctx, abuf, alen) <= 0)
    +        goto err;
    +    if (EVP_DigestSignFinal(mctx, NULL, &siglen) <= 0)
    +        goto err;
    +    OPENSSL_free(abuf);
    +    abuf = OPENSSL_malloc(siglen);
    +    if (!abuf)
    +        goto err;
    +    if (EVP_DigestSignFinal(mctx, abuf, &siglen) <= 0)
    +        goto err;
    +
    +    if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_SIGN,
    +                          EVP_PKEY_CTRL_CMS_SIGN, 1, si) <= 0) {
    +        CMSerr(CMS_F_CMS_SIGNERINFO_SIGN, CMS_R_CTRL_ERROR);
    +        goto err;
    +    }
    +
    +    EVP_MD_CTX_cleanup(mctx);
    +
    +    ASN1_STRING_set0(si->signature, abuf, siglen);
    +
    +    return 1;
    +
    + err:
    +    if (abuf)
    +        OPENSSL_free(abuf);
    +    EVP_MD_CTX_cleanup(mctx);
    +    return 0;
    +
    +}
     
     int CMS_SignerInfo_verify(CMS_SignerInfo *si)
    -	{
    -	EVP_MD_CTX mctx;
    -	EVP_PKEY_CTX *pctx;
    -	unsigned char *abuf = NULL;
    -	int alen, r = -1;
    -	const EVP_MD *md = NULL;
    -
    -	if (!si->pkey)
    -		{
    -		CMSerr(CMS_F_CMS_SIGNERINFO_VERIFY, CMS_R_NO_PUBLIC_KEY);
    -		return -1;
    -		}
    -
    -	md = EVP_get_digestbyobj(si->digestAlgorithm->algorithm);
    -	if (md == NULL)
    -		return -1;
    -	EVP_MD_CTX_init(&mctx);
    -	if (EVP_DigestVerifyInit(&mctx, &pctx, md, NULL, si->pkey) <= 0)
    -		goto err;
    -
    -	alen = ASN1_item_i2d((ASN1_VALUE *)si->signedAttrs,&abuf,
    -				ASN1_ITEM_rptr(CMS_Attributes_Verify));
    -	if(!abuf)
    -		goto err;
    -	r = EVP_DigestVerifyUpdate(&mctx, abuf, alen);
    -	OPENSSL_free(abuf);
    -	if (r <= 0)
    -		{
    -		r = -1;
    -		goto err;
    -		}
    -	r = EVP_DigestVerifyFinal(&mctx,
    -			si->signature->data, si->signature->length);
    -	if (r <= 0)
    -		CMSerr(CMS_F_CMS_SIGNERINFO_VERIFY, CMS_R_VERIFICATION_FAILURE);
    -	err:
    -	EVP_MD_CTX_cleanup(&mctx);
    -	return r;
    -	}
    +{
    +    EVP_MD_CTX *mctx = &si->mctx;
    +    unsigned char *abuf = NULL;
    +    int alen, r = -1;
    +    const EVP_MD *md = NULL;
    +
    +    if (!si->pkey) {
    +        CMSerr(CMS_F_CMS_SIGNERINFO_VERIFY, CMS_R_NO_PUBLIC_KEY);
    +        return -1;
    +    }
    +
    +    md = EVP_get_digestbyobj(si->digestAlgorithm->algorithm);
    +    if (md == NULL)
    +        return -1;
    +    EVP_MD_CTX_init(mctx);
    +    if (EVP_DigestVerifyInit(mctx, &si->pctx, md, NULL, si->pkey) <= 0)
    +        goto err;
    +
    +    if (!cms_sd_asn1_ctrl(si, 1))
    +        goto err;
    +
    +    alen = ASN1_item_i2d((ASN1_VALUE *)si->signedAttrs, &abuf,
    +                         ASN1_ITEM_rptr(CMS_Attributes_Verify));
    +    if (!abuf)
    +        goto err;
    +    r = EVP_DigestVerifyUpdate(mctx, abuf, alen);
    +    OPENSSL_free(abuf);
    +    if (r <= 0) {
    +        r = -1;
    +        goto err;
    +    }
    +    r = EVP_DigestVerifyFinal(mctx,
    +                              si->signature->data, si->signature->length);
    +    if (r <= 0)
    +        CMSerr(CMS_F_CMS_SIGNERINFO_VERIFY, CMS_R_VERIFICATION_FAILURE);
    + err:
    +    EVP_MD_CTX_cleanup(mctx);
    +    return r;
    +}
     
     /* Create a chain of digest BIOs from a CMS ContentInfo */
     
     BIO *cms_SignedData_init_bio(CMS_ContentInfo *cms)
    -	{
    -	int i;
    -	CMS_SignedData *sd;
    -	BIO *chain = NULL;
    -	sd = cms_get0_signed(cms);
    -	if (!sd)
    -		return NULL;
    -	if (cms->d.signedData->encapContentInfo->partial)
    -		cms_sd_set_version(sd);
    -	for (i = 0; i < sk_X509_ALGOR_num(sd->digestAlgorithms); i++)
    -		{
    -		X509_ALGOR *digestAlgorithm;
    -		BIO *mdbio;
    -		digestAlgorithm = sk_X509_ALGOR_value(sd->digestAlgorithms, i);
    -		mdbio = cms_DigestAlgorithm_init_bio(digestAlgorithm);
    -		if (!mdbio)
    -			goto err;	
    -		if (chain)
    -			 BIO_push(chain, mdbio);
    -		else
    -			chain = mdbio;
    -		}
    -	return chain;
    -	err:
    -	if (chain)
    -		BIO_free_all(chain);
    -	return NULL;
    -	}
    +{
    +    int i;
    +    CMS_SignedData *sd;
    +    BIO *chain = NULL;
    +    sd = cms_get0_signed(cms);
    +    if (!sd)
    +        return NULL;
    +    if (cms->d.signedData->encapContentInfo->partial)
    +        cms_sd_set_version(sd);
    +    for (i = 0; i < sk_X509_ALGOR_num(sd->digestAlgorithms); i++) {
    +        X509_ALGOR *digestAlgorithm;
    +        BIO *mdbio;
    +        digestAlgorithm = sk_X509_ALGOR_value(sd->digestAlgorithms, i);
    +        mdbio = cms_DigestAlgorithm_init_bio(digestAlgorithm);
    +        if (!mdbio)
    +            goto err;
    +        if (chain)
    +            BIO_push(chain, mdbio);
    +        else
    +            chain = mdbio;
    +    }
    +    return chain;
    + err:
    +    if (chain)
    +        BIO_free_all(chain);
    +    return NULL;
    +}
     
     int CMS_SignerInfo_verify_content(CMS_SignerInfo *si, BIO *chain)
    -	{
    -	ASN1_OCTET_STRING *os = NULL;
    -	EVP_MD_CTX mctx;
    -	int r = -1;
    -	EVP_MD_CTX_init(&mctx);
    -	/* If we have any signed attributes look for messageDigest value */
    -	if (CMS_signed_get_attr_count(si) >= 0)
    -		{
    -		os = CMS_signed_get0_data_by_OBJ(si,
    -					OBJ_nid2obj(NID_pkcs9_messageDigest),
    -					-3, V_ASN1_OCTET_STRING);
    -		if (!os)
    -			{
    -			CMSerr(CMS_F_CMS_SIGNERINFO_VERIFY_CONTENT,
    -				CMS_R_ERROR_READING_MESSAGEDIGEST_ATTRIBUTE);
    -			goto err;
    -			}
    -		}
    -
    -	if (!cms_DigestAlgorithm_find_ctx(&mctx, chain, si->digestAlgorithm))
    -		goto err;
    -
    -	/* If messageDigest found compare it */
    -
    -	if (os)
    -		{
    -		unsigned char mval[EVP_MAX_MD_SIZE];
    -		unsigned int mlen;
    -		if (EVP_DigestFinal_ex(&mctx, mval, &mlen) <= 0)
    -			{
    -			CMSerr(CMS_F_CMS_SIGNERINFO_VERIFY_CONTENT,
    -				CMS_R_UNABLE_TO_FINALIZE_CONTEXT);
    -			goto err;
    -			}
    -		if (mlen != (unsigned int)os->length)
    -			{
    -			CMSerr(CMS_F_CMS_SIGNERINFO_VERIFY_CONTENT,
    -				CMS_R_MESSAGEDIGEST_ATTRIBUTE_WRONG_LENGTH);
    -			goto err;
    -			}
    -
    -		if (memcmp(mval, os->data, mlen))
    -			{
    -			CMSerr(CMS_F_CMS_SIGNERINFO_VERIFY_CONTENT,
    -				CMS_R_VERIFICATION_FAILURE);
    -			r = 0;
    -			}
    -		else
    -			r = 1;
    -		}
    -	else
    -		{
    -		r = EVP_VerifyFinal(&mctx, si->signature->data,
    -					si->signature->length, si->pkey);
    -		if (r <= 0)
    -			{
    -			CMSerr(CMS_F_CMS_SIGNERINFO_VERIFY_CONTENT,
    -				CMS_R_VERIFICATION_FAILURE);
    -			r = 0;
    -			}
    -		}
    -
    -	err:
    -	EVP_MD_CTX_cleanup(&mctx);
    -	return r;
    -
    -	}
    +{
    +    ASN1_OCTET_STRING *os = NULL;
    +    EVP_MD_CTX mctx;
    +    EVP_PKEY_CTX *pkctx = NULL;
    +    int r = -1;
    +    unsigned char mval[EVP_MAX_MD_SIZE];
    +    unsigned int mlen;
    +    EVP_MD_CTX_init(&mctx);
    +    /* If we have any signed attributes look for messageDigest value */
    +    if (CMS_signed_get_attr_count(si) >= 0) {
    +        os = CMS_signed_get0_data_by_OBJ(si,
    +                                         OBJ_nid2obj(NID_pkcs9_messageDigest),
    +                                         -3, V_ASN1_OCTET_STRING);
    +        if (!os) {
    +            CMSerr(CMS_F_CMS_SIGNERINFO_VERIFY_CONTENT,
    +                   CMS_R_ERROR_READING_MESSAGEDIGEST_ATTRIBUTE);
    +            goto err;
    +        }
    +    }
    +
    +    if (!cms_DigestAlgorithm_find_ctx(&mctx, chain, si->digestAlgorithm))
    +        goto err;
    +
    +    if (EVP_DigestFinal_ex(&mctx, mval, &mlen) <= 0) {
    +        CMSerr(CMS_F_CMS_SIGNERINFO_VERIFY_CONTENT,
    +               CMS_R_UNABLE_TO_FINALIZE_CONTEXT);
    +        goto err;
    +    }
    +
    +    /* If messageDigest found compare it */
    +
    +    if (os) {
    +        if (mlen != (unsigned int)os->length) {
    +            CMSerr(CMS_F_CMS_SIGNERINFO_VERIFY_CONTENT,
    +                   CMS_R_MESSAGEDIGEST_ATTRIBUTE_WRONG_LENGTH);
    +            goto err;
    +        }
    +
    +        if (memcmp(mval, os->data, mlen)) {
    +            CMSerr(CMS_F_CMS_SIGNERINFO_VERIFY_CONTENT,
    +                   CMS_R_VERIFICATION_FAILURE);
    +            r = 0;
    +        } else
    +            r = 1;
    +    } else {
    +        const EVP_MD *md = EVP_MD_CTX_md(&mctx);
    +        pkctx = EVP_PKEY_CTX_new(si->pkey, NULL);
    +        if (EVP_PKEY_verify_init(pkctx) <= 0)
    +            goto err;
    +        if (EVP_PKEY_CTX_set_signature_md(pkctx, md) <= 0)
    +            goto err;
    +        si->pctx = pkctx;
    +        if (!cms_sd_asn1_ctrl(si, 1))
    +            goto err;
    +        r = EVP_PKEY_verify(pkctx, si->signature->data,
    +                            si->signature->length, mval, mlen);
    +        if (r <= 0) {
    +            CMSerr(CMS_F_CMS_SIGNERINFO_VERIFY_CONTENT,
    +                   CMS_R_VERIFICATION_FAILURE);
    +            r = 0;
    +        }
    +    }
    +
    + err:
    +    if (pkctx)
    +        EVP_PKEY_CTX_free(pkctx);
    +    EVP_MD_CTX_cleanup(&mctx);
    +    return r;
    +
    +}
     
     int CMS_add_smimecap(CMS_SignerInfo *si, STACK_OF(X509_ALGOR) *algs)
    -	{
    -	unsigned char *smder = NULL;
    -	int smderlen, r;
    -	smderlen = i2d_X509_ALGORS(algs, &smder);
    -	if (smderlen <= 0)
    -		return 0;
    -	r = CMS_signed_add1_attr_by_NID(si, NID_SMIMECapabilities,
    -					V_ASN1_SEQUENCE, smder, smderlen);
    -	OPENSSL_free(smder);
    -	return r;
    -	}
    +{
    +    unsigned char *smder = NULL;
    +    int smderlen, r;
    +    smderlen = i2d_X509_ALGORS(algs, &smder);
    +    if (smderlen <= 0)
    +        return 0;
    +    r = CMS_signed_add1_attr_by_NID(si, NID_SMIMECapabilities,
    +                                    V_ASN1_SEQUENCE, smder, smderlen);
    +    OPENSSL_free(smder);
    +    return r;
    +}
     
     int CMS_add_simple_smimecap(STACK_OF(X509_ALGOR) **algs,
    -				int algnid, int keysize)
    -	{
    -	X509_ALGOR *alg;
    -	ASN1_INTEGER *key = NULL;
    -	if (keysize > 0)
    -		{
    -		key = ASN1_INTEGER_new();
    -		if (!key || !ASN1_INTEGER_set(key, keysize))
    -			return 0;
    -		}
    -	alg = X509_ALGOR_new();
    -	if (!alg)
    -		{
    -		if (key)
    -			ASN1_INTEGER_free(key);
    -		return 0;
    -		}
    -		
    -	X509_ALGOR_set0(alg, OBJ_nid2obj(algnid),
    -				key ? V_ASN1_INTEGER : V_ASN1_UNDEF, key);
    -	if (!*algs)
    -		*algs = sk_X509_ALGOR_new_null();
    -	if (!*algs || !sk_X509_ALGOR_push(*algs, alg))
    -		{
    -		X509_ALGOR_free(alg);
    -		return 0;
    -		}
    -	return 1;
    -	}
    +                            int algnid, int keysize)
    +{
    +    X509_ALGOR *alg;
    +    ASN1_INTEGER *key = NULL;
    +    if (keysize > 0) {
    +        key = ASN1_INTEGER_new();
    +        if (!key || !ASN1_INTEGER_set(key, keysize))
    +            return 0;
    +    }
    +    alg = X509_ALGOR_new();
    +    if (!alg) {
    +        if (key)
    +            ASN1_INTEGER_free(key);
    +        return 0;
    +    }
    +
    +    X509_ALGOR_set0(alg, OBJ_nid2obj(algnid),
    +                    key ? V_ASN1_INTEGER : V_ASN1_UNDEF, key);
    +    if (!*algs)
    +        *algs = sk_X509_ALGOR_new_null();
    +    if (!*algs || !sk_X509_ALGOR_push(*algs, alg)) {
    +        X509_ALGOR_free(alg);
    +        return 0;
    +    }
    +    return 1;
    +}
     
     /* Check to see if a cipher exists and if so add S/MIME capabilities */
     
     static int cms_add_cipher_smcap(STACK_OF(X509_ALGOR) **sk, int nid, int arg)
    -	{
    -	if (EVP_get_cipherbynid(nid))
    -		return CMS_add_simple_smimecap(sk, nid, arg);
    -	return 1;
    -	}
    +{
    +    if (EVP_get_cipherbynid(nid))
    +        return CMS_add_simple_smimecap(sk, nid, arg);
    +    return 1;
    +}
     
     static int cms_add_digest_smcap(STACK_OF(X509_ALGOR) **sk, int nid, int arg)
    -	{
    -	if (EVP_get_digestbynid(nid))
    -		return CMS_add_simple_smimecap(sk, nid, arg);
    -	return 1;
    -	}
    +{
    +    if (EVP_get_digestbynid(nid))
    +        return CMS_add_simple_smimecap(sk, nid, arg);
    +    return 1;
    +}
     
     int CMS_add_standard_smimecap(STACK_OF(X509_ALGOR) **smcap)
    -	{
    -	if (!cms_add_cipher_smcap(smcap, NID_aes_256_cbc, -1)
    -		|| !cms_add_digest_smcap(smcap, NID_id_GostR3411_94, -1)
    -		|| !cms_add_cipher_smcap(smcap, NID_id_Gost28147_89, -1)
    -		|| !cms_add_cipher_smcap(smcap, NID_aes_192_cbc, -1)
    -		|| !cms_add_cipher_smcap(smcap, NID_aes_128_cbc, -1)
    -		|| !cms_add_cipher_smcap(smcap, NID_des_ede3_cbc, -1)
    -		|| !cms_add_cipher_smcap(smcap, NID_rc2_cbc, 128)
    -		|| !cms_add_cipher_smcap(smcap, NID_rc2_cbc, 64)
    -		|| !cms_add_cipher_smcap(smcap, NID_des_cbc, -1)
    -		|| !cms_add_cipher_smcap(smcap, NID_rc2_cbc, 40))
    -		return 0;
    -	return 1;
    -	}
    +{
    +    if (!cms_add_cipher_smcap(smcap, NID_aes_256_cbc, -1)
    +        || !cms_add_digest_smcap(smcap, NID_id_GostR3411_94, -1)
    +        || !cms_add_cipher_smcap(smcap, NID_id_Gost28147_89, -1)
    +        || !cms_add_cipher_smcap(smcap, NID_aes_192_cbc, -1)
    +        || !cms_add_cipher_smcap(smcap, NID_aes_128_cbc, -1)
    +        || !cms_add_cipher_smcap(smcap, NID_des_ede3_cbc, -1)
    +        || !cms_add_cipher_smcap(smcap, NID_rc2_cbc, 128)
    +        || !cms_add_cipher_smcap(smcap, NID_rc2_cbc, 64)
    +        || !cms_add_cipher_smcap(smcap, NID_des_cbc, -1)
    +        || !cms_add_cipher_smcap(smcap, NID_rc2_cbc, 40))
    +        return 0;
    +    return 1;
    +}
    diff --git a/openssl/crypto/cms/cms_smime.c b/openssl/crypto/cms/cms_smime.c
    index 1af9f3a60..8729e3f9c 100644
    --- a/openssl/crypto/cms/cms_smime.c
    +++ b/openssl/crypto/cms/cms_smime.c
    @@ -1,5 +1,6 @@
     /* crypto/cms/cms_smime.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
      * project.
      */
     /* ====================================================================
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -58,794 +59,777 @@
     #include 
     #include 
     #include "cms_lcl.h"
    +#include "asn1_locl.h"
     
     static int cms_copy_content(BIO *out, BIO *in, unsigned int flags)
    -	{
    -	unsigned char buf[4096];
    -	int r = 0, i;
    -	BIO *tmpout = NULL;
    -
    -	if (out == NULL)
    -		tmpout = BIO_new(BIO_s_null());
    -	else if (flags & CMS_TEXT)
    -		{
    -		tmpout = BIO_new(BIO_s_mem());
    -		BIO_set_mem_eof_return(tmpout, 0);
    -		}
    -	else
    -		tmpout = out;
    -
    -	if(!tmpout)
    -		{
    -		CMSerr(CMS_F_CMS_COPY_CONTENT,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	/* Read all content through chain to process digest, decrypt etc */
    -	for (;;)
    -	{
    -		i=BIO_read(in,buf,sizeof(buf));
    -		if (i <= 0)
    -			{
    -			if (BIO_method_type(in) == BIO_TYPE_CIPHER)
    -				{
    -				if (!BIO_get_cipher_status(in))
    -					goto err;
    -				}
    -			if (i < 0)
    -				goto err;
    -			break;
    -			}
    -				
    -		if (tmpout && (BIO_write(tmpout, buf, i) != i))
    -			goto err;
    -	}
    -
    -	if(flags & CMS_TEXT)
    -		{
    -		if(!SMIME_text(tmpout, out))
    -			{
    -			CMSerr(CMS_F_CMS_COPY_CONTENT,CMS_R_SMIME_TEXT_ERROR);
    -			goto err;
    -			}
    -		}
    -
    -	r = 1;
    -
    -	err:
    -	if (tmpout && (tmpout != out))
    -		BIO_free(tmpout);
    -	return r;
    -
    -	}
    +{
    +    unsigned char buf[4096];
    +    int r = 0, i;
    +    BIO *tmpout = NULL;
    +
    +    if (out == NULL)
    +        tmpout = BIO_new(BIO_s_null());
    +    else if (flags & CMS_TEXT) {
    +        tmpout = BIO_new(BIO_s_mem());
    +        BIO_set_mem_eof_return(tmpout, 0);
    +    } else
    +        tmpout = out;
    +
    +    if (!tmpout) {
    +        CMSerr(CMS_F_CMS_COPY_CONTENT, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    /* Read all content through chain to process digest, decrypt etc */
    +    for (;;) {
    +        i = BIO_read(in, buf, sizeof(buf));
    +        if (i <= 0) {
    +            if (BIO_method_type(in) == BIO_TYPE_CIPHER) {
    +                if (!BIO_get_cipher_status(in))
    +                    goto err;
    +            }
    +            if (i < 0)
    +                goto err;
    +            break;
    +        }
    +
    +        if (tmpout && (BIO_write(tmpout, buf, i) != i))
    +            goto err;
    +    }
    +
    +    if (flags & CMS_TEXT) {
    +        if (!SMIME_text(tmpout, out)) {
    +            CMSerr(CMS_F_CMS_COPY_CONTENT, CMS_R_SMIME_TEXT_ERROR);
    +            goto err;
    +        }
    +    }
    +
    +    r = 1;
    +
    + err:
    +    if (tmpout && (tmpout != out))
    +        BIO_free(tmpout);
    +    return r;
    +
    +}
     
     static int check_content(CMS_ContentInfo *cms)
    -	{
    -	ASN1_OCTET_STRING **pos = CMS_get0_content(cms);
    -	if (!pos || !*pos)
    -		{
    -		CMSerr(CMS_F_CHECK_CONTENT, CMS_R_NO_CONTENT);
    -		return 0;
    -		}
    -	return 1;
    -	}
    +{
    +    ASN1_OCTET_STRING **pos = CMS_get0_content(cms);
    +    if (!pos || !*pos) {
    +        CMSerr(CMS_F_CHECK_CONTENT, CMS_R_NO_CONTENT);
    +        return 0;
    +    }
    +    return 1;
    +}
     
     static void do_free_upto(BIO *f, BIO *upto)
    -	{
    -	if (upto)
    -		{
    -		BIO *tbio;
    -		do 
    -			{
    -			tbio = BIO_pop(f);
    -			BIO_free(f);
    -			f = tbio;
    -			}
    -		while (f != upto);
    -		}
    -	else
    -		BIO_free_all(f);
    -	}
    +{
    +    if (upto) {
    +        BIO *tbio;
    +        do {
    +            tbio = BIO_pop(f);
    +            BIO_free(f);
    +            f = tbio;
    +        }
    +        while (f != upto);
    +    } else
    +        BIO_free_all(f);
    +}
     
     int CMS_data(CMS_ContentInfo *cms, BIO *out, unsigned int flags)
    -	{
    -	BIO *cont;
    -	int r;
    -	if (OBJ_obj2nid(CMS_get0_type(cms)) != NID_pkcs7_data)
    -		{
    -		CMSerr(CMS_F_CMS_DATA, CMS_R_TYPE_NOT_DATA);
    -		return 0;
    -		}
    -	cont = CMS_dataInit(cms, NULL);
    -	if (!cont)
    -		return 0;
    -	r = cms_copy_content(out, cont, flags);
    -	BIO_free_all(cont);
    -	return r;
    -	}
    +{
    +    BIO *cont;
    +    int r;
    +    if (OBJ_obj2nid(CMS_get0_type(cms)) != NID_pkcs7_data) {
    +        CMSerr(CMS_F_CMS_DATA, CMS_R_TYPE_NOT_DATA);
    +        return 0;
    +    }
    +    cont = CMS_dataInit(cms, NULL);
    +    if (!cont)
    +        return 0;
    +    r = cms_copy_content(out, cont, flags);
    +    BIO_free_all(cont);
    +    return r;
    +}
     
     CMS_ContentInfo *CMS_data_create(BIO *in, unsigned int flags)
    -	{
    -	CMS_ContentInfo *cms;
    -	cms = cms_Data_create();
    -	if (!cms)
    -		return NULL;
    +{
    +    CMS_ContentInfo *cms;
    +    cms = cms_Data_create();
    +    if (!cms)
    +        return NULL;
     
    -	if ((flags & CMS_STREAM) || CMS_final(cms, in, NULL, flags))
    -		return cms;
    +    if ((flags & CMS_STREAM) || CMS_final(cms, in, NULL, flags))
    +        return cms;
     
    -	CMS_ContentInfo_free(cms);
    +    CMS_ContentInfo_free(cms);
     
    -	return NULL;
    -	}
    +    return NULL;
    +}
     
     int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
    -							unsigned int flags)
    -	{
    -	BIO *cont;
    -	int r;
    -	if (OBJ_obj2nid(CMS_get0_type(cms)) != NID_pkcs7_digest)
    -		{
    -		CMSerr(CMS_F_CMS_DIGEST_VERIFY, CMS_R_TYPE_NOT_DIGESTED_DATA);
    -		return 0;
    -		}
    -
    -	if (!dcont && !check_content(cms))
    -		return 0;
    -
    -	cont = CMS_dataInit(cms, dcont);
    -	if (!cont)
    -		return 0;
    -	r = cms_copy_content(out, cont, flags);
    -	if (r)
    -		r = cms_DigestedData_do_final(cms, cont, 1);
    -	do_free_upto(cont, dcont);
    -	return r;
    -	}
    +                      unsigned int flags)
    +{
    +    BIO *cont;
    +    int r;
    +    if (OBJ_obj2nid(CMS_get0_type(cms)) != NID_pkcs7_digest) {
    +        CMSerr(CMS_F_CMS_DIGEST_VERIFY, CMS_R_TYPE_NOT_DIGESTED_DATA);
    +        return 0;
    +    }
    +
    +    if (!dcont && !check_content(cms))
    +        return 0;
    +
    +    cont = CMS_dataInit(cms, dcont);
    +    if (!cont)
    +        return 0;
    +    r = cms_copy_content(out, cont, flags);
    +    if (r)
    +        r = cms_DigestedData_do_final(cms, cont, 1);
    +    do_free_upto(cont, dcont);
    +    return r;
    +}
     
     CMS_ContentInfo *CMS_digest_create(BIO *in, const EVP_MD *md,
    -					unsigned int flags)
    -	{
    -	CMS_ContentInfo *cms;
    -	if (!md)
    -		md = EVP_sha1();
    -	cms = cms_DigestedData_create(md);
    -	if (!cms)
    -		return NULL;
    +                                   unsigned int flags)
    +{
    +    CMS_ContentInfo *cms;
    +    if (!md)
    +        md = EVP_sha1();
    +    cms = cms_DigestedData_create(md);
    +    if (!cms)
    +        return NULL;
     
    -	if(!(flags & CMS_DETACHED))
    -		CMS_set_detached(cms, 0);
    +    if (!(flags & CMS_DETACHED))
    +        CMS_set_detached(cms, 0);
     
    -	if ((flags & CMS_STREAM) || CMS_final(cms, in, NULL, flags))
    -		return cms;
    +    if ((flags & CMS_STREAM) || CMS_final(cms, in, NULL, flags))
    +        return cms;
     
    -	CMS_ContentInfo_free(cms);
    -	return NULL;
    -	}
    +    CMS_ContentInfo_free(cms);
    +    return NULL;
    +}
     
     int CMS_EncryptedData_decrypt(CMS_ContentInfo *cms,
    -				const unsigned char *key, size_t keylen,
    -				BIO *dcont, BIO *out, unsigned int flags)
    -	{
    -	BIO *cont;
    -	int r;
    -	if (OBJ_obj2nid(CMS_get0_type(cms)) != NID_pkcs7_encrypted)
    -		{
    -		CMSerr(CMS_F_CMS_ENCRYPTEDDATA_DECRYPT,
    -					CMS_R_TYPE_NOT_ENCRYPTED_DATA);
    -		return 0;
    -		}
    -
    -	if (!dcont && !check_content(cms))
    -		return 0;
    -
    -	if (CMS_EncryptedData_set1_key(cms, NULL, key, keylen) <= 0)
    -		return 0;
    -	cont = CMS_dataInit(cms, dcont);
    -	if (!cont)
    -		return 0;
    -	r = cms_copy_content(out, cont, flags);
    -	do_free_upto(cont, dcont);
    -	return r;
    -	}
    +                              const unsigned char *key, size_t keylen,
    +                              BIO *dcont, BIO *out, unsigned int flags)
    +{
    +    BIO *cont;
    +    int r;
    +    if (OBJ_obj2nid(CMS_get0_type(cms)) != NID_pkcs7_encrypted) {
    +        CMSerr(CMS_F_CMS_ENCRYPTEDDATA_DECRYPT,
    +               CMS_R_TYPE_NOT_ENCRYPTED_DATA);
    +        return 0;
    +    }
    +
    +    if (!dcont && !check_content(cms))
    +        return 0;
    +
    +    if (CMS_EncryptedData_set1_key(cms, NULL, key, keylen) <= 0)
    +        return 0;
    +    cont = CMS_dataInit(cms, dcont);
    +    if (!cont)
    +        return 0;
    +    r = cms_copy_content(out, cont, flags);
    +    do_free_upto(cont, dcont);
    +    return r;
    +}
     
     CMS_ContentInfo *CMS_EncryptedData_encrypt(BIO *in, const EVP_CIPHER *cipher,
    -					const unsigned char *key, size_t keylen,
    -					unsigned int flags)
    -	{
    -	CMS_ContentInfo *cms;
    -	if (!cipher)
    -		{
    -		CMSerr(CMS_F_CMS_ENCRYPTEDDATA_ENCRYPT, CMS_R_NO_CIPHER);
    -		return NULL;
    -		}
    -	cms = CMS_ContentInfo_new();
    -	if (!cms)
    -		return NULL;
    -	if (!CMS_EncryptedData_set1_key(cms, cipher, key, keylen))
    -		return NULL;
    -
    -	if(!(flags & CMS_DETACHED))
    -		CMS_set_detached(cms, 0);
    -
    -	if ((flags & (CMS_STREAM|CMS_PARTIAL))
    -		|| CMS_final(cms, in, NULL, flags))
    -		return cms;
    -
    -	CMS_ContentInfo_free(cms);
    -	return NULL;
    -	}
    +                                           const unsigned char *key,
    +                                           size_t keylen, unsigned int flags)
    +{
    +    CMS_ContentInfo *cms;
    +    if (!cipher) {
    +        CMSerr(CMS_F_CMS_ENCRYPTEDDATA_ENCRYPT, CMS_R_NO_CIPHER);
    +        return NULL;
    +    }
    +    cms = CMS_ContentInfo_new();
    +    if (!cms)
    +        return NULL;
    +    if (!CMS_EncryptedData_set1_key(cms, cipher, key, keylen))
    +        return NULL;
    +
    +    if (!(flags & CMS_DETACHED))
    +        CMS_set_detached(cms, 0);
    +
    +    if ((flags & (CMS_STREAM | CMS_PARTIAL))
    +        || CMS_final(cms, in, NULL, flags))
    +        return cms;
    +
    +    CMS_ContentInfo_free(cms);
    +    return NULL;
    +}
     
     static int cms_signerinfo_verify_cert(CMS_SignerInfo *si,
    -					X509_STORE *store,
    -					STACK_OF(X509) *certs,
    -					STACK_OF(X509_CRL) *crls,
    -					unsigned int flags)
    -	{
    -	X509_STORE_CTX ctx;
    -	X509 *signer;
    -	int i, j, r = 0;
    -	CMS_SignerInfo_get0_algs(si, NULL, &signer, NULL, NULL);
    -	if (!X509_STORE_CTX_init(&ctx, store, signer, certs))
    -		{
    -		CMSerr(CMS_F_CMS_SIGNERINFO_VERIFY_CERT,
    -						CMS_R_STORE_INIT_ERROR);
    -		goto err;
    -		}
    -	X509_STORE_CTX_set_default(&ctx, "smime_sign");
    -	if (crls)
    -		X509_STORE_CTX_set0_crls(&ctx, crls);
    -
    -	i = X509_verify_cert(&ctx);
    -	if (i <= 0)
    -		{
    -		j = X509_STORE_CTX_get_error(&ctx);
    -		CMSerr(CMS_F_CMS_SIGNERINFO_VERIFY_CERT,
    -						CMS_R_CERTIFICATE_VERIFY_ERROR);
    -		ERR_add_error_data(2, "Verify error:",
    -					 X509_verify_cert_error_string(j));
    -		goto err;
    -		}
    -	r = 1;
    -	err:
    -	X509_STORE_CTX_cleanup(&ctx);
    -	return r;
    -
    -	}
    +                                      X509_STORE *store,
    +                                      STACK_OF(X509) *certs,
    +                                      STACK_OF(X509_CRL) *crls,
    +                                      unsigned int flags)
    +{
    +    X509_STORE_CTX ctx;
    +    X509 *signer;
    +    int i, j, r = 0;
    +    CMS_SignerInfo_get0_algs(si, NULL, &signer, NULL, NULL);
    +    if (!X509_STORE_CTX_init(&ctx, store, signer, certs)) {
    +        CMSerr(CMS_F_CMS_SIGNERINFO_VERIFY_CERT, CMS_R_STORE_INIT_ERROR);
    +        goto err;
    +    }
    +    X509_STORE_CTX_set_default(&ctx, "smime_sign");
    +    if (crls)
    +        X509_STORE_CTX_set0_crls(&ctx, crls);
    +
    +    i = X509_verify_cert(&ctx);
    +    if (i <= 0) {
    +        j = X509_STORE_CTX_get_error(&ctx);
    +        CMSerr(CMS_F_CMS_SIGNERINFO_VERIFY_CERT,
    +               CMS_R_CERTIFICATE_VERIFY_ERROR);
    +        ERR_add_error_data(2, "Verify error:",
    +                           X509_verify_cert_error_string(j));
    +        goto err;
    +    }
    +    r = 1;
    + err:
    +    X509_STORE_CTX_cleanup(&ctx);
    +    return r;
    +
    +}
     
     int CMS_verify(CMS_ContentInfo *cms, STACK_OF(X509) *certs,
    -		 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags)
    -	{
    -	CMS_SignerInfo *si;
    -	STACK_OF(CMS_SignerInfo) *sinfos;
    -	STACK_OF(X509) *cms_certs = NULL;
    -	STACK_OF(X509_CRL) *crls = NULL;
    -	X509 *signer;
    -	int i, scount = 0, ret = 0;
    -	BIO *cmsbio = NULL, *tmpin = NULL;
    -
    -	if (!dcont && !check_content(cms))
    -		return 0;
    -
    -	/* Attempt to find all signer certificates */
    -
    -	sinfos = CMS_get0_SignerInfos(cms);
    -
    -	if (sk_CMS_SignerInfo_num(sinfos) <= 0)
    -		{
    -		CMSerr(CMS_F_CMS_VERIFY, CMS_R_NO_SIGNERS);
    -		goto err;
    -		}
    -
    -	for (i = 0; i < sk_CMS_SignerInfo_num(sinfos); i++)
    -		{
    -		si = sk_CMS_SignerInfo_value(sinfos, i);
    -		CMS_SignerInfo_get0_algs(si, NULL, &signer, NULL, NULL);
    -		if (signer)
    -			scount++;
    -		}
    -
    -	if (scount != sk_CMS_SignerInfo_num(sinfos))
    -		scount += CMS_set1_signers_certs(cms, certs, flags);
    -
    -	if (scount != sk_CMS_SignerInfo_num(sinfos))
    -		{
    -		CMSerr(CMS_F_CMS_VERIFY, CMS_R_SIGNER_CERTIFICATE_NOT_FOUND);
    -		goto err;
    -		}
    -
    -	/* Attempt to verify all signers certs */
    -
    -	if (!(flags & CMS_NO_SIGNER_CERT_VERIFY))
    -		{
    -		cms_certs = CMS_get1_certs(cms);
    -		if (!(flags & CMS_NOCRL))
    -			crls = CMS_get1_crls(cms);
    -		for (i = 0; i < sk_CMS_SignerInfo_num(sinfos); i++)
    -			{
    -			si = sk_CMS_SignerInfo_value(sinfos, i);
    -			if (!cms_signerinfo_verify_cert(si, store,
    -							cms_certs, crls, flags))
    -				goto err;
    -			}
    -		}
    -
    -	/* Attempt to verify all SignerInfo signed attribute signatures */
    -
    -	if (!(flags & CMS_NO_ATTR_VERIFY))
    -		{
    -		for (i = 0; i < sk_CMS_SignerInfo_num(sinfos); i++)
    -			{
    -			si = sk_CMS_SignerInfo_value(sinfos, i);
    -			if (CMS_signed_get_attr_count(si) < 0)
    -				continue;
    -			if (CMS_SignerInfo_verify(si) <= 0)
    -				goto err;
    -			}
    -		}
    -
    -	/* Performance optimization: if the content is a memory BIO then
    -	 * store its contents in a temporary read only memory BIO. This
    -	 * avoids potentially large numbers of slow copies of data which will
    -	 * occur when reading from a read write memory BIO when signatures
    -	 * are calculated.
    -	 */
    -
    -	if (dcont && (BIO_method_type(dcont) == BIO_TYPE_MEM))
    -		{
    -		char *ptr;
    -		long len;
    -		len = BIO_get_mem_data(dcont, &ptr);
    -		tmpin = BIO_new_mem_buf(ptr, len);
    -		if (tmpin == NULL)
    -			{
    -			CMSerr(CMS_F_CMS_VERIFY,ERR_R_MALLOC_FAILURE);
    -			return 0;
    -			}
    -		}
    -	else
    -		tmpin = dcont;
    -		
    -
    -	cmsbio=CMS_dataInit(cms, tmpin);
    -	if (!cmsbio)
    -		goto err;
    -
    -	if (!cms_copy_content(out, cmsbio, flags))
    -		goto err;
    -
    -	if (!(flags & CMS_NO_CONTENT_VERIFY))
    -		{
    -		for (i = 0; i < sk_CMS_SignerInfo_num(sinfos); i++)
    -			{
    -			si = sk_CMS_SignerInfo_value(sinfos, i);
    -			if (CMS_SignerInfo_verify_content(si, cmsbio) <= 0)
    -				{
    -				CMSerr(CMS_F_CMS_VERIFY,
    -					CMS_R_CONTENT_VERIFY_ERROR);
    -				goto err;
    -				}
    -			}
    -		}
    -
    -	ret = 1;
    -
    -	err:
    -	
    -	if (dcont && (tmpin == dcont))
    -		do_free_upto(cmsbio, dcont);
    -	else
    -		BIO_free_all(cmsbio);
    -
    -	if (cms_certs)
    -		sk_X509_pop_free(cms_certs, X509_free);
    -	if (crls)
    -		sk_X509_CRL_pop_free(crls, X509_CRL_free);
    -
    -	return ret;
    -	}
    +               X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags)
    +{
    +    CMS_SignerInfo *si;
    +    STACK_OF(CMS_SignerInfo) *sinfos;
    +    STACK_OF(X509) *cms_certs = NULL;
    +    STACK_OF(X509_CRL) *crls = NULL;
    +    X509 *signer;
    +    int i, scount = 0, ret = 0;
    +    BIO *cmsbio = NULL, *tmpin = NULL;
    +
    +    if (!dcont && !check_content(cms))
    +        return 0;
    +
    +    /* Attempt to find all signer certificates */
    +
    +    sinfos = CMS_get0_SignerInfos(cms);
    +
    +    if (sk_CMS_SignerInfo_num(sinfos) <= 0) {
    +        CMSerr(CMS_F_CMS_VERIFY, CMS_R_NO_SIGNERS);
    +        goto err;
    +    }
    +
    +    for (i = 0; i < sk_CMS_SignerInfo_num(sinfos); i++) {
    +        si = sk_CMS_SignerInfo_value(sinfos, i);
    +        CMS_SignerInfo_get0_algs(si, NULL, &signer, NULL, NULL);
    +        if (signer)
    +            scount++;
    +    }
    +
    +    if (scount != sk_CMS_SignerInfo_num(sinfos))
    +        scount += CMS_set1_signers_certs(cms, certs, flags);
    +
    +    if (scount != sk_CMS_SignerInfo_num(sinfos)) {
    +        CMSerr(CMS_F_CMS_VERIFY, CMS_R_SIGNER_CERTIFICATE_NOT_FOUND);
    +        goto err;
    +    }
    +
    +    /* Attempt to verify all signers certs */
    +
    +    if (!(flags & CMS_NO_SIGNER_CERT_VERIFY)) {
    +        cms_certs = CMS_get1_certs(cms);
    +        if (!(flags & CMS_NOCRL))
    +            crls = CMS_get1_crls(cms);
    +        for (i = 0; i < sk_CMS_SignerInfo_num(sinfos); i++) {
    +            si = sk_CMS_SignerInfo_value(sinfos, i);
    +            if (!cms_signerinfo_verify_cert(si, store,
    +                                            cms_certs, crls, flags))
    +                goto err;
    +        }
    +    }
    +
    +    /* Attempt to verify all SignerInfo signed attribute signatures */
    +
    +    if (!(flags & CMS_NO_ATTR_VERIFY)) {
    +        for (i = 0; i < sk_CMS_SignerInfo_num(sinfos); i++) {
    +            si = sk_CMS_SignerInfo_value(sinfos, i);
    +            if (CMS_signed_get_attr_count(si) < 0)
    +                continue;
    +            if (CMS_SignerInfo_verify(si) <= 0)
    +                goto err;
    +        }
    +    }
    +
    +    /*
    +     * Performance optimization: if the content is a memory BIO then store
    +     * its contents in a temporary read only memory BIO. This avoids
    +     * potentially large numbers of slow copies of data which will occur when
    +     * reading from a read write memory BIO when signatures are calculated.
    +     */
    +
    +    if (dcont && (BIO_method_type(dcont) == BIO_TYPE_MEM)) {
    +        char *ptr;
    +        long len;
    +        len = BIO_get_mem_data(dcont, &ptr);
    +        tmpin = BIO_new_mem_buf(ptr, len);
    +        if (tmpin == NULL) {
    +            CMSerr(CMS_F_CMS_VERIFY, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +    } else
    +        tmpin = dcont;
    +
    +    cmsbio = CMS_dataInit(cms, tmpin);
    +    if (!cmsbio)
    +        goto err;
    +
    +    if (!cms_copy_content(out, cmsbio, flags))
    +        goto err;
    +
    +    if (!(flags & CMS_NO_CONTENT_VERIFY)) {
    +        for (i = 0; i < sk_CMS_SignerInfo_num(sinfos); i++) {
    +            si = sk_CMS_SignerInfo_value(sinfos, i);
    +            if (CMS_SignerInfo_verify_content(si, cmsbio) <= 0) {
    +                CMSerr(CMS_F_CMS_VERIFY, CMS_R_CONTENT_VERIFY_ERROR);
    +                goto err;
    +            }
    +        }
    +    }
    +
    +    ret = 1;
    +
    + err:
    +
    +    if (dcont && (tmpin == dcont))
    +        do_free_upto(cmsbio, dcont);
    +    else
    +        BIO_free_all(cmsbio);
    +
    +    if (cms_certs)
    +        sk_X509_pop_free(cms_certs, X509_free);
    +    if (crls)
    +        sk_X509_CRL_pop_free(crls, X509_CRL_free);
    +
    +    return ret;
    +}
     
     int CMS_verify_receipt(CMS_ContentInfo *rcms, CMS_ContentInfo *ocms,
    -			STACK_OF(X509) *certs,
    -			X509_STORE *store, unsigned int flags)
    -	{
    -	int r;
    -	flags &= ~(CMS_DETACHED|CMS_TEXT);
    -	r = CMS_verify(rcms, certs, store, NULL, NULL, flags);
    -	if (r <= 0)
    -		return r;
    -	return cms_Receipt_verify(rcms, ocms);
    -	}
    -
    -CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs,
    -						BIO *data, unsigned int flags)
    -	{
    -	CMS_ContentInfo *cms;
    -	int i;
    -
    -	cms = CMS_ContentInfo_new();
    -	if (!cms || !CMS_SignedData_init(cms))
    -		goto merr;
    -
    -	if (pkey && !CMS_add1_signer(cms, signcert, pkey, NULL, flags))
    -		{
    -		CMSerr(CMS_F_CMS_SIGN, CMS_R_ADD_SIGNER_ERROR);
    -		goto err;
    -		}
    -
    -	for (i = 0; i < sk_X509_num(certs); i++)
    -		{
    -		X509 *x = sk_X509_value(certs, i);
    -		if (!CMS_add1_cert(cms, x))
    -			goto merr;
    -		}
    -
    -	if(!(flags & CMS_DETACHED))
    -		CMS_set_detached(cms, 0);
    -
    -	if ((flags & (CMS_STREAM|CMS_PARTIAL))
    -		|| CMS_final(cms, data, NULL, flags))
    -		return cms;
    -	else
    -		goto err;
    -
    -	merr:
    -	CMSerr(CMS_F_CMS_SIGN, ERR_R_MALLOC_FAILURE);
    -
    -	err:
    -	if (cms)
    -		CMS_ContentInfo_free(cms);
    -	return NULL;
    -	}
    +                       STACK_OF(X509) *certs,
    +                       X509_STORE *store, unsigned int flags)
    +{
    +    int r;
    +    flags &= ~(CMS_DETACHED | CMS_TEXT);
    +    r = CMS_verify(rcms, certs, store, NULL, NULL, flags);
    +    if (r <= 0)
    +        return r;
    +    return cms_Receipt_verify(rcms, ocms);
    +}
    +
    +CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey,
    +                          STACK_OF(X509) *certs, BIO *data,
    +                          unsigned int flags)
    +{
    +    CMS_ContentInfo *cms;
    +    int i;
    +
    +    cms = CMS_ContentInfo_new();
    +    if (!cms || !CMS_SignedData_init(cms))
    +        goto merr;
    +
    +    if (pkey && !CMS_add1_signer(cms, signcert, pkey, NULL, flags)) {
    +        CMSerr(CMS_F_CMS_SIGN, CMS_R_ADD_SIGNER_ERROR);
    +        goto err;
    +    }
    +
    +    for (i = 0; i < sk_X509_num(certs); i++) {
    +        X509 *x = sk_X509_value(certs, i);
    +        if (!CMS_add1_cert(cms, x))
    +            goto merr;
    +    }
    +
    +    if (!(flags & CMS_DETACHED))
    +        CMS_set_detached(cms, 0);
    +
    +    if ((flags & (CMS_STREAM | CMS_PARTIAL))
    +        || CMS_final(cms, data, NULL, flags))
    +        return cms;
    +    else
    +        goto err;
    +
    + merr:
    +    CMSerr(CMS_F_CMS_SIGN, ERR_R_MALLOC_FAILURE);
    +
    + err:
    +    if (cms)
    +        CMS_ContentInfo_free(cms);
    +    return NULL;
    +}
     
     CMS_ContentInfo *CMS_sign_receipt(CMS_SignerInfo *si,
    -					X509 *signcert, EVP_PKEY *pkey,
    -					STACK_OF(X509) *certs,
    -					unsigned int flags)
    -	{
    -	CMS_SignerInfo *rct_si;
    -	CMS_ContentInfo *cms = NULL;
    -	ASN1_OCTET_STRING **pos, *os;
    -	BIO *rct_cont = NULL;
    -	int r = 0;
    -
    -	flags &= ~(CMS_STREAM|CMS_TEXT);
    -	/* Not really detached but avoids content being allocated */
    -	flags |= CMS_PARTIAL|CMS_BINARY|CMS_DETACHED;
    -	if (!pkey || !signcert)
    -		{
    -		CMSerr(CMS_F_CMS_SIGN_RECEIPT, CMS_R_NO_KEY_OR_CERT);
    -		return NULL;
    -		}
    -
    -	/* Initialize signed data */
    -
    -	cms = CMS_sign(NULL, NULL, certs, NULL, flags);
    -	if (!cms)
    -		goto err;
    -
    -	/* Set inner content type to signed receipt */
    -	if (!CMS_set1_eContentType(cms, OBJ_nid2obj(NID_id_smime_ct_receipt)))
    -		goto err;
    -
    -	rct_si = CMS_add1_signer(cms, signcert, pkey, NULL, flags);
    -	if (!rct_si)
    -		{
    -		CMSerr(CMS_F_CMS_SIGN_RECEIPT, CMS_R_ADD_SIGNER_ERROR);
    -		goto err;
    -		}
    -
    -	os = cms_encode_Receipt(si);
    -
    -	if (!os)
    -		goto err;
    -
    -	/* Set content to digest */
    -	rct_cont = BIO_new_mem_buf(os->data, os->length);
    -	if (!rct_cont)
    -		goto err;
    -
    -	/* Add msgSigDigest attribute */
    -
    -	if (!cms_msgSigDigest_add1(rct_si, si))
    -		goto err;
    -
    -	/* Finalize structure */
    -	if (!CMS_final(cms, rct_cont, NULL, flags))
    -		goto err;
    -
    -	/* Set embedded content */
    -	pos = CMS_get0_content(cms);
    -	*pos = os;
    -
    -	r = 1;
    -
    -	err:
    -	if (rct_cont)
    -		BIO_free(rct_cont);
    -	if (r)
    -		return cms;
    -	CMS_ContentInfo_free(cms);
    -	return NULL;
    -
    -	}
    +                                  X509 *signcert, EVP_PKEY *pkey,
    +                                  STACK_OF(X509) *certs, unsigned int flags)
    +{
    +    CMS_SignerInfo *rct_si;
    +    CMS_ContentInfo *cms = NULL;
    +    ASN1_OCTET_STRING **pos, *os;
    +    BIO *rct_cont = NULL;
    +    int r = 0;
    +
    +    flags &= ~(CMS_STREAM | CMS_TEXT);
    +    /* Not really detached but avoids content being allocated */
    +    flags |= CMS_PARTIAL | CMS_BINARY | CMS_DETACHED;
    +    if (!pkey || !signcert) {
    +        CMSerr(CMS_F_CMS_SIGN_RECEIPT, CMS_R_NO_KEY_OR_CERT);
    +        return NULL;
    +    }
    +
    +    /* Initialize signed data */
    +
    +    cms = CMS_sign(NULL, NULL, certs, NULL, flags);
    +    if (!cms)
    +        goto err;
    +
    +    /* Set inner content type to signed receipt */
    +    if (!CMS_set1_eContentType(cms, OBJ_nid2obj(NID_id_smime_ct_receipt)))
    +        goto err;
    +
    +    rct_si = CMS_add1_signer(cms, signcert, pkey, NULL, flags);
    +    if (!rct_si) {
    +        CMSerr(CMS_F_CMS_SIGN_RECEIPT, CMS_R_ADD_SIGNER_ERROR);
    +        goto err;
    +    }
    +
    +    os = cms_encode_Receipt(si);
    +
    +    if (!os)
    +        goto err;
    +
    +    /* Set content to digest */
    +    rct_cont = BIO_new_mem_buf(os->data, os->length);
    +    if (!rct_cont)
    +        goto err;
    +
    +    /* Add msgSigDigest attribute */
    +
    +    if (!cms_msgSigDigest_add1(rct_si, si))
    +        goto err;
    +
    +    /* Finalize structure */
    +    if (!CMS_final(cms, rct_cont, NULL, flags))
    +        goto err;
    +
    +    /* Set embedded content */
    +    pos = CMS_get0_content(cms);
    +    *pos = os;
    +
    +    r = 1;
    +
    + err:
    +    if (rct_cont)
    +        BIO_free(rct_cont);
    +    if (r)
    +        return cms;
    +    CMS_ContentInfo_free(cms);
    +    return NULL;
    +
    +}
     
     CMS_ContentInfo *CMS_encrypt(STACK_OF(X509) *certs, BIO *data,
    -				const EVP_CIPHER *cipher, unsigned int flags)
    -	{
    -	CMS_ContentInfo *cms;
    -	int i;
    -	X509 *recip;
    -	cms = CMS_EnvelopedData_create(cipher);
    -	if (!cms)
    -		goto merr;
    -	for (i = 0; i < sk_X509_num(certs); i++)
    -		{
    -		recip = sk_X509_value(certs, i);
    -		if (!CMS_add1_recipient_cert(cms, recip, flags))
    -			{
    -			CMSerr(CMS_F_CMS_ENCRYPT, CMS_R_RECIPIENT_ERROR);
    -			goto err;
    -			}
    -		}
    -
    -	if(!(flags & CMS_DETACHED))
    -		CMS_set_detached(cms, 0);
    -
    -	if ((flags & (CMS_STREAM|CMS_PARTIAL))
    -		|| CMS_final(cms, data, NULL, flags))
    -		return cms;
    -	else
    -		goto err;
    -
    -	merr:
    -	CMSerr(CMS_F_CMS_ENCRYPT, ERR_R_MALLOC_FAILURE);
    -	err:
    -	if (cms)
    -		CMS_ContentInfo_free(cms);
    -	return NULL;
    -	}
    +                             const EVP_CIPHER *cipher, unsigned int flags)
    +{
    +    CMS_ContentInfo *cms;
    +    int i;
    +    X509 *recip;
    +    cms = CMS_EnvelopedData_create(cipher);
    +    if (!cms)
    +        goto merr;
    +    for (i = 0; i < sk_X509_num(certs); i++) {
    +        recip = sk_X509_value(certs, i);
    +        if (!CMS_add1_recipient_cert(cms, recip, flags)) {
    +            CMSerr(CMS_F_CMS_ENCRYPT, CMS_R_RECIPIENT_ERROR);
    +            goto err;
    +        }
    +    }
    +
    +    if (!(flags & CMS_DETACHED))
    +        CMS_set_detached(cms, 0);
    +
    +    if ((flags & (CMS_STREAM | CMS_PARTIAL))
    +        || CMS_final(cms, data, NULL, flags))
    +        return cms;
    +    else
    +        goto err;
    +
    + merr:
    +    CMSerr(CMS_F_CMS_ENCRYPT, ERR_R_MALLOC_FAILURE);
    + err:
    +    if (cms)
    +        CMS_ContentInfo_free(cms);
    +    return NULL;
    +}
    +
    +static int cms_kari_set1_pkey(CMS_ContentInfo *cms, CMS_RecipientInfo *ri,
    +                              EVP_PKEY *pk, X509 *cert)
    +{
    +    int i;
    +    STACK_OF(CMS_RecipientEncryptedKey) *reks;
    +    CMS_RecipientEncryptedKey *rek;
    +    reks = CMS_RecipientInfo_kari_get0_reks(ri);
    +    if (!cert)
    +        return 0;
    +    for (i = 0; i < sk_CMS_RecipientEncryptedKey_num(reks); i++) {
    +        int rv;
    +        rek = sk_CMS_RecipientEncryptedKey_value(reks, i);
    +        if (CMS_RecipientEncryptedKey_cert_cmp(rek, cert))
    +            continue;
    +        CMS_RecipientInfo_kari_set0_pkey(ri, pk);
    +        rv = CMS_RecipientInfo_kari_decrypt(cms, ri, rek);
    +        CMS_RecipientInfo_kari_set0_pkey(ri, NULL);
    +        if (rv > 0)
    +            return 1;
    +        return -1;
    +    }
    +    return 0;
    +}
     
     int CMS_decrypt_set1_pkey(CMS_ContentInfo *cms, EVP_PKEY *pk, X509 *cert)
    -	{
    -	STACK_OF(CMS_RecipientInfo) *ris;
    -	CMS_RecipientInfo *ri;
    -	int i, r;
    -	int debug = 0, ri_match = 0;
    -	ris = CMS_get0_RecipientInfos(cms);
    -	if (ris)
    -		debug = cms->d.envelopedData->encryptedContentInfo->debug;
    -	for (i = 0; i < sk_CMS_RecipientInfo_num(ris); i++)
    -		{
    -		ri = sk_CMS_RecipientInfo_value(ris, i);
    -		if (CMS_RecipientInfo_type(ri) != CMS_RECIPINFO_TRANS)
    -				continue;
    -		ri_match = 1;
    -		/* If we have a cert try matching RecipientInfo
    -		 * otherwise try them all.
    -		 */
    -		if (!cert || (CMS_RecipientInfo_ktri_cert_cmp(ri, cert) == 0))
    -			{
    -			CMS_RecipientInfo_set0_pkey(ri, pk);
    -			r = CMS_RecipientInfo_decrypt(cms, ri);
    -			CMS_RecipientInfo_set0_pkey(ri, NULL);
    -			if (cert)
    -				{
    -				/* If not debugging clear any error and
    -				 * return success to avoid leaking of
    -				 * information useful to MMA
    -				 */
    -				if (!debug)
    -					{
    -					ERR_clear_error();
    -					return 1;
    -					}
    -				if (r > 0)
    -					return 1;
    -				CMSerr(CMS_F_CMS_DECRYPT_SET1_PKEY,
    -						CMS_R_DECRYPT_ERROR);
    -				return 0;
    -				}
    -			/* If no cert and not debugging don't leave loop
    -			 * after first successful decrypt. Always attempt
    -			 * to decrypt all recipients to avoid leaking timing
    -			 * of a successful decrypt.
    -			 */
    -			else if (r > 0 && debug)
    -				return 1;
    -			}
    -		}
    -	/* If no cert and not debugging always return success */
    -	if (ri_match && !cert && !debug)
    -		{
    -		ERR_clear_error();
    -		return 1;
    -		}
    -
    -	CMSerr(CMS_F_CMS_DECRYPT_SET1_PKEY, CMS_R_NO_MATCHING_RECIPIENT);
    -	return 0;
    -
    -	}
    -
    -int CMS_decrypt_set1_key(CMS_ContentInfo *cms, 
    -				unsigned char *key, size_t keylen,
    -				unsigned char *id, size_t idlen)
    -	{
    -	STACK_OF(CMS_RecipientInfo) *ris;
    -	CMS_RecipientInfo *ri;
    -	int i, r;
    -	ris = CMS_get0_RecipientInfos(cms);
    -	for (i = 0; i < sk_CMS_RecipientInfo_num(ris); i++)
    -		{
    -		ri = sk_CMS_RecipientInfo_value(ris, i);
    -		if (CMS_RecipientInfo_type(ri) != CMS_RECIPINFO_KEK)
    -				continue;
    -
    -		/* If we have an id try matching RecipientInfo
    -		 * otherwise try them all.
    -		 */
    -		if (!id || (CMS_RecipientInfo_kekri_id_cmp(ri, id, idlen) == 0))
    -			{
    -			CMS_RecipientInfo_set0_key(ri, key, keylen);
    -			r = CMS_RecipientInfo_decrypt(cms, ri);
    -			CMS_RecipientInfo_set0_key(ri, NULL, 0);
    -			if (r > 0)
    -				return 1;
    -			if (id)
    -				{
    -				CMSerr(CMS_F_CMS_DECRYPT_SET1_KEY,
    -						CMS_R_DECRYPT_ERROR);
    -				return 0;
    -				}
    -			ERR_clear_error();
    -			}
    -		}
    -
    -	CMSerr(CMS_F_CMS_DECRYPT_SET1_KEY, CMS_R_NO_MATCHING_RECIPIENT);
    -	return 0;
    -
    -	}
    -
    -int CMS_decrypt_set1_password(CMS_ContentInfo *cms, 
    -				unsigned char *pass, ossl_ssize_t passlen)
    -	{
    -	STACK_OF(CMS_RecipientInfo) *ris;
    -	CMS_RecipientInfo *ri;
    -	int i, r;
    -	ris = CMS_get0_RecipientInfos(cms);
    -	for (i = 0; i < sk_CMS_RecipientInfo_num(ris); i++)
    -		{
    -		ri = sk_CMS_RecipientInfo_value(ris, i);
    -		if (CMS_RecipientInfo_type(ri) != CMS_RECIPINFO_PASS)
    -				continue;
    -		CMS_RecipientInfo_set0_password(ri, pass, passlen);
    -		r = CMS_RecipientInfo_decrypt(cms, ri);
    -		CMS_RecipientInfo_set0_password(ri, NULL, 0);
    -		if (r > 0)
    -			return 1;
    -		}
    -
    -	CMSerr(CMS_F_CMS_DECRYPT_SET1_PASSWORD, CMS_R_NO_MATCHING_RECIPIENT);
    -	return 0;
    -
    -	}
    -	
    +{
    +    STACK_OF(CMS_RecipientInfo) *ris;
    +    CMS_RecipientInfo *ri;
    +    int i, r, ri_type;
    +    int debug = 0, match_ri = 0;
    +    ris = CMS_get0_RecipientInfos(cms);
    +    if (ris)
    +        debug = cms->d.envelopedData->encryptedContentInfo->debug;
    +    ri_type = cms_pkey_get_ri_type(pk);
    +    if (ri_type == CMS_RECIPINFO_NONE) {
    +        CMSerr(CMS_F_CMS_DECRYPT_SET1_PKEY,
    +               CMS_R_NOT_SUPPORTED_FOR_THIS_KEY_TYPE);
    +        return 0;
    +    }
    +
    +    for (i = 0; i < sk_CMS_RecipientInfo_num(ris); i++) {
    +        ri = sk_CMS_RecipientInfo_value(ris, i);
    +        if (CMS_RecipientInfo_type(ri) != ri_type)
    +            continue;
    +        match_ri = 1;
    +        if (ri_type == CMS_RECIPINFO_AGREE) {
    +            r = cms_kari_set1_pkey(cms, ri, pk, cert);
    +            if (r > 0)
    +                return 1;
    +            if (r < 0)
    +                return 0;
    +        }
    +        /*
    +         * If we have a cert try matching RecipientInfo otherwise try them
    +         * all.
    +         */
    +        else if (!cert || !CMS_RecipientInfo_ktri_cert_cmp(ri, cert)) {
    +            CMS_RecipientInfo_set0_pkey(ri, pk);
    +            r = CMS_RecipientInfo_decrypt(cms, ri);
    +            CMS_RecipientInfo_set0_pkey(ri, NULL);
    +            if (cert) {
    +                /*
    +                 * If not debugging clear any error and return success to
    +                 * avoid leaking of information useful to MMA
    +                 */
    +                if (!debug) {
    +                    ERR_clear_error();
    +                    return 1;
    +                }
    +                if (r > 0)
    +                    return 1;
    +                CMSerr(CMS_F_CMS_DECRYPT_SET1_PKEY, CMS_R_DECRYPT_ERROR);
    +                return 0;
    +            }
    +            /*
    +             * If no cert and not debugging don't leave loop after first
    +             * successful decrypt. Always attempt to decrypt all recipients
    +             * to avoid leaking timing of a successful decrypt.
    +             */
    +            else if (r > 0 && debug)
    +                return 1;
    +        }
    +    }
    +    /* If no cert and not debugging always return success */
    +    if (match_ri && !cert && !debug) {
    +        ERR_clear_error();
    +        return 1;
    +    }
    +
    +    CMSerr(CMS_F_CMS_DECRYPT_SET1_PKEY, CMS_R_NO_MATCHING_RECIPIENT);
    +    return 0;
    +
    +}
    +
    +int CMS_decrypt_set1_key(CMS_ContentInfo *cms,
    +                         unsigned char *key, size_t keylen,
    +                         unsigned char *id, size_t idlen)
    +{
    +    STACK_OF(CMS_RecipientInfo) *ris;
    +    CMS_RecipientInfo *ri;
    +    int i, r;
    +    ris = CMS_get0_RecipientInfos(cms);
    +    for (i = 0; i < sk_CMS_RecipientInfo_num(ris); i++) {
    +        ri = sk_CMS_RecipientInfo_value(ris, i);
    +        if (CMS_RecipientInfo_type(ri) != CMS_RECIPINFO_KEK)
    +            continue;
    +
    +        /*
    +         * If we have an id try matching RecipientInfo otherwise try them
    +         * all.
    +         */
    +        if (!id || (CMS_RecipientInfo_kekri_id_cmp(ri, id, idlen) == 0)) {
    +            CMS_RecipientInfo_set0_key(ri, key, keylen);
    +            r = CMS_RecipientInfo_decrypt(cms, ri);
    +            CMS_RecipientInfo_set0_key(ri, NULL, 0);
    +            if (r > 0)
    +                return 1;
    +            if (id) {
    +                CMSerr(CMS_F_CMS_DECRYPT_SET1_KEY, CMS_R_DECRYPT_ERROR);
    +                return 0;
    +            }
    +            ERR_clear_error();
    +        }
    +    }
    +
    +    CMSerr(CMS_F_CMS_DECRYPT_SET1_KEY, CMS_R_NO_MATCHING_RECIPIENT);
    +    return 0;
    +
    +}
    +
    +int CMS_decrypt_set1_password(CMS_ContentInfo *cms,
    +                              unsigned char *pass, ossl_ssize_t passlen)
    +{
    +    STACK_OF(CMS_RecipientInfo) *ris;
    +    CMS_RecipientInfo *ri;
    +    int i, r;
    +    ris = CMS_get0_RecipientInfos(cms);
    +    for (i = 0; i < sk_CMS_RecipientInfo_num(ris); i++) {
    +        ri = sk_CMS_RecipientInfo_value(ris, i);
    +        if (CMS_RecipientInfo_type(ri) != CMS_RECIPINFO_PASS)
    +            continue;
    +        CMS_RecipientInfo_set0_password(ri, pass, passlen);
    +        r = CMS_RecipientInfo_decrypt(cms, ri);
    +        CMS_RecipientInfo_set0_password(ri, NULL, 0);
    +        if (r > 0)
    +            return 1;
    +    }
    +
    +    CMSerr(CMS_F_CMS_DECRYPT_SET1_PASSWORD, CMS_R_NO_MATCHING_RECIPIENT);
    +    return 0;
    +
    +}
    +
     int CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pk, X509 *cert,
    -				BIO *dcont, BIO *out,
    -				unsigned int flags)
    -	{
    -	int r;
    -	BIO *cont;
    -	if (OBJ_obj2nid(CMS_get0_type(cms)) != NID_pkcs7_enveloped)
    -		{
    -		CMSerr(CMS_F_CMS_DECRYPT, CMS_R_TYPE_NOT_ENVELOPED_DATA);
    -		return 0;
    -		}
    -	if (!dcont && !check_content(cms))
    -		return 0;
    -	if (flags & CMS_DEBUG_DECRYPT)
    -		cms->d.envelopedData->encryptedContentInfo->debug = 1;
    -	else
    -		cms->d.envelopedData->encryptedContentInfo->debug = 0;
    -	if (!pk && !cert && !dcont && !out)
    -		return 1;
    -	if (pk && !CMS_decrypt_set1_pkey(cms, pk, cert))
    -		return 0;
    -	cont = CMS_dataInit(cms, dcont);
    -	if (!cont)
    -		return 0;
    -	r = cms_copy_content(out, cont, flags);
    -	do_free_upto(cont, dcont);
    -	return r;
    -	}
    +                BIO *dcont, BIO *out, unsigned int flags)
    +{
    +    int r;
    +    BIO *cont;
    +    if (OBJ_obj2nid(CMS_get0_type(cms)) != NID_pkcs7_enveloped) {
    +        CMSerr(CMS_F_CMS_DECRYPT, CMS_R_TYPE_NOT_ENVELOPED_DATA);
    +        return 0;
    +    }
    +    if (!dcont && !check_content(cms))
    +        return 0;
    +    if (flags & CMS_DEBUG_DECRYPT)
    +        cms->d.envelopedData->encryptedContentInfo->debug = 1;
    +    else
    +        cms->d.envelopedData->encryptedContentInfo->debug = 0;
    +    if (!pk && !cert && !dcont && !out)
    +        return 1;
    +    if (pk && !CMS_decrypt_set1_pkey(cms, pk, cert))
    +        return 0;
    +    cont = CMS_dataInit(cms, dcont);
    +    if (!cont)
    +        return 0;
    +    r = cms_copy_content(out, cont, flags);
    +    do_free_upto(cont, dcont);
    +    return r;
    +}
     
     int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, unsigned int flags)
    -	{
    -	BIO *cmsbio;
    -	int ret = 0;
    -	if (!(cmsbio = CMS_dataInit(cms, dcont)))
    -		{
    -		CMSerr(CMS_F_CMS_FINAL,ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -
    -	SMIME_crlf_copy(data, cmsbio, flags);
    +{
    +    BIO *cmsbio;
    +    int ret = 0;
    +    if (!(cmsbio = CMS_dataInit(cms, dcont))) {
    +        CMSerr(CMS_F_CMS_FINAL, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
     
    -	(void)BIO_flush(cmsbio);
    +    SMIME_crlf_copy(data, cmsbio, flags);
     
    +    (void)BIO_flush(cmsbio);
     
    -        if (!CMS_dataFinal(cms, cmsbio))
    -		{
    -		CMSerr(CMS_F_CMS_FINAL,CMS_R_CMS_DATAFINAL_ERROR);
    -		goto err;
    -		}
    +    if (!CMS_dataFinal(cms, cmsbio)) {
    +        CMSerr(CMS_F_CMS_FINAL, CMS_R_CMS_DATAFINAL_ERROR);
    +        goto err;
    +    }
     
    -	ret = 1;
    +    ret = 1;
     
    -	err:
    -	do_free_upto(cmsbio, dcont);
    + err:
    +    do_free_upto(cmsbio, dcont);
     
    -	return ret;
    +    return ret;
     
    -	}
    +}
     
     #ifdef ZLIB
     
     int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
    -							unsigned int flags)
    -	{
    -	BIO *cont;
    -	int r;
    -	if (OBJ_obj2nid(CMS_get0_type(cms)) != NID_id_smime_ct_compressedData)
    -		{
    -		CMSerr(CMS_F_CMS_UNCOMPRESS,
    -					CMS_R_TYPE_NOT_COMPRESSED_DATA);
    -		return 0;
    -		}
    -
    -	if (!dcont && !check_content(cms))
    -		return 0;
    -
    -	cont = CMS_dataInit(cms, dcont);
    -	if (!cont)
    -		return 0;
    -	r = cms_copy_content(out, cont, flags);
    -	do_free_upto(cont, dcont);
    -	return r;
    -	}
    +                   unsigned int flags)
    +{
    +    BIO *cont;
    +    int r;
    +    if (OBJ_obj2nid(CMS_get0_type(cms)) != NID_id_smime_ct_compressedData) {
    +        CMSerr(CMS_F_CMS_UNCOMPRESS, CMS_R_TYPE_NOT_COMPRESSED_DATA);
    +        return 0;
    +    }
    +
    +    if (!dcont && !check_content(cms))
    +        return 0;
    +
    +    cont = CMS_dataInit(cms, dcont);
    +    if (!cont)
    +        return 0;
    +    r = cms_copy_content(out, cont, flags);
    +    do_free_upto(cont, dcont);
    +    return r;
    +}
     
     CMS_ContentInfo *CMS_compress(BIO *in, int comp_nid, unsigned int flags)
    -	{
    -	CMS_ContentInfo *cms;
    -	if (comp_nid <= 0)
    -		comp_nid = NID_zlib_compression;
    -	cms = cms_CompressedData_create(comp_nid);
    -	if (!cms)
    -		return NULL;
    +{
    +    CMS_ContentInfo *cms;
    +    if (comp_nid <= 0)
    +        comp_nid = NID_zlib_compression;
    +    cms = cms_CompressedData_create(comp_nid);
    +    if (!cms)
    +        return NULL;
     
    -	if(!(flags & CMS_DETACHED))
    -		CMS_set_detached(cms, 0);
    +    if (!(flags & CMS_DETACHED))
    +        CMS_set_detached(cms, 0);
     
    -	if ((flags & CMS_STREAM) || CMS_final(cms, in, NULL, flags))
    -		return cms;
    +    if ((flags & CMS_STREAM) || CMS_final(cms, in, NULL, flags))
    +        return cms;
     
    -	CMS_ContentInfo_free(cms);
    -	return NULL;
    -	}
    +    CMS_ContentInfo_free(cms);
    +    return NULL;
    +}
     
     #else
     
     int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
    -							unsigned int flags)
    -	{
    -	CMSerr(CMS_F_CMS_UNCOMPRESS, CMS_R_UNSUPPORTED_COMPRESSION_ALGORITHM);
    -	return 0;
    -	}
    +                   unsigned int flags)
    +{
    +    CMSerr(CMS_F_CMS_UNCOMPRESS, CMS_R_UNSUPPORTED_COMPRESSION_ALGORITHM);
    +    return 0;
    +}
     
     CMS_ContentInfo *CMS_compress(BIO *in, int comp_nid, unsigned int flags)
    -	{
    -	CMSerr(CMS_F_CMS_COMPRESS, CMS_R_UNSUPPORTED_COMPRESSION_ALGORITHM);
    -	return NULL;
    -	}
    +{
    +    CMSerr(CMS_F_CMS_COMPRESS, CMS_R_UNSUPPORTED_COMPRESSION_ALGORITHM);
    +    return NULL;
    +}
     
     #endif
    diff --git a/openssl/crypto/comp/c_rle.c b/openssl/crypto/comp/c_rle.c
    index 47dfb67fb..e9aabbd16 100644
    --- a/openssl/crypto/comp/c_rle.c
    +++ b/openssl/crypto/comp/c_rle.c
    @@ -5,57 +5,58 @@
     #include 
     
     static int rle_compress_block(COMP_CTX *ctx, unsigned char *out,
    -	unsigned int olen, unsigned char *in, unsigned int ilen);
    +                              unsigned int olen, unsigned char *in,
    +                              unsigned int ilen);
     static int rle_expand_block(COMP_CTX *ctx, unsigned char *out,
    -	unsigned int olen, unsigned char *in, unsigned int ilen);
    -
    -static COMP_METHOD rle_method={
    -	NID_rle_compression,
    -	LN_rle_compression,
    -	NULL,
    -	NULL,
    -	rle_compress_block,
    -	rle_expand_block,
    -	NULL,
    -	NULL,
    -	};
    +                            unsigned int olen, unsigned char *in,
    +                            unsigned int ilen);
    +
    +static COMP_METHOD rle_method = {
    +    NID_rle_compression,
    +    LN_rle_compression,
    +    NULL,
    +    NULL,
    +    rle_compress_block,
    +    rle_expand_block,
    +    NULL,
    +    NULL,
    +};
     
     COMP_METHOD *COMP_rle(void)
    -	{
    -	return(&rle_method);
    -	}
    +{
    +    return (&rle_method);
    +}
     
     static int rle_compress_block(COMP_CTX *ctx, unsigned char *out,
    -	     unsigned int olen, unsigned char *in, unsigned int ilen)
    -	{
    -	/* int i; */
    +                              unsigned int olen, unsigned char *in,
    +                              unsigned int ilen)
    +{
    +    /* int i; */
     
    -	if (ilen == 0 || olen < (ilen-1))
    -		{
    -		/* ZZZZZZZZZZZZZZZZZZZZZZ */
    -		return(-1);
    -		}
    +    if (ilen == 0 || olen < (ilen - 1)) {
    +        /* ZZZZZZZZZZZZZZZZZZZZZZ */
    +        return (-1);
    +    }
     
    -	*(out++)=0;
    -	memcpy(out,in,ilen);
    -	return(ilen+1);
    -	}
    +    *(out++) = 0;
    +    memcpy(out, in, ilen);
    +    return (ilen + 1);
    +}
     
     static int rle_expand_block(COMP_CTX *ctx, unsigned char *out,
    -	     unsigned int olen, unsigned char *in, unsigned int ilen)
    -	{
    -	int i;
    -
    -	if (olen < (ilen-1))
    -		{
    -		/* ZZZZZZZZZZZZZZZZZZZZZZ */
    -		return(-1);
    -		}
    -
    -	i= *(in++);
    -	if (i == 0)
    -		{
    -		memcpy(out,in,ilen-1);
    -		}
    -	return(ilen-1);
    -	}
    +                            unsigned int olen, unsigned char *in,
    +                            unsigned int ilen)
    +{
    +    int i;
    +
    +    if (olen < (ilen - 1)) {
    +        /* ZZZZZZZZZZZZZZZZZZZZZZ */
    +        return (-1);
    +    }
    +
    +    i = *(in++);
    +    if (i == 0) {
    +        memcpy(out, in, ilen - 1);
    +    }
    +    return (ilen - 1);
    +}
    diff --git a/openssl/crypto/comp/c_zlib.c b/openssl/crypto/comp/c_zlib.c
    index 8adf35f3f..6731af8b0 100644
    --- a/openssl/crypto/comp/c_zlib.c
    +++ b/openssl/crypto/comp/c_zlib.c
    @@ -5,324 +5,326 @@
     #include 
     #include 
     
    -COMP_METHOD *COMP_zlib(void );
    -
    -static COMP_METHOD zlib_method_nozlib={
    -	NID_undef,
    -	"(undef)",
    -	NULL,
    -	NULL,
    -	NULL,
    -	NULL,
    -	NULL,
    -	NULL,
    -	};
    +COMP_METHOD *COMP_zlib(void);
    +
    +static COMP_METHOD zlib_method_nozlib = {
    +    NID_undef,
    +    "(undef)",
    +    NULL,
    +    NULL,
    +    NULL,
    +    NULL,
    +    NULL,
    +    NULL,
    +};
     
     #ifndef ZLIB
    -#undef ZLIB_SHARED
    +# undef ZLIB_SHARED
     #else
     
    -#include 
    +# include 
     
     static int zlib_stateful_init(COMP_CTX *ctx);
     static void zlib_stateful_finish(COMP_CTX *ctx);
     static int zlib_stateful_compress_block(COMP_CTX *ctx, unsigned char *out,
    -	unsigned int olen, unsigned char *in, unsigned int ilen);
    +                                        unsigned int olen, unsigned char *in,
    +                                        unsigned int ilen);
     static int zlib_stateful_expand_block(COMP_CTX *ctx, unsigned char *out,
    -	unsigned int olen, unsigned char *in, unsigned int ilen);
    -
    +                                      unsigned int olen, unsigned char *in,
    +                                      unsigned int ilen);
     
     /* memory allocations functions for zlib intialization */
    -static void* zlib_zalloc(void* opaque, unsigned int no, unsigned int size)
    +static void *zlib_zalloc(void *opaque, unsigned int no, unsigned int size)
     {
    -	void *p;
    -	
    -	p=OPENSSL_malloc(no*size);
    -	if (p)
    -		memset(p, 0, no*size);
    -	return p;
    -}
    +    void *p;
     
    +    p = OPENSSL_malloc(no * size);
    +    if (p)
    +        memset(p, 0, no * size);
    +    return p;
    +}
     
    -static void zlib_zfree(void* opaque, void* address)
    +static void zlib_zfree(void *opaque, void *address)
     {
    -	OPENSSL_free(address);
    +    OPENSSL_free(address);
     }
     
    -#if 0
    +# if 0
     static int zlib_compress_block(COMP_CTX *ctx, unsigned char *out,
    -	unsigned int olen, unsigned char *in, unsigned int ilen);
    +                               unsigned int olen, unsigned char *in,
    +                               unsigned int ilen);
     static int zlib_expand_block(COMP_CTX *ctx, unsigned char *out,
    -	unsigned int olen, unsigned char *in, unsigned int ilen);
    -
    -static int zz_uncompress(Bytef *dest, uLongf *destLen, const Bytef *source,
    -	uLong sourceLen);
    -
    -static COMP_METHOD zlib_stateless_method={
    -	NID_zlib_compression,
    -	LN_zlib_compression,
    -	NULL,
    -	NULL,
    -	zlib_compress_block,
    -	zlib_expand_block,
    -	NULL,
    -	NULL,
    -	};
    -#endif
    -
    -static COMP_METHOD zlib_stateful_method={
    -	NID_zlib_compression,
    -	LN_zlib_compression,
    -	zlib_stateful_init,
    -	zlib_stateful_finish,
    -	zlib_stateful_compress_block,
    -	zlib_stateful_expand_block,
    -	NULL,
    -	NULL,
    -	};
    -
    -/* 
    +                             unsigned int olen, unsigned char *in,
    +                             unsigned int ilen);
    +
    +static int zz_uncompress(Bytef *dest, uLongf * destLen, const Bytef *source,
    +                         uLong sourceLen);
    +
    +static COMP_METHOD zlib_stateless_method = {
    +    NID_zlib_compression,
    +    LN_zlib_compression,
    +    NULL,
    +    NULL,
    +    zlib_compress_block,
    +    zlib_expand_block,
    +    NULL,
    +    NULL,
    +};
    +# endif
    +
    +static COMP_METHOD zlib_stateful_method = {
    +    NID_zlib_compression,
    +    LN_zlib_compression,
    +    zlib_stateful_init,
    +    zlib_stateful_finish,
    +    zlib_stateful_compress_block,
    +    zlib_stateful_expand_block,
    +    NULL,
    +    NULL,
    +};
    +
    +/*
      * When OpenSSL is built on Windows, we do not want to require that
      * the ZLIB.DLL be available in order for the OpenSSL DLLs to
      * work.  Therefore, all ZLIB routines are loaded at run time
      * and we do not link to a .LIB file when ZLIB_SHARED is set.
      */
    -#if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_WIN32)
    -# include 
    -#endif /* !(OPENSSL_SYS_WINDOWS || OPENSSL_SYS_WIN32) */
    +# if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_WIN32)
    +#  include 
    +# endif                         /* !(OPENSSL_SYS_WINDOWS ||
    +                                 * OPENSSL_SYS_WIN32) */
     
    -#ifdef ZLIB_SHARED
    -#include 
    +# ifdef ZLIB_SHARED
    +#  include 
     
     /* Function pointers */
    -typedef int (*compress_ft)(Bytef *dest,uLongf *destLen,
    -	const Bytef *source, uLong sourceLen);
    -typedef int (*inflateEnd_ft)(z_streamp strm);
    -typedef int (*inflate_ft)(z_streamp strm, int flush);
    -typedef int (*inflateInit__ft)(z_streamp strm,
    -	const char * version, int stream_size);
    -typedef int (*deflateEnd_ft)(z_streamp strm);
    -typedef int (*deflate_ft)(z_streamp strm, int flush);
    -typedef int (*deflateInit__ft)(z_streamp strm, int level,
    -	const char * version, int stream_size);
    -typedef const char * (*zError__ft)(int err);
    -static compress_ft	p_compress=NULL;
    -static inflateEnd_ft	p_inflateEnd=NULL;
    -static inflate_ft	p_inflate=NULL;
    -static inflateInit__ft	p_inflateInit_=NULL;
    -static deflateEnd_ft	p_deflateEnd=NULL;
    -static deflate_ft	p_deflate=NULL;
    -static deflateInit__ft	p_deflateInit_=NULL;
    -static zError__ft	p_zError=NULL;
    +typedef int (*compress_ft) (Bytef *dest, uLongf * destLen,
    +                            const Bytef *source, uLong sourceLen);
    +typedef int (*inflateEnd_ft) (z_streamp strm);
    +typedef int (*inflate_ft) (z_streamp strm, int flush);
    +typedef int (*inflateInit__ft) (z_streamp strm,
    +                                const char *version, int stream_size);
    +typedef int (*deflateEnd_ft) (z_streamp strm);
    +typedef int (*deflate_ft) (z_streamp strm, int flush);
    +typedef int (*deflateInit__ft) (z_streamp strm, int level,
    +                                const char *version, int stream_size);
    +typedef const char *(*zError__ft) (int err);
    +static compress_ft p_compress = NULL;
    +static inflateEnd_ft p_inflateEnd = NULL;
    +static inflate_ft p_inflate = NULL;
    +static inflateInit__ft p_inflateInit_ = NULL;
    +static deflateEnd_ft p_deflateEnd = NULL;
    +static deflate_ft p_deflate = NULL;
    +static deflateInit__ft p_deflateInit_ = NULL;
    +static zError__ft p_zError = NULL;
     
     static int zlib_loaded = 0;     /* only attempt to init func pts once */
     static DSO *zlib_dso = NULL;
     
    -#define compress                p_compress
    -#define inflateEnd              p_inflateEnd
    -#define inflate                 p_inflate
    -#define inflateInit_            p_inflateInit_
    -#define deflateEnd              p_deflateEnd
    -#define deflate                 p_deflate
    -#define deflateInit_            p_deflateInit_
    -#define zError			p_zError
    -#endif /* ZLIB_SHARED */
    -
    -struct zlib_state
    -	{
    -	z_stream istream;
    -	z_stream ostream;
    -	};
    +#  define compress                p_compress
    +#  define inflateEnd              p_inflateEnd
    +#  define inflate                 p_inflate
    +#  define inflateInit_            p_inflateInit_
    +#  define deflateEnd              p_deflateEnd
    +#  define deflate                 p_deflate
    +#  define deflateInit_            p_deflateInit_
    +#  define zError                  p_zError
    +# endif                         /* ZLIB_SHARED */
    +
    +struct zlib_state {
    +    z_stream istream;
    +    z_stream ostream;
    +};
     
     static int zlib_stateful_ex_idx = -1;
     
     static int zlib_stateful_init(COMP_CTX *ctx)
    -	{
    -	int err;
    -	struct zlib_state *state =
    -		(struct zlib_state *)OPENSSL_malloc(sizeof(struct zlib_state));
    -
    -	if (state == NULL)
    -		goto err;
    -
    -	state->istream.zalloc = zlib_zalloc;
    -	state->istream.zfree = zlib_zfree;
    -	state->istream.opaque = Z_NULL;
    -	state->istream.next_in = Z_NULL;
    -	state->istream.next_out = Z_NULL;
    -	state->istream.avail_in = 0;
    -	state->istream.avail_out = 0;
    -	err = inflateInit_(&state->istream,
    -		ZLIB_VERSION, sizeof(z_stream));
    -	if (err != Z_OK)
    -		goto err;
    -
    -	state->ostream.zalloc = zlib_zalloc;
    -	state->ostream.zfree = zlib_zfree;
    -	state->ostream.opaque = Z_NULL;
    -	state->ostream.next_in = Z_NULL;
    -	state->ostream.next_out = Z_NULL;
    -	state->ostream.avail_in = 0;
    -	state->ostream.avail_out = 0;
    -	err = deflateInit_(&state->ostream,Z_DEFAULT_COMPRESSION,
    -		ZLIB_VERSION, sizeof(z_stream));
    -	if (err != Z_OK)
    -		goto err;
    -
    -	CRYPTO_new_ex_data(CRYPTO_EX_INDEX_COMP,ctx,&ctx->ex_data);
    -	CRYPTO_set_ex_data(&ctx->ex_data,zlib_stateful_ex_idx,state);
    -	return 1;
    +{
    +    int err;
    +    struct zlib_state *state =
    +        (struct zlib_state *)OPENSSL_malloc(sizeof(struct zlib_state));
    +
    +    if (state == NULL)
    +        goto err;
    +
    +    state->istream.zalloc = zlib_zalloc;
    +    state->istream.zfree = zlib_zfree;
    +    state->istream.opaque = Z_NULL;
    +    state->istream.next_in = Z_NULL;
    +    state->istream.next_out = Z_NULL;
    +    state->istream.avail_in = 0;
    +    state->istream.avail_out = 0;
    +    err = inflateInit_(&state->istream, ZLIB_VERSION, sizeof(z_stream));
    +    if (err != Z_OK)
    +        goto err;
    +
    +    state->ostream.zalloc = zlib_zalloc;
    +    state->ostream.zfree = zlib_zfree;
    +    state->ostream.opaque = Z_NULL;
    +    state->ostream.next_in = Z_NULL;
    +    state->ostream.next_out = Z_NULL;
    +    state->ostream.avail_in = 0;
    +    state->ostream.avail_out = 0;
    +    err = deflateInit_(&state->ostream, Z_DEFAULT_COMPRESSION,
    +                       ZLIB_VERSION, sizeof(z_stream));
    +    if (err != Z_OK)
    +        goto err;
    +
    +    CRYPTO_new_ex_data(CRYPTO_EX_INDEX_COMP, ctx, &ctx->ex_data);
    +    CRYPTO_set_ex_data(&ctx->ex_data, zlib_stateful_ex_idx, state);
    +    return 1;
      err:
    -	if (state) OPENSSL_free(state);
    -	return 0;
    -	}
    +    if (state)
    +        OPENSSL_free(state);
    +    return 0;
    +}
     
     static void zlib_stateful_finish(COMP_CTX *ctx)
    -	{
    -	struct zlib_state *state =
    -		(struct zlib_state *)CRYPTO_get_ex_data(&ctx->ex_data,
    -			zlib_stateful_ex_idx);
    -	inflateEnd(&state->istream);
    -	deflateEnd(&state->ostream);
    -	OPENSSL_free(state);
    -	CRYPTO_free_ex_data(CRYPTO_EX_INDEX_COMP,ctx,&ctx->ex_data);
    -	}
    +{
    +    struct zlib_state *state =
    +        (struct zlib_state *)CRYPTO_get_ex_data(&ctx->ex_data,
    +                                                zlib_stateful_ex_idx);
    +    inflateEnd(&state->istream);
    +    deflateEnd(&state->ostream);
    +    OPENSSL_free(state);
    +    CRYPTO_free_ex_data(CRYPTO_EX_INDEX_COMP, ctx, &ctx->ex_data);
    +}
     
     static int zlib_stateful_compress_block(COMP_CTX *ctx, unsigned char *out,
    -	unsigned int olen, unsigned char *in, unsigned int ilen)
    -	{
    -	int err = Z_OK;
    -	struct zlib_state *state =
    -		(struct zlib_state *)CRYPTO_get_ex_data(&ctx->ex_data,
    -			zlib_stateful_ex_idx);
    -
    -	if (state == NULL)
    -		return -1;
    -
    -	state->ostream.next_in = in;
    -	state->ostream.avail_in = ilen;
    -	state->ostream.next_out = out;
    -	state->ostream.avail_out = olen;
    -	if (ilen > 0)
    -		err = deflate(&state->ostream, Z_SYNC_FLUSH);
    -	if (err != Z_OK)
    -		return -1;
    -#ifdef DEBUG_ZLIB
    -	fprintf(stderr,"compress(%4d)->%4d %s\n",
    -		ilen,olen - state->ostream.avail_out,
    -		(ilen != olen - state->ostream.avail_out)?"zlib":"clear");
    -#endif
    -	return olen - state->ostream.avail_out;
    -	}
    +                                        unsigned int olen, unsigned char *in,
    +                                        unsigned int ilen)
    +{
    +    int err = Z_OK;
    +    struct zlib_state *state =
    +        (struct zlib_state *)CRYPTO_get_ex_data(&ctx->ex_data,
    +                                                zlib_stateful_ex_idx);
    +
    +    if (state == NULL)
    +        return -1;
    +
    +    state->ostream.next_in = in;
    +    state->ostream.avail_in = ilen;
    +    state->ostream.next_out = out;
    +    state->ostream.avail_out = olen;
    +    if (ilen > 0)
    +        err = deflate(&state->ostream, Z_SYNC_FLUSH);
    +    if (err != Z_OK)
    +        return -1;
    +# ifdef DEBUG_ZLIB
    +    fprintf(stderr, "compress(%4d)->%4d %s\n",
    +            ilen, olen - state->ostream.avail_out,
    +            (ilen != olen - state->ostream.avail_out) ? "zlib" : "clear");
    +# endif
    +    return olen - state->ostream.avail_out;
    +}
     
     static int zlib_stateful_expand_block(COMP_CTX *ctx, unsigned char *out,
    -	unsigned int olen, unsigned char *in, unsigned int ilen)
    -	{
    -	int err = Z_OK;
    -
    -	struct zlib_state *state =
    -		(struct zlib_state *)CRYPTO_get_ex_data(&ctx->ex_data,
    -			zlib_stateful_ex_idx);
    -
    -	if (state == NULL)
    -		return 0;
    -
    -	state->istream.next_in = in;
    -	state->istream.avail_in = ilen;
    -	state->istream.next_out = out;
    -	state->istream.avail_out = olen;
    -	if (ilen > 0)
    -		err = inflate(&state->istream, Z_SYNC_FLUSH);
    -	if (err != Z_OK)
    -		return -1;
    -#ifdef DEBUG_ZLIB
    -	fprintf(stderr,"expand(%4d)->%4d %s\n",
    -		ilen,olen - state->istream.avail_out,
    -		(ilen != olen - state->istream.avail_out)?"zlib":"clear");
    -#endif
    -	return olen - state->istream.avail_out;
    -	}
    +                                      unsigned int olen, unsigned char *in,
    +                                      unsigned int ilen)
    +{
    +    int err = Z_OK;
    +
    +    struct zlib_state *state =
    +        (struct zlib_state *)CRYPTO_get_ex_data(&ctx->ex_data,
    +                                                zlib_stateful_ex_idx);
    +
    +    if (state == NULL)
    +        return 0;
    +
    +    state->istream.next_in = in;
    +    state->istream.avail_in = ilen;
    +    state->istream.next_out = out;
    +    state->istream.avail_out = olen;
    +    if (ilen > 0)
    +        err = inflate(&state->istream, Z_SYNC_FLUSH);
    +    if (err != Z_OK)
    +        return -1;
    +# ifdef DEBUG_ZLIB
    +    fprintf(stderr, "expand(%4d)->%4d %s\n",
    +            ilen, olen - state->istream.avail_out,
    +            (ilen != olen - state->istream.avail_out) ? "zlib" : "clear");
    +# endif
    +    return olen - state->istream.avail_out;
    +}
     
    -#if 0
    +# if 0
     static int zlib_compress_block(COMP_CTX *ctx, unsigned char *out,
    -	unsigned int olen, unsigned char *in, unsigned int ilen)
    -	{
    -	unsigned long l;
    -	int i;
    -	int clear=1;
    -
    -	if (ilen > 128)
    -		{
    -		out[0]=1;
    -		l=olen-1;
    -		i=compress(&(out[1]),&l,in,(unsigned long)ilen);
    -		if (i != Z_OK)
    -			return(-1);
    -		if (ilen > l)
    -			{
    -			clear=0;
    -			l++;
    -			}
    -		}
    -	if (clear)
    -		{
    -		out[0]=0;
    -		memcpy(&(out[1]),in,ilen);
    -		l=ilen+1;
    -		}
    -#ifdef DEBUG_ZLIB
    -	fprintf(stderr,"compress(%4d)->%4d %s\n",
    -		ilen,(int)l,(clear)?"clear":"zlib");
    -#endif
    -	return((int)l);
    -	}
    +                               unsigned int olen, unsigned char *in,
    +                               unsigned int ilen)
    +{
    +    unsigned long l;
    +    int i;
    +    int clear = 1;
    +
    +    if (ilen > 128) {
    +        out[0] = 1;
    +        l = olen - 1;
    +        i = compress(&(out[1]), &l, in, (unsigned long)ilen);
    +        if (i != Z_OK)
    +            return (-1);
    +        if (ilen > l) {
    +            clear = 0;
    +            l++;
    +        }
    +    }
    +    if (clear) {
    +        out[0] = 0;
    +        memcpy(&(out[1]), in, ilen);
    +        l = ilen + 1;
    +    }
    +#  ifdef DEBUG_ZLIB
    +    fprintf(stderr, "compress(%4d)->%4d %s\n",
    +            ilen, (int)l, (clear) ? "clear" : "zlib");
    +#  endif
    +    return ((int)l);
    +}
     
     static int zlib_expand_block(COMP_CTX *ctx, unsigned char *out,
    -	unsigned int olen, unsigned char *in, unsigned int ilen)
    -	{
    -	unsigned long l;
    -	int i;
    -
    -	if (in[0])
    -		{
    -		l=olen;
    -		i=zz_uncompress(out,&l,&(in[1]),(unsigned long)ilen-1);
    -		if (i != Z_OK)
    -			return(-1);
    -		}
    -	else
    -		{
    -		memcpy(out,&(in[1]),ilen-1);
    -		l=ilen-1;
    -		}
    -#ifdef DEBUG_ZLIB
    -        fprintf(stderr,"expand  (%4d)->%4d %s\n",
    -		ilen,(int)l,in[0]?"zlib":"clear");
    -#endif
    -	return((int)l);
    -	}
    +                             unsigned int olen, unsigned char *in,
    +                             unsigned int ilen)
    +{
    +    unsigned long l;
    +    int i;
    +
    +    if (in[0]) {
    +        l = olen;
    +        i = zz_uncompress(out, &l, &(in[1]), (unsigned long)ilen - 1);
    +        if (i != Z_OK)
    +            return (-1);
    +    } else {
    +        memcpy(out, &(in[1]), ilen - 1);
    +        l = ilen - 1;
    +    }
    +#  ifdef DEBUG_ZLIB
    +    fprintf(stderr, "expand  (%4d)->%4d %s\n",
    +            ilen, (int)l, in[0] ? "zlib" : "clear");
    +#  endif
    +    return ((int)l);
    +}
     
    -static int zz_uncompress (Bytef *dest, uLongf *destLen, const Bytef *source,
    -	     uLong sourceLen)
    +static int zz_uncompress(Bytef *dest, uLongf * destLen, const Bytef *source,
    +                         uLong sourceLen)
     {
         z_stream stream;
         int err;
     
    -    stream.next_in = (Bytef*)source;
    -    stream.avail_in = (uInt)sourceLen;
    +    stream.next_in = (Bytef *)source;
    +    stream.avail_in = (uInt) sourceLen;
         /* Check for source > 64K on 16-bit machine: */
    -    if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
    +    if ((uLong) stream.avail_in != sourceLen)
    +        return Z_BUF_ERROR;
     
         stream.next_out = dest;
    -    stream.avail_out = (uInt)*destLen;
    -    if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
    +    stream.avail_out = (uInt) * destLen;
    +    if ((uLong) stream.avail_out != *destLen)
    +        return Z_BUF_ERROR;
     
    -    stream.zalloc = (alloc_func)0;
    -    stream.zfree = (free_func)0;
    +    stream.zalloc = (alloc_func) 0;
    +    stream.zfree = (free_func) 0;
     
    -    err = inflateInit_(&stream,
    -	    ZLIB_VERSION, sizeof(z_stream));
    -    if (err != Z_OK) return err;
    +    err = inflateInit_(&stream, ZLIB_VERSION, sizeof(z_stream));
    +    if (err != Z_OK)
    +        return err;
     
         err = inflate(&stream, Z_FINISH);
         if (err != Z_STREAM_END) {
    @@ -334,112 +336,97 @@ static int zz_uncompress (Bytef *dest, uLongf *destLen, const Bytef *source,
         err = inflateEnd(&stream);
         return err;
     }
    -#endif
    +# endif
     
     #endif
     
     COMP_METHOD *COMP_zlib(void)
    -	{
    -	COMP_METHOD *meth = &zlib_method_nozlib;
    +{
    +    COMP_METHOD *meth = &zlib_method_nozlib;
     
     #ifdef ZLIB_SHARED
    -	if (!zlib_loaded)
    -		{
    -#if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_WIN32)
    -		zlib_dso = DSO_load(NULL, "ZLIB1", NULL, 0);
    -#else
    -		zlib_dso = DSO_load(NULL, "z", NULL, 0);
    -#endif
    -		if (zlib_dso != NULL)
    -			{
    -			p_compress
    -				= (compress_ft) DSO_bind_func(zlib_dso,
    -					"compress");
    -			p_inflateEnd
    -				= (inflateEnd_ft) DSO_bind_func(zlib_dso,
    -					"inflateEnd");
    -			p_inflate
    -				= (inflate_ft) DSO_bind_func(zlib_dso,
    -					"inflate");
    -			p_inflateInit_
    -				= (inflateInit__ft) DSO_bind_func(zlib_dso,
    -					"inflateInit_");
    -			p_deflateEnd
    -				= (deflateEnd_ft) DSO_bind_func(zlib_dso,
    -					"deflateEnd");
    -			p_deflate
    -				= (deflate_ft) DSO_bind_func(zlib_dso,
    -					"deflate");
    -			p_deflateInit_
    -				= (deflateInit__ft) DSO_bind_func(zlib_dso,
    -					"deflateInit_");
    -			p_zError
    -				= (zError__ft) DSO_bind_func(zlib_dso,
    -					"zError");
    -
    -			if (p_compress && p_inflateEnd && p_inflate
    -				&& p_inflateInit_ && p_deflateEnd
    -				&& p_deflate && p_deflateInit_ && p_zError)
    -				zlib_loaded++;
    -			}
    -		}
    -
    +    if (!zlib_loaded) {
    +# if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_WIN32)
    +        zlib_dso = DSO_load(NULL, "ZLIB1", NULL, 0);
    +# else
    +        zlib_dso = DSO_load(NULL, "z", NULL, 0);
    +# endif
    +        if (zlib_dso != NULL) {
    +            p_compress = (compress_ft) DSO_bind_func(zlib_dso, "compress");
    +            p_inflateEnd
    +                = (inflateEnd_ft) DSO_bind_func(zlib_dso, "inflateEnd");
    +            p_inflate = (inflate_ft) DSO_bind_func(zlib_dso, "inflate");
    +            p_inflateInit_
    +                = (inflateInit__ft) DSO_bind_func(zlib_dso, "inflateInit_");
    +            p_deflateEnd
    +                = (deflateEnd_ft) DSO_bind_func(zlib_dso, "deflateEnd");
    +            p_deflate = (deflate_ft) DSO_bind_func(zlib_dso, "deflate");
    +            p_deflateInit_
    +                = (deflateInit__ft) DSO_bind_func(zlib_dso, "deflateInit_");
    +            p_zError = (zError__ft) DSO_bind_func(zlib_dso, "zError");
    +
    +            if (p_compress && p_inflateEnd && p_inflate
    +                && p_inflateInit_ && p_deflateEnd
    +                && p_deflate && p_deflateInit_ && p_zError)
    +                zlib_loaded++;
    +        }
    +    }
     #endif
     #ifdef ZLIB_SHARED
    -	if (zlib_loaded)
    +    if (zlib_loaded)
     #endif
     #if defined(ZLIB) || defined(ZLIB_SHARED)
    -		{
    -		/* init zlib_stateful_ex_idx here so that in a multi-process
    -		 * application it's enough to intialize openssl before forking
    -		 * (idx will be inherited in all the children) */
    -		if (zlib_stateful_ex_idx == -1)
    -			{
    -			CRYPTO_w_lock(CRYPTO_LOCK_COMP);
    -			if (zlib_stateful_ex_idx == -1)
    -				zlib_stateful_ex_idx =
    -					CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_COMP,
    -						0,NULL,NULL,NULL,NULL);
    -			CRYPTO_w_unlock(CRYPTO_LOCK_COMP);
    -			if (zlib_stateful_ex_idx == -1)
    -				goto err;
    -			}
    -		
    -		meth = &zlib_stateful_method;
    -		}
    -err:	
    +    {
    +        /*
    +         * init zlib_stateful_ex_idx here so that in a multi-process
    +         * application it's enough to intialize openssl before forking (idx
    +         * will be inherited in all the children)
    +         */
    +        if (zlib_stateful_ex_idx == -1) {
    +            CRYPTO_w_lock(CRYPTO_LOCK_COMP);
    +            if (zlib_stateful_ex_idx == -1)
    +                zlib_stateful_ex_idx =
    +                    CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_COMP,
    +                                            0, NULL, NULL, NULL, NULL);
    +            CRYPTO_w_unlock(CRYPTO_LOCK_COMP);
    +            if (zlib_stateful_ex_idx == -1)
    +                goto err;
    +        }
    +
    +        meth = &zlib_stateful_method;
    +    }
    + err:
     #endif
     
    -	return(meth);
    -	}
    +    return (meth);
    +}
     
     void COMP_zlib_cleanup(void)
    -	{
    +{
     #ifdef ZLIB_SHARED
    -	if (zlib_dso)
    -		DSO_free(zlib_dso);
    +    if (zlib_dso)
    +        DSO_free(zlib_dso);
     #endif
    -	}
    +}
     
     #ifdef ZLIB
     
     /* Zlib based compression/decompression filter BIO */
     
    -typedef struct
    -	{
    -	unsigned char *ibuf;	/* Input buffer */
    -	int ibufsize;		/* Buffer size */
    -	z_stream zin;		/* Input decompress context */
    -	unsigned char *obuf;	/* Output buffer */
    -	int obufsize;		/* Output buffer size */
    -	unsigned char *optr;	/* Position in output buffer */
    -	int ocount;		/* Amount of data in output buffer */
    -	int odone;		/* deflate EOF */
    -	int comp_level;		/* Compression level to use */
    -	z_stream zout;		/* Output compression context */
    -	} BIO_ZLIB_CTX;
    -
    -#define ZLIB_DEFAULT_BUFSIZE 1024
    +typedef struct {
    +    unsigned char *ibuf;        /* Input buffer */
    +    int ibufsize;               /* Buffer size */
    +    z_stream zin;               /* Input decompress context */
    +    unsigned char *obuf;        /* Output buffer */
    +    int obufsize;               /* Output buffer size */
    +    unsigned char *optr;        /* Position in output buffer */
    +    int ocount;                 /* Amount of data in output buffer */
    +    int odone;                  /* deflate EOF */
    +    int comp_level;             /* Compression level to use */
    +    z_stream zout;              /* Output compression context */
    +} BIO_ZLIB_CTX;
    +
    +# define ZLIB_DEFAULT_BUFSIZE 1024
     
     static int bio_zlib_new(BIO *bi);
     static int bio_zlib_free(BIO *bi);
    @@ -448,352 +435,328 @@ static int bio_zlib_write(BIO *b, const char *in, int inl);
     static long bio_zlib_ctrl(BIO *b, int cmd, long num, void *ptr);
     static long bio_zlib_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp);
     
    -static BIO_METHOD bio_meth_zlib = 
    -	{
    -	BIO_TYPE_COMP,
    -	"zlib",
    -	bio_zlib_write,
    -	bio_zlib_read,
    -	NULL,
    -	NULL,
    -	bio_zlib_ctrl,
    -	bio_zlib_new,
    -	bio_zlib_free,
    -	bio_zlib_callback_ctrl
    -	};
    +static BIO_METHOD bio_meth_zlib = {
    +    BIO_TYPE_COMP,
    +    "zlib",
    +    bio_zlib_write,
    +    bio_zlib_read,
    +    NULL,
    +    NULL,
    +    bio_zlib_ctrl,
    +    bio_zlib_new,
    +    bio_zlib_free,
    +    bio_zlib_callback_ctrl
    +};
     
     BIO_METHOD *BIO_f_zlib(void)
    -	{
    -	return &bio_meth_zlib;
    -	}
    -
    +{
    +    return &bio_meth_zlib;
    +}
     
     static int bio_zlib_new(BIO *bi)
    -	{
    -	BIO_ZLIB_CTX *ctx;
    -#ifdef ZLIB_SHARED
    -	(void)COMP_zlib();
    -	if (!zlib_loaded)
    -		{
    -		COMPerr(COMP_F_BIO_ZLIB_NEW, COMP_R_ZLIB_NOT_SUPPORTED);
    -		return 0;
    -		}
    -#endif
    -	ctx = OPENSSL_malloc(sizeof(BIO_ZLIB_CTX));
    -	if(!ctx)
    -		{
    -		COMPerr(COMP_F_BIO_ZLIB_NEW, ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	ctx->ibuf = NULL;
    -	ctx->obuf = NULL;
    -	ctx->ibufsize = ZLIB_DEFAULT_BUFSIZE;
    -	ctx->obufsize = ZLIB_DEFAULT_BUFSIZE;
    -	ctx->zin.zalloc = Z_NULL;
    -	ctx->zin.zfree = Z_NULL;
    -	ctx->zin.next_in = NULL;
    -	ctx->zin.avail_in = 0;
    -	ctx->zin.next_out = NULL;
    -	ctx->zin.avail_out = 0;
    -	ctx->zout.zalloc = Z_NULL;
    -	ctx->zout.zfree = Z_NULL;
    -	ctx->zout.next_in = NULL;
    -	ctx->zout.avail_in = 0;
    -	ctx->zout.next_out = NULL;
    -	ctx->zout.avail_out = 0;
    -	ctx->odone = 0;
    -	ctx->comp_level = Z_DEFAULT_COMPRESSION;
    -	bi->init = 1;
    -	bi->ptr = (char *)ctx;
    -	bi->flags = 0;
    -	return 1;
    -	}
    +{
    +    BIO_ZLIB_CTX *ctx;
    +# ifdef ZLIB_SHARED
    +    (void)COMP_zlib();
    +    if (!zlib_loaded) {
    +        COMPerr(COMP_F_BIO_ZLIB_NEW, COMP_R_ZLIB_NOT_SUPPORTED);
    +        return 0;
    +    }
    +# endif
    +    ctx = OPENSSL_malloc(sizeof(BIO_ZLIB_CTX));
    +    if (!ctx) {
    +        COMPerr(COMP_F_BIO_ZLIB_NEW, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    ctx->ibuf = NULL;
    +    ctx->obuf = NULL;
    +    ctx->ibufsize = ZLIB_DEFAULT_BUFSIZE;
    +    ctx->obufsize = ZLIB_DEFAULT_BUFSIZE;
    +    ctx->zin.zalloc = Z_NULL;
    +    ctx->zin.zfree = Z_NULL;
    +    ctx->zin.next_in = NULL;
    +    ctx->zin.avail_in = 0;
    +    ctx->zin.next_out = NULL;
    +    ctx->zin.avail_out = 0;
    +    ctx->zout.zalloc = Z_NULL;
    +    ctx->zout.zfree = Z_NULL;
    +    ctx->zout.next_in = NULL;
    +    ctx->zout.avail_in = 0;
    +    ctx->zout.next_out = NULL;
    +    ctx->zout.avail_out = 0;
    +    ctx->odone = 0;
    +    ctx->comp_level = Z_DEFAULT_COMPRESSION;
    +    bi->init = 1;
    +    bi->ptr = (char *)ctx;
    +    bi->flags = 0;
    +    return 1;
    +}
     
     static int bio_zlib_free(BIO *bi)
    -	{
    -	BIO_ZLIB_CTX *ctx;
    -	if(!bi) return 0;
    -	ctx = (BIO_ZLIB_CTX *)bi->ptr;
    -	if(ctx->ibuf)
    -		{
    -		/* Destroy decompress context */
    -		inflateEnd(&ctx->zin);
    -		OPENSSL_free(ctx->ibuf);
    -		}
    -	if(ctx->obuf)
    -		{
    -		/* Destroy compress context */
    -		deflateEnd(&ctx->zout);
    -		OPENSSL_free(ctx->obuf);
    -		}
    -	OPENSSL_free(ctx);
    -	bi->ptr = NULL;
    -	bi->init = 0;
    -	bi->flags = 0;
    -	return 1;
    -	}
    +{
    +    BIO_ZLIB_CTX *ctx;
    +    if (!bi)
    +        return 0;
    +    ctx = (BIO_ZLIB_CTX *) bi->ptr;
    +    if (ctx->ibuf) {
    +        /* Destroy decompress context */
    +        inflateEnd(&ctx->zin);
    +        OPENSSL_free(ctx->ibuf);
    +    }
    +    if (ctx->obuf) {
    +        /* Destroy compress context */
    +        deflateEnd(&ctx->zout);
    +        OPENSSL_free(ctx->obuf);
    +    }
    +    OPENSSL_free(ctx);
    +    bi->ptr = NULL;
    +    bi->init = 0;
    +    bi->flags = 0;
    +    return 1;
    +}
     
     static int bio_zlib_read(BIO *b, char *out, int outl)
    -	{
    -	BIO_ZLIB_CTX *ctx;
    -	int ret;
    -	z_stream *zin;
    -	if(!out || !outl) return 0;
    -	ctx = (BIO_ZLIB_CTX *)b->ptr;
    -	zin = &ctx->zin;
    -	BIO_clear_retry_flags(b);
    -	if(!ctx->ibuf)
    -		{
    -		ctx->ibuf = OPENSSL_malloc(ctx->ibufsize);
    -		if(!ctx->ibuf)
    -			{
    -			COMPerr(COMP_F_BIO_ZLIB_READ, ERR_R_MALLOC_FAILURE);
    -			return 0;
    -			}
    -		inflateInit(zin);
    -		zin->next_in = ctx->ibuf;
    -		zin->avail_in = 0;
    -		}
    -
    -	/* Copy output data directly to supplied buffer */
    -	zin->next_out = (unsigned char *)out;
    -	zin->avail_out = (unsigned int)outl;
    -	for(;;)
    -		{
    -		/* Decompress while data available */
    -		while(zin->avail_in)
    -			{
    -			ret = inflate(zin, 0);
    -			if((ret != Z_OK) && (ret != Z_STREAM_END))
    -				{
    -				COMPerr(COMP_F_BIO_ZLIB_READ,
    -						COMP_R_ZLIB_INFLATE_ERROR);
    -				ERR_add_error_data(2, "zlib error:",
    -							zError(ret));
    -				return 0;
    -				}
    -			/* If EOF or we've read everything then return */
    -			if((ret == Z_STREAM_END) || !zin->avail_out)
    -				return outl - zin->avail_out;
    -			}
    -
    -		/* No data in input buffer try to read some in,
    -		 * if an error then return the total data read.
    -		 */
    -		ret = BIO_read(b->next_bio, ctx->ibuf, ctx->ibufsize);
    -		if(ret <= 0)
    -			{
    -			/* Total data read */
    -			int tot = outl - zin->avail_out;
    -			BIO_copy_next_retry(b);
    -			if(ret < 0) return (tot > 0) ? tot : ret;
    -			return tot;
    -			}
    -		zin->avail_in = ret;
    -		zin->next_in = ctx->ibuf;
    -		}
    -	}
    +{
    +    BIO_ZLIB_CTX *ctx;
    +    int ret;
    +    z_stream *zin;
    +    if (!out || !outl)
    +        return 0;
    +    ctx = (BIO_ZLIB_CTX *) b->ptr;
    +    zin = &ctx->zin;
    +    BIO_clear_retry_flags(b);
    +    if (!ctx->ibuf) {
    +        ctx->ibuf = OPENSSL_malloc(ctx->ibufsize);
    +        if (!ctx->ibuf) {
    +            COMPerr(COMP_F_BIO_ZLIB_READ, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +        inflateInit(zin);
    +        zin->next_in = ctx->ibuf;
    +        zin->avail_in = 0;
    +    }
    +
    +    /* Copy output data directly to supplied buffer */
    +    zin->next_out = (unsigned char *)out;
    +    zin->avail_out = (unsigned int)outl;
    +    for (;;) {
    +        /* Decompress while data available */
    +        while (zin->avail_in) {
    +            ret = inflate(zin, 0);
    +            if ((ret != Z_OK) && (ret != Z_STREAM_END)) {
    +                COMPerr(COMP_F_BIO_ZLIB_READ, COMP_R_ZLIB_INFLATE_ERROR);
    +                ERR_add_error_data(2, "zlib error:", zError(ret));
    +                return 0;
    +            }
    +            /* If EOF or we've read everything then return */
    +            if ((ret == Z_STREAM_END) || !zin->avail_out)
    +                return outl - zin->avail_out;
    +        }
    +
    +        /*
    +         * No data in input buffer try to read some in, if an error then
    +         * return the total data read.
    +         */
    +        ret = BIO_read(b->next_bio, ctx->ibuf, ctx->ibufsize);
    +        if (ret <= 0) {
    +            /* Total data read */
    +            int tot = outl - zin->avail_out;
    +            BIO_copy_next_retry(b);
    +            if (ret < 0)
    +                return (tot > 0) ? tot : ret;
    +            return tot;
    +        }
    +        zin->avail_in = ret;
    +        zin->next_in = ctx->ibuf;
    +    }
    +}
     
     static int bio_zlib_write(BIO *b, const char *in, int inl)
    -	{
    -	BIO_ZLIB_CTX *ctx;
    -	int ret;
    -	z_stream *zout;
    -	if(!in || !inl) return 0;
    -	ctx = (BIO_ZLIB_CTX *)b->ptr;
    -	if(ctx->odone) return 0;
    -	zout = &ctx->zout;
    -	BIO_clear_retry_flags(b);
    -	if(!ctx->obuf)
    -		{
    -		ctx->obuf = OPENSSL_malloc(ctx->obufsize);
    -		/* Need error here */
    -		if(!ctx->obuf)
    -			{
    -			COMPerr(COMP_F_BIO_ZLIB_WRITE, ERR_R_MALLOC_FAILURE);
    -			return 0;
    -			}
    -		ctx->optr = ctx->obuf;
    -		ctx->ocount = 0;
    -		deflateInit(zout, ctx->comp_level);
    -		zout->next_out = ctx->obuf;
    -		zout->avail_out = ctx->obufsize;
    -		}
    -	/* Obtain input data directly from supplied buffer */
    -	zout->next_in = (void *)in;
    -	zout->avail_in = inl;
    -	for(;;)
    -		{
    -		/* If data in output buffer write it first */
    -		while(ctx->ocount) {
    -			ret = BIO_write(b->next_bio, ctx->optr, ctx->ocount);
    -			if(ret <= 0)
    -				{
    -				/* Total data written */
    -				int tot = inl - zout->avail_in;
    -				BIO_copy_next_retry(b);
    -				if(ret < 0) return (tot > 0) ? tot : ret;
    -				return tot;
    -				}
    -			ctx->optr += ret;
    -			ctx->ocount -= ret;
    -		}
    -
    -		/* Have we consumed all supplied data? */
    -		if(!zout->avail_in)
    -			return inl;
    -
    -		/* Compress some more */
    -
    -		/* Reset buffer */
    -		ctx->optr = ctx->obuf;
    -		zout->next_out = ctx->obuf;
    -		zout->avail_out = ctx->obufsize;
    -		/* Compress some more */
    -		ret = deflate(zout, 0);
    -		if(ret != Z_OK)
    -			{
    -			COMPerr(COMP_F_BIO_ZLIB_WRITE,
    -						COMP_R_ZLIB_DEFLATE_ERROR);
    -			ERR_add_error_data(2, "zlib error:", zError(ret));
    -			return 0;
    -			}
    -		ctx->ocount = ctx->obufsize - zout->avail_out;
    -		}
    -	}
    +{
    +    BIO_ZLIB_CTX *ctx;
    +    int ret;
    +    z_stream *zout;
    +    if (!in || !inl)
    +        return 0;
    +    ctx = (BIO_ZLIB_CTX *) b->ptr;
    +    if (ctx->odone)
    +        return 0;
    +    zout = &ctx->zout;
    +    BIO_clear_retry_flags(b);
    +    if (!ctx->obuf) {
    +        ctx->obuf = OPENSSL_malloc(ctx->obufsize);
    +        /* Need error here */
    +        if (!ctx->obuf) {
    +            COMPerr(COMP_F_BIO_ZLIB_WRITE, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +        ctx->optr = ctx->obuf;
    +        ctx->ocount = 0;
    +        deflateInit(zout, ctx->comp_level);
    +        zout->next_out = ctx->obuf;
    +        zout->avail_out = ctx->obufsize;
    +    }
    +    /* Obtain input data directly from supplied buffer */
    +    zout->next_in = (void *)in;
    +    zout->avail_in = inl;
    +    for (;;) {
    +        /* If data in output buffer write it first */
    +        while (ctx->ocount) {
    +            ret = BIO_write(b->next_bio, ctx->optr, ctx->ocount);
    +            if (ret <= 0) {
    +                /* Total data written */
    +                int tot = inl - zout->avail_in;
    +                BIO_copy_next_retry(b);
    +                if (ret < 0)
    +                    return (tot > 0) ? tot : ret;
    +                return tot;
    +            }
    +            ctx->optr += ret;
    +            ctx->ocount -= ret;
    +        }
    +
    +        /* Have we consumed all supplied data? */
    +        if (!zout->avail_in)
    +            return inl;
    +
    +        /* Compress some more */
    +
    +        /* Reset buffer */
    +        ctx->optr = ctx->obuf;
    +        zout->next_out = ctx->obuf;
    +        zout->avail_out = ctx->obufsize;
    +        /* Compress some more */
    +        ret = deflate(zout, 0);
    +        if (ret != Z_OK) {
    +            COMPerr(COMP_F_BIO_ZLIB_WRITE, COMP_R_ZLIB_DEFLATE_ERROR);
    +            ERR_add_error_data(2, "zlib error:", zError(ret));
    +            return 0;
    +        }
    +        ctx->ocount = ctx->obufsize - zout->avail_out;
    +    }
    +}
     
     static int bio_zlib_flush(BIO *b)
    -	{
    -	BIO_ZLIB_CTX *ctx;
    -	int ret;
    -	z_stream *zout;
    -	ctx = (BIO_ZLIB_CTX *)b->ptr;
    -	/* If no data written or already flush show success */
    -	if(!ctx->obuf || (ctx->odone && !ctx->ocount)) return 1;
    -	zout = &ctx->zout;
    -	BIO_clear_retry_flags(b);
    -	/* No more input data */
    -	zout->next_in = NULL;
    -	zout->avail_in = 0;
    -	for(;;)
    -		{
    -		/* If data in output buffer write it first */
    -		while(ctx->ocount)
    -			{
    -			ret = BIO_write(b->next_bio, ctx->optr, ctx->ocount);
    -			if(ret <= 0)
    -				{
    -				BIO_copy_next_retry(b);
    -				return ret;
    -				}
    -			ctx->optr += ret;
    -			ctx->ocount -= ret;
    -			}
    -		if(ctx->odone) return 1;
    -
    -		/* Compress some more */
    -
    -		/* Reset buffer */
    -		ctx->optr = ctx->obuf;
    -		zout->next_out = ctx->obuf;
    -		zout->avail_out = ctx->obufsize;
    -		/* Compress some more */
    -		ret = deflate(zout, Z_FINISH);
    -		if(ret == Z_STREAM_END) ctx->odone = 1;
    -		else if(ret != Z_OK)
    -			{
    -			COMPerr(COMP_F_BIO_ZLIB_FLUSH,
    -						COMP_R_ZLIB_DEFLATE_ERROR);
    -			ERR_add_error_data(2, "zlib error:", zError(ret));
    -			return 0;
    -			}
    -		ctx->ocount = ctx->obufsize - zout->avail_out;
    -		}
    -	}
    +{
    +    BIO_ZLIB_CTX *ctx;
    +    int ret;
    +    z_stream *zout;
    +    ctx = (BIO_ZLIB_CTX *) b->ptr;
    +    /* If no data written or already flush show success */
    +    if (!ctx->obuf || (ctx->odone && !ctx->ocount))
    +        return 1;
    +    zout = &ctx->zout;
    +    BIO_clear_retry_flags(b);
    +    /* No more input data */
    +    zout->next_in = NULL;
    +    zout->avail_in = 0;
    +    for (;;) {
    +        /* If data in output buffer write it first */
    +        while (ctx->ocount) {
    +            ret = BIO_write(b->next_bio, ctx->optr, ctx->ocount);
    +            if (ret <= 0) {
    +                BIO_copy_next_retry(b);
    +                return ret;
    +            }
    +            ctx->optr += ret;
    +            ctx->ocount -= ret;
    +        }
    +        if (ctx->odone)
    +            return 1;
    +
    +        /* Compress some more */
    +
    +        /* Reset buffer */
    +        ctx->optr = ctx->obuf;
    +        zout->next_out = ctx->obuf;
    +        zout->avail_out = ctx->obufsize;
    +        /* Compress some more */
    +        ret = deflate(zout, Z_FINISH);
    +        if (ret == Z_STREAM_END)
    +            ctx->odone = 1;
    +        else if (ret != Z_OK) {
    +            COMPerr(COMP_F_BIO_ZLIB_FLUSH, COMP_R_ZLIB_DEFLATE_ERROR);
    +            ERR_add_error_data(2, "zlib error:", zError(ret));
    +            return 0;
    +        }
    +        ctx->ocount = ctx->obufsize - zout->avail_out;
    +    }
    +}
     
     static long bio_zlib_ctrl(BIO *b, int cmd, long num, void *ptr)
    -	{
    -	BIO_ZLIB_CTX *ctx;
    -	int ret, *ip;
    -	int ibs, obs;
    -	if(!b->next_bio) return 0;
    -	ctx = (BIO_ZLIB_CTX *)b->ptr;
    -	switch (cmd)
    -		{
    -
    -	case BIO_CTRL_RESET:
    -		ctx->ocount = 0;
    -		ctx->odone = 0;
    -		ret = 1;
    -		break;
    -
    -	case BIO_CTRL_FLUSH:
    -		ret = bio_zlib_flush(b);
    -		if (ret > 0)
    -			ret = BIO_flush(b->next_bio);
    -		break;
    -
    -	case BIO_C_SET_BUFF_SIZE:
    -		ibs = -1;
    -		obs = -1;
    -		if (ptr != NULL)
    -			{
    -			ip = ptr;
    -			if (*ip == 0)
    -				ibs = (int) num;
    -			else 
    -				obs = (int) num;
    -			}
    -		else
    -			{
    -			ibs = (int)num;
    -			obs = ibs;
    -			}
    -
    -		if (ibs != -1)
    -			{
    -			if (ctx->ibuf)
    -				{
    -				OPENSSL_free(ctx->ibuf);
    -				ctx->ibuf = NULL;
    -				}
    -			ctx->ibufsize = ibs;
    -			}
    -
    -		if (obs != -1)
    -			{
    -			if (ctx->obuf)
    -				{
    -				OPENSSL_free(ctx->obuf);
    -				ctx->obuf = NULL;
    -				}
    -			ctx->obufsize = obs;
    -			}
    -		ret = 1;
    -		break;
    -
    -	case BIO_C_DO_STATE_MACHINE:
    -		BIO_clear_retry_flags(b);
    -		ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    -		BIO_copy_next_retry(b);
    -		break;
    -
    -	default:
    -		ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    -		break;
    -
    -		}
    -
    -	return ret;
    -	}
    +{
    +    BIO_ZLIB_CTX *ctx;
    +    int ret, *ip;
    +    int ibs, obs;
    +    if (!b->next_bio)
    +        return 0;
    +    ctx = (BIO_ZLIB_CTX *) b->ptr;
    +    switch (cmd) {
    +
    +    case BIO_CTRL_RESET:
    +        ctx->ocount = 0;
    +        ctx->odone = 0;
    +        ret = 1;
    +        break;
    +
    +    case BIO_CTRL_FLUSH:
    +        ret = bio_zlib_flush(b);
    +        if (ret > 0)
    +            ret = BIO_flush(b->next_bio);
    +        break;
    +
    +    case BIO_C_SET_BUFF_SIZE:
    +        ibs = -1;
    +        obs = -1;
    +        if (ptr != NULL) {
    +            ip = ptr;
    +            if (*ip == 0)
    +                ibs = (int)num;
    +            else
    +                obs = (int)num;
    +        } else {
    +            ibs = (int)num;
    +            obs = ibs;
    +        }
    +
    +        if (ibs != -1) {
    +            if (ctx->ibuf) {
    +                OPENSSL_free(ctx->ibuf);
    +                ctx->ibuf = NULL;
    +            }
    +            ctx->ibufsize = ibs;
    +        }
    +
    +        if (obs != -1) {
    +            if (ctx->obuf) {
    +                OPENSSL_free(ctx->obuf);
    +                ctx->obuf = NULL;
    +            }
    +            ctx->obufsize = obs;
    +        }
    +        ret = 1;
    +        break;
    +
    +    case BIO_C_DO_STATE_MACHINE:
    +        BIO_clear_retry_flags(b);
    +        ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        BIO_copy_next_retry(b);
    +        break;
    +
    +    default:
    +        ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        break;
    +
    +    }
     
    +    return ret;
    +}
     
     static long bio_zlib_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp)
    -	{
    -	if(!b->next_bio)
    -		return 0;
    -	return
    -		BIO_callback_ctrl(b->next_bio, cmd, fp);
    -	}
    +{
    +    if (!b->next_bio)
    +        return 0;
    +    return BIO_callback_ctrl(b->next_bio, cmd, fp);
    +}
     
     #endif
    diff --git a/openssl/crypto/comp/comp.h b/openssl/crypto/comp/comp.h
    index 4b405c7d4..406c428aa 100644
    --- a/openssl/crypto/comp/comp.h
    +++ b/openssl/crypto/comp/comp.h
    @@ -1,8 +1,8 @@
     
     #ifndef HEADER_COMP_H
    -#define HEADER_COMP_H
    +# define HEADER_COMP_H
     
    -#include 
    +# include 
     
     #ifdef  __cplusplus
     extern "C" {
    @@ -10,53 +10,52 @@ extern "C" {
     
     typedef struct comp_ctx_st COMP_CTX;
     
    -typedef struct comp_method_st
    -	{
    -	int type;		/* NID for compression library */
    -	const char *name;	/* A text string to identify the library */
    -	int (*init)(COMP_CTX *ctx);
    -	void (*finish)(COMP_CTX *ctx);
    -	int (*compress)(COMP_CTX *ctx,
    -			unsigned char *out, unsigned int olen,
    -			unsigned char *in, unsigned int ilen);
    -	int (*expand)(COMP_CTX *ctx,
    -		      unsigned char *out, unsigned int olen,
    -		      unsigned char *in, unsigned int ilen);
    -	/* The following two do NOTHING, but are kept for backward compatibility */
    -	long (*ctrl)(void);
    -	long (*callback_ctrl)(void);
    -	} COMP_METHOD;
    -
    -struct comp_ctx_st
    -	{
    -	COMP_METHOD *meth;
    -	unsigned long compress_in;
    -	unsigned long compress_out;
    -	unsigned long expand_in;
    -	unsigned long expand_out;
    -
    -	CRYPTO_EX_DATA	ex_data;
    -	};
    +typedef struct comp_method_st {
    +    int type;                   /* NID for compression library */
    +    const char *name;           /* A text string to identify the library */
    +    int (*init) (COMP_CTX *ctx);
    +    void (*finish) (COMP_CTX *ctx);
    +    int (*compress) (COMP_CTX *ctx,
    +                     unsigned char *out, unsigned int olen,
    +                     unsigned char *in, unsigned int ilen);
    +    int (*expand) (COMP_CTX *ctx,
    +                   unsigned char *out, unsigned int olen,
    +                   unsigned char *in, unsigned int ilen);
    +    /*
    +     * The following two do NOTHING, but are kept for backward compatibility
    +     */
    +    long (*ctrl) (void);
    +    long (*callback_ctrl) (void);
    +} COMP_METHOD;
     
    +struct comp_ctx_st {
    +    COMP_METHOD *meth;
    +    unsigned long compress_in;
    +    unsigned long compress_out;
    +    unsigned long expand_in;
    +    unsigned long expand_out;
    +    CRYPTO_EX_DATA ex_data;
    +};
     
     COMP_CTX *COMP_CTX_new(COMP_METHOD *meth);
     void COMP_CTX_free(COMP_CTX *ctx);
     int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen,
    -	unsigned char *in, int ilen);
    +                        unsigned char *in, int ilen);
     int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
    -	unsigned char *in, int ilen);
    -COMP_METHOD *COMP_rle(void );
    -COMP_METHOD *COMP_zlib(void );
    +                      unsigned char *in, int ilen);
    +COMP_METHOD *COMP_rle(void);
    +COMP_METHOD *COMP_zlib(void);
     void COMP_zlib_cleanup(void);
     
    -#ifdef HEADER_BIO_H
    -#ifdef ZLIB
    +# ifdef HEADER_BIO_H
    +#  ifdef ZLIB
     BIO_METHOD *BIO_f_zlib(void);
    -#endif
    -#endif
    +#  endif
    +# endif
     
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     void ERR_load_COMP_strings(void);
    @@ -64,15 +63,15 @@ void ERR_load_COMP_strings(void);
     /* Error codes for the COMP functions. */
     
     /* Function codes. */
    -#define COMP_F_BIO_ZLIB_FLUSH				 99
    -#define COMP_F_BIO_ZLIB_NEW				 100
    -#define COMP_F_BIO_ZLIB_READ				 101
    -#define COMP_F_BIO_ZLIB_WRITE				 102
    +# define COMP_F_BIO_ZLIB_FLUSH                            99
    +# define COMP_F_BIO_ZLIB_NEW                              100
    +# define COMP_F_BIO_ZLIB_READ                             101
    +# define COMP_F_BIO_ZLIB_WRITE                            102
     
     /* Reason codes. */
    -#define COMP_R_ZLIB_DEFLATE_ERROR			 99
    -#define COMP_R_ZLIB_INFLATE_ERROR			 100
    -#define COMP_R_ZLIB_NOT_SUPPORTED			 101
    +# define COMP_R_ZLIB_DEFLATE_ERROR                        99
    +# define COMP_R_ZLIB_INFLATE_ERROR                        100
    +# define COMP_R_ZLIB_NOT_SUPPORTED                        101
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/comp/comp_err.c b/openssl/crypto/comp/comp_err.c
    index 661c94c3a..8ca159b60 100644
    --- a/openssl/crypto/comp/comp_err.c
    +++ b/openssl/crypto/comp/comp_err.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* NOTE: this file was auto generated by the mkerr.pl script: any changes
    +/*
    + * NOTE: this file was auto generated by the mkerr.pl script: any changes
      * made to it will be overwritten when the script next updates this file,
      * only reason strings will be preserved.
      */
    @@ -65,36 +66,33 @@
     /* BEGIN ERROR CODES */
     #ifndef OPENSSL_NO_ERR
     
    -#define ERR_FUNC(func) ERR_PACK(ERR_LIB_COMP,func,0)
    -#define ERR_REASON(reason) ERR_PACK(ERR_LIB_COMP,0,reason)
    +# define ERR_FUNC(func) ERR_PACK(ERR_LIB_COMP,func,0)
    +# define ERR_REASON(reason) ERR_PACK(ERR_LIB_COMP,0,reason)
     
    -static ERR_STRING_DATA COMP_str_functs[]=
    -	{
    -{ERR_FUNC(COMP_F_BIO_ZLIB_FLUSH),	"BIO_ZLIB_FLUSH"},
    -{ERR_FUNC(COMP_F_BIO_ZLIB_NEW),	"BIO_ZLIB_NEW"},
    -{ERR_FUNC(COMP_F_BIO_ZLIB_READ),	"BIO_ZLIB_READ"},
    -{ERR_FUNC(COMP_F_BIO_ZLIB_WRITE),	"BIO_ZLIB_WRITE"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA COMP_str_functs[] = {
    +    {ERR_FUNC(COMP_F_BIO_ZLIB_FLUSH), "BIO_ZLIB_FLUSH"},
    +    {ERR_FUNC(COMP_F_BIO_ZLIB_NEW), "BIO_ZLIB_NEW"},
    +    {ERR_FUNC(COMP_F_BIO_ZLIB_READ), "BIO_ZLIB_READ"},
    +    {ERR_FUNC(COMP_F_BIO_ZLIB_WRITE), "BIO_ZLIB_WRITE"},
    +    {0, NULL}
    +};
     
    -static ERR_STRING_DATA COMP_str_reasons[]=
    -	{
    -{ERR_REASON(COMP_R_ZLIB_DEFLATE_ERROR)   ,"zlib deflate error"},
    -{ERR_REASON(COMP_R_ZLIB_INFLATE_ERROR)   ,"zlib inflate error"},
    -{ERR_REASON(COMP_R_ZLIB_NOT_SUPPORTED)   ,"zlib not supported"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA COMP_str_reasons[] = {
    +    {ERR_REASON(COMP_R_ZLIB_DEFLATE_ERROR), "zlib deflate error"},
    +    {ERR_REASON(COMP_R_ZLIB_INFLATE_ERROR), "zlib inflate error"},
    +    {ERR_REASON(COMP_R_ZLIB_NOT_SUPPORTED), "zlib not supported"},
    +    {0, NULL}
    +};
     
     #endif
     
     void ERR_load_COMP_strings(void)
    -	{
    +{
     #ifndef OPENSSL_NO_ERR
     
    -	if (ERR_func_error_string(COMP_str_functs[0].error) == NULL)
    -		{
    -		ERR_load_strings(0,COMP_str_functs);
    -		ERR_load_strings(0,COMP_str_reasons);
    -		}
    +    if (ERR_func_error_string(COMP_str_functs[0].error) == NULL) {
    +        ERR_load_strings(0, COMP_str_functs);
    +        ERR_load_strings(0, COMP_str_reasons);
    +    }
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/comp/comp_lib.c b/openssl/crypto/comp/comp_lib.c
    index b60ae371e..bd4eb7a1a 100644
    --- a/openssl/crypto/comp/comp_lib.c
    +++ b/openssl/crypto/comp/comp_lib.c
    @@ -5,68 +5,62 @@
     #include 
     
     COMP_CTX *COMP_CTX_new(COMP_METHOD *meth)
    -	{
    -	COMP_CTX *ret;
    +{
    +    COMP_CTX *ret;
     
    -	if ((ret=(COMP_CTX *)OPENSSL_malloc(sizeof(COMP_CTX))) == NULL)
    -		{
    -		/* ZZZZZZZZZZZZZZZZ */
    -		return(NULL);
    -		}
    -	memset(ret,0,sizeof(COMP_CTX));
    -	ret->meth=meth;
    -	if ((ret->meth->init != NULL) && !ret->meth->init(ret))
    -		{
    -		OPENSSL_free(ret);
    -		ret=NULL;
    -		}
    -	return(ret);
    -	}
    +    if ((ret = (COMP_CTX *)OPENSSL_malloc(sizeof(COMP_CTX))) == NULL) {
    +        /* ZZZZZZZZZZZZZZZZ */
    +        return (NULL);
    +    }
    +    memset(ret, 0, sizeof(COMP_CTX));
    +    ret->meth = meth;
    +    if ((ret->meth->init != NULL) && !ret->meth->init(ret)) {
    +        OPENSSL_free(ret);
    +        ret = NULL;
    +    }
    +    return (ret);
    +}
     
     void COMP_CTX_free(COMP_CTX *ctx)
    -	{
    -	if(ctx == NULL)
    -	    return;
    +{
    +    if (ctx == NULL)
    +        return;
     
    -	if (ctx->meth->finish != NULL)
    -		ctx->meth->finish(ctx);
    +    if (ctx->meth->finish != NULL)
    +        ctx->meth->finish(ctx);
     
    -	OPENSSL_free(ctx);
    -	}
    +    OPENSSL_free(ctx);
    +}
     
     int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen,
    -	     unsigned char *in, int ilen)
    -	{
    -	int ret;
    -	if (ctx->meth->compress == NULL)
    -		{
    -		/* ZZZZZZZZZZZZZZZZZ */
    -		return(-1);
    -		}
    -	ret=ctx->meth->compress(ctx,out,olen,in,ilen);
    -	if (ret > 0)
    -		{
    -		ctx->compress_in+=ilen;
    -		ctx->compress_out+=ret;
    -		}
    -	return(ret);
    -	}
    +                        unsigned char *in, int ilen)
    +{
    +    int ret;
    +    if (ctx->meth->compress == NULL) {
    +        /* ZZZZZZZZZZZZZZZZZ */
    +        return (-1);
    +    }
    +    ret = ctx->meth->compress(ctx, out, olen, in, ilen);
    +    if (ret > 0) {
    +        ctx->compress_in += ilen;
    +        ctx->compress_out += ret;
    +    }
    +    return (ret);
    +}
     
     int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
    -	     unsigned char *in, int ilen)
    -	{
    -	int ret;
    +                      unsigned char *in, int ilen)
    +{
    +    int ret;
     
    -	if (ctx->meth->expand == NULL)
    -		{
    -		/* ZZZZZZZZZZZZZZZZZ */
    -		return(-1);
    -		}
    -	ret=ctx->meth->expand(ctx,out,olen,in,ilen);
    -	if (ret > 0)
    -		{
    -		ctx->expand_in+=ilen;
    -		ctx->expand_out+=ret;
    -		}
    -	return(ret);
    -	}
    +    if (ctx->meth->expand == NULL) {
    +        /* ZZZZZZZZZZZZZZZZZ */
    +        return (-1);
    +    }
    +    ret = ctx->meth->expand(ctx, out, olen, in, ilen);
    +    if (ret > 0) {
    +        ctx->expand_in += ilen;
    +        ctx->expand_out += ret;
    +    }
    +    return (ret);
    +}
    diff --git a/openssl/crypto/conf/cnf_save.c b/openssl/crypto/conf/cnf_save.c
    index 143948752..71c431742 100644
    --- a/openssl/crypto/conf/cnf_save.c
    +++ b/openssl/crypto/conf/cnf_save.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,44 +63,42 @@ static void print_conf(CONF_VALUE *cv);
     static IMPLEMENT_LHASH_DOALL_FN(print_conf, CONF_VALUE *);
     
     main()
    -	{
    -	LHASH *conf;
    -	long l;
    -
    -	conf=CONF_load(NULL,"../../apps/openssl.cnf",&l);
    -	if (conf == NULL)
    -		{
    -		fprintf(stderr,"error loading config, line %ld\n",l);
    -		exit(1);
    -		}
    +{
    +    LHASH *conf;
    +    long l;
     
    -	lh_doall(conf,LHASH_DOALL_FN(print_conf));
    -	}
    +    conf = CONF_load(NULL, "../../apps/openssl.cnf", &l);
    +    if (conf == NULL) {
    +        fprintf(stderr, "error loading config, line %ld\n", l);
    +        exit(1);
    +    }
     
    +    lh_doall(conf, LHASH_DOALL_FN(print_conf));
    +}
     
     static void print_conf(CONF_VALUE *cv)
    -	{
    -	int i;
    -	CONF_VALUE *v;
    -	char *section;
    -	char *name;
    -	char *value;
    -	STACK *s;
    +{
    +    int i;
    +    CONF_VALUE *v;
    +    char *section;
    +    char *name;
    +    char *value;
    +    STACK *s;
     
    -	/* If it is a single entry, return */
    +    /* If it is a single entry, return */
     
    -	if (cv->name != NULL) return;
    +    if (cv->name != NULL)
    +        return;
     
    -	printf("[ %s ]\n",cv->section);
    -	s=(STACK *)cv->value;
    +    printf("[ %s ]\n", cv->section);
    +    s = (STACK *) cv->value;
     
    -	for (i=0; isection == NULL)?"None":v->section;
    -		name=(v->name == NULL)?"None":v->name;
    -		value=(v->value == NULL)?"None":v->value;
    -		printf("%s=%s\n",name,value);
    -		}
    -	printf("\n");
    -	}
    +    for (i = 0; i < sk_num(s); i++) {
    +        v = (CONF_VALUE *)sk_value(s, i);
    +        section = (v->section == NULL) ? "None" : v->section;
    +        name = (v->name == NULL) ? "None" : v->name;
    +        value = (v->value == NULL) ? "None" : v->value;
    +        printf("%s=%s\n", name, value);
    +    }
    +    printf("\n");
    +}
    diff --git a/openssl/crypto/conf/conf.h b/openssl/crypto/conf/conf.h
    index c2199978a..8d926d5d8 100644
    --- a/openssl/crypto/conf/conf.h
    +++ b/openssl/crypto/conf/conf.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -57,26 +57,25 @@
      */
     
     #ifndef  HEADER_CONF_H
    -#define HEADER_CONF_H
    +# define HEADER_CONF_H
     
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
     
    -#include 
    +# include 
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -typedef struct
    -	{
    -	char *section;
    -	char *name;
    -	char *value;
    -	} CONF_VALUE;
    +typedef struct {
    +    char *section;
    +    char *name;
    +    char *value;
    +} CONF_VALUE;
     
     DECLARE_STACK_OF(CONF_VALUE)
     DECLARE_LHASH_OF(CONF_VALUE);
    @@ -85,19 +84,18 @@ struct conf_st;
     struct conf_method_st;
     typedef struct conf_method_st CONF_METHOD;
     
    -struct conf_method_st
    -	{
    -	const char *name;
    -	CONF *(*create)(CONF_METHOD *meth);
    -	int (*init)(CONF *conf);
    -	int (*destroy)(CONF *conf);
    -	int (*destroy_data)(CONF *conf);
    -	int (*load_bio)(CONF *conf, BIO *bp, long *eline);
    -	int (*dump)(const CONF *conf, BIO *bp);
    -	int (*is_number)(const CONF *conf, char c);
    -	int (*to_int)(const CONF *conf, char c);
    -	int (*load)(CONF *conf, const char *name, long *eline);
    -	};
    +struct conf_method_st {
    +    const char *name;
    +    CONF *(*create) (CONF_METHOD *meth);
    +    int (*init) (CONF *conf);
    +    int (*destroy) (CONF *conf);
    +    int (*destroy_data) (CONF *conf);
    +    int (*load_bio) (CONF *conf, BIO *bp, long *eline);
    +    int (*dump) (const CONF *conf, BIO *bp);
    +    int (*is_number) (const CONF *conf, char c);
    +    int (*to_int) (const CONF *conf, char c);
    +    int (*load) (CONF *conf, const char *name, long *eline);
    +};
     
     /* Module definitions */
     
    @@ -108,31 +106,32 @@ DECLARE_STACK_OF(CONF_MODULE)
     DECLARE_STACK_OF(CONF_IMODULE)
     
     /* DSO module function typedefs */
    -typedef int conf_init_func(CONF_IMODULE *md, const CONF *cnf);
    -typedef void conf_finish_func(CONF_IMODULE *md);
    +typedef int conf_init_func (CONF_IMODULE *md, const CONF *cnf);
    +typedef void conf_finish_func (CONF_IMODULE *md);
     
    -#define	CONF_MFLAGS_IGNORE_ERRORS	0x1
    -#define CONF_MFLAGS_IGNORE_RETURN_CODES	0x2
    -#define CONF_MFLAGS_SILENT		0x4
    -#define CONF_MFLAGS_NO_DSO		0x8
    -#define CONF_MFLAGS_IGNORE_MISSING_FILE	0x10
    -#define CONF_MFLAGS_DEFAULT_SECTION	0x20
    +# define CONF_MFLAGS_IGNORE_ERRORS       0x1
    +# define CONF_MFLAGS_IGNORE_RETURN_CODES 0x2
    +# define CONF_MFLAGS_SILENT              0x4
    +# define CONF_MFLAGS_NO_DSO              0x8
    +# define CONF_MFLAGS_IGNORE_MISSING_FILE 0x10
    +# define CONF_MFLAGS_DEFAULT_SECTION     0x20
     
     int CONF_set_default_method(CONF_METHOD *meth);
    -void CONF_set_nconf(CONF *conf,LHASH_OF(CONF_VALUE) *hash);
    -LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf,const char *file,
    -				long *eline);
    -#ifndef OPENSSL_NO_FP_API
    +void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
    +LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file,
    +                                long *eline);
    +# ifndef OPENSSL_NO_FP_API
     LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp,
    -				   long *eline);
    -#endif
    -LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp,long *eline);
    +                                   long *eline);
    +# endif
    +LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp,
    +                                    long *eline);
     STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALUE) *conf,
    -				       const char *section);
    -char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf,const char *group,
    -		      const char *name);
    -long CONF_get_number(LHASH_OF(CONF_VALUE) *conf,const char *group,
    -		     const char *name);
    +                                       const char *section);
    +char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group,
    +                      const char *name);
    +long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group,
    +                     const char *name);
     void CONF_free(LHASH_OF(CONF_VALUE) *conf);
     int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out);
     int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out);
    @@ -140,55 +139,58 @@ int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out);
     void OPENSSL_config(const char *config_name);
     void OPENSSL_no_config(void);
     
    -/* New conf code.  The semantics are different from the functions above.
    -   If that wasn't the case, the above functions would have been replaced */
    +/*
    + * New conf code.  The semantics are different from the functions above. If
    + * that wasn't the case, the above functions would have been replaced
    + */
     
    -struct conf_st
    -	{
    -	CONF_METHOD *meth;
    -	void *meth_data;
    -	LHASH_OF(CONF_VALUE) *data;
    -	};
    +struct conf_st {
    +    CONF_METHOD *meth;
    +    void *meth_data;
    +    LHASH_OF(CONF_VALUE) *data;
    +};
     
     CONF *NCONF_new(CONF_METHOD *meth);
     CONF_METHOD *NCONF_default(void);
     CONF_METHOD *NCONF_WIN32(void);
    -#if 0 /* Just to give you an idea of what I have in mind */
    +# if 0                          /* Just to give you an idea of what I have in
    +                                 * mind */
     CONF_METHOD *NCONF_XML(void);
    -#endif
    +# endif
     void NCONF_free(CONF *conf);
     void NCONF_free_data(CONF *conf);
     
    -int NCONF_load(CONF *conf,const char *file,long *eline);
    -#ifndef OPENSSL_NO_FP_API
    -int NCONF_load_fp(CONF *conf, FILE *fp,long *eline);
    -#endif
    -int NCONF_load_bio(CONF *conf, BIO *bp,long *eline);
    -STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf,const char *section);
    -char *NCONF_get_string(const CONF *conf,const char *group,const char *name);
    -int NCONF_get_number_e(const CONF *conf,const char *group,const char *name,
    -		       long *result);
    +int NCONF_load(CONF *conf, const char *file, long *eline);
    +# ifndef OPENSSL_NO_FP_API
    +int NCONF_load_fp(CONF *conf, FILE *fp, long *eline);
    +# endif
    +int NCONF_load_bio(CONF *conf, BIO *bp, long *eline);
    +STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf,
    +                                        const char *section);
    +char *NCONF_get_string(const CONF *conf, const char *group, const char *name);
    +int NCONF_get_number_e(const CONF *conf, const char *group, const char *name,
    +                       long *result);
     int NCONF_dump_fp(const CONF *conf, FILE *out);
     int NCONF_dump_bio(const CONF *conf, BIO *out);
     
    -#if 0 /* The following function has no error checking,
    -	 and should therefore be avoided */
    -long NCONF_get_number(CONF *conf,char *group,char *name);
    -#else
    -#define NCONF_get_number(c,g,n,r) NCONF_get_number_e(c,g,n,r)
    -#endif
    -  
    +# if 0                          /* The following function has no error
    +                                 * checking, and should therefore be avoided */
    +long NCONF_get_number(CONF *conf, char *group, char *name);
    +# else
    +#  define NCONF_get_number(c,g,n,r) NCONF_get_number_e(c,g,n,r)
    +# endif
    +
     /* Module functions */
     
     int CONF_modules_load(const CONF *cnf, const char *appname,
    -		      unsigned long flags);
    +                      unsigned long flags);
     int CONF_modules_load_file(const char *filename, const char *appname,
    -			   unsigned long flags);
    +                           unsigned long flags);
     void CONF_modules_unload(int all);
     void CONF_modules_finish(void);
     void CONF_modules_free(void);
     int CONF_module_add(const char *name, conf_init_func *ifunc,
    -		    conf_finish_func *ffunc);
    +                    conf_finish_func *ffunc);
     
     const char *CONF_imodule_get_name(const CONF_IMODULE *md);
     const char *CONF_imodule_get_value(const CONF_IMODULE *md);
    @@ -203,12 +205,14 @@ void CONF_module_set_usr_data(CONF_MODULE *pmod, void *usr_data);
     char *CONF_get1_default_config_file(void);
     
     int CONF_parse_list(const char *list, int sep, int nospc,
    -	int (*list_cb)(const char *elem, int len, void *usr), void *arg);
    +                    int (*list_cb) (const char *elem, int len, void *usr),
    +                    void *arg);
     
     void OPENSSL_load_builtin_modules(void);
     
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     void ERR_load_CONF_strings(void);
    @@ -216,46 +220,46 @@ void ERR_load_CONF_strings(void);
     /* Error codes for the CONF functions. */
     
     /* Function codes. */
    -#define CONF_F_CONF_DUMP_FP				 104
    -#define CONF_F_CONF_LOAD				 100
    -#define CONF_F_CONF_LOAD_BIO				 102
    -#define CONF_F_CONF_LOAD_FP				 103
    -#define CONF_F_CONF_MODULES_LOAD			 116
    -#define CONF_F_CONF_PARSE_LIST				 119
    -#define CONF_F_DEF_LOAD					 120
    -#define CONF_F_DEF_LOAD_BIO				 121
    -#define CONF_F_MODULE_INIT				 115
    -#define CONF_F_MODULE_LOAD_DSO				 117
    -#define CONF_F_MODULE_RUN				 118
    -#define CONF_F_NCONF_DUMP_BIO				 105
    -#define CONF_F_NCONF_DUMP_FP				 106
    -#define CONF_F_NCONF_GET_NUMBER				 107
    -#define CONF_F_NCONF_GET_NUMBER_E			 112
    -#define CONF_F_NCONF_GET_SECTION			 108
    -#define CONF_F_NCONF_GET_STRING				 109
    -#define CONF_F_NCONF_LOAD				 113
    -#define CONF_F_NCONF_LOAD_BIO				 110
    -#define CONF_F_NCONF_LOAD_FP				 114
    -#define CONF_F_NCONF_NEW				 111
    -#define CONF_F_STR_COPY					 101
    +# define CONF_F_CONF_DUMP_FP                              104
    +# define CONF_F_CONF_LOAD                                 100
    +# define CONF_F_CONF_LOAD_BIO                             102
    +# define CONF_F_CONF_LOAD_FP                              103
    +# define CONF_F_CONF_MODULES_LOAD                         116
    +# define CONF_F_CONF_PARSE_LIST                           119
    +# define CONF_F_DEF_LOAD                                  120
    +# define CONF_F_DEF_LOAD_BIO                              121
    +# define CONF_F_MODULE_INIT                               115
    +# define CONF_F_MODULE_LOAD_DSO                           117
    +# define CONF_F_MODULE_RUN                                118
    +# define CONF_F_NCONF_DUMP_BIO                            105
    +# define CONF_F_NCONF_DUMP_FP                             106
    +# define CONF_F_NCONF_GET_NUMBER                          107
    +# define CONF_F_NCONF_GET_NUMBER_E                        112
    +# define CONF_F_NCONF_GET_SECTION                         108
    +# define CONF_F_NCONF_GET_STRING                          109
    +# define CONF_F_NCONF_LOAD                                113
    +# define CONF_F_NCONF_LOAD_BIO                            110
    +# define CONF_F_NCONF_LOAD_FP                             114
    +# define CONF_F_NCONF_NEW                                 111
    +# define CONF_F_STR_COPY                                  101
     
     /* Reason codes. */
    -#define CONF_R_ERROR_LOADING_DSO			 110
    -#define CONF_R_LIST_CANNOT_BE_NULL			 115
    -#define CONF_R_MISSING_CLOSE_SQUARE_BRACKET		 100
    -#define CONF_R_MISSING_EQUAL_SIGN			 101
    -#define CONF_R_MISSING_FINISH_FUNCTION			 111
    -#define CONF_R_MISSING_INIT_FUNCTION			 112
    -#define CONF_R_MODULE_INITIALIZATION_ERROR		 109
    -#define CONF_R_NO_CLOSE_BRACE				 102
    -#define CONF_R_NO_CONF					 105
    -#define CONF_R_NO_CONF_OR_ENVIRONMENT_VARIABLE		 106
    -#define CONF_R_NO_SECTION				 107
    -#define CONF_R_NO_SUCH_FILE				 114
    -#define CONF_R_NO_VALUE					 108
    -#define CONF_R_UNABLE_TO_CREATE_NEW_SECTION		 103
    -#define CONF_R_UNKNOWN_MODULE_NAME			 113
    -#define CONF_R_VARIABLE_HAS_NO_VALUE			 104
    +# define CONF_R_ERROR_LOADING_DSO                         110
    +# define CONF_R_LIST_CANNOT_BE_NULL                       115
    +# define CONF_R_MISSING_CLOSE_SQUARE_BRACKET              100
    +# define CONF_R_MISSING_EQUAL_SIGN                        101
    +# define CONF_R_MISSING_FINISH_FUNCTION                   111
    +# define CONF_R_MISSING_INIT_FUNCTION                     112
    +# define CONF_R_MODULE_INITIALIZATION_ERROR               109
    +# define CONF_R_NO_CLOSE_BRACE                            102
    +# define CONF_R_NO_CONF                                   105
    +# define CONF_R_NO_CONF_OR_ENVIRONMENT_VARIABLE           106
    +# define CONF_R_NO_SECTION                                107
    +# define CONF_R_NO_SUCH_FILE                              114
    +# define CONF_R_NO_VALUE                                  108
    +# define CONF_R_UNABLE_TO_CREATE_NEW_SECTION              103
    +# define CONF_R_UNKNOWN_MODULE_NAME                       113
    +# define CONF_R_VARIABLE_HAS_NO_VALUE                     104
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/conf/conf_api.c b/openssl/crypto/conf/conf_api.c
    index f5fcbb9f6..4cf755337 100644
    --- a/openssl/crypto/conf/conf_api.c
    +++ b/openssl/crypto/conf/conf_api.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -59,7 +59,7 @@
     /* Part of the code in here was originally in conf.c, which is now removed */
     
     #ifndef CONF_DEBUG
    -# undef NDEBUG /* avoid conflicting definitions */
    +# undef NDEBUG                  /* avoid conflicting definitions */
     # define NDEBUG
     #endif
     
    @@ -71,231 +71,235 @@
     #include "e_os.h"
     
     static void value_free_hash_doall_arg(CONF_VALUE *a,
    -				      LHASH_OF(CONF_VALUE) *conf);
    +                                      LHASH_OF(CONF_VALUE) *conf);
     static void value_free_stack_doall(CONF_VALUE *a);
     static IMPLEMENT_LHASH_DOALL_ARG_FN(value_free_hash, CONF_VALUE,
    -				    LHASH_OF(CONF_VALUE))
    +                                    LHASH_OF(CONF_VALUE))
     static IMPLEMENT_LHASH_DOALL_FN(value_free_stack, CONF_VALUE)
     
     /* Up until OpenSSL 0.9.5a, this was get_section */
     CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section)
    -	{
    -	CONF_VALUE *v,vv;
    +{
    +    CONF_VALUE *v, vv;
     
    -	if ((conf == NULL) || (section == NULL)) return(NULL);
    -	vv.name=NULL;
    -	vv.section=(char *)section;
    -	v=lh_CONF_VALUE_retrieve(conf->data,&vv);
    -	return(v);
    -	}
    +    if ((conf == NULL) || (section == NULL))
    +        return (NULL);
    +    vv.name = NULL;
    +    vv.section = (char *)section;
    +    v = lh_CONF_VALUE_retrieve(conf->data, &vv);
    +    return (v);
    +}
     
     /* Up until OpenSSL 0.9.5a, this was CONF_get_section */
     STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
    -					       const char *section)
    -	{
    -	CONF_VALUE *v;
    +                                               const char *section)
    +{
    +    CONF_VALUE *v;
     
    -	v=_CONF_get_section(conf,section);
    -	if (v != NULL)
    -		return((STACK_OF(CONF_VALUE) *)v->value);
    -	else
    -		return(NULL);
    -	}
    +    v = _CONF_get_section(conf, section);
    +    if (v != NULL)
    +        return ((STACK_OF(CONF_VALUE) *)v->value);
    +    else
    +        return (NULL);
    +}
     
     int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value)
    -	{
    -	CONF_VALUE *v = NULL;
    -	STACK_OF(CONF_VALUE) *ts;
    -
    -	ts = (STACK_OF(CONF_VALUE) *)section->value;
    -
    -	value->section=section->section;	
    -	if (!sk_CONF_VALUE_push(ts,value))
    -		{
    -		return 0;
    -		}
    -
    -	v = lh_CONF_VALUE_insert(conf->data, value);
    -	if (v != NULL)
    -		{
    -		(void)sk_CONF_VALUE_delete_ptr(ts,v);
    -		OPENSSL_free(v->name);
    -		OPENSSL_free(v->value);
    -		OPENSSL_free(v);
    -		}
    -	return 1;
    -	}
    -
    -char *_CONF_get_string(const CONF *conf, const char *section, const char *name)
    -	{
    -	CONF_VALUE *v,vv;
    -	char *p;
    -
    -	if (name == NULL) return(NULL);
    -	if (conf != NULL)
    -		{
    -		if (section != NULL)
    -			{
    -			vv.name=(char *)name;
    -			vv.section=(char *)section;
    -			v=lh_CONF_VALUE_retrieve(conf->data,&vv);
    -			if (v != NULL) return(v->value);
    -			if (strcmp(section,"ENV") == 0)
    -				{
    -				p=getenv(name);
    -				if (p != NULL) return(p);
    -				}
    -			}
    -		vv.section="default";
    -		vv.name=(char *)name;
    -		v=lh_CONF_VALUE_retrieve(conf->data,&vv);
    -		if (v != NULL)
    -			return(v->value);
    -		else
    -			return(NULL);
    -		}
    -	else
    -		return(getenv(name));
    -	}
    -
    -#if 0 /* There's no way to provide error checking with this function, so
    -	 force implementors of the higher levels to get a string and read
    -	 the number themselves. */
    +{
    +    CONF_VALUE *v = NULL;
    +    STACK_OF(CONF_VALUE) *ts;
    +
    +    ts = (STACK_OF(CONF_VALUE) *)section->value;
    +
    +    value->section = section->section;
    +    if (!sk_CONF_VALUE_push(ts, value)) {
    +        return 0;
    +    }
    +
    +    v = lh_CONF_VALUE_insert(conf->data, value);
    +    if (v != NULL) {
    +        (void)sk_CONF_VALUE_delete_ptr(ts, v);
    +        OPENSSL_free(v->name);
    +        OPENSSL_free(v->value);
    +        OPENSSL_free(v);
    +    }
    +    return 1;
    +}
    +
    +char *_CONF_get_string(const CONF *conf, const char *section,
    +                       const char *name)
    +{
    +    CONF_VALUE *v, vv;
    +    char *p;
    +
    +    if (name == NULL)
    +        return (NULL);
    +    if (conf != NULL) {
    +        if (section != NULL) {
    +            vv.name = (char *)name;
    +            vv.section = (char *)section;
    +            v = lh_CONF_VALUE_retrieve(conf->data, &vv);
    +            if (v != NULL)
    +                return (v->value);
    +            if (strcmp(section, "ENV") == 0) {
    +                p = getenv(name);
    +                if (p != NULL)
    +                    return (p);
    +            }
    +        }
    +        vv.section = "default";
    +        vv.name = (char *)name;
    +        v = lh_CONF_VALUE_retrieve(conf->data, &vv);
    +        if (v != NULL)
    +            return (v->value);
    +        else
    +            return (NULL);
    +    } else
    +        return (getenv(name));
    +}
    +
    +#if 0                           /* There's no way to provide error checking
    +                                 * with this function, so force implementors
    +                                 * of the higher levels to get a string and
    +                                 * read the number themselves. */
     long _CONF_get_number(CONF *conf, char *section, char *name)
    -	{
    -	char *str;
    -	long ret=0;
    -
    -	str=_CONF_get_string(conf,section,name);
    -	if (str == NULL) return(0);
    -	for (;;)
    -		{
    -		if (conf->meth->is_number(conf, *str))
    -			ret=ret*10+conf->meth->to_int(conf, *str);
    -		else
    -			return(ret);
    -		str++;
    -		}
    -	}
    +{
    +    char *str;
    +    long ret = 0;
    +
    +    str = _CONF_get_string(conf, section, name);
    +    if (str == NULL)
    +        return (0);
    +    for (;;) {
    +        if (conf->meth->is_number(conf, *str))
    +            ret = ret * 10 + conf->meth->to_int(conf, *str);
    +        else
    +            return (ret);
    +        str++;
    +    }
    +}
     #endif
     
     static unsigned long conf_value_hash(const CONF_VALUE *v)
    -	{
    -	return (lh_strhash(v->section)<<2)^lh_strhash(v->name);
    -	}
    +{
    +    return (lh_strhash(v->section) << 2) ^ lh_strhash(v->name);
    +}
    +
     static IMPLEMENT_LHASH_HASH_FN(conf_value, CONF_VALUE)
     
     static int conf_value_cmp(const CONF_VALUE *a, const CONF_VALUE *b)
    -	{
    -	int i;
    -
    -	if (a->section != b->section)
    -		{
    -		i=strcmp(a->section,b->section);
    -		if (i) return(i);
    -		}
    -
    -	if ((a->name != NULL) && (b->name != NULL))
    -		{
    -		i=strcmp(a->name,b->name);
    -		return(i);
    -		}
    -	else if (a->name == b->name)
    -		return(0);
    -	else
    -		return((a->name == NULL)?-1:1);
    -	}
    +{
    +    int i;
    +
    +    if (a->section != b->section) {
    +        i = strcmp(a->section, b->section);
    +        if (i)
    +            return (i);
    +    }
    +
    +    if ((a->name != NULL) && (b->name != NULL)) {
    +        i = strcmp(a->name, b->name);
    +        return (i);
    +    } else if (a->name == b->name)
    +        return (0);
    +    else
    +        return ((a->name == NULL) ? -1 : 1);
    +}
    +
     static IMPLEMENT_LHASH_COMP_FN(conf_value, CONF_VALUE)
     
     int _CONF_new_data(CONF *conf)
    -	{
    -	if (conf == NULL)
    -		{
    -		return 0;
    -		}
    -	if (conf->data == NULL)
    -		if ((conf->data = lh_CONF_VALUE_new()) == NULL)
    -			{
    -			return 0;
    -			}
    -	return 1;
    -	}
    +{
    +    if (conf == NULL) {
    +        return 0;
    +    }
    +    if (conf->data == NULL)
    +        if ((conf->data = lh_CONF_VALUE_new()) == NULL) {
    +            return 0;
    +        }
    +    return 1;
    +}
     
     void _CONF_free_data(CONF *conf)
    -	{
    -	if (conf == NULL || conf->data == NULL) return;
    -
    -	lh_CONF_VALUE_down_load(conf->data)=0; /* evil thing to make
    -				  * sure the 'OPENSSL_free()' works as
    -				  * expected */
    -	lh_CONF_VALUE_doall_arg(conf->data,
    -				LHASH_DOALL_ARG_FN(value_free_hash),
    -				LHASH_OF(CONF_VALUE), conf->data);
    -
    -	/* We now have only 'section' entries in the hash table.
    -	 * Due to problems with */
    +{
    +    if (conf == NULL || conf->data == NULL)
    +        return;
    +
    +    lh_CONF_VALUE_down_load(conf->data) = 0; /* evil thing to make * sure the
    +                                              * 'OPENSSL_free()' works as *
    +                                              * expected */
    +    lh_CONF_VALUE_doall_arg(conf->data,
    +                            LHASH_DOALL_ARG_FN(value_free_hash),
    +                            LHASH_OF(CONF_VALUE), conf->data);
    +
    +    /*
    +     * We now have only 'section' entries in the hash table. Due to problems
    +     * with
    +     */
    +
    +    lh_CONF_VALUE_doall(conf->data, LHASH_DOALL_FN(value_free_stack));
    +    lh_CONF_VALUE_free(conf->data);
    +}
     
    -	lh_CONF_VALUE_doall(conf->data, LHASH_DOALL_FN(value_free_stack));
    -	lh_CONF_VALUE_free(conf->data);
    -	}
    -
    -static void value_free_hash_doall_arg(CONF_VALUE *a, LHASH_OF(CONF_VALUE) *conf)
    -	{
    -	if (a->name != NULL)
    -		(void)lh_CONF_VALUE_delete(conf,a);
    -	}
    +static void value_free_hash_doall_arg(CONF_VALUE *a,
    +                                      LHASH_OF(CONF_VALUE) *conf)
    +{
    +    if (a->name != NULL)
    +        (void)lh_CONF_VALUE_delete(conf, a);
    +}
     
     static void value_free_stack_doall(CONF_VALUE *a)
    -	{
    -	CONF_VALUE *vv;
    -	STACK_OF(CONF_VALUE) *sk;
    -	int i;
    -
    -	if (a->name != NULL) return;
    -
    -	sk=(STACK_OF(CONF_VALUE) *)a->value;
    -	for (i=sk_CONF_VALUE_num(sk)-1; i>=0; i--)
    -		{
    -		vv=sk_CONF_VALUE_value(sk,i);
    -		OPENSSL_free(vv->value);
    -		OPENSSL_free(vv->name);
    -		OPENSSL_free(vv);
    -		}
    -	if (sk != NULL) sk_CONF_VALUE_free(sk);
    -	OPENSSL_free(a->section);
    -	OPENSSL_free(a);
    -	}
    +{
    +    CONF_VALUE *vv;
    +    STACK_OF(CONF_VALUE) *sk;
    +    int i;
    +
    +    if (a->name != NULL)
    +        return;
    +
    +    sk = (STACK_OF(CONF_VALUE) *)a->value;
    +    for (i = sk_CONF_VALUE_num(sk) - 1; i >= 0; i--) {
    +        vv = sk_CONF_VALUE_value(sk, i);
    +        OPENSSL_free(vv->value);
    +        OPENSSL_free(vv->name);
    +        OPENSSL_free(vv);
    +    }
    +    if (sk != NULL)
    +        sk_CONF_VALUE_free(sk);
    +    OPENSSL_free(a->section);
    +    OPENSSL_free(a);
    +}
     
     /* Up until OpenSSL 0.9.5a, this was new_section */
     CONF_VALUE *_CONF_new_section(CONF *conf, const char *section)
    -	{
    -	STACK_OF(CONF_VALUE) *sk=NULL;
    -	int ok=0,i;
    -	CONF_VALUE *v=NULL,*vv;
    -
    -	if ((sk=sk_CONF_VALUE_new_null()) == NULL)
    -		goto err;
    -	if ((v=OPENSSL_malloc(sizeof(CONF_VALUE))) == NULL)
    -		goto err;
    -	i=strlen(section)+1;
    -	if ((v->section=OPENSSL_malloc(i)) == NULL)
    -		goto err;
    -
    -	memcpy(v->section,section,i);
    -	v->name=NULL;
    -	v->value=(char *)sk;
    -	
    -	vv=lh_CONF_VALUE_insert(conf->data,v);
    -	OPENSSL_assert(vv == NULL);
    -	ok=1;
    -err:
    -	if (!ok)
    -		{
    -		if (sk != NULL) sk_CONF_VALUE_free(sk);
    -		if (v != NULL) OPENSSL_free(v);
    -		v=NULL;
    -		}
    -	return(v);
    -	}
    +{
    +    STACK_OF(CONF_VALUE) *sk = NULL;
    +    int ok = 0, i;
    +    CONF_VALUE *v = NULL, *vv;
    +
    +    if ((sk = sk_CONF_VALUE_new_null()) == NULL)
    +        goto err;
    +    if ((v = OPENSSL_malloc(sizeof(CONF_VALUE))) == NULL)
    +        goto err;
    +    i = strlen(section) + 1;
    +    if ((v->section = OPENSSL_malloc(i)) == NULL)
    +        goto err;
    +
    +    memcpy(v->section, section, i);
    +    v->name = NULL;
    +    v->value = (char *)sk;
    +
    +    vv = lh_CONF_VALUE_insert(conf->data, v);
    +    OPENSSL_assert(vv == NULL);
    +    ok = 1;
    + err:
    +    if (!ok) {
    +        if (sk != NULL)
    +            sk_CONF_VALUE_free(sk);
    +        if (v != NULL)
    +            OPENSSL_free(v);
    +        v = NULL;
    +    }
    +    return (v);
    +}
     
     IMPLEMENT_STACK_OF(CONF_VALUE)
    diff --git a/openssl/crypto/conf/conf_api.h b/openssl/crypto/conf/conf_api.h
    index 87a954aff..e478f7df4 100644
    --- a/openssl/crypto/conf/conf_api.h
    +++ b/openssl/crypto/conf/conf_api.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -57,10 +57,10 @@
      */
     
     #ifndef  HEADER_CONF_API_H
    -#define HEADER_CONF_API_H
    +# define HEADER_CONF_API_H
     
    -#include 
    -#include 
    +# include 
    +# include 
     
     #ifdef  __cplusplus
     extern "C" {
    @@ -72,12 +72,13 @@ CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
     CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
     /* Up until OpenSSL 0.9.5a, this was CONF_get_section */
     STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
    -					       const char *section);
    +                                               const char *section);
     
     int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
     char *_CONF_get_string(const CONF *conf, const char *section,
    -		       const char *name);
    -long _CONF_get_number(const CONF *conf, const char *section, const char *name);
    +                       const char *name);
    +long _CONF_get_number(const CONF *conf, const char *section,
    +                      const char *name);
     
     int _CONF_new_data(CONF *conf);
     void _CONF_free_data(CONF *conf);
    @@ -86,4 +87,3 @@ void _CONF_free_data(CONF *conf);
     }
     #endif
     #endif
    -
    diff --git a/openssl/crypto/conf/conf_def.c b/openssl/crypto/conf/conf_def.c
    index f0b276873..e3ffeb21e 100644
    --- a/openssl/crypto/conf/conf_def.c
    +++ b/openssl/crypto/conf/conf_def.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -72,10 +72,10 @@
     static char *eat_ws(CONF *conf, char *p);
     static char *eat_alpha_numeric(CONF *conf, char *p);
     static void clear_comments(CONF *conf, char *p);
    -static int str_copy(CONF *conf,char *section,char **to, char *from);
    +static int str_copy(CONF *conf, char *section, char **to, char *from);
     static char *scan_quote(CONF *conf, char *p);
     static char *scan_dquote(CONF *conf, char *p);
    -#define scan_esc(conf,p)	(((IS_EOF((conf),(p)[1]))?((p)+1):((p)+2)))
    +#define scan_esc(conf,p)        (((IS_EOF((conf),(p)[1]))?((p)+1):((p)+2)))
     
     static CONF *def_create(CONF_METHOD *meth);
     static int def_init_default(CONF *conf);
    @@ -88,653 +88,616 @@ static int def_dump(const CONF *conf, BIO *bp);
     static int def_is_number(const CONF *conf, char c);
     static int def_to_int(const CONF *conf, char c);
     
    -const char CONF_def_version[]="CONF_def" OPENSSL_VERSION_PTEXT;
    +const char CONF_def_version[] = "CONF_def" OPENSSL_VERSION_PTEXT;
     
     static CONF_METHOD default_method = {
    -	"OpenSSL default",
    -	def_create,
    -	def_init_default,
    -	def_destroy,
    -	def_destroy_data,
    -	def_load_bio,
    -	def_dump,
    -	def_is_number,
    -	def_to_int,
    -	def_load
    -	};
    +    "OpenSSL default",
    +    def_create,
    +    def_init_default,
    +    def_destroy,
    +    def_destroy_data,
    +    def_load_bio,
    +    def_dump,
    +    def_is_number,
    +    def_to_int,
    +    def_load
    +};
     
     static CONF_METHOD WIN32_method = {
    -	"WIN32",
    -	def_create,
    -	def_init_WIN32,
    -	def_destroy,
    -	def_destroy_data,
    -	def_load_bio,
    -	def_dump,
    -	def_is_number,
    -	def_to_int,
    -	def_load
    -	};
    +    "WIN32",
    +    def_create,
    +    def_init_WIN32,
    +    def_destroy,
    +    def_destroy_data,
    +    def_load_bio,
    +    def_dump,
    +    def_is_number,
    +    def_to_int,
    +    def_load
    +};
     
     CONF_METHOD *NCONF_default()
    -	{
    -	return &default_method;
    -	}
    +{
    +    return &default_method;
    +}
    +
     CONF_METHOD *NCONF_WIN32()
    -	{
    -	return &WIN32_method;
    -	}
    +{
    +    return &WIN32_method;
    +}
     
     static CONF *def_create(CONF_METHOD *meth)
    -	{
    -	CONF *ret;
    -
    -	ret = OPENSSL_malloc(sizeof(CONF) + sizeof(unsigned short *));
    -	if (ret)
    -		if (meth->init(ret) == 0)
    -			{
    -			OPENSSL_free(ret);
    -			ret = NULL;
    -			}
    -	return ret;
    -	}
    -	
    +{
    +    CONF *ret;
    +
    +    ret = OPENSSL_malloc(sizeof(CONF) + sizeof(unsigned short *));
    +    if (ret)
    +        if (meth->init(ret) == 0) {
    +            OPENSSL_free(ret);
    +            ret = NULL;
    +        }
    +    return ret;
    +}
    +
     static int def_init_default(CONF *conf)
    -	{
    -	if (conf == NULL)
    -		return 0;
    +{
    +    if (conf == NULL)
    +        return 0;
     
    -	conf->meth = &default_method;
    -	conf->meth_data = CONF_type_default;
    -	conf->data = NULL;
    +    conf->meth = &default_method;
    +    conf->meth_data = CONF_type_default;
    +    conf->data = NULL;
     
    -	return 1;
    -	}
    +    return 1;
    +}
     
     static int def_init_WIN32(CONF *conf)
    -	{
    -	if (conf == NULL)
    -		return 0;
    +{
    +    if (conf == NULL)
    +        return 0;
     
    -	conf->meth = &WIN32_method;
    -	conf->meth_data = (void *)CONF_type_win32;
    -	conf->data = NULL;
    +    conf->meth = &WIN32_method;
    +    conf->meth_data = (void *)CONF_type_win32;
    +    conf->data = NULL;
     
    -	return 1;
    -	}
    +    return 1;
    +}
     
     static int def_destroy(CONF *conf)
    -	{
    -	if (def_destroy_data(conf))
    -		{
    -		OPENSSL_free(conf);
    -		return 1;
    -		}
    -	return 0;
    -	}
    +{
    +    if (def_destroy_data(conf)) {
    +        OPENSSL_free(conf);
    +        return 1;
    +    }
    +    return 0;
    +}
     
     static int def_destroy_data(CONF *conf)
    -	{
    -	if (conf == NULL)
    -		return 0;
    -	_CONF_free_data(conf);
    -	return 1;
    -	}
    +{
    +    if (conf == NULL)
    +        return 0;
    +    _CONF_free_data(conf);
    +    return 1;
    +}
     
     static int def_load(CONF *conf, const char *name, long *line)
    -	{
    -	int ret;
    -	BIO *in=NULL;
    +{
    +    int ret;
    +    BIO *in = NULL;
     
     #ifdef OPENSSL_SYS_VMS
    -	in=BIO_new_file(name, "r");
    +    in = BIO_new_file(name, "r");
     #else
    -	in=BIO_new_file(name, "rb");
    +    in = BIO_new_file(name, "rb");
     #endif
    -	if (in == NULL)
    -		{
    -		if (ERR_GET_REASON(ERR_peek_last_error()) == BIO_R_NO_SUCH_FILE)
    -			CONFerr(CONF_F_DEF_LOAD,CONF_R_NO_SUCH_FILE);
    -		else
    -			CONFerr(CONF_F_DEF_LOAD,ERR_R_SYS_LIB);
    -		return 0;
    -		}
    +    if (in == NULL) {
    +        if (ERR_GET_REASON(ERR_peek_last_error()) == BIO_R_NO_SUCH_FILE)
    +            CONFerr(CONF_F_DEF_LOAD, CONF_R_NO_SUCH_FILE);
    +        else
    +            CONFerr(CONF_F_DEF_LOAD, ERR_R_SYS_LIB);
    +        return 0;
    +    }
     
    -	ret = def_load_bio(conf, in, line);
    -	BIO_free(in);
    +    ret = def_load_bio(conf, in, line);
    +    BIO_free(in);
     
    -	return ret;
    -	}
    +    return ret;
    +}
     
     static int def_load_bio(CONF *conf, BIO *in, long *line)
    -	{
    +{
     /* The macro BUFSIZE conflicts with a system macro in VxWorks */
    -#define CONFBUFSIZE	512
    -	int bufnum=0,i,ii;
    -	BUF_MEM *buff=NULL;
    -	char *s,*p,*end;
    -	int again;
    -	long eline=0;
    -	char btmp[DECIMAL_SIZE(eline)+1];
    -	CONF_VALUE *v=NULL,*tv;
    -	CONF_VALUE *sv=NULL;
    -	char *section=NULL,*buf;
    -	char *start,*psection,*pname;
    -	void *h = (void *)(conf->data);
    -
    -	if ((buff=BUF_MEM_new()) == NULL)
    -		{
    -		CONFerr(CONF_F_DEF_LOAD_BIO,ERR_R_BUF_LIB);
    -		goto err;
    -		}
    -
    -	section=(char *)OPENSSL_malloc(10);
    -	if (section == NULL)
    -		{
    -		CONFerr(CONF_F_DEF_LOAD_BIO,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -	BUF_strlcpy(section,"default",10);
    -
    -	if (_CONF_new_data(conf) == 0)
    -		{
    -		CONFerr(CONF_F_DEF_LOAD_BIO,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	sv=_CONF_new_section(conf,section);
    -	if (sv == NULL)
    -		{
    -		CONFerr(CONF_F_DEF_LOAD_BIO,
    -					CONF_R_UNABLE_TO_CREATE_NEW_SECTION);
    -		goto err;
    -		}
    -
    -	bufnum=0;
    -	again=0;
    -	for (;;)
    -		{
    -		if (!BUF_MEM_grow(buff,bufnum+CONFBUFSIZE))
    -			{
    -			CONFerr(CONF_F_DEF_LOAD_BIO,ERR_R_BUF_LIB);
    -			goto err;
    -			}
    -		p= &(buff->data[bufnum]);
    -		*p='\0';
    -		BIO_gets(in, p, CONFBUFSIZE-1);
    -		p[CONFBUFSIZE-1]='\0';
    -		ii=i=strlen(p);
    -		if (i == 0 && !again) break;
    -		again=0;
    -		while (i > 0)
    -			{
    -			if ((p[i-1] != '\r') && (p[i-1] != '\n'))
    -				break;
    -			else
    -				i--;
    -			}
    -		/* we removed some trailing stuff so there is a new
    -		 * line on the end. */
    -		if (ii && i == ii)
    -			again=1; /* long line */
    -		else
    -			{
    -			p[i]='\0';
    -			eline++; /* another input line */
    -			}
    -
    -		/* we now have a line with trailing \r\n removed */
    -
    -		/* i is the number of bytes */
    -		bufnum+=i;
    -
    -		v=NULL;
    -		/* check for line continuation */
    -		if (bufnum >= 1)
    -			{
    -			/* If we have bytes and the last char '\\' and
    -			 * second last char is not '\\' */
    -			p= &(buff->data[bufnum-1]);
    -			if (IS_ESC(conf,p[0]) &&
    -				((bufnum <= 1) || !IS_ESC(conf,p[-1])))
    -				{
    -				bufnum--;
    -				again=1;
    -				}
    -			}
    -		if (again) continue;
    -		bufnum=0;
    -		buf=buff->data;
    -
    -		clear_comments(conf, buf);
    -		s=eat_ws(conf, buf);
    -		if (IS_EOF(conf,*s)) continue; /* blank line */
    -		if (*s == '[')
    -			{
    -			char *ss;
    -
    -			s++;
    -			start=eat_ws(conf, s);
    -			ss=start;
    -again:
    -			end=eat_alpha_numeric(conf, ss);
    -			p=eat_ws(conf, end);
    -			if (*p != ']')
    -				{
    -				if (*p != '\0' && ss != p)
    -					{
    -					ss=p;
    -					goto again;
    -					}
    -				CONFerr(CONF_F_DEF_LOAD_BIO,
    -					CONF_R_MISSING_CLOSE_SQUARE_BRACKET);
    -				goto err;
    -				}
    -			*end='\0';
    -			if (!str_copy(conf,NULL,§ion,start)) goto err;
    -			if ((sv=_CONF_get_section(conf,section)) == NULL)
    -				sv=_CONF_new_section(conf,section);
    -			if (sv == NULL)
    -				{
    -				CONFerr(CONF_F_DEF_LOAD_BIO,
    -					CONF_R_UNABLE_TO_CREATE_NEW_SECTION);
    -				goto err;
    -				}
    -			continue;
    -			}
    -		else
    -			{
    -			pname=s;
    -			psection=NULL;
    -			end=eat_alpha_numeric(conf, s);
    -			if ((end[0] == ':') && (end[1] == ':'))
    -				{
    -				*end='\0';
    -				end+=2;
    -				psection=pname;
    -				pname=end;
    -				end=eat_alpha_numeric(conf, end);
    -				}
    -			p=eat_ws(conf, end);
    -			if (*p != '=')
    -				{
    -				CONFerr(CONF_F_DEF_LOAD_BIO,
    -						CONF_R_MISSING_EQUAL_SIGN);
    -				goto err;
    -				}
    -			*end='\0';
    -			p++;
    -			start=eat_ws(conf, p);
    -			while (!IS_EOF(conf,*p))
    -				p++;
    -			p--;
    -			while ((p != start) && (IS_WS(conf,*p)))
    -				p--;
    -			p++;
    -			*p='\0';
    -
    -			if (!(v=(CONF_VALUE *)OPENSSL_malloc(sizeof(CONF_VALUE))))
    -				{
    -				CONFerr(CONF_F_DEF_LOAD_BIO,
    -							ERR_R_MALLOC_FAILURE);
    -				goto err;
    -				}
    -			if (psection == NULL) psection=section;
    -			v->name=(char *)OPENSSL_malloc(strlen(pname)+1);
    -			v->value=NULL;
    -			if (v->name == NULL)
    -				{
    -				CONFerr(CONF_F_DEF_LOAD_BIO,
    -							ERR_R_MALLOC_FAILURE);
    -				goto err;
    -				}
    -			BUF_strlcpy(v->name,pname,strlen(pname)+1);
    -			if (!str_copy(conf,psection,&(v->value),start)) goto err;
    -
    -			if (strcmp(psection,section) != 0)
    -				{
    -				if ((tv=_CONF_get_section(conf,psection))
    -					== NULL)
    -					tv=_CONF_new_section(conf,psection);
    -				if (tv == NULL)
    -					{
    -					CONFerr(CONF_F_DEF_LOAD_BIO,
    -					   CONF_R_UNABLE_TO_CREATE_NEW_SECTION);
    -					goto err;
    -					}
    -				}
    -			else
    -				tv=sv;
    +#define CONFBUFSIZE     512
    +    int bufnum = 0, i, ii;
    +    BUF_MEM *buff = NULL;
    +    char *s, *p, *end;
    +    int again;
    +    long eline = 0;
    +    char btmp[DECIMAL_SIZE(eline) + 1];
    +    CONF_VALUE *v = NULL, *tv;
    +    CONF_VALUE *sv = NULL;
    +    char *section = NULL, *buf;
    +    char *start, *psection, *pname;
    +    void *h = (void *)(conf->data);
    +
    +    if ((buff = BUF_MEM_new()) == NULL) {
    +        CONFerr(CONF_F_DEF_LOAD_BIO, ERR_R_BUF_LIB);
    +        goto err;
    +    }
    +
    +    section = (char *)OPENSSL_malloc(10);
    +    if (section == NULL) {
    +        CONFerr(CONF_F_DEF_LOAD_BIO, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +    BUF_strlcpy(section, "default", 10);
    +
    +    if (_CONF_new_data(conf) == 0) {
    +        CONFerr(CONF_F_DEF_LOAD_BIO, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    sv = _CONF_new_section(conf, section);
    +    if (sv == NULL) {
    +        CONFerr(CONF_F_DEF_LOAD_BIO, CONF_R_UNABLE_TO_CREATE_NEW_SECTION);
    +        goto err;
    +    }
    +
    +    bufnum = 0;
    +    again = 0;
    +    for (;;) {
    +        if (!BUF_MEM_grow(buff, bufnum + CONFBUFSIZE)) {
    +            CONFerr(CONF_F_DEF_LOAD_BIO, ERR_R_BUF_LIB);
    +            goto err;
    +        }
    +        p = &(buff->data[bufnum]);
    +        *p = '\0';
    +        BIO_gets(in, p, CONFBUFSIZE - 1);
    +        p[CONFBUFSIZE - 1] = '\0';
    +        ii = i = strlen(p);
    +        if (i == 0 && !again)
    +            break;
    +        again = 0;
    +        while (i > 0) {
    +            if ((p[i - 1] != '\r') && (p[i - 1] != '\n'))
    +                break;
    +            else
    +                i--;
    +        }
    +        /*
    +         * we removed some trailing stuff so there is a new line on the end.
    +         */
    +        if (ii && i == ii)
    +            again = 1;          /* long line */
    +        else {
    +            p[i] = '\0';
    +            eline++;            /* another input line */
    +        }
    +
    +        /* we now have a line with trailing \r\n removed */
    +
    +        /* i is the number of bytes */
    +        bufnum += i;
    +
    +        v = NULL;
    +        /* check for line continuation */
    +        if (bufnum >= 1) {
    +            /*
    +             * If we have bytes and the last char '\\' and second last char
    +             * is not '\\'
    +             */
    +            p = &(buff->data[bufnum - 1]);
    +            if (IS_ESC(conf, p[0]) && ((bufnum <= 1) || !IS_ESC(conf, p[-1]))) {
    +                bufnum--;
    +                again = 1;
    +            }
    +        }
    +        if (again)
    +            continue;
    +        bufnum = 0;
    +        buf = buff->data;
    +
    +        clear_comments(conf, buf);
    +        s = eat_ws(conf, buf);
    +        if (IS_EOF(conf, *s))
    +            continue;           /* blank line */
    +        if (*s == '[') {
    +            char *ss;
    +
    +            s++;
    +            start = eat_ws(conf, s);
    +            ss = start;
    + again:
    +            end = eat_alpha_numeric(conf, ss);
    +            p = eat_ws(conf, end);
    +            if (*p != ']') {
    +                if (*p != '\0' && ss != p) {
    +                    ss = p;
    +                    goto again;
    +                }
    +                CONFerr(CONF_F_DEF_LOAD_BIO,
    +                        CONF_R_MISSING_CLOSE_SQUARE_BRACKET);
    +                goto err;
    +            }
    +            *end = '\0';
    +            if (!str_copy(conf, NULL, §ion, start))
    +                goto err;
    +            if ((sv = _CONF_get_section(conf, section)) == NULL)
    +                sv = _CONF_new_section(conf, section);
    +            if (sv == NULL) {
    +                CONFerr(CONF_F_DEF_LOAD_BIO,
    +                        CONF_R_UNABLE_TO_CREATE_NEW_SECTION);
    +                goto err;
    +            }
    +            continue;
    +        } else {
    +            pname = s;
    +            psection = NULL;
    +            end = eat_alpha_numeric(conf, s);
    +            if ((end[0] == ':') && (end[1] == ':')) {
    +                *end = '\0';
    +                end += 2;
    +                psection = pname;
    +                pname = end;
    +                end = eat_alpha_numeric(conf, end);
    +            }
    +            p = eat_ws(conf, end);
    +            if (*p != '=') {
    +                CONFerr(CONF_F_DEF_LOAD_BIO, CONF_R_MISSING_EQUAL_SIGN);
    +                goto err;
    +            }
    +            *end = '\0';
    +            p++;
    +            start = eat_ws(conf, p);
    +            while (!IS_EOF(conf, *p))
    +                p++;
    +            p--;
    +            while ((p != start) && (IS_WS(conf, *p)))
    +                p--;
    +            p++;
    +            *p = '\0';
    +
    +            if (!(v = (CONF_VALUE *)OPENSSL_malloc(sizeof(CONF_VALUE)))) {
    +                CONFerr(CONF_F_DEF_LOAD_BIO, ERR_R_MALLOC_FAILURE);
    +                goto err;
    +            }
    +            if (psection == NULL)
    +                psection = section;
    +            v->name = (char *)OPENSSL_malloc(strlen(pname) + 1);
    +            v->value = NULL;
    +            if (v->name == NULL) {
    +                CONFerr(CONF_F_DEF_LOAD_BIO, ERR_R_MALLOC_FAILURE);
    +                goto err;
    +            }
    +            BUF_strlcpy(v->name, pname, strlen(pname) + 1);
    +            if (!str_copy(conf, psection, &(v->value), start))
    +                goto err;
    +
    +            if (strcmp(psection, section) != 0) {
    +                if ((tv = _CONF_get_section(conf, psection))
    +                    == NULL)
    +                    tv = _CONF_new_section(conf, psection);
    +                if (tv == NULL) {
    +                    CONFerr(CONF_F_DEF_LOAD_BIO,
    +                            CONF_R_UNABLE_TO_CREATE_NEW_SECTION);
    +                    goto err;
    +                }
    +            } else
    +                tv = sv;
     #if 1
    -			if (_CONF_add_string(conf, tv, v) == 0)
    -				{
    -				CONFerr(CONF_F_DEF_LOAD_BIO,
    -							ERR_R_MALLOC_FAILURE);
    -				goto err;
    -				}
    +            if (_CONF_add_string(conf, tv, v) == 0) {
    +                CONFerr(CONF_F_DEF_LOAD_BIO, ERR_R_MALLOC_FAILURE);
    +                goto err;
    +            }
     #else
    -			v->section=tv->section;	
    -			if (!sk_CONF_VALUE_push(ts,v))
    -				{
    -				CONFerr(CONF_F_DEF_LOAD_BIO,
    -							ERR_R_MALLOC_FAILURE);
    -				goto err;
    -				}
    -			vv=(CONF_VALUE *)lh_insert(conf->data,v);
    -			if (vv != NULL)
    -				{
    -				sk_CONF_VALUE_delete_ptr(ts,vv);
    -				OPENSSL_free(vv->name);
    -				OPENSSL_free(vv->value);
    -				OPENSSL_free(vv);
    -				}
    +            v->section = tv->section;
    +            if (!sk_CONF_VALUE_push(ts, v)) {
    +                CONFerr(CONF_F_DEF_LOAD_BIO, ERR_R_MALLOC_FAILURE);
    +                goto err;
    +            }
    +            vv = (CONF_VALUE *)lh_insert(conf->data, v);
    +            if (vv != NULL) {
    +                sk_CONF_VALUE_delete_ptr(ts, vv);
    +                OPENSSL_free(vv->name);
    +                OPENSSL_free(vv->value);
    +                OPENSSL_free(vv);
    +            }
     #endif
    -			v=NULL;
    -			}
    -		}
    -	if (buff != NULL) BUF_MEM_free(buff);
    -	if (section != NULL) OPENSSL_free(section);
    -	return(1);
    -err:
    -	if (buff != NULL) BUF_MEM_free(buff);
    -	if (section != NULL) OPENSSL_free(section);
    -	if (line != NULL) *line=eline;
    -	BIO_snprintf(btmp,sizeof btmp,"%ld",eline);
    -	ERR_add_error_data(2,"line ",btmp);
    -	if ((h != conf->data) && (conf->data != NULL))
    -		{
    -		CONF_free(conf->data);
    -		conf->data=NULL;
    -		}
    -	if (v != NULL)
    -		{
    -		if (v->name != NULL) OPENSSL_free(v->name);
    -		if (v->value != NULL) OPENSSL_free(v->value);
    -		if (v != NULL) OPENSSL_free(v);
    -		}
    -	return(0);
    -	}
    +            v = NULL;
    +        }
    +    }
    +    if (buff != NULL)
    +        BUF_MEM_free(buff);
    +    if (section != NULL)
    +        OPENSSL_free(section);
    +    return (1);
    + err:
    +    if (buff != NULL)
    +        BUF_MEM_free(buff);
    +    if (section != NULL)
    +        OPENSSL_free(section);
    +    if (line != NULL)
    +        *line = eline;
    +    BIO_snprintf(btmp, sizeof btmp, "%ld", eline);
    +    ERR_add_error_data(2, "line ", btmp);
    +    if ((h != conf->data) && (conf->data != NULL)) {
    +        CONF_free(conf->data);
    +        conf->data = NULL;
    +    }
    +    if (v != NULL) {
    +        if (v->name != NULL)
    +            OPENSSL_free(v->name);
    +        if (v->value != NULL)
    +            OPENSSL_free(v->value);
    +        if (v != NULL)
    +            OPENSSL_free(v);
    +    }
    +    return (0);
    +}
     
     static void clear_comments(CONF *conf, char *p)
    -	{
    -	for (;;)
    -		{
    -		if (IS_FCOMMENT(conf,*p))
    -			{
    -			*p='\0';
    -			return;
    -			}
    -		if (!IS_WS(conf,*p))
    -			{
    -			break;
    -			}
    -		p++;
    -		}
    -
    -	for (;;)
    -		{
    -		if (IS_COMMENT(conf,*p))
    -			{
    -			*p='\0';
    -			return;
    -			}
    -		if (IS_DQUOTE(conf,*p))
    -			{
    -			p=scan_dquote(conf, p);
    -			continue;
    -			}
    -		if (IS_QUOTE(conf,*p))
    -			{
    -			p=scan_quote(conf, p);
    -			continue;
    -			}
    -		if (IS_ESC(conf,*p))
    -			{
    -			p=scan_esc(conf,p);
    -			continue;
    -			}
    -		if (IS_EOF(conf,*p))
    -			return;
    -		else
    -			p++;
    -		}
    -	}
    +{
    +    for (;;) {
    +        if (IS_FCOMMENT(conf, *p)) {
    +            *p = '\0';
    +            return;
    +        }
    +        if (!IS_WS(conf, *p)) {
    +            break;
    +        }
    +        p++;
    +    }
    +
    +    for (;;) {
    +        if (IS_COMMENT(conf, *p)) {
    +            *p = '\0';
    +            return;
    +        }
    +        if (IS_DQUOTE(conf, *p)) {
    +            p = scan_dquote(conf, p);
    +            continue;
    +        }
    +        if (IS_QUOTE(conf, *p)) {
    +            p = scan_quote(conf, p);
    +            continue;
    +        }
    +        if (IS_ESC(conf, *p)) {
    +            p = scan_esc(conf, p);
    +            continue;
    +        }
    +        if (IS_EOF(conf, *p))
    +            return;
    +        else
    +            p++;
    +    }
    +}
     
     static int str_copy(CONF *conf, char *section, char **pto, char *from)
    -	{
    -	int q,r,rr=0,to=0,len=0;
    -	char *s,*e,*rp,*p,*rrp,*np,*cp,v;
    -	BUF_MEM *buf;
    -
    -	if ((buf=BUF_MEM_new()) == NULL) return(0);
    -
    -	len=strlen(from)+1;
    -	if (!BUF_MEM_grow(buf,len)) goto err;
    -
    -	for (;;)
    -		{
    -		if (IS_QUOTE(conf,*from))
    -			{
    -			q= *from;
    -			from++;
    -			while (!IS_EOF(conf,*from) && (*from != q))
    -				{
    -				if (IS_ESC(conf,*from))
    -					{
    -					from++;
    -					if (IS_EOF(conf,*from)) break;
    -					}
    -				buf->data[to++]= *(from++);
    -				}
    -			if (*from == q) from++;
    -			}
    -		else if (IS_DQUOTE(conf,*from))
    -			{
    -			q= *from;
    -			from++;
    -			while (!IS_EOF(conf,*from))
    -				{
    -				if (*from == q)
    -					{
    -					if (*(from+1) == q)
    -						{
    -						from++;
    -						}
    -					else
    -						{
    -						break;
    -						}
    -					}
    -				buf->data[to++]= *(from++);
    -				}
    -			if (*from == q) from++;
    -			}
    -		else if (IS_ESC(conf,*from))
    -			{
    -			from++;
    -			v= *(from++);
    -			if (IS_EOF(conf,v)) break;
    -			else if (v == 'r') v='\r';
    -			else if (v == 'n') v='\n';
    -			else if (v == 'b') v='\b';
    -			else if (v == 't') v='\t';
    -			buf->data[to++]= v;
    -			}
    -		else if (IS_EOF(conf,*from))
    -			break;
    -		else if (*from == '$')
    -			{
    -			/* try to expand it */
    -			rrp=NULL;
    -			s= &(from[1]);
    -			if (*s == '{')
    -				q='}';
    -			else if (*s == '(')
    -				q=')';
    -			else q=0;
    -
    -			if (q) s++;
    -			cp=section;
    -			e=np=s;
    -			while (IS_ALPHA_NUMERIC(conf,*e))
    -				e++;
    -			if ((e[0] == ':') && (e[1] == ':'))
    -				{
    -				cp=np;
    -				rrp=e;
    -				rr= *e;
    -				*rrp='\0';
    -				e+=2;
    -				np=e;
    -				while (IS_ALPHA_NUMERIC(conf,*e))
    -					e++;
    -				}
    -			r= *e;
    -			*e='\0';
    -			rp=e;
    -			if (q)
    -				{
    -				if (r != q)
    -					{
    -					CONFerr(CONF_F_STR_COPY,CONF_R_NO_CLOSE_BRACE);
    -					goto err;
    -					}
    -				e++;
    -				}
    -			/* So at this point we have
    -			 * np which is the start of the name string which is
    -			 *   '\0' terminated. 
    -			 * cp which is the start of the section string which is
    -			 *   '\0' terminated.
    -			 * e is the 'next point after'.
    -			 * r and rr are the chars replaced by the '\0'
    -			 * rp and rrp is where 'r' and 'rr' came from.
    -			 */
    -			p=_CONF_get_string(conf,cp,np);
    -			if (rrp != NULL) *rrp=rr;
    -			*rp=r;
    -			if (p == NULL)
    -				{
    -				CONFerr(CONF_F_STR_COPY,CONF_R_VARIABLE_HAS_NO_VALUE);
    -				goto err;
    -				}
    -			BUF_MEM_grow_clean(buf,(strlen(p)+buf->length-(e-from)));
    -			while (*p)
    -				buf->data[to++]= *(p++);
    -
    -			/* Since we change the pointer 'from', we also have
    -			   to change the perceived length of the string it
    -			   points at.  /RL */
    -			len -= e-from;
    -			from=e;
    -
    -			/* In case there were no braces or parenthesis around
    -			   the variable reference, we have to put back the
    -			   character that was replaced with a '\0'.  /RL */
    -			*rp = r;
    -			}
    -		else
    -			buf->data[to++]= *(from++);
    -		}
    -	buf->data[to]='\0';
    -	if (*pto != NULL) OPENSSL_free(*pto);
    -	*pto=buf->data;
    -	OPENSSL_free(buf);
    -	return(1);
    -err:
    -	if (buf != NULL) BUF_MEM_free(buf);
    -	return(0);
    -	}
    +{
    +    int q, r, rr = 0, to = 0, len = 0;
    +    char *s, *e, *rp, *p, *rrp, *np, *cp, v;
    +    BUF_MEM *buf;
    +
    +    if ((buf = BUF_MEM_new()) == NULL)
    +        return (0);
    +
    +    len = strlen(from) + 1;
    +    if (!BUF_MEM_grow(buf, len))
    +        goto err;
    +
    +    for (;;) {
    +        if (IS_QUOTE(conf, *from)) {
    +            q = *from;
    +            from++;
    +            while (!IS_EOF(conf, *from) && (*from != q)) {
    +                if (IS_ESC(conf, *from)) {
    +                    from++;
    +                    if (IS_EOF(conf, *from))
    +                        break;
    +                }
    +                buf->data[to++] = *(from++);
    +            }
    +            if (*from == q)
    +                from++;
    +        } else if (IS_DQUOTE(conf, *from)) {
    +            q = *from;
    +            from++;
    +            while (!IS_EOF(conf, *from)) {
    +                if (*from == q) {
    +                    if (*(from + 1) == q) {
    +                        from++;
    +                    } else {
    +                        break;
    +                    }
    +                }
    +                buf->data[to++] = *(from++);
    +            }
    +            if (*from == q)
    +                from++;
    +        } else if (IS_ESC(conf, *from)) {
    +            from++;
    +            v = *(from++);
    +            if (IS_EOF(conf, v))
    +                break;
    +            else if (v == 'r')
    +                v = '\r';
    +            else if (v == 'n')
    +                v = '\n';
    +            else if (v == 'b')
    +                v = '\b';
    +            else if (v == 't')
    +                v = '\t';
    +            buf->data[to++] = v;
    +        } else if (IS_EOF(conf, *from))
    +            break;
    +        else if (*from == '$') {
    +            /* try to expand it */
    +            rrp = NULL;
    +            s = &(from[1]);
    +            if (*s == '{')
    +                q = '}';
    +            else if (*s == '(')
    +                q = ')';
    +            else
    +                q = 0;
    +
    +            if (q)
    +                s++;
    +            cp = section;
    +            e = np = s;
    +            while (IS_ALPHA_NUMERIC(conf, *e))
    +                e++;
    +            if ((e[0] == ':') && (e[1] == ':')) {
    +                cp = np;
    +                rrp = e;
    +                rr = *e;
    +                *rrp = '\0';
    +                e += 2;
    +                np = e;
    +                while (IS_ALPHA_NUMERIC(conf, *e))
    +                    e++;
    +            }
    +            r = *e;
    +            *e = '\0';
    +            rp = e;
    +            if (q) {
    +                if (r != q) {
    +                    CONFerr(CONF_F_STR_COPY, CONF_R_NO_CLOSE_BRACE);
    +                    goto err;
    +                }
    +                e++;
    +            }
    +            /*-
    +             * So at this point we have
    +             * np which is the start of the name string which is
    +             *   '\0' terminated.
    +             * cp which is the start of the section string which is
    +             *   '\0' terminated.
    +             * e is the 'next point after'.
    +             * r and rr are the chars replaced by the '\0'
    +             * rp and rrp is where 'r' and 'rr' came from.
    +             */
    +            p = _CONF_get_string(conf, cp, np);
    +            if (rrp != NULL)
    +                *rrp = rr;
    +            *rp = r;
    +            if (p == NULL) {
    +                CONFerr(CONF_F_STR_COPY, CONF_R_VARIABLE_HAS_NO_VALUE);
    +                goto err;
    +            }
    +            BUF_MEM_grow_clean(buf, (strlen(p) + buf->length - (e - from)));
    +            while (*p)
    +                buf->data[to++] = *(p++);
    +
    +            /*
    +             * Since we change the pointer 'from', we also have to change the
    +             * perceived length of the string it points at.  /RL
    +             */
    +            len -= e - from;
    +            from = e;
    +
    +            /*
    +             * In case there were no braces or parenthesis around the
    +             * variable reference, we have to put back the character that was
    +             * replaced with a '\0'.  /RL
    +             */
    +            *rp = r;
    +        } else
    +            buf->data[to++] = *(from++);
    +    }
    +    buf->data[to] = '\0';
    +    if (*pto != NULL)
    +        OPENSSL_free(*pto);
    +    *pto = buf->data;
    +    OPENSSL_free(buf);
    +    return (1);
    + err:
    +    if (buf != NULL)
    +        BUF_MEM_free(buf);
    +    return (0);
    +}
     
     static char *eat_ws(CONF *conf, char *p)
    -	{
    -	while (IS_WS(conf,*p) && (!IS_EOF(conf,*p)))
    -		p++;
    -	return(p);
    -	}
    +{
    +    while (IS_WS(conf, *p) && (!IS_EOF(conf, *p)))
    +        p++;
    +    return (p);
    +}
     
     static char *eat_alpha_numeric(CONF *conf, char *p)
    -	{
    -	for (;;)
    -		{
    -		if (IS_ESC(conf,*p))
    -			{
    -			p=scan_esc(conf,p);
    -			continue;
    -			}
    -		if (!IS_ALPHA_NUMERIC_PUNCT(conf,*p))
    -			return(p);
    -		p++;
    -		}
    -	}
    +{
    +    for (;;) {
    +        if (IS_ESC(conf, *p)) {
    +            p = scan_esc(conf, p);
    +            continue;
    +        }
    +        if (!IS_ALPHA_NUMERIC_PUNCT(conf, *p))
    +            return (p);
    +        p++;
    +    }
    +}
     
     static char *scan_quote(CONF *conf, char *p)
    -	{
    -	int q= *p;
    -
    -	p++;
    -	while (!(IS_EOF(conf,*p)) && (*p != q))
    -		{
    -		if (IS_ESC(conf,*p))
    -			{
    -			p++;
    -			if (IS_EOF(conf,*p)) return(p);
    -			}
    -		p++;
    -		}
    -	if (*p == q) p++;
    -	return(p);
    -	}
    -
    +{
    +    int q = *p;
    +
    +    p++;
    +    while (!(IS_EOF(conf, *p)) && (*p != q)) {
    +        if (IS_ESC(conf, *p)) {
    +            p++;
    +            if (IS_EOF(conf, *p))
    +                return (p);
    +        }
    +        p++;
    +    }
    +    if (*p == q)
    +        p++;
    +    return (p);
    +}
     
     static char *scan_dquote(CONF *conf, char *p)
    -	{
    -	int q= *p;
    -
    -	p++;
    -	while (!(IS_EOF(conf,*p)))
    -		{
    -		if (*p == q)
    -			{
    -			if (*(p+1) == q)
    -				{
    -				p++;
    -				}
    -			else
    -				{
    -				break;
    -				}
    -			}
    -		p++;
    -		}
    -	if (*p == q) p++;
    -	return(p);
    -	}
    +{
    +    int q = *p;
    +
    +    p++;
    +    while (!(IS_EOF(conf, *p))) {
    +        if (*p == q) {
    +            if (*(p + 1) == q) {
    +                p++;
    +            } else {
    +                break;
    +            }
    +        }
    +        p++;
    +    }
    +    if (*p == q)
    +        p++;
    +    return (p);
    +}
     
     static void dump_value_doall_arg(CONF_VALUE *a, BIO *out)
    -	{
    -	if (a->name)
    -		BIO_printf(out, "[%s] %s=%s\n", a->section, a->name, a->value);
    -	else
    -		BIO_printf(out, "[[%s]]\n", a->section);
    -	}
    +{
    +    if (a->name)
    +        BIO_printf(out, "[%s] %s=%s\n", a->section, a->name, a->value);
    +    else
    +        BIO_printf(out, "[[%s]]\n", a->section);
    +}
     
     static IMPLEMENT_LHASH_DOALL_ARG_FN(dump_value, CONF_VALUE, BIO)
     
     static int def_dump(const CONF *conf, BIO *out)
    -	{
    -	lh_CONF_VALUE_doall_arg(conf->data, LHASH_DOALL_ARG_FN(dump_value),
    -				BIO, out);
    -	return 1;
    -	}
    +{
    +    lh_CONF_VALUE_doall_arg(conf->data, LHASH_DOALL_ARG_FN(dump_value),
    +                            BIO, out);
    +    return 1;
    +}
     
     static int def_is_number(const CONF *conf, char c)
    -	{
    -	return IS_NUMBER(conf,c);
    -	}
    +{
    +    return IS_NUMBER(conf, c);
    +}
     
     static int def_to_int(const CONF *conf, char c)
    -	{
    -	return c - '0';
    -	}
    -
    +{
    +    return c - '0';
    +}
    diff --git a/openssl/crypto/conf/conf_def.h b/openssl/crypto/conf/conf_def.h
    index 92a7d8ad7..7d897b89f 100644
    --- a/openssl/crypto/conf/conf_def.h
    +++ b/openssl/crypto/conf/conf_def.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,132 +49,133 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
     
    -/* THIS FILE WAS AUTOMAGICALLY GENERATED!
    -   Please modify and use keysets.pl to regenerate it. */
    +/*
    + * THIS FILE WAS AUTOMAGICALLY GENERATED! Please modify and use keysets.pl to
    + * regenerate it.
    + */
     
    -#define CONF_NUMBER		1
    -#define CONF_UPPER		2
    -#define CONF_LOWER		4
    -#define CONF_UNDER		256
    -#define CONF_PUNCTUATION	512
    -#define CONF_WS			16
    -#define CONF_ESC		32
    -#define CONF_QUOTE		64
    -#define CONF_DQUOTE		1024
    -#define CONF_COMMENT		128
    -#define CONF_FCOMMENT		2048
    -#define CONF_EOF		8
    -#define CONF_HIGHBIT		4096
    -#define CONF_ALPHA		(CONF_UPPER|CONF_LOWER)
    -#define CONF_ALPHA_NUMERIC	(CONF_ALPHA|CONF_NUMBER|CONF_UNDER)
    +#define CONF_NUMBER             1
    +#define CONF_UPPER              2
    +#define CONF_LOWER              4
    +#define CONF_UNDER              256
    +#define CONF_PUNCTUATION        512
    +#define CONF_WS                 16
    +#define CONF_ESC                32
    +#define CONF_QUOTE              64
    +#define CONF_DQUOTE             1024
    +#define CONF_COMMENT            128
    +#define CONF_FCOMMENT           2048
    +#define CONF_EOF                8
    +#define CONF_HIGHBIT            4096
    +#define CONF_ALPHA              (CONF_UPPER|CONF_LOWER)
    +#define CONF_ALPHA_NUMERIC      (CONF_ALPHA|CONF_NUMBER|CONF_UNDER)
     #define CONF_ALPHA_NUMERIC_PUNCT (CONF_ALPHA|CONF_NUMBER|CONF_UNDER| \
    -					CONF_PUNCTUATION)
    +                                        CONF_PUNCTUATION)
     
    -#define KEYTYPES(c)		((unsigned short *)((c)->meth_data))
    +#define KEYTYPES(c)             ((unsigned short *)((c)->meth_data))
     #ifndef CHARSET_EBCDIC
    -#define IS_COMMENT(c,a)		(KEYTYPES(c)[(a)&0xff]&CONF_COMMENT)
    -#define IS_FCOMMENT(c,a)	(KEYTYPES(c)[(a)&0xff]&CONF_FCOMMENT)
    -#define IS_EOF(c,a)		(KEYTYPES(c)[(a)&0xff]&CONF_EOF)
    -#define IS_ESC(c,a)		(KEYTYPES(c)[(a)&0xff]&CONF_ESC)
    -#define IS_NUMBER(c,a)		(KEYTYPES(c)[(a)&0xff]&CONF_NUMBER)
    -#define IS_WS(c,a)		(KEYTYPES(c)[(a)&0xff]&CONF_WS)
    -#define IS_ALPHA_NUMERIC(c,a)	(KEYTYPES(c)[(a)&0xff]&CONF_ALPHA_NUMERIC)
    -#define IS_ALPHA_NUMERIC_PUNCT(c,a) \
    -				(KEYTYPES(c)[(a)&0xff]&CONF_ALPHA_NUMERIC_PUNCT)
    -#define IS_QUOTE(c,a)		(KEYTYPES(c)[(a)&0xff]&CONF_QUOTE)
    -#define IS_DQUOTE(c,a)		(KEYTYPES(c)[(a)&0xff]&CONF_DQUOTE)
    -#define IS_HIGHBIT(c,a)		(KEYTYPES(c)[(a)&0xff]&CONF_HIGHBIT)
    -
    -#else /*CHARSET_EBCDIC*/
    +# define IS_COMMENT(c,a)         (KEYTYPES(c)[(a)&0xff]&CONF_COMMENT)
    +# define IS_FCOMMENT(c,a)        (KEYTYPES(c)[(a)&0xff]&CONF_FCOMMENT)
    +# define IS_EOF(c,a)             (KEYTYPES(c)[(a)&0xff]&CONF_EOF)
    +# define IS_ESC(c,a)             (KEYTYPES(c)[(a)&0xff]&CONF_ESC)
    +# define IS_NUMBER(c,a)          (KEYTYPES(c)[(a)&0xff]&CONF_NUMBER)
    +# define IS_WS(c,a)              (KEYTYPES(c)[(a)&0xff]&CONF_WS)
    +# define IS_ALPHA_NUMERIC(c,a)   (KEYTYPES(c)[(a)&0xff]&CONF_ALPHA_NUMERIC)
    +# define IS_ALPHA_NUMERIC_PUNCT(c,a) \
    +                                (KEYTYPES(c)[(a)&0xff]&CONF_ALPHA_NUMERIC_PUNCT)
    +# define IS_QUOTE(c,a)           (KEYTYPES(c)[(a)&0xff]&CONF_QUOTE)
    +# define IS_DQUOTE(c,a)          (KEYTYPES(c)[(a)&0xff]&CONF_DQUOTE)
    +# define IS_HIGHBIT(c,a)         (KEYTYPES(c)[(a)&0xff]&CONF_HIGHBIT)
     
    -#define IS_COMMENT(c,a)		(KEYTYPES(c)[os_toascii[a]&0xff]&CONF_COMMENT)
    -#define IS_FCOMMENT(c,a)	(KEYTYPES(c)[os_toascii[a]&0xff]&CONF_FCOMMENT)
    -#define IS_EOF(c,a)		(KEYTYPES(c)[os_toascii[a]&0xff]&CONF_EOF)
    -#define IS_ESC(c,a)		(KEYTYPES(c)[os_toascii[a]&0xff]&CONF_ESC)
    -#define IS_NUMBER(c,a)		(KEYTYPES(c)[os_toascii[a]&0xff]&CONF_NUMBER)
    -#define IS_WS(c,a)		(KEYTYPES(c)[os_toascii[a]&0xff]&CONF_WS)
    -#define IS_ALPHA_NUMERIC(c,a)	(KEYTYPES(c)[os_toascii[a]&0xff]&CONF_ALPHA_NUMERIC)
    -#define IS_ALPHA_NUMERIC_PUNCT(c,a) \
    -				(KEYTYPES(c)[os_toascii[a]&0xff]&CONF_ALPHA_NUMERIC_PUNCT)
    -#define IS_QUOTE(c,a)		(KEYTYPES(c)[os_toascii[a]&0xff]&CONF_QUOTE)
    -#define IS_DQUOTE(c,a)		(KEYTYPES(c)[os_toascii[a]&0xff]&CONF_DQUOTE)
    -#define IS_HIGHBIT(c,a)		(KEYTYPES(c)[os_toascii[a]&0xff]&CONF_HIGHBIT)
    -#endif /*CHARSET_EBCDIC*/
    +#else                           /* CHARSET_EBCDIC */
     
    -static unsigned short CONF_type_default[256]={
    -	0x0008,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    -	0x0000,0x0010,0x0010,0x0000,0x0000,0x0010,0x0000,0x0000,
    -	0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    -	0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    -	0x0010,0x0200,0x0040,0x0080,0x0000,0x0200,0x0200,0x0040,
    -	0x0000,0x0000,0x0200,0x0200,0x0200,0x0200,0x0200,0x0200,
    -	0x0001,0x0001,0x0001,0x0001,0x0001,0x0001,0x0001,0x0001,
    -	0x0001,0x0001,0x0000,0x0200,0x0000,0x0000,0x0000,0x0200,
    -	0x0200,0x0002,0x0002,0x0002,0x0002,0x0002,0x0002,0x0002,
    -	0x0002,0x0002,0x0002,0x0002,0x0002,0x0002,0x0002,0x0002,
    -	0x0002,0x0002,0x0002,0x0002,0x0002,0x0002,0x0002,0x0002,
    -	0x0002,0x0002,0x0002,0x0000,0x0020,0x0000,0x0200,0x0100,
    -	0x0040,0x0004,0x0004,0x0004,0x0004,0x0004,0x0004,0x0004,
    -	0x0004,0x0004,0x0004,0x0004,0x0004,0x0004,0x0004,0x0004,
    -	0x0004,0x0004,0x0004,0x0004,0x0004,0x0004,0x0004,0x0004,
    -	0x0004,0x0004,0x0004,0x0000,0x0200,0x0000,0x0200,0x0000,
    -	0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
    -	0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
    -	0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
    -	0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
    -	0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
    -	0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
    -	0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
    -	0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
    -	0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
    -	0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
    -	0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
    -	0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
    -	0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
    -	0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
    -	0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
    -	0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
    -	};
    +# define IS_COMMENT(c,a)         (KEYTYPES(c)[os_toascii[a]&0xff]&CONF_COMMENT)
    +# define IS_FCOMMENT(c,a)        (KEYTYPES(c)[os_toascii[a]&0xff]&CONF_FCOMMENT)
    +# define IS_EOF(c,a)             (KEYTYPES(c)[os_toascii[a]&0xff]&CONF_EOF)
    +# define IS_ESC(c,a)             (KEYTYPES(c)[os_toascii[a]&0xff]&CONF_ESC)
    +# define IS_NUMBER(c,a)          (KEYTYPES(c)[os_toascii[a]&0xff]&CONF_NUMBER)
    +# define IS_WS(c,a)              (KEYTYPES(c)[os_toascii[a]&0xff]&CONF_WS)
    +# define IS_ALPHA_NUMERIC(c,a)   (KEYTYPES(c)[os_toascii[a]&0xff]&CONF_ALPHA_NUMERIC)
    +# define IS_ALPHA_NUMERIC_PUNCT(c,a) \
    +                                (KEYTYPES(c)[os_toascii[a]&0xff]&CONF_ALPHA_NUMERIC_PUNCT)
    +# define IS_QUOTE(c,a)           (KEYTYPES(c)[os_toascii[a]&0xff]&CONF_QUOTE)
    +# define IS_DQUOTE(c,a)          (KEYTYPES(c)[os_toascii[a]&0xff]&CONF_DQUOTE)
    +# define IS_HIGHBIT(c,a)         (KEYTYPES(c)[os_toascii[a]&0xff]&CONF_HIGHBIT)
    +#endif                          /* CHARSET_EBCDIC */
     
    -static unsigned short CONF_type_win32[256]={
    -	0x0008,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    -	0x0000,0x0010,0x0010,0x0000,0x0000,0x0010,0x0000,0x0000,
    -	0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    -	0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
    -	0x0010,0x0200,0x0400,0x0000,0x0000,0x0200,0x0200,0x0000,
    -	0x0000,0x0000,0x0200,0x0200,0x0200,0x0200,0x0200,0x0200,
    -	0x0001,0x0001,0x0001,0x0001,0x0001,0x0001,0x0001,0x0001,
    -	0x0001,0x0001,0x0000,0x0A00,0x0000,0x0000,0x0000,0x0200,
    -	0x0200,0x0002,0x0002,0x0002,0x0002,0x0002,0x0002,0x0002,
    -	0x0002,0x0002,0x0002,0x0002,0x0002,0x0002,0x0002,0x0002,
    -	0x0002,0x0002,0x0002,0x0002,0x0002,0x0002,0x0002,0x0002,
    -	0x0002,0x0002,0x0002,0x0000,0x0000,0x0000,0x0200,0x0100,
    -	0x0000,0x0004,0x0004,0x0004,0x0004,0x0004,0x0004,0x0004,
    -	0x0004,0x0004,0x0004,0x0004,0x0004,0x0004,0x0004,0x0004,
    -	0x0004,0x0004,0x0004,0x0004,0x0004,0x0004,0x0004,0x0004,
    -	0x0004,0x0004,0x0004,0x0000,0x0200,0x0000,0x0200,0x0000,
    -	0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
    -	0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
    -	0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
    -	0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
    -	0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
    -	0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
    -	0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
    -	0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
    -	0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
    -	0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
    -	0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
    -	0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
    -	0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
    -	0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
    -	0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
    -	0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
    -	};
    +static unsigned short CONF_type_default[256] = {
    +    0x0008, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
    +    0x0000, 0x0010, 0x0010, 0x0000, 0x0000, 0x0010, 0x0000, 0x0000,
    +    0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
    +    0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
    +    0x0010, 0x0200, 0x0040, 0x0080, 0x0000, 0x0200, 0x0200, 0x0040,
    +    0x0000, 0x0000, 0x0200, 0x0200, 0x0200, 0x0200, 0x0200, 0x0200,
    +    0x0001, 0x0001, 0x0001, 0x0001, 0x0001, 0x0001, 0x0001, 0x0001,
    +    0x0001, 0x0001, 0x0000, 0x0200, 0x0000, 0x0000, 0x0000, 0x0200,
    +    0x0200, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002,
    +    0x0002, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002,
    +    0x0002, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002,
    +    0x0002, 0x0002, 0x0002, 0x0000, 0x0020, 0x0000, 0x0200, 0x0100,
    +    0x0040, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004,
    +    0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004,
    +    0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004,
    +    0x0004, 0x0004, 0x0004, 0x0000, 0x0200, 0x0000, 0x0200, 0x0000,
    +    0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000,
    +    0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000,
    +    0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000,
    +    0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000,
    +    0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000,
    +    0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000,
    +    0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000,
    +    0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000,
    +    0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000,
    +    0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000,
    +    0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000,
    +    0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000,
    +    0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000,
    +    0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000,
    +    0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000,
    +    0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000,
    +};
     
    +static unsigned short CONF_type_win32[256] = {
    +    0x0008, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
    +    0x0000, 0x0010, 0x0010, 0x0000, 0x0000, 0x0010, 0x0000, 0x0000,
    +    0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
    +    0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
    +    0x0010, 0x0200, 0x0400, 0x0000, 0x0000, 0x0200, 0x0200, 0x0000,
    +    0x0000, 0x0000, 0x0200, 0x0200, 0x0200, 0x0200, 0x0200, 0x0200,
    +    0x0001, 0x0001, 0x0001, 0x0001, 0x0001, 0x0001, 0x0001, 0x0001,
    +    0x0001, 0x0001, 0x0000, 0x0A00, 0x0000, 0x0000, 0x0000, 0x0200,
    +    0x0200, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002,
    +    0x0002, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002,
    +    0x0002, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002,
    +    0x0002, 0x0002, 0x0002, 0x0000, 0x0000, 0x0000, 0x0200, 0x0100,
    +    0x0000, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004,
    +    0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004,
    +    0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004,
    +    0x0004, 0x0004, 0x0004, 0x0000, 0x0200, 0x0000, 0x0200, 0x0000,
    +    0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000,
    +    0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000,
    +    0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000,
    +    0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000,
    +    0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000,
    +    0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000,
    +    0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000,
    +    0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000,
    +    0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000,
    +    0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000,
    +    0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000,
    +    0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000,
    +    0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000,
    +    0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000,
    +    0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000,
    +    0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000,
    +};
    diff --git a/openssl/crypto/conf/conf_err.c b/openssl/crypto/conf/conf_err.c
    index 25bb5dc9a..bb5e2fe25 100644
    --- a/openssl/crypto/conf/conf_err.c
    +++ b/openssl/crypto/conf/conf_err.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* NOTE: this file was auto generated by the mkerr.pl script: any changes
    +/*
    + * NOTE: this file was auto generated by the mkerr.pl script: any changes
      * made to it will be overwritten when the script next updates this file,
      * only reason strings will be preserved.
      */
    @@ -65,67 +66,68 @@
     /* BEGIN ERROR CODES */
     #ifndef OPENSSL_NO_ERR
     
    -#define ERR_FUNC(func) ERR_PACK(ERR_LIB_CONF,func,0)
    -#define ERR_REASON(reason) ERR_PACK(ERR_LIB_CONF,0,reason)
    +# define ERR_FUNC(func) ERR_PACK(ERR_LIB_CONF,func,0)
    +# define ERR_REASON(reason) ERR_PACK(ERR_LIB_CONF,0,reason)
     
    -static ERR_STRING_DATA CONF_str_functs[]=
    -	{
    -{ERR_FUNC(CONF_F_CONF_DUMP_FP),	"CONF_dump_fp"},
    -{ERR_FUNC(CONF_F_CONF_LOAD),	"CONF_load"},
    -{ERR_FUNC(CONF_F_CONF_LOAD_BIO),	"CONF_load_bio"},
    -{ERR_FUNC(CONF_F_CONF_LOAD_FP),	"CONF_load_fp"},
    -{ERR_FUNC(CONF_F_CONF_MODULES_LOAD),	"CONF_modules_load"},
    -{ERR_FUNC(CONF_F_CONF_PARSE_LIST),	"CONF_parse_list"},
    -{ERR_FUNC(CONF_F_DEF_LOAD),	"DEF_LOAD"},
    -{ERR_FUNC(CONF_F_DEF_LOAD_BIO),	"DEF_LOAD_BIO"},
    -{ERR_FUNC(CONF_F_MODULE_INIT),	"MODULE_INIT"},
    -{ERR_FUNC(CONF_F_MODULE_LOAD_DSO),	"MODULE_LOAD_DSO"},
    -{ERR_FUNC(CONF_F_MODULE_RUN),	"MODULE_RUN"},
    -{ERR_FUNC(CONF_F_NCONF_DUMP_BIO),	"NCONF_dump_bio"},
    -{ERR_FUNC(CONF_F_NCONF_DUMP_FP),	"NCONF_dump_fp"},
    -{ERR_FUNC(CONF_F_NCONF_GET_NUMBER),	"NCONF_get_number"},
    -{ERR_FUNC(CONF_F_NCONF_GET_NUMBER_E),	"NCONF_get_number_e"},
    -{ERR_FUNC(CONF_F_NCONF_GET_SECTION),	"NCONF_get_section"},
    -{ERR_FUNC(CONF_F_NCONF_GET_STRING),	"NCONF_get_string"},
    -{ERR_FUNC(CONF_F_NCONF_LOAD),	"NCONF_load"},
    -{ERR_FUNC(CONF_F_NCONF_LOAD_BIO),	"NCONF_load_bio"},
    -{ERR_FUNC(CONF_F_NCONF_LOAD_FP),	"NCONF_load_fp"},
    -{ERR_FUNC(CONF_F_NCONF_NEW),	"NCONF_new"},
    -{ERR_FUNC(CONF_F_STR_COPY),	"STR_COPY"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA CONF_str_functs[] = {
    +    {ERR_FUNC(CONF_F_CONF_DUMP_FP), "CONF_dump_fp"},
    +    {ERR_FUNC(CONF_F_CONF_LOAD), "CONF_load"},
    +    {ERR_FUNC(CONF_F_CONF_LOAD_BIO), "CONF_load_bio"},
    +    {ERR_FUNC(CONF_F_CONF_LOAD_FP), "CONF_load_fp"},
    +    {ERR_FUNC(CONF_F_CONF_MODULES_LOAD), "CONF_modules_load"},
    +    {ERR_FUNC(CONF_F_CONF_PARSE_LIST), "CONF_parse_list"},
    +    {ERR_FUNC(CONF_F_DEF_LOAD), "DEF_LOAD"},
    +    {ERR_FUNC(CONF_F_DEF_LOAD_BIO), "DEF_LOAD_BIO"},
    +    {ERR_FUNC(CONF_F_MODULE_INIT), "MODULE_INIT"},
    +    {ERR_FUNC(CONF_F_MODULE_LOAD_DSO), "MODULE_LOAD_DSO"},
    +    {ERR_FUNC(CONF_F_MODULE_RUN), "MODULE_RUN"},
    +    {ERR_FUNC(CONF_F_NCONF_DUMP_BIO), "NCONF_dump_bio"},
    +    {ERR_FUNC(CONF_F_NCONF_DUMP_FP), "NCONF_dump_fp"},
    +    {ERR_FUNC(CONF_F_NCONF_GET_NUMBER), "NCONF_get_number"},
    +    {ERR_FUNC(CONF_F_NCONF_GET_NUMBER_E), "NCONF_get_number_e"},
    +    {ERR_FUNC(CONF_F_NCONF_GET_SECTION), "NCONF_get_section"},
    +    {ERR_FUNC(CONF_F_NCONF_GET_STRING), "NCONF_get_string"},
    +    {ERR_FUNC(CONF_F_NCONF_LOAD), "NCONF_load"},
    +    {ERR_FUNC(CONF_F_NCONF_LOAD_BIO), "NCONF_load_bio"},
    +    {ERR_FUNC(CONF_F_NCONF_LOAD_FP), "NCONF_load_fp"},
    +    {ERR_FUNC(CONF_F_NCONF_NEW), "NCONF_new"},
    +    {ERR_FUNC(CONF_F_STR_COPY), "STR_COPY"},
    +    {0, NULL}
    +};
     
    -static ERR_STRING_DATA CONF_str_reasons[]=
    -	{
    -{ERR_REASON(CONF_R_ERROR_LOADING_DSO)    ,"error loading dso"},
    -{ERR_REASON(CONF_R_LIST_CANNOT_BE_NULL)  ,"list cannot be null"},
    -{ERR_REASON(CONF_R_MISSING_CLOSE_SQUARE_BRACKET),"missing close square bracket"},
    -{ERR_REASON(CONF_R_MISSING_EQUAL_SIGN)   ,"missing equal sign"},
    -{ERR_REASON(CONF_R_MISSING_FINISH_FUNCTION),"missing finish function"},
    -{ERR_REASON(CONF_R_MISSING_INIT_FUNCTION),"missing init function"},
    -{ERR_REASON(CONF_R_MODULE_INITIALIZATION_ERROR),"module initialization error"},
    -{ERR_REASON(CONF_R_NO_CLOSE_BRACE)       ,"no close brace"},
    -{ERR_REASON(CONF_R_NO_CONF)              ,"no conf"},
    -{ERR_REASON(CONF_R_NO_CONF_OR_ENVIRONMENT_VARIABLE),"no conf or environment variable"},
    -{ERR_REASON(CONF_R_NO_SECTION)           ,"no section"},
    -{ERR_REASON(CONF_R_NO_SUCH_FILE)         ,"no such file"},
    -{ERR_REASON(CONF_R_NO_VALUE)             ,"no value"},
    -{ERR_REASON(CONF_R_UNABLE_TO_CREATE_NEW_SECTION),"unable to create new section"},
    -{ERR_REASON(CONF_R_UNKNOWN_MODULE_NAME)  ,"unknown module name"},
    -{ERR_REASON(CONF_R_VARIABLE_HAS_NO_VALUE),"variable has no value"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA CONF_str_reasons[] = {
    +    {ERR_REASON(CONF_R_ERROR_LOADING_DSO), "error loading dso"},
    +    {ERR_REASON(CONF_R_LIST_CANNOT_BE_NULL), "list cannot be null"},
    +    {ERR_REASON(CONF_R_MISSING_CLOSE_SQUARE_BRACKET),
    +     "missing close square bracket"},
    +    {ERR_REASON(CONF_R_MISSING_EQUAL_SIGN), "missing equal sign"},
    +    {ERR_REASON(CONF_R_MISSING_FINISH_FUNCTION), "missing finish function"},
    +    {ERR_REASON(CONF_R_MISSING_INIT_FUNCTION), "missing init function"},
    +    {ERR_REASON(CONF_R_MODULE_INITIALIZATION_ERROR),
    +     "module initialization error"},
    +    {ERR_REASON(CONF_R_NO_CLOSE_BRACE), "no close brace"},
    +    {ERR_REASON(CONF_R_NO_CONF), "no conf"},
    +    {ERR_REASON(CONF_R_NO_CONF_OR_ENVIRONMENT_VARIABLE),
    +     "no conf or environment variable"},
    +    {ERR_REASON(CONF_R_NO_SECTION), "no section"},
    +    {ERR_REASON(CONF_R_NO_SUCH_FILE), "no such file"},
    +    {ERR_REASON(CONF_R_NO_VALUE), "no value"},
    +    {ERR_REASON(CONF_R_UNABLE_TO_CREATE_NEW_SECTION),
    +     "unable to create new section"},
    +    {ERR_REASON(CONF_R_UNKNOWN_MODULE_NAME), "unknown module name"},
    +    {ERR_REASON(CONF_R_VARIABLE_HAS_NO_VALUE), "variable has no value"},
    +    {0, NULL}
    +};
     
     #endif
     
     void ERR_load_CONF_strings(void)
    -	{
    +{
     #ifndef OPENSSL_NO_ERR
     
    -	if (ERR_func_error_string(CONF_str_functs[0].error) == NULL)
    -		{
    -		ERR_load_strings(0,CONF_str_functs);
    -		ERR_load_strings(0,CONF_str_reasons);
    -		}
    +    if (ERR_func_error_string(CONF_str_functs[0].error) == NULL) {
    +        ERR_load_strings(0, CONF_str_functs);
    +        ERR_load_strings(0, CONF_str_reasons);
    +    }
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/conf/conf_lib.c b/openssl/crypto/conf/conf_lib.c
    index 54046defc..528138480 100644
    --- a/openssl/crypto/conf/conf_lib.c
    +++ b/openssl/crypto/conf/conf_lib.c
    @@ -1,6 +1,7 @@
     /* conf_lib.c */
    -/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 2000 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -63,345 +64,328 @@
     #include 
     #include 
     
    -const char CONF_version[]="CONF" OPENSSL_VERSION_PTEXT;
    +const char CONF_version[] = "CONF" OPENSSL_VERSION_PTEXT;
     
    -static CONF_METHOD *default_CONF_method=NULL;
    +static CONF_METHOD *default_CONF_method = NULL;
     
     /* Init a 'CONF' structure from an old LHASH */
     
     void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash)
    -	{
    -	if (default_CONF_method == NULL)
    -		default_CONF_method = NCONF_default();
    +{
    +    if (default_CONF_method == NULL)
    +        default_CONF_method = NCONF_default();
     
    -	default_CONF_method->init(conf);
    -	conf->data = hash;
    -	}
    +    default_CONF_method->init(conf);
    +    conf->data = hash;
    +}
     
    -/* The following section contains the "CONF classic" functions,
    -   rewritten in terms of the new CONF interface. */
    +/*
    + * The following section contains the "CONF classic" functions, rewritten in
    + * terms of the new CONF interface.
    + */
     
     int CONF_set_default_method(CONF_METHOD *meth)
    -	{
    -	default_CONF_method = meth;
    -	return 1;
    -	}
    +{
    +    default_CONF_method = meth;
    +    return 1;
    +}
     
     LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file,
    -				long *eline)
    -	{
    -	LHASH_OF(CONF_VALUE) *ltmp;
    -	BIO *in=NULL;
    +                                long *eline)
    +{
    +    LHASH_OF(CONF_VALUE) *ltmp;
    +    BIO *in = NULL;
     
     #ifdef OPENSSL_SYS_VMS
    -	in=BIO_new_file(file, "r");
    +    in = BIO_new_file(file, "r");
     #else
    -	in=BIO_new_file(file, "rb");
    +    in = BIO_new_file(file, "rb");
     #endif
    -	if (in == NULL)
    -		{
    -		CONFerr(CONF_F_CONF_LOAD,ERR_R_SYS_LIB);
    -		return NULL;
    -		}
    +    if (in == NULL) {
    +        CONFerr(CONF_F_CONF_LOAD, ERR_R_SYS_LIB);
    +        return NULL;
    +    }
     
    -	ltmp = CONF_load_bio(conf, in, eline);
    -	BIO_free(in);
    +    ltmp = CONF_load_bio(conf, in, eline);
    +    BIO_free(in);
     
    -	return ltmp;
    -	}
    +    return ltmp;
    +}
     
     #ifndef OPENSSL_NO_FP_API
     LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp,
    -				   long *eline)
    -	{
    -	BIO *btmp;
    -	LHASH_OF(CONF_VALUE) *ltmp;
    -	if(!(btmp = BIO_new_fp(fp, BIO_NOCLOSE))) {
    -		CONFerr(CONF_F_CONF_LOAD_FP,ERR_R_BUF_LIB);
    -		return NULL;
    -	}
    -	ltmp = CONF_load_bio(conf, btmp, eline);
    -	BIO_free(btmp);
    -	return ltmp;
    -	}
    +                                   long *eline)
    +{
    +    BIO *btmp;
    +    LHASH_OF(CONF_VALUE) *ltmp;
    +    if (!(btmp = BIO_new_fp(fp, BIO_NOCLOSE))) {
    +        CONFerr(CONF_F_CONF_LOAD_FP, ERR_R_BUF_LIB);
    +        return NULL;
    +    }
    +    ltmp = CONF_load_bio(conf, btmp, eline);
    +    BIO_free(btmp);
    +    return ltmp;
    +}
     #endif
     
     LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp,
    -				    long *eline)
    -	{
    -	CONF ctmp;
    -	int ret;
    +                                    long *eline)
    +{
    +    CONF ctmp;
    +    int ret;
     
    -	CONF_set_nconf(&ctmp, conf);
    +    CONF_set_nconf(&ctmp, conf);
     
    -	ret = NCONF_load_bio(&ctmp, bp, eline);
    -	if (ret)
    -		return ctmp.data;
    -	return NULL;
    -	}
    +    ret = NCONF_load_bio(&ctmp, bp, eline);
    +    if (ret)
    +        return ctmp.data;
    +    return NULL;
    +}
     
     STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALUE) *conf,
    -				       const char *section)
    -	{
    -	if (conf == NULL)
    -		{
    -		return NULL;
    -		}
    -	else
    -		{
    -		CONF ctmp;
    -		CONF_set_nconf(&ctmp, conf);
    -		return NCONF_get_section(&ctmp, section);
    -		}
    -	}
    -
    -char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf,const char *group,
    -		      const char *name)
    -	{
    -	if (conf == NULL)
    -		{
    -		return NCONF_get_string(NULL, group, name);
    -		}
    -	else
    -		{
    -		CONF ctmp;
    -		CONF_set_nconf(&ctmp, conf);
    -		return NCONF_get_string(&ctmp, group, name);
    -		}
    -	}
    -
    -long CONF_get_number(LHASH_OF(CONF_VALUE) *conf,const char *group,
    -		     const char *name)
    -	{
    -	int status;
    -	long result = 0;
    -
    -	if (conf == NULL)
    -		{
    -		status = NCONF_get_number_e(NULL, group, name, &result);
    -		}
    -	else
    -		{
    -		CONF ctmp;
    -		CONF_set_nconf(&ctmp, conf);
    -		status = NCONF_get_number_e(&ctmp, group, name, &result);
    -		}
    -
    -	if (status == 0)
    -		{
    -		/* This function does not believe in errors... */
    -		ERR_clear_error();
    -		}
    -	return result;
    -	}
    +                                       const char *section)
    +{
    +    if (conf == NULL) {
    +        return NULL;
    +    } else {
    +        CONF ctmp;
    +        CONF_set_nconf(&ctmp, conf);
    +        return NCONF_get_section(&ctmp, section);
    +    }
    +}
    +
    +char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group,
    +                      const char *name)
    +{
    +    if (conf == NULL) {
    +        return NCONF_get_string(NULL, group, name);
    +    } else {
    +        CONF ctmp;
    +        CONF_set_nconf(&ctmp, conf);
    +        return NCONF_get_string(&ctmp, group, name);
    +    }
    +}
    +
    +long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group,
    +                     const char *name)
    +{
    +    int status;
    +    long result = 0;
    +
    +    if (conf == NULL) {
    +        status = NCONF_get_number_e(NULL, group, name, &result);
    +    } else {
    +        CONF ctmp;
    +        CONF_set_nconf(&ctmp, conf);
    +        status = NCONF_get_number_e(&ctmp, group, name, &result);
    +    }
    +
    +    if (status == 0) {
    +        /* This function does not believe in errors... */
    +        ERR_clear_error();
    +    }
    +    return result;
    +}
     
     void CONF_free(LHASH_OF(CONF_VALUE) *conf)
    -	{
    -	CONF ctmp;
    -	CONF_set_nconf(&ctmp, conf);
    -	NCONF_free_data(&ctmp);
    -	}
    +{
    +    CONF ctmp;
    +    CONF_set_nconf(&ctmp, conf);
    +    NCONF_free_data(&ctmp);
    +}
     
     #ifndef OPENSSL_NO_FP_API
     int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out)
    -	{
    -	BIO *btmp;
    -	int ret;
    -
    -	if(!(btmp = BIO_new_fp(out, BIO_NOCLOSE))) {
    -		CONFerr(CONF_F_CONF_DUMP_FP,ERR_R_BUF_LIB);
    -		return 0;
    -	}
    -	ret = CONF_dump_bio(conf, btmp);
    -	BIO_free(btmp);
    -	return ret;
    -	}
    +{
    +    BIO *btmp;
    +    int ret;
    +
    +    if (!(btmp = BIO_new_fp(out, BIO_NOCLOSE))) {
    +        CONFerr(CONF_F_CONF_DUMP_FP, ERR_R_BUF_LIB);
    +        return 0;
    +    }
    +    ret = CONF_dump_bio(conf, btmp);
    +    BIO_free(btmp);
    +    return ret;
    +}
     #endif
     
     int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out)
    -	{
    -	CONF ctmp;
    -	CONF_set_nconf(&ctmp, conf);
    -	return NCONF_dump_bio(&ctmp, out);
    -	}
    -
    -/* The following section contains the "New CONF" functions.  They are
    -   completely centralised around a new CONF structure that may contain
    -   basically anything, but at least a method pointer and a table of data.
    -   These functions are also written in terms of the bridge functions used
    -   by the "CONF classic" functions, for consistency.  */
    +{
    +    CONF ctmp;
    +    CONF_set_nconf(&ctmp, conf);
    +    return NCONF_dump_bio(&ctmp, out);
    +}
    +
    +/*
    + * The following section contains the "New CONF" functions.  They are
    + * completely centralised around a new CONF structure that may contain
    + * basically anything, but at least a method pointer and a table of data.
    + * These functions are also written in terms of the bridge functions used by
    + * the "CONF classic" functions, for consistency.
    + */
     
     CONF *NCONF_new(CONF_METHOD *meth)
    -	{
    -	CONF *ret;
    +{
    +    CONF *ret;
     
    -	if (meth == NULL)
    -		meth = NCONF_default();
    +    if (meth == NULL)
    +        meth = NCONF_default();
     
    -	ret = meth->create(meth);
    -	if (ret == NULL)
    -		{
    -		CONFerr(CONF_F_NCONF_NEW,ERR_R_MALLOC_FAILURE);
    -		return(NULL);
    -		}
    +    ret = meth->create(meth);
    +    if (ret == NULL) {
    +        CONFerr(CONF_F_NCONF_NEW, ERR_R_MALLOC_FAILURE);
    +        return (NULL);
    +    }
     
    -	return ret;
    -	}
    +    return ret;
    +}
     
     void NCONF_free(CONF *conf)
    -	{
    -	if (conf == NULL)
    -		return;
    -	conf->meth->destroy(conf);
    -	}
    +{
    +    if (conf == NULL)
    +        return;
    +    conf->meth->destroy(conf);
    +}
     
     void NCONF_free_data(CONF *conf)
    -	{
    -	if (conf == NULL)
    -		return;
    -	conf->meth->destroy_data(conf);
    -	}
    +{
    +    if (conf == NULL)
    +        return;
    +    conf->meth->destroy_data(conf);
    +}
     
     int NCONF_load(CONF *conf, const char *file, long *eline)
    -	{
    -	if (conf == NULL)
    -		{
    -		CONFerr(CONF_F_NCONF_LOAD,CONF_R_NO_CONF);
    -		return 0;
    -		}
    +{
    +    if (conf == NULL) {
    +        CONFerr(CONF_F_NCONF_LOAD, CONF_R_NO_CONF);
    +        return 0;
    +    }
     
    -	return conf->meth->load(conf, file, eline);
    -	}
    +    return conf->meth->load(conf, file, eline);
    +}
     
     #ifndef OPENSSL_NO_FP_API
    -int NCONF_load_fp(CONF *conf, FILE *fp,long *eline)
    -	{
    -	BIO *btmp;
    -	int ret;
    -	if(!(btmp = BIO_new_fp(fp, BIO_NOCLOSE)))
    -		{
    -		CONFerr(CONF_F_NCONF_LOAD_FP,ERR_R_BUF_LIB);
    -		return 0;
    -		}
    -	ret = NCONF_load_bio(conf, btmp, eline);
    -	BIO_free(btmp);
    -	return ret;
    -	}
    +int NCONF_load_fp(CONF *conf, FILE *fp, long *eline)
    +{
    +    BIO *btmp;
    +    int ret;
    +    if (!(btmp = BIO_new_fp(fp, BIO_NOCLOSE))) {
    +        CONFerr(CONF_F_NCONF_LOAD_FP, ERR_R_BUF_LIB);
    +        return 0;
    +    }
    +    ret = NCONF_load_bio(conf, btmp, eline);
    +    BIO_free(btmp);
    +    return ret;
    +}
     #endif
     
    -int NCONF_load_bio(CONF *conf, BIO *bp,long *eline)
    -	{
    -	if (conf == NULL)
    -		{
    -		CONFerr(CONF_F_NCONF_LOAD_BIO,CONF_R_NO_CONF);
    -		return 0;
    -		}
    -
    -	return conf->meth->load_bio(conf, bp, eline);
    -	}
    -
    -STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf,const char *section)
    -	{
    -	if (conf == NULL)
    -		{
    -		CONFerr(CONF_F_NCONF_GET_SECTION,CONF_R_NO_CONF);
    -		return NULL;
    -		}
    -
    -	if (section == NULL)
    -		{
    -		CONFerr(CONF_F_NCONF_GET_SECTION,CONF_R_NO_SECTION);
    -		return NULL;
    -		}
    -
    -	return _CONF_get_section_values(conf, section);
    -	}
    -
    -char *NCONF_get_string(const CONF *conf,const char *group,const char *name)
    -	{
    -	char *s = _CONF_get_string(conf, group, name);
    -
    -        /* Since we may get a value from an environment variable even
    -           if conf is NULL, let's check the value first */
    -        if (s) return s;
    -
    -	if (conf == NULL)
    -		{
    -		CONFerr(CONF_F_NCONF_GET_STRING,
    -                        CONF_R_NO_CONF_OR_ENVIRONMENT_VARIABLE);
    -		return NULL;
    -		}
    -	CONFerr(CONF_F_NCONF_GET_STRING,
    -		CONF_R_NO_VALUE);
    -	ERR_add_error_data(4,"group=",group," name=",name);
    -	return NULL;
    -	}
    -
    -int NCONF_get_number_e(const CONF *conf,const char *group,const char *name,
    -		       long *result)
    -	{
    -	char *str;
    -
    -	if (result == NULL)
    -		{
    -		CONFerr(CONF_F_NCONF_GET_NUMBER_E,ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -
    -	str = NCONF_get_string(conf,group,name);
    -
    -	if (str == NULL)
    -		return 0;
    -
    -	for (*result = 0;conf->meth->is_number(conf, *str);)
    -		{
    -		*result = (*result)*10 + conf->meth->to_int(conf, *str);
    -		str++;
    -		}
    -
    -	return 1;
    -	}
    +int NCONF_load_bio(CONF *conf, BIO *bp, long *eline)
    +{
    +    if (conf == NULL) {
    +        CONFerr(CONF_F_NCONF_LOAD_BIO, CONF_R_NO_CONF);
    +        return 0;
    +    }
    +
    +    return conf->meth->load_bio(conf, bp, eline);
    +}
    +
    +STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf, const char *section)
    +{
    +    if (conf == NULL) {
    +        CONFerr(CONF_F_NCONF_GET_SECTION, CONF_R_NO_CONF);
    +        return NULL;
    +    }
    +
    +    if (section == NULL) {
    +        CONFerr(CONF_F_NCONF_GET_SECTION, CONF_R_NO_SECTION);
    +        return NULL;
    +    }
    +
    +    return _CONF_get_section_values(conf, section);
    +}
    +
    +char *NCONF_get_string(const CONF *conf, const char *group, const char *name)
    +{
    +    char *s = _CONF_get_string(conf, group, name);
    +
    +    /*
    +     * Since we may get a value from an environment variable even if conf is
    +     * NULL, let's check the value first
    +     */
    +    if (s)
    +        return s;
    +
    +    if (conf == NULL) {
    +        CONFerr(CONF_F_NCONF_GET_STRING,
    +                CONF_R_NO_CONF_OR_ENVIRONMENT_VARIABLE);
    +        return NULL;
    +    }
    +    CONFerr(CONF_F_NCONF_GET_STRING, CONF_R_NO_VALUE);
    +    ERR_add_error_data(4, "group=", group, " name=", name);
    +    return NULL;
    +}
    +
    +int NCONF_get_number_e(const CONF *conf, const char *group, const char *name,
    +                       long *result)
    +{
    +    char *str;
    +
    +    if (result == NULL) {
    +        CONFerr(CONF_F_NCONF_GET_NUMBER_E, ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +
    +    str = NCONF_get_string(conf, group, name);
    +
    +    if (str == NULL)
    +        return 0;
    +
    +    for (*result = 0; conf->meth->is_number(conf, *str);) {
    +        *result = (*result) * 10 + conf->meth->to_int(conf, *str);
    +        str++;
    +    }
    +
    +    return 1;
    +}
     
     #ifndef OPENSSL_NO_FP_API
     int NCONF_dump_fp(const CONF *conf, FILE *out)
    -	{
    -	BIO *btmp;
    -	int ret;
    -	if(!(btmp = BIO_new_fp(out, BIO_NOCLOSE))) {
    -		CONFerr(CONF_F_NCONF_DUMP_FP,ERR_R_BUF_LIB);
    -		return 0;
    -	}
    -	ret = NCONF_dump_bio(conf, btmp);
    -	BIO_free(btmp);
    -	return ret;
    -	}
    +{
    +    BIO *btmp;
    +    int ret;
    +    if (!(btmp = BIO_new_fp(out, BIO_NOCLOSE))) {
    +        CONFerr(CONF_F_NCONF_DUMP_FP, ERR_R_BUF_LIB);
    +        return 0;
    +    }
    +    ret = NCONF_dump_bio(conf, btmp);
    +    BIO_free(btmp);
    +    return ret;
    +}
     #endif
     
     int NCONF_dump_bio(const CONF *conf, BIO *out)
    -	{
    -	if (conf == NULL)
    -		{
    -		CONFerr(CONF_F_NCONF_DUMP_BIO,CONF_R_NO_CONF);
    -		return 0;
    -		}
    -
    -	return conf->meth->dump(conf, out);
    -	}
    +{
    +    if (conf == NULL) {
    +        CONFerr(CONF_F_NCONF_DUMP_BIO, CONF_R_NO_CONF);
    +        return 0;
    +    }
     
    +    return conf->meth->dump(conf, out);
    +}
     
     /* This function should be avoided */
     #if 0
    -long NCONF_get_number(CONF *conf,char *group,char *name)
    -	{
    -	int status;
    -	long ret=0;
    -
    -	status = NCONF_get_number_e(conf, group, name, &ret);
    -	if (status == 0)
    -		{
    -		/* This function does not believe in errors... */
    -		ERR_get_error();
    -		}
    -	return ret;
    -	}
    +long NCONF_get_number(CONF *conf, char *group, char *name)
    +{
    +    int status;
    +    long ret = 0;
    +
    +    status = NCONF_get_number_e(conf, group, name, &ret);
    +    if (status == 0) {
    +        /* This function does not believe in errors... */
    +        ERR_get_error();
    +    }
    +    return ret;
    +}
     #endif
    diff --git a/openssl/crypto/conf/conf_mall.c b/openssl/crypto/conf/conf_mall.c
    index 213890e0c..b4dbd662d 100644
    --- a/openssl/crypto/conf/conf_mall.c
    +++ b/openssl/crypto/conf/conf_mall.c
    @@ -1,6 +1,7 @@
     /* conf_mall.c */
    -/* Written by Stephen Henson (steve@openssl.org) for the OpenSSL
    - * project 2001.
    +/*
    + * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project
    + * 2001.
      */
     /* ====================================================================
      * Copyright (c) 2001 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -64,18 +65,17 @@
     #include 
     #include 
     #ifndef OPENSSL_NO_ENGINE
    -#include 
    +# include 
     #endif
     
     /* Load all OpenSSL builtin modules */
     
     void OPENSSL_load_builtin_modules(void)
    -	{
    -	/* Add builtin modules here */
    -	ASN1_add_oid_module();
    +{
    +    /* Add builtin modules here */
    +    ASN1_add_oid_module();
     #ifndef OPENSSL_NO_ENGINE
    -	ENGINE_add_conf_module();
    +    ENGINE_add_conf_module();
     #endif
    -	EVP_add_alg_module();
    -	}
    -
    +    EVP_add_alg_module();
    +}
    diff --git a/openssl/crypto/conf/conf_mod.c b/openssl/crypto/conf/conf_mod.c
    index df1642a0a..9acfca4f7 100644
    --- a/openssl/crypto/conf/conf_mod.c
    +++ b/openssl/crypto/conf/conf_mod.c
    @@ -1,6 +1,7 @@
     /* conf_mod.c */
    -/* Written by Stephen Henson (steve@openssl.org) for the OpenSSL
    - * project 2001.
    +/*
    + * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project
    + * 2001.
      */
     /* ====================================================================
      * Copyright (c) 2001 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -64,45 +65,41 @@
     #include 
     #include 
     
    -
     #define DSO_mod_init_name "OPENSSL_init"
     #define DSO_mod_finish_name "OPENSSL_finish"
     
    -
    -/* This structure contains a data about supported modules.
    - * entries in this table correspond to either dynamic or
    - * static modules.
    +/*
    + * This structure contains a data about supported modules. entries in this
    + * table correspond to either dynamic or static modules.
      */
     
    -struct conf_module_st
    -	{
    -	/* DSO of this module or NULL if static */
    -	DSO *dso;
    -	/* Name of the module */
    -	char *name;
    -	/* Init function */
    -	conf_init_func *init; 
    -	/* Finish function */
    -	conf_finish_func *finish;
    -	/* Number of successfully initialized modules */
    -	int links;
    -	void *usr_data;
    -	};
    -
    -
    -/* This structure contains information about modules that have been
    - * successfully initialized. There may be more than one entry for a
    - * given module.
    +struct conf_module_st {
    +    /* DSO of this module or NULL if static */
    +    DSO *dso;
    +    /* Name of the module */
    +    char *name;
    +    /* Init function */
    +    conf_init_func *init;
    +    /* Finish function */
    +    conf_finish_func *finish;
    +    /* Number of successfully initialized modules */
    +    int links;
    +    void *usr_data;
    +};
    +
    +/*
    + * This structure contains information about modules that have been
    + * successfully initialized. There may be more than one entry for a given
    + * module.
      */
     
    -struct conf_imodule_st
    -	{
    -	CONF_MODULE *pmod;
    -	char *name;
    -	char *value;
    -	unsigned long flags;
    -	void *usr_data;
    -	};
    +struct conf_imodule_st {
    +    CONF_MODULE *pmod;
    +    char *name;
    +    char *value;
    +    unsigned long flags;
    +    void *usr_data;
    +};
     
     static STACK_OF(CONF_MODULE) *supported_modules = NULL;
     static STACK_OF(CONF_IMODULE) *initialized_modules = NULL;
    @@ -110,514 +107,491 @@ static STACK_OF(CONF_IMODULE) *initialized_modules = NULL;
     static void module_free(CONF_MODULE *md);
     static void module_finish(CONF_IMODULE *imod);
     static int module_run(const CONF *cnf, char *name, char *value,
    -					  unsigned long flags);
    +                      unsigned long flags);
     static CONF_MODULE *module_add(DSO *dso, const char *name,
    -			conf_init_func *ifunc, conf_finish_func *ffunc);
    +                               conf_init_func *ifunc,
    +                               conf_finish_func *ffunc);
     static CONF_MODULE *module_find(char *name);
     static int module_init(CONF_MODULE *pmod, char *name, char *value,
    -					   const CONF *cnf);
    +                       const CONF *cnf);
     static CONF_MODULE *module_load_dso(const CONF *cnf, char *name, char *value,
    -									unsigned long flags);
    +                                    unsigned long flags);
     
     /* Main function: load modules from a CONF structure */
     
     int CONF_modules_load(const CONF *cnf, const char *appname,
    -		      unsigned long flags)
    -	{
    -	STACK_OF(CONF_VALUE) *values;
    -	CONF_VALUE *vl;
    -	char *vsection = NULL;
    +                      unsigned long flags)
    +{
    +    STACK_OF(CONF_VALUE) *values;
    +    CONF_VALUE *vl;
    +    char *vsection = NULL;
     
    -	int ret, i;
    +    int ret, i;
     
    -	if (!cnf)
    -		return 1;
    +    if (!cnf)
    +        return 1;
     
    -	if (appname)
    -		vsection = NCONF_get_string(cnf, NULL, appname);
    +    if (appname)
    +        vsection = NCONF_get_string(cnf, NULL, appname);
     
    -	if (!appname || (!vsection && (flags & CONF_MFLAGS_DEFAULT_SECTION)))
    -		vsection = NCONF_get_string(cnf, NULL, "openssl_conf");
    +    if (!appname || (!vsection && (flags & CONF_MFLAGS_DEFAULT_SECTION)))
    +        vsection = NCONF_get_string(cnf, NULL, "openssl_conf");
     
    -	if (!vsection)
    -		{
    -		ERR_clear_error();
    -		return 1;
    -		}
    +    if (!vsection) {
    +        ERR_clear_error();
    +        return 1;
    +    }
     
    -	values = NCONF_get_section(cnf, vsection);
    +    values = NCONF_get_section(cnf, vsection);
     
    -	if (!values)
    -		return 0;
    +    if (!values)
    +        return 0;
     
    -	for (i = 0; i < sk_CONF_VALUE_num(values); i++)
    -		{
    -		vl = sk_CONF_VALUE_value(values, i);
    -		ret = module_run(cnf, vl->name, vl->value, flags);
    -		if (ret <= 0)
    -			if(!(flags & CONF_MFLAGS_IGNORE_ERRORS))
    -				return ret;
    -		}
    +    for (i = 0; i < sk_CONF_VALUE_num(values); i++) {
    +        vl = sk_CONF_VALUE_value(values, i);
    +        ret = module_run(cnf, vl->name, vl->value, flags);
    +        if (ret <= 0)
    +            if (!(flags & CONF_MFLAGS_IGNORE_ERRORS))
    +                return ret;
    +    }
     
    -	return 1;
    +    return 1;
     
    -	}
    +}
     
     int CONF_modules_load_file(const char *filename, const char *appname,
    -			   unsigned long flags)
    -	{
    -	char *file = NULL;
    -	CONF *conf = NULL;
    -	int ret = 0;
    -	conf = NCONF_new(NULL);
    -	if (!conf)
    -		goto err;
    -
    -	if (filename == NULL)
    -		{
    -		file = CONF_get1_default_config_file();
    -		if (!file)
    -			goto err;
    -		}
    -	else
    -		file = (char *)filename;
    -
    -	if (NCONF_load(conf, file, NULL) <= 0)
    -		{
    -		if ((flags & CONF_MFLAGS_IGNORE_MISSING_FILE) &&
    -		  (ERR_GET_REASON(ERR_peek_last_error()) == CONF_R_NO_SUCH_FILE))
    -			{
    -			ERR_clear_error();
    -			ret = 1;
    -			}
    -		goto err;
    -		}
    -
    -	ret = CONF_modules_load(conf, appname, flags);
    -
    -	err:
    -	if (filename == NULL)
    -		OPENSSL_free(file);
    -	NCONF_free(conf);
    -
    -	return ret;
    -	}
    +                           unsigned long flags)
    +{
    +    char *file = NULL;
    +    CONF *conf = NULL;
    +    int ret = 0;
    +    conf = NCONF_new(NULL);
    +    if (!conf)
    +        goto err;
    +
    +    if (filename == NULL) {
    +        file = CONF_get1_default_config_file();
    +        if (!file)
    +            goto err;
    +    } else
    +        file = (char *)filename;
    +
    +    if (NCONF_load(conf, file, NULL) <= 0) {
    +        if ((flags & CONF_MFLAGS_IGNORE_MISSING_FILE) &&
    +            (ERR_GET_REASON(ERR_peek_last_error()) == CONF_R_NO_SUCH_FILE)) {
    +            ERR_clear_error();
    +            ret = 1;
    +        }
    +        goto err;
    +    }
    +
    +    ret = CONF_modules_load(conf, appname, flags);
    +
    + err:
    +    if (filename == NULL)
    +        OPENSSL_free(file);
    +    NCONF_free(conf);
    +
    +    return ret;
    +}
     
     static int module_run(const CONF *cnf, char *name, char *value,
    -		      unsigned long flags)
    -	{
    -	CONF_MODULE *md;
    -	int ret;
    -
    -	md = module_find(name);
    -
    -	/* Module not found: try to load DSO */
    -	if (!md && !(flags & CONF_MFLAGS_NO_DSO))
    -		md = module_load_dso(cnf, name, value, flags);
    -
    -	if (!md)
    -		{
    -		if (!(flags & CONF_MFLAGS_SILENT))
    -			{
    -			CONFerr(CONF_F_MODULE_RUN, CONF_R_UNKNOWN_MODULE_NAME);
    -			ERR_add_error_data(2, "module=", name);
    -			}
    -		return -1;
    -		}
    -
    -	ret = module_init(md, name, value, cnf);
    -
    -	if (ret <= 0)
    -		{
    -		if (!(flags & CONF_MFLAGS_SILENT))
    -			{
    -			char rcode[DECIMAL_SIZE(ret)+1];
    -			CONFerr(CONF_F_MODULE_RUN, CONF_R_MODULE_INITIALIZATION_ERROR);
    -			BIO_snprintf(rcode, sizeof rcode, "%-8d", ret);
    -			ERR_add_error_data(6, "module=", name, ", value=", value, ", retcode=", rcode);
    -			}
    -		}
    -
    -	return ret;
    -	}
    +                      unsigned long flags)
    +{
    +    CONF_MODULE *md;
    +    int ret;
    +
    +    md = module_find(name);
    +
    +    /* Module not found: try to load DSO */
    +    if (!md && !(flags & CONF_MFLAGS_NO_DSO))
    +        md = module_load_dso(cnf, name, value, flags);
    +
    +    if (!md) {
    +        if (!(flags & CONF_MFLAGS_SILENT)) {
    +            CONFerr(CONF_F_MODULE_RUN, CONF_R_UNKNOWN_MODULE_NAME);
    +            ERR_add_error_data(2, "module=", name);
    +        }
    +        return -1;
    +    }
    +
    +    ret = module_init(md, name, value, cnf);
    +
    +    if (ret <= 0) {
    +        if (!(flags & CONF_MFLAGS_SILENT)) {
    +            char rcode[DECIMAL_SIZE(ret) + 1];
    +            CONFerr(CONF_F_MODULE_RUN, CONF_R_MODULE_INITIALIZATION_ERROR);
    +            BIO_snprintf(rcode, sizeof rcode, "%-8d", ret);
    +            ERR_add_error_data(6, "module=", name, ", value=", value,
    +                               ", retcode=", rcode);
    +        }
    +    }
    +
    +    return ret;
    +}
     
     /* Load a module from a DSO */
     static CONF_MODULE *module_load_dso(const CONF *cnf, char *name, char *value,
    -				    unsigned long flags)
    -	{
    -	DSO *dso = NULL;
    -	conf_init_func *ifunc;
    -	conf_finish_func *ffunc;
    -	char *path = NULL;
    -	int errcode = 0;
    -	CONF_MODULE *md;
    -	/* Look for alternative path in module section */
    -	path = NCONF_get_string(cnf, value, "path");
    -	if (!path)
    -		{
    -		ERR_clear_error();
    -		path = name;
    -		}
    -	dso = DSO_load(NULL, path, NULL, 0);
    -	if (!dso)
    -		{
    -		errcode = CONF_R_ERROR_LOADING_DSO;
    -		goto err;
    -		}
    -        ifunc = (conf_init_func *)DSO_bind_func(dso, DSO_mod_init_name);
    -	if (!ifunc)
    -		{
    -		errcode = CONF_R_MISSING_INIT_FUNCTION;
    -		goto err;
    -		}
    -        ffunc = (conf_finish_func *)DSO_bind_func(dso, DSO_mod_finish_name);
    -	/* All OK, add module */
    -	md = module_add(dso, name, ifunc, ffunc);
    -
    -	if (!md)
    -		goto err;
    -
    -	return md;
    -
    -	err:
    -	if (dso)
    -		DSO_free(dso);
    -	CONFerr(CONF_F_MODULE_LOAD_DSO, errcode);
    -	ERR_add_error_data(4, "module=", name, ", path=", path);
    -	return NULL;
    -	}
    +                                    unsigned long flags)
    +{
    +    DSO *dso = NULL;
    +    conf_init_func *ifunc;
    +    conf_finish_func *ffunc;
    +    char *path = NULL;
    +    int errcode = 0;
    +    CONF_MODULE *md;
    +    /* Look for alternative path in module section */
    +    path = NCONF_get_string(cnf, value, "path");
    +    if (!path) {
    +        ERR_clear_error();
    +        path = name;
    +    }
    +    dso = DSO_load(NULL, path, NULL, 0);
    +    if (!dso) {
    +        errcode = CONF_R_ERROR_LOADING_DSO;
    +        goto err;
    +    }
    +    ifunc = (conf_init_func *)DSO_bind_func(dso, DSO_mod_init_name);
    +    if (!ifunc) {
    +        errcode = CONF_R_MISSING_INIT_FUNCTION;
    +        goto err;
    +    }
    +    ffunc = (conf_finish_func *)DSO_bind_func(dso, DSO_mod_finish_name);
    +    /* All OK, add module */
    +    md = module_add(dso, name, ifunc, ffunc);
    +
    +    if (!md)
    +        goto err;
    +
    +    return md;
    +
    + err:
    +    if (dso)
    +        DSO_free(dso);
    +    CONFerr(CONF_F_MODULE_LOAD_DSO, errcode);
    +    ERR_add_error_data(4, "module=", name, ", path=", path);
    +    return NULL;
    +}
     
     /* add module to list */
     static CONF_MODULE *module_add(DSO *dso, const char *name,
    -			       conf_init_func *ifunc, conf_finish_func *ffunc)
    -	{
    -	CONF_MODULE *tmod = NULL;
    -	if (supported_modules == NULL)
    -		supported_modules = sk_CONF_MODULE_new_null();
    -	if (supported_modules == NULL)
    -		return NULL;
    -	tmod = OPENSSL_malloc(sizeof(CONF_MODULE));
    -	if (tmod == NULL)
    -		return NULL;
    -
    -	tmod->dso = dso;
    -	tmod->name = BUF_strdup(name);
    -	tmod->init = ifunc;
    -	tmod->finish = ffunc;
    -	tmod->links = 0;
    -
    -	if (!sk_CONF_MODULE_push(supported_modules, tmod))
    -		{
    -		OPENSSL_free(tmod);
    -		return NULL;
    -		}
    -
    -	return tmod;
    -	}
    -
    -/* Find a module from the list. We allow module names of the
    - * form modname.XXXX to just search for modname to allow the
    - * same module to be initialized more than once.
    +                               conf_init_func *ifunc, conf_finish_func *ffunc)
    +{
    +    CONF_MODULE *tmod = NULL;
    +    if (supported_modules == NULL)
    +        supported_modules = sk_CONF_MODULE_new_null();
    +    if (supported_modules == NULL)
    +        return NULL;
    +    tmod = OPENSSL_malloc(sizeof(CONF_MODULE));
    +    if (tmod == NULL)
    +        return NULL;
    +
    +    tmod->dso = dso;
    +    tmod->name = BUF_strdup(name);
    +    tmod->init = ifunc;
    +    tmod->finish = ffunc;
    +    tmod->links = 0;
    +
    +    if (!sk_CONF_MODULE_push(supported_modules, tmod)) {
    +        OPENSSL_free(tmod);
    +        return NULL;
    +    }
    +
    +    return tmod;
    +}
    +
    +/*
    + * Find a module from the list. We allow module names of the form
    + * modname.XXXX to just search for modname to allow the same module to be
    + * initialized more than once.
      */
     
     static CONF_MODULE *module_find(char *name)
    -	{
    -	CONF_MODULE *tmod;
    -	int i, nchar;
    -	char *p;
    -	p = strrchr(name, '.');
    +{
    +    CONF_MODULE *tmod;
    +    int i, nchar;
    +    char *p;
    +    p = strrchr(name, '.');
     
    -	if (p)
    -		nchar = p - name;
    -	else 
    -		nchar = strlen(name);
    +    if (p)
    +        nchar = p - name;
    +    else
    +        nchar = strlen(name);
     
    -	for (i = 0; i < sk_CONF_MODULE_num(supported_modules); i++)
    -		{
    -		tmod = sk_CONF_MODULE_value(supported_modules, i);
    -		if (!strncmp(tmod->name, name, nchar))
    -			return tmod;
    -		}
    +    for (i = 0; i < sk_CONF_MODULE_num(supported_modules); i++) {
    +        tmod = sk_CONF_MODULE_value(supported_modules, i);
    +        if (!strncmp(tmod->name, name, nchar))
    +            return tmod;
    +    }
     
    -	return NULL;
    +    return NULL;
     
    -	}
    +}
     
     /* initialize a module */
     static int module_init(CONF_MODULE *pmod, char *name, char *value,
    -		       const CONF *cnf)
    -	{
    -	int ret = 1;
    -	int init_called = 0;
    -	CONF_IMODULE *imod = NULL;
    -
    -	/* Otherwise add initialized module to list */
    -	imod = OPENSSL_malloc(sizeof(CONF_IMODULE));
    -	if (!imod)
    -		goto err;
    -
    -	imod->pmod = pmod;
    -	imod->name = BUF_strdup(name);
    -	imod->value = BUF_strdup(value);
    -	imod->usr_data = NULL;
    -
    -	if (!imod->name || !imod->value)
    -		goto memerr;
    -
    -	/* Try to initialize module */
    -	if(pmod->init)
    -		{
    -		ret = pmod->init(imod, cnf);
    -		init_called = 1;
    -		/* Error occurred, exit */
    -		if (ret <= 0)
    -			goto err;
    -		}
    -
    -	if (initialized_modules == NULL)
    -		{
    -		initialized_modules = sk_CONF_IMODULE_new_null();
    -		if (!initialized_modules)
    -			{
    -			CONFerr(CONF_F_MODULE_INIT, ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -		}
    -
    -	if (!sk_CONF_IMODULE_push(initialized_modules, imod))
    -		{
    -		CONFerr(CONF_F_MODULE_INIT, ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	pmod->links++;
    -
    -	return ret;
    -
    -	err:
    -
    -	/* We've started the module so we'd better finish it */
    -	if (pmod->finish && init_called)
    -		pmod->finish(imod);
    -
    -	memerr:
    -	if (imod)
    -		{
    -		if (imod->name)
    -			OPENSSL_free(imod->name);
    -		if (imod->value)
    -			OPENSSL_free(imod->value);
    -		OPENSSL_free(imod);
    -		}
    -
    -	return -1;
    -
    -	}
    -
    -/* Unload any dynamic modules that have a link count of zero:
    - * i.e. have no active initialized modules. If 'all' is set
    - * then all modules are unloaded including static ones.
    +                       const CONF *cnf)
    +{
    +    int ret = 1;
    +    int init_called = 0;
    +    CONF_IMODULE *imod = NULL;
    +
    +    /* Otherwise add initialized module to list */
    +    imod = OPENSSL_malloc(sizeof(CONF_IMODULE));
    +    if (!imod)
    +        goto err;
    +
    +    imod->pmod = pmod;
    +    imod->name = BUF_strdup(name);
    +    imod->value = BUF_strdup(value);
    +    imod->usr_data = NULL;
    +
    +    if (!imod->name || !imod->value)
    +        goto memerr;
    +
    +    /* Try to initialize module */
    +    if (pmod->init) {
    +        ret = pmod->init(imod, cnf);
    +        init_called = 1;
    +        /* Error occurred, exit */
    +        if (ret <= 0)
    +            goto err;
    +    }
    +
    +    if (initialized_modules == NULL) {
    +        initialized_modules = sk_CONF_IMODULE_new_null();
    +        if (!initialized_modules) {
    +            CONFerr(CONF_F_MODULE_INIT, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +    }
    +
    +    if (!sk_CONF_IMODULE_push(initialized_modules, imod)) {
    +        CONFerr(CONF_F_MODULE_INIT, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    pmod->links++;
    +
    +    return ret;
    +
    + err:
    +
    +    /* We've started the module so we'd better finish it */
    +    if (pmod->finish && init_called)
    +        pmod->finish(imod);
    +
    + memerr:
    +    if (imod) {
    +        if (imod->name)
    +            OPENSSL_free(imod->name);
    +        if (imod->value)
    +            OPENSSL_free(imod->value);
    +        OPENSSL_free(imod);
    +    }
    +
    +    return -1;
    +
    +}
    +
    +/*
    + * Unload any dynamic modules that have a link count of zero: i.e. have no
    + * active initialized modules. If 'all' is set then all modules are unloaded
    + * including static ones.
      */
     
     void CONF_modules_unload(int all)
    -	{
    -	int i;
    -	CONF_MODULE *md;
    -	CONF_modules_finish();
    -	/* unload modules in reverse order */
    -	for (i = sk_CONF_MODULE_num(supported_modules) - 1; i >= 0; i--)
    -		{
    -		md = sk_CONF_MODULE_value(supported_modules, i);
    -		/* If static or in use and 'all' not set ignore it */
    -		if (((md->links > 0) || !md->dso) && !all)
    -			continue;
    -		/* Since we're working in reverse this is OK */
    -		(void)sk_CONF_MODULE_delete(supported_modules, i);
    -		module_free(md);
    -		}
    -	if (sk_CONF_MODULE_num(supported_modules) == 0)
    -		{
    -		sk_CONF_MODULE_free(supported_modules);
    -		supported_modules = NULL;
    -		}
    -	}
    +{
    +    int i;
    +    CONF_MODULE *md;
    +    CONF_modules_finish();
    +    /* unload modules in reverse order */
    +    for (i = sk_CONF_MODULE_num(supported_modules) - 1; i >= 0; i--) {
    +        md = sk_CONF_MODULE_value(supported_modules, i);
    +        /* If static or in use and 'all' not set ignore it */
    +        if (((md->links > 0) || !md->dso) && !all)
    +            continue;
    +        /* Since we're working in reverse this is OK */
    +        (void)sk_CONF_MODULE_delete(supported_modules, i);
    +        module_free(md);
    +    }
    +    if (sk_CONF_MODULE_num(supported_modules) == 0) {
    +        sk_CONF_MODULE_free(supported_modules);
    +        supported_modules = NULL;
    +    }
    +}
     
     /* unload a single module */
     static void module_free(CONF_MODULE *md)
    -	{
    -	if (md->dso)
    -		DSO_free(md->dso);
    -	OPENSSL_free(md->name);
    -	OPENSSL_free(md);
    -	}
    +{
    +    if (md->dso)
    +        DSO_free(md->dso);
    +    OPENSSL_free(md->name);
    +    OPENSSL_free(md);
    +}
     
     /* finish and free up all modules instances */
     
     void CONF_modules_finish(void)
    -	{
    -	CONF_IMODULE *imod;
    -	while (sk_CONF_IMODULE_num(initialized_modules) > 0)
    -		{
    -		imod = sk_CONF_IMODULE_pop(initialized_modules);
    -		module_finish(imod);
    -		}
    -	sk_CONF_IMODULE_free(initialized_modules);
    -	initialized_modules = NULL;
    -	}
    +{
    +    CONF_IMODULE *imod;
    +    while (sk_CONF_IMODULE_num(initialized_modules) > 0) {
    +        imod = sk_CONF_IMODULE_pop(initialized_modules);
    +        module_finish(imod);
    +    }
    +    sk_CONF_IMODULE_free(initialized_modules);
    +    initialized_modules = NULL;
    +}
     
     /* finish a module instance */
     
     static void module_finish(CONF_IMODULE *imod)
    -	{
    -	if (imod->pmod->finish)
    -		imod->pmod->finish(imod);
    -	imod->pmod->links--;
    -	OPENSSL_free(imod->name);
    -	OPENSSL_free(imod->value);
    -	OPENSSL_free(imod);
    -	}
    +{
    +    if (imod->pmod->finish)
    +        imod->pmod->finish(imod);
    +    imod->pmod->links--;
    +    OPENSSL_free(imod->name);
    +    OPENSSL_free(imod->value);
    +    OPENSSL_free(imod);
    +}
     
     /* Add a static module to OpenSSL */
     
    -int CONF_module_add(const char *name, conf_init_func *ifunc, 
    -		    conf_finish_func *ffunc)
    -	{
    -	if (module_add(NULL, name, ifunc, ffunc))
    -		return 1;
    -	else
    -		return 0;
    -	}
    +int CONF_module_add(const char *name, conf_init_func *ifunc,
    +                    conf_finish_func *ffunc)
    +{
    +    if (module_add(NULL, name, ifunc, ffunc))
    +        return 1;
    +    else
    +        return 0;
    +}
     
     void CONF_modules_free(void)
    -	{
    -	CONF_modules_finish();
    -	CONF_modules_unload(1);
    -	}
    +{
    +    CONF_modules_finish();
    +    CONF_modules_unload(1);
    +}
     
     /* Utility functions */
     
     const char *CONF_imodule_get_name(const CONF_IMODULE *md)
    -	{
    -	return md->name;
    -	}
    +{
    +    return md->name;
    +}
     
     const char *CONF_imodule_get_value(const CONF_IMODULE *md)
    -	{
    -	return md->value;
    -	}
    +{
    +    return md->value;
    +}
     
     void *CONF_imodule_get_usr_data(const CONF_IMODULE *md)
    -	{
    -	return md->usr_data;
    -	}
    +{
    +    return md->usr_data;
    +}
     
     void CONF_imodule_set_usr_data(CONF_IMODULE *md, void *usr_data)
    -	{
    -	md->usr_data = usr_data;
    -	}
    +{
    +    md->usr_data = usr_data;
    +}
     
     CONF_MODULE *CONF_imodule_get_module(const CONF_IMODULE *md)
    -	{
    -	return md->pmod;
    -	}
    +{
    +    return md->pmod;
    +}
     
     unsigned long CONF_imodule_get_flags(const CONF_IMODULE *md)
    -	{
    -	return md->flags;
    -	}
    +{
    +    return md->flags;
    +}
     
     void CONF_imodule_set_flags(CONF_IMODULE *md, unsigned long flags)
    -	{
    -	md->flags = flags;
    -	}
    +{
    +    md->flags = flags;
    +}
     
     void *CONF_module_get_usr_data(CONF_MODULE *pmod)
    -	{
    -	return pmod->usr_data;
    -	}
    +{
    +    return pmod->usr_data;
    +}
     
     void CONF_module_set_usr_data(CONF_MODULE *pmod, void *usr_data)
    -	{
    -	pmod->usr_data = usr_data;
    -	}
    +{
    +    pmod->usr_data = usr_data;
    +}
     
     /* Return default config file name */
     
     char *CONF_get1_default_config_file(void)
    -	{
    -	char *file;
    -	int len;
    +{
    +    char *file;
    +    int len;
     
    -	file = getenv("OPENSSL_CONF");
    -	if (file) 
    -		return BUF_strdup(file);
    +    file = getenv("OPENSSL_CONF");
    +    if (file)
    +        return BUF_strdup(file);
     
    -	len = strlen(X509_get_default_cert_area());
    +    len = strlen(X509_get_default_cert_area());
     #ifndef OPENSSL_SYS_VMS
    -	len++;
    +    len++;
     #endif
    -	len += strlen(OPENSSL_CONF);
    +    len += strlen(OPENSSL_CONF);
     
    -	file = OPENSSL_malloc(len + 1);
    +    file = OPENSSL_malloc(len + 1);
     
    -	if (!file)
    -		return NULL;
    -	BUF_strlcpy(file,X509_get_default_cert_area(),len + 1);
    +    if (!file)
    +        return NULL;
    +    BUF_strlcpy(file, X509_get_default_cert_area(), len + 1);
     #ifndef OPENSSL_SYS_VMS
    -	BUF_strlcat(file,"/",len + 1);
    +    BUF_strlcat(file, "/", len + 1);
     #endif
    -	BUF_strlcat(file,OPENSSL_CONF,len + 1);
    +    BUF_strlcat(file, OPENSSL_CONF, len + 1);
     
    -	return file;
    -	}
    +    return file;
    +}
     
    -/* This function takes a list separated by 'sep' and calls the
    - * callback function giving the start and length of each member
    - * optionally stripping leading and trailing whitespace. This can
    - * be used to parse comma separated lists for example.
    +/*
    + * This function takes a list separated by 'sep' and calls the callback
    + * function giving the start and length of each member optionally stripping
    + * leading and trailing whitespace. This can be used to parse comma separated
    + * lists for example.
      */
     
     int CONF_parse_list(const char *list_, int sep, int nospc,
    -	int (*list_cb)(const char *elem, int len, void *usr), void *arg)
    -	{
    -	int ret;
    -	const char *lstart, *tmpend, *p;
    -
    -	if(list_ == NULL)
    -		{
    -		CONFerr(CONF_F_CONF_PARSE_LIST, CONF_R_LIST_CANNOT_BE_NULL);
    -		return 0;
    -		}
    -
    -	lstart = list_;
    -	for(;;)
    -		{
    -		if (nospc)
    -			{
    -			while(*lstart && isspace((unsigned char)*lstart))
    -				lstart++;
    -			}
    -		p = strchr(lstart, sep);
    -		if (p == lstart || !*lstart)
    -			ret = list_cb(NULL, 0, arg);
    -		else
    -			{
    -			if (p)
    -				tmpend = p - 1;
    -			else 
    -				tmpend = lstart + strlen(lstart) - 1;
    -			if (nospc)
    -				{
    -				while(isspace((unsigned char)*tmpend))
    -					tmpend--;
    -				}
    -			ret = list_cb(lstart, tmpend - lstart + 1, arg);
    -			}
    -		if (ret <= 0)
    -			return ret;
    -		if (p == NULL)
    -			return 1;
    -		lstart = p + 1;
    -		}
    -	}
    -
    +                    int (*list_cb) (const char *elem, int len, void *usr),
    +                    void *arg)
    +{
    +    int ret;
    +    const char *lstart, *tmpend, *p;
    +
    +    if (list_ == NULL) {
    +        CONFerr(CONF_F_CONF_PARSE_LIST, CONF_R_LIST_CANNOT_BE_NULL);
    +        return 0;
    +    }
    +
    +    lstart = list_;
    +    for (;;) {
    +        if (nospc) {
    +            while (*lstart && isspace((unsigned char)*lstart))
    +                lstart++;
    +        }
    +        p = strchr(lstart, sep);
    +        if (p == lstart || !*lstart)
    +            ret = list_cb(NULL, 0, arg);
    +        else {
    +            if (p)
    +                tmpend = p - 1;
    +            else
    +                tmpend = lstart + strlen(lstart) - 1;
    +            if (nospc) {
    +                while (isspace((unsigned char)*tmpend))
    +                    tmpend--;
    +            }
    +            ret = list_cb(lstart, tmpend - lstart + 1, arg);
    +        }
    +        if (ret <= 0)
    +            return ret;
    +        if (p == NULL)
    +            return 1;
    +        lstart = p + 1;
    +    }
    +}
    diff --git a/openssl/crypto/conf/conf_sap.c b/openssl/crypto/conf/conf_sap.c
    index 760dc2632..d03de2469 100644
    --- a/openssl/crypto/conf/conf_sap.c
    +++ b/openssl/crypto/conf/conf_sap.c
    @@ -1,6 +1,7 @@
     /* conf_sap.c */
    -/* Written by Stephen Henson (steve@openssl.org) for the OpenSSL
    - * project 2001.
    +/*
    + * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project
    + * 2001.
      */
     /* ====================================================================
      * Copyright (c) 2001 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -64,48 +65,47 @@
     #include 
     #include 
     #ifndef OPENSSL_NO_ENGINE
    -#include 
    +# include 
     #endif
     
    -/* This is the automatic configuration loader: it is called automatically by
    - * OpenSSL when any of a number of standard initialisation functions are called,
    - * unless this is overridden by calling OPENSSL_no_config()
    +/*
    + * This is the automatic configuration loader: it is called automatically by
    + * OpenSSL when any of a number of standard initialisation functions are
    + * called, unless this is overridden by calling OPENSSL_no_config()
      */
     
     static int openssl_configured = 0;
     
     void OPENSSL_config(const char *config_name)
    -	{
    -	if (openssl_configured)
    -		return;
    +{
    +    if (openssl_configured)
    +        return;
     
    -	OPENSSL_load_builtin_modules();
    +    OPENSSL_load_builtin_modules();
     #ifndef OPENSSL_NO_ENGINE
    -	/* Need to load ENGINEs */
    -	ENGINE_load_builtin_engines();
    +    /* Need to load ENGINEs */
    +    ENGINE_load_builtin_engines();
     #endif
    -	/* Add others here? */
    +    /* Add others here? */
     
    +    ERR_clear_error();
    +    if (CONF_modules_load_file(NULL, config_name,
    +                               CONF_MFLAGS_DEFAULT_SECTION |
    +                               CONF_MFLAGS_IGNORE_MISSING_FILE) <= 0) {
    +        BIO *bio_err;
    +        ERR_load_crypto_strings();
    +        if ((bio_err = BIO_new_fp(stderr, BIO_NOCLOSE)) != NULL) {
    +            BIO_printf(bio_err, "Auto configuration failed\n");
    +            ERR_print_errors(bio_err);
    +            BIO_free(bio_err);
    +        }
    +        exit(1);
    +    }
     
    -	ERR_clear_error();
    -	if (CONF_modules_load_file(NULL, config_name,
    -	CONF_MFLAGS_DEFAULT_SECTION|CONF_MFLAGS_IGNORE_MISSING_FILE) <= 0)
    -		{
    -		BIO *bio_err;
    -		ERR_load_crypto_strings();
    -		if ((bio_err=BIO_new_fp(stderr, BIO_NOCLOSE)) != NULL)
    -			{
    -			BIO_printf(bio_err,"Auto configuration failed\n");
    -			ERR_print_errors(bio_err);
    -			BIO_free(bio_err);
    -			}
    -		exit(1);
    -		}
    -
    -	return;
    -	}
    +    return;
    +}
     
     void OPENSSL_no_config()
    -	{
    -	openssl_configured = 1;
    -	}
    +{
    +    openssl_configured = 1;
    +}
    diff --git a/openssl/crypto/conf/test.c b/openssl/crypto/conf/test.c
    index 7fab85053..cc1efcca8 100644
    --- a/openssl/crypto/conf/test.c
    +++ b/openssl/crypto/conf/test.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,37 +62,36 @@
     #include 
     
     main()
    -	{
    -	LHASH *conf;
    -	long eline;
    -	char *s,*s2;
    +{
    +    LHASH *conf;
    +    long eline;
    +    char *s, *s2;
     
     #ifdef USE_WIN32
    -	CONF_set_default_method(CONF_WIN32);
    +    CONF_set_default_method(CONF_WIN32);
     #endif
    -	conf=CONF_load(NULL,"ssleay.cnf",&eline);
    -	if (conf == NULL)
    -		{
    -		ERR_load_crypto_strings();
    -		printf("unable to load configuration, line %ld\n",eline);
    -		ERR_print_errors_fp(stderr);
    -		exit(1);
    -		}
    -	lh_stats(conf,stdout);
    -	lh_node_stats(conf,stdout);
    -	lh_node_usage_stats(conf,stdout);
    +    conf = CONF_load(NULL, "ssleay.cnf", &eline);
    +    if (conf == NULL) {
    +        ERR_load_crypto_strings();
    +        printf("unable to load configuration, line %ld\n", eline);
    +        ERR_print_errors_fp(stderr);
    +        exit(1);
    +    }
    +    lh_stats(conf, stdout);
    +    lh_node_stats(conf, stdout);
    +    lh_node_usage_stats(conf, stdout);
     
    -	s=CONF_get_string(conf,NULL,"init2");
    -	printf("init2=%s\n",(s == NULL)?"NULL":s);
    +    s = CONF_get_string(conf, NULL, "init2");
    +    printf("init2=%s\n", (s == NULL) ? "NULL" : s);
     
    -	s=CONF_get_string(conf,NULL,"cipher1");
    -	printf("cipher1=%s\n",(s == NULL)?"NULL":s);
    +    s = CONF_get_string(conf, NULL, "cipher1");
    +    printf("cipher1=%s\n", (s == NULL) ? "NULL" : s);
     
    -	s=CONF_get_string(conf,"s_client","cipher1");
    -	printf("s_client:cipher1=%s\n",(s == NULL)?"NULL":s);
    +    s = CONF_get_string(conf, "s_client", "cipher1");
    +    printf("s_client:cipher1=%s\n", (s == NULL) ? "NULL" : s);
     
    -	printf("---------------------------- DUMP ------------------------\n");
    -	CONF_dump_fp(conf, stdout);
    +    printf("---------------------------- DUMP ------------------------\n");
    +    CONF_dump_fp(conf, stdout);
     
    -	exit(0);
    -	}
    +    exit(0);
    +}
    diff --git a/openssl/crypto/constant_time_locl.h b/openssl/crypto/constant_time_locl.h
    index c0483939f..c786aea94 100644
    --- a/openssl/crypto/constant_time_locl.h
    +++ b/openssl/crypto/constant_time_locl.h
    @@ -1,5 +1,5 @@
     /* crypto/constant_time_locl.h */
    -/*
    +/*-
      * Utilities for constant-time cryptography.
      *
      * Author: Emilia Kasper (emilia@openssl.org)
    @@ -45,15 +45,15 @@
      */
     
     #ifndef HEADER_CONSTANT_TIME_LOCL_H
    -#define HEADER_CONSTANT_TIME_LOCL_H
    +# define HEADER_CONSTANT_TIME_LOCL_H
     
    -#include "e_os.h"  /* For 'inline' */
    +# include "e_os.h"              /* For 'inline' */
     
     #ifdef __cplusplus
     extern "C" {
     #endif
     
    -/*
    +/*-
      * The boolean methods return a bitmask of all ones (0xff...f) for true
      * and 0 for false. This is useful for choosing a value based on the result
      * of a conditional in constant time. For example,
    @@ -83,14 +83,16 @@ static inline unsigned int constant_time_msb(unsigned int a);
      */
     static inline unsigned int constant_time_lt(unsigned int a, unsigned int b);
     /* Convenience method for getting an 8-bit mask. */
    -static inline unsigned char constant_time_lt_8(unsigned int a, unsigned int b);
    +static inline unsigned char constant_time_lt_8(unsigned int a,
    +                                               unsigned int b);
     
     /*
      * Returns 0xff..f if a >= b and 0 otherwise.
      */
     static inline unsigned int constant_time_ge(unsigned int a, unsigned int b);
     /* Convenience method for getting an 8-bit mask. */
    -static inline unsigned char constant_time_ge_8(unsigned int a, unsigned int b);
    +static inline unsigned char constant_time_ge_8(unsigned int a,
    +                                               unsigned int b);
     
     /*
      * Returns 0xff..f if a == 0 and 0 otherwise.
    @@ -99,20 +101,19 @@ static inline unsigned int constant_time_is_zero(unsigned int a);
     /* Convenience method for getting an 8-bit mask. */
     static inline unsigned char constant_time_is_zero_8(unsigned int a);
     
    -
     /*
      * Returns 0xff..f if a == b and 0 otherwise.
      */
     static inline unsigned int constant_time_eq(unsigned int a, unsigned int b);
     /* Convenience method for getting an 8-bit mask. */
    -static inline unsigned char constant_time_eq_8(unsigned int a, unsigned int b);
    +static inline unsigned char constant_time_eq_8(unsigned int a,
    +                                               unsigned int b);
     /* Signed integers. */
     static inline unsigned int constant_time_eq_int(int a, int b);
     /* Convenience method for getting an 8-bit mask. */
     static inline unsigned char constant_time_eq_int_8(int a, int b);
     
    -
    -/*
    +/*-
      * Returns (mask & a) | (~mask & b).
      *
      * When |mask| is all 1s or all 0s (as returned by the methods above),
    @@ -120,97 +121,91 @@ static inline unsigned char constant_time_eq_int_8(int a, int b);
      * (if |mask| is zero).
      */
     static inline unsigned int constant_time_select(unsigned int mask,
    -	unsigned int a, unsigned int b);
    +                                                unsigned int a,
    +                                                unsigned int b);
     /* Convenience method for unsigned chars. */
     static inline unsigned char constant_time_select_8(unsigned char mask,
    -	unsigned char a, unsigned char b);
    +                                                   unsigned char a,
    +                                                   unsigned char b);
     /* Convenience method for signed integers. */
     static inline int constant_time_select_int(unsigned int mask, int a, int b);
     
     static inline unsigned int constant_time_msb(unsigned int a)
    -	{
    -	return (unsigned int)((int)(a) >> (sizeof(int) * 8 - 1));
    -	}
    +{
    +    return 0 - (a >> (sizeof(a) * 8 - 1));
    +}
     
     static inline unsigned int constant_time_lt(unsigned int a, unsigned int b)
    -	{
    -	unsigned int lt;
    -	/* Case 1: msb(a) == msb(b). a < b iff the MSB of a - b is set.*/
    -	lt = ~(a ^ b) & (a - b);
    -	/* Case 2: msb(a) != msb(b). a < b iff the MSB of b is set. */
    -	lt |= ~a & b;
    -	return constant_time_msb(lt);
    -	}
    +{
    +    return constant_time_msb(a ^ ((a ^ b) | ((a - b) ^ b)));
    +}
     
     static inline unsigned char constant_time_lt_8(unsigned int a, unsigned int b)
    -	{
    -	return (unsigned char)(constant_time_lt(a, b));
    -	}
    +{
    +    return (unsigned char)(constant_time_lt(a, b));
    +}
     
     static inline unsigned int constant_time_ge(unsigned int a, unsigned int b)
    -	{
    -	unsigned int ge;
    -	/* Case 1: msb(a) == msb(b). a >= b iff the MSB of a - b is not set.*/
    -	ge = ~((a ^ b) | (a - b));
    -	/* Case 2: msb(a) != msb(b). a >= b iff the MSB of a is set. */
    -	ge |= a & ~b;
    -	return constant_time_msb(ge);
    -	}
    +{
    +    return ~constant_time_lt(a, b);
    +}
     
     static inline unsigned char constant_time_ge_8(unsigned int a, unsigned int b)
    -	{
    -	return (unsigned char)(constant_time_ge(a, b));
    -	}
    +{
    +    return (unsigned char)(constant_time_ge(a, b));
    +}
     
     static inline unsigned int constant_time_is_zero(unsigned int a)
    -	{
    -	return constant_time_msb(~a & (a - 1));
    -	}
    +{
    +    return constant_time_msb(~a & (a - 1));
    +}
     
     static inline unsigned char constant_time_is_zero_8(unsigned int a)
    -	{
    -	return (unsigned char)(constant_time_is_zero(a));
    -	}
    +{
    +    return (unsigned char)(constant_time_is_zero(a));
    +}
     
     static inline unsigned int constant_time_eq(unsigned int a, unsigned int b)
    -	{
    -	return constant_time_is_zero(a ^ b);
    -	}
    +{
    +    return constant_time_is_zero(a ^ b);
    +}
     
     static inline unsigned char constant_time_eq_8(unsigned int a, unsigned int b)
    -	{
    -	return (unsigned char)(constant_time_eq(a, b));
    -	}
    +{
    +    return (unsigned char)(constant_time_eq(a, b));
    +}
     
     static inline unsigned int constant_time_eq_int(int a, int b)
    -	{
    -	return constant_time_eq((unsigned)(a), (unsigned)(b));
    -	}
    +{
    +    return constant_time_eq((unsigned)(a), (unsigned)(b));
    +}
     
     static inline unsigned char constant_time_eq_int_8(int a, int b)
    -	{
    -	return constant_time_eq_8((unsigned)(a), (unsigned)(b));
    -	}
    +{
    +    return constant_time_eq_8((unsigned)(a), (unsigned)(b));
    +}
     
     static inline unsigned int constant_time_select(unsigned int mask,
    -	unsigned int a, unsigned int b)
    -	{
    -	return (mask & a) | (~mask & b);
    -	}
    +                                                unsigned int a,
    +                                                unsigned int b)
    +{
    +    return (mask & a) | (~mask & b);
    +}
     
     static inline unsigned char constant_time_select_8(unsigned char mask,
    -	unsigned char a, unsigned char b)
    -	{
    -	return (unsigned char)(constant_time_select(mask, a, b));
    -	}
    +                                                   unsigned char a,
    +                                                   unsigned char b)
    +{
    +    return (unsigned char)(constant_time_select(mask, a, b));
    +}
     
    -inline int constant_time_select_int(unsigned int mask, int a, int b)
    -	{
    -	return (int)(constant_time_select(mask, (unsigned)(a), (unsigned)(b)));
    -	}
    +static inline int constant_time_select_int(unsigned int mask, int a, int b)
    +{
    +    return (int)(constant_time_select(mask, (unsigned)(a), (unsigned)(b)));
    +}
     
     #ifdef __cplusplus
     }
     #endif
     
    -#endif  /* HEADER_CONSTANT_TIME_LOCL_H */
    +#endif                          /* HEADER_CONSTANT_TIME_LOCL_H */
    diff --git a/openssl/crypto/constant_time_test.c b/openssl/crypto/constant_time_test.c
    index d9c6a44ae..d313d0c7a 100644
    --- a/openssl/crypto/constant_time_test.c
    +++ b/openssl/crypto/constant_time_test.c
    @@ -1,5 +1,5 @@
     /* crypto/constant_time_test.c */
    -/*
    +/*-
      * Utilities for constant-time cryptography.
      *
      * Author: Emilia Kasper (emilia@openssl.org)
    @@ -55,276 +55,250 @@ static const unsigned int CONSTTIME_FALSE = 0;
     static const unsigned char CONSTTIME_TRUE_8 = 0xff;
     static const unsigned char CONSTTIME_FALSE_8 = 0;
     
    -static int test_binary_op(unsigned int (*op)(unsigned int a, unsigned int b),
    -	const char* op_name, unsigned int a, unsigned int b, int is_true)
    -	{
    -	unsigned c = op(a, b);
    -	if (is_true && c != CONSTTIME_TRUE)
    -		{
    -		fprintf(stderr, "Test failed for %s(%du, %du): expected %du "
    -			"(TRUE), got %du\n", op_name, a, b, CONSTTIME_TRUE, c);
    -		return 1;
    -		}
    -	else if (!is_true && c != CONSTTIME_FALSE)
    -		{
    -		fprintf(stderr, "Test failed for  %s(%du, %du): expected %du "
    -			"(FALSE), got %du\n", op_name, a, b, CONSTTIME_FALSE,
    -			c);
    -		return 1;
    -		}
    -        return 0;
    -	}
    +static int test_binary_op(unsigned int (*op) (unsigned int a, unsigned int b),
    +                          const char *op_name, unsigned int a, unsigned int b,
    +                          int is_true)
    +{
    +    unsigned c = op(a, b);
    +    if (is_true && c != CONSTTIME_TRUE) {
    +        fprintf(stderr, "Test failed for %s(%du, %du): expected %du "
    +                "(TRUE), got %du\n", op_name, a, b, CONSTTIME_TRUE, c);
    +        return 1;
    +    } else if (!is_true && c != CONSTTIME_FALSE) {
    +        fprintf(stderr, "Test failed for  %s(%du, %du): expected %du "
    +                "(FALSE), got %du\n", op_name, a, b, CONSTTIME_FALSE, c);
    +        return 1;
    +    }
    +    return 0;
    +}
     
    -static int test_binary_op_8(unsigned char (*op)(unsigned int a, unsigned int b),
    -	const char* op_name, unsigned int a, unsigned int b, int is_true)
    -	{
    -	unsigned char c = op(a, b);
    -	if (is_true && c != CONSTTIME_TRUE_8)
    -		{
    -		fprintf(stderr, "Test failed for %s(%du, %du): expected %u "
    -			"(TRUE), got %u\n", op_name, a, b, CONSTTIME_TRUE_8, c);
    -		return 1;
    -		}
    -	else if (!is_true && c != CONSTTIME_FALSE_8)
    -		{
    -		fprintf(stderr, "Test failed for  %s(%du, %du): expected %u "
    -			"(FALSE), got %u\n", op_name, a, b, CONSTTIME_FALSE_8,
    -			c);
    -		return 1;
    -		}
    -        return 0;
    -	}
    +static int test_binary_op_8(unsigned
    +                            char (*op) (unsigned int a, unsigned int b),
    +                            const char *op_name, unsigned int a,
    +                            unsigned int b, int is_true)
    +{
    +    unsigned char c = op(a, b);
    +    if (is_true && c != CONSTTIME_TRUE_8) {
    +        fprintf(stderr, "Test failed for %s(%du, %du): expected %u "
    +                "(TRUE), got %u\n", op_name, a, b, CONSTTIME_TRUE_8, c);
    +        return 1;
    +    } else if (!is_true && c != CONSTTIME_FALSE_8) {
    +        fprintf(stderr, "Test failed for  %s(%du, %du): expected %u "
    +                "(FALSE), got %u\n", op_name, a, b, CONSTTIME_FALSE_8, c);
    +        return 1;
    +    }
    +    return 0;
    +}
     
     static int test_is_zero(unsigned int a)
    -	{
    -	unsigned int c = constant_time_is_zero(a);
    -	if (a == 0 && c != CONSTTIME_TRUE)
    -		{
    -		fprintf(stderr, "Test failed for constant_time_is_zero(%du): "
    -			"expected %du (TRUE), got %du\n", a, CONSTTIME_TRUE, c);
    -		return 1;
    -		}
    -	else if (a != 0 && c != CONSTTIME_FALSE)
    -		{
    -		fprintf(stderr, "Test failed for constant_time_is_zero(%du): "
    -			"expected %du (FALSE), got %du\n", a, CONSTTIME_FALSE,
    -			c);
    -		return 1;
    -		}
    -        return 0;
    -	}
    +{
    +    unsigned int c = constant_time_is_zero(a);
    +    if (a == 0 && c != CONSTTIME_TRUE) {
    +        fprintf(stderr, "Test failed for constant_time_is_zero(%du): "
    +                "expected %du (TRUE), got %du\n", a, CONSTTIME_TRUE, c);
    +        return 1;
    +    } else if (a != 0 && c != CONSTTIME_FALSE) {
    +        fprintf(stderr, "Test failed for constant_time_is_zero(%du): "
    +                "expected %du (FALSE), got %du\n", a, CONSTTIME_FALSE, c);
    +        return 1;
    +    }
    +    return 0;
    +}
     
     static int test_is_zero_8(unsigned int a)
    -	{
    -	unsigned char c = constant_time_is_zero_8(a);
    -	if (a == 0 && c != CONSTTIME_TRUE_8)
    -		{
    -		fprintf(stderr, "Test failed for constant_time_is_zero(%du): "
    -			"expected %u (TRUE), got %u\n", a, CONSTTIME_TRUE_8, c);
    -		return 1;
    -		}
    -	else if (a != 0 && c != CONSTTIME_FALSE)
    -		{
    -		fprintf(stderr, "Test failed for constant_time_is_zero(%du): "
    -			"expected %u (FALSE), got %u\n", a, CONSTTIME_FALSE_8,
    -			c);
    -		return 1;
    -		}
    -        return 0;
    -	}
    +{
    +    unsigned char c = constant_time_is_zero_8(a);
    +    if (a == 0 && c != CONSTTIME_TRUE_8) {
    +        fprintf(stderr, "Test failed for constant_time_is_zero(%du): "
    +                "expected %u (TRUE), got %u\n", a, CONSTTIME_TRUE_8, c);
    +        return 1;
    +    } else if (a != 0 && c != CONSTTIME_FALSE) {
    +        fprintf(stderr, "Test failed for constant_time_is_zero(%du): "
    +                "expected %u (FALSE), got %u\n", a, CONSTTIME_FALSE_8, c);
    +        return 1;
    +    }
    +    return 0;
    +}
     
     static int test_select(unsigned int a, unsigned int b)
    -	{
    -	unsigned int selected = constant_time_select(CONSTTIME_TRUE, a, b);
    -	if (selected != a)
    -		{
    -		fprintf(stderr, "Test failed for constant_time_select(%du, %du,"
    -			"%du): expected %du(first value), got %du\n",
    -			CONSTTIME_TRUE, a, b, a, selected);
    -		return 1;
    -		}
    -	selected = constant_time_select(CONSTTIME_FALSE, a, b);
    -	if (selected != b)
    -		{
    -		fprintf(stderr, "Test failed for constant_time_select(%du, %du,"
    -			"%du): expected %du(second value), got %du\n",
    -			CONSTTIME_FALSE, a, b, b, selected);
    -		return 1;
    -		}
    -	return 0;
    -	}
    +{
    +    unsigned int selected = constant_time_select(CONSTTIME_TRUE, a, b);
    +    if (selected != a) {
    +        fprintf(stderr, "Test failed for constant_time_select(%du, %du,"
    +                "%du): expected %du(first value), got %du\n",
    +                CONSTTIME_TRUE, a, b, a, selected);
    +        return 1;
    +    }
    +    selected = constant_time_select(CONSTTIME_FALSE, a, b);
    +    if (selected != b) {
    +        fprintf(stderr, "Test failed for constant_time_select(%du, %du,"
    +                "%du): expected %du(second value), got %du\n",
    +                CONSTTIME_FALSE, a, b, b, selected);
    +        return 1;
    +    }
    +    return 0;
    +}
     
     static int test_select_8(unsigned char a, unsigned char b)
    -	{
    -	unsigned char selected = constant_time_select_8(CONSTTIME_TRUE_8, a, b);
    -	if (selected != a)
    -		{
    -		fprintf(stderr, "Test failed for constant_time_select(%u, %u,"
    -			"%u): expected %u(first value), got %u\n",
    -			CONSTTIME_TRUE, a, b, a, selected);
    -		return 1;
    -		}
    -	selected = constant_time_select_8(CONSTTIME_FALSE_8, a, b);
    -	if (selected != b)
    -		{
    -		fprintf(stderr, "Test failed for constant_time_select(%u, %u,"
    -			"%u): expected %u(second value), got %u\n",
    -			CONSTTIME_FALSE, a, b, b, selected);
    -		return 1;
    -		}
    -	return 0;
    -	}
    +{
    +    unsigned char selected = constant_time_select_8(CONSTTIME_TRUE_8, a, b);
    +    if (selected != a) {
    +        fprintf(stderr, "Test failed for constant_time_select(%u, %u,"
    +                "%u): expected %u(first value), got %u\n",
    +                CONSTTIME_TRUE, a, b, a, selected);
    +        return 1;
    +    }
    +    selected = constant_time_select_8(CONSTTIME_FALSE_8, a, b);
    +    if (selected != b) {
    +        fprintf(stderr, "Test failed for constant_time_select(%u, %u,"
    +                "%u): expected %u(second value), got %u\n",
    +                CONSTTIME_FALSE, a, b, b, selected);
    +        return 1;
    +    }
    +    return 0;
    +}
     
     static int test_select_int(int a, int b)
    -	{
    -	int selected = constant_time_select_int(CONSTTIME_TRUE, a, b);
    -	if (selected != a)
    -		{
    -		fprintf(stderr, "Test failed for constant_time_select(%du, %d,"
    -			"%d): expected %d(first value), got %d\n",
    -			CONSTTIME_TRUE, a, b, a, selected);
    -		return 1;
    -		}
    -	selected = constant_time_select_int(CONSTTIME_FALSE, a, b);
    -	if (selected != b)
    -		{
    -		fprintf(stderr, "Test failed for constant_time_select(%du, %d,"
    -			"%d): expected %d(second value), got %d\n",
    -			CONSTTIME_FALSE, a, b, b, selected);
    -		return 1;
    -		}
    -	return 0;
    -	}
    +{
    +    int selected = constant_time_select_int(CONSTTIME_TRUE, a, b);
    +    if (selected != a) {
    +        fprintf(stderr, "Test failed for constant_time_select(%du, %d,"
    +                "%d): expected %d(first value), got %d\n",
    +                CONSTTIME_TRUE, a, b, a, selected);
    +        return 1;
    +    }
    +    selected = constant_time_select_int(CONSTTIME_FALSE, a, b);
    +    if (selected != b) {
    +        fprintf(stderr, "Test failed for constant_time_select(%du, %d,"
    +                "%d): expected %d(second value), got %d\n",
    +                CONSTTIME_FALSE, a, b, b, selected);
    +        return 1;
    +    }
    +    return 0;
    +}
     
     static int test_eq_int(int a, int b)
    -	{
    -	unsigned int equal = constant_time_eq_int(a, b);
    -	if (a == b && equal != CONSTTIME_TRUE)
    -		{
    -		fprintf(stderr, "Test failed for constant_time_eq_int(%d, %d): "
    -			"expected %du(TRUE), got %du\n",
    -			a, b, CONSTTIME_TRUE, equal);
    -		return 1;
    -		}
    -	else if (a != b && equal != CONSTTIME_FALSE)
    -		{
    -		fprintf(stderr, "Test failed for constant_time_eq_int(%d, %d): "
    -			"expected %du(FALSE), got %du\n",
    -			a, b, CONSTTIME_FALSE, equal);
    -		return 1;
    -		}
    -	return 0;
    -	}
    +{
    +    unsigned int equal = constant_time_eq_int(a, b);
    +    if (a == b && equal != CONSTTIME_TRUE) {
    +        fprintf(stderr, "Test failed for constant_time_eq_int(%d, %d): "
    +                "expected %du(TRUE), got %du\n", a, b, CONSTTIME_TRUE, equal);
    +        return 1;
    +    } else if (a != b && equal != CONSTTIME_FALSE) {
    +        fprintf(stderr, "Test failed for constant_time_eq_int(%d, %d): "
    +                "expected %du(FALSE), got %du\n",
    +                a, b, CONSTTIME_FALSE, equal);
    +        return 1;
    +    }
    +    return 0;
    +}
     
     static int test_eq_int_8(int a, int b)
    -	{
    -	unsigned char equal = constant_time_eq_int_8(a, b);
    -	if (a == b && equal != CONSTTIME_TRUE_8)
    -		{
    -		fprintf(stderr, "Test failed for constant_time_eq_int_8(%d, %d): "
    -			"expected %u(TRUE), got %u\n",
    -			a, b, CONSTTIME_TRUE_8, equal);
    -		return 1;
    -		}
    -	else if (a != b && equal != CONSTTIME_FALSE_8)
    -		{
    -		fprintf(stderr, "Test failed for constant_time_eq_int_8(%d, %d): "
    -			"expected %u(FALSE), got %u\n",
    -			a, b, CONSTTIME_FALSE_8, equal);
    -		return 1;
    -		}
    -	return 0;
    -	}
    +{
    +    unsigned char equal = constant_time_eq_int_8(a, b);
    +    if (a == b && equal != CONSTTIME_TRUE_8) {
    +        fprintf(stderr, "Test failed for constant_time_eq_int_8(%d, %d): "
    +                "expected %u(TRUE), got %u\n", a, b, CONSTTIME_TRUE_8, equal);
    +        return 1;
    +    } else if (a != b && equal != CONSTTIME_FALSE_8) {
    +        fprintf(stderr, "Test failed for constant_time_eq_int_8(%d, %d): "
    +                "expected %u(FALSE), got %u\n",
    +                a, b, CONSTTIME_FALSE_8, equal);
    +        return 1;
    +    }
    +    return 0;
    +}
     
    -static unsigned int test_values[] = {0, 1, 1024, 12345, 32000, UINT_MAX/2-1,
    -                                     UINT_MAX/2, UINT_MAX/2+1, UINT_MAX-1,
    -                                     UINT_MAX};
    +static unsigned int test_values[] =
    +    { 0, 1, 1024, 12345, 32000, UINT_MAX / 2 - 1,
    +    UINT_MAX / 2, UINT_MAX / 2 + 1, UINT_MAX - 1,
    +    UINT_MAX
    +};
     
    -static unsigned char test_values_8[] = {0, 1, 2, 20, 32, 127, 128, 129, 255};
    -
    -static int signed_test_values[] = {0, 1, -1, 1024, -1024, 12345, -12345,
    -				   32000, -32000, INT_MAX, INT_MIN, INT_MAX-1,
    -				   INT_MIN+1};
    +static unsigned char test_values_8[] =
    +    { 0, 1, 2, 20, 32, 127, 128, 129, 255 };
     
    +static int signed_test_values[] = { 0, 1, -1, 1024, -1024, 12345, -12345,
    +    32000, -32000, INT_MAX, INT_MIN, INT_MAX - 1,
    +    INT_MIN + 1
    +};
     
     int main(int argc, char *argv[])
    -	{
    -	unsigned int a, b, i, j;
    -	int c, d;
    -	unsigned char e, f;
    -	int num_failed = 0, num_all = 0;
    -	fprintf(stdout, "Testing constant time operations...\n");
    +{
    +    unsigned int a, b, i, j;
    +    int c, d;
    +    unsigned char e, f;
    +    int num_failed = 0, num_all = 0;
    +    fprintf(stdout, "Testing constant time operations...\n");
     
    -	for (i = 0; i < sizeof(test_values)/sizeof(int); ++i)
    -		{
    -		a = test_values[i];
    -		num_failed += test_is_zero(a);
    -		num_failed += test_is_zero_8(a);
    -		num_all += 2;
    -		for (j = 0; j < sizeof(test_values)/sizeof(int); ++j)
    -			{
    -			b = test_values[j];
    -			num_failed += test_binary_op(&constant_time_lt,
    -				"constant_time_lt", a, b, a < b);
    -			num_failed += test_binary_op_8(&constant_time_lt_8,
    -				"constant_time_lt_8", a, b, a < b);
    -			num_failed += test_binary_op(&constant_time_lt,
    -				"constant_time_lt_8", b, a, b < a);
    -			num_failed += test_binary_op_8(&constant_time_lt_8,
    -				"constant_time_lt_8", b, a, b < a);
    -			num_failed += test_binary_op(&constant_time_ge,
    -				"constant_time_ge", a, b, a >= b);
    -			num_failed += test_binary_op_8(&constant_time_ge_8,
    -				"constant_time_ge_8", a, b, a >= b);
    -			num_failed += test_binary_op(&constant_time_ge,
    -				"constant_time_ge", b, a, b >= a);
    -			num_failed += test_binary_op_8(&constant_time_ge_8,
    -				"constant_time_ge_8", b, a, b >= a);
    -			num_failed += test_binary_op(&constant_time_eq,
    -				"constant_time_eq", a, b, a == b);
    -			num_failed += test_binary_op_8(&constant_time_eq_8,
    -				"constant_time_eq_8", a, b, a == b);
    -			num_failed += test_binary_op(&constant_time_eq,
    -				"constant_time_eq", b, a, b == a);
    -			num_failed += test_binary_op_8(&constant_time_eq_8,
    -				"constant_time_eq_8", b, a, b == a);
    -			num_failed += test_select(a, b);
    -			num_all += 13;
    -			}
    -		}
    +    for (i = 0; i < sizeof(test_values) / sizeof(int); ++i) {
    +        a = test_values[i];
    +        num_failed += test_is_zero(a);
    +        num_failed += test_is_zero_8(a);
    +        num_all += 2;
    +        for (j = 0; j < sizeof(test_values) / sizeof(int); ++j) {
    +            b = test_values[j];
    +            num_failed += test_binary_op(&constant_time_lt,
    +                                         "constant_time_lt", a, b, a < b);
    +            num_failed += test_binary_op_8(&constant_time_lt_8,
    +                                           "constant_time_lt_8", a, b, a < b);
    +            num_failed += test_binary_op(&constant_time_lt,
    +                                         "constant_time_lt_8", b, a, b < a);
    +            num_failed += test_binary_op_8(&constant_time_lt_8,
    +                                           "constant_time_lt_8", b, a, b < a);
    +            num_failed += test_binary_op(&constant_time_ge,
    +                                         "constant_time_ge", a, b, a >= b);
    +            num_failed += test_binary_op_8(&constant_time_ge_8,
    +                                           "constant_time_ge_8", a, b,
    +                                           a >= b);
    +            num_failed +=
    +                test_binary_op(&constant_time_ge, "constant_time_ge", b, a,
    +                               b >= a);
    +            num_failed +=
    +                test_binary_op_8(&constant_time_ge_8, "constant_time_ge_8", b,
    +                                 a, b >= a);
    +            num_failed +=
    +                test_binary_op(&constant_time_eq, "constant_time_eq", a, b,
    +                               a == b);
    +            num_failed +=
    +                test_binary_op_8(&constant_time_eq_8, "constant_time_eq_8", a,
    +                                 b, a == b);
    +            num_failed +=
    +                test_binary_op(&constant_time_eq, "constant_time_eq", b, a,
    +                               b == a);
    +            num_failed +=
    +                test_binary_op_8(&constant_time_eq_8, "constant_time_eq_8", b,
    +                                 a, b == a);
    +            num_failed += test_select(a, b);
    +            num_all += 13;
    +        }
    +    }
     
    -	for (i = 0; i < sizeof(signed_test_values)/sizeof(int); ++i)
    -		{
    -		c = signed_test_values[i];
    -		for (j = 0; j < sizeof(signed_test_values)/sizeof(int); ++j)
    -			{
    -			d = signed_test_values[j];
    -			num_failed += test_select_int(c, d);
    -			num_failed += test_eq_int(c, d);
    -			num_failed += test_eq_int_8(c, d);
    -			num_all += 3;
    -			}
    -		}
    +    for (i = 0; i < sizeof(signed_test_values) / sizeof(int); ++i) {
    +        c = signed_test_values[i];
    +        for (j = 0; j < sizeof(signed_test_values) / sizeof(int); ++j) {
    +            d = signed_test_values[j];
    +            num_failed += test_select_int(c, d);
    +            num_failed += test_eq_int(c, d);
    +            num_failed += test_eq_int_8(c, d);
    +            num_all += 3;
    +        }
    +    }
     
    -	for (i = 0; i < sizeof(test_values_8); ++i)
    -		{
    -		e = test_values_8[i];
    -		for (j = 0; j < sizeof(test_values_8); ++j)
    -			{
    -			f = test_values_8[j];
    -			num_failed += test_select_8(e, f);
    -			num_all += 1;
    -			}
    -		}
    +    for (i = 0; i < sizeof(test_values_8); ++i) {
    +        e = test_values_8[i];
    +        for (j = 0; j < sizeof(test_values_8); ++j) {
    +            f = test_values_8[j];
    +            num_failed += test_select_8(e, f);
    +            num_all += 1;
    +        }
    +    }
     
    -	if (!num_failed)
    -		{
    -		fprintf(stdout, "ok (ran %d tests)\n", num_all);
    -		return EXIT_SUCCESS;
    -		}
    -	else
    -		{
    -		fprintf(stdout, "%d of %d tests failed!\n", num_failed, num_all);
    -		return EXIT_FAILURE;
    -		}
    -	}
    +    if (!num_failed) {
    +        fprintf(stdout, "ok (ran %d tests)\n", num_all);
    +        return EXIT_SUCCESS;
    +    } else {
    +        fprintf(stdout, "%d of %d tests failed!\n", num_failed, num_all);
    +        return EXIT_FAILURE;
    +    }
    +}
    diff --git a/openssl/crypto/cpt_err.c b/openssl/crypto/cpt_err.c
    index 289005f66..a5138381a 100644
    --- a/openssl/crypto/cpt_err.c
    +++ b/openssl/crypto/cpt_err.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* NOTE: this file was auto generated by the mkerr.pl script: any changes
    +/*
    + * NOTE: this file was auto generated by the mkerr.pl script: any changes
      * made to it will be overwritten when the script next updates this file,
      * only reason strings will be preserved.
      */
    @@ -65,41 +66,39 @@
     /* BEGIN ERROR CODES */
     #ifndef OPENSSL_NO_ERR
     
    -#define ERR_FUNC(func) ERR_PACK(ERR_LIB_CRYPTO,func,0)
    -#define ERR_REASON(reason) ERR_PACK(ERR_LIB_CRYPTO,0,reason)
    +# define ERR_FUNC(func) ERR_PACK(ERR_LIB_CRYPTO,func,0)
    +# define ERR_REASON(reason) ERR_PACK(ERR_LIB_CRYPTO,0,reason)
     
    -static ERR_STRING_DATA CRYPTO_str_functs[]=
    -	{
    -{ERR_FUNC(CRYPTO_F_CRYPTO_GET_EX_NEW_INDEX),	"CRYPTO_get_ex_new_index"},
    -{ERR_FUNC(CRYPTO_F_CRYPTO_GET_NEW_DYNLOCKID),	"CRYPTO_get_new_dynlockid"},
    -{ERR_FUNC(CRYPTO_F_CRYPTO_GET_NEW_LOCKID),	"CRYPTO_get_new_lockid"},
    -{ERR_FUNC(CRYPTO_F_CRYPTO_SET_EX_DATA),	"CRYPTO_set_ex_data"},
    -{ERR_FUNC(CRYPTO_F_DEF_ADD_INDEX),	"DEF_ADD_INDEX"},
    -{ERR_FUNC(CRYPTO_F_DEF_GET_CLASS),	"DEF_GET_CLASS"},
    -{ERR_FUNC(CRYPTO_F_FIPS_MODE_SET),	"FIPS_mode_set"},
    -{ERR_FUNC(CRYPTO_F_INT_DUP_EX_DATA),	"INT_DUP_EX_DATA"},
    -{ERR_FUNC(CRYPTO_F_INT_FREE_EX_DATA),	"INT_FREE_EX_DATA"},
    -{ERR_FUNC(CRYPTO_F_INT_NEW_EX_DATA),	"INT_NEW_EX_DATA"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA CRYPTO_str_functs[] = {
    +    {ERR_FUNC(CRYPTO_F_CRYPTO_GET_EX_NEW_INDEX), "CRYPTO_get_ex_new_index"},
    +    {ERR_FUNC(CRYPTO_F_CRYPTO_GET_NEW_DYNLOCKID), "CRYPTO_get_new_dynlockid"},
    +    {ERR_FUNC(CRYPTO_F_CRYPTO_GET_NEW_LOCKID), "CRYPTO_get_new_lockid"},
    +    {ERR_FUNC(CRYPTO_F_CRYPTO_SET_EX_DATA), "CRYPTO_set_ex_data"},
    +    {ERR_FUNC(CRYPTO_F_DEF_ADD_INDEX), "DEF_ADD_INDEX"},
    +    {ERR_FUNC(CRYPTO_F_DEF_GET_CLASS), "DEF_GET_CLASS"},
    +    {ERR_FUNC(CRYPTO_F_FIPS_MODE_SET), "FIPS_mode_set"},
    +    {ERR_FUNC(CRYPTO_F_INT_DUP_EX_DATA), "INT_DUP_EX_DATA"},
    +    {ERR_FUNC(CRYPTO_F_INT_FREE_EX_DATA), "INT_FREE_EX_DATA"},
    +    {ERR_FUNC(CRYPTO_F_INT_NEW_EX_DATA), "INT_NEW_EX_DATA"},
    +    {0, NULL}
    +};
     
    -static ERR_STRING_DATA CRYPTO_str_reasons[]=
    -	{
    -{ERR_REASON(CRYPTO_R_FIPS_MODE_NOT_SUPPORTED),"fips mode not supported"},
    -{ERR_REASON(CRYPTO_R_NO_DYNLOCK_CREATE_CALLBACK),"no dynlock create callback"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA CRYPTO_str_reasons[] = {
    +    {ERR_REASON(CRYPTO_R_FIPS_MODE_NOT_SUPPORTED), "fips mode not supported"},
    +    {ERR_REASON(CRYPTO_R_NO_DYNLOCK_CREATE_CALLBACK),
    +     "no dynlock create callback"},
    +    {0, NULL}
    +};
     
     #endif
     
     void ERR_load_CRYPTO_strings(void)
    -	{
    +{
     #ifndef OPENSSL_NO_ERR
     
    -	if (ERR_func_error_string(CRYPTO_str_functs[0].error) == NULL)
    -		{
    -		ERR_load_strings(0,CRYPTO_str_functs);
    -		ERR_load_strings(0,CRYPTO_str_reasons);
    -		}
    +    if (ERR_func_error_string(CRYPTO_str_functs[0].error) == NULL) {
    +        ERR_load_strings(0, CRYPTO_str_functs);
    +        ERR_load_strings(0, CRYPTO_str_reasons);
    +    }
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/cryptlib.c b/openssl/crypto/cryptlib.c
    index 0b77d8b7d..98526d73d 100644
    --- a/openssl/crypto/cryptlib.c
    +++ b/openssl/crypto/cryptlib.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -58,21 +58,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -87,10 +87,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -102,7 +102,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -110,7 +110,7 @@
      */
     /* ====================================================================
      * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
    - * ECDH support in OpenSSL originally developed by 
    + * ECDH support in OpenSSL originally developed by
      * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
      */
     
    @@ -118,823 +118,899 @@
     #include 
     
     #if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_WIN16)
    -static double SSLeay_MSVC5_hack=0.0; /* and for VC1.5 */
    +static double SSLeay_MSVC5_hack = 0.0; /* and for VC1.5 */
     #endif
     
     DECLARE_STACK_OF(CRYPTO_dynlock)
     
     /* real #defines in crypto.h, keep these upto date */
    -static const char* const lock_names[CRYPTO_NUM_LOCKS] =
    -	{
    -	"<>",
    -	"err",
    -	"ex_data",
    -	"x509",
    -	"x509_info",
    -	"x509_pkey",
    -	"x509_crl",
    -	"x509_req",
    -	"dsa",
    -	"rsa",
    -	"evp_pkey",
    -	"x509_store",
    -	"ssl_ctx",
    -	"ssl_cert",
    -	"ssl_session",
    -	"ssl_sess_cert",
    -	"ssl",
    -	"ssl_method",
    -	"rand",
    -	"rand2",
    -	"debug_malloc",
    -	"BIO",
    -	"gethostbyname",
    -	"getservbyname",
    -	"readdir",
    -	"RSA_blinding",
    -	"dh",
    -	"debug_malloc2",
    -	"dso",
    -	"dynlock",
    -	"engine",
    -	"ui",
    -	"ecdsa",
    -	"ec",
    -	"ecdh",
    -	"bn",
    -	"ec_pre_comp",
    -	"store",
    -	"comp",
    -	"fips",
    -	"fips2",
    +static const char *const lock_names[CRYPTO_NUM_LOCKS] = {
    +    "<>",
    +    "err",
    +    "ex_data",
    +    "x509",
    +    "x509_info",
    +    "x509_pkey",
    +    "x509_crl",
    +    "x509_req",
    +    "dsa",
    +    "rsa",
    +    "evp_pkey",
    +    "x509_store",
    +    "ssl_ctx",
    +    "ssl_cert",
    +    "ssl_session",
    +    "ssl_sess_cert",
    +    "ssl",
    +    "ssl_method",
    +    "rand",
    +    "rand2",
    +    "debug_malloc",
    +    "BIO",
    +    "gethostbyname",
    +    "getservbyname",
    +    "readdir",
    +    "RSA_blinding",
    +    "dh",
    +    "debug_malloc2",
    +    "dso",
    +    "dynlock",
    +    "engine",
    +    "ui",
    +    "ecdsa",
    +    "ec",
    +    "ecdh",
    +    "bn",
    +    "ec_pre_comp",
    +    "store",
    +    "comp",
    +    "fips",
    +    "fips2",
     #if CRYPTO_NUM_LOCKS != 41
     # error "Inconsistency between crypto.h and cryptlib.c"
     #endif
    -	};
    -
    -/* This is for applications to allocate new type names in the non-dynamic
    -   array of lock names.  These are numbered with positive numbers.  */
    -static STACK_OF(OPENSSL_STRING) *app_locks=NULL;
    +};
     
    -/* For applications that want a more dynamic way of handling threads, the
    -   following stack is used.  These are externally numbered with negative
    -   numbers.  */
    -static STACK_OF(CRYPTO_dynlock) *dyn_locks=NULL;
    +/*
    + * This is for applications to allocate new type names in the non-dynamic
    + * array of lock names.  These are numbered with positive numbers.
    + */
    +static STACK_OF(OPENSSL_STRING) *app_locks = NULL;
     
    +/*
    + * For applications that want a more dynamic way of handling threads, the
    + * following stack is used.  These are externally numbered with negative
    + * numbers.
    + */
    +static STACK_OF(CRYPTO_dynlock) *dyn_locks = NULL;
     
    -static void (MS_FAR *locking_callback)(int mode,int type,
    -	const char *file,int line)=0;
    -static int (MS_FAR *add_lock_callback)(int *pointer,int amount,
    -	int type,const char *file,int line)=0;
    +static void (MS_FAR *locking_callback) (int mode, int type,
    +                                        const char *file, int line) = 0;
    +static int (MS_FAR *add_lock_callback) (int *pointer, int amount,
    +                                        int type, const char *file,
    +                                        int line) = 0;
     #ifndef OPENSSL_NO_DEPRECATED
    -static unsigned long (MS_FAR *id_callback)(void)=0;
    +static unsigned long (MS_FAR *id_callback) (void) = 0;
     #endif
    -static void (MS_FAR *threadid_callback)(CRYPTO_THREADID *)=0;
    +static void (MS_FAR *threadid_callback) (CRYPTO_THREADID *) = 0;
     static struct CRYPTO_dynlock_value *(MS_FAR *dynlock_create_callback)
    -	(const char *file,int line)=0;
    -static void (MS_FAR *dynlock_lock_callback)(int mode,
    -	struct CRYPTO_dynlock_value *l, const char *file,int line)=0;
    -static void (MS_FAR *dynlock_destroy_callback)(struct CRYPTO_dynlock_value *l,
    -	const char *file,int line)=0;
    + (const char *file, int line) = 0;
    +static void (MS_FAR *dynlock_lock_callback) (int mode,
    +                                             struct CRYPTO_dynlock_value *l,
    +                                             const char *file, int line) = 0;
    +static void (MS_FAR *dynlock_destroy_callback) (struct CRYPTO_dynlock_value
    +                                                *l, const char *file,
    +                                                int line) = 0;
     
     int CRYPTO_get_new_lockid(char *name)
    -	{
    -	char *str;
    -	int i;
    +{
    +    char *str;
    +    int i;
     
     #if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_WIN16)
    -	/* A hack to make Visual C++ 5.0 work correctly when linking as
    -	 * a DLL using /MT. Without this, the application cannot use
    -	 * any floating point printf's.
    -	 * It also seems to be needed for Visual C 1.5 (win16) */
    -	SSLeay_MSVC5_hack=(double)name[0]*(double)name[1];
    +    /*
    +     * A hack to make Visual C++ 5.0 work correctly when linking as a DLL
    +     * using /MT. Without this, the application cannot use any floating point
    +     * printf's. It also seems to be needed for Visual C 1.5 (win16)
    +     */
    +    SSLeay_MSVC5_hack = (double)name[0] * (double)name[1];
     #endif
     
    -	if ((app_locks == NULL) && ((app_locks=sk_OPENSSL_STRING_new_null()) == NULL))
    -		{
    -		CRYPTOerr(CRYPTO_F_CRYPTO_GET_NEW_LOCKID,ERR_R_MALLOC_FAILURE);
    -		return(0);
    -		}
    -	if ((str=BUF_strdup(name)) == NULL)
    -		{
    -		CRYPTOerr(CRYPTO_F_CRYPTO_GET_NEW_LOCKID,ERR_R_MALLOC_FAILURE);
    -		return(0);
    -		}
    -	i=sk_OPENSSL_STRING_push(app_locks,str);
    -	if (!i)
    -		OPENSSL_free(str);
    -	else
    -		i+=CRYPTO_NUM_LOCKS; /* gap of one :-) */
    -	return(i);
    -	}
    +    if ((app_locks == NULL)
    +        && ((app_locks = sk_OPENSSL_STRING_new_null()) == NULL)) {
    +        CRYPTOerr(CRYPTO_F_CRYPTO_GET_NEW_LOCKID, ERR_R_MALLOC_FAILURE);
    +        return (0);
    +    }
    +    if ((str = BUF_strdup(name)) == NULL) {
    +        CRYPTOerr(CRYPTO_F_CRYPTO_GET_NEW_LOCKID, ERR_R_MALLOC_FAILURE);
    +        return (0);
    +    }
    +    i = sk_OPENSSL_STRING_push(app_locks, str);
    +    if (!i)
    +        OPENSSL_free(str);
    +    else
    +        i += CRYPTO_NUM_LOCKS;  /* gap of one :-) */
    +    return (i);
    +}
     
     int CRYPTO_num_locks(void)
    -	{
    -	return CRYPTO_NUM_LOCKS;
    -	}
    +{
    +    return CRYPTO_NUM_LOCKS;
    +}
     
     int CRYPTO_get_new_dynlockid(void)
    -	{
    -	int i = 0;
    -	CRYPTO_dynlock *pointer = NULL;
    -
    -	if (dynlock_create_callback == NULL)
    -		{
    -		CRYPTOerr(CRYPTO_F_CRYPTO_GET_NEW_DYNLOCKID,CRYPTO_R_NO_DYNLOCK_CREATE_CALLBACK);
    -		return(0);
    -		}
    -	CRYPTO_w_lock(CRYPTO_LOCK_DYNLOCK);
    -	if ((dyn_locks == NULL)
    -		&& ((dyn_locks=sk_CRYPTO_dynlock_new_null()) == NULL))
    -		{
    -		CRYPTO_w_unlock(CRYPTO_LOCK_DYNLOCK);
    -		CRYPTOerr(CRYPTO_F_CRYPTO_GET_NEW_DYNLOCKID,ERR_R_MALLOC_FAILURE);
    -		return(0);
    -		}
    -	CRYPTO_w_unlock(CRYPTO_LOCK_DYNLOCK);
    -
    -	pointer = (CRYPTO_dynlock *)OPENSSL_malloc(sizeof(CRYPTO_dynlock));
    -	if (pointer == NULL)
    -		{
    -		CRYPTOerr(CRYPTO_F_CRYPTO_GET_NEW_DYNLOCKID,ERR_R_MALLOC_FAILURE);
    -		return(0);
    -		}
    -	pointer->references = 1;
    -	pointer->data = dynlock_create_callback(__FILE__,__LINE__);
    -	if (pointer->data == NULL)
    -		{
    -		OPENSSL_free(pointer);
    -		CRYPTOerr(CRYPTO_F_CRYPTO_GET_NEW_DYNLOCKID,ERR_R_MALLOC_FAILURE);
    -		return(0);
    -		}
    -
    -	CRYPTO_w_lock(CRYPTO_LOCK_DYNLOCK);
    -	/* First, try to find an existing empty slot */
    -	i=sk_CRYPTO_dynlock_find(dyn_locks,NULL);
    -	/* If there was none, push, thereby creating a new one */
    -	if (i == -1)
    -		/* Since sk_push() returns the number of items on the
    -		   stack, not the location of the pushed item, we need
    -		   to transform the returned number into a position,
    -		   by decreasing it.  */
    -		i=sk_CRYPTO_dynlock_push(dyn_locks,pointer) - 1;
    -	else
    -		/* If we found a place with a NULL pointer, put our pointer
    -		   in it.  */
    -		(void)sk_CRYPTO_dynlock_set(dyn_locks,i,pointer);
    -	CRYPTO_w_unlock(CRYPTO_LOCK_DYNLOCK);
    -
    -	if (i == -1)
    -		{
    -		dynlock_destroy_callback(pointer->data,__FILE__,__LINE__);
    -		OPENSSL_free(pointer);
    -		}
    -	else
    -		i += 1; /* to avoid 0 */
    -	return -i;
    -	}
    +{
    +    int i = 0;
    +    CRYPTO_dynlock *pointer = NULL;
    +
    +    if (dynlock_create_callback == NULL) {
    +        CRYPTOerr(CRYPTO_F_CRYPTO_GET_NEW_DYNLOCKID,
    +                  CRYPTO_R_NO_DYNLOCK_CREATE_CALLBACK);
    +        return (0);
    +    }
    +    CRYPTO_w_lock(CRYPTO_LOCK_DYNLOCK);
    +    if ((dyn_locks == NULL)
    +        && ((dyn_locks = sk_CRYPTO_dynlock_new_null()) == NULL)) {
    +        CRYPTO_w_unlock(CRYPTO_LOCK_DYNLOCK);
    +        CRYPTOerr(CRYPTO_F_CRYPTO_GET_NEW_DYNLOCKID, ERR_R_MALLOC_FAILURE);
    +        return (0);
    +    }
    +    CRYPTO_w_unlock(CRYPTO_LOCK_DYNLOCK);
    +
    +    pointer = (CRYPTO_dynlock *) OPENSSL_malloc(sizeof(CRYPTO_dynlock));
    +    if (pointer == NULL) {
    +        CRYPTOerr(CRYPTO_F_CRYPTO_GET_NEW_DYNLOCKID, ERR_R_MALLOC_FAILURE);
    +        return (0);
    +    }
    +    pointer->references = 1;
    +    pointer->data = dynlock_create_callback(__FILE__, __LINE__);
    +    if (pointer->data == NULL) {
    +        OPENSSL_free(pointer);
    +        CRYPTOerr(CRYPTO_F_CRYPTO_GET_NEW_DYNLOCKID, ERR_R_MALLOC_FAILURE);
    +        return (0);
    +    }
    +
    +    CRYPTO_w_lock(CRYPTO_LOCK_DYNLOCK);
    +    /* First, try to find an existing empty slot */
    +    i = sk_CRYPTO_dynlock_find(dyn_locks, NULL);
    +    /* If there was none, push, thereby creating a new one */
    +    if (i == -1)
    +        /*
    +         * Since sk_push() returns the number of items on the stack, not the
    +         * location of the pushed item, we need to transform the returned
    +         * number into a position, by decreasing it.
    +         */
    +        i = sk_CRYPTO_dynlock_push(dyn_locks, pointer) - 1;
    +    else
    +        /*
    +         * If we found a place with a NULL pointer, put our pointer in it.
    +         */
    +        (void)sk_CRYPTO_dynlock_set(dyn_locks, i, pointer);
    +    CRYPTO_w_unlock(CRYPTO_LOCK_DYNLOCK);
    +
    +    if (i == -1) {
    +        dynlock_destroy_callback(pointer->data, __FILE__, __LINE__);
    +        OPENSSL_free(pointer);
    +    } else
    +        i += 1;                 /* to avoid 0 */
    +    return -i;
    +}
     
     void CRYPTO_destroy_dynlockid(int i)
    -	{
    -	CRYPTO_dynlock *pointer = NULL;
    -	if (i)
    -		i = -i-1;
    -	if (dynlock_destroy_callback == NULL)
    -		return;
    -
    -	CRYPTO_w_lock(CRYPTO_LOCK_DYNLOCK);
    -
    -	if (dyn_locks == NULL || i >= sk_CRYPTO_dynlock_num(dyn_locks))
    -		{
    -		CRYPTO_w_unlock(CRYPTO_LOCK_DYNLOCK);
    -		return;
    -		}
    -	pointer = sk_CRYPTO_dynlock_value(dyn_locks, i);
    -	if (pointer != NULL)
    -		{
    -		--pointer->references;
    +{
    +    CRYPTO_dynlock *pointer = NULL;
    +    if (i)
    +        i = -i - 1;
    +    if (dynlock_destroy_callback == NULL)
    +        return;
    +
    +    CRYPTO_w_lock(CRYPTO_LOCK_DYNLOCK);
    +
    +    if (dyn_locks == NULL || i >= sk_CRYPTO_dynlock_num(dyn_locks)) {
    +        CRYPTO_w_unlock(CRYPTO_LOCK_DYNLOCK);
    +        return;
    +    }
    +    pointer = sk_CRYPTO_dynlock_value(dyn_locks, i);
    +    if (pointer != NULL) {
    +        --pointer->references;
     #ifdef REF_CHECK
    -		if (pointer->references < 0)
    -			{
    -			fprintf(stderr,"CRYPTO_destroy_dynlockid, bad reference count\n");
    -			abort();
    -			}
    -		else
    +        if (pointer->references < 0) {
    +            fprintf(stderr,
    +                    "CRYPTO_destroy_dynlockid, bad reference count\n");
    +            abort();
    +        } else
     #endif
    -			if (pointer->references <= 0)
    -				{
    -				(void)sk_CRYPTO_dynlock_set(dyn_locks, i, NULL);
    -				}
    -			else
    -				pointer = NULL;
    -		}
    -	CRYPTO_w_unlock(CRYPTO_LOCK_DYNLOCK);
    -
    -	if (pointer)
    -		{
    -		dynlock_destroy_callback(pointer->data,__FILE__,__LINE__);
    -		OPENSSL_free(pointer);
    -		}
    -	}
    +        if (pointer->references <= 0) {
    +            (void)sk_CRYPTO_dynlock_set(dyn_locks, i, NULL);
    +        } else
    +            pointer = NULL;
    +    }
    +    CRYPTO_w_unlock(CRYPTO_LOCK_DYNLOCK);
    +
    +    if (pointer) {
    +        dynlock_destroy_callback(pointer->data, __FILE__, __LINE__);
    +        OPENSSL_free(pointer);
    +    }
    +}
     
     struct CRYPTO_dynlock_value *CRYPTO_get_dynlock_value(int i)
    -	{
    -	CRYPTO_dynlock *pointer = NULL;
    -	if (i)
    -		i = -i-1;
    +{
    +    CRYPTO_dynlock *pointer = NULL;
    +    if (i)
    +        i = -i - 1;
     
    -	CRYPTO_w_lock(CRYPTO_LOCK_DYNLOCK);
    +    CRYPTO_w_lock(CRYPTO_LOCK_DYNLOCK);
     
    -	if (dyn_locks != NULL && i < sk_CRYPTO_dynlock_num(dyn_locks))
    -		pointer = sk_CRYPTO_dynlock_value(dyn_locks, i);
    -	if (pointer)
    -		pointer->references++;
    +    if (dyn_locks != NULL && i < sk_CRYPTO_dynlock_num(dyn_locks))
    +        pointer = sk_CRYPTO_dynlock_value(dyn_locks, i);
    +    if (pointer)
    +        pointer->references++;
     
    -	CRYPTO_w_unlock(CRYPTO_LOCK_DYNLOCK);
    +    CRYPTO_w_unlock(CRYPTO_LOCK_DYNLOCK);
     
    -	if (pointer)
    -		return pointer->data;
    -	return NULL;
    -	}
    +    if (pointer)
    +        return pointer->data;
    +    return NULL;
    +}
     
     struct CRYPTO_dynlock_value *(*CRYPTO_get_dynlock_create_callback(void))
    -	(const char *file,int line)
    -	{
    -	return(dynlock_create_callback);
    -	}
    + (const char *file, int line) {
    +    return (dynlock_create_callback);
    +}
     
    -void (*CRYPTO_get_dynlock_lock_callback(void))(int mode,
    -	struct CRYPTO_dynlock_value *l, const char *file,int line)
    -	{
    -	return(dynlock_lock_callback);
    -	}
    +void (*CRYPTO_get_dynlock_lock_callback(void)) (int mode,
    +                                                struct CRYPTO_dynlock_value
    +                                                *l, const char *file,
    +                                                int line) {
    +    return (dynlock_lock_callback);
    +}
     
     void (*CRYPTO_get_dynlock_destroy_callback(void))
    -	(struct CRYPTO_dynlock_value *l, const char *file,int line)
    -	{
    -	return(dynlock_destroy_callback);
    -	}
    + (struct CRYPTO_dynlock_value *l, const char *file, int line) {
    +    return (dynlock_destroy_callback);
    +}
     
     void CRYPTO_set_dynlock_create_callback(struct CRYPTO_dynlock_value *(*func)
    -	(const char *file, int line))
    -	{
    -	dynlock_create_callback=func;
    -	}
    +                                         (const char *file, int line))
    +{
    +    dynlock_create_callback = func;
    +}
     
    -void CRYPTO_set_dynlock_lock_callback(void (*func)(int mode,
    -	struct CRYPTO_dynlock_value *l, const char *file, int line))
    -	{
    -	dynlock_lock_callback=func;
    -	}
    +void CRYPTO_set_dynlock_lock_callback(void (*func) (int mode,
    +                                                    struct
    +                                                    CRYPTO_dynlock_value *l,
    +                                                    const char *file,
    +                                                    int line))
    +{
    +    dynlock_lock_callback = func;
    +}
     
     void CRYPTO_set_dynlock_destroy_callback(void (*func)
    -	(struct CRYPTO_dynlock_value *l, const char *file, int line))
    -	{
    -	dynlock_destroy_callback=func;
    -	}
    -
    -
    -void (*CRYPTO_get_locking_callback(void))(int mode,int type,const char *file,
    -		int line)
    -	{
    -	return(locking_callback);
    -	}
    -
    -int (*CRYPTO_get_add_lock_callback(void))(int *num,int mount,int type,
    -					  const char *file,int line)
    -	{
    -	return(add_lock_callback);
    -	}
    -
    -void CRYPTO_set_locking_callback(void (*func)(int mode,int type,
    -					      const char *file,int line))
    -	{
    -	/* Calling this here ensures initialisation before any threads
    -	 * are started.
    -	 */
    -	OPENSSL_init();
    -	locking_callback=func;
    -	}
    -
    -void CRYPTO_set_add_lock_callback(int (*func)(int *num,int mount,int type,
    -					      const char *file,int line))
    -	{
    -	add_lock_callback=func;
    -	}
    -
    -/* the memset() here and in set_pointer() seem overkill, but for the sake of
    - * CRYPTO_THREADID_cmp() this avoids any platform silliness that might cause two
    - * "equal" THREADID structs to not be memcmp()-identical. */
    +                                          (struct CRYPTO_dynlock_value *l,
    +                                           const char *file, int line))
    +{
    +    dynlock_destroy_callback = func;
    +}
    +
    +void (*CRYPTO_get_locking_callback(void)) (int mode, int type,
    +                                           const char *file, int line) {
    +    return (locking_callback);
    +}
    +
    +int (*CRYPTO_get_add_lock_callback(void)) (int *num, int mount, int type,
    +                                           const char *file, int line) {
    +    return (add_lock_callback);
    +}
    +
    +void CRYPTO_set_locking_callback(void (*func) (int mode, int type,
    +                                               const char *file, int line))
    +{
    +    /*
    +     * Calling this here ensures initialisation before any threads are
    +     * started.
    +     */
    +    OPENSSL_init();
    +    locking_callback = func;
    +}
    +
    +void CRYPTO_set_add_lock_callback(int (*func) (int *num, int mount, int type,
    +                                               const char *file, int line))
    +{
    +    add_lock_callback = func;
    +}
    +
    +/*
    + * the memset() here and in set_pointer() seem overkill, but for the sake of
    + * CRYPTO_THREADID_cmp() this avoids any platform silliness that might cause
    + * two "equal" THREADID structs to not be memcmp()-identical.
    + */
     void CRYPTO_THREADID_set_numeric(CRYPTO_THREADID *id, unsigned long val)
    -	{
    -	memset(id, 0, sizeof(*id));
    -	id->val = val;
    -	}
    +{
    +    memset(id, 0, sizeof(*id));
    +    id->val = val;
    +}
     
     static const unsigned char hash_coeffs[] = { 3, 5, 7, 11, 13, 17, 19, 23 };
    +
     void CRYPTO_THREADID_set_pointer(CRYPTO_THREADID *id, void *ptr)
    -	{
    -	unsigned char *dest = (void *)&id->val;
    -	unsigned int accum = 0;
    -	unsigned char dnum = sizeof(id->val);
    -
    -	memset(id, 0, sizeof(*id));
    -	id->ptr = ptr;
    -	if (sizeof(id->val) >= sizeof(id->ptr))
    -		{
    -		/* 'ptr' can be embedded in 'val' without loss of uniqueness */
    -		id->val = (unsigned long)id->ptr;
    -		return;
    -		}
    -	/* hash ptr ==> val. Each byte of 'val' gets the mod-256 total of a
    -	 * linear function over the bytes in 'ptr', the co-efficients of which
    -	 * are a sequence of low-primes (hash_coeffs is an 8-element cycle) -
    -	 * the starting prime for the sequence varies for each byte of 'val'
    -	 * (unique polynomials unless pointers are >64-bit). For added spice,
    -	 * the totals accumulate rather than restarting from zero, and the index
    -	 * of the 'val' byte is added each time (position dependence). If I was
    -	 * a black-belt, I'd scan big-endian pointers in reverse to give
    -	 * low-order bits more play, but this isn't crypto and I'd prefer nobody
    -	 * mistake it as such. Plus I'm lazy. */
    -	while (dnum--)
    -		{
    -		const unsigned char *src = (void *)&id->ptr;
    -		unsigned char snum = sizeof(id->ptr);
    -		while (snum--)
    -			accum += *(src++) * hash_coeffs[(snum + dnum) & 7];
    -		accum += dnum;
    -		*(dest++) = accum & 255;
    -		}
    -	}
    -
    -int CRYPTO_THREADID_set_callback(void (*func)(CRYPTO_THREADID *))
    -	{
    -	if (threadid_callback)
    -		return 0;
    -	threadid_callback = func;
    -	return 1;
    -	}
    -
    -void (*CRYPTO_THREADID_get_callback(void))(CRYPTO_THREADID *)
    -	{
    -	return threadid_callback;
    -	}
    +{
    +    unsigned char *dest = (void *)&id->val;
    +    unsigned int accum = 0;
    +    unsigned char dnum = sizeof(id->val);
    +
    +    memset(id, 0, sizeof(*id));
    +    id->ptr = ptr;
    +    if (sizeof(id->val) >= sizeof(id->ptr)) {
    +        /*
    +         * 'ptr' can be embedded in 'val' without loss of uniqueness
    +         */
    +        id->val = (unsigned long)id->ptr;
    +        return;
    +    }
    +    /*
    +     * hash ptr ==> val. Each byte of 'val' gets the mod-256 total of a
    +     * linear function over the bytes in 'ptr', the co-efficients of which
    +     * are a sequence of low-primes (hash_coeffs is an 8-element cycle) - the
    +     * starting prime for the sequence varies for each byte of 'val' (unique
    +     * polynomials unless pointers are >64-bit). For added spice, the totals
    +     * accumulate rather than restarting from zero, and the index of the
    +     * 'val' byte is added each time (position dependence). If I was a
    +     * black-belt, I'd scan big-endian pointers in reverse to give low-order
    +     * bits more play, but this isn't crypto and I'd prefer nobody mistake it
    +     * as such. Plus I'm lazy.
    +     */
    +    while (dnum--) {
    +        const unsigned char *src = (void *)&id->ptr;
    +        unsigned char snum = sizeof(id->ptr);
    +        while (snum--)
    +            accum += *(src++) * hash_coeffs[(snum + dnum) & 7];
    +        accum += dnum;
    +        *(dest++) = accum & 255;
    +    }
    +}
    +
    +int CRYPTO_THREADID_set_callback(void (*func) (CRYPTO_THREADID *))
    +{
    +    if (threadid_callback)
    +        return 0;
    +    threadid_callback = func;
    +    return 1;
    +}
    +
    +void (*CRYPTO_THREADID_get_callback(void)) (CRYPTO_THREADID *) {
    +    return threadid_callback;
    +}
     
     void CRYPTO_THREADID_current(CRYPTO_THREADID *id)
    -	{
    -	if (threadid_callback)
    -		{
    -		threadid_callback(id);
    -		return;
    -		}
    +{
    +    if (threadid_callback) {
    +        threadid_callback(id);
    +        return;
    +    }
     #ifndef OPENSSL_NO_DEPRECATED
    -	/* If the deprecated callback was set, fall back to that */
    -	if (id_callback)
    -		{
    -		CRYPTO_THREADID_set_numeric(id, id_callback());
    -		return;
    -		}
    +    /* If the deprecated callback was set, fall back to that */
    +    if (id_callback) {
    +        CRYPTO_THREADID_set_numeric(id, id_callback());
    +        return;
    +    }
     #endif
    -	/* Else pick a backup */
    +    /* Else pick a backup */
     #ifdef OPENSSL_SYS_WIN16
    -	CRYPTO_THREADID_set_numeric(id, (unsigned long)GetCurrentTask());
    +    CRYPTO_THREADID_set_numeric(id, (unsigned long)GetCurrentTask());
     #elif defined(OPENSSL_SYS_WIN32)
    -	CRYPTO_THREADID_set_numeric(id, (unsigned long)GetCurrentThreadId());
    +    CRYPTO_THREADID_set_numeric(id, (unsigned long)GetCurrentThreadId());
     #elif defined(OPENSSL_SYS_BEOS)
    -	CRYPTO_THREADID_set_numeric(id, (unsigned long)find_thread(NULL));
    +    CRYPTO_THREADID_set_numeric(id, (unsigned long)find_thread(NULL));
     #else
    -	/* For everything else, default to using the address of 'errno' */
    -	CRYPTO_THREADID_set_pointer(id, (void*)&errno);
    +    /* For everything else, default to using the address of 'errno' */
    +    CRYPTO_THREADID_set_pointer(id, (void *)&errno);
     #endif
    -	}
    +}
     
     int CRYPTO_THREADID_cmp(const CRYPTO_THREADID *a, const CRYPTO_THREADID *b)
    -	{
    -	return memcmp(a, b, sizeof(*a));
    -	}
    +{
    +    return memcmp(a, b, sizeof(*a));
    +}
     
     void CRYPTO_THREADID_cpy(CRYPTO_THREADID *dest, const CRYPTO_THREADID *src)
    -	{
    -	memcpy(dest, src, sizeof(*src));
    -	}
    +{
    +    memcpy(dest, src, sizeof(*src));
    +}
     
     unsigned long CRYPTO_THREADID_hash(const CRYPTO_THREADID *id)
    -	{
    -	return id->val;
    -	}
    +{
    +    return id->val;
    +}
     
     #ifndef OPENSSL_NO_DEPRECATED
    -unsigned long (*CRYPTO_get_id_callback(void))(void)
    -	{
    -	return(id_callback);
    -	}
    +unsigned long (*CRYPTO_get_id_callback(void)) (void) {
    +    return (id_callback);
    +}
     
    -void CRYPTO_set_id_callback(unsigned long (*func)(void))
    -	{
    -	id_callback=func;
    -	}
    +void CRYPTO_set_id_callback(unsigned long (*func) (void))
    +{
    +    id_callback = func;
    +}
     
     unsigned long CRYPTO_thread_id(void)
    -	{
    -	unsigned long ret=0;
    -
    -	if (id_callback == NULL)
    -		{
    -#ifdef OPENSSL_SYS_WIN16
    -		ret=(unsigned long)GetCurrentTask();
    -#elif defined(OPENSSL_SYS_WIN32)
    -		ret=(unsigned long)GetCurrentThreadId();
    -#elif defined(GETPID_IS_MEANINGLESS)
    -		ret=1L;
    -#elif defined(OPENSSL_SYS_BEOS)
    -		ret=(unsigned long)find_thread(NULL);
    -#else
    -		ret=(unsigned long)getpid();
    -#endif
    -		}
    -	else
    -		ret=id_callback();
    -	return(ret);
    -	}
    +{
    +    unsigned long ret = 0;
    +
    +    if (id_callback == NULL) {
    +# ifdef OPENSSL_SYS_WIN16
    +        ret = (unsigned long)GetCurrentTask();
    +# elif defined(OPENSSL_SYS_WIN32)
    +        ret = (unsigned long)GetCurrentThreadId();
    +# elif defined(GETPID_IS_MEANINGLESS)
    +        ret = 1L;
    +# elif defined(OPENSSL_SYS_BEOS)
    +        ret = (unsigned long)find_thread(NULL);
    +# else
    +        ret = (unsigned long)getpid();
    +# endif
    +    } else
    +        ret = id_callback();
    +    return (ret);
    +}
     #endif
     
     void CRYPTO_lock(int mode, int type, const char *file, int line)
    -	{
    +{
     #ifdef LOCK_DEBUG
    -		{
    -		CRYPTO_THREADID id;
    -		char *rw_text,*operation_text;
    -
    -		if (mode & CRYPTO_LOCK)
    -			operation_text="lock  ";
    -		else if (mode & CRYPTO_UNLOCK)
    -			operation_text="unlock";
    -		else
    -			operation_text="ERROR ";
    -
    -		if (mode & CRYPTO_READ)
    -			rw_text="r";
    -		else if (mode & CRYPTO_WRITE)
    -			rw_text="w";
    -		else
    -			rw_text="ERROR";
    -
    -		CRYPTO_THREADID_current(&id);
    -		fprintf(stderr,"lock:%08lx:(%s)%s %-18s %s:%d\n",
    -			CRYPTO_THREADID_hash(&id), rw_text, operation_text,
    -			CRYPTO_get_lock_name(type), file, line);
    -		}
    +    {
    +        CRYPTO_THREADID id;
    +        char *rw_text, *operation_text;
    +
    +        if (mode & CRYPTO_LOCK)
    +            operation_text = "lock  ";
    +        else if (mode & CRYPTO_UNLOCK)
    +            operation_text = "unlock";
    +        else
    +            operation_text = "ERROR ";
    +
    +        if (mode & CRYPTO_READ)
    +            rw_text = "r";
    +        else if (mode & CRYPTO_WRITE)
    +            rw_text = "w";
    +        else
    +            rw_text = "ERROR";
    +
    +        CRYPTO_THREADID_current(&id);
    +        fprintf(stderr, "lock:%08lx:(%s)%s %-18s %s:%d\n",
    +                CRYPTO_THREADID_hash(&id), rw_text, operation_text,
    +                CRYPTO_get_lock_name(type), file, line);
    +    }
     #endif
    -	if (type < 0)
    -		{
    -		if (dynlock_lock_callback != NULL)
    -			{
    -			struct CRYPTO_dynlock_value *pointer
    -				= CRYPTO_get_dynlock_value(type);
    +    if (type < 0) {
    +        if (dynlock_lock_callback != NULL) {
    +            struct CRYPTO_dynlock_value *pointer
    +                = CRYPTO_get_dynlock_value(type);
     
    -			OPENSSL_assert(pointer != NULL);
    +            OPENSSL_assert(pointer != NULL);
     
    -			dynlock_lock_callback(mode, pointer, file, line);
    +            dynlock_lock_callback(mode, pointer, file, line);
     
    -			CRYPTO_destroy_dynlockid(type);
    -			}
    -		}
    -	else
    -		if (locking_callback != NULL)
    -			locking_callback(mode,type,file,line);
    -	}
    +            CRYPTO_destroy_dynlockid(type);
    +        }
    +    } else if (locking_callback != NULL)
    +        locking_callback(mode, type, file, line);
    +}
     
     int CRYPTO_add_lock(int *pointer, int amount, int type, const char *file,
    -	     int line)
    -	{
    -	int ret = 0;
    +                    int line)
    +{
    +    int ret = 0;
     
    -	if (add_lock_callback != NULL)
    -		{
    +    if (add_lock_callback != NULL) {
     #ifdef LOCK_DEBUG
    -		int before= *pointer;
    +        int before = *pointer;
     #endif
     
    -		ret=add_lock_callback(pointer,amount,type,file,line);
    +        ret = add_lock_callback(pointer, amount, type, file, line);
     #ifdef LOCK_DEBUG
    -		{
    -		CRYPTO_THREADID id;
    -		CRYPTO_THREADID_current(&id);
    -		fprintf(stderr,"ladd:%08lx:%2d+%2d->%2d %-18s %s:%d\n",
    -			CRYPTO_THREADID_hash(&id), before,amount,ret,
    -			CRYPTO_get_lock_name(type),
    -			file,line);
    -		}
    +        {
    +            CRYPTO_THREADID id;
    +            CRYPTO_THREADID_current(&id);
    +            fprintf(stderr, "ladd:%08lx:%2d+%2d->%2d %-18s %s:%d\n",
    +                    CRYPTO_THREADID_hash(&id), before, amount, ret,
    +                    CRYPTO_get_lock_name(type), file, line);
    +        }
     #endif
    -		}
    -	else
    -		{
    -		CRYPTO_lock(CRYPTO_LOCK|CRYPTO_WRITE,type,file,line);
    +    } else {
    +        CRYPTO_lock(CRYPTO_LOCK | CRYPTO_WRITE, type, file, line);
     
    -		ret= *pointer+amount;
    +        ret = *pointer + amount;
     #ifdef LOCK_DEBUG
    -		{
    -		CRYPTO_THREADID id;
    -		CRYPTO_THREADID_current(&id);
    -		fprintf(stderr,"ladd:%08lx:%2d+%2d->%2d %-18s %s:%d\n",
    -			CRYPTO_THREADID_hash(&id),
    -			*pointer,amount,ret,
    -			CRYPTO_get_lock_name(type),
    -			file,line);
    -		}
    +        {
    +            CRYPTO_THREADID id;
    +            CRYPTO_THREADID_current(&id);
    +            fprintf(stderr, "ladd:%08lx:%2d+%2d->%2d %-18s %s:%d\n",
    +                    CRYPTO_THREADID_hash(&id),
    +                    *pointer, amount, ret,
    +                    CRYPTO_get_lock_name(type), file, line);
    +        }
     #endif
    -		*pointer=ret;
    -		CRYPTO_lock(CRYPTO_UNLOCK|CRYPTO_WRITE,type,file,line);
    -		}
    -	return(ret);
    -	}
    +        *pointer = ret;
    +        CRYPTO_lock(CRYPTO_UNLOCK | CRYPTO_WRITE, type, file, line);
    +    }
    +    return (ret);
    +}
     
     const char *CRYPTO_get_lock_name(int type)
    -	{
    -	if (type < 0)
    -		return("dynamic");
    -	else if (type < CRYPTO_NUM_LOCKS)
    -		return(lock_names[type]);
    -	else if (type-CRYPTO_NUM_LOCKS > sk_OPENSSL_STRING_num(app_locks))
    -		return("ERROR");
    -	else
    -		return(sk_OPENSSL_STRING_value(app_locks,type-CRYPTO_NUM_LOCKS));
    -	}
    -
    -#if	defined(__i386)   || defined(__i386__)   || defined(_M_IX86) || \
    -	defined(__INTEL__) || \
    -	defined(__x86_64) || defined(__x86_64__) || defined(_M_AMD64) || defined(_M_X64)
    -
    -unsigned int  OPENSSL_ia32cap_P[2];
    +{
    +    if (type < 0)
    +        return ("dynamic");
    +    else if (type < CRYPTO_NUM_LOCKS)
    +        return (lock_names[type]);
    +    else if (type - CRYPTO_NUM_LOCKS > sk_OPENSSL_STRING_num(app_locks))
    +        return ("ERROR");
    +    else
    +        return (sk_OPENSSL_STRING_value(app_locks, type - CRYPTO_NUM_LOCKS));
    +}
    +
    +#if     defined(__i386)   || defined(__i386__)   || defined(_M_IX86) || \
    +        defined(__INTEL__) || \
    +        defined(__x86_64) || defined(__x86_64__) || \
    +        defined(_M_AMD64) || defined(_M_X64)
    +
    +extern unsigned int OPENSSL_ia32cap_P[4];
     unsigned long *OPENSSL_ia32cap_loc(void)
    -{   if (sizeof(long)==4)
    -	/*
    -	 * If 32-bit application pulls address of OPENSSL_ia32cap_P[0]
    -	 * clear second element to maintain the illusion that vector
    -	 * is 32-bit.
    -	 */
    -	OPENSSL_ia32cap_P[1]=0;
    +{
    +    if (sizeof(long) == 4)
    +        /*
    +         * If 32-bit application pulls address of OPENSSL_ia32cap_P[0]
    +         * clear second element to maintain the illusion that vector
    +         * is 32-bit.
    +         */
    +        OPENSSL_ia32cap_P[1] = 0;
    +
    +    OPENSSL_ia32cap_P[2] = 0;
    +
         return (unsigned long *)OPENSSL_ia32cap_P;
     }
     
    -#if defined(OPENSSL_CPUID_OBJ) && !defined(OPENSSL_NO_ASM) && !defined(I386_ONLY)
    -#define OPENSSL_CPUID_SETUP
    -#if defined(_WIN32)
    +# if defined(OPENSSL_CPUID_OBJ) && !defined(OPENSSL_NO_ASM) && !defined(I386_ONLY)
    +#  define OPENSSL_CPUID_SETUP
    +#  if defined(_WIN32)
     typedef unsigned __int64 IA32CAP;
    -#else
    +#  else
     typedef unsigned long long IA32CAP;
    -#endif
    +#  endif
     void OPENSSL_cpuid_setup(void)
    -{ static int trigger=0;
    -  IA32CAP OPENSSL_ia32_cpuid(void);
    -  IA32CAP vec;
    -  char *env;
    -
    -    if (trigger)	return;
    -
    -    trigger=1;
    -    if ((env=getenv("OPENSSL_ia32cap"))) {
    -	int off = (env[0]=='~')?1:0;
    -#if defined(_WIN32)
    -	if (!sscanf(env+off,"%I64i",&vec)) vec = strtoul(env+off,NULL,0);
    -#else
    -	if (!sscanf(env+off,"%lli",(long long *)&vec)) vec = strtoul(env+off,NULL,0);
    -#endif
    -	if (off) vec = OPENSSL_ia32_cpuid()&~vec;
    -    }
    -    else
    -	vec = OPENSSL_ia32_cpuid();
    +{
    +    static int trigger = 0;
    +    IA32CAP OPENSSL_ia32_cpuid(unsigned int *);
    +    IA32CAP vec;
    +    char *env;
    +
    +    if (trigger)
    +        return;
    +
    +    trigger = 1;
    +    if ((env = getenv("OPENSSL_ia32cap"))) {
    +        int off = (env[0] == '~') ? 1 : 0;
    +#  if defined(_WIN32)
    +        if (!sscanf(env + off, "%I64i", &vec))
    +            vec = strtoul(env + off, NULL, 0);
    +#  else
    +        if (!sscanf(env + off, "%lli", (long long *)&vec))
    +            vec = strtoul(env + off, NULL, 0);
    +#  endif
    +        if (off)
    +            vec = OPENSSL_ia32_cpuid(OPENSSL_ia32cap_P) & ~vec;
    +        else if (env[0] == ':')
    +            vec = OPENSSL_ia32_cpuid(OPENSSL_ia32cap_P);
    +
    +        OPENSSL_ia32cap_P[2] = 0;
    +        if ((env = strchr(env, ':'))) {
    +            unsigned int vecx;
    +            env++;
    +            off = (env[0] == '~') ? 1 : 0;
    +            vecx = strtoul(env + off, NULL, 0);
    +            if (off)
    +                OPENSSL_ia32cap_P[2] &= ~vecx;
    +            else
    +                OPENSSL_ia32cap_P[2] = vecx;
    +        }
    +    } else
    +        vec = OPENSSL_ia32_cpuid(OPENSSL_ia32cap_P);
     
         /*
          * |(1<<10) sets a reserved bit to signal that variable
          * was initialized already... This is to avoid interference
          * with cpuid snippets in ELF .init segment.
          */
    -    OPENSSL_ia32cap_P[0] = (unsigned int)vec|(1<<10);
    -    OPENSSL_ia32cap_P[1] = (unsigned int)(vec>>32);
    +    OPENSSL_ia32cap_P[0] = (unsigned int)vec | (1 << 10);
    +    OPENSSL_ia32cap_P[1] = (unsigned int)(vec >> 32);
     }
    -#endif
    +# else
    +unsigned int OPENSSL_ia32cap_P[4];
    +# endif
     
     #else
    -unsigned long *OPENSSL_ia32cap_loc(void) { return NULL; }
    +unsigned long *OPENSSL_ia32cap_loc(void)
    +{
    +    return NULL;
    +}
     #endif
     int OPENSSL_NONPIC_relocated = 0;
     #if !defined(OPENSSL_CPUID_SETUP) && !defined(OPENSSL_CPUID_OBJ)
    -void OPENSSL_cpuid_setup(void) {}
    +void OPENSSL_cpuid_setup(void)
    +{
    +}
     #endif
     
     #if (defined(_WIN32) || defined(__CYGWIN__)) && defined(_WINDLL)
    -#ifdef __CYGWIN__
    +# ifdef __CYGWIN__
     /* pick DLL_[PROCESS|THREAD]_[ATTACH|DETACH] definitions */
    -#include 
    -/* this has side-effect of _WIN32 getting defined, which otherwise
    - * is mutually exclusive with __CYGWIN__... */
    -#endif
    +#  include 
    +/*
    + * this has side-effect of _WIN32 getting defined, which otherwise is
    + * mutually exclusive with __CYGWIN__...
    + */
    +# endif
     
    -/* All we really need to do is remove the 'error' state when a thread
    - * detaches */
    -
    -BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason,
    -	     LPVOID lpvReserved)
    -	{
    -	switch(fdwReason)
    -		{
    -	case DLL_PROCESS_ATTACH:
    -		OPENSSL_cpuid_setup();
    -#if defined(_WIN32_WINNT)
    -		{
    -		IMAGE_DOS_HEADER *dos_header = (IMAGE_DOS_HEADER *)hinstDLL;
    -		IMAGE_NT_HEADERS *nt_headers;
    -
    -		if (dos_header->e_magic==IMAGE_DOS_SIGNATURE)
    -			{
    -			nt_headers = (IMAGE_NT_HEADERS *)((char *)dos_header
    -						+ dos_header->e_lfanew);
    -			if (nt_headers->Signature==IMAGE_NT_SIGNATURE &&
    -			    hinstDLL!=(HINSTANCE)(nt_headers->OptionalHeader.ImageBase))
    -				OPENSSL_NONPIC_relocated=1;
    -			}
    -		}
    -#endif
    -		break;
    -	case DLL_THREAD_ATTACH:
    -		break;
    -	case DLL_THREAD_DETACH:
    -		break;
    -	case DLL_PROCESS_DETACH:
    -		break;
    -		}
    -	return(TRUE);
    -	}
    -#endif
    +/*
    + * All we really need to do is remove the 'error' state when a thread
    + * detaches
    + */
     
    -#if defined(_WIN32) && !defined(__CYGWIN__)
    -#include 
    -#include 
    -#ifdef __WATCOMC__
    -#if defined(_UNICODE) || defined(__UNICODE__)
    -#define _vsntprintf _vsnwprintf
    -#else
    -#define _vsntprintf _vsnprintf
    -#endif
    -#endif
    -#ifdef _MSC_VER
    -#define alloca _alloca
    +BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
    +{
    +    switch (fdwReason) {
    +    case DLL_PROCESS_ATTACH:
    +        OPENSSL_cpuid_setup();
    +# if defined(_WIN32_WINNT)
    +        {
    +            IMAGE_DOS_HEADER *dos_header = (IMAGE_DOS_HEADER *) hinstDLL;
    +            IMAGE_NT_HEADERS *nt_headers;
    +
    +            if (dos_header->e_magic == IMAGE_DOS_SIGNATURE) {
    +                nt_headers = (IMAGE_NT_HEADERS *) ((char *)dos_header
    +                                                   + dos_header->e_lfanew);
    +                if (nt_headers->Signature == IMAGE_NT_SIGNATURE &&
    +                    hinstDLL !=
    +                    (HINSTANCE) (nt_headers->OptionalHeader.ImageBase))
    +                    OPENSSL_NONPIC_relocated = 1;
    +            }
    +        }
    +# endif
    +        break;
    +    case DLL_THREAD_ATTACH:
    +        break;
    +    case DLL_THREAD_DETACH:
    +        break;
    +    case DLL_PROCESS_DETACH:
    +        break;
    +    }
    +    return (TRUE);
    +}
     #endif
     
    -#if defined(_WIN32_WINNT) && _WIN32_WINNT>=0x0333
    +#if defined(_WIN32) && !defined(__CYGWIN__)
    +# include 
    +# include 
    +# ifdef __WATCOMC__
    +#  if defined(_UNICODE) || defined(__UNICODE__)
    +#   define _vsntprintf _vsnwprintf
    +#  else
    +#   define _vsntprintf _vsnprintf
    +#  endif
    +# endif
    +# ifdef _MSC_VER
    +#  define alloca _alloca
    +# endif
    +
    +# if defined(_WIN32_WINNT) && _WIN32_WINNT>=0x0333
     int OPENSSL_isservice(void)
    -{ HWINSTA h;
    -  DWORD len;
    -  WCHAR *name;
    -  static union { void *p; int (*f)(void); } _OPENSSL_isservice = { NULL };
    +{
    +    HWINSTA h;
    +    DWORD len;
    +    WCHAR *name;
    +    static union {
    +        void *p;
    +        int (*f) (void);
    +    } _OPENSSL_isservice = {
    +        NULL
    +    };
     
         if (_OPENSSL_isservice.p == NULL) {
    -	HANDLE h = GetModuleHandle(NULL);
    -	if (h != NULL)
    -	    _OPENSSL_isservice.p = GetProcAddress(h,"_OPENSSL_isservice");
    -	if (_OPENSSL_isservice.p == NULL)
    -	    _OPENSSL_isservice.p = (void *)-1;
    +        HANDLE h = GetModuleHandle(NULL);
    +        if (h != NULL)
    +            _OPENSSL_isservice.p = GetProcAddress(h, "_OPENSSL_isservice");
    +        if (_OPENSSL_isservice.p == NULL)
    +            _OPENSSL_isservice.p = (void *)-1;
         }
     
         if (_OPENSSL_isservice.p != (void *)-1)
    -	return (*_OPENSSL_isservice.f)();
    +        return (*_OPENSSL_isservice.f) ();
     
    -    (void)GetDesktopWindow(); /* return value is ignored */
    +    (void)GetDesktopWindow();   /* return value is ignored */
     
         h = GetProcessWindowStation();
    -    if (h==NULL) return -1;
    -
    -    if (GetUserObjectInformationW (h,UOI_NAME,NULL,0,&len) ||
    -	GetLastError() != ERROR_INSUFFICIENT_BUFFER)
    -	return -1;
    -
    -    if (len>512) return -1;		/* paranoia */
    -    len++,len&=~1;			/* paranoia */
    -    name=(WCHAR *)alloca(len+sizeof(WCHAR));
    -    if (!GetUserObjectInformationW (h,UOI_NAME,name,len,&len))
    -	return -1;
    -
    -    len++,len&=~1;			/* paranoia */
    -    name[len/sizeof(WCHAR)]=L'\0';	/* paranoia */
    -#if 1
    -    /* This doesn't cover "interactive" services [working with real
    -     * WinSta0's] nor programs started non-interactively by Task
    -     * Scheduler [those are working with SAWinSta]. */
    -    if (wcsstr(name,L"Service-0x"))	return 1;
    -#else
    +    if (h == NULL)
    +        return -1;
    +
    +    if (GetUserObjectInformationW(h, UOI_NAME, NULL, 0, &len) ||
    +        GetLastError() != ERROR_INSUFFICIENT_BUFFER)
    +        return -1;
    +
    +    if (len > 512)
    +        return -1;              /* paranoia */
    +    len++, len &= ~1;           /* paranoia */
    +    name = (WCHAR *)alloca(len + sizeof(WCHAR));
    +    if (!GetUserObjectInformationW(h, UOI_NAME, name, len, &len))
    +        return -1;
    +
    +    len++, len &= ~1;           /* paranoia */
    +    name[len / sizeof(WCHAR)] = L'\0'; /* paranoia */
    +#  if 1
    +    /*
    +     * This doesn't cover "interactive" services [working with real
    +     * WinSta0's] nor programs started non-interactively by Task Scheduler
    +     * [those are working with SAWinSta].
    +     */
    +    if (wcsstr(name, L"Service-0x"))
    +        return 1;
    +#  else
         /* This covers all non-interactive programs such as services. */
    -    if (!wcsstr(name,L"WinSta0"))	return 1;
    -#endif
    -    else				return 0;
    +    if (!wcsstr(name, L"WinSta0"))
    +        return 1;
    +#  endif
    +    else
    +        return 0;
     }
    -#else
    -int OPENSSL_isservice(void) { return 0; }
    -#endif
    -
    -void OPENSSL_showfatal (const char *fmta,...)
    -{ va_list ap;
    -  TCHAR buf[256];
    -  const TCHAR *fmt;
    -#ifdef STD_ERROR_HANDLE	/* what a dirty trick! */
    -  HANDLE h;
    -
    -    if ((h=GetStdHandle(STD_ERROR_HANDLE)) != NULL &&
    -	GetFileType(h)!=FILE_TYPE_UNKNOWN)
    -    {	/* must be console application */
    -	va_start (ap,fmta);
    -	vfprintf (stderr,fmta,ap);
    -	va_end (ap);
    -	return;
    +# else
    +int OPENSSL_isservice(void)
    +{
    +    return 0;
    +}
    +# endif
    +
    +void OPENSSL_showfatal(const char *fmta, ...)
    +{
    +    va_list ap;
    +    TCHAR buf[256];
    +    const TCHAR *fmt;
    +# ifdef STD_ERROR_HANDLE        /* what a dirty trick! */
    +    HANDLE h;
    +
    +    if ((h = GetStdHandle(STD_ERROR_HANDLE)) != NULL &&
    +        GetFileType(h) != FILE_TYPE_UNKNOWN) {
    +        /* must be console application */
    +        int len;
    +        DWORD out;
    +
    +        va_start(ap, fmta);
    +        len = _vsnprintf((char *)buf, sizeof(buf), fmta, ap);
    +        WriteFile(h, buf, len < 0 ? sizeof(buf) : (DWORD) len, &out, NULL);
    +        va_end(ap);
    +        return;
         }
    -#endif
    -
    -    if (sizeof(TCHAR)==sizeof(char))
    -	fmt=(const TCHAR *)fmta;
    -    else do
    -    { int    keepgoing;
    -      size_t len_0=strlen(fmta)+1,i;
    -      WCHAR *fmtw;
    +# endif
     
    -	fmtw = (WCHAR *)alloca(len_0*sizeof(WCHAR));
    -	if (fmtw == NULL) { fmt=(const TCHAR *)L"no stack?"; break; }
    -
    -#ifndef OPENSSL_NO_MULTIBYTE
    -	if (!MultiByteToWideChar(CP_ACP,0,fmta,len_0,fmtw,len_0))
    -#endif
    -	    for (i=0;i=0x0333
    -    /* this -------------v--- guards NT-specific calls */
    -    if (check_winnt() && OPENSSL_isservice() > 0)
    -    {	HANDLE h = RegisterEventSource(0,_T("OPENSSL"));
    -	const TCHAR *pmsg=buf;
    -	ReportEvent(h,EVENTLOG_ERROR_TYPE,0,0,0,1,0,&pmsg,0);
    -	DeregisterEventSource(h);
    -    }
    +    if (sizeof(TCHAR) == sizeof(char))
    +        fmt = (const TCHAR *)fmta;
         else
    -#endif
    -	MessageBox (NULL,buf,_T("OpenSSL: FATAL"),MB_OK|MB_ICONSTOP);
    +        do {
    +            int keepgoing;
    +            size_t len_0 = strlen(fmta) + 1, i;
    +            WCHAR *fmtw;
    +
    +            fmtw = (WCHAR *)alloca(len_0 * sizeof(WCHAR));
    +            if (fmtw == NULL) {
    +                fmt = (const TCHAR *)L"no stack?";
    +                break;
    +            }
    +# ifndef OPENSSL_NO_MULTIBYTE
    +            if (!MultiByteToWideChar(CP_ACP, 0, fmta, len_0, fmtw, len_0))
    +# endif
    +                for (i = 0; i < len_0; i++)
    +                    fmtw[i] = (WCHAR)fmta[i];
    +
    +            for (i = 0; i < len_0; i++) {
    +                if (fmtw[i] == L'%')
    +                    do {
    +                        keepgoing = 0;
    +                        switch (fmtw[i + 1]) {
    +                        case L'0':
    +                        case L'1':
    +                        case L'2':
    +                        case L'3':
    +                        case L'4':
    +                        case L'5':
    +                        case L'6':
    +                        case L'7':
    +                        case L'8':
    +                        case L'9':
    +                        case L'.':
    +                        case L'*':
    +                        case L'-':
    +                            i++;
    +                            keepgoing = 1;
    +                            break;
    +                        case L's':
    +                            fmtw[i + 1] = L'S';
    +                            break;
    +                        case L'S':
    +                            fmtw[i + 1] = L's';
    +                            break;
    +                        case L'c':
    +                            fmtw[i + 1] = L'C';
    +                            break;
    +                        case L'C':
    +                            fmtw[i + 1] = L'c';
    +                            break;
    +                        }
    +                    } while (keepgoing);
    +            }
    +            fmt = (const TCHAR *)fmtw;
    +        } while (0);
    +
    +    va_start(ap, fmta);
    +    _vsntprintf(buf, sizeof(buf) / sizeof(TCHAR) - 1, fmt, ap);
    +    buf[sizeof(buf) / sizeof(TCHAR) - 1] = _T('\0');
    +    va_end(ap);
    +
    +# if defined(_WIN32_WINNT) && _WIN32_WINNT>=0x0333
    +    /* this -------------v--- guards NT-specific calls */
    +    if (check_winnt() && OPENSSL_isservice() > 0) {
    +        HANDLE h = RegisterEventSource(0, _T("OPENSSL"));
    +        const TCHAR *pmsg = buf;
    +        ReportEvent(h, EVENTLOG_ERROR_TYPE, 0, 0, 0, 1, 0, &pmsg, 0);
    +        DeregisterEventSource(h);
    +    } else
    +# endif
    +        MessageBox(NULL, buf, _T("OpenSSL: FATAL"), MB_OK | MB_ICONSTOP);
     }
     #else
    -void OPENSSL_showfatal (const char *fmta,...)
    -{ va_list ap;
    +void OPENSSL_showfatal(const char *fmta, ...)
    +{
    +    va_list ap;
     
    -    va_start (ap,fmta);
    -    vfprintf (stderr,fmta,ap);
    -    va_end (ap);
    +    va_start(ap, fmta);
    +    vfprintf(stderr, fmta, ap);
    +    va_end(ap);
    +}
    +
    +int OPENSSL_isservice(void)
    +{
    +    return 0;
     }
    -int OPENSSL_isservice (void) { return 0; }
     #endif
     
    -void OpenSSLDie(const char *file,int line,const char *assertion)
    -	{
    -	OPENSSL_showfatal(
    -		"%s(%d): OpenSSL internal error, assertion failed: %s\n",
    -		file,line,assertion);
    +void OpenSSLDie(const char *file, int line, const char *assertion)
    +{
    +    OPENSSL_showfatal
    +        ("%s(%d): OpenSSL internal error, assertion failed: %s\n", file, line,
    +         assertion);
     #if !defined(_WIN32) || defined(__CYGWIN__)
    -	abort();
    +    abort();
     #else
    -	/* Win32 abort() customarily shows a dialog, but we just did that... */
    -	raise(SIGABRT);
    -	_exit(3);
    +    /*
    +     * Win32 abort() customarily shows a dialog, but we just did that...
    +     */
    +# if !defined(_WIN32_WCE)
    +    raise(SIGABRT);
    +# endif
    +    _exit(3);
     #endif
    -	}
    +}
     
    -void *OPENSSL_stderr(void)	{ return stderr; }
    +void *OPENSSL_stderr(void)
    +{
    +    return stderr;
    +}
     
     int CRYPTO_memcmp(const void *in_a, const void *in_b, size_t len)
    -	{
    -	size_t i;
    -	const unsigned char *a = in_a;
    -	const unsigned char *b = in_b;
    -	unsigned char x = 0;
    +{
    +    size_t i;
    +    const unsigned char *a = in_a;
    +    const unsigned char *b = in_b;
    +    unsigned char x = 0;
     
    -	for (i = 0; i < len; i++)
    -		x |= a[i] ^ b[i];
    +    for (i = 0; i < len; i++)
    +        x |= a[i] ^ b[i];
     
    -	return x;
    -	}
    +    return x;
    +}
    diff --git a/openssl/crypto/cryptlib.h b/openssl/crypto/cryptlib.h
    index d26f9630e..fba180a6b 100644
    --- a/openssl/crypto/cryptlib.h
    +++ b/openssl/crypto/cryptlib.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -57,50 +57,50 @@
      */
     
     #ifndef HEADER_CRYPTLIB_H
    -#define HEADER_CRYPTLIB_H
    +# define HEADER_CRYPTLIB_H
     
    -#include 
    -#include 
    +# include 
    +# include 
     
    -#include "e_os.h"
    +# include "e_os.h"
     
    -#ifdef OPENSSL_USE_APPLINK
    -#define BIO_FLAGS_UPLINK 0x8000
    -#include "ms/uplink.h"
    -#endif
    +# ifdef OPENSSL_USE_APPLINK
    +#  define BIO_FLAGS_UPLINK 0x8000
    +#  include "ms/uplink.h"
    +# endif
     
    -#include 
    -#include  
    -#include  
    -#include 
    -#include 
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -#ifndef OPENSSL_SYS_VMS
    -#define X509_CERT_AREA		OPENSSLDIR
    -#define X509_CERT_DIR		OPENSSLDIR "/certs"
    -#define X509_CERT_FILE		OPENSSLDIR "/cert.pem"
    -#define X509_PRIVATE_DIR	OPENSSLDIR "/private"
    -#else
    -#define X509_CERT_AREA		"SSLROOT:[000000]"
    -#define X509_CERT_DIR		"SSLCERTS:"
    -#define X509_CERT_FILE		"SSLCERTS:cert.pem"
    -#define X509_PRIVATE_DIR        "SSLPRIVATE:"
    -#endif
    +# ifndef OPENSSL_SYS_VMS
    +#  define X509_CERT_AREA          OPENSSLDIR
    +#  define X509_CERT_DIR           OPENSSLDIR "/certs"
    +#  define X509_CERT_FILE          OPENSSLDIR "/cert.pem"
    +#  define X509_PRIVATE_DIR        OPENSSLDIR "/private"
    +# else
    +#  define X509_CERT_AREA          "SSLROOT:[000000]"
    +#  define X509_CERT_DIR           "SSLCERTS:"
    +#  define X509_CERT_FILE          "SSLCERTS:cert.pem"
    +#  define X509_PRIVATE_DIR        "SSLPRIVATE:"
    +# endif
     
    -#define X509_CERT_DIR_EVP        "SSL_CERT_DIR"
    -#define X509_CERT_FILE_EVP       "SSL_CERT_FILE"
    +# define X509_CERT_DIR_EVP        "SSL_CERT_DIR"
    +# define X509_CERT_FILE_EVP       "SSL_CERT_FILE"
     
     /* size of string representations */
    -#define DECIMAL_SIZE(type)	((sizeof(type)*8+2)/3+1)
    -#define HEX_SIZE(type)		(sizeof(type)*2)
    +# define DECIMAL_SIZE(type)      ((sizeof(type)*8+2)/3+1)
    +# define HEX_SIZE(type)          (sizeof(type)*2)
     
     void OPENSSL_cpuid_setup(void);
     extern unsigned int OPENSSL_ia32cap_P[];
    -void OPENSSL_showfatal(const char *fmta,...);
    +void OPENSSL_showfatal(const char *fmta, ...);
     void *OPENSSL_stderr(void);
     extern int OPENSSL_NONPIC_relocated;
     
    diff --git a/openssl/crypto/crypto-lib.com b/openssl/crypto/crypto-lib.com
    index a136f4b0b..1423cac28 100644
    --- a/openssl/crypto/crypto-lib.com
    +++ b/openssl/crypto/crypto-lib.com
    @@ -214,7 +214,7 @@ $! The contents of these variables are copied from the LIBOBJ variable in the
     $! corresponding Makefile from each corresponding subdirectory, with .o stripped
     $! and spaces replaced with commas.
     $ LIB_ = "cryptlib,mem,mem_dbg,cversion,ex_data,cpt_err,ebcdic,"+ -
    -	"uid,o_time,o_str,o_dir,o_fips.c,o_init,fips_ers,mem_clr"
    +	"uid,o_time,o_str,o_dir,o_fips,o_init,fips_ers,mem_clr"
     $ LIB_OBJECTS = "o_names,obj_dat,obj_lib,obj_err,obj_xref"
     $ LIB_MD2 = "md2_dgst,md2_one"
     $ LIB_MD4 = "md4_dgst,md4_one"
    @@ -231,17 +231,19 @@ $ LIB_DES = "set_key,ecb_enc,cbc_enc,"+ -
     	"des_enc,fcrypt_b,"+ -
     	"fcrypt,xcbc_enc,rpc_enc,cbc_cksm,"+ -
     	"ede_cbcm_enc,des_old,des_old2,read2pwd"
    +$ LIB_AES = "aes_misc,aes_ecb,aes_cfb,aes_ofb,aes_ctr,aes_ige,aes_wrap,"+ -
    +	"aes_core,aes_cbc"
     $ LIB_RC2 = "rc2_ecb,rc2_skey,rc2_cbc,rc2cfb64,rc2ofb64"
     $ LIB_RC4 = "rc4_enc,rc4_skey,rc4_utl"
     $ LIB_RC5 = "rc5_skey,rc5_ecb,rc5_enc,rc5cfb64,rc5ofb64"
     $ LIB_IDEA = "i_cbc,i_cfb64,i_ofb64,i_ecb,i_skey"
     $ LIB_BF = "bf_skey,bf_ecb,bf_enc,bf_cfb64,bf_ofb64"
     $ LIB_CAST = "c_skey,c_ecb,c_enc,c_cfb64,c_ofb64"
    -$ LIB_CAMELLIA = "cmll_ecb,cmll_ofb,cmll_cfb,cmll_ctr,cmll_utl,"+ -
    -	"camellia,cmll_misc,cmll_cbc"
    +$ LIB_CAMELLIA = "cmll_ecb,cmll_ofb,cmll_cfb,cmll_ctr,"+ -
    +	"cmll_utl,camellia,cmll_misc,cmll_cbc"
     $ LIB_SEED = "seed,seed_ecb,seed_cbc,seed_cfb,seed_ofb"
     $ LIB_MODES = "cbc128,ctr128,cts128,cfb128,ofb128,gcm128,"+ -
    -	"ccm128,xts128"
    +       "ccm128,xts128,wrap128"
     $ LIB_BN_ASM = "[.asm]vms.mar,vms-helper"
     $ IF F$TRNLNM("OPENSSL_NO_ASM") .OR. ARCH .NES. "VAX" THEN -
          LIB_BN_ASM = "bn_asm"
    @@ -263,8 +265,8 @@ $ LIB_DSA = "dsa_gen,dsa_key,dsa_lib,dsa_asn1,dsa_vrf,dsa_sign,"+ -
     	"dsa_err,dsa_ossl,dsa_depr,dsa_ameth,dsa_pmeth,dsa_prn"
     $ LIB_ECDSA = "ecs_lib,ecs_asn1,ecs_ossl,ecs_sign,ecs_vrf,ecs_err"
     $ LIB_DH = "dh_asn1,dh_gen,dh_key,dh_lib,dh_check,dh_err,dh_depr,"+ -
    -	"dh_ameth,dh_pmeth,dh_prn"
    -$ LIB_ECDH = "ech_lib,ech_ossl,ech_key,ech_err"
    +	"dh_ameth,dh_pmeth,dh_prn,dh_rfc5114,dh_kdf"
    +$ LIB_ECDH = "ech_lib,ech_ossl,ech_key,ech_err,ech_kdf"
     $ LIB_DSO = "dso_dl,dso_dlfcn,dso_err,dso_lib,dso_null,"+ -
     	"dso_openssl,dso_win32,dso_vms,dso_beos"
     $ LIB_ENGINE = "eng_err,eng_lib,eng_list,eng_init,eng_ctrl,"+ -
    @@ -272,9 +274,7 @@ $ LIB_ENGINE = "eng_err,eng_lib,eng_list,eng_init,eng_ctrl,"+ -
     	"tb_rsa,tb_dsa,tb_ecdsa,tb_dh,tb_ecdh,tb_rand,tb_store,"+ -
     	"tb_cipher,tb_digest,tb_pkmeth,tb_asnmth,"+ -
     	"eng_openssl,eng_cnf,eng_dyn,eng_cryptodev,"+ -
    -	"eng_rsax,eng_rdrand"
    -$ LIB_AES = "aes_misc,aes_ecb,aes_cfb,aes_ofb,aes_ctr,aes_ige,aes_wrap,"+ -
    -	"aes_core,aes_cbc"
    +	"eng_rdrand"
     $ LIB_BUFFER = "buffer,buf_str,buf_err"
     $ LIB_BIO = "bio_lib,bio_cb,bio_err,"+ -
     	"bss_mem,bss_null,bss_fd,"+ -
    @@ -298,8 +298,8 @@ $ LIB_EVP_2 = "m_null,m_md2,m_md4,m_md5,m_sha,m_sha1,m_wp," + -
     	"bio_md,bio_b64,bio_enc,evp_err,e_null,"+ -
     	"c_all,c_allc,c_alld,evp_lib,bio_ok,"+-
     	"evp_pkey,evp_pbe,p5_crpt,p5_crpt2"
    -$ LIB_EVP_3 = "e_old,pmeth_lib,pmeth_fn,pmeth_gn,m_sigver,evp_fips,"+ -
    -	"e_aes_cbc_hmac_sha1,e_rc4_hmac_md5"
    +$ LIB_EVP_3 = "e_old,pmeth_lib,pmeth_fn,pmeth_gn,m_sigver,"+ -
    +	"e_aes_cbc_hmac_sha1,e_aes_cbc_hmac_sha256,e_rc4_hmac_md5"
     $ LIB_ASN1 = "a_object,a_bitstr,a_utctm,a_gentm,a_time,a_int,a_octet,"+ -
     	"a_print,a_type,a_set,a_dup,a_d2i_fp,a_i2d_fp,"+ -
     	"a_enum,a_utf8,a_sign,a_digest,a_verify,a_mbstr,a_strex,"+ -
    @@ -326,7 +326,7 @@ $ LIB_X509V3 = "v3_bcons,v3_bitst,v3_conf,v3_extku,v3_ia5,v3_lib,"+ -
     	"v3_int,v3_enum,v3_sxnet,v3_cpols,v3_crld,v3_purp,v3_info,"+ -
     	"v3_ocsp,v3_akeya,v3_pmaps,v3_pcons,v3_ncons,v3_pcia,v3_pci,"+ -
     	"pcy_cache,pcy_node,pcy_data,pcy_map,pcy_tree,pcy_lib,"+ -
    -	"v3_asid,v3_addr"
    +	"v3_asid,v3_addr,v3_scts"
     $ LIB_CONF = "conf_err,conf_lib,conf_api,conf_def,conf_mod,conf_mall,conf_sap"
     $ LIB_TXT_DB = "txt_db"
     $ LIB_PKCS7 = "pk7_asn1,pk7_lib,pkcs7err,pk7_doit,pk7_smime,pk7_attr,"+ -
    @@ -343,7 +343,7 @@ $ LIB_UI = "ui_err,ui_lib,ui_openssl,ui_util"+LIB_UI_COMPAT
     $ LIB_KRB5 = "krb5_asn"
     $ LIB_CMS = "cms_lib,cms_asn1,cms_att,cms_io,cms_smime,cms_err,"+ -
     	"cms_sd,cms_dd,cms_cd,cms_env,cms_enc,cms_ess,"+ -
    -	"cms_pwri"
    +       "cms_pwri,cms_kari"
     $ LIB_PQUEUE = "pqueue"
     $ LIB_TS = "ts_err,ts_req_utils,ts_req_print,ts_rsp_utils,ts_rsp_print,"+ -
     	"ts_rsp_sign,ts_rsp_verify,ts_verify_ctx,ts_lib,ts_conf,"+ -
    @@ -1141,7 +1141,7 @@ $ IF F$TYPE(USER_CCFLAGS) .NES. "" THEN CCEXTRAFLAGS = USER_CCFLAGS
     $ CCDISABLEWARNINGS = "" !!! "MAYLOSEDATA3" !!! "LONGLONGTYPE,LONGLONGSUFX,FOUNDCR"
     $ IF F$TYPE(USER_CCDISABLEWARNINGS) .NES. ""
     $ THEN
    -$     IF CCDISABLEWARNINGS .NES. "" THEN CCDISABLEWARNINGS = CCDISABLEWARNINGS + ","
    +$     IF CCDISABLEWARNINGS .NES. THEN CCDISABLEWARNINGS = CCDISABLEWARNINGS + ","
     $     CCDISABLEWARNINGS = CCDISABLEWARNINGS + USER_CCDISABLEWARNINGS
     $ ENDIF
     $!
    diff --git a/openssl/crypto/crypto.h b/openssl/crypto/crypto.h
    index f92fc5182..c450d7a3c 100644
    --- a/openssl/crypto/crypto.h
    +++ b/openssl/crypto/crypto.h
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -58,21 +58,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -87,10 +87,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -102,7 +102,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -110,276 +110,288 @@
      */
     /* ====================================================================
      * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
    - * ECDH support in OpenSSL originally developed by 
    + * ECDH support in OpenSSL originally developed by
      * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
      */
     
     #ifndef HEADER_CRYPTO_H
    -#define HEADER_CRYPTO_H
    +# define HEADER_CRYPTO_H
     
    -#include 
    +# include 
     
    -#include 
    +# include 
     
    -#ifndef OPENSSL_NO_FP_API
    -#include 
    -#endif
    +# ifndef OPENSSL_NO_FP_API
    +#  include 
    +# endif
     
    -#include 
    -#include 
    -#include 
    -#include 
    +# include 
    +# include 
    +# include 
    +# include 
     
    -#ifdef CHARSET_EBCDIC
    -#include 
    -#endif
    +# ifdef CHARSET_EBCDIC
    +#  include 
    +# endif
     
    -/* Resolve problems on some operating systems with symbol names that clash
    -   one way or another */
    -#include 
    +/*
    + * Resolve problems on some operating systems with symbol names that clash
    + * one way or another
    + */
    +# include 
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
     /* Backward compatibility to SSLeay */
    -/* This is more to be used to check the correct DLL is being used
    - * in the MS world. */
    -#define SSLEAY_VERSION_NUMBER	OPENSSL_VERSION_NUMBER
    -#define SSLEAY_VERSION		0
    -/* #define SSLEAY_OPTIONS	1 no longer supported */
    -#define SSLEAY_CFLAGS		2
    -#define SSLEAY_BUILT_ON		3
    -#define SSLEAY_PLATFORM		4
    -#define SSLEAY_DIR		5
    +/*
    + * This is more to be used to check the correct DLL is being used in the MS
    + * world.
    + */
    +# define SSLEAY_VERSION_NUMBER   OPENSSL_VERSION_NUMBER
    +# define SSLEAY_VERSION          0
    +/* #define SSLEAY_OPTIONS       1 no longer supported */
    +# define SSLEAY_CFLAGS           2
    +# define SSLEAY_BUILT_ON         3
    +# define SSLEAY_PLATFORM         4
    +# define SSLEAY_DIR              5
     
     /* Already declared in ossl_typ.h */
    -#if 0
    +# if 0
     typedef struct crypto_ex_data_st CRYPTO_EX_DATA;
     /* Called when a new object is created */
    -typedef int CRYPTO_EX_new(void *parent, void *ptr, CRYPTO_EX_DATA *ad,
    -					int idx, long argl, void *argp);
    +typedef int CRYPTO_EX_new (void *parent, void *ptr, CRYPTO_EX_DATA *ad,
    +                           int idx, long argl, void *argp);
     /* Called when an object is free()ed */
    -typedef void CRYPTO_EX_free(void *parent, void *ptr, CRYPTO_EX_DATA *ad,
    -					int idx, long argl, void *argp);
    +typedef void CRYPTO_EX_free (void *parent, void *ptr, CRYPTO_EX_DATA *ad,
    +                             int idx, long argl, void *argp);
     /* Called when we need to dup an object */
    -typedef int CRYPTO_EX_dup(CRYPTO_EX_DATA *to, CRYPTO_EX_DATA *from, void *from_d, 
    -					int idx, long argl, void *argp);
    -#endif
    +typedef int CRYPTO_EX_dup (CRYPTO_EX_DATA *to, CRYPTO_EX_DATA *from,
    +                           void *from_d, int idx, long argl, void *argp);
    +# endif
     
     /* A generic structure to pass assorted data in a expandable way */
    -typedef struct openssl_item_st
    -	{
    -	int code;
    -	void *value;		/* Not used for flag attributes */
    -	size_t value_size;	/* Max size of value for output, length for input */
    -	size_t *value_length;	/* Returned length of value for output */
    -	} OPENSSL_ITEM;
    -
    -
    -/* When changing the CRYPTO_LOCK_* list, be sure to maintin the text lock
    +typedef struct openssl_item_st {
    +    int code;
    +    void *value;                /* Not used for flag attributes */
    +    size_t value_size;          /* Max size of value for output, length for
    +                                 * input */
    +    size_t *value_length;       /* Returned length of value for output */
    +} OPENSSL_ITEM;
    +
    +/*
    + * When changing the CRYPTO_LOCK_* list, be sure to maintin the text lock
      * names in cryptlib.c
      */
     
    -#define	CRYPTO_LOCK_ERR			1
    -#define	CRYPTO_LOCK_EX_DATA		2
    -#define	CRYPTO_LOCK_X509		3
    -#define	CRYPTO_LOCK_X509_INFO		4
    -#define	CRYPTO_LOCK_X509_PKEY		5
    -#define CRYPTO_LOCK_X509_CRL		6
    -#define CRYPTO_LOCK_X509_REQ		7
    -#define CRYPTO_LOCK_DSA			8
    -#define CRYPTO_LOCK_RSA			9
    -#define CRYPTO_LOCK_EVP_PKEY		10
    -#define CRYPTO_LOCK_X509_STORE		11
    -#define CRYPTO_LOCK_SSL_CTX		12
    -#define CRYPTO_LOCK_SSL_CERT		13
    -#define CRYPTO_LOCK_SSL_SESSION		14
    -#define CRYPTO_LOCK_SSL_SESS_CERT	15
    -#define CRYPTO_LOCK_SSL			16
    -#define CRYPTO_LOCK_SSL_METHOD		17
    -#define CRYPTO_LOCK_RAND		18
    -#define CRYPTO_LOCK_RAND2		19
    -#define CRYPTO_LOCK_MALLOC		20
    -#define CRYPTO_LOCK_BIO			21
    -#define CRYPTO_LOCK_GETHOSTBYNAME	22
    -#define CRYPTO_LOCK_GETSERVBYNAME	23
    -#define CRYPTO_LOCK_READDIR		24
    -#define CRYPTO_LOCK_RSA_BLINDING	25
    -#define CRYPTO_LOCK_DH			26
    -#define CRYPTO_LOCK_MALLOC2		27
    -#define CRYPTO_LOCK_DSO			28
    -#define CRYPTO_LOCK_DYNLOCK		29
    -#define CRYPTO_LOCK_ENGINE		30
    -#define CRYPTO_LOCK_UI			31
    -#define CRYPTO_LOCK_ECDSA               32
    -#define CRYPTO_LOCK_EC			33
    -#define CRYPTO_LOCK_ECDH		34
    -#define CRYPTO_LOCK_BN  		35
    -#define CRYPTO_LOCK_EC_PRE_COMP		36
    -#define CRYPTO_LOCK_STORE		37
    -#define CRYPTO_LOCK_COMP		38
    -#define CRYPTO_LOCK_FIPS		39
    -#define CRYPTO_LOCK_FIPS2		40
    -#define CRYPTO_NUM_LOCKS		41
    -
    -#define CRYPTO_LOCK		1
    -#define CRYPTO_UNLOCK		2
    -#define CRYPTO_READ		4
    -#define CRYPTO_WRITE		8
    -
    -#ifndef OPENSSL_NO_LOCKING
    -#ifndef CRYPTO_w_lock
    -#define CRYPTO_w_lock(type)	\
    -	CRYPTO_lock(CRYPTO_LOCK|CRYPTO_WRITE,type,__FILE__,__LINE__)
    -#define CRYPTO_w_unlock(type)	\
    -	CRYPTO_lock(CRYPTO_UNLOCK|CRYPTO_WRITE,type,__FILE__,__LINE__)
    -#define CRYPTO_r_lock(type)	\
    -	CRYPTO_lock(CRYPTO_LOCK|CRYPTO_READ,type,__FILE__,__LINE__)
    -#define CRYPTO_r_unlock(type)	\
    -	CRYPTO_lock(CRYPTO_UNLOCK|CRYPTO_READ,type,__FILE__,__LINE__)
    -#define CRYPTO_add(addr,amount,type)	\
    -	CRYPTO_add_lock(addr,amount,type,__FILE__,__LINE__)
    -#endif
    -#else
    -#define CRYPTO_w_lock(a)
    -#define CRYPTO_w_unlock(a)
    -#define CRYPTO_r_lock(a)
    -#define CRYPTO_r_unlock(a)
    -#define CRYPTO_add(a,b,c)	((*(a))+=(b))
    -#endif
    +# define CRYPTO_LOCK_ERR                 1
    +# define CRYPTO_LOCK_EX_DATA             2
    +# define CRYPTO_LOCK_X509                3
    +# define CRYPTO_LOCK_X509_INFO           4
    +# define CRYPTO_LOCK_X509_PKEY           5
    +# define CRYPTO_LOCK_X509_CRL            6
    +# define CRYPTO_LOCK_X509_REQ            7
    +# define CRYPTO_LOCK_DSA                 8
    +# define CRYPTO_LOCK_RSA                 9
    +# define CRYPTO_LOCK_EVP_PKEY            10
    +# define CRYPTO_LOCK_X509_STORE          11
    +# define CRYPTO_LOCK_SSL_CTX             12
    +# define CRYPTO_LOCK_SSL_CERT            13
    +# define CRYPTO_LOCK_SSL_SESSION         14
    +# define CRYPTO_LOCK_SSL_SESS_CERT       15
    +# define CRYPTO_LOCK_SSL                 16
    +# define CRYPTO_LOCK_SSL_METHOD          17
    +# define CRYPTO_LOCK_RAND                18
    +# define CRYPTO_LOCK_RAND2               19
    +# define CRYPTO_LOCK_MALLOC              20
    +# define CRYPTO_LOCK_BIO                 21
    +# define CRYPTO_LOCK_GETHOSTBYNAME       22
    +# define CRYPTO_LOCK_GETSERVBYNAME       23
    +# define CRYPTO_LOCK_READDIR             24
    +# define CRYPTO_LOCK_RSA_BLINDING        25
    +# define CRYPTO_LOCK_DH                  26
    +# define CRYPTO_LOCK_MALLOC2             27
    +# define CRYPTO_LOCK_DSO                 28
    +# define CRYPTO_LOCK_DYNLOCK             29
    +# define CRYPTO_LOCK_ENGINE              30
    +# define CRYPTO_LOCK_UI                  31
    +# define CRYPTO_LOCK_ECDSA               32
    +# define CRYPTO_LOCK_EC                  33
    +# define CRYPTO_LOCK_ECDH                34
    +# define CRYPTO_LOCK_BN                  35
    +# define CRYPTO_LOCK_EC_PRE_COMP         36
    +# define CRYPTO_LOCK_STORE               37
    +# define CRYPTO_LOCK_COMP                38
    +# define CRYPTO_LOCK_FIPS                39
    +# define CRYPTO_LOCK_FIPS2               40
    +# define CRYPTO_NUM_LOCKS                41
    +
    +# define CRYPTO_LOCK             1
    +# define CRYPTO_UNLOCK           2
    +# define CRYPTO_READ             4
    +# define CRYPTO_WRITE            8
    +
    +# ifndef OPENSSL_NO_LOCKING
    +#  ifndef CRYPTO_w_lock
    +#   define CRYPTO_w_lock(type)     \
    +        CRYPTO_lock(CRYPTO_LOCK|CRYPTO_WRITE,type,__FILE__,__LINE__)
    +#   define CRYPTO_w_unlock(type)   \
    +        CRYPTO_lock(CRYPTO_UNLOCK|CRYPTO_WRITE,type,__FILE__,__LINE__)
    +#   define CRYPTO_r_lock(type)     \
    +        CRYPTO_lock(CRYPTO_LOCK|CRYPTO_READ,type,__FILE__,__LINE__)
    +#   define CRYPTO_r_unlock(type)   \
    +        CRYPTO_lock(CRYPTO_UNLOCK|CRYPTO_READ,type,__FILE__,__LINE__)
    +#   define CRYPTO_add(addr,amount,type)    \
    +        CRYPTO_add_lock(addr,amount,type,__FILE__,__LINE__)
    +#  endif
    +# else
    +#  define CRYPTO_w_lock(a)
    +#  define CRYPTO_w_unlock(a)
    +#  define CRYPTO_r_lock(a)
    +#  define CRYPTO_r_unlock(a)
    +#  define CRYPTO_add(a,b,c)       ((*(a))+=(b))
    +# endif
     
    -/* Some applications as well as some parts of OpenSSL need to allocate
    -   and deallocate locks in a dynamic fashion.  The following typedef
    -   makes this possible in a type-safe manner.  */
    +/*
    + * Some applications as well as some parts of OpenSSL need to allocate and
    + * deallocate locks in a dynamic fashion.  The following typedef makes this
    + * possible in a type-safe manner.
    + */
     /* struct CRYPTO_dynlock_value has to be defined by the application. */
    -typedef struct
    -	{
    -	int references;
    -	struct CRYPTO_dynlock_value *data;
    -	} CRYPTO_dynlock;
    -
    -
    -/* The following can be used to detect memory leaks in the SSLeay library.
    - * It used, it turns on malloc checking */
    +typedef struct {
    +    int references;
    +    struct CRYPTO_dynlock_value *data;
    +} CRYPTO_dynlock;
    +
    +/*
    + * The following can be used to detect memory leaks in the SSLeay library. It
    + * used, it turns on malloc checking
    + */
     
    -#define CRYPTO_MEM_CHECK_OFF	0x0	/* an enume */
    -#define CRYPTO_MEM_CHECK_ON	0x1	/* a bit */
    -#define CRYPTO_MEM_CHECK_ENABLE	0x2	/* a bit */
    -#define CRYPTO_MEM_CHECK_DISABLE 0x3	/* an enume */
    +# define CRYPTO_MEM_CHECK_OFF    0x0/* an enume */
    +# define CRYPTO_MEM_CHECK_ON     0x1/* a bit */
    +# define CRYPTO_MEM_CHECK_ENABLE 0x2/* a bit */
    +# define CRYPTO_MEM_CHECK_DISABLE 0x3/* an enume */
     
    -/* The following are bit values to turn on or off options connected to the
    - * malloc checking functionality */
    +/*
    + * The following are bit values to turn on or off options connected to the
    + * malloc checking functionality
    + */
     
     /* Adds time to the memory checking information */
    -#define V_CRYPTO_MDEBUG_TIME	0x1 /* a bit */
    +# define V_CRYPTO_MDEBUG_TIME    0x1/* a bit */
     /* Adds thread number to the memory checking information */
    -#define V_CRYPTO_MDEBUG_THREAD	0x2 /* a bit */
    -
    -#define V_CRYPTO_MDEBUG_ALL (V_CRYPTO_MDEBUG_TIME | V_CRYPTO_MDEBUG_THREAD)
    +# define V_CRYPTO_MDEBUG_THREAD  0x2/* a bit */
     
    +# define V_CRYPTO_MDEBUG_ALL (V_CRYPTO_MDEBUG_TIME | V_CRYPTO_MDEBUG_THREAD)
     
     /* predec of the BIO type */
     typedef struct bio_st BIO_dummy;
     
    -struct crypto_ex_data_st
    -	{
    -	STACK_OF(void) *sk;
    -	int dummy; /* gcc is screwing up this data structure :-( */
    -	};
    +struct crypto_ex_data_st {
    +    STACK_OF(void) *sk;
    +    /* gcc is screwing up this data structure :-( */
    +    int dummy;
    +};
     DECLARE_STACK_OF(void)
     
    -/* This stuff is basically class callback functions
    - * The current classes are SSL_CTX, SSL, SSL_SESSION, and a few more */
    +/*
    + * This stuff is basically class callback functions The current classes are
    + * SSL_CTX, SSL, SSL_SESSION, and a few more
    + */
     
    -typedef struct crypto_ex_data_func_st
    -	{
    -	long argl;	/* Arbitary long */
    -	void *argp;	/* Arbitary void * */
    -	CRYPTO_EX_new *new_func;
    -	CRYPTO_EX_free *free_func;
    -	CRYPTO_EX_dup *dup_func;
    -	} CRYPTO_EX_DATA_FUNCS;
    +typedef struct crypto_ex_data_func_st {
    +    long argl;                  /* Arbitary long */
    +    void *argp;                 /* Arbitary void * */
    +    CRYPTO_EX_new *new_func;
    +    CRYPTO_EX_free *free_func;
    +    CRYPTO_EX_dup *dup_func;
    +} CRYPTO_EX_DATA_FUNCS;
     
     DECLARE_STACK_OF(CRYPTO_EX_DATA_FUNCS)
     
    -/* Per class, we have a STACK of CRYPTO_EX_DATA_FUNCS for each CRYPTO_EX_DATA
    +/*
    + * Per class, we have a STACK of CRYPTO_EX_DATA_FUNCS for each CRYPTO_EX_DATA
      * entry.
      */
     
    -#define CRYPTO_EX_INDEX_BIO		0
    -#define CRYPTO_EX_INDEX_SSL		1
    -#define CRYPTO_EX_INDEX_SSL_CTX		2
    -#define CRYPTO_EX_INDEX_SSL_SESSION	3
    -#define CRYPTO_EX_INDEX_X509_STORE	4
    -#define CRYPTO_EX_INDEX_X509_STORE_CTX	5
    -#define CRYPTO_EX_INDEX_RSA		6
    -#define CRYPTO_EX_INDEX_DSA		7
    -#define CRYPTO_EX_INDEX_DH		8
    -#define CRYPTO_EX_INDEX_ENGINE		9
    -#define CRYPTO_EX_INDEX_X509		10
    -#define CRYPTO_EX_INDEX_UI		11
    -#define CRYPTO_EX_INDEX_ECDSA		12
    -#define CRYPTO_EX_INDEX_ECDH		13
    -#define CRYPTO_EX_INDEX_COMP		14
    -#define CRYPTO_EX_INDEX_STORE		15
    -
    -/* Dynamically assigned indexes start from this value (don't use directly, use
    - * via CRYPTO_ex_data_new_class). */
    -#define CRYPTO_EX_INDEX_USER		100
    -
    -
    -/* This is the default callbacks, but we can have others as well:
    - * this is needed in Win32 where the application malloc and the
    - * library malloc may not be the same.
    +# define CRYPTO_EX_INDEX_BIO             0
    +# define CRYPTO_EX_INDEX_SSL             1
    +# define CRYPTO_EX_INDEX_SSL_CTX         2
    +# define CRYPTO_EX_INDEX_SSL_SESSION     3
    +# define CRYPTO_EX_INDEX_X509_STORE      4
    +# define CRYPTO_EX_INDEX_X509_STORE_CTX  5
    +# define CRYPTO_EX_INDEX_RSA             6
    +# define CRYPTO_EX_INDEX_DSA             7
    +# define CRYPTO_EX_INDEX_DH              8
    +# define CRYPTO_EX_INDEX_ENGINE          9
    +# define CRYPTO_EX_INDEX_X509            10
    +# define CRYPTO_EX_INDEX_UI              11
    +# define CRYPTO_EX_INDEX_ECDSA           12
    +# define CRYPTO_EX_INDEX_ECDH            13
    +# define CRYPTO_EX_INDEX_COMP            14
    +# define CRYPTO_EX_INDEX_STORE           15
    +
    +/*
    + * Dynamically assigned indexes start from this value (don't use directly,
    + * use via CRYPTO_ex_data_new_class).
      */
    -#define CRYPTO_malloc_init()	CRYPTO_set_mem_functions(\
    -	malloc, realloc, free)
    +# define CRYPTO_EX_INDEX_USER            100
     
    -#if defined CRYPTO_MDEBUG_ALL || defined CRYPTO_MDEBUG_TIME || defined CRYPTO_MDEBUG_THREAD
    -# ifndef CRYPTO_MDEBUG /* avoid duplicate #define */
    -#  define CRYPTO_MDEBUG
    +/*
    + * This is the default callbacks, but we can have others as well: this is
    + * needed in Win32 where the application malloc and the library malloc may
    + * not be the same.
    + */
    +# define CRYPTO_malloc_init()    CRYPTO_set_mem_functions(\
    +        malloc, realloc, free)
    +
    +# if defined CRYPTO_MDEBUG_ALL || defined CRYPTO_MDEBUG_TIME || defined CRYPTO_MDEBUG_THREAD
    +#  ifndef CRYPTO_MDEBUG         /* avoid duplicate #define */
    +#   define CRYPTO_MDEBUG
    +#  endif
     # endif
    -#endif
     
    -/* Set standard debugging functions (not done by default
    - * unless CRYPTO_MDEBUG is defined) */
    -#define CRYPTO_malloc_debug_init()	do {\
    -	CRYPTO_set_mem_debug_functions(\
    -		CRYPTO_dbg_malloc,\
    -		CRYPTO_dbg_realloc,\
    -		CRYPTO_dbg_free,\
    -		CRYPTO_dbg_set_options,\
    -		CRYPTO_dbg_get_options);\
    -	} while(0)
    +/*
    + * Set standard debugging functions (not done by default unless CRYPTO_MDEBUG
    + * is defined)
    + */
    +# define CRYPTO_malloc_debug_init()      do {\
    +        CRYPTO_set_mem_debug_functions(\
    +                CRYPTO_dbg_malloc,\
    +                CRYPTO_dbg_realloc,\
    +                CRYPTO_dbg_free,\
    +                CRYPTO_dbg_set_options,\
    +                CRYPTO_dbg_get_options);\
    +        } while(0)
     
     int CRYPTO_mem_ctrl(int mode);
     int CRYPTO_is_mem_check_on(void);
     
     /* for applications */
    -#define MemCheck_start() CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON)
    -#define MemCheck_stop()	CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_OFF)
    +# define MemCheck_start() CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON)
    +# define MemCheck_stop() CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_OFF)
     
     /* for library-internal use */
    -#define MemCheck_on()	CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ENABLE)
    -#define MemCheck_off()	CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_DISABLE)
    -#define is_MemCheck_on() CRYPTO_is_mem_check_on()
    -
    -#define OPENSSL_malloc(num)	CRYPTO_malloc((int)num,__FILE__,__LINE__)
    -#define OPENSSL_strdup(str)	CRYPTO_strdup((str),__FILE__,__LINE__)
    -#define OPENSSL_realloc(addr,num) \
    -	CRYPTO_realloc((char *)addr,(int)num,__FILE__,__LINE__)
    -#define OPENSSL_realloc_clean(addr,old_num,num) \
    -	CRYPTO_realloc_clean(addr,old_num,num,__FILE__,__LINE__)
    -#define OPENSSL_remalloc(addr,num) \
    -	CRYPTO_remalloc((char **)addr,(int)num,__FILE__,__LINE__)
    -#define OPENSSL_freeFunc	CRYPTO_free
    -#define OPENSSL_free(addr)	CRYPTO_free(addr)
    -
    -#define OPENSSL_malloc_locked(num) \
    -	CRYPTO_malloc_locked((int)num,__FILE__,__LINE__)
    -#define OPENSSL_free_locked(addr) CRYPTO_free_locked(addr)
    -
    +# define MemCheck_on()   CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ENABLE)
    +# define MemCheck_off()  CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_DISABLE)
    +# define is_MemCheck_on() CRYPTO_is_mem_check_on()
    +
    +# define OPENSSL_malloc(num)     CRYPTO_malloc((int)num,__FILE__,__LINE__)
    +# define OPENSSL_strdup(str)     CRYPTO_strdup((str),__FILE__,__LINE__)
    +# define OPENSSL_realloc(addr,num) \
    +        CRYPTO_realloc((char *)addr,(int)num,__FILE__,__LINE__)
    +# define OPENSSL_realloc_clean(addr,old_num,num) \
    +        CRYPTO_realloc_clean(addr,old_num,num,__FILE__,__LINE__)
    +# define OPENSSL_remalloc(addr,num) \
    +        CRYPTO_remalloc((char **)addr,(int)num,__FILE__,__LINE__)
    +# define OPENSSL_freeFunc        CRYPTO_free
    +# define OPENSSL_free(addr)      CRYPTO_free(addr)
    +
    +# define OPENSSL_malloc_locked(num) \
    +        CRYPTO_malloc_locked((int)num,__FILE__,__LINE__)
    +# define OPENSSL_free_locked(addr) CRYPTO_free_locked(addr)
     
     const char *SSLeay_version(int type);
     unsigned long SSLeay(void);
    @@ -387,7 +399,7 @@ unsigned long SSLeay(void);
     int OPENSSL_issetugid(void);
     
     /* An opaque type representing an implementation of "ex_data" support */
    -typedef struct st_CRYPTO_EX_DATA_IMPL	CRYPTO_EX_DATA_IMPL;
    +typedef struct st_CRYPTO_EX_DATA_IMPL CRYPTO_EX_DATA_IMPL;
     /* Return an opaque pointer to the current "ex_data" implementation */
     const CRYPTO_EX_DATA_IMPL *CRYPTO_get_ex_data_implementation(void);
     /* Sets the "ex_data" implementation to be used (if it's not too late) */
    @@ -396,130 +408,165 @@ int CRYPTO_set_ex_data_implementation(const CRYPTO_EX_DATA_IMPL *i);
     int CRYPTO_ex_data_new_class(void);
     /* Within a given class, get/register a new index */
     int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp,
    -		CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func,
    -		CRYPTO_EX_free *free_func);
    -/* Initialise/duplicate/free CRYPTO_EX_DATA variables corresponding to a given
    - * class (invokes whatever per-class callbacks are applicable) */
    +                            CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func,
    +                            CRYPTO_EX_free *free_func);
    +/*
    + * Initialise/duplicate/free CRYPTO_EX_DATA variables corresponding to a
    + * given class (invokes whatever per-class callbacks are applicable)
    + */
     int CRYPTO_new_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad);
     int CRYPTO_dup_ex_data(int class_index, CRYPTO_EX_DATA *to,
    -		CRYPTO_EX_DATA *from);
    +                       CRYPTO_EX_DATA *from);
     void CRYPTO_free_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad);
    -/* Get/set data in a CRYPTO_EX_DATA variable corresponding to a particular index
    - * (relative to the class type involved) */
    +/*
    + * Get/set data in a CRYPTO_EX_DATA variable corresponding to a particular
    + * index (relative to the class type involved)
    + */
     int CRYPTO_set_ex_data(CRYPTO_EX_DATA *ad, int idx, void *val);
    -void *CRYPTO_get_ex_data(const CRYPTO_EX_DATA *ad,int idx);
    -/* This function cleans up all "ex_data" state. It mustn't be called under
    - * potential race-conditions. */
    +void *CRYPTO_get_ex_data(const CRYPTO_EX_DATA *ad, int idx);
    +/*
    + * This function cleans up all "ex_data" state. It mustn't be called under
    + * potential race-conditions.
    + */
     void CRYPTO_cleanup_all_ex_data(void);
     
     int CRYPTO_get_new_lockid(char *name);
     
    -int CRYPTO_num_locks(void); /* return CRYPTO_NUM_LOCKS (shared libs!) */
    -void CRYPTO_lock(int mode, int type,const char *file,int line);
    -void CRYPTO_set_locking_callback(void (*func)(int mode,int type,
    -					      const char *file,int line));
    -void (*CRYPTO_get_locking_callback(void))(int mode,int type,const char *file,
    -		int line);
    -void CRYPTO_set_add_lock_callback(int (*func)(int *num,int mount,int type,
    -					      const char *file, int line));
    -int (*CRYPTO_get_add_lock_callback(void))(int *num,int mount,int type,
    -					  const char *file,int line);
    +int CRYPTO_num_locks(void);     /* return CRYPTO_NUM_LOCKS (shared libs!) */
    +void CRYPTO_lock(int mode, int type, const char *file, int line);
    +void CRYPTO_set_locking_callback(void (*func) (int mode, int type,
    +                                               const char *file, int line));
    +void (*CRYPTO_get_locking_callback(void)) (int mode, int type,
    +                                           const char *file, int line);
    +void CRYPTO_set_add_lock_callback(int (*func)
    +                                   (int *num, int mount, int type,
    +                                    const char *file, int line));
    +int (*CRYPTO_get_add_lock_callback(void)) (int *num, int mount, int type,
    +                                           const char *file, int line);
     
     /* Don't use this structure directly. */
    -typedef struct crypto_threadid_st
    -	{
    -	void *ptr;
    -	unsigned long val;
    -	} CRYPTO_THREADID;
    +typedef struct crypto_threadid_st {
    +    void *ptr;
    +    unsigned long val;
    +} CRYPTO_THREADID;
     /* Only use CRYPTO_THREADID_set_[numeric|pointer]() within callbacks */
     void CRYPTO_THREADID_set_numeric(CRYPTO_THREADID *id, unsigned long val);
     void CRYPTO_THREADID_set_pointer(CRYPTO_THREADID *id, void *ptr);
    -int CRYPTO_THREADID_set_callback(void (*threadid_func)(CRYPTO_THREADID *));
    -void (*CRYPTO_THREADID_get_callback(void))(CRYPTO_THREADID *);
    +int CRYPTO_THREADID_set_callback(void (*threadid_func) (CRYPTO_THREADID *));
    +void (*CRYPTO_THREADID_get_callback(void)) (CRYPTO_THREADID *);
     void CRYPTO_THREADID_current(CRYPTO_THREADID *id);
     int CRYPTO_THREADID_cmp(const CRYPTO_THREADID *a, const CRYPTO_THREADID *b);
     void CRYPTO_THREADID_cpy(CRYPTO_THREADID *dest, const CRYPTO_THREADID *src);
     unsigned long CRYPTO_THREADID_hash(const CRYPTO_THREADID *id);
    -#ifndef OPENSSL_NO_DEPRECATED
    -void CRYPTO_set_id_callback(unsigned long (*func)(void));
    -unsigned long (*CRYPTO_get_id_callback(void))(void);
    +# ifndef OPENSSL_NO_DEPRECATED
    +void CRYPTO_set_id_callback(unsigned long (*func) (void));
    +unsigned long (*CRYPTO_get_id_callback(void)) (void);
     unsigned long CRYPTO_thread_id(void);
    -#endif
    +# endif
     
     const char *CRYPTO_get_lock_name(int type);
    -int CRYPTO_add_lock(int *pointer,int amount,int type, const char *file,
    -		    int line);
    +int CRYPTO_add_lock(int *pointer, int amount, int type, const char *file,
    +                    int line);
     
     int CRYPTO_get_new_dynlockid(void);
     void CRYPTO_destroy_dynlockid(int i);
     struct CRYPTO_dynlock_value *CRYPTO_get_dynlock_value(int i);
    -void CRYPTO_set_dynlock_create_callback(struct CRYPTO_dynlock_value *(*dyn_create_function)(const char *file, int line));
    -void CRYPTO_set_dynlock_lock_callback(void (*dyn_lock_function)(int mode, struct CRYPTO_dynlock_value *l, const char *file, int line));
    -void CRYPTO_set_dynlock_destroy_callback(void (*dyn_destroy_function)(struct CRYPTO_dynlock_value *l, const char *file, int line));
    -struct CRYPTO_dynlock_value *(*CRYPTO_get_dynlock_create_callback(void))(const char *file,int line);
    -void (*CRYPTO_get_dynlock_lock_callback(void))(int mode, struct CRYPTO_dynlock_value *l, const char *file,int line);
    -void (*CRYPTO_get_dynlock_destroy_callback(void))(struct CRYPTO_dynlock_value *l, const char *file,int line);
    -
    -/* CRYPTO_set_mem_functions includes CRYPTO_set_locked_mem_functions --
    - * call the latter last if you need different functions */
    -int CRYPTO_set_mem_functions(void *(*m)(size_t),void *(*r)(void *,size_t), void (*f)(void *));
    -int CRYPTO_set_locked_mem_functions(void *(*m)(size_t), void (*free_func)(void *));
    -int CRYPTO_set_mem_ex_functions(void *(*m)(size_t,const char *,int),
    -                                void *(*r)(void *,size_t,const char *,int),
    -                                void (*f)(void *));
    -int CRYPTO_set_locked_mem_ex_functions(void *(*m)(size_t,const char *,int),
    -                                       void (*free_func)(void *));
    -int CRYPTO_set_mem_debug_functions(void (*m)(void *,int,const char *,int,int),
    -				   void (*r)(void *,void *,int,const char *,int,int),
    -				   void (*f)(void *,int),
    -				   void (*so)(long),
    -				   long (*go)(void));
    -void CRYPTO_get_mem_functions(void *(**m)(size_t),void *(**r)(void *, size_t), void (**f)(void *));
    -void CRYPTO_get_locked_mem_functions(void *(**m)(size_t), void (**f)(void *));
    -void CRYPTO_get_mem_ex_functions(void *(**m)(size_t,const char *,int),
    -                                 void *(**r)(void *, size_t,const char *,int),
    -                                 void (**f)(void *));
    -void CRYPTO_get_locked_mem_ex_functions(void *(**m)(size_t,const char *,int),
    -                                        void (**f)(void *));
    -void CRYPTO_get_mem_debug_functions(void (**m)(void *,int,const char *,int,int),
    -				    void (**r)(void *,void *,int,const char *,int,int),
    -				    void (**f)(void *,int),
    -				    void (**so)(long),
    -				    long (**go)(void));
    +void CRYPTO_set_dynlock_create_callback(struct CRYPTO_dynlock_value
    +                                        *(*dyn_create_function) (const char
    +                                                                 *file,
    +                                                                 int line));
    +void CRYPTO_set_dynlock_lock_callback(void (*dyn_lock_function)
    +                                       (int mode,
    +                                        struct CRYPTO_dynlock_value *l,
    +                                        const char *file, int line));
    +void CRYPTO_set_dynlock_destroy_callback(void (*dyn_destroy_function)
    +                                          (struct CRYPTO_dynlock_value *l,
    +                                           const char *file, int line));
    +struct CRYPTO_dynlock_value
    +*(*CRYPTO_get_dynlock_create_callback(void)) (const char *file, int line);
    +void (*CRYPTO_get_dynlock_lock_callback(void)) (int mode,
    +                                                struct CRYPTO_dynlock_value
    +                                                *l, const char *file,
    +                                                int line);
    +void (*CRYPTO_get_dynlock_destroy_callback(void)) (struct CRYPTO_dynlock_value
    +                                                   *l, const char *file,
    +                                                   int line);
    +
    +/*
    + * CRYPTO_set_mem_functions includes CRYPTO_set_locked_mem_functions -- call
    + * the latter last if you need different functions
    + */
    +int CRYPTO_set_mem_functions(void *(*m) (size_t), void *(*r) (void *, size_t),
    +                             void (*f) (void *));
    +int CRYPTO_set_locked_mem_functions(void *(*m) (size_t),
    +                                    void (*free_func) (void *));
    +int CRYPTO_set_mem_ex_functions(void *(*m) (size_t, const char *, int),
    +                                void *(*r) (void *, size_t, const char *,
    +                                            int), void (*f) (void *));
    +int CRYPTO_set_locked_mem_ex_functions(void *(*m) (size_t, const char *, int),
    +                                       void (*free_func) (void *));
    +int CRYPTO_set_mem_debug_functions(void (*m)
    +                                    (void *, int, const char *, int, int),
    +                                   void (*r) (void *, void *, int,
    +                                              const char *, int, int),
    +                                   void (*f) (void *, int), void (*so) (long),
    +                                   long (*go) (void));
    +void CRYPTO_get_mem_functions(void *(**m) (size_t),
    +                              void *(**r) (void *, size_t),
    +                              void (**f) (void *));
    +void CRYPTO_get_locked_mem_functions(void *(**m) (size_t),
    +                                     void (**f) (void *));
    +void CRYPTO_get_mem_ex_functions(void *(**m) (size_t, const char *, int),
    +                                 void *(**r) (void *, size_t, const char *,
    +                                              int), void (**f) (void *));
    +void CRYPTO_get_locked_mem_ex_functions(void
    +                                        *(**m) (size_t, const char *, int),
    +                                        void (**f) (void *));
    +void CRYPTO_get_mem_debug_functions(void (**m)
    +                                     (void *, int, const char *, int, int),
    +                                    void (**r) (void *, void *, int,
    +                                                const char *, int, int),
    +                                    void (**f) (void *, int),
    +                                    void (**so) (long), long (**go) (void));
     
     void *CRYPTO_malloc_locked(int num, const char *file, int line);
     void CRYPTO_free_locked(void *ptr);
     void *CRYPTO_malloc(int num, const char *file, int line);
     char *CRYPTO_strdup(const char *str, const char *file, int line);
     void CRYPTO_free(void *ptr);
    -void *CRYPTO_realloc(void *addr,int num, const char *file, int line);
    -void *CRYPTO_realloc_clean(void *addr,int old_num,int num,const char *file,
    -			   int line);
    -void *CRYPTO_remalloc(void *addr,int num, const char *file, int line);
    +void *CRYPTO_realloc(void *addr, int num, const char *file, int line);
    +void *CRYPTO_realloc_clean(void *addr, int old_num, int num, const char *file,
    +                           int line);
    +void *CRYPTO_remalloc(void *addr, int num, const char *file, int line);
     
     void OPENSSL_cleanse(void *ptr, size_t len);
     
     void CRYPTO_set_mem_debug_options(long bits);
     long CRYPTO_get_mem_debug_options(void);
     
    -#define CRYPTO_push_info(info) \
    +# define CRYPTO_push_info(info) \
             CRYPTO_push_info_(info, __FILE__, __LINE__);
     int CRYPTO_push_info_(const char *info, const char *file, int line);
     int CRYPTO_pop_info(void);
     int CRYPTO_remove_all_info(void);
     
    -
    -/* Default debugging functions (enabled by CRYPTO_malloc_debug_init() macro;
    - * used as default in CRYPTO_MDEBUG compilations): */
    -/* The last argument has the following significance:
    +/*
    + * Default debugging functions (enabled by CRYPTO_malloc_debug_init() macro;
    + * used as default in CRYPTO_MDEBUG compilations):
    + */
    +/*-
    + * The last argument has the following significance:
      *
    - * 0:	called before the actual memory allocation has taken place
    - * 1:	called after the actual memory allocation has taken place
    + * 0:   called before the actual memory allocation has taken place
    + * 1:   called after the actual memory allocation has taken place
      */
    -void CRYPTO_dbg_malloc(void *addr,int num,const char *file,int line,int before_p);
    -void CRYPTO_dbg_realloc(void *addr1,void *addr2,int num,const char *file,int line,int before_p);
    -void CRYPTO_dbg_free(void *addr,int before_p);
    -/* Tell the debugging code about options.  By default, the following values
    +void CRYPTO_dbg_malloc(void *addr, int num, const char *file, int line,
    +                       int before_p);
    +void CRYPTO_dbg_realloc(void *addr1, void *addr2, int num, const char *file,
    +                        int line, int before_p);
    +void CRYPTO_dbg_free(void *addr, int before_p);
    +/*-
    + * Tell the debugging code about options.  By default, the following values
      * apply:
      *
      * 0:                           Clear all options.
    @@ -530,21 +577,21 @@ void CRYPTO_dbg_free(void *addr,int before_p);
     void CRYPTO_dbg_set_options(long bits);
     long CRYPTO_dbg_get_options(void);
     
    -
    -#ifndef OPENSSL_NO_FP_API
    +# ifndef OPENSSL_NO_FP_API
     void CRYPTO_mem_leaks_fp(FILE *);
    -#endif
    +# endif
     void CRYPTO_mem_leaks(struct bio_st *bio);
     /* unsigned long order, char *file, int line, int num_bytes, char *addr */
    -typedef void *CRYPTO_MEM_LEAK_CB(unsigned long, const char *, int, int, void *);
    +typedef void *CRYPTO_MEM_LEAK_CB (unsigned long, const char *, int, int,
    +                                  void *);
     void CRYPTO_mem_leaks_cb(CRYPTO_MEM_LEAK_CB *cb);
     
     /* die if we have to */
    -void OpenSSLDie(const char *file,int line,const char *assertion);
    -#define OPENSSL_assert(e)       (void)((e) ? 0 : (OpenSSLDie(__FILE__, __LINE__, #e),1))
    +void OpenSSLDie(const char *file, int line, const char *assertion);
    +# define OPENSSL_assert(e)       (void)((e) ? 0 : (OpenSSLDie(__FILE__, __LINE__, #e),1))
     
     unsigned long *OPENSSL_ia32cap_loc(void);
    -#define OPENSSL_ia32cap (*(OPENSSL_ia32cap_loc()))
    +# define OPENSSL_ia32cap (*(OPENSSL_ia32cap_loc()))
     int OPENSSL_isservice(void);
     
     int FIPS_mode(void);
    @@ -552,37 +599,40 @@ int FIPS_mode_set(int r);
     
     void OPENSSL_init(void);
     
    -#define fips_md_init(alg) fips_md_init_ctx(alg, alg)
    -
    -#ifdef OPENSSL_FIPS
    -#define fips_md_init_ctx(alg, cx) \
    -	int alg##_Init(cx##_CTX *c) \
    -	{ \
    -	if (FIPS_mode()) OpenSSLDie(__FILE__, __LINE__, \
    -		"Low level API call to digest " #alg " forbidden in FIPS mode!"); \
    -	return private_##alg##_Init(c); \
    -	} \
    -	int private_##alg##_Init(cx##_CTX *c)
    -
    -#define fips_cipher_abort(alg) \
    -	if (FIPS_mode()) OpenSSLDie(__FILE__, __LINE__, \
    -		"Low level API call to cipher " #alg " forbidden in FIPS mode!")
    -
    -#else
    -#define fips_md_init_ctx(alg, cx) \
    -	int alg##_Init(cx##_CTX *c)
    -#define fips_cipher_abort(alg) while(0)
    -#endif
    +# define fips_md_init(alg) fips_md_init_ctx(alg, alg)
    +
    +# ifdef OPENSSL_FIPS
    +#  define fips_md_init_ctx(alg, cx) \
    +        int alg##_Init(cx##_CTX *c) \
    +        { \
    +        if (FIPS_mode()) OpenSSLDie(__FILE__, __LINE__, \
    +                "Low level API call to digest " #alg " forbidden in FIPS mode!"); \
    +        return private_##alg##_Init(c); \
    +        } \
    +        int private_##alg##_Init(cx##_CTX *c)
    +
    +#  define fips_cipher_abort(alg) \
    +        if (FIPS_mode()) OpenSSLDie(__FILE__, __LINE__, \
    +                "Low level API call to cipher " #alg " forbidden in FIPS mode!")
    +
    +# else
    +#  define fips_md_init_ctx(alg, cx) \
    +        int alg##_Init(cx##_CTX *c)
    +#  define fips_cipher_abort(alg) while(0)
    +# endif
     
    -/* CRYPTO_memcmp returns zero iff the |len| bytes at |a| and |b| are equal. It
    - * takes an amount of time dependent on |len|, but independent of the contents
    - * of |a| and |b|. Unlike memcmp, it cannot be used to put elements into a
    - * defined order as the return value when a != b is undefined, other than to be
    - * non-zero. */
    +/*
    + * CRYPTO_memcmp returns zero iff the |len| bytes at |a| and |b| are equal.
    + * It takes an amount of time dependent on |len|, but independent of the
    + * contents of |a| and |b|. Unlike memcmp, it cannot be used to put elements
    + * into a defined order as the return value when a != b is undefined, other
    + * than to be non-zero.
    + */
     int CRYPTO_memcmp(const void *a, const void *b, size_t len);
     
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     void ERR_load_CRYPTO_strings(void);
    @@ -590,20 +640,20 @@ void ERR_load_CRYPTO_strings(void);
     /* Error codes for the CRYPTO functions. */
     
     /* Function codes. */
    -#define CRYPTO_F_CRYPTO_GET_EX_NEW_INDEX		 100
    -#define CRYPTO_F_CRYPTO_GET_NEW_DYNLOCKID		 103
    -#define CRYPTO_F_CRYPTO_GET_NEW_LOCKID			 101
    -#define CRYPTO_F_CRYPTO_SET_EX_DATA			 102
    -#define CRYPTO_F_DEF_ADD_INDEX				 104
    -#define CRYPTO_F_DEF_GET_CLASS				 105
    -#define CRYPTO_F_FIPS_MODE_SET				 109
    -#define CRYPTO_F_INT_DUP_EX_DATA			 106
    -#define CRYPTO_F_INT_FREE_EX_DATA			 107
    -#define CRYPTO_F_INT_NEW_EX_DATA			 108
    +# define CRYPTO_F_CRYPTO_GET_EX_NEW_INDEX                 100
    +# define CRYPTO_F_CRYPTO_GET_NEW_DYNLOCKID                103
    +# define CRYPTO_F_CRYPTO_GET_NEW_LOCKID                   101
    +# define CRYPTO_F_CRYPTO_SET_EX_DATA                      102
    +# define CRYPTO_F_DEF_ADD_INDEX                           104
    +# define CRYPTO_F_DEF_GET_CLASS                           105
    +# define CRYPTO_F_FIPS_MODE_SET                           109
    +# define CRYPTO_F_INT_DUP_EX_DATA                         106
    +# define CRYPTO_F_INT_FREE_EX_DATA                        107
    +# define CRYPTO_F_INT_NEW_EX_DATA                         108
     
     /* Reason codes. */
    -#define CRYPTO_R_FIPS_MODE_NOT_SUPPORTED		 101
    -#define CRYPTO_R_NO_DYNLOCK_CREATE_CALLBACK		 100
    +# define CRYPTO_R_FIPS_MODE_NOT_SUPPORTED                 101
    +# define CRYPTO_R_NO_DYNLOCK_CREATE_CALLBACK              100
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/cversion.c b/openssl/crypto/cversion.c
    index ea9f25fd1..bfff6995c 100644
    --- a/openssl/crypto/cversion.c
    +++ b/openssl/crypto/cversion.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -59,59 +59,49 @@
     #include "cryptlib.h"
     
     #ifndef NO_WINDOWS_BRAINDEATH
    -#include "buildinf.h"
    +# include "buildinf.h"
     #endif
     
     const char *SSLeay_version(int t)
    -	{
    -	if (t == SSLEAY_VERSION)
    -		return OPENSSL_VERSION_TEXT;
    -	if (t == SSLEAY_BUILT_ON)
    -		{
    +{
    +    if (t == SSLEAY_VERSION)
    +        return OPENSSL_VERSION_TEXT;
    +    if (t == SSLEAY_BUILT_ON) {
     #ifdef DATE
    -		static char buf[sizeof(DATE)+11];
    -
    -		BIO_snprintf(buf,sizeof buf,"built on: %s",DATE);
    -		return(buf);
    +# ifdef OPENSSL_USE_BUILD_DATE
    +        return (DATE);
    +# else
    +        return ("built on: reproducible build, date unspecified");
    +# endif
     #else
    -		return("built on: date not available");
    +        return ("built on: date not available");
     #endif
    -		}
    -	if (t == SSLEAY_CFLAGS)
    -		{
    +    }
    +    if (t == SSLEAY_CFLAGS) {
     #ifdef CFLAGS
    -		static char buf[sizeof(CFLAGS)+11];
    -
    -		BIO_snprintf(buf,sizeof buf,"compiler: %s",CFLAGS);
    -		return(buf);
    +        return (CFLAGS);
     #else
    -		return("compiler: information not available");
    +        return ("compiler: information not available");
     #endif
    -		}
    -	if (t == SSLEAY_PLATFORM)
    -		{
    +    }
    +    if (t == SSLEAY_PLATFORM) {
     #ifdef PLATFORM
    -		static char buf[sizeof(PLATFORM)+11];
    -
    -		BIO_snprintf(buf,sizeof buf,"platform: %s", PLATFORM);
    -		return(buf);
    +        return (PLATFORM);
     #else
    -		return("platform: information not available");
    +        return ("platform: information not available");
     #endif
    -		}
    -	if (t == SSLEAY_DIR)
    -		{
    +    }
    +    if (t == SSLEAY_DIR) {
     #ifdef OPENSSLDIR
    -		return "OPENSSLDIR: \"" OPENSSLDIR "\"";
    +        return "OPENSSLDIR: \"" OPENSSLDIR "\"";
     #else
    -		return "OPENSSLDIR: N/A";
    +        return "OPENSSLDIR: N/A";
     #endif
    -		}
    -	return("not available");
    -	}
    +    }
    +    return ("not available");
    +}
     
     unsigned long SSLeay(void)
    -	{
    -	return(SSLEAY_VERSION_NUMBER);
    -	}
    -
    +{
    +    return (SSLEAY_VERSION_NUMBER);
    +}
    diff --git a/openssl/crypto/des/Makefile b/openssl/crypto/des/Makefile
    index a6e100132..060c64795 100644
    --- a/openssl/crypto/des/Makefile
    +++ b/openssl/crypto/des/Makefile
    @@ -61,6 +61,8 @@ des: des.o cbc3_enc.o lib
     
     des_enc-sparc.S:	asm/des_enc.m4
     	m4 -B 8192 asm/des_enc.m4 > des_enc-sparc.S
    +dest4-sparcv9.s:	asm/dest4-sparcv9.pl
    +	$(PERL) asm/dest4-sparcv9.pl $(CFLAGS) > $@
     
     des-586.s:	asm/des-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
     	$(PERL) asm/des-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@
    diff --git a/openssl/crypto/des/asm/des-586.pl b/openssl/crypto/des/asm/des-586.pl
    index 5b5f39ceb..bd6a7dd6b 100644
    --- a/openssl/crypto/des/asm/des-586.pl
    +++ b/openssl/crypto/des/asm/des-586.pl
    @@ -25,6 +25,7 @@ $small_footprint=1 if (grep(/\-DOPENSSL_SMALL_FOOTPRINT/,@ARGV));
     # the folded loop is only 3% slower than unrolled, but >7 times smaller
     
     &public_label("DES_SPtrans");
    +&static_label("des_sptrans");
     
     &DES_encrypt_internal();
     &DES_decrypt_internal();
    @@ -158,7 +159,7 @@ sub DES_encrypt
     	&call	(&label("pic_point"));
     	&set_label("pic_point");
     	&blindpop($trans);
    -	&lea	($trans,&DWP(&label("DES_SPtrans")."-".&label("pic_point"),$trans));
    +	&lea	($trans,&DWP(&label("des_sptrans")."-".&label("pic_point"),$trans));
     
     	&mov(	"ecx",	&wparam(1)	);
     
    @@ -315,6 +316,7 @@ sub FP_new
     sub DES_SPtrans
     	{
     	&set_label("DES_SPtrans",64);
    +	&set_label("des_sptrans");
     	&data_word(0x02080800, 0x00080000, 0x02000002, 0x02080802);
     	&data_word(0x02000000, 0x00080802, 0x00080002, 0x02000002);
     	&data_word(0x00080802, 0x02080800, 0x02080000, 0x00000802);
    diff --git a/openssl/crypto/des/asm/des_enc.m4 b/openssl/crypto/des/asm/des_enc.m4
    index 328059547..dda08e126 100644
    --- a/openssl/crypto/des/asm/des_enc.m4
    +++ b/openssl/crypto/des/asm/des_enc.m4
    @@ -46,6 +46,8 @@
     .ident "des_enc.m4 2.1"
     .file  "des_enc-sparc.S"
     
    +#include 
    +
     #if defined(__SUNPRO_C) && defined(__sparcv9)
     # define ABI64  /* They've said -xarch=v9 at command line */
     #elif defined(__GNUC__) && defined(__arch64__)
    diff --git a/openssl/crypto/des/asm/dest4-sparcv9.pl b/openssl/crypto/des/asm/dest4-sparcv9.pl
    new file mode 100755
    index 000000000..1dc60243d
    --- /dev/null
    +++ b/openssl/crypto/des/asm/dest4-sparcv9.pl
    @@ -0,0 +1,617 @@
    +#!/usr/bin/env perl
    +
    +# ====================================================================
    +# Written by David S. Miller  and Andy Polyakov
    +# . The module is licensed under 2-clause BSD
    +# license. March 2013. All rights reserved.
    +# ====================================================================
    +
    +######################################################################
    +# DES for SPARC T4.
    +#
    +# As with other hardware-assisted ciphers CBC encrypt results [for
    +# aligned data] are virtually identical to critical path lengths:
    +#
    +#		DES		Triple-DES
    +# CBC encrypt	4.14/4.15(*)	11.7/11.7
    +# CBC decrypt	1.77/4.11(**)	6.42/7.47
    +#
    +#			 (*)	numbers after slash are for
    +#				misaligned data;
    +#			 (**)	this is result for largest
    +#				block size, unlike all other
    +#				cases smaller blocks results
    +#				are better[?];
    +
    +$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
    +push(@INC,"${dir}","${dir}../../perlasm");
    +require "sparcv9_modes.pl";
    +
    +&asm_init(@ARGV);
    +
    +$code.=<<___ if ($::abibits==64);
    +.register       %g2,#scratch
    +.register       %g3,#scratch
    +___
    +
    +$code.=<<___;
    +.text
    +___
    +
    +{ my ($inp,$out)=("%o0","%o1");
    +
    +$code.=<<___;
    +.align	32
    +.globl	des_t4_key_expand
    +.type	des_t4_key_expand,#function
    +des_t4_key_expand:
    +	andcc		$inp, 0x7, %g0
    +	alignaddr	$inp, %g0, $inp
    +	bz,pt		%icc, 1f
    +	ldd		[$inp + 0x00], %f0
    +	ldd		[$inp + 0x08], %f2
    +	faligndata	%f0, %f2, %f0
    +1:	des_kexpand	%f0, 0, %f0
    +	des_kexpand	%f0, 1, %f2
    +	std		%f0, [$out + 0x00]
    +	des_kexpand	%f2, 3, %f6
    +	std		%f2, [$out + 0x08]
    +	des_kexpand	%f2, 2, %f4
    +	des_kexpand	%f6, 3, %f10
    +	std		%f6, [$out + 0x18]
    +	des_kexpand	%f6, 2, %f8
    +	std		%f4, [$out + 0x10]
    +	des_kexpand	%f10, 3, %f14
    +	std		%f10, [$out + 0x28]
    +	des_kexpand	%f10, 2, %f12
    +	std		%f8, [$out + 0x20]
    +	des_kexpand	%f14, 1, %f16
    +	std		%f14, [$out + 0x38]
    +	des_kexpand	%f16, 3, %f20
    +	std		%f12, [$out + 0x30]
    +	des_kexpand	%f16, 2, %f18
    +	std		%f16, [$out + 0x40]
    +	des_kexpand	%f20, 3, %f24
    +	std		%f20, [$out + 0x50]
    +	des_kexpand	%f20, 2, %f22
    +	std		%f18, [$out + 0x48]
    +	des_kexpand	%f24, 3, %f28
    +	std		%f24, [$out + 0x60]
    +	des_kexpand	%f24, 2, %f26
    +	std		%f22, [$out + 0x58]
    +	des_kexpand	%f28, 1, %f30
    +	std		%f28, [$out + 0x70]
    +	std		%f26, [$out + 0x68]
    +	retl
    +	std		%f30, [$out + 0x78]
    +.size	des_t4_key_expand,.-des_t4_key_expand
    +___
    +}
    +{ my ($inp,$out,$len,$key,$ivec) = map("%o$_",(0..4));
    +  my ($ileft,$iright,$omask) = map("%g$_",(1..3));
    +
    +$code.=<<___;
    +.globl	des_t4_cbc_encrypt
    +.align	32
    +des_t4_cbc_encrypt:
    +	cmp		$len, 0
    +	be,pn		$::size_t_cc, .Lcbc_abort
    +	nop
    +	ld		[$ivec + 0], %f0	! load ivec
    +	ld		[$ivec + 4], %f1
    +
    +	and		$inp, 7, $ileft
    +	andn		$inp, 7, $inp
    +	sll		$ileft, 3, $ileft
    +	mov		0xff, $omask
    +	prefetch	[$inp], 20
    +	prefetch	[$inp + 63], 20
    +	sub		%g0, $ileft, $iright
    +	and		$out, 7, %g4
    +	alignaddrl	$out, %g0, $out
    +	srl		$omask, %g4, $omask
    +	srlx		$len, 3, $len
    +	movrz		%g4, 0, $omask
    +	prefetch	[$out], 22
    +
    +	ldd		[$key + 0x00], %f4	! load key schedule
    +	ldd		[$key + 0x08], %f6
    +	ldd		[$key + 0x10], %f8
    +	ldd		[$key + 0x18], %f10
    +	ldd		[$key + 0x20], %f12
    +	ldd		[$key + 0x28], %f14
    +	ldd		[$key + 0x30], %f16
    +	ldd		[$key + 0x38], %f18
    +	ldd		[$key + 0x40], %f20
    +	ldd		[$key + 0x48], %f22
    +	ldd		[$key + 0x50], %f24
    +	ldd		[$key + 0x58], %f26
    +	ldd		[$key + 0x60], %f28
    +	ldd		[$key + 0x68], %f30
    +	ldd		[$key + 0x70], %f32
    +	ldd		[$key + 0x78], %f34
    +
    +.Ldes_cbc_enc_loop:
    +	ldx		[$inp + 0], %g4
    +	brz,pt		$ileft, 4f
    +	nop
    +
    +	ldx		[$inp + 8], %g5
    +	sllx		%g4, $ileft, %g4
    +	srlx		%g5, $iright, %g5
    +	or		%g5, %g4, %g4
    +4:
    +	movxtod		%g4, %f2
    +	prefetch	[$inp + 8+63], 20
    +	add		$inp, 8, $inp
    +	fxor		%f2, %f0, %f0		! ^= ivec
    +	prefetch	[$out + 63], 22
    +
    +	des_ip		%f0, %f0
    +	des_round	%f4, %f6, %f0, %f0
    +	des_round	%f8, %f10, %f0, %f0
    +	des_round	%f12, %f14, %f0, %f0
    +	des_round	%f16, %f18, %f0, %f0
    +	des_round	%f20, %f22, %f0, %f0
    +	des_round	%f24, %f26, %f0, %f0
    +	des_round	%f28, %f30, %f0, %f0
    +	des_round	%f32, %f34, %f0, %f0
    +	des_iip		%f0, %f0
    +
    +	brnz,pn		$omask, 2f
    +	sub		$len, 1, $len
    +
    +	std		%f0, [$out + 0]
    +	brnz,pt		$len, .Ldes_cbc_enc_loop
    +	add		$out, 8, $out
    +
    +	st		%f0, [$ivec + 0]	! write out ivec
    +	retl
    +	st		%f1, [$ivec + 4]
    +.Lcbc_abort:
    +	retl
    +	nop
    +
    +.align	16
    +2:	ldxa		[$inp]0x82, %g4		! avoid read-after-write hazard
    +						! and ~4x deterioration
    +						! in inp==out case
    +	faligndata	%f0, %f0, %f2		! handle unaligned output
    +
    +	stda		%f2, [$out + $omask]0xc0	! partial store
    +	add		$out, 8, $out
    +	orn		%g0, $omask, $omask
    +	stda		%f2, [$out + $omask]0xc0	! partial store
    +
    +	brnz,pt		$len, .Ldes_cbc_enc_loop+4
    +	orn		%g0, $omask, $omask
    +
    +	st		%f0, [$ivec + 0]	! write out ivec
    +	retl
    +	st		%f1, [$ivec + 4]
    +.type	des_t4_cbc_encrypt,#function
    +.size	des_t4_cbc_encrypt,.-des_t4_cbc_encrypt
    +
    +.globl	des_t4_cbc_decrypt
    +.align	32
    +des_t4_cbc_decrypt:
    +	cmp		$len, 0
    +	be,pn		$::size_t_cc, .Lcbc_abort
    +	nop
    +	ld		[$ivec + 0], %f2	! load ivec
    +	ld		[$ivec + 4], %f3
    +
    +	and		$inp, 7, $ileft
    +	andn		$inp, 7, $inp
    +	sll		$ileft, 3, $ileft
    +	mov		0xff, $omask
    +	prefetch	[$inp], 20
    +	prefetch	[$inp + 63], 20
    +	sub		%g0, $ileft, $iright
    +	and		$out, 7, %g4
    +	alignaddrl	$out, %g0, $out
    +	srl		$omask, %g4, $omask
    +	srlx		$len, 3, $len
    +	movrz		%g4, 0, $omask
    +	prefetch	[$out], 22
    +
    +	ldd		[$key + 0x78], %f4	! load key schedule
    +	ldd		[$key + 0x70], %f6
    +	ldd		[$key + 0x68], %f8
    +	ldd		[$key + 0x60], %f10
    +	ldd		[$key + 0x58], %f12
    +	ldd		[$key + 0x50], %f14
    +	ldd		[$key + 0x48], %f16
    +	ldd		[$key + 0x40], %f18
    +	ldd		[$key + 0x38], %f20
    +	ldd		[$key + 0x30], %f22
    +	ldd		[$key + 0x28], %f24
    +	ldd		[$key + 0x20], %f26
    +	ldd		[$key + 0x18], %f28
    +	ldd		[$key + 0x10], %f30
    +	ldd		[$key + 0x08], %f32
    +	ldd		[$key + 0x00], %f34
    +
    +.Ldes_cbc_dec_loop:
    +	ldx		[$inp + 0], %g4
    +	brz,pt		$ileft, 4f
    +	nop
    +
    +	ldx		[$inp + 8], %g5
    +	sllx		%g4, $ileft, %g4
    +	srlx		%g5, $iright, %g5
    +	or		%g5, %g4, %g4
    +4:
    +	movxtod		%g4, %f0
    +	prefetch	[$inp + 8+63], 20
    +	add		$inp, 8, $inp
    +	prefetch	[$out + 63], 22
    +
    +	des_ip		%f0, %f0
    +	des_round	%f4, %f6, %f0, %f0
    +	des_round	%f8, %f10, %f0, %f0
    +	des_round	%f12, %f14, %f0, %f0
    +	des_round	%f16, %f18, %f0, %f0
    +	des_round	%f20, %f22, %f0, %f0
    +	des_round	%f24, %f26, %f0, %f0
    +	des_round	%f28, %f30, %f0, %f0
    +	des_round	%f32, %f34, %f0, %f0
    +	des_iip		%f0, %f0
    +
    +	fxor		%f2, %f0, %f0		! ^= ivec
    +	movxtod		%g4, %f2
    +
    +	brnz,pn		$omask, 2f
    +	sub		$len, 1, $len
    +
    +	std		%f0, [$out + 0]
    +	brnz,pt		$len, .Ldes_cbc_dec_loop
    +	add		$out, 8, $out
    +
    +	st		%f2, [$ivec + 0]	! write out ivec
    +	retl
    +	st		%f3, [$ivec + 4]
    +
    +.align	16
    +2:	ldxa		[$inp]0x82, %g4		! avoid read-after-write hazard
    +						! and ~4x deterioration
    +						! in inp==out case
    +	faligndata	%f0, %f0, %f0		! handle unaligned output
    +
    +	stda		%f0, [$out + $omask]0xc0	! partial store
    +	add		$out, 8, $out
    +	orn		%g0, $omask, $omask
    +	stda		%f0, [$out + $omask]0xc0	! partial store
    +
    +	brnz,pt		$len, .Ldes_cbc_dec_loop+4
    +	orn		%g0, $omask, $omask
    +
    +	st		%f2, [$ivec + 0]	! write out ivec
    +	retl
    +	st		%f3, [$ivec + 4]
    +.type	des_t4_cbc_decrypt,#function
    +.size	des_t4_cbc_decrypt,.-des_t4_cbc_decrypt
    +___
    +
    +# One might wonder why does one have back-to-back des_iip/des_ip
    +# pairs between EDE passes. Indeed, aren't they inverse of each other?
    +# They almost are. Outcome of the pair is 32-bit words being swapped
    +# in target register. Consider pair of des_iip/des_ip as a way to
    +# perform the due swap, it's actually fastest way in this case.
    +
    +$code.=<<___;
    +.globl	des_t4_ede3_cbc_encrypt
    +.align	32
    +des_t4_ede3_cbc_encrypt:
    +	cmp		$len, 0
    +	be,pn		$::size_t_cc, .Lcbc_abort
    +	nop
    +	ld		[$ivec + 0], %f0	! load ivec
    +	ld		[$ivec + 4], %f1
    +
    +	and		$inp, 7, $ileft
    +	andn		$inp, 7, $inp
    +	sll		$ileft, 3, $ileft
    +	mov		0xff, $omask
    +	prefetch	[$inp], 20
    +	prefetch	[$inp + 63], 20
    +	sub		%g0, $ileft, $iright
    +	and		$out, 7, %g4
    +	alignaddrl	$out, %g0, $out
    +	srl		$omask, %g4, $omask
    +	srlx		$len, 3, $len
    +	movrz		%g4, 0, $omask
    +	prefetch	[$out], 22
    +
    +	ldd		[$key + 0x00], %f4	! load key schedule
    +	ldd		[$key + 0x08], %f6
    +	ldd		[$key + 0x10], %f8
    +	ldd		[$key + 0x18], %f10
    +	ldd		[$key + 0x20], %f12
    +	ldd		[$key + 0x28], %f14
    +	ldd		[$key + 0x30], %f16
    +	ldd		[$key + 0x38], %f18
    +	ldd		[$key + 0x40], %f20
    +	ldd		[$key + 0x48], %f22
    +	ldd		[$key + 0x50], %f24
    +	ldd		[$key + 0x58], %f26
    +	ldd		[$key + 0x60], %f28
    +	ldd		[$key + 0x68], %f30
    +	ldd		[$key + 0x70], %f32
    +	ldd		[$key + 0x78], %f34
    +
    +.Ldes_ede3_cbc_enc_loop:
    +	ldx		[$inp + 0], %g4
    +	brz,pt		$ileft, 4f
    +	nop
    +
    +	ldx		[$inp + 8], %g5
    +	sllx		%g4, $ileft, %g4
    +	srlx		%g5, $iright, %g5
    +	or		%g5, %g4, %g4
    +4:
    +	movxtod		%g4, %f2
    +	prefetch	[$inp + 8+63], 20
    +	add		$inp, 8, $inp
    +	fxor		%f2, %f0, %f0		! ^= ivec
    +	prefetch	[$out + 63], 22
    +
    +	des_ip		%f0, %f0
    +	des_round	%f4, %f6, %f0, %f0
    +	des_round	%f8, %f10, %f0, %f0
    +	des_round	%f12, %f14, %f0, %f0
    +	des_round	%f16, %f18, %f0, %f0
    +	ldd		[$key + 0x100-0x08], %f36
    +	ldd		[$key + 0x100-0x10], %f38
    +	des_round	%f20, %f22, %f0, %f0
    +	ldd		[$key + 0x100-0x18], %f40
    +	ldd		[$key + 0x100-0x20], %f42
    +	des_round	%f24, %f26, %f0, %f0
    +	ldd		[$key + 0x100-0x28], %f44
    +	ldd		[$key + 0x100-0x30], %f46
    +	des_round	%f28, %f30, %f0, %f0
    +	ldd		[$key + 0x100-0x38], %f48
    +	ldd		[$key + 0x100-0x40], %f50
    +	des_round	%f32, %f34, %f0, %f0
    +	ldd		[$key + 0x100-0x48], %f52
    +	ldd		[$key + 0x100-0x50], %f54
    +	des_iip		%f0, %f0
    +
    +	ldd		[$key + 0x100-0x58], %f56
    +	ldd		[$key + 0x100-0x60], %f58
    +	des_ip		%f0, %f0
    +	ldd		[$key + 0x100-0x68], %f60
    +	ldd		[$key + 0x100-0x70], %f62
    +	des_round	%f36, %f38, %f0, %f0
    +	ldd		[$key + 0x100-0x78], %f36
    +	ldd		[$key + 0x100-0x80], %f38
    +	des_round	%f40, %f42, %f0, %f0
    +	des_round	%f44, %f46, %f0, %f0
    +	des_round	%f48, %f50, %f0, %f0
    +	ldd		[$key + 0x100+0x00], %f40
    +	ldd		[$key + 0x100+0x08], %f42
    +	des_round	%f52, %f54, %f0, %f0
    +	ldd		[$key + 0x100+0x10], %f44
    +	ldd		[$key + 0x100+0x18], %f46
    +	des_round	%f56, %f58, %f0, %f0
    +	ldd		[$key + 0x100+0x20], %f48
    +	ldd		[$key + 0x100+0x28], %f50
    +	des_round	%f60, %f62, %f0, %f0
    +	ldd		[$key + 0x100+0x30], %f52
    +	ldd		[$key + 0x100+0x38], %f54
    +	des_round	%f36, %f38, %f0, %f0
    +	ldd		[$key + 0x100+0x40], %f56
    +	ldd		[$key + 0x100+0x48], %f58
    +	des_iip		%f0, %f0
    +
    +	ldd		[$key + 0x100+0x50], %f60
    +	ldd		[$key + 0x100+0x58], %f62
    +	des_ip		%f0, %f0
    +	ldd		[$key + 0x100+0x60], %f36
    +	ldd		[$key + 0x100+0x68], %f38
    +	des_round	%f40, %f42, %f0, %f0
    +	ldd		[$key + 0x100+0x70], %f40
    +	ldd		[$key + 0x100+0x78], %f42
    +	des_round	%f44, %f46, %f0, %f0
    +	des_round	%f48, %f50, %f0, %f0
    +	des_round	%f52, %f54, %f0, %f0
    +	des_round	%f56, %f58, %f0, %f0
    +	des_round	%f60, %f62, %f0, %f0
    +	des_round	%f36, %f38, %f0, %f0
    +	des_round	%f40, %f42, %f0, %f0
    +	des_iip		%f0, %f0
    +
    +	brnz,pn		$omask, 2f
    +	sub		$len, 1, $len
    +
    +	std		%f0, [$out + 0]
    +	brnz,pt		$len, .Ldes_ede3_cbc_enc_loop
    +	add		$out, 8, $out
    +
    +	st		%f0, [$ivec + 0]	! write out ivec
    +	retl
    +	st		%f1, [$ivec + 4]
    +
    +.align	16
    +2:	ldxa		[$inp]0x82, %g4		! avoid read-after-write hazard
    +						! and ~2x deterioration
    +						! in inp==out case
    +	faligndata	%f0, %f0, %f2		! handle unaligned output
    +
    +	stda		%f2, [$out + $omask]0xc0	! partial store
    +	add		$out, 8, $out
    +	orn		%g0, $omask, $omask
    +	stda		%f2, [$out + $omask]0xc0	! partial store
    +
    +	brnz,pt		$len, .Ldes_ede3_cbc_enc_loop+4
    +	orn		%g0, $omask, $omask
    +
    +	st		%f0, [$ivec + 0]	! write out ivec
    +	retl
    +	st		%f1, [$ivec + 4]
    +.type	des_t4_ede3_cbc_encrypt,#function
    +.size	des_t4_ede3_cbc_encrypt,.-des_t4_ede3_cbc_encrypt
    +
    +.globl	des_t4_ede3_cbc_decrypt
    +.align	32
    +des_t4_ede3_cbc_decrypt:
    +	cmp		$len, 0
    +	be,pn		$::size_t_cc, .Lcbc_abort
    +	nop
    +	ld		[$ivec + 0], %f2	! load ivec
    +	ld		[$ivec + 4], %f3
    +
    +	and		$inp, 7, $ileft
    +	andn		$inp, 7, $inp
    +	sll		$ileft, 3, $ileft
    +	mov		0xff, $omask
    +	prefetch	[$inp], 20
    +	prefetch	[$inp + 63], 20
    +	sub		%g0, $ileft, $iright
    +	and		$out, 7, %g4
    +	alignaddrl	$out, %g0, $out
    +	srl		$omask, %g4, $omask
    +	srlx		$len, 3, $len
    +	movrz		%g4, 0, $omask
    +	prefetch	[$out], 22
    +
    +	ldd		[$key + 0x100+0x78], %f4	! load key schedule
    +	ldd		[$key + 0x100+0x70], %f6
    +	ldd		[$key + 0x100+0x68], %f8
    +	ldd		[$key + 0x100+0x60], %f10
    +	ldd		[$key + 0x100+0x58], %f12
    +	ldd		[$key + 0x100+0x50], %f14
    +	ldd		[$key + 0x100+0x48], %f16
    +	ldd		[$key + 0x100+0x40], %f18
    +	ldd		[$key + 0x100+0x38], %f20
    +	ldd		[$key + 0x100+0x30], %f22
    +	ldd		[$key + 0x100+0x28], %f24
    +	ldd		[$key + 0x100+0x20], %f26
    +	ldd		[$key + 0x100+0x18], %f28
    +	ldd		[$key + 0x100+0x10], %f30
    +	ldd		[$key + 0x100+0x08], %f32
    +	ldd		[$key + 0x100+0x00], %f34
    +
    +.Ldes_ede3_cbc_dec_loop:
    +	ldx		[$inp + 0], %g4
    +	brz,pt		$ileft, 4f
    +	nop
    +
    +	ldx		[$inp + 8], %g5
    +	sllx		%g4, $ileft, %g4
    +	srlx		%g5, $iright, %g5
    +	or		%g5, %g4, %g4
    +4:
    +	movxtod		%g4, %f0
    +	prefetch	[$inp + 8+63], 20
    +	add		$inp, 8, $inp
    +	prefetch	[$out + 63], 22
    +
    +	des_ip		%f0, %f0
    +	des_round	%f4, %f6, %f0, %f0
    +	des_round	%f8, %f10, %f0, %f0
    +	des_round	%f12, %f14, %f0, %f0
    +	des_round	%f16, %f18, %f0, %f0
    +	ldd		[$key + 0x80+0x00], %f36
    +	ldd		[$key + 0x80+0x08], %f38
    +	des_round	%f20, %f22, %f0, %f0
    +	ldd		[$key + 0x80+0x10], %f40
    +	ldd		[$key + 0x80+0x18], %f42
    +	des_round	%f24, %f26, %f0, %f0
    +	ldd		[$key + 0x80+0x20], %f44
    +	ldd		[$key + 0x80+0x28], %f46
    +	des_round	%f28, %f30, %f0, %f0
    +	ldd		[$key + 0x80+0x30], %f48
    +	ldd		[$key + 0x80+0x38], %f50
    +	des_round	%f32, %f34, %f0, %f0
    +	ldd		[$key + 0x80+0x40], %f52
    +	ldd		[$key + 0x80+0x48], %f54
    +	des_iip		%f0, %f0
    +
    +	ldd		[$key + 0x80+0x50], %f56
    +	ldd		[$key + 0x80+0x58], %f58
    +	des_ip		%f0, %f0
    +	ldd		[$key + 0x80+0x60], %f60
    +	ldd		[$key + 0x80+0x68], %f62
    +	des_round	%f36, %f38, %f0, %f0
    +	ldd		[$key + 0x80+0x70], %f36
    +	ldd		[$key + 0x80+0x78], %f38
    +	des_round	%f40, %f42, %f0, %f0
    +	des_round	%f44, %f46, %f0, %f0
    +	des_round	%f48, %f50, %f0, %f0
    +	ldd		[$key + 0x80-0x08], %f40
    +	ldd		[$key + 0x80-0x10], %f42
    +	des_round	%f52, %f54, %f0, %f0
    +	ldd		[$key + 0x80-0x18], %f44
    +	ldd		[$key + 0x80-0x20], %f46
    +	des_round	%f56, %f58, %f0, %f0
    +	ldd		[$key + 0x80-0x28], %f48
    +	ldd		[$key + 0x80-0x30], %f50
    +	des_round	%f60, %f62, %f0, %f0
    +	ldd		[$key + 0x80-0x38], %f52
    +	ldd		[$key + 0x80-0x40], %f54
    +	des_round	%f36, %f38, %f0, %f0
    +	ldd		[$key + 0x80-0x48], %f56
    +	ldd		[$key + 0x80-0x50], %f58
    +	des_iip		%f0, %f0
    +
    +	ldd		[$key + 0x80-0x58], %f60
    +	ldd		[$key + 0x80-0x60], %f62
    +	des_ip		%f0, %f0
    +	ldd		[$key + 0x80-0x68], %f36
    +	ldd		[$key + 0x80-0x70], %f38
    +	des_round	%f40, %f42, %f0, %f0
    +	ldd		[$key + 0x80-0x78], %f40
    +	ldd		[$key + 0x80-0x80], %f42
    +	des_round	%f44, %f46, %f0, %f0
    +	des_round	%f48, %f50, %f0, %f0
    +	des_round	%f52, %f54, %f0, %f0
    +	des_round	%f56, %f58, %f0, %f0
    +	des_round	%f60, %f62, %f0, %f0
    +	des_round	%f36, %f38, %f0, %f0
    +	des_round	%f40, %f42, %f0, %f0
    +	des_iip		%f0, %f0
    +
    +	fxor		%f2, %f0, %f0		! ^= ivec
    +	movxtod		%g4, %f2
    +
    +	brnz,pn		$omask, 2f
    +	sub		$len, 1, $len
    +
    +	std		%f0, [$out + 0]
    +	brnz,pt		$len, .Ldes_ede3_cbc_dec_loop
    +	add		$out, 8, $out
    +
    +	st		%f2, [$ivec + 0]	! write out ivec
    +	retl
    +	st		%f3, [$ivec + 4]
    +
    +.align	16
    +2:	ldxa		[$inp]0x82, %g4		! avoid read-after-write hazard
    +						! and ~3x deterioration
    +						! in inp==out case
    +	faligndata	%f0, %f0, %f0		! handle unaligned output
    +
    +	stda		%f0, [$out + $omask]0xc0	! partial store
    +	add		$out, 8, $out
    +	orn		%g0, $omask, $omask
    +	stda		%f0, [$out + $omask]0xc0	! partial store
    +
    +	brnz,pt		$len, .Ldes_ede3_cbc_dec_loop+4
    +	orn		%g0, $omask, $omask
    +
    +	st		%f2, [$ivec + 0]	! write out ivec
    +	retl
    +	st		%f3, [$ivec + 4]
    +.type	des_t4_ede3_cbc_decrypt,#function
    +.size	des_t4_ede3_cbc_decrypt,.-des_t4_ede3_cbc_decrypt
    +___
    +}
    +$code.=<<___;
    +.asciz  "DES for SPARC T4, David S. Miller, Andy Polyakov"
    +.align  4
    +___
    +
    +&emit_assembler();
    +
    +close STDOUT;
    diff --git a/openssl/crypto/des/cbc3_enc.c b/openssl/crypto/des/cbc3_enc.c
    index b5db4e14f..249518a6a 100644
    --- a/openssl/crypto/des/cbc3_enc.c
    +++ b/openssl/crypto/des/cbc3_enc.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,40 +60,36 @@
     
     /* HAS BUGS! DON'T USE - this is only present for use in des.c */
     void DES_3cbc_encrypt(DES_cblock *input, DES_cblock *output, long length,
    -	     DES_key_schedule ks1, DES_key_schedule ks2, DES_cblock *iv1,
    -	     DES_cblock *iv2, int enc)
    -	{
    -	int off=((int)length-1)/8;
    -	long l8=((length+7)/8)*8;
    -	DES_cblock niv1,niv2;
    -
    -	if (enc == DES_ENCRYPT)
    -		{
    -		DES_cbc_encrypt((unsigned char*)input,
    -				(unsigned char*)output,length,&ks1,iv1,enc);
    -		if (length >= sizeof(DES_cblock))
    -			memcpy(niv1,output[off],sizeof(DES_cblock));
    -		DES_cbc_encrypt((unsigned char*)output,
    -				(unsigned char*)output,l8,&ks2,iv1,!enc);
    -		DES_cbc_encrypt((unsigned char*)output,
    -				(unsigned char*)output,l8,&ks1,iv2,enc);
    -		if (length >= sizeof(DES_cblock))
    -			memcpy(niv2,output[off],sizeof(DES_cblock));
    -		}
    -	else
    -		{
    -		if (length >= sizeof(DES_cblock))
    -			memcpy(niv2,input[off],sizeof(DES_cblock));
    -		DES_cbc_encrypt((unsigned char*)input,
    -				(unsigned char*)output,l8,&ks1,iv2,enc);
    -		DES_cbc_encrypt((unsigned char*)output,
    -				(unsigned char*)output,l8,&ks2,iv1,!enc);
    -		if (length >= sizeof(DES_cblock))
    -			memcpy(niv1,output[off],sizeof(DES_cblock));
    -		DES_cbc_encrypt((unsigned char*)output,
    -				(unsigned char*)output,length,&ks1,iv1,enc);
    -		}
    -	memcpy(*iv1,niv1,sizeof(DES_cblock));
    -	memcpy(*iv2,niv2,sizeof(DES_cblock));
    -	}
    +                      DES_key_schedule ks1, DES_key_schedule ks2,
    +                      DES_cblock *iv1, DES_cblock *iv2, int enc)
    +{
    +    int off = ((int)length - 1) / 8;
    +    long l8 = ((length + 7) / 8) * 8;
    +    DES_cblock niv1, niv2;
     
    +    if (enc == DES_ENCRYPT) {
    +        DES_cbc_encrypt((unsigned char *)input,
    +                        (unsigned char *)output, length, &ks1, iv1, enc);
    +        if (length >= sizeof(DES_cblock))
    +            memcpy(niv1, output[off], sizeof(DES_cblock));
    +        DES_cbc_encrypt((unsigned char *)output,
    +                        (unsigned char *)output, l8, &ks2, iv1, !enc);
    +        DES_cbc_encrypt((unsigned char *)output,
    +                        (unsigned char *)output, l8, &ks1, iv2, enc);
    +        if (length >= sizeof(DES_cblock))
    +            memcpy(niv2, output[off], sizeof(DES_cblock));
    +    } else {
    +        if (length >= sizeof(DES_cblock))
    +            memcpy(niv2, input[off], sizeof(DES_cblock));
    +        DES_cbc_encrypt((unsigned char *)input,
    +                        (unsigned char *)output, l8, &ks1, iv2, enc);
    +        DES_cbc_encrypt((unsigned char *)output,
    +                        (unsigned char *)output, l8, &ks2, iv1, !enc);
    +        if (length >= sizeof(DES_cblock))
    +            memcpy(niv1, output[off], sizeof(DES_cblock));
    +        DES_cbc_encrypt((unsigned char *)output,
    +                        (unsigned char *)output, length, &ks1, iv1, enc);
    +    }
    +    memcpy(*iv1, niv1, sizeof(DES_cblock));
    +    memcpy(*iv2, niv2, sizeof(DES_cblock));
    +}
    diff --git a/openssl/crypto/des/cbc_cksm.c b/openssl/crypto/des/cbc_cksm.c
    index 09a7ba56a..f89b5b98e 100644
    --- a/openssl/crypto/des/cbc_cksm.c
    +++ b/openssl/crypto/des/cbc_cksm.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -59,48 +59,45 @@
     #include "des_locl.h"
     
     DES_LONG DES_cbc_cksum(const unsigned char *in, DES_cblock *output,
    -		       long length, DES_key_schedule *schedule,
    -		       const_DES_cblock *ivec)
    -	{
    -	register DES_LONG tout0,tout1,tin0,tin1;
    -	register long l=length;
    -	DES_LONG tin[2];
    -	unsigned char *out = &(*output)[0];
    -	const unsigned char *iv = &(*ivec)[0];
    +                       long length, DES_key_schedule *schedule,
    +                       const_DES_cblock *ivec)
    +{
    +    register DES_LONG tout0, tout1, tin0, tin1;
    +    register long l = length;
    +    DES_LONG tin[2];
    +    unsigned char *out = &(*output)[0];
    +    const unsigned char *iv = &(*ivec)[0];
    +
    +    c2l(iv, tout0);
    +    c2l(iv, tout1);
    +    for (; l > 0; l -= 8) {
    +        if (l >= 8) {
    +            c2l(in, tin0);
    +            c2l(in, tin1);
    +        } else
    +            c2ln(in, tin0, tin1, l);
     
    -	c2l(iv,tout0);
    -	c2l(iv,tout1);
    -	for (; l>0; l-=8)
    -		{
    -		if (l >= 8)
    -			{
    -			c2l(in,tin0);
    -			c2l(in,tin1);
    -			}
    -		else
    -			c2ln(in,tin0,tin1,l);
    -			
    -		tin0^=tout0; tin[0]=tin0;
    -		tin1^=tout1; tin[1]=tin1;
    -		DES_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT);
    -		/* fix 15/10/91 eay - thanks to keithr@sco.COM */
    -		tout0=tin[0];
    -		tout1=tin[1];
    -		}
    -	if (out != NULL)
    -		{
    -		l2c(tout0,out);
    -		l2c(tout1,out);
    -		}
    -	tout0=tin0=tin1=tin[0]=tin[1]=0;
    -	/*
    -	  Transform the data in tout1 so that it will
    -	  match the return value that the MIT Kerberos
    -	  mit_des_cbc_cksum API returns.
    -	*/
    -	tout1 = ((tout1 >> 24L) & 0x000000FF)
    -	      | ((tout1 >> 8L)  & 0x0000FF00)
    -	      | ((tout1 << 8L)  & 0x00FF0000)
    -	      | ((tout1 << 24L) & 0xFF000000);
    -	return(tout1);
    -	}
    +        tin0 ^= tout0;
    +        tin[0] = tin0;
    +        tin1 ^= tout1;
    +        tin[1] = tin1;
    +        DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT);
    +        /* fix 15/10/91 eay - thanks to keithr@sco.COM */
    +        tout0 = tin[0];
    +        tout1 = tin[1];
    +    }
    +    if (out != NULL) {
    +        l2c(tout0, out);
    +        l2c(tout1, out);
    +    }
    +    tout0 = tin0 = tin1 = tin[0] = tin[1] = 0;
    +    /*
    +     * Transform the data in tout1 so that it will match the return value
    +     * that the MIT Kerberos mit_des_cbc_cksum API returns.
    +     */
    +    tout1 = ((tout1 >> 24L) & 0x000000FF)
    +        | ((tout1 >> 8L) & 0x0000FF00)
    +        | ((tout1 << 8L) & 0x00FF0000)
    +        | ((tout1 << 24L) & 0xFF000000);
    +    return (tout1);
    +}
    diff --git a/openssl/crypto/des/cbc_enc.c b/openssl/crypto/des/cbc_enc.c
    index 677903ae4..7ee359928 100644
    --- a/openssl/crypto/des/cbc_enc.c
    +++ b/openssl/crypto/des/cbc_enc.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -58,4 +58,4 @@
     
     #define CBC_ENC_C__DONT_UPDATE_IV
     
    -#include "ncbc_enc.c" /* des_cbc_encrypt */
    +#include "ncbc_enc.c"           /* des_cbc_encrypt */
    diff --git a/openssl/crypto/des/cfb64ede.c b/openssl/crypto/des/cfb64ede.c
    index de34ecceb..5d709c12d 100644
    --- a/openssl/crypto/des/cfb64ede.c
    +++ b/openssl/crypto/des/cfb64ede.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -59,196 +59,191 @@
     #include "des_locl.h"
     #include "e_os.h"
     
    -/* The input and output encrypted as though 64bit cfb mode is being
    - * used.  The extra state information to record how much of the
    - * 64bit block we have used is contained in *num;
    +/*
    + * The input and output encrypted as though 64bit cfb mode is being used.
    + * The extra state information to record how much of the 64bit block we have
    + * used is contained in *num;
      */
     
     void DES_ede3_cfb64_encrypt(const unsigned char *in, unsigned char *out,
    -			    long length, DES_key_schedule *ks1,
    -			    DES_key_schedule *ks2, DES_key_schedule *ks3,
    -			    DES_cblock *ivec, int *num, int enc)
    -	{
    -	register DES_LONG v0,v1;
    -	register long l=length;
    -	register int n= *num;
    -	DES_LONG ti[2];
    -	unsigned char *iv,c,cc;
    +                            long length, DES_key_schedule *ks1,
    +                            DES_key_schedule *ks2, DES_key_schedule *ks3,
    +                            DES_cblock *ivec, int *num, int enc)
    +{
    +    register DES_LONG v0, v1;
    +    register long l = length;
    +    register int n = *num;
    +    DES_LONG ti[2];
    +    unsigned char *iv, c, cc;
     
    -	iv=&(*ivec)[0];
    -	if (enc)
    -		{
    -		while (l--)
    -			{
    -			if (n == 0)
    -				{
    -				c2l(iv,v0);
    -				c2l(iv,v1);
    +    iv = &(*ivec)[0];
    +    if (enc) {
    +        while (l--) {
    +            if (n == 0) {
    +                c2l(iv, v0);
    +                c2l(iv, v1);
     
    -				ti[0]=v0;
    -				ti[1]=v1;
    -				DES_encrypt3(ti,ks1,ks2,ks3);
    -				v0=ti[0];
    -				v1=ti[1];
    +                ti[0] = v0;
    +                ti[1] = v1;
    +                DES_encrypt3(ti, ks1, ks2, ks3);
    +                v0 = ti[0];
    +                v1 = ti[1];
     
    -				iv = &(*ivec)[0];
    -				l2c(v0,iv);
    -				l2c(v1,iv);
    -				iv = &(*ivec)[0];
    -				}
    -			c= *(in++)^iv[n];
    -			*(out++)=c;
    -			iv[n]=c;
    -			n=(n+1)&0x07;
    -			}
    -		}
    -	else
    -		{
    -		while (l--)
    -			{
    -			if (n == 0)
    -				{
    -				c2l(iv,v0);
    -				c2l(iv,v1);
    +                iv = &(*ivec)[0];
    +                l2c(v0, iv);
    +                l2c(v1, iv);
    +                iv = &(*ivec)[0];
    +            }
    +            c = *(in++) ^ iv[n];
    +            *(out++) = c;
    +            iv[n] = c;
    +            n = (n + 1) & 0x07;
    +        }
    +    } else {
    +        while (l--) {
    +            if (n == 0) {
    +                c2l(iv, v0);
    +                c2l(iv, v1);
     
    -				ti[0]=v0;
    -				ti[1]=v1;
    -				DES_encrypt3(ti,ks1,ks2,ks3);
    -				v0=ti[0];
    -				v1=ti[1];
    +                ti[0] = v0;
    +                ti[1] = v1;
    +                DES_encrypt3(ti, ks1, ks2, ks3);
    +                v0 = ti[0];
    +                v1 = ti[1];
     
    -				iv = &(*ivec)[0];
    -				l2c(v0,iv);
    -				l2c(v1,iv);
    -				iv = &(*ivec)[0];
    -				}
    -			cc= *(in++);
    -			c=iv[n];
    -			iv[n]=cc;
    -			*(out++)=c^cc;
    -			n=(n+1)&0x07;
    -			}
    -		}
    -	v0=v1=ti[0]=ti[1]=c=cc=0;
    -	*num=n;
    -	}
    +                iv = &(*ivec)[0];
    +                l2c(v0, iv);
    +                l2c(v1, iv);
    +                iv = &(*ivec)[0];
    +            }
    +            cc = *(in++);
    +            c = iv[n];
    +            iv[n] = cc;
    +            *(out++) = c ^ cc;
    +            n = (n + 1) & 0x07;
    +        }
    +    }
    +    v0 = v1 = ti[0] = ti[1] = c = cc = 0;
    +    *num = n;
    +}
     
    -#ifdef undef /* MACRO */
    -void DES_ede2_cfb64_encrypt(unsigned char *in, unsigned char *out, long length,
    -	     DES_key_schedule ks1, DES_key_schedule ks2, DES_cblock (*ivec),
    -	     int *num, int enc)
    -	{
    -	DES_ede3_cfb64_encrypt(in,out,length,ks1,ks2,ks1,ivec,num,enc);
    -	}
    +#ifdef undef                    /* MACRO */
    +void DES_ede2_cfb64_encrypt(unsigned char *in, unsigned char *out,
    +                            long length, DES_key_schedule ks1,
    +                            DES_key_schedule ks2, DES_cblock (*ivec),
    +                            int *num, int enc)
    +{
    +    DES_ede3_cfb64_encrypt(in, out, length, ks1, ks2, ks1, ivec, num, enc);
    +}
     #endif
     
    -/* This is compatible with the single key CFB-r for DES, even thought that's
    +/*
    + * This is compatible with the single key CFB-r for DES, even thought that's
      * not what EVP needs.
      */
     
    -void DES_ede3_cfb_encrypt(const unsigned char *in,unsigned char *out,
    -			  int numbits,long length,DES_key_schedule *ks1,
    -			  DES_key_schedule *ks2,DES_key_schedule *ks3,
    -			  DES_cblock *ivec,int enc)
    -	{
    -	register DES_LONG d0,d1,v0,v1;
    -	register unsigned long l=length,n=((unsigned int)numbits+7)/8;
    -	register int num=numbits,i;
    -	DES_LONG ti[2];
    -	unsigned char *iv;
    -	unsigned char ovec[16];
    -
    -	if (num > 64) return;
    -	iv = &(*ivec)[0];
    -	c2l(iv,v0);
    -	c2l(iv,v1);
    -	if (enc)
    -		{
    -		while (l >= n)
    -			{
    -			l-=n;
    -			ti[0]=v0;
    -			ti[1]=v1;
    -			DES_encrypt3(ti,ks1,ks2,ks3);
    -			c2ln(in,d0,d1,n);
    -			in+=n;
    -			d0^=ti[0];
    -			d1^=ti[1];
    -			l2cn(d0,d1,out,n);
    -			out+=n;
    -			/* 30-08-94 - eay - changed because l>>32 and
    -			 * l<<32 are bad under gcc :-( */
    -			if (num == 32)
    -				{ v0=v1; v1=d0; }
    -			else if (num == 64)
    -				{ v0=d0; v1=d1; }
    -			else
    -				{
    -				iv=&ovec[0];
    -				l2c(v0,iv);
    -				l2c(v1,iv);
    -				l2c(d0,iv);
    -				l2c(d1,iv);
    -				/* shift ovec left most of the bits... */
    -				memmove(ovec,ovec+num/8,8+(num%8 ? 1 : 0));
    -				/* now the remaining bits */
    -				if(num%8 != 0)
    -					for(i=0 ; i < 8 ; ++i)
    -						{
    -						ovec[i]<<=num%8;
    -						ovec[i]|=ovec[i+1]>>(8-num%8);
    -						}
    -				iv=&ovec[0];
    -				c2l(iv,v0);
    -				c2l(iv,v1);
    -				}
    -			}
    -		}
    -	else
    -		{
    -		while (l >= n)
    -			{
    -			l-=n;
    -			ti[0]=v0;
    -			ti[1]=v1;
    -			DES_encrypt3(ti,ks1,ks2,ks3);
    -			c2ln(in,d0,d1,n);
    -			in+=n;
    -			/* 30-08-94 - eay - changed because l>>32 and
    -			 * l<<32 are bad under gcc :-( */
    -			if (num == 32)
    -				{ v0=v1; v1=d0; }
    -			else if (num == 64)
    -				{ v0=d0; v1=d1; }
    -			else
    -				{
    -				iv=&ovec[0];
    -				l2c(v0,iv);
    -				l2c(v1,iv);
    -				l2c(d0,iv);
    -				l2c(d1,iv);
    -				/* shift ovec left most of the bits... */
    -				memmove(ovec,ovec+num/8,8+(num%8 ? 1 : 0));
    -				/* now the remaining bits */
    -				if(num%8 != 0)
    -					for(i=0 ; i < 8 ; ++i)
    -						{
    -						ovec[i]<<=num%8;
    -						ovec[i]|=ovec[i+1]>>(8-num%8);
    -						}
    -				iv=&ovec[0];
    -				c2l(iv,v0);
    -				c2l(iv,v1);
    -				}
    -			d0^=ti[0];
    -			d1^=ti[1];
    -			l2cn(d0,d1,out,n);
    -			out+=n;
    -			}
    -		}
    -	iv = &(*ivec)[0];
    -	l2c(v0,iv);
    -	l2c(v1,iv);
    -	v0=v1=d0=d1=ti[0]=ti[1]=0;
    -	}
    +void DES_ede3_cfb_encrypt(const unsigned char *in, unsigned char *out,
    +                          int numbits, long length, DES_key_schedule *ks1,
    +                          DES_key_schedule *ks2, DES_key_schedule *ks3,
    +                          DES_cblock *ivec, int enc)
    +{
    +    register DES_LONG d0, d1, v0, v1;
    +    register unsigned long l = length, n = ((unsigned int)numbits + 7) / 8;
    +    register int num = numbits, i;
    +    DES_LONG ti[2];
    +    unsigned char *iv;
    +    unsigned char ovec[16];
     
    +    if (num > 64)
    +        return;
    +    iv = &(*ivec)[0];
    +    c2l(iv, v0);
    +    c2l(iv, v1);
    +    if (enc) {
    +        while (l >= n) {
    +            l -= n;
    +            ti[0] = v0;
    +            ti[1] = v1;
    +            DES_encrypt3(ti, ks1, ks2, ks3);
    +            c2ln(in, d0, d1, n);
    +            in += n;
    +            d0 ^= ti[0];
    +            d1 ^= ti[1];
    +            l2cn(d0, d1, out, n);
    +            out += n;
    +            /*
    +             * 30-08-94 - eay - changed because l>>32 and l<<32 are bad under
    +             * gcc :-(
    +             */
    +            if (num == 32) {
    +                v0 = v1;
    +                v1 = d0;
    +            } else if (num == 64) {
    +                v0 = d0;
    +                v1 = d1;
    +            } else {
    +                iv = &ovec[0];
    +                l2c(v0, iv);
    +                l2c(v1, iv);
    +                l2c(d0, iv);
    +                l2c(d1, iv);
    +                /* shift ovec left most of the bits... */
    +                memmove(ovec, ovec + num / 8, 8 + (num % 8 ? 1 : 0));
    +                /* now the remaining bits */
    +                if (num % 8 != 0)
    +                    for (i = 0; i < 8; ++i) {
    +                        ovec[i] <<= num % 8;
    +                        ovec[i] |= ovec[i + 1] >> (8 - num % 8);
    +                    }
    +                iv = &ovec[0];
    +                c2l(iv, v0);
    +                c2l(iv, v1);
    +            }
    +        }
    +    } else {
    +        while (l >= n) {
    +            l -= n;
    +            ti[0] = v0;
    +            ti[1] = v1;
    +            DES_encrypt3(ti, ks1, ks2, ks3);
    +            c2ln(in, d0, d1, n);
    +            in += n;
    +            /*
    +             * 30-08-94 - eay - changed because l>>32 and l<<32 are bad under
    +             * gcc :-(
    +             */
    +            if (num == 32) {
    +                v0 = v1;
    +                v1 = d0;
    +            } else if (num == 64) {
    +                v0 = d0;
    +                v1 = d1;
    +            } else {
    +                iv = &ovec[0];
    +                l2c(v0, iv);
    +                l2c(v1, iv);
    +                l2c(d0, iv);
    +                l2c(d1, iv);
    +                /* shift ovec left most of the bits... */
    +                memmove(ovec, ovec + num / 8, 8 + (num % 8 ? 1 : 0));
    +                /* now the remaining bits */
    +                if (num % 8 != 0)
    +                    for (i = 0; i < 8; ++i) {
    +                        ovec[i] <<= num % 8;
    +                        ovec[i] |= ovec[i + 1] >> (8 - num % 8);
    +                    }
    +                iv = &ovec[0];
    +                c2l(iv, v0);
    +                c2l(iv, v1);
    +            }
    +            d0 ^= ti[0];
    +            d1 ^= ti[1];
    +            l2cn(d0, d1, out, n);
    +            out += n;
    +        }
    +    }
    +    iv = &(*ivec)[0];
    +    l2c(v0, iv);
    +    l2c(v1, iv);
    +    v0 = v1 = d0 = d1 = ti[0] = ti[1] = 0;
    +}
    diff --git a/openssl/crypto/des/cfb64enc.c b/openssl/crypto/des/cfb64enc.c
    index 5ec8683e4..7346774eb 100644
    --- a/openssl/crypto/des/cfb64enc.c
    +++ b/openssl/crypto/des/cfb64enc.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -58,64 +58,65 @@
     
     #include "des_locl.h"
     
    -/* The input and output encrypted as though 64bit cfb mode is being
    - * used.  The extra state information to record how much of the
    - * 64bit block we have used is contained in *num;
    +/*
    + * The input and output encrypted as though 64bit cfb mode is being used.
    + * The extra state information to record how much of the 64bit block we have
    + * used is contained in *num;
      */
     
     void DES_cfb64_encrypt(const unsigned char *in, unsigned char *out,
    -		       long length, DES_key_schedule *schedule,
    -		       DES_cblock *ivec, int *num, int enc)
    -	{
    -	register DES_LONG v0,v1;
    -	register long l=length;
    -	register int n= *num;
    -	DES_LONG ti[2];
    -	unsigned char *iv,c,cc;
    -
    -	iv = &(*ivec)[0];
    -	if (enc)
    -		{
    -		while (l--)
    -			{
    -			if (n == 0)
    -				{
    -				c2l(iv,v0); ti[0]=v0;
    -				c2l(iv,v1); ti[1]=v1;
    -				DES_encrypt1(ti,schedule,DES_ENCRYPT);
    -				iv = &(*ivec)[0];
    -				v0=ti[0]; l2c(v0,iv);
    -				v0=ti[1]; l2c(v0,iv);
    -				iv = &(*ivec)[0];
    -				}
    -			c= *(in++)^iv[n];
    -			*(out++)=c;
    -			iv[n]=c;
    -			n=(n+1)&0x07;
    -			}
    -		}
    -	else
    -		{
    -		while (l--)
    -			{
    -			if (n == 0)
    -				{
    -				c2l(iv,v0); ti[0]=v0;
    -				c2l(iv,v1); ti[1]=v1;
    -				DES_encrypt1(ti,schedule,DES_ENCRYPT);
    -				iv = &(*ivec)[0];
    -				v0=ti[0]; l2c(v0,iv);
    -				v0=ti[1]; l2c(v0,iv);
    -				iv = &(*ivec)[0];
    -				}
    -			cc= *(in++);
    -			c=iv[n];
    -			iv[n]=cc;
    -			*(out++)=c^cc;
    -			n=(n+1)&0x07;
    -			}
    -		}
    -	v0=v1=ti[0]=ti[1]=c=cc=0;
    -	*num=n;
    -	}
    +                       long length, DES_key_schedule *schedule,
    +                       DES_cblock *ivec, int *num, int enc)
    +{
    +    register DES_LONG v0, v1;
    +    register long l = length;
    +    register int n = *num;
    +    DES_LONG ti[2];
    +    unsigned char *iv, c, cc;
     
    +    iv = &(*ivec)[0];
    +    if (enc) {
    +        while (l--) {
    +            if (n == 0) {
    +                c2l(iv, v0);
    +                ti[0] = v0;
    +                c2l(iv, v1);
    +                ti[1] = v1;
    +                DES_encrypt1(ti, schedule, DES_ENCRYPT);
    +                iv = &(*ivec)[0];
    +                v0 = ti[0];
    +                l2c(v0, iv);
    +                v0 = ti[1];
    +                l2c(v0, iv);
    +                iv = &(*ivec)[0];
    +            }
    +            c = *(in++) ^ iv[n];
    +            *(out++) = c;
    +            iv[n] = c;
    +            n = (n + 1) & 0x07;
    +        }
    +    } else {
    +        while (l--) {
    +            if (n == 0) {
    +                c2l(iv, v0);
    +                ti[0] = v0;
    +                c2l(iv, v1);
    +                ti[1] = v1;
    +                DES_encrypt1(ti, schedule, DES_ENCRYPT);
    +                iv = &(*ivec)[0];
    +                v0 = ti[0];
    +                l2c(v0, iv);
    +                v0 = ti[1];
    +                l2c(v0, iv);
    +                iv = &(*ivec)[0];
    +            }
    +            cc = *(in++);
    +            c = iv[n];
    +            iv[n] = cc;
    +            *(out++) = c ^ cc;
    +            n = (n + 1) & 0x07;
    +        }
    +    }
    +    v0 = v1 = ti[0] = ti[1] = c = cc = 0;
    +    *num = n;
    +}
    diff --git a/openssl/crypto/des/cfb_enc.c b/openssl/crypto/des/cfb_enc.c
    index 720f29a28..bd0e29971 100644
    --- a/openssl/crypto/des/cfb_enc.c
    +++ b/openssl/crypto/des/cfb_enc.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,136 +60,140 @@
     #include "des_locl.h"
     #include 
     
    -/* The input and output are loaded in multiples of 8 bits.
    - * What this means is that if you hame numbits=12 and length=2
    - * the first 12 bits will be retrieved from the first byte and half
    - * the second.  The second 12 bits will come from the 3rd and half the 4th
    - * byte.
    +/*
    + * The input and output are loaded in multiples of 8 bits. What this means is
    + * that if you hame numbits=12 and length=2 the first 12 bits will be
    + * retrieved from the first byte and half the second.  The second 12 bits
    + * will come from the 3rd and half the 4th byte.
    + */
    +/*
    + * Until Aug 1 2003 this function did not correctly implement CFB-r, so it
    + * will not be compatible with any encryption prior to that date. Ben.
      */
    -/* Until Aug 1 2003 this function did not correctly implement CFB-r, so it
    - * will not be compatible with any encryption prior to that date. Ben. */
     void DES_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits,
    -		     long length, DES_key_schedule *schedule, DES_cblock *ivec,
    -		     int enc)
    -	{
    -	register DES_LONG d0,d1,v0,v1;
    -	register unsigned long l=length;
    -	register int num=numbits/8,n=(numbits+7)/8,i,rem=numbits%8;
    -	DES_LONG ti[2];
    -	unsigned char *iv;
    +                     long length, DES_key_schedule *schedule,
    +                     DES_cblock *ivec, int enc)
    +{
    +    register DES_LONG d0, d1, v0, v1;
    +    register unsigned long l = length;
    +    register int num = numbits / 8, n = (numbits + 7) / 8, i, rem =
    +        numbits % 8;
    +    DES_LONG ti[2];
    +    unsigned char *iv;
     #ifndef L_ENDIAN
    -	unsigned char ovec[16];
    +    unsigned char ovec[16];
     #else
    -	unsigned int  sh[4];
    -	unsigned char *ovec=(unsigned char *)sh;
    +    unsigned int sh[4];
    +    unsigned char *ovec = (unsigned char *)sh;
    +
    +    /* I kind of count that compiler optimizes away this assertioni, */
    +    assert(sizeof(sh[0]) == 4); /* as this holds true for all, */
    +    /* but 16-bit platforms...      */
     
    -	/* I kind of count that compiler optimizes away this assertioni,*/
    -	assert (sizeof(sh[0])==4);	/* as this holds true for all,	*/
    -					/* but 16-bit platforms...	*/
    -					
     #endif
     
    -	if (numbits<=0 || numbits > 64) return;
    -	iv = &(*ivec)[0];
    -	c2l(iv,v0);
    -	c2l(iv,v1);
    -	if (enc)
    -		{
    -		while (l >= (unsigned long)n)
    -			{
    -			l-=n;
    -			ti[0]=v0;
    -			ti[1]=v1;
    -			DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT);
    -			c2ln(in,d0,d1,n);
    -			in+=n;
    -			d0^=ti[0];
    -			d1^=ti[1];
    -			l2cn(d0,d1,out,n);
    -			out+=n;
    -			/* 30-08-94 - eay - changed because l>>32 and
    -			 * l<<32 are bad under gcc :-( */
    -			if (numbits == 32)
    -				{ v0=v1; v1=d0; }
    -			else if (numbits == 64)
    -				{ v0=d0; v1=d1; }
    -			else
    -				{
    +    if (numbits <= 0 || numbits > 64)
    +        return;
    +    iv = &(*ivec)[0];
    +    c2l(iv, v0);
    +    c2l(iv, v1);
    +    if (enc) {
    +        while (l >= (unsigned long)n) {
    +            l -= n;
    +            ti[0] = v0;
    +            ti[1] = v1;
    +            DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT);
    +            c2ln(in, d0, d1, n);
    +            in += n;
    +            d0 ^= ti[0];
    +            d1 ^= ti[1];
    +            l2cn(d0, d1, out, n);
    +            out += n;
    +            /*
    +             * 30-08-94 - eay - changed because l>>32 and l<<32 are bad under
    +             * gcc :-(
    +             */
    +            if (numbits == 32) {
    +                v0 = v1;
    +                v1 = d0;
    +            } else if (numbits == 64) {
    +                v0 = d0;
    +                v1 = d1;
    +            } else {
     #ifndef L_ENDIAN
    -				iv=&ovec[0];
    -				l2c(v0,iv);
    -				l2c(v1,iv);
    -				l2c(d0,iv);
    -				l2c(d1,iv);
    +                iv = &ovec[0];
    +                l2c(v0, iv);
    +                l2c(v1, iv);
    +                l2c(d0, iv);
    +                l2c(d1, iv);
     #else
    -				sh[0]=v0, sh[1]=v1, sh[2]=d0, sh[3]=d1;
    +                sh[0] = v0, sh[1] = v1, sh[2] = d0, sh[3] = d1;
     #endif
    -				if (rem==0)
    -					memmove(ovec,ovec+num,8);
    -				else
    -					for(i=0 ; i < 8 ; ++i)
    -						ovec[i]=ovec[i+num]<>(8-rem);
    +                if (rem == 0)
    +                    memmove(ovec, ovec + num, 8);
    +                else
    +                    for (i = 0; i < 8; ++i)
    +                        ovec[i] = ovec[i + num] << rem |
    +                            ovec[i + num + 1] >> (8 - rem);
     #ifdef L_ENDIAN
    -				v0=sh[0], v1=sh[1];
    +                v0 = sh[0], v1 = sh[1];
     #else
    -				iv=&ovec[0];
    -				c2l(iv,v0);
    -				c2l(iv,v1);
    +                iv = &ovec[0];
    +                c2l(iv, v0);
    +                c2l(iv, v1);
     #endif
    -				}
    -			}
    -		}
    -	else
    -		{
    -		while (l >= (unsigned long)n)
    -			{
    -			l-=n;
    -			ti[0]=v0;
    -			ti[1]=v1;
    -			DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT);
    -			c2ln(in,d0,d1,n);
    -			in+=n;
    -			/* 30-08-94 - eay - changed because l>>32 and
    -			 * l<<32 are bad under gcc :-( */
    -			if (numbits == 32)
    -				{ v0=v1; v1=d0; }
    -			else if (numbits == 64)
    -				{ v0=d0; v1=d1; }
    -			else
    -				{
    +            }
    +        }
    +    } else {
    +        while (l >= (unsigned long)n) {
    +            l -= n;
    +            ti[0] = v0;
    +            ti[1] = v1;
    +            DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT);
    +            c2ln(in, d0, d1, n);
    +            in += n;
    +            /*
    +             * 30-08-94 - eay - changed because l>>32 and l<<32 are bad under
    +             * gcc :-(
    +             */
    +            if (numbits == 32) {
    +                v0 = v1;
    +                v1 = d0;
    +            } else if (numbits == 64) {
    +                v0 = d0;
    +                v1 = d1;
    +            } else {
     #ifndef L_ENDIAN
    -				iv=&ovec[0];
    -				l2c(v0,iv);
    -				l2c(v1,iv);
    -				l2c(d0,iv);
    -				l2c(d1,iv);
    +                iv = &ovec[0];
    +                l2c(v0, iv);
    +                l2c(v1, iv);
    +                l2c(d0, iv);
    +                l2c(d1, iv);
     #else
    -				sh[0]=v0, sh[1]=v1, sh[2]=d0, sh[3]=d1;
    +                sh[0] = v0, sh[1] = v1, sh[2] = d0, sh[3] = d1;
     #endif
    -				if (rem==0)
    -					memmove(ovec,ovec+num,8);
    -				else
    -					for(i=0 ; i < 8 ; ++i)
    -						ovec[i]=ovec[i+num]<>(8-rem);
    +                if (rem == 0)
    +                    memmove(ovec, ovec + num, 8);
    +                else
    +                    for (i = 0; i < 8; ++i)
    +                        ovec[i] = ovec[i + num] << rem |
    +                            ovec[i + num + 1] >> (8 - rem);
     #ifdef L_ENDIAN
    -				v0=sh[0], v1=sh[1];
    +                v0 = sh[0], v1 = sh[1];
     #else
    -				iv=&ovec[0];
    -				c2l(iv,v0);
    -				c2l(iv,v1);
    +                iv = &ovec[0];
    +                c2l(iv, v0);
    +                c2l(iv, v1);
     #endif
    -				}
    -			d0^=ti[0];
    -			d1^=ti[1];
    -			l2cn(d0,d1,out,n);
    -			out+=n;
    -			}
    -		}
    -	iv = &(*ivec)[0];
    -	l2c(v0,iv);
    -	l2c(v1,iv);
    -	v0=v1=d0=d1=ti[0]=ti[1]=0;
    -	}
    -
    +            }
    +            d0 ^= ti[0];
    +            d1 ^= ti[1];
    +            l2cn(d0, d1, out, n);
    +            out += n;
    +        }
    +    }
    +    iv = &(*ivec)[0];
    +    l2c(v0, iv);
    +    l2c(v1, iv);
    +    v0 = v1 = d0 = d1 = ti[0] = ti[1] = 0;
    +}
    diff --git a/openssl/crypto/des/des.c b/openssl/crypto/des/des.c
    index 343135ff9..2bff28125 100644
    --- a/openssl/crypto/des/des.c
    +++ b/openssl/crypto/des/des.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,30 +61,30 @@
     #include 
     #include 
     #ifndef OPENSSL_SYS_MSDOS
    -#ifndef OPENSSL_SYS_VMS
    -#include OPENSSL_UNISTD
    -#else /* OPENSSL_SYS_VMS */
    -#ifdef __DECC
    -#include 
    -#else /* not __DECC */
    -#include 
    -#endif /* __DECC */
    -#endif /* OPENSSL_SYS_VMS */
    -#else /* OPENSSL_SYS_MSDOS */
    -#include 
    +# ifndef OPENSSL_SYS_VMS
    +#  include OPENSSL_UNISTD
    +# else                          /* OPENSSL_SYS_VMS */
    +#  ifdef __DECC
    +#   include 
    +#  else                         /* not __DECC */
    +#   include 
    +#  endif                        /* __DECC */
    +# endif                         /* OPENSSL_SYS_VMS */
    +#else                           /* OPENSSL_SYS_MSDOS */
    +# include 
     #endif
     
     #include 
     #include "des_ver.h"
     
     #ifdef OPENSSL_SYS_VMS
    -#include 
    -#include 
    +# include 
    +# include 
     #else
    -#ifndef _IRIX
    -#include 
    -#endif
    -#include 
    +# ifndef _IRIX
    +#  include 
    +# endif
    +# include 
     #endif
     #include 
     #include 
    @@ -94,839 +94,773 @@ void usage(void);
     void doencryption(void);
     int uufwrite(unsigned char *data, int size, unsigned int num, FILE *fp);
     void uufwriteEnd(FILE *fp);
    -int uufread(unsigned char *out,int size,unsigned int num,FILE *fp);
    -int uuencode(unsigned char *in,int num,unsigned char *out);
    -int uudecode(unsigned char *in,int num,unsigned char *out);
    -void DES_3cbc_encrypt(DES_cblock *input,DES_cblock *output,long length,
    -	DES_key_schedule sk1,DES_key_schedule sk2,
    -	DES_cblock *ivec1,DES_cblock *ivec2,int enc);
    +int uufread(unsigned char *out, int size, unsigned int num, FILE *fp);
    +int uuencode(unsigned char *in, int num, unsigned char *out);
    +int uudecode(unsigned char *in, int num, unsigned char *out);
    +void DES_3cbc_encrypt(DES_cblock *input, DES_cblock *output, long length,
    +                      DES_key_schedule sk1, DES_key_schedule sk2,
    +                      DES_cblock *ivec1, DES_cblock *ivec2, int enc);
     #ifdef OPENSSL_SYS_VMS
    -#define EXIT(a) exit(a&0x10000000L)
    +# define EXIT(a) exit(a&0x10000000L)
     #else
    -#define EXIT(a) exit(a)
    +# define EXIT(a) exit(a)
     #endif
     
     #define BUFSIZE (8*1024)
     #define VERIFY  1
    -#define KEYSIZ	8
    -#define KEYSIZB 1024 /* should hit tty line limit first :-) */
    -char key[KEYSIZB+1];
    -int do_encrypt,longk=0;
    -FILE *DES_IN,*DES_OUT,*CKSUM_OUT;
    +#define KEYSIZ  8
    +#define KEYSIZB 1024            /* should hit tty line limit first :-) */
    +char key[KEYSIZB + 1];
    +int do_encrypt, longk = 0;
    +FILE *DES_IN, *DES_OUT, *CKSUM_OUT;
     char uuname[200];
     unsigned char uubuf[50];
    -int uubufnum=0;
    -#define INUUBUFN	(45*100)
    -#define OUTUUBUF	(65*100)
    +int uubufnum = 0;
    +#define INUUBUFN        (45*100)
    +#define OUTUUBUF        (65*100)
     unsigned char b[OUTUUBUF];
     unsigned char bb[300];
    -DES_cblock cksum={0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
    -char cksumname[200]="";
    +DES_cblock cksum = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
     
    -int vflag,cflag,eflag,dflag,kflag,bflag,fflag,sflag,uflag,flag3,hflag,error;
    +char cksumname[200] = "";
    +
    +int vflag, cflag, eflag, dflag, kflag, bflag, fflag, sflag, uflag, flag3,
    +    hflag, error;
     
     int main(int argc, char **argv)
    -	{
    -	int i;
    -	struct stat ins,outs;
    -	char *p;
    -	char *in=NULL,*out=NULL;
    -
    -	vflag=cflag=eflag=dflag=kflag=hflag=bflag=fflag=sflag=uflag=flag3=0;
    -	error=0;
    -	memset(key,0,sizeof(key));
    -
    -	for (i=1; i=0; j--)
    -							argv[i][j]='\0';
    -						}
    -					break;
    -				default:
    -					fprintf(stderr,"'%c' unknown flag\n",p[-1]);
    -					error=1;
    -					break;
    -					}
    -				}
    -			}
    -		else
    -			{
    -			if (in == NULL)
    -				in=argv[i];
    -			else if (out == NULL)
    -				out=argv[i];
    -			else
    -				error=1;
    -			}
    -		}
    -	if (error) usage();
    -	/* We either
    -	 * do checksum or
    -	 * do encrypt or
    -	 * do decrypt or
    -	 * do decrypt then ckecksum or
    -	 * do checksum then encrypt
    -	 */
    -	if (((eflag+dflag) == 1) || cflag)
    -		{
    -		if (eflag) do_encrypt=DES_ENCRYPT;
    -		if (dflag) do_encrypt=DES_DECRYPT;
    -		}
    -	else
    -		{
    -		if (vflag) 
    -			{
    -#ifndef _Windows			
    -			fprintf(stderr,"des(1) built with %s\n",libdes_version);
    -#endif			
    -			EXIT(1);
    -			}
    -		else usage();
    -		}
    -
    -#ifndef _Windows			
    -	if (vflag) fprintf(stderr,"des(1) built with %s\n",libdes_version);
    -#endif			
    -	if (	(in != NULL) &&
    -		(out != NULL) &&
    +{
    +    int i;
    +    struct stat ins, outs;
    +    char *p;
    +    char *in = NULL, *out = NULL;
    +
    +    vflag = cflag = eflag = dflag = kflag = hflag = bflag = fflag = sflag =
    +        uflag = flag3 = 0;
    +    error = 0;
    +    memset(key, 0, sizeof(key));
    +
    +    for (i = 1; i < argc; i++) {
    +        p = argv[i];
    +        if ((p[0] == '-') && (p[1] != '\0')) {
    +            p++;
    +            while (*p) {
    +                switch (*(p++)) {
    +                case '3':
    +                    flag3 = 1;
    +                    longk = 1;
    +                    break;
    +                case 'c':
    +                    cflag = 1;
    +                    strncpy(cksumname, p, 200);
    +                    cksumname[sizeof(cksumname) - 1] = '\0';
    +                    p += strlen(cksumname);
    +                    break;
    +                case 'C':
    +                    cflag = 1;
    +                    longk = 1;
    +                    strncpy(cksumname, p, 200);
    +                    cksumname[sizeof(cksumname) - 1] = '\0';
    +                    p += strlen(cksumname);
    +                    break;
    +                case 'e':
    +                    eflag = 1;
    +                    break;
    +                case 'v':
    +                    vflag = 1;
    +                    break;
    +                case 'E':
    +                    eflag = 1;
    +                    longk = 1;
    +                    break;
    +                case 'd':
    +                    dflag = 1;
    +                    break;
    +                case 'D':
    +                    dflag = 1;
    +                    longk = 1;
    +                    break;
    +                case 'b':
    +                    bflag = 1;
    +                    break;
    +                case 'f':
    +                    fflag = 1;
    +                    break;
    +                case 's':
    +                    sflag = 1;
    +                    break;
    +                case 'u':
    +                    uflag = 1;
    +                    strncpy(uuname, p, 200);
    +                    uuname[sizeof(uuname) - 1] = '\0';
    +                    p += strlen(uuname);
    +                    break;
    +                case 'h':
    +                    hflag = 1;
    +                    break;
    +                case 'k':
    +                    kflag = 1;
    +                    if ((i + 1) == argc) {
    +                        fputs("must have a key with the -k option\n", stderr);
    +                        error = 1;
    +                    } else {
    +                        int j;
    +
    +                        i++;
    +                        strncpy(key, argv[i], KEYSIZB);
    +                        for (j = strlen(argv[i]) - 1; j >= 0; j--)
    +                            argv[i][j] = '\0';
    +                    }
    +                    break;
    +                default:
    +                    fprintf(stderr, "'%c' unknown flag\n", p[-1]);
    +                    error = 1;
    +                    break;
    +                }
    +            }
    +        } else {
    +            if (in == NULL)
    +                in = argv[i];
    +            else if (out == NULL)
    +                out = argv[i];
    +            else
    +                error = 1;
    +        }
    +    }
    +    if (error)
    +        usage();
    +    /*-
    +     * We either
    +     * do checksum or
    +     * do encrypt or
    +     * do decrypt or
    +     * do decrypt then ckecksum or
    +     * do checksum then encrypt
    +     */
    +    if (((eflag + dflag) == 1) || cflag) {
    +        if (eflag)
    +            do_encrypt = DES_ENCRYPT;
    +        if (dflag)
    +            do_encrypt = DES_DECRYPT;
    +    } else {
    +        if (vflag) {
    +#ifndef _Windows
    +            fprintf(stderr, "des(1) built with %s\n", libdes_version);
    +#endif
    +            EXIT(1);
    +        } else
    +            usage();
    +    }
    +
    +#ifndef _Windows
    +    if (vflag)
    +        fprintf(stderr, "des(1) built with %s\n", libdes_version);
    +#endif
    +    if ((in != NULL) && (out != NULL) &&
     #ifndef OPENSSL_SYS_MSDOS
    -		(stat(in,&ins) != -1) &&
    -		(stat(out,&outs) != -1) &&
    -		(ins.st_dev == outs.st_dev) &&
    -		(ins.st_ino == outs.st_ino))
    -#else /* OPENSSL_SYS_MSDOS */
    -		(strcmp(in,out) == 0))
    +        (stat(in, &ins) != -1) &&
    +        (stat(out, &outs) != -1) &&
    +        (ins.st_dev == outs.st_dev) && (ins.st_ino == outs.st_ino))
    +#else                           /* OPENSSL_SYS_MSDOS */
    +        (strcmp(in, out) == 0))
     #endif
    -			{
    -			fputs("input and output file are the same\n",stderr);
    -			EXIT(3);
    -			}
    -
    -	if (!kflag)
    -		if (des_read_pw_string(key,KEYSIZB+1,"Enter key:",eflag?VERIFY:0))
    -			{
    -			fputs("password error\n",stderr);
    -			EXIT(2);
    -			}
    -
    -	if (in == NULL)
    -		DES_IN=stdin;
    -	else if ((DES_IN=fopen(in,"r")) == NULL)
    -		{
    -		perror("opening input file");
    -		EXIT(4);
    -		}
    -
    -	CKSUM_OUT=stdout;
    -	if (out == NULL)
    -		{
    -		DES_OUT=stdout;
    -		CKSUM_OUT=stderr;
    -		}
    -	else if ((DES_OUT=fopen(out,"w")) == NULL)
    -		{
    -		perror("opening output file");
    -		EXIT(5);
    -		}
    -
    +    {
    +        fputs("input and output file are the same\n", stderr);
    +        EXIT(3);
    +    }
    +
    +    if (!kflag)
    +        if (des_read_pw_string
    +            (key, KEYSIZB + 1, "Enter key:", eflag ? VERIFY : 0)) {
    +            fputs("password error\n", stderr);
    +            EXIT(2);
    +        }
    +
    +    if (in == NULL)
    +        DES_IN = stdin;
    +    else if ((DES_IN = fopen(in, "r")) == NULL) {
    +        perror("opening input file");
    +        EXIT(4);
    +    }
    +
    +    CKSUM_OUT = stdout;
    +    if (out == NULL) {
    +        DES_OUT = stdout;
    +        CKSUM_OUT = stderr;
    +    } else if ((DES_OUT = fopen(out, "w")) == NULL) {
    +        perror("opening output file");
    +        EXIT(5);
    +    }
     #ifdef OPENSSL_SYS_MSDOS
    -	/* This should set the file to binary mode. */
    -	{
    -#include 
    -	if (!(uflag && dflag))
    -		setmode(fileno(DES_IN),O_BINARY);
    -	if (!(uflag && eflag))
    -		setmode(fileno(DES_OUT),O_BINARY);
    -	}
    +    /* This should set the file to binary mode. */
    +    {
    +# include 
    +        if (!(uflag && dflag))
    +            setmode(fileno(DES_IN), O_BINARY);
    +        if (!(uflag && eflag))
    +            setmode(fileno(DES_OUT), O_BINARY);
    +    }
     #endif
     
    -	doencryption();
    -	fclose(DES_IN);
    -	fclose(DES_OUT);
    -	EXIT(0);
    -	}
    +    doencryption();
    +    fclose(DES_IN);
    +    fclose(DES_OUT);
    +    EXIT(0);
    +}
     
     void usage(void)
    -	{
    -	char **u;
    -	static const char *Usage[]={
    -"des  [input-file [output-file]]",
    -"options:",
    -"-v         : des(1) version number",
    -"-e         : encrypt using SunOS compatible user key to DES key conversion.",
    -"-E         : encrypt ",
    -"-d         : decrypt using SunOS compatible user key to DES key conversion.",
    -"-D         : decrypt ",
    -"-c[ckname] : generate a cbc_cksum using SunOS compatible user key to",
    -"             DES key conversion and output to ckname (stdout default,",
    -"             stderr if data being output on stdout).  The checksum is",
    -"             generated before encryption and after decryption if used",
    -"             in conjunction with -[eEdD].",
    -"-C[ckname] : generate a cbc_cksum as for -c but compatible with -[ED].",
    -"-k key     : use key 'key'",
    -"-h         : the key that is entered will be a hexadecimal number",
    -"             that is used directly as the des key",
    -"-u[uuname] : input file is uudecoded if -[dD] or output uuencoded data if -[eE]",
    -"             (uuname is the filename to put in the uuencode header).",
    -"-b         : encrypt using DES in ecb encryption mode, the default is cbc mode.",
    -"-3         : encrypt using triple DES encryption.  This uses 2 keys",
    -"             generated from the input key.  If the input key is less",
    -"             than 8 characters long, this is equivalent to normal",
    -"             encryption.  Default is triple cbc, -b makes it triple ecb.",
    -NULL
    -};
    -	for (u=(char **)Usage; *u; u++)
    -		{
    -		fputs(*u,stderr);
    -		fputc('\n',stderr);
    -		}
    -
    -	EXIT(1);
    -	}
    +{
    +    char **u;
    +    static const char *Usage[] = {
    +        "des  [input-file [output-file]]",
    +        "options:",
    +        "-v         : des(1) version number",
    +        "-e         : encrypt using SunOS compatible user key to DES key conversion.",
    +        "-E         : encrypt ",
    +        "-d         : decrypt using SunOS compatible user key to DES key conversion.",
    +        "-D         : decrypt ",
    +        "-c[ckname] : generate a cbc_cksum using SunOS compatible user key to",
    +        "             DES key conversion and output to ckname (stdout default,",
    +        "             stderr if data being output on stdout).  The checksum is",
    +        "             generated before encryption and after decryption if used",
    +        "             in conjunction with -[eEdD].",
    +        "-C[ckname] : generate a cbc_cksum as for -c but compatible with -[ED].",
    +        "-k key     : use key 'key'",
    +        "-h         : the key that is entered will be a hexadecimal number",
    +        "             that is used directly as the des key",
    +        "-u[uuname] : input file is uudecoded if -[dD] or output uuencoded data if -[eE]",
    +        "             (uuname is the filename to put in the uuencode header).",
    +        "-b         : encrypt using DES in ecb encryption mode, the default is cbc mode.",
    +        "-3         : encrypt using triple DES encryption.  This uses 2 keys",
    +        "             generated from the input key.  If the input key is less",
    +        "             than 8 characters long, this is equivalent to normal",
    +        "             encryption.  Default is triple cbc, -b makes it triple ecb.",
    +        NULL
    +    };
    +    for (u = (char **)Usage; *u; u++) {
    +        fputs(*u, stderr);
    +        fputc('\n', stderr);
    +    }
    +
    +    EXIT(1);
    +}
     
     void doencryption(void)
    -	{
    +{
     #ifdef _LIBC
    -	extern unsigned long time();
    +    extern unsigned long time();
     #endif
     
    -	register int i;
    -	DES_key_schedule ks,ks2;
    -	DES_cblock iv,iv2;
    -	char *p;
    -	int num=0,j,k,l,rem,ll,len,last,ex=0;
    -	DES_cblock kk,k2;
    -	FILE *O;
    -	int Exit=0;
    +    register int i;
    +    DES_key_schedule ks, ks2;
    +    DES_cblock iv, iv2;
    +    char *p;
    +    int num = 0, j, k, l, rem, ll, len, last, ex = 0;
    +    DES_cblock kk, k2;
    +    FILE *O;
    +    int Exit = 0;
     #ifndef OPENSSL_SYS_MSDOS
    -	static unsigned char buf[BUFSIZE+8],obuf[BUFSIZE+8];
    +    static unsigned char buf[BUFSIZE + 8], obuf[BUFSIZE + 8];
     #else
    -	static unsigned char *buf=NULL,*obuf=NULL;
    -
    -	if (buf == NULL)
    -		{
    -		if (    (( buf=OPENSSL_malloc(BUFSIZE+8)) == NULL) ||
    -			((obuf=OPENSSL_malloc(BUFSIZE+8)) == NULL))
    -			{
    -			fputs("Not enough memory\n",stderr);
    -			Exit=10;
    -			goto problems;
    -			}
    -		}
    +    static unsigned char *buf = NULL, *obuf = NULL;
    +
    +    if (buf == NULL) {
    +        if (((buf = OPENSSL_malloc(BUFSIZE + 8)) == NULL) ||
    +            ((obuf = OPENSSL_malloc(BUFSIZE + 8)) == NULL)) {
    +            fputs("Not enough memory\n", stderr);
    +            Exit = 10;
    +            goto problems;
    +        }
    +    }
     #endif
     
    -	if (hflag)
    -		{
    -		j=(flag3?16:8);
    -		p=key;
    -		for (i=0; i= '0'))
    -				k=(*p-'0')<<4;
    -			else if ((*p <= 'f') && (*p >= 'a'))
    -				k=(*p-'a'+10)<<4;
    -			else if ((*p <= 'F') && (*p >= 'A'))
    -				k=(*p-'A'+10)<<4;
    -			else
    -				{
    -				fputs("Bad hex key\n",stderr);
    -				Exit=9;
    -				goto problems;
    -				}
    -			p++;
    -			if ((*p <= '9') && (*p >= '0'))
    -				k|=(*p-'0');
    -			else if ((*p <= 'f') && (*p >= 'a'))
    -				k|=(*p-'a'+10);
    -			else if ((*p <= 'F') && (*p >= 'A'))
    -				k|=(*p-'A'+10);
    -			else
    -				{
    -				fputs("Bad hex key\n",stderr);
    -				Exit=9;
    -				goto problems;
    -				}
    -			p++;
    -			if (i < 8)
    -				kk[i]=k;
    -			else
    -				k2[i-8]=k;
    -			}
    -		DES_set_key_unchecked(&k2,&ks2);
    -		OPENSSL_cleanse(k2,sizeof(k2));
    -		}
    -	else if (longk || flag3)
    -		{
    -		if (flag3)
    -			{
    -			DES_string_to_2keys(key,&kk,&k2);
    -			DES_set_key_unchecked(&k2,&ks2);
    -			OPENSSL_cleanse(k2,sizeof(k2));
    -			}
    -		else
    -			DES_string_to_key(key,&kk);
    -		}
    -	else
    -		for (i=0; i>=1;
    -				}
    -			if (l & 1)
    -				kk[i]=key[i]&0x7f;
    -			else
    -				kk[i]=key[i]|0x80;
    -			}
    -
    -	DES_set_key_unchecked(&kk,&ks);
    -	OPENSSL_cleanse(key,sizeof(key));
    -	OPENSSL_cleanse(kk,sizeof(kk));
    -	/* woops - A bug that does not showup under unix :-( */
    -	memset(iv,0,sizeof(iv));
    -	memset(iv2,0,sizeof(iv2));
    -
    -	l=1;
    -	rem=0;
    -	/* first read */
    -	if (eflag || (!dflag && cflag))
    -		{
    -		for (;;)
    -			{
    -			num=l=fread(&(buf[rem]),1,BUFSIZE,DES_IN);
    -			l+=rem;
    -			num+=rem;
    -			if (l < 0)
    -				{
    -				perror("read error");
    -				Exit=6;
    -				goto problems;
    -				}
    -
    -			rem=l%8;
    -			len=l-rem;
    -			if (feof(DES_IN))
    -				{
    -				for (i=7-rem; i>0; i--)
    -					RAND_pseudo_bytes(buf + l++, 1);
    -				buf[l++]=rem;
    -				ex=1;
    -				len+=rem;
    -				}
    -			else
    -				l-=rem;
    -
    -			if (cflag)
    -				{
    -				DES_cbc_cksum(buf,&cksum,
    -					(long)len,&ks,&cksum);
    -				if (!eflag)
    -					{
    -					if (feof(DES_IN)) break;
    -					else continue;
    -					}
    -				}
    -
    -			if (bflag && !flag3)
    -				for (i=0; i= 8) memcpy(iv,&(obuf[l-8]),8);
    -				}
    -			if (rem) memcpy(buf,&(buf[l]),(unsigned int)rem);
    -
    -			i=0;
    -			while (i < l)
    -				{
    -				if (uflag)
    -					j=uufwrite(obuf,1,(unsigned int)l-i,
    -						DES_OUT);
    -				else
    -					j=fwrite(obuf,1,(unsigned int)l-i,
    -						DES_OUT);
    -				if (j == -1)
    -					{
    -					perror("Write error");
    -					Exit=7;
    -					goto problems;
    -					}
    -				i+=j;
    -				}
    -			if (feof(DES_IN))
    -				{
    -				if (uflag) uufwriteEnd(DES_OUT);
    -				break;
    -				}
    -			}
    -		}
    -	else /* decrypt */
    -		{
    -		ex=1;
    -		for (;;)
    -			{
    -			if (ex) {
    -				if (uflag)
    -					l=uufread(buf,1,BUFSIZE,DES_IN);
    -				else
    -					l=fread(buf,1,BUFSIZE,DES_IN);
    -				ex=0;
    -				rem=l%8;
    -				l-=rem;
    -				}
    -			if (l < 0)
    -				{
    -				perror("read error");
    -				Exit=6;
    -				goto problems;
    -				}
    -
    -			if (bflag && !flag3)
    -				for (i=0; i= 8) memcpy(iv,&(buf[l-8]),8);
    -				}
    -
    -			if (uflag)
    -				ll=uufread(&(buf[rem]),1,BUFSIZE,DES_IN);
    -			else
    -				ll=fread(&(buf[rem]),1,BUFSIZE,DES_IN);
    -			ll+=rem;
    -			rem=ll%8;
    -			ll-=rem;
    -			if (feof(DES_IN) && (ll == 0))
    -				{
    -				last=obuf[l-1];
    -
    -				if ((last > 7) || (last < 0))
    -					{
    -					fputs("The file was not decrypted correctly.\n",
    -						stderr);
    -					Exit=8;
    -					last=0;
    -					}
    -				l=l-8+last;
    -				}
    -			i=0;
    -			if (cflag) DES_cbc_cksum(obuf,
    -				(DES_cblock *)cksum,(long)l/8*8,&ks,
    -				(DES_cblock *)cksum);
    -			while (i != l)
    -				{
    -				j=fwrite(obuf,1,(unsigned int)l-i,DES_OUT);
    -				if (j == -1)
    -					{
    -					perror("Write error");
    -					Exit=7;
    -					goto problems;
    -					}
    -				i+=j;
    -				}
    -			l=ll;
    -			if ((l == 0) && feof(DES_IN)) break;
    -			}
    -		}
    -	if (cflag)
    -		{
    -		l=0;
    -		if (cksumname[0] != '\0')
    -			{
    -			if ((O=fopen(cksumname,"w")) != NULL)
    -				{
    -				CKSUM_OUT=O;
    -				l=1;
    -				}
    -			}
    -		for (i=0; i<8; i++)
    -			fprintf(CKSUM_OUT,"%02X",cksum[i]);
    -		fprintf(CKSUM_OUT,"\n");
    -		if (l) fclose(CKSUM_OUT);
    -		}
    -problems:
    -	OPENSSL_cleanse(buf,sizeof(buf));
    -	OPENSSL_cleanse(obuf,sizeof(obuf));
    -	OPENSSL_cleanse(&ks,sizeof(ks));
    -	OPENSSL_cleanse(&ks2,sizeof(ks2));
    -	OPENSSL_cleanse(iv,sizeof(iv));
    -	OPENSSL_cleanse(iv2,sizeof(iv2));
    -	OPENSSL_cleanse(kk,sizeof(kk));
    -	OPENSSL_cleanse(k2,sizeof(k2));
    -	OPENSSL_cleanse(uubuf,sizeof(uubuf));
    -	OPENSSL_cleanse(b,sizeof(b));
    -	OPENSSL_cleanse(bb,sizeof(bb));
    -	OPENSSL_cleanse(cksum,sizeof(cksum));
    -	if (Exit) EXIT(Exit);
    -	}
    +    if (hflag) {
    +        j = (flag3 ? 16 : 8);
    +        p = key;
    +        for (i = 0; i < j; i++) {
    +            k = 0;
    +            if ((*p <= '9') && (*p >= '0'))
    +                k = (*p - '0') << 4;
    +            else if ((*p <= 'f') && (*p >= 'a'))
    +                k = (*p - 'a' + 10) << 4;
    +            else if ((*p <= 'F') && (*p >= 'A'))
    +                k = (*p - 'A' + 10) << 4;
    +            else {
    +                fputs("Bad hex key\n", stderr);
    +                Exit = 9;
    +                goto problems;
    +            }
    +            p++;
    +            if ((*p <= '9') && (*p >= '0'))
    +                k |= (*p - '0');
    +            else if ((*p <= 'f') && (*p >= 'a'))
    +                k |= (*p - 'a' + 10);
    +            else if ((*p <= 'F') && (*p >= 'A'))
    +                k |= (*p - 'A' + 10);
    +            else {
    +                fputs("Bad hex key\n", stderr);
    +                Exit = 9;
    +                goto problems;
    +            }
    +            p++;
    +            if (i < 8)
    +                kk[i] = k;
    +            else
    +                k2[i - 8] = k;
    +        }
    +        DES_set_key_unchecked(&k2, &ks2);
    +        OPENSSL_cleanse(k2, sizeof(k2));
    +    } else if (longk || flag3) {
    +        if (flag3) {
    +            DES_string_to_2keys(key, &kk, &k2);
    +            DES_set_key_unchecked(&k2, &ks2);
    +            OPENSSL_cleanse(k2, sizeof(k2));
    +        } else
    +            DES_string_to_key(key, &kk);
    +    } else
    +        for (i = 0; i < KEYSIZ; i++) {
    +            l = 0;
    +            k = key[i];
    +            for (j = 0; j < 8; j++) {
    +                if (k & 1)
    +                    l++;
    +                k >>= 1;
    +            }
    +            if (l & 1)
    +                kk[i] = key[i] & 0x7f;
    +            else
    +                kk[i] = key[i] | 0x80;
    +        }
    +
    +    DES_set_key_unchecked(&kk, &ks);
    +    OPENSSL_cleanse(key, sizeof(key));
    +    OPENSSL_cleanse(kk, sizeof(kk));
    +    /* woops - A bug that does not showup under unix :-( */
    +    memset(iv, 0, sizeof(iv));
    +    memset(iv2, 0, sizeof(iv2));
    +
    +    l = 1;
    +    rem = 0;
    +    /* first read */
    +    if (eflag || (!dflag && cflag)) {
    +        for (;;) {
    +            num = l = fread(&(buf[rem]), 1, BUFSIZE, DES_IN);
    +            l += rem;
    +            num += rem;
    +            if (l < 0) {
    +                perror("read error");
    +                Exit = 6;
    +                goto problems;
    +            }
    +
    +            rem = l % 8;
    +            len = l - rem;
    +            if (feof(DES_IN)) {
    +                for (i = 7 - rem; i > 0; i--)
    +                    RAND_pseudo_bytes(buf + l++, 1);
    +                buf[l++] = rem;
    +                ex = 1;
    +                len += rem;
    +            } else
    +                l -= rem;
    +
    +            if (cflag) {
    +                DES_cbc_cksum(buf, &cksum, (long)len, &ks, &cksum);
    +                if (!eflag) {
    +                    if (feof(DES_IN))
    +                        break;
    +                    else
    +                        continue;
    +                }
    +            }
    +
    +            if (bflag && !flag3)
    +                for (i = 0; i < l; i += 8)
    +                    DES_ecb_encrypt((DES_cblock *)&(buf[i]),
    +                                    (DES_cblock *)&(obuf[i]),
    +                                    &ks, do_encrypt);
    +            else if (flag3 && bflag)
    +                for (i = 0; i < l; i += 8)
    +                    DES_ecb2_encrypt((DES_cblock *)&(buf[i]),
    +                                     (DES_cblock *)&(obuf[i]),
    +                                     &ks, &ks2, do_encrypt);
    +            else if (flag3 && !bflag) {
    +                char tmpbuf[8];
    +
    +                if (rem)
    +                    memcpy(tmpbuf, &(buf[l]), (unsigned int)rem);
    +                DES_3cbc_encrypt((DES_cblock *)buf, (DES_cblock *)obuf,
    +                                 (long)l, ks, ks2, &iv, &iv2, do_encrypt);
    +                if (rem)
    +                    memcpy(&(buf[l]), tmpbuf, (unsigned int)rem);
    +            } else {
    +                DES_cbc_encrypt(buf, obuf, (long)l, &ks, &iv, do_encrypt);
    +                if (l >= 8)
    +                    memcpy(iv, &(obuf[l - 8]), 8);
    +            }
    +            if (rem)
    +                memcpy(buf, &(buf[l]), (unsigned int)rem);
    +
    +            i = 0;
    +            while (i < l) {
    +                if (uflag)
    +                    j = uufwrite(obuf, 1, (unsigned int)l - i, DES_OUT);
    +                else
    +                    j = fwrite(obuf, 1, (unsigned int)l - i, DES_OUT);
    +                if (j == -1) {
    +                    perror("Write error");
    +                    Exit = 7;
    +                    goto problems;
    +                }
    +                i += j;
    +            }
    +            if (feof(DES_IN)) {
    +                if (uflag)
    +                    uufwriteEnd(DES_OUT);
    +                break;
    +            }
    +        }
    +    } else {                    /* decrypt */
    +
    +        ex = 1;
    +        for (;;) {
    +            if (ex) {
    +                if (uflag)
    +                    l = uufread(buf, 1, BUFSIZE, DES_IN);
    +                else
    +                    l = fread(buf, 1, BUFSIZE, DES_IN);
    +                ex = 0;
    +                rem = l % 8;
    +                l -= rem;
    +            }
    +            if (l < 0) {
    +                perror("read error");
    +                Exit = 6;
    +                goto problems;
    +            }
    +
    +            if (bflag && !flag3)
    +                for (i = 0; i < l; i += 8)
    +                    DES_ecb_encrypt((DES_cblock *)&(buf[i]),
    +                                    (DES_cblock *)&(obuf[i]),
    +                                    &ks, do_encrypt);
    +            else if (flag3 && bflag)
    +                for (i = 0; i < l; i += 8)
    +                    DES_ecb2_encrypt((DES_cblock *)&(buf[i]),
    +                                     (DES_cblock *)&(obuf[i]),
    +                                     &ks, &ks2, do_encrypt);
    +            else if (flag3 && !bflag) {
    +                DES_3cbc_encrypt((DES_cblock *)buf, (DES_cblock *)obuf,
    +                                 (long)l, ks, ks2, &iv, &iv2, do_encrypt);
    +            } else {
    +                DES_cbc_encrypt(buf, obuf, (long)l, &ks, &iv, do_encrypt);
    +                if (l >= 8)
    +                    memcpy(iv, &(buf[l - 8]), 8);
    +            }
    +
    +            if (uflag)
    +                ll = uufread(&(buf[rem]), 1, BUFSIZE, DES_IN);
    +            else
    +                ll = fread(&(buf[rem]), 1, BUFSIZE, DES_IN);
    +            ll += rem;
    +            rem = ll % 8;
    +            ll -= rem;
    +            if (feof(DES_IN) && (ll == 0)) {
    +                last = obuf[l - 1];
    +
    +                if ((last > 7) || (last < 0)) {
    +                    fputs("The file was not decrypted correctly.\n", stderr);
    +                    Exit = 8;
    +                    last = 0;
    +                }
    +                l = l - 8 + last;
    +            }
    +            i = 0;
    +            if (cflag)
    +                DES_cbc_cksum(obuf,
    +                              (DES_cblock *)cksum, (long)l / 8 * 8, &ks,
    +                              (DES_cblock *)cksum);
    +            while (i != l) {
    +                j = fwrite(obuf, 1, (unsigned int)l - i, DES_OUT);
    +                if (j == -1) {
    +                    perror("Write error");
    +                    Exit = 7;
    +                    goto problems;
    +                }
    +                i += j;
    +            }
    +            l = ll;
    +            if ((l == 0) && feof(DES_IN))
    +                break;
    +        }
    +    }
    +    if (cflag) {
    +        l = 0;
    +        if (cksumname[0] != '\0') {
    +            if ((O = fopen(cksumname, "w")) != NULL) {
    +                CKSUM_OUT = O;
    +                l = 1;
    +            }
    +        }
    +        for (i = 0; i < 8; i++)
    +            fprintf(CKSUM_OUT, "%02X", cksum[i]);
    +        fprintf(CKSUM_OUT, "\n");
    +        if (l)
    +            fclose(CKSUM_OUT);
    +    }
    + problems:
    +    OPENSSL_cleanse(buf, sizeof(buf));
    +    OPENSSL_cleanse(obuf, sizeof(obuf));
    +    OPENSSL_cleanse(&ks, sizeof(ks));
    +    OPENSSL_cleanse(&ks2, sizeof(ks2));
    +    OPENSSL_cleanse(iv, sizeof(iv));
    +    OPENSSL_cleanse(iv2, sizeof(iv2));
    +    OPENSSL_cleanse(kk, sizeof(kk));
    +    OPENSSL_cleanse(k2, sizeof(k2));
    +    OPENSSL_cleanse(uubuf, sizeof(uubuf));
    +    OPENSSL_cleanse(b, sizeof(b));
    +    OPENSSL_cleanse(bb, sizeof(bb));
    +    OPENSSL_cleanse(cksum, sizeof(cksum));
    +    if (Exit)
    +        EXIT(Exit);
    +}
     
     /*    We ignore this parameter but it should be > ~50 I believe    */
     int uufwrite(unsigned char *data, int size, unsigned int num, FILE *fp)
    -	{
    -	int i,j,left,rem,ret=num;
    -	static int start=1;
    -
    -	if (start)
    -		{
    -		fprintf(fp,"begin 600 %s\n",
    -			(uuname[0] == '\0')?"text.d":uuname);
    -		start=0;
    -		}
    -
    -	if (uubufnum)
    -		{
    -		if (uubufnum+num < 45)
    -			{
    -			memcpy(&(uubuf[uubufnum]),data,(unsigned int)num);
    -			uubufnum+=num;
    -			return(num);
    -			}
    -		else
    -			{
    -			i=45-uubufnum;
    -			memcpy(&(uubuf[uubufnum]),data,(unsigned int)i);
    -			j=uuencode((unsigned char *)uubuf,45,b);
    -			fwrite(b,1,(unsigned int)j,fp);
    -			uubufnum=0;
    -			data+=i;
    -			num-=i;
    -			}
    -		}
    -
    -	for (i=0; i<(((int)num)-INUUBUFN); i+=INUUBUFN)
    -		{
    -		j=uuencode(&(data[i]),INUUBUFN,b);
    -		fwrite(b,1,(unsigned int)j,fp);
    -		}
    -	rem=(num-i)%45;
    -	left=(num-i-rem);
    -	if (left)
    -		{
    -		j=uuencode(&(data[i]),left,b);
    -		fwrite(b,1,(unsigned int)j,fp);
    -		i+=left;
    -		}
    -	if (i != num)
    -		{
    -		memcpy(uubuf,&(data[i]),(unsigned int)rem);
    -		uubufnum=rem;
    -		}
    -	return(ret);
    -	}
    +{
    +    int i, j, left, rem, ret = num;
    +    static int start = 1;
    +
    +    if (start) {
    +        fprintf(fp, "begin 600 %s\n",
    +                (uuname[0] == '\0') ? "text.d" : uuname);
    +        start = 0;
    +    }
    +
    +    if (uubufnum) {
    +        if (uubufnum + num < 45) {
    +            memcpy(&(uubuf[uubufnum]), data, (unsigned int)num);
    +            uubufnum += num;
    +            return (num);
    +        } else {
    +            i = 45 - uubufnum;
    +            memcpy(&(uubuf[uubufnum]), data, (unsigned int)i);
    +            j = uuencode((unsigned char *)uubuf, 45, b);
    +            fwrite(b, 1, (unsigned int)j, fp);
    +            uubufnum = 0;
    +            data += i;
    +            num -= i;
    +        }
    +    }
    +
    +    for (i = 0; i < (((int)num) - INUUBUFN); i += INUUBUFN) {
    +        j = uuencode(&(data[i]), INUUBUFN, b);
    +        fwrite(b, 1, (unsigned int)j, fp);
    +    }
    +    rem = (num - i) % 45;
    +    left = (num - i - rem);
    +    if (left) {
    +        j = uuencode(&(data[i]), left, b);
    +        fwrite(b, 1, (unsigned int)j, fp);
    +        i += left;
    +    }
    +    if (i != num) {
    +        memcpy(uubuf, &(data[i]), (unsigned int)rem);
    +        uubufnum = rem;
    +    }
    +    return (ret);
    +}
     
     void uufwriteEnd(FILE *fp)
    -	{
    -	int j;
    -	static const char *end=" \nend\n";
    -
    -	if (uubufnum != 0)
    -		{
    -		uubuf[uubufnum]='\0';
    -		uubuf[uubufnum+1]='\0';
    -		uubuf[uubufnum+2]='\0';
    -		j=uuencode(uubuf,uubufnum,b);
    -		fwrite(b,1,(unsigned int)j,fp);
    -		}
    -	fwrite(end,1,strlen(end),fp);
    -	}
    -
    -/* int size:  should always be > ~ 60; I actually ignore this parameter :-)    */
    +{
    +    int j;
    +    static const char *end = " \nend\n";
    +
    +    if (uubufnum != 0) {
    +        uubuf[uubufnum] = '\0';
    +        uubuf[uubufnum + 1] = '\0';
    +        uubuf[uubufnum + 2] = '\0';
    +        j = uuencode(uubuf, uubufnum, b);
    +        fwrite(b, 1, (unsigned int)j, fp);
    +    }
    +    fwrite(end, 1, strlen(end), fp);
    +}
    +
    +/*
    + * int size: should always be > ~ 60; I actually ignore this parameter :-)
    + */
     int uufread(unsigned char *out, int size, unsigned int num, FILE *fp)
    -	{
    -	int i,j,tot;
    -	static int done=0;
    -	static int valid=0;
    -	static int start=1;
    -
    -	if (start)
    -		{
    -		for (;;)
    -			{
    -			b[0]='\0';
    -			fgets((char *)b,300,fp);
    -			if (b[0] == '\0')
    -				{
    -				fprintf(stderr,"no 'begin' found in uuencoded input\n");
    -				return(-1);
    -				}
    -			if (strncmp((char *)b,"begin ",6) == 0) break;
    -			}
    -		start=0;
    -		}
    -	if (done) return(0);
    -	tot=0;
    -	if (valid)
    -		{
    -		memcpy(out,bb,(unsigned int)valid);
    -		tot=valid;
    -		valid=0;
    -		}
    -	for (;;)
    -		{
    -		b[0]='\0';
    -		fgets((char *)b,300,fp);
    -		if (b[0] == '\0') break;
    -		i=strlen((char *)b);
    -		if ((b[0] == 'e') && (b[1] == 'n') && (b[2] == 'd'))
    -			{
    -			done=1;
    -			while (!feof(fp))
    -				{
    -				fgets((char *)b,300,fp);
    -				}
    -			break;
    -			}
    -		i=uudecode(b,i,bb);
    -		if (i < 0) break;
    -		if ((i+tot+8) > num)
    -			{
    -			/* num to copy to make it a multiple of 8 */
    -			j=(num/8*8)-tot-8;
    -			memcpy(&(out[tot]),bb,(unsigned int)j);
    -			tot+=j;
    -			memcpy(bb,&(bb[j]),(unsigned int)i-j);
    -			valid=i-j;
    -			break;
    -			}
    -		memcpy(&(out[tot]),bb,(unsigned int)i);
    -		tot+=i;
    -		}
    -	return(tot);
    -	}
    +{
    +    int i, j, tot;
    +    static int done = 0;
    +    static int valid = 0;
    +    static int start = 1;
    +
    +    if (start) {
    +        for (;;) {
    +            b[0] = '\0';
    +            fgets((char *)b, 300, fp);
    +            if (b[0] == '\0') {
    +                fprintf(stderr, "no 'begin' found in uuencoded input\n");
    +                return (-1);
    +            }
    +            if (strncmp((char *)b, "begin ", 6) == 0)
    +                break;
    +        }
    +        start = 0;
    +    }
    +    if (done)
    +        return (0);
    +    tot = 0;
    +    if (valid) {
    +        memcpy(out, bb, (unsigned int)valid);
    +        tot = valid;
    +        valid = 0;
    +    }
    +    for (;;) {
    +        b[0] = '\0';
    +        fgets((char *)b, 300, fp);
    +        if (b[0] == '\0')
    +            break;
    +        i = strlen((char *)b);
    +        if ((b[0] == 'e') && (b[1] == 'n') && (b[2] == 'd')) {
    +            done = 1;
    +            while (!feof(fp)) {
    +                fgets((char *)b, 300, fp);
    +            }
    +            break;
    +        }
    +        i = uudecode(b, i, bb);
    +        if (i < 0)
    +            break;
    +        if ((i + tot + 8) > num) {
    +            /* num to copy to make it a multiple of 8 */
    +            j = (num / 8 * 8) - tot - 8;
    +            memcpy(&(out[tot]), bb, (unsigned int)j);
    +            tot += j;
    +            memcpy(bb, &(bb[j]), (unsigned int)i - j);
    +            valid = i - j;
    +            break;
    +        }
    +        memcpy(&(out[tot]), bb, (unsigned int)i);
    +        tot += i;
    +    }
    +    return (tot);
    +}
     
     #define ccc2l(c,l)      (l =((DES_LONG)(*((c)++)))<<16, \
    -			 l|=((DES_LONG)(*((c)++)))<< 8, \
    -		 	 l|=((DES_LONG)(*((c)++))))
    +                         l|=((DES_LONG)(*((c)++)))<< 8, \
    +                         l|=((DES_LONG)(*((c)++))))
     
     #define l2ccc(l,c)      (*((c)++)=(unsigned char)(((l)>>16)&0xff), \
                         *((c)++)=(unsigned char)(((l)>> 8)&0xff), \
                         *((c)++)=(unsigned char)(((l)    )&0xff))
     
    -
     int uuencode(unsigned char *in, int num, unsigned char *out)
    -	{
    -	int j,i,n,tot=0;
    -	DES_LONG l;
    -	register unsigned char *p;
    -	p=out;
    -
    -	for (j=0; j num)
    -			i=(num-j);
    -		else	i=45;
    -		*(p++)=i+' ';
    -		for (n=0; n>18)&0x3f)+' ';
    -			*(p++)=((l>>12)&0x3f)+' ';
    -			*(p++)=((l>> 6)&0x3f)+' ';
    -			*(p++)=((l    )&0x3f)+' ';
    -			tot+=4;
    -			}
    -		*(p++)='\n';
    -		tot+=2;
    -		}
    -	*p='\0';
    -	l=0;
    -	return(tot);
    -	}
    +{
    +    int j, i, n, tot = 0;
    +    DES_LONG l;
    +    register unsigned char *p;
    +    p = out;
    +
    +    for (j = 0; j < num; j += 45) {
    +        if (j + 45 > num)
    +            i = (num - j);
    +        else
    +            i = 45;
    +        *(p++) = i + ' ';
    +        for (n = 0; n < i; n += 3) {
    +            ccc2l(in, l);
    +            *(p++) = ((l >> 18) & 0x3f) + ' ';
    +            *(p++) = ((l >> 12) & 0x3f) + ' ';
    +            *(p++) = ((l >> 6) & 0x3f) + ' ';
    +            *(p++) = ((l) & 0x3f) + ' ';
    +            tot += 4;
    +        }
    +        *(p++) = '\n';
    +        tot += 2;
    +    }
    +    *p = '\0';
    +    l = 0;
    +    return (tot);
    +}
     
     int uudecode(unsigned char *in, int num, unsigned char *out)
    -	{
    -	int j,i,k;
    -	unsigned int n=0,space=0;
    -	DES_LONG l;
    -	DES_LONG w,x,y,z;
    -	unsigned int blank=(unsigned int)'\n'-' ';
    -
    -	for (j=0; j 60)
    -			{
    -			fprintf(stderr,"uuencoded line length too long\n");
    -			return(-1);
    -			}
    -		j++;
    -
    -		for (i=0; i 63) || (x > 63) || (y > 63) || (z > 63))
    -				{
    -				k=0;
    -				if (w == blank) k=1;
    -				if (x == blank) k=2;
    -				if (y == blank) k=3;
    -				if (z == blank) k=4;
    -				space=1;
    -				switch (k) {
    -				case 1:	w=0; in--;
    -				case 2: x=0; in--;
    -				case 3: y=0; in--;
    -				case 4: z=0; in--;
    -					break;
    -				case 0:
    -					space=0;
    -					fprintf(stderr,"bad uuencoded data values\n");
    -					w=x=y=z=0;
    -					return(-1);
    -					break;
    -					}
    -				}
    -			l=(w<<18)|(x<<12)|(y<< 6)|(z    );
    -			l2ccc(l,out);
    -			}
    -		if (*(in++) != '\n')
    -			{
    -			fprintf(stderr,"missing nl in uuencoded line\n");
    -			w=x=y=z=0;
    -			return(-1);
    -			}
    -		j++;
    -		}
    -	*out='\0';
    -	w=x=y=z=0;
    -	return(n);
    -	}
    +{
    +    int j, i, k;
    +    unsigned int n = 0, space = 0;
    +    DES_LONG l;
    +    DES_LONG w, x, y, z;
    +    unsigned int blank = (unsigned int)'\n' - ' ';
    +
    +    for (j = 0; j < num;) {
    +        n = *(in++) - ' ';
    +        if (n == blank) {
    +            n = 0;
    +            in--;
    +        }
    +        if (n > 60) {
    +            fprintf(stderr, "uuencoded line length too long\n");
    +            return (-1);
    +        }
    +        j++;
    +
    +        for (i = 0; i < n; j += 4, i += 3) {
    +            /*
    +             * the following is for cases where spaces are removed from
    +             * lines.
    +             */
    +            if (space) {
    +                w = x = y = z = 0;
    +            } else {
    +                w = *(in++) - ' ';
    +                x = *(in++) - ' ';
    +                y = *(in++) - ' ';
    +                z = *(in++) - ' ';
    +            }
    +            if ((w > 63) || (x > 63) || (y > 63) || (z > 63)) {
    +                k = 0;
    +                if (w == blank)
    +                    k = 1;
    +                if (x == blank)
    +                    k = 2;
    +                if (y == blank)
    +                    k = 3;
    +                if (z == blank)
    +                    k = 4;
    +                space = 1;
    +                switch (k) {
    +                case 1:
    +                    w = 0;
    +                    in--;
    +                case 2:
    +                    x = 0;
    +                    in--;
    +                case 3:
    +                    y = 0;
    +                    in--;
    +                case 4:
    +                    z = 0;
    +                    in--;
    +                    break;
    +                case 0:
    +                    space = 0;
    +                    fprintf(stderr, "bad uuencoded data values\n");
    +                    w = x = y = z = 0;
    +                    return (-1);
    +                    break;
    +                }
    +            }
    +            l = (w << 18) | (x << 12) | (y << 6) | (z);
    +            l2ccc(l, out);
    +        }
    +        if (*(in++) != '\n') {
    +            fprintf(stderr, "missing nl in uuencoded line\n");
    +            w = x = y = z = 0;
    +            return (-1);
    +        }
    +        j++;
    +    }
    +    *out = '\0';
    +    w = x = y = z = 0;
    +    return (n);
    +}
    diff --git a/openssl/crypto/des/des.h b/openssl/crypto/des/des.h
    index 1eaedcbd2..1b40144e1 100644
    --- a/openssl/crypto/des/des.h
    +++ b/openssl/crypto/des/des.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -57,19 +57,19 @@
      */
     
     #ifndef HEADER_NEW_DES_H
    -#define HEADER_NEW_DES_H
    +# define HEADER_NEW_DES_H
     
    -#include 	/* OPENSSL_EXTERN, OPENSSL_NO_DES,
    -				   DES_LONG (via openssl/opensslconf.h */
    +# include      /* OPENSSL_EXTERN, OPENSSL_NO_DES, DES_LONG
    +                                 * (via openssl/opensslconf.h */
     
    -#ifdef OPENSSL_NO_DES
    -#error DES is disabled.
    -#endif
    +# ifdef OPENSSL_NO_DES
    +#  error DES is disabled.
    +# endif
     
    -#ifdef OPENSSL_BUILD_SHLIBCRYPTO
    -# undef OPENSSL_EXTERN
    -# define OPENSSL_EXTERN OPENSSL_EXPORT
    -#endif
    +# ifdef OPENSSL_BUILD_SHLIBCRYPTO
    +#  undef OPENSSL_EXTERN
    +#  define OPENSSL_EXTERN OPENSSL_EXPORT
    +# endif
     
     #ifdef  __cplusplus
     extern "C" {
    @@ -77,169 +77,178 @@ extern "C" {
     
     typedef unsigned char DES_cblock[8];
     typedef /* const */ unsigned char const_DES_cblock[8];
    -/* With "const", gcc 2.8.1 on Solaris thinks that DES_cblock *
    - * and const_DES_cblock * are incompatible pointer types. */
    -
    -typedef struct DES_ks
    -    {
    -    union
    -	{
    -	DES_cblock cblock;
    -	/* make sure things are correct size on machines with
    -	 * 8 byte longs */
    -	DES_LONG deslong[2];
    -	} ks[16];
    -    } DES_key_schedule;
    -
    -#ifndef OPENSSL_DISABLE_OLD_DES_SUPPORT
    -# ifndef OPENSSL_ENABLE_OLD_DES_SUPPORT
    -#  define OPENSSL_ENABLE_OLD_DES_SUPPORT
    +/*
    + * With "const", gcc 2.8.1 on Solaris thinks that DES_cblock * and
    + * const_DES_cblock * are incompatible pointer types.
    + */
    +
    +typedef struct DES_ks {
    +    union {
    +        DES_cblock cblock;
    +        /*
    +         * make sure things are correct size on machines with 8 byte longs
    +         */
    +        DES_LONG deslong[2];
    +    } ks[16];
    +} DES_key_schedule;
    +
    +# ifndef OPENSSL_DISABLE_OLD_DES_SUPPORT
    +#  ifndef OPENSSL_ENABLE_OLD_DES_SUPPORT
    +#   define OPENSSL_ENABLE_OLD_DES_SUPPORT
    +#  endif
     # endif
    -#endif
     
    -#ifdef OPENSSL_ENABLE_OLD_DES_SUPPORT
    -# include 
    -#endif
    +# ifdef OPENSSL_ENABLE_OLD_DES_SUPPORT
    +#  include 
    +# endif
     
    -#define DES_KEY_SZ 	(sizeof(DES_cblock))
    -#define DES_SCHEDULE_SZ (sizeof(DES_key_schedule))
    +# define DES_KEY_SZ      (sizeof(DES_cblock))
    +# define DES_SCHEDULE_SZ (sizeof(DES_key_schedule))
     
    -#define DES_ENCRYPT	1
    -#define DES_DECRYPT	0
    +# define DES_ENCRYPT     1
    +# define DES_DECRYPT     0
     
    -#define DES_CBC_MODE	0
    -#define DES_PCBC_MODE	1
    +# define DES_CBC_MODE    0
    +# define DES_PCBC_MODE   1
     
    -#define DES_ecb2_encrypt(i,o,k1,k2,e) \
    -	DES_ecb3_encrypt((i),(o),(k1),(k2),(k1),(e))
    +# define DES_ecb2_encrypt(i,o,k1,k2,e) \
    +        DES_ecb3_encrypt((i),(o),(k1),(k2),(k1),(e))
     
    -#define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \
    -	DES_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(e))
    +# define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \
    +        DES_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(e))
     
    -#define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \
    -	DES_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n),(e))
    +# define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \
    +        DES_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n),(e))
     
    -#define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \
    -	DES_ede3_ofb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n))
    +# define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \
    +        DES_ede3_ofb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n))
     
    -OPENSSL_DECLARE_GLOBAL(int,DES_check_key);	/* defaults to false */
    -#define DES_check_key OPENSSL_GLOBAL_REF(DES_check_key)
    -OPENSSL_DECLARE_GLOBAL(int,DES_rw_mode);	/* defaults to DES_PCBC_MODE */
    -#define DES_rw_mode OPENSSL_GLOBAL_REF(DES_rw_mode)
    +OPENSSL_DECLARE_GLOBAL(int, DES_check_key); /* defaults to false */
    +# define DES_check_key OPENSSL_GLOBAL_REF(DES_check_key)
    +OPENSSL_DECLARE_GLOBAL(int, DES_rw_mode); /* defaults to DES_PCBC_MODE */
    +# define DES_rw_mode OPENSSL_GLOBAL_REF(DES_rw_mode)
     
     const char *DES_options(void);
     void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output,
    -		      DES_key_schedule *ks1,DES_key_schedule *ks2,
    -		      DES_key_schedule *ks3, int enc);
    -DES_LONG DES_cbc_cksum(const unsigned char *input,DES_cblock *output,
    -		       long length,DES_key_schedule *schedule,
    -		       const_DES_cblock *ivec);
    +                      DES_key_schedule *ks1, DES_key_schedule *ks2,
    +                      DES_key_schedule *ks3, int enc);
    +DES_LONG DES_cbc_cksum(const unsigned char *input, DES_cblock *output,
    +                       long length, DES_key_schedule *schedule,
    +                       const_DES_cblock *ivec);
     /* DES_cbc_encrypt does not update the IV!  Use DES_ncbc_encrypt instead. */
    -void DES_cbc_encrypt(const unsigned char *input,unsigned char *output,
    -		     long length,DES_key_schedule *schedule,DES_cblock *ivec,
    -		     int enc);
    -void DES_ncbc_encrypt(const unsigned char *input,unsigned char *output,
    -		      long length,DES_key_schedule *schedule,DES_cblock *ivec,
    -		      int enc);
    -void DES_xcbc_encrypt(const unsigned char *input,unsigned char *output,
    -		      long length,DES_key_schedule *schedule,DES_cblock *ivec,
    -		      const_DES_cblock *inw,const_DES_cblock *outw,int enc);
    -void DES_cfb_encrypt(const unsigned char *in,unsigned char *out,int numbits,
    -		     long length,DES_key_schedule *schedule,DES_cblock *ivec,
    -		     int enc);
    -void DES_ecb_encrypt(const_DES_cblock *input,DES_cblock *output,
    -		     DES_key_schedule *ks,int enc);
    -
    -/* 	This is the DES encryption function that gets called by just about
    -	every other DES routine in the library.  You should not use this
    -	function except to implement 'modes' of DES.  I say this because the
    -	functions that call this routine do the conversion from 'char *' to
    -	long, and this needs to be done to make sure 'non-aligned' memory
    -	access do not occur.  The characters are loaded 'little endian'.
    -	Data is a pointer to 2 unsigned long's and ks is the
    -	DES_key_schedule to use.  enc, is non zero specifies encryption,
    -	zero if decryption. */
    -void DES_encrypt1(DES_LONG *data,DES_key_schedule *ks, int enc);
    -
    -/* 	This functions is the same as DES_encrypt1() except that the DES
    -	initial permutation (IP) and final permutation (FP) have been left
    -	out.  As for DES_encrypt1(), you should not use this function.
    -	It is used by the routines in the library that implement triple DES.
    -	IP() DES_encrypt2() DES_encrypt2() DES_encrypt2() FP() is the same
    -	as DES_encrypt1() DES_encrypt1() DES_encrypt1() except faster :-). */
    -void DES_encrypt2(DES_LONG *data,DES_key_schedule *ks, int enc);
    +void DES_cbc_encrypt(const unsigned char *input, unsigned char *output,
    +                     long length, DES_key_schedule *schedule,
    +                     DES_cblock *ivec, int enc);
    +void DES_ncbc_encrypt(const unsigned char *input, unsigned char *output,
    +                      long length, DES_key_schedule *schedule,
    +                      DES_cblock *ivec, int enc);
    +void DES_xcbc_encrypt(const unsigned char *input, unsigned char *output,
    +                      long length, DES_key_schedule *schedule,
    +                      DES_cblock *ivec, const_DES_cblock *inw,
    +                      const_DES_cblock *outw, int enc);
    +void DES_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits,
    +                     long length, DES_key_schedule *schedule,
    +                     DES_cblock *ivec, int enc);
    +void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
    +                     DES_key_schedule *ks, int enc);
    +
    +/*
    + * This is the DES encryption function that gets called by just about every
    + * other DES routine in the library.  You should not use this function except
    + * to implement 'modes' of DES.  I say this because the functions that call
    + * this routine do the conversion from 'char *' to long, and this needs to be
    + * done to make sure 'non-aligned' memory access do not occur.  The
    + * characters are loaded 'little endian'. Data is a pointer to 2 unsigned
    + * long's and ks is the DES_key_schedule to use.  enc, is non zero specifies
    + * encryption, zero if decryption.
    + */
    +void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc);
    +
    +/*
    + * This functions is the same as DES_encrypt1() except that the DES initial
    + * permutation (IP) and final permutation (FP) have been left out.  As for
    + * DES_encrypt1(), you should not use this function. It is used by the
    + * routines in the library that implement triple DES. IP() DES_encrypt2()
    + * DES_encrypt2() DES_encrypt2() FP() is the same as DES_encrypt1()
    + * DES_encrypt1() DES_encrypt1() except faster :-).
    + */
    +void DES_encrypt2(DES_LONG *data, DES_key_schedule *ks, int enc);
     
     void DES_encrypt3(DES_LONG *data, DES_key_schedule *ks1,
    -		  DES_key_schedule *ks2, DES_key_schedule *ks3);
    +                  DES_key_schedule *ks2, DES_key_schedule *ks3);
     void DES_decrypt3(DES_LONG *data, DES_key_schedule *ks1,
    -		  DES_key_schedule *ks2, DES_key_schedule *ks3);
    -void DES_ede3_cbc_encrypt(const unsigned char *input,unsigned char *output, 
    -			  long length,
    -			  DES_key_schedule *ks1,DES_key_schedule *ks2,
    -			  DES_key_schedule *ks3,DES_cblock *ivec,int enc);
    -void DES_ede3_cbcm_encrypt(const unsigned char *in,unsigned char *out,
    -			   long length,
    -			   DES_key_schedule *ks1,DES_key_schedule *ks2,
    -			   DES_key_schedule *ks3,
    -			   DES_cblock *ivec1,DES_cblock *ivec2,
    -			   int enc);
    -void DES_ede3_cfb64_encrypt(const unsigned char *in,unsigned char *out,
    -			    long length,DES_key_schedule *ks1,
    -			    DES_key_schedule *ks2,DES_key_schedule *ks3,
    -			    DES_cblock *ivec,int *num,int enc);
    -void DES_ede3_cfb_encrypt(const unsigned char *in,unsigned char *out,
    -			  int numbits,long length,DES_key_schedule *ks1,
    -			  DES_key_schedule *ks2,DES_key_schedule *ks3,
    -			  DES_cblock *ivec,int enc);
    -void DES_ede3_ofb64_encrypt(const unsigned char *in,unsigned char *out,
    -			    long length,DES_key_schedule *ks1,
    -			    DES_key_schedule *ks2,DES_key_schedule *ks3,
    -			    DES_cblock *ivec,int *num);
    -#if 0
    -void DES_xwhite_in2out(const_DES_cblock *DES_key,const_DES_cblock *in_white,
    -		       DES_cblock *out_white);
    -#endif
    +                  DES_key_schedule *ks2, DES_key_schedule *ks3);
    +void DES_ede3_cbc_encrypt(const unsigned char *input, unsigned char *output,
    +                          long length,
    +                          DES_key_schedule *ks1, DES_key_schedule *ks2,
    +                          DES_key_schedule *ks3, DES_cblock *ivec, int enc);
    +void DES_ede3_cbcm_encrypt(const unsigned char *in, unsigned char *out,
    +                           long length,
    +                           DES_key_schedule *ks1, DES_key_schedule *ks2,
    +                           DES_key_schedule *ks3,
    +                           DES_cblock *ivec1, DES_cblock *ivec2, int enc);
    +void DES_ede3_cfb64_encrypt(const unsigned char *in, unsigned char *out,
    +                            long length, DES_key_schedule *ks1,
    +                            DES_key_schedule *ks2, DES_key_schedule *ks3,
    +                            DES_cblock *ivec, int *num, int enc);
    +void DES_ede3_cfb_encrypt(const unsigned char *in, unsigned char *out,
    +                          int numbits, long length, DES_key_schedule *ks1,
    +                          DES_key_schedule *ks2, DES_key_schedule *ks3,
    +                          DES_cblock *ivec, int enc);
    +void DES_ede3_ofb64_encrypt(const unsigned char *in, unsigned char *out,
    +                            long length, DES_key_schedule *ks1,
    +                            DES_key_schedule *ks2, DES_key_schedule *ks3,
    +                            DES_cblock *ivec, int *num);
    +# if 0
    +void DES_xwhite_in2out(const_DES_cblock *DES_key, const_DES_cblock *in_white,
    +                       DES_cblock *out_white);
    +# endif
     
    -int DES_enc_read(int fd,void *buf,int len,DES_key_schedule *sched,
    -		 DES_cblock *iv);
    -int DES_enc_write(int fd,const void *buf,int len,DES_key_schedule *sched,
    -		  DES_cblock *iv);
    -char *DES_fcrypt(const char *buf,const char *salt, char *ret);
    -char *DES_crypt(const char *buf,const char *salt);
    -void DES_ofb_encrypt(const unsigned char *in,unsigned char *out,int numbits,
    -		     long length,DES_key_schedule *schedule,DES_cblock *ivec);
    -void DES_pcbc_encrypt(const unsigned char *input,unsigned char *output,
    -		      long length,DES_key_schedule *schedule,DES_cblock *ivec,
    -		      int enc);
    -DES_LONG DES_quad_cksum(const unsigned char *input,DES_cblock output[],
    -			long length,int out_count,DES_cblock *seed);
    +int DES_enc_read(int fd, void *buf, int len, DES_key_schedule *sched,
    +                 DES_cblock *iv);
    +int DES_enc_write(int fd, const void *buf, int len, DES_key_schedule *sched,
    +                  DES_cblock *iv);
    +char *DES_fcrypt(const char *buf, const char *salt, char *ret);
    +char *DES_crypt(const char *buf, const char *salt);
    +void DES_ofb_encrypt(const unsigned char *in, unsigned char *out, int numbits,
    +                     long length, DES_key_schedule *schedule,
    +                     DES_cblock *ivec);
    +void DES_pcbc_encrypt(const unsigned char *input, unsigned char *output,
    +                      long length, DES_key_schedule *schedule,
    +                      DES_cblock *ivec, int enc);
    +DES_LONG DES_quad_cksum(const unsigned char *input, DES_cblock output[],
    +                        long length, int out_count, DES_cblock *seed);
     int DES_random_key(DES_cblock *ret);
     void DES_set_odd_parity(DES_cblock *key);
     int DES_check_key_parity(const_DES_cblock *key);
     int DES_is_weak_key(const_DES_cblock *key);
    -/* DES_set_key (= set_key = DES_key_sched = key_sched) calls
    +/*
    + * DES_set_key (= set_key = DES_key_sched = key_sched) calls
      * DES_set_key_checked if global variable DES_check_key is set,
    - * DES_set_key_unchecked otherwise. */
    -int DES_set_key(const_DES_cblock *key,DES_key_schedule *schedule);
    -int DES_key_sched(const_DES_cblock *key,DES_key_schedule *schedule);
    -int DES_set_key_checked(const_DES_cblock *key,DES_key_schedule *schedule);
    -void DES_set_key_unchecked(const_DES_cblock *key,DES_key_schedule *schedule);
    -#ifdef OPENSSL_FIPS
    -void private_DES_set_key_unchecked(const_DES_cblock *key,DES_key_schedule *schedule);
    -#endif
    -void DES_string_to_key(const char *str,DES_cblock *key);
    -void DES_string_to_2keys(const char *str,DES_cblock *key1,DES_cblock *key2);
    -void DES_cfb64_encrypt(const unsigned char *in,unsigned char *out,long length,
    -		       DES_key_schedule *schedule,DES_cblock *ivec,int *num,
    -		       int enc);
    -void DES_ofb64_encrypt(const unsigned char *in,unsigned char *out,long length,
    -		       DES_key_schedule *schedule,DES_cblock *ivec,int *num);
    + * DES_set_key_unchecked otherwise.
    + */
    +int DES_set_key(const_DES_cblock *key, DES_key_schedule *schedule);
    +int DES_key_sched(const_DES_cblock *key, DES_key_schedule *schedule);
    +int DES_set_key_checked(const_DES_cblock *key, DES_key_schedule *schedule);
    +void DES_set_key_unchecked(const_DES_cblock *key, DES_key_schedule *schedule);
    +# ifdef OPENSSL_FIPS
    +void private_DES_set_key_unchecked(const_DES_cblock *key,
    +                                   DES_key_schedule *schedule);
    +# endif
    +void DES_string_to_key(const char *str, DES_cblock *key);
    +void DES_string_to_2keys(const char *str, DES_cblock *key1, DES_cblock *key2);
    +void DES_cfb64_encrypt(const unsigned char *in, unsigned char *out,
    +                       long length, DES_key_schedule *schedule,
    +                       DES_cblock *ivec, int *num, int enc);
    +void DES_ofb64_encrypt(const unsigned char *in, unsigned char *out,
    +                       long length, DES_key_schedule *schedule,
    +                       DES_cblock *ivec, int *num);
     
     int DES_read_password(DES_cblock *key, const char *prompt, int verify);
    -int DES_read_2passwords(DES_cblock *key1, DES_cblock *key2, const char *prompt,
    -	int verify);
    +int DES_read_2passwords(DES_cblock *key1, DES_cblock *key2,
    +                        const char *prompt, int verify);
     
    -#define DES_fixup_key_parity DES_set_odd_parity
    +# define DES_fixup_key_parity DES_set_odd_parity
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/des/des_enc.c b/openssl/crypto/des/des_enc.c
    index 828feba20..c0b062da3 100644
    --- a/openssl/crypto/des/des_enc.c
    +++ b/openssl/crypto/des/des_enc.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,341 +60,330 @@
     #include "spr.h"
     
     void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc)
    -	{
    -	register DES_LONG l,r,t,u;
    +{
    +    register DES_LONG l, r, t, u;
     #ifdef DES_PTR
    -	register const unsigned char *des_SP=(const unsigned char *)DES_SPtrans;
    +    register const unsigned char *des_SP = (const unsigned char *)DES_SPtrans;
     #endif
     #ifndef DES_UNROLL
    -	register int i;
    +    register int i;
     #endif
    -	register DES_LONG *s;
    -
    -	r=data[0];
    -	l=data[1];
    -
    -	IP(r,l);
    -	/* Things have been modified so that the initial rotate is
    -	 * done outside the loop.  This required the
    -	 * DES_SPtrans values in sp.h to be rotated 1 bit to the right.
    -	 * One perl script later and things have a 5% speed up on a sparc2.
    -	 * Thanks to Richard Outerbridge <71755.204@CompuServe.COM>
    -	 * for pointing this out. */
    -	/* clear the top bits on machines with 8byte longs */
    -	/* shift left by 2 */
    -	r=ROTATE(r,29)&0xffffffffL;
    -	l=ROTATE(l,29)&0xffffffffL;
    -
    -	s=ks->ks->deslong;
    -	/* I don't know if it is worth the effort of loop unrolling the
    -	 * inner loop */
    -	if (enc)
    -		{
    +    register DES_LONG *s;
    +
    +    r = data[0];
    +    l = data[1];
    +
    +    IP(r, l);
    +    /*
    +     * Things have been modified so that the initial rotate is done outside
    +     * the loop.  This required the DES_SPtrans values in sp.h to be rotated
    +     * 1 bit to the right. One perl script later and things have a 5% speed
    +     * up on a sparc2. Thanks to Richard Outerbridge
    +     * <71755.204@CompuServe.COM> for pointing this out.
    +     */
    +    /* clear the top bits on machines with 8byte longs */
    +    /* shift left by 2 */
    +    r = ROTATE(r, 29) & 0xffffffffL;
    +    l = ROTATE(l, 29) & 0xffffffffL;
    +
    +    s = ks->ks->deslong;
    +    /*
    +     * I don't know if it is worth the effort of loop unrolling the inner
    +     * loop
    +     */
    +    if (enc) {
     #ifdef DES_UNROLL
    -		D_ENCRYPT(l,r, 0); /*  1 */
    -		D_ENCRYPT(r,l, 2); /*  2 */
    -		D_ENCRYPT(l,r, 4); /*  3 */
    -		D_ENCRYPT(r,l, 6); /*  4 */
    -		D_ENCRYPT(l,r, 8); /*  5 */
    -		D_ENCRYPT(r,l,10); /*  6 */
    -		D_ENCRYPT(l,r,12); /*  7 */
    -		D_ENCRYPT(r,l,14); /*  8 */
    -		D_ENCRYPT(l,r,16); /*  9 */
    -		D_ENCRYPT(r,l,18); /*  10 */
    -		D_ENCRYPT(l,r,20); /*  11 */
    -		D_ENCRYPT(r,l,22); /*  12 */
    -		D_ENCRYPT(l,r,24); /*  13 */
    -		D_ENCRYPT(r,l,26); /*  14 */
    -		D_ENCRYPT(l,r,28); /*  15 */
    -		D_ENCRYPT(r,l,30); /*  16 */
    +        D_ENCRYPT(l, r, 0);     /* 1 */
    +        D_ENCRYPT(r, l, 2);     /* 2 */
    +        D_ENCRYPT(l, r, 4);     /* 3 */
    +        D_ENCRYPT(r, l, 6);     /* 4 */
    +        D_ENCRYPT(l, r, 8);     /* 5 */
    +        D_ENCRYPT(r, l, 10);    /* 6 */
    +        D_ENCRYPT(l, r, 12);    /* 7 */
    +        D_ENCRYPT(r, l, 14);    /* 8 */
    +        D_ENCRYPT(l, r, 16);    /* 9 */
    +        D_ENCRYPT(r, l, 18);    /* 10 */
    +        D_ENCRYPT(l, r, 20);    /* 11 */
    +        D_ENCRYPT(r, l, 22);    /* 12 */
    +        D_ENCRYPT(l, r, 24);    /* 13 */
    +        D_ENCRYPT(r, l, 26);    /* 14 */
    +        D_ENCRYPT(l, r, 28);    /* 15 */
    +        D_ENCRYPT(r, l, 30);    /* 16 */
     #else
    -		for (i=0; i<32; i+=4)
    -			{
    -			D_ENCRYPT(l,r,i+0); /*  1 */
    -			D_ENCRYPT(r,l,i+2); /*  2 */
    -			}
    +        for (i = 0; i < 32; i += 4) {
    +            D_ENCRYPT(l, r, i + 0); /* 1 */
    +            D_ENCRYPT(r, l, i + 2); /* 2 */
    +        }
     #endif
    -		}
    -	else
    -		{
    +    } else {
     #ifdef DES_UNROLL
    -		D_ENCRYPT(l,r,30); /* 16 */
    -		D_ENCRYPT(r,l,28); /* 15 */
    -		D_ENCRYPT(l,r,26); /* 14 */
    -		D_ENCRYPT(r,l,24); /* 13 */
    -		D_ENCRYPT(l,r,22); /* 12 */
    -		D_ENCRYPT(r,l,20); /* 11 */
    -		D_ENCRYPT(l,r,18); /* 10 */
    -		D_ENCRYPT(r,l,16); /*  9 */
    -		D_ENCRYPT(l,r,14); /*  8 */
    -		D_ENCRYPT(r,l,12); /*  7 */
    -		D_ENCRYPT(l,r,10); /*  6 */
    -		D_ENCRYPT(r,l, 8); /*  5 */
    -		D_ENCRYPT(l,r, 6); /*  4 */
    -		D_ENCRYPT(r,l, 4); /*  3 */
    -		D_ENCRYPT(l,r, 2); /*  2 */
    -		D_ENCRYPT(r,l, 0); /*  1 */
    +        D_ENCRYPT(l, r, 30);    /* 16 */
    +        D_ENCRYPT(r, l, 28);    /* 15 */
    +        D_ENCRYPT(l, r, 26);    /* 14 */
    +        D_ENCRYPT(r, l, 24);    /* 13 */
    +        D_ENCRYPT(l, r, 22);    /* 12 */
    +        D_ENCRYPT(r, l, 20);    /* 11 */
    +        D_ENCRYPT(l, r, 18);    /* 10 */
    +        D_ENCRYPT(r, l, 16);    /* 9 */
    +        D_ENCRYPT(l, r, 14);    /* 8 */
    +        D_ENCRYPT(r, l, 12);    /* 7 */
    +        D_ENCRYPT(l, r, 10);    /* 6 */
    +        D_ENCRYPT(r, l, 8);     /* 5 */
    +        D_ENCRYPT(l, r, 6);     /* 4 */
    +        D_ENCRYPT(r, l, 4);     /* 3 */
    +        D_ENCRYPT(l, r, 2);     /* 2 */
    +        D_ENCRYPT(r, l, 0);     /* 1 */
     #else
    -		for (i=30; i>0; i-=4)
    -			{
    -			D_ENCRYPT(l,r,i-0); /* 16 */
    -			D_ENCRYPT(r,l,i-2); /* 15 */
    -			}
    +        for (i = 30; i > 0; i -= 4) {
    +            D_ENCRYPT(l, r, i - 0); /* 16 */
    +            D_ENCRYPT(r, l, i - 2); /* 15 */
    +        }
     #endif
    -		}
    +    }
     
    -	/* rotate and clear the top bits on machines with 8byte longs */
    -	l=ROTATE(l,3)&0xffffffffL;
    -	r=ROTATE(r,3)&0xffffffffL;
    +    /* rotate and clear the top bits on machines with 8byte longs */
    +    l = ROTATE(l, 3) & 0xffffffffL;
    +    r = ROTATE(r, 3) & 0xffffffffL;
     
    -	FP(r,l);
    -	data[0]=l;
    -	data[1]=r;
    -	l=r=t=u=0;
    -	}
    +    FP(r, l);
    +    data[0] = l;
    +    data[1] = r;
    +    l = r = t = u = 0;
    +}
     
     void DES_encrypt2(DES_LONG *data, DES_key_schedule *ks, int enc)
    -	{
    -	register DES_LONG l,r,t,u;
    +{
    +    register DES_LONG l, r, t, u;
     #ifdef DES_PTR
    -	register const unsigned char *des_SP=(const unsigned char *)DES_SPtrans;
    +    register const unsigned char *des_SP = (const unsigned char *)DES_SPtrans;
     #endif
     #ifndef DES_UNROLL
    -	register int i;
    +    register int i;
     #endif
    -	register DES_LONG *s;
    -
    -	r=data[0];
    -	l=data[1];
    -
    -	/* Things have been modified so that the initial rotate is
    -	 * done outside the loop.  This required the
    -	 * DES_SPtrans values in sp.h to be rotated 1 bit to the right.
    -	 * One perl script later and things have a 5% speed up on a sparc2.
    -	 * Thanks to Richard Outerbridge <71755.204@CompuServe.COM>
    -	 * for pointing this out. */
    -	/* clear the top bits on machines with 8byte longs */
    -	r=ROTATE(r,29)&0xffffffffL;
    -	l=ROTATE(l,29)&0xffffffffL;
    -
    -	s=ks->ks->deslong;
    -	/* I don't know if it is worth the effort of loop unrolling the
    -	 * inner loop */
    -	if (enc)
    -		{
    +    register DES_LONG *s;
    +
    +    r = data[0];
    +    l = data[1];
    +
    +    /*
    +     * Things have been modified so that the initial rotate is done outside
    +     * the loop.  This required the DES_SPtrans values in sp.h to be rotated
    +     * 1 bit to the right. One perl script later and things have a 5% speed
    +     * up on a sparc2. Thanks to Richard Outerbridge
    +     * <71755.204@CompuServe.COM> for pointing this out.
    +     */
    +    /* clear the top bits on machines with 8byte longs */
    +    r = ROTATE(r, 29) & 0xffffffffL;
    +    l = ROTATE(l, 29) & 0xffffffffL;
    +
    +    s = ks->ks->deslong;
    +    /*
    +     * I don't know if it is worth the effort of loop unrolling the inner
    +     * loop
    +     */
    +    if (enc) {
     #ifdef DES_UNROLL
    -		D_ENCRYPT(l,r, 0); /*  1 */
    -		D_ENCRYPT(r,l, 2); /*  2 */
    -		D_ENCRYPT(l,r, 4); /*  3 */
    -		D_ENCRYPT(r,l, 6); /*  4 */
    -		D_ENCRYPT(l,r, 8); /*  5 */
    -		D_ENCRYPT(r,l,10); /*  6 */
    -		D_ENCRYPT(l,r,12); /*  7 */
    -		D_ENCRYPT(r,l,14); /*  8 */
    -		D_ENCRYPT(l,r,16); /*  9 */
    -		D_ENCRYPT(r,l,18); /*  10 */
    -		D_ENCRYPT(l,r,20); /*  11 */
    -		D_ENCRYPT(r,l,22); /*  12 */
    -		D_ENCRYPT(l,r,24); /*  13 */
    -		D_ENCRYPT(r,l,26); /*  14 */
    -		D_ENCRYPT(l,r,28); /*  15 */
    -		D_ENCRYPT(r,l,30); /*  16 */
    +        D_ENCRYPT(l, r, 0);     /* 1 */
    +        D_ENCRYPT(r, l, 2);     /* 2 */
    +        D_ENCRYPT(l, r, 4);     /* 3 */
    +        D_ENCRYPT(r, l, 6);     /* 4 */
    +        D_ENCRYPT(l, r, 8);     /* 5 */
    +        D_ENCRYPT(r, l, 10);    /* 6 */
    +        D_ENCRYPT(l, r, 12);    /* 7 */
    +        D_ENCRYPT(r, l, 14);    /* 8 */
    +        D_ENCRYPT(l, r, 16);    /* 9 */
    +        D_ENCRYPT(r, l, 18);    /* 10 */
    +        D_ENCRYPT(l, r, 20);    /* 11 */
    +        D_ENCRYPT(r, l, 22);    /* 12 */
    +        D_ENCRYPT(l, r, 24);    /* 13 */
    +        D_ENCRYPT(r, l, 26);    /* 14 */
    +        D_ENCRYPT(l, r, 28);    /* 15 */
    +        D_ENCRYPT(r, l, 30);    /* 16 */
     #else
    -		for (i=0; i<32; i+=4)
    -			{
    -			D_ENCRYPT(l,r,i+0); /*  1 */
    -			D_ENCRYPT(r,l,i+2); /*  2 */
    -			}
    +        for (i = 0; i < 32; i += 4) {
    +            D_ENCRYPT(l, r, i + 0); /* 1 */
    +            D_ENCRYPT(r, l, i + 2); /* 2 */
    +        }
     #endif
    -		}
    -	else
    -		{
    +    } else {
     #ifdef DES_UNROLL
    -		D_ENCRYPT(l,r,30); /* 16 */
    -		D_ENCRYPT(r,l,28); /* 15 */
    -		D_ENCRYPT(l,r,26); /* 14 */
    -		D_ENCRYPT(r,l,24); /* 13 */
    -		D_ENCRYPT(l,r,22); /* 12 */
    -		D_ENCRYPT(r,l,20); /* 11 */
    -		D_ENCRYPT(l,r,18); /* 10 */
    -		D_ENCRYPT(r,l,16); /*  9 */
    -		D_ENCRYPT(l,r,14); /*  8 */
    -		D_ENCRYPT(r,l,12); /*  7 */
    -		D_ENCRYPT(l,r,10); /*  6 */
    -		D_ENCRYPT(r,l, 8); /*  5 */
    -		D_ENCRYPT(l,r, 6); /*  4 */
    -		D_ENCRYPT(r,l, 4); /*  3 */
    -		D_ENCRYPT(l,r, 2); /*  2 */
    -		D_ENCRYPT(r,l, 0); /*  1 */
    +        D_ENCRYPT(l, r, 30);    /* 16 */
    +        D_ENCRYPT(r, l, 28);    /* 15 */
    +        D_ENCRYPT(l, r, 26);    /* 14 */
    +        D_ENCRYPT(r, l, 24);    /* 13 */
    +        D_ENCRYPT(l, r, 22);    /* 12 */
    +        D_ENCRYPT(r, l, 20);    /* 11 */
    +        D_ENCRYPT(l, r, 18);    /* 10 */
    +        D_ENCRYPT(r, l, 16);    /* 9 */
    +        D_ENCRYPT(l, r, 14);    /* 8 */
    +        D_ENCRYPT(r, l, 12);    /* 7 */
    +        D_ENCRYPT(l, r, 10);    /* 6 */
    +        D_ENCRYPT(r, l, 8);     /* 5 */
    +        D_ENCRYPT(l, r, 6);     /* 4 */
    +        D_ENCRYPT(r, l, 4);     /* 3 */
    +        D_ENCRYPT(l, r, 2);     /* 2 */
    +        D_ENCRYPT(r, l, 0);     /* 1 */
     #else
    -		for (i=30; i>0; i-=4)
    -			{
    -			D_ENCRYPT(l,r,i-0); /* 16 */
    -			D_ENCRYPT(r,l,i-2); /* 15 */
    -			}
    +        for (i = 30; i > 0; i -= 4) {
    +            D_ENCRYPT(l, r, i - 0); /* 16 */
    +            D_ENCRYPT(r, l, i - 2); /* 15 */
    +        }
     #endif
    -		}
    -	/* rotate and clear the top bits on machines with 8byte longs */
    -	data[0]=ROTATE(l,3)&0xffffffffL;
    -	data[1]=ROTATE(r,3)&0xffffffffL;
    -	l=r=t=u=0;
    -	}
    +    }
    +    /* rotate and clear the top bits on machines with 8byte longs */
    +    data[0] = ROTATE(l, 3) & 0xffffffffL;
    +    data[1] = ROTATE(r, 3) & 0xffffffffL;
    +    l = r = t = u = 0;
    +}
     
     void DES_encrypt3(DES_LONG *data, DES_key_schedule *ks1,
    -		  DES_key_schedule *ks2, DES_key_schedule *ks3)
    -	{
    -	register DES_LONG l,r;
    -
    -	l=data[0];
    -	r=data[1];
    -	IP(l,r);
    -	data[0]=l;
    -	data[1]=r;
    -	DES_encrypt2((DES_LONG *)data,ks1,DES_ENCRYPT);
    -	DES_encrypt2((DES_LONG *)data,ks2,DES_DECRYPT);
    -	DES_encrypt2((DES_LONG *)data,ks3,DES_ENCRYPT);
    -	l=data[0];
    -	r=data[1];
    -	FP(r,l);
    -	data[0]=l;
    -	data[1]=r;
    -	}
    +                  DES_key_schedule *ks2, DES_key_schedule *ks3)
    +{
    +    register DES_LONG l, r;
    +
    +    l = data[0];
    +    r = data[1];
    +    IP(l, r);
    +    data[0] = l;
    +    data[1] = r;
    +    DES_encrypt2((DES_LONG *)data, ks1, DES_ENCRYPT);
    +    DES_encrypt2((DES_LONG *)data, ks2, DES_DECRYPT);
    +    DES_encrypt2((DES_LONG *)data, ks3, DES_ENCRYPT);
    +    l = data[0];
    +    r = data[1];
    +    FP(r, l);
    +    data[0] = l;
    +    data[1] = r;
    +}
     
     void DES_decrypt3(DES_LONG *data, DES_key_schedule *ks1,
    -		  DES_key_schedule *ks2, DES_key_schedule *ks3)
    -	{
    -	register DES_LONG l,r;
    -
    -	l=data[0];
    -	r=data[1];
    -	IP(l,r);
    -	data[0]=l;
    -	data[1]=r;
    -	DES_encrypt2((DES_LONG *)data,ks3,DES_DECRYPT);
    -	DES_encrypt2((DES_LONG *)data,ks2,DES_ENCRYPT);
    -	DES_encrypt2((DES_LONG *)data,ks1,DES_DECRYPT);
    -	l=data[0];
    -	r=data[1];
    -	FP(r,l);
    -	data[0]=l;
    -	data[1]=r;
    -	}
    +                  DES_key_schedule *ks2, DES_key_schedule *ks3)
    +{
    +    register DES_LONG l, r;
    +
    +    l = data[0];
    +    r = data[1];
    +    IP(l, r);
    +    data[0] = l;
    +    data[1] = r;
    +    DES_encrypt2((DES_LONG *)data, ks3, DES_DECRYPT);
    +    DES_encrypt2((DES_LONG *)data, ks2, DES_ENCRYPT);
    +    DES_encrypt2((DES_LONG *)data, ks1, DES_DECRYPT);
    +    l = data[0];
    +    r = data[1];
    +    FP(r, l);
    +    data[0] = l;
    +    data[1] = r;
    +}
     
     #ifndef DES_DEFAULT_OPTIONS
     
    -#undef CBC_ENC_C__DONT_UPDATE_IV
    -#include "ncbc_enc.c" /* DES_ncbc_encrypt */
    +# undef CBC_ENC_C__DONT_UPDATE_IV
    +# include "ncbc_enc.c"          /* DES_ncbc_encrypt */
     
     void DES_ede3_cbc_encrypt(const unsigned char *input, unsigned char *output,
    -			  long length, DES_key_schedule *ks1,
    -			  DES_key_schedule *ks2, DES_key_schedule *ks3,
    -			  DES_cblock *ivec, int enc)
    -	{
    -	register DES_LONG tin0,tin1;
    -	register DES_LONG tout0,tout1,xor0,xor1;
    -	register const unsigned char *in;
    -	unsigned char *out;
    -	register long l=length;
    -	DES_LONG tin[2];
    -	unsigned char *iv;
    -
    -	in=input;
    -	out=output;
    -	iv = &(*ivec)[0];
    -
    -	if (enc)
    -		{
    -		c2l(iv,tout0);
    -		c2l(iv,tout1);
    -		for (l-=8; l>=0; l-=8)
    -			{
    -			c2l(in,tin0);
    -			c2l(in,tin1);
    -			tin0^=tout0;
    -			tin1^=tout1;
    -
    -			tin[0]=tin0;
    -			tin[1]=tin1;
    -			DES_encrypt3((DES_LONG *)tin,ks1,ks2,ks3);
    -			tout0=tin[0];
    -			tout1=tin[1];
    -
    -			l2c(tout0,out);
    -			l2c(tout1,out);
    -			}
    -		if (l != -8)
    -			{
    -			c2ln(in,tin0,tin1,l+8);
    -			tin0^=tout0;
    -			tin1^=tout1;
    -
    -			tin[0]=tin0;
    -			tin[1]=tin1;
    -			DES_encrypt3((DES_LONG *)tin,ks1,ks2,ks3);
    -			tout0=tin[0];
    -			tout1=tin[1];
    -
    -			l2c(tout0,out);
    -			l2c(tout1,out);
    -			}
    -		iv = &(*ivec)[0];
    -		l2c(tout0,iv);
    -		l2c(tout1,iv);
    -		}
    -	else
    -		{
    -		register DES_LONG t0,t1;
    -
    -		c2l(iv,xor0);
    -		c2l(iv,xor1);
    -		for (l-=8; l>=0; l-=8)
    -			{
    -			c2l(in,tin0);
    -			c2l(in,tin1);
    -
    -			t0=tin0;
    -			t1=tin1;
    -
    -			tin[0]=tin0;
    -			tin[1]=tin1;
    -			DES_decrypt3((DES_LONG *)tin,ks1,ks2,ks3);
    -			tout0=tin[0];
    -			tout1=tin[1];
    -
    -			tout0^=xor0;
    -			tout1^=xor1;
    -			l2c(tout0,out);
    -			l2c(tout1,out);
    -			xor0=t0;
    -			xor1=t1;
    -			}
    -		if (l != -8)
    -			{
    -			c2l(in,tin0);
    -			c2l(in,tin1);
    -			
    -			t0=tin0;
    -			t1=tin1;
    -
    -			tin[0]=tin0;
    -			tin[1]=tin1;
    -			DES_decrypt3((DES_LONG *)tin,ks1,ks2,ks3);
    -			tout0=tin[0];
    -			tout1=tin[1];
    -		
    -			tout0^=xor0;
    -			tout1^=xor1;
    -			l2cn(tout0,tout1,out,l+8);
    -			xor0=t0;
    -			xor1=t1;
    -			}
    -
    -		iv = &(*ivec)[0];
    -		l2c(xor0,iv);
    -		l2c(xor1,iv);
    -		}
    -	tin0=tin1=tout0=tout1=xor0=xor1=0;
    -	tin[0]=tin[1]=0;
    -	}
    -
    -#endif /* DES_DEFAULT_OPTIONS */
    +                          long length, DES_key_schedule *ks1,
    +                          DES_key_schedule *ks2, DES_key_schedule *ks3,
    +                          DES_cblock *ivec, int enc)
    +{
    +    register DES_LONG tin0, tin1;
    +    register DES_LONG tout0, tout1, xor0, xor1;
    +    register const unsigned char *in;
    +    unsigned char *out;
    +    register long l = length;
    +    DES_LONG tin[2];
    +    unsigned char *iv;
    +
    +    in = input;
    +    out = output;
    +    iv = &(*ivec)[0];
    +
    +    if (enc) {
    +        c2l(iv, tout0);
    +        c2l(iv, tout1);
    +        for (l -= 8; l >= 0; l -= 8) {
    +            c2l(in, tin0);
    +            c2l(in, tin1);
    +            tin0 ^= tout0;
    +            tin1 ^= tout1;
    +
    +            tin[0] = tin0;
    +            tin[1] = tin1;
    +            DES_encrypt3((DES_LONG *)tin, ks1, ks2, ks3);
    +            tout0 = tin[0];
    +            tout1 = tin[1];
    +
    +            l2c(tout0, out);
    +            l2c(tout1, out);
    +        }
    +        if (l != -8) {
    +            c2ln(in, tin0, tin1, l + 8);
    +            tin0 ^= tout0;
    +            tin1 ^= tout1;
    +
    +            tin[0] = tin0;
    +            tin[1] = tin1;
    +            DES_encrypt3((DES_LONG *)tin, ks1, ks2, ks3);
    +            tout0 = tin[0];
    +            tout1 = tin[1];
    +
    +            l2c(tout0, out);
    +            l2c(tout1, out);
    +        }
    +        iv = &(*ivec)[0];
    +        l2c(tout0, iv);
    +        l2c(tout1, iv);
    +    } else {
    +        register DES_LONG t0, t1;
    +
    +        c2l(iv, xor0);
    +        c2l(iv, xor1);
    +        for (l -= 8; l >= 0; l -= 8) {
    +            c2l(in, tin0);
    +            c2l(in, tin1);
    +
    +            t0 = tin0;
    +            t1 = tin1;
    +
    +            tin[0] = tin0;
    +            tin[1] = tin1;
    +            DES_decrypt3((DES_LONG *)tin, ks1, ks2, ks3);
    +            tout0 = tin[0];
    +            tout1 = tin[1];
    +
    +            tout0 ^= xor0;
    +            tout1 ^= xor1;
    +            l2c(tout0, out);
    +            l2c(tout1, out);
    +            xor0 = t0;
    +            xor1 = t1;
    +        }
    +        if (l != -8) {
    +            c2l(in, tin0);
    +            c2l(in, tin1);
    +
    +            t0 = tin0;
    +            t1 = tin1;
    +
    +            tin[0] = tin0;
    +            tin[1] = tin1;
    +            DES_decrypt3((DES_LONG *)tin, ks1, ks2, ks3);
    +            tout0 = tin[0];
    +            tout1 = tin[1];
    +
    +            tout0 ^= xor0;
    +            tout1 ^= xor1;
    +            l2cn(tout0, tout1, out, l + 8);
    +            xor0 = t0;
    +            xor1 = t1;
    +        }
    +
    +        iv = &(*ivec)[0];
    +        l2c(xor0, iv);
    +        l2c(xor1, iv);
    +    }
    +    tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
    +    tin[0] = tin[1] = 0;
    +}
    +
    +#endif                          /* DES_DEFAULT_OPTIONS */
    diff --git a/openssl/crypto/des/des_locl.h b/openssl/crypto/des/des_locl.h
    index a3b512e9b..23ea9d32a 100644
    --- a/openssl/crypto/des/des_locl.h
    +++ b/openssl/crypto/des/des_locl.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -57,376 +57,387 @@
      */
     
     #ifndef HEADER_DES_LOCL_H
    -#define HEADER_DES_LOCL_H
    +# define HEADER_DES_LOCL_H
     
    -#include 
    +# include 
     
    -#if defined(OPENSSL_SYS_WIN32)
    -#ifndef OPENSSL_SYS_MSDOS
    -#define OPENSSL_SYS_MSDOS
    -#endif
    -#endif
    -
    -#include 
    -#include 
    +# if defined(OPENSSL_SYS_WIN32)
    +#  ifndef OPENSSL_SYS_MSDOS
    +#   define OPENSSL_SYS_MSDOS
    +#  endif
    +# endif
     
    -#ifndef OPENSSL_SYS_MSDOS
    -#if !defined(OPENSSL_SYS_VMS) || defined(__DECC)
    -#ifdef OPENSSL_UNISTD
    -# include OPENSSL_UNISTD
    -#else
    -# include 
    -#endif
    -#include 
    -#endif
    -#endif
    -#include 
    +# include 
    +# include 
    +
    +# ifndef OPENSSL_SYS_MSDOS
    +#  if !defined(OPENSSL_SYS_VMS) || defined(__DECC)
    +#   ifdef OPENSSL_UNISTD
    +#    include OPENSSL_UNISTD
    +#   else
    +#    include 
    +#   endif
    +#   include 
    +#  endif
    +# endif
    +# include 
     
    -#ifdef OPENSSL_SYS_MSDOS		/* Visual C++ 2.1 (Windows NT/95) */
    -#include 
    -#include 
    -#include 
    -#include 
    -#endif
    +# ifdef OPENSSL_SYS_MSDOS       /* Visual C++ 2.1 (Windows NT/95) */
    +#  include 
    +#  include 
    +#  include 
    +#  include 
    +# endif
     
    -#if defined(__STDC__) || defined(OPENSSL_SYS_VMS) || defined(M_XENIX) || defined(OPENSSL_SYS_MSDOS)
    -#include 
    -#endif
    +# if defined(__STDC__) || defined(OPENSSL_SYS_VMS) || defined(M_XENIX) || defined(OPENSSL_SYS_MSDOS)
    +#  include 
    +# endif
     
    -#ifdef OPENSSL_BUILD_SHLIBCRYPTO
    -# undef OPENSSL_EXTERN
    -# define OPENSSL_EXTERN OPENSSL_EXPORT
    -#endif
    +# ifdef OPENSSL_BUILD_SHLIBCRYPTO
    +#  undef OPENSSL_EXTERN
    +#  define OPENSSL_EXTERN OPENSSL_EXPORT
    +# endif
     
    -#define ITERATIONS 16
    -#define HALF_ITERATIONS 8
    +# define ITERATIONS 16
    +# define HALF_ITERATIONS 8
     
     /* used in des_read and des_write */
    -#define MAXWRITE	(1024*16)
    -#define BSIZE		(MAXWRITE+4)
    +# define MAXWRITE        (1024*16)
    +# define BSIZE           (MAXWRITE+4)
     
    -#define c2l(c,l)	(l =((DES_LONG)(*((c)++)))    , \
    -			 l|=((DES_LONG)(*((c)++)))<< 8L, \
    -			 l|=((DES_LONG)(*((c)++)))<<16L, \
    -			 l|=((DES_LONG)(*((c)++)))<<24L)
    +# define c2l(c,l)        (l =((DES_LONG)(*((c)++)))    , \
    +                         l|=((DES_LONG)(*((c)++)))<< 8L, \
    +                         l|=((DES_LONG)(*((c)++)))<<16L, \
    +                         l|=((DES_LONG)(*((c)++)))<<24L)
     
     /* NOTE - c is not incremented as per c2l */
    -#define c2ln(c,l1,l2,n)	{ \
    -			c+=n; \
    -			l1=l2=0; \
    -			switch (n) { \
    -			case 8: l2 =((DES_LONG)(*(--(c))))<<24L; \
    -			case 7: l2|=((DES_LONG)(*(--(c))))<<16L; \
    -			case 6: l2|=((DES_LONG)(*(--(c))))<< 8L; \
    -			case 5: l2|=((DES_LONG)(*(--(c))));     \
    -			case 4: l1 =((DES_LONG)(*(--(c))))<<24L; \
    -			case 3: l1|=((DES_LONG)(*(--(c))))<<16L; \
    -			case 2: l1|=((DES_LONG)(*(--(c))))<< 8L; \
    -			case 1: l1|=((DES_LONG)(*(--(c))));     \
    -				} \
    -			}
    -
    -#define l2c(l,c)	(*((c)++)=(unsigned char)(((l)     )&0xff), \
    -			 *((c)++)=(unsigned char)(((l)>> 8L)&0xff), \
    -			 *((c)++)=(unsigned char)(((l)>>16L)&0xff), \
    -			 *((c)++)=(unsigned char)(((l)>>24L)&0xff))
    -
    -/* replacements for htonl and ntohl since I have no idea what to do
    - * when faced with machines with 8 byte longs. */
    -#define HDRSIZE 4
    -
    -#define n2l(c,l)	(l =((DES_LONG)(*((c)++)))<<24L, \
    -			 l|=((DES_LONG)(*((c)++)))<<16L, \
    -			 l|=((DES_LONG)(*((c)++)))<< 8L, \
    -			 l|=((DES_LONG)(*((c)++))))
    -
    -#define l2n(l,c)	(*((c)++)=(unsigned char)(((l)>>24L)&0xff), \
    -			 *((c)++)=(unsigned char)(((l)>>16L)&0xff), \
    -			 *((c)++)=(unsigned char)(((l)>> 8L)&0xff), \
    -			 *((c)++)=(unsigned char)(((l)     )&0xff))
    +# define c2ln(c,l1,l2,n) { \
    +                        c+=n; \
    +                        l1=l2=0; \
    +                        switch (n) { \
    +                        case 8: l2 =((DES_LONG)(*(--(c))))<<24L; \
    +                        case 7: l2|=((DES_LONG)(*(--(c))))<<16L; \
    +                        case 6: l2|=((DES_LONG)(*(--(c))))<< 8L; \
    +                        case 5: l2|=((DES_LONG)(*(--(c))));     \
    +                        case 4: l1 =((DES_LONG)(*(--(c))))<<24L; \
    +                        case 3: l1|=((DES_LONG)(*(--(c))))<<16L; \
    +                        case 2: l1|=((DES_LONG)(*(--(c))))<< 8L; \
    +                        case 1: l1|=((DES_LONG)(*(--(c))));     \
    +                                } \
    +                        }
    +
    +# define l2c(l,c)        (*((c)++)=(unsigned char)(((l)     )&0xff), \
    +                         *((c)++)=(unsigned char)(((l)>> 8L)&0xff), \
    +                         *((c)++)=(unsigned char)(((l)>>16L)&0xff), \
    +                         *((c)++)=(unsigned char)(((l)>>24L)&0xff))
    +
    +/*
    + * replacements for htonl and ntohl since I have no idea what to do when
    + * faced with machines with 8 byte longs.
    + */
    +# define HDRSIZE 4
     
    -/* NOTE - c is not incremented as per l2c */
    -#define l2cn(l1,l2,c,n)	{ \
    -			c+=n; \
    -			switch (n) { \
    -			case 8: *(--(c))=(unsigned char)(((l2)>>24L)&0xff); \
    -			case 7: *(--(c))=(unsigned char)(((l2)>>16L)&0xff); \
    -			case 6: *(--(c))=(unsigned char)(((l2)>> 8L)&0xff); \
    -			case 5: *(--(c))=(unsigned char)(((l2)     )&0xff); \
    -			case 4: *(--(c))=(unsigned char)(((l1)>>24L)&0xff); \
    -			case 3: *(--(c))=(unsigned char)(((l1)>>16L)&0xff); \
    -			case 2: *(--(c))=(unsigned char)(((l1)>> 8L)&0xff); \
    -			case 1: *(--(c))=(unsigned char)(((l1)     )&0xff); \
    -				} \
    -			}
    -
    -#if (defined(OPENSSL_SYS_WIN32) && defined(_MSC_VER)) || defined(__ICC)
    -#define	ROTATE(a,n)	(_lrotr(a,n))
    -#elif defined(__GNUC__) && __GNUC__>=2 && !defined(__STRICT_ANSI__) && !defined(OPENSSL_NO_ASM) && !defined(OPENSSL_NO_INLINE_ASM) && !defined(PEDANTIC)
    -# if defined(__i386) || defined(__i386__) || defined(__x86_64) || defined(__x86_64__)
    -#  define ROTATE(a,n)	({ register unsigned int ret;	\
    -				asm ("rorl %1,%0"	\
    -					: "=r"(ret)	\
    -					: "I"(n),"0"(a)	\
    -					: "cc");	\
    -			   ret;				\
    -			})
    -# endif
    -#endif
    -#ifndef ROTATE
    -#define	ROTATE(a,n)	(((a)>>(n))+((a)<<(32-(n))))
    -#endif
    +# define n2l(c,l)        (l =((DES_LONG)(*((c)++)))<<24L, \
    +                         l|=((DES_LONG)(*((c)++)))<<16L, \
    +                         l|=((DES_LONG)(*((c)++)))<< 8L, \
    +                         l|=((DES_LONG)(*((c)++))))
     
    -/* Don't worry about the LOAD_DATA() stuff, that is used by
    - * fcrypt() to add it's little bit to the front */
    +# define l2n(l,c)        (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \
    +                         *((c)++)=(unsigned char)(((l)>>16L)&0xff), \
    +                         *((c)++)=(unsigned char)(((l)>> 8L)&0xff), \
    +                         *((c)++)=(unsigned char)(((l)     )&0xff))
     
    -#ifdef DES_FCRYPT
    +/* NOTE - c is not incremented as per l2c */
    +# define l2cn(l1,l2,c,n) { \
    +                        c+=n; \
    +                        switch (n) { \
    +                        case 8: *(--(c))=(unsigned char)(((l2)>>24L)&0xff); \
    +                        case 7: *(--(c))=(unsigned char)(((l2)>>16L)&0xff); \
    +                        case 6: *(--(c))=(unsigned char)(((l2)>> 8L)&0xff); \
    +                        case 5: *(--(c))=(unsigned char)(((l2)     )&0xff); \
    +                        case 4: *(--(c))=(unsigned char)(((l1)>>24L)&0xff); \
    +                        case 3: *(--(c))=(unsigned char)(((l1)>>16L)&0xff); \
    +                        case 2: *(--(c))=(unsigned char)(((l1)>> 8L)&0xff); \
    +                        case 1: *(--(c))=(unsigned char)(((l1)     )&0xff); \
    +                                } \
    +                        }
    +
    +# if (defined(OPENSSL_SYS_WIN32) && defined(_MSC_VER))
    +#  define ROTATE(a,n)     (_lrotr(a,n))
    +# elif defined(__ICC)
    +#  define ROTATE(a,n)     (_rotr(a,n))
    +# elif defined(__GNUC__) && __GNUC__>=2 && !defined(__STRICT_ANSI__) && !defined(OPENSSL_NO_ASM) && !defined(OPENSSL_NO_INLINE_ASM) && !defined(PEDANTIC)
    +#  if defined(__i386) || defined(__i386__) || defined(__x86_64) || defined(__x86_64__)
    +#   define ROTATE(a,n)   ({ register unsigned int ret;   \
    +                                asm ("rorl %1,%0"       \
    +                                        : "=r"(ret)     \
    +                                        : "I"(n),"0"(a) \
    +                                        : "cc");        \
    +                           ret;                         \
    +                        })
    +#  endif
    +# endif
    +# ifndef ROTATE
    +#  define ROTATE(a,n)     (((a)>>(n))+((a)<<(32-(n))))
    +# endif
     
    -#define LOAD_DATA_tmp(R,S,u,t,E0,E1) \
    -	{ DES_LONG tmp; LOAD_DATA(R,S,u,t,E0,E1,tmp); }
    +/*
    + * Don't worry about the LOAD_DATA() stuff, that is used by fcrypt() to add
    + * it's little bit to the front
    + */
     
    -#define LOAD_DATA(R,S,u,t,E0,E1,tmp) \
    -	t=R^(R>>16L); \
    -	u=t&E0; t&=E1; \
    -	tmp=(u<<16); u^=R^s[S  ]; u^=tmp; \
    -	tmp=(t<<16); t^=R^s[S+1]; t^=tmp
    -#else
    -#define LOAD_DATA_tmp(a,b,c,d,e,f) LOAD_DATA(a,b,c,d,e,f,g)
    -#define LOAD_DATA(R,S,u,t,E0,E1,tmp) \
    -	u=R^s[S  ]; \
    -	t=R^s[S+1]
    -#endif
    +# ifdef DES_FCRYPT
    +
    +#  define LOAD_DATA_tmp(R,S,u,t,E0,E1) \
    +        { DES_LONG tmp; LOAD_DATA(R,S,u,t,E0,E1,tmp); }
    +
    +#  define LOAD_DATA(R,S,u,t,E0,E1,tmp) \
    +        t=R^(R>>16L); \
    +        u=t&E0; t&=E1; \
    +        tmp=(u<<16); u^=R^s[S  ]; u^=tmp; \
    +        tmp=(t<<16); t^=R^s[S+1]; t^=tmp
    +# else
    +#  define LOAD_DATA_tmp(a,b,c,d,e,f) LOAD_DATA(a,b,c,d,e,f,g)
    +#  define LOAD_DATA(R,S,u,t,E0,E1,tmp) \
    +        u=R^s[S  ]; \
    +        t=R^s[S+1]
    +# endif
     
    -/* The changes to this macro may help or hinder, depending on the
    - * compiler and the architecture.  gcc2 always seems to do well :-).
    - * Inspired by Dana How 
    - * DO NOT use the alternative version on machines with 8 byte longs.
    - * It does not seem to work on the Alpha, even when DES_LONG is 4
    - * bytes, probably an issue of accessing non-word aligned objects :-( */
    -#ifdef DES_PTR
    -
    -/* It recently occurred to me that 0^0^0^0^0^0^0 == 0, so there
    - * is no reason to not xor all the sub items together.  This potentially
    - * saves a register since things can be xored directly into L */
    -
    -#if defined(DES_RISC1) || defined(DES_RISC2)
    -#ifdef DES_RISC1
    -#define D_ENCRYPT(LL,R,S) { \
    -	unsigned int u1,u2,u3; \
    -	LOAD_DATA(R,S,u,t,E0,E1,u1); \
    -	u2=(int)u>>8L; \
    -	u1=(int)u&0xfc; \
    -	u2&=0xfc; \
    -	t=ROTATE(t,4); \
    -	u>>=16L; \
    -	LL^= *(const DES_LONG *)(des_SP      +u1); \
    -	LL^= *(const DES_LONG *)(des_SP+0x200+u2); \
    -	u3=(int)(u>>8L); \
    -	u1=(int)u&0xfc; \
    -	u3&=0xfc; \
    -	LL^= *(const DES_LONG *)(des_SP+0x400+u1); \
    -	LL^= *(const DES_LONG *)(des_SP+0x600+u3); \
    -	u2=(int)t>>8L; \
    -	u1=(int)t&0xfc; \
    -	u2&=0xfc; \
    -	t>>=16L; \
    -	LL^= *(const DES_LONG *)(des_SP+0x100+u1); \
    -	LL^= *(const DES_LONG *)(des_SP+0x300+u2); \
    -	u3=(int)t>>8L; \
    -	u1=(int)t&0xfc; \
    -	u3&=0xfc; \
    -	LL^= *(const DES_LONG *)(des_SP+0x500+u1); \
    -	LL^= *(const DES_LONG *)(des_SP+0x700+u3); }
    -#endif
    -#ifdef DES_RISC2
    -#define D_ENCRYPT(LL,R,S) { \
    -	unsigned int u1,u2,s1,s2; \
    -	LOAD_DATA(R,S,u,t,E0,E1,u1); \
    -	u2=(int)u>>8L; \
    -	u1=(int)u&0xfc; \
    -	u2&=0xfc; \
    -	t=ROTATE(t,4); \
    -	LL^= *(const DES_LONG *)(des_SP      +u1); \
    -	LL^= *(const DES_LONG *)(des_SP+0x200+u2); \
    -	s1=(int)(u>>16L); \
    -	s2=(int)(u>>24L); \
    -	s1&=0xfc; \
    -	s2&=0xfc; \
    -	LL^= *(const DES_LONG *)(des_SP+0x400+s1); \
    -	LL^= *(const DES_LONG *)(des_SP+0x600+s2); \
    -	u2=(int)t>>8L; \
    -	u1=(int)t&0xfc; \
    -	u2&=0xfc; \
    -	LL^= *(const DES_LONG *)(des_SP+0x100+u1); \
    -	LL^= *(const DES_LONG *)(des_SP+0x300+u2); \
    -	s1=(int)(t>>16L); \
    -	s2=(int)(t>>24L); \
    -	s1&=0xfc; \
    -	s2&=0xfc; \
    -	LL^= *(const DES_LONG *)(des_SP+0x500+s1); \
    -	LL^= *(const DES_LONG *)(des_SP+0x700+s2); }
    -#endif
    -#else
    -#define D_ENCRYPT(LL,R,S) { \
    -	LOAD_DATA_tmp(R,S,u,t,E0,E1); \
    -	t=ROTATE(t,4); \
    -	LL^= \
    -	*(const DES_LONG *)(des_SP      +((u     )&0xfc))^ \
    -	*(const DES_LONG *)(des_SP+0x200+((u>> 8L)&0xfc))^ \
    -	*(const DES_LONG *)(des_SP+0x400+((u>>16L)&0xfc))^ \
    -	*(const DES_LONG *)(des_SP+0x600+((u>>24L)&0xfc))^ \
    -	*(const DES_LONG *)(des_SP+0x100+((t     )&0xfc))^ \
    -	*(const DES_LONG *)(des_SP+0x300+((t>> 8L)&0xfc))^ \
    -	*(const DES_LONG *)(des_SP+0x500+((t>>16L)&0xfc))^ \
    -	*(const DES_LONG *)(des_SP+0x700+((t>>24L)&0xfc)); }
    -#endif
    +/*
    + * The changes to this macro may help or hinder, depending on the compiler
    + * and the architecture.  gcc2 always seems to do well :-). Inspired by Dana
    + * How  DO NOT use the alternative version on machines
    + * with 8 byte longs. It does not seem to work on the Alpha, even when
    + * DES_LONG is 4 bytes, probably an issue of accessing non-word aligned
    + * objects :-(
    + */
    +# ifdef DES_PTR
     
    -#else /* original version */
    -
    -#if defined(DES_RISC1) || defined(DES_RISC2)
    -#ifdef DES_RISC1
    -#define D_ENCRYPT(LL,R,S) {\
    -	unsigned int u1,u2,u3; \
    -	LOAD_DATA(R,S,u,t,E0,E1,u1); \
    -	u>>=2L; \
    -	t=ROTATE(t,6); \
    -	u2=(int)u>>8L; \
    -	u1=(int)u&0x3f; \
    -	u2&=0x3f; \
    -	u>>=16L; \
    -	LL^=DES_SPtrans[0][u1]; \
    -	LL^=DES_SPtrans[2][u2]; \
    -	u3=(int)u>>8L; \
    -	u1=(int)u&0x3f; \
    -	u3&=0x3f; \
    -	LL^=DES_SPtrans[4][u1]; \
    -	LL^=DES_SPtrans[6][u3]; \
    -	u2=(int)t>>8L; \
    -	u1=(int)t&0x3f; \
    -	u2&=0x3f; \
    -	t>>=16L; \
    -	LL^=DES_SPtrans[1][u1]; \
    -	LL^=DES_SPtrans[3][u2]; \
    -	u3=(int)t>>8L; \
    -	u1=(int)t&0x3f; \
    -	u3&=0x3f; \
    -	LL^=DES_SPtrans[5][u1]; \
    -	LL^=DES_SPtrans[7][u3]; }
    -#endif
    -#ifdef DES_RISC2
    -#define D_ENCRYPT(LL,R,S) {\
    -	unsigned int u1,u2,s1,s2; \
    -	LOAD_DATA(R,S,u,t,E0,E1,u1); \
    -	u>>=2L; \
    -	t=ROTATE(t,6); \
    -	u2=(int)u>>8L; \
    -	u1=(int)u&0x3f; \
    -	u2&=0x3f; \
    -	LL^=DES_SPtrans[0][u1]; \
    -	LL^=DES_SPtrans[2][u2]; \
    -	s1=(int)u>>16L; \
    -	s2=(int)u>>24L; \
    -	s1&=0x3f; \
    -	s2&=0x3f; \
    -	LL^=DES_SPtrans[4][s1]; \
    -	LL^=DES_SPtrans[6][s2]; \
    -	u2=(int)t>>8L; \
    -	u1=(int)t&0x3f; \
    -	u2&=0x3f; \
    -	LL^=DES_SPtrans[1][u1]; \
    -	LL^=DES_SPtrans[3][u2]; \
    -	s1=(int)t>>16; \
    -	s2=(int)t>>24L; \
    -	s1&=0x3f; \
    -	s2&=0x3f; \
    -	LL^=DES_SPtrans[5][s1]; \
    -	LL^=DES_SPtrans[7][s2]; }
    -#endif
    +/*
    + * It recently occurred to me that 0^0^0^0^0^0^0 == 0, so there is no reason
    + * to not xor all the sub items together.  This potentially saves a register
    + * since things can be xored directly into L
    + */
     
    -#else
    -
    -#define D_ENCRYPT(LL,R,S) {\
    -	LOAD_DATA_tmp(R,S,u,t,E0,E1); \
    -	t=ROTATE(t,4); \
    -	LL^=\
    -		DES_SPtrans[0][(u>> 2L)&0x3f]^ \
    -		DES_SPtrans[2][(u>>10L)&0x3f]^ \
    -		DES_SPtrans[4][(u>>18L)&0x3f]^ \
    -		DES_SPtrans[6][(u>>26L)&0x3f]^ \
    -		DES_SPtrans[1][(t>> 2L)&0x3f]^ \
    -		DES_SPtrans[3][(t>>10L)&0x3f]^ \
    -		DES_SPtrans[5][(t>>18L)&0x3f]^ \
    -		DES_SPtrans[7][(t>>26L)&0x3f]; }
    -#endif
    -#endif
    +#  if defined(DES_RISC1) || defined(DES_RISC2)
    +#   ifdef DES_RISC1
    +#    define D_ENCRYPT(LL,R,S) { \
    +        unsigned int u1,u2,u3; \
    +        LOAD_DATA(R,S,u,t,E0,E1,u1); \
    +        u2=(int)u>>8L; \
    +        u1=(int)u&0xfc; \
    +        u2&=0xfc; \
    +        t=ROTATE(t,4); \
    +        u>>=16L; \
    +        LL^= *(const DES_LONG *)(des_SP      +u1); \
    +        LL^= *(const DES_LONG *)(des_SP+0x200+u2); \
    +        u3=(int)(u>>8L); \
    +        u1=(int)u&0xfc; \
    +        u3&=0xfc; \
    +        LL^= *(const DES_LONG *)(des_SP+0x400+u1); \
    +        LL^= *(const DES_LONG *)(des_SP+0x600+u3); \
    +        u2=(int)t>>8L; \
    +        u1=(int)t&0xfc; \
    +        u2&=0xfc; \
    +        t>>=16L; \
    +        LL^= *(const DES_LONG *)(des_SP+0x100+u1); \
    +        LL^= *(const DES_LONG *)(des_SP+0x300+u2); \
    +        u3=(int)t>>8L; \
    +        u1=(int)t&0xfc; \
    +        u3&=0xfc; \
    +        LL^= *(const DES_LONG *)(des_SP+0x500+u1); \
    +        LL^= *(const DES_LONG *)(des_SP+0x700+u3); }
    +#   endif
    +#   ifdef DES_RISC2
    +#    define D_ENCRYPT(LL,R,S) { \
    +        unsigned int u1,u2,s1,s2; \
    +        LOAD_DATA(R,S,u,t,E0,E1,u1); \
    +        u2=(int)u>>8L; \
    +        u1=(int)u&0xfc; \
    +        u2&=0xfc; \
    +        t=ROTATE(t,4); \
    +        LL^= *(const DES_LONG *)(des_SP      +u1); \
    +        LL^= *(const DES_LONG *)(des_SP+0x200+u2); \
    +        s1=(int)(u>>16L); \
    +        s2=(int)(u>>24L); \
    +        s1&=0xfc; \
    +        s2&=0xfc; \
    +        LL^= *(const DES_LONG *)(des_SP+0x400+s1); \
    +        LL^= *(const DES_LONG *)(des_SP+0x600+s2); \
    +        u2=(int)t>>8L; \
    +        u1=(int)t&0xfc; \
    +        u2&=0xfc; \
    +        LL^= *(const DES_LONG *)(des_SP+0x100+u1); \
    +        LL^= *(const DES_LONG *)(des_SP+0x300+u2); \
    +        s1=(int)(t>>16L); \
    +        s2=(int)(t>>24L); \
    +        s1&=0xfc; \
    +        s2&=0xfc; \
    +        LL^= *(const DES_LONG *)(des_SP+0x500+s1); \
    +        LL^= *(const DES_LONG *)(des_SP+0x700+s2); }
    +#   endif
    +#  else
    +#   define D_ENCRYPT(LL,R,S) { \
    +        LOAD_DATA_tmp(R,S,u,t,E0,E1); \
    +        t=ROTATE(t,4); \
    +        LL^= \
    +        *(const DES_LONG *)(des_SP      +((u     )&0xfc))^ \
    +        *(const DES_LONG *)(des_SP+0x200+((u>> 8L)&0xfc))^ \
    +        *(const DES_LONG *)(des_SP+0x400+((u>>16L)&0xfc))^ \
    +        *(const DES_LONG *)(des_SP+0x600+((u>>24L)&0xfc))^ \
    +        *(const DES_LONG *)(des_SP+0x100+((t     )&0xfc))^ \
    +        *(const DES_LONG *)(des_SP+0x300+((t>> 8L)&0xfc))^ \
    +        *(const DES_LONG *)(des_SP+0x500+((t>>16L)&0xfc))^ \
    +        *(const DES_LONG *)(des_SP+0x700+((t>>24L)&0xfc)); }
    +#  endif
    +
    +# else                          /* original version */
    +
    +#  if defined(DES_RISC1) || defined(DES_RISC2)
    +#   ifdef DES_RISC1
    +#    define D_ENCRYPT(LL,R,S) {\
    +        unsigned int u1,u2,u3; \
    +        LOAD_DATA(R,S,u,t,E0,E1,u1); \
    +        u>>=2L; \
    +        t=ROTATE(t,6); \
    +        u2=(int)u>>8L; \
    +        u1=(int)u&0x3f; \
    +        u2&=0x3f; \
    +        u>>=16L; \
    +        LL^=DES_SPtrans[0][u1]; \
    +        LL^=DES_SPtrans[2][u2]; \
    +        u3=(int)u>>8L; \
    +        u1=(int)u&0x3f; \
    +        u3&=0x3f; \
    +        LL^=DES_SPtrans[4][u1]; \
    +        LL^=DES_SPtrans[6][u3]; \
    +        u2=(int)t>>8L; \
    +        u1=(int)t&0x3f; \
    +        u2&=0x3f; \
    +        t>>=16L; \
    +        LL^=DES_SPtrans[1][u1]; \
    +        LL^=DES_SPtrans[3][u2]; \
    +        u3=(int)t>>8L; \
    +        u1=(int)t&0x3f; \
    +        u3&=0x3f; \
    +        LL^=DES_SPtrans[5][u1]; \
    +        LL^=DES_SPtrans[7][u3]; }
    +#   endif
    +#   ifdef DES_RISC2
    +#    define D_ENCRYPT(LL,R,S) {\
    +        unsigned int u1,u2,s1,s2; \
    +        LOAD_DATA(R,S,u,t,E0,E1,u1); \
    +        u>>=2L; \
    +        t=ROTATE(t,6); \
    +        u2=(int)u>>8L; \
    +        u1=(int)u&0x3f; \
    +        u2&=0x3f; \
    +        LL^=DES_SPtrans[0][u1]; \
    +        LL^=DES_SPtrans[2][u2]; \
    +        s1=(int)u>>16L; \
    +        s2=(int)u>>24L; \
    +        s1&=0x3f; \
    +        s2&=0x3f; \
    +        LL^=DES_SPtrans[4][s1]; \
    +        LL^=DES_SPtrans[6][s2]; \
    +        u2=(int)t>>8L; \
    +        u1=(int)t&0x3f; \
    +        u2&=0x3f; \
    +        LL^=DES_SPtrans[1][u1]; \
    +        LL^=DES_SPtrans[3][u2]; \
    +        s1=(int)t>>16; \
    +        s2=(int)t>>24L; \
    +        s1&=0x3f; \
    +        s2&=0x3f; \
    +        LL^=DES_SPtrans[5][s1]; \
    +        LL^=DES_SPtrans[7][s2]; }
    +#   endif
    +
    +#  else
    +
    +#   define D_ENCRYPT(LL,R,S) {\
    +        LOAD_DATA_tmp(R,S,u,t,E0,E1); \
    +        t=ROTATE(t,4); \
    +        LL^=\
    +                DES_SPtrans[0][(u>> 2L)&0x3f]^ \
    +                DES_SPtrans[2][(u>>10L)&0x3f]^ \
    +                DES_SPtrans[4][(u>>18L)&0x3f]^ \
    +                DES_SPtrans[6][(u>>26L)&0x3f]^ \
    +                DES_SPtrans[1][(t>> 2L)&0x3f]^ \
    +                DES_SPtrans[3][(t>>10L)&0x3f]^ \
    +                DES_SPtrans[5][(t>>18L)&0x3f]^ \
    +                DES_SPtrans[7][(t>>26L)&0x3f]; }
    +#  endif
    +# endif
     
    -	/* IP and FP
    -	 * The problem is more of a geometric problem that random bit fiddling.
    -	 0  1  2  3  4  5  6  7      62 54 46 38 30 22 14  6
    -	 8  9 10 11 12 13 14 15      60 52 44 36 28 20 12  4
    -	16 17 18 19 20 21 22 23      58 50 42 34 26 18 10  2
    -	24 25 26 27 28 29 30 31  to  56 48 40 32 24 16  8  0
    -
    -	32 33 34 35 36 37 38 39      63 55 47 39 31 23 15  7
    -	40 41 42 43 44 45 46 47      61 53 45 37 29 21 13  5
    -	48 49 50 51 52 53 54 55      59 51 43 35 27 19 11  3
    -	56 57 58 59 60 61 62 63      57 49 41 33 25 17  9  1
    -
    -	The output has been subject to swaps of the form
    -	0 1 -> 3 1 but the odd and even bits have been put into
    -	2 3    2 0
    -	different words.  The main trick is to remember that
    -	t=((l>>size)^r)&(mask);
    -	r^=t;
    -	l^=(t<>(n))^(b))&(m)),\
    -	(b)^=(t),\
    -	(a)^=((t)<<(n)))
    -
    -#define IP(l,r) \
    -	{ \
    -	register DES_LONG tt; \
    -	PERM_OP(r,l,tt, 4,0x0f0f0f0fL); \
    -	PERM_OP(l,r,tt,16,0x0000ffffL); \
    -	PERM_OP(r,l,tt, 2,0x33333333L); \
    -	PERM_OP(l,r,tt, 8,0x00ff00ffL); \
    -	PERM_OP(r,l,tt, 1,0x55555555L); \
    -	}
    -
    -#define FP(l,r) \
    -	{ \
    -	register DES_LONG tt; \
    -	PERM_OP(l,r,tt, 1,0x55555555L); \
    -	PERM_OP(r,l,tt, 8,0x00ff00ffL); \
    -	PERM_OP(l,r,tt, 2,0x33333333L); \
    -	PERM_OP(r,l,tt,16,0x0000ffffL); \
    -	PERM_OP(l,r,tt, 4,0x0f0f0f0fL); \
    -	}
    +        /*-
    +         * IP and FP
    +         * The problem is more of a geometric problem that random bit fiddling.
    +         0  1  2  3  4  5  6  7      62 54 46 38 30 22 14  6
    +         8  9 10 11 12 13 14 15      60 52 44 36 28 20 12  4
    +        16 17 18 19 20 21 22 23      58 50 42 34 26 18 10  2
    +        24 25 26 27 28 29 30 31  to  56 48 40 32 24 16  8  0
    +
    +        32 33 34 35 36 37 38 39      63 55 47 39 31 23 15  7
    +        40 41 42 43 44 45 46 47      61 53 45 37 29 21 13  5
    +        48 49 50 51 52 53 54 55      59 51 43 35 27 19 11  3
    +        56 57 58 59 60 61 62 63      57 49 41 33 25 17  9  1
    +
    +        The output has been subject to swaps of the form
    +        0 1 -> 3 1 but the odd and even bits have been put into
    +        2 3    2 0
    +        different words.  The main trick is to remember that
    +        t=((l>>size)^r)&(mask);
    +        r^=t;
    +        l^=(t<>(n))^(b))&(m)),\
    +        (b)^=(t),\
    +        (a)^=((t)<<(n)))
    +
    +# define IP(l,r) \
    +        { \
    +        register DES_LONG tt; \
    +        PERM_OP(r,l,tt, 4,0x0f0f0f0fL); \
    +        PERM_OP(l,r,tt,16,0x0000ffffL); \
    +        PERM_OP(r,l,tt, 2,0x33333333L); \
    +        PERM_OP(l,r,tt, 8,0x00ff00ffL); \
    +        PERM_OP(r,l,tt, 1,0x55555555L); \
    +        }
    +
    +# define FP(l,r) \
    +        { \
    +        register DES_LONG tt; \
    +        PERM_OP(l,r,tt, 1,0x55555555L); \
    +        PERM_OP(r,l,tt, 8,0x00ff00ffL); \
    +        PERM_OP(l,r,tt, 2,0x33333333L); \
    +        PERM_OP(r,l,tt,16,0x0000ffffL); \
    +        PERM_OP(l,r,tt, 4,0x0f0f0f0fL); \
    +        }
     
     extern const DES_LONG DES_SPtrans[8][64];
     
    -void fcrypt_body(DES_LONG *out,DES_key_schedule *ks,
    -		 DES_LONG Eswap0, DES_LONG Eswap1);
    +void fcrypt_body(DES_LONG *out, DES_key_schedule *ks,
    +                 DES_LONG Eswap0, DES_LONG Eswap1);
     
    -#ifdef OPENSSL_SMALL_FOOTPRINT
    -#undef DES_UNROLL
    -#endif
    +# ifdef OPENSSL_SMALL_FOOTPRINT
    +#  undef DES_UNROLL
    +# endif
     #endif
    diff --git a/openssl/crypto/des/des_old.c b/openssl/crypto/des/des_old.c
    index 7c33ed7a9..54b0968e6 100644
    --- a/openssl/crypto/des/des_old.c
    +++ b/openssl/crypto/des/des_old.c
    @@ -1,6 +1,7 @@
     /* crypto/des/des_old.c -*- mode:C; c-file-style: "eay" -*- */
     
    -/* WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
    +/*-
    + * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
      *
      * The function names in here are deprecated and are only present to
      * provide an interface compatible with libdes.  OpenSSL now provides
    @@ -15,8 +16,9 @@
      * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
      */
     
    -/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
    - * project 2001.
    +/*
    + * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
    + * 2001.
      */
     /* ====================================================================
      * Copyright (c) 1998-2001 The OpenSSL Project.  All rights reserved.
    @@ -26,7 +28,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -77,197 +79,267 @@
     #include 
     
     const char *_ossl_old_des_options(void)
    -	{
    -	return DES_options();
    -	}
    -void _ossl_old_des_ecb3_encrypt(_ossl_old_des_cblock *input,_ossl_old_des_cblock *output,
    -	des_key_schedule ks1,des_key_schedule ks2,
    -	des_key_schedule ks3, int enc)
    -	{
    -	DES_ecb3_encrypt((const_DES_cblock *)input, output,
    -		(DES_key_schedule *)ks1, (DES_key_schedule *)ks2,
    -		(DES_key_schedule *)ks3, enc);
    -	}
    -DES_LONG _ossl_old_des_cbc_cksum(_ossl_old_des_cblock *input,_ossl_old_des_cblock *output,
    -	long length,des_key_schedule schedule,_ossl_old_des_cblock *ivec)
    -	{
    -	return DES_cbc_cksum((unsigned char *)input, output, length,
    -		(DES_key_schedule *)schedule, ivec);
    -	}
    -void _ossl_old_des_cbc_encrypt(_ossl_old_des_cblock *input,_ossl_old_des_cblock *output,long length,
    -	des_key_schedule schedule,_ossl_old_des_cblock *ivec,int enc)
    -	{
    -	DES_cbc_encrypt((unsigned char *)input, (unsigned char *)output,
    -		length, (DES_key_schedule *)schedule, ivec, enc);
    -	}
    -void _ossl_old_des_ncbc_encrypt(_ossl_old_des_cblock *input,_ossl_old_des_cblock *output,long length,
    -	des_key_schedule schedule,_ossl_old_des_cblock *ivec,int enc)
    -	{
    -	DES_ncbc_encrypt((unsigned char *)input, (unsigned char *)output,
    -		length, (DES_key_schedule *)schedule, ivec, enc);
    -	}
    -void _ossl_old_des_xcbc_encrypt(_ossl_old_des_cblock *input,_ossl_old_des_cblock *output,long length,
    -	des_key_schedule schedule,_ossl_old_des_cblock *ivec,
    -	_ossl_old_des_cblock *inw,_ossl_old_des_cblock *outw,int enc)
    -	{
    -	DES_xcbc_encrypt((unsigned char *)input, (unsigned char *)output,
    -		length, (DES_key_schedule *)schedule, ivec, inw, outw, enc);
    -	}
    -void _ossl_old_des_cfb_encrypt(unsigned char *in,unsigned char *out,int numbits,
    -	long length,des_key_schedule schedule,_ossl_old_des_cblock *ivec,int enc)
    -	{
    -	DES_cfb_encrypt(in, out, numbits, length,
    -		(DES_key_schedule *)schedule, ivec, enc);
    -	}
    -void _ossl_old_des_ecb_encrypt(_ossl_old_des_cblock *input,_ossl_old_des_cblock *output,
    -	des_key_schedule ks,int enc)
    -	{
    -	DES_ecb_encrypt(input, output, (DES_key_schedule *)ks, enc);
    -	}
    -void _ossl_old_des_encrypt(DES_LONG *data,des_key_schedule ks, int enc)
    -	{
    -	DES_encrypt1(data, (DES_key_schedule *)ks, enc);
    -	}
    -void _ossl_old_des_encrypt2(DES_LONG *data,des_key_schedule ks, int enc)
    -	{
    -	DES_encrypt2(data, (DES_key_schedule *)ks, enc);
    -	}
    +{
    +    return DES_options();
    +}
    +
    +void _ossl_old_des_ecb3_encrypt(_ossl_old_des_cblock *input,
    +                                _ossl_old_des_cblock *output,
    +                                des_key_schedule ks1, des_key_schedule ks2,
    +                                des_key_schedule ks3, int enc)
    +{
    +    DES_ecb3_encrypt((const_DES_cblock *)input, output,
    +                     (DES_key_schedule *)ks1, (DES_key_schedule *)ks2,
    +                     (DES_key_schedule *)ks3, enc);
    +}
    +
    +DES_LONG _ossl_old_des_cbc_cksum(_ossl_old_des_cblock *input,
    +                                 _ossl_old_des_cblock *output, long length,
    +                                 des_key_schedule schedule,
    +                                 _ossl_old_des_cblock *ivec)
    +{
    +    return DES_cbc_cksum((unsigned char *)input, output, length,
    +                         (DES_key_schedule *)schedule, ivec);
    +}
    +
    +void _ossl_old_des_cbc_encrypt(_ossl_old_des_cblock *input,
    +                               _ossl_old_des_cblock *output, long length,
    +                               des_key_schedule schedule,
    +                               _ossl_old_des_cblock *ivec, int enc)
    +{
    +    DES_cbc_encrypt((unsigned char *)input, (unsigned char *)output,
    +                    length, (DES_key_schedule *)schedule, ivec, enc);
    +}
    +
    +void _ossl_old_des_ncbc_encrypt(_ossl_old_des_cblock *input,
    +                                _ossl_old_des_cblock *output, long length,
    +                                des_key_schedule schedule,
    +                                _ossl_old_des_cblock *ivec, int enc)
    +{
    +    DES_ncbc_encrypt((unsigned char *)input, (unsigned char *)output,
    +                     length, (DES_key_schedule *)schedule, ivec, enc);
    +}
    +
    +void _ossl_old_des_xcbc_encrypt(_ossl_old_des_cblock *input,
    +                                _ossl_old_des_cblock *output, long length,
    +                                des_key_schedule schedule,
    +                                _ossl_old_des_cblock *ivec,
    +                                _ossl_old_des_cblock *inw,
    +                                _ossl_old_des_cblock *outw, int enc)
    +{
    +    DES_xcbc_encrypt((unsigned char *)input, (unsigned char *)output,
    +                     length, (DES_key_schedule *)schedule, ivec, inw, outw,
    +                     enc);
    +}
    +
    +void _ossl_old_des_cfb_encrypt(unsigned char *in, unsigned char *out,
    +                               int numbits, long length,
    +                               des_key_schedule schedule,
    +                               _ossl_old_des_cblock *ivec, int enc)
    +{
    +    DES_cfb_encrypt(in, out, numbits, length,
    +                    (DES_key_schedule *)schedule, ivec, enc);
    +}
    +
    +void _ossl_old_des_ecb_encrypt(_ossl_old_des_cblock *input,
    +                               _ossl_old_des_cblock *output,
    +                               des_key_schedule ks, int enc)
    +{
    +    DES_ecb_encrypt(input, output, (DES_key_schedule *)ks, enc);
    +}
    +
    +void _ossl_old_des_encrypt(DES_LONG *data, des_key_schedule ks, int enc)
    +{
    +    DES_encrypt1(data, (DES_key_schedule *)ks, enc);
    +}
    +
    +void _ossl_old_des_encrypt2(DES_LONG *data, des_key_schedule ks, int enc)
    +{
    +    DES_encrypt2(data, (DES_key_schedule *)ks, enc);
    +}
    +
     void _ossl_old_des_encrypt3(DES_LONG *data, des_key_schedule ks1,
    -	des_key_schedule ks2, des_key_schedule ks3)
    -	{
    -	DES_encrypt3(data, (DES_key_schedule *)ks1, (DES_key_schedule *)ks2,
    -		(DES_key_schedule *)ks3);
    -	}
    +                            des_key_schedule ks2, des_key_schedule ks3)
    +{
    +    DES_encrypt3(data, (DES_key_schedule *)ks1, (DES_key_schedule *)ks2,
    +                 (DES_key_schedule *)ks3);
    +}
    +
     void _ossl_old_des_decrypt3(DES_LONG *data, des_key_schedule ks1,
    -	des_key_schedule ks2, des_key_schedule ks3)
    -	{
    -	DES_decrypt3(data, (DES_key_schedule *)ks1, (DES_key_schedule *)ks2,
    -		(DES_key_schedule *)ks3);
    -	}
    -void _ossl_old_des_ede3_cbc_encrypt(_ossl_old_des_cblock *input, _ossl_old_des_cblock *output, 
    -	long length, des_key_schedule ks1, des_key_schedule ks2, 
    -	des_key_schedule ks3, _ossl_old_des_cblock *ivec, int enc)
    -	{
    -	DES_ede3_cbc_encrypt((unsigned char *)input, (unsigned char *)output,
    -		length, (DES_key_schedule *)ks1, (DES_key_schedule *)ks2,
    -		(DES_key_schedule *)ks3, ivec, enc);
    -	}
    +                            des_key_schedule ks2, des_key_schedule ks3)
    +{
    +    DES_decrypt3(data, (DES_key_schedule *)ks1, (DES_key_schedule *)ks2,
    +                 (DES_key_schedule *)ks3);
    +}
    +
    +void _ossl_old_des_ede3_cbc_encrypt(_ossl_old_des_cblock *input,
    +                                    _ossl_old_des_cblock *output, long length,
    +                                    des_key_schedule ks1,
    +                                    des_key_schedule ks2,
    +                                    des_key_schedule ks3,
    +                                    _ossl_old_des_cblock *ivec, int enc)
    +{
    +    DES_ede3_cbc_encrypt((unsigned char *)input, (unsigned char *)output,
    +                         length, (DES_key_schedule *)ks1,
    +                         (DES_key_schedule *)ks2, (DES_key_schedule *)ks3,
    +                         ivec, enc);
    +}
    +
     void _ossl_old_des_ede3_cfb64_encrypt(unsigned char *in, unsigned char *out,
    -	long length, des_key_schedule ks1, des_key_schedule ks2,
    -	des_key_schedule ks3, _ossl_old_des_cblock *ivec, int *num, int enc)
    -	{
    -	DES_ede3_cfb64_encrypt(in, out, length,
    -		(DES_key_schedule *)ks1, (DES_key_schedule *)ks2,
    -		(DES_key_schedule *)ks3, ivec, num, enc);
    -	}
    +                                      long length, des_key_schedule ks1,
    +                                      des_key_schedule ks2,
    +                                      des_key_schedule ks3,
    +                                      _ossl_old_des_cblock *ivec, int *num,
    +                                      int enc)
    +{
    +    DES_ede3_cfb64_encrypt(in, out, length,
    +                           (DES_key_schedule *)ks1, (DES_key_schedule *)ks2,
    +                           (DES_key_schedule *)ks3, ivec, num, enc);
    +}
    +
     void _ossl_old_des_ede3_ofb64_encrypt(unsigned char *in, unsigned char *out,
    -	long length, des_key_schedule ks1, des_key_schedule ks2,
    -	des_key_schedule ks3, _ossl_old_des_cblock *ivec, int *num)
    -	{
    -	DES_ede3_ofb64_encrypt(in, out, length,
    -		(DES_key_schedule *)ks1, (DES_key_schedule *)ks2,
    -		(DES_key_schedule *)ks3, ivec, num);
    -	}
    -
    -#if 0 /* broken code, preserved just in case anyone specifically looks for this */
    -void _ossl_old_des_xwhite_in2out(_ossl_old_des_cblock (*des_key), _ossl_old_des_cblock (*in_white),
    -	_ossl_old_des_cblock (*out_white))
    -	{
    -	DES_xwhite_in2out(des_key, in_white, out_white);
    -	}
    +                                      long length, des_key_schedule ks1,
    +                                      des_key_schedule ks2,
    +                                      des_key_schedule ks3,
    +                                      _ossl_old_des_cblock *ivec, int *num)
    +{
    +    DES_ede3_ofb64_encrypt(in, out, length,
    +                           (DES_key_schedule *)ks1, (DES_key_schedule *)ks2,
    +                           (DES_key_schedule *)ks3, ivec, num);
    +}
    +
    +#if 0                           /* broken code, preserved just in case anyone
    +                                 * specifically looks for this */
    +void _ossl_old_des_xwhite_in2out(_ossl_old_des_cblock (*des_key),
    +                                 _ossl_old_des_cblock (*in_white),
    +                                 _ossl_old_des_cblock (*out_white))
    +{
    +    DES_xwhite_in2out(des_key, in_white, out_white);
    +}
     #endif
     
    -int _ossl_old_des_enc_read(int fd,char *buf,int len,des_key_schedule sched,
    -	_ossl_old_des_cblock *iv)
    -	{
    -	return DES_enc_read(fd, buf, len, (DES_key_schedule *)sched, iv);
    -	}
    -int _ossl_old_des_enc_write(int fd,char *buf,int len,des_key_schedule sched,
    -	_ossl_old_des_cblock *iv)
    -	{
    -	return DES_enc_write(fd, buf, len, (DES_key_schedule *)sched, iv);
    -	}
    -char *_ossl_old_des_fcrypt(const char *buf,const char *salt, char *ret)
    -	{
    -	return DES_fcrypt(buf, salt, ret);
    -	}
    -char *_ossl_old_des_crypt(const char *buf,const char *salt)
    -	{
    -	return DES_crypt(buf, salt);
    -	}
    -char *_ossl_old_crypt(const char *buf,const char *salt)
    -	{
    -	return DES_crypt(buf, salt);
    -	}
    -void _ossl_old_des_ofb_encrypt(unsigned char *in,unsigned char *out,
    -	int numbits,long length,des_key_schedule schedule,_ossl_old_des_cblock *ivec)
    -	{
    -	DES_ofb_encrypt(in, out, numbits, length, (DES_key_schedule *)schedule,
    -		ivec);
    -	}
    -void _ossl_old_des_pcbc_encrypt(_ossl_old_des_cblock *input,_ossl_old_des_cblock *output,long length,
    -	des_key_schedule schedule,_ossl_old_des_cblock *ivec,int enc)
    -	{
    -	DES_pcbc_encrypt((unsigned char *)input, (unsigned char *)output,
    -		length, (DES_key_schedule *)schedule, ivec, enc);
    -	}
    -DES_LONG _ossl_old_des_quad_cksum(_ossl_old_des_cblock *input,_ossl_old_des_cblock *output,
    -	long length,int out_count,_ossl_old_des_cblock *seed)
    -	{
    -	return DES_quad_cksum((unsigned char *)input, output, length,
    -		out_count, seed);
    -	}
    +int _ossl_old_des_enc_read(int fd, char *buf, int len, des_key_schedule sched,
    +                           _ossl_old_des_cblock *iv)
    +{
    +    return DES_enc_read(fd, buf, len, (DES_key_schedule *)sched, iv);
    +}
    +
    +int _ossl_old_des_enc_write(int fd, char *buf, int len,
    +                            des_key_schedule sched, _ossl_old_des_cblock *iv)
    +{
    +    return DES_enc_write(fd, buf, len, (DES_key_schedule *)sched, iv);
    +}
    +
    +char *_ossl_old_des_fcrypt(const char *buf, const char *salt, char *ret)
    +{
    +    return DES_fcrypt(buf, salt, ret);
    +}
    +
    +char *_ossl_old_des_crypt(const char *buf, const char *salt)
    +{
    +    return DES_crypt(buf, salt);
    +}
    +
    +char *_ossl_old_crypt(const char *buf, const char *salt)
    +{
    +    return DES_crypt(buf, salt);
    +}
    +
    +void _ossl_old_des_ofb_encrypt(unsigned char *in, unsigned char *out,
    +                               int numbits, long length,
    +                               des_key_schedule schedule,
    +                               _ossl_old_des_cblock *ivec)
    +{
    +    DES_ofb_encrypt(in, out, numbits, length, (DES_key_schedule *)schedule,
    +                    ivec);
    +}
    +
    +void _ossl_old_des_pcbc_encrypt(_ossl_old_des_cblock *input,
    +                                _ossl_old_des_cblock *output, long length,
    +                                des_key_schedule schedule,
    +                                _ossl_old_des_cblock *ivec, int enc)
    +{
    +    DES_pcbc_encrypt((unsigned char *)input, (unsigned char *)output,
    +                     length, (DES_key_schedule *)schedule, ivec, enc);
    +}
    +
    +DES_LONG _ossl_old_des_quad_cksum(_ossl_old_des_cblock *input,
    +                                  _ossl_old_des_cblock *output, long length,
    +                                  int out_count, _ossl_old_des_cblock *seed)
    +{
    +    return DES_quad_cksum((unsigned char *)input, output, length,
    +                          out_count, seed);
    +}
    +
     void _ossl_old_des_random_seed(_ossl_old_des_cblock key)
    -	{
    -	RAND_seed(key, sizeof(_ossl_old_des_cblock));
    -	}
    +{
    +    RAND_seed(key, sizeof(_ossl_old_des_cblock));
    +}
    +
     void _ossl_old_des_random_key(_ossl_old_des_cblock ret)
    -	{
    -	DES_random_key((DES_cblock *)ret);
    -	}
    +{
    +    DES_random_key((DES_cblock *)ret);
    +}
    +
     int _ossl_old_des_read_password(_ossl_old_des_cblock *key, const char *prompt,
    -				int verify)
    -	{
    -	return DES_read_password(key, prompt, verify);
    -	}
    -int _ossl_old_des_read_2passwords(_ossl_old_des_cblock *key1, _ossl_old_des_cblock *key2,
    -	const char *prompt, int verify)
    -	{
    -	return DES_read_2passwords(key1, key2, prompt, verify);
    -	}
    +                                int verify)
    +{
    +    return DES_read_password(key, prompt, verify);
    +}
    +
    +int _ossl_old_des_read_2passwords(_ossl_old_des_cblock *key1,
    +                                  _ossl_old_des_cblock *key2,
    +                                  const char *prompt, int verify)
    +{
    +    return DES_read_2passwords(key1, key2, prompt, verify);
    +}
    +
     void _ossl_old_des_set_odd_parity(_ossl_old_des_cblock *key)
    -	{
    -	DES_set_odd_parity(key);
    -	}
    +{
    +    DES_set_odd_parity(key);
    +}
    +
     int _ossl_old_des_is_weak_key(_ossl_old_des_cblock *key)
    -	{
    -	return DES_is_weak_key(key);
    -	}
    -int _ossl_old_des_set_key(_ossl_old_des_cblock *key,des_key_schedule schedule)
    -	{
    -	return DES_set_key(key, (DES_key_schedule *)schedule);
    -	}
    -int _ossl_old_des_key_sched(_ossl_old_des_cblock *key,des_key_schedule schedule)
    -	{
    -	return DES_key_sched(key, (DES_key_schedule *)schedule);
    -	}
    -void _ossl_old_des_string_to_key(char *str,_ossl_old_des_cblock *key)
    -	{
    -	DES_string_to_key(str, key);
    -	}
    -void _ossl_old_des_string_to_2keys(char *str,_ossl_old_des_cblock *key1,_ossl_old_des_cblock *key2)
    -	{
    -	DES_string_to_2keys(str, key1, key2);
    -	}
    -void _ossl_old_des_cfb64_encrypt(unsigned char *in, unsigned char *out, long length,
    -	des_key_schedule schedule, _ossl_old_des_cblock *ivec, int *num, int enc)
    -	{
    -	DES_cfb64_encrypt(in, out, length, (DES_key_schedule *)schedule,
    -		ivec, num, enc);
    -	}
    -void _ossl_old_des_ofb64_encrypt(unsigned char *in, unsigned char *out, long length,
    -	des_key_schedule schedule, _ossl_old_des_cblock *ivec, int *num)
    -	{
    -	DES_ofb64_encrypt(in, out, length, (DES_key_schedule *)schedule,
    -		ivec, num);
    -	}
    +{
    +    return DES_is_weak_key(key);
    +}
    +
    +int _ossl_old_des_set_key(_ossl_old_des_cblock *key,
    +                          des_key_schedule schedule)
    +{
    +    return DES_set_key(key, (DES_key_schedule *)schedule);
    +}
    +
    +int _ossl_old_des_key_sched(_ossl_old_des_cblock *key,
    +                            des_key_schedule schedule)
    +{
    +    return DES_key_sched(key, (DES_key_schedule *)schedule);
    +}
    +
    +void _ossl_old_des_string_to_key(char *str, _ossl_old_des_cblock *key)
    +{
    +    DES_string_to_key(str, key);
    +}
    +
    +void _ossl_old_des_string_to_2keys(char *str, _ossl_old_des_cblock *key1,
    +                                   _ossl_old_des_cblock *key2)
    +{
    +    DES_string_to_2keys(str, key1, key2);
    +}
    +
    +void _ossl_old_des_cfb64_encrypt(unsigned char *in, unsigned char *out,
    +                                 long length, des_key_schedule schedule,
    +                                 _ossl_old_des_cblock *ivec, int *num,
    +                                 int enc)
    +{
    +    DES_cfb64_encrypt(in, out, length, (DES_key_schedule *)schedule,
    +                      ivec, num, enc);
    +}
    +
    +void _ossl_old_des_ofb64_encrypt(unsigned char *in, unsigned char *out,
    +                                 long length, des_key_schedule schedule,
    +                                 _ossl_old_des_cblock *ivec, int *num)
    +{
    +    DES_ofb64_encrypt(in, out, length, (DES_key_schedule *)schedule,
    +                      ivec, num);
    +}
    diff --git a/openssl/crypto/des/des_old.h b/openssl/crypto/des/des_old.h
    index 2b2c37235..f1e1e2cb0 100644
    --- a/openssl/crypto/des/des_old.h
    +++ b/openssl/crypto/des/des_old.h
    @@ -1,6 +1,7 @@
     /* crypto/des/des_old.h -*- mode:C; c-file-style: "eay" -*- */
     
    -/* WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
    +/*-
    + * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
      *
      * The function names in here are deprecated and are only present to
      * provide an interface compatible with openssl 0.9.6 and older as
    @@ -31,8 +32,9 @@
      * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
      */
     
    -/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
    - * project 2001.
    +/*
    + * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
    + * 2001.
      */
     /* ====================================================================
      * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
    @@ -42,7 +44,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -89,333 +91,382 @@
      */
     
     #ifndef HEADER_DES_H
    -#define HEADER_DES_H
    +# define HEADER_DES_H
     
    -#include 	/* OPENSSL_EXTERN, OPENSSL_NO_DES, DES_LONG */
    +# include      /* OPENSSL_EXTERN, OPENSSL_NO_DES, DES_LONG */
     
    -#ifdef OPENSSL_NO_DES
    -#error DES is disabled.
    -#endif
    +# ifdef OPENSSL_NO_DES
    +#  error DES is disabled.
    +# endif
     
    -#ifndef HEADER_NEW_DES_H
    -#error You must include des.h, not des_old.h directly.
    -#endif
    +# ifndef HEADER_NEW_DES_H
    +#  error You must include des.h, not des_old.h directly.
    +# endif
     
    -#ifdef _KERBEROS_DES_H
    -#error  replaces .
    -#endif
    +# ifdef _KERBEROS_DES_H
    +#  error  replaces .
    +# endif
     
    -#include 
    +# include 
     
    -#ifdef OPENSSL_BUILD_SHLIBCRYPTO
    -# undef OPENSSL_EXTERN
    -# define OPENSSL_EXTERN OPENSSL_EXPORT
    -#endif
    +# ifdef OPENSSL_BUILD_SHLIBCRYPTO
    +#  undef OPENSSL_EXTERN
    +#  define OPENSSL_EXTERN OPENSSL_EXPORT
    +# endif
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -#ifdef _
    -#undef _
    -#endif
    +# ifdef _
    +#  undef _
    +# endif
     
     typedef unsigned char _ossl_old_des_cblock[8];
    -typedef struct _ossl_old_des_ks_struct
    -	{
    -	union	{
    -		_ossl_old_des_cblock _;
    -		/* make sure things are correct size on machines with
    -		 * 8 byte longs */
    -		DES_LONG pad[2];
    -		} ks;
    -	} _ossl_old_des_key_schedule[16];
    -
    -#ifndef OPENSSL_DES_LIBDES_COMPATIBILITY
    -#define des_cblock DES_cblock
    -#define const_des_cblock const_DES_cblock
    -#define des_key_schedule DES_key_schedule
    -#define des_ecb3_encrypt(i,o,k1,k2,k3,e)\
    -	DES_ecb3_encrypt((i),(o),&(k1),&(k2),&(k3),(e))
    -#define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\
    -	DES_ede3_cbc_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(e))
    -#define des_ede3_cbcm_encrypt(i,o,l,k1,k2,k3,iv1,iv2,e)\
    -	DES_ede3_cbcm_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv1),(iv2),(e))
    -#define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\
    -	DES_ede3_cfb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n),(e))
    -#define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\
    -	DES_ede3_ofb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n))
    -#define des_options()\
    -	DES_options()
    -#define des_cbc_cksum(i,o,l,k,iv)\
    -	DES_cbc_cksum((i),(o),(l),&(k),(iv))
    -#define des_cbc_encrypt(i,o,l,k,iv,e)\
    -	DES_cbc_encrypt((i),(o),(l),&(k),(iv),(e))
    -#define des_ncbc_encrypt(i,o,l,k,iv,e)\
    -	DES_ncbc_encrypt((i),(o),(l),&(k),(iv),(e))
    -#define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\
    -	DES_xcbc_encrypt((i),(o),(l),&(k),(iv),(inw),(outw),(e))
    -#define des_cfb_encrypt(i,o,n,l,k,iv,e)\
    -	DES_cfb_encrypt((i),(o),(n),(l),&(k),(iv),(e))
    -#define des_ecb_encrypt(i,o,k,e)\
    -	DES_ecb_encrypt((i),(o),&(k),(e))
    -#define des_encrypt1(d,k,e)\
    -	DES_encrypt1((d),&(k),(e))
    -#define des_encrypt2(d,k,e)\
    -	DES_encrypt2((d),&(k),(e))
    -#define des_encrypt3(d,k1,k2,k3)\
    -	DES_encrypt3((d),&(k1),&(k2),&(k3))
    -#define des_decrypt3(d,k1,k2,k3)\
    -	DES_decrypt3((d),&(k1),&(k2),&(k3))
    -#define des_xwhite_in2out(k,i,o)\
    -	DES_xwhite_in2out((k),(i),(o))
    -#define des_enc_read(f,b,l,k,iv)\
    -	DES_enc_read((f),(b),(l),&(k),(iv))
    -#define des_enc_write(f,b,l,k,iv)\
    -	DES_enc_write((f),(b),(l),&(k),(iv))
    -#define des_fcrypt(b,s,r)\
    -	DES_fcrypt((b),(s),(r))
    -#if 0
    -#define des_crypt(b,s)\
    -	DES_crypt((b),(s))
    -#if !defined(PERL5) && !defined(__FreeBSD__) && !defined(NeXT) && !defined(__OpenBSD__)
    -#define crypt(b,s)\
    -	DES_crypt((b),(s))
    -#endif
    -#endif
    -#define des_ofb_encrypt(i,o,n,l,k,iv)\
    -	DES_ofb_encrypt((i),(o),(n),(l),&(k),(iv))
    -#define des_pcbc_encrypt(i,o,l,k,iv,e)\
    -	DES_pcbc_encrypt((i),(o),(l),&(k),(iv),(e))
    -#define des_quad_cksum(i,o,l,c,s)\
    -	DES_quad_cksum((i),(o),(l),(c),(s))
    -#define des_random_seed(k)\
    -	_ossl_096_des_random_seed((k))
    -#define des_random_key(r)\
    -	DES_random_key((r))
    -#define des_read_password(k,p,v) \
    -	DES_read_password((k),(p),(v))
    -#define des_read_2passwords(k1,k2,p,v) \
    -	DES_read_2passwords((k1),(k2),(p),(v))
    -#define des_set_odd_parity(k)\
    -	DES_set_odd_parity((k))
    -#define des_check_key_parity(k)\
    -	DES_check_key_parity((k))
    -#define des_is_weak_key(k)\
    -	DES_is_weak_key((k))
    -#define des_set_key(k,ks)\
    -	DES_set_key((k),&(ks))
    -#define des_key_sched(k,ks)\
    -	DES_key_sched((k),&(ks))
    -#define des_set_key_checked(k,ks)\
    -	DES_set_key_checked((k),&(ks))
    -#define des_set_key_unchecked(k,ks)\
    -	DES_set_key_unchecked((k),&(ks))
    -#define des_string_to_key(s,k)\
    -	DES_string_to_key((s),(k))
    -#define des_string_to_2keys(s,k1,k2)\
    -	DES_string_to_2keys((s),(k1),(k2))
    -#define des_cfb64_encrypt(i,o,l,ks,iv,n,e)\
    -	DES_cfb64_encrypt((i),(o),(l),&(ks),(iv),(n),(e))
    -#define des_ofb64_encrypt(i,o,l,ks,iv,n)\
    -	DES_ofb64_encrypt((i),(o),(l),&(ks),(iv),(n))
    -		
    -
    -#define des_ecb2_encrypt(i,o,k1,k2,e) \
    -	des_ecb3_encrypt((i),(o),(k1),(k2),(k1),(e))
    -
    -#define des_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \
    -	des_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(e))
    -
    -#define des_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \
    -	des_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n),(e))
    -
    -#define des_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \
    -	des_ede3_ofb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n))
    -
    -#define des_check_key DES_check_key
    -#define des_rw_mode DES_rw_mode
    -#else /* libdes compatibility */
    -/* Map all symbol names to _ossl_old_des_* form, so we avoid all
    -   clashes with libdes */
    -#define des_cblock _ossl_old_des_cblock
    -#define des_key_schedule _ossl_old_des_key_schedule
    -#define des_ecb3_encrypt(i,o,k1,k2,k3,e)\
    -	_ossl_old_des_ecb3_encrypt((i),(o),(k1),(k2),(k3),(e))
    -#define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\
    -	_ossl_old_des_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k3),(iv),(e))
    -#define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\
    -	_ossl_old_des_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k3),(iv),(n),(e))
    -#define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\
    -	_ossl_old_des_ede3_ofb64_encrypt((i),(o),(l),(k1),(k2),(k3),(iv),(n))
    -#define des_options()\
    -	_ossl_old_des_options()
    -#define des_cbc_cksum(i,o,l,k,iv)\
    -	_ossl_old_des_cbc_cksum((i),(o),(l),(k),(iv))
    -#define des_cbc_encrypt(i,o,l,k,iv,e)\
    -	_ossl_old_des_cbc_encrypt((i),(o),(l),(k),(iv),(e))
    -#define des_ncbc_encrypt(i,o,l,k,iv,e)\
    -	_ossl_old_des_ncbc_encrypt((i),(o),(l),(k),(iv),(e))
    -#define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\
    -	_ossl_old_des_xcbc_encrypt((i),(o),(l),(k),(iv),(inw),(outw),(e))
    -#define des_cfb_encrypt(i,o,n,l,k,iv,e)\
    -	_ossl_old_des_cfb_encrypt((i),(o),(n),(l),(k),(iv),(e))
    -#define des_ecb_encrypt(i,o,k,e)\
    -	_ossl_old_des_ecb_encrypt((i),(o),(k),(e))
    -#define des_encrypt(d,k,e)\
    -	_ossl_old_des_encrypt((d),(k),(e))
    -#define des_encrypt2(d,k,e)\
    -	_ossl_old_des_encrypt2((d),(k),(e))
    -#define des_encrypt3(d,k1,k2,k3)\
    -	_ossl_old_des_encrypt3((d),(k1),(k2),(k3))
    -#define des_decrypt3(d,k1,k2,k3)\
    -	_ossl_old_des_decrypt3((d),(k1),(k2),(k3))
    -#define des_xwhite_in2out(k,i,o)\
    -	_ossl_old_des_xwhite_in2out((k),(i),(o))
    -#define des_enc_read(f,b,l,k,iv)\
    -	_ossl_old_des_enc_read((f),(b),(l),(k),(iv))
    -#define des_enc_write(f,b,l,k,iv)\
    -	_ossl_old_des_enc_write((f),(b),(l),(k),(iv))
    -#define des_fcrypt(b,s,r)\
    -	_ossl_old_des_fcrypt((b),(s),(r))
    -#define des_crypt(b,s)\
    -	_ossl_old_des_crypt((b),(s))
    -#if 0
    -#define crypt(b,s)\
    -	_ossl_old_crypt((b),(s))
    -#endif
    -#define des_ofb_encrypt(i,o,n,l,k,iv)\
    -	_ossl_old_des_ofb_encrypt((i),(o),(n),(l),(k),(iv))
    -#define des_pcbc_encrypt(i,o,l,k,iv,e)\
    -	_ossl_old_des_pcbc_encrypt((i),(o),(l),(k),(iv),(e))
    -#define des_quad_cksum(i,o,l,c,s)\
    -	_ossl_old_des_quad_cksum((i),(o),(l),(c),(s))
    -#define des_random_seed(k)\
    -	_ossl_old_des_random_seed((k))
    -#define des_random_key(r)\
    -	_ossl_old_des_random_key((r))
    -#define des_read_password(k,p,v) \
    -	_ossl_old_des_read_password((k),(p),(v))
    -#define des_read_2passwords(k1,k2,p,v) \
    -	_ossl_old_des_read_2passwords((k1),(k2),(p),(v))
    -#define des_set_odd_parity(k)\
    -	_ossl_old_des_set_odd_parity((k))
    -#define des_is_weak_key(k)\
    -	_ossl_old_des_is_weak_key((k))
    -#define des_set_key(k,ks)\
    -	_ossl_old_des_set_key((k),(ks))
    -#define des_key_sched(k,ks)\
    -	_ossl_old_des_key_sched((k),(ks))
    -#define des_string_to_key(s,k)\
    -	_ossl_old_des_string_to_key((s),(k))
    -#define des_string_to_2keys(s,k1,k2)\
    -	_ossl_old_des_string_to_2keys((s),(k1),(k2))
    -#define des_cfb64_encrypt(i,o,l,ks,iv,n,e)\
    -	_ossl_old_des_cfb64_encrypt((i),(o),(l),(ks),(iv),(n),(e))
    -#define des_ofb64_encrypt(i,o,l,ks,iv,n)\
    -	_ossl_old_des_ofb64_encrypt((i),(o),(l),(ks),(iv),(n))
    -		
    -
    -#define des_ecb2_encrypt(i,o,k1,k2,e) \
    -	des_ecb3_encrypt((i),(o),(k1),(k2),(k1),(e))
    -
    -#define des_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \
    -	des_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(e))
    -
    -#define des_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \
    -	des_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n),(e))
    -
    -#define des_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \
    -	des_ede3_ofb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n))
    -
    -#define des_check_key DES_check_key
    -#define des_rw_mode DES_rw_mode
    -#endif
    +typedef struct _ossl_old_des_ks_struct {
    +    union {
    +        _ossl_old_des_cblock _;
    +        /*
    +         * make sure things are correct size on machines with 8 byte longs
    +         */
    +        DES_LONG pad[2];
    +    } ks;
    +} _ossl_old_des_key_schedule[16];
    +
    +# ifndef OPENSSL_DES_LIBDES_COMPATIBILITY
    +#  define des_cblock DES_cblock
    +#  define const_des_cblock const_DES_cblock
    +#  define des_key_schedule DES_key_schedule
    +#  define des_ecb3_encrypt(i,o,k1,k2,k3,e)\
    +        DES_ecb3_encrypt((i),(o),&(k1),&(k2),&(k3),(e))
    +#  define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\
    +        DES_ede3_cbc_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(e))
    +#  define des_ede3_cbcm_encrypt(i,o,l,k1,k2,k3,iv1,iv2,e)\
    +        DES_ede3_cbcm_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv1),(iv2),(e))
    +#  define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\
    +        DES_ede3_cfb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n),(e))
    +#  define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\
    +        DES_ede3_ofb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n))
    +#  define des_options()\
    +        DES_options()
    +#  define des_cbc_cksum(i,o,l,k,iv)\
    +        DES_cbc_cksum((i),(o),(l),&(k),(iv))
    +#  define des_cbc_encrypt(i,o,l,k,iv,e)\
    +        DES_cbc_encrypt((i),(o),(l),&(k),(iv),(e))
    +#  define des_ncbc_encrypt(i,o,l,k,iv,e)\
    +        DES_ncbc_encrypt((i),(o),(l),&(k),(iv),(e))
    +#  define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\
    +        DES_xcbc_encrypt((i),(o),(l),&(k),(iv),(inw),(outw),(e))
    +#  define des_cfb_encrypt(i,o,n,l,k,iv,e)\
    +        DES_cfb_encrypt((i),(o),(n),(l),&(k),(iv),(e))
    +#  define des_ecb_encrypt(i,o,k,e)\
    +        DES_ecb_encrypt((i),(o),&(k),(e))
    +#  define des_encrypt1(d,k,e)\
    +        DES_encrypt1((d),&(k),(e))
    +#  define des_encrypt2(d,k,e)\
    +        DES_encrypt2((d),&(k),(e))
    +#  define des_encrypt3(d,k1,k2,k3)\
    +        DES_encrypt3((d),&(k1),&(k2),&(k3))
    +#  define des_decrypt3(d,k1,k2,k3)\
    +        DES_decrypt3((d),&(k1),&(k2),&(k3))
    +#  define des_xwhite_in2out(k,i,o)\
    +        DES_xwhite_in2out((k),(i),(o))
    +#  define des_enc_read(f,b,l,k,iv)\
    +        DES_enc_read((f),(b),(l),&(k),(iv))
    +#  define des_enc_write(f,b,l,k,iv)\
    +        DES_enc_write((f),(b),(l),&(k),(iv))
    +#  define des_fcrypt(b,s,r)\
    +        DES_fcrypt((b),(s),(r))
    +#  if 0
    +#   define des_crypt(b,s)\
    +        DES_crypt((b),(s))
    +#   if !defined(PERL5) && !defined(__FreeBSD__) && !defined(NeXT) && !defined(__OpenBSD__)
    +#    define crypt(b,s)\
    +        DES_crypt((b),(s))
    +#   endif
    +#  endif
    +#  define des_ofb_encrypt(i,o,n,l,k,iv)\
    +        DES_ofb_encrypt((i),(o),(n),(l),&(k),(iv))
    +#  define des_pcbc_encrypt(i,o,l,k,iv,e)\
    +        DES_pcbc_encrypt((i),(o),(l),&(k),(iv),(e))
    +#  define des_quad_cksum(i,o,l,c,s)\
    +        DES_quad_cksum((i),(o),(l),(c),(s))
    +#  define des_random_seed(k)\
    +        _ossl_096_des_random_seed((k))
    +#  define des_random_key(r)\
    +        DES_random_key((r))
    +#  define des_read_password(k,p,v) \
    +        DES_read_password((k),(p),(v))
    +#  define des_read_2passwords(k1,k2,p,v) \
    +        DES_read_2passwords((k1),(k2),(p),(v))
    +#  define des_set_odd_parity(k)\
    +        DES_set_odd_parity((k))
    +#  define des_check_key_parity(k)\
    +        DES_check_key_parity((k))
    +#  define des_is_weak_key(k)\
    +        DES_is_weak_key((k))
    +#  define des_set_key(k,ks)\
    +        DES_set_key((k),&(ks))
    +#  define des_key_sched(k,ks)\
    +        DES_key_sched((k),&(ks))
    +#  define des_set_key_checked(k,ks)\
    +        DES_set_key_checked((k),&(ks))
    +#  define des_set_key_unchecked(k,ks)\
    +        DES_set_key_unchecked((k),&(ks))
    +#  define des_string_to_key(s,k)\
    +        DES_string_to_key((s),(k))
    +#  define des_string_to_2keys(s,k1,k2)\
    +        DES_string_to_2keys((s),(k1),(k2))
    +#  define des_cfb64_encrypt(i,o,l,ks,iv,n,e)\
    +        DES_cfb64_encrypt((i),(o),(l),&(ks),(iv),(n),(e))
    +#  define des_ofb64_encrypt(i,o,l,ks,iv,n)\
    +        DES_ofb64_encrypt((i),(o),(l),&(ks),(iv),(n))
    +
    +#  define des_ecb2_encrypt(i,o,k1,k2,e) \
    +        des_ecb3_encrypt((i),(o),(k1),(k2),(k1),(e))
    +
    +#  define des_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \
    +        des_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(e))
    +
    +#  define des_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \
    +        des_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n),(e))
    +
    +#  define des_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \
    +        des_ede3_ofb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n))
    +
    +#  define des_check_key DES_check_key
    +#  define des_rw_mode DES_rw_mode
    +# else                          /* libdes compatibility */
    +/*
    + * Map all symbol names to _ossl_old_des_* form, so we avoid all clashes with
    + * libdes
    + */
    +#  define des_cblock _ossl_old_des_cblock
    +#  define des_key_schedule _ossl_old_des_key_schedule
    +#  define des_ecb3_encrypt(i,o,k1,k2,k3,e)\
    +        _ossl_old_des_ecb3_encrypt((i),(o),(k1),(k2),(k3),(e))
    +#  define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\
    +        _ossl_old_des_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k3),(iv),(e))
    +#  define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\
    +        _ossl_old_des_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k3),(iv),(n),(e))
    +#  define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\
    +        _ossl_old_des_ede3_ofb64_encrypt((i),(o),(l),(k1),(k2),(k3),(iv),(n))
    +#  define des_options()\
    +        _ossl_old_des_options()
    +#  define des_cbc_cksum(i,o,l,k,iv)\
    +        _ossl_old_des_cbc_cksum((i),(o),(l),(k),(iv))
    +#  define des_cbc_encrypt(i,o,l,k,iv,e)\
    +        _ossl_old_des_cbc_encrypt((i),(o),(l),(k),(iv),(e))
    +#  define des_ncbc_encrypt(i,o,l,k,iv,e)\
    +        _ossl_old_des_ncbc_encrypt((i),(o),(l),(k),(iv),(e))
    +#  define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\
    +        _ossl_old_des_xcbc_encrypt((i),(o),(l),(k),(iv),(inw),(outw),(e))
    +#  define des_cfb_encrypt(i,o,n,l,k,iv,e)\
    +        _ossl_old_des_cfb_encrypt((i),(o),(n),(l),(k),(iv),(e))
    +#  define des_ecb_encrypt(i,o,k,e)\
    +        _ossl_old_des_ecb_encrypt((i),(o),(k),(e))
    +#  define des_encrypt(d,k,e)\
    +        _ossl_old_des_encrypt((d),(k),(e))
    +#  define des_encrypt2(d,k,e)\
    +        _ossl_old_des_encrypt2((d),(k),(e))
    +#  define des_encrypt3(d,k1,k2,k3)\
    +        _ossl_old_des_encrypt3((d),(k1),(k2),(k3))
    +#  define des_decrypt3(d,k1,k2,k3)\
    +        _ossl_old_des_decrypt3((d),(k1),(k2),(k3))
    +#  define des_xwhite_in2out(k,i,o)\
    +        _ossl_old_des_xwhite_in2out((k),(i),(o))
    +#  define des_enc_read(f,b,l,k,iv)\
    +        _ossl_old_des_enc_read((f),(b),(l),(k),(iv))
    +#  define des_enc_write(f,b,l,k,iv)\
    +        _ossl_old_des_enc_write((f),(b),(l),(k),(iv))
    +#  define des_fcrypt(b,s,r)\
    +        _ossl_old_des_fcrypt((b),(s),(r))
    +#  define des_crypt(b,s)\
    +        _ossl_old_des_crypt((b),(s))
    +#  if 0
    +#   define crypt(b,s)\
    +        _ossl_old_crypt((b),(s))
    +#  endif
    +#  define des_ofb_encrypt(i,o,n,l,k,iv)\
    +        _ossl_old_des_ofb_encrypt((i),(o),(n),(l),(k),(iv))
    +#  define des_pcbc_encrypt(i,o,l,k,iv,e)\
    +        _ossl_old_des_pcbc_encrypt((i),(o),(l),(k),(iv),(e))
    +#  define des_quad_cksum(i,o,l,c,s)\
    +        _ossl_old_des_quad_cksum((i),(o),(l),(c),(s))
    +#  define des_random_seed(k)\
    +        _ossl_old_des_random_seed((k))
    +#  define des_random_key(r)\
    +        _ossl_old_des_random_key((r))
    +#  define des_read_password(k,p,v) \
    +        _ossl_old_des_read_password((k),(p),(v))
    +#  define des_read_2passwords(k1,k2,p,v) \
    +        _ossl_old_des_read_2passwords((k1),(k2),(p),(v))
    +#  define des_set_odd_parity(k)\
    +        _ossl_old_des_set_odd_parity((k))
    +#  define des_is_weak_key(k)\
    +        _ossl_old_des_is_weak_key((k))
    +#  define des_set_key(k,ks)\
    +        _ossl_old_des_set_key((k),(ks))
    +#  define des_key_sched(k,ks)\
    +        _ossl_old_des_key_sched((k),(ks))
    +#  define des_string_to_key(s,k)\
    +        _ossl_old_des_string_to_key((s),(k))
    +#  define des_string_to_2keys(s,k1,k2)\
    +        _ossl_old_des_string_to_2keys((s),(k1),(k2))
    +#  define des_cfb64_encrypt(i,o,l,ks,iv,n,e)\
    +        _ossl_old_des_cfb64_encrypt((i),(o),(l),(ks),(iv),(n),(e))
    +#  define des_ofb64_encrypt(i,o,l,ks,iv,n)\
    +        _ossl_old_des_ofb64_encrypt((i),(o),(l),(ks),(iv),(n))
    +
    +#  define des_ecb2_encrypt(i,o,k1,k2,e) \
    +        des_ecb3_encrypt((i),(o),(k1),(k2),(k1),(e))
    +
    +#  define des_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \
    +        des_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(e))
    +
    +#  define des_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \
    +        des_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n),(e))
    +
    +#  define des_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \
    +        des_ede3_ofb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n))
    +
    +#  define des_check_key DES_check_key
    +#  define des_rw_mode DES_rw_mode
    +# endif
     
     const char *_ossl_old_des_options(void);
    -void _ossl_old_des_ecb3_encrypt(_ossl_old_des_cblock *input,_ossl_old_des_cblock *output,
    -	_ossl_old_des_key_schedule ks1,_ossl_old_des_key_schedule ks2,
    -	_ossl_old_des_key_schedule ks3, int enc);
    -DES_LONG _ossl_old_des_cbc_cksum(_ossl_old_des_cblock *input,_ossl_old_des_cblock *output,
    -	long length,_ossl_old_des_key_schedule schedule,_ossl_old_des_cblock *ivec);
    -void _ossl_old_des_cbc_encrypt(_ossl_old_des_cblock *input,_ossl_old_des_cblock *output,long length,
    -	_ossl_old_des_key_schedule schedule,_ossl_old_des_cblock *ivec,int enc);
    -void _ossl_old_des_ncbc_encrypt(_ossl_old_des_cblock *input,_ossl_old_des_cblock *output,long length,
    -	_ossl_old_des_key_schedule schedule,_ossl_old_des_cblock *ivec,int enc);
    -void _ossl_old_des_xcbc_encrypt(_ossl_old_des_cblock *input,_ossl_old_des_cblock *output,long length,
    -	_ossl_old_des_key_schedule schedule,_ossl_old_des_cblock *ivec,
    -	_ossl_old_des_cblock *inw,_ossl_old_des_cblock *outw,int enc);
    -void _ossl_old_des_cfb_encrypt(unsigned char *in,unsigned char *out,int numbits,
    -	long length,_ossl_old_des_key_schedule schedule,_ossl_old_des_cblock *ivec,int enc);
    -void _ossl_old_des_ecb_encrypt(_ossl_old_des_cblock *input,_ossl_old_des_cblock *output,
    -	_ossl_old_des_key_schedule ks,int enc);
    -void _ossl_old_des_encrypt(DES_LONG *data,_ossl_old_des_key_schedule ks, int enc);
    -void _ossl_old_des_encrypt2(DES_LONG *data,_ossl_old_des_key_schedule ks, int enc);
    +void _ossl_old_des_ecb3_encrypt(_ossl_old_des_cblock *input,
    +                                _ossl_old_des_cblock *output,
    +                                _ossl_old_des_key_schedule ks1,
    +                                _ossl_old_des_key_schedule ks2,
    +                                _ossl_old_des_key_schedule ks3, int enc);
    +DES_LONG _ossl_old_des_cbc_cksum(_ossl_old_des_cblock *input,
    +                                 _ossl_old_des_cblock *output, long length,
    +                                 _ossl_old_des_key_schedule schedule,
    +                                 _ossl_old_des_cblock *ivec);
    +void _ossl_old_des_cbc_encrypt(_ossl_old_des_cblock *input,
    +                               _ossl_old_des_cblock *output, long length,
    +                               _ossl_old_des_key_schedule schedule,
    +                               _ossl_old_des_cblock *ivec, int enc);
    +void _ossl_old_des_ncbc_encrypt(_ossl_old_des_cblock *input,
    +                                _ossl_old_des_cblock *output, long length,
    +                                _ossl_old_des_key_schedule schedule,
    +                                _ossl_old_des_cblock *ivec, int enc);
    +void _ossl_old_des_xcbc_encrypt(_ossl_old_des_cblock *input,
    +                                _ossl_old_des_cblock *output, long length,
    +                                _ossl_old_des_key_schedule schedule,
    +                                _ossl_old_des_cblock *ivec,
    +                                _ossl_old_des_cblock *inw,
    +                                _ossl_old_des_cblock *outw, int enc);
    +void _ossl_old_des_cfb_encrypt(unsigned char *in, unsigned char *out,
    +                               int numbits, long length,
    +                               _ossl_old_des_key_schedule schedule,
    +                               _ossl_old_des_cblock *ivec, int enc);
    +void _ossl_old_des_ecb_encrypt(_ossl_old_des_cblock *input,
    +                               _ossl_old_des_cblock *output,
    +                               _ossl_old_des_key_schedule ks, int enc);
    +void _ossl_old_des_encrypt(DES_LONG *data, _ossl_old_des_key_schedule ks,
    +                           int enc);
    +void _ossl_old_des_encrypt2(DES_LONG *data, _ossl_old_des_key_schedule ks,
    +                            int enc);
     void _ossl_old_des_encrypt3(DES_LONG *data, _ossl_old_des_key_schedule ks1,
    -	_ossl_old_des_key_schedule ks2, _ossl_old_des_key_schedule ks3);
    +                            _ossl_old_des_key_schedule ks2,
    +                            _ossl_old_des_key_schedule ks3);
     void _ossl_old_des_decrypt3(DES_LONG *data, _ossl_old_des_key_schedule ks1,
    -	_ossl_old_des_key_schedule ks2, _ossl_old_des_key_schedule ks3);
    -void _ossl_old_des_ede3_cbc_encrypt(_ossl_old_des_cblock *input, _ossl_old_des_cblock *output, 
    -	long length, _ossl_old_des_key_schedule ks1, _ossl_old_des_key_schedule ks2, 
    -	_ossl_old_des_key_schedule ks3, _ossl_old_des_cblock *ivec, int enc);
    +                            _ossl_old_des_key_schedule ks2,
    +                            _ossl_old_des_key_schedule ks3);
    +void _ossl_old_des_ede3_cbc_encrypt(_ossl_old_des_cblock *input,
    +                                    _ossl_old_des_cblock *output, long length,
    +                                    _ossl_old_des_key_schedule ks1,
    +                                    _ossl_old_des_key_schedule ks2,
    +                                    _ossl_old_des_key_schedule ks3,
    +                                    _ossl_old_des_cblock *ivec, int enc);
     void _ossl_old_des_ede3_cfb64_encrypt(unsigned char *in, unsigned char *out,
    -	long length, _ossl_old_des_key_schedule ks1, _ossl_old_des_key_schedule ks2,
    -	_ossl_old_des_key_schedule ks3, _ossl_old_des_cblock *ivec, int *num, int enc);
    +                                      long length,
    +                                      _ossl_old_des_key_schedule ks1,
    +                                      _ossl_old_des_key_schedule ks2,
    +                                      _ossl_old_des_key_schedule ks3,
    +                                      _ossl_old_des_cblock *ivec, int *num,
    +                                      int enc);
     void _ossl_old_des_ede3_ofb64_encrypt(unsigned char *in, unsigned char *out,
    -	long length, _ossl_old_des_key_schedule ks1, _ossl_old_des_key_schedule ks2,
    -	_ossl_old_des_key_schedule ks3, _ossl_old_des_cblock *ivec, int *num);
    -#if 0
    -void _ossl_old_des_xwhite_in2out(_ossl_old_des_cblock (*des_key), _ossl_old_des_cblock (*in_white),
    -	_ossl_old_des_cblock (*out_white));
    -#endif
    -
    -int _ossl_old_des_enc_read(int fd,char *buf,int len,_ossl_old_des_key_schedule sched,
    -	_ossl_old_des_cblock *iv);
    -int _ossl_old_des_enc_write(int fd,char *buf,int len,_ossl_old_des_key_schedule sched,
    -	_ossl_old_des_cblock *iv);
    -char *_ossl_old_des_fcrypt(const char *buf,const char *salt, char *ret);
    -char *_ossl_old_des_crypt(const char *buf,const char *salt);
    -#if !defined(PERL5) && !defined(NeXT)
    -char *_ossl_old_crypt(const char *buf,const char *salt);
    -#endif
    -void _ossl_old_des_ofb_encrypt(unsigned char *in,unsigned char *out,
    -	int numbits,long length,_ossl_old_des_key_schedule schedule,_ossl_old_des_cblock *ivec);
    -void _ossl_old_des_pcbc_encrypt(_ossl_old_des_cblock *input,_ossl_old_des_cblock *output,long length,
    -	_ossl_old_des_key_schedule schedule,_ossl_old_des_cblock *ivec,int enc);
    -DES_LONG _ossl_old_des_quad_cksum(_ossl_old_des_cblock *input,_ossl_old_des_cblock *output,
    -	long length,int out_count,_ossl_old_des_cblock *seed);
    +                                      long length,
    +                                      _ossl_old_des_key_schedule ks1,
    +                                      _ossl_old_des_key_schedule ks2,
    +                                      _ossl_old_des_key_schedule ks3,
    +                                      _ossl_old_des_cblock *ivec, int *num);
    +# if 0
    +void _ossl_old_des_xwhite_in2out(_ossl_old_des_cblock (*des_key),
    +                                 _ossl_old_des_cblock (*in_white),
    +                                 _ossl_old_des_cblock (*out_white));
    +# endif
    +
    +int _ossl_old_des_enc_read(int fd, char *buf, int len,
    +                           _ossl_old_des_key_schedule sched,
    +                           _ossl_old_des_cblock *iv);
    +int _ossl_old_des_enc_write(int fd, char *buf, int len,
    +                            _ossl_old_des_key_schedule sched,
    +                            _ossl_old_des_cblock *iv);
    +char *_ossl_old_des_fcrypt(const char *buf, const char *salt, char *ret);
    +char *_ossl_old_des_crypt(const char *buf, const char *salt);
    +# if !defined(PERL5) && !defined(NeXT)
    +char *_ossl_old_crypt(const char *buf, const char *salt);
    +# endif
    +void _ossl_old_des_ofb_encrypt(unsigned char *in, unsigned char *out,
    +                               int numbits, long length,
    +                               _ossl_old_des_key_schedule schedule,
    +                               _ossl_old_des_cblock *ivec);
    +void _ossl_old_des_pcbc_encrypt(_ossl_old_des_cblock *input,
    +                                _ossl_old_des_cblock *output, long length,
    +                                _ossl_old_des_key_schedule schedule,
    +                                _ossl_old_des_cblock *ivec, int enc);
    +DES_LONG _ossl_old_des_quad_cksum(_ossl_old_des_cblock *input,
    +                                  _ossl_old_des_cblock *output, long length,
    +                                  int out_count, _ossl_old_des_cblock *seed);
     void _ossl_old_des_random_seed(_ossl_old_des_cblock key);
     void _ossl_old_des_random_key(_ossl_old_des_cblock ret);
    -int _ossl_old_des_read_password(_ossl_old_des_cblock *key,const char *prompt,int verify);
    -int _ossl_old_des_read_2passwords(_ossl_old_des_cblock *key1,_ossl_old_des_cblock *key2,
    -	const char *prompt,int verify);
    +int _ossl_old_des_read_password(_ossl_old_des_cblock *key, const char *prompt,
    +                                int verify);
    +int _ossl_old_des_read_2passwords(_ossl_old_des_cblock *key1,
    +                                  _ossl_old_des_cblock *key2,
    +                                  const char *prompt, int verify);
     void _ossl_old_des_set_odd_parity(_ossl_old_des_cblock *key);
     int _ossl_old_des_is_weak_key(_ossl_old_des_cblock *key);
    -int _ossl_old_des_set_key(_ossl_old_des_cblock *key,_ossl_old_des_key_schedule schedule);
    -int _ossl_old_des_key_sched(_ossl_old_des_cblock *key,_ossl_old_des_key_schedule schedule);
    -void _ossl_old_des_string_to_key(char *str,_ossl_old_des_cblock *key);
    -void _ossl_old_des_string_to_2keys(char *str,_ossl_old_des_cblock *key1,_ossl_old_des_cblock *key2);
    -void _ossl_old_des_cfb64_encrypt(unsigned char *in, unsigned char *out, long length,
    -	_ossl_old_des_key_schedule schedule, _ossl_old_des_cblock *ivec, int *num, int enc);
    -void _ossl_old_des_ofb64_encrypt(unsigned char *in, unsigned char *out, long length,
    -	_ossl_old_des_key_schedule schedule, _ossl_old_des_cblock *ivec, int *num);
    +int _ossl_old_des_set_key(_ossl_old_des_cblock *key,
    +                          _ossl_old_des_key_schedule schedule);
    +int _ossl_old_des_key_sched(_ossl_old_des_cblock *key,
    +                            _ossl_old_des_key_schedule schedule);
    +void _ossl_old_des_string_to_key(char *str, _ossl_old_des_cblock *key);
    +void _ossl_old_des_string_to_2keys(char *str, _ossl_old_des_cblock *key1,
    +                                   _ossl_old_des_cblock *key2);
    +void _ossl_old_des_cfb64_encrypt(unsigned char *in, unsigned char *out,
    +                                 long length,
    +                                 _ossl_old_des_key_schedule schedule,
    +                                 _ossl_old_des_cblock *ivec, int *num,
    +                                 int enc);
    +void _ossl_old_des_ofb64_encrypt(unsigned char *in, unsigned char *out,
    +                                 long length,
    +                                 _ossl_old_des_key_schedule schedule,
    +                                 _ossl_old_des_cblock *ivec, int *num);
     
     void _ossl_096_des_random_seed(des_cblock *key);
     
    -/* The following definitions provide compatibility with the MIT Kerberos
    - * library. The _ossl_old_des_key_schedule structure is not binary compatible. */
    +/*
    + * The following definitions provide compatibility with the MIT Kerberos
    + * library. The _ossl_old_des_key_schedule structure is not binary
    + * compatible.
    + */
     
    -#define _KERBEROS_DES_H
    +# define _KERBEROS_DES_H
     
    -#define KRBDES_ENCRYPT DES_ENCRYPT
    -#define KRBDES_DECRYPT DES_DECRYPT
    +# define KRBDES_ENCRYPT DES_ENCRYPT
    +# define KRBDES_DECRYPT DES_DECRYPT
     
    -#ifdef KERBEROS
    +# ifdef KERBEROS
     #  define ENCRYPT DES_ENCRYPT
     #  define DECRYPT DES_DECRYPT
    -#endif
    +# endif
     
    -#ifndef NCOMPAT
    +# ifndef NCOMPAT
     #  define C_Block des_cblock
     #  define Key_schedule des_key_schedule
     #  define KEY_SZ DES_KEY_SZ
    @@ -432,15 +483,15 @@ void _ossl_096_des_random_seed(des_cblock *key);
     #  define cbc_cksum des_cbc_cksum
     #  define quad_cksum des_quad_cksum
     #  define check_parity des_check_key_parity
    -#endif
    +# endif
     
    -#define des_fixup_key_parity DES_fixup_key_parity
    +# define des_fixup_key_parity DES_fixup_key_parity
     
     #ifdef  __cplusplus
     }
     #endif
     
     /* for DES_read_pw_string et al */
    -#include 
    +# include 
     
     #endif
    diff --git a/openssl/crypto/des/des_old2.c b/openssl/crypto/des/des_old2.c
    index c8fa3ee13..f7d28a671 100644
    --- a/openssl/crypto/des/des_old2.c
    +++ b/openssl/crypto/des/des_old2.c
    @@ -1,22 +1,20 @@
     /* crypto/des/des_old.c -*- mode:C; c-file-style: "eay" -*- */
     
    -/* WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
    - *
    - * The function names in here are deprecated and are only present to
    - * provide an interface compatible with OpenSSL 0.9.6c.  OpenSSL now
    - * provides functions where "des_" has been replaced with "DES_" in
    - * the names, to make it possible to make incompatible changes that
    - * are needed for C type security and other stuff.
    - *
    - * Please consider starting to use the DES_ functions rather than the
    - * des_ ones.  The des_ functions will dissapear completely before
    - * OpenSSL 1.0!
    - *
    - * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
    +/*
    + * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING The
    + * function names in here are deprecated and are only present to provide an
    + * interface compatible with OpenSSL 0.9.6c.  OpenSSL now provides functions
    + * where "des_" has been replaced with "DES_" in the names, to make it
    + * possible to make incompatible changes that are needed for C type security
    + * and other stuff. Please consider starting to use the DES_ functions
    + * rather than the des_ ones.  The des_ functions will dissapear completely
    + * before OpenSSL 1.0! WARNING WARNING WARNING WARNING WARNING WARNING
    + * WARNING WARNING
      */
     
    -/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
    - * project 2001.
    +/*
    + * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
    + * 2001.
      */
     /* ====================================================================
      * Copyright (c) 1998-2001 The OpenSSL Project.  All rights reserved.
    @@ -26,7 +24,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -77,6 +75,6 @@
     #include 
     
     void _ossl_096_des_random_seed(DES_cblock *key)
    -	{
    -	RAND_seed(key, sizeof(DES_cblock));
    -	}
    +{
    +    RAND_seed(key, sizeof(DES_cblock));
    +}
    diff --git a/openssl/crypto/des/des_opts.c b/openssl/crypto/des/des_opts.c
    index 2df82962c..ec50e94f5 100644
    --- a/openssl/crypto/des/des_opts.c
    +++ b/openssl/crypto/des/des_opts.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,58 +49,61 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
     
    -/* define PART1, PART2, PART3 or PART4 to build only with a few of the options.
    - * This is for machines with 64k code segment size restrictions. */
    +/*
    + * define PART1, PART2, PART3 or PART4 to build only with a few of the
    + * options. This is for machines with 64k code segment size restrictions.
    + */
     
     #if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC)) && !defined(OPENSSL_SYS_MACOSX)
    -#define TIMES
    +# define TIMES
     #endif
     
     #include 
     #ifndef OPENSSL_SYS_MSDOS
    -#include 
    -#include OPENSSL_UNISTD
    +# include 
    +# include OPENSSL_UNISTD
     #else
    -#include 
    +# include 
     extern void exit();
     #endif
     
     #ifndef OPENSSL_SYS_NETWARE
    -#include 
    +# include 
     #endif
     
     #ifndef _IRIX
    -#include 
    +# include 
     #endif
     #ifdef TIMES
    -#include 
    -#include 
    +# include 
    +# include 
     #endif
     
    -/* Depending on the VMS version, the tms structure is perhaps defined.
    -   The __TMS macro will show if it was.  If it wasn't defined, we should
    -   undefine TIMES, since that tells the rest of the program how things
    -   should be handled.				-- Richard Levitte */
    +/*
    + * Depending on the VMS version, the tms structure is perhaps defined. The
    + * __TMS macro will show if it was.  If it wasn't defined, we should undefine
    + * TIMES, since that tells the rest of the program how things should be
    + * handled.  -- Richard Levitte
    + */
     #if defined(OPENSSL_SYS_VMS_DECC) && !defined(__TMS)
    -#undef TIMES
    +# undef TIMES
     #endif
     
     #ifndef TIMES
    -#include 
    +# include 
     #endif
     
    -
     #if defined(sun) || defined(__ultrix)
    -#define _POSIX_SOURCE
    -#include 
    -#include 
    +# define _POSIX_SOURCE
    +# include 
    +# include 
     #endif
     
     #include 
    @@ -109,500 +112,530 @@ extern void exit();
     #define DES_DEFAULT_OPTIONS
     
     #if !defined(PART1) && !defined(PART2) && !defined(PART3) && !defined(PART4)
    -#define PART1
    -#define PART2
    -#define PART3
    -#define PART4
    +# define PART1
    +# define PART2
    +# define PART3
    +# define PART4
     #endif
     
     #ifdef PART1
     
    -#undef DES_UNROLL
    -#undef DES_RISC1
    -#undef DES_RISC2
    -#undef DES_PTR
    -#undef D_ENCRYPT
    -#define DES_encrypt1 des_encrypt_u4_cisc_idx
    -#define DES_encrypt2 des_encrypt2_u4_cisc_idx
    -#define DES_encrypt3 des_encrypt3_u4_cisc_idx
    -#define DES_decrypt3 des_decrypt3_u4_cisc_idx
    -#undef HEADER_DES_LOCL_H
    -#include "des_enc.c"
    -
    -#define DES_UNROLL
    -#undef DES_RISC1
    -#undef DES_RISC2
    -#undef DES_PTR
    -#undef D_ENCRYPT
    -#undef DES_encrypt1
    -#undef DES_encrypt2
    -#undef DES_encrypt3
    -#undef DES_decrypt3
    -#define DES_encrypt1 des_encrypt_u16_cisc_idx
    -#define DES_encrypt2 des_encrypt2_u16_cisc_idx
    -#define DES_encrypt3 des_encrypt3_u16_cisc_idx
    -#define DES_decrypt3 des_decrypt3_u16_cisc_idx
    -#undef HEADER_DES_LOCL_H
    -#include "des_enc.c"
    -
    -#undef DES_UNROLL
    -#define DES_RISC1
    -#undef DES_RISC2
    -#undef DES_PTR
    -#undef D_ENCRYPT
    -#undef DES_encrypt1
    -#undef DES_encrypt2
    -#undef DES_encrypt3
    -#undef DES_decrypt3
    -#define DES_encrypt1 des_encrypt_u4_risc1_idx
    -#define DES_encrypt2 des_encrypt2_u4_risc1_idx
    -#define DES_encrypt3 des_encrypt3_u4_risc1_idx
    -#define DES_decrypt3 des_decrypt3_u4_risc1_idx
    -#undef HEADER_DES_LOCL_H
    -#include "des_enc.c"
    +# undef DES_UNROLL
    +# undef DES_RISC1
    +# undef DES_RISC2
    +# undef DES_PTR
    +# undef D_ENCRYPT
    +# define DES_encrypt1 des_encrypt_u4_cisc_idx
    +# define DES_encrypt2 des_encrypt2_u4_cisc_idx
    +# define DES_encrypt3 des_encrypt3_u4_cisc_idx
    +# define DES_decrypt3 des_decrypt3_u4_cisc_idx
    +# undef HEADER_DES_LOCL_H
    +# include "des_enc.c"
    +
    +# define DES_UNROLL
    +# undef DES_RISC1
    +# undef DES_RISC2
    +# undef DES_PTR
    +# undef D_ENCRYPT
    +# undef DES_encrypt1
    +# undef DES_encrypt2
    +# undef DES_encrypt3
    +# undef DES_decrypt3
    +# define DES_encrypt1 des_encrypt_u16_cisc_idx
    +# define DES_encrypt2 des_encrypt2_u16_cisc_idx
    +# define DES_encrypt3 des_encrypt3_u16_cisc_idx
    +# define DES_decrypt3 des_decrypt3_u16_cisc_idx
    +# undef HEADER_DES_LOCL_H
    +# include "des_enc.c"
    +
    +# undef DES_UNROLL
    +# define DES_RISC1
    +# undef DES_RISC2
    +# undef DES_PTR
    +# undef D_ENCRYPT
    +# undef DES_encrypt1
    +# undef DES_encrypt2
    +# undef DES_encrypt3
    +# undef DES_decrypt3
    +# define DES_encrypt1 des_encrypt_u4_risc1_idx
    +# define DES_encrypt2 des_encrypt2_u4_risc1_idx
    +# define DES_encrypt3 des_encrypt3_u4_risc1_idx
    +# define DES_decrypt3 des_decrypt3_u4_risc1_idx
    +# undef HEADER_DES_LOCL_H
    +# include "des_enc.c"
     
     #endif
     
     #ifdef PART2
     
    -#undef DES_UNROLL
    -#undef DES_RISC1
    -#define DES_RISC2
    -#undef DES_PTR
    -#undef D_ENCRYPT
    -#undef DES_encrypt1
    -#undef DES_encrypt2
    -#undef DES_encrypt3
    -#undef DES_decrypt3
    -#define DES_encrypt1 des_encrypt_u4_risc2_idx
    -#define DES_encrypt2 des_encrypt2_u4_risc2_idx
    -#define DES_encrypt3 des_encrypt3_u4_risc2_idx
    -#define DES_decrypt3 des_decrypt3_u4_risc2_idx
    -#undef HEADER_DES_LOCL_H
    -#include "des_enc.c"
    -
    -#define DES_UNROLL
    -#define DES_RISC1
    -#undef DES_RISC2
    -#undef DES_PTR
    -#undef D_ENCRYPT
    -#undef DES_encrypt1
    -#undef DES_encrypt2
    -#undef DES_encrypt3
    -#undef DES_decrypt3
    -#define DES_encrypt1 des_encrypt_u16_risc1_idx
    -#define DES_encrypt2 des_encrypt2_u16_risc1_idx
    -#define DES_encrypt3 des_encrypt3_u16_risc1_idx
    -#define DES_decrypt3 des_decrypt3_u16_risc1_idx
    -#undef HEADER_DES_LOCL_H
    -#include "des_enc.c"
    -
    -#define DES_UNROLL
    -#undef DES_RISC1
    -#define DES_RISC2
    -#undef DES_PTR
    -#undef D_ENCRYPT
    -#undef DES_encrypt1
    -#undef DES_encrypt2
    -#undef DES_encrypt3
    -#undef DES_decrypt3
    -#define DES_encrypt1 des_encrypt_u16_risc2_idx
    -#define DES_encrypt2 des_encrypt2_u16_risc2_idx
    -#define DES_encrypt3 des_encrypt3_u16_risc2_idx
    -#define DES_decrypt3 des_decrypt3_u16_risc2_idx
    -#undef HEADER_DES_LOCL_H
    -#include "des_enc.c"
    +# undef DES_UNROLL
    +# undef DES_RISC1
    +# define DES_RISC2
    +# undef DES_PTR
    +# undef D_ENCRYPT
    +# undef DES_encrypt1
    +# undef DES_encrypt2
    +# undef DES_encrypt3
    +# undef DES_decrypt3
    +# define DES_encrypt1 des_encrypt_u4_risc2_idx
    +# define DES_encrypt2 des_encrypt2_u4_risc2_idx
    +# define DES_encrypt3 des_encrypt3_u4_risc2_idx
    +# define DES_decrypt3 des_decrypt3_u4_risc2_idx
    +# undef HEADER_DES_LOCL_H
    +# include "des_enc.c"
    +
    +# define DES_UNROLL
    +# define DES_RISC1
    +# undef DES_RISC2
    +# undef DES_PTR
    +# undef D_ENCRYPT
    +# undef DES_encrypt1
    +# undef DES_encrypt2
    +# undef DES_encrypt3
    +# undef DES_decrypt3
    +# define DES_encrypt1 des_encrypt_u16_risc1_idx
    +# define DES_encrypt2 des_encrypt2_u16_risc1_idx
    +# define DES_encrypt3 des_encrypt3_u16_risc1_idx
    +# define DES_decrypt3 des_decrypt3_u16_risc1_idx
    +# undef HEADER_DES_LOCL_H
    +# include "des_enc.c"
    +
    +# define DES_UNROLL
    +# undef DES_RISC1
    +# define DES_RISC2
    +# undef DES_PTR
    +# undef D_ENCRYPT
    +# undef DES_encrypt1
    +# undef DES_encrypt2
    +# undef DES_encrypt3
    +# undef DES_decrypt3
    +# define DES_encrypt1 des_encrypt_u16_risc2_idx
    +# define DES_encrypt2 des_encrypt2_u16_risc2_idx
    +# define DES_encrypt3 des_encrypt3_u16_risc2_idx
    +# define DES_decrypt3 des_decrypt3_u16_risc2_idx
    +# undef HEADER_DES_LOCL_H
    +# include "des_enc.c"
     
     #endif
     
     #ifdef PART3
     
    -#undef DES_UNROLL
    -#undef DES_RISC1
    -#undef DES_RISC2
    -#define DES_PTR
    -#undef D_ENCRYPT
    -#undef DES_encrypt1
    -#undef DES_encrypt2
    -#undef DES_encrypt3
    -#undef DES_decrypt3
    -#define DES_encrypt1 des_encrypt_u4_cisc_ptr
    -#define DES_encrypt2 des_encrypt2_u4_cisc_ptr
    -#define DES_encrypt3 des_encrypt3_u4_cisc_ptr
    -#define DES_decrypt3 des_decrypt3_u4_cisc_ptr
    -#undef HEADER_DES_LOCL_H
    -#include "des_enc.c"
    -
    -#define DES_UNROLL
    -#undef DES_RISC1
    -#undef DES_RISC2
    -#define DES_PTR
    -#undef D_ENCRYPT
    -#undef DES_encrypt1
    -#undef DES_encrypt2
    -#undef DES_encrypt3
    -#undef DES_decrypt3
    -#define DES_encrypt1 des_encrypt_u16_cisc_ptr
    -#define DES_encrypt2 des_encrypt2_u16_cisc_ptr
    -#define DES_encrypt3 des_encrypt3_u16_cisc_ptr
    -#define DES_decrypt3 des_decrypt3_u16_cisc_ptr
    -#undef HEADER_DES_LOCL_H
    -#include "des_enc.c"
    -
    -#undef DES_UNROLL
    -#define DES_RISC1
    -#undef DES_RISC2
    -#define DES_PTR
    -#undef D_ENCRYPT
    -#undef DES_encrypt1
    -#undef DES_encrypt2
    -#undef DES_encrypt3
    -#undef DES_decrypt3
    -#define DES_encrypt1 des_encrypt_u4_risc1_ptr
    -#define DES_encrypt2 des_encrypt2_u4_risc1_ptr
    -#define DES_encrypt3 des_encrypt3_u4_risc1_ptr
    -#define DES_decrypt3 des_decrypt3_u4_risc1_ptr
    -#undef HEADER_DES_LOCL_H
    -#include "des_enc.c"
    +# undef DES_UNROLL
    +# undef DES_RISC1
    +# undef DES_RISC2
    +# define DES_PTR
    +# undef D_ENCRYPT
    +# undef DES_encrypt1
    +# undef DES_encrypt2
    +# undef DES_encrypt3
    +# undef DES_decrypt3
    +# define DES_encrypt1 des_encrypt_u4_cisc_ptr
    +# define DES_encrypt2 des_encrypt2_u4_cisc_ptr
    +# define DES_encrypt3 des_encrypt3_u4_cisc_ptr
    +# define DES_decrypt3 des_decrypt3_u4_cisc_ptr
    +# undef HEADER_DES_LOCL_H
    +# include "des_enc.c"
    +
    +# define DES_UNROLL
    +# undef DES_RISC1
    +# undef DES_RISC2
    +# define DES_PTR
    +# undef D_ENCRYPT
    +# undef DES_encrypt1
    +# undef DES_encrypt2
    +# undef DES_encrypt3
    +# undef DES_decrypt3
    +# define DES_encrypt1 des_encrypt_u16_cisc_ptr
    +# define DES_encrypt2 des_encrypt2_u16_cisc_ptr
    +# define DES_encrypt3 des_encrypt3_u16_cisc_ptr
    +# define DES_decrypt3 des_decrypt3_u16_cisc_ptr
    +# undef HEADER_DES_LOCL_H
    +# include "des_enc.c"
    +
    +# undef DES_UNROLL
    +# define DES_RISC1
    +# undef DES_RISC2
    +# define DES_PTR
    +# undef D_ENCRYPT
    +# undef DES_encrypt1
    +# undef DES_encrypt2
    +# undef DES_encrypt3
    +# undef DES_decrypt3
    +# define DES_encrypt1 des_encrypt_u4_risc1_ptr
    +# define DES_encrypt2 des_encrypt2_u4_risc1_ptr
    +# define DES_encrypt3 des_encrypt3_u4_risc1_ptr
    +# define DES_decrypt3 des_decrypt3_u4_risc1_ptr
    +# undef HEADER_DES_LOCL_H
    +# include "des_enc.c"
     
     #endif
     
     #ifdef PART4
     
    -#undef DES_UNROLL
    -#undef DES_RISC1
    -#define DES_RISC2
    -#define DES_PTR
    -#undef D_ENCRYPT
    -#undef DES_encrypt1
    -#undef DES_encrypt2
    -#undef DES_encrypt3
    -#undef DES_decrypt3
    -#define DES_encrypt1 des_encrypt_u4_risc2_ptr
    -#define DES_encrypt2 des_encrypt2_u4_risc2_ptr
    -#define DES_encrypt3 des_encrypt3_u4_risc2_ptr
    -#define DES_decrypt3 des_decrypt3_u4_risc2_ptr
    -#undef HEADER_DES_LOCL_H
    -#include "des_enc.c"
    -
    -#define DES_UNROLL
    -#define DES_RISC1
    -#undef DES_RISC2
    -#define DES_PTR
    -#undef D_ENCRYPT
    -#undef DES_encrypt1
    -#undef DES_encrypt2
    -#undef DES_encrypt3
    -#undef DES_decrypt3
    -#define DES_encrypt1 des_encrypt_u16_risc1_ptr
    -#define DES_encrypt2 des_encrypt2_u16_risc1_ptr
    -#define DES_encrypt3 des_encrypt3_u16_risc1_ptr
    -#define DES_decrypt3 des_decrypt3_u16_risc1_ptr
    -#undef HEADER_DES_LOCL_H
    -#include "des_enc.c"
    -
    -#define DES_UNROLL
    -#undef DES_RISC1
    -#define DES_RISC2
    -#define DES_PTR
    -#undef D_ENCRYPT
    -#undef DES_encrypt1
    -#undef DES_encrypt2
    -#undef DES_encrypt3
    -#undef DES_decrypt3
    -#define DES_encrypt1 des_encrypt_u16_risc2_ptr
    -#define DES_encrypt2 des_encrypt2_u16_risc2_ptr
    -#define DES_encrypt3 des_encrypt3_u16_risc2_ptr
    -#define DES_decrypt3 des_decrypt3_u16_risc2_ptr
    -#undef HEADER_DES_LOCL_H
    -#include "des_enc.c"
    +# undef DES_UNROLL
    +# undef DES_RISC1
    +# define DES_RISC2
    +# define DES_PTR
    +# undef D_ENCRYPT
    +# undef DES_encrypt1
    +# undef DES_encrypt2
    +# undef DES_encrypt3
    +# undef DES_decrypt3
    +# define DES_encrypt1 des_encrypt_u4_risc2_ptr
    +# define DES_encrypt2 des_encrypt2_u4_risc2_ptr
    +# define DES_encrypt3 des_encrypt3_u4_risc2_ptr
    +# define DES_decrypt3 des_decrypt3_u4_risc2_ptr
    +# undef HEADER_DES_LOCL_H
    +# include "des_enc.c"
    +
    +# define DES_UNROLL
    +# define DES_RISC1
    +# undef DES_RISC2
    +# define DES_PTR
    +# undef D_ENCRYPT
    +# undef DES_encrypt1
    +# undef DES_encrypt2
    +# undef DES_encrypt3
    +# undef DES_decrypt3
    +# define DES_encrypt1 des_encrypt_u16_risc1_ptr
    +# define DES_encrypt2 des_encrypt2_u16_risc1_ptr
    +# define DES_encrypt3 des_encrypt3_u16_risc1_ptr
    +# define DES_decrypt3 des_decrypt3_u16_risc1_ptr
    +# undef HEADER_DES_LOCL_H
    +# include "des_enc.c"
    +
    +# define DES_UNROLL
    +# undef DES_RISC1
    +# define DES_RISC2
    +# define DES_PTR
    +# undef D_ENCRYPT
    +# undef DES_encrypt1
    +# undef DES_encrypt2
    +# undef DES_encrypt3
    +# undef DES_decrypt3
    +# define DES_encrypt1 des_encrypt_u16_risc2_ptr
    +# define DES_encrypt2 des_encrypt2_u16_risc2_ptr
    +# define DES_encrypt3 des_encrypt3_u16_risc2_ptr
    +# define DES_decrypt3 des_decrypt3_u16_risc2_ptr
    +# undef HEADER_DES_LOCL_H
    +# include "des_enc.c"
     
     #endif
     
     /* The following if from times(3) man page.  It may need to be changed */
     #ifndef HZ
     # ifndef CLK_TCK
    -#  ifndef _BSD_CLK_TCK_ /* FreeBSD fix */
    -#   define HZ	100.0
    -#  else /* _BSD_CLK_TCK_ */
    +#  ifndef _BSD_CLK_TCK_         /* FreeBSD fix */
    +#   define HZ   100.0
    +#  else                         /* _BSD_CLK_TCK_ */
     #   define HZ ((double)_BSD_CLK_TCK_)
     #  endif
    -# else /* CLK_TCK */
    +# else                          /* CLK_TCK */
     #  define HZ ((double)CLK_TCK)
     # endif
     #endif
     
    -#define BUFSIZE	((long)1024)
    -long run=0;
    +#define BUFSIZE ((long)1024)
    +long run = 0;
     
     double Time_F(int s);
     #ifdef SIGALRM
    -#if defined(__STDC__) || defined(sgi)
    -#define SIGRETTYPE void
    -#else
    -#define SIGRETTYPE int
    -#endif
    +# if defined(__STDC__) || defined(sgi)
    +#  define SIGRETTYPE void
    +# else
    +#  define SIGRETTYPE int
    +# endif
     
     SIGRETTYPE sig_done(int sig);
     SIGRETTYPE sig_done(int sig)
    -	{
    -	signal(SIGALRM,sig_done);
    -	run=0;
    -#ifdef LINT
    -	sig=sig;
    -#endif
    -	}
    +{
    +    signal(SIGALRM, sig_done);
    +    run = 0;
    +# ifdef LINT
    +    sig = sig;
    +# endif
    +}
     #endif
     
    -#define START	0
    -#define STOP	1
    +#define START   0
    +#define STOP    1
     
     double Time_F(int s)
    -	{
    -	double ret;
    +{
    +    double ret;
     #ifdef TIMES
    -	static struct tms tstart,tend;
    -
    -	if (s == START)
    -		{
    -		times(&tstart);
    -		return(0);
    -		}
    -	else
    -		{
    -		times(&tend);
    -		ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
    -		return((ret == 0.0)?1e-6:ret);
    -		}
    -#else /* !times() */
    -	static struct timeb tstart,tend;
    -	long i;
    -
    -	if (s == START)
    -		{
    -		ftime(&tstart);
    -		return(0);
    -		}
    -	else
    -		{
    -		ftime(&tend);
    -		i=(long)tend.millitm-(long)tstart.millitm;
    -		ret=((double)(tend.time-tstart.time))+((double)i)/1000.0;
    -		return((ret == 0.0)?1e-6:ret);
    -		}
    +    static struct tms tstart, tend;
    +
    +    if (s == START) {
    +        times(&tstart);
    +        return (0);
    +    } else {
    +        times(&tend);
    +        ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ;
    +        return ((ret == 0.0) ? 1e-6 : ret);
    +    }
    +#else                           /* !times() */
    +    static struct timeb tstart, tend;
    +    long i;
    +
    +    if (s == START) {
    +        ftime(&tstart);
    +        return (0);
    +    } else {
    +        ftime(&tend);
    +        i = (long)tend.millitm - (long)tstart.millitm;
    +        ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1000.0;
    +        return ((ret == 0.0) ? 1e-6 : ret);
    +    }
     #endif
    -	}
    +}
     
     #ifdef SIGALRM
    -#define print_name(name) fprintf(stderr,"Doing %s's for 10 seconds\n",name); alarm(10);
    +# define print_name(name) fprintf(stderr,"Doing %s's for 10 seconds\n",name); alarm(10);
     #else
    -#define print_name(name) fprintf(stderr,"Doing %s %ld times\n",name,cb);
    +# define print_name(name) fprintf(stderr,"Doing %s %ld times\n",name,cb);
     #endif
    -	
    +
     #define time_it(func,name,index) \
    -	print_name(name); \
    -	Time_F(START); \
    -	for (count=0,run=1; COND(cb); count++) \
    -		{ \
    -		unsigned long d[2]; \
    -		func(d,&sch,DES_ENCRYPT); \
    -		} \
    -	tm[index]=Time_F(STOP); \
    -	fprintf(stderr,"%ld %s's in %.2f second\n",count,name,tm[index]); \
    -	tm[index]=((double)COUNT(cb))/tm[index];
    +        print_name(name); \
    +        Time_F(START); \
    +        for (count=0,run=1; COND(cb); count++) \
    +                { \
    +                unsigned long d[2]; \
    +                func(d,&sch,DES_ENCRYPT); \
    +                } \
    +        tm[index]=Time_F(STOP); \
    +        fprintf(stderr,"%ld %s's in %.2f second\n",count,name,tm[index]); \
    +        tm[index]=((double)COUNT(cb))/tm[index];
     
     #define print_it(name,index) \
    -	fprintf(stderr,"%s bytes per sec = %12.2f (%5.1fuS)\n",name, \
    -		tm[index]*8,1.0e6/tm[index]);
    +        fprintf(stderr,"%s bytes per sec = %12.2f (%5.1fuS)\n",name, \
    +                tm[index]*8,1.0e6/tm[index]);
     
     int main(int argc, char **argv)
    -	{
    -	long count;
    -	static unsigned char buf[BUFSIZE];
    -	static DES_cblock key ={0x12,0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0};
    -	static DES_cblock key2={0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12};
    -	static DES_cblock key3={0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12,0x34};
    -	DES_key_schedule sch,sch2,sch3;
    -	double d,tm[16],max=0;
    -	int rank[16];
    -	char *str[16];
    -	int max_idx=0,i,num=0,j;
    +{
    +    long count;
    +    static unsigned char buf[BUFSIZE];
    +    static DES_cblock key =
    +        { 0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0 };
    +    static DES_cblock key2 =
    +        { 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0, 0x12 };
    +    static DES_cblock key3 =
    +        { 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0, 0x12, 0x34 };
    +    DES_key_schedule sch, sch2, sch3;
    +    double d, tm[16], max = 0;
    +    int rank[16];
    +    char *str[16];
    +    int max_idx = 0, i, num = 0, j;
     #ifndef SIGALARM
    -	long ca,cb,cc,cd,ce;
    +    long ca, cb, cc, cd, ce;
     #endif
     
    -	for (i=0; i<12; i++)
    -		{
    -		tm[i]=0.0;
    -		rank[i]=0;
    -		}
    +    for (i = 0; i < 12; i++) {
    +        tm[i] = 0.0;
    +        rank[i] = 0;
    +    }
     
     #ifndef TIMES
    -	fprintf(stderr,"To get the most accurate results, try to run this\n");
    -	fprintf(stderr,"program when this computer is idle.\n");
    +    fprintf(stderr, "To get the most accurate results, try to run this\n");
    +    fprintf(stderr, "program when this computer is idle.\n");
     #endif
     
    -	DES_set_key_unchecked(&key,&sch);
    -	DES_set_key_unchecked(&key2,&sch2);
    -	DES_set_key_unchecked(&key3,&sch3);
    +    DES_set_key_unchecked(&key, &sch);
    +    DES_set_key_unchecked(&key2, &sch2);
    +    DES_set_key_unchecked(&key3, &sch3);
     
     #ifndef SIGALRM
    -	fprintf(stderr,"First we calculate the approximate speed ...\n");
    -	DES_set_key_unchecked(&key,sch);
    -	count=10;
    -	do	{
    -		long i;
    -		unsigned long data[2];
    -
    -		count*=2;
    -		Time_F(START);
    -		for (i=count; i; i--)
    -			DES_encrypt1(data,&(sch[0]),DES_ENCRYPT);
    -		d=Time_F(STOP);
    -		} while (d < 3.0);
    -	ca=count;
    -	cb=count*3;
    -	cc=count*3*8/BUFSIZE+1;
    -	cd=count*8/BUFSIZE+1;
    -
    -	ce=count/20+1;
    -#define COND(d) (count != (d))
    -#define COUNT(d) (d)
    +    fprintf(stderr, "First we calculate the approximate speed ...\n");
    +    DES_set_key_unchecked(&key, sch);
    +    count = 10;
    +    do {
    +        long i;
    +        unsigned long data[2];
    +
    +        count *= 2;
    +        Time_F(START);
    +        for (i = count; i; i--)
    +            DES_encrypt1(data, &(sch[0]), DES_ENCRYPT);
    +        d = Time_F(STOP);
    +    } while (d < 3.0);
    +    ca = count;
    +    cb = count * 3;
    +    cc = count * 3 * 8 / BUFSIZE + 1;
    +    cd = count * 8 / BUFSIZE + 1;
    +
    +    ce = count / 20 + 1;
    +# define COND(d) (count != (d))
    +# define COUNT(d) (d)
     #else
    -#define COND(c) (run)
    -#define COUNT(d) (count)
    -        signal(SIGALRM,sig_done);
    -        alarm(10);
    +# define COND(c) (run)
    +# define COUNT(d) (count)
    +    signal(SIGALRM, sig_done);
    +    alarm(10);
     #endif
     
     #ifdef PART1
    -	time_it(des_encrypt_u4_cisc_idx,  "des_encrypt_u4_cisc_idx  ", 0);
    -	time_it(des_encrypt_u16_cisc_idx, "des_encrypt_u16_cisc_idx ", 1);
    -	time_it(des_encrypt_u4_risc1_idx, "des_encrypt_u4_risc1_idx ", 2);
    -	num+=3;
    +    time_it(des_encrypt_u4_cisc_idx, "des_encrypt_u4_cisc_idx  ", 0);
    +    time_it(des_encrypt_u16_cisc_idx, "des_encrypt_u16_cisc_idx ", 1);
    +    time_it(des_encrypt_u4_risc1_idx, "des_encrypt_u4_risc1_idx ", 2);
    +    num += 3;
     #endif
     #ifdef PART2
    -	time_it(des_encrypt_u16_risc1_idx,"des_encrypt_u16_risc1_idx", 3);
    -	time_it(des_encrypt_u4_risc2_idx, "des_encrypt_u4_risc2_idx ", 4);
    -	time_it(des_encrypt_u16_risc2_idx,"des_encrypt_u16_risc2_idx", 5);
    -	num+=3;
    +    time_it(des_encrypt_u16_risc1_idx, "des_encrypt_u16_risc1_idx", 3);
    +    time_it(des_encrypt_u4_risc2_idx, "des_encrypt_u4_risc2_idx ", 4);
    +    time_it(des_encrypt_u16_risc2_idx, "des_encrypt_u16_risc2_idx", 5);
    +    num += 3;
     #endif
     #ifdef PART3
    -	time_it(des_encrypt_u4_cisc_ptr,  "des_encrypt_u4_cisc_ptr  ", 6);
    -	time_it(des_encrypt_u16_cisc_ptr, "des_encrypt_u16_cisc_ptr ", 7);
    -	time_it(des_encrypt_u4_risc1_ptr, "des_encrypt_u4_risc1_ptr ", 8);
    -	num+=3;
    +    time_it(des_encrypt_u4_cisc_ptr, "des_encrypt_u4_cisc_ptr  ", 6);
    +    time_it(des_encrypt_u16_cisc_ptr, "des_encrypt_u16_cisc_ptr ", 7);
    +    time_it(des_encrypt_u4_risc1_ptr, "des_encrypt_u4_risc1_ptr ", 8);
    +    num += 3;
     #endif
     #ifdef PART4
    -	time_it(des_encrypt_u16_risc1_ptr,"des_encrypt_u16_risc1_ptr", 9);
    -	time_it(des_encrypt_u4_risc2_ptr, "des_encrypt_u4_risc2_ptr ",10);
    -	time_it(des_encrypt_u16_risc2_ptr,"des_encrypt_u16_risc2_ptr",11);
    -	num+=3;
    +    time_it(des_encrypt_u16_risc1_ptr, "des_encrypt_u16_risc1_ptr", 9);
    +    time_it(des_encrypt_u4_risc2_ptr, "des_encrypt_u4_risc2_ptr ", 10);
    +    time_it(des_encrypt_u16_risc2_ptr, "des_encrypt_u16_risc2_ptr", 11);
    +    num += 3;
     #endif
     
     #ifdef PART1
    -	str[0]=" 4  c i";
    -	print_it("des_encrypt_u4_cisc_idx  ",0);
    -	max=tm[0];
    -	max_idx=0;
    -	str[1]="16  c i";
    -	print_it("des_encrypt_u16_cisc_idx ",1);
    -	if (max < tm[1]) { max=tm[1]; max_idx=1; }
    -	str[2]=" 4 r1 i";
    -	print_it("des_encrypt_u4_risc1_idx ",2);
    -	if (max < tm[2]) { max=tm[2]; max_idx=2; }
    +    str[0] = " 4  c i";
    +    print_it("des_encrypt_u4_cisc_idx  ", 0);
    +    max = tm[0];
    +    max_idx = 0;
    +    str[1] = "16  c i";
    +    print_it("des_encrypt_u16_cisc_idx ", 1);
    +    if (max < tm[1]) {
    +        max = tm[1];
    +        max_idx = 1;
    +    }
    +    str[2] = " 4 r1 i";
    +    print_it("des_encrypt_u4_risc1_idx ", 2);
    +    if (max < tm[2]) {
    +        max = tm[2];
    +        max_idx = 2;
    +    }
     #endif
     #ifdef PART2
    -	str[3]="16 r1 i";
    -	print_it("des_encrypt_u16_risc1_idx",3);
    -	if (max < tm[3]) { max=tm[3]; max_idx=3; }
    -	str[4]=" 4 r2 i";
    -	print_it("des_encrypt_u4_risc2_idx ",4);
    -	if (max < tm[4]) { max=tm[4]; max_idx=4; }
    -	str[5]="16 r2 i";
    -	print_it("des_encrypt_u16_risc2_idx",5);
    -	if (max < tm[5]) { max=tm[5]; max_idx=5; }
    +    str[3] = "16 r1 i";
    +    print_it("des_encrypt_u16_risc1_idx", 3);
    +    if (max < tm[3]) {
    +        max = tm[3];
    +        max_idx = 3;
    +    }
    +    str[4] = " 4 r2 i";
    +    print_it("des_encrypt_u4_risc2_idx ", 4);
    +    if (max < tm[4]) {
    +        max = tm[4];
    +        max_idx = 4;
    +    }
    +    str[5] = "16 r2 i";
    +    print_it("des_encrypt_u16_risc2_idx", 5);
    +    if (max < tm[5]) {
    +        max = tm[5];
    +        max_idx = 5;
    +    }
     #endif
     #ifdef PART3
    -	str[6]=" 4  c p";
    -	print_it("des_encrypt_u4_cisc_ptr  ",6);
    -	if (max < tm[6]) { max=tm[6]; max_idx=6; }
    -	str[7]="16  c p";
    -	print_it("des_encrypt_u16_cisc_ptr ",7);
    -	if (max < tm[7]) { max=tm[7]; max_idx=7; }
    -	str[8]=" 4 r1 p";
    -	print_it("des_encrypt_u4_risc1_ptr ",8);
    -	if (max < tm[8]) { max=tm[8]; max_idx=8; }
    +    str[6] = " 4  c p";
    +    print_it("des_encrypt_u4_cisc_ptr  ", 6);
    +    if (max < tm[6]) {
    +        max = tm[6];
    +        max_idx = 6;
    +    }
    +    str[7] = "16  c p";
    +    print_it("des_encrypt_u16_cisc_ptr ", 7);
    +    if (max < tm[7]) {
    +        max = tm[7];
    +        max_idx = 7;
    +    }
    +    str[8] = " 4 r1 p";
    +    print_it("des_encrypt_u4_risc1_ptr ", 8);
    +    if (max < tm[8]) {
    +        max = tm[8];
    +        max_idx = 8;
    +    }
     #endif
     #ifdef PART4
    -	str[9]="16 r1 p";
    -	print_it("des_encrypt_u16_risc1_ptr",9);
    -	if (max < tm[9]) { max=tm[9]; max_idx=9; }
    -	str[10]=" 4 r2 p";
    -	print_it("des_encrypt_u4_risc2_ptr ",10);
    -	if (max < tm[10]) { max=tm[10]; max_idx=10; }
    -	str[11]="16 r2 p";
    -	print_it("des_encrypt_u16_risc2_ptr",11);
    -	if (max < tm[11]) { max=tm[11]; max_idx=11; }
    +    str[9] = "16 r1 p";
    +    print_it("des_encrypt_u16_risc1_ptr", 9);
    +    if (max < tm[9]) {
    +        max = tm[9];
    +        max_idx = 9;
    +    }
    +    str[10] = " 4 r2 p";
    +    print_it("des_encrypt_u4_risc2_ptr ", 10);
    +    if (max < tm[10]) {
    +        max = tm[10];
    +        max_idx = 10;
    +    }
    +    str[11] = "16 r2 p";
    +    print_it("des_encrypt_u16_risc2_ptr", 11);
    +    if (max < tm[11]) {
    +        max = tm[11];
    +        max_idx = 11;
    +    }
     #endif
    -	printf("options    des ecb/s\n");
    -	printf("%s %12.2f 100.0%%\n",str[max_idx],tm[max_idx]);
    -	d=tm[max_idx];
    -	tm[max_idx]= -2.0;
    -	max= -1.0;
    -	for (;;)
    -		{
    -		for (i=0; i<12; i++)
    -			{
    -			if (max < tm[i]) { max=tm[i]; j=i; }
    -			}
    -		if (max < 0.0) break;
    -		printf("%s %12.2f  %4.1f%%\n",str[j],tm[j],tm[j]/d*100.0);
    -		tm[j]= -2.0;
    -		max= -1.0;
    -		}
    -
    -	switch (max_idx)
    -		{
    -	case 0:
    -		printf("-DDES_DEFAULT_OPTIONS\n");
    -		break;
    -	case 1:
    -		printf("-DDES_UNROLL\n");
    -		break;
    -	case 2:
    -		printf("-DDES_RISC1\n");
    -		break;
    -	case 3:
    -		printf("-DDES_UNROLL -DDES_RISC1\n");
    -		break;
    -	case 4:
    -		printf("-DDES_RISC2\n");
    -		break;
    -	case 5:
    -		printf("-DDES_UNROLL -DDES_RISC2\n");
    -		break;
    -	case 6:
    -		printf("-DDES_PTR\n");
    -		break;
    -	case 7:
    -		printf("-DDES_UNROLL -DDES_PTR\n");
    -		break;
    -	case 8:
    -		printf("-DDES_RISC1 -DDES_PTR\n");
    -		break;
    -	case 9:
    -		printf("-DDES_UNROLL -DDES_RISC1 -DDES_PTR\n");
    -		break;
    -	case 10:
    -		printf("-DDES_RISC2 -DDES_PTR\n");
    -		break;
    -	case 11:
    -		printf("-DDES_UNROLL -DDES_RISC2 -DDES_PTR\n");
    -		break;
    -		}
    -	exit(0);
    +    printf("options    des ecb/s\n");
    +    printf("%s %12.2f 100.0%%\n", str[max_idx], tm[max_idx]);
    +    d = tm[max_idx];
    +    tm[max_idx] = -2.0;
    +    max = -1.0;
    +    for (;;) {
    +        for (i = 0; i < 12; i++) {
    +            if (max < tm[i]) {
    +                max = tm[i];
    +                j = i;
    +            }
    +        }
    +        if (max < 0.0)
    +            break;
    +        printf("%s %12.2f  %4.1f%%\n", str[j], tm[j], tm[j] / d * 100.0);
    +        tm[j] = -2.0;
    +        max = -1.0;
    +    }
    +
    +    switch (max_idx) {
    +    case 0:
    +        printf("-DDES_DEFAULT_OPTIONS\n");
    +        break;
    +    case 1:
    +        printf("-DDES_UNROLL\n");
    +        break;
    +    case 2:
    +        printf("-DDES_RISC1\n");
    +        break;
    +    case 3:
    +        printf("-DDES_UNROLL -DDES_RISC1\n");
    +        break;
    +    case 4:
    +        printf("-DDES_RISC2\n");
    +        break;
    +    case 5:
    +        printf("-DDES_UNROLL -DDES_RISC2\n");
    +        break;
    +    case 6:
    +        printf("-DDES_PTR\n");
    +        break;
    +    case 7:
    +        printf("-DDES_UNROLL -DDES_PTR\n");
    +        break;
    +    case 8:
    +        printf("-DDES_RISC1 -DDES_PTR\n");
    +        break;
    +    case 9:
    +        printf("-DDES_UNROLL -DDES_RISC1 -DDES_PTR\n");
    +        break;
    +    case 10:
    +        printf("-DDES_RISC2 -DDES_PTR\n");
    +        break;
    +    case 11:
    +        printf("-DDES_UNROLL -DDES_RISC2 -DDES_PTR\n");
    +        break;
    +    }
    +    exit(0);
     #if defined(LINT) || defined(OPENSSL_SYS_MSDOS)
    -	return(0);
    +    return (0);
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/des/des_ver.h b/openssl/crypto/des/des_ver.h
    index d1ada258a..276de2b61 100644
    --- a/openssl/crypto/des/des_ver.h
    +++ b/openssl/crypto/des/des_ver.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -67,5 +67,7 @@
     #define DES_version OSSL_DES_version
     #define libdes_version OSSL_libdes_version
     
    -OPENSSL_EXTERN const char OSSL_DES_version[];	/* SSLeay version string */
    -OPENSSL_EXTERN const char OSSL_libdes_version[];	/* old libdes version string */
    +/* SSLeay version string */
    +OPENSSL_EXTERN const char OSSL_DES_version[];
    +/* old libdes version string */
    +OPENSSL_EXTERN const char OSSL_libdes_version[];
    diff --git a/openssl/crypto/des/destest.c b/openssl/crypto/des/destest.c
    index 64b92a34f..c6be34203 100644
    --- a/openssl/crypto/des/destest.c
    +++ b/openssl/crypto/des/destest.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,17 +61,17 @@
     
     #include 
     #if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_WIN16) || defined(OPENSSL_SYS_WINDOWS)
    -#ifndef OPENSSL_SYS_MSDOS
    -#define OPENSSL_SYS_MSDOS
    -#endif
    +# ifndef OPENSSL_SYS_MSDOS
    +#  define OPENSSL_SYS_MSDOS
    +# endif
     #endif
     
     #ifndef OPENSSL_SYS_MSDOS
    -#if !defined(OPENSSL_SYS_VMS) || defined(OPENSSL_SYS_VMS_DECC)
    -#include OPENSSL_UNISTD
    -#endif
    +# if !defined(OPENSSL_SYS_VMS) || defined(OPENSSL_SYS_VMS_DECC)
    +#  include OPENSSL_UNISTD
    +# endif
     #else
    -#include 
    +# include 
     #endif
     #include 
     
    @@ -79,874 +79,851 @@
     int main(int argc, char *argv[])
     {
         printf("No DES support\n");
    -    return(0);
    +    return (0);
     }
     #else
    -#include 
    +# include 
     
    -#define crypt(c,s) (DES_crypt((c),(s)))
    +# define crypt(c,s) (DES_crypt((c),(s)))
     
     /* tisk tisk - the test keys don't all have odd parity :-( */
     /* test data */
    -#define NUM_TESTS 34
    -static unsigned char key_data[NUM_TESTS][8]={
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF},
    -	{0x30,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11},
    -	{0x01,0x23,0x45,0x67,0x89,0xAB,0xCD,0xEF},
    -	{0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0xFE,0xDC,0xBA,0x98,0x76,0x54,0x32,0x10},
    -	{0x7C,0xA1,0x10,0x45,0x4A,0x1A,0x6E,0x57},
    -	{0x01,0x31,0xD9,0x61,0x9D,0xC1,0x37,0x6E},
    -	{0x07,0xA1,0x13,0x3E,0x4A,0x0B,0x26,0x86},
    -	{0x38,0x49,0x67,0x4C,0x26,0x02,0x31,0x9E},
    -	{0x04,0xB9,0x15,0xBA,0x43,0xFE,0xB5,0xB6},
    -	{0x01,0x13,0xB9,0x70,0xFD,0x34,0xF2,0xCE},
    -	{0x01,0x70,0xF1,0x75,0x46,0x8F,0xB5,0xE6},
    -	{0x43,0x29,0x7F,0xAD,0x38,0xE3,0x73,0xFE},
    -	{0x07,0xA7,0x13,0x70,0x45,0xDA,0x2A,0x16},
    -	{0x04,0x68,0x91,0x04,0xC2,0xFD,0x3B,0x2F},
    -	{0x37,0xD0,0x6B,0xB5,0x16,0xCB,0x75,0x46},
    -	{0x1F,0x08,0x26,0x0D,0x1A,0xC2,0x46,0x5E},
    -	{0x58,0x40,0x23,0x64,0x1A,0xBA,0x61,0x76},
    -	{0x02,0x58,0x16,0x16,0x46,0x29,0xB0,0x07},
    -	{0x49,0x79,0x3E,0xBC,0x79,0xB3,0x25,0x8F},
    -	{0x4F,0xB0,0x5E,0x15,0x15,0xAB,0x73,0xA7},
    -	{0x49,0xE9,0x5D,0x6D,0x4C,0xA2,0x29,0xBF},
    -	{0x01,0x83,0x10,0xDC,0x40,0x9B,0x26,0xD6},
    -	{0x1C,0x58,0x7F,0x1C,0x13,0x92,0x4F,0xEF},
    -	{0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01},
    -	{0x1F,0x1F,0x1F,0x1F,0x0E,0x0E,0x0E,0x0E},
    -	{0xE0,0xFE,0xE0,0xFE,0xF1,0xFE,0xF1,0xFE},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF},
    -	{0x01,0x23,0x45,0x67,0x89,0xAB,0xCD,0xEF},
    -	{0xFE,0xDC,0xBA,0x98,0x76,0x54,0x32,0x10}};
    -
    -static unsigned char plain_data[NUM_TESTS][8]={
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF},
    -	{0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x01},
    -	{0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11},
    -	{0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11},
    -	{0x01,0x23,0x45,0x67,0x89,0xAB,0xCD,0xEF},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0x01,0x23,0x45,0x67,0x89,0xAB,0xCD,0xEF},
    -	{0x01,0xA1,0xD6,0xD0,0x39,0x77,0x67,0x42},
    -	{0x5C,0xD5,0x4C,0xA8,0x3D,0xEF,0x57,0xDA},
    -	{0x02,0x48,0xD4,0x38,0x06,0xF6,0x71,0x72},
    -	{0x51,0x45,0x4B,0x58,0x2D,0xDF,0x44,0x0A},
    -	{0x42,0xFD,0x44,0x30,0x59,0x57,0x7F,0xA2},
    -	{0x05,0x9B,0x5E,0x08,0x51,0xCF,0x14,0x3A},
    -	{0x07,0x56,0xD8,0xE0,0x77,0x47,0x61,0xD2},
    -	{0x76,0x25,0x14,0xB8,0x29,0xBF,0x48,0x6A},
    -	{0x3B,0xDD,0x11,0x90,0x49,0x37,0x28,0x02},
    -	{0x26,0x95,0x5F,0x68,0x35,0xAF,0x60,0x9A},
    -	{0x16,0x4D,0x5E,0x40,0x4F,0x27,0x52,0x32},
    -	{0x6B,0x05,0x6E,0x18,0x75,0x9F,0x5C,0xCA},
    -	{0x00,0x4B,0xD6,0xEF,0x09,0x17,0x60,0x62},
    -	{0x48,0x0D,0x39,0x00,0x6E,0xE7,0x62,0xF2},
    -	{0x43,0x75,0x40,0xC8,0x69,0x8F,0x3C,0xFA},
    -	{0x07,0x2D,0x43,0xA0,0x77,0x07,0x52,0x92},
    -	{0x02,0xFE,0x55,0x77,0x81,0x17,0xF1,0x2A},
    -	{0x1D,0x9D,0x5C,0x50,0x18,0xF7,0x28,0xC2},
    -	{0x30,0x55,0x32,0x28,0x6D,0x6F,0x29,0x5A},
    -	{0x01,0x23,0x45,0x67,0x89,0xAB,0xCD,0xEF},
    -	{0x01,0x23,0x45,0x67,0x89,0xAB,0xCD,0xEF},
    -	{0x01,0x23,0x45,0x67,0x89,0xAB,0xCD,0xEF},
    -	{0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF}};
    -
    -static unsigned char cipher_data[NUM_TESTS][8]={
    -	{0x8C,0xA6,0x4D,0xE9,0xC1,0xB1,0x23,0xA7},
    -	{0x73,0x59,0xB2,0x16,0x3E,0x4E,0xDC,0x58},
    -	{0x95,0x8E,0x6E,0x62,0x7A,0x05,0x55,0x7B},
    -	{0xF4,0x03,0x79,0xAB,0x9E,0x0E,0xC5,0x33},
    -	{0x17,0x66,0x8D,0xFC,0x72,0x92,0x53,0x2D},
    -	{0x8A,0x5A,0xE1,0xF8,0x1A,0xB8,0xF2,0xDD},
    -	{0x8C,0xA6,0x4D,0xE9,0xC1,0xB1,0x23,0xA7},
    -	{0xED,0x39,0xD9,0x50,0xFA,0x74,0xBC,0xC4},
    -	{0x69,0x0F,0x5B,0x0D,0x9A,0x26,0x93,0x9B},
    -	{0x7A,0x38,0x9D,0x10,0x35,0x4B,0xD2,0x71},
    -	{0x86,0x8E,0xBB,0x51,0xCA,0xB4,0x59,0x9A},
    -	{0x71,0x78,0x87,0x6E,0x01,0xF1,0x9B,0x2A},
    -	{0xAF,0x37,0xFB,0x42,0x1F,0x8C,0x40,0x95},
    -	{0x86,0xA5,0x60,0xF1,0x0E,0xC6,0xD8,0x5B},
    -	{0x0C,0xD3,0xDA,0x02,0x00,0x21,0xDC,0x09},
    -	{0xEA,0x67,0x6B,0x2C,0xB7,0xDB,0x2B,0x7A},
    -	{0xDF,0xD6,0x4A,0x81,0x5C,0xAF,0x1A,0x0F},
    -	{0x5C,0x51,0x3C,0x9C,0x48,0x86,0xC0,0x88},
    -	{0x0A,0x2A,0xEE,0xAE,0x3F,0xF4,0xAB,0x77},
    -	{0xEF,0x1B,0xF0,0x3E,0x5D,0xFA,0x57,0x5A},
    -	{0x88,0xBF,0x0D,0xB6,0xD7,0x0D,0xEE,0x56},
    -	{0xA1,0xF9,0x91,0x55,0x41,0x02,0x0B,0x56},
    -	{0x6F,0xBF,0x1C,0xAF,0xCF,0xFD,0x05,0x56},
    -	{0x2F,0x22,0xE4,0x9B,0xAB,0x7C,0xA1,0xAC},
    -	{0x5A,0x6B,0x61,0x2C,0xC2,0x6C,0xCE,0x4A},
    -	{0x5F,0x4C,0x03,0x8E,0xD1,0x2B,0x2E,0x41},
    -	{0x63,0xFA,0xC0,0xD0,0x34,0xD9,0xF7,0x93},
    -	{0x61,0x7B,0x3A,0x0C,0xE8,0xF0,0x71,0x00},
    -	{0xDB,0x95,0x86,0x05,0xF8,0xC8,0xC6,0x06},
    -	{0xED,0xBF,0xD1,0xC6,0x6C,0x29,0xCC,0xC7},
    -	{0x35,0x55,0x50,0xB2,0x15,0x0E,0x24,0x51},
    -	{0xCA,0xAA,0xAF,0x4D,0xEA,0xF1,0xDB,0xAE},
    -	{0xD5,0xD4,0x4F,0xF7,0x20,0x68,0x3D,0x0D},
    -	{0x2A,0x2B,0xB0,0x08,0xDF,0x97,0xC2,0xF2}};
    -
    -static unsigned char cipher_ecb2[NUM_TESTS-1][8]={
    -	{0x92,0x95,0xB5,0x9B,0xB3,0x84,0x73,0x6E},
    -	{0x19,0x9E,0x9D,0x6D,0xF3,0x9A,0xA8,0x16},
    -	{0x2A,0x4B,0x4D,0x24,0x52,0x43,0x84,0x27},
    -	{0x35,0x84,0x3C,0x01,0x9D,0x18,0xC5,0xB6},
    -	{0x4A,0x5B,0x2F,0x42,0xAA,0x77,0x19,0x25},
    -	{0xA0,0x6B,0xA9,0xB8,0xCA,0x5B,0x17,0x8A},
    -	{0xAB,0x9D,0xB7,0xFB,0xED,0x95,0xF2,0x74},
    -	{0x3D,0x25,0x6C,0x23,0xA7,0x25,0x2F,0xD6},
    -	{0xB7,0x6F,0xAB,0x4F,0xBD,0xBD,0xB7,0x67},
    -	{0x8F,0x68,0x27,0xD6,0x9C,0xF4,0x1A,0x10},
    -	{0x82,0x57,0xA1,0xD6,0x50,0x5E,0x81,0x85},
    -	{0xA2,0x0F,0x0A,0xCD,0x80,0x89,0x7D,0xFA},
    -	{0xCD,0x2A,0x53,0x3A,0xDB,0x0D,0x7E,0xF3},
    -	{0xD2,0xC2,0xBE,0x27,0xE8,0x1B,0x68,0xE3},
    -	{0xE9,0x24,0xCF,0x4F,0x89,0x3C,0x5B,0x0A},
    -	{0xA7,0x18,0xC3,0x9F,0xFA,0x9F,0xD7,0x69},
    -	{0x77,0x2C,0x79,0xB1,0xD2,0x31,0x7E,0xB1},
    -	{0x49,0xAB,0x92,0x7F,0xD0,0x22,0x00,0xB7},
    -	{0xCE,0x1C,0x6C,0x7D,0x85,0xE3,0x4A,0x6F},
    -	{0xBE,0x91,0xD6,0xE1,0x27,0xB2,0xE9,0x87},
    -	{0x70,0x28,0xAE,0x8F,0xD1,0xF5,0x74,0x1A},
    -	{0xAA,0x37,0x80,0xBB,0xF3,0x22,0x1D,0xDE},
    -	{0xA6,0xC4,0xD2,0x5E,0x28,0x93,0xAC,0xB3},
    -	{0x22,0x07,0x81,0x5A,0xE4,0xB7,0x1A,0xAD},
    -	{0xDC,0xCE,0x05,0xE7,0x07,0xBD,0xF5,0x84},
    -	{0x26,0x1D,0x39,0x2C,0xB3,0xBA,0xA5,0x85},
    -	{0xB4,0xF7,0x0F,0x72,0xFB,0x04,0xF0,0xDC},
    -	{0x95,0xBA,0xA9,0x4E,0x87,0x36,0xF2,0x89},
    -	{0xD4,0x07,0x3A,0xF1,0x5A,0x17,0x82,0x0E},
    -	{0xEF,0x6F,0xAF,0xA7,0x66,0x1A,0x7E,0x89},
    -	{0xC1,0x97,0xF5,0x58,0x74,0x8A,0x20,0xE7},
    -	{0x43,0x34,0xCF,0xDA,0x22,0xC4,0x86,0xC8},
    -	{0x08,0xD7,0xB4,0xFB,0x62,0x9D,0x08,0x85}};
    -
    -static unsigned char cbc_key [8]={0x01,0x23,0x45,0x67,0x89,0xab,0xcd,0xef};
    -static unsigned char cbc2_key[8]={0xf1,0xe0,0xd3,0xc2,0xb5,0xa4,0x97,0x86};
    -static unsigned char cbc3_key[8]={0xfe,0xdc,0xba,0x98,0x76,0x54,0x32,0x10};
    -static unsigned char cbc_iv  [8]={0xfe,0xdc,0xba,0x98,0x76,0x54,0x32,0x10};
    -/* Changed the following text constant to binary so it will work on ebcdic
    - * machines :-) */
    +# define NUM_TESTS 34
    +static unsigned char key_data[NUM_TESTS][8] = {
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF},
    +    {0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11},
    +    {0x01, 0x23, 0x45, 0x67, 0x89, 0xAB, 0xCD, 0xEF},
    +    {0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0xFE, 0xDC, 0xBA, 0x98, 0x76, 0x54, 0x32, 0x10},
    +    {0x7C, 0xA1, 0x10, 0x45, 0x4A, 0x1A, 0x6E, 0x57},
    +    {0x01, 0x31, 0xD9, 0x61, 0x9D, 0xC1, 0x37, 0x6E},
    +    {0x07, 0xA1, 0x13, 0x3E, 0x4A, 0x0B, 0x26, 0x86},
    +    {0x38, 0x49, 0x67, 0x4C, 0x26, 0x02, 0x31, 0x9E},
    +    {0x04, 0xB9, 0x15, 0xBA, 0x43, 0xFE, 0xB5, 0xB6},
    +    {0x01, 0x13, 0xB9, 0x70, 0xFD, 0x34, 0xF2, 0xCE},
    +    {0x01, 0x70, 0xF1, 0x75, 0x46, 0x8F, 0xB5, 0xE6},
    +    {0x43, 0x29, 0x7F, 0xAD, 0x38, 0xE3, 0x73, 0xFE},
    +    {0x07, 0xA7, 0x13, 0x70, 0x45, 0xDA, 0x2A, 0x16},
    +    {0x04, 0x68, 0x91, 0x04, 0xC2, 0xFD, 0x3B, 0x2F},
    +    {0x37, 0xD0, 0x6B, 0xB5, 0x16, 0xCB, 0x75, 0x46},
    +    {0x1F, 0x08, 0x26, 0x0D, 0x1A, 0xC2, 0x46, 0x5E},
    +    {0x58, 0x40, 0x23, 0x64, 0x1A, 0xBA, 0x61, 0x76},
    +    {0x02, 0x58, 0x16, 0x16, 0x46, 0x29, 0xB0, 0x07},
    +    {0x49, 0x79, 0x3E, 0xBC, 0x79, 0xB3, 0x25, 0x8F},
    +    {0x4F, 0xB0, 0x5E, 0x15, 0x15, 0xAB, 0x73, 0xA7},
    +    {0x49, 0xE9, 0x5D, 0x6D, 0x4C, 0xA2, 0x29, 0xBF},
    +    {0x01, 0x83, 0x10, 0xDC, 0x40, 0x9B, 0x26, 0xD6},
    +    {0x1C, 0x58, 0x7F, 0x1C, 0x13, 0x92, 0x4F, 0xEF},
    +    {0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01},
    +    {0x1F, 0x1F, 0x1F, 0x1F, 0x0E, 0x0E, 0x0E, 0x0E},
    +    {0xE0, 0xFE, 0xE0, 0xFE, 0xF1, 0xFE, 0xF1, 0xFE},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF},
    +    {0x01, 0x23, 0x45, 0x67, 0x89, 0xAB, 0xCD, 0xEF},
    +    {0xFE, 0xDC, 0xBA, 0x98, 0x76, 0x54, 0x32, 0x10}
    +};
    +
    +static unsigned char plain_data[NUM_TESTS][8] = {
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF},
    +    {0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01},
    +    {0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11},
    +    {0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11},
    +    {0x01, 0x23, 0x45, 0x67, 0x89, 0xAB, 0xCD, 0xEF},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0x01, 0x23, 0x45, 0x67, 0x89, 0xAB, 0xCD, 0xEF},
    +    {0x01, 0xA1, 0xD6, 0xD0, 0x39, 0x77, 0x67, 0x42},
    +    {0x5C, 0xD5, 0x4C, 0xA8, 0x3D, 0xEF, 0x57, 0xDA},
    +    {0x02, 0x48, 0xD4, 0x38, 0x06, 0xF6, 0x71, 0x72},
    +    {0x51, 0x45, 0x4B, 0x58, 0x2D, 0xDF, 0x44, 0x0A},
    +    {0x42, 0xFD, 0x44, 0x30, 0x59, 0x57, 0x7F, 0xA2},
    +    {0x05, 0x9B, 0x5E, 0x08, 0x51, 0xCF, 0x14, 0x3A},
    +    {0x07, 0x56, 0xD8, 0xE0, 0x77, 0x47, 0x61, 0xD2},
    +    {0x76, 0x25, 0x14, 0xB8, 0x29, 0xBF, 0x48, 0x6A},
    +    {0x3B, 0xDD, 0x11, 0x90, 0x49, 0x37, 0x28, 0x02},
    +    {0x26, 0x95, 0x5F, 0x68, 0x35, 0xAF, 0x60, 0x9A},
    +    {0x16, 0x4D, 0x5E, 0x40, 0x4F, 0x27, 0x52, 0x32},
    +    {0x6B, 0x05, 0x6E, 0x18, 0x75, 0x9F, 0x5C, 0xCA},
    +    {0x00, 0x4B, 0xD6, 0xEF, 0x09, 0x17, 0x60, 0x62},
    +    {0x48, 0x0D, 0x39, 0x00, 0x6E, 0xE7, 0x62, 0xF2},
    +    {0x43, 0x75, 0x40, 0xC8, 0x69, 0x8F, 0x3C, 0xFA},
    +    {0x07, 0x2D, 0x43, 0xA0, 0x77, 0x07, 0x52, 0x92},
    +    {0x02, 0xFE, 0x55, 0x77, 0x81, 0x17, 0xF1, 0x2A},
    +    {0x1D, 0x9D, 0x5C, 0x50, 0x18, 0xF7, 0x28, 0xC2},
    +    {0x30, 0x55, 0x32, 0x28, 0x6D, 0x6F, 0x29, 0x5A},
    +    {0x01, 0x23, 0x45, 0x67, 0x89, 0xAB, 0xCD, 0xEF},
    +    {0x01, 0x23, 0x45, 0x67, 0x89, 0xAB, 0xCD, 0xEF},
    +    {0x01, 0x23, 0x45, 0x67, 0x89, 0xAB, 0xCD, 0xEF},
    +    {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}
    +};
    +
    +static unsigned char cipher_data[NUM_TESTS][8] = {
    +    {0x8C, 0xA6, 0x4D, 0xE9, 0xC1, 0xB1, 0x23, 0xA7},
    +    {0x73, 0x59, 0xB2, 0x16, 0x3E, 0x4E, 0xDC, 0x58},
    +    {0x95, 0x8E, 0x6E, 0x62, 0x7A, 0x05, 0x55, 0x7B},
    +    {0xF4, 0x03, 0x79, 0xAB, 0x9E, 0x0E, 0xC5, 0x33},
    +    {0x17, 0x66, 0x8D, 0xFC, 0x72, 0x92, 0x53, 0x2D},
    +    {0x8A, 0x5A, 0xE1, 0xF8, 0x1A, 0xB8, 0xF2, 0xDD},
    +    {0x8C, 0xA6, 0x4D, 0xE9, 0xC1, 0xB1, 0x23, 0xA7},
    +    {0xED, 0x39, 0xD9, 0x50, 0xFA, 0x74, 0xBC, 0xC4},
    +    {0x69, 0x0F, 0x5B, 0x0D, 0x9A, 0x26, 0x93, 0x9B},
    +    {0x7A, 0x38, 0x9D, 0x10, 0x35, 0x4B, 0xD2, 0x71},
    +    {0x86, 0x8E, 0xBB, 0x51, 0xCA, 0xB4, 0x59, 0x9A},
    +    {0x71, 0x78, 0x87, 0x6E, 0x01, 0xF1, 0x9B, 0x2A},
    +    {0xAF, 0x37, 0xFB, 0x42, 0x1F, 0x8C, 0x40, 0x95},
    +    {0x86, 0xA5, 0x60, 0xF1, 0x0E, 0xC6, 0xD8, 0x5B},
    +    {0x0C, 0xD3, 0xDA, 0x02, 0x00, 0x21, 0xDC, 0x09},
    +    {0xEA, 0x67, 0x6B, 0x2C, 0xB7, 0xDB, 0x2B, 0x7A},
    +    {0xDF, 0xD6, 0x4A, 0x81, 0x5C, 0xAF, 0x1A, 0x0F},
    +    {0x5C, 0x51, 0x3C, 0x9C, 0x48, 0x86, 0xC0, 0x88},
    +    {0x0A, 0x2A, 0xEE, 0xAE, 0x3F, 0xF4, 0xAB, 0x77},
    +    {0xEF, 0x1B, 0xF0, 0x3E, 0x5D, 0xFA, 0x57, 0x5A},
    +    {0x88, 0xBF, 0x0D, 0xB6, 0xD7, 0x0D, 0xEE, 0x56},
    +    {0xA1, 0xF9, 0x91, 0x55, 0x41, 0x02, 0x0B, 0x56},
    +    {0x6F, 0xBF, 0x1C, 0xAF, 0xCF, 0xFD, 0x05, 0x56},
    +    {0x2F, 0x22, 0xE4, 0x9B, 0xAB, 0x7C, 0xA1, 0xAC},
    +    {0x5A, 0x6B, 0x61, 0x2C, 0xC2, 0x6C, 0xCE, 0x4A},
    +    {0x5F, 0x4C, 0x03, 0x8E, 0xD1, 0x2B, 0x2E, 0x41},
    +    {0x63, 0xFA, 0xC0, 0xD0, 0x34, 0xD9, 0xF7, 0x93},
    +    {0x61, 0x7B, 0x3A, 0x0C, 0xE8, 0xF0, 0x71, 0x00},
    +    {0xDB, 0x95, 0x86, 0x05, 0xF8, 0xC8, 0xC6, 0x06},
    +    {0xED, 0xBF, 0xD1, 0xC6, 0x6C, 0x29, 0xCC, 0xC7},
    +    {0x35, 0x55, 0x50, 0xB2, 0x15, 0x0E, 0x24, 0x51},
    +    {0xCA, 0xAA, 0xAF, 0x4D, 0xEA, 0xF1, 0xDB, 0xAE},
    +    {0xD5, 0xD4, 0x4F, 0xF7, 0x20, 0x68, 0x3D, 0x0D},
    +    {0x2A, 0x2B, 0xB0, 0x08, 0xDF, 0x97, 0xC2, 0xF2}
    +};
    +
    +static unsigned char cipher_ecb2[NUM_TESTS - 1][8] = {
    +    {0x92, 0x95, 0xB5, 0x9B, 0xB3, 0x84, 0x73, 0x6E},
    +    {0x19, 0x9E, 0x9D, 0x6D, 0xF3, 0x9A, 0xA8, 0x16},
    +    {0x2A, 0x4B, 0x4D, 0x24, 0x52, 0x43, 0x84, 0x27},
    +    {0x35, 0x84, 0x3C, 0x01, 0x9D, 0x18, 0xC5, 0xB6},
    +    {0x4A, 0x5B, 0x2F, 0x42, 0xAA, 0x77, 0x19, 0x25},
    +    {0xA0, 0x6B, 0xA9, 0xB8, 0xCA, 0x5B, 0x17, 0x8A},
    +    {0xAB, 0x9D, 0xB7, 0xFB, 0xED, 0x95, 0xF2, 0x74},
    +    {0x3D, 0x25, 0x6C, 0x23, 0xA7, 0x25, 0x2F, 0xD6},
    +    {0xB7, 0x6F, 0xAB, 0x4F, 0xBD, 0xBD, 0xB7, 0x67},
    +    {0x8F, 0x68, 0x27, 0xD6, 0x9C, 0xF4, 0x1A, 0x10},
    +    {0x82, 0x57, 0xA1, 0xD6, 0x50, 0x5E, 0x81, 0x85},
    +    {0xA2, 0x0F, 0x0A, 0xCD, 0x80, 0x89, 0x7D, 0xFA},
    +    {0xCD, 0x2A, 0x53, 0x3A, 0xDB, 0x0D, 0x7E, 0xF3},
    +    {0xD2, 0xC2, 0xBE, 0x27, 0xE8, 0x1B, 0x68, 0xE3},
    +    {0xE9, 0x24, 0xCF, 0x4F, 0x89, 0x3C, 0x5B, 0x0A},
    +    {0xA7, 0x18, 0xC3, 0x9F, 0xFA, 0x9F, 0xD7, 0x69},
    +    {0x77, 0x2C, 0x79, 0xB1, 0xD2, 0x31, 0x7E, 0xB1},
    +    {0x49, 0xAB, 0x92, 0x7F, 0xD0, 0x22, 0x00, 0xB7},
    +    {0xCE, 0x1C, 0x6C, 0x7D, 0x85, 0xE3, 0x4A, 0x6F},
    +    {0xBE, 0x91, 0xD6, 0xE1, 0x27, 0xB2, 0xE9, 0x87},
    +    {0x70, 0x28, 0xAE, 0x8F, 0xD1, 0xF5, 0x74, 0x1A},
    +    {0xAA, 0x37, 0x80, 0xBB, 0xF3, 0x22, 0x1D, 0xDE},
    +    {0xA6, 0xC4, 0xD2, 0x5E, 0x28, 0x93, 0xAC, 0xB3},
    +    {0x22, 0x07, 0x81, 0x5A, 0xE4, 0xB7, 0x1A, 0xAD},
    +    {0xDC, 0xCE, 0x05, 0xE7, 0x07, 0xBD, 0xF5, 0x84},
    +    {0x26, 0x1D, 0x39, 0x2C, 0xB3, 0xBA, 0xA5, 0x85},
    +    {0xB4, 0xF7, 0x0F, 0x72, 0xFB, 0x04, 0xF0, 0xDC},
    +    {0x95, 0xBA, 0xA9, 0x4E, 0x87, 0x36, 0xF2, 0x89},
    +    {0xD4, 0x07, 0x3A, 0xF1, 0x5A, 0x17, 0x82, 0x0E},
    +    {0xEF, 0x6F, 0xAF, 0xA7, 0x66, 0x1A, 0x7E, 0x89},
    +    {0xC1, 0x97, 0xF5, 0x58, 0x74, 0x8A, 0x20, 0xE7},
    +    {0x43, 0x34, 0xCF, 0xDA, 0x22, 0xC4, 0x86, 0xC8},
    +    {0x08, 0xD7, 0xB4, 0xFB, 0x62, 0x9D, 0x08, 0x85}
    +};
    +
    +static unsigned char cbc_key[8] =
    +    { 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef };
    +static unsigned char cbc2_key[8] =
    +    { 0xf1, 0xe0, 0xd3, 0xc2, 0xb5, 0xa4, 0x97, 0x86 };
    +static unsigned char cbc3_key[8] =
    +    { 0xfe, 0xdc, 0xba, 0x98, 0x76, 0x54, 0x32, 0x10 };
    +static unsigned char cbc_iv[8] =
    +    { 0xfe, 0xdc, 0xba, 0x98, 0x76, 0x54, 0x32, 0x10 };
    +/*
    + * Changed the following text constant to binary so it will work on ebcdic
    + * machines :-)
    + */
     /* static char cbc_data[40]="7654321 Now is the time for \0001"; */
    -static unsigned char cbc_data[40]={
    -	0x37,0x36,0x35,0x34,0x33,0x32,0x31,0x20,
    -	0x4E,0x6F,0x77,0x20,0x69,0x73,0x20,0x74,
    -	0x68,0x65,0x20,0x74,0x69,0x6D,0x65,0x20,
    -	0x66,0x6F,0x72,0x20,0x00,0x31,0x00,0x00,
    -	0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	};
    -
    -static unsigned char cbc_ok[32]={
    -	0xcc,0xd1,0x73,0xff,0xab,0x20,0x39,0xf4,
    -	0xac,0xd8,0xae,0xfd,0xdf,0xd8,0xa1,0xeb,
    -	0x46,0x8e,0x91,0x15,0x78,0x88,0xba,0x68,
    -	0x1d,0x26,0x93,0x97,0xf7,0xfe,0x62,0xb4};
    -
    -#ifdef SCREW_THE_PARITY
    -#error "SCREW_THE_PARITY is not ment to be defined."
    -#error "Original vectors are preserved for reference only."
    -static unsigned char cbc2_key[8]={0xf0,0xe1,0xd2,0xc3,0xb4,0xa5,0x96,0x87};
    -static unsigned char xcbc_ok[32]={
    -	0x86,0x74,0x81,0x0D,0x61,0xA4,0xA5,0x48,
    -	0xB9,0x93,0x03,0xE1,0xB8,0xBB,0xBD,0xBD,
    -	0x64,0x30,0x0B,0xB9,0x06,0x65,0x81,0x76,
    -	0x04,0x1D,0x77,0x62,0x17,0xCA,0x2B,0xD2,
    -	};
    -#else
    -static unsigned char xcbc_ok[32]={
    -	0x84,0x6B,0x29,0x14,0x85,0x1E,0x9A,0x29,
    -	0x54,0x73,0x2F,0x8A,0xA0,0xA6,0x11,0xC1,
    -	0x15,0xCD,0xC2,0xD7,0x95,0x1B,0x10,0x53,
    -	0xA6,0x3C,0x5E,0x03,0xB2,0x1A,0xA3,0xC4,
    -	};
    -#endif
    -
    -static unsigned char cbc3_ok[32]={
    -	0x3F,0xE3,0x01,0xC9,0x62,0xAC,0x01,0xD0,
    -	0x22,0x13,0x76,0x3C,0x1C,0xBD,0x4C,0xDC,
    -	0x79,0x96,0x57,0xC0,0x64,0xEC,0xF5,0xD4,
    -	0x1C,0x67,0x38,0x12,0xCF,0xDE,0x96,0x75};
    -
    -static unsigned char pcbc_ok[32]={
    -	0xcc,0xd1,0x73,0xff,0xab,0x20,0x39,0xf4,
    -	0x6d,0xec,0xb4,0x70,0xa0,0xe5,0x6b,0x15,
    -	0xae,0xa6,0xbf,0x61,0xed,0x7d,0x9c,0x9f,
    -	0xf7,0x17,0x46,0x3b,0x8a,0xb3,0xcc,0x88};
    -
    -static unsigned char cfb_key[8]={0x01,0x23,0x45,0x67,0x89,0xab,0xcd,0xef};
    -static unsigned char cfb_iv[8]={0x12,0x34,0x56,0x78,0x90,0xab,0xcd,0xef};
    -static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8];
    -static unsigned char plain[24]=
    -	{
    -	0x4e,0x6f,0x77,0x20,0x69,0x73,
    -	0x20,0x74,0x68,0x65,0x20,0x74,
    -	0x69,0x6d,0x65,0x20,0x66,0x6f,
    -	0x72,0x20,0x61,0x6c,0x6c,0x20
    -	};
    -static unsigned char cfb_cipher8[24]= {
    -	0xf3,0x1f,0xda,0x07,0x01,0x14, 0x62,0xee,0x18,0x7f,0x43,0xd8,
    -	0x0a,0x7c,0xd9,0xb5,0xb0,0xd2, 0x90,0xda,0x6e,0x5b,0x9a,0x87 };
    -static unsigned char cfb_cipher16[24]={
    -	0xF3,0x09,0x87,0x87,0x7F,0x57, 0xF7,0x3C,0x36,0xB6,0xDB,0x70,
    -	0xD8,0xD5,0x34,0x19,0xD3,0x86, 0xB2,0x23,0xB7,0xB2,0xAD,0x1B };
    -static unsigned char cfb_cipher32[24]={
    -	0xF3,0x09,0x62,0x49,0xA4,0xDF, 0xA4,0x9F,0x33,0xDC,0x7B,0xAD,
    -	0x4C,0xC8,0x9F,0x64,0xE4,0x53, 0xE5,0xEC,0x67,0x20,0xDA,0xB6 };
    -static unsigned char cfb_cipher48[24]={
    -	0xF3,0x09,0x62,0x49,0xC7,0xF4, 0x30,0xB5,0x15,0xEC,0xBB,0x85,
    -	0x97,0x5A,0x13,0x8C,0x68,0x60, 0xE2,0x38,0x34,0x3C,0xDC,0x1F };
    -static unsigned char cfb_cipher64[24]={
    -	0xF3,0x09,0x62,0x49,0xC7,0xF4, 0x6E,0x51,0xA6,0x9E,0x83,0x9B,
    -	0x1A,0x92,0xF7,0x84,0x03,0x46, 0x71,0x33,0x89,0x8E,0xA6,0x22 };
    -
    -static unsigned char ofb_key[8]={0x01,0x23,0x45,0x67,0x89,0xab,0xcd,0xef};
    -static unsigned char ofb_iv[8]={0x12,0x34,0x56,0x78,0x90,0xab,0xcd,0xef};
    -static unsigned char ofb_buf1[24],ofb_buf2[24],ofb_tmp[8];
    -static unsigned char ofb_cipher[24]=
    -	{
    -	0xf3,0x09,0x62,0x49,0xc7,0xf4,0x6e,0x51,
    -	0x35,0xf2,0x4a,0x24,0x2e,0xeb,0x3d,0x3f,
    -	0x3d,0x6d,0x5b,0xe3,0x25,0x5a,0xf8,0xc3
    -	};
    -
    -#if 0
    -static DES_LONG cbc_cksum_ret=0xB462FEF7L;
    -#else
    -static DES_LONG cbc_cksum_ret=0xF7FE62B4L;
    -#endif
    -static unsigned char cbc_cksum_data[8]={0x1D,0x26,0x93,0x97,0xf7,0xfe,0x62,0xb4};
    +static unsigned char cbc_data[40] = {
    +    0x37, 0x36, 0x35, 0x34, 0x33, 0x32, 0x31, 0x20,
    +    0x4E, 0x6F, 0x77, 0x20, 0x69, 0x73, 0x20, 0x74,
    +    0x68, 0x65, 0x20, 0x74, 0x69, 0x6D, 0x65, 0x20,
    +    0x66, 0x6F, 0x72, 0x20, 0x00, 0x31, 0x00, 0x00,
    +    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +};
    +
    +static unsigned char cbc_ok[32] = {
    +    0xcc, 0xd1, 0x73, 0xff, 0xab, 0x20, 0x39, 0xf4,
    +    0xac, 0xd8, 0xae, 0xfd, 0xdf, 0xd8, 0xa1, 0xeb,
    +    0x46, 0x8e, 0x91, 0x15, 0x78, 0x88, 0xba, 0x68,
    +    0x1d, 0x26, 0x93, 0x97, 0xf7, 0xfe, 0x62, 0xb4
    +};
    +
    +# ifdef SCREW_THE_PARITY
    +#  error "SCREW_THE_PARITY is not ment to be defined."
    +#  error "Original vectors are preserved for reference only."
    +static unsigned char cbc2_key[8] =
    +    { 0xf0, 0xe1, 0xd2, 0xc3, 0xb4, 0xa5, 0x96, 0x87 };
    +static unsigned char xcbc_ok[32] = {
    +    0x86, 0x74, 0x81, 0x0D, 0x61, 0xA4, 0xA5, 0x48,
    +    0xB9, 0x93, 0x03, 0xE1, 0xB8, 0xBB, 0xBD, 0xBD,
    +    0x64, 0x30, 0x0B, 0xB9, 0x06, 0x65, 0x81, 0x76,
    +    0x04, 0x1D, 0x77, 0x62, 0x17, 0xCA, 0x2B, 0xD2,
    +};
    +# else
    +static unsigned char xcbc_ok[32] = {
    +    0x84, 0x6B, 0x29, 0x14, 0x85, 0x1E, 0x9A, 0x29,
    +    0x54, 0x73, 0x2F, 0x8A, 0xA0, 0xA6, 0x11, 0xC1,
    +    0x15, 0xCD, 0xC2, 0xD7, 0x95, 0x1B, 0x10, 0x53,
    +    0xA6, 0x3C, 0x5E, 0x03, 0xB2, 0x1A, 0xA3, 0xC4,
    +};
    +# endif
    +
    +static unsigned char cbc3_ok[32] = {
    +    0x3F, 0xE3, 0x01, 0xC9, 0x62, 0xAC, 0x01, 0xD0,
    +    0x22, 0x13, 0x76, 0x3C, 0x1C, 0xBD, 0x4C, 0xDC,
    +    0x79, 0x96, 0x57, 0xC0, 0x64, 0xEC, 0xF5, 0xD4,
    +    0x1C, 0x67, 0x38, 0x12, 0xCF, 0xDE, 0x96, 0x75
    +};
    +
    +static unsigned char pcbc_ok[32] = {
    +    0xcc, 0xd1, 0x73, 0xff, 0xab, 0x20, 0x39, 0xf4,
    +    0x6d, 0xec, 0xb4, 0x70, 0xa0, 0xe5, 0x6b, 0x15,
    +    0xae, 0xa6, 0xbf, 0x61, 0xed, 0x7d, 0x9c, 0x9f,
    +    0xf7, 0x17, 0x46, 0x3b, 0x8a, 0xb3, 0xcc, 0x88
    +};
    +
    +static unsigned char cfb_key[8] =
    +    { 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef };
    +static unsigned char cfb_iv[8] =
    +    { 0x12, 0x34, 0x56, 0x78, 0x90, 0xab, 0xcd, 0xef };
    +static unsigned char cfb_buf1[40], cfb_buf2[40], cfb_tmp[8];
    +static unsigned char plain[24] = {
    +    0x4e, 0x6f, 0x77, 0x20, 0x69, 0x73,
    +    0x20, 0x74, 0x68, 0x65, 0x20, 0x74,
    +    0x69, 0x6d, 0x65, 0x20, 0x66, 0x6f,
    +    0x72, 0x20, 0x61, 0x6c, 0x6c, 0x20
    +};
    +
    +static unsigned char cfb_cipher8[24] = {
    +    0xf3, 0x1f, 0xda, 0x07, 0x01, 0x14, 0x62, 0xee, 0x18, 0x7f, 0x43, 0xd8,
    +    0x0a, 0x7c, 0xd9, 0xb5, 0xb0, 0xd2, 0x90, 0xda, 0x6e, 0x5b, 0x9a, 0x87
    +};
    +
    +static unsigned char cfb_cipher16[24] = {
    +    0xF3, 0x09, 0x87, 0x87, 0x7F, 0x57, 0xF7, 0x3C, 0x36, 0xB6, 0xDB, 0x70,
    +    0xD8, 0xD5, 0x34, 0x19, 0xD3, 0x86, 0xB2, 0x23, 0xB7, 0xB2, 0xAD, 0x1B
    +};
    +
    +static unsigned char cfb_cipher32[24] = {
    +    0xF3, 0x09, 0x62, 0x49, 0xA4, 0xDF, 0xA4, 0x9F, 0x33, 0xDC, 0x7B, 0xAD,
    +    0x4C, 0xC8, 0x9F, 0x64, 0xE4, 0x53, 0xE5, 0xEC, 0x67, 0x20, 0xDA, 0xB6
    +};
    +
    +static unsigned char cfb_cipher48[24] = {
    +    0xF3, 0x09, 0x62, 0x49, 0xC7, 0xF4, 0x30, 0xB5, 0x15, 0xEC, 0xBB, 0x85,
    +    0x97, 0x5A, 0x13, 0x8C, 0x68, 0x60, 0xE2, 0x38, 0x34, 0x3C, 0xDC, 0x1F
    +};
    +
    +static unsigned char cfb_cipher64[24] = {
    +    0xF3, 0x09, 0x62, 0x49, 0xC7, 0xF4, 0x6E, 0x51, 0xA6, 0x9E, 0x83, 0x9B,
    +    0x1A, 0x92, 0xF7, 0x84, 0x03, 0x46, 0x71, 0x33, 0x89, 0x8E, 0xA6, 0x22
    +};
    +
    +static unsigned char ofb_key[8] =
    +    { 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef };
    +static unsigned char ofb_iv[8] =
    +    { 0x12, 0x34, 0x56, 0x78, 0x90, 0xab, 0xcd, 0xef };
    +static unsigned char ofb_buf1[24], ofb_buf2[24], ofb_tmp[8];
    +static unsigned char ofb_cipher[24] = {
    +    0xf3, 0x09, 0x62, 0x49, 0xc7, 0xf4, 0x6e, 0x51,
    +    0x35, 0xf2, 0x4a, 0x24, 0x2e, 0xeb, 0x3d, 0x3f,
    +    0x3d, 0x6d, 0x5b, 0xe3, 0x25, 0x5a, 0xf8, 0xc3
    +};
    +
    +# if 0
    +static DES_LONG cbc_cksum_ret = 0xB462FEF7L;
    +# else
    +static DES_LONG cbc_cksum_ret = 0xF7FE62B4L;
    +# endif
    +static unsigned char cbc_cksum_data[8] =
    +    { 0x1D, 0x26, 0x93, 0x97, 0xf7, 0xfe, 0x62, 0xb4 };
     
     static char *pt(unsigned char *p);
     static int cfb_test(int bits, unsigned char *cfb_cipher);
     static int cfb64_test(unsigned char *cfb_cipher);
     static int ede_cfb64_test(unsigned char *cfb_cipher);
     int main(int argc, char *argv[])
    -	{
    -	int j,err=0;
    -	unsigned int i;
    -	des_cblock in,out,outin,iv3,iv2;
    -	des_key_schedule ks,ks2,ks3;
    -	unsigned char cbc_in[40];
    -	unsigned char cbc_out[40];
    -	DES_LONG cs;
    -	unsigned char cret[8];
    -#ifdef _CRAY
    -        struct {
    -            int a:32;
    -            int b:32;
    -        } lqret[2];
    -#else
    -        DES_LONG lqret[4];
    -#endif
    -	int num;
    -	char *str;
    -
    -#ifndef OPENSSL_NO_DESCBCM
    -	printf("Doing cbcm\n");
    -	if ((j=DES_set_key_checked(&cbc_key,&ks)) != 0)
    -		{
    -		printf("Key error %d\n",j);
    -		err=1;
    -		}
    -	if ((j=DES_set_key_checked(&cbc2_key,&ks2)) != 0)
    -		{
    -		printf("Key error %d\n",j);
    -		err=1;
    -		}
    -	if ((j=DES_set_key_checked(&cbc3_key,&ks3)) != 0)
    -		{
    -		printf("Key error %d\n",j);
    -		err=1;
    -		}
    -	memset(cbc_out,0,40);
    -	memset(cbc_in,0,40);
    -	i=strlen((char *)cbc_data)+1;
    -	/* i=((i+7)/8)*8; */
    -	memcpy(iv3,cbc_iv,sizeof(cbc_iv));
    -	memset(iv2,'\0',sizeof iv2);
    -
    -	DES_ede3_cbcm_encrypt(cbc_data,cbc_out,16L,&ks,&ks2,&ks3,&iv3,&iv2,
    -			      DES_ENCRYPT);
    -	DES_ede3_cbcm_encrypt(&cbc_data[16],&cbc_out[16],i-16,&ks,&ks2,&ks3,
    -			      &iv3,&iv2,DES_ENCRYPT);
    -	/*	if (memcmp(cbc_out,cbc3_ok,
    -		(unsigned int)(strlen((char *)cbc_data)+1+7)/8*8) != 0)
    -		{
    -		printf("des_ede3_cbc_encrypt encrypt error\n");
    -		err=1;
    -		}
    -	*/
    -	memcpy(iv3,cbc_iv,sizeof(cbc_iv));
    -	memset(iv2,'\0',sizeof iv2);
    -	DES_ede3_cbcm_encrypt(cbc_out,cbc_in,i,&ks,&ks2,&ks3,&iv3,&iv2,DES_DECRYPT);
    -	if (memcmp(cbc_in,cbc_data,strlen((char *)cbc_data)+1) != 0)
    -		{
    -		unsigned int n;
    -
    -		printf("des_ede3_cbcm_encrypt decrypt error\n");
    -		for(n=0 ; n < i ; ++n)
    -		    printf(" %02x",cbc_data[n]);
    -		printf("\n");
    -		for(n=0 ; n < i ; ++n)
    -		    printf(" %02x",cbc_in[n]);
    -		printf("\n");
    -		err=1;
    -		}
    -#endif
    -
    -	printf("Doing ecb\n");
    -	for (i=0; i>4)&0xf];
    -		ret[i*2+1]=f[p[i]&0xf];
    -		}
    -	ret[16]='\0';
    -	return(ret);
    -	}
    -
    -#ifndef LIBDES_LIT
    +{
    +    static char bufs[10][20];
    +    static int bnum = 0;
    +    char *ret;
    +    int i;
    +    static char *f = "0123456789ABCDEF";
    +
    +    ret = &(bufs[bnum++][0]);
    +    bnum %= 10;
    +    for (i = 0; i < 8; i++) {
    +        ret[i * 2] = f[(p[i] >> 4) & 0xf];
    +        ret[i * 2 + 1] = f[p[i] & 0xf];
    +    }
    +    ret[16] = '\0';
    +    return (ret);
    +}
    +
    +# ifndef LIBDES_LIT
     
     static int cfb_test(int bits, unsigned char *cfb_cipher)
    -	{
    -	des_key_schedule ks;
    -	int i,err=0;
    -
    -	DES_set_key_checked(&cfb_key,&ks);
    -	memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv));
    -	des_cfb_encrypt(plain,cfb_buf1,bits,sizeof(plain),ks,&cfb_tmp,
    -			DES_ENCRYPT);
    -	if (memcmp(cfb_cipher,cfb_buf1,sizeof(plain)) != 0)
    -		{
    -		err=1;
    -		printf("cfb_encrypt encrypt error\n");
    -		for (i=0; i<24; i+=8)
    -			printf("%s\n",pt(&(cfb_buf1[i])));
    -		}
    -	memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv));
    -	des_cfb_encrypt(cfb_buf1,cfb_buf2,bits,sizeof(plain),ks,&cfb_tmp,
    -			DES_DECRYPT);
    -	if (memcmp(plain,cfb_buf2,sizeof(plain)) != 0)
    -		{
    -		err=1;
    -		printf("cfb_encrypt decrypt error\n");
    -		for (i=0; i<24; i+=8)
    -			printf("%s\n",pt(&(cfb_buf1[i])));
    -		}
    -	return(err);
    -	}
    +{
    +    des_key_schedule ks;
    +    int i, err = 0;
    +
    +    DES_set_key_checked(&cfb_key, &ks);
    +    memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv));
    +    des_cfb_encrypt(plain, cfb_buf1, bits, sizeof(plain), ks, &cfb_tmp,
    +                    DES_ENCRYPT);
    +    if (memcmp(cfb_cipher, cfb_buf1, sizeof(plain)) != 0) {
    +        err = 1;
    +        printf("cfb_encrypt encrypt error\n");
    +        for (i = 0; i < 24; i += 8)
    +            printf("%s\n", pt(&(cfb_buf1[i])));
    +    }
    +    memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv));
    +    des_cfb_encrypt(cfb_buf1, cfb_buf2, bits, sizeof(plain), ks, &cfb_tmp,
    +                    DES_DECRYPT);
    +    if (memcmp(plain, cfb_buf2, sizeof(plain)) != 0) {
    +        err = 1;
    +        printf("cfb_encrypt decrypt error\n");
    +        for (i = 0; i < 24; i += 8)
    +            printf("%s\n", pt(&(cfb_buf1[i])));
    +    }
    +    return (err);
    +}
     
     static int cfb64_test(unsigned char *cfb_cipher)
    -	{
    -	des_key_schedule ks;
    -	int err=0,i,n;
    -
    -	DES_set_key_checked(&cfb_key,&ks);
    -	memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv));
    -	n=0;
    -	des_cfb64_encrypt(plain,cfb_buf1,12,ks,&cfb_tmp,&n,DES_ENCRYPT);
    -	des_cfb64_encrypt(&(plain[12]),&(cfb_buf1[12]),sizeof(plain)-12,ks,
    -			  &cfb_tmp,&n,DES_ENCRYPT);
    -	if (memcmp(cfb_cipher,cfb_buf1,sizeof(plain)) != 0)
    -		{
    -		err=1;
    -		printf("cfb_encrypt encrypt error\n");
    -		for (i=0; i<24; i+=8)
    -			printf("%s\n",pt(&(cfb_buf1[i])));
    -		}
    -	memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv));
    -	n=0;
    -	des_cfb64_encrypt(cfb_buf1,cfb_buf2,17,ks,&cfb_tmp,&n,DES_DECRYPT);
    -	des_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
    -			  sizeof(plain)-17,ks,&cfb_tmp,&n,DES_DECRYPT);
    -	if (memcmp(plain,cfb_buf2,sizeof(plain)) != 0)
    -		{
    -		err=1;
    -		printf("cfb_encrypt decrypt error\n");
    -		for (i=0; i<24; i+=8)
    -			printf("%s\n",pt(&(cfb_buf2[i])));
    -		}
    -	return(err);
    -	}
    +{
    +    des_key_schedule ks;
    +    int err = 0, i, n;
    +
    +    DES_set_key_checked(&cfb_key, &ks);
    +    memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv));
    +    n = 0;
    +    des_cfb64_encrypt(plain, cfb_buf1, 12, ks, &cfb_tmp, &n, DES_ENCRYPT);
    +    des_cfb64_encrypt(&(plain[12]), &(cfb_buf1[12]), sizeof(plain) - 12, ks,
    +                      &cfb_tmp, &n, DES_ENCRYPT);
    +    if (memcmp(cfb_cipher, cfb_buf1, sizeof(plain)) != 0) {
    +        err = 1;
    +        printf("cfb_encrypt encrypt error\n");
    +        for (i = 0; i < 24; i += 8)
    +            printf("%s\n", pt(&(cfb_buf1[i])));
    +    }
    +    memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv));
    +    n = 0;
    +    des_cfb64_encrypt(cfb_buf1, cfb_buf2, 17, ks, &cfb_tmp, &n, DES_DECRYPT);
    +    des_cfb64_encrypt(&(cfb_buf1[17]), &(cfb_buf2[17]),
    +                      sizeof(plain) - 17, ks, &cfb_tmp, &n, DES_DECRYPT);
    +    if (memcmp(plain, cfb_buf2, sizeof(plain)) != 0) {
    +        err = 1;
    +        printf("cfb_encrypt decrypt error\n");
    +        for (i = 0; i < 24; i += 8)
    +            printf("%s\n", pt(&(cfb_buf2[i])));
    +    }
    +    return (err);
    +}
     
     static int ede_cfb64_test(unsigned char *cfb_cipher)
    -	{
    -	des_key_schedule ks;
    -	int err=0,i,n;
    -
    -	DES_set_key_checked(&cfb_key,&ks);
    -	memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv));
    -	n=0;
    -	des_ede3_cfb64_encrypt(plain,cfb_buf1,12,ks,ks,ks,&cfb_tmp,&n,
    -			       DES_ENCRYPT);
    -	des_ede3_cfb64_encrypt(&(plain[12]),&(cfb_buf1[12]),
    -			       sizeof(plain)-12,ks,ks,ks,
    -			       &cfb_tmp,&n,DES_ENCRYPT);
    -	if (memcmp(cfb_cipher,cfb_buf1,sizeof(plain)) != 0)
    -		{
    -		err=1;
    -		printf("ede_cfb_encrypt encrypt error\n");
    -		for (i=0; i<24; i+=8)
    -			printf("%s\n",pt(&(cfb_buf1[i])));
    -		}
    -	memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv));
    -	n=0;
    -	des_ede3_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)17,ks,ks,ks,
    -			       &cfb_tmp,&n,DES_DECRYPT);
    -	des_ede3_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
    -			       sizeof(plain)-17,ks,ks,ks,
    -			       &cfb_tmp,&n,DES_DECRYPT);
    -	if (memcmp(plain,cfb_buf2,sizeof(plain)) != 0)
    -		{
    -		err=1;
    -		printf("ede_cfb_encrypt decrypt error\n");
    -		for (i=0; i<24; i+=8)
    -			printf("%s\n",pt(&(cfb_buf2[i])));
    -		}
    -	return(err);
    -	}
    +{
    +    des_key_schedule ks;
    +    int err = 0, i, n;
    +
    +    DES_set_key_checked(&cfb_key, &ks);
    +    memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv));
    +    n = 0;
    +    des_ede3_cfb64_encrypt(plain, cfb_buf1, 12, ks, ks, ks, &cfb_tmp, &n,
    +                           DES_ENCRYPT);
    +    des_ede3_cfb64_encrypt(&(plain[12]), &(cfb_buf1[12]),
    +                           sizeof(plain) - 12, ks, ks, ks,
    +                           &cfb_tmp, &n, DES_ENCRYPT);
    +    if (memcmp(cfb_cipher, cfb_buf1, sizeof(plain)) != 0) {
    +        err = 1;
    +        printf("ede_cfb_encrypt encrypt error\n");
    +        for (i = 0; i < 24; i += 8)
    +            printf("%s\n", pt(&(cfb_buf1[i])));
    +    }
    +    memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv));
    +    n = 0;
    +    des_ede3_cfb64_encrypt(cfb_buf1, cfb_buf2, (long)17, ks, ks, ks,
    +                           &cfb_tmp, &n, DES_DECRYPT);
    +    des_ede3_cfb64_encrypt(&(cfb_buf1[17]), &(cfb_buf2[17]),
    +                           sizeof(plain) - 17, ks, ks, ks,
    +                           &cfb_tmp, &n, DES_DECRYPT);
    +    if (memcmp(plain, cfb_buf2, sizeof(plain)) != 0) {
    +        err = 1;
    +        printf("ede_cfb_encrypt decrypt error\n");
    +        for (i = 0; i < 24; i += 8)
    +            printf("%s\n", pt(&(cfb_buf2[i])));
    +    }
    +    return (err);
    +}
     
    -#endif
    +# endif
     #endif
    diff --git a/openssl/crypto/des/ecb3_enc.c b/openssl/crypto/des/ecb3_enc.c
    index c3437bc60..c49fbd41e 100644
    --- a/openssl/crypto/des/ecb3_enc.c
    +++ b/openssl/crypto/des/ecb3_enc.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -59,25 +59,24 @@
     #include "des_locl.h"
     
     void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output,
    -		      DES_key_schedule *ks1, DES_key_schedule *ks2,
    -		      DES_key_schedule *ks3,
    -	     int enc)
    -	{
    -	register DES_LONG l0,l1;
    -	DES_LONG ll[2];
    -	const unsigned char *in = &(*input)[0];
    -	unsigned char *out = &(*output)[0];
    +                      DES_key_schedule *ks1, DES_key_schedule *ks2,
    +                      DES_key_schedule *ks3, int enc)
    +{
    +    register DES_LONG l0, l1;
    +    DES_LONG ll[2];
    +    const unsigned char *in = &(*input)[0];
    +    unsigned char *out = &(*output)[0];
     
    -	c2l(in,l0);
    -	c2l(in,l1);
    -	ll[0]=l0;
    -	ll[1]=l1;
    -	if (enc)
    -		DES_encrypt3(ll,ks1,ks2,ks3);
    -	else
    -		DES_decrypt3(ll,ks1,ks2,ks3);
    -	l0=ll[0];
    -	l1=ll[1];
    -	l2c(l0,out);
    -	l2c(l1,out);
    -	}
    +    c2l(in, l0);
    +    c2l(in, l1);
    +    ll[0] = l0;
    +    ll[1] = l1;
    +    if (enc)
    +        DES_encrypt3(ll, ks1, ks2, ks3);
    +    else
    +        DES_decrypt3(ll, ks1, ks2, ks3);
    +    l0 = ll[0];
    +    l1 = ll[1];
    +    l2c(l0, out);
    +    l2c(l1, out);
    +}
    diff --git a/openssl/crypto/des/ecb_enc.c b/openssl/crypto/des/ecb_enc.c
    index 0684e769b..f97fd971d 100644
    --- a/openssl/crypto/des/ecb_enc.c
    +++ b/openssl/crypto/des/ecb_enc.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,62 +61,64 @@
     #include 
     #include 
     
    -OPENSSL_GLOBAL const char libdes_version[]="libdes" OPENSSL_VERSION_PTEXT;
    -OPENSSL_GLOBAL const char DES_version[]="DES" OPENSSL_VERSION_PTEXT;
    +OPENSSL_GLOBAL const char libdes_version[] = "libdes" OPENSSL_VERSION_PTEXT;
    +OPENSSL_GLOBAL const char DES_version[] = "DES" OPENSSL_VERSION_PTEXT;
     
     const char *DES_options(void)
    -	{
    -	static int init=1;
    -	static char buf[32];
    +{
    +    static int init = 1;
    +    static char buf[32];
     
    -	if (init)
    -		{
    -		const char *ptr,*unroll,*risc,*size;
    +    if (init) {
    +        const char *ptr, *unroll, *risc, *size;
     
     #ifdef DES_PTR
    -		ptr="ptr";
    +        ptr = "ptr";
     #else
    -		ptr="idx";
    +        ptr = "idx";
     #endif
     #if defined(DES_RISC1) || defined(DES_RISC2)
    -#ifdef DES_RISC1
    -		risc="risc1";
    -#endif
    -#ifdef DES_RISC2
    -		risc="risc2";
    -#endif
    +# ifdef DES_RISC1
    +        risc = "risc1";
    +# endif
    +# ifdef DES_RISC2
    +        risc = "risc2";
    +# endif
     #else
    -		risc="cisc";
    +        risc = "cisc";
     #endif
     #ifdef DES_UNROLL
    -		unroll="16";
    +        unroll = "16";
     #else
    -		unroll="2";
    +        unroll = "2";
     #endif
    -		if (sizeof(DES_LONG) != sizeof(long))
    -			size="int";
    -		else
    -			size="long";
    -		BIO_snprintf(buf,sizeof buf,"des(%s,%s,%s,%s)",ptr,risc,unroll,
    -			     size);
    -		init=0;
    -		}
    -	return(buf);
    -	}
    -		
    +        if (sizeof(DES_LONG) != sizeof(long))
    +            size = "int";
    +        else
    +            size = "long";
    +        BIO_snprintf(buf, sizeof buf, "des(%s,%s,%s,%s)", ptr, risc, unroll,
    +                     size);
    +        init = 0;
    +    }
    +    return (buf);
    +}
     
     void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
    -		     DES_key_schedule *ks, int enc)
    -	{
    -	register DES_LONG l;
    -	DES_LONG ll[2];
    -	const unsigned char *in = &(*input)[0];
    -	unsigned char *out = &(*output)[0];
    +                     DES_key_schedule *ks, int enc)
    +{
    +    register DES_LONG l;
    +    DES_LONG ll[2];
    +    const unsigned char *in = &(*input)[0];
    +    unsigned char *out = &(*output)[0];
     
    -	c2l(in,l); ll[0]=l;
    -	c2l(in,l); ll[1]=l;
    -	DES_encrypt1(ll,ks,enc);
    -	l=ll[0]; l2c(l,out);
    -	l=ll[1]; l2c(l,out);
    -	l=ll[0]=ll[1]=0;
    -	}
    +    c2l(in, l);
    +    ll[0] = l;
    +    c2l(in, l);
    +    ll[1] = l;
    +    DES_encrypt1(ll, ks, enc);
    +    l = ll[0];
    +    l2c(l, out);
    +    l = ll[1];
    +    l2c(l, out);
    +    l = ll[0] = ll[1] = 0;
    +}
    diff --git a/openssl/crypto/des/ede_cbcm_enc.c b/openssl/crypto/des/ede_cbcm_enc.c
    index adfcb75cf..86f27d077 100644
    --- a/openssl/crypto/des/ede_cbcm_enc.c
    +++ b/openssl/crypto/des/ede_cbcm_enc.c
    @@ -1,6 +1,7 @@
     /* ede_cbcm_enc.c */
    -/* Written by Ben Laurie  for the OpenSSL
    - * project 13 Feb 1999.
    +/*
    + * Written by Ben Laurie  for the OpenSSL project 13 Feb
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -57,143 +58,132 @@
      */
     
     /*
    -
    -This is an implementation of Triple DES Cipher Block Chaining with Output
    -Feedback Masking, by Coppersmith, Johnson and Matyas, (IBM and Certicom).
    -
    -Note that there is a known attack on this by Biham and Knudsen but it takes
    -a lot of work:
    -
    -http://www.cs.technion.ac.il/users/wwwb/cgi-bin/tr-get.cgi/1998/CS/CS0928.ps.gz
    -
    -*/
    + *
    + * This is an implementation of Triple DES Cipher Block Chaining with Output
    + * Feedback Masking, by Coppersmith, Johnson and Matyas, (IBM and Certicom).
    + *
    + * Note that there is a known attack on this by Biham and Knudsen but it
    + * takes a lot of work:
    + *
    + * http://www.cs.technion.ac.il/users/wwwb/cgi-bin/tr-get.cgi/1998/CS/CS0928.ps.gz
    + *
    + */
     
     #include  /* To see if OPENSSL_NO_DESCBCM is defined */
     
     #ifndef OPENSSL_NO_DESCBCM
    -#include "des_locl.h"
    +# include "des_locl.h"
     
     void DES_ede3_cbcm_encrypt(const unsigned char *in, unsigned char *out,
    -	     long length, DES_key_schedule *ks1, DES_key_schedule *ks2,
    -	     DES_key_schedule *ks3, DES_cblock *ivec1, DES_cblock *ivec2,
    -	     int enc)
    -    {
    -    register DES_LONG tin0,tin1;
    -    register DES_LONG tout0,tout1,xor0,xor1,m0,m1;
    -    register long l=length;
    +                           long length, DES_key_schedule *ks1,
    +                           DES_key_schedule *ks2, DES_key_schedule *ks3,
    +                           DES_cblock *ivec1, DES_cblock *ivec2, int enc)
    +{
    +    register DES_LONG tin0, tin1;
    +    register DES_LONG tout0, tout1, xor0, xor1, m0, m1;
    +    register long l = length;
         DES_LONG tin[2];
    -    unsigned char *iv1,*iv2;
    +    unsigned char *iv1, *iv2;
     
         iv1 = &(*ivec1)[0];
         iv2 = &(*ivec2)[0];
     
    -    if (enc)
    -	{
    -	c2l(iv1,m0);
    -	c2l(iv1,m1);
    -	c2l(iv2,tout0);
    -	c2l(iv2,tout1);
    -	for (l-=8; l>=-7; l-=8)
    -	    {
    -	    tin[0]=m0;
    -	    tin[1]=m1;
    -	    DES_encrypt1(tin,ks3,1);
    -	    m0=tin[0];
    -	    m1=tin[1];
    -
    -	    if(l < 0)
    -		{
    -		c2ln(in,tin0,tin1,l+8);
    -		}
    -	    else
    -		{
    -		c2l(in,tin0);
    -		c2l(in,tin1);
    -		}
    -	    tin0^=tout0;
    -	    tin1^=tout1;
    -
    -	    tin[0]=tin0;
    -	    tin[1]=tin1;
    -	    DES_encrypt1(tin,ks1,1);
    -	    tin[0]^=m0;
    -	    tin[1]^=m1;
    -	    DES_encrypt1(tin,ks2,0);
    -	    tin[0]^=m0;
    -	    tin[1]^=m1;
    -	    DES_encrypt1(tin,ks1,1);
    -	    tout0=tin[0];
    -	    tout1=tin[1];
    -
    -	    l2c(tout0,out);
    -	    l2c(tout1,out);
    -	    }
    -	iv1=&(*ivec1)[0];
    -	l2c(m0,iv1);
    -	l2c(m1,iv1);
    -
    -	iv2=&(*ivec2)[0];
    -	l2c(tout0,iv2);
    -	l2c(tout1,iv2);
    -	}
    -    else
    -	{
    -	register DES_LONG t0,t1;
    -
    -	c2l(iv1,m0);
    -	c2l(iv1,m1);
    -	c2l(iv2,xor0);
    -	c2l(iv2,xor1);
    -	for (l-=8; l>=-7; l-=8)
    -	    {
    -	    tin[0]=m0;
    -	    tin[1]=m1;
    -	    DES_encrypt1(tin,ks3,1);
    -	    m0=tin[0];
    -	    m1=tin[1];
    -
    -	    c2l(in,tin0);
    -	    c2l(in,tin1);
    -
    -	    t0=tin0;
    -	    t1=tin1;
    -
    -	    tin[0]=tin0;
    -	    tin[1]=tin1;
    -	    DES_encrypt1(tin,ks1,0);
    -	    tin[0]^=m0;
    -	    tin[1]^=m1;
    -	    DES_encrypt1(tin,ks2,1);
    -	    tin[0]^=m0;
    -	    tin[1]^=m1;
    -	    DES_encrypt1(tin,ks1,0);
    -	    tout0=tin[0];
    -	    tout1=tin[1];
    -
    -	    tout0^=xor0;
    -	    tout1^=xor1;
    -	    if(l < 0)
    -		{
    -		l2cn(tout0,tout1,out,l+8);
    -		}
    -	    else
    -		{
    -		l2c(tout0,out);
    -		l2c(tout1,out);
    -		}
    -	    xor0=t0;
    -	    xor1=t1;
    -	    }
    -
    -	iv1=&(*ivec1)[0];
    -	l2c(m0,iv1);
    -	l2c(m1,iv1);
    -
    -	iv2=&(*ivec2)[0];
    -	l2c(xor0,iv2);
    -	l2c(xor1,iv2);
    -	}
    -    tin0=tin1=tout0=tout1=xor0=xor1=0;
    -    tin[0]=tin[1]=0;
    +    if (enc) {
    +        c2l(iv1, m0);
    +        c2l(iv1, m1);
    +        c2l(iv2, tout0);
    +        c2l(iv2, tout1);
    +        for (l -= 8; l >= -7; l -= 8) {
    +            tin[0] = m0;
    +            tin[1] = m1;
    +            DES_encrypt1(tin, ks3, 1);
    +            m0 = tin[0];
    +            m1 = tin[1];
    +
    +            if (l < 0) {
    +                c2ln(in, tin0, tin1, l + 8);
    +            } else {
    +                c2l(in, tin0);
    +                c2l(in, tin1);
    +            }
    +            tin0 ^= tout0;
    +            tin1 ^= tout1;
    +
    +            tin[0] = tin0;
    +            tin[1] = tin1;
    +            DES_encrypt1(tin, ks1, 1);
    +            tin[0] ^= m0;
    +            tin[1] ^= m1;
    +            DES_encrypt1(tin, ks2, 0);
    +            tin[0] ^= m0;
    +            tin[1] ^= m1;
    +            DES_encrypt1(tin, ks1, 1);
    +            tout0 = tin[0];
    +            tout1 = tin[1];
    +
    +            l2c(tout0, out);
    +            l2c(tout1, out);
    +        }
    +        iv1 = &(*ivec1)[0];
    +        l2c(m0, iv1);
    +        l2c(m1, iv1);
    +
    +        iv2 = &(*ivec2)[0];
    +        l2c(tout0, iv2);
    +        l2c(tout1, iv2);
    +    } else {
    +        register DES_LONG t0, t1;
    +
    +        c2l(iv1, m0);
    +        c2l(iv1, m1);
    +        c2l(iv2, xor0);
    +        c2l(iv2, xor1);
    +        for (l -= 8; l >= -7; l -= 8) {
    +            tin[0] = m0;
    +            tin[1] = m1;
    +            DES_encrypt1(tin, ks3, 1);
    +            m0 = tin[0];
    +            m1 = tin[1];
    +
    +            c2l(in, tin0);
    +            c2l(in, tin1);
    +
    +            t0 = tin0;
    +            t1 = tin1;
    +
    +            tin[0] = tin0;
    +            tin[1] = tin1;
    +            DES_encrypt1(tin, ks1, 0);
    +            tin[0] ^= m0;
    +            tin[1] ^= m1;
    +            DES_encrypt1(tin, ks2, 1);
    +            tin[0] ^= m0;
    +            tin[1] ^= m1;
    +            DES_encrypt1(tin, ks1, 0);
    +            tout0 = tin[0];
    +            tout1 = tin[1];
    +
    +            tout0 ^= xor0;
    +            tout1 ^= xor1;
    +            if (l < 0) {
    +                l2cn(tout0, tout1, out, l + 8);
    +            } else {
    +                l2c(tout0, out);
    +                l2c(tout1, out);
    +            }
    +            xor0 = t0;
    +            xor1 = t1;
    +        }
    +
    +        iv1 = &(*ivec1)[0];
    +        l2c(m0, iv1);
    +        l2c(m1, iv1);
    +
    +        iv2 = &(*ivec2)[0];
    +        l2c(xor0, iv2);
    +        l2c(xor1, iv2);
         }
    +    tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
    +    tin[0] = tin[1] = 0;
    +}
     #endif
    diff --git a/openssl/crypto/des/enc_read.c b/openssl/crypto/des/enc_read.c
    index edb6620d0..fcb66541b 100644
    --- a/openssl/crypto/des/enc_read.c
    +++ b/openssl/crypto/des/enc_read.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,11 +62,12 @@
     #include "des_locl.h"
     
     /* This has some uglies in it but it works - even over sockets. */
    -/*extern int errno;*/
    -OPENSSL_IMPLEMENT_GLOBAL(int,DES_rw_mode,DES_PCBC_MODE)
    -
    -
     /*
    + * extern int errno;
    + */
    +OPENSSL_IMPLEMENT_GLOBAL(int, DES_rw_mode, DES_PCBC_MODE)
    +
    +/*-
      * WARNINGS:
      *
      *  -  The data format used by DES_enc_write() and DES_enc_read()
    @@ -82,159 +83,153 @@ OPENSSL_IMPLEMENT_GLOBAL(int,DES_rw_mode,DES_PCBC_MODE)
      *  -  This function uses an internal state and thus cannot be
      *     used on multiple files.
      */
    -
    -
     int DES_enc_read(int fd, void *buf, int len, DES_key_schedule *sched,
    -		 DES_cblock *iv)
    -	{
    +                 DES_cblock *iv)
    +{
     #if defined(OPENSSL_NO_POSIX_IO)
    -	return(0);
    +    return (0);
     #else
    -	/* data to be unencrypted */
    -	int net_num=0;
    -	static unsigned char *net=NULL;
    -	/* extra unencrypted data 
    -	 * for when a block of 100 comes in but is des_read one byte at
    -	 * a time. */
    -	static unsigned char *unnet=NULL;
    -	static int unnet_start=0;
    -	static int unnet_left=0;
    -	static unsigned char *tmpbuf=NULL;
    -	int i;
    -	long num=0,rnum;
    -	unsigned char *p;
    -
    -	if (tmpbuf == NULL)
    -		{
    -		tmpbuf=OPENSSL_malloc(BSIZE);
    -		if (tmpbuf == NULL) return(-1);
    -		}
    -	if (net == NULL)
    -		{
    -		net=OPENSSL_malloc(BSIZE);
    -		if (net == NULL) return(-1);
    -		}
    -	if (unnet == NULL)
    -		{
    -		unnet=OPENSSL_malloc(BSIZE);
    -		if (unnet == NULL) return(-1);
    -		}
    -	/* left over data from last decrypt */
    -	if (unnet_left != 0)
    -		{
    -		if (unnet_left < len)
    -			{
    -			/* we still still need more data but will return
    -			 * with the number of bytes we have - should always
    -			 * check the return value */
    -			memcpy(buf,&(unnet[unnet_start]),
    -			       unnet_left);
    -			/* eay 26/08/92 I had the next 2 lines
    -			 * reversed :-( */
    -			i=unnet_left;
    -			unnet_start=unnet_left=0;
    -			}
    -		else
    -			{
    -			memcpy(buf,&(unnet[unnet_start]),len);
    -			unnet_start+=len;
    -			unnet_left-=len;
    -			i=len;
    -			}
    -		return(i);
    -		}
    -
    -	/* We need to get more data. */
    -	if (len > MAXWRITE) len=MAXWRITE;
    -
    -	/* first - get the length */
    -	while (net_num < HDRSIZE) 
    -		{
    -#ifndef OPENSSL_SYS_WIN32
    -		i=read(fd,(void *)&(net[net_num]),HDRSIZE-net_num);
    -#else
    -		i=_read(fd,(void *)&(net[net_num]),HDRSIZE-net_num);
    -#endif
    -#ifdef EINTR
    -		if ((i == -1) && (errno == EINTR)) continue;
    -#endif
    -		if (i <= 0) return(0);
    -		net_num+=i;
    -		}
    -
    -	/* we now have at net_num bytes in net */
    -	p=net;
    -	/* num=0;  */
    -	n2l(p,num);
    -	/* num should be rounded up to the next group of eight
    -	 * we make sure that we have read a multiple of 8 bytes from the net.
    -	 */
    -	if ((num > MAXWRITE) || (num < 0)) /* error */
    -		return(-1);
    -	rnum=(num < 8)?8:((num+7)/8*8);
    -
    -	net_num=0;
    -	while (net_num < rnum)
    -		{
    -#ifndef OPENSSL_SYS_WIN32
    -		i=read(fd,(void *)&(net[net_num]),rnum-net_num);
    -#else
    -		i=_read(fd,(void *)&(net[net_num]),rnum-net_num);
    -#endif
    -#ifdef EINTR
    -		if ((i == -1) && (errno == EINTR)) continue;
    -#endif
    -		if (i <= 0) return(0);
    -		net_num+=i;
    -		}
    -
    -	/* Check if there will be data left over. */
    -	if (len < num)
    -		{
    -		if (DES_rw_mode & DES_PCBC_MODE)
    -			DES_pcbc_encrypt(net,unnet,num,sched,iv,DES_DECRYPT);
    -		else
    -			DES_cbc_encrypt(net,unnet,num,sched,iv,DES_DECRYPT);
    -		memcpy(buf,unnet,len);
    -		unnet_start=len;
    -		unnet_left=num-len;
    -
    -		/* The following line is done because we return num
    -		 * as the number of bytes read. */
    -		num=len;
    -		}
    -	else
    -		{
    -		/* >output is a multiple of 8 byes, if len < rnum
    -		 * >we must be careful.  The user must be aware that this
    -		 * >routine will write more bytes than he asked for.
    -		 * >The length of the buffer must be correct.
    -		 * FIXED - Should be ok now 18-9-90 - eay */
    -		if (len < rnum)
    -			{
    -
    -			if (DES_rw_mode & DES_PCBC_MODE)
    -				DES_pcbc_encrypt(net,tmpbuf,num,sched,iv,
    -						 DES_DECRYPT);
    -			else
    -				DES_cbc_encrypt(net,tmpbuf,num,sched,iv,
    -						DES_DECRYPT);
    -
    -			/* eay 26/08/92 fix a bug that returned more
    -			 * bytes than you asked for (returned len bytes :-( */
    -			memcpy(buf,tmpbuf,num);
    -			}
    -		else
    -			{
    -			if (DES_rw_mode & DES_PCBC_MODE)
    -				DES_pcbc_encrypt(net,buf,num,sched,iv,
    -						 DES_DECRYPT);
    -			else
    -				DES_cbc_encrypt(net,buf,num,sched,iv,
    -						DES_DECRYPT);
    -			}
    -		}
    -	return num;
    -#endif /* OPENSSL_NO_POSIX_IO */
    -	}
    -
    +    /* data to be unencrypted */
    +    int net_num = 0;
    +    static unsigned char *net = NULL;
    +    /*
    +     * extra unencrypted data for when a block of 100 comes in but is
    +     * des_read one byte at a time.
    +     */
    +    static unsigned char *unnet = NULL;
    +    static int unnet_start = 0;
    +    static int unnet_left = 0;
    +    static unsigned char *tmpbuf = NULL;
    +    int i;
    +    long num = 0, rnum;
    +    unsigned char *p;
    +
    +    if (tmpbuf == NULL) {
    +        tmpbuf = OPENSSL_malloc(BSIZE);
    +        if (tmpbuf == NULL)
    +            return (-1);
    +    }
    +    if (net == NULL) {
    +        net = OPENSSL_malloc(BSIZE);
    +        if (net == NULL)
    +            return (-1);
    +    }
    +    if (unnet == NULL) {
    +        unnet = OPENSSL_malloc(BSIZE);
    +        if (unnet == NULL)
    +            return (-1);
    +    }
    +    /* left over data from last decrypt */
    +    if (unnet_left != 0) {
    +        if (unnet_left < len) {
    +            /*
    +             * we still still need more data but will return with the number
    +             * of bytes we have - should always check the return value
    +             */
    +            memcpy(buf, &(unnet[unnet_start]), unnet_left);
    +            /*
    +             * eay 26/08/92 I had the next 2 lines reversed :-(
    +             */
    +            i = unnet_left;
    +            unnet_start = unnet_left = 0;
    +        } else {
    +            memcpy(buf, &(unnet[unnet_start]), len);
    +            unnet_start += len;
    +            unnet_left -= len;
    +            i = len;
    +        }
    +        return (i);
    +    }
    +
    +    /* We need to get more data. */
    +    if (len > MAXWRITE)
    +        len = MAXWRITE;
    +
    +    /* first - get the length */
    +    while (net_num < HDRSIZE) {
    +# ifndef OPENSSL_SYS_WIN32
    +        i = read(fd, (void *)&(net[net_num]), HDRSIZE - net_num);
    +# else
    +        i = _read(fd, (void *)&(net[net_num]), HDRSIZE - net_num);
    +# endif
    +# ifdef EINTR
    +        if ((i == -1) && (errno == EINTR))
    +            continue;
    +# endif
    +        if (i <= 0)
    +            return (0);
    +        net_num += i;
    +    }
    +
    +    /* we now have at net_num bytes in net */
    +    p = net;
    +    /* num=0;  */
    +    n2l(p, num);
    +    /*
    +     * num should be rounded up to the next group of eight we make sure that
    +     * we have read a multiple of 8 bytes from the net.
    +     */
    +    if ((num > MAXWRITE) || (num < 0)) /* error */
    +        return (-1);
    +    rnum = (num < 8) ? 8 : ((num + 7) / 8 * 8);
    +
    +    net_num = 0;
    +    while (net_num < rnum) {
    +# ifndef OPENSSL_SYS_WIN32
    +        i = read(fd, (void *)&(net[net_num]), rnum - net_num);
    +# else
    +        i = _read(fd, (void *)&(net[net_num]), rnum - net_num);
    +# endif
    +# ifdef EINTR
    +        if ((i == -1) && (errno == EINTR))
    +            continue;
    +# endif
    +        if (i <= 0)
    +            return (0);
    +        net_num += i;
    +    }
    +
    +    /* Check if there will be data left over. */
    +    if (len < num) {
    +        if (DES_rw_mode & DES_PCBC_MODE)
    +            DES_pcbc_encrypt(net, unnet, num, sched, iv, DES_DECRYPT);
    +        else
    +            DES_cbc_encrypt(net, unnet, num, sched, iv, DES_DECRYPT);
    +        memcpy(buf, unnet, len);
    +        unnet_start = len;
    +        unnet_left = num - len;
    +
    +        /*
    +         * The following line is done because we return num as the number of
    +         * bytes read.
    +         */
    +        num = len;
    +    } else {
    +        /*-
    +         * >output is a multiple of 8 byes, if len < rnum
    +         * >we must be careful.  The user must be aware that this
    +         * >routine will write more bytes than he asked for.
    +         * >The length of the buffer must be correct.
    +         * FIXED - Should be ok now 18-9-90 - eay */
    +        if (len < rnum) {
    +
    +            if (DES_rw_mode & DES_PCBC_MODE)
    +                DES_pcbc_encrypt(net, tmpbuf, num, sched, iv, DES_DECRYPT);
    +            else
    +                DES_cbc_encrypt(net, tmpbuf, num, sched, iv, DES_DECRYPT);
    +
    +            /*
    +             * eay 26/08/92 fix a bug that returned more bytes than you asked
    +             * for (returned len bytes :-(
    +             */
    +            memcpy(buf, tmpbuf, num);
    +        } else {
    +            if (DES_rw_mode & DES_PCBC_MODE)
    +                DES_pcbc_encrypt(net, buf, num, sched, iv, DES_DECRYPT);
    +            else
    +                DES_cbc_encrypt(net, buf, num, sched, iv, DES_DECRYPT);
    +        }
    +    }
    +    return num;
    +#endif                          /* OPENSSL_NO_POSIX_IO */
    +}
    diff --git a/openssl/crypto/des/enc_writ.c b/openssl/crypto/des/enc_writ.c
    index 2353ac1e8..b4eecc381 100644
    --- a/openssl/crypto/des/enc_writ.c
    +++ b/openssl/crypto/des/enc_writ.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,7 +63,7 @@
     #include "des_locl.h"
     #include 
     
    -/*
    +/*-
      * WARNINGS:
      *
      *  -  The data format used by DES_enc_write() and DES_enc_read()
    @@ -78,102 +78,100 @@
      */
     
     int DES_enc_write(int fd, const void *_buf, int len,
    -		  DES_key_schedule *sched, DES_cblock *iv)
    -	{
    +                  DES_key_schedule *sched, DES_cblock *iv)
    +{
     #if defined(OPENSSL_NO_POSIX_IO)
    -	return (-1);
    +    return (-1);
     #else
    -#ifdef _LIBC
    -	extern unsigned long time();
    -	extern int write();
    -#endif
    -	const unsigned char *buf=_buf;
    -	long rnum;
    -	int i,j,k,outnum;
    -	static unsigned char *outbuf=NULL;
    -	unsigned char shortbuf[8];
    -	unsigned char *p;
    -	const unsigned char *cp;
    -	static int start=1;
    +# ifdef _LIBC
    +    extern unsigned long time();
    +    extern int write();
    +# endif
    +    const unsigned char *buf = _buf;
    +    long rnum;
    +    int i, j, k, outnum;
    +    static unsigned char *outbuf = NULL;
    +    unsigned char shortbuf[8];
    +    unsigned char *p;
    +    const unsigned char *cp;
    +    static int start = 1;
     
    -	if (outbuf == NULL)
    -		{
    -		outbuf=OPENSSL_malloc(BSIZE+HDRSIZE);
    -		if (outbuf == NULL) return(-1);
    -		}
    -	/* If we are sending less than 8 bytes, the same char will look
    -	 * the same if we don't pad it out with random bytes */
    -	if (start)
    -		{
    -		start=0;
    -		}
    +    if (outbuf == NULL) {
    +        outbuf = OPENSSL_malloc(BSIZE + HDRSIZE);
    +        if (outbuf == NULL)
    +            return (-1);
    +    }
    +    /*
    +     * If we are sending less than 8 bytes, the same char will look the same
    +     * if we don't pad it out with random bytes
    +     */
    +    if (start) {
    +        start = 0;
    +    }
     
    -	/* lets recurse if we want to send the data in small chunks */
    -	if (len > MAXWRITE)
    -		{
    -		j=0;
    -		for (i=0; i MAXWRITE)?MAXWRITE:(len-i),sched,iv);
    -			if (k < 0)
    -				return(k);
    -			else
    -				j+=k;
    -			}
    -		return(j);
    -		}
    +    /* lets recurse if we want to send the data in small chunks */
    +    if (len > MAXWRITE) {
    +        j = 0;
    +        for (i = 0; i < len; i += k) {
    +            k = DES_enc_write(fd, &(buf[i]),
    +                              ((len - i) > MAXWRITE) ? MAXWRITE : (len - i),
    +                              sched, iv);
    +            if (k < 0)
    +                return (k);
    +            else
    +                j += k;
    +        }
    +        return (j);
    +    }
     
    -	/* write length first */
    -	p=outbuf;
    -	l2n(len,p);
    +    /* write length first */
    +    p = outbuf;
    +    l2n(len, p);
     
    -	/* pad short strings */
    -	if (len < 8)
    -		{
    -		cp=shortbuf;
    -		memcpy(shortbuf,buf,len);
    -		RAND_pseudo_bytes(shortbuf+len, 8-len);
    -		rnum=8;
    -		}
    -	else
    -		{
    -		cp=buf;
    -		rnum=((len+7)/8*8); /* round up to nearest eight */
    -		}
    +    /* pad short strings */
    +    if (len < 8) {
    +        cp = shortbuf;
    +        memcpy(shortbuf, buf, len);
    +        RAND_pseudo_bytes(shortbuf + len, 8 - len);
    +        rnum = 8;
    +    } else {
    +        cp = buf;
    +        rnum = ((len + 7) / 8 * 8); /* round up to nearest eight */
    +    }
     
    -	if (DES_rw_mode & DES_PCBC_MODE)
    -		DES_pcbc_encrypt(cp,&(outbuf[HDRSIZE]),(len<8)?8:len,sched,iv,
    -				 DES_ENCRYPT); 
    -	else
    -		DES_cbc_encrypt(cp,&(outbuf[HDRSIZE]),(len<8)?8:len,sched,iv,
    -				DES_ENCRYPT); 
    +    if (DES_rw_mode & DES_PCBC_MODE)
    +        DES_pcbc_encrypt(cp, &(outbuf[HDRSIZE]), (len < 8) ? 8 : len, sched,
    +                         iv, DES_ENCRYPT);
    +    else
    +        DES_cbc_encrypt(cp, &(outbuf[HDRSIZE]), (len < 8) ? 8 : len, sched,
    +                        iv, DES_ENCRYPT);
     
    -	/* output */
    -	outnum=rnum+HDRSIZE;
    +    /* output */
    +    outnum = rnum + HDRSIZE;
     
    -	for (j=0; j
     #ifdef _OSD_POSIX
    -#ifndef CHARSET_EBCDIC
    -#define CHARSET_EBCDIC 1
    -#endif
    +# ifndef CHARSET_EBCDIC
    +#  define CHARSET_EBCDIC 1
    +# endif
     #endif
     #ifdef CHARSET_EBCDIC
    -#include 
    +# include 
     #endif
     
    -/* This version of crypt has been developed from my MIT compatible
    - * DES library.
    - * Eric Young (eay@cryptsoft.com)
    +/*
    + * This version of crypt has been developed from my MIT compatible DES
    + * library. Eric Young (eay@cryptsoft.com)
      */
     
    -/* Modification by Jens Kupferschmidt (Cu)
    - * I have included directive PARA for shared memory computers.
    - * I have included a directive LONGCRYPT to using this routine to cipher
    - * passwords with more then 8 bytes like HP-UX 10.x it used. The MAXPLEN
    - * definition is the maximum of length of password and can changed. I have
    - * defined 24.
    +/*
    + * Modification by Jens Kupferschmidt (Cu) I have included directive PARA for
    + * shared memory computers. I have included a directive LONGCRYPT to using
    + * this routine to cipher passwords with more then 8 bytes like HP-UX 10.x it
    + * used. The MAXPLEN definition is the maximum of length of password and can
    + * changed. I have defined 24.
      */
     
     #include "des_locl.h"
     
    -/* Added more values to handle illegal salt values the way normal
    - * crypt() implementations do.  The patch was sent by 
    - * Bjorn Gronvall 
    +/*
    + * Added more values to handle illegal salt values the way normal crypt()
    + * implementations do.  The patch was sent by Bjorn Gronvall 
      */
    -static unsigned const char con_salt[128]={
    -0xD2,0xD3,0xD4,0xD5,0xD6,0xD7,0xD8,0xD9,
    -0xDA,0xDB,0xDC,0xDD,0xDE,0xDF,0xE0,0xE1,
    -0xE2,0xE3,0xE4,0xE5,0xE6,0xE7,0xE8,0xE9,
    -0xEA,0xEB,0xEC,0xED,0xEE,0xEF,0xF0,0xF1,
    -0xF2,0xF3,0xF4,0xF5,0xF6,0xF7,0xF8,0xF9,
    -0xFA,0xFB,0xFC,0xFD,0xFE,0xFF,0x00,0x01,
    -0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x09,
    -0x0A,0x0B,0x05,0x06,0x07,0x08,0x09,0x0A,
    -0x0B,0x0C,0x0D,0x0E,0x0F,0x10,0x11,0x12,
    -0x13,0x14,0x15,0x16,0x17,0x18,0x19,0x1A,
    -0x1B,0x1C,0x1D,0x1E,0x1F,0x20,0x21,0x22,
    -0x23,0x24,0x25,0x20,0x21,0x22,0x23,0x24,
    -0x25,0x26,0x27,0x28,0x29,0x2A,0x2B,0x2C,
    -0x2D,0x2E,0x2F,0x30,0x31,0x32,0x33,0x34,
    -0x35,0x36,0x37,0x38,0x39,0x3A,0x3B,0x3C,
    -0x3D,0x3E,0x3F,0x40,0x41,0x42,0x43,0x44,
    +static unsigned const char con_salt[128] = {
    +    0xD2, 0xD3, 0xD4, 0xD5, 0xD6, 0xD7, 0xD8, 0xD9,
    +    0xDA, 0xDB, 0xDC, 0xDD, 0xDE, 0xDF, 0xE0, 0xE1,
    +    0xE2, 0xE3, 0xE4, 0xE5, 0xE6, 0xE7, 0xE8, 0xE9,
    +    0xEA, 0xEB, 0xEC, 0xED, 0xEE, 0xEF, 0xF0, 0xF1,
    +    0xF2, 0xF3, 0xF4, 0xF5, 0xF6, 0xF7, 0xF8, 0xF9,
    +    0xFA, 0xFB, 0xFC, 0xFD, 0xFE, 0xFF, 0x00, 0x01,
    +    0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09,
    +    0x0A, 0x0B, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A,
    +    0x0B, 0x0C, 0x0D, 0x0E, 0x0F, 0x10, 0x11, 0x12,
    +    0x13, 0x14, 0x15, 0x16, 0x17, 0x18, 0x19, 0x1A,
    +    0x1B, 0x1C, 0x1D, 0x1E, 0x1F, 0x20, 0x21, 0x22,
    +    0x23, 0x24, 0x25, 0x20, 0x21, 0x22, 0x23, 0x24,
    +    0x25, 0x26, 0x27, 0x28, 0x29, 0x2A, 0x2B, 0x2C,
    +    0x2D, 0x2E, 0x2F, 0x30, 0x31, 0x32, 0x33, 0x34,
    +    0x35, 0x36, 0x37, 0x38, 0x39, 0x3A, 0x3B, 0x3C,
    +    0x3D, 0x3E, 0x3F, 0x40, 0x41, 0x42, 0x43, 0x44,
     };
     
    -static unsigned const char cov_2char[64]={
    -0x2E,0x2F,0x30,0x31,0x32,0x33,0x34,0x35,
    -0x36,0x37,0x38,0x39,0x41,0x42,0x43,0x44,
    -0x45,0x46,0x47,0x48,0x49,0x4A,0x4B,0x4C,
    -0x4D,0x4E,0x4F,0x50,0x51,0x52,0x53,0x54,
    -0x55,0x56,0x57,0x58,0x59,0x5A,0x61,0x62,
    -0x63,0x64,0x65,0x66,0x67,0x68,0x69,0x6A,
    -0x6B,0x6C,0x6D,0x6E,0x6F,0x70,0x71,0x72,
    -0x73,0x74,0x75,0x76,0x77,0x78,0x79,0x7A
    +static unsigned const char cov_2char[64] = {
    +    0x2E, 0x2F, 0x30, 0x31, 0x32, 0x33, 0x34, 0x35,
    +    0x36, 0x37, 0x38, 0x39, 0x41, 0x42, 0x43, 0x44,
    +    0x45, 0x46, 0x47, 0x48, 0x49, 0x4A, 0x4B, 0x4C,
    +    0x4D, 0x4E, 0x4F, 0x50, 0x51, 0x52, 0x53, 0x54,
    +    0x55, 0x56, 0x57, 0x58, 0x59, 0x5A, 0x61, 0x62,
    +    0x63, 0x64, 0x65, 0x66, 0x67, 0x68, 0x69, 0x6A,
    +    0x6B, 0x6C, 0x6D, 0x6E, 0x6F, 0x70, 0x71, 0x72,
    +    0x73, 0x74, 0x75, 0x76, 0x77, 0x78, 0x79, 0x7A
     };
     
     char *DES_crypt(const char *buf, const char *salt)
    -	{
    -	static char buff[14];
    +{
    +    static char buff[14];
     
     #ifndef CHARSET_EBCDIC
    -	return(DES_fcrypt(buf,salt,buff));
    +    return (DES_fcrypt(buf, salt, buff));
     #else
    -	char e_salt[2+1];
    -	char e_buf[32+1];	/* replace 32 by 8 ? */
    -	char *ret;
    +    char e_salt[2 + 1];
    +    char e_buf[32 + 1];         /* replace 32 by 8 ? */
    +    char *ret;
     
    -	/* Copy at most 2 chars of salt */
    -	if ((e_salt[0] = salt[0]) != '\0')
    -	    e_salt[1] = salt[1];
    +    /* Copy at most 2 chars of salt */
    +    if ((e_salt[0] = salt[0]) != '\0')
    +        e_salt[1] = salt[1];
     
    -	/* Copy at most 32 chars of password */
    -	strncpy (e_buf, buf, sizeof(e_buf));
    +    /* Copy at most 32 chars of password */
    +    strncpy(e_buf, buf, sizeof(e_buf));
     
    -	/* Make sure we have a delimiter */
    -	e_salt[sizeof(e_salt)-1] = e_buf[sizeof(e_buf)-1] = '\0';
    +    /* Make sure we have a delimiter */
    +    e_salt[sizeof(e_salt) - 1] = e_buf[sizeof(e_buf) - 1] = '\0';
     
    -	/* Convert the e_salt to ASCII, as that's what DES_fcrypt works on */
    -	ebcdic2ascii(e_salt, e_salt, sizeof e_salt);
    +    /* Convert the e_salt to ASCII, as that's what DES_fcrypt works on */
    +    ebcdic2ascii(e_salt, e_salt, sizeof e_salt);
     
    -	/* Convert the cleartext password to ASCII */
    -	ebcdic2ascii(e_buf, e_buf, sizeof e_buf);
    +    /* Convert the cleartext password to ASCII */
    +    ebcdic2ascii(e_buf, e_buf, sizeof e_buf);
     
    -	/* Encrypt it (from/to ASCII) */
    -	ret = DES_fcrypt(e_buf,e_salt,buff);
    +    /* Encrypt it (from/to ASCII) */
    +    ret = DES_fcrypt(e_buf, e_salt, buff);
     
    -	/* Convert the result back to EBCDIC */
    -	ascii2ebcdic(ret, ret, strlen(ret));
    -	
    -	return ret;
    -#endif
    -	}
    +    /* Convert the result back to EBCDIC */
    +    ascii2ebcdic(ret, ret, strlen(ret));
     
    +    return ret;
    +#endif
    +}
     
     char *DES_fcrypt(const char *buf, const char *salt, char *ret)
    -	{
    -	unsigned int i,j,x,y;
    -	DES_LONG Eswap0,Eswap1;
    -	DES_LONG out[2],ll;
    -	DES_cblock key;
    -	DES_key_schedule ks;
    -	unsigned char bb[9];
    -	unsigned char *b=bb;
    -	unsigned char c,u;
    -
    -	/* eay 25/08/92
    -	 * If you call crypt("pwd","*") as often happens when you
    -	 * have * as the pwd field in /etc/passwd, the function
    -	 * returns *\0XXXXXXXXX
    -	 * The \0 makes the string look like * so the pwd "*" would
    -	 * crypt to "*".  This was found when replacing the crypt in
    -	 * our shared libraries.  People found that the disabled
    -	 * accounts effectively had no passwd :-(. */
    +{
    +    unsigned int i, j, x, y;
    +    DES_LONG Eswap0, Eswap1;
    +    DES_LONG out[2], ll;
    +    DES_cblock key;
    +    DES_key_schedule ks;
    +    unsigned char bb[9];
    +    unsigned char *b = bb;
    +    unsigned char c, u;
    +
    +    /*
    +     * eay 25/08/92 If you call crypt("pwd","*") as often happens when you
    +     * have * as the pwd field in /etc/passwd, the function returns
    +     * *\0XXXXXXXXX The \0 makes the string look like * so the pwd "*" would
    +     * crypt to "*".  This was found when replacing the crypt in our shared
    +     * libraries.  People found that the disabled accounts effectively had no
    +     * passwd :-(.
    +     */
     #ifndef CHARSET_EBCDIC
    -	x=ret[0]=((salt[0] == '\0')?'A':salt[0]);
    -	Eswap0=con_salt[x]<<2;
    -	x=ret[1]=((salt[1] == '\0')?'A':salt[1]);
    -	Eswap1=con_salt[x]<<6;
    +    x = ret[0] = ((salt[0] == '\0') ? 'A' : salt[0]);
    +    Eswap0 = con_salt[x] << 2;
    +    x = ret[1] = ((salt[1] == '\0') ? 'A' : salt[1]);
    +    Eswap1 = con_salt[x] << 6;
     #else
    -	x=ret[0]=((salt[0] == '\0')?os_toascii['A']:salt[0]);
    -	Eswap0=con_salt[x]<<2;
    -	x=ret[1]=((salt[1] == '\0')?os_toascii['A']:salt[1]);
    -	Eswap1=con_salt[x]<<6;
    +    x = ret[0] = ((salt[0] == '\0') ? os_toascii['A'] : salt[0]);
    +    Eswap0 = con_salt[x] << 2;
    +    x = ret[1] = ((salt[1] == '\0') ? os_toascii['A'] : salt[1]);
    +    Eswap1 = con_salt[x] << 6;
     #endif
     
    -/* EAY
    -r=strlen(buf);
    -r=(r+7)/8;
    -*/
    -	for (i=0; i<8; i++)
    -		{
    -		c= *(buf++);
    -		if (!c) break;
    -		key[i]=(c<<1);
    -		}
    -	for (; i<8; i++)
    -		key[i]=0;
    -
    -	DES_set_key_unchecked(&key,&ks);
    -	fcrypt_body(&(out[0]),&ks,Eswap0,Eswap1);
    -
    -	ll=out[0]; l2c(ll,b);
    -	ll=out[1]; l2c(ll,b);
    -	y=0;
    -	u=0x80;
    -	bb[8]=0;
    -	for (i=2; i<13; i++)
    -		{
    -		c=0;
    -		for (j=0; j<6; j++)
    -			{
    -			c<<=1;
    -			if (bb[y] & u) c|=1;
    -			u>>=1;
    -			if (!u)
    -				{
    -				y++;
    -				u=0x80;
    -				}
    -			}
    -		ret[i]=cov_2char[c];
    -		}
    -	ret[13]='\0';
    -	return(ret);
    -	}
    -
    +    /*
    +     * EAY r=strlen(buf); r=(r+7)/8;
    +     */
    +    for (i = 0; i < 8; i++) {
    +        c = *(buf++);
    +        if (!c)
    +            break;
    +        key[i] = (c << 1);
    +    }
    +    for (; i < 8; i++)
    +        key[i] = 0;
    +
    +    DES_set_key_unchecked(&key, &ks);
    +    fcrypt_body(&(out[0]), &ks, Eswap0, Eswap1);
    +
    +    ll = out[0];
    +    l2c(ll, b);
    +    ll = out[1];
    +    l2c(ll, b);
    +    y = 0;
    +    u = 0x80;
    +    bb[8] = 0;
    +    for (i = 2; i < 13; i++) {
    +        c = 0;
    +        for (j = 0; j < 6; j++) {
    +            c <<= 1;
    +            if (bb[y] & u)
    +                c |= 1;
    +            u >>= 1;
    +            if (!u) {
    +                y++;
    +                u = 0x80;
    +            }
    +        }
    +        ret[i] = cov_2char[c];
    +    }
    +    ret[13] = '\0';
    +    return (ret);
    +}
    diff --git a/openssl/crypto/des/fcrypt_b.c b/openssl/crypto/des/fcrypt_b.c
    index 882281693..b9e87383d 100644
    --- a/openssl/crypto/des/fcrypt_b.c
    +++ b/openssl/crypto/des/fcrypt_b.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -58,9 +58,9 @@
     
     #include 
     
    -/* This version of crypt has been developed from my MIT compatible
    - * DES library.
    - * The library is available at pub/Crypto/DES at ftp.psy.uq.oz.au
    +/*
    + * This version of crypt has been developed from my MIT compatible DES
    + * library. The library is available at pub/Crypto/DES at ftp.psy.uq.oz.au
      * Eric Young (eay@cryptsoft.com)
      */
     
    @@ -70,74 +70,71 @@
     
     #undef PERM_OP
     #define PERM_OP(a,b,t,n,m) ((t)=((((a)>>(n))^(b))&(m)),\
    -	(b)^=(t),\
    -	(a)^=((t)<<(n)))
    +        (b)^=(t),\
    +        (a)^=((t)<<(n)))
     
     #undef HPERM_OP
     #define HPERM_OP(a,t,n,m) ((t)=((((a)<<(16-(n)))^(a))&(m)),\
    -	(a)=(a)^(t)^(t>>(16-(n))))\
    +        (a)=(a)^(t)^(t>>(16-(n))))\
     
     void fcrypt_body(DES_LONG *out, DES_key_schedule *ks, DES_LONG Eswap0,
    -		 DES_LONG Eswap1)
    -	{
    -	register DES_LONG l,r,t,u;
    +                 DES_LONG Eswap1)
    +{
    +    register DES_LONG l, r, t, u;
     #ifdef DES_PTR
    -	register const unsigned char *des_SP=(const unsigned char *)DES_SPtrans;
    +    register const unsigned char *des_SP = (const unsigned char *)DES_SPtrans;
     #endif
    -	register DES_LONG *s;
    -	register int j;
    -	register DES_LONG E0,E1;
    +    register DES_LONG *s;
    +    register int j;
    +    register DES_LONG E0, E1;
     
    -	l=0;
    -	r=0;
    +    l = 0;
    +    r = 0;
     
    -	s=(DES_LONG *)ks;
    -	E0=Eswap0;
    -	E1=Eswap1;
    +    s = (DES_LONG *)ks;
    +    E0 = Eswap0;
    +    E1 = Eswap1;
     
    -	for (j=0; j<25; j++)
    -		{
    +    for (j = 0; j < 25; j++) {
     #ifndef DES_UNROLL
    -		register int i;
    +        register int i;
     
    -		for (i=0; i<32; i+=4)
    -			{
    -			D_ENCRYPT(l,r,i+0); /*  1 */
    -			D_ENCRYPT(r,l,i+2); /*  2 */
    -			}
    +        for (i = 0; i < 32; i += 4) {
    +            D_ENCRYPT(l, r, i + 0); /* 1 */
    +            D_ENCRYPT(r, l, i + 2); /* 2 */
    +        }
     #else
    -		D_ENCRYPT(l,r, 0); /*  1 */
    -		D_ENCRYPT(r,l, 2); /*  2 */
    -		D_ENCRYPT(l,r, 4); /*  3 */
    -		D_ENCRYPT(r,l, 6); /*  4 */
    -		D_ENCRYPT(l,r, 8); /*  5 */
    -		D_ENCRYPT(r,l,10); /*  6 */
    -		D_ENCRYPT(l,r,12); /*  7 */
    -		D_ENCRYPT(r,l,14); /*  8 */
    -		D_ENCRYPT(l,r,16); /*  9 */
    -		D_ENCRYPT(r,l,18); /*  10 */
    -		D_ENCRYPT(l,r,20); /*  11 */
    -		D_ENCRYPT(r,l,22); /*  12 */
    -		D_ENCRYPT(l,r,24); /*  13 */
    -		D_ENCRYPT(r,l,26); /*  14 */
    -		D_ENCRYPT(l,r,28); /*  15 */
    -		D_ENCRYPT(r,l,30); /*  16 */
    +        D_ENCRYPT(l, r, 0);     /* 1 */
    +        D_ENCRYPT(r, l, 2);     /* 2 */
    +        D_ENCRYPT(l, r, 4);     /* 3 */
    +        D_ENCRYPT(r, l, 6);     /* 4 */
    +        D_ENCRYPT(l, r, 8);     /* 5 */
    +        D_ENCRYPT(r, l, 10);    /* 6 */
    +        D_ENCRYPT(l, r, 12);    /* 7 */
    +        D_ENCRYPT(r, l, 14);    /* 8 */
    +        D_ENCRYPT(l, r, 16);    /* 9 */
    +        D_ENCRYPT(r, l, 18);    /* 10 */
    +        D_ENCRYPT(l, r, 20);    /* 11 */
    +        D_ENCRYPT(r, l, 22);    /* 12 */
    +        D_ENCRYPT(l, r, 24);    /* 13 */
    +        D_ENCRYPT(r, l, 26);    /* 14 */
    +        D_ENCRYPT(l, r, 28);    /* 15 */
    +        D_ENCRYPT(r, l, 30);    /* 16 */
     #endif
     
    -		t=l;
    -		l=r;
    -		r=t;
    -		}
    -	l=ROTATE(l,3)&0xffffffffL;
    -	r=ROTATE(r,3)&0xffffffffL;
    -
    -	PERM_OP(l,r,t, 1,0x55555555L);
    -	PERM_OP(r,l,t, 8,0x00ff00ffL);
    -	PERM_OP(l,r,t, 2,0x33333333L);
    -	PERM_OP(r,l,t,16,0x0000ffffL);
    -	PERM_OP(l,r,t, 4,0x0f0f0f0fL);
    +        t = l;
    +        l = r;
    +        r = t;
    +    }
    +    l = ROTATE(l, 3) & 0xffffffffL;
    +    r = ROTATE(r, 3) & 0xffffffffL;
     
    -	out[0]=r;
    -	out[1]=l;
    -	}
    +    PERM_OP(l, r, t, 1, 0x55555555L);
    +    PERM_OP(r, l, t, 8, 0x00ff00ffL);
    +    PERM_OP(l, r, t, 2, 0x33333333L);
    +    PERM_OP(r, l, t, 16, 0x0000ffffL);
    +    PERM_OP(l, r, t, 4, 0x0f0f0f0fL);
     
    +    out[0] = r;
    +    out[1] = l;
    +}
    diff --git a/openssl/crypto/des/ncbc_enc.c b/openssl/crypto/des/ncbc_enc.c
    index fda23d522..ab267cbf3 100644
    --- a/openssl/crypto/des/ncbc_enc.c
    +++ b/openssl/crypto/des/ncbc_enc.c
    @@ -1,5 +1,5 @@
     /* crypto/des/ncbc_enc.c */
    -/*
    +/*-
      * #included by:
      *    cbc_enc.c  (DES_cbc_encrypt)
      *    des_enc.c  (DES_ncbc_encrypt)
    @@ -10,21 +10,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -39,10 +39,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -54,7 +54,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -65,84 +65,90 @@
     
     #ifdef CBC_ENC_C__DONT_UPDATE_IV
     void DES_cbc_encrypt(const unsigned char *in, unsigned char *out, long length,
    -		     DES_key_schedule *_schedule, DES_cblock *ivec, int enc)
    +                     DES_key_schedule *_schedule, DES_cblock *ivec, int enc)
     #else
    -void DES_ncbc_encrypt(const unsigned char *in, unsigned char *out, long length,
    -		     DES_key_schedule *_schedule, DES_cblock *ivec, int enc)
    +void DES_ncbc_encrypt(const unsigned char *in, unsigned char *out,
    +                      long length, DES_key_schedule *_schedule,
    +                      DES_cblock *ivec, int enc)
     #endif
    -	{
    -	register DES_LONG tin0,tin1;
    -	register DES_LONG tout0,tout1,xor0,xor1;
    -	register long l=length;
    -	DES_LONG tin[2];
    -	unsigned char *iv;
    +{
    +    register DES_LONG tin0, tin1;
    +    register DES_LONG tout0, tout1, xor0, xor1;
    +    register long l = length;
    +    DES_LONG tin[2];
    +    unsigned char *iv;
     
    -	iv = &(*ivec)[0];
    +    iv = &(*ivec)[0];
     
    -	if (enc)
    -		{
    -		c2l(iv,tout0);
    -		c2l(iv,tout1);
    -		for (l-=8; l>=0; l-=8)
    -			{
    -			c2l(in,tin0);
    -			c2l(in,tin1);
    -			tin0^=tout0; tin[0]=tin0;
    -			tin1^=tout1; tin[1]=tin1;
    -			DES_encrypt1((DES_LONG *)tin,_schedule,DES_ENCRYPT);
    -			tout0=tin[0]; l2c(tout0,out);
    -			tout1=tin[1]; l2c(tout1,out);
    -			}
    -		if (l != -8)
    -			{
    -			c2ln(in,tin0,tin1,l+8);
    -			tin0^=tout0; tin[0]=tin0;
    -			tin1^=tout1; tin[1]=tin1;
    -			DES_encrypt1((DES_LONG *)tin,_schedule,DES_ENCRYPT);
    -			tout0=tin[0]; l2c(tout0,out);
    -			tout1=tin[1]; l2c(tout1,out);
    -			}
    +    if (enc) {
    +        c2l(iv, tout0);
    +        c2l(iv, tout1);
    +        for (l -= 8; l >= 0; l -= 8) {
    +            c2l(in, tin0);
    +            c2l(in, tin1);
    +            tin0 ^= tout0;
    +            tin[0] = tin0;
    +            tin1 ^= tout1;
    +            tin[1] = tin1;
    +            DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT);
    +            tout0 = tin[0];
    +            l2c(tout0, out);
    +            tout1 = tin[1];
    +            l2c(tout1, out);
    +        }
    +        if (l != -8) {
    +            c2ln(in, tin0, tin1, l + 8);
    +            tin0 ^= tout0;
    +            tin[0] = tin0;
    +            tin1 ^= tout1;
    +            tin[1] = tin1;
    +            DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT);
    +            tout0 = tin[0];
    +            l2c(tout0, out);
    +            tout1 = tin[1];
    +            l2c(tout1, out);
    +        }
     #ifndef CBC_ENC_C__DONT_UPDATE_IV
    -		iv = &(*ivec)[0];
    -		l2c(tout0,iv);
    -		l2c(tout1,iv);
    +        iv = &(*ivec)[0];
    +        l2c(tout0, iv);
    +        l2c(tout1, iv);
     #endif
    -		}
    -	else
    -		{
    -		c2l(iv,xor0);
    -		c2l(iv,xor1);
    -		for (l-=8; l>=0; l-=8)
    -			{
    -			c2l(in,tin0); tin[0]=tin0;
    -			c2l(in,tin1); tin[1]=tin1;
    -			DES_encrypt1((DES_LONG *)tin,_schedule,DES_DECRYPT);
    -			tout0=tin[0]^xor0;
    -			tout1=tin[1]^xor1;
    -			l2c(tout0,out);
    -			l2c(tout1,out);
    -			xor0=tin0;
    -			xor1=tin1;
    -			}
    -		if (l != -8)
    -			{
    -			c2l(in,tin0); tin[0]=tin0;
    -			c2l(in,tin1); tin[1]=tin1;
    -			DES_encrypt1((DES_LONG *)tin,_schedule,DES_DECRYPT);
    -			tout0=tin[0]^xor0;
    -			tout1=tin[1]^xor1;
    -			l2cn(tout0,tout1,out,l+8);
    +    } else {
    +        c2l(iv, xor0);
    +        c2l(iv, xor1);
    +        for (l -= 8; l >= 0; l -= 8) {
    +            c2l(in, tin0);
    +            tin[0] = tin0;
    +            c2l(in, tin1);
    +            tin[1] = tin1;
    +            DES_encrypt1((DES_LONG *)tin, _schedule, DES_DECRYPT);
    +            tout0 = tin[0] ^ xor0;
    +            tout1 = tin[1] ^ xor1;
    +            l2c(tout0, out);
    +            l2c(tout1, out);
    +            xor0 = tin0;
    +            xor1 = tin1;
    +        }
    +        if (l != -8) {
    +            c2l(in, tin0);
    +            tin[0] = tin0;
    +            c2l(in, tin1);
    +            tin[1] = tin1;
    +            DES_encrypt1((DES_LONG *)tin, _schedule, DES_DECRYPT);
    +            tout0 = tin[0] ^ xor0;
    +            tout1 = tin[1] ^ xor1;
    +            l2cn(tout0, tout1, out, l + 8);
     #ifndef CBC_ENC_C__DONT_UPDATE_IV
    -			xor0=tin0;
    -			xor1=tin1;
    +            xor0 = tin0;
    +            xor1 = tin1;
     #endif
    -			}
    -#ifndef CBC_ENC_C__DONT_UPDATE_IV 
    -		iv = &(*ivec)[0];
    -		l2c(xor0,iv);
    -		l2c(xor1,iv);
    +        }
    +#ifndef CBC_ENC_C__DONT_UPDATE_IV
    +        iv = &(*ivec)[0];
    +        l2c(xor0, iv);
    +        l2c(xor1, iv);
     #endif
    -		}
    -	tin0=tin1=tout0=tout1=xor0=xor1=0;
    -	tin[0]=tin[1]=0;
    -	}
    +    }
    +    tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
    +    tin[0] = tin[1] = 0;
    +}
    diff --git a/openssl/crypto/des/ofb64ede.c b/openssl/crypto/des/ofb64ede.c
    index 26bbf9a6a..45c67505a 100644
    --- a/openssl/crypto/des/ofb64ede.c
    +++ b/openssl/crypto/des/ofb64ede.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -58,68 +58,66 @@
     
     #include "des_locl.h"
     
    -/* The input and output encrypted as though 64bit ofb mode is being
    - * used.  The extra state information to record how much of the
    - * 64bit block we have used is contained in *num;
    +/*
    + * The input and output encrypted as though 64bit ofb mode is being used.
    + * The extra state information to record how much of the 64bit block we have
    + * used is contained in *num;
      */
     void DES_ede3_ofb64_encrypt(register const unsigned char *in,
    -			    register unsigned char *out, long length,
    -			    DES_key_schedule *k1, DES_key_schedule *k2,
    -			    DES_key_schedule *k3, DES_cblock *ivec,
    -			    int *num)
    -	{
    -	register DES_LONG v0,v1;
    -	register int n= *num;
    -	register long l=length;
    -	DES_cblock d;
    -	register char *dp;
    -	DES_LONG ti[2];
    -	unsigned char *iv;
    -	int save=0;
    +                            register unsigned char *out, long length,
    +                            DES_key_schedule *k1, DES_key_schedule *k2,
    +                            DES_key_schedule *k3, DES_cblock *ivec, int *num)
    +{
    +    register DES_LONG v0, v1;
    +    register int n = *num;
    +    register long l = length;
    +    DES_cblock d;
    +    register char *dp;
    +    DES_LONG ti[2];
    +    unsigned char *iv;
    +    int save = 0;
     
    -	iv = &(*ivec)[0];
    -	c2l(iv,v0);
    -	c2l(iv,v1);
    -	ti[0]=v0;
    -	ti[1]=v1;
    -	dp=(char *)d;
    -	l2c(v0,dp);
    -	l2c(v1,dp);
    -	while (l--)
    -		{
    -		if (n == 0)
    -			{
    -			/* ti[0]=v0; */
    -			/* ti[1]=v1; */
    -			DES_encrypt3(ti,k1,k2,k3);
    -			v0=ti[0];
    -			v1=ti[1];
    +    iv = &(*ivec)[0];
    +    c2l(iv, v0);
    +    c2l(iv, v1);
    +    ti[0] = v0;
    +    ti[1] = v1;
    +    dp = (char *)d;
    +    l2c(v0, dp);
    +    l2c(v1, dp);
    +    while (l--) {
    +        if (n == 0) {
    +            /* ti[0]=v0; */
    +            /* ti[1]=v1; */
    +            DES_encrypt3(ti, k1, k2, k3);
    +            v0 = ti[0];
    +            v1 = ti[1];
     
    -			dp=(char *)d;
    -			l2c(v0,dp);
    -			l2c(v1,dp);
    -			save++;
    -			}
    -		*(out++)= *(in++)^d[n];
    -		n=(n+1)&0x07;
    -		}
    -	if (save)
    -		{
    -/*		v0=ti[0];
    -		v1=ti[1];*/
    -		iv = &(*ivec)[0];
    -		l2c(v0,iv);
    -		l2c(v1,iv);
    -		}
    -	v0=v1=ti[0]=ti[1]=0;
    -	*num=n;
    -	}
    +            dp = (char *)d;
    +            l2c(v0, dp);
    +            l2c(v1, dp);
    +            save++;
    +        }
    +        *(out++) = *(in++) ^ d[n];
    +        n = (n + 1) & 0x07;
    +    }
    +    if (save) {
    +/*-     v0=ti[0];
    +        v1=ti[1];*/
    +        iv = &(*ivec)[0];
    +        l2c(v0, iv);
    +        l2c(v1, iv);
    +    }
    +    v0 = v1 = ti[0] = ti[1] = 0;
    +    *num = n;
    +}
     
    -#ifdef undef /* MACRO */
    +#ifdef undef                    /* MACRO */
     void DES_ede2_ofb64_encrypt(register unsigned char *in,
    -	     register unsigned char *out, long length, DES_key_schedule k1,
    -	     DES_key_schedule k2, DES_cblock (*ivec), int *num)
    -	{
    -	DES_ede3_ofb64_encrypt(in, out, length, k1,k2,k1, ivec, num);
    -	}
    +                            register unsigned char *out, long length,
    +                            DES_key_schedule k1, DES_key_schedule k2,
    +                            DES_cblock (*ivec), int *num)
    +{
    +    DES_ede3_ofb64_encrypt(in, out, length, k1, k2, k1, ivec, num);
    +}
     #endif
    diff --git a/openssl/crypto/des/ofb64enc.c b/openssl/crypto/des/ofb64enc.c
    index 8ca3d49de..8e72dece5 100644
    --- a/openssl/crypto/des/ofb64enc.c
    +++ b/openssl/crypto/des/ofb64enc.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -58,53 +58,52 @@
     
     #include "des_locl.h"
     
    -/* The input and output encrypted as though 64bit ofb mode is being
    - * used.  The extra state information to record how much of the
    - * 64bit block we have used is contained in *num;
    +/*
    + * The input and output encrypted as though 64bit ofb mode is being used.
    + * The extra state information to record how much of the 64bit block we have
    + * used is contained in *num;
      */
     void DES_ofb64_encrypt(register const unsigned char *in,
    -		       register unsigned char *out, long length,
    -		       DES_key_schedule *schedule, DES_cblock *ivec, int *num)
    -	{
    -	register DES_LONG v0,v1,t;
    -	register int n= *num;
    -	register long l=length;
    -	DES_cblock d;
    -	register unsigned char *dp;
    -	DES_LONG ti[2];
    -	unsigned char *iv;
    -	int save=0;
    -
    -	iv = &(*ivec)[0];
    -	c2l(iv,v0);
    -	c2l(iv,v1);
    -	ti[0]=v0;
    -	ti[1]=v1;
    -	dp=d;
    -	l2c(v0,dp);
    -	l2c(v1,dp);
    -	while (l--)
    -		{
    -		if (n == 0)
    -			{
    -			DES_encrypt1(ti,schedule,DES_ENCRYPT);
    -			dp=d;
    -			t=ti[0]; l2c(t,dp);
    -			t=ti[1]; l2c(t,dp);
    -			save++;
    -			}
    -		*(out++)= *(in++)^d[n];
    -		n=(n+1)&0x07;
    -		}
    -	if (save)
    -		{
    -		v0=ti[0];
    -		v1=ti[1];
    -		iv = &(*ivec)[0];
    -		l2c(v0,iv);
    -		l2c(v1,iv);
    -		}
    -	t=v0=v1=ti[0]=ti[1]=0;
    -	*num=n;
    -	}
    +                       register unsigned char *out, long length,
    +                       DES_key_schedule *schedule, DES_cblock *ivec, int *num)
    +{
    +    register DES_LONG v0, v1, t;
    +    register int n = *num;
    +    register long l = length;
    +    DES_cblock d;
    +    register unsigned char *dp;
    +    DES_LONG ti[2];
    +    unsigned char *iv;
    +    int save = 0;
     
    +    iv = &(*ivec)[0];
    +    c2l(iv, v0);
    +    c2l(iv, v1);
    +    ti[0] = v0;
    +    ti[1] = v1;
    +    dp = d;
    +    l2c(v0, dp);
    +    l2c(v1, dp);
    +    while (l--) {
    +        if (n == 0) {
    +            DES_encrypt1(ti, schedule, DES_ENCRYPT);
    +            dp = d;
    +            t = ti[0];
    +            l2c(t, dp);
    +            t = ti[1];
    +            l2c(t, dp);
    +            save++;
    +        }
    +        *(out++) = *(in++) ^ d[n];
    +        n = (n + 1) & 0x07;
    +    }
    +    if (save) {
    +        v0 = ti[0];
    +        v1 = ti[1];
    +        iv = &(*ivec)[0];
    +        l2c(v0, iv);
    +        l2c(v1, iv);
    +    }
    +    t = v0 = v1 = ti[0] = ti[1] = 0;
    +    *num = n;
    +}
    diff --git a/openssl/crypto/des/ofb_enc.c b/openssl/crypto/des/ofb_enc.c
    index e887a3c6f..02a787752 100644
    --- a/openssl/crypto/des/ofb_enc.c
    +++ b/openssl/crypto/des/ofb_enc.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -58,78 +58,74 @@
     
     #include "des_locl.h"
     
    -/* The input and output are loaded in multiples of 8 bits.
    - * What this means is that if you hame numbits=12 and length=2
    - * the first 12 bits will be retrieved from the first byte and half
    - * the second.  The second 12 bits will come from the 3rd and half the 4th
    - * byte.
    +/*
    + * The input and output are loaded in multiples of 8 bits. What this means is
    + * that if you hame numbits=12 and length=2 the first 12 bits will be
    + * retrieved from the first byte and half the second.  The second 12 bits
    + * will come from the 3rd and half the 4th byte.
      */
     void DES_ofb_encrypt(const unsigned char *in, unsigned char *out, int numbits,
    -		     long length, DES_key_schedule *schedule,
    -		     DES_cblock *ivec)
    -	{
    -	register DES_LONG d0,d1,vv0,vv1,v0,v1,n=(numbits+7)/8;
    -	register DES_LONG mask0,mask1;
    -	register long l=length;
    -	register int num=numbits;
    -	DES_LONG ti[2];
    -	unsigned char *iv;
    +                     long length, DES_key_schedule *schedule,
    +                     DES_cblock *ivec)
    +{
    +    register DES_LONG d0, d1, vv0, vv1, v0, v1, n = (numbits + 7) / 8;
    +    register DES_LONG mask0, mask1;
    +    register long l = length;
    +    register int num = numbits;
    +    DES_LONG ti[2];
    +    unsigned char *iv;
     
    -	if (num > 64) return;
    -	if (num > 32)
    -		{
    -		mask0=0xffffffffL;
    -		if (num >= 64)
    -			mask1=mask0;
    -		else
    -			mask1=(1L<<(num-32))-1;
    -		}
    -	else
    -		{
    -		if (num == 32)
    -			mask0=0xffffffffL;
    -		else
    -			mask0=(1L< 64)
    +        return;
    +    if (num > 32) {
    +        mask0 = 0xffffffffL;
    +        if (num >= 64)
    +            mask1 = mask0;
    +        else
    +            mask1 = (1L << (num - 32)) - 1;
    +    } else {
    +        if (num == 32)
    +            mask0 = 0xffffffffL;
    +        else
    +            mask0 = (1L << num) - 1;
    +        mask1 = 0x00000000L;
    +    }
     
    -	iv = &(*ivec)[0];
    -	c2l(iv,v0);
    -	c2l(iv,v1);
    -	ti[0]=v0;
    -	ti[1]=v1;
    -	while (l-- > 0)
    -		{
    -		ti[0]=v0;
    -		ti[1]=v1;
    -		DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT);
    -		vv0=ti[0];
    -		vv1=ti[1];
    -		c2ln(in,d0,d1,n);
    -		in+=n;
    -		d0=(d0^vv0)&mask0;
    -		d1=(d1^vv1)&mask1;
    -		l2cn(d0,d1,out,n);
    -		out+=n;
    +    iv = &(*ivec)[0];
    +    c2l(iv, v0);
    +    c2l(iv, v1);
    +    ti[0] = v0;
    +    ti[1] = v1;
    +    while (l-- > 0) {
    +        ti[0] = v0;
    +        ti[1] = v1;
    +        DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT);
    +        vv0 = ti[0];
    +        vv1 = ti[1];
    +        c2ln(in, d0, d1, n);
    +        in += n;
    +        d0 = (d0 ^ vv0) & mask0;
    +        d1 = (d1 ^ vv1) & mask1;
    +        l2cn(d0, d1, out, n);
    +        out += n;
     
    -		if (num == 32)
    -			{ v0=v1; v1=vv0; }
    -		else if (num == 64)
    -				{ v0=vv0; v1=vv1; }
    -		else if (num > 32) /* && num != 64 */
    -			{
    -			v0=((v1>>(num-32))|(vv0<<(64-num)))&0xffffffffL;
    -			v1=((vv0>>(num-32))|(vv1<<(64-num)))&0xffffffffL;
    -			}
    -		else /* num < 32 */
    -			{
    -			v0=((v0>>num)|(v1<<(32-num)))&0xffffffffL;
    -			v1=((v1>>num)|(vv0<<(32-num)))&0xffffffffL;
    -			}
    -		}
    -	iv = &(*ivec)[0];
    -	l2c(v0,iv);
    -	l2c(v1,iv);
    -	v0=v1=d0=d1=ti[0]=ti[1]=vv0=vv1=0;
    -	}
    +        if (num == 32) {
    +            v0 = v1;
    +            v1 = vv0;
    +        } else if (num == 64) {
    +            v0 = vv0;
    +            v1 = vv1;
    +        } else if (num > 32) {  /* && num != 64 */
    +            v0 = ((v1 >> (num - 32)) | (vv0 << (64 - num))) & 0xffffffffL;
    +            v1 = ((vv0 >> (num - 32)) | (vv1 << (64 - num))) & 0xffffffffL;
    +        } else {                /* num < 32 */
     
    +            v0 = ((v0 >> num) | (v1 << (32 - num))) & 0xffffffffL;
    +            v1 = ((v1 >> num) | (vv0 << (32 - num))) & 0xffffffffL;
    +        }
    +    }
    +    iv = &(*ivec)[0];
    +    l2c(v0, iv);
    +    l2c(v1, iv);
    +    v0 = v1 = d0 = d1 = ti[0] = ti[1] = vv0 = vv1 = 0;
    +}
    diff --git a/openssl/crypto/des/pcbc_enc.c b/openssl/crypto/des/pcbc_enc.c
    index 17a40f952..144d5ed88 100644
    --- a/openssl/crypto/des/pcbc_enc.c
    +++ b/openssl/crypto/des/pcbc_enc.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -59,65 +59,57 @@
     #include "des_locl.h"
     
     void DES_pcbc_encrypt(const unsigned char *input, unsigned char *output,
    -		      long length, DES_key_schedule *schedule,
    -		      DES_cblock *ivec, int enc)
    -	{
    -	register DES_LONG sin0,sin1,xor0,xor1,tout0,tout1;
    -	DES_LONG tin[2];
    -	const unsigned char *in;
    -	unsigned char *out,*iv;
    +                      long length, DES_key_schedule *schedule,
    +                      DES_cblock *ivec, int enc)
    +{
    +    register DES_LONG sin0, sin1, xor0, xor1, tout0, tout1;
    +    DES_LONG tin[2];
    +    const unsigned char *in;
    +    unsigned char *out, *iv;
     
    -	in=input;
    -	out=output;
    -	iv = &(*ivec)[0];
    +    in = input;
    +    out = output;
    +    iv = &(*ivec)[0];
     
    -	if (enc)
    -		{
    -		c2l(iv,xor0);
    -		c2l(iv,xor1);
    -		for (; length>0; length-=8)
    -			{
    -			if (length >= 8)
    -				{
    -				c2l(in,sin0);
    -				c2l(in,sin1);
    -				}
    -			else
    -				c2ln(in,sin0,sin1,length);
    -			tin[0]=sin0^xor0;
    -			tin[1]=sin1^xor1;
    -			DES_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT);
    -			tout0=tin[0];
    -			tout1=tin[1];
    -			xor0=sin0^tout0;
    -			xor1=sin1^tout1;
    -			l2c(tout0,out);
    -			l2c(tout1,out);
    -			}
    -		}
    -	else
    -		{
    -		c2l(iv,xor0); c2l(iv,xor1);
    -		for (; length>0; length-=8)
    -			{
    -			c2l(in,sin0);
    -			c2l(in,sin1);
    -			tin[0]=sin0;
    -			tin[1]=sin1;
    -			DES_encrypt1((DES_LONG *)tin,schedule,DES_DECRYPT);
    -			tout0=tin[0]^xor0;
    -			tout1=tin[1]^xor1;
    -			if (length >= 8)
    -				{
    -				l2c(tout0,out);
    -				l2c(tout1,out);
    -				}
    -			else
    -				l2cn(tout0,tout1,out,length);
    -			xor0=tout0^sin0;
    -			xor1=tout1^sin1;
    -			}
    -		}
    -	tin[0]=tin[1]=0;
    -	sin0=sin1=xor0=xor1=tout0=tout1=0;
    -	}
    +    if (enc) {
    +        c2l(iv, xor0);
    +        c2l(iv, xor1);
    +        for (; length > 0; length -= 8) {
    +            if (length >= 8) {
    +                c2l(in, sin0);
    +                c2l(in, sin1);
    +            } else
    +                c2ln(in, sin0, sin1, length);
    +            tin[0] = sin0 ^ xor0;
    +            tin[1] = sin1 ^ xor1;
    +            DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT);
    +            tout0 = tin[0];
    +            tout1 = tin[1];
    +            xor0 = sin0 ^ tout0;
    +            xor1 = sin1 ^ tout1;
    +            l2c(tout0, out);
    +            l2c(tout1, out);
    +        }
    +    } else {
    +        c2l(iv, xor0);
    +        c2l(iv, xor1);
    +        for (; length > 0; length -= 8) {
    +            c2l(in, sin0);
    +            c2l(in, sin1);
    +            tin[0] = sin0;
    +            tin[1] = sin1;
    +            DES_encrypt1((DES_LONG *)tin, schedule, DES_DECRYPT);
    +            tout0 = tin[0] ^ xor0;
    +            tout1 = tin[1] ^ xor1;
    +            if (length >= 8) {
    +                l2c(tout0, out);
    +                l2c(tout1, out);
    +            } else
    +                l2cn(tout0, tout1, out, length);
    +            xor0 = tout0 ^ sin0;
    +            xor1 = tout1 ^ sin1;
    +        }
    +    }
    +    tin[0] = tin[1] = 0;
    +    sin0 = sin1 = xor0 = xor1 = tout0 = tout1 = 0;
    +}
    diff --git a/openssl/crypto/des/qud_cksm.c b/openssl/crypto/des/qud_cksm.c
    index dac201227..2a168a576 100644
    --- a/openssl/crypto/des/qud_cksm.c
    +++ b/openssl/crypto/des/qud_cksm.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,91 +49,95 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
     
    -/* From "Message Authentication"  R.R. Jueneman, S.M. Matyas, C.H. Meyer
    - * IEEE Communications Magazine Sept 1985 Vol. 23 No. 9 p 29-40
    - * This module in only based on the code in this paper and is
    - * almost definitely not the same as the MIT implementation.
    +/*
    + * From "Message Authentication" R.R. Jueneman, S.M. Matyas, C.H. Meyer IEEE
    + * Communications Magazine Sept 1985 Vol. 23 No. 9 p 29-40 This module in
    + * only based on the code in this paper and is almost definitely not the same
    + * as the MIT implementation.
      */
     #include "des_locl.h"
     
     /* bug fix for dos - 7/6/91 - Larry hughes@logos.ucs.indiana.edu */
    -#define Q_B0(a)	(((DES_LONG)(a)))
    -#define Q_B1(a)	(((DES_LONG)(a))<<8)
    -#define Q_B2(a)	(((DES_LONG)(a))<<16)
    -#define Q_B3(a)	(((DES_LONG)(a))<<24)
    +#define Q_B0(a) (((DES_LONG)(a)))
    +#define Q_B1(a) (((DES_LONG)(a))<<8)
    +#define Q_B2(a) (((DES_LONG)(a))<<16)
    +#define Q_B3(a) (((DES_LONG)(a))<<24)
     
     /* used to scramble things a bit */
     /* Got the value MIT uses via brute force :-) 2/10/90 eay */
    -#define NOISE	((DES_LONG)83653421L)
    +#define NOISE   ((DES_LONG)83653421L)
     
     DES_LONG DES_quad_cksum(const unsigned char *input, DES_cblock output[],
    -	     long length, int out_count, DES_cblock *seed)
    -	{
    -	DES_LONG z0,z1,t0,t1;
    -	int i;
    -	long l;
    -	const unsigned char *cp;
    +                        long length, int out_count, DES_cblock *seed)
    +{
    +    DES_LONG z0, z1, t0, t1;
    +    int i;
    +    long l;
    +    const unsigned char *cp;
     #ifdef _CRAY
    -	struct lp_st { int a:32; int b:32; } *lp;
    +    struct lp_st {
    +        int a:32;
    +        int b:32;
    +    } *lp;
     #else
    -	DES_LONG *lp;
    +    DES_LONG *lp;
     #endif
     
    -	if (out_count < 1) out_count=1;
    +    if (out_count < 1)
    +        out_count = 1;
     #ifdef _CRAY
    -	lp = (struct lp_st *) &(output[0])[0];
    +    lp = (struct lp_st *)&(output[0])[0];
     #else
    -	lp = (DES_LONG *) &(output[0])[0];
    +    lp = (DES_LONG *)&(output[0])[0];
     #endif
     
    -	z0=Q_B0((*seed)[0])|Q_B1((*seed)[1])|Q_B2((*seed)[2])|Q_B3((*seed)[3]);
    -	z1=Q_B0((*seed)[4])|Q_B1((*seed)[5])|Q_B2((*seed)[6])|Q_B3((*seed)[7]);
    +    z0 = Q_B0((*seed)[0]) | Q_B1((*seed)[1]) | Q_B2((*seed)[2]) |
    +        Q_B3((*seed)[3]);
    +    z1 = Q_B0((*seed)[4]) | Q_B1((*seed)[5]) | Q_B2((*seed)[6]) |
    +        Q_B3((*seed)[7]);
     
    -	for (i=0; ((i<4)&&(i 0)
    -			{
    -			if (l > 1)
    -				{
    -				t0= (DES_LONG)(*(cp++));
    -				t0|=(DES_LONG)Q_B1(*(cp++));
    -				l--;
    -				}
    -			else
    -				t0= (DES_LONG)(*(cp++));
    -			l--;
    -			/* add */
    -			t0+=z0;
    -			t0&=0xffffffffL;
    -			t1=z1;
    -			/* square, well sort of square */
    -			z0=((((t0*t0)&0xffffffffL)+((t1*t1)&0xffffffffL))
    -				&0xffffffffL)%0x7fffffffL; 
    -			z1=((t0*((t1+NOISE)&0xffffffffL))&0xffffffffL)%0x7fffffffL;
    -			}
    -		if (lp != NULL)
    -			{
    -			/* The MIT library assumes that the checksum is
    -			 * composed of 2*out_count 32 bit ints */
    +    for (i = 0; ((i < 4) && (i < out_count)); i++) {
    +        cp = input;
    +        l = length;
    +        while (l > 0) {
    +            if (l > 1) {
    +                t0 = (DES_LONG)(*(cp++));
    +                t0 |= (DES_LONG)Q_B1(*(cp++));
    +                l--;
    +            } else
    +                t0 = (DES_LONG)(*(cp++));
    +            l--;
    +            /* add */
    +            t0 += z0;
    +            t0 &= 0xffffffffL;
    +            t1 = z1;
    +            /* square, well sort of square */
    +            z0 = ((((t0 * t0) & 0xffffffffL) + ((t1 * t1) & 0xffffffffL))
    +                  & 0xffffffffL) % 0x7fffffffL;
    +            z1 = ((t0 * ((t1 + NOISE) & 0xffffffffL)) & 0xffffffffL) %
    +                0x7fffffffL;
    +        }
    +        if (lp != NULL) {
    +            /*
    +             * The MIT library assumes that the checksum is composed of
    +             * 2*out_count 32 bit ints
    +             */
     #ifdef _CRAY
    -			(*lp).a = z0;
    -			(*lp).b = z1;
    -			lp++;
    +            (*lp).a = z0;
    +            (*lp).b = z1;
    +            lp++;
     #else
    -			*lp++ = z0;
    -			*lp++ = z1;
    +            *lp++ = z0;
    +            *lp++ = z1;
     #endif
    -			}
    -		}
    -	return(z0);
    -	}
    -
    +        }
    +    }
    +    return (z0);
    +}
    diff --git a/openssl/crypto/des/rand_key.c b/openssl/crypto/des/rand_key.c
    index 239816556..b75cc5f9b 100644
    --- a/openssl/crypto/des/rand_key.c
    +++ b/openssl/crypto/des/rand_key.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -57,12 +57,11 @@
     #include 
     
     int DES_random_key(DES_cblock *ret)
    -	{
    -	do
    -		{
    -		if (RAND_bytes((unsigned char *)ret, sizeof(DES_cblock)) != 1)
    -			return (0);
    -		} while (DES_is_weak_key(ret));
    -	DES_set_odd_parity(ret);
    -	return (1);
    -	}
    +{
    +    do {
    +        if (RAND_bytes((unsigned char *)ret, sizeof(DES_cblock)) != 1)
    +            return (0);
    +    } while (DES_is_weak_key(ret));
    +    DES_set_odd_parity(ret);
    +    return (1);
    +}
    diff --git a/openssl/crypto/des/read2pwd.c b/openssl/crypto/des/read2pwd.c
    index ee6969f76..01e275f33 100644
    --- a/openssl/crypto/des/read2pwd.c
    +++ b/openssl/crypto/des/read2pwd.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -58,21 +58,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -87,10 +87,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -102,7 +102,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -115,26 +115,26 @@
     #include 
     
     int DES_read_password(DES_cblock *key, const char *prompt, int verify)
    -	{
    -	int ok;
    -	char buf[BUFSIZ],buff[BUFSIZ];
    +{
    +    int ok;
    +    char buf[BUFSIZ], buff[BUFSIZ];
     
    -	if ((ok=UI_UTIL_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0)
    -		DES_string_to_key(buf,key);
    -	OPENSSL_cleanse(buf,BUFSIZ);
    -	OPENSSL_cleanse(buff,BUFSIZ);
    -	return(ok);
    -	}
    +    if ((ok = UI_UTIL_read_pw(buf, buff, BUFSIZ, prompt, verify)) == 0)
    +        DES_string_to_key(buf, key);
    +    OPENSSL_cleanse(buf, BUFSIZ);
    +    OPENSSL_cleanse(buff, BUFSIZ);
    +    return (ok);
    +}
     
    -int DES_read_2passwords(DES_cblock *key1, DES_cblock *key2, const char *prompt,
    -	     int verify)
    -	{
    -	int ok;
    -	char buf[BUFSIZ],buff[BUFSIZ];
    +int DES_read_2passwords(DES_cblock *key1, DES_cblock *key2,
    +                        const char *prompt, int verify)
    +{
    +    int ok;
    +    char buf[BUFSIZ], buff[BUFSIZ];
     
    -	if ((ok=UI_UTIL_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0)
    -		DES_string_to_2keys(buf,key1,key2);
    -	OPENSSL_cleanse(buf,BUFSIZ);
    -	OPENSSL_cleanse(buff,BUFSIZ);
    -	return(ok);
    -	}
    +    if ((ok = UI_UTIL_read_pw(buf, buff, BUFSIZ, prompt, verify)) == 0)
    +        DES_string_to_2keys(buf, key1, key2);
    +    OPENSSL_cleanse(buf, BUFSIZ);
    +    OPENSSL_cleanse(buff, BUFSIZ);
    +    return (ok);
    +}
    diff --git a/openssl/crypto/des/read_pwd.c b/openssl/crypto/des/read_pwd.c
    index ce5fa00a3..514a7063b 100644
    --- a/openssl/crypto/des/read_pwd.c
    +++ b/openssl/crypto/des/read_pwd.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -58,29 +58,32 @@
     
     #include 
     #if !defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_VMS) && !defined(OPENSSL_SYS_WIN32)
    -#ifdef OPENSSL_UNISTD
    -# include OPENSSL_UNISTD
    -#else
    -# include 
    -#endif
    -/* If unistd.h defines _POSIX_VERSION, we conclude that we
    - * are on a POSIX system and have sigaction and termios. */
    -#if defined(_POSIX_VERSION)
    -
    -# define SIGACTION
    -# if !defined(TERMIOS) && !defined(TERMIO) && !defined(SGTTY)
    -# define TERMIOS
    +# ifdef OPENSSL_UNISTD
    +#  include OPENSSL_UNISTD
    +# else
    +#  include 
     # endif
    +/*
    + * If unistd.h defines _POSIX_VERSION, we conclude that we are on a POSIX
    + * system and have sigaction and termios.
    + */
    +# if defined(_POSIX_VERSION)
     
    -#endif
    +#  define SIGACTION
    +#  if !defined(TERMIOS) && !defined(TERMIO) && !defined(SGTTY)
    +#   define TERMIOS
    +#  endif
    +
    +# endif
     #endif
     
    -/* #define SIGACTION */ /* Define this if you have sigaction() */
    +/* Define this if you have sigaction() */
    +/* #define SIGACTION */
     
     #ifdef WIN16TTY
    -#undef OPENSSL_SYS_WIN16
    -#undef _WINDOWS
    -#include 
    +# undef OPENSSL_SYS_WIN16
    +# undef _WINDOWS
    +# include 
     #endif
     
     /* 06-Apr-92 Luke Brennan    Support for VMS */
    @@ -92,111 +95,111 @@
     #include 
     #include 
     
    -#ifdef OPENSSL_SYS_VMS			/* prototypes for sys$whatever */
    -#include 
    -#ifdef __DECC
    -#pragma message disable DOLLARID
    -#endif
    +#ifdef OPENSSL_SYS_VMS          /* prototypes for sys$whatever */
    +# include 
    +# ifdef __DECC
    +#  pragma message disable DOLLARID
    +# endif
     #endif
     
     #ifdef WIN_CONSOLE_BUG
    -#include 
    -#ifndef OPENSSL_SYS_WINCE
    -#include 
    -#endif
    +# include 
    +# ifndef OPENSSL_SYS_WINCE
    +#  include 
    +# endif
     #endif
     
    -
    -/* There are 5 types of terminal interface supported,
    - * TERMIO, TERMIOS, VMS, MSDOS and SGTTY
    +/*
    + * There are 5 types of terminal interface supported, TERMIO, TERMIOS, VMS,
    + * MSDOS and SGTTY
      */
     
     #if defined(__sgi) && !defined(TERMIOS)
    -#define TERMIOS
    -#undef  TERMIO
    -#undef  SGTTY
    +# define TERMIOS
    +# undef  TERMIO
    +# undef  SGTTY
     #endif
     
     #if defined(linux) && !defined(TERMIO)
    -#undef  TERMIOS
    -#define TERMIO
    -#undef  SGTTY
    +# undef  TERMIOS
    +# define TERMIO
    +# undef  SGTTY
     #endif
     
     #ifdef _LIBC
    -#undef  TERMIOS
    -#define TERMIO
    -#undef  SGTTY
    +# undef  TERMIOS
    +# define TERMIO
    +# undef  SGTTY
     #endif
     
     #if !defined(TERMIO) && !defined(TERMIOS) && !defined(OPENSSL_SYS_VMS) && !defined(OPENSSL_SYS_MSDOS) && !defined(MAC_OS_pre_X) && !defined(MAC_OS_GUSI_SOURCE)
    -#undef  TERMIOS
    -#undef  TERMIO
    -#define SGTTY
    +# undef  TERMIOS
    +# undef  TERMIO
    +# define SGTTY
     #endif
     
     #if defined(OPENSSL_SYS_VXWORKS)
    -#undef TERMIOS
    -#undef TERMIO
    -#undef SGTTY
    +# undef TERMIOS
    +# undef TERMIO
    +# undef SGTTY
     #endif
     
     #ifdef TERMIOS
    -#include 
    -#define TTY_STRUCT		struct termios
    -#define TTY_FLAGS		c_lflag
    -#define	TTY_get(tty,data)	tcgetattr(tty,data)
    -#define TTY_set(tty,data)	tcsetattr(tty,TCSANOW,data)
    +# include 
    +# define TTY_STRUCT              struct termios
    +# define TTY_FLAGS               c_lflag
    +# define TTY_get(tty,data)       tcgetattr(tty,data)
    +# define TTY_set(tty,data)       tcsetattr(tty,TCSANOW,data)
     #endif
     
     #ifdef TERMIO
    -#include 
    -#define TTY_STRUCT		struct termio
    -#define TTY_FLAGS		c_lflag
    -#define TTY_get(tty,data)	ioctl(tty,TCGETA,data)
    -#define TTY_set(tty,data)	ioctl(tty,TCSETA,data)
    +# include 
    +# define TTY_STRUCT              struct termio
    +# define TTY_FLAGS               c_lflag
    +# define TTY_get(tty,data)       ioctl(tty,TCGETA,data)
    +# define TTY_set(tty,data)       ioctl(tty,TCSETA,data)
     #endif
     
     #ifdef SGTTY
    -#include 
    -#define TTY_STRUCT		struct sgttyb
    -#define TTY_FLAGS		sg_flags
    -#define TTY_get(tty,data)	ioctl(tty,TIOCGETP,data)
    -#define TTY_set(tty,data)	ioctl(tty,TIOCSETP,data)
    +# include 
    +# define TTY_STRUCT              struct sgttyb
    +# define TTY_FLAGS               sg_flags
    +# define TTY_get(tty,data)       ioctl(tty,TIOCGETP,data)
    +# define TTY_set(tty,data)       ioctl(tty,TIOCSETP,data)
     #endif
     
     #if !defined(_LIBC) && !defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_VMS) && !defined(MAC_OS_pre_X)
    -#include 
    +# include 
     #endif
     
    -#if defined(OPENSSL_SYS_MSDOS) && !defined(__CYGWIN32__) && !defined(OPENSSL_SYS_WINCE)
    -#include 
    -#define fgets(a,b,c) noecho_fgets(a,b,c)
    +#if defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_WINCE)
    +# include 
    +# define fgets(a,b,c) noecho_fgets(a,b,c)
     #endif
     
     #ifdef OPENSSL_SYS_VMS
    -#include 
    -#include 
    -#include 
    -#include 
    +# include 
    +# include 
    +# include 
    +# include 
     struct IOSB {
    -	short iosb$w_value;
    -	short iosb$w_count;
    -	long  iosb$l_info;
    -	};
    +    short iosb$w_value;
    +    short iosb$w_count;
    +    long iosb$l_info;
    +};
     #endif
     
     #if defined(MAC_OS_pre_X) || defined(MAC_OS_GUSI_SOURCE)
     /*
      * This one needs work. As a matter of fact the code is unoperational
      * and this is only a trick to get it compiled.
    - *					
    + *                                      
      */
    -#define TTY_STRUCT int
    +# define TTY_STRUCT int
     #endif
     
     #ifndef NX509_SIG
    -#define NX509_SIG 32
    +# define NX509_SIG 32
     #endif
     
     static void read_till_nl(FILE *);
    @@ -207,315 +210,324 @@ static void popsig(void);
     static int noecho_fgets(char *buf, int size, FILE *tty);
     #endif
     #ifdef SIGACTION
    - static struct sigaction savsig[NX509_SIG];
    +static struct sigaction savsig[NX509_SIG];
     #else
    -  static void (*savsig[NX509_SIG])(int );
    +static void (*savsig[NX509_SIG]) (int);
     #endif
     static jmp_buf save;
     
    -int des_read_pw_string(char *buf, int length, const char *prompt,
    -	     int verify)
    -	{
    -	char buff[BUFSIZ];
    -	int ret;
    +int des_read_pw_string(char *buf, int length, const char *prompt, int verify)
    +{
    +    char buff[BUFSIZ];
    +    int ret;
     
    -	ret=des_read_pw(buf,buff,(length>BUFSIZ)?BUFSIZ:length,prompt,verify);
    -	OPENSSL_cleanse(buff,BUFSIZ);
    -	return(ret);
    -	}
    +    ret =
    +        des_read_pw(buf, buff, (length > BUFSIZ) ? BUFSIZ : length, prompt,
    +                    verify);
    +    OPENSSL_cleanse(buff, BUFSIZ);
    +    return (ret);
    +}
     
     #ifdef OPENSSL_SYS_WINCE
     
    -int des_read_pw(char *buf, char *buff, int size, const char *prompt, int verify)
    -	{ 
    -	memset(buf,0,size);
    -	memset(buff,0,size);
    -	return(0);
    -	}
    +int des_read_pw(char *buf, char *buff, int size, const char *prompt,
    +                int verify)
    +{
    +    memset(buf, 0, size);
    +    memset(buff, 0, size);
    +    return (0);
    +}
     
     #elif defined(OPENSSL_SYS_WIN16)
     
     int des_read_pw(char *buf, char *buff, int size, char *prompt, int verify)
    -	{ 
    -	memset(buf,0,size);
    -	memset(buff,0,size);
    -	return(0);
    -	}
    +{
    +    memset(buf, 0, size);
    +    memset(buff, 0, size);
    +    return (0);
    +}
     
    -#else /* !OPENSSL_SYS_WINCE && !OPENSSL_SYS_WIN16 */
    +#else                           /* !OPENSSL_SYS_WINCE && !OPENSSL_SYS_WIN16 */
     
     static void read_till_nl(FILE *in)
    -	{
    -#define SIZE 4
    -	char buf[SIZE+1];
    -
    -	do	{
    -		fgets(buf,SIZE,in);
    -		} while (strchr(buf,'\n') == NULL);
    -	}
    +{
    +# define SIZE 4
    +    char buf[SIZE + 1];
     
    +    do {
    +        fgets(buf, SIZE, in);
    +    } while (strchr(buf, '\n') == NULL);
    +}
     
     /* return 0 if ok, 1 (or -1) otherwise */
     int des_read_pw(char *buf, char *buff, int size, const char *prompt,
    -	     int verify)
    -	{
    -#ifdef OPENSSL_SYS_VMS
    -	struct IOSB iosb;
    -	$DESCRIPTOR(terminal,"TT");
    -	long tty_orig[3], tty_new[3];
    -	long status;
    -	unsigned short channel = 0;
    -#else
    -#if !defined(OPENSSL_SYS_MSDOS) || defined(__DJGPP__)
    -	TTY_STRUCT tty_orig,tty_new;
    -#endif
    -#endif
    -	int number;
    -	int ok;
    -	/* statics are simply to avoid warnings about longjmp clobbering
    -	   things */
    -	static int ps;
    -	int is_a_tty;
    -	static FILE *tty;
    -	char *p;
    -
    -	if (setjmp(save))
    -		{
    -		ok=0;
    -		goto error;
    -		}
    -
    -	number=5;
    -	ok=0;
    -	ps=0;
    -	is_a_tty=1;
    -	tty=NULL;
    -
    -#ifdef OPENSSL_SYS_MSDOS
    -	if ((tty=fopen("con","r")) == NULL)
    -		tty=stdin;
    -#elif defined(MAC_OS_pre_X) || defined(OPENSSL_SYS_VXWORKS)
    -	tty=stdin;
    -#else
    -#ifndef OPENSSL_SYS_MPE
    -	if ((tty=fopen("/dev/tty","r")) == NULL)
    -#endif
    -		tty=stdin;
    -#endif
    +                int verify)
    +{
    +# ifdef OPENSSL_SYS_VMS
    +    struct IOSB iosb;
    +    $DESCRIPTOR(terminal, "TT");
    +    long tty_orig[3], tty_new[3];
    +    long status;
    +    unsigned short channel = 0;
    +# else
    +#  if !defined(OPENSSL_SYS_MSDOS) || defined(__DJGPP__)
    +    TTY_STRUCT tty_orig, tty_new;
    +#  endif
    +# endif
    +    int number;
    +    int ok;
    +    /*
    +     * statics are simply to avoid warnings about longjmp clobbering things
    +     */
    +    static int ps;
    +    int is_a_tty;
    +    static FILE *tty;
    +    char *p;
    +
    +    if (setjmp(save)) {
    +        ok = 0;
    +        goto error;
    +    }
    +
    +    number = 5;
    +    ok = 0;
    +    ps = 0;
    +    is_a_tty = 1;
    +    tty = NULL;
    +
    +# ifdef OPENSSL_SYS_MSDOS
    +    if ((tty = fopen("con", "r")) == NULL)
    +        tty = stdin;
    +# elif defined(MAC_OS_pre_X) || defined(OPENSSL_SYS_VXWORKS)
    +    tty = stdin;
    +# else
    +#  ifndef OPENSSL_SYS_MPE
    +    if ((tty = fopen("/dev/tty", "r")) == NULL)
    +#  endif
    +        tty = stdin;
    +# endif
     
    -#if defined(TTY_get) && !defined(OPENSSL_SYS_VMS)
    -	if (TTY_get(fileno(tty),&tty_orig) == -1)
    -		{
    -#ifdef ENOTTY
    -		if (errno == ENOTTY)
    -			is_a_tty=0;
    -		else
    -#endif
    -#ifdef EINVAL
    -		/* Ariel Glenn ariel@columbia.edu reports that solaris
    -		 * can return EINVAL instead.  This should be ok */
    -		if (errno == EINVAL)
    -			is_a_tty=0;
    -		else
    -#endif
    -			return(-1);
    -		}
    -	memcpy(&(tty_new),&(tty_orig),sizeof(tty_orig));
    -#endif
    -#ifdef OPENSSL_SYS_VMS
    -	status = sys$assign(&terminal,&channel,0,0);
    -	if (status != SS$_NORMAL)
    -		return(-1);
    -	status=sys$qiow(0,channel,IO$_SENSEMODE,&iosb,0,0,tty_orig,12,0,0,0,0);
    -	if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
    -		return(-1);
    -#endif
    +# if defined(TTY_get) && !defined(OPENSSL_SYS_VMS)
    +    if (TTY_get(fileno(tty), &tty_orig) == -1) {
    +#  ifdef ENOTTY
    +        if (errno == ENOTTY)
    +            is_a_tty = 0;
    +        else
    +#  endif
    +#  ifdef EINVAL
    +            /*
    +             * Ariel Glenn ariel@columbia.edu reports that solaris can return
    +             * EINVAL instead.  This should be ok
    +             */
    +        if (errno == EINVAL)
    +            is_a_tty = 0;
    +        else
    +#  endif
    +            return (-1);
    +    }
    +    memcpy(&(tty_new), &(tty_orig), sizeof(tty_orig));
    +# endif
    +# ifdef OPENSSL_SYS_VMS
    +    status = sys$assign(&terminal, &channel, 0, 0);
    +    if (status != SS$_NORMAL)
    +        return (-1);
    +    status =
    +        sys$qiow(0, channel, IO$_SENSEMODE, &iosb, 0, 0, tty_orig, 12, 0, 0,
    +                 0, 0);
    +    if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
    +        return (-1);
    +# endif
     
    -	pushsig();
    -	ps=1;
    +    pushsig();
    +    ps = 1;
     
    -#ifdef TTY_FLAGS
    -	tty_new.TTY_FLAGS &= ~ECHO;
    -#endif
    +# ifdef TTY_FLAGS
    +    tty_new.TTY_FLAGS &= ~ECHO;
    +# endif
     
    -#if defined(TTY_set) && !defined(OPENSSL_SYS_VMS)
    -	if (is_a_tty && (TTY_set(fileno(tty),&tty_new) == -1))
    -#ifdef OPENSSL_SYS_MPE 
    -		; /* MPE lies -- echo really has been disabled */
    -#else
    -		return(-1);
    -#endif
    -#endif
    -#ifdef OPENSSL_SYS_VMS
    -	tty_new[0] = tty_orig[0];
    -	tty_new[1] = tty_orig[1] | TT$M_NOECHO;
    -	tty_new[2] = tty_orig[2];
    -	status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0);
    -	if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
    -		return(-1);
    -#endif
    -	ps=2;
    -
    -	while ((!ok) && (number--))
    -		{
    -		fputs(prompt,stderr);
    -		fflush(stderr);
    -
    -		buf[0]='\0';
    -		fgets(buf,size,tty);
    -		if (feof(tty)) goto error;
    -		if (ferror(tty)) goto error;
    -		if ((p=(char *)strchr(buf,'\n')) != NULL)
    -			*p='\0';
    -		else	read_till_nl(tty);
    -		if (verify)
    -			{
    -			fprintf(stderr,"\nVerifying password - %s",prompt);
    -			fflush(stderr);
    -			buff[0]='\0';
    -			fgets(buff,size,tty);
    -			if (feof(tty)) goto error;
    -			if ((p=(char *)strchr(buff,'\n')) != NULL)
    -				*p='\0';
    -			else	read_till_nl(tty);
    -				
    -			if (strcmp(buf,buff) != 0)
    -				{
    -				fprintf(stderr,"\nVerify failure");
    -				fflush(stderr);
    -				break;
    -				/* continue; */
    -				}
    -			}
    -		ok=1;
    -		}
    -
    -error:
    -	fprintf(stderr,"\n");
    -#if 0
    -	perror("fgets(tty)");
    -#endif
    -	/* What can we do if there is an error? */
    -#if defined(TTY_set) && !defined(OPENSSL_SYS_VMS)
    -	if (ps >= 2) TTY_set(fileno(tty),&tty_orig);
    -#endif
    -#ifdef OPENSSL_SYS_VMS
    -	if (ps >= 2)
    -		status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0
    -			,tty_orig,12,0,0,0,0);
    -#endif
    -	
    -	if (ps >= 1) popsig();
    -	if (stdin != tty) fclose(tty);
    -#ifdef OPENSSL_SYS_VMS
    -	status = sys$dassgn(channel);
    -#endif
    -	return(!ok);
    -	}
    +# if defined(TTY_set) && !defined(OPENSSL_SYS_VMS)
    +    if (is_a_tty && (TTY_set(fileno(tty), &tty_new) == -1))
    +#  ifdef OPENSSL_SYS_MPE
    +        ;                       /* MPE lies -- echo really has been disabled */
    +#  else
    +        return (-1);
    +#  endif
    +# endif
    +# ifdef OPENSSL_SYS_VMS
    +    tty_new[0] = tty_orig[0];
    +    tty_new[1] = tty_orig[1] | TT$M_NOECHO;
    +    tty_new[2] = tty_orig[2];
    +    status =
    +        sys$qiow(0, channel, IO$_SETMODE, &iosb, 0, 0, tty_new, 12, 0, 0, 0,
    +                 0);
    +    if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
    +        return (-1);
    +# endif
    +    ps = 2;
    +
    +    while ((!ok) && (number--)) {
    +        fputs(prompt, stderr);
    +        fflush(stderr);
    +
    +        buf[0] = '\0';
    +        fgets(buf, size, tty);
    +        if (feof(tty))
    +            goto error;
    +        if (ferror(tty))
    +            goto error;
    +        if ((p = (char *)strchr(buf, '\n')) != NULL)
    +            *p = '\0';
    +        else
    +            read_till_nl(tty);
    +        if (verify) {
    +            fprintf(stderr, "\nVerifying password - %s", prompt);
    +            fflush(stderr);
    +            buff[0] = '\0';
    +            fgets(buff, size, tty);
    +            if (feof(tty))
    +                goto error;
    +            if ((p = (char *)strchr(buff, '\n')) != NULL)
    +                *p = '\0';
    +            else
    +                read_till_nl(tty);
    +
    +            if (strcmp(buf, buff) != 0) {
    +                fprintf(stderr, "\nVerify failure");
    +                fflush(stderr);
    +                break;
    +                /* continue; */
    +            }
    +        }
    +        ok = 1;
    +    }
    +
    + error:
    +    fprintf(stderr, "\n");
    +# if 0
    +    perror("fgets(tty)");
    +# endif
    +    /* What can we do if there is an error? */
    +# if defined(TTY_set) && !defined(OPENSSL_SYS_VMS)
    +    if (ps >= 2)
    +        TTY_set(fileno(tty), &tty_orig);
    +# endif
    +# ifdef OPENSSL_SYS_VMS
    +    if (ps >= 2)
    +        status =
    +            sys$qiow(0, channel, IO$_SETMODE, &iosb, 0, 0, tty_orig, 12, 0, 0,
    +                     0, 0);
    +# endif
    +
    +    if (ps >= 1)
    +        popsig();
    +    if (stdin != tty)
    +        fclose(tty);
    +# ifdef OPENSSL_SYS_VMS
    +    status = sys$dassgn(channel);
    +# endif
    +    return (!ok);
    +}
     
     static void pushsig(void)
    -	{
    -	int i;
    -#ifdef SIGACTION
    -	struct sigaction sa;
    +{
    +    int i;
    +# ifdef SIGACTION
    +    struct sigaction sa;
     
    -	memset(&sa,0,sizeof sa);
    -	sa.sa_handler=recsig;
    -#endif
    +    memset(&sa, 0, sizeof sa);
    +    sa.sa_handler = recsig;
    +# endif
     
    -	for (i=1; ides_key,&ks);
    -	enc=(desp->des_dir == ENCRYPT)?DES_ENCRYPT:DES_DECRYPT;
    +    DES_set_key_unchecked(&desp->des_key, &ks);
    +    enc = (desp->des_dir == ENCRYPT) ? DES_ENCRYPT : DES_DECRYPT;
     
    -	if (desp->des_mode == CBC)
    -		DES_ecb_encrypt((const_DES_cblock *)desp->UDES.UDES_buf,
    -				(DES_cblock *)desp->UDES.UDES_buf,&ks,
    -				enc);
    -	else
    -		{
    -		DES_ncbc_encrypt(desp->UDES.UDES_buf,desp->UDES.UDES_buf,
    -				len,&ks,&desp->des_ivec,enc);
    +    if (desp->des_mode == CBC)
    +        DES_ecb_encrypt((const_DES_cblock *)desp->UDES.UDES_buf,
    +                        (DES_cblock *)desp->UDES.UDES_buf, &ks, enc);
    +    else {
    +        DES_ncbc_encrypt(desp->UDES.UDES_buf, desp->UDES.UDES_buf,
    +                         len, &ks, &desp->des_ivec, enc);
     #ifdef undef
    -		/* len will always be %8 if called from common_crypt
    -		 * in secure_rpc.
    -		 * Libdes's cbc encrypt does not copy back the iv,
    -		 * so we have to do it here. */
    -		/* It does now :-) eay 20/09/95 */
    +        /*
    +         * len will always be %8 if called from common_crypt in secure_rpc.
    +         * Libdes's cbc encrypt does not copy back the iv, so we have to do
    +         * it here.
    +         */
    +        /* It does now :-) eay 20/09/95 */
     
    -		a=(char *)&(desp->UDES.UDES_buf[len-8]);
    -		b=(char *)&(desp->des_ivec[0]);
    +        a = (char *)&(desp->UDES.UDES_buf[len - 8]);
    +        b = (char *)&(desp->des_ivec[0]);
     
    -		*(a++)= *(b++); *(a++)= *(b++);
    -		*(a++)= *(b++); *(a++)= *(b++);
    -		*(a++)= *(b++); *(a++)= *(b++);
    -		*(a++)= *(b++); *(a++)= *(b++);
    +        *(a++) = *(b++);
    +        *(a++) = *(b++);
    +        *(a++) = *(b++);
    +        *(a++) = *(b++);
    +        *(a++) = *(b++);
    +        *(a++) = *(b++);
    +        *(a++) = *(b++);
    +        *(a++) = *(b++);
     #endif
    -		}
    -	return(1);	
    -	}
    -
    +    }
    +    return (1);
    +}
    diff --git a/openssl/crypto/des/rpw.c b/openssl/crypto/des/rpw.c
    index 8a9473c4f..ab65eacae 100644
    --- a/openssl/crypto/des/rpw.c
    +++ b/openssl/crypto/des/rpw.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,40 +60,35 @@
     #include 
     
     int main(int argc, char *argv[])
    -	{
    -	DES_cblock k,k1;
    -	int i;
    +{
    +    DES_cblock k, k1;
    +    int i;
     
    -	printf("read passwd\n");
    -	if ((i=des_read_password(&k,"Enter password:",0)) == 0)
    -		{
    -		printf("password = ");
    -		for (i=0; i<8; i++)
    -			printf("%02x ",k[i]);
    -		}
    -	else
    -		printf("error %d\n",i);
    -	printf("\n");
    -	printf("read 2passwds and verify\n");
    -	if ((i=des_read_2passwords(&k,&k1,
    -		"Enter verified password:",1)) == 0)
    -		{
    -		printf("password1 = ");
    -		for (i=0; i<8; i++)
    -			printf("%02x ",k[i]);
    -		printf("\n");
    -		printf("password2 = ");
    -		for (i=0; i<8; i++)
    -			printf("%02x ",k1[i]);
    -		printf("\n");
    -		exit(1);
    -		}
    -	else
    -		{
    -		printf("error %d\n",i);
    -		exit(0);
    -		}
    +    printf("read passwd\n");
    +    if ((i = des_read_password(&k, "Enter password:", 0)) == 0) {
    +        printf("password = ");
    +        for (i = 0; i < 8; i++)
    +            printf("%02x ", k[i]);
    +    } else
    +        printf("error %d\n", i);
    +    printf("\n");
    +    printf("read 2passwds and verify\n");
    +    if ((i = des_read_2passwords(&k, &k1,
    +                                 "Enter verified password:", 1)) == 0) {
    +        printf("password1 = ");
    +        for (i = 0; i < 8; i++)
    +            printf("%02x ", k[i]);
    +        printf("\n");
    +        printf("password2 = ");
    +        for (i = 0; i < 8; i++)
    +            printf("%02x ", k1[i]);
    +        printf("\n");
    +        exit(1);
    +    } else {
    +        printf("error %d\n", i);
    +        exit(0);
    +    }
     #ifdef LINT
    -	return(0);
    +    return (0);
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/des/set_key.c b/openssl/crypto/des/set_key.c
    index da4d62e11..8fd8fe14b 100644
    --- a/openssl/crypto/des/set_key.c
    +++ b/openssl/crypto/des/set_key.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,14 +49,15 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
     
    -/* set_key.c v 1.4 eay 24/9/91
    +/*-
    + * set_key.c v 1.4 eay 24/9/91
      * 1.4 Speed up by 400% :-)
      * 1.3 added register declarations.
      * 1.2 unrolled make_key_sched a bit more
    @@ -66,47 +67,60 @@
     #include 
     #include "des_locl.h"
     
    -OPENSSL_IMPLEMENT_GLOBAL(int,DES_check_key,0)	/* defaults to false */
    -
    -static const unsigned char odd_parity[256]={
    -  1,  1,  2,  2,  4,  4,  7,  7,  8,  8, 11, 11, 13, 13, 14, 14,
    - 16, 16, 19, 19, 21, 21, 22, 22, 25, 25, 26, 26, 28, 28, 31, 31,
    - 32, 32, 35, 35, 37, 37, 38, 38, 41, 41, 42, 42, 44, 44, 47, 47,
    - 49, 49, 50, 50, 52, 52, 55, 55, 56, 56, 59, 59, 61, 61, 62, 62,
    - 64, 64, 67, 67, 69, 69, 70, 70, 73, 73, 74, 74, 76, 76, 79, 79,
    - 81, 81, 82, 82, 84, 84, 87, 87, 88, 88, 91, 91, 93, 93, 94, 94,
    - 97, 97, 98, 98,100,100,103,103,104,104,107,107,109,109,110,110,
    -112,112,115,115,117,117,118,118,121,121,122,122,124,124,127,127,
    -128,128,131,131,133,133,134,134,137,137,138,138,140,140,143,143,
    -145,145,146,146,148,148,151,151,152,152,155,155,157,157,158,158,
    -161,161,162,162,164,164,167,167,168,168,171,171,173,173,174,174,
    -176,176,179,179,181,181,182,182,185,185,186,186,188,188,191,191,
    -193,193,194,194,196,196,199,199,200,200,203,203,205,205,206,206,
    -208,208,211,211,213,213,214,214,217,217,218,218,220,220,223,223,
    -224,224,227,227,229,229,230,230,233,233,234,234,236,236,239,239,
    -241,241,242,242,244,244,247,247,248,248,251,251,253,253,254,254};
    +OPENSSL_IMPLEMENT_GLOBAL(int, DES_check_key, 0)
    +                                                    /*
    +                                                     * defaults to false
    +                                                     */
    +static const unsigned char odd_parity[256] = {
    +    1, 1, 2, 2, 4, 4, 7, 7, 8, 8, 11, 11, 13, 13, 14, 14,
    +    16, 16, 19, 19, 21, 21, 22, 22, 25, 25, 26, 26, 28, 28, 31, 31,
    +    32, 32, 35, 35, 37, 37, 38, 38, 41, 41, 42, 42, 44, 44, 47, 47,
    +    49, 49, 50, 50, 52, 52, 55, 55, 56, 56, 59, 59, 61, 61, 62, 62,
    +    64, 64, 67, 67, 69, 69, 70, 70, 73, 73, 74, 74, 76, 76, 79, 79,
    +    81, 81, 82, 82, 84, 84, 87, 87, 88, 88, 91, 91, 93, 93, 94, 94,
    +    97, 97, 98, 98, 100, 100, 103, 103, 104, 104, 107, 107, 109, 109, 110,
    +    110,
    +    112, 112, 115, 115, 117, 117, 118, 118, 121, 121, 122, 122, 124, 124, 127,
    +    127,
    +    128, 128, 131, 131, 133, 133, 134, 134, 137, 137, 138, 138, 140, 140, 143,
    +    143,
    +    145, 145, 146, 146, 148, 148, 151, 151, 152, 152, 155, 155, 157, 157, 158,
    +    158,
    +    161, 161, 162, 162, 164, 164, 167, 167, 168, 168, 171, 171, 173, 173, 174,
    +    174,
    +    176, 176, 179, 179, 181, 181, 182, 182, 185, 185, 186, 186, 188, 188, 191,
    +    191,
    +    193, 193, 194, 194, 196, 196, 199, 199, 200, 200, 203, 203, 205, 205, 206,
    +    206,
    +    208, 208, 211, 211, 213, 213, 214, 214, 217, 217, 218, 218, 220, 220, 223,
    +    223,
    +    224, 224, 227, 227, 229, 229, 230, 230, 233, 233, 234, 234, 236, 236, 239,
    +    239,
    +    241, 241, 242, 242, 244, 244, 247, 247, 248, 248, 251, 251, 253, 253, 254,
    +    254
    +};
     
     void DES_set_odd_parity(DES_cblock *key)
    -	{
    -	unsigned int i;
    +{
    +    unsigned int i;
     
    -	for (i=0; i>(n))^(b))&(m)),\
    - * 	(b)^=(t),\
    - * 	(a)=((a)^((t)<<(n))))
    + *      (b)^=(t),\
    + *      (a)=((a)^((t)<<(n))))
      */
     
     #define HPERM_OP(a,t,n,m) ((t)=((((a)<<(16-(n)))^(a))&(m)),\
    -	(a)=(a)^(t)^(t>>(16-(n))))
    +        (a)=(a)^(t)^(t>>(16-(n))))
     
    -static const DES_LONG des_skb[8][64]={
    -	{
    -	/* for C bits (numbered as per FIPS 46) 1 2 3 4 5 6 */
    -	0x00000000L,0x00000010L,0x20000000L,0x20000010L,
    -	0x00010000L,0x00010010L,0x20010000L,0x20010010L,
    -	0x00000800L,0x00000810L,0x20000800L,0x20000810L,
    -	0x00010800L,0x00010810L,0x20010800L,0x20010810L,
    -	0x00000020L,0x00000030L,0x20000020L,0x20000030L,
    -	0x00010020L,0x00010030L,0x20010020L,0x20010030L,
    -	0x00000820L,0x00000830L,0x20000820L,0x20000830L,
    -	0x00010820L,0x00010830L,0x20010820L,0x20010830L,
    -	0x00080000L,0x00080010L,0x20080000L,0x20080010L,
    -	0x00090000L,0x00090010L,0x20090000L,0x20090010L,
    -	0x00080800L,0x00080810L,0x20080800L,0x20080810L,
    -	0x00090800L,0x00090810L,0x20090800L,0x20090810L,
    -	0x00080020L,0x00080030L,0x20080020L,0x20080030L,
    -	0x00090020L,0x00090030L,0x20090020L,0x20090030L,
    -	0x00080820L,0x00080830L,0x20080820L,0x20080830L,
    -	0x00090820L,0x00090830L,0x20090820L,0x20090830L,
    -	},{
    -	/* for C bits (numbered as per FIPS 46) 7 8 10 11 12 13 */
    -	0x00000000L,0x02000000L,0x00002000L,0x02002000L,
    -	0x00200000L,0x02200000L,0x00202000L,0x02202000L,
    -	0x00000004L,0x02000004L,0x00002004L,0x02002004L,
    -	0x00200004L,0x02200004L,0x00202004L,0x02202004L,
    -	0x00000400L,0x02000400L,0x00002400L,0x02002400L,
    -	0x00200400L,0x02200400L,0x00202400L,0x02202400L,
    -	0x00000404L,0x02000404L,0x00002404L,0x02002404L,
    -	0x00200404L,0x02200404L,0x00202404L,0x02202404L,
    -	0x10000000L,0x12000000L,0x10002000L,0x12002000L,
    -	0x10200000L,0x12200000L,0x10202000L,0x12202000L,
    -	0x10000004L,0x12000004L,0x10002004L,0x12002004L,
    -	0x10200004L,0x12200004L,0x10202004L,0x12202004L,
    -	0x10000400L,0x12000400L,0x10002400L,0x12002400L,
    -	0x10200400L,0x12200400L,0x10202400L,0x12202400L,
    -	0x10000404L,0x12000404L,0x10002404L,0x12002404L,
    -	0x10200404L,0x12200404L,0x10202404L,0x12202404L,
    -	},{
    -	/* for C bits (numbered as per FIPS 46) 14 15 16 17 19 20 */
    -	0x00000000L,0x00000001L,0x00040000L,0x00040001L,
    -	0x01000000L,0x01000001L,0x01040000L,0x01040001L,
    -	0x00000002L,0x00000003L,0x00040002L,0x00040003L,
    -	0x01000002L,0x01000003L,0x01040002L,0x01040003L,
    -	0x00000200L,0x00000201L,0x00040200L,0x00040201L,
    -	0x01000200L,0x01000201L,0x01040200L,0x01040201L,
    -	0x00000202L,0x00000203L,0x00040202L,0x00040203L,
    -	0x01000202L,0x01000203L,0x01040202L,0x01040203L,
    -	0x08000000L,0x08000001L,0x08040000L,0x08040001L,
    -	0x09000000L,0x09000001L,0x09040000L,0x09040001L,
    -	0x08000002L,0x08000003L,0x08040002L,0x08040003L,
    -	0x09000002L,0x09000003L,0x09040002L,0x09040003L,
    -	0x08000200L,0x08000201L,0x08040200L,0x08040201L,
    -	0x09000200L,0x09000201L,0x09040200L,0x09040201L,
    -	0x08000202L,0x08000203L,0x08040202L,0x08040203L,
    -	0x09000202L,0x09000203L,0x09040202L,0x09040203L,
    -	},{
    -	/* for C bits (numbered as per FIPS 46) 21 23 24 26 27 28 */
    -	0x00000000L,0x00100000L,0x00000100L,0x00100100L,
    -	0x00000008L,0x00100008L,0x00000108L,0x00100108L,
    -	0x00001000L,0x00101000L,0x00001100L,0x00101100L,
    -	0x00001008L,0x00101008L,0x00001108L,0x00101108L,
    -	0x04000000L,0x04100000L,0x04000100L,0x04100100L,
    -	0x04000008L,0x04100008L,0x04000108L,0x04100108L,
    -	0x04001000L,0x04101000L,0x04001100L,0x04101100L,
    -	0x04001008L,0x04101008L,0x04001108L,0x04101108L,
    -	0x00020000L,0x00120000L,0x00020100L,0x00120100L,
    -	0x00020008L,0x00120008L,0x00020108L,0x00120108L,
    -	0x00021000L,0x00121000L,0x00021100L,0x00121100L,
    -	0x00021008L,0x00121008L,0x00021108L,0x00121108L,
    -	0x04020000L,0x04120000L,0x04020100L,0x04120100L,
    -	0x04020008L,0x04120008L,0x04020108L,0x04120108L,
    -	0x04021000L,0x04121000L,0x04021100L,0x04121100L,
    -	0x04021008L,0x04121008L,0x04021108L,0x04121108L,
    -	},{
    -	/* for D bits (numbered as per FIPS 46) 1 2 3 4 5 6 */
    -	0x00000000L,0x10000000L,0x00010000L,0x10010000L,
    -	0x00000004L,0x10000004L,0x00010004L,0x10010004L,
    -	0x20000000L,0x30000000L,0x20010000L,0x30010000L,
    -	0x20000004L,0x30000004L,0x20010004L,0x30010004L,
    -	0x00100000L,0x10100000L,0x00110000L,0x10110000L,
    -	0x00100004L,0x10100004L,0x00110004L,0x10110004L,
    -	0x20100000L,0x30100000L,0x20110000L,0x30110000L,
    -	0x20100004L,0x30100004L,0x20110004L,0x30110004L,
    -	0x00001000L,0x10001000L,0x00011000L,0x10011000L,
    -	0x00001004L,0x10001004L,0x00011004L,0x10011004L,
    -	0x20001000L,0x30001000L,0x20011000L,0x30011000L,
    -	0x20001004L,0x30001004L,0x20011004L,0x30011004L,
    -	0x00101000L,0x10101000L,0x00111000L,0x10111000L,
    -	0x00101004L,0x10101004L,0x00111004L,0x10111004L,
    -	0x20101000L,0x30101000L,0x20111000L,0x30111000L,
    -	0x20101004L,0x30101004L,0x20111004L,0x30111004L,
    -	},{
    -	/* for D bits (numbered as per FIPS 46) 8 9 11 12 13 14 */
    -	0x00000000L,0x08000000L,0x00000008L,0x08000008L,
    -	0x00000400L,0x08000400L,0x00000408L,0x08000408L,
    -	0x00020000L,0x08020000L,0x00020008L,0x08020008L,
    -	0x00020400L,0x08020400L,0x00020408L,0x08020408L,
    -	0x00000001L,0x08000001L,0x00000009L,0x08000009L,
    -	0x00000401L,0x08000401L,0x00000409L,0x08000409L,
    -	0x00020001L,0x08020001L,0x00020009L,0x08020009L,
    -	0x00020401L,0x08020401L,0x00020409L,0x08020409L,
    -	0x02000000L,0x0A000000L,0x02000008L,0x0A000008L,
    -	0x02000400L,0x0A000400L,0x02000408L,0x0A000408L,
    -	0x02020000L,0x0A020000L,0x02020008L,0x0A020008L,
    -	0x02020400L,0x0A020400L,0x02020408L,0x0A020408L,
    -	0x02000001L,0x0A000001L,0x02000009L,0x0A000009L,
    -	0x02000401L,0x0A000401L,0x02000409L,0x0A000409L,
    -	0x02020001L,0x0A020001L,0x02020009L,0x0A020009L,
    -	0x02020401L,0x0A020401L,0x02020409L,0x0A020409L,
    -	},{
    -	/* for D bits (numbered as per FIPS 46) 16 17 18 19 20 21 */
    -	0x00000000L,0x00000100L,0x00080000L,0x00080100L,
    -	0x01000000L,0x01000100L,0x01080000L,0x01080100L,
    -	0x00000010L,0x00000110L,0x00080010L,0x00080110L,
    -	0x01000010L,0x01000110L,0x01080010L,0x01080110L,
    -	0x00200000L,0x00200100L,0x00280000L,0x00280100L,
    -	0x01200000L,0x01200100L,0x01280000L,0x01280100L,
    -	0x00200010L,0x00200110L,0x00280010L,0x00280110L,
    -	0x01200010L,0x01200110L,0x01280010L,0x01280110L,
    -	0x00000200L,0x00000300L,0x00080200L,0x00080300L,
    -	0x01000200L,0x01000300L,0x01080200L,0x01080300L,
    -	0x00000210L,0x00000310L,0x00080210L,0x00080310L,
    -	0x01000210L,0x01000310L,0x01080210L,0x01080310L,
    -	0x00200200L,0x00200300L,0x00280200L,0x00280300L,
    -	0x01200200L,0x01200300L,0x01280200L,0x01280300L,
    -	0x00200210L,0x00200310L,0x00280210L,0x00280310L,
    -	0x01200210L,0x01200310L,0x01280210L,0x01280310L,
    -	},{
    -	/* for D bits (numbered as per FIPS 46) 22 23 24 25 27 28 */
    -	0x00000000L,0x04000000L,0x00040000L,0x04040000L,
    -	0x00000002L,0x04000002L,0x00040002L,0x04040002L,
    -	0x00002000L,0x04002000L,0x00042000L,0x04042000L,
    -	0x00002002L,0x04002002L,0x00042002L,0x04042002L,
    -	0x00000020L,0x04000020L,0x00040020L,0x04040020L,
    -	0x00000022L,0x04000022L,0x00040022L,0x04040022L,
    -	0x00002020L,0x04002020L,0x00042020L,0x04042020L,
    -	0x00002022L,0x04002022L,0x00042022L,0x04042022L,
    -	0x00000800L,0x04000800L,0x00040800L,0x04040800L,
    -	0x00000802L,0x04000802L,0x00040802L,0x04040802L,
    -	0x00002800L,0x04002800L,0x00042800L,0x04042800L,
    -	0x00002802L,0x04002802L,0x00042802L,0x04042802L,
    -	0x00000820L,0x04000820L,0x00040820L,0x04040820L,
    -	0x00000822L,0x04000822L,0x00040822L,0x04040822L,
    -	0x00002820L,0x04002820L,0x00042820L,0x04042820L,
    -	0x00002822L,0x04002822L,0x00042822L,0x04042822L,
    -	}};
    +static const DES_LONG des_skb[8][64] = {
    +    {
    +     /* for C bits (numbered as per FIPS 46) 1 2 3 4 5 6 */
    +     0x00000000L, 0x00000010L, 0x20000000L, 0x20000010L,
    +     0x00010000L, 0x00010010L, 0x20010000L, 0x20010010L,
    +     0x00000800L, 0x00000810L, 0x20000800L, 0x20000810L,
    +     0x00010800L, 0x00010810L, 0x20010800L, 0x20010810L,
    +     0x00000020L, 0x00000030L, 0x20000020L, 0x20000030L,
    +     0x00010020L, 0x00010030L, 0x20010020L, 0x20010030L,
    +     0x00000820L, 0x00000830L, 0x20000820L, 0x20000830L,
    +     0x00010820L, 0x00010830L, 0x20010820L, 0x20010830L,
    +     0x00080000L, 0x00080010L, 0x20080000L, 0x20080010L,
    +     0x00090000L, 0x00090010L, 0x20090000L, 0x20090010L,
    +     0x00080800L, 0x00080810L, 0x20080800L, 0x20080810L,
    +     0x00090800L, 0x00090810L, 0x20090800L, 0x20090810L,
    +     0x00080020L, 0x00080030L, 0x20080020L, 0x20080030L,
    +     0x00090020L, 0x00090030L, 0x20090020L, 0x20090030L,
    +     0x00080820L, 0x00080830L, 0x20080820L, 0x20080830L,
    +     0x00090820L, 0x00090830L, 0x20090820L, 0x20090830L,
    +     },
    +    {
    +     /* for C bits (numbered as per FIPS 46) 7 8 10 11 12 13 */
    +     0x00000000L, 0x02000000L, 0x00002000L, 0x02002000L,
    +     0x00200000L, 0x02200000L, 0x00202000L, 0x02202000L,
    +     0x00000004L, 0x02000004L, 0x00002004L, 0x02002004L,
    +     0x00200004L, 0x02200004L, 0x00202004L, 0x02202004L,
    +     0x00000400L, 0x02000400L, 0x00002400L, 0x02002400L,
    +     0x00200400L, 0x02200400L, 0x00202400L, 0x02202400L,
    +     0x00000404L, 0x02000404L, 0x00002404L, 0x02002404L,
    +     0x00200404L, 0x02200404L, 0x00202404L, 0x02202404L,
    +     0x10000000L, 0x12000000L, 0x10002000L, 0x12002000L,
    +     0x10200000L, 0x12200000L, 0x10202000L, 0x12202000L,
    +     0x10000004L, 0x12000004L, 0x10002004L, 0x12002004L,
    +     0x10200004L, 0x12200004L, 0x10202004L, 0x12202004L,
    +     0x10000400L, 0x12000400L, 0x10002400L, 0x12002400L,
    +     0x10200400L, 0x12200400L, 0x10202400L, 0x12202400L,
    +     0x10000404L, 0x12000404L, 0x10002404L, 0x12002404L,
    +     0x10200404L, 0x12200404L, 0x10202404L, 0x12202404L,
    +     },
    +    {
    +     /* for C bits (numbered as per FIPS 46) 14 15 16 17 19 20 */
    +     0x00000000L, 0x00000001L, 0x00040000L, 0x00040001L,
    +     0x01000000L, 0x01000001L, 0x01040000L, 0x01040001L,
    +     0x00000002L, 0x00000003L, 0x00040002L, 0x00040003L,
    +     0x01000002L, 0x01000003L, 0x01040002L, 0x01040003L,
    +     0x00000200L, 0x00000201L, 0x00040200L, 0x00040201L,
    +     0x01000200L, 0x01000201L, 0x01040200L, 0x01040201L,
    +     0x00000202L, 0x00000203L, 0x00040202L, 0x00040203L,
    +     0x01000202L, 0x01000203L, 0x01040202L, 0x01040203L,
    +     0x08000000L, 0x08000001L, 0x08040000L, 0x08040001L,
    +     0x09000000L, 0x09000001L, 0x09040000L, 0x09040001L,
    +     0x08000002L, 0x08000003L, 0x08040002L, 0x08040003L,
    +     0x09000002L, 0x09000003L, 0x09040002L, 0x09040003L,
    +     0x08000200L, 0x08000201L, 0x08040200L, 0x08040201L,
    +     0x09000200L, 0x09000201L, 0x09040200L, 0x09040201L,
    +     0x08000202L, 0x08000203L, 0x08040202L, 0x08040203L,
    +     0x09000202L, 0x09000203L, 0x09040202L, 0x09040203L,
    +     },
    +    {
    +     /* for C bits (numbered as per FIPS 46) 21 23 24 26 27 28 */
    +     0x00000000L, 0x00100000L, 0x00000100L, 0x00100100L,
    +     0x00000008L, 0x00100008L, 0x00000108L, 0x00100108L,
    +     0x00001000L, 0x00101000L, 0x00001100L, 0x00101100L,
    +     0x00001008L, 0x00101008L, 0x00001108L, 0x00101108L,
    +     0x04000000L, 0x04100000L, 0x04000100L, 0x04100100L,
    +     0x04000008L, 0x04100008L, 0x04000108L, 0x04100108L,
    +     0x04001000L, 0x04101000L, 0x04001100L, 0x04101100L,
    +     0x04001008L, 0x04101008L, 0x04001108L, 0x04101108L,
    +     0x00020000L, 0x00120000L, 0x00020100L, 0x00120100L,
    +     0x00020008L, 0x00120008L, 0x00020108L, 0x00120108L,
    +     0x00021000L, 0x00121000L, 0x00021100L, 0x00121100L,
    +     0x00021008L, 0x00121008L, 0x00021108L, 0x00121108L,
    +     0x04020000L, 0x04120000L, 0x04020100L, 0x04120100L,
    +     0x04020008L, 0x04120008L, 0x04020108L, 0x04120108L,
    +     0x04021000L, 0x04121000L, 0x04021100L, 0x04121100L,
    +     0x04021008L, 0x04121008L, 0x04021108L, 0x04121108L,
    +     },
    +    {
    +     /* for D bits (numbered as per FIPS 46) 1 2 3 4 5 6 */
    +     0x00000000L, 0x10000000L, 0x00010000L, 0x10010000L,
    +     0x00000004L, 0x10000004L, 0x00010004L, 0x10010004L,
    +     0x20000000L, 0x30000000L, 0x20010000L, 0x30010000L,
    +     0x20000004L, 0x30000004L, 0x20010004L, 0x30010004L,
    +     0x00100000L, 0x10100000L, 0x00110000L, 0x10110000L,
    +     0x00100004L, 0x10100004L, 0x00110004L, 0x10110004L,
    +     0x20100000L, 0x30100000L, 0x20110000L, 0x30110000L,
    +     0x20100004L, 0x30100004L, 0x20110004L, 0x30110004L,
    +     0x00001000L, 0x10001000L, 0x00011000L, 0x10011000L,
    +     0x00001004L, 0x10001004L, 0x00011004L, 0x10011004L,
    +     0x20001000L, 0x30001000L, 0x20011000L, 0x30011000L,
    +     0x20001004L, 0x30001004L, 0x20011004L, 0x30011004L,
    +     0x00101000L, 0x10101000L, 0x00111000L, 0x10111000L,
    +     0x00101004L, 0x10101004L, 0x00111004L, 0x10111004L,
    +     0x20101000L, 0x30101000L, 0x20111000L, 0x30111000L,
    +     0x20101004L, 0x30101004L, 0x20111004L, 0x30111004L,
    +     },
    +    {
    +     /* for D bits (numbered as per FIPS 46) 8 9 11 12 13 14 */
    +     0x00000000L, 0x08000000L, 0x00000008L, 0x08000008L,
    +     0x00000400L, 0x08000400L, 0x00000408L, 0x08000408L,
    +     0x00020000L, 0x08020000L, 0x00020008L, 0x08020008L,
    +     0x00020400L, 0x08020400L, 0x00020408L, 0x08020408L,
    +     0x00000001L, 0x08000001L, 0x00000009L, 0x08000009L,
    +     0x00000401L, 0x08000401L, 0x00000409L, 0x08000409L,
    +     0x00020001L, 0x08020001L, 0x00020009L, 0x08020009L,
    +     0x00020401L, 0x08020401L, 0x00020409L, 0x08020409L,
    +     0x02000000L, 0x0A000000L, 0x02000008L, 0x0A000008L,
    +     0x02000400L, 0x0A000400L, 0x02000408L, 0x0A000408L,
    +     0x02020000L, 0x0A020000L, 0x02020008L, 0x0A020008L,
    +     0x02020400L, 0x0A020400L, 0x02020408L, 0x0A020408L,
    +     0x02000001L, 0x0A000001L, 0x02000009L, 0x0A000009L,
    +     0x02000401L, 0x0A000401L, 0x02000409L, 0x0A000409L,
    +     0x02020001L, 0x0A020001L, 0x02020009L, 0x0A020009L,
    +     0x02020401L, 0x0A020401L, 0x02020409L, 0x0A020409L,
    +     },
    +    {
    +     /* for D bits (numbered as per FIPS 46) 16 17 18 19 20 21 */
    +     0x00000000L, 0x00000100L, 0x00080000L, 0x00080100L,
    +     0x01000000L, 0x01000100L, 0x01080000L, 0x01080100L,
    +     0x00000010L, 0x00000110L, 0x00080010L, 0x00080110L,
    +     0x01000010L, 0x01000110L, 0x01080010L, 0x01080110L,
    +     0x00200000L, 0x00200100L, 0x00280000L, 0x00280100L,
    +     0x01200000L, 0x01200100L, 0x01280000L, 0x01280100L,
    +     0x00200010L, 0x00200110L, 0x00280010L, 0x00280110L,
    +     0x01200010L, 0x01200110L, 0x01280010L, 0x01280110L,
    +     0x00000200L, 0x00000300L, 0x00080200L, 0x00080300L,
    +     0x01000200L, 0x01000300L, 0x01080200L, 0x01080300L,
    +     0x00000210L, 0x00000310L, 0x00080210L, 0x00080310L,
    +     0x01000210L, 0x01000310L, 0x01080210L, 0x01080310L,
    +     0x00200200L, 0x00200300L, 0x00280200L, 0x00280300L,
    +     0x01200200L, 0x01200300L, 0x01280200L, 0x01280300L,
    +     0x00200210L, 0x00200310L, 0x00280210L, 0x00280310L,
    +     0x01200210L, 0x01200310L, 0x01280210L, 0x01280310L,
    +     },
    +    {
    +     /* for D bits (numbered as per FIPS 46) 22 23 24 25 27 28 */
    +     0x00000000L, 0x04000000L, 0x00040000L, 0x04040000L,
    +     0x00000002L, 0x04000002L, 0x00040002L, 0x04040002L,
    +     0x00002000L, 0x04002000L, 0x00042000L, 0x04042000L,
    +     0x00002002L, 0x04002002L, 0x00042002L, 0x04042002L,
    +     0x00000020L, 0x04000020L, 0x00040020L, 0x04040020L,
    +     0x00000022L, 0x04000022L, 0x00040022L, 0x04040022L,
    +     0x00002020L, 0x04002020L, 0x00042020L, 0x04042020L,
    +     0x00002022L, 0x04002022L, 0x00042022L, 0x04042022L,
    +     0x00000800L, 0x04000800L, 0x00040800L, 0x04040800L,
    +     0x00000802L, 0x04000802L, 0x00040802L, 0x04040802L,
    +     0x00002800L, 0x04002800L, 0x00042800L, 0x04042800L,
    +     0x00002802L, 0x04002802L, 0x00042802L, 0x04042802L,
    +     0x00000820L, 0x04000820L, 0x00040820L, 0x04040820L,
    +     0x00000822L, 0x04000822L, 0x00040822L, 0x04040822L,
    +     0x00002820L, 0x04002820L, 0x00042820L, 0x04042820L,
    +     0x00002822L, 0x04002822L, 0x00042822L, 0x04042822L,
    +     }
    +};
     
     int DES_set_key(const_DES_cblock *key, DES_key_schedule *schedule)
    -	{
    -	if (DES_check_key)
    -		{
    -		return DES_set_key_checked(key, schedule);
    -		}
    -	else
    -		{
    -		DES_set_key_unchecked(key, schedule);
    -		return 0;
    -		}
    -	}
    +{
    +    if (DES_check_key) {
    +        return DES_set_key_checked(key, schedule);
    +    } else {
    +        DES_set_key_unchecked(key, schedule);
    +        return 0;
    +    }
    +}
     
    -/* return 0 if key parity is odd (correct),
    +/*-
    + * return 0 if key parity is odd (correct),
      * return -1 if key parity error,
      * return -2 if illegal weak key.
      */
     int DES_set_key_checked(const_DES_cblock *key, DES_key_schedule *schedule)
    -	{
    -	if (!DES_check_key_parity(key))
    -		return(-1);
    -	if (DES_is_weak_key(key))
    -		return(-2);
    -	DES_set_key_unchecked(key, schedule);
    -	return 0;
    -	}
    +{
    +    if (!DES_check_key_parity(key))
    +        return (-1);
    +    if (DES_is_weak_key(key))
    +        return (-2);
    +    DES_set_key_unchecked(key, schedule);
    +    return 0;
    +}
     
     void DES_set_key_unchecked(const_DES_cblock *key, DES_key_schedule *schedule)
     #ifdef OPENSSL_FIPS
    -	{
    -	fips_cipher_abort(DES);
    -	private_DES_set_key_unchecked(key, schedule);
    -	}
    -void private_DES_set_key_unchecked(const_DES_cblock *key, DES_key_schedule *schedule)
    +{
    +    fips_cipher_abort(DES);
    +    private_DES_set_key_unchecked(key, schedule);
    +}
    +
    +void private_DES_set_key_unchecked(const_DES_cblock *key,
    +                                   DES_key_schedule *schedule)
     #endif
    -	{
    -	static const int shifts2[16]={0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0};
    -	register DES_LONG c,d,t,s,t2;
    -	register const unsigned char *in;
    -	register DES_LONG *k;
    -	register int i;
    +{
    +    static const int shifts2[16] =
    +        { 0, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0 };
    +    register DES_LONG c, d, t, s, t2;
    +    register const unsigned char *in;
    +    register DES_LONG *k;
    +    register int i;
     
     #ifdef OPENBSD_DEV_CRYPTO
    -	memcpy(schedule->key,key,sizeof schedule->key);
    -	schedule->session=NULL;
    +    memcpy(schedule->key, key, sizeof schedule->key);
    +    schedule->session = NULL;
     #endif
    -	k = &schedule->ks->deslong[0];
    -	in = &(*key)[0];
    +    k = &schedule->ks->deslong[0];
    +    in = &(*key)[0];
     
    -	c2l(in,c);
    -	c2l(in,d);
    +    c2l(in, c);
    +    c2l(in, d);
     
    -	/* do PC1 in 47 simple operations :-)
    -	 * Thanks to John Fletcher (john_fletcher@lccmail.ocf.llnl.gov)
    -	 * for the inspiration. :-) */
    -	PERM_OP (d,c,t,4,0x0f0f0f0fL);
    -	HPERM_OP(c,t,-2,0xcccc0000L);
    -	HPERM_OP(d,t,-2,0xcccc0000L);
    -	PERM_OP (d,c,t,1,0x55555555L);
    -	PERM_OP (c,d,t,8,0x00ff00ffL);
    -	PERM_OP (d,c,t,1,0x55555555L);
    -	d=	(((d&0x000000ffL)<<16L)| (d&0x0000ff00L)     |
    -		 ((d&0x00ff0000L)>>16L)|((c&0xf0000000L)>>4L));
    -	c&=0x0fffffffL;
    +    /*
    +     * do PC1 in 47 simple operations :-) Thanks to John Fletcher
    +     * (john_fletcher@lccmail.ocf.llnl.gov) for the inspiration. :-)
    +     */
    +    PERM_OP(d, c, t, 4, 0x0f0f0f0fL);
    +    HPERM_OP(c, t, -2, 0xcccc0000L);
    +    HPERM_OP(d, t, -2, 0xcccc0000L);
    +    PERM_OP(d, c, t, 1, 0x55555555L);
    +    PERM_OP(c, d, t, 8, 0x00ff00ffL);
    +    PERM_OP(d, c, t, 1, 0x55555555L);
    +    d = (((d & 0x000000ffL) << 16L) | (d & 0x0000ff00L) |
    +         ((d & 0x00ff0000L) >> 16L) | ((c & 0xf0000000L) >> 4L));
    +    c &= 0x0fffffffL;
     
    -	for (i=0; i>2L)|(c<<26L)); d=((d>>2L)|(d<<26L)); }
    -		else
    -			{ c=((c>>1L)|(c<<27L)); d=((d>>1L)|(d<<27L)); }
    -		c&=0x0fffffffL;
    -		d&=0x0fffffffL;
    -		/* could be a few less shifts but I am to lazy at this
    -		 * point in time to investigate */
    -		s=	des_skb[0][ (c    )&0x3f                ]|
    -			des_skb[1][((c>> 6L)&0x03)|((c>> 7L)&0x3c)]|
    -			des_skb[2][((c>>13L)&0x0f)|((c>>14L)&0x30)]|
    -			des_skb[3][((c>>20L)&0x01)|((c>>21L)&0x06) |
    -						  ((c>>22L)&0x38)];
    -		t=	des_skb[4][ (d    )&0x3f                ]|
    -			des_skb[5][((d>> 7L)&0x03)|((d>> 8L)&0x3c)]|
    -			des_skb[6][ (d>>15L)&0x3f                ]|
    -			des_skb[7][((d>>21L)&0x0f)|((d>>22L)&0x30)];
    +    for (i = 0; i < ITERATIONS; i++) {
    +        if (shifts2[i]) {
    +            c = ((c >> 2L) | (c << 26L));
    +            d = ((d >> 2L) | (d << 26L));
    +        } else {
    +            c = ((c >> 1L) | (c << 27L));
    +            d = ((d >> 1L) | (d << 27L));
    +        }
    +        c &= 0x0fffffffL;
    +        d &= 0x0fffffffL;
    +        /*
    +         * could be a few less shifts but I am to lazy at this point in time
    +         * to investigate
    +         */
    +        s = des_skb[0][(c) & 0x3f] |
    +            des_skb[1][((c >> 6L) & 0x03) | ((c >> 7L) & 0x3c)] |
    +            des_skb[2][((c >> 13L) & 0x0f) | ((c >> 14L) & 0x30)] |
    +            des_skb[3][((c >> 20L) & 0x01) | ((c >> 21L) & 0x06) |
    +                       ((c >> 22L) & 0x38)];
    +        t = des_skb[4][(d) & 0x3f] |
    +            des_skb[5][((d >> 7L) & 0x03) | ((d >> 8L) & 0x3c)] |
    +            des_skb[6][(d >> 15L) & 0x3f] |
    +            des_skb[7][((d >> 21L) & 0x0f) | ((d >> 22L) & 0x30)];
     
    -		/* table contained 0213 4657 */
    -		t2=((t<<16L)|(s&0x0000ffffL))&0xffffffffL;
    -		*(k++)=ROTATE(t2,30)&0xffffffffL;
    +        /* table contained 0213 4657 */
    +        t2 = ((t << 16L) | (s & 0x0000ffffL)) & 0xffffffffL;
    +        *(k++) = ROTATE(t2, 30) & 0xffffffffL;
     
    -		t2=((s>>16L)|(t&0xffff0000L));
    -		*(k++)=ROTATE(t2,26)&0xffffffffL;
    -		}
    -	}
    +        t2 = ((s >> 16L) | (t & 0xffff0000L));
    +        *(k++) = ROTATE(t2, 26) & 0xffffffffL;
    +    }
    +}
     
     int DES_key_sched(const_DES_cblock *key, DES_key_schedule *schedule)
    -	{
    -	return(DES_set_key(key,schedule));
    -	}
    -/*
    +{
    +    return (DES_set_key(key, schedule));
    +}
    +
    +/*-
     #undef des_fixup_key_parity
     void des_fixup_key_parity(des_cblock *key)
    -	{
    -	des_set_odd_parity(key);
    -	}
    +        {
    +        des_set_odd_parity(key);
    +        }
     */
    diff --git a/openssl/crypto/des/speed.c b/openssl/crypto/des/speed.c
    index 1616f4b7c..9a3d929d2 100644
    --- a/openssl/crypto/des/speed.c
    +++ b/openssl/crypto/des/speed.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,7 +60,7 @@
     /* 06-Apr-92 Luke Brennan    Support for VMS and add extra signal calls */
     
     #if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC)) && !defined(OPENSSL_SYS_MACOSX)
    -#define TIMES
    +# define TIMES
     #endif
     
     #include 
    @@ -68,247 +68,232 @@
     #include 
     #include OPENSSL_UNISTD_IO
     OPENSSL_DECLARE_EXIT
    -
     #ifndef OPENSSL_SYS_NETWARE
    -#include 
    -#define crypt(c,s) (des_crypt((c),(s)))
    +# include 
    +# define crypt(c,s) (des_crypt((c),(s)))
     #endif
    -
     #ifndef _IRIX
    -#include 
    +# include 
     #endif
     #ifdef TIMES
    -#include 
    -#include 
    +# include 
    +# include 
     #endif
    -
    -/* Depending on the VMS version, the tms structure is perhaps defined.
    -   The __TMS macro will show if it was.  If it wasn't defined, we should
    -   undefine TIMES, since that tells the rest of the program how things
    -   should be handled.				-- Richard Levitte */
    +    /*
    +     * Depending on the VMS version, the tms structure is perhaps defined.
    +     * The __TMS macro will show if it was.  If it wasn't defined, we should
    +     * undefine TIMES, since that tells the rest of the program how things
    +     * should be handled.  -- Richard Levitte
    +     */
     #if defined(OPENSSL_SYS_VMS_DECC) && !defined(__TMS)
    -#undef TIMES
    +# undef TIMES
     #endif
    -
     #ifndef TIMES
    -#include 
    +# include 
     #endif
    -
     #if defined(sun) || defined(__ultrix)
    -#define _POSIX_SOURCE
    -#include 
    -#include 
    +# define _POSIX_SOURCE
    +# include 
    +# include 
     #endif
    -
     #include 
    -
     /* The following if from times(3) man page.  It may need to be changed */
     #ifndef HZ
     # ifndef CLK_TCK
    -#  ifndef _BSD_CLK_TCK_ /* FreeBSD fix */
    -#   define HZ	100.0
    -#  else /* _BSD_CLK_TCK_ */
    +#  ifndef _BSD_CLK_TCK_         /* FreeBSD fix */
    +#   define HZ   100.0
    +#  else                         /* _BSD_CLK_TCK_ */
     #   define HZ ((double)_BSD_CLK_TCK_)
     #  endif
    -# else /* CLK_TCK */
    +# else                          /* CLK_TCK */
     #  define HZ ((double)CLK_TCK)
     # endif
     #endif
    -
    -#define BUFSIZE	((long)1024)
    -long run=0;
    +#define BUFSIZE ((long)1024)
    +long run = 0;
     
     double Time_F(int s);
     #ifdef SIGALRM
    -#if defined(__STDC__) || defined(sgi) || defined(_AIX)
    -#define SIGRETTYPE void
    -#else
    -#define SIGRETTYPE int
    -#endif
    +# if defined(__STDC__) || defined(sgi) || defined(_AIX)
    +#  define SIGRETTYPE void
    +# else
    +#  define SIGRETTYPE int
    +# endif
     
     SIGRETTYPE sig_done(int sig);
     SIGRETTYPE sig_done(int sig)
    -	{
    -	signal(SIGALRM,sig_done);
    -	run=0;
    -#ifdef LINT
    -	sig=sig;
    -#endif
    -	}
    +{
    +    signal(SIGALRM, sig_done);
    +    run = 0;
    +# ifdef LINT
    +    sig = sig;
    +# endif
    +}
     #endif
     
    -#define START	0
    -#define STOP	1
    +#define START   0
    +#define STOP    1
     
     double Time_F(int s)
    -	{
    -	double ret;
    +{
    +    double ret;
     #ifdef TIMES
    -	static struct tms tstart,tend;
    +    static struct tms tstart, tend;
     
    -	if (s == START)
    -		{
    -		times(&tstart);
    -		return(0);
    -		}
    -	else
    -		{
    -		times(&tend);
    -		ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
    -		return((ret == 0.0)?1e-6:ret);
    -		}
    -#else /* !times() */
    -	static struct timeb tstart,tend;
    -	long i;
    +    if (s == START) {
    +        times(&tstart);
    +        return (0);
    +    } else {
    +        times(&tend);
    +        ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ;
    +        return ((ret == 0.0) ? 1e-6 : ret);
    +    }
    +#else                           /* !times() */
    +    static struct timeb tstart, tend;
    +    long i;
     
    -	if (s == START)
    -		{
    -		ftime(&tstart);
    -		return(0);
    -		}
    -	else
    -		{
    -		ftime(&tend);
    -		i=(long)tend.millitm-(long)tstart.millitm;
    -		ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
    -		return((ret == 0.0)?1e-6:ret);
    -		}
    +    if (s == START) {
    +        ftime(&tstart);
    +        return (0);
    +    } else {
    +        ftime(&tend);
    +        i = (long)tend.millitm - (long)tstart.millitm;
    +        ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1e3;
    +        return ((ret == 0.0) ? 1e-6 : ret);
    +    }
     #endif
    -	}
    +}
     
     int main(int argc, char **argv)
    -	{
    -	long count;
    -	static unsigned char buf[BUFSIZE];
    -	static DES_cblock key ={0x12,0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0};
    -	static DES_cblock key2={0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12};
    -	static DES_cblock key3={0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12,0x34};
    -	DES_key_schedule sch,sch2,sch3;
    -	double a,b,c,d,e;
    +{
    +    long count;
    +    static unsigned char buf[BUFSIZE];
    +    static DES_cblock key =
    +        { 0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0 };
    +    static DES_cblock key2 =
    +        { 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0, 0x12 };
    +    static DES_cblock key3 =
    +        { 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0, 0x12, 0x34 };
    +    DES_key_schedule sch, sch2, sch3;
    +    double a, b, c, d, e;
     #ifndef SIGALRM
    -	long ca,cb,cc,cd,ce;
    +    long ca, cb, cc, cd, ce;
     #endif
     
     #ifndef TIMES
    -	printf("To get the most accurate results, try to run this\n");
    -	printf("program when this computer is idle.\n");
    +    printf("To get the most accurate results, try to run this\n");
    +    printf("program when this computer is idle.\n");
     #endif
     
    -	DES_set_key_unchecked(&key2,&sch2);
    -	DES_set_key_unchecked(&key3,&sch3);
    +    DES_set_key_unchecked(&key2, &sch2);
    +    DES_set_key_unchecked(&key3, &sch3);
     
     #ifndef SIGALRM
    -	printf("First we calculate the approximate speed ...\n");
    -	DES_set_key_unchecked(&key,&sch);
    -	count=10;
    -	do	{
    -		long i;
    -		DES_LONG data[2];
    +    printf("First we calculate the approximate speed ...\n");
    +    DES_set_key_unchecked(&key, &sch);
    +    count = 10;
    +    do {
    +        long i;
    +        DES_LONG data[2];
     
    -		count*=2;
    -		Time_F(START);
    -		for (i=count; i; i--)
    -			DES_encrypt1(data,&sch,DES_ENCRYPT);
    -		d=Time_F(STOP);
    -		} while (d < 3.0);
    -	ca=count;
    -	cb=count*3;
    -	cc=count*3*8/BUFSIZE+1;
    -	cd=count*8/BUFSIZE+1;
    -	ce=count/20+1;
    -	printf("Doing set_key %ld times\n",ca);
    -#define COND(d)	(count != (d))
    -#define COUNT(d) (d)
    +        count *= 2;
    +        Time_F(START);
    +        for (i = count; i; i--)
    +            DES_encrypt1(data, &sch, DES_ENCRYPT);
    +        d = Time_F(STOP);
    +    } while (d < 3.0);
    +    ca = count;
    +    cb = count * 3;
    +    cc = count * 3 * 8 / BUFSIZE + 1;
    +    cd = count * 8 / BUFSIZE + 1;
    +    ce = count / 20 + 1;
    +    printf("Doing set_key %ld times\n", ca);
    +# define COND(d) (count != (d))
    +# define COUNT(d) (d)
     #else
    -#define COND(c)	(run)
    -#define COUNT(d) (count)
    -	signal(SIGALRM,sig_done);
    -	printf("Doing set_key for 10 seconds\n");
    -	alarm(10);
    +# define COND(c) (run)
    +# define COUNT(d) (count)
    +    signal(SIGALRM, sig_done);
    +    printf("Doing set_key for 10 seconds\n");
    +    alarm(10);
     #endif
     
    -	Time_F(START);
    -	for (count=0,run=1; COND(ca); count++)
    -		DES_set_key_unchecked(&key,&sch);
    -	d=Time_F(STOP);
    -	printf("%ld set_key's in %.2f seconds\n",count,d);
    -	a=((double)COUNT(ca))/d;
    +    Time_F(START);
    +    for (count = 0, run = 1; COND(ca); count++)
    +        DES_set_key_unchecked(&key, &sch);
    +    d = Time_F(STOP);
    +    printf("%ld set_key's in %.2f seconds\n", count, d);
    +    a = ((double)COUNT(ca)) / d;
     
     #ifdef SIGALRM
    -	printf("Doing DES_encrypt's for 10 seconds\n");
    -	alarm(10);
    +    printf("Doing DES_encrypt's for 10 seconds\n");
    +    alarm(10);
     #else
    -	printf("Doing DES_encrypt %ld times\n",cb);
    +    printf("Doing DES_encrypt %ld times\n", cb);
     #endif
    -	Time_F(START);
    -	for (count=0,run=1; COND(cb); count++)
    -		{
    -		DES_LONG data[2];
    +    Time_F(START);
    +    for (count = 0, run = 1; COND(cb); count++) {
    +        DES_LONG data[2];
     
    -		DES_encrypt1(data,&sch,DES_ENCRYPT);
    -		}
    -	d=Time_F(STOP);
    -	printf("%ld DES_encrypt's in %.2f second\n",count,d);
    -	b=((double)COUNT(cb)*8)/d;
    +        DES_encrypt1(data, &sch, DES_ENCRYPT);
    +    }
    +    d = Time_F(STOP);
    +    printf("%ld DES_encrypt's in %.2f second\n", count, d);
    +    b = ((double)COUNT(cb) * 8) / d;
     
     #ifdef SIGALRM
    -	printf("Doing DES_cbc_encrypt on %ld byte blocks for 10 seconds\n",
    -		BUFSIZE);
    -	alarm(10);
    +    printf("Doing DES_cbc_encrypt on %ld byte blocks for 10 seconds\n",
    +           BUFSIZE);
    +    alarm(10);
     #else
    -	printf("Doing DES_cbc_encrypt %ld times on %ld byte blocks\n",cc,
    -		BUFSIZE);
    +    printf("Doing DES_cbc_encrypt %ld times on %ld byte blocks\n", cc,
    +           BUFSIZE);
     #endif
    -	Time_F(START);
    -	for (count=0,run=1; COND(cc); count++)
    -		DES_ncbc_encrypt(buf,buf,BUFSIZE,&sch,
    -			&key,DES_ENCRYPT);
    -	d=Time_F(STOP);
    -	printf("%ld DES_cbc_encrypt's of %ld byte blocks in %.2f second\n",
    -		count,BUFSIZE,d);
    -	c=((double)COUNT(cc)*BUFSIZE)/d;
    +    Time_F(START);
    +    for (count = 0, run = 1; COND(cc); count++)
    +        DES_ncbc_encrypt(buf, buf, BUFSIZE, &sch, &key, DES_ENCRYPT);
    +    d = Time_F(STOP);
    +    printf("%ld DES_cbc_encrypt's of %ld byte blocks in %.2f second\n",
    +           count, BUFSIZE, d);
    +    c = ((double)COUNT(cc) * BUFSIZE) / d;
     
     #ifdef SIGALRM
    -	printf("Doing DES_ede_cbc_encrypt on %ld byte blocks for 10 seconds\n",
    -		BUFSIZE);
    -	alarm(10);
    +    printf("Doing DES_ede_cbc_encrypt on %ld byte blocks for 10 seconds\n",
    +           BUFSIZE);
    +    alarm(10);
     #else
    -	printf("Doing DES_ede_cbc_encrypt %ld times on %ld byte blocks\n",cd,
    -		BUFSIZE);
    +    printf("Doing DES_ede_cbc_encrypt %ld times on %ld byte blocks\n", cd,
    +           BUFSIZE);
     #endif
    -	Time_F(START);
    -	for (count=0,run=1; COND(cd); count++)
    -		DES_ede3_cbc_encrypt(buf,buf,BUFSIZE,
    -			&sch,
    -			&sch2,
    -			&sch3,
    -			&key,
    -			DES_ENCRYPT);
    -	d=Time_F(STOP);
    -	printf("%ld DES_ede_cbc_encrypt's of %ld byte blocks in %.2f second\n",
    -		count,BUFSIZE,d);
    -	d=((double)COUNT(cd)*BUFSIZE)/d;
    +    Time_F(START);
    +    for (count = 0, run = 1; COND(cd); count++)
    +        DES_ede3_cbc_encrypt(buf, buf, BUFSIZE,
    +                             &sch, &sch2, &sch3, &key, DES_ENCRYPT);
    +    d = Time_F(STOP);
    +    printf("%ld DES_ede_cbc_encrypt's of %ld byte blocks in %.2f second\n",
    +           count, BUFSIZE, d);
    +    d = ((double)COUNT(cd) * BUFSIZE) / d;
     
     #ifdef SIGALRM
    -	printf("Doing crypt for 10 seconds\n");
    -	alarm(10);
    +    printf("Doing crypt for 10 seconds\n");
    +    alarm(10);
     #else
    -	printf("Doing crypt %ld times\n",ce);
    +    printf("Doing crypt %ld times\n", ce);
     #endif
    -	Time_F(START);
    -	for (count=0,run=1; COND(ce); count++)
    -		crypt("testing1","ef");
    -	e=Time_F(STOP);
    -	printf("%ld crypts in %.2f second\n",count,e);
    -	e=((double)COUNT(ce))/e;
    +    Time_F(START);
    +    for (count = 0, run = 1; COND(ce); count++)
    +        crypt("testing1", "ef");
    +    e = Time_F(STOP);
    +    printf("%ld crypts in %.2f second\n", count, e);
    +    e = ((double)COUNT(ce)) / e;
     
    -	printf("set_key            per sec = %12.2f (%9.3fuS)\n",a,1.0e6/a);
    -	printf("DES raw ecb bytes  per sec = %12.2f (%9.3fuS)\n",b,8.0e6/b);
    -	printf("DES cbc bytes      per sec = %12.2f (%9.3fuS)\n",c,8.0e6/c);
    -	printf("DES ede cbc bytes  per sec = %12.2f (%9.3fuS)\n",d,8.0e6/d);
    -	printf("crypt              per sec = %12.2f (%9.3fuS)\n",e,1.0e6/e);
    -	exit(0);
    +    printf("set_key            per sec = %12.2f (%9.3fuS)\n", a, 1.0e6 / a);
    +    printf("DES raw ecb bytes  per sec = %12.2f (%9.3fuS)\n", b, 8.0e6 / b);
    +    printf("DES cbc bytes      per sec = %12.2f (%9.3fuS)\n", c, 8.0e6 / c);
    +    printf("DES ede cbc bytes  per sec = %12.2f (%9.3fuS)\n", d, 8.0e6 / d);
    +    printf("crypt              per sec = %12.2f (%9.3fuS)\n", e, 1.0e6 / e);
    +    exit(0);
     #if defined(LINT) || defined(OPENSSL_SYS_MSDOS)
    -	return(0);
    +    return (0);
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/des/spr.h b/openssl/crypto/des/spr.h
    index b91936a5a..4d946395a 100644
    --- a/openssl/crypto/des/spr.h
    +++ b/openssl/crypto/des/spr.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,156 +49,189 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
     
    -OPENSSL_GLOBAL const DES_LONG DES_SPtrans[8][64]={
    -{
    +OPENSSL_GLOBAL const DES_LONG DES_SPtrans[8][64] = {
    +    {
     /* nibble 0 */
    -0x02080800L, 0x00080000L, 0x02000002L, 0x02080802L,
    -0x02000000L, 0x00080802L, 0x00080002L, 0x02000002L,
    -0x00080802L, 0x02080800L, 0x02080000L, 0x00000802L,
    -0x02000802L, 0x02000000L, 0x00000000L, 0x00080002L,
    -0x00080000L, 0x00000002L, 0x02000800L, 0x00080800L,
    -0x02080802L, 0x02080000L, 0x00000802L, 0x02000800L,
    -0x00000002L, 0x00000800L, 0x00080800L, 0x02080002L,
    -0x00000800L, 0x02000802L, 0x02080002L, 0x00000000L,
    -0x00000000L, 0x02080802L, 0x02000800L, 0x00080002L,
    -0x02080800L, 0x00080000L, 0x00000802L, 0x02000800L,
    -0x02080002L, 0x00000800L, 0x00080800L, 0x02000002L,
    -0x00080802L, 0x00000002L, 0x02000002L, 0x02080000L,
    -0x02080802L, 0x00080800L, 0x02080000L, 0x02000802L,
    -0x02000000L, 0x00000802L, 0x00080002L, 0x00000000L,
    -0x00080000L, 0x02000000L, 0x02000802L, 0x02080800L,
    -0x00000002L, 0x02080002L, 0x00000800L, 0x00080802L,
    -},{
    +     0x02080800L, 0x00080000L, 0x02000002L, 0x02080802L,
    +     0x02000000L, 0x00080802L, 0x00080002L, 0x02000002L,
    +     0x00080802L, 0x02080800L, 0x02080000L, 0x00000802L,
    +     0x02000802L, 0x02000000L, 0x00000000L, 0x00080002L,
    +     0x00080000L, 0x00000002L, 0x02000800L, 0x00080800L,
    +     0x02080802L, 0x02080000L, 0x00000802L, 0x02000800L,
    +     0x00000002L, 0x00000800L, 0x00080800L, 0x02080002L,
    +     0x00000800L, 0x02000802L, 0x02080002L, 0x00000000L,
    +     0x00000000L, 0x02080802L, 0x02000800L, 0x00080002L,
    +     0x02080800L, 0x00080000L, 0x00000802L, 0x02000800L,
    +     0x02080002L, 0x00000800L, 0x00080800L, 0x02000002L,
    +     0x00080802L, 0x00000002L, 0x02000002L, 0x02080000L,
    +     0x02080802L, 0x00080800L, 0x02080000L, 0x02000802L,
    +     0x02000000L, 0x00000802L, 0x00080002L, 0x00000000L,
    +     0x00080000L, 0x02000000L, 0x02000802L, 0x02080800L,
    +     0x00000002L, 0x02080002L, 0x00000800L, 0x00080802L,
    +     }, {
     /* nibble 1 */
    -0x40108010L, 0x00000000L, 0x00108000L, 0x40100000L,
    -0x40000010L, 0x00008010L, 0x40008000L, 0x00108000L,
    -0x00008000L, 0x40100010L, 0x00000010L, 0x40008000L,
    -0x00100010L, 0x40108000L, 0x40100000L, 0x00000010L,
    -0x00100000L, 0x40008010L, 0x40100010L, 0x00008000L,
    -0x00108010L, 0x40000000L, 0x00000000L, 0x00100010L,
    -0x40008010L, 0x00108010L, 0x40108000L, 0x40000010L,
    -0x40000000L, 0x00100000L, 0x00008010L, 0x40108010L,
    -0x00100010L, 0x40108000L, 0x40008000L, 0x00108010L,
    -0x40108010L, 0x00100010L, 0x40000010L, 0x00000000L,
    -0x40000000L, 0x00008010L, 0x00100000L, 0x40100010L,
    -0x00008000L, 0x40000000L, 0x00108010L, 0x40008010L,
    -0x40108000L, 0x00008000L, 0x00000000L, 0x40000010L,
    -0x00000010L, 0x40108010L, 0x00108000L, 0x40100000L,
    -0x40100010L, 0x00100000L, 0x00008010L, 0x40008000L,
    -0x40008010L, 0x00000010L, 0x40100000L, 0x00108000L,
    -},{
    +         0x40108010L, 0x00000000L, 0x00108000L, 0x40100000L,
    +         0x40000010L, 0x00008010L, 0x40008000L, 0x00108000L,
    +         0x00008000L, 0x40100010L, 0x00000010L, 0x40008000L,
    +         0x00100010L, 0x40108000L, 0x40100000L, 0x00000010L,
    +         0x00100000L, 0x40008010L, 0x40100010L, 0x00008000L,
    +         0x00108010L, 0x40000000L, 0x00000000L, 0x00100010L,
    +         0x40008010L, 0x00108010L, 0x40108000L, 0x40000010L,
    +         0x40000000L, 0x00100000L, 0x00008010L, 0x40108010L,
    +         0x00100010L, 0x40108000L, 0x40008000L, 0x00108010L,
    +         0x40108010L, 0x00100010L, 0x40000010L, 0x00000000L,
    +         0x40000000L, 0x00008010L, 0x00100000L, 0x40100010L,
    +         0x00008000L, 0x40000000L, 0x00108010L, 0x40008010L,
    +         0x40108000L, 0x00008000L, 0x00000000L, 0x40000010L,
    +         0x00000010L, 0x40108010L, 0x00108000L, 0x40100000L,
    +         0x40100010L, 0x00100000L, 0x00008010L, 0x40008000L,
    +         0x40008010L, 0x00000010L, 0x40100000L, 0x00108000L,
    +         }, {
     /* nibble 2 */
    -0x04000001L, 0x04040100L, 0x00000100L, 0x04000101L,
    -0x00040001L, 0x04000000L, 0x04000101L, 0x00040100L,
    -0x04000100L, 0x00040000L, 0x04040000L, 0x00000001L,
    -0x04040101L, 0x00000101L, 0x00000001L, 0x04040001L,
    -0x00000000L, 0x00040001L, 0x04040100L, 0x00000100L,
    -0x00000101L, 0x04040101L, 0x00040000L, 0x04000001L,
    -0x04040001L, 0x04000100L, 0x00040101L, 0x04040000L,
    -0x00040100L, 0x00000000L, 0x04000000L, 0x00040101L,
    -0x04040100L, 0x00000100L, 0x00000001L, 0x00040000L,
    -0x00000101L, 0x00040001L, 0x04040000L, 0x04000101L,
    -0x00000000L, 0x04040100L, 0x00040100L, 0x04040001L,
    -0x00040001L, 0x04000000L, 0x04040101L, 0x00000001L,
    -0x00040101L, 0x04000001L, 0x04000000L, 0x04040101L,
    -0x00040000L, 0x04000100L, 0x04000101L, 0x00040100L,
    -0x04000100L, 0x00000000L, 0x04040001L, 0x00000101L,
    -0x04000001L, 0x00040101L, 0x00000100L, 0x04040000L,
    -},{
    +             0x04000001L, 0x04040100L, 0x00000100L, 0x04000101L,
    +             0x00040001L, 0x04000000L, 0x04000101L, 0x00040100L,
    +             0x04000100L, 0x00040000L, 0x04040000L, 0x00000001L,
    +             0x04040101L, 0x00000101L, 0x00000001L, 0x04040001L,
    +             0x00000000L, 0x00040001L, 0x04040100L, 0x00000100L,
    +             0x00000101L, 0x04040101L, 0x00040000L, 0x04000001L,
    +             0x04040001L, 0x04000100L, 0x00040101L, 0x04040000L,
    +             0x00040100L, 0x00000000L, 0x04000000L, 0x00040101L,
    +             0x04040100L, 0x00000100L, 0x00000001L, 0x00040000L,
    +             0x00000101L, 0x00040001L, 0x04040000L, 0x04000101L,
    +             0x00000000L, 0x04040100L, 0x00040100L, 0x04040001L,
    +             0x00040001L, 0x04000000L, 0x04040101L, 0x00000001L,
    +             0x00040101L, 0x04000001L, 0x04000000L, 0x04040101L,
    +             0x00040000L, 0x04000100L, 0x04000101L, 0x00040100L,
    +             0x04000100L, 0x00000000L, 0x04040001L, 0x00000101L,
    +             0x04000001L, 0x00040101L, 0x00000100L, 0x04040000L,
    +             }, {
     /* nibble 3 */
    -0x00401008L, 0x10001000L, 0x00000008L, 0x10401008L,
    -0x00000000L, 0x10400000L, 0x10001008L, 0x00400008L,
    -0x10401000L, 0x10000008L, 0x10000000L, 0x00001008L,
    -0x10000008L, 0x00401008L, 0x00400000L, 0x10000000L,
    -0x10400008L, 0x00401000L, 0x00001000L, 0x00000008L,
    -0x00401000L, 0x10001008L, 0x10400000L, 0x00001000L,
    -0x00001008L, 0x00000000L, 0x00400008L, 0x10401000L,
    -0x10001000L, 0x10400008L, 0x10401008L, 0x00400000L,
    -0x10400008L, 0x00001008L, 0x00400000L, 0x10000008L,
    -0x00401000L, 0x10001000L, 0x00000008L, 0x10400000L,
    -0x10001008L, 0x00000000L, 0x00001000L, 0x00400008L,
    -0x00000000L, 0x10400008L, 0x10401000L, 0x00001000L,
    -0x10000000L, 0x10401008L, 0x00401008L, 0x00400000L,
    -0x10401008L, 0x00000008L, 0x10001000L, 0x00401008L,
    -0x00400008L, 0x00401000L, 0x10400000L, 0x10001008L,
    -0x00001008L, 0x10000000L, 0x10000008L, 0x10401000L,
    -},{
    +                 0x00401008L, 0x10001000L, 0x00000008L, 0x10401008L,
    +                 0x00000000L, 0x10400000L, 0x10001008L, 0x00400008L,
    +                 0x10401000L, 0x10000008L, 0x10000000L, 0x00001008L,
    +                 0x10000008L, 0x00401008L, 0x00400000L, 0x10000000L,
    +                 0x10400008L, 0x00401000L, 0x00001000L, 0x00000008L,
    +                 0x00401000L, 0x10001008L, 0x10400000L, 0x00001000L,
    +                 0x00001008L, 0x00000000L, 0x00400008L, 0x10401000L,
    +                 0x10001000L, 0x10400008L, 0x10401008L, 0x00400000L,
    +                 0x10400008L, 0x00001008L, 0x00400000L, 0x10000008L,
    +                 0x00401000L, 0x10001000L, 0x00000008L, 0x10400000L,
    +                 0x10001008L, 0x00000000L, 0x00001000L, 0x00400008L,
    +                 0x00000000L, 0x10400008L, 0x10401000L, 0x00001000L,
    +                 0x10000000L, 0x10401008L, 0x00401008L, 0x00400000L,
    +                 0x10401008L, 0x00000008L, 0x10001000L, 0x00401008L,
    +                 0x00400008L, 0x00401000L, 0x10400000L, 0x10001008L,
    +                 0x00001008L, 0x10000000L, 0x10000008L, 0x10401000L,
    +                 }, {
     /* nibble 4 */
    -0x08000000L, 0x00010000L, 0x00000400L, 0x08010420L,
    -0x08010020L, 0x08000400L, 0x00010420L, 0x08010000L,
    -0x00010000L, 0x00000020L, 0x08000020L, 0x00010400L,
    -0x08000420L, 0x08010020L, 0x08010400L, 0x00000000L,
    -0x00010400L, 0x08000000L, 0x00010020L, 0x00000420L,
    -0x08000400L, 0x00010420L, 0x00000000L, 0x08000020L,
    -0x00000020L, 0x08000420L, 0x08010420L, 0x00010020L,
    -0x08010000L, 0x00000400L, 0x00000420L, 0x08010400L,
    -0x08010400L, 0x08000420L, 0x00010020L, 0x08010000L,
    -0x00010000L, 0x00000020L, 0x08000020L, 0x08000400L,
    -0x08000000L, 0x00010400L, 0x08010420L, 0x00000000L,
    -0x00010420L, 0x08000000L, 0x00000400L, 0x00010020L,
    -0x08000420L, 0x00000400L, 0x00000000L, 0x08010420L,
    -0x08010020L, 0x08010400L, 0x00000420L, 0x00010000L,
    -0x00010400L, 0x08010020L, 0x08000400L, 0x00000420L,
    -0x00000020L, 0x00010420L, 0x08010000L, 0x08000020L,
    -},{
    +                     0x08000000L, 0x00010000L, 0x00000400L, 0x08010420L,
    +                     0x08010020L, 0x08000400L, 0x00010420L, 0x08010000L,
    +                     0x00010000L, 0x00000020L, 0x08000020L, 0x00010400L,
    +                     0x08000420L, 0x08010020L, 0x08010400L, 0x00000000L,
    +                     0x00010400L, 0x08000000L, 0x00010020L, 0x00000420L,
    +                     0x08000400L, 0x00010420L, 0x00000000L, 0x08000020L,
    +                     0x00000020L, 0x08000420L, 0x08010420L, 0x00010020L,
    +                     0x08010000L, 0x00000400L, 0x00000420L, 0x08010400L,
    +                     0x08010400L, 0x08000420L, 0x00010020L, 0x08010000L,
    +                     0x00010000L, 0x00000020L, 0x08000020L, 0x08000400L,
    +                     0x08000000L, 0x00010400L, 0x08010420L, 0x00000000L,
    +                     0x00010420L, 0x08000000L, 0x00000400L, 0x00010020L,
    +                     0x08000420L, 0x00000400L, 0x00000000L, 0x08010420L,
    +                     0x08010020L, 0x08010400L, 0x00000420L, 0x00010000L,
    +                     0x00010400L, 0x08010020L, 0x08000400L, 0x00000420L,
    +                     0x00000020L, 0x00010420L, 0x08010000L, 0x08000020L,
    +                     }, {
     /* nibble 5 */
    -0x80000040L, 0x00200040L, 0x00000000L, 0x80202000L,
    -0x00200040L, 0x00002000L, 0x80002040L, 0x00200000L,
    -0x00002040L, 0x80202040L, 0x00202000L, 0x80000000L,
    -0x80002000L, 0x80000040L, 0x80200000L, 0x00202040L,
    -0x00200000L, 0x80002040L, 0x80200040L, 0x00000000L,
    -0x00002000L, 0x00000040L, 0x80202000L, 0x80200040L,
    -0x80202040L, 0x80200000L, 0x80000000L, 0x00002040L,
    -0x00000040L, 0x00202000L, 0x00202040L, 0x80002000L,
    -0x00002040L, 0x80000000L, 0x80002000L, 0x00202040L,
    -0x80202000L, 0x00200040L, 0x00000000L, 0x80002000L,
    -0x80000000L, 0x00002000L, 0x80200040L, 0x00200000L,
    -0x00200040L, 0x80202040L, 0x00202000L, 0x00000040L,
    -0x80202040L, 0x00202000L, 0x00200000L, 0x80002040L,
    -0x80000040L, 0x80200000L, 0x00202040L, 0x00000000L,
    -0x00002000L, 0x80000040L, 0x80002040L, 0x80202000L,
    -0x80200000L, 0x00002040L, 0x00000040L, 0x80200040L,
    -},{
    +                         0x80000040L, 0x00200040L, 0x00000000L, 0x80202000L,
    +                         0x00200040L, 0x00002000L, 0x80002040L, 0x00200000L,
    +                         0x00002040L, 0x80202040L, 0x00202000L, 0x80000000L,
    +                         0x80002000L, 0x80000040L, 0x80200000L, 0x00202040L,
    +                         0x00200000L, 0x80002040L, 0x80200040L, 0x00000000L,
    +                         0x00002000L, 0x00000040L, 0x80202000L, 0x80200040L,
    +                         0x80202040L, 0x80200000L, 0x80000000L, 0x00002040L,
    +                         0x00000040L, 0x00202000L, 0x00202040L, 0x80002000L,
    +                         0x00002040L, 0x80000000L, 0x80002000L, 0x00202040L,
    +                         0x80202000L, 0x00200040L, 0x00000000L, 0x80002000L,
    +                         0x80000000L, 0x00002000L, 0x80200040L, 0x00200000L,
    +                         0x00200040L, 0x80202040L, 0x00202000L, 0x00000040L,
    +                         0x80202040L, 0x00202000L, 0x00200000L, 0x80002040L,
    +                         0x80000040L, 0x80200000L, 0x00202040L, 0x00000000L,
    +                         0x00002000L, 0x80000040L, 0x80002040L, 0x80202000L,
    +                         0x80200000L, 0x00002040L, 0x00000040L, 0x80200040L,
    +                         }, {
     /* nibble 6 */
    -0x00004000L, 0x00000200L, 0x01000200L, 0x01000004L,
    -0x01004204L, 0x00004004L, 0x00004200L, 0x00000000L,
    -0x01000000L, 0x01000204L, 0x00000204L, 0x01004000L,
    -0x00000004L, 0x01004200L, 0x01004000L, 0x00000204L,
    -0x01000204L, 0x00004000L, 0x00004004L, 0x01004204L,
    -0x00000000L, 0x01000200L, 0x01000004L, 0x00004200L,
    -0x01004004L, 0x00004204L, 0x01004200L, 0x00000004L,
    -0x00004204L, 0x01004004L, 0x00000200L, 0x01000000L,
    -0x00004204L, 0x01004000L, 0x01004004L, 0x00000204L,
    -0x00004000L, 0x00000200L, 0x01000000L, 0x01004004L,
    -0x01000204L, 0x00004204L, 0x00004200L, 0x00000000L,
    -0x00000200L, 0x01000004L, 0x00000004L, 0x01000200L,
    -0x00000000L, 0x01000204L, 0x01000200L, 0x00004200L,
    -0x00000204L, 0x00004000L, 0x01004204L, 0x01000000L,
    -0x01004200L, 0x00000004L, 0x00004004L, 0x01004204L,
    -0x01000004L, 0x01004200L, 0x01004000L, 0x00004004L,
    -},{
    +                             0x00004000L, 0x00000200L, 0x01000200L,
    +                             0x01000004L,
    +                             0x01004204L, 0x00004004L, 0x00004200L,
    +                             0x00000000L,
    +                             0x01000000L, 0x01000204L, 0x00000204L,
    +                             0x01004000L,
    +                             0x00000004L, 0x01004200L, 0x01004000L,
    +                             0x00000204L,
    +                             0x01000204L, 0x00004000L, 0x00004004L,
    +                             0x01004204L,
    +                             0x00000000L, 0x01000200L, 0x01000004L,
    +                             0x00004200L,
    +                             0x01004004L, 0x00004204L, 0x01004200L,
    +                             0x00000004L,
    +                             0x00004204L, 0x01004004L, 0x00000200L,
    +                             0x01000000L,
    +                             0x00004204L, 0x01004000L, 0x01004004L,
    +                             0x00000204L,
    +                             0x00004000L, 0x00000200L, 0x01000000L,
    +                             0x01004004L,
    +                             0x01000204L, 0x00004204L, 0x00004200L,
    +                             0x00000000L,
    +                             0x00000200L, 0x01000004L, 0x00000004L,
    +                             0x01000200L,
    +                             0x00000000L, 0x01000204L, 0x01000200L,
    +                             0x00004200L,
    +                             0x00000204L, 0x00004000L, 0x01004204L,
    +                             0x01000000L,
    +                             0x01004200L, 0x00000004L, 0x00004004L,
    +                             0x01004204L,
    +                             0x01000004L, 0x01004200L, 0x01004000L,
    +                             0x00004004L,
    +                             }, {
     /* nibble 7 */
    -0x20800080L, 0x20820000L, 0x00020080L, 0x00000000L,
    -0x20020000L, 0x00800080L, 0x20800000L, 0x20820080L,
    -0x00000080L, 0x20000000L, 0x00820000L, 0x00020080L,
    -0x00820080L, 0x20020080L, 0x20000080L, 0x20800000L,
    -0x00020000L, 0x00820080L, 0x00800080L, 0x20020000L,
    -0x20820080L, 0x20000080L, 0x00000000L, 0x00820000L,
    -0x20000000L, 0x00800000L, 0x20020080L, 0x20800080L,
    -0x00800000L, 0x00020000L, 0x20820000L, 0x00000080L,
    -0x00800000L, 0x00020000L, 0x20000080L, 0x20820080L,
    -0x00020080L, 0x20000000L, 0x00000000L, 0x00820000L,
    -0x20800080L, 0x20020080L, 0x20020000L, 0x00800080L,
    -0x20820000L, 0x00000080L, 0x00800080L, 0x20020000L,
    -0x20820080L, 0x00800000L, 0x20800000L, 0x20000080L,
    -0x00820000L, 0x00020080L, 0x20020080L, 0x20800000L,
    -0x00000080L, 0x20820000L, 0x00820080L, 0x00000000L,
    -0x20000000L, 0x20800080L, 0x00020000L, 0x00820080L,
    -}};
    +                                 0x20800080L, 0x20820000L, 0x00020080L,
    +                                 0x00000000L,
    +                                 0x20020000L, 0x00800080L, 0x20800000L,
    +                                 0x20820080L,
    +                                 0x00000080L, 0x20000000L, 0x00820000L,
    +                                 0x00020080L,
    +                                 0x00820080L, 0x20020080L, 0x20000080L,
    +                                 0x20800000L,
    +                                 0x00020000L, 0x00820080L, 0x00800080L,
    +                                 0x20020000L,
    +                                 0x20820080L, 0x20000080L, 0x00000000L,
    +                                 0x00820000L,
    +                                 0x20000000L, 0x00800000L, 0x20020080L,
    +                                 0x20800080L,
    +                                 0x00800000L, 0x00020000L, 0x20820000L,
    +                                 0x00000080L,
    +                                 0x00800000L, 0x00020000L, 0x20000080L,
    +                                 0x20820080L,
    +                                 0x00020080L, 0x20000000L, 0x00000000L,
    +                                 0x00820000L,
    +                                 0x20800080L, 0x20020080L, 0x20020000L,
    +                                 0x00800080L,
    +                                 0x20820000L, 0x00000080L, 0x00800080L,
    +                                 0x20020000L,
    +                                 0x20820080L, 0x00800000L, 0x20800000L,
    +                                 0x20000080L,
    +                                 0x00820000L, 0x00020080L, 0x20020080L,
    +                                 0x20800000L,
    +                                 0x00000080L, 0x20820000L, 0x00820080L,
    +                                 0x00000000L,
    +                                 0x20000000L, 0x20800080L, 0x00020000L,
    +                                 0x00820080L,
    +                                 }
    +};
    diff --git a/openssl/crypto/des/str2key.c b/openssl/crypto/des/str2key.c
    index 1077f99d1..38a478cf4 100644
    --- a/openssl/crypto/des/str2key.c
    +++ b/openssl/crypto/des/str2key.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,115 +60,105 @@
     #include "des_locl.h"
     
     void DES_string_to_key(const char *str, DES_cblock *key)
    -	{
    -	DES_key_schedule ks;
    -	int i,length;
    -	register unsigned char j;
    +{
    +    DES_key_schedule ks;
    +    int i, length;
    +    register unsigned char j;
     
    -	memset(key,0,8);
    -	length=strlen(str);
    +    memset(key, 0, 8);
    +    length = strlen(str);
     #ifdef OLD_STR_TO_KEY
    -	for (i=0; i>4)&0x0f);
    -			j=((j<<2)&0xcc)|((j>>2)&0x33);
    -			j=((j<<1)&0xaa)|((j>>1)&0x55);
    -			(*key)[7-(i%8)]^=j;
    -			}
    -		}
    +    for (i = 0; i < length; i++)
    +        (*key)[i % 8] ^= (str[i] << 1);
    +#else                           /* MIT COMPATIBLE */
    +    for (i = 0; i < length; i++) {
    +        j = str[i];
    +        if ((i % 16) < 8)
    +            (*key)[i % 8] ^= (j << 1);
    +        else {
    +            /* Reverse the bit order 05/05/92 eay */
    +            j = ((j << 4) & 0xf0) | ((j >> 4) & 0x0f);
    +            j = ((j << 2) & 0xcc) | ((j >> 2) & 0x33);
    +            j = ((j << 1) & 0xaa) | ((j >> 1) & 0x55);
    +            (*key)[7 - (i % 8)] ^= j;
    +        }
    +    }
     #endif
    -	DES_set_odd_parity(key);
    +    DES_set_odd_parity(key);
     #ifdef EXPERIMENTAL_STR_TO_STRONG_KEY
    -	if(DES_is_weak_key(key))
    -	    (*key)[7] ^= 0xF0;
    -	DES_set_key(key,&ks);
    +    if (DES_is_weak_key(key))
    +        (*key)[7] ^= 0xF0;
    +    DES_set_key(key, &ks);
     #else
    -	DES_set_key_unchecked(key,&ks);
    +    DES_set_key_unchecked(key, &ks);
     #endif
    -	DES_cbc_cksum((const unsigned char*)str,key,length,&ks,key);
    -	OPENSSL_cleanse(&ks,sizeof(ks));
    -	DES_set_odd_parity(key);
    -	}
    +    DES_cbc_cksum((const unsigned char *)str, key, length, &ks, key);
    +    OPENSSL_cleanse(&ks, sizeof(ks));
    +    DES_set_odd_parity(key);
    +}
     
     void DES_string_to_2keys(const char *str, DES_cblock *key1, DES_cblock *key2)
    -	{
    -	DES_key_schedule ks;
    -	int i,length;
    -	register unsigned char j;
    +{
    +    DES_key_schedule ks;
    +    int i, length;
    +    register unsigned char j;
     
    -	memset(key1,0,8);
    -	memset(key2,0,8);
    -	length=strlen(str);
    +    memset(key1, 0, 8);
    +    memset(key2, 0, 8);
    +    length = strlen(str);
     #ifdef OLD_STR_TO_KEY
    -	if (length <= 8)
    -		{
    -		for (i=0; i>4)&0x0f);
    -			j=((j<<2)&0xcc)|((j>>2)&0x33);
    -			j=((j<<1)&0xaa)|((j>>1)&0x55);
    -			if ((i%16) < 8)
    -				(*key1)[7-(i%8)]^=j;
    -			else
    -				(*key2)[7-(i%8)]^=j;
    -			}
    -		}
    -	if (length <= 8) memcpy(key2,key1,8);
    +    if (length <= 8) {
    +        for (i = 0; i < length; i++) {
    +            (*key2)[i] = (*key1)[i] = (str[i] << 1);
    +        }
    +    } else {
    +        for (i = 0; i < length; i++) {
    +            if ((i / 8) & 1)
    +                (*key2)[i % 8] ^= (str[i] << 1);
    +            else
    +                (*key1)[i % 8] ^= (str[i] << 1);
    +        }
    +    }
    +#else                           /* MIT COMPATIBLE */
    +    for (i = 0; i < length; i++) {
    +        j = str[i];
    +        if ((i % 32) < 16) {
    +            if ((i % 16) < 8)
    +                (*key1)[i % 8] ^= (j << 1);
    +            else
    +                (*key2)[i % 8] ^= (j << 1);
    +        } else {
    +            j = ((j << 4) & 0xf0) | ((j >> 4) & 0x0f);
    +            j = ((j << 2) & 0xcc) | ((j >> 2) & 0x33);
    +            j = ((j << 1) & 0xaa) | ((j >> 1) & 0x55);
    +            if ((i % 16) < 8)
    +                (*key1)[7 - (i % 8)] ^= j;
    +            else
    +                (*key2)[7 - (i % 8)] ^= j;
    +        }
    +    }
    +    if (length <= 8)
    +        memcpy(key2, key1, 8);
     #endif
    -	DES_set_odd_parity(key1);
    -	DES_set_odd_parity(key2);
    +    DES_set_odd_parity(key1);
    +    DES_set_odd_parity(key2);
     #ifdef EXPERIMENTAL_STR_TO_STRONG_KEY
    -	if(DES_is_weak_key(key1))
    -	    (*key1)[7] ^= 0xF0;
    -	DES_set_key(key1,&ks);
    +    if (DES_is_weak_key(key1))
    +        (*key1)[7] ^= 0xF0;
    +    DES_set_key(key1, &ks);
     #else
    -	DES_set_key_unchecked(key1,&ks);
    +    DES_set_key_unchecked(key1, &ks);
     #endif
    -	DES_cbc_cksum((const unsigned char*)str,key1,length,&ks,key1);
    +    DES_cbc_cksum((const unsigned char *)str, key1, length, &ks, key1);
     #ifdef EXPERIMENTAL_STR_TO_STRONG_KEY
    -	if(DES_is_weak_key(key2))
    -	    (*key2)[7] ^= 0xF0;
    -	DES_set_key(key2,&ks);
    +    if (DES_is_weak_key(key2))
    +        (*key2)[7] ^= 0xF0;
    +    DES_set_key(key2, &ks);
     #else
    -	DES_set_key_unchecked(key2,&ks);
    +    DES_set_key_unchecked(key2, &ks);
     #endif
    -	DES_cbc_cksum((const unsigned char*)str,key2,length,&ks,key2);
    -	OPENSSL_cleanse(&ks,sizeof(ks));
    -	DES_set_odd_parity(key1);
    -	DES_set_odd_parity(key2);
    -	}
    +    DES_cbc_cksum((const unsigned char *)str, key2, length, &ks, key2);
    +    OPENSSL_cleanse(&ks, sizeof(ks));
    +    DES_set_odd_parity(key1);
    +    DES_set_odd_parity(key2);
    +}
    diff --git a/openssl/crypto/des/xcbc_enc.c b/openssl/crypto/des/xcbc_enc.c
    index 058cab6bc..6fe021be7 100644
    --- a/openssl/crypto/des/xcbc_enc.c
    +++ b/openssl/crypto/des/xcbc_enc.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,138 +60,157 @@
     
     /* RSA's DESX */
     
    -#if 0 /* broken code, preserved just in case anyone specifically looks for this */
    -static const unsigned char desx_white_in2out[256]={
    -0xBD,0x56,0xEA,0xF2,0xA2,0xF1,0xAC,0x2A,0xB0,0x93,0xD1,0x9C,0x1B,0x33,0xFD,0xD0,
    -0x30,0x04,0xB6,0xDC,0x7D,0xDF,0x32,0x4B,0xF7,0xCB,0x45,0x9B,0x31,0xBB,0x21,0x5A,
    -0x41,0x9F,0xE1,0xD9,0x4A,0x4D,0x9E,0xDA,0xA0,0x68,0x2C,0xC3,0x27,0x5F,0x80,0x36,
    -0x3E,0xEE,0xFB,0x95,0x1A,0xFE,0xCE,0xA8,0x34,0xA9,0x13,0xF0,0xA6,0x3F,0xD8,0x0C,
    -0x78,0x24,0xAF,0x23,0x52,0xC1,0x67,0x17,0xF5,0x66,0x90,0xE7,0xE8,0x07,0xB8,0x60,
    -0x48,0xE6,0x1E,0x53,0xF3,0x92,0xA4,0x72,0x8C,0x08,0x15,0x6E,0x86,0x00,0x84,0xFA,
    -0xF4,0x7F,0x8A,0x42,0x19,0xF6,0xDB,0xCD,0x14,0x8D,0x50,0x12,0xBA,0x3C,0x06,0x4E,
    -0xEC,0xB3,0x35,0x11,0xA1,0x88,0x8E,0x2B,0x94,0x99,0xB7,0x71,0x74,0xD3,0xE4,0xBF,
    -0x3A,0xDE,0x96,0x0E,0xBC,0x0A,0xED,0x77,0xFC,0x37,0x6B,0x03,0x79,0x89,0x62,0xC6,
    -0xD7,0xC0,0xD2,0x7C,0x6A,0x8B,0x22,0xA3,0x5B,0x05,0x5D,0x02,0x75,0xD5,0x61,0xE3,
    -0x18,0x8F,0x55,0x51,0xAD,0x1F,0x0B,0x5E,0x85,0xE5,0xC2,0x57,0x63,0xCA,0x3D,0x6C,
    -0xB4,0xC5,0xCC,0x70,0xB2,0x91,0x59,0x0D,0x47,0x20,0xC8,0x4F,0x58,0xE0,0x01,0xE2,
    -0x16,0x38,0xC4,0x6F,0x3B,0x0F,0x65,0x46,0xBE,0x7E,0x2D,0x7B,0x82,0xF9,0x40,0xB5,
    -0x1D,0x73,0xF8,0xEB,0x26,0xC7,0x87,0x97,0x25,0x54,0xB1,0x28,0xAA,0x98,0x9D,0xA5,
    -0x64,0x6D,0x7A,0xD4,0x10,0x81,0x44,0xEF,0x49,0xD6,0xAE,0x2E,0xDD,0x76,0x5C,0x2F,
    -0xA7,0x1C,0xC9,0x09,0x69,0x9A,0x83,0xCF,0x29,0x39,0xB9,0xE9,0x4C,0xFF,0x43,0xAB,
    -	};
    +#if 0                           /* broken code, preserved just in case anyone
    +                                 * specifically looks for this */
    +static const unsigned char desx_white_in2out[256] = {
    +    0xBD, 0x56, 0xEA, 0xF2, 0xA2, 0xF1, 0xAC, 0x2A, 0xB0, 0x93, 0xD1, 0x9C,
    +    0x1B, 0x33, 0xFD, 0xD0,
    +    0x30, 0x04, 0xB6, 0xDC, 0x7D, 0xDF, 0x32, 0x4B, 0xF7, 0xCB, 0x45, 0x9B,
    +    0x31, 0xBB, 0x21, 0x5A,
    +    0x41, 0x9F, 0xE1, 0xD9, 0x4A, 0x4D, 0x9E, 0xDA, 0xA0, 0x68, 0x2C, 0xC3,
    +    0x27, 0x5F, 0x80, 0x36,
    +    0x3E, 0xEE, 0xFB, 0x95, 0x1A, 0xFE, 0xCE, 0xA8, 0x34, 0xA9, 0x13, 0xF0,
    +    0xA6, 0x3F, 0xD8, 0x0C,
    +    0x78, 0x24, 0xAF, 0x23, 0x52, 0xC1, 0x67, 0x17, 0xF5, 0x66, 0x90, 0xE7,
    +    0xE8, 0x07, 0xB8, 0x60,
    +    0x48, 0xE6, 0x1E, 0x53, 0xF3, 0x92, 0xA4, 0x72, 0x8C, 0x08, 0x15, 0x6E,
    +    0x86, 0x00, 0x84, 0xFA,
    +    0xF4, 0x7F, 0x8A, 0x42, 0x19, 0xF6, 0xDB, 0xCD, 0x14, 0x8D, 0x50, 0x12,
    +    0xBA, 0x3C, 0x06, 0x4E,
    +    0xEC, 0xB3, 0x35, 0x11, 0xA1, 0x88, 0x8E, 0x2B, 0x94, 0x99, 0xB7, 0x71,
    +    0x74, 0xD3, 0xE4, 0xBF,
    +    0x3A, 0xDE, 0x96, 0x0E, 0xBC, 0x0A, 0xED, 0x77, 0xFC, 0x37, 0x6B, 0x03,
    +    0x79, 0x89, 0x62, 0xC6,
    +    0xD7, 0xC0, 0xD2, 0x7C, 0x6A, 0x8B, 0x22, 0xA3, 0x5B, 0x05, 0x5D, 0x02,
    +    0x75, 0xD5, 0x61, 0xE3,
    +    0x18, 0x8F, 0x55, 0x51, 0xAD, 0x1F, 0x0B, 0x5E, 0x85, 0xE5, 0xC2, 0x57,
    +    0x63, 0xCA, 0x3D, 0x6C,
    +    0xB4, 0xC5, 0xCC, 0x70, 0xB2, 0x91, 0x59, 0x0D, 0x47, 0x20, 0xC8, 0x4F,
    +    0x58, 0xE0, 0x01, 0xE2,
    +    0x16, 0x38, 0xC4, 0x6F, 0x3B, 0x0F, 0x65, 0x46, 0xBE, 0x7E, 0x2D, 0x7B,
    +    0x82, 0xF9, 0x40, 0xB5,
    +    0x1D, 0x73, 0xF8, 0xEB, 0x26, 0xC7, 0x87, 0x97, 0x25, 0x54, 0xB1, 0x28,
    +    0xAA, 0x98, 0x9D, 0xA5,
    +    0x64, 0x6D, 0x7A, 0xD4, 0x10, 0x81, 0x44, 0xEF, 0x49, 0xD6, 0xAE, 0x2E,
    +    0xDD, 0x76, 0x5C, 0x2F,
    +    0xA7, 0x1C, 0xC9, 0x09, 0x69, 0x9A, 0x83, 0xCF, 0x29, 0x39, 0xB9, 0xE9,
    +    0x4C, 0xFF, 0x43, 0xAB,
    +};
     
     void DES_xwhite_in2out(const_DES_cblock *des_key, const_DES_cblock *in_white,
    -	     DES_cblock *out_white)
    -	{
    -	int out0,out1;
    -	int i;
    -	const unsigned char *key = &(*des_key)[0];
    -	const unsigned char *in = &(*in_white)[0];
    -	unsigned char *out = &(*out_white)[0];
    +                       DES_cblock *out_white)
    +{
    +    int out0, out1;
    +    int i;
    +    const unsigned char *key = &(*des_key)[0];
    +    const unsigned char *in = &(*in_white)[0];
    +    unsigned char *out = &(*out_white)[0];
     
    -	out[0]=out[1]=out[2]=out[3]=out[4]=out[5]=out[6]=out[7]=0;
    -	out0=out1=0;
    -	for (i=0; i<8; i++)
    -		{
    -		out[i]=key[i]^desx_white_in2out[out0^out1];
    -		out0=out1;
    -		out1=(int)out[i&0x07];
    -		}
    +    out[0] = out[1] = out[2] = out[3] = out[4] = out[5] = out[6] = out[7] = 0;
    +    out0 = out1 = 0;
    +    for (i = 0; i < 8; i++) {
    +        out[i] = key[i] ^ desx_white_in2out[out0 ^ out1];
    +        out0 = out1;
    +        out1 = (int)out[i & 0x07];
    +    }
     
    -	out0=out[0];
    -	out1=out[i]; /* BUG: out-of-bounds read */
    -	for (i=0; i<8; i++)
    -		{
    -		out[i]=in[i]^desx_white_in2out[out0^out1];
    -		out0=out1;
    -		out1=(int)out[i&0x07];
    -		}
    -	}
    +    out0 = out[0];
    +    out1 = out[i];              /* BUG: out-of-bounds read */
    +    for (i = 0; i < 8; i++) {
    +        out[i] = in[i] ^ desx_white_in2out[out0 ^ out1];
    +        out0 = out1;
    +        out1 = (int)out[i & 0x07];
    +    }
    +}
     #endif
     
     void DES_xcbc_encrypt(const unsigned char *in, unsigned char *out,
    -		      long length, DES_key_schedule *schedule,
    -		      DES_cblock *ivec, const_DES_cblock *inw,
    -		      const_DES_cblock *outw, int enc)
    -	{
    -	register DES_LONG tin0,tin1;
    -	register DES_LONG tout0,tout1,xor0,xor1;
    -	register DES_LONG inW0,inW1,outW0,outW1;
    -	register const unsigned char *in2;
    -	register long l=length;
    -	DES_LONG tin[2];
    -	unsigned char *iv;
    -
    -	in2 = &(*inw)[0];
    -	c2l(in2,inW0);
    -	c2l(in2,inW1);
    -	in2 = &(*outw)[0];
    -	c2l(in2,outW0);
    -	c2l(in2,outW1);
    +                      long length, DES_key_schedule *schedule,
    +                      DES_cblock *ivec, const_DES_cblock *inw,
    +                      const_DES_cblock *outw, int enc)
    +{
    +    register DES_LONG tin0, tin1;
    +    register DES_LONG tout0, tout1, xor0, xor1;
    +    register DES_LONG inW0, inW1, outW0, outW1;
    +    register const unsigned char *in2;
    +    register long l = length;
    +    DES_LONG tin[2];
    +    unsigned char *iv;
     
    -	iv = &(*ivec)[0];
    +    in2 = &(*inw)[0];
    +    c2l(in2, inW0);
    +    c2l(in2, inW1);
    +    in2 = &(*outw)[0];
    +    c2l(in2, outW0);
    +    c2l(in2, outW1);
     
    -	if (enc)
    -		{
    -		c2l(iv,tout0);
    -		c2l(iv,tout1);
    -		for (l-=8; l>=0; l-=8)
    -			{
    -			c2l(in,tin0);
    -			c2l(in,tin1);
    -			tin0^=tout0^inW0; tin[0]=tin0;
    -			tin1^=tout1^inW1; tin[1]=tin1;
    -			DES_encrypt1(tin,schedule,DES_ENCRYPT);
    -			tout0=tin[0]^outW0; l2c(tout0,out);
    -			tout1=tin[1]^outW1; l2c(tout1,out);
    -			}
    -		if (l != -8)
    -			{
    -			c2ln(in,tin0,tin1,l+8);
    -			tin0^=tout0^inW0; tin[0]=tin0;
    -			tin1^=tout1^inW1; tin[1]=tin1;
    -			DES_encrypt1(tin,schedule,DES_ENCRYPT);
    -			tout0=tin[0]^outW0; l2c(tout0,out);
    -			tout1=tin[1]^outW1; l2c(tout1,out);
    -			}
    -		iv = &(*ivec)[0];
    -		l2c(tout0,iv);
    -		l2c(tout1,iv);
    -		}
    -	else
    -		{
    -		c2l(iv,xor0);
    -		c2l(iv,xor1);
    -		for (l-=8; l>0; l-=8)
    -			{
    -			c2l(in,tin0); tin[0]=tin0^outW0;
    -			c2l(in,tin1); tin[1]=tin1^outW1;
    -			DES_encrypt1(tin,schedule,DES_DECRYPT);
    -			tout0=tin[0]^xor0^inW0;
    -			tout1=tin[1]^xor1^inW1;
    -			l2c(tout0,out);
    -			l2c(tout1,out);
    -			xor0=tin0;
    -			xor1=tin1;
    -			}
    -		if (l != -8)
    -			{
    -			c2l(in,tin0); tin[0]=tin0^outW0;
    -			c2l(in,tin1); tin[1]=tin1^outW1;
    -			DES_encrypt1(tin,schedule,DES_DECRYPT);
    -			tout0=tin[0]^xor0^inW0;
    -			tout1=tin[1]^xor1^inW1;
    -			l2cn(tout0,tout1,out,l+8);
    -			xor0=tin0;
    -			xor1=tin1;
    -			}
    +    iv = &(*ivec)[0];
     
    -		iv = &(*ivec)[0];
    -		l2c(xor0,iv);
    -		l2c(xor1,iv);
    -		}
    -	tin0=tin1=tout0=tout1=xor0=xor1=0;
    -	inW0=inW1=outW0=outW1=0;
    -	tin[0]=tin[1]=0;
    -	}
    +    if (enc) {
    +        c2l(iv, tout0);
    +        c2l(iv, tout1);
    +        for (l -= 8; l >= 0; l -= 8) {
    +            c2l(in, tin0);
    +            c2l(in, tin1);
    +            tin0 ^= tout0 ^ inW0;
    +            tin[0] = tin0;
    +            tin1 ^= tout1 ^ inW1;
    +            tin[1] = tin1;
    +            DES_encrypt1(tin, schedule, DES_ENCRYPT);
    +            tout0 = tin[0] ^ outW0;
    +            l2c(tout0, out);
    +            tout1 = tin[1] ^ outW1;
    +            l2c(tout1, out);
    +        }
    +        if (l != -8) {
    +            c2ln(in, tin0, tin1, l + 8);
    +            tin0 ^= tout0 ^ inW0;
    +            tin[0] = tin0;
    +            tin1 ^= tout1 ^ inW1;
    +            tin[1] = tin1;
    +            DES_encrypt1(tin, schedule, DES_ENCRYPT);
    +            tout0 = tin[0] ^ outW0;
    +            l2c(tout0, out);
    +            tout1 = tin[1] ^ outW1;
    +            l2c(tout1, out);
    +        }
    +        iv = &(*ivec)[0];
    +        l2c(tout0, iv);
    +        l2c(tout1, iv);
    +    } else {
    +        c2l(iv, xor0);
    +        c2l(iv, xor1);
    +        for (l -= 8; l > 0; l -= 8) {
    +            c2l(in, tin0);
    +            tin[0] = tin0 ^ outW0;
    +            c2l(in, tin1);
    +            tin[1] = tin1 ^ outW1;
    +            DES_encrypt1(tin, schedule, DES_DECRYPT);
    +            tout0 = tin[0] ^ xor0 ^ inW0;
    +            tout1 = tin[1] ^ xor1 ^ inW1;
    +            l2c(tout0, out);
    +            l2c(tout1, out);
    +            xor0 = tin0;
    +            xor1 = tin1;
    +        }
    +        if (l != -8) {
    +            c2l(in, tin0);
    +            tin[0] = tin0 ^ outW0;
    +            c2l(in, tin1);
    +            tin[1] = tin1 ^ outW1;
    +            DES_encrypt1(tin, schedule, DES_DECRYPT);
    +            tout0 = tin[0] ^ xor0 ^ inW0;
    +            tout1 = tin[1] ^ xor1 ^ inW1;
    +            l2cn(tout0, tout1, out, l + 8);
    +            xor0 = tin0;
    +            xor1 = tin1;
    +        }
     
    +        iv = &(*ivec)[0];
    +        l2c(xor0, iv);
    +        l2c(xor1, iv);
    +    }
    +    tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
    +    inW0 = inW1 = outW0 = outW1 = 0;
    +    tin[0] = tin[1] = 0;
    +}
    diff --git a/openssl/crypto/dh/Makefile b/openssl/crypto/dh/Makefile
    index f23b4f7fd..f44790782 100644
    --- a/openssl/crypto/dh/Makefile
    +++ b/openssl/crypto/dh/Makefile
    @@ -18,9 +18,9 @@ APPS=
     
     LIB=$(TOP)/libcrypto.a
     LIBSRC= dh_asn1.c dh_gen.c dh_key.c dh_lib.c dh_check.c dh_err.c dh_depr.c \
    -	dh_ameth.c dh_pmeth.c dh_prn.c
    +	dh_ameth.c dh_pmeth.c dh_prn.c dh_rfc5114.c dh_kdf.c
     LIBOBJ= dh_asn1.o dh_gen.o dh_key.o dh_lib.o dh_check.o dh_err.o dh_depr.o \
    -	dh_ameth.o dh_pmeth.o dh_prn.o
    +	dh_ameth.o dh_pmeth.o dh_prn.o dh_rfc5114.o dh_kdf.o
     
     SRC= $(LIBSRC)
     
    @@ -78,13 +78,13 @@ clean:
     
     dh_ameth.o: ../../e_os.h ../../include/openssl/asn1.h
     dh_ameth.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
    -dh_ameth.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
    -dh_ameth.o: ../../include/openssl/dh.h ../../include/openssl/e_os2.h
    -dh_ameth.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
    -dh_ameth.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
    -dh_ameth.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
    -dh_ameth.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
    -dh_ameth.o: ../../include/openssl/opensslconf.h
    +dh_ameth.o: ../../include/openssl/buffer.h ../../include/openssl/cms.h
    +dh_ameth.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
    +dh_ameth.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
    +dh_ameth.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
    +dh_ameth.o: ../../include/openssl/err.h ../../include/openssl/evp.h
    +dh_ameth.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
    +dh_ameth.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
     dh_ameth.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
     dh_ameth.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
     dh_ameth.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
    @@ -132,6 +132,19 @@ dh_gen.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
     dh_gen.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
     dh_gen.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
     dh_gen.o: ../cryptlib.h dh_gen.c
    +dh_kdf.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
    +dh_kdf.o: ../../include/openssl/buffer.h ../../include/openssl/cms.h
    +dh_kdf.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
    +dh_kdf.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
    +dh_kdf.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
    +dh_kdf.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
    +dh_kdf.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
    +dh_kdf.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
    +dh_kdf.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
    +dh_kdf.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
    +dh_kdf.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
    +dh_kdf.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
    +dh_kdf.o: dh_kdf.c
     dh_key.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
     dh_key.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
     dh_key.o: ../../include/openssl/dh.h ../../include/openssl/e_os2.h
    @@ -158,11 +171,12 @@ dh_pmeth.o: ../../e_os.h ../../include/openssl/asn1.h
     dh_pmeth.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
     dh_pmeth.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
     dh_pmeth.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
    -dh_pmeth.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
    -dh_pmeth.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
    -dh_pmeth.o: ../../include/openssl/err.h ../../include/openssl/evp.h
    -dh_pmeth.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
    -dh_pmeth.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
    +dh_pmeth.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
    +dh_pmeth.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
    +dh_pmeth.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
    +dh_pmeth.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
    +dh_pmeth.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
    +dh_pmeth.o: ../../include/openssl/opensslconf.h
     dh_pmeth.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
     dh_pmeth.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
     dh_pmeth.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
    @@ -178,3 +192,11 @@ dh_prn.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
     dh_prn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
     dh_prn.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
     dh_prn.o: ../../include/openssl/symhacks.h ../cryptlib.h dh_prn.c
    +dh_rfc5114.o: ../../e_os.h ../../include/openssl/bio.h
    +dh_rfc5114.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
    +dh_rfc5114.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
    +dh_rfc5114.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
    +dh_rfc5114.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
    +dh_rfc5114.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
    +dh_rfc5114.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
    +dh_rfc5114.o: ../../include/openssl/symhacks.h ../cryptlib.h dh_rfc5114.c
    diff --git a/openssl/crypto/dh/dh.h b/openssl/crypto/dh/dh.h
    index ea59e610e..0502f1a9c 100644
    --- a/openssl/crypto/dh/dh.h
    +++ b/openssl/crypto/dh/dh.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -57,49 +57,54 @@
      */
     
     #ifndef HEADER_DH_H
    -#define HEADER_DH_H
    -
    -#include 
    -
    -#ifdef OPENSSL_NO_DH
    -#error DH is disabled.
    -#endif
    -
    -#ifndef OPENSSL_NO_BIO
    -#include 
    -#endif
    -#include 
    -#ifndef OPENSSL_NO_DEPRECATED
    -#include 
    -#endif
    -	
    -#ifndef OPENSSL_DH_MAX_MODULUS_BITS
    -# define OPENSSL_DH_MAX_MODULUS_BITS	10000
    -#endif
    +# define HEADER_DH_H
    +
    +# include 
    +
    +# ifdef OPENSSL_NO_DH
    +#  error DH is disabled.
    +# endif
    +
    +# ifndef OPENSSL_NO_BIO
    +#  include 
    +# endif
    +# include 
    +# ifndef OPENSSL_NO_DEPRECATED
    +#  include 
    +# endif
    +
    +# ifndef OPENSSL_DH_MAX_MODULUS_BITS
    +#  define OPENSSL_DH_MAX_MODULUS_BITS    10000
    +# endif
    +
    +# define DH_FLAG_CACHE_MONT_P     0x01
    +
    +/*
    + * new with 0.9.7h; the built-in DH
    + * implementation now uses constant time
    + * modular exponentiation for secret exponents
    + * by default. This flag causes the
    + * faster variable sliding window method to
    + * be used for all exponents.
    + */
    +# define DH_FLAG_NO_EXP_CONSTTIME 0x02
     
    -#define DH_FLAG_CACHE_MONT_P     0x01
    -#define DH_FLAG_NO_EXP_CONSTTIME 0x02 /* new with 0.9.7h; the built-in DH
    -                                       * implementation now uses constant time
    -                                       * modular exponentiation for secret exponents
    -                                       * by default. This flag causes the
    -                                       * faster variable sliding window method to
    -                                       * be used for all exponents.
    -                                       */
    -
    -/* If this flag is set the DH method is FIPS compliant and can be used
    - * in FIPS mode. This is set in the validated module method. If an
    - * application sets this flag in its own methods it is its reposibility
    - * to ensure the result is compliant.
    +/*
    + * If this flag is set the DH method is FIPS compliant and can be used in
    + * FIPS mode. This is set in the validated module method. If an application
    + * sets this flag in its own methods it is its reposibility to ensure the
    + * result is compliant.
      */
     
    -#define DH_FLAG_FIPS_METHOD			0x0400
    +# define DH_FLAG_FIPS_METHOD                     0x0400
     
    -/* If this flag is set the operations normally disabled in FIPS mode are
    +/*
    + * If this flag is set the operations normally disabled in FIPS mode are
      * permitted it is then the applications responsibility to ensure that the
      * usage is compliant.
      */
     
    -#define DH_FLAG_NON_FIPS_ALLOW			0x0400
    +# define DH_FLAG_NON_FIPS_ALLOW                  0x0400
     
     #ifdef  __cplusplus
     extern "C" {
    @@ -109,75 +114,79 @@ extern "C" {
     /* typedef struct dh_st DH; */
     /* typedef struct dh_method DH_METHOD; */
     
    -struct dh_method
    -	{
    -	const char *name;
    -	/* Methods here */
    -	int (*generate_key)(DH *dh);
    -	int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh);
    -	int (*bn_mod_exp)(const DH *dh, BIGNUM *r, const BIGNUM *a,
    -				const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
    -				BN_MONT_CTX *m_ctx); /* Can be null */
    -
    -	int (*init)(DH *dh);
    -	int (*finish)(DH *dh);
    -	int flags;
    -	char *app_data;
    -	/* If this is non-NULL, it will be used to generate parameters */
    -	int (*generate_params)(DH *dh, int prime_len, int generator, BN_GENCB *cb);
    -	};
    -
    -struct dh_st
    -	{
    -	/* This first argument is used to pick up errors when
    -	 * a DH is passed instead of a EVP_PKEY */
    -	int pad;
    -	int version;
    -	BIGNUM *p;
    -	BIGNUM *g;
    -	long length; /* optional */
    -	BIGNUM *pub_key;	/* g^x */
    -	BIGNUM *priv_key;	/* x */
    -
    -	int flags;
    -	BN_MONT_CTX *method_mont_p;
    -	/* Place holders if we want to do X9.42 DH */
    -	BIGNUM *q;
    -	BIGNUM *j;
    -	unsigned char *seed;
    -	int seedlen;
    -	BIGNUM *counter;
    -
    -	int references;
    -	CRYPTO_EX_DATA ex_data;
    -	const DH_METHOD *meth;
    -	ENGINE *engine;
    -	};
    -
    -#define DH_GENERATOR_2		2
    -/* #define DH_GENERATOR_3	3 */
    -#define DH_GENERATOR_5		5
    +struct dh_method {
    +    const char *name;
    +    /* Methods here */
    +    int (*generate_key) (DH *dh);
    +    int (*compute_key) (unsigned char *key, const BIGNUM *pub_key, DH *dh);
    +    /* Can be null */
    +    int (*bn_mod_exp) (const DH *dh, BIGNUM *r, const BIGNUM *a,
    +                       const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
    +                       BN_MONT_CTX *m_ctx);
    +    int (*init) (DH *dh);
    +    int (*finish) (DH *dh);
    +    int flags;
    +    char *app_data;
    +    /* If this is non-NULL, it will be used to generate parameters */
    +    int (*generate_params) (DH *dh, int prime_len, int generator,
    +                            BN_GENCB *cb);
    +};
    +
    +struct dh_st {
    +    /*
    +     * This first argument is used to pick up errors when a DH is passed
    +     * instead of a EVP_PKEY
    +     */
    +    int pad;
    +    int version;
    +    BIGNUM *p;
    +    BIGNUM *g;
    +    long length;                /* optional */
    +    BIGNUM *pub_key;            /* g^x */
    +    BIGNUM *priv_key;           /* x */
    +    int flags;
    +    BN_MONT_CTX *method_mont_p;
    +    /* Place holders if we want to do X9.42 DH */
    +    BIGNUM *q;
    +    BIGNUM *j;
    +    unsigned char *seed;
    +    int seedlen;
    +    BIGNUM *counter;
    +    int references;
    +    CRYPTO_EX_DATA ex_data;
    +    const DH_METHOD *meth;
    +    ENGINE *engine;
    +};
    +
    +# define DH_GENERATOR_2          2
    +/* #define DH_GENERATOR_3       3 */
    +# define DH_GENERATOR_5          5
     
     /* DH_check error codes */
    -#define DH_CHECK_P_NOT_PRIME		0x01
    -#define DH_CHECK_P_NOT_SAFE_PRIME	0x02
    -#define DH_UNABLE_TO_CHECK_GENERATOR	0x04
    -#define DH_NOT_SUITABLE_GENERATOR	0x08
    +# define DH_CHECK_P_NOT_PRIME            0x01
    +# define DH_CHECK_P_NOT_SAFE_PRIME       0x02
    +# define DH_UNABLE_TO_CHECK_GENERATOR    0x04
    +# define DH_NOT_SUITABLE_GENERATOR       0x08
    +# define DH_CHECK_Q_NOT_PRIME            0x10
    +# define DH_CHECK_INVALID_Q_VALUE        0x20
    +# define DH_CHECK_INVALID_J_VALUE        0x40
     
     /* DH_check_pub_key error codes */
    -#define DH_CHECK_PUBKEY_TOO_SMALL	0x01
    -#define DH_CHECK_PUBKEY_TOO_LARGE	0x02
    +# define DH_CHECK_PUBKEY_TOO_SMALL       0x01
    +# define DH_CHECK_PUBKEY_TOO_LARGE       0x02
     
    -/* primes p where (p-1)/2 is prime too are called "safe"; we define
    -   this for backward compatibility: */
    -#define DH_CHECK_P_NOT_STRONG_PRIME	DH_CHECK_P_NOT_SAFE_PRIME
    +/*
    + * primes p where (p-1)/2 is prime too are called "safe"; we define this for
    + * backward compatibility:
    + */
    +# define DH_CHECK_P_NOT_STRONG_PRIME     DH_CHECK_P_NOT_SAFE_PRIME
     
    -#define d2i_DHparams_fp(fp,x) (DH *)ASN1_d2i_fp((char *(*)())DH_new, \
    -		(char *(*)())d2i_DHparams,(fp),(unsigned char **)(x))
    -#define i2d_DHparams_fp(fp,x) ASN1_i2d_fp(i2d_DHparams,(fp), \
    -		(unsigned char *)(x))
    -#define d2i_DHparams_bio(bp,x) ASN1_d2i_bio_of(DH,DH_new,d2i_DHparams,bp,x)
    -#define i2d_DHparams_bio(bp,x) ASN1_i2d_bio_of_const(DH,i2d_DHparams,bp,x)
    +# define d2i_DHparams_fp(fp,x) (DH *)ASN1_d2i_fp((char *(*)())DH_new, \
    +                (char *(*)())d2i_DHparams,(fp),(unsigned char **)(x))
    +# define i2d_DHparams_fp(fp,x) ASN1_i2d_fp(i2d_DHparams,(fp), \
    +                (unsigned char *)(x))
    +# define d2i_DHparams_bio(bp,x) ASN1_d2i_bio_of(DH,DH_new,d2i_DHparams,bp,x)
    +# define i2d_DHparams_bio(bp,x) ASN1_i2d_bio_of_const(DH,i2d_DHparams,bp,x)
     
     DH *DHparams_dup(DH *);
     
    @@ -188,53 +197,150 @@ const DH_METHOD *DH_get_default_method(void);
     int DH_set_method(DH *dh, const DH_METHOD *meth);
     DH *DH_new_method(ENGINE *engine);
     
    -DH *	DH_new(void);
    -void	DH_free(DH *dh);
    -int	DH_up_ref(DH *dh);
    -int	DH_size(const DH *dh);
    +DH *DH_new(void);
    +void DH_free(DH *dh);
    +int DH_up_ref(DH *dh);
    +int DH_size(const DH *dh);
     int DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
    -	     CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
    +                        CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
     int DH_set_ex_data(DH *d, int idx, void *arg);
     void *DH_get_ex_data(DH *d, int idx);
     
     /* Deprecated version */
    -#ifndef OPENSSL_NO_DEPRECATED
    -DH *	DH_generate_parameters(int prime_len,int generator,
    -		void (*callback)(int,int,void *),void *cb_arg);
    -#endif /* !defined(OPENSSL_NO_DEPRECATED) */
    +# ifndef OPENSSL_NO_DEPRECATED
    +DH *DH_generate_parameters(int prime_len, int generator,
    +                           void (*callback) (int, int, void *), void *cb_arg);
    +# endif                         /* !defined(OPENSSL_NO_DEPRECATED) */
     
     /* New version */
    -int	DH_generate_parameters_ex(DH *dh, int prime_len,int generator, BN_GENCB *cb);
    -
    -int	DH_check(const DH *dh,int *codes);
    -int	DH_check_pub_key(const DH *dh,const BIGNUM *pub_key, int *codes);
    -int	DH_generate_key(DH *dh);
    -int	DH_compute_key(unsigned char *key,const BIGNUM *pub_key,DH *dh);
    -DH *	d2i_DHparams(DH **a,const unsigned char **pp, long length);
    -int	i2d_DHparams(const DH *a,unsigned char **pp);
    -#ifndef OPENSSL_NO_FP_API
    -int	DHparams_print_fp(FILE *fp, const DH *x);
    -#endif
    -#ifndef OPENSSL_NO_BIO
    -int	DHparams_print(BIO *bp, const DH *x);
    -#else
    -int	DHparams_print(char *bp, const DH *x);
    -#endif
    -
    -#define EVP_PKEY_CTX_set_dh_paramgen_prime_len(ctx, len) \
    -	EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN, \
    -			EVP_PKEY_CTRL_DH_PARAMGEN_PRIME_LEN, len, NULL)
    -
    -#define EVP_PKEY_CTX_set_dh_paramgen_generator(ctx, gen) \
    -	EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN, \
    -			EVP_PKEY_CTRL_DH_PARAMGEN_GENERATOR, gen, NULL)
    -
    -#define	EVP_PKEY_CTRL_DH_PARAMGEN_PRIME_LEN	(EVP_PKEY_ALG_CTRL + 1)
    -#define	EVP_PKEY_CTRL_DH_PARAMGEN_GENERATOR	(EVP_PKEY_ALG_CTRL + 2)
    -		
    +int DH_generate_parameters_ex(DH *dh, int prime_len, int generator,
    +                              BN_GENCB *cb);
    +
    +int DH_check(const DH *dh, int *codes);
    +int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *codes);
    +int DH_generate_key(DH *dh);
    +int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh);
    +int DH_compute_key_padded(unsigned char *key, const BIGNUM *pub_key, DH *dh);
    +DH *d2i_DHparams(DH **a, const unsigned char **pp, long length);
    +int i2d_DHparams(const DH *a, unsigned char **pp);
    +DH *d2i_DHxparams(DH **a, const unsigned char **pp, long length);
    +int i2d_DHxparams(const DH *a, unsigned char **pp);
    +# ifndef OPENSSL_NO_FP_API
    +int DHparams_print_fp(FILE *fp, const DH *x);
    +# endif
    +# ifndef OPENSSL_NO_BIO
    +int DHparams_print(BIO *bp, const DH *x);
    +# else
    +int DHparams_print(char *bp, const DH *x);
    +# endif
    +
    +/* RFC 5114 parameters */
    +DH *DH_get_1024_160(void);
    +DH *DH_get_2048_224(void);
    +DH *DH_get_2048_256(void);
    +
    +/* RFC2631 KDF */
    +int DH_KDF_X9_42(unsigned char *out, size_t outlen,
    +                 const unsigned char *Z, size_t Zlen,
    +                 ASN1_OBJECT *key_oid,
    +                 const unsigned char *ukm, size_t ukmlen, const EVP_MD *md);
    +
    +# define EVP_PKEY_CTX_set_dh_paramgen_prime_len(ctx, len) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN, \
    +                        EVP_PKEY_CTRL_DH_PARAMGEN_PRIME_LEN, len, NULL)
    +
    +# define EVP_PKEY_CTX_set_dh_paramgen_subprime_len(ctx, len) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN, \
    +                        EVP_PKEY_CTRL_DH_PARAMGEN_SUBPRIME_LEN, len, NULL)
    +
    +# define EVP_PKEY_CTX_set_dh_paramgen_type(ctx, typ) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN, \
    +                        EVP_PKEY_CTRL_DH_PARAMGEN_TYPE, typ, NULL)
    +
    +# define EVP_PKEY_CTX_set_dh_paramgen_generator(ctx, gen) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN, \
    +                        EVP_PKEY_CTRL_DH_PARAMGEN_GENERATOR, gen, NULL)
    +
    +# define EVP_PKEY_CTX_set_dh_rfc5114(ctx, gen) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, EVP_PKEY_OP_PARAMGEN, \
    +                        EVP_PKEY_CTRL_DH_RFC5114, gen, NULL)
    +
    +# define EVP_PKEY_CTX_set_dhx_rfc5114(ctx, gen) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, EVP_PKEY_OP_PARAMGEN, \
    +                        EVP_PKEY_CTRL_DH_RFC5114, gen, NULL)
    +
    +# define EVP_PKEY_CTX_set_dh_kdf_type(ctx, kdf) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, \
    +                                EVP_PKEY_OP_DERIVE, \
    +                                EVP_PKEY_CTRL_DH_KDF_TYPE, kdf, NULL)
    +
    +# define EVP_PKEY_CTX_get_dh_kdf_type(ctx) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, \
    +                                EVP_PKEY_OP_DERIVE, \
    +                                EVP_PKEY_CTRL_DH_KDF_TYPE, -2, NULL)
    +
    +# define EVP_PKEY_CTX_set0_dh_kdf_oid(ctx, oid) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, \
    +                                EVP_PKEY_OP_DERIVE, \
    +                                EVP_PKEY_CTRL_DH_KDF_OID, 0, (void *)oid)
    +
    +# define EVP_PKEY_CTX_get0_dh_kdf_oid(ctx, poid) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, \
    +                                EVP_PKEY_OP_DERIVE, \
    +                                EVP_PKEY_CTRL_GET_DH_KDF_OID, 0, (void *)poid)
    +
    +# define EVP_PKEY_CTX_set_dh_kdf_md(ctx, md) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, \
    +                                EVP_PKEY_OP_DERIVE, \
    +                                EVP_PKEY_CTRL_DH_KDF_MD, 0, (void *)md)
    +
    +# define EVP_PKEY_CTX_get_dh_kdf_md(ctx, pmd) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, \
    +                                EVP_PKEY_OP_DERIVE, \
    +                                EVP_PKEY_CTRL_GET_DH_KDF_MD, 0, (void *)pmd)
    +
    +# define EVP_PKEY_CTX_set_dh_kdf_outlen(ctx, len) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, \
    +                                EVP_PKEY_OP_DERIVE, \
    +                                EVP_PKEY_CTRL_DH_KDF_OUTLEN, len, NULL)
    +
    +# define EVP_PKEY_CTX_get_dh_kdf_outlen(ctx, plen) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, \
    +                                EVP_PKEY_OP_DERIVE, \
    +                        EVP_PKEY_CTRL_GET_DH_KDF_OUTLEN, 0, (void *)plen)
    +
    +# define EVP_PKEY_CTX_set0_dh_kdf_ukm(ctx, p, plen) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, \
    +                                EVP_PKEY_OP_DERIVE, \
    +                                EVP_PKEY_CTRL_DH_KDF_UKM, plen, (void *)p)
    +
    +# define EVP_PKEY_CTX_get0_dh_kdf_ukm(ctx, p) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, \
    +                                EVP_PKEY_OP_DERIVE, \
    +                                EVP_PKEY_CTRL_GET_DH_KDF_UKM, 0, (void *)p)
    +
    +# define EVP_PKEY_CTRL_DH_PARAMGEN_PRIME_LEN     (EVP_PKEY_ALG_CTRL + 1)
    +# define EVP_PKEY_CTRL_DH_PARAMGEN_GENERATOR     (EVP_PKEY_ALG_CTRL + 2)
    +# define EVP_PKEY_CTRL_DH_RFC5114                (EVP_PKEY_ALG_CTRL + 3)
    +# define EVP_PKEY_CTRL_DH_PARAMGEN_SUBPRIME_LEN  (EVP_PKEY_ALG_CTRL + 4)
    +# define EVP_PKEY_CTRL_DH_PARAMGEN_TYPE          (EVP_PKEY_ALG_CTRL + 5)
    +# define EVP_PKEY_CTRL_DH_KDF_TYPE               (EVP_PKEY_ALG_CTRL + 6)
    +# define EVP_PKEY_CTRL_DH_KDF_MD                 (EVP_PKEY_ALG_CTRL + 7)
    +# define EVP_PKEY_CTRL_GET_DH_KDF_MD             (EVP_PKEY_ALG_CTRL + 8)
    +# define EVP_PKEY_CTRL_DH_KDF_OUTLEN             (EVP_PKEY_ALG_CTRL + 9)
    +# define EVP_PKEY_CTRL_GET_DH_KDF_OUTLEN         (EVP_PKEY_ALG_CTRL + 10)
    +# define EVP_PKEY_CTRL_DH_KDF_UKM                (EVP_PKEY_ALG_CTRL + 11)
    +# define EVP_PKEY_CTRL_GET_DH_KDF_UKM            (EVP_PKEY_ALG_CTRL + 12)
    +# define EVP_PKEY_CTRL_DH_KDF_OID                (EVP_PKEY_ALG_CTRL + 13)
    +# define EVP_PKEY_CTRL_GET_DH_KDF_OID            (EVP_PKEY_ALG_CTRL + 14)
    +
    +/* KDF types */
    +# define EVP_PKEY_DH_KDF_NONE                            1
    +# define EVP_PKEY_DH_KDF_X9_42                           2
     
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     void ERR_load_DH_strings(void);
    @@ -242,37 +348,43 @@ void ERR_load_DH_strings(void);
     /* Error codes for the DH functions. */
     
     /* Function codes. */
    -#define DH_F_COMPUTE_KEY				 102
    -#define DH_F_DHPARAMS_PRINT_FP				 101
    -#define DH_F_DH_BUILTIN_GENPARAMS			 106
    -#define DH_F_DH_COMPUTE_KEY				 114
    -#define DH_F_DH_GENERATE_KEY				 115
    -#define DH_F_DH_GENERATE_PARAMETERS_EX			 116
    -#define DH_F_DH_NEW_METHOD				 105
    -#define DH_F_DH_PARAM_DECODE				 107
    -#define DH_F_DH_PRIV_DECODE				 110
    -#define DH_F_DH_PRIV_ENCODE				 111
    -#define DH_F_DH_PUB_DECODE				 108
    -#define DH_F_DH_PUB_ENCODE				 109
    -#define DH_F_DO_DH_PRINT				 100
    -#define DH_F_GENERATE_KEY				 103
    -#define DH_F_GENERATE_PARAMETERS			 104
    -#define DH_F_PKEY_DH_DERIVE				 112
    -#define DH_F_PKEY_DH_KEYGEN				 113
    +# define DH_F_COMPUTE_KEY                                 102
    +# define DH_F_DHPARAMS_PRINT_FP                           101
    +# define DH_F_DH_BUILTIN_GENPARAMS                        106
    +# define DH_F_DH_CMS_DECRYPT                              117
    +# define DH_F_DH_CMS_SET_PEERKEY                          118
    +# define DH_F_DH_CMS_SET_SHARED_INFO                      119
    +# define DH_F_DH_COMPUTE_KEY                              114
    +# define DH_F_DH_GENERATE_KEY                             115
    +# define DH_F_DH_GENERATE_PARAMETERS_EX                   116
    +# define DH_F_DH_NEW_METHOD                               105
    +# define DH_F_DH_PARAM_DECODE                             107
    +# define DH_F_DH_PRIV_DECODE                              110
    +# define DH_F_DH_PRIV_ENCODE                              111
    +# define DH_F_DH_PUB_DECODE                               108
    +# define DH_F_DH_PUB_ENCODE                               109
    +# define DH_F_DO_DH_PRINT                                 100
    +# define DH_F_GENERATE_KEY                                103
    +# define DH_F_GENERATE_PARAMETERS                         104
    +# define DH_F_PKEY_DH_DERIVE                              112
    +# define DH_F_PKEY_DH_KEYGEN                              113
     
     /* Reason codes. */
    -#define DH_R_BAD_GENERATOR				 101
    -#define DH_R_BN_DECODE_ERROR				 109
    -#define DH_R_BN_ERROR					 106
    -#define DH_R_DECODE_ERROR				 104
    -#define DH_R_INVALID_PUBKEY				 102
    -#define DH_R_KEYS_NOT_SET				 108
    -#define DH_R_KEY_SIZE_TOO_SMALL				 110
    -#define DH_R_MODULUS_TOO_LARGE				 103
    -#define DH_R_NON_FIPS_METHOD				 111
    -#define DH_R_NO_PARAMETERS_SET				 107
    -#define DH_R_NO_PRIVATE_VALUE				 100
    -#define DH_R_PARAMETER_ENCODING_ERROR			 105
    +# define DH_R_BAD_GENERATOR                               101
    +# define DH_R_BN_DECODE_ERROR                             109
    +# define DH_R_BN_ERROR                                    106
    +# define DH_R_DECODE_ERROR                                104
    +# define DH_R_INVALID_PUBKEY                              102
    +# define DH_R_KDF_PARAMETER_ERROR                         112
    +# define DH_R_KEYS_NOT_SET                                108
    +# define DH_R_KEY_SIZE_TOO_SMALL                          110
    +# define DH_R_MODULUS_TOO_LARGE                           103
    +# define DH_R_NON_FIPS_METHOD                             111
    +# define DH_R_NO_PARAMETERS_SET                           107
    +# define DH_R_NO_PRIVATE_VALUE                            100
    +# define DH_R_PARAMETER_ENCODING_ERROR                    105
    +# define DH_R_PEER_KEY_ERROR                              113
    +# define DH_R_SHARED_INFO_ERROR                           114
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/dh/dh_ameth.c b/openssl/crypto/dh/dh_ameth.c
    index 02ec2d47b..a8349e737 100644
    --- a/openssl/crypto/dh/dh_ameth.c
    +++ b/openssl/crypto/dh/dh_ameth.c
    @@ -1,5 +1,6 @@
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2006.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2006.
      */
     /* ====================================================================
      * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
    @@ -9,7 +10,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,440 +63,891 @@
     #include 
     #include 
     #include "asn1_locl.h"
    +#ifndef OPENSSL_NO_CMS
    +# include 
    +#endif
     
    -static void int_dh_free(EVP_PKEY *pkey)
    -	{
    -	DH_free(pkey->pkey.dh);
    -	}
    -
    -static int dh_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey)
    -	{
    -	const unsigned char *p, *pm;
    -	int pklen, pmlen;
    -	int ptype;
    -	void *pval;
    -	ASN1_STRING *pstr;
    -	X509_ALGOR *palg;
    -	ASN1_INTEGER *public_key = NULL;
    -
    -	DH *dh = NULL;
    -
    -	if (!X509_PUBKEY_get0_param(NULL, &p, &pklen, &palg, pubkey))
    -		return 0;
    -	X509_ALGOR_get0(NULL, &ptype, &pval, palg);
    -
    -	if (ptype != V_ASN1_SEQUENCE)
    -		{
    -		DHerr(DH_F_DH_PUB_DECODE, DH_R_PARAMETER_ENCODING_ERROR);
    -		goto err;
    -		}
    -
    -	pstr = pval;	
    -	pm = pstr->data;
    -	pmlen = pstr->length;
    -
    -	if (!(dh = d2i_DHparams(NULL, &pm, pmlen)))
    -		{
    -		DHerr(DH_F_DH_PUB_DECODE, DH_R_DECODE_ERROR);
    -		goto err;
    -		}
    -
    -	if (!(public_key=d2i_ASN1_INTEGER(NULL, &p, pklen)))
    -		{
    -		DHerr(DH_F_DH_PUB_DECODE, DH_R_DECODE_ERROR);
    -		goto err;
    -		}
    -
    -	/* We have parameters now set public key */
    -	if (!(dh->pub_key = ASN1_INTEGER_to_BN(public_key, NULL)))
    -		{
    -		DHerr(DH_F_DH_PUB_DECODE, DH_R_BN_DECODE_ERROR);
    -		goto err;
    -		}
    -
    -	ASN1_INTEGER_free(public_key);
    -	EVP_PKEY_assign_DH(pkey, dh);
    -	return 1;
    -
    -	err:
    -	if (public_key)
    -		ASN1_INTEGER_free(public_key);
    -	if (dh)
    -		DH_free(dh);
    -	return 0;
    -
    -	}
    +extern const EVP_PKEY_ASN1_METHOD dhx_asn1_meth;
     
    -static int dh_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey)
    -	{
    -	DH *dh;
    -	void *pval = NULL;
    -	int ptype;
    -	unsigned char *penc = NULL;
    -	int penclen;
    -	ASN1_STRING *str;
    -	ASN1_INTEGER *pub_key = NULL;
    -
    -	dh=pkey->pkey.dh;
    -
    -	str = ASN1_STRING_new();
    -	str->length = i2d_DHparams(dh, &str->data);
    -	if (str->length <= 0)
    -		{
    -		DHerr(DH_F_DH_PUB_ENCODE, ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -	pval = str;
    -	ptype = V_ASN1_SEQUENCE;
    -
    -	pub_key = BN_to_ASN1_INTEGER(dh->pub_key, NULL);
    -	if (!pub_key)
    -		goto err;
    -
    -	penclen = i2d_ASN1_INTEGER(pub_key, &penc);
    -
    -	ASN1_INTEGER_free(pub_key);
    -
    -	if (penclen <= 0)
    -		{
    -		DHerr(DH_F_DH_PUB_ENCODE, ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	if (X509_PUBKEY_set0_param(pk, OBJ_nid2obj(EVP_PKEY_DH),
    -				ptype, pval, penc, penclen))
    -		return 1;
    -
    -	err:
    -	if (penc)
    -		OPENSSL_free(penc);
    -	if (pval)
    -		ASN1_STRING_free(pval);
    -
    -	return 0;
    -	}
    -
    -
    -/* PKCS#8 DH is defined in PKCS#11 of all places. It is similar to DH in
    - * that the AlgorithmIdentifier contains the paramaters, the private key
    - * is explcitly included and the pubkey must be recalculated.
    +/*
    + * i2d/d2i like DH parameter functions which use the appropriate routine for
    + * PKCS#3 DH or X9.42 DH.
      */
    -	
    -static int dh_priv_decode(EVP_PKEY *pkey, PKCS8_PRIV_KEY_INFO *p8)
    -	{
    -	const unsigned char *p, *pm;
    -	int pklen, pmlen;
    -	int ptype;
    -	void *pval;
    -	ASN1_STRING *pstr;
    -	X509_ALGOR *palg;
    -	ASN1_INTEGER *privkey = NULL;
     
    -	DH *dh = NULL;
    -
    -	if (!PKCS8_pkey_get0(NULL, &p, &pklen, &palg, p8))
    -		return 0;
    -
    -	X509_ALGOR_get0(NULL, &ptype, &pval, palg);
    -
    -	if (ptype != V_ASN1_SEQUENCE)
    -			goto decerr;
    +static DH *d2i_dhp(const EVP_PKEY *pkey, const unsigned char **pp,
    +                   long length)
    +{
    +    if (pkey->ameth == &dhx_asn1_meth)
    +        return d2i_DHxparams(NULL, pp, length);
    +    return d2i_DHparams(NULL, pp, length);
    +}
     
    -	if (!(privkey=d2i_ASN1_INTEGER(NULL, &p, pklen)))
    -		goto decerr;
    +static int i2d_dhp(const EVP_PKEY *pkey, const DH *a, unsigned char **pp)
    +{
    +    if (pkey->ameth == &dhx_asn1_meth)
    +        return i2d_DHxparams(a, pp);
    +    return i2d_DHparams(a, pp);
    +}
     
    +static void int_dh_free(EVP_PKEY *pkey)
    +{
    +    DH_free(pkey->pkey.dh);
    +}
     
    -	pstr = pval;	
    -	pm = pstr->data;
    -	pmlen = pstr->length;
    -	if (!(dh = d2i_DHparams(NULL, &pm, pmlen)))
    -		goto decerr;
    -	/* We have parameters now set private key */
    -	if (!(dh->priv_key = ASN1_INTEGER_to_BN(privkey, NULL)))
    -		{
    -		DHerr(DH_F_DH_PRIV_DECODE,DH_R_BN_ERROR);
    -		goto dherr;
    -		}
    -	/* Calculate public key */
    -	if (!DH_generate_key(dh))
    -		goto dherr;
    +static int dh_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey)
    +{
    +    const unsigned char *p, *pm;
    +    int pklen, pmlen;
    +    int ptype;
    +    void *pval;
    +    ASN1_STRING *pstr;
    +    X509_ALGOR *palg;
    +    ASN1_INTEGER *public_key = NULL;
    +
    +    DH *dh = NULL;
    +
    +    if (!X509_PUBKEY_get0_param(NULL, &p, &pklen, &palg, pubkey))
    +        return 0;
    +    X509_ALGOR_get0(NULL, &ptype, &pval, palg);
    +
    +    if (ptype != V_ASN1_SEQUENCE) {
    +        DHerr(DH_F_DH_PUB_DECODE, DH_R_PARAMETER_ENCODING_ERROR);
    +        goto err;
    +    }
    +
    +    pstr = pval;
    +    pm = pstr->data;
    +    pmlen = pstr->length;
    +
    +    if (!(dh = d2i_dhp(pkey, &pm, pmlen))) {
    +        DHerr(DH_F_DH_PUB_DECODE, DH_R_DECODE_ERROR);
    +        goto err;
    +    }
    +
    +    if (!(public_key = d2i_ASN1_INTEGER(NULL, &p, pklen))) {
    +        DHerr(DH_F_DH_PUB_DECODE, DH_R_DECODE_ERROR);
    +        goto err;
    +    }
    +
    +    /* We have parameters now set public key */
    +    if (!(dh->pub_key = ASN1_INTEGER_to_BN(public_key, NULL))) {
    +        DHerr(DH_F_DH_PUB_DECODE, DH_R_BN_DECODE_ERROR);
    +        goto err;
    +    }
    +
    +    ASN1_INTEGER_free(public_key);
    +    EVP_PKEY_assign(pkey, pkey->ameth->pkey_id, dh);
    +    return 1;
    +
    + err:
    +    if (public_key)
    +        ASN1_INTEGER_free(public_key);
    +    if (dh)
    +        DH_free(dh);
    +    return 0;
     
    -	EVP_PKEY_assign_DH(pkey, dh);
    +}
     
    -	ASN1_INTEGER_free(privkey);
    +static int dh_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey)
    +{
    +    DH *dh;
    +    void *pval = NULL;
    +    int ptype;
    +    unsigned char *penc = NULL;
    +    int penclen;
    +    ASN1_STRING *str;
    +    ASN1_INTEGER *pub_key = NULL;
    +
    +    dh = pkey->pkey.dh;
    +
    +    str = ASN1_STRING_new();
    +    str->length = i2d_dhp(pkey, dh, &str->data);
    +    if (str->length <= 0) {
    +        DHerr(DH_F_DH_PUB_ENCODE, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +    pval = str;
    +    ptype = V_ASN1_SEQUENCE;
    +
    +    pub_key = BN_to_ASN1_INTEGER(dh->pub_key, NULL);
    +    if (!pub_key)
    +        goto err;
    +
    +    penclen = i2d_ASN1_INTEGER(pub_key, &penc);
    +
    +    ASN1_INTEGER_free(pub_key);
    +
    +    if (penclen <= 0) {
    +        DHerr(DH_F_DH_PUB_ENCODE, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    if (X509_PUBKEY_set0_param(pk, OBJ_nid2obj(pkey->ameth->pkey_id),
    +                               ptype, pval, penc, penclen))
    +        return 1;
    +
    + err:
    +    if (penc)
    +        OPENSSL_free(penc);
    +    if (pval)
    +        ASN1_STRING_free(pval);
    +
    +    return 0;
    +}
     
    -	return 1;
    +/*
    + * PKCS#8 DH is defined in PKCS#11 of all places. It is similar to DH in that
    + * the AlgorithmIdentifier contains the paramaters, the private key is
    + * explcitly included and the pubkey must be recalculated.
    + */
     
    -	decerr:
    -	DHerr(DH_F_DH_PRIV_DECODE, EVP_R_DECODE_ERROR);
    -	dherr:
    -	DH_free(dh);
    -	return 0;
    -	}
    +static int dh_priv_decode(EVP_PKEY *pkey, PKCS8_PRIV_KEY_INFO *p8)
    +{
    +    const unsigned char *p, *pm;
    +    int pklen, pmlen;
    +    int ptype;
    +    void *pval;
    +    ASN1_STRING *pstr;
    +    X509_ALGOR *palg;
    +    ASN1_INTEGER *privkey = NULL;
    +
    +    DH *dh = NULL;
    +
    +    if (!PKCS8_pkey_get0(NULL, &p, &pklen, &palg, p8))
    +        return 0;
    +
    +    X509_ALGOR_get0(NULL, &ptype, &pval, palg);
    +
    +    if (ptype != V_ASN1_SEQUENCE)
    +        goto decerr;
    +
    +    if (!(privkey = d2i_ASN1_INTEGER(NULL, &p, pklen)))
    +        goto decerr;
    +
    +    pstr = pval;
    +    pm = pstr->data;
    +    pmlen = pstr->length;
    +    if (!(dh = d2i_dhp(pkey, &pm, pmlen)))
    +        goto decerr;
    +    /* We have parameters now set private key */
    +    if (!(dh->priv_key = ASN1_INTEGER_to_BN(privkey, NULL))) {
    +        DHerr(DH_F_DH_PRIV_DECODE, DH_R_BN_ERROR);
    +        goto dherr;
    +    }
    +    /* Calculate public key */
    +    if (!DH_generate_key(dh))
    +        goto dherr;
    +
    +    EVP_PKEY_assign(pkey, pkey->ameth->pkey_id, dh);
    +
    +    ASN1_INTEGER_free(privkey);
    +
    +    return 1;
    +
    + decerr:
    +    DHerr(DH_F_DH_PRIV_DECODE, EVP_R_DECODE_ERROR);
    + dherr:
    +    DH_free(dh);
    +    return 0;
    +}
     
     static int dh_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey)
     {
    -	ASN1_STRING *params = NULL;
    -	ASN1_INTEGER *prkey = NULL;
    -	unsigned char *dp = NULL;
    -	int dplen;
    -
    -	params = ASN1_STRING_new();
    -
    -	if (!params)
    -		{
    -		DHerr(DH_F_DH_PRIV_ENCODE,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	params->length = i2d_DHparams(pkey->pkey.dh, ¶ms->data);
    -	if (params->length <= 0)
    -		{
    -		DHerr(DH_F_DH_PRIV_ENCODE,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -	params->type = V_ASN1_SEQUENCE;
    -
    -	/* Get private key into integer */
    -	prkey = BN_to_ASN1_INTEGER(pkey->pkey.dh->priv_key, NULL);
    -
    -	if (!prkey)
    -		{
    -		DHerr(DH_F_DH_PRIV_ENCODE,DH_R_BN_ERROR);
    -		goto err;
    -		}
    -
    -	dplen = i2d_ASN1_INTEGER(prkey, &dp);
    -
    -	ASN1_INTEGER_free(prkey);
    -
    -	if (!PKCS8_pkey_set0(p8, OBJ_nid2obj(NID_dhKeyAgreement), 0,
    -				V_ASN1_SEQUENCE, params, dp, dplen))
    -		goto err;
    -
    -	return 1;
    -
    -err:
    -	if (dp != NULL)
    -		OPENSSL_free(dp);
    -	if (params != NULL)
    -		ASN1_STRING_free(params);
    -	if (prkey != NULL)
    -		ASN1_INTEGER_free(prkey);
    -	return 0;
    +    ASN1_STRING *params = NULL;
    +    ASN1_INTEGER *prkey = NULL;
    +    unsigned char *dp = NULL;
    +    int dplen;
    +
    +    params = ASN1_STRING_new();
    +
    +    if (!params) {
    +        DHerr(DH_F_DH_PRIV_ENCODE, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    params->length = i2d_dhp(pkey, pkey->pkey.dh, ¶ms->data);
    +    if (params->length <= 0) {
    +        DHerr(DH_F_DH_PRIV_ENCODE, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +    params->type = V_ASN1_SEQUENCE;
    +
    +    /* Get private key into integer */
    +    prkey = BN_to_ASN1_INTEGER(pkey->pkey.dh->priv_key, NULL);
    +
    +    if (!prkey) {
    +        DHerr(DH_F_DH_PRIV_ENCODE, DH_R_BN_ERROR);
    +        goto err;
    +    }
    +
    +    dplen = i2d_ASN1_INTEGER(prkey, &dp);
    +
    +    ASN1_INTEGER_free(prkey);
    +
    +    if (!PKCS8_pkey_set0(p8, OBJ_nid2obj(pkey->ameth->pkey_id), 0,
    +                         V_ASN1_SEQUENCE, params, dp, dplen))
    +        goto err;
    +
    +    return 1;
    +
    + err:
    +    if (dp != NULL)
    +        OPENSSL_free(dp);
    +    if (params != NULL)
    +        ASN1_STRING_free(params);
    +    if (prkey != NULL)
    +        ASN1_INTEGER_free(prkey);
    +    return 0;
     }
     
    -
     static void update_buflen(const BIGNUM *b, size_t *pbuflen)
    -	{
    -	size_t i;
    -	if (!b)
    -		return;
    -	if (*pbuflen < (i = (size_t)BN_num_bytes(b)))
    -			*pbuflen = i;
    -	}
    +{
    +    size_t i;
    +    if (!b)
    +        return;
    +    if (*pbuflen < (i = (size_t)BN_num_bytes(b)))
    +        *pbuflen = i;
    +}
     
     static int dh_param_decode(EVP_PKEY *pkey,
    -					const unsigned char **pder, int derlen)
    -	{
    -	DH *dh;
    -	if (!(dh = d2i_DHparams(NULL, pder, derlen)))
    -		{
    -		DHerr(DH_F_DH_PARAM_DECODE, ERR_R_DH_LIB);
    -		return 0;
    -		}
    -	EVP_PKEY_assign_DH(pkey, dh);
    -	return 1;
    -	}
    +                           const unsigned char **pder, int derlen)
    +{
    +    DH *dh;
    +    if (!(dh = d2i_dhp(pkey, pder, derlen))) {
    +        DHerr(DH_F_DH_PARAM_DECODE, ERR_R_DH_LIB);
    +        return 0;
    +    }
    +    EVP_PKEY_assign(pkey, pkey->ameth->pkey_id, dh);
    +    return 1;
    +}
     
     static int dh_param_encode(const EVP_PKEY *pkey, unsigned char **pder)
    -	{
    -	return i2d_DHparams(pkey->pkey.dh, pder);
    -	}
    +{
    +    return i2d_dhp(pkey, pkey->pkey.dh, pder);
    +}
     
     static int do_dh_print(BIO *bp, const DH *x, int indent,
    -						ASN1_PCTX *ctx, int ptype)
    -	{
    -	unsigned char *m=NULL;
    -	int reason=ERR_R_BUF_LIB,ret=0;
    -	size_t buf_len=0;
    -
    -	const char *ktype = NULL;
    -
    -	BIGNUM *priv_key, *pub_key;
    -
    -	if (ptype == 2)
    -		priv_key = x->priv_key;
    -	else
    -		priv_key = NULL;
    -
    -	if (ptype > 0)
    -		pub_key = x->pub_key;
    -	else
    -		pub_key = NULL;
    -
    -	update_buflen(x->p, &buf_len);
    -
    -	if (buf_len == 0)
    -		{
    -		reason = ERR_R_PASSED_NULL_PARAMETER;
    -		goto err;
    -		}
    -
    -	update_buflen(x->g, &buf_len);
    -	update_buflen(pub_key, &buf_len);
    -	update_buflen(priv_key, &buf_len);
    -
    -	if (ptype == 2)
    -		ktype = "PKCS#3 DH Private-Key";
    -	else if (ptype == 1)
    -		ktype = "PKCS#3 DH Public-Key";
    -	else
    -		ktype = "PKCS#3 DH Parameters";
    -
    -	m= OPENSSL_malloc(buf_len+10);
    -	if (m == NULL)
    -		{
    -		reason=ERR_R_MALLOC_FAILURE;
    -		goto err;
    -		}
    -
    -	BIO_indent(bp, indent, 128);
    -	if (BIO_printf(bp,"%s: (%d bit)\n", ktype, BN_num_bits(x->p)) <= 0)
    -		goto err;
    -	indent += 4;
    -
    -	if (!ASN1_bn_print(bp,"private-key:",priv_key,m,indent)) goto err;
    -	if (!ASN1_bn_print(bp,"public-key:",pub_key,m,indent)) goto err;
    -
    -	if (!ASN1_bn_print(bp,"prime:",x->p,m,indent)) goto err;
    -	if (!ASN1_bn_print(bp,"generator:",x->g,m,indent)) goto err;
    -	if (x->length != 0)
    -		{
    -		BIO_indent(bp, indent, 128);
    -		if (BIO_printf(bp,"recommended-private-length: %d bits\n",
    -			(int)x->length) <= 0) goto err;
    -		}
    -
    -
    -	ret=1;
    -	if (0)
    -		{
    -err:
    -		DHerr(DH_F_DO_DH_PRINT,reason);
    -		}
    -	if (m != NULL) OPENSSL_free(m);
    -	return(ret);
    -	}
    +                       ASN1_PCTX *ctx, int ptype)
    +{
    +    unsigned char *m = NULL;
    +    int reason = ERR_R_BUF_LIB, ret = 0;
    +    size_t buf_len = 0;
    +
    +    const char *ktype = NULL;
    +
    +    BIGNUM *priv_key, *pub_key;
    +
    +    if (ptype == 2)
    +        priv_key = x->priv_key;
    +    else
    +        priv_key = NULL;
    +
    +    if (ptype > 0)
    +        pub_key = x->pub_key;
    +    else
    +        pub_key = NULL;
    +
    +    update_buflen(x->p, &buf_len);
    +
    +    if (buf_len == 0) {
    +        reason = ERR_R_PASSED_NULL_PARAMETER;
    +        goto err;
    +    }
    +
    +    update_buflen(x->g, &buf_len);
    +    update_buflen(x->q, &buf_len);
    +    update_buflen(x->j, &buf_len);
    +    update_buflen(x->counter, &buf_len);
    +    update_buflen(pub_key, &buf_len);
    +    update_buflen(priv_key, &buf_len);
    +
    +    if (ptype == 2)
    +        ktype = "DH Private-Key";
    +    else if (ptype == 1)
    +        ktype = "DH Public-Key";
    +    else
    +        ktype = "DH Parameters";
    +
    +    m = OPENSSL_malloc(buf_len + 10);
    +    if (m == NULL) {
    +        reason = ERR_R_MALLOC_FAILURE;
    +        goto err;
    +    }
    +
    +    BIO_indent(bp, indent, 128);
    +    if (BIO_printf(bp, "%s: (%d bit)\n", ktype, BN_num_bits(x->p)) <= 0)
    +        goto err;
    +    indent += 4;
    +
    +    if (!ASN1_bn_print(bp, "private-key:", priv_key, m, indent))
    +        goto err;
    +    if (!ASN1_bn_print(bp, "public-key:", pub_key, m, indent))
    +        goto err;
    +
    +    if (!ASN1_bn_print(bp, "prime:", x->p, m, indent))
    +        goto err;
    +    if (!ASN1_bn_print(bp, "generator:", x->g, m, indent))
    +        goto err;
    +    if (x->q && !ASN1_bn_print(bp, "subgroup order:", x->q, m, indent))
    +        goto err;
    +    if (x->j && !ASN1_bn_print(bp, "subgroup factor:", x->j, m, indent))
    +        goto err;
    +    if (x->seed) {
    +        int i;
    +        BIO_indent(bp, indent, 128);
    +        BIO_puts(bp, "seed:");
    +        for (i = 0; i < x->seedlen; i++) {
    +            if ((i % 15) == 0) {
    +                if (BIO_puts(bp, "\n") <= 0
    +                    || !BIO_indent(bp, indent + 4, 128))
    +                    goto err;
    +            }
    +            if (BIO_printf(bp, "%02x%s", x->seed[i],
    +                           ((i + 1) == x->seedlen) ? "" : ":") <= 0)
    +                goto err;
    +        }
    +        if (BIO_write(bp, "\n", 1) <= 0)
    +            return (0);
    +    }
    +    if (x->counter && !ASN1_bn_print(bp, "counter:", x->counter, m, indent))
    +        goto err;
    +    if (x->length != 0) {
    +        BIO_indent(bp, indent, 128);
    +        if (BIO_printf(bp, "recommended-private-length: %d bits\n",
    +                       (int)x->length) <= 0)
    +            goto err;
    +    }
    +
    +    ret = 1;
    +    if (0) {
    + err:
    +        DHerr(DH_F_DO_DH_PRINT, reason);
    +    }
    +    if (m != NULL)
    +        OPENSSL_free(m);
    +    return (ret);
    +}
     
     static int int_dh_size(const EVP_PKEY *pkey)
    -	{
    -	return(DH_size(pkey->pkey.dh));
    -	}
    +{
    +    return (DH_size(pkey->pkey.dh));
    +}
     
     static int dh_bits(const EVP_PKEY *pkey)
    -	{
    -	return BN_num_bits(pkey->pkey.dh->p);
    -	}
    +{
    +    return BN_num_bits(pkey->pkey.dh->p);
    +}
     
     static int dh_cmp_parameters(const EVP_PKEY *a, const EVP_PKEY *b)
    -	{
    -	if (	BN_cmp(a->pkey.dh->p,b->pkey.dh->p) ||
    -		BN_cmp(a->pkey.dh->g,b->pkey.dh->g))
    -		return 0;
    -	else
    -		return 1;
    -	}
    +{
    +    if (BN_cmp(a->pkey.dh->p, b->pkey.dh->p) ||
    +        BN_cmp(a->pkey.dh->g, b->pkey.dh->g))
    +        return 0;
    +    else if (a->ameth == &dhx_asn1_meth) {
    +        if (BN_cmp(a->pkey.dh->q, b->pkey.dh->q))
    +            return 0;
    +    }
    +    return 1;
    +}
     
    -static int dh_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from)
    -	{
    -	BIGNUM *a;
    +static int int_dh_bn_cpy(BIGNUM **dst, const BIGNUM *src)
    +{
    +    BIGNUM *a;
    +    if (src) {
    +        a = BN_dup(src);
    +        if (!a)
    +            return 0;
    +    } else
    +        a = NULL;
    +    if (*dst)
    +        BN_free(*dst);
    +    *dst = a;
    +    return 1;
    +}
     
    -	if ((a=BN_dup(from->pkey.dh->p)) == NULL)
    -		return 0;
    -	if (to->pkey.dh->p != NULL)
    -		BN_free(to->pkey.dh->p);
    -	to->pkey.dh->p=a;
    +static int int_dh_param_copy(DH *to, const DH *from, int is_x942)
    +{
    +    if (is_x942 == -1)
    +        is_x942 = ! !from->q;
    +    if (!int_dh_bn_cpy(&to->p, from->p))
    +        return 0;
    +    if (!int_dh_bn_cpy(&to->g, from->g))
    +        return 0;
    +    if (is_x942) {
    +        if (!int_dh_bn_cpy(&to->q, from->q))
    +            return 0;
    +        if (!int_dh_bn_cpy(&to->j, from->j))
    +            return 0;
    +        if (to->seed) {
    +            OPENSSL_free(to->seed);
    +            to->seed = NULL;
    +            to->seedlen = 0;
    +        }
    +        if (from->seed) {
    +            to->seed = BUF_memdup(from->seed, from->seedlen);
    +            if (!to->seed)
    +                return 0;
    +            to->seedlen = from->seedlen;
    +        }
    +    } else
    +        to->length = from->length;
    +    return 1;
    +}
     
    -	if ((a=BN_dup(from->pkey.dh->g)) == NULL)
    -		return 0;
    -	if (to->pkey.dh->g != NULL)
    -		BN_free(to->pkey.dh->g);
    -	to->pkey.dh->g=a;
    +DH *DHparams_dup(DH *dh)
    +{
    +    DH *ret;
    +    ret = DH_new();
    +    if (!ret)
    +        return NULL;
    +    if (!int_dh_param_copy(ret, dh, -1)) {
    +        DH_free(ret);
    +        return NULL;
    +    }
    +    return ret;
    +}
     
    -	return 1;
    -	}
    +static int dh_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from)
    +{
    +    return int_dh_param_copy(to->pkey.dh, from->pkey.dh,
    +                             from->ameth == &dhx_asn1_meth);
    +}
     
     static int dh_missing_parameters(const EVP_PKEY *a)
    -	{
    -	if (!a->pkey.dh->p || !a->pkey.dh->g)
    -		return 1;
    -	return 0;
    -	}
    +{
    +    if (!a->pkey.dh->p || !a->pkey.dh->g)
    +        return 1;
    +    return 0;
    +}
     
     static int dh_pub_cmp(const EVP_PKEY *a, const EVP_PKEY *b)
    -	{
    -	if (dh_cmp_parameters(a, b) == 0)
    -		return 0;
    -	if (BN_cmp(b->pkey.dh->pub_key,a->pkey.dh->pub_key) != 0)
    -		return 0;
    -	else
    -		return 1;
    -	}
    +{
    +    if (dh_cmp_parameters(a, b) == 0)
    +        return 0;
    +    if (BN_cmp(b->pkey.dh->pub_key, a->pkey.dh->pub_key) != 0)
    +        return 0;
    +    else
    +        return 1;
    +}
     
     static int dh_param_print(BIO *bp, const EVP_PKEY *pkey, int indent,
    -							ASN1_PCTX *ctx)
    -	{
    -	return do_dh_print(bp, pkey->pkey.dh, indent, ctx, 0);
    -	}
    +                          ASN1_PCTX *ctx)
    +{
    +    return do_dh_print(bp, pkey->pkey.dh, indent, ctx, 0);
    +}
     
     static int dh_public_print(BIO *bp, const EVP_PKEY *pkey, int indent,
    -							ASN1_PCTX *ctx)
    -	{
    -	return do_dh_print(bp, pkey->pkey.dh, indent, ctx, 1);
    -	}
    +                           ASN1_PCTX *ctx)
    +{
    +    return do_dh_print(bp, pkey->pkey.dh, indent, ctx, 1);
    +}
     
     static int dh_private_print(BIO *bp, const EVP_PKEY *pkey, int indent,
    -							ASN1_PCTX *ctx)
    -	{
    -	return do_dh_print(bp, pkey->pkey.dh, indent, ctx, 2);
    -	}
    +                            ASN1_PCTX *ctx)
    +{
    +    return do_dh_print(bp, pkey->pkey.dh, indent, ctx, 2);
    +}
     
     int DHparams_print(BIO *bp, const DH *x)
    -	{
    -	return do_dh_print(bp, x, 4, NULL, 0);
    -	}
    -
    -const EVP_PKEY_ASN1_METHOD dh_asn1_meth = 
    -	{
    -	EVP_PKEY_DH,
    -	EVP_PKEY_DH,
    -	0,
    -
    -	"DH",
    -	"OpenSSL PKCS#3 DH method",
    -
    -	dh_pub_decode,
    -	dh_pub_encode,
    -	dh_pub_cmp,
    -	dh_public_print,
    -
    -	dh_priv_decode,
    -	dh_priv_encode,
    -	dh_private_print,
    -
    -	int_dh_size,
    -	dh_bits,
    -
    -	dh_param_decode,
    -	dh_param_encode,
    -	dh_missing_parameters,
    -	dh_copy_parameters,
    -	dh_cmp_parameters,
    -	dh_param_print,
    -	0,
    -
    -	int_dh_free,
    -	0
    -	};
    +{
    +    return do_dh_print(bp, x, 4, NULL, 0);
    +}
    +
    +#ifndef OPENSSL_NO_CMS
    +static int dh_cms_decrypt(CMS_RecipientInfo *ri);
    +static int dh_cms_encrypt(CMS_RecipientInfo *ri);
    +#endif
    +
    +static int dh_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2)
    +{
    +    switch (op) {
    +#ifndef OPENSSL_NO_CMS
    +
    +    case ASN1_PKEY_CTRL_CMS_ENVELOPE:
    +        if (arg1 == 1)
    +            return dh_cms_decrypt(arg2);
    +        else if (arg1 == 0)
    +            return dh_cms_encrypt(arg2);
    +        return -2;
    +
    +    case ASN1_PKEY_CTRL_CMS_RI_TYPE:
    +        *(int *)arg2 = CMS_RECIPINFO_AGREE;
    +        return 1;
    +#endif
    +    default:
    +        return -2;
    +    }
    +
    +}
    +
    +const EVP_PKEY_ASN1_METHOD dh_asn1_meth = {
    +    EVP_PKEY_DH,
    +    EVP_PKEY_DH,
    +    0,
    +
    +    "DH",
    +    "OpenSSL PKCS#3 DH method",
    +
    +    dh_pub_decode,
    +    dh_pub_encode,
    +    dh_pub_cmp,
    +    dh_public_print,
    +
    +    dh_priv_decode,
    +    dh_priv_encode,
    +    dh_private_print,
    +
    +    int_dh_size,
    +    dh_bits,
    +
    +    dh_param_decode,
    +    dh_param_encode,
    +    dh_missing_parameters,
    +    dh_copy_parameters,
    +    dh_cmp_parameters,
    +    dh_param_print,
    +    0,
    +
    +    int_dh_free,
    +    0
    +};
    +
    +const EVP_PKEY_ASN1_METHOD dhx_asn1_meth = {
    +    EVP_PKEY_DHX,
    +    EVP_PKEY_DHX,
    +    0,
    +
    +    "X9.42 DH",
    +    "OpenSSL X9.42 DH method",
    +
    +    dh_pub_decode,
    +    dh_pub_encode,
    +    dh_pub_cmp,
    +    dh_public_print,
    +
    +    dh_priv_decode,
    +    dh_priv_encode,
    +    dh_private_print,
    +
    +    int_dh_size,
    +    dh_bits,
    +
    +    dh_param_decode,
    +    dh_param_encode,
    +    dh_missing_parameters,
    +    dh_copy_parameters,
    +    dh_cmp_parameters,
    +    dh_param_print,
    +    0,
    +
    +    int_dh_free,
    +    dh_pkey_ctrl
    +};
    +
    +#ifndef OPENSSL_NO_CMS
    +
    +static int dh_cms_set_peerkey(EVP_PKEY_CTX *pctx,
    +                              X509_ALGOR *alg, ASN1_BIT_STRING *pubkey)
    +{
    +    ASN1_OBJECT *aoid;
    +    int atype;
    +    void *aval;
    +    ASN1_INTEGER *public_key = NULL;
    +    int rv = 0;
    +    EVP_PKEY *pkpeer = NULL, *pk = NULL;
    +    DH *dhpeer = NULL;
    +    const unsigned char *p;
    +    int plen;
    +
    +    X509_ALGOR_get0(&aoid, &atype, &aval, alg);
    +    if (OBJ_obj2nid(aoid) != NID_dhpublicnumber)
    +        goto err;
    +    /* Only absent parameters allowed in RFC XXXX */
    +    if (atype != V_ASN1_UNDEF && atype == V_ASN1_NULL)
    +        goto err;
    +
    +    pk = EVP_PKEY_CTX_get0_pkey(pctx);
    +    if (!pk)
    +        goto err;
    +    if (pk->type != EVP_PKEY_DHX)
    +        goto err;
    +    /* Get parameters from parent key */
    +    dhpeer = DHparams_dup(pk->pkey.dh);
    +    /* We have parameters now set public key */
    +    plen = ASN1_STRING_length(pubkey);
    +    p = ASN1_STRING_data(pubkey);
    +    if (!p || !plen)
    +        goto err;
    +
    +    if (!(public_key = d2i_ASN1_INTEGER(NULL, &p, plen))) {
    +        DHerr(DH_F_DH_CMS_SET_PEERKEY, DH_R_DECODE_ERROR);
    +        goto err;
    +    }
    +
    +    /* We have parameters now set public key */
    +    if (!(dhpeer->pub_key = ASN1_INTEGER_to_BN(public_key, NULL))) {
    +        DHerr(DH_F_DH_CMS_SET_PEERKEY, DH_R_BN_DECODE_ERROR);
    +        goto err;
    +    }
    +
    +    pkpeer = EVP_PKEY_new();
    +    if (!pkpeer)
    +        goto err;
    +    EVP_PKEY_assign(pkpeer, pk->ameth->pkey_id, dhpeer);
    +    dhpeer = NULL;
    +    if (EVP_PKEY_derive_set_peer(pctx, pkpeer) > 0)
    +        rv = 1;
    + err:
    +    if (public_key)
    +        ASN1_INTEGER_free(public_key);
    +    if (pkpeer)
    +        EVP_PKEY_free(pkpeer);
    +    if (dhpeer)
    +        DH_free(dhpeer);
    +    return rv;
    +}
    +
    +static int dh_cms_set_shared_info(EVP_PKEY_CTX *pctx, CMS_RecipientInfo *ri)
    +{
    +    int rv = 0;
    +
    +    X509_ALGOR *alg, *kekalg = NULL;
    +    ASN1_OCTET_STRING *ukm;
    +    const unsigned char *p;
    +    unsigned char *dukm = NULL;
    +    size_t dukmlen = 0;
    +    int keylen, plen;
    +    const EVP_CIPHER *kekcipher;
    +    EVP_CIPHER_CTX *kekctx;
    +
    +    if (!CMS_RecipientInfo_kari_get0_alg(ri, &alg, &ukm))
    +        goto err;
    +
    +    /*
    +     * For DH we only have one OID permissible. If ever any more get defined
    +     * we will need something cleverer.
    +     */
    +    if (OBJ_obj2nid(alg->algorithm) != NID_id_smime_alg_ESDH) {
    +        DHerr(DH_F_DH_CMS_SET_SHARED_INFO, DH_R_KDF_PARAMETER_ERROR);
    +        goto err;
    +    }
    +
    +    if (EVP_PKEY_CTX_set_dh_kdf_type(pctx, EVP_PKEY_DH_KDF_X9_42) <= 0)
    +        goto err;
    +
    +    if (EVP_PKEY_CTX_set_dh_kdf_md(pctx, EVP_sha1()) <= 0)
    +        goto err;
    +
    +    if (alg->parameter->type != V_ASN1_SEQUENCE)
    +        goto err;
    +
    +    p = alg->parameter->value.sequence->data;
    +    plen = alg->parameter->value.sequence->length;
    +    kekalg = d2i_X509_ALGOR(NULL, &p, plen);
    +    if (!kekalg)
    +        goto err;
    +    kekctx = CMS_RecipientInfo_kari_get0_ctx(ri);
    +    if (!kekctx)
    +        goto err;
    +    kekcipher = EVP_get_cipherbyobj(kekalg->algorithm);
    +    if (!kekcipher || EVP_CIPHER_mode(kekcipher) != EVP_CIPH_WRAP_MODE)
    +        goto err;
    +    if (!EVP_EncryptInit_ex(kekctx, kekcipher, NULL, NULL, NULL))
    +        goto err;
    +    if (EVP_CIPHER_asn1_to_param(kekctx, kekalg->parameter) <= 0)
    +        goto err;
    +
    +    keylen = EVP_CIPHER_CTX_key_length(kekctx);
    +    if (EVP_PKEY_CTX_set_dh_kdf_outlen(pctx, keylen) <= 0)
    +        goto err;
    +    /* Use OBJ_nid2obj to ensure we use built in OID that isn't freed */
    +    if (EVP_PKEY_CTX_set0_dh_kdf_oid(pctx,
    +                                     OBJ_nid2obj(EVP_CIPHER_type(kekcipher)))
    +        <= 0)
    +        goto err;
    +
    +    if (ukm) {
    +        dukmlen = ASN1_STRING_length(ukm);
    +        dukm = BUF_memdup(ASN1_STRING_data(ukm), dukmlen);
    +        if (!dukm)
    +            goto err;
    +    }
    +
    +    if (EVP_PKEY_CTX_set0_dh_kdf_ukm(pctx, dukm, dukmlen) <= 0)
    +        goto err;
    +    dukm = NULL;
    +
    +    rv = 1;
    + err:
    +    if (kekalg)
    +        X509_ALGOR_free(kekalg);
    +    if (dukm)
    +        OPENSSL_free(dukm);
    +    return rv;
    +}
    +
    +static int dh_cms_decrypt(CMS_RecipientInfo *ri)
    +{
    +    EVP_PKEY_CTX *pctx;
    +    pctx = CMS_RecipientInfo_get0_pkey_ctx(ri);
    +    if (!pctx)
    +        return 0;
    +    /* See if we need to set peer key */
    +    if (!EVP_PKEY_CTX_get0_peerkey(pctx)) {
    +        X509_ALGOR *alg;
    +        ASN1_BIT_STRING *pubkey;
    +        if (!CMS_RecipientInfo_kari_get0_orig_id(ri, &alg, &pubkey,
    +                                                 NULL, NULL, NULL))
    +            return 0;
    +        if (!alg || !pubkey)
    +            return 0;
    +        if (!dh_cms_set_peerkey(pctx, alg, pubkey)) {
    +            DHerr(DH_F_DH_CMS_DECRYPT, DH_R_PEER_KEY_ERROR);
    +            return 0;
    +        }
    +    }
    +    /* Set DH derivation parameters and initialise unwrap context */
    +    if (!dh_cms_set_shared_info(pctx, ri)) {
    +        DHerr(DH_F_DH_CMS_DECRYPT, DH_R_SHARED_INFO_ERROR);
    +        return 0;
    +    }
    +    return 1;
    +}
    +
    +static int dh_cms_encrypt(CMS_RecipientInfo *ri)
    +{
    +    EVP_PKEY_CTX *pctx;
    +    EVP_PKEY *pkey;
    +    EVP_CIPHER_CTX *ctx;
    +    int keylen;
    +    X509_ALGOR *talg, *wrap_alg = NULL;
    +    ASN1_OBJECT *aoid;
    +    ASN1_BIT_STRING *pubkey;
    +    ASN1_STRING *wrap_str;
    +    ASN1_OCTET_STRING *ukm;
    +    unsigned char *penc = NULL, *dukm = NULL;
    +    int penclen;
    +    size_t dukmlen = 0;
    +    int rv = 0;
    +    int kdf_type, wrap_nid;
    +    const EVP_MD *kdf_md;
    +    pctx = CMS_RecipientInfo_get0_pkey_ctx(ri);
    +    if (!pctx)
    +        return 0;
    +    /* Get ephemeral key */
    +    pkey = EVP_PKEY_CTX_get0_pkey(pctx);
    +    if (!CMS_RecipientInfo_kari_get0_orig_id(ri, &talg, &pubkey,
    +                                             NULL, NULL, NULL))
    +        goto err;
    +    X509_ALGOR_get0(&aoid, NULL, NULL, talg);
    +    /* Is everything uninitialised? */
    +    if (aoid == OBJ_nid2obj(NID_undef)) {
    +        ASN1_INTEGER *pubk;
    +        pubk = BN_to_ASN1_INTEGER(pkey->pkey.dh->pub_key, NULL);
    +        if (!pubk)
    +            goto err;
    +        /* Set the key */
    +
    +        penclen = i2d_ASN1_INTEGER(pubk, &penc);
    +        ASN1_INTEGER_free(pubk);
    +        if (penclen <= 0)
    +            goto err;
    +        ASN1_STRING_set0(pubkey, penc, penclen);
    +        pubkey->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07);
    +        pubkey->flags |= ASN1_STRING_FLAG_BITS_LEFT;
    +
    +        penc = NULL;
    +        X509_ALGOR_set0(talg, OBJ_nid2obj(NID_dhpublicnumber),
    +                        V_ASN1_UNDEF, NULL);
    +    }
    +
    +    /* See if custom paraneters set */
    +    kdf_type = EVP_PKEY_CTX_get_dh_kdf_type(pctx);
    +    if (kdf_type <= 0)
    +        goto err;
    +    if (!EVP_PKEY_CTX_get_dh_kdf_md(pctx, &kdf_md))
    +        goto err;
    +
    +    if (kdf_type == EVP_PKEY_DH_KDF_NONE) {
    +        kdf_type = EVP_PKEY_DH_KDF_X9_42;
    +        if (EVP_PKEY_CTX_set_dh_kdf_type(pctx, kdf_type) <= 0)
    +            goto err;
    +    } else if (kdf_type != EVP_PKEY_DH_KDF_X9_42)
    +        /* Unknown KDF */
    +        goto err;
    +    if (kdf_md == NULL) {
    +        /* Only SHA1 supported */
    +        kdf_md = EVP_sha1();
    +        if (EVP_PKEY_CTX_set_dh_kdf_md(pctx, kdf_md) <= 0)
    +            goto err;
    +    } else if (EVP_MD_type(kdf_md) != NID_sha1)
    +        /* Unsupported digest */
    +        goto err;
    +
    +    if (!CMS_RecipientInfo_kari_get0_alg(ri, &talg, &ukm))
    +        goto err;
    +
    +    /* Get wrap NID */
    +    ctx = CMS_RecipientInfo_kari_get0_ctx(ri);
    +    wrap_nid = EVP_CIPHER_CTX_type(ctx);
    +    if (EVP_PKEY_CTX_set0_dh_kdf_oid(pctx, OBJ_nid2obj(wrap_nid)) <= 0)
    +        goto err;
    +    keylen = EVP_CIPHER_CTX_key_length(ctx);
    +
    +    /* Package wrap algorithm in an AlgorithmIdentifier */
    +
    +    wrap_alg = X509_ALGOR_new();
    +    if (!wrap_alg)
    +        goto err;
    +    wrap_alg->algorithm = OBJ_nid2obj(wrap_nid);
    +    wrap_alg->parameter = ASN1_TYPE_new();
    +    if (!wrap_alg->parameter)
    +        goto err;
    +    if (EVP_CIPHER_param_to_asn1(ctx, wrap_alg->parameter) <= 0)
    +        goto err;
    +    if (ASN1_TYPE_get(wrap_alg->parameter) == NID_undef) {
    +        ASN1_TYPE_free(wrap_alg->parameter);
    +        wrap_alg->parameter = NULL;
    +    }
    +
    +    if (EVP_PKEY_CTX_set_dh_kdf_outlen(pctx, keylen) <= 0)
    +        goto err;
    +
    +    if (ukm) {
    +        dukmlen = ASN1_STRING_length(ukm);
    +        dukm = BUF_memdup(ASN1_STRING_data(ukm), dukmlen);
    +        if (!dukm)
    +            goto err;
    +    }
    +
    +    if (EVP_PKEY_CTX_set0_dh_kdf_ukm(pctx, dukm, dukmlen) <= 0)
    +        goto err;
    +    dukm = NULL;
    +
    +    /*
    +     * Now need to wrap encoding of wrap AlgorithmIdentifier into parameter
    +     * of another AlgorithmIdentifier.
    +     */
    +    penc = NULL;
    +    penclen = i2d_X509_ALGOR(wrap_alg, &penc);
    +    if (!penc || !penclen)
    +        goto err;
    +    wrap_str = ASN1_STRING_new();
    +    if (!wrap_str)
    +        goto err;
    +    ASN1_STRING_set0(wrap_str, penc, penclen);
    +    penc = NULL;
    +    X509_ALGOR_set0(talg, OBJ_nid2obj(NID_id_smime_alg_ESDH),
    +                    V_ASN1_SEQUENCE, wrap_str);
    +
    +    rv = 1;
    +
    + err:
    +    if (penc)
    +        OPENSSL_free(penc);
    +    if (wrap_alg)
    +        X509_ALGOR_free(wrap_alg);
    +    return rv;
    +}
     
    +#endif
    diff --git a/openssl/crypto/dh/dh_asn1.c b/openssl/crypto/dh/dh_asn1.c
    index 0b4357d60..f47021439 100644
    --- a/openssl/crypto/dh/dh_asn1.c
    +++ b/openssl/crypto/dh/dh_asn1.c
    @@ -1,6 +1,7 @@
     /* dh_asn1.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 2000-2005 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -65,29 +66,124 @@
     
     /* Override the default free and new methods */
     static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
    -						void *exarg)
    +                 void *exarg)
     {
    -	if(operation == ASN1_OP_NEW_PRE) {
    -		*pval = (ASN1_VALUE *)DH_new();
    -		if(*pval) return 2;
    -		return 0;
    -	} else if(operation == ASN1_OP_FREE_PRE) {
    -		DH_free((DH *)*pval);
    -		*pval = NULL;
    -		return 2;
    -	}
    -	return 1;
    +    if (operation == ASN1_OP_NEW_PRE) {
    +        *pval = (ASN1_VALUE *)DH_new();
    +        if (*pval)
    +            return 2;
    +        return 0;
    +    } else if (operation == ASN1_OP_FREE_PRE) {
    +        DH_free((DH *)*pval);
    +        *pval = NULL;
    +        return 2;
    +    }
    +    return 1;
     }
     
     ASN1_SEQUENCE_cb(DHparams, dh_cb) = {
    -	ASN1_SIMPLE(DH, p, BIGNUM),
    -	ASN1_SIMPLE(DH, g, BIGNUM),
    -	ASN1_OPT(DH, length, ZLONG),
    +        ASN1_SIMPLE(DH, p, BIGNUM),
    +        ASN1_SIMPLE(DH, g, BIGNUM),
    +        ASN1_OPT(DH, length, ZLONG),
     } ASN1_SEQUENCE_END_cb(DH, DHparams)
     
     IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(DH, DHparams, DHparams)
     
    -DH *DHparams_dup(DH *dh)
    -	{
    -	return ASN1_item_dup(ASN1_ITEM_rptr(DHparams), dh);
    -	}
    +/*
    + * Internal only structures for handling X9.42 DH: this gets translated to or
    + * from a DH structure straight away.
    + */
    +
    +typedef struct {
    +    ASN1_BIT_STRING *seed;
    +    BIGNUM *counter;
    +} int_dhvparams;
    +
    +typedef struct {
    +    BIGNUM *p;
    +    BIGNUM *q;
    +    BIGNUM *g;
    +    BIGNUM *j;
    +    int_dhvparams *vparams;
    +} int_dhx942_dh;
    +
    +ASN1_SEQUENCE(DHvparams) = {
    +        ASN1_SIMPLE(int_dhvparams, seed, ASN1_BIT_STRING),
    +        ASN1_SIMPLE(int_dhvparams, counter, BIGNUM)
    +} ASN1_SEQUENCE_END_name(int_dhvparams, DHvparams)
    +
    +ASN1_SEQUENCE(DHxparams) = {
    +        ASN1_SIMPLE(int_dhx942_dh, p, BIGNUM),
    +        ASN1_SIMPLE(int_dhx942_dh, g, BIGNUM),
    +        ASN1_SIMPLE(int_dhx942_dh, q, BIGNUM),
    +        ASN1_OPT(int_dhx942_dh, j, BIGNUM),
    +        ASN1_OPT(int_dhx942_dh, vparams, DHvparams),
    +} ASN1_SEQUENCE_END_name(int_dhx942_dh, DHxparams)
    +
    +int_dhx942_dh *d2i_int_dhx(int_dhx942_dh **a,
    +                           const unsigned char **pp, long length);
    +int i2d_int_dhx(const int_dhx942_dh *a, unsigned char **pp);
    +
    +IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(int_dhx942_dh, DHxparams, int_dhx)
    +
    +/* Application leve function: read in X9.42 DH parameters into DH structure */
    +
    +DH *d2i_DHxparams(DH **a, const unsigned char **pp, long length)
    +{
    +    int_dhx942_dh *dhx = NULL;
    +    DH *dh = NULL;
    +    dh = DH_new();
    +    if (!dh)
    +        return NULL;
    +    dhx = d2i_int_dhx(NULL, pp, length);
    +    if (!dhx) {
    +        DH_free(dh);
    +        return NULL;
    +    }
    +
    +    if (a) {
    +        if (*a)
    +            DH_free(*a);
    +        *a = dh;
    +    }
    +
    +    dh->p = dhx->p;
    +    dh->q = dhx->q;
    +    dh->g = dhx->g;
    +    dh->j = dhx->j;
    +
    +    if (dhx->vparams) {
    +        dh->seed = dhx->vparams->seed->data;
    +        dh->seedlen = dhx->vparams->seed->length;
    +        dh->counter = dhx->vparams->counter;
    +        dhx->vparams->seed->data = NULL;
    +        ASN1_BIT_STRING_free(dhx->vparams->seed);
    +        OPENSSL_free(dhx->vparams);
    +        dhx->vparams = NULL;
    +    }
    +
    +    OPENSSL_free(dhx);
    +    return dh;
    +}
    +
    +int i2d_DHxparams(const DH *dh, unsigned char **pp)
    +{
    +    int_dhx942_dh dhx;
    +    int_dhvparams dhv;
    +    ASN1_BIT_STRING bs;
    +    dhx.p = dh->p;
    +    dhx.g = dh->g;
    +    dhx.q = dh->q;
    +    dhx.j = dh->j;
    +    if (dh->counter && dh->seed && dh->seedlen > 0) {
    +        bs.flags = ASN1_STRING_FLAG_BITS_LEFT;
    +        bs.data = dh->seed;
    +        bs.length = dh->seedlen;
    +        dhv.seed = &bs;
    +        dhv.counter = dh->counter;
    +        dhx.vparams = &dhv;
    +    } else
    +        dhx.vparams = NULL;
    +
    +    return i2d_int_dhx(&dhx, pp);
    +}
    diff --git a/openssl/crypto/dh/dh_check.c b/openssl/crypto/dh/dh_check.c
    index 066898174..347467c6a 100644
    --- a/openssl/crypto/dh/dh_check.c
    +++ b/openssl/crypto/dh/dh_check.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,7 +61,8 @@
     #include 
     #include 
     
    -/* Check that p is a safe prime and
    +/*-
    + * Check that p is a safe prime and
      * if g is 2, 3 or 5, check that it is a suitable generator
      * where
      * for 2, p mod 24 == 11
    @@ -71,72 +72,102 @@
      */
     
     int DH_check(const DH *dh, int *ret)
    -	{
    -	int ok=0;
    -	BN_CTX *ctx=NULL;
    -	BN_ULONG l;
    -	BIGNUM *q=NULL;
    +{
    +    int ok = 0;
    +    BN_CTX *ctx = NULL;
    +    BN_ULONG l;
    +    BIGNUM *t1 = NULL, *t2 = NULL;
    +
    +    *ret = 0;
    +    ctx = BN_CTX_new();
    +    if (ctx == NULL)
    +        goto err;
    +    BN_CTX_start(ctx);
    +    t1 = BN_CTX_get(ctx);
    +    if (t1 == NULL)
    +        goto err;
    +    t2 = BN_CTX_get(ctx);
    +    if (t2 == NULL)
    +        goto err;
     
    -	*ret=0;
    -	ctx=BN_CTX_new();
    -	if (ctx == NULL) goto err;
    -	q=BN_new();
    -	if (q == NULL) goto err;
    +    if (dh->q) {
    +        if (BN_cmp(dh->g, BN_value_one()) <= 0)
    +            *ret |= DH_NOT_SUITABLE_GENERATOR;
    +        else if (BN_cmp(dh->g, dh->p) >= 0)
    +            *ret |= DH_NOT_SUITABLE_GENERATOR;
    +        else {
    +            /* Check g^q == 1 mod p */
    +            if (!BN_mod_exp(t1, dh->g, dh->q, dh->p, ctx))
    +                goto err;
    +            if (!BN_is_one(t1))
    +                *ret |= DH_NOT_SUITABLE_GENERATOR;
    +        }
    +        if (!BN_is_prime_ex(dh->q, BN_prime_checks, ctx, NULL))
    +            *ret |= DH_CHECK_Q_NOT_PRIME;
    +        /* Check p == 1 mod q  i.e. q divides p - 1 */
    +        if (!BN_div(t1, t2, dh->p, dh->q, ctx))
    +            goto err;
    +        if (!BN_is_one(t2))
    +            *ret |= DH_CHECK_INVALID_Q_VALUE;
    +        if (dh->j && BN_cmp(dh->j, t1))
    +            *ret |= DH_CHECK_INVALID_J_VALUE;
     
    -	if (BN_is_word(dh->g,DH_GENERATOR_2))
    -		{
    -		l=BN_mod_word(dh->p,24);
    -		if (l != 11) *ret|=DH_NOT_SUITABLE_GENERATOR;
    -		}
    +    } else if (BN_is_word(dh->g, DH_GENERATOR_2)) {
    +        l = BN_mod_word(dh->p, 24);
    +        if (l != 11)
    +            *ret |= DH_NOT_SUITABLE_GENERATOR;
    +    }
     #if 0
    -	else if (BN_is_word(dh->g,DH_GENERATOR_3))
    -		{
    -		l=BN_mod_word(dh->p,12);
    -		if (l != 5) *ret|=DH_NOT_SUITABLE_GENERATOR;
    -		}
    +    else if (BN_is_word(dh->g, DH_GENERATOR_3)) {
    +        l = BN_mod_word(dh->p, 12);
    +        if (l != 5)
    +            *ret |= DH_NOT_SUITABLE_GENERATOR;
    +    }
     #endif
    -	else if (BN_is_word(dh->g,DH_GENERATOR_5))
    -		{
    -		l=BN_mod_word(dh->p,10);
    -		if ((l != 3) && (l != 7))
    -			*ret|=DH_NOT_SUITABLE_GENERATOR;
    -		}
    -	else
    -		*ret|=DH_UNABLE_TO_CHECK_GENERATOR;
    +    else if (BN_is_word(dh->g, DH_GENERATOR_5)) {
    +        l = BN_mod_word(dh->p, 10);
    +        if ((l != 3) && (l != 7))
    +            *ret |= DH_NOT_SUITABLE_GENERATOR;
    +    } else
    +        *ret |= DH_UNABLE_TO_CHECK_GENERATOR;
     
    -	if (!BN_is_prime_ex(dh->p,BN_prime_checks,ctx,NULL))
    -		*ret|=DH_CHECK_P_NOT_PRIME;
    -	else
    -		{
    -		if (!BN_rshift1(q,dh->p)) goto err;
    -		if (!BN_is_prime_ex(q,BN_prime_checks,ctx,NULL))
    -			*ret|=DH_CHECK_P_NOT_SAFE_PRIME;
    -		}
    -	ok=1;
    -err:
    -	if (ctx != NULL) BN_CTX_free(ctx);
    -	if (q != NULL) BN_free(q);
    -	return(ok);
    -	}
    +    if (!BN_is_prime_ex(dh->p, BN_prime_checks, ctx, NULL))
    +        *ret |= DH_CHECK_P_NOT_PRIME;
    +    else if (!dh->q) {
    +        if (!BN_rshift1(t1, dh->p))
    +            goto err;
    +        if (!BN_is_prime_ex(t1, BN_prime_checks, ctx, NULL))
    +            *ret |= DH_CHECK_P_NOT_SAFE_PRIME;
    +    }
    +    ok = 1;
    + err:
    +    if (ctx != NULL) {
    +        BN_CTX_end(ctx);
    +        BN_CTX_free(ctx);
    +    }
    +    return (ok);
    +}
     
     int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *ret)
    -	{
    -	int ok=0;
    -	BIGNUM *q=NULL;
    +{
    +    int ok = 0;
    +    BIGNUM *q = NULL;
     
    -	*ret=0;
    -	q=BN_new();
    -	if (q == NULL) goto err;
    -	BN_set_word(q,1);
    -	if (BN_cmp(pub_key,q)<=0)
    -		*ret|=DH_CHECK_PUBKEY_TOO_SMALL;
    -	BN_copy(q,dh->p);
    -	BN_sub_word(q,1);
    -	if (BN_cmp(pub_key,q)>=0)
    -		*ret|=DH_CHECK_PUBKEY_TOO_LARGE;
    +    *ret = 0;
    +    q = BN_new();
    +    if (q == NULL)
    +        goto err;
    +    BN_set_word(q, 1);
    +    if (BN_cmp(pub_key, q) <= 0)
    +        *ret |= DH_CHECK_PUBKEY_TOO_SMALL;
    +    BN_copy(q, dh->p);
    +    BN_sub_word(q, 1);
    +    if (BN_cmp(pub_key, q) >= 0)
    +        *ret |= DH_CHECK_PUBKEY_TOO_LARGE;
     
    -	ok = 1;
    -err:
    -	if (q != NULL) BN_free(q);
    -	return(ok);
    -	}
    +    ok = 1;
    + err:
    +    if (q != NULL)
    +        BN_free(q);
    +    return (ok);
    +}
    diff --git a/openssl/crypto/dh/dh_depr.c b/openssl/crypto/dh/dh_depr.c
    index acc05f252..b62211993 100644
    --- a/openssl/crypto/dh/dh_depr.c
    +++ b/openssl/crypto/dh/dh_depr.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,6 @@
      *
      */
     
    -
     /* This file contains deprecated functions as wrappers to the new ones */
     
     #include 
    @@ -61,23 +60,23 @@
     #include 
     #include 
     
    -static void *dummy=&dummy;
    +static void *dummy = &dummy;
     
     #ifndef OPENSSL_NO_DEPRECATED
     DH *DH_generate_parameters(int prime_len, int generator,
    -	     void (*callback)(int,int,void *), void *cb_arg)
    -	{
    -	BN_GENCB cb;
    -	DH *ret=NULL;
    +                           void (*callback) (int, int, void *), void *cb_arg)
    +{
    +    BN_GENCB cb;
    +    DH *ret = NULL;
     
    -	if((ret=DH_new()) == NULL)
    -		return NULL;
    +    if ((ret = DH_new()) == NULL)
    +        return NULL;
     
    -	BN_GENCB_set_old(&cb, callback, cb_arg);
    +    BN_GENCB_set_old(&cb, callback, cb_arg);
     
    -	if(DH_generate_parameters_ex(ret, prime_len, generator, &cb))
    -		return ret;
    -	DH_free(ret);
    -	return NULL;
    -	}
    +    if (DH_generate_parameters_ex(ret, prime_len, generator, &cb))
    +        return ret;
    +    DH_free(ret);
    +    return NULL;
    +}
     #endif
    diff --git a/openssl/crypto/dh/dh_err.c b/openssl/crypto/dh/dh_err.c
    index 56d3df735..b890cca81 100644
    --- a/openssl/crypto/dh/dh_err.c
    +++ b/openssl/crypto/dh/dh_err.c
    @@ -1,13 +1,13 @@
     /* crypto/dh/dh_err.c */
     /* ====================================================================
    - * Copyright (c) 1999-2011 The OpenSSL Project.  All rights reserved.
    + * Copyright (c) 1999-2013 The OpenSSL Project.  All rights reserved.
      *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* NOTE: this file was auto generated by the mkerr.pl script: any changes
    +/*
    + * NOTE: this file was auto generated by the mkerr.pl script: any changes
      * made to it will be overwritten when the script next updates this file,
      * only reason strings will be preserved.
      */
    @@ -65,58 +66,61 @@
     /* BEGIN ERROR CODES */
     #ifndef OPENSSL_NO_ERR
     
    -#define ERR_FUNC(func) ERR_PACK(ERR_LIB_DH,func,0)
    -#define ERR_REASON(reason) ERR_PACK(ERR_LIB_DH,0,reason)
    +# define ERR_FUNC(func) ERR_PACK(ERR_LIB_DH,func,0)
    +# define ERR_REASON(reason) ERR_PACK(ERR_LIB_DH,0,reason)
     
    -static ERR_STRING_DATA DH_str_functs[]=
    -	{
    -{ERR_FUNC(DH_F_COMPUTE_KEY),	"COMPUTE_KEY"},
    -{ERR_FUNC(DH_F_DHPARAMS_PRINT_FP),	"DHparams_print_fp"},
    -{ERR_FUNC(DH_F_DH_BUILTIN_GENPARAMS),	"DH_BUILTIN_GENPARAMS"},
    -{ERR_FUNC(DH_F_DH_COMPUTE_KEY),	"DH_compute_key"},
    -{ERR_FUNC(DH_F_DH_GENERATE_KEY),	"DH_generate_key"},
    -{ERR_FUNC(DH_F_DH_GENERATE_PARAMETERS_EX),	"DH_generate_parameters_ex"},
    -{ERR_FUNC(DH_F_DH_NEW_METHOD),	"DH_new_method"},
    -{ERR_FUNC(DH_F_DH_PARAM_DECODE),	"DH_PARAM_DECODE"},
    -{ERR_FUNC(DH_F_DH_PRIV_DECODE),	"DH_PRIV_DECODE"},
    -{ERR_FUNC(DH_F_DH_PRIV_ENCODE),	"DH_PRIV_ENCODE"},
    -{ERR_FUNC(DH_F_DH_PUB_DECODE),	"DH_PUB_DECODE"},
    -{ERR_FUNC(DH_F_DH_PUB_ENCODE),	"DH_PUB_ENCODE"},
    -{ERR_FUNC(DH_F_DO_DH_PRINT),	"DO_DH_PRINT"},
    -{ERR_FUNC(DH_F_GENERATE_KEY),	"GENERATE_KEY"},
    -{ERR_FUNC(DH_F_GENERATE_PARAMETERS),	"GENERATE_PARAMETERS"},
    -{ERR_FUNC(DH_F_PKEY_DH_DERIVE),	"PKEY_DH_DERIVE"},
    -{ERR_FUNC(DH_F_PKEY_DH_KEYGEN),	"PKEY_DH_KEYGEN"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA DH_str_functs[] = {
    +    {ERR_FUNC(DH_F_COMPUTE_KEY), "COMPUTE_KEY"},
    +    {ERR_FUNC(DH_F_DHPARAMS_PRINT_FP), "DHparams_print_fp"},
    +    {ERR_FUNC(DH_F_DH_BUILTIN_GENPARAMS), "DH_BUILTIN_GENPARAMS"},
    +    {ERR_FUNC(DH_F_DH_CMS_DECRYPT), "DH_CMS_DECRYPT"},
    +    {ERR_FUNC(DH_F_DH_CMS_SET_PEERKEY), "DH_CMS_SET_PEERKEY"},
    +    {ERR_FUNC(DH_F_DH_CMS_SET_SHARED_INFO), "DH_CMS_SET_SHARED_INFO"},
    +    {ERR_FUNC(DH_F_DH_COMPUTE_KEY), "DH_compute_key"},
    +    {ERR_FUNC(DH_F_DH_GENERATE_KEY), "DH_generate_key"},
    +    {ERR_FUNC(DH_F_DH_GENERATE_PARAMETERS_EX), "DH_generate_parameters_ex"},
    +    {ERR_FUNC(DH_F_DH_NEW_METHOD), "DH_new_method"},
    +    {ERR_FUNC(DH_F_DH_PARAM_DECODE), "DH_PARAM_DECODE"},
    +    {ERR_FUNC(DH_F_DH_PRIV_DECODE), "DH_PRIV_DECODE"},
    +    {ERR_FUNC(DH_F_DH_PRIV_ENCODE), "DH_PRIV_ENCODE"},
    +    {ERR_FUNC(DH_F_DH_PUB_DECODE), "DH_PUB_DECODE"},
    +    {ERR_FUNC(DH_F_DH_PUB_ENCODE), "DH_PUB_ENCODE"},
    +    {ERR_FUNC(DH_F_DO_DH_PRINT), "DO_DH_PRINT"},
    +    {ERR_FUNC(DH_F_GENERATE_KEY), "GENERATE_KEY"},
    +    {ERR_FUNC(DH_F_GENERATE_PARAMETERS), "GENERATE_PARAMETERS"},
    +    {ERR_FUNC(DH_F_PKEY_DH_DERIVE), "PKEY_DH_DERIVE"},
    +    {ERR_FUNC(DH_F_PKEY_DH_KEYGEN), "PKEY_DH_KEYGEN"},
    +    {0, NULL}
    +};
     
    -static ERR_STRING_DATA DH_str_reasons[]=
    -	{
    -{ERR_REASON(DH_R_BAD_GENERATOR)          ,"bad generator"},
    -{ERR_REASON(DH_R_BN_DECODE_ERROR)        ,"bn decode error"},
    -{ERR_REASON(DH_R_BN_ERROR)               ,"bn error"},
    -{ERR_REASON(DH_R_DECODE_ERROR)           ,"decode error"},
    -{ERR_REASON(DH_R_INVALID_PUBKEY)         ,"invalid public key"},
    -{ERR_REASON(DH_R_KEYS_NOT_SET)           ,"keys not set"},
    -{ERR_REASON(DH_R_KEY_SIZE_TOO_SMALL)     ,"key size too small"},
    -{ERR_REASON(DH_R_MODULUS_TOO_LARGE)      ,"modulus too large"},
    -{ERR_REASON(DH_R_NON_FIPS_METHOD)        ,"non fips method"},
    -{ERR_REASON(DH_R_NO_PARAMETERS_SET)      ,"no parameters set"},
    -{ERR_REASON(DH_R_NO_PRIVATE_VALUE)       ,"no private value"},
    -{ERR_REASON(DH_R_PARAMETER_ENCODING_ERROR),"parameter encoding error"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA DH_str_reasons[] = {
    +    {ERR_REASON(DH_R_BAD_GENERATOR), "bad generator"},
    +    {ERR_REASON(DH_R_BN_DECODE_ERROR), "bn decode error"},
    +    {ERR_REASON(DH_R_BN_ERROR), "bn error"},
    +    {ERR_REASON(DH_R_DECODE_ERROR), "decode error"},
    +    {ERR_REASON(DH_R_INVALID_PUBKEY), "invalid public key"},
    +    {ERR_REASON(DH_R_KDF_PARAMETER_ERROR), "kdf parameter error"},
    +    {ERR_REASON(DH_R_KEYS_NOT_SET), "keys not set"},
    +    {ERR_REASON(DH_R_KEY_SIZE_TOO_SMALL), "key size too small"},
    +    {ERR_REASON(DH_R_MODULUS_TOO_LARGE), "modulus too large"},
    +    {ERR_REASON(DH_R_NON_FIPS_METHOD), "non fips method"},
    +    {ERR_REASON(DH_R_NO_PARAMETERS_SET), "no parameters set"},
    +    {ERR_REASON(DH_R_NO_PRIVATE_VALUE), "no private value"},
    +    {ERR_REASON(DH_R_PARAMETER_ENCODING_ERROR), "parameter encoding error"},
    +    {ERR_REASON(DH_R_PEER_KEY_ERROR), "peer key error"},
    +    {ERR_REASON(DH_R_SHARED_INFO_ERROR), "shared info error"},
    +    {0, NULL}
    +};
     
     #endif
     
     void ERR_load_DH_strings(void)
    -	{
    +{
     #ifndef OPENSSL_NO_ERR
     
    -	if (ERR_func_error_string(DH_str_functs[0].error) == NULL)
    -		{
    -		ERR_load_strings(0,DH_str_functs);
    -		ERR_load_strings(0,DH_str_reasons);
    -		}
    +    if (ERR_func_error_string(DH_str_functs[0].error) == NULL) {
    +        ERR_load_strings(0, DH_str_functs);
    +        ERR_load_strings(0, DH_str_reasons);
    +    }
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/dh/dh_gen.c b/openssl/crypto/dh/dh_gen.c
    index 7b1fe9c9c..5bedb665f 100644
    --- a/openssl/crypto/dh/dh_gen.c
    +++ b/openssl/crypto/dh/dh_gen.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,16 +49,16 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
     
    -/* NB: These functions have been upgraded - the previous prototypes are in
    - * dh_depr.c as wrappers to these ones.
    - *  - Geoff
    +/*
    + * NB: These functions have been upgraded - the previous prototypes are in
    + * dh_depr.c as wrappers to these ones.  - Geoff
      */
     
     #include 
    @@ -67,32 +67,33 @@
     #include 
     
     #ifdef OPENSSL_FIPS
    -#include 
    +# include 
     #endif
     
    -static int dh_builtin_genparams(DH *ret, int prime_len, int generator, BN_GENCB *cb);
    +static int dh_builtin_genparams(DH *ret, int prime_len, int generator,
    +                                BN_GENCB *cb);
     
    -int DH_generate_parameters_ex(DH *ret, int prime_len, int generator, BN_GENCB *cb)
    -	{
    +int DH_generate_parameters_ex(DH *ret, int prime_len, int generator,
    +                              BN_GENCB *cb)
    +{
     #ifdef OPENSSL_FIPS
    -	if (FIPS_mode() && !(ret->meth->flags & DH_FLAG_FIPS_METHOD)
    -			&& !(ret->flags & DH_FLAG_NON_FIPS_ALLOW))
    -		{
    -		DHerr(DH_F_DH_GENERATE_PARAMETERS_EX, DH_R_NON_FIPS_METHOD);
    -		return 0;
    -		}
    +    if (FIPS_mode() && !(ret->meth->flags & DH_FLAG_FIPS_METHOD)
    +        && !(ret->flags & DH_FLAG_NON_FIPS_ALLOW)) {
    +        DHerr(DH_F_DH_GENERATE_PARAMETERS_EX, DH_R_NON_FIPS_METHOD);
    +        return 0;
    +    }
     #endif
    -	if(ret->meth->generate_params)
    -		return ret->meth->generate_params(ret, prime_len, generator, cb);
    +    if (ret->meth->generate_params)
    +        return ret->meth->generate_params(ret, prime_len, generator, cb);
     #ifdef OPENSSL_FIPS
    -	if (FIPS_mode())
    -		return FIPS_dh_generate_parameters_ex(ret, prime_len,
    -							generator, cb);
    +    if (FIPS_mode())
    +        return FIPS_dh_generate_parameters_ex(ret, prime_len, generator, cb);
     #endif
    -	return dh_builtin_genparams(ret, prime_len, generator, cb);
    -	}
    +    return dh_builtin_genparams(ret, prime_len, generator, cb);
    +}
     
    -/* We generate DH parameters as follows
    +/*-
    + * We generate DH parameters as follows
      * find a prime q which is prime_len/2 bits long.
      * p=(2*q)+1 or (p-1)/2 = q
      * For this case, g is a generator if
    @@ -113,80 +114,91 @@ int DH_generate_parameters_ex(DH *ret, int prime_len, int generator, BN_GENCB *c
      * Since DH should be using a safe prime (both p and q are prime),
      * this generator function can take a very very long time to run.
      */
    -/* Actually there is no reason to insist that 'generator' be a generator.
    +/*
    + * Actually there is no reason to insist that 'generator' be a generator.
      * It's just as OK (and in some sense better) to use a generator of the
      * order-q subgroup.
      */
    -static int dh_builtin_genparams(DH *ret, int prime_len, int generator, BN_GENCB *cb)
    -	{
    -	BIGNUM *t1,*t2;
    -	int g,ok= -1;
    -	BN_CTX *ctx=NULL;
    +static int dh_builtin_genparams(DH *ret, int prime_len, int generator,
    +                                BN_GENCB *cb)
    +{
    +    BIGNUM *t1, *t2;
    +    int g, ok = -1;
    +    BN_CTX *ctx = NULL;
    +
    +    ctx = BN_CTX_new();
    +    if (ctx == NULL)
    +        goto err;
    +    BN_CTX_start(ctx);
    +    t1 = BN_CTX_get(ctx);
    +    t2 = BN_CTX_get(ctx);
    +    if (t1 == NULL || t2 == NULL)
    +        goto err;
     
    -	ctx=BN_CTX_new();
    -	if (ctx == NULL) goto err;
    -	BN_CTX_start(ctx);
    -	t1 = BN_CTX_get(ctx);
    -	t2 = BN_CTX_get(ctx);
    -	if (t1 == NULL || t2 == NULL) goto err;
    +    /* Make sure 'ret' has the necessary elements */
    +    if (!ret->p && ((ret->p = BN_new()) == NULL))
    +        goto err;
    +    if (!ret->g && ((ret->g = BN_new()) == NULL))
    +        goto err;
     
    -	/* Make sure 'ret' has the necessary elements */
    -	if(!ret->p && ((ret->p = BN_new()) == NULL)) goto err;
    -	if(!ret->g && ((ret->g = BN_new()) == NULL)) goto err;
    -	
    -	if (generator <= 1)
    -		{
    -		DHerr(DH_F_DH_BUILTIN_GENPARAMS, DH_R_BAD_GENERATOR);
    -		goto err;
    -		}
    -	if (generator == DH_GENERATOR_2)
    -		{
    -		if (!BN_set_word(t1,24)) goto err;
    -		if (!BN_set_word(t2,11)) goto err;
    -		g=2;
    -		}
    -#if 0 /* does not work for safe primes */
    -	else if (generator == DH_GENERATOR_3)
    -		{
    -		if (!BN_set_word(t1,12)) goto err;
    -		if (!BN_set_word(t2,5)) goto err;
    -		g=3;
    -		}
    +    if (generator <= 1) {
    +        DHerr(DH_F_DH_BUILTIN_GENPARAMS, DH_R_BAD_GENERATOR);
    +        goto err;
    +    }
    +    if (generator == DH_GENERATOR_2) {
    +        if (!BN_set_word(t1, 24))
    +            goto err;
    +        if (!BN_set_word(t2, 11))
    +            goto err;
    +        g = 2;
    +    }
    +#if 0                           /* does not work for safe primes */
    +    else if (generator == DH_GENERATOR_3) {
    +        if (!BN_set_word(t1, 12))
    +            goto err;
    +        if (!BN_set_word(t2, 5))
    +            goto err;
    +        g = 3;
    +    }
     #endif
    -	else if (generator == DH_GENERATOR_5)
    -		{
    -		if (!BN_set_word(t1,10)) goto err;
    -		if (!BN_set_word(t2,3)) goto err;
    -		/* BN_set_word(t3,7); just have to miss
    -		 * out on these ones :-( */
    -		g=5;
    -		}
    -	else
    -		{
    -		/* in the general case, don't worry if 'generator' is a
    -		 * generator or not: since we are using safe primes,
    -		 * it will generate either an order-q or an order-2q group,
    -		 * which both is OK */
    -		if (!BN_set_word(t1,2)) goto err;
    -		if (!BN_set_word(t2,1)) goto err;
    -		g=generator;
    -		}
    -	
    -	if(!BN_generate_prime_ex(ret->p,prime_len,1,t1,t2,cb)) goto err;
    -	if(!BN_GENCB_call(cb, 3, 0)) goto err;
    -	if (!BN_set_word(ret->g,g)) goto err;
    -	ok=1;
    -err:
    -	if (ok == -1)
    -		{
    -		DHerr(DH_F_DH_BUILTIN_GENPARAMS,ERR_R_BN_LIB);
    -		ok=0;
    -		}
    +    else if (generator == DH_GENERATOR_5) {
    +        if (!BN_set_word(t1, 10))
    +            goto err;
    +        if (!BN_set_word(t2, 3))
    +            goto err;
    +        /*
    +         * BN_set_word(t3,7); just have to miss out on these ones :-(
    +         */
    +        g = 5;
    +    } else {
    +        /*
    +         * in the general case, don't worry if 'generator' is a generator or
    +         * not: since we are using safe primes, it will generate either an
    +         * order-q or an order-2q group, which both is OK
    +         */
    +        if (!BN_set_word(t1, 2))
    +            goto err;
    +        if (!BN_set_word(t2, 1))
    +            goto err;
    +        g = generator;
    +    }
    +
    +    if (!BN_generate_prime_ex(ret->p, prime_len, 1, t1, t2, cb))
    +        goto err;
    +    if (!BN_GENCB_call(cb, 3, 0))
    +        goto err;
    +    if (!BN_set_word(ret->g, g))
    +        goto err;
    +    ok = 1;
    + err:
    +    if (ok == -1) {
    +        DHerr(DH_F_DH_BUILTIN_GENPARAMS, ERR_R_BN_LIB);
    +        ok = 0;
    +    }
     
    -	if (ctx != NULL)
    -		{
    -		BN_CTX_end(ctx);
    -		BN_CTX_free(ctx);
    -		}
    -	return ok;
    -	}
    +    if (ctx != NULL) {
    +        BN_CTX_end(ctx);
    +        BN_CTX_free(ctx);
    +    }
    +    return ok;
    +}
    diff --git a/openssl/crypto/dh/dh_kdf.c b/openssl/crypto/dh/dh_kdf.c
    new file mode 100755
    index 000000000..a882cb286
    --- /dev/null
    +++ b/openssl/crypto/dh/dh_kdf.c
    @@ -0,0 +1,187 @@
    +/* crypto/dh/dh_kdf.c */
    +/*
    + * Written by Stephen Henson for the OpenSSL project.
    + */
    +/* ====================================================================
    + * Copyright (c) 2013 The OpenSSL Project.  All rights reserved.
    + *
    + * Redistribution and use in source and binary forms, with or without
    + * modification, are permitted provided that the following conditions
    + * are met:
    + *
    + * 1. Redistributions of source code must retain the above copyright
    + *    notice, this list of conditions and the following disclaimer.
    + *
    + * 2. Redistributions in binary form must reproduce the above copyright
    + *    notice, this list of conditions and the following disclaimer in
    + *    the documentation and/or other materials provided with the
    + *    distribution.
    + *
    + * 3. All advertising materials mentioning features or use of this
    + *    software must display the following acknowledgment:
    + *    "This product includes software developed by the OpenSSL Project
    + *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
    + *
    + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
    + *    endorse or promote products derived from this software without
    + *    prior written permission. For written permission, please contact
    + *    openssl-core@openssl.org.
    + *
    + * 5. Products derived from this software may not be called "OpenSSL"
    + *    nor may "OpenSSL" appear in their names without prior written
    + *    permission of the OpenSSL Project.
    + *
    + * 6. Redistributions of any form whatsoever must retain the following
    + *    acknowledgment:
    + *    "This product includes software developed by the OpenSSL Project
    + *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
    + *
    + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
    + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
    + * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
    + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
    + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
    + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
    + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
    + * OF THE POSSIBILITY OF SUCH DAMAGE.
    + * ====================================================================
    + */
    +
    +#include 
    +#include 
    +#include 
    +#include 
    +#include 
    +
    +/* Key derivation from X9.42/RFC2631 */
    +
    +#define DH_KDF_MAX      (1L << 30)
    +
    +/* Skip past an ASN1 structure: for OBJECT skip content octets too */
    +
    +static int skip_asn1(unsigned char **pp, long *plen, int exptag)
    +{
    +    const unsigned char *q = *pp;
    +    int i, tag, xclass;
    +    long tmplen;
    +    i = ASN1_get_object(&q, &tmplen, &tag, &xclass, *plen);
    +    if (i & 0x80)
    +        return 0;
    +    if (tag != exptag || xclass != V_ASN1_UNIVERSAL)
    +        return 0;
    +    if (tag == V_ASN1_OBJECT)
    +        q += tmplen;
    +    *plen -= q - *pp;
    +    *pp = (unsigned char *)q;
    +    return 1;
    +}
    +
    +/*
    + * Encode the DH shared info structure, return an offset to the counter value
    + * so we can update the structure without reencoding it.
    + */
    +
    +static int dh_sharedinfo_encode(unsigned char **pder, unsigned char **pctr,
    +                                ASN1_OBJECT *key_oid, size_t outlen,
    +                                const unsigned char *ukm, size_t ukmlen)
    +{
    +    unsigned char *p;
    +    int derlen;
    +    long tlen;
    +    /* "magic" value to check offset is sane */
    +    static unsigned char ctr[4] = { 0xF3, 0x17, 0x22, 0x53 };
    +    X509_ALGOR atmp;
    +    ASN1_OCTET_STRING ctr_oct, ukm_oct, *pukm_oct;
    +    ASN1_TYPE ctr_atype;
    +    if (ukmlen > DH_KDF_MAX || outlen > DH_KDF_MAX)
    +        return 0;
    +    ctr_oct.data = ctr;
    +    ctr_oct.length = 4;
    +    ctr_oct.flags = 0;
    +    ctr_oct.type = V_ASN1_OCTET_STRING;
    +    ctr_atype.type = V_ASN1_OCTET_STRING;
    +    ctr_atype.value.octet_string = &ctr_oct;
    +    atmp.algorithm = key_oid;
    +    atmp.parameter = &ctr_atype;
    +    if (ukm) {
    +        ukm_oct.type = V_ASN1_OCTET_STRING;
    +        ukm_oct.flags = 0;
    +        ukm_oct.data = (unsigned char *)ukm;
    +        ukm_oct.length = ukmlen;
    +        pukm_oct = &ukm_oct;
    +    } else
    +        pukm_oct = NULL;
    +    derlen = CMS_SharedInfo_encode(pder, &atmp, pukm_oct, outlen);
    +    if (derlen <= 0)
    +        return 0;
    +    p = *pder;
    +    tlen = derlen;
    +    if (!skip_asn1(&p, &tlen, V_ASN1_SEQUENCE))
    +        return 0;
    +    if (!skip_asn1(&p, &tlen, V_ASN1_SEQUENCE))
    +        return 0;
    +    if (!skip_asn1(&p, &tlen, V_ASN1_OBJECT))
    +        return 0;
    +    if (!skip_asn1(&p, &tlen, V_ASN1_OCTET_STRING))
    +        return 0;
    +    if (CRYPTO_memcmp(p, ctr, 4))
    +        return 0;
    +    *pctr = p;
    +    return derlen;
    +}
    +
    +int DH_KDF_X9_42(unsigned char *out, size_t outlen,
    +                 const unsigned char *Z, size_t Zlen,
    +                 ASN1_OBJECT *key_oid,
    +                 const unsigned char *ukm, size_t ukmlen, const EVP_MD *md)
    +{
    +    EVP_MD_CTX mctx;
    +    int rv = 0;
    +    unsigned int i;
    +    size_t mdlen;
    +    unsigned char *der = NULL, *ctr;
    +    int derlen;
    +    if (Zlen > DH_KDF_MAX)
    +        return 0;
    +    mdlen = EVP_MD_size(md);
    +    EVP_MD_CTX_init(&mctx);
    +    derlen = dh_sharedinfo_encode(&der, &ctr, key_oid, outlen, ukm, ukmlen);
    +    if (derlen == 0)
    +        goto err;
    +    for (i = 1;; i++) {
    +        unsigned char mtmp[EVP_MAX_MD_SIZE];
    +        EVP_DigestInit_ex(&mctx, md, NULL);
    +        if (!EVP_DigestUpdate(&mctx, Z, Zlen))
    +            goto err;
    +        ctr[3] = i & 0xFF;
    +        ctr[2] = (i >> 8) & 0xFF;
    +        ctr[1] = (i >> 16) & 0xFF;
    +        ctr[0] = (i >> 24) & 0xFF;
    +        if (!EVP_DigestUpdate(&mctx, der, derlen))
    +            goto err;
    +        if (outlen >= mdlen) {
    +            if (!EVP_DigestFinal(&mctx, out, NULL))
    +                goto err;
    +            outlen -= mdlen;
    +            if (outlen == 0)
    +                break;
    +            out += mdlen;
    +        } else {
    +            if (!EVP_DigestFinal(&mctx, mtmp, NULL))
    +                goto err;
    +            memcpy(out, mtmp, outlen);
    +            OPENSSL_cleanse(mtmp, mdlen);
    +            break;
    +        }
    +    }
    +    rv = 1;
    + err:
    +    if (der)
    +        OPENSSL_free(der);
    +    EVP_MD_CTX_cleanup(&mctx);
    +    return rv;
    +}
    diff --git a/openssl/crypto/dh/dh_key.c b/openssl/crypto/dh/dh_key.c
    index 89a74db4e..1d80fb2c5 100644
    --- a/openssl/crypto/dh/dh_key.c
    +++ b/openssl/crypto/dh/dh_key.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -65,228 +65,225 @@
     static int generate_key(DH *dh);
     static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh);
     static int dh_bn_mod_exp(const DH *dh, BIGNUM *r,
    -			const BIGNUM *a, const BIGNUM *p,
    -			const BIGNUM *m, BN_CTX *ctx,
    -			BN_MONT_CTX *m_ctx);
    +                         const BIGNUM *a, const BIGNUM *p,
    +                         const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
     static int dh_init(DH *dh);
     static int dh_finish(DH *dh);
     
     int DH_generate_key(DH *dh)
    -	{
    +{
     #ifdef OPENSSL_FIPS
    -	if (FIPS_mode() && !(dh->meth->flags & DH_FLAG_FIPS_METHOD)
    -			&& !(dh->flags & DH_FLAG_NON_FIPS_ALLOW))
    -		{
    -		DHerr(DH_F_DH_GENERATE_KEY, DH_R_NON_FIPS_METHOD);
    -		return 0;
    -		}
    +    if (FIPS_mode() && !(dh->meth->flags & DH_FLAG_FIPS_METHOD)
    +        && !(dh->flags & DH_FLAG_NON_FIPS_ALLOW)) {
    +        DHerr(DH_F_DH_GENERATE_KEY, DH_R_NON_FIPS_METHOD);
    +        return 0;
    +    }
     #endif
    -	return dh->meth->generate_key(dh);
    -	}
    +    return dh->meth->generate_key(dh);
    +}
     
     int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh)
    -	{
    +{
     #ifdef OPENSSL_FIPS
    -	if (FIPS_mode() && !(dh->meth->flags & DH_FLAG_FIPS_METHOD)
    -			&& !(dh->flags & DH_FLAG_NON_FIPS_ALLOW))
    -		{
    -		DHerr(DH_F_DH_COMPUTE_KEY, DH_R_NON_FIPS_METHOD);
    -		return 0;
    -		}
    +    if (FIPS_mode() && !(dh->meth->flags & DH_FLAG_FIPS_METHOD)
    +        && !(dh->flags & DH_FLAG_NON_FIPS_ALLOW)) {
    +        DHerr(DH_F_DH_COMPUTE_KEY, DH_R_NON_FIPS_METHOD);
    +        return 0;
    +    }
     #endif
    -	return dh->meth->compute_key(key, pub_key, dh);
    -	}
    +    return dh->meth->compute_key(key, pub_key, dh);
    +}
    +
    +int DH_compute_key_padded(unsigned char *key, const BIGNUM *pub_key, DH *dh)
    +{
    +    int rv, pad;
    +    rv = dh->meth->compute_key(key, pub_key, dh);
    +    if (rv <= 0)
    +        return rv;
    +    pad = BN_num_bytes(dh->p) - rv;
    +    if (pad > 0) {
    +        memmove(key + pad, key, rv);
    +        memset(key, 0, pad);
    +    }
    +    return rv + pad;
    +}
     
     static DH_METHOD dh_ossl = {
    -"OpenSSL DH Method",
    -generate_key,
    -compute_key,
    -dh_bn_mod_exp,
    -dh_init,
    -dh_finish,
    -0,
    -NULL,
    -NULL
    +    "OpenSSL DH Method",
    +    generate_key,
    +    compute_key,
    +    dh_bn_mod_exp,
    +    dh_init,
    +    dh_finish,
    +    0,
    +    NULL,
    +    NULL
     };
     
     const DH_METHOD *DH_OpenSSL(void)
     {
    -	return &dh_ossl;
    +    return &dh_ossl;
     }
     
     static int generate_key(DH *dh)
    -	{
    -	int ok=0;
    -	int generate_new_key=0;
    -	unsigned l;
    -	BN_CTX *ctx;
    -	BN_MONT_CTX *mont=NULL;
    -	BIGNUM *pub_key=NULL,*priv_key=NULL;
    +{
    +    int ok = 0;
    +    int generate_new_key = 0;
    +    unsigned l;
    +    BN_CTX *ctx;
    +    BN_MONT_CTX *mont = NULL;
    +    BIGNUM *pub_key = NULL, *priv_key = NULL;
     
    -	ctx = BN_CTX_new();
    -	if (ctx == NULL) goto err;
    +    ctx = BN_CTX_new();
    +    if (ctx == NULL)
    +        goto err;
     
    -	if (dh->priv_key == NULL)
    -		{
    -		priv_key=BN_new();
    -		if (priv_key == NULL) goto err;
    -		generate_new_key=1;
    -		}
    -	else
    -		priv_key=dh->priv_key;
    +    if (dh->priv_key == NULL) {
    +        priv_key = BN_new();
    +        if (priv_key == NULL)
    +            goto err;
    +        generate_new_key = 1;
    +    } else
    +        priv_key = dh->priv_key;
     
    -	if (dh->pub_key == NULL)
    -		{
    -		pub_key=BN_new();
    -		if (pub_key == NULL) goto err;
    -		}
    -	else
    -		pub_key=dh->pub_key;
    +    if (dh->pub_key == NULL) {
    +        pub_key = BN_new();
    +        if (pub_key == NULL)
    +            goto err;
    +    } else
    +        pub_key = dh->pub_key;
     
    +    if (dh->flags & DH_FLAG_CACHE_MONT_P) {
    +        mont = BN_MONT_CTX_set_locked(&dh->method_mont_p,
    +                                      CRYPTO_LOCK_DH, dh->p, ctx);
    +        if (!mont)
    +            goto err;
    +    }
     
    -	if (dh->flags & DH_FLAG_CACHE_MONT_P)
    -		{
    -		mont = BN_MONT_CTX_set_locked(&dh->method_mont_p,
    -				CRYPTO_LOCK_DH, dh->p, ctx);
    -		if (!mont)
    -			goto err;
    -		}
    +    if (generate_new_key) {
    +        if (dh->q) {
    +            do {
    +                if (!BN_rand_range(priv_key, dh->q))
    +                    goto err;
    +            }
    +            while (BN_is_zero(priv_key) || BN_is_one(priv_key));
    +        } else {
    +            /* secret exponent length */
    +            l = dh->length ? dh->length : BN_num_bits(dh->p) - 1;
    +            if (!BN_rand(priv_key, l, 0, 0))
    +                goto err;
    +        }
    +    }
     
    -	if (generate_new_key)
    -		{
    -		if (dh->q)
    -			{
    -			do
    -				{
    -				if (!BN_rand_range(priv_key, dh->q))
    -					goto err;
    -				}
    -			while (BN_is_zero(priv_key) || BN_is_one(priv_key));
    -			}
    -		else
    -			{
    -			/* secret exponent length */
    -			l = dh->length ? dh->length : BN_num_bits(dh->p)-1;
    -			if (!BN_rand(priv_key, l, 0, 0)) goto err;
    -			}
    -		}
    +    {
    +        BIGNUM local_prk;
    +        BIGNUM *prk;
     
    -	{
    -		BIGNUM local_prk;
    -		BIGNUM *prk;
    +        if ((dh->flags & DH_FLAG_NO_EXP_CONSTTIME) == 0) {
    +            BN_init(&local_prk);
    +            prk = &local_prk;
    +            BN_with_flags(prk, priv_key, BN_FLG_CONSTTIME);
    +        } else
    +            prk = priv_key;
     
    -		if ((dh->flags & DH_FLAG_NO_EXP_CONSTTIME) == 0)
    -			{
    -			BN_init(&local_prk);
    -			prk = &local_prk;
    -			BN_with_flags(prk, priv_key, BN_FLG_CONSTTIME);
    -			}
    -		else
    -			prk = priv_key;
    +        if (!dh->meth->bn_mod_exp(dh, pub_key, dh->g, prk, dh->p, ctx, mont))
    +            goto err;
    +    }
     
    -		if (!dh->meth->bn_mod_exp(dh, pub_key, dh->g, prk, dh->p, ctx, mont)) goto err;
    -	}
    -		
    -	dh->pub_key=pub_key;
    -	dh->priv_key=priv_key;
    -	ok=1;
    -err:
    -	if (ok != 1)
    -		DHerr(DH_F_GENERATE_KEY,ERR_R_BN_LIB);
    +    dh->pub_key = pub_key;
    +    dh->priv_key = priv_key;
    +    ok = 1;
    + err:
    +    if (ok != 1)
    +        DHerr(DH_F_GENERATE_KEY, ERR_R_BN_LIB);
     
    -	if ((pub_key != NULL)  && (dh->pub_key == NULL))  BN_free(pub_key);
    -	if ((priv_key != NULL) && (dh->priv_key == NULL)) BN_free(priv_key);
    -	BN_CTX_free(ctx);
    -	return(ok);
    -	}
    +    if ((pub_key != NULL) && (dh->pub_key == NULL))
    +        BN_free(pub_key);
    +    if ((priv_key != NULL) && (dh->priv_key == NULL))
    +        BN_free(priv_key);
    +    BN_CTX_free(ctx);
    +    return (ok);
    +}
     
     static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh)
    -	{
    -	BN_CTX *ctx=NULL;
    -	BN_MONT_CTX *mont=NULL;
    -	BIGNUM *tmp;
    -	int ret= -1;
    -        int check_result;
    +{
    +    BN_CTX *ctx = NULL;
    +    BN_MONT_CTX *mont = NULL;
    +    BIGNUM *tmp;
    +    int ret = -1;
    +    int check_result;
     
    -	if (BN_num_bits(dh->p) > OPENSSL_DH_MAX_MODULUS_BITS)
    -		{
    -		DHerr(DH_F_COMPUTE_KEY,DH_R_MODULUS_TOO_LARGE);
    -		goto err;
    -		}
    +    if (BN_num_bits(dh->p) > OPENSSL_DH_MAX_MODULUS_BITS) {
    +        DHerr(DH_F_COMPUTE_KEY, DH_R_MODULUS_TOO_LARGE);
    +        goto err;
    +    }
     
    -	ctx = BN_CTX_new();
    -	if (ctx == NULL) goto err;
    -	BN_CTX_start(ctx);
    -	tmp = BN_CTX_get(ctx);
    -	
    -	if (dh->priv_key == NULL)
    -		{
    -		DHerr(DH_F_COMPUTE_KEY,DH_R_NO_PRIVATE_VALUE);
    -		goto err;
    -		}
    +    ctx = BN_CTX_new();
    +    if (ctx == NULL)
    +        goto err;
    +    BN_CTX_start(ctx);
    +    tmp = BN_CTX_get(ctx);
     
    -	if (dh->flags & DH_FLAG_CACHE_MONT_P)
    -		{
    -		mont = BN_MONT_CTX_set_locked(&dh->method_mont_p,
    -				CRYPTO_LOCK_DH, dh->p, ctx);
    -		if ((dh->flags & DH_FLAG_NO_EXP_CONSTTIME) == 0)
    -			{
    -			/* XXX */
    -			BN_set_flags(dh->priv_key, BN_FLG_CONSTTIME);
    -			}
    -		if (!mont)
    -			goto err;
    -		}
    +    if (dh->priv_key == NULL) {
    +        DHerr(DH_F_COMPUTE_KEY, DH_R_NO_PRIVATE_VALUE);
    +        goto err;
    +    }
     
    -        if (!DH_check_pub_key(dh, pub_key, &check_result) || check_result)
    -		{
    -		DHerr(DH_F_COMPUTE_KEY,DH_R_INVALID_PUBKEY);
    -		goto err;
    -		}
    +    if (dh->flags & DH_FLAG_CACHE_MONT_P) {
    +        mont = BN_MONT_CTX_set_locked(&dh->method_mont_p,
    +                                      CRYPTO_LOCK_DH, dh->p, ctx);
    +        if ((dh->flags & DH_FLAG_NO_EXP_CONSTTIME) == 0) {
    +            /* XXX */
    +            BN_set_flags(dh->priv_key, BN_FLG_CONSTTIME);
    +        }
    +        if (!mont)
    +            goto err;
    +    }
     
    -	if (!dh->meth->bn_mod_exp(dh, tmp, pub_key, dh->priv_key,dh->p,ctx,mont))
    -		{
    -		DHerr(DH_F_COMPUTE_KEY,ERR_R_BN_LIB);
    -		goto err;
    -		}
    +    if (!DH_check_pub_key(dh, pub_key, &check_result) || check_result) {
    +        DHerr(DH_F_COMPUTE_KEY, DH_R_INVALID_PUBKEY);
    +        goto err;
    +    }
     
    -	ret=BN_bn2bin(tmp,key);
    -err:
    -	if (ctx != NULL)
    -		{
    -		BN_CTX_end(ctx);
    -		BN_CTX_free(ctx);
    -		}
    -	return(ret);
    -	}
    +    if (!dh->
    +        meth->bn_mod_exp(dh, tmp, pub_key, dh->priv_key, dh->p, ctx, mont)) {
    +        DHerr(DH_F_COMPUTE_KEY, ERR_R_BN_LIB);
    +        goto err;
    +    }
     
    -static int dh_bn_mod_exp(const DH *dh, BIGNUM *r,
    -			const BIGNUM *a, const BIGNUM *p,
    -			const BIGNUM *m, BN_CTX *ctx,
    -			BN_MONT_CTX *m_ctx)
    -	{
    -	/* If a is only one word long and constant time is false, use the faster
    -	 * exponenentiation function.
    -	 */
    -	if (a->top == 1 && ((dh->flags & DH_FLAG_NO_EXP_CONSTTIME) != 0))
    -		{
    -		BN_ULONG A = a->d[0];
    -		return BN_mod_exp_mont_word(r,A,p,m,ctx,m_ctx);
    -		}
    -	else
    -		return BN_mod_exp_mont(r,a,p,m,ctx,m_ctx);
    -	}
    +    ret = BN_bn2bin(tmp, key);
    + err:
    +    if (ctx != NULL) {
    +        BN_CTX_end(ctx);
    +        BN_CTX_free(ctx);
    +    }
    +    return (ret);
    +}
     
    +static int dh_bn_mod_exp(const DH *dh, BIGNUM *r,
    +                         const BIGNUM *a, const BIGNUM *p,
    +                         const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
    +{
    +    /*
    +     * If a is only one word long and constant time is false, use the faster
    +     * exponenentiation function.
    +     */
    +    if (a->top == 1 && ((dh->flags & DH_FLAG_NO_EXP_CONSTTIME) != 0)) {
    +        BN_ULONG A = a->d[0];
    +        return BN_mod_exp_mont_word(r, A, p, m, ctx, m_ctx);
    +    } else
    +        return BN_mod_exp_mont(r, a, p, m, ctx, m_ctx);
    +}
     
     static int dh_init(DH *dh)
    -	{
    -	dh->flags |= DH_FLAG_CACHE_MONT_P;
    -	return(1);
    -	}
    +{
    +    dh->flags |= DH_FLAG_CACHE_MONT_P;
    +    return (1);
    +}
     
     static int dh_finish(DH *dh)
    -	{
    -	if(dh->method_mont_p)
    -		BN_MONT_CTX_free(dh->method_mont_p);
    -	return(1);
    -	}
    +{
    +    if (dh->method_mont_p)
    +        BN_MONT_CTX_free(dh->method_mont_p);
    +    return (1);
    +}
    diff --git a/openssl/crypto/dh/dh_lib.c b/openssl/crypto/dh/dh_lib.c
    index 00218f2b9..bebc160ed 100644
    --- a/openssl/crypto/dh/dh_lib.c
    +++ b/openssl/crypto/dh/dh_lib.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,200 +61,203 @@
     #include 
     #include 
     #ifndef OPENSSL_NO_ENGINE
    -#include 
    +# include 
     #endif
     
     #ifdef OPENSSL_FIPS
    -#include 
    +# include 
     #endif
     
    -const char DH_version[]="Diffie-Hellman" OPENSSL_VERSION_PTEXT;
    +const char DH_version[] = "Diffie-Hellman" OPENSSL_VERSION_PTEXT;
     
     static const DH_METHOD *default_DH_method = NULL;
     
     void DH_set_default_method(const DH_METHOD *meth)
    -	{
    -	default_DH_method = meth;
    -	}
    +{
    +    default_DH_method = meth;
    +}
     
     const DH_METHOD *DH_get_default_method(void)
    -	{
    -	if(!default_DH_method)
    -		{
    +{
    +    if (!default_DH_method) {
     #ifdef OPENSSL_FIPS
    -		if (FIPS_mode())
    -			return FIPS_dh_openssl();
    -		else
    -			return DH_OpenSSL();
    +        if (FIPS_mode())
    +            return FIPS_dh_openssl();
    +        else
    +            return DH_OpenSSL();
     #else
    -		default_DH_method = DH_OpenSSL();
    +        default_DH_method = DH_OpenSSL();
     #endif
    -		}
    -	return default_DH_method;
    -	}
    +    }
    +    return default_DH_method;
    +}
     
     int DH_set_method(DH *dh, const DH_METHOD *meth)
    -	{
    -	/* NB: The caller is specifically setting a method, so it's not up to us
    -	 * to deal with which ENGINE it comes from. */
    -        const DH_METHOD *mtmp;
    -        mtmp = dh->meth;
    -        if (mtmp->finish) mtmp->finish(dh);
    +{
    +    /*
    +     * NB: The caller is specifically setting a method, so it's not up to us
    +     * to deal with which ENGINE it comes from.
    +     */
    +    const DH_METHOD *mtmp;
    +    mtmp = dh->meth;
    +    if (mtmp->finish)
    +        mtmp->finish(dh);
     #ifndef OPENSSL_NO_ENGINE
    -	if (dh->engine)
    -		{
    -		ENGINE_finish(dh->engine);
    -		dh->engine = NULL;
    -		}
    +    if (dh->engine) {
    +        ENGINE_finish(dh->engine);
    +        dh->engine = NULL;
    +    }
     #endif
    -        dh->meth = meth;
    -        if (meth->init) meth->init(dh);
    -        return 1;
    -	}
    +    dh->meth = meth;
    +    if (meth->init)
    +        meth->init(dh);
    +    return 1;
    +}
     
     DH *DH_new(void)
    -	{
    -	return DH_new_method(NULL);
    -	}
    +{
    +    return DH_new_method(NULL);
    +}
     
     DH *DH_new_method(ENGINE *engine)
    -	{
    -	DH *ret;
    +{
    +    DH *ret;
     
    -	ret=(DH *)OPENSSL_malloc(sizeof(DH));
    -	if (ret == NULL)
    -		{
    -		DHerr(DH_F_DH_NEW_METHOD,ERR_R_MALLOC_FAILURE);
    -		return(NULL);
    -		}
    +    ret = (DH *)OPENSSL_malloc(sizeof(DH));
    +    if (ret == NULL) {
    +        DHerr(DH_F_DH_NEW_METHOD, ERR_R_MALLOC_FAILURE);
    +        return (NULL);
    +    }
     
    -	ret->meth = DH_get_default_method();
    +    ret->meth = DH_get_default_method();
     #ifndef OPENSSL_NO_ENGINE
    -	if (engine)
    -		{
    -		if (!ENGINE_init(engine))
    -			{
    -			DHerr(DH_F_DH_NEW_METHOD, ERR_R_ENGINE_LIB);
    -			OPENSSL_free(ret);
    -			return NULL;
    -			}
    -		ret->engine = engine;
    -		}
    -	else
    -		ret->engine = ENGINE_get_default_DH();
    -	if(ret->engine)
    -		{
    -		ret->meth = ENGINE_get_DH(ret->engine);
    -		if(!ret->meth)
    -			{
    -			DHerr(DH_F_DH_NEW_METHOD,ERR_R_ENGINE_LIB);
    -			ENGINE_finish(ret->engine);
    -			OPENSSL_free(ret);
    -			return NULL;
    -			}
    -		}
    +    if (engine) {
    +        if (!ENGINE_init(engine)) {
    +            DHerr(DH_F_DH_NEW_METHOD, ERR_R_ENGINE_LIB);
    +            OPENSSL_free(ret);
    +            return NULL;
    +        }
    +        ret->engine = engine;
    +    } else
    +        ret->engine = ENGINE_get_default_DH();
    +    if (ret->engine) {
    +        ret->meth = ENGINE_get_DH(ret->engine);
    +        if (!ret->meth) {
    +            DHerr(DH_F_DH_NEW_METHOD, ERR_R_ENGINE_LIB);
    +            ENGINE_finish(ret->engine);
    +            OPENSSL_free(ret);
    +            return NULL;
    +        }
    +    }
     #endif
     
    -	ret->pad=0;
    -	ret->version=0;
    -	ret->p=NULL;
    -	ret->g=NULL;
    -	ret->length=0;
    -	ret->pub_key=NULL;
    -	ret->priv_key=NULL;
    -	ret->q=NULL;
    -	ret->j=NULL;
    -	ret->seed = NULL;
    -	ret->seedlen = 0;
    -	ret->counter = NULL;
    -	ret->method_mont_p=NULL;
    -	ret->references = 1;
    -	ret->flags=ret->meth->flags & ~DH_FLAG_NON_FIPS_ALLOW;
    -	CRYPTO_new_ex_data(CRYPTO_EX_INDEX_DH, ret, &ret->ex_data);
    -	if ((ret->meth->init != NULL) && !ret->meth->init(ret))
    -		{
    +    ret->pad = 0;
    +    ret->version = 0;
    +    ret->p = NULL;
    +    ret->g = NULL;
    +    ret->length = 0;
    +    ret->pub_key = NULL;
    +    ret->priv_key = NULL;
    +    ret->q = NULL;
    +    ret->j = NULL;
    +    ret->seed = NULL;
    +    ret->seedlen = 0;
    +    ret->counter = NULL;
    +    ret->method_mont_p = NULL;
    +    ret->references = 1;
    +    ret->flags = ret->meth->flags & ~DH_FLAG_NON_FIPS_ALLOW;
    +    CRYPTO_new_ex_data(CRYPTO_EX_INDEX_DH, ret, &ret->ex_data);
    +    if ((ret->meth->init != NULL) && !ret->meth->init(ret)) {
     #ifndef OPENSSL_NO_ENGINE
    -		if (ret->engine)
    -			ENGINE_finish(ret->engine);
    +        if (ret->engine)
    +            ENGINE_finish(ret->engine);
     #endif
    -		CRYPTO_free_ex_data(CRYPTO_EX_INDEX_DH, ret, &ret->ex_data);
    -		OPENSSL_free(ret);
    -		ret=NULL;
    -		}
    -	return(ret);
    -	}
    +        CRYPTO_free_ex_data(CRYPTO_EX_INDEX_DH, ret, &ret->ex_data);
    +        OPENSSL_free(ret);
    +        ret = NULL;
    +    }
    +    return (ret);
    +}
     
     void DH_free(DH *r)
    -	{
    -	int i;
    -	if(r == NULL) return;
    -	i = CRYPTO_add(&r->references, -1, CRYPTO_LOCK_DH);
    +{
    +    int i;
    +    if (r == NULL)
    +        return;
    +    i = CRYPTO_add(&r->references, -1, CRYPTO_LOCK_DH);
     #ifdef REF_PRINT
    -	REF_PRINT("DH",r);
    +    REF_PRINT("DH", r);
     #endif
    -	if (i > 0) return;
    +    if (i > 0)
    +        return;
     #ifdef REF_CHECK
    -	if (i < 0)
    -		{
    -		fprintf(stderr,"DH_free, bad reference count\n");
    -		abort();
    -	}
    +    if (i < 0) {
    +        fprintf(stderr, "DH_free, bad reference count\n");
    +        abort();
    +    }
     #endif
     
    -	if (r->meth->finish)
    -		r->meth->finish(r);
    +    if (r->meth->finish)
    +        r->meth->finish(r);
     #ifndef OPENSSL_NO_ENGINE
    -	if (r->engine)
    -		ENGINE_finish(r->engine);
    +    if (r->engine)
    +        ENGINE_finish(r->engine);
     #endif
     
    -	CRYPTO_free_ex_data(CRYPTO_EX_INDEX_DH, r, &r->ex_data);
    +    CRYPTO_free_ex_data(CRYPTO_EX_INDEX_DH, r, &r->ex_data);
     
    -	if (r->p != NULL) BN_clear_free(r->p);
    -	if (r->g != NULL) BN_clear_free(r->g);
    -	if (r->q != NULL) BN_clear_free(r->q);
    -	if (r->j != NULL) BN_clear_free(r->j);
    -	if (r->seed) OPENSSL_free(r->seed);
    -	if (r->counter != NULL) BN_clear_free(r->counter);
    -	if (r->pub_key != NULL) BN_clear_free(r->pub_key);
    -	if (r->priv_key != NULL) BN_clear_free(r->priv_key);
    -	OPENSSL_free(r);
    -	}
    +    if (r->p != NULL)
    +        BN_clear_free(r->p);
    +    if (r->g != NULL)
    +        BN_clear_free(r->g);
    +    if (r->q != NULL)
    +        BN_clear_free(r->q);
    +    if (r->j != NULL)
    +        BN_clear_free(r->j);
    +    if (r->seed)
    +        OPENSSL_free(r->seed);
    +    if (r->counter != NULL)
    +        BN_clear_free(r->counter);
    +    if (r->pub_key != NULL)
    +        BN_clear_free(r->pub_key);
    +    if (r->priv_key != NULL)
    +        BN_clear_free(r->priv_key);
    +    OPENSSL_free(r);
    +}
     
     int DH_up_ref(DH *r)
    -	{
    -	int i = CRYPTO_add(&r->references, 1, CRYPTO_LOCK_DH);
    +{
    +    int i = CRYPTO_add(&r->references, 1, CRYPTO_LOCK_DH);
     #ifdef REF_PRINT
    -	REF_PRINT("DH",r);
    +    REF_PRINT("DH", r);
     #endif
     #ifdef REF_CHECK
    -	if (i < 2)
    -		{
    -		fprintf(stderr, "DH_up, bad reference count\n");
    -		abort();
    -		}
    +    if (i < 2) {
    +        fprintf(stderr, "DH_up, bad reference count\n");
    +        abort();
    +    }
     #endif
    -	return ((i > 1) ? 1 : 0);
    -	}
    +    return ((i > 1) ? 1 : 0);
    +}
     
     int DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
    -	     CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func)
    -        {
    -	return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_DH, argl, argp,
    -				new_func, dup_func, free_func);
    -        }
    +                        CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func)
    +{
    +    return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_DH, argl, argp,
    +                                   new_func, dup_func, free_func);
    +}
     
     int DH_set_ex_data(DH *d, int idx, void *arg)
    -	{
    -	return(CRYPTO_set_ex_data(&d->ex_data,idx,arg));
    -	}
    +{
    +    return (CRYPTO_set_ex_data(&d->ex_data, idx, arg));
    +}
     
     void *DH_get_ex_data(DH *d, int idx)
    -	{
    -	return(CRYPTO_get_ex_data(&d->ex_data,idx));
    -	}
    +{
    +    return (CRYPTO_get_ex_data(&d->ex_data, idx));
    +}
     
     int DH_size(const DH *dh)
    -	{
    -	return(BN_num_bytes(dh->p));
    -	}
    +{
    +    return (BN_num_bytes(dh->p));
    +}
    diff --git a/openssl/crypto/dh/dh_pmeth.c b/openssl/crypto/dh/dh_pmeth.c
    index 5ae72b7d4..494a887de 100644
    --- a/openssl/crypto/dh/dh_pmeth.c
    +++ b/openssl/crypto/dh/dh_pmeth.c
    @@ -1,5 +1,6 @@
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2006.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2006.
      */
     /* ====================================================================
      * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
    @@ -9,7 +10,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,193 +63,486 @@
     #include 
     #include 
     #include 
    +#ifndef OPENSSL_NO_DSA
    +# include 
    +#endif
    +#include 
     #include "evp_locl.h"
     
     /* DH pkey context structure */
     
    -typedef struct
    -	{
    -	/* Parameter gen parameters */
    -	int prime_len;
    -	int generator;
    -	int use_dsa;
    -	/* Keygen callback info */
    -	int gentmp[2];
    -	/* message digest */
    -	} DH_PKEY_CTX;
    +typedef struct {
    +    /* Parameter gen parameters */
    +    int prime_len;
    +    int generator;
    +    int use_dsa;
    +    int subprime_len;
    +    /* message digest used for parameter generation */
    +    const EVP_MD *md;
    +    int rfc5114_param;
    +    /* Keygen callback info */
    +    int gentmp[2];
    +    /* KDF (if any) to use for DH */
    +    char kdf_type;
    +    /* OID to use for KDF */
    +    ASN1_OBJECT *kdf_oid;
    +    /* Message digest to use for key derivation */
    +    const EVP_MD *kdf_md;
    +    /* User key material */
    +    unsigned char *kdf_ukm;
    +    size_t kdf_ukmlen;
    +    /* KDF output length */
    +    size_t kdf_outlen;
    +} DH_PKEY_CTX;
     
     static int pkey_dh_init(EVP_PKEY_CTX *ctx)
    -	{
    -	DH_PKEY_CTX *dctx;
    -	dctx = OPENSSL_malloc(sizeof(DH_PKEY_CTX));
    -	if (!dctx)
    -		return 0;
    -	dctx->prime_len = 1024;
    -	dctx->generator = 2;
    -	dctx->use_dsa = 0;
    -
    -	ctx->data = dctx;
    -	ctx->keygen_info = dctx->gentmp;
    -	ctx->keygen_info_count = 2;
    -	
    -	return 1;
    -	}
    +{
    +    DH_PKEY_CTX *dctx;
    +    dctx = OPENSSL_malloc(sizeof(DH_PKEY_CTX));
    +    if (!dctx)
    +        return 0;
    +    dctx->prime_len = 1024;
    +    dctx->subprime_len = -1;
    +    dctx->generator = 2;
    +    dctx->use_dsa = 0;
    +    dctx->md = NULL;
    +    dctx->rfc5114_param = 0;
    +
    +    dctx->kdf_type = EVP_PKEY_DH_KDF_NONE;
    +    dctx->kdf_oid = NULL;
    +    dctx->kdf_md = NULL;
    +    dctx->kdf_ukm = NULL;
    +    dctx->kdf_ukmlen = 0;
    +    dctx->kdf_outlen = 0;
    +
    +    ctx->data = dctx;
    +    ctx->keygen_info = dctx->gentmp;
    +    ctx->keygen_info_count = 2;
    +
    +    return 1;
    +}
     
     static int pkey_dh_copy(EVP_PKEY_CTX *dst, EVP_PKEY_CTX *src)
    -	{
    -	DH_PKEY_CTX *dctx, *sctx;
    -	if (!pkey_dh_init(dst))
    -		return 0;
    -       	sctx = src->data;
    -	dctx = dst->data;
    -	dctx->prime_len = sctx->prime_len;
    -	dctx->generator = sctx->generator;
    -	dctx->use_dsa = sctx->use_dsa;
    -	return 1;
    -	}
    +{
    +    DH_PKEY_CTX *dctx, *sctx;
    +    if (!pkey_dh_init(dst))
    +        return 0;
    +    sctx = src->data;
    +    dctx = dst->data;
    +    dctx->prime_len = sctx->prime_len;
    +    dctx->subprime_len = sctx->subprime_len;
    +    dctx->generator = sctx->generator;
    +    dctx->use_dsa = sctx->use_dsa;
    +    dctx->md = sctx->md;
    +    dctx->rfc5114_param = sctx->rfc5114_param;
    +
    +    dctx->kdf_type = sctx->kdf_type;
    +    dctx->kdf_oid = OBJ_dup(sctx->kdf_oid);
    +    if (!dctx->kdf_oid)
    +        return 0;
    +    dctx->kdf_md = sctx->kdf_md;
    +    if (dctx->kdf_ukm) {
    +        dctx->kdf_ukm = BUF_memdup(sctx->kdf_ukm, sctx->kdf_ukmlen);
    +        dctx->kdf_ukmlen = sctx->kdf_ukmlen;
    +    }
    +    dctx->kdf_outlen = sctx->kdf_outlen;
    +    return 1;
    +}
     
     static void pkey_dh_cleanup(EVP_PKEY_CTX *ctx)
    -	{
    -	DH_PKEY_CTX *dctx = ctx->data;
    -	if (dctx)
    -		OPENSSL_free(dctx);
    -	}
    +{
    +    DH_PKEY_CTX *dctx = ctx->data;
    +    if (dctx) {
    +        if (dctx->kdf_ukm)
    +            OPENSSL_free(dctx->kdf_ukm);
    +        if (dctx->kdf_oid)
    +            ASN1_OBJECT_free(dctx->kdf_oid);
    +        OPENSSL_free(dctx);
    +    }
    +}
     
     static int pkey_dh_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2)
    -	{
    -	DH_PKEY_CTX *dctx = ctx->data;
    -	switch (type)
    -		{
    -		case EVP_PKEY_CTRL_DH_PARAMGEN_PRIME_LEN:
    -		if (p1 < 256)
    -			return -2;
    -		dctx->prime_len = p1;
    -		return 1;
    -
    -		case EVP_PKEY_CTRL_DH_PARAMGEN_GENERATOR:
    -		dctx->generator = p1;
    -		return 1;
    -
    -		case EVP_PKEY_CTRL_PEER_KEY:
    -		/* Default behaviour is OK */
    -		return 1;
    -
    -		default:
    -		return -2;
    -
    -		}
    -	}
    -
    -			
    +{
    +    DH_PKEY_CTX *dctx = ctx->data;
    +    switch (type) {
    +    case EVP_PKEY_CTRL_DH_PARAMGEN_PRIME_LEN:
    +        if (p1 < 256)
    +            return -2;
    +        dctx->prime_len = p1;
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_DH_PARAMGEN_SUBPRIME_LEN:
    +        if (dctx->use_dsa == 0)
    +            return -2;
    +        dctx->subprime_len = p1;
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_DH_PARAMGEN_GENERATOR:
    +        if (dctx->use_dsa)
    +            return -2;
    +        dctx->generator = p1;
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_DH_PARAMGEN_TYPE:
    +#ifdef OPENSSL_NO_DSA
    +        if (p1 != 0)
    +            return -2;
    +#else
    +        if (p1 < 0 || p1 > 2)
    +            return -2;
    +#endif
    +        dctx->use_dsa = p1;
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_DH_RFC5114:
    +        if (p1 < 1 || p1 > 3)
    +            return -2;
    +        dctx->rfc5114_param = p1;
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_PEER_KEY:
    +        /* Default behaviour is OK */
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_DH_KDF_TYPE:
    +        if (p1 == -2)
    +            return dctx->kdf_type;
    +        if (p1 != EVP_PKEY_DH_KDF_NONE && p1 != EVP_PKEY_DH_KDF_X9_42)
    +            return -2;
    +        dctx->kdf_type = p1;
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_DH_KDF_MD:
    +        dctx->kdf_md = p2;
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_GET_DH_KDF_MD:
    +        *(const EVP_MD **)p2 = dctx->kdf_md;
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_DH_KDF_OUTLEN:
    +        if (p1 <= 0)
    +            return -2;
    +        dctx->kdf_outlen = (size_t)p1;
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_GET_DH_KDF_OUTLEN:
    +        *(int *)p2 = dctx->kdf_outlen;
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_DH_KDF_UKM:
    +        if (dctx->kdf_ukm)
    +            OPENSSL_free(dctx->kdf_ukm);
    +        dctx->kdf_ukm = p2;
    +        if (p2)
    +            dctx->kdf_ukmlen = p1;
    +        else
    +            dctx->kdf_ukmlen = 0;
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_GET_DH_KDF_UKM:
    +        *(unsigned char **)p2 = dctx->kdf_ukm;
    +        return dctx->kdf_ukmlen;
    +
    +    case EVP_PKEY_CTRL_DH_KDF_OID:
    +        if (dctx->kdf_oid)
    +            ASN1_OBJECT_free(dctx->kdf_oid);
    +        dctx->kdf_oid = p2;
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_GET_DH_KDF_OID:
    +        *(ASN1_OBJECT **)p2 = dctx->kdf_oid;
    +        return 1;
    +
    +    default:
    +        return -2;
    +
    +    }
    +}
    +
     static int pkey_dh_ctrl_str(EVP_PKEY_CTX *ctx,
    -			const char *type, const char *value)
    -	{
    -	if (!strcmp(type, "dh_paramgen_prime_len"))
    -		{
    -		int len;
    -		len = atoi(value);
    -		return EVP_PKEY_CTX_set_dh_paramgen_prime_len(ctx, len);
    -		}
    -	if (!strcmp(type, "dh_paramgen_generator"))
    -		{
    -		int len;
    -		len = atoi(value);
    -		return EVP_PKEY_CTX_set_dh_paramgen_generator(ctx, len);
    -		}
    -	return -2;
    -	}
    +                            const char *type, const char *value)
    +{
    +    if (!strcmp(type, "dh_paramgen_prime_len")) {
    +        int len;
    +        len = atoi(value);
    +        return EVP_PKEY_CTX_set_dh_paramgen_prime_len(ctx, len);
    +    }
    +    if (!strcmp(type, "dh_rfc5114")) {
    +        DH_PKEY_CTX *dctx = ctx->data;
    +        int len;
    +        len = atoi(value);
    +        if (len < 0 || len > 3)
    +            return -2;
    +        dctx->rfc5114_param = len;
    +        return 1;
    +    }
    +    if (!strcmp(type, "dh_paramgen_generator")) {
    +        int len;
    +        len = atoi(value);
    +        return EVP_PKEY_CTX_set_dh_paramgen_generator(ctx, len);
    +    }
    +    if (!strcmp(type, "dh_paramgen_subprime_len")) {
    +        int len;
    +        len = atoi(value);
    +        return EVP_PKEY_CTX_set_dh_paramgen_subprime_len(ctx, len);
    +    }
    +    if (!strcmp(type, "dh_paramgen_type")) {
    +        int typ;
    +        typ = atoi(value);
    +        return EVP_PKEY_CTX_set_dh_paramgen_type(ctx, typ);
    +    }
    +    return -2;
    +}
    +
    +#ifndef OPENSSL_NO_DSA
    +
    +extern int dsa_builtin_paramgen(DSA *ret, size_t bits, size_t qbits,
    +                                const EVP_MD *evpmd,
    +                                const unsigned char *seed_in, size_t seed_len,
    +                                unsigned char *seed_out, int *counter_ret,
    +                                unsigned long *h_ret, BN_GENCB *cb);
    +
    +extern int dsa_builtin_paramgen2(DSA *ret, size_t L, size_t N,
    +                                 const EVP_MD *evpmd,
    +                                 const unsigned char *seed_in,
    +                                 size_t seed_len, int idx,
    +                                 unsigned char *seed_out, int *counter_ret,
    +                                 unsigned long *h_ret, BN_GENCB *cb);
    +
    +static DSA *dsa_dh_generate(DH_PKEY_CTX *dctx, BN_GENCB *pcb)
    +{
    +    DSA *ret;
    +    int rv = 0;
    +    int prime_len = dctx->prime_len;
    +    int subprime_len = dctx->subprime_len;
    +    const EVP_MD *md = dctx->md;
    +    if (dctx->use_dsa > 2)
    +        return NULL;
    +    ret = DSA_new();
    +    if (!ret)
    +        return NULL;
    +    if (subprime_len == -1) {
    +        if (prime_len >= 2048)
    +            subprime_len = 256;
    +        else
    +            subprime_len = 160;
    +    }
    +    if (md == NULL) {
    +        if (prime_len >= 2048)
    +            md = EVP_sha256();
    +        else
    +            md = EVP_sha1();
    +    }
    +    if (dctx->use_dsa == 1)
    +        rv = dsa_builtin_paramgen(ret, prime_len, subprime_len, md,
    +                                  NULL, 0, NULL, NULL, NULL, pcb);
    +    else if (dctx->use_dsa == 2)
    +        rv = dsa_builtin_paramgen2(ret, prime_len, subprime_len, md,
    +                                   NULL, 0, -1, NULL, NULL, NULL, pcb);
    +    if (rv <= 0) {
    +        DSA_free(ret);
    +        return NULL;
    +    }
    +    return ret;
    +}
    +
    +#endif
     
     static int pkey_dh_paramgen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey)
    -	{
    -	DH *dh = NULL;
    -	DH_PKEY_CTX *dctx = ctx->data;
    -	BN_GENCB *pcb, cb;
    -	int ret;
    -	if (ctx->pkey_gencb)
    -		{
    -		pcb = &cb;
    -		evp_pkey_set_cb_translate(pcb, ctx);
    -		}
    -	else
    -		pcb = NULL;
    -	dh = DH_new();
    -	if (!dh)
    -		return 0;
    -	ret = DH_generate_parameters_ex(dh,
    -					dctx->prime_len, dctx->generator, pcb);
    -	if (ret)
    -		EVP_PKEY_assign_DH(pkey, dh);
    -	else
    -		DH_free(dh);
    -	return ret;
    -	}
    +{
    +    DH *dh = NULL;
    +    DH_PKEY_CTX *dctx = ctx->data;
    +    BN_GENCB *pcb, cb;
    +    int ret;
    +    if (dctx->rfc5114_param) {
    +        switch (dctx->rfc5114_param) {
    +        case 1:
    +            dh = DH_get_1024_160();
    +            break;
    +
    +        case 2:
    +            dh = DH_get_2048_224();
    +            break;
    +
    +        case 3:
    +            dh = DH_get_2048_256();
    +            break;
    +
    +        default:
    +            return -2;
    +        }
    +        EVP_PKEY_assign(pkey, EVP_PKEY_DHX, dh);
    +        return 1;
    +    }
    +
    +    if (ctx->pkey_gencb) {
    +        pcb = &cb;
    +        evp_pkey_set_cb_translate(pcb, ctx);
    +    } else
    +        pcb = NULL;
    +#ifndef OPENSSL_NO_DSA
    +    if (dctx->use_dsa) {
    +        DSA *dsa_dh;
    +        dsa_dh = dsa_dh_generate(dctx, pcb);
    +        if (!dsa_dh)
    +            return 0;
    +        dh = DSA_dup_DH(dsa_dh);
    +        DSA_free(dsa_dh);
    +        if (!dh)
    +            return 0;
    +        EVP_PKEY_assign(pkey, EVP_PKEY_DHX, dh);
    +        return 1;
    +    }
    +#endif
    +    dh = DH_new();
    +    if (!dh)
    +        return 0;
    +    ret = DH_generate_parameters_ex(dh,
    +                                    dctx->prime_len, dctx->generator, pcb);
    +
    +    if (ret)
    +        EVP_PKEY_assign_DH(pkey, dh);
    +    else
    +        DH_free(dh);
    +    return ret;
    +}
     
     static int pkey_dh_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey)
    -	{
    -	DH *dh = NULL;
    -	if (ctx->pkey == NULL)
    -		{
    -		DHerr(DH_F_PKEY_DH_KEYGEN, DH_R_NO_PARAMETERS_SET);
    -		return 0;
    -		}
    -	dh = DH_new();
    -	if (!dh)
    -		return 0;
    -	EVP_PKEY_assign_DH(pkey, dh);
    -	/* Note: if error return, pkey is freed by parent routine */
    -	if (!EVP_PKEY_copy_parameters(pkey, ctx->pkey))
    -		return 0;
    -	return DH_generate_key(pkey->pkey.dh);
    -	}
    -
    -static int pkey_dh_derive(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen)
    -	{
    -	int ret;
    -	if (!ctx->pkey || !ctx->peerkey)
    -		{
    -		DHerr(DH_F_PKEY_DH_DERIVE, DH_R_KEYS_NOT_SET);
    -		return 0;
    -		}
    -	ret = DH_compute_key(key, ctx->peerkey->pkey.dh->pub_key,
    -							ctx->pkey->pkey.dh);
    -	if (ret < 0)
    -		return ret;
    -	*keylen = ret;
    -	return 1;
    -	}
    -
    -const EVP_PKEY_METHOD dh_pkey_meth = 
    -	{
    -	EVP_PKEY_DH,
    -	EVP_PKEY_FLAG_AUTOARGLEN,
    -	pkey_dh_init,
    -	pkey_dh_copy,
    -	pkey_dh_cleanup,
    -
    -	0,
    -	pkey_dh_paramgen,
    -
    -	0,
    -	pkey_dh_keygen,
    -
    -	0,
    -	0,
    -
    -	0,
    -	0,
    -
    -	0,0,
    -
    -	0,0,0,0,
    -
    -	0,0,
    -
    -	0,0,
    -
    -	0,
    -	pkey_dh_derive,
    -
    -	pkey_dh_ctrl,
    -	pkey_dh_ctrl_str
    -
    -	};
    +{
    +    DH *dh = NULL;
    +    if (ctx->pkey == NULL) {
    +        DHerr(DH_F_PKEY_DH_KEYGEN, DH_R_NO_PARAMETERS_SET);
    +        return 0;
    +    }
    +    dh = DH_new();
    +    if (!dh)
    +        return 0;
    +    EVP_PKEY_assign(pkey, ctx->pmeth->pkey_id, dh);
    +    /* Note: if error return, pkey is freed by parent routine */
    +    if (!EVP_PKEY_copy_parameters(pkey, ctx->pkey))
    +        return 0;
    +    return DH_generate_key(pkey->pkey.dh);
    +}
    +
    +static int pkey_dh_derive(EVP_PKEY_CTX *ctx, unsigned char *key,
    +                          size_t *keylen)
    +{
    +    int ret;
    +    DH *dh;
    +    DH_PKEY_CTX *dctx = ctx->data;
    +    BIGNUM *dhpub;
    +    if (!ctx->pkey || !ctx->peerkey) {
    +        DHerr(DH_F_PKEY_DH_DERIVE, DH_R_KEYS_NOT_SET);
    +        return 0;
    +    }
    +    dh = ctx->pkey->pkey.dh;
    +    dhpub = ctx->peerkey->pkey.dh->pub_key;
    +    if (dctx->kdf_type == EVP_PKEY_DH_KDF_NONE) {
    +        if (key == NULL) {
    +            *keylen = DH_size(dh);
    +            return 1;
    +        }
    +        ret = DH_compute_key(key, dhpub, dh);
    +        if (ret < 0)
    +            return ret;
    +        *keylen = ret;
    +        return 1;
    +    } else if (dctx->kdf_type == EVP_PKEY_DH_KDF_X9_42) {
    +        unsigned char *Z = NULL;
    +        size_t Zlen = 0;
    +        if (!dctx->kdf_outlen || !dctx->kdf_oid)
    +            return 0;
    +        if (key == NULL) {
    +            *keylen = dctx->kdf_outlen;
    +            return 1;
    +        }
    +        if (*keylen != dctx->kdf_outlen)
    +            return 0;
    +        ret = 0;
    +        Zlen = DH_size(dh);
    +        Z = OPENSSL_malloc(Zlen);
    +        if (DH_compute_key_padded(Z, dhpub, dh) <= 0)
    +            goto err;
    +        if (!DH_KDF_X9_42(key, *keylen, Z, Zlen, dctx->kdf_oid,
    +                          dctx->kdf_ukm, dctx->kdf_ukmlen, dctx->kdf_md))
    +            goto err;
    +        *keylen = dctx->kdf_outlen;
    +        ret = 1;
    + err:
    +        if (Z) {
    +            OPENSSL_cleanse(Z, Zlen);
    +            OPENSSL_free(Z);
    +        }
    +        return ret;
    +    }
    +    return 1;
    +}
    +
    +const EVP_PKEY_METHOD dh_pkey_meth = {
    +    EVP_PKEY_DH,
    +    0,
    +    pkey_dh_init,
    +    pkey_dh_copy,
    +    pkey_dh_cleanup,
    +
    +    0,
    +    pkey_dh_paramgen,
    +
    +    0,
    +    pkey_dh_keygen,
    +
    +    0,
    +    0,
    +
    +    0,
    +    0,
    +
    +    0, 0,
    +
    +    0, 0, 0, 0,
    +
    +    0, 0,
    +
    +    0, 0,
    +
    +    0,
    +    pkey_dh_derive,
    +
    +    pkey_dh_ctrl,
    +    pkey_dh_ctrl_str
    +};
    +
    +const EVP_PKEY_METHOD dhx_pkey_meth = {
    +    EVP_PKEY_DHX,
    +    0,
    +    pkey_dh_init,
    +    pkey_dh_copy,
    +    pkey_dh_cleanup,
    +
    +    0,
    +    pkey_dh_paramgen,
    +
    +    0,
    +    pkey_dh_keygen,
    +
    +    0,
    +    0,
    +
    +    0,
    +    0,
    +
    +    0, 0,
    +
    +    0, 0, 0, 0,
    +
    +    0, 0,
    +
    +    0, 0,
    +
    +    0,
    +    pkey_dh_derive,
    +
    +    pkey_dh_ctrl,
    +    pkey_dh_ctrl_str
    +};
    diff --git a/openssl/crypto/dh/dh_prn.c b/openssl/crypto/dh/dh_prn.c
    index ae58c2ac8..5d6c3a37e 100644
    --- a/openssl/crypto/dh/dh_prn.c
    +++ b/openssl/crypto/dh/dh_prn.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,18 +63,17 @@
     
     #ifndef OPENSSL_NO_FP_API
     int DHparams_print_fp(FILE *fp, const DH *x)
    -	{
    -	BIO *b;
    -	int ret;
    +{
    +    BIO *b;
    +    int ret;
     
    -	if ((b=BIO_new(BIO_s_file())) == NULL)
    -		{
    -		DHerr(DH_F_DHPARAMS_PRINT_FP,ERR_R_BUF_LIB);
    -		return(0);
    -		}
    -	BIO_set_fp(b,fp,BIO_NOCLOSE);
    -	ret=DHparams_print(b, x);
    -	BIO_free(b);
    -	return(ret);
    -	}
    +    if ((b = BIO_new(BIO_s_file())) == NULL) {
    +        DHerr(DH_F_DHPARAMS_PRINT_FP, ERR_R_BUF_LIB);
    +        return (0);
    +    }
    +    BIO_set_fp(b, fp, BIO_NOCLOSE);
    +    ret = DHparams_print(b, x);
    +    BIO_free(b);
    +    return (ret);
    +}
     #endif
    diff --git a/openssl/crypto/dh/dh_rfc5114.c b/openssl/crypto/dh/dh_rfc5114.c
    new file mode 100755
    index 000000000..e96e2aa3f
    --- /dev/null
    +++ b/openssl/crypto/dh/dh_rfc5114.c
    @@ -0,0 +1,285 @@
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2011.
    + */
    +/* ====================================================================
    + * Copyright (c) 2011 The OpenSSL Project.  All rights reserved.
    + *
    + * Redistribution and use in source and binary forms, with or without
    + * modification, are permitted provided that the following conditions
    + * are met:
    + *
    + * 1. Redistributions of source code must retain the above copyright
    + *    notice, this list of conditions and the following disclaimer.
    + *
    + * 2. Redistributions in binary form must reproduce the above copyright
    + *    notice, this list of conditions and the following disclaimer in
    + *    the documentation and/or other materials provided with the
    + *    distribution.
    + *
    + * 3. All advertising materials mentioning features or use of this
    + *    software must display the following acknowledgment:
    + *    "This product includes software developed by the OpenSSL Project
    + *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
    + *
    + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
    + *    endorse or promote products derived from this software without
    + *    prior written permission. For written permission, please contact
    + *    licensing@OpenSSL.org.
    + *
    + * 5. Products derived from this software may not be called "OpenSSL"
    + *    nor may "OpenSSL" appear in their names without prior written
    + *    permission of the OpenSSL Project.
    + *
    + * 6. Redistributions of any form whatsoever must retain the following
    + *    acknowledgment:
    + *    "This product includes software developed by the OpenSSL Project
    + *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
    + *
    + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
    + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
    + * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
    + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
    + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
    + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
    + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
    + * OF THE POSSIBILITY OF SUCH DAMAGE.
    + * ====================================================================
    + *
    + * This product includes cryptographic software written by Eric Young
    + * (eay@cryptsoft.com).  This product includes software written by Tim
    + * Hudson (tjh@cryptsoft.com).
    + *
    + */
    +
    +#include 
    +#include "cryptlib.h"
    +#include 
    +#include 
    +
    +/* DH parameters from RFC5114 */
    +
    +#if BN_BITS2 == 64
    +static const BN_ULONG dh1024_160_p[] = {
    +    0xDF1FB2BC2E4A4371ULL, 0xE68CFDA76D4DA708ULL, 0x45BF37DF365C1A65ULL,
    +    0xA151AF5F0DC8B4BDULL, 0xFAA31A4FF55BCCC0ULL, 0x4EFFD6FAE5644738ULL,
    +    0x98488E9C219A7372ULL, 0xACCBDD7D90C4BD70ULL, 0x24975C3CD49B83BFULL,
    +    0x13ECB4AEA9061123ULL, 0x9838EF1E2EE652C0ULL, 0x6073E28675A23D18ULL,
    +    0x9A6A9DCA52D23B61ULL, 0x52C99FBCFB06A3C6ULL, 0xDE92DE5EAE5D54ECULL,
    +    0xB10B8F96A080E01DULL
    +};
    +
    +static const BN_ULONG dh1024_160_g[] = {
    +    0x855E6EEB22B3B2E5ULL, 0x858F4DCEF97C2A24ULL, 0x2D779D5918D08BC8ULL,
    +    0xD662A4D18E73AFA3ULL, 0x1DBF0A0169B6A28AULL, 0xA6A24C087A091F53ULL,
    +    0x909D0D2263F80A76ULL, 0xD7FBD7D3B9A92EE1ULL, 0x5E91547F9E2749F4ULL,
    +    0x160217B4B01B886AULL, 0x777E690F5504F213ULL, 0x266FEA1E5C41564BULL,
    +    0xD6406CFF14266D31ULL, 0xF8104DD258AC507FULL, 0x6765A442EFB99905ULL,
    +    0xA4D1CBD5C3FD3412ULL
    +};
    +
    +static const BN_ULONG dh1024_160_q[] = {
    +    0x64B7CB9D49462353ULL, 0x81A8DF278ABA4E7DULL, 0x00000000F518AA87ULL
    +};
    +
    +static const BN_ULONG dh2048_224_p[] = {
    +    0x0AC4DFFE0C10E64FULL, 0xCF9DE5384E71B81CULL, 0x7EF363E2FFA31F71ULL,
    +    0xE3FB73C16B8E75B9ULL, 0xC9B53DCF4BA80A29ULL, 0x23F10B0E16E79763ULL,
    +    0xC52172E413042E9BULL, 0xBE60E69CC928B2B9ULL, 0x80CD86A1B9E587E8ULL,
    +    0x315D75E198C641A4ULL, 0xCDF93ACC44328387ULL, 0x15987D9ADC0A486DULL,
    +    0x7310F7121FD5A074ULL, 0x278273C7DE31EFDCULL, 0x1602E714415D9330ULL,
    +    0x81286130BC8985DBULL, 0xB3BF8A3170918836ULL, 0x6A00E0A0B9C49708ULL,
    +    0xC6BA0B2C8BBC27BEULL, 0xC9F98D11ED34DBF6ULL, 0x7AD5B7D0B6C12207ULL,
    +    0xD91E8FEF55B7394BULL, 0x9037C9EDEFDA4DF8ULL, 0x6D3F8152AD6AC212ULL,
    +    0x1DE6B85A1274A0A6ULL, 0xEB3D688A309C180EULL, 0xAF9A3C407BA1DF15ULL,
    +    0xE6FA141DF95A56DBULL, 0xB54B1597B61D0A75ULL, 0xA20D64E5683B9FD1ULL,
    +    0xD660FAA79559C51FULL, 0xAD107E1E9123A9D0ULL
    +};
    +
    +static const BN_ULONG dh2048_224_g[] = {
    +    0x84B890D3191F2BFAULL, 0x81BC087F2A7065B3ULL, 0x19C418E1F6EC0179ULL,
    +    0x7B5A0F1C71CFFF4CULL, 0xEDFE72FE9B6AA4BDULL, 0x81E1BCFE94B30269ULL,
    +    0x566AFBB48D6C0191ULL, 0xB539CCE3409D13CDULL, 0x6AA21E7F5F2FF381ULL,
    +    0xD9E263E4770589EFULL, 0x10E183EDD19963DDULL, 0xB70A8137150B8EEBULL,
    +    0x051AE3D428C8F8ACULL, 0xBB77A86F0C1AB15BULL, 0x6E3025E316A330EFULL,
    +    0x19529A45D6F83456ULL, 0xF180EB34118E98D1ULL, 0xB5F6C6B250717CBEULL,
    +    0x09939D54DA7460CDULL, 0xE247150422EA1ED4ULL, 0xB8A762D0521BC98AULL,
    +    0xF4D027275AC1348BULL, 0xC17669101999024AULL, 0xBE5E9001A8D66AD7ULL,
    +    0xC57DB17C620A8652ULL, 0xAB739D7700C29F52ULL, 0xDD921F01A70C4AFAULL,
    +    0xA6824A4E10B9A6F0ULL, 0x74866A08CFE4FFE3ULL, 0x6CDEBE7B89998CAFULL,
    +    0x9DF30B5C8FFDAC50ULL, 0xAC4032EF4F2D9AE3ULL
    +};
    +
    +static const BN_ULONG dh2048_224_q[] = {
    +    0xBF389A99B36371EBULL, 0x1F80535A4738CEBCULL, 0xC58D93FE99717710ULL,
    +    0x00000000801C0D34ULL
    +};
    +
    +static const BN_ULONG dh2048_256_p[] = {
    +    0xDB094AE91E1A1597ULL, 0x693877FAD7EF09CAULL, 0x6116D2276E11715FULL,
    +    0xA4B54330C198AF12ULL, 0x75F26375D7014103ULL, 0xC3A3960A54E710C3ULL,
    +    0xDED4010ABD0BE621ULL, 0xC0B857F689962856ULL, 0xB3CA3F7971506026ULL,
    +    0x1CCACB83E6B486F6ULL, 0x67E144E514056425ULL, 0xF6A167B5A41825D9ULL,
    +    0x3AD8347796524D8EULL, 0xF13C6D9A51BFA4ABULL, 0x2D52526735488A0EULL,
    +    0xB63ACAE1CAA6B790ULL, 0x4FDB70C581B23F76ULL, 0xBC39A0BF12307F5CULL,
    +    0xB941F54EB1E59BB8ULL, 0x6C5BFC11D45F9088ULL, 0x22E0B1EF4275BF7BULL,
    +    0x91F9E6725B4758C0ULL, 0x5A8A9D306BCF67EDULL, 0x209E0C6497517ABDULL,
    +    0x3BF4296D830E9A7CULL, 0x16C3D91134096FAAULL, 0xFAF7DF4561B2AA30ULL,
    +    0xE00DF8F1D61957D4ULL, 0x5D2CEED4435E3B00ULL, 0x8CEEF608660DD0F2ULL,
    +    0xFFBBD19C65195999ULL, 0x87A8E61DB4B6663CULL
    +};
    +
    +static const BN_ULONG dh2048_256_g[] = {
    +    0x664B4C0F6CC41659ULL, 0x5E2327CFEF98C582ULL, 0xD647D148D4795451ULL,
    +    0x2F63078490F00EF8ULL, 0x184B523D1DB246C3ULL, 0xC7891428CDC67EB6ULL,
    +    0x7FD028370DF92B52ULL, 0xB3353BBB64E0EC37ULL, 0xECD06E1557CD0915ULL,
    +    0xB7D2BBD2DF016199ULL, 0xC8484B1E052588B9ULL, 0xDB2A3B7313D3FE14ULL,
    +    0xD052B985D182EA0AULL, 0xA4BD1BFFE83B9C80ULL, 0xDFC967C1FB3F2E55ULL,
    +    0xB5045AF2767164E1ULL, 0x1D14348F6F2F9193ULL, 0x64E67982428EBC83ULL,
    +    0x8AC376D282D6ED38ULL, 0x777DE62AAAB8A862ULL, 0xDDF463E5E9EC144BULL,
    +    0x0196F931C77A57F2ULL, 0xA55AE31341000A65ULL, 0x901228F8C28CBB18ULL,
    +    0xBC3773BF7E8C6F62ULL, 0xBE3A6C1B0C6B47B1ULL, 0xFF4FED4AAC0BB555ULL,
    +    0x10DBC15077BE463FULL, 0x07F4793A1A0BA125ULL, 0x4CA7B18F21EF2054ULL,
    +    0x2E77506660EDBD48ULL, 0x3FB32C9B73134D0BULL
    +};
    +
    +static const BN_ULONG dh2048_256_q[] = {
    +    0xA308B0FE64F5FBD3ULL, 0x99B1A47D1EB3750BULL, 0xB447997640129DA2ULL,
    +    0x8CF83642A709A097ULL
    +};
    +
    +#elif BN_BITS2 == 32
    +
    +static const BN_ULONG dh1024_160_p[] = {
    +    0x2E4A4371, 0xDF1FB2BC, 0x6D4DA708, 0xE68CFDA7, 0x365C1A65, 0x45BF37DF,
    +    0x0DC8B4BD, 0xA151AF5F, 0xF55BCCC0, 0xFAA31A4F, 0xE5644738, 0x4EFFD6FA,
    +    0x219A7372, 0x98488E9C, 0x90C4BD70, 0xACCBDD7D, 0xD49B83BF, 0x24975C3C,
    +    0xA9061123, 0x13ECB4AE, 0x2EE652C0, 0x9838EF1E, 0x75A23D18, 0x6073E286,
    +    0x52D23B61, 0x9A6A9DCA, 0xFB06A3C6, 0x52C99FBC, 0xAE5D54EC, 0xDE92DE5E,
    +    0xA080E01D, 0xB10B8F96
    +};
    +
    +static const BN_ULONG dh1024_160_g[] = {
    +    0x22B3B2E5, 0x855E6EEB, 0xF97C2A24, 0x858F4DCE, 0x18D08BC8, 0x2D779D59,
    +    0x8E73AFA3, 0xD662A4D1, 0x69B6A28A, 0x1DBF0A01, 0x7A091F53, 0xA6A24C08,
    +    0x63F80A76, 0x909D0D22, 0xB9A92EE1, 0xD7FBD7D3, 0x9E2749F4, 0x5E91547F,
    +    0xB01B886A, 0x160217B4, 0x5504F213, 0x777E690F, 0x5C41564B, 0x266FEA1E,
    +    0x14266D31, 0xD6406CFF, 0x58AC507F, 0xF8104DD2, 0xEFB99905, 0x6765A442,
    +    0xC3FD3412, 0xA4D1CBD5
    +};
    +
    +static const BN_ULONG dh1024_160_q[] = {
    +    0x49462353, 0x64B7CB9D, 0x8ABA4E7D, 0x81A8DF27, 0xF518AA87
    +};
    +
    +static const BN_ULONG dh2048_224_p[] = {
    +    0x0C10E64F, 0x0AC4DFFE, 0x4E71B81C, 0xCF9DE538, 0xFFA31F71, 0x7EF363E2,
    +    0x6B8E75B9, 0xE3FB73C1, 0x4BA80A29, 0xC9B53DCF, 0x16E79763, 0x23F10B0E,
    +    0x13042E9B, 0xC52172E4, 0xC928B2B9, 0xBE60E69C, 0xB9E587E8, 0x80CD86A1,
    +    0x98C641A4, 0x315D75E1, 0x44328387, 0xCDF93ACC, 0xDC0A486D, 0x15987D9A,
    +    0x1FD5A074, 0x7310F712, 0xDE31EFDC, 0x278273C7, 0x415D9330, 0x1602E714,
    +    0xBC8985DB, 0x81286130, 0x70918836, 0xB3BF8A31, 0xB9C49708, 0x6A00E0A0,
    +    0x8BBC27BE, 0xC6BA0B2C, 0xED34DBF6, 0xC9F98D11, 0xB6C12207, 0x7AD5B7D0,
    +    0x55B7394B, 0xD91E8FEF, 0xEFDA4DF8, 0x9037C9ED, 0xAD6AC212, 0x6D3F8152,
    +    0x1274A0A6, 0x1DE6B85A, 0x309C180E, 0xEB3D688A, 0x7BA1DF15, 0xAF9A3C40,
    +    0xF95A56DB, 0xE6FA141D, 0xB61D0A75, 0xB54B1597, 0x683B9FD1, 0xA20D64E5,
    +    0x9559C51F, 0xD660FAA7, 0x9123A9D0, 0xAD107E1E
    +};
    +
    +static const BN_ULONG dh2048_224_g[] = {
    +    0x191F2BFA, 0x84B890D3, 0x2A7065B3, 0x81BC087F, 0xF6EC0179, 0x19C418E1,
    +    0x71CFFF4C, 0x7B5A0F1C, 0x9B6AA4BD, 0xEDFE72FE, 0x94B30269, 0x81E1BCFE,
    +    0x8D6C0191, 0x566AFBB4, 0x409D13CD, 0xB539CCE3, 0x5F2FF381, 0x6AA21E7F,
    +    0x770589EF, 0xD9E263E4, 0xD19963DD, 0x10E183ED, 0x150B8EEB, 0xB70A8137,
    +    0x28C8F8AC, 0x051AE3D4, 0x0C1AB15B, 0xBB77A86F, 0x16A330EF, 0x6E3025E3,
    +    0xD6F83456, 0x19529A45, 0x118E98D1, 0xF180EB34, 0x50717CBE, 0xB5F6C6B2,
    +    0xDA7460CD, 0x09939D54, 0x22EA1ED4, 0xE2471504, 0x521BC98A, 0xB8A762D0,
    +    0x5AC1348B, 0xF4D02727, 0x1999024A, 0xC1766910, 0xA8D66AD7, 0xBE5E9001,
    +    0x620A8652, 0xC57DB17C, 0x00C29F52, 0xAB739D77, 0xA70C4AFA, 0xDD921F01,
    +    0x10B9A6F0, 0xA6824A4E, 0xCFE4FFE3, 0x74866A08, 0x89998CAF, 0x6CDEBE7B,
    +    0x8FFDAC50, 0x9DF30B5C, 0x4F2D9AE3, 0xAC4032EF
    +};
    +
    +static const BN_ULONG dh2048_224_q[] = {
    +    0xB36371EB, 0xBF389A99, 0x4738CEBC, 0x1F80535A, 0x99717710, 0xC58D93FE,
    +    0x801C0D34
    +};
    +
    +static const BN_ULONG dh2048_256_p[] = {
    +    0x1E1A1597, 0xDB094AE9, 0xD7EF09CA, 0x693877FA, 0x6E11715F, 0x6116D227,
    +    0xC198AF12, 0xA4B54330, 0xD7014103, 0x75F26375, 0x54E710C3, 0xC3A3960A,
    +    0xBD0BE621, 0xDED4010A, 0x89962856, 0xC0B857F6, 0x71506026, 0xB3CA3F79,
    +    0xE6B486F6, 0x1CCACB83, 0x14056425, 0x67E144E5, 0xA41825D9, 0xF6A167B5,
    +    0x96524D8E, 0x3AD83477, 0x51BFA4AB, 0xF13C6D9A, 0x35488A0E, 0x2D525267,
    +    0xCAA6B790, 0xB63ACAE1, 0x81B23F76, 0x4FDB70C5, 0x12307F5C, 0xBC39A0BF,
    +    0xB1E59BB8, 0xB941F54E, 0xD45F9088, 0x6C5BFC11, 0x4275BF7B, 0x22E0B1EF,
    +    0x5B4758C0, 0x91F9E672, 0x6BCF67ED, 0x5A8A9D30, 0x97517ABD, 0x209E0C64,
    +    0x830E9A7C, 0x3BF4296D, 0x34096FAA, 0x16C3D911, 0x61B2AA30, 0xFAF7DF45,
    +    0xD61957D4, 0xE00DF8F1, 0x435E3B00, 0x5D2CEED4, 0x660DD0F2, 0x8CEEF608,
    +    0x65195999, 0xFFBBD19C, 0xB4B6663C, 0x87A8E61D
    +};
    +
    +static const BN_ULONG dh2048_256_g[] = {
    +    0x6CC41659, 0x664B4C0F, 0xEF98C582, 0x5E2327CF, 0xD4795451, 0xD647D148,
    +    0x90F00EF8, 0x2F630784, 0x1DB246C3, 0x184B523D, 0xCDC67EB6, 0xC7891428,
    +    0x0DF92B52, 0x7FD02837, 0x64E0EC37, 0xB3353BBB, 0x57CD0915, 0xECD06E15,
    +    0xDF016199, 0xB7D2BBD2, 0x052588B9, 0xC8484B1E, 0x13D3FE14, 0xDB2A3B73,
    +    0xD182EA0A, 0xD052B985, 0xE83B9C80, 0xA4BD1BFF, 0xFB3F2E55, 0xDFC967C1,
    +    0x767164E1, 0xB5045AF2, 0x6F2F9193, 0x1D14348F, 0x428EBC83, 0x64E67982,
    +    0x82D6ED38, 0x8AC376D2, 0xAAB8A862, 0x777DE62A, 0xE9EC144B, 0xDDF463E5,
    +    0xC77A57F2, 0x0196F931, 0x41000A65, 0xA55AE313, 0xC28CBB18, 0x901228F8,
    +    0x7E8C6F62, 0xBC3773BF, 0x0C6B47B1, 0xBE3A6C1B, 0xAC0BB555, 0xFF4FED4A,
    +    0x77BE463F, 0x10DBC150, 0x1A0BA125, 0x07F4793A, 0x21EF2054, 0x4CA7B18F,
    +    0x60EDBD48, 0x2E775066, 0x73134D0B, 0x3FB32C9B
    +};
    +
    +static const BN_ULONG dh2048_256_q[] = {
    +    0x64F5FBD3, 0xA308B0FE, 0x1EB3750B, 0x99B1A47D, 0x40129DA2, 0xB4479976,
    +    0xA709A097, 0x8CF83642
    +};
    +
    +#else
    +# error "unsupported BN_BITS2"
    +#endif
    +
    +/* Macro to make a BIGNUM from static data */
    +
    +#define make_dh_bn(x) static const BIGNUM _bignum_##x = { (BN_ULONG *) x, \
    +                        sizeof(x)/sizeof(BN_ULONG),\
    +                        sizeof(x)/sizeof(BN_ULONG),\
    +                        0, BN_FLG_STATIC_DATA }
    +
    +/*
    + * Macro to make a DH structure from BIGNUM data. NB: although just copying
    + * the BIGNUM static pointers would be more efficient we can't as they get
    + * wiped using BN_clear_free() when DH_free() is called.
    + */
    +
    +#define make_dh(x) \
    +DH * DH_get_##x(void) \
    +        { \
    +        DH *dh; \
    +        make_dh_bn(dh##x##_p); \
    +        make_dh_bn(dh##x##_q); \
    +        make_dh_bn(dh##x##_g); \
    +        dh = DH_new(); \
    +        if (!dh) \
    +                return NULL; \
    +        dh->p = BN_dup(&_bignum_dh##x##_p); \
    +        dh->g = BN_dup(&_bignum_dh##x##_g); \
    +        dh->q = BN_dup(&_bignum_dh##x##_q); \
    +        if (!dh->p || !dh->q || !dh->g) \
    +                { \
    +                DH_free(dh); \
    +                return NULL; \
    +                } \
    +        return dh; \
    +        }
    +
    +make_dh(1024_160)
    +make_dh(2048_224)
    +make_dh(2048_256)
    diff --git a/openssl/crypto/dh/dhtest.c b/openssl/crypto/dh/dhtest.c
    index 882f5c310..c9dd76bc7 100644
    --- a/openssl/crypto/dh/dhtest.c
    +++ b/openssl/crypto/dh/dhtest.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,17 +49,19 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
     
    -/* Until the key-gen callbacks are modified to use newer prototypes, we allow
    - * deprecated functions for openssl-internal code */
    +/*
    + * Until the key-gen callbacks are modified to use newer prototypes, we allow
    + * deprecated functions for openssl-internal code
    + */
     #ifdef OPENSSL_NO_DEPRECATED
    -#undef OPENSSL_NO_DEPRECATED
    +# undef OPENSSL_NO_DEPRECATED
     #endif
     
     #include 
    @@ -78,149 +80,485 @@
     int main(int argc, char *argv[])
     {
         printf("No DH support\n");
    -    return(0);
    +    return (0);
     }
     #else
    -#include 
    +# include 
     
    -#ifdef OPENSSL_SYS_WIN16
    -#define MS_CALLBACK	_far _loadds
    -#else
    -#define MS_CALLBACK
    -#endif
    +# ifdef OPENSSL_SYS_WIN16
    +#  define MS_CALLBACK     _far _loadds
    +# else
    +#  define MS_CALLBACK
    +# endif
     
     static int MS_CALLBACK cb(int p, int n, BN_GENCB *arg);
     
    -static const char rnd_seed[] = "string to make the random number generator think it has entropy";
    +static const char rnd_seed[] =
    +    "string to make the random number generator think it has entropy";
    +
    +static int run_rfc5114_tests(void);
     
     int main(int argc, char *argv[])
    -	{
    -	BN_GENCB _cb;
    -	DH *a;
    -	DH *b=NULL;
    -	char buf[12];
    -	unsigned char *abuf=NULL,*bbuf=NULL;
    -	int i,alen,blen,aout,bout,ret=1;
    -	BIO *out;
    -
    -	CRYPTO_malloc_debug_init();
    -	CRYPTO_dbg_set_options(V_CRYPTO_MDEBUG_ALL);
    -	CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON);
    -
    -#ifdef OPENSSL_SYS_WIN32
    -	CRYPTO_malloc_init();
    -#endif
    +{
    +    BN_GENCB _cb;
    +    DH *a;
    +    DH *b = NULL;
    +    char buf[12];
    +    unsigned char *abuf = NULL, *bbuf = NULL;
    +    int i, alen, blen, aout, bout, ret = 1;
    +    BIO *out;
     
    -	RAND_seed(rnd_seed, sizeof rnd_seed);
    -
    -	out=BIO_new(BIO_s_file());
    -	if (out == NULL) EXIT(1);
    -	BIO_set_fp(out,stdout,BIO_NOCLOSE);
    -
    -	BN_GENCB_set(&_cb, &cb, out);
    -	if(((a = DH_new()) == NULL) || !DH_generate_parameters_ex(a, 64,
    -				DH_GENERATOR_5, &_cb))
    -		goto err;
    -
    -	if (!DH_check(a, &i)) goto err;
    -	if (i & DH_CHECK_P_NOT_PRIME)
    -		BIO_puts(out, "p value is not prime\n");
    -	if (i & DH_CHECK_P_NOT_SAFE_PRIME)
    -		BIO_puts(out, "p value is not a safe prime\n");
    -	if (i & DH_UNABLE_TO_CHECK_GENERATOR)
    -		BIO_puts(out, "unable to check the generator value\n");
    -	if (i & DH_NOT_SUITABLE_GENERATOR)
    -		BIO_puts(out, "the g value is not a generator\n");
    -
    -	BIO_puts(out,"\np    =");
    -	BN_print(out,a->p);
    -	BIO_puts(out,"\ng    =");
    -	BN_print(out,a->g);
    -	BIO_puts(out,"\n");
    -
    -	b=DH_new();
    -	if (b == NULL) goto err;
    -
    -	b->p=BN_dup(a->p);
    -	b->g=BN_dup(a->g);
    -	if ((b->p == NULL) || (b->g == NULL)) goto err;
    -
    -	/* Set a to run with normal modexp and b to use constant time */
    -	a->flags &= ~DH_FLAG_NO_EXP_CONSTTIME;
    -	b->flags |= DH_FLAG_NO_EXP_CONSTTIME;
    -
    -	if (!DH_generate_key(a)) goto err;
    -	BIO_puts(out,"pri 1=");
    -	BN_print(out,a->priv_key);
    -	BIO_puts(out,"\npub 1=");
    -	BN_print(out,a->pub_key);
    -	BIO_puts(out,"\n");
    -
    -	if (!DH_generate_key(b)) goto err;
    -	BIO_puts(out,"pri 2=");
    -	BN_print(out,b->priv_key);
    -	BIO_puts(out,"\npub 2=");
    -	BN_print(out,b->pub_key);
    -	BIO_puts(out,"\n");
    -
    -	alen=DH_size(a);
    -	abuf=(unsigned char *)OPENSSL_malloc(alen);
    -	aout=DH_compute_key(abuf,b->pub_key,a);
    -
    -	BIO_puts(out,"key1 =");
    -	for (i=0; ipub_key,b);
    -
    -	BIO_puts(out,"key2 =");
    -	for (i=0; ip = BN_dup(a->p);
    +    b->g = BN_dup(a->g);
    +    if ((b->p == NULL) || (b->g == NULL))
    +        goto err;
    +
    +    /* Set a to run with normal modexp and b to use constant time */
    +    a->flags &= ~DH_FLAG_NO_EXP_CONSTTIME;
    +    b->flags |= DH_FLAG_NO_EXP_CONSTTIME;
    +
    +    if (!DH_generate_key(a))
    +        goto err;
    +    BIO_puts(out, "pri 1=");
    +    BN_print(out, a->priv_key);
    +    BIO_puts(out, "\npub 1=");
    +    BN_print(out, a->pub_key);
    +    BIO_puts(out, "\n");
    +
    +    if (!DH_generate_key(b))
    +        goto err;
    +    BIO_puts(out, "pri 2=");
    +    BN_print(out, b->priv_key);
    +    BIO_puts(out, "\npub 2=");
    +    BN_print(out, b->pub_key);
    +    BIO_puts(out, "\n");
    +
    +    alen = DH_size(a);
    +    abuf = (unsigned char *)OPENSSL_malloc(alen);
    +    aout = DH_compute_key(abuf, b->pub_key, a);
    +
    +    BIO_puts(out, "key1 =");
    +    for (i = 0; i < aout; i++) {
    +        sprintf(buf, "%02X", abuf[i]);
    +        BIO_puts(out, buf);
    +    }
    +    BIO_puts(out, "\n");
    +
    +    blen = DH_size(b);
    +    bbuf = (unsigned char *)OPENSSL_malloc(blen);
    +    bout = DH_compute_key(bbuf, a->pub_key, b);
    +
    +    BIO_puts(out, "key2 =");
    +    for (i = 0; i < bout; i++) {
    +        sprintf(buf, "%02X", bbuf[i]);
    +        BIO_puts(out, buf);
    +    }
    +    BIO_puts(out, "\n");
    +    if ((aout < 4) || (bout != aout) || (memcmp(abuf, bbuf, aout) != 0)) {
    +        fprintf(stderr, "Error in DH routines\n");
    +        ret = 1;
    +    } else
    +        ret = 0;
    +    if (!run_rfc5114_tests())
    +        ret = 1;
    + err:
    +    ERR_print_errors_fp(stderr);
    +
    +    if (abuf != NULL)
    +        OPENSSL_free(abuf);
    +    if (bbuf != NULL)
    +        OPENSSL_free(bbuf);
    +    if (b != NULL)
    +        DH_free(b);
    +    if (a != NULL)
    +        DH_free(a);
    +    BIO_free(out);
    +# ifdef OPENSSL_SYS_NETWARE
    +    if (ret)
    +        printf("ERROR: %d\n", ret);
    +# endif
    +    EXIT(ret);
    +    return (ret);
    +}
     
     static int MS_CALLBACK cb(int p, int n, BN_GENCB *arg)
    -	{
    -	char c='*';
    -
    -	if (p == 0) c='.';
    -	if (p == 1) c='+';
    -	if (p == 2) c='*';
    -	if (p == 3) c='\n';
    -	BIO_write(arg->arg,&c,1);
    -	(void)BIO_flush(arg->arg);
    -#ifdef LINT
    -	p=n;
    -#endif
    -	return 1;
    -	}
    +{
    +    char c = '*';
    +
    +    if (p == 0)
    +        c = '.';
    +    if (p == 1)
    +        c = '+';
    +    if (p == 2)
    +        c = '*';
    +    if (p == 3)
    +        c = '\n';
    +    BIO_write(arg->arg, &c, 1);
    +    (void)BIO_flush(arg->arg);
    +# ifdef LINT
    +    p = n;
    +# endif
    +    return 1;
    +}
    +
    +/* Test data from RFC 5114 */
    +
    +static const unsigned char dhtest_1024_160_xA[] = {
    +    0xB9, 0xA3, 0xB3, 0xAE, 0x8F, 0xEF, 0xC1, 0xA2, 0x93, 0x04, 0x96, 0x50,
    +    0x70, 0x86, 0xF8, 0x45, 0x5D, 0x48, 0x94, 0x3E
    +};
    +
    +static const unsigned char dhtest_1024_160_yA[] = {
    +    0x2A, 0x85, 0x3B, 0x3D, 0x92, 0x19, 0x75, 0x01, 0xB9, 0x01, 0x5B, 0x2D,
    +    0xEB, 0x3E, 0xD8, 0x4F, 0x5E, 0x02, 0x1D, 0xCC, 0x3E, 0x52, 0xF1, 0x09,
    +    0xD3, 0x27, 0x3D, 0x2B, 0x75, 0x21, 0x28, 0x1C, 0xBA, 0xBE, 0x0E, 0x76,
    +    0xFF, 0x57, 0x27, 0xFA, 0x8A, 0xCC, 0xE2, 0x69, 0x56, 0xBA, 0x9A, 0x1F,
    +    0xCA, 0x26, 0xF2, 0x02, 0x28, 0xD8, 0x69, 0x3F, 0xEB, 0x10, 0x84, 0x1D,
    +    0x84, 0xA7, 0x36, 0x00, 0x54, 0xEC, 0xE5, 0xA7, 0xF5, 0xB7, 0xA6, 0x1A,
    +    0xD3, 0xDF, 0xB3, 0xC6, 0x0D, 0x2E, 0x43, 0x10, 0x6D, 0x87, 0x27, 0xDA,
    +    0x37, 0xDF, 0x9C, 0xCE, 0x95, 0xB4, 0x78, 0x75, 0x5D, 0x06, 0xBC, 0xEA,
    +    0x8F, 0x9D, 0x45, 0x96, 0x5F, 0x75, 0xA5, 0xF3, 0xD1, 0xDF, 0x37, 0x01,
    +    0x16, 0x5F, 0xC9, 0xE5, 0x0C, 0x42, 0x79, 0xCE, 0xB0, 0x7F, 0x98, 0x95,
    +    0x40, 0xAE, 0x96, 0xD5, 0xD8, 0x8E, 0xD7, 0x76
    +};
    +
    +static const unsigned char dhtest_1024_160_xB[] = {
    +    0x93, 0x92, 0xC9, 0xF9, 0xEB, 0x6A, 0x7A, 0x6A, 0x90, 0x22, 0xF7, 0xD8,
    +    0x3E, 0x72, 0x23, 0xC6, 0x83, 0x5B, 0xBD, 0xDA
    +};
    +
    +static const unsigned char dhtest_1024_160_yB[] = {
    +    0x71, 0x7A, 0x6C, 0xB0, 0x53, 0x37, 0x1F, 0xF4, 0xA3, 0xB9, 0x32, 0x94,
    +    0x1C, 0x1E, 0x56, 0x63, 0xF8, 0x61, 0xA1, 0xD6, 0xAD, 0x34, 0xAE, 0x66,
    +    0x57, 0x6D, 0xFB, 0x98, 0xF6, 0xC6, 0xCB, 0xF9, 0xDD, 0xD5, 0xA5, 0x6C,
    +    0x78, 0x33, 0xF6, 0xBC, 0xFD, 0xFF, 0x09, 0x55, 0x82, 0xAD, 0x86, 0x8E,
    +    0x44, 0x0E, 0x8D, 0x09, 0xFD, 0x76, 0x9E, 0x3C, 0xEC, 0xCD, 0xC3, 0xD3,
    +    0xB1, 0xE4, 0xCF, 0xA0, 0x57, 0x77, 0x6C, 0xAA, 0xF9, 0x73, 0x9B, 0x6A,
    +    0x9F, 0xEE, 0x8E, 0x74, 0x11, 0xF8, 0xD6, 0xDA, 0xC0, 0x9D, 0x6A, 0x4E,
    +    0xDB, 0x46, 0xCC, 0x2B, 0x5D, 0x52, 0x03, 0x09, 0x0E, 0xAE, 0x61, 0x26,
    +    0x31, 0x1E, 0x53, 0xFD, 0x2C, 0x14, 0xB5, 0x74, 0xE6, 0xA3, 0x10, 0x9A,
    +    0x3D, 0xA1, 0xBE, 0x41, 0xBD, 0xCE, 0xAA, 0x18, 0x6F, 0x5C, 0xE0, 0x67,
    +    0x16, 0xA2, 0xB6, 0xA0, 0x7B, 0x3C, 0x33, 0xFE
    +};
    +
    +static const unsigned char dhtest_1024_160_Z[] = {
    +    0x5C, 0x80, 0x4F, 0x45, 0x4D, 0x30, 0xD9, 0xC4, 0xDF, 0x85, 0x27, 0x1F,
    +    0x93, 0x52, 0x8C, 0x91, 0xDF, 0x6B, 0x48, 0xAB, 0x5F, 0x80, 0xB3, 0xB5,
    +    0x9C, 0xAA, 0xC1, 0xB2, 0x8F, 0x8A, 0xCB, 0xA9, 0xCD, 0x3E, 0x39, 0xF3,
    +    0xCB, 0x61, 0x45, 0x25, 0xD9, 0x52, 0x1D, 0x2E, 0x64, 0x4C, 0x53, 0xB8,
    +    0x07, 0xB8, 0x10, 0xF3, 0x40, 0x06, 0x2F, 0x25, 0x7D, 0x7D, 0x6F, 0xBF,
    +    0xE8, 0xD5, 0xE8, 0xF0, 0x72, 0xE9, 0xB6, 0xE9, 0xAF, 0xDA, 0x94, 0x13,
    +    0xEA, 0xFB, 0x2E, 0x8B, 0x06, 0x99, 0xB1, 0xFB, 0x5A, 0x0C, 0xAC, 0xED,
    +    0xDE, 0xAE, 0xAD, 0x7E, 0x9C, 0xFB, 0xB3, 0x6A, 0xE2, 0xB4, 0x20, 0x83,
    +    0x5B, 0xD8, 0x3A, 0x19, 0xFB, 0x0B, 0x5E, 0x96, 0xBF, 0x8F, 0xA4, 0xD0,
    +    0x9E, 0x34, 0x55, 0x25, 0x16, 0x7E, 0xCD, 0x91, 0x55, 0x41, 0x6F, 0x46,
    +    0xF4, 0x08, 0xED, 0x31, 0xB6, 0x3C, 0x6E, 0x6D
    +};
    +
    +static const unsigned char dhtest_2048_224_xA[] = {
    +    0x22, 0xE6, 0x26, 0x01, 0xDB, 0xFF, 0xD0, 0x67, 0x08, 0xA6, 0x80, 0xF7,
    +    0x47, 0xF3, 0x61, 0xF7, 0x6D, 0x8F, 0x4F, 0x72, 0x1A, 0x05, 0x48, 0xE4,
    +    0x83, 0x29, 0x4B, 0x0C
    +};
    +
    +static const unsigned char dhtest_2048_224_yA[] = {
    +    0x1B, 0x3A, 0x63, 0x45, 0x1B, 0xD8, 0x86, 0xE6, 0x99, 0xE6, 0x7B, 0x49,
    +    0x4E, 0x28, 0x8B, 0xD7, 0xF8, 0xE0, 0xD3, 0x70, 0xBA, 0xDD, 0xA7, 0xA0,
    +    0xEF, 0xD2, 0xFD, 0xE7, 0xD8, 0xF6, 0x61, 0x45, 0xCC, 0x9F, 0x28, 0x04,
    +    0x19, 0x97, 0x5E, 0xB8, 0x08, 0x87, 0x7C, 0x8A, 0x4C, 0x0C, 0x8E, 0x0B,
    +    0xD4, 0x8D, 0x4A, 0x54, 0x01, 0xEB, 0x1E, 0x87, 0x76, 0xBF, 0xEE, 0xE1,
    +    0x34, 0xC0, 0x38, 0x31, 0xAC, 0x27, 0x3C, 0xD9, 0xD6, 0x35, 0xAB, 0x0C,
    +    0xE0, 0x06, 0xA4, 0x2A, 0x88, 0x7E, 0x3F, 0x52, 0xFB, 0x87, 0x66, 0xB6,
    +    0x50, 0xF3, 0x80, 0x78, 0xBC, 0x8E, 0xE8, 0x58, 0x0C, 0xEF, 0xE2, 0x43,
    +    0x96, 0x8C, 0xFC, 0x4F, 0x8D, 0xC3, 0xDB, 0x08, 0x45, 0x54, 0x17, 0x1D,
    +    0x41, 0xBF, 0x2E, 0x86, 0x1B, 0x7B, 0xB4, 0xD6, 0x9D, 0xD0, 0xE0, 0x1E,
    +    0xA3, 0x87, 0xCB, 0xAA, 0x5C, 0xA6, 0x72, 0xAF, 0xCB, 0xE8, 0xBD, 0xB9,
    +    0xD6, 0x2D, 0x4C, 0xE1, 0x5F, 0x17, 0xDD, 0x36, 0xF9, 0x1E, 0xD1, 0xEE,
    +    0xDD, 0x65, 0xCA, 0x4A, 0x06, 0x45, 0x5C, 0xB9, 0x4C, 0xD4, 0x0A, 0x52,
    +    0xEC, 0x36, 0x0E, 0x84, 0xB3, 0xC9, 0x26, 0xE2, 0x2C, 0x43, 0x80, 0xA3,
    +    0xBF, 0x30, 0x9D, 0x56, 0x84, 0x97, 0x68, 0xB7, 0xF5, 0x2C, 0xFD, 0xF6,
    +    0x55, 0xFD, 0x05, 0x3A, 0x7E, 0xF7, 0x06, 0x97, 0x9E, 0x7E, 0x58, 0x06,
    +    0xB1, 0x7D, 0xFA, 0xE5, 0x3A, 0xD2, 0xA5, 0xBC, 0x56, 0x8E, 0xBB, 0x52,
    +    0x9A, 0x7A, 0x61, 0xD6, 0x8D, 0x25, 0x6F, 0x8F, 0xC9, 0x7C, 0x07, 0x4A,
    +    0x86, 0x1D, 0x82, 0x7E, 0x2E, 0xBC, 0x8C, 0x61, 0x34, 0x55, 0x31, 0x15,
    +    0xB7, 0x0E, 0x71, 0x03, 0x92, 0x0A, 0xA1, 0x6D, 0x85, 0xE5, 0x2B, 0xCB,
    +    0xAB, 0x8D, 0x78, 0x6A, 0x68, 0x17, 0x8F, 0xA8, 0xFF, 0x7C, 0x2F, 0x5C,
    +    0x71, 0x64, 0x8D, 0x6F
    +};
    +
    +static const unsigned char dhtest_2048_224_xB[] = {
    +    0x4F, 0xF3, 0xBC, 0x96, 0xC7, 0xFC, 0x6A, 0x6D, 0x71, 0xD3, 0xB3, 0x63,
    +    0x80, 0x0A, 0x7C, 0xDF, 0xEF, 0x6F, 0xC4, 0x1B, 0x44, 0x17, 0xEA, 0x15,
    +    0x35, 0x3B, 0x75, 0x90
    +};
    +
    +static const unsigned char dhtest_2048_224_yB[] = {
    +    0x4D, 0xCE, 0xE9, 0x92, 0xA9, 0x76, 0x2A, 0x13, 0xF2, 0xF8, 0x38, 0x44,
    +    0xAD, 0x3D, 0x77, 0xEE, 0x0E, 0x31, 0xC9, 0x71, 0x8B, 0x3D, 0xB6, 0xC2,
    +    0x03, 0x5D, 0x39, 0x61, 0x18, 0x2C, 0x3E, 0x0B, 0xA2, 0x47, 0xEC, 0x41,
    +    0x82, 0xD7, 0x60, 0xCD, 0x48, 0xD9, 0x95, 0x99, 0x97, 0x06, 0x22, 0xA1,
    +    0x88, 0x1B, 0xBA, 0x2D, 0xC8, 0x22, 0x93, 0x9C, 0x78, 0xC3, 0x91, 0x2C,
    +    0x66, 0x61, 0xFA, 0x54, 0x38, 0xB2, 0x07, 0x66, 0x22, 0x2B, 0x75, 0xE2,
    +    0x4C, 0x2E, 0x3A, 0xD0, 0xC7, 0x28, 0x72, 0x36, 0x12, 0x95, 0x25, 0xEE,
    +    0x15, 0xB5, 0xDD, 0x79, 0x98, 0xAA, 0x04, 0xC4, 0xA9, 0x69, 0x6C, 0xAC,
    +    0xD7, 0x17, 0x20, 0x83, 0xA9, 0x7A, 0x81, 0x66, 0x4E, 0xAD, 0x2C, 0x47,
    +    0x9E, 0x44, 0x4E, 0x4C, 0x06, 0x54, 0xCC, 0x19, 0xE2, 0x8D, 0x77, 0x03,
    +    0xCE, 0xE8, 0xDA, 0xCD, 0x61, 0x26, 0xF5, 0xD6, 0x65, 0xEC, 0x52, 0xC6,
    +    0x72, 0x55, 0xDB, 0x92, 0x01, 0x4B, 0x03, 0x7E, 0xB6, 0x21, 0xA2, 0xAC,
    +    0x8E, 0x36, 0x5D, 0xE0, 0x71, 0xFF, 0xC1, 0x40, 0x0A, 0xCF, 0x07, 0x7A,
    +    0x12, 0x91, 0x3D, 0xD8, 0xDE, 0x89, 0x47, 0x34, 0x37, 0xAB, 0x7B, 0xA3,
    +    0x46, 0x74, 0x3C, 0x1B, 0x21, 0x5D, 0xD9, 0xC1, 0x21, 0x64, 0xA7, 0xE4,
    +    0x05, 0x31, 0x18, 0xD1, 0x99, 0xBE, 0xC8, 0xEF, 0x6F, 0xC5, 0x61, 0x17,
    +    0x0C, 0x84, 0xC8, 0x7D, 0x10, 0xEE, 0x9A, 0x67, 0x4A, 0x1F, 0xA8, 0xFF,
    +    0xE1, 0x3B, 0xDF, 0xBA, 0x1D, 0x44, 0xDE, 0x48, 0x94, 0x6D, 0x68, 0xDC,
    +    0x0C, 0xDD, 0x77, 0x76, 0x35, 0xA7, 0xAB, 0x5B, 0xFB, 0x1E, 0x4B, 0xB7,
    +    0xB8, 0x56, 0xF9, 0x68, 0x27, 0x73, 0x4C, 0x18, 0x41, 0x38, 0xE9, 0x15,
    +    0xD9, 0xC3, 0x00, 0x2E, 0xBC, 0xE5, 0x31, 0x20, 0x54, 0x6A, 0x7E, 0x20,
    +    0x02, 0x14, 0x2B, 0x6C
    +};
    +
    +static const unsigned char dhtest_2048_224_Z[] = {
    +    0x34, 0xD9, 0xBD, 0xDC, 0x1B, 0x42, 0x17, 0x6C, 0x31, 0x3F, 0xEA, 0x03,
    +    0x4C, 0x21, 0x03, 0x4D, 0x07, 0x4A, 0x63, 0x13, 0xBB, 0x4E, 0xCD, 0xB3,
    +    0x70, 0x3F, 0xFF, 0x42, 0x45, 0x67, 0xA4, 0x6B, 0xDF, 0x75, 0x53, 0x0E,
    +    0xDE, 0x0A, 0x9D, 0xA5, 0x22, 0x9D, 0xE7, 0xD7, 0x67, 0x32, 0x28, 0x6C,
    +    0xBC, 0x0F, 0x91, 0xDA, 0x4C, 0x3C, 0x85, 0x2F, 0xC0, 0x99, 0xC6, 0x79,
    +    0x53, 0x1D, 0x94, 0xC7, 0x8A, 0xB0, 0x3D, 0x9D, 0xEC, 0xB0, 0xA4, 0xE4,
    +    0xCA, 0x8B, 0x2B, 0xB4, 0x59, 0x1C, 0x40, 0x21, 0xCF, 0x8C, 0xE3, 0xA2,
    +    0x0A, 0x54, 0x1D, 0x33, 0x99, 0x40, 0x17, 0xD0, 0x20, 0x0A, 0xE2, 0xC9,
    +    0x51, 0x6E, 0x2F, 0xF5, 0x14, 0x57, 0x79, 0x26, 0x9E, 0x86, 0x2B, 0x0F,
    +    0xB4, 0x74, 0xA2, 0xD5, 0x6D, 0xC3, 0x1E, 0xD5, 0x69, 0xA7, 0x70, 0x0B,
    +    0x4C, 0x4A, 0xB1, 0x6B, 0x22, 0xA4, 0x55, 0x13, 0x53, 0x1E, 0xF5, 0x23,
    +    0xD7, 0x12, 0x12, 0x07, 0x7B, 0x5A, 0x16, 0x9B, 0xDE, 0xFF, 0xAD, 0x7A,
    +    0xD9, 0x60, 0x82, 0x84, 0xC7, 0x79, 0x5B, 0x6D, 0x5A, 0x51, 0x83, 0xB8,
    +    0x70, 0x66, 0xDE, 0x17, 0xD8, 0xD6, 0x71, 0xC9, 0xEB, 0xD8, 0xEC, 0x89,
    +    0x54, 0x4D, 0x45, 0xEC, 0x06, 0x15, 0x93, 0xD4, 0x42, 0xC6, 0x2A, 0xB9,
    +    0xCE, 0x3B, 0x1C, 0xB9, 0x94, 0x3A, 0x1D, 0x23, 0xA5, 0xEA, 0x3B, 0xCF,
    +    0x21, 0xA0, 0x14, 0x71, 0xE6, 0x7E, 0x00, 0x3E, 0x7F, 0x8A, 0x69, 0xC7,
    +    0x28, 0xBE, 0x49, 0x0B, 0x2F, 0xC8, 0x8C, 0xFE, 0xB9, 0x2D, 0xB6, 0xA2,
    +    0x15, 0xE5, 0xD0, 0x3C, 0x17, 0xC4, 0x64, 0xC9, 0xAC, 0x1A, 0x46, 0xE2,
    +    0x03, 0xE1, 0x3F, 0x95, 0x29, 0x95, 0xFB, 0x03, 0xC6, 0x9D, 0x3C, 0xC4,
    +    0x7F, 0xCB, 0x51, 0x0B, 0x69, 0x98, 0xFF, 0xD3, 0xAA, 0x6D, 0xE7, 0x3C,
    +    0xF9, 0xF6, 0x38, 0x69
    +};
    +
    +static const unsigned char dhtest_2048_256_xA[] = {
    +    0x08, 0x81, 0x38, 0x2C, 0xDB, 0x87, 0x66, 0x0C, 0x6D, 0xC1, 0x3E, 0x61,
    +    0x49, 0x38, 0xD5, 0xB9, 0xC8, 0xB2, 0xF2, 0x48, 0x58, 0x1C, 0xC5, 0xE3,
    +    0x1B, 0x35, 0x45, 0x43, 0x97, 0xFC, 0xE5, 0x0E
    +};
    +
    +static const unsigned char dhtest_2048_256_yA[] = {
    +    0x2E, 0x93, 0x80, 0xC8, 0x32, 0x3A, 0xF9, 0x75, 0x45, 0xBC, 0x49, 0x41,
    +    0xDE, 0xB0, 0xEC, 0x37, 0x42, 0xC6, 0x2F, 0xE0, 0xEC, 0xE8, 0x24, 0xA6,
    +    0xAB, 0xDB, 0xE6, 0x6C, 0x59, 0xBE, 0xE0, 0x24, 0x29, 0x11, 0xBF, 0xB9,
    +    0x67, 0x23, 0x5C, 0xEB, 0xA3, 0x5A, 0xE1, 0x3E, 0x4E, 0xC7, 0x52, 0xBE,
    +    0x63, 0x0B, 0x92, 0xDC, 0x4B, 0xDE, 0x28, 0x47, 0xA9, 0xC6, 0x2C, 0xB8,
    +    0x15, 0x27, 0x45, 0x42, 0x1F, 0xB7, 0xEB, 0x60, 0xA6, 0x3C, 0x0F, 0xE9,
    +    0x15, 0x9F, 0xCC, 0xE7, 0x26, 0xCE, 0x7C, 0xD8, 0x52, 0x3D, 0x74, 0x50,
    +    0x66, 0x7E, 0xF8, 0x40, 0xE4, 0x91, 0x91, 0x21, 0xEB, 0x5F, 0x01, 0xC8,
    +    0xC9, 0xB0, 0xD3, 0xD6, 0x48, 0xA9, 0x3B, 0xFB, 0x75, 0x68, 0x9E, 0x82,
    +    0x44, 0xAC, 0x13, 0x4A, 0xF5, 0x44, 0x71, 0x1C, 0xE7, 0x9A, 0x02, 0xDC,
    +    0xC3, 0x42, 0x26, 0x68, 0x47, 0x80, 0xDD, 0xDC, 0xB4, 0x98, 0x59, 0x41,
    +    0x06, 0xC3, 0x7F, 0x5B, 0xC7, 0x98, 0x56, 0x48, 0x7A, 0xF5, 0xAB, 0x02,
    +    0x2A, 0x2E, 0x5E, 0x42, 0xF0, 0x98, 0x97, 0xC1, 0xA8, 0x5A, 0x11, 0xEA,
    +    0x02, 0x12, 0xAF, 0x04, 0xD9, 0xB4, 0xCE, 0xBC, 0x93, 0x7C, 0x3C, 0x1A,
    +    0x3E, 0x15, 0xA8, 0xA0, 0x34, 0x2E, 0x33, 0x76, 0x15, 0xC8, 0x4E, 0x7F,
    +    0xE3, 0xB8, 0xB9, 0xB8, 0x7F, 0xB1, 0xE7, 0x3A, 0x15, 0xAF, 0x12, 0xA3,
    +    0x0D, 0x74, 0x6E, 0x06, 0xDF, 0xC3, 0x4F, 0x29, 0x0D, 0x79, 0x7C, 0xE5,
    +    0x1A, 0xA1, 0x3A, 0xA7, 0x85, 0xBF, 0x66, 0x58, 0xAF, 0xF5, 0xE4, 0xB0,
    +    0x93, 0x00, 0x3C, 0xBE, 0xAF, 0x66, 0x5B, 0x3C, 0x2E, 0x11, 0x3A, 0x3A,
    +    0x4E, 0x90, 0x52, 0x69, 0x34, 0x1D, 0xC0, 0x71, 0x14, 0x26, 0x68, 0x5F,
    +    0x4E, 0xF3, 0x7E, 0x86, 0x8A, 0x81, 0x26, 0xFF, 0x3F, 0x22, 0x79, 0xB5,
    +    0x7C, 0xA6, 0x7E, 0x29
    +};
    +
    +static const unsigned char dhtest_2048_256_xB[] = {
    +    0x7D, 0x62, 0xA7, 0xE3, 0xEF, 0x36, 0xDE, 0x61, 0x7B, 0x13, 0xD1, 0xAF,
    +    0xB8, 0x2C, 0x78, 0x0D, 0x83, 0xA2, 0x3B, 0xD4, 0xEE, 0x67, 0x05, 0x64,
    +    0x51, 0x21, 0xF3, 0x71, 0xF5, 0x46, 0xA5, 0x3D
    +};
    +
    +static const unsigned char dhtest_2048_256_yB[] = {
    +    0x57, 0x5F, 0x03, 0x51, 0xBD, 0x2B, 0x1B, 0x81, 0x74, 0x48, 0xBD, 0xF8,
    +    0x7A, 0x6C, 0x36, 0x2C, 0x1E, 0x28, 0x9D, 0x39, 0x03, 0xA3, 0x0B, 0x98,
    +    0x32, 0xC5, 0x74, 0x1F, 0xA2, 0x50, 0x36, 0x3E, 0x7A, 0xCB, 0xC7, 0xF7,
    +    0x7F, 0x3D, 0xAC, 0xBC, 0x1F, 0x13, 0x1A, 0xDD, 0x8E, 0x03, 0x36, 0x7E,
    +    0xFF, 0x8F, 0xBB, 0xB3, 0xE1, 0xC5, 0x78, 0x44, 0x24, 0x80, 0x9B, 0x25,
    +    0xAF, 0xE4, 0xD2, 0x26, 0x2A, 0x1A, 0x6F, 0xD2, 0xFA, 0xB6, 0x41, 0x05,
    +    0xCA, 0x30, 0xA6, 0x74, 0xE0, 0x7F, 0x78, 0x09, 0x85, 0x20, 0x88, 0x63,
    +    0x2F, 0xC0, 0x49, 0x23, 0x37, 0x91, 0xAD, 0x4E, 0xDD, 0x08, 0x3A, 0x97,
    +    0x8B, 0x88, 0x3E, 0xE6, 0x18, 0xBC, 0x5E, 0x0D, 0xD0, 0x47, 0x41, 0x5F,
    +    0x2D, 0x95, 0xE6, 0x83, 0xCF, 0x14, 0x82, 0x6B, 0x5F, 0xBE, 0x10, 0xD3,
    +    0xCE, 0x41, 0xC6, 0xC1, 0x20, 0xC7, 0x8A, 0xB2, 0x00, 0x08, 0xC6, 0x98,
    +    0xBF, 0x7F, 0x0B, 0xCA, 0xB9, 0xD7, 0xF4, 0x07, 0xBE, 0xD0, 0xF4, 0x3A,
    +    0xFB, 0x29, 0x70, 0xF5, 0x7F, 0x8D, 0x12, 0x04, 0x39, 0x63, 0xE6, 0x6D,
    +    0xDD, 0x32, 0x0D, 0x59, 0x9A, 0xD9, 0x93, 0x6C, 0x8F, 0x44, 0x13, 0x7C,
    +    0x08, 0xB1, 0x80, 0xEC, 0x5E, 0x98, 0x5C, 0xEB, 0xE1, 0x86, 0xF3, 0xD5,
    +    0x49, 0x67, 0x7E, 0x80, 0x60, 0x73, 0x31, 0xEE, 0x17, 0xAF, 0x33, 0x80,
    +    0xA7, 0x25, 0xB0, 0x78, 0x23, 0x17, 0xD7, 0xDD, 0x43, 0xF5, 0x9D, 0x7A,
    +    0xF9, 0x56, 0x8A, 0x9B, 0xB6, 0x3A, 0x84, 0xD3, 0x65, 0xF9, 0x22, 0x44,
    +    0xED, 0x12, 0x09, 0x88, 0x21, 0x93, 0x02, 0xF4, 0x29, 0x24, 0xC7, 0xCA,
    +    0x90, 0xB8, 0x9D, 0x24, 0xF7, 0x1B, 0x0A, 0xB6, 0x97, 0x82, 0x3D, 0x7D,
    +    0xEB, 0x1A, 0xFF, 0x5B, 0x0E, 0x8E, 0x4A, 0x45, 0xD4, 0x9F, 0x7F, 0x53,
    +    0x75, 0x7E, 0x19, 0x13
    +};
    +
    +static const unsigned char dhtest_2048_256_Z[] = {
    +    0x86, 0xC7, 0x0B, 0xF8, 0xD0, 0xBB, 0x81, 0xBB, 0x01, 0x07, 0x8A, 0x17,
    +    0x21, 0x9C, 0xB7, 0xD2, 0x72, 0x03, 0xDB, 0x2A, 0x19, 0xC8, 0x77, 0xF1,
    +    0xD1, 0xF1, 0x9F, 0xD7, 0xD7, 0x7E, 0xF2, 0x25, 0x46, 0xA6, 0x8F, 0x00,
    +    0x5A, 0xD5, 0x2D, 0xC8, 0x45, 0x53, 0xB7, 0x8F, 0xC6, 0x03, 0x30, 0xBE,
    +    0x51, 0xEA, 0x7C, 0x06, 0x72, 0xCA, 0xC1, 0x51, 0x5E, 0x4B, 0x35, 0xC0,
    +    0x47, 0xB9, 0xA5, 0x51, 0xB8, 0x8F, 0x39, 0xDC, 0x26, 0xDA, 0x14, 0xA0,
    +    0x9E, 0xF7, 0x47, 0x74, 0xD4, 0x7C, 0x76, 0x2D, 0xD1, 0x77, 0xF9, 0xED,
    +    0x5B, 0xC2, 0xF1, 0x1E, 0x52, 0xC8, 0x79, 0xBD, 0x95, 0x09, 0x85, 0x04,
    +    0xCD, 0x9E, 0xEC, 0xD8, 0xA8, 0xF9, 0xB3, 0xEF, 0xBD, 0x1F, 0x00, 0x8A,
    +    0xC5, 0x85, 0x30, 0x97, 0xD9, 0xD1, 0x83, 0x7F, 0x2B, 0x18, 0xF7, 0x7C,
    +    0xD7, 0xBE, 0x01, 0xAF, 0x80, 0xA7, 0xC7, 0xB5, 0xEA, 0x3C, 0xA5, 0x4C,
    +    0xC0, 0x2D, 0x0C, 0x11, 0x6F, 0xEE, 0x3F, 0x95, 0xBB, 0x87, 0x39, 0x93,
    +    0x85, 0x87, 0x5D, 0x7E, 0x86, 0x74, 0x7E, 0x67, 0x6E, 0x72, 0x89, 0x38,
    +    0xAC, 0xBF, 0xF7, 0x09, 0x8E, 0x05, 0xBE, 0x4D, 0xCF, 0xB2, 0x40, 0x52,
    +    0xB8, 0x3A, 0xEF, 0xFB, 0x14, 0x78, 0x3F, 0x02, 0x9A, 0xDB, 0xDE, 0x7F,
    +    0x53, 0xFA, 0xE9, 0x20, 0x84, 0x22, 0x40, 0x90, 0xE0, 0x07, 0xCE, 0xE9,
    +    0x4D, 0x4B, 0xF2, 0xBA, 0xCE, 0x9F, 0xFD, 0x4B, 0x57, 0xD2, 0xAF, 0x7C,
    +    0x72, 0x4D, 0x0C, 0xAA, 0x19, 0xBF, 0x05, 0x01, 0xF6, 0xF1, 0x7B, 0x4A,
    +    0xA1, 0x0F, 0x42, 0x5E, 0x3E, 0xA7, 0x60, 0x80, 0xB4, 0xB9, 0xD6, 0xB3,
    +    0xCE, 0xFE, 0xA1, 0x15, 0xB2, 0xCE, 0xB8, 0x78, 0x9B, 0xB8, 0xA3, 0xB0,
    +    0xEA, 0x87, 0xFE, 0xBE, 0x63, 0xB6, 0xC8, 0xF8, 0x46, 0xEC, 0x6D, 0xB0,
    +    0xC2, 0x6C, 0x5D, 0x7C
    +};
    +
    +typedef struct {
    +    DH *(*get_param) (void);
    +    const unsigned char *xA;
    +    size_t xA_len;
    +    const unsigned char *yA;
    +    size_t yA_len;
    +    const unsigned char *xB;
    +    size_t xB_len;
    +    const unsigned char *yB;
    +    size_t yB_len;
    +    const unsigned char *Z;
    +    size_t Z_len;
    +} rfc5114_td;
    +
    +# define make_rfc5114_td(pre) { \
    +        DH_get_##pre, \
    +        dhtest_##pre##_xA, sizeof(dhtest_##pre##_xA), \
    +        dhtest_##pre##_yA, sizeof(dhtest_##pre##_yA), \
    +        dhtest_##pre##_xB, sizeof(dhtest_##pre##_xB), \
    +        dhtest_##pre##_yB, sizeof(dhtest_##pre##_yB), \
    +        dhtest_##pre##_Z, sizeof(dhtest_##pre##_Z) \
    +        }
    +
    +static const rfc5114_td rfctd[] = {
    +        make_rfc5114_td(1024_160),
    +        make_rfc5114_td(2048_224),
    +        make_rfc5114_td(2048_256)
    +};
    +
    +static int run_rfc5114_tests(void)
    +{
    +    int i;
    +    for (i = 0; i < (int)(sizeof(rfctd) / sizeof(rfc5114_td)); i++) {
    +        DH *dhA, *dhB;
    +        unsigned char *Z1 = NULL, *Z2 = NULL;
    +        const rfc5114_td *td = rfctd + i;
    +        /* Set up DH structures setting key components */
    +        dhA = td->get_param();
    +        dhB = td->get_param();
    +        if (!dhA || !dhB)
    +            goto bad_err;
    +
    +        dhA->priv_key = BN_bin2bn(td->xA, td->xA_len, NULL);
    +        dhA->pub_key = BN_bin2bn(td->yA, td->yA_len, NULL);
    +
    +        dhB->priv_key = BN_bin2bn(td->xB, td->xB_len, NULL);
    +        dhB->pub_key = BN_bin2bn(td->yB, td->yB_len, NULL);
    +
    +        if (!dhA->priv_key || !dhA->pub_key
    +            || !dhB->priv_key || !dhB->pub_key)
    +            goto bad_err;
    +
    +        if ((td->Z_len != (size_t)DH_size(dhA))
    +            || (td->Z_len != (size_t)DH_size(dhB)))
    +            goto err;
    +
    +        Z1 = OPENSSL_malloc(DH_size(dhA));
    +        Z2 = OPENSSL_malloc(DH_size(dhB));
    +        /*
    +         * Work out shared secrets using both sides and compare with expected
    +         * values.
    +         */
    +        if (!DH_compute_key(Z1, dhB->pub_key, dhA))
    +            goto bad_err;
    +        if (!DH_compute_key(Z2, dhA->pub_key, dhB))
    +            goto bad_err;
    +
    +        if (memcmp(Z1, td->Z, td->Z_len))
    +            goto err;
    +        if (memcmp(Z2, td->Z, td->Z_len))
    +            goto err;
    +
    +        printf("RFC5114 parameter test %d OK\n", i + 1);
    +
    +        DH_free(dhA);
    +        DH_free(dhB);
    +        OPENSSL_free(Z1);
    +        OPENSSL_free(Z2);
    +
    +    }
    +    return 1;
    + bad_err:
    +    fprintf(stderr, "Initalisation error RFC5114 set %d\n", i + 1);
    +    ERR_print_errors_fp(stderr);
    +    return 0;
    + err:
    +    fprintf(stderr, "Test failed RFC5114 set %d\n", i + 1);
    +    return 0;
    +}
    +
     #endif
    diff --git a/openssl/crypto/dh/p1024.c b/openssl/crypto/dh/p1024.c
    index 368ceca4e..a4b014b6a 100644
    --- a/openssl/crypto/dh/p1024.c
    +++ b/openssl/crypto/dh/p1024.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,31 +62,31 @@
     #include 
     #include 
     
    -unsigned char data[]={0x97,0xF6,0x42,0x61,0xCA,0xB5,0x05,0xDD,
    -	0x28,0x28,0xE1,0x3F,0x1D,0x68,0xB6,0xD3,
    -	0xDB,0xD0,0xF3,0x13,0x04,0x7F,0x40,0xE8,
    -	0x56,0xDA,0x58,0xCB,0x13,0xB8,0xA1,0xBF,
    -	0x2B,0x78,0x3A,0x4C,0x6D,0x59,0xD5,0xF9,
    -	0x2A,0xFC,0x6C,0xFF,0x3D,0x69,0x3F,0x78,
    -	0xB2,0x3D,0x4F,0x31,0x60,0xA9,0x50,0x2E,
    -	0x3E,0xFA,0xF7,0xAB,0x5E,0x1A,0xD5,0xA6,
    -	0x5E,0x55,0x43,0x13,0x82,0x8D,0xA8,0x3B,
    -	0x9F,0xF2,0xD9,0x41,0xDE,0xE9,0x56,0x89,
    -	0xFA,0xDA,0xEA,0x09,0x36,0xAD,0xDF,0x19,
    -	0x71,0xFE,0x63,0x5B,0x20,0xAF,0x47,0x03,
    -	0x64,0x60,0x3C,0x2D,0xE0,0x59,0xF5,0x4B,
    -	0x65,0x0A,0xD8,0xFA,0x0C,0xF7,0x01,0x21,
    -	0xC7,0x47,0x99,0xD7,0x58,0x71,0x32,0xBE,
    -	0x9B,0x99,0x9B,0xB9,0xB7,0x87,0xE8,0xAB,
    -	};
    +unsigned char data[] = { 0x97, 0xF6, 0x42, 0x61, 0xCA, 0xB5, 0x05, 0xDD,
    +    0x28, 0x28, 0xE1, 0x3F, 0x1D, 0x68, 0xB6, 0xD3,
    +    0xDB, 0xD0, 0xF3, 0x13, 0x04, 0x7F, 0x40, 0xE8,
    +    0x56, 0xDA, 0x58, 0xCB, 0x13, 0xB8, 0xA1, 0xBF,
    +    0x2B, 0x78, 0x3A, 0x4C, 0x6D, 0x59, 0xD5, 0xF9,
    +    0x2A, 0xFC, 0x6C, 0xFF, 0x3D, 0x69, 0x3F, 0x78,
    +    0xB2, 0x3D, 0x4F, 0x31, 0x60, 0xA9, 0x50, 0x2E,
    +    0x3E, 0xFA, 0xF7, 0xAB, 0x5E, 0x1A, 0xD5, 0xA6,
    +    0x5E, 0x55, 0x43, 0x13, 0x82, 0x8D, 0xA8, 0x3B,
    +    0x9F, 0xF2, 0xD9, 0x41, 0xDE, 0xE9, 0x56, 0x89,
    +    0xFA, 0xDA, 0xEA, 0x09, 0x36, 0xAD, 0xDF, 0x19,
    +    0x71, 0xFE, 0x63, 0x5B, 0x20, 0xAF, 0x47, 0x03,
    +    0x64, 0x60, 0x3C, 0x2D, 0xE0, 0x59, 0xF5, 0x4B,
    +    0x65, 0x0A, 0xD8, 0xFA, 0x0C, 0xF7, 0x01, 0x21,
    +    0xC7, 0x47, 0x99, 0xD7, 0x58, 0x71, 0x32, 0xBE,
    +    0x9B, 0x99, 0x9B, 0xB9, 0xB7, 0x87, 0xE8, 0xAB,
    +};
     
     main()
    -	{
    -	DH *dh;
    +{
    +    DH *dh;
     
    -	dh=DH_new();
    -	dh->p=BN_bin2bn(data,sizeof(data),NULL);
    -	dh->g=BN_new();
    -	BN_set_word(dh->g,2);
    -	PEM_write_DHparams(stdout,dh);
    -	}
    +    dh = DH_new();
    +    dh->p = BN_bin2bn(data, sizeof(data), NULL);
    +    dh->g = BN_new();
    +    BN_set_word(dh->g, 2);
    +    PEM_write_DHparams(stdout, dh);
    +}
    diff --git a/openssl/crypto/dh/p192.c b/openssl/crypto/dh/p192.c
    index 7bdf40410..9f49f7683 100644
    --- a/openssl/crypto/dh/p192.c
    +++ b/openssl/crypto/dh/p192.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,19 +62,19 @@
     #include 
     #include 
     
    -unsigned char data[]={
    -0xD4,0xA0,0xBA,0x02,0x50,0xB6,0xFD,0x2E,
    -0xC6,0x26,0xE7,0xEF,0xD6,0x37,0xDF,0x76,
    -0xC7,0x16,0xE2,0x2D,0x09,0x44,0xB8,0x8B,
    -	};
    +unsigned char data[] = {
    +    0xD4, 0xA0, 0xBA, 0x02, 0x50, 0xB6, 0xFD, 0x2E,
    +    0xC6, 0x26, 0xE7, 0xEF, 0xD6, 0x37, 0xDF, 0x76,
    +    0xC7, 0x16, 0xE2, 0x2D, 0x09, 0x44, 0xB8, 0x8B,
    +};
     
     main()
    -	{
    -	DH *dh;
    +{
    +    DH *dh;
     
    -	dh=DH_new();
    -	dh->p=BN_bin2bn(data,sizeof(data),NULL);
    -	dh->g=BN_new();
    -	BN_set_word(dh->g,3);
    -	PEM_write_DHparams(stdout,dh);
    -	}
    +    dh = DH_new();
    +    dh->p = BN_bin2bn(data, sizeof(data), NULL);
    +    dh->g = BN_new();
    +    BN_set_word(dh->g, 3);
    +    PEM_write_DHparams(stdout, dh);
    +}
    diff --git a/openssl/crypto/dh/p512.c b/openssl/crypto/dh/p512.c
    index a9b6aa83f..606fa4d6c 100644
    --- a/openssl/crypto/dh/p512.c
    +++ b/openssl/crypto/dh/p512.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,24 +62,24 @@
     #include 
     #include 
     
    -unsigned char data[]={
    -0xDA,0x58,0x3C,0x16,0xD9,0x85,0x22,0x89,
    -0xD0,0xE4,0xAF,0x75,0x6F,0x4C,0xCA,0x92,
    -0xDD,0x4B,0xE5,0x33,0xB8,0x04,0xFB,0x0F,
    -0xED,0x94,0xEF,0x9C,0x8A,0x44,0x03,0xED,
    -0x57,0x46,0x50,0xD3,0x69,0x99,0xDB,0x29,
    -0xD7,0x76,0x27,0x6B,0xA2,0xD3,0xD4,0x12,
    -0xE2,0x18,0xF4,0xDD,0x1E,0x08,0x4C,0xF6,
    -0xD8,0x00,0x3E,0x7C,0x47,0x74,0xE8,0x33,
    -	};
    +unsigned char data[] = {
    +    0xDA, 0x58, 0x3C, 0x16, 0xD9, 0x85, 0x22, 0x89,
    +    0xD0, 0xE4, 0xAF, 0x75, 0x6F, 0x4C, 0xCA, 0x92,
    +    0xDD, 0x4B, 0xE5, 0x33, 0xB8, 0x04, 0xFB, 0x0F,
    +    0xED, 0x94, 0xEF, 0x9C, 0x8A, 0x44, 0x03, 0xED,
    +    0x57, 0x46, 0x50, 0xD3, 0x69, 0x99, 0xDB, 0x29,
    +    0xD7, 0x76, 0x27, 0x6B, 0xA2, 0xD3, 0xD4, 0x12,
    +    0xE2, 0x18, 0xF4, 0xDD, 0x1E, 0x08, 0x4C, 0xF6,
    +    0xD8, 0x00, 0x3E, 0x7C, 0x47, 0x74, 0xE8, 0x33,
    +};
     
     main()
    -	{
    -	DH *dh;
    +{
    +    DH *dh;
     
    -	dh=DH_new();
    -	dh->p=BN_bin2bn(data,sizeof(data),NULL);
    -	dh->g=BN_new();
    -	BN_set_word(dh->g,2);
    -	PEM_write_DHparams(stdout,dh);
    -	}
    +    dh = DH_new();
    +    dh->p = BN_bin2bn(data, sizeof(data), NULL);
    +    dh->g = BN_new();
    +    BN_set_word(dh->g, 2);
    +    PEM_write_DHparams(stdout, dh);
    +}
    diff --git a/openssl/crypto/dsa/dsa.h b/openssl/crypto/dsa/dsa.h
    index a6f6d0b0b..545358fd0 100644
    --- a/openssl/crypto/dsa/dsa.h
    +++ b/openssl/crypto/dsa/dsa.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,54 +63,55 @@
      * stylistic vision for SSLeay :-) */
     
     #ifndef HEADER_DSA_H
    -#define HEADER_DSA_H
    +# define HEADER_DSA_H
     
    -#include 
    +# include 
     
    -#ifdef OPENSSL_NO_DSA
    -#error DSA is disabled.
    -#endif
    +# ifdef OPENSSL_NO_DSA
    +#  error DSA is disabled.
    +# endif
     
    -#ifndef OPENSSL_NO_BIO
    -#include 
    -#endif
    -#include 
    -#include 
    +# ifndef OPENSSL_NO_BIO
    +#  include 
    +# endif
    +# include 
    +# include 
     
    -#ifndef OPENSSL_NO_DEPRECATED
    -#include 
    -#ifndef OPENSSL_NO_DH
    -# include 
    -#endif
    -#endif
    +# ifndef OPENSSL_NO_DEPRECATED
    +#  include 
    +#  ifndef OPENSSL_NO_DH
    +#   include 
    +#  endif
    +# endif
     
    -#ifndef OPENSSL_DSA_MAX_MODULUS_BITS
    -# define OPENSSL_DSA_MAX_MODULUS_BITS	10000
    -#endif
    +# ifndef OPENSSL_DSA_MAX_MODULUS_BITS
    +#  define OPENSSL_DSA_MAX_MODULUS_BITS   10000
    +# endif
     
    -#define DSA_FLAG_CACHE_MONT_P	0x01
    -#define DSA_FLAG_NO_EXP_CONSTTIME       0x02 /* new with 0.9.7h; the built-in DSA
    -                                              * implementation now uses constant time
    -                                              * modular exponentiation for secret exponents
    -                                              * by default. This flag causes the
    -                                              * faster variable sliding window method to
    -                                              * be used for all exponents.
    -                                              */
    -
    -/* If this flag is set the DSA method is FIPS compliant and can be used
    - * in FIPS mode. This is set in the validated module method. If an
    - * application sets this flag in its own methods it is its reposibility
    - * to ensure the result is compliant.
    +# define DSA_FLAG_CACHE_MONT_P   0x01
    +/*
    + * new with 0.9.7h; the built-in DSA implementation now uses constant time
    + * modular exponentiation for secret exponents by default. This flag causes
    + * the faster variable sliding window method to be used for all exponents.
      */
    +# define DSA_FLAG_NO_EXP_CONSTTIME       0x02
     
    -#define DSA_FLAG_FIPS_METHOD			0x0400
    +/*
    + * If this flag is set the DSA method is FIPS compliant and can be used in
    + * FIPS mode. This is set in the validated module method. If an application
    + * sets this flag in its own methods it is its reposibility to ensure the
    + * result is compliant.
    + */
     
    -/* If this flag is set the operations normally disabled in FIPS mode are
    +# define DSA_FLAG_FIPS_METHOD                    0x0400
    +
    +/*
    + * If this flag is set the operations normally disabled in FIPS mode are
      * permitted it is then the applications responsibility to ensure that the
      * usage is compliant.
      */
     
    -#define DSA_FLAG_NON_FIPS_ALLOW			0x0400
    +# define DSA_FLAG_NON_FIPS_ALLOW                 0x0400
     
     #ifdef  __cplusplus
     extern "C" {
    @@ -120,160 +121,161 @@ extern "C" {
     /* typedef struct dsa_st DSA; */
     /* typedef struct dsa_method DSA_METHOD; */
     
    -typedef struct DSA_SIG_st
    -	{
    -	BIGNUM *r;
    -	BIGNUM *s;
    -	} DSA_SIG;
    -
    -struct dsa_method
    -	{
    -	const char *name;
    -	DSA_SIG * (*dsa_do_sign)(const unsigned char *dgst, int dlen, DSA *dsa);
    -	int (*dsa_sign_setup)(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
    -								BIGNUM **rp);
    -	int (*dsa_do_verify)(const unsigned char *dgst, int dgst_len,
    -			     DSA_SIG *sig, DSA *dsa);
    -	int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
    -			BIGNUM *a2, BIGNUM *p2, BIGNUM *m, BN_CTX *ctx,
    -			BN_MONT_CTX *in_mont);
    -	int (*bn_mod_exp)(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p,
    -				const BIGNUM *m, BN_CTX *ctx,
    -				BN_MONT_CTX *m_ctx); /* Can be null */
    -	int (*init)(DSA *dsa);
    -	int (*finish)(DSA *dsa);
    -	int flags;
    -	char *app_data;
    -	/* If this is non-NULL, it is used to generate DSA parameters */
    -	int (*dsa_paramgen)(DSA *dsa, int bits,
    -			const unsigned char *seed, int seed_len,
    -			int *counter_ret, unsigned long *h_ret,
    -			BN_GENCB *cb);
    -	/* If this is non-NULL, it is used to generate DSA keys */
    -	int (*dsa_keygen)(DSA *dsa);
    -	};
    -
    -struct dsa_st
    -	{
    -	/* This first variable is used to pick up errors where
    -	 * a DSA is passed instead of of a EVP_PKEY */
    -	int pad;
    -	long version;
    -	int write_params;
    -	BIGNUM *p;
    -	BIGNUM *q;	/* == 20 */
    -	BIGNUM *g;
    -
    -	BIGNUM *pub_key;  /* y public key */
    -	BIGNUM *priv_key; /* x private key */
    -
    -	BIGNUM *kinv;	/* Signing pre-calc */
    -	BIGNUM *r;	/* Signing pre-calc */
    -
    -	int flags;
    -	/* Normally used to cache montgomery values */
    -	BN_MONT_CTX *method_mont_p;
    -	int references;
    -	CRYPTO_EX_DATA ex_data;
    -	const DSA_METHOD *meth;
    -	/* functional reference if 'meth' is ENGINE-provided */
    -	ENGINE *engine;
    -	};
    -
    -#define d2i_DSAparams_fp(fp,x) (DSA *)ASN1_d2i_fp((char *(*)())DSA_new, \
    -		(char *(*)())d2i_DSAparams,(fp),(unsigned char **)(x))
    -#define i2d_DSAparams_fp(fp,x) ASN1_i2d_fp(i2d_DSAparams,(fp), \
    -		(unsigned char *)(x))
    -#define d2i_DSAparams_bio(bp,x) ASN1_d2i_bio_of(DSA,DSA_new,d2i_DSAparams,bp,x)
    -#define i2d_DSAparams_bio(bp,x) ASN1_i2d_bio_of_const(DSA,i2d_DSAparams,bp,x)
    -
    +typedef struct DSA_SIG_st {
    +    BIGNUM *r;
    +    BIGNUM *s;
    +} DSA_SIG;
    +
    +struct dsa_method {
    +    const char *name;
    +    DSA_SIG *(*dsa_do_sign) (const unsigned char *dgst, int dlen, DSA *dsa);
    +    int (*dsa_sign_setup) (DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
    +                           BIGNUM **rp);
    +    int (*dsa_do_verify) (const unsigned char *dgst, int dgst_len,
    +                          DSA_SIG *sig, DSA *dsa);
    +    int (*dsa_mod_exp) (DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
    +                        BIGNUM *a2, BIGNUM *p2, BIGNUM *m, BN_CTX *ctx,
    +                        BN_MONT_CTX *in_mont);
    +    /* Can be null */
    +    int (*bn_mod_exp) (DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p,
    +                       const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
    +    int (*init) (DSA *dsa);
    +    int (*finish) (DSA *dsa);
    +    int flags;
    +    char *app_data;
    +    /* If this is non-NULL, it is used to generate DSA parameters */
    +    int (*dsa_paramgen) (DSA *dsa, int bits,
    +                         const unsigned char *seed, int seed_len,
    +                         int *counter_ret, unsigned long *h_ret,
    +                         BN_GENCB *cb);
    +    /* If this is non-NULL, it is used to generate DSA keys */
    +    int (*dsa_keygen) (DSA *dsa);
    +};
    +
    +struct dsa_st {
    +    /*
    +     * This first variable is used to pick up errors where a DSA is passed
    +     * instead of of a EVP_PKEY
    +     */
    +    int pad;
    +    long version;
    +    int write_params;
    +    BIGNUM *p;
    +    BIGNUM *q;                  /* == 20 */
    +    BIGNUM *g;
    +    BIGNUM *pub_key;            /* y public key */
    +    BIGNUM *priv_key;           /* x private key */
    +    BIGNUM *kinv;               /* Signing pre-calc */
    +    BIGNUM *r;                  /* Signing pre-calc */
    +    int flags;
    +    /* Normally used to cache montgomery values */
    +    BN_MONT_CTX *method_mont_p;
    +    int references;
    +    CRYPTO_EX_DATA ex_data;
    +    const DSA_METHOD *meth;
    +    /* functional reference if 'meth' is ENGINE-provided */
    +    ENGINE *engine;
    +};
    +
    +# define d2i_DSAparams_fp(fp,x) (DSA *)ASN1_d2i_fp((char *(*)())DSA_new, \
    +                (char *(*)())d2i_DSAparams,(fp),(unsigned char **)(x))
    +# define i2d_DSAparams_fp(fp,x) ASN1_i2d_fp(i2d_DSAparams,(fp), \
    +                (unsigned char *)(x))
    +# define d2i_DSAparams_bio(bp,x) ASN1_d2i_bio_of(DSA,DSA_new,d2i_DSAparams,bp,x)
    +# define i2d_DSAparams_bio(bp,x) ASN1_i2d_bio_of_const(DSA,i2d_DSAparams,bp,x)
     
     DSA *DSAparams_dup(DSA *x);
    -DSA_SIG * DSA_SIG_new(void);
    -void	DSA_SIG_free(DSA_SIG *a);
    -int	i2d_DSA_SIG(const DSA_SIG *a, unsigned char **pp);
    -DSA_SIG * d2i_DSA_SIG(DSA_SIG **v, const unsigned char **pp, long length);
    +DSA_SIG *DSA_SIG_new(void);
    +void DSA_SIG_free(DSA_SIG *a);
    +int i2d_DSA_SIG(const DSA_SIG *a, unsigned char **pp);
    +DSA_SIG *d2i_DSA_SIG(DSA_SIG **v, const unsigned char **pp, long length);
     
    -DSA_SIG * DSA_do_sign(const unsigned char *dgst,int dlen,DSA *dsa);
    -int	DSA_do_verify(const unsigned char *dgst,int dgst_len,
    -		      DSA_SIG *sig,DSA *dsa);
    +DSA_SIG *DSA_do_sign(const unsigned char *dgst, int dlen, DSA *dsa);
    +int DSA_do_verify(const unsigned char *dgst, int dgst_len,
    +                  DSA_SIG *sig, DSA *dsa);
     
     const DSA_METHOD *DSA_OpenSSL(void);
     
    -void	DSA_set_default_method(const DSA_METHOD *);
    +void DSA_set_default_method(const DSA_METHOD *);
     const DSA_METHOD *DSA_get_default_method(void);
    -int	DSA_set_method(DSA *dsa, const DSA_METHOD *);
    +int DSA_set_method(DSA *dsa, const DSA_METHOD *);
     
    -DSA *	DSA_new(void);
    -DSA *	DSA_new_method(ENGINE *engine);
    -void	DSA_free (DSA *r);
    +DSA *DSA_new(void);
    +DSA *DSA_new_method(ENGINE *engine);
    +void DSA_free(DSA *r);
     /* "up" the DSA object's reference count */
    -int	DSA_up_ref(DSA *r);
    -int	DSA_size(const DSA *);
    -	/* next 4 return -1 on error */
    -int	DSA_sign_setup( DSA *dsa,BN_CTX *ctx_in,BIGNUM **kinvp,BIGNUM **rp);
    -int	DSA_sign(int type,const unsigned char *dgst,int dlen,
    -		unsigned char *sig, unsigned int *siglen, DSA *dsa);
    -int	DSA_verify(int type,const unsigned char *dgst,int dgst_len,
    -		const unsigned char *sigbuf, int siglen, DSA *dsa);
    +int DSA_up_ref(DSA *r);
    +int DSA_size(const DSA *);
    +        /* next 4 return -1 on error */
    +int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp);
    +int DSA_sign(int type, const unsigned char *dgst, int dlen,
    +             unsigned char *sig, unsigned int *siglen, DSA *dsa);
    +int DSA_verify(int type, const unsigned char *dgst, int dgst_len,
    +               const unsigned char *sigbuf, int siglen, DSA *dsa);
     int DSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
    -	     CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
    +                         CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
     int DSA_set_ex_data(DSA *d, int idx, void *arg);
     void *DSA_get_ex_data(DSA *d, int idx);
     
    -DSA *	d2i_DSAPublicKey(DSA **a, const unsigned char **pp, long length);
    -DSA *	d2i_DSAPrivateKey(DSA **a, const unsigned char **pp, long length);
    -DSA * 	d2i_DSAparams(DSA **a, const unsigned char **pp, long length);
    +DSA *d2i_DSAPublicKey(DSA **a, const unsigned char **pp, long length);
    +DSA *d2i_DSAPrivateKey(DSA **a, const unsigned char **pp, long length);
    +DSA *d2i_DSAparams(DSA **a, const unsigned char **pp, long length);
     
     /* Deprecated version */
    -#ifndef OPENSSL_NO_DEPRECATED
    -DSA *	DSA_generate_parameters(int bits,
    -		unsigned char *seed,int seed_len,
    -		int *counter_ret, unsigned long *h_ret,void
    -		(*callback)(int, int, void *),void *cb_arg);
    -#endif /* !defined(OPENSSL_NO_DEPRECATED) */
    +# ifndef OPENSSL_NO_DEPRECATED
    +DSA *DSA_generate_parameters(int bits,
    +                             unsigned char *seed, int seed_len,
    +                             int *counter_ret, unsigned long *h_ret, void
    +                              (*callback) (int, int, void *), void *cb_arg);
    +# endif                         /* !defined(OPENSSL_NO_DEPRECATED) */
     
     /* New version */
    -int	DSA_generate_parameters_ex(DSA *dsa, int bits,
    -		const unsigned char *seed,int seed_len,
    -		int *counter_ret, unsigned long *h_ret, BN_GENCB *cb);
    -
    -int	DSA_generate_key(DSA *a);
    -int	i2d_DSAPublicKey(const DSA *a, unsigned char **pp);
    -int 	i2d_DSAPrivateKey(const DSA *a, unsigned char **pp);
    -int	i2d_DSAparams(const DSA *a,unsigned char **pp);
    -
    -#ifndef OPENSSL_NO_BIO
    -int	DSAparams_print(BIO *bp, const DSA *x);
    -int	DSA_print(BIO *bp, const DSA *x, int off);
    -#endif
    -#ifndef OPENSSL_NO_FP_API
    -int	DSAparams_print_fp(FILE *fp, const DSA *x);
    -int	DSA_print_fp(FILE *bp, const DSA *x, int off);
    -#endif
    -
    -#define DSS_prime_checks 50
    -/* Primality test according to FIPS PUB 186[-1], Appendix 2.1:
    - * 50 rounds of Rabin-Miller */
    -#define DSA_is_prime(n, callback, cb_arg) \
    -	BN_is_prime(n, DSS_prime_checks, callback, NULL, cb_arg)
    +int DSA_generate_parameters_ex(DSA *dsa, int bits,
    +                               const unsigned char *seed, int seed_len,
    +                               int *counter_ret, unsigned long *h_ret,
    +                               BN_GENCB *cb);
    +
    +int DSA_generate_key(DSA *a);
    +int i2d_DSAPublicKey(const DSA *a, unsigned char **pp);
    +int i2d_DSAPrivateKey(const DSA *a, unsigned char **pp);
    +int i2d_DSAparams(const DSA *a, unsigned char **pp);
    +
    +# ifndef OPENSSL_NO_BIO
    +int DSAparams_print(BIO *bp, const DSA *x);
    +int DSA_print(BIO *bp, const DSA *x, int off);
    +# endif
    +# ifndef OPENSSL_NO_FP_API
    +int DSAparams_print_fp(FILE *fp, const DSA *x);
    +int DSA_print_fp(FILE *bp, const DSA *x, int off);
    +# endif
    +
    +# define DSS_prime_checks 50
    +/*
    + * Primality test according to FIPS PUB 186[-1], Appendix 2.1: 50 rounds of
    + * Rabin-Miller
    + */
    +# define DSA_is_prime(n, callback, cb_arg) \
    +        BN_is_prime(n, DSS_prime_checks, callback, NULL, cb_arg)
     
    -#ifndef OPENSSL_NO_DH
    -/* Convert DSA structure (key or just parameters) into DH structure
    - * (be careful to avoid small subgroup attacks when using this!) */
    +# ifndef OPENSSL_NO_DH
    +/*
    + * Convert DSA structure (key or just parameters) into DH structure (be
    + * careful to avoid small subgroup attacks when using this!)
    + */
     DH *DSA_dup_DH(const DSA *r);
    -#endif
    +# endif
     
    -#define EVP_PKEY_CTX_set_dsa_paramgen_bits(ctx, nbits) \
    -	EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN, \
    -				EVP_PKEY_CTRL_DSA_PARAMGEN_BITS, nbits, NULL)
    +# define EVP_PKEY_CTX_set_dsa_paramgen_bits(ctx, nbits) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN, \
    +                                EVP_PKEY_CTRL_DSA_PARAMGEN_BITS, nbits, NULL)
     
    -#define	EVP_PKEY_CTRL_DSA_PARAMGEN_BITS		(EVP_PKEY_ALG_CTRL + 1)
    -#define	EVP_PKEY_CTRL_DSA_PARAMGEN_Q_BITS	(EVP_PKEY_ALG_CTRL + 2)
    -#define	EVP_PKEY_CTRL_DSA_PARAMGEN_MD		(EVP_PKEY_ALG_CTRL + 3)
    +# define EVP_PKEY_CTRL_DSA_PARAMGEN_BITS         (EVP_PKEY_ALG_CTRL + 1)
    +# define EVP_PKEY_CTRL_DSA_PARAMGEN_Q_BITS       (EVP_PKEY_ALG_CTRL + 2)
    +# define EVP_PKEY_CTRL_DSA_PARAMGEN_MD           (EVP_PKEY_ALG_CTRL + 3)
     
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     void ERR_load_DSA_strings(void);
    @@ -281,45 +283,48 @@ void ERR_load_DSA_strings(void);
     /* Error codes for the DSA functions. */
     
     /* Function codes. */
    -#define DSA_F_D2I_DSA_SIG				 110
    -#define DSA_F_DO_DSA_PRINT				 104
    -#define DSA_F_DSAPARAMS_PRINT				 100
    -#define DSA_F_DSAPARAMS_PRINT_FP			 101
    -#define DSA_F_DSA_DO_SIGN				 112
    -#define DSA_F_DSA_DO_VERIFY				 113
    -#define DSA_F_DSA_GENERATE_KEY				 124
    -#define DSA_F_DSA_GENERATE_PARAMETERS_EX		 123
    -#define DSA_F_DSA_NEW_METHOD				 103
    -#define DSA_F_DSA_PARAM_DECODE				 119
    -#define DSA_F_DSA_PRINT_FP				 105
    -#define DSA_F_DSA_PRIV_DECODE				 115
    -#define DSA_F_DSA_PRIV_ENCODE				 116
    -#define DSA_F_DSA_PUB_DECODE				 117
    -#define DSA_F_DSA_PUB_ENCODE				 118
    -#define DSA_F_DSA_SIGN					 106
    -#define DSA_F_DSA_SIGN_SETUP				 107
    -#define DSA_F_DSA_SIG_NEW				 109
    -#define DSA_F_DSA_SIG_PRINT				 125
    -#define DSA_F_DSA_VERIFY				 108
    -#define DSA_F_I2D_DSA_SIG				 111
    -#define DSA_F_OLD_DSA_PRIV_DECODE			 122
    -#define DSA_F_PKEY_DSA_CTRL				 120
    -#define DSA_F_PKEY_DSA_KEYGEN				 121
    -#define DSA_F_SIG_CB					 114
    +# define DSA_F_D2I_DSA_SIG                                110
    +# define DSA_F_DO_DSA_PRINT                               104
    +# define DSA_F_DSAPARAMS_PRINT                            100
    +# define DSA_F_DSAPARAMS_PRINT_FP                         101
    +# define DSA_F_DSA_BUILTIN_PARAMGEN2                      126
    +# define DSA_F_DSA_DO_SIGN                                112
    +# define DSA_F_DSA_DO_VERIFY                              113
    +# define DSA_F_DSA_GENERATE_KEY                           124
    +# define DSA_F_DSA_GENERATE_PARAMETERS_EX                 123
    +# define DSA_F_DSA_NEW_METHOD                             103
    +# define DSA_F_DSA_PARAM_DECODE                           119
    +# define DSA_F_DSA_PRINT_FP                               105
    +# define DSA_F_DSA_PRIV_DECODE                            115
    +# define DSA_F_DSA_PRIV_ENCODE                            116
    +# define DSA_F_DSA_PUB_DECODE                             117
    +# define DSA_F_DSA_PUB_ENCODE                             118
    +# define DSA_F_DSA_SIGN                                   106
    +# define DSA_F_DSA_SIGN_SETUP                             107
    +# define DSA_F_DSA_SIG_NEW                                109
    +# define DSA_F_DSA_SIG_PRINT                              125
    +# define DSA_F_DSA_VERIFY                                 108
    +# define DSA_F_I2D_DSA_SIG                                111
    +# define DSA_F_OLD_DSA_PRIV_DECODE                        122
    +# define DSA_F_PKEY_DSA_CTRL                              120
    +# define DSA_F_PKEY_DSA_KEYGEN                            121
    +# define DSA_F_SIG_CB                                     114
     
     /* Reason codes. */
    -#define DSA_R_BAD_Q_VALUE				 102
    -#define DSA_R_BN_DECODE_ERROR				 108
    -#define DSA_R_BN_ERROR					 109
    -#define DSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE		 100
    -#define DSA_R_DECODE_ERROR				 104
    -#define DSA_R_INVALID_DIGEST_TYPE			 106
    -#define DSA_R_MISSING_PARAMETERS			 101
    -#define DSA_R_MODULUS_TOO_LARGE				 103
    -#define DSA_R_NEED_NEW_SETUP_VALUES			 110
    -#define DSA_R_NON_FIPS_DSA_METHOD			 111
    -#define DSA_R_NO_PARAMETERS_SET				 107
    -#define DSA_R_PARAMETER_ENCODING_ERROR			 105
    +# define DSA_R_BAD_Q_VALUE                                102
    +# define DSA_R_BN_DECODE_ERROR                            108
    +# define DSA_R_BN_ERROR                                   109
    +# define DSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE                100
    +# define DSA_R_DECODE_ERROR                               104
    +# define DSA_R_INVALID_DIGEST_TYPE                        106
    +# define DSA_R_INVALID_PARAMETERS                         112
    +# define DSA_R_MISSING_PARAMETERS                         101
    +# define DSA_R_MODULUS_TOO_LARGE                          103
    +# define DSA_R_NEED_NEW_SETUP_VALUES                      110
    +# define DSA_R_NON_FIPS_DSA_METHOD                        111
    +# define DSA_R_NO_PARAMETERS_SET                          107
    +# define DSA_R_PARAMETER_ENCODING_ERROR                   105
    +# define DSA_R_Q_NOT_PRIME                                113
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/dsa/dsa_ameth.c b/openssl/crypto/dsa/dsa_ameth.c
    index 5af76eade..c142ce702 100644
    --- a/openssl/crypto/dsa/dsa_ameth.c
    +++ b/openssl/crypto/dsa/dsa_ameth.c
    @@ -1,5 +1,6 @@
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2006.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2006.
      */
     /* ====================================================================
      * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
    @@ -9,7 +10,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,648 +63,613 @@
     #include 
     #include 
     #ifndef OPENSSL_NO_CMS
    -#include 
    +# include 
     #endif
     #include "asn1_locl.h"
     
     static int dsa_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey)
    -	{
    -	const unsigned char *p, *pm;
    -	int pklen, pmlen;
    -	int ptype;
    -	void *pval;
    -	ASN1_STRING *pstr;
    -	X509_ALGOR *palg;
    -	ASN1_INTEGER *public_key = NULL;
    -
    -	DSA *dsa = NULL;
    -
    -	if (!X509_PUBKEY_get0_param(NULL, &p, &pklen, &palg, pubkey))
    -		return 0;
    -	X509_ALGOR_get0(NULL, &ptype, &pval, palg);
    -
    -
    -	if (ptype == V_ASN1_SEQUENCE)
    -		{
    -		pstr = pval;	
    -		pm = pstr->data;
    -		pmlen = pstr->length;
    -
    -		if (!(dsa = d2i_DSAparams(NULL, &pm, pmlen)))
    -			{
    -			DSAerr(DSA_F_DSA_PUB_DECODE, DSA_R_DECODE_ERROR);
    -			goto err;
    -			}
    -
    -		}
    -	else if ((ptype == V_ASN1_NULL) || (ptype == V_ASN1_UNDEF))
    -		{
    -		if (!(dsa = DSA_new()))
    -			{
    -			DSAerr(DSA_F_DSA_PUB_DECODE, ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -		}
    -	else
    -		{
    -		DSAerr(DSA_F_DSA_PUB_DECODE, DSA_R_PARAMETER_ENCODING_ERROR);
    -		goto err;
    -		}
    -
    -	if (!(public_key=d2i_ASN1_INTEGER(NULL, &p, pklen)))
    -		{
    -		DSAerr(DSA_F_DSA_PUB_DECODE, DSA_R_DECODE_ERROR);
    -		goto err;
    -		}
    -
    -	if (!(dsa->pub_key = ASN1_INTEGER_to_BN(public_key, NULL)))
    -		{
    -		DSAerr(DSA_F_DSA_PUB_DECODE, DSA_R_BN_DECODE_ERROR);
    -		goto err;
    -		}
    -
    -	ASN1_INTEGER_free(public_key);
    -	EVP_PKEY_assign_DSA(pkey, dsa);
    -	return 1;
    -
    -	err:
    -	if (public_key)
    -		ASN1_INTEGER_free(public_key);
    -	if (dsa)
    -		DSA_free(dsa);
    -	return 0;
    -
    -	}
    +{
    +    const unsigned char *p, *pm;
    +    int pklen, pmlen;
    +    int ptype;
    +    void *pval;
    +    ASN1_STRING *pstr;
    +    X509_ALGOR *palg;
    +    ASN1_INTEGER *public_key = NULL;
    +
    +    DSA *dsa = NULL;
    +
    +    if (!X509_PUBKEY_get0_param(NULL, &p, &pklen, &palg, pubkey))
    +        return 0;
    +    X509_ALGOR_get0(NULL, &ptype, &pval, palg);
    +
    +    if (ptype == V_ASN1_SEQUENCE) {
    +        pstr = pval;
    +        pm = pstr->data;
    +        pmlen = pstr->length;
    +
    +        if (!(dsa = d2i_DSAparams(NULL, &pm, pmlen))) {
    +            DSAerr(DSA_F_DSA_PUB_DECODE, DSA_R_DECODE_ERROR);
    +            goto err;
    +        }
    +
    +    } else if ((ptype == V_ASN1_NULL) || (ptype == V_ASN1_UNDEF)) {
    +        if (!(dsa = DSA_new())) {
    +            DSAerr(DSA_F_DSA_PUB_DECODE, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +    } else {
    +        DSAerr(DSA_F_DSA_PUB_DECODE, DSA_R_PARAMETER_ENCODING_ERROR);
    +        goto err;
    +    }
    +
    +    if (!(public_key = d2i_ASN1_INTEGER(NULL, &p, pklen))) {
    +        DSAerr(DSA_F_DSA_PUB_DECODE, DSA_R_DECODE_ERROR);
    +        goto err;
    +    }
    +
    +    if (!(dsa->pub_key = ASN1_INTEGER_to_BN(public_key, NULL))) {
    +        DSAerr(DSA_F_DSA_PUB_DECODE, DSA_R_BN_DECODE_ERROR);
    +        goto err;
    +    }
    +
    +    ASN1_INTEGER_free(public_key);
    +    EVP_PKEY_assign_DSA(pkey, dsa);
    +    return 1;
    +
    + err:
    +    if (public_key)
    +        ASN1_INTEGER_free(public_key);
    +    if (dsa)
    +        DSA_free(dsa);
    +    return 0;
    +
    +}
     
     static int dsa_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey)
    -	{
    -	DSA *dsa;
    -	void *pval = NULL;
    -	int ptype;
    -	unsigned char *penc = NULL;
    -	int penclen;
    -
    -	dsa=pkey->pkey.dsa;
    -	if (pkey->save_parameters && dsa->p && dsa->q && dsa->g)
    -		{
    -		ASN1_STRING *str;
    -		str = ASN1_STRING_new();
    -		str->length = i2d_DSAparams(dsa, &str->data);
    -		if (str->length <= 0)
    -			{
    -			DSAerr(DSA_F_DSA_PUB_ENCODE, ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -		pval = str;
    -		ptype = V_ASN1_SEQUENCE;
    -		}
    -	else
    -		ptype = V_ASN1_UNDEF;
    -
    -	dsa->write_params=0;
    -
    -	penclen = i2d_DSAPublicKey(dsa, &penc);
    -
    -	if (penclen <= 0)
    -		{
    -		DSAerr(DSA_F_DSA_PUB_ENCODE, ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	if (X509_PUBKEY_set0_param(pk, OBJ_nid2obj(EVP_PKEY_DSA),
    -				ptype, pval, penc, penclen))
    -		return 1;
    -
    -	err:
    -	if (penc)
    -		OPENSSL_free(penc);
    -	if (pval)
    -		ASN1_STRING_free(pval);
    -
    -	return 0;
    -	}
    -
    -/* In PKCS#8 DSA: you just get a private key integer and parameters in the
    +{
    +    DSA *dsa;
    +    void *pval = NULL;
    +    int ptype;
    +    unsigned char *penc = NULL;
    +    int penclen;
    +
    +    dsa = pkey->pkey.dsa;
    +    if (pkey->save_parameters && dsa->p && dsa->q && dsa->g) {
    +        ASN1_STRING *str;
    +        str = ASN1_STRING_new();
    +        str->length = i2d_DSAparams(dsa, &str->data);
    +        if (str->length <= 0) {
    +            DSAerr(DSA_F_DSA_PUB_ENCODE, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +        pval = str;
    +        ptype = V_ASN1_SEQUENCE;
    +    } else
    +        ptype = V_ASN1_UNDEF;
    +
    +    dsa->write_params = 0;
    +
    +    penclen = i2d_DSAPublicKey(dsa, &penc);
    +
    +    if (penclen <= 0) {
    +        DSAerr(DSA_F_DSA_PUB_ENCODE, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    if (X509_PUBKEY_set0_param(pk, OBJ_nid2obj(EVP_PKEY_DSA),
    +                               ptype, pval, penc, penclen))
    +        return 1;
    +
    + err:
    +    if (penc)
    +        OPENSSL_free(penc);
    +    if (pval)
    +        ASN1_STRING_free(pval);
    +
    +    return 0;
    +}
    +
    +/*
    + * In PKCS#8 DSA: you just get a private key integer and parameters in the
      * AlgorithmIdentifier the pubkey must be recalculated.
      */
    -	
    +
     static int dsa_priv_decode(EVP_PKEY *pkey, PKCS8_PRIV_KEY_INFO *p8)
    -	{
    -	const unsigned char *p, *pm;
    -	int pklen, pmlen;
    -	int ptype;
    -	void *pval;
    -	ASN1_STRING *pstr;
    -	X509_ALGOR *palg;
    -	ASN1_INTEGER *privkey = NULL;
    -	BN_CTX *ctx = NULL;
    -
    -	STACK_OF(ASN1_TYPE) *ndsa = NULL;
    -	DSA *dsa = NULL;
    -
    -	if (!PKCS8_pkey_get0(NULL, &p, &pklen, &palg, p8))
    -		return 0;
    -	X509_ALGOR_get0(NULL, &ptype, &pval, palg);
    -
    -	/* Check for broken DSA PKCS#8, UGH! */
    -	if (*p == (V_ASN1_SEQUENCE|V_ASN1_CONSTRUCTED))
    -		{
    -		ASN1_TYPE *t1, *t2;
    -	    	if(!(ndsa = d2i_ASN1_SEQUENCE_ANY(NULL, &p, pklen)))
    -			goto decerr;
    -		if (sk_ASN1_TYPE_num(ndsa) != 2)
    -			goto decerr;
    -		/* Handle Two broken types:
    -	    	 * SEQUENCE {parameters, priv_key}
    -		 * SEQUENCE {pub_key, priv_key}
    -		 */
    -
    -		t1 = sk_ASN1_TYPE_value(ndsa, 0);
    -		t2 = sk_ASN1_TYPE_value(ndsa, 1);
    -		if (t1->type == V_ASN1_SEQUENCE)
    -			{
    -			p8->broken = PKCS8_EMBEDDED_PARAM;
    -			pval = t1->value.ptr;
    -			}
    -		else if (ptype == V_ASN1_SEQUENCE)
    -			p8->broken = PKCS8_NS_DB;
    -		else
    -			goto decerr;
    -
    -		if (t2->type != V_ASN1_INTEGER)
    -			goto decerr;
    -
    -		privkey = t2->value.integer;
    -		}
    -	else
    -		{
    -		const unsigned char *q = p;
    -		if (!(privkey=d2i_ASN1_INTEGER(NULL, &p, pklen)))
    -			goto decerr;
    -		if (privkey->type == V_ASN1_NEG_INTEGER)
    -			{
    -			p8->broken = PKCS8_NEG_PRIVKEY;
    -			ASN1_INTEGER_free(privkey);
    -			if (!(privkey=d2i_ASN1_UINTEGER(NULL, &q, pklen)))
    -				goto decerr;
    -			}
    -		if (ptype != V_ASN1_SEQUENCE)
    -			goto decerr;
    -		}
    -
    -	pstr = pval;	
    -	pm = pstr->data;
    -	pmlen = pstr->length;
    -	if (!(dsa = d2i_DSAparams(NULL, &pm, pmlen)))
    -		goto decerr;
    -	/* We have parameters now set private key */
    -	if (!(dsa->priv_key = ASN1_INTEGER_to_BN(privkey, NULL)))
    -		{
    -		DSAerr(DSA_F_DSA_PRIV_DECODE,DSA_R_BN_ERROR);
    -		goto dsaerr;
    -		}
    -	/* Calculate public key */
    -	if (!(dsa->pub_key = BN_new()))
    -		{
    -		DSAerr(DSA_F_DSA_PRIV_DECODE, ERR_R_MALLOC_FAILURE);
    -		goto dsaerr;
    -		}
    -	if (!(ctx = BN_CTX_new()))
    -		{
    -		DSAerr(DSA_F_DSA_PRIV_DECODE, ERR_R_MALLOC_FAILURE);
    -		goto dsaerr;
    -		}
    -			
    -	if (!BN_mod_exp(dsa->pub_key, dsa->g, dsa->priv_key, dsa->p, ctx))
    -		{
    -		DSAerr(DSA_F_DSA_PRIV_DECODE,DSA_R_BN_ERROR);
    -		goto dsaerr;
    -		}
    -
    -	EVP_PKEY_assign_DSA(pkey, dsa);
    -	BN_CTX_free (ctx);
    -	if(ndsa)
    -		sk_ASN1_TYPE_pop_free(ndsa, ASN1_TYPE_free);
    -	else
    -		ASN1_INTEGER_free(privkey);
    -
    -	return 1;
    -
    -	decerr:
    -	DSAerr(DSA_F_DSA_PRIV_DECODE, EVP_R_DECODE_ERROR);
    -	dsaerr:
    -	BN_CTX_free (ctx);
    -	if (privkey)
    -		ASN1_INTEGER_free(privkey);
    -	sk_ASN1_TYPE_pop_free(ndsa, ASN1_TYPE_free);
    -	DSA_free(dsa);
    -	return 0;
    -	}
    +{
    +    const unsigned char *p, *pm;
    +    int pklen, pmlen;
    +    int ptype;
    +    void *pval;
    +    ASN1_STRING *pstr;
    +    X509_ALGOR *palg;
    +    ASN1_INTEGER *privkey = NULL;
    +    BN_CTX *ctx = NULL;
    +
    +    STACK_OF(ASN1_TYPE) *ndsa = NULL;
    +    DSA *dsa = NULL;
    +
    +    if (!PKCS8_pkey_get0(NULL, &p, &pklen, &palg, p8))
    +        return 0;
    +    X509_ALGOR_get0(NULL, &ptype, &pval, palg);
    +
    +    /* Check for broken DSA PKCS#8, UGH! */
    +    if (*p == (V_ASN1_SEQUENCE | V_ASN1_CONSTRUCTED)) {
    +        ASN1_TYPE *t1, *t2;
    +        if (!(ndsa = d2i_ASN1_SEQUENCE_ANY(NULL, &p, pklen)))
    +            goto decerr;
    +        if (sk_ASN1_TYPE_num(ndsa) != 2)
    +            goto decerr;
    +        /*-
    +         * Handle Two broken types:
    +         * SEQUENCE {parameters, priv_key}
    +         * SEQUENCE {pub_key, priv_key}
    +         */
    +
    +        t1 = sk_ASN1_TYPE_value(ndsa, 0);
    +        t2 = sk_ASN1_TYPE_value(ndsa, 1);
    +        if (t1->type == V_ASN1_SEQUENCE) {
    +            p8->broken = PKCS8_EMBEDDED_PARAM;
    +            pval = t1->value.ptr;
    +        } else if (ptype == V_ASN1_SEQUENCE)
    +            p8->broken = PKCS8_NS_DB;
    +        else
    +            goto decerr;
    +
    +        if (t2->type != V_ASN1_INTEGER)
    +            goto decerr;
    +
    +        privkey = t2->value.integer;
    +    } else {
    +        const unsigned char *q = p;
    +        if (!(privkey = d2i_ASN1_INTEGER(NULL, &p, pklen)))
    +            goto decerr;
    +        if (privkey->type == V_ASN1_NEG_INTEGER) {
    +            p8->broken = PKCS8_NEG_PRIVKEY;
    +            ASN1_INTEGER_free(privkey);
    +            if (!(privkey = d2i_ASN1_UINTEGER(NULL, &q, pklen)))
    +                goto decerr;
    +        }
    +        if (ptype != V_ASN1_SEQUENCE)
    +            goto decerr;
    +    }
    +
    +    pstr = pval;
    +    pm = pstr->data;
    +    pmlen = pstr->length;
    +    if (!(dsa = d2i_DSAparams(NULL, &pm, pmlen)))
    +        goto decerr;
    +    /* We have parameters now set private key */
    +    if (!(dsa->priv_key = ASN1_INTEGER_to_BN(privkey, NULL))) {
    +        DSAerr(DSA_F_DSA_PRIV_DECODE, DSA_R_BN_ERROR);
    +        goto dsaerr;
    +    }
    +    /* Calculate public key */
    +    if (!(dsa->pub_key = BN_new())) {
    +        DSAerr(DSA_F_DSA_PRIV_DECODE, ERR_R_MALLOC_FAILURE);
    +        goto dsaerr;
    +    }
    +    if (!(ctx = BN_CTX_new())) {
    +        DSAerr(DSA_F_DSA_PRIV_DECODE, ERR_R_MALLOC_FAILURE);
    +        goto dsaerr;
    +    }
    +
    +    if (!BN_mod_exp(dsa->pub_key, dsa->g, dsa->priv_key, dsa->p, ctx)) {
    +        DSAerr(DSA_F_DSA_PRIV_DECODE, DSA_R_BN_ERROR);
    +        goto dsaerr;
    +    }
    +
    +    EVP_PKEY_assign_DSA(pkey, dsa);
    +    BN_CTX_free(ctx);
    +    if (ndsa)
    +        sk_ASN1_TYPE_pop_free(ndsa, ASN1_TYPE_free);
    +    else
    +        ASN1_INTEGER_free(privkey);
    +
    +    return 1;
    +
    + decerr:
    +    DSAerr(DSA_F_DSA_PRIV_DECODE, EVP_R_DECODE_ERROR);
    + dsaerr:
    +    BN_CTX_free(ctx);
    +    if (privkey)
    +        ASN1_INTEGER_free(privkey);
    +    sk_ASN1_TYPE_pop_free(ndsa, ASN1_TYPE_free);
    +    DSA_free(dsa);
    +    return 0;
    +}
     
     static int dsa_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey)
     {
    -	ASN1_STRING *params = NULL;
    -	ASN1_INTEGER *prkey = NULL;
    -	unsigned char *dp = NULL;
    -	int dplen;
    -
    -	if (!pkey->pkey.dsa || !pkey->pkey.dsa->priv_key)
    -		{
    -		DSAerr(DSA_F_DSA_PRIV_ENCODE,DSA_R_MISSING_PARAMETERS);
    -		goto err;
    -		}
    -
    -	params = ASN1_STRING_new();
    -
    -	if (!params)
    -		{
    -		DSAerr(DSA_F_DSA_PRIV_ENCODE,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	params->length = i2d_DSAparams(pkey->pkey.dsa, ¶ms->data);
    -	if (params->length <= 0)
    -		{
    -		DSAerr(DSA_F_DSA_PRIV_ENCODE,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -	params->type = V_ASN1_SEQUENCE;
    -
    -	/* Get private key into integer */
    -	prkey = BN_to_ASN1_INTEGER(pkey->pkey.dsa->priv_key, NULL);
    -
    -	if (!prkey)
    -		{
    -		DSAerr(DSA_F_DSA_PRIV_ENCODE,DSA_R_BN_ERROR);
    -		goto err;
    -		}
    -
    -	dplen = i2d_ASN1_INTEGER(prkey, &dp);
    -
    -	ASN1_INTEGER_free(prkey);
    -
    -	if (!PKCS8_pkey_set0(p8, OBJ_nid2obj(NID_dsa), 0,
    -				V_ASN1_SEQUENCE, params, dp, dplen))
    -		goto err;
    -
    -	return 1;
    -
    -err:
    -	if (dp != NULL)
    -		OPENSSL_free(dp);
    -	if (params != NULL)
    -		ASN1_STRING_free(params);
    -	if (prkey != NULL)
    -		ASN1_INTEGER_free(prkey);
    -	return 0;
    +    ASN1_STRING *params = NULL;
    +    ASN1_INTEGER *prkey = NULL;
    +    unsigned char *dp = NULL;
    +    int dplen;
    +
    +    if (!pkey->pkey.dsa || !pkey->pkey.dsa->priv_key) {
    +        DSAerr(DSA_F_DSA_PRIV_ENCODE, DSA_R_MISSING_PARAMETERS);
    +        goto err;
    +    }
    +
    +    params = ASN1_STRING_new();
    +
    +    if (!params) {
    +        DSAerr(DSA_F_DSA_PRIV_ENCODE, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    params->length = i2d_DSAparams(pkey->pkey.dsa, ¶ms->data);
    +    if (params->length <= 0) {
    +        DSAerr(DSA_F_DSA_PRIV_ENCODE, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +    params->type = V_ASN1_SEQUENCE;
    +
    +    /* Get private key into integer */
    +    prkey = BN_to_ASN1_INTEGER(pkey->pkey.dsa->priv_key, NULL);
    +
    +    if (!prkey) {
    +        DSAerr(DSA_F_DSA_PRIV_ENCODE, DSA_R_BN_ERROR);
    +        goto err;
    +    }
    +
    +    dplen = i2d_ASN1_INTEGER(prkey, &dp);
    +
    +    ASN1_INTEGER_free(prkey);
    +
    +    if (!PKCS8_pkey_set0(p8, OBJ_nid2obj(NID_dsa), 0,
    +                         V_ASN1_SEQUENCE, params, dp, dplen))
    +        goto err;
    +
    +    return 1;
    +
    + err:
    +    if (dp != NULL)
    +        OPENSSL_free(dp);
    +    if (params != NULL)
    +        ASN1_STRING_free(params);
    +    if (prkey != NULL)
    +        ASN1_INTEGER_free(prkey);
    +    return 0;
     }
     
     static int int_dsa_size(const EVP_PKEY *pkey)
    -	{
    -	return(DSA_size(pkey->pkey.dsa));
    -	}
    +{
    +    return (DSA_size(pkey->pkey.dsa));
    +}
     
     static int dsa_bits(const EVP_PKEY *pkey)
    -	{
    -	return BN_num_bits(pkey->pkey.dsa->p);
    -	}
    +{
    +    return BN_num_bits(pkey->pkey.dsa->p);
    +}
     
     static int dsa_missing_parameters(const EVP_PKEY *pkey)
    -	{
    -	DSA *dsa;
    -	dsa=pkey->pkey.dsa;
    -	if ((dsa->p == NULL) || (dsa->q == NULL) || (dsa->g == NULL))
    -			return 1;
    -	return 0;
    -	}
    +{
    +    DSA *dsa;
    +    dsa = pkey->pkey.dsa;
    +    if ((dsa->p == NULL) || (dsa->q == NULL) || (dsa->g == NULL))
    +        return 1;
    +    return 0;
    +}
     
     static int dsa_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from)
    -	{
    -	BIGNUM *a;
    -
    -	if ((a=BN_dup(from->pkey.dsa->p)) == NULL)
    -		return 0;
    -	if (to->pkey.dsa->p != NULL)
    -		BN_free(to->pkey.dsa->p);
    -	to->pkey.dsa->p=a;
    -
    -	if ((a=BN_dup(from->pkey.dsa->q)) == NULL)
    -		return 0;
    -	if (to->pkey.dsa->q != NULL)
    -		BN_free(to->pkey.dsa->q);
    -	to->pkey.dsa->q=a;
    -
    -	if ((a=BN_dup(from->pkey.dsa->g)) == NULL)
    -		return 0;
    -	if (to->pkey.dsa->g != NULL)
    -		BN_free(to->pkey.dsa->g);
    -	to->pkey.dsa->g=a;
    -	return 1;
    -	}
    +{
    +    BIGNUM *a;
    +
    +    if ((a = BN_dup(from->pkey.dsa->p)) == NULL)
    +        return 0;
    +    if (to->pkey.dsa->p != NULL)
    +        BN_free(to->pkey.dsa->p);
    +    to->pkey.dsa->p = a;
    +
    +    if ((a = BN_dup(from->pkey.dsa->q)) == NULL)
    +        return 0;
    +    if (to->pkey.dsa->q != NULL)
    +        BN_free(to->pkey.dsa->q);
    +    to->pkey.dsa->q = a;
    +
    +    if ((a = BN_dup(from->pkey.dsa->g)) == NULL)
    +        return 0;
    +    if (to->pkey.dsa->g != NULL)
    +        BN_free(to->pkey.dsa->g);
    +    to->pkey.dsa->g = a;
    +    return 1;
    +}
     
     static int dsa_cmp_parameters(const EVP_PKEY *a, const EVP_PKEY *b)
    -	{
    -	if (	BN_cmp(a->pkey.dsa->p,b->pkey.dsa->p) ||
    -		BN_cmp(a->pkey.dsa->q,b->pkey.dsa->q) ||
    -		BN_cmp(a->pkey.dsa->g,b->pkey.dsa->g))
    -		return 0;
    -	else
    -		return 1;
    -	}
    +{
    +    if (BN_cmp(a->pkey.dsa->p, b->pkey.dsa->p) ||
    +        BN_cmp(a->pkey.dsa->q, b->pkey.dsa->q) ||
    +        BN_cmp(a->pkey.dsa->g, b->pkey.dsa->g))
    +        return 0;
    +    else
    +        return 1;
    +}
     
     static int dsa_pub_cmp(const EVP_PKEY *a, const EVP_PKEY *b)
    -	{
    -	if (BN_cmp(b->pkey.dsa->pub_key,a->pkey.dsa->pub_key) != 0)
    -		return 0;
    -	else
    -		return 1;
    -	}
    +{
    +    if (BN_cmp(b->pkey.dsa->pub_key, a->pkey.dsa->pub_key) != 0)
    +        return 0;
    +    else
    +        return 1;
    +}
     
     static void int_dsa_free(EVP_PKEY *pkey)
    -	{
    -	DSA_free(pkey->pkey.dsa);
    -	}
    +{
    +    DSA_free(pkey->pkey.dsa);
    +}
     
     static void update_buflen(const BIGNUM *b, size_t *pbuflen)
    -	{
    -	size_t i;
    -	if (!b)
    -		return;
    -	if (*pbuflen < (i = (size_t)BN_num_bytes(b)))
    -			*pbuflen = i;
    -	}
    +{
    +    size_t i;
    +    if (!b)
    +        return;
    +    if (*pbuflen < (i = (size_t)BN_num_bytes(b)))
    +        *pbuflen = i;
    +}
     
     static int do_dsa_print(BIO *bp, const DSA *x, int off, int ptype)
    -	{
    -	unsigned char *m=NULL;
    -	int ret=0;
    -	size_t buf_len=0;
    -	const char *ktype = NULL;
    -
    -	const BIGNUM *priv_key, *pub_key;
    -
    -	if (ptype == 2)
    -		priv_key = x->priv_key;
    -	else
    -		priv_key = NULL;
    -
    -	if (ptype > 0)
    -		pub_key = x->pub_key;
    -	else
    -		pub_key = NULL;
    -
    -	if (ptype == 2)
    -		ktype = "Private-Key";
    -	else if (ptype == 1)
    -		ktype = "Public-Key";
    -	else
    -		ktype = "DSA-Parameters";
    -
    -	update_buflen(x->p, &buf_len);
    -	update_buflen(x->q, &buf_len);
    -	update_buflen(x->g, &buf_len);
    -	update_buflen(priv_key, &buf_len);
    -	update_buflen(pub_key, &buf_len);
    -
    -	m=(unsigned char *)OPENSSL_malloc(buf_len+10);
    -	if (m == NULL)
    -		{
    -		DSAerr(DSA_F_DO_DSA_PRINT,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	if (priv_key)
    -		{
    -		if(!BIO_indent(bp,off,128))
    -		   goto err;
    -		if (BIO_printf(bp,"%s: (%d bit)\n",ktype, BN_num_bits(x->p))
    -			<= 0) goto err;
    -		}
    -
    -	if (!ASN1_bn_print(bp,"priv:",priv_key,m,off))
    -		goto err;
    -	if (!ASN1_bn_print(bp,"pub: ",pub_key,m,off))
    -		goto err;
    -	if (!ASN1_bn_print(bp,"P:   ",x->p,m,off)) goto err;
    -	if (!ASN1_bn_print(bp,"Q:   ",x->q,m,off)) goto err;
    -	if (!ASN1_bn_print(bp,"G:   ",x->g,m,off)) goto err;
    -	ret=1;
    -err:
    -	if (m != NULL) OPENSSL_free(m);
    -	return(ret);
    -	}
    +{
    +    unsigned char *m = NULL;
    +    int ret = 0;
    +    size_t buf_len = 0;
    +    const char *ktype = NULL;
    +
    +    const BIGNUM *priv_key, *pub_key;
    +
    +    if (ptype == 2)
    +        priv_key = x->priv_key;
    +    else
    +        priv_key = NULL;
    +
    +    if (ptype > 0)
    +        pub_key = x->pub_key;
    +    else
    +        pub_key = NULL;
    +
    +    if (ptype == 2)
    +        ktype = "Private-Key";
    +    else if (ptype == 1)
    +        ktype = "Public-Key";
    +    else
    +        ktype = "DSA-Parameters";
    +
    +    update_buflen(x->p, &buf_len);
    +    update_buflen(x->q, &buf_len);
    +    update_buflen(x->g, &buf_len);
    +    update_buflen(priv_key, &buf_len);
    +    update_buflen(pub_key, &buf_len);
    +
    +    m = (unsigned char *)OPENSSL_malloc(buf_len + 10);
    +    if (m == NULL) {
    +        DSAerr(DSA_F_DO_DSA_PRINT, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    if (priv_key) {
    +        if (!BIO_indent(bp, off, 128))
    +            goto err;
    +        if (BIO_printf(bp, "%s: (%d bit)\n", ktype, BN_num_bits(x->p))
    +            <= 0)
    +            goto err;
    +    }
    +
    +    if (!ASN1_bn_print(bp, "priv:", priv_key, m, off))
    +        goto err;
    +    if (!ASN1_bn_print(bp, "pub: ", pub_key, m, off))
    +        goto err;
    +    if (!ASN1_bn_print(bp, "P:   ", x->p, m, off))
    +        goto err;
    +    if (!ASN1_bn_print(bp, "Q:   ", x->q, m, off))
    +        goto err;
    +    if (!ASN1_bn_print(bp, "G:   ", x->g, m, off))
    +        goto err;
    +    ret = 1;
    + err:
    +    if (m != NULL)
    +        OPENSSL_free(m);
    +    return (ret);
    +}
     
     static int dsa_param_decode(EVP_PKEY *pkey,
    -					const unsigned char **pder, int derlen)
    -	{
    -	DSA *dsa;
    -	if (!(dsa = d2i_DSAparams(NULL, pder, derlen)))
    -		{
    -		DSAerr(DSA_F_DSA_PARAM_DECODE, ERR_R_DSA_LIB);
    -		return 0;
    -		}
    -	EVP_PKEY_assign_DSA(pkey, dsa);
    -	return 1;
    -	}
    +                            const unsigned char **pder, int derlen)
    +{
    +    DSA *dsa;
    +    if (!(dsa = d2i_DSAparams(NULL, pder, derlen))) {
    +        DSAerr(DSA_F_DSA_PARAM_DECODE, ERR_R_DSA_LIB);
    +        return 0;
    +    }
    +    EVP_PKEY_assign_DSA(pkey, dsa);
    +    return 1;
    +}
     
     static int dsa_param_encode(const EVP_PKEY *pkey, unsigned char **pder)
    -	{
    -	return i2d_DSAparams(pkey->pkey.dsa, pder);
    -	}
    +{
    +    return i2d_DSAparams(pkey->pkey.dsa, pder);
    +}
     
     static int dsa_param_print(BIO *bp, const EVP_PKEY *pkey, int indent,
    -							ASN1_PCTX *ctx)
    -	{
    -	return do_dsa_print(bp, pkey->pkey.dsa, indent, 0);
    -	}
    +                           ASN1_PCTX *ctx)
    +{
    +    return do_dsa_print(bp, pkey->pkey.dsa, indent, 0);
    +}
     
     static int dsa_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent,
    -							ASN1_PCTX *ctx)
    -	{
    -	return do_dsa_print(bp, pkey->pkey.dsa, indent, 1);
    -	}
    -
    +                         ASN1_PCTX *ctx)
    +{
    +    return do_dsa_print(bp, pkey->pkey.dsa, indent, 1);
    +}
     
     static int dsa_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent,
    -							ASN1_PCTX *ctx)
    -	{
    -	return do_dsa_print(bp, pkey->pkey.dsa, indent, 2);
    -	}
    +                          ASN1_PCTX *ctx)
    +{
    +    return do_dsa_print(bp, pkey->pkey.dsa, indent, 2);
    +}
     
     static int old_dsa_priv_decode(EVP_PKEY *pkey,
    -					const unsigned char **pder, int derlen)
    -	{
    -	DSA *dsa;
    -	if (!(dsa = d2i_DSAPrivateKey (NULL, pder, derlen)))
    -		{
    -		DSAerr(DSA_F_OLD_DSA_PRIV_DECODE, ERR_R_DSA_LIB);
    -		return 0;
    -		}
    -	EVP_PKEY_assign_DSA(pkey, dsa);
    -	return 1;
    -	}
    +                               const unsigned char **pder, int derlen)
    +{
    +    DSA *dsa;
    +    if (!(dsa = d2i_DSAPrivateKey(NULL, pder, derlen))) {
    +        DSAerr(DSA_F_OLD_DSA_PRIV_DECODE, ERR_R_DSA_LIB);
    +        return 0;
    +    }
    +    EVP_PKEY_assign_DSA(pkey, dsa);
    +    return 1;
    +}
     
     static int old_dsa_priv_encode(const EVP_PKEY *pkey, unsigned char **pder)
    -	{
    -	return i2d_DSAPrivateKey(pkey->pkey.dsa, pder);
    -	}
    +{
    +    return i2d_DSAPrivateKey(pkey->pkey.dsa, pder);
    +}
     
     static int dsa_sig_print(BIO *bp, const X509_ALGOR *sigalg,
    -					const ASN1_STRING *sig,
    -					int indent, ASN1_PCTX *pctx)
    -	{
    -	DSA_SIG *dsa_sig;
    -	const unsigned char *p;
    -	if (!sig)
    -		{
    -		if (BIO_puts(bp, "\n") <= 0)
    -			return 0;
    -		else
    -			return 1;
    -		}
    -	p = sig->data;
    -	dsa_sig = d2i_DSA_SIG(NULL, &p, sig->length);
    -	if (dsa_sig)
    -		{
    -		int rv = 0;
    -		size_t buf_len = 0;
    -		unsigned char *m=NULL;
    -		update_buflen(dsa_sig->r, &buf_len);
    -		update_buflen(dsa_sig->s, &buf_len);
    -		m = OPENSSL_malloc(buf_len+10);
    -		if (m == NULL)
    -			{
    -			DSAerr(DSA_F_DSA_SIG_PRINT,ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -
    -		if (BIO_write(bp, "\n", 1) != 1)
    -			goto err;
    -
    -		if (!ASN1_bn_print(bp,"r:   ",dsa_sig->r,m,indent))
    -			goto err;
    -		if (!ASN1_bn_print(bp,"s:   ",dsa_sig->s,m,indent))
    -			goto err;
    -		rv = 1;
    -		err:
    -		if (m)
    -			OPENSSL_free(m);
    -		DSA_SIG_free(dsa_sig);
    -		return rv;
    -		}
    -	return X509_signature_dump(bp, sig, indent);
    -	}
    +                         const ASN1_STRING *sig, int indent, ASN1_PCTX *pctx)
    +{
    +    DSA_SIG *dsa_sig;
    +    const unsigned char *p;
    +    if (!sig) {
    +        if (BIO_puts(bp, "\n") <= 0)
    +            return 0;
    +        else
    +            return 1;
    +    }
    +    p = sig->data;
    +    dsa_sig = d2i_DSA_SIG(NULL, &p, sig->length);
    +    if (dsa_sig) {
    +        int rv = 0;
    +        size_t buf_len = 0;
    +        unsigned char *m = NULL;
    +        update_buflen(dsa_sig->r, &buf_len);
    +        update_buflen(dsa_sig->s, &buf_len);
    +        m = OPENSSL_malloc(buf_len + 10);
    +        if (m == NULL) {
    +            DSAerr(DSA_F_DSA_SIG_PRINT, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +
    +        if (BIO_write(bp, "\n", 1) != 1)
    +            goto err;
    +
    +        if (!ASN1_bn_print(bp, "r:   ", dsa_sig->r, m, indent))
    +            goto err;
    +        if (!ASN1_bn_print(bp, "s:   ", dsa_sig->s, m, indent))
    +            goto err;
    +        rv = 1;
    + err:
    +        if (m)
    +            OPENSSL_free(m);
    +        DSA_SIG_free(dsa_sig);
    +        return rv;
    +    }
    +    return X509_signature_dump(bp, sig, indent);
    +}
     
     static int dsa_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2)
    -	{
    -	switch (op)
    -		{
    -		case ASN1_PKEY_CTRL_PKCS7_SIGN:
    -		if (arg1 == 0)
    -			{
    -			int snid, hnid;
    -			X509_ALGOR *alg1, *alg2;
    -			PKCS7_SIGNER_INFO_get0_algs(arg2, NULL, &alg1, &alg2);
    -			if (alg1 == NULL || alg1->algorithm == NULL)
    -				return -1;
    -			hnid = OBJ_obj2nid(alg1->algorithm);
    -			if (hnid == NID_undef)
    -				return -1;
    -			if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
    -				return -1; 
    -			X509_ALGOR_set0(alg2, OBJ_nid2obj(snid), V_ASN1_UNDEF, 0);
    -			}
    -		return 1;
    +{
    +    switch (op) {
    +    case ASN1_PKEY_CTRL_PKCS7_SIGN:
    +        if (arg1 == 0) {
    +            int snid, hnid;
    +            X509_ALGOR *alg1, *alg2;
    +            PKCS7_SIGNER_INFO_get0_algs(arg2, NULL, &alg1, &alg2);
    +            if (alg1 == NULL || alg1->algorithm == NULL)
    +                return -1;
    +            hnid = OBJ_obj2nid(alg1->algorithm);
    +            if (hnid == NID_undef)
    +                return -1;
    +            if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
    +                return -1;
    +            X509_ALGOR_set0(alg2, OBJ_nid2obj(snid), V_ASN1_UNDEF, 0);
    +        }
    +        return 1;
     #ifndef OPENSSL_NO_CMS
    -		case ASN1_PKEY_CTRL_CMS_SIGN:
    -		if (arg1 == 0)
    -			{
    -			int snid, hnid;
    -			X509_ALGOR *alg1, *alg2;
    -			CMS_SignerInfo_get0_algs(arg2, NULL, NULL, &alg1, &alg2);
    -			if (alg1 == NULL || alg1->algorithm == NULL)
    -				return -1;
    -			hnid = OBJ_obj2nid(alg1->algorithm);
    -			if (hnid == NID_undef)
    -				return -1;
    -			if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
    -				return -1; 
    -			X509_ALGOR_set0(alg2, OBJ_nid2obj(snid), V_ASN1_UNDEF, 0);
    -			}
    -		return 1;
    +    case ASN1_PKEY_CTRL_CMS_SIGN:
    +        if (arg1 == 0) {
    +            int snid, hnid;
    +            X509_ALGOR *alg1, *alg2;
    +            CMS_SignerInfo_get0_algs(arg2, NULL, NULL, &alg1, &alg2);
    +            if (alg1 == NULL || alg1->algorithm == NULL)
    +                return -1;
    +            hnid = OBJ_obj2nid(alg1->algorithm);
    +            if (hnid == NID_undef)
    +                return -1;
    +            if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
    +                return -1;
    +            X509_ALGOR_set0(alg2, OBJ_nid2obj(snid), V_ASN1_UNDEF, 0);
    +        }
    +        return 1;
    +
    +    case ASN1_PKEY_CTRL_CMS_RI_TYPE:
    +        *(int *)arg2 = CMS_RECIPINFO_NONE;
    +        return 1;
     #endif
     
    -		case ASN1_PKEY_CTRL_DEFAULT_MD_NID:
    -		*(int *)arg2 = NID_sha1;
    -		return 2;
    +    case ASN1_PKEY_CTRL_DEFAULT_MD_NID:
    +        *(int *)arg2 = NID_sha256;
    +        return 2;
     
    -		default:
    -		return -2;
    +    default:
    +        return -2;
     
    -		}
    +    }
     
    -	}
    +}
     
     /* NB these are sorted in pkey_id order, lowest first */
     
    -const EVP_PKEY_ASN1_METHOD dsa_asn1_meths[] = 
    -	{
    -
    -		{
    -		EVP_PKEY_DSA2,
    -		EVP_PKEY_DSA,
    -		ASN1_PKEY_ALIAS
    -		},
    -
    -		{
    -		EVP_PKEY_DSA1,
    -		EVP_PKEY_DSA,
    -		ASN1_PKEY_ALIAS
    -		},
    -
    -		{
    -		EVP_PKEY_DSA4,
    -		EVP_PKEY_DSA,
    -		ASN1_PKEY_ALIAS
    -		},
    -
    -		{
    -		EVP_PKEY_DSA3,
    -		EVP_PKEY_DSA,
    -		ASN1_PKEY_ALIAS
    -		},
    -
    -		{
    -		EVP_PKEY_DSA,
    -		EVP_PKEY_DSA,
    -		0,
    -
    -		"DSA",
    -		"OpenSSL DSA method",
    -
    -		dsa_pub_decode,
    -		dsa_pub_encode,
    -		dsa_pub_cmp,
    -		dsa_pub_print,
    -
    -		dsa_priv_decode,
    -		dsa_priv_encode,
    -		dsa_priv_print,
    -
    -		int_dsa_size,
    -		dsa_bits,
    -
    -		dsa_param_decode,
    -		dsa_param_encode,
    -		dsa_missing_parameters,
    -		dsa_copy_parameters,
    -		dsa_cmp_parameters,
    -		dsa_param_print,
    -		dsa_sig_print,
    -
    -		int_dsa_free,
    -		dsa_pkey_ctrl,
    -		old_dsa_priv_decode,
    -		old_dsa_priv_encode
    -		}
    -	};
    +const EVP_PKEY_ASN1_METHOD dsa_asn1_meths[] = {
    +
    +    {
    +     EVP_PKEY_DSA2,
    +     EVP_PKEY_DSA,
    +     ASN1_PKEY_ALIAS},
    +
    +    {
    +     EVP_PKEY_DSA1,
    +     EVP_PKEY_DSA,
    +     ASN1_PKEY_ALIAS},
    +
    +    {
    +     EVP_PKEY_DSA4,
    +     EVP_PKEY_DSA,
    +     ASN1_PKEY_ALIAS},
    +
    +    {
    +     EVP_PKEY_DSA3,
    +     EVP_PKEY_DSA,
    +     ASN1_PKEY_ALIAS},
    +
    +    {
    +     EVP_PKEY_DSA,
    +     EVP_PKEY_DSA,
    +     0,
    +
    +     "DSA",
    +     "OpenSSL DSA method",
    +
    +     dsa_pub_decode,
    +     dsa_pub_encode,
    +     dsa_pub_cmp,
    +     dsa_pub_print,
    +
    +     dsa_priv_decode,
    +     dsa_priv_encode,
    +     dsa_priv_print,
    +
    +     int_dsa_size,
    +     dsa_bits,
    +
    +     dsa_param_decode,
    +     dsa_param_encode,
    +     dsa_missing_parameters,
    +     dsa_copy_parameters,
    +     dsa_cmp_parameters,
    +     dsa_param_print,
    +     dsa_sig_print,
    +
    +     int_dsa_free,
    +     dsa_pkey_ctrl,
    +     old_dsa_priv_decode,
    +     old_dsa_priv_encode}
    +};
    diff --git a/openssl/crypto/dsa/dsa_asn1.c b/openssl/crypto/dsa/dsa_asn1.c
    index 605853437..3283a2295 100644
    --- a/openssl/crypto/dsa/dsa_asn1.c
    +++ b/openssl/crypto/dsa/dsa_asn1.c
    @@ -1,6 +1,7 @@
     /* dsa_asn1.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 2000-2005 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -65,124 +66,137 @@
     
     /* Override the default new methods */
     static int sig_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
    -								void *exarg)
    +                  void *exarg)
     {
    -	if(operation == ASN1_OP_NEW_PRE) {
    -		DSA_SIG *sig;
    -		sig = OPENSSL_malloc(sizeof(DSA_SIG));
    -		if (!sig)
    -			{
    -			DSAerr(DSA_F_SIG_CB, ERR_R_MALLOC_FAILURE);
    -			return 0;
    -			}
    -		sig->r = NULL;
    -		sig->s = NULL;
    -		*pval = (ASN1_VALUE *)sig;
    -		return 2;
    -	}
    -	return 1;
    +    if (operation == ASN1_OP_NEW_PRE) {
    +        DSA_SIG *sig;
    +        sig = OPENSSL_malloc(sizeof(DSA_SIG));
    +        if (!sig) {
    +            DSAerr(DSA_F_SIG_CB, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +        sig->r = NULL;
    +        sig->s = NULL;
    +        *pval = (ASN1_VALUE *)sig;
    +        return 2;
    +    }
    +    return 1;
     }
     
     ASN1_SEQUENCE_cb(DSA_SIG, sig_cb) = {
    -	ASN1_SIMPLE(DSA_SIG, r, CBIGNUM),
    -	ASN1_SIMPLE(DSA_SIG, s, CBIGNUM)
    +        ASN1_SIMPLE(DSA_SIG, r, CBIGNUM),
    +        ASN1_SIMPLE(DSA_SIG, s, CBIGNUM)
     } ASN1_SEQUENCE_END_cb(DSA_SIG, DSA_SIG)
     
     IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(DSA_SIG, DSA_SIG, DSA_SIG)
     
     /* Override the default free and new methods */
     static int dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
    -							void *exarg)
    +                  void *exarg)
     {
    -	if(operation == ASN1_OP_NEW_PRE) {
    -		*pval = (ASN1_VALUE *)DSA_new();
    -		if(*pval) return 2;
    -		return 0;
    -	} else if(operation == ASN1_OP_FREE_PRE) {
    -		DSA_free((DSA *)*pval);
    -		*pval = NULL;
    -		return 2;
    -	}
    -	return 1;
    +    if (operation == ASN1_OP_NEW_PRE) {
    +        *pval = (ASN1_VALUE *)DSA_new();
    +        if (*pval)
    +            return 2;
    +        return 0;
    +    } else if (operation == ASN1_OP_FREE_PRE) {
    +        DSA_free((DSA *)*pval);
    +        *pval = NULL;
    +        return 2;
    +    }
    +    return 1;
     }
     
     ASN1_SEQUENCE_cb(DSAPrivateKey, dsa_cb) = {
    -	ASN1_SIMPLE(DSA, version, LONG),
    -	ASN1_SIMPLE(DSA, p, BIGNUM),
    -	ASN1_SIMPLE(DSA, q, BIGNUM),
    -	ASN1_SIMPLE(DSA, g, BIGNUM),
    -	ASN1_SIMPLE(DSA, pub_key, BIGNUM),
    -	ASN1_SIMPLE(DSA, priv_key, BIGNUM)
    +        ASN1_SIMPLE(DSA, version, LONG),
    +        ASN1_SIMPLE(DSA, p, BIGNUM),
    +        ASN1_SIMPLE(DSA, q, BIGNUM),
    +        ASN1_SIMPLE(DSA, g, BIGNUM),
    +        ASN1_SIMPLE(DSA, pub_key, BIGNUM),
    +        ASN1_SIMPLE(DSA, priv_key, BIGNUM)
     } ASN1_SEQUENCE_END_cb(DSA, DSAPrivateKey)
     
     IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(DSA, DSAPrivateKey, DSAPrivateKey)
     
     ASN1_SEQUENCE_cb(DSAparams, dsa_cb) = {
    -	ASN1_SIMPLE(DSA, p, BIGNUM),
    -	ASN1_SIMPLE(DSA, q, BIGNUM),
    -	ASN1_SIMPLE(DSA, g, BIGNUM),
    +        ASN1_SIMPLE(DSA, p, BIGNUM),
    +        ASN1_SIMPLE(DSA, q, BIGNUM),
    +        ASN1_SIMPLE(DSA, g, BIGNUM),
     } ASN1_SEQUENCE_END_cb(DSA, DSAparams)
     
     IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(DSA, DSAparams, DSAparams)
     
    -/* DSA public key is a bit trickier... its effectively a CHOICE type
    - * decided by a field called write_params which can either write out
    - * just the public key as an INTEGER or the parameters and public key
    - * in a SEQUENCE
    +/*
    + * DSA public key is a bit trickier... its effectively a CHOICE type decided
    + * by a field called write_params which can either write out just the public
    + * key as an INTEGER or the parameters and public key in a SEQUENCE
      */
     
     ASN1_SEQUENCE(dsa_pub_internal) = {
    -	ASN1_SIMPLE(DSA, pub_key, BIGNUM),
    -	ASN1_SIMPLE(DSA, p, BIGNUM),
    -	ASN1_SIMPLE(DSA, q, BIGNUM),
    -	ASN1_SIMPLE(DSA, g, BIGNUM)
    +        ASN1_SIMPLE(DSA, pub_key, BIGNUM),
    +        ASN1_SIMPLE(DSA, p, BIGNUM),
    +        ASN1_SIMPLE(DSA, q, BIGNUM),
    +        ASN1_SIMPLE(DSA, g, BIGNUM)
     } ASN1_SEQUENCE_END_name(DSA, dsa_pub_internal)
     
     ASN1_CHOICE_cb(DSAPublicKey, dsa_cb) = {
    -	ASN1_SIMPLE(DSA, pub_key, BIGNUM),
    -	ASN1_EX_COMBINE(0, 0, dsa_pub_internal)
    +        ASN1_SIMPLE(DSA, pub_key, BIGNUM),
    +        ASN1_EX_COMBINE(0, 0, dsa_pub_internal)
     } ASN1_CHOICE_END_cb(DSA, DSAPublicKey, write_params)
     
     IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(DSA, DSAPublicKey, DSAPublicKey)
     
     DSA *DSAparams_dup(DSA *dsa)
    -	{
    -	return ASN1_item_dup(ASN1_ITEM_rptr(DSAparams), dsa);
    -	}
    -
    -int DSA_sign(int type, const unsigned char *dgst, int dlen, unsigned char *sig,
    -	     unsigned int *siglen, DSA *dsa)
    -	{
    -	DSA_SIG *s;
    -	RAND_seed(dgst, dlen);
    -	s=DSA_do_sign(dgst,dlen,dsa);
    -	if (s == NULL)
    -		{
    -		*siglen=0;
    -		return(0);
    -		}
    -	*siglen=i2d_DSA_SIG(s,&sig);
    -	DSA_SIG_free(s);
    -	return(1);
    -	}
    +{
    +    return ASN1_item_dup(ASN1_ITEM_rptr(DSAparams), dsa);
    +}
    +
    +int DSA_sign(int type, const unsigned char *dgst, int dlen,
    +             unsigned char *sig, unsigned int *siglen, DSA *dsa)
    +{
    +    DSA_SIG *s;
    +    RAND_seed(dgst, dlen);
    +    s = DSA_do_sign(dgst, dlen, dsa);
    +    if (s == NULL) {
    +        *siglen = 0;
    +        return (0);
    +    }
    +    *siglen = i2d_DSA_SIG(s, &sig);
    +    DSA_SIG_free(s);
    +    return (1);
    +}
     
     /* data has already been hashed (probably with SHA or SHA-1). */
    -/* returns
    +/*-
    + * returns
      *      1: correct signature
      *      0: incorrect signature
      *     -1: error
      */
     int DSA_verify(int type, const unsigned char *dgst, int dgst_len,
    -	     const unsigned char *sigbuf, int siglen, DSA *dsa)
    -	{
    -	DSA_SIG *s;
    -	int ret=-1;
    -
    -	s = DSA_SIG_new();
    -	if (s == NULL) return(ret);
    -	if (d2i_DSA_SIG(&s,&sigbuf,siglen) == NULL) goto err;
    -	ret=DSA_do_verify(dgst,dgst_len,s,dsa);
    -err:
    -	DSA_SIG_free(s);
    -	return(ret);
    -	}
    +               const unsigned char *sigbuf, int siglen, DSA *dsa)
    +{
    +    DSA_SIG *s;
    +    const unsigned char *p = sigbuf;
    +    unsigned char *der = NULL;
    +    int derlen = -1;
    +    int ret = -1;
    +
    +    s = DSA_SIG_new();
    +    if (s == NULL)
    +        return (ret);
    +    if (d2i_DSA_SIG(&s, &p, siglen) == NULL)
    +        goto err;
    +    /* Ensure signature uses DER and doesn't have trailing garbage */
    +    derlen = i2d_DSA_SIG(s, &der);
    +    if (derlen != siglen || memcmp(sigbuf, der, derlen))
    +        goto err;
    +    ret = DSA_do_verify(dgst, dgst_len, s, dsa);
    + err:
    +    if (derlen > 0) {
    +        OPENSSL_cleanse(der, derlen);
    +        OPENSSL_free(der);
    +    }
    +    DSA_SIG_free(s);
    +    return (ret);
    +}
    diff --git a/openssl/crypto/dsa/dsa_depr.c b/openssl/crypto/dsa/dsa_depr.c
    index f2da680eb..54f88bc44 100644
    --- a/openssl/crypto/dsa/dsa_depr.c
    +++ b/openssl/crypto/dsa/dsa_depr.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,54 +53,61 @@
      *
      */
     
    -/* This file contains deprecated function(s) that are now wrappers to the new
    - * version(s). */
    +/*
    + * This file contains deprecated function(s) that are now wrappers to the new
    + * version(s).
    + */
     
     #undef GENUINE_DSA
     
     #ifdef GENUINE_DSA
    -/* Parameter generation follows the original release of FIPS PUB 186,
    - * Appendix 2.2 (i.e. use SHA as defined in FIPS PUB 180) */
    -#define HASH    EVP_sha()
    +/*
    + * Parameter generation follows the original release of FIPS PUB 186,
    + * Appendix 2.2 (i.e. use SHA as defined in FIPS PUB 180)
    + */
    +# define HASH    EVP_sha()
     #else
    -/* Parameter generation follows the updated Appendix 2.2 for FIPS PUB 186,
    - * also Appendix 2.2 of FIPS PUB 186-1 (i.e. use SHA as defined in
    - * FIPS PUB 180-1) */
    -#define HASH    EVP_sha1()
    -#endif 
    +/*
    + * Parameter generation follows the updated Appendix 2.2 for FIPS PUB 186,
    + * also Appendix 2.2 of FIPS PUB 186-1 (i.e. use SHA as defined in FIPS PUB
    + * 180-1)
    + */
    +# define HASH    EVP_sha1()
    +#endif
     
    -static void *dummy=&dummy;
    +static void *dummy = &dummy;
     
     #ifndef OPENSSL_NO_SHA
     
    -#include 
    -#include 
    -#include "cryptlib.h"
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    +# include 
    +# include 
    +# include "cryptlib.h"
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
     
    -#ifndef OPENSSL_NO_DEPRECATED
    +# ifndef OPENSSL_NO_DEPRECATED
     DSA *DSA_generate_parameters(int bits,
    -		unsigned char *seed_in, int seed_len,
    -		int *counter_ret, unsigned long *h_ret,
    -		void (*callback)(int, int, void *),
    -		void *cb_arg)
    -	{
    -	BN_GENCB cb;
    -	DSA *ret;
    +                             unsigned char *seed_in, int seed_len,
    +                             int *counter_ret, unsigned long *h_ret,
    +                             void (*callback) (int, int, void *),
    +                             void *cb_arg)
    +{
    +    BN_GENCB cb;
    +    DSA *ret;
     
    -	if ((ret=DSA_new()) == NULL) return NULL;
    +    if ((ret = DSA_new()) == NULL)
    +        return NULL;
     
    -	BN_GENCB_set_old(&cb, callback, cb_arg);
    +    BN_GENCB_set_old(&cb, callback, cb_arg);
     
    -	if(DSA_generate_parameters_ex(ret, bits, seed_in, seed_len,
    -				counter_ret, h_ret, &cb))
    -		return ret;
    -	DSA_free(ret);
    -	return NULL;
    -	}
    -#endif
    +    if (DSA_generate_parameters_ex(ret, bits, seed_in, seed_len,
    +                                   counter_ret, h_ret, &cb))
    +        return ret;
    +    DSA_free(ret);
    +    return NULL;
    +}
    +# endif
     #endif
    diff --git a/openssl/crypto/dsa/dsa_err.c b/openssl/crypto/dsa/dsa_err.c
    index 00545b7b9..f5ddc66b8 100644
    --- a/openssl/crypto/dsa/dsa_err.c
    +++ b/openssl/crypto/dsa/dsa_err.c
    @@ -1,13 +1,13 @@
     /* crypto/dsa/dsa_err.c */
     /* ====================================================================
    - * Copyright (c) 1999-2011 The OpenSSL Project.  All rights reserved.
    + * Copyright (c) 1999-2013 The OpenSSL Project.  All rights reserved.
      *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* NOTE: this file was auto generated by the mkerr.pl script: any changes
    +/*
    + * NOTE: this file was auto generated by the mkerr.pl script: any changes
      * made to it will be overwritten when the script next updates this file,
      * only reason strings will be preserved.
      */
    @@ -65,66 +66,68 @@
     /* BEGIN ERROR CODES */
     #ifndef OPENSSL_NO_ERR
     
    -#define ERR_FUNC(func) ERR_PACK(ERR_LIB_DSA,func,0)
    -#define ERR_REASON(reason) ERR_PACK(ERR_LIB_DSA,0,reason)
    +# define ERR_FUNC(func) ERR_PACK(ERR_LIB_DSA,func,0)
    +# define ERR_REASON(reason) ERR_PACK(ERR_LIB_DSA,0,reason)
     
    -static ERR_STRING_DATA DSA_str_functs[]=
    -	{
    -{ERR_FUNC(DSA_F_D2I_DSA_SIG),	"d2i_DSA_SIG"},
    -{ERR_FUNC(DSA_F_DO_DSA_PRINT),	"DO_DSA_PRINT"},
    -{ERR_FUNC(DSA_F_DSAPARAMS_PRINT),	"DSAparams_print"},
    -{ERR_FUNC(DSA_F_DSAPARAMS_PRINT_FP),	"DSAparams_print_fp"},
    -{ERR_FUNC(DSA_F_DSA_DO_SIGN),	"DSA_do_sign"},
    -{ERR_FUNC(DSA_F_DSA_DO_VERIFY),	"DSA_do_verify"},
    -{ERR_FUNC(DSA_F_DSA_GENERATE_KEY),	"DSA_generate_key"},
    -{ERR_FUNC(DSA_F_DSA_GENERATE_PARAMETERS_EX),	"DSA_generate_parameters_ex"},
    -{ERR_FUNC(DSA_F_DSA_NEW_METHOD),	"DSA_new_method"},
    -{ERR_FUNC(DSA_F_DSA_PARAM_DECODE),	"DSA_PARAM_DECODE"},
    -{ERR_FUNC(DSA_F_DSA_PRINT_FP),	"DSA_print_fp"},
    -{ERR_FUNC(DSA_F_DSA_PRIV_DECODE),	"DSA_PRIV_DECODE"},
    -{ERR_FUNC(DSA_F_DSA_PRIV_ENCODE),	"DSA_PRIV_ENCODE"},
    -{ERR_FUNC(DSA_F_DSA_PUB_DECODE),	"DSA_PUB_DECODE"},
    -{ERR_FUNC(DSA_F_DSA_PUB_ENCODE),	"DSA_PUB_ENCODE"},
    -{ERR_FUNC(DSA_F_DSA_SIGN),	"DSA_sign"},
    -{ERR_FUNC(DSA_F_DSA_SIGN_SETUP),	"DSA_sign_setup"},
    -{ERR_FUNC(DSA_F_DSA_SIG_NEW),	"DSA_SIG_new"},
    -{ERR_FUNC(DSA_F_DSA_SIG_PRINT),	"DSA_SIG_PRINT"},
    -{ERR_FUNC(DSA_F_DSA_VERIFY),	"DSA_verify"},
    -{ERR_FUNC(DSA_F_I2D_DSA_SIG),	"i2d_DSA_SIG"},
    -{ERR_FUNC(DSA_F_OLD_DSA_PRIV_DECODE),	"OLD_DSA_PRIV_DECODE"},
    -{ERR_FUNC(DSA_F_PKEY_DSA_CTRL),	"PKEY_DSA_CTRL"},
    -{ERR_FUNC(DSA_F_PKEY_DSA_KEYGEN),	"PKEY_DSA_KEYGEN"},
    -{ERR_FUNC(DSA_F_SIG_CB),	"SIG_CB"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA DSA_str_functs[] = {
    +    {ERR_FUNC(DSA_F_D2I_DSA_SIG), "d2i_DSA_SIG"},
    +    {ERR_FUNC(DSA_F_DO_DSA_PRINT), "DO_DSA_PRINT"},
    +    {ERR_FUNC(DSA_F_DSAPARAMS_PRINT), "DSAparams_print"},
    +    {ERR_FUNC(DSA_F_DSAPARAMS_PRINT_FP), "DSAparams_print_fp"},
    +    {ERR_FUNC(DSA_F_DSA_BUILTIN_PARAMGEN2), "DSA_BUILTIN_PARAMGEN2"},
    +    {ERR_FUNC(DSA_F_DSA_DO_SIGN), "DSA_do_sign"},
    +    {ERR_FUNC(DSA_F_DSA_DO_VERIFY), "DSA_do_verify"},
    +    {ERR_FUNC(DSA_F_DSA_GENERATE_KEY), "DSA_generate_key"},
    +    {ERR_FUNC(DSA_F_DSA_GENERATE_PARAMETERS_EX),
    +     "DSA_generate_parameters_ex"},
    +    {ERR_FUNC(DSA_F_DSA_NEW_METHOD), "DSA_new_method"},
    +    {ERR_FUNC(DSA_F_DSA_PARAM_DECODE), "DSA_PARAM_DECODE"},
    +    {ERR_FUNC(DSA_F_DSA_PRINT_FP), "DSA_print_fp"},
    +    {ERR_FUNC(DSA_F_DSA_PRIV_DECODE), "DSA_PRIV_DECODE"},
    +    {ERR_FUNC(DSA_F_DSA_PRIV_ENCODE), "DSA_PRIV_ENCODE"},
    +    {ERR_FUNC(DSA_F_DSA_PUB_DECODE), "DSA_PUB_DECODE"},
    +    {ERR_FUNC(DSA_F_DSA_PUB_ENCODE), "DSA_PUB_ENCODE"},
    +    {ERR_FUNC(DSA_F_DSA_SIGN), "DSA_sign"},
    +    {ERR_FUNC(DSA_F_DSA_SIGN_SETUP), "DSA_sign_setup"},
    +    {ERR_FUNC(DSA_F_DSA_SIG_NEW), "DSA_SIG_new"},
    +    {ERR_FUNC(DSA_F_DSA_SIG_PRINT), "DSA_SIG_PRINT"},
    +    {ERR_FUNC(DSA_F_DSA_VERIFY), "DSA_verify"},
    +    {ERR_FUNC(DSA_F_I2D_DSA_SIG), "i2d_DSA_SIG"},
    +    {ERR_FUNC(DSA_F_OLD_DSA_PRIV_DECODE), "OLD_DSA_PRIV_DECODE"},
    +    {ERR_FUNC(DSA_F_PKEY_DSA_CTRL), "PKEY_DSA_CTRL"},
    +    {ERR_FUNC(DSA_F_PKEY_DSA_KEYGEN), "PKEY_DSA_KEYGEN"},
    +    {ERR_FUNC(DSA_F_SIG_CB), "SIG_CB"},
    +    {0, NULL}
    +};
     
    -static ERR_STRING_DATA DSA_str_reasons[]=
    -	{
    -{ERR_REASON(DSA_R_BAD_Q_VALUE)           ,"bad q value"},
    -{ERR_REASON(DSA_R_BN_DECODE_ERROR)       ,"bn decode error"},
    -{ERR_REASON(DSA_R_BN_ERROR)              ,"bn error"},
    -{ERR_REASON(DSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE),"data too large for key size"},
    -{ERR_REASON(DSA_R_DECODE_ERROR)          ,"decode error"},
    -{ERR_REASON(DSA_R_INVALID_DIGEST_TYPE)   ,"invalid digest type"},
    -{ERR_REASON(DSA_R_MISSING_PARAMETERS)    ,"missing parameters"},
    -{ERR_REASON(DSA_R_MODULUS_TOO_LARGE)     ,"modulus too large"},
    -{ERR_REASON(DSA_R_NEED_NEW_SETUP_VALUES) ,"need new setup values"},
    -{ERR_REASON(DSA_R_NON_FIPS_DSA_METHOD)   ,"non fips dsa method"},
    -{ERR_REASON(DSA_R_NO_PARAMETERS_SET)     ,"no parameters set"},
    -{ERR_REASON(DSA_R_PARAMETER_ENCODING_ERROR),"parameter encoding error"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA DSA_str_reasons[] = {
    +    {ERR_REASON(DSA_R_BAD_Q_VALUE), "bad q value"},
    +    {ERR_REASON(DSA_R_BN_DECODE_ERROR), "bn decode error"},
    +    {ERR_REASON(DSA_R_BN_ERROR), "bn error"},
    +    {ERR_REASON(DSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE),
    +     "data too large for key size"},
    +    {ERR_REASON(DSA_R_DECODE_ERROR), "decode error"},
    +    {ERR_REASON(DSA_R_INVALID_DIGEST_TYPE), "invalid digest type"},
    +    {ERR_REASON(DSA_R_INVALID_PARAMETERS), "invalid parameters"},
    +    {ERR_REASON(DSA_R_MISSING_PARAMETERS), "missing parameters"},
    +    {ERR_REASON(DSA_R_MODULUS_TOO_LARGE), "modulus too large"},
    +    {ERR_REASON(DSA_R_NEED_NEW_SETUP_VALUES), "need new setup values"},
    +    {ERR_REASON(DSA_R_NON_FIPS_DSA_METHOD), "non fips dsa method"},
    +    {ERR_REASON(DSA_R_NO_PARAMETERS_SET), "no parameters set"},
    +    {ERR_REASON(DSA_R_PARAMETER_ENCODING_ERROR), "parameter encoding error"},
    +    {ERR_REASON(DSA_R_Q_NOT_PRIME), "q not prime"},
    +    {0, NULL}
    +};
     
     #endif
     
     void ERR_load_DSA_strings(void)
    -	{
    +{
     #ifndef OPENSSL_NO_ERR
     
    -	if (ERR_func_error_string(DSA_str_functs[0].error) == NULL)
    -		{
    -		ERR_load_strings(0,DSA_str_functs);
    -		ERR_load_strings(0,DSA_str_reasons);
    -		}
    +    if (ERR_func_error_string(DSA_str_functs[0].error) == NULL) {
    +        ERR_load_strings(0, DSA_str_functs);
    +        ERR_load_strings(0, DSA_str_reasons);
    +    }
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/dsa/dsa_gen.c b/openssl/crypto/dsa/dsa_gen.c
    index c398761d0..892003693 100644
    --- a/openssl/crypto/dsa/dsa_gen.c
    +++ b/openssl/crypto/dsa/dsa_gen.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -59,313 +59,696 @@
     #undef GENUINE_DSA
     
     #ifdef GENUINE_DSA
    -/* Parameter generation follows the original release of FIPS PUB 186,
    - * Appendix 2.2 (i.e. use SHA as defined in FIPS PUB 180) */
    -#define HASH    EVP_sha()
    +/*
    + * Parameter generation follows the original release of FIPS PUB 186,
    + * Appendix 2.2 (i.e. use SHA as defined in FIPS PUB 180)
    + */
    +# define HASH    EVP_sha()
     #else
    -/* Parameter generation follows the updated Appendix 2.2 for FIPS PUB 186,
    - * also Appendix 2.2 of FIPS PUB 186-1 (i.e. use SHA as defined in
    - * FIPS PUB 180-1) */
    -#define HASH    EVP_sha1()
    -#endif 
    +/*
    + * Parameter generation follows the updated Appendix 2.2 for FIPS PUB 186,
    + * also Appendix 2.2 of FIPS PUB 186-1 (i.e. use SHA as defined in FIPS PUB
    + * 180-1)
    + */
    +# define HASH    EVP_sha1()
    +#endif
     
     #include  /* To see if OPENSSL_NO_SHA is defined */
     
     #ifndef OPENSSL_NO_SHA
     
    -#include 
    -#include "cryptlib.h"
    -#include 
    -#include 
    -#include 
    -#include 
    -#include "dsa_locl.h"
    +# include 
    +# include "cryptlib.h"
    +# include 
    +# include 
    +# include 
    +# include 
    +# include "dsa_locl.h"
     
    -#ifdef OPENSSL_FIPS
    -#include 
    -#endif
    +# ifdef OPENSSL_FIPS
    +/* Workaround bug in prototype */
    +#  define fips_dsa_builtin_paramgen2 fips_dsa_paramgen_bad
    +#  include 
    +# endif
     
     int DSA_generate_parameters_ex(DSA *ret, int bits,
    -		const unsigned char *seed_in, int seed_len,
    -		int *counter_ret, unsigned long *h_ret, BN_GENCB *cb)
    -	{
    -#ifdef OPENSSL_FIPS
    -	if (FIPS_mode() && !(ret->meth->flags & DSA_FLAG_FIPS_METHOD)
    -			&& !(ret->flags & DSA_FLAG_NON_FIPS_ALLOW))
    -		{
    -		DSAerr(DSA_F_DSA_GENERATE_PARAMETERS_EX, DSA_R_NON_FIPS_DSA_METHOD);
    -		return 0;
    -		}
    -#endif
    -	if(ret->meth->dsa_paramgen)
    -		return ret->meth->dsa_paramgen(ret, bits, seed_in, seed_len,
    -				counter_ret, h_ret, cb);
    -#ifdef OPENSSL_FIPS
    -	else if (FIPS_mode())
    -		{
    -		return FIPS_dsa_generate_parameters_ex(ret, bits, 
    -							seed_in, seed_len,
    -							counter_ret, h_ret, cb);
    -		}
    -#endif
    -	else
    -		{
    -		const EVP_MD *evpmd;
    -		size_t qbits = bits >= 2048 ? 256 : 160;
    -
    -		if (bits >= 2048)
    -			{
    -			qbits = 256;
    -			evpmd = EVP_sha256();
    -			}
    -		else
    -			{
    -			qbits = 160;
    -			evpmd = EVP_sha1();
    -			}
    -
    -		return dsa_builtin_paramgen(ret, bits, qbits, evpmd,
    -			seed_in, seed_len, NULL, counter_ret, h_ret, cb);
    -		}
    -	}
    +                               const unsigned char *seed_in, int seed_len,
    +                               int *counter_ret, unsigned long *h_ret,
    +                               BN_GENCB *cb)
    +{
    +# ifdef OPENSSL_FIPS
    +    if (FIPS_mode() && !(ret->meth->flags & DSA_FLAG_FIPS_METHOD)
    +        && !(ret->flags & DSA_FLAG_NON_FIPS_ALLOW)) {
    +        DSAerr(DSA_F_DSA_GENERATE_PARAMETERS_EX, DSA_R_NON_FIPS_DSA_METHOD);
    +        return 0;
    +    }
    +# endif
    +    if (ret->meth->dsa_paramgen)
    +        return ret->meth->dsa_paramgen(ret, bits, seed_in, seed_len,
    +                                       counter_ret, h_ret, cb);
    +# ifdef OPENSSL_FIPS
    +    else if (FIPS_mode()) {
    +        return FIPS_dsa_generate_parameters_ex(ret, bits,
    +                                               seed_in, seed_len,
    +                                               counter_ret, h_ret, cb);
    +    }
    +# endif
    +    else {
    +        const EVP_MD *evpmd;
    +        size_t qbits = bits >= 2048 ? 256 : 160;
    +
    +        if (bits >= 2048) {
    +            qbits = 256;
    +            evpmd = EVP_sha256();
    +        } else {
    +            qbits = 160;
    +            evpmd = EVP_sha1();
    +        }
    +
    +        return dsa_builtin_paramgen(ret, bits, qbits, evpmd,
    +                                    seed_in, seed_len, NULL, counter_ret,
    +                                    h_ret, cb);
    +    }
    +}
     
     int dsa_builtin_paramgen(DSA *ret, size_t bits, size_t qbits,
    -	const EVP_MD *evpmd, const unsigned char *seed_in, size_t seed_len,
    -	unsigned char *seed_out,
    -	int *counter_ret, unsigned long *h_ret, BN_GENCB *cb)
    -	{
    -	int ok=0;
    -	unsigned char seed[SHA256_DIGEST_LENGTH];
    -	unsigned char md[SHA256_DIGEST_LENGTH];
    -	unsigned char buf[SHA256_DIGEST_LENGTH],buf2[SHA256_DIGEST_LENGTH];
    -	BIGNUM *r0,*W,*X,*c,*test;
    -	BIGNUM *g=NULL,*q=NULL,*p=NULL;
    -	BN_MONT_CTX *mont=NULL;
    -	int i, k, n=0, m=0, qsize = qbits >> 3;
    -	int counter=0;
    -	int r=0;
    -	BN_CTX *ctx=NULL;
    -	unsigned int h=2;
    -
    -	if (qsize != SHA_DIGEST_LENGTH && qsize != SHA224_DIGEST_LENGTH &&
    -	    qsize != SHA256_DIGEST_LENGTH)
    -		/* invalid q size */
    -		return 0;
    -
    -	if (evpmd == NULL)
    -		/* use SHA1 as default */
    -		evpmd = EVP_sha1();
    -
    -	if (bits < 512)
    -		bits = 512;
    -
    -	bits = (bits+63)/64*64;
    -
    -	/* NB: seed_len == 0 is special case: copy generated seed to
    - 	 * seed_in if it is not NULL.
    - 	 */
    -	if (seed_len && (seed_len < (size_t)qsize))
    -		seed_in = NULL;		/* seed buffer too small -- ignore */
    -	if (seed_len > (size_t)qsize) 
    -		seed_len = qsize;	/* App. 2.2 of FIPS PUB 186 allows larger SEED,
    -					 * but our internal buffers are restricted to 160 bits*/
    -	if (seed_in != NULL)
    -		memcpy(seed, seed_in, seed_len);
    -
    -	if ((ctx=BN_CTX_new()) == NULL)
    -		goto err;
    -
    -	if ((mont=BN_MONT_CTX_new()) == NULL)
    -		goto err;
    -
    -	BN_CTX_start(ctx);
    -	r0 = BN_CTX_get(ctx);
    -	g = BN_CTX_get(ctx);
    -	W = BN_CTX_get(ctx);
    -	q = BN_CTX_get(ctx);
    -	X = BN_CTX_get(ctx);
    -	c = BN_CTX_get(ctx);
    -	p = BN_CTX_get(ctx);
    -	test = BN_CTX_get(ctx);
    -
    -	if (!BN_lshift(test,BN_value_one(),bits-1))
    -		goto err;
    -
    -	for (;;)
    -		{
    -		for (;;) /* find q */
    -			{
    -			int seed_is_random;
    -
    -			/* step 1 */
    -			if(!BN_GENCB_call(cb, 0, m++))
    -				goto err;
    -
    -			if (!seed_len)
    -				{
    -				RAND_pseudo_bytes(seed, qsize);
    -				seed_is_random = 1;
    -				}
    -			else
    -				{
    -				seed_is_random = 0;
    -				seed_len=0; /* use random seed if 'seed_in' turns out to be bad*/
    -				}
    -			memcpy(buf , seed, qsize);
    -			memcpy(buf2, seed, qsize);
    -			/* precompute "SEED + 1" for step 7: */
    -			for (i = qsize-1; i >= 0; i--)
    -				{
    -				buf[i]++;
    -				if (buf[i] != 0)
    -					break;
    -				}
    -
    -			/* step 2 */
    -			if (!EVP_Digest(seed, qsize, md,   NULL, evpmd, NULL))
    -				goto err;
    -			if (!EVP_Digest(buf,  qsize, buf2, NULL, evpmd, NULL))
    -				goto err;
    -			for (i = 0; i < qsize; i++)
    -				md[i]^=buf2[i];
    -
    -			/* step 3 */
    -			md[0] |= 0x80;
    -			md[qsize-1] |= 0x01;
    -			if (!BN_bin2bn(md, qsize, q))
    -				goto err;
    -
    -			/* step 4 */
    -			r = BN_is_prime_fasttest_ex(q, DSS_prime_checks, ctx,
    -					seed_is_random, cb);
    -			if (r > 0)
    -				break;
    -			if (r != 0)
    -				goto err;
    -
    -			/* do a callback call */
    -			/* step 5 */
    -			}
    -
    -		if(!BN_GENCB_call(cb, 2, 0)) goto err;
    -		if(!BN_GENCB_call(cb, 3, 0)) goto err;
    -
    -		/* step 6 */
    -		counter=0;
    -		/* "offset = 2" */
    -
    -		n=(bits-1)/160;
    -
    -		for (;;)
    -			{
    -			if ((counter != 0) && !BN_GENCB_call(cb, 0, counter))
    -				goto err;
    -
    -			/* step 7 */
    -			BN_zero(W);
    -			/* now 'buf' contains "SEED + offset - 1" */
    -			for (k=0; k<=n; k++)
    -				{
    -				/* obtain "SEED + offset + k" by incrementing: */
    -				for (i = qsize-1; i >= 0; i--)
    -					{
    -					buf[i]++;
    -					if (buf[i] != 0)
    -						break;
    -					}
    -
    -				if (!EVP_Digest(buf, qsize, md ,NULL, evpmd,
    -									NULL))
    -					goto err;
    -
    -				/* step 8 */
    -				if (!BN_bin2bn(md, qsize, r0))
    -					goto err;
    -				if (!BN_lshift(r0,r0,(qsize << 3)*k)) goto err;
    -				if (!BN_add(W,W,r0)) goto err;
    -				}
    -
    -			/* more of step 8 */
    -			if (!BN_mask_bits(W,bits-1)) goto err;
    -			if (!BN_copy(X,W)) goto err;
    -			if (!BN_add(X,X,test)) goto err;
    -
    -			/* step 9 */
    -			if (!BN_lshift1(r0,q)) goto err;
    -			if (!BN_mod(c,X,r0,ctx)) goto err;
    -			if (!BN_sub(r0,c,BN_value_one())) goto err;
    -			if (!BN_sub(p,X,r0)) goto err;
    -
    -			/* step 10 */
    -			if (BN_cmp(p,test) >= 0)
    -				{
    -				/* step 11 */
    -				r = BN_is_prime_fasttest_ex(p, DSS_prime_checks,
    -						ctx, 1, cb);
    -				if (r > 0)
    -						goto end; /* found it */
    -				if (r != 0)
    -					goto err;
    -				}
    -
    -			/* step 13 */
    -			counter++;
    -			/* "offset = offset + n + 1" */
    -
    -			/* step 14 */
    -			if (counter >= 4096) break;
    -			}
    -		}
    -end:
    -	if(!BN_GENCB_call(cb, 2, 1))
    -		goto err;
    -
    -	/* We now need to generate g */
    -	/* Set r0=(p-1)/q */
    -	if (!BN_sub(test,p,BN_value_one())) goto err;
    -	if (!BN_div(r0,NULL,test,q,ctx)) goto err;
    -
    -	if (!BN_set_word(test,h)) goto err;
    -	if (!BN_MONT_CTX_set(mont,p,ctx)) goto err;
    -
    -	for (;;)
    -		{
    -		/* g=test^r0%p */
    -		if (!BN_mod_exp_mont(g,test,r0,p,ctx,mont)) goto err;
    -		if (!BN_is_one(g)) break;
    -		if (!BN_add(test,test,BN_value_one())) goto err;
    -		h++;
    -		}
    -
    -	if(!BN_GENCB_call(cb, 3, 1))
    -		goto err;
    -
    -	ok=1;
    -err:
    -	if (ok)
    -		{
    -		if(ret->p) BN_free(ret->p);
    -		if(ret->q) BN_free(ret->q);
    -		if(ret->g) BN_free(ret->g);
    -		ret->p=BN_dup(p);
    -		ret->q=BN_dup(q);
    -		ret->g=BN_dup(g);
    -		if (ret->p == NULL || ret->q == NULL || ret->g == NULL)
    -			{
    -			ok=0;
    -			goto err;
    -			}
    -		if (counter_ret != NULL) *counter_ret=counter;
    -		if (h_ret != NULL) *h_ret=h;
    -		if (seed_out)
    -			memcpy(seed_out, seed, qsize);
    -		}
    -	if(ctx)
    -		{
    -		BN_CTX_end(ctx);
    -		BN_CTX_free(ctx);
    -		}
    -	if (mont != NULL) BN_MONT_CTX_free(mont);
    -	return ok;
    -	}
    +                         const EVP_MD *evpmd, const unsigned char *seed_in,
    +                         size_t seed_len, unsigned char *seed_out,
    +                         int *counter_ret, unsigned long *h_ret, BN_GENCB *cb)
    +{
    +    int ok = 0;
    +    unsigned char seed[SHA256_DIGEST_LENGTH];
    +    unsigned char md[SHA256_DIGEST_LENGTH];
    +    unsigned char buf[SHA256_DIGEST_LENGTH], buf2[SHA256_DIGEST_LENGTH];
    +    BIGNUM *r0, *W, *X, *c, *test;
    +    BIGNUM *g = NULL, *q = NULL, *p = NULL;
    +    BN_MONT_CTX *mont = NULL;
    +    int i, k, n = 0, m = 0, qsize = qbits >> 3;
    +    int counter = 0;
    +    int r = 0;
    +    BN_CTX *ctx = NULL;
    +    unsigned int h = 2;
    +
    +    if (qsize != SHA_DIGEST_LENGTH && qsize != SHA224_DIGEST_LENGTH &&
    +        qsize != SHA256_DIGEST_LENGTH)
    +        /* invalid q size */
    +        return 0;
    +
    +    if (evpmd == NULL)
    +        /* use SHA1 as default */
    +        evpmd = EVP_sha1();
    +
    +    if (bits < 512)
    +        bits = 512;
    +
    +    bits = (bits + 63) / 64 * 64;
    +
    +    /*
    +     * NB: seed_len == 0 is special case: copy generated seed to seed_in if
    +     * it is not NULL.
    +     */
    +    if (seed_len && (seed_len < (size_t)qsize))
    +        seed_in = NULL;         /* seed buffer too small -- ignore */
    +    if (seed_len > (size_t)qsize)
    +        seed_len = qsize;       /* App. 2.2 of FIPS PUB 186 allows larger
    +                                 * SEED, but our internal buffers are
    +                                 * restricted to 160 bits */
    +    if (seed_in != NULL)
    +        memcpy(seed, seed_in, seed_len);
    +
    +    if ((ctx = BN_CTX_new()) == NULL)
    +        goto err;
    +
    +    if ((mont = BN_MONT_CTX_new()) == NULL)
    +        goto err;
    +
    +    BN_CTX_start(ctx);
    +    r0 = BN_CTX_get(ctx);
    +    g = BN_CTX_get(ctx);
    +    W = BN_CTX_get(ctx);
    +    q = BN_CTX_get(ctx);
    +    X = BN_CTX_get(ctx);
    +    c = BN_CTX_get(ctx);
    +    p = BN_CTX_get(ctx);
    +    test = BN_CTX_get(ctx);
    +
    +    if (!BN_lshift(test, BN_value_one(), bits - 1))
    +        goto err;
    +
    +    for (;;) {
    +        for (;;) {              /* find q */
    +            int seed_is_random;
    +
    +            /* step 1 */
    +            if (!BN_GENCB_call(cb, 0, m++))
    +                goto err;
    +
    +            if (!seed_len) {
    +                RAND_pseudo_bytes(seed, qsize);
    +                seed_is_random = 1;
    +            } else {
    +                seed_is_random = 0;
    +                seed_len = 0;   /* use random seed if 'seed_in' turns out to
    +                                 * be bad */
    +            }
    +            memcpy(buf, seed, qsize);
    +            memcpy(buf2, seed, qsize);
    +            /* precompute "SEED + 1" for step 7: */
    +            for (i = qsize - 1; i >= 0; i--) {
    +                buf[i]++;
    +                if (buf[i] != 0)
    +                    break;
    +            }
    +
    +            /* step 2 */
    +            if (!EVP_Digest(seed, qsize, md, NULL, evpmd, NULL))
    +                goto err;
    +            if (!EVP_Digest(buf, qsize, buf2, NULL, evpmd, NULL))
    +                goto err;
    +            for (i = 0; i < qsize; i++)
    +                md[i] ^= buf2[i];
    +
    +            /* step 3 */
    +            md[0] |= 0x80;
    +            md[qsize - 1] |= 0x01;
    +            if (!BN_bin2bn(md, qsize, q))
    +                goto err;
    +
    +            /* step 4 */
    +            r = BN_is_prime_fasttest_ex(q, DSS_prime_checks, ctx,
    +                                        seed_is_random, cb);
    +            if (r > 0)
    +                break;
    +            if (r != 0)
    +                goto err;
    +
    +            /* do a callback call */
    +            /* step 5 */
    +        }
    +
    +        if (!BN_GENCB_call(cb, 2, 0))
    +            goto err;
    +        if (!BN_GENCB_call(cb, 3, 0))
    +            goto err;
    +
    +        /* step 6 */
    +        counter = 0;
    +        /* "offset = 2" */
    +
    +        n = (bits - 1) / 160;
    +
    +        for (;;) {
    +            if ((counter != 0) && !BN_GENCB_call(cb, 0, counter))
    +                goto err;
    +
    +            /* step 7 */
    +            BN_zero(W);
    +            /* now 'buf' contains "SEED + offset - 1" */
    +            for (k = 0; k <= n; k++) {
    +                /*
    +                 * obtain "SEED + offset + k" by incrementing:
    +                 */
    +                for (i = qsize - 1; i >= 0; i--) {
    +                    buf[i]++;
    +                    if (buf[i] != 0)
    +                        break;
    +                }
    +
    +                if (!EVP_Digest(buf, qsize, md, NULL, evpmd, NULL))
    +                    goto err;
    +
    +                /* step 8 */
    +                if (!BN_bin2bn(md, qsize, r0))
    +                    goto err;
    +                if (!BN_lshift(r0, r0, (qsize << 3) * k))
    +                    goto err;
    +                if (!BN_add(W, W, r0))
    +                    goto err;
    +            }
    +
    +            /* more of step 8 */
    +            if (!BN_mask_bits(W, bits - 1))
    +                goto err;
    +            if (!BN_copy(X, W))
    +                goto err;
    +            if (!BN_add(X, X, test))
    +                goto err;
    +
    +            /* step 9 */
    +            if (!BN_lshift1(r0, q))
    +                goto err;
    +            if (!BN_mod(c, X, r0, ctx))
    +                goto err;
    +            if (!BN_sub(r0, c, BN_value_one()))
    +                goto err;
    +            if (!BN_sub(p, X, r0))
    +                goto err;
    +
    +            /* step 10 */
    +            if (BN_cmp(p, test) >= 0) {
    +                /* step 11 */
    +                r = BN_is_prime_fasttest_ex(p, DSS_prime_checks, ctx, 1, cb);
    +                if (r > 0)
    +                    goto end;   /* found it */
    +                if (r != 0)
    +                    goto err;
    +            }
    +
    +            /* step 13 */
    +            counter++;
    +            /* "offset = offset + n + 1" */
    +
    +            /* step 14 */
    +            if (counter >= 4096)
    +                break;
    +        }
    +    }
    + end:
    +    if (!BN_GENCB_call(cb, 2, 1))
    +        goto err;
    +
    +    /* We now need to generate g */
    +    /* Set r0=(p-1)/q */
    +    if (!BN_sub(test, p, BN_value_one()))
    +        goto err;
    +    if (!BN_div(r0, NULL, test, q, ctx))
    +        goto err;
    +
    +    if (!BN_set_word(test, h))
    +        goto err;
    +    if (!BN_MONT_CTX_set(mont, p, ctx))
    +        goto err;
    +
    +    for (;;) {
    +        /* g=test^r0%p */
    +        if (!BN_mod_exp_mont(g, test, r0, p, ctx, mont))
    +            goto err;
    +        if (!BN_is_one(g))
    +            break;
    +        if (!BN_add(test, test, BN_value_one()))
    +            goto err;
    +        h++;
    +    }
    +
    +    if (!BN_GENCB_call(cb, 3, 1))
    +        goto err;
    +
    +    ok = 1;
    + err:
    +    if (ok) {
    +        if (ret->p)
    +            BN_free(ret->p);
    +        if (ret->q)
    +            BN_free(ret->q);
    +        if (ret->g)
    +            BN_free(ret->g);
    +        ret->p = BN_dup(p);
    +        ret->q = BN_dup(q);
    +        ret->g = BN_dup(g);
    +        if (ret->p == NULL || ret->q == NULL || ret->g == NULL) {
    +            ok = 0;
    +            goto err;
    +        }
    +        if (counter_ret != NULL)
    +            *counter_ret = counter;
    +        if (h_ret != NULL)
    +            *h_ret = h;
    +        if (seed_out)
    +            memcpy(seed_out, seed, qsize);
    +    }
    +    if (ctx) {
    +        BN_CTX_end(ctx);
    +        BN_CTX_free(ctx);
    +    }
    +    if (mont != NULL)
    +        BN_MONT_CTX_free(mont);
    +    return ok;
    +}
    +
    +# ifdef OPENSSL_FIPS
    +#  undef fips_dsa_builtin_paramgen2
    +extern int fips_dsa_builtin_paramgen2(DSA *ret, size_t L, size_t N,
    +                                      const EVP_MD *evpmd,
    +                                      const unsigned char *seed_in,
    +                                      size_t seed_len, int idx,
    +                                      unsigned char *seed_out,
    +                                      int *counter_ret, unsigned long *h_ret,
    +                                      BN_GENCB *cb);
    +# endif
    +
    +/*
    + * This is a parameter generation algorithm for the DSA2 algorithm as
    + * described in FIPS 186-3.
    + */
    +
    +int dsa_builtin_paramgen2(DSA *ret, size_t L, size_t N,
    +                          const EVP_MD *evpmd, const unsigned char *seed_in,
    +                          size_t seed_len, int idx, unsigned char *seed_out,
    +                          int *counter_ret, unsigned long *h_ret,
    +                          BN_GENCB *cb)
    +{
    +    int ok = -1;
    +    unsigned char *seed = NULL, *seed_tmp = NULL;
    +    unsigned char md[EVP_MAX_MD_SIZE];
    +    int mdsize;
    +    BIGNUM *r0, *W, *X, *c, *test;
    +    BIGNUM *g = NULL, *q = NULL, *p = NULL;
    +    BN_MONT_CTX *mont = NULL;
    +    int i, k, n = 0, m = 0, qsize = N >> 3;
    +    int counter = 0;
    +    int r = 0;
    +    BN_CTX *ctx = NULL;
    +    EVP_MD_CTX mctx;
    +    unsigned int h = 2;
    +
    +# ifdef OPENSSL_FIPS
    +
    +    if (FIPS_mode())
    +        return fips_dsa_builtin_paramgen2(ret, L, N, evpmd,
    +                                          seed_in, seed_len, idx,
    +                                          seed_out, counter_ret, h_ret, cb);
    +# endif
    +
    +    EVP_MD_CTX_init(&mctx);
    +
    +    if (evpmd == NULL) {
    +        if (N == 160)
    +            evpmd = EVP_sha1();
    +        else if (N == 224)
    +            evpmd = EVP_sha224();
    +        else
    +            evpmd = EVP_sha256();
    +    }
    +
    +    mdsize = EVP_MD_size(evpmd);
    +    /* If unverificable g generation only don't need seed */
    +    if (!ret->p || !ret->q || idx >= 0) {
    +        if (seed_len == 0)
    +            seed_len = mdsize;
    +
    +        seed = OPENSSL_malloc(seed_len);
    +
    +        if (seed_out)
    +            seed_tmp = seed_out;
    +        else
    +            seed_tmp = OPENSSL_malloc(seed_len);
    +
    +        if (!seed || !seed_tmp)
    +            goto err;
    +
    +        if (seed_in)
    +            memcpy(seed, seed_in, seed_len);
    +
    +    }
    +
    +    if ((ctx = BN_CTX_new()) == NULL)
    +        goto err;
    +
    +    if ((mont = BN_MONT_CTX_new()) == NULL)
    +        goto err;
    +
    +    BN_CTX_start(ctx);
    +    r0 = BN_CTX_get(ctx);
    +    g = BN_CTX_get(ctx);
    +    W = BN_CTX_get(ctx);
    +    X = BN_CTX_get(ctx);
    +    c = BN_CTX_get(ctx);
    +    test = BN_CTX_get(ctx);
    +
    +    /* if p, q already supplied generate g only */
    +    if (ret->p && ret->q) {
    +        p = ret->p;
    +        q = ret->q;
    +        if (idx >= 0)
    +            memcpy(seed_tmp, seed, seed_len);
    +        goto g_only;
    +    } else {
    +        p = BN_CTX_get(ctx);
    +        q = BN_CTX_get(ctx);
    +    }
    +
    +    if (!BN_lshift(test, BN_value_one(), L - 1))
    +        goto err;
    +    for (;;) {
    +        for (;;) {              /* find q */
    +            unsigned char *pmd;
    +            /* step 1 */
    +            if (!BN_GENCB_call(cb, 0, m++))
    +                goto err;
    +
    +            if (!seed_in) {
    +                if (RAND_pseudo_bytes(seed, seed_len) < 0)
    +                    goto err;
    +            }
    +            /* step 2 */
    +            if (!EVP_Digest(seed, seed_len, md, NULL, evpmd, NULL))
    +                goto err;
    +            /* Take least significant bits of md */
    +            if (mdsize > qsize)
    +                pmd = md + mdsize - qsize;
    +            else
    +                pmd = md;
    +
    +            if (mdsize < qsize)
    +                memset(md + mdsize, 0, qsize - mdsize);
    +
    +            /* step 3 */
    +            pmd[0] |= 0x80;
    +            pmd[qsize - 1] |= 0x01;
    +            if (!BN_bin2bn(pmd, qsize, q))
    +                goto err;
    +
    +            /* step 4 */
    +            r = BN_is_prime_fasttest_ex(q, DSS_prime_checks, ctx,
    +                                        seed_in ? 1 : 0, cb);
    +            if (r > 0)
    +                break;
    +            if (r != 0)
    +                goto err;
    +            /* Provided seed didn't produce a prime: error */
    +            if (seed_in) {
    +                ok = 0;
    +                DSAerr(DSA_F_DSA_BUILTIN_PARAMGEN2, DSA_R_Q_NOT_PRIME);
    +                goto err;
    +            }
    +
    +            /* do a callback call */
    +            /* step 5 */
    +        }
    +        /* Copy seed to seed_out before we mess with it */
    +        if (seed_out)
    +            memcpy(seed_out, seed, seed_len);
    +
    +        if (!BN_GENCB_call(cb, 2, 0))
    +            goto err;
    +        if (!BN_GENCB_call(cb, 3, 0))
    +            goto err;
    +
    +        /* step 6 */
    +        counter = 0;
    +        /* "offset = 1" */
    +
    +        n = (L - 1) / (mdsize << 3);
    +
    +        for (;;) {
    +            if ((counter != 0) && !BN_GENCB_call(cb, 0, counter))
    +                goto err;
    +
    +            /* step 7 */
    +            BN_zero(W);
    +            /* now 'buf' contains "SEED + offset - 1" */
    +            for (k = 0; k <= n; k++) {
    +                /*
    +                 * obtain "SEED + offset + k" by incrementing:
    +                 */
    +                for (i = seed_len - 1; i >= 0; i--) {
    +                    seed[i]++;
    +                    if (seed[i] != 0)
    +                        break;
    +                }
    +
    +                if (!EVP_Digest(seed, seed_len, md, NULL, evpmd, NULL))
    +                    goto err;
    +
    +                /* step 8 */
    +                if (!BN_bin2bn(md, mdsize, r0))
    +                    goto err;
    +                if (!BN_lshift(r0, r0, (mdsize << 3) * k))
    +                    goto err;
    +                if (!BN_add(W, W, r0))
    +                    goto err;
    +            }
    +
    +            /* more of step 8 */
    +            if (!BN_mask_bits(W, L - 1))
    +                goto err;
    +            if (!BN_copy(X, W))
    +                goto err;
    +            if (!BN_add(X, X, test))
    +                goto err;
    +
    +            /* step 9 */
    +            if (!BN_lshift1(r0, q))
    +                goto err;
    +            if (!BN_mod(c, X, r0, ctx))
    +                goto err;
    +            if (!BN_sub(r0, c, BN_value_one()))
    +                goto err;
    +            if (!BN_sub(p, X, r0))
    +                goto err;
    +
    +            /* step 10 */
    +            if (BN_cmp(p, test) >= 0) {
    +                /* step 11 */
    +                r = BN_is_prime_fasttest_ex(p, DSS_prime_checks, ctx, 1, cb);
    +                if (r > 0)
    +                    goto end;   /* found it */
    +                if (r != 0)
    +                    goto err;
    +            }
    +
    +            /* step 13 */
    +            counter++;
    +            /* "offset = offset + n + 1" */
    +
    +            /* step 14 */
    +            if (counter >= (int)(4 * L))
    +                break;
    +        }
    +        if (seed_in) {
    +            ok = 0;
    +            DSAerr(DSA_F_DSA_BUILTIN_PARAMGEN2, DSA_R_INVALID_PARAMETERS);
    +            goto err;
    +        }
    +    }
    + end:
    +    if (!BN_GENCB_call(cb, 2, 1))
    +        goto err;
    +
    + g_only:
    +
    +    /* We now need to generate g */
    +    /* Set r0=(p-1)/q */
    +    if (!BN_sub(test, p, BN_value_one()))
    +        goto err;
    +    if (!BN_div(r0, NULL, test, q, ctx))
    +        goto err;
    +
    +    if (idx < 0) {
    +        if (!BN_set_word(test, h))
    +            goto err;
    +    } else
    +        h = 1;
    +    if (!BN_MONT_CTX_set(mont, p, ctx))
    +        goto err;
    +
    +    for (;;) {
    +        static const unsigned char ggen[4] = { 0x67, 0x67, 0x65, 0x6e };
    +        if (idx >= 0) {
    +            md[0] = idx & 0xff;
    +            md[1] = (h >> 8) & 0xff;
    +            md[2] = h & 0xff;
    +            if (!EVP_DigestInit_ex(&mctx, evpmd, NULL))
    +                goto err;
    +            if (!EVP_DigestUpdate(&mctx, seed_tmp, seed_len))
    +                goto err;
    +            if (!EVP_DigestUpdate(&mctx, ggen, sizeof(ggen)))
    +                goto err;
    +            if (!EVP_DigestUpdate(&mctx, md, 3))
    +                goto err;
    +            if (!EVP_DigestFinal_ex(&mctx, md, NULL))
    +                goto err;
    +            if (!BN_bin2bn(md, mdsize, test))
    +                goto err;
    +        }
    +        /* g=test^r0%p */
    +        if (!BN_mod_exp_mont(g, test, r0, p, ctx, mont))
    +            goto err;
    +        if (!BN_is_one(g))
    +            break;
    +        if (idx < 0 && !BN_add(test, test, BN_value_one()))
    +            goto err;
    +        h++;
    +        if (idx >= 0 && h > 0xffff)
    +            goto err;
    +    }
    +
    +    if (!BN_GENCB_call(cb, 3, 1))
    +        goto err;
    +
    +    ok = 1;
    + err:
    +    if (ok == 1) {
    +        if (p != ret->p) {
    +            if (ret->p)
    +                BN_free(ret->p);
    +            ret->p = BN_dup(p);
    +        }
    +        if (q != ret->q) {
    +            if (ret->q)
    +                BN_free(ret->q);
    +            ret->q = BN_dup(q);
    +        }
    +        if (ret->g)
    +            BN_free(ret->g);
    +        ret->g = BN_dup(g);
    +        if (ret->p == NULL || ret->q == NULL || ret->g == NULL) {
    +            ok = -1;
    +            goto err;
    +        }
    +        if (counter_ret != NULL)
    +            *counter_ret = counter;
    +        if (h_ret != NULL)
    +            *h_ret = h;
    +    }
    +    if (seed)
    +        OPENSSL_free(seed);
    +    if (seed_out != seed_tmp)
    +        OPENSSL_free(seed_tmp);
    +    if (ctx) {
    +        BN_CTX_end(ctx);
    +        BN_CTX_free(ctx);
    +    }
    +    if (mont != NULL)
    +        BN_MONT_CTX_free(mont);
    +    EVP_MD_CTX_cleanup(&mctx);
    +    return ok;
    +}
    +
    +int dsa_paramgen_check_g(DSA *dsa)
    +{
    +    BN_CTX *ctx;
    +    BIGNUM *tmp;
    +    BN_MONT_CTX *mont = NULL;
    +    int rv = -1;
    +    ctx = BN_CTX_new();
    +    if (!ctx)
    +        return -1;
    +    BN_CTX_start(ctx);
    +    if (BN_cmp(dsa->g, BN_value_one()) <= 0)
    +        return 0;
    +    if (BN_cmp(dsa->g, dsa->p) >= 0)
    +        return 0;
    +    tmp = BN_CTX_get(ctx);
    +    if (!tmp)
    +        goto err;
    +    if ((mont = BN_MONT_CTX_new()) == NULL)
    +        goto err;
    +    if (!BN_MONT_CTX_set(mont, dsa->p, ctx))
    +        goto err;
    +    /* Work out g^q mod p */
    +    if (!BN_mod_exp_mont(tmp, dsa->g, dsa->q, dsa->p, ctx, mont))
    +        goto err;
    +    if (!BN_cmp(tmp, BN_value_one()))
    +        rv = 1;
    +    else
    +        rv = 0;
    + err:
    +    BN_CTX_end(ctx);
    +    if (mont)
    +        BN_MONT_CTX_free(mont);
    +    BN_CTX_free(ctx);
    +    return rv;
    +
    +}
     #endif
    diff --git a/openssl/crypto/dsa/dsa_key.c b/openssl/crypto/dsa/dsa_key.c
    index 9cf669b92..e8c8d2e6a 100644
    --- a/openssl/crypto/dsa/dsa_key.c
    +++ b/openssl/crypto/dsa/dsa_key.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,85 +60,86 @@
     #include 
     #include "cryptlib.h"
     #ifndef OPENSSL_NO_SHA
    -#include 
    -#include 
    -#include 
    +# include 
    +# include 
    +# include 
     
    -#ifdef OPENSSL_FIPS
    -#include 
    -#endif
    +# ifdef OPENSSL_FIPS
    +#  include 
    +# endif
     
     static int dsa_builtin_keygen(DSA *dsa);
     
     int DSA_generate_key(DSA *dsa)
    -	{
    -#ifdef OPENSSL_FIPS
    -	if (FIPS_mode() && !(dsa->meth->flags & DSA_FLAG_FIPS_METHOD)
    -			&& !(dsa->flags & DSA_FLAG_NON_FIPS_ALLOW))
    -		{
    -		DSAerr(DSA_F_DSA_GENERATE_KEY, DSA_R_NON_FIPS_DSA_METHOD);
    -		return 0;
    -		}
    -#endif
    -	if(dsa->meth->dsa_keygen)
    -		return dsa->meth->dsa_keygen(dsa);
    -#ifdef OPENSSL_FIPS
    -	if (FIPS_mode())
    -		return FIPS_dsa_generate_key(dsa);
    -#endif
    -	return dsa_builtin_keygen(dsa);
    -	}
    +{
    +# ifdef OPENSSL_FIPS
    +    if (FIPS_mode() && !(dsa->meth->flags & DSA_FLAG_FIPS_METHOD)
    +        && !(dsa->flags & DSA_FLAG_NON_FIPS_ALLOW)) {
    +        DSAerr(DSA_F_DSA_GENERATE_KEY, DSA_R_NON_FIPS_DSA_METHOD);
    +        return 0;
    +    }
    +# endif
    +    if (dsa->meth->dsa_keygen)
    +        return dsa->meth->dsa_keygen(dsa);
    +# ifdef OPENSSL_FIPS
    +    if (FIPS_mode())
    +        return FIPS_dsa_generate_key(dsa);
    +# endif
    +    return dsa_builtin_keygen(dsa);
    +}
     
     static int dsa_builtin_keygen(DSA *dsa)
    -	{
    -	int ok=0;
    -	BN_CTX *ctx=NULL;
    -	BIGNUM *pub_key=NULL,*priv_key=NULL;
    +{
    +    int ok = 0;
    +    BN_CTX *ctx = NULL;
    +    BIGNUM *pub_key = NULL, *priv_key = NULL;
    +
    +    if ((ctx = BN_CTX_new()) == NULL)
    +        goto err;
     
    -	if ((ctx=BN_CTX_new()) == NULL) goto err;
    +    if (dsa->priv_key == NULL) {
    +        if ((priv_key = BN_new()) == NULL)
    +            goto err;
    +    } else
    +        priv_key = dsa->priv_key;
     
    -	if (dsa->priv_key == NULL)
    -		{
    -		if ((priv_key=BN_new()) == NULL) goto err;
    -		}
    -	else
    -		priv_key=dsa->priv_key;
    +    do
    +        if (!BN_rand_range(priv_key, dsa->q))
    +            goto err;
    +    while (BN_is_zero(priv_key)) ;
     
    -	do
    -		if (!BN_rand_range(priv_key,dsa->q)) goto err;
    -	while (BN_is_zero(priv_key));
    +    if (dsa->pub_key == NULL) {
    +        if ((pub_key = BN_new()) == NULL)
    +            goto err;
    +    } else
    +        pub_key = dsa->pub_key;
     
    -	if (dsa->pub_key == NULL)
    -		{
    -		if ((pub_key=BN_new()) == NULL) goto err;
    -		}
    -	else
    -		pub_key=dsa->pub_key;
    -	
    -	{
    -		BIGNUM local_prk;
    -		BIGNUM *prk;
    +    {
    +        BIGNUM local_prk;
    +        BIGNUM *prk;
     
    -		if ((dsa->flags & DSA_FLAG_NO_EXP_CONSTTIME) == 0)
    -			{
    -			BN_init(&local_prk);
    -			prk = &local_prk;
    -			BN_with_flags(prk, priv_key, BN_FLG_CONSTTIME);
    -			}
    -		else
    -			prk = priv_key;
    +        if ((dsa->flags & DSA_FLAG_NO_EXP_CONSTTIME) == 0) {
    +            BN_init(&local_prk);
    +            prk = &local_prk;
    +            BN_with_flags(prk, priv_key, BN_FLG_CONSTTIME);
    +        } else
    +            prk = priv_key;
     
    -		if (!BN_mod_exp(pub_key,dsa->g,prk,dsa->p,ctx)) goto err;
    -	}
    +        if (!BN_mod_exp(pub_key, dsa->g, prk, dsa->p, ctx))
    +            goto err;
    +    }
     
    -	dsa->priv_key=priv_key;
    -	dsa->pub_key=pub_key;
    -	ok=1;
    +    dsa->priv_key = priv_key;
    +    dsa->pub_key = pub_key;
    +    ok = 1;
     
    -err:
    -	if ((pub_key != NULL) && (dsa->pub_key == NULL)) BN_free(pub_key);
    -	if ((priv_key != NULL) && (dsa->priv_key == NULL)) BN_free(priv_key);
    -	if (ctx != NULL) BN_CTX_free(ctx);
    -	return(ok);
    -	}
    + err:
    +    if ((pub_key != NULL) && (dsa->pub_key == NULL))
    +        BN_free(pub_key);
    +    if ((priv_key != NULL) && (dsa->priv_key == NULL))
    +        BN_free(priv_key);
    +    if (ctx != NULL)
    +        BN_CTX_free(ctx);
    +    return (ok);
    +}
     #endif
    diff --git a/openssl/crypto/dsa/dsa_lib.c b/openssl/crypto/dsa/dsa_lib.c
    index 96d8d0c4b..eb9d21d9a 100644
    --- a/openssl/crypto/dsa/dsa_lib.c
    +++ b/openssl/crypto/dsa/dsa_lib.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -64,266 +64,266 @@
     #include 
     #include 
     #ifndef OPENSSL_NO_ENGINE
    -#include 
    +# include 
     #endif
     #ifndef OPENSSL_NO_DH
    -#include 
    +# include 
     #endif
     
     #ifdef OPENSSL_FIPS
    -#include 
    +# include 
     #endif
     
    -const char DSA_version[]="DSA" OPENSSL_VERSION_PTEXT;
    +const char DSA_version[] = "DSA" OPENSSL_VERSION_PTEXT;
     
     static const DSA_METHOD *default_DSA_method = NULL;
     
     void DSA_set_default_method(const DSA_METHOD *meth)
    -	{
    -	default_DSA_method = meth;
    -	}
    +{
    +    default_DSA_method = meth;
    +}
     
     const DSA_METHOD *DSA_get_default_method(void)
    -	{
    -	if(!default_DSA_method)
    -		{
    +{
    +    if (!default_DSA_method) {
     #ifdef OPENSSL_FIPS
    -		if (FIPS_mode())
    -			return FIPS_dsa_openssl();
    -		else
    -			return DSA_OpenSSL();
    +        if (FIPS_mode())
    +            return FIPS_dsa_openssl();
    +        else
    +            return DSA_OpenSSL();
     #else
    -		default_DSA_method = DSA_OpenSSL();
    +        default_DSA_method = DSA_OpenSSL();
     #endif
    -		}
    -	return default_DSA_method;
    -	}
    +    }
    +    return default_DSA_method;
    +}
     
     DSA *DSA_new(void)
    -	{
    -	return DSA_new_method(NULL);
    -	}
    +{
    +    return DSA_new_method(NULL);
    +}
     
     int DSA_set_method(DSA *dsa, const DSA_METHOD *meth)
    -	{
    -	/* NB: The caller is specifically setting a method, so it's not up to us
    -	 * to deal with which ENGINE it comes from. */
    -        const DSA_METHOD *mtmp;
    -        mtmp = dsa->meth;
    -        if (mtmp->finish) mtmp->finish(dsa);
    +{
    +    /*
    +     * NB: The caller is specifically setting a method, so it's not up to us
    +     * to deal with which ENGINE it comes from.
    +     */
    +    const DSA_METHOD *mtmp;
    +    mtmp = dsa->meth;
    +    if (mtmp->finish)
    +        mtmp->finish(dsa);
     #ifndef OPENSSL_NO_ENGINE
    -	if (dsa->engine)
    -		{
    -		ENGINE_finish(dsa->engine);
    -		dsa->engine = NULL;
    -		}
    +    if (dsa->engine) {
    +        ENGINE_finish(dsa->engine);
    +        dsa->engine = NULL;
    +    }
     #endif
    -        dsa->meth = meth;
    -        if (meth->init) meth->init(dsa);
    -        return 1;
    -	}
    +    dsa->meth = meth;
    +    if (meth->init)
    +        meth->init(dsa);
    +    return 1;
    +}
     
     DSA *DSA_new_method(ENGINE *engine)
    -	{
    -	DSA *ret;
    -
    -	ret=(DSA *)OPENSSL_malloc(sizeof(DSA));
    -	if (ret == NULL)
    -		{
    -		DSAerr(DSA_F_DSA_NEW_METHOD,ERR_R_MALLOC_FAILURE);
    -		return(NULL);
    -		}
    -	ret->meth = DSA_get_default_method();
    +{
    +    DSA *ret;
    +
    +    ret = (DSA *)OPENSSL_malloc(sizeof(DSA));
    +    if (ret == NULL) {
    +        DSAerr(DSA_F_DSA_NEW_METHOD, ERR_R_MALLOC_FAILURE);
    +        return (NULL);
    +    }
    +    ret->meth = DSA_get_default_method();
     #ifndef OPENSSL_NO_ENGINE
    -	if (engine)
    -		{
    -		if (!ENGINE_init(engine))
    -			{
    -			DSAerr(DSA_F_DSA_NEW_METHOD, ERR_R_ENGINE_LIB);
    -			OPENSSL_free(ret);
    -			return NULL;
    -			}
    -		ret->engine = engine;
    -		}
    -	else
    -		ret->engine = ENGINE_get_default_DSA();
    -	if(ret->engine)
    -		{
    -		ret->meth = ENGINE_get_DSA(ret->engine);
    -		if(!ret->meth)
    -			{
    -			DSAerr(DSA_F_DSA_NEW_METHOD,
    -				ERR_R_ENGINE_LIB);
    -			ENGINE_finish(ret->engine);
    -			OPENSSL_free(ret);
    -			return NULL;
    -			}
    -		}
    +    if (engine) {
    +        if (!ENGINE_init(engine)) {
    +            DSAerr(DSA_F_DSA_NEW_METHOD, ERR_R_ENGINE_LIB);
    +            OPENSSL_free(ret);
    +            return NULL;
    +        }
    +        ret->engine = engine;
    +    } else
    +        ret->engine = ENGINE_get_default_DSA();
    +    if (ret->engine) {
    +        ret->meth = ENGINE_get_DSA(ret->engine);
    +        if (!ret->meth) {
    +            DSAerr(DSA_F_DSA_NEW_METHOD, ERR_R_ENGINE_LIB);
    +            ENGINE_finish(ret->engine);
    +            OPENSSL_free(ret);
    +            return NULL;
    +        }
    +    }
     #endif
     
    -	ret->pad=0;
    -	ret->version=0;
    -	ret->write_params=1;
    -	ret->p=NULL;
    -	ret->q=NULL;
    -	ret->g=NULL;
    -
    -	ret->pub_key=NULL;
    -	ret->priv_key=NULL;
    -
    -	ret->kinv=NULL;
    -	ret->r=NULL;
    -	ret->method_mont_p=NULL;
    -
    -	ret->references=1;
    -	ret->flags=ret->meth->flags & ~DSA_FLAG_NON_FIPS_ALLOW;
    -	CRYPTO_new_ex_data(CRYPTO_EX_INDEX_DSA, ret, &ret->ex_data);
    -	if ((ret->meth->init != NULL) && !ret->meth->init(ret))
    -		{
    +    ret->pad = 0;
    +    ret->version = 0;
    +    ret->write_params = 1;
    +    ret->p = NULL;
    +    ret->q = NULL;
    +    ret->g = NULL;
    +
    +    ret->pub_key = NULL;
    +    ret->priv_key = NULL;
    +
    +    ret->kinv = NULL;
    +    ret->r = NULL;
    +    ret->method_mont_p = NULL;
    +
    +    ret->references = 1;
    +    ret->flags = ret->meth->flags & ~DSA_FLAG_NON_FIPS_ALLOW;
    +    CRYPTO_new_ex_data(CRYPTO_EX_INDEX_DSA, ret, &ret->ex_data);
    +    if ((ret->meth->init != NULL) && !ret->meth->init(ret)) {
     #ifndef OPENSSL_NO_ENGINE
    -		if (ret->engine)
    -			ENGINE_finish(ret->engine);
    +        if (ret->engine)
    +            ENGINE_finish(ret->engine);
     #endif
    -		CRYPTO_free_ex_data(CRYPTO_EX_INDEX_DSA, ret, &ret->ex_data);
    -		OPENSSL_free(ret);
    -		ret=NULL;
    -		}
    -	
    -	return(ret);
    -	}
    +        CRYPTO_free_ex_data(CRYPTO_EX_INDEX_DSA, ret, &ret->ex_data);
    +        OPENSSL_free(ret);
    +        ret = NULL;
    +    }
    +
    +    return (ret);
    +}
     
     void DSA_free(DSA *r)
    -	{
    -	int i;
    +{
    +    int i;
     
    -	if (r == NULL) return;
    +    if (r == NULL)
    +        return;
     
    -	i=CRYPTO_add(&r->references,-1,CRYPTO_LOCK_DSA);
    +    i = CRYPTO_add(&r->references, -1, CRYPTO_LOCK_DSA);
     #ifdef REF_PRINT
    -	REF_PRINT("DSA",r);
    +    REF_PRINT("DSA", r);
     #endif
    -	if (i > 0) return;
    +    if (i > 0)
    +        return;
     #ifdef REF_CHECK
    -	if (i < 0)
    -		{
    -		fprintf(stderr,"DSA_free, bad reference count\n");
    -		abort();
    -		}
    +    if (i < 0) {
    +        fprintf(stderr, "DSA_free, bad reference count\n");
    +        abort();
    +    }
     #endif
     
    -	if(r->meth->finish)
    -		r->meth->finish(r);
    +    if (r->meth->finish)
    +        r->meth->finish(r);
     #ifndef OPENSSL_NO_ENGINE
    -	if(r->engine)
    -		ENGINE_finish(r->engine);
    +    if (r->engine)
    +        ENGINE_finish(r->engine);
     #endif
     
    -	CRYPTO_free_ex_data(CRYPTO_EX_INDEX_DSA, r, &r->ex_data);
    -
    -	if (r->p != NULL) BN_clear_free(r->p);
    -	if (r->q != NULL) BN_clear_free(r->q);
    -	if (r->g != NULL) BN_clear_free(r->g);
    -	if (r->pub_key != NULL) BN_clear_free(r->pub_key);
    -	if (r->priv_key != NULL) BN_clear_free(r->priv_key);
    -	if (r->kinv != NULL) BN_clear_free(r->kinv);
    -	if (r->r != NULL) BN_clear_free(r->r);
    -	OPENSSL_free(r);
    -	}
    +    CRYPTO_free_ex_data(CRYPTO_EX_INDEX_DSA, r, &r->ex_data);
    +
    +    if (r->p != NULL)
    +        BN_clear_free(r->p);
    +    if (r->q != NULL)
    +        BN_clear_free(r->q);
    +    if (r->g != NULL)
    +        BN_clear_free(r->g);
    +    if (r->pub_key != NULL)
    +        BN_clear_free(r->pub_key);
    +    if (r->priv_key != NULL)
    +        BN_clear_free(r->priv_key);
    +    if (r->kinv != NULL)
    +        BN_clear_free(r->kinv);
    +    if (r->r != NULL)
    +        BN_clear_free(r->r);
    +    OPENSSL_free(r);
    +}
     
     int DSA_up_ref(DSA *r)
    -	{
    -	int i = CRYPTO_add(&r->references, 1, CRYPTO_LOCK_DSA);
    +{
    +    int i = CRYPTO_add(&r->references, 1, CRYPTO_LOCK_DSA);
     #ifdef REF_PRINT
    -	REF_PRINT("DSA",r);
    +    REF_PRINT("DSA", r);
     #endif
     #ifdef REF_CHECK
    -	if (i < 2)
    -		{
    -		fprintf(stderr, "DSA_up_ref, bad reference count\n");
    -		abort();
    -		}
    +    if (i < 2) {
    +        fprintf(stderr, "DSA_up_ref, bad reference count\n");
    +        abort();
    +    }
     #endif
    -	return ((i > 1) ? 1 : 0);
    -	}
    +    return ((i > 1) ? 1 : 0);
    +}
     
     int DSA_size(const DSA *r)
    -	{
    -	int ret,i;
    -	ASN1_INTEGER bs;
    -	unsigned char buf[4];	/* 4 bytes looks really small.
    -				   However, i2d_ASN1_INTEGER() will not look
    -				   beyond the first byte, as long as the second
    -				   parameter is NULL. */
    -
    -	i=BN_num_bits(r->q);
    -	bs.length=(i+7)/8;
    -	bs.data=buf;
    -	bs.type=V_ASN1_INTEGER;
    -	/* If the top bit is set the asn1 encoding is 1 larger. */
    -	buf[0]=0xff;	
    -
    -	i=i2d_ASN1_INTEGER(&bs,NULL);
    -	i+=i; /* r and s */
    -	ret=ASN1_object_size(1,i,V_ASN1_SEQUENCE);
    -	return(ret);
    -	}
    +{
    +    int ret, i;
    +    ASN1_INTEGER bs;
    +    unsigned char buf[4];       /* 4 bytes looks really small. However,
    +                                 * i2d_ASN1_INTEGER() will not look beyond
    +                                 * the first byte, as long as the second
    +                                 * parameter is NULL. */
    +
    +    i = BN_num_bits(r->q);
    +    bs.length = (i + 7) / 8;
    +    bs.data = buf;
    +    bs.type = V_ASN1_INTEGER;
    +    /* If the top bit is set the asn1 encoding is 1 larger. */
    +    buf[0] = 0xff;
    +
    +    i = i2d_ASN1_INTEGER(&bs, NULL);
    +    i += i;                     /* r and s */
    +    ret = ASN1_object_size(1, i, V_ASN1_SEQUENCE);
    +    return (ret);
    +}
     
     int DSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
    -	     CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func)
    -        {
    -	return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_DSA, argl, argp,
    -				new_func, dup_func, free_func);
    -        }
    +                         CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func)
    +{
    +    return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_DSA, argl, argp,
    +                                   new_func, dup_func, free_func);
    +}
     
     int DSA_set_ex_data(DSA *d, int idx, void *arg)
    -	{
    -	return(CRYPTO_set_ex_data(&d->ex_data,idx,arg));
    -	}
    +{
    +    return (CRYPTO_set_ex_data(&d->ex_data, idx, arg));
    +}
     
     void *DSA_get_ex_data(DSA *d, int idx)
    -	{
    -	return(CRYPTO_get_ex_data(&d->ex_data,idx));
    -	}
    +{
    +    return (CRYPTO_get_ex_data(&d->ex_data, idx));
    +}
     
     #ifndef OPENSSL_NO_DH
     DH *DSA_dup_DH(const DSA *r)
    -	{
    -	/* DSA has p, q, g, optional pub_key, optional priv_key.
    -	 * DH has p, optional length, g, optional pub_key, optional priv_key,
    -	 * optional q.
    -	 */ 
    -
    -	DH *ret = NULL;
    -
    -	if (r == NULL)
    -		goto err;
    -	ret = DH_new();
    -	if (ret == NULL)
    -		goto err;
    -	if (r->p != NULL) 
    -		if ((ret->p = BN_dup(r->p)) == NULL)
    -			goto err;
    -	if (r->q != NULL)
    -		{
    -		ret->length = BN_num_bits(r->q);
    -		if ((ret->q = BN_dup(r->q)) == NULL)
    -			goto err;
    -		}
    -	if (r->g != NULL)
    -		if ((ret->g = BN_dup(r->g)) == NULL)
    -			goto err;
    -	if (r->pub_key != NULL)
    -		if ((ret->pub_key = BN_dup(r->pub_key)) == NULL)
    -			goto err;
    -	if (r->priv_key != NULL)
    -		if ((ret->priv_key = BN_dup(r->priv_key)) == NULL)
    -			goto err;
    -
    -	return ret;
    +{
    +    /*
    +     * DSA has p, q, g, optional pub_key, optional priv_key. DH has p,
    +     * optional length, g, optional pub_key, optional priv_key, optional q.
    +     */
    +
    +    DH *ret = NULL;
    +
    +    if (r == NULL)
    +        goto err;
    +    ret = DH_new();
    +    if (ret == NULL)
    +        goto err;
    +    if (r->p != NULL)
    +        if ((ret->p = BN_dup(r->p)) == NULL)
    +            goto err;
    +    if (r->q != NULL) {
    +        ret->length = BN_num_bits(r->q);
    +        if ((ret->q = BN_dup(r->q)) == NULL)
    +            goto err;
    +    }
    +    if (r->g != NULL)
    +        if ((ret->g = BN_dup(r->g)) == NULL)
    +            goto err;
    +    if (r->pub_key != NULL)
    +        if ((ret->pub_key = BN_dup(r->pub_key)) == NULL)
    +            goto err;
    +    if (r->priv_key != NULL)
    +        if ((ret->priv_key = BN_dup(r->priv_key)) == NULL)
    +            goto err;
    +
    +    return ret;
     
      err:
    -	if (ret != NULL)
    -		DH_free(ret);
    -	return NULL;
    -	}
    +    if (ret != NULL)
    +        DH_free(ret);
    +    return NULL;
    +}
     #endif
    diff --git a/openssl/crypto/dsa/dsa_locl.h b/openssl/crypto/dsa/dsa_locl.h
    index 21e2e4524..9c23c3ef9 100644
    --- a/openssl/crypto/dsa/dsa_locl.h
    +++ b/openssl/crypto/dsa/dsa_locl.h
    @@ -6,7 +6,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -55,6 +55,15 @@
     #include 
     
     int dsa_builtin_paramgen(DSA *ret, size_t bits, size_t qbits,
    -	const EVP_MD *evpmd, const unsigned char *seed_in, size_t seed_len,
    -	unsigned char *seed_out,
    -	int *counter_ret, unsigned long *h_ret, BN_GENCB *cb);
    +                         const EVP_MD *evpmd, const unsigned char *seed_in,
    +                         size_t seed_len, unsigned char *seed_out,
    +                         int *counter_ret, unsigned long *h_ret,
    +                         BN_GENCB *cb);
    +
    +int dsa_builtin_paramgen2(DSA *ret, size_t L, size_t N,
    +                          const EVP_MD *evpmd, const unsigned char *seed_in,
    +                          size_t seed_len, int idx, unsigned char *seed_out,
    +                          int *counter_ret, unsigned long *h_ret,
    +                          BN_GENCB *cb);
    +
    +int dsa_paramgen_check_g(DSA *dsa);
    diff --git a/openssl/crypto/dsa/dsa_ossl.c b/openssl/crypto/dsa/dsa_ossl.c
    index b3d78e524..665f40a77 100644
    --- a/openssl/crypto/dsa/dsa_ossl.c
    +++ b/openssl/crypto/dsa/dsa_ossl.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -67,31 +67,33 @@
     #include 
     
     static DSA_SIG *dsa_do_sign(const unsigned char *dgst, int dlen, DSA *dsa);
    -static int dsa_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp);
    -static int dsa_do_verify(const unsigned char *dgst, int dgst_len, DSA_SIG *sig,
    -			 DSA *dsa);
    +static int dsa_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
    +                          BIGNUM **rp);
    +static int dsa_do_verify(const unsigned char *dgst, int dgst_len,
    +                         DSA_SIG *sig, DSA *dsa);
     static int dsa_init(DSA *dsa);
     static int dsa_finish(DSA *dsa);
     
     static DSA_METHOD openssl_dsa_meth = {
    -"OpenSSL DSA method",
    -dsa_do_sign,
    -dsa_sign_setup,
    -dsa_do_verify,
    -NULL, /* dsa_mod_exp, */
    -NULL, /* dsa_bn_mod_exp, */
    -dsa_init,
    -dsa_finish,
    -0,
    -NULL,
    -NULL,
    -NULL
    +    "OpenSSL DSA method",
    +    dsa_do_sign,
    +    dsa_sign_setup,
    +    dsa_do_verify,
    +    NULL,                       /* dsa_mod_exp, */
    +    NULL,                       /* dsa_bn_mod_exp, */
    +    dsa_init,
    +    dsa_finish,
    +    0,
    +    NULL,
    +    NULL,
    +    NULL
     };
     
    -/* These macro wrappers replace attempts to use the dsa_mod_exp() and
    +/*-
    + * These macro wrappers replace attempts to use the dsa_mod_exp() and
      * bn_mod_exp() handlers in the DSA_METHOD structure. We avoid the problem of
      * having a the macro work as an expression by bundling an "err_instr". So;
    - * 
    + *
      *     if (!dsa->meth->bn_mod_exp(dsa, r,dsa->g,&k,dsa->p,ctx,
      *                 dsa->method_mont_p)) goto err;
      *
    @@ -102,311 +104,319 @@ NULL
      */
     
     #define DSA_MOD_EXP(err_instr,dsa,rr,a1,p1,a2,p2,m,ctx,in_mont) \
    -	do { \
    -	int _tmp_res53; \
    -	if((dsa)->meth->dsa_mod_exp) \
    -		_tmp_res53 = (dsa)->meth->dsa_mod_exp((dsa), (rr), (a1), (p1), \
    -				(a2), (p2), (m), (ctx), (in_mont)); \
    -	else \
    -		_tmp_res53 = BN_mod_exp2_mont((rr), (a1), (p1), (a2), (p2), \
    -				(m), (ctx), (in_mont)); \
    -	if(!_tmp_res53) err_instr; \
    -	} while(0)
    +        do { \
    +        int _tmp_res53; \
    +        if((dsa)->meth->dsa_mod_exp) \
    +                _tmp_res53 = (dsa)->meth->dsa_mod_exp((dsa), (rr), (a1), (p1), \
    +                                (a2), (p2), (m), (ctx), (in_mont)); \
    +        else \
    +                _tmp_res53 = BN_mod_exp2_mont((rr), (a1), (p1), (a2), (p2), \
    +                                (m), (ctx), (in_mont)); \
    +        if(!_tmp_res53) err_instr; \
    +        } while(0)
     #define DSA_BN_MOD_EXP(err_instr,dsa,r,a,p,m,ctx,m_ctx) \
    -	do { \
    -	int _tmp_res53; \
    -	if((dsa)->meth->bn_mod_exp) \
    -		_tmp_res53 = (dsa)->meth->bn_mod_exp((dsa), (r), (a), (p), \
    -				(m), (ctx), (m_ctx)); \
    -	else \
    -		_tmp_res53 = BN_mod_exp_mont((r), (a), (p), (m), (ctx), (m_ctx)); \
    -	if(!_tmp_res53) err_instr; \
    -	} while(0)
    +        do { \
    +        int _tmp_res53; \
    +        if((dsa)->meth->bn_mod_exp) \
    +                _tmp_res53 = (dsa)->meth->bn_mod_exp((dsa), (r), (a), (p), \
    +                                (m), (ctx), (m_ctx)); \
    +        else \
    +                _tmp_res53 = BN_mod_exp_mont((r), (a), (p), (m), (ctx), (m_ctx)); \
    +        if(!_tmp_res53) err_instr; \
    +        } while(0)
     
     const DSA_METHOD *DSA_OpenSSL(void)
     {
    -	return &openssl_dsa_meth;
    +    return &openssl_dsa_meth;
     }
     
     static DSA_SIG *dsa_do_sign(const unsigned char *dgst, int dlen, DSA *dsa)
    -	{
    -	BIGNUM *kinv=NULL,*r=NULL,*s=NULL;
    -	BIGNUM m;
    -	BIGNUM xr;
    -	BN_CTX *ctx=NULL;
    -	int reason=ERR_R_BN_LIB;
    -	DSA_SIG *ret=NULL;
    -	int noredo = 0;
    -
    -	BN_init(&m);
    -	BN_init(&xr);
    -
    -	if (!dsa->p || !dsa->q || !dsa->g)
    -		{
    -		reason=DSA_R_MISSING_PARAMETERS;
    -		goto err;
    -		}
    -
    -	s=BN_new();
    -	if (s == NULL) goto err;
    -	ctx=BN_CTX_new();
    -	if (ctx == NULL) goto err;
    -redo:
    -	if ((dsa->kinv == NULL) || (dsa->r == NULL))
    -		{
    -		if (!DSA_sign_setup(dsa,ctx,&kinv,&r)) goto err;
    -		}
    -	else
    -		{
    -		kinv=dsa->kinv;
    -		dsa->kinv=NULL;
    -		r=dsa->r;
    -		dsa->r=NULL;
    -		noredo = 1;
    -		}
    -
    -	
    -	if (dlen > BN_num_bytes(dsa->q))
    -		/* if the digest length is greater than the size of q use the
    -		 * BN_num_bits(dsa->q) leftmost bits of the digest, see
    -		 * fips 186-3, 4.2 */
    -		dlen = BN_num_bytes(dsa->q);
    -	if (BN_bin2bn(dgst,dlen,&m) == NULL)
    -		goto err;
    -
    -	/* Compute  s = inv(k) (m + xr) mod q */
    -	if (!BN_mod_mul(&xr,dsa->priv_key,r,dsa->q,ctx)) goto err;/* s = xr */
    -	if (!BN_add(s, &xr, &m)) goto err;		/* s = m + xr */
    -	if (BN_cmp(s,dsa->q) > 0)
    -		if (!BN_sub(s,s,dsa->q)) goto err;
    -	if (!BN_mod_mul(s,s,kinv,dsa->q,ctx)) goto err;
    -
    -	ret=DSA_SIG_new();
    -	if (ret == NULL) goto err;
    -	/* Redo if r or s is zero as required by FIPS 186-3: this is
    -	 * very unlikely.
    -	 */
    -	if (BN_is_zero(r) || BN_is_zero(s))
    -		{
    -		if (noredo)
    -			{
    -			reason = DSA_R_NEED_NEW_SETUP_VALUES;
    -			goto err;
    -			}
    -		goto redo;
    -		}
    -	ret->r = r;
    -	ret->s = s;
    -	
    -err:
    -	if (!ret)
    -		{
    -		DSAerr(DSA_F_DSA_DO_SIGN,reason);
    -		BN_free(r);
    -		BN_free(s);
    -		}
    -	if (ctx != NULL) BN_CTX_free(ctx);
    -	BN_clear_free(&m);
    -	BN_clear_free(&xr);
    -	if (kinv != NULL) /* dsa->kinv is NULL now if we used it */
    -	    BN_clear_free(kinv);
    -	return(ret);
    -	}
    -
    -static int dsa_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp)
    -	{
    -	BN_CTX *ctx;
    -	BIGNUM k,kq,*K,*kinv=NULL,*r=NULL;
    -	int ret=0;
    -
    -	if (!dsa->p || !dsa->q || !dsa->g)
    -		{
    -		DSAerr(DSA_F_DSA_SIGN_SETUP,DSA_R_MISSING_PARAMETERS);
    -		return 0;
    -		}
    -
    -	BN_init(&k);
    -	BN_init(&kq);
    -
    -	if (ctx_in == NULL)
    -		{
    -		if ((ctx=BN_CTX_new()) == NULL) goto err;
    -		}
    -	else
    -		ctx=ctx_in;
    -
    -	if ((r=BN_new()) == NULL) goto err;
    -
    -	/* Get random k */
    -	do
    -		if (!BN_rand_range(&k, dsa->q)) goto err;
    -	while (BN_is_zero(&k));
    -	if ((dsa->flags & DSA_FLAG_NO_EXP_CONSTTIME) == 0)
    -		{
    -		BN_set_flags(&k, BN_FLG_CONSTTIME);
    -		}
    -
    -	if (dsa->flags & DSA_FLAG_CACHE_MONT_P)
    -		{
    -		if (!BN_MONT_CTX_set_locked(&dsa->method_mont_p,
    -						CRYPTO_LOCK_DSA,
    -						dsa->p, ctx))
    -			goto err;
    -		}
    -
    -	/* Compute r = (g^k mod p) mod q */
    -
    -	if ((dsa->flags & DSA_FLAG_NO_EXP_CONSTTIME) == 0)
    -		{
    -		if (!BN_copy(&kq, &k)) goto err;
    -
    -		/* We do not want timing information to leak the length of k,
    -		 * so we compute g^k using an equivalent exponent of fixed length.
    -		 *
    -		 * (This is a kludge that we need because the BN_mod_exp_mont()
    -		 * does not let us specify the desired timing behaviour.) */
    -
    -		if (!BN_add(&kq, &kq, dsa->q)) goto err;
    -		if (BN_num_bits(&kq) <= BN_num_bits(dsa->q))
    -			{
    -			if (!BN_add(&kq, &kq, dsa->q)) goto err;
    -			}
    -
    -		K = &kq;
    -		}
    -	else
    -		{
    -		K = &k;
    -		}
    -	DSA_BN_MOD_EXP(goto err, dsa, r, dsa->g, K, dsa->p, ctx,
    -			dsa->method_mont_p);
    -	if (!BN_mod(r,r,dsa->q,ctx)) goto err;
    -
    -	/* Compute  part of 's = inv(k) (m + xr) mod q' */
    -	if ((kinv=BN_mod_inverse(NULL,&k,dsa->q,ctx)) == NULL) goto err;
    -
    -	if (*kinvp != NULL) BN_clear_free(*kinvp);
    -	*kinvp=kinv;
    -	kinv=NULL;
    -	if (*rp != NULL) BN_clear_free(*rp);
    -	*rp=r;
    -	ret=1;
    -err:
    -	if (!ret)
    -		{
    -		DSAerr(DSA_F_DSA_SIGN_SETUP,ERR_R_BN_LIB);
    -		if (r != NULL)
    -			BN_clear_free(r);
    -		}
    -	if (ctx_in == NULL) BN_CTX_free(ctx);
    -	BN_clear_free(&k);
    -	BN_clear_free(&kq);
    -	return(ret);
    -	}
    -
    -static int dsa_do_verify(const unsigned char *dgst, int dgst_len, DSA_SIG *sig,
    -			 DSA *dsa)
    -	{
    -	BN_CTX *ctx;
    -	BIGNUM u1,u2,t1;
    -	BN_MONT_CTX *mont=NULL;
    -	int ret = -1, i;
    -	if (!dsa->p || !dsa->q || !dsa->g)
    -		{
    -		DSAerr(DSA_F_DSA_DO_VERIFY,DSA_R_MISSING_PARAMETERS);
    -		return -1;
    -		}
    -
    -	i = BN_num_bits(dsa->q);
    -	/* fips 186-3 allows only different sizes for q */
    -	if (i != 160 && i != 224 && i != 256)
    -		{
    -		DSAerr(DSA_F_DSA_DO_VERIFY,DSA_R_BAD_Q_VALUE);
    -		return -1;
    -		}
    -
    -	if (BN_num_bits(dsa->p) > OPENSSL_DSA_MAX_MODULUS_BITS)
    -		{
    -		DSAerr(DSA_F_DSA_DO_VERIFY,DSA_R_MODULUS_TOO_LARGE);
    -		return -1;
    -		}
    -	BN_init(&u1);
    -	BN_init(&u2);
    -	BN_init(&t1);
    -
    -	if ((ctx=BN_CTX_new()) == NULL) goto err;
    -
    -	if (BN_is_zero(sig->r) || BN_is_negative(sig->r) ||
    -	    BN_ucmp(sig->r, dsa->q) >= 0)
    -		{
    -		ret = 0;
    -		goto err;
    -		}
    -	if (BN_is_zero(sig->s) || BN_is_negative(sig->s) ||
    -	    BN_ucmp(sig->s, dsa->q) >= 0)
    -		{
    -		ret = 0;
    -		goto err;
    -		}
    -
    -	/* Calculate W = inv(S) mod Q
    -	 * save W in u2 */
    -	if ((BN_mod_inverse(&u2,sig->s,dsa->q,ctx)) == NULL) goto err;
    -
    -	/* save M in u1 */
    -	if (dgst_len > (i >> 3))
    -		/* if the digest length is greater than the size of q use the
    -		 * BN_num_bits(dsa->q) leftmost bits of the digest, see
    -		 * fips 186-3, 4.2 */
    -		dgst_len = (i >> 3);
    -	if (BN_bin2bn(dgst,dgst_len,&u1) == NULL) goto err;
    -
    -	/* u1 = M * w mod q */
    -	if (!BN_mod_mul(&u1,&u1,&u2,dsa->q,ctx)) goto err;
    -
    -	/* u2 = r * w mod q */
    -	if (!BN_mod_mul(&u2,sig->r,&u2,dsa->q,ctx)) goto err;
    -
    -
    -	if (dsa->flags & DSA_FLAG_CACHE_MONT_P)
    -		{
    -		mont = BN_MONT_CTX_set_locked(&dsa->method_mont_p,
    -					CRYPTO_LOCK_DSA, dsa->p, ctx);
    -		if (!mont)
    -			goto err;
    -		}
    -
    -
    -	DSA_MOD_EXP(goto err, dsa, &t1, dsa->g, &u1, dsa->pub_key, &u2, dsa->p, ctx, mont);
    -	/* BN_copy(&u1,&t1); */
    -	/* let u1 = u1 mod q */
    -	if (!BN_mod(&u1,&t1,dsa->q,ctx)) goto err;
    -
    -	/* V is now in u1.  If the signature is correct, it will be
    -	 * equal to R. */
    -	ret=(BN_ucmp(&u1, sig->r) == 0);
    -
    -	err:
    -	/* XXX: surely this is wrong - if ret is 0, it just didn't verify;
    -	   there is no error in BN. Test should be ret == -1 (Ben) */
    -	if (ret != 1) DSAerr(DSA_F_DSA_DO_VERIFY,ERR_R_BN_LIB);
    -	if (ctx != NULL) BN_CTX_free(ctx);
    -	BN_free(&u1);
    -	BN_free(&u2);
    -	BN_free(&t1);
    -	return(ret);
    -	}
    +{
    +    BIGNUM *kinv = NULL, *r = NULL, *s = NULL;
    +    BIGNUM m;
    +    BIGNUM xr;
    +    BN_CTX *ctx = NULL;
    +    int reason = ERR_R_BN_LIB;
    +    DSA_SIG *ret = NULL;
    +    int noredo = 0;
    +
    +    BN_init(&m);
    +    BN_init(&xr);
    +
    +    if (!dsa->p || !dsa->q || !dsa->g) {
    +        reason = DSA_R_MISSING_PARAMETERS;
    +        goto err;
    +    }
    +
    +    s = BN_new();
    +    if (s == NULL)
    +        goto err;
    +    ctx = BN_CTX_new();
    +    if (ctx == NULL)
    +        goto err;
    + redo:
    +    if ((dsa->kinv == NULL) || (dsa->r == NULL)) {
    +        if (!DSA_sign_setup(dsa, ctx, &kinv, &r))
    +            goto err;
    +    } else {
    +        kinv = dsa->kinv;
    +        dsa->kinv = NULL;
    +        r = dsa->r;
    +        dsa->r = NULL;
    +        noredo = 1;
    +    }
    +
    +    if (dlen > BN_num_bytes(dsa->q))
    +        /*
    +         * if the digest length is greater than the size of q use the
    +         * BN_num_bits(dsa->q) leftmost bits of the digest, see fips 186-3,
    +         * 4.2
    +         */
    +        dlen = BN_num_bytes(dsa->q);
    +    if (BN_bin2bn(dgst, dlen, &m) == NULL)
    +        goto err;
    +
    +    /* Compute  s = inv(k) (m + xr) mod q */
    +    if (!BN_mod_mul(&xr, dsa->priv_key, r, dsa->q, ctx))
    +        goto err;               /* s = xr */
    +    if (!BN_add(s, &xr, &m))
    +        goto err;               /* s = m + xr */
    +    if (BN_cmp(s, dsa->q) > 0)
    +        if (!BN_sub(s, s, dsa->q))
    +            goto err;
    +    if (!BN_mod_mul(s, s, kinv, dsa->q, ctx))
    +        goto err;
    +
    +    ret = DSA_SIG_new();
    +    if (ret == NULL)
    +        goto err;
    +    /*
    +     * Redo if r or s is zero as required by FIPS 186-3: this is very
    +     * unlikely.
    +     */
    +    if (BN_is_zero(r) || BN_is_zero(s)) {
    +        if (noredo) {
    +            reason = DSA_R_NEED_NEW_SETUP_VALUES;
    +            goto err;
    +        }
    +        goto redo;
    +    }
    +    ret->r = r;
    +    ret->s = s;
    +
    + err:
    +    if (!ret) {
    +        DSAerr(DSA_F_DSA_DO_SIGN, reason);
    +        BN_free(r);
    +        BN_free(s);
    +    }
    +    if (ctx != NULL)
    +        BN_CTX_free(ctx);
    +    BN_clear_free(&m);
    +    BN_clear_free(&xr);
    +    if (kinv != NULL)           /* dsa->kinv is NULL now if we used it */
    +        BN_clear_free(kinv);
    +    return (ret);
    +}
    +
    +static int dsa_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
    +                          BIGNUM **rp)
    +{
    +    BN_CTX *ctx;
    +    BIGNUM k, kq, *K, *kinv = NULL, *r = NULL;
    +    int ret = 0;
    +
    +    if (!dsa->p || !dsa->q || !dsa->g) {
    +        DSAerr(DSA_F_DSA_SIGN_SETUP, DSA_R_MISSING_PARAMETERS);
    +        return 0;
    +    }
    +
    +    BN_init(&k);
    +    BN_init(&kq);
    +
    +    if (ctx_in == NULL) {
    +        if ((ctx = BN_CTX_new()) == NULL)
    +            goto err;
    +    } else
    +        ctx = ctx_in;
    +
    +    if ((r = BN_new()) == NULL)
    +        goto err;
    +
    +    /* Get random k */
    +    do
    +        if (!BN_rand_range(&k, dsa->q))
    +            goto err;
    +    while (BN_is_zero(&k)) ;
    +    if ((dsa->flags & DSA_FLAG_NO_EXP_CONSTTIME) == 0) {
    +        BN_set_flags(&k, BN_FLG_CONSTTIME);
    +    }
    +
    +    if (dsa->flags & DSA_FLAG_CACHE_MONT_P) {
    +        if (!BN_MONT_CTX_set_locked(&dsa->method_mont_p,
    +                                    CRYPTO_LOCK_DSA, dsa->p, ctx))
    +            goto err;
    +    }
    +
    +    /* Compute r = (g^k mod p) mod q */
    +
    +    if ((dsa->flags & DSA_FLAG_NO_EXP_CONSTTIME) == 0) {
    +        if (!BN_copy(&kq, &k))
    +            goto err;
    +
    +        /*
    +         * We do not want timing information to leak the length of k, so we
    +         * compute g^k using an equivalent exponent of fixed length. (This
    +         * is a kludge that we need because the BN_mod_exp_mont() does not
    +         * let us specify the desired timing behaviour.)
    +         */
    +
    +        if (!BN_add(&kq, &kq, dsa->q))
    +            goto err;
    +        if (BN_num_bits(&kq) <= BN_num_bits(dsa->q)) {
    +            if (!BN_add(&kq, &kq, dsa->q))
    +                goto err;
    +        }
    +
    +        K = &kq;
    +    } else {
    +        K = &k;
    +    }
    +    DSA_BN_MOD_EXP(goto err, dsa, r, dsa->g, K, dsa->p, ctx,
    +                   dsa->method_mont_p);
    +    if (!BN_mod(r, r, dsa->q, ctx))
    +        goto err;
    +
    +    /* Compute  part of 's = inv(k) (m + xr) mod q' */
    +    if ((kinv = BN_mod_inverse(NULL, &k, dsa->q, ctx)) == NULL)
    +        goto err;
    +
    +    if (*kinvp != NULL)
    +        BN_clear_free(*kinvp);
    +    *kinvp = kinv;
    +    kinv = NULL;
    +    if (*rp != NULL)
    +        BN_clear_free(*rp);
    +    *rp = r;
    +    ret = 1;
    + err:
    +    if (!ret) {
    +        DSAerr(DSA_F_DSA_SIGN_SETUP, ERR_R_BN_LIB);
    +        if (r != NULL)
    +            BN_clear_free(r);
    +    }
    +    if (ctx_in == NULL)
    +        BN_CTX_free(ctx);
    +    BN_clear_free(&k);
    +    BN_clear_free(&kq);
    +    return (ret);
    +}
    +
    +static int dsa_do_verify(const unsigned char *dgst, int dgst_len,
    +                         DSA_SIG *sig, DSA *dsa)
    +{
    +    BN_CTX *ctx;
    +    BIGNUM u1, u2, t1;
    +    BN_MONT_CTX *mont = NULL;
    +    int ret = -1, i;
    +    if (!dsa->p || !dsa->q || !dsa->g) {
    +        DSAerr(DSA_F_DSA_DO_VERIFY, DSA_R_MISSING_PARAMETERS);
    +        return -1;
    +    }
    +
    +    i = BN_num_bits(dsa->q);
    +    /* fips 186-3 allows only different sizes for q */
    +    if (i != 160 && i != 224 && i != 256) {
    +        DSAerr(DSA_F_DSA_DO_VERIFY, DSA_R_BAD_Q_VALUE);
    +        return -1;
    +    }
    +
    +    if (BN_num_bits(dsa->p) > OPENSSL_DSA_MAX_MODULUS_BITS) {
    +        DSAerr(DSA_F_DSA_DO_VERIFY, DSA_R_MODULUS_TOO_LARGE);
    +        return -1;
    +    }
    +    BN_init(&u1);
    +    BN_init(&u2);
    +    BN_init(&t1);
    +
    +    if ((ctx = BN_CTX_new()) == NULL)
    +        goto err;
    +
    +    if (BN_is_zero(sig->r) || BN_is_negative(sig->r) ||
    +        BN_ucmp(sig->r, dsa->q) >= 0) {
    +        ret = 0;
    +        goto err;
    +    }
    +    if (BN_is_zero(sig->s) || BN_is_negative(sig->s) ||
    +        BN_ucmp(sig->s, dsa->q) >= 0) {
    +        ret = 0;
    +        goto err;
    +    }
    +
    +    /*
    +     * Calculate W = inv(S) mod Q save W in u2
    +     */
    +    if ((BN_mod_inverse(&u2, sig->s, dsa->q, ctx)) == NULL)
    +        goto err;
    +
    +    /* save M in u1 */
    +    if (dgst_len > (i >> 3))
    +        /*
    +         * if the digest length is greater than the size of q use the
    +         * BN_num_bits(dsa->q) leftmost bits of the digest, see fips 186-3,
    +         * 4.2
    +         */
    +        dgst_len = (i >> 3);
    +    if (BN_bin2bn(dgst, dgst_len, &u1) == NULL)
    +        goto err;
    +
    +    /* u1 = M * w mod q */
    +    if (!BN_mod_mul(&u1, &u1, &u2, dsa->q, ctx))
    +        goto err;
    +
    +    /* u2 = r * w mod q */
    +    if (!BN_mod_mul(&u2, sig->r, &u2, dsa->q, ctx))
    +        goto err;
    +
    +    if (dsa->flags & DSA_FLAG_CACHE_MONT_P) {
    +        mont = BN_MONT_CTX_set_locked(&dsa->method_mont_p,
    +                                      CRYPTO_LOCK_DSA, dsa->p, ctx);
    +        if (!mont)
    +            goto err;
    +    }
    +
    +    DSA_MOD_EXP(goto err, dsa, &t1, dsa->g, &u1, dsa->pub_key, &u2, dsa->p,
    +                ctx, mont);
    +    /* BN_copy(&u1,&t1); */
    +    /* let u1 = u1 mod q */
    +    if (!BN_mod(&u1, &t1, dsa->q, ctx))
    +        goto err;
    +
    +    /*
    +     * V is now in u1.  If the signature is correct, it will be equal to R.
    +     */
    +    ret = (BN_ucmp(&u1, sig->r) == 0);
    +
    + err:
    +    if (ret < 0)
    +        DSAerr(DSA_F_DSA_DO_VERIFY, ERR_R_BN_LIB);
    +    if (ctx != NULL)
    +        BN_CTX_free(ctx);
    +    BN_free(&u1);
    +    BN_free(&u2);
    +    BN_free(&t1);
    +    return (ret);
    +}
     
     static int dsa_init(DSA *dsa)
     {
    -	dsa->flags|=DSA_FLAG_CACHE_MONT_P;
    -	return(1);
    +    dsa->flags |= DSA_FLAG_CACHE_MONT_P;
    +    return (1);
     }
     
     static int dsa_finish(DSA *dsa)
     {
    -	if(dsa->method_mont_p)
    -		BN_MONT_CTX_free(dsa->method_mont_p);
    -	return(1);
    +    if (dsa->method_mont_p)
    +        BN_MONT_CTX_free(dsa->method_mont_p);
    +    return (1);
     }
    -
    diff --git a/openssl/crypto/dsa/dsa_pmeth.c b/openssl/crypto/dsa/dsa_pmeth.c
    index 715d8d675..42b8bb086 100644
    --- a/openssl/crypto/dsa/dsa_pmeth.c
    +++ b/openssl/crypto/dsa/dsa_pmeth.c
    @@ -1,5 +1,6 @@
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2006.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2006.
      */
     /* ====================================================================
      * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
    @@ -9,7 +10,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -66,253 +67,246 @@
     
     /* DSA pkey context structure */
     
    -typedef struct
    -	{
    -	/* Parameter gen parameters */
    -	int nbits;		/* size of p in bits (default: 1024) */
    -	int qbits;		/* size of q in bits (default: 160)  */
    -	const EVP_MD *pmd;	/* MD for parameter generation */
    -	/* Keygen callback info */
    -	int gentmp[2];
    -	/* message digest */
    -	const EVP_MD *md;	/* MD for the signature */
    -	} DSA_PKEY_CTX;
    +typedef struct {
    +    /* Parameter gen parameters */
    +    int nbits;                  /* size of p in bits (default: 1024) */
    +    int qbits;                  /* size of q in bits (default: 160) */
    +    const EVP_MD *pmd;          /* MD for parameter generation */
    +    /* Keygen callback info */
    +    int gentmp[2];
    +    /* message digest */
    +    const EVP_MD *md;           /* MD for the signature */
    +} DSA_PKEY_CTX;
     
     static int pkey_dsa_init(EVP_PKEY_CTX *ctx)
    -	{
    -	DSA_PKEY_CTX *dctx;
    -	dctx = OPENSSL_malloc(sizeof(DSA_PKEY_CTX));
    -	if (!dctx)
    -		return 0;
    -	dctx->nbits = 1024;
    -	dctx->qbits = 160;
    -	dctx->pmd = NULL;
    -	dctx->md = NULL;
    -
    -	ctx->data = dctx;
    -	ctx->keygen_info = dctx->gentmp;
    -	ctx->keygen_info_count = 2;
    -	
    -	return 1;
    -	}
    +{
    +    DSA_PKEY_CTX *dctx;
    +    dctx = OPENSSL_malloc(sizeof(DSA_PKEY_CTX));
    +    if (!dctx)
    +        return 0;
    +    dctx->nbits = 1024;
    +    dctx->qbits = 160;
    +    dctx->pmd = NULL;
    +    dctx->md = NULL;
    +
    +    ctx->data = dctx;
    +    ctx->keygen_info = dctx->gentmp;
    +    ctx->keygen_info_count = 2;
    +
    +    return 1;
    +}
     
     static int pkey_dsa_copy(EVP_PKEY_CTX *dst, EVP_PKEY_CTX *src)
    -	{
    -	DSA_PKEY_CTX *dctx, *sctx;
    -	if (!pkey_dsa_init(dst))
    -		return 0;
    -       	sctx = src->data;
    -	dctx = dst->data;
    -	dctx->nbits = sctx->nbits;
    -	dctx->qbits = sctx->qbits;
    -	dctx->pmd = sctx->pmd;
    -	dctx->md  = sctx->md;
    -	return 1;
    -	}
    +{
    +    DSA_PKEY_CTX *dctx, *sctx;
    +    if (!pkey_dsa_init(dst))
    +        return 0;
    +    sctx = src->data;
    +    dctx = dst->data;
    +    dctx->nbits = sctx->nbits;
    +    dctx->qbits = sctx->qbits;
    +    dctx->pmd = sctx->pmd;
    +    dctx->md = sctx->md;
    +    return 1;
    +}
     
     static void pkey_dsa_cleanup(EVP_PKEY_CTX *ctx)
    -	{
    -	DSA_PKEY_CTX *dctx = ctx->data;
    -	if (dctx)
    -		OPENSSL_free(dctx);
    -	}
    -
    -static int pkey_dsa_sign(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
    -					const unsigned char *tbs, size_t tbslen)
    -	{
    -	int ret, type;
    -	unsigned int sltmp;
    -	DSA_PKEY_CTX *dctx = ctx->data;
    -	DSA *dsa = ctx->pkey->pkey.dsa;
    -
    -	if (dctx->md)
    -		type = EVP_MD_type(dctx->md);
    -	else
    -		type = NID_sha1;
    -
    -	ret = DSA_sign(type, tbs, tbslen, sig, &sltmp, dsa);
    -
    -	if (ret <= 0)
    -		return ret;
    -	*siglen = sltmp;
    -	return 1;
    -	}
    +{
    +    DSA_PKEY_CTX *dctx = ctx->data;
    +    if (dctx)
    +        OPENSSL_free(dctx);
    +}
    +
    +static int pkey_dsa_sign(EVP_PKEY_CTX *ctx, unsigned char *sig,
    +                         size_t *siglen, const unsigned char *tbs,
    +                         size_t tbslen)
    +{
    +    int ret, type;
    +    unsigned int sltmp;
    +    DSA_PKEY_CTX *dctx = ctx->data;
    +    DSA *dsa = ctx->pkey->pkey.dsa;
    +
    +    if (dctx->md)
    +        type = EVP_MD_type(dctx->md);
    +    else
    +        type = NID_sha1;
    +
    +    ret = DSA_sign(type, tbs, tbslen, sig, &sltmp, dsa);
    +
    +    if (ret <= 0)
    +        return ret;
    +    *siglen = sltmp;
    +    return 1;
    +}
     
     static int pkey_dsa_verify(EVP_PKEY_CTX *ctx,
    -					const unsigned char *sig, size_t siglen,
    -					const unsigned char *tbs, size_t tbslen)
    -	{
    -	int ret, type;
    -	DSA_PKEY_CTX *dctx = ctx->data;
    -	DSA *dsa = ctx->pkey->pkey.dsa;
    +                           const unsigned char *sig, size_t siglen,
    +                           const unsigned char *tbs, size_t tbslen)
    +{
    +    int ret, type;
    +    DSA_PKEY_CTX *dctx = ctx->data;
    +    DSA *dsa = ctx->pkey->pkey.dsa;
     
    -	if (dctx->md)
    -		type = EVP_MD_type(dctx->md);
    -	else
    -		type = NID_sha1;
    +    if (dctx->md)
    +        type = EVP_MD_type(dctx->md);
    +    else
    +        type = NID_sha1;
     
    -	ret = DSA_verify(type, tbs, tbslen, sig, siglen, dsa);
    +    ret = DSA_verify(type, tbs, tbslen, sig, siglen, dsa);
     
    -	return ret;
    -	}
    +    return ret;
    +}
     
     static int pkey_dsa_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2)
    -	{
    -	DSA_PKEY_CTX *dctx = ctx->data;
    -	switch (type)
    -		{
    -		case EVP_PKEY_CTRL_DSA_PARAMGEN_BITS:
    -		if (p1 < 256)
    -			return -2;
    -		dctx->nbits = p1;
    -		return 1;
    -
    -		case EVP_PKEY_CTRL_DSA_PARAMGEN_Q_BITS:
    -		if (p1 != 160 && p1 != 224 && p1 && p1 != 256)
    -			return -2;
    -		dctx->qbits = p1;
    -		return 1;
    -
    -		case EVP_PKEY_CTRL_DSA_PARAMGEN_MD:
    -		if (EVP_MD_type((const EVP_MD *)p2) != NID_sha1   &&
    -		    EVP_MD_type((const EVP_MD *)p2) != NID_sha224 &&
    -		    EVP_MD_type((const EVP_MD *)p2) != NID_sha256)
    -			{
    -			DSAerr(DSA_F_PKEY_DSA_CTRL, DSA_R_INVALID_DIGEST_TYPE);
    -			return 0;
    -			}
    -		dctx->md = p2;
    -		return 1;
    -
    -		case EVP_PKEY_CTRL_MD:
    -		if (EVP_MD_type((const EVP_MD *)p2) != NID_sha1   &&
    -		    EVP_MD_type((const EVP_MD *)p2) != NID_dsa    &&
    -		    EVP_MD_type((const EVP_MD *)p2) != NID_dsaWithSHA    &&
    -		    EVP_MD_type((const EVP_MD *)p2) != NID_sha224 &&
    -		    EVP_MD_type((const EVP_MD *)p2) != NID_sha256 &&
    -		    EVP_MD_type((const EVP_MD *)p2) != NID_sha384 &&
    -		    EVP_MD_type((const EVP_MD *)p2) != NID_sha512)
    -			{
    -			DSAerr(DSA_F_PKEY_DSA_CTRL, DSA_R_INVALID_DIGEST_TYPE);
    -			return 0;
    -			}
    -		dctx->md = p2;
    -		return 1;
    -
    -		case EVP_PKEY_CTRL_DIGESTINIT:
    -		case EVP_PKEY_CTRL_PKCS7_SIGN:
    -		case EVP_PKEY_CTRL_CMS_SIGN:
    -		return 1;
    -		
    -		case EVP_PKEY_CTRL_PEER_KEY:
    -			DSAerr(DSA_F_PKEY_DSA_CTRL,
    -			EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    -			return -2;	
    -		default:
    -		return -2;
    -
    -		}
    -	}
    -			
    +{
    +    DSA_PKEY_CTX *dctx = ctx->data;
    +    switch (type) {
    +    case EVP_PKEY_CTRL_DSA_PARAMGEN_BITS:
    +        if (p1 < 256)
    +            return -2;
    +        dctx->nbits = p1;
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_DSA_PARAMGEN_Q_BITS:
    +        if (p1 != 160 && p1 != 224 && p1 && p1 != 256)
    +            return -2;
    +        dctx->qbits = p1;
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_DSA_PARAMGEN_MD:
    +        if (EVP_MD_type((const EVP_MD *)p2) != NID_sha1 &&
    +            EVP_MD_type((const EVP_MD *)p2) != NID_sha224 &&
    +            EVP_MD_type((const EVP_MD *)p2) != NID_sha256) {
    +            DSAerr(DSA_F_PKEY_DSA_CTRL, DSA_R_INVALID_DIGEST_TYPE);
    +            return 0;
    +        }
    +        dctx->md = p2;
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_MD:
    +        if (EVP_MD_type((const EVP_MD *)p2) != NID_sha1 &&
    +            EVP_MD_type((const EVP_MD *)p2) != NID_dsa &&
    +            EVP_MD_type((const EVP_MD *)p2) != NID_dsaWithSHA &&
    +            EVP_MD_type((const EVP_MD *)p2) != NID_sha224 &&
    +            EVP_MD_type((const EVP_MD *)p2) != NID_sha256 &&
    +            EVP_MD_type((const EVP_MD *)p2) != NID_sha384 &&
    +            EVP_MD_type((const EVP_MD *)p2) != NID_sha512) {
    +            DSAerr(DSA_F_PKEY_DSA_CTRL, DSA_R_INVALID_DIGEST_TYPE);
    +            return 0;
    +        }
    +        dctx->md = p2;
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_GET_MD:
    +        *(const EVP_MD **)p2 = dctx->md;
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_DIGESTINIT:
    +    case EVP_PKEY_CTRL_PKCS7_SIGN:
    +    case EVP_PKEY_CTRL_CMS_SIGN:
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_PEER_KEY:
    +        DSAerr(DSA_F_PKEY_DSA_CTRL,
    +               EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    +        return -2;
    +    default:
    +        return -2;
    +
    +    }
    +}
    +
     static int pkey_dsa_ctrl_str(EVP_PKEY_CTX *ctx,
    -			const char *type, const char *value)
    -	{
    -	if (!strcmp(type, "dsa_paramgen_bits"))
    -		{
    -		int nbits;
    -		nbits = atoi(value);
    -		return EVP_PKEY_CTX_set_dsa_paramgen_bits(ctx, nbits);
    -		}
    -	if (!strcmp(type, "dsa_paramgen_q_bits"))
    -		{
    -		int qbits = atoi(value);
    -		return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN,
    -		                         EVP_PKEY_CTRL_DSA_PARAMGEN_Q_BITS, qbits, NULL);
    -		}
    -	if (!strcmp(type, "dsa_paramgen_md"))
    -		{
    -		return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN,
    -		                         EVP_PKEY_CTRL_DSA_PARAMGEN_MD, 0, 
    -		                         (void *)EVP_get_digestbyname(value));
    -		}
    -	return -2;
    -	}
    +                             const char *type, const char *value)
    +{
    +    if (!strcmp(type, "dsa_paramgen_bits")) {
    +        int nbits;
    +        nbits = atoi(value);
    +        return EVP_PKEY_CTX_set_dsa_paramgen_bits(ctx, nbits);
    +    }
    +    if (!strcmp(type, "dsa_paramgen_q_bits")) {
    +        int qbits = atoi(value);
    +        return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN,
    +                                 EVP_PKEY_CTRL_DSA_PARAMGEN_Q_BITS, qbits,
    +                                 NULL);
    +    }
    +    if (!strcmp(type, "dsa_paramgen_md")) {
    +        return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN,
    +                                 EVP_PKEY_CTRL_DSA_PARAMGEN_MD, 0,
    +                                 (void *)EVP_get_digestbyname(value));
    +    }
    +    return -2;
    +}
     
     static int pkey_dsa_paramgen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey)
    -	{
    -	DSA *dsa = NULL;
    -	DSA_PKEY_CTX *dctx = ctx->data;
    -	BN_GENCB *pcb, cb;
    -	int ret;
    -	if (ctx->pkey_gencb)
    -		{
    -		pcb = &cb;
    -		evp_pkey_set_cb_translate(pcb, ctx);
    -		}
    -	else
    -		pcb = NULL;
    -	dsa = DSA_new();
    -	if (!dsa)
    -		return 0;
    -	ret = dsa_builtin_paramgen(dsa, dctx->nbits, dctx->qbits, dctx->pmd,
    -	                           NULL, 0, NULL, NULL, NULL, pcb);
    -	if (ret)
    -		EVP_PKEY_assign_DSA(pkey, dsa);
    -	else
    -		DSA_free(dsa);
    -	return ret;
    -	}
    +{
    +    DSA *dsa = NULL;
    +    DSA_PKEY_CTX *dctx = ctx->data;
    +    BN_GENCB *pcb, cb;
    +    int ret;
    +    if (ctx->pkey_gencb) {
    +        pcb = &cb;
    +        evp_pkey_set_cb_translate(pcb, ctx);
    +    } else
    +        pcb = NULL;
    +    dsa = DSA_new();
    +    if (!dsa)
    +        return 0;
    +    ret = dsa_builtin_paramgen(dsa, dctx->nbits, dctx->qbits, dctx->pmd,
    +                               NULL, 0, NULL, NULL, NULL, pcb);
    +    if (ret)
    +        EVP_PKEY_assign_DSA(pkey, dsa);
    +    else
    +        DSA_free(dsa);
    +    return ret;
    +}
     
     static int pkey_dsa_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey)
    -	{
    -	DSA *dsa = NULL;
    -	if (ctx->pkey == NULL)
    -		{
    -		DSAerr(DSA_F_PKEY_DSA_KEYGEN, DSA_R_NO_PARAMETERS_SET);
    -		return 0;
    -		}
    -	dsa = DSA_new();
    -	if (!dsa)
    -		return 0;
    -	EVP_PKEY_assign_DSA(pkey, dsa);
    -	/* Note: if error return, pkey is freed by parent routine */
    -	if (!EVP_PKEY_copy_parameters(pkey, ctx->pkey))
    -		return 0;
    -	return DSA_generate_key(pkey->pkey.dsa);
    -	}
    -
    -const EVP_PKEY_METHOD dsa_pkey_meth = 
    -	{
    -	EVP_PKEY_DSA,
    -	EVP_PKEY_FLAG_AUTOARGLEN,
    -	pkey_dsa_init,
    -	pkey_dsa_copy,
    -	pkey_dsa_cleanup,
    -
    -	0,
    -	pkey_dsa_paramgen,
    -
    -	0,
    -	pkey_dsa_keygen,
    -
    -	0,
    -	pkey_dsa_sign,
    -
    -	0,
    -	pkey_dsa_verify,
    -
    -	0,0,
    -
    -	0,0,0,0,
    -
    -	0,0,
    -
    -	0,0,
    -
    -	0,0,
    -
    -	pkey_dsa_ctrl,
    -	pkey_dsa_ctrl_str
    -
    -
    -	};
    +{
    +    DSA *dsa = NULL;
    +    if (ctx->pkey == NULL) {
    +        DSAerr(DSA_F_PKEY_DSA_KEYGEN, DSA_R_NO_PARAMETERS_SET);
    +        return 0;
    +    }
    +    dsa = DSA_new();
    +    if (!dsa)
    +        return 0;
    +    EVP_PKEY_assign_DSA(pkey, dsa);
    +    /* Note: if error return, pkey is freed by parent routine */
    +    if (!EVP_PKEY_copy_parameters(pkey, ctx->pkey))
    +        return 0;
    +    return DSA_generate_key(pkey->pkey.dsa);
    +}
    +
    +const EVP_PKEY_METHOD dsa_pkey_meth = {
    +    EVP_PKEY_DSA,
    +    EVP_PKEY_FLAG_AUTOARGLEN,
    +    pkey_dsa_init,
    +    pkey_dsa_copy,
    +    pkey_dsa_cleanup,
    +
    +    0,
    +    pkey_dsa_paramgen,
    +
    +    0,
    +    pkey_dsa_keygen,
    +
    +    0,
    +    pkey_dsa_sign,
    +
    +    0,
    +    pkey_dsa_verify,
    +
    +    0, 0,
    +
    +    0, 0, 0, 0,
    +
    +    0, 0,
    +
    +    0, 0,
    +
    +    0, 0,
    +
    +    pkey_dsa_ctrl,
    +    pkey_dsa_ctrl_str
    +};
    diff --git a/openssl/crypto/dsa/dsa_prn.c b/openssl/crypto/dsa/dsa_prn.c
    index 6f29f5e24..ce690dfcf 100644
    --- a/openssl/crypto/dsa/dsa_prn.c
    +++ b/openssl/crypto/dsa/dsa_prn.c
    @@ -1,6 +1,7 @@
     /* crypto/dsa/dsa_prn.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2006.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2006.
      */
     /* ====================================================================
      * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -63,59 +64,56 @@
     
     #ifndef OPENSSL_NO_FP_API
     int DSA_print_fp(FILE *fp, const DSA *x, int off)
    -	{
    -	BIO *b;
    -	int ret;
    +{
    +    BIO *b;
    +    int ret;
     
    -	if ((b=BIO_new(BIO_s_file())) == NULL)
    -		{
    -		DSAerr(DSA_F_DSA_PRINT_FP,ERR_R_BUF_LIB);
    -		return(0);
    -		}
    -	BIO_set_fp(b,fp,BIO_NOCLOSE);
    -	ret=DSA_print(b,x,off);
    -	BIO_free(b);
    -	return(ret);
    -	}
    +    if ((b = BIO_new(BIO_s_file())) == NULL) {
    +        DSAerr(DSA_F_DSA_PRINT_FP, ERR_R_BUF_LIB);
    +        return (0);
    +    }
    +    BIO_set_fp(b, fp, BIO_NOCLOSE);
    +    ret = DSA_print(b, x, off);
    +    BIO_free(b);
    +    return (ret);
    +}
     
     int DSAparams_print_fp(FILE *fp, const DSA *x)
    -	{
    -	BIO *b;
    -	int ret;
    +{
    +    BIO *b;
    +    int ret;
     
    -	if ((b=BIO_new(BIO_s_file())) == NULL)
    -		{
    -		DSAerr(DSA_F_DSAPARAMS_PRINT_FP,ERR_R_BUF_LIB);
    -		return(0);
    -		}
    -	BIO_set_fp(b,fp,BIO_NOCLOSE);
    -	ret=DSAparams_print(b, x);
    -	BIO_free(b);
    -	return(ret);
    -	}
    +    if ((b = BIO_new(BIO_s_file())) == NULL) {
    +        DSAerr(DSA_F_DSAPARAMS_PRINT_FP, ERR_R_BUF_LIB);
    +        return (0);
    +    }
    +    BIO_set_fp(b, fp, BIO_NOCLOSE);
    +    ret = DSAparams_print(b, x);
    +    BIO_free(b);
    +    return (ret);
    +}
     #endif
     
     int DSA_print(BIO *bp, const DSA *x, int off)
    -	{
    -	EVP_PKEY *pk;
    -	int ret;
    -	pk = EVP_PKEY_new();
    -	if (!pk || !EVP_PKEY_set1_DSA(pk, (DSA *)x))
    -		return 0;
    -	ret = EVP_PKEY_print_private(bp, pk, off, NULL);
    -	EVP_PKEY_free(pk);
    -	return ret;
    -	}
    +{
    +    EVP_PKEY *pk;
    +    int ret;
    +    pk = EVP_PKEY_new();
    +    if (!pk || !EVP_PKEY_set1_DSA(pk, (DSA *)x))
    +        return 0;
    +    ret = EVP_PKEY_print_private(bp, pk, off, NULL);
    +    EVP_PKEY_free(pk);
    +    return ret;
    +}
     
     int DSAparams_print(BIO *bp, const DSA *x)
    -	{
    -	EVP_PKEY *pk;
    -	int ret;
    -	pk = EVP_PKEY_new();
    -	if (!pk || !EVP_PKEY_set1_DSA(pk, (DSA *)x))
    -		return 0;
    -	ret = EVP_PKEY_print_params(bp, pk, 4, NULL);
    -	EVP_PKEY_free(pk);
    -	return ret;
    -	}
    -
    +{
    +    EVP_PKEY *pk;
    +    int ret;
    +    pk = EVP_PKEY_new();
    +    if (!pk || !EVP_PKEY_set1_DSA(pk, (DSA *)x))
    +        return 0;
    +    ret = EVP_PKEY_print_params(bp, pk, 4, NULL);
    +    EVP_PKEY_free(pk);
    +    return ret;
    +}
    diff --git a/openssl/crypto/dsa/dsa_sign.c b/openssl/crypto/dsa/dsa_sign.c
    index c3cc3642c..c2b71d856 100644
    --- a/openssl/crypto/dsa/dsa_sign.c
    +++ b/openssl/crypto/dsa/dsa_sign.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,52 +63,48 @@
     #include 
     #include 
     
    -DSA_SIG * DSA_do_sign(const unsigned char *dgst, int dlen, DSA *dsa)
    -	{
    +DSA_SIG *DSA_do_sign(const unsigned char *dgst, int dlen, DSA *dsa)
    +{
     #ifdef OPENSSL_FIPS
    -	if (FIPS_mode() && !(dsa->meth->flags & DSA_FLAG_FIPS_METHOD)
    -			&& !(dsa->flags & DSA_FLAG_NON_FIPS_ALLOW))
    -		{
    -		DSAerr(DSA_F_DSA_DO_SIGN, DSA_R_NON_FIPS_DSA_METHOD);
    -		return NULL;
    -		}
    +    if (FIPS_mode() && !(dsa->meth->flags & DSA_FLAG_FIPS_METHOD)
    +        && !(dsa->flags & DSA_FLAG_NON_FIPS_ALLOW)) {
    +        DSAerr(DSA_F_DSA_DO_SIGN, DSA_R_NON_FIPS_DSA_METHOD);
    +        return NULL;
    +    }
     #endif
    -	return dsa->meth->dsa_do_sign(dgst, dlen, dsa);
    -	}
    +    return dsa->meth->dsa_do_sign(dgst, dlen, dsa);
    +}
     
     int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp)
    -	{
    +{
     #ifdef OPENSSL_FIPS
    -	if (FIPS_mode() && !(dsa->meth->flags & DSA_FLAG_FIPS_METHOD)
    -			&& !(dsa->flags & DSA_FLAG_NON_FIPS_ALLOW))
    -		{
    -		DSAerr(DSA_F_DSA_SIGN_SETUP, DSA_R_NON_FIPS_DSA_METHOD);
    -		return 0;
    -		}
    +    if (FIPS_mode() && !(dsa->meth->flags & DSA_FLAG_FIPS_METHOD)
    +        && !(dsa->flags & DSA_FLAG_NON_FIPS_ALLOW)) {
    +        DSAerr(DSA_F_DSA_SIGN_SETUP, DSA_R_NON_FIPS_DSA_METHOD);
    +        return 0;
    +    }
     #endif
    -	return dsa->meth->dsa_sign_setup(dsa, ctx_in, kinvp, rp);
    -	}
    +    return dsa->meth->dsa_sign_setup(dsa, ctx_in, kinvp, rp);
    +}
     
     DSA_SIG *DSA_SIG_new(void)
    -	{
    -	DSA_SIG *sig;
    -	sig = OPENSSL_malloc(sizeof(DSA_SIG));
    -	if (!sig)
    -		return NULL;
    -	sig->r = NULL;
    -	sig->s = NULL;
    -	return sig;
    -	}
    +{
    +    DSA_SIG *sig;
    +    sig = OPENSSL_malloc(sizeof(DSA_SIG));
    +    if (!sig)
    +        return NULL;
    +    sig->r = NULL;
    +    sig->s = NULL;
    +    return sig;
    +}
     
     void DSA_SIG_free(DSA_SIG *sig)
    -	{
    -	if (sig)
    -		{
    -		if (sig->r)
    -			BN_free(sig->r);
    -		if (sig->s)
    -			BN_free(sig->s);
    -		OPENSSL_free(sig);
    -		}
    -	}
    -
    +{
    +    if (sig) {
    +        if (sig->r)
    +            BN_free(sig->r);
    +        if (sig->s)
    +            BN_free(sig->s);
    +        OPENSSL_free(sig);
    +    }
    +}
    diff --git a/openssl/crypto/dsa/dsa_vrf.c b/openssl/crypto/dsa/dsa_vrf.c
    index 674cb5fa5..7dbd0ca27 100644
    --- a/openssl/crypto/dsa/dsa_vrf.c
    +++ b/openssl/crypto/dsa/dsa_vrf.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,15 +62,14 @@
     #include 
     
     int DSA_do_verify(const unsigned char *dgst, int dgst_len, DSA_SIG *sig,
    -		  DSA *dsa)
    -	{
    +                  DSA *dsa)
    +{
     #ifdef OPENSSL_FIPS
    -	if (FIPS_mode() && !(dsa->meth->flags & DSA_FLAG_FIPS_METHOD)
    -			&& !(dsa->flags & DSA_FLAG_NON_FIPS_ALLOW))
    -		{
    -		DSAerr(DSA_F_DSA_DO_VERIFY, DSA_R_NON_FIPS_DSA_METHOD);
    -		return -1;
    -		}
    +    if (FIPS_mode() && !(dsa->meth->flags & DSA_FLAG_FIPS_METHOD)
    +        && !(dsa->flags & DSA_FLAG_NON_FIPS_ALLOW)) {
    +        DSAerr(DSA_F_DSA_DO_VERIFY, DSA_R_NON_FIPS_DSA_METHOD);
    +        return -1;
    +    }
     #endif
    -	return dsa->meth->dsa_do_verify(dgst, dgst_len, sig, dsa);
    -	}
    +    return dsa->meth->dsa_do_verify(dgst, dgst_len, sig, dsa);
    +}
    diff --git a/openssl/crypto/dsa/dsagen.c b/openssl/crypto/dsa/dsagen.c
    index 1b6a1cca0..e7d346b1e 100644
    --- a/openssl/crypto/dsa/dsagen.c
    +++ b/openssl/crypto/dsa/dsagen.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,49 +63,53 @@
     #define GENUINE_DSA
     
     #ifdef GENUINE_DSA
    -#define LAST_VALUE 0xbd
    +# define LAST_VALUE 0xbd
     #else
    -#define LAST_VALUE 0xd3
    +# define LAST_VALUE 0xd3
     #endif
     
     #ifdef TEST
    -unsigned char seed[20]={
    -	0xd5,0x01,0x4e,0x4b,
    -	0x60,0xef,0x2b,0xa8,
    -	0xb6,0x21,0x1b,0x40,
    -	0x62,0xba,0x32,0x24,
    -	0xe0,0x42,0x7d,LAST_VALUE};
    +unsigned char seed[20] = {
    +    0xd5, 0x01, 0x4e, 0x4b,
    +    0x60, 0xef, 0x2b, 0xa8,
    +    0xb6, 0x21, 0x1b, 0x40,
    +    0x62, 0xba, 0x32, 0x24,
    +    0xe0, 0x42, 0x7d, LAST_VALUE
    +};
     #endif
     
     int cb(int p, int n)
    -	{
    -	char c='*';
    +{
    +    char c = '*';
     
    -	if (p == 0) c='.';
    -	if (p == 1) c='+';
    -	if (p == 2) c='*';
    -	if (p == 3) c='\n';
    -	printf("%c",c);
    -	fflush(stdout);
    -	}
    +    if (p == 0)
    +        c = '.';
    +    if (p == 1)
    +        c = '+';
    +    if (p == 2)
    +        c = '*';
    +    if (p == 3)
    +        c = '\n';
    +    printf("%c", c);
    +    fflush(stdout);
    +}
     
     main()
    -	{
    -	int i;
    -	BIGNUM *n;
    -	BN_CTX *ctx;
    -	unsigned char seed_buf[20];
    -	DSA *dsa;
    -	int counter,h;
    -	BIO *bio_err=NULL;
    -
    -	if (bio_err == NULL)
    -		bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
    +{
    +    int i;
    +    BIGNUM *n;
    +    BN_CTX *ctx;
    +    unsigned char seed_buf[20];
    +    DSA *dsa;
    +    int counter, h;
    +    BIO *bio_err = NULL;
     
    -	memcpy(seed_buf,seed,20);
    -	dsa=DSA_generate_parameters(1024,seed,20,&counter,&h,cb,bio_err);
    +    if (bio_err == NULL)
    +        bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
     
    -	if (dsa == NULL)
    -		DSA_print(bio_err,dsa,0);
    -	}
    +    memcpy(seed_buf, seed, 20);
    +    dsa = DSA_generate_parameters(1024, seed, 20, &counter, &h, cb, bio_err);
     
    +    if (dsa == NULL)
    +        DSA_print(bio_err, dsa, 0);
    +}
    diff --git a/openssl/crypto/dsa/dsatest.c b/openssl/crypto/dsa/dsatest.c
    index edffd24e6..8a224a887 100644
    --- a/openssl/crypto/dsa/dsatest.c
    +++ b/openssl/crypto/dsa/dsatest.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,17 +49,19 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
     
    -/* Until the key-gen callbacks are modified to use newer prototypes, we allow
    - * deprecated functions for openssl-internal code */
    +/*
    + * Until the key-gen callbacks are modified to use newer prototypes, we allow
    + * deprecated functions for openssl-internal code
    + */
     #ifdef OPENSSL_NO_DEPRECATED
    -#undef OPENSSL_NO_DEPRECATED
    +# undef OPENSSL_NO_DEPRECATED
     #endif
     
     #include 
    @@ -80,180 +82,187 @@
     int main(int argc, char *argv[])
     {
         printf("No DSA support\n");
    -    return(0);
    +    return (0);
     }
     #else
    -#include 
    +# include 
     
    -#ifdef OPENSSL_SYS_WIN16
    -#define MS_CALLBACK     _far _loadds
    -#else
    -#define MS_CALLBACK
    -#endif
    +# ifdef OPENSSL_SYS_WIN16
    +#  define MS_CALLBACK     _far _loadds
    +# else
    +#  define MS_CALLBACK
    +# endif
     
     static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *arg);
     
    -/* seed, out_p, out_q, out_g are taken from the updated Appendix 5 to
    - * FIPS PUB 186 and also appear in Appendix 5 to FIPS PIB 186-1 */
    -static unsigned char seed[20]={
    -	0xd5,0x01,0x4e,0x4b,0x60,0xef,0x2b,0xa8,0xb6,0x21,0x1b,0x40,
    -	0x62,0xba,0x32,0x24,0xe0,0x42,0x7d,0xd3,
    -	};
    +/*
    + * seed, out_p, out_q, out_g are taken from the updated Appendix 5 to FIPS
    + * PUB 186 and also appear in Appendix 5 to FIPS PIB 186-1
    + */
    +static unsigned char seed[20] = {
    +    0xd5, 0x01, 0x4e, 0x4b, 0x60, 0xef, 0x2b, 0xa8, 0xb6, 0x21, 0x1b, 0x40,
    +    0x62, 0xba, 0x32, 0x24, 0xe0, 0x42, 0x7d, 0xd3,
    +};
     
    -static unsigned char out_p[]={
    -	0x8d,0xf2,0xa4,0x94,0x49,0x22,0x76,0xaa,
    -	0x3d,0x25,0x75,0x9b,0xb0,0x68,0x69,0xcb,
    -	0xea,0xc0,0xd8,0x3a,0xfb,0x8d,0x0c,0xf7,
    -	0xcb,0xb8,0x32,0x4f,0x0d,0x78,0x82,0xe5,
    -	0xd0,0x76,0x2f,0xc5,0xb7,0x21,0x0e,0xaf,
    -	0xc2,0xe9,0xad,0xac,0x32,0xab,0x7a,0xac,
    -	0x49,0x69,0x3d,0xfb,0xf8,0x37,0x24,0xc2,
    -	0xec,0x07,0x36,0xee,0x31,0xc8,0x02,0x91,
    -	};
    +static unsigned char out_p[] = {
    +    0x8d, 0xf2, 0xa4, 0x94, 0x49, 0x22, 0x76, 0xaa,
    +    0x3d, 0x25, 0x75, 0x9b, 0xb0, 0x68, 0x69, 0xcb,
    +    0xea, 0xc0, 0xd8, 0x3a, 0xfb, 0x8d, 0x0c, 0xf7,
    +    0xcb, 0xb8, 0x32, 0x4f, 0x0d, 0x78, 0x82, 0xe5,
    +    0xd0, 0x76, 0x2f, 0xc5, 0xb7, 0x21, 0x0e, 0xaf,
    +    0xc2, 0xe9, 0xad, 0xac, 0x32, 0xab, 0x7a, 0xac,
    +    0x49, 0x69, 0x3d, 0xfb, 0xf8, 0x37, 0x24, 0xc2,
    +    0xec, 0x07, 0x36, 0xee, 0x31, 0xc8, 0x02, 0x91,
    +};
     
    -static unsigned char out_q[]={
    -	0xc7,0x73,0x21,0x8c,0x73,0x7e,0xc8,0xee,
    -	0x99,0x3b,0x4f,0x2d,0xed,0x30,0xf4,0x8e,
    -	0xda,0xce,0x91,0x5f,
    -	};
    +static unsigned char out_q[] = {
    +    0xc7, 0x73, 0x21, 0x8c, 0x73, 0x7e, 0xc8, 0xee,
    +    0x99, 0x3b, 0x4f, 0x2d, 0xed, 0x30, 0xf4, 0x8e,
    +    0xda, 0xce, 0x91, 0x5f,
    +};
     
    -static unsigned char out_g[]={
    -	0x62,0x6d,0x02,0x78,0x39,0xea,0x0a,0x13,
    -	0x41,0x31,0x63,0xa5,0x5b,0x4c,0xb5,0x00,
    -	0x29,0x9d,0x55,0x22,0x95,0x6c,0xef,0xcb,
    -	0x3b,0xff,0x10,0xf3,0x99,0xce,0x2c,0x2e,
    -	0x71,0xcb,0x9d,0xe5,0xfa,0x24,0xba,0xbf,
    -	0x58,0xe5,0xb7,0x95,0x21,0x92,0x5c,0x9c,
    -	0xc4,0x2e,0x9f,0x6f,0x46,0x4b,0x08,0x8c,
    -	0xc5,0x72,0xaf,0x53,0xe6,0xd7,0x88,0x02,
    -	};
    +static unsigned char out_g[] = {
    +    0x62, 0x6d, 0x02, 0x78, 0x39, 0xea, 0x0a, 0x13,
    +    0x41, 0x31, 0x63, 0xa5, 0x5b, 0x4c, 0xb5, 0x00,
    +    0x29, 0x9d, 0x55, 0x22, 0x95, 0x6c, 0xef, 0xcb,
    +    0x3b, 0xff, 0x10, 0xf3, 0x99, 0xce, 0x2c, 0x2e,
    +    0x71, 0xcb, 0x9d, 0xe5, 0xfa, 0x24, 0xba, 0xbf,
    +    0x58, 0xe5, 0xb7, 0x95, 0x21, 0x92, 0x5c, 0x9c,
    +    0xc4, 0x2e, 0x9f, 0x6f, 0x46, 0x4b, 0x08, 0x8c,
    +    0xc5, 0x72, 0xaf, 0x53, 0xe6, 0xd7, 0x88, 0x02,
    +};
     
    -static const unsigned char str1[]="12345678901234567890";
    +static const unsigned char str1[] = "12345678901234567890";
     
    -static const char rnd_seed[] = "string to make the random number generator think it has entropy";
    +static const char rnd_seed[] =
    +    "string to make the random number generator think it has entropy";
     
    -static BIO *bio_err=NULL;
    +static BIO *bio_err = NULL;
     
     int main(int argc, char **argv)
    -	{
    -	BN_GENCB cb;
    -	DSA *dsa=NULL;
    -	int counter,ret=0,i,j;
    -	unsigned char buf[256];
    -	unsigned long h;
    -	unsigned char sig[256];
    -	unsigned int siglen;
    +{
    +    BN_GENCB cb;
    +    DSA *dsa = NULL;
    +    int counter, ret = 0, i, j;
    +    unsigned char buf[256];
    +    unsigned long h;
    +    unsigned char sig[256];
    +    unsigned int siglen;
     
    -	if (bio_err == NULL)
    -		bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
    +    if (bio_err == NULL)
    +        bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
     
    -	CRYPTO_malloc_debug_init();
    -	CRYPTO_dbg_set_options(V_CRYPTO_MDEBUG_ALL);
    -	CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON);
    +    CRYPTO_malloc_debug_init();
    +    CRYPTO_dbg_set_options(V_CRYPTO_MDEBUG_ALL);
    +    CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON);
     
    -	ERR_load_crypto_strings();
    -	RAND_seed(rnd_seed, sizeof rnd_seed);
    +    ERR_load_crypto_strings();
    +    RAND_seed(rnd_seed, sizeof rnd_seed);
     
    -	BIO_printf(bio_err,"test generation of DSA parameters\n");
    +    BIO_printf(bio_err, "test generation of DSA parameters\n");
     
    -	BN_GENCB_set(&cb, dsa_cb, bio_err);
    -	if(((dsa = DSA_new()) == NULL) || !DSA_generate_parameters_ex(dsa, 512,
    -				seed, 20, &counter, &h, &cb))
    -		goto end;
    +    BN_GENCB_set(&cb, dsa_cb, bio_err);
    +    if (((dsa = DSA_new()) == NULL) || !DSA_generate_parameters_ex(dsa, 512,
    +                                                                   seed, 20,
    +                                                                   &counter,
    +                                                                   &h, &cb))
    +        goto end;
     
    -	BIO_printf(bio_err,"seed\n");
    -	for (i=0; i<20; i+=4)
    -		{
    -		BIO_printf(bio_err,"%02X%02X%02X%02X ",
    -			seed[i],seed[i+1],seed[i+2],seed[i+3]);
    -		}
    -	BIO_printf(bio_err,"\ncounter=%d h=%ld\n",counter,h);
    -		
    -	DSA_print(bio_err,dsa,0);
    -	if (counter != 105) 
    -		{
    -		BIO_printf(bio_err,"counter should be 105\n");
    -		goto end;
    -		}
    -	if (h != 2)
    -		{
    -		BIO_printf(bio_err,"h should be 2\n");
    -		goto end;
    -		}
    +    BIO_printf(bio_err, "seed\n");
    +    for (i = 0; i < 20; i += 4) {
    +        BIO_printf(bio_err, "%02X%02X%02X%02X ",
    +                   seed[i], seed[i + 1], seed[i + 2], seed[i + 3]);
    +    }
    +    BIO_printf(bio_err, "\ncounter=%d h=%ld\n", counter, h);
     
    -	i=BN_bn2bin(dsa->q,buf);
    -	j=sizeof(out_q);
    -	if ((i != j) || (memcmp(buf,out_q,i) != 0))
    -		{
    -		BIO_printf(bio_err,"q value is wrong\n");
    -		goto end;
    -		}
    +    DSA_print(bio_err, dsa, 0);
    +    if (counter != 105) {
    +        BIO_printf(bio_err, "counter should be 105\n");
    +        goto end;
    +    }
    +    if (h != 2) {
    +        BIO_printf(bio_err, "h should be 2\n");
    +        goto end;
    +    }
     
    -	i=BN_bn2bin(dsa->p,buf);
    -	j=sizeof(out_p);
    -	if ((i != j) || (memcmp(buf,out_p,i) != 0))
    -		{
    -		BIO_printf(bio_err,"p value is wrong\n");
    -		goto end;
    -		}
    +    i = BN_bn2bin(dsa->q, buf);
    +    j = sizeof(out_q);
    +    if ((i != j) || (memcmp(buf, out_q, i) != 0)) {
    +        BIO_printf(bio_err, "q value is wrong\n");
    +        goto end;
    +    }
     
    -	i=BN_bn2bin(dsa->g,buf);
    -	j=sizeof(out_g);
    -	if ((i != j) || (memcmp(buf,out_g,i) != 0))
    -		{
    -		BIO_printf(bio_err,"g value is wrong\n");
    -		goto end;
    -		}
    +    i = BN_bn2bin(dsa->p, buf);
    +    j = sizeof(out_p);
    +    if ((i != j) || (memcmp(buf, out_p, i) != 0)) {
    +        BIO_printf(bio_err, "p value is wrong\n");
    +        goto end;
    +    }
     
    -	dsa->flags |= DSA_FLAG_NO_EXP_CONSTTIME;
    -	DSA_generate_key(dsa);
    -	DSA_sign(0, str1, 20, sig, &siglen, dsa);
    -	if (DSA_verify(0, str1, 20, sig, siglen, dsa) == 1)
    -		ret=1;
    +    i = BN_bn2bin(dsa->g, buf);
    +    j = sizeof(out_g);
    +    if ((i != j) || (memcmp(buf, out_g, i) != 0)) {
    +        BIO_printf(bio_err, "g value is wrong\n");
    +        goto end;
    +    }
     
    -	dsa->flags &= ~DSA_FLAG_NO_EXP_CONSTTIME;
    -	DSA_generate_key(dsa);
    -	DSA_sign(0, str1, 20, sig, &siglen, dsa);
    -	if (DSA_verify(0, str1, 20, sig, siglen, dsa) == 1)
    -		ret=1;
    +    dsa->flags |= DSA_FLAG_NO_EXP_CONSTTIME;
    +    DSA_generate_key(dsa);
    +    DSA_sign(0, str1, 20, sig, &siglen, dsa);
    +    if (DSA_verify(0, str1, 20, sig, siglen, dsa) == 1)
    +        ret = 1;
     
    -end:
    -	if (!ret)
    -		ERR_print_errors(bio_err);
    -	if (dsa != NULL) DSA_free(dsa);
    -	CRYPTO_cleanup_all_ex_data();
    -	ERR_remove_thread_state(NULL);
    -	ERR_free_strings();
    -	CRYPTO_mem_leaks(bio_err);
    -	if (bio_err != NULL)
    -		{
    -		BIO_free(bio_err);
    -		bio_err = NULL;
    -		}
    -#ifdef OPENSSL_SYS_NETWARE
    -    if (!ret) printf("ERROR\n");
    -#endif
    -	EXIT(!ret);
    -	return(0);
    -	}
    +    dsa->flags &= ~DSA_FLAG_NO_EXP_CONSTTIME;
    +    DSA_generate_key(dsa);
    +    DSA_sign(0, str1, 20, sig, &siglen, dsa);
    +    if (DSA_verify(0, str1, 20, sig, siglen, dsa) == 1)
    +        ret = 1;
    +
    + end:
    +    if (!ret)
    +        ERR_print_errors(bio_err);
    +    if (dsa != NULL)
    +        DSA_free(dsa);
    +    CRYPTO_cleanup_all_ex_data();
    +    ERR_remove_thread_state(NULL);
    +    ERR_free_strings();
    +    CRYPTO_mem_leaks(bio_err);
    +    if (bio_err != NULL) {
    +        BIO_free(bio_err);
    +        bio_err = NULL;
    +    }
    +# ifdef OPENSSL_SYS_NETWARE
    +    if (!ret)
    +        printf("ERROR\n");
    +# endif
    +    EXIT(!ret);
    +    return (0);
    +}
     
     static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *arg)
    -	{
    -	char c='*';
    -	static int ok=0,num=0;
    +{
    +    char c = '*';
    +    static int ok = 0, num = 0;
     
    -	if (p == 0) { c='.'; num++; };
    -	if (p == 1) c='+';
    -	if (p == 2) { c='*'; ok++; }
    -	if (p == 3) c='\n';
    -	BIO_write(arg->arg,&c,1);
    -	(void)BIO_flush(arg->arg);
    +    if (p == 0) {
    +        c = '.';
    +        num++;
    +    };
    +    if (p == 1)
    +        c = '+';
    +    if (p == 2) {
    +        c = '*';
    +        ok++;
    +    }
    +    if (p == 3)
    +        c = '\n';
    +    BIO_write(arg->arg, &c, 1);
    +    (void)BIO_flush(arg->arg);
     
    -	if (!ok && (p == 0) && (num > 1))
    -		{
    -		BIO_printf((BIO *)arg,"error in dsatest\n");
    -		return 0;
    -		}
    -	return 1;
    -	}
    +    if (!ok && (p == 0) && (num > 1)) {
    +        BIO_printf((BIO *)arg, "error in dsatest\n");
    +        return 0;
    +    }
    +    return 1;
    +}
     #endif
    diff --git a/openssl/crypto/dso/dso.h b/openssl/crypto/dso/dso.h
    index 839f2e061..7c4a1dc4a 100644
    --- a/openssl/crypto/dso/dso.h
    +++ b/openssl/crypto/dso/dso.h
    @@ -1,6 +1,7 @@
     /* dso.h -*- mode:C; c-file-style: "eay" -*- */
    -/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 2000 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -57,217 +58,248 @@
      */
     
     #ifndef HEADER_DSO_H
    -#define HEADER_DSO_H
    +# define HEADER_DSO_H
     
    -#include 
    +# include 
     
     #ifdef __cplusplus
     extern "C" {
     #endif
     
     /* These values are used as commands to DSO_ctrl() */
    -#define DSO_CTRL_GET_FLAGS	1
    -#define DSO_CTRL_SET_FLAGS	2
    -#define DSO_CTRL_OR_FLAGS	3
    +# define DSO_CTRL_GET_FLAGS      1
    +# define DSO_CTRL_SET_FLAGS      2
    +# define DSO_CTRL_OR_FLAGS       3
     
    -/* By default, DSO_load() will translate the provided filename into a form
    +/*
    + * By default, DSO_load() will translate the provided filename into a form
      * typical for the platform (more specifically the DSO_METHOD) using the
      * dso_name_converter function of the method. Eg. win32 will transform "blah"
      * into "blah.dll", and dlfcn will transform it into "libblah.so". The
    - * behaviour can be overriden by setting the name_converter callback in the DSO
    - * object (using DSO_set_name_converter()). This callback could even utilise
    - * the DSO_METHOD's converter too if it only wants to override behaviour for
    - * one or two possible DSO methods. However, the following flag can be set in a
    - * DSO to prevent *any* native name-translation at all - eg. if the caller has
    - * prompted the user for a path to a driver library so the filename should be
    - * interpreted as-is. */
    -#define DSO_FLAG_NO_NAME_TRANSLATION		0x01
    -/* An extra flag to give if only the extension should be added as
    - * translation.  This is obviously only of importance on Unix and
    - * other operating systems where the translation also may prefix
    - * the name with something, like 'lib', and ignored everywhere else.
    - * This flag is also ignored if DSO_FLAG_NO_NAME_TRANSLATION is used
    - * at the same time. */
    -#define DSO_FLAG_NAME_TRANSLATION_EXT_ONLY	0x02
    -
    -/* The following flag controls the translation of symbol names to upper
    - * case.  This is currently only being implemented for OpenVMS.
    + * behaviour can be overriden by setting the name_converter callback in the
    + * DSO object (using DSO_set_name_converter()). This callback could even
    + * utilise the DSO_METHOD's converter too if it only wants to override
    + * behaviour for one or two possible DSO methods. However, the following flag
    + * can be set in a DSO to prevent *any* native name-translation at all - eg.
    + * if the caller has prompted the user for a path to a driver library so the
    + * filename should be interpreted as-is.
      */
    -#define DSO_FLAG_UPCASE_SYMBOL			0x10
    +# define DSO_FLAG_NO_NAME_TRANSLATION            0x01
    +/*
    + * An extra flag to give if only the extension should be added as
    + * translation.  This is obviously only of importance on Unix and other
    + * operating systems where the translation also may prefix the name with
    + * something, like 'lib', and ignored everywhere else. This flag is also
    + * ignored if DSO_FLAG_NO_NAME_TRANSLATION is used at the same time.
    + */
    +# define DSO_FLAG_NAME_TRANSLATION_EXT_ONLY      0x02
     
    -/* This flag loads the library with public symbols.
    - * Meaning: The exported symbols of this library are public
    - * to all libraries loaded after this library.
    - * At the moment only implemented in unix.
    +/*
    + * The following flag controls the translation of symbol names to upper case.
    + * This is currently only being implemented for OpenVMS.
      */
    -#define DSO_FLAG_GLOBAL_SYMBOLS			0x20
    +# define DSO_FLAG_UPCASE_SYMBOL                  0x10
     
    +/*
    + * This flag loads the library with public symbols. Meaning: The exported
    + * symbols of this library are public to all libraries loaded after this
    + * library. At the moment only implemented in unix.
    + */
    +# define DSO_FLAG_GLOBAL_SYMBOLS                 0x20
     
    -typedef void (*DSO_FUNC_TYPE)(void);
    +typedef void (*DSO_FUNC_TYPE) (void);
     
     typedef struct dso_st DSO;
     
    -/* The function prototype used for method functions (or caller-provided
    - * callbacks) that transform filenames. They are passed a DSO structure pointer
    - * (or NULL if they are to be used independantly of a DSO object) and a
    - * filename to transform. They should either return NULL (if there is an error
    - * condition) or a newly allocated string containing the transformed form that
    - * the caller will need to free with OPENSSL_free() when done. */
    -typedef char* (*DSO_NAME_CONVERTER_FUNC)(DSO *, const char *);
    -/* The function prototype used for method functions (or caller-provided
    - * callbacks) that merge two file specifications. They are passed a
    - * DSO structure pointer (or NULL if they are to be used independantly of
    - * a DSO object) and two file specifications to merge. They should
    - * either return NULL (if there is an error condition) or a newly allocated
    - * string containing the result of merging that the caller will need
    - * to free with OPENSSL_free() when done.
    - * Here, merging means that bits and pieces are taken from each of the
    - * file specifications and added together in whatever fashion that is
    - * sensible for the DSO method in question.  The only rule that really
    - * applies is that if the two specification contain pieces of the same
    - * type, the copy from the first string takes priority.  One could see
    - * it as the first specification is the one given by the user and the
    - * second being a bunch of defaults to add on if they're missing in the
    - * first. */
    -typedef char* (*DSO_MERGER_FUNC)(DSO *, const char *, const char *);
    -
    -typedef struct dso_meth_st
    -	{
    -	const char *name;
    -	/* Loads a shared library, NB: new DSO_METHODs must ensure that a
    -	 * successful load populates the loaded_filename field, and likewise a
    -	 * successful unload OPENSSL_frees and NULLs it out. */
    -	int (*dso_load)(DSO *dso);
    -	/* Unloads a shared library */
    -	int (*dso_unload)(DSO *dso);
    -	/* Binds a variable */
    -	void *(*dso_bind_var)(DSO *dso, const char *symname);
    -	/* Binds a function - assumes a return type of DSO_FUNC_TYPE.
    -	 * This should be cast to the real function prototype by the
    -	 * caller. Platforms that don't have compatible representations
    -	 * for different prototypes (this is possible within ANSI C)
    -	 * are highly unlikely to have shared libraries at all, let
    -	 * alone a DSO_METHOD implemented for them. */
    -	DSO_FUNC_TYPE (*dso_bind_func)(DSO *dso, const char *symname);
    -
    +/*
    + * The function prototype used for method functions (or caller-provided
    + * callbacks) that transform filenames. They are passed a DSO structure
    + * pointer (or NULL if they are to be used independantly of a DSO object) and
    + * a filename to transform. They should either return NULL (if there is an
    + * error condition) or a newly allocated string containing the transformed
    + * form that the caller will need to free with OPENSSL_free() when done.
    + */
    +typedef char *(*DSO_NAME_CONVERTER_FUNC)(DSO *, const char *);
    +/*
    + * The function prototype used for method functions (or caller-provided
    + * callbacks) that merge two file specifications. They are passed a DSO
    + * structure pointer (or NULL if they are to be used independantly of a DSO
    + * object) and two file specifications to merge. They should either return
    + * NULL (if there is an error condition) or a newly allocated string
    + * containing the result of merging that the caller will need to free with
    + * OPENSSL_free() when done. Here, merging means that bits and pieces are
    + * taken from each of the file specifications and added together in whatever
    + * fashion that is sensible for the DSO method in question.  The only rule
    + * that really applies is that if the two specification contain pieces of the
    + * same type, the copy from the first string takes priority.  One could see
    + * it as the first specification is the one given by the user and the second
    + * being a bunch of defaults to add on if they're missing in the first.
    + */
    +typedef char *(*DSO_MERGER_FUNC)(DSO *, const char *, const char *);
    +
    +typedef struct dso_meth_st {
    +    const char *name;
    +    /*
    +     * Loads a shared library, NB: new DSO_METHODs must ensure that a
    +     * successful load populates the loaded_filename field, and likewise a
    +     * successful unload OPENSSL_frees and NULLs it out.
    +     */
    +    int (*dso_load) (DSO *dso);
    +    /* Unloads a shared library */
    +    int (*dso_unload) (DSO *dso);
    +    /* Binds a variable */
    +    void *(*dso_bind_var) (DSO *dso, const char *symname);
    +    /*
    +     * Binds a function - assumes a return type of DSO_FUNC_TYPE. This should
    +     * be cast to the real function prototype by the caller. Platforms that
    +     * don't have compatible representations for different prototypes (this
    +     * is possible within ANSI C) are highly unlikely to have shared
    +     * libraries at all, let alone a DSO_METHOD implemented for them.
    +     */
    +    DSO_FUNC_TYPE (*dso_bind_func) (DSO *dso, const char *symname);
     /* I don't think this would actually be used in any circumstances. */
    -#if 0
    -	/* Unbinds a variable */
    -	int (*dso_unbind_var)(DSO *dso, char *symname, void *symptr);
    -	/* Unbinds a function */
    -	int (*dso_unbind_func)(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
    -#endif
    -	/* The generic (yuck) "ctrl()" function. NB: Negative return
    -	 * values (rather than zero) indicate errors. */
    -	long (*dso_ctrl)(DSO *dso, int cmd, long larg, void *parg);
    -	/* The default DSO_METHOD-specific function for converting filenames to
    -	 * a canonical native form. */
    -	DSO_NAME_CONVERTER_FUNC dso_name_converter;
    -	/* The default DSO_METHOD-specific function for converting filenames to
    -	 * a canonical native form. */
    -	DSO_MERGER_FUNC dso_merger;
    -
    -	/* [De]Initialisation handlers. */
    -	int (*init)(DSO *dso);
    -	int (*finish)(DSO *dso);
    -
    -	/* Return pathname of the module containing location */
    -	int (*pathbyaddr)(void *addr,char *path,int sz);
    -	/* Perform global symbol lookup, i.e. among *all* modules */
    -	void *(*globallookup)(const char *symname);
    -	} DSO_METHOD;
    +# if 0
    +    /* Unbinds a variable */
    +    int (*dso_unbind_var) (DSO *dso, char *symname, void *symptr);
    +    /* Unbinds a function */
    +    int (*dso_unbind_func) (DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
    +# endif
    +    /*
    +     * The generic (yuck) "ctrl()" function. NB: Negative return values
    +     * (rather than zero) indicate errors.
    +     */
    +    long (*dso_ctrl) (DSO *dso, int cmd, long larg, void *parg);
    +    /*
    +     * The default DSO_METHOD-specific function for converting filenames to a
    +     * canonical native form.
    +     */
    +    DSO_NAME_CONVERTER_FUNC dso_name_converter;
    +    /*
    +     * The default DSO_METHOD-specific function for converting filenames to a
    +     * canonical native form.
    +     */
    +    DSO_MERGER_FUNC dso_merger;
    +    /* [De]Initialisation handlers. */
    +    int (*init) (DSO *dso);
    +    int (*finish) (DSO *dso);
    +    /* Return pathname of the module containing location */
    +    int (*pathbyaddr) (void *addr, char *path, int sz);
    +    /* Perform global symbol lookup, i.e. among *all* modules */
    +    void *(*globallookup) (const char *symname);
    +} DSO_METHOD;
     
     /**********************************************************************/
     /* The low-level handle type used to refer to a loaded shared library */
     
    -struct dso_st
    -	{
    -	DSO_METHOD *meth;
    -	/* Standard dlopen uses a (void *). Win32 uses a HANDLE. VMS
    -	 * doesn't use anything but will need to cache the filename
    -	 * for use in the dso_bind handler. All in all, let each
    -	 * method control its own destiny. "Handles" and such go in
    -	 * a STACK. */
    -	STACK_OF(void) *meth_data;
    -	int references;
    -	int flags;
    -	/* For use by applications etc ... use this for your bits'n'pieces,
    -	 * don't touch meth_data! */
    -	CRYPTO_EX_DATA ex_data;
    -	/* If this callback function pointer is set to non-NULL, then it will
    -	 * be used in DSO_load() in place of meth->dso_name_converter. NB: This
    -	 * should normally set using DSO_set_name_converter(). */
    -	DSO_NAME_CONVERTER_FUNC name_converter;
    -	/* If this callback function pointer is set to non-NULL, then it will
    -	 * be used in DSO_load() in place of meth->dso_merger. NB: This
    -	 * should normally set using DSO_set_merger(). */
    -	DSO_MERGER_FUNC merger;
    -	/* This is populated with (a copy of) the platform-independant
    -	 * filename used for this DSO. */
    -	char *filename;
    -	/* This is populated with (a copy of) the translated filename by which
    -	 * the DSO was actually loaded. It is NULL iff the DSO is not currently
    -	 * loaded. NB: This is here because the filename translation process
    -	 * may involve a callback being invoked more than once not only to
    -	 * convert to a platform-specific form, but also to try different
    -	 * filenames in the process of trying to perform a load. As such, this
    -	 * variable can be used to indicate (a) whether this DSO structure
    -	 * corresponds to a loaded library or not, and (b) the filename with
    -	 * which it was actually loaded. */
    -	char *loaded_filename;
    -	};
    -
    -
    -DSO *	DSO_new(void);
    -DSO *	DSO_new_method(DSO_METHOD *method);
    -int	DSO_free(DSO *dso);
    -int	DSO_flags(DSO *dso);
    -int	DSO_up_ref(DSO *dso);
    -long	DSO_ctrl(DSO *dso, int cmd, long larg, void *parg);
    -
    -/* This function sets the DSO's name_converter callback. If it is non-NULL,
    +struct dso_st {
    +    DSO_METHOD *meth;
    +    /*
    +     * Standard dlopen uses a (void *). Win32 uses a HANDLE. VMS doesn't use
    +     * anything but will need to cache the filename for use in the dso_bind
    +     * handler. All in all, let each method control its own destiny.
    +     * "Handles" and such go in a STACK.
    +     */
    +    STACK_OF(void) *meth_data;
    +    int references;
    +    int flags;
    +    /*
    +     * For use by applications etc ... use this for your bits'n'pieces, don't
    +     * touch meth_data!
    +     */
    +    CRYPTO_EX_DATA ex_data;
    +    /*
    +     * If this callback function pointer is set to non-NULL, then it will be
    +     * used in DSO_load() in place of meth->dso_name_converter. NB: This
    +     * should normally set using DSO_set_name_converter().
    +     */
    +    DSO_NAME_CONVERTER_FUNC name_converter;
    +    /*
    +     * If this callback function pointer is set to non-NULL, then it will be
    +     * used in DSO_load() in place of meth->dso_merger. NB: This should
    +     * normally set using DSO_set_merger().
    +     */
    +    DSO_MERGER_FUNC merger;
    +    /*
    +     * This is populated with (a copy of) the platform-independant filename
    +     * used for this DSO.
    +     */
    +    char *filename;
    +    /*
    +     * This is populated with (a copy of) the translated filename by which
    +     * the DSO was actually loaded. It is NULL iff the DSO is not currently
    +     * loaded. NB: This is here because the filename translation process may
    +     * involve a callback being invoked more than once not only to convert to
    +     * a platform-specific form, but also to try different filenames in the
    +     * process of trying to perform a load. As such, this variable can be
    +     * used to indicate (a) whether this DSO structure corresponds to a
    +     * loaded library or not, and (b) the filename with which it was actually
    +     * loaded.
    +     */
    +    char *loaded_filename;
    +};
    +
    +DSO *DSO_new(void);
    +DSO *DSO_new_method(DSO_METHOD *method);
    +int DSO_free(DSO *dso);
    +int DSO_flags(DSO *dso);
    +int DSO_up_ref(DSO *dso);
    +long DSO_ctrl(DSO *dso, int cmd, long larg, void *parg);
    +
    +/*
    + * This function sets the DSO's name_converter callback. If it is non-NULL,
      * then it will be used instead of the associated DSO_METHOD's function. If
      * oldcb is non-NULL then it is set to the function pointer value being
    - * replaced. Return value is non-zero for success. */
    -int	DSO_set_name_converter(DSO *dso, DSO_NAME_CONVERTER_FUNC cb,
    -				DSO_NAME_CONVERTER_FUNC *oldcb);
    -/* These functions can be used to get/set the platform-independant filename
    - * used for a DSO. NB: set will fail if the DSO is already loaded. */
    + * replaced. Return value is non-zero for success.
    + */
    +int DSO_set_name_converter(DSO *dso, DSO_NAME_CONVERTER_FUNC cb,
    +                           DSO_NAME_CONVERTER_FUNC *oldcb);
    +/*
    + * These functions can be used to get/set the platform-independant filename
    + * used for a DSO. NB: set will fail if the DSO is already loaded.
    + */
     const char *DSO_get_filename(DSO *dso);
    -int	DSO_set_filename(DSO *dso, const char *filename);
    -/* This function will invoke the DSO's name_converter callback to translate a
    +int DSO_set_filename(DSO *dso, const char *filename);
    +/*
    + * This function will invoke the DSO's name_converter callback to translate a
      * filename, or if the callback isn't set it will instead use the DSO_METHOD's
      * converter. If "filename" is NULL, the "filename" in the DSO itself will be
      * used. If the DSO_FLAG_NO_NAME_TRANSLATION flag is set, then the filename is
      * simply duplicated. NB: This function is usually called from within a
    - * DSO_METHOD during the processing of a DSO_load() call, and is exposed so that
    - * caller-created DSO_METHODs can do the same thing. A non-NULL return value
    - * will need to be OPENSSL_free()'d. */
    -char	*DSO_convert_filename(DSO *dso, const char *filename);
    -/* This function will invoke the DSO's merger callback to merge two file
    + * DSO_METHOD during the processing of a DSO_load() call, and is exposed so
    + * that caller-created DSO_METHODs can do the same thing. A non-NULL return
    + * value will need to be OPENSSL_free()'d.
    + */
    +char *DSO_convert_filename(DSO *dso, const char *filename);
    +/*
    + * This function will invoke the DSO's merger callback to merge two file
      * specifications, or if the callback isn't set it will instead use the
      * DSO_METHOD's merger.  A non-NULL return value will need to be
    - * OPENSSL_free()'d. */
    -char	*DSO_merge(DSO *dso, const char *filespec1, const char *filespec2);
    -/* If the DSO is currently loaded, this returns the filename that it was loaded
    - * under, otherwise it returns NULL. So it is also useful as a test as to
    - * whether the DSO is currently loaded. NB: This will not necessarily return
    - * the same value as DSO_convert_filename(dso, dso->filename), because the
    - * DSO_METHOD's load function may have tried a variety of filenames (with
    + * OPENSSL_free()'d.
    + */
    +char *DSO_merge(DSO *dso, const char *filespec1, const char *filespec2);
    +/*
    + * If the DSO is currently loaded, this returns the filename that it was
    + * loaded under, otherwise it returns NULL. So it is also useful as a test as
    + * to whether the DSO is currently loaded. NB: This will not necessarily
    + * return the same value as DSO_convert_filename(dso, dso->filename), because
    + * the DSO_METHOD's load function may have tried a variety of filenames (with
      * and/or without the aid of the converters) before settling on the one it
    - * actually loaded. */
    + * actually loaded.
    + */
     const char *DSO_get_loaded_filename(DSO *dso);
     
    -void	DSO_set_default_method(DSO_METHOD *meth);
    +void DSO_set_default_method(DSO_METHOD *meth);
     DSO_METHOD *DSO_get_default_method(void);
     DSO_METHOD *DSO_get_method(DSO *dso);
     DSO_METHOD *DSO_set_method(DSO *dso, DSO_METHOD *meth);
     
    -/* The all-singing all-dancing load function, you normally pass NULL
    - * for the first and third parameters. Use DSO_up and DSO_free for
    - * subsequent reference count handling. Any flags passed in will be set
    - * in the constructed DSO after its init() function but before the
    - * load operation. If 'dso' is non-NULL, 'flags' is ignored. */
    +/*
    + * The all-singing all-dancing load function, you normally pass NULL for the
    + * first and third parameters. Use DSO_up and DSO_free for subsequent
    + * reference count handling. Any flags passed in will be set in the
    + * constructed DSO after its init() function but before the load operation.
    + * If 'dso' is non-NULL, 'flags' is ignored.
    + */
     DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags);
     
     /* This function binds to a variable inside a shared library. */
    @@ -276,23 +308,31 @@ void *DSO_bind_var(DSO *dso, const char *symname);
     /* This function binds to a function inside a shared library. */
     DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname);
     
    -/* This method is the default, but will beg, borrow, or steal whatever
    - * method should be the default on any particular platform (including
    - * DSO_METH_null() if necessary). */
    +/*
    + * This method is the default, but will beg, borrow, or steal whatever method
    + * should be the default on any particular platform (including
    + * DSO_METH_null() if necessary).
    + */
     DSO_METHOD *DSO_METHOD_openssl(void);
     
    -/* This method is defined for all platforms - if a platform has no
    - * DSO support then this will be the only method! */
    +/*
    + * This method is defined for all platforms - if a platform has no DSO
    + * support then this will be the only method!
    + */
     DSO_METHOD *DSO_METHOD_null(void);
     
    -/* If DSO_DLFCN is defined, the standard dlfcn.h-style functions
    - * (dlopen, dlclose, dlsym, etc) will be used and incorporated into
    - * this method. If not, this method will return NULL. */
    +/*
    + * If DSO_DLFCN is defined, the standard dlfcn.h-style functions (dlopen,
    + * dlclose, dlsym, etc) will be used and incorporated into this method. If
    + * not, this method will return NULL.
    + */
     DSO_METHOD *DSO_METHOD_dlfcn(void);
     
    -/* If DSO_DL is defined, the standard dl.h-style functions (shl_load, 
    - * shl_unload, shl_findsym, etc) will be used and incorporated into
    - * this method. If not, this method will return NULL. */
    +/*
    + * If DSO_DL is defined, the standard dl.h-style functions (shl_load,
    + * shl_unload, shl_findsym, etc) will be used and incorporated into this
    + * method. If not, this method will return NULL.
    + */
     DSO_METHOD *DSO_METHOD_dl(void);
     
     /* If WIN32 is defined, use DLLs. If not, return NULL. */
    @@ -301,32 +341,34 @@ DSO_METHOD *DSO_METHOD_win32(void);
     /* If VMS is defined, use shared images. If not, return NULL. */
     DSO_METHOD *DSO_METHOD_vms(void);
     
    -/* This function writes null-terminated pathname of DSO module
    - * containing 'addr' into 'sz' large caller-provided 'path' and
    - * returns the number of characters [including trailing zero]
    - * written to it. If 'sz' is 0 or negative, 'path' is ignored and
    - * required amount of charachers [including trailing zero] to
    - * accomodate pathname is returned. If 'addr' is NULL, then
    - * pathname of cryptolib itself is returned. Negative or zero
    - * return value denotes error.
    +/*
    + * This function writes null-terminated pathname of DSO module containing
    + * 'addr' into 'sz' large caller-provided 'path' and returns the number of
    + * characters [including trailing zero] written to it. If 'sz' is 0 or
    + * negative, 'path' is ignored and required amount of charachers [including
    + * trailing zero] to accomodate pathname is returned. If 'addr' is NULL, then
    + * pathname of cryptolib itself is returned. Negative or zero return value
    + * denotes error.
    + */
    +int DSO_pathbyaddr(void *addr, char *path, int sz);
    +
    +/*
    + * This function should be used with caution! It looks up symbols in *all*
    + * loaded modules and if module gets unloaded by somebody else attempt to
    + * dereference the pointer is doomed to have fatal consequences. Primary
    + * usage for this function is to probe *core* system functionality, e.g.
    + * check if getnameinfo(3) is available at run-time without bothering about
    + * OS-specific details such as libc.so.versioning or where does it actually
    + * reside: in libc itself or libsocket.
      */
    -int DSO_pathbyaddr(void *addr,char *path,int sz);
    -
    -/* This function should be used with caution! It looks up symbols in
    - * *all* loaded modules and if module gets unloaded by somebody else
    - * attempt to dereference the pointer is doomed to have fatal
    - * consequences. Primary usage for this function is to probe *core*
    - * system functionality, e.g. check if getnameinfo(3) is available
    - * at run-time without bothering about OS-specific details such as
    - * libc.so.versioning or where does it actually reside: in libc
    - * itself or libsocket. */
     void *DSO_global_lookup(const char *name);
     
     /* If BeOS is defined, use shared images. If not, return NULL. */
     DSO_METHOD *DSO_METHOD_beos(void);
     
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     void ERR_load_DSO_strings(void);
    @@ -334,74 +376,74 @@ void ERR_load_DSO_strings(void);
     /* Error codes for the DSO functions. */
     
     /* Function codes. */
    -#define DSO_F_BEOS_BIND_FUNC				 144
    -#define DSO_F_BEOS_BIND_VAR				 145
    -#define DSO_F_BEOS_LOAD					 146
    -#define DSO_F_BEOS_NAME_CONVERTER			 147
    -#define DSO_F_BEOS_UNLOAD				 148
    -#define DSO_F_DLFCN_BIND_FUNC				 100
    -#define DSO_F_DLFCN_BIND_VAR				 101
    -#define DSO_F_DLFCN_LOAD				 102
    -#define DSO_F_DLFCN_MERGER				 130
    -#define DSO_F_DLFCN_NAME_CONVERTER			 123
    -#define DSO_F_DLFCN_UNLOAD				 103
    -#define DSO_F_DL_BIND_FUNC				 104
    -#define DSO_F_DL_BIND_VAR				 105
    -#define DSO_F_DL_LOAD					 106
    -#define DSO_F_DL_MERGER					 131
    -#define DSO_F_DL_NAME_CONVERTER				 124
    -#define DSO_F_DL_UNLOAD					 107
    -#define DSO_F_DSO_BIND_FUNC				 108
    -#define DSO_F_DSO_BIND_VAR				 109
    -#define DSO_F_DSO_CONVERT_FILENAME			 126
    -#define DSO_F_DSO_CTRL					 110
    -#define DSO_F_DSO_FREE					 111
    -#define DSO_F_DSO_GET_FILENAME				 127
    -#define DSO_F_DSO_GET_LOADED_FILENAME			 128
    -#define DSO_F_DSO_GLOBAL_LOOKUP				 139
    -#define DSO_F_DSO_LOAD					 112
    -#define DSO_F_DSO_MERGE					 132
    -#define DSO_F_DSO_NEW_METHOD				 113
    -#define DSO_F_DSO_PATHBYADDR				 140
    -#define DSO_F_DSO_SET_FILENAME				 129
    -#define DSO_F_DSO_SET_NAME_CONVERTER			 122
    -#define DSO_F_DSO_UP_REF				 114
    -#define DSO_F_GLOBAL_LOOKUP_FUNC			 138
    -#define DSO_F_PATHBYADDR				 137
    -#define DSO_F_VMS_BIND_SYM				 115
    -#define DSO_F_VMS_LOAD					 116
    -#define DSO_F_VMS_MERGER				 133
    -#define DSO_F_VMS_UNLOAD				 117
    -#define DSO_F_WIN32_BIND_FUNC				 118
    -#define DSO_F_WIN32_BIND_VAR				 119
    -#define DSO_F_WIN32_GLOBALLOOKUP			 142
    -#define DSO_F_WIN32_GLOBALLOOKUP_FUNC			 143
    -#define DSO_F_WIN32_JOINER				 135
    -#define DSO_F_WIN32_LOAD				 120
    -#define DSO_F_WIN32_MERGER				 134
    -#define DSO_F_WIN32_NAME_CONVERTER			 125
    -#define DSO_F_WIN32_PATHBYADDR				 141
    -#define DSO_F_WIN32_SPLITTER				 136
    -#define DSO_F_WIN32_UNLOAD				 121
    +# define DSO_F_BEOS_BIND_FUNC                             144
    +# define DSO_F_BEOS_BIND_VAR                              145
    +# define DSO_F_BEOS_LOAD                                  146
    +# define DSO_F_BEOS_NAME_CONVERTER                        147
    +# define DSO_F_BEOS_UNLOAD                                148
    +# define DSO_F_DLFCN_BIND_FUNC                            100
    +# define DSO_F_DLFCN_BIND_VAR                             101
    +# define DSO_F_DLFCN_LOAD                                 102
    +# define DSO_F_DLFCN_MERGER                               130
    +# define DSO_F_DLFCN_NAME_CONVERTER                       123
    +# define DSO_F_DLFCN_UNLOAD                               103
    +# define DSO_F_DL_BIND_FUNC                               104
    +# define DSO_F_DL_BIND_VAR                                105
    +# define DSO_F_DL_LOAD                                    106
    +# define DSO_F_DL_MERGER                                  131
    +# define DSO_F_DL_NAME_CONVERTER                          124
    +# define DSO_F_DL_UNLOAD                                  107
    +# define DSO_F_DSO_BIND_FUNC                              108
    +# define DSO_F_DSO_BIND_VAR                               109
    +# define DSO_F_DSO_CONVERT_FILENAME                       126
    +# define DSO_F_DSO_CTRL                                   110
    +# define DSO_F_DSO_FREE                                   111
    +# define DSO_F_DSO_GET_FILENAME                           127
    +# define DSO_F_DSO_GET_LOADED_FILENAME                    128
    +# define DSO_F_DSO_GLOBAL_LOOKUP                          139
    +# define DSO_F_DSO_LOAD                                   112
    +# define DSO_F_DSO_MERGE                                  132
    +# define DSO_F_DSO_NEW_METHOD                             113
    +# define DSO_F_DSO_PATHBYADDR                             140
    +# define DSO_F_DSO_SET_FILENAME                           129
    +# define DSO_F_DSO_SET_NAME_CONVERTER                     122
    +# define DSO_F_DSO_UP_REF                                 114
    +# define DSO_F_GLOBAL_LOOKUP_FUNC                         138
    +# define DSO_F_PATHBYADDR                                 137
    +# define DSO_F_VMS_BIND_SYM                               115
    +# define DSO_F_VMS_LOAD                                   116
    +# define DSO_F_VMS_MERGER                                 133
    +# define DSO_F_VMS_UNLOAD                                 117
    +# define DSO_F_WIN32_BIND_FUNC                            118
    +# define DSO_F_WIN32_BIND_VAR                             119
    +# define DSO_F_WIN32_GLOBALLOOKUP                         142
    +# define DSO_F_WIN32_GLOBALLOOKUP_FUNC                    143
    +# define DSO_F_WIN32_JOINER                               135
    +# define DSO_F_WIN32_LOAD                                 120
    +# define DSO_F_WIN32_MERGER                               134
    +# define DSO_F_WIN32_NAME_CONVERTER                       125
    +# define DSO_F_WIN32_PATHBYADDR                           141
    +# define DSO_F_WIN32_SPLITTER                             136
    +# define DSO_F_WIN32_UNLOAD                               121
     
     /* Reason codes. */
    -#define DSO_R_CTRL_FAILED				 100
    -#define DSO_R_DSO_ALREADY_LOADED			 110
    -#define DSO_R_EMPTY_FILE_STRUCTURE			 113
    -#define DSO_R_FAILURE					 114
    -#define DSO_R_FILENAME_TOO_BIG				 101
    -#define DSO_R_FINISH_FAILED				 102
    -#define DSO_R_INCORRECT_FILE_SYNTAX			 115
    -#define DSO_R_LOAD_FAILED				 103
    -#define DSO_R_NAME_TRANSLATION_FAILED			 109
    -#define DSO_R_NO_FILENAME				 111
    -#define DSO_R_NO_FILE_SPECIFICATION			 116
    -#define DSO_R_NULL_HANDLE				 104
    -#define DSO_R_SET_FILENAME_FAILED			 112
    -#define DSO_R_STACK_ERROR				 105
    -#define DSO_R_SYM_FAILURE				 106
    -#define DSO_R_UNLOAD_FAILED				 107
    -#define DSO_R_UNSUPPORTED				 108
    +# define DSO_R_CTRL_FAILED                                100
    +# define DSO_R_DSO_ALREADY_LOADED                         110
    +# define DSO_R_EMPTY_FILE_STRUCTURE                       113
    +# define DSO_R_FAILURE                                    114
    +# define DSO_R_FILENAME_TOO_BIG                           101
    +# define DSO_R_FINISH_FAILED                              102
    +# define DSO_R_INCORRECT_FILE_SYNTAX                      115
    +# define DSO_R_LOAD_FAILED                                103
    +# define DSO_R_NAME_TRANSLATION_FAILED                    109
    +# define DSO_R_NO_FILENAME                                111
    +# define DSO_R_NO_FILE_SPECIFICATION                      116
    +# define DSO_R_NULL_HANDLE                                104
    +# define DSO_R_SET_FILENAME_FAILED                        112
    +# define DSO_R_STACK_ERROR                                105
    +# define DSO_R_SYM_FAILURE                                106
    +# define DSO_R_UNLOAD_FAILED                              107
    +# define DSO_R_UNSUPPORTED                                108
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/dso/dso_beos.c b/openssl/crypto/dso/dso_beos.c
    index 553966e69..68ebcd8a2 100644
    --- a/openssl/crypto/dso/dso_beos.c
    +++ b/openssl/crypto/dso/dso_beos.c
    @@ -1,6 +1,7 @@
     /* dso_beos.c */
    -/* Written by Marcin Konicki (ahwayakchih@neoni.net) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Marcin Konicki (ahwayakchih@neoni.net) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 2000 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -63,208 +64,190 @@
     
     #if !defined(OPENSSL_SYS_BEOS)
     DSO_METHOD *DSO_METHOD_beos(void)
    -	{
    -	return NULL;
    -	}
    +{
    +    return NULL;
    +}
     #else
     
    -#include 
    +# include 
     
     static int beos_load(DSO *dso);
     static int beos_unload(DSO *dso);
     static void *beos_bind_var(DSO *dso, const char *symname);
     static DSO_FUNC_TYPE beos_bind_func(DSO *dso, const char *symname);
    -#if 0
    +# if 0
     static int beos_unbind_var(DSO *dso, char *symname, void *symptr);
     static int beos_unbind_func(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
     static int beos_init(DSO *dso);
     static int beos_finish(DSO *dso);
     static long beos_ctrl(DSO *dso, int cmd, long larg, void *parg);
    -#endif
    +# endif
     static char *beos_name_converter(DSO *dso, const char *filename);
     
     static DSO_METHOD dso_meth_beos = {
    -	"OpenSSL 'beos' shared library method",
    -	beos_load,
    -	beos_unload,
    -	beos_bind_var,
    -	beos_bind_func,
    +    "OpenSSL 'beos' shared library method",
    +    beos_load,
    +    beos_unload,
    +    beos_bind_var,
    +    beos_bind_func,
     /* For now, "unbind" doesn't exist */
    -#if 0
    -	NULL, /* unbind_var */
    -	NULL, /* unbind_func */
    -#endif
    -	NULL, /* ctrl */
    -	beos_name_converter,
    -	NULL, /* init */
    -	NULL  /* finish */
    -	};
    +# if 0
    +    NULL,                       /* unbind_var */
    +    NULL,                       /* unbind_func */
    +# endif
    +    NULL,                       /* ctrl */
    +    beos_name_converter,
    +    NULL,                       /* init */
    +    NULL                        /* finish */
    +};
     
     DSO_METHOD *DSO_METHOD_beos(void)
    -	{
    -	return(&dso_meth_beos);
    -	}
    +{
    +    return (&dso_meth_beos);
    +}
     
    -/* For this DSO_METHOD, our meth_data STACK will contain;
    - * (i) a pointer to the handle (image_id) returned from
    - *     load_add_on().
    +/*
    + * For this DSO_METHOD, our meth_data STACK will contain; (i) a pointer to
    + * the handle (image_id) returned from load_add_on().
      */
     
     static int beos_load(DSO *dso)
    -	{
    -	image_id id;
    -	/* See applicable comments from dso_dl.c */
    -	char *filename = DSO_convert_filename(dso, NULL);
    -
    -	if(filename == NULL)
    -		{
    -		DSOerr(DSO_F_BEOS_LOAD,DSO_R_NO_FILENAME);
    -		goto err;
    -		}
    -	id = load_add_on(filename);
    -	if(id < 1)
    -		{
    -		DSOerr(DSO_F_BEOS_LOAD,DSO_R_LOAD_FAILED);
    -		ERR_add_error_data(3, "filename(", filename, ")");
    -		goto err;
    -		}
    -	if(!sk_push(dso->meth_data, (char *)id))
    -		{
    -		DSOerr(DSO_F_BEOS_LOAD,DSO_R_STACK_ERROR);
    -		goto err;
    -		}
    -	/* Success */
    -	dso->loaded_filename = filename;
    -	return(1);
    -err:
    -	/* Cleanup !*/
    -	if(filename != NULL)
    -		OPENSSL_free(filename);
    -	if(id > 0)
    -		unload_add_on(id);
    -	return(0);
    -	}
    +{
    +    image_id id;
    +    /* See applicable comments from dso_dl.c */
    +    char *filename = DSO_convert_filename(dso, NULL);
    +
    +    if (filename == NULL) {
    +        DSOerr(DSO_F_BEOS_LOAD, DSO_R_NO_FILENAME);
    +        goto err;
    +    }
    +    id = load_add_on(filename);
    +    if (id < 1) {
    +        DSOerr(DSO_F_BEOS_LOAD, DSO_R_LOAD_FAILED);
    +        ERR_add_error_data(3, "filename(", filename, ")");
    +        goto err;
    +    }
    +    if (!sk_push(dso->meth_data, (char *)id)) {
    +        DSOerr(DSO_F_BEOS_LOAD, DSO_R_STACK_ERROR);
    +        goto err;
    +    }
    +    /* Success */
    +    dso->loaded_filename = filename;
    +    return (1);
    + err:
    +    /* Cleanup ! */
    +    if (filename != NULL)
    +        OPENSSL_free(filename);
    +    if (id > 0)
    +        unload_add_on(id);
    +    return (0);
    +}
     
     static int beos_unload(DSO *dso)
    -	{
    -	image_id id;
    -	if(dso == NULL)
    -		{
    -		DSOerr(DSO_F_BEOS_UNLOAD,ERR_R_PASSED_NULL_PARAMETER);
    -		return(0);
    -		}
    -	if(sk_num(dso->meth_data) < 1)
    -		return(1);
    -	id = (image_id)sk_pop(dso->meth_data);
    -	if(id < 1)
    -		{
    -		DSOerr(DSO_F_BEOS_UNLOAD,DSO_R_NULL_HANDLE);
    -		return(0);
    -		}
    -	if(unload_add_on(id) != B_OK)
    -		{
    -		DSOerr(DSO_F_BEOS_UNLOAD,DSO_R_UNLOAD_FAILED);
    -		/* We should push the value back onto the stack in
    -		 * case of a retry. */
    -		sk_push(dso->meth_data, (char *)id);
    -		return(0);
    -		}
    -	return(1);
    -	}
    +{
    +    image_id id;
    +    if (dso == NULL) {
    +        DSOerr(DSO_F_BEOS_UNLOAD, ERR_R_PASSED_NULL_PARAMETER);
    +        return (0);
    +    }
    +    if (sk_num(dso->meth_data) < 1)
    +        return (1);
    +    id = (image_id) sk_pop(dso->meth_data);
    +    if (id < 1) {
    +        DSOerr(DSO_F_BEOS_UNLOAD, DSO_R_NULL_HANDLE);
    +        return (0);
    +    }
    +    if (unload_add_on(id) != B_OK) {
    +        DSOerr(DSO_F_BEOS_UNLOAD, DSO_R_UNLOAD_FAILED);
    +        /*
    +         * We should push the value back onto the stack in case of a retry.
    +         */
    +        sk_push(dso->meth_data, (char *)id);
    +        return (0);
    +    }
    +    return (1);
    +}
     
     static void *beos_bind_var(DSO *dso, const char *symname)
    -	{
    -	image_id id;
    -	void *sym;
    -
    -	if((dso == NULL) || (symname == NULL))
    -		{
    -		DSOerr(DSO_F_BEOS_BIND_VAR,ERR_R_PASSED_NULL_PARAMETER);
    -		return(NULL);
    -		}
    -	if(sk_num(dso->meth_data) < 1)
    -		{
    -		DSOerr(DSO_F_BEOS_BIND_VAR,DSO_R_STACK_ERROR);
    -		return(NULL);
    -		}
    -	id = (image_id)sk_value(dso->meth_data, sk_num(dso->meth_data) - 1);
    -	if(id < 1)
    -		{
    -		DSOerr(DSO_F_BEOS_BIND_VAR,DSO_R_NULL_HANDLE);
    -		return(NULL);
    -		}
    -	if(get_image_symbol(id, symname, B_SYMBOL_TYPE_DATA, &sym) != B_OK)
    -		{
    -		DSOerr(DSO_F_BEOS_BIND_VAR,DSO_R_SYM_FAILURE);
    -		ERR_add_error_data(3, "symname(", symname, ")");
    -		return(NULL);
    -		}
    -	return(sym);
    -	}
    +{
    +    image_id id;
    +    void *sym;
    +
    +    if ((dso == NULL) || (symname == NULL)) {
    +        DSOerr(DSO_F_BEOS_BIND_VAR, ERR_R_PASSED_NULL_PARAMETER);
    +        return (NULL);
    +    }
    +    if (sk_num(dso->meth_data) < 1) {
    +        DSOerr(DSO_F_BEOS_BIND_VAR, DSO_R_STACK_ERROR);
    +        return (NULL);
    +    }
    +    id = (image_id) sk_value(dso->meth_data, sk_num(dso->meth_data) - 1);
    +    if (id < 1) {
    +        DSOerr(DSO_F_BEOS_BIND_VAR, DSO_R_NULL_HANDLE);
    +        return (NULL);
    +    }
    +    if (get_image_symbol(id, symname, B_SYMBOL_TYPE_DATA, &sym) != B_OK) {
    +        DSOerr(DSO_F_BEOS_BIND_VAR, DSO_R_SYM_FAILURE);
    +        ERR_add_error_data(3, "symname(", symname, ")");
    +        return (NULL);
    +    }
    +    return (sym);
    +}
     
     static DSO_FUNC_TYPE beos_bind_func(DSO *dso, const char *symname)
    -	{
    -	image_id id;
    -	void *sym;
    -
    -	if((dso == NULL) || (symname == NULL))
    -		{
    -		DSOerr(DSO_F_BEOS_BIND_FUNC,ERR_R_PASSED_NULL_PARAMETER);
    -		return(NULL);
    -		}
    -	if(sk_num(dso->meth_data) < 1)
    -		{
    -		DSOerr(DSO_F_BEOS_BIND_FUNC,DSO_R_STACK_ERROR);
    -		return(NULL);
    -		}
    -	id = (image_id)sk_value(dso->meth_data, sk_num(dso->meth_data) - 1);
    -	if(id < 1)
    -		{
    -		DSOerr(DSO_F_BEOS_BIND_FUNC,DSO_R_NULL_HANDLE);
    -		return(NULL);
    -		}
    -	if(get_image_symbol(id, symname, B_SYMBOL_TYPE_TEXT, &sym) != B_OK)
    -		{
    -		DSOerr(DSO_F_BEOS_BIND_FUNC,DSO_R_SYM_FAILURE);
    -		ERR_add_error_data(3, "symname(", symname, ")");
    -		return(NULL);
    -		}
    -	return((DSO_FUNC_TYPE)sym);
    -	}
    +{
    +    image_id id;
    +    void *sym;
    +
    +    if ((dso == NULL) || (symname == NULL)) {
    +        DSOerr(DSO_F_BEOS_BIND_FUNC, ERR_R_PASSED_NULL_PARAMETER);
    +        return (NULL);
    +    }
    +    if (sk_num(dso->meth_data) < 1) {
    +        DSOerr(DSO_F_BEOS_BIND_FUNC, DSO_R_STACK_ERROR);
    +        return (NULL);
    +    }
    +    id = (image_id) sk_value(dso->meth_data, sk_num(dso->meth_data) - 1);
    +    if (id < 1) {
    +        DSOerr(DSO_F_BEOS_BIND_FUNC, DSO_R_NULL_HANDLE);
    +        return (NULL);
    +    }
    +    if (get_image_symbol(id, symname, B_SYMBOL_TYPE_TEXT, &sym) != B_OK) {
    +        DSOerr(DSO_F_BEOS_BIND_FUNC, DSO_R_SYM_FAILURE);
    +        ERR_add_error_data(3, "symname(", symname, ")");
    +        return (NULL);
    +    }
    +    return ((DSO_FUNC_TYPE)sym);
    +}
     
     /* This one is the same as the one in dlfcn */
     static char *beos_name_converter(DSO *dso, const char *filename)
    -	{
    -	char *translated;
    -	int len, rsize, transform;
    -
    -	len = strlen(filename);
    -	rsize = len + 1;
    -	transform = (strstr(filename, "/") == NULL);
    -	if(transform)
    -		{
    -		/* We will convert this to "%s.so" or "lib%s.so" */
    -		rsize += 3;	/* The length of ".so" */
    -		if ((DSO_flags(dso) & DSO_FLAG_NAME_TRANSLATION_EXT_ONLY) == 0)
    -			rsize += 3; /* The length of "lib" */
    -		}
    -	translated = OPENSSL_malloc(rsize);
    -	if(translated == NULL)
    -		{
    -		DSOerr(DSO_F_BEOS_NAME_CONVERTER,
    -				DSO_R_NAME_TRANSLATION_FAILED);
    -		return(NULL);
    -		}
    -	if(transform)
    -		{
    -		if ((DSO_flags(dso) & DSO_FLAG_NAME_TRANSLATION_EXT_ONLY) == 0)
    -			sprintf(translated, "lib%s.so", filename);
    -		else
    -			sprintf(translated, "%s.so", filename);
    -		}
    -	else
    -		sprintf(translated, "%s", filename);
    -	return(translated);
    -	}
    +{
    +    char *translated;
    +    int len, rsize, transform;
    +
    +    len = strlen(filename);
    +    rsize = len + 1;
    +    transform = (strstr(filename, "/") == NULL);
    +    if (transform) {
    +        /* We will convert this to "%s.so" or "lib%s.so" */
    +        rsize += 3;             /* The length of ".so" */
    +        if ((DSO_flags(dso) & DSO_FLAG_NAME_TRANSLATION_EXT_ONLY) == 0)
    +            rsize += 3;         /* The length of "lib" */
    +    }
    +    translated = OPENSSL_malloc(rsize);
    +    if (translated == NULL) {
    +        DSOerr(DSO_F_BEOS_NAME_CONVERTER, DSO_R_NAME_TRANSLATION_FAILED);
    +        return (NULL);
    +    }
    +    if (transform) {
    +        if ((DSO_flags(dso) & DSO_FLAG_NAME_TRANSLATION_EXT_ONLY) == 0)
    +            sprintf(translated, "lib%s.so", filename);
    +        else
    +            sprintf(translated, "%s.so", filename);
    +    } else
    +        sprintf(translated, "%s", filename);
    +    return (translated);
    +}
     
     #endif
    diff --git a/openssl/crypto/dso/dso_dl.c b/openssl/crypto/dso/dso_dl.c
    index fc4236bd9..0087ac54a 100644
    --- a/openssl/crypto/dso/dso_dl.c
    +++ b/openssl/crypto/dso/dso_dl.c
    @@ -1,6 +1,7 @@
     /* dso_dl.c -*- mode:C; c-file-style: "eay" -*- */
    -/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 2000 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,332 +63,318 @@
     
     #ifndef DSO_DL
     DSO_METHOD *DSO_METHOD_dl(void)
    -       {
    -       return NULL;
    -       }
    +{
    +    return NULL;
    +}
     #else
     
    -#include 
    +# include 
     
     /* Part of the hack in "dl_load" ... */
    -#define DSO_MAX_TRANSLATED_SIZE 256
    +# define DSO_MAX_TRANSLATED_SIZE 256
     
     static int dl_load(DSO *dso);
     static int dl_unload(DSO *dso);
     static void *dl_bind_var(DSO *dso, const char *symname);
     static DSO_FUNC_TYPE dl_bind_func(DSO *dso, const char *symname);
    -#if 0
    +# if 0
     static int dl_unbind_var(DSO *dso, char *symname, void *symptr);
     static int dl_unbind_func(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
     static int dl_init(DSO *dso);
     static int dl_finish(DSO *dso);
     static int dl_ctrl(DSO *dso, int cmd, long larg, void *parg);
    -#endif
    +# endif
     static char *dl_name_converter(DSO *dso, const char *filename);
    -static char *dl_merger(DSO *dso, const char *filespec1, const char *filespec2);
    -static int dl_pathbyaddr(void *addr,char *path,int sz);
    +static char *dl_merger(DSO *dso, const char *filespec1,
    +                       const char *filespec2);
    +static int dl_pathbyaddr(void *addr, char *path, int sz);
     static void *dl_globallookup(const char *name);
     
     static DSO_METHOD dso_meth_dl = {
    -	"OpenSSL 'dl' shared library method",
    -	dl_load,
    -	dl_unload,
    -	dl_bind_var,
    -	dl_bind_func,
    +    "OpenSSL 'dl' shared library method",
    +    dl_load,
    +    dl_unload,
    +    dl_bind_var,
    +    dl_bind_func,
     /* For now, "unbind" doesn't exist */
    -#if 0
    -	NULL, /* unbind_var */
    -	NULL, /* unbind_func */
    -#endif
    -	NULL, /* ctrl */
    -	dl_name_converter,
    -	dl_merger,
    -	NULL, /* init */
    -	NULL, /* finish */
    -	dl_pathbyaddr,
    -	dl_globallookup
    -	};
    +# if 0
    +    NULL,                       /* unbind_var */
    +    NULL,                       /* unbind_func */
    +# endif
    +    NULL,                       /* ctrl */
    +    dl_name_converter,
    +    dl_merger,
    +    NULL,                       /* init */
    +    NULL,                       /* finish */
    +    dl_pathbyaddr,
    +    dl_globallookup
    +};
     
     DSO_METHOD *DSO_METHOD_dl(void)
    -	{
    -	return(&dso_meth_dl);
    -	}
    +{
    +    return (&dso_meth_dl);
    +}
     
    -/* For this DSO_METHOD, our meth_data STACK will contain;
    - * (i) the handle (shl_t) returned from shl_load().
    - * NB: I checked on HPUX11 and shl_t is itself a pointer
    - * type so the cast is safe.
    +/*
    + * For this DSO_METHOD, our meth_data STACK will contain; (i) the handle
    + * (shl_t) returned from shl_load(). NB: I checked on HPUX11 and shl_t is
    + * itself a pointer type so the cast is safe.
      */
     
     static int dl_load(DSO *dso)
    -	{
    -	shl_t ptr = NULL;
    -	/* We don't do any fancy retries or anything, just take the method's
    -	 * (or DSO's if it has the callback set) best translation of the
    -	 * platform-independant filename and try once with that. */
    -	char *filename= DSO_convert_filename(dso, NULL);
    +{
    +    shl_t ptr = NULL;
    +    /*
    +     * We don't do any fancy retries or anything, just take the method's (or
    +     * DSO's if it has the callback set) best translation of the
    +     * platform-independant filename and try once with that.
    +     */
    +    char *filename = DSO_convert_filename(dso, NULL);
     
    -	if(filename == NULL)
    -		{
    -		DSOerr(DSO_F_DL_LOAD,DSO_R_NO_FILENAME);
    -		goto err;
    -		}
    -	ptr = shl_load(filename, BIND_IMMEDIATE |
    -		(dso->flags&DSO_FLAG_NO_NAME_TRANSLATION?0:DYNAMIC_PATH), 0L);
    -	if(ptr == NULL)
    -		{
    -		DSOerr(DSO_F_DL_LOAD,DSO_R_LOAD_FAILED);
    -		ERR_add_error_data(4, "filename(", filename, "): ",
    -			strerror(errno));
    -		goto err;
    -		}
    -	if(!sk_push(dso->meth_data, (char *)ptr))
    -		{
    -		DSOerr(DSO_F_DL_LOAD,DSO_R_STACK_ERROR);
    -		goto err;
    -		}
    -	/* Success, stick the converted filename we've loaded under into the DSO
    -	 * (it also serves as the indicator that we are currently loaded). */
    -	dso->loaded_filename = filename;
    -	return(1);
    -err:
    -	/* Cleanup! */
    -	if(filename != NULL)
    -		OPENSSL_free(filename);
    -	if(ptr != NULL)
    -		shl_unload(ptr);
    -	return(0);
    -	}
    +    if (filename == NULL) {
    +        DSOerr(DSO_F_DL_LOAD, DSO_R_NO_FILENAME);
    +        goto err;
    +    }
    +    ptr = shl_load(filename, BIND_IMMEDIATE |
    +                   (dso->flags & DSO_FLAG_NO_NAME_TRANSLATION ? 0 :
    +                    DYNAMIC_PATH), 0L);
    +    if (ptr == NULL) {
    +        DSOerr(DSO_F_DL_LOAD, DSO_R_LOAD_FAILED);
    +        ERR_add_error_data(4, "filename(", filename, "): ", strerror(errno));
    +        goto err;
    +    }
    +    if (!sk_push(dso->meth_data, (char *)ptr)) {
    +        DSOerr(DSO_F_DL_LOAD, DSO_R_STACK_ERROR);
    +        goto err;
    +    }
    +    /*
    +     * Success, stick the converted filename we've loaded under into the DSO
    +     * (it also serves as the indicator that we are currently loaded).
    +     */
    +    dso->loaded_filename = filename;
    +    return (1);
    + err:
    +    /* Cleanup! */
    +    if (filename != NULL)
    +        OPENSSL_free(filename);
    +    if (ptr != NULL)
    +        shl_unload(ptr);
    +    return (0);
    +}
     
     static int dl_unload(DSO *dso)
    -	{
    -	shl_t ptr;
    -	if(dso == NULL)
    -		{
    -		DSOerr(DSO_F_DL_UNLOAD,ERR_R_PASSED_NULL_PARAMETER);
    -		return(0);
    -		}
    -	if(sk_num(dso->meth_data) < 1)
    -		return(1);
    -	/* Is this statement legal? */
    -	ptr = (shl_t)sk_pop(dso->meth_data);
    -	if(ptr == NULL)
    -		{
    -		DSOerr(DSO_F_DL_UNLOAD,DSO_R_NULL_HANDLE);
    -		/* Should push the value back onto the stack in
    -		 * case of a retry. */
    -		sk_push(dso->meth_data, (char *)ptr);
    -		return(0);
    -		}
    -	shl_unload(ptr);
    -	return(1);
    -	}
    +{
    +    shl_t ptr;
    +    if (dso == NULL) {
    +        DSOerr(DSO_F_DL_UNLOAD, ERR_R_PASSED_NULL_PARAMETER);
    +        return (0);
    +    }
    +    if (sk_num(dso->meth_data) < 1)
    +        return (1);
    +    /* Is this statement legal? */
    +    ptr = (shl_t) sk_pop(dso->meth_data);
    +    if (ptr == NULL) {
    +        DSOerr(DSO_F_DL_UNLOAD, DSO_R_NULL_HANDLE);
    +        /*
    +         * Should push the value back onto the stack in case of a retry.
    +         */
    +        sk_push(dso->meth_data, (char *)ptr);
    +        return (0);
    +    }
    +    shl_unload(ptr);
    +    return (1);
    +}
     
     static void *dl_bind_var(DSO *dso, const char *symname)
    -	{
    -	shl_t ptr;
    -	void *sym;
    +{
    +    shl_t ptr;
    +    void *sym;
     
    -	if((dso == NULL) || (symname == NULL))
    -		{
    -		DSOerr(DSO_F_DL_BIND_VAR,ERR_R_PASSED_NULL_PARAMETER);
    -		return(NULL);
    -		}
    -	if(sk_num(dso->meth_data) < 1)
    -		{
    -		DSOerr(DSO_F_DL_BIND_VAR,DSO_R_STACK_ERROR);
    -		return(NULL);
    -		}
    -	ptr = (shl_t)sk_value(dso->meth_data, sk_num(dso->meth_data) - 1);
    -	if(ptr == NULL)
    -		{
    -		DSOerr(DSO_F_DL_BIND_VAR,DSO_R_NULL_HANDLE);
    -		return(NULL);
    -		}
    -	if (shl_findsym(&ptr, symname, TYPE_UNDEFINED, &sym) < 0)
    -		{
    -		DSOerr(DSO_F_DL_BIND_VAR,DSO_R_SYM_FAILURE);
    -		ERR_add_error_data(4, "symname(", symname, "): ",
    -			strerror(errno));
    -		return(NULL);
    -		}
    -	return(sym);
    -	}
    +    if ((dso == NULL) || (symname == NULL)) {
    +        DSOerr(DSO_F_DL_BIND_VAR, ERR_R_PASSED_NULL_PARAMETER);
    +        return (NULL);
    +    }
    +    if (sk_num(dso->meth_data) < 1) {
    +        DSOerr(DSO_F_DL_BIND_VAR, DSO_R_STACK_ERROR);
    +        return (NULL);
    +    }
    +    ptr = (shl_t) sk_value(dso->meth_data, sk_num(dso->meth_data) - 1);
    +    if (ptr == NULL) {
    +        DSOerr(DSO_F_DL_BIND_VAR, DSO_R_NULL_HANDLE);
    +        return (NULL);
    +    }
    +    if (shl_findsym(&ptr, symname, TYPE_UNDEFINED, &sym) < 0) {
    +        DSOerr(DSO_F_DL_BIND_VAR, DSO_R_SYM_FAILURE);
    +        ERR_add_error_data(4, "symname(", symname, "): ", strerror(errno));
    +        return (NULL);
    +    }
    +    return (sym);
    +}
     
     static DSO_FUNC_TYPE dl_bind_func(DSO *dso, const char *symname)
    -	{
    -	shl_t ptr;
    -	void *sym;
    +{
    +    shl_t ptr;
    +    void *sym;
     
    -	if((dso == NULL) || (symname == NULL))
    -		{
    -		DSOerr(DSO_F_DL_BIND_FUNC,ERR_R_PASSED_NULL_PARAMETER);
    -		return(NULL);
    -		}
    -	if(sk_num(dso->meth_data) < 1)
    -		{
    -		DSOerr(DSO_F_DL_BIND_FUNC,DSO_R_STACK_ERROR);
    -		return(NULL);
    -		}
    -	ptr = (shl_t)sk_value(dso->meth_data, sk_num(dso->meth_data) - 1);
    -	if(ptr == NULL)
    -		{
    -		DSOerr(DSO_F_DL_BIND_FUNC,DSO_R_NULL_HANDLE);
    -		return(NULL);
    -		}
    -	if (shl_findsym(&ptr, symname, TYPE_UNDEFINED, &sym) < 0)
    -		{
    -		DSOerr(DSO_F_DL_BIND_FUNC,DSO_R_SYM_FAILURE);
    -		ERR_add_error_data(4, "symname(", symname, "): ",
    -			strerror(errno));
    -		return(NULL);
    -		}
    -	return((DSO_FUNC_TYPE)sym);
    -	}
    +    if ((dso == NULL) || (symname == NULL)) {
    +        DSOerr(DSO_F_DL_BIND_FUNC, ERR_R_PASSED_NULL_PARAMETER);
    +        return (NULL);
    +    }
    +    if (sk_num(dso->meth_data) < 1) {
    +        DSOerr(DSO_F_DL_BIND_FUNC, DSO_R_STACK_ERROR);
    +        return (NULL);
    +    }
    +    ptr = (shl_t) sk_value(dso->meth_data, sk_num(dso->meth_data) - 1);
    +    if (ptr == NULL) {
    +        DSOerr(DSO_F_DL_BIND_FUNC, DSO_R_NULL_HANDLE);
    +        return (NULL);
    +    }
    +    if (shl_findsym(&ptr, symname, TYPE_UNDEFINED, &sym) < 0) {
    +        DSOerr(DSO_F_DL_BIND_FUNC, DSO_R_SYM_FAILURE);
    +        ERR_add_error_data(4, "symname(", symname, "): ", strerror(errno));
    +        return (NULL);
    +    }
    +    return ((DSO_FUNC_TYPE)sym);
    +}
     
     static char *dl_merger(DSO *dso, const char *filespec1, const char *filespec2)
    -	{
    -	char *merged;
    +{
    +    char *merged;
     
    -	if(!filespec1 && !filespec2)
    -		{
    -		DSOerr(DSO_F_DL_MERGER,
    -				ERR_R_PASSED_NULL_PARAMETER);
    -		return(NULL);
    -		}
    -	/* If the first file specification is a rooted path, it rules.
    -	   same goes if the second file specification is missing. */
    -	if (!filespec2 || filespec1[0] == '/')
    -		{
    -		merged = OPENSSL_malloc(strlen(filespec1) + 1);
    -		if(!merged)
    -			{
    -			DSOerr(DSO_F_DL_MERGER,
    -				ERR_R_MALLOC_FAILURE);
    -			return(NULL);
    -			}
    -		strcpy(merged, filespec1);
    -		}
    -	/* If the first file specification is missing, the second one rules. */
    -	else if (!filespec1)
    -		{
    -		merged = OPENSSL_malloc(strlen(filespec2) + 1);
    -		if(!merged)
    -			{
    -			DSOerr(DSO_F_DL_MERGER,
    -				ERR_R_MALLOC_FAILURE);
    -			return(NULL);
    -			}
    -		strcpy(merged, filespec2);
    -		}
    -	else
    -		/* This part isn't as trivial as it looks.  It assumes that
    -		   the second file specification really is a directory, and
    -		   makes no checks whatsoever.  Therefore, the result becomes
    -		   the concatenation of filespec2 followed by a slash followed
    -		   by filespec1. */
    -		{
    -		int spec2len, len;
    +    if (!filespec1 && !filespec2) {
    +        DSOerr(DSO_F_DL_MERGER, ERR_R_PASSED_NULL_PARAMETER);
    +        return (NULL);
    +    }
    +    /*
    +     * If the first file specification is a rooted path, it rules. same goes
    +     * if the second file specification is missing.
    +     */
    +    if (!filespec2 || filespec1[0] == '/') {
    +        merged = OPENSSL_malloc(strlen(filespec1) + 1);
    +        if (!merged) {
    +            DSOerr(DSO_F_DL_MERGER, ERR_R_MALLOC_FAILURE);
    +            return (NULL);
    +        }
    +        strcpy(merged, filespec1);
    +    }
    +    /*
    +     * If the first file specification is missing, the second one rules.
    +     */
    +    else if (!filespec1) {
    +        merged = OPENSSL_malloc(strlen(filespec2) + 1);
    +        if (!merged) {
    +            DSOerr(DSO_F_DL_MERGER, ERR_R_MALLOC_FAILURE);
    +            return (NULL);
    +        }
    +        strcpy(merged, filespec2);
    +    } else
    +        /*
    +         * This part isn't as trivial as it looks.  It assumes that the
    +         * second file specification really is a directory, and makes no
    +         * checks whatsoever.  Therefore, the result becomes the
    +         * concatenation of filespec2 followed by a slash followed by
    +         * filespec1.
    +         */
    +    {
    +        int spec2len, len;
     
    -		spec2len = (filespec2 ? strlen(filespec2) : 0);
    -		len = spec2len + (filespec1 ? strlen(filespec1) : 0);
    +        spec2len = (filespec2 ? strlen(filespec2) : 0);
    +        len = spec2len + (filespec1 ? strlen(filespec1) : 0);
     
    -		if(filespec2 && filespec2[spec2len - 1] == '/')
    -			{
    -			spec2len--;
    -			len--;
    -			}
    -		merged = OPENSSL_malloc(len + 2);
    -		if(!merged)
    -			{
    -			DSOerr(DSO_F_DL_MERGER,
    -				ERR_R_MALLOC_FAILURE);
    -			return(NULL);
    -			}
    -		strcpy(merged, filespec2);
    -		merged[spec2len] = '/';
    -		strcpy(&merged[spec2len + 1], filespec1);
    -		}
    -	return(merged);
    -	}
    +        if (filespec2 && filespec2[spec2len - 1] == '/') {
    +            spec2len--;
    +            len--;
    +        }
    +        merged = OPENSSL_malloc(len + 2);
    +        if (!merged) {
    +            DSOerr(DSO_F_DL_MERGER, ERR_R_MALLOC_FAILURE);
    +            return (NULL);
    +        }
    +        strcpy(merged, filespec2);
    +        merged[spec2len] = '/';
    +        strcpy(&merged[spec2len + 1], filespec1);
    +    }
    +    return (merged);
    +}
     
    -/* This function is identical to the one in dso_dlfcn.c, but as it is highly
    - * unlikely that both the "dl" *and* "dlfcn" variants are being compiled at the
    - * same time, there's no great duplicating the code. Figuring out an elegant 
    - * way to share one copy of the code would be more difficult and would not
    - * leave the implementations independant. */
    -#if defined(__hpux)
    +/*
    + * This function is identical to the one in dso_dlfcn.c, but as it is highly
    + * unlikely that both the "dl" *and* "dlfcn" variants are being compiled at
    + * the same time, there's no great duplicating the code. Figuring out an
    + * elegant way to share one copy of the code would be more difficult and
    + * would not leave the implementations independant.
    + */
    +# if defined(__hpux)
     static const char extension[] = ".sl";
    -#else
    +# else
     static const char extension[] = ".so";
    -#endif
    +# endif
     static char *dl_name_converter(DSO *dso, const char *filename)
    -	{
    -	char *translated;
    -	int len, rsize, transform;
    +{
    +    char *translated;
    +    int len, rsize, transform;
     
    -	len = strlen(filename);
    -	rsize = len + 1;
    -	transform = (strstr(filename, "/") == NULL);
    -		{
    -		/* We will convert this to "%s.s?" or "lib%s.s?" */
    -		rsize += strlen(extension);/* The length of ".s?" */
    -		if ((DSO_flags(dso) & DSO_FLAG_NAME_TRANSLATION_EXT_ONLY) == 0)
    -			rsize += 3; /* The length of "lib" */
    -		}
    -	translated = OPENSSL_malloc(rsize);
    -	if(translated == NULL)
    -		{
    -		DSOerr(DSO_F_DL_NAME_CONVERTER,
    -				DSO_R_NAME_TRANSLATION_FAILED); 
    -		return(NULL);   
    -		}
    -	if(transform)
    -		{
    -		if ((DSO_flags(dso) & DSO_FLAG_NAME_TRANSLATION_EXT_ONLY) == 0)
    -			sprintf(translated, "lib%s%s", filename, extension);
    -		else
    -			sprintf(translated, "%s%s", filename, extension);
    -		}
    -	else
    -		sprintf(translated, "%s", filename);
    -	return(translated);
    -	}
    +    len = strlen(filename);
    +    rsize = len + 1;
    +    transform = (strstr(filename, "/") == NULL);
    +    {
    +        /* We will convert this to "%s.s?" or "lib%s.s?" */
    +        rsize += strlen(extension); /* The length of ".s?" */
    +        if ((DSO_flags(dso) & DSO_FLAG_NAME_TRANSLATION_EXT_ONLY) == 0)
    +            rsize += 3;         /* The length of "lib" */
    +    }
    +    translated = OPENSSL_malloc(rsize);
    +    if (translated == NULL) {
    +        DSOerr(DSO_F_DL_NAME_CONVERTER, DSO_R_NAME_TRANSLATION_FAILED);
    +        return (NULL);
    +    }
    +    if (transform) {
    +        if ((DSO_flags(dso) & DSO_FLAG_NAME_TRANSLATION_EXT_ONLY) == 0)
    +            sprintf(translated, "lib%s%s", filename, extension);
    +        else
    +            sprintf(translated, "%s%s", filename, extension);
    +    } else
    +        sprintf(translated, "%s", filename);
    +    return (translated);
    +}
     
    -static int dl_pathbyaddr(void *addr,char *path,int sz)
    -	{
    -	struct shl_descriptor inf;
    -	int i,len;
    +static int dl_pathbyaddr(void *addr, char *path, int sz)
    +{
    +    struct shl_descriptor inf;
    +    int i, len;
     
    -	if (addr == NULL)
    -		{
    -		union	{ int(*f)(void*,char*,int); void *p; } t =
    -			{ dl_pathbyaddr };
    -		addr = t.p;
    -		}
    +    if (addr == NULL) {
    +        union {
    +            int (*f) (void *, char *, int);
    +            void *p;
    +        } t = {
    +            dl_pathbyaddr
    +        };
    +        addr = t.p;
    +    }
     
    -	for (i=-1;shl_get_r(i,&inf)==0;i++)
    -		{
    -		if (((size_t)addr >= inf.tstart && (size_t)addr < inf.tend) ||
    -		    ((size_t)addr >= inf.dstart && (size_t)addr < inf.dend))
    -			{
    -			len = (int)strlen(inf.filename);
    -			if (sz <= 0) return len+1;
    -			if (len >= sz) len=sz-1;
    -			memcpy(path,inf.filename,len);
    -			path[len++] = 0;
    -			return len;
    -			}
    -		}
    +    for (i = -1; shl_get_r(i, &inf) == 0; i++) {
    +        if (((size_t)addr >= inf.tstart && (size_t)addr < inf.tend) ||
    +            ((size_t)addr >= inf.dstart && (size_t)addr < inf.dend)) {
    +            len = (int)strlen(inf.filename);
    +            if (sz <= 0)
    +                return len + 1;
    +            if (len >= sz)
    +                len = sz - 1;
    +            memcpy(path, inf.filename, len);
    +            path[len++] = 0;
    +            return len;
    +        }
    +    }
     
    -	return -1;
    -	}
    +    return -1;
    +}
     
     static void *dl_globallookup(const char *name)
    -	{
    -	void *ret;
    -	shl_t h = NULL;
    +{
    +    void *ret;
    +    shl_t h = NULL;
     
    -	return shl_findsym(&h,name,TYPE_UNDEFINED,&ret) ? NULL : ret;
    -	}
    -#endif /* DSO_DL */
    +    return shl_findsym(&h, name, TYPE_UNDEFINED, &ret) ? NULL : ret;
    +}
    +#endif                          /* DSO_DL */
    diff --git a/openssl/crypto/dso/dso_dlfcn.c b/openssl/crypto/dso/dso_dlfcn.c
    index 4a56aace0..c0fcbb18b 100644
    --- a/openssl/crypto/dso/dso_dlfcn.c
    +++ b/openssl/crypto/dso/dso_dlfcn.c
    @@ -1,6 +1,7 @@
     /* dso_dlfcn.c -*- mode:C; c-file-style: "eay" -*- */
    -/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 2000 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,14 +57,13 @@
      *
      */
     
    -/* We need to do this early, because stdio.h includes the header files
    -   that handle _GNU_SOURCE and other similar macros.  Defining it later
    -   is simply too late, because those headers are protected from re-
    -   inclusion.  */
    -#ifdef __linux
    -# ifndef _GNU_SOURCE
    -#  define _GNU_SOURCE	/* make sure dladdr is declared */
    -# endif
    +/*
    + * We need to do this early, because stdio.h includes the header files that
    + * handle _GNU_SOURCE and other similar macros.  Defining it later is simply
    + * too late, because those headers are protected from re- inclusion.
    + */
    +#ifndef _GNU_SOURCE
    +# define _GNU_SOURCE            /* make sure dladdr is declared */
     #endif
     
     #include 
    @@ -72,338 +72,317 @@
     
     #ifndef DSO_DLFCN
     DSO_METHOD *DSO_METHOD_dlfcn(void)
    -	{
    -	return NULL;
    -	}
    +{
    +    return NULL;
    +}
     #else
     
    -#ifdef HAVE_DLFCN_H
    -# ifdef __osf__
    -#  define __EXTENSIONS__
    -# endif
    -# include 
    -# define HAVE_DLINFO 1
    -# if defined(_AIX) || defined(__CYGWIN__) || \
    +# ifdef HAVE_DLFCN_H
    +#  ifdef __osf__
    +#   define __EXTENSIONS__
    +#  endif
    +#  include 
    +#  define HAVE_DLINFO 1
    +#  if defined(_AIX) || defined(__CYGWIN__) || \
          defined(__SCO_VERSION__) || defined(_SCO_ELF) || \
          (defined(__osf__) && !defined(RTLD_NEXT))     || \
          (defined(__OpenBSD__) && !defined(RTLD_SELF)) || \
    -	defined(__ANDROID__)
    -#  undef HAVE_DLINFO
    +        defined(__ANDROID__)
    +#   undef HAVE_DLINFO
    +#  endif
     # endif
    -#endif
     
     /* Part of the hack in "dlfcn_load" ... */
    -#define DSO_MAX_TRANSLATED_SIZE 256
    +# define DSO_MAX_TRANSLATED_SIZE 256
     
     static int dlfcn_load(DSO *dso);
     static int dlfcn_unload(DSO *dso);
     static void *dlfcn_bind_var(DSO *dso, const char *symname);
     static DSO_FUNC_TYPE dlfcn_bind_func(DSO *dso, const char *symname);
    -#if 0
    +# if 0
     static int dlfcn_unbind(DSO *dso, char *symname, void *symptr);
     static int dlfcn_init(DSO *dso);
     static int dlfcn_finish(DSO *dso);
     static long dlfcn_ctrl(DSO *dso, int cmd, long larg, void *parg);
    -#endif
    +# endif
     static char *dlfcn_name_converter(DSO *dso, const char *filename);
     static char *dlfcn_merger(DSO *dso, const char *filespec1,
    -	const char *filespec2);
    -static int dlfcn_pathbyaddr(void *addr,char *path,int sz);
    +                          const char *filespec2);
    +static int dlfcn_pathbyaddr(void *addr, char *path, int sz);
     static void *dlfcn_globallookup(const char *name);
     
     static DSO_METHOD dso_meth_dlfcn = {
    -	"OpenSSL 'dlfcn' shared library method",
    -	dlfcn_load,
    -	dlfcn_unload,
    -	dlfcn_bind_var,
    -	dlfcn_bind_func,
    +    "OpenSSL 'dlfcn' shared library method",
    +    dlfcn_load,
    +    dlfcn_unload,
    +    dlfcn_bind_var,
    +    dlfcn_bind_func,
     /* For now, "unbind" doesn't exist */
    -#if 0
    -	NULL, /* unbind_var */
    -	NULL, /* unbind_func */
    -#endif
    -	NULL, /* ctrl */
    -	dlfcn_name_converter,
    -	dlfcn_merger,
    -	NULL, /* init */
    -	NULL, /* finish */
    -	dlfcn_pathbyaddr,
    -	dlfcn_globallookup
    -	};
    +# if 0
    +    NULL,                       /* unbind_var */
    +    NULL,                       /* unbind_func */
    +# endif
    +    NULL,                       /* ctrl */
    +    dlfcn_name_converter,
    +    dlfcn_merger,
    +    NULL,                       /* init */
    +    NULL,                       /* finish */
    +    dlfcn_pathbyaddr,
    +    dlfcn_globallookup
    +};
     
     DSO_METHOD *DSO_METHOD_dlfcn(void)
    -	{
    -	return(&dso_meth_dlfcn);
    -	}
    -
    -/* Prior to using the dlopen() function, we should decide on the flag
    - * we send. There's a few different ways of doing this and it's a
    - * messy venn-diagram to match up which platforms support what. So
    - * as we don't have autoconf yet, I'm implementing a hack that could
    - * be hacked further relatively easily to deal with cases as we find
    - * them. Initially this is to cope with OpenBSD. */
    -#if defined(__OpenBSD__) || defined(__NetBSD__)
    -#	ifdef DL_LAZY
    -#		define DLOPEN_FLAG DL_LAZY
    -#	else
    -#		ifdef RTLD_NOW
    -#			define DLOPEN_FLAG RTLD_NOW
    -#		else
    -#			define DLOPEN_FLAG 0
    -#		endif
    -#	endif
    -#else
    -#	ifdef OPENSSL_SYS_SUNOS
    -#		define DLOPEN_FLAG 1
    -#	else
    -#		define DLOPEN_FLAG RTLD_NOW /* Hope this works everywhere else */
    -#	endif
    -#endif
    +{
    +    return (&dso_meth_dlfcn);
    +}
    +
    +/*
    + * Prior to using the dlopen() function, we should decide on the flag we
    + * send. There's a few different ways of doing this and it's a messy
    + * venn-diagram to match up which platforms support what. So as we don't have
    + * autoconf yet, I'm implementing a hack that could be hacked further
    + * relatively easily to deal with cases as we find them. Initially this is to
    + * cope with OpenBSD.
    + */
    +# if defined(__OpenBSD__) || defined(__NetBSD__)
    +#  ifdef DL_LAZY
    +#   define DLOPEN_FLAG DL_LAZY
    +#  else
    +#   ifdef RTLD_NOW
    +#    define DLOPEN_FLAG RTLD_NOW
    +#   else
    +#    define DLOPEN_FLAG 0
    +#   endif
    +#  endif
    +# else
    +#  ifdef OPENSSL_SYS_SUNOS
    +#   define DLOPEN_FLAG 1
    +#  else
    +#   define DLOPEN_FLAG RTLD_NOW /* Hope this works everywhere else */
    +#  endif
    +# endif
     
    -/* For this DSO_METHOD, our meth_data STACK will contain;
    - * (i) the handle (void*) returned from dlopen().
    +/*
    + * For this DSO_METHOD, our meth_data STACK will contain; (i) the handle
    + * (void*) returned from dlopen().
      */
     
     static int dlfcn_load(DSO *dso)
    -	{
    -	void *ptr = NULL;
    -	/* See applicable comments in dso_dl.c */
    -	char *filename = DSO_convert_filename(dso, NULL);
    -	int flags = DLOPEN_FLAG;
    -
    -	if(filename == NULL)
    -		{
    -		DSOerr(DSO_F_DLFCN_LOAD,DSO_R_NO_FILENAME);
    -		goto err;
    -		}
    -
    -#ifdef RTLD_GLOBAL
    -	if (dso->flags & DSO_FLAG_GLOBAL_SYMBOLS)
    -		flags |= RTLD_GLOBAL;
    -#endif
    -	ptr = dlopen(filename, flags);
    -	if(ptr == NULL)
    -		{
    -		DSOerr(DSO_F_DLFCN_LOAD,DSO_R_LOAD_FAILED);
    -		ERR_add_error_data(4, "filename(", filename, "): ", dlerror());
    -		goto err;
    -		}
    -	if(!sk_void_push(dso->meth_data, (char *)ptr))
    -		{
    -		DSOerr(DSO_F_DLFCN_LOAD,DSO_R_STACK_ERROR);
    -		goto err;
    -		}
    -	/* Success */
    -	dso->loaded_filename = filename;
    -	return(1);
    -err:
    -	/* Cleanup! */
    -	if(filename != NULL)
    -		OPENSSL_free(filename);
    -	if(ptr != NULL)
    -		dlclose(ptr);
    -	return(0);
    +{
    +    void *ptr = NULL;
    +    /* See applicable comments in dso_dl.c */
    +    char *filename = DSO_convert_filename(dso, NULL);
    +    int flags = DLOPEN_FLAG;
    +
    +    if (filename == NULL) {
    +        DSOerr(DSO_F_DLFCN_LOAD, DSO_R_NO_FILENAME);
    +        goto err;
    +    }
    +# ifdef RTLD_GLOBAL
    +    if (dso->flags & DSO_FLAG_GLOBAL_SYMBOLS)
    +        flags |= RTLD_GLOBAL;
    +# endif
    +    ptr = dlopen(filename, flags);
    +    if (ptr == NULL) {
    +        DSOerr(DSO_F_DLFCN_LOAD, DSO_R_LOAD_FAILED);
    +        ERR_add_error_data(4, "filename(", filename, "): ", dlerror());
    +        goto err;
    +    }
    +    if (!sk_void_push(dso->meth_data, (char *)ptr)) {
    +        DSOerr(DSO_F_DLFCN_LOAD, DSO_R_STACK_ERROR);
    +        goto err;
    +    }
    +    /* Success */
    +    dso->loaded_filename = filename;
    +    return (1);
    + err:
    +    /* Cleanup! */
    +    if (filename != NULL)
    +        OPENSSL_free(filename);
    +    if (ptr != NULL)
    +        dlclose(ptr);
    +    return (0);
     }
     
     static int dlfcn_unload(DSO *dso)
    -	{
    -	void *ptr;
    -	if(dso == NULL)
    -		{
    -		DSOerr(DSO_F_DLFCN_UNLOAD,ERR_R_PASSED_NULL_PARAMETER);
    -		return(0);
    -		}
    -	if(sk_void_num(dso->meth_data) < 1)
    -		return(1);
    -	ptr = sk_void_pop(dso->meth_data);
    -	if(ptr == NULL)
    -		{
    -		DSOerr(DSO_F_DLFCN_UNLOAD,DSO_R_NULL_HANDLE);
    -		/* Should push the value back onto the stack in
    -		 * case of a retry. */
    -		sk_void_push(dso->meth_data, ptr);
    -		return(0);
    -		}
    -	/* For now I'm not aware of any errors associated with dlclose() */
    -	dlclose(ptr);
    -	return(1);
    -	}
    +{
    +    void *ptr;
    +    if (dso == NULL) {
    +        DSOerr(DSO_F_DLFCN_UNLOAD, ERR_R_PASSED_NULL_PARAMETER);
    +        return (0);
    +    }
    +    if (sk_void_num(dso->meth_data) < 1)
    +        return (1);
    +    ptr = sk_void_pop(dso->meth_data);
    +    if (ptr == NULL) {
    +        DSOerr(DSO_F_DLFCN_UNLOAD, DSO_R_NULL_HANDLE);
    +        /*
    +         * Should push the value back onto the stack in case of a retry.
    +         */
    +        sk_void_push(dso->meth_data, ptr);
    +        return (0);
    +    }
    +    /* For now I'm not aware of any errors associated with dlclose() */
    +    dlclose(ptr);
    +    return (1);
    +}
     
     static void *dlfcn_bind_var(DSO *dso, const char *symname)
    -	{
    -	void *ptr, *sym;
    -
    -	if((dso == NULL) || (symname == NULL))
    -		{
    -		DSOerr(DSO_F_DLFCN_BIND_VAR,ERR_R_PASSED_NULL_PARAMETER);
    -		return(NULL);
    -		}
    -	if(sk_void_num(dso->meth_data) < 1)
    -		{
    -		DSOerr(DSO_F_DLFCN_BIND_VAR,DSO_R_STACK_ERROR);
    -		return(NULL);
    -		}
    -	ptr = sk_void_value(dso->meth_data, sk_void_num(dso->meth_data) - 1);
    -	if(ptr == NULL)
    -		{
    -		DSOerr(DSO_F_DLFCN_BIND_VAR,DSO_R_NULL_HANDLE);
    -		return(NULL);
    -		}
    -	sym = dlsym(ptr, symname);
    -	if(sym == NULL)
    -		{
    -		DSOerr(DSO_F_DLFCN_BIND_VAR,DSO_R_SYM_FAILURE);
    -		ERR_add_error_data(4, "symname(", symname, "): ", dlerror());
    -		return(NULL);
    -		}
    -	return(sym);
    -	}
    +{
    +    void *ptr, *sym;
    +
    +    if ((dso == NULL) || (symname == NULL)) {
    +        DSOerr(DSO_F_DLFCN_BIND_VAR, ERR_R_PASSED_NULL_PARAMETER);
    +        return (NULL);
    +    }
    +    if (sk_void_num(dso->meth_data) < 1) {
    +        DSOerr(DSO_F_DLFCN_BIND_VAR, DSO_R_STACK_ERROR);
    +        return (NULL);
    +    }
    +    ptr = sk_void_value(dso->meth_data, sk_void_num(dso->meth_data) - 1);
    +    if (ptr == NULL) {
    +        DSOerr(DSO_F_DLFCN_BIND_VAR, DSO_R_NULL_HANDLE);
    +        return (NULL);
    +    }
    +    sym = dlsym(ptr, symname);
    +    if (sym == NULL) {
    +        DSOerr(DSO_F_DLFCN_BIND_VAR, DSO_R_SYM_FAILURE);
    +        ERR_add_error_data(4, "symname(", symname, "): ", dlerror());
    +        return (NULL);
    +    }
    +    return (sym);
    +}
     
     static DSO_FUNC_TYPE dlfcn_bind_func(DSO *dso, const char *symname)
    -	{
    -	void *ptr;
    -	union {
    -		DSO_FUNC_TYPE sym;
    -		void *dlret;
    -	} u;
    -
    -	if((dso == NULL) || (symname == NULL))
    -		{
    -		DSOerr(DSO_F_DLFCN_BIND_FUNC,ERR_R_PASSED_NULL_PARAMETER);
    -		return(NULL);
    -		}
    -	if(sk_void_num(dso->meth_data) < 1)
    -		{
    -		DSOerr(DSO_F_DLFCN_BIND_FUNC,DSO_R_STACK_ERROR);
    -		return(NULL);
    -		}
    -	ptr = sk_void_value(dso->meth_data, sk_void_num(dso->meth_data) - 1);
    -	if(ptr == NULL)
    -		{
    -		DSOerr(DSO_F_DLFCN_BIND_FUNC,DSO_R_NULL_HANDLE);
    -		return(NULL);
    -		}
    -	u.dlret = dlsym(ptr, symname);
    -	if(u.dlret == NULL)
    -		{
    -		DSOerr(DSO_F_DLFCN_BIND_FUNC,DSO_R_SYM_FAILURE);
    -		ERR_add_error_data(4, "symname(", symname, "): ", dlerror());
    -		return(NULL);
    -		}
    -	return u.sym;
    -	}
    +{
    +    void *ptr;
    +    union {
    +        DSO_FUNC_TYPE sym;
    +        void *dlret;
    +    } u;
    +
    +    if ((dso == NULL) || (symname == NULL)) {
    +        DSOerr(DSO_F_DLFCN_BIND_FUNC, ERR_R_PASSED_NULL_PARAMETER);
    +        return (NULL);
    +    }
    +    if (sk_void_num(dso->meth_data) < 1) {
    +        DSOerr(DSO_F_DLFCN_BIND_FUNC, DSO_R_STACK_ERROR);
    +        return (NULL);
    +    }
    +    ptr = sk_void_value(dso->meth_data, sk_void_num(dso->meth_data) - 1);
    +    if (ptr == NULL) {
    +        DSOerr(DSO_F_DLFCN_BIND_FUNC, DSO_R_NULL_HANDLE);
    +        return (NULL);
    +    }
    +    u.dlret = dlsym(ptr, symname);
    +    if (u.dlret == NULL) {
    +        DSOerr(DSO_F_DLFCN_BIND_FUNC, DSO_R_SYM_FAILURE);
    +        ERR_add_error_data(4, "symname(", symname, "): ", dlerror());
    +        return (NULL);
    +    }
    +    return u.sym;
    +}
     
     static char *dlfcn_merger(DSO *dso, const char *filespec1,
    -	const char *filespec2)
    -	{
    -	char *merged;
    -
    -	if(!filespec1 && !filespec2)
    -		{
    -		DSOerr(DSO_F_DLFCN_MERGER,
    -				ERR_R_PASSED_NULL_PARAMETER);
    -		return(NULL);
    -		}
    -	/* If the first file specification is a rooted path, it rules.
    -	   same goes if the second file specification is missing. */
    -	if (!filespec2 || (filespec1 != NULL && filespec1[0] == '/'))
    -		{
    -		merged = OPENSSL_malloc(strlen(filespec1) + 1);
    -		if(!merged)
    -			{
    -			DSOerr(DSO_F_DLFCN_MERGER, ERR_R_MALLOC_FAILURE);
    -			return(NULL);
    -			}
    -		strcpy(merged, filespec1);
    -		}
    -	/* If the first file specification is missing, the second one rules. */
    -	else if (!filespec1)
    -		{
    -		merged = OPENSSL_malloc(strlen(filespec2) + 1);
    -		if(!merged)
    -			{
    -			DSOerr(DSO_F_DLFCN_MERGER,
    -				ERR_R_MALLOC_FAILURE);
    -			return(NULL);
    -			}
    -		strcpy(merged, filespec2);
    -		}
    -	else
    -		/* This part isn't as trivial as it looks.  It assumes that
    -		   the second file specification really is a directory, and
    -		   makes no checks whatsoever.  Therefore, the result becomes
    -		   the concatenation of filespec2 followed by a slash followed
    -		   by filespec1. */
    -		{
    -		int spec2len, len;
    -
    -		spec2len = strlen(filespec2);
    -		len = spec2len + (filespec1 ? strlen(filespec1) : 0);
    -
    -		if(filespec2 && filespec2[spec2len - 1] == '/')
    -			{
    -			spec2len--;
    -			len--;
    -			}
    -		merged = OPENSSL_malloc(len + 2);
    -		if(!merged)
    -			{
    -			DSOerr(DSO_F_DLFCN_MERGER,
    -				ERR_R_MALLOC_FAILURE);
    -			return(NULL);
    -			}
    -		strcpy(merged, filespec2);
    -		merged[spec2len] = '/';
    -		strcpy(&merged[spec2len + 1], filespec1);
    -		}
    -	return(merged);
    -	}
    -
    -#ifdef OPENSSL_SYS_MACOSX
    -#define DSO_ext	".dylib"
    -#define DSO_extlen 6
    -#else
    -#define DSO_ext	".so"
    -#define DSO_extlen 3
    -#endif
    +                          const char *filespec2)
    +{
    +    char *merged;
    +
    +    if (!filespec1 && !filespec2) {
    +        DSOerr(DSO_F_DLFCN_MERGER, ERR_R_PASSED_NULL_PARAMETER);
    +        return (NULL);
    +    }
    +    /*
    +     * If the first file specification is a rooted path, it rules. same goes
    +     * if the second file specification is missing.
    +     */
    +    if (!filespec2 || (filespec1 != NULL && filespec1[0] == '/')) {
    +        merged = OPENSSL_malloc(strlen(filespec1) + 1);
    +        if (!merged) {
    +            DSOerr(DSO_F_DLFCN_MERGER, ERR_R_MALLOC_FAILURE);
    +            return (NULL);
    +        }
    +        strcpy(merged, filespec1);
    +    }
    +    /*
    +     * If the first file specification is missing, the second one rules.
    +     */
    +    else if (!filespec1) {
    +        merged = OPENSSL_malloc(strlen(filespec2) + 1);
    +        if (!merged) {
    +            DSOerr(DSO_F_DLFCN_MERGER, ERR_R_MALLOC_FAILURE);
    +            return (NULL);
    +        }
    +        strcpy(merged, filespec2);
    +    } else
    +        /*
    +         * This part isn't as trivial as it looks.  It assumes that the
    +         * second file specification really is a directory, and makes no
    +         * checks whatsoever.  Therefore, the result becomes the
    +         * concatenation of filespec2 followed by a slash followed by
    +         * filespec1.
    +         */
    +    {
    +        int spec2len, len;
    +
    +        spec2len = strlen(filespec2);
    +        len = spec2len + (filespec1 ? strlen(filespec1) : 0);
    +
    +        if (filespec2 && filespec2[spec2len - 1] == '/') {
    +            spec2len--;
    +            len--;
    +        }
    +        merged = OPENSSL_malloc(len + 2);
    +        if (!merged) {
    +            DSOerr(DSO_F_DLFCN_MERGER, ERR_R_MALLOC_FAILURE);
    +            return (NULL);
    +        }
    +        strcpy(merged, filespec2);
    +        merged[spec2len] = '/';
    +        strcpy(&merged[spec2len + 1], filespec1);
    +    }
    +    return (merged);
    +}
     
    +# ifdef OPENSSL_SYS_MACOSX
    +#  define DSO_ext ".dylib"
    +#  define DSO_extlen 6
    +# else
    +#  define DSO_ext ".so"
    +#  define DSO_extlen 3
    +# endif
     
     static char *dlfcn_name_converter(DSO *dso, const char *filename)
    -	{
    -	char *translated;
    -	int len, rsize, transform;
    -
    -	len = strlen(filename);
    -	rsize = len + 1;
    -	transform = (strstr(filename, "/") == NULL);
    -	if(transform)
    -		{
    -		/* We will convert this to "%s.so" or "lib%s.so" etc */
    -		rsize += DSO_extlen;	/* The length of ".so" */
    -		if ((DSO_flags(dso) & DSO_FLAG_NAME_TRANSLATION_EXT_ONLY) == 0)
    -			rsize += 3; /* The length of "lib" */
    -		}
    -	translated = OPENSSL_malloc(rsize);
    -	if(translated == NULL)
    -		{
    -		DSOerr(DSO_F_DLFCN_NAME_CONVERTER,
    -				DSO_R_NAME_TRANSLATION_FAILED);
    -		return(NULL);
    -		}
    -	if(transform)
    -		{
    -		if ((DSO_flags(dso) & DSO_FLAG_NAME_TRANSLATION_EXT_ONLY) == 0)
    -			sprintf(translated, "lib%s" DSO_ext, filename);
    -		else
    -			sprintf(translated, "%s" DSO_ext, filename);
    -		}
    -	else
    -		sprintf(translated, "%s", filename);
    -	return(translated);
    -	}
    -
    -#ifdef __sgi
    -/*
    +{
    +    char *translated;
    +    int len, rsize, transform;
    +
    +    len = strlen(filename);
    +    rsize = len + 1;
    +    transform = (strstr(filename, "/") == NULL);
    +    if (transform) {
    +        /* We will convert this to "%s.so" or "lib%s.so" etc */
    +        rsize += DSO_extlen;    /* The length of ".so" */
    +        if ((DSO_flags(dso) & DSO_FLAG_NAME_TRANSLATION_EXT_ONLY) == 0)
    +            rsize += 3;         /* The length of "lib" */
    +    }
    +    translated = OPENSSL_malloc(rsize);
    +    if (translated == NULL) {
    +        DSOerr(DSO_F_DLFCN_NAME_CONVERTER, DSO_R_NAME_TRANSLATION_FAILED);
    +        return (NULL);
    +    }
    +    if (transform) {
    +        if ((DSO_flags(dso) & DSO_FLAG_NAME_TRANSLATION_EXT_ONLY) == 0)
    +            sprintf(translated, "lib%s" DSO_ext, filename);
    +        else
    +            sprintf(translated, "%s" DSO_ext, filename);
    +    } else
    +        sprintf(translated, "%s", filename);
    +    return (translated);
    +}
    +
    +# ifdef __sgi
    +/*-
     This is a quote from IRIX manual for dladdr(3c):
     
           does not contain a prototype for dladdr or definition of
    @@ -416,69 +395,72 @@ This is a quote from IRIX manual for dladdr(3c):
          intention to change this interface, so on a practical level, the code
          below is safe to use on IRIX.
     */
    -#include 
    -#ifndef _RLD_INTERFACE_DLFCN_H_DLADDR
    -#define _RLD_INTERFACE_DLFCN_H_DLADDR
    +#  include 
    +#  ifndef _RLD_INTERFACE_DLFCN_H_DLADDR
    +#   define _RLD_INTERFACE_DLFCN_H_DLADDR
     typedef struct Dl_info {
    -    const char * dli_fname;
    -    void       * dli_fbase;
    -    const char * dli_sname;
    -    void       * dli_saddr;
    -    int          dli_version;
    -    int          dli_reserved1;
    -    long         dli_reserved[4];
    +    const char *dli_fname;
    +    void *dli_fbase;
    +    const char *dli_sname;
    +    void *dli_saddr;
    +    int dli_version;
    +    int dli_reserved1;
    +    long dli_reserved[4];
     } Dl_info;
    -#else
    +#  else
     typedef struct Dl_info Dl_info;
    -#endif
    -#define _RLD_DLADDR             14
    +#  endif
    +#  define _RLD_DLADDR             14
     
     static int dladdr(void *address, Dl_info *dl)
     {
    -	void *v;
    -	v = _rld_new_interface(_RLD_DLADDR,address,dl);
    -	return (int)v;
    +    void *v;
    +    v = _rld_new_interface(_RLD_DLADDR, address, dl);
    +    return (int)v;
    +}
    +# endif                         /* __sgi */
    +
    +static int dlfcn_pathbyaddr(void *addr, char *path, int sz)
    +{
    +# ifdef HAVE_DLINFO
    +    Dl_info dli;
    +    int len;
    +
    +    if (addr == NULL) {
    +        union {
    +            int (*f) (void *, char *, int);
    +            void *p;
    +        } t = {
    +            dlfcn_pathbyaddr
    +        };
    +        addr = t.p;
    +    }
    +
    +    if (dladdr(addr, &dli)) {
    +        len = (int)strlen(dli.dli_fname);
    +        if (sz <= 0)
    +            return len + 1;
    +        if (len >= sz)
    +            len = sz - 1;
    +        memcpy(path, dli.dli_fname, len);
    +        path[len++] = 0;
    +        return len;
    +    }
    +
    +    ERR_add_error_data(2, "dlfcn_pathbyaddr(): ", dlerror());
    +# endif
    +    return -1;
     }
    -#endif /* __sgi */
    -
    -static int dlfcn_pathbyaddr(void *addr,char *path,int sz)
    -	{
    -#ifdef HAVE_DLINFO
    -	Dl_info dli;
    -	int len;
    -
    -	if (addr == NULL)
    -		{
    -		union	{ int(*f)(void*,char*,int); void *p; } t =
    -			{ dlfcn_pathbyaddr };
    -		addr = t.p;
    -		}
    -
    -	if (dladdr(addr,&dli))
    -		{
    -		len = (int)strlen(dli.dli_fname);
    -		if (sz <= 0) return len+1;
    -		if (len >= sz) len=sz-1;
    -		memcpy(path,dli.dli_fname,len);
    -		path[len++]=0;
    -		return len;
    -		}
    -
    -	ERR_add_error_data(2, "dlfcn_pathbyaddr(): ", dlerror());
    -#endif
    -	return -1;
    -	}
     
     static void *dlfcn_globallookup(const char *name)
    -	{
    -	void *ret = NULL,*handle = dlopen(NULL,RTLD_LAZY);
    -	
    -	if (handle)
    -		{
    -		ret = dlsym(handle,name);
    -		dlclose(handle);
    -		}
    -
    -	return ret;
    -	}
    -#endif /* DSO_DLFCN */
    +{
    +    void *ret = NULL, *handle = dlopen(NULL, RTLD_LAZY);
    +
    +    if (handle) {
    +        ret = dlsym(handle, name);
    +        dlclose(handle);
    +    }
    +
    +    return ret;
    +}
    +#endif                          /* DSO_DLFCN */
    diff --git a/openssl/crypto/dso/dso_err.c b/openssl/crypto/dso/dso_err.c
    index 2bb07c251..e143cc01f 100644
    --- a/openssl/crypto/dso/dso_err.c
    +++ b/openssl/crypto/dso/dso_err.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* NOTE: this file was auto generated by the mkerr.pl script: any changes
    +/*
    + * NOTE: this file was auto generated by the mkerr.pl script: any changes
      * made to it will be overwritten when the script next updates this file,
      * only reason strings will be preserved.
      */
    @@ -65,95 +66,93 @@
     /* BEGIN ERROR CODES */
     #ifndef OPENSSL_NO_ERR
     
    -#define ERR_FUNC(func) ERR_PACK(ERR_LIB_DSO,func,0)
    -#define ERR_REASON(reason) ERR_PACK(ERR_LIB_DSO,0,reason)
    +# define ERR_FUNC(func) ERR_PACK(ERR_LIB_DSO,func,0)
    +# define ERR_REASON(reason) ERR_PACK(ERR_LIB_DSO,0,reason)
     
    -static ERR_STRING_DATA DSO_str_functs[]=
    -	{
    -{ERR_FUNC(DSO_F_BEOS_BIND_FUNC),	"BEOS_BIND_FUNC"},
    -{ERR_FUNC(DSO_F_BEOS_BIND_VAR),	"BEOS_BIND_VAR"},
    -{ERR_FUNC(DSO_F_BEOS_LOAD),	"BEOS_LOAD"},
    -{ERR_FUNC(DSO_F_BEOS_NAME_CONVERTER),	"BEOS_NAME_CONVERTER"},
    -{ERR_FUNC(DSO_F_BEOS_UNLOAD),	"BEOS_UNLOAD"},
    -{ERR_FUNC(DSO_F_DLFCN_BIND_FUNC),	"DLFCN_BIND_FUNC"},
    -{ERR_FUNC(DSO_F_DLFCN_BIND_VAR),	"DLFCN_BIND_VAR"},
    -{ERR_FUNC(DSO_F_DLFCN_LOAD),	"DLFCN_LOAD"},
    -{ERR_FUNC(DSO_F_DLFCN_MERGER),	"DLFCN_MERGER"},
    -{ERR_FUNC(DSO_F_DLFCN_NAME_CONVERTER),	"DLFCN_NAME_CONVERTER"},
    -{ERR_FUNC(DSO_F_DLFCN_UNLOAD),	"DLFCN_UNLOAD"},
    -{ERR_FUNC(DSO_F_DL_BIND_FUNC),	"DL_BIND_FUNC"},
    -{ERR_FUNC(DSO_F_DL_BIND_VAR),	"DL_BIND_VAR"},
    -{ERR_FUNC(DSO_F_DL_LOAD),	"DL_LOAD"},
    -{ERR_FUNC(DSO_F_DL_MERGER),	"DL_MERGER"},
    -{ERR_FUNC(DSO_F_DL_NAME_CONVERTER),	"DL_NAME_CONVERTER"},
    -{ERR_FUNC(DSO_F_DL_UNLOAD),	"DL_UNLOAD"},
    -{ERR_FUNC(DSO_F_DSO_BIND_FUNC),	"DSO_bind_func"},
    -{ERR_FUNC(DSO_F_DSO_BIND_VAR),	"DSO_bind_var"},
    -{ERR_FUNC(DSO_F_DSO_CONVERT_FILENAME),	"DSO_convert_filename"},
    -{ERR_FUNC(DSO_F_DSO_CTRL),	"DSO_ctrl"},
    -{ERR_FUNC(DSO_F_DSO_FREE),	"DSO_free"},
    -{ERR_FUNC(DSO_F_DSO_GET_FILENAME),	"DSO_get_filename"},
    -{ERR_FUNC(DSO_F_DSO_GET_LOADED_FILENAME),	"DSO_get_loaded_filename"},
    -{ERR_FUNC(DSO_F_DSO_GLOBAL_LOOKUP),	"DSO_global_lookup"},
    -{ERR_FUNC(DSO_F_DSO_LOAD),	"DSO_load"},
    -{ERR_FUNC(DSO_F_DSO_MERGE),	"DSO_merge"},
    -{ERR_FUNC(DSO_F_DSO_NEW_METHOD),	"DSO_new_method"},
    -{ERR_FUNC(DSO_F_DSO_PATHBYADDR),	"DSO_pathbyaddr"},
    -{ERR_FUNC(DSO_F_DSO_SET_FILENAME),	"DSO_set_filename"},
    -{ERR_FUNC(DSO_F_DSO_SET_NAME_CONVERTER),	"DSO_set_name_converter"},
    -{ERR_FUNC(DSO_F_DSO_UP_REF),	"DSO_up_ref"},
    -{ERR_FUNC(DSO_F_GLOBAL_LOOKUP_FUNC),	"GLOBAL_LOOKUP_FUNC"},
    -{ERR_FUNC(DSO_F_PATHBYADDR),	"PATHBYADDR"},
    -{ERR_FUNC(DSO_F_VMS_BIND_SYM),	"VMS_BIND_SYM"},
    -{ERR_FUNC(DSO_F_VMS_LOAD),	"VMS_LOAD"},
    -{ERR_FUNC(DSO_F_VMS_MERGER),	"VMS_MERGER"},
    -{ERR_FUNC(DSO_F_VMS_UNLOAD),	"VMS_UNLOAD"},
    -{ERR_FUNC(DSO_F_WIN32_BIND_FUNC),	"WIN32_BIND_FUNC"},
    -{ERR_FUNC(DSO_F_WIN32_BIND_VAR),	"WIN32_BIND_VAR"},
    -{ERR_FUNC(DSO_F_WIN32_GLOBALLOOKUP),	"WIN32_GLOBALLOOKUP"},
    -{ERR_FUNC(DSO_F_WIN32_GLOBALLOOKUP_FUNC),	"WIN32_GLOBALLOOKUP_FUNC"},
    -{ERR_FUNC(DSO_F_WIN32_JOINER),	"WIN32_JOINER"},
    -{ERR_FUNC(DSO_F_WIN32_LOAD),	"WIN32_LOAD"},
    -{ERR_FUNC(DSO_F_WIN32_MERGER),	"WIN32_MERGER"},
    -{ERR_FUNC(DSO_F_WIN32_NAME_CONVERTER),	"WIN32_NAME_CONVERTER"},
    -{ERR_FUNC(DSO_F_WIN32_PATHBYADDR),	"WIN32_PATHBYADDR"},
    -{ERR_FUNC(DSO_F_WIN32_SPLITTER),	"WIN32_SPLITTER"},
    -{ERR_FUNC(DSO_F_WIN32_UNLOAD),	"WIN32_UNLOAD"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA DSO_str_functs[] = {
    +    {ERR_FUNC(DSO_F_BEOS_BIND_FUNC), "BEOS_BIND_FUNC"},
    +    {ERR_FUNC(DSO_F_BEOS_BIND_VAR), "BEOS_BIND_VAR"},
    +    {ERR_FUNC(DSO_F_BEOS_LOAD), "BEOS_LOAD"},
    +    {ERR_FUNC(DSO_F_BEOS_NAME_CONVERTER), "BEOS_NAME_CONVERTER"},
    +    {ERR_FUNC(DSO_F_BEOS_UNLOAD), "BEOS_UNLOAD"},
    +    {ERR_FUNC(DSO_F_DLFCN_BIND_FUNC), "DLFCN_BIND_FUNC"},
    +    {ERR_FUNC(DSO_F_DLFCN_BIND_VAR), "DLFCN_BIND_VAR"},
    +    {ERR_FUNC(DSO_F_DLFCN_LOAD), "DLFCN_LOAD"},
    +    {ERR_FUNC(DSO_F_DLFCN_MERGER), "DLFCN_MERGER"},
    +    {ERR_FUNC(DSO_F_DLFCN_NAME_CONVERTER), "DLFCN_NAME_CONVERTER"},
    +    {ERR_FUNC(DSO_F_DLFCN_UNLOAD), "DLFCN_UNLOAD"},
    +    {ERR_FUNC(DSO_F_DL_BIND_FUNC), "DL_BIND_FUNC"},
    +    {ERR_FUNC(DSO_F_DL_BIND_VAR), "DL_BIND_VAR"},
    +    {ERR_FUNC(DSO_F_DL_LOAD), "DL_LOAD"},
    +    {ERR_FUNC(DSO_F_DL_MERGER), "DL_MERGER"},
    +    {ERR_FUNC(DSO_F_DL_NAME_CONVERTER), "DL_NAME_CONVERTER"},
    +    {ERR_FUNC(DSO_F_DL_UNLOAD), "DL_UNLOAD"},
    +    {ERR_FUNC(DSO_F_DSO_BIND_FUNC), "DSO_bind_func"},
    +    {ERR_FUNC(DSO_F_DSO_BIND_VAR), "DSO_bind_var"},
    +    {ERR_FUNC(DSO_F_DSO_CONVERT_FILENAME), "DSO_convert_filename"},
    +    {ERR_FUNC(DSO_F_DSO_CTRL), "DSO_ctrl"},
    +    {ERR_FUNC(DSO_F_DSO_FREE), "DSO_free"},
    +    {ERR_FUNC(DSO_F_DSO_GET_FILENAME), "DSO_get_filename"},
    +    {ERR_FUNC(DSO_F_DSO_GET_LOADED_FILENAME), "DSO_get_loaded_filename"},
    +    {ERR_FUNC(DSO_F_DSO_GLOBAL_LOOKUP), "DSO_global_lookup"},
    +    {ERR_FUNC(DSO_F_DSO_LOAD), "DSO_load"},
    +    {ERR_FUNC(DSO_F_DSO_MERGE), "DSO_merge"},
    +    {ERR_FUNC(DSO_F_DSO_NEW_METHOD), "DSO_new_method"},
    +    {ERR_FUNC(DSO_F_DSO_PATHBYADDR), "DSO_pathbyaddr"},
    +    {ERR_FUNC(DSO_F_DSO_SET_FILENAME), "DSO_set_filename"},
    +    {ERR_FUNC(DSO_F_DSO_SET_NAME_CONVERTER), "DSO_set_name_converter"},
    +    {ERR_FUNC(DSO_F_DSO_UP_REF), "DSO_up_ref"},
    +    {ERR_FUNC(DSO_F_GLOBAL_LOOKUP_FUNC), "GLOBAL_LOOKUP_FUNC"},
    +    {ERR_FUNC(DSO_F_PATHBYADDR), "PATHBYADDR"},
    +    {ERR_FUNC(DSO_F_VMS_BIND_SYM), "VMS_BIND_SYM"},
    +    {ERR_FUNC(DSO_F_VMS_LOAD), "VMS_LOAD"},
    +    {ERR_FUNC(DSO_F_VMS_MERGER), "VMS_MERGER"},
    +    {ERR_FUNC(DSO_F_VMS_UNLOAD), "VMS_UNLOAD"},
    +    {ERR_FUNC(DSO_F_WIN32_BIND_FUNC), "WIN32_BIND_FUNC"},
    +    {ERR_FUNC(DSO_F_WIN32_BIND_VAR), "WIN32_BIND_VAR"},
    +    {ERR_FUNC(DSO_F_WIN32_GLOBALLOOKUP), "WIN32_GLOBALLOOKUP"},
    +    {ERR_FUNC(DSO_F_WIN32_GLOBALLOOKUP_FUNC), "WIN32_GLOBALLOOKUP_FUNC"},
    +    {ERR_FUNC(DSO_F_WIN32_JOINER), "WIN32_JOINER"},
    +    {ERR_FUNC(DSO_F_WIN32_LOAD), "WIN32_LOAD"},
    +    {ERR_FUNC(DSO_F_WIN32_MERGER), "WIN32_MERGER"},
    +    {ERR_FUNC(DSO_F_WIN32_NAME_CONVERTER), "WIN32_NAME_CONVERTER"},
    +    {ERR_FUNC(DSO_F_WIN32_PATHBYADDR), "WIN32_PATHBYADDR"},
    +    {ERR_FUNC(DSO_F_WIN32_SPLITTER), "WIN32_SPLITTER"},
    +    {ERR_FUNC(DSO_F_WIN32_UNLOAD), "WIN32_UNLOAD"},
    +    {0, NULL}
    +};
     
    -static ERR_STRING_DATA DSO_str_reasons[]=
    -	{
    -{ERR_REASON(DSO_R_CTRL_FAILED)           ,"control command failed"},
    -{ERR_REASON(DSO_R_DSO_ALREADY_LOADED)    ,"dso already loaded"},
    -{ERR_REASON(DSO_R_EMPTY_FILE_STRUCTURE)  ,"empty file structure"},
    -{ERR_REASON(DSO_R_FAILURE)               ,"failure"},
    -{ERR_REASON(DSO_R_FILENAME_TOO_BIG)      ,"filename too big"},
    -{ERR_REASON(DSO_R_FINISH_FAILED)         ,"cleanup method function failed"},
    -{ERR_REASON(DSO_R_INCORRECT_FILE_SYNTAX) ,"incorrect file syntax"},
    -{ERR_REASON(DSO_R_LOAD_FAILED)           ,"could not load the shared library"},
    -{ERR_REASON(DSO_R_NAME_TRANSLATION_FAILED),"name translation failed"},
    -{ERR_REASON(DSO_R_NO_FILENAME)           ,"no filename"},
    -{ERR_REASON(DSO_R_NO_FILE_SPECIFICATION) ,"no file specification"},
    -{ERR_REASON(DSO_R_NULL_HANDLE)           ,"a null shared library handle was used"},
    -{ERR_REASON(DSO_R_SET_FILENAME_FAILED)   ,"set filename failed"},
    -{ERR_REASON(DSO_R_STACK_ERROR)           ,"the meth_data stack is corrupt"},
    -{ERR_REASON(DSO_R_SYM_FAILURE)           ,"could not bind to the requested symbol name"},
    -{ERR_REASON(DSO_R_UNLOAD_FAILED)         ,"could not unload the shared library"},
    -{ERR_REASON(DSO_R_UNSUPPORTED)           ,"functionality not supported"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA DSO_str_reasons[] = {
    +    {ERR_REASON(DSO_R_CTRL_FAILED), "control command failed"},
    +    {ERR_REASON(DSO_R_DSO_ALREADY_LOADED), "dso already loaded"},
    +    {ERR_REASON(DSO_R_EMPTY_FILE_STRUCTURE), "empty file structure"},
    +    {ERR_REASON(DSO_R_FAILURE), "failure"},
    +    {ERR_REASON(DSO_R_FILENAME_TOO_BIG), "filename too big"},
    +    {ERR_REASON(DSO_R_FINISH_FAILED), "cleanup method function failed"},
    +    {ERR_REASON(DSO_R_INCORRECT_FILE_SYNTAX), "incorrect file syntax"},
    +    {ERR_REASON(DSO_R_LOAD_FAILED), "could not load the shared library"},
    +    {ERR_REASON(DSO_R_NAME_TRANSLATION_FAILED), "name translation failed"},
    +    {ERR_REASON(DSO_R_NO_FILENAME), "no filename"},
    +    {ERR_REASON(DSO_R_NO_FILE_SPECIFICATION), "no file specification"},
    +    {ERR_REASON(DSO_R_NULL_HANDLE), "a null shared library handle was used"},
    +    {ERR_REASON(DSO_R_SET_FILENAME_FAILED), "set filename failed"},
    +    {ERR_REASON(DSO_R_STACK_ERROR), "the meth_data stack is corrupt"},
    +    {ERR_REASON(DSO_R_SYM_FAILURE),
    +     "could not bind to the requested symbol name"},
    +    {ERR_REASON(DSO_R_UNLOAD_FAILED), "could not unload the shared library"},
    +    {ERR_REASON(DSO_R_UNSUPPORTED), "functionality not supported"},
    +    {0, NULL}
    +};
     
     #endif
     
     void ERR_load_DSO_strings(void)
    -	{
    +{
     #ifndef OPENSSL_NO_ERR
     
    -	if (ERR_func_error_string(DSO_str_functs[0].error) == NULL)
    -		{
    -		ERR_load_strings(0,DSO_str_functs);
    -		ERR_load_strings(0,DSO_str_reasons);
    -		}
    +    if (ERR_func_error_string(DSO_str_functs[0].error) == NULL) {
    +        ERR_load_strings(0, DSO_str_functs);
    +        ERR_load_strings(0, DSO_str_reasons);
    +    }
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/dso/dso_lib.c b/openssl/crypto/dso/dso_lib.c
    index 8a15b794a..d2a48bb66 100644
    --- a/openssl/crypto/dso/dso_lib.c
    +++ b/openssl/crypto/dso/dso_lib.c
    @@ -1,6 +1,7 @@
     /* dso_lib.c -*- mode:C; c-file-style: "eay" -*- */
    -/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 2000 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -64,420 +65,383 @@
     static DSO_METHOD *default_DSO_meth = NULL;
     
     DSO *DSO_new(void)
    -	{
    -	return(DSO_new_method(NULL));
    -	}
    +{
    +    return (DSO_new_method(NULL));
    +}
     
     void DSO_set_default_method(DSO_METHOD *meth)
    -	{
    -	default_DSO_meth = meth;
    -	}
    +{
    +    default_DSO_meth = meth;
    +}
     
     DSO_METHOD *DSO_get_default_method(void)
    -	{
    -	return(default_DSO_meth);
    -	}
    +{
    +    return (default_DSO_meth);
    +}
     
     DSO_METHOD *DSO_get_method(DSO *dso)
    -	{
    -	return(dso->meth);
    -	}
    +{
    +    return (dso->meth);
    +}
     
     DSO_METHOD *DSO_set_method(DSO *dso, DSO_METHOD *meth)
    -	{
    -	DSO_METHOD *mtmp;
    -	mtmp = dso->meth;
    -	dso->meth = meth;
    -	return(mtmp);
    -	}
    +{
    +    DSO_METHOD *mtmp;
    +    mtmp = dso->meth;
    +    dso->meth = meth;
    +    return (mtmp);
    +}
     
     DSO *DSO_new_method(DSO_METHOD *meth)
    -	{
    -	DSO *ret;
    -
    -	if(default_DSO_meth == NULL)
    -		/* We default to DSO_METH_openssl() which in turn defaults
    -		 * to stealing the "best available" method. Will fallback
    -		 * to DSO_METH_null() in the worst case. */
    -		default_DSO_meth = DSO_METHOD_openssl();
    -	ret = (DSO *)OPENSSL_malloc(sizeof(DSO));
    -	if(ret == NULL)
    -		{
    -		DSOerr(DSO_F_DSO_NEW_METHOD,ERR_R_MALLOC_FAILURE);
    -		return(NULL);
    -		}
    -	memset(ret, 0, sizeof(DSO));
    -	ret->meth_data = sk_void_new_null();
    -	if(ret->meth_data == NULL)
    -		{
    -		/* sk_new doesn't generate any errors so we do */
    -		DSOerr(DSO_F_DSO_NEW_METHOD,ERR_R_MALLOC_FAILURE);
    -		OPENSSL_free(ret);
    -		return(NULL);
    -		}
    -	if(meth == NULL)
    -		ret->meth = default_DSO_meth;
    -	else
    -		ret->meth = meth;
    -	ret->references = 1;
    -	if((ret->meth->init != NULL) && !ret->meth->init(ret))
    -		{
    -		OPENSSL_free(ret);
    -		ret=NULL;
    -		}
    -	return(ret);
    -	}
    +{
    +    DSO *ret;
    +
    +    if (default_DSO_meth == NULL)
    +        /*
    +         * We default to DSO_METH_openssl() which in turn defaults to
    +         * stealing the "best available" method. Will fallback to
    +         * DSO_METH_null() in the worst case.
    +         */
    +        default_DSO_meth = DSO_METHOD_openssl();
    +    ret = (DSO *)OPENSSL_malloc(sizeof(DSO));
    +    if (ret == NULL) {
    +        DSOerr(DSO_F_DSO_NEW_METHOD, ERR_R_MALLOC_FAILURE);
    +        return (NULL);
    +    }
    +    memset(ret, 0, sizeof(DSO));
    +    ret->meth_data = sk_void_new_null();
    +    if (ret->meth_data == NULL) {
    +        /* sk_new doesn't generate any errors so we do */
    +        DSOerr(DSO_F_DSO_NEW_METHOD, ERR_R_MALLOC_FAILURE);
    +        OPENSSL_free(ret);
    +        return (NULL);
    +    }
    +    if (meth == NULL)
    +        ret->meth = default_DSO_meth;
    +    else
    +        ret->meth = meth;
    +    ret->references = 1;
    +    if ((ret->meth->init != NULL) && !ret->meth->init(ret)) {
    +        OPENSSL_free(ret);
    +        ret = NULL;
    +    }
    +    return (ret);
    +}
     
     int DSO_free(DSO *dso)
    -	{
    -        int i;
    - 
    -	if(dso == NULL)
    -		{
    -		DSOerr(DSO_F_DSO_FREE,ERR_R_PASSED_NULL_PARAMETER);
    -		return(0);
    -		}
    - 
    -	i=CRYPTO_add(&dso->references,-1,CRYPTO_LOCK_DSO);
    +{
    +    int i;
    +
    +    if (dso == NULL) {
    +        DSOerr(DSO_F_DSO_FREE, ERR_R_PASSED_NULL_PARAMETER);
    +        return (0);
    +    }
    +
    +    i = CRYPTO_add(&dso->references, -1, CRYPTO_LOCK_DSO);
     #ifdef REF_PRINT
    -	REF_PRINT("DSO",dso);
    +    REF_PRINT("DSO", dso);
     #endif
    -	if(i > 0) return(1);
    +    if (i > 0)
    +        return (1);
     #ifdef REF_CHECK
    -	if(i < 0)
    -		{
    -		fprintf(stderr,"DSO_free, bad reference count\n");
    -		abort();
    -		}
    +    if (i < 0) {
    +        fprintf(stderr, "DSO_free, bad reference count\n");
    +        abort();
    +    }
     #endif
     
    -	if((dso->meth->dso_unload != NULL) && !dso->meth->dso_unload(dso))
    -		{
    -		DSOerr(DSO_F_DSO_FREE,DSO_R_UNLOAD_FAILED);
    -		return(0);
    -		}
    - 
    -	if((dso->meth->finish != NULL) && !dso->meth->finish(dso))
    -		{
    -		DSOerr(DSO_F_DSO_FREE,DSO_R_FINISH_FAILED);
    -		return(0);
    -		}
    -	
    -	sk_void_free(dso->meth_data);
    -	if(dso->filename != NULL)
    -		OPENSSL_free(dso->filename);
    -	if(dso->loaded_filename != NULL)
    -		OPENSSL_free(dso->loaded_filename);
    - 
    -	OPENSSL_free(dso);
    -	return(1);
    -	}
    +    if ((dso->meth->dso_unload != NULL) && !dso->meth->dso_unload(dso)) {
    +        DSOerr(DSO_F_DSO_FREE, DSO_R_UNLOAD_FAILED);
    +        return (0);
    +    }
     
    -int DSO_flags(DSO *dso)
    -	{
    -	return((dso == NULL) ? 0 : dso->flags);
    -	}
    +    if ((dso->meth->finish != NULL) && !dso->meth->finish(dso)) {
    +        DSOerr(DSO_F_DSO_FREE, DSO_R_FINISH_FAILED);
    +        return (0);
    +    }
    +
    +    sk_void_free(dso->meth_data);
    +    if (dso->filename != NULL)
    +        OPENSSL_free(dso->filename);
    +    if (dso->loaded_filename != NULL)
    +        OPENSSL_free(dso->loaded_filename);
     
    +    OPENSSL_free(dso);
    +    return (1);
    +}
    +
    +int DSO_flags(DSO *dso)
    +{
    +    return ((dso == NULL) ? 0 : dso->flags);
    +}
     
     int DSO_up_ref(DSO *dso)
    -	{
    -	if (dso == NULL)
    -		{
    -		DSOerr(DSO_F_DSO_UP_REF,ERR_R_PASSED_NULL_PARAMETER);
    -		return(0);
    -		}
    +{
    +    if (dso == NULL) {
    +        DSOerr(DSO_F_DSO_UP_REF, ERR_R_PASSED_NULL_PARAMETER);
    +        return (0);
    +    }
     
    -	CRYPTO_add(&dso->references,1,CRYPTO_LOCK_DSO);
    -	return(1);
    -	}
    +    CRYPTO_add(&dso->references, 1, CRYPTO_LOCK_DSO);
    +    return (1);
    +}
     
     DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags)
    -	{
    -	DSO *ret;
    -	int allocated = 0;
    -
    -	if(dso == NULL)
    -		{
    -		ret = DSO_new_method(meth);
    -		if(ret == NULL)
    -			{
    -			DSOerr(DSO_F_DSO_LOAD,ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -		allocated = 1;
    -		/* Pass the provided flags to the new DSO object */
    -		if(DSO_ctrl(ret, DSO_CTRL_SET_FLAGS, flags, NULL) < 0)
    -			{
    -			DSOerr(DSO_F_DSO_LOAD,DSO_R_CTRL_FAILED);
    -			goto err;
    -			}
    -		}
    -	else
    -		ret = dso;
    -	/* Don't load if we're currently already loaded */
    -	if(ret->filename != NULL)
    -		{
    -		DSOerr(DSO_F_DSO_LOAD,DSO_R_DSO_ALREADY_LOADED);
    -		goto err;
    -		}
    -	/* filename can only be NULL if we were passed a dso that already has
    -	 * one set. */
    -	if(filename != NULL)
    -		if(!DSO_set_filename(ret, filename))
    -			{
    -			DSOerr(DSO_F_DSO_LOAD,DSO_R_SET_FILENAME_FAILED);
    -			goto err;
    -			}
    -	filename = ret->filename;
    -	if(filename == NULL)
    -		{
    -		DSOerr(DSO_F_DSO_LOAD,DSO_R_NO_FILENAME);
    -		goto err;
    -		}
    -	if(ret->meth->dso_load == NULL)
    -		{
    -		DSOerr(DSO_F_DSO_LOAD,DSO_R_UNSUPPORTED);
    -		goto err;
    -		}
    -	if(!ret->meth->dso_load(ret))
    -		{
    -		DSOerr(DSO_F_DSO_LOAD,DSO_R_LOAD_FAILED);
    -		goto err;
    -		}
    -	/* Load succeeded */
    -	return(ret);
    -err:
    -	if(allocated)
    -		DSO_free(ret);
    -	return(NULL);
    -	}
    +{
    +    DSO *ret;
    +    int allocated = 0;
    +
    +    if (dso == NULL) {
    +        ret = DSO_new_method(meth);
    +        if (ret == NULL) {
    +            DSOerr(DSO_F_DSO_LOAD, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +        allocated = 1;
    +        /* Pass the provided flags to the new DSO object */
    +        if (DSO_ctrl(ret, DSO_CTRL_SET_FLAGS, flags, NULL) < 0) {
    +            DSOerr(DSO_F_DSO_LOAD, DSO_R_CTRL_FAILED);
    +            goto err;
    +        }
    +    } else
    +        ret = dso;
    +    /* Don't load if we're currently already loaded */
    +    if (ret->filename != NULL) {
    +        DSOerr(DSO_F_DSO_LOAD, DSO_R_DSO_ALREADY_LOADED);
    +        goto err;
    +    }
    +    /*
    +     * filename can only be NULL if we were passed a dso that already has one
    +     * set.
    +     */
    +    if (filename != NULL)
    +        if (!DSO_set_filename(ret, filename)) {
    +            DSOerr(DSO_F_DSO_LOAD, DSO_R_SET_FILENAME_FAILED);
    +            goto err;
    +        }
    +    filename = ret->filename;
    +    if (filename == NULL) {
    +        DSOerr(DSO_F_DSO_LOAD, DSO_R_NO_FILENAME);
    +        goto err;
    +    }
    +    if (ret->meth->dso_load == NULL) {
    +        DSOerr(DSO_F_DSO_LOAD, DSO_R_UNSUPPORTED);
    +        goto err;
    +    }
    +    if (!ret->meth->dso_load(ret)) {
    +        DSOerr(DSO_F_DSO_LOAD, DSO_R_LOAD_FAILED);
    +        goto err;
    +    }
    +    /* Load succeeded */
    +    return (ret);
    + err:
    +    if (allocated)
    +        DSO_free(ret);
    +    return (NULL);
    +}
     
     void *DSO_bind_var(DSO *dso, const char *symname)
    -	{
    -	void *ret = NULL;
    -
    -	if((dso == NULL) || (symname == NULL))
    -		{
    -		DSOerr(DSO_F_DSO_BIND_VAR,ERR_R_PASSED_NULL_PARAMETER);
    -		return(NULL);
    -		}
    -	if(dso->meth->dso_bind_var == NULL)
    -		{
    -		DSOerr(DSO_F_DSO_BIND_VAR,DSO_R_UNSUPPORTED);
    -		return(NULL);
    -		}
    -	if((ret = dso->meth->dso_bind_var(dso, symname)) == NULL)
    -		{
    -		DSOerr(DSO_F_DSO_BIND_VAR,DSO_R_SYM_FAILURE);
    -		return(NULL);
    -		}
    -	/* Success */
    -	return(ret);
    -	}
    +{
    +    void *ret = NULL;
    +
    +    if ((dso == NULL) || (symname == NULL)) {
    +        DSOerr(DSO_F_DSO_BIND_VAR, ERR_R_PASSED_NULL_PARAMETER);
    +        return (NULL);
    +    }
    +    if (dso->meth->dso_bind_var == NULL) {
    +        DSOerr(DSO_F_DSO_BIND_VAR, DSO_R_UNSUPPORTED);
    +        return (NULL);
    +    }
    +    if ((ret = dso->meth->dso_bind_var(dso, symname)) == NULL) {
    +        DSOerr(DSO_F_DSO_BIND_VAR, DSO_R_SYM_FAILURE);
    +        return (NULL);
    +    }
    +    /* Success */
    +    return (ret);
    +}
     
     DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname)
    -	{
    -	DSO_FUNC_TYPE ret = NULL;
    -
    -	if((dso == NULL) || (symname == NULL))
    -		{
    -		DSOerr(DSO_F_DSO_BIND_FUNC,ERR_R_PASSED_NULL_PARAMETER);
    -		return(NULL);
    -		}
    -	if(dso->meth->dso_bind_func == NULL)
    -		{
    -		DSOerr(DSO_F_DSO_BIND_FUNC,DSO_R_UNSUPPORTED);
    -		return(NULL);
    -		}
    -	if((ret = dso->meth->dso_bind_func(dso, symname)) == NULL)
    -		{
    -		DSOerr(DSO_F_DSO_BIND_FUNC,DSO_R_SYM_FAILURE);
    -		return(NULL);
    -		}
    -	/* Success */
    -	return(ret);
    -	}
    -
    -/* I don't really like these *_ctrl functions very much to be perfectly
    - * honest. For one thing, I think I have to return a negative value for
    - * any error because possible DSO_ctrl() commands may return values
    - * such as "size"s that can legitimately be zero (making the standard
    - * "if(DSO_cmd(...))" form that works almost everywhere else fail at
    - * odd times. I'd prefer "output" values to be passed by reference and
    - * the return value as success/failure like usual ... but we conform
    - * when we must... :-) */
    +{
    +    DSO_FUNC_TYPE ret = NULL;
    +
    +    if ((dso == NULL) || (symname == NULL)) {
    +        DSOerr(DSO_F_DSO_BIND_FUNC, ERR_R_PASSED_NULL_PARAMETER);
    +        return (NULL);
    +    }
    +    if (dso->meth->dso_bind_func == NULL) {
    +        DSOerr(DSO_F_DSO_BIND_FUNC, DSO_R_UNSUPPORTED);
    +        return (NULL);
    +    }
    +    if ((ret = dso->meth->dso_bind_func(dso, symname)) == NULL) {
    +        DSOerr(DSO_F_DSO_BIND_FUNC, DSO_R_SYM_FAILURE);
    +        return (NULL);
    +    }
    +    /* Success */
    +    return (ret);
    +}
    +
    +/*
    + * I don't really like these *_ctrl functions very much to be perfectly
    + * honest. For one thing, I think I have to return a negative value for any
    + * error because possible DSO_ctrl() commands may return values such as
    + * "size"s that can legitimately be zero (making the standard
    + * "if(DSO_cmd(...))" form that works almost everywhere else fail at odd
    + * times. I'd prefer "output" values to be passed by reference and the return
    + * value as success/failure like usual ... but we conform when we must... :-)
    + */
     long DSO_ctrl(DSO *dso, int cmd, long larg, void *parg)
    -	{
    -	if(dso == NULL)
    -		{
    -		DSOerr(DSO_F_DSO_CTRL,ERR_R_PASSED_NULL_PARAMETER);
    -		return(-1);
    -		}
    -	/* We should intercept certain generic commands and only pass control
    -	 * to the method-specific ctrl() function if it's something we don't
    -	 * handle. */
    -	switch(cmd)
    -		{
    -	case DSO_CTRL_GET_FLAGS:
    -		return dso->flags;
    -	case DSO_CTRL_SET_FLAGS:
    -		dso->flags = (int)larg;
    -		return(0);
    -	case DSO_CTRL_OR_FLAGS:
    -		dso->flags |= (int)larg;
    -		return(0);
    -	default:
    -		break;
    -		}
    -	if((dso->meth == NULL) || (dso->meth->dso_ctrl == NULL))
    -		{
    -		DSOerr(DSO_F_DSO_CTRL,DSO_R_UNSUPPORTED);
    -		return(-1);
    -		}
    -	return(dso->meth->dso_ctrl(dso,cmd,larg,parg));
    -	}
    +{
    +    if (dso == NULL) {
    +        DSOerr(DSO_F_DSO_CTRL, ERR_R_PASSED_NULL_PARAMETER);
    +        return (-1);
    +    }
    +    /*
    +     * We should intercept certain generic commands and only pass control to
    +     * the method-specific ctrl() function if it's something we don't handle.
    +     */
    +    switch (cmd) {
    +    case DSO_CTRL_GET_FLAGS:
    +        return dso->flags;
    +    case DSO_CTRL_SET_FLAGS:
    +        dso->flags = (int)larg;
    +        return (0);
    +    case DSO_CTRL_OR_FLAGS:
    +        dso->flags |= (int)larg;
    +        return (0);
    +    default:
    +        break;
    +    }
    +    if ((dso->meth == NULL) || (dso->meth->dso_ctrl == NULL)) {
    +        DSOerr(DSO_F_DSO_CTRL, DSO_R_UNSUPPORTED);
    +        return (-1);
    +    }
    +    return (dso->meth->dso_ctrl(dso, cmd, larg, parg));
    +}
     
     int DSO_set_name_converter(DSO *dso, DSO_NAME_CONVERTER_FUNC cb,
    -			DSO_NAME_CONVERTER_FUNC *oldcb)
    -	{
    -	if(dso == NULL)
    -		{
    -		DSOerr(DSO_F_DSO_SET_NAME_CONVERTER,
    -				ERR_R_PASSED_NULL_PARAMETER);
    -		return(0);
    -		}
    -	if(oldcb)
    -		*oldcb = dso->name_converter;
    -	dso->name_converter = cb;
    -	return(1);
    -	}
    +                           DSO_NAME_CONVERTER_FUNC *oldcb)
    +{
    +    if (dso == NULL) {
    +        DSOerr(DSO_F_DSO_SET_NAME_CONVERTER, ERR_R_PASSED_NULL_PARAMETER);
    +        return (0);
    +    }
    +    if (oldcb)
    +        *oldcb = dso->name_converter;
    +    dso->name_converter = cb;
    +    return (1);
    +}
     
     const char *DSO_get_filename(DSO *dso)
    -	{
    -	if(dso == NULL)
    -		{
    -		DSOerr(DSO_F_DSO_GET_FILENAME,ERR_R_PASSED_NULL_PARAMETER);
    -		return(NULL);
    -		}
    -	return(dso->filename);
    -	}
    +{
    +    if (dso == NULL) {
    +        DSOerr(DSO_F_DSO_GET_FILENAME, ERR_R_PASSED_NULL_PARAMETER);
    +        return (NULL);
    +    }
    +    return (dso->filename);
    +}
     
     int DSO_set_filename(DSO *dso, const char *filename)
    -	{
    -	char *copied;
    -
    -	if((dso == NULL) || (filename == NULL))
    -		{
    -		DSOerr(DSO_F_DSO_SET_FILENAME,ERR_R_PASSED_NULL_PARAMETER);
    -		return(0);
    -		}
    -	if(dso->loaded_filename)
    -		{
    -		DSOerr(DSO_F_DSO_SET_FILENAME,DSO_R_DSO_ALREADY_LOADED);
    -		return(0);
    -		}
    -	/* We'll duplicate filename */
    -	copied = OPENSSL_malloc(strlen(filename) + 1);
    -	if(copied == NULL)
    -		{
    -		DSOerr(DSO_F_DSO_SET_FILENAME,ERR_R_MALLOC_FAILURE);
    -		return(0);
    -		}
    -	BUF_strlcpy(copied, filename, strlen(filename) + 1);
    -	if(dso->filename)
    -		OPENSSL_free(dso->filename);
    -	dso->filename = copied;
    -	return(1);
    -	}
    +{
    +    char *copied;
    +
    +    if ((dso == NULL) || (filename == NULL)) {
    +        DSOerr(DSO_F_DSO_SET_FILENAME, ERR_R_PASSED_NULL_PARAMETER);
    +        return (0);
    +    }
    +    if (dso->loaded_filename) {
    +        DSOerr(DSO_F_DSO_SET_FILENAME, DSO_R_DSO_ALREADY_LOADED);
    +        return (0);
    +    }
    +    /* We'll duplicate filename */
    +    copied = OPENSSL_malloc(strlen(filename) + 1);
    +    if (copied == NULL) {
    +        DSOerr(DSO_F_DSO_SET_FILENAME, ERR_R_MALLOC_FAILURE);
    +        return (0);
    +    }
    +    BUF_strlcpy(copied, filename, strlen(filename) + 1);
    +    if (dso->filename)
    +        OPENSSL_free(dso->filename);
    +    dso->filename = copied;
    +    return (1);
    +}
     
     char *DSO_merge(DSO *dso, const char *filespec1, const char *filespec2)
    -	{
    -	char *result = NULL;
    -
    -	if(dso == NULL || filespec1 == NULL)
    -		{
    -		DSOerr(DSO_F_DSO_MERGE,ERR_R_PASSED_NULL_PARAMETER);
    -		return(NULL);
    -		}
    -	if((dso->flags & DSO_FLAG_NO_NAME_TRANSLATION) == 0)
    -		{
    -		if(dso->merger != NULL)
    -			result = dso->merger(dso, filespec1, filespec2);
    -		else if(dso->meth->dso_merger != NULL)
    -			result = dso->meth->dso_merger(dso,
    -				filespec1, filespec2);
    -		}
    -	return(result);
    -	}
    +{
    +    char *result = NULL;
    +
    +    if (dso == NULL || filespec1 == NULL) {
    +        DSOerr(DSO_F_DSO_MERGE, ERR_R_PASSED_NULL_PARAMETER);
    +        return (NULL);
    +    }
    +    if ((dso->flags & DSO_FLAG_NO_NAME_TRANSLATION) == 0) {
    +        if (dso->merger != NULL)
    +            result = dso->merger(dso, filespec1, filespec2);
    +        else if (dso->meth->dso_merger != NULL)
    +            result = dso->meth->dso_merger(dso, filespec1, filespec2);
    +    }
    +    return (result);
    +}
     
     char *DSO_convert_filename(DSO *dso, const char *filename)
    -	{
    -	char *result = NULL;
    -
    -	if(dso == NULL)
    -		{
    -		DSOerr(DSO_F_DSO_CONVERT_FILENAME,ERR_R_PASSED_NULL_PARAMETER);
    -		return(NULL);
    -		}
    -	if(filename == NULL)
    -		filename = dso->filename;
    -	if(filename == NULL)
    -		{
    -		DSOerr(DSO_F_DSO_CONVERT_FILENAME,DSO_R_NO_FILENAME);
    -		return(NULL);
    -		}
    -	if((dso->flags & DSO_FLAG_NO_NAME_TRANSLATION) == 0)
    -		{
    -		if(dso->name_converter != NULL)
    -			result = dso->name_converter(dso, filename);
    -		else if(dso->meth->dso_name_converter != NULL)
    -			result = dso->meth->dso_name_converter(dso, filename);
    -		}
    -	if(result == NULL)
    -		{
    -		result = OPENSSL_malloc(strlen(filename) + 1);
    -		if(result == NULL)
    -			{
    -			DSOerr(DSO_F_DSO_CONVERT_FILENAME,
    -					ERR_R_MALLOC_FAILURE);
    -			return(NULL);
    -			}
    -		BUF_strlcpy(result, filename, strlen(filename) + 1);
    -		}
    -	return(result);
    -	}
    +{
    +    char *result = NULL;
    +
    +    if (dso == NULL) {
    +        DSOerr(DSO_F_DSO_CONVERT_FILENAME, ERR_R_PASSED_NULL_PARAMETER);
    +        return (NULL);
    +    }
    +    if (filename == NULL)
    +        filename = dso->filename;
    +    if (filename == NULL) {
    +        DSOerr(DSO_F_DSO_CONVERT_FILENAME, DSO_R_NO_FILENAME);
    +        return (NULL);
    +    }
    +    if ((dso->flags & DSO_FLAG_NO_NAME_TRANSLATION) == 0) {
    +        if (dso->name_converter != NULL)
    +            result = dso->name_converter(dso, filename);
    +        else if (dso->meth->dso_name_converter != NULL)
    +            result = dso->meth->dso_name_converter(dso, filename);
    +    }
    +    if (result == NULL) {
    +        result = OPENSSL_malloc(strlen(filename) + 1);
    +        if (result == NULL) {
    +            DSOerr(DSO_F_DSO_CONVERT_FILENAME, ERR_R_MALLOC_FAILURE);
    +            return (NULL);
    +        }
    +        BUF_strlcpy(result, filename, strlen(filename) + 1);
    +    }
    +    return (result);
    +}
     
     const char *DSO_get_loaded_filename(DSO *dso)
    -	{
    -	if(dso == NULL)
    -		{
    -		DSOerr(DSO_F_DSO_GET_LOADED_FILENAME,
    -				ERR_R_PASSED_NULL_PARAMETER);
    -		return(NULL);
    -		}
    -	return(dso->loaded_filename);
    -	}
    -
    -int DSO_pathbyaddr(void *addr,char *path,int sz)
    -	{
    -	DSO_METHOD *meth = default_DSO_meth;
    -	if (meth == NULL) meth = DSO_METHOD_openssl();
    -	if (meth->pathbyaddr == NULL)
    -		{
    -		DSOerr(DSO_F_DSO_PATHBYADDR,DSO_R_UNSUPPORTED);
    -		return -1;
    -		}
    -	return (*meth->pathbyaddr)(addr,path,sz);
    -	}
    +{
    +    if (dso == NULL) {
    +        DSOerr(DSO_F_DSO_GET_LOADED_FILENAME, ERR_R_PASSED_NULL_PARAMETER);
    +        return (NULL);
    +    }
    +    return (dso->loaded_filename);
    +}
    +
    +int DSO_pathbyaddr(void *addr, char *path, int sz)
    +{
    +    DSO_METHOD *meth = default_DSO_meth;
    +    if (meth == NULL)
    +        meth = DSO_METHOD_openssl();
    +    if (meth->pathbyaddr == NULL) {
    +        DSOerr(DSO_F_DSO_PATHBYADDR, DSO_R_UNSUPPORTED);
    +        return -1;
    +    }
    +    return (*meth->pathbyaddr) (addr, path, sz);
    +}
     
     void *DSO_global_lookup(const char *name)
    -	{
    -	DSO_METHOD *meth = default_DSO_meth;
    -	if (meth == NULL) meth = DSO_METHOD_openssl();
    -	if (meth->globallookup == NULL)
    -		{
    -		DSOerr(DSO_F_DSO_GLOBAL_LOOKUP,DSO_R_UNSUPPORTED);
    -		return NULL;
    -		}
    -	return (*meth->globallookup)(name);
    -	}
    +{
    +    DSO_METHOD *meth = default_DSO_meth;
    +    if (meth == NULL)
    +        meth = DSO_METHOD_openssl();
    +    if (meth->globallookup == NULL) {
    +        DSOerr(DSO_F_DSO_GLOBAL_LOOKUP, DSO_R_UNSUPPORTED);
    +        return NULL;
    +    }
    +    return (*meth->globallookup) (name);
    +}
    diff --git a/openssl/crypto/dso/dso_null.c b/openssl/crypto/dso/dso_null.c
    index 49d842d1f..20122d1ca 100644
    --- a/openssl/crypto/dso/dso_null.c
    +++ b/openssl/crypto/dso/dso_null.c
    @@ -1,6 +1,7 @@
     /* dso_null.c */
    -/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 2000 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,35 +57,36 @@
      *
      */
     
    -/* This "NULL" method is provided as the fallback for systems that have
    - * no appropriate support for "shared-libraries". */
    +/*
    + * This "NULL" method is provided as the fallback for systems that have no
    + * appropriate support for "shared-libraries".
    + */
     
     #include 
     #include "cryptlib.h"
     #include 
     
     static DSO_METHOD dso_meth_null = {
    -	"NULL shared library method",
    -	NULL, /* load */
    -	NULL, /* unload */
    -	NULL, /* bind_var */
    -	NULL, /* bind_func */
    +    "NULL shared library method",
    +    NULL,                       /* load */
    +    NULL,                       /* unload */
    +    NULL,                       /* bind_var */
    +    NULL,                       /* bind_func */
     /* For now, "unbind" doesn't exist */
     #if 0
    -	NULL, /* unbind_var */
    -	NULL, /* unbind_func */
    +    NULL,                       /* unbind_var */
    +    NULL,                       /* unbind_func */
     #endif
    -	NULL, /* ctrl */
    -	NULL, /* dso_name_converter */
    -	NULL, /* dso_merger */
    -	NULL, /* init */
    -	NULL, /* finish */
    -	NULL, /* pathbyaddr */
    -	NULL  /* globallookup */
    -	};
    +    NULL,                       /* ctrl */
    +    NULL,                       /* dso_name_converter */
    +    NULL,                       /* dso_merger */
    +    NULL,                       /* init */
    +    NULL,                       /* finish */
    +    NULL,                       /* pathbyaddr */
    +    NULL                        /* globallookup */
    +};
     
     DSO_METHOD *DSO_METHOD_null(void)
    -	{
    -	return(&dso_meth_null);
    -	}
    -
    +{
    +    return (&dso_meth_null);
    +}
    diff --git a/openssl/crypto/dso/dso_openssl.c b/openssl/crypto/dso/dso_openssl.c
    index b17e8e8e9..087e989e1 100644
    --- a/openssl/crypto/dso/dso_openssl.c
    +++ b/openssl/crypto/dso/dso_openssl.c
    @@ -1,6 +1,7 @@
     /* dso_openssl.c */
    -/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 2000 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -63,21 +64,20 @@
     /* We just pinch the method from an appropriate "default" method. */
     
     DSO_METHOD *DSO_METHOD_openssl(void)
    -	{
    +{
     #ifdef DEF_DSO_METHOD
    -	return(DEF_DSO_METHOD());
    +    return (DEF_DSO_METHOD());
     #elif defined(DSO_DLFCN)
    -	return(DSO_METHOD_dlfcn());
    +    return (DSO_METHOD_dlfcn());
     #elif defined(DSO_DL)
    -	return(DSO_METHOD_dl());
    +    return (DSO_METHOD_dl());
     #elif defined(DSO_WIN32)
    -	return(DSO_METHOD_win32());
    +    return (DSO_METHOD_win32());
     #elif defined(DSO_VMS)
    -	return(DSO_METHOD_vms());
    +    return (DSO_METHOD_vms());
     #elif defined(DSO_BEOS)
    -	return(DSO_METHOD_beos());
    +    return (DSO_METHOD_beos());
     #else
    -	return(DSO_METHOD_null());
    +    return (DSO_METHOD_null());
     #endif
    -	}
    -
    +}
    diff --git a/openssl/crypto/dso/dso_vms.c b/openssl/crypto/dso/dso_vms.c
    index 868513c39..14d885df1 100644
    --- a/openssl/crypto/dso/dso_vms.c
    +++ b/openssl/crypto/dso/dso_vms.c
    @@ -1,6 +1,7 @@
     /* dso_vms.c -*- mode:C; c-file-style: "eay" -*- */
    -/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 2000 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -64,462 +65,468 @@
     
     #ifndef OPENSSL_SYS_VMS
     DSO_METHOD *DSO_METHOD_vms(void)
    -	{
    -	return NULL;
    -	}
    +{
    +    return NULL;
    +}
     #else
     
    -#pragma message disable DOLLARID
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -#include "vms_rms.h"
    +# pragma message disable DOLLARID
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
    +# include "vms_rms.h"
     
     /* Some compiler options may mask the declaration of "_malloc32". */
    -#if __INITIAL_POINTER_SIZE && defined _ANSI_C_SOURCE
    -# if __INITIAL_POINTER_SIZE == 64
    -#  pragma pointer_size save
    -#  pragma pointer_size 32
    -    void * _malloc32  (__size_t);
    -#  pragma pointer_size restore
    -# endif /* __INITIAL_POINTER_SIZE == 64 */
    -#endif /* __INITIAL_POINTER_SIZE && defined _ANSI_C_SOURCE */
    -
    -
    -#pragma message disable DOLLARID
    +# if __INITIAL_POINTER_SIZE && defined _ANSI_C_SOURCE
    +#  if __INITIAL_POINTER_SIZE == 64
    +#   pragma pointer_size save
    +#   pragma pointer_size 32
    +void *_malloc32(__size_t);
    +#   pragma pointer_size restore
    +#  endif                        /* __INITIAL_POINTER_SIZE == 64 */
    +# endif                         /* __INITIAL_POINTER_SIZE && defined
    +                                 * _ANSI_C_SOURCE */
    +
    +# pragma message disable DOLLARID
     
     static int vms_load(DSO *dso);
     static int vms_unload(DSO *dso);
     static void *vms_bind_var(DSO *dso, const char *symname);
     static DSO_FUNC_TYPE vms_bind_func(DSO *dso, const char *symname);
    -#if 0
    +# if 0
     static int vms_unbind_var(DSO *dso, char *symname, void *symptr);
     static int vms_unbind_func(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
     static int vms_init(DSO *dso);
     static int vms_finish(DSO *dso);
     static long vms_ctrl(DSO *dso, int cmd, long larg, void *parg);
    -#endif
    +# endif
     static char *vms_name_converter(DSO *dso, const char *filename);
     static char *vms_merger(DSO *dso, const char *filespec1,
    -	const char *filespec2);
    +                        const char *filespec2);
     
     static DSO_METHOD dso_meth_vms = {
    -	"OpenSSL 'VMS' shared library method",
    -	vms_load,
    -	NULL, /* unload */
    -	vms_bind_var,
    -	vms_bind_func,
    +    "OpenSSL 'VMS' shared library method",
    +    vms_load,
    +    NULL,                       /* unload */
    +    vms_bind_var,
    +    vms_bind_func,
     /* For now, "unbind" doesn't exist */
    -#if 0
    -	NULL, /* unbind_var */
    -	NULL, /* unbind_func */
    -#endif
    -	NULL, /* ctrl */
    -	vms_name_converter,
    -	vms_merger,
    -	NULL, /* init */
    -	NULL  /* finish */
    -	};
    -
    -/* On VMS, the only "handle" is the file name.  LIB$FIND_IMAGE_SYMBOL depends
    +# if 0
    +    NULL,                       /* unbind_var */
    +    NULL,                       /* unbind_func */
    +# endif
    +    NULL,                       /* ctrl */
    +    vms_name_converter,
    +    vms_merger,
    +    NULL,                       /* init */
    +    NULL                        /* finish */
    +};
    +
    +/*
    + * On VMS, the only "handle" is the file name.  LIB$FIND_IMAGE_SYMBOL depends
      * on the reference to the file name being the same for all calls regarding
      * one shared image, so we'll just store it in an instance of the following
      * structure and put a pointer to that instance in the meth_data stack.
      */
    -typedef struct dso_internal_st
    -	{
    -	/* This should contain the name only, no directory,
    -	 * no extension, nothing but a name. */
    -	struct dsc$descriptor_s filename_dsc;
    -	char filename[ NAMX_MAXRSS+ 1];
    -	/* This contains whatever is not in filename, if needed.
    -	 * Normally not defined. */
    -	struct dsc$descriptor_s imagename_dsc;
    -	char imagename[ NAMX_MAXRSS+ 1];
    -	} DSO_VMS_INTERNAL;
    +typedef struct dso_internal_st {
    +    /*
    +     * This should contain the name only, no directory, no extension, nothing
    +     * but a name.
    +     */
    +    struct dsc$descriptor_s filename_dsc;
    +    char filename[NAMX_MAXRSS + 1];
    +    /*
    +     * This contains whatever is not in filename, if needed. Normally not
    +     * defined.
    +     */
    +    struct dsc$descriptor_s imagename_dsc;
    +    char imagename[NAMX_MAXRSS + 1];
    +} DSO_VMS_INTERNAL;
     
     DSO_METHOD *DSO_METHOD_vms(void)
    -	{
    -	return(&dso_meth_vms);
    -	}
    +{
    +    return (&dso_meth_vms);
    +}
     
     static int vms_load(DSO *dso)
    -	{
    -	void *ptr = NULL;
    -	/* See applicable comments in dso_dl.c */
    -	char *filename = DSO_convert_filename(dso, NULL);
    +{
    +    void *ptr = NULL;
    +    /* See applicable comments in dso_dl.c */
    +    char *filename = DSO_convert_filename(dso, NULL);
     
     /* Ensure 32-bit pointer for "p", and appropriate malloc() function. */
    -#if __INITIAL_POINTER_SIZE == 64
    -# define DSO_MALLOC _malloc32
    -# pragma pointer_size save
    -# pragma pointer_size 32
    -#else /* __INITIAL_POINTER_SIZE == 64 */
    -# define DSO_MALLOC OPENSSL_malloc
    -#endif /* __INITIAL_POINTER_SIZE == 64 [else] */
    -
    -	DSO_VMS_INTERNAL *p = NULL;
    -
    -#if __INITIAL_POINTER_SIZE == 64
    -# pragma pointer_size restore
    -#endif /* __INITIAL_POINTER_SIZE == 64 */
    -
    -	const char *sp1, *sp2;	/* Search result */
    -
    -	if(filename == NULL)
    -		{
    -		DSOerr(DSO_F_VMS_LOAD,DSO_R_NO_FILENAME);
    -		goto err;
    -		}
    -
    -	/* A file specification may look like this:
    -	 *
    -	 *	node::dev:[dir-spec]name.type;ver
    -	 *
    -	 * or (for compatibility with TOPS-20):
    -	 *
    -	 *	node::dev:name.type;ver
    -	 *
    -	 * and the dir-spec uses '.' as separator.  Also, a dir-spec
    -	 * may consist of several parts, with mixed use of [] and <>:
    -	 *
    -	 *	[dir1.]
    -	 *
    -	 * We need to split the file specification into the name and
    -	 * the rest (both before and after the name itself).
    -	 */
    -	/* Start with trying to find the end of a dir-spec, and save the
    -	   position of the byte after in sp1 */
    -	sp1 = strrchr(filename, ']');
    -	sp2 = strrchr(filename, '>');
    -	if (sp1 == NULL) sp1 = sp2;
    -	if (sp2 != NULL && sp2 > sp1) sp1 = sp2;
    -	if (sp1 == NULL) sp1 = strrchr(filename, ':');
    -	if (sp1 == NULL)
    -		sp1 = filename;
    -	else
    -		sp1++;		/* The byte after the found character */
    -	/* Now, let's see if there's a type, and save the position in sp2 */
    -	sp2 = strchr(sp1, '.');
    -	/* If we found it, that's where we'll cut.  Otherwise, look for a
    -	   version number and save the position in sp2 */
    -	if (sp2 == NULL) sp2 = strchr(sp1, ';');
    -	/* If there was still nothing to find, set sp2 to point at the end of
    -	   the string */
    -	if (sp2 == NULL) sp2 = sp1 + strlen(sp1);
    -
    -	/* Check that we won't get buffer overflows */
    -	if (sp2 - sp1 > FILENAME_MAX
    -		|| (sp1 - filename) + strlen(sp2) > FILENAME_MAX)
    -		{
    -		DSOerr(DSO_F_VMS_LOAD,DSO_R_FILENAME_TOO_BIG);
    -		goto err;
    -		}
    -
    -	p = DSO_MALLOC(sizeof(DSO_VMS_INTERNAL));
    -	if(p == NULL)
    -		{
    -		DSOerr(DSO_F_VMS_LOAD,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	strncpy(p->filename, sp1, sp2-sp1);
    -	p->filename[sp2-sp1] = '\0';
    -
    -	strncpy(p->imagename, filename, sp1-filename);
    -	p->imagename[sp1-filename] = '\0';
    -	strcat(p->imagename, sp2);
    -
    -	p->filename_dsc.dsc$w_length = strlen(p->filename);
    -	p->filename_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
    -	p->filename_dsc.dsc$b_class = DSC$K_CLASS_S;
    -	p->filename_dsc.dsc$a_pointer = p->filename;
    -	p->imagename_dsc.dsc$w_length = strlen(p->imagename);
    -	p->imagename_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
    -	p->imagename_dsc.dsc$b_class = DSC$K_CLASS_S;
    -	p->imagename_dsc.dsc$a_pointer = p->imagename;
    -
    -	if(!sk_void_push(dso->meth_data, (char *)p))
    -		{
    -		DSOerr(DSO_F_VMS_LOAD,DSO_R_STACK_ERROR);
    -		goto err;
    -		}
    -
    -	/* Success (for now, we lie.  We actually do not know...) */
    -	dso->loaded_filename = filename;
    -	return(1);
    -err:
    -	/* Cleanup! */
    -	if(p != NULL)
    -		OPENSSL_free(p);
    -	if(filename != NULL)
    -		OPENSSL_free(filename);
    -	return(0);
    -	}
    -
    -/* Note that this doesn't actually unload the shared image, as there is no
    +# if __INITIAL_POINTER_SIZE == 64
    +#  define DSO_MALLOC _malloc32
    +#  pragma pointer_size save
    +#  pragma pointer_size 32
    +# else                          /* __INITIAL_POINTER_SIZE == 64 */
    +#  define DSO_MALLOC OPENSSL_malloc
    +# endif                         /* __INITIAL_POINTER_SIZE == 64 [else] */
    +
    +    DSO_VMS_INTERNAL *p = NULL;
    +
    +# if __INITIAL_POINTER_SIZE == 64
    +#  pragma pointer_size restore
    +# endif                         /* __INITIAL_POINTER_SIZE == 64 */
    +
    +    const char *sp1, *sp2;      /* Search result */
    +
    +    if (filename == NULL) {
    +        DSOerr(DSO_F_VMS_LOAD, DSO_R_NO_FILENAME);
    +        goto err;
    +    }
    +
    +    /*-
    +     * A file specification may look like this:
    +     *
    +     *      node::dev:[dir-spec]name.type;ver
    +     *
    +     * or (for compatibility with TOPS-20):
    +     *
    +     *      node::dev:name.type;ver
    +     *
    +     * and the dir-spec uses '.' as separator.  Also, a dir-spec
    +     * may consist of several parts, with mixed use of [] and <>:
    +     *
    +     *      [dir1.]
    +     *
    +     * We need to split the file specification into the name and
    +     * the rest (both before and after the name itself).
    +     */
    +    /*
    +     * Start with trying to find the end of a dir-spec, and save the position
    +     * of the byte after in sp1
    +     */
    +    sp1 = strrchr(filename, ']');
    +    sp2 = strrchr(filename, '>');
    +    if (sp1 == NULL)
    +        sp1 = sp2;
    +    if (sp2 != NULL && sp2 > sp1)
    +        sp1 = sp2;
    +    if (sp1 == NULL)
    +        sp1 = strrchr(filename, ':');
    +    if (sp1 == NULL)
    +        sp1 = filename;
    +    else
    +        sp1++;                  /* The byte after the found character */
    +    /* Now, let's see if there's a type, and save the position in sp2 */
    +    sp2 = strchr(sp1, '.');
    +    /*
    +     * If we found it, that's where we'll cut.  Otherwise, look for a version
    +     * number and save the position in sp2
    +     */
    +    if (sp2 == NULL)
    +        sp2 = strchr(sp1, ';');
    +    /*
    +     * If there was still nothing to find, set sp2 to point at the end of the
    +     * string
    +     */
    +    if (sp2 == NULL)
    +        sp2 = sp1 + strlen(sp1);
    +
    +    /* Check that we won't get buffer overflows */
    +    if (sp2 - sp1 > FILENAME_MAX
    +        || (sp1 - filename) + strlen(sp2) > FILENAME_MAX) {
    +        DSOerr(DSO_F_VMS_LOAD, DSO_R_FILENAME_TOO_BIG);
    +        goto err;
    +    }
    +
    +    p = DSO_MALLOC(sizeof(DSO_VMS_INTERNAL));
    +    if (p == NULL) {
    +        DSOerr(DSO_F_VMS_LOAD, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    strncpy(p->filename, sp1, sp2 - sp1);
    +    p->filename[sp2 - sp1] = '\0';
    +
    +    strncpy(p->imagename, filename, sp1 - filename);
    +    p->imagename[sp1 - filename] = '\0';
    +    strcat(p->imagename, sp2);
    +
    +    p->filename_dsc.dsc$w_length = strlen(p->filename);
    +    p->filename_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
    +    p->filename_dsc.dsc$b_class = DSC$K_CLASS_S;
    +    p->filename_dsc.dsc$a_pointer = p->filename;
    +    p->imagename_dsc.dsc$w_length = strlen(p->imagename);
    +    p->imagename_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
    +    p->imagename_dsc.dsc$b_class = DSC$K_CLASS_S;
    +    p->imagename_dsc.dsc$a_pointer = p->imagename;
    +
    +    if (!sk_void_push(dso->meth_data, (char *)p)) {
    +        DSOerr(DSO_F_VMS_LOAD, DSO_R_STACK_ERROR);
    +        goto err;
    +    }
    +
    +    /* Success (for now, we lie.  We actually do not know...) */
    +    dso->loaded_filename = filename;
    +    return (1);
    + err:
    +    /* Cleanup! */
    +    if (p != NULL)
    +        OPENSSL_free(p);
    +    if (filename != NULL)
    +        OPENSSL_free(filename);
    +    return (0);
    +}
    +
    +/*
    + * Note that this doesn't actually unload the shared image, as there is no
      * such thing in VMS.  Next time it get loaded again, a new copy will
      * actually be loaded.
      */
     static int vms_unload(DSO *dso)
    -	{
    -	DSO_VMS_INTERNAL *p;
    -	if(dso == NULL)
    -		{
    -		DSOerr(DSO_F_VMS_UNLOAD,ERR_R_PASSED_NULL_PARAMETER);
    -		return(0);
    -		}
    -	if(sk_void_num(dso->meth_data) < 1)
    -		return(1);
    -	p = (DSO_VMS_INTERNAL *)sk_void_pop(dso->meth_data);
    -	if(p == NULL)
    -		{
    -		DSOerr(DSO_F_VMS_UNLOAD,DSO_R_NULL_HANDLE);
    -		return(0);
    -		}
    -	/* Cleanup */
    -	OPENSSL_free(p);
    -	return(1);
    -	}
    -
    -/* We must do this in a separate function because of the way the exception
    -   handler works (it makes this function return */
    +{
    +    DSO_VMS_INTERNAL *p;
    +    if (dso == NULL) {
    +        DSOerr(DSO_F_VMS_UNLOAD, ERR_R_PASSED_NULL_PARAMETER);
    +        return (0);
    +    }
    +    if (sk_void_num(dso->meth_data) < 1)
    +        return (1);
    +    p = (DSO_VMS_INTERNAL *)sk_void_pop(dso->meth_data);
    +    if (p == NULL) {
    +        DSOerr(DSO_F_VMS_UNLOAD, DSO_R_NULL_HANDLE);
    +        return (0);
    +    }
    +    /* Cleanup */
    +    OPENSSL_free(p);
    +    return (1);
    +}
    +
    +/*
    + * We must do this in a separate function because of the way the exception
    + * handler works (it makes this function return
    + */
     static int do_find_symbol(DSO_VMS_INTERNAL *ptr,
    -	struct dsc$descriptor_s *symname_dsc, void **sym,
    -	unsigned long flags)
    -	{
    -	/* Make sure that signals are caught and returned instead of
    -	   aborting the program.  The exception handler gets unestablished
    -	   automatically on return from this function.  */
    -	lib$establish(lib$sig_to_ret);
    -
    -	if(ptr->imagename_dsc.dsc$w_length)
    -		return lib$find_image_symbol(&ptr->filename_dsc,
    -			symname_dsc, sym,
    -			&ptr->imagename_dsc, flags);
    -	else
    -		return lib$find_image_symbol(&ptr->filename_dsc,
    -			symname_dsc, sym,
    -			0, flags);
    -	}
    +                          struct dsc$descriptor_s *symname_dsc, void **sym,
    +                          unsigned long flags)
    +{
    +    /*
    +     * Make sure that signals are caught and returned instead of aborting the
    +     * program.  The exception handler gets unestablished automatically on
    +     * return from this function.
    +     */
    +    lib$establish(lib$sig_to_ret);
    +
    +    if (ptr->imagename_dsc.dsc$w_length)
    +        return lib$find_image_symbol(&ptr->filename_dsc,
    +                                     symname_dsc, sym,
    +                                     &ptr->imagename_dsc, flags);
    +    else
    +        return lib$find_image_symbol(&ptr->filename_dsc,
    +                                     symname_dsc, sym, 0, flags);
    +}
     
     void vms_bind_sym(DSO *dso, const char *symname, void **sym)
    -	{
    -	DSO_VMS_INTERNAL *ptr;
    -	int status;
    -#if 0
    -	int flags = (1<<4); /* LIB$M_FIS_MIXEDCASE, but this symbol isn't
    -                               defined in VMS older than 7.0 or so */
    -#else
    -	int flags = 0;
    -#endif
    -	struct dsc$descriptor_s symname_dsc;
    +{
    +    DSO_VMS_INTERNAL *ptr;
    +    int status;
    +# if 0
    +    int flags = (1 << 4);       /* LIB$M_FIS_MIXEDCASE, but this symbol isn't
    +                                 * defined in VMS older than 7.0 or so */
    +# else
    +    int flags = 0;
    +# endif
    +    struct dsc$descriptor_s symname_dsc;
     
     /* Arrange 32-bit pointer to (copied) string storage, if needed. */
    -#if __INITIAL_POINTER_SIZE == 64
    -# define SYMNAME symname_32p
    -# pragma pointer_size save
    -# pragma pointer_size 32
    -	char *symname_32p;
    -# pragma pointer_size restore
    -	char symname_32[ NAMX_MAXRSS+ 1];
    -#else /* __INITIAL_POINTER_SIZE == 64 */
    -# define SYMNAME ((char *) symname)
    -#endif /* __INITIAL_POINTER_SIZE == 64 [else] */
    -
    -	*sym = NULL;
    -
    -	if((dso == NULL) || (symname == NULL))
    -		{
    -		DSOerr(DSO_F_VMS_BIND_SYM,ERR_R_PASSED_NULL_PARAMETER);
    -		return;
    -		}
    -
    -#if __INITIAL_POINTER_SIZE == 64
    -	/* Copy the symbol name to storage with a 32-bit pointer. */
    -	symname_32p = symname_32;
    -	strcpy( symname_32p, symname);
    -#endif /* __INITIAL_POINTER_SIZE == 64 [else] */
    -
    -	symname_dsc.dsc$w_length = strlen(SYMNAME);
    -	symname_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
    -	symname_dsc.dsc$b_class = DSC$K_CLASS_S;
    -	symname_dsc.dsc$a_pointer = SYMNAME;
    -
    -	if(sk_void_num(dso->meth_data) < 1)
    -		{
    -		DSOerr(DSO_F_VMS_BIND_SYM,DSO_R_STACK_ERROR);
    -		return;
    -		}
    -	ptr = (DSO_VMS_INTERNAL *)sk_void_value(dso->meth_data,
    -		sk_void_num(dso->meth_data) - 1);
    -	if(ptr == NULL)
    -		{
    -		DSOerr(DSO_F_VMS_BIND_SYM,DSO_R_NULL_HANDLE);
    -		return;
    -		}
    -
    -	if(dso->flags & DSO_FLAG_UPCASE_SYMBOL) flags = 0;
    -
    -	status = do_find_symbol(ptr, &symname_dsc, sym, flags);
    -
    -	if(!$VMS_STATUS_SUCCESS(status))
    -		{
    -		unsigned short length;
    -		char errstring[257];
    -		struct dsc$descriptor_s errstring_dsc;
    -
    -		errstring_dsc.dsc$w_length = sizeof(errstring);
    -		errstring_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
    -		errstring_dsc.dsc$b_class = DSC$K_CLASS_S;
    -		errstring_dsc.dsc$a_pointer = errstring;
    -
    -		*sym = NULL;
    -
    -		status = sys$getmsg(status, &length, &errstring_dsc, 1, 0);
    -
    -		if (!$VMS_STATUS_SUCCESS(status))
    -			lib$signal(status); /* This is really bad.  Abort!  */
    -		else
    -			{
    -			errstring[length] = '\0';
    -
    -			DSOerr(DSO_F_VMS_BIND_SYM,DSO_R_SYM_FAILURE);
    -			if (ptr->imagename_dsc.dsc$w_length)
    -				ERR_add_error_data(9,
    -					"Symbol ", symname,
    -					" in ", ptr->filename,
    -					" (", ptr->imagename, ")",
    -					": ", errstring);
    -			else
    -				ERR_add_error_data(6,
    -					"Symbol ", symname,
    -					" in ", ptr->filename,
    -					": ", errstring);
    -			}
    -		return;
    -		}
    -	return;
    -	}
    +# if __INITIAL_POINTER_SIZE == 64
    +#  define SYMNAME symname_32p
    +#  pragma pointer_size save
    +#  pragma pointer_size 32
    +    char *symname_32p;
    +#  pragma pointer_size restore
    +    char symname_32[NAMX_MAXRSS + 1];
    +# else                          /* __INITIAL_POINTER_SIZE == 64 */
    +#  define SYMNAME ((char *) symname)
    +# endif                         /* __INITIAL_POINTER_SIZE == 64 [else] */
    +
    +    *sym = NULL;
    +
    +    if ((dso == NULL) || (symname == NULL)) {
    +        DSOerr(DSO_F_VMS_BIND_SYM, ERR_R_PASSED_NULL_PARAMETER);
    +        return;
    +    }
    +# if __INITIAL_POINTER_SIZE == 64
    +    /* Copy the symbol name to storage with a 32-bit pointer. */
    +    symname_32p = symname_32;
    +    strcpy(symname_32p, symname);
    +# endif                         /* __INITIAL_POINTER_SIZE == 64 [else] */
    +
    +    symname_dsc.dsc$w_length = strlen(SYMNAME);
    +    symname_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
    +    symname_dsc.dsc$b_class = DSC$K_CLASS_S;
    +    symname_dsc.dsc$a_pointer = SYMNAME;
    +
    +    if (sk_void_num(dso->meth_data) < 1) {
    +        DSOerr(DSO_F_VMS_BIND_SYM, DSO_R_STACK_ERROR);
    +        return;
    +    }
    +    ptr = (DSO_VMS_INTERNAL *)sk_void_value(dso->meth_data,
    +                                            sk_void_num(dso->meth_data) - 1);
    +    if (ptr == NULL) {
    +        DSOerr(DSO_F_VMS_BIND_SYM, DSO_R_NULL_HANDLE);
    +        return;
    +    }
    +
    +    if (dso->flags & DSO_FLAG_UPCASE_SYMBOL)
    +        flags = 0;
    +
    +    status = do_find_symbol(ptr, &symname_dsc, sym, flags);
    +
    +    if (!$VMS_STATUS_SUCCESS(status)) {
    +        unsigned short length;
    +        char errstring[257];
    +        struct dsc$descriptor_s errstring_dsc;
    +
    +        errstring_dsc.dsc$w_length = sizeof(errstring);
    +        errstring_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
    +        errstring_dsc.dsc$b_class = DSC$K_CLASS_S;
    +        errstring_dsc.dsc$a_pointer = errstring;
    +
    +        *sym = NULL;
    +
    +        status = sys$getmsg(status, &length, &errstring_dsc, 1, 0);
    +
    +        if (!$VMS_STATUS_SUCCESS(status))
    +            lib$signal(status); /* This is really bad.  Abort! */
    +        else {
    +            errstring[length] = '\0';
    +
    +            DSOerr(DSO_F_VMS_BIND_SYM, DSO_R_SYM_FAILURE);
    +            if (ptr->imagename_dsc.dsc$w_length)
    +                ERR_add_error_data(9,
    +                                   "Symbol ", symname,
    +                                   " in ", ptr->filename,
    +                                   " (", ptr->imagename, ")",
    +                                   ": ", errstring);
    +            else
    +                ERR_add_error_data(6,
    +                                   "Symbol ", symname,
    +                                   " in ", ptr->filename, ": ", errstring);
    +        }
    +        return;
    +    }
    +    return;
    +}
     
     static void *vms_bind_var(DSO *dso, const char *symname)
    -	{
    -	void *sym = 0;
    -	vms_bind_sym(dso, symname, &sym);
    -	return sym;
    -	}
    +{
    +    void *sym = 0;
    +    vms_bind_sym(dso, symname, &sym);
    +    return sym;
    +}
     
     static DSO_FUNC_TYPE vms_bind_func(DSO *dso, const char *symname)
    -	{
    -	DSO_FUNC_TYPE sym = 0;
    -	vms_bind_sym(dso, symname, (void **)&sym);
    -	return sym;
    -	}
    -
    -
    -static char *vms_merger(DSO *dso, const char *filespec1, const char *filespec2)
    -	{
    -	int status;
    -	int filespec1len, filespec2len;
    -	struct FAB fab;
    -	struct NAMX_STRUCT nam;
    -	char esa[ NAMX_MAXRSS+ 1];
    -	char *merged;
    +{
    +    DSO_FUNC_TYPE sym = 0;
    +    vms_bind_sym(dso, symname, (void **)&sym);
    +    return sym;
    +}
    +
    +static char *vms_merger(DSO *dso, const char *filespec1,
    +                        const char *filespec2)
    +{
    +    int status;
    +    int filespec1len, filespec2len;
    +    struct FAB fab;
    +    struct NAMX_STRUCT nam;
    +    char esa[NAMX_MAXRSS + 1];
    +    char *merged;
     
     /* Arrange 32-bit pointer to (copied) string storage, if needed. */
    -#if __INITIAL_POINTER_SIZE == 64
    -# define FILESPEC1 filespec1_32p;
    -# define FILESPEC2 filespec2_32p;
    -# pragma pointer_size save
    -# pragma pointer_size 32
    -	char *filespec1_32p;
    -	char *filespec2_32p;
    -# pragma pointer_size restore
    -	char filespec1_32[ NAMX_MAXRSS+ 1];
    -	char filespec2_32[ NAMX_MAXRSS+ 1];
    -#else /* __INITIAL_POINTER_SIZE == 64 */
    -# define FILESPEC1 ((char *) filespec1)
    -# define FILESPEC2 ((char *) filespec2)
    -#endif /* __INITIAL_POINTER_SIZE == 64 [else] */
    -
    -	if (!filespec1) filespec1 = "";
    -	if (!filespec2) filespec2 = "";
    -	filespec1len = strlen(filespec1);
    -	filespec2len = strlen(filespec2);
    -
    -#if __INITIAL_POINTER_SIZE == 64
    -	/* Copy the file names to storage with a 32-bit pointer. */
    -	filespec1_32p = filespec1_32;
    -	filespec2_32p = filespec2_32;
    -	strcpy( filespec1_32p, filespec1);
    -	strcpy( filespec2_32p, filespec2);
    -#endif /* __INITIAL_POINTER_SIZE == 64 [else] */
    -
    -	fab = cc$rms_fab;
    -	nam = CC_RMS_NAMX;
    -
    -	FAB_OR_NAML( fab, nam).FAB_OR_NAML_FNA = FILESPEC1;
    -	FAB_OR_NAML( fab, nam).FAB_OR_NAML_FNS = filespec1len;
    -	FAB_OR_NAML( fab, nam).FAB_OR_NAML_DNA = FILESPEC2;
    -	FAB_OR_NAML( fab, nam).FAB_OR_NAML_DNS = filespec2len;
    -	NAMX_DNA_FNA_SET( fab)
    -
    -	nam.NAMX_ESA = esa;
    -	nam.NAMX_ESS = NAMX_MAXRSS;
    -	nam.NAMX_NOP = NAM$M_SYNCHK | NAM$M_PWD;
    -	SET_NAMX_NO_SHORT_UPCASE( nam);
    -
    -	fab.FAB_NAMX = &nam;
    -
    -	status = sys$parse(&fab, 0, 0);
    -
    -	if(!$VMS_STATUS_SUCCESS(status))
    -		{
    -		unsigned short length;
    -		char errstring[257];
    -		struct dsc$descriptor_s errstring_dsc;
    -
    -		errstring_dsc.dsc$w_length = sizeof(errstring);
    -		errstring_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
    -		errstring_dsc.dsc$b_class = DSC$K_CLASS_S;
    -		errstring_dsc.dsc$a_pointer = errstring;
    -
    -		status = sys$getmsg(status, &length, &errstring_dsc, 1, 0);
    -
    -		if (!$VMS_STATUS_SUCCESS(status))
    -			lib$signal(status); /* This is really bad.  Abort!  */
    -		else
    -			{
    -			errstring[length] = '\0';
    -
    -			DSOerr(DSO_F_VMS_MERGER,DSO_R_FAILURE);
    -			ERR_add_error_data(7,
    -					   "filespec \"", filespec1, "\", ",
    -					   "defaults \"", filespec2, "\": ",
    -					   errstring);
    -			}
    -		return(NULL);
    -		}
    -
    -	merged = OPENSSL_malloc( nam.NAMX_ESL+ 1);
    -	if(!merged)
    -		goto malloc_err;
    -	strncpy( merged, nam.NAMX_ESA, nam.NAMX_ESL);
    -	merged[ nam.NAMX_ESL] = '\0';
    -	return(merged);
    +# if __INITIAL_POINTER_SIZE == 64
    +#  define FILESPEC1 filespec1_32p;
    +#  define FILESPEC2 filespec2_32p;
    +#  pragma pointer_size save
    +#  pragma pointer_size 32
    +    char *filespec1_32p;
    +    char *filespec2_32p;
    +#  pragma pointer_size restore
    +    char filespec1_32[NAMX_MAXRSS + 1];
    +    char filespec2_32[NAMX_MAXRSS + 1];
    +# else                          /* __INITIAL_POINTER_SIZE == 64 */
    +#  define FILESPEC1 ((char *) filespec1)
    +#  define FILESPEC2 ((char *) filespec2)
    +# endif                         /* __INITIAL_POINTER_SIZE == 64 [else] */
    +
    +    if (!filespec1)
    +        filespec1 = "";
    +    if (!filespec2)
    +        filespec2 = "";
    +    filespec1len = strlen(filespec1);
    +    filespec2len = strlen(filespec2);
    +
    +# if __INITIAL_POINTER_SIZE == 64
    +    /* Copy the file names to storage with a 32-bit pointer. */
    +    filespec1_32p = filespec1_32;
    +    filespec2_32p = filespec2_32;
    +    strcpy(filespec1_32p, filespec1);
    +    strcpy(filespec2_32p, filespec2);
    +# endif                         /* __INITIAL_POINTER_SIZE == 64 [else] */
    +
    +    fab = cc$rms_fab;
    +    nam = CC_RMS_NAMX;
    +
    +    FAB_OR_NAML(fab, nam).FAB_OR_NAML_FNA = FILESPEC1;
    +    FAB_OR_NAML(fab, nam).FAB_OR_NAML_FNS = filespec1len;
    +    FAB_OR_NAML(fab, nam).FAB_OR_NAML_DNA = FILESPEC2;
    +    FAB_OR_NAML(fab, nam).FAB_OR_NAML_DNS = filespec2len;
    +    NAMX_DNA_FNA_SET(fab)
    +
    +        nam.NAMX_ESA = esa;
    +    nam.NAMX_ESS = NAMX_MAXRSS;
    +    nam.NAMX_NOP = NAM$M_SYNCHK | NAM$M_PWD;
    +    SET_NAMX_NO_SHORT_UPCASE(nam);
    +
    +    fab.FAB_NAMX = &nam;
    +
    +    status = sys$parse(&fab, 0, 0);
    +
    +    if (!$VMS_STATUS_SUCCESS(status)) {
    +        unsigned short length;
    +        char errstring[257];
    +        struct dsc$descriptor_s errstring_dsc;
    +
    +        errstring_dsc.dsc$w_length = sizeof(errstring);
    +        errstring_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
    +        errstring_dsc.dsc$b_class = DSC$K_CLASS_S;
    +        errstring_dsc.dsc$a_pointer = errstring;
    +
    +        status = sys$getmsg(status, &length, &errstring_dsc, 1, 0);
    +
    +        if (!$VMS_STATUS_SUCCESS(status))
    +            lib$signal(status); /* This is really bad.  Abort! */
    +        else {
    +            errstring[length] = '\0';
    +
    +            DSOerr(DSO_F_VMS_MERGER, DSO_R_FAILURE);
    +            ERR_add_error_data(7,
    +                               "filespec \"", filespec1, "\", ",
    +                               "defaults \"", filespec2, "\": ", errstring);
    +        }
    +        return (NULL);
    +    }
    +
    +    merged = OPENSSL_malloc(nam.NAMX_ESL + 1);
    +    if (!merged)
    +        goto malloc_err;
    +    strncpy(merged, nam.NAMX_ESA, nam.NAMX_ESL);
    +    merged[nam.NAMX_ESL] = '\0';
    +    return (merged);
      malloc_err:
    -	DSOerr(DSO_F_VMS_MERGER,
    -		ERR_R_MALLOC_FAILURE);
    -	}
    +    DSOerr(DSO_F_VMS_MERGER, ERR_R_MALLOC_FAILURE);
    +}
     
     static char *vms_name_converter(DSO *dso, const char *filename)
    -	{
    -        int len = strlen(filename);
    -        char *not_translated = OPENSSL_malloc(len+1);
    -        strcpy(not_translated,filename);
    -	return(not_translated);
    -	}
    -
    -#endif /* OPENSSL_SYS_VMS */
    +{
    +    int len = strlen(filename);
    +    char *not_translated = OPENSSL_malloc(len + 1);
    +    strcpy(not_translated, filename);
    +    return (not_translated);
    +}
    +
    +#endif                          /* OPENSSL_SYS_VMS */
    diff --git a/openssl/crypto/dso/dso_win32.c b/openssl/crypto/dso/dso_win32.c
    index 6fb6c5418..c65234e9c 100644
    --- a/openssl/crypto/dso/dso_win32.c
    +++ b/openssl/crypto/dso/dso_win32.c
    @@ -1,6 +1,7 @@
     /* dso_win32.c -*- mode:C; c-file-style: "eay" -*- */
    -/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 2000 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -63,782 +64,725 @@
     
     #if !defined(DSO_WIN32)
     DSO_METHOD *DSO_METHOD_win32(void)
    -	{
    -	return NULL;
    -	}
    +{
    +    return NULL;
    +}
     #else
     
    -#ifdef _WIN32_WCE
    -# if _WIN32_WCE < 300
    -static FARPROC GetProcAddressA(HMODULE hModule,LPCSTR lpProcName)
    -	{
    -	WCHAR lpProcNameW[64];
    -	int i;
    -
    -	for (i=0;lpProcName[i] && i<64;i++)
    -		lpProcNameW[i] = (WCHAR)lpProcName[i];
    -	if (i==64) return NULL;
    -	lpProcNameW[i] = 0;
    -
    -	return GetProcAddressW(hModule,lpProcNameW);
    -	}
    -# endif
    -# undef GetProcAddress
    -# define GetProcAddress GetProcAddressA
    +# ifdef _WIN32_WCE
    +#  if _WIN32_WCE < 300
    +static FARPROC GetProcAddressA(HMODULE hModule, LPCSTR lpProcName)
    +{
    +    WCHAR lpProcNameW[64];
    +    int i;
    +
    +    for (i = 0; lpProcName[i] && i < 64; i++)
    +        lpProcNameW[i] = (WCHAR)lpProcName[i];
    +    if (i == 64)
    +        return NULL;
    +    lpProcNameW[i] = 0;
    +
    +    return GetProcAddressW(hModule, lpProcNameW);
    +}
    +#  endif
    +#  undef GetProcAddress
    +#  define GetProcAddress GetProcAddressA
     
     static HINSTANCE LoadLibraryA(LPCSTR lpLibFileName)
    -	{
    -	WCHAR *fnamw;
    -	size_t len_0=strlen(lpLibFileName)+1,i;
    -
    -#ifdef _MSC_VER
    -	fnamw = (WCHAR *)_alloca (len_0*sizeof(WCHAR));
    -#else
    -	fnamw = (WCHAR *)alloca (len_0*sizeof(WCHAR));
    -#endif
    -	if (fnamw == NULL)
    -		{
    -		SetLastError(ERROR_NOT_ENOUGH_MEMORY);
    -		return NULL;
    -		}
    -
    -#if defined(_WIN32_WCE) && _WIN32_WCE>=101
    -	if (!MultiByteToWideChar(CP_ACP,0,lpLibFileName,len_0,fnamw,len_0))
    -#endif
    -		for (i=0;i=101
    +    if (!MultiByteToWideChar(CP_ACP, 0, lpLibFileName, len_0, fnamw, len_0))
    +#  endif
    +        for (i = 0; i < len_0; i++)
    +            fnamw[i] = (WCHAR)lpLibFileName[i];
    +
    +    return LoadLibraryW(fnamw);
    +}
    +# endif
     
     /* Part of the hack in "win32_load" ... */
    -#define DSO_MAX_TRANSLATED_SIZE 256
    +# define DSO_MAX_TRANSLATED_SIZE 256
     
     static int win32_load(DSO *dso);
     static int win32_unload(DSO *dso);
     static void *win32_bind_var(DSO *dso, const char *symname);
     static DSO_FUNC_TYPE win32_bind_func(DSO *dso, const char *symname);
    -#if 0
    +# if 0
     static int win32_unbind_var(DSO *dso, char *symname, void *symptr);
     static int win32_unbind_func(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
     static int win32_init(DSO *dso);
     static int win32_finish(DSO *dso);
     static long win32_ctrl(DSO *dso, int cmd, long larg, void *parg);
    -#endif
    +# endif
     static char *win32_name_converter(DSO *dso, const char *filename);
     static char *win32_merger(DSO *dso, const char *filespec1,
    -	const char *filespec2);
    -static int win32_pathbyaddr(void *addr,char *path,int sz);
    +                          const char *filespec2);
    +static int win32_pathbyaddr(void *addr, char *path, int sz);
     static void *win32_globallookup(const char *name);
     
     static const char *openssl_strnchr(const char *string, int c, size_t len);
     
     static DSO_METHOD dso_meth_win32 = {
    -	"OpenSSL 'win32' shared library method",
    -	win32_load,
    -	win32_unload,
    -	win32_bind_var,
    -	win32_bind_func,
    +    "OpenSSL 'win32' shared library method",
    +    win32_load,
    +    win32_unload,
    +    win32_bind_var,
    +    win32_bind_func,
     /* For now, "unbind" doesn't exist */
    -#if 0
    -	NULL, /* unbind_var */
    -	NULL, /* unbind_func */
    -#endif
    -	NULL, /* ctrl */
    -	win32_name_converter,
    -	win32_merger,
    -	NULL, /* init */
    -	NULL, /* finish */
    -	win32_pathbyaddr,
    -	win32_globallookup
    -	};
    +# if 0
    +    NULL,                       /* unbind_var */
    +    NULL,                       /* unbind_func */
    +# endif
    +    NULL,                       /* ctrl */
    +    win32_name_converter,
    +    win32_merger,
    +    NULL,                       /* init */
    +    NULL,                       /* finish */
    +    win32_pathbyaddr,
    +    win32_globallookup
    +};
     
     DSO_METHOD *DSO_METHOD_win32(void)
    -	{
    -	return(&dso_meth_win32);
    -	}
    +{
    +    return (&dso_meth_win32);
    +}
     
    -/* For this DSO_METHOD, our meth_data STACK will contain;
    - * (i) a pointer to the handle (HINSTANCE) returned from
    - *     LoadLibrary(), and copied.
    +/*
    + * For this DSO_METHOD, our meth_data STACK will contain; (i) a pointer to
    + * the handle (HINSTANCE) returned from LoadLibrary(), and copied.
      */
     
     static int win32_load(DSO *dso)
    -	{
    -	HINSTANCE h = NULL, *p = NULL;
    -	/* See applicable comments from dso_dl.c */
    -	char *filename = DSO_convert_filename(dso, NULL);
    -
    -	if(filename == NULL)
    -		{
    -		DSOerr(DSO_F_WIN32_LOAD,DSO_R_NO_FILENAME);
    -		goto err;
    -		}
    -	h = LoadLibraryA(filename);
    -	if(h == NULL)
    -		{
    -		DSOerr(DSO_F_WIN32_LOAD,DSO_R_LOAD_FAILED);
    -		ERR_add_error_data(3, "filename(", filename, ")");
    -		goto err;
    -		}
    -	p = (HINSTANCE *)OPENSSL_malloc(sizeof(HINSTANCE));
    -	if(p == NULL)
    -		{
    -		DSOerr(DSO_F_WIN32_LOAD,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -	*p = h;
    -	if(!sk_void_push(dso->meth_data, p))
    -		{
    -		DSOerr(DSO_F_WIN32_LOAD,DSO_R_STACK_ERROR);
    -		goto err;
    -		}
    -	/* Success */
    -	dso->loaded_filename = filename;
    -	return(1);
    -err:
    -	/* Cleanup !*/
    -	if(filename != NULL)
    -		OPENSSL_free(filename);
    -	if(p != NULL)
    -		OPENSSL_free(p);
    -	if(h != NULL)
    -		FreeLibrary(h);
    -	return(0);
    -	}
    +{
    +    HINSTANCE h = NULL, *p = NULL;
    +    /* See applicable comments from dso_dl.c */
    +    char *filename = DSO_convert_filename(dso, NULL);
    +
    +    if (filename == NULL) {
    +        DSOerr(DSO_F_WIN32_LOAD, DSO_R_NO_FILENAME);
    +        goto err;
    +    }
    +    h = LoadLibraryA(filename);
    +    if (h == NULL) {
    +        DSOerr(DSO_F_WIN32_LOAD, DSO_R_LOAD_FAILED);
    +        ERR_add_error_data(3, "filename(", filename, ")");
    +        goto err;
    +    }
    +    p = (HINSTANCE *) OPENSSL_malloc(sizeof(HINSTANCE));
    +    if (p == NULL) {
    +        DSOerr(DSO_F_WIN32_LOAD, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +    *p = h;
    +    if (!sk_void_push(dso->meth_data, p)) {
    +        DSOerr(DSO_F_WIN32_LOAD, DSO_R_STACK_ERROR);
    +        goto err;
    +    }
    +    /* Success */
    +    dso->loaded_filename = filename;
    +    return (1);
    + err:
    +    /* Cleanup ! */
    +    if (filename != NULL)
    +        OPENSSL_free(filename);
    +    if (p != NULL)
    +        OPENSSL_free(p);
    +    if (h != NULL)
    +        FreeLibrary(h);
    +    return (0);
    +}
     
     static int win32_unload(DSO *dso)
    -	{
    -	HINSTANCE *p;
    -	if(dso == NULL)
    -		{
    -		DSOerr(DSO_F_WIN32_UNLOAD,ERR_R_PASSED_NULL_PARAMETER);
    -		return(0);
    -		}
    -	if(sk_void_num(dso->meth_data) < 1)
    -		return(1);
    -	p = sk_void_pop(dso->meth_data);
    -	if(p == NULL)
    -		{
    -		DSOerr(DSO_F_WIN32_UNLOAD,DSO_R_NULL_HANDLE);
    -		return(0);
    -		}
    -	if(!FreeLibrary(*p))
    -		{
    -		DSOerr(DSO_F_WIN32_UNLOAD,DSO_R_UNLOAD_FAILED);
    -		/* We should push the value back onto the stack in
    -		 * case of a retry. */
    -		sk_void_push(dso->meth_data, p);
    -		return(0);
    -		}
    -	/* Cleanup */
    -	OPENSSL_free(p);
    -	return(1);
    -	}
    -
    -/* Using GetProcAddress for variables? TODO: Check this out in
    - * the Win32 API docs, there's probably a variant for variables. */
    +{
    +    HINSTANCE *p;
    +    if (dso == NULL) {
    +        DSOerr(DSO_F_WIN32_UNLOAD, ERR_R_PASSED_NULL_PARAMETER);
    +        return (0);
    +    }
    +    if (sk_void_num(dso->meth_data) < 1)
    +        return (1);
    +    p = sk_void_pop(dso->meth_data);
    +    if (p == NULL) {
    +        DSOerr(DSO_F_WIN32_UNLOAD, DSO_R_NULL_HANDLE);
    +        return (0);
    +    }
    +    if (!FreeLibrary(*p)) {
    +        DSOerr(DSO_F_WIN32_UNLOAD, DSO_R_UNLOAD_FAILED);
    +        /*
    +         * We should push the value back onto the stack in case of a retry.
    +         */
    +        sk_void_push(dso->meth_data, p);
    +        return (0);
    +    }
    +    /* Cleanup */
    +    OPENSSL_free(p);
    +    return (1);
    +}
    +
    +/*
    + * Using GetProcAddress for variables? TODO: Check this out in the Win32 API
    + * docs, there's probably a variant for variables.
    + */
     static void *win32_bind_var(DSO *dso, const char *symname)
    -	{
    -	HINSTANCE *ptr;
    -	void *sym;
    -
    -	if((dso == NULL) || (symname == NULL))
    -		{
    -		DSOerr(DSO_F_WIN32_BIND_VAR,ERR_R_PASSED_NULL_PARAMETER);
    -		return(NULL);
    -		}
    -	if(sk_void_num(dso->meth_data) < 1)
    -		{
    -		DSOerr(DSO_F_WIN32_BIND_VAR,DSO_R_STACK_ERROR);
    -		return(NULL);
    -		}
    -	ptr = sk_void_value(dso->meth_data, sk_void_num(dso->meth_data) - 1);
    -	if(ptr == NULL)
    -		{
    -		DSOerr(DSO_F_WIN32_BIND_VAR,DSO_R_NULL_HANDLE);
    -		return(NULL);
    -		}
    -	sym = GetProcAddress(*ptr, symname);
    -	if(sym == NULL)
    -		{
    -		DSOerr(DSO_F_WIN32_BIND_VAR,DSO_R_SYM_FAILURE);
    -		ERR_add_error_data(3, "symname(", symname, ")");
    -		return(NULL);
    -		}
    -	return(sym);
    -	}
    +{
    +    HINSTANCE *ptr;
    +    void *sym;
    +
    +    if ((dso == NULL) || (symname == NULL)) {
    +        DSOerr(DSO_F_WIN32_BIND_VAR, ERR_R_PASSED_NULL_PARAMETER);
    +        return (NULL);
    +    }
    +    if (sk_void_num(dso->meth_data) < 1) {
    +        DSOerr(DSO_F_WIN32_BIND_VAR, DSO_R_STACK_ERROR);
    +        return (NULL);
    +    }
    +    ptr = sk_void_value(dso->meth_data, sk_void_num(dso->meth_data) - 1);
    +    if (ptr == NULL) {
    +        DSOerr(DSO_F_WIN32_BIND_VAR, DSO_R_NULL_HANDLE);
    +        return (NULL);
    +    }
    +    sym = GetProcAddress(*ptr, symname);
    +    if (sym == NULL) {
    +        DSOerr(DSO_F_WIN32_BIND_VAR, DSO_R_SYM_FAILURE);
    +        ERR_add_error_data(3, "symname(", symname, ")");
    +        return (NULL);
    +    }
    +    return (sym);
    +}
     
     static DSO_FUNC_TYPE win32_bind_func(DSO *dso, const char *symname)
    -	{
    -	HINSTANCE *ptr;
    -	void *sym;
    -
    -	if((dso == NULL) || (symname == NULL))
    -		{
    -		DSOerr(DSO_F_WIN32_BIND_FUNC,ERR_R_PASSED_NULL_PARAMETER);
    -		return(NULL);
    -		}
    -	if(sk_void_num(dso->meth_data) < 1)
    -		{
    -		DSOerr(DSO_F_WIN32_BIND_FUNC,DSO_R_STACK_ERROR);
    -		return(NULL);
    -		}
    -	ptr = sk_void_value(dso->meth_data, sk_void_num(dso->meth_data) - 1);
    -	if(ptr == NULL)
    -		{
    -		DSOerr(DSO_F_WIN32_BIND_FUNC,DSO_R_NULL_HANDLE);
    -		return(NULL);
    -		}
    -	sym = GetProcAddress(*ptr, symname);
    -	if(sym == NULL)
    -		{
    -		DSOerr(DSO_F_WIN32_BIND_FUNC,DSO_R_SYM_FAILURE);
    -		ERR_add_error_data(3, "symname(", symname, ")");
    -		return(NULL);
    -		}
    -	return((DSO_FUNC_TYPE)sym);
    -	}
    -
    -struct file_st
    -	{
    -	const char *node; int nodelen;
    -	const char *device; int devicelen;
    -	const char *predir; int predirlen;
    -	const char *dir; int dirlen;
    -	const char *file; int filelen;
    -	};
    +{
    +    HINSTANCE *ptr;
    +    void *sym;
    +
    +    if ((dso == NULL) || (symname == NULL)) {
    +        DSOerr(DSO_F_WIN32_BIND_FUNC, ERR_R_PASSED_NULL_PARAMETER);
    +        return (NULL);
    +    }
    +    if (sk_void_num(dso->meth_data) < 1) {
    +        DSOerr(DSO_F_WIN32_BIND_FUNC, DSO_R_STACK_ERROR);
    +        return (NULL);
    +    }
    +    ptr = sk_void_value(dso->meth_data, sk_void_num(dso->meth_data) - 1);
    +    if (ptr == NULL) {
    +        DSOerr(DSO_F_WIN32_BIND_FUNC, DSO_R_NULL_HANDLE);
    +        return (NULL);
    +    }
    +    sym = GetProcAddress(*ptr, symname);
    +    if (sym == NULL) {
    +        DSOerr(DSO_F_WIN32_BIND_FUNC, DSO_R_SYM_FAILURE);
    +        ERR_add_error_data(3, "symname(", symname, ")");
    +        return (NULL);
    +    }
    +    return ((DSO_FUNC_TYPE)sym);
    +}
    +
    +struct file_st {
    +    const char *node;
    +    int nodelen;
    +    const char *device;
    +    int devicelen;
    +    const char *predir;
    +    int predirlen;
    +    const char *dir;
    +    int dirlen;
    +    const char *file;
    +    int filelen;
    +};
     
     static struct file_st *win32_splitter(DSO *dso, const char *filename,
    -	int assume_last_is_dir)
    -	{
    -	struct file_st *result = NULL;
    -	enum { IN_NODE, IN_DEVICE, IN_FILE } position;
    -	const char *start = filename;
    -	char last;
    -
    -	if (!filename)
    -		{
    -		DSOerr(DSO_F_WIN32_SPLITTER,DSO_R_NO_FILENAME);
    -		/*goto err;*/
    -		return(NULL);
    -		}
    -
    -	result = OPENSSL_malloc(sizeof(struct file_st));
    -	if(result == NULL)
    -		{
    -		DSOerr(DSO_F_WIN32_SPLITTER,
    -			ERR_R_MALLOC_FAILURE);
    -		return(NULL);
    -		}
    -
    -	memset(result, 0, sizeof(struct file_st));
    -	position = IN_DEVICE;
    -
    -	if((filename[0] == '\\' && filename[1] == '\\')
    -		|| (filename[0] == '/' && filename[1] == '/'))
    -		{
    -		position = IN_NODE;
    -		filename += 2;
    -		start = filename;
    -		result->node = start;
    -		}
    -
    -	do
    -		{
    -		last = filename[0];
    -		switch(last)
    -			{
    -		case ':':
    -			if(position != IN_DEVICE)
    -				{
    -				DSOerr(DSO_F_WIN32_SPLITTER,
    -					DSO_R_INCORRECT_FILE_SYNTAX);
    -				/*goto err;*/
    -				OPENSSL_free(result);
    -				return(NULL);
    -				}
    -			result->device = start;
    -			result->devicelen = (int)(filename - start);
    -			position = IN_FILE;
    -			start = ++filename;
    -			result->dir = start;
    -			break;
    -		case '\\':
    -		case '/':
    -			if(position == IN_NODE)
    -				{
    -				result->nodelen = (int)(filename - start);
    -				position = IN_FILE;
    -				start = ++filename;
    -				result->dir = start;
    -				}
    -			else if(position == IN_DEVICE)
    -				{
    -				position = IN_FILE;
    -				filename++;
    -				result->dir = start;
    -				result->dirlen = (int)(filename - start);
    -				start = filename;
    -				}
    -			else
    -				{
    -				filename++;
    -				result->dirlen += (int)(filename - start);
    -				start = filename;
    -				}
    -			break;
    -		case '\0':
    -			if(position == IN_NODE)
    -				{
    -				result->nodelen = (int)(filename - start);
    -				}
    -			else
    -				{
    -				if(filename - start > 0)
    -					{
    -					if (assume_last_is_dir)
    -						{
    -						if (position == IN_DEVICE)
    -							{
    -							result->dir = start;
    -							result->dirlen = 0;
    -							}
    -						result->dirlen +=
    -							(int)(filename - start);
    -						}
    -					else
    -						{
    -						result->file = start;
    -						result->filelen =
    -							(int)(filename - start);
    -						}
    -					}
    -				}
    -			break;
    -		default:
    -			filename++;
    -			break;
    -			}
    -		}
    -	while(last);
    -
    -	if(!result->nodelen) result->node = NULL;
    -	if(!result->devicelen) result->device = NULL;
    -	if(!result->dirlen) result->dir = NULL;
    -	if(!result->filelen) result->file = NULL;
    -
    -	return(result);
    -	}
    +                                      int assume_last_is_dir)
    +{
    +    struct file_st *result = NULL;
    +    enum { IN_NODE, IN_DEVICE, IN_FILE } position;
    +    const char *start = filename;
    +    char last;
    +
    +    if (!filename) {
    +        DSOerr(DSO_F_WIN32_SPLITTER, DSO_R_NO_FILENAME);
    +        /*
    +         * goto err;
    +         */
    +        return (NULL);
    +    }
    +
    +    result = OPENSSL_malloc(sizeof(struct file_st));
    +    if (result == NULL) {
    +        DSOerr(DSO_F_WIN32_SPLITTER, ERR_R_MALLOC_FAILURE);
    +        return (NULL);
    +    }
    +
    +    memset(result, 0, sizeof(struct file_st));
    +    position = IN_DEVICE;
    +
    +    if ((filename[0] == '\\' && filename[1] == '\\')
    +        || (filename[0] == '/' && filename[1] == '/')) {
    +        position = IN_NODE;
    +        filename += 2;
    +        start = filename;
    +        result->node = start;
    +    }
    +
    +    do {
    +        last = filename[0];
    +        switch (last) {
    +        case ':':
    +            if (position != IN_DEVICE) {
    +                DSOerr(DSO_F_WIN32_SPLITTER, DSO_R_INCORRECT_FILE_SYNTAX);
    +                /*
    +                 * goto err;
    +                 */
    +                OPENSSL_free(result);
    +                return (NULL);
    +            }
    +            result->device = start;
    +            result->devicelen = (int)(filename - start);
    +            position = IN_FILE;
    +            start = ++filename;
    +            result->dir = start;
    +            break;
    +        case '\\':
    +        case '/':
    +            if (position == IN_NODE) {
    +                result->nodelen = (int)(filename - start);
    +                position = IN_FILE;
    +                start = ++filename;
    +                result->dir = start;
    +            } else if (position == IN_DEVICE) {
    +                position = IN_FILE;
    +                filename++;
    +                result->dir = start;
    +                result->dirlen = (int)(filename - start);
    +                start = filename;
    +            } else {
    +                filename++;
    +                result->dirlen += (int)(filename - start);
    +                start = filename;
    +            }
    +            break;
    +        case '\0':
    +            if (position == IN_NODE) {
    +                result->nodelen = (int)(filename - start);
    +            } else {
    +                if (filename - start > 0) {
    +                    if (assume_last_is_dir) {
    +                        if (position == IN_DEVICE) {
    +                            result->dir = start;
    +                            result->dirlen = 0;
    +                        }
    +                        result->dirlen += (int)(filename - start);
    +                    } else {
    +                        result->file = start;
    +                        result->filelen = (int)(filename - start);
    +                    }
    +                }
    +            }
    +            break;
    +        default:
    +            filename++;
    +            break;
    +        }
    +    }
    +    while (last);
    +
    +    if (!result->nodelen)
    +        result->node = NULL;
    +    if (!result->devicelen)
    +        result->device = NULL;
    +    if (!result->dirlen)
    +        result->dir = NULL;
    +    if (!result->filelen)
    +        result->file = NULL;
    +
    +    return (result);
    +}
     
     static char *win32_joiner(DSO *dso, const struct file_st *file_split)
    -	{
    -	int len = 0, offset = 0;
    -	char *result = NULL;
    -	const char *start;
    -
    -	if(!file_split)
    -		{
    -		DSOerr(DSO_F_WIN32_JOINER,
    -				ERR_R_PASSED_NULL_PARAMETER);
    -		return(NULL);
    -		}
    -	if(file_split->node)
    -		{
    -		len += 2 + file_split->nodelen;	/* 2 for starting \\ */
    -		if(file_split->predir || file_split->dir || file_split->file)
    -			len++;	/* 1 for ending \ */
    -		}
    -	else if(file_split->device)
    -		{
    -		len += file_split->devicelen + 1; /* 1 for ending : */
    -		}
    -	len += file_split->predirlen;
    -	if(file_split->predir && (file_split->dir || file_split->file))
    -		{
    -		len++;	/* 1 for ending \ */
    -		}
    -	len += file_split->dirlen;
    -	if(file_split->dir && file_split->file)
    -		{
    -		len++;	/* 1 for ending \ */
    -		}
    -	len += file_split->filelen;
    -
    -	if(!len)
    -		{
    -		DSOerr(DSO_F_WIN32_JOINER, DSO_R_EMPTY_FILE_STRUCTURE);
    -		return(NULL);
    -		}
    -
    -	result = OPENSSL_malloc(len + 1);
    -	if (!result)
    -		{
    -		DSOerr(DSO_F_WIN32_JOINER,
    -			ERR_R_MALLOC_FAILURE);
    -		return(NULL);
    -		}
    -
    -	if(file_split->node)
    -		{
    -		strcpy(&result[offset], "\\\\"); offset += 2;
    -		strncpy(&result[offset], file_split->node,
    -			file_split->nodelen); offset += file_split->nodelen;
    -		if(file_split->predir || file_split->dir || file_split->file)
    -			{
    -			result[offset] = '\\'; offset++;
    -			}
    -		}
    -	else if(file_split->device)
    -		{
    -		strncpy(&result[offset], file_split->device,
    -			file_split->devicelen); offset += file_split->devicelen;
    -		result[offset] = ':'; offset++;
    -		}
    -	start = file_split->predir;
    -	while(file_split->predirlen > (start - file_split->predir))
    -		{
    -		const char *end = openssl_strnchr(start, '/',
    -			file_split->predirlen - (start - file_split->predir));
    -		if(!end)
    -			end = start
    -				+ file_split->predirlen
    -				- (start - file_split->predir);
    -		strncpy(&result[offset], start,
    -			end - start); offset += (int)(end - start);
    -		result[offset] = '\\'; offset++;
    -		start = end + 1;
    -		}
    -#if 0 /* Not needed, since the directory converter above already appeneded
    -	 a backslash */
    -	if(file_split->predir && (file_split->dir || file_split->file))
    -		{
    -		result[offset] = '\\'; offset++;
    -		}
    -#endif
    -	start = file_split->dir;
    -	while(file_split->dirlen > (start - file_split->dir))
    -		{
    -		const char *end = openssl_strnchr(start, '/',
    -			file_split->dirlen - (start - file_split->dir));
    -		if(!end)
    -			end = start
    -				+ file_split->dirlen
    -				- (start - file_split->dir);
    -		strncpy(&result[offset], start,
    -			end - start); offset += (int)(end - start);
    -		result[offset] = '\\'; offset++;
    -		start = end + 1;
    -		}
    -#if 0 /* Not needed, since the directory converter above already appeneded
    -	 a backslash */
    -	if(file_split->dir && file_split->file)
    -		{
    -		result[offset] = '\\'; offset++;
    -		}
    -#endif
    -	strncpy(&result[offset], file_split->file,
    -		file_split->filelen); offset += file_split->filelen;
    -	result[offset] = '\0';
    -	return(result);
    -	}
    -
    -static char *win32_merger(DSO *dso, const char *filespec1, const char *filespec2)
    -	{
    -	char *merged = NULL;
    -	struct file_st *filespec1_split = NULL;
    -	struct file_st *filespec2_split = NULL;
    -
    -	if(!filespec1 && !filespec2)
    -		{
    -		DSOerr(DSO_F_WIN32_MERGER,
    -				ERR_R_PASSED_NULL_PARAMETER);
    -		return(NULL);
    -		}
    -	if (!filespec2)
    -		{
    -		merged = OPENSSL_malloc(strlen(filespec1) + 1);
    -		if(!merged)
    -			{
    -			DSOerr(DSO_F_WIN32_MERGER,
    -				ERR_R_MALLOC_FAILURE);
    -			return(NULL);
    -			}
    -		strcpy(merged, filespec1);
    -		}
    -	else if (!filespec1)
    -		{
    -		merged = OPENSSL_malloc(strlen(filespec2) + 1);
    -		if(!merged)
    -			{
    -			DSOerr(DSO_F_WIN32_MERGER,
    -				ERR_R_MALLOC_FAILURE);
    -			return(NULL);
    -			}
    -		strcpy(merged, filespec2);
    -		}
    -	else
    -		{
    -		filespec1_split = win32_splitter(dso, filespec1, 0);
    -		if (!filespec1_split)
    -			{
    -			DSOerr(DSO_F_WIN32_MERGER,
    -				ERR_R_MALLOC_FAILURE);
    -			return(NULL);
    -			}
    -		filespec2_split = win32_splitter(dso, filespec2, 1);
    -		if (!filespec2_split)
    -			{
    -			DSOerr(DSO_F_WIN32_MERGER,
    -				ERR_R_MALLOC_FAILURE);
    -			OPENSSL_free(filespec1_split);
    -			return(NULL);
    -			}
    -
    -		/* Fill in into filespec1_split */
    -		if (!filespec1_split->node && !filespec1_split->device)
    -			{
    -			filespec1_split->node = filespec2_split->node;
    -			filespec1_split->nodelen = filespec2_split->nodelen;
    -			filespec1_split->device = filespec2_split->device;
    -			filespec1_split->devicelen = filespec2_split->devicelen;
    -			}
    -		if (!filespec1_split->dir)
    -			{
    -			filespec1_split->dir = filespec2_split->dir;
    -			filespec1_split->dirlen = filespec2_split->dirlen;
    -			}
    -		else if (filespec1_split->dir[0] != '\\'
    -			&& filespec1_split->dir[0] != '/')
    -			{
    -			filespec1_split->predir = filespec2_split->dir;
    -			filespec1_split->predirlen = filespec2_split->dirlen;
    -			}
    -		if (!filespec1_split->file)
    -			{
    -			filespec1_split->file = filespec2_split->file;
    -			filespec1_split->filelen = filespec2_split->filelen;
    -			}
    -
    -		merged = win32_joiner(dso, filespec1_split);
    -		}
    -	OPENSSL_free(filespec1_split);
    -	OPENSSL_free(filespec2_split);
    -	return(merged);
    -	}
    +{
    +    int len = 0, offset = 0;
    +    char *result = NULL;
    +    const char *start;
    +
    +    if (!file_split) {
    +        DSOerr(DSO_F_WIN32_JOINER, ERR_R_PASSED_NULL_PARAMETER);
    +        return (NULL);
    +    }
    +    if (file_split->node) {
    +        len += 2 + file_split->nodelen; /* 2 for starting \\ */
    +        if (file_split->predir || file_split->dir || file_split->file)
    +            len++;              /* 1 for ending \ */
    +    } else if (file_split->device) {
    +        len += file_split->devicelen + 1; /* 1 for ending : */
    +    }
    +    len += file_split->predirlen;
    +    if (file_split->predir && (file_split->dir || file_split->file)) {
    +        len++;                  /* 1 for ending \ */
    +    }
    +    len += file_split->dirlen;
    +    if (file_split->dir && file_split->file) {
    +        len++;                  /* 1 for ending \ */
    +    }
    +    len += file_split->filelen;
    +
    +    if (!len) {
    +        DSOerr(DSO_F_WIN32_JOINER, DSO_R_EMPTY_FILE_STRUCTURE);
    +        return (NULL);
    +    }
    +
    +    result = OPENSSL_malloc(len + 1);
    +    if (!result) {
    +        DSOerr(DSO_F_WIN32_JOINER, ERR_R_MALLOC_FAILURE);
    +        return (NULL);
    +    }
    +
    +    if (file_split->node) {
    +        strcpy(&result[offset], "\\\\");
    +        offset += 2;
    +        strncpy(&result[offset], file_split->node, file_split->nodelen);
    +        offset += file_split->nodelen;
    +        if (file_split->predir || file_split->dir || file_split->file) {
    +            result[offset] = '\\';
    +            offset++;
    +        }
    +    } else if (file_split->device) {
    +        strncpy(&result[offset], file_split->device, file_split->devicelen);
    +        offset += file_split->devicelen;
    +        result[offset] = ':';
    +        offset++;
    +    }
    +    start = file_split->predir;
    +    while (file_split->predirlen > (start - file_split->predir)) {
    +        const char *end = openssl_strnchr(start, '/',
    +                                          file_split->predirlen - (start -
    +                                                                   file_split->predir));
    +        if (!end)
    +            end = start
    +                + file_split->predirlen - (start - file_split->predir);
    +        strncpy(&result[offset], start, end - start);
    +        offset += (int)(end - start);
    +        result[offset] = '\\';
    +        offset++;
    +        start = end + 1;
    +    }
    +# if 0                          /* Not needed, since the directory converter
    +                                 * above already appeneded a backslash */
    +    if (file_split->predir && (file_split->dir || file_split->file)) {
    +        result[offset] = '\\';
    +        offset++;
    +    }
    +# endif
    +    start = file_split->dir;
    +    while (file_split->dirlen > (start - file_split->dir)) {
    +        const char *end = openssl_strnchr(start, '/',
    +                                          file_split->dirlen - (start -
    +                                                                file_split->dir));
    +        if (!end)
    +            end = start + file_split->dirlen - (start - file_split->dir);
    +        strncpy(&result[offset], start, end - start);
    +        offset += (int)(end - start);
    +        result[offset] = '\\';
    +        offset++;
    +        start = end + 1;
    +    }
    +# if 0                          /* Not needed, since the directory converter
    +                                 * above already appeneded a backslash */
    +    if (file_split->dir && file_split->file) {
    +        result[offset] = '\\';
    +        offset++;
    +    }
    +# endif
    +    strncpy(&result[offset], file_split->file, file_split->filelen);
    +    offset += file_split->filelen;
    +    result[offset] = '\0';
    +    return (result);
    +}
    +
    +static char *win32_merger(DSO *dso, const char *filespec1,
    +                          const char *filespec2)
    +{
    +    char *merged = NULL;
    +    struct file_st *filespec1_split = NULL;
    +    struct file_st *filespec2_split = NULL;
    +
    +    if (!filespec1 && !filespec2) {
    +        DSOerr(DSO_F_WIN32_MERGER, ERR_R_PASSED_NULL_PARAMETER);
    +        return (NULL);
    +    }
    +    if (!filespec2) {
    +        merged = OPENSSL_malloc(strlen(filespec1) + 1);
    +        if (!merged) {
    +            DSOerr(DSO_F_WIN32_MERGER, ERR_R_MALLOC_FAILURE);
    +            return (NULL);
    +        }
    +        strcpy(merged, filespec1);
    +    } else if (!filespec1) {
    +        merged = OPENSSL_malloc(strlen(filespec2) + 1);
    +        if (!merged) {
    +            DSOerr(DSO_F_WIN32_MERGER, ERR_R_MALLOC_FAILURE);
    +            return (NULL);
    +        }
    +        strcpy(merged, filespec2);
    +    } else {
    +        filespec1_split = win32_splitter(dso, filespec1, 0);
    +        if (!filespec1_split) {
    +            DSOerr(DSO_F_WIN32_MERGER, ERR_R_MALLOC_FAILURE);
    +            return (NULL);
    +        }
    +        filespec2_split = win32_splitter(dso, filespec2, 1);
    +        if (!filespec2_split) {
    +            DSOerr(DSO_F_WIN32_MERGER, ERR_R_MALLOC_FAILURE);
    +            OPENSSL_free(filespec1_split);
    +            return (NULL);
    +        }
    +
    +        /* Fill in into filespec1_split */
    +        if (!filespec1_split->node && !filespec1_split->device) {
    +            filespec1_split->node = filespec2_split->node;
    +            filespec1_split->nodelen = filespec2_split->nodelen;
    +            filespec1_split->device = filespec2_split->device;
    +            filespec1_split->devicelen = filespec2_split->devicelen;
    +        }
    +        if (!filespec1_split->dir) {
    +            filespec1_split->dir = filespec2_split->dir;
    +            filespec1_split->dirlen = filespec2_split->dirlen;
    +        } else if (filespec1_split->dir[0] != '\\'
    +                   && filespec1_split->dir[0] != '/') {
    +            filespec1_split->predir = filespec2_split->dir;
    +            filespec1_split->predirlen = filespec2_split->dirlen;
    +        }
    +        if (!filespec1_split->file) {
    +            filespec1_split->file = filespec2_split->file;
    +            filespec1_split->filelen = filespec2_split->filelen;
    +        }
    +
    +        merged = win32_joiner(dso, filespec1_split);
    +    }
    +    OPENSSL_free(filespec1_split);
    +    OPENSSL_free(filespec2_split);
    +    return (merged);
    +}
     
     static char *win32_name_converter(DSO *dso, const char *filename)
    -	{
    -	char *translated;
    -	int len, transform;
    -
    -	len = strlen(filename);
    -	transform = ((strstr(filename, "/") == NULL) &&
    -			(strstr(filename, "\\") == NULL) &&
    -			(strstr(filename, ":") == NULL));
    -	if(transform)
    -		/* We will convert this to "%s.dll" */
    -		translated = OPENSSL_malloc(len + 5);
    -	else
    -		/* We will simply duplicate filename */
    -		translated = OPENSSL_malloc(len + 1);
    -	if(translated == NULL)
    -		{
    -		DSOerr(DSO_F_WIN32_NAME_CONVERTER,
    -				DSO_R_NAME_TRANSLATION_FAILED); 
    -		return(NULL);   
    -		}
    -	if(transform)
    -		sprintf(translated, "%s.dll", filename);
    -	else
    -		sprintf(translated, "%s", filename);
    -	return(translated);
    -	}
    +{
    +    char *translated;
    +    int len, transform;
    +
    +    len = strlen(filename);
    +    transform = ((strstr(filename, "/") == NULL) &&
    +                 (strstr(filename, "\\") == NULL) &&
    +                 (strstr(filename, ":") == NULL));
    +    if (transform)
    +        /* We will convert this to "%s.dll" */
    +        translated = OPENSSL_malloc(len + 5);
    +    else
    +        /* We will simply duplicate filename */
    +        translated = OPENSSL_malloc(len + 1);
    +    if (translated == NULL) {
    +        DSOerr(DSO_F_WIN32_NAME_CONVERTER, DSO_R_NAME_TRANSLATION_FAILED);
    +        return (NULL);
    +    }
    +    if (transform)
    +        sprintf(translated, "%s.dll", filename);
    +    else
    +        sprintf(translated, "%s", filename);
    +    return (translated);
    +}
     
     static const char *openssl_strnchr(const char *string, int c, size_t len)
    -	{
    -	size_t i;
    -	const char *p;
    -	for (i = 0, p = string; i < len && *p; i++, p++)
    -		{
    -		if (*p == c)
    -			return p;
    -		}
    -	return NULL;
    -	}
    -
    -#include 
    -#ifdef _WIN32_WCE
    -# define DLLNAME "TOOLHELP.DLL"
    -#else
    -# ifdef MODULEENTRY32
    -# undef MODULEENTRY32	/* unmask the ASCII version! */
    +{
    +    size_t i;
    +    const char *p;
    +    for (i = 0, p = string; i < len && *p; i++, p++) {
    +        if (*p == c)
    +            return p;
    +    }
    +    return NULL;
    +}
    +
    +# include 
    +# ifdef _WIN32_WCE
    +#  define DLLNAME "TOOLHELP.DLL"
    +# else
    +#  ifdef MODULEENTRY32
    +#   undef MODULEENTRY32         /* unmask the ASCII version! */
    +#  endif
    +#  define DLLNAME "KERNEL32.DLL"
     # endif
    -# define DLLNAME "KERNEL32.DLL"
    -#endif
    -
    -typedef HANDLE (WINAPI *CREATETOOLHELP32SNAPSHOT)(DWORD, DWORD);
    -typedef BOOL (WINAPI *CLOSETOOLHELP32SNAPSHOT)(HANDLE);
    -typedef BOOL (WINAPI *MODULE32)(HANDLE, MODULEENTRY32 *);
    -
    -static int win32_pathbyaddr(void *addr,char *path,int sz)
    -	{
    -	HMODULE dll;
    -	HANDLE hModuleSnap = INVALID_HANDLE_VALUE; 
    -	MODULEENTRY32 me32; 
    -	CREATETOOLHELP32SNAPSHOT create_snap;
    -	CLOSETOOLHELP32SNAPSHOT  close_snap;
    -	MODULE32 module_first, module_next;
    -	int len;
    - 
    -	if (addr == NULL)
    -		{
    -		union	{ int(*f)(void*,char*,int); void *p; } t =
    -			{ win32_pathbyaddr };
    -		addr = t.p;
    -		}
    -
    -	dll = LoadLibrary(TEXT(DLLNAME));
    -	if (dll == NULL)
    -		{
    -		DSOerr(DSO_F_WIN32_PATHBYADDR,DSO_R_UNSUPPORTED);
    -		return -1;
    -		}
    -
    -	create_snap = (CREATETOOLHELP32SNAPSHOT)
    -		GetProcAddress(dll,"CreateToolhelp32Snapshot");
    -	if (create_snap == NULL)
    -		{
    -		FreeLibrary(dll);
    -		DSOerr(DSO_F_WIN32_PATHBYADDR,DSO_R_UNSUPPORTED);
    -		return -1;
    -		}
    -	/* We take the rest for granted... */
    -#ifdef _WIN32_WCE
    -	close_snap = (CLOSETOOLHELP32SNAPSHOT)
    -		GetProcAddress(dll,"CloseToolhelp32Snapshot");
    -#else
    -	close_snap = (CLOSETOOLHELP32SNAPSHOT)CloseHandle;
    -#endif
    -	module_first = (MODULE32)GetProcAddress(dll,"Module32First");
    -	module_next  = (MODULE32)GetProcAddress(dll,"Module32Next");
    -
    -	hModuleSnap = (*create_snap)(TH32CS_SNAPMODULE,0); 
    -	if( hModuleSnap == INVALID_HANDLE_VALUE ) 
    -		{ 
    -		FreeLibrary(dll);
    -		DSOerr(DSO_F_WIN32_PATHBYADDR,DSO_R_UNSUPPORTED);
    -		return -1;
    -		} 
    - 
    -	me32.dwSize = sizeof(me32); 
    - 
    -	if(!(*module_first)(hModuleSnap,&me32)) 
    -		{ 
    -		(*close_snap)(hModuleSnap);
    -		FreeLibrary(dll);
    -		DSOerr(DSO_F_WIN32_PATHBYADDR,DSO_R_FAILURE);
    -		return -1;
    -		}
    - 
    -	do	{ 
    -		if ((BYTE *)addr >= me32.modBaseAddr &&
    -		    (BYTE *)addr <  me32.modBaseAddr+me32.modBaseSize)
    -			{
    -			(*close_snap)(hModuleSnap);
    -			FreeLibrary(dll);
    -#ifdef _WIN32_WCE
    -# if _WIN32_WCE >= 101
    -			return WideCharToMultiByte(CP_ACP,0,me32.szExePath,-1,
    -							path,sz,NULL,NULL);
    +
    +typedef HANDLE(WINAPI *CREATETOOLHELP32SNAPSHOT) (DWORD, DWORD);
    +typedef BOOL(WINAPI *CLOSETOOLHELP32SNAPSHOT) (HANDLE);
    +typedef BOOL(WINAPI *MODULE32) (HANDLE, MODULEENTRY32 *);
    +
    +static int win32_pathbyaddr(void *addr, char *path, int sz)
    +{
    +    HMODULE dll;
    +    HANDLE hModuleSnap = INVALID_HANDLE_VALUE;
    +    MODULEENTRY32 me32;
    +    CREATETOOLHELP32SNAPSHOT create_snap;
    +    CLOSETOOLHELP32SNAPSHOT close_snap;
    +    MODULE32 module_first, module_next;
    +
    +    if (addr == NULL) {
    +        union {
    +            int (*f) (void *, char *, int);
    +            void *p;
    +        } t = {
    +            win32_pathbyaddr
    +        };
    +        addr = t.p;
    +    }
    +
    +    dll = LoadLibrary(TEXT(DLLNAME));
    +    if (dll == NULL) {
    +        DSOerr(DSO_F_WIN32_PATHBYADDR, DSO_R_UNSUPPORTED);
    +        return -1;
    +    }
    +
    +    create_snap = (CREATETOOLHELP32SNAPSHOT)
    +        GetProcAddress(dll, "CreateToolhelp32Snapshot");
    +    if (create_snap == NULL) {
    +        FreeLibrary(dll);
    +        DSOerr(DSO_F_WIN32_PATHBYADDR, DSO_R_UNSUPPORTED);
    +        return -1;
    +    }
    +    /* We take the rest for granted... */
    +# ifdef _WIN32_WCE
    +    close_snap = (CLOSETOOLHELP32SNAPSHOT)
    +        GetProcAddress(dll, "CloseToolhelp32Snapshot");
     # else
    -			len = (int)wcslen(me32.szExePath);
    -			if (sz <= 0) return len+1;
    -			if (len >= sz) len=sz-1;
    -			for(i=0;i= sz) len=sz-1;
    -			memcpy(path,me32.szExePath,len);
    -			path[len++] = 0;
    -			return len;
    -#endif
    -			} 
    -		} while((*module_next)(hModuleSnap, &me32)); 
    - 
    -	(*close_snap)(hModuleSnap); 
    -	FreeLibrary(dll);
    -	return 0;
    -	}
    +    module_first = (MODULE32) GetProcAddress(dll, "Module32First");
    +    module_next = (MODULE32) GetProcAddress(dll, "Module32Next");
    +
    +    hModuleSnap = (*create_snap) (TH32CS_SNAPMODULE, 0);
    +    if (hModuleSnap == INVALID_HANDLE_VALUE) {
    +        FreeLibrary(dll);
    +        DSOerr(DSO_F_WIN32_PATHBYADDR, DSO_R_UNSUPPORTED);
    +        return -1;
    +    }
    +
    +    me32.dwSize = sizeof(me32);
    +
    +    if (!(*module_first) (hModuleSnap, &me32)) {
    +        (*close_snap) (hModuleSnap);
    +        FreeLibrary(dll);
    +        DSOerr(DSO_F_WIN32_PATHBYADDR, DSO_R_FAILURE);
    +        return -1;
    +    }
    +
    +    do {
    +        if ((BYTE *) addr >= me32.modBaseAddr &&
    +            (BYTE *) addr < me32.modBaseAddr + me32.modBaseSize) {
    +            (*close_snap) (hModuleSnap);
    +            FreeLibrary(dll);
    +# ifdef _WIN32_WCE
    +#  if _WIN32_WCE >= 101
    +            return WideCharToMultiByte(CP_ACP, 0, me32.szExePath, -1,
    +                                       path, sz, NULL, NULL);
    +#  else
    +            {
    +                int i, len = (int)wcslen(me32.szExePath);
    +                if (sz <= 0)
    +                    return len + 1;
    +                if (len >= sz)
    +                    len = sz - 1;
    +                for (i = 0; i < len; i++)
    +                    path[i] = (char)me32.szExePath[i];
    +                path[len++] = 0;
    +                return len;
    +            }
    +#  endif
    +# else
    +            {
    +                int len = (int)strlen(me32.szExePath);
    +                if (sz <= 0)
    +                    return len + 1;
    +                if (len >= sz)
    +                    len = sz - 1;
    +                memcpy(path, me32.szExePath, len);
    +                path[len++] = 0;
    +                return len;
    +            }
    +# endif
    +        }
    +    } while ((*module_next) (hModuleSnap, &me32));
    +
    +    (*close_snap) (hModuleSnap);
    +    FreeLibrary(dll);
    +    return 0;
    +}
     
     static void *win32_globallookup(const char *name)
    -	{
    -	HMODULE dll;
    -	HANDLE hModuleSnap = INVALID_HANDLE_VALUE;
    -	MODULEENTRY32 me32;
    -	CREATETOOLHELP32SNAPSHOT create_snap;
    -	CLOSETOOLHELP32SNAPSHOT  close_snap;
    -	MODULE32 module_first, module_next;
    -	FARPROC ret=NULL;
    -
    -	dll = LoadLibrary(TEXT(DLLNAME));
    -	if (dll == NULL)
    -		{
    -		DSOerr(DSO_F_WIN32_GLOBALLOOKUP,DSO_R_UNSUPPORTED);
    -		return NULL;
    -		}
    -
    -	create_snap = (CREATETOOLHELP32SNAPSHOT)
    -		GetProcAddress(dll,"CreateToolhelp32Snapshot");
    -	if (create_snap == NULL)
    -		{
    -		FreeLibrary(dll);
    -		DSOerr(DSO_F_WIN32_GLOBALLOOKUP,DSO_R_UNSUPPORTED);
    -		return NULL;
    -		}
    -	/* We take the rest for granted... */
    -#ifdef _WIN32_WCE
    -	close_snap = (CLOSETOOLHELP32SNAPSHOT)
    -		GetProcAddress(dll,"CloseToolhelp32Snapshot");
    -#else
    -	close_snap = (CLOSETOOLHELP32SNAPSHOT)CloseHandle;
    -#endif
    -	module_first = (MODULE32)GetProcAddress(dll,"Module32First");
    -	module_next  = (MODULE32)GetProcAddress(dll,"Module32Next");
    -
    -	hModuleSnap = (*create_snap)(TH32CS_SNAPMODULE,0);
    -	if( hModuleSnap == INVALID_HANDLE_VALUE )
    -		{
    -		FreeLibrary(dll);
    -		DSOerr(DSO_F_WIN32_GLOBALLOOKUP,DSO_R_UNSUPPORTED);
    -		return NULL;
    -		}
    -
    -	me32.dwSize = sizeof(me32);
    -
    -	if (!(*module_first)(hModuleSnap,&me32))
    -		{
    -		(*close_snap)(hModuleSnap);
    -		FreeLibrary(dll);
    -		return NULL;
    -		}
    -
    -	do	{
    -		if ((ret = GetProcAddress(me32.hModule,name)))
    -			{
    -			(*close_snap)(hModuleSnap);
    -			FreeLibrary(dll);
    -			return ret;
    -			}
    -		} while((*module_next)(hModuleSnap,&me32));
    -
    -	(*close_snap)(hModuleSnap); 
    -	FreeLibrary(dll);
    -	return NULL;
    -	}
    -#endif /* DSO_WIN32 */
    +{
    +    HMODULE dll;
    +    HANDLE hModuleSnap = INVALID_HANDLE_VALUE;
    +    MODULEENTRY32 me32;
    +    CREATETOOLHELP32SNAPSHOT create_snap;
    +    CLOSETOOLHELP32SNAPSHOT close_snap;
    +    MODULE32 module_first, module_next;
    +    FARPROC ret = NULL;
    +
    +    dll = LoadLibrary(TEXT(DLLNAME));
    +    if (dll == NULL) {
    +        DSOerr(DSO_F_WIN32_GLOBALLOOKUP, DSO_R_UNSUPPORTED);
    +        return NULL;
    +    }
    +
    +    create_snap = (CREATETOOLHELP32SNAPSHOT)
    +        GetProcAddress(dll, "CreateToolhelp32Snapshot");
    +    if (create_snap == NULL) {
    +        FreeLibrary(dll);
    +        DSOerr(DSO_F_WIN32_GLOBALLOOKUP, DSO_R_UNSUPPORTED);
    +        return NULL;
    +    }
    +    /* We take the rest for granted... */
    +# ifdef _WIN32_WCE
    +    close_snap = (CLOSETOOLHELP32SNAPSHOT)
    +        GetProcAddress(dll, "CloseToolhelp32Snapshot");
    +# else
    +    close_snap = (CLOSETOOLHELP32SNAPSHOT) CloseHandle;
    +# endif
    +    module_first = (MODULE32) GetProcAddress(dll, "Module32First");
    +    module_next = (MODULE32) GetProcAddress(dll, "Module32Next");
    +
    +    hModuleSnap = (*create_snap) (TH32CS_SNAPMODULE, 0);
    +    if (hModuleSnap == INVALID_HANDLE_VALUE) {
    +        FreeLibrary(dll);
    +        DSOerr(DSO_F_WIN32_GLOBALLOOKUP, DSO_R_UNSUPPORTED);
    +        return NULL;
    +    }
    +
    +    me32.dwSize = sizeof(me32);
    +
    +    if (!(*module_first) (hModuleSnap, &me32)) {
    +        (*close_snap) (hModuleSnap);
    +        FreeLibrary(dll);
    +        return NULL;
    +    }
    +
    +    do {
    +        if ((ret = GetProcAddress(me32.hModule, name))) {
    +            (*close_snap) (hModuleSnap);
    +            FreeLibrary(dll);
    +            return ret;
    +        }
    +    } while ((*module_next) (hModuleSnap, &me32));
    +
    +    (*close_snap) (hModuleSnap);
    +    FreeLibrary(dll);
    +    return NULL;
    +}
    +#endif                          /* DSO_WIN32 */
    diff --git a/openssl/crypto/ebcdic.c b/openssl/crypto/ebcdic.c
    index 43e53bcaf..4b7652c0e 100644
    --- a/openssl/crypto/ebcdic.c
    +++ b/openssl/crypto/ebcdic.c
    @@ -2,198 +2,262 @@
     
     #ifndef CHARSET_EBCDIC
     
    -#include 
    -#if defined(PEDANTIC) || defined(__DECC) || defined(OPENSSL_SYS_MACOSX)
    -static void *dummy=&dummy;
    -#endif
    +# include 
    +# if defined(PEDANTIC) || defined(__DECC) || defined(OPENSSL_SYS_MACOSX)
    +static void *dummy = &dummy;
    +# endif
     
    -#else /*CHARSET_EBCDIC*/
    +#else                           /* CHARSET_EBCDIC */
     
    -#include "ebcdic.h"
    -/*      Initial Port for  Apache-1.3     by 
    +# include "ebcdic.h"
    +/*-
    + *      Initial Port for  Apache-1.3     by 
      *      Adapted for       OpenSSL-0.9.4  by 
      */
     
    -#ifdef _OSD_POSIX
    +# ifdef _OSD_POSIX
     /*
    -    "BS2000 OSD" is a POSIX subsystem on a main frame.
    -    It is made by Siemens AG, Germany, for their BS2000 mainframe machines.
    -    Within the POSIX subsystem, the same character set was chosen as in
    -    "native BS2000", namely EBCDIC. (EDF04)
    -
    -    The name "ASCII" in these routines is misleading: actually, conversion
    -    is not between EBCDIC and ASCII, but EBCDIC(EDF04) and ISO-8859.1;
    -    that means that (western european) national characters are preserved.
    -
    -    This table is identical to the one used by rsh/rcp/ftp and other POSIX tools.
    -*/
    + * "BS2000 OSD" is a POSIX subsystem on a main frame. It is made by Siemens
    + * AG, Germany, for their BS2000 mainframe machines. Within the POSIX
    + * subsystem, the same character set was chosen as in "native BS2000", namely
    + * EBCDIC. (EDF04)
    + *
    + * The name "ASCII" in these routines is misleading: actually, conversion is
    + * not between EBCDIC and ASCII, but EBCDIC(EDF04) and ISO-8859.1; that means
    + * that (western european) national characters are preserved.
    + *
    + * This table is identical to the one used by rsh/rcp/ftp and other POSIX
    + * tools.
    + */
     
     /* Here's the bijective ebcdic-to-ascii table: */
     const unsigned char os_toascii[256] = {
    -/*00*/ 0x00, 0x01, 0x02, 0x03, 0x85, 0x09, 0x86, 0x7f,
    -       0x87, 0x8d, 0x8e, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, /*................*/
    -/*10*/ 0x10, 0x11, 0x12, 0x13, 0x8f, 0x0a, 0x08, 0x97,
    -       0x18, 0x19, 0x9c, 0x9d, 0x1c, 0x1d, 0x1e, 0x1f, /*................*/
    -/*20*/ 0x80, 0x81, 0x82, 0x83, 0x84, 0x92, 0x17, 0x1b,
    -       0x88, 0x89, 0x8a, 0x8b, 0x8c, 0x05, 0x06, 0x07, /*................*/
    -/*30*/ 0x90, 0x91, 0x16, 0x93, 0x94, 0x95, 0x96, 0x04,
    -       0x98, 0x99, 0x9a, 0x9b, 0x14, 0x15, 0x9e, 0x1a, /*................*/
    -/*40*/ 0x20, 0xa0, 0xe2, 0xe4, 0xe0, 0xe1, 0xe3, 0xe5,
    -       0xe7, 0xf1, 0x60, 0x2e, 0x3c, 0x28, 0x2b, 0x7c, /* .........`.<(+|*/
    -/*50*/ 0x26, 0xe9, 0xea, 0xeb, 0xe8, 0xed, 0xee, 0xef,
    -       0xec, 0xdf, 0x21, 0x24, 0x2a, 0x29, 0x3b, 0x9f, /*&.........!$*);.*/
    -/*60*/ 0x2d, 0x2f, 0xc2, 0xc4, 0xc0, 0xc1, 0xc3, 0xc5,
    -       0xc7, 0xd1, 0x5e, 0x2c, 0x25, 0x5f, 0x3e, 0x3f, /*-/........^,%_>?*/
    -/*70*/ 0xf8, 0xc9, 0xca, 0xcb, 0xc8, 0xcd, 0xce, 0xcf,
    -       0xcc, 0xa8, 0x3a, 0x23, 0x40, 0x27, 0x3d, 0x22, /*..........:#@'="*/
    -/*80*/ 0xd8, 0x61, 0x62, 0x63, 0x64, 0x65, 0x66, 0x67,
    -       0x68, 0x69, 0xab, 0xbb, 0xf0, 0xfd, 0xfe, 0xb1, /*.abcdefghi......*/
    -/*90*/ 0xb0, 0x6a, 0x6b, 0x6c, 0x6d, 0x6e, 0x6f, 0x70,
    -       0x71, 0x72, 0xaa, 0xba, 0xe6, 0xb8, 0xc6, 0xa4, /*.jklmnopqr......*/
    -/*a0*/ 0xb5, 0xaf, 0x73, 0x74, 0x75, 0x76, 0x77, 0x78,
    -       0x79, 0x7a, 0xa1, 0xbf, 0xd0, 0xdd, 0xde, 0xae, /*..stuvwxyz......*/
    -/*b0*/ 0xa2, 0xa3, 0xa5, 0xb7, 0xa9, 0xa7, 0xb6, 0xbc,
    -       0xbd, 0xbe, 0xac, 0x5b, 0x5c, 0x5d, 0xb4, 0xd7, /*...........[\]..*/
    -/*c0*/ 0xf9, 0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47,
    -       0x48, 0x49, 0xad, 0xf4, 0xf6, 0xf2, 0xf3, 0xf5, /*.ABCDEFGHI......*/
    -/*d0*/ 0xa6, 0x4a, 0x4b, 0x4c, 0x4d, 0x4e, 0x4f, 0x50,
    -       0x51, 0x52, 0xb9, 0xfb, 0xfc, 0xdb, 0xfa, 0xff, /*.JKLMNOPQR......*/
    -/*e0*/ 0xd9, 0xf7, 0x53, 0x54, 0x55, 0x56, 0x57, 0x58,
    -       0x59, 0x5a, 0xb2, 0xd4, 0xd6, 0xd2, 0xd3, 0xd5, /*..STUVWXYZ......*/
    -/*f0*/ 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37,
    -       0x38, 0x39, 0xb3, 0x7b, 0xdc, 0x7d, 0xda, 0x7e  /*0123456789.{.}.~*/
    +    /*
    +     * 00
    +     */ 0x00, 0x01, 0x02, 0x03, 0x85, 0x09, 0x86, 0x7f,
    +    0x87, 0x8d, 0x8e, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, /* ................ */
    +    /*
    +     * 10
    +     */ 0x10, 0x11, 0x12, 0x13, 0x8f, 0x0a, 0x08, 0x97,
    +    0x18, 0x19, 0x9c, 0x9d, 0x1c, 0x1d, 0x1e, 0x1f, /* ................ */
    +    /*
    +     * 20
    +     */ 0x80, 0x81, 0x82, 0x83, 0x84, 0x92, 0x17, 0x1b,
    +    0x88, 0x89, 0x8a, 0x8b, 0x8c, 0x05, 0x06, 0x07, /* ................ */
    +    /*
    +     * 30
    +     */ 0x90, 0x91, 0x16, 0x93, 0x94, 0x95, 0x96, 0x04,
    +    0x98, 0x99, 0x9a, 0x9b, 0x14, 0x15, 0x9e, 0x1a, /* ................ */
    +    /*
    +     * 40
    +     */ 0x20, 0xa0, 0xe2, 0xe4, 0xe0, 0xe1, 0xe3, 0xe5,
    +    0xe7, 0xf1, 0x60, 0x2e, 0x3c, 0x28, 0x2b, 0x7c, /* .........`.<(+| */
    +    /*
    +     * 50
    +     */ 0x26, 0xe9, 0xea, 0xeb, 0xe8, 0xed, 0xee, 0xef,
    +    0xec, 0xdf, 0x21, 0x24, 0x2a, 0x29, 0x3b, 0x9f, /* &.........!$*);. */
    +    /*
    +     * 60
    +     */ 0x2d, 0x2f, 0xc2, 0xc4, 0xc0, 0xc1, 0xc3, 0xc5,
    +    0xc7, 0xd1, 0x5e, 0x2c, 0x25, 0x5f, 0x3e, 0x3f,    /*-/........^,%_>?*/
    +    /*
    +     * 70
    +     */ 0xf8, 0xc9, 0xca, 0xcb, 0xc8, 0xcd, 0xce, 0xcf,
    +    0xcc, 0xa8, 0x3a, 0x23, 0x40, 0x27, 0x3d, 0x22, /* ..........:#@'=" */
    +    /*
    +     * 80
    +     */ 0xd8, 0x61, 0x62, 0x63, 0x64, 0x65, 0x66, 0x67,
    +    0x68, 0x69, 0xab, 0xbb, 0xf0, 0xfd, 0xfe, 0xb1, /* .abcdefghi...... */
    +    /*
    +     * 90
    +     */ 0xb0, 0x6a, 0x6b, 0x6c, 0x6d, 0x6e, 0x6f, 0x70,
    +    0x71, 0x72, 0xaa, 0xba, 0xe6, 0xb8, 0xc6, 0xa4, /* .jklmnopqr...... */
    +    /*
    +     * a0
    +     */ 0xb5, 0xaf, 0x73, 0x74, 0x75, 0x76, 0x77, 0x78,
    +    0x79, 0x7a, 0xa1, 0xbf, 0xd0, 0xdd, 0xde, 0xae, /* ..stuvwxyz...... */
    +    /*
    +     * b0
    +     */ 0xa2, 0xa3, 0xa5, 0xb7, 0xa9, 0xa7, 0xb6, 0xbc,
    +    0xbd, 0xbe, 0xac, 0x5b, 0x5c, 0x5d, 0xb4, 0xd7, /* ...........[\].. */
    +    /*
    +     * c0
    +     */ 0xf9, 0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47,
    +    0x48, 0x49, 0xad, 0xf4, 0xf6, 0xf2, 0xf3, 0xf5, /* .ABCDEFGHI...... */
    +    /*
    +     * d0
    +     */ 0xa6, 0x4a, 0x4b, 0x4c, 0x4d, 0x4e, 0x4f, 0x50,
    +    0x51, 0x52, 0xb9, 0xfb, 0xfc, 0xdb, 0xfa, 0xff, /* .JKLMNOPQR...... */
    +    /*
    +     * e0
    +     */ 0xd9, 0xf7, 0x53, 0x54, 0x55, 0x56, 0x57, 0x58,
    +    0x59, 0x5a, 0xb2, 0xd4, 0xd6, 0xd2, 0xd3, 0xd5, /* ..STUVWXYZ...... */
    +    /*
    +     * f0
    +     */ 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37,
    +    0x38, 0x39, 0xb3, 0x7b, 0xdc, 0x7d, 0xda, 0x7e /* 0123456789.{.}.~ */
     };
     
    -
     /* The ascii-to-ebcdic table: */
     const unsigned char os_toebcdic[256] = {
    -/*00*/  0x00, 0x01, 0x02, 0x03, 0x37, 0x2d, 0x2e, 0x2f,
    -	0x16, 0x05, 0x15, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f,  /*................*/
    -/*10*/  0x10, 0x11, 0x12, 0x13, 0x3c, 0x3d, 0x32, 0x26,
    -	0x18, 0x19, 0x3f, 0x27, 0x1c, 0x1d, 0x1e, 0x1f,  /*................*/
    -/*20*/  0x40, 0x5a, 0x7f, 0x7b, 0x5b, 0x6c, 0x50, 0x7d,
    -	0x4d, 0x5d, 0x5c, 0x4e, 0x6b, 0x60, 0x4b, 0x61,  /* !"#$%&'()*+,-./ */
    -/*30*/  0xf0, 0xf1, 0xf2, 0xf3, 0xf4, 0xf5, 0xf6, 0xf7,
    -	0xf8, 0xf9, 0x7a, 0x5e, 0x4c, 0x7e, 0x6e, 0x6f,  /*0123456789:;<=>?*/
    -/*40*/  0x7c, 0xc1, 0xc2, 0xc3, 0xc4, 0xc5, 0xc6, 0xc7,
    -	0xc8, 0xc9, 0xd1, 0xd2, 0xd3, 0xd4, 0xd5, 0xd6,  /*@ABCDEFGHIJKLMNO*/
    -/*50*/  0xd7, 0xd8, 0xd9, 0xe2, 0xe3, 0xe4, 0xe5, 0xe6,
    -	0xe7, 0xe8, 0xe9, 0xbb, 0xbc, 0xbd, 0x6a, 0x6d,  /*PQRSTUVWXYZ[\]^_*/
    -/*60*/  0x4a, 0x81, 0x82, 0x83, 0x84, 0x85, 0x86, 0x87,
    -	0x88, 0x89, 0x91, 0x92, 0x93, 0x94, 0x95, 0x96,  /*`abcdefghijklmno*/
    -/*70*/  0x97, 0x98, 0x99, 0xa2, 0xa3, 0xa4, 0xa5, 0xa6,
    -	0xa7, 0xa8, 0xa9, 0xfb, 0x4f, 0xfd, 0xff, 0x07,  /*pqrstuvwxyz{|}~.*/
    -/*80*/  0x20, 0x21, 0x22, 0x23, 0x24, 0x04, 0x06, 0x08,
    -	0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x09, 0x0a, 0x14,  /*................*/
    -/*90*/  0x30, 0x31, 0x25, 0x33, 0x34, 0x35, 0x36, 0x17,
    -	0x38, 0x39, 0x3a, 0x3b, 0x1a, 0x1b, 0x3e, 0x5f,  /*................*/
    -/*a0*/  0x41, 0xaa, 0xb0, 0xb1, 0x9f, 0xb2, 0xd0, 0xb5,
    -	0x79, 0xb4, 0x9a, 0x8a, 0xba, 0xca, 0xaf, 0xa1,  /*................*/
    -/*b0*/  0x90, 0x8f, 0xea, 0xfa, 0xbe, 0xa0, 0xb6, 0xb3,
    -	0x9d, 0xda, 0x9b, 0x8b, 0xb7, 0xb8, 0xb9, 0xab,  /*................*/
    -/*c0*/  0x64, 0x65, 0x62, 0x66, 0x63, 0x67, 0x9e, 0x68,
    -	0x74, 0x71, 0x72, 0x73, 0x78, 0x75, 0x76, 0x77,  /*................*/
    -/*d0*/  0xac, 0x69, 0xed, 0xee, 0xeb, 0xef, 0xec, 0xbf,
    -	0x80, 0xe0, 0xfe, 0xdd, 0xfc, 0xad, 0xae, 0x59,  /*................*/
    -/*e0*/  0x44, 0x45, 0x42, 0x46, 0x43, 0x47, 0x9c, 0x48,
    -	0x54, 0x51, 0x52, 0x53, 0x58, 0x55, 0x56, 0x57,  /*................*/
    -/*f0*/  0x8c, 0x49, 0xcd, 0xce, 0xcb, 0xcf, 0xcc, 0xe1,
    -	0x70, 0xc0, 0xde, 0xdb, 0xdc, 0x8d, 0x8e, 0xdf   /*................*/
    +    /*
    +     * 00
    +     */ 0x00, 0x01, 0x02, 0x03, 0x37, 0x2d, 0x2e, 0x2f,
    +    0x16, 0x05, 0x15, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, /* ................ */
    +    /*
    +     * 10
    +     */ 0x10, 0x11, 0x12, 0x13, 0x3c, 0x3d, 0x32, 0x26,
    +    0x18, 0x19, 0x3f, 0x27, 0x1c, 0x1d, 0x1e, 0x1f, /* ................ */
    +    /*
    +     * 20
    +     */ 0x40, 0x5a, 0x7f, 0x7b, 0x5b, 0x6c, 0x50, 0x7d,
    +    0x4d, 0x5d, 0x5c, 0x4e, 0x6b, 0x60, 0x4b, 0x61, /* !"#$%&'()*+,-./ */
    +    /*
    +     * 30
    +     */ 0xf0, 0xf1, 0xf2, 0xf3, 0xf4, 0xf5, 0xf6, 0xf7,
    +    0xf8, 0xf9, 0x7a, 0x5e, 0x4c, 0x7e, 0x6e, 0x6f, /* 0123456789:;<=>? */
    +    /*
    +     * 40
    +     */ 0x7c, 0xc1, 0xc2, 0xc3, 0xc4, 0xc5, 0xc6, 0xc7,
    +    0xc8, 0xc9, 0xd1, 0xd2, 0xd3, 0xd4, 0xd5, 0xd6, /* @ABCDEFGHIJKLMNO */
    +    /*
    +     * 50
    +     */ 0xd7, 0xd8, 0xd9, 0xe2, 0xe3, 0xe4, 0xe5, 0xe6,
    +    0xe7, 0xe8, 0xe9, 0xbb, 0xbc, 0xbd, 0x6a, 0x6d, /* PQRSTUVWXYZ[\]^_ */
    +    /*
    +     * 60
    +     */ 0x4a, 0x81, 0x82, 0x83, 0x84, 0x85, 0x86, 0x87,
    +    0x88, 0x89, 0x91, 0x92, 0x93, 0x94, 0x95, 0x96, /* `abcdefghijklmno */
    +    /*
    +     * 70
    +     */ 0x97, 0x98, 0x99, 0xa2, 0xa3, 0xa4, 0xa5, 0xa6,
    +    0xa7, 0xa8, 0xa9, 0xfb, 0x4f, 0xfd, 0xff, 0x07, /* pqrstuvwxyz{|}~. */
    +    /*
    +     * 80
    +     */ 0x20, 0x21, 0x22, 0x23, 0x24, 0x04, 0x06, 0x08,
    +    0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x09, 0x0a, 0x14, /* ................ */
    +    /*
    +     * 90
    +     */ 0x30, 0x31, 0x25, 0x33, 0x34, 0x35, 0x36, 0x17,
    +    0x38, 0x39, 0x3a, 0x3b, 0x1a, 0x1b, 0x3e, 0x5f, /* ................ */
    +    /*
    +     * a0
    +     */ 0x41, 0xaa, 0xb0, 0xb1, 0x9f, 0xb2, 0xd0, 0xb5,
    +    0x79, 0xb4, 0x9a, 0x8a, 0xba, 0xca, 0xaf, 0xa1, /* ................ */
    +    /*
    +     * b0
    +     */ 0x90, 0x8f, 0xea, 0xfa, 0xbe, 0xa0, 0xb6, 0xb3,
    +    0x9d, 0xda, 0x9b, 0x8b, 0xb7, 0xb8, 0xb9, 0xab, /* ................ */
    +    /*
    +     * c0
    +     */ 0x64, 0x65, 0x62, 0x66, 0x63, 0x67, 0x9e, 0x68,
    +    0x74, 0x71, 0x72, 0x73, 0x78, 0x75, 0x76, 0x77, /* ................ */
    +    /*
    +     * d0
    +     */ 0xac, 0x69, 0xed, 0xee, 0xeb, 0xef, 0xec, 0xbf,
    +    0x80, 0xe0, 0xfe, 0xdd, 0xfc, 0xad, 0xae, 0x59, /* ................ */
    +    /*
    +     * e0
    +     */ 0x44, 0x45, 0x42, 0x46, 0x43, 0x47, 0x9c, 0x48,
    +    0x54, 0x51, 0x52, 0x53, 0x58, 0x55, 0x56, 0x57, /* ................ */
    +    /*
    +     * f0
    +     */ 0x8c, 0x49, 0xcd, 0xce, 0xcb, 0xcf, 0xcc, 0xe1,
    +    0x70, 0xc0, 0xde, 0xdb, 0xdc, 0x8d, 0x8e, 0xdf /* ................ */
     };
     
    -#else  /*_OSD_POSIX*/
    +# else /*_OSD_POSIX*/
     
     /*
    -This code does basic character mapping for IBM's TPF and OS/390 operating systems.
    -It is a modified version of the BS2000 table.
    -
    -Bijective EBCDIC (character set IBM-1047) to US-ASCII table:
    -This table is bijective - there are no ambigous or duplicate characters.
    -*/
    + * This code does basic character mapping for IBM's TPF and OS/390 operating
    + * systems. It is a modified version of the BS2000 table.
    + *
    + * Bijective EBCDIC (character set IBM-1047) to US-ASCII table: This table is
    + * bijective - there are no ambigous or duplicate characters.
    + */
     const unsigned char os_toascii[256] = {
    -    0x00, 0x01, 0x02, 0x03, 0x85, 0x09, 0x86, 0x7f, /* 00-0f:           */
    +    0x00, 0x01, 0x02, 0x03, 0x85, 0x09, 0x86, 0x7f, /* 00-0f: */
         0x87, 0x8d, 0x8e, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, /* ................ */
    -    0x10, 0x11, 0x12, 0x13, 0x8f, 0x0a, 0x08, 0x97, /* 10-1f:           */
    +    0x10, 0x11, 0x12, 0x13, 0x8f, 0x0a, 0x08, 0x97, /* 10-1f: */
         0x18, 0x19, 0x9c, 0x9d, 0x1c, 0x1d, 0x1e, 0x1f, /* ................ */
    -    0x80, 0x81, 0x82, 0x83, 0x84, 0x92, 0x17, 0x1b, /* 20-2f:           */
    +    0x80, 0x81, 0x82, 0x83, 0x84, 0x92, 0x17, 0x1b, /* 20-2f: */
         0x88, 0x89, 0x8a, 0x8b, 0x8c, 0x05, 0x06, 0x07, /* ................ */
    -    0x90, 0x91, 0x16, 0x93, 0x94, 0x95, 0x96, 0x04, /* 30-3f:           */
    +    0x90, 0x91, 0x16, 0x93, 0x94, 0x95, 0x96, 0x04, /* 30-3f: */
         0x98, 0x99, 0x9a, 0x9b, 0x14, 0x15, 0x9e, 0x1a, /* ................ */
    -    0x20, 0xa0, 0xe2, 0xe4, 0xe0, 0xe1, 0xe3, 0xe5, /* 40-4f:           */
    -    0xe7, 0xf1, 0xa2, 0x2e, 0x3c, 0x28, 0x2b, 0x7c, /*  ...........<(+| */
    -    0x26, 0xe9, 0xea, 0xeb, 0xe8, 0xed, 0xee, 0xef, /* 50-5f:           */
    +    0x20, 0xa0, 0xe2, 0xe4, 0xe0, 0xe1, 0xe3, 0xe5, /* 40-4f: */
    +    0xe7, 0xf1, 0xa2, 0x2e, 0x3c, 0x28, 0x2b, 0x7c, /* ...........<(+| */
    +    0x26, 0xe9, 0xea, 0xeb, 0xe8, 0xed, 0xee, 0xef, /* 50-5f: */
         0xec, 0xdf, 0x21, 0x24, 0x2a, 0x29, 0x3b, 0x5e, /* &.........!$*);^ */
    -    0x2d, 0x2f, 0xc2, 0xc4, 0xc0, 0xc1, 0xc3, 0xc5, /* 60-6f:           */
    +    0x2d, 0x2f, 0xc2, 0xc4, 0xc0, 0xc1, 0xc3, 0xc5, /* 60-6f: */
         0xc7, 0xd1, 0xa6, 0x2c, 0x25, 0x5f, 0x3e, 0x3f, /* -/.........,%_>? */
    -    0xf8, 0xc9, 0xca, 0xcb, 0xc8, 0xcd, 0xce, 0xcf, /* 70-7f:           */
    +    0xf8, 0xc9, 0xca, 0xcb, 0xc8, 0xcd, 0xce, 0xcf, /* 70-7f: */
         0xcc, 0x60, 0x3a, 0x23, 0x40, 0x27, 0x3d, 0x22, /* .........`:#@'=" */
    -    0xd8, 0x61, 0x62, 0x63, 0x64, 0x65, 0x66, 0x67, /* 80-8f:           */
    +    0xd8, 0x61, 0x62, 0x63, 0x64, 0x65, 0x66, 0x67, /* 80-8f: */
         0x68, 0x69, 0xab, 0xbb, 0xf0, 0xfd, 0xfe, 0xb1, /* .abcdefghi...... */
    -    0xb0, 0x6a, 0x6b, 0x6c, 0x6d, 0x6e, 0x6f, 0x70, /* 90-9f:           */
    +    0xb0, 0x6a, 0x6b, 0x6c, 0x6d, 0x6e, 0x6f, 0x70, /* 90-9f: */
         0x71, 0x72, 0xaa, 0xba, 0xe6, 0xb8, 0xc6, 0xa4, /* .jklmnopqr...... */
    -    0xb5, 0x7e, 0x73, 0x74, 0x75, 0x76, 0x77, 0x78, /* a0-af:           */
    +    0xb5, 0x7e, 0x73, 0x74, 0x75, 0x76, 0x77, 0x78, /* a0-af: */
         0x79, 0x7a, 0xa1, 0xbf, 0xd0, 0x5b, 0xde, 0xae, /* .~stuvwxyz...[.. */
    -    0xac, 0xa3, 0xa5, 0xb7, 0xa9, 0xa7, 0xb6, 0xbc, /* b0-bf:           */
    +    0xac, 0xa3, 0xa5, 0xb7, 0xa9, 0xa7, 0xb6, 0xbc, /* b0-bf: */
         0xbd, 0xbe, 0xdd, 0xa8, 0xaf, 0x5d, 0xb4, 0xd7, /* .............].. */
    -    0x7b, 0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47, /* c0-cf:           */
    +    0x7b, 0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47, /* c0-cf: */
         0x48, 0x49, 0xad, 0xf4, 0xf6, 0xf2, 0xf3, 0xf5, /* {ABCDEFGHI...... */
    -    0x7d, 0x4a, 0x4b, 0x4c, 0x4d, 0x4e, 0x4f, 0x50, /* d0-df:           */
    +    0x7d, 0x4a, 0x4b, 0x4c, 0x4d, 0x4e, 0x4f, 0x50, /* d0-df: */
         0x51, 0x52, 0xb9, 0xfb, 0xfc, 0xf9, 0xfa, 0xff, /* }JKLMNOPQR...... */
    -    0x5c, 0xf7, 0x53, 0x54, 0x55, 0x56, 0x57, 0x58, /* e0-ef:           */
    +    0x5c, 0xf7, 0x53, 0x54, 0x55, 0x56, 0x57, 0x58, /* e0-ef: */
         0x59, 0x5a, 0xb2, 0xd4, 0xd6, 0xd2, 0xd3, 0xd5, /* \.STUVWXYZ...... */
    -    0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, /* f0-ff:           */
    -    0x38, 0x39, 0xb3, 0xdb, 0xdc, 0xd9, 0xda, 0x9f  /* 0123456789...... */
    +    0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, /* f0-ff: */
    +    0x38, 0x39, 0xb3, 0xdb, 0xdc, 0xd9, 0xda, 0x9f /* 0123456789...... */
     };
     
    -
     /*
    -The US-ASCII to EBCDIC (character set IBM-1047) table:
    -This table is bijective (no ambiguous or duplicate characters)
    -*/
    + * The US-ASCII to EBCDIC (character set IBM-1047) table: This table is
    + * bijective (no ambiguous or duplicate characters)
    + */
     const unsigned char os_toebcdic[256] = {
    -    0x00, 0x01, 0x02, 0x03, 0x37, 0x2d, 0x2e, 0x2f, /* 00-0f:           */
    +    0x00, 0x01, 0x02, 0x03, 0x37, 0x2d, 0x2e, 0x2f, /* 00-0f: */
         0x16, 0x05, 0x15, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, /* ................ */
    -    0x10, 0x11, 0x12, 0x13, 0x3c, 0x3d, 0x32, 0x26, /* 10-1f:           */
    +    0x10, 0x11, 0x12, 0x13, 0x3c, 0x3d, 0x32, 0x26, /* 10-1f: */
         0x18, 0x19, 0x3f, 0x27, 0x1c, 0x1d, 0x1e, 0x1f, /* ................ */
    -    0x40, 0x5a, 0x7f, 0x7b, 0x5b, 0x6c, 0x50, 0x7d, /* 20-2f:           */
    -    0x4d, 0x5d, 0x5c, 0x4e, 0x6b, 0x60, 0x4b, 0x61, /*  !"#$%&'()*+,-./ */
    -    0xf0, 0xf1, 0xf2, 0xf3, 0xf4, 0xf5, 0xf6, 0xf7, /* 30-3f:           */
    +    0x40, 0x5a, 0x7f, 0x7b, 0x5b, 0x6c, 0x50, 0x7d, /* 20-2f: */
    +    0x4d, 0x5d, 0x5c, 0x4e, 0x6b, 0x60, 0x4b, 0x61, /* !"#$%&'()*+,-./ */
    +    0xf0, 0xf1, 0xf2, 0xf3, 0xf4, 0xf5, 0xf6, 0xf7, /* 30-3f: */
         0xf8, 0xf9, 0x7a, 0x5e, 0x4c, 0x7e, 0x6e, 0x6f, /* 0123456789:;<=>? */
    -    0x7c, 0xc1, 0xc2, 0xc3, 0xc4, 0xc5, 0xc6, 0xc7, /* 40-4f:           */
    +    0x7c, 0xc1, 0xc2, 0xc3, 0xc4, 0xc5, 0xc6, 0xc7, /* 40-4f: */
         0xc8, 0xc9, 0xd1, 0xd2, 0xd3, 0xd4, 0xd5, 0xd6, /* @ABCDEFGHIJKLMNO */
    -    0xd7, 0xd8, 0xd9, 0xe2, 0xe3, 0xe4, 0xe5, 0xe6, /* 50-5f:           */
    +    0xd7, 0xd8, 0xd9, 0xe2, 0xe3, 0xe4, 0xe5, 0xe6, /* 50-5f: */
         0xe7, 0xe8, 0xe9, 0xad, 0xe0, 0xbd, 0x5f, 0x6d, /* PQRSTUVWXYZ[\]^_ */
    -    0x79, 0x81, 0x82, 0x83, 0x84, 0x85, 0x86, 0x87, /* 60-6f:           */
    +    0x79, 0x81, 0x82, 0x83, 0x84, 0x85, 0x86, 0x87, /* 60-6f: */
         0x88, 0x89, 0x91, 0x92, 0x93, 0x94, 0x95, 0x96, /* `abcdefghijklmno */
    -    0x97, 0x98, 0x99, 0xa2, 0xa3, 0xa4, 0xa5, 0xa6, /* 70-7f:           */
    +    0x97, 0x98, 0x99, 0xa2, 0xa3, 0xa4, 0xa5, 0xa6, /* 70-7f: */
         0xa7, 0xa8, 0xa9, 0xc0, 0x4f, 0xd0, 0xa1, 0x07, /* pqrstuvwxyz{|}~. */
    -    0x20, 0x21, 0x22, 0x23, 0x24, 0x04, 0x06, 0x08, /* 80-8f:           */
    +    0x20, 0x21, 0x22, 0x23, 0x24, 0x04, 0x06, 0x08, /* 80-8f: */
         0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x09, 0x0a, 0x14, /* ................ */
    -    0x30, 0x31, 0x25, 0x33, 0x34, 0x35, 0x36, 0x17, /* 90-9f:           */
    +    0x30, 0x31, 0x25, 0x33, 0x34, 0x35, 0x36, 0x17, /* 90-9f: */
         0x38, 0x39, 0x3a, 0x3b, 0x1a, 0x1b, 0x3e, 0xff, /* ................ */
    -    0x41, 0xaa, 0x4a, 0xb1, 0x9f, 0xb2, 0x6a, 0xb5, /* a0-af:           */
    +    0x41, 0xaa, 0x4a, 0xb1, 0x9f, 0xb2, 0x6a, 0xb5, /* a0-af: */
         0xbb, 0xb4, 0x9a, 0x8a, 0xb0, 0xca, 0xaf, 0xbc, /* ................ */
    -    0x90, 0x8f, 0xea, 0xfa, 0xbe, 0xa0, 0xb6, 0xb3, /* b0-bf:           */
    +    0x90, 0x8f, 0xea, 0xfa, 0xbe, 0xa0, 0xb6, 0xb3, /* b0-bf: */
         0x9d, 0xda, 0x9b, 0x8b, 0xb7, 0xb8, 0xb9, 0xab, /* ................ */
    -    0x64, 0x65, 0x62, 0x66, 0x63, 0x67, 0x9e, 0x68, /* c0-cf:           */
    +    0x64, 0x65, 0x62, 0x66, 0x63, 0x67, 0x9e, 0x68, /* c0-cf: */
         0x74, 0x71, 0x72, 0x73, 0x78, 0x75, 0x76, 0x77, /* ................ */
    -    0xac, 0x69, 0xed, 0xee, 0xeb, 0xef, 0xec, 0xbf, /* d0-df:           */
    +    0xac, 0x69, 0xed, 0xee, 0xeb, 0xef, 0xec, 0xbf, /* d0-df: */
         0x80, 0xfd, 0xfe, 0xfb, 0xfc, 0xba, 0xae, 0x59, /* ................ */
    -    0x44, 0x45, 0x42, 0x46, 0x43, 0x47, 0x9c, 0x48, /* e0-ef:           */
    +    0x44, 0x45, 0x42, 0x46, 0x43, 0x47, 0x9c, 0x48, /* e0-ef: */
         0x54, 0x51, 0x52, 0x53, 0x58, 0x55, 0x56, 0x57, /* ................ */
    -    0x8c, 0x49, 0xcd, 0xce, 0xcb, 0xcf, 0xcc, 0xe1, /* f0-ff:           */
    -    0x70, 0xdd, 0xde, 0xdb, 0xdc, 0x8d, 0x8e, 0xdf  /* ................ */
    +    0x8c, 0x49, 0xcd, 0xce, 0xcb, 0xcf, 0xcc, 0xe1, /* f0-ff: */
    +    0x70, 0xdd, 0xde, 0xdb, 0xdc, 0x8d, 0x8e, 0xdf /* ................ */
     };
    -#endif /*_OSD_POSIX*/
    +# endif/*_OSD_POSIX*/
     
    -/* Translate a memory block from EBCDIC (host charset) to ASCII (net charset)
    - * dest and srce may be identical, or separate memory blocks, but
    - * should not overlap. These functions intentionally have an interface
    - * compatible to memcpy(3).
    +/*
    + * Translate a memory block from EBCDIC (host charset) to ASCII (net charset)
    + * dest and srce may be identical, or separate memory blocks, but should not
    + * overlap. These functions intentionally have an interface compatible to
    + * memcpy(3).
      */
     
    -void *
    -ebcdic2ascii(void *dest, const void *srce, size_t count)
    +void *ebcdic2ascii(void *dest, const void *srce, size_t count)
     {
         unsigned char *udest = dest;
         const unsigned char *usrce = srce;
    @@ -205,8 +269,7 @@ ebcdic2ascii(void *dest, const void *srce, size_t count)
         return dest;
     }
     
    -void *
    -ascii2ebcdic(void *dest, const void *srce, size_t count)
    +void *ascii2ebcdic(void *dest, const void *srce, size_t count)
     {
         unsigned char *udest = dest;
         const unsigned char *usrce = srce;
    diff --git a/openssl/crypto/ebcdic.h b/openssl/crypto/ebcdic.h
    index 85f3cf7f6..4cbdfeb7a 100644
    --- a/openssl/crypto/ebcdic.h
    +++ b/openssl/crypto/ebcdic.h
    @@ -1,19 +1,19 @@
     /* crypto/ebcdic.h */
     
     #ifndef HEADER_EBCDIC_H
    -#define HEADER_EBCDIC_H
    +# define HEADER_EBCDIC_H
     
    -#include 
    +# include 
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
     /* Avoid name clashes with other applications */
    -#define os_toascii   _openssl_os_toascii
    -#define os_toebcdic  _openssl_os_toebcdic
    -#define ebcdic2ascii _openssl_ebcdic2ascii
    -#define ascii2ebcdic _openssl_ascii2ebcdic
    +# define os_toascii   _openssl_os_toascii
    +# define os_toebcdic  _openssl_os_toebcdic
    +# define ebcdic2ascii _openssl_ebcdic2ascii
    +# define ascii2ebcdic _openssl_ascii2ebcdic
     
     extern const unsigned char os_toascii[256];
     extern const unsigned char os_toebcdic[256];
    diff --git a/openssl/crypto/ec/Makefile b/openssl/crypto/ec/Makefile
    index f85fc845c..0d9f3ab25 100644
    --- a/openssl/crypto/ec/Makefile
    +++ b/openssl/crypto/ec/Makefile
    @@ -11,6 +11,8 @@ MAKEFILE=	Makefile
     AR=		ar r
     
     CFLAGS= $(INCLUDES) $(CFLAG)
    +ASFLAGS= $(INCLUDES) $(ASFLAG)
    +AFLAGS= $(ASFLAGS)
     
     GENERAL=Makefile
     TEST=ectest.c
    @@ -27,7 +29,7 @@ LIBOBJ=	ec_lib.o ecp_smpl.o ecp_mont.o ecp_nist.o ec_cvt.o ec_mult.o\
     	ec_err.o ec_curve.o ec_check.o ec_print.o ec_asn1.o ec_key.o\
     	ec2_smpl.o ec2_mult.o ec_ameth.o ec_pmeth.o eck_prn.o \
     	ecp_nistp224.o ecp_nistp256.o ecp_nistp521.o ecp_nistputil.o \
    -	ecp_oct.o ec2_oct.o ec_oct.o
    +	ecp_oct.o ec2_oct.o ec_oct.o $(EC_ASM)
     
     SRC= $(LIBSRC)
     
    @@ -46,6 +48,12 @@ lib:	$(LIBOBJ)
     	$(RANLIB) $(LIB) || echo Never mind.
     	@touch lib
     
    +ecp_nistz256-x86_64.s: asm/ecp_nistz256-x86_64.pl
    +	$(PERL) asm/ecp_nistz256-x86_64.pl $(PERLASM_SCHEME) > $@
    +
    +ecp_nistz256-avx2.s:   asm/ecp_nistz256-avx2.pl
    +	$(PERL) asm/ecp_nistz256-avx2.pl $(PERLASM_SCHEME) > $@
    +
     files:
     	$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
     
    @@ -108,14 +116,14 @@ ec2_smpl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
     ec2_smpl.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
     ec2_smpl.o: ../../include/openssl/symhacks.h ec2_smpl.c ec_lcl.h
     ec_ameth.o: ../../e_os.h ../../include/openssl/asn1.h
    -ec_ameth.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
    -ec_ameth.o: ../../include/openssl/buffer.h ../../include/openssl/cms.h
    -ec_ameth.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
    -ec_ameth.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
    -ec_ameth.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
    -ec_ameth.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
    -ec_ameth.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
    -ec_ameth.o: ../../include/openssl/opensslconf.h
    +ec_ameth.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
    +ec_ameth.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
    +ec_ameth.o: ../../include/openssl/cms.h ../../include/openssl/crypto.h
    +ec_ameth.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
    +ec_ameth.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
    +ec_ameth.o: ../../include/openssl/err.h ../../include/openssl/evp.h
    +ec_ameth.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
    +ec_ameth.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
     ec_ameth.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
     ec_ameth.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
     ec_ameth.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
    @@ -196,18 +204,19 @@ ec_oct.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
     ec_oct.o: ../../include/openssl/symhacks.h ec_lcl.h ec_oct.c
     ec_pmeth.o: ../../e_os.h ../../include/openssl/asn1.h
     ec_pmeth.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
    -ec_pmeth.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
    -ec_pmeth.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
    -ec_pmeth.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
    -ec_pmeth.o: ../../include/openssl/err.h ../../include/openssl/evp.h
    -ec_pmeth.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
    -ec_pmeth.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
    +ec_pmeth.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
    +ec_pmeth.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
    +ec_pmeth.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
    +ec_pmeth.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
    +ec_pmeth.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
    +ec_pmeth.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
    +ec_pmeth.o: ../../include/openssl/opensslconf.h
     ec_pmeth.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
     ec_pmeth.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
     ec_pmeth.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
     ec_pmeth.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
     ec_pmeth.o: ../../include/openssl/x509_vfy.h ../cryptlib.h ../evp/evp_locl.h
    -ec_pmeth.o: ec_pmeth.c
    +ec_pmeth.o: ec_lcl.h ec_pmeth.c
     ec_print.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
     ec_print.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h
     ec_print.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
    diff --git a/openssl/crypto/ec/asm/ecp_nistz256-avx2.pl b/openssl/crypto/ec/asm/ecp_nistz256-avx2.pl
    new file mode 100755
    index 000000000..4c220aa64
    --- /dev/null
    +++ b/openssl/crypto/ec/asm/ecp_nistz256-avx2.pl
    @@ -0,0 +1,2093 @@
    +#!/usr/bin/env perl
    +
    +##############################################################################
    +#                                                                            #
    +# Copyright 2014 Intel Corporation                                           #
    +#                                                                            #
    +# Licensed under the Apache License, Version 2.0 (the "License");            #
    +# you may not use this file except in compliance with the License.           #
    +# You may obtain a copy of the License at                                    #
    +#                                                                            #
    +#    http://www.apache.org/licenses/LICENSE-2.0                              #
    +#                                                                            #
    +# Unless required by applicable law or agreed to in writing, software        #
    +# distributed under the License is distributed on an "AS IS" BASIS,          #
    +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   #
    +# See the License for the specific language governing permissions and        #
    +# limitations under the License.                                             #
    +#                                                                            #
    +##############################################################################
    +#                                                                            #
    +#  Developers and authors:                                                   #
    +#  Shay Gueron (1, 2), and Vlad Krasnov (1)                                  #
    +#  (1) Intel Corporation, Israel Development Center                          #
    +#  (2) University of Haifa                                                   #
    +#  Reference:                                                                #
    +#  S.Gueron and V.Krasnov, "Fast Prime Field Elliptic Curve Cryptography with#
    +#                           256 Bit Primes"                                  #
    +#                                                                            #
    +##############################################################################
    +
    +$flavour = shift;
    +$output  = shift;
    +if ($flavour =~ /\./) { $output = $flavour; undef $flavour; }
    +
    +$win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
    +
    +$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
    +( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
    +( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
    +die "can't locate x86_64-xlate.pl";
    +
    +open OUT,"| \"$^X\" $xlate $flavour $output";
    +*STDOUT=*OUT;
    +
    +if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
    +		=~ /GNU assembler version ([2-9]\.[0-9]+)/) {
    +	$avx = ($1>=2.19) + ($1>=2.22);
    +	$addx = ($1>=2.23);
    +}
    +
    +if (!$addx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
    +	    `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/) {
    +	$avx = ($1>=2.09) + ($1>=2.10);
    +	$addx = ($1>=2.10);
    +}
    +
    +if (!$addx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
    +	    `ml64 2>&1` =~ /Version ([0-9]+)\./) {
    +	$avx = ($1>=10) + ($1>=11);
    +	$addx = ($1>=12);
    +}
    +
    +if (!$addx && `$ENV{CC} -v 2>&1` =~ /(^clang version|based on LLVM) ([3-9])\.([0-9]+)/) {
    +	my $ver = $2 + $3/100.0;	# 3.1->3.01, 3.10->3.10
    +	$avx = ($ver>=3.0) + ($ver>=3.01);
    +	$addx = ($ver>=3.03);
    +}
    +
    +if ($avx>=2) {{
    +$digit_size = "\$29";
    +$n_digits = "\$9";
    +
    +$code.=<<___;
    +.text
    +
    +.align 64
    +.LAVX2_AND_MASK:
    +.LAVX2_POLY:
    +.quad 0x1fffffff, 0x1fffffff, 0x1fffffff, 0x1fffffff
    +.quad 0x1fffffff, 0x1fffffff, 0x1fffffff, 0x1fffffff
    +.quad 0x1fffffff, 0x1fffffff, 0x1fffffff, 0x1fffffff
    +.quad 0x000001ff, 0x000001ff, 0x000001ff, 0x000001ff
    +.quad 0x00000000, 0x00000000, 0x00000000, 0x00000000
    +.quad 0x00000000, 0x00000000, 0x00000000, 0x00000000
    +.quad 0x00040000, 0x00040000, 0x00040000, 0x00040000
    +.quad 0x1fe00000, 0x1fe00000, 0x1fe00000, 0x1fe00000
    +.quad 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff
    +
    +.LAVX2_POLY_x2:
    +.quad 0x7FFFFFFC, 0x7FFFFFFC, 0x7FFFFFFC, 0x7FFFFFFC
    +.quad 0x7FFFFFFC, 0x7FFFFFFC, 0x7FFFFFFC, 0x7FFFFFFC
    +.quad 0x7FFFFFFC, 0x7FFFFFFC, 0x7FFFFFFC, 0x7FFFFFFC
    +.quad 0x400007FC, 0x400007FC, 0x400007FC, 0x400007FC
    +.quad 0x3FFFFFFE, 0x3FFFFFFE, 0x3FFFFFFE, 0x3FFFFFFE
    +.quad 0x3FFFFFFE, 0x3FFFFFFE, 0x3FFFFFFE, 0x3FFFFFFE
    +.quad 0x400FFFFE, 0x400FFFFE, 0x400FFFFE, 0x400FFFFE
    +.quad 0x7F7FFFFE, 0x7F7FFFFE, 0x7F7FFFFE, 0x7F7FFFFE
    +.quad 0x03FFFFFC, 0x03FFFFFC, 0x03FFFFFC, 0x03FFFFFC
    +
    +.LAVX2_POLY_x8:
    +.quad 0xFFFFFFF8, 0xFFFFFFF8, 0xFFFFFFF8, 0xFFFFFFF8
    +.quad 0xFFFFFFF8, 0xFFFFFFF8, 0xFFFFFFF8, 0xFFFFFFF8
    +.quad 0xFFFFFFF8, 0xFFFFFFF8, 0xFFFFFFF8, 0xFFFFFFF8
    +.quad 0x80000FF8, 0x80000FF8, 0x80000FF8, 0x80000FF8
    +.quad 0x7FFFFFFC, 0x7FFFFFFC, 0x7FFFFFFC, 0x7FFFFFFC
    +.quad 0x7FFFFFFC, 0x7FFFFFFC, 0x7FFFFFFC, 0x7FFFFFFC
    +.quad 0x801FFFFC, 0x801FFFFC, 0x801FFFFC, 0x801FFFFC
    +.quad 0xFEFFFFFC, 0xFEFFFFFC, 0xFEFFFFFC, 0xFEFFFFFC
    +.quad 0x07FFFFF8, 0x07FFFFF8, 0x07FFFFF8, 0x07FFFFF8
    +
    +.LONE:
    +.quad 0x00000020, 0x00000020, 0x00000020, 0x00000020
    +.quad 0x00000000, 0x00000000, 0x00000000, 0x00000000
    +.quad 0x00000000, 0x00000000, 0x00000000, 0x00000000
    +.quad 0x1fffc000, 0x1fffc000, 0x1fffc000, 0x1fffc000
    +.quad 0x1fffffff, 0x1fffffff, 0x1fffffff, 0x1fffffff
    +.quad 0x1fffffff, 0x1fffffff, 0x1fffffff, 0x1fffffff
    +.quad 0x1f7fffff, 0x1f7fffff, 0x1f7fffff, 0x1f7fffff
    +.quad 0x03ffffff, 0x03ffffff, 0x03ffffff, 0x03ffffff
    +.quad 0x00000000, 0x00000000, 0x00000000, 0x00000000
    +
    +# RR = 2^266 mod p in AVX2 format, to transform from the native OpenSSL
    +# Montgomery form (*2^256) to our format (*2^261)
    +
    +.LTO_MONT_AVX2:
    +.quad 0x00000400, 0x00000400, 0x00000400, 0x00000400
    +.quad 0x00000000, 0x00000000, 0x00000000, 0x00000000
    +.quad 0x00000000, 0x00000000, 0x00000000, 0x00000000
    +.quad 0x1ff80000, 0x1ff80000, 0x1ff80000, 0x1ff80000
    +.quad 0x1fffffff, 0x1fffffff, 0x1fffffff, 0x1fffffff
    +.quad 0x1fffffff, 0x1fffffff, 0x1fffffff, 0x1fffffff
    +.quad 0x0fffffff, 0x0fffffff, 0x0fffffff, 0x0fffffff
    +.quad 0x1fffffff, 0x1fffffff, 0x1fffffff, 0x1fffffff
    +.quad 0x00000003, 0x00000003, 0x00000003, 0x00000003
    +
    +.LFROM_MONT_AVX2:
    +.quad 0x00000001, 0x00000001, 0x00000001, 0x00000001
    +.quad 0x00000000, 0x00000000, 0x00000000, 0x00000000
    +.quad 0x00000000, 0x00000000, 0x00000000, 0x00000000
    +.quad 0x1ffffe00, 0x1ffffe00, 0x1ffffe00, 0x1ffffe00
    +.quad 0x1fffffff, 0x1fffffff, 0x1fffffff, 0x1fffffff
    +.quad 0x1fffffff, 0x1fffffff, 0x1fffffff, 0x1fffffff
    +.quad 0x1ffbffff, 0x1ffbffff, 0x1ffbffff, 0x1ffbffff
    +.quad 0x001fffff, 0x001fffff, 0x001fffff, 0x001fffff
    +.quad 0x00000000, 0x00000000, 0x00000000, 0x00000000
    +
    +.LIntOne:
    +.long 1,1,1,1,1,1,1,1
    +___
    +
    +{
    +# This function recieves a pointer to an array of four affine points
    +# (X, Y, <1>) and rearanges the data for AVX2 execution, while
    +# converting it to 2^29 radix redundant form
    +
    +my ($X0,$X1,$X2,$X3, $Y0,$Y1,$Y2,$Y3,
    +    $T0,$T1,$T2,$T3, $T4,$T5,$T6,$T7)=map("%ymm$_",(0..15));
    +
    +$code.=<<___;
    +.globl	ecp_nistz256_avx2_transpose_convert
    +.type	ecp_nistz256_avx2_transpose_convert,\@function,2
    +.align 64
    +ecp_nistz256_avx2_transpose_convert:
    +	vzeroupper
    +___
    +$code.=<<___	if ($win64);
    +	lea	-8-16*10(%rsp), %rsp
    +	vmovaps	%xmm6, -8-16*10(%rax)
    +	vmovaps	%xmm7, -8-16*9(%rax)
    +	vmovaps	%xmm8, -8-16*8(%rax)
    +	vmovaps	%xmm9, -8-16*7(%rax)
    +	vmovaps	%xmm10, -8-16*6(%rax)
    +	vmovaps	%xmm11, -8-16*5(%rax)
    +	vmovaps	%xmm12, -8-16*4(%rax)
    +	vmovaps	%xmm13, -8-16*3(%rax)
    +	vmovaps	%xmm14, -8-16*2(%rax)
    +	vmovaps	%xmm15, -8-16*1(%rax)
    +___
    +$code.=<<___;
    +	# Load the data
    +	vmovdqa		32*0(%rsi), $X0
    +	lea		112(%rsi), %rax		# size optimization
    +	vmovdqa		32*1(%rsi), $Y0
    +	lea		.LAVX2_AND_MASK(%rip), %rdx
    +	vmovdqa		32*2(%rsi), $X1
    +	vmovdqa		32*3(%rsi), $Y1
    +	vmovdqa		32*4-112(%rax), $X2
    +	vmovdqa		32*5-112(%rax), $Y2
    +	vmovdqa		32*6-112(%rax), $X3
    +	vmovdqa		32*7-112(%rax), $Y3
    +
    +	# Transpose X and Y independently
    +	vpunpcklqdq	$X1, $X0, $T0		# T0 = [B2 A2 B0 A0]
    +	vpunpcklqdq	$X3, $X2, $T1		# T1 = [D2 C2 D0 C0]
    +	vpunpckhqdq	$X1, $X0, $T2		# T2 = [B3 A3 B1 A1]
    +	vpunpckhqdq	$X3, $X2, $T3		# T3 = [D3 C3 D1 C1]
    +
    +	vpunpcklqdq	$Y1, $Y0, $T4
    +	vpunpcklqdq	$Y3, $Y2, $T5
    +	vpunpckhqdq	$Y1, $Y0, $T6
    +	vpunpckhqdq	$Y3, $Y2, $T7
    +
    +	vperm2i128	\$0x20, $T1, $T0, $X0	# X0 = [D0 C0 B0 A0]
    +	vperm2i128	\$0x20, $T3, $T2, $X1	# X1 = [D1 C1 B1 A1]
    +	vperm2i128	\$0x31, $T1, $T0, $X2	# X2 = [D2 C2 B2 A2]
    +	vperm2i128	\$0x31, $T3, $T2, $X3	# X3 = [D3 C3 B3 A3]
    +
    +	vperm2i128	\$0x20, $T5, $T4, $Y0
    +	vperm2i128	\$0x20, $T7, $T6, $Y1
    +	vperm2i128	\$0x31, $T5, $T4, $Y2
    +	vperm2i128	\$0x31, $T7, $T6, $Y3
    +	vmovdqa		(%rdx), $T7
    +
    +	vpand		(%rdx), $X0, $T0	# out[0] = in[0] & mask;
    +	vpsrlq		\$29, $X0, $X0
    +	vpand		$T7, $X0, $T1		# out[1] = (in[0] >> shift) & mask;
    +	vpsrlq		\$29, $X0, $X0
    +	vpsllq		\$6, $X1, $T2
    +	vpxor		$X0, $T2, $T2
    +	vpand		$T7, $T2, $T2		# out[2] = ((in[0] >> (shift*2)) ^ (in[1] << (64-shift*2))) & mask;
    +	vpsrlq		\$23, $X1, $X1
    +	vpand		$T7, $X1, $T3		# out[3] = (in[1] >> ((shift*3)%64)) & mask;
    +	vpsrlq		\$29, $X1, $X1
    +	vpsllq		\$12, $X2, $T4
    +	vpxor		$X1, $T4, $T4
    +	vpand		$T7, $T4, $T4		# out[4] = ((in[1] >> ((shift*4)%64)) ^ (in[2] << (64*2-shift*4))) & mask;
    +	vpsrlq		\$17, $X2, $X2
    +	vpand		$T7, $X2, $T5		# out[5] = (in[2] >> ((shift*5)%64)) & mask;
    +	vpsrlq		\$29, $X2, $X2
    +	vpsllq		\$18, $X3, $T6
    +	vpxor		$X2, $T6, $T6
    +	vpand		$T7, $T6, $T6		# out[6] = ((in[2] >> ((shift*6)%64)) ^ (in[3] << (64*3-shift*6))) & mask;
    +	vpsrlq		\$11, $X3, $X3
    +	 vmovdqa	$T0, 32*0(%rdi)
    +	 lea		112(%rdi), %rax		# size optimization
    +	vpand		$T7, $X3, $T0		# out[7] = (in[3] >> ((shift*7)%64)) & mask;
    +	vpsrlq		\$29, $X3, $X3		# out[8] = (in[3] >> ((shift*8)%64)) & mask;
    +
    +	vmovdqa		$T1, 32*1(%rdi)
    +	vmovdqa		$T2, 32*2(%rdi)
    +	vmovdqa		$T3, 32*3(%rdi)
    +	vmovdqa		$T4, 32*4-112(%rax)
    +	vmovdqa		$T5, 32*5-112(%rax)
    +	vmovdqa		$T6, 32*6-112(%rax)
    +	vmovdqa		$T0, 32*7-112(%rax)
    +	vmovdqa		$X3, 32*8-112(%rax)
    +	lea		448(%rdi), %rax		# size optimization
    +
    +	vpand		$T7, $Y0, $T0		# out[0] = in[0] & mask;
    +	vpsrlq		\$29, $Y0, $Y0
    +	vpand		$T7, $Y0, $T1		# out[1] = (in[0] >> shift) & mask;
    +	vpsrlq		\$29, $Y0, $Y0
    +	vpsllq		\$6, $Y1, $T2
    +	vpxor		$Y0, $T2, $T2
    +	vpand		$T7, $T2, $T2		# out[2] = ((in[0] >> (shift*2)) ^ (in[1] << (64-shift*2))) & mask;
    +	vpsrlq		\$23, $Y1, $Y1
    +	vpand		$T7, $Y1, $T3		# out[3] = (in[1] >> ((shift*3)%64)) & mask;
    +	vpsrlq		\$29, $Y1, $Y1
    +	vpsllq		\$12, $Y2, $T4
    +	vpxor		$Y1, $T4, $T4
    +	vpand		$T7, $T4, $T4		# out[4] = ((in[1] >> ((shift*4)%64)) ^ (in[2] << (64*2-shift*4))) & mask;
    +	vpsrlq		\$17, $Y2, $Y2
    +	vpand		$T7, $Y2, $T5		# out[5] = (in[2] >> ((shift*5)%64)) & mask;
    +	vpsrlq		\$29, $Y2, $Y2
    +	vpsllq		\$18, $Y3, $T6
    +	vpxor		$Y2, $T6, $T6
    +	vpand		$T7, $T6, $T6		# out[6] = ((in[2] >> ((shift*6)%64)) ^ (in[3] << (64*3-shift*6))) & mask;
    +	vpsrlq		\$11, $Y3, $Y3
    +	 vmovdqa	$T0, 32*9-448(%rax)
    +	vpand		$T7, $Y3, $T0		# out[7] = (in[3] >> ((shift*7)%64)) & mask;
    +	vpsrlq		\$29, $Y3, $Y3		# out[8] = (in[3] >> ((shift*8)%64)) & mask;
    +
    +	vmovdqa		$T1, 32*10-448(%rax)
    +	vmovdqa		$T2, 32*11-448(%rax)
    +	vmovdqa		$T3, 32*12-448(%rax)
    +	vmovdqa		$T4, 32*13-448(%rax)
    +	vmovdqa		$T5, 32*14-448(%rax)
    +	vmovdqa		$T6, 32*15-448(%rax)
    +	vmovdqa		$T0, 32*16-448(%rax)
    +	vmovdqa		$Y3, 32*17-448(%rax)
    +
    +	vzeroupper
    +___
    +$code.=<<___	if ($win64);
    +	movaps	16*0(%rsp), %xmm6
    +	movaps	16*1(%rsp), %xmm7
    +	movaps	16*2(%rsp), %xmm8
    +	movaps	16*3(%rsp), %xmm9
    +	movaps	16*4(%rsp), %xmm10
    +	movaps	16*5(%rsp), %xmm11
    +	movaps	16*6(%rsp), %xmm12
    +	movaps	16*7(%rsp), %xmm13
    +	movaps	16*8(%rsp), %xmm14
    +	movaps	16*9(%rsp), %xmm15
    +	lea	8+16*10(%rsp), %rsp
    +___
    +$code.=<<___;
    +	ret
    +.size	ecp_nistz256_avx2_transpose_convert,.-ecp_nistz256_avx2_transpose_convert
    +___
    +}
    +{
    +################################################################################
    +# This function recieves a pointer to an array of four AVX2 formatted points
    +# (X, Y, Z) convert the data to normal representation, and rearanges the data
    +
    +my ($D0,$D1,$D2,$D3, $D4,$D5,$D6,$D7, $D8)=map("%ymm$_",(0..8));
    +my ($T0,$T1,$T2,$T3, $T4,$T5,$T6)=map("%ymm$_",(9..15));
    +
    +$code.=<<___;
    +
    +.globl	ecp_nistz256_avx2_convert_transpose_back
    +.type	ecp_nistz256_avx2_convert_transpose_back,\@function,2
    +.align	32
    +ecp_nistz256_avx2_convert_transpose_back:
    +	vzeroupper
    +___
    +$code.=<<___	if ($win64);
    +	lea	-8-16*10(%rsp), %rsp
    +	vmovaps	%xmm6, -8-16*10(%rax)
    +	vmovaps	%xmm7, -8-16*9(%rax)
    +	vmovaps	%xmm8, -8-16*8(%rax)
    +	vmovaps	%xmm9, -8-16*7(%rax)
    +	vmovaps	%xmm10, -8-16*6(%rax)
    +	vmovaps	%xmm11, -8-16*5(%rax)
    +	vmovaps	%xmm12, -8-16*4(%rax)
    +	vmovaps	%xmm13, -8-16*3(%rax)
    +	vmovaps	%xmm14, -8-16*2(%rax)
    +	vmovaps	%xmm15, -8-16*1(%rax)
    +___
    +$code.=<<___;
    +	mov	\$3, %ecx
    +
    +.Lconv_loop:
    +	vmovdqa		32*0(%rsi), $D0
    +	lea		160(%rsi), %rax		# size optimization
    +	vmovdqa		32*1(%rsi), $D1
    +	vmovdqa		32*2(%rsi), $D2
    +	vmovdqa		32*3(%rsi), $D3
    +	vmovdqa		32*4-160(%rax), $D4
    +	vmovdqa		32*5-160(%rax), $D5
    +	vmovdqa		32*6-160(%rax), $D6
    +	vmovdqa		32*7-160(%rax), $D7
    +	vmovdqa		32*8-160(%rax), $D8
    +
    +	vpsllq		\$29, $D1, $D1
    +	vpsllq		\$58, $D2, $T0
    +	vpaddq		$D1, $D0, $D0
    +	vpaddq		$T0, $D0, $D0		# out[0] = (in[0]) ^ (in[1] << shift*1) ^ (in[2] << shift*2);
    +
    +	vpsrlq		\$6, $D2, $D2
    +	vpsllq		\$23, $D3, $D3
    +	vpsllq		\$52, $D4, $T1
    +	vpaddq		$D2, $D3, $D3
    +	vpaddq		$D3, $T1, $D1		# out[1] = (in[2] >> (64*1-shift*2)) ^ (in[3] << shift*3%64) ^ (in[4] << shift*4%64);
    +
    +	vpsrlq		\$12, $D4, $D4
    +	vpsllq		\$17, $D5, $D5
    +	vpsllq		\$46, $D6, $T2
    +	vpaddq		$D4, $D5, $D5
    +	vpaddq		$D5, $T2, $D2		# out[2] = (in[4] >> (64*2-shift*4)) ^ (in[5] << shift*5%64) ^ (in[6] << shift*6%64);
    +
    +	vpsrlq		\$18, $D6, $D6
    +	vpsllq		\$11, $D7, $D7
    +	vpsllq		\$40, $D8, $T3
    +	vpaddq		$D6, $D7, $D7
    +	vpaddq		$D7, $T3, $D3		# out[3] = (in[6] >> (64*3-shift*6)) ^ (in[7] << shift*7%64) ^ (in[8] << shift*8%64);
    +
    +	vpunpcklqdq	$D1, $D0, $T0		# T0 = [B2 A2 B0 A0]
    +	vpunpcklqdq	$D3, $D2, $T1		# T1 = [D2 C2 D0 C0]
    +	vpunpckhqdq	$D1, $D0, $T2		# T2 = [B3 A3 B1 A1]
    +	vpunpckhqdq	$D3, $D2, $T3		# T3 = [D3 C3 D1 C1]
    +
    +	vperm2i128	\$0x20, $T1, $T0, $D0	# X0 = [D0 C0 B0 A0]
    +	vperm2i128	\$0x20, $T3, $T2, $D1	# X1 = [D1 C1 B1 A1]
    +	vperm2i128	\$0x31, $T1, $T0, $D2	# X2 = [D2 C2 B2 A2]
    +	vperm2i128	\$0x31, $T3, $T2, $D3	# X3 = [D3 C3 B3 A3]
    +
    +	vmovdqa		$D0, 32*0(%rdi)
    +	vmovdqa		$D1, 32*3(%rdi)
    +	vmovdqa		$D2, 32*6(%rdi)
    +	vmovdqa		$D3, 32*9(%rdi)
    +
    +	lea		32*9(%rsi), %rsi
    +	lea		32*1(%rdi), %rdi
    +
    +	dec	%ecx
    +	jnz	.Lconv_loop
    +
    +	vzeroupper
    +___
    +$code.=<<___	if ($win64);
    +	movaps	16*0(%rsp), %xmm6
    +	movaps	16*1(%rsp), %xmm7
    +	movaps	16*2(%rsp), %xmm8
    +	movaps	16*3(%rsp), %xmm9
    +	movaps	16*4(%rsp), %xmm10
    +	movaps	16*5(%rsp), %xmm11
    +	movaps	16*6(%rsp), %xmm12
    +	movaps	16*7(%rsp), %xmm13
    +	movaps	16*8(%rsp), %xmm14
    +	movaps	16*9(%rsp), %xmm15
    +	lea	8+16*10(%rsp), %rsp
    +___
    +$code.=<<___;
    +	ret
    +.size	ecp_nistz256_avx2_convert_transpose_back,.-ecp_nistz256_avx2_convert_transpose_back
    +___
    +}
    +{
    +my ($r_ptr,$a_ptr,$b_ptr,$itr)=("%rdi","%rsi","%rdx","%ecx");
    +my ($ACC0,$ACC1,$ACC2,$ACC3,$ACC4,$ACC5,$ACC6,$ACC7,$ACC8)=map("%ymm$_",(0..8));
    +my ($B,$Y,$T0,$AND_MASK,$OVERFLOW)=map("%ymm$_",(9..13));
    +
    +sub NORMALIZE {
    +my $ret=<<___;
    +	vpsrlq		$digit_size, $ACC0, $T0
    +	vpand		$AND_MASK, $ACC0, $ACC0
    +	vpaddq		$T0, $ACC1, $ACC1
    +
    +	vpsrlq		$digit_size, $ACC1, $T0
    +	vpand		$AND_MASK, $ACC1, $ACC1
    +	vpaddq		$T0, $ACC2, $ACC2
    +
    +	vpsrlq		$digit_size, $ACC2, $T0
    +	vpand		$AND_MASK, $ACC2, $ACC2
    +	vpaddq		$T0, $ACC3, $ACC3
    +
    +	vpsrlq		$digit_size, $ACC3, $T0
    +	vpand		$AND_MASK, $ACC3, $ACC3
    +	vpaddq		$T0, $ACC4, $ACC4
    +
    +	vpsrlq		$digit_size, $ACC4, $T0
    +	vpand		$AND_MASK, $ACC4, $ACC4
    +	vpaddq		$T0, $ACC5, $ACC5
    +
    +	vpsrlq		$digit_size, $ACC5, $T0
    +	vpand		$AND_MASK, $ACC5, $ACC5
    +	vpaddq		$T0, $ACC6, $ACC6
    +
    +	vpsrlq		$digit_size, $ACC6, $T0
    +	vpand		$AND_MASK, $ACC6, $ACC6
    +	vpaddq		$T0, $ACC7, $ACC7
    +
    +	vpsrlq		$digit_size, $ACC7, $T0
    +	vpand		$AND_MASK, $ACC7, $ACC7
    +	vpaddq		$T0, $ACC8, $ACC8
    +	#vpand		$AND_MASK, $ACC8, $ACC8
    +___
    +    $ret;
    +}
    +
    +sub STORE {
    +my $ret=<<___;
    +	vmovdqa		$ACC0, 32*0(%rdi)
    +	lea		160(%rdi), %rax		# size optimization
    +	vmovdqa		$ACC1, 32*1(%rdi)
    +	vmovdqa		$ACC2, 32*2(%rdi)
    +	vmovdqa		$ACC3, 32*3(%rdi)
    +	vmovdqa		$ACC4, 32*4-160(%rax)
    +	vmovdqa		$ACC5, 32*5-160(%rax)
    +	vmovdqa		$ACC6, 32*6-160(%rax)
    +	vmovdqa		$ACC7, 32*7-160(%rax)
    +	vmovdqa		$ACC8, 32*8-160(%rax)
    +___
    +    $ret;
    +}
    +
    +$code.=<<___;
    +.type	avx2_normalize,\@abi-omnipotent
    +.align	32
    +avx2_normalize:
    +	vpsrlq		$digit_size, $ACC0, $T0
    +	vpand		$AND_MASK, $ACC0, $ACC0
    +	vpaddq		$T0, $ACC1, $ACC1
    +
    +	vpsrlq		$digit_size, $ACC1, $T0
    +	vpand		$AND_MASK, $ACC1, $ACC1
    +	vpaddq		$T0, $ACC2, $ACC2
    +
    +	vpsrlq		$digit_size, $ACC2, $T0
    +	vpand		$AND_MASK, $ACC2, $ACC2
    +	vpaddq		$T0, $ACC3, $ACC3
    +
    +	vpsrlq		$digit_size, $ACC3, $T0
    +	vpand		$AND_MASK, $ACC3, $ACC3
    +	vpaddq		$T0, $ACC4, $ACC4
    +
    +	vpsrlq		$digit_size, $ACC4, $T0
    +	vpand		$AND_MASK, $ACC4, $ACC4
    +	vpaddq		$T0, $ACC5, $ACC5
    +
    +	vpsrlq		$digit_size, $ACC5, $T0
    +	vpand		$AND_MASK, $ACC5, $ACC5
    +	vpaddq		$T0, $ACC6, $ACC6
    +
    +	vpsrlq		$digit_size, $ACC6, $T0
    +	vpand		$AND_MASK, $ACC6, $ACC6
    +	vpaddq		$T0, $ACC7, $ACC7
    +
    +	vpsrlq		$digit_size, $ACC7, $T0
    +	vpand		$AND_MASK, $ACC7, $ACC7
    +	vpaddq		$T0, $ACC8, $ACC8
    +	#vpand		$AND_MASK, $ACC8, $ACC8
    +
    +	ret
    +.size	avx2_normalize,.-avx2_normalize
    +
    +.type	avx2_normalize_n_store,\@abi-omnipotent
    +.align	32
    +avx2_normalize_n_store:
    +	vpsrlq		$digit_size, $ACC0, $T0
    +	vpand		$AND_MASK, $ACC0, $ACC0
    +	vpaddq		$T0, $ACC1, $ACC1
    +
    +	vpsrlq		$digit_size, $ACC1, $T0
    +	vpand		$AND_MASK, $ACC1, $ACC1
    +	 vmovdqa	$ACC0, 32*0(%rdi)
    +	 lea		160(%rdi), %rax		# size optimization
    +	vpaddq		$T0, $ACC2, $ACC2
    +
    +	vpsrlq		$digit_size, $ACC2, $T0
    +	vpand		$AND_MASK, $ACC2, $ACC2
    +	 vmovdqa	$ACC1, 32*1(%rdi)
    +	vpaddq		$T0, $ACC3, $ACC3
    +
    +	vpsrlq		$digit_size, $ACC3, $T0
    +	vpand		$AND_MASK, $ACC3, $ACC3
    +	 vmovdqa	$ACC2, 32*2(%rdi)
    +	vpaddq		$T0, $ACC4, $ACC4
    +
    +	vpsrlq		$digit_size, $ACC4, $T0
    +	vpand		$AND_MASK, $ACC4, $ACC4
    +	 vmovdqa	$ACC3, 32*3(%rdi)
    +	vpaddq		$T0, $ACC5, $ACC5
    +
    +	vpsrlq		$digit_size, $ACC5, $T0
    +	vpand		$AND_MASK, $ACC5, $ACC5
    +	 vmovdqa	$ACC4, 32*4-160(%rax)
    +	vpaddq		$T0, $ACC6, $ACC6
    +
    +	vpsrlq		$digit_size, $ACC6, $T0
    +	vpand		$AND_MASK, $ACC6, $ACC6
    +	 vmovdqa	$ACC5, 32*5-160(%rax)
    +	vpaddq		$T0, $ACC7, $ACC7
    +
    +	vpsrlq		$digit_size, $ACC7, $T0
    +	vpand		$AND_MASK, $ACC7, $ACC7
    +	 vmovdqa	$ACC6, 32*6-160(%rax)
    +	vpaddq		$T0, $ACC8, $ACC8
    +	#vpand		$AND_MASK, $ACC8, $ACC8
    +	 vmovdqa	$ACC7, 32*7-160(%rax)
    +	 vmovdqa	$ACC8, 32*8-160(%rax)
    +
    +	ret
    +.size	avx2_normalize_n_store,.-avx2_normalize_n_store
    +
    +################################################################################
    +# void avx2_mul_x4(void* RESULTx4, void *Ax4, void *Bx4);
    +.type	avx2_mul_x4,\@abi-omnipotent
    +.align	32
    +avx2_mul_x4:
    +	lea	.LAVX2_POLY(%rip), %rax
    +
    +	vpxor	$ACC0, $ACC0, $ACC0
    +	vpxor	$ACC1, $ACC1, $ACC1
    +	vpxor	$ACC2, $ACC2, $ACC2
    +	vpxor	$ACC3, $ACC3, $ACC3
    +	vpxor	$ACC4, $ACC4, $ACC4
    +	vpxor	$ACC5, $ACC5, $ACC5
    +	vpxor	$ACC6, $ACC6, $ACC6
    +	vpxor	$ACC7, $ACC7, $ACC7
    +
    +	vmovdqa	32*7(%rax), %ymm14
    +	vmovdqa	32*8(%rax), %ymm15
    +
    +	mov	$n_digits, $itr
    +	lea	-512($a_ptr), $a_ptr	# strategic bias to control u-op density
    +	jmp	.Lavx2_mul_x4_loop
    +
    +.align	32
    +.Lavx2_mul_x4_loop:
    +	vmovdqa		32*0($b_ptr), $B
    +	lea		32*1($b_ptr), $b_ptr
    +
    +	vpmuludq	32*0+512($a_ptr), $B, $T0
    +	vpmuludq	32*1+512($a_ptr), $B, $OVERFLOW	# borrow $OVERFLOW
    +	vpaddq		$T0, $ACC0, $ACC0
    +	vpmuludq	32*2+512($a_ptr), $B, $T0
    +	vpaddq		$OVERFLOW, $ACC1, $ACC1
    +	 vpand		$AND_MASK, $ACC0, $Y
    +	vpmuludq	32*3+512($a_ptr), $B, $OVERFLOW
    +	vpaddq		$T0, $ACC2, $ACC2
    +	vpmuludq	32*4+512($a_ptr), $B, $T0
    +	vpaddq		$OVERFLOW, $ACC3, $ACC3
    +	vpmuludq	32*5+512($a_ptr), $B, $OVERFLOW
    +	vpaddq		$T0, $ACC4, $ACC4
    +	vpmuludq	32*6+512($a_ptr), $B, $T0
    +	vpaddq		$OVERFLOW, $ACC5, $ACC5
    +	vpmuludq	32*7+512($a_ptr), $B, $OVERFLOW
    +	vpaddq		$T0, $ACC6, $ACC6
    +
    +	# Skip some multiplications, optimizing for the constant poly
    +	vpmuludq	$AND_MASK, $Y, $T0
    +	 vpaddq		$OVERFLOW, $ACC7, $ACC7
    +	 vpmuludq	32*8+512($a_ptr), $B, $ACC8
    +	vpaddq		$T0, $ACC0, $OVERFLOW
    +	vpaddq		$T0, $ACC1, $ACC0
    +	vpsrlq		$digit_size, $OVERFLOW, $OVERFLOW
    +	vpaddq		$T0, $ACC2, $ACC1
    +	vpmuludq	32*3(%rax), $Y, $T0
    +	vpaddq		$OVERFLOW, $ACC0, $ACC0
    +	vpaddq		$T0, $ACC3, $ACC2
    +	.byte		0x67
    +	vmovdqa		$ACC4, $ACC3
    +	vpsllq		\$18, $Y, $OVERFLOW
    +	.byte		0x67
    +	vmovdqa		$ACC5, $ACC4
    +	vpmuludq	%ymm14, $Y, $T0
    +	vpaddq		$OVERFLOW, $ACC6, $ACC5
    +	vpmuludq	%ymm15, $Y, $OVERFLOW
    +	vpaddq		$T0, $ACC7, $ACC6
    +	vpaddq		$OVERFLOW, $ACC8, $ACC7
    +
    +	dec	$itr
    +	jnz	.Lavx2_mul_x4_loop
    +
    +	vpxor	$ACC8, $ACC8, $ACC8
    +
    +	ret
    +.size	avx2_mul_x4,.-avx2_mul_x4
    +
    +# Function optimized for the constant 1
    +################################################################################
    +# void avx2_mul_by1_x4(void* RESULTx4, void *Ax4);
    +.type	avx2_mul_by1_x4,\@abi-omnipotent
    +.align	32
    +avx2_mul_by1_x4:
    +	lea	.LAVX2_POLY(%rip), %rax
    +
    +	vpxor	$ACC0, $ACC0, $ACC0
    +	vpxor	$ACC1, $ACC1, $ACC1
    +	vpxor	$ACC2, $ACC2, $ACC2
    +	vpxor	$ACC3, $ACC3, $ACC3
    +	vpxor	$ACC4, $ACC4, $ACC4
    +	vpxor	$ACC5, $ACC5, $ACC5
    +	vpxor	$ACC6, $ACC6, $ACC6
    +	vpxor	$ACC7, $ACC7, $ACC7
    +	vpxor	$ACC8, $ACC8, $ACC8
    +
    +	vmovdqa	32*3+.LONE(%rip), %ymm14
    +	vmovdqa	32*7+.LONE(%rip), %ymm15
    +
    +	mov	$n_digits, $itr
    +	jmp	.Lavx2_mul_by1_x4_loop
    +
    +.align	32
    +.Lavx2_mul_by1_x4_loop:
    +	vmovdqa		32*0($a_ptr), $B
    +	.byte		0x48,0x8d,0xb6,0x20,0,0,0	# lea	32*1($a_ptr), $a_ptr
    +
    +	vpsllq		\$5, $B, $OVERFLOW
    +	vpmuludq	%ymm14, $B, $T0
    +	vpaddq		$OVERFLOW, $ACC0, $ACC0
    +	vpaddq		$T0, $ACC3, $ACC3
    +	.byte		0x67
    +	vpmuludq	$AND_MASK, $B, $T0
    +	vpand		$AND_MASK, $ACC0, $Y
    +	vpaddq		$T0, $ACC4, $ACC4
    +	vpaddq		$T0, $ACC5, $ACC5
    +	vpaddq		$T0, $ACC6, $ACC6
    +	vpsllq		\$23, $B, $T0
    +
    +	.byte		0x67,0x67
    +	vpmuludq	%ymm15, $B, $OVERFLOW
    +	vpsubq		$T0, $ACC6, $ACC6
    +
    +	vpmuludq	$AND_MASK, $Y, $T0
    +	vpaddq		$OVERFLOW, $ACC7, $ACC7
    +	vpaddq		$T0, $ACC0, $OVERFLOW
    +	vpaddq		$T0, $ACC1, $ACC0
    +	.byte		0x67,0x67
    +	vpsrlq		$digit_size, $OVERFLOW, $OVERFLOW
    +	vpaddq		$T0, $ACC2, $ACC1
    +	vpmuludq	32*3(%rax), $Y, $T0
    +	vpaddq		$OVERFLOW, $ACC0, $ACC0
    +	vpaddq		$T0, $ACC3, $ACC2
    +	vmovdqa		$ACC4, $ACC3
    +	vpsllq		\$18, $Y, $OVERFLOW
    +	vmovdqa		$ACC5, $ACC4
    +	vpmuludq	32*7(%rax), $Y, $T0
    +	vpaddq		$OVERFLOW, $ACC6, $ACC5
    +	vpaddq		$T0, $ACC7, $ACC6
    +	vpmuludq	32*8(%rax), $Y, $ACC7
    +
    +	dec	$itr
    +	jnz	.Lavx2_mul_by1_x4_loop
    +
    +	ret
    +.size	avx2_mul_by1_x4,.-avx2_mul_by1_x4
    +
    +################################################################################
    +# void avx2_sqr_x4(void* RESULTx4, void *Ax4, void *Bx4);
    +.type	avx2_sqr_x4,\@abi-omnipotent
    +.align	32
    +avx2_sqr_x4:
    +	lea		.LAVX2_POLY(%rip), %rax
    +
    +	vmovdqa		32*7(%rax), %ymm14
    +	vmovdqa		32*8(%rax), %ymm15
    +
    +	vmovdqa		32*0($a_ptr), $B
    +	vmovdqa		32*1($a_ptr), $ACC1
    +	vmovdqa		32*2($a_ptr), $ACC2
    +	vmovdqa		32*3($a_ptr), $ACC3
    +	vmovdqa		32*4($a_ptr), $ACC4
    +	vmovdqa		32*5($a_ptr), $ACC5
    +	vmovdqa		32*6($a_ptr), $ACC6
    +	vmovdqa		32*7($a_ptr), $ACC7
    +	vpaddq		$ACC1, $ACC1, $ACC1	# 2*$ACC0..7
    +	vmovdqa		32*8($a_ptr), $ACC8
    +	vpaddq		$ACC2, $ACC2, $ACC2
    +	vmovdqa		$ACC1, 32*0(%rcx)
    +	vpaddq		$ACC3, $ACC3, $ACC3
    +	vmovdqa		$ACC2, 32*1(%rcx)
    +	vpaddq		$ACC4, $ACC4, $ACC4
    +	vmovdqa		$ACC3, 32*2(%rcx)
    +	vpaddq		$ACC5, $ACC5, $ACC5
    +	vmovdqa		$ACC4, 32*3(%rcx)
    +	vpaddq		$ACC6, $ACC6, $ACC6
    +	vmovdqa		$ACC5, 32*4(%rcx)
    +	vpaddq		$ACC7, $ACC7, $ACC7
    +	vmovdqa		$ACC6, 32*5(%rcx)
    +	vpaddq		$ACC8, $ACC8, $ACC8
    +	vmovdqa		$ACC7, 32*6(%rcx)
    +	vmovdqa		$ACC8, 32*7(%rcx)
    +
    +	#itr		1
    +	vpmuludq	$B, $B, $ACC0
    +	vpmuludq	$B, $ACC1, $ACC1
    +	 vpand		$AND_MASK, $ACC0, $Y
    +	vpmuludq	$B, $ACC2, $ACC2
    +	vpmuludq	$B, $ACC3, $ACC3
    +	vpmuludq	$B, $ACC4, $ACC4
    +	vpmuludq	$B, $ACC5, $ACC5
    +	vpmuludq	$B, $ACC6, $ACC6
    +	 vpmuludq	$AND_MASK, $Y, $T0
    +	vpmuludq	$B, $ACC7, $ACC7
    +	vpmuludq	$B, $ACC8, $ACC8
    +	 vmovdqa	32*1($a_ptr), $B
    +
    +	vpaddq		$T0, $ACC0, $OVERFLOW
    +	vpaddq		$T0, $ACC1, $ACC0
    +	vpsrlq		$digit_size, $OVERFLOW, $OVERFLOW
    +	vpaddq		$T0, $ACC2, $ACC1
    +	vpmuludq	32*3(%rax), $Y, $T0
    +	vpaddq		$OVERFLOW, $ACC0, $ACC0
    +	vpaddq		$T0, $ACC3, $ACC2
    +	vmovdqa		$ACC4, $ACC3
    +	vpsllq		\$18, $Y, $T0
    +	vmovdqa		$ACC5, $ACC4
    +	vpmuludq	%ymm14, $Y, $OVERFLOW
    +	vpaddq		$T0, $ACC6, $ACC5
    +	vpmuludq	%ymm15, $Y, $T0
    +	vpaddq		$OVERFLOW, $ACC7, $ACC6
    +	vpaddq		$T0, $ACC8, $ACC7
    +
    +	#itr		2
    +	vpmuludq	$B, $B, $OVERFLOW
    +	 vpand		$AND_MASK, $ACC0, $Y
    +	vpmuludq	32*1(%rcx), $B, $T0
    +	vpaddq		$OVERFLOW, $ACC1, $ACC1
    +	vpmuludq	32*2(%rcx), $B, $OVERFLOW
    +	vpaddq		$T0, $ACC2, $ACC2
    +	vpmuludq	32*3(%rcx), $B, $T0
    +	vpaddq		$OVERFLOW, $ACC3, $ACC3
    +	vpmuludq	32*4(%rcx), $B, $OVERFLOW
    +	vpaddq		$T0, $ACC4, $ACC4
    +	vpmuludq	32*5(%rcx), $B, $T0
    +	vpaddq		$OVERFLOW, $ACC5, $ACC5
    +	vpmuludq	32*6(%rcx), $B, $OVERFLOW
    +	vpaddq		$T0, $ACC6, $ACC6
    +
    +	vpmuludq	$AND_MASK, $Y, $T0
    +	 vpaddq		$OVERFLOW, $ACC7, $ACC7
    +	 vpmuludq	32*7(%rcx), $B, $ACC8
    +	 vmovdqa	32*2($a_ptr), $B
    +	vpaddq		$T0, $ACC0, $OVERFLOW
    +	vpaddq		$T0, $ACC1, $ACC0
    +	vpsrlq		$digit_size, $OVERFLOW, $OVERFLOW
    +	vpaddq		$T0, $ACC2, $ACC1
    +	vpmuludq	32*3(%rax), $Y, $T0
    +	vpaddq		$OVERFLOW, $ACC0, $ACC0
    +	vpaddq		$T0, $ACC3, $ACC2
    +	vmovdqa		$ACC4, $ACC3
    +	vpsllq		\$18, $Y, $T0
    +	vmovdqa		$ACC5, $ACC4
    +	vpmuludq	%ymm14, $Y, $OVERFLOW
    +	vpaddq		$T0, $ACC6, $ACC5
    +	vpmuludq	%ymm15, $Y, $T0
    +	vpaddq		$OVERFLOW, $ACC7, $ACC6
    +	vpaddq		$T0, $ACC8, $ACC7
    +
    +	#itr		3
    +	vpmuludq	$B, $B, $T0
    +	 vpand		$AND_MASK, $ACC0, $Y
    +	vpmuludq	32*2(%rcx), $B, $OVERFLOW
    +	vpaddq		$T0, $ACC2, $ACC2
    +	vpmuludq	32*3(%rcx), $B, $T0
    +	vpaddq		$OVERFLOW, $ACC3, $ACC3
    +	vpmuludq	32*4(%rcx), $B, $OVERFLOW
    +	vpaddq		$T0, $ACC4, $ACC4
    +	vpmuludq	32*5(%rcx), $B, $T0
    +	vpaddq		$OVERFLOW, $ACC5, $ACC5
    +	vpmuludq	32*6(%rcx), $B, $OVERFLOW
    +	vpaddq		$T0, $ACC6, $ACC6
    +
    +	vpmuludq	$AND_MASK, $Y, $T0
    +	 vpaddq		$OVERFLOW, $ACC7, $ACC7
    +	 vpmuludq	32*7(%rcx), $B, $ACC8
    +	 vmovdqa	32*3($a_ptr), $B
    +	vpaddq		$T0, $ACC0, $OVERFLOW
    +	vpaddq		$T0, $ACC1, $ACC0
    +	vpsrlq		$digit_size, $OVERFLOW, $OVERFLOW
    +	vpaddq		$T0, $ACC2, $ACC1
    +	vpmuludq	32*3(%rax), $Y, $T0
    +	vpaddq		$OVERFLOW, $ACC0, $ACC0
    +	vpaddq		$T0, $ACC3, $ACC2
    +	vmovdqa		$ACC4, $ACC3
    +	vpsllq		\$18, $Y, $T0
    +	vmovdqa		$ACC5, $ACC4
    +	vpmuludq	%ymm14, $Y, $OVERFLOW
    +	vpaddq		$T0, $ACC6, $ACC5
    +	vpmuludq	%ymm15, $Y, $T0
    +	 vpand		$AND_MASK, $ACC0, $Y
    +	vpaddq		$OVERFLOW, $ACC7, $ACC6
    +	vpaddq		$T0, $ACC8, $ACC7
    +
    +	#itr		4
    +	vpmuludq	$B, $B, $OVERFLOW
    +	vpmuludq	32*3(%rcx), $B, $T0
    +	vpaddq		$OVERFLOW, $ACC3, $ACC3
    +	vpmuludq	32*4(%rcx), $B, $OVERFLOW
    +	vpaddq		$T0, $ACC4, $ACC4
    +	vpmuludq	32*5(%rcx), $B, $T0
    +	vpaddq		$OVERFLOW, $ACC5, $ACC5
    +	vpmuludq	32*6(%rcx), $B, $OVERFLOW
    +	vpaddq		$T0, $ACC6, $ACC6
    +
    +	vpmuludq	$AND_MASK, $Y, $T0
    +	 vpaddq		$OVERFLOW, $ACC7, $ACC7
    +	 vpmuludq	32*7(%rcx), $B, $ACC8
    +	 vmovdqa	32*4($a_ptr), $B
    +	vpaddq		$T0, $ACC0, $OVERFLOW
    +	vpaddq		$T0, $ACC1, $ACC0
    +	vpsrlq		$digit_size, $OVERFLOW, $OVERFLOW
    +	vpaddq		$T0, $ACC2, $ACC1
    +	vpmuludq	32*3(%rax), $Y, $T0
    +	vpaddq		$OVERFLOW, $ACC0, $ACC0
    +	vpaddq		$T0, $ACC3, $ACC2
    +	vmovdqa		$ACC4, $ACC3
    +	vpsllq		\$18, $Y, $T0
    +	vmovdqa		$ACC5, $ACC4
    +	vpmuludq	%ymm14, $Y, $OVERFLOW
    +	vpaddq		$T0, $ACC6, $ACC5
    +	vpmuludq	%ymm15, $Y, $T0
    +	 vpand		$AND_MASK, $ACC0, $Y
    +	vpaddq		$OVERFLOW, $ACC7, $ACC6
    +	vpaddq		$T0, $ACC8, $ACC7
    +
    +	#itr		5
    +	vpmuludq	$B, $B, $T0
    +	vpmuludq	32*4(%rcx), $B, $OVERFLOW
    +	vpaddq		$T0, $ACC4, $ACC4
    +	vpmuludq	32*5(%rcx), $B, $T0
    +	vpaddq		$OVERFLOW, $ACC5, $ACC5
    +	vpmuludq	32*6(%rcx), $B, $OVERFLOW
    +	vpaddq		$T0, $ACC6, $ACC6
    +
    +	vpmuludq	$AND_MASK, $Y, $T0
    +	 vpaddq		$OVERFLOW, $ACC7, $ACC7
    +	 vpmuludq	32*7(%rcx), $B, $ACC8
    +	 vmovdqa	32*5($a_ptr), $B
    +	vpaddq		$T0, $ACC0, $OVERFLOW
    +	vpsrlq		$digit_size, $OVERFLOW, $OVERFLOW
    +	vpaddq		$T0, $ACC1, $ACC0
    +	vpaddq		$T0, $ACC2, $ACC1
    +	vpmuludq	32*3+.LAVX2_POLY(%rip), $Y, $T0
    +	vpaddq		$OVERFLOW, $ACC0, $ACC0
    +	vpaddq		$T0, $ACC3, $ACC2
    +	vmovdqa		$ACC4, $ACC3
    +	vpsllq		\$18, $Y, $T0
    +	vmovdqa		$ACC5, $ACC4
    +	vpmuludq	%ymm14, $Y, $OVERFLOW
    +	vpaddq		$T0, $ACC6, $ACC5
    +	vpmuludq	%ymm15, $Y, $T0
    +	 vpand		$AND_MASK, $ACC0, $Y
    +	vpaddq		$OVERFLOW, $ACC7, $ACC6
    +	vpaddq		$T0, $ACC8, $ACC7
    +
    +	#itr		6
    +	vpmuludq	$B, $B, $OVERFLOW
    +	vpmuludq	32*5(%rcx), $B, $T0
    +	vpaddq		$OVERFLOW, $ACC5, $ACC5
    +	vpmuludq	32*6(%rcx), $B, $OVERFLOW
    +	vpaddq		$T0, $ACC6, $ACC6
    +
    +	vpmuludq	$AND_MASK, $Y, $T0
    +	 vpaddq		$OVERFLOW, $ACC7, $ACC7
    +	 vpmuludq	32*7(%rcx), $B, $ACC8
    +	 vmovdqa	32*6($a_ptr), $B
    +	vpaddq		$T0, $ACC0, $OVERFLOW
    +	vpaddq		$T0, $ACC1, $ACC0
    +	vpsrlq		$digit_size, $OVERFLOW, $OVERFLOW
    +	vpaddq		$T0, $ACC2, $ACC1
    +	vpmuludq	32*3(%rax), $Y, $T0
    +	vpaddq		$OVERFLOW, $ACC0, $ACC0
    +	vpaddq		$T0, $ACC3, $ACC2
    +	vmovdqa		$ACC4, $ACC3
    +	vpsllq		\$18, $Y, $T0
    +	vmovdqa		$ACC5, $ACC4
    +	vpmuludq	%ymm14, $Y, $OVERFLOW
    +	vpaddq		$T0, $ACC6, $ACC5
    +	vpmuludq	%ymm15, $Y, $T0
    +	 vpand		$AND_MASK, $ACC0, $Y
    +	vpaddq		$OVERFLOW, $ACC7, $ACC6
    +	vpaddq		$T0, $ACC8, $ACC7
    +
    +	#itr		7
    +	vpmuludq	$B, $B, $T0
    +	vpmuludq	32*6(%rcx), $B, $OVERFLOW
    +	vpaddq		$T0, $ACC6, $ACC6
    +
    +	vpmuludq	$AND_MASK, $Y, $T0
    +	 vpaddq		$OVERFLOW, $ACC7, $ACC7
    +	 vpmuludq	32*7(%rcx), $B, $ACC8
    +	 vmovdqa	32*7($a_ptr), $B
    +	vpaddq		$T0, $ACC0, $OVERFLOW
    +	vpsrlq		$digit_size, $OVERFLOW, $OVERFLOW
    +	vpaddq		$T0, $ACC1, $ACC0
    +	vpaddq		$T0, $ACC2, $ACC1
    +	vpmuludq	32*3(%rax), $Y, $T0
    +	vpaddq		$OVERFLOW, $ACC0, $ACC0
    +	vpaddq		$T0, $ACC3, $ACC2
    +	vmovdqa		$ACC4, $ACC3
    +	vpsllq		\$18, $Y, $T0
    +	vmovdqa		$ACC5, $ACC4
    +	vpmuludq	%ymm14, $Y, $OVERFLOW
    +	vpaddq		$T0, $ACC6, $ACC5
    +	vpmuludq	%ymm15, $Y, $T0
    +	 vpand		$AND_MASK, $ACC0, $Y
    +	vpaddq		$OVERFLOW, $ACC7, $ACC6
    +	vpaddq		$T0, $ACC8, $ACC7
    +
    +	#itr		8
    +	vpmuludq	$B, $B, $OVERFLOW
    +
    +	vpmuludq	$AND_MASK, $Y, $T0
    +	 vpaddq		$OVERFLOW, $ACC7, $ACC7
    +	 vpmuludq	32*7(%rcx), $B, $ACC8
    +	 vmovdqa	32*8($a_ptr), $B
    +	vpaddq		$T0, $ACC0, $OVERFLOW
    +	vpsrlq		$digit_size, $OVERFLOW, $OVERFLOW
    +	vpaddq		$T0, $ACC1, $ACC0
    +	vpaddq		$T0, $ACC2, $ACC1
    +	vpmuludq	32*3(%rax), $Y, $T0
    +	vpaddq		$OVERFLOW, $ACC0, $ACC0
    +	vpaddq		$T0, $ACC3, $ACC2
    +	vmovdqa		$ACC4, $ACC3
    +	vpsllq		\$18, $Y, $T0
    +	vmovdqa		$ACC5, $ACC4
    +	vpmuludq	%ymm14, $Y, $OVERFLOW
    +	vpaddq		$T0, $ACC6, $ACC5
    +	vpmuludq	%ymm15, $Y, $T0
    +	 vpand		$AND_MASK, $ACC0, $Y
    +	vpaddq		$OVERFLOW, $ACC7, $ACC6
    +	vpaddq		$T0, $ACC8, $ACC7
    +
    +	#itr		9
    +	vpmuludq	$B, $B, $ACC8
    +
    +	vpmuludq	$AND_MASK, $Y, $T0
    +	vpaddq		$T0, $ACC0, $OVERFLOW
    +	vpsrlq		$digit_size, $OVERFLOW, $OVERFLOW
    +	vpaddq		$T0, $ACC1, $ACC0
    +	vpaddq		$T0, $ACC2, $ACC1
    +	vpmuludq	32*3(%rax), $Y, $T0
    +	vpaddq		$OVERFLOW, $ACC0, $ACC0
    +	vpaddq		$T0, $ACC3, $ACC2
    +	vmovdqa		$ACC4, $ACC3
    +	vpsllq		\$18, $Y, $T0
    +	vmovdqa		$ACC5, $ACC4
    +	vpmuludq	%ymm14, $Y, $OVERFLOW
    +	vpaddq		$T0, $ACC6, $ACC5
    +	vpmuludq	%ymm15, $Y, $T0
    +	vpaddq		$OVERFLOW, $ACC7, $ACC6
    +	vpaddq		$T0, $ACC8, $ACC7
    +
    +	vpxor		$ACC8, $ACC8, $ACC8
    +
    +	ret
    +.size	avx2_sqr_x4,.-avx2_sqr_x4
    +
    +################################################################################
    +# void avx2_sub_x4(void* RESULTx4, void *Ax4, void *Bx4);
    +.type	avx2_sub_x4,\@abi-omnipotent
    +.align	32
    +avx2_sub_x4:
    +	vmovdqa	32*0($a_ptr), $ACC0
    +	lea	160($a_ptr), $a_ptr
    +	lea	.LAVX2_POLY_x8+128(%rip), %rax
    +	lea	128($b_ptr), $b_ptr
    +	vmovdqa	32*1-160($a_ptr), $ACC1
    +	vmovdqa	32*2-160($a_ptr), $ACC2
    +	vmovdqa	32*3-160($a_ptr), $ACC3
    +	vmovdqa	32*4-160($a_ptr), $ACC4
    +	vmovdqa	32*5-160($a_ptr), $ACC5
    +	vmovdqa	32*6-160($a_ptr), $ACC6
    +	vmovdqa	32*7-160($a_ptr), $ACC7
    +	vmovdqa	32*8-160($a_ptr), $ACC8
    +
    +	vpaddq	32*0-128(%rax), $ACC0, $ACC0
    +	vpaddq	32*1-128(%rax), $ACC1, $ACC1
    +	vpaddq	32*2-128(%rax), $ACC2, $ACC2
    +	vpaddq	32*3-128(%rax), $ACC3, $ACC3
    +	vpaddq	32*4-128(%rax), $ACC4, $ACC4
    +	vpaddq	32*5-128(%rax), $ACC5, $ACC5
    +	vpaddq	32*6-128(%rax), $ACC6, $ACC6
    +	vpaddq	32*7-128(%rax), $ACC7, $ACC7
    +	vpaddq	32*8-128(%rax), $ACC8, $ACC8
    +
    +	vpsubq	32*0-128($b_ptr), $ACC0, $ACC0
    +	vpsubq	32*1-128($b_ptr), $ACC1, $ACC1
    +	vpsubq	32*2-128($b_ptr), $ACC2, $ACC2
    +	vpsubq	32*3-128($b_ptr), $ACC3, $ACC3
    +	vpsubq	32*4-128($b_ptr), $ACC4, $ACC4
    +	vpsubq	32*5-128($b_ptr), $ACC5, $ACC5
    +	vpsubq	32*6-128($b_ptr), $ACC6, $ACC6
    +	vpsubq	32*7-128($b_ptr), $ACC7, $ACC7
    +	vpsubq	32*8-128($b_ptr), $ACC8, $ACC8
    +
    +	ret
    +.size	avx2_sub_x4,.-avx2_sub_x4
    +
    +.type	avx2_select_n_store,\@abi-omnipotent
    +.align	32
    +avx2_select_n_store:
    +	vmovdqa	`8+32*9*8`(%rsp), $Y
    +	vpor	`8+32*9*8+32`(%rsp), $Y, $Y
    +
    +	vpandn	$ACC0, $Y, $ACC0
    +	vpandn	$ACC1, $Y, $ACC1
    +	vpandn	$ACC2, $Y, $ACC2
    +	vpandn	$ACC3, $Y, $ACC3
    +	vpandn	$ACC4, $Y, $ACC4
    +	vpandn	$ACC5, $Y, $ACC5
    +	vpandn	$ACC6, $Y, $ACC6
    +	vmovdqa	`8+32*9*8+32`(%rsp), $B
    +	vpandn	$ACC7, $Y, $ACC7
    +	vpandn	`8+32*9*8`(%rsp), $B, $B
    +	vpandn	$ACC8, $Y, $ACC8
    +
    +	vpand	32*0(%rsi), $B, $T0
    +	lea	160(%rsi), %rax
    +	vpand	32*1(%rsi), $B, $Y
    +	vpxor	$T0, $ACC0, $ACC0
    +	vpand	32*2(%rsi), $B, $T0
    +	vpxor	$Y, $ACC1, $ACC1
    +	vpand	32*3(%rsi), $B, $Y
    +	vpxor	$T0, $ACC2, $ACC2
    +	vpand	32*4-160(%rax), $B, $T0
    +	vpxor	$Y, $ACC3, $ACC3
    +	vpand	32*5-160(%rax), $B, $Y
    +	vpxor	$T0, $ACC4, $ACC4
    +	vpand	32*6-160(%rax), $B, $T0
    +	vpxor	$Y, $ACC5, $ACC5
    +	vpand	32*7-160(%rax), $B, $Y
    +	vpxor	$T0, $ACC6, $ACC6
    +	vpand	32*8-160(%rax), $B, $T0
    +	vmovdqa	`8+32*9*8+32`(%rsp), $B
    +	vpxor	$Y, $ACC7, $ACC7
    +
    +	vpand	32*0(%rdx), $B, $Y
    +	lea	160(%rdx), %rax
    +	vpxor	$T0, $ACC8, $ACC8
    +	vpand	32*1(%rdx), $B, $T0
    +	vpxor	$Y, $ACC0, $ACC0
    +	vpand	32*2(%rdx), $B, $Y
    +	vpxor	$T0, $ACC1, $ACC1
    +	vpand	32*3(%rdx), $B, $T0
    +	vpxor	$Y, $ACC2, $ACC2
    +	vpand	32*4-160(%rax), $B, $Y
    +	vpxor	$T0, $ACC3, $ACC3
    +	vpand	32*5-160(%rax), $B, $T0
    +	vpxor	$Y, $ACC4, $ACC4
    +	vpand	32*6-160(%rax), $B, $Y
    +	vpxor	$T0, $ACC5, $ACC5
    +	vpand	32*7-160(%rax), $B, $T0
    +	vpxor	$Y, $ACC6, $ACC6
    +	vpand	32*8-160(%rax), $B, $Y
    +	vpxor	$T0, $ACC7, $ACC7
    +	vpxor	$Y, $ACC8, $ACC8
    +	`&STORE`
    +
    +	ret
    +.size	avx2_select_n_store,.-avx2_select_n_store
    +___
    +$code.=<<___	if (0);				# inlined
    +################################################################################
    +# void avx2_mul_by2_x4(void* RESULTx4, void *Ax4);
    +.type	avx2_mul_by2_x4,\@abi-omnipotent
    +.align	32
    +avx2_mul_by2_x4:
    +	vmovdqa	32*0($a_ptr), $ACC0
    +	lea	160($a_ptr), %rax
    +	vmovdqa	32*1($a_ptr), $ACC1
    +	vmovdqa	32*2($a_ptr), $ACC2
    +	vmovdqa	32*3($a_ptr), $ACC3
    +	vmovdqa	32*4-160(%rax), $ACC4
    +	vmovdqa	32*5-160(%rax), $ACC5
    +	vmovdqa	32*6-160(%rax), $ACC6
    +	vmovdqa	32*7-160(%rax), $ACC7
    +	vmovdqa	32*8-160(%rax), $ACC8
    +
    +	vpaddq	$ACC0, $ACC0, $ACC0
    +	vpaddq	$ACC1, $ACC1, $ACC1
    +	vpaddq	$ACC2, $ACC2, $ACC2
    +	vpaddq	$ACC3, $ACC3, $ACC3
    +	vpaddq	$ACC4, $ACC4, $ACC4
    +	vpaddq	$ACC5, $ACC5, $ACC5
    +	vpaddq	$ACC6, $ACC6, $ACC6
    +	vpaddq	$ACC7, $ACC7, $ACC7
    +	vpaddq	$ACC8, $ACC8, $ACC8
    +
    +	ret
    +.size	avx2_mul_by2_x4,.-avx2_mul_by2_x4
    +___
    +my ($r_ptr_in,$a_ptr_in,$b_ptr_in)=("%rdi","%rsi","%rdx");
    +my ($r_ptr,$a_ptr,$b_ptr)=("%r8","%r9","%r10");
    +
    +$code.=<<___;
    +################################################################################
    +# void ecp_nistz256_avx2_point_add_affine_x4(void* RESULTx4, void *Ax4, void *Bx4);
    +.globl	ecp_nistz256_avx2_point_add_affine_x4
    +.type	ecp_nistz256_avx2_point_add_affine_x4,\@function,3
    +.align	32
    +ecp_nistz256_avx2_point_add_affine_x4:
    +	mov	%rsp, %rax
    +	push    %rbp
    +	vzeroupper
    +___
    +$code.=<<___	if ($win64);
    +	lea	-16*10(%rsp), %rsp
    +	vmovaps	%xmm6, -8-16*10(%rax)
    +	vmovaps	%xmm7, -8-16*9(%rax)
    +	vmovaps	%xmm8, -8-16*8(%rax)
    +	vmovaps	%xmm9, -8-16*7(%rax)
    +	vmovaps	%xmm10, -8-16*6(%rax)
    +	vmovaps	%xmm11, -8-16*5(%rax)
    +	vmovaps	%xmm12, -8-16*4(%rax)
    +	vmovaps	%xmm13, -8-16*3(%rax)
    +	vmovaps	%xmm14, -8-16*2(%rax)
    +	vmovaps	%xmm15, -8-16*1(%rax)
    +___
    +$code.=<<___;
    +	lea	-8(%rax), %rbp
    +
    +# Result + 32*0 = Result.X
    +# Result + 32*9 = Result.Y
    +# Result + 32*18 = Result.Z
    +
    +# A + 32*0 = A.X
    +# A + 32*9 = A.Y
    +# A + 32*18 = A.Z
    +
    +# B + 32*0 = B.X
    +# B + 32*9 = B.Y
    +
    +	sub	\$`32*9*8+32*2+32*8`, %rsp
    +	and	\$-64, %rsp
    +
    +	mov	$r_ptr_in, $r_ptr
    +	mov	$a_ptr_in, $a_ptr
    +	mov	$b_ptr_in, $b_ptr
    +
    +	vmovdqa	32*0($a_ptr_in), %ymm0
    +	vmovdqa	.LAVX2_AND_MASK(%rip), $AND_MASK
    +	vpxor	%ymm1, %ymm1, %ymm1
    +	lea	256($a_ptr_in), %rax		# size optimization
    +	vpor	32*1($a_ptr_in), %ymm0, %ymm0
    +	vpor	32*2($a_ptr_in), %ymm0, %ymm0
    +	vpor	32*3($a_ptr_in), %ymm0, %ymm0
    +	vpor	32*4-256(%rax), %ymm0, %ymm0
    +	lea	256(%rax), %rcx			# size optimization
    +	vpor	32*5-256(%rax), %ymm0, %ymm0
    +	vpor	32*6-256(%rax), %ymm0, %ymm0
    +	vpor	32*7-256(%rax), %ymm0, %ymm0
    +	vpor	32*8-256(%rax), %ymm0, %ymm0
    +	vpor	32*9-256(%rax), %ymm0, %ymm0
    +	vpor	32*10-256(%rax), %ymm0, %ymm0
    +	vpor	32*11-256(%rax), %ymm0, %ymm0
    +	vpor	32*12-512(%rcx), %ymm0, %ymm0
    +	vpor	32*13-512(%rcx), %ymm0, %ymm0
    +	vpor	32*14-512(%rcx), %ymm0, %ymm0
    +	vpor	32*15-512(%rcx), %ymm0, %ymm0
    +	vpor	32*16-512(%rcx), %ymm0, %ymm0
    +	vpor	32*17-512(%rcx), %ymm0, %ymm0
    +	vpcmpeqq %ymm1, %ymm0, %ymm0
    +	vmovdqa	%ymm0, `32*9*8`(%rsp)
    +
    +	vpxor	%ymm1, %ymm1, %ymm1
    +	vmovdqa	32*0($b_ptr), %ymm0
    +	lea	256($b_ptr), %rax		# size optimization
    +	vpor	32*1($b_ptr), %ymm0, %ymm0
    +	vpor	32*2($b_ptr), %ymm0, %ymm0
    +	vpor	32*3($b_ptr), %ymm0, %ymm0
    +	vpor	32*4-256(%rax), %ymm0, %ymm0
    +	lea	256(%rax), %rcx			# size optimization
    +	vpor	32*5-256(%rax), %ymm0, %ymm0
    +	vpor	32*6-256(%rax), %ymm0, %ymm0
    +	vpor	32*7-256(%rax), %ymm0, %ymm0
    +	vpor	32*8-256(%rax), %ymm0, %ymm0
    +	vpor	32*9-256(%rax), %ymm0, %ymm0
    +	vpor	32*10-256(%rax), %ymm0, %ymm0
    +	vpor	32*11-256(%rax), %ymm0, %ymm0
    +	vpor	32*12-512(%rcx), %ymm0, %ymm0
    +	vpor	32*13-512(%rcx), %ymm0, %ymm0
    +	vpor	32*14-512(%rcx), %ymm0, %ymm0
    +	vpor	32*15-512(%rcx), %ymm0, %ymm0
    +	vpor	32*16-512(%rcx), %ymm0, %ymm0
    +	vpor	32*17-512(%rcx), %ymm0, %ymm0
    +	vpcmpeqq %ymm1, %ymm0, %ymm0
    +	vmovdqa	%ymm0, `32*9*8+32`(%rsp)
    +
    +	#	Z1^2 = Z1*Z1
    +	lea	`32*9*2`($a_ptr), %rsi
    +	lea	`32*9*2`(%rsp), %rdi
    +	lea	`32*9*8+32*2`(%rsp), %rcx	# temporary vector
    +	call	avx2_sqr_x4
    +	call	avx2_normalize_n_store
    +
    +	#	U2 = X2*Z1^2
    +	lea	`32*9*0`($b_ptr), %rsi
    +	lea	`32*9*2`(%rsp), %rdx
    +	lea	`32*9*0`(%rsp), %rdi
    +	call	avx2_mul_x4
    +	#call	avx2_normalize
    +	`&STORE`
    +
    +	#	S2 = Z1*Z1^2 = Z1^3
    +	lea	`32*9*2`($a_ptr), %rsi
    +	lea	`32*9*2`(%rsp), %rdx
    +	lea	`32*9*1`(%rsp), %rdi
    +	call	avx2_mul_x4
    +	call	avx2_normalize_n_store
    +
    +	#	S2 = S2*Y2 = Y2*Z1^3
    +	lea	`32*9*1`($b_ptr), %rsi
    +	lea	`32*9*1`(%rsp), %rdx
    +	lea	`32*9*1`(%rsp), %rdi
    +	call	avx2_mul_x4
    +	call	avx2_normalize_n_store
    +
    +	#	H = U2 - U1 = U2 - X1
    +	lea	`32*9*0`(%rsp), %rsi
    +	lea	`32*9*0`($a_ptr), %rdx
    +	lea	`32*9*3`(%rsp), %rdi
    +	call	avx2_sub_x4
    +	call	avx2_normalize_n_store
    +
    +	#	R = S2 - S1 = S2 - Y1
    +	lea	`32*9*1`(%rsp), %rsi
    +	lea	`32*9*1`($a_ptr), %rdx
    +	lea	`32*9*4`(%rsp), %rdi
    +	call	avx2_sub_x4
    +	call	avx2_normalize_n_store
    +
    +	#	Z3 = H*Z1*Z2
    +	lea	`32*9*3`(%rsp), %rsi
    +	lea	`32*9*2`($a_ptr), %rdx
    +	lea	`32*9*2`($r_ptr), %rdi
    +	call	avx2_mul_x4
    +	call	avx2_normalize
    +
    +	lea	.LONE(%rip), %rsi
    +	lea	`32*9*2`($a_ptr), %rdx
    +	call	avx2_select_n_store
    +
    +	#	R^2 = R^2
    +	lea	`32*9*4`(%rsp), %rsi
    +	lea	`32*9*6`(%rsp), %rdi
    +	lea	`32*9*8+32*2`(%rsp), %rcx	# temporary vector
    +	call	avx2_sqr_x4
    +	call	avx2_normalize_n_store
    +
    +	#	H^2 = H^2
    +	lea	`32*9*3`(%rsp), %rsi
    +	lea	`32*9*5`(%rsp), %rdi
    +	call	avx2_sqr_x4
    +	call	avx2_normalize_n_store
    +
    +	#	H^3 = H^2*H
    +	lea	`32*9*3`(%rsp), %rsi
    +	lea	`32*9*5`(%rsp), %rdx
    +	lea	`32*9*7`(%rsp), %rdi
    +	call	avx2_mul_x4
    +	call	avx2_normalize_n_store
    +
    +	#	U2 = U1*H^2
    +	lea	`32*9*0`($a_ptr), %rsi
    +	lea	`32*9*5`(%rsp), %rdx
    +	lea	`32*9*0`(%rsp), %rdi
    +	call	avx2_mul_x4
    +	#call	avx2_normalize
    +	`&STORE`
    +
    +	#	Hsqr = U2*2
    +	#lea	32*9*0(%rsp), %rsi
    +	#lea	32*9*5(%rsp), %rdi
    +	#call	avx2_mul_by2_x4
    +
    +	vpaddq	$ACC0, $ACC0, $ACC0	# inlined avx2_mul_by2_x4
    +	lea	`32*9*5`(%rsp), %rdi
    +	vpaddq	$ACC1, $ACC1, $ACC1
    +	vpaddq	$ACC2, $ACC2, $ACC2
    +	vpaddq	$ACC3, $ACC3, $ACC3
    +	vpaddq	$ACC4, $ACC4, $ACC4
    +	vpaddq	$ACC5, $ACC5, $ACC5
    +	vpaddq	$ACC6, $ACC6, $ACC6
    +	vpaddq	$ACC7, $ACC7, $ACC7
    +	vpaddq	$ACC8, $ACC8, $ACC8
    +	call	avx2_normalize_n_store
    +
    +	#	X3 = R^2 - H^3
    +	#lea	32*9*6(%rsp), %rsi
    +	#lea	32*9*7(%rsp), %rdx
    +	#lea	32*9*5(%rsp), %rcx
    +	#lea	32*9*0($r_ptr), %rdi
    +	#call	avx2_sub_x4
    +	#NORMALIZE
    +	#STORE
    +
    +	#	X3 = X3 - U2*2
    +	#lea	32*9*0($r_ptr), %rsi
    +	#lea	32*9*0($r_ptr), %rdi
    +	#call	avx2_sub_x4
    +	#NORMALIZE
    +	#STORE
    +
    +	lea	`32*9*6+128`(%rsp), %rsi
    +	lea	.LAVX2_POLY_x2+128(%rip), %rax
    +	lea	`32*9*7+128`(%rsp), %rdx
    +	lea	`32*9*5+128`(%rsp), %rcx
    +	lea	`32*9*0`($r_ptr), %rdi
    +
    +	vmovdqa	32*0-128(%rsi), $ACC0
    +	vmovdqa	32*1-128(%rsi), $ACC1
    +	vmovdqa	32*2-128(%rsi), $ACC2
    +	vmovdqa	32*3-128(%rsi), $ACC3
    +	vmovdqa	32*4-128(%rsi), $ACC4
    +	vmovdqa	32*5-128(%rsi), $ACC5
    +	vmovdqa	32*6-128(%rsi), $ACC6
    +	vmovdqa	32*7-128(%rsi), $ACC7
    +	vmovdqa	32*8-128(%rsi), $ACC8
    +
    +	vpaddq	32*0-128(%rax), $ACC0, $ACC0
    +	vpaddq	32*1-128(%rax), $ACC1, $ACC1
    +	vpaddq	32*2-128(%rax), $ACC2, $ACC2
    +	vpaddq	32*3-128(%rax), $ACC3, $ACC3
    +	vpaddq	32*4-128(%rax), $ACC4, $ACC4
    +	vpaddq	32*5-128(%rax), $ACC5, $ACC5
    +	vpaddq	32*6-128(%rax), $ACC6, $ACC6
    +	vpaddq	32*7-128(%rax), $ACC7, $ACC7
    +	vpaddq	32*8-128(%rax), $ACC8, $ACC8
    +
    +	vpsubq	32*0-128(%rdx), $ACC0, $ACC0
    +	vpsubq	32*1-128(%rdx), $ACC1, $ACC1
    +	vpsubq	32*2-128(%rdx), $ACC2, $ACC2
    +	vpsubq	32*3-128(%rdx), $ACC3, $ACC3
    +	vpsubq	32*4-128(%rdx), $ACC4, $ACC4
    +	vpsubq	32*5-128(%rdx), $ACC5, $ACC5
    +	vpsubq	32*6-128(%rdx), $ACC6, $ACC6
    +	vpsubq	32*7-128(%rdx), $ACC7, $ACC7
    +	vpsubq	32*8-128(%rdx), $ACC8, $ACC8
    +
    +	vpsubq	32*0-128(%rcx), $ACC0, $ACC0
    +	vpsubq	32*1-128(%rcx), $ACC1, $ACC1
    +	vpsubq	32*2-128(%rcx), $ACC2, $ACC2
    +	vpsubq	32*3-128(%rcx), $ACC3, $ACC3
    +	vpsubq	32*4-128(%rcx), $ACC4, $ACC4
    +	vpsubq	32*5-128(%rcx), $ACC5, $ACC5
    +	vpsubq	32*6-128(%rcx), $ACC6, $ACC6
    +	vpsubq	32*7-128(%rcx), $ACC7, $ACC7
    +	vpsubq	32*8-128(%rcx), $ACC8, $ACC8
    +	call	avx2_normalize
    +
    +	lea	32*0($b_ptr), %rsi
    +	lea	32*0($a_ptr), %rdx
    +	call	avx2_select_n_store
    +
    +	#	H = U2 - X3
    +	lea	`32*9*0`(%rsp), %rsi
    +	lea	`32*9*0`($r_ptr), %rdx
    +	lea	`32*9*3`(%rsp), %rdi
    +	call	avx2_sub_x4
    +	call	avx2_normalize_n_store
    +
    +	#
    +	lea	`32*9*3`(%rsp), %rsi
    +	lea	`32*9*4`(%rsp), %rdx
    +	lea	`32*9*3`(%rsp), %rdi
    +	call	avx2_mul_x4
    +	call	avx2_normalize_n_store
    +
    +	#
    +	lea	`32*9*7`(%rsp), %rsi
    +	lea	`32*9*1`($a_ptr), %rdx
    +	lea	`32*9*1`(%rsp), %rdi
    +	call	avx2_mul_x4
    +	call	avx2_normalize_n_store
    +
    +	#
    +	lea	`32*9*3`(%rsp), %rsi
    +	lea	`32*9*1`(%rsp), %rdx
    +	lea	`32*9*1`($r_ptr), %rdi
    +	call	avx2_sub_x4
    +	call	avx2_normalize
    +
    +	lea	32*9($b_ptr), %rsi
    +	lea	32*9($a_ptr), %rdx
    +	call	avx2_select_n_store
    +
    +	#lea	32*9*0($r_ptr), %rsi
    +	#lea	32*9*0($r_ptr), %rdi
    +	#call	avx2_mul_by1_x4
    +	#NORMALIZE
    +	#STORE
    +
    +	lea	`32*9*1`($r_ptr), %rsi
    +	lea	`32*9*1`($r_ptr), %rdi
    +	call	avx2_mul_by1_x4
    +	call	avx2_normalize_n_store
    +
    +	vzeroupper
    +___
    +$code.=<<___	if ($win64);
    +	movaps	%xmm6, -16*10(%rbp)
    +	movaps	%xmm7, -16*9(%rbp)
    +	movaps	%xmm8, -16*8(%rbp)
    +	movaps	%xmm9, -16*7(%rbp)
    +	movaps	%xmm10, -16*6(%rbp)
    +	movaps	%xmm11, -16*5(%rbp)
    +	movaps	%xmm12, -16*4(%rbp)
    +	movaps	%xmm13, -16*3(%rbp)
    +	movaps	%xmm14, -16*2(%rbp)
    +	movaps	%xmm15, -16*1(%rbp)
    +___
    +$code.=<<___;
    +	mov	%rbp, %rsp
    +	pop	%rbp
    +	ret
    +.size	ecp_nistz256_avx2_point_add_affine_x4,.-ecp_nistz256_avx2_point_add_affine_x4
    +
    +################################################################################
    +# void ecp_nistz256_avx2_point_add_affines_x4(void* RESULTx4, void *Ax4, void *Bx4);
    +.globl	ecp_nistz256_avx2_point_add_affines_x4
    +.type	ecp_nistz256_avx2_point_add_affines_x4,\@function,3
    +.align	32
    +ecp_nistz256_avx2_point_add_affines_x4:
    +	mov	%rsp, %rax
    +	push    %rbp
    +	vzeroupper
    +___
    +$code.=<<___	if ($win64);
    +	lea	-16*10(%rsp), %rsp
    +	vmovaps	%xmm6, -8-16*10(%rax)
    +	vmovaps	%xmm7, -8-16*9(%rax)
    +	vmovaps	%xmm8, -8-16*8(%rax)
    +	vmovaps	%xmm9, -8-16*7(%rax)
    +	vmovaps	%xmm10, -8-16*6(%rax)
    +	vmovaps	%xmm11, -8-16*5(%rax)
    +	vmovaps	%xmm12, -8-16*4(%rax)
    +	vmovaps	%xmm13, -8-16*3(%rax)
    +	vmovaps	%xmm14, -8-16*2(%rax)
    +	vmovaps	%xmm15, -8-16*1(%rax)
    +___
    +$code.=<<___;
    +	lea	-8(%rax), %rbp
    +
    +# Result + 32*0 = Result.X
    +# Result + 32*9 = Result.Y
    +# Result + 32*18 = Result.Z
    +
    +# A + 32*0 = A.X
    +# A + 32*9 = A.Y
    +
    +# B + 32*0 = B.X
    +# B + 32*9 = B.Y
    +
    +	sub	\$`32*9*8+32*2+32*8`, %rsp
    +	and	\$-64, %rsp
    +
    +	mov	$r_ptr_in, $r_ptr
    +	mov	$a_ptr_in, $a_ptr
    +	mov	$b_ptr_in, $b_ptr
    +
    +	vmovdqa	32*0($a_ptr_in), %ymm0
    +	vmovdqa	.LAVX2_AND_MASK(%rip), $AND_MASK
    +	vpxor	%ymm1, %ymm1, %ymm1
    +	lea	256($a_ptr_in), %rax		# size optimization
    +	vpor	32*1($a_ptr_in), %ymm0, %ymm0
    +	vpor	32*2($a_ptr_in), %ymm0, %ymm0
    +	vpor	32*3($a_ptr_in), %ymm0, %ymm0
    +	vpor	32*4-256(%rax), %ymm0, %ymm0
    +	lea	256(%rax), %rcx			# size optimization
    +	vpor	32*5-256(%rax), %ymm0, %ymm0
    +	vpor	32*6-256(%rax), %ymm0, %ymm0
    +	vpor	32*7-256(%rax), %ymm0, %ymm0
    +	vpor	32*8-256(%rax), %ymm0, %ymm0
    +	vpor	32*9-256(%rax), %ymm0, %ymm0
    +	vpor	32*10-256(%rax), %ymm0, %ymm0
    +	vpor	32*11-256(%rax), %ymm0, %ymm0
    +	vpor	32*12-512(%rcx), %ymm0, %ymm0
    +	vpor	32*13-512(%rcx), %ymm0, %ymm0
    +	vpor	32*14-512(%rcx), %ymm0, %ymm0
    +	vpor	32*15-512(%rcx), %ymm0, %ymm0
    +	vpor	32*16-512(%rcx), %ymm0, %ymm0
    +	vpor	32*17-512(%rcx), %ymm0, %ymm0
    +	vpcmpeqq %ymm1, %ymm0, %ymm0
    +	vmovdqa	%ymm0, `32*9*8`(%rsp)
    +
    +	vpxor	%ymm1, %ymm1, %ymm1
    +	vmovdqa	32*0($b_ptr), %ymm0
    +	lea	256($b_ptr), %rax		# size optimization
    +	vpor	32*1($b_ptr), %ymm0, %ymm0
    +	vpor	32*2($b_ptr), %ymm0, %ymm0
    +	vpor	32*3($b_ptr), %ymm0, %ymm0
    +	vpor	32*4-256(%rax), %ymm0, %ymm0
    +	lea	256(%rax), %rcx			# size optimization
    +	vpor	32*5-256(%rax), %ymm0, %ymm0
    +	vpor	32*6-256(%rax), %ymm0, %ymm0
    +	vpor	32*7-256(%rax), %ymm0, %ymm0
    +	vpor	32*8-256(%rax), %ymm0, %ymm0
    +	vpor	32*9-256(%rax), %ymm0, %ymm0
    +	vpor	32*10-256(%rax), %ymm0, %ymm0
    +	vpor	32*11-256(%rax), %ymm0, %ymm0
    +	vpor	32*12-512(%rcx), %ymm0, %ymm0
    +	vpor	32*13-512(%rcx), %ymm0, %ymm0
    +	vpor	32*14-512(%rcx), %ymm0, %ymm0
    +	vpor	32*15-512(%rcx), %ymm0, %ymm0
    +	vpor	32*16-512(%rcx), %ymm0, %ymm0
    +	vpor	32*17-512(%rcx), %ymm0, %ymm0
    +	vpcmpeqq %ymm1, %ymm0, %ymm0
    +	vmovdqa	%ymm0, `32*9*8+32`(%rsp)
    +
    +	#	H = U2 - U1 = X2 - X1
    +	lea	`32*9*0`($b_ptr), %rsi
    +	lea	`32*9*0`($a_ptr), %rdx
    +	lea	`32*9*3`(%rsp), %rdi
    +	call	avx2_sub_x4
    +	call	avx2_normalize_n_store
    +
    +	#	R = S2 - S1 = Y2 - Y1
    +	lea	`32*9*1`($b_ptr), %rsi
    +	lea	`32*9*1`($a_ptr), %rdx
    +	lea	`32*9*4`(%rsp), %rdi
    +	call	avx2_sub_x4
    +	call	avx2_normalize_n_store
    +
    +	#	Z3 = H*Z1*Z2 = H
    +	lea	`32*9*3`(%rsp), %rsi
    +	lea	`32*9*2`($r_ptr), %rdi
    +	call	avx2_mul_by1_x4
    +	call	avx2_normalize
    +
    +	vmovdqa	`32*9*8`(%rsp), $B
    +	vpor	`32*9*8+32`(%rsp), $B, $B
    +
    +	vpandn	$ACC0, $B, $ACC0
    +	lea	.LONE+128(%rip), %rax
    +	vpandn	$ACC1, $B, $ACC1
    +	vpandn	$ACC2, $B, $ACC2
    +	vpandn	$ACC3, $B, $ACC3
    +	vpandn	$ACC4, $B, $ACC4
    +	vpandn	$ACC5, $B, $ACC5
    +	vpandn	$ACC6, $B, $ACC6
    +	vpandn	$ACC7, $B, $ACC7
    +
    +	vpand	32*0-128(%rax), $B, $T0
    +	 vpandn	$ACC8, $B, $ACC8
    +	vpand	32*1-128(%rax), $B, $Y
    +	vpxor	$T0, $ACC0, $ACC0
    +	vpand	32*2-128(%rax), $B, $T0
    +	vpxor	$Y, $ACC1, $ACC1
    +	vpand	32*3-128(%rax), $B, $Y
    +	vpxor	$T0, $ACC2, $ACC2
    +	vpand	32*4-128(%rax), $B, $T0
    +	vpxor	$Y, $ACC3, $ACC3
    +	vpand	32*5-128(%rax), $B, $Y
    +	vpxor	$T0, $ACC4, $ACC4
    +	vpand	32*6-128(%rax), $B, $T0
    +	vpxor	$Y, $ACC5, $ACC5
    +	vpand	32*7-128(%rax), $B, $Y
    +	vpxor	$T0, $ACC6, $ACC6
    +	vpand	32*8-128(%rax), $B, $T0
    +	vpxor	$Y, $ACC7, $ACC7
    +	vpxor	$T0, $ACC8, $ACC8
    +	`&STORE`
    +
    +	#	R^2 = R^2
    +	lea	`32*9*4`(%rsp), %rsi
    +	lea	`32*9*6`(%rsp), %rdi
    +	lea	`32*9*8+32*2`(%rsp), %rcx	# temporary vector
    +	call	avx2_sqr_x4
    +	call	avx2_normalize_n_store
    +
    +	#	H^2 = H^2
    +	lea	`32*9*3`(%rsp), %rsi
    +	lea	`32*9*5`(%rsp), %rdi
    +	call	avx2_sqr_x4
    +	call	avx2_normalize_n_store
    +
    +	#	H^3 = H^2*H
    +	lea	`32*9*3`(%rsp), %rsi
    +	lea	`32*9*5`(%rsp), %rdx
    +	lea	`32*9*7`(%rsp), %rdi
    +	call	avx2_mul_x4
    +	call	avx2_normalize_n_store
    +
    +	#	U2 = U1*H^2
    +	lea	`32*9*0`($a_ptr), %rsi
    +	lea	`32*9*5`(%rsp), %rdx
    +	lea	`32*9*0`(%rsp), %rdi
    +	call	avx2_mul_x4
    +	#call	avx2_normalize
    +	`&STORE`
    +
    +	#	Hsqr = U2*2
    +	#lea	32*9*0(%rsp), %rsi
    +	#lea	32*9*5(%rsp), %rdi
    +	#call	avx2_mul_by2_x4
    +
    +	vpaddq	$ACC0, $ACC0, $ACC0	# inlined avx2_mul_by2_x4
    +	lea	`32*9*5`(%rsp), %rdi
    +	vpaddq	$ACC1, $ACC1, $ACC1
    +	vpaddq	$ACC2, $ACC2, $ACC2
    +	vpaddq	$ACC3, $ACC3, $ACC3
    +	vpaddq	$ACC4, $ACC4, $ACC4
    +	vpaddq	$ACC5, $ACC5, $ACC5
    +	vpaddq	$ACC6, $ACC6, $ACC6
    +	vpaddq	$ACC7, $ACC7, $ACC7
    +	vpaddq	$ACC8, $ACC8, $ACC8
    +	call	avx2_normalize_n_store
    +
    +	#	X3 = R^2 - H^3
    +	#lea	32*9*6(%rsp), %rsi
    +	#lea	32*9*7(%rsp), %rdx
    +	#lea	32*9*5(%rsp), %rcx
    +	#lea	32*9*0($r_ptr), %rdi
    +	#call	avx2_sub_x4
    +	#NORMALIZE
    +	#STORE
    +
    +	#	X3 = X3 - U2*2
    +	#lea	32*9*0($r_ptr), %rsi
    +	#lea	32*9*0($r_ptr), %rdi
    +	#call	avx2_sub_x4
    +	#NORMALIZE
    +	#STORE
    +
    +	lea	`32*9*6+128`(%rsp), %rsi
    +	lea	.LAVX2_POLY_x2+128(%rip), %rax
    +	lea	`32*9*7+128`(%rsp), %rdx
    +	lea	`32*9*5+128`(%rsp), %rcx
    +	lea	`32*9*0`($r_ptr), %rdi
    +
    +	vmovdqa	32*0-128(%rsi), $ACC0
    +	vmovdqa	32*1-128(%rsi), $ACC1
    +	vmovdqa	32*2-128(%rsi), $ACC2
    +	vmovdqa	32*3-128(%rsi), $ACC3
    +	vmovdqa	32*4-128(%rsi), $ACC4
    +	vmovdqa	32*5-128(%rsi), $ACC5
    +	vmovdqa	32*6-128(%rsi), $ACC6
    +	vmovdqa	32*7-128(%rsi), $ACC7
    +	vmovdqa	32*8-128(%rsi), $ACC8
    +
    +	vpaddq	32*0-128(%rax), $ACC0, $ACC0
    +	vpaddq	32*1-128(%rax), $ACC1, $ACC1
    +	vpaddq	32*2-128(%rax), $ACC2, $ACC2
    +	vpaddq	32*3-128(%rax), $ACC3, $ACC3
    +	vpaddq	32*4-128(%rax), $ACC4, $ACC4
    +	vpaddq	32*5-128(%rax), $ACC5, $ACC5
    +	vpaddq	32*6-128(%rax), $ACC6, $ACC6
    +	vpaddq	32*7-128(%rax), $ACC7, $ACC7
    +	vpaddq	32*8-128(%rax), $ACC8, $ACC8
    +
    +	vpsubq	32*0-128(%rdx), $ACC0, $ACC0
    +	vpsubq	32*1-128(%rdx), $ACC1, $ACC1
    +	vpsubq	32*2-128(%rdx), $ACC2, $ACC2
    +	vpsubq	32*3-128(%rdx), $ACC3, $ACC3
    +	vpsubq	32*4-128(%rdx), $ACC4, $ACC4
    +	vpsubq	32*5-128(%rdx), $ACC5, $ACC5
    +	vpsubq	32*6-128(%rdx), $ACC6, $ACC6
    +	vpsubq	32*7-128(%rdx), $ACC7, $ACC7
    +	vpsubq	32*8-128(%rdx), $ACC8, $ACC8
    +
    +	vpsubq	32*0-128(%rcx), $ACC0, $ACC0
    +	vpsubq	32*1-128(%rcx), $ACC1, $ACC1
    +	vpsubq	32*2-128(%rcx), $ACC2, $ACC2
    +	vpsubq	32*3-128(%rcx), $ACC3, $ACC3
    +	vpsubq	32*4-128(%rcx), $ACC4, $ACC4
    +	vpsubq	32*5-128(%rcx), $ACC5, $ACC5
    +	vpsubq	32*6-128(%rcx), $ACC6, $ACC6
    +	vpsubq	32*7-128(%rcx), $ACC7, $ACC7
    +	vpsubq	32*8-128(%rcx), $ACC8, $ACC8
    +	call	avx2_normalize
    +
    +	lea	32*0($b_ptr), %rsi
    +	lea	32*0($a_ptr), %rdx
    +	call	avx2_select_n_store
    +
    +	#	H = U2 - X3
    +	lea	`32*9*0`(%rsp), %rsi
    +	lea	`32*9*0`($r_ptr), %rdx
    +	lea	`32*9*3`(%rsp), %rdi
    +	call	avx2_sub_x4
    +	call	avx2_normalize_n_store
    +
    +	#	H = H*R
    +	lea	`32*9*3`(%rsp), %rsi
    +	lea	`32*9*4`(%rsp), %rdx
    +	lea	`32*9*3`(%rsp), %rdi
    +	call	avx2_mul_x4
    +	call	avx2_normalize_n_store
    +
    +	#	S2 = S1 * H^3
    +	lea	`32*9*7`(%rsp), %rsi
    +	lea	`32*9*1`($a_ptr), %rdx
    +	lea	`32*9*1`(%rsp), %rdi
    +	call	avx2_mul_x4
    +	call	avx2_normalize_n_store
    +
    +	#
    +	lea	`32*9*3`(%rsp), %rsi
    +	lea	`32*9*1`(%rsp), %rdx
    +	lea	`32*9*1`($r_ptr), %rdi
    +	call	avx2_sub_x4
    +	call	avx2_normalize
    +
    +	lea	32*9($b_ptr), %rsi
    +	lea	32*9($a_ptr), %rdx
    +	call	avx2_select_n_store
    +
    +	#lea	32*9*0($r_ptr), %rsi
    +	#lea	32*9*0($r_ptr), %rdi
    +	#call	avx2_mul_by1_x4
    +	#NORMALIZE
    +	#STORE
    +
    +	lea	`32*9*1`($r_ptr), %rsi
    +	lea	`32*9*1`($r_ptr), %rdi
    +	call	avx2_mul_by1_x4
    +	call	avx2_normalize_n_store
    +
    +	vzeroupper
    +___
    +$code.=<<___	if ($win64);
    +	movaps	%xmm6, -16*10(%rbp)
    +	movaps	%xmm7, -16*9(%rbp)
    +	movaps	%xmm8, -16*8(%rbp)
    +	movaps	%xmm9, -16*7(%rbp)
    +	movaps	%xmm10, -16*6(%rbp)
    +	movaps	%xmm11, -16*5(%rbp)
    +	movaps	%xmm12, -16*4(%rbp)
    +	movaps	%xmm13, -16*3(%rbp)
    +	movaps	%xmm14, -16*2(%rbp)
    +	movaps	%xmm15, -16*1(%rbp)
    +___
    +$code.=<<___;
    +	mov	%rbp, %rsp
    +	pop	%rbp
    +	ret
    +.size	ecp_nistz256_avx2_point_add_affines_x4,.-ecp_nistz256_avx2_point_add_affines_x4
    +
    +################################################################################
    +# void ecp_nistz256_avx2_to_mont(void* RESULTx4, void *Ax4);
    +.globl	ecp_nistz256_avx2_to_mont
    +.type	ecp_nistz256_avx2_to_mont,\@function,2
    +.align	32
    +ecp_nistz256_avx2_to_mont:
    +	vzeroupper
    +___
    +$code.=<<___	if ($win64);
    +	lea	-8-16*10(%rsp), %rsp
    +	vmovaps	%xmm6, -8-16*10(%rax)
    +	vmovaps	%xmm7, -8-16*9(%rax)
    +	vmovaps	%xmm8, -8-16*8(%rax)
    +	vmovaps	%xmm9, -8-16*7(%rax)
    +	vmovaps	%xmm10, -8-16*6(%rax)
    +	vmovaps	%xmm11, -8-16*5(%rax)
    +	vmovaps	%xmm12, -8-16*4(%rax)
    +	vmovaps	%xmm13, -8-16*3(%rax)
    +	vmovaps	%xmm14, -8-16*2(%rax)
    +	vmovaps	%xmm15, -8-16*1(%rax)
    +___
    +$code.=<<___;
    +	vmovdqa	.LAVX2_AND_MASK(%rip), $AND_MASK
    +	lea	.LTO_MONT_AVX2(%rip), %rdx
    +	call	avx2_mul_x4
    +	call	avx2_normalize_n_store
    +
    +	vzeroupper
    +___
    +$code.=<<___	if ($win64);
    +	movaps	16*0(%rsp), %xmm6
    +	movaps	16*1(%rsp), %xmm7
    +	movaps	16*2(%rsp), %xmm8
    +	movaps	16*3(%rsp), %xmm9
    +	movaps	16*4(%rsp), %xmm10
    +	movaps	16*5(%rsp), %xmm11
    +	movaps	16*6(%rsp), %xmm12
    +	movaps	16*7(%rsp), %xmm13
    +	movaps	16*8(%rsp), %xmm14
    +	movaps	16*9(%rsp), %xmm15
    +	lea	8+16*10(%rsp), %rsp
    +___
    +$code.=<<___;
    +	ret
    +.size	ecp_nistz256_avx2_to_mont,.-ecp_nistz256_avx2_to_mont
    +
    +################################################################################
    +# void ecp_nistz256_avx2_from_mont(void* RESULTx4, void *Ax4);
    +.globl	ecp_nistz256_avx2_from_mont
    +.type	ecp_nistz256_avx2_from_mont,\@function,2
    +.align	32
    +ecp_nistz256_avx2_from_mont:
    +	vzeroupper
    +___
    +$code.=<<___	if ($win64);
    +	lea	-8-16*10(%rsp), %rsp
    +	vmovaps	%xmm6, -8-16*10(%rax)
    +	vmovaps	%xmm7, -8-16*9(%rax)
    +	vmovaps	%xmm8, -8-16*8(%rax)
    +	vmovaps	%xmm9, -8-16*7(%rax)
    +	vmovaps	%xmm10, -8-16*6(%rax)
    +	vmovaps	%xmm11, -8-16*5(%rax)
    +	vmovaps	%xmm12, -8-16*4(%rax)
    +	vmovaps	%xmm13, -8-16*3(%rax)
    +	vmovaps	%xmm14, -8-16*2(%rax)
    +	vmovaps	%xmm15, -8-16*1(%rax)
    +___
    +$code.=<<___;
    +	vmovdqa	.LAVX2_AND_MASK(%rip), $AND_MASK
    +	lea	.LFROM_MONT_AVX2(%rip), %rdx
    +	call	avx2_mul_x4
    +	call	avx2_normalize_n_store
    +
    +	vzeroupper
    +___
    +$code.=<<___	if ($win64);
    +	movaps	16*0(%rsp), %xmm6
    +	movaps	16*1(%rsp), %xmm7
    +	movaps	16*2(%rsp), %xmm8
    +	movaps	16*3(%rsp), %xmm9
    +	movaps	16*4(%rsp), %xmm10
    +	movaps	16*5(%rsp), %xmm11
    +	movaps	16*6(%rsp), %xmm12
    +	movaps	16*7(%rsp), %xmm13
    +	movaps	16*8(%rsp), %xmm14
    +	movaps	16*9(%rsp), %xmm15
    +	lea	8+16*10(%rsp), %rsp
    +___
    +$code.=<<___;
    +	ret
    +.size	ecp_nistz256_avx2_from_mont,.-ecp_nistz256_avx2_from_mont
    +
    +################################################################################
    +# void ecp_nistz256_avx2_set1(void* RESULTx4);
    +.globl	ecp_nistz256_avx2_set1
    +.type	ecp_nistz256_avx2_set1,\@function,1
    +.align	32
    +ecp_nistz256_avx2_set1:
    +	lea	.LONE+128(%rip), %rax
    +	lea	128(%rdi), %rdi
    +	vzeroupper
    +	vmovdqa	32*0-128(%rax), %ymm0
    +	vmovdqa	32*1-128(%rax), %ymm1
    +	vmovdqa	32*2-128(%rax), %ymm2
    +	vmovdqa	32*3-128(%rax), %ymm3
    +	vmovdqa	32*4-128(%rax), %ymm4
    +	vmovdqa	32*5-128(%rax), %ymm5
    +	vmovdqa	%ymm0, 32*0-128(%rdi)
    +	vmovdqa	32*6-128(%rax), %ymm0
    +	vmovdqa	%ymm1, 32*1-128(%rdi)
    +	vmovdqa	32*7-128(%rax), %ymm1
    +	vmovdqa	%ymm2, 32*2-128(%rdi)
    +	vmovdqa	32*8-128(%rax), %ymm2
    +	vmovdqa	%ymm3, 32*3-128(%rdi)
    +	vmovdqa	%ymm4, 32*4-128(%rdi)
    +	vmovdqa	%ymm5, 32*5-128(%rdi)
    +	vmovdqa	%ymm0, 32*6-128(%rdi)
    +	vmovdqa	%ymm1, 32*7-128(%rdi)
    +	vmovdqa	%ymm2, 32*8-128(%rdi)
    +
    +	vzeroupper
    +	ret
    +.size	ecp_nistz256_avx2_set1,.-ecp_nistz256_avx2_set1
    +___
    +}
    +{
    +################################################################################
    +# void ecp_nistz256_avx2_multi_select_w7(void* RESULT, void *in,
    +#			    int index0, int index1, int index2, int index3);
    +################################################################################
    +
    +my ($val,$in_t,$index0,$index1,$index2,$index3)=("%rdi","%rsi","%edx","%ecx","%r8d","%r9d");
    +my ($INDEX0,$INDEX1,$INDEX2,$INDEX3)=map("%ymm$_",(0..3));
    +my ($R0a,$R0b,$R1a,$R1b,$R2a,$R2b,$R3a,$R3b)=map("%ymm$_",(4..11));
    +my ($M0,$T0,$T1,$TMP0)=map("%ymm$_",(12..15));
    +
    +$code.=<<___;
    +.globl	ecp_nistz256_avx2_multi_select_w7
    +.type	ecp_nistz256_avx2_multi_select_w7,\@function,6
    +.align	32
    +ecp_nistz256_avx2_multi_select_w7:
    +	vzeroupper
    +___
    +$code.=<<___	if ($win64);
    +	lea	-8-16*10(%rsp), %rsp
    +	vmovaps	%xmm6, -8-16*10(%rax)
    +	vmovaps	%xmm7, -8-16*9(%rax)
    +	vmovaps	%xmm8, -8-16*8(%rax)
    +	vmovaps	%xmm9, -8-16*7(%rax)
    +	vmovaps	%xmm10, -8-16*6(%rax)
    +	vmovaps	%xmm11, -8-16*5(%rax)
    +	vmovaps	%xmm12, -8-16*4(%rax)
    +	vmovaps	%xmm13, -8-16*3(%rax)
    +	vmovaps	%xmm14, -8-16*2(%rax)
    +	vmovaps	%xmm15, -8-16*1(%rax)
    +___
    +$code.=<<___;
    +	lea	.LIntOne(%rip), %rax
    +
    +	vmovd	$index0, %xmm0
    +	vmovd	$index1, %xmm1
    +	vmovd	$index2, %xmm2
    +	vmovd	$index3, %xmm3
    +
    +	vpxor	$R0a, $R0a, $R0a
    +	vpxor	$R0b, $R0b, $R0b
    +	vpxor	$R1a, $R1a, $R1a
    +	vpxor	$R1b, $R1b, $R1b
    +	vpxor	$R2a, $R2a, $R2a
    +	vpxor	$R2b, $R2b, $R2b
    +	vpxor	$R3a, $R3a, $R3a
    +	vpxor	$R3b, $R3b, $R3b
    +	vmovdqa	(%rax), $M0
    +
    +	vpermd	$INDEX0, $R0a, $INDEX0
    +	vpermd	$INDEX1, $R0a, $INDEX1
    +	vpermd	$INDEX2, $R0a, $INDEX2
    +	vpermd	$INDEX3, $R0a, $INDEX3
    +
    +	mov	\$64, %ecx
    +	lea	112($val), $val		# size optimization
    +	jmp	.Lmulti_select_loop_avx2
    +
    +# INDEX=0, corresponds to the point at infty (0,0)
    +.align	32
    +.Lmulti_select_loop_avx2:
    +	vpcmpeqd	$INDEX0, $M0, $TMP0
    +
    +	vmovdqa		`32*0+32*64*2*0`($in_t), $T0
    +	vmovdqa		`32*1+32*64*2*0`($in_t), $T1
    +	vpand		$TMP0, $T0, $T0
    +	vpand		$TMP0, $T1, $T1
    +	vpxor		$T0, $R0a, $R0a
    +	vpxor		$T1, $R0b, $R0b
    +
    +	vpcmpeqd	$INDEX1, $M0, $TMP0
    +
    +	vmovdqa		`32*0+32*64*2*1`($in_t), $T0
    +	vmovdqa		`32*1+32*64*2*1`($in_t), $T1
    +	vpand		$TMP0, $T0, $T0
    +	vpand		$TMP0, $T1, $T1
    +	vpxor		$T0, $R1a, $R1a
    +	vpxor		$T1, $R1b, $R1b
    +
    +	vpcmpeqd	$INDEX2, $M0, $TMP0
    +
    +	vmovdqa		`32*0+32*64*2*2`($in_t), $T0
    +	vmovdqa		`32*1+32*64*2*2`($in_t), $T1
    +	vpand		$TMP0, $T0, $T0
    +	vpand		$TMP0, $T1, $T1
    +	vpxor		$T0, $R2a, $R2a
    +	vpxor		$T1, $R2b, $R2b
    +
    +	vpcmpeqd	$INDEX3, $M0, $TMP0
    +
    +	vmovdqa		`32*0+32*64*2*3`($in_t), $T0
    +	vmovdqa		`32*1+32*64*2*3`($in_t), $T1
    +	vpand		$TMP0, $T0, $T0
    +	vpand		$TMP0, $T1, $T1
    +	vpxor		$T0, $R3a, $R3a
    +	vpxor		$T1, $R3b, $R3b
    +
    +	vpaddd		(%rax), $M0, $M0	# increment
    +	lea		32*2($in_t), $in_t
    +
    +        dec	%ecx
    +	jnz	.Lmulti_select_loop_avx2
    +
    +	vmovdqu	$R0a, 32*0-112($val)
    +	vmovdqu	$R0b, 32*1-112($val)
    +	vmovdqu	$R1a, 32*2-112($val)
    +	vmovdqu	$R1b, 32*3-112($val)
    +	vmovdqu	$R2a, 32*4-112($val)
    +	vmovdqu	$R2b, 32*5-112($val)
    +	vmovdqu	$R3a, 32*6-112($val)
    +	vmovdqu	$R3b, 32*7-112($val)
    +
    +	vzeroupper
    +___
    +$code.=<<___	if ($win64);
    +	movaps	16*0(%rsp), %xmm6
    +	movaps	16*1(%rsp), %xmm7
    +	movaps	16*2(%rsp), %xmm8
    +	movaps	16*3(%rsp), %xmm9
    +	movaps	16*4(%rsp), %xmm10
    +	movaps	16*5(%rsp), %xmm11
    +	movaps	16*6(%rsp), %xmm12
    +	movaps	16*7(%rsp), %xmm13
    +	movaps	16*8(%rsp), %xmm14
    +	movaps	16*9(%rsp), %xmm15
    +	lea	8+16*10(%rsp), %rsp
    +___
    +$code.=<<___;
    +	ret
    +.size	ecp_nistz256_avx2_multi_select_w7,.-ecp_nistz256_avx2_multi_select_w7
    +
    +.extern	OPENSSL_ia32cap_P
    +.globl	ecp_nistz_avx2_eligible
    +.type	ecp_nistz_avx2_eligible,\@abi-omnipotent
    +.align	32
    +ecp_nistz_avx2_eligible:
    +	mov	OPENSSL_ia32cap_P+8(%rip),%eax
    +	shr	\$5,%eax
    +	and	\$1,%eax
    +	ret
    +.size	ecp_nistz_avx2_eligible,.-ecp_nistz_avx2_eligible
    +___
    +}
    +}} else {{	# assembler is too old
    +$code.=<<___;
    +.text
    +
    +.globl	ecp_nistz256_avx2_transpose_convert
    +.globl	ecp_nistz256_avx2_convert_transpose_back
    +.globl	ecp_nistz256_avx2_point_add_affine_x4
    +.globl	ecp_nistz256_avx2_point_add_affines_x4
    +.globl	ecp_nistz256_avx2_to_mont
    +.globl	ecp_nistz256_avx2_from_mont
    +.globl	ecp_nistz256_avx2_set1
    +.globl	ecp_nistz256_avx2_multi_select_w7
    +.type	ecp_nistz256_avx2_multi_select_w7,\@abi-omnipotent
    +ecp_nistz256_avx2_transpose_convert:
    +ecp_nistz256_avx2_convert_transpose_back:
    +ecp_nistz256_avx2_point_add_affine_x4:
    +ecp_nistz256_avx2_point_add_affines_x4:
    +ecp_nistz256_avx2_to_mont:
    +ecp_nistz256_avx2_from_mont:
    +ecp_nistz256_avx2_set1:
    +ecp_nistz256_avx2_multi_select_w7:
    +	.byte	0x0f,0x0b	# ud2
    +	ret
    +.size	ecp_nistz256_avx2_multi_select_w7,.-ecp_nistz256_avx2_multi_select_w7
    +
    +.globl	ecp_nistz_avx2_eligible
    +.type	ecp_nistz_avx2_eligible,\@abi-omnipotent
    +ecp_nistz_avx2_eligible:
    +	xor	%eax,%eax
    +	ret
    +.size	ecp_nistz_avx2_eligible,.-ecp_nistz_avx2_eligible
    +___
    +}}
    +
    +foreach (split("\n",$code)) {
    +	s/\`([^\`]*)\`/eval($1)/geo;
    +
    +	print $_,"\n";
    +}
    +
    +close STDOUT;
    diff --git a/openssl/crypto/ec/asm/ecp_nistz256-x86_64.pl b/openssl/crypto/ec/asm/ecp_nistz256-x86_64.pl
    new file mode 100755
    index 000000000..5b21574a2
    --- /dev/null
    +++ b/openssl/crypto/ec/asm/ecp_nistz256-x86_64.pl
    @@ -0,0 +1,2993 @@
    +#!/usr/bin/env perl
    +
    +##############################################################################
    +#                                                                            #
    +# Copyright 2014 Intel Corporation                                           #
    +#                                                                            #
    +# Licensed under the Apache License, Version 2.0 (the "License");            #
    +# you may not use this file except in compliance with the License.           #
    +# You may obtain a copy of the License at                                    #
    +#                                                                            #
    +#    http://www.apache.org/licenses/LICENSE-2.0                              #
    +#                                                                            #
    +# Unless required by applicable law or agreed to in writing, software        #
    +# distributed under the License is distributed on an "AS IS" BASIS,          #
    +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   #
    +# See the License for the specific language governing permissions and        #
    +# limitations under the License.                                             #
    +#                                                                            #
    +##############################################################################
    +#                                                                            #
    +#  Developers and authors:                                                   #
    +#  Shay Gueron (1, 2), and Vlad Krasnov (1)                                  #
    +#  (1) Intel Corporation, Israel Development Center                          #
    +#  (2) University of Haifa                                                   #
    +#  Reference:                                                                #
    +#  S.Gueron and V.Krasnov, "Fast Prime Field Elliptic Curve Cryptography with#
    +#                           256 Bit Primes"                                  #
    +#                                                                            #
    +##############################################################################
    +
    +# Further optimization by :
    +#
    +#		this/original
    +# Opteron	+12-49%
    +# Bulldozer	+14-45%
    +# P4		+18-46%
    +# Westmere	+12-34%
    +# Sandy Bridge	+9-35%
    +# Ivy Bridge	+9-35%
    +# Haswell	+8-37%
    +# Broadwell	+18-58%
    +# Atom		+15-50%
    +# VIA Nano	+43-160%
    +#
    +# Ranges denote minimum and maximum improvement coefficients depending
    +# on benchmark.
    +
    +$flavour = shift;
    +$output  = shift;
    +if ($flavour =~ /\./) { $output = $flavour; undef $flavour; }
    +
    +$win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
    +
    +$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
    +( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
    +( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
    +die "can't locate x86_64-xlate.pl";
    +
    +open OUT,"| \"$^X\" $xlate $flavour $output";
    +*STDOUT=*OUT;
    +
    +if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
    +		=~ /GNU assembler version ([2-9]\.[0-9]+)/) {
    +	$avx = ($1>=2.19) + ($1>=2.22);
    +	$addx = ($1>=2.23);
    +}
    +
    +if (!$addx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
    +	    `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/) {
    +	$avx = ($1>=2.09) + ($1>=2.10);
    +	$addx = ($1>=2.10);
    +}
    +
    +if (!$addx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
    +	    `ml64 2>&1` =~ /Version ([0-9]+)\./) {
    +	$avx = ($1>=10) + ($1>=11);
    +	$addx = ($1>=12);
    +}
    +
    +if (!$addx && `$ENV{CC} -v 2>&1` =~ /(^clang version|based on LLVM) ([3-9])\.([0-9]+)/) {
    +	my $ver = $2 + $3/100.0;	# 3.1->3.01, 3.10->3.10
    +	$avx = ($ver>=3.0) + ($ver>=3.01);
    +	$addx = ($ver>=3.03);
    +}
    +
    +$code.=<<___;
    +.text
    +.extern	OPENSSL_ia32cap_P
    +
    +# The polynomial
    +.align 64
    +.Lpoly:
    +.quad 0xffffffffffffffff, 0x00000000ffffffff, 0x0000000000000000, 0xffffffff00000001
    +
    +# 2^512 mod P precomputed for NIST P256 polynomial
    +.LRR:
    +.quad 0x0000000000000003, 0xfffffffbffffffff, 0xfffffffffffffffe, 0x00000004fffffffd
    +
    +.LOne:
    +.long 1,1,1,1,1,1,1,1
    +.LTwo:
    +.long 2,2,2,2,2,2,2,2
    +.LThree:
    +.long 3,3,3,3,3,3,3,3
    +.LONE_mont:
    +.quad 0x0000000000000001, 0xffffffff00000000, 0xffffffffffffffff, 0x00000000fffffffe
    +___
    +
    +{
    +################################################################################
    +# void ecp_nistz256_mul_by_2(uint64_t res[4], uint64_t a[4]);
    +
    +my ($a0,$a1,$a2,$a3)=map("%r$_",(8..11));
    +my ($t0,$t1,$t2,$t3,$t4)=("%rax","%rdx","%rcx","%r12","%r13");
    +my ($r_ptr,$a_ptr,$b_ptr)=("%rdi","%rsi","%rdx");
    +
    +$code.=<<___;
    +
    +.globl	ecp_nistz256_mul_by_2
    +.type	ecp_nistz256_mul_by_2,\@function,2
    +.align	64
    +ecp_nistz256_mul_by_2:
    +	push	%r12
    +	push	%r13
    +
    +	mov	8*0($a_ptr), $a0
    +	mov	8*1($a_ptr), $a1
    +	add	$a0, $a0		# a0:a3+a0:a3
    +	mov	8*2($a_ptr), $a2
    +	adc	$a1, $a1
    +	mov	8*3($a_ptr), $a3
    +	lea	.Lpoly(%rip), $a_ptr
    +	 mov	$a0, $t0
    +	adc	$a2, $a2
    +	adc	$a3, $a3
    +	 mov	$a1, $t1
    +	sbb	$t4, $t4
    +
    +	sub	8*0($a_ptr), $a0
    +	 mov	$a2, $t2
    +	sbb	8*1($a_ptr), $a1
    +	sbb	8*2($a_ptr), $a2
    +	 mov	$a3, $t3
    +	sbb	8*3($a_ptr), $a3
    +	test	$t4, $t4
    +
    +	cmovz	$t0, $a0
    +	cmovz	$t1, $a1
    +	mov	$a0, 8*0($r_ptr)
    +	cmovz	$t2, $a2
    +	mov	$a1, 8*1($r_ptr)
    +	cmovz	$t3, $a3
    +	mov	$a2, 8*2($r_ptr)
    +	mov	$a3, 8*3($r_ptr)
    +
    +	pop	%r13
    +	pop	%r12
    +	ret
    +.size	ecp_nistz256_mul_by_2,.-ecp_nistz256_mul_by_2
    +
    +################################################################################
    +# void ecp_nistz256_div_by_2(uint64_t res[4], uint64_t a[4]);
    +.globl	ecp_nistz256_div_by_2
    +.type	ecp_nistz256_div_by_2,\@function,2
    +.align	32
    +ecp_nistz256_div_by_2:
    +	push	%r12
    +	push	%r13
    +
    +	mov	8*0($a_ptr), $a0
    +	mov	8*1($a_ptr), $a1
    +	mov	8*2($a_ptr), $a2
    +	 mov	$a0, $t0
    +	mov	8*3($a_ptr), $a3
    +	lea	.Lpoly(%rip), $a_ptr
    +
    +	 mov	$a1, $t1
    +	xor	$t4, $t4
    +	add	8*0($a_ptr), $a0
    +	 mov	$a2, $t2
    +	adc	8*1($a_ptr), $a1
    +	adc	8*2($a_ptr), $a2
    +	 mov	$a3, $t3
    +	adc	8*3($a_ptr), $a3
    +	adc	\$0, $t4
    +	xor	$a_ptr, $a_ptr		# borrow $a_ptr
    +	test	\$1, $t0
    +
    +	cmovz	$t0, $a0
    +	cmovz	$t1, $a1
    +	cmovz	$t2, $a2
    +	cmovz	$t3, $a3
    +	cmovz	$a_ptr, $t4
    +
    +	mov	$a1, $t0		# a0:a3>>1
    +	shr	\$1, $a0
    +	shl	\$63, $t0
    +	mov	$a2, $t1
    +	shr	\$1, $a1
    +	or	$t0, $a0
    +	shl	\$63, $t1
    +	mov	$a3, $t2
    +	shr	\$1, $a2
    +	or	$t1, $a1
    +	shl	\$63, $t2
    +	shr	\$1, $a3
    +	shl	\$63, $t4
    +	or	$t2, $a2
    +	or	$t4, $a3
    +
    +	mov	$a0, 8*0($r_ptr)
    +	mov	$a1, 8*1($r_ptr)
    +	mov	$a2, 8*2($r_ptr)
    +	mov	$a3, 8*3($r_ptr)
    +
    +	pop	%r13
    +	pop	%r12
    +	ret
    +.size	ecp_nistz256_div_by_2,.-ecp_nistz256_div_by_2
    +
    +################################################################################
    +# void ecp_nistz256_mul_by_3(uint64_t res[4], uint64_t a[4]);
    +.globl	ecp_nistz256_mul_by_3
    +.type	ecp_nistz256_mul_by_3,\@function,2
    +.align	32
    +ecp_nistz256_mul_by_3:
    +	push	%r12
    +	push	%r13
    +
    +	mov	8*0($a_ptr), $a0
    +	xor	$t4, $t4
    +	mov	8*1($a_ptr), $a1
    +	add	$a0, $a0		# a0:a3+a0:a3
    +	mov	8*2($a_ptr), $a2
    +	adc	$a1, $a1
    +	mov	8*3($a_ptr), $a3
    +	 mov	$a0, $t0
    +	adc	$a2, $a2
    +	adc	$a3, $a3
    +	 mov	$a1, $t1
    +	adc	\$0, $t4
    +
    +	sub	\$-1, $a0
    +	 mov	$a2, $t2
    +	sbb	.Lpoly+8*1(%rip), $a1
    +	sbb	\$0, $a2
    +	 mov	$a3, $t3
    +	sbb	.Lpoly+8*3(%rip), $a3
    +	test	$t4, $t4
    +
    +	cmovz	$t0, $a0
    +	cmovz	$t1, $a1
    +	cmovz	$t2, $a2
    +	cmovz	$t3, $a3
    +
    +	xor	$t4, $t4
    +	add	8*0($a_ptr), $a0	# a0:a3+=a_ptr[0:3]
    +	adc	8*1($a_ptr), $a1
    +	 mov	$a0, $t0
    +	adc	8*2($a_ptr), $a2
    +	adc	8*3($a_ptr), $a3
    +	 mov	$a1, $t1
    +	adc	\$0, $t4
    +
    +	sub	\$-1, $a0
    +	 mov	$a2, $t2
    +	sbb	.Lpoly+8*1(%rip), $a1
    +	sbb	\$0, $a2
    +	 mov	$a3, $t3
    +	sbb	.Lpoly+8*3(%rip), $a3
    +	test	$t4, $t4
    +
    +	cmovz	$t0, $a0
    +	cmovz	$t1, $a1
    +	mov	$a0, 8*0($r_ptr)
    +	cmovz	$t2, $a2
    +	mov	$a1, 8*1($r_ptr)
    +	cmovz	$t3, $a3
    +	mov	$a2, 8*2($r_ptr)
    +	mov	$a3, 8*3($r_ptr)
    +
    +	pop %r13
    +	pop %r12
    +	ret
    +.size	ecp_nistz256_mul_by_3,.-ecp_nistz256_mul_by_3
    +
    +################################################################################
    +# void ecp_nistz256_add(uint64_t res[4], uint64_t a[4], uint64_t b[4]);
    +.globl	ecp_nistz256_add
    +.type	ecp_nistz256_add,\@function,3
    +.align	32
    +ecp_nistz256_add:
    +	push	%r12
    +	push	%r13
    +
    +	mov	8*0($a_ptr), $a0
    +	xor	$t4, $t4
    +	mov	8*1($a_ptr), $a1
    +	mov	8*2($a_ptr), $a2
    +	mov	8*3($a_ptr), $a3
    +	lea	.Lpoly(%rip), $a_ptr
    +
    +	add	8*0($b_ptr), $a0
    +	adc	8*1($b_ptr), $a1
    +	 mov	$a0, $t0
    +	adc	8*2($b_ptr), $a2
    +	adc	8*3($b_ptr), $a3
    +	 mov	$a1, $t1
    +	adc	\$0, $t4
    +
    +	sub	8*0($a_ptr), $a0
    +	 mov	$a2, $t2
    +	sbb	8*1($a_ptr), $a1
    +	sbb	8*2($a_ptr), $a2
    +	 mov	$a3, $t3
    +	sbb	8*3($a_ptr), $a3
    +	test	$t4, $t4
    +
    +	cmovz	$t0, $a0
    +	cmovz	$t1, $a1
    +	mov	$a0, 8*0($r_ptr)
    +	cmovz	$t2, $a2
    +	mov	$a1, 8*1($r_ptr)
    +	cmovz	$t3, $a3
    +	mov	$a2, 8*2($r_ptr)
    +	mov	$a3, 8*3($r_ptr)
    +
    +	pop %r13
    +	pop %r12
    +	ret
    +.size	ecp_nistz256_add,.-ecp_nistz256_add
    +
    +################################################################################
    +# void ecp_nistz256_sub(uint64_t res[4], uint64_t a[4], uint64_t b[4]);
    +.globl	ecp_nistz256_sub
    +.type	ecp_nistz256_sub,\@function,3
    +.align	32
    +ecp_nistz256_sub:
    +	push	%r12
    +	push	%r13
    +
    +	mov	8*0($a_ptr), $a0
    +	xor	$t4, $t4
    +	mov	8*1($a_ptr), $a1
    +	mov	8*2($a_ptr), $a2
    +	mov	8*3($a_ptr), $a3
    +	lea	.Lpoly(%rip), $a_ptr
    +
    +	sub	8*0($b_ptr), $a0
    +	sbb	8*1($b_ptr), $a1
    +	 mov	$a0, $t0
    +	sbb	8*2($b_ptr), $a2
    +	sbb	8*3($b_ptr), $a3
    +	 mov	$a1, $t1
    +	sbb	\$0, $t4
    +
    +	add	8*0($a_ptr), $a0
    +	 mov	$a2, $t2
    +	adc	8*1($a_ptr), $a1
    +	adc	8*2($a_ptr), $a2
    +	 mov	$a3, $t3
    +	adc	8*3($a_ptr), $a3
    +	test	$t4, $t4
    +
    +	cmovz	$t0, $a0
    +	cmovz	$t1, $a1
    +	mov	$a0, 8*0($r_ptr)
    +	cmovz	$t2, $a2
    +	mov	$a1, 8*1($r_ptr)
    +	cmovz	$t3, $a3
    +	mov	$a2, 8*2($r_ptr)
    +	mov	$a3, 8*3($r_ptr)
    +
    +	pop %r13
    +	pop %r12
    +	ret
    +.size	ecp_nistz256_sub,.-ecp_nistz256_sub
    +
    +################################################################################
    +# void ecp_nistz256_neg(uint64_t res[4], uint64_t a[4]);
    +.globl	ecp_nistz256_neg
    +.type	ecp_nistz256_neg,\@function,2
    +.align	32
    +ecp_nistz256_neg:
    +	push	%r12
    +	push	%r13
    +
    +	xor	$a0, $a0
    +	xor	$a1, $a1
    +	xor	$a2, $a2
    +	xor	$a3, $a3
    +	xor	$t4, $t4
    +
    +	sub	8*0($a_ptr), $a0
    +	sbb	8*1($a_ptr), $a1
    +	sbb	8*2($a_ptr), $a2
    +	 mov	$a0, $t0
    +	sbb	8*3($a_ptr), $a3
    +	lea	.Lpoly(%rip), $a_ptr
    +	 mov	$a1, $t1
    +	sbb	\$0, $t4
    +
    +	add	8*0($a_ptr), $a0
    +	 mov	$a2, $t2
    +	adc	8*1($a_ptr), $a1
    +	adc	8*2($a_ptr), $a2
    +	 mov	$a3, $t3
    +	adc	8*3($a_ptr), $a3
    +	test	$t4, $t4
    +
    +	cmovz	$t0, $a0
    +	cmovz	$t1, $a1
    +	mov	$a0, 8*0($r_ptr)
    +	cmovz	$t2, $a2
    +	mov	$a1, 8*1($r_ptr)
    +	cmovz	$t3, $a3
    +	mov	$a2, 8*2($r_ptr)
    +	mov	$a3, 8*3($r_ptr)
    +
    +	pop %r13
    +	pop %r12
    +	ret
    +.size	ecp_nistz256_neg,.-ecp_nistz256_neg
    +___
    +}
    +{
    +my ($r_ptr,$a_ptr,$b_org,$b_ptr)=("%rdi","%rsi","%rdx","%rbx");
    +my ($acc0,$acc1,$acc2,$acc3,$acc4,$acc5,$acc6,$acc7)=map("%r$_",(8..15));
    +my ($t0,$t1,$t2,$t3,$t4)=("%rcx","%rbp","%rbx","%rdx","%rax");
    +my ($poly1,$poly3)=($acc6,$acc7);
    +
    +$code.=<<___;
    +################################################################################
    +# void ecp_nistz256_to_mont(
    +#   uint64_t res[4],
    +#   uint64_t in[4]);
    +.globl	ecp_nistz256_to_mont
    +.type	ecp_nistz256_to_mont,\@function,2
    +.align	32
    +ecp_nistz256_to_mont:
    +___
    +$code.=<<___	if ($addx);
    +	mov	\$0x80100, %ecx
    +	and	OPENSSL_ia32cap_P+8(%rip), %ecx
    +___
    +$code.=<<___;
    +	lea	.LRR(%rip), $b_org
    +	jmp	.Lmul_mont
    +.size	ecp_nistz256_to_mont,.-ecp_nistz256_to_mont
    +
    +################################################################################
    +# void ecp_nistz256_mul_mont(
    +#   uint64_t res[4],
    +#   uint64_t a[4],
    +#   uint64_t b[4]);
    +
    +.globl	ecp_nistz256_mul_mont
    +.type	ecp_nistz256_mul_mont,\@function,3
    +.align	32
    +ecp_nistz256_mul_mont:
    +___
    +$code.=<<___	if ($addx);
    +	mov	\$0x80100, %ecx
    +	and	OPENSSL_ia32cap_P+8(%rip), %ecx
    +___
    +$code.=<<___;
    +.Lmul_mont:
    +	push	%rbp
    +	push	%rbx
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +___
    +$code.=<<___	if ($addx);
    +	cmp	\$0x80100, %ecx
    +	je	.Lmul_montx
    +___
    +$code.=<<___;
    +	mov	$b_org, $b_ptr
    +	mov	8*0($b_org), %rax
    +	mov	8*0($a_ptr), $acc1
    +	mov	8*1($a_ptr), $acc2
    +	mov	8*2($a_ptr), $acc3
    +	mov	8*3($a_ptr), $acc4
    +
    +	call	__ecp_nistz256_mul_montq
    +___
    +$code.=<<___	if ($addx);
    +	jmp	.Lmul_mont_done
    +
    +.align	32
    +.Lmul_montx:
    +	mov	$b_org, $b_ptr
    +	mov	8*0($b_org), %rdx
    +	mov	8*0($a_ptr), $acc1
    +	mov	8*1($a_ptr), $acc2
    +	mov	8*2($a_ptr), $acc3
    +	mov	8*3($a_ptr), $acc4
    +	lea	-128($a_ptr), $a_ptr	# control u-op density
    +
    +	call	__ecp_nistz256_mul_montx
    +___
    +$code.=<<___;
    +.Lmul_mont_done:
    +	pop	%r15
    +	pop	%r14
    +	pop	%r13
    +	pop	%r12
    +	pop	%rbx
    +	pop	%rbp
    +	ret
    +.size	ecp_nistz256_mul_mont,.-ecp_nistz256_mul_mont
    +
    +.type	__ecp_nistz256_mul_montq,\@abi-omnipotent
    +.align	32
    +__ecp_nistz256_mul_montq:
    +	########################################################################
    +	# Multiply a by b[0]
    +	mov	%rax, $t1
    +	mulq	$acc1
    +	mov	.Lpoly+8*1(%rip),$poly1
    +	mov	%rax, $acc0
    +	mov	$t1, %rax
    +	mov	%rdx, $acc1
    +
    +	mulq	$acc2
    +	mov	.Lpoly+8*3(%rip),$poly3
    +	add	%rax, $acc1
    +	mov	$t1, %rax
    +	adc	\$0, %rdx
    +	mov	%rdx, $acc2
    +
    +	mulq	$acc3
    +	add	%rax, $acc2
    +	mov	$t1, %rax
    +	adc	\$0, %rdx
    +	mov	%rdx, $acc3
    +
    +	mulq	$acc4
    +	add	%rax, $acc3
    +	 mov	$acc0, %rax
    +	adc	\$0, %rdx
    +	xor	$acc5, $acc5
    +	mov	%rdx, $acc4
    +
    +	########################################################################
    +	# First reduction step
    +	# Basically now we want to multiply acc[0] by p256,
    +	# and add the result to the acc.
    +	# Due to the special form of p256 we do some optimizations
    +	#
    +	# acc[0] x p256[0..1] = acc[0] x 2^96 - acc[0]
    +	# then we add acc[0] and get acc[0] x 2^96
    +
    +	mov	$acc0, $t1
    +	shl	\$32, $acc0
    +	mulq	$poly3
    +	shr	\$32, $t1
    +	add	$acc0, $acc1		# +=acc[0]<<96
    +	adc	$t1, $acc2
    +	adc	%rax, $acc3
    +	 mov	8*1($b_ptr), %rax
    +	adc	%rdx, $acc4
    +	adc	\$0, $acc5
    +	xor	$acc0, $acc0
    +
    +	########################################################################
    +	# Multiply by b[1]
    +	mov	%rax, $t1
    +	mulq	8*0($a_ptr)
    +	add	%rax, $acc1
    +	mov	$t1, %rax
    +	adc	\$0, %rdx
    +	mov	%rdx, $t0
    +
    +	mulq	8*1($a_ptr)
    +	add	$t0, $acc2
    +	adc	\$0, %rdx
    +	add	%rax, $acc2
    +	mov	$t1, %rax
    +	adc	\$0, %rdx
    +	mov	%rdx, $t0
    +
    +	mulq	8*2($a_ptr)
    +	add	$t0, $acc3
    +	adc	\$0, %rdx
    +	add	%rax, $acc3
    +	mov	$t1, %rax
    +	adc	\$0, %rdx
    +	mov	%rdx, $t0
    +
    +	mulq	8*3($a_ptr)
    +	add	$t0, $acc4
    +	adc	\$0, %rdx
    +	add	%rax, $acc4
    +	 mov	$acc1, %rax
    +	adc	%rdx, $acc5
    +	adc	\$0, $acc0
    +
    +	########################################################################
    +	# Second reduction step	
    +	mov	$acc1, $t1
    +	shl	\$32, $acc1
    +	mulq	$poly3
    +	shr	\$32, $t1
    +	add	$acc1, $acc2
    +	adc	$t1, $acc3
    +	adc	%rax, $acc4
    +	 mov	8*2($b_ptr), %rax
    +	adc	%rdx, $acc5
    +	adc	\$0, $acc0
    +	xor	$acc1, $acc1
    +
    +	########################################################################
    +	# Multiply by b[2]
    +	mov	%rax, $t1
    +	mulq	8*0($a_ptr)
    +	add	%rax, $acc2
    +	mov	$t1, %rax
    +	adc	\$0, %rdx
    +	mov	%rdx, $t0
    +
    +	mulq	8*1($a_ptr)
    +	add	$t0, $acc3
    +	adc	\$0, %rdx
    +	add	%rax, $acc3
    +	mov	$t1, %rax
    +	adc	\$0, %rdx
    +	mov	%rdx, $t0
    +
    +	mulq	8*2($a_ptr)
    +	add	$t0, $acc4
    +	adc	\$0, %rdx
    +	add	%rax, $acc4
    +	mov	$t1, %rax
    +	adc	\$0, %rdx
    +	mov	%rdx, $t0
    +
    +	mulq	8*3($a_ptr)
    +	add	$t0, $acc5
    +	adc	\$0, %rdx
    +	add	%rax, $acc5
    +	 mov	$acc2, %rax
    +	adc	%rdx, $acc0
    +	adc	\$0, $acc1
    +
    +	########################################################################
    +	# Third reduction step	
    +	mov	$acc2, $t1
    +	shl	\$32, $acc2
    +	mulq	$poly3
    +	shr	\$32, $t1
    +	add	$acc2, $acc3
    +	adc	$t1, $acc4
    +	adc	%rax, $acc5
    +	 mov	8*3($b_ptr), %rax
    +	adc	%rdx, $acc0
    +	adc	\$0, $acc1
    +	xor	$acc2, $acc2
    +
    +	########################################################################
    +	# Multiply by b[3]
    +	mov	%rax, $t1
    +	mulq	8*0($a_ptr)
    +	add	%rax, $acc3
    +	mov	$t1, %rax
    +	adc	\$0, %rdx
    +	mov	%rdx, $t0
    +
    +	mulq	8*1($a_ptr)
    +	add	$t0, $acc4
    +	adc	\$0, %rdx
    +	add	%rax, $acc4
    +	mov	$t1, %rax
    +	adc	\$0, %rdx
    +	mov	%rdx, $t0
    +
    +	mulq	8*2($a_ptr)
    +	add	$t0, $acc5
    +	adc	\$0, %rdx
    +	add	%rax, $acc5
    +	mov	$t1, %rax
    +	adc	\$0, %rdx
    +	mov	%rdx, $t0
    +
    +	mulq	8*3($a_ptr)
    +	add	$t0, $acc0
    +	adc	\$0, %rdx
    +	add	%rax, $acc0
    +	 mov	$acc3, %rax
    +	adc	%rdx, $acc1
    +	adc	\$0, $acc2
    +
    +	########################################################################
    +	# Final reduction step	
    +	mov	$acc3, $t1
    +	shl	\$32, $acc3
    +	mulq	$poly3
    +	shr	\$32, $t1
    +	add	$acc3, $acc4
    +	adc	$t1, $acc5
    +	 mov	$acc4, $t0
    +	adc	%rax, $acc0
    +	adc	%rdx, $acc1
    +	 mov	$acc5, $t1
    +	adc	\$0, $acc2
    +
    +	########################################################################	
    +	# Branch-less conditional subtraction of P
    +	sub	\$-1, $acc4		# .Lpoly[0]
    +	 mov	$acc0, $t2
    +	sbb	$poly1, $acc5		# .Lpoly[1]
    +	sbb	\$0, $acc0		# .Lpoly[2]
    +	 mov	$acc1, $t3
    +	sbb	$poly3, $acc1		# .Lpoly[3]
    +	sbb	\$0, $acc2
    +
    +	cmovc	$t0, $acc4
    +	cmovc	$t1, $acc5
    +	mov	$acc4, 8*0($r_ptr)
    +	cmovc	$t2, $acc0
    +	mov	$acc5, 8*1($r_ptr)
    +	cmovc	$t3, $acc1
    +	mov	$acc0, 8*2($r_ptr)
    +	mov	$acc1, 8*3($r_ptr)
    +
    +	ret
    +.size	__ecp_nistz256_mul_montq,.-__ecp_nistz256_mul_montq
    +
    +################################################################################
    +# void ecp_nistz256_sqr_mont(
    +#   uint64_t res[4],
    +#   uint64_t a[4]);
    +
    +# we optimize the square according to S.Gueron and V.Krasnov,
    +# "Speeding up Big-Number Squaring"
    +.globl	ecp_nistz256_sqr_mont
    +.type	ecp_nistz256_sqr_mont,\@function,2
    +.align	32
    +ecp_nistz256_sqr_mont:
    +___
    +$code.=<<___	if ($addx);
    +	mov	\$0x80100, %ecx
    +	and	OPENSSL_ia32cap_P+8(%rip), %ecx
    +___
    +$code.=<<___;
    +	push	%rbp
    +	push	%rbx
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +___
    +$code.=<<___	if ($addx);
    +	cmp	\$0x80100, %ecx
    +	je	.Lsqr_montx
    +___
    +$code.=<<___;
    +	mov	8*0($a_ptr), %rax
    +	mov	8*1($a_ptr), $acc6
    +	mov	8*2($a_ptr), $acc7
    +	mov	8*3($a_ptr), $acc0
    +
    +	call	__ecp_nistz256_sqr_montq
    +___
    +$code.=<<___	if ($addx);
    +	jmp	.Lsqr_mont_done
    +
    +.align	32
    +.Lsqr_montx:
    +	mov	8*0($a_ptr), %rdx
    +	mov	8*1($a_ptr), $acc6
    +	mov	8*2($a_ptr), $acc7
    +	mov	8*3($a_ptr), $acc0
    +	lea	-128($a_ptr), $a_ptr	# control u-op density
    +
    +	call	__ecp_nistz256_sqr_montx
    +___
    +$code.=<<___;
    +.Lsqr_mont_done:
    +	pop	%r15
    +	pop	%r14
    +	pop	%r13
    +	pop	%r12
    +	pop	%rbx
    +	pop	%rbp
    +	ret
    +.size	ecp_nistz256_sqr_mont,.-ecp_nistz256_sqr_mont
    +
    +.type	__ecp_nistz256_sqr_montq,\@abi-omnipotent
    +.align	32
    +__ecp_nistz256_sqr_montq:
    +	mov	%rax, $acc5
    +	mulq	$acc6			# a[1]*a[0]
    +	mov	%rax, $acc1
    +	mov	$acc7, %rax
    +	mov	%rdx, $acc2
    +
    +	mulq	$acc5			# a[0]*a[2]
    +	add	%rax, $acc2
    +	mov	$acc0, %rax
    +	adc	\$0, %rdx
    +	mov	%rdx, $acc3
    +
    +	mulq	$acc5			# a[0]*a[3]
    +	add	%rax, $acc3
    +	 mov	$acc7, %rax
    +	adc	\$0, %rdx
    +	mov	%rdx, $acc4
    +
    +	#################################
    +	mulq	$acc6			# a[1]*a[2]
    +	add	%rax, $acc3
    +	mov	$acc0, %rax
    +	adc	\$0, %rdx
    +	mov	%rdx, $t1
    +
    +	mulq	$acc6			# a[1]*a[3]
    +	add	%rax, $acc4
    +	 mov	$acc0, %rax
    +	adc	\$0, %rdx
    +	add	$t1, $acc4
    +	mov	%rdx, $acc5
    +	adc	\$0, $acc5
    +
    +	#################################
    +	mulq	$acc7			# a[2]*a[3]
    +	xor	$acc7, $acc7
    +	add	%rax, $acc5
    +	 mov	8*0($a_ptr), %rax
    +	mov	%rdx, $acc6
    +	adc	\$0, $acc6
    +
    +	add	$acc1, $acc1		# acc1:6<<1
    +	adc	$acc2, $acc2
    +	adc	$acc3, $acc3
    +	adc	$acc4, $acc4
    +	adc	$acc5, $acc5
    +	adc	$acc6, $acc6
    +	adc	\$0, $acc7
    +
    +	mulq	%rax
    +	mov	%rax, $acc0
    +	mov	8*1($a_ptr), %rax
    +	mov	%rdx, $t0
    +
    +	mulq	%rax
    +	add	$t0, $acc1
    +	adc	%rax, $acc2
    +	mov	8*2($a_ptr), %rax
    +	adc	\$0, %rdx
    +	mov	%rdx, $t0
    +
    +	mulq	%rax
    +	add	$t0, $acc3
    +	adc	%rax, $acc4
    +	mov	8*3($a_ptr), %rax
    +	adc	\$0, %rdx
    +	mov	%rdx, $t0
    +
    +	mulq	%rax
    +	add	$t0, $acc5
    +	adc	%rax, $acc6
    +	 mov	$acc0, %rax
    +	adc	%rdx, $acc7
    +
    +	mov	.Lpoly+8*1(%rip), $a_ptr
    +	mov	.Lpoly+8*3(%rip), $t1
    +
    +	##########################################
    +	# Now the reduction
    +	# First iteration
    +	mov	$acc0, $t0
    +	shl	\$32, $acc0
    +	mulq	$t1
    +	shr	\$32, $t0
    +	add	$acc0, $acc1		# +=acc[0]<<96
    +	adc	$t0, $acc2
    +	adc	%rax, $acc3
    +	 mov	$acc1, %rax
    +	adc	\$0, %rdx
    +
    +	##########################################
    +	# Second iteration
    +	mov	$acc1, $t0
    +	shl	\$32, $acc1
    +	mov	%rdx, $acc0
    +	mulq	$t1
    +	shr	\$32, $t0
    +	add	$acc1, $acc2
    +	adc	$t0, $acc3
    +	adc	%rax, $acc0
    +	 mov	$acc2, %rax
    +	adc	\$0, %rdx
    +
    +	##########################################
    +	# Third iteration
    +	mov	$acc2, $t0
    +	shl	\$32, $acc2
    +	mov	%rdx, $acc1
    +	mulq	$t1
    +	shr	\$32, $t0
    +	add	$acc2, $acc3
    +	adc	$t0, $acc0
    +	adc	%rax, $acc1
    +	 mov	$acc3, %rax
    +	adc	\$0, %rdx
    +
    +	###########################################
    +	# Last iteration
    +	mov	$acc3, $t0
    +	shl	\$32, $acc3
    +	mov	%rdx, $acc2
    +	mulq	$t1
    +	shr	\$32, $t0
    +	add	$acc3, $acc0
    +	adc	$t0, $acc1
    +	adc	%rax, $acc2
    +	adc	\$0, %rdx
    +	xor	$acc3, $acc3
    +
    +	############################################
    +	# Add the rest of the acc
    +	add	$acc0, $acc4
    +	adc	$acc1, $acc5
    +	 mov	$acc4, $acc0
    +	adc	$acc2, $acc6
    +	adc	%rdx, $acc7
    +	 mov	$acc5, $acc1
    +	adc	\$0, $acc3
    +
    +	sub	\$-1, $acc4		# .Lpoly[0]
    +	 mov	$acc6, $acc2
    +	sbb	$a_ptr, $acc5		# .Lpoly[1]
    +	sbb	\$0, $acc6		# .Lpoly[2]
    +	 mov	$acc7, $t0
    +	sbb	$t1, $acc7		# .Lpoly[3]
    +	sbb	\$0, $acc3
    +
    +	cmovc	$acc0, $acc4
    +	cmovc	$acc1, $acc5
    +	mov	$acc4, 8*0($r_ptr)
    +	cmovc	$acc2, $acc6
    +	mov	$acc5, 8*1($r_ptr)
    +	cmovc	$t0, $acc7
    +	mov	$acc6, 8*2($r_ptr)
    +	mov	$acc7, 8*3($r_ptr)
    +
    +	ret
    +.size	__ecp_nistz256_sqr_montq,.-__ecp_nistz256_sqr_montq
    +___
    +
    +if ($addx) {
    +$code.=<<___;
    +.type	__ecp_nistz256_mul_montx,\@abi-omnipotent
    +.align	32
    +__ecp_nistz256_mul_montx:
    +	########################################################################
    +	# Multiply by b[0]
    +	mulx	$acc1, $acc0, $acc1
    +	mulx	$acc2, $t0, $acc2
    +	mov	\$32, $poly1
    +	xor	$acc5, $acc5		# cf=0
    +	mulx	$acc3, $t1, $acc3
    +	mov	.Lpoly+8*3(%rip), $poly3
    +	adc	$t0, $acc1
    +	mulx	$acc4, $t0, $acc4
    +	 mov	$acc0, %rdx
    +	adc	$t1, $acc2
    +	 shlx	$poly1,$acc0,$t1
    +	adc	$t0, $acc3
    +	 shrx	$poly1,$acc0,$t0
    +	adc	\$0, $acc4
    +
    +	########################################################################
    +	# First reduction step
    +	add	$t1, $acc1
    +	adc	$t0, $acc2
    +
    +	mulx	$poly3, $t0, $t1
    +	 mov	8*1($b_ptr), %rdx
    +	adc	$t0, $acc3
    +	adc	$t1, $acc4
    +	adc	\$0, $acc5
    +	xor	$acc0, $acc0		# $acc0=0,cf=0,of=0
    +
    +	########################################################################
    +	# Multiply by b[1]
    +	mulx	8*0+128($a_ptr), $t0, $t1
    +	adcx	$t0, $acc1
    +	adox	$t1, $acc2
    +
    +	mulx	8*1+128($a_ptr), $t0, $t1
    +	adcx	$t0, $acc2
    +	adox	$t1, $acc3
    +
    +	mulx	8*2+128($a_ptr), $t0, $t1
    +	adcx	$t0, $acc3
    +	adox	$t1, $acc4
    +
    +	mulx	8*3+128($a_ptr), $t0, $t1
    +	 mov	$acc1, %rdx
    +	adcx	$t0, $acc4
    +	 shlx	$poly1, $acc1, $t0
    +	adox	$t1, $acc5
    +	 shrx	$poly1, $acc1, $t1
    +
    +	adcx	$acc0, $acc5
    +	adox	$acc0, $acc0
    +	adc	\$0, $acc0
    +
    +	########################################################################
    +	# Second reduction step
    +	add	$t0, $acc2
    +	adc	$t1, $acc3
    +
    +	mulx	$poly3, $t0, $t1
    +	 mov	8*2($b_ptr), %rdx
    +	adc	$t0, $acc4
    +	adc	$t1, $acc5
    +	adc	\$0, $acc0
    +	xor	$acc1 ,$acc1		# $acc1=0,cf=0,of=0
    +
    +	########################################################################
    +	# Multiply by b[2]
    +	mulx	8*0+128($a_ptr), $t0, $t1
    +	adcx	$t0, $acc2
    +	adox	$t1, $acc3
    +
    +	mulx	8*1+128($a_ptr), $t0, $t1
    +	adcx	$t0, $acc3
    +	adox	$t1, $acc4
    +
    +	mulx	8*2+128($a_ptr), $t0, $t1
    +	adcx	$t0, $acc4
    +	adox	$t1, $acc5
    +
    +	mulx	8*3+128($a_ptr), $t0, $t1
    +	 mov	$acc2, %rdx
    +	adcx	$t0, $acc5
    +	 shlx	$poly1, $acc2, $t0
    +	adox	$t1, $acc0
    +	 shrx	$poly1, $acc2, $t1
    +
    +	adcx	$acc1, $acc0
    +	adox	$acc1, $acc1
    +	adc	\$0, $acc1
    +
    +	########################################################################
    +	# Third reduction step
    +	add	$t0, $acc3
    +	adc	$t1, $acc4
    +
    +	mulx	$poly3, $t0, $t1
    +	 mov	8*3($b_ptr), %rdx
    +	adc	$t0, $acc5
    +	adc	$t1, $acc0
    +	adc	\$0, $acc1
    +	xor	$acc2, $acc2		# $acc2=0,cf=0,of=0
    +
    +	########################################################################
    +	# Multiply by b[3]
    +	mulx	8*0+128($a_ptr), $t0, $t1
    +	adcx	$t0, $acc3
    +	adox	$t1, $acc4
    +
    +	mulx	8*1+128($a_ptr), $t0, $t1
    +	adcx	$t0, $acc4
    +	adox	$t1, $acc5
    +
    +	mulx	8*2+128($a_ptr), $t0, $t1
    +	adcx	$t0, $acc5
    +	adox	$t1, $acc0
    +
    +	mulx	8*3+128($a_ptr), $t0, $t1
    +	 mov	$acc3, %rdx
    +	adcx	$t0, $acc0
    +	 shlx	$poly1, $acc3, $t0
    +	adox	$t1, $acc1
    +	 shrx	$poly1, $acc3, $t1
    +
    +	adcx	$acc2, $acc1
    +	adox	$acc2, $acc2
    +	adc	\$0, $acc2
    +
    +	########################################################################
    +	# Fourth reduction step
    +	add	$t0, $acc4
    +	adc	$t1, $acc5
    +
    +	mulx	$poly3, $t0, $t1
    +	 mov	$acc4, $t2
    +	mov	.Lpoly+8*1(%rip), $poly1
    +	adc	$t0, $acc0
    +	 mov	$acc5, $t3
    +	adc	$t1, $acc1
    +	adc	\$0, $acc2
    +
    +	########################################################################
    +	# Branch-less conditional subtraction of P
    +	xor	%eax, %eax
    +	 mov	$acc0, $t0
    +	sbb	\$-1, $acc4		# .Lpoly[0]
    +	sbb	$poly1, $acc5		# .Lpoly[1]
    +	sbb	\$0, $acc0		# .Lpoly[2]
    +	 mov	$acc1, $t1
    +	sbb	$poly3, $acc1		# .Lpoly[3]
    +	sbb	\$0, $acc2
    +
    +	cmovc	$t2, $acc4
    +	cmovc	$t3, $acc5
    +	mov	$acc4, 8*0($r_ptr)
    +	cmovc	$t0, $acc0
    +	mov	$acc5, 8*1($r_ptr)
    +	cmovc	$t1, $acc1
    +	mov	$acc0, 8*2($r_ptr)
    +	mov	$acc1, 8*3($r_ptr)
    +
    +	ret
    +.size	__ecp_nistz256_mul_montx,.-__ecp_nistz256_mul_montx
    +
    +.type	__ecp_nistz256_sqr_montx,\@abi-omnipotent
    +.align	32
    +__ecp_nistz256_sqr_montx:
    +	mulx	$acc6, $acc1, $acc2	# a[0]*a[1]
    +	mulx	$acc7, $t0, $acc3	# a[0]*a[2]
    +	xor	%eax, %eax
    +	adc	$t0, $acc2
    +	mulx	$acc0, $t1, $acc4	# a[0]*a[3]
    +	 mov	$acc6, %rdx
    +	adc	$t1, $acc3
    +	adc	\$0, $acc4
    +	xor	$acc5, $acc5		# $acc5=0,cf=0,of=0
    +
    +	#################################
    +	mulx	$acc7, $t0, $t1		# a[1]*a[2]
    +	adcx	$t0, $acc3
    +	adox	$t1, $acc4
    +
    +	mulx	$acc0, $t0, $t1		# a[1]*a[3]
    +	 mov	$acc7, %rdx
    +	adcx	$t0, $acc4
    +	adox	$t1, $acc5
    +	adc	\$0, $acc5
    +
    +	#################################
    +	mulx	$acc0, $t0, $acc6	# a[2]*a[3]
    +	 mov	8*0+128($a_ptr), %rdx
    +	xor	$acc7, $acc7		# $acc7=0,cf=0,of=0
    +	 adcx	$acc1, $acc1		# acc1:6<<1
    +	adox	$t0, $acc5
    +	 adcx	$acc2, $acc2
    +	adox	$acc7, $acc6		# of=0
    +
    +	mulx	%rdx, $acc0, $t1
    +	mov	8*1+128($a_ptr), %rdx
    +	 adcx	$acc3, $acc3
    +	adox	$t1, $acc1
    +	 adcx	$acc4, $acc4
    +	mulx	%rdx, $t0, $t4
    +	mov	8*2+128($a_ptr), %rdx
    +	 adcx	$acc5, $acc5
    +	adox	$t0, $acc2
    +	 adcx	$acc6, $acc6
    +	.byte	0x67
    +	mulx	%rdx, $t0, $t1
    +	mov	8*3+128($a_ptr), %rdx
    +	adox	$t4, $acc3
    +	 adcx	$acc7, $acc7
    +	adox	$t0, $acc4
    +	 mov	\$32, $a_ptr
    +	adox	$t1, $acc5
    +	.byte	0x67,0x67
    +	mulx	%rdx, $t0, $t4
    +	 mov	$acc0, %rdx
    +	adox	$t0, $acc6
    +	 shlx	$a_ptr, $acc0, $t0
    +	adox	$t4, $acc7
    +	 shrx	$a_ptr, $acc0, $t4
    +	 mov	.Lpoly+8*3(%rip), $t1
    +
    +	# reduction step 1
    +	add	$t0, $acc1
    +	adc	$t4, $acc2
    +
    +	mulx	$t1, $t0, $acc0
    +	 mov	$acc1, %rdx
    +	adc	$t0, $acc3
    +	 shlx	$a_ptr, $acc1, $t0
    +	adc	\$0, $acc0
    +	 shrx	$a_ptr, $acc1, $t4
    +
    +	# reduction step 2
    +	add	$t0, $acc2
    +	adc	$t4, $acc3
    +
    +	mulx	$t1, $t0, $acc1
    +	 mov	$acc2, %rdx
    +	adc	$t0, $acc0
    +	 shlx	$a_ptr, $acc2, $t0
    +	adc	\$0, $acc1
    +	 shrx	$a_ptr, $acc2, $t4
    +
    +	# reduction step 3
    +	add	$t0, $acc3
    +	adc	$t4, $acc0
    +
    +	mulx	$t1, $t0, $acc2
    +	 mov	$acc3, %rdx
    +	adc	$t0, $acc1
    +	 shlx	$a_ptr, $acc3, $t0
    +	adc	\$0, $acc2
    +	 shrx	$a_ptr, $acc3, $t4
    +
    +	# reduction step 4
    +	add	$t0, $acc0
    +	adc	$t4, $acc1
    +
    +	mulx	$t1, $t0, $acc3
    +	adc	$t0, $acc2
    +	adc	\$0, $acc3
    +
    +	xor	$t3, $t3		# cf=0
    +	adc	$acc0, $acc4		# accumulate upper half
    +	 mov	.Lpoly+8*1(%rip), $a_ptr
    +	adc	$acc1, $acc5
    +	 mov	$acc4, $acc0
    +	adc	$acc2, $acc6
    +	adc	$acc3, $acc7
    +	 mov	$acc5, $acc1
    +	adc	\$0, $t3
    +
    +	xor	%eax, %eax		# cf=0
    +	sbb	\$-1, $acc4		# .Lpoly[0]
    +	 mov	$acc6, $acc2
    +	sbb	$a_ptr, $acc5		# .Lpoly[1]
    +	sbb	\$0, $acc6		# .Lpoly[2]
    +	 mov	$acc7, $acc3
    +	sbb	$t1, $acc7		# .Lpoly[3]
    +	sbb	\$0, $t3
    +
    +	cmovc	$acc0, $acc4
    +	cmovc	$acc1, $acc5
    +	mov	$acc4, 8*0($r_ptr)
    +	cmovc	$acc2, $acc6
    +	mov	$acc5, 8*1($r_ptr)
    +	cmovc	$acc3, $acc7
    +	mov	$acc6, 8*2($r_ptr)
    +	mov	$acc7, 8*3($r_ptr)
    +
    +	ret
    +.size	__ecp_nistz256_sqr_montx,.-__ecp_nistz256_sqr_montx
    +___
    +}
    +}
    +{
    +my ($r_ptr,$in_ptr)=("%rdi","%rsi");
    +my ($acc0,$acc1,$acc2,$acc3)=map("%r$_",(8..11));
    +my ($t0,$t1,$t2)=("%rcx","%r12","%r13");
    +
    +$code.=<<___;
    +################################################################################
    +# void ecp_nistz256_from_mont(
    +#   uint64_t res[4],
    +#   uint64_t in[4]);
    +# This one performs Montgomery multiplication by 1, so we only need the reduction
    +
    +.globl	ecp_nistz256_from_mont
    +.type	ecp_nistz256_from_mont,\@function,2
    +.align	32
    +ecp_nistz256_from_mont:
    +	push	%r12
    +	push	%r13
    +
    +	mov	8*0($in_ptr), %rax
    +	mov	.Lpoly+8*3(%rip), $t2
    +	mov	8*1($in_ptr), $acc1
    +	mov	8*2($in_ptr), $acc2
    +	mov	8*3($in_ptr), $acc3
    +	mov	%rax, $acc0
    +	mov	.Lpoly+8*1(%rip), $t1
    +
    +	#########################################
    +	# First iteration
    +	mov	%rax, $t0
    +	shl	\$32, $acc0
    +	mulq	$t2
    +	shr	\$32, $t0
    +	add	$acc0, $acc1
    +	adc	$t0, $acc2
    +	adc	%rax, $acc3
    +	 mov	$acc1, %rax
    +	adc	\$0, %rdx
    +
    +	#########################################
    +	# Second iteration
    +	mov	$acc1, $t0
    +	shl	\$32, $acc1
    +	mov	%rdx, $acc0
    +	mulq	$t2
    +	shr	\$32, $t0
    +	add	$acc1, $acc2
    +	adc	$t0, $acc3
    +	adc	%rax, $acc0
    +	 mov	$acc2, %rax
    +	adc	\$0, %rdx
    +
    +	##########################################
    +	# Third iteration
    +	mov	$acc2, $t0
    +	shl	\$32, $acc2
    +	mov	%rdx, $acc1
    +	mulq	$t2
    +	shr	\$32, $t0
    +	add	$acc2, $acc3
    +	adc	$t0, $acc0
    +	adc	%rax, $acc1
    +	 mov	$acc3, %rax
    +	adc	\$0, %rdx
    +
    +	###########################################
    +	# Last iteration
    +	mov	$acc3, $t0
    +	shl	\$32, $acc3
    +	mov	%rdx, $acc2
    +	mulq	$t2
    +	shr	\$32, $t0
    +	add	$acc3, $acc0
    +	adc	$t0, $acc1
    +	 mov	$acc0, $t0
    +	adc	%rax, $acc2
    +	 mov	$acc1, $in_ptr
    +	adc	\$0, %rdx
    +
    +	###########################################
    +	# Branch-less conditional subtraction
    +	sub	\$-1, $acc0
    +	 mov	$acc2, %rax
    +	sbb	$t1, $acc1
    +	sbb	\$0, $acc2
    +	 mov	%rdx, $acc3
    +	sbb	$t2, %rdx
    +	sbb	$t2, $t2
    +
    +	cmovnz	$t0, $acc0
    +	cmovnz	$in_ptr, $acc1
    +	mov	$acc0, 8*0($r_ptr)
    +	cmovnz	%rax, $acc2
    +	mov	$acc1, 8*1($r_ptr)
    +	cmovz	%rdx, $acc3
    +	mov	$acc2, 8*2($r_ptr)
    +	mov	$acc3, 8*3($r_ptr)
    +
    +	pop	%r13
    +	pop	%r12
    +	ret
    +.size	ecp_nistz256_from_mont,.-ecp_nistz256_from_mont
    +___
    +}
    +{
    +my ($val,$in_t,$index)=$win64?("%rcx","%rdx","%r8d"):("%rdi","%rsi","%edx");
    +my ($ONE,$INDEX,$Ra,$Rb,$Rc,$Rd,$Re,$Rf)=map("%xmm$_",(0..7));
    +my ($M0,$T0a,$T0b,$T0c,$T0d,$T0e,$T0f,$TMP0)=map("%xmm$_",(8..15));
    +my ($M1,$T2a,$T2b,$TMP2,$M2,$T2a,$T2b,$TMP2)=map("%xmm$_",(8..15));
    +
    +$code.=<<___;
    +################################################################################
    +# void ecp_nistz256_select_w5(uint64_t *val, uint64_t *in_t, int index);
    +.globl	ecp_nistz256_select_w5
    +.type	ecp_nistz256_select_w5,\@abi-omnipotent
    +.align	32
    +ecp_nistz256_select_w5:
    +___
    +$code.=<<___	if ($avx>1);
    +	mov	OPENSSL_ia32cap_P+8(%rip), %eax
    +	test	\$`1<<5`, %eax
    +	jnz	.Lavx2_select_w5
    +___
    +$code.=<<___	if ($win64);
    +	lea	-0x88(%rsp), %rax
    +.LSEH_begin_ecp_nistz256_select_w5:
    +	.byte	0x48,0x8d,0x60,0xe0		#lea	-0x20(%rax), %rsp
    +	.byte	0x0f,0x29,0x70,0xe0		#movaps	%xmm6, -0x20(%rax)
    +	.byte	0x0f,0x29,0x78,0xf0		#movaps	%xmm7, -0x10(%rax)
    +	.byte	0x44,0x0f,0x29,0x00		#movaps	%xmm8, 0(%rax)
    +	.byte	0x44,0x0f,0x29,0x48,0x10	#movaps	%xmm9, 0x10(%rax)
    +	.byte	0x44,0x0f,0x29,0x50,0x20	#movaps	%xmm10, 0x20(%rax)
    +	.byte	0x44,0x0f,0x29,0x58,0x30	#movaps	%xmm11, 0x30(%rax)
    +	.byte	0x44,0x0f,0x29,0x60,0x40	#movaps	%xmm12, 0x40(%rax)
    +	.byte	0x44,0x0f,0x29,0x68,0x50	#movaps	%xmm13, 0x50(%rax)
    +	.byte	0x44,0x0f,0x29,0x70,0x60	#movaps	%xmm14, 0x60(%rax)
    +	.byte	0x44,0x0f,0x29,0x78,0x70	#movaps	%xmm15, 0x70(%rax)
    +___
    +$code.=<<___;
    +	movdqa	.LOne(%rip), $ONE
    +	movd	$index, $INDEX
    +
    +	pxor	$Ra, $Ra
    +	pxor	$Rb, $Rb
    +	pxor	$Rc, $Rc
    +	pxor	$Rd, $Rd
    +	pxor	$Re, $Re
    +	pxor	$Rf, $Rf
    +
    +	movdqa	$ONE, $M0
    +	pshufd	\$0, $INDEX, $INDEX
    +
    +	mov	\$16, %rax
    +.Lselect_loop_sse_w5:
    +
    +	movdqa	$M0, $TMP0
    +	paddd	$ONE, $M0
    +	pcmpeqd $INDEX, $TMP0
    +
    +	movdqa	16*0($in_t), $T0a
    +	movdqa	16*1($in_t), $T0b
    +	movdqa	16*2($in_t), $T0c
    +	movdqa	16*3($in_t), $T0d
    +	movdqa	16*4($in_t), $T0e
    +	movdqa	16*5($in_t), $T0f
    +	lea 16*6($in_t), $in_t
    +
    +	pand	$TMP0, $T0a
    +	pand	$TMP0, $T0b
    +	por	$T0a, $Ra
    +	pand	$TMP0, $T0c
    +	por	$T0b, $Rb
    +	pand	$TMP0, $T0d
    +	por	$T0c, $Rc
    +	pand	$TMP0, $T0e
    +	por	$T0d, $Rd
    +	pand	$TMP0, $T0f
    +	por	$T0e, $Re
    +	por	$T0f, $Rf
    +
    +	dec	%rax
    +	jnz	.Lselect_loop_sse_w5
    +
    +	movdqu	$Ra, 16*0($val)
    +	movdqu	$Rb, 16*1($val)
    +	movdqu	$Rc, 16*2($val)
    +	movdqu	$Rd, 16*3($val)
    +	movdqu	$Re, 16*4($val)
    +	movdqu	$Rf, 16*5($val)
    +___
    +$code.=<<___	if ($win64);
    +	movaps	(%rsp), %xmm6
    +	movaps	0x10(%rsp), %xmm7
    +	movaps	0x20(%rsp), %xmm8
    +	movaps	0x30(%rsp), %xmm9
    +	movaps	0x40(%rsp), %xmm10
    +	movaps	0x50(%rsp), %xmm11
    +	movaps	0x60(%rsp), %xmm12
    +	movaps	0x70(%rsp), %xmm13
    +	movaps	0x80(%rsp), %xmm14
    +	movaps	0x90(%rsp), %xmm15
    +	lea	0xa8(%rsp), %rsp
    +.LSEH_end_ecp_nistz256_select_w5:
    +___
    +$code.=<<___;
    +	ret
    +.size	ecp_nistz256_select_w5,.-ecp_nistz256_select_w5
    +
    +################################################################################
    +# void ecp_nistz256_select_w7(uint64_t *val, uint64_t *in_t, int index);
    +.globl	ecp_nistz256_select_w7
    +.type	ecp_nistz256_select_w7,\@abi-omnipotent
    +.align	32
    +ecp_nistz256_select_w7:
    +___
    +$code.=<<___	if ($avx>1);
    +	mov	OPENSSL_ia32cap_P+8(%rip), %eax
    +	test	\$`1<<5`, %eax
    +	jnz	.Lavx2_select_w7
    +___
    +$code.=<<___	if ($win64);
    +	lea	-0x88(%rsp), %rax
    +.LSEH_begin_ecp_nistz256_select_w7:
    +	.byte	0x48,0x8d,0x60,0xe0		#lea	-0x20(%rax), %rsp
    +	.byte	0x0f,0x29,0x70,0xe0		#movaps	%xmm6, -0x20(%rax)
    +	.byte	0x0f,0x29,0x78,0xf0		#movaps	%xmm7, -0x10(%rax)
    +	.byte	0x44,0x0f,0x29,0x00		#movaps	%xmm8, 0(%rax)
    +	.byte	0x44,0x0f,0x29,0x48,0x10	#movaps	%xmm9, 0x10(%rax)
    +	.byte	0x44,0x0f,0x29,0x50,0x20	#movaps	%xmm10, 0x20(%rax)
    +	.byte	0x44,0x0f,0x29,0x58,0x30	#movaps	%xmm11, 0x30(%rax)
    +	.byte	0x44,0x0f,0x29,0x60,0x40	#movaps	%xmm12, 0x40(%rax)
    +	.byte	0x44,0x0f,0x29,0x68,0x50	#movaps	%xmm13, 0x50(%rax)
    +	.byte	0x44,0x0f,0x29,0x70,0x60	#movaps	%xmm14, 0x60(%rax)
    +	.byte	0x44,0x0f,0x29,0x78,0x70	#movaps	%xmm15, 0x70(%rax)
    +___
    +$code.=<<___;
    +	movdqa	.LOne(%rip), $M0
    +	movd	$index, $INDEX
    +
    +	pxor	$Ra, $Ra
    +	pxor	$Rb, $Rb
    +	pxor	$Rc, $Rc
    +	pxor	$Rd, $Rd
    +
    +	movdqa	$M0, $ONE
    +	pshufd	\$0, $INDEX, $INDEX
    +	mov	\$64, %rax
    +
    +.Lselect_loop_sse_w7:
    +	movdqa	$M0, $TMP0
    +	paddd	$ONE, $M0
    +	movdqa	16*0($in_t), $T0a
    +	movdqa	16*1($in_t), $T0b
    +	pcmpeqd	$INDEX, $TMP0
    +	movdqa	16*2($in_t), $T0c
    +	movdqa	16*3($in_t), $T0d
    +	lea	16*4($in_t), $in_t
    +
    +	pand	$TMP0, $T0a
    +	pand	$TMP0, $T0b
    +	por	$T0a, $Ra
    +	pand	$TMP0, $T0c
    +	por	$T0b, $Rb
    +	pand	$TMP0, $T0d
    +	por	$T0c, $Rc
    +	prefetcht0	255($in_t)
    +	por	$T0d, $Rd
    +
    +	dec	%rax
    +	jnz	.Lselect_loop_sse_w7
    +
    +	movdqu	$Ra, 16*0($val)
    +	movdqu	$Rb, 16*1($val)
    +	movdqu	$Rc, 16*2($val)
    +	movdqu	$Rd, 16*3($val)
    +___
    +$code.=<<___	if ($win64);
    +	movaps	(%rsp), %xmm6
    +	movaps	0x10(%rsp), %xmm7
    +	movaps	0x20(%rsp), %xmm8
    +	movaps	0x30(%rsp), %xmm9
    +	movaps	0x40(%rsp), %xmm10
    +	movaps	0x50(%rsp), %xmm11
    +	movaps	0x60(%rsp), %xmm12
    +	movaps	0x70(%rsp), %xmm13
    +	movaps	0x80(%rsp), %xmm14
    +	movaps	0x90(%rsp), %xmm15
    +	lea	0xa8(%rsp), %rsp
    +.LSEH_end_ecp_nistz256_select_w7:
    +___
    +$code.=<<___;
    +	ret
    +.size	ecp_nistz256_select_w7,.-ecp_nistz256_select_w7
    +___
    +}
    +if ($avx>1) {
    +my ($val,$in_t,$index)=$win64?("%rcx","%rdx","%r8d"):("%rdi","%rsi","%edx");
    +my ($TWO,$INDEX,$Ra,$Rb,$Rc)=map("%ymm$_",(0..4));
    +my ($M0,$T0a,$T0b,$T0c,$TMP0)=map("%ymm$_",(5..9));
    +my ($M1,$T1a,$T1b,$T1c,$TMP1)=map("%ymm$_",(10..14));
    +
    +$code.=<<___;
    +################################################################################
    +# void ecp_nistz256_avx2_select_w5(uint64_t *val, uint64_t *in_t, int index);
    +.type	ecp_nistz256_avx2_select_w5,\@abi-omnipotent
    +.align	32
    +ecp_nistz256_avx2_select_w5:
    +.Lavx2_select_w5:
    +	vzeroupper
    +___
    +$code.=<<___	if ($win64);
    +	lea	-0x88(%rsp), %rax
    +.LSEH_begin_ecp_nistz256_avx2_select_w5:
    +	.byte	0x48,0x8d,0x60,0xe0		#lea	-0x20(%rax), %rsp
    +	.byte	0xc5,0xf8,0x29,0x70,0xe0	#vmovaps %xmm6, -0x20(%rax)
    +	.byte	0xc5,0xf8,0x29,0x78,0xf0	#vmovaps %xmm7, -0x10(%rax)
    +	.byte	0xc5,0x78,0x29,0x40,0x00	#vmovaps %xmm8, 8(%rax)
    +	.byte	0xc5,0x78,0x29,0x48,0x10	#vmovaps %xmm9, 0x10(%rax)
    +	.byte	0xc5,0x78,0x29,0x50,0x20	#vmovaps %xmm10, 0x20(%rax)
    +	.byte	0xc5,0x78,0x29,0x58,0x30	#vmovaps %xmm11, 0x30(%rax)
    +	.byte	0xc5,0x78,0x29,0x60,0x40	#vmovaps %xmm12, 0x40(%rax)
    +	.byte	0xc5,0x78,0x29,0x68,0x50	#vmovaps %xmm13, 0x50(%rax)
    +	.byte	0xc5,0x78,0x29,0x70,0x60	#vmovaps %xmm14, 0x60(%rax)
    +	.byte	0xc5,0x78,0x29,0x78,0x70	#vmovaps %xmm15, 0x70(%rax)
    +___
    +$code.=<<___;
    +	vmovdqa	.LTwo(%rip), $TWO
    +
    +	vpxor	$Ra, $Ra, $Ra
    +	vpxor	$Rb, $Rb, $Rb
    +	vpxor	$Rc, $Rc, $Rc
    +
    +	vmovdqa .LOne(%rip), $M0
    +	vmovdqa .LTwo(%rip), $M1
    +
    +	vmovd	$index, %xmm1
    +	vpermd	$INDEX, $Ra, $INDEX
    +
    +	mov	\$8, %rax
    +.Lselect_loop_avx2_w5:
    +
    +	vmovdqa	32*0($in_t), $T0a
    +	vmovdqa	32*1($in_t), $T0b
    +	vmovdqa	32*2($in_t), $T0c
    +
    +	vmovdqa	32*3($in_t), $T1a
    +	vmovdqa	32*4($in_t), $T1b
    +	vmovdqa	32*5($in_t), $T1c
    +
    +	vpcmpeqd	$INDEX, $M0, $TMP0
    +	vpcmpeqd	$INDEX, $M1, $TMP1
    +
    +	vpaddd	$TWO, $M0, $M0
    +	vpaddd	$TWO, $M1, $M1
    +	lea	32*6($in_t), $in_t
    +
    +	vpand	$TMP0, $T0a, $T0a
    +	vpand	$TMP0, $T0b, $T0b
    +	vpand	$TMP0, $T0c, $T0c
    +	vpand	$TMP1, $T1a, $T1a
    +	vpand	$TMP1, $T1b, $T1b
    +	vpand	$TMP1, $T1c, $T1c
    +
    +	vpxor	$T0a, $Ra, $Ra
    +	vpxor	$T0b, $Rb, $Rb
    +	vpxor	$T0c, $Rc, $Rc
    +	vpxor	$T1a, $Ra, $Ra
    +	vpxor	$T1b, $Rb, $Rb
    +	vpxor	$T1c, $Rc, $Rc
    +
    +	dec %rax
    +	jnz .Lselect_loop_avx2_w5
    +
    +	vmovdqu $Ra, 32*0($val)
    +	vmovdqu $Rb, 32*1($val)
    +	vmovdqu $Rc, 32*2($val)
    +	vzeroupper
    +___
    +$code.=<<___	if ($win64);
    +	movaps	(%rsp), %xmm6
    +	movaps	0x10(%rsp), %xmm7
    +	movaps	0x20(%rsp), %xmm8
    +	movaps	0x30(%rsp), %xmm9
    +	movaps	0x40(%rsp), %xmm10
    +	movaps	0x50(%rsp), %xmm11
    +	movaps	0x60(%rsp), %xmm12
    +	movaps	0x70(%rsp), %xmm13
    +	movaps	0x80(%rsp), %xmm14
    +	movaps	0x90(%rsp), %xmm15
    +	lea	0xa8(%rsp), %rsp
    +.LSEH_end_ecp_nistz256_avx2_select_w5:
    +___
    +$code.=<<___;
    +	ret
    +.size	ecp_nistz256_avx2_select_w5,.-ecp_nistz256_avx2_select_w5
    +___
    +}
    +if ($avx>1) {
    +my ($val,$in_t,$index)=$win64?("%rcx","%rdx","%r8d"):("%rdi","%rsi","%edx");
    +my ($THREE,$INDEX,$Ra,$Rb)=map("%ymm$_",(0..3));
    +my ($M0,$T0a,$T0b,$TMP0)=map("%ymm$_",(4..7));
    +my ($M1,$T1a,$T1b,$TMP1)=map("%ymm$_",(8..11));
    +my ($M2,$T2a,$T2b,$TMP2)=map("%ymm$_",(12..15));
    +
    +$code.=<<___;
    +
    +################################################################################
    +# void ecp_nistz256_avx2_select_w7(uint64_t *val, uint64_t *in_t, int index);
    +.globl	ecp_nistz256_avx2_select_w7
    +.type	ecp_nistz256_avx2_select_w7,\@abi-omnipotent
    +.align	32
    +ecp_nistz256_avx2_select_w7:
    +.Lavx2_select_w7:
    +	vzeroupper
    +___
    +$code.=<<___	if ($win64);
    +	lea	-0x88(%rsp), %rax
    +.LSEH_begin_ecp_nistz256_avx2_select_w7:
    +	.byte	0x48,0x8d,0x60,0xe0		#lea	-0x20(%rax), %rsp
    +	.byte	0xc5,0xf8,0x29,0x70,0xe0	#vmovaps %xmm6, -0x20(%rax)
    +	.byte	0xc5,0xf8,0x29,0x78,0xf0	#vmovaps %xmm7, -0x10(%rax)
    +	.byte	0xc5,0x78,0x29,0x40,0x00	#vmovaps %xmm8, 8(%rax)
    +	.byte	0xc5,0x78,0x29,0x48,0x10	#vmovaps %xmm9, 0x10(%rax)
    +	.byte	0xc5,0x78,0x29,0x50,0x20	#vmovaps %xmm10, 0x20(%rax)
    +	.byte	0xc5,0x78,0x29,0x58,0x30	#vmovaps %xmm11, 0x30(%rax)
    +	.byte	0xc5,0x78,0x29,0x60,0x40	#vmovaps %xmm12, 0x40(%rax)
    +	.byte	0xc5,0x78,0x29,0x68,0x50	#vmovaps %xmm13, 0x50(%rax)
    +	.byte	0xc5,0x78,0x29,0x70,0x60	#vmovaps %xmm14, 0x60(%rax)
    +	.byte	0xc5,0x78,0x29,0x78,0x70	#vmovaps %xmm15, 0x70(%rax)
    +___
    +$code.=<<___;
    +	vmovdqa	.LThree(%rip), $THREE
    +
    +	vpxor	$Ra, $Ra, $Ra
    +	vpxor	$Rb, $Rb, $Rb
    +
    +	vmovdqa .LOne(%rip), $M0
    +	vmovdqa .LTwo(%rip), $M1
    +	vmovdqa .LThree(%rip), $M2
    +
    +	vmovd	$index, %xmm1
    +	vpermd	$INDEX, $Ra, $INDEX
    +	# Skip index = 0, because it is implicitly the point at infinity
    +
    +	mov	\$21, %rax
    +.Lselect_loop_avx2_w7:
    +
    +	vmovdqa	32*0($in_t), $T0a
    +	vmovdqa	32*1($in_t), $T0b
    +
    +	vmovdqa	32*2($in_t), $T1a
    +	vmovdqa	32*3($in_t), $T1b
    +
    +	vmovdqa	32*4($in_t), $T2a
    +	vmovdqa	32*5($in_t), $T2b
    +
    +	vpcmpeqd	$INDEX, $M0, $TMP0
    +	vpcmpeqd	$INDEX, $M1, $TMP1
    +	vpcmpeqd	$INDEX, $M2, $TMP2
    +
    +	vpaddd	$THREE, $M0, $M0
    +	vpaddd	$THREE, $M1, $M1
    +	vpaddd	$THREE, $M2, $M2
    +	lea	32*6($in_t), $in_t
    +
    +	vpand	$TMP0, $T0a, $T0a
    +	vpand	$TMP0, $T0b, $T0b
    +	vpand	$TMP1, $T1a, $T1a
    +	vpand	$TMP1, $T1b, $T1b
    +	vpand	$TMP2, $T2a, $T2a
    +	vpand	$TMP2, $T2b, $T2b
    +
    +	vpxor	$T0a, $Ra, $Ra
    +	vpxor	$T0b, $Rb, $Rb
    +	vpxor	$T1a, $Ra, $Ra
    +	vpxor	$T1b, $Rb, $Rb
    +	vpxor	$T2a, $Ra, $Ra
    +	vpxor	$T2b, $Rb, $Rb
    +
    +	dec %rax
    +	jnz .Lselect_loop_avx2_w7
    +
    +
    +	vmovdqa	32*0($in_t), $T0a
    +	vmovdqa	32*1($in_t), $T0b
    +
    +	vpcmpeqd	$INDEX, $M0, $TMP0
    +
    +	vpand	$TMP0, $T0a, $T0a
    +	vpand	$TMP0, $T0b, $T0b
    +
    +	vpxor	$T0a, $Ra, $Ra
    +	vpxor	$T0b, $Rb, $Rb
    +
    +	vmovdqu $Ra, 32*0($val)
    +	vmovdqu $Rb, 32*1($val)
    +	vzeroupper
    +___
    +$code.=<<___	if ($win64);
    +	movaps	(%rsp), %xmm6
    +	movaps	0x10(%rsp), %xmm7
    +	movaps	0x20(%rsp), %xmm8
    +	movaps	0x30(%rsp), %xmm9
    +	movaps	0x40(%rsp), %xmm10
    +	movaps	0x50(%rsp), %xmm11
    +	movaps	0x60(%rsp), %xmm12
    +	movaps	0x70(%rsp), %xmm13
    +	movaps	0x80(%rsp), %xmm14
    +	movaps	0x90(%rsp), %xmm15
    +	lea	0xa8(%rsp), %rsp
    +.LSEH_end_ecp_nistz256_avx2_select_w7:
    +___
    +$code.=<<___;
    +	ret
    +.size	ecp_nistz256_avx2_select_w7,.-ecp_nistz256_avx2_select_w7
    +___
    +} else {
    +$code.=<<___;
    +.globl	ecp_nistz256_avx2_select_w7
    +.type	ecp_nistz256_avx2_select_w7,\@function,3
    +.align	32
    +ecp_nistz256_avx2_select_w7:
    +	.byte	0x0f,0x0b	# ud2
    +	ret
    +.size	ecp_nistz256_avx2_select_w7,.-ecp_nistz256_avx2_select_w7
    +___
    +}
    +{{{
    +########################################################################
    +# This block implements higher level point_double, point_add and
    +# point_add_affine. The key to performance in this case is to allow
    +# out-of-order execution logic to overlap computations from next step
    +# with tail processing from current step. By using tailored calling
    +# sequence we minimize inter-step overhead to give processor better
    +# shot at overlapping operations...
    +#
    +# You will notice that input data is copied to stack. Trouble is that
    +# there are no registers to spare for holding original pointers and
    +# reloading them, pointers, would create undesired dependencies on
    +# effective addresses calculation paths. In other words it's too done
    +# to favour out-of-order execution logic.
    +#						
    +
    +my ($r_ptr,$a_ptr,$b_org,$b_ptr)=("%rdi","%rsi","%rdx","%rbx");
    +my ($acc0,$acc1,$acc2,$acc3,$acc4,$acc5,$acc6,$acc7)=map("%r$_",(8..15));
    +my ($t0,$t1,$t2,$t3,$t4)=("%rax","%rbp","%rcx",$acc4,$acc4);
    +my ($poly1,$poly3)=($acc6,$acc7);
    +
    +sub load_for_mul () {
    +my ($a,$b,$src0) = @_;
    +my $bias = $src0 eq "%rax" ? 0 : -128;
    +
    +"	mov	$b, $src0
    +	lea	$b, $b_ptr
    +	mov	8*0+$a, $acc1
    +	mov	8*1+$a, $acc2
    +	lea	$bias+$a, $a_ptr
    +	mov	8*2+$a, $acc3
    +	mov	8*3+$a, $acc4"
    +}
    +
    +sub load_for_sqr () {
    +my ($a,$src0) = @_;
    +my $bias = $src0 eq "%rax" ? 0 : -128;
    +
    +"	mov	8*0+$a, $src0
    +	mov	8*1+$a, $acc6
    +	lea	$bias+$a, $a_ptr
    +	mov	8*2+$a, $acc7
    +	mov	8*3+$a, $acc0"
    +}
    +
    +									{
    +########################################################################
    +# operate in 4-5-0-1 "name space" that matches multiplication output
    +#
    +my ($a0,$a1,$a2,$a3,$t3,$t4)=($acc4,$acc5,$acc0,$acc1,$acc2,$acc3);
    +
    +$code.=<<___;
    +.type	__ecp_nistz256_add_toq,\@abi-omnipotent
    +.align	32
    +__ecp_nistz256_add_toq:
    +	add	8*0($b_ptr), $a0
    +	adc	8*1($b_ptr), $a1
    +	 mov	$a0, $t0
    +	adc	8*2($b_ptr), $a2
    +	adc	8*3($b_ptr), $a3
    +	 mov	$a1, $t1
    +	sbb	$t4, $t4
    +
    +	sub	\$-1, $a0
    +	 mov	$a2, $t2
    +	sbb	$poly1, $a1
    +	sbb	\$0, $a2
    +	 mov	$a3, $t3
    +	sbb	$poly3, $a3
    +	test	$t4, $t4
    +
    +	cmovz	$t0, $a0
    +	cmovz	$t1, $a1
    +	mov	$a0, 8*0($r_ptr)
    +	cmovz	$t2, $a2
    +	mov	$a1, 8*1($r_ptr)
    +	cmovz	$t3, $a3
    +	mov	$a2, 8*2($r_ptr)
    +	mov	$a3, 8*3($r_ptr)
    +
    +	ret
    +.size	__ecp_nistz256_add_toq,.-__ecp_nistz256_add_toq
    +
    +.type	__ecp_nistz256_sub_fromq,\@abi-omnipotent
    +.align	32
    +__ecp_nistz256_sub_fromq:
    +	sub	8*0($b_ptr), $a0
    +	sbb	8*1($b_ptr), $a1
    +	 mov	$a0, $t0
    +	sbb	8*2($b_ptr), $a2
    +	sbb	8*3($b_ptr), $a3
    +	 mov	$a1, $t1
    +	sbb	$t4, $t4
    +
    +	add	\$-1, $a0
    +	 mov	$a2, $t2
    +	adc	$poly1, $a1
    +	adc	\$0, $a2
    +	 mov	$a3, $t3
    +	adc	$poly3, $a3
    +	test	$t4, $t4
    +
    +	cmovz	$t0, $a0
    +	cmovz	$t1, $a1
    +	mov	$a0, 8*0($r_ptr)
    +	cmovz	$t2, $a2
    +	mov	$a1, 8*1($r_ptr)
    +	cmovz	$t3, $a3
    +	mov	$a2, 8*2($r_ptr)
    +	mov	$a3, 8*3($r_ptr)
    +
    +	ret
    +.size	__ecp_nistz256_sub_fromq,.-__ecp_nistz256_sub_fromq
    +
    +.type	__ecp_nistz256_subq,\@abi-omnipotent
    +.align	32
    +__ecp_nistz256_subq:
    +	sub	$a0, $t0
    +	sbb	$a1, $t1
    +	 mov	$t0, $a0
    +	sbb	$a2, $t2
    +	sbb	$a3, $t3
    +	 mov	$t1, $a1
    +	sbb	$t4, $t4
    +
    +	add	\$-1, $t0
    +	 mov	$t2, $a2
    +	adc	$poly1, $t1
    +	adc	\$0, $t2
    +	 mov	$t3, $a3
    +	adc	$poly3, $t3
    +	test	$t4, $t4
    +
    +	cmovnz	$t0, $a0
    +	cmovnz	$t1, $a1
    +	cmovnz	$t2, $a2
    +	cmovnz	$t3, $a3
    +
    +	ret
    +.size	__ecp_nistz256_subq,.-__ecp_nistz256_subq
    +
    +.type	__ecp_nistz256_mul_by_2q,\@abi-omnipotent
    +.align	32
    +__ecp_nistz256_mul_by_2q:
    +	add	$a0, $a0		# a0:a3+a0:a3
    +	adc	$a1, $a1
    +	 mov	$a0, $t0
    +	adc	$a2, $a2
    +	adc	$a3, $a3
    +	 mov	$a1, $t1
    +	sbb	$t4, $t4
    +
    +	sub	\$-1, $a0
    +	 mov	$a2, $t2
    +	sbb	$poly1, $a1
    +	sbb	\$0, $a2
    +	 mov	$a3, $t3
    +	sbb	$poly3, $a3
    +	test	$t4, $t4
    +
    +	cmovz	$t0, $a0
    +	cmovz	$t1, $a1
    +	mov	$a0, 8*0($r_ptr)
    +	cmovz	$t2, $a2
    +	mov	$a1, 8*1($r_ptr)
    +	cmovz	$t3, $a3
    +	mov	$a2, 8*2($r_ptr)
    +	mov	$a3, 8*3($r_ptr)
    +
    +	ret
    +.size	__ecp_nistz256_mul_by_2q,.-__ecp_nistz256_mul_by_2q
    +___
    +									}
    +sub gen_double () {
    +    my $x = shift;
    +    my ($src0,$sfx,$bias);
    +    my ($S,$M,$Zsqr,$in_x,$tmp0)=map(32*$_,(0..4));
    +
    +    if ($x ne "x") {
    +	$src0 = "%rax";
    +	$sfx  = "";
    +	$bias = 0;
    +
    +$code.=<<___;
    +.globl	ecp_nistz256_point_double
    +.type	ecp_nistz256_point_double,\@function,2
    +.align	32
    +ecp_nistz256_point_double:
    +___
    +$code.=<<___	if ($addx);
    +	mov	\$0x80100, %ecx
    +	and	OPENSSL_ia32cap_P+8(%rip), %ecx
    +	cmp	\$0x80100, %ecx
    +	je	.Lpoint_doublex
    +___
    +    } else {
    +	$src0 = "%rdx";
    +	$sfx  = "x";
    +	$bias = 128;
    +
    +$code.=<<___;
    +.type	ecp_nistz256_point_doublex,\@function,2
    +.align	32
    +ecp_nistz256_point_doublex:
    +.Lpoint_doublex:
    +___
    +    }
    +$code.=<<___;
    +	push	%rbp
    +	push	%rbx
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +	sub	\$32*5+8, %rsp
    +
    +	movdqu	0x00($a_ptr), %xmm0		# copy	*(P256_POINT *)$a_ptr.x
    +	mov	$a_ptr, $b_ptr			# backup copy
    +	movdqu	0x10($a_ptr), %xmm1
    +	 mov	0x20+8*0($a_ptr), $acc4		# load in_y in "5-4-0-1" order
    +	 mov	0x20+8*1($a_ptr), $acc5
    +	 mov	0x20+8*2($a_ptr), $acc0
    +	 mov	0x20+8*3($a_ptr), $acc1
    +	 mov	.Lpoly+8*1(%rip), $poly1
    +	 mov	.Lpoly+8*3(%rip), $poly3
    +	movdqa	%xmm0, $in_x(%rsp)
    +	movdqa	%xmm1, $in_x+0x10(%rsp)
    +	lea	0x20($r_ptr), $acc2
    +	lea	0x40($r_ptr), $acc3
    +	movq	$r_ptr, %xmm0
    +	movq	$acc2, %xmm1
    +	movq	$acc3, %xmm2
    +
    +	lea	$S(%rsp), $r_ptr
    +	call	__ecp_nistz256_mul_by_2$x	# p256_mul_by_2(S, in_y);
    +
    +	mov	0x40+8*0($a_ptr), $src0
    +	mov	0x40+8*1($a_ptr), $acc6
    +	mov	0x40+8*2($a_ptr), $acc7
    +	mov	0x40+8*3($a_ptr), $acc0
    +	lea	0x40-$bias($a_ptr), $a_ptr
    +	lea	$Zsqr(%rsp), $r_ptr
    +	call	__ecp_nistz256_sqr_mont$x	# p256_sqr_mont(Zsqr, in_z);
    +
    +	`&load_for_sqr("$S(%rsp)", "$src0")`
    +	lea	$S(%rsp), $r_ptr
    +	call	__ecp_nistz256_sqr_mont$x	# p256_sqr_mont(S, S);
    +
    +	mov	0x20($b_ptr), $src0		# $b_ptr is still valid
    +	mov	0x40+8*0($b_ptr), $acc1
    +	mov	0x40+8*1($b_ptr), $acc2
    +	mov	0x40+8*2($b_ptr), $acc3
    +	mov	0x40+8*3($b_ptr), $acc4
    +	lea	0x40-$bias($b_ptr), $a_ptr
    +	lea	0x20($b_ptr), $b_ptr
    +	movq	%xmm2, $r_ptr
    +	call	__ecp_nistz256_mul_mont$x	# p256_mul_mont(res_z, in_z, in_y);
    +	call	__ecp_nistz256_mul_by_2$x	# p256_mul_by_2(res_z, res_z);
    +
    +	mov	$in_x+8*0(%rsp), $acc4		# "5-4-0-1" order
    +	mov	$in_x+8*1(%rsp), $acc5
    +	lea	$Zsqr(%rsp), $b_ptr
    +	mov	$in_x+8*2(%rsp), $acc0
    +	mov	$in_x+8*3(%rsp), $acc1
    +	lea	$M(%rsp), $r_ptr
    +	call	__ecp_nistz256_add_to$x		# p256_add(M, in_x, Zsqr);
    +
    +	mov	$in_x+8*0(%rsp), $acc4		# "5-4-0-1" order
    +	mov	$in_x+8*1(%rsp), $acc5
    +	lea	$Zsqr(%rsp), $b_ptr
    +	mov	$in_x+8*2(%rsp), $acc0
    +	mov	$in_x+8*3(%rsp), $acc1
    +	lea	$Zsqr(%rsp), $r_ptr
    +	call	__ecp_nistz256_sub_from$x	# p256_sub(Zsqr, in_x, Zsqr);
    +
    +	`&load_for_sqr("$S(%rsp)", "$src0")`
    +	movq	%xmm1, $r_ptr
    +	call	__ecp_nistz256_sqr_mont$x	# p256_sqr_mont(res_y, S);
    +___
    +{	
    +######## ecp_nistz256_div_by_2(res_y, res_y); ##########################
    +# operate in 4-5-6-7 "name space" that matches squaring output
    +#
    +my ($poly1,$poly3)=($a_ptr,$t1);
    +my ($a0,$a1,$a2,$a3,$t3,$t4,$t1)=($acc4,$acc5,$acc6,$acc7,$acc0,$acc1,$acc2);
    +
    +$code.=<<___;
    +	xor	$t4, $t4
    +	mov	$a0, $t0
    +	add	\$-1, $a0
    +	mov	$a1, $t1
    +	adc	$poly1, $a1
    +	mov	$a2, $t2
    +	adc	\$0, $a2
    +	mov	$a3, $t3
    +	adc	$poly3, $a3
    +	adc	\$0, $t4
    +	xor	$a_ptr, $a_ptr		# borrow $a_ptr
    +	test	\$1, $t0
    +
    +	cmovz	$t0, $a0
    +	cmovz	$t1, $a1
    +	cmovz	$t2, $a2
    +	cmovz	$t3, $a3
    +	cmovz	$a_ptr, $t4
    +
    +	mov	$a1, $t0		# a0:a3>>1
    +	shr	\$1, $a0
    +	shl	\$63, $t0
    +	mov	$a2, $t1
    +	shr	\$1, $a1
    +	or	$t0, $a0
    +	shl	\$63, $t1
    +	mov	$a3, $t2
    +	shr	\$1, $a2
    +	or	$t1, $a1
    +	shl	\$63, $t2
    +	mov	$a0, 8*0($r_ptr)
    +	shr	\$1, $a3
    +	mov	$a1, 8*1($r_ptr)
    +	shl	\$63, $t4
    +	or	$t2, $a2
    +	or	$t4, $a3
    +	mov	$a2, 8*2($r_ptr)
    +	mov	$a3, 8*3($r_ptr)
    +___
    +}
    +$code.=<<___;
    +	`&load_for_mul("$M(%rsp)", "$Zsqr(%rsp)", "$src0")`
    +	lea	$M(%rsp), $r_ptr
    +	call	__ecp_nistz256_mul_mont$x	# p256_mul_mont(M, M, Zsqr);
    +
    +	lea	$tmp0(%rsp), $r_ptr
    +	call	__ecp_nistz256_mul_by_2$x
    +
    +	lea	$M(%rsp), $b_ptr
    +	lea	$M(%rsp), $r_ptr
    +	call	__ecp_nistz256_add_to$x		# p256_mul_by_3(M, M);
    +
    +	`&load_for_mul("$S(%rsp)", "$in_x(%rsp)", "$src0")`
    +	lea	$S(%rsp), $r_ptr
    +	call	__ecp_nistz256_mul_mont$x	# p256_mul_mont(S, S, in_x);
    +
    +	lea	$tmp0(%rsp), $r_ptr
    +	call	__ecp_nistz256_mul_by_2$x	# p256_mul_by_2(tmp0, S);
    +
    +	`&load_for_sqr("$M(%rsp)", "$src0")`
    +	movq	%xmm0, $r_ptr
    +	call	__ecp_nistz256_sqr_mont$x	# p256_sqr_mont(res_x, M);
    +
    +	lea	$tmp0(%rsp), $b_ptr
    +	mov	$acc6, $acc0			# harmonize sqr output and sub input
    +	mov	$acc7, $acc1
    +	mov	$a_ptr, $poly1
    +	mov	$t1, $poly3
    +	call	__ecp_nistz256_sub_from$x	# p256_sub(res_x, res_x, tmp0);
    +
    +	mov	$S+8*0(%rsp), $t0
    +	mov	$S+8*1(%rsp), $t1
    +	mov	$S+8*2(%rsp), $t2
    +	mov	$S+8*3(%rsp), $acc2		# "4-5-0-1" order
    +	lea	$S(%rsp), $r_ptr
    +	call	__ecp_nistz256_sub$x		# p256_sub(S, S, res_x);
    +
    +	mov	$M(%rsp), $src0
    +	lea	$M(%rsp), $b_ptr
    +	mov	$acc4, $acc6			# harmonize sub output and mul input
    +	xor	%ecx, %ecx
    +	mov	$acc4, $S+8*0(%rsp)		# have to save:-(	
    +	mov	$acc5, $acc2
    +	mov	$acc5, $S+8*1(%rsp)
    +	cmovz	$acc0, $acc3
    +	mov	$acc0, $S+8*2(%rsp)
    +	lea	$S-$bias(%rsp), $a_ptr
    +	cmovz	$acc1, $acc4
    +	mov	$acc1, $S+8*3(%rsp)
    +	mov	$acc6, $acc1
    +	lea	$S(%rsp), $r_ptr
    +	call	__ecp_nistz256_mul_mont$x	# p256_mul_mont(S, S, M);
    +
    +	movq	%xmm1, $b_ptr
    +	movq	%xmm1, $r_ptr
    +	call	__ecp_nistz256_sub_from$x	# p256_sub(res_y, S, res_y);
    +
    +	add	\$32*5+8, %rsp
    +	pop	%r15
    +	pop	%r14
    +	pop	%r13
    +	pop	%r12
    +	pop	%rbx
    +	pop	%rbp
    +	ret
    +.size	ecp_nistz256_point_double$sfx,.-ecp_nistz256_point_double$sfx
    +___
    +}
    +&gen_double("q");
    +
    +sub gen_add () {
    +    my $x = shift;
    +    my ($src0,$sfx,$bias);
    +    my ($H,$Hsqr,$R,$Rsqr,$Hcub,
    +	$U1,$U2,$S1,$S2,
    +	$res_x,$res_y,$res_z,
    +	$in1_x,$in1_y,$in1_z,
    +	$in2_x,$in2_y,$in2_z)=map(32*$_,(0..17));
    +    my ($Z1sqr, $Z2sqr) = ($Hsqr, $Rsqr);
    +
    +    if ($x ne "x") {
    +	$src0 = "%rax";
    +	$sfx  = "";
    +	$bias = 0;
    +
    +$code.=<<___;
    +.globl	ecp_nistz256_point_add
    +.type	ecp_nistz256_point_add,\@function,3
    +.align	32
    +ecp_nistz256_point_add:
    +___
    +$code.=<<___	if ($addx);
    +	mov	\$0x80100, %ecx
    +	and	OPENSSL_ia32cap_P+8(%rip), %ecx
    +	cmp	\$0x80100, %ecx
    +	je	.Lpoint_addx
    +___
    +    } else {
    +	$src0 = "%rdx";
    +	$sfx  = "x";
    +	$bias = 128;
    +
    +$code.=<<___;
    +.type	ecp_nistz256_point_addx,\@function,3
    +.align	32
    +ecp_nistz256_point_addx:
    +.Lpoint_addx:
    +___
    +    }
    +$code.=<<___;
    +	push	%rbp
    +	push	%rbx
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +	sub	\$32*18+8, %rsp
    +
    +	movdqu	0x00($a_ptr), %xmm0		# copy	*(P256_POINT *)$a_ptr
    +	movdqu	0x10($a_ptr), %xmm1
    +	movdqu	0x20($a_ptr), %xmm2
    +	movdqu	0x30($a_ptr), %xmm3
    +	movdqu	0x40($a_ptr), %xmm4
    +	movdqu	0x50($a_ptr), %xmm5
    +	mov	$a_ptr, $b_ptr			# reassign
    +	mov	$b_org, $a_ptr			# reassign
    +	movdqa	%xmm0, $in1_x(%rsp)
    +	movdqa	%xmm1, $in1_x+0x10(%rsp)
    +	por	%xmm0, %xmm1
    +	movdqa	%xmm2, $in1_y(%rsp)
    +	movdqa	%xmm3, $in1_y+0x10(%rsp)
    +	por	%xmm2, %xmm3
    +	movdqa	%xmm4, $in1_z(%rsp)
    +	movdqa	%xmm5, $in1_z+0x10(%rsp)
    +	por	%xmm1, %xmm3
    +
    +	movdqu	0x00($a_ptr), %xmm0		# copy	*(P256_POINT *)$b_ptr
    +	 pshufd	\$0xb1, %xmm3, %xmm5
    +	movdqu	0x10($a_ptr), %xmm1
    +	movdqu	0x20($a_ptr), %xmm2
    +	 por	%xmm3, %xmm5
    +	movdqu	0x30($a_ptr), %xmm3
    +	 mov	0x40+8*0($a_ptr), $src0		# load original in2_z
    +	 mov	0x40+8*1($a_ptr), $acc6
    +	 mov	0x40+8*2($a_ptr), $acc7
    +	 mov	0x40+8*3($a_ptr), $acc0
    +	movdqa	%xmm0, $in2_x(%rsp)
    +	 pshufd	\$0x1e, %xmm5, %xmm4
    +	movdqa	%xmm1, $in2_x+0x10(%rsp)
    +	por	%xmm0, %xmm1
    +	 movq	$r_ptr, %xmm0			# save $r_ptr
    +	movdqa	%xmm2, $in2_y(%rsp)
    +	movdqa	%xmm3, $in2_y+0x10(%rsp)
    +	por	%xmm2, %xmm3
    +	 por	%xmm4, %xmm5
    +	 pxor	%xmm4, %xmm4
    +	por	%xmm1, %xmm3
    +
    +	lea	0x40-$bias($a_ptr), $a_ptr	# $a_ptr is still valid
    +	 mov	$src0, $in2_z+8*0(%rsp)		# make in2_z copy
    +	 mov	$acc6, $in2_z+8*1(%rsp)
    +	 mov	$acc7, $in2_z+8*2(%rsp)
    +	 mov	$acc0, $in2_z+8*3(%rsp)
    +	lea	$Z2sqr(%rsp), $r_ptr		# Z2^2
    +	call	__ecp_nistz256_sqr_mont$x	# p256_sqr_mont(Z2sqr, in2_z);
    +
    +	pcmpeqd	%xmm4, %xmm5
    +	pshufd	\$0xb1, %xmm3, %xmm4
    +	por	%xmm3, %xmm4
    +	pshufd	\$0, %xmm5, %xmm5		# in1infty
    +	pshufd	\$0x1e, %xmm4, %xmm3
    +	por	%xmm3, %xmm4
    +	pxor	%xmm3, %xmm3
    +	pcmpeqd	%xmm3, %xmm4
    +	pshufd	\$0, %xmm4, %xmm4		# in2infty
    +	 mov	0x40+8*0($b_ptr), $src0		# load original in1_z
    +	 mov	0x40+8*1($b_ptr), $acc6
    +	 mov	0x40+8*2($b_ptr), $acc7
    +	 mov	0x40+8*3($b_ptr), $acc0
    +
    +	lea	0x40-$bias($b_ptr), $a_ptr
    +	lea	$Z1sqr(%rsp), $r_ptr		# Z1^2
    +	call	__ecp_nistz256_sqr_mont$x	# p256_sqr_mont(Z1sqr, in1_z);
    +
    +	`&load_for_mul("$Z2sqr(%rsp)", "$in2_z(%rsp)", "$src0")`
    +	lea	$S1(%rsp), $r_ptr		# S1 = Z2^3
    +	call	__ecp_nistz256_mul_mont$x	# p256_mul_mont(S1, Z2sqr, in2_z);
    +
    +	`&load_for_mul("$Z1sqr(%rsp)", "$in1_z(%rsp)", "$src0")`
    +	lea	$S2(%rsp), $r_ptr		# S2 = Z1^3
    +	call	__ecp_nistz256_mul_mont$x	# p256_mul_mont(S2, Z1sqr, in1_z);
    +
    +	`&load_for_mul("$S1(%rsp)", "$in1_y(%rsp)", "$src0")`
    +	lea	$S1(%rsp), $r_ptr		# S1 = Y1*Z2^3
    +	call	__ecp_nistz256_mul_mont$x	# p256_mul_mont(S1, S1, in1_y);
    +
    +	`&load_for_mul("$S2(%rsp)", "$in2_y(%rsp)", "$src0")`
    +	lea	$S2(%rsp), $r_ptr		# S2 = Y2*Z1^3
    +	call	__ecp_nistz256_mul_mont$x	# p256_mul_mont(S2, S2, in2_y);
    +
    +	lea	$S1(%rsp), $b_ptr
    +	lea	$R(%rsp), $r_ptr		# R = S2 - S1
    +	call	__ecp_nistz256_sub_from$x	# p256_sub(R, S2, S1);
    +
    +	or	$acc5, $acc4			# see if result is zero
    +	movdqa	%xmm4, %xmm2
    +	or	$acc0, $acc4
    +	or	$acc1, $acc4
    +	por	%xmm5, %xmm2			# in1infty || in2infty
    +	movq	$acc4, %xmm3
    +
    +	`&load_for_mul("$Z2sqr(%rsp)", "$in1_x(%rsp)", "$src0")`
    +	lea	$U1(%rsp), $r_ptr		# U1 = X1*Z2^2
    +	call	__ecp_nistz256_mul_mont$x	# p256_mul_mont(U1, in1_x, Z2sqr);
    +
    +	`&load_for_mul("$Z1sqr(%rsp)", "$in2_x(%rsp)", "$src0")`
    +	lea	$U2(%rsp), $r_ptr		# U2 = X2*Z1^2
    +	call	__ecp_nistz256_mul_mont$x	# p256_mul_mont(U2, in2_x, Z1sqr);
    +
    +	lea	$U1(%rsp), $b_ptr
    +	lea	$H(%rsp), $r_ptr		# H = U2 - U1
    +	call	__ecp_nistz256_sub_from$x	# p256_sub(H, U2, U1);
    +
    +	or	$acc5, $acc4			# see if result is zero
    +	or	$acc0, $acc4
    +	or	$acc1, $acc4
    +
    +	.byte	0x3e				# predict taken
    +	jnz	.Ladd_proceed$x			# is_equal(U1,U2)?
    +	movq	%xmm2, $acc0
    +	movq	%xmm3, $acc1
    +	test	$acc0, $acc0
    +	jnz	.Ladd_proceed$x			# (in1infty || in2infty)?
    +	test	$acc1, $acc1
    +	jz	.Ladd_proceed$x			# is_equal(S1,S2)?
    +
    +	movq	%xmm0, $r_ptr			# restore $r_ptr
    +	pxor	%xmm0, %xmm0
    +	movdqu	%xmm0, 0x00($r_ptr)
    +	movdqu	%xmm0, 0x10($r_ptr)
    +	movdqu	%xmm0, 0x20($r_ptr)
    +	movdqu	%xmm0, 0x30($r_ptr)
    +	movdqu	%xmm0, 0x40($r_ptr)
    +	movdqu	%xmm0, 0x50($r_ptr)
    +	jmp	.Ladd_done$x
    +
    +.align	32
    +.Ladd_proceed$x:
    +	`&load_for_sqr("$R(%rsp)", "$src0")`
    +	lea	$Rsqr(%rsp), $r_ptr		# R^2
    +	call	__ecp_nistz256_sqr_mont$x	# p256_sqr_mont(Rsqr, R);
    +
    +	`&load_for_mul("$H(%rsp)", "$in1_z(%rsp)", "$src0")`
    +	lea	$res_z(%rsp), $r_ptr		# Z3 = H*Z1*Z2
    +	call	__ecp_nistz256_mul_mont$x	# p256_mul_mont(res_z, H, in1_z);
    +
    +	`&load_for_sqr("$H(%rsp)", "$src0")`
    +	lea	$Hsqr(%rsp), $r_ptr		# H^2
    +	call	__ecp_nistz256_sqr_mont$x	# p256_sqr_mont(Hsqr, H);
    +
    +	`&load_for_mul("$res_z(%rsp)", "$in2_z(%rsp)", "$src0")`
    +	lea	$res_z(%rsp), $r_ptr		# Z3 = H*Z1*Z2
    +	call	__ecp_nistz256_mul_mont$x	# p256_mul_mont(res_z, res_z, in2_z);
    +
    +	`&load_for_mul("$Hsqr(%rsp)", "$H(%rsp)", "$src0")`
    +	lea	$Hcub(%rsp), $r_ptr		# H^3
    +	call	__ecp_nistz256_mul_mont$x	# p256_mul_mont(Hcub, Hsqr, H);
    +
    +	`&load_for_mul("$Hsqr(%rsp)", "$U1(%rsp)", "$src0")`
    +	lea	$U2(%rsp), $r_ptr		# U1*H^2
    +	call	__ecp_nistz256_mul_mont$x	# p256_mul_mont(U2, U1, Hsqr);
    +___
    +{
    +#######################################################################
    +# operate in 4-5-0-1 "name space" that matches multiplication output
    +#
    +my ($acc0,$acc1,$acc2,$acc3,$t3,$t4)=($acc4,$acc5,$acc0,$acc1,$acc2,$acc3);
    +my ($poly1, $poly3)=($acc6,$acc7);
    +
    +$code.=<<___;
    +	#lea	$U2(%rsp), $a_ptr
    +	#lea	$Hsqr(%rsp), $r_ptr	# 2*U1*H^2
    +	#call	__ecp_nistz256_mul_by_2	# ecp_nistz256_mul_by_2(Hsqr, U2);
    +
    +	add	$acc0, $acc0		# a0:a3+a0:a3
    +	lea	$Rsqr(%rsp), $a_ptr
    +	adc	$acc1, $acc1
    +	 mov	$acc0, $t0
    +	adc	$acc2, $acc2
    +	adc	$acc3, $acc3
    +	 mov	$acc1, $t1
    +	sbb	$t4, $t4
    +
    +	sub	\$-1, $acc0
    +	 mov	$acc2, $t2
    +	sbb	$poly1, $acc1
    +	sbb	\$0, $acc2
    +	 mov	$acc3, $t3
    +	sbb	$poly3, $acc3
    +	test	$t4, $t4
    +
    +	cmovz	$t0, $acc0
    +	mov	8*0($a_ptr), $t0
    +	cmovz	$t1, $acc1
    +	mov	8*1($a_ptr), $t1
    +	cmovz	$t2, $acc2
    +	mov	8*2($a_ptr), $t2
    +	cmovz	$t3, $acc3
    +	mov	8*3($a_ptr), $t3
    +
    +	call	__ecp_nistz256_sub$x		# p256_sub(res_x, Rsqr, Hsqr);
    +
    +	lea	$Hcub(%rsp), $b_ptr
    +	lea	$res_x(%rsp), $r_ptr
    +	call	__ecp_nistz256_sub_from$x	# p256_sub(res_x, res_x, Hcub);
    +
    +	mov	$U2+8*0(%rsp), $t0
    +	mov	$U2+8*1(%rsp), $t1
    +	mov	$U2+8*2(%rsp), $t2
    +	mov	$U2+8*3(%rsp), $t3
    +	lea	$res_y(%rsp), $r_ptr
    +
    +	call	__ecp_nistz256_sub$x		# p256_sub(res_y, U2, res_x);
    +
    +	mov	$acc0, 8*0($r_ptr)		# save the result, as
    +	mov	$acc1, 8*1($r_ptr)		# __ecp_nistz256_sub doesn't
    +	mov	$acc2, 8*2($r_ptr)
    +	mov	$acc3, 8*3($r_ptr)
    +___
    +}
    +$code.=<<___;
    +	`&load_for_mul("$S1(%rsp)", "$Hcub(%rsp)", "$src0")`
    +	lea	$S2(%rsp), $r_ptr
    +	call	__ecp_nistz256_mul_mont$x	# p256_mul_mont(S2, S1, Hcub);
    +
    +	`&load_for_mul("$R(%rsp)", "$res_y(%rsp)", "$src0")`
    +	lea	$res_y(%rsp), $r_ptr
    +	call	__ecp_nistz256_mul_mont$x	# p256_mul_mont(res_y, R, res_y);
    +
    +	lea	$S2(%rsp), $b_ptr
    +	lea	$res_y(%rsp), $r_ptr
    +	call	__ecp_nistz256_sub_from$x	# p256_sub(res_y, res_y, S2);
    +
    +	movq	%xmm0, $r_ptr		# restore $r_ptr
    +
    +	movdqa	%xmm5, %xmm0		# copy_conditional(res_z, in2_z, in1infty);
    +	movdqa	%xmm5, %xmm1
    +	pandn	$res_z(%rsp), %xmm0
    +	movdqa	%xmm5, %xmm2
    +	pandn	$res_z+0x10(%rsp), %xmm1
    +	movdqa	%xmm5, %xmm3
    +	pand	$in2_z(%rsp), %xmm2
    +	pand	$in2_z+0x10(%rsp), %xmm3
    +	por	%xmm0, %xmm2
    +	por	%xmm1, %xmm3
    +
    +	movdqa	%xmm4, %xmm0		# copy_conditional(res_z, in1_z, in2infty);
    +	movdqa	%xmm4, %xmm1
    +	pandn	%xmm2, %xmm0
    +	movdqa	%xmm4, %xmm2
    +	pandn	%xmm3, %xmm1
    +	movdqa	%xmm4, %xmm3
    +	pand	$in1_z(%rsp), %xmm2
    +	pand	$in1_z+0x10(%rsp), %xmm3
    +	por	%xmm0, %xmm2
    +	por	%xmm1, %xmm3
    +	movdqu	%xmm2, 0x40($r_ptr)
    +	movdqu	%xmm3, 0x50($r_ptr)
    +
    +	movdqa	%xmm5, %xmm0		# copy_conditional(res_x, in2_x, in1infty);
    +	movdqa	%xmm5, %xmm1
    +	pandn	$res_x(%rsp), %xmm0
    +	movdqa	%xmm5, %xmm2
    +	pandn	$res_x+0x10(%rsp), %xmm1
    +	movdqa	%xmm5, %xmm3
    +	pand	$in2_x(%rsp), %xmm2
    +	pand	$in2_x+0x10(%rsp), %xmm3
    +	por	%xmm0, %xmm2
    +	por	%xmm1, %xmm3
    +
    +	movdqa	%xmm4, %xmm0		# copy_conditional(res_x, in1_x, in2infty);
    +	movdqa	%xmm4, %xmm1
    +	pandn	%xmm2, %xmm0
    +	movdqa	%xmm4, %xmm2
    +	pandn	%xmm3, %xmm1
    +	movdqa	%xmm4, %xmm3
    +	pand	$in1_x(%rsp), %xmm2
    +	pand	$in1_x+0x10(%rsp), %xmm3
    +	por	%xmm0, %xmm2
    +	por	%xmm1, %xmm3
    +	movdqu	%xmm2, 0x00($r_ptr)
    +	movdqu	%xmm3, 0x10($r_ptr)
    +
    +	movdqa	%xmm5, %xmm0		# copy_conditional(res_y, in2_y, in1infty);
    +	movdqa	%xmm5, %xmm1
    +	pandn	$res_y(%rsp), %xmm0
    +	movdqa	%xmm5, %xmm2
    +	pandn	$res_y+0x10(%rsp), %xmm1
    +	movdqa	%xmm5, %xmm3
    +	pand	$in2_y(%rsp), %xmm2
    +	pand	$in2_y+0x10(%rsp), %xmm3
    +	por	%xmm0, %xmm2
    +	por	%xmm1, %xmm3
    +
    +	movdqa	%xmm4, %xmm0		# copy_conditional(res_y, in1_y, in2infty);
    +	movdqa	%xmm4, %xmm1
    +	pandn	%xmm2, %xmm0
    +	movdqa	%xmm4, %xmm2
    +	pandn	%xmm3, %xmm1
    +	movdqa	%xmm4, %xmm3
    +	pand	$in1_y(%rsp), %xmm2
    +	pand	$in1_y+0x10(%rsp), %xmm3
    +	por	%xmm0, %xmm2
    +	por	%xmm1, %xmm3
    +	movdqu	%xmm2, 0x20($r_ptr)
    +	movdqu	%xmm3, 0x30($r_ptr)
    +
    +.Ladd_done$x:
    +	add	\$32*18+8, %rsp
    +	pop	%r15
    +	pop	%r14
    +	pop	%r13
    +	pop	%r12
    +	pop	%rbx
    +	pop	%rbp
    +	ret
    +.size	ecp_nistz256_point_add$sfx,.-ecp_nistz256_point_add$sfx
    +___
    +}
    +&gen_add("q");
    +
    +sub gen_add_affine () {
    +    my $x = shift;
    +    my ($src0,$sfx,$bias);
    +    my ($U2,$S2,$H,$R,$Hsqr,$Hcub,$Rsqr,
    +	$res_x,$res_y,$res_z,
    +	$in1_x,$in1_y,$in1_z,
    +	$in2_x,$in2_y)=map(32*$_,(0..14));
    +    my $Z1sqr = $S2;
    +
    +    if ($x ne "x") {
    +	$src0 = "%rax";
    +	$sfx  = "";
    +	$bias = 0;
    +
    +$code.=<<___;
    +.globl	ecp_nistz256_point_add_affine
    +.type	ecp_nistz256_point_add_affine,\@function,3
    +.align	32
    +ecp_nistz256_point_add_affine:
    +___
    +$code.=<<___	if ($addx);
    +	mov	\$0x80100, %ecx
    +	and	OPENSSL_ia32cap_P+8(%rip), %ecx
    +	cmp	\$0x80100, %ecx
    +	je	.Lpoint_add_affinex
    +___
    +    } else {
    +	$src0 = "%rdx";
    +	$sfx  = "x";
    +	$bias = 128;
    +
    +$code.=<<___;
    +.type	ecp_nistz256_point_add_affinex,\@function,3
    +.align	32
    +ecp_nistz256_point_add_affinex:
    +.Lpoint_add_affinex:
    +___
    +    }
    +$code.=<<___;
    +	push	%rbp
    +	push	%rbx
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +	sub	\$32*15+8, %rsp
    +
    +	movdqu	0x00($a_ptr), %xmm0	# copy	*(P256_POINT *)$a_ptr
    +	mov	$b_org, $b_ptr		# reassign
    +	movdqu	0x10($a_ptr), %xmm1
    +	movdqu	0x20($a_ptr), %xmm2
    +	movdqu	0x30($a_ptr), %xmm3
    +	movdqu	0x40($a_ptr), %xmm4
    +	movdqu	0x50($a_ptr), %xmm5
    +	 mov	0x40+8*0($a_ptr), $src0	# load original in1_z
    +	 mov	0x40+8*1($a_ptr), $acc6
    +	 mov	0x40+8*2($a_ptr), $acc7
    +	 mov	0x40+8*3($a_ptr), $acc0
    +	movdqa	%xmm0, $in1_x(%rsp)
    +	movdqa	%xmm1, $in1_x+0x10(%rsp)
    +	por	%xmm0, %xmm1
    +	movdqa	%xmm2, $in1_y(%rsp)
    +	movdqa	%xmm3, $in1_y+0x10(%rsp)
    +	por	%xmm2, %xmm3
    +	movdqa	%xmm4, $in1_z(%rsp)
    +	movdqa	%xmm5, $in1_z+0x10(%rsp)
    +	por	%xmm1, %xmm3
    +
    +	movdqu	0x00($b_ptr), %xmm0	# copy	*(P256_POINT_AFFINE *)$b_ptr
    +	 pshufd	\$0xb1, %xmm3, %xmm5
    +	movdqu	0x10($b_ptr), %xmm1
    +	movdqu	0x20($b_ptr), %xmm2
    +	 por	%xmm3, %xmm5
    +	movdqu	0x30($b_ptr), %xmm3
    +	movdqa	%xmm0, $in2_x(%rsp)
    +	 pshufd	\$0x1e, %xmm5, %xmm4
    +	movdqa	%xmm1, $in2_x+0x10(%rsp)
    +	por	%xmm0, %xmm1
    +	 movq	$r_ptr, %xmm0		# save $r_ptr
    +	movdqa	%xmm2, $in2_y(%rsp)
    +	movdqa	%xmm3, $in2_y+0x10(%rsp)
    +	por	%xmm2, %xmm3
    +	 por	%xmm4, %xmm5
    +	 pxor	%xmm4, %xmm4
    +	por	%xmm1, %xmm3
    +
    +	lea	0x40-$bias($a_ptr), $a_ptr	# $a_ptr is still valid
    +	lea	$Z1sqr(%rsp), $r_ptr		# Z1^2
    +	call	__ecp_nistz256_sqr_mont$x	# p256_sqr_mont(Z1sqr, in1_z);
    +
    +	pcmpeqd	%xmm4, %xmm5
    +	pshufd	\$0xb1, %xmm3, %xmm4
    +	 mov	0x00($b_ptr), $src0		# $b_ptr is still valid
    +	 #lea	0x00($b_ptr), $b_ptr
    +	 mov	$acc4, $acc1			# harmonize sqr output and mul input
    +	por	%xmm3, %xmm4
    +	pshufd	\$0, %xmm5, %xmm5		# in1infty
    +	pshufd	\$0x1e, %xmm4, %xmm3
    +	 mov	$acc5, $acc2
    +	por	%xmm3, %xmm4
    +	pxor	%xmm3, %xmm3
    +	 mov	$acc6, $acc3
    +	pcmpeqd	%xmm3, %xmm4
    +	pshufd	\$0, %xmm4, %xmm4		# in2infty
    +
    +	lea	$Z1sqr-$bias(%rsp), $a_ptr
    +	mov	$acc7, $acc4
    +	lea	$U2(%rsp), $r_ptr		# U2 = X2*Z1^2
    +	call	__ecp_nistz256_mul_mont$x	# p256_mul_mont(U2, Z1sqr, in2_x);
    +
    +	lea	$in1_x(%rsp), $b_ptr
    +	lea	$H(%rsp), $r_ptr		# H = U2 - U1
    +	call	__ecp_nistz256_sub_from$x	# p256_sub(H, U2, in1_x);
    +
    +	`&load_for_mul("$Z1sqr(%rsp)", "$in1_z(%rsp)", "$src0")`
    +	lea	$S2(%rsp), $r_ptr		# S2 = Z1^3
    +	call	__ecp_nistz256_mul_mont$x	# p256_mul_mont(S2, Z1sqr, in1_z);
    +
    +	`&load_for_mul("$H(%rsp)", "$in1_z(%rsp)", "$src0")`
    +	lea	$res_z(%rsp), $r_ptr		# Z3 = H*Z1*Z2
    +	call	__ecp_nistz256_mul_mont$x	# p256_mul_mont(res_z, H, in1_z);
    +
    +	`&load_for_mul("$S2(%rsp)", "$in2_y(%rsp)", "$src0")`
    +	lea	$S2(%rsp), $r_ptr		# S2 = Y2*Z1^3
    +	call	__ecp_nistz256_mul_mont$x	# p256_mul_mont(S2, S2, in2_y);
    +
    +	lea	$in1_y(%rsp), $b_ptr
    +	lea	$R(%rsp), $r_ptr		# R = S2 - S1
    +	call	__ecp_nistz256_sub_from$x	# p256_sub(R, S2, in1_y);
    +
    +	`&load_for_sqr("$H(%rsp)", "$src0")`
    +	lea	$Hsqr(%rsp), $r_ptr		# H^2
    +	call	__ecp_nistz256_sqr_mont$x	# p256_sqr_mont(Hsqr, H);
    +
    +	`&load_for_sqr("$R(%rsp)", "$src0")`
    +	lea	$Rsqr(%rsp), $r_ptr		# R^2
    +	call	__ecp_nistz256_sqr_mont$x	# p256_sqr_mont(Rsqr, R);
    +
    +	`&load_for_mul("$H(%rsp)", "$Hsqr(%rsp)", "$src0")`
    +	lea	$Hcub(%rsp), $r_ptr		# H^3
    +	call	__ecp_nistz256_mul_mont$x	# p256_mul_mont(Hcub, Hsqr, H);
    +
    +	`&load_for_mul("$Hsqr(%rsp)", "$in1_x(%rsp)", "$src0")`
    +	lea	$U2(%rsp), $r_ptr		# U1*H^2
    +	call	__ecp_nistz256_mul_mont$x	# p256_mul_mont(U2, in1_x, Hsqr);
    +___
    +{
    +#######################################################################
    +# operate in 4-5-0-1 "name space" that matches multiplication output
    +#
    +my ($acc0,$acc1,$acc2,$acc3,$t3,$t4)=($acc4,$acc5,$acc0,$acc1,$acc2,$acc3);
    +my ($poly1, $poly3)=($acc6,$acc7);
    +
    +$code.=<<___;
    +	#lea	$U2(%rsp), $a_ptr
    +	#lea	$Hsqr(%rsp), $r_ptr	# 2*U1*H^2
    +	#call	__ecp_nistz256_mul_by_2	# ecp_nistz256_mul_by_2(Hsqr, U2);
    +
    +	add	$acc0, $acc0		# a0:a3+a0:a3
    +	lea	$Rsqr(%rsp), $a_ptr
    +	adc	$acc1, $acc1
    +	 mov	$acc0, $t0
    +	adc	$acc2, $acc2
    +	adc	$acc3, $acc3
    +	 mov	$acc1, $t1
    +	sbb	$t4, $t4
    +
    +	sub	\$-1, $acc0
    +	 mov	$acc2, $t2
    +	sbb	$poly1, $acc1
    +	sbb	\$0, $acc2
    +	 mov	$acc3, $t3
    +	sbb	$poly3, $acc3
    +	test	$t4, $t4
    +
    +	cmovz	$t0, $acc0
    +	mov	8*0($a_ptr), $t0
    +	cmovz	$t1, $acc1
    +	mov	8*1($a_ptr), $t1
    +	cmovz	$t2, $acc2
    +	mov	8*2($a_ptr), $t2
    +	cmovz	$t3, $acc3
    +	mov	8*3($a_ptr), $t3
    +
    +	call	__ecp_nistz256_sub$x		# p256_sub(res_x, Rsqr, Hsqr);
    +
    +	lea	$Hcub(%rsp), $b_ptr
    +	lea	$res_x(%rsp), $r_ptr
    +	call	__ecp_nistz256_sub_from$x	# p256_sub(res_x, res_x, Hcub);
    +
    +	mov	$U2+8*0(%rsp), $t0
    +	mov	$U2+8*1(%rsp), $t1
    +	mov	$U2+8*2(%rsp), $t2
    +	mov	$U2+8*3(%rsp), $t3
    +	lea	$H(%rsp), $r_ptr
    +
    +	call	__ecp_nistz256_sub$x		# p256_sub(H, U2, res_x);
    +
    +	mov	$acc0, 8*0($r_ptr)		# save the result, as
    +	mov	$acc1, 8*1($r_ptr)		# __ecp_nistz256_sub doesn't
    +	mov	$acc2, 8*2($r_ptr)
    +	mov	$acc3, 8*3($r_ptr)
    +___
    +}
    +$code.=<<___;
    +	`&load_for_mul("$Hcub(%rsp)", "$in1_y(%rsp)", "$src0")`
    +	lea	$S2(%rsp), $r_ptr
    +	call	__ecp_nistz256_mul_mont$x	# p256_mul_mont(S2, Hcub, in1_y);
    +
    +	`&load_for_mul("$H(%rsp)", "$R(%rsp)", "$src0")`
    +	lea	$H(%rsp), $r_ptr
    +	call	__ecp_nistz256_mul_mont$x	# p256_mul_mont(H, H, R);
    +
    +	lea	$S2(%rsp), $b_ptr
    +	lea	$res_y(%rsp), $r_ptr
    +	call	__ecp_nistz256_sub_from$x	# p256_sub(res_y, H, S2);
    +
    +	movq	%xmm0, $r_ptr		# restore $r_ptr
    +
    +	movdqa	%xmm5, %xmm0		# copy_conditional(res_z, ONE, in1infty);
    +	movdqa	%xmm5, %xmm1
    +	pandn	$res_z(%rsp), %xmm0
    +	movdqa	%xmm5, %xmm2
    +	pandn	$res_z+0x10(%rsp), %xmm1
    +	movdqa	%xmm5, %xmm3
    +	pand	.LONE_mont(%rip), %xmm2
    +	pand	.LONE_mont+0x10(%rip), %xmm3
    +	por	%xmm0, %xmm2
    +	por	%xmm1, %xmm3
    +
    +	movdqa	%xmm4, %xmm0		# copy_conditional(res_z, in1_z, in2infty);
    +	movdqa	%xmm4, %xmm1
    +	pandn	%xmm2, %xmm0
    +	movdqa	%xmm4, %xmm2
    +	pandn	%xmm3, %xmm1
    +	movdqa	%xmm4, %xmm3
    +	pand	$in1_z(%rsp), %xmm2
    +	pand	$in1_z+0x10(%rsp), %xmm3
    +	por	%xmm0, %xmm2
    +	por	%xmm1, %xmm3
    +	movdqu	%xmm2, 0x40($r_ptr)
    +	movdqu	%xmm3, 0x50($r_ptr)
    +
    +	movdqa	%xmm5, %xmm0		# copy_conditional(res_x, in2_x, in1infty);
    +	movdqa	%xmm5, %xmm1
    +	pandn	$res_x(%rsp), %xmm0
    +	movdqa	%xmm5, %xmm2
    +	pandn	$res_x+0x10(%rsp), %xmm1
    +	movdqa	%xmm5, %xmm3
    +	pand	$in2_x(%rsp), %xmm2
    +	pand	$in2_x+0x10(%rsp), %xmm3
    +	por	%xmm0, %xmm2
    +	por	%xmm1, %xmm3
    +
    +	movdqa	%xmm4, %xmm0		# copy_conditional(res_x, in1_x, in2infty);
    +	movdqa	%xmm4, %xmm1
    +	pandn	%xmm2, %xmm0
    +	movdqa	%xmm4, %xmm2
    +	pandn	%xmm3, %xmm1
    +	movdqa	%xmm4, %xmm3
    +	pand	$in1_x(%rsp), %xmm2
    +	pand	$in1_x+0x10(%rsp), %xmm3
    +	por	%xmm0, %xmm2
    +	por	%xmm1, %xmm3
    +	movdqu	%xmm2, 0x00($r_ptr)
    +	movdqu	%xmm3, 0x10($r_ptr)
    +
    +	movdqa	%xmm5, %xmm0		# copy_conditional(res_y, in2_y, in1infty);
    +	movdqa	%xmm5, %xmm1
    +	pandn	$res_y(%rsp), %xmm0
    +	movdqa	%xmm5, %xmm2
    +	pandn	$res_y+0x10(%rsp), %xmm1
    +	movdqa	%xmm5, %xmm3
    +	pand	$in2_y(%rsp), %xmm2
    +	pand	$in2_y+0x10(%rsp), %xmm3
    +	por	%xmm0, %xmm2
    +	por	%xmm1, %xmm3
    +
    +	movdqa	%xmm4, %xmm0		# copy_conditional(res_y, in1_y, in2infty);
    +	movdqa	%xmm4, %xmm1
    +	pandn	%xmm2, %xmm0
    +	movdqa	%xmm4, %xmm2
    +	pandn	%xmm3, %xmm1
    +	movdqa	%xmm4, %xmm3
    +	pand	$in1_y(%rsp), %xmm2
    +	pand	$in1_y+0x10(%rsp), %xmm3
    +	por	%xmm0, %xmm2
    +	por	%xmm1, %xmm3
    +	movdqu	%xmm2, 0x20($r_ptr)
    +	movdqu	%xmm3, 0x30($r_ptr)
    +
    +	add	\$32*15+8, %rsp
    +	pop	%r15
    +	pop	%r14
    +	pop	%r13
    +	pop	%r12
    +	pop	%rbx
    +	pop	%rbp
    +	ret
    +.size	ecp_nistz256_point_add_affine$sfx,.-ecp_nistz256_point_add_affine$sfx
    +___
    +}
    +&gen_add_affine("q");
    +
    +########################################################################
    +# AD*X magic
    +#
    +if ($addx) {								{
    +########################################################################
    +# operate in 4-5-0-1 "name space" that matches multiplication output
    +#
    +my ($a0,$a1,$a2,$a3,$t3,$t4)=($acc4,$acc5,$acc0,$acc1,$acc2,$acc3);
    +
    +$code.=<<___;
    +.type	__ecp_nistz256_add_tox,\@abi-omnipotent
    +.align	32
    +__ecp_nistz256_add_tox:
    +	xor	$t4, $t4
    +	adc	8*0($b_ptr), $a0
    +	adc	8*1($b_ptr), $a1
    +	 mov	$a0, $t0
    +	adc	8*2($b_ptr), $a2
    +	adc	8*3($b_ptr), $a3
    +	 mov	$a1, $t1
    +	adc	\$0, $t4
    +
    +	xor	$t3, $t3
    +	sbb	\$-1, $a0
    +	 mov	$a2, $t2
    +	sbb	$poly1, $a1
    +	sbb	\$0, $a2
    +	 mov	$a3, $t3
    +	sbb	$poly3, $a3
    +
    +	bt	\$0, $t4
    +	cmovnc	$t0, $a0
    +	cmovnc	$t1, $a1
    +	mov	$a0, 8*0($r_ptr)
    +	cmovnc	$t2, $a2
    +	mov	$a1, 8*1($r_ptr)
    +	cmovnc	$t3, $a3
    +	mov	$a2, 8*2($r_ptr)
    +	mov	$a3, 8*3($r_ptr)
    +
    +	ret
    +.size	__ecp_nistz256_add_tox,.-__ecp_nistz256_add_tox
    +
    +.type	__ecp_nistz256_sub_fromx,\@abi-omnipotent
    +.align	32
    +__ecp_nistz256_sub_fromx:
    +	xor	$t4, $t4
    +	sbb	8*0($b_ptr), $a0
    +	sbb	8*1($b_ptr), $a1
    +	 mov	$a0, $t0
    +	sbb	8*2($b_ptr), $a2
    +	sbb	8*3($b_ptr), $a3
    +	 mov	$a1, $t1
    +	sbb	\$0, $t4
    +
    +	xor	$t3, $t3
    +	adc	\$-1, $a0
    +	 mov	$a2, $t2
    +	adc	$poly1, $a1
    +	adc	\$0, $a2
    +	 mov	$a3, $t3
    +	adc	$poly3, $a3
    +
    +	bt	\$0, $t4
    +	cmovnc	$t0, $a0
    +	cmovnc	$t1, $a1
    +	mov	$a0, 8*0($r_ptr)
    +	cmovnc	$t2, $a2
    +	mov	$a1, 8*1($r_ptr)
    +	cmovnc	$t3, $a3
    +	mov	$a2, 8*2($r_ptr)
    +	mov	$a3, 8*3($r_ptr)
    +
    +	ret
    +.size	__ecp_nistz256_sub_fromx,.-__ecp_nistz256_sub_fromx
    +
    +.type	__ecp_nistz256_subx,\@abi-omnipotent
    +.align	32
    +__ecp_nistz256_subx:
    +	xor	$t4, $t4
    +	sbb	$a0, $t0
    +	sbb	$a1, $t1
    +	 mov	$t0, $a0
    +	sbb	$a2, $t2
    +	sbb	$a3, $t3
    +	 mov	$t1, $a1
    +	sbb	\$0, $t4
    +
    +	xor	$a3 ,$a3
    +	adc	\$-1, $t0
    +	 mov	$t2, $a2
    +	adc	$poly1, $t1
    +	adc	\$0, $t2
    +	 mov	$t3, $a3
    +	adc	$poly3, $t3
    +
    +	bt	\$0, $t4
    +	cmovc	$t0, $a0
    +	cmovc	$t1, $a1
    +	cmovc	$t2, $a2
    +	cmovc	$t3, $a3
    +
    +	ret
    +.size	__ecp_nistz256_subx,.-__ecp_nistz256_subx
    +
    +.type	__ecp_nistz256_mul_by_2x,\@abi-omnipotent
    +.align	32
    +__ecp_nistz256_mul_by_2x:
    +	xor	$t4, $t4
    +	adc	$a0, $a0		# a0:a3+a0:a3
    +	adc	$a1, $a1
    +	 mov	$a0, $t0
    +	adc	$a2, $a2
    +	adc	$a3, $a3
    +	 mov	$a1, $t1
    +	adc	\$0, $t4
    +
    +	xor	$t3, $t3
    +	sbb	\$-1, $a0
    +	 mov	$a2, $t2
    +	sbb	$poly1, $a1
    +	sbb	\$0, $a2
    +	 mov	$a3, $t3
    +	sbb	$poly3, $a3
    +
    +	bt	\$0, $t4
    +	cmovnc	$t0, $a0
    +	cmovnc	$t1, $a1
    +	mov	$a0, 8*0($r_ptr)
    +	cmovnc	$t2, $a2
    +	mov	$a1, 8*1($r_ptr)
    +	cmovnc	$t3, $a3
    +	mov	$a2, 8*2($r_ptr)
    +	mov	$a3, 8*3($r_ptr)
    +
    +	ret
    +.size	__ecp_nistz256_mul_by_2x,.-__ecp_nistz256_mul_by_2x
    +___
    +									}
    +&gen_double("x");
    +&gen_add("x");
    +&gen_add_affine("x");
    +}
    +}}}
    +
    +$code =~ s/\`([^\`]*)\`/eval $1/gem;
    +print $code;
    +close STDOUT;
    diff --git a/openssl/crypto/ec/ec.h b/openssl/crypto/ec/ec.h
    index 572111f16..98edfdf8b 100644
    --- a/openssl/crypto/ec/ec.h
    +++ b/openssl/crypto/ec/ec.h
    @@ -14,7 +14,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,81 +62,78 @@
     /* ====================================================================
      * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
      *
    - * Portions of the attached software ("Contribution") are developed by 
    + * Portions of the attached software ("Contribution") are developed by
      * SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project.
      *
      * The Contribution is licensed pursuant to the OpenSSL open source
      * license provided above.
      *
    - * The elliptic curve binary polynomial software is originally written by 
    + * The elliptic curve binary polynomial software is originally written by
      * Sheueling Chang Shantz and Douglas Stebila of Sun Microsystems Laboratories.
      *
      */
     
     #ifndef HEADER_EC_H
    -#define HEADER_EC_H
    +# define HEADER_EC_H
     
    -#include 
    +# include 
     
    -#ifdef OPENSSL_NO_EC
    -#error EC is disabled.
    -#endif
    +# ifdef OPENSSL_NO_EC
    +#  error EC is disabled.
    +# endif
     
    -#include 
    -#include 
    -#ifndef OPENSSL_NO_DEPRECATED
    -#include 
    -#endif
    +# include 
    +# include 
    +# ifndef OPENSSL_NO_DEPRECATED
    +#  include 
    +# endif
     
    -#ifdef  __cplusplus
    +# ifdef  __cplusplus
     extern "C" {
    -#elif defined(__SUNPRO_C)
    -# if __SUNPRO_C >= 0x520
    -# pragma error_messages (off,E_ARRAY_OF_INCOMPLETE_NONAME,E_ARRAY_OF_INCOMPLETE)
    +# elif defined(__SUNPRO_C)
    +#  if __SUNPRO_C >= 0x520
    +#   pragma error_messages (off,E_ARRAY_OF_INCOMPLETE_NONAME,E_ARRAY_OF_INCOMPLETE)
    +#  endif
     # endif
    -#endif
     
    -  
    -#ifndef OPENSSL_ECC_MAX_FIELD_BITS
    -# define OPENSSL_ECC_MAX_FIELD_BITS 661
    -#endif
    +# ifndef OPENSSL_ECC_MAX_FIELD_BITS
    +#  define OPENSSL_ECC_MAX_FIELD_BITS 661
    +# endif
     
     /** Enum for the point conversion form as defined in X9.62 (ECDSA)
      *  for the encoding of a elliptic curve point (x,y) */
     typedef enum {
    -	/** the point is encoded as z||x, where the octet z specifies 
    -	 *  which solution of the quadratic equation y is  */
    -	POINT_CONVERSION_COMPRESSED = 2,
    -	/** the point is encoded as z||x||y, where z is the octet 0x02  */
    -	POINT_CONVERSION_UNCOMPRESSED = 4,
    -	/** the point is encoded as z||x||y, where the octet z specifies
    +        /** the point is encoded as z||x, where the octet z specifies
              *  which solution of the quadratic equation y is  */
    -	POINT_CONVERSION_HYBRID = 6
    +    POINT_CONVERSION_COMPRESSED = 2,
    +        /** the point is encoded as z||x||y, where z is the octet 0x02  */
    +    POINT_CONVERSION_UNCOMPRESSED = 4,
    +        /** the point is encoded as z||x||y, where the octet z specifies
    +         *  which solution of the quadratic equation y is  */
    +    POINT_CONVERSION_HYBRID = 6
     } point_conversion_form_t;
     
    -
     typedef struct ec_method_st EC_METHOD;
     
     typedef struct ec_group_st
    -	/*
    -	 EC_METHOD *meth;
    -	 -- field definition
    -	 -- curve coefficients
    -	 -- optional generator with associated information (order, cofactor)
    -	 -- optional extra data (precomputed table for fast computation of multiples of generator)
    -	 -- ASN1 stuff
    -	*/
    -	EC_GROUP;
    +    /*-
    +     EC_METHOD *meth;
    +     -- field definition
    +     -- curve coefficients
    +     -- optional generator with associated information (order, cofactor)
    +     -- optional extra data (precomputed table for fast computation of multiples of generator)
    +     -- ASN1 stuff
    +    */
    +    EC_GROUP;
     
     typedef struct ec_point_st EC_POINT;
     
    -
     /********************************************************************/
    -/*               EC_METHODs for curves over GF(p)                   */       
    +/*               EC_METHODs for curves over GF(p)                   */
     /********************************************************************/
     
     /** Returns the basic GFp ec methods which provides the basis for the
    - *  optimized methods. 
    + *  optimized methods.
      *  \return  EC_METHOD object
      */
     const EC_METHOD *EC_GFp_simple_method(void);
    @@ -151,7 +148,7 @@ const EC_METHOD *EC_GFp_mont_method(void);
      */
     const EC_METHOD *EC_GFp_nist_method(void);
     
    -#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
    +# ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
     /** Returns 64-bit optimized methods for nistp224
      *  \return  EC_METHOD object
      */
    @@ -166,20 +163,19 @@ const EC_METHOD *EC_GFp_nistp256_method(void);
      *  \return  EC_METHOD object
      */
     const EC_METHOD *EC_GFp_nistp521_method(void);
    -#endif
    +# endif
     
    -#ifndef OPENSSL_NO_EC2M
    -/********************************************************************/ 
    +# ifndef OPENSSL_NO_EC2M
    +/********************************************************************/
     /*           EC_METHOD for curves over GF(2^m)                      */
     /********************************************************************/
     
    -/** Returns the basic GF2m ec method 
    +/** Returns the basic GF2m ec method
      *  \return  EC_METHOD object
      */
     const EC_METHOD *EC_GF2m_simple_method(void);
     
    -#endif
    -
    +# endif
     
     /********************************************************************/
     /*                   EC_GROUP functions                             */
    @@ -216,7 +212,7 @@ int EC_GROUP_copy(EC_GROUP *dst, const EC_GROUP *src);
     EC_GROUP *EC_GROUP_dup(const EC_GROUP *src);
     
     /** Returns the EC_METHOD of the EC_GROUP object.
    - *  \param  group  EC_GROUP object 
    + *  \param  group  EC_GROUP object
      *  \return EC_METHOD used in this EC_GROUP object.
      */
     const EC_METHOD *EC_GROUP_method_of(const EC_GROUP *group);
    @@ -228,14 +224,15 @@ const EC_METHOD *EC_GROUP_method_of(const EC_GROUP *group);
     int EC_METHOD_get_field_type(const EC_METHOD *meth);
     
     /** Sets the generator and it's order/cofactor of a EC_GROUP object.
    - *  \param  group      EC_GROUP object 
    + *  \param  group      EC_GROUP object
      *  \param  generator  EC_POINT object with the generator.
      *  \param  order      the order of the group generated by the generator.
      *  \param  cofactor   the index of the sub-group generated by the generator
      *                     in the group of all points on the elliptic curve.
      *  \return 1 on success and 0 if an error occured
      */
    -int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofactor);
    +int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator,
    +                           const BIGNUM *order, const BIGNUM *cofactor);
     
     /** Returns the generator of a EC_GROUP object.
      *  \param  group  EC_GROUP object
    @@ -243,6 +240,12 @@ int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, const BIG
      */
     const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group);
     
    +/** Returns the montgomery data for order(Generator)
    + *  \param  group  EC_GROUP object
    + *  \return the currently used generator (possibly NULL).
    +*/
    +BN_MONT_CTX *EC_GROUP_get_mont_data(const EC_GROUP *group);
    +
     /** Gets the order of a EC_GROUP
      *  \param  group  EC_GROUP object
      *  \param  order  BIGNUM to which the order is copied
    @@ -257,7 +260,8 @@ int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx);
      *  \param  ctx       BN_CTX object (optional)
      *  \return 1 on success and 0 if an error occured
      */
    -int EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx);
    +int EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor,
    +                          BN_CTX *ctx);
     
     /** Sets the name of a EC_GROUP object
      *  \param  group  EC_GROUP object
    @@ -274,7 +278,8 @@ int EC_GROUP_get_curve_name(const EC_GROUP *group);
     void EC_GROUP_set_asn1_flag(EC_GROUP *group, int flag);
     int EC_GROUP_get_asn1_flag(const EC_GROUP *group);
     
    -void EC_GROUP_set_point_conversion_form(EC_GROUP *group, point_conversion_form_t form);
    +void EC_GROUP_set_point_conversion_form(EC_GROUP *group,
    +                                        point_conversion_form_t form);
     point_conversion_form_t EC_GROUP_get_point_conversion_form(const EC_GROUP *);
     
     unsigned char *EC_GROUP_get0_seed(const EC_GROUP *x);
    @@ -289,7 +294,8 @@ size_t EC_GROUP_set_seed(EC_GROUP *, const unsigned char *, size_t len);
      *  \param  ctx    BN_CTX object (optional)
      *  \return 1 on success and 0 if an error occured
      */
    -int EC_GROUP_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
    +int EC_GROUP_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a,
    +                           const BIGNUM *b, BN_CTX *ctx);
     
     /** Gets the parameter of the ec over GFp defined by y^2 = x^3 + a*x + b
      *  \param  group  EC_GROUP object
    @@ -299,9 +305,10 @@ int EC_GROUP_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, co
      *  \param  ctx    BN_CTX object (optional)
      *  \return 1 on success and 0 if an error occured
      */
    -int EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx);
    +int EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a,
    +                           BIGNUM *b, BN_CTX *ctx);
     
    -#ifndef OPENSSL_NO_EC2M
    +# ifndef OPENSSL_NO_EC2M
     /** Sets the parameter of a ec over GF2m defined by y^2 + x*y = x^3 + a*x^2 + b
      *  \param  group  EC_GROUP object
      *  \param  p      BIGNUM with the polynomial defining the underlying field
    @@ -310,7 +317,8 @@ int EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *
      *  \param  ctx    BN_CTX object (optional)
      *  \return 1 on success and 0 if an error occured
      */
    -int EC_GROUP_set_curve_GF2m(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
    +int EC_GROUP_set_curve_GF2m(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a,
    +                            const BIGNUM *b, BN_CTX *ctx);
     
     /** Gets the parameter of the ec over GF2m defined by y^2 + x*y = x^3 + a*x^2 + b
      *  \param  group  EC_GROUP object
    @@ -320,9 +328,10 @@ int EC_GROUP_set_curve_GF2m(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, c
      *  \param  ctx    BN_CTX object (optional)
      *  \return 1 on success and 0 if an error occured
      */
    -int EC_GROUP_get_curve_GF2m(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx);
    -#endif
    -/** Returns the number of bits needed to represent a field element 
    +int EC_GROUP_get_curve_GF2m(const EC_GROUP *group, BIGNUM *p, BIGNUM *a,
    +                            BIGNUM *b, BN_CTX *ctx);
    +# endif
    +/** Returns the number of bits needed to represent a field element
      *  \param  group  EC_GROUP object
      *  \return number of bits needed to represent a field element
      */
    @@ -350,8 +359,10 @@ int EC_GROUP_check_discriminant(const EC_GROUP *group, BN_CTX *ctx);
      */
     int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx);
     
    -/* EC_GROUP_new_GF*() calls EC_GROUP_new() and EC_GROUP_set_GF*()
    - * after choosing an appropriate EC_METHOD */
    +/*
    + * EC_GROUP_new_GF*() calls EC_GROUP_new() and EC_GROUP_set_GF*() after
    + * choosing an appropriate EC_METHOD
    + */
     
     /** Creates a new EC_GROUP object with the specified parameters defined
      *  over GFp (defined by the equation y^2 = x^3 + a*x + b)
    @@ -361,8 +372,9 @@ int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx);
      *  \param  ctx  BN_CTX object (optional)
      *  \return newly created EC_GROUP object with the specified parameters
      */
    -EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
    -#ifndef OPENSSL_NO_EC2M
    +EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a,
    +                                 const BIGNUM *b, BN_CTX *ctx);
    +# ifndef OPENSSL_NO_EC2M
     /** Creates a new EC_GROUP object with the specified parameters defined
      *  over GF2m (defined by the equation y^2 + x*y = x^3 + a*x^2 + b)
      *  \param  p    BIGNUM with the polynomial defining the underlying field
    @@ -371,8 +383,9 @@ EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a, const BIGNUM
      *  \param  ctx  BN_CTX object (optional)
      *  \return newly created EC_GROUP object with the specified parameters
      */
    -EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
    -#endif
    +EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a,
    +                                  const BIGNUM *b, BN_CTX *ctx);
    +# endif
     /** Creates a EC_GROUP object with a curve specified by a NID
      *  \param  nid  NID of the OID of the curve name
      *  \return newly created EC_GROUP object with specified curve or NULL
    @@ -380,22 +393,25 @@ EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a, const BIGNUM
      */
     EC_GROUP *EC_GROUP_new_by_curve_name(int nid);
     
    -
     /********************************************************************/
     /*               handling of internal curves                        */
     /********************************************************************/
     
    -typedef struct { 
    -	int nid;
    -	const char *comment;
    -	} EC_builtin_curve;
    +typedef struct {
    +    int nid;
    +    const char *comment;
    +} EC_builtin_curve;
     
    -/* EC_builtin_curves(EC_builtin_curve *r, size_t size) returns number 
    - * of all available curves or zero if a error occurred. 
    - * In case r ist not zero nitems EC_builtin_curve structures 
    - * are filled with the data of the first nitems internal groups */
    +/*
    + * EC_builtin_curves(EC_builtin_curve *r, size_t size) returns number of all
    + * available curves or zero if a error occurred. In case r ist not zero
    + * nitems EC_builtin_curve structures are filled with the data of the first
    + * nitems internal groups
    + */
     size_t EC_get_builtin_curves(EC_builtin_curve *r, size_t nitems);
     
    +const char *EC_curve_nid2nist(int nid);
    +int EC_curve_nist2nid(const char *name);
     
     /********************************************************************/
     /*                    EC_POINT functions                            */
    @@ -428,11 +444,11 @@ int EC_POINT_copy(EC_POINT *dst, const EC_POINT *src);
      *  EC_POINT
      *  \param  src    source EC_POINT object
      *  \param  group  underlying the EC_GROUP object
    - *  \return newly created EC_POINT object or NULL if an error occurred 
    + *  \return newly created EC_POINT object or NULL if an error occurred
      */
     EC_POINT *EC_POINT_dup(const EC_POINT *src, const EC_GROUP *group);
    - 
    -/** Returns the EC_METHOD used in EC_POINT object 
    +
    +/** Returns the EC_METHOD used in EC_POINT object
      *  \param  point  EC_POINT object
      *  \return the EC_METHOD used
      */
    @@ -454,8 +470,10 @@ int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point);
      *  \param  ctx    BN_CTX object (optional)
      *  \return 1 on success and 0 if an error occured
      */
    -int EC_POINT_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *p,
    -	const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx);
    +int EC_POINT_set_Jprojective_coordinates_GFp(const EC_GROUP *group,
    +                                             EC_POINT *p, const BIGNUM *x,
    +                                             const BIGNUM *y, const BIGNUM *z,
    +                                             BN_CTX *ctx);
     
     /** Gets the jacobian projective coordinates of a EC_POINT over GFp
      *  \param  group  underlying EC_GROUP object
    @@ -467,7 +485,9 @@ int EC_POINT_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *p,
      *  \return 1 on success and 0 if an error occured
      */
     int EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP *group,
    -	const EC_POINT *p, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx);
    +                                             const EC_POINT *p, BIGNUM *x,
    +                                             BIGNUM *y, BIGNUM *z,
    +                                             BN_CTX *ctx);
     
     /** Sets the affine coordinates of a EC_POINT over GFp
      *  \param  group  underlying EC_GROUP object
    @@ -478,7 +498,8 @@ int EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP *group,
      *  \return 1 on success and 0 if an error occured
      */
     int EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *p,
    -	const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx);
    +                                        const BIGNUM *x, const BIGNUM *y,
    +                                        BN_CTX *ctx);
     
     /** Gets the affine coordinates of a EC_POINT over GFp
      *  \param  group  underlying EC_GROUP object
    @@ -489,7 +510,8 @@ int EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *p,
      *  \return 1 on success and 0 if an error occured
      */
     int EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group,
    -	const EC_POINT *p, BIGNUM *x, BIGNUM *y, BN_CTX *ctx);
    +                                        const EC_POINT *p, BIGNUM *x,
    +                                        BIGNUM *y, BN_CTX *ctx);
     
     /** Sets the x9.62 compressed coordinates of a EC_POINT over GFp
      *  \param  group  underlying EC_GROUP object
    @@ -499,9 +521,10 @@ int EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group,
      *  \param  ctx    BN_CTX object (optional)
      *  \return 1 on success and 0 if an error occured
      */
    -int EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *p,
    -	const BIGNUM *x, int y_bit, BN_CTX *ctx);
    -#ifndef OPENSSL_NO_EC2M
    +int EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group,
    +                                            EC_POINT *p, const BIGNUM *x,
    +                                            int y_bit, BN_CTX *ctx);
    +# ifndef OPENSSL_NO_EC2M
     /** Sets the affine coordinates of a EC_POINT over GF2m
      *  \param  group  underlying EC_GROUP object
      *  \param  p      EC_POINT object
    @@ -511,7 +534,8 @@ int EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *p,
      *  \return 1 on success and 0 if an error occured
      */
     int EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *group, EC_POINT *p,
    -	const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx);
    +                                         const BIGNUM *x, const BIGNUM *y,
    +                                         BN_CTX *ctx);
     
     /** Gets the affine coordinates of a EC_POINT over GF2m
      *  \param  group  underlying EC_GROUP object
    @@ -522,7 +546,8 @@ int EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *group, EC_POINT *p,
      *  \return 1 on success and 0 if an error occured
      */
     int EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group,
    -	const EC_POINT *p, BIGNUM *x, BIGNUM *y, BN_CTX *ctx);
    +                                         const EC_POINT *p, BIGNUM *x,
    +                                         BIGNUM *y, BN_CTX *ctx);
     
     /** Sets the x9.62 compressed coordinates of a EC_POINT over GF2m
      *  \param  group  underlying EC_GROUP object
    @@ -532,9 +557,10 @@ int EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group,
      *  \param  ctx    BN_CTX object (optional)
      *  \return 1 on success and 0 if an error occured
      */
    -int EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *p,
    -	const BIGNUM *x, int y_bit, BN_CTX *ctx);
    -#endif
    +int EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group,
    +                                             EC_POINT *p, const BIGNUM *x,
    +                                             int y_bit, BN_CTX *ctx);
    +# endif
     /** Encodes a EC_POINT object to a octet string
      *  \param  group  underlying EC_GROUP object
      *  \param  p      EC_POINT object
    @@ -546,8 +572,8 @@ int EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *p,
      *  \return the length of the encoded octet string or 0 if an error occurred
      */
     size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *p,
    -	point_conversion_form_t form,
    -        unsigned char *buf, size_t len, BN_CTX *ctx);
    +                          point_conversion_form_t form,
    +                          unsigned char *buf, size_t len, BN_CTX *ctx);
     
     /** Decodes a EC_POINT from a octet string
      *  \param  group  underlying EC_GROUP object
    @@ -558,24 +584,23 @@ size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *p,
      *  \return 1 on success and 0 if an error occured
      */
     int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *p,
    -        const unsigned char *buf, size_t len, BN_CTX *ctx);
    +                       const unsigned char *buf, size_t len, BN_CTX *ctx);
     
     /* other interfaces to point2oct/oct2point: */
     BIGNUM *EC_POINT_point2bn(const EC_GROUP *, const EC_POINT *,
    -	point_conversion_form_t form, BIGNUM *, BN_CTX *);
    +                          point_conversion_form_t form, BIGNUM *, BN_CTX *);
     EC_POINT *EC_POINT_bn2point(const EC_GROUP *, const BIGNUM *,
    -	EC_POINT *, BN_CTX *);
    +                            EC_POINT *, BN_CTX *);
     char *EC_POINT_point2hex(const EC_GROUP *, const EC_POINT *,
    -	point_conversion_form_t form, BN_CTX *);
    +                         point_conversion_form_t form, BN_CTX *);
     EC_POINT *EC_POINT_hex2point(const EC_GROUP *, const char *,
    -	EC_POINT *, BN_CTX *);
    -
    +                             EC_POINT *, BN_CTX *);
     
     /********************************************************************/
     /*         functions for doing EC_POINT arithmetic                  */
     /********************************************************************/
     
    -/** Computes the sum of two EC_POINT 
    +/** Computes the sum of two EC_POINT
      *  \param  group  underlying EC_GROUP object
      *  \param  r      EC_POINT object for the result (r = a + b)
      *  \param  a      EC_POINT object with the first summand
    @@ -583,16 +608,18 @@ EC_POINT *EC_POINT_hex2point(const EC_GROUP *, const char *,
      *  \param  ctx    BN_CTX object (optional)
      *  \return 1 on success and 0 if an error occured
      */
    -int EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx);
    +int EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a,
    +                 const EC_POINT *b, BN_CTX *ctx);
     
     /** Computes the double of a EC_POINT
      *  \param  group  underlying EC_GROUP object
      *  \param  r      EC_POINT object for the result (r = 2 * a)
    - *  \param  a      EC_POINT object 
    + *  \param  a      EC_POINT object
      *  \param  ctx    BN_CTX object (optional)
      *  \return 1 on success and 0 if an error occured
      */
    -int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx);
    +int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a,
    +                 BN_CTX *ctx);
     
     /** Computes the inverse of a EC_POINT
      *  \param  group  underlying EC_GROUP object
    @@ -609,25 +636,28 @@ int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx);
      */
     int EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *p);
     
    -/** Checks whether the point is on the curve 
    +/** Checks whether the point is on the curve
      *  \param  group  underlying EC_GROUP object
      *  \param  point  EC_POINT object to check
      *  \param  ctx    BN_CTX object (optional)
      *  \return 1 if point if on the curve and 0 otherwise
      */
    -int EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx);
    +int EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point,
    +                         BN_CTX *ctx);
     
    -/** Compares two EC_POINTs 
    +/** Compares two EC_POINTs
      *  \param  group  underlying EC_GROUP object
      *  \param  a      first EC_POINT object
      *  \param  b      second EC_POINT object
      *  \param  ctx    BN_CTX object (optional)
      *  \return 0 if both points are equal and a value != 0 otherwise
      */
    -int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx);
    +int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b,
    +                 BN_CTX *ctx);
     
     int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx);
    -int EC_POINTs_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx);
    +int EC_POINTs_make_affine(const EC_GROUP *group, size_t num,
    +                          EC_POINT *points[], BN_CTX *ctx);
     
     /** Computes r = generator * n sum_{i=0}^{num-1} p[i] * m[i]
      *  \param  group  underlying EC_GROUP object
    @@ -639,7 +669,9 @@ int EC_POINTs_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[],
      *  \param  ctx    BN_CTX object (optional)
      *  \return 1 on success and 0 if an error occured
      */
    -int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, size_t num, const EC_POINT *p[], const BIGNUM *m[], BN_CTX *ctx);
    +int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n,
    +                  size_t num, const EC_POINT *p[], const BIGNUM *m[],
    +                  BN_CTX *ctx);
     
     /** Computes r = generator * n + q * m
      *  \param  group  underlying EC_GROUP object
    @@ -650,7 +682,8 @@ int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, size_t nu
      *  \param  ctx    BN_CTX object (optional)
      *  \return 1 on success and 0 if an error occured
      */
    -int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, const EC_POINT *q, const BIGNUM *m, BN_CTX *ctx);
    +int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n,
    +                 const EC_POINT *q, const BIGNUM *m, BN_CTX *ctx);
     
     /** Stores multiples of generator for faster point multiplication
      *  \param  group  EC_GROUP object
    @@ -665,41 +698,41 @@ int EC_GROUP_precompute_mult(EC_GROUP *group, BN_CTX *ctx);
      */
     int EC_GROUP_have_precompute_mult(const EC_GROUP *group);
     
    -
     /********************************************************************/
     /*                       ASN1 stuff                                 */
     /********************************************************************/
     
    -/* EC_GROUP_get_basis_type() returns the NID of the basis type
    - * used to represent the field elements */
    +/*
    + * EC_GROUP_get_basis_type() returns the NID of the basis type used to
    + * represent the field elements
    + */
     int EC_GROUP_get_basis_type(const EC_GROUP *);
    -#ifndef OPENSSL_NO_EC2M
    +# ifndef OPENSSL_NO_EC2M
     int EC_GROUP_get_trinomial_basis(const EC_GROUP *, unsigned int *k);
    -int EC_GROUP_get_pentanomial_basis(const EC_GROUP *, unsigned int *k1, 
    -	unsigned int *k2, unsigned int *k3);
    -#endif
    +int EC_GROUP_get_pentanomial_basis(const EC_GROUP *, unsigned int *k1,
    +                                   unsigned int *k2, unsigned int *k3);
    +# endif
     
    -#define OPENSSL_EC_NAMED_CURVE	0x001
    +# define OPENSSL_EC_NAMED_CURVE  0x001
     
     typedef struct ecpk_parameters_st ECPKPARAMETERS;
     
     EC_GROUP *d2i_ECPKParameters(EC_GROUP **, const unsigned char **in, long len);
     int i2d_ECPKParameters(const EC_GROUP *, unsigned char **out);
     
    -#define d2i_ECPKParameters_bio(bp,x) ASN1_d2i_bio_of(EC_GROUP,NULL,d2i_ECPKParameters,bp,x)
    -#define i2d_ECPKParameters_bio(bp,x) ASN1_i2d_bio_of_const(EC_GROUP,i2d_ECPKParameters,bp,x)
    -#define d2i_ECPKParameters_fp(fp,x) (EC_GROUP *)ASN1_d2i_fp(NULL, \
    +# define d2i_ECPKParameters_bio(bp,x) ASN1_d2i_bio_of(EC_GROUP,NULL,d2i_ECPKParameters,bp,x)
    +# define i2d_ECPKParameters_bio(bp,x) ASN1_i2d_bio_of_const(EC_GROUP,i2d_ECPKParameters,bp,x)
    +# define d2i_ECPKParameters_fp(fp,x) (EC_GROUP *)ASN1_d2i_fp(NULL, \
                     (char *(*)())d2i_ECPKParameters,(fp),(unsigned char **)(x))
    -#define i2d_ECPKParameters_fp(fp,x) ASN1_i2d_fp(i2d_ECPKParameters,(fp), \
    -		(unsigned char *)(x))
    -
    -#ifndef OPENSSL_NO_BIO
    -int     ECPKParameters_print(BIO *bp, const EC_GROUP *x, int off);
    -#endif
    -#ifndef OPENSSL_NO_FP_API
    -int     ECPKParameters_print_fp(FILE *fp, const EC_GROUP *x, int off);
    -#endif
    +# define i2d_ECPKParameters_fp(fp,x) ASN1_i2d_fp(i2d_ECPKParameters,(fp), \
    +                (unsigned char *)(x))
     
    +# ifndef OPENSSL_NO_BIO
    +int ECPKParameters_print(BIO *bp, const EC_GROUP *x, int off);
    +# endif
    +# ifndef OPENSSL_NO_FP_API
    +int ECPKParameters_print_fp(FILE *fp, const EC_GROUP *x, int off);
    +# endif
     
     /********************************************************************/
     /*                      EC_KEY functions                            */
    @@ -708,12 +741,12 @@ int     ECPKParameters_print_fp(FILE *fp, const EC_GROUP *x, int off);
     typedef struct ec_key_st EC_KEY;
     
     /* some values for the encoding_flag */
    -#define EC_PKEY_NO_PARAMETERS	0x001
    -#define EC_PKEY_NO_PUBKEY	0x002
    +# define EC_PKEY_NO_PARAMETERS   0x001
    +# define EC_PKEY_NO_PUBKEY       0x002
     
     /* some values for the flags field */
    -#define EC_FLAG_NON_FIPS_ALLOW	0x1
    -#define EC_FLAG_FIPS_CHECKED	0x2
    +# define EC_FLAG_NON_FIPS_ALLOW  0x1
    +# define EC_FLAG_FIPS_CHECKED    0x2
     
     /** Creates a new EC_KEY object.
      *  \return EC_KEY object or NULL if an error occurred.
    @@ -729,7 +762,7 @@ void EC_KEY_clear_flags(EC_KEY *key, int flags);
     /** Creates a new EC_KEY object using a named curve as underlying
      *  EC_GROUP object.
      *  \param  nid  NID of the named curve.
    - *  \return EC_KEY object or NULL if an error occurred. 
    + *  \return EC_KEY object or NULL if an error occurred.
      */
     EC_KEY *EC_KEY_new_by_curve_name(int nid);
     
    @@ -804,8 +837,10 @@ void EC_KEY_set_enc_flags(EC_KEY *eckey, unsigned int flags);
     point_conversion_form_t EC_KEY_get_conv_form(const EC_KEY *key);
     void EC_KEY_set_conv_form(EC_KEY *eckey, point_conversion_form_t cform);
     /* functions to set/get method specific data  */
    -void *EC_KEY_get_key_method_data(EC_KEY *key, 
    -	void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *));
    +void *EC_KEY_get_key_method_data(EC_KEY *key,
    +                                 void *(*dup_func) (void *),
    +                                 void (*free_func) (void *),
    +                                 void (*clear_free_func) (void *));
     /** Sets the key method data of an EC_KEY object, if none has yet been set.
      *  \param  key              EC_KEY object
      *  \param  data             opaque data to install.
    @@ -815,11 +850,13 @@ void *EC_KEY_get_key_method_data(EC_KEY *key,
      *  \return the previously set data pointer, or NULL if |data| was inserted.
      */
     void *EC_KEY_insert_key_method_data(EC_KEY *key, void *data,
    -	void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *));
    +                                    void *(*dup_func) (void *),
    +                                    void (*free_func) (void *),
    +                                    void (*clear_free_func) (void *));
     /* wrapper functions for the underlying EC_GROUP object */
     void EC_KEY_set_asn1_flag(EC_KEY *eckey, int asn1_flag);
     
    -/** Creates a table of pre-computed multiples of the generator to 
    +/** Creates a table of pre-computed multiples of the generator to
      *  accelerate further EC_KEY operations.
      *  \param  key  EC_KEY object
      *  \param  ctx  BN_CTX object (optional)
    @@ -846,8 +883,8 @@ int EC_KEY_check_key(const EC_KEY *key);
      *  \param  y    public key y coordinate
      *  \return 1 on success and 0 otherwise.
      */
    -int EC_KEY_set_public_key_affine_coordinates(EC_KEY *key, BIGNUM *x, BIGNUM *y);
    -
    +int EC_KEY_set_public_key_affine_coordinates(EC_KEY *key, BIGNUM *x,
    +                                             BIGNUM *y);
     
     /********************************************************************/
     /*        de- and encoding functions for SEC1 ECPrivateKey          */
    @@ -869,7 +906,6 @@ EC_KEY *d2i_ECPrivateKey(EC_KEY **key, const unsigned char **in, long len);
      */
     int i2d_ECPrivateKey(EC_KEY *key, unsigned char **out);
     
    -
     /********************************************************************/
     /*        de- and encoding functions for EC parameters              */
     /********************************************************************/
    @@ -891,7 +927,6 @@ EC_KEY *d2i_ECParameters(EC_KEY **key, const unsigned char **in, long len);
      */
     int i2d_ECParameters(EC_KEY *key, unsigned char **out);
     
    -
     /********************************************************************/
     /*         de- and encoding functions for EC public key             */
     /*         (octet string, not DER -- hence 'o2i' and 'i2o')         */
    @@ -914,60 +949,128 @@ EC_KEY *o2i_ECPublicKey(EC_KEY **key, const unsigned char **in, long len);
      */
     int i2o_ECPublicKey(EC_KEY *key, unsigned char **out);
     
    -#ifndef OPENSSL_NO_BIO
    +# ifndef OPENSSL_NO_BIO
     /** Prints out the ec parameters on human readable form.
      *  \param  bp   BIO object to which the information is printed
      *  \param  key  EC_KEY object
      *  \return 1 on success and 0 if an error occurred
      */
    -int	ECParameters_print(BIO *bp, const EC_KEY *key);
    +int ECParameters_print(BIO *bp, const EC_KEY *key);
     
     /** Prints out the contents of a EC_KEY object
      *  \param  bp   BIO object to which the information is printed
      *  \param  key  EC_KEY object
    - *  \param  off  line offset 
    + *  \param  off  line offset
      *  \return 1 on success and 0 if an error occurred
      */
    -int	EC_KEY_print(BIO *bp, const EC_KEY *key, int off);
    +int EC_KEY_print(BIO *bp, const EC_KEY *key, int off);
     
    -#endif
    -#ifndef OPENSSL_NO_FP_API
    +# endif
    +# ifndef OPENSSL_NO_FP_API
     /** Prints out the ec parameters on human readable form.
      *  \param  fp   file descriptor to which the information is printed
      *  \param  key  EC_KEY object
      *  \return 1 on success and 0 if an error occurred
      */
    -int	ECParameters_print_fp(FILE *fp, const EC_KEY *key);
    +int ECParameters_print_fp(FILE *fp, const EC_KEY *key);
     
     /** Prints out the contents of a EC_KEY object
      *  \param  fp   file descriptor to which the information is printed
      *  \param  key  EC_KEY object
    - *  \param  off  line offset 
    + *  \param  off  line offset
      *  \return 1 on success and 0 if an error occurred
      */
    -int	EC_KEY_print_fp(FILE *fp, const EC_KEY *key, int off);
    +int EC_KEY_print_fp(FILE *fp, const EC_KEY *key, int off);
     
    -#endif
    +# endif
     
    -#define ECParameters_dup(x) ASN1_dup_of(EC_KEY,i2d_ECParameters,d2i_ECParameters,x)
    +# define ECParameters_dup(x) ASN1_dup_of(EC_KEY,i2d_ECParameters,d2i_ECParameters,x)
     
    -#ifndef __cplusplus
    -#if defined(__SUNPRO_C)
    -#  if __SUNPRO_C >= 0x520
    -# pragma error_messages (default,E_ARRAY_OF_INCOMPLETE_NONAME,E_ARRAY_OF_INCOMPLETE)
    +# ifndef __cplusplus
    +#  if defined(__SUNPRO_C)
    +#   if __SUNPRO_C >= 0x520
    +#    pragma error_messages (default,E_ARRAY_OF_INCOMPLETE_NONAME,E_ARRAY_OF_INCOMPLETE)
    +#   endif
     #  endif
     # endif
    -#endif
     
    -#define EVP_PKEY_CTX_set_ec_paramgen_curve_nid(ctx, nid) \
    -	EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, EVP_PKEY_OP_PARAMGEN, \
    -				EVP_PKEY_CTRL_EC_PARAMGEN_CURVE_NID, nid, NULL)
    -
    -
    -#define EVP_PKEY_CTRL_EC_PARAMGEN_CURVE_NID		(EVP_PKEY_ALG_CTRL + 1)
    +# define EVP_PKEY_CTX_set_ec_paramgen_curve_nid(ctx, nid) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
    +                                EVP_PKEY_OP_PARAMGEN|EVP_PKEY_OP_KEYGEN, \
    +                                EVP_PKEY_CTRL_EC_PARAMGEN_CURVE_NID, nid, NULL)
    +
    +# define EVP_PKEY_CTX_set_ec_param_enc(ctx, flag) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
    +                                EVP_PKEY_OP_PARAMGEN|EVP_PKEY_OP_KEYGEN, \
    +                                EVP_PKEY_CTRL_EC_PARAM_ENC, flag, NULL)
    +
    +# define EVP_PKEY_CTX_set_ecdh_cofactor_mode(ctx, flag) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
    +                                EVP_PKEY_OP_DERIVE, \
    +                                EVP_PKEY_CTRL_EC_ECDH_COFACTOR, flag, NULL)
    +
    +# define EVP_PKEY_CTX_get_ecdh_cofactor_mode(ctx) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
    +                                EVP_PKEY_OP_DERIVE, \
    +                                EVP_PKEY_CTRL_EC_ECDH_COFACTOR, -2, NULL)
    +
    +# define EVP_PKEY_CTX_set_ecdh_kdf_type(ctx, kdf) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
    +                                EVP_PKEY_OP_DERIVE, \
    +                                EVP_PKEY_CTRL_EC_KDF_TYPE, kdf, NULL)
    +
    +# define EVP_PKEY_CTX_get_ecdh_kdf_type(ctx) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
    +                                EVP_PKEY_OP_DERIVE, \
    +                                EVP_PKEY_CTRL_EC_KDF_TYPE, -2, NULL)
    +
    +# define EVP_PKEY_CTX_set_ecdh_kdf_md(ctx, md) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
    +                                EVP_PKEY_OP_DERIVE, \
    +                                EVP_PKEY_CTRL_EC_KDF_MD, 0, (void *)md)
    +
    +# define EVP_PKEY_CTX_get_ecdh_kdf_md(ctx, pmd) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
    +                                EVP_PKEY_OP_DERIVE, \
    +                                EVP_PKEY_CTRL_GET_EC_KDF_MD, 0, (void *)pmd)
    +
    +# define EVP_PKEY_CTX_set_ecdh_kdf_outlen(ctx, len) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
    +                                EVP_PKEY_OP_DERIVE, \
    +                                EVP_PKEY_CTRL_EC_KDF_OUTLEN, len, NULL)
    +
    +# define EVP_PKEY_CTX_get_ecdh_kdf_outlen(ctx, plen) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
    +                                EVP_PKEY_OP_DERIVE, \
    +                        EVP_PKEY_CTRL_GET_EC_KDF_OUTLEN, 0, (void *)plen)
    +
    +# define EVP_PKEY_CTX_set0_ecdh_kdf_ukm(ctx, p, plen) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
    +                                EVP_PKEY_OP_DERIVE, \
    +                                EVP_PKEY_CTRL_EC_KDF_UKM, plen, (void *)p)
    +
    +# define EVP_PKEY_CTX_get0_ecdh_kdf_ukm(ctx, p) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
    +                                EVP_PKEY_OP_DERIVE, \
    +                                EVP_PKEY_CTRL_GET_EC_KDF_UKM, 0, (void *)p)
    +
    +# define EVP_PKEY_CTRL_EC_PARAMGEN_CURVE_NID             (EVP_PKEY_ALG_CTRL + 1)
    +# define EVP_PKEY_CTRL_EC_PARAM_ENC                      (EVP_PKEY_ALG_CTRL + 2)
    +# define EVP_PKEY_CTRL_EC_ECDH_COFACTOR                  (EVP_PKEY_ALG_CTRL + 3)
    +# define EVP_PKEY_CTRL_EC_KDF_TYPE                       (EVP_PKEY_ALG_CTRL + 4)
    +# define EVP_PKEY_CTRL_EC_KDF_MD                         (EVP_PKEY_ALG_CTRL + 5)
    +# define EVP_PKEY_CTRL_GET_EC_KDF_MD                     (EVP_PKEY_ALG_CTRL + 6)
    +# define EVP_PKEY_CTRL_EC_KDF_OUTLEN                     (EVP_PKEY_ALG_CTRL + 7)
    +# define EVP_PKEY_CTRL_GET_EC_KDF_OUTLEN                 (EVP_PKEY_ALG_CTRL + 8)
    +# define EVP_PKEY_CTRL_EC_KDF_UKM                        (EVP_PKEY_ALG_CTRL + 9)
    +# define EVP_PKEY_CTRL_GET_EC_KDF_UKM                    (EVP_PKEY_ALG_CTRL + 10)
    +/* KDF types */
    +# define EVP_PKEY_ECDH_KDF_NONE                          1
    +# define EVP_PKEY_ECDH_KDF_X9_62                         2
     
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     void ERR_load_EC_strings(void);
    @@ -975,191 +1078,202 @@ void ERR_load_EC_strings(void);
     /* Error codes for the EC functions. */
     
     /* Function codes. */
    -#define EC_F_BN_TO_FELEM				 224
    -#define EC_F_COMPUTE_WNAF				 143
    -#define EC_F_D2I_ECPARAMETERS				 144
    -#define EC_F_D2I_ECPKPARAMETERS				 145
    -#define EC_F_D2I_ECPRIVATEKEY				 146
    -#define EC_F_DO_EC_KEY_PRINT				 221
    -#define EC_F_ECKEY_PARAM2TYPE				 223
    -#define EC_F_ECKEY_PARAM_DECODE				 212
    -#define EC_F_ECKEY_PRIV_DECODE				 213
    -#define EC_F_ECKEY_PRIV_ENCODE				 214
    -#define EC_F_ECKEY_PUB_DECODE				 215
    -#define EC_F_ECKEY_PUB_ENCODE				 216
    -#define EC_F_ECKEY_TYPE2PARAM				 220
    -#define EC_F_ECPARAMETERS_PRINT				 147
    -#define EC_F_ECPARAMETERS_PRINT_FP			 148
    -#define EC_F_ECPKPARAMETERS_PRINT			 149
    -#define EC_F_ECPKPARAMETERS_PRINT_FP			 150
    -#define EC_F_ECP_NIST_MOD_192				 203
    -#define EC_F_ECP_NIST_MOD_224				 204
    -#define EC_F_ECP_NIST_MOD_256				 205
    -#define EC_F_ECP_NIST_MOD_521				 206
    -#define EC_F_EC_ASN1_GROUP2CURVE			 153
    -#define EC_F_EC_ASN1_GROUP2FIELDID			 154
    -#define EC_F_EC_ASN1_GROUP2PARAMETERS			 155
    -#define EC_F_EC_ASN1_GROUP2PKPARAMETERS			 156
    -#define EC_F_EC_ASN1_PARAMETERS2GROUP			 157
    -#define EC_F_EC_ASN1_PKPARAMETERS2GROUP			 158
    -#define EC_F_EC_EX_DATA_SET_DATA			 211
    -#define EC_F_EC_GF2M_MONTGOMERY_POINT_MULTIPLY		 208
    -#define EC_F_EC_GF2M_SIMPLE_GROUP_CHECK_DISCRIMINANT	 159
    -#define EC_F_EC_GF2M_SIMPLE_GROUP_SET_CURVE		 195
    -#define EC_F_EC_GF2M_SIMPLE_OCT2POINT			 160
    -#define EC_F_EC_GF2M_SIMPLE_POINT2OCT			 161
    -#define EC_F_EC_GF2M_SIMPLE_POINT_GET_AFFINE_COORDINATES 162
    -#define EC_F_EC_GF2M_SIMPLE_POINT_SET_AFFINE_COORDINATES 163
    -#define EC_F_EC_GF2M_SIMPLE_SET_COMPRESSED_COORDINATES	 164
    -#define EC_F_EC_GFP_MONT_FIELD_DECODE			 133
    -#define EC_F_EC_GFP_MONT_FIELD_ENCODE			 134
    -#define EC_F_EC_GFP_MONT_FIELD_MUL			 131
    -#define EC_F_EC_GFP_MONT_FIELD_SET_TO_ONE		 209
    -#define EC_F_EC_GFP_MONT_FIELD_SQR			 132
    -#define EC_F_EC_GFP_MONT_GROUP_SET_CURVE		 189
    -#define EC_F_EC_GFP_MONT_GROUP_SET_CURVE_GFP		 135
    -#define EC_F_EC_GFP_NISTP224_GROUP_SET_CURVE		 225
    -#define EC_F_EC_GFP_NISTP224_POINTS_MUL			 228
    -#define EC_F_EC_GFP_NISTP224_POINT_GET_AFFINE_COORDINATES 226
    -#define EC_F_EC_GFP_NISTP256_GROUP_SET_CURVE		 230
    -#define EC_F_EC_GFP_NISTP256_POINTS_MUL			 231
    -#define EC_F_EC_GFP_NISTP256_POINT_GET_AFFINE_COORDINATES 232
    -#define EC_F_EC_GFP_NISTP521_GROUP_SET_CURVE		 233
    -#define EC_F_EC_GFP_NISTP521_POINTS_MUL			 234
    -#define EC_F_EC_GFP_NISTP521_POINT_GET_AFFINE_COORDINATES 235
    -#define EC_F_EC_GFP_NIST_FIELD_MUL			 200
    -#define EC_F_EC_GFP_NIST_FIELD_SQR			 201
    -#define EC_F_EC_GFP_NIST_GROUP_SET_CURVE		 202
    -#define EC_F_EC_GFP_SIMPLE_GROUP_CHECK_DISCRIMINANT	 165
    -#define EC_F_EC_GFP_SIMPLE_GROUP_SET_CURVE		 166
    -#define EC_F_EC_GFP_SIMPLE_GROUP_SET_CURVE_GFP		 100
    -#define EC_F_EC_GFP_SIMPLE_GROUP_SET_GENERATOR		 101
    -#define EC_F_EC_GFP_SIMPLE_MAKE_AFFINE			 102
    -#define EC_F_EC_GFP_SIMPLE_OCT2POINT			 103
    -#define EC_F_EC_GFP_SIMPLE_POINT2OCT			 104
    -#define EC_F_EC_GFP_SIMPLE_POINTS_MAKE_AFFINE		 137
    -#define EC_F_EC_GFP_SIMPLE_POINT_GET_AFFINE_COORDINATES	 167
    -#define EC_F_EC_GFP_SIMPLE_POINT_GET_AFFINE_COORDINATES_GFP 105
    -#define EC_F_EC_GFP_SIMPLE_POINT_SET_AFFINE_COORDINATES	 168
    -#define EC_F_EC_GFP_SIMPLE_POINT_SET_AFFINE_COORDINATES_GFP 128
    -#define EC_F_EC_GFP_SIMPLE_SET_COMPRESSED_COORDINATES	 169
    -#define EC_F_EC_GFP_SIMPLE_SET_COMPRESSED_COORDINATES_GFP 129
    -#define EC_F_EC_GROUP_CHECK				 170
    -#define EC_F_EC_GROUP_CHECK_DISCRIMINANT		 171
    -#define EC_F_EC_GROUP_COPY				 106
    -#define EC_F_EC_GROUP_GET0_GENERATOR			 139
    -#define EC_F_EC_GROUP_GET_COFACTOR			 140
    -#define EC_F_EC_GROUP_GET_CURVE_GF2M			 172
    -#define EC_F_EC_GROUP_GET_CURVE_GFP			 130
    -#define EC_F_EC_GROUP_GET_DEGREE			 173
    -#define EC_F_EC_GROUP_GET_ORDER				 141
    -#define EC_F_EC_GROUP_GET_PENTANOMIAL_BASIS		 193
    -#define EC_F_EC_GROUP_GET_TRINOMIAL_BASIS		 194
    -#define EC_F_EC_GROUP_NEW				 108
    -#define EC_F_EC_GROUP_NEW_BY_CURVE_NAME			 174
    -#define EC_F_EC_GROUP_NEW_FROM_DATA			 175
    -#define EC_F_EC_GROUP_PRECOMPUTE_MULT			 142
    -#define EC_F_EC_GROUP_SET_CURVE_GF2M			 176
    -#define EC_F_EC_GROUP_SET_CURVE_GFP			 109
    -#define EC_F_EC_GROUP_SET_EXTRA_DATA			 110
    -#define EC_F_EC_GROUP_SET_GENERATOR			 111
    -#define EC_F_EC_KEY_CHECK_KEY				 177
    -#define EC_F_EC_KEY_COPY				 178
    -#define EC_F_EC_KEY_GENERATE_KEY			 179
    -#define EC_F_EC_KEY_NEW					 182
    -#define EC_F_EC_KEY_PRINT				 180
    -#define EC_F_EC_KEY_PRINT_FP				 181
    -#define EC_F_EC_KEY_SET_PUBLIC_KEY_AFFINE_COORDINATES	 229
    -#define EC_F_EC_POINTS_MAKE_AFFINE			 136
    -#define EC_F_EC_POINT_ADD				 112
    -#define EC_F_EC_POINT_CMP				 113
    -#define EC_F_EC_POINT_COPY				 114
    -#define EC_F_EC_POINT_DBL				 115
    -#define EC_F_EC_POINT_GET_AFFINE_COORDINATES_GF2M	 183
    -#define EC_F_EC_POINT_GET_AFFINE_COORDINATES_GFP	 116
    -#define EC_F_EC_POINT_GET_JPROJECTIVE_COORDINATES_GFP	 117
    -#define EC_F_EC_POINT_INVERT				 210
    -#define EC_F_EC_POINT_IS_AT_INFINITY			 118
    -#define EC_F_EC_POINT_IS_ON_CURVE			 119
    -#define EC_F_EC_POINT_MAKE_AFFINE			 120
    -#define EC_F_EC_POINT_MUL				 184
    -#define EC_F_EC_POINT_NEW				 121
    -#define EC_F_EC_POINT_OCT2POINT				 122
    -#define EC_F_EC_POINT_POINT2OCT				 123
    -#define EC_F_EC_POINT_SET_AFFINE_COORDINATES_GF2M	 185
    -#define EC_F_EC_POINT_SET_AFFINE_COORDINATES_GFP	 124
    -#define EC_F_EC_POINT_SET_COMPRESSED_COORDINATES_GF2M	 186
    -#define EC_F_EC_POINT_SET_COMPRESSED_COORDINATES_GFP	 125
    -#define EC_F_EC_POINT_SET_JPROJECTIVE_COORDINATES_GFP	 126
    -#define EC_F_EC_POINT_SET_TO_INFINITY			 127
    -#define EC_F_EC_PRE_COMP_DUP				 207
    -#define EC_F_EC_PRE_COMP_NEW				 196
    -#define EC_F_EC_WNAF_MUL				 187
    -#define EC_F_EC_WNAF_PRECOMPUTE_MULT			 188
    -#define EC_F_I2D_ECPARAMETERS				 190
    -#define EC_F_I2D_ECPKPARAMETERS				 191
    -#define EC_F_I2D_ECPRIVATEKEY				 192
    -#define EC_F_I2O_ECPUBLICKEY				 151
    -#define EC_F_NISTP224_PRE_COMP_NEW			 227
    -#define EC_F_NISTP256_PRE_COMP_NEW			 236
    -#define EC_F_NISTP521_PRE_COMP_NEW			 237
    -#define EC_F_O2I_ECPUBLICKEY				 152
    -#define EC_F_OLD_EC_PRIV_DECODE				 222
    -#define EC_F_PKEY_EC_CTRL				 197
    -#define EC_F_PKEY_EC_CTRL_STR				 198
    -#define EC_F_PKEY_EC_DERIVE				 217
    -#define EC_F_PKEY_EC_KEYGEN				 199
    -#define EC_F_PKEY_EC_PARAMGEN				 219
    -#define EC_F_PKEY_EC_SIGN				 218
    +# define EC_F_BN_TO_FELEM                                 224
    +# define EC_F_COMPUTE_WNAF                                143
    +# define EC_F_D2I_ECPARAMETERS                            144
    +# define EC_F_D2I_ECPKPARAMETERS                          145
    +# define EC_F_D2I_ECPRIVATEKEY                            146
    +# define EC_F_DO_EC_KEY_PRINT                             221
    +# define EC_F_ECDH_CMS_DECRYPT                            238
    +# define EC_F_ECDH_CMS_SET_SHARED_INFO                    239
    +# define EC_F_ECKEY_PARAM2TYPE                            223
    +# define EC_F_ECKEY_PARAM_DECODE                          212
    +# define EC_F_ECKEY_PRIV_DECODE                           213
    +# define EC_F_ECKEY_PRIV_ENCODE                           214
    +# define EC_F_ECKEY_PUB_DECODE                            215
    +# define EC_F_ECKEY_PUB_ENCODE                            216
    +# define EC_F_ECKEY_TYPE2PARAM                            220
    +# define EC_F_ECPARAMETERS_PRINT                          147
    +# define EC_F_ECPARAMETERS_PRINT_FP                       148
    +# define EC_F_ECPKPARAMETERS_PRINT                        149
    +# define EC_F_ECPKPARAMETERS_PRINT_FP                     150
    +# define EC_F_ECP_NIST_MOD_192                            203
    +# define EC_F_ECP_NIST_MOD_224                            204
    +# define EC_F_ECP_NIST_MOD_256                            205
    +# define EC_F_ECP_NIST_MOD_521                            206
    +# define EC_F_EC_ASN1_GROUP2CURVE                         153
    +# define EC_F_EC_ASN1_GROUP2FIELDID                       154
    +# define EC_F_EC_ASN1_GROUP2PARAMETERS                    155
    +# define EC_F_EC_ASN1_GROUP2PKPARAMETERS                  156
    +# define EC_F_EC_ASN1_PARAMETERS2GROUP                    157
    +# define EC_F_EC_ASN1_PKPARAMETERS2GROUP                  158
    +# define EC_F_EC_EX_DATA_SET_DATA                         211
    +# define EC_F_EC_GF2M_MONTGOMERY_POINT_MULTIPLY           208
    +# define EC_F_EC_GF2M_SIMPLE_GROUP_CHECK_DISCRIMINANT     159
    +# define EC_F_EC_GF2M_SIMPLE_GROUP_SET_CURVE              195
    +# define EC_F_EC_GF2M_SIMPLE_OCT2POINT                    160
    +# define EC_F_EC_GF2M_SIMPLE_POINT2OCT                    161
    +# define EC_F_EC_GF2M_SIMPLE_POINT_GET_AFFINE_COORDINATES 162
    +# define EC_F_EC_GF2M_SIMPLE_POINT_SET_AFFINE_COORDINATES 163
    +# define EC_F_EC_GF2M_SIMPLE_SET_COMPRESSED_COORDINATES   164
    +# define EC_F_EC_GFP_MONT_FIELD_DECODE                    133
    +# define EC_F_EC_GFP_MONT_FIELD_ENCODE                    134
    +# define EC_F_EC_GFP_MONT_FIELD_MUL                       131
    +# define EC_F_EC_GFP_MONT_FIELD_SET_TO_ONE                209
    +# define EC_F_EC_GFP_MONT_FIELD_SQR                       132
    +# define EC_F_EC_GFP_MONT_GROUP_SET_CURVE                 189
    +# define EC_F_EC_GFP_MONT_GROUP_SET_CURVE_GFP             135
    +# define EC_F_EC_GFP_NISTP224_GROUP_SET_CURVE             225
    +# define EC_F_EC_GFP_NISTP224_POINTS_MUL                  228
    +# define EC_F_EC_GFP_NISTP224_POINT_GET_AFFINE_COORDINATES 226
    +# define EC_F_EC_GFP_NISTP256_GROUP_SET_CURVE             230
    +# define EC_F_EC_GFP_NISTP256_POINTS_MUL                  231
    +# define EC_F_EC_GFP_NISTP256_POINT_GET_AFFINE_COORDINATES 232
    +# define EC_F_EC_GFP_NISTP521_GROUP_SET_CURVE             233
    +# define EC_F_EC_GFP_NISTP521_POINTS_MUL                  234
    +# define EC_F_EC_GFP_NISTP521_POINT_GET_AFFINE_COORDINATES 235
    +# define EC_F_EC_GFP_NIST_FIELD_MUL                       200
    +# define EC_F_EC_GFP_NIST_FIELD_SQR                       201
    +# define EC_F_EC_GFP_NIST_GROUP_SET_CURVE                 202
    +# define EC_F_EC_GFP_SIMPLE_GROUP_CHECK_DISCRIMINANT      165
    +# define EC_F_EC_GFP_SIMPLE_GROUP_SET_CURVE               166
    +# define EC_F_EC_GFP_SIMPLE_GROUP_SET_CURVE_GFP           100
    +# define EC_F_EC_GFP_SIMPLE_GROUP_SET_GENERATOR           101
    +# define EC_F_EC_GFP_SIMPLE_MAKE_AFFINE                   102
    +# define EC_F_EC_GFP_SIMPLE_OCT2POINT                     103
    +# define EC_F_EC_GFP_SIMPLE_POINT2OCT                     104
    +# define EC_F_EC_GFP_SIMPLE_POINTS_MAKE_AFFINE            137
    +# define EC_F_EC_GFP_SIMPLE_POINT_GET_AFFINE_COORDINATES  167
    +# define EC_F_EC_GFP_SIMPLE_POINT_GET_AFFINE_COORDINATES_GFP 105
    +# define EC_F_EC_GFP_SIMPLE_POINT_SET_AFFINE_COORDINATES  168
    +# define EC_F_EC_GFP_SIMPLE_POINT_SET_AFFINE_COORDINATES_GFP 128
    +# define EC_F_EC_GFP_SIMPLE_SET_COMPRESSED_COORDINATES    169
    +# define EC_F_EC_GFP_SIMPLE_SET_COMPRESSED_COORDINATES_GFP 129
    +# define EC_F_EC_GROUP_CHECK                              170
    +# define EC_F_EC_GROUP_CHECK_DISCRIMINANT                 171
    +# define EC_F_EC_GROUP_COPY                               106
    +# define EC_F_EC_GROUP_GET0_GENERATOR                     139
    +# define EC_F_EC_GROUP_GET_COFACTOR                       140
    +# define EC_F_EC_GROUP_GET_CURVE_GF2M                     172
    +# define EC_F_EC_GROUP_GET_CURVE_GFP                      130
    +# define EC_F_EC_GROUP_GET_DEGREE                         173
    +# define EC_F_EC_GROUP_GET_ORDER                          141
    +# define EC_F_EC_GROUP_GET_PENTANOMIAL_BASIS              193
    +# define EC_F_EC_GROUP_GET_TRINOMIAL_BASIS                194
    +# define EC_F_EC_GROUP_NEW                                108
    +# define EC_F_EC_GROUP_NEW_BY_CURVE_NAME                  174
    +# define EC_F_EC_GROUP_NEW_FROM_DATA                      175
    +# define EC_F_EC_GROUP_PRECOMPUTE_MULT                    142
    +# define EC_F_EC_GROUP_SET_CURVE_GF2M                     176
    +# define EC_F_EC_GROUP_SET_CURVE_GFP                      109
    +# define EC_F_EC_GROUP_SET_EXTRA_DATA                     110
    +# define EC_F_EC_GROUP_SET_GENERATOR                      111
    +# define EC_F_EC_KEY_CHECK_KEY                            177
    +# define EC_F_EC_KEY_COPY                                 178
    +# define EC_F_EC_KEY_GENERATE_KEY                         179
    +# define EC_F_EC_KEY_NEW                                  182
    +# define EC_F_EC_KEY_PRINT                                180
    +# define EC_F_EC_KEY_PRINT_FP                             181
    +# define EC_F_EC_KEY_SET_PUBLIC_KEY_AFFINE_COORDINATES    229
    +# define EC_F_EC_POINTS_MAKE_AFFINE                       136
    +# define EC_F_EC_POINT_ADD                                112
    +# define EC_F_EC_POINT_CMP                                113
    +# define EC_F_EC_POINT_COPY                               114
    +# define EC_F_EC_POINT_DBL                                115
    +# define EC_F_EC_POINT_GET_AFFINE_COORDINATES_GF2M        183
    +# define EC_F_EC_POINT_GET_AFFINE_COORDINATES_GFP         116
    +# define EC_F_EC_POINT_GET_JPROJECTIVE_COORDINATES_GFP    117
    +# define EC_F_EC_POINT_INVERT                             210
    +# define EC_F_EC_POINT_IS_AT_INFINITY                     118
    +# define EC_F_EC_POINT_IS_ON_CURVE                        119
    +# define EC_F_EC_POINT_MAKE_AFFINE                        120
    +# define EC_F_EC_POINT_MUL                                184
    +# define EC_F_EC_POINT_NEW                                121
    +# define EC_F_EC_POINT_OCT2POINT                          122
    +# define EC_F_EC_POINT_POINT2OCT                          123
    +# define EC_F_EC_POINT_SET_AFFINE_COORDINATES_GF2M        185
    +# define EC_F_EC_POINT_SET_AFFINE_COORDINATES_GFP         124
    +# define EC_F_EC_POINT_SET_COMPRESSED_COORDINATES_GF2M    186
    +# define EC_F_EC_POINT_SET_COMPRESSED_COORDINATES_GFP     125
    +# define EC_F_EC_POINT_SET_JPROJECTIVE_COORDINATES_GFP    126
    +# define EC_F_EC_POINT_SET_TO_INFINITY                    127
    +# define EC_F_EC_PRE_COMP_DUP                             207
    +# define EC_F_EC_PRE_COMP_NEW                             196
    +# define EC_F_EC_WNAF_MUL                                 187
    +# define EC_F_EC_WNAF_PRECOMPUTE_MULT                     188
    +# define EC_F_I2D_ECPARAMETERS                            190
    +# define EC_F_I2D_ECPKPARAMETERS                          191
    +# define EC_F_I2D_ECPRIVATEKEY                            192
    +# define EC_F_I2O_ECPUBLICKEY                             151
    +# define EC_F_NISTP224_PRE_COMP_NEW                       227
    +# define EC_F_NISTP256_PRE_COMP_NEW                       236
    +# define EC_F_NISTP521_PRE_COMP_NEW                       237
    +# define EC_F_ECP_NISTZ256_GET_AFFINE                     240
    +# define EC_F_ECP_NISTZ256_POINTS_MUL                     241
    +# define EC_F_ECP_NISTZ256_WINDOWED_MUL                   242
    +# define EC_F_ECP_NISTZ256_MULT_PRECOMPUTE                243
    +# define EC_F_ECP_NISTZ256_PRE_COMP_NEW                   244
    +# define EC_F_O2I_ECPUBLICKEY                             152
    +# define EC_F_OLD_EC_PRIV_DECODE                          222
    +# define EC_F_PKEY_EC_CTRL                                197
    +# define EC_F_PKEY_EC_CTRL_STR                            198
    +# define EC_F_PKEY_EC_DERIVE                              217
    +# define EC_F_PKEY_EC_KEYGEN                              199
    +# define EC_F_PKEY_EC_PARAMGEN                            219
    +# define EC_F_PKEY_EC_SIGN                                218
     
     /* Reason codes. */
    -#define EC_R_ASN1_ERROR					 115
    -#define EC_R_ASN1_UNKNOWN_FIELD				 116
    -#define EC_R_BIGNUM_OUT_OF_RANGE			 144
    -#define EC_R_BUFFER_TOO_SMALL				 100
    -#define EC_R_COORDINATES_OUT_OF_RANGE			 146
    -#define EC_R_D2I_ECPKPARAMETERS_FAILURE			 117
    -#define EC_R_DECODE_ERROR				 142
    -#define EC_R_DISCRIMINANT_IS_ZERO			 118
    -#define EC_R_EC_GROUP_NEW_BY_NAME_FAILURE		 119
    -#define EC_R_FIELD_TOO_LARGE				 143
    -#define EC_R_GF2M_NOT_SUPPORTED				 147
    -#define EC_R_GROUP2PKPARAMETERS_FAILURE			 120
    -#define EC_R_I2D_ECPKPARAMETERS_FAILURE			 121
    -#define EC_R_INCOMPATIBLE_OBJECTS			 101
    -#define EC_R_INVALID_ARGUMENT				 112
    -#define EC_R_INVALID_COMPRESSED_POINT			 110
    -#define EC_R_INVALID_COMPRESSION_BIT			 109
    -#define EC_R_INVALID_CURVE				 141
    -#define EC_R_INVALID_DIGEST_TYPE			 138
    -#define EC_R_INVALID_ENCODING				 102
    -#define EC_R_INVALID_FIELD				 103
    -#define EC_R_INVALID_FORM				 104
    -#define EC_R_INVALID_GROUP_ORDER			 122
    -#define EC_R_INVALID_PENTANOMIAL_BASIS			 132
    -#define EC_R_INVALID_PRIVATE_KEY			 123
    -#define EC_R_INVALID_TRINOMIAL_BASIS			 137
    -#define EC_R_KEYS_NOT_SET				 140
    -#define EC_R_MISSING_PARAMETERS				 124
    -#define EC_R_MISSING_PRIVATE_KEY			 125
    -#define EC_R_NOT_A_NIST_PRIME				 135
    -#define EC_R_NOT_A_SUPPORTED_NIST_PRIME			 136
    -#define EC_R_NOT_IMPLEMENTED				 126
    -#define EC_R_NOT_INITIALIZED				 111
    -#define EC_R_NO_FIELD_MOD				 133
    -#define EC_R_NO_PARAMETERS_SET				 139
    -#define EC_R_PASSED_NULL_PARAMETER			 134
    -#define EC_R_PKPARAMETERS2GROUP_FAILURE			 127
    -#define EC_R_POINT_AT_INFINITY				 106
    -#define EC_R_POINT_IS_NOT_ON_CURVE			 107
    -#define EC_R_SLOT_FULL					 108
    -#define EC_R_UNDEFINED_GENERATOR			 113
    -#define EC_R_UNDEFINED_ORDER				 128
    -#define EC_R_UNKNOWN_GROUP				 129
    -#define EC_R_UNKNOWN_ORDER				 114
    -#define EC_R_UNSUPPORTED_FIELD				 131
    -#define EC_R_WRONG_CURVE_PARAMETERS			 145
    -#define EC_R_WRONG_ORDER				 130
    +# define EC_R_ASN1_ERROR                                  115
    +# define EC_R_ASN1_UNKNOWN_FIELD                          116
    +# define EC_R_BIGNUM_OUT_OF_RANGE                         144
    +# define EC_R_BUFFER_TOO_SMALL                            100
    +# define EC_R_COORDINATES_OUT_OF_RANGE                    146
    +# define EC_R_D2I_ECPKPARAMETERS_FAILURE                  117
    +# define EC_R_DECODE_ERROR                                142
    +# define EC_R_DISCRIMINANT_IS_ZERO                        118
    +# define EC_R_EC_GROUP_NEW_BY_NAME_FAILURE                119
    +# define EC_R_FIELD_TOO_LARGE                             143
    +# define EC_R_GF2M_NOT_SUPPORTED                          147
    +# define EC_R_GROUP2PKPARAMETERS_FAILURE                  120
    +# define EC_R_I2D_ECPKPARAMETERS_FAILURE                  121
    +# define EC_R_INCOMPATIBLE_OBJECTS                        101
    +# define EC_R_INVALID_ARGUMENT                            112
    +# define EC_R_INVALID_COMPRESSED_POINT                    110
    +# define EC_R_INVALID_COMPRESSION_BIT                     109
    +# define EC_R_INVALID_CURVE                               141
    +# define EC_R_INVALID_DIGEST                              151
    +# define EC_R_INVALID_DIGEST_TYPE                         138
    +# define EC_R_INVALID_ENCODING                            102
    +# define EC_R_INVALID_FIELD                               103
    +# define EC_R_INVALID_FORM                                104
    +# define EC_R_INVALID_GROUP_ORDER                         122
    +# define EC_R_INVALID_PENTANOMIAL_BASIS                   132
    +# define EC_R_INVALID_PRIVATE_KEY                         123
    +# define EC_R_INVALID_TRINOMIAL_BASIS                     137
    +# define EC_R_KDF_PARAMETER_ERROR                         148
    +# define EC_R_KEYS_NOT_SET                                140
    +# define EC_R_MISSING_PARAMETERS                          124
    +# define EC_R_MISSING_PRIVATE_KEY                         125
    +# define EC_R_NOT_A_NIST_PRIME                            135
    +# define EC_R_NOT_A_SUPPORTED_NIST_PRIME                  136
    +# define EC_R_NOT_IMPLEMENTED                             126
    +# define EC_R_NOT_INITIALIZED                             111
    +# define EC_R_NO_FIELD_MOD                                133
    +# define EC_R_NO_PARAMETERS_SET                           139
    +# define EC_R_PASSED_NULL_PARAMETER                       134
    +# define EC_R_PEER_KEY_ERROR                              149
    +# define EC_R_PKPARAMETERS2GROUP_FAILURE                  127
    +# define EC_R_POINT_AT_INFINITY                           106
    +# define EC_R_POINT_IS_NOT_ON_CURVE                       107
    +# define EC_R_SHARED_INFO_ERROR                           150
    +# define EC_R_SLOT_FULL                                   108
    +# define EC_R_UNDEFINED_GENERATOR                         113
    +# define EC_R_UNDEFINED_ORDER                             128
    +# define EC_R_UNKNOWN_GROUP                               129
    +# define EC_R_UNKNOWN_ORDER                               114
    +# define EC_R_UNSUPPORTED_FIELD                           131
    +# define EC_R_WRONG_CURVE_PARAMETERS                      145
    +# define EC_R_WRONG_ORDER                                 130
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/ec/ec2_mult.c b/openssl/crypto/ec/ec2_mult.c
    index 1c575dc47..68cc8771d 100644
    --- a/openssl/crypto/ec/ec2_mult.c
    +++ b/openssl/crypto/ec/ec2_mult.c
    @@ -21,7 +21,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -73,323 +73,391 @@
     
     #ifndef OPENSSL_NO_EC2M
     
    -
    -/* Compute the x-coordinate x/z for the point 2*(x/z) in Montgomery projective 
    +/*-
    + * Compute the x-coordinate x/z for the point 2*(x/z) in Montgomery projective
      * coordinates.
    - * Uses algorithm Mdouble in appendix of 
    - *     Lopez, J. and Dahab, R.  "Fast multiplication on elliptic curves over 
    + * Uses algorithm Mdouble in appendix of
    + *     Lopez, J. and Dahab, R.  "Fast multiplication on elliptic curves over
      *     GF(2^m) without precomputation" (CHES '99, LNCS 1717).
      * modified to not require precomputation of c=b^{2^{m-1}}.
      */
    -static int gf2m_Mdouble(const EC_GROUP *group, BIGNUM *x, BIGNUM *z, BN_CTX *ctx)
    -	{
    -	BIGNUM *t1;
    -	int ret = 0;
    -	
    -	/* Since Mdouble is static we can guarantee that ctx != NULL. */
    -	BN_CTX_start(ctx);
    -	t1 = BN_CTX_get(ctx);
    -	if (t1 == NULL) goto err;
    -
    -	if (!group->meth->field_sqr(group, x, x, ctx)) goto err;
    -	if (!group->meth->field_sqr(group, t1, z, ctx)) goto err;
    -	if (!group->meth->field_mul(group, z, x, t1, ctx)) goto err;
    -	if (!group->meth->field_sqr(group, x, x, ctx)) goto err;
    -	if (!group->meth->field_sqr(group, t1, t1, ctx)) goto err;
    -	if (!group->meth->field_mul(group, t1, &group->b, t1, ctx)) goto err;
    -	if (!BN_GF2m_add(x, x, t1)) goto err;
    -
    -	ret = 1;
    +static int gf2m_Mdouble(const EC_GROUP *group, BIGNUM *x, BIGNUM *z,
    +                        BN_CTX *ctx)
    +{
    +    BIGNUM *t1;
    +    int ret = 0;
    +
    +    /* Since Mdouble is static we can guarantee that ctx != NULL. */
    +    BN_CTX_start(ctx);
    +    t1 = BN_CTX_get(ctx);
    +    if (t1 == NULL)
    +        goto err;
    +
    +    if (!group->meth->field_sqr(group, x, x, ctx))
    +        goto err;
    +    if (!group->meth->field_sqr(group, t1, z, ctx))
    +        goto err;
    +    if (!group->meth->field_mul(group, z, x, t1, ctx))
    +        goto err;
    +    if (!group->meth->field_sqr(group, x, x, ctx))
    +        goto err;
    +    if (!group->meth->field_sqr(group, t1, t1, ctx))
    +        goto err;
    +    if (!group->meth->field_mul(group, t1, &group->b, t1, ctx))
    +        goto err;
    +    if (!BN_GF2m_add(x, x, t1))
    +        goto err;
    +
    +    ret = 1;
     
      err:
    -	BN_CTX_end(ctx);
    -	return ret;
    -	}
    +    BN_CTX_end(ctx);
    +    return ret;
    +}
     
    -/* Compute the x-coordinate x1/z1 for the point (x1/z1)+(x2/x2) in Montgomery 
    +/*-
    + * Compute the x-coordinate x1/z1 for the point (x1/z1)+(x2/x2) in Montgomery
      * projective coordinates.
    - * Uses algorithm Madd in appendix of 
    - *     Lopez, J. and Dahab, R.  "Fast multiplication on elliptic curves over 
    + * Uses algorithm Madd in appendix of
    + *     Lopez, J. and Dahab, R.  "Fast multiplication on elliptic curves over
      *     GF(2^m) without precomputation" (CHES '99, LNCS 1717).
      */
    -static int gf2m_Madd(const EC_GROUP *group, const BIGNUM *x, BIGNUM *x1, BIGNUM *z1, 
    -	const BIGNUM *x2, const BIGNUM *z2, BN_CTX *ctx)
    -	{
    -	BIGNUM *t1, *t2;
    -	int ret = 0;
    -	
    -	/* Since Madd is static we can guarantee that ctx != NULL. */
    -	BN_CTX_start(ctx);
    -	t1 = BN_CTX_get(ctx);
    -	t2 = BN_CTX_get(ctx);
    -	if (t2 == NULL) goto err;
    -
    -	if (!BN_copy(t1, x)) goto err;
    -	if (!group->meth->field_mul(group, x1, x1, z2, ctx)) goto err;
    -	if (!group->meth->field_mul(group, z1, z1, x2, ctx)) goto err;
    -	if (!group->meth->field_mul(group, t2, x1, z1, ctx)) goto err;
    -	if (!BN_GF2m_add(z1, z1, x1)) goto err;
    -	if (!group->meth->field_sqr(group, z1, z1, ctx)) goto err;
    -	if (!group->meth->field_mul(group, x1, z1, t1, ctx)) goto err;
    -	if (!BN_GF2m_add(x1, x1, t2)) goto err;
    -
    -	ret = 1;
    +static int gf2m_Madd(const EC_GROUP *group, const BIGNUM *x, BIGNUM *x1,
    +                     BIGNUM *z1, const BIGNUM *x2, const BIGNUM *z2,
    +                     BN_CTX *ctx)
    +{
    +    BIGNUM *t1, *t2;
    +    int ret = 0;
    +
    +    /* Since Madd is static we can guarantee that ctx != NULL. */
    +    BN_CTX_start(ctx);
    +    t1 = BN_CTX_get(ctx);
    +    t2 = BN_CTX_get(ctx);
    +    if (t2 == NULL)
    +        goto err;
    +
    +    if (!BN_copy(t1, x))
    +        goto err;
    +    if (!group->meth->field_mul(group, x1, x1, z2, ctx))
    +        goto err;
    +    if (!group->meth->field_mul(group, z1, z1, x2, ctx))
    +        goto err;
    +    if (!group->meth->field_mul(group, t2, x1, z1, ctx))
    +        goto err;
    +    if (!BN_GF2m_add(z1, z1, x1))
    +        goto err;
    +    if (!group->meth->field_sqr(group, z1, z1, ctx))
    +        goto err;
    +    if (!group->meth->field_mul(group, x1, z1, t1, ctx))
    +        goto err;
    +    if (!BN_GF2m_add(x1, x1, t2))
    +        goto err;
    +
    +    ret = 1;
     
      err:
    -	BN_CTX_end(ctx);
    -	return ret;
    -	}
    -
    -/* Compute the x, y affine coordinates from the point (x1, z1) (x2, z2) 
    - * using Montgomery point multiplication algorithm Mxy() in appendix of 
    - *     Lopez, J. and Dahab, R.  "Fast multiplication on elliptic curves over 
    +    BN_CTX_end(ctx);
    +    return ret;
    +}
    +
    +/*-
    + * Compute the x, y affine coordinates from the point (x1, z1) (x2, z2)
    + * using Montgomery point multiplication algorithm Mxy() in appendix of
    + *     Lopez, J. and Dahab, R.  "Fast multiplication on elliptic curves over
      *     GF(2^m) without precomputation" (CHES '99, LNCS 1717).
      * Returns:
      *     0 on error
      *     1 if return value should be the point at infinity
      *     2 otherwise
      */
    -static int gf2m_Mxy(const EC_GROUP *group, const BIGNUM *x, const BIGNUM *y, BIGNUM *x1, 
    -	BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx)
    -	{
    -	BIGNUM *t3, *t4, *t5;
    -	int ret = 0;
    -	
    -	if (BN_is_zero(z1))
    -		{
    -		BN_zero(x2);
    -		BN_zero(z2);
    -		return 1;
    -		}
    -	
    -	if (BN_is_zero(z2))
    -		{
    -		if (!BN_copy(x2, x)) return 0;
    -		if (!BN_GF2m_add(z2, x, y)) return 0;
    -		return 2;
    -		}
    -		
    -	/* Since Mxy is static we can guarantee that ctx != NULL. */
    -	BN_CTX_start(ctx);
    -	t3 = BN_CTX_get(ctx);
    -	t4 = BN_CTX_get(ctx);
    -	t5 = BN_CTX_get(ctx);
    -	if (t5 == NULL) goto err;
    -
    -	if (!BN_one(t5)) goto err;
    -
    -	if (!group->meth->field_mul(group, t3, z1, z2, ctx)) goto err;
    -
    -	if (!group->meth->field_mul(group, z1, z1, x, ctx)) goto err;
    -	if (!BN_GF2m_add(z1, z1, x1)) goto err;
    -	if (!group->meth->field_mul(group, z2, z2, x, ctx)) goto err;
    -	if (!group->meth->field_mul(group, x1, z2, x1, ctx)) goto err;
    -	if (!BN_GF2m_add(z2, z2, x2)) goto err;
    -
    -	if (!group->meth->field_mul(group, z2, z2, z1, ctx)) goto err;
    -	if (!group->meth->field_sqr(group, t4, x, ctx)) goto err;
    -	if (!BN_GF2m_add(t4, t4, y)) goto err;
    -	if (!group->meth->field_mul(group, t4, t4, t3, ctx)) goto err;
    -	if (!BN_GF2m_add(t4, t4, z2)) goto err;
    -
    -	if (!group->meth->field_mul(group, t3, t3, x, ctx)) goto err;
    -	if (!group->meth->field_div(group, t3, t5, t3, ctx)) goto err;
    -	if (!group->meth->field_mul(group, t4, t3, t4, ctx)) goto err;
    -	if (!group->meth->field_mul(group, x2, x1, t3, ctx)) goto err;
    -	if (!BN_GF2m_add(z2, x2, x)) goto err;
    -
    -	if (!group->meth->field_mul(group, z2, z2, t4, ctx)) goto err;
    -	if (!BN_GF2m_add(z2, z2, y)) goto err;
    -
    -	ret = 2;
    +static int gf2m_Mxy(const EC_GROUP *group, const BIGNUM *x, const BIGNUM *y,
    +                    BIGNUM *x1, BIGNUM *z1, BIGNUM *x2, BIGNUM *z2,
    +                    BN_CTX *ctx)
    +{
    +    BIGNUM *t3, *t4, *t5;
    +    int ret = 0;
    +
    +    if (BN_is_zero(z1)) {
    +        BN_zero(x2);
    +        BN_zero(z2);
    +        return 1;
    +    }
    +
    +    if (BN_is_zero(z2)) {
    +        if (!BN_copy(x2, x))
    +            return 0;
    +        if (!BN_GF2m_add(z2, x, y))
    +            return 0;
    +        return 2;
    +    }
    +
    +    /* Since Mxy is static we can guarantee that ctx != NULL. */
    +    BN_CTX_start(ctx);
    +    t3 = BN_CTX_get(ctx);
    +    t4 = BN_CTX_get(ctx);
    +    t5 = BN_CTX_get(ctx);
    +    if (t5 == NULL)
    +        goto err;
    +
    +    if (!BN_one(t5))
    +        goto err;
    +
    +    if (!group->meth->field_mul(group, t3, z1, z2, ctx))
    +        goto err;
    +
    +    if (!group->meth->field_mul(group, z1, z1, x, ctx))
    +        goto err;
    +    if (!BN_GF2m_add(z1, z1, x1))
    +        goto err;
    +    if (!group->meth->field_mul(group, z2, z2, x, ctx))
    +        goto err;
    +    if (!group->meth->field_mul(group, x1, z2, x1, ctx))
    +        goto err;
    +    if (!BN_GF2m_add(z2, z2, x2))
    +        goto err;
    +
    +    if (!group->meth->field_mul(group, z2, z2, z1, ctx))
    +        goto err;
    +    if (!group->meth->field_sqr(group, t4, x, ctx))
    +        goto err;
    +    if (!BN_GF2m_add(t4, t4, y))
    +        goto err;
    +    if (!group->meth->field_mul(group, t4, t4, t3, ctx))
    +        goto err;
    +    if (!BN_GF2m_add(t4, t4, z2))
    +        goto err;
    +
    +    if (!group->meth->field_mul(group, t3, t3, x, ctx))
    +        goto err;
    +    if (!group->meth->field_div(group, t3, t5, t3, ctx))
    +        goto err;
    +    if (!group->meth->field_mul(group, t4, t3, t4, ctx))
    +        goto err;
    +    if (!group->meth->field_mul(group, x2, x1, t3, ctx))
    +        goto err;
    +    if (!BN_GF2m_add(z2, x2, x))
    +        goto err;
    +
    +    if (!group->meth->field_mul(group, z2, z2, t4, ctx))
    +        goto err;
    +    if (!BN_GF2m_add(z2, z2, y))
    +        goto err;
    +
    +    ret = 2;
     
      err:
    -	BN_CTX_end(ctx);
    -	return ret;
    -	}
    +    BN_CTX_end(ctx);
    +    return ret;
    +}
     
    -
    -/* Computes scalar*point and stores the result in r.
    +/*-
    + * Computes scalar*point and stores the result in r.
      * point can not equal r.
      * Uses a modified algorithm 2P of
    - *     Lopez, J. and Dahab, R.  "Fast multiplication on elliptic curves over 
    + *     Lopez, J. and Dahab, R.  "Fast multiplication on elliptic curves over
      *     GF(2^m) without precomputation" (CHES '99, LNCS 1717).
      *
      * To protect against side-channel attack the function uses constant time swap,
      * avoiding conditional branches.
      */
    -static int ec_GF2m_montgomery_point_multiply(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
    -	const EC_POINT *point, BN_CTX *ctx)
    -	{
    -	BIGNUM *x1, *x2, *z1, *z2;
    -	int ret = 0, i;
    -	BN_ULONG mask,word;
    -
    -	if (r == point)
    -		{
    -		ECerr(EC_F_EC_GF2M_MONTGOMERY_POINT_MULTIPLY, EC_R_INVALID_ARGUMENT);
    -		return 0;
    -		}
    -	
    -	/* if result should be point at infinity */
    -	if ((scalar == NULL) || BN_is_zero(scalar) || (point == NULL) || 
    -		EC_POINT_is_at_infinity(group, point))
    -		{
    -		return EC_POINT_set_to_infinity(group, r);
    -		}
    -
    -	/* only support affine coordinates */
    -	if (!point->Z_is_one) return 0;
    -
    -	/* Since point_multiply is static we can guarantee that ctx != NULL. */
    -	BN_CTX_start(ctx);
    -	x1 = BN_CTX_get(ctx);
    -	z1 = BN_CTX_get(ctx);
    -	if (z1 == NULL) goto err;
    -
    -	x2 = &r->X;
    -	z2 = &r->Y;
    -
    -	bn_wexpand(x1, group->field.top);
    -	bn_wexpand(z1, group->field.top);
    -	bn_wexpand(x2, group->field.top);
    -	bn_wexpand(z2, group->field.top);
    -
    -	if (!BN_GF2m_mod_arr(x1, &point->X, group->poly)) goto err; /* x1 = x */
    -	if (!BN_one(z1)) goto err; /* z1 = 1 */
    -	if (!group->meth->field_sqr(group, z2, x1, ctx)) goto err; /* z2 = x1^2 = x^2 */
    -	if (!group->meth->field_sqr(group, x2, z2, ctx)) goto err;
    -	if (!BN_GF2m_add(x2, x2, &group->b)) goto err; /* x2 = x^4 + b */
    -
    -	/* find top most bit and go one past it */
    -	i = scalar->top - 1;
    -	mask = BN_TBIT;
    -	word = scalar->d[i];
    -	while (!(word & mask)) mask >>= 1;
    -	mask >>= 1;
    -	/* if top most bit was at word break, go to next word */
    -	if (!mask) 
    -		{
    -		i--;
    -		mask = BN_TBIT;
    -		}
    -
    -	for (; i >= 0; i--)
    -		{
    -		word = scalar->d[i];
    -		while (mask)
    -			{
    -			BN_consttime_swap(word & mask, x1, x2, group->field.top);
    -			BN_consttime_swap(word & mask, z1, z2, group->field.top);
    -			if (!gf2m_Madd(group, &point->X, x2, z2, x1, z1, ctx)) goto err;
    -			if (!gf2m_Mdouble(group, x1, z1, ctx)) goto err;
    -			BN_consttime_swap(word & mask, x1, x2, group->field.top);
    -			BN_consttime_swap(word & mask, z1, z2, group->field.top);
    -			mask >>= 1;
    -			}
    -		mask = BN_TBIT;
    -		}
    -
    -	/* convert out of "projective" coordinates */
    -	i = gf2m_Mxy(group, &point->X, &point->Y, x1, z1, x2, z2, ctx);
    -	if (i == 0) goto err;
    -	else if (i == 1) 
    -		{
    -		if (!EC_POINT_set_to_infinity(group, r)) goto err;
    -		}
    -	else
    -		{
    -		if (!BN_one(&r->Z)) goto err;
    -		r->Z_is_one = 1;
    -		}
    -
    -	/* GF(2^m) field elements should always have BIGNUM::neg = 0 */
    -	BN_set_negative(&r->X, 0);
    -	BN_set_negative(&r->Y, 0);
    -
    -	ret = 1;
    +static int ec_GF2m_montgomery_point_multiply(const EC_GROUP *group,
    +                                             EC_POINT *r,
    +                                             const BIGNUM *scalar,
    +                                             const EC_POINT *point,
    +                                             BN_CTX *ctx)
    +{
    +    BIGNUM *x1, *x2, *z1, *z2;
    +    int ret = 0, i;
    +    BN_ULONG mask, word;
    +
    +    if (r == point) {
    +        ECerr(EC_F_EC_GF2M_MONTGOMERY_POINT_MULTIPLY, EC_R_INVALID_ARGUMENT);
    +        return 0;
    +    }
    +
    +    /* if result should be point at infinity */
    +    if ((scalar == NULL) || BN_is_zero(scalar) || (point == NULL) ||
    +        EC_POINT_is_at_infinity(group, point)) {
    +        return EC_POINT_set_to_infinity(group, r);
    +    }
    +
    +    /* only support affine coordinates */
    +    if (!point->Z_is_one)
    +        return 0;
    +
    +    /*
    +     * Since point_multiply is static we can guarantee that ctx != NULL.
    +     */
    +    BN_CTX_start(ctx);
    +    x1 = BN_CTX_get(ctx);
    +    z1 = BN_CTX_get(ctx);
    +    if (z1 == NULL)
    +        goto err;
    +
    +    x2 = &r->X;
    +    z2 = &r->Y;
    +
    +    bn_wexpand(x1, group->field.top);
    +    bn_wexpand(z1, group->field.top);
    +    bn_wexpand(x2, group->field.top);
    +    bn_wexpand(z2, group->field.top);
    +
    +    if (!BN_GF2m_mod_arr(x1, &point->X, group->poly))
    +        goto err;               /* x1 = x */
    +    if (!BN_one(z1))
    +        goto err;               /* z1 = 1 */
    +    if (!group->meth->field_sqr(group, z2, x1, ctx))
    +        goto err;               /* z2 = x1^2 = x^2 */
    +    if (!group->meth->field_sqr(group, x2, z2, ctx))
    +        goto err;
    +    if (!BN_GF2m_add(x2, x2, &group->b))
    +        goto err;               /* x2 = x^4 + b */
    +
    +    /* find top most bit and go one past it */
    +    i = scalar->top - 1;
    +    mask = BN_TBIT;
    +    word = scalar->d[i];
    +    while (!(word & mask))
    +        mask >>= 1;
    +    mask >>= 1;
    +    /* if top most bit was at word break, go to next word */
    +    if (!mask) {
    +        i--;
    +        mask = BN_TBIT;
    +    }
    +
    +    for (; i >= 0; i--) {
    +        word = scalar->d[i];
    +        while (mask) {
    +            BN_consttime_swap(word & mask, x1, x2, group->field.top);
    +            BN_consttime_swap(word & mask, z1, z2, group->field.top);
    +            if (!gf2m_Madd(group, &point->X, x2, z2, x1, z1, ctx))
    +                goto err;
    +            if (!gf2m_Mdouble(group, x1, z1, ctx))
    +                goto err;
    +            BN_consttime_swap(word & mask, x1, x2, group->field.top);
    +            BN_consttime_swap(word & mask, z1, z2, group->field.top);
    +            mask >>= 1;
    +        }
    +        mask = BN_TBIT;
    +    }
    +
    +    /* convert out of "projective" coordinates */
    +    i = gf2m_Mxy(group, &point->X, &point->Y, x1, z1, x2, z2, ctx);
    +    if (i == 0)
    +        goto err;
    +    else if (i == 1) {
    +        if (!EC_POINT_set_to_infinity(group, r))
    +            goto err;
    +    } else {
    +        if (!BN_one(&r->Z))
    +            goto err;
    +        r->Z_is_one = 1;
    +    }
    +
    +    /* GF(2^m) field elements should always have BIGNUM::neg = 0 */
    +    BN_set_negative(&r->X, 0);
    +    BN_set_negative(&r->Y, 0);
    +
    +    ret = 1;
     
      err:
    -	BN_CTX_end(ctx);
    -	return ret;
    -	}
    -
    +    BN_CTX_end(ctx);
    +    return ret;
    +}
     
    -/* Computes the sum
    +/*-
    + * Computes the sum
      *     scalar*group->generator + scalars[0]*points[0] + ... + scalars[num-1]*points[num-1]
      * gracefully ignoring NULL scalar values.
      */
    -int ec_GF2m_simple_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
    -	size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx)
    -	{
    -	BN_CTX *new_ctx = NULL;
    -	int ret = 0;
    -	size_t i;
    -	EC_POINT *p=NULL;
    -	EC_POINT *acc = NULL;
    -
    -	if (ctx == NULL)
    -		{
    -		ctx = new_ctx = BN_CTX_new();
    -		if (ctx == NULL)
    -			return 0;
    -		}
    -
    -	/* This implementation is more efficient than the wNAF implementation for 2
    -	 * or fewer points.  Use the ec_wNAF_mul implementation for 3 or more points,
    -	 * or if we can perform a fast multiplication based on precomputation.
    -	 */
    -	if ((scalar && (num > 1)) || (num > 2) || (num == 0 && EC_GROUP_have_precompute_mult(group)))
    -		{
    -		ret = ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx);
    -		goto err;
    -		}
    -
    -	if ((p = EC_POINT_new(group)) == NULL) goto err;
    -	if ((acc = EC_POINT_new(group)) == NULL) goto err;
    -
    -	if (!EC_POINT_set_to_infinity(group, acc)) goto err;
    -
    -	if (scalar)
    -		{
    -		if (!ec_GF2m_montgomery_point_multiply(group, p, scalar, group->generator, ctx)) goto err;
    -		if (BN_is_negative(scalar))
    -			if (!group->meth->invert(group, p, ctx)) goto err;
    -		if (!group->meth->add(group, acc, acc, p, ctx)) goto err;
    -		}
    -
    -	for (i = 0; i < num; i++)
    -		{
    -		if (!ec_GF2m_montgomery_point_multiply(group, p, scalars[i], points[i], ctx)) goto err;
    -		if (BN_is_negative(scalars[i]))
    -			if (!group->meth->invert(group, p, ctx)) goto err;
    -		if (!group->meth->add(group, acc, acc, p, ctx)) goto err;
    -		}
    -
    -	if (!EC_POINT_copy(r, acc)) goto err;
    -
    -	ret = 1;
    -
    -  err:
    -	if (p) EC_POINT_free(p);
    -	if (acc) EC_POINT_free(acc);
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	return ret;
    -	}
    -
    -
    -/* Precomputation for point multiplication: fall back to wNAF methods
    - * because ec_GF2m_simple_mul() uses ec_wNAF_mul() if appropriate */
    +int ec_GF2m_simple_mul(const EC_GROUP *group, EC_POINT *r,
    +                       const BIGNUM *scalar, size_t num,
    +                       const EC_POINT *points[], const BIGNUM *scalars[],
    +                       BN_CTX *ctx)
    +{
    +    BN_CTX *new_ctx = NULL;
    +    int ret = 0;
    +    size_t i;
    +    EC_POINT *p = NULL;
    +    EC_POINT *acc = NULL;
    +
    +    if (ctx == NULL) {
    +        ctx = new_ctx = BN_CTX_new();
    +        if (ctx == NULL)
    +            return 0;
    +    }
    +
    +    /*
    +     * This implementation is more efficient than the wNAF implementation for
    +     * 2 or fewer points.  Use the ec_wNAF_mul implementation for 3 or more
    +     * points, or if we can perform a fast multiplication based on
    +     * precomputation.
    +     */
    +    if ((scalar && (num > 1)) || (num > 2)
    +        || (num == 0 && EC_GROUP_have_precompute_mult(group))) {
    +        ret = ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx);
    +        goto err;
    +    }
    +
    +    if ((p = EC_POINT_new(group)) == NULL)
    +        goto err;
    +    if ((acc = EC_POINT_new(group)) == NULL)
    +        goto err;
    +
    +    if (!EC_POINT_set_to_infinity(group, acc))
    +        goto err;
    +
    +    if (scalar) {
    +        if (!ec_GF2m_montgomery_point_multiply
    +            (group, p, scalar, group->generator, ctx))
    +            goto err;
    +        if (BN_is_negative(scalar))
    +            if (!group->meth->invert(group, p, ctx))
    +                goto err;
    +        if (!group->meth->add(group, acc, acc, p, ctx))
    +            goto err;
    +    }
    +
    +    for (i = 0; i < num; i++) {
    +        if (!ec_GF2m_montgomery_point_multiply
    +            (group, p, scalars[i], points[i], ctx))
    +            goto err;
    +        if (BN_is_negative(scalars[i]))
    +            if (!group->meth->invert(group, p, ctx))
    +                goto err;
    +        if (!group->meth->add(group, acc, acc, p, ctx))
    +            goto err;
    +    }
    +
    +    if (!EC_POINT_copy(r, acc))
    +        goto err;
    +
    +    ret = 1;
    +
    + err:
    +    if (p)
    +        EC_POINT_free(p);
    +    if (acc)
    +        EC_POINT_free(acc);
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    return ret;
    +}
    +
    +/*
    + * Precomputation for point multiplication: fall back to wNAF methods because
    + * ec_GF2m_simple_mul() uses ec_wNAF_mul() if appropriate
    + */
     
     int ec_GF2m_precompute_mult(EC_GROUP *group, BN_CTX *ctx)
    -	{
    -	return ec_wNAF_precompute_mult(group, ctx);
    - 	}
    +{
    +    return ec_wNAF_precompute_mult(group, ctx);
    +}
     
     int ec_GF2m_have_precompute_mult(const EC_GROUP *group)
    -	{
    -	return ec_wNAF_have_precompute_mult(group);
    - 	}
    +{
    +    return ec_wNAF_have_precompute_mult(group);
    +}
     
     #endif
    diff --git a/openssl/crypto/ec/ec2_oct.c b/openssl/crypto/ec/ec2_oct.c
    index f1d75e5dd..c245d886d 100644
    --- a/openssl/crypto/ec/ec2_oct.c
    +++ b/openssl/crypto/ec/ec2_oct.c
    @@ -21,7 +21,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -73,12 +73,13 @@
     
     #ifndef OPENSSL_NO_EC2M
     
    -/* Calculates and sets the affine coordinates of an EC_POINT from the given
    - * compressed coordinates.  Uses algorithm 2.3.4 of SEC 1. 
    +/*-
    + * Calculates and sets the affine coordinates of an EC_POINT from the given
    + * compressed coordinates.  Uses algorithm 2.3.4 of SEC 1.
      * Note that the simple implementation only uses affine coordinates.
      *
      * The method is from the following publication:
    - * 
    + *
      *     Harper, Menezes, Vanstone:
      *     "Public-Key Cryptosystems with Very Small Key Lengths",
      *     EUROCRYPT '92, Springer-Verlag LNCS 658,
    @@ -88,320 +89,315 @@
      * the same method, but claim no priority date earlier than July 29, 1994
      * (and additionally fail to cite the EUROCRYPT '92 publication as prior art).
      */
    -int ec_GF2m_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point,
    -	const BIGNUM *x_, int y_bit, BN_CTX *ctx)
    -	{
    -	BN_CTX *new_ctx = NULL;
    -	BIGNUM *tmp, *x, *y, *z;
    -	int ret = 0, z0;
    -
    -	/* clear error queue */
    -	ERR_clear_error();
    -
    -	if (ctx == NULL)
    -		{
    -		ctx = new_ctx = BN_CTX_new();
    -		if (ctx == NULL)
    -			return 0;
    -		}
    -
    -	y_bit = (y_bit != 0) ? 1 : 0;
    -
    -	BN_CTX_start(ctx);
    -	tmp = BN_CTX_get(ctx);
    -	x = BN_CTX_get(ctx);
    -	y = BN_CTX_get(ctx);
    -	z = BN_CTX_get(ctx);
    -	if (z == NULL) goto err;
    -
    -	if (!BN_GF2m_mod_arr(x, x_, group->poly)) goto err;
    -	if (BN_is_zero(x))
    -		{
    -		if (!BN_GF2m_mod_sqrt_arr(y, &group->b, group->poly, ctx)) goto err;
    -		}
    -	else
    -		{
    -		if (!group->meth->field_sqr(group, tmp, x, ctx)) goto err;
    -		if (!group->meth->field_div(group, tmp, &group->b, tmp, ctx)) goto err;
    -		if (!BN_GF2m_add(tmp, &group->a, tmp)) goto err;
    -		if (!BN_GF2m_add(tmp, x, tmp)) goto err;
    -		if (!BN_GF2m_mod_solve_quad_arr(z, tmp, group->poly, ctx))
    -			{
    -			unsigned long err = ERR_peek_last_error();
    -			
    -			if (ERR_GET_LIB(err) == ERR_LIB_BN && ERR_GET_REASON(err) == BN_R_NO_SOLUTION)
    -				{
    -				ERR_clear_error();
    -				ECerr(EC_F_EC_GF2M_SIMPLE_SET_COMPRESSED_COORDINATES, EC_R_INVALID_COMPRESSED_POINT);
    -				}
    -			else
    -				ECerr(EC_F_EC_GF2M_SIMPLE_SET_COMPRESSED_COORDINATES, ERR_R_BN_LIB);
    -			goto err;
    -			}
    -		z0 = (BN_is_odd(z)) ? 1 : 0;
    -		if (!group->meth->field_mul(group, y, x, z, ctx)) goto err;
    -		if (z0 != y_bit)
    -			{
    -			if (!BN_GF2m_add(y, y, x)) goto err;
    -			}
    -		}
    -
    -	if (!EC_POINT_set_affine_coordinates_GF2m(group, point, x, y, ctx)) goto err;
    -
    -	ret = 1;
    +int ec_GF2m_simple_set_compressed_coordinates(const EC_GROUP *group,
    +                                              EC_POINT *point,
    +                                              const BIGNUM *x_, int y_bit,
    +                                              BN_CTX *ctx)
    +{
    +    BN_CTX *new_ctx = NULL;
    +    BIGNUM *tmp, *x, *y, *z;
    +    int ret = 0, z0;
    +
    +    /* clear error queue */
    +    ERR_clear_error();
    +
    +    if (ctx == NULL) {
    +        ctx = new_ctx = BN_CTX_new();
    +        if (ctx == NULL)
    +            return 0;
    +    }
    +
    +    y_bit = (y_bit != 0) ? 1 : 0;
    +
    +    BN_CTX_start(ctx);
    +    tmp = BN_CTX_get(ctx);
    +    x = BN_CTX_get(ctx);
    +    y = BN_CTX_get(ctx);
    +    z = BN_CTX_get(ctx);
    +    if (z == NULL)
    +        goto err;
    +
    +    if (!BN_GF2m_mod_arr(x, x_, group->poly))
    +        goto err;
    +    if (BN_is_zero(x)) {
    +        if (!BN_GF2m_mod_sqrt_arr(y, &group->b, group->poly, ctx))
    +            goto err;
    +    } else {
    +        if (!group->meth->field_sqr(group, tmp, x, ctx))
    +            goto err;
    +        if (!group->meth->field_div(group, tmp, &group->b, tmp, ctx))
    +            goto err;
    +        if (!BN_GF2m_add(tmp, &group->a, tmp))
    +            goto err;
    +        if (!BN_GF2m_add(tmp, x, tmp))
    +            goto err;
    +        if (!BN_GF2m_mod_solve_quad_arr(z, tmp, group->poly, ctx)) {
    +            unsigned long err = ERR_peek_last_error();
    +
    +            if (ERR_GET_LIB(err) == ERR_LIB_BN
    +                && ERR_GET_REASON(err) == BN_R_NO_SOLUTION) {
    +                ERR_clear_error();
    +                ECerr(EC_F_EC_GF2M_SIMPLE_SET_COMPRESSED_COORDINATES,
    +                      EC_R_INVALID_COMPRESSED_POINT);
    +            } else
    +                ECerr(EC_F_EC_GF2M_SIMPLE_SET_COMPRESSED_COORDINATES,
    +                      ERR_R_BN_LIB);
    +            goto err;
    +        }
    +        z0 = (BN_is_odd(z)) ? 1 : 0;
    +        if (!group->meth->field_mul(group, y, x, z, ctx))
    +            goto err;
    +        if (z0 != y_bit) {
    +            if (!BN_GF2m_add(y, y, x))
    +                goto err;
    +        }
    +    }
    +
    +    if (!EC_POINT_set_affine_coordinates_GF2m(group, point, x, y, ctx))
    +        goto err;
    +
    +    ret = 1;
     
      err:
    -	BN_CTX_end(ctx);
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	return ret;
    -	}
    -
    -
    -/* Converts an EC_POINT to an octet string.  
    - * If buf is NULL, the encoded length will be returned.
    - * If the length len of buf is smaller than required an error will be returned.
    +    BN_CTX_end(ctx);
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    return ret;
    +}
    +
    +/*
    + * Converts an EC_POINT to an octet string. If buf is NULL, the encoded
    + * length will be returned. If the length len of buf is smaller than required
    + * an error will be returned.
      */
    -size_t ec_GF2m_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form,
    -	unsigned char *buf, size_t len, BN_CTX *ctx)
    -	{
    -	size_t ret;
    -	BN_CTX *new_ctx = NULL;
    -	int used_ctx = 0;
    -	BIGNUM *x, *y, *yxi;
    -	size_t field_len, i, skip;
    -
    -	if ((form != POINT_CONVERSION_COMPRESSED)
    -		&& (form != POINT_CONVERSION_UNCOMPRESSED)
    -		&& (form != POINT_CONVERSION_HYBRID))
    -		{
    -		ECerr(EC_F_EC_GF2M_SIMPLE_POINT2OCT, EC_R_INVALID_FORM);
    -		goto err;
    -		}
    -
    -	if (EC_POINT_is_at_infinity(group, point))
    -		{
    -		/* encodes to a single 0 octet */
    -		if (buf != NULL)
    -			{
    -			if (len < 1)
    -				{
    -				ECerr(EC_F_EC_GF2M_SIMPLE_POINT2OCT, EC_R_BUFFER_TOO_SMALL);
    -				return 0;
    -				}
    -			buf[0] = 0;
    -			}
    -		return 1;
    -		}
    -
    -
    -	/* ret := required output buffer length */
    -	field_len = (EC_GROUP_get_degree(group) + 7) / 8;
    -	ret = (form == POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2*field_len;
    -
    -	/* if 'buf' is NULL, just return required length */
    -	if (buf != NULL)
    -		{
    -		if (len < ret)
    -			{
    -			ECerr(EC_F_EC_GF2M_SIMPLE_POINT2OCT, EC_R_BUFFER_TOO_SMALL);
    -			goto err;
    -			}
    -
    -		if (ctx == NULL)
    -			{
    -			ctx = new_ctx = BN_CTX_new();
    -			if (ctx == NULL)
    -				return 0;
    -			}
    -
    -		BN_CTX_start(ctx);
    -		used_ctx = 1;
    -		x = BN_CTX_get(ctx);
    -		y = BN_CTX_get(ctx);
    -		yxi = BN_CTX_get(ctx);
    -		if (yxi == NULL) goto err;
    -
    -		if (!EC_POINT_get_affine_coordinates_GF2m(group, point, x, y, ctx)) goto err;
    -
    -		buf[0] = form;
    -		if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x))
    -			{
    -			if (!group->meth->field_div(group, yxi, y, x, ctx)) goto err;
    -			if (BN_is_odd(yxi)) buf[0]++;
    -			}
    -
    -		i = 1;
    -		
    -		skip = field_len - BN_num_bytes(x);
    -		if (skip > field_len)
    -			{
    -			ECerr(EC_F_EC_GF2M_SIMPLE_POINT2OCT, ERR_R_INTERNAL_ERROR);
    -			goto err;
    -			}
    -		while (skip > 0)
    -			{
    -			buf[i++] = 0;
    -			skip--;
    -			}
    -		skip = BN_bn2bin(x, buf + i);
    -		i += skip;
    -		if (i != 1 + field_len)
    -			{
    -			ECerr(EC_F_EC_GF2M_SIMPLE_POINT2OCT, ERR_R_INTERNAL_ERROR);
    -			goto err;
    -			}
    -
    -		if (form == POINT_CONVERSION_UNCOMPRESSED || form == POINT_CONVERSION_HYBRID)
    -			{
    -			skip = field_len - BN_num_bytes(y);
    -			if (skip > field_len)
    -				{
    -				ECerr(EC_F_EC_GF2M_SIMPLE_POINT2OCT, ERR_R_INTERNAL_ERROR);
    -				goto err;
    -				}
    -			while (skip > 0)
    -				{
    -				buf[i++] = 0;
    -				skip--;
    -				}
    -			skip = BN_bn2bin(y, buf + i);
    -			i += skip;
    -			}
    -
    -		if (i != ret)
    -			{
    -			ECerr(EC_F_EC_GF2M_SIMPLE_POINT2OCT, ERR_R_INTERNAL_ERROR);
    -			goto err;
    -			}
    -		}
    -	
    -	if (used_ctx)
    -		BN_CTX_end(ctx);
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	return ret;
    +size_t ec_GF2m_simple_point2oct(const EC_GROUP *group, const EC_POINT *point,
    +                                point_conversion_form_t form,
    +                                unsigned char *buf, size_t len, BN_CTX *ctx)
    +{
    +    size_t ret;
    +    BN_CTX *new_ctx = NULL;
    +    int used_ctx = 0;
    +    BIGNUM *x, *y, *yxi;
    +    size_t field_len, i, skip;
    +
    +    if ((form != POINT_CONVERSION_COMPRESSED)
    +        && (form != POINT_CONVERSION_UNCOMPRESSED)
    +        && (form != POINT_CONVERSION_HYBRID)) {
    +        ECerr(EC_F_EC_GF2M_SIMPLE_POINT2OCT, EC_R_INVALID_FORM);
    +        goto err;
    +    }
    +
    +    if (EC_POINT_is_at_infinity(group, point)) {
    +        /* encodes to a single 0 octet */
    +        if (buf != NULL) {
    +            if (len < 1) {
    +                ECerr(EC_F_EC_GF2M_SIMPLE_POINT2OCT, EC_R_BUFFER_TOO_SMALL);
    +                return 0;
    +            }
    +            buf[0] = 0;
    +        }
    +        return 1;
    +    }
    +
    +    /* ret := required output buffer length */
    +    field_len = (EC_GROUP_get_degree(group) + 7) / 8;
    +    ret =
    +        (form ==
    +         POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2 * field_len;
    +
    +    /* if 'buf' is NULL, just return required length */
    +    if (buf != NULL) {
    +        if (len < ret) {
    +            ECerr(EC_F_EC_GF2M_SIMPLE_POINT2OCT, EC_R_BUFFER_TOO_SMALL);
    +            goto err;
    +        }
    +
    +        if (ctx == NULL) {
    +            ctx = new_ctx = BN_CTX_new();
    +            if (ctx == NULL)
    +                return 0;
    +        }
    +
    +        BN_CTX_start(ctx);
    +        used_ctx = 1;
    +        x = BN_CTX_get(ctx);
    +        y = BN_CTX_get(ctx);
    +        yxi = BN_CTX_get(ctx);
    +        if (yxi == NULL)
    +            goto err;
    +
    +        if (!EC_POINT_get_affine_coordinates_GF2m(group, point, x, y, ctx))
    +            goto err;
    +
    +        buf[0] = form;
    +        if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) {
    +            if (!group->meth->field_div(group, yxi, y, x, ctx))
    +                goto err;
    +            if (BN_is_odd(yxi))
    +                buf[0]++;
    +        }
    +
    +        i = 1;
    +
    +        skip = field_len - BN_num_bytes(x);
    +        if (skip > field_len) {
    +            ECerr(EC_F_EC_GF2M_SIMPLE_POINT2OCT, ERR_R_INTERNAL_ERROR);
    +            goto err;
    +        }
    +        while (skip > 0) {
    +            buf[i++] = 0;
    +            skip--;
    +        }
    +        skip = BN_bn2bin(x, buf + i);
    +        i += skip;
    +        if (i != 1 + field_len) {
    +            ECerr(EC_F_EC_GF2M_SIMPLE_POINT2OCT, ERR_R_INTERNAL_ERROR);
    +            goto err;
    +        }
    +
    +        if (form == POINT_CONVERSION_UNCOMPRESSED
    +            || form == POINT_CONVERSION_HYBRID) {
    +            skip = field_len - BN_num_bytes(y);
    +            if (skip > field_len) {
    +                ECerr(EC_F_EC_GF2M_SIMPLE_POINT2OCT, ERR_R_INTERNAL_ERROR);
    +                goto err;
    +            }
    +            while (skip > 0) {
    +                buf[i++] = 0;
    +                skip--;
    +            }
    +            skip = BN_bn2bin(y, buf + i);
    +            i += skip;
    +        }
    +
    +        if (i != ret) {
    +            ECerr(EC_F_EC_GF2M_SIMPLE_POINT2OCT, ERR_R_INTERNAL_ERROR);
    +            goto err;
    +        }
    +    }
    +
    +    if (used_ctx)
    +        BN_CTX_end(ctx);
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    return ret;
     
      err:
    -	if (used_ctx)
    -		BN_CTX_end(ctx);
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	return 0;
    -	}
    -
    -
    -/* Converts an octet string representation to an EC_POINT. 
    - * Note that the simple implementation only uses affine coordinates.
    +    if (used_ctx)
    +        BN_CTX_end(ctx);
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    return 0;
    +}
    +
    +/*
    + * Converts an octet string representation to an EC_POINT. Note that the
    + * simple implementation only uses affine coordinates.
      */
     int ec_GF2m_simple_oct2point(const EC_GROUP *group, EC_POINT *point,
    -	const unsigned char *buf, size_t len, BN_CTX *ctx)
    -	{
    -	point_conversion_form_t form;
    -	int y_bit;
    -	BN_CTX *new_ctx = NULL;
    -	BIGNUM *x, *y, *yxi;
    -	size_t field_len, enc_len;
    -	int ret = 0;
    -
    -	if (len == 0)
    -		{
    -		ECerr(EC_F_EC_GF2M_SIMPLE_OCT2POINT, EC_R_BUFFER_TOO_SMALL);
    -		return 0;
    -		}
    -	form = buf[0];
    -	y_bit = form & 1;
    -	form = form & ~1U;
    -	if ((form != 0)	&& (form != POINT_CONVERSION_COMPRESSED)
    -		&& (form != POINT_CONVERSION_UNCOMPRESSED)
    -		&& (form != POINT_CONVERSION_HYBRID))
    -		{
    -		ECerr(EC_F_EC_GF2M_SIMPLE_OCT2POINT, EC_R_INVALID_ENCODING);
    -		return 0;
    -		}
    -	if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit)
    -		{
    -		ECerr(EC_F_EC_GF2M_SIMPLE_OCT2POINT, EC_R_INVALID_ENCODING);
    -		return 0;
    -		}
    -
    -	if (form == 0)
    -		{
    -		if (len != 1)
    -			{
    -			ECerr(EC_F_EC_GF2M_SIMPLE_OCT2POINT, EC_R_INVALID_ENCODING);
    -			return 0;
    -			}
    -
    -		return EC_POINT_set_to_infinity(group, point);
    -		}
    -	
    -	field_len = (EC_GROUP_get_degree(group) + 7) / 8;
    -	enc_len = (form == POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2*field_len;
    -
    -	if (len != enc_len)
    -		{
    -		ECerr(EC_F_EC_GF2M_SIMPLE_OCT2POINT, EC_R_INVALID_ENCODING);
    -		return 0;
    -		}
    -
    -	if (ctx == NULL)
    -		{
    -		ctx = new_ctx = BN_CTX_new();
    -		if (ctx == NULL)
    -			return 0;
    -		}
    -
    -	BN_CTX_start(ctx);
    -	x = BN_CTX_get(ctx);
    -	y = BN_CTX_get(ctx);
    -	yxi = BN_CTX_get(ctx);
    -	if (yxi == NULL) goto err;
    -
    -	if (!BN_bin2bn(buf + 1, field_len, x)) goto err;
    -	if (BN_ucmp(x, &group->field) >= 0)
    -		{
    -		ECerr(EC_F_EC_GF2M_SIMPLE_OCT2POINT, EC_R_INVALID_ENCODING);
    -		goto err;
    -		}
    -
    -	if (form == POINT_CONVERSION_COMPRESSED)
    -		{
    -		if (!EC_POINT_set_compressed_coordinates_GF2m(group, point, x, y_bit, ctx)) goto err;
    -		}
    -	else
    -		{
    -		if (!BN_bin2bn(buf + 1 + field_len, field_len, y)) goto err;
    -		if (BN_ucmp(y, &group->field) >= 0)
    -			{
    -			ECerr(EC_F_EC_GF2M_SIMPLE_OCT2POINT, EC_R_INVALID_ENCODING);
    -			goto err;
    -			}
    -		if (form == POINT_CONVERSION_HYBRID)
    -			{
    -			if (!group->meth->field_div(group, yxi, y, x, ctx)) goto err;
    -			if (y_bit != BN_is_odd(yxi))
    -				{
    -				ECerr(EC_F_EC_GF2M_SIMPLE_OCT2POINT, EC_R_INVALID_ENCODING);
    -				goto err;
    -				}
    -			}
    -
    -		if (!EC_POINT_set_affine_coordinates_GF2m(group, point, x, y, ctx)) goto err;
    -		}
    -	
    -	if (!EC_POINT_is_on_curve(group, point, ctx)) /* test required by X9.62 */
    -		{
    -		ECerr(EC_F_EC_GF2M_SIMPLE_OCT2POINT, EC_R_POINT_IS_NOT_ON_CURVE);
    -		goto err;
    -		}
    -
    -	ret = 1;
    -	
    +                             const unsigned char *buf, size_t len,
    +                             BN_CTX *ctx)
    +{
    +    point_conversion_form_t form;
    +    int y_bit;
    +    BN_CTX *new_ctx = NULL;
    +    BIGNUM *x, *y, *yxi;
    +    size_t field_len, enc_len;
    +    int ret = 0;
    +
    +    if (len == 0) {
    +        ECerr(EC_F_EC_GF2M_SIMPLE_OCT2POINT, EC_R_BUFFER_TOO_SMALL);
    +        return 0;
    +    }
    +    form = buf[0];
    +    y_bit = form & 1;
    +    form = form & ~1U;
    +    if ((form != 0) && (form != POINT_CONVERSION_COMPRESSED)
    +        && (form != POINT_CONVERSION_UNCOMPRESSED)
    +        && (form != POINT_CONVERSION_HYBRID)) {
    +        ECerr(EC_F_EC_GF2M_SIMPLE_OCT2POINT, EC_R_INVALID_ENCODING);
    +        return 0;
    +    }
    +    if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) {
    +        ECerr(EC_F_EC_GF2M_SIMPLE_OCT2POINT, EC_R_INVALID_ENCODING);
    +        return 0;
    +    }
    +
    +    if (form == 0) {
    +        if (len != 1) {
    +            ECerr(EC_F_EC_GF2M_SIMPLE_OCT2POINT, EC_R_INVALID_ENCODING);
    +            return 0;
    +        }
    +
    +        return EC_POINT_set_to_infinity(group, point);
    +    }
    +
    +    field_len = (EC_GROUP_get_degree(group) + 7) / 8;
    +    enc_len =
    +        (form ==
    +         POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2 * field_len;
    +
    +    if (len != enc_len) {
    +        ECerr(EC_F_EC_GF2M_SIMPLE_OCT2POINT, EC_R_INVALID_ENCODING);
    +        return 0;
    +    }
    +
    +    if (ctx == NULL) {
    +        ctx = new_ctx = BN_CTX_new();
    +        if (ctx == NULL)
    +            return 0;
    +    }
    +
    +    BN_CTX_start(ctx);
    +    x = BN_CTX_get(ctx);
    +    y = BN_CTX_get(ctx);
    +    yxi = BN_CTX_get(ctx);
    +    if (yxi == NULL)
    +        goto err;
    +
    +    if (!BN_bin2bn(buf + 1, field_len, x))
    +        goto err;
    +    if (BN_ucmp(x, &group->field) >= 0) {
    +        ECerr(EC_F_EC_GF2M_SIMPLE_OCT2POINT, EC_R_INVALID_ENCODING);
    +        goto err;
    +    }
    +
    +    if (form == POINT_CONVERSION_COMPRESSED) {
    +        if (!EC_POINT_set_compressed_coordinates_GF2m
    +            (group, point, x, y_bit, ctx))
    +            goto err;
    +    } else {
    +        if (!BN_bin2bn(buf + 1 + field_len, field_len, y))
    +            goto err;
    +        if (BN_ucmp(y, &group->field) >= 0) {
    +            ECerr(EC_F_EC_GF2M_SIMPLE_OCT2POINT, EC_R_INVALID_ENCODING);
    +            goto err;
    +        }
    +        if (form == POINT_CONVERSION_HYBRID) {
    +            if (!group->meth->field_div(group, yxi, y, x, ctx))
    +                goto err;
    +            if (y_bit != BN_is_odd(yxi)) {
    +                ECerr(EC_F_EC_GF2M_SIMPLE_OCT2POINT, EC_R_INVALID_ENCODING);
    +                goto err;
    +            }
    +        }
    +
    +        if (!EC_POINT_set_affine_coordinates_GF2m(group, point, x, y, ctx))
    +            goto err;
    +    }
    +
    +    /* test required by X9.62 */
    +    if (!EC_POINT_is_on_curve(group, point, ctx)) {
    +        ECerr(EC_F_EC_GF2M_SIMPLE_OCT2POINT, EC_R_POINT_IS_NOT_ON_CURVE);
    +        goto err;
    +    }
    +
    +    ret = 1;
    +
      err:
    -	BN_CTX_end(ctx);
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	return ret;
    -	}
    +    BN_CTX_end(ctx);
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    return ret;
    +}
     #endif
    diff --git a/openssl/crypto/ec/ec2_smpl.c b/openssl/crypto/ec/ec2_smpl.c
    index 62223cbb0..077c7fc8d 100644
    --- a/openssl/crypto/ec/ec2_smpl.c
    +++ b/openssl/crypto/ec/ec2_smpl.c
    @@ -21,7 +21,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -73,648 +73,725 @@
     
     #ifndef OPENSSL_NO_EC2M
     
    -#ifdef OPENSSL_FIPS
    -#include 
    -#endif
    -
    +# ifdef OPENSSL_FIPS
    +#  include 
    +# endif
     
     const EC_METHOD *EC_GF2m_simple_method(void)
    -	{
    -	static const EC_METHOD ret = {
    -		EC_FLAGS_DEFAULT_OCT,
    -		NID_X9_62_characteristic_two_field,
    -		ec_GF2m_simple_group_init,
    -		ec_GF2m_simple_group_finish,
    -		ec_GF2m_simple_group_clear_finish,
    -		ec_GF2m_simple_group_copy,
    -		ec_GF2m_simple_group_set_curve,
    -		ec_GF2m_simple_group_get_curve,
    -		ec_GF2m_simple_group_get_degree,
    -		ec_GF2m_simple_group_check_discriminant,
    -		ec_GF2m_simple_point_init,
    -		ec_GF2m_simple_point_finish,
    -		ec_GF2m_simple_point_clear_finish,
    -		ec_GF2m_simple_point_copy,
    -		ec_GF2m_simple_point_set_to_infinity,
    -		0 /* set_Jprojective_coordinates_GFp */,
    -		0 /* get_Jprojective_coordinates_GFp */,
    -		ec_GF2m_simple_point_set_affine_coordinates,
    -		ec_GF2m_simple_point_get_affine_coordinates,
    -		0,0,0,
    -		ec_GF2m_simple_add,
    -		ec_GF2m_simple_dbl,
    -		ec_GF2m_simple_invert,
    -		ec_GF2m_simple_is_at_infinity,
    -		ec_GF2m_simple_is_on_curve,
    -		ec_GF2m_simple_cmp,
    -		ec_GF2m_simple_make_affine,
    -		ec_GF2m_simple_points_make_affine,
    -
    -		/* the following three method functions are defined in ec2_mult.c */
    -		ec_GF2m_simple_mul,
    -		ec_GF2m_precompute_mult,
    -		ec_GF2m_have_precompute_mult,
    -
    -		ec_GF2m_simple_field_mul,
    -		ec_GF2m_simple_field_sqr,
    -		ec_GF2m_simple_field_div,
    -		0 /* field_encode */,
    -		0 /* field_decode */,
    -		0 /* field_set_to_one */ };
    -
    -#ifdef OPENSSL_FIPS
    -	if (FIPS_mode())
    -		return fips_ec_gf2m_simple_method();
    -#endif
    -
    -	return &ret;
    -	}
    -
    -
    -/* Initialize a GF(2^m)-based EC_GROUP structure.
    - * Note that all other members are handled by EC_GROUP_new.
    +{
    +    static const EC_METHOD ret = {
    +        EC_FLAGS_DEFAULT_OCT,
    +        NID_X9_62_characteristic_two_field,
    +        ec_GF2m_simple_group_init,
    +        ec_GF2m_simple_group_finish,
    +        ec_GF2m_simple_group_clear_finish,
    +        ec_GF2m_simple_group_copy,
    +        ec_GF2m_simple_group_set_curve,
    +        ec_GF2m_simple_group_get_curve,
    +        ec_GF2m_simple_group_get_degree,
    +        ec_GF2m_simple_group_check_discriminant,
    +        ec_GF2m_simple_point_init,
    +        ec_GF2m_simple_point_finish,
    +        ec_GF2m_simple_point_clear_finish,
    +        ec_GF2m_simple_point_copy,
    +        ec_GF2m_simple_point_set_to_infinity,
    +        0 /* set_Jprojective_coordinates_GFp */ ,
    +        0 /* get_Jprojective_coordinates_GFp */ ,
    +        ec_GF2m_simple_point_set_affine_coordinates,
    +        ec_GF2m_simple_point_get_affine_coordinates,
    +        0, 0, 0,
    +        ec_GF2m_simple_add,
    +        ec_GF2m_simple_dbl,
    +        ec_GF2m_simple_invert,
    +        ec_GF2m_simple_is_at_infinity,
    +        ec_GF2m_simple_is_on_curve,
    +        ec_GF2m_simple_cmp,
    +        ec_GF2m_simple_make_affine,
    +        ec_GF2m_simple_points_make_affine,
    +
    +        /*
    +         * the following three method functions are defined in ec2_mult.c
    +         */
    +        ec_GF2m_simple_mul,
    +        ec_GF2m_precompute_mult,
    +        ec_GF2m_have_precompute_mult,
    +
    +        ec_GF2m_simple_field_mul,
    +        ec_GF2m_simple_field_sqr,
    +        ec_GF2m_simple_field_div,
    +        0 /* field_encode */ ,
    +        0 /* field_decode */ ,
    +        0                       /* field_set_to_one */
    +    };
    +
    +# ifdef OPENSSL_FIPS
    +    if (FIPS_mode())
    +        return fips_ec_gf2m_simple_method();
    +# endif
    +
    +    return &ret;
    +}
    +
    +/*
    + * Initialize a GF(2^m)-based EC_GROUP structure. Note that all other members
    + * are handled by EC_GROUP_new.
      */
     int ec_GF2m_simple_group_init(EC_GROUP *group)
    -	{
    -	BN_init(&group->field);
    -	BN_init(&group->a);
    -	BN_init(&group->b);
    -	return 1;
    -	}
    -
    -
    -/* Free a GF(2^m)-based EC_GROUP structure.
    - * Note that all other members are handled by EC_GROUP_free.
    +{
    +    BN_init(&group->field);
    +    BN_init(&group->a);
    +    BN_init(&group->b);
    +    return 1;
    +}
    +
    +/*
    + * Free a GF(2^m)-based EC_GROUP structure. Note that all other members are
    + * handled by EC_GROUP_free.
      */
     void ec_GF2m_simple_group_finish(EC_GROUP *group)
    -	{
    -	BN_free(&group->field);
    -	BN_free(&group->a);
    -	BN_free(&group->b);
    -	}
    -
    -
    -/* Clear and free a GF(2^m)-based EC_GROUP structure.
    - * Note that all other members are handled by EC_GROUP_clear_free.
    +{
    +    BN_free(&group->field);
    +    BN_free(&group->a);
    +    BN_free(&group->b);
    +}
    +
    +/*
    + * Clear and free a GF(2^m)-based EC_GROUP structure. Note that all other
    + * members are handled by EC_GROUP_clear_free.
      */
     void ec_GF2m_simple_group_clear_finish(EC_GROUP *group)
    -	{
    -	BN_clear_free(&group->field);
    -	BN_clear_free(&group->a);
    -	BN_clear_free(&group->b);
    -	group->poly[0] = 0;
    -	group->poly[1] = 0;
    -	group->poly[2] = 0;
    -	group->poly[3] = 0;
    -	group->poly[4] = 0;
    -	group->poly[5] = -1;
    -	}
    -
    -
    -/* Copy a GF(2^m)-based EC_GROUP structure.
    - * Note that all other members are handled by EC_GROUP_copy.
    +{
    +    BN_clear_free(&group->field);
    +    BN_clear_free(&group->a);
    +    BN_clear_free(&group->b);
    +    group->poly[0] = 0;
    +    group->poly[1] = 0;
    +    group->poly[2] = 0;
    +    group->poly[3] = 0;
    +    group->poly[4] = 0;
    +    group->poly[5] = -1;
    +}
    +
    +/*
    + * Copy a GF(2^m)-based EC_GROUP structure. Note that all other members are
    + * handled by EC_GROUP_copy.
      */
     int ec_GF2m_simple_group_copy(EC_GROUP *dest, const EC_GROUP *src)
    -	{
    -	int i;
    -	if (!BN_copy(&dest->field, &src->field)) return 0;
    -	if (!BN_copy(&dest->a, &src->a)) return 0;
    -	if (!BN_copy(&dest->b, &src->b)) return 0;
    -	dest->poly[0] = src->poly[0];
    -	dest->poly[1] = src->poly[1];
    -	dest->poly[2] = src->poly[2];
    -	dest->poly[3] = src->poly[3];
    -	dest->poly[4] = src->poly[4];
    -	dest->poly[5] = src->poly[5];
    -	if (bn_wexpand(&dest->a, (int)(dest->poly[0] + BN_BITS2 - 1) / BN_BITS2) == NULL) return 0;
    -	if (bn_wexpand(&dest->b, (int)(dest->poly[0] + BN_BITS2 - 1) / BN_BITS2) == NULL) return 0;
    -	for (i = dest->a.top; i < dest->a.dmax; i++) dest->a.d[i] = 0;
    -	for (i = dest->b.top; i < dest->b.dmax; i++) dest->b.d[i] = 0;
    -	return 1;
    -	}
    -
    +{
    +    int i;
    +    if (!BN_copy(&dest->field, &src->field))
    +        return 0;
    +    if (!BN_copy(&dest->a, &src->a))
    +        return 0;
    +    if (!BN_copy(&dest->b, &src->b))
    +        return 0;
    +    dest->poly[0] = src->poly[0];
    +    dest->poly[1] = src->poly[1];
    +    dest->poly[2] = src->poly[2];
    +    dest->poly[3] = src->poly[3];
    +    dest->poly[4] = src->poly[4];
    +    dest->poly[5] = src->poly[5];
    +    if (bn_wexpand(&dest->a, (int)(dest->poly[0] + BN_BITS2 - 1) / BN_BITS2)
    +        == NULL)
    +        return 0;
    +    if (bn_wexpand(&dest->b, (int)(dest->poly[0] + BN_BITS2 - 1) / BN_BITS2)
    +        == NULL)
    +        return 0;
    +    for (i = dest->a.top; i < dest->a.dmax; i++)
    +        dest->a.d[i] = 0;
    +    for (i = dest->b.top; i < dest->b.dmax; i++)
    +        dest->b.d[i] = 0;
    +    return 1;
    +}
     
     /* Set the curve parameters of an EC_GROUP structure. */
     int ec_GF2m_simple_group_set_curve(EC_GROUP *group,
    -	const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
    -	{
    -	int ret = 0, i;
    -
    -	/* group->field */
    -	if (!BN_copy(&group->field, p)) goto err;
    -	i = BN_GF2m_poly2arr(&group->field, group->poly, 6) - 1;
    -	if ((i != 5) && (i != 3))
    -		{
    -		ECerr(EC_F_EC_GF2M_SIMPLE_GROUP_SET_CURVE, EC_R_UNSUPPORTED_FIELD);
    -		goto err;
    -		}
    -
    -	/* group->a */
    -	if (!BN_GF2m_mod_arr(&group->a, a, group->poly)) goto err;
    -	if(bn_wexpand(&group->a, (int)(group->poly[0] + BN_BITS2 - 1) / BN_BITS2) == NULL) goto err;
    -	for (i = group->a.top; i < group->a.dmax; i++) group->a.d[i] = 0;
    -	
    -	/* group->b */
    -	if (!BN_GF2m_mod_arr(&group->b, b, group->poly)) goto err;
    -	if(bn_wexpand(&group->b, (int)(group->poly[0] + BN_BITS2 - 1) / BN_BITS2) == NULL) goto err;
    -	for (i = group->b.top; i < group->b.dmax; i++) group->b.d[i] = 0;
    -		
    -	ret = 1;
    -  err:
    -	return ret;
    -	}
    -
    -
    -/* Get the curve parameters of an EC_GROUP structure.
    - * If p, a, or b are NULL then there values will not be set but the method will return with success.
    +                                   const BIGNUM *p, const BIGNUM *a,
    +                                   const BIGNUM *b, BN_CTX *ctx)
    +{
    +    int ret = 0, i;
    +
    +    /* group->field */
    +    if (!BN_copy(&group->field, p))
    +        goto err;
    +    i = BN_GF2m_poly2arr(&group->field, group->poly, 6) - 1;
    +    if ((i != 5) && (i != 3)) {
    +        ECerr(EC_F_EC_GF2M_SIMPLE_GROUP_SET_CURVE, EC_R_UNSUPPORTED_FIELD);
    +        goto err;
    +    }
    +
    +    /* group->a */
    +    if (!BN_GF2m_mod_arr(&group->a, a, group->poly))
    +        goto err;
    +    if (bn_wexpand(&group->a, (int)(group->poly[0] + BN_BITS2 - 1) / BN_BITS2)
    +        == NULL)
    +        goto err;
    +    for (i = group->a.top; i < group->a.dmax; i++)
    +        group->a.d[i] = 0;
    +
    +    /* group->b */
    +    if (!BN_GF2m_mod_arr(&group->b, b, group->poly))
    +        goto err;
    +    if (bn_wexpand(&group->b, (int)(group->poly[0] + BN_BITS2 - 1) / BN_BITS2)
    +        == NULL)
    +        goto err;
    +    for (i = group->b.top; i < group->b.dmax; i++)
    +        group->b.d[i] = 0;
    +
    +    ret = 1;
    + err:
    +    return ret;
    +}
    +
    +/*
    + * Get the curve parameters of an EC_GROUP structure. If p, a, or b are NULL
    + * then there values will not be set but the method will return with success.
      */
    -int ec_GF2m_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx)
    -	{
    -	int ret = 0;
    -	
    -	if (p != NULL)
    -		{
    -		if (!BN_copy(p, &group->field)) return 0;
    -		}
    -
    -	if (a != NULL)
    -		{
    -		if (!BN_copy(a, &group->a)) goto err;
    -		}
    -
    -	if (b != NULL)
    -		{
    -		if (!BN_copy(b, &group->b)) goto err;
    -		}
    -	
    -	ret = 1;
    -	
    -  err:
    -	return ret;
    -	}
    -
    -
    -/* Gets the degree of the field.  For a curve over GF(2^m) this is the value m. */
    -int ec_GF2m_simple_group_get_degree(const EC_GROUP *group)
    -	{
    -	return BN_num_bits(&group->field)-1;
    -	}
    +int ec_GF2m_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p,
    +                                   BIGNUM *a, BIGNUM *b, BN_CTX *ctx)
    +{
    +    int ret = 0;
    +
    +    if (p != NULL) {
    +        if (!BN_copy(p, &group->field))
    +            return 0;
    +    }
    +
    +    if (a != NULL) {
    +        if (!BN_copy(a, &group->a))
    +            goto err;
    +    }
    +
    +    if (b != NULL) {
    +        if (!BN_copy(b, &group->b))
    +            goto err;
    +    }
    +
    +    ret = 1;
    +
    + err:
    +    return ret;
    +}
     
    +/*
    + * Gets the degree of the field.  For a curve over GF(2^m) this is the value
    + * m.
    + */
    +int ec_GF2m_simple_group_get_degree(const EC_GROUP *group)
    +{
    +    return BN_num_bits(&group->field) - 1;
    +}
     
    -/* Checks the discriminant of the curve.
    - * y^2 + x*y = x^3 + a*x^2 + b is an elliptic curve <=> b != 0 (mod p) 
    +/*
    + * Checks the discriminant of the curve. y^2 + x*y = x^3 + a*x^2 + b is an
    + * elliptic curve <=> b != 0 (mod p)
      */
    -int ec_GF2m_simple_group_check_discriminant(const EC_GROUP *group, BN_CTX *ctx)
    -	{
    -	int ret = 0;
    -	BIGNUM *b;
    -	BN_CTX *new_ctx = NULL;
    -
    -	if (ctx == NULL)
    -		{
    -		ctx = new_ctx = BN_CTX_new();
    -		if (ctx == NULL)
    -			{
    -			ECerr(EC_F_EC_GF2M_SIMPLE_GROUP_CHECK_DISCRIMINANT, ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -		}
    -	BN_CTX_start(ctx);
    -	b = BN_CTX_get(ctx);
    -	if (b == NULL) goto err;
    -
    -	if (!BN_GF2m_mod_arr(b, &group->b, group->poly)) goto err;
    -	
    -	/* check the discriminant:
    -	 * y^2 + x*y = x^3 + a*x^2 + b is an elliptic curve <=> b != 0 (mod p) 
    -	 */
    -	if (BN_is_zero(b)) goto err;
    -
    -	ret = 1;
    -
    -err:
    -	if (ctx != NULL)
    -		BN_CTX_end(ctx);
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	return ret;
    -	}
    +int ec_GF2m_simple_group_check_discriminant(const EC_GROUP *group,
    +                                            BN_CTX *ctx)
    +{
    +    int ret = 0;
    +    BIGNUM *b;
    +    BN_CTX *new_ctx = NULL;
    +
    +    if (ctx == NULL) {
    +        ctx = new_ctx = BN_CTX_new();
    +        if (ctx == NULL) {
    +            ECerr(EC_F_EC_GF2M_SIMPLE_GROUP_CHECK_DISCRIMINANT,
    +                  ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +    }
    +    BN_CTX_start(ctx);
    +    b = BN_CTX_get(ctx);
    +    if (b == NULL)
    +        goto err;
    +
    +    if (!BN_GF2m_mod_arr(b, &group->b, group->poly))
    +        goto err;
    +
    +    /*
    +     * check the discriminant: y^2 + x*y = x^3 + a*x^2 + b is an elliptic
    +     * curve <=> b != 0 (mod p)
    +     */
    +    if (BN_is_zero(b))
    +        goto err;
    +
    +    ret = 1;
     
    + err:
    +    if (ctx != NULL)
    +        BN_CTX_end(ctx);
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    return ret;
    +}
     
     /* Initializes an EC_POINT. */
     int ec_GF2m_simple_point_init(EC_POINT *point)
    -	{
    -	BN_init(&point->X);
    -	BN_init(&point->Y);
    -	BN_init(&point->Z);
    -	return 1;
    -	}
    -
    +{
    +    BN_init(&point->X);
    +    BN_init(&point->Y);
    +    BN_init(&point->Z);
    +    return 1;
    +}
     
     /* Frees an EC_POINT. */
     void ec_GF2m_simple_point_finish(EC_POINT *point)
    -	{
    -	BN_free(&point->X);
    -	BN_free(&point->Y);
    -	BN_free(&point->Z);
    -	}
    -
    +{
    +    BN_free(&point->X);
    +    BN_free(&point->Y);
    +    BN_free(&point->Z);
    +}
     
     /* Clears and frees an EC_POINT. */
     void ec_GF2m_simple_point_clear_finish(EC_POINT *point)
    -	{
    -	BN_clear_free(&point->X);
    -	BN_clear_free(&point->Y);
    -	BN_clear_free(&point->Z);
    -	point->Z_is_one = 0;
    -	}
    -
    -
    -/* Copy the contents of one EC_POINT into another.  Assumes dest is initialized. */
    -int ec_GF2m_simple_point_copy(EC_POINT *dest, const EC_POINT *src)
    -	{
    -	if (!BN_copy(&dest->X, &src->X)) return 0;
    -	if (!BN_copy(&dest->Y, &src->Y)) return 0;
    -	if (!BN_copy(&dest->Z, &src->Z)) return 0;
    -	dest->Z_is_one = src->Z_is_one;
    -
    -	return 1;
    -	}
    -
    -
    -/* Set an EC_POINT to the point at infinity.  
    - * A point at infinity is represented by having Z=0.
    +{
    +    BN_clear_free(&point->X);
    +    BN_clear_free(&point->Y);
    +    BN_clear_free(&point->Z);
    +    point->Z_is_one = 0;
    +}
    +
    +/*
    + * Copy the contents of one EC_POINT into another.  Assumes dest is
    + * initialized.
      */
    -int ec_GF2m_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point)
    -	{
    -	point->Z_is_one = 0;
    -	BN_zero(&point->Z);
    -	return 1;
    -	}
    -
    -
    -/* Set the coordinates of an EC_POINT using affine coordinates. 
    - * Note that the simple implementation only uses affine coordinates.
    +int ec_GF2m_simple_point_copy(EC_POINT *dest, const EC_POINT *src)
    +{
    +    if (!BN_copy(&dest->X, &src->X))
    +        return 0;
    +    if (!BN_copy(&dest->Y, &src->Y))
    +        return 0;
    +    if (!BN_copy(&dest->Z, &src->Z))
    +        return 0;
    +    dest->Z_is_one = src->Z_is_one;
    +
    +    return 1;
    +}
    +
    +/*
    + * Set an EC_POINT to the point at infinity. A point at infinity is
    + * represented by having Z=0.
      */
    -int ec_GF2m_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point,
    -	const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx)
    -	{
    -	int ret = 0;	
    -	if (x == NULL || y == NULL)
    -		{
    -		ECerr(EC_F_EC_GF2M_SIMPLE_POINT_SET_AFFINE_COORDINATES, ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -
    -	if (!BN_copy(&point->X, x)) goto err;
    -	BN_set_negative(&point->X, 0);
    -	if (!BN_copy(&point->Y, y)) goto err;
    -	BN_set_negative(&point->Y, 0);
    -	if (!BN_copy(&point->Z, BN_value_one())) goto err;
    -	BN_set_negative(&point->Z, 0);
    -	point->Z_is_one = 1;
    -	ret = 1;
    -
    -  err:
    -	return ret;
    -	}
    -
    -
    -/* Gets the affine coordinates of an EC_POINT. 
    - * Note that the simple implementation only uses affine coordinates.
    +int ec_GF2m_simple_point_set_to_infinity(const EC_GROUP *group,
    +                                         EC_POINT *point)
    +{
    +    point->Z_is_one = 0;
    +    BN_zero(&point->Z);
    +    return 1;
    +}
    +
    +/*
    + * Set the coordinates of an EC_POINT using affine coordinates. Note that
    + * the simple implementation only uses affine coordinates.
      */
    -int ec_GF2m_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point,
    -	BIGNUM *x, BIGNUM *y, BN_CTX *ctx)
    -	{
    -	int ret = 0;
    -
    -	if (EC_POINT_is_at_infinity(group, point))
    -		{
    -		ECerr(EC_F_EC_GF2M_SIMPLE_POINT_GET_AFFINE_COORDINATES, EC_R_POINT_AT_INFINITY);
    -		return 0;
    -		}
    -
    -	if (BN_cmp(&point->Z, BN_value_one())) 
    -		{
    -		ECerr(EC_F_EC_GF2M_SIMPLE_POINT_GET_AFFINE_COORDINATES, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return 0;
    -		}
    -	if (x != NULL)
    -		{
    -		if (!BN_copy(x, &point->X)) goto err;
    -		BN_set_negative(x, 0);
    -		}
    -	if (y != NULL)
    -		{
    -		if (!BN_copy(y, &point->Y)) goto err;
    -		BN_set_negative(y, 0);
    -		}
    -	ret = 1;
    -		
    +int ec_GF2m_simple_point_set_affine_coordinates(const EC_GROUP *group,
    +                                                EC_POINT *point,
    +                                                const BIGNUM *x,
    +                                                const BIGNUM *y, BN_CTX *ctx)
    +{
    +    int ret = 0;
    +    if (x == NULL || y == NULL) {
    +        ECerr(EC_F_EC_GF2M_SIMPLE_POINT_SET_AFFINE_COORDINATES,
    +              ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +
    +    if (!BN_copy(&point->X, x))
    +        goto err;
    +    BN_set_negative(&point->X, 0);
    +    if (!BN_copy(&point->Y, y))
    +        goto err;
    +    BN_set_negative(&point->Y, 0);
    +    if (!BN_copy(&point->Z, BN_value_one()))
    +        goto err;
    +    BN_set_negative(&point->Z, 0);
    +    point->Z_is_one = 1;
    +    ret = 1;
    +
      err:
    -	return ret;
    -	}
    +    return ret;
    +}
     
    -/* Computes a + b and stores the result in r.  r could be a or b, a could be b.
    - * Uses algorithm A.10.2 of IEEE P1363.
    +/*
    + * Gets the affine coordinates of an EC_POINT. Note that the simple
    + * implementation only uses affine coordinates.
      */
    -int ec_GF2m_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx)
    -	{
    -	BN_CTX *new_ctx = NULL;
    -	BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t;
    -	int ret = 0;
    -	
    -	if (EC_POINT_is_at_infinity(group, a))
    -		{
    -		if (!EC_POINT_copy(r, b)) return 0;
    -		return 1;
    -		}
    -
    -	if (EC_POINT_is_at_infinity(group, b))
    -		{
    -		if (!EC_POINT_copy(r, a)) return 0;
    -		return 1;
    -		}
    -
    -	if (ctx == NULL)
    -		{
    -		ctx = new_ctx = BN_CTX_new();
    -		if (ctx == NULL)
    -			return 0;
    -		}
    -
    -	BN_CTX_start(ctx);
    -	x0 = BN_CTX_get(ctx);
    -	y0 = BN_CTX_get(ctx);
    -	x1 = BN_CTX_get(ctx);
    -	y1 = BN_CTX_get(ctx);
    -	x2 = BN_CTX_get(ctx);
    -	y2 = BN_CTX_get(ctx);
    -	s = BN_CTX_get(ctx);
    -	t = BN_CTX_get(ctx);
    -	if (t == NULL) goto err;
    -
    -	if (a->Z_is_one) 
    -		{
    -		if (!BN_copy(x0, &a->X)) goto err;
    -		if (!BN_copy(y0, &a->Y)) goto err;
    -		}
    -	else
    -		{
    -		if (!EC_POINT_get_affine_coordinates_GF2m(group, a, x0, y0, ctx)) goto err;
    -		}
    -	if (b->Z_is_one) 
    -		{
    -		if (!BN_copy(x1, &b->X)) goto err;
    -		if (!BN_copy(y1, &b->Y)) goto err;
    -		}
    -	else
    -		{
    -		if (!EC_POINT_get_affine_coordinates_GF2m(group, b, x1, y1, ctx)) goto err;
    -		}
    -
    -
    -	if (BN_GF2m_cmp(x0, x1))
    -		{
    -		if (!BN_GF2m_add(t, x0, x1)) goto err;
    -		if (!BN_GF2m_add(s, y0, y1)) goto err;
    -		if (!group->meth->field_div(group, s, s, t, ctx)) goto err;
    -		if (!group->meth->field_sqr(group, x2, s, ctx)) goto err;
    -		if (!BN_GF2m_add(x2, x2, &group->a)) goto err;
    -		if (!BN_GF2m_add(x2, x2, s)) goto err;
    -		if (!BN_GF2m_add(x2, x2, t)) goto err;
    -		}
    -	else
    -		{
    -		if (BN_GF2m_cmp(y0, y1) || BN_is_zero(x1))
    -			{
    -			if (!EC_POINT_set_to_infinity(group, r)) goto err;
    -			ret = 1;
    -			goto err;
    -			}
    -		if (!group->meth->field_div(group, s, y1, x1, ctx)) goto err;
    -		if (!BN_GF2m_add(s, s, x1)) goto err;
    -		
    -		if (!group->meth->field_sqr(group, x2, s, ctx)) goto err;
    -		if (!BN_GF2m_add(x2, x2, s)) goto err;
    -		if (!BN_GF2m_add(x2, x2, &group->a)) goto err;
    -		}
    -
    -	if (!BN_GF2m_add(y2, x1, x2)) goto err;
    -	if (!group->meth->field_mul(group, y2, y2, s, ctx)) goto err;
    -	if (!BN_GF2m_add(y2, y2, x2)) goto err;
    -	if (!BN_GF2m_add(y2, y2, y1)) goto err;
    -
    -	if (!EC_POINT_set_affine_coordinates_GF2m(group, r, x2, y2, ctx)) goto err;
    -
    -	ret = 1;
    +int ec_GF2m_simple_point_get_affine_coordinates(const EC_GROUP *group,
    +                                                const EC_POINT *point,
    +                                                BIGNUM *x, BIGNUM *y,
    +                                                BN_CTX *ctx)
    +{
    +    int ret = 0;
    +
    +    if (EC_POINT_is_at_infinity(group, point)) {
    +        ECerr(EC_F_EC_GF2M_SIMPLE_POINT_GET_AFFINE_COORDINATES,
    +              EC_R_POINT_AT_INFINITY);
    +        return 0;
    +    }
    +
    +    if (BN_cmp(&point->Z, BN_value_one())) {
    +        ECerr(EC_F_EC_GF2M_SIMPLE_POINT_GET_AFFINE_COORDINATES,
    +              ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return 0;
    +    }
    +    if (x != NULL) {
    +        if (!BN_copy(x, &point->X))
    +            goto err;
    +        BN_set_negative(x, 0);
    +    }
    +    if (y != NULL) {
    +        if (!BN_copy(y, &point->Y))
    +            goto err;
    +        BN_set_negative(y, 0);
    +    }
    +    ret = 1;
     
      err:
    -	BN_CTX_end(ctx);
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	return ret;
    -	}
    -
    +    return ret;
    +}
     
    -/* Computes 2 * a and stores the result in r.  r could be a.
    - * Uses algorithm A.10.2 of IEEE P1363.
    +/*
    + * Computes a + b and stores the result in r.  r could be a or b, a could be
    + * b. Uses algorithm A.10.2 of IEEE P1363.
      */
    -int ec_GF2m_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx)
    -	{
    -	return ec_GF2m_simple_add(group, r, a, a, ctx);
    -	}
    +int ec_GF2m_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a,
    +                       const EC_POINT *b, BN_CTX *ctx)
    +{
    +    BN_CTX *new_ctx = NULL;
    +    BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t;
    +    int ret = 0;
    +
    +    if (EC_POINT_is_at_infinity(group, a)) {
    +        if (!EC_POINT_copy(r, b))
    +            return 0;
    +        return 1;
    +    }
    +
    +    if (EC_POINT_is_at_infinity(group, b)) {
    +        if (!EC_POINT_copy(r, a))
    +            return 0;
    +        return 1;
    +    }
    +
    +    if (ctx == NULL) {
    +        ctx = new_ctx = BN_CTX_new();
    +        if (ctx == NULL)
    +            return 0;
    +    }
    +
    +    BN_CTX_start(ctx);
    +    x0 = BN_CTX_get(ctx);
    +    y0 = BN_CTX_get(ctx);
    +    x1 = BN_CTX_get(ctx);
    +    y1 = BN_CTX_get(ctx);
    +    x2 = BN_CTX_get(ctx);
    +    y2 = BN_CTX_get(ctx);
    +    s = BN_CTX_get(ctx);
    +    t = BN_CTX_get(ctx);
    +    if (t == NULL)
    +        goto err;
    +
    +    if (a->Z_is_one) {
    +        if (!BN_copy(x0, &a->X))
    +            goto err;
    +        if (!BN_copy(y0, &a->Y))
    +            goto err;
    +    } else {
    +        if (!EC_POINT_get_affine_coordinates_GF2m(group, a, x0, y0, ctx))
    +            goto err;
    +    }
    +    if (b->Z_is_one) {
    +        if (!BN_copy(x1, &b->X))
    +            goto err;
    +        if (!BN_copy(y1, &b->Y))
    +            goto err;
    +    } else {
    +        if (!EC_POINT_get_affine_coordinates_GF2m(group, b, x1, y1, ctx))
    +            goto err;
    +    }
    +
    +    if (BN_GF2m_cmp(x0, x1)) {
    +        if (!BN_GF2m_add(t, x0, x1))
    +            goto err;
    +        if (!BN_GF2m_add(s, y0, y1))
    +            goto err;
    +        if (!group->meth->field_div(group, s, s, t, ctx))
    +            goto err;
    +        if (!group->meth->field_sqr(group, x2, s, ctx))
    +            goto err;
    +        if (!BN_GF2m_add(x2, x2, &group->a))
    +            goto err;
    +        if (!BN_GF2m_add(x2, x2, s))
    +            goto err;
    +        if (!BN_GF2m_add(x2, x2, t))
    +            goto err;
    +    } else {
    +        if (BN_GF2m_cmp(y0, y1) || BN_is_zero(x1)) {
    +            if (!EC_POINT_set_to_infinity(group, r))
    +                goto err;
    +            ret = 1;
    +            goto err;
    +        }
    +        if (!group->meth->field_div(group, s, y1, x1, ctx))
    +            goto err;
    +        if (!BN_GF2m_add(s, s, x1))
    +            goto err;
    +
    +        if (!group->meth->field_sqr(group, x2, s, ctx))
    +            goto err;
    +        if (!BN_GF2m_add(x2, x2, s))
    +            goto err;
    +        if (!BN_GF2m_add(x2, x2, &group->a))
    +            goto err;
    +    }
    +
    +    if (!BN_GF2m_add(y2, x1, x2))
    +        goto err;
    +    if (!group->meth->field_mul(group, y2, y2, s, ctx))
    +        goto err;
    +    if (!BN_GF2m_add(y2, y2, x2))
    +        goto err;
    +    if (!BN_GF2m_add(y2, y2, y1))
    +        goto err;
    +
    +    if (!EC_POINT_set_affine_coordinates_GF2m(group, r, x2, y2, ctx))
    +        goto err;
    +
    +    ret = 1;
     
    + err:
    +    BN_CTX_end(ctx);
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    return ret;
    +}
    +
    +/*
    + * Computes 2 * a and stores the result in r.  r could be a. Uses algorithm
    + * A.10.2 of IEEE P1363.
    + */
    +int ec_GF2m_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a,
    +                       BN_CTX *ctx)
    +{
    +    return ec_GF2m_simple_add(group, r, a, a, ctx);
    +}
     
     int ec_GF2m_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx)
    -	{
    -	if (EC_POINT_is_at_infinity(group, point) || BN_is_zero(&point->Y))
    -		/* point is its own inverse */
    -		return 1;
    -	
    -	if (!EC_POINT_make_affine(group, point, ctx)) return 0;
    -	return BN_GF2m_add(&point->Y, &point->X, &point->Y);
    -	}
    +{
    +    if (EC_POINT_is_at_infinity(group, point) || BN_is_zero(&point->Y))
    +        /* point is its own inverse */
    +        return 1;
     
    +    if (!EC_POINT_make_affine(group, point, ctx))
    +        return 0;
    +    return BN_GF2m_add(&point->Y, &point->X, &point->Y);
    +}
     
     /* Indicates whether the given point is the point at infinity. */
    -int ec_GF2m_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point)
    -	{
    -	return BN_is_zero(&point->Z);
    -	}
    -
    -
    -/* Determines whether the given EC_POINT is an actual point on the curve defined
    +int ec_GF2m_simple_is_at_infinity(const EC_GROUP *group,
    +                                  const EC_POINT *point)
    +{
    +    return BN_is_zero(&point->Z);
    +}
    +
    +/*-
    + * Determines whether the given EC_POINT is an actual point on the curve defined
      * in the EC_GROUP.  A point is valid if it satisfies the Weierstrass equation:
      *      y^2 + x*y = x^3 + a*x^2 + b.
      */
    -int ec_GF2m_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx)
    -	{
    -	int ret = -1;
    -	BN_CTX *new_ctx = NULL;
    -	BIGNUM *lh, *y2;
    -	int (*field_mul)(const EC_GROUP *, BIGNUM *, const BIGNUM *, const BIGNUM *, BN_CTX *);
    -	int (*field_sqr)(const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *);
    -
    -	if (EC_POINT_is_at_infinity(group, point))
    -		return 1;
    -
    -	field_mul = group->meth->field_mul;
    -	field_sqr = group->meth->field_sqr;	
    -
    -	/* only support affine coordinates */
    -	if (!point->Z_is_one) return -1;
    -
    -	if (ctx == NULL)
    -		{
    -		ctx = new_ctx = BN_CTX_new();
    -		if (ctx == NULL)
    -			return -1;
    -		}
    -
    -	BN_CTX_start(ctx);
    -	y2 = BN_CTX_get(ctx);
    -	lh = BN_CTX_get(ctx);
    -	if (lh == NULL) goto err;
    -
    -	/* We have a curve defined by a Weierstrass equation
    -	 *      y^2 + x*y = x^3 + a*x^2 + b.
    -	 *  <=> x^3 + a*x^2 + x*y + b + y^2 = 0
    -	 *  <=> ((x + a) * x + y ) * x + b + y^2 = 0
    -	 */
    -	if (!BN_GF2m_add(lh, &point->X, &group->a)) goto err;
    -	if (!field_mul(group, lh, lh, &point->X, ctx)) goto err;
    -	if (!BN_GF2m_add(lh, lh, &point->Y)) goto err;
    -	if (!field_mul(group, lh, lh, &point->X, ctx)) goto err;
    -	if (!BN_GF2m_add(lh, lh, &group->b)) goto err;
    -	if (!field_sqr(group, y2, &point->Y, ctx)) goto err;
    -	if (!BN_GF2m_add(lh, lh, y2)) goto err;
    -	ret = BN_is_zero(lh);
    +int ec_GF2m_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point,
    +                               BN_CTX *ctx)
    +{
    +    int ret = -1;
    +    BN_CTX *new_ctx = NULL;
    +    BIGNUM *lh, *y2;
    +    int (*field_mul) (const EC_GROUP *, BIGNUM *, const BIGNUM *,
    +                      const BIGNUM *, BN_CTX *);
    +    int (*field_sqr) (const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *);
    +
    +    if (EC_POINT_is_at_infinity(group, point))
    +        return 1;
    +
    +    field_mul = group->meth->field_mul;
    +    field_sqr = group->meth->field_sqr;
    +
    +    /* only support affine coordinates */
    +    if (!point->Z_is_one)
    +        return -1;
    +
    +    if (ctx == NULL) {
    +        ctx = new_ctx = BN_CTX_new();
    +        if (ctx == NULL)
    +            return -1;
    +    }
    +
    +    BN_CTX_start(ctx);
    +    y2 = BN_CTX_get(ctx);
    +    lh = BN_CTX_get(ctx);
    +    if (lh == NULL)
    +        goto err;
    +
    +    /*-
    +     * We have a curve defined by a Weierstrass equation
    +     *      y^2 + x*y = x^3 + a*x^2 + b.
    +     *  <=> x^3 + a*x^2 + x*y + b + y^2 = 0
    +     *  <=> ((x + a) * x + y ) * x + b + y^2 = 0
    +     */
    +    if (!BN_GF2m_add(lh, &point->X, &group->a))
    +        goto err;
    +    if (!field_mul(group, lh, lh, &point->X, ctx))
    +        goto err;
    +    if (!BN_GF2m_add(lh, lh, &point->Y))
    +        goto err;
    +    if (!field_mul(group, lh, lh, &point->X, ctx))
    +        goto err;
    +    if (!BN_GF2m_add(lh, lh, &group->b))
    +        goto err;
    +    if (!field_sqr(group, y2, &point->Y, ctx))
    +        goto err;
    +    if (!BN_GF2m_add(lh, lh, y2))
    +        goto err;
    +    ret = BN_is_zero(lh);
      err:
    -	if (ctx) BN_CTX_end(ctx);
    -	if (new_ctx) BN_CTX_free(new_ctx);
    -	return ret;
    -	}
    -
    -
    -/* Indicates whether two points are equal.
    +    if (ctx)
    +        BN_CTX_end(ctx);
    +    if (new_ctx)
    +        BN_CTX_free(new_ctx);
    +    return ret;
    +}
    +
    +/*-
    + * Indicates whether two points are equal.
      * Return values:
      *  -1   error
      *   0   equal (in affine coordinates)
      *   1   not equal
      */
    -int ec_GF2m_simple_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx)
    -	{
    -	BIGNUM *aX, *aY, *bX, *bY;
    -	BN_CTX *new_ctx = NULL;
    -	int ret = -1;
    -
    -	if (EC_POINT_is_at_infinity(group, a))
    -		{
    -		return EC_POINT_is_at_infinity(group, b) ? 0 : 1;
    -		}
    -
    -	if (EC_POINT_is_at_infinity(group, b))
    -		return 1;
    -	
    -	if (a->Z_is_one && b->Z_is_one)
    -		{
    -		return ((BN_cmp(&a->X, &b->X) == 0) && BN_cmp(&a->Y, &b->Y) == 0) ? 0 : 1;
    -		}
    -
    -	if (ctx == NULL)
    -		{
    -		ctx = new_ctx = BN_CTX_new();
    -		if (ctx == NULL)
    -			return -1;
    -		}
    -
    -	BN_CTX_start(ctx);
    -	aX = BN_CTX_get(ctx);
    -	aY = BN_CTX_get(ctx);
    -	bX = BN_CTX_get(ctx);
    -	bY = BN_CTX_get(ctx);
    -	if (bY == NULL) goto err;
    -
    -	if (!EC_POINT_get_affine_coordinates_GF2m(group, a, aX, aY, ctx)) goto err;
    -	if (!EC_POINT_get_affine_coordinates_GF2m(group, b, bX, bY, ctx)) goto err;
    -	ret = ((BN_cmp(aX, bX) == 0) && BN_cmp(aY, bY) == 0) ? 0 : 1;
    -
    -  err:	
    -	if (ctx) BN_CTX_end(ctx);
    -	if (new_ctx) BN_CTX_free(new_ctx);
    -	return ret;
    -	}
    +int ec_GF2m_simple_cmp(const EC_GROUP *group, const EC_POINT *a,
    +                       const EC_POINT *b, BN_CTX *ctx)
    +{
    +    BIGNUM *aX, *aY, *bX, *bY;
    +    BN_CTX *new_ctx = NULL;
    +    int ret = -1;
    +
    +    if (EC_POINT_is_at_infinity(group, a)) {
    +        return EC_POINT_is_at_infinity(group, b) ? 0 : 1;
    +    }
    +
    +    if (EC_POINT_is_at_infinity(group, b))
    +        return 1;
    +
    +    if (a->Z_is_one && b->Z_is_one) {
    +        return ((BN_cmp(&a->X, &b->X) == 0)
    +                && BN_cmp(&a->Y, &b->Y) == 0) ? 0 : 1;
    +    }
    +
    +    if (ctx == NULL) {
    +        ctx = new_ctx = BN_CTX_new();
    +        if (ctx == NULL)
    +            return -1;
    +    }
    +
    +    BN_CTX_start(ctx);
    +    aX = BN_CTX_get(ctx);
    +    aY = BN_CTX_get(ctx);
    +    bX = BN_CTX_get(ctx);
    +    bY = BN_CTX_get(ctx);
    +    if (bY == NULL)
    +        goto err;
    +
    +    if (!EC_POINT_get_affine_coordinates_GF2m(group, a, aX, aY, ctx))
    +        goto err;
    +    if (!EC_POINT_get_affine_coordinates_GF2m(group, b, bX, bY, ctx))
    +        goto err;
    +    ret = ((BN_cmp(aX, bX) == 0) && BN_cmp(aY, bY) == 0) ? 0 : 1;
     
    + err:
    +    if (ctx)
    +        BN_CTX_end(ctx);
    +    if (new_ctx)
    +        BN_CTX_free(new_ctx);
    +    return ret;
    +}
     
     /* Forces the given EC_POINT to internally use affine coordinates. */
    -int ec_GF2m_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx)
    -	{
    -	BN_CTX *new_ctx = NULL;
    -	BIGNUM *x, *y;
    -	int ret = 0;
    -
    -	if (point->Z_is_one || EC_POINT_is_at_infinity(group, point))
    -		return 1;
    -	
    -	if (ctx == NULL)
    -		{
    -		ctx = new_ctx = BN_CTX_new();
    -		if (ctx == NULL)
    -			return 0;
    -		}
    -
    -	BN_CTX_start(ctx);
    -	x = BN_CTX_get(ctx);
    -	y = BN_CTX_get(ctx);
    -	if (y == NULL) goto err;
    -	
    -	if (!EC_POINT_get_affine_coordinates_GF2m(group, point, x, y, ctx)) goto err;
    -	if (!BN_copy(&point->X, x)) goto err;
    -	if (!BN_copy(&point->Y, y)) goto err;
    -	if (!BN_one(&point->Z)) goto err;
    -	
    -	ret = 1;		
    -
    -  err:
    -	if (ctx) BN_CTX_end(ctx);
    -	if (new_ctx) BN_CTX_free(new_ctx);
    -	return ret;
    -	}
    -
    -
    -/* Forces each of the EC_POINTs in the given array to use affine coordinates. */
    -int ec_GF2m_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx)
    -	{
    -	size_t i;
    -
    -	for (i = 0; i < num; i++)
    -		{
    -		if (!group->meth->make_affine(group, points[i], ctx)) return 0;
    -		}
    -
    -	return 1;
    -	}
    +int ec_GF2m_simple_make_affine(const EC_GROUP *group, EC_POINT *point,
    +                               BN_CTX *ctx)
    +{
    +    BN_CTX *new_ctx = NULL;
    +    BIGNUM *x, *y;
    +    int ret = 0;
    +
    +    if (point->Z_is_one || EC_POINT_is_at_infinity(group, point))
    +        return 1;
    +
    +    if (ctx == NULL) {
    +        ctx = new_ctx = BN_CTX_new();
    +        if (ctx == NULL)
    +            return 0;
    +    }
    +
    +    BN_CTX_start(ctx);
    +    x = BN_CTX_get(ctx);
    +    y = BN_CTX_get(ctx);
    +    if (y == NULL)
    +        goto err;
    +
    +    if (!EC_POINT_get_affine_coordinates_GF2m(group, point, x, y, ctx))
    +        goto err;
    +    if (!BN_copy(&point->X, x))
    +        goto err;
    +    if (!BN_copy(&point->Y, y))
    +        goto err;
    +    if (!BN_one(&point->Z))
    +        goto err;
    +
    +    ret = 1;
     
    + err:
    +    if (ctx)
    +        BN_CTX_end(ctx);
    +    if (new_ctx)
    +        BN_CTX_free(new_ctx);
    +    return ret;
    +}
    +
    +/*
    + * Forces each of the EC_POINTs in the given array to use affine coordinates.
    + */
    +int ec_GF2m_simple_points_make_affine(const EC_GROUP *group, size_t num,
    +                                      EC_POINT *points[], BN_CTX *ctx)
    +{
    +    size_t i;
     
    -/* Wrapper to simple binary polynomial field multiplication implementation. */
    -int ec_GF2m_simple_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
    -	{
    -	return BN_GF2m_mod_mul_arr(r, a, b, group->poly, ctx);
    -	}
    +    for (i = 0; i < num; i++) {
    +        if (!group->meth->make_affine(group, points[i], ctx))
    +            return 0;
    +    }
     
    +    return 1;
    +}
     
    -/* Wrapper to simple binary polynomial field squaring implementation. */
    -int ec_GF2m_simple_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx)
    -	{
    -	return BN_GF2m_mod_sqr_arr(r, a, group->poly, ctx);
    -	}
    +/* Wrapper to simple binary polynomial field multiplication implementation. */
    +int ec_GF2m_simple_field_mul(const EC_GROUP *group, BIGNUM *r,
    +                             const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
    +{
    +    return BN_GF2m_mod_mul_arr(r, a, b, group->poly, ctx);
    +}
     
    +/* Wrapper to simple binary polynomial field squaring implementation. */
    +int ec_GF2m_simple_field_sqr(const EC_GROUP *group, BIGNUM *r,
    +                             const BIGNUM *a, BN_CTX *ctx)
    +{
    +    return BN_GF2m_mod_sqr_arr(r, a, group->poly, ctx);
    +}
     
     /* Wrapper to simple binary polynomial field division implementation. */
    -int ec_GF2m_simple_field_div(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
    -	{
    -	return BN_GF2m_mod_div(r, a, b, &group->field, ctx);
    -	}
    +int ec_GF2m_simple_field_div(const EC_GROUP *group, BIGNUM *r,
    +                             const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
    +{
    +    return BN_GF2m_mod_div(r, a, b, &group->field, ctx);
    +}
     
     #endif
    diff --git a/openssl/crypto/ec/ec_ameth.c b/openssl/crypto/ec/ec_ameth.c
    index 11283769b..83e208cfe 100644
    --- a/openssl/crypto/ec/ec_ameth.c
    +++ b/openssl/crypto/ec/ec_ameth.c
    @@ -1,5 +1,6 @@
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2006.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2006.
      */
     /* ====================================================================
      * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
    @@ -9,7 +10,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -61,603 +62,904 @@
     #include 
     #include 
     #ifndef OPENSSL_NO_CMS
    -#include 
    +# include 
     #endif
    +#include 
     #include "asn1_locl.h"
     
    +static int ecdh_cms_decrypt(CMS_RecipientInfo *ri);
    +static int ecdh_cms_encrypt(CMS_RecipientInfo *ri);
    +
     static int eckey_param2type(int *pptype, void **ppval, EC_KEY *ec_key)
    -	{
    -	const EC_GROUP  *group;
    -	int nid;
    -	if (ec_key == NULL || (group = EC_KEY_get0_group(ec_key)) == NULL) 
    -	{
    -		ECerr(EC_F_ECKEY_PARAM2TYPE, EC_R_MISSING_PARAMETERS);
    -		return 0;
    -	}
    -	if (EC_GROUP_get_asn1_flag(group)
    -                     && (nid = EC_GROUP_get_curve_name(group)))
    -		/* we have a 'named curve' => just set the OID */
    -		{
    -		*ppval = OBJ_nid2obj(nid);
    -		*pptype = V_ASN1_OBJECT;
    -		}
    -	else	/* explicit parameters */
    -		{
    -		ASN1_STRING *pstr = NULL;
    -		pstr = ASN1_STRING_new();
    -		if (!pstr)
    -			return 0;
    -		pstr->length = i2d_ECParameters(ec_key, &pstr->data);
    -		if (pstr->length <= 0)
    -			{
    -			ASN1_STRING_free(pstr);
    -			ECerr(EC_F_ECKEY_PARAM2TYPE, ERR_R_EC_LIB);
    -			return 0;
    -			}
    -		*ppval = pstr;
    -		*pptype = V_ASN1_SEQUENCE;
    -		}
    -	return 1;
    -	}
    +{
    +    const EC_GROUP *group;
    +    int nid;
    +    if (ec_key == NULL || (group = EC_KEY_get0_group(ec_key)) == NULL) {
    +        ECerr(EC_F_ECKEY_PARAM2TYPE, EC_R_MISSING_PARAMETERS);
    +        return 0;
    +    }
    +    if (EC_GROUP_get_asn1_flag(group)
    +        && (nid = EC_GROUP_get_curve_name(group)))
    +        /* we have a 'named curve' => just set the OID */
    +    {
    +        *ppval = OBJ_nid2obj(nid);
    +        *pptype = V_ASN1_OBJECT;
    +    } else {                    /* explicit parameters */
    +
    +        ASN1_STRING *pstr = NULL;
    +        pstr = ASN1_STRING_new();
    +        if (!pstr)
    +            return 0;
    +        pstr->length = i2d_ECParameters(ec_key, &pstr->data);
    +        if (pstr->length <= 0) {
    +            ASN1_STRING_free(pstr);
    +            ECerr(EC_F_ECKEY_PARAM2TYPE, ERR_R_EC_LIB);
    +            return 0;
    +        }
    +        *ppval = pstr;
    +        *pptype = V_ASN1_SEQUENCE;
    +    }
    +    return 1;
    +}
     
     static int eckey_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey)
    -	{
    -	EC_KEY *ec_key = pkey->pkey.ec;
    -	void *pval = NULL;
    -	int ptype;
    -	unsigned char *penc = NULL, *p;
    -	int penclen;
    -
    -	if (!eckey_param2type(&ptype, &pval, ec_key))
    -		{
    -		ECerr(EC_F_ECKEY_PUB_ENCODE, ERR_R_EC_LIB);
    -		return 0;
    -		}
    -	penclen = i2o_ECPublicKey(ec_key, NULL);
    -	if (penclen <= 0)
    -		goto err;
    -	penc = OPENSSL_malloc(penclen);
    -	if (!penc)
    -		goto err;
    -	p = penc;
    -	penclen = i2o_ECPublicKey(ec_key, &p);
    -	if (penclen <= 0)
    -		goto err;
    -	if (X509_PUBKEY_set0_param(pk, OBJ_nid2obj(EVP_PKEY_EC),
    -				ptype, pval, penc, penclen))
    -		return 1;
    -	err:
    -	if (ptype == V_ASN1_OBJECT)
    -		ASN1_OBJECT_free(pval);
    -	else
    -		ASN1_STRING_free(pval);
    -	if (penc)
    -		OPENSSL_free(penc);
    -	return 0;
    -	}
    +{
    +    EC_KEY *ec_key = pkey->pkey.ec;
    +    void *pval = NULL;
    +    int ptype;
    +    unsigned char *penc = NULL, *p;
    +    int penclen;
    +
    +    if (!eckey_param2type(&ptype, &pval, ec_key)) {
    +        ECerr(EC_F_ECKEY_PUB_ENCODE, ERR_R_EC_LIB);
    +        return 0;
    +    }
    +    penclen = i2o_ECPublicKey(ec_key, NULL);
    +    if (penclen <= 0)
    +        goto err;
    +    penc = OPENSSL_malloc(penclen);
    +    if (!penc)
    +        goto err;
    +    p = penc;
    +    penclen = i2o_ECPublicKey(ec_key, &p);
    +    if (penclen <= 0)
    +        goto err;
    +    if (X509_PUBKEY_set0_param(pk, OBJ_nid2obj(EVP_PKEY_EC),
    +                               ptype, pval, penc, penclen))
    +        return 1;
    + err:
    +    if (ptype == V_ASN1_OBJECT)
    +        ASN1_OBJECT_free(pval);
    +    else
    +        ASN1_STRING_free(pval);
    +    if (penc)
    +        OPENSSL_free(penc);
    +    return 0;
    +}
     
     static EC_KEY *eckey_type2param(int ptype, void *pval)
    -	{
    -	EC_KEY *eckey = NULL;
    -	if (ptype == V_ASN1_SEQUENCE)
    -		{
    -		ASN1_STRING *pstr = pval;
    -		const unsigned char *pm = NULL;
    -		int pmlen;
    -		pm = pstr->data;
    -		pmlen = pstr->length;
    -		if (!(eckey = d2i_ECParameters(NULL, &pm, pmlen)))
    -			{
    -			ECerr(EC_F_ECKEY_TYPE2PARAM, EC_R_DECODE_ERROR);
    -			goto ecerr;
    -			}
    -		}
    -	else if (ptype == V_ASN1_OBJECT)
    -		{
    -		ASN1_OBJECT *poid = pval;
    -		EC_GROUP *group;
    -
    -		/* type == V_ASN1_OBJECT => the parameters are given
    -		 * by an asn1 OID
    -		 */
    -		if ((eckey = EC_KEY_new()) == NULL)
    -			{
    -			ECerr(EC_F_ECKEY_TYPE2PARAM, ERR_R_MALLOC_FAILURE);
    -			goto ecerr;
    -			}
    -		group = EC_GROUP_new_by_curve_name(OBJ_obj2nid(poid));
    -		if (group == NULL)
    -			goto ecerr;
    -		EC_GROUP_set_asn1_flag(group, OPENSSL_EC_NAMED_CURVE);
    -		if (EC_KEY_set_group(eckey, group) == 0)
    -			goto ecerr;
    -		EC_GROUP_free(group);
    -		}
    -	else
    -		{
    -		ECerr(EC_F_ECKEY_TYPE2PARAM, EC_R_DECODE_ERROR);
    -		goto ecerr;
    -		}
    -
    -	return eckey;
    -
    -	ecerr:
    -	if (eckey)
    -		EC_KEY_free(eckey);
    -	return NULL;
    -	}
    +{
    +    EC_KEY *eckey = NULL;
    +    if (ptype == V_ASN1_SEQUENCE) {
    +        ASN1_STRING *pstr = pval;
    +        const unsigned char *pm = NULL;
    +        int pmlen;
    +        pm = pstr->data;
    +        pmlen = pstr->length;
    +        if (!(eckey = d2i_ECParameters(NULL, &pm, pmlen))) {
    +            ECerr(EC_F_ECKEY_TYPE2PARAM, EC_R_DECODE_ERROR);
    +            goto ecerr;
    +        }
    +    } else if (ptype == V_ASN1_OBJECT) {
    +        ASN1_OBJECT *poid = pval;
    +        EC_GROUP *group;
    +
    +        /*
    +         * type == V_ASN1_OBJECT => the parameters are given by an asn1 OID
    +         */
    +        if ((eckey = EC_KEY_new()) == NULL) {
    +            ECerr(EC_F_ECKEY_TYPE2PARAM, ERR_R_MALLOC_FAILURE);
    +            goto ecerr;
    +        }
    +        group = EC_GROUP_new_by_curve_name(OBJ_obj2nid(poid));
    +        if (group == NULL)
    +            goto ecerr;
    +        EC_GROUP_set_asn1_flag(group, OPENSSL_EC_NAMED_CURVE);
    +        if (EC_KEY_set_group(eckey, group) == 0)
    +            goto ecerr;
    +        EC_GROUP_free(group);
    +    } else {
    +        ECerr(EC_F_ECKEY_TYPE2PARAM, EC_R_DECODE_ERROR);
    +        goto ecerr;
    +    }
    +
    +    return eckey;
    +
    + ecerr:
    +    if (eckey)
    +        EC_KEY_free(eckey);
    +    return NULL;
    +}
     
     static int eckey_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey)
    -	{
    -	const unsigned char *p = NULL;
    -	void *pval;
    -	int ptype, pklen;
    -	EC_KEY *eckey = NULL;
    -	X509_ALGOR *palg;
    -
    -	if (!X509_PUBKEY_get0_param(NULL, &p, &pklen, &palg, pubkey))
    -		return 0;
    -	X509_ALGOR_get0(NULL, &ptype, &pval, palg);
    -
    -	eckey = eckey_type2param(ptype, pval);
    -
    -	if (!eckey)
    -		{
    -		ECerr(EC_F_ECKEY_PUB_DECODE, ERR_R_EC_LIB);
    -		return 0;
    -		}
    -
    -	/* We have parameters now set public key */
    -	if (!o2i_ECPublicKey(&eckey, &p, pklen))
    -		{
    -		ECerr(EC_F_ECKEY_PUB_DECODE, EC_R_DECODE_ERROR);
    -		goto ecerr;
    -		}
    -
    -	EVP_PKEY_assign_EC_KEY(pkey, eckey);
    -	return 1;
    -
    -	ecerr:
    -	if (eckey)
    -		EC_KEY_free(eckey);
    -	return 0;
    -	}
    +{
    +    const unsigned char *p = NULL;
    +    void *pval;
    +    int ptype, pklen;
    +    EC_KEY *eckey = NULL;
    +    X509_ALGOR *palg;
    +
    +    if (!X509_PUBKEY_get0_param(NULL, &p, &pklen, &palg, pubkey))
    +        return 0;
    +    X509_ALGOR_get0(NULL, &ptype, &pval, palg);
    +
    +    eckey = eckey_type2param(ptype, pval);
    +
    +    if (!eckey) {
    +        ECerr(EC_F_ECKEY_PUB_DECODE, ERR_R_EC_LIB);
    +        return 0;
    +    }
    +
    +    /* We have parameters now set public key */
    +    if (!o2i_ECPublicKey(&eckey, &p, pklen)) {
    +        ECerr(EC_F_ECKEY_PUB_DECODE, EC_R_DECODE_ERROR);
    +        goto ecerr;
    +    }
    +
    +    EVP_PKEY_assign_EC_KEY(pkey, eckey);
    +    return 1;
    +
    + ecerr:
    +    if (eckey)
    +        EC_KEY_free(eckey);
    +    return 0;
    +}
     
     static int eckey_pub_cmp(const EVP_PKEY *a, const EVP_PKEY *b)
    -	{
    -	int  r;
    -	const EC_GROUP *group = EC_KEY_get0_group(b->pkey.ec);
    -	const EC_POINT *pa = EC_KEY_get0_public_key(a->pkey.ec),
    -	               *pb = EC_KEY_get0_public_key(b->pkey.ec);
    -	r = EC_POINT_cmp(group, pa, pb, NULL);
    -	if (r == 0)
    -		return 1;
    -	if (r == 1)
    -		return 0;
    -	return -2;
    -	}
    +{
    +    int r;
    +    const EC_GROUP *group = EC_KEY_get0_group(b->pkey.ec);
    +    const EC_POINT *pa = EC_KEY_get0_public_key(a->pkey.ec),
    +        *pb = EC_KEY_get0_public_key(b->pkey.ec);
    +    r = EC_POINT_cmp(group, pa, pb, NULL);
    +    if (r == 0)
    +        return 1;
    +    if (r == 1)
    +        return 0;
    +    return -2;
    +}
     
     static int eckey_priv_decode(EVP_PKEY *pkey, PKCS8_PRIV_KEY_INFO *p8)
    -	{
    -	const unsigned char *p = NULL;
    -	void *pval;
    -	int ptype, pklen;
    -	EC_KEY *eckey = NULL;
    -	X509_ALGOR *palg;
    -
    -	if (!PKCS8_pkey_get0(NULL, &p, &pklen, &palg, p8))
    -		return 0;
    -	X509_ALGOR_get0(NULL, &ptype, &pval, palg);
    -
    -	eckey = eckey_type2param(ptype, pval);
    -
    -	if (!eckey)
    -		goto ecliberr;
    -
    -	/* We have parameters now set private key */
    -	if (!d2i_ECPrivateKey(&eckey, &p, pklen))
    -		{
    -		ECerr(EC_F_ECKEY_PRIV_DECODE, EC_R_DECODE_ERROR);
    -		goto ecerr;
    -		}
    -
    -	/* calculate public key (if necessary) */
    -	if (EC_KEY_get0_public_key(eckey) == NULL)
    -		{
    -		const BIGNUM *priv_key;
    -		const EC_GROUP *group;
    -		EC_POINT *pub_key;
    -		/* the public key was not included in the SEC1 private
    -		 * key => calculate the public key */
    -		group   = EC_KEY_get0_group(eckey);
    -		pub_key = EC_POINT_new(group);
    -		if (pub_key == NULL)
    -			{
    -			ECerr(EC_F_ECKEY_PRIV_DECODE, ERR_R_EC_LIB);
    -			goto ecliberr;
    -			}
    -		if (!EC_POINT_copy(pub_key, EC_GROUP_get0_generator(group)))
    -			{
    -			EC_POINT_free(pub_key);
    -			ECerr(EC_F_ECKEY_PRIV_DECODE, ERR_R_EC_LIB);
    -			goto ecliberr;
    -			}
    -		priv_key = EC_KEY_get0_private_key(eckey);
    -		if (!EC_POINT_mul(group, pub_key, priv_key, NULL, NULL, NULL))
    -			{
    -			EC_POINT_free(pub_key);
    -			ECerr(EC_F_ECKEY_PRIV_DECODE, ERR_R_EC_LIB);
    -			goto ecliberr;
    -			}
    -		if (EC_KEY_set_public_key(eckey, pub_key) == 0)
    -			{
    -			EC_POINT_free(pub_key);
    -			ECerr(EC_F_ECKEY_PRIV_DECODE, ERR_R_EC_LIB);
    -			goto ecliberr;
    -			}
    -		EC_POINT_free(pub_key);
    -		}
    -
    -	EVP_PKEY_assign_EC_KEY(pkey, eckey);
    -	return 1;
    -
    -	ecliberr:
    -	ECerr(EC_F_ECKEY_PRIV_DECODE, ERR_R_EC_LIB);
    -	ecerr:
    -	if (eckey)
    -		EC_KEY_free(eckey);
    -	return 0;
    -	}
    +{
    +    const unsigned char *p = NULL;
    +    void *pval;
    +    int ptype, pklen;
    +    EC_KEY *eckey = NULL;
    +    X509_ALGOR *palg;
    +
    +    if (!PKCS8_pkey_get0(NULL, &p, &pklen, &palg, p8))
    +        return 0;
    +    X509_ALGOR_get0(NULL, &ptype, &pval, palg);
    +
    +    eckey = eckey_type2param(ptype, pval);
    +
    +    if (!eckey)
    +        goto ecliberr;
    +
    +    /* We have parameters now set private key */
    +    if (!d2i_ECPrivateKey(&eckey, &p, pklen)) {
    +        ECerr(EC_F_ECKEY_PRIV_DECODE, EC_R_DECODE_ERROR);
    +        goto ecerr;
    +    }
    +
    +    /* calculate public key (if necessary) */
    +    if (EC_KEY_get0_public_key(eckey) == NULL) {
    +        const BIGNUM *priv_key;
    +        const EC_GROUP *group;
    +        EC_POINT *pub_key;
    +        /*
    +         * the public key was not included in the SEC1 private key =>
    +         * calculate the public key
    +         */
    +        group = EC_KEY_get0_group(eckey);
    +        pub_key = EC_POINT_new(group);
    +        if (pub_key == NULL) {
    +            ECerr(EC_F_ECKEY_PRIV_DECODE, ERR_R_EC_LIB);
    +            goto ecliberr;
    +        }
    +        if (!EC_POINT_copy(pub_key, EC_GROUP_get0_generator(group))) {
    +            EC_POINT_free(pub_key);
    +            ECerr(EC_F_ECKEY_PRIV_DECODE, ERR_R_EC_LIB);
    +            goto ecliberr;
    +        }
    +        priv_key = EC_KEY_get0_private_key(eckey);
    +        if (!EC_POINT_mul(group, pub_key, priv_key, NULL, NULL, NULL)) {
    +            EC_POINT_free(pub_key);
    +            ECerr(EC_F_ECKEY_PRIV_DECODE, ERR_R_EC_LIB);
    +            goto ecliberr;
    +        }
    +        if (EC_KEY_set_public_key(eckey, pub_key) == 0) {
    +            EC_POINT_free(pub_key);
    +            ECerr(EC_F_ECKEY_PRIV_DECODE, ERR_R_EC_LIB);
    +            goto ecliberr;
    +        }
    +        EC_POINT_free(pub_key);
    +    }
    +
    +    EVP_PKEY_assign_EC_KEY(pkey, eckey);
    +    return 1;
    +
    + ecliberr:
    +    ECerr(EC_F_ECKEY_PRIV_DECODE, ERR_R_EC_LIB);
    + ecerr:
    +    if (eckey)
    +        EC_KEY_free(eckey);
    +    return 0;
    +}
     
     static int eckey_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey)
     {
    -	EC_KEY		*ec_key;
    -	unsigned char	*ep, *p;
    -	int 		eplen, ptype;
    -	void		*pval;
    -	unsigned int    tmp_flags, old_flags;
    -
    -	ec_key = pkey->pkey.ec;
    -
    -	if (!eckey_param2type(&ptype, &pval, ec_key))
    -		{
    -		ECerr(EC_F_ECKEY_PRIV_ENCODE, EC_R_DECODE_ERROR);
    -		return 0;
    -		}
    -
    -	/* set the private key */
    -
    -	/* do not include the parameters in the SEC1 private key
    -	 * see PKCS#11 12.11 */
    -	old_flags = EC_KEY_get_enc_flags(ec_key);
    -	tmp_flags = old_flags | EC_PKEY_NO_PARAMETERS;
    -	EC_KEY_set_enc_flags(ec_key, tmp_flags);
    -	eplen = i2d_ECPrivateKey(ec_key, NULL);
    -	if (!eplen)
    -	{
    -		EC_KEY_set_enc_flags(ec_key, old_flags);
    -		ECerr(EC_F_ECKEY_PRIV_ENCODE, ERR_R_EC_LIB);
    -		return 0;
    -	}
    -	ep = (unsigned char *) OPENSSL_malloc(eplen);
    -	if (!ep)
    -	{
    -		EC_KEY_set_enc_flags(ec_key, old_flags);
    -		ECerr(EC_F_ECKEY_PRIV_ENCODE, ERR_R_MALLOC_FAILURE);
    -		return 0;
    -	}
    -	p = ep;
    -	if (!i2d_ECPrivateKey(ec_key, &p))
    -	{
    -		EC_KEY_set_enc_flags(ec_key, old_flags);
    -		OPENSSL_free(ep);
    -		ECerr(EC_F_ECKEY_PRIV_ENCODE, ERR_R_EC_LIB);
    -		return 0;
    -	}
    -	/* restore old encoding flags */
    -	EC_KEY_set_enc_flags(ec_key, old_flags);
    -
    -	if (!PKCS8_pkey_set0(p8, OBJ_nid2obj(NID_X9_62_id_ecPublicKey), 0,
    -				ptype, pval, ep, eplen))
    -		return 0;
    -
    -	return 1;
    +    EC_KEY *ec_key;
    +    unsigned char *ep, *p;
    +    int eplen, ptype;
    +    void *pval;
    +    unsigned int tmp_flags, old_flags;
    +
    +    ec_key = pkey->pkey.ec;
    +
    +    if (!eckey_param2type(&ptype, &pval, ec_key)) {
    +        ECerr(EC_F_ECKEY_PRIV_ENCODE, EC_R_DECODE_ERROR);
    +        return 0;
    +    }
    +
    +    /* set the private key */
    +
    +    /*
    +     * do not include the parameters in the SEC1 private key see PKCS#11
    +     * 12.11
    +     */
    +    old_flags = EC_KEY_get_enc_flags(ec_key);
    +    tmp_flags = old_flags | EC_PKEY_NO_PARAMETERS;
    +    EC_KEY_set_enc_flags(ec_key, tmp_flags);
    +    eplen = i2d_ECPrivateKey(ec_key, NULL);
    +    if (!eplen) {
    +        EC_KEY_set_enc_flags(ec_key, old_flags);
    +        ECerr(EC_F_ECKEY_PRIV_ENCODE, ERR_R_EC_LIB);
    +        return 0;
    +    }
    +    ep = (unsigned char *)OPENSSL_malloc(eplen);
    +    if (!ep) {
    +        EC_KEY_set_enc_flags(ec_key, old_flags);
    +        ECerr(EC_F_ECKEY_PRIV_ENCODE, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    p = ep;
    +    if (!i2d_ECPrivateKey(ec_key, &p)) {
    +        EC_KEY_set_enc_flags(ec_key, old_flags);
    +        OPENSSL_free(ep);
    +        ECerr(EC_F_ECKEY_PRIV_ENCODE, ERR_R_EC_LIB);
    +        return 0;
    +    }
    +    /* restore old encoding flags */
    +    EC_KEY_set_enc_flags(ec_key, old_flags);
    +
    +    if (!PKCS8_pkey_set0(p8, OBJ_nid2obj(NID_X9_62_id_ecPublicKey), 0,
    +                         ptype, pval, ep, eplen))
    +        return 0;
    +
    +    return 1;
     }
     
     static int int_ec_size(const EVP_PKEY *pkey)
    -	{
    -	return ECDSA_size(pkey->pkey.ec);
    -	}
    +{
    +    return ECDSA_size(pkey->pkey.ec);
    +}
     
     static int ec_bits(const EVP_PKEY *pkey)
    -	{
    -	BIGNUM *order = BN_new();
    -	const EC_GROUP *group;
    -	int ret;
    -
    -	if (!order)
    -		{
    -		ERR_clear_error();
    -		return 0;
    -		}
    -	group = EC_KEY_get0_group(pkey->pkey.ec);
    -	if (!EC_GROUP_get_order(group, order, NULL))
    -		{
    -		ERR_clear_error();
    -		return 0;
    -		}
    -
    -	ret = BN_num_bits(order);
    -	BN_free(order);
    -	return ret;
    -	}
    +{
    +    BIGNUM *order = BN_new();
    +    const EC_GROUP *group;
    +    int ret;
    +
    +    if (!order) {
    +        ERR_clear_error();
    +        return 0;
    +    }
    +    group = EC_KEY_get0_group(pkey->pkey.ec);
    +    if (!EC_GROUP_get_order(group, order, NULL)) {
    +        ERR_clear_error();
    +        return 0;
    +    }
    +
    +    ret = BN_num_bits(order);
    +    BN_free(order);
    +    return ret;
    +}
     
     static int ec_missing_parameters(const EVP_PKEY *pkey)
    -	{
    -	if (EC_KEY_get0_group(pkey->pkey.ec) == NULL)
    -		return 1;
    -	return 0;
    -	}
    +{
    +    if (EC_KEY_get0_group(pkey->pkey.ec) == NULL)
    +        return 1;
    +    return 0;
    +}
     
     static int ec_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from)
    -	{
    -	EC_GROUP *group = EC_GROUP_dup(EC_KEY_get0_group(from->pkey.ec));
    -	if (group == NULL)
    -		return 0;
    -	if (EC_KEY_set_group(to->pkey.ec, group) == 0)
    -		return 0;
    -	EC_GROUP_free(group);
    -	return 1;
    -	}
    +{
    +    EC_GROUP *group = EC_GROUP_dup(EC_KEY_get0_group(from->pkey.ec));
    +    if (group == NULL)
    +        return 0;
    +    if (EC_KEY_set_group(to->pkey.ec, group) == 0)
    +        return 0;
    +    EC_GROUP_free(group);
    +    return 1;
    +}
     
     static int ec_cmp_parameters(const EVP_PKEY *a, const EVP_PKEY *b)
    -	{
    -	const EC_GROUP *group_a = EC_KEY_get0_group(a->pkey.ec),
    -	               *group_b = EC_KEY_get0_group(b->pkey.ec);
    -	if (EC_GROUP_cmp(group_a, group_b, NULL))
    -		return 0;
    -	else
    -		return 1;
    -	}
    +{
    +    const EC_GROUP *group_a = EC_KEY_get0_group(a->pkey.ec),
    +        *group_b = EC_KEY_get0_group(b->pkey.ec);
    +    if (EC_GROUP_cmp(group_a, group_b, NULL))
    +        return 0;
    +    else
    +        return 1;
    +}
     
     static void int_ec_free(EVP_PKEY *pkey)
    -	{
    -	EC_KEY_free(pkey->pkey.ec);
    -	}
    +{
    +    EC_KEY_free(pkey->pkey.ec);
    +}
     
     static int do_EC_KEY_print(BIO *bp, const EC_KEY *x, int off, int ktype)
    -	{
    -	unsigned char *buffer=NULL;
    -	const char *ecstr;
    -	size_t	buf_len=0, i;
    -	int     ret=0, reason=ERR_R_BIO_LIB;
    -	BIGNUM  *pub_key=NULL, *order=NULL;
    -	BN_CTX  *ctx=NULL;
    -	const EC_GROUP *group;
    -	const EC_POINT *public_key;
    -	const BIGNUM *priv_key;
    - 
    -	if (x == NULL || (group = EC_KEY_get0_group(x)) == NULL)
    -		{
    -		reason = ERR_R_PASSED_NULL_PARAMETER;
    -		goto err;
    -		}
    -
    -	ctx = BN_CTX_new();
    -	if (ctx == NULL)
    -		{
    -		reason = ERR_R_MALLOC_FAILURE;
    -		goto err;
    -		}
    -
    -	if (ktype > 0)
    -		{
    -		public_key = EC_KEY_get0_public_key(x);
    -		if (public_key != NULL)
    -			{
    -			if ((pub_key = EC_POINT_point2bn(group, public_key,
    -				EC_KEY_get_conv_form(x), NULL, ctx)) == NULL)
    -				{
    -				reason = ERR_R_EC_LIB;
    -				goto err;
    -				}
    -			buf_len = (size_t)BN_num_bytes(pub_key);
    -			}
    -		}
    -
    -	if (ktype == 2)
    -		{
    -		priv_key = EC_KEY_get0_private_key(x);
    -		if (priv_key && (i = (size_t)BN_num_bytes(priv_key)) > buf_len)
    -			buf_len = i;
    -		}
    -	else
    -		priv_key = NULL;
    -
    -	if (ktype > 0)
    -		{
    -		buf_len += 10;
    -		if ((buffer = OPENSSL_malloc(buf_len)) == NULL)
    -			{
    -			reason = ERR_R_MALLOC_FAILURE;
    -			goto err;
    -			}
    -		}
    -	if (ktype == 2)
    -		ecstr = "Private-Key";
    -	else if (ktype == 1)
    -		ecstr = "Public-Key";
    -	else
    -		ecstr = "ECDSA-Parameters";
    -
    -	if (!BIO_indent(bp, off, 128))
    -		goto err;
    -	if ((order = BN_new()) == NULL)
    -		goto err;
    -	if (!EC_GROUP_get_order(group, order, NULL))
    -		goto err;
    -	if (BIO_printf(bp, "%s: (%d bit)\n", ecstr,
    -		BN_num_bits(order)) <= 0) goto err;
    -  
    -	if ((priv_key != NULL) && !ASN1_bn_print(bp, "priv:", priv_key, 
    -		buffer, off))
    -		goto err;
    -	if ((pub_key != NULL) && !ASN1_bn_print(bp, "pub: ", pub_key,
    -		buffer, off))
    -		goto err;
    -	if (!ECPKParameters_print(bp, group, off))
    -		goto err;
    -	ret=1;
    -err:
    -	if (!ret)
    - 		ECerr(EC_F_DO_EC_KEY_PRINT, reason);
    -	if (pub_key) 
    -		BN_free(pub_key);
    -	if (order)
    -		BN_free(order);
    -	if (ctx)
    -		BN_CTX_free(ctx);
    -	if (buffer != NULL)
    -		OPENSSL_free(buffer);
    -	return(ret);
    -	}
    +{
    +    unsigned char *buffer = NULL;
    +    const char *ecstr;
    +    size_t buf_len = 0, i;
    +    int ret = 0, reason = ERR_R_BIO_LIB;
    +    BIGNUM *pub_key = NULL, *order = NULL;
    +    BN_CTX *ctx = NULL;
    +    const EC_GROUP *group;
    +    const EC_POINT *public_key;
    +    const BIGNUM *priv_key;
    +
    +    if (x == NULL || (group = EC_KEY_get0_group(x)) == NULL) {
    +        reason = ERR_R_PASSED_NULL_PARAMETER;
    +        goto err;
    +    }
    +
    +    ctx = BN_CTX_new();
    +    if (ctx == NULL) {
    +        reason = ERR_R_MALLOC_FAILURE;
    +        goto err;
    +    }
    +
    +    if (ktype > 0) {
    +        public_key = EC_KEY_get0_public_key(x);
    +        if (public_key != NULL) {
    +            if ((pub_key = EC_POINT_point2bn(group, public_key,
    +                                             EC_KEY_get_conv_form(x), NULL,
    +                                             ctx)) == NULL) {
    +                reason = ERR_R_EC_LIB;
    +                goto err;
    +            }
    +            buf_len = (size_t)BN_num_bytes(pub_key);
    +        }
    +    }
    +
    +    if (ktype == 2) {
    +        priv_key = EC_KEY_get0_private_key(x);
    +        if (priv_key && (i = (size_t)BN_num_bytes(priv_key)) > buf_len)
    +            buf_len = i;
    +    } else
    +        priv_key = NULL;
    +
    +    if (ktype > 0) {
    +        buf_len += 10;
    +        if ((buffer = OPENSSL_malloc(buf_len)) == NULL) {
    +            reason = ERR_R_MALLOC_FAILURE;
    +            goto err;
    +        }
    +    }
    +    if (ktype == 2)
    +        ecstr = "Private-Key";
    +    else if (ktype == 1)
    +        ecstr = "Public-Key";
    +    else
    +        ecstr = "ECDSA-Parameters";
    +
    +    if (!BIO_indent(bp, off, 128))
    +        goto err;
    +    if ((order = BN_new()) == NULL)
    +        goto err;
    +    if (!EC_GROUP_get_order(group, order, NULL))
    +        goto err;
    +    if (BIO_printf(bp, "%s: (%d bit)\n", ecstr, BN_num_bits(order)) <= 0)
    +        goto err;
    +
    +    if ((priv_key != NULL) && !ASN1_bn_print(bp, "priv:", priv_key,
    +                                             buffer, off))
    +        goto err;
    +    if ((pub_key != NULL) && !ASN1_bn_print(bp, "pub: ", pub_key,
    +                                            buffer, off))
    +        goto err;
    +    if (!ECPKParameters_print(bp, group, off))
    +        goto err;
    +    ret = 1;
    + err:
    +    if (!ret)
    +        ECerr(EC_F_DO_EC_KEY_PRINT, reason);
    +    if (pub_key)
    +        BN_free(pub_key);
    +    if (order)
    +        BN_free(order);
    +    if (ctx)
    +        BN_CTX_free(ctx);
    +    if (buffer != NULL)
    +        OPENSSL_free(buffer);
    +    return (ret);
    +}
     
     static int eckey_param_decode(EVP_PKEY *pkey,
    -					const unsigned char **pder, int derlen)
    -	{
    -	EC_KEY *eckey;
    -	if (!(eckey = d2i_ECParameters(NULL, pder, derlen)))
    -		{
    -		ECerr(EC_F_ECKEY_PARAM_DECODE, ERR_R_EC_LIB);
    -		return 0;
    -		}
    -	EVP_PKEY_assign_EC_KEY(pkey, eckey);
    -	return 1;
    -	}
    +                              const unsigned char **pder, int derlen)
    +{
    +    EC_KEY *eckey;
    +    if (!(eckey = d2i_ECParameters(NULL, pder, derlen))) {
    +        ECerr(EC_F_ECKEY_PARAM_DECODE, ERR_R_EC_LIB);
    +        return 0;
    +    }
    +    EVP_PKEY_assign_EC_KEY(pkey, eckey);
    +    return 1;
    +}
     
     static int eckey_param_encode(const EVP_PKEY *pkey, unsigned char **pder)
    -	{
    -	return i2d_ECParameters(pkey->pkey.ec, pder);
    -	}
    +{
    +    return i2d_ECParameters(pkey->pkey.ec, pder);
    +}
     
     static int eckey_param_print(BIO *bp, const EVP_PKEY *pkey, int indent,
    -							ASN1_PCTX *ctx)
    -	{
    -	return do_EC_KEY_print(bp, pkey->pkey.ec, indent, 0);
    -	}
    +                             ASN1_PCTX *ctx)
    +{
    +    return do_EC_KEY_print(bp, pkey->pkey.ec, indent, 0);
    +}
     
     static int eckey_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent,
    -							ASN1_PCTX *ctx)
    -	{
    -	return do_EC_KEY_print(bp, pkey->pkey.ec, indent, 1);
    -	}
    -
    +                           ASN1_PCTX *ctx)
    +{
    +    return do_EC_KEY_print(bp, pkey->pkey.ec, indent, 1);
    +}
     
     static int eckey_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent,
    -							ASN1_PCTX *ctx)
    -	{
    -	return do_EC_KEY_print(bp, pkey->pkey.ec, indent, 2);
    -	}
    +                            ASN1_PCTX *ctx)
    +{
    +    return do_EC_KEY_print(bp, pkey->pkey.ec, indent, 2);
    +}
     
     static int old_ec_priv_decode(EVP_PKEY *pkey,
    -					const unsigned char **pder, int derlen)
    -	{
    -	EC_KEY *ec;
    -	if (!(ec = d2i_ECPrivateKey (NULL, pder, derlen)))
    -		{
    -		ECerr(EC_F_OLD_EC_PRIV_DECODE, EC_R_DECODE_ERROR);
    -		return 0;
    -		}
    -	EVP_PKEY_assign_EC_KEY(pkey, ec);
    -	return 1;
    -	}
    +                              const unsigned char **pder, int derlen)
    +{
    +    EC_KEY *ec;
    +    if (!(ec = d2i_ECPrivateKey(NULL, pder, derlen))) {
    +        ECerr(EC_F_OLD_EC_PRIV_DECODE, EC_R_DECODE_ERROR);
    +        return 0;
    +    }
    +    EVP_PKEY_assign_EC_KEY(pkey, ec);
    +    return 1;
    +}
     
     static int old_ec_priv_encode(const EVP_PKEY *pkey, unsigned char **pder)
    -	{
    -	return i2d_ECPrivateKey(pkey->pkey.ec, pder);
    -	}
    +{
    +    return i2d_ECPrivateKey(pkey->pkey.ec, pder);
    +}
     
     static int ec_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2)
    -	{
    -	switch (op)
    -		{
    -		case ASN1_PKEY_CTRL_PKCS7_SIGN:
    -		if (arg1 == 0)
    -			{
    -			int snid, hnid;
    -			X509_ALGOR *alg1, *alg2;
    -			PKCS7_SIGNER_INFO_get0_algs(arg2, NULL, &alg1, &alg2);
    -			if (alg1 == NULL || alg1->algorithm == NULL)
    -				return -1;
    -			hnid = OBJ_obj2nid(alg1->algorithm);
    -			if (hnid == NID_undef)
    -				return -1;
    -			if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
    -				return -1; 
    -			X509_ALGOR_set0(alg2, OBJ_nid2obj(snid), V_ASN1_UNDEF, 0);
    -			}
    -		return 1;
    +{
    +    switch (op) {
    +    case ASN1_PKEY_CTRL_PKCS7_SIGN:
    +        if (arg1 == 0) {
    +            int snid, hnid;
    +            X509_ALGOR *alg1, *alg2;
    +            PKCS7_SIGNER_INFO_get0_algs(arg2, NULL, &alg1, &alg2);
    +            if (alg1 == NULL || alg1->algorithm == NULL)
    +                return -1;
    +            hnid = OBJ_obj2nid(alg1->algorithm);
    +            if (hnid == NID_undef)
    +                return -1;
    +            if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
    +                return -1;
    +            X509_ALGOR_set0(alg2, OBJ_nid2obj(snid), V_ASN1_UNDEF, 0);
    +        }
    +        return 1;
     #ifndef OPENSSL_NO_CMS
    -		case ASN1_PKEY_CTRL_CMS_SIGN:
    -		if (arg1 == 0)
    -			{
    -			int snid, hnid;
    -			X509_ALGOR *alg1, *alg2;
    -			CMS_SignerInfo_get0_algs(arg2, NULL, NULL,
    -								&alg1, &alg2);
    -			if (alg1 == NULL || alg1->algorithm == NULL)
    -				return -1;
    -			hnid = OBJ_obj2nid(alg1->algorithm);
    -			if (hnid == NID_undef)
    -				return -1;
    -			if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
    -				return -1; 
    -			X509_ALGOR_set0(alg2, OBJ_nid2obj(snid), V_ASN1_UNDEF, 0);
    -			}
    -		return 1;
    +    case ASN1_PKEY_CTRL_CMS_SIGN:
    +        if (arg1 == 0) {
    +            int snid, hnid;
    +            X509_ALGOR *alg1, *alg2;
    +            CMS_SignerInfo_get0_algs(arg2, NULL, NULL, &alg1, &alg2);
    +            if (alg1 == NULL || alg1->algorithm == NULL)
    +                return -1;
    +            hnid = OBJ_obj2nid(alg1->algorithm);
    +            if (hnid == NID_undef)
    +                return -1;
    +            if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
    +                return -1;
    +            X509_ALGOR_set0(alg2, OBJ_nid2obj(snid), V_ASN1_UNDEF, 0);
    +        }
    +        return 1;
    +
    +    case ASN1_PKEY_CTRL_CMS_ENVELOPE:
    +        if (arg1 == 1)
    +            return ecdh_cms_decrypt(arg2);
    +        else if (arg1 == 0)
    +            return ecdh_cms_encrypt(arg2);
    +        return -2;
    +
    +    case ASN1_PKEY_CTRL_CMS_RI_TYPE:
    +        *(int *)arg2 = CMS_RECIPINFO_AGREE;
    +        return 1;
     #endif
     
    -		case ASN1_PKEY_CTRL_DEFAULT_MD_NID:
    -		*(int *)arg2 = NID_sha1;
    -		return 2;
    -
    -		default:
    -		return -2;
    -
    -		}
    -
    -	}
    -
    -const EVP_PKEY_ASN1_METHOD eckey_asn1_meth = 
    -	{
    -	EVP_PKEY_EC,
    -	EVP_PKEY_EC,
    -	0,
    -	"EC",
    -	"OpenSSL EC algorithm",
    -
    -	eckey_pub_decode,
    -	eckey_pub_encode,
    -	eckey_pub_cmp,
    -	eckey_pub_print,
    -
    -	eckey_priv_decode,
    -	eckey_priv_encode,
    -	eckey_priv_print,
    -
    -	int_ec_size,
    -	ec_bits,
    -
    -	eckey_param_decode,
    -	eckey_param_encode,
    -	ec_missing_parameters,
    -	ec_copy_parameters,
    -	ec_cmp_parameters,
    -	eckey_param_print,
    -	0,
    -
    -	int_ec_free,
    -	ec_pkey_ctrl,
    -	old_ec_priv_decode,
    -	old_ec_priv_encode
    -	};
    +    case ASN1_PKEY_CTRL_DEFAULT_MD_NID:
    +        *(int *)arg2 = NID_sha256;
    +        return 2;
    +
    +    default:
    +        return -2;
    +
    +    }
    +
    +}
    +
    +const EVP_PKEY_ASN1_METHOD eckey_asn1_meth = {
    +    EVP_PKEY_EC,
    +    EVP_PKEY_EC,
    +    0,
    +    "EC",
    +    "OpenSSL EC algorithm",
    +
    +    eckey_pub_decode,
    +    eckey_pub_encode,
    +    eckey_pub_cmp,
    +    eckey_pub_print,
    +
    +    eckey_priv_decode,
    +    eckey_priv_encode,
    +    eckey_priv_print,
    +
    +    int_ec_size,
    +    ec_bits,
    +
    +    eckey_param_decode,
    +    eckey_param_encode,
    +    ec_missing_parameters,
    +    ec_copy_parameters,
    +    ec_cmp_parameters,
    +    eckey_param_print,
    +    0,
    +
    +    int_ec_free,
    +    ec_pkey_ctrl,
    +    old_ec_priv_decode,
    +    old_ec_priv_encode
    +};
    +
    +#ifndef OPENSSL_NO_CMS
    +
    +static int ecdh_cms_set_peerkey(EVP_PKEY_CTX *pctx,
    +                                X509_ALGOR *alg, ASN1_BIT_STRING *pubkey)
    +{
    +    ASN1_OBJECT *aoid;
    +    int atype;
    +    void *aval;
    +    int rv = 0;
    +    EVP_PKEY *pkpeer = NULL;
    +    EC_KEY *ecpeer = NULL;
    +    const unsigned char *p;
    +    int plen;
    +    X509_ALGOR_get0(&aoid, &atype, &aval, alg);
    +    if (OBJ_obj2nid(aoid) != NID_X9_62_id_ecPublicKey)
    +        goto err;
    +    /* If absent parameters get group from main key */
    +    if (atype == V_ASN1_UNDEF || atype == V_ASN1_NULL) {
    +        const EC_GROUP *grp;
    +        EVP_PKEY *pk;
    +        pk = EVP_PKEY_CTX_get0_pkey(pctx);
    +        if (!pk)
    +            goto err;
    +        grp = EC_KEY_get0_group(pk->pkey.ec);
    +        ecpeer = EC_KEY_new();
    +        if (!ecpeer)
    +            goto err;
    +        if (!EC_KEY_set_group(ecpeer, grp))
    +            goto err;
    +    } else {
    +        ecpeer = eckey_type2param(atype, aval);
    +        if (!ecpeer)
    +            goto err;
    +    }
    +    /* We have parameters now set public key */
    +    plen = ASN1_STRING_length(pubkey);
    +    p = ASN1_STRING_data(pubkey);
    +    if (!p || !plen)
    +        goto err;
    +    if (!o2i_ECPublicKey(&ecpeer, &p, plen))
    +        goto err;
    +    pkpeer = EVP_PKEY_new();
    +    if (!pkpeer)
    +        goto err;
    +    EVP_PKEY_set1_EC_KEY(pkpeer, ecpeer);
    +    if (EVP_PKEY_derive_set_peer(pctx, pkpeer) > 0)
    +        rv = 1;
    + err:
    +    if (ecpeer)
    +        EC_KEY_free(ecpeer);
    +    if (pkpeer)
    +        EVP_PKEY_free(pkpeer);
    +    return rv;
    +}
    +
    +/* Set KDF parameters based on KDF NID */
    +static int ecdh_cms_set_kdf_param(EVP_PKEY_CTX *pctx, int eckdf_nid)
    +{
    +    int kdf_nid, kdfmd_nid, cofactor;
    +    const EVP_MD *kdf_md;
    +    if (eckdf_nid == NID_undef)
    +        return 0;
    +
    +    /* Lookup KDF type, cofactor mode and digest */
    +    if (!OBJ_find_sigid_algs(eckdf_nid, &kdfmd_nid, &kdf_nid))
    +        return 0;
    +
    +    if (kdf_nid == NID_dh_std_kdf)
    +        cofactor = 0;
    +    else if (kdf_nid == NID_dh_cofactor_kdf)
    +        cofactor = 1;
    +    else
    +        return 0;
    +
    +    if (EVP_PKEY_CTX_set_ecdh_cofactor_mode(pctx, cofactor) <= 0)
    +        return 0;
    +
    +    if (EVP_PKEY_CTX_set_ecdh_kdf_type(pctx, EVP_PKEY_ECDH_KDF_X9_62) <= 0)
    +        return 0;
    +
    +    kdf_md = EVP_get_digestbynid(kdfmd_nid);
    +    if (!kdf_md)
    +        return 0;
    +
    +    if (EVP_PKEY_CTX_set_ecdh_kdf_md(pctx, kdf_md) <= 0)
    +        return 0;
    +    return 1;
    +}
    +
    +static int ecdh_cms_set_shared_info(EVP_PKEY_CTX *pctx, CMS_RecipientInfo *ri)
    +{
    +    int rv = 0;
    +
    +    X509_ALGOR *alg, *kekalg = NULL;
    +    ASN1_OCTET_STRING *ukm;
    +    const unsigned char *p;
    +    unsigned char *der = NULL;
    +    int plen, keylen;
    +    const EVP_CIPHER *kekcipher;
    +    EVP_CIPHER_CTX *kekctx;
    +
    +    if (!CMS_RecipientInfo_kari_get0_alg(ri, &alg, &ukm))
    +        return 0;
    +
    +    if (!ecdh_cms_set_kdf_param(pctx, OBJ_obj2nid(alg->algorithm))) {
    +        ECerr(EC_F_ECDH_CMS_SET_SHARED_INFO, EC_R_KDF_PARAMETER_ERROR);
    +        return 0;
    +    }
    +
    +    if (alg->parameter->type != V_ASN1_SEQUENCE)
    +        return 0;
    +
    +    p = alg->parameter->value.sequence->data;
    +    plen = alg->parameter->value.sequence->length;
    +    kekalg = d2i_X509_ALGOR(NULL, &p, plen);
    +    if (!kekalg)
    +        goto err;
    +    kekctx = CMS_RecipientInfo_kari_get0_ctx(ri);
    +    if (!kekctx)
    +        goto err;
    +    kekcipher = EVP_get_cipherbyobj(kekalg->algorithm);
    +    if (!kekcipher || EVP_CIPHER_mode(kekcipher) != EVP_CIPH_WRAP_MODE)
    +        goto err;
    +    if (!EVP_EncryptInit_ex(kekctx, kekcipher, NULL, NULL, NULL))
    +        goto err;
    +    if (EVP_CIPHER_asn1_to_param(kekctx, kekalg->parameter) <= 0)
    +        goto err;
    +
    +    keylen = EVP_CIPHER_CTX_key_length(kekctx);
    +    if (EVP_PKEY_CTX_set_ecdh_kdf_outlen(pctx, keylen) <= 0)
    +        goto err;
    +
    +    plen = CMS_SharedInfo_encode(&der, kekalg, ukm, keylen);
    +
    +    if (!plen)
    +        goto err;
    +
    +    if (EVP_PKEY_CTX_set0_ecdh_kdf_ukm(pctx, der, plen) <= 0)
    +        goto err;
    +    der = NULL;
    +
    +    rv = 1;
    + err:
    +    if (kekalg)
    +        X509_ALGOR_free(kekalg);
    +    if (der)
    +        OPENSSL_free(der);
    +    return rv;
    +}
    +
    +static int ecdh_cms_decrypt(CMS_RecipientInfo *ri)
    +{
    +    EVP_PKEY_CTX *pctx;
    +    pctx = CMS_RecipientInfo_get0_pkey_ctx(ri);
    +    if (!pctx)
    +        return 0;
    +    /* See if we need to set peer key */
    +    if (!EVP_PKEY_CTX_get0_peerkey(pctx)) {
    +        X509_ALGOR *alg;
    +        ASN1_BIT_STRING *pubkey;
    +        if (!CMS_RecipientInfo_kari_get0_orig_id(ri, &alg, &pubkey,
    +                                                 NULL, NULL, NULL))
    +            return 0;
    +        if (!alg || !pubkey)
    +            return 0;
    +        if (!ecdh_cms_set_peerkey(pctx, alg, pubkey)) {
    +            ECerr(EC_F_ECDH_CMS_DECRYPT, EC_R_PEER_KEY_ERROR);
    +            return 0;
    +        }
    +    }
    +    /* Set ECDH derivation parameters and initialise unwrap context */
    +    if (!ecdh_cms_set_shared_info(pctx, ri)) {
    +        ECerr(EC_F_ECDH_CMS_DECRYPT, EC_R_SHARED_INFO_ERROR);
    +        return 0;
    +    }
    +    return 1;
    +}
    +
    +static int ecdh_cms_encrypt(CMS_RecipientInfo *ri)
    +{
    +    EVP_PKEY_CTX *pctx;
    +    EVP_PKEY *pkey;
    +    EVP_CIPHER_CTX *ctx;
    +    int keylen;
    +    X509_ALGOR *talg, *wrap_alg = NULL;
    +    ASN1_OBJECT *aoid;
    +    ASN1_BIT_STRING *pubkey;
    +    ASN1_STRING *wrap_str;
    +    ASN1_OCTET_STRING *ukm;
    +    unsigned char *penc = NULL;
    +    int penclen;
    +    int rv = 0;
    +    int ecdh_nid, kdf_type, kdf_nid, wrap_nid;
    +    const EVP_MD *kdf_md;
    +    pctx = CMS_RecipientInfo_get0_pkey_ctx(ri);
    +    if (!pctx)
    +        return 0;
    +    /* Get ephemeral key */
    +    pkey = EVP_PKEY_CTX_get0_pkey(pctx);
    +    if (!CMS_RecipientInfo_kari_get0_orig_id(ri, &talg, &pubkey,
    +                                             NULL, NULL, NULL))
    +        goto err;
    +    X509_ALGOR_get0(&aoid, NULL, NULL, talg);
    +    /* Is everything uninitialised? */
    +    if (aoid == OBJ_nid2obj(NID_undef)) {
    +
    +        EC_KEY *eckey = pkey->pkey.ec;
    +        /* Set the key */
    +        unsigned char *p;
    +
    +        penclen = i2o_ECPublicKey(eckey, NULL);
    +        if (penclen <= 0)
    +            goto err;
    +        penc = OPENSSL_malloc(penclen);
    +        if (!penc)
    +            goto err;
    +        p = penc;
    +        penclen = i2o_ECPublicKey(eckey, &p);
    +        if (penclen <= 0)
    +            goto err;
    +        ASN1_STRING_set0(pubkey, penc, penclen);
    +        pubkey->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07);
    +        pubkey->flags |= ASN1_STRING_FLAG_BITS_LEFT;
    +
    +        penc = NULL;
    +        X509_ALGOR_set0(talg, OBJ_nid2obj(NID_X9_62_id_ecPublicKey),
    +                        V_ASN1_UNDEF, NULL);
    +    }
    +
    +    /* See if custom paraneters set */
    +    kdf_type = EVP_PKEY_CTX_get_ecdh_kdf_type(pctx);
    +    if (kdf_type <= 0)
    +        goto err;
    +    if (!EVP_PKEY_CTX_get_ecdh_kdf_md(pctx, &kdf_md))
    +        goto err;
    +    ecdh_nid = EVP_PKEY_CTX_get_ecdh_cofactor_mode(pctx);
    +    if (ecdh_nid < 0)
    +        goto err;
    +    else if (ecdh_nid == 0)
    +        ecdh_nid = NID_dh_std_kdf;
    +    else if (ecdh_nid == 1)
    +        ecdh_nid = NID_dh_cofactor_kdf;
    +
    +    if (kdf_type == EVP_PKEY_ECDH_KDF_NONE) {
    +        kdf_type = EVP_PKEY_ECDH_KDF_X9_62;
    +        if (EVP_PKEY_CTX_set_ecdh_kdf_type(pctx, kdf_type) <= 0)
    +            goto err;
    +    } else
    +        /* Uknown KDF */
    +        goto err;
    +    if (kdf_md == NULL) {
    +        /* Fixme later for better MD */
    +        kdf_md = EVP_sha1();
    +        if (EVP_PKEY_CTX_set_ecdh_kdf_md(pctx, kdf_md) <= 0)
    +            goto err;
    +    }
    +
    +    if (!CMS_RecipientInfo_kari_get0_alg(ri, &talg, &ukm))
    +        goto err;
    +
    +    /* Lookup NID for KDF+cofactor+digest */
    +
    +    if (!OBJ_find_sigid_by_algs(&kdf_nid, EVP_MD_type(kdf_md), ecdh_nid))
    +        goto err;
    +    /* Get wrap NID */
    +    ctx = CMS_RecipientInfo_kari_get0_ctx(ri);
    +    wrap_nid = EVP_CIPHER_CTX_type(ctx);
    +    keylen = EVP_CIPHER_CTX_key_length(ctx);
    +
    +    /* Package wrap algorithm in an AlgorithmIdentifier */
    +
    +    wrap_alg = X509_ALGOR_new();
    +    if (!wrap_alg)
    +        goto err;
    +    wrap_alg->algorithm = OBJ_nid2obj(wrap_nid);
    +    wrap_alg->parameter = ASN1_TYPE_new();
    +    if (!wrap_alg->parameter)
    +        goto err;
    +    if (EVP_CIPHER_param_to_asn1(ctx, wrap_alg->parameter) <= 0)
    +        goto err;
    +    if (ASN1_TYPE_get(wrap_alg->parameter) == NID_undef) {
    +        ASN1_TYPE_free(wrap_alg->parameter);
    +        wrap_alg->parameter = NULL;
    +    }
    +
    +    if (EVP_PKEY_CTX_set_ecdh_kdf_outlen(pctx, keylen) <= 0)
    +        goto err;
    +
    +    penclen = CMS_SharedInfo_encode(&penc, wrap_alg, ukm, keylen);
    +
    +    if (!penclen)
    +        goto err;
    +
    +    if (EVP_PKEY_CTX_set0_ecdh_kdf_ukm(pctx, penc, penclen) <= 0)
    +        goto err;
    +    penc = NULL;
    +
    +    /*
    +     * Now need to wrap encoding of wrap AlgorithmIdentifier into parameter
    +     * of another AlgorithmIdentifier.
    +     */
    +    penclen = i2d_X509_ALGOR(wrap_alg, &penc);
    +    if (!penc || !penclen)
    +        goto err;
    +    wrap_str = ASN1_STRING_new();
    +    if (!wrap_str)
    +        goto err;
    +    ASN1_STRING_set0(wrap_str, penc, penclen);
    +    penc = NULL;
    +    X509_ALGOR_set0(talg, OBJ_nid2obj(kdf_nid), V_ASN1_SEQUENCE, wrap_str);
    +
    +    rv = 1;
    +
    + err:
    +    if (penc)
    +        OPENSSL_free(penc);
    +    if (wrap_alg)
    +        X509_ALGOR_free(wrap_alg);
    +    return rv;
    +}
    +
    +#endif
    diff --git a/openssl/crypto/ec/ec_asn1.c b/openssl/crypto/ec/ec_asn1.c
    index 52d31c2f9..292437409 100644
    --- a/openssl/crypto/ec/ec_asn1.c
    +++ b/openssl/crypto/ec/ec_asn1.c
    @@ -10,7 +10,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,145 +62,148 @@
     #include 
     #include 
     
    -
     int EC_GROUP_get_basis_type(const EC_GROUP *group)
    -	{
    -	int i=0;
    -
    -	if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) !=
    -		NID_X9_62_characteristic_two_field)
    -		/* everything else is currently not supported */
    -		return 0;
    -
    -	while (group->poly[i] != 0)
    -		i++;
    -
    -	if (i == 4)
    -		return NID_X9_62_ppBasis;
    -	else if (i == 2)
    -		return NID_X9_62_tpBasis;
    -	else
    -		/* everything else is currently not supported */
    -		return 0;
    -	}
    +{
    +    int i = 0;
    +
    +    if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) !=
    +        NID_X9_62_characteristic_two_field)
    +        /* everything else is currently not supported */
    +        return 0;
    +
    +    while (group->poly[i] != 0)
    +        i++;
    +
    +    if (i == 4)
    +        return NID_X9_62_ppBasis;
    +    else if (i == 2)
    +        return NID_X9_62_tpBasis;
    +    else
    +        /* everything else is currently not supported */
    +        return 0;
    +}
    +
     #ifndef OPENSSL_NO_EC2M
     int EC_GROUP_get_trinomial_basis(const EC_GROUP *group, unsigned int *k)
    -	{
    -	if (group == NULL)
    -		return 0;
    -
    -	if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) !=
    -	    NID_X9_62_characteristic_two_field
    -	    || !((group->poly[0] != 0) && (group->poly[1] != 0) && (group->poly[2] == 0)))
    -		{
    -		ECerr(EC_F_EC_GROUP_GET_TRINOMIAL_BASIS, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return 0;
    -		}
    -
    -	if (k)
    -		*k = group->poly[1];
    -
    -	return 1;
    -	}
    +{
    +    if (group == NULL)
    +        return 0;
    +
    +    if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) !=
    +        NID_X9_62_characteristic_two_field
    +        || !((group->poly[0] != 0) && (group->poly[1] != 0)
    +             && (group->poly[2] == 0))) {
    +        ECerr(EC_F_EC_GROUP_GET_TRINOMIAL_BASIS,
    +              ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return 0;
    +    }
    +
    +    if (k)
    +        *k = group->poly[1];
    +
    +    return 1;
    +}
    +
     int EC_GROUP_get_pentanomial_basis(const EC_GROUP *group, unsigned int *k1,
    -	unsigned int *k2, unsigned int *k3)
    -	{
    -	if (group == NULL)
    -		return 0;
    -
    -	if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) !=
    -	    NID_X9_62_characteristic_two_field
    -	    || !((group->poly[0] != 0) && (group->poly[1] != 0) && (group->poly[2] != 0) && (group->poly[3] != 0) && (group->poly[4] == 0)))
    -		{
    -		ECerr(EC_F_EC_GROUP_GET_PENTANOMIAL_BASIS, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return 0;
    -		}
    -
    -	if (k1)
    -		*k1 = group->poly[3];
    -	if (k2)
    -		*k2 = group->poly[2];
    -	if (k3)
    -		*k3 = group->poly[1];
    -
    -	return 1;
    -	}
    +                                   unsigned int *k2, unsigned int *k3)
    +{
    +    if (group == NULL)
    +        return 0;
    +
    +    if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) !=
    +        NID_X9_62_characteristic_two_field
    +        || !((group->poly[0] != 0) && (group->poly[1] != 0)
    +             && (group->poly[2] != 0) && (group->poly[3] != 0)
    +             && (group->poly[4] == 0))) {
    +        ECerr(EC_F_EC_GROUP_GET_PENTANOMIAL_BASIS,
    +              ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return 0;
    +    }
    +
    +    if (k1)
    +        *k1 = group->poly[3];
    +    if (k2)
    +        *k2 = group->poly[2];
    +    if (k3)
    +        *k3 = group->poly[1];
    +
    +    return 1;
    +}
     #endif
     
    -
     /* some structures needed for the asn1 encoding */
     typedef struct x9_62_pentanomial_st {
    -	long k1;
    -	long k2;
    -	long k3;
    -	} X9_62_PENTANOMIAL;
    +    long k1;
    +    long k2;
    +    long k3;
    +} X9_62_PENTANOMIAL;
     
     typedef struct x9_62_characteristic_two_st {
    -	long m;
    -	ASN1_OBJECT  *type;
    -	union	{
    -		char *ptr;
    -		/* NID_X9_62_onBasis */
    -		ASN1_NULL    *onBasis;
    -		/* NID_X9_62_tpBasis */
    -		ASN1_INTEGER *tpBasis;
    -		/* NID_X9_62_ppBasis */
    -		X9_62_PENTANOMIAL *ppBasis;
    -		/* anything else */
    -		ASN1_TYPE *other;
    -		} p;
    -	} X9_62_CHARACTERISTIC_TWO;
    +    long m;
    +    ASN1_OBJECT *type;
    +    union {
    +        char *ptr;
    +        /* NID_X9_62_onBasis */
    +        ASN1_NULL *onBasis;
    +        /* NID_X9_62_tpBasis */
    +        ASN1_INTEGER *tpBasis;
    +        /* NID_X9_62_ppBasis */
    +        X9_62_PENTANOMIAL *ppBasis;
    +        /* anything else */
    +        ASN1_TYPE *other;
    +    } p;
    +} X9_62_CHARACTERISTIC_TWO;
     
     typedef struct x9_62_fieldid_st {
    -        ASN1_OBJECT *fieldType;
    -	union	{
    -		char *ptr;
    -		/* NID_X9_62_prime_field */
    -		ASN1_INTEGER *prime;
    -		/* NID_X9_62_characteristic_two_field */
    -		X9_62_CHARACTERISTIC_TWO *char_two;
    -		/* anything else */
    -		ASN1_TYPE *other;
    -		} p;
    -	} X9_62_FIELDID;
    +    ASN1_OBJECT *fieldType;
    +    union {
    +        char *ptr;
    +        /* NID_X9_62_prime_field */
    +        ASN1_INTEGER *prime;
    +        /* NID_X9_62_characteristic_two_field */
    +        X9_62_CHARACTERISTIC_TWO *char_two;
    +        /* anything else */
    +        ASN1_TYPE *other;
    +    } p;
    +} X9_62_FIELDID;
     
     typedef struct x9_62_curve_st {
    -        ASN1_OCTET_STRING *a;
    -        ASN1_OCTET_STRING *b;
    -        ASN1_BIT_STRING   *seed;
    -        } X9_62_CURVE;
    +    ASN1_OCTET_STRING *a;
    +    ASN1_OCTET_STRING *b;
    +    ASN1_BIT_STRING *seed;
    +} X9_62_CURVE;
     
     typedef struct ec_parameters_st {
    -        long              version;
    -        X9_62_FIELDID     *fieldID;
    -        X9_62_CURVE       *curve;
    -        ASN1_OCTET_STRING *base;
    -        ASN1_INTEGER      *order;
    -        ASN1_INTEGER      *cofactor;
    -        } ECPARAMETERS;
    +    long version;
    +    X9_62_FIELDID *fieldID;
    +    X9_62_CURVE *curve;
    +    ASN1_OCTET_STRING *base;
    +    ASN1_INTEGER *order;
    +    ASN1_INTEGER *cofactor;
    +} ECPARAMETERS;
     
     struct ecpk_parameters_st {
    -	int	type;
    -	union {
    -		ASN1_OBJECT  *named_curve;
    -		ECPARAMETERS *parameters;
    -		ASN1_NULL    *implicitlyCA;
    -	} value;
    -	}/* ECPKPARAMETERS */;
    +    int type;
    +    union {
    +        ASN1_OBJECT *named_curve;
    +        ECPARAMETERS *parameters;
    +        ASN1_NULL *implicitlyCA;
    +    } value;
    +} /* ECPKPARAMETERS */ ;
     
     /* SEC1 ECPrivateKey */
     typedef struct ec_privatekey_st {
    -	long              version;
    -	ASN1_OCTET_STRING *privateKey;
    -        ECPKPARAMETERS    *parameters;
    -	ASN1_BIT_STRING   *publicKey;
    -	} EC_PRIVATEKEY;
    +    long version;
    +    ASN1_OCTET_STRING *privateKey;
    +    ECPKPARAMETERS *parameters;
    +    ASN1_BIT_STRING *publicKey;
    +} EC_PRIVATEKEY;
     
     /* the OpenSSL ASN.1 definitions */
     ASN1_SEQUENCE(X9_62_PENTANOMIAL) = {
    -	ASN1_SIMPLE(X9_62_PENTANOMIAL, k1, LONG),
    -	ASN1_SIMPLE(X9_62_PENTANOMIAL, k2, LONG),
    -	ASN1_SIMPLE(X9_62_PENTANOMIAL, k3, LONG)
    +        ASN1_SIMPLE(X9_62_PENTANOMIAL, k1, LONG),
    +        ASN1_SIMPLE(X9_62_PENTANOMIAL, k2, LONG),
    +        ASN1_SIMPLE(X9_62_PENTANOMIAL, k3, LONG)
     } ASN1_SEQUENCE_END(X9_62_PENTANOMIAL)
     
     DECLARE_ASN1_ALLOC_FUNCTIONS(X9_62_PENTANOMIAL)
    @@ -209,15 +212,15 @@ IMPLEMENT_ASN1_ALLOC_FUNCTIONS(X9_62_PENTANOMIAL)
     ASN1_ADB_TEMPLATE(char_two_def) = ASN1_SIMPLE(X9_62_CHARACTERISTIC_TWO, p.other, ASN1_ANY);
     
     ASN1_ADB(X9_62_CHARACTERISTIC_TWO) = {
    -	ADB_ENTRY(NID_X9_62_onBasis, ASN1_SIMPLE(X9_62_CHARACTERISTIC_TWO, p.onBasis, ASN1_NULL)),
    -	ADB_ENTRY(NID_X9_62_tpBasis, ASN1_SIMPLE(X9_62_CHARACTERISTIC_TWO, p.tpBasis, ASN1_INTEGER)),
    -	ADB_ENTRY(NID_X9_62_ppBasis, ASN1_SIMPLE(X9_62_CHARACTERISTIC_TWO, p.ppBasis, X9_62_PENTANOMIAL))
    +        ADB_ENTRY(NID_X9_62_onBasis, ASN1_SIMPLE(X9_62_CHARACTERISTIC_TWO, p.onBasis, ASN1_NULL)),
    +        ADB_ENTRY(NID_X9_62_tpBasis, ASN1_SIMPLE(X9_62_CHARACTERISTIC_TWO, p.tpBasis, ASN1_INTEGER)),
    +        ADB_ENTRY(NID_X9_62_ppBasis, ASN1_SIMPLE(X9_62_CHARACTERISTIC_TWO, p.ppBasis, X9_62_PENTANOMIAL))
     } ASN1_ADB_END(X9_62_CHARACTERISTIC_TWO, 0, type, 0, &char_two_def_tt, NULL);
     
     ASN1_SEQUENCE(X9_62_CHARACTERISTIC_TWO) = {
    -	ASN1_SIMPLE(X9_62_CHARACTERISTIC_TWO, m, LONG),
    -	ASN1_SIMPLE(X9_62_CHARACTERISTIC_TWO, type, ASN1_OBJECT),
    -	ASN1_ADB_OBJECT(X9_62_CHARACTERISTIC_TWO)
    +        ASN1_SIMPLE(X9_62_CHARACTERISTIC_TWO, m, LONG),
    +        ASN1_SIMPLE(X9_62_CHARACTERISTIC_TWO, type, ASN1_OBJECT),
    +        ASN1_ADB_OBJECT(X9_62_CHARACTERISTIC_TWO)
     } ASN1_SEQUENCE_END(X9_62_CHARACTERISTIC_TWO)
     
     DECLARE_ASN1_ALLOC_FUNCTIONS(X9_62_CHARACTERISTIC_TWO)
    @@ -226,37 +229,37 @@ IMPLEMENT_ASN1_ALLOC_FUNCTIONS(X9_62_CHARACTERISTIC_TWO)
     ASN1_ADB_TEMPLATE(fieldID_def) = ASN1_SIMPLE(X9_62_FIELDID, p.other, ASN1_ANY);
     
     ASN1_ADB(X9_62_FIELDID) = {
    -	ADB_ENTRY(NID_X9_62_prime_field, ASN1_SIMPLE(X9_62_FIELDID, p.prime, ASN1_INTEGER)),
    -	ADB_ENTRY(NID_X9_62_characteristic_two_field, ASN1_SIMPLE(X9_62_FIELDID, p.char_two, X9_62_CHARACTERISTIC_TWO))
    +        ADB_ENTRY(NID_X9_62_prime_field, ASN1_SIMPLE(X9_62_FIELDID, p.prime, ASN1_INTEGER)),
    +        ADB_ENTRY(NID_X9_62_characteristic_two_field, ASN1_SIMPLE(X9_62_FIELDID, p.char_two, X9_62_CHARACTERISTIC_TWO))
     } ASN1_ADB_END(X9_62_FIELDID, 0, fieldType, 0, &fieldID_def_tt, NULL);
     
     ASN1_SEQUENCE(X9_62_FIELDID) = {
    -	ASN1_SIMPLE(X9_62_FIELDID, fieldType, ASN1_OBJECT),
    -	ASN1_ADB_OBJECT(X9_62_FIELDID)
    +        ASN1_SIMPLE(X9_62_FIELDID, fieldType, ASN1_OBJECT),
    +        ASN1_ADB_OBJECT(X9_62_FIELDID)
     } ASN1_SEQUENCE_END(X9_62_FIELDID)
     
     ASN1_SEQUENCE(X9_62_CURVE) = {
    -	ASN1_SIMPLE(X9_62_CURVE, a, ASN1_OCTET_STRING),
    -	ASN1_SIMPLE(X9_62_CURVE, b, ASN1_OCTET_STRING),
    -	ASN1_OPT(X9_62_CURVE, seed, ASN1_BIT_STRING)
    +        ASN1_SIMPLE(X9_62_CURVE, a, ASN1_OCTET_STRING),
    +        ASN1_SIMPLE(X9_62_CURVE, b, ASN1_OCTET_STRING),
    +        ASN1_OPT(X9_62_CURVE, seed, ASN1_BIT_STRING)
     } ASN1_SEQUENCE_END(X9_62_CURVE)
     
     ASN1_SEQUENCE(ECPARAMETERS) = {
    -	ASN1_SIMPLE(ECPARAMETERS, version, LONG),
    -	ASN1_SIMPLE(ECPARAMETERS, fieldID, X9_62_FIELDID),
    -	ASN1_SIMPLE(ECPARAMETERS, curve, X9_62_CURVE),
    -	ASN1_SIMPLE(ECPARAMETERS, base, ASN1_OCTET_STRING),
    -	ASN1_SIMPLE(ECPARAMETERS, order, ASN1_INTEGER),
    -	ASN1_OPT(ECPARAMETERS, cofactor, ASN1_INTEGER)
    +        ASN1_SIMPLE(ECPARAMETERS, version, LONG),
    +        ASN1_SIMPLE(ECPARAMETERS, fieldID, X9_62_FIELDID),
    +        ASN1_SIMPLE(ECPARAMETERS, curve, X9_62_CURVE),
    +        ASN1_SIMPLE(ECPARAMETERS, base, ASN1_OCTET_STRING),
    +        ASN1_SIMPLE(ECPARAMETERS, order, ASN1_INTEGER),
    +        ASN1_OPT(ECPARAMETERS, cofactor, ASN1_INTEGER)
     } ASN1_SEQUENCE_END(ECPARAMETERS)
     
     DECLARE_ASN1_ALLOC_FUNCTIONS(ECPARAMETERS)
     IMPLEMENT_ASN1_ALLOC_FUNCTIONS(ECPARAMETERS)
     
     ASN1_CHOICE(ECPKPARAMETERS) = {
    -	ASN1_SIMPLE(ECPKPARAMETERS, value.named_curve, ASN1_OBJECT),
    -	ASN1_SIMPLE(ECPKPARAMETERS, value.parameters, ECPARAMETERS),
    -	ASN1_SIMPLE(ECPKPARAMETERS, value.implicitlyCA, ASN1_NULL)
    +        ASN1_SIMPLE(ECPKPARAMETERS, value.named_curve, ASN1_OBJECT),
    +        ASN1_SIMPLE(ECPKPARAMETERS, value.parameters, ECPARAMETERS),
    +        ASN1_SIMPLE(ECPKPARAMETERS, value.implicitlyCA, ASN1_NULL)
     } ASN1_CHOICE_END(ECPKPARAMETERS)
     
     DECLARE_ASN1_FUNCTIONS_const(ECPKPARAMETERS)
    @@ -264,10 +267,10 @@ DECLARE_ASN1_ENCODE_FUNCTIONS_const(ECPKPARAMETERS, ECPKPARAMETERS)
     IMPLEMENT_ASN1_FUNCTIONS_const(ECPKPARAMETERS)
     
     ASN1_SEQUENCE(EC_PRIVATEKEY) = {
    -	ASN1_SIMPLE(EC_PRIVATEKEY, version, LONG),
    -	ASN1_SIMPLE(EC_PRIVATEKEY, privateKey, ASN1_OCTET_STRING),
    -	ASN1_EXP_OPT(EC_PRIVATEKEY, parameters, ECPKPARAMETERS, 0),
    -	ASN1_EXP_OPT(EC_PRIVATEKEY, publicKey, ASN1_BIT_STRING, 1)
    +        ASN1_SIMPLE(EC_PRIVATEKEY, version, LONG),
    +        ASN1_SIMPLE(EC_PRIVATEKEY, privateKey, ASN1_OCTET_STRING),
    +        ASN1_EXP_OPT(EC_PRIVATEKEY, parameters, ECPKPARAMETERS, 0),
    +        ASN1_EXP_OPT(EC_PRIVATEKEY, publicKey, ASN1_BIT_STRING, 1)
     } ASN1_SEQUENCE_END(EC_PRIVATEKEY)
     
     DECLARE_ASN1_FUNCTIONS_const(EC_PRIVATEKEY)
    @@ -276,1191 +279,1033 @@ IMPLEMENT_ASN1_FUNCTIONS_const(EC_PRIVATEKEY)
     
     /* some declarations of internal function */
     
    -/* ec_asn1_group2field() sets the values in a X9_62_FIELDID object */ 
    +/* ec_asn1_group2field() sets the values in a X9_62_FIELDID object */
     static int ec_asn1_group2fieldid(const EC_GROUP *, X9_62_FIELDID *);
    -/* ec_asn1_group2curve() sets the values in a X9_62_CURVE object */ 
    +/* ec_asn1_group2curve() sets the values in a X9_62_CURVE object */
     static int ec_asn1_group2curve(const EC_GROUP *, X9_62_CURVE *);
    -/* ec_asn1_parameters2group() creates a EC_GROUP object from a
    - * ECPARAMETERS object */
    -static EC_GROUP *ec_asn1_parameters2group(const ECPARAMETERS *); 
    -/* ec_asn1_group2parameters() creates a ECPARAMETERS object from a 
    - * EC_GROUP object */
    -static ECPARAMETERS *ec_asn1_group2parameters(const EC_GROUP *,ECPARAMETERS *);
    -/* ec_asn1_pkparameters2group() creates a EC_GROUP object from a
    - * ECPKPARAMETERS object */
    -static EC_GROUP *ec_asn1_pkparameters2group(const ECPKPARAMETERS *); 
    -/* ec_asn1_group2pkparameters() creates a ECPKPARAMETERS object from a 
    - * EC_GROUP object */
    -static ECPKPARAMETERS *ec_asn1_group2pkparameters(const EC_GROUP *, 
    -	ECPKPARAMETERS *);
    -
    +/*
    + * ec_asn1_parameters2group() creates a EC_GROUP object from a ECPARAMETERS
    + * object
    + */
    +static EC_GROUP *ec_asn1_parameters2group(const ECPARAMETERS *);
    +/*
    + * ec_asn1_group2parameters() creates a ECPARAMETERS object from a EC_GROUP
    + * object
    + */
    +static ECPARAMETERS *ec_asn1_group2parameters(const EC_GROUP *,
    +                                              ECPARAMETERS *);
    +/*
    + * ec_asn1_pkparameters2group() creates a EC_GROUP object from a
    + * ECPKPARAMETERS object
    + */
    +static EC_GROUP *ec_asn1_pkparameters2group(const ECPKPARAMETERS *);
    +/*
    + * ec_asn1_group2pkparameters() creates a ECPKPARAMETERS object from a
    + * EC_GROUP object
    + */
    +static ECPKPARAMETERS *ec_asn1_group2pkparameters(const EC_GROUP *,
    +                                                  ECPKPARAMETERS *);
     
     /* the function definitions */
     
     static int ec_asn1_group2fieldid(const EC_GROUP *group, X9_62_FIELDID *field)
    -	{
    -	int			ok=0, nid;
    -	BIGNUM			*tmp = NULL;
    -	
    -	if (group == NULL || field == NULL)
    -		return 0;
    -
    -	/* clear the old values (if necessary) */
    -	if (field->fieldType != NULL)
    -		ASN1_OBJECT_free(field->fieldType);
    -	if (field->p.other != NULL)
    -		ASN1_TYPE_free(field->p.other);
    -
    -	nid = EC_METHOD_get_field_type(EC_GROUP_method_of(group));
    -	/* set OID for the field */
    -	if ((field->fieldType = OBJ_nid2obj(nid)) == NULL)
    -		{
    -		ECerr(EC_F_EC_ASN1_GROUP2FIELDID, ERR_R_OBJ_LIB);
    -		goto err;
    -		}
    -
    -	if (nid == NID_X9_62_prime_field)
    -		{
    -		if ((tmp = BN_new()) == NULL) 
    -			{
    -			ECerr(EC_F_EC_ASN1_GROUP2FIELDID, ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -		/* the parameters are specified by the prime number p */
    -		if (!EC_GROUP_get_curve_GFp(group, tmp, NULL, NULL, NULL))
    -			{
    -			ECerr(EC_F_EC_ASN1_GROUP2FIELDID, ERR_R_EC_LIB);
    -			goto err;
    -			}
    -		/* set the prime number */
    -		field->p.prime = BN_to_ASN1_INTEGER(tmp,NULL);
    -		if (field->p.prime == NULL)
    -			{
    -			ECerr(EC_F_EC_ASN1_GROUP2FIELDID, ERR_R_ASN1_LIB);
    -			goto err;
    -			}
    -		}
    -	else	/* nid == NID_X9_62_characteristic_two_field */
    +{
    +    int ok = 0, nid;
    +    BIGNUM *tmp = NULL;
    +
    +    if (group == NULL || field == NULL)
    +        return 0;
    +
    +    /* clear the old values (if necessary) */
    +    if (field->fieldType != NULL)
    +        ASN1_OBJECT_free(field->fieldType);
    +    if (field->p.other != NULL)
    +        ASN1_TYPE_free(field->p.other);
    +
    +    nid = EC_METHOD_get_field_type(EC_GROUP_method_of(group));
    +    /* set OID for the field */
    +    if ((field->fieldType = OBJ_nid2obj(nid)) == NULL) {
    +        ECerr(EC_F_EC_ASN1_GROUP2FIELDID, ERR_R_OBJ_LIB);
    +        goto err;
    +    }
    +
    +    if (nid == NID_X9_62_prime_field) {
    +        if ((tmp = BN_new()) == NULL) {
    +            ECerr(EC_F_EC_ASN1_GROUP2FIELDID, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +        /* the parameters are specified by the prime number p */
    +        if (!EC_GROUP_get_curve_GFp(group, tmp, NULL, NULL, NULL)) {
    +            ECerr(EC_F_EC_ASN1_GROUP2FIELDID, ERR_R_EC_LIB);
    +            goto err;
    +        }
    +        /* set the prime number */
    +        field->p.prime = BN_to_ASN1_INTEGER(tmp, NULL);
    +        if (field->p.prime == NULL) {
    +            ECerr(EC_F_EC_ASN1_GROUP2FIELDID, ERR_R_ASN1_LIB);
    +            goto err;
    +        }
    +    } else                      /* nid == NID_X9_62_characteristic_two_field */
     #ifdef OPENSSL_NO_EC2M
    -		{
    -		ECerr(EC_F_EC_ASN1_GROUP2FIELDID, EC_R_GF2M_NOT_SUPPORTED);
    -		goto err;
    -		}
    +    {
    +        ECerr(EC_F_EC_ASN1_GROUP2FIELDID, EC_R_GF2M_NOT_SUPPORTED);
    +        goto err;
    +    }
     #else
    -		{
    -		int		field_type;
    -		X9_62_CHARACTERISTIC_TWO *char_two;
    -
    -		field->p.char_two = X9_62_CHARACTERISTIC_TWO_new();
    -		char_two = field->p.char_two;
    -
    -		if (char_two == NULL)
    -			{
    -			ECerr(EC_F_EC_ASN1_GROUP2FIELDID, ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -	
    -		char_two->m = (long)EC_GROUP_get_degree(group);
    -
    -		field_type = EC_GROUP_get_basis_type(group);
    -
    -		if (field_type == 0)
    -			{
    -			ECerr(EC_F_EC_ASN1_GROUP2FIELDID, ERR_R_EC_LIB);
    -			goto err;
    -			}
    -		/* set base type OID */
    -		if ((char_two->type = OBJ_nid2obj(field_type)) == NULL)
    -			{
    -			ECerr(EC_F_EC_ASN1_GROUP2FIELDID, ERR_R_OBJ_LIB);
    -			goto err;
    -			}
    -
    -		if (field_type == NID_X9_62_tpBasis)
    -			{
    -			unsigned int k;
    -
    -			if (!EC_GROUP_get_trinomial_basis(group, &k))
    -				goto err;
    -
    -			char_two->p.tpBasis = ASN1_INTEGER_new();
    -			if (!char_two->p.tpBasis)
    -				{
    -				ECerr(EC_F_EC_ASN1_GROUP2FIELDID, ERR_R_MALLOC_FAILURE);
    -				goto err;
    -				}
    -			if (!ASN1_INTEGER_set(char_two->p.tpBasis, (long)k))
    -				{
    -				ECerr(EC_F_EC_ASN1_GROUP2FIELDID,
    -					ERR_R_ASN1_LIB);
    -				goto err;
    -				}
    -			}
    -		else if (field_type == NID_X9_62_ppBasis)
    -			{
    -			unsigned int k1, k2, k3;
    -
    -			if (!EC_GROUP_get_pentanomial_basis(group, &k1, &k2, &k3))
    -				goto err;
    -
    -			char_two->p.ppBasis = X9_62_PENTANOMIAL_new();
    -			if (!char_two->p.ppBasis)
    -				{
    -				ECerr(EC_F_EC_ASN1_GROUP2FIELDID, ERR_R_MALLOC_FAILURE);
    -				goto err;
    -				}
    -
    -			/* set k? values */
    -			char_two->p.ppBasis->k1 = (long)k1;
    -			char_two->p.ppBasis->k2 = (long)k2;
    -			char_two->p.ppBasis->k3 = (long)k3;
    -			}
    -		else /* field_type == NID_X9_62_onBasis */
    -			{
    -			/* for ONB the parameters are (asn1) NULL */
    -			char_two->p.onBasis = ASN1_NULL_new();
    -			if (!char_two->p.onBasis)
    -				{
    -				ECerr(EC_F_EC_ASN1_GROUP2FIELDID, ERR_R_MALLOC_FAILURE);
    -				goto err;
    -				}
    -			}
    -		}
    +    {
    +        int field_type;
    +        X9_62_CHARACTERISTIC_TWO *char_two;
    +
    +        field->p.char_two = X9_62_CHARACTERISTIC_TWO_new();
    +        char_two = field->p.char_two;
    +
    +        if (char_two == NULL) {
    +            ECerr(EC_F_EC_ASN1_GROUP2FIELDID, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +
    +        char_two->m = (long)EC_GROUP_get_degree(group);
    +
    +        field_type = EC_GROUP_get_basis_type(group);
    +
    +        if (field_type == 0) {
    +            ECerr(EC_F_EC_ASN1_GROUP2FIELDID, ERR_R_EC_LIB);
    +            goto err;
    +        }
    +        /* set base type OID */
    +        if ((char_two->type = OBJ_nid2obj(field_type)) == NULL) {
    +            ECerr(EC_F_EC_ASN1_GROUP2FIELDID, ERR_R_OBJ_LIB);
    +            goto err;
    +        }
    +
    +        if (field_type == NID_X9_62_tpBasis) {
    +            unsigned int k;
    +
    +            if (!EC_GROUP_get_trinomial_basis(group, &k))
    +                goto err;
    +
    +            char_two->p.tpBasis = ASN1_INTEGER_new();
    +            if (!char_two->p.tpBasis) {
    +                ECerr(EC_F_EC_ASN1_GROUP2FIELDID, ERR_R_MALLOC_FAILURE);
    +                goto err;
    +            }
    +            if (!ASN1_INTEGER_set(char_two->p.tpBasis, (long)k)) {
    +                ECerr(EC_F_EC_ASN1_GROUP2FIELDID, ERR_R_ASN1_LIB);
    +                goto err;
    +            }
    +        } else if (field_type == NID_X9_62_ppBasis) {
    +            unsigned int k1, k2, k3;
    +
    +            if (!EC_GROUP_get_pentanomial_basis(group, &k1, &k2, &k3))
    +                goto err;
    +
    +            char_two->p.ppBasis = X9_62_PENTANOMIAL_new();
    +            if (!char_two->p.ppBasis) {
    +                ECerr(EC_F_EC_ASN1_GROUP2FIELDID, ERR_R_MALLOC_FAILURE);
    +                goto err;
    +            }
    +
    +            /* set k? values */
    +            char_two->p.ppBasis->k1 = (long)k1;
    +            char_two->p.ppBasis->k2 = (long)k2;
    +            char_two->p.ppBasis->k3 = (long)k3;
    +        } else {                /* field_type == NID_X9_62_onBasis */
    +
    +            /* for ONB the parameters are (asn1) NULL */
    +            char_two->p.onBasis = ASN1_NULL_new();
    +            if (!char_two->p.onBasis) {
    +                ECerr(EC_F_EC_ASN1_GROUP2FIELDID, ERR_R_MALLOC_FAILURE);
    +                goto err;
    +            }
    +        }
    +    }
     #endif
     
    -	ok = 1;
    +    ok = 1;
     
    -err :	if (tmp)
    -		BN_free(tmp);
    -	return(ok);
    + err:if (tmp)
    +        BN_free(tmp);
    +    return (ok);
     }
     
     static int ec_asn1_group2curve(const EC_GROUP *group, X9_62_CURVE *curve)
    -	{
    -	int           ok=0, nid;
    -	BIGNUM        *tmp_1=NULL, *tmp_2=NULL;
    -	unsigned char *buffer_1=NULL, *buffer_2=NULL,
    -	              *a_buf=NULL, *b_buf=NULL;
    -	size_t        len_1, len_2;
    -	unsigned char char_zero = 0;
    -
    -	if (!group || !curve || !curve->a || !curve->b)
    -		return 0;
    -
    -	if ((tmp_1 = BN_new()) == NULL || (tmp_2 = BN_new()) == NULL)
    -		{
    -		ECerr(EC_F_EC_ASN1_GROUP2CURVE, ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	nid = EC_METHOD_get_field_type(EC_GROUP_method_of(group));
    -
    -	/* get a and b */
    -	if (nid == NID_X9_62_prime_field)
    -		{
    -		if (!EC_GROUP_get_curve_GFp(group, NULL, tmp_1, tmp_2, NULL))
    -			{
    -			ECerr(EC_F_EC_ASN1_GROUP2CURVE, ERR_R_EC_LIB);
    -			goto err;
    -			}
    -		}
    +{
    +    int ok = 0, nid;
    +    BIGNUM *tmp_1 = NULL, *tmp_2 = NULL;
    +    unsigned char *buffer_1 = NULL, *buffer_2 = NULL,
    +        *a_buf = NULL, *b_buf = NULL;
    +    size_t len_1, len_2;
    +    unsigned char char_zero = 0;
    +
    +    if (!group || !curve || !curve->a || !curve->b)
    +        return 0;
    +
    +    if ((tmp_1 = BN_new()) == NULL || (tmp_2 = BN_new()) == NULL) {
    +        ECerr(EC_F_EC_ASN1_GROUP2CURVE, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    nid = EC_METHOD_get_field_type(EC_GROUP_method_of(group));
    +
    +    /* get a and b */
    +    if (nid == NID_X9_62_prime_field) {
    +        if (!EC_GROUP_get_curve_GFp(group, NULL, tmp_1, tmp_2, NULL)) {
    +            ECerr(EC_F_EC_ASN1_GROUP2CURVE, ERR_R_EC_LIB);
    +            goto err;
    +        }
    +    }
     #ifndef OPENSSL_NO_EC2M
    -	else	/* nid == NID_X9_62_characteristic_two_field */
    -		{
    -		if (!EC_GROUP_get_curve_GF2m(group, NULL, tmp_1, tmp_2, NULL))
    -			{
    -			ECerr(EC_F_EC_ASN1_GROUP2CURVE, ERR_R_EC_LIB);
    -			goto err;
    -			}
    -		}
    +    else {                      /* nid == NID_X9_62_characteristic_two_field */
    +
    +        if (!EC_GROUP_get_curve_GF2m(group, NULL, tmp_1, tmp_2, NULL)) {
    +            ECerr(EC_F_EC_ASN1_GROUP2CURVE, ERR_R_EC_LIB);
    +            goto err;
    +        }
    +    }
     #endif
    -	len_1 = (size_t)BN_num_bytes(tmp_1);
    -	len_2 = (size_t)BN_num_bytes(tmp_2);
    -
    -	if (len_1 == 0)
    -		{
    -		/* len_1 == 0 => a == 0 */
    -		a_buf = &char_zero;
    -		len_1 = 1;
    -		}
    -	else
    -		{
    -		if ((buffer_1 = OPENSSL_malloc(len_1)) == NULL)
    -			{
    -			ECerr(EC_F_EC_ASN1_GROUP2CURVE,
    -			      ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -		if ( (len_1 = BN_bn2bin(tmp_1, buffer_1)) == 0)
    -			{
    -			ECerr(EC_F_EC_ASN1_GROUP2CURVE, ERR_R_BN_LIB);
    -			goto err;
    -			}
    -		a_buf = buffer_1;
    -		}
    -
    -	if (len_2 == 0)
    -		{
    -		/* len_2 == 0 => b == 0 */
    -		b_buf = &char_zero;
    -		len_2 = 1;
    -		}
    -	else
    -		{
    -		if ((buffer_2 = OPENSSL_malloc(len_2)) == NULL)
    -			{
    -			ECerr(EC_F_EC_ASN1_GROUP2CURVE,
    -			      ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -		if ( (len_2 = BN_bn2bin(tmp_2, buffer_2)) == 0)
    -			{
    -			ECerr(EC_F_EC_ASN1_GROUP2CURVE, ERR_R_BN_LIB);
    -			goto err;
    -			}
    -		b_buf = buffer_2;
    -		}
    -	
    -	/* set a and b */
    -	if (!M_ASN1_OCTET_STRING_set(curve->a, a_buf, len_1) ||
    -	    !M_ASN1_OCTET_STRING_set(curve->b, b_buf, len_2))
    -		{
    -		ECerr(EC_F_EC_ASN1_GROUP2CURVE, ERR_R_ASN1_LIB);
    -		goto err;
    -		}
    -	
    -	/* set the seed (optional) */
    -	if (group->seed)
    -		{	
    -		if (!curve->seed)
    -			if ((curve->seed = ASN1_BIT_STRING_new()) == NULL)
    -				{
    -				ECerr(EC_F_EC_ASN1_GROUP2CURVE, ERR_R_MALLOC_FAILURE);
    -				goto err;
    -				}
    -		curve->seed->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT|0x07);
    -		curve->seed->flags |= ASN1_STRING_FLAG_BITS_LEFT;
    -		if (!ASN1_BIT_STRING_set(curve->seed, group->seed, 
    -		                         (int)group->seed_len))
    -			{
    -			ECerr(EC_F_EC_ASN1_GROUP2CURVE, ERR_R_ASN1_LIB);
    -			goto err;
    -			}
    -		}
    -	else
    -		{
    -		if (curve->seed)
    -			{
    -			ASN1_BIT_STRING_free(curve->seed);
    -			curve->seed = NULL;
    -			}
    -		}
    -
    -	ok = 1;
    -
    -err:	if (buffer_1)
    -		OPENSSL_free(buffer_1);
    -	if (buffer_2)
    -		OPENSSL_free(buffer_2);
    -	if (tmp_1)
    -		BN_free(tmp_1);
    -	if (tmp_2)
    -		BN_free(tmp_2);
    -	return(ok);
    -	}
    +    len_1 = (size_t)BN_num_bytes(tmp_1);
    +    len_2 = (size_t)BN_num_bytes(tmp_2);
    +
    +    if (len_1 == 0) {
    +        /* len_1 == 0 => a == 0 */
    +        a_buf = &char_zero;
    +        len_1 = 1;
    +    } else {
    +        if ((buffer_1 = OPENSSL_malloc(len_1)) == NULL) {
    +            ECerr(EC_F_EC_ASN1_GROUP2CURVE, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +        if ((len_1 = BN_bn2bin(tmp_1, buffer_1)) == 0) {
    +            ECerr(EC_F_EC_ASN1_GROUP2CURVE, ERR_R_BN_LIB);
    +            goto err;
    +        }
    +        a_buf = buffer_1;
    +    }
    +
    +    if (len_2 == 0) {
    +        /* len_2 == 0 => b == 0 */
    +        b_buf = &char_zero;
    +        len_2 = 1;
    +    } else {
    +        if ((buffer_2 = OPENSSL_malloc(len_2)) == NULL) {
    +            ECerr(EC_F_EC_ASN1_GROUP2CURVE, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +        if ((len_2 = BN_bn2bin(tmp_2, buffer_2)) == 0) {
    +            ECerr(EC_F_EC_ASN1_GROUP2CURVE, ERR_R_BN_LIB);
    +            goto err;
    +        }
    +        b_buf = buffer_2;
    +    }
    +
    +    /* set a and b */
    +    if (!M_ASN1_OCTET_STRING_set(curve->a, a_buf, len_1) ||
    +        !M_ASN1_OCTET_STRING_set(curve->b, b_buf, len_2)) {
    +        ECerr(EC_F_EC_ASN1_GROUP2CURVE, ERR_R_ASN1_LIB);
    +        goto err;
    +    }
    +
    +    /* set the seed (optional) */
    +    if (group->seed) {
    +        if (!curve->seed)
    +            if ((curve->seed = ASN1_BIT_STRING_new()) == NULL) {
    +                ECerr(EC_F_EC_ASN1_GROUP2CURVE, ERR_R_MALLOC_FAILURE);
    +                goto err;
    +            }
    +        curve->seed->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07);
    +        curve->seed->flags |= ASN1_STRING_FLAG_BITS_LEFT;
    +        if (!ASN1_BIT_STRING_set(curve->seed, group->seed,
    +                                 (int)group->seed_len)) {
    +            ECerr(EC_F_EC_ASN1_GROUP2CURVE, ERR_R_ASN1_LIB);
    +            goto err;
    +        }
    +    } else {
    +        if (curve->seed) {
    +            ASN1_BIT_STRING_free(curve->seed);
    +            curve->seed = NULL;
    +        }
    +    }
    +
    +    ok = 1;
    +
    + err:if (buffer_1)
    +        OPENSSL_free(buffer_1);
    +    if (buffer_2)
    +        OPENSSL_free(buffer_2);
    +    if (tmp_1)
    +        BN_free(tmp_1);
    +    if (tmp_2)
    +        BN_free(tmp_2);
    +    return (ok);
    +}
     
     static ECPARAMETERS *ec_asn1_group2parameters(const EC_GROUP *group,
                                                   ECPARAMETERS *param)
    -	{
    -	int	ok=0;
    -	size_t  len=0;
    -	ECPARAMETERS   *ret=NULL;
    -	BIGNUM	       *tmp=NULL;
    -	unsigned char  *buffer=NULL;
    -	const EC_POINT *point=NULL;
    -	point_conversion_form_t form;
    -
    -	if ((tmp = BN_new()) == NULL)
    -		{
    -		ECerr(EC_F_EC_ASN1_GROUP2PARAMETERS, ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	if (param == NULL)
    -	{
    -		if ((ret = ECPARAMETERS_new()) == NULL)
    -			{
    -			ECerr(EC_F_EC_ASN1_GROUP2PARAMETERS, 
    -			      ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -	}
    -	else
    -		ret = param;
    -
    -	/* set the version (always one) */
    -	ret->version = (long)0x1;
    -
    -	/* set the fieldID */
    -	if (!ec_asn1_group2fieldid(group, ret->fieldID))
    -		{
    -		ECerr(EC_F_EC_ASN1_GROUP2PARAMETERS, ERR_R_EC_LIB);
    -		goto err;
    -		}
    -
    -	/* set the curve */
    -	if (!ec_asn1_group2curve(group, ret->curve))
    -		{
    -		ECerr(EC_F_EC_ASN1_GROUP2PARAMETERS, ERR_R_EC_LIB);
    -		goto err;
    -		}
    -
    -	/* set the base point */
    -	if ((point = EC_GROUP_get0_generator(group)) == NULL)
    -		{
    -		ECerr(EC_F_EC_ASN1_GROUP2PARAMETERS, EC_R_UNDEFINED_GENERATOR);
    -		goto err;
    -		}
    -
    -	form = EC_GROUP_get_point_conversion_form(group);
    -
    -	len = EC_POINT_point2oct(group, point, form, NULL, len, NULL);
    -	if (len == 0)
    -		{
    -		ECerr(EC_F_EC_ASN1_GROUP2PARAMETERS, ERR_R_EC_LIB);
    -		goto err;
    -		}
    -	if ((buffer = OPENSSL_malloc(len)) == NULL)
    -		{
    -		ECerr(EC_F_EC_ASN1_GROUP2PARAMETERS, ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -	if (!EC_POINT_point2oct(group, point, form, buffer, len, NULL))
    -		{
    -		ECerr(EC_F_EC_ASN1_GROUP2PARAMETERS, ERR_R_EC_LIB);
    -		goto err;
    -		}
    -	if (ret->base == NULL && (ret->base = ASN1_OCTET_STRING_new()) == NULL)
    -		{
    -		ECerr(EC_F_EC_ASN1_GROUP2PARAMETERS, ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -	if (!ASN1_OCTET_STRING_set(ret->base, buffer, len))
    -		{
    -		ECerr(EC_F_EC_ASN1_GROUP2PARAMETERS, ERR_R_ASN1_LIB);
    -		goto err;
    -		}
    -
    -	/* set the order */
    -	if (!EC_GROUP_get_order(group, tmp, NULL))
    -		{
    -		ECerr(EC_F_EC_ASN1_GROUP2PARAMETERS, ERR_R_EC_LIB);
    -		goto err;
    -		}
    -	ret->order = BN_to_ASN1_INTEGER(tmp, ret->order);
    -	if (ret->order == NULL)
    -		{
    -		ECerr(EC_F_EC_ASN1_GROUP2PARAMETERS, ERR_R_ASN1_LIB);
    -		goto err;
    -		}
    -
    -	/* set the cofactor (optional) */
    -	if (EC_GROUP_get_cofactor(group, tmp, NULL))
    -		{
    -		ret->cofactor = BN_to_ASN1_INTEGER(tmp, ret->cofactor);
    -		if (ret->cofactor == NULL)
    -			{
    -			ECerr(EC_F_EC_ASN1_GROUP2PARAMETERS, ERR_R_ASN1_LIB);
    -			goto err;
    -			}
    -		}
    -
    -	ok = 1;
    -
    -err :	if(!ok)
    -		{
    -		if (ret && !param)
    -			ECPARAMETERS_free(ret);
    -		ret = NULL;
    -		}
    -	if (tmp)
    -		BN_free(tmp);
    -	if (buffer)
    -		OPENSSL_free(buffer);
    -	return(ret);
    -	}
    -
    -ECPKPARAMETERS *ec_asn1_group2pkparameters(const EC_GROUP *group, 
    +{
    +    int ok = 0;
    +    size_t len = 0;
    +    ECPARAMETERS *ret = NULL;
    +    BIGNUM *tmp = NULL;
    +    unsigned char *buffer = NULL;
    +    const EC_POINT *point = NULL;
    +    point_conversion_form_t form;
    +
    +    if ((tmp = BN_new()) == NULL) {
    +        ECerr(EC_F_EC_ASN1_GROUP2PARAMETERS, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    if (param == NULL) {
    +        if ((ret = ECPARAMETERS_new()) == NULL) {
    +            ECerr(EC_F_EC_ASN1_GROUP2PARAMETERS, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +    } else
    +        ret = param;
    +
    +    /* set the version (always one) */
    +    ret->version = (long)0x1;
    +
    +    /* set the fieldID */
    +    if (!ec_asn1_group2fieldid(group, ret->fieldID)) {
    +        ECerr(EC_F_EC_ASN1_GROUP2PARAMETERS, ERR_R_EC_LIB);
    +        goto err;
    +    }
    +
    +    /* set the curve */
    +    if (!ec_asn1_group2curve(group, ret->curve)) {
    +        ECerr(EC_F_EC_ASN1_GROUP2PARAMETERS, ERR_R_EC_LIB);
    +        goto err;
    +    }
    +
    +    /* set the base point */
    +    if ((point = EC_GROUP_get0_generator(group)) == NULL) {
    +        ECerr(EC_F_EC_ASN1_GROUP2PARAMETERS, EC_R_UNDEFINED_GENERATOR);
    +        goto err;
    +    }
    +
    +    form = EC_GROUP_get_point_conversion_form(group);
    +
    +    len = EC_POINT_point2oct(group, point, form, NULL, len, NULL);
    +    if (len == 0) {
    +        ECerr(EC_F_EC_ASN1_GROUP2PARAMETERS, ERR_R_EC_LIB);
    +        goto err;
    +    }
    +    if ((buffer = OPENSSL_malloc(len)) == NULL) {
    +        ECerr(EC_F_EC_ASN1_GROUP2PARAMETERS, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +    if (!EC_POINT_point2oct(group, point, form, buffer, len, NULL)) {
    +        ECerr(EC_F_EC_ASN1_GROUP2PARAMETERS, ERR_R_EC_LIB);
    +        goto err;
    +    }
    +    if (ret->base == NULL && (ret->base = ASN1_OCTET_STRING_new()) == NULL) {
    +        ECerr(EC_F_EC_ASN1_GROUP2PARAMETERS, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +    if (!ASN1_OCTET_STRING_set(ret->base, buffer, len)) {
    +        ECerr(EC_F_EC_ASN1_GROUP2PARAMETERS, ERR_R_ASN1_LIB);
    +        goto err;
    +    }
    +
    +    /* set the order */
    +    if (!EC_GROUP_get_order(group, tmp, NULL)) {
    +        ECerr(EC_F_EC_ASN1_GROUP2PARAMETERS, ERR_R_EC_LIB);
    +        goto err;
    +    }
    +    ret->order = BN_to_ASN1_INTEGER(tmp, ret->order);
    +    if (ret->order == NULL) {
    +        ECerr(EC_F_EC_ASN1_GROUP2PARAMETERS, ERR_R_ASN1_LIB);
    +        goto err;
    +    }
    +
    +    /* set the cofactor (optional) */
    +    if (EC_GROUP_get_cofactor(group, tmp, NULL)) {
    +        ret->cofactor = BN_to_ASN1_INTEGER(tmp, ret->cofactor);
    +        if (ret->cofactor == NULL) {
    +            ECerr(EC_F_EC_ASN1_GROUP2PARAMETERS, ERR_R_ASN1_LIB);
    +            goto err;
    +        }
    +    }
    +
    +    ok = 1;
    +
    + err:if (!ok) {
    +        if (ret && !param)
    +            ECPARAMETERS_free(ret);
    +        ret = NULL;
    +    }
    +    if (tmp)
    +        BN_free(tmp);
    +    if (buffer)
    +        OPENSSL_free(buffer);
    +    return (ret);
    +}
    +
    +ECPKPARAMETERS *ec_asn1_group2pkparameters(const EC_GROUP *group,
                                                ECPKPARAMETERS *params)
    -	{
    -	int            ok = 1, tmp;
    -	ECPKPARAMETERS *ret = params;
    -
    -	if (ret == NULL)
    -		{
    -		if ((ret = ECPKPARAMETERS_new()) == NULL)
    -			{
    -			ECerr(EC_F_EC_ASN1_GROUP2PKPARAMETERS, 
    -			      ERR_R_MALLOC_FAILURE);
    -			return NULL;
    -			}
    -		}
    -	else
    -		{
    -		if (ret->type == 0 && ret->value.named_curve)
    -			ASN1_OBJECT_free(ret->value.named_curve);
    -		else if (ret->type == 1 && ret->value.parameters)
    -			ECPARAMETERS_free(ret->value.parameters);
    -		}
    -
    -	if (EC_GROUP_get_asn1_flag(group))
    -		{
    -		/* use the asn1 OID to describe the
    -		 * the elliptic curve parameters
    -		 */
    -		tmp = EC_GROUP_get_curve_name(group);
    -		if (tmp)
    -			{
    -			ret->type = 0;
    -			if ((ret->value.named_curve = OBJ_nid2obj(tmp)) == NULL)
    -				ok = 0;
    -			}
    -		else
    -			/* we don't kmow the nid => ERROR */
    -			ok = 0;
    -		}
    -	else
    -		{	
    -		/* use the ECPARAMETERS structure */
    -		ret->type = 1;
    -		if ((ret->value.parameters = ec_asn1_group2parameters(
    -		     group, NULL)) == NULL)
    -			ok = 0;
    -		}
    -
    -	if (!ok)
    -		{
    -		ECPKPARAMETERS_free(ret);
    -		return NULL;
    -		}
    -	return ret;
    -	}
    +{
    +    int ok = 1, tmp;
    +    ECPKPARAMETERS *ret = params;
    +
    +    if (ret == NULL) {
    +        if ((ret = ECPKPARAMETERS_new()) == NULL) {
    +            ECerr(EC_F_EC_ASN1_GROUP2PKPARAMETERS, ERR_R_MALLOC_FAILURE);
    +            return NULL;
    +        }
    +    } else {
    +        if (ret->type == 0 && ret->value.named_curve)
    +            ASN1_OBJECT_free(ret->value.named_curve);
    +        else if (ret->type == 1 && ret->value.parameters)
    +            ECPARAMETERS_free(ret->value.parameters);
    +    }
    +
    +    if (EC_GROUP_get_asn1_flag(group)) {
    +        /*
    +         * use the asn1 OID to describe the the elliptic curve parameters
    +         */
    +        tmp = EC_GROUP_get_curve_name(group);
    +        if (tmp) {
    +            ret->type = 0;
    +            if ((ret->value.named_curve = OBJ_nid2obj(tmp)) == NULL)
    +                ok = 0;
    +        } else
    +            /* we don't kmow the nid => ERROR */
    +            ok = 0;
    +    } else {
    +        /* use the ECPARAMETERS structure */
    +        ret->type = 1;
    +        if ((ret->value.parameters =
    +             ec_asn1_group2parameters(group, NULL)) == NULL)
    +            ok = 0;
    +    }
    +
    +    if (!ok) {
    +        ECPKPARAMETERS_free(ret);
    +        return NULL;
    +    }
    +    return ret;
    +}
     
     static EC_GROUP *ec_asn1_parameters2group(const ECPARAMETERS *params)
    -	{
    -	int			ok = 0, tmp;
    -	EC_GROUP		*ret = NULL;
    -	BIGNUM			*p = NULL, *a = NULL, *b = NULL;
    -	EC_POINT		*point=NULL;
    -	long    		field_bits;
    -
    -	if (!params->fieldID || !params->fieldID->fieldType || 
    -	    !params->fieldID->p.ptr)
    -		{
    -		ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, EC_R_ASN1_ERROR);
    -		goto err;
    -		}
    -
    -	/* now extract the curve parameters a and b */
    -	if (!params->curve || !params->curve->a || 
    -	    !params->curve->a->data || !params->curve->b ||
    -	    !params->curve->b->data)
    -		{
    -		ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, EC_R_ASN1_ERROR);
    -		goto err;
    -		}
    -	a = BN_bin2bn(params->curve->a->data, params->curve->a->length, NULL);
    -	if (a == NULL)
    -		{
    -		ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, ERR_R_BN_LIB);
    -		goto err;
    -		}
    -	b = BN_bin2bn(params->curve->b->data, params->curve->b->length, NULL);
    -	if (b == NULL)
    -		{
    -		ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, ERR_R_BN_LIB);
    -		goto err;
    -		}
    -
    -	/* get the field parameters */
    -	tmp = OBJ_obj2nid(params->fieldID->fieldType);
    -	if (tmp == NID_X9_62_characteristic_two_field)
    +{
    +    int ok = 0, tmp;
    +    EC_GROUP *ret = NULL;
    +    BIGNUM *p = NULL, *a = NULL, *b = NULL;
    +    EC_POINT *point = NULL;
    +    long field_bits;
    +
    +    if (!params->fieldID || !params->fieldID->fieldType ||
    +        !params->fieldID->p.ptr) {
    +        ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, EC_R_ASN1_ERROR);
    +        goto err;
    +    }
    +
    +    /* now extract the curve parameters a and b */
    +    if (!params->curve || !params->curve->a ||
    +        !params->curve->a->data || !params->curve->b ||
    +        !params->curve->b->data) {
    +        ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, EC_R_ASN1_ERROR);
    +        goto err;
    +    }
    +    a = BN_bin2bn(params->curve->a->data, params->curve->a->length, NULL);
    +    if (a == NULL) {
    +        ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, ERR_R_BN_LIB);
    +        goto err;
    +    }
    +    b = BN_bin2bn(params->curve->b->data, params->curve->b->length, NULL);
    +    if (b == NULL) {
    +        ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, ERR_R_BN_LIB);
    +        goto err;
    +    }
    +
    +    /* get the field parameters */
    +    tmp = OBJ_obj2nid(params->fieldID->fieldType);
    +    if (tmp == NID_X9_62_characteristic_two_field)
     #ifdef OPENSSL_NO_EC2M
    -		{
    -		ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, EC_R_GF2M_NOT_SUPPORTED);
    -		goto err;
    -		}
    +    {
    +        ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, EC_R_GF2M_NOT_SUPPORTED);
    +        goto err;
    +    }
     #else
    -		{
    -		X9_62_CHARACTERISTIC_TWO *char_two;
    -
    -		char_two = params->fieldID->p.char_two;
    -
    -		field_bits = char_two->m;
    -		if (field_bits > OPENSSL_ECC_MAX_FIELD_BITS)
    -			{
    -			ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, EC_R_FIELD_TOO_LARGE);
    -			goto err;
    -			}
    -
    -		if ((p = BN_new()) == NULL)
    -			{
    -			ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -
    -		/* get the base type */
    -		tmp = OBJ_obj2nid(char_two->type);
    -
    -		if (tmp ==  NID_X9_62_tpBasis)
    -			{
    -			long tmp_long;
    -
    -			if (!char_two->p.tpBasis)
    -				{
    -				ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, EC_R_ASN1_ERROR);
    -				goto err;
    -				}
    -
    -			tmp_long = ASN1_INTEGER_get(char_two->p.tpBasis);
    -
    -			if (!(char_two->m > tmp_long && tmp_long > 0))
    -				{
    -				ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, EC_R_INVALID_TRINOMIAL_BASIS);
    -				goto err;
    -				}
    -			
    -			/* create the polynomial */
    -			if (!BN_set_bit(p, (int)char_two->m))
    -				goto err;
    -			if (!BN_set_bit(p, (int)tmp_long))
    -				goto err;
    -			if (!BN_set_bit(p, 0))
    -				goto err;
    -			}
    -		else if (tmp == NID_X9_62_ppBasis)
    -			{
    -			X9_62_PENTANOMIAL *penta;
    -
    -			penta = char_two->p.ppBasis;
    -			if (!penta)
    -				{
    -				ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, EC_R_ASN1_ERROR);
    -				goto err;
    -				}
    -
    -			if (!(char_two->m > penta->k3 && penta->k3 > penta->k2 && penta->k2 > penta->k1 && penta->k1 > 0))
    -				{
    -				ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, EC_R_INVALID_PENTANOMIAL_BASIS);
    -				goto err;
    -				}
    -			
    -			/* create the polynomial */
    -			if (!BN_set_bit(p, (int)char_two->m)) goto err;
    -			if (!BN_set_bit(p, (int)penta->k1)) goto err;
    -			if (!BN_set_bit(p, (int)penta->k2)) goto err;
    -			if (!BN_set_bit(p, (int)penta->k3)) goto err;
    -			if (!BN_set_bit(p, 0)) goto err;
    -			}
    -		else if (tmp == NID_X9_62_onBasis)
    -			{
    -			ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, EC_R_NOT_IMPLEMENTED);
    -			goto err;
    -			}
    -		else /* error */
    -			{
    -			ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, EC_R_ASN1_ERROR);
    -			goto err;
    -			}
    -
    -		/* create the EC_GROUP structure */
    -		ret = EC_GROUP_new_curve_GF2m(p, a, b, NULL);
    -		}
    +    {
    +        X9_62_CHARACTERISTIC_TWO *char_two;
    +
    +        char_two = params->fieldID->p.char_two;
    +
    +        field_bits = char_two->m;
    +        if (field_bits > OPENSSL_ECC_MAX_FIELD_BITS) {
    +            ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, EC_R_FIELD_TOO_LARGE);
    +            goto err;
    +        }
    +
    +        if ((p = BN_new()) == NULL) {
    +            ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +
    +        /* get the base type */
    +        tmp = OBJ_obj2nid(char_two->type);
    +
    +        if (tmp == NID_X9_62_tpBasis) {
    +            long tmp_long;
    +
    +            if (!char_two->p.tpBasis) {
    +                ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, EC_R_ASN1_ERROR);
    +                goto err;
    +            }
    +
    +            tmp_long = ASN1_INTEGER_get(char_two->p.tpBasis);
    +
    +            if (!(char_two->m > tmp_long && tmp_long > 0)) {
    +                ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP,
    +                      EC_R_INVALID_TRINOMIAL_BASIS);
    +                goto err;
    +            }
    +
    +            /* create the polynomial */
    +            if (!BN_set_bit(p, (int)char_two->m))
    +                goto err;
    +            if (!BN_set_bit(p, (int)tmp_long))
    +                goto err;
    +            if (!BN_set_bit(p, 0))
    +                goto err;
    +        } else if (tmp == NID_X9_62_ppBasis) {
    +            X9_62_PENTANOMIAL *penta;
    +
    +            penta = char_two->p.ppBasis;
    +            if (!penta) {
    +                ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, EC_R_ASN1_ERROR);
    +                goto err;
    +            }
    +
    +            if (!
    +                (char_two->m > penta->k3 && penta->k3 > penta->k2
    +                 && penta->k2 > penta->k1 && penta->k1 > 0)) {
    +                ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP,
    +                      EC_R_INVALID_PENTANOMIAL_BASIS);
    +                goto err;
    +            }
    +
    +            /* create the polynomial */
    +            if (!BN_set_bit(p, (int)char_two->m))
    +                goto err;
    +            if (!BN_set_bit(p, (int)penta->k1))
    +                goto err;
    +            if (!BN_set_bit(p, (int)penta->k2))
    +                goto err;
    +            if (!BN_set_bit(p, (int)penta->k3))
    +                goto err;
    +            if (!BN_set_bit(p, 0))
    +                goto err;
    +        } else if (tmp == NID_X9_62_onBasis) {
    +            ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, EC_R_NOT_IMPLEMENTED);
    +            goto err;
    +        } else {                /* error */
    +
    +            ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, EC_R_ASN1_ERROR);
    +            goto err;
    +        }
    +
    +        /* create the EC_GROUP structure */
    +        ret = EC_GROUP_new_curve_GF2m(p, a, b, NULL);
    +    }
     #endif
    -	else if (tmp == NID_X9_62_prime_field)
    -		{
    -		/* we have a curve over a prime field */
    -		/* extract the prime number */
    -		if (!params->fieldID->p.prime)
    -			{
    -			ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, EC_R_ASN1_ERROR);
    -			goto err;
    -			}
    -		p = ASN1_INTEGER_to_BN(params->fieldID->p.prime, NULL);
    -		if (p == NULL)
    -			{
    -			ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, ERR_R_ASN1_LIB);
    -			goto err;
    -			}
    -
    -		if (BN_is_negative(p) || BN_is_zero(p))
    -			{
    -			ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, EC_R_INVALID_FIELD);
    -			goto err;
    -			}
    -
    -		field_bits = BN_num_bits(p);
    -		if (field_bits > OPENSSL_ECC_MAX_FIELD_BITS)
    -			{
    -			ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, EC_R_FIELD_TOO_LARGE);
    -			goto err;
    -			}
    -
    -		/* create the EC_GROUP structure */
    -		ret = EC_GROUP_new_curve_GFp(p, a, b, NULL);
    -		}
    -	else
    -		{
    -		ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, EC_R_INVALID_FIELD);
    -		goto err;
    -		}
    -
    -	if (ret == NULL)
    -		{
    -		ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, ERR_R_EC_LIB);
    -		goto err;
    -		}
    -
    -	/* extract seed (optional) */
    -	if (params->curve->seed != NULL)
    -		{
    -		if (ret->seed != NULL)
    -			OPENSSL_free(ret->seed);
    -		if (!(ret->seed = OPENSSL_malloc(params->curve->seed->length)))
    -			{
    -			ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, 
    -			      ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -		memcpy(ret->seed, params->curve->seed->data, 
    -		       params->curve->seed->length);
    -		ret->seed_len = params->curve->seed->length;
    -		}
    -
    -	if (!params->order || !params->base || !params->base->data)
    -		{
    -		ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, EC_R_ASN1_ERROR);
    -		goto err;
    -		}
    -
    -	if ((point = EC_POINT_new(ret)) == NULL) goto err;
    -
    -	/* set the point conversion form */
    -	EC_GROUP_set_point_conversion_form(ret, (point_conversion_form_t)
    -				(params->base->data[0] & ~0x01));
    -
    -	/* extract the ec point */
    -	if (!EC_POINT_oct2point(ret, point, params->base->data, 
    -		                params->base->length, NULL))
    -		{
    -		ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, ERR_R_EC_LIB);
    -		goto err;
    -		}
    -
    -	/* extract the order */
    -	if ((a = ASN1_INTEGER_to_BN(params->order, a)) == NULL)
    -		{
    -		ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, ERR_R_ASN1_LIB);
    -		goto err;
    -		}
    -	if (BN_is_negative(a) || BN_is_zero(a))
    -		{
    -		ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, EC_R_INVALID_GROUP_ORDER);
    -		goto err;
    -		}
    -	if (BN_num_bits(a) > (int)field_bits + 1) /* Hasse bound */
    -		{
    -		ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, EC_R_INVALID_GROUP_ORDER);
    -		goto err;
    -		}
    -	
    -	/* extract the cofactor (optional) */
    -	if (params->cofactor == NULL)
    -		{
    -		if (b)
    -			{
    -			BN_free(b);
    -			b = NULL;
    -			}
    -		}
    -	else
    -		if ((b = ASN1_INTEGER_to_BN(params->cofactor, b)) == NULL)
    -			{
    -			ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, ERR_R_ASN1_LIB);
    -			goto err;
    -			}
    -	/* set the generator, order and cofactor (if present) */
    -	if (!EC_GROUP_set_generator(ret, point, a, b))
    -		{
    -		ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, ERR_R_EC_LIB);
    -		goto err;
    -		}
    -
    -	ok = 1;
    -
    -err:	if (!ok)
    -		{
    -		if (ret) 
    -			EC_GROUP_clear_free(ret);
    -		ret = NULL;
    -		}
    -
    -	if (p)	
    -		BN_free(p);
    -	if (a)	
    -		BN_free(a);
    -	if (b)	
    -		BN_free(b);
    -	if (point)	
    -		EC_POINT_free(point);
    -	return(ret);
    +    else if (tmp == NID_X9_62_prime_field) {
    +        /* we have a curve over a prime field */
    +        /* extract the prime number */
    +        if (!params->fieldID->p.prime) {
    +            ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, EC_R_ASN1_ERROR);
    +            goto err;
    +        }
    +        p = ASN1_INTEGER_to_BN(params->fieldID->p.prime, NULL);
    +        if (p == NULL) {
    +            ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, ERR_R_ASN1_LIB);
    +            goto err;
    +        }
    +
    +        if (BN_is_negative(p) || BN_is_zero(p)) {
    +            ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, EC_R_INVALID_FIELD);
    +            goto err;
    +        }
    +
    +        field_bits = BN_num_bits(p);
    +        if (field_bits > OPENSSL_ECC_MAX_FIELD_BITS) {
    +            ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, EC_R_FIELD_TOO_LARGE);
    +            goto err;
    +        }
    +
    +        /* create the EC_GROUP structure */
    +        ret = EC_GROUP_new_curve_GFp(p, a, b, NULL);
    +    } else {
    +        ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, EC_R_INVALID_FIELD);
    +        goto err;
    +    }
    +
    +    if (ret == NULL) {
    +        ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, ERR_R_EC_LIB);
    +        goto err;
    +    }
    +
    +    /* extract seed (optional) */
    +    if (params->curve->seed != NULL) {
    +        if (ret->seed != NULL)
    +            OPENSSL_free(ret->seed);
    +        if (!(ret->seed = OPENSSL_malloc(params->curve->seed->length))) {
    +            ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +        memcpy(ret->seed, params->curve->seed->data,
    +               params->curve->seed->length);
    +        ret->seed_len = params->curve->seed->length;
    +    }
    +
    +    if (!params->order || !params->base || !params->base->data) {
    +        ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, EC_R_ASN1_ERROR);
    +        goto err;
    +    }
    +
    +    if ((point = EC_POINT_new(ret)) == NULL)
    +        goto err;
    +
    +    /* set the point conversion form */
    +    EC_GROUP_set_point_conversion_form(ret, (point_conversion_form_t)
    +                                       (params->base->data[0] & ~0x01));
    +
    +    /* extract the ec point */
    +    if (!EC_POINT_oct2point(ret, point, params->base->data,
    +                            params->base->length, NULL)) {
    +        ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, ERR_R_EC_LIB);
    +        goto err;
    +    }
    +
    +    /* extract the order */
    +    if ((a = ASN1_INTEGER_to_BN(params->order, a)) == NULL) {
    +        ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, ERR_R_ASN1_LIB);
    +        goto err;
    +    }
    +    if (BN_is_negative(a) || BN_is_zero(a)) {
    +        ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, EC_R_INVALID_GROUP_ORDER);
    +        goto err;
    +    }
    +    if (BN_num_bits(a) > (int)field_bits + 1) { /* Hasse bound */
    +        ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, EC_R_INVALID_GROUP_ORDER);
    +        goto err;
    +    }
    +
    +    /* extract the cofactor (optional) */
    +    if (params->cofactor == NULL) {
    +        if (b) {
    +            BN_free(b);
    +            b = NULL;
    +        }
    +    } else if ((b = ASN1_INTEGER_to_BN(params->cofactor, b)) == NULL) {
    +        ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, ERR_R_ASN1_LIB);
    +        goto err;
    +    }
    +    /* set the generator, order and cofactor (if present) */
    +    if (!EC_GROUP_set_generator(ret, point, a, b)) {
    +        ECerr(EC_F_EC_ASN1_PARAMETERS2GROUP, ERR_R_EC_LIB);
    +        goto err;
    +    }
    +
    +    ok = 1;
    +
    + err:if (!ok) {
    +        if (ret)
    +            EC_GROUP_clear_free(ret);
    +        ret = NULL;
    +    }
    +
    +    if (p)
    +        BN_free(p);
    +    if (a)
    +        BN_free(a);
    +    if (b)
    +        BN_free(b);
    +    if (point)
    +        EC_POINT_free(point);
    +    return (ret);
     }
     
     EC_GROUP *ec_asn1_pkparameters2group(const ECPKPARAMETERS *params)
    -	{
    -	EC_GROUP *ret=NULL;
    -	int      tmp=0;
    -
    -	if (params == NULL)
    -		{
    -		ECerr(EC_F_EC_ASN1_PKPARAMETERS2GROUP, 
    -		      EC_R_MISSING_PARAMETERS);
    -		return NULL;
    -		}
    -
    -	if (params->type == 0)
    -		{ /* the curve is given by an OID */
    -		tmp = OBJ_obj2nid(params->value.named_curve);
    -		if ((ret = EC_GROUP_new_by_curve_name(tmp)) == NULL)
    -			{
    -			ECerr(EC_F_EC_ASN1_PKPARAMETERS2GROUP, 
    -			      EC_R_EC_GROUP_NEW_BY_NAME_FAILURE);
    -			return NULL;
    -			}
    -		EC_GROUP_set_asn1_flag(ret, OPENSSL_EC_NAMED_CURVE);
    -		}
    -	else if (params->type == 1)
    -		{ /* the parameters are given by a ECPARAMETERS
    -		   * structure */
    -		ret = ec_asn1_parameters2group(params->value.parameters);
    -		if (!ret)
    -			{
    -			ECerr(EC_F_EC_ASN1_PKPARAMETERS2GROUP, ERR_R_EC_LIB);
    -			return NULL;
    -			}
    -		EC_GROUP_set_asn1_flag(ret, 0x0);
    -		}
    -	else if (params->type == 2)
    -		{ /* implicitlyCA */
    -		return NULL;
    -		}
    -	else
    -		{
    -		ECerr(EC_F_EC_ASN1_PKPARAMETERS2GROUP, EC_R_ASN1_ERROR);
    -		return NULL;
    -		}
    -
    -	return ret;
    -	}
    +{
    +    EC_GROUP *ret = NULL;
    +    int tmp = 0;
    +
    +    if (params == NULL) {
    +        ECerr(EC_F_EC_ASN1_PKPARAMETERS2GROUP, EC_R_MISSING_PARAMETERS);
    +        return NULL;
    +    }
    +
    +    if (params->type == 0) {    /* the curve is given by an OID */
    +        tmp = OBJ_obj2nid(params->value.named_curve);
    +        if ((ret = EC_GROUP_new_by_curve_name(tmp)) == NULL) {
    +            ECerr(EC_F_EC_ASN1_PKPARAMETERS2GROUP,
    +                  EC_R_EC_GROUP_NEW_BY_NAME_FAILURE);
    +            return NULL;
    +        }
    +        EC_GROUP_set_asn1_flag(ret, OPENSSL_EC_NAMED_CURVE);
    +    } else if (params->type == 1) { /* the parameters are given by a
    +                                     * ECPARAMETERS structure */
    +        ret = ec_asn1_parameters2group(params->value.parameters);
    +        if (!ret) {
    +            ECerr(EC_F_EC_ASN1_PKPARAMETERS2GROUP, ERR_R_EC_LIB);
    +            return NULL;
    +        }
    +        EC_GROUP_set_asn1_flag(ret, 0x0);
    +    } else if (params->type == 2) { /* implicitlyCA */
    +        return NULL;
    +    } else {
    +        ECerr(EC_F_EC_ASN1_PKPARAMETERS2GROUP, EC_R_ASN1_ERROR);
    +        return NULL;
    +    }
    +
    +    return ret;
    +}
     
     /* EC_GROUP <-> DER encoding of ECPKPARAMETERS */
     
     EC_GROUP *d2i_ECPKParameters(EC_GROUP **a, const unsigned char **in, long len)
    -	{
    -	EC_GROUP	*group  = NULL;
    -	ECPKPARAMETERS	*params = NULL;
    -
    -	if ((params = d2i_ECPKPARAMETERS(NULL, in, len)) == NULL)
    -		{
    -		ECerr(EC_F_D2I_ECPKPARAMETERS, EC_R_D2I_ECPKPARAMETERS_FAILURE);
    -		ECPKPARAMETERS_free(params);
    -		return NULL;
    -		}
    -	
    -	if ((group = ec_asn1_pkparameters2group(params)) == NULL)
    -		{
    -		ECerr(EC_F_D2I_ECPKPARAMETERS, EC_R_PKPARAMETERS2GROUP_FAILURE);
    -		ECPKPARAMETERS_free(params);
    -		return NULL; 
    -		}
    -
    -	
    -	if (a && *a)
    -		EC_GROUP_clear_free(*a);
    -	if (a)
    -		*a = group;
    -
    -	ECPKPARAMETERS_free(params);
    -	return(group);
    -	}
    +{
    +    EC_GROUP *group = NULL;
    +    ECPKPARAMETERS *params = NULL;
    +
    +    if ((params = d2i_ECPKPARAMETERS(NULL, in, len)) == NULL) {
    +        ECerr(EC_F_D2I_ECPKPARAMETERS, EC_R_D2I_ECPKPARAMETERS_FAILURE);
    +        ECPKPARAMETERS_free(params);
    +        return NULL;
    +    }
    +
    +    if ((group = ec_asn1_pkparameters2group(params)) == NULL) {
    +        ECerr(EC_F_D2I_ECPKPARAMETERS, EC_R_PKPARAMETERS2GROUP_FAILURE);
    +        ECPKPARAMETERS_free(params);
    +        return NULL;
    +    }
    +
    +    if (a && *a)
    +        EC_GROUP_clear_free(*a);
    +    if (a)
    +        *a = group;
    +
    +    ECPKPARAMETERS_free(params);
    +    return (group);
    +}
     
     int i2d_ECPKParameters(const EC_GROUP *a, unsigned char **out)
    -	{
    -	int		ret=0;
    -	ECPKPARAMETERS	*tmp = ec_asn1_group2pkparameters(a, NULL);
    -	if (tmp == NULL)
    -		{
    -		ECerr(EC_F_I2D_ECPKPARAMETERS, EC_R_GROUP2PKPARAMETERS_FAILURE);
    -		return 0;
    -		}
    -	if ((ret = i2d_ECPKPARAMETERS(tmp, out)) == 0)
    -		{
    -		ECerr(EC_F_I2D_ECPKPARAMETERS, EC_R_I2D_ECPKPARAMETERS_FAILURE);
    -		ECPKPARAMETERS_free(tmp);
    -		return 0;
    -		}	
    -	ECPKPARAMETERS_free(tmp);
    -	return(ret);
    -	}
    +{
    +    int ret = 0;
    +    ECPKPARAMETERS *tmp = ec_asn1_group2pkparameters(a, NULL);
    +    if (tmp == NULL) {
    +        ECerr(EC_F_I2D_ECPKPARAMETERS, EC_R_GROUP2PKPARAMETERS_FAILURE);
    +        return 0;
    +    }
    +    if ((ret = i2d_ECPKPARAMETERS(tmp, out)) == 0) {
    +        ECerr(EC_F_I2D_ECPKPARAMETERS, EC_R_I2D_ECPKPARAMETERS_FAILURE);
    +        ECPKPARAMETERS_free(tmp);
    +        return 0;
    +    }
    +    ECPKPARAMETERS_free(tmp);
    +    return (ret);
    +}
     
     /* some EC_KEY functions */
     
     EC_KEY *d2i_ECPrivateKey(EC_KEY **a, const unsigned char **in, long len)
    -	{
    -	int             ok=0;
    -	EC_KEY          *ret=NULL;
    -	EC_PRIVATEKEY   *priv_key=NULL;
    -
    -	if ((priv_key = EC_PRIVATEKEY_new()) == NULL)
    -		{
    -		ECerr(EC_F_D2I_ECPRIVATEKEY, ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -		}
    -
    -	if ((priv_key = d2i_EC_PRIVATEKEY(&priv_key, in, len)) == NULL)
    -		{
    -		ECerr(EC_F_D2I_ECPRIVATEKEY, ERR_R_EC_LIB);
    -		EC_PRIVATEKEY_free(priv_key);
    -		return NULL;
    -		}
    -
    -	if (a == NULL || *a == NULL)
    -		{
    -		if ((ret = EC_KEY_new()) == NULL)	
    -			{
    -			ECerr(EC_F_D2I_ECPRIVATEKEY,
    -                                 ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -		if (a)
    -			*a = ret;
    -		}
    -	else
    -		ret = *a;
    -
    -	if (priv_key->parameters)
    -		{
    -		if (ret->group)
    -			EC_GROUP_clear_free(ret->group);
    -		ret->group = ec_asn1_pkparameters2group(priv_key->parameters);
    -		}
    -
    -	if (ret->group == NULL)
    -		{
    -		ECerr(EC_F_D2I_ECPRIVATEKEY, ERR_R_EC_LIB);
    -		goto err;
    -		}
    -
    -	ret->version = priv_key->version;
    -
    -	if (priv_key->privateKey)
    -		{
    -		ret->priv_key = BN_bin2bn(
    -			M_ASN1_STRING_data(priv_key->privateKey),
    -			M_ASN1_STRING_length(priv_key->privateKey),
    -			ret->priv_key);
    -		if (ret->priv_key == NULL)
    -			{
    -			ECerr(EC_F_D2I_ECPRIVATEKEY,
    -                              ERR_R_BN_LIB);
    -			goto err;
    -			}
    -		}
    -	else
    -		{
    -		ECerr(EC_F_D2I_ECPRIVATEKEY, 
    -                      EC_R_MISSING_PRIVATE_KEY);
    -		goto err;
    -		}
    -
    -	if (ret->pub_key)
    -		EC_POINT_clear_free(ret->pub_key);
    -	ret->pub_key = EC_POINT_new(ret->group);
    -	if (ret->pub_key == NULL)
    -		{
    -		ECerr(EC_F_D2I_ECPRIVATEKEY, ERR_R_EC_LIB);
    -		goto err;
    -		}
    -
    -	if (priv_key->publicKey)
    -		{
    -		const unsigned char *pub_oct;
    -		int pub_oct_len;
    -
    -		pub_oct     = M_ASN1_STRING_data(priv_key->publicKey);
    -		pub_oct_len = M_ASN1_STRING_length(priv_key->publicKey);
    -		/* The first byte - point conversion form - must be present. */
    -                if (pub_oct_len <= 0)
    -			{
    -			ECerr(EC_F_D2I_ECPRIVATEKEY, EC_R_BUFFER_TOO_SMALL);
    -			goto err;
    -			}
    -		/* Save the point conversion form. */
    -		ret->conv_form = (point_conversion_form_t)(pub_oct[0] & ~0x01);
    -		if (!EC_POINT_oct2point(ret->group, ret->pub_key,
    -					pub_oct, (size_t)(pub_oct_len), NULL))
    -			{
    -			ECerr(EC_F_D2I_ECPRIVATEKEY, ERR_R_EC_LIB);
    -			goto err;
    -			}
    -		}
    -	else
    -		{
    -		if (!EC_POINT_mul(ret->group, ret->pub_key, ret->priv_key, NULL, NULL, NULL))
    -			{
    -			ECerr(EC_F_D2I_ECPRIVATEKEY, ERR_R_EC_LIB);
    -			goto err;
    -			}
    -		/* Remember the original private-key-only encoding. */
    -		ret->enc_flag |= EC_PKEY_NO_PUBKEY;
    -		}
    -
    -	ok = 1;
    -err:
    -	if (!ok)
    -		{
    -		if (ret)
    -			EC_KEY_free(ret);
    -		ret = NULL;
    -		}
    -
    -	if (priv_key)
    -		EC_PRIVATEKEY_free(priv_key);
    -
    -	return(ret);
    -	}
    -
    -int	i2d_ECPrivateKey(EC_KEY *a, unsigned char **out)
    -	{
    -	int             ret=0, ok=0;
    -	unsigned char   *buffer=NULL;
    -	size_t          buf_len=0, tmp_len;
    -	EC_PRIVATEKEY   *priv_key=NULL;
    -
    -	if (a == NULL || a->group == NULL || a->priv_key == NULL ||
    -	    (!(a->enc_flag & EC_PKEY_NO_PUBKEY) && a->pub_key == NULL))
    -		{
    -		ECerr(EC_F_I2D_ECPRIVATEKEY,
    -                      ERR_R_PASSED_NULL_PARAMETER);
    -		goto err;
    -		}
    -
    -	if ((priv_key = EC_PRIVATEKEY_new()) == NULL)
    -		{
    -		ECerr(EC_F_I2D_ECPRIVATEKEY,
    -                      ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	priv_key->version = a->version;
    -
    -	buf_len = (size_t)BN_num_bytes(a->priv_key);
    -	buffer = OPENSSL_malloc(buf_len);
    -	if (buffer == NULL)
    -		{
    -		ECerr(EC_F_I2D_ECPRIVATEKEY,
    -                      ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -	
    -	if (!BN_bn2bin(a->priv_key, buffer))
    -		{
    -		ECerr(EC_F_I2D_ECPRIVATEKEY, ERR_R_BN_LIB);
    -		goto err;
    -		}
    -
    -	if (!M_ASN1_OCTET_STRING_set(priv_key->privateKey, buffer, buf_len))
    -		{
    -		ECerr(EC_F_I2D_ECPRIVATEKEY, ERR_R_ASN1_LIB);
    -		goto err;
    -		}	
    -
    -	if (!(a->enc_flag & EC_PKEY_NO_PARAMETERS))
    -		{
    -		if ((priv_key->parameters = ec_asn1_group2pkparameters(
    -			a->group, priv_key->parameters)) == NULL)
    -			{
    -			ECerr(EC_F_I2D_ECPRIVATEKEY, ERR_R_EC_LIB);
    -			goto err;
    -			}
    -		}
    -
    -	if (!(a->enc_flag & EC_PKEY_NO_PUBKEY))
    -		{
    -		priv_key->publicKey = M_ASN1_BIT_STRING_new();
    -		if (priv_key->publicKey == NULL)
    -			{
    -			ECerr(EC_F_I2D_ECPRIVATEKEY,
    -				ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -
    -		tmp_len = EC_POINT_point2oct(a->group, a->pub_key, 
    -				a->conv_form, NULL, 0, NULL);
    -
    -		if (tmp_len > buf_len)
    -			{
    -			unsigned char *tmp_buffer = OPENSSL_realloc(buffer, tmp_len);
    -			if (!tmp_buffer)
    -				{
    -				ECerr(EC_F_I2D_ECPRIVATEKEY, ERR_R_MALLOC_FAILURE);
    -				goto err;
    -				}
    -			buffer = tmp_buffer;
    -			buf_len = tmp_len;
    -			}
    -
    -		if (!EC_POINT_point2oct(a->group, a->pub_key, 
    -			a->conv_form, buffer, buf_len, NULL))
    -			{
    -			ECerr(EC_F_I2D_ECPRIVATEKEY, ERR_R_EC_LIB);
    -			goto err;
    -			}
    -
    -		priv_key->publicKey->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT|0x07);
    -		priv_key->publicKey->flags |= ASN1_STRING_FLAG_BITS_LEFT;
    -		if (!M_ASN1_BIT_STRING_set(priv_key->publicKey, buffer, 
    -				buf_len))
    -			{
    -			ECerr(EC_F_I2D_ECPRIVATEKEY, ERR_R_ASN1_LIB);
    -			goto err;
    -			}
    -		}
    -
    -	if ((ret = i2d_EC_PRIVATEKEY(priv_key, out)) == 0)
    -		{
    -		ECerr(EC_F_I2D_ECPRIVATEKEY, ERR_R_EC_LIB);
    -		goto err;
    -		}
    -	ok=1;
    -err:
    -	if (buffer)
    -		OPENSSL_free(buffer);
    -	if (priv_key)
    -		EC_PRIVATEKEY_free(priv_key);
    -	return(ok?ret:0);
    -	}
    +{
    +    int ok = 0;
    +    EC_KEY *ret = NULL;
    +    EC_PRIVATEKEY *priv_key = NULL;
    +
    +    if ((priv_key = EC_PRIVATEKEY_new()) == NULL) {
    +        ECerr(EC_F_D2I_ECPRIVATEKEY, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +
    +    if ((priv_key = d2i_EC_PRIVATEKEY(&priv_key, in, len)) == NULL) {
    +        ECerr(EC_F_D2I_ECPRIVATEKEY, ERR_R_EC_LIB);
    +        EC_PRIVATEKEY_free(priv_key);
    +        return NULL;
    +    }
    +
    +    if (a == NULL || *a == NULL) {
    +        if ((ret = EC_KEY_new()) == NULL) {
    +            ECerr(EC_F_D2I_ECPRIVATEKEY, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +        if (a)
    +            *a = ret;
    +    } else
    +        ret = *a;
    +
    +    if (priv_key->parameters) {
    +        if (ret->group)
    +            EC_GROUP_clear_free(ret->group);
    +        ret->group = ec_asn1_pkparameters2group(priv_key->parameters);
    +    }
    +
    +    if (ret->group == NULL) {
    +        ECerr(EC_F_D2I_ECPRIVATEKEY, ERR_R_EC_LIB);
    +        goto err;
    +    }
    +
    +    ret->version = priv_key->version;
    +
    +    if (priv_key->privateKey) {
    +        ret->priv_key = BN_bin2bn(M_ASN1_STRING_data(priv_key->privateKey),
    +                                  M_ASN1_STRING_length(priv_key->privateKey),
    +                                  ret->priv_key);
    +        if (ret->priv_key == NULL) {
    +            ECerr(EC_F_D2I_ECPRIVATEKEY, ERR_R_BN_LIB);
    +            goto err;
    +        }
    +    } else {
    +        ECerr(EC_F_D2I_ECPRIVATEKEY, EC_R_MISSING_PRIVATE_KEY);
    +        goto err;
    +    }
    +
    +    if (ret->pub_key)
    +        EC_POINT_clear_free(ret->pub_key);
    +    ret->pub_key = EC_POINT_new(ret->group);
    +    if (ret->pub_key == NULL) {
    +        ECerr(EC_F_D2I_ECPRIVATEKEY, ERR_R_EC_LIB);
    +        goto err;
    +    }
    +
    +    if (priv_key->publicKey) {
    +        const unsigned char *pub_oct;
    +        int pub_oct_len;
    +
    +        pub_oct = M_ASN1_STRING_data(priv_key->publicKey);
    +        pub_oct_len = M_ASN1_STRING_length(priv_key->publicKey);
    +        /*
    +         * The first byte - point conversion form - must be present.
    +         */
    +        if (pub_oct_len <= 0) {
    +            ECerr(EC_F_D2I_ECPRIVATEKEY, EC_R_BUFFER_TOO_SMALL);
    +            goto err;
    +        }
    +        /* Save the point conversion form. */
    +        ret->conv_form = (point_conversion_form_t) (pub_oct[0] & ~0x01);
    +        if (!EC_POINT_oct2point(ret->group, ret->pub_key,
    +                                pub_oct, (size_t)(pub_oct_len), NULL)) {
    +            ECerr(EC_F_D2I_ECPRIVATEKEY, ERR_R_EC_LIB);
    +            goto err;
    +        }
    +    } else {
    +        if (!EC_POINT_mul
    +            (ret->group, ret->pub_key, ret->priv_key, NULL, NULL, NULL)) {
    +            ECerr(EC_F_D2I_ECPRIVATEKEY, ERR_R_EC_LIB);
    +            goto err;
    +        }
    +        /* Remember the original private-key-only encoding. */
    +        ret->enc_flag |= EC_PKEY_NO_PUBKEY;
    +    }
    +
    +    ok = 1;
    + err:
    +    if (!ok) {
    +        if (ret)
    +            EC_KEY_free(ret);
    +        ret = NULL;
    +    }
    +
    +    if (priv_key)
    +        EC_PRIVATEKEY_free(priv_key);
    +
    +    return (ret);
    +}
    +
    +int i2d_ECPrivateKey(EC_KEY *a, unsigned char **out)
    +{
    +    int ret = 0, ok = 0;
    +    unsigned char *buffer = NULL;
    +    size_t buf_len = 0, tmp_len;
    +    EC_PRIVATEKEY *priv_key = NULL;
    +
    +    if (a == NULL || a->group == NULL || a->priv_key == NULL ||
    +        (!(a->enc_flag & EC_PKEY_NO_PUBKEY) && a->pub_key == NULL)) {
    +        ECerr(EC_F_I2D_ECPRIVATEKEY, ERR_R_PASSED_NULL_PARAMETER);
    +        goto err;
    +    }
    +
    +    if ((priv_key = EC_PRIVATEKEY_new()) == NULL) {
    +        ECerr(EC_F_I2D_ECPRIVATEKEY, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    priv_key->version = a->version;
    +
    +    buf_len = (size_t)BN_num_bytes(a->priv_key);
    +    buffer = OPENSSL_malloc(buf_len);
    +    if (buffer == NULL) {
    +        ECerr(EC_F_I2D_ECPRIVATEKEY, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    if (!BN_bn2bin(a->priv_key, buffer)) {
    +        ECerr(EC_F_I2D_ECPRIVATEKEY, ERR_R_BN_LIB);
    +        goto err;
    +    }
    +
    +    if (!M_ASN1_OCTET_STRING_set(priv_key->privateKey, buffer, buf_len)) {
    +        ECerr(EC_F_I2D_ECPRIVATEKEY, ERR_R_ASN1_LIB);
    +        goto err;
    +    }
    +
    +    if (!(a->enc_flag & EC_PKEY_NO_PARAMETERS)) {
    +        if ((priv_key->parameters =
    +             ec_asn1_group2pkparameters(a->group,
    +                                        priv_key->parameters)) == NULL) {
    +            ECerr(EC_F_I2D_ECPRIVATEKEY, ERR_R_EC_LIB);
    +            goto err;
    +        }
    +    }
    +
    +    if (!(a->enc_flag & EC_PKEY_NO_PUBKEY)) {
    +        priv_key->publicKey = M_ASN1_BIT_STRING_new();
    +        if (priv_key->publicKey == NULL) {
    +            ECerr(EC_F_I2D_ECPRIVATEKEY, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +
    +        tmp_len = EC_POINT_point2oct(a->group, a->pub_key,
    +                                     a->conv_form, NULL, 0, NULL);
    +
    +        if (tmp_len > buf_len) {
    +            unsigned char *tmp_buffer = OPENSSL_realloc(buffer, tmp_len);
    +            if (!tmp_buffer) {
    +                ECerr(EC_F_I2D_ECPRIVATEKEY, ERR_R_MALLOC_FAILURE);
    +                goto err;
    +            }
    +            buffer = tmp_buffer;
    +            buf_len = tmp_len;
    +        }
    +
    +        if (!EC_POINT_point2oct(a->group, a->pub_key,
    +                                a->conv_form, buffer, buf_len, NULL)) {
    +            ECerr(EC_F_I2D_ECPRIVATEKEY, ERR_R_EC_LIB);
    +            goto err;
    +        }
    +
    +        priv_key->publicKey->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07);
    +        priv_key->publicKey->flags |= ASN1_STRING_FLAG_BITS_LEFT;
    +        if (!M_ASN1_BIT_STRING_set(priv_key->publicKey, buffer, buf_len)) {
    +            ECerr(EC_F_I2D_ECPRIVATEKEY, ERR_R_ASN1_LIB);
    +            goto err;
    +        }
    +    }
    +
    +    if ((ret = i2d_EC_PRIVATEKEY(priv_key, out)) == 0) {
    +        ECerr(EC_F_I2D_ECPRIVATEKEY, ERR_R_EC_LIB);
    +        goto err;
    +    }
    +    ok = 1;
    + err:
    +    if (buffer)
    +        OPENSSL_free(buffer);
    +    if (priv_key)
    +        EC_PRIVATEKEY_free(priv_key);
    +    return (ok ? ret : 0);
    +}
     
     int i2d_ECParameters(EC_KEY *a, unsigned char **out)
    -	{
    -	if (a == NULL)
    -		{
    -		ECerr(EC_F_I2D_ECPARAMETERS, ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -	return i2d_ECPKParameters(a->group, out);
    -	}
    +{
    +    if (a == NULL) {
    +        ECerr(EC_F_I2D_ECPARAMETERS, ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +    return i2d_ECPKParameters(a->group, out);
    +}
     
     EC_KEY *d2i_ECParameters(EC_KEY **a, const unsigned char **in, long len)
    -	{
    -	EC_KEY   *ret;
    -
    -	if (in == NULL || *in == NULL)
    -		{
    -		ECerr(EC_F_D2I_ECPARAMETERS, ERR_R_PASSED_NULL_PARAMETER);
    -		return NULL;
    -		}
    -
    -	if (a == NULL || *a == NULL)
    -		{
    -		if ((ret = EC_KEY_new()) == NULL)
    -			{
    -			ECerr(EC_F_D2I_ECPARAMETERS, ERR_R_MALLOC_FAILURE);
    -			return NULL;
    -			}
    -		if (a)
    -			*a = ret;
    -		}
    -	else
    -		ret = *a;
    -
    -	if (!d2i_ECPKParameters(&ret->group, in, len))
    -		{
    -		ECerr(EC_F_D2I_ECPARAMETERS, ERR_R_EC_LIB);
    -		return NULL;
    -		}
    -
    -	return ret;
    -	}
    +{
    +    EC_KEY *ret;
    +
    +    if (in == NULL || *in == NULL) {
    +        ECerr(EC_F_D2I_ECPARAMETERS, ERR_R_PASSED_NULL_PARAMETER);
    +        return NULL;
    +    }
    +
    +    if (a == NULL || *a == NULL) {
    +        if ((ret = EC_KEY_new()) == NULL) {
    +            ECerr(EC_F_D2I_ECPARAMETERS, ERR_R_MALLOC_FAILURE);
    +            return NULL;
    +        }
    +        if (a)
    +            *a = ret;
    +    } else
    +        ret = *a;
    +
    +    if (!d2i_ECPKParameters(&ret->group, in, len)) {
    +        ECerr(EC_F_D2I_ECPARAMETERS, ERR_R_EC_LIB);
    +        return NULL;
    +    }
    +
    +    return ret;
    +}
     
     EC_KEY *o2i_ECPublicKey(EC_KEY **a, const unsigned char **in, long len)
    -	{
    -	EC_KEY *ret=NULL;
    -
    -	if (a == NULL || (*a) == NULL || (*a)->group == NULL)
    -		{
    -		/* sorry, but a EC_GROUP-structur is necessary
    -                 * to set the public key */
    -		ECerr(EC_F_O2I_ECPUBLICKEY, ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -	ret = *a;
    -	if (ret->pub_key == NULL && 
    -		(ret->pub_key = EC_POINT_new(ret->group)) == NULL)
    -		{
    -		ECerr(EC_F_O2I_ECPUBLICKEY, ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	if (!EC_POINT_oct2point(ret->group, ret->pub_key, *in, len, NULL))
    -		{
    -		ECerr(EC_F_O2I_ECPUBLICKEY, ERR_R_EC_LIB);
    -		return 0;
    -		}
    -	/* save the point conversion form */
    -	ret->conv_form = (point_conversion_form_t)(*in[0] & ~0x01);
    -	*in += len;
    -	return ret;
    -	}
    +{
    +    EC_KEY *ret = NULL;
    +
    +    if (a == NULL || (*a) == NULL || (*a)->group == NULL) {
    +        /*
    +         * sorry, but a EC_GROUP-structur is necessary to set the public key
    +         */
    +        ECerr(EC_F_O2I_ECPUBLICKEY, ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +    ret = *a;
    +    if (ret->pub_key == NULL &&
    +        (ret->pub_key = EC_POINT_new(ret->group)) == NULL) {
    +        ECerr(EC_F_O2I_ECPUBLICKEY, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    if (!EC_POINT_oct2point(ret->group, ret->pub_key, *in, len, NULL)) {
    +        ECerr(EC_F_O2I_ECPUBLICKEY, ERR_R_EC_LIB);
    +        return 0;
    +    }
    +    /* save the point conversion form */
    +    ret->conv_form = (point_conversion_form_t) (*in[0] & ~0x01);
    +    *in += len;
    +    return ret;
    +}
     
     int i2o_ECPublicKey(EC_KEY *a, unsigned char **out)
    -	{
    -        size_t buf_len=0;
    -	int new_buffer = 0;
    -
    -        if (a == NULL) 
    -		{
    -		ECerr(EC_F_I2O_ECPUBLICKEY, ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -
    -        buf_len = EC_POINT_point2oct(a->group, a->pub_key, 
    -                              a->conv_form, NULL, 0, NULL);
    -
    -	if (out == NULL || buf_len == 0)
    -	/* out == NULL => just return the length of the octet string */
    -		return buf_len;
    -
    -	if (*out == NULL)
    -		{
    -		if ((*out = OPENSSL_malloc(buf_len)) == NULL)
    -			{
    -			ECerr(EC_F_I2O_ECPUBLICKEY, ERR_R_MALLOC_FAILURE);
    -			return 0;
    -			}
    -		new_buffer = 1;
    -		}
    -        if (!EC_POINT_point2oct(a->group, a->pub_key, a->conv_form,
    -				*out, buf_len, NULL))
    -		{
    -		ECerr(EC_F_I2O_ECPUBLICKEY, ERR_R_EC_LIB);
    -		if (new_buffer)
    -			{
    -			OPENSSL_free(*out);
    -			*out = NULL;
    -			}
    -		return 0;
    -		}
    -	if (!new_buffer)
    -		*out += buf_len;
    -	return buf_len;
    -	}
    +{
    +    size_t buf_len = 0;
    +    int new_buffer = 0;
    +
    +    if (a == NULL) {
    +        ECerr(EC_F_I2O_ECPUBLICKEY, ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +
    +    buf_len = EC_POINT_point2oct(a->group, a->pub_key,
    +                                 a->conv_form, NULL, 0, NULL);
    +
    +    if (out == NULL || buf_len == 0)
    +        /* out == NULL => just return the length of the octet string */
    +        return buf_len;
    +
    +    if (*out == NULL) {
    +        if ((*out = OPENSSL_malloc(buf_len)) == NULL) {
    +            ECerr(EC_F_I2O_ECPUBLICKEY, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +        new_buffer = 1;
    +    }
    +    if (!EC_POINT_point2oct(a->group, a->pub_key, a->conv_form,
    +                            *out, buf_len, NULL)) {
    +        ECerr(EC_F_I2O_ECPUBLICKEY, ERR_R_EC_LIB);
    +        if (new_buffer) {
    +            OPENSSL_free(*out);
    +            *out = NULL;
    +        }
    +        return 0;
    +    }
    +    if (!new_buffer)
    +        *out += buf_len;
    +    return buf_len;
    +}
    diff --git a/openssl/crypto/ec/ec_check.c b/openssl/crypto/ec/ec_check.c
    index 0e316b4b3..d3f534999 100644
    --- a/openssl/crypto/ec/ec_check.c
    +++ b/openssl/crypto/ec/ec_check.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -57,67 +57,64 @@
     #include 
     
     int EC_GROUP_check(const EC_GROUP *group, BN_CTX *ctx)
    -	{
    -	int ret = 0;
    -	BIGNUM *order;
    -	BN_CTX *new_ctx = NULL;
    -	EC_POINT *point = NULL;
    +{
    +    int ret = 0;
    +    BIGNUM *order;
    +    BN_CTX *new_ctx = NULL;
    +    EC_POINT *point = NULL;
     
    -	if (ctx == NULL)
    -		{
    -		ctx = new_ctx = BN_CTX_new();
    -		if (ctx == NULL)
    -			{
    -			ECerr(EC_F_EC_GROUP_CHECK, ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -		}
    -	BN_CTX_start(ctx);
    -	if ((order = BN_CTX_get(ctx)) == NULL) goto err;
    +    if (ctx == NULL) {
    +        ctx = new_ctx = BN_CTX_new();
    +        if (ctx == NULL) {
    +            ECerr(EC_F_EC_GROUP_CHECK, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +    }
    +    BN_CTX_start(ctx);
    +    if ((order = BN_CTX_get(ctx)) == NULL)
    +        goto err;
     
    -	/* check the discriminant */
    -	if (!EC_GROUP_check_discriminant(group, ctx))
    -		{
    -		ECerr(EC_F_EC_GROUP_CHECK, EC_R_DISCRIMINANT_IS_ZERO);
    -		goto err;
    -		}
    +    /* check the discriminant */
    +    if (!EC_GROUP_check_discriminant(group, ctx)) {
    +        ECerr(EC_F_EC_GROUP_CHECK, EC_R_DISCRIMINANT_IS_ZERO);
    +        goto err;
    +    }
     
    -	/* check the generator */
    -	if (group->generator == NULL)
    -		{
    -		ECerr(EC_F_EC_GROUP_CHECK, EC_R_UNDEFINED_GENERATOR);
    -		goto err;
    -		}
    -	if (!EC_POINT_is_on_curve(group, group->generator, ctx))
    -		{
    -		ECerr(EC_F_EC_GROUP_CHECK, EC_R_POINT_IS_NOT_ON_CURVE);
    -		goto err;
    -		}
    +    /* check the generator */
    +    if (group->generator == NULL) {
    +        ECerr(EC_F_EC_GROUP_CHECK, EC_R_UNDEFINED_GENERATOR);
    +        goto err;
    +    }
    +    if (!EC_POINT_is_on_curve(group, group->generator, ctx)) {
    +        ECerr(EC_F_EC_GROUP_CHECK, EC_R_POINT_IS_NOT_ON_CURVE);
    +        goto err;
    +    }
     
    -	/* check the order of the generator */
    -	if ((point = EC_POINT_new(group)) == NULL) goto err;
    -	if (!EC_GROUP_get_order(group, order, ctx)) goto err; 
    -	if (BN_is_zero(order))
    -		{
    -		ECerr(EC_F_EC_GROUP_CHECK, EC_R_UNDEFINED_ORDER);
    -		goto err;
    -		}
    -	
    -	if (!EC_POINT_mul(group, point, order, NULL, NULL, ctx)) goto err;
    -	if (!EC_POINT_is_at_infinity(group, point))
    -		{
    -		ECerr(EC_F_EC_GROUP_CHECK, EC_R_INVALID_GROUP_ORDER);
    -		goto err;
    -		}
    +    /* check the order of the generator */
    +    if ((point = EC_POINT_new(group)) == NULL)
    +        goto err;
    +    if (!EC_GROUP_get_order(group, order, ctx))
    +        goto err;
    +    if (BN_is_zero(order)) {
    +        ECerr(EC_F_EC_GROUP_CHECK, EC_R_UNDEFINED_ORDER);
    +        goto err;
    +    }
     
    -	ret = 1;
    +    if (!EC_POINT_mul(group, point, order, NULL, NULL, ctx))
    +        goto err;
    +    if (!EC_POINT_is_at_infinity(group, point)) {
    +        ECerr(EC_F_EC_GROUP_CHECK, EC_R_INVALID_GROUP_ORDER);
    +        goto err;
    +    }
     
    -err:
    -	if (ctx != NULL)
    -		BN_CTX_end(ctx);
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	if (point)
    -		EC_POINT_free(point);
    -	return ret;
    -	}
    +    ret = 1;
    +
    + err:
    +    if (ctx != NULL)
    +        BN_CTX_end(ctx);
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    if (point)
    +        EC_POINT_free(point);
    +    return ret;
    +}
    diff --git a/openssl/crypto/ec/ec_curve.c b/openssl/crypto/ec/ec_curve.c
    index c72fb2697..023bd0ec6 100644
    --- a/openssl/crypto/ec/ec_curve.c
    +++ b/openssl/crypto/ec/ec_curve.c
    @@ -10,7 +10,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -58,2043 +58,3191 @@
     /* ====================================================================
      * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
      *
    - * Portions of the attached software ("Contribution") are developed by 
    + * Portions of the attached software ("Contribution") are developed by
      * SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project.
      *
      * The Contribution is licensed pursuant to the OpenSSL open source
      * license provided above.
      *
    - * The elliptic curve binary polynomial software is originally written by 
    + * The elliptic curve binary polynomial software is originally written by
      * Sheueling Chang Shantz and Douglas Stebila of Sun Microsystems Laboratories.
      *
      */
     
    +#ifdef OPENSSL_FIPS
    +# include 
    +#endif
    +
    +#include 
     #include "ec_lcl.h"
     #include 
     #include 
     #include 
     
     typedef struct {
    -	int	field_type,	/* either NID_X9_62_prime_field or
    -				 * NID_X9_62_characteristic_two_field */
    -		seed_len,
    -		param_len;
    -	unsigned int cofactor;	/* promoted to BN_ULONG */
    +    int field_type,             /* either NID_X9_62_prime_field or
    +                                 * NID_X9_62_characteristic_two_field */
    +     seed_len, param_len;
    +    unsigned int cofactor;      /* promoted to BN_ULONG */
     } EC_CURVE_DATA;
     
     /* the nist prime curves */
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+24*6]; }
    -	_EC_NIST_PRIME_192 = {
    -	{ NID_X9_62_prime_field,20,24,1 },
    -	{ 0x30,0x45,0xAE,0x6F,0xC8,0x42,0x2F,0x64,0xED,0x57,	/* seed */
    -	  0x95,0x28,0xD3,0x81,0x20,0xEA,0xE1,0x21,0x96,0xD5,
    -
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* p */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFE,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* a */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFE,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFC,
    -	  0x64,0x21,0x05,0x19,0xE5,0x9C,0x80,0xE7,0x0F,0xA7,	/* b */
    -	  0xE9,0xAB,0x72,0x24,0x30,0x49,0xFE,0xB8,0xDE,0xEC,
    -	  0xC1,0x46,0xB9,0xB1,
    -	  0x18,0x8D,0xA8,0x0E,0xB0,0x30,0x90,0xF6,0x7C,0xBF,	/* x */
    -	  0x20,0xEB,0x43,0xA1,0x88,0x00,0xF4,0xFF,0x0A,0xFD,
    -	  0x82,0xFF,0x10,0x12,
    -	  0x07,0x19,0x2b,0x95,0xff,0xc8,0xda,0x78,0x63,0x10,	/* y */
    -	  0x11,0xed,0x6b,0x24,0xcd,0xd5,0x73,0xf9,0x77,0xa1,
    -	  0x1e,0x79,0x48,0x11,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* order */
    -	  0xFF,0xFF,0x99,0xDE,0xF8,0x36,0x14,0x6B,0xC9,0xB1,
    -	  0xB4,0xD2,0x28,0x31 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+28*6]; }
    -	_EC_NIST_PRIME_224 = {
    -	{ NID_X9_62_prime_field,20,28,1 },
    -	{ 0xBD,0x71,0x34,0x47,0x99,0xD5,0xC7,0xFC,0xDC,0x45,	/* seed */
    -	  0xB5,0x9F,0xA3,0xB9,0xAB,0x8F,0x6A,0x94,0x8B,0xC5,
    -
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* p */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* a */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFE,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFE,
    -	  0xB4,0x05,0x0A,0x85,0x0C,0x04,0xB3,0xAB,0xF5,0x41,	/* b */
    -	  0x32,0x56,0x50,0x44,0xB0,0xB7,0xD7,0xBF,0xD8,0xBA,
    -	  0x27,0x0B,0x39,0x43,0x23,0x55,0xFF,0xB4,
    -	  0xB7,0x0E,0x0C,0xBD,0x6B,0xB4,0xBF,0x7F,0x32,0x13,	/* x */
    -	  0x90,0xB9,0x4A,0x03,0xC1,0xD3,0x56,0xC2,0x11,0x22,
    -	  0x34,0x32,0x80,0xD6,0x11,0x5C,0x1D,0x21,
    -	  0xbd,0x37,0x63,0x88,0xb5,0xf7,0x23,0xfb,0x4c,0x22,	/* y */
    -	  0xdf,0xe6,0xcd,0x43,0x75,0xa0,0x5a,0x07,0x47,0x64,
    -	  0x44,0xd5,0x81,0x99,0x85,0x00,0x7e,0x34,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* order */
    -	  0xFF,0xFF,0xFF,0xFF,0x16,0xA2,0xE0,0xB8,0xF0,0x3E,
    -	  0x13,0xDD,0x29,0x45,0x5C,0x5C,0x2A,0x3D }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+48*6]; }
    -	_EC_NIST_PRIME_384 = {
    -	{ NID_X9_62_prime_field,20,48,1 },
    -	{ 0xA3,0x35,0x92,0x6A,0xA3,0x19,0xA2,0x7A,0x1D,0x00,	/* seed */
    -	  0x89,0x6A,0x67,0x73,0xA4,0x82,0x7A,0xCD,0xAC,0x73,
    -
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* p */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFE,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* a */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFE,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFC,
    -	  0xB3,0x31,0x2F,0xA7,0xE2,0x3E,0xE7,0xE4,0x98,0x8E,	/* b */
    -	  0x05,0x6B,0xE3,0xF8,0x2D,0x19,0x18,0x1D,0x9C,0x6E,
    -	  0xFE,0x81,0x41,0x12,0x03,0x14,0x08,0x8F,0x50,0x13,
    -	  0x87,0x5A,0xC6,0x56,0x39,0x8D,0x8A,0x2E,0xD1,0x9D,
    -	  0x2A,0x85,0xC8,0xED,0xD3,0xEC,0x2A,0xEF,
    -	  0xAA,0x87,0xCA,0x22,0xBE,0x8B,0x05,0x37,0x8E,0xB1,	/* x */
    -	  0xC7,0x1E,0xF3,0x20,0xAD,0x74,0x6E,0x1D,0x3B,0x62,
    -	  0x8B,0xA7,0x9B,0x98,0x59,0xF7,0x41,0xE0,0x82,0x54,
    -	  0x2A,0x38,0x55,0x02,0xF2,0x5D,0xBF,0x55,0x29,0x6C,
    -	  0x3A,0x54,0x5E,0x38,0x72,0x76,0x0A,0xB7,
    -	  0x36,0x17,0xde,0x4a,0x96,0x26,0x2c,0x6f,0x5d,0x9e,	/* y */
    -	  0x98,0xbf,0x92,0x92,0xdc,0x29,0xf8,0xf4,0x1d,0xbd,
    -	  0x28,0x9a,0x14,0x7c,0xe9,0xda,0x31,0x13,0xb5,0xf0,
    -	  0xb8,0xc0,0x0a,0x60,0xb1,0xce,0x1d,0x7e,0x81,0x9d,
    -	  0x7a,0x43,0x1d,0x7c,0x90,0xea,0x0e,0x5f,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* order */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFF,0xC7,0x63,0x4D,0x81,0xF4,0x37,
    -	  0x2D,0xDF,0x58,0x1A,0x0D,0xB2,0x48,0xB0,0xA7,0x7A,
    -	  0xEC,0xEC,0x19,0x6A,0xCC,0xC5,0x29,0x73 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+66*6]; }
    -	_EC_NIST_PRIME_521 = {
    -	{ NID_X9_62_prime_field,20,66,1 },
    -	{ 0xD0,0x9E,0x88,0x00,0x29,0x1C,0xB8,0x53,0x96,0xCC,	/* seed */
    -	  0x67,0x17,0x39,0x32,0x84,0xAA,0xA0,0xDA,0x64,0xBA,
    -
    -	  0x01,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* p */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -	  0x01,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* a */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFC,
    -	  0x00,0x51,0x95,0x3E,0xB9,0x61,0x8E,0x1C,0x9A,0x1F,	/* b */
    -	  0x92,0x9A,0x21,0xA0,0xB6,0x85,0x40,0xEE,0xA2,0xDA,
    -	  0x72,0x5B,0x99,0xB3,0x15,0xF3,0xB8,0xB4,0x89,0x91,
    -	  0x8E,0xF1,0x09,0xE1,0x56,0x19,0x39,0x51,0xEC,0x7E,
    -	  0x93,0x7B,0x16,0x52,0xC0,0xBD,0x3B,0xB1,0xBF,0x07,
    -	  0x35,0x73,0xDF,0x88,0x3D,0x2C,0x34,0xF1,0xEF,0x45,
    -	  0x1F,0xD4,0x6B,0x50,0x3F,0x00,
    -	  0x00,0xC6,0x85,0x8E,0x06,0xB7,0x04,0x04,0xE9,0xCD,	/* x */
    -	  0x9E,0x3E,0xCB,0x66,0x23,0x95,0xB4,0x42,0x9C,0x64,
    -	  0x81,0x39,0x05,0x3F,0xB5,0x21,0xF8,0x28,0xAF,0x60,
    -	  0x6B,0x4D,0x3D,0xBA,0xA1,0x4B,0x5E,0x77,0xEF,0xE7,
    -	  0x59,0x28,0xFE,0x1D,0xC1,0x27,0xA2,0xFF,0xA8,0xDE,
    -	  0x33,0x48,0xB3,0xC1,0x85,0x6A,0x42,0x9B,0xF9,0x7E,
    -	  0x7E,0x31,0xC2,0xE5,0xBD,0x66,
    -	  0x01,0x18,0x39,0x29,0x6a,0x78,0x9a,0x3b,0xc0,0x04,	/* y */
    -	  0x5c,0x8a,0x5f,0xb4,0x2c,0x7d,0x1b,0xd9,0x98,0xf5,
    -	  0x44,0x49,0x57,0x9b,0x44,0x68,0x17,0xaf,0xbd,0x17,
    -	  0x27,0x3e,0x66,0x2c,0x97,0xee,0x72,0x99,0x5e,0xf4,
    -	  0x26,0x40,0xc5,0x50,0xb9,0x01,0x3f,0xad,0x07,0x61,
    -	  0x35,0x3c,0x70,0x86,0xa2,0x72,0xc2,0x40,0x88,0xbe,
    -	  0x94,0x76,0x9f,0xd1,0x66,0x50,
    -	  0x01,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* order */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFA,0x51,0x86,0x87,0x83,0xBF,0x2F,
    -	  0x96,0x6B,0x7F,0xCC,0x01,0x48,0xF7,0x09,0xA5,0xD0,
    -	  0x3B,0xB5,0xC9,0xB8,0x89,0x9C,0x47,0xAE,0xBB,0x6F,
    -	  0xB7,0x1E,0x91,0x38,0x64,0x09 }
    -	};
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 24 * 6];
    +} _EC_NIST_PRIME_192 = {
    +    {
    +        NID_X9_62_prime_field, 20, 24, 1
    +    },
    +    {
    +        /* seed */
    +        0x30, 0x45, 0xAE, 0x6F, 0xC8, 0x42, 0x2F, 0x64, 0xED, 0x57, 0x95, 0x28,
    +        0xD3, 0x81, 0x20, 0xEA, 0xE1, 0x21, 0x96, 0xD5,
    +        /* p */
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        /* a */
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFC,
    +        /* b */
    +        0x64, 0x21, 0x05, 0x19, 0xE5, 0x9C, 0x80, 0xE7, 0x0F, 0xA7, 0xE9, 0xAB,
    +        0x72, 0x24, 0x30, 0x49, 0xFE, 0xB8, 0xDE, 0xEC, 0xC1, 0x46, 0xB9, 0xB1,
    +        /* x */
    +        0x18, 0x8D, 0xA8, 0x0E, 0xB0, 0x30, 0x90, 0xF6, 0x7C, 0xBF, 0x20, 0xEB,
    +        0x43, 0xA1, 0x88, 0x00, 0xF4, 0xFF, 0x0A, 0xFD, 0x82, 0xFF, 0x10, 0x12,
    +        /* y */
    +        0x07, 0x19, 0x2b, 0x95, 0xff, 0xc8, 0xda, 0x78, 0x63, 0x10, 0x11, 0xed,
    +        0x6b, 0x24, 0xcd, 0xd5, 0x73, 0xf9, 0x77, 0xa1, 0x1e, 0x79, 0x48, 0x11,
    +        /* order */
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0x99, 0xDE, 0xF8, 0x36, 0x14, 0x6B, 0xC9, 0xB1, 0xB4, 0xD2, 0x28, 0x31
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 28 * 6];
    +} _EC_NIST_PRIME_224 = {
    +    {
    +        NID_X9_62_prime_field, 20, 28, 1
    +    },
    +    {
    +        /* seed */
    +        0xBD, 0x71, 0x34, 0x47, 0x99, 0xD5, 0xC7, 0xFC, 0xDC, 0x45, 0xB5, 0x9F,
    +        0xA3, 0xB9, 0xAB, 0x8F, 0x6A, 0x94, 0x8B, 0xC5,
    +        /* p */
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x01,
    +        /* a */
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFE,
    +        /* b */
    +        0xB4, 0x05, 0x0A, 0x85, 0x0C, 0x04, 0xB3, 0xAB, 0xF5, 0x41, 0x32, 0x56,
    +        0x50, 0x44, 0xB0, 0xB7, 0xD7, 0xBF, 0xD8, 0xBA, 0x27, 0x0B, 0x39, 0x43,
    +        0x23, 0x55, 0xFF, 0xB4,
    +        /* x */
    +        0xB7, 0x0E, 0x0C, 0xBD, 0x6B, 0xB4, 0xBF, 0x7F, 0x32, 0x13, 0x90, 0xB9,
    +        0x4A, 0x03, 0xC1, 0xD3, 0x56, 0xC2, 0x11, 0x22, 0x34, 0x32, 0x80, 0xD6,
    +        0x11, 0x5C, 0x1D, 0x21,
    +        /* y */
    +        0xbd, 0x37, 0x63, 0x88, 0xb5, 0xf7, 0x23, 0xfb, 0x4c, 0x22, 0xdf, 0xe6,
    +        0xcd, 0x43, 0x75, 0xa0, 0x5a, 0x07, 0x47, 0x64, 0x44, 0xd5, 0x81, 0x99,
    +        0x85, 0x00, 0x7e, 0x34,
    +        /* order */
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0x16, 0xA2, 0xE0, 0xB8, 0xF0, 0x3E, 0x13, 0xDD, 0x29, 0x45,
    +        0x5C, 0x5C, 0x2A, 0x3D
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 48 * 6];
    +} _EC_NIST_PRIME_384 = {
    +    {
    +        NID_X9_62_prime_field, 20, 48, 1
    +    },
    +    {
    +        /* seed */
    +        0xA3, 0x35, 0x92, 0x6A, 0xA3, 0x19, 0xA2, 0x7A, 0x1D, 0x00, 0x89, 0x6A,
    +        0x67, 0x73, 0xA4, 0x82, 0x7A, 0xCD, 0xAC, 0x73,
    +        /* p */
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF,
    +        /* a */
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFC,
    +        /* b */
    +        0xB3, 0x31, 0x2F, 0xA7, 0xE2, 0x3E, 0xE7, 0xE4, 0x98, 0x8E, 0x05, 0x6B,
    +        0xE3, 0xF8, 0x2D, 0x19, 0x18, 0x1D, 0x9C, 0x6E, 0xFE, 0x81, 0x41, 0x12,
    +        0x03, 0x14, 0x08, 0x8F, 0x50, 0x13, 0x87, 0x5A, 0xC6, 0x56, 0x39, 0x8D,
    +        0x8A, 0x2E, 0xD1, 0x9D, 0x2A, 0x85, 0xC8, 0xED, 0xD3, 0xEC, 0x2A, 0xEF,
    +        /* x */
    +        0xAA, 0x87, 0xCA, 0x22, 0xBE, 0x8B, 0x05, 0x37, 0x8E, 0xB1, 0xC7, 0x1E,
    +        0xF3, 0x20, 0xAD, 0x74, 0x6E, 0x1D, 0x3B, 0x62, 0x8B, 0xA7, 0x9B, 0x98,
    +        0x59, 0xF7, 0x41, 0xE0, 0x82, 0x54, 0x2A, 0x38, 0x55, 0x02, 0xF2, 0x5D,
    +        0xBF, 0x55, 0x29, 0x6C, 0x3A, 0x54, 0x5E, 0x38, 0x72, 0x76, 0x0A, 0xB7,
    +        /* y */
    +        0x36, 0x17, 0xde, 0x4a, 0x96, 0x26, 0x2c, 0x6f, 0x5d, 0x9e, 0x98, 0xbf,
    +        0x92, 0x92, 0xdc, 0x29, 0xf8, 0xf4, 0x1d, 0xbd, 0x28, 0x9a, 0x14, 0x7c,
    +        0xe9, 0xda, 0x31, 0x13, 0xb5, 0xf0, 0xb8, 0xc0, 0x0a, 0x60, 0xb1, 0xce,
    +        0x1d, 0x7e, 0x81, 0x9d, 0x7a, 0x43, 0x1d, 0x7c, 0x90, 0xea, 0x0e, 0x5f,
    +        /* order */
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xC7, 0x63, 0x4D, 0x81, 0xF4, 0x37, 0x2D, 0xDF, 0x58, 0x1A, 0x0D, 0xB2,
    +        0x48, 0xB0, 0xA7, 0x7A, 0xEC, 0xEC, 0x19, 0x6A, 0xCC, 0xC5, 0x29, 0x73
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 66 * 6];
    +} _EC_NIST_PRIME_521 = {
    +    {
    +        NID_X9_62_prime_field, 20, 66, 1
    +    },
    +    {
    +        /* seed */
    +        0xD0, 0x9E, 0x88, 0x00, 0x29, 0x1C, 0xB8, 0x53, 0x96, 0xCC, 0x67, 0x17,
    +        0x39, 0x32, 0x84, 0xAA, 0xA0, 0xDA, 0x64, 0xBA,
    +        /* p */
    +        0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        /* a */
    +        0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFC,
    +        /* b */
    +        0x00, 0x51, 0x95, 0x3E, 0xB9, 0x61, 0x8E, 0x1C, 0x9A, 0x1F, 0x92, 0x9A,
    +        0x21, 0xA0, 0xB6, 0x85, 0x40, 0xEE, 0xA2, 0xDA, 0x72, 0x5B, 0x99, 0xB3,
    +        0x15, 0xF3, 0xB8, 0xB4, 0x89, 0x91, 0x8E, 0xF1, 0x09, 0xE1, 0x56, 0x19,
    +        0x39, 0x51, 0xEC, 0x7E, 0x93, 0x7B, 0x16, 0x52, 0xC0, 0xBD, 0x3B, 0xB1,
    +        0xBF, 0x07, 0x35, 0x73, 0xDF, 0x88, 0x3D, 0x2C, 0x34, 0xF1, 0xEF, 0x45,
    +        0x1F, 0xD4, 0x6B, 0x50, 0x3F, 0x00,
    +        /* x */
    +        0x00, 0xC6, 0x85, 0x8E, 0x06, 0xB7, 0x04, 0x04, 0xE9, 0xCD, 0x9E, 0x3E,
    +        0xCB, 0x66, 0x23, 0x95, 0xB4, 0x42, 0x9C, 0x64, 0x81, 0x39, 0x05, 0x3F,
    +        0xB5, 0x21, 0xF8, 0x28, 0xAF, 0x60, 0x6B, 0x4D, 0x3D, 0xBA, 0xA1, 0x4B,
    +        0x5E, 0x77, 0xEF, 0xE7, 0x59, 0x28, 0xFE, 0x1D, 0xC1, 0x27, 0xA2, 0xFF,
    +        0xA8, 0xDE, 0x33, 0x48, 0xB3, 0xC1, 0x85, 0x6A, 0x42, 0x9B, 0xF9, 0x7E,
    +        0x7E, 0x31, 0xC2, 0xE5, 0xBD, 0x66,
    +        /* y */
    +        0x01, 0x18, 0x39, 0x29, 0x6a, 0x78, 0x9a, 0x3b, 0xc0, 0x04, 0x5c, 0x8a,
    +        0x5f, 0xb4, 0x2c, 0x7d, 0x1b, 0xd9, 0x98, 0xf5, 0x44, 0x49, 0x57, 0x9b,
    +        0x44, 0x68, 0x17, 0xaf, 0xbd, 0x17, 0x27, 0x3e, 0x66, 0x2c, 0x97, 0xee,
    +        0x72, 0x99, 0x5e, 0xf4, 0x26, 0x40, 0xc5, 0x50, 0xb9, 0x01, 0x3f, 0xad,
    +        0x07, 0x61, 0x35, 0x3c, 0x70, 0x86, 0xa2, 0x72, 0xc2, 0x40, 0x88, 0xbe,
    +        0x94, 0x76, 0x9f, 0xd1, 0x66, 0x50,
    +        /* order */
    +        0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFA, 0x51, 0x86,
    +        0x87, 0x83, 0xBF, 0x2F, 0x96, 0x6B, 0x7F, 0xCC, 0x01, 0x48, 0xF7, 0x09,
    +        0xA5, 0xD0, 0x3B, 0xB5, 0xC9, 0xB8, 0x89, 0x9C, 0x47, 0xAE, 0xBB, 0x6F,
    +        0xB7, 0x1E, 0x91, 0x38, 0x64, 0x09
    +    }
    +};
     
     /* the x9.62 prime curves (minus the nist prime curves) */
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+24*6]; }
    -	_EC_X9_62_PRIME_192V2 = {
    -	{ NID_X9_62_prime_field,20,24,1 },
    -	{ 0x31,0xA9,0x2E,0xE2,0x02,0x9F,0xD1,0x0D,0x90,0x1B,	/* seed */
    -	  0x11,0x3E,0x99,0x07,0x10,0xF0,0xD2,0x1A,0xC6,0xB6,
    -
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* p */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFE,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* a */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFE,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFC,
    -	  0xCC,0x22,0xD6,0xDF,0xB9,0x5C,0x6B,0x25,0xE4,0x9C,	/* b */
    -	  0x0D,0x63,0x64,0xA4,0xE5,0x98,0x0C,0x39,0x3A,0xA2,
    -	  0x16,0x68,0xD9,0x53,
    -	  0xEE,0xA2,0xBA,0xE7,0xE1,0x49,0x78,0x42,0xF2,0xDE,	/* x */
    -	  0x77,0x69,0xCF,0xE9,0xC9,0x89,0xC0,0x72,0xAD,0x69,
    -	  0x6F,0x48,0x03,0x4A,
    -	  0x65,0x74,0xd1,0x1d,0x69,0xb6,0xec,0x7a,0x67,0x2b,	/* y */
    -	  0xb8,0x2a,0x08,0x3d,0xf2,0xf2,0xb0,0x84,0x7d,0xe9,
    -	  0x70,0xb2,0xde,0x15,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* order */
    -	  0xFF,0xFE,0x5F,0xB1,0xA7,0x24,0xDC,0x80,0x41,0x86,
    -	  0x48,0xD8,0xDD,0x31 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+24*6]; }
    -	_EC_X9_62_PRIME_192V3 = {
    -	{ NID_X9_62_prime_field,20,24,1 },
    -	{ 0xC4,0x69,0x68,0x44,0x35,0xDE,0xB3,0x78,0xC4,0xB6,	/* seed */
    -	  0x5C,0xA9,0x59,0x1E,0x2A,0x57,0x63,0x05,0x9A,0x2E,
    -
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* p */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFE,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* a */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFE,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFC,
    -	  0x22,0x12,0x3D,0xC2,0x39,0x5A,0x05,0xCA,0xA7,0x42,	/* b */
    -	  0x3D,0xAE,0xCC,0xC9,0x47,0x60,0xA7,0xD4,0x62,0x25,
    -	  0x6B,0xD5,0x69,0x16,
    -	  0x7D,0x29,0x77,0x81,0x00,0xC6,0x5A,0x1D,0xA1,0x78,	/* x */
    -	  0x37,0x16,0x58,0x8D,0xCE,0x2B,0x8B,0x4A,0xEE,0x8E,
    -	  0x22,0x8F,0x18,0x96,
    -	  0x38,0xa9,0x0f,0x22,0x63,0x73,0x37,0x33,0x4b,0x49,	/* y */
    -	  0xdc,0xb6,0x6a,0x6d,0xc8,0xf9,0x97,0x8a,0xca,0x76,
    -	  0x48,0xa9,0x43,0xb0,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* order */
    -	  0xFF,0xFF,0x7A,0x62,0xD0,0x31,0xC8,0x3F,0x42,0x94,
    -	  0xF6,0x40,0xEC,0x13 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+30*6]; }
    -	_EC_X9_62_PRIME_239V1 = {
    -	{ NID_X9_62_prime_field,20,30,1 },
    -	{ 0xE4,0x3B,0xB4,0x60,0xF0,0xB8,0x0C,0xC0,0xC0,0xB0,	/* seed */
    -	  0x75,0x79,0x8E,0x94,0x80,0x60,0xF8,0x32,0x1B,0x7D,
    -
    -	  0x7F,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* p */
    -	  0xFF,0xFF,0x7F,0xFF,0xFF,0xFF,0xFF,0xFF,0x80,0x00,
    -	  0x00,0x00,0x00,0x00,0x7F,0xFF,0xFF,0xFF,0xFF,0xFF,
    -
    -	  0x7F,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* a */
    -	  0xFF,0xFF,0x7F,0xFF,0xFF,0xFF,0xFF,0xFF,0x80,0x00,
    -	  0x00,0x00,0x00,0x00,0x7F,0xFF,0xFF,0xFF,0xFF,0xFC,
    -
    -	  0x6B,0x01,0x6C,0x3B,0xDC,0xF1,0x89,0x41,0xD0,0xD6,	/* b */
    -	  0x54,0x92,0x14,0x75,0xCA,0x71,0xA9,0xDB,0x2F,0xB2,
    -	  0x7D,0x1D,0x37,0x79,0x61,0x85,0xC2,0x94,0x2C,0x0A,
    -
    -	  0x0F,0xFA,0x96,0x3C,0xDC,0xA8,0x81,0x6C,0xCC,0x33,	/* x */
    -	  0xB8,0x64,0x2B,0xED,0xF9,0x05,0xC3,0xD3,0x58,0x57,
    -	  0x3D,0x3F,0x27,0xFB,0xBD,0x3B,0x3C,0xB9,0xAA,0xAF,
    -
    -	  0x7d,0xeb,0xe8,0xe4,0xe9,0x0a,0x5d,0xae,0x6e,0x40,	/* y */
    -	  0x54,0xca,0x53,0x0b,0xa0,0x46,0x54,0xb3,0x68,0x18,
    -	  0xce,0x22,0x6b,0x39,0xfc,0xcb,0x7b,0x02,0xf1,0xae,
    -
    -	  0x7F,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* order */
    -	  0xFF,0xFF,0x7F,0xFF,0xFF,0x9E,0x5E,0x9A,0x9F,0x5D,
    -	  0x90,0x71,0xFB,0xD1,0x52,0x26,0x88,0x90,0x9D,0x0B }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+30*6]; }
    -	_EC_X9_62_PRIME_239V2 = {
    -	{ NID_X9_62_prime_field,20,30,1 },
    -	{ 0xE8,0xB4,0x01,0x16,0x04,0x09,0x53,0x03,0xCA,0x3B,	/* seed */
    -	  0x80,0x99,0x98,0x2B,0xE0,0x9F,0xCB,0x9A,0xE6,0x16,
    -
    -	  0x7F,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* p */
    -	  0xFF,0xFF,0x7F,0xFF,0xFF,0xFF,0xFF,0xFF,0x80,0x00,
    -	  0x00,0x00,0x00,0x00,0x7F,0xFF,0xFF,0xFF,0xFF,0xFF,
    -
    -	  0x7F,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* a */
    -	  0xFF,0xFF,0x7F,0xFF,0xFF,0xFF,0xFF,0xFF,0x80,0x00,
    -	  0x00,0x00,0x00,0x00,0x7F,0xFF,0xFF,0xFF,0xFF,0xFC,
    -
    -	  0x61,0x7F,0xAB,0x68,0x32,0x57,0x6C,0xBB,0xFE,0xD5,	/* b */
    -	  0x0D,0x99,0xF0,0x24,0x9C,0x3F,0xEE,0x58,0xB9,0x4B,
    -	  0xA0,0x03,0x8C,0x7A,0xE8,0x4C,0x8C,0x83,0x2F,0x2C,
    -
    -	  0x38,0xAF,0x09,0xD9,0x87,0x27,0x70,0x51,0x20,0xC9,	/* x */
    -	  0x21,0xBB,0x5E,0x9E,0x26,0x29,0x6A,0x3C,0xDC,0xF2,
    -	  0xF3,0x57,0x57,0xA0,0xEA,0xFD,0x87,0xB8,0x30,0xE7,
    -
    -	  0x5b,0x01,0x25,0xe4,0xdb,0xea,0x0e,0xc7,0x20,0x6d,	/* y */
    -	  0xa0,0xfc,0x01,0xd9,0xb0,0x81,0x32,0x9f,0xb5,0x55,
    -	  0xde,0x6e,0xf4,0x60,0x23,0x7d,0xff,0x8b,0xe4,0xba,
    -
    -	  0x7F,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* order */
    -	  0xFF,0xFF,0x80,0x00,0x00,0xCF,0xA7,0xE8,0x59,0x43,
    -	  0x77,0xD4,0x14,0xC0,0x38,0x21,0xBC,0x58,0x20,0x63 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+30*6]; }
    -	_EC_X9_62_PRIME_239V3 = {
    -	{ NID_X9_62_prime_field,20,30,1 },
    -	{ 0x7D,0x73,0x74,0x16,0x8F,0xFE,0x34,0x71,0xB6,0x0A,	/* seed */
    -	  0x85,0x76,0x86,0xA1,0x94,0x75,0xD3,0xBF,0xA2,0xFF,
    -
    -	  0x7F,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* p */
    -	  0xFF,0xFF,0x7F,0xFF,0xFF,0xFF,0xFF,0xFF,0x80,0x00,
    -	  0x00,0x00,0x00,0x00,0x7F,0xFF,0xFF,0xFF,0xFF,0xFF,
    -
    -	  0x7F,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* a */
    -	  0xFF,0xFF,0x7F,0xFF,0xFF,0xFF,0xFF,0xFF,0x80,0x00,
    -	  0x00,0x00,0x00,0x00,0x7F,0xFF,0xFF,0xFF,0xFF,0xFC,
    -
    -	  0x25,0x57,0x05,0xFA,0x2A,0x30,0x66,0x54,0xB1,0xF4,	/* b */
    -	  0xCB,0x03,0xD6,0xA7,0x50,0xA3,0x0C,0x25,0x01,0x02,
    -	  0xD4,0x98,0x87,0x17,0xD9,0xBA,0x15,0xAB,0x6D,0x3E,
    -
    -	  0x67,0x68,0xAE,0x8E,0x18,0xBB,0x92,0xCF,0xCF,0x00,	/* x */
    -	  0x5C,0x94,0x9A,0xA2,0xC6,0xD9,0x48,0x53,0xD0,0xE6,
    -	  0x60,0xBB,0xF8,0x54,0xB1,0xC9,0x50,0x5F,0xE9,0x5A,
    -
    -	  0x16,0x07,0xe6,0x89,0x8f,0x39,0x0c,0x06,0xbc,0x1d,	/* y */
    -	  0x55,0x2b,0xad,0x22,0x6f,0x3b,0x6f,0xcf,0xe4,0x8b,
    -	  0x6e,0x81,0x84,0x99,0xaf,0x18,0xe3,0xed,0x6c,0xf3,
    -
    -	  0x7F,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* order */
    -	  0xFF,0xFF,0x7F,0xFF,0xFF,0x97,0x5D,0xEB,0x41,0xB3,
    -	  0xA6,0x05,0x7C,0x3C,0x43,0x21,0x46,0x52,0x65,0x51 }
    -	};
    -
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+32*6]; }
    -	_EC_X9_62_PRIME_256V1 = {
    -	{ NID_X9_62_prime_field,20,32,1 },
    -	{ 0xC4,0x9D,0x36,0x08,0x86,0xE7,0x04,0x93,0x6A,0x66,	/* seed */
    -	  0x78,0xE1,0x13,0x9D,0x26,0xB7,0x81,0x9F,0x7E,0x90,
    -
    -	  0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x01,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x01,0x00,0x00,	/* a */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFC,
    -	  0x5A,0xC6,0x35,0xD8,0xAA,0x3A,0x93,0xE7,0xB3,0xEB,	/* b */
    -	  0xBD,0x55,0x76,0x98,0x86,0xBC,0x65,0x1D,0x06,0xB0,
    -	  0xCC,0x53,0xB0,0xF6,0x3B,0xCE,0x3C,0x3E,0x27,0xD2,
    -	  0x60,0x4B,
    -	  0x6B,0x17,0xD1,0xF2,0xE1,0x2C,0x42,0x47,0xF8,0xBC,	/* x */
    -	  0xE6,0xE5,0x63,0xA4,0x40,0xF2,0x77,0x03,0x7D,0x81,
    -	  0x2D,0xEB,0x33,0xA0,0xF4,0xA1,0x39,0x45,0xD8,0x98,
    -	  0xC2,0x96,
    -	  0x4f,0xe3,0x42,0xe2,0xfe,0x1a,0x7f,0x9b,0x8e,0xe7,	/* y */
    -	  0xeb,0x4a,0x7c,0x0f,0x9e,0x16,0x2b,0xce,0x33,0x57,
    -	  0x6b,0x31,0x5e,0xce,0xcb,0xb6,0x40,0x68,0x37,0xbf,
    -	  0x51,0xf5,
    -	  0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x00,0xFF,0xFF,	/* order */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xBC,0xE6,0xFA,0xAD,
    -	  0xA7,0x17,0x9E,0x84,0xF3,0xB9,0xCA,0xC2,0xFC,0x63,
    -	  0x25,0x51 }
    -	};
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 24 * 6];
    +} _EC_X9_62_PRIME_192V2 = {
    +    {
    +        NID_X9_62_prime_field, 20, 24, 1
    +    },
    +    {
    +        /* seed */
    +        0x31, 0xA9, 0x2E, 0xE2, 0x02, 0x9F, 0xD1, 0x0D, 0x90, 0x1B, 0x11, 0x3E,
    +        0x99, 0x07, 0x10, 0xF0, 0xD2, 0x1A, 0xC6, 0xB6,
    +        /* p */
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        /* a */
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFC,
    +        /* b */
    +        0xCC, 0x22, 0xD6, 0xDF, 0xB9, 0x5C, 0x6B, 0x25, 0xE4, 0x9C, 0x0D, 0x63,
    +        0x64, 0xA4, 0xE5, 0x98, 0x0C, 0x39, 0x3A, 0xA2, 0x16, 0x68, 0xD9, 0x53,
    +        /* x */
    +        0xEE, 0xA2, 0xBA, 0xE7, 0xE1, 0x49, 0x78, 0x42, 0xF2, 0xDE, 0x77, 0x69,
    +        0xCF, 0xE9, 0xC9, 0x89, 0xC0, 0x72, 0xAD, 0x69, 0x6F, 0x48, 0x03, 0x4A,
    +        /* y */
    +        0x65, 0x74, 0xd1, 0x1d, 0x69, 0xb6, 0xec, 0x7a, 0x67, 0x2b, 0xb8, 0x2a,
    +        0x08, 0x3d, 0xf2, 0xf2, 0xb0, 0x84, 0x7d, 0xe9, 0x70, 0xb2, 0xde, 0x15,
    +        /* order */
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFE,
    +        0x5F, 0xB1, 0xA7, 0x24, 0xDC, 0x80, 0x41, 0x86, 0x48, 0xD8, 0xDD, 0x31
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 24 * 6];
    +} _EC_X9_62_PRIME_192V3 = {
    +    {
    +        NID_X9_62_prime_field, 20, 24, 1
    +    },
    +    {
    +        /* seed */
    +        0xC4, 0x69, 0x68, 0x44, 0x35, 0xDE, 0xB3, 0x78, 0xC4, 0xB6, 0x5C, 0xA9,
    +        0x59, 0x1E, 0x2A, 0x57, 0x63, 0x05, 0x9A, 0x2E,
    +        /* p */
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        /* a */
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFC,
    +        /* b */
    +        0x22, 0x12, 0x3D, 0xC2, 0x39, 0x5A, 0x05, 0xCA, 0xA7, 0x42, 0x3D, 0xAE,
    +        0xCC, 0xC9, 0x47, 0x60, 0xA7, 0xD4, 0x62, 0x25, 0x6B, 0xD5, 0x69, 0x16,
    +        /* x */
    +        0x7D, 0x29, 0x77, 0x81, 0x00, 0xC6, 0x5A, 0x1D, 0xA1, 0x78, 0x37, 0x16,
    +        0x58, 0x8D, 0xCE, 0x2B, 0x8B, 0x4A, 0xEE, 0x8E, 0x22, 0x8F, 0x18, 0x96,
    +        /* y */
    +        0x38, 0xa9, 0x0f, 0x22, 0x63, 0x73, 0x37, 0x33, 0x4b, 0x49, 0xdc, 0xb6,
    +        0x6a, 0x6d, 0xc8, 0xf9, 0x97, 0x8a, 0xca, 0x76, 0x48, 0xa9, 0x43, 0xb0,
    +        /* order */
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0x7A, 0x62, 0xD0, 0x31, 0xC8, 0x3F, 0x42, 0x94, 0xF6, 0x40, 0xEC, 0x13
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 30 * 6];
    +} _EC_X9_62_PRIME_239V1 = {
    +    {
    +        NID_X9_62_prime_field, 20, 30, 1
    +    },
    +    {
    +        /* seed */
    +        0xE4, 0x3B, 0xB4, 0x60, 0xF0, 0xB8, 0x0C, 0xC0, 0xC0, 0xB0, 0x75, 0x79,
    +        0x8E, 0x94, 0x80, 0x60, 0xF8, 0x32, 0x1B, 0x7D,
    +        /* p */
    +        0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        /* a */
    +        0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFC,
    +        /* b */
    +        0x6B, 0x01, 0x6C, 0x3B, 0xDC, 0xF1, 0x89, 0x41, 0xD0, 0xD6, 0x54, 0x92,
    +        0x14, 0x75, 0xCA, 0x71, 0xA9, 0xDB, 0x2F, 0xB2, 0x7D, 0x1D, 0x37, 0x79,
    +        0x61, 0x85, 0xC2, 0x94, 0x2C, 0x0A,
    +        /* x */
    +        0x0F, 0xFA, 0x96, 0x3C, 0xDC, 0xA8, 0x81, 0x6C, 0xCC, 0x33, 0xB8, 0x64,
    +        0x2B, 0xED, 0xF9, 0x05, 0xC3, 0xD3, 0x58, 0x57, 0x3D, 0x3F, 0x27, 0xFB,
    +        0xBD, 0x3B, 0x3C, 0xB9, 0xAA, 0xAF,
    +        /* y */
    +        0x7d, 0xeb, 0xe8, 0xe4, 0xe9, 0x0a, 0x5d, 0xae, 0x6e, 0x40, 0x54, 0xca,
    +        0x53, 0x0b, 0xa0, 0x46, 0x54, 0xb3, 0x68, 0x18, 0xce, 0x22, 0x6b, 0x39,
    +        0xfc, 0xcb, 0x7b, 0x02, 0xf1, 0xae,
    +        /* order */
    +        0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0x7F, 0xFF, 0xFF, 0x9E, 0x5E, 0x9A, 0x9F, 0x5D, 0x90, 0x71, 0xFB, 0xD1,
    +        0x52, 0x26, 0x88, 0x90, 0x9D, 0x0B
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 30 * 6];
    +} _EC_X9_62_PRIME_239V2 = {
    +    {
    +        NID_X9_62_prime_field, 20, 30, 1
    +    },
    +    {
    +        /* seed */
    +        0xE8, 0xB4, 0x01, 0x16, 0x04, 0x09, 0x53, 0x03, 0xCA, 0x3B, 0x80, 0x99,
    +        0x98, 0x2B, 0xE0, 0x9F, 0xCB, 0x9A, 0xE6, 0x16,
    +        /* p */
    +        0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        /* a */
    +        0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFC,
    +        /* b */
    +        0x61, 0x7F, 0xAB, 0x68, 0x32, 0x57, 0x6C, 0xBB, 0xFE, 0xD5, 0x0D, 0x99,
    +        0xF0, 0x24, 0x9C, 0x3F, 0xEE, 0x58, 0xB9, 0x4B, 0xA0, 0x03, 0x8C, 0x7A,
    +        0xE8, 0x4C, 0x8C, 0x83, 0x2F, 0x2C,
    +        /* x */
    +        0x38, 0xAF, 0x09, 0xD9, 0x87, 0x27, 0x70, 0x51, 0x20, 0xC9, 0x21, 0xBB,
    +        0x5E, 0x9E, 0x26, 0x29, 0x6A, 0x3C, 0xDC, 0xF2, 0xF3, 0x57, 0x57, 0xA0,
    +        0xEA, 0xFD, 0x87, 0xB8, 0x30, 0xE7,
    +        /* y */
    +        0x5b, 0x01, 0x25, 0xe4, 0xdb, 0xea, 0x0e, 0xc7, 0x20, 0x6d, 0xa0, 0xfc,
    +        0x01, 0xd9, 0xb0, 0x81, 0x32, 0x9f, 0xb5, 0x55, 0xde, 0x6e, 0xf4, 0x60,
    +        0x23, 0x7d, 0xff, 0x8b, 0xe4, 0xba,
    +        /* order */
    +        0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0x80, 0x00, 0x00, 0xCF, 0xA7, 0xE8, 0x59, 0x43, 0x77, 0xD4, 0x14, 0xC0,
    +        0x38, 0x21, 0xBC, 0x58, 0x20, 0x63
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 30 * 6];
    +} _EC_X9_62_PRIME_239V3 = {
    +    {
    +        NID_X9_62_prime_field, 20, 30, 1
    +    },
    +    {
    +        /* seed */
    +        0x7D, 0x73, 0x74, 0x16, 0x8F, 0xFE, 0x34, 0x71, 0xB6, 0x0A, 0x85, 0x76,
    +        0x86, 0xA1, 0x94, 0x75, 0xD3, 0xBF, 0xA2, 0xFF,
    +        /* p */
    +        0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        /* a */
    +        0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFC,
    +        /* b */
    +        0x25, 0x57, 0x05, 0xFA, 0x2A, 0x30, 0x66, 0x54, 0xB1, 0xF4, 0xCB, 0x03,
    +        0xD6, 0xA7, 0x50, 0xA3, 0x0C, 0x25, 0x01, 0x02, 0xD4, 0x98, 0x87, 0x17,
    +        0xD9, 0xBA, 0x15, 0xAB, 0x6D, 0x3E,
    +        /* x */
    +        0x67, 0x68, 0xAE, 0x8E, 0x18, 0xBB, 0x92, 0xCF, 0xCF, 0x00, 0x5C, 0x94,
    +        0x9A, 0xA2, 0xC6, 0xD9, 0x48, 0x53, 0xD0, 0xE6, 0x60, 0xBB, 0xF8, 0x54,
    +        0xB1, 0xC9, 0x50, 0x5F, 0xE9, 0x5A,
    +        /* y */
    +        0x16, 0x07, 0xe6, 0x89, 0x8f, 0x39, 0x0c, 0x06, 0xbc, 0x1d, 0x55, 0x2b,
    +        0xad, 0x22, 0x6f, 0x3b, 0x6f, 0xcf, 0xe4, 0x8b, 0x6e, 0x81, 0x84, 0x99,
    +        0xaf, 0x18, 0xe3, 0xed, 0x6c, 0xf3,
    +        /* order */
    +        0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0x7F, 0xFF, 0xFF, 0x97, 0x5D, 0xEB, 0x41, 0xB3, 0xA6, 0x05, 0x7C, 0x3C,
    +        0x43, 0x21, 0x46, 0x52, 0x65, 0x51
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 32 * 6];
    +} _EC_X9_62_PRIME_256V1 = {
    +    {
    +        NID_X9_62_prime_field, 20, 32, 1
    +    },
    +    {
    +        /* seed */
    +        0xC4, 0x9D, 0x36, 0x08, 0x86, 0xE7, 0x04, 0x93, 0x6A, 0x66, 0x78, 0xE1,
    +        0x13, 0x9D, 0x26, 0xB7, 0x81, 0x9F, 0x7E, 0x90,
    +        /* p */
    +        0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        /* a */
    +        0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFC,
    +        /* b */
    +        0x5A, 0xC6, 0x35, 0xD8, 0xAA, 0x3A, 0x93, 0xE7, 0xB3, 0xEB, 0xBD, 0x55,
    +        0x76, 0x98, 0x86, 0xBC, 0x65, 0x1D, 0x06, 0xB0, 0xCC, 0x53, 0xB0, 0xF6,
    +        0x3B, 0xCE, 0x3C, 0x3E, 0x27, 0xD2, 0x60, 0x4B,
    +        /* x */
    +        0x6B, 0x17, 0xD1, 0xF2, 0xE1, 0x2C, 0x42, 0x47, 0xF8, 0xBC, 0xE6, 0xE5,
    +        0x63, 0xA4, 0x40, 0xF2, 0x77, 0x03, 0x7D, 0x81, 0x2D, 0xEB, 0x33, 0xA0,
    +        0xF4, 0xA1, 0x39, 0x45, 0xD8, 0x98, 0xC2, 0x96,
    +        /* y */
    +        0x4f, 0xe3, 0x42, 0xe2, 0xfe, 0x1a, 0x7f, 0x9b, 0x8e, 0xe7, 0xeb, 0x4a,
    +        0x7c, 0x0f, 0x9e, 0x16, 0x2b, 0xce, 0x33, 0x57, 0x6b, 0x31, 0x5e, 0xce,
    +        0xcb, 0xb6, 0x40, 0x68, 0x37, 0xbf, 0x51, 0xf5,
    +        /* order */
    +        0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xBC, 0xE6, 0xFA, 0xAD, 0xA7, 0x17, 0x9E, 0x84,
    +        0xF3, 0xB9, 0xCA, 0xC2, 0xFC, 0x63, 0x25, 0x51
    +    }
    +};
     
     /* the secg prime curves (minus the nist and x9.62 prime curves) */
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+14*6]; }
    -	_EC_SECG_PRIME_112R1 = {
    -	{ NID_X9_62_prime_field,20,14,1 },
    -	{ 0x00,0xF5,0x0B,0x02,0x8E,0x4D,0x69,0x6E,0x67,0x68,	/* seed */
    -	  0x75,0x61,0x51,0x75,0x29,0x04,0x72,0x78,0x3F,0xB1,
    -
    -	  0xDB,0x7C,0x2A,0xBF,0x62,0xE3,0x5E,0x66,0x80,0x76,	/* p */
    -	  0xBE,0xAD,0x20,0x8B,
    -	  0xDB,0x7C,0x2A,0xBF,0x62,0xE3,0x5E,0x66,0x80,0x76,	/* a */
    -	  0xBE,0xAD,0x20,0x88,
    -	  0x65,0x9E,0xF8,0xBA,0x04,0x39,0x16,0xEE,0xDE,0x89,	/* b */
    -	  0x11,0x70,0x2B,0x22,
    -	  0x09,0x48,0x72,0x39,0x99,0x5A,0x5E,0xE7,0x6B,0x55,	/* x */
    -	  0xF9,0xC2,0xF0,0x98,
    -	  0xa8,0x9c,0xe5,0xaf,0x87,0x24,0xc0,0xa2,0x3e,0x0e,	/* y */
    -	  0x0f,0xf7,0x75,0x00,
    -	  0xDB,0x7C,0x2A,0xBF,0x62,0xE3,0x5E,0x76,0x28,0xDF,	/* order */
    -	  0xAC,0x65,0x61,0xC5 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+14*6]; }
    -	_EC_SECG_PRIME_112R2 = {
    -	{ NID_X9_62_prime_field,20,14,4 },
    -	{ 0x00,0x27,0x57,0xA1,0x11,0x4D,0x69,0x6E,0x67,0x68,	/* seed */
    -	  0x75,0x61,0x51,0x75,0x53,0x16,0xC0,0x5E,0x0B,0xD4,
    -
    -	  0xDB,0x7C,0x2A,0xBF,0x62,0xE3,0x5E,0x66,0x80,0x76,	/* p */
    -	  0xBE,0xAD,0x20,0x8B,
    -	  0x61,0x27,0xC2,0x4C,0x05,0xF3,0x8A,0x0A,0xAA,0xF6,	/* a */
    -	  0x5C,0x0E,0xF0,0x2C,
    -	  0x51,0xDE,0xF1,0x81,0x5D,0xB5,0xED,0x74,0xFC,0xC3,	/* b */
    -	  0x4C,0x85,0xD7,0x09,
    -	  0x4B,0xA3,0x0A,0xB5,0xE8,0x92,0xB4,0xE1,0x64,0x9D,	/* x */
    -	  0xD0,0x92,0x86,0x43,
    -	  0xad,0xcd,0x46,0xf5,0x88,0x2e,0x37,0x47,0xde,0xf3,	/* y */
    -	  0x6e,0x95,0x6e,0x97,
    -	  0x36,0xDF,0x0A,0xAF,0xD8,0xB8,0xD7,0x59,0x7C,0xA1,	/* order */
    -	  0x05,0x20,0xD0,0x4B }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+16*6]; }
    -	_EC_SECG_PRIME_128R1 = {
    -	{ NID_X9_62_prime_field,20,16,1 },
    -	{ 0x00,0x0E,0x0D,0x4D,0x69,0x6E,0x67,0x68,0x75,0x61,	/* seed */
    -	  0x51,0x75,0x0C,0xC0,0x3A,0x44,0x73,0xD0,0x36,0x79,
    -
    -	  0xFF,0xFF,0xFF,0xFD,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* p */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFD,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* a */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFC,
    -	  0xE8,0x75,0x79,0xC1,0x10,0x79,0xF4,0x3D,0xD8,0x24,	/* b */
    -	  0x99,0x3C,0x2C,0xEE,0x5E,0xD3,
    -	  0x16,0x1F,0xF7,0x52,0x8B,0x89,0x9B,0x2D,0x0C,0x28,	/* x */
    -	  0x60,0x7C,0xA5,0x2C,0x5B,0x86,
    -	  0xcf,0x5a,0xc8,0x39,0x5b,0xaf,0xeb,0x13,0xc0,0x2d,	/* y */
    -	  0xa2,0x92,0xdd,0xed,0x7a,0x83,
    -	  0xFF,0xFF,0xFF,0xFE,0x00,0x00,0x00,0x00,0x75,0xA3,	/* order */
    -	  0x0D,0x1B,0x90,0x38,0xA1,0x15 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+16*6]; }
    -	_EC_SECG_PRIME_128R2 = {
    -	{ NID_X9_62_prime_field,20,16,4 },
    -	{ 0x00,0x4D,0x69,0x6E,0x67,0x68,0x75,0x61,0x51,0x75,	/* seed */
    -	  0x12,0xD8,0xF0,0x34,0x31,0xFC,0xE6,0x3B,0x88,0xF4,
    -
    -	  0xFF,0xFF,0xFF,0xFD,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* p */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -	  0xD6,0x03,0x19,0x98,0xD1,0xB3,0xBB,0xFE,0xBF,0x59,	/* a */
    -	  0xCC,0x9B,0xBF,0xF9,0xAE,0xE1,
    -	  0x5E,0xEE,0xFC,0xA3,0x80,0xD0,0x29,0x19,0xDC,0x2C,	/* b */
    -	  0x65,0x58,0xBB,0x6D,0x8A,0x5D,
    -	  0x7B,0x6A,0xA5,0xD8,0x5E,0x57,0x29,0x83,0xE6,0xFB,	/* x */
    -	  0x32,0xA7,0xCD,0xEB,0xC1,0x40,
    -	  0x27,0xb6,0x91,0x6a,0x89,0x4d,0x3a,0xee,0x71,0x06,	/* y */
    -	  0xfe,0x80,0x5f,0xc3,0x4b,0x44,
    -	  0x3F,0xFF,0xFF,0xFF,0x7F,0xFF,0xFF,0xFF,0xBE,0x00,	/* order */
    -	  0x24,0x72,0x06,0x13,0xB5,0xA3 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[0+21*6]; }
    -	_EC_SECG_PRIME_160K1 = {
    -	{ NID_X9_62_prime_field,0,21,1 },
    -	{							/* no seed */
    -	  0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* p */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFE,0xFF,0xFF,0xAC,
    -	  0x73,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* a */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* b */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x07,
    -	  0x00,0x3B,0x4C,0x38,0x2C,0xE3,0x7A,0xA1,0x92,0xA4,	/* x */
    -	  0x01,0x9E,0x76,0x30,0x36,0xF4,0xF5,0xDD,0x4D,0x7E,
    -	  0xBB,
    -	  0x00,0x93,0x8c,0xf9,0x35,0x31,0x8f,0xdc,0xed,0x6b,	/* y */
    -	  0xc2,0x82,0x86,0x53,0x17,0x33,0xc3,0xf0,0x3c,0x4f,
    -	  0xee,
    -	  0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* order */
    -	  0x01,0xB8,0xFA,0x16,0xDF,0xAB,0x9A,0xCA,0x16,0xB6,
    -	  0xB3 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+21*6]; }
    -	_EC_SECG_PRIME_160R1 = {
    -	{ NID_X9_62_prime_field,20,21,1 },
    -	{ 0x10,0x53,0xCD,0xE4,0x2C,0x14,0xD6,0x96,0xE6,0x76,	/* seed */
    -	  0x87,0x56,0x15,0x17,0x53,0x3B,0xF3,0xF8,0x33,0x45,
    -
    -	  0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* p */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x7F,0xFF,0xFF,
    -	  0xFF,
    -	  0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* a */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x7F,0xFF,0xFF,
    -	  0xFC,
    -	  0x00,0x1C,0x97,0xBE,0xFC,0x54,0xBD,0x7A,0x8B,0x65,	/* b */
    -	  0xAC,0xF8,0x9F,0x81,0xD4,0xD4,0xAD,0xC5,0x65,0xFA,
    -	  0x45,
    -	  0x00,0x4A,0x96,0xB5,0x68,0x8E,0xF5,0x73,0x28,0x46,	/* x */
    -	  0x64,0x69,0x89,0x68,0xC3,0x8B,0xB9,0x13,0xCB,0xFC,
    -	  0x82,
    -	  0x00,0x23,0xa6,0x28,0x55,0x31,0x68,0x94,0x7d,0x59,	/* y */
    -	  0xdc,0xc9,0x12,0x04,0x23,0x51,0x37,0x7a,0xc5,0xfb,
    -	  0x32,
    -	  0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* order */
    -	  0x01,0xF4,0xC8,0xF9,0x27,0xAE,0xD3,0xCA,0x75,0x22,
    -	  0x57 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+21*6]; }
    -	_EC_SECG_PRIME_160R2 = {
    -	{ NID_X9_62_prime_field,20,21,1 },
    -	{ 0xB9,0x9B,0x99,0xB0,0x99,0xB3,0x23,0xE0,0x27,0x09,	/* seed */
    -	  0xA4,0xD6,0x96,0xE6,0x76,0x87,0x56,0x15,0x17,0x51,
    -
    -	  0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* p */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFE,0xFF,0xFF,0xAC,
    -	  0x73,
    -	  0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* a */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFE,0xFF,0xFF,0xAC,
    -	  0x70,
    -	  0x00,0xB4,0xE1,0x34,0xD3,0xFB,0x59,0xEB,0x8B,0xAB,	/* b */
    -	  0x57,0x27,0x49,0x04,0x66,0x4D,0x5A,0xF5,0x03,0x88,
    -	  0xBA,
    -	  0x00,0x52,0xDC,0xB0,0x34,0x29,0x3A,0x11,0x7E,0x1F,	/* x */
    -	  0x4F,0xF1,0x1B,0x30,0xF7,0x19,0x9D,0x31,0x44,0xCE,
    -	  0x6D,
    -	  0x00,0xfe,0xaf,0xfe,0xf2,0xe3,0x31,0xf2,0x96,0xe0,	/* y */
    -	  0x71,0xfa,0x0d,0xf9,0x98,0x2c,0xfe,0xa7,0xd4,0x3f,
    -	  0x2e,
    -	  0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* order */
    -	  0x00,0x35,0x1E,0xE7,0x86,0xA8,0x18,0xF3,0xA1,0xA1,
    -	  0x6B }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[0+24*6]; }
    -	_EC_SECG_PRIME_192K1 = {
    -	{ NID_X9_62_prime_field,0,24,1 },
    -	{							/* no seed */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* p */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFE,
    -	  0xFF,0xFF,0xEE,0x37,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* a */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* b */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x03,
    -	  0xDB,0x4F,0xF1,0x0E,0xC0,0x57,0xE9,0xAE,0x26,0xB0,	/* x */
    -	  0x7D,0x02,0x80,0xB7,0xF4,0x34,0x1D,0xA5,0xD1,0xB1,
    -	  0xEA,0xE0,0x6C,0x7D,
    -	  0x9b,0x2f,0x2f,0x6d,0x9c,0x56,0x28,0xa7,0x84,0x41,	/* y */
    -	  0x63,0xd0,0x15,0xbe,0x86,0x34,0x40,0x82,0xaa,0x88,
    -	  0xd9,0x5e,0x2f,0x9d,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* order */
    -	  0xFF,0xFE,0x26,0xF2,0xFC,0x17,0x0F,0x69,0x46,0x6A,
    -	  0x74,0xDE,0xFD,0x8D }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[0+29*6]; }
    -	_EC_SECG_PRIME_224K1 = {
    -	{ NID_X9_62_prime_field,0,29,1 },
    -	{							/* no seed */
    -	  0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* p */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFF,0xFE,0xFF,0xFF,0xE5,0x6D,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* a */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* b */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,
    -	  0x00,0xA1,0x45,0x5B,0x33,0x4D,0xF0,0x99,0xDF,0x30,	/* x */
    -	  0xFC,0x28,0xA1,0x69,0xA4,0x67,0xE9,0xE4,0x70,0x75,
    -	  0xA9,0x0F,0x7E,0x65,0x0E,0xB6,0xB7,0xA4,0x5C,
    -	  0x00,0x7e,0x08,0x9f,0xed,0x7f,0xba,0x34,0x42,0x82,	/* y */
    -	  0xca,0xfb,0xd6,0xf7,0xe3,0x19,0xf7,0xc0,0xb0,0xbd,
    -	  0x59,0xe2,0xca,0x4b,0xdb,0x55,0x6d,0x61,0xa5,
    -	  0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* order */
    -	  0x00,0x00,0x00,0x00,0x01,0xDC,0xE8,0xD2,0xEC,0x61,
    -	  0x84,0xCA,0xF0,0xA9,0x71,0x76,0x9F,0xB1,0xF7 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[0+32*6]; }
    -	_EC_SECG_PRIME_256K1 = {
    -	{ NID_X9_62_prime_field,0,32,1 },
    -	{							/* no seed */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* p */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFE,0xFF,0xFF,
    -	  0xFC,0x2F,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* a */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* b */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x07,
    -	  0x79,0xBE,0x66,0x7E,0xF9,0xDC,0xBB,0xAC,0x55,0xA0,	/* x */
    -	  0x62,0x95,0xCE,0x87,0x0B,0x07,0x02,0x9B,0xFC,0xDB,
    -	  0x2D,0xCE,0x28,0xD9,0x59,0xF2,0x81,0x5B,0x16,0xF8,
    -	  0x17,0x98,
    -	  0x48,0x3a,0xda,0x77,0x26,0xa3,0xc4,0x65,0x5d,0xa4,	/* y */
    -	  0xfb,0xfc,0x0e,0x11,0x08,0xa8,0xfd,0x17,0xb4,0x48,
    -	  0xa6,0x85,0x54,0x19,0x9c,0x47,0xd0,0x8f,0xfb,0x10,
    -	  0xd4,0xb8,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* order */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFE,0xBA,0xAE,0xDC,0xE6,
    -	  0xAF,0x48,0xA0,0x3B,0xBF,0xD2,0x5E,0x8C,0xD0,0x36,
    -	  0x41,0x41 }
    -	};
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 14 * 6];
    +} _EC_SECG_PRIME_112R1 = {
    +    {
    +        NID_X9_62_prime_field, 20, 14, 1
    +    },
    +    {
    +        /* seed */
    +        0x00, 0xF5, 0x0B, 0x02, 0x8E, 0x4D, 0x69, 0x6E, 0x67, 0x68, 0x75, 0x61,
    +        0x51, 0x75, 0x29, 0x04, 0x72, 0x78, 0x3F, 0xB1,
    +        /* p */
    +        0xDB, 0x7C, 0x2A, 0xBF, 0x62, 0xE3, 0x5E, 0x66, 0x80, 0x76, 0xBE, 0xAD,
    +        0x20, 0x8B,
    +        /* a */
    +        0xDB, 0x7C, 0x2A, 0xBF, 0x62, 0xE3, 0x5E, 0x66, 0x80, 0x76, 0xBE, 0xAD,
    +        0x20, 0x88,
    +        /* b */
    +        0x65, 0x9E, 0xF8, 0xBA, 0x04, 0x39, 0x16, 0xEE, 0xDE, 0x89, 0x11, 0x70,
    +        0x2B, 0x22,
    +        /* x */
    +        0x09, 0x48, 0x72, 0x39, 0x99, 0x5A, 0x5E, 0xE7, 0x6B, 0x55, 0xF9, 0xC2,
    +        0xF0, 0x98,
    +        /* y */
    +        0xa8, 0x9c, 0xe5, 0xaf, 0x87, 0x24, 0xc0, 0xa2, 0x3e, 0x0e, 0x0f, 0xf7,
    +        0x75, 0x00,
    +        /* order */
    +        0xDB, 0x7C, 0x2A, 0xBF, 0x62, 0xE3, 0x5E, 0x76, 0x28, 0xDF, 0xAC, 0x65,
    +        0x61, 0xC5
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 14 * 6];
    +} _EC_SECG_PRIME_112R2 = {
    +    {
    +        NID_X9_62_prime_field, 20, 14, 4
    +    },
    +    {
    +        /* seed */
    +        0x00, 0x27, 0x57, 0xA1, 0x11, 0x4D, 0x69, 0x6E, 0x67, 0x68, 0x75, 0x61,
    +        0x51, 0x75, 0x53, 0x16, 0xC0, 0x5E, 0x0B, 0xD4,
    +        /* p */
    +        0xDB, 0x7C, 0x2A, 0xBF, 0x62, 0xE3, 0x5E, 0x66, 0x80, 0x76, 0xBE, 0xAD,
    +        0x20, 0x8B,
    +        /* a */
    +        0x61, 0x27, 0xC2, 0x4C, 0x05, 0xF3, 0x8A, 0x0A, 0xAA, 0xF6, 0x5C, 0x0E,
    +        0xF0, 0x2C,
    +        /* b */
    +        0x51, 0xDE, 0xF1, 0x81, 0x5D, 0xB5, 0xED, 0x74, 0xFC, 0xC3, 0x4C, 0x85,
    +        0xD7, 0x09,
    +        /* x */
    +        0x4B, 0xA3, 0x0A, 0xB5, 0xE8, 0x92, 0xB4, 0xE1, 0x64, 0x9D, 0xD0, 0x92,
    +        0x86, 0x43,
    +        /* y */
    +        0xad, 0xcd, 0x46, 0xf5, 0x88, 0x2e, 0x37, 0x47, 0xde, 0xf3, 0x6e, 0x95,
    +        0x6e, 0x97,
    +        /* order */
    +        0x36, 0xDF, 0x0A, 0xAF, 0xD8, 0xB8, 0xD7, 0x59, 0x7C, 0xA1, 0x05, 0x20,
    +        0xD0, 0x4B
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 16 * 6];
    +} _EC_SECG_PRIME_128R1 = {
    +    {
    +        NID_X9_62_prime_field, 20, 16, 1
    +    },
    +    {
    +        /* seed */
    +        0x00, 0x0E, 0x0D, 0x4D, 0x69, 0x6E, 0x67, 0x68, 0x75, 0x61, 0x51, 0x75,
    +        0x0C, 0xC0, 0x3A, 0x44, 0x73, 0xD0, 0x36, 0x79,
    +        /* p */
    +        0xFF, 0xFF, 0xFF, 0xFD, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF,
    +        /* a */
    +        0xFF, 0xFF, 0xFF, 0xFD, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFC,
    +        /* b */
    +        0xE8, 0x75, 0x79, 0xC1, 0x10, 0x79, 0xF4, 0x3D, 0xD8, 0x24, 0x99, 0x3C,
    +        0x2C, 0xEE, 0x5E, 0xD3,
    +        /* x */
    +        0x16, 0x1F, 0xF7, 0x52, 0x8B, 0x89, 0x9B, 0x2D, 0x0C, 0x28, 0x60, 0x7C,
    +        0xA5, 0x2C, 0x5B, 0x86,
    +        /* y */
    +        0xcf, 0x5a, 0xc8, 0x39, 0x5b, 0xaf, 0xeb, 0x13, 0xc0, 0x2d, 0xa2, 0x92,
    +        0xdd, 0xed, 0x7a, 0x83,
    +        /* order */
    +        0xFF, 0xFF, 0xFF, 0xFE, 0x00, 0x00, 0x00, 0x00, 0x75, 0xA3, 0x0D, 0x1B,
    +        0x90, 0x38, 0xA1, 0x15
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 16 * 6];
    +} _EC_SECG_PRIME_128R2 = {
    +    {
    +        NID_X9_62_prime_field, 20, 16, 4
    +    },
    +    {
    +        /* seed */
    +        0x00, 0x4D, 0x69, 0x6E, 0x67, 0x68, 0x75, 0x61, 0x51, 0x75, 0x12, 0xD8,
    +        0xF0, 0x34, 0x31, 0xFC, 0xE6, 0x3B, 0x88, 0xF4,
    +        /* p */
    +        0xFF, 0xFF, 0xFF, 0xFD, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF,
    +        /* a */
    +        0xD6, 0x03, 0x19, 0x98, 0xD1, 0xB3, 0xBB, 0xFE, 0xBF, 0x59, 0xCC, 0x9B,
    +        0xBF, 0xF9, 0xAE, 0xE1,
    +        /* b */
    +        0x5E, 0xEE, 0xFC, 0xA3, 0x80, 0xD0, 0x29, 0x19, 0xDC, 0x2C, 0x65, 0x58,
    +        0xBB, 0x6D, 0x8A, 0x5D,
    +        /* x */
    +        0x7B, 0x6A, 0xA5, 0xD8, 0x5E, 0x57, 0x29, 0x83, 0xE6, 0xFB, 0x32, 0xA7,
    +        0xCD, 0xEB, 0xC1, 0x40,
    +        /* y */
    +        0x27, 0xb6, 0x91, 0x6a, 0x89, 0x4d, 0x3a, 0xee, 0x71, 0x06, 0xfe, 0x80,
    +        0x5f, 0xc3, 0x4b, 0x44,
    +        /* order */
    +        0x3F, 0xFF, 0xFF, 0xFF, 0x7F, 0xFF, 0xFF, 0xFF, 0xBE, 0x00, 0x24, 0x72,
    +        0x06, 0x13, 0xB5, 0xA3
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 21 * 6];
    +} _EC_SECG_PRIME_160K1 = {
    +    {
    +        NID_X9_62_prime_field, 0, 21, 1
    +    },
    +    {
    +        /* no seed */
    +        /* p */
    +        0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xAC, 0x73,
    +        /* a */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        /* b */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07,
    +        /* x */
    +        0x00, 0x3B, 0x4C, 0x38, 0x2C, 0xE3, 0x7A, 0xA1, 0x92, 0xA4, 0x01, 0x9E,
    +        0x76, 0x30, 0x36, 0xF4, 0xF5, 0xDD, 0x4D, 0x7E, 0xBB,
    +        /* y */
    +        0x00, 0x93, 0x8c, 0xf9, 0x35, 0x31, 0x8f, 0xdc, 0xed, 0x6b, 0xc2, 0x82,
    +        0x86, 0x53, 0x17, 0x33, 0xc3, 0xf0, 0x3c, 0x4f, 0xee,
    +        /* order */
    +        0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xB8,
    +        0xFA, 0x16, 0xDF, 0xAB, 0x9A, 0xCA, 0x16, 0xB6, 0xB3
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 21 * 6];
    +} _EC_SECG_PRIME_160R1 = {
    +    {
    +        NID_X9_62_prime_field, 20, 21, 1
    +    },
    +    {
    +        /* seed */
    +        0x10, 0x53, 0xCD, 0xE4, 0x2C, 0x14, 0xD6, 0x96, 0xE6, 0x76, 0x87, 0x56,
    +        0x15, 0x17, 0x53, 0x3B, 0xF3, 0xF8, 0x33, 0x45,
    +        /* p */
    +        0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x7F, 0xFF, 0xFF, 0xFF,
    +        /* a */
    +        0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x7F, 0xFF, 0xFF, 0xFC,
    +        /* b */
    +        0x00, 0x1C, 0x97, 0xBE, 0xFC, 0x54, 0xBD, 0x7A, 0x8B, 0x65, 0xAC, 0xF8,
    +        0x9F, 0x81, 0xD4, 0xD4, 0xAD, 0xC5, 0x65, 0xFA, 0x45,
    +        /* x */
    +        0x00, 0x4A, 0x96, 0xB5, 0x68, 0x8E, 0xF5, 0x73, 0x28, 0x46, 0x64, 0x69,
    +        0x89, 0x68, 0xC3, 0x8B, 0xB9, 0x13, 0xCB, 0xFC, 0x82,
    +        /* y */
    +        0x00, 0x23, 0xa6, 0x28, 0x55, 0x31, 0x68, 0x94, 0x7d, 0x59, 0xdc, 0xc9,
    +        0x12, 0x04, 0x23, 0x51, 0x37, 0x7a, 0xc5, 0xfb, 0x32,
    +        /* order */
    +        0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xF4,
    +        0xC8, 0xF9, 0x27, 0xAE, 0xD3, 0xCA, 0x75, 0x22, 0x57
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 21 * 6];
    +} _EC_SECG_PRIME_160R2 = {
    +    {
    +        NID_X9_62_prime_field, 20, 21, 1
    +    },
    +    {
    +        /* seed */
    +        0xB9, 0x9B, 0x99, 0xB0, 0x99, 0xB3, 0x23, 0xE0, 0x27, 0x09, 0xA4, 0xD6,
    +        0x96, 0xE6, 0x76, 0x87, 0x56, 0x15, 0x17, 0x51,
    +        /* p */
    +        0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xAC, 0x73,
    +        /* a */
    +        0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xAC, 0x70,
    +        /* b */
    +        0x00, 0xB4, 0xE1, 0x34, 0xD3, 0xFB, 0x59, 0xEB, 0x8B, 0xAB, 0x57, 0x27,
    +        0x49, 0x04, 0x66, 0x4D, 0x5A, 0xF5, 0x03, 0x88, 0xBA,
    +        /* x */
    +        0x00, 0x52, 0xDC, 0xB0, 0x34, 0x29, 0x3A, 0x11, 0x7E, 0x1F, 0x4F, 0xF1,
    +        0x1B, 0x30, 0xF7, 0x19, 0x9D, 0x31, 0x44, 0xCE, 0x6D,
    +        /* y */
    +        0x00, 0xfe, 0xaf, 0xfe, 0xf2, 0xe3, 0x31, 0xf2, 0x96, 0xe0, 0x71, 0xfa,
    +        0x0d, 0xf9, 0x98, 0x2c, 0xfe, 0xa7, 0xd4, 0x3f, 0x2e,
    +        /* order */
    +        0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x35,
    +        0x1E, 0xE7, 0x86, 0xA8, 0x18, 0xF3, 0xA1, 0xA1, 0x6B
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 24 * 6];
    +} _EC_SECG_PRIME_192K1 = {
    +    {
    +        NID_X9_62_prime_field, 0, 24, 1
    +    },
    +    {
    +        /* no seed */
    +        /* p */
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xEE, 0x37,
    +        /* a */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        /* b */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03,
    +        /* x */
    +        0xDB, 0x4F, 0xF1, 0x0E, 0xC0, 0x57, 0xE9, 0xAE, 0x26, 0xB0, 0x7D, 0x02,
    +        0x80, 0xB7, 0xF4, 0x34, 0x1D, 0xA5, 0xD1, 0xB1, 0xEA, 0xE0, 0x6C, 0x7D,
    +        /* y */
    +        0x9b, 0x2f, 0x2f, 0x6d, 0x9c, 0x56, 0x28, 0xa7, 0x84, 0x41, 0x63, 0xd0,
    +        0x15, 0xbe, 0x86, 0x34, 0x40, 0x82, 0xaa, 0x88, 0xd9, 0x5e, 0x2f, 0x9d,
    +        /* order */
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFE,
    +        0x26, 0xF2, 0xFC, 0x17, 0x0F, 0x69, 0x46, 0x6A, 0x74, 0xDE, 0xFD, 0x8D
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 29 * 6];
    +} _EC_SECG_PRIME_224K1 = {
    +    {
    +        NID_X9_62_prime_field, 0, 29, 1
    +    },
    +    {
    +        /* no seed */
    +        /* p */
    +        0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFE, 0xFF, 0xFF, 0xE5, 0x6D,
    +        /* a */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00,
    +        /* b */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x05,
    +        /* x */
    +        0x00, 0xA1, 0x45, 0x5B, 0x33, 0x4D, 0xF0, 0x99, 0xDF, 0x30, 0xFC, 0x28,
    +        0xA1, 0x69, 0xA4, 0x67, 0xE9, 0xE4, 0x70, 0x75, 0xA9, 0x0F, 0x7E, 0x65,
    +        0x0E, 0xB6, 0xB7, 0xA4, 0x5C,
    +        /* y */
    +        0x00, 0x7e, 0x08, 0x9f, 0xed, 0x7f, 0xba, 0x34, 0x42, 0x82, 0xca, 0xfb,
    +        0xd6, 0xf7, 0xe3, 0x19, 0xf7, 0xc0, 0xb0, 0xbd, 0x59, 0xe2, 0xca, 0x4b,
    +        0xdb, 0x55, 0x6d, 0x61, 0xa5,
    +        /* order */
    +        0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x01, 0xDC, 0xE8, 0xD2, 0xEC, 0x61, 0x84, 0xCA, 0xF0, 0xA9,
    +        0x71, 0x76, 0x9F, 0xB1, 0xF7
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 32 * 6];
    +} _EC_SECG_PRIME_256K1 = {
    +    {
    +        NID_X9_62_prime_field, 0, 32, 1
    +    },
    +    {
    +        /* no seed */
    +        /* p */
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFC, 0x2F,
    +        /* a */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        /* b */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07,
    +        /* x */
    +        0x79, 0xBE, 0x66, 0x7E, 0xF9, 0xDC, 0xBB, 0xAC, 0x55, 0xA0, 0x62, 0x95,
    +        0xCE, 0x87, 0x0B, 0x07, 0x02, 0x9B, 0xFC, 0xDB, 0x2D, 0xCE, 0x28, 0xD9,
    +        0x59, 0xF2, 0x81, 0x5B, 0x16, 0xF8, 0x17, 0x98,
    +        /* y */
    +        0x48, 0x3a, 0xda, 0x77, 0x26, 0xa3, 0xc4, 0x65, 0x5d, 0xa4, 0xfb, 0xfc,
    +        0x0e, 0x11, 0x08, 0xa8, 0xfd, 0x17, 0xb4, 0x48, 0xa6, 0x85, 0x54, 0x19,
    +        0x9c, 0x47, 0xd0, 0x8f, 0xfb, 0x10, 0xd4, 0xb8,
    +        /* order */
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFE, 0xBA, 0xAE, 0xDC, 0xE6, 0xAF, 0x48, 0xA0, 0x3B,
    +        0xBF, 0xD2, 0x5E, 0x8C, 0xD0, 0x36, 0x41, 0x41
    +    }
    +};
     
     /* some wap/wtls curves */
    -static const struct { EC_CURVE_DATA h; unsigned char data[0+15*6]; }
    -	_EC_WTLS_8 = {
    -	{ NID_X9_62_prime_field,0,15,1 },
    -	{							/* no seed */
    -	  0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* p */
    -	  0xFF,0xFF,0xFF,0xFD,0xE7,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* a */
    -	  0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* b */
    -	  0x00,0x00,0x00,0x00,0x03,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* x */
    -	  0x00,0x00,0x00,0x00,0x01,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* y */
    -	  0x00,0x00,0x00,0x00,0x02,
    -	  0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0xEC,0xEA,	/* order */
    -	  0x55,0x1A,0xD8,0x37,0xE9 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[0+21*6]; }
    -	_EC_WTLS_9 = {
    -	{ NID_X9_62_prime_field,0,21,1 },
    -	{							/* no seed */
    -	  0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* p */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFC,0x80,
    -	  0x8F,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* a */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* b */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x03,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* x */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x01,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* y */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x02,
    -	  0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* order */
    -	  0x01,0xCD,0xC9,0x8A,0xE0,0xE2,0xDE,0x57,0x4A,0xBF,
    -	  0x33 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[0+28*6]; }
    -	_EC_WTLS_12 = {
    -	{ NID_X9_62_prime_field,0,28,1 },
    -	{							/* no seed */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* p */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* a */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFE,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFE,
    -	  0xB4,0x05,0x0A,0x85,0x0C,0x04,0xB3,0xAB,0xF5,0x41,	/* b */
    -	  0x32,0x56,0x50,0x44,0xB0,0xB7,0xD7,0xBF,0xD8,0xBA,
    -	  0x27,0x0B,0x39,0x43,0x23,0x55,0xFF,0xB4,
    -	  0xB7,0x0E,0x0C,0xBD,0x6B,0xB4,0xBF,0x7F,0x32,0x13,	/* x */
    -	  0x90,0xB9,0x4A,0x03,0xC1,0xD3,0x56,0xC2,0x11,0x22,
    -	  0x34,0x32,0x80,0xD6,0x11,0x5C,0x1D,0x21,
    -	  0xbd,0x37,0x63,0x88,0xb5,0xf7,0x23,0xfb,0x4c,0x22,	/* y */
    -	  0xdf,0xe6,0xcd,0x43,0x75,0xa0,0x5a,0x07,0x47,0x64,
    -	  0x44,0xd5,0x81,0x99,0x85,0x00,0x7e,0x34,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* order */
    -	  0xFF,0xFF,0xFF,0xFF,0x16,0xA2,0xE0,0xB8,0xF0,0x3E,
    -	  0x13,0xDD,0x29,0x45,0x5C,0x5C,0x2A,0x3D }
    -	};
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 15 * 6];
    +} _EC_WTLS_8 = {
    +    {
    +        NID_X9_62_prime_field, 0, 15, 1
    +    },
    +    {
    +        /* no seed */
    +        /* p */
    +        0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFD, 0xE7,
    +        /* a */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00,
    +        /* b */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x03,
    +        /* x */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x01,
    +        /* y */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x02,
    +        /* order */
    +        0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xEC, 0xEA, 0x55, 0x1A,
    +        0xD8, 0x37, 0xE9
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 21 * 6];
    +} _EC_WTLS_9 = {
    +    {
    +        NID_X9_62_prime_field, 0, 21, 1
    +    },
    +    {
    +        /* no seed */
    +        /* p */
    +        0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFC, 0x80, 0x8F,
    +        /* a */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        /* b */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03,
    +        /* x */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
    +        /* y */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02,
    +        /* order */
    +        0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xCD,
    +        0xC9, 0x8A, 0xE0, 0xE2, 0xDE, 0x57, 0x4A, 0xBF, 0x33
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 28 * 6];
    +} _EC_WTLS_12 = {
    +    {
    +        NID_X9_62_prime_field, 0, 28, 1
    +    },
    +    {
    +        /* no seed */
    +        /* p */
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x01,
    +        /* a */
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFE,
    +        /* b */
    +        0xB4, 0x05, 0x0A, 0x85, 0x0C, 0x04, 0xB3, 0xAB, 0xF5, 0x41, 0x32, 0x56,
    +        0x50, 0x44, 0xB0, 0xB7, 0xD7, 0xBF, 0xD8, 0xBA, 0x27, 0x0B, 0x39, 0x43,
    +        0x23, 0x55, 0xFF, 0xB4,
    +        /* x */
    +        0xB7, 0x0E, 0x0C, 0xBD, 0x6B, 0xB4, 0xBF, 0x7F, 0x32, 0x13, 0x90, 0xB9,
    +        0x4A, 0x03, 0xC1, 0xD3, 0x56, 0xC2, 0x11, 0x22, 0x34, 0x32, 0x80, 0xD6,
    +        0x11, 0x5C, 0x1D, 0x21,
    +        /* y */
    +        0xbd, 0x37, 0x63, 0x88, 0xb5, 0xf7, 0x23, 0xfb, 0x4c, 0x22, 0xdf, 0xe6,
    +        0xcd, 0x43, 0x75, 0xa0, 0x5a, 0x07, 0x47, 0x64, 0x44, 0xd5, 0x81, 0x99,
    +        0x85, 0x00, 0x7e, 0x34,
    +        /* order */
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0x16, 0xA2, 0xE0, 0xB8, 0xF0, 0x3E, 0x13, 0xDD, 0x29, 0x45,
    +        0x5C, 0x5C, 0x2A, 0x3D
    +    }
    +};
     
     #ifndef OPENSSL_NO_EC2M
     
     /* characteristic two curves */
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+15*6]; }
    -	_EC_SECG_CHAR2_113R1 = {
    -	{ NID_X9_62_characteristic_two_field,20,15,2 },
    -	{ 0x10,0xE7,0x23,0xAB,0x14,0xD6,0x96,0xE6,0x76,0x87,	/* seed */
    -	  0x56,0x15,0x17,0x56,0xFE,0xBF,0x8F,0xCB,0x49,0xA9,
    -
    -	  0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x02,0x01,
    -	  0x00,0x30,0x88,0x25,0x0C,0xA6,0xE7,0xC7,0xFE,0x64,	/* a */
    -	  0x9C,0xE8,0x58,0x20,0xF7,
    -	  0x00,0xE8,0xBE,0xE4,0xD3,0xE2,0x26,0x07,0x44,0x18,	/* b */
    -	  0x8B,0xE0,0xE9,0xC7,0x23,
    -	  0x00,0x9D,0x73,0x61,0x6F,0x35,0xF4,0xAB,0x14,0x07,	/* x */
    -	  0xD7,0x35,0x62,0xC1,0x0F,
    -	  0x00,0xA5,0x28,0x30,0x27,0x79,0x58,0xEE,0x84,0xD1,	/* y */
    -	  0x31,0x5E,0xD3,0x18,0x86,
    -	  0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xD9,0xCC,	/* order */
    -	  0xEC,0x8A,0x39,0xE5,0x6F }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+15*6]; }
    -	_EC_SECG_CHAR2_113R2 = {
    -	{ NID_X9_62_characteristic_two_field,20,15,2 },
    -	{ 0x10,0xC0,0xFB,0x15,0x76,0x08,0x60,0xDE,0xF1,0xEE,	/* seed */
    -	  0xF4,0xD6,0x96,0xE6,0x76,0x87,0x56,0x15,0x17,0x5D,
    -
    -	  0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x02,0x01,
    -	  0x00,0x68,0x99,0x18,0xDB,0xEC,0x7E,0x5A,0x0D,0xD6,	/* a */
    -	  0xDF,0xC0,0xAA,0x55,0xC7,
    -	  0x00,0x95,0xE9,0xA9,0xEC,0x9B,0x29,0x7B,0xD4,0xBF,	/* b */
    -	  0x36,0xE0,0x59,0x18,0x4F,
    -	  0x01,0xA5,0x7A,0x6A,0x7B,0x26,0xCA,0x5E,0xF5,0x2F,	/* x */
    -	  0xCD,0xB8,0x16,0x47,0x97,
    -	  0x00,0xB3,0xAD,0xC9,0x4E,0xD1,0xFE,0x67,0x4C,0x06,	/* y */
    -	  0xE6,0x95,0xBA,0xBA,0x1D,
    -	  0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x08,0x78,	/* order */
    -	  0x9B,0x24,0x96,0xAF,0x93 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+17*6]; }
    -	_EC_SECG_CHAR2_131R1 = {
    -	{ NID_X9_62_characteristic_two_field,20,17,2 },
    -	{ 0x4D,0x69,0x6E,0x67,0x68,0x75,0x61,0x51,0x75,0x98,	/* seed */
    -	  0x5B,0xD3,0xAD,0xBA,0xDA,0x21,0xB4,0x3A,0x97,0xE2,
    -
    -	  0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x00,0x00,0x01,0x0D,
    -	  0x07,0xA1,0x1B,0x09,0xA7,0x6B,0x56,0x21,0x44,0x41,	/* a */
    -	  0x8F,0xF3,0xFF,0x8C,0x25,0x70,0xB8,
    -	  0x02,0x17,0xC0,0x56,0x10,0x88,0x4B,0x63,0xB9,0xC6,	/* b */
    -	  0xC7,0x29,0x16,0x78,0xF9,0xD3,0x41,
    -	  0x00,0x81,0xBA,0xF9,0x1F,0xDF,0x98,0x33,0xC4,0x0F,	/* x */
    -	  0x9C,0x18,0x13,0x43,0x63,0x83,0x99,
    -	  0x07,0x8C,0x6E,0x7E,0xA3,0x8C,0x00,0x1F,0x73,0xC8,	/* y */
    -	  0x13,0x4B,0x1B,0x4E,0xF9,0xE1,0x50,
    -	  0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x31,	/* order */
    -	  0x23,0x95,0x3A,0x94,0x64,0xB5,0x4D }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+17*6]; }
    -	_EC_SECG_CHAR2_131R2 = {
    -	{ NID_X9_62_characteristic_two_field,20,17,2 },
    -	{ 0x98,0x5B,0xD3,0xAD,0xBA,0xD4,0xD6,0x96,0xE6,0x76,	/* seed */
    -	  0x87,0x56,0x15,0x17,0x5A,0x21,0xB4,0x3A,0x97,0xE3,
    -
    -	  0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x00,0x00,0x01,0x0D,
    -	  0x03,0xE5,0xA8,0x89,0x19,0xD7,0xCA,0xFC,0xBF,0x41,	/* a */
    -	  0x5F,0x07,0xC2,0x17,0x65,0x73,0xB2,
    -	  0x04,0xB8,0x26,0x6A,0x46,0xC5,0x56,0x57,0xAC,0x73,	/* b */
    -	  0x4C,0xE3,0x8F,0x01,0x8F,0x21,0x92,
    -	  0x03,0x56,0xDC,0xD8,0xF2,0xF9,0x50,0x31,0xAD,0x65,	/* x */
    -	  0x2D,0x23,0x95,0x1B,0xB3,0x66,0xA8,
    -	  0x06,0x48,0xF0,0x6D,0x86,0x79,0x40,0xA5,0x36,0x6D,	/* y */
    -	  0x9E,0x26,0x5D,0xE9,0xEB,0x24,0x0F,
    -	  0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x69,	/* order */
    -	  0x54,0xA2,0x33,0x04,0x9B,0xA9,0x8F }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[0+21*6]; }
    -	_EC_NIST_CHAR2_163K = {
    -	{ NID_X9_62_characteristic_two_field,0,21,2 },
    -	{							/* no seed */
    -	  0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0xC9,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* a */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x01,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* b */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x01,
    -	  0x02,0xFE,0x13,0xC0,0x53,0x7B,0xBC,0x11,0xAC,0xAA,	/* x */
    -	  0x07,0xD7,0x93,0xDE,0x4E,0x6D,0x5E,0x5C,0x94,0xEE,
    -	  0xE8,
    -	  0x02,0x89,0x07,0x0F,0xB0,0x5D,0x38,0xFF,0x58,0x32,	/* y */
    -	  0x1F,0x2E,0x80,0x05,0x36,0xD5,0x38,0xCC,0xDA,0xA3,
    -	  0xD9,
    -	  0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* order */
    -	  0x02,0x01,0x08,0xA2,0xE0,0xCC,0x0D,0x99,0xF8,0xA5,
    -	  0xEF }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[0+21*6]; }
    -	_EC_SECG_CHAR2_163R1 = {
    -	{ NID_X9_62_characteristic_two_field,0,21,2 },
    -	{							/* no seed */
    -#if 0
    -/* The algorithm used to derive the curve parameters from
    - * the seed used here is slightly different than the
    - * algorithm described in X9.62 . */
    -	  0x24,0xB7,0xB1,0x37,0xC8,0xA1,0x4D,0x69,0x6E,0x67,
    -	  0x68,0x75,0x61,0x51,0x75,0x6F,0xD0,0xDA,0x2E,0x5C,
    -#endif
    -	  0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0xC9,
    -	  0x07,0xB6,0x88,0x2C,0xAA,0xEF,0xA8,0x4F,0x95,0x54,	/* a */
    -	  0xFF,0x84,0x28,0xBD,0x88,0xE2,0x46,0xD2,0x78,0x2A,
    -	  0xE2,
    -	  0x07,0x13,0x61,0x2D,0xCD,0xDC,0xB4,0x0A,0xAB,0x94,	/* b */
    -	  0x6B,0xDA,0x29,0xCA,0x91,0xF7,0x3A,0xF9,0x58,0xAF,
    -	  0xD9,
    -	  0x03,0x69,0x97,0x96,0x97,0xAB,0x43,0x89,0x77,0x89,	/* x */
    -	  0x56,0x67,0x89,0x56,0x7F,0x78,0x7A,0x78,0x76,0xA6,
    -	  0x54,
    -	  0x00,0x43,0x5E,0xDB,0x42,0xEF,0xAF,0xB2,0x98,0x9D,	/* y */
    -	  0x51,0xFE,0xFC,0xE3,0xC8,0x09,0x88,0xF4,0x1F,0xF8,
    -	  0x83,
    -	  0x03,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* order */
    -	  0xFF,0x48,0xAA,0xB6,0x89,0xC2,0x9C,0xA7,0x10,0x27,
    -	  0x9B }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[0+21*6]; }
    -	_EC_NIST_CHAR2_163B = {
    -	{ NID_X9_62_characteristic_two_field,0,21,2 },
    -	{							/* no seed */
    -#if 0
    -/* The seed here was used to created the curve parameters in normal
    - * basis representation (and not the polynomial representation used here) */
    -	  0x85,0xE2,0x5B,0xFE,0x5C,0x86,0x22,0x6C,0xDB,0x12,
    -	  0x01,0x6F,0x75,0x53,0xF9,0xD0,0xE6,0x93,0xA2,0x68,
    -#endif
    -	  0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0xC9,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* a */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x01,
    -	  0x02,0x0A,0x60,0x19,0x07,0xB8,0xC9,0x53,0xCA,0x14,	/* b */
    -	  0x81,0xEB,0x10,0x51,0x2F,0x78,0x74,0x4A,0x32,0x05,
    -	  0xFD,
    -	  0x03,0xF0,0xEB,0xA1,0x62,0x86,0xA2,0xD5,0x7E,0xA0,	/* x */
    -	  0x99,0x11,0x68,0xD4,0x99,0x46,0x37,0xE8,0x34,0x3E,
    -	  0x36,
    -	  0x00,0xD5,0x1F,0xBC,0x6C,0x71,0xA0,0x09,0x4F,0xA2,	/* y */
    -	  0xCD,0xD5,0x45,0xB1,0x1C,0x5C,0x0C,0x79,0x73,0x24,
    -	  0xF1,
    -	  0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* order */
    -	  0x02,0x92,0xFE,0x77,0xE7,0x0C,0x12,0xA4,0x23,0x4C,
    -	  0x33 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+25*6]; }
    -	_EC_SECG_CHAR2_193R1 = {
    -	{ NID_X9_62_characteristic_two_field,20,25,2 },
    -	{ 0x10,0x3F,0xAE,0xC7,0x4D,0x69,0x6E,0x67,0x68,0x75,	/* seed */
    -	  0x61,0x51,0x75,0x77,0x7F,0xC5,0xB1,0x91,0xEF,0x30,
    -
    -	  0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x80,0x01,
    -	  0x00,0x17,0x85,0x8F,0xEB,0x7A,0x98,0x97,0x51,0x69,	/* a */
    -	  0xE1,0x71,0xF7,0x7B,0x40,0x87,0xDE,0x09,0x8A,0xC8,
    -	  0xA9,0x11,0xDF,0x7B,0x01,
    -	  0x00,0xFD,0xFB,0x49,0xBF,0xE6,0xC3,0xA8,0x9F,0xAC,	/* b */
    -	  0xAD,0xAA,0x7A,0x1E,0x5B,0xBC,0x7C,0xC1,0xC2,0xE5,
    -	  0xD8,0x31,0x47,0x88,0x14,
    -	  0x01,0xF4,0x81,0xBC,0x5F,0x0F,0xF8,0x4A,0x74,0xAD,	/* x */
    -	  0x6C,0xDF,0x6F,0xDE,0xF4,0xBF,0x61,0x79,0x62,0x53,
    -	  0x72,0xD8,0xC0,0xC5,0xE1,
    -	  0x00,0x25,0xE3,0x99,0xF2,0x90,0x37,0x12,0xCC,0xF3,	/* y */
    -	  0xEA,0x9E,0x3A,0x1A,0xD1,0x7F,0xB0,0xB3,0x20,0x1B,
    -	  0x6A,0xF7,0xCE,0x1B,0x05,
    -	  0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* order */
    -	  0x00,0x00,0x00,0xC7,0xF3,0x4A,0x77,0x8F,0x44,0x3A,
    -	  0xCC,0x92,0x0E,0xBA,0x49 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+25*6]; }
    -	_EC_SECG_CHAR2_193R2 = {
    -	{ NID_X9_62_characteristic_two_field,20,25,2 },
    -	{ 0x10,0xB7,0xB4,0xD6,0x96,0xE6,0x76,0x87,0x56,0x15,	/* seed */
    -	  0x17,0x51,0x37,0xC8,0xA1,0x6F,0xD0,0xDA,0x22,0x11,
    -
    -	  0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x80,0x01,
    -	  0x01,0x63,0xF3,0x5A,0x51,0x37,0xC2,0xCE,0x3E,0xA6,	/* a */
    -	  0xED,0x86,0x67,0x19,0x0B,0x0B,0xC4,0x3E,0xCD,0x69,
    -	  0x97,0x77,0x02,0x70,0x9B,
    -	  0x00,0xC9,0xBB,0x9E,0x89,0x27,0xD4,0xD6,0x4C,0x37,	/* b */
    -	  0x7E,0x2A,0xB2,0x85,0x6A,0x5B,0x16,0xE3,0xEF,0xB7,
    -	  0xF6,0x1D,0x43,0x16,0xAE,
    -	  0x00,0xD9,0xB6,0x7D,0x19,0x2E,0x03,0x67,0xC8,0x03,	/* x */
    -	  0xF3,0x9E,0x1A,0x7E,0x82,0xCA,0x14,0xA6,0x51,0x35,
    -	  0x0A,0xAE,0x61,0x7E,0x8F,
    -	  0x01,0xCE,0x94,0x33,0x56,0x07,0xC3,0x04,0xAC,0x29,	/* y */
    -	  0xE7,0xDE,0xFB,0xD9,0xCA,0x01,0xF5,0x96,0xF9,0x27,
    -	  0x22,0x4C,0xDE,0xCF,0x6C,
    -	  0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* order */
    -	  0x00,0x00,0x01,0x5A,0xAB,0x56,0x1B,0x00,0x54,0x13,
    -	  0xCC,0xD4,0xEE,0x99,0xD5 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[0+30*6]; }
    -	_EC_NIST_CHAR2_233K = {
    -	{ NID_X9_62_characteristic_two_field,0,30,4 },
    -	{							/* no seed */
    -	  0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,
    -
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* a */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* b */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,
    -
    -	  0x01,0x72,0x32,0xBA,0x85,0x3A,0x7E,0x73,0x1A,0xF1,	/* x */
    -	  0x29,0xF2,0x2F,0xF4,0x14,0x95,0x63,0xA4,0x19,0xC2,
    -	  0x6B,0xF5,0x0A,0x4C,0x9D,0x6E,0xEF,0xAD,0x61,0x26,
    -
    -	  0x01,0xDB,0x53,0x7D,0xEC,0xE8,0x19,0xB7,0xF7,0x0F,	/* y */
    -	  0x55,0x5A,0x67,0xC4,0x27,0xA8,0xCD,0x9B,0xF1,0x8A,
    -	  0xEB,0x9B,0x56,0xE0,0xC1,0x10,0x56,0xFA,0xE6,0xA3,
    -
    -	  0x00,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* order */
    -	  0x00,0x00,0x00,0x00,0x00,0x06,0x9D,0x5B,0xB9,0x15,
    -	  0xBC,0xD4,0x6E,0xFB,0x1A,0xD5,0xF1,0x73,0xAB,0xDF }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+30*6]; }
    -	_EC_NIST_CHAR2_233B = {
    -	{ NID_X9_62_characteristic_two_field,20,30,2 },
    -	{ 0x74,0xD5,0x9F,0xF0,0x7F,0x6B,0x41,0x3D,0x0E,0xA1,	/* seed */
    -	  0x4B,0x34,0x4B,0x20,0xA2,0xDB,0x04,0x9B,0x50,0xC3,
    -
    -	  0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,
    -
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* a */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,
    -
    -	  0x00,0x66,0x64,0x7E,0xDE,0x6C,0x33,0x2C,0x7F,0x8C,	/* b */
    -	  0x09,0x23,0xBB,0x58,0x21,0x3B,0x33,0x3B,0x20,0xE9,
    -	  0xCE,0x42,0x81,0xFE,0x11,0x5F,0x7D,0x8F,0x90,0xAD,
    -
    -	  0x00,0xFA,0xC9,0xDF,0xCB,0xAC,0x83,0x13,0xBB,0x21,	/* x */
    -	  0x39,0xF1,0xBB,0x75,0x5F,0xEF,0x65,0xBC,0x39,0x1F,
    -	  0x8B,0x36,0xF8,0xF8,0xEB,0x73,0x71,0xFD,0x55,0x8B,
    -
    -	  0x01,0x00,0x6A,0x08,0xA4,0x19,0x03,0x35,0x06,0x78,	/* y */
    -	  0xE5,0x85,0x28,0xBE,0xBF,0x8A,0x0B,0xEF,0xF8,0x67,
    -	  0xA7,0xCA,0x36,0x71,0x6F,0x7E,0x01,0xF8,0x10,0x52,
    -
    -	  0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* order */
    -	  0x00,0x00,0x00,0x00,0x00,0x13,0xE9,0x74,0xE7,0x2F,
    -	  0x8A,0x69,0x22,0x03,0x1D,0x26,0x03,0xCF,0xE0,0xD7 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[0+30*6]; }
    -	_EC_SECG_CHAR2_239K1 = {
    -	{ NID_X9_62_characteristic_two_field,0,30,4 },
    -	{							/* no seed */
    -	  0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x40,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,
    -
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* a */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* b */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,
    -
    -	  0x29,0xA0,0xB6,0xA8,0x87,0xA9,0x83,0xE9,0x73,0x09,	/* x */
    -	  0x88,0xA6,0x87,0x27,0xA8,0xB2,0xD1,0x26,0xC4,0x4C,
    -	  0xC2,0xCC,0x7B,0x2A,0x65,0x55,0x19,0x30,0x35,0xDC,
    -
    -	  0x76,0x31,0x08,0x04,0xF1,0x2E,0x54,0x9B,0xDB,0x01,	/* y */
    -	  0x1C,0x10,0x30,0x89,0xE7,0x35,0x10,0xAC,0xB2,0x75,
    -	  0xFC,0x31,0x2A,0x5D,0xC6,0xB7,0x65,0x53,0xF0,0xCA,
    -
    -	  0x20,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* order */
    -	  0x00,0x00,0x00,0x00,0x00,0x5A,0x79,0xFE,0xC6,0x7C,
    -	  0xB6,0xE9,0x1F,0x1C,0x1D,0xA8,0x00,0xE4,0x78,0xA5 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[0+36*6]; }
    -	_EC_NIST_CHAR2_283K = {
    -	{ NID_X9_62_characteristic_two_field,0,36,4 },
    -	{							/* no seed */
    -	  0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x10,0xA1,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* a */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* b */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x01,
    -	  0x05,0x03,0x21,0x3F,0x78,0xCA,0x44,0x88,0x3F,0x1A,	/* x */
    -	  0x3B,0x81,0x62,0xF1,0x88,0xE5,0x53,0xCD,0x26,0x5F,
    -	  0x23,0xC1,0x56,0x7A,0x16,0x87,0x69,0x13,0xB0,0xC2,
    -	  0xAC,0x24,0x58,0x49,0x28,0x36,
    -	  0x01,0xCC,0xDA,0x38,0x0F,0x1C,0x9E,0x31,0x8D,0x90,	/* y */
    -	  0xF9,0x5D,0x07,0xE5,0x42,0x6F,0xE8,0x7E,0x45,0xC0,
    -	  0xE8,0x18,0x46,0x98,0xE4,0x59,0x62,0x36,0x4E,0x34,
    -	  0x11,0x61,0x77,0xDD,0x22,0x59,
    -	  0x01,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* order */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xE9,0xAE,
    -	  0x2E,0xD0,0x75,0x77,0x26,0x5D,0xFF,0x7F,0x94,0x45,
    -	  0x1E,0x06,0x1E,0x16,0x3C,0x61 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+36*6]; }
    -	_EC_NIST_CHAR2_283B = {
    -	{ NID_X9_62_characteristic_two_field,20,36,2 },
    -	{ 0x77,0xE2,0xB0,0x73,0x70,0xEB,0x0F,0x83,0x2A,0x6D,	/* no seed */
    -	  0xD5,0xB6,0x2D,0xFC,0x88,0xCD,0x06,0xBB,0x84,0xBE,
    -
    -	  0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x10,0xA1,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* a */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x01,
    -	  0x02,0x7B,0x68,0x0A,0xC8,0xB8,0x59,0x6D,0xA5,0xA4,	/* b */
    -	  0xAF,0x8A,0x19,0xA0,0x30,0x3F,0xCA,0x97,0xFD,0x76,
    -	  0x45,0x30,0x9F,0xA2,0xA5,0x81,0x48,0x5A,0xF6,0x26,
    -	  0x3E,0x31,0x3B,0x79,0xA2,0xF5,
    -	  0x05,0xF9,0x39,0x25,0x8D,0xB7,0xDD,0x90,0xE1,0x93,	/* x */
    -	  0x4F,0x8C,0x70,0xB0,0xDF,0xEC,0x2E,0xED,0x25,0xB8,
    -	  0x55,0x7E,0xAC,0x9C,0x80,0xE2,0xE1,0x98,0xF8,0xCD,
    -	  0xBE,0xCD,0x86,0xB1,0x20,0x53,
    -	  0x03,0x67,0x68,0x54,0xFE,0x24,0x14,0x1C,0xB9,0x8F,	/* y */
    -	  0xE6,0xD4,0xB2,0x0D,0x02,0xB4,0x51,0x6F,0xF7,0x02,
    -	  0x35,0x0E,0xDD,0xB0,0x82,0x67,0x79,0xC8,0x13,0xF0,
    -	  0xDF,0x45,0xBE,0x81,0x12,0xF4,
    -	  0x03,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* order */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xEF,0x90,
    -	  0x39,0x96,0x60,0xFC,0x93,0x8A,0x90,0x16,0x5B,0x04,
    -	  0x2A,0x7C,0xEF,0xAD,0xB3,0x07 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[0+52*6]; }
    -	_EC_NIST_CHAR2_409K = {
    -	{ NID_X9_62_characteristic_two_field,0,52,4 },
    -	{							/* no seed */
    -	  0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x01,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* a */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* b */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x01,
    -	  0x00,0x60,0xF0,0x5F,0x65,0x8F,0x49,0xC1,0xAD,0x3A,	/* x */
    -	  0xB1,0x89,0x0F,0x71,0x84,0x21,0x0E,0xFD,0x09,0x87,
    -	  0xE3,0x07,0xC8,0x4C,0x27,0xAC,0xCF,0xB8,0xF9,0xF6,
    -	  0x7C,0xC2,0xC4,0x60,0x18,0x9E,0xB5,0xAA,0xAA,0x62,
    -	  0xEE,0x22,0x2E,0xB1,0xB3,0x55,0x40,0xCF,0xE9,0x02,
    -	  0x37,0x46,
    -	  0x01,0xE3,0x69,0x05,0x0B,0x7C,0x4E,0x42,0xAC,0xBA,	/* y */
    -	  0x1D,0xAC,0xBF,0x04,0x29,0x9C,0x34,0x60,0x78,0x2F,
    -	  0x91,0x8E,0xA4,0x27,0xE6,0x32,0x51,0x65,0xE9,0xEA,
    -	  0x10,0xE3,0xDA,0x5F,0x6C,0x42,0xE9,0xC5,0x52,0x15,
    -	  0xAA,0x9C,0xA2,0x7A,0x58,0x63,0xEC,0x48,0xD8,0xE0,
    -	  0x28,0x6B,
    -	  0x00,0x7F,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* order */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFE,0x5F,0x83,0xB2,
    -	  0xD4,0xEA,0x20,0x40,0x0E,0xC4,0x55,0x7D,0x5E,0xD3,
    -	  0xE3,0xE7,0xCA,0x5B,0x4B,0x5C,0x83,0xB8,0xE0,0x1E,
    -	  0x5F,0xCF }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+52*6]; }
    -	_EC_NIST_CHAR2_409B = {
    -	{ NID_X9_62_characteristic_two_field,20,52,2 },
    -	{ 0x40,0x99,0xB5,0xA4,0x57,0xF9,0xD6,0x9F,0x79,0x21,	/* seed */
    -	  0x3D,0x09,0x4C,0x4B,0xCD,0x4D,0x42,0x62,0x21,0x0B,
    -
    -	  0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x01,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* a */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x01,
    -	  0x00,0x21,0xA5,0xC2,0xC8,0xEE,0x9F,0xEB,0x5C,0x4B,	/* b */
    -	  0x9A,0x75,0x3B,0x7B,0x47,0x6B,0x7F,0xD6,0x42,0x2E,
    -	  0xF1,0xF3,0xDD,0x67,0x47,0x61,0xFA,0x99,0xD6,0xAC,
    -	  0x27,0xC8,0xA9,0xA1,0x97,0xB2,0x72,0x82,0x2F,0x6C,
    -	  0xD5,0x7A,0x55,0xAA,0x4F,0x50,0xAE,0x31,0x7B,0x13,
    -	  0x54,0x5F,
    -	  0x01,0x5D,0x48,0x60,0xD0,0x88,0xDD,0xB3,0x49,0x6B,	/* x */
    -	  0x0C,0x60,0x64,0x75,0x62,0x60,0x44,0x1C,0xDE,0x4A,
    -	  0xF1,0x77,0x1D,0x4D,0xB0,0x1F,0xFE,0x5B,0x34,0xE5,
    -	  0x97,0x03,0xDC,0x25,0x5A,0x86,0x8A,0x11,0x80,0x51,
    -	  0x56,0x03,0xAE,0xAB,0x60,0x79,0x4E,0x54,0xBB,0x79,
    -	  0x96,0xA7,
    -	  0x00,0x61,0xB1,0xCF,0xAB,0x6B,0xE5,0xF3,0x2B,0xBF,	/* y */
    -	  0xA7,0x83,0x24,0xED,0x10,0x6A,0x76,0x36,0xB9,0xC5,
    -	  0xA7,0xBD,0x19,0x8D,0x01,0x58,0xAA,0x4F,0x54,0x88,
    -	  0xD0,0x8F,0x38,0x51,0x4F,0x1F,0xDF,0x4B,0x4F,0x40,
    -	  0xD2,0x18,0x1B,0x36,0x81,0xC3,0x64,0xBA,0x02,0x73,
    -	  0xC7,0x06,
    -	  0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* order */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x01,0xE2,0xAA,0xD6,
    -	  0xA6,0x12,0xF3,0x33,0x07,0xBE,0x5F,0xA4,0x7C,0x3C,
    -	  0x9E,0x05,0x2F,0x83,0x81,0x64,0xCD,0x37,0xD9,0xA2,
    -	  0x11,0x73 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[0+72*6]; }
    -	_EC_NIST_CHAR2_571K = {
    -	{ NID_X9_62_characteristic_two_field,0,72,4 },
    -	{							/* no seed */
    -	  0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x04,0x25,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* a */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* b */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x01,
    -	  0x02,0x6E,0xB7,0xA8,0x59,0x92,0x3F,0xBC,0x82,0x18,	/* x */
    -	  0x96,0x31,0xF8,0x10,0x3F,0xE4,0xAC,0x9C,0xA2,0x97,
    -	  0x00,0x12,0xD5,0xD4,0x60,0x24,0x80,0x48,0x01,0x84,
    -	  0x1C,0xA4,0x43,0x70,0x95,0x84,0x93,0xB2,0x05,0xE6,
    -	  0x47,0xDA,0x30,0x4D,0xB4,0xCE,0xB0,0x8C,0xBB,0xD1,
    -	  0xBA,0x39,0x49,0x47,0x76,0xFB,0x98,0x8B,0x47,0x17,
    -	  0x4D,0xCA,0x88,0xC7,0xE2,0x94,0x52,0x83,0xA0,0x1C,
    -	  0x89,0x72,
    -	  0x03,0x49,0xDC,0x80,0x7F,0x4F,0xBF,0x37,0x4F,0x4A,	/* y */
    -	  0xEA,0xDE,0x3B,0xCA,0x95,0x31,0x4D,0xD5,0x8C,0xEC,
    -	  0x9F,0x30,0x7A,0x54,0xFF,0xC6,0x1E,0xFC,0x00,0x6D,
    -	  0x8A,0x2C,0x9D,0x49,0x79,0xC0,0xAC,0x44,0xAE,0xA7,
    -	  0x4F,0xBE,0xBB,0xB9,0xF7,0x72,0xAE,0xDC,0xB6,0x20,
    -	  0xB0,0x1A,0x7B,0xA7,0xAF,0x1B,0x32,0x04,0x30,0xC8,
    -	  0x59,0x19,0x84,0xF6,0x01,0xCD,0x4C,0x14,0x3E,0xF1,
    -	  0xC7,0xA3,
    -	  0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* order */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x13,0x18,0x50,0xE1,
    -	  0xF1,0x9A,0x63,0xE4,0xB3,0x91,0xA8,0xDB,0x91,0x7F,
    -	  0x41,0x38,0xB6,0x30,0xD8,0x4B,0xE5,0xD6,0x39,0x38,
    -	  0x1E,0x91,0xDE,0xB4,0x5C,0xFE,0x77,0x8F,0x63,0x7C,
    -	  0x10,0x01 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+72*6]; }
    -	_EC_NIST_CHAR2_571B = {
    -	{ NID_X9_62_characteristic_two_field,20,72,2 },
    -	{ 0x2A,0xA0,0x58,0xF7,0x3A,0x0E,0x33,0xAB,0x48,0x6B,	/* seed */
    -	  0x0F,0x61,0x04,0x10,0xC5,0x3A,0x7F,0x13,0x23,0x10,
    -
    -	  0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x04,0x25,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* a */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x01,
    -	  0x02,0xF4,0x0E,0x7E,0x22,0x21,0xF2,0x95,0xDE,0x29,	/* b */
    -	  0x71,0x17,0xB7,0xF3,0xD6,0x2F,0x5C,0x6A,0x97,0xFF,
    -	  0xCB,0x8C,0xEF,0xF1,0xCD,0x6B,0xA8,0xCE,0x4A,0x9A,
    -	  0x18,0xAD,0x84,0xFF,0xAB,0xBD,0x8E,0xFA,0x59,0x33,
    -	  0x2B,0xE7,0xAD,0x67,0x56,0xA6,0x6E,0x29,0x4A,0xFD,
    -	  0x18,0x5A,0x78,0xFF,0x12,0xAA,0x52,0x0E,0x4D,0xE7,
    -	  0x39,0xBA,0xCA,0x0C,0x7F,0xFE,0xFF,0x7F,0x29,0x55,
    -	  0x72,0x7A,
    -	  0x03,0x03,0x00,0x1D,0x34,0xB8,0x56,0x29,0x6C,0x16,	/* x */
    -	  0xC0,0xD4,0x0D,0x3C,0xD7,0x75,0x0A,0x93,0xD1,0xD2,
    -	  0x95,0x5F,0xA8,0x0A,0xA5,0xF4,0x0F,0xC8,0xDB,0x7B,
    -	  0x2A,0xBD,0xBD,0xE5,0x39,0x50,0xF4,0xC0,0xD2,0x93,
    -	  0xCD,0xD7,0x11,0xA3,0x5B,0x67,0xFB,0x14,0x99,0xAE,
    -	  0x60,0x03,0x86,0x14,0xF1,0x39,0x4A,0xBF,0xA3,0xB4,
    -	  0xC8,0x50,0xD9,0x27,0xE1,0xE7,0x76,0x9C,0x8E,0xEC,
    -	  0x2D,0x19,
    -	  0x03,0x7B,0xF2,0x73,0x42,0xDA,0x63,0x9B,0x6D,0xCC,	/* y */
    -	  0xFF,0xFE,0xB7,0x3D,0x69,0xD7,0x8C,0x6C,0x27,0xA6,
    -	  0x00,0x9C,0xBB,0xCA,0x19,0x80,0xF8,0x53,0x39,0x21,
    -	  0xE8,0xA6,0x84,0x42,0x3E,0x43,0xBA,0xB0,0x8A,0x57,
    -	  0x62,0x91,0xAF,0x8F,0x46,0x1B,0xB2,0xA8,0xB3,0x53,
    -	  0x1D,0x2F,0x04,0x85,0xC1,0x9B,0x16,0xE2,0xF1,0x51,
    -	  0x6E,0x23,0xDD,0x3C,0x1A,0x48,0x27,0xAF,0x1B,0x8A,
    -	  0xC1,0x5B,
    -	  0x03,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* order */
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -	  0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xE6,0x61,0xCE,0x18,
    -	  0xFF,0x55,0x98,0x73,0x08,0x05,0x9B,0x18,0x68,0x23,
    -	  0x85,0x1E,0xC7,0xDD,0x9C,0xA1,0x16,0x1D,0xE9,0x3D,
    -	  0x51,0x74,0xD6,0x6E,0x83,0x82,0xE9,0xBB,0x2F,0xE8,
    -	  0x4E,0x47 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+21*6]; }
    -	_EC_X9_62_CHAR2_163V1 = {
    -	{ NID_X9_62_characteristic_two_field,20,21,2 },
    -	{ 0xD2,0xC0,0xFB,0x15,0x76,0x08,0x60,0xDE,0xF1,0xEE,
    -	  0xF4,0xD6,0x96,0xE6,0x76,0x87,0x56,0x15,0x17,0x54,	/* seed */
    -
    -	  0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,
    -	  0x07,
    -	  0x07,0x25,0x46,0xB5,0x43,0x52,0x34,0xA4,0x22,0xE0,	/* a */
    -	  0x78,0x96,0x75,0xF4,0x32,0xC8,0x94,0x35,0xDE,0x52,
    -	  0x42,
    -	  0x00,0xC9,0x51,0x7D,0x06,0xD5,0x24,0x0D,0x3C,0xFF,	/* b */
    -	  0x38,0xC7,0x4B,0x20,0xB6,0xCD,0x4D,0x6F,0x9D,0xD4,
    -	  0xD9,
    -	  0x07,0xAF,0x69,0x98,0x95,0x46,0x10,0x3D,0x79,0x32,	/* x */
    -	  0x9F,0xCC,0x3D,0x74,0x88,0x0F,0x33,0xBB,0xE8,0x03,
    -	  0xCB,
    -	  0x01,0xEC,0x23,0x21,0x1B,0x59,0x66,0xAD,0xEA,0x1D,	/* y */
    -	  0x3F,0x87,0xF7,0xEA,0x58,0x48,0xAE,0xF0,0xB7,0xCA,
    -	  0x9F,
    -	  0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* order */
    -	  0x01,0xE6,0x0F,0xC8,0x82,0x1C,0xC7,0x4D,0xAE,0xAF,
    -	  0xC1 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+21*6]; }
    -	_EC_X9_62_CHAR2_163V2 = {
    -	{ NID_X9_62_characteristic_two_field,20,21,2 },
    -	{ 0x53,0x81,0x4C,0x05,0x0D,0x44,0xD6,0x96,0xE6,0x76,	/* seed */
    -	  0x87,0x56,0x15,0x17,0x58,0x0C,0xA4,0xE2,0x9F,0xFD,
    -
    -	  0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,
    -	  0x07,
    -	  0x01,0x08,0xB3,0x9E,0x77,0xC4,0xB1,0x08,0xBE,0xD9,	/* a */
    -	  0x81,0xED,0x0E,0x89,0x0E,0x11,0x7C,0x51,0x1C,0xF0,
    -	  0x72,
    -	  0x06,0x67,0xAC,0xEB,0x38,0xAF,0x4E,0x48,0x8C,0x40,	/* b */
    -	  0x74,0x33,0xFF,0xAE,0x4F,0x1C,0x81,0x16,0x38,0xDF,
    -	  0x20,
    -	  0x00,0x24,0x26,0x6E,0x4E,0xB5,0x10,0x6D,0x0A,0x96,	/* x */
    -	  0x4D,0x92,0xC4,0x86,0x0E,0x26,0x71,0xDB,0x9B,0x6C,
    -	  0xC5,
    -	  0x07,0x9F,0x68,0x4D,0xDF,0x66,0x84,0xC5,0xCD,0x25,	/* y */
    -	  0x8B,0x38,0x90,0x02,0x1B,0x23,0x86,0xDF,0xD1,0x9F,
    -	  0xC5,
    -	  0x03,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* order */
    -	  0xFD,0xF6,0x4D,0xE1,0x15,0x1A,0xDB,0xB7,0x8F,0x10,
    -	  0xA7 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+21*6]; }
    -	_EC_X9_62_CHAR2_163V3 = {
    -	{ NID_X9_62_characteristic_two_field,20,21,2 },
    -	{ 0x50,0xCB,0xF1,0xD9,0x5C,0xA9,0x4D,0x69,0x6E,0x67,	/* seed */
    -	  0x68,0x75,0x61,0x51,0x75,0xF1,0x6A,0x36,0xA3,0xB8,
    -
    -	  0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,
    -	  0x07,
    -	  0x07,0xA5,0x26,0xC6,0x3D,0x3E,0x25,0xA2,0x56,0xA0,	/* a */
    -	  0x07,0x69,0x9F,0x54,0x47,0xE3,0x2A,0xE4,0x56,0xB5,
    -	  0x0E,
    -	  0x03,0xF7,0x06,0x17,0x98,0xEB,0x99,0xE2,0x38,0xFD,	/* b */
    -	  0x6F,0x1B,0xF9,0x5B,0x48,0xFE,0xEB,0x48,0x54,0x25,
    -	  0x2B,
    -	  0x02,0xF9,0xF8,0x7B,0x7C,0x57,0x4D,0x0B,0xDE,0xCF,	/* x */
    -	  0x8A,0x22,0xE6,0x52,0x47,0x75,0xF9,0x8C,0xDE,0xBD,
    -	  0xCB,
    -	  0x05,0xB9,0x35,0x59,0x0C,0x15,0x5E,0x17,0xEA,0x48,	/* y */
    -	  0xEB,0x3F,0xF3,0x71,0x8B,0x89,0x3D,0xF5,0x9A,0x05,
    -	  0xD0,
    -	  0x03,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* order */
    -	  0xFE,0x1A,0xEE,0x14,0x0F,0x11,0x0A,0xFF,0x96,0x13,
    -	  0x09 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[0+23*6]; }
    -	_EC_X9_62_CHAR2_176V1 = {
    -	{ NID_X9_62_characteristic_two_field,0,23,0xFF6E },
    -	{							/* no seed */
    -	  0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x00,0x00,
    -	  0x00,0x00,0x07,
    -	  0x00,0xE4,0xE6,0xDB,0x29,0x95,0x06,0x5C,0x40,0x7D,	/* a */
    -	  0x9D,0x39,0xB8,0xD0,0x96,0x7B,0x96,0x70,0x4B,0xA8,
    -	  0xE9,0xC9,0x0B,
    -	  0x00,0x5D,0xDA,0x47,0x0A,0xBE,0x64,0x14,0xDE,0x8E,	/* b */
    -	  0xC1,0x33,0xAE,0x28,0xE9,0xBB,0xD7,0xFC,0xEC,0x0A,
    -	  0xE0,0xFF,0xF2,
    -	  0x00,0x8D,0x16,0xC2,0x86,0x67,0x98,0xB6,0x00,0xF9,	/* x */
    -	  0xF0,0x8B,0xB4,0xA8,0xE8,0x60,0xF3,0x29,0x8C,0xE0,
    -	  0x4A,0x57,0x98,
    -	  0x00,0x6F,0xA4,0x53,0x9C,0x2D,0xAD,0xDD,0xD6,0xBA,	/* y */
    -	  0xB5,0x16,0x7D,0x61,0xB4,0x36,0xE1,0xD9,0x2B,0xB1,
    -	  0x6A,0x56,0x2C,
    -	  0x00,0x00,0x01,0x00,0x92,0x53,0x73,0x97,0xEC,0xA4,	/* order */
    -	  0xF6,0x14,0x57,0x99,0xD6,0x2B,0x0A,0x19,0xCE,0x06,
    -	  0xFE,0x26,0xAD }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+24*6]; }
    -	_EC_X9_62_CHAR2_191V1 = {
    -	{ NID_X9_62_characteristic_two_field,20,24,2 },
    -	{ 0x4E,0x13,0xCA,0x54,0x27,0x44,0xD6,0x96,0xE6,0x76,	/* seed */
    -	  0x87,0x56,0x15,0x17,0x55,0x2F,0x27,0x9A,0x8C,0x84,
    -
    -	  0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x02,0x01,
    -	  0x28,0x66,0x53,0x7B,0x67,0x67,0x52,0x63,0x6A,0x68,	/* a */
    -	  0xF5,0x65,0x54,0xE1,0x26,0x40,0x27,0x6B,0x64,0x9E,
    -	  0xF7,0x52,0x62,0x67,
    -	  0x2E,0x45,0xEF,0x57,0x1F,0x00,0x78,0x6F,0x67,0xB0,	/* b */
    -	  0x08,0x1B,0x94,0x95,0xA3,0xD9,0x54,0x62,0xF5,0xDE,
    -	  0x0A,0xA1,0x85,0xEC,
    -	  0x36,0xB3,0xDA,0xF8,0xA2,0x32,0x06,0xF9,0xC4,0xF2,	/* x */
    -	  0x99,0xD7,0xB2,0x1A,0x9C,0x36,0x91,0x37,0xF2,0xC8,
    -	  0x4A,0xE1,0xAA,0x0D,
    -	  0x76,0x5B,0xE7,0x34,0x33,0xB3,0xF9,0x5E,0x33,0x29,	/* y */
    -	  0x32,0xE7,0x0E,0xA2,0x45,0xCA,0x24,0x18,0xEA,0x0E,
    -	  0xF9,0x80,0x18,0xFB,
    -	  0x40,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* order */
    -	  0x00,0x00,0x04,0xA2,0x0E,0x90,0xC3,0x90,0x67,0xC8,
    -	  0x93,0xBB,0xB9,0xA5 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+24*6]; }
    -	_EC_X9_62_CHAR2_191V2 = {
    -	{ NID_X9_62_characteristic_two_field,20,24,4 },
    -	{ 0x08,0x71,0xEF,0x2F,0xEF,0x24,0xD6,0x96,0xE6,0x76,	/* seed */
    -	  0x87,0x56,0x15,0x17,0x58,0xBE,0xE0,0xD9,0x5C,0x15,
    -
    -	  0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x02,0x01,
    -	  0x40,0x10,0x28,0x77,0x4D,0x77,0x77,0xC7,0xB7,0x66,	/* a */
    -	  0x6D,0x13,0x66,0xEA,0x43,0x20,0x71,0x27,0x4F,0x89,
    -	  0xFF,0x01,0xE7,0x18,
    -	  0x06,0x20,0x04,0x8D,0x28,0xBC,0xBD,0x03,0xB6,0x24,	/* b */
    -	  0x9C,0x99,0x18,0x2B,0x7C,0x8C,0xD1,0x97,0x00,0xC3,
    -	  0x62,0xC4,0x6A,0x01,
    -	  0x38,0x09,0xB2,0xB7,0xCC,0x1B,0x28,0xCC,0x5A,0x87,	/* x */
    -	  0x92,0x6A,0xAD,0x83,0xFD,0x28,0x78,0x9E,0x81,0xE2,
    -	  0xC9,0xE3,0xBF,0x10,
    -	  0x17,0x43,0x43,0x86,0x62,0x6D,0x14,0xF3,0xDB,0xF0,	/* y */
    -	  0x17,0x60,0xD9,0x21,0x3A,0x3E,0x1C,0xF3,0x7A,0xEC,
    -	  0x43,0x7D,0x66,0x8A,
    -	  0x20,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* order */
    -	  0x00,0x00,0x50,0x50,0x8C,0xB8,0x9F,0x65,0x28,0x24,
    -	  0xE0,0x6B,0x81,0x73 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+24*6]; }
    -	_EC_X9_62_CHAR2_191V3 = {
    -	{ NID_X9_62_characteristic_two_field,20,24,6 },
    -	{ 0xE0,0x53,0x51,0x2D,0xC6,0x84,0xD6,0x96,0xE6,0x76,	/* seed */
    -	  0x87,0x56,0x15,0x17,0x50,0x67,0xAE,0x78,0x6D,0x1F,
    -
    -	  0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x02,0x01,
    -	  0x6C,0x01,0x07,0x47,0x56,0x09,0x91,0x22,0x22,0x10,	/* a */
    -	  0x56,0x91,0x1C,0x77,0xD7,0x7E,0x77,0xA7,0x77,0xE7,
    -	  0xE7,0xE7,0x7F,0xCB,
    -	  0x71,0xFE,0x1A,0xF9,0x26,0xCF,0x84,0x79,0x89,0xEF,	/* b */
    -	  0xEF,0x8D,0xB4,0x59,0xF6,0x63,0x94,0xD9,0x0F,0x32,
    -	  0xAD,0x3F,0x15,0xE8,
    -	  0x37,0x5D,0x4C,0xE2,0x4F,0xDE,0x43,0x44,0x89,0xDE,	/* x */
    -	  0x87,0x46,0xE7,0x17,0x86,0x01,0x50,0x09,0xE6,0x6E,
    -	  0x38,0xA9,0x26,0xDD,
    -	  0x54,0x5A,0x39,0x17,0x61,0x96,0x57,0x5D,0x98,0x59,	/* y */
    -	  0x99,0x36,0x6E,0x6A,0xD3,0x4C,0xE0,0xA7,0x7C,0xD7,
    -	  0x12,0x7B,0x06,0xBE,
    -	  0x15,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,	/* order */
    -	  0x55,0x55,0x61,0x0C,0x0B,0x19,0x68,0x12,0xBF,0xB6,
    -	  0x28,0x8A,0x3E,0xA3 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[0+27*6]; }
    -	_EC_X9_62_CHAR2_208W1 = {
    -	{ NID_X9_62_characteristic_two_field,0,27,0xFE48 },
    -	{							/* no seed */
    -	  0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x07,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* a */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0xC8,0x61,0x9E,0xD4,0x5A,0x62,0xE6,0x21,0x2E,	/* b */
    -	  0x11,0x60,0x34,0x9E,0x2B,0xFA,0x84,0x44,0x39,0xFA,
    -	  0xFC,0x2A,0x3F,0xD1,0x63,0x8F,0x9E,
    -	  0x00,0x89,0xFD,0xFB,0xE4,0xAB,0xE1,0x93,0xDF,0x95,	/* x */
    -	  0x59,0xEC,0xF0,0x7A,0xC0,0xCE,0x78,0x55,0x4E,0x27,
    -	  0x84,0xEB,0x8C,0x1E,0xD1,0xA5,0x7A,
    -	  0x00,0x0F,0x55,0xB5,0x1A,0x06,0xE7,0x8E,0x9A,0xC3,	/* y */
    -	  0x8A,0x03,0x5F,0xF5,0x20,0xD8,0xB0,0x17,0x81,0xBE,
    -	  0xB1,0xA6,0xBB,0x08,0x61,0x7D,0xE3,
    -	  0x00,0x00,0x01,0x01,0xBA,0xF9,0x5C,0x97,0x23,0xC5,	/* order */
    -	  0x7B,0x6C,0x21,0xDA,0x2E,0xFF,0x2D,0x5E,0xD5,0x88,
    -	  0xBD,0xD5,0x71,0x7E,0x21,0x2F,0x9D }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+30*6]; }
    -	_EC_X9_62_CHAR2_239V1 = {
    -	{ NID_X9_62_characteristic_two_field,20,30,4 },
    -	{ 0xD3,0x4B,0x9A,0x4D,0x69,0x6E,0x67,0x68,0x75,0x61,	/* seed */
    -	  0x51,0x75,0xCA,0x71,0xB9,0x20,0xBF,0xEF,0xB0,0x5D,
    -
    -	  0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x10,0x00,0x00,0x00,0x01,
    -
    -	  0x32,0x01,0x08,0x57,0x07,0x7C,0x54,0x31,0x12,0x3A,	/* a */
    -	  0x46,0xB8,0x08,0x90,0x67,0x56,0xF5,0x43,0x42,0x3E,
    -	  0x8D,0x27,0x87,0x75,0x78,0x12,0x57,0x78,0xAC,0x76,
    -
    -	  0x79,0x04,0x08,0xF2,0xEE,0xDA,0xF3,0x92,0xB0,0x12,	/* b */
    -	  0xED,0xEF,0xB3,0x39,0x2F,0x30,0xF4,0x32,0x7C,0x0C,
    -	  0xA3,0xF3,0x1F,0xC3,0x83,0xC4,0x22,0xAA,0x8C,0x16,
    -
    -	  0x57,0x92,0x70,0x98,0xFA,0x93,0x2E,0x7C,0x0A,0x96,	/* x */
    -	  0xD3,0xFD,0x5B,0x70,0x6E,0xF7,0xE5,0xF5,0xC1,0x56,
    -	  0xE1,0x6B,0x7E,0x7C,0x86,0x03,0x85,0x52,0xE9,0x1D,
    -
    -	  0x61,0xD8,0xEE,0x50,0x77,0xC3,0x3F,0xEC,0xF6,0xF1,	/* y */
    -	  0xA1,0x6B,0x26,0x8D,0xE4,0x69,0xC3,0xC7,0x74,0x4E,
    -	  0xA9,0xA9,0x71,0x64,0x9F,0xC7,0xA9,0x61,0x63,0x05,
    -
    -	  0x20,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* order */
    -	  0x00,0x00,0x00,0x00,0x00,0x0F,0x4D,0x42,0xFF,0xE1,
    -	  0x49,0x2A,0x49,0x93,0xF1,0xCA,0xD6,0x66,0xE4,0x47 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+30*6]; }
    -	_EC_X9_62_CHAR2_239V2 = {
    -	{ NID_X9_62_characteristic_two_field,20,30,6 },
    -	{ 0x2A,0xA6,0x98,0x2F,0xDF,0xA4,0xD6,0x96,0xE6,0x76,	/* seed */
    -	  0x87,0x56,0x15,0x17,0x5D,0x26,0x67,0x27,0x27,0x7D,
    -
    -	  0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x10,0x00,0x00,0x00,0x01,
    -
    -	  0x42,0x30,0x01,0x77,0x57,0xA7,0x67,0xFA,0xE4,0x23,	/* a */
    -	  0x98,0x56,0x9B,0x74,0x63,0x25,0xD4,0x53,0x13,0xAF,
    -	  0x07,0x66,0x26,0x64,0x79,0xB7,0x56,0x54,0xE6,0x5F,
    -
    -	  0x50,0x37,0xEA,0x65,0x41,0x96,0xCF,0xF0,0xCD,0x82,	/* b */
    -	  0xB2,0xC1,0x4A,0x2F,0xCF,0x2E,0x3F,0xF8,0x77,0x52,
    -	  0x85,0xB5,0x45,0x72,0x2F,0x03,0xEA,0xCD,0xB7,0x4B,
    -
    -	  0x28,0xF9,0xD0,0x4E,0x90,0x00,0x69,0xC8,0xDC,0x47,	/* x */
    -	  0xA0,0x85,0x34,0xFE,0x76,0xD2,0xB9,0x00,0xB7,0xD7,
    -	  0xEF,0x31,0xF5,0x70,0x9F,0x20,0x0C,0x4C,0xA2,0x05,
    -
    -	  0x56,0x67,0x33,0x4C,0x45,0xAF,0xF3,0xB5,0xA0,0x3B,	/* y */
    -	  0xAD,0x9D,0xD7,0x5E,0x2C,0x71,0xA9,0x93,0x62,0x56,
    -	  0x7D,0x54,0x53,0xF7,0xFA,0x6E,0x22,0x7E,0xC8,0x33,
    -
    -	  0x15,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,	/* order */
    -	  0x55,0x55,0x55,0x55,0x55,0x3C,0x6F,0x28,0x85,0x25,
    -	  0x9C,0x31,0xE3,0xFC,0xDF,0x15,0x46,0x24,0x52,0x2D }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+30*6]; }
    -	_EC_X9_62_CHAR2_239V3 = {
    -	{ NID_X9_62_characteristic_two_field,20,30,0xA },
    -	{ 0x9E,0x07,0x6F,0x4D,0x69,0x6E,0x67,0x68,0x75,0x61,	/* seed */
    -	  0x51,0x75,0xE1,0x1E,0x9F,0xDD,0x77,0xF9,0x20,0x41,
    -
    -	  0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x10,0x00,0x00,0x00,0x01,
    -
    -	  0x01,0x23,0x87,0x74,0x66,0x6A,0x67,0x76,0x6D,0x66,	/* a */
    -	  0x76,0xF7,0x78,0xE6,0x76,0xB6,0x69,0x99,0x17,0x66,
    -	  0x66,0xE6,0x87,0x66,0x6D,0x87,0x66,0xC6,0x6A,0x9F,
    -
    -	  0x6A,0x94,0x19,0x77,0xBA,0x9F,0x6A,0x43,0x51,0x99,	/* b */
    -	  0xAC,0xFC,0x51,0x06,0x7E,0xD5,0x87,0xF5,0x19,0xC5,
    -	  0xEC,0xB5,0x41,0xB8,0xE4,0x41,0x11,0xDE,0x1D,0x40,
    -
    -	  0x70,0xF6,0xE9,0xD0,0x4D,0x28,0x9C,0x4E,0x89,0x91,	/* x */
    -	  0x3C,0xE3,0x53,0x0B,0xFD,0xE9,0x03,0x97,0x7D,0x42,
    -	  0xB1,0x46,0xD5,0x39,0xBF,0x1B,0xDE,0x4E,0x9C,0x92,
    -
    -	  0x2E,0x5A,0x0E,0xAF,0x6E,0x5E,0x13,0x05,0xB9,0x00,	/* y */
    -	  0x4D,0xCE,0x5C,0x0E,0xD7,0xFE,0x59,0xA3,0x56,0x08,
    -	  0xF3,0x38,0x37,0xC8,0x16,0xD8,0x0B,0x79,0xF4,0x61,
    -
    -	  0x0C,0xCC,0xCC,0xCC,0xCC,0xCC,0xCC,0xCC,0xCC,0xCC,	/* order */
    -	  0xCC,0xCC,0xCC,0xCC,0xCC,0xAC,0x49,0x12,0xD2,0xD9,
    -	  0xDF,0x90,0x3E,0xF9,0x88,0x8B,0x8A,0x0E,0x4C,0xFF }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[0+35*6]; }
    -	_EC_X9_62_CHAR2_272W1 = {
    -	{ NID_X9_62_characteristic_two_field,0,35,0xFF06 },
    -	{							/* no seed */
    -	  0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x0B,
    -	  0x00,0x91,0xA0,0x91,0xF0,0x3B,0x5F,0xBA,0x4A,0xB2,	/* a */
    -	  0xCC,0xF4,0x9C,0x4E,0xDD,0x22,0x0F,0xB0,0x28,0x71,
    -	  0x2D,0x42,0xBE,0x75,0x2B,0x2C,0x40,0x09,0x4D,0xBA,
    -	  0xCD,0xB5,0x86,0xFB,0x20,
    -	  0x00,0x71,0x67,0xEF,0xC9,0x2B,0xB2,0xE3,0xCE,0x7C,	/* b */
    -	  0x8A,0xAA,0xFF,0x34,0xE1,0x2A,0x9C,0x55,0x70,0x03,
    -	  0xD7,0xC7,0x3A,0x6F,0xAF,0x00,0x3F,0x99,0xF6,0xCC,
    -	  0x84,0x82,0xE5,0x40,0xF7,
    -	  0x00,0x61,0x08,0xBA,0xBB,0x2C,0xEE,0xBC,0xF7,0x87,	/* x */
    -	  0x05,0x8A,0x05,0x6C,0xBE,0x0C,0xFE,0x62,0x2D,0x77,
    -	  0x23,0xA2,0x89,0xE0,0x8A,0x07,0xAE,0x13,0xEF,0x0D,
    -	  0x10,0xD1,0x71,0xDD,0x8D,
    -	  0x00,0x10,0xC7,0x69,0x57,0x16,0x85,0x1E,0xEF,0x6B,	/* y */
    -	  0xA7,0xF6,0x87,0x2E,0x61,0x42,0xFB,0xD2,0x41,0xB8,
    -	  0x30,0xFF,0x5E,0xFC,0xAC,0xEC,0xCA,0xB0,0x5E,0x02,
    -	  0x00,0x5D,0xDE,0x9D,0x23,
    -	  0x00,0x00,0x01,0x00,0xFA,0xF5,0x13,0x54,0xE0,0xE3,	/* order */
    -	  0x9E,0x48,0x92,0xDF,0x6E,0x31,0x9C,0x72,0xC8,0x16,
    -	  0x16,0x03,0xFA,0x45,0xAA,0x7B,0x99,0x8A,0x16,0x7B,
    -	  0x8F,0x1E,0x62,0x95,0x21 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[0+39*6]; }
    -	_EC_X9_62_CHAR2_304W1 = {
    -	{ NID_X9_62_characteristic_two_field,0,39,0xFE2E },
    -	{							/* no seed */
    -	  0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x07,
    -	  0x00,0xFD,0x0D,0x69,0x31,0x49,0xA1,0x18,0xF6,0x51,	/* a */
    -	  0xE6,0xDC,0xE6,0x80,0x20,0x85,0x37,0x7E,0x5F,0x88,
    -	  0x2D,0x1B,0x51,0x0B,0x44,0x16,0x00,0x74,0xC1,0x28,
    -	  0x80,0x78,0x36,0x5A,0x03,0x96,0xC8,0xE6,0x81,
    -	  0x00,0xBD,0xDB,0x97,0xE5,0x55,0xA5,0x0A,0x90,0x8E,	/* b */
    -	  0x43,0xB0,0x1C,0x79,0x8E,0xA5,0xDA,0xA6,0x78,0x8F,
    -	  0x1E,0xA2,0x79,0x4E,0xFC,0xF5,0x71,0x66,0xB8,0xC1,
    -	  0x40,0x39,0x60,0x1E,0x55,0x82,0x73,0x40,0xBE,
    -	  0x00,0x19,0x7B,0x07,0x84,0x5E,0x9B,0xE2,0xD9,0x6A,	/* x */
    -	  0xDB,0x0F,0x5F,0x3C,0x7F,0x2C,0xFF,0xBD,0x7A,0x3E,
    -	  0xB8,0xB6,0xFE,0xC3,0x5C,0x7F,0xD6,0x7F,0x26,0xDD,
    -	  0xF6,0x28,0x5A,0x64,0x4F,0x74,0x0A,0x26,0x14,
    -	  0x00,0xE1,0x9F,0xBE,0xB7,0x6E,0x0D,0xA1,0x71,0x51,	/* y */
    -	  0x7E,0xCF,0x40,0x1B,0x50,0x28,0x9B,0xF0,0x14,0x10,
    -	  0x32,0x88,0x52,0x7A,0x9B,0x41,0x6A,0x10,0x5E,0x80,
    -	  0x26,0x0B,0x54,0x9F,0xDC,0x1B,0x92,0xC0,0x3B,
    -	  0x00,0x00,0x01,0x01,0xD5,0x56,0x57,0x2A,0xAB,0xAC,	/* order */
    -	  0x80,0x01,0x01,0xD5,0x56,0x57,0x2A,0xAB,0xAC,0x80,
    -	  0x01,0x02,0x2D,0x5C,0x91,0xDD,0x17,0x3F,0x8F,0xB5,
    -	  0x61,0xDA,0x68,0x99,0x16,0x44,0x43,0x05,0x1D }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[20+45*6]; }
    -	_EC_X9_62_CHAR2_359V1 = {
    -	{ NID_X9_62_characteristic_two_field,20,45,0x4C },
    -	{ 0x2B,0x35,0x49,0x20,0xB7,0x24,0xD6,0x96,0xE6,0x76,	/* seed */
    -	  0x87,0x56,0x15,0x17,0x58,0x5B,0xA1,0x33,0x2D,0xC6,
    -
    -	  0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x01,
    -	  0x56,0x67,0x67,0x6A,0x65,0x4B,0x20,0x75,0x4F,0x35,	/* a */
    -	  0x6E,0xA9,0x20,0x17,0xD9,0x46,0x56,0x7C,0x46,0x67,
    -	  0x55,0x56,0xF1,0x95,0x56,0xA0,0x46,0x16,0xB5,0x67,
    -	  0xD2,0x23,0xA5,0xE0,0x56,0x56,0xFB,0x54,0x90,0x16,
    -	  0xA9,0x66,0x56,0xA5,0x57,
    -	  0x24,0x72,0xE2,0xD0,0x19,0x7C,0x49,0x36,0x3F,0x1F,	/* b */
    -	  0xE7,0xF5,0xB6,0xDB,0x07,0x5D,0x52,0xB6,0x94,0x7D,
    -	  0x13,0x5D,0x8C,0xA4,0x45,0x80,0x5D,0x39,0xBC,0x34,
    -	  0x56,0x26,0x08,0x96,0x87,0x74,0x2B,0x63,0x29,0xE7,
    -	  0x06,0x80,0x23,0x19,0x88,
    -	  0x3C,0x25,0x8E,0xF3,0x04,0x77,0x67,0xE7,0xED,0xE0,	/* x */
    -	  0xF1,0xFD,0xAA,0x79,0xDA,0xEE,0x38,0x41,0x36,0x6A,
    -	  0x13,0x2E,0x16,0x3A,0xCE,0xD4,0xED,0x24,0x01,0xDF,
    -	  0x9C,0x6B,0xDC,0xDE,0x98,0xE8,0xE7,0x07,0xC0,0x7A,
    -	  0x22,0x39,0xB1,0xB0,0x97,
    -	  0x53,0xD7,0xE0,0x85,0x29,0x54,0x70,0x48,0x12,0x1E,	/* y */
    -	  0x9C,0x95,0xF3,0x79,0x1D,0xD8,0x04,0x96,0x39,0x48,
    -	  0xF3,0x4F,0xAE,0x7B,0xF4,0x4E,0xA8,0x23,0x65,0xDC,
    -	  0x78,0x68,0xFE,0x57,0xE4,0xAE,0x2D,0xE2,0x11,0x30,
    -	  0x5A,0x40,0x71,0x04,0xBD,
    -	  0x01,0xAF,0x28,0x6B,0xCA,0x1A,0xF2,0x86,0xBC,0xA1,	/* order */
    -	  0xAF,0x28,0x6B,0xCA,0x1A,0xF2,0x86,0xBC,0xA1,0xAF,
    -	  0x28,0x6B,0xC9,0xFB,0x8F,0x6B,0x85,0xC5,0x56,0x89,
    -	  0x2C,0x20,0xA7,0xEB,0x96,0x4F,0xE7,0x71,0x9E,0x74,
    -	  0xF4,0x90,0x75,0x8D,0x3B }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[0+47*6]; }
    -	_EC_X9_62_CHAR2_368W1 = {
    -	{ NID_X9_62_characteristic_two_field,0,47,0xFF70 },
    -	{							/* no seed */
    -	  0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x07,
    -	  0x00,0xE0,0xD2,0xEE,0x25,0x09,0x52,0x06,0xF5,0xE2,	/* a */
    -	  0xA4,0xF9,0xED,0x22,0x9F,0x1F,0x25,0x6E,0x79,0xA0,
    -	  0xE2,0xB4,0x55,0x97,0x0D,0x8D,0x0D,0x86,0x5B,0xD9,
    -	  0x47,0x78,0xC5,0x76,0xD6,0x2F,0x0A,0xB7,0x51,0x9C,
    -	  0xCD,0x2A,0x1A,0x90,0x6A,0xE3,0x0D,
    -	  0x00,0xFC,0x12,0x17,0xD4,0x32,0x0A,0x90,0x45,0x2C,	/* b */
    -	  0x76,0x0A,0x58,0xED,0xCD,0x30,0xC8,0xDD,0x06,0x9B,
    -	  0x3C,0x34,0x45,0x38,0x37,0xA3,0x4E,0xD5,0x0C,0xB5,
    -	  0x49,0x17,0xE1,0xC2,0x11,0x2D,0x84,0xD1,0x64,0xF4,
    -	  0x44,0xF8,0xF7,0x47,0x86,0x04,0x6A,
    -	  0x00,0x10,0x85,0xE2,0x75,0x53,0x81,0xDC,0xCC,0xE3,	/* x */
    -	  0xC1,0x55,0x7A,0xFA,0x10,0xC2,0xF0,0xC0,0xC2,0x82,
    -	  0x56,0x46,0xC5,0xB3,0x4A,0x39,0x4C,0xBC,0xFA,0x8B,
    -	  0xC1,0x6B,0x22,0xE7,0xE7,0x89,0xE9,0x27,0xBE,0x21,
    -	  0x6F,0x02,0xE1,0xFB,0x13,0x6A,0x5F,
    -	  0x00,0x7B,0x3E,0xB1,0xBD,0xDC,0xBA,0x62,0xD5,0xD8,	/* y */
    -	  0xB2,0x05,0x9B,0x52,0x57,0x97,0xFC,0x73,0x82,0x2C,
    -	  0x59,0x05,0x9C,0x62,0x3A,0x45,0xFF,0x38,0x43,0xCE,
    -	  0xE8,0xF8,0x7C,0xD1,0x85,0x5A,0xDA,0xA8,0x1E,0x2A,
    -	  0x07,0x50,0xB8,0x0F,0xDA,0x23,0x10,
    -	  0x00,0x00,0x01,0x00,0x90,0x51,0x2D,0xA9,0xAF,0x72,	/* order */
    -	  0xB0,0x83,0x49,0xD9,0x8A,0x5D,0xD4,0xC7,0xB0,0x53,
    -	  0x2E,0xCA,0x51,0xCE,0x03,0xE2,0xD1,0x0F,0x3B,0x7A,
    -	  0xC5,0x79,0xBD,0x87,0xE9,0x09,0xAE,0x40,0xA6,0xF1,
    -	  0x31,0xE9,0xCF,0xCE,0x5B,0xD9,0x67 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[0+54*6]; }
    -	_EC_X9_62_CHAR2_431R1 = {
    -	{ NID_X9_62_characteristic_two_field,0,54,0x2760 },
    -	{							/* no seed */
    -	  0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x01,
    -	  0x1A,0x82,0x7E,0xF0,0x0D,0xD6,0xFC,0x0E,0x23,0x4C,	/* a */
    -	  0xAF,0x04,0x6C,0x6A,0x5D,0x8A,0x85,0x39,0x5B,0x23,
    -	  0x6C,0xC4,0xAD,0x2C,0xF3,0x2A,0x0C,0xAD,0xBD,0xC9,
    -	  0xDD,0xF6,0x20,0xB0,0xEB,0x99,0x06,0xD0,0x95,0x7F,
    -	  0x6C,0x6F,0xEA,0xCD,0x61,0x54,0x68,0xDF,0x10,0x4D,
    -	  0xE2,0x96,0xCD,0x8F,
    -	  0x10,0xD9,0xB4,0xA3,0xD9,0x04,0x7D,0x8B,0x15,0x43,	/* b */
    -	  0x59,0xAB,0xFB,0x1B,0x7F,0x54,0x85,0xB0,0x4C,0xEB,
    -	  0x86,0x82,0x37,0xDD,0xC9,0xDE,0xDA,0x98,0x2A,0x67,
    -	  0x9A,0x5A,0x91,0x9B,0x62,0x6D,0x4E,0x50,0xA8,0xDD,
    -	  0x73,0x1B,0x10,0x7A,0x99,0x62,0x38,0x1F,0xB5,0xD8,
    -	  0x07,0xBF,0x26,0x18,
    -	  0x12,0x0F,0xC0,0x5D,0x3C,0x67,0xA9,0x9D,0xE1,0x61,	/* x */
    -	  0xD2,0xF4,0x09,0x26,0x22,0xFE,0xCA,0x70,0x1B,0xE4,
    -	  0xF5,0x0F,0x47,0x58,0x71,0x4E,0x8A,0x87,0xBB,0xF2,
    -	  0xA6,0x58,0xEF,0x8C,0x21,0xE7,0xC5,0xEF,0xE9,0x65,
    -	  0x36,0x1F,0x6C,0x29,0x99,0xC0,0xC2,0x47,0xB0,0xDB,
    -	  0xD7,0x0C,0xE6,0xB7,
    -	  0x20,0xD0,0xAF,0x89,0x03,0xA9,0x6F,0x8D,0x5F,0xA2,	/* y */
    -	  0xC2,0x55,0x74,0x5D,0x3C,0x45,0x1B,0x30,0x2C,0x93,
    -	  0x46,0xD9,0xB7,0xE4,0x85,0xE7,0xBC,0xE4,0x1F,0x6B,
    -	  0x59,0x1F,0x3E,0x8F,0x6A,0xDD,0xCB,0xB0,0xBC,0x4C,
    -	  0x2F,0x94,0x7A,0x7D,0xE1,0xA8,0x9B,0x62,0x5D,0x6A,
    -	  0x59,0x8B,0x37,0x60,
    -	  0x00,0x03,0x40,0x34,0x03,0x40,0x34,0x03,0x40,0x34,	/* order */
    -	  0x03,0x40,0x34,0x03,0x40,0x34,0x03,0x40,0x34,0x03,
    -	  0x40,0x34,0x03,0x40,0x34,0x03,0x40,0x34,0x03,0x23,
    -	  0xC3,0x13,0xFA,0xB5,0x05,0x89,0x70,0x3B,0x5E,0xC6,
    -	  0x8D,0x35,0x87,0xFE,0xC6,0x0D,0x16,0x1C,0xC1,0x49,
    -	  0xC1,0xAD,0x4A,0x91 }
    -	};
    -
    -static const struct { EC_CURVE_DATA h; unsigned char data[0+15*6]; }
    -	_EC_WTLS_1 = {
    -	{ NID_X9_62_characteristic_two_field,0,15,2 },
    -	{							/* no seed */
    -	  0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x02,0x01,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* a */
    -	  0x00,0x00,0x00,0x00,0x01,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* b */
    -	  0x00,0x00,0x00,0x00,0x01,
    -	  0x01,0x66,0x79,0x79,0xA4,0x0B,0xA4,0x97,0xE5,0xD5,	/* x */
    -	  0xC2,0x70,0x78,0x06,0x17,
    -	  0x00,0xF4,0x4B,0x4A,0xF1,0xEC,0xC2,0x63,0x0E,0x08,	/* y */
    -	  0x78,0x5C,0xEB,0xCC,0x15,
    -	  0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFD,0xBF,	/* order */
    -	  0x91,0xAF,0x6D,0xEA,0x73 }
    -	};
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 15 * 6];
    +} _EC_SECG_CHAR2_113R1 = {
    +    {
    +        NID_X9_62_characteristic_two_field, 20, 15, 2
    +    },
    +    {
    +        /* seed */
    +        0x10, 0xE7, 0x23, 0xAB, 0x14, 0xD6, 0x96, 0xE6, 0x76, 0x87, 0x56, 0x15,
    +        0x17, 0x56, 0xFE, 0xBF, 0x8F, 0xCB, 0x49, 0xA9,
    +        /* p */
    +        0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x02, 0x01,
    +        /* a */
    +        0x00, 0x30, 0x88, 0x25, 0x0C, 0xA6, 0xE7, 0xC7, 0xFE, 0x64, 0x9C, 0xE8,
    +        0x58, 0x20, 0xF7,
    +        /* b */
    +        0x00, 0xE8, 0xBE, 0xE4, 0xD3, 0xE2, 0x26, 0x07, 0x44, 0x18, 0x8B, 0xE0,
    +        0xE9, 0xC7, 0x23,
    +        /* x */
    +        0x00, 0x9D, 0x73, 0x61, 0x6F, 0x35, 0xF4, 0xAB, 0x14, 0x07, 0xD7, 0x35,
    +        0x62, 0xC1, 0x0F,
    +        /* y */
    +        0x00, 0xA5, 0x28, 0x30, 0x27, 0x79, 0x58, 0xEE, 0x84, 0xD1, 0x31, 0x5E,
    +        0xD3, 0x18, 0x86,
    +        /* order */
    +        0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xD9, 0xCC, 0xEC, 0x8A,
    +        0x39, 0xE5, 0x6F
    +    }
    +};
     
    -/* IPSec curves */
    -/* NOTE: The of curves over a extension field of non prime degree
    - * is not recommended (Weil-descent).
    - * As the group order is not a prime this curve is not suitable
    - * for ECDSA.
    - */
    -static const struct { EC_CURVE_DATA h; unsigned char data[0+20*6]; }
    -	_EC_IPSEC_155_ID3 = {
    -	{ NID_X9_62_characteristic_two_field,0,20,3 },
    -	{							/* no seed */
    -	  0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x40,0x00,0x00,0x00,0x00,0x00,0x00,0x01,
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 15 * 6];
    +} _EC_SECG_CHAR2_113R2 = {
    +    {
    +        NID_X9_62_characteristic_two_field, 20, 15, 2
    +    },
    +    {
    +        /* seed */
    +        0x10, 0xC0, 0xFB, 0x15, 0x76, 0x08, 0x60, 0xDE, 0xF1, 0xEE, 0xF4, 0xD6,
    +        0x96, 0xE6, 0x76, 0x87, 0x56, 0x15, 0x17, 0x5D,
    +        /* p */
    +        0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x02, 0x01,
    +        /* a */
    +        0x00, 0x68, 0x99, 0x18, 0xDB, 0xEC, 0x7E, 0x5A, 0x0D, 0xD6, 0xDF, 0xC0,
    +        0xAA, 0x55, 0xC7,
    +        /* b */
    +        0x00, 0x95, 0xE9, 0xA9, 0xEC, 0x9B, 0x29, 0x7B, 0xD4, 0xBF, 0x36, 0xE0,
    +        0x59, 0x18, 0x4F,
    +        /* x */
    +        0x01, 0xA5, 0x7A, 0x6A, 0x7B, 0x26, 0xCA, 0x5E, 0xF5, 0x2F, 0xCD, 0xB8,
    +        0x16, 0x47, 0x97,
    +        /* y */
    +        0x00, 0xB3, 0xAD, 0xC9, 0x4E, 0xD1, 0xFE, 0x67, 0x4C, 0x06, 0xE6, 0x95,
    +        0xBA, 0xBA, 0x1D,
    +        /* order */
    +        0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x08, 0x78, 0x9B, 0x24,
    +        0x96, 0xAF, 0x93
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 17 * 6];
    +} _EC_SECG_CHAR2_131R1 = {
    +    {
    +        NID_X9_62_characteristic_two_field, 20, 17, 2
    +    },
    +    {
    +        /* seed */
    +        0x4D, 0x69, 0x6E, 0x67, 0x68, 0x75, 0x61, 0x51, 0x75, 0x98, 0x5B, 0xD3,
    +        0xAD, 0xBA, 0xDA, 0x21, 0xB4, 0x3A, 0x97, 0xE2,
    +        /* p */
    +        0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x01, 0x0D,
    +        /* a */
    +        0x07, 0xA1, 0x1B, 0x09, 0xA7, 0x6B, 0x56, 0x21, 0x44, 0x41, 0x8F, 0xF3,
    +        0xFF, 0x8C, 0x25, 0x70, 0xB8,
    +        /* b */
    +        0x02, 0x17, 0xC0, 0x56, 0x10, 0x88, 0x4B, 0x63, 0xB9, 0xC6, 0xC7, 0x29,
    +        0x16, 0x78, 0xF9, 0xD3, 0x41,
    +        /* x */
    +        0x00, 0x81, 0xBA, 0xF9, 0x1F, 0xDF, 0x98, 0x33, 0xC4, 0x0F, 0x9C, 0x18,
    +        0x13, 0x43, 0x63, 0x83, 0x99,
    +        /* y */
    +        0x07, 0x8C, 0x6E, 0x7E, 0xA3, 0x8C, 0x00, 0x1F, 0x73, 0xC8, 0x13, 0x4B,
    +        0x1B, 0x4E, 0xF9, 0xE1, 0x50,
    +        /* order */
    +        0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x31, 0x23, 0x95,
    +        0x3A, 0x94, 0x64, 0xB5, 0x4D
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 17 * 6];
    +} _EC_SECG_CHAR2_131R2 = {
    +    {
    +        NID_X9_62_characteristic_two_field, 20, 17, 2
    +    },
    +    {
    +        /* seed */
    +        0x98, 0x5B, 0xD3, 0xAD, 0xBA, 0xD4, 0xD6, 0x96, 0xE6, 0x76, 0x87, 0x56,
    +        0x15, 0x17, 0x5A, 0x21, 0xB4, 0x3A, 0x97, 0xE3,
    +        /* p */
    +        0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x01, 0x0D,
    +        /* a */
    +        0x03, 0xE5, 0xA8, 0x89, 0x19, 0xD7, 0xCA, 0xFC, 0xBF, 0x41, 0x5F, 0x07,
    +        0xC2, 0x17, 0x65, 0x73, 0xB2,
    +        /* b */
    +        0x04, 0xB8, 0x26, 0x6A, 0x46, 0xC5, 0x56, 0x57, 0xAC, 0x73, 0x4C, 0xE3,
    +        0x8F, 0x01, 0x8F, 0x21, 0x92,
    +        /* x */
    +        0x03, 0x56, 0xDC, 0xD8, 0xF2, 0xF9, 0x50, 0x31, 0xAD, 0x65, 0x2D, 0x23,
    +        0x95, 0x1B, 0xB3, 0x66, 0xA8,
    +        /* y */
    +        0x06, 0x48, 0xF0, 0x6D, 0x86, 0x79, 0x40, 0xA5, 0x36, 0x6D, 0x9E, 0x26,
    +        0x5D, 0xE9, 0xEB, 0x24, 0x0F,
    +        /* order */
    +        0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x69, 0x54, 0xA2,
    +        0x33, 0x04, 0x9B, 0xA9, 0x8F
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 21 * 6];
    +} _EC_NIST_CHAR2_163K = {
    +    {
    +        NID_X9_62_characteristic_two_field, 0, 21, 2
    +    },
    +    {
    +        /* no seed */
    +        /* p */
    +        0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC9,
    +        /* a */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
    +        /* b */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
    +        /* x */
    +        0x02, 0xFE, 0x13, 0xC0, 0x53, 0x7B, 0xBC, 0x11, 0xAC, 0xAA, 0x07, 0xD7,
    +        0x93, 0xDE, 0x4E, 0x6D, 0x5E, 0x5C, 0x94, 0xEE, 0xE8,
    +        /* y */
    +        0x02, 0x89, 0x07, 0x0F, 0xB0, 0x5D, 0x38, 0xFF, 0x58, 0x32, 0x1F, 0x2E,
    +        0x80, 0x05, 0x36, 0xD5, 0x38, 0xCC, 0xDA, 0xA3, 0xD9,
    +        /* order */
    +        0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x01,
    +        0x08, 0xA2, 0xE0, 0xCC, 0x0D, 0x99, 0xF8, 0xA5, 0xEF
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 21 * 6];
    +} _EC_SECG_CHAR2_163R1 = {
    +    {
    +        NID_X9_62_characteristic_two_field, 0, 21, 2
    +    },
    +    {
    +        /* no seed */
    +# if 0
    +        /*
    +        * The algorithm used to derive the curve parameters from the seed
    +        * used here is slightly different than the algorithm described in
    +        * X9.62 .
    +        */
    +        0x24, 0xB7, 0xB1, 0x37, 0xC8, 0xA1, 0x4D, 0x69, 0x6E, 0x67, 0x68, 0x75,
    +        0x61, 0x51, 0x75, 0x6F, 0xD0, 0xDA, 0x2E, 0x5C,
    +# endif
    +        /* p */
    +        0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC9,
    +        /* a */
    +        0x07, 0xB6, 0x88, 0x2C, 0xAA, 0xEF, 0xA8, 0x4F, 0x95, 0x54, 0xFF, 0x84,
    +        0x28, 0xBD, 0x88, 0xE2, 0x46, 0xD2, 0x78, 0x2A, 0xE2,
    +        /* b */
    +        0x07, 0x13, 0x61, 0x2D, 0xCD, 0xDC, 0xB4, 0x0A, 0xAB, 0x94, 0x6B, 0xDA,
    +        0x29, 0xCA, 0x91, 0xF7, 0x3A, 0xF9, 0x58, 0xAF, 0xD9,
    +        /* x */
    +        0x03, 0x69, 0x97, 0x96, 0x97, 0xAB, 0x43, 0x89, 0x77, 0x89, 0x56, 0x67,
    +        0x89, 0x56, 0x7F, 0x78, 0x7A, 0x78, 0x76, 0xA6, 0x54,
    +        /* y */
    +        0x00, 0x43, 0x5E, 0xDB, 0x42, 0xEF, 0xAF, 0xB2, 0x98, 0x9D, 0x51, 0xFE,
    +        0xFC, 0xE3, 0xC8, 0x09, 0x88, 0xF4, 0x1F, 0xF8, 0x83,
    +        /* order */
    +        0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x48,
    +        0xAA, 0xB6, 0x89, 0xC2, 0x9C, 0xA7, 0x10, 0x27, 0x9B
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 21 * 6];
    +} _EC_NIST_CHAR2_163B = {
    +    {
    +        NID_X9_62_characteristic_two_field, 0, 21, 2
    +    },
    +    {
    +        /* no seed */
    +# if 0
    +        /*
    +        * The seed here was used to created the curve parameters in normal
    +        * basis representation (and not the polynomial representation used
    +        * here)
    +        */
    +        0x85, 0xE2, 0x5B, 0xFE, 0x5C, 0x86, 0x22, 0x6C, 0xDB, 0x12, 0x01, 0x6F,
    +        0x75, 0x53, 0xF9, 0xD0, 0xE6, 0x93, 0xA2, 0x68,
    +# endif
    +        /* p */
    +        0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC9,
    +        /* a */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
    +        /* b */
    +        0x02, 0x0A, 0x60, 0x19, 0x07, 0xB8, 0xC9, 0x53, 0xCA, 0x14, 0x81, 0xEB,
    +        0x10, 0x51, 0x2F, 0x78, 0x74, 0x4A, 0x32, 0x05, 0xFD,
    +        /* x */
    +        0x03, 0xF0, 0xEB, 0xA1, 0x62, 0x86, 0xA2, 0xD5, 0x7E, 0xA0, 0x99, 0x11,
    +        0x68, 0xD4, 0x99, 0x46, 0x37, 0xE8, 0x34, 0x3E, 0x36,
    +        /* y */
    +        0x00, 0xD5, 0x1F, 0xBC, 0x6C, 0x71, 0xA0, 0x09, 0x4F, 0xA2, 0xCD, 0xD5,
    +        0x45, 0xB1, 0x1C, 0x5C, 0x0C, 0x79, 0x73, 0x24, 0xF1,
    +        /* order */
    +        0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x92,
    +        0xFE, 0x77, 0xE7, 0x0C, 0x12, 0xA4, 0x23, 0x4C, 0x33
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 25 * 6];
    +} _EC_SECG_CHAR2_193R1 = {
    +    {
    +        NID_X9_62_characteristic_two_field, 20, 25, 2
    +    },
    +    {
    +        /* seed */
    +        0x10, 0x3F, 0xAE, 0xC7, 0x4D, 0x69, 0x6E, 0x67, 0x68, 0x75, 0x61, 0x51,
    +        0x75, 0x77, 0x7F, 0xC5, 0xB1, 0x91, 0xEF, 0x30,
    +        /* p */
    +        0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80,
    +        0x01,
    +        /* a */
    +        0x00, 0x17, 0x85, 0x8F, 0xEB, 0x7A, 0x98, 0x97, 0x51, 0x69, 0xE1, 0x71,
    +        0xF7, 0x7B, 0x40, 0x87, 0xDE, 0x09, 0x8A, 0xC8, 0xA9, 0x11, 0xDF, 0x7B,
    +        0x01,
    +        /* b */
    +        0x00, 0xFD, 0xFB, 0x49, 0xBF, 0xE6, 0xC3, 0xA8, 0x9F, 0xAC, 0xAD, 0xAA,
    +        0x7A, 0x1E, 0x5B, 0xBC, 0x7C, 0xC1, 0xC2, 0xE5, 0xD8, 0x31, 0x47, 0x88,
    +        0x14,
    +        /* x */
    +        0x01, 0xF4, 0x81, 0xBC, 0x5F, 0x0F, 0xF8, 0x4A, 0x74, 0xAD, 0x6C, 0xDF,
    +        0x6F, 0xDE, 0xF4, 0xBF, 0x61, 0x79, 0x62, 0x53, 0x72, 0xD8, 0xC0, 0xC5,
    +        0xE1,
    +        /* y */
    +        0x00, 0x25, 0xE3, 0x99, 0xF2, 0x90, 0x37, 0x12, 0xCC, 0xF3, 0xEA, 0x9E,
    +        0x3A, 0x1A, 0xD1, 0x7F, 0xB0, 0xB3, 0x20, 0x1B, 0x6A, 0xF7, 0xCE, 0x1B,
    +        0x05,
    +        /* order */
    +        0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0xC7, 0xF3, 0x4A, 0x77, 0x8F, 0x44, 0x3A, 0xCC, 0x92, 0x0E, 0xBA,
    +        0x49
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 25 * 6];
    +} _EC_SECG_CHAR2_193R2 = {
    +    {
    +        NID_X9_62_characteristic_two_field, 20, 25, 2
    +    },
    +    {
    +        /* seed */
    +        0x10, 0xB7, 0xB4, 0xD6, 0x96, 0xE6, 0x76, 0x87, 0x56, 0x15, 0x17, 0x51,
    +        0x37, 0xC8, 0xA1, 0x6F, 0xD0, 0xDA, 0x22, 0x11,
    +        /* p */
    +        0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80,
    +        0x01,
    +        /* a */
    +        0x01, 0x63, 0xF3, 0x5A, 0x51, 0x37, 0xC2, 0xCE, 0x3E, 0xA6, 0xED, 0x86,
    +        0x67, 0x19, 0x0B, 0x0B, 0xC4, 0x3E, 0xCD, 0x69, 0x97, 0x77, 0x02, 0x70,
    +        0x9B,
    +        /* b */
    +        0x00, 0xC9, 0xBB, 0x9E, 0x89, 0x27, 0xD4, 0xD6, 0x4C, 0x37, 0x7E, 0x2A,
    +        0xB2, 0x85, 0x6A, 0x5B, 0x16, 0xE3, 0xEF, 0xB7, 0xF6, 0x1D, 0x43, 0x16,
    +        0xAE,
    +        /* x */
    +        0x00, 0xD9, 0xB6, 0x7D, 0x19, 0x2E, 0x03, 0x67, 0xC8, 0x03, 0xF3, 0x9E,
    +        0x1A, 0x7E, 0x82, 0xCA, 0x14, 0xA6, 0x51, 0x35, 0x0A, 0xAE, 0x61, 0x7E,
    +        0x8F,
    +        /* y */
    +        0x01, 0xCE, 0x94, 0x33, 0x56, 0x07, 0xC3, 0x04, 0xAC, 0x29, 0xE7, 0xDE,
    +        0xFB, 0xD9, 0xCA, 0x01, 0xF5, 0x96, 0xF9, 0x27, 0x22, 0x4C, 0xDE, 0xCF,
    +        0x6C,
    +        /* order */
    +        0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x01, 0x5A, 0xAB, 0x56, 0x1B, 0x00, 0x54, 0x13, 0xCC, 0xD4, 0xEE, 0x99,
    +        0xD5
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 30 * 6];
    +} _EC_NIST_CHAR2_233K = {
    +    {
    +        NID_X9_62_characteristic_two_field, 0, 30, 4
    +    },
    +    {
    +        /* no seed */
    +        0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
    +        /* a */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        /* b */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
    +        /* x */
    +        0x01, 0x72, 0x32, 0xBA, 0x85, 0x3A, 0x7E, 0x73, 0x1A, 0xF1, 0x29, 0xF2,
    +        0x2F, 0xF4, 0x14, 0x95, 0x63, 0xA4, 0x19, 0xC2, 0x6B, 0xF5, 0x0A, 0x4C,
    +        0x9D, 0x6E, 0xEF, 0xAD, 0x61, 0x26,
    +        /* y */
    +        0x01, 0xDB, 0x53, 0x7D, 0xEC, 0xE8, 0x19, 0xB7, 0xF7, 0x0F, 0x55, 0x5A,
    +        0x67, 0xC4, 0x27, 0xA8, 0xCD, 0x9B, 0xF1, 0x8A, 0xEB, 0x9B, 0x56, 0xE0,
    +        0xC1, 0x10, 0x56, 0xFA, 0xE6, 0xA3,
    +        /* order */
    +        0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x06, 0x9D, 0x5B, 0xB9, 0x15, 0xBC, 0xD4, 0x6E, 0xFB,
    +        0x1A, 0xD5, 0xF1, 0x73, 0xAB, 0xDF
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 30 * 6];
    +} _EC_NIST_CHAR2_233B = {
    +    {
    +        NID_X9_62_characteristic_two_field, 20, 30, 2
    +    },
    +    {
    +        /* seed */
    +        0x74, 0xD5, 0x9F, 0xF0, 0x7F, 0x6B, 0x41, 0x3D, 0x0E, 0xA1, 0x4B, 0x34,
    +        0x4B, 0x20, 0xA2, 0xDB, 0x04, 0x9B, 0x50, 0xC3,
    +        /* p */
    +        0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
    +        /* a */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
    +        /* b */
    +        0x00, 0x66, 0x64, 0x7E, 0xDE, 0x6C, 0x33, 0x2C, 0x7F, 0x8C, 0x09, 0x23,
    +        0xBB, 0x58, 0x21, 0x3B, 0x33, 0x3B, 0x20, 0xE9, 0xCE, 0x42, 0x81, 0xFE,
    +        0x11, 0x5F, 0x7D, 0x8F, 0x90, 0xAD,
    +        /* x */
    +        0x00, 0xFA, 0xC9, 0xDF, 0xCB, 0xAC, 0x83, 0x13, 0xBB, 0x21, 0x39, 0xF1,
    +        0xBB, 0x75, 0x5F, 0xEF, 0x65, 0xBC, 0x39, 0x1F, 0x8B, 0x36, 0xF8, 0xF8,
    +        0xEB, 0x73, 0x71, 0xFD, 0x55, 0x8B,
    +        /* y */
    +        0x01, 0x00, 0x6A, 0x08, 0xA4, 0x19, 0x03, 0x35, 0x06, 0x78, 0xE5, 0x85,
    +        0x28, 0xBE, 0xBF, 0x8A, 0x0B, 0xEF, 0xF8, 0x67, 0xA7, 0xCA, 0x36, 0x71,
    +        0x6F, 0x7E, 0x01, 0xF8, 0x10, 0x52,
    +        /* order */
    +        0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x13, 0xE9, 0x74, 0xE7, 0x2F, 0x8A, 0x69, 0x22, 0x03,
    +        0x1D, 0x26, 0x03, 0xCF, 0xE0, 0xD7
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 30 * 6];
    +} _EC_SECG_CHAR2_239K1 = {
    +    {
    +        NID_X9_62_characteristic_two_field, 0, 30, 4
    +    },
    +    {
    +        /* no seed */
    +        0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
    +        /* a */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        /* b */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
    +        /* x */
    +        0x29, 0xA0, 0xB6, 0xA8, 0x87, 0xA9, 0x83, 0xE9, 0x73, 0x09, 0x88, 0xA6,
    +        0x87, 0x27, 0xA8, 0xB2, 0xD1, 0x26, 0xC4, 0x4C, 0xC2, 0xCC, 0x7B, 0x2A,
    +        0x65, 0x55, 0x19, 0x30, 0x35, 0xDC,
    +        /* y */
    +        0x76, 0x31, 0x08, 0x04, 0xF1, 0x2E, 0x54, 0x9B, 0xDB, 0x01, 0x1C, 0x10,
    +        0x30, 0x89, 0xE7, 0x35, 0x10, 0xAC, 0xB2, 0x75, 0xFC, 0x31, 0x2A, 0x5D,
    +        0xC6, 0xB7, 0x65, 0x53, 0xF0, 0xCA,
    +        /* order */
    +        0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x5A, 0x79, 0xFE, 0xC6, 0x7C, 0xB6, 0xE9, 0x1F, 0x1C,
    +        0x1D, 0xA8, 0x00, 0xE4, 0x78, 0xA5
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 36 * 6];
    +} _EC_NIST_CHAR2_283K = {
    +    {
    +        NID_X9_62_characteristic_two_field, 0, 36, 4
    +    },
    +    {
    +        /* no seed */
    +        0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0xA1,
    +        /* a */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        /* b */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
    +        /* x */
    +        0x05, 0x03, 0x21, 0x3F, 0x78, 0xCA, 0x44, 0x88, 0x3F, 0x1A, 0x3B, 0x81,
    +        0x62, 0xF1, 0x88, 0xE5, 0x53, 0xCD, 0x26, 0x5F, 0x23, 0xC1, 0x56, 0x7A,
    +        0x16, 0x87, 0x69, 0x13, 0xB0, 0xC2, 0xAC, 0x24, 0x58, 0x49, 0x28, 0x36,
    +        /* y */
    +        0x01, 0xCC, 0xDA, 0x38, 0x0F, 0x1C, 0x9E, 0x31, 0x8D, 0x90, 0xF9, 0x5D,
    +        0x07, 0xE5, 0x42, 0x6F, 0xE8, 0x7E, 0x45, 0xC0, 0xE8, 0x18, 0x46, 0x98,
    +        0xE4, 0x59, 0x62, 0x36, 0x4E, 0x34, 0x11, 0x61, 0x77, 0xDD, 0x22, 0x59,
    +        /* order */
    +        0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xE9, 0xAE, 0x2E, 0xD0, 0x75, 0x77,
    +        0x26, 0x5D, 0xFF, 0x7F, 0x94, 0x45, 0x1E, 0x06, 0x1E, 0x16, 0x3C, 0x61
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 36 * 6];
    +} _EC_NIST_CHAR2_283B = {
    +    {
    +        NID_X9_62_characteristic_two_field, 20, 36, 2
    +    },
    +    {
    +        /* no seed */
    +        0x77, 0xE2, 0xB0, 0x73, 0x70, 0xEB, 0x0F, 0x83, 0x2A, 0x6D, 0xD5, 0xB6,
    +        0x2D, 0xFC, 0x88, 0xCD, 0x06, 0xBB, 0x84, 0xBE,
    +        /* p */
    +        0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0xA1,
    +        /* a */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
    +        /* b */
    +        0x02, 0x7B, 0x68, 0x0A, 0xC8, 0xB8, 0x59, 0x6D, 0xA5, 0xA4, 0xAF, 0x8A,
    +        0x19, 0xA0, 0x30, 0x3F, 0xCA, 0x97, 0xFD, 0x76, 0x45, 0x30, 0x9F, 0xA2,
    +        0xA5, 0x81, 0x48, 0x5A, 0xF6, 0x26, 0x3E, 0x31, 0x3B, 0x79, 0xA2, 0xF5,
    +        /* x */
    +        0x05, 0xF9, 0x39, 0x25, 0x8D, 0xB7, 0xDD, 0x90, 0xE1, 0x93, 0x4F, 0x8C,
    +        0x70, 0xB0, 0xDF, 0xEC, 0x2E, 0xED, 0x25, 0xB8, 0x55, 0x7E, 0xAC, 0x9C,
    +        0x80, 0xE2, 0xE1, 0x98, 0xF8, 0xCD, 0xBE, 0xCD, 0x86, 0xB1, 0x20, 0x53,
    +        /* y */
    +        0x03, 0x67, 0x68, 0x54, 0xFE, 0x24, 0x14, 0x1C, 0xB9, 0x8F, 0xE6, 0xD4,
    +        0xB2, 0x0D, 0x02, 0xB4, 0x51, 0x6F, 0xF7, 0x02, 0x35, 0x0E, 0xDD, 0xB0,
    +        0x82, 0x67, 0x79, 0xC8, 0x13, 0xF0, 0xDF, 0x45, 0xBE, 0x81, 0x12, 0xF4,
    +        /* order */
    +        0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xEF, 0x90, 0x39, 0x96, 0x60, 0xFC,
    +        0x93, 0x8A, 0x90, 0x16, 0x5B, 0x04, 0x2A, 0x7C, 0xEF, 0xAD, 0xB3, 0x07
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 52 * 6];
    +} _EC_NIST_CHAR2_409K = {
    +    {
    +        NID_X9_62_characteristic_two_field, 0, 52, 4
    +    },
    +    {
    +        /* no seed */
    +        /* p */
    +        0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x01,
    +        /* a */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00,
    +        /* b */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x01,
    +        /* x */
    +        0x00, 0x60, 0xF0, 0x5F, 0x65, 0x8F, 0x49, 0xC1, 0xAD, 0x3A, 0xB1, 0x89,
    +        0x0F, 0x71, 0x84, 0x21, 0x0E, 0xFD, 0x09, 0x87, 0xE3, 0x07, 0xC8, 0x4C,
    +        0x27, 0xAC, 0xCF, 0xB8, 0xF9, 0xF6, 0x7C, 0xC2, 0xC4, 0x60, 0x18, 0x9E,
    +        0xB5, 0xAA, 0xAA, 0x62, 0xEE, 0x22, 0x2E, 0xB1, 0xB3, 0x55, 0x40, 0xCF,
    +        0xE9, 0x02, 0x37, 0x46,
    +        /* y */
    +        0x01, 0xE3, 0x69, 0x05, 0x0B, 0x7C, 0x4E, 0x42, 0xAC, 0xBA, 0x1D, 0xAC,
    +        0xBF, 0x04, 0x29, 0x9C, 0x34, 0x60, 0x78, 0x2F, 0x91, 0x8E, 0xA4, 0x27,
    +        0xE6, 0x32, 0x51, 0x65, 0xE9, 0xEA, 0x10, 0xE3, 0xDA, 0x5F, 0x6C, 0x42,
    +        0xE9, 0xC5, 0x52, 0x15, 0xAA, 0x9C, 0xA2, 0x7A, 0x58, 0x63, 0xEC, 0x48,
    +        0xD8, 0xE0, 0x28, 0x6B,
    +        /* order */
    +        0x00, 0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFE, 0x5F, 0x83, 0xB2, 0xD4, 0xEA, 0x20, 0x40, 0x0E, 0xC4,
    +        0x55, 0x7D, 0x5E, 0xD3, 0xE3, 0xE7, 0xCA, 0x5B, 0x4B, 0x5C, 0x83, 0xB8,
    +        0xE0, 0x1E, 0x5F, 0xCF
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 52 * 6];
    +} _EC_NIST_CHAR2_409B = {
    +    {
    +        NID_X9_62_characteristic_two_field, 20, 52, 2
    +    },
    +    {
    +        /* seed */
    +        0x40, 0x99, 0xB5, 0xA4, 0x57, 0xF9, 0xD6, 0x9F, 0x79, 0x21, 0x3D, 0x09,
    +        0x4C, 0x4B, 0xCD, 0x4D, 0x42, 0x62, 0x21, 0x0B,
    +        /* p */
    +        0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x01,
    +        /* a */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x01,
    +        /* b */
    +        0x00, 0x21, 0xA5, 0xC2, 0xC8, 0xEE, 0x9F, 0xEB, 0x5C, 0x4B, 0x9A, 0x75,
    +        0x3B, 0x7B, 0x47, 0x6B, 0x7F, 0xD6, 0x42, 0x2E, 0xF1, 0xF3, 0xDD, 0x67,
    +        0x47, 0x61, 0xFA, 0x99, 0xD6, 0xAC, 0x27, 0xC8, 0xA9, 0xA1, 0x97, 0xB2,
    +        0x72, 0x82, 0x2F, 0x6C, 0xD5, 0x7A, 0x55, 0xAA, 0x4F, 0x50, 0xAE, 0x31,
    +        0x7B, 0x13, 0x54, 0x5F,
    +        /* x */
    +        0x01, 0x5D, 0x48, 0x60, 0xD0, 0x88, 0xDD, 0xB3, 0x49, 0x6B, 0x0C, 0x60,
    +        0x64, 0x75, 0x62, 0x60, 0x44, 0x1C, 0xDE, 0x4A, 0xF1, 0x77, 0x1D, 0x4D,
    +        0xB0, 0x1F, 0xFE, 0x5B, 0x34, 0xE5, 0x97, 0x03, 0xDC, 0x25, 0x5A, 0x86,
    +        0x8A, 0x11, 0x80, 0x51, 0x56, 0x03, 0xAE, 0xAB, 0x60, 0x79, 0x4E, 0x54,
    +        0xBB, 0x79, 0x96, 0xA7,
    +        /* y */
    +        0x00, 0x61, 0xB1, 0xCF, 0xAB, 0x6B, 0xE5, 0xF3, 0x2B, 0xBF, 0xA7, 0x83,
    +        0x24, 0xED, 0x10, 0x6A, 0x76, 0x36, 0xB9, 0xC5, 0xA7, 0xBD, 0x19, 0x8D,
    +        0x01, 0x58, 0xAA, 0x4F, 0x54, 0x88, 0xD0, 0x8F, 0x38, 0x51, 0x4F, 0x1F,
    +        0xDF, 0x4B, 0x4F, 0x40, 0xD2, 0x18, 0x1B, 0x36, 0x81, 0xC3, 0x64, 0xBA,
    +        0x02, 0x73, 0xC7, 0x06,
    +        /* order */
    +        0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x01, 0xE2, 0xAA, 0xD6, 0xA6, 0x12, 0xF3, 0x33, 0x07, 0xBE,
    +        0x5F, 0xA4, 0x7C, 0x3C, 0x9E, 0x05, 0x2F, 0x83, 0x81, 0x64, 0xCD, 0x37,
    +        0xD9, 0xA2, 0x11, 0x73
    +    }
    +};
     
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* a */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 72 * 6];
    +} _EC_NIST_CHAR2_571K = {
    +    {
    +        NID_X9_62_characteristic_two_field, 0, 72, 4
    +    },
    +    {
    +        /* no seed */
    +        /* p */
    +        0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x25,
    +        /* a */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        /* b */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
    +        /* x */
    +        0x02, 0x6E, 0xB7, 0xA8, 0x59, 0x92, 0x3F, 0xBC, 0x82, 0x18, 0x96, 0x31,
    +        0xF8, 0x10, 0x3F, 0xE4, 0xAC, 0x9C, 0xA2, 0x97, 0x00, 0x12, 0xD5, 0xD4,
    +        0x60, 0x24, 0x80, 0x48, 0x01, 0x84, 0x1C, 0xA4, 0x43, 0x70, 0x95, 0x84,
    +        0x93, 0xB2, 0x05, 0xE6, 0x47, 0xDA, 0x30, 0x4D, 0xB4, 0xCE, 0xB0, 0x8C,
    +        0xBB, 0xD1, 0xBA, 0x39, 0x49, 0x47, 0x76, 0xFB, 0x98, 0x8B, 0x47, 0x17,
    +        0x4D, 0xCA, 0x88, 0xC7, 0xE2, 0x94, 0x52, 0x83, 0xA0, 0x1C, 0x89, 0x72,
    +        /* y */
    +        0x03, 0x49, 0xDC, 0x80, 0x7F, 0x4F, 0xBF, 0x37, 0x4F, 0x4A, 0xEA, 0xDE,
    +        0x3B, 0xCA, 0x95, 0x31, 0x4D, 0xD5, 0x8C, 0xEC, 0x9F, 0x30, 0x7A, 0x54,
    +        0xFF, 0xC6, 0x1E, 0xFC, 0x00, 0x6D, 0x8A, 0x2C, 0x9D, 0x49, 0x79, 0xC0,
    +        0xAC, 0x44, 0xAE, 0xA7, 0x4F, 0xBE, 0xBB, 0xB9, 0xF7, 0x72, 0xAE, 0xDC,
    +        0xB6, 0x20, 0xB0, 0x1A, 0x7B, 0xA7, 0xAF, 0x1B, 0x32, 0x04, 0x30, 0xC8,
    +        0x59, 0x19, 0x84, 0xF6, 0x01, 0xCD, 0x4C, 0x14, 0x3E, 0xF1, 0xC7, 0xA3,
    +        /* order */
    +        0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x13, 0x18, 0x50, 0xE1, 0xF1, 0x9A, 0x63, 0xE4, 0xB3, 0x91, 0xA8, 0xDB,
    +        0x91, 0x7F, 0x41, 0x38, 0xB6, 0x30, 0xD8, 0x4B, 0xE5, 0xD6, 0x39, 0x38,
    +        0x1E, 0x91, 0xDE, 0xB4, 0x5C, 0xFE, 0x77, 0x8F, 0x63, 0x7C, 0x10, 0x01
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 72 * 6];
    +} _EC_NIST_CHAR2_571B = {
    +    {
    +        NID_X9_62_characteristic_two_field, 20, 72, 2
    +    },
    +    {
    +        /* seed */
    +        0x2A, 0xA0, 0x58, 0xF7, 0x3A, 0x0E, 0x33, 0xAB, 0x48, 0x6B, 0x0F, 0x61,
    +        0x04, 0x10, 0xC5, 0x3A, 0x7F, 0x13, 0x23, 0x10,
    +        /* p */
    +        0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x25,
    +        /* a */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
    +        /* b */
    +        0x02, 0xF4, 0x0E, 0x7E, 0x22, 0x21, 0xF2, 0x95, 0xDE, 0x29, 0x71, 0x17,
    +        0xB7, 0xF3, 0xD6, 0x2F, 0x5C, 0x6A, 0x97, 0xFF, 0xCB, 0x8C, 0xEF, 0xF1,
    +        0xCD, 0x6B, 0xA8, 0xCE, 0x4A, 0x9A, 0x18, 0xAD, 0x84, 0xFF, 0xAB, 0xBD,
    +        0x8E, 0xFA, 0x59, 0x33, 0x2B, 0xE7, 0xAD, 0x67, 0x56, 0xA6, 0x6E, 0x29,
    +        0x4A, 0xFD, 0x18, 0x5A, 0x78, 0xFF, 0x12, 0xAA, 0x52, 0x0E, 0x4D, 0xE7,
    +        0x39, 0xBA, 0xCA, 0x0C, 0x7F, 0xFE, 0xFF, 0x7F, 0x29, 0x55, 0x72, 0x7A,
    +        /* x */
    +        0x03, 0x03, 0x00, 0x1D, 0x34, 0xB8, 0x56, 0x29, 0x6C, 0x16, 0xC0, 0xD4,
    +        0x0D, 0x3C, 0xD7, 0x75, 0x0A, 0x93, 0xD1, 0xD2, 0x95, 0x5F, 0xA8, 0x0A,
    +        0xA5, 0xF4, 0x0F, 0xC8, 0xDB, 0x7B, 0x2A, 0xBD, 0xBD, 0xE5, 0x39, 0x50,
    +        0xF4, 0xC0, 0xD2, 0x93, 0xCD, 0xD7, 0x11, 0xA3, 0x5B, 0x67, 0xFB, 0x14,
    +        0x99, 0xAE, 0x60, 0x03, 0x86, 0x14, 0xF1, 0x39, 0x4A, 0xBF, 0xA3, 0xB4,
    +        0xC8, 0x50, 0xD9, 0x27, 0xE1, 0xE7, 0x76, 0x9C, 0x8E, 0xEC, 0x2D, 0x19,
    +        /* y */
    +        0x03, 0x7B, 0xF2, 0x73, 0x42, 0xDA, 0x63, 0x9B, 0x6D, 0xCC, 0xFF, 0xFE,
    +        0xB7, 0x3D, 0x69, 0xD7, 0x8C, 0x6C, 0x27, 0xA6, 0x00, 0x9C, 0xBB, 0xCA,
    +        0x19, 0x80, 0xF8, 0x53, 0x39, 0x21, 0xE8, 0xA6, 0x84, 0x42, 0x3E, 0x43,
    +        0xBA, 0xB0, 0x8A, 0x57, 0x62, 0x91, 0xAF, 0x8F, 0x46, 0x1B, 0xB2, 0xA8,
    +        0xB3, 0x53, 0x1D, 0x2F, 0x04, 0x85, 0xC1, 0x9B, 0x16, 0xE2, 0xF1, 0x51,
    +        0x6E, 0x23, 0xDD, 0x3C, 0x1A, 0x48, 0x27, 0xAF, 0x1B, 0x8A, 0xC1, 0x5B,
    +        /* order */
    +        0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xE6, 0x61, 0xCE, 0x18, 0xFF, 0x55, 0x98, 0x73, 0x08, 0x05, 0x9B, 0x18,
    +        0x68, 0x23, 0x85, 0x1E, 0xC7, 0xDD, 0x9C, 0xA1, 0x16, 0x1D, 0xE9, 0x3D,
    +        0x51, 0x74, 0xD6, 0x6E, 0x83, 0x82, 0xE9, 0xBB, 0x2F, 0xE8, 0x4E, 0x47
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 21 * 6];
    +} _EC_X9_62_CHAR2_163V1 = {
    +    {
    +        NID_X9_62_characteristic_two_field, 20, 21, 2
    +    },
    +    {
    +        /* seed */
    +        0xD2, 0xC0, 0xFB, 0x15, 0x76, 0x08, 0x60, 0xDE, 0xF1, 0xEE, 0xF4, 0xD6,
    +        0x96, 0xE6, 0x76, 0x87, 0x56, 0x15, 0x17, 0x54,
    +        /* p */
    +        0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x07,
    +        /* a */
    +        0x07, 0x25, 0x46, 0xB5, 0x43, 0x52, 0x34, 0xA4, 0x22, 0xE0, 0x78, 0x96,
    +        0x75, 0xF4, 0x32, 0xC8, 0x94, 0x35, 0xDE, 0x52, 0x42,
    +        /* b */
    +        0x00, 0xC9, 0x51, 0x7D, 0x06, 0xD5, 0x24, 0x0D, 0x3C, 0xFF, 0x38, 0xC7,
    +        0x4B, 0x20, 0xB6, 0xCD, 0x4D, 0x6F, 0x9D, 0xD4, 0xD9,
    +        /* x */
    +        0x07, 0xAF, 0x69, 0x98, 0x95, 0x46, 0x10, 0x3D, 0x79, 0x32, 0x9F, 0xCC,
    +        0x3D, 0x74, 0x88, 0x0F, 0x33, 0xBB, 0xE8, 0x03, 0xCB,
    +        /* y */
    +        0x01, 0xEC, 0x23, 0x21, 0x1B, 0x59, 0x66, 0xAD, 0xEA, 0x1D, 0x3F, 0x87,
    +        0xF7, 0xEA, 0x58, 0x48, 0xAE, 0xF0, 0xB7, 0xCA, 0x9F,
    +        /* order */
    +        0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xE6,
    +        0x0F, 0xC8, 0x82, 0x1C, 0xC7, 0x4D, 0xAE, 0xAF, 0xC1
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 21 * 6];
    +} _EC_X9_62_CHAR2_163V2 = {
    +    {
    +        NID_X9_62_characteristic_two_field, 20, 21, 2
    +    },
    +    {
    +        /* seed */
    +        0x53, 0x81, 0x4C, 0x05, 0x0D, 0x44, 0xD6, 0x96, 0xE6, 0x76, 0x87, 0x56,
    +        0x15, 0x17, 0x58, 0x0C, 0xA4, 0xE2, 0x9F, 0xFD,
    +        /* p */
    +        0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x07,
    +        /* a */
    +        0x01, 0x08, 0xB3, 0x9E, 0x77, 0xC4, 0xB1, 0x08, 0xBE, 0xD9, 0x81, 0xED,
    +        0x0E, 0x89, 0x0E, 0x11, 0x7C, 0x51, 0x1C, 0xF0, 0x72,
    +        /* b */
    +        0x06, 0x67, 0xAC, 0xEB, 0x38, 0xAF, 0x4E, 0x48, 0x8C, 0x40, 0x74, 0x33,
    +        0xFF, 0xAE, 0x4F, 0x1C, 0x81, 0x16, 0x38, 0xDF, 0x20,
    +        /* x */
    +        0x00, 0x24, 0x26, 0x6E, 0x4E, 0xB5, 0x10, 0x6D, 0x0A, 0x96, 0x4D, 0x92,
    +        0xC4, 0x86, 0x0E, 0x26, 0x71, 0xDB, 0x9B, 0x6C, 0xC5,
    +        /* y */
    +        0x07, 0x9F, 0x68, 0x4D, 0xDF, 0x66, 0x84, 0xC5, 0xCD, 0x25, 0x8B, 0x38,
    +        0x90, 0x02, 0x1B, 0x23, 0x86, 0xDF, 0xD1, 0x9F, 0xC5,
    +        /* order */
    +        0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFD, 0xF6,
    +        0x4D, 0xE1, 0x15, 0x1A, 0xDB, 0xB7, 0x8F, 0x10, 0xA7
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 21 * 6];
    +} _EC_X9_62_CHAR2_163V3 = {
    +    {
    +        NID_X9_62_characteristic_two_field, 20, 21, 2
    +    },
    +    {
    +        /* seed */
    +        0x50, 0xCB, 0xF1, 0xD9, 0x5C, 0xA9, 0x4D, 0x69, 0x6E, 0x67, 0x68, 0x75,
    +        0x61, 0x51, 0x75, 0xF1, 0x6A, 0x36, 0xA3, 0xB8,
    +        /* p */
    +        0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x07,
    +        /* a */
    +        0x07, 0xA5, 0x26, 0xC6, 0x3D, 0x3E, 0x25, 0xA2, 0x56, 0xA0, 0x07, 0x69,
    +        0x9F, 0x54, 0x47, 0xE3, 0x2A, 0xE4, 0x56, 0xB5, 0x0E,
    +        /* b */
    +        0x03, 0xF7, 0x06, 0x17, 0x98, 0xEB, 0x99, 0xE2, 0x38, 0xFD, 0x6F, 0x1B,
    +        0xF9, 0x5B, 0x48, 0xFE, 0xEB, 0x48, 0x54, 0x25, 0x2B,
    +        /* x */
    +        0x02, 0xF9, 0xF8, 0x7B, 0x7C, 0x57, 0x4D, 0x0B, 0xDE, 0xCF, 0x8A, 0x22,
    +        0xE6, 0x52, 0x47, 0x75, 0xF9, 0x8C, 0xDE, 0xBD, 0xCB,
    +        /* y */
    +        0x05, 0xB9, 0x35, 0x59, 0x0C, 0x15, 0x5E, 0x17, 0xEA, 0x48, 0xEB, 0x3F,
    +        0xF3, 0x71, 0x8B, 0x89, 0x3D, 0xF5, 0x9A, 0x05, 0xD0,
    +        /* order */
    +        0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFE, 0x1A,
    +        0xEE, 0x14, 0x0F, 0x11, 0x0A, 0xFF, 0x96, 0x13, 0x09
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 23 * 6];
    +} _EC_X9_62_CHAR2_176V1 = {
    +    {
    +        NID_X9_62_characteristic_two_field, 0, 23, 0xFF6E
    +    },
    +    {
    +        /* no seed */
    +        /* p */
    +        0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x07,
    +        /* a */
    +        0x00, 0xE4, 0xE6, 0xDB, 0x29, 0x95, 0x06, 0x5C, 0x40, 0x7D, 0x9D, 0x39,
    +        0xB8, 0xD0, 0x96, 0x7B, 0x96, 0x70, 0x4B, 0xA8, 0xE9, 0xC9, 0x0B,
    +        /* b */
    +        0x00, 0x5D, 0xDA, 0x47, 0x0A, 0xBE, 0x64, 0x14, 0xDE, 0x8E, 0xC1, 0x33,
    +        0xAE, 0x28, 0xE9, 0xBB, 0xD7, 0xFC, 0xEC, 0x0A, 0xE0, 0xFF, 0xF2,
    +        /* x */
    +        0x00, 0x8D, 0x16, 0xC2, 0x86, 0x67, 0x98, 0xB6, 0x00, 0xF9, 0xF0, 0x8B,
    +        0xB4, 0xA8, 0xE8, 0x60, 0xF3, 0x29, 0x8C, 0xE0, 0x4A, 0x57, 0x98,
    +        /* y */
    +        0x00, 0x6F, 0xA4, 0x53, 0x9C, 0x2D, 0xAD, 0xDD, 0xD6, 0xBA, 0xB5, 0x16,
    +        0x7D, 0x61, 0xB4, 0x36, 0xE1, 0xD9, 0x2B, 0xB1, 0x6A, 0x56, 0x2C,
    +        /* order */
    +        0x00, 0x00, 0x01, 0x00, 0x92, 0x53, 0x73, 0x97, 0xEC, 0xA4, 0xF6, 0x14,
    +        0x57, 0x99, 0xD6, 0x2B, 0x0A, 0x19, 0xCE, 0x06, 0xFE, 0x26, 0xAD
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 24 * 6];
    +} _EC_X9_62_CHAR2_191V1 = {
    +    {
    +        NID_X9_62_characteristic_two_field, 20, 24, 2
    +    },
    +    {
    +        /* seed */
    +        0x4E, 0x13, 0xCA, 0x54, 0x27, 0x44, 0xD6, 0x96, 0xE6, 0x76, 0x87, 0x56,
    +        0x15, 0x17, 0x55, 0x2F, 0x27, 0x9A, 0x8C, 0x84,
    +        /* p */
    +        0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x01,
    +        /* a */
    +        0x28, 0x66, 0x53, 0x7B, 0x67, 0x67, 0x52, 0x63, 0x6A, 0x68, 0xF5, 0x65,
    +        0x54, 0xE1, 0x26, 0x40, 0x27, 0x6B, 0x64, 0x9E, 0xF7, 0x52, 0x62, 0x67,
    +        /* b */
    +        0x2E, 0x45, 0xEF, 0x57, 0x1F, 0x00, 0x78, 0x6F, 0x67, 0xB0, 0x08, 0x1B,
    +        0x94, 0x95, 0xA3, 0xD9, 0x54, 0x62, 0xF5, 0xDE, 0x0A, 0xA1, 0x85, 0xEC,
    +        /* x */
    +        0x36, 0xB3, 0xDA, 0xF8, 0xA2, 0x32, 0x06, 0xF9, 0xC4, 0xF2, 0x99, 0xD7,
    +        0xB2, 0x1A, 0x9C, 0x36, 0x91, 0x37, 0xF2, 0xC8, 0x4A, 0xE1, 0xAA, 0x0D,
    +        /* y */
    +        0x76, 0x5B, 0xE7, 0x34, 0x33, 0xB3, 0xF9, 0x5E, 0x33, 0x29, 0x32, 0xE7,
    +        0x0E, 0xA2, 0x45, 0xCA, 0x24, 0x18, 0xEA, 0x0E, 0xF9, 0x80, 0x18, 0xFB,
    +        /* order */
    +        0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x04, 0xA2, 0x0E, 0x90, 0xC3, 0x90, 0x67, 0xC8, 0x93, 0xBB, 0xB9, 0xA5
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 24 * 6];
    +} _EC_X9_62_CHAR2_191V2 = {
    +    {
    +        NID_X9_62_characteristic_two_field, 20, 24, 4
    +    },
    +    {
    +        /* seed */
    +        0x08, 0x71, 0xEF, 0x2F, 0xEF, 0x24, 0xD6, 0x96, 0xE6, 0x76, 0x87, 0x56,
    +        0x15, 0x17, 0x58, 0xBE, 0xE0, 0xD9, 0x5C, 0x15,
    +        /* p */
    +        0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x01,
    +        /* a */
    +        0x40, 0x10, 0x28, 0x77, 0x4D, 0x77, 0x77, 0xC7, 0xB7, 0x66, 0x6D, 0x13,
    +        0x66, 0xEA, 0x43, 0x20, 0x71, 0x27, 0x4F, 0x89, 0xFF, 0x01, 0xE7, 0x18,
    +        /* b */
    +        0x06, 0x20, 0x04, 0x8D, 0x28, 0xBC, 0xBD, 0x03, 0xB6, 0x24, 0x9C, 0x99,
    +        0x18, 0x2B, 0x7C, 0x8C, 0xD1, 0x97, 0x00, 0xC3, 0x62, 0xC4, 0x6A, 0x01,
    +        /* x */
    +        0x38, 0x09, 0xB2, 0xB7, 0xCC, 0x1B, 0x28, 0xCC, 0x5A, 0x87, 0x92, 0x6A,
    +        0xAD, 0x83, 0xFD, 0x28, 0x78, 0x9E, 0x81, 0xE2, 0xC9, 0xE3, 0xBF, 0x10,
    +        /* y */
    +        0x17, 0x43, 0x43, 0x86, 0x62, 0x6D, 0x14, 0xF3, 0xDB, 0xF0, 0x17, 0x60,
    +        0xD9, 0x21, 0x3A, 0x3E, 0x1C, 0xF3, 0x7A, 0xEC, 0x43, 0x7D, 0x66, 0x8A,
    +        /* order */
    +        0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x50, 0x50, 0x8C, 0xB8, 0x9F, 0x65, 0x28, 0x24, 0xE0, 0x6B, 0x81, 0x73
    +    }
    +};
     
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* b */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x33,0x8f,
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 24 * 6];
    +} _EC_X9_62_CHAR2_191V3 = {
    +    {
    +        NID_X9_62_characteristic_two_field, 20, 24, 6
    +    },
    +    {
    +        /* seed */
    +        0xE0, 0x53, 0x51, 0x2D, 0xC6, 0x84, 0xD6, 0x96, 0xE6, 0x76, 0x87, 0x56,
    +        0x15, 0x17, 0x50, 0x67, 0xAE, 0x78, 0x6D, 0x1F,
    +        /* p */
    +        0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x01,
    +        /* a */
    +        0x6C, 0x01, 0x07, 0x47, 0x56, 0x09, 0x91, 0x22, 0x22, 0x10, 0x56, 0x91,
    +        0x1C, 0x77, 0xD7, 0x7E, 0x77, 0xA7, 0x77, 0xE7, 0xE7, 0xE7, 0x7F, 0xCB,
    +        /* b */
    +        0x71, 0xFE, 0x1A, 0xF9, 0x26, 0xCF, 0x84, 0x79, 0x89, 0xEF, 0xEF, 0x8D,
    +        0xB4, 0x59, 0xF6, 0x63, 0x94, 0xD9, 0x0F, 0x32, 0xAD, 0x3F, 0x15, 0xE8,
    +        /* x */
    +        0x37, 0x5D, 0x4C, 0xE2, 0x4F, 0xDE, 0x43, 0x44, 0x89, 0xDE, 0x87, 0x46,
    +        0xE7, 0x17, 0x86, 0x01, 0x50, 0x09, 0xE6, 0x6E, 0x38, 0xA9, 0x26, 0xDD,
    +        /* y */
    +        0x54, 0x5A, 0x39, 0x17, 0x61, 0x96, 0x57, 0x5D, 0x98, 0x59, 0x99, 0x36,
    +        0x6E, 0x6A, 0xD3, 0x4C, 0xE0, 0xA7, 0x7C, 0xD7, 0x12, 0x7B, 0x06, 0xBE,
    +        /* order */
    +        0x15, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55,
    +        0x61, 0x0C, 0x0B, 0x19, 0x68, 0x12, 0xBF, 0xB6, 0x28, 0x8A, 0x3E, 0xA3
    +    }
    +};
     
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* x */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x7b,
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 27 * 6];
    +} _EC_X9_62_CHAR2_208W1 = {
    +    {
    +        NID_X9_62_characteristic_two_field, 0, 27, 0xFE48
    +    },
    +    {
    +        /* no seed */
    +        /* p */
    +        0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x07,
    +        /* a */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00,
    +        /* b */
    +        0x00, 0xC8, 0x61, 0x9E, 0xD4, 0x5A, 0x62, 0xE6, 0x21, 0x2E, 0x11, 0x60,
    +        0x34, 0x9E, 0x2B, 0xFA, 0x84, 0x44, 0x39, 0xFA, 0xFC, 0x2A, 0x3F, 0xD1,
    +        0x63, 0x8F, 0x9E,
    +        /* x */
    +        0x00, 0x89, 0xFD, 0xFB, 0xE4, 0xAB, 0xE1, 0x93, 0xDF, 0x95, 0x59, 0xEC,
    +        0xF0, 0x7A, 0xC0, 0xCE, 0x78, 0x55, 0x4E, 0x27, 0x84, 0xEB, 0x8C, 0x1E,
    +        0xD1, 0xA5, 0x7A,
    +        /* y */
    +        0x00, 0x0F, 0x55, 0xB5, 0x1A, 0x06, 0xE7, 0x8E, 0x9A, 0xC3, 0x8A, 0x03,
    +        0x5F, 0xF5, 0x20, 0xD8, 0xB0, 0x17, 0x81, 0xBE, 0xB1, 0xA6, 0xBB, 0x08,
    +        0x61, 0x7D, 0xE3,
    +        /* order */
    +        0x00, 0x00, 0x01, 0x01, 0xBA, 0xF9, 0x5C, 0x97, 0x23, 0xC5, 0x7B, 0x6C,
    +        0x21, 0xDA, 0x2E, 0xFF, 0x2D, 0x5E, 0xD5, 0x88, 0xBD, 0xD5, 0x71, 0x7E,
    +        0x21, 0x2F, 0x9D
    +    }
    +};
     
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* y */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0xc8,
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 30 * 6];
    +} _EC_X9_62_CHAR2_239V1 = {
    +    {
    +        NID_X9_62_characteristic_two_field, 20, 30, 4
    +    },
    +    {
    +        /* seed */
    +        0xD3, 0x4B, 0x9A, 0x4D, 0x69, 0x6E, 0x67, 0x68, 0x75, 0x61, 0x51, 0x75,
    +        0xCA, 0x71, 0xB9, 0x20, 0xBF, 0xEF, 0xB0, 0x5D,
    +        /* p */
    +        0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x10, 0x00, 0x00, 0x00, 0x01,
    +        /* a */
    +        0x32, 0x01, 0x08, 0x57, 0x07, 0x7C, 0x54, 0x31, 0x12, 0x3A, 0x46, 0xB8,
    +        0x08, 0x90, 0x67, 0x56, 0xF5, 0x43, 0x42, 0x3E, 0x8D, 0x27, 0x87, 0x75,
    +        0x78, 0x12, 0x57, 0x78, 0xAC, 0x76,
    +        /* b */
    +        0x79, 0x04, 0x08, 0xF2, 0xEE, 0xDA, 0xF3, 0x92, 0xB0, 0x12, 0xED, 0xEF,
    +        0xB3, 0x39, 0x2F, 0x30, 0xF4, 0x32, 0x7C, 0x0C, 0xA3, 0xF3, 0x1F, 0xC3,
    +        0x83, 0xC4, 0x22, 0xAA, 0x8C, 0x16,
    +        /* x */
    +        0x57, 0x92, 0x70, 0x98, 0xFA, 0x93, 0x2E, 0x7C, 0x0A, 0x96, 0xD3, 0xFD,
    +        0x5B, 0x70, 0x6E, 0xF7, 0xE5, 0xF5, 0xC1, 0x56, 0xE1, 0x6B, 0x7E, 0x7C,
    +        0x86, 0x03, 0x85, 0x52, 0xE9, 0x1D,
    +        /* y */
    +        0x61, 0xD8, 0xEE, 0x50, 0x77, 0xC3, 0x3F, 0xEC, 0xF6, 0xF1, 0xA1, 0x6B,
    +        0x26, 0x8D, 0xE4, 0x69, 0xC3, 0xC7, 0x74, 0x4E, 0xA9, 0xA9, 0x71, 0x64,
    +        0x9F, 0xC7, 0xA9, 0x61, 0x63, 0x05,
    +        /* order */
    +        0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x0F, 0x4D, 0x42, 0xFF, 0xE1, 0x49, 0x2A, 0x49, 0x93,
    +        0xF1, 0xCA, 0xD6, 0x66, 0xE4, 0x47
    +    }
    +};
     
    -	  0x02,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,	/* order */
    -	  0xC7,0xF3,0xC7,0x88,0x1B,0xD0,0x86,0x8F,0xA8,0x6C }
    -	};
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 30 * 6];
    +} _EC_X9_62_CHAR2_239V2 = {
    +    {
    +        NID_X9_62_characteristic_two_field, 20, 30, 6
    +    },
    +    {
    +        /* seed */
    +        0x2A, 0xA6, 0x98, 0x2F, 0xDF, 0xA4, 0xD6, 0x96, 0xE6, 0x76, 0x87, 0x56,
    +        0x15, 0x17, 0x5D, 0x26, 0x67, 0x27, 0x27, 0x7D,
    +        /* p */
    +        0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x10, 0x00, 0x00, 0x00, 0x01,
    +        /* a */
    +        0x42, 0x30, 0x01, 0x77, 0x57, 0xA7, 0x67, 0xFA, 0xE4, 0x23, 0x98, 0x56,
    +        0x9B, 0x74, 0x63, 0x25, 0xD4, 0x53, 0x13, 0xAF, 0x07, 0x66, 0x26, 0x64,
    +        0x79, 0xB7, 0x56, 0x54, 0xE6, 0x5F,
    +        /* b */
    +        0x50, 0x37, 0xEA, 0x65, 0x41, 0x96, 0xCF, 0xF0, 0xCD, 0x82, 0xB2, 0xC1,
    +        0x4A, 0x2F, 0xCF, 0x2E, 0x3F, 0xF8, 0x77, 0x52, 0x85, 0xB5, 0x45, 0x72,
    +        0x2F, 0x03, 0xEA, 0xCD, 0xB7, 0x4B,
    +        /* x */
    +        0x28, 0xF9, 0xD0, 0x4E, 0x90, 0x00, 0x69, 0xC8, 0xDC, 0x47, 0xA0, 0x85,
    +        0x34, 0xFE, 0x76, 0xD2, 0xB9, 0x00, 0xB7, 0xD7, 0xEF, 0x31, 0xF5, 0x70,
    +        0x9F, 0x20, 0x0C, 0x4C, 0xA2, 0x05,
    +        /* y */
    +        0x56, 0x67, 0x33, 0x4C, 0x45, 0xAF, 0xF3, 0xB5, 0xA0, 0x3B, 0xAD, 0x9D,
    +        0xD7, 0x5E, 0x2C, 0x71, 0xA9, 0x93, 0x62, 0x56, 0x7D, 0x54, 0x53, 0xF7,
    +        0xFA, 0x6E, 0x22, 0x7E, 0xC8, 0x33,
    +        /* order */
    +        0x15, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55,
    +        0x55, 0x55, 0x55, 0x3C, 0x6F, 0x28, 0x85, 0x25, 0x9C, 0x31, 0xE3, 0xFC,
    +        0xDF, 0x15, 0x46, 0x24, 0x52, 0x2D
    +    }
    +};
     
    -/* NOTE: The of curves over a extension field of non prime degree
    - * is not recommended (Weil-descent).
    - * As the group order is not a prime this curve is not suitable
    - * for ECDSA.
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 30 * 6];
    +} _EC_X9_62_CHAR2_239V3 = {
    +    {
    +        NID_X9_62_characteristic_two_field, 20, 30, 0xA
    +    },
    +    {
    +        /* seed */
    +        0x9E, 0x07, 0x6F, 0x4D, 0x69, 0x6E, 0x67, 0x68, 0x75, 0x61, 0x51, 0x75,
    +        0xE1, 0x1E, 0x9F, 0xDD, 0x77, 0xF9, 0x20, 0x41,
    +        /* p */
    +        0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x10, 0x00, 0x00, 0x00, 0x01,
    +        /* a */
    +        0x01, 0x23, 0x87, 0x74, 0x66, 0x6A, 0x67, 0x76, 0x6D, 0x66, 0x76, 0xF7,
    +        0x78, 0xE6, 0x76, 0xB6, 0x69, 0x99, 0x17, 0x66, 0x66, 0xE6, 0x87, 0x66,
    +        0x6D, 0x87, 0x66, 0xC6, 0x6A, 0x9F,
    +        /* b */
    +        0x6A, 0x94, 0x19, 0x77, 0xBA, 0x9F, 0x6A, 0x43, 0x51, 0x99, 0xAC, 0xFC,
    +        0x51, 0x06, 0x7E, 0xD5, 0x87, 0xF5, 0x19, 0xC5, 0xEC, 0xB5, 0x41, 0xB8,
    +        0xE4, 0x41, 0x11, 0xDE, 0x1D, 0x40,
    +        /* x */
    +        0x70, 0xF6, 0xE9, 0xD0, 0x4D, 0x28, 0x9C, 0x4E, 0x89, 0x91, 0x3C, 0xE3,
    +        0x53, 0x0B, 0xFD, 0xE9, 0x03, 0x97, 0x7D, 0x42, 0xB1, 0x46, 0xD5, 0x39,
    +        0xBF, 0x1B, 0xDE, 0x4E, 0x9C, 0x92,
    +        /* y */
    +        0x2E, 0x5A, 0x0E, 0xAF, 0x6E, 0x5E, 0x13, 0x05, 0xB9, 0x00, 0x4D, 0xCE,
    +        0x5C, 0x0E, 0xD7, 0xFE, 0x59, 0xA3, 0x56, 0x08, 0xF3, 0x38, 0x37, 0xC8,
    +        0x16, 0xD8, 0x0B, 0x79, 0xF4, 0x61,
    +        /* order */
    +        0x0C, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC,
    +        0xCC, 0xCC, 0xCC, 0xAC, 0x49, 0x12, 0xD2, 0xD9, 0xDF, 0x90, 0x3E, 0xF9,
    +        0x88, 0x8B, 0x8A, 0x0E, 0x4C, 0xFF
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 35 * 6];
    +} _EC_X9_62_CHAR2_272W1 = {
    +    {
    +        NID_X9_62_characteristic_two_field, 0, 35, 0xFF06
    +    },
    +    {
    +        /* no seed */
    +        /* p */
    +        0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0B,
    +        /* a */
    +        0x00, 0x91, 0xA0, 0x91, 0xF0, 0x3B, 0x5F, 0xBA, 0x4A, 0xB2, 0xCC, 0xF4,
    +        0x9C, 0x4E, 0xDD, 0x22, 0x0F, 0xB0, 0x28, 0x71, 0x2D, 0x42, 0xBE, 0x75,
    +        0x2B, 0x2C, 0x40, 0x09, 0x4D, 0xBA, 0xCD, 0xB5, 0x86, 0xFB, 0x20,
    +        /* b */
    +        0x00, 0x71, 0x67, 0xEF, 0xC9, 0x2B, 0xB2, 0xE3, 0xCE, 0x7C, 0x8A, 0xAA,
    +        0xFF, 0x34, 0xE1, 0x2A, 0x9C, 0x55, 0x70, 0x03, 0xD7, 0xC7, 0x3A, 0x6F,
    +        0xAF, 0x00, 0x3F, 0x99, 0xF6, 0xCC, 0x84, 0x82, 0xE5, 0x40, 0xF7,
    +        /* x */
    +        0x00, 0x61, 0x08, 0xBA, 0xBB, 0x2C, 0xEE, 0xBC, 0xF7, 0x87, 0x05, 0x8A,
    +        0x05, 0x6C, 0xBE, 0x0C, 0xFE, 0x62, 0x2D, 0x77, 0x23, 0xA2, 0x89, 0xE0,
    +        0x8A, 0x07, 0xAE, 0x13, 0xEF, 0x0D, 0x10, 0xD1, 0x71, 0xDD, 0x8D,
    +        /* y */
    +        0x00, 0x10, 0xC7, 0x69, 0x57, 0x16, 0x85, 0x1E, 0xEF, 0x6B, 0xA7, 0xF6,
    +        0x87, 0x2E, 0x61, 0x42, 0xFB, 0xD2, 0x41, 0xB8, 0x30, 0xFF, 0x5E, 0xFC,
    +        0xAC, 0xEC, 0xCA, 0xB0, 0x5E, 0x02, 0x00, 0x5D, 0xDE, 0x9D, 0x23,
    +        /* order */
    +        0x00, 0x00, 0x01, 0x00, 0xFA, 0xF5, 0x13, 0x54, 0xE0, 0xE3, 0x9E, 0x48,
    +        0x92, 0xDF, 0x6E, 0x31, 0x9C, 0x72, 0xC8, 0x16, 0x16, 0x03, 0xFA, 0x45,
    +        0xAA, 0x7B, 0x99, 0x8A, 0x16, 0x7B, 0x8F, 0x1E, 0x62, 0x95, 0x21
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 39 * 6];
    +} _EC_X9_62_CHAR2_304W1 = {
    +    {
    +        NID_X9_62_characteristic_two_field, 0, 39, 0xFE2E
    +    },
    +    {
    +        /* no seed */
    +        /* p */
    +        0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x08, 0x07,
    +        /* a */
    +        0x00, 0xFD, 0x0D, 0x69, 0x31, 0x49, 0xA1, 0x18, 0xF6, 0x51, 0xE6, 0xDC,
    +        0xE6, 0x80, 0x20, 0x85, 0x37, 0x7E, 0x5F, 0x88, 0x2D, 0x1B, 0x51, 0x0B,
    +        0x44, 0x16, 0x00, 0x74, 0xC1, 0x28, 0x80, 0x78, 0x36, 0x5A, 0x03, 0x96,
    +        0xC8, 0xE6, 0x81,
    +        /* b */
    +        0x00, 0xBD, 0xDB, 0x97, 0xE5, 0x55, 0xA5, 0x0A, 0x90, 0x8E, 0x43, 0xB0,
    +        0x1C, 0x79, 0x8E, 0xA5, 0xDA, 0xA6, 0x78, 0x8F, 0x1E, 0xA2, 0x79, 0x4E,
    +        0xFC, 0xF5, 0x71, 0x66, 0xB8, 0xC1, 0x40, 0x39, 0x60, 0x1E, 0x55, 0x82,
    +        0x73, 0x40, 0xBE,
    +        /* x */
    +        0x00, 0x19, 0x7B, 0x07, 0x84, 0x5E, 0x9B, 0xE2, 0xD9, 0x6A, 0xDB, 0x0F,
    +        0x5F, 0x3C, 0x7F, 0x2C, 0xFF, 0xBD, 0x7A, 0x3E, 0xB8, 0xB6, 0xFE, 0xC3,
    +        0x5C, 0x7F, 0xD6, 0x7F, 0x26, 0xDD, 0xF6, 0x28, 0x5A, 0x64, 0x4F, 0x74,
    +        0x0A, 0x26, 0x14,
    +        /* y */
    +        0x00, 0xE1, 0x9F, 0xBE, 0xB7, 0x6E, 0x0D, 0xA1, 0x71, 0x51, 0x7E, 0xCF,
    +        0x40, 0x1B, 0x50, 0x28, 0x9B, 0xF0, 0x14, 0x10, 0x32, 0x88, 0x52, 0x7A,
    +        0x9B, 0x41, 0x6A, 0x10, 0x5E, 0x80, 0x26, 0x0B, 0x54, 0x9F, 0xDC, 0x1B,
    +        0x92, 0xC0, 0x3B,
    +        /* order */
    +        0x00, 0x00, 0x01, 0x01, 0xD5, 0x56, 0x57, 0x2A, 0xAB, 0xAC, 0x80, 0x01,
    +        0x01, 0xD5, 0x56, 0x57, 0x2A, 0xAB, 0xAC, 0x80, 0x01, 0x02, 0x2D, 0x5C,
    +        0x91, 0xDD, 0x17, 0x3F, 0x8F, 0xB5, 0x61, 0xDA, 0x68, 0x99, 0x16, 0x44,
    +        0x43, 0x05, 0x1D
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[20 + 45 * 6];
    +} _EC_X9_62_CHAR2_359V1 = {
    +    {
    +        NID_X9_62_characteristic_two_field, 20, 45, 0x4C
    +    },
    +    {
    +        /* seed */
    +        0x2B, 0x35, 0x49, 0x20, 0xB7, 0x24, 0xD6, 0x96, 0xE6, 0x76, 0x87, 0x56,
    +        0x15, 0x17, 0x58, 0x5B, 0xA1, 0x33, 0x2D, 0xC6,
    +        /* p */
    +        0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
    +        /* a */
    +        0x56, 0x67, 0x67, 0x6A, 0x65, 0x4B, 0x20, 0x75, 0x4F, 0x35, 0x6E, 0xA9,
    +        0x20, 0x17, 0xD9, 0x46, 0x56, 0x7C, 0x46, 0x67, 0x55, 0x56, 0xF1, 0x95,
    +        0x56, 0xA0, 0x46, 0x16, 0xB5, 0x67, 0xD2, 0x23, 0xA5, 0xE0, 0x56, 0x56,
    +        0xFB, 0x54, 0x90, 0x16, 0xA9, 0x66, 0x56, 0xA5, 0x57,
    +        /* b */
    +        0x24, 0x72, 0xE2, 0xD0, 0x19, 0x7C, 0x49, 0x36, 0x3F, 0x1F, 0xE7, 0xF5,
    +        0xB6, 0xDB, 0x07, 0x5D, 0x52, 0xB6, 0x94, 0x7D, 0x13, 0x5D, 0x8C, 0xA4,
    +        0x45, 0x80, 0x5D, 0x39, 0xBC, 0x34, 0x56, 0x26, 0x08, 0x96, 0x87, 0x74,
    +        0x2B, 0x63, 0x29, 0xE7, 0x06, 0x80, 0x23, 0x19, 0x88,
    +        /* x */
    +        0x3C, 0x25, 0x8E, 0xF3, 0x04, 0x77, 0x67, 0xE7, 0xED, 0xE0, 0xF1, 0xFD,
    +        0xAA, 0x79, 0xDA, 0xEE, 0x38, 0x41, 0x36, 0x6A, 0x13, 0x2E, 0x16, 0x3A,
    +        0xCE, 0xD4, 0xED, 0x24, 0x01, 0xDF, 0x9C, 0x6B, 0xDC, 0xDE, 0x98, 0xE8,
    +        0xE7, 0x07, 0xC0, 0x7A, 0x22, 0x39, 0xB1, 0xB0, 0x97,
    +        /* y */
    +        0x53, 0xD7, 0xE0, 0x85, 0x29, 0x54, 0x70, 0x48, 0x12, 0x1E, 0x9C, 0x95,
    +        0xF3, 0x79, 0x1D, 0xD8, 0x04, 0x96, 0x39, 0x48, 0xF3, 0x4F, 0xAE, 0x7B,
    +        0xF4, 0x4E, 0xA8, 0x23, 0x65, 0xDC, 0x78, 0x68, 0xFE, 0x57, 0xE4, 0xAE,
    +        0x2D, 0xE2, 0x11, 0x30, 0x5A, 0x40, 0x71, 0x04, 0xBD,
    +        /* order */
    +        0x01, 0xAF, 0x28, 0x6B, 0xCA, 0x1A, 0xF2, 0x86, 0xBC, 0xA1, 0xAF, 0x28,
    +        0x6B, 0xCA, 0x1A, 0xF2, 0x86, 0xBC, 0xA1, 0xAF, 0x28, 0x6B, 0xC9, 0xFB,
    +        0x8F, 0x6B, 0x85, 0xC5, 0x56, 0x89, 0x2C, 0x20, 0xA7, 0xEB, 0x96, 0x4F,
    +        0xE7, 0x71, 0x9E, 0x74, 0xF4, 0x90, 0x75, 0x8D, 0x3B
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 47 * 6];
    +} _EC_X9_62_CHAR2_368W1 = {
    +    {
    +        NID_X9_62_characteristic_two_field, 0, 47, 0xFF70
    +    },
    +    {
    +        /* no seed */
    +        /* p */
    +        0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07,
    +        /* a */
    +        0x00, 0xE0, 0xD2, 0xEE, 0x25, 0x09, 0x52, 0x06, 0xF5, 0xE2, 0xA4, 0xF9,
    +        0xED, 0x22, 0x9F, 0x1F, 0x25, 0x6E, 0x79, 0xA0, 0xE2, 0xB4, 0x55, 0x97,
    +        0x0D, 0x8D, 0x0D, 0x86, 0x5B, 0xD9, 0x47, 0x78, 0xC5, 0x76, 0xD6, 0x2F,
    +        0x0A, 0xB7, 0x51, 0x9C, 0xCD, 0x2A, 0x1A, 0x90, 0x6A, 0xE3, 0x0D,
    +        /* b */
    +        0x00, 0xFC, 0x12, 0x17, 0xD4, 0x32, 0x0A, 0x90, 0x45, 0x2C, 0x76, 0x0A,
    +        0x58, 0xED, 0xCD, 0x30, 0xC8, 0xDD, 0x06, 0x9B, 0x3C, 0x34, 0x45, 0x38,
    +        0x37, 0xA3, 0x4E, 0xD5, 0x0C, 0xB5, 0x49, 0x17, 0xE1, 0xC2, 0x11, 0x2D,
    +        0x84, 0xD1, 0x64, 0xF4, 0x44, 0xF8, 0xF7, 0x47, 0x86, 0x04, 0x6A,
    +        /* x */
    +        0x00, 0x10, 0x85, 0xE2, 0x75, 0x53, 0x81, 0xDC, 0xCC, 0xE3, 0xC1, 0x55,
    +        0x7A, 0xFA, 0x10, 0xC2, 0xF0, 0xC0, 0xC2, 0x82, 0x56, 0x46, 0xC5, 0xB3,
    +        0x4A, 0x39, 0x4C, 0xBC, 0xFA, 0x8B, 0xC1, 0x6B, 0x22, 0xE7, 0xE7, 0x89,
    +        0xE9, 0x27, 0xBE, 0x21, 0x6F, 0x02, 0xE1, 0xFB, 0x13, 0x6A, 0x5F,
    +        /* y */
    +        0x00, 0x7B, 0x3E, 0xB1, 0xBD, 0xDC, 0xBA, 0x62, 0xD5, 0xD8, 0xB2, 0x05,
    +        0x9B, 0x52, 0x57, 0x97, 0xFC, 0x73, 0x82, 0x2C, 0x59, 0x05, 0x9C, 0x62,
    +        0x3A, 0x45, 0xFF, 0x38, 0x43, 0xCE, 0xE8, 0xF8, 0x7C, 0xD1, 0x85, 0x5A,
    +        0xDA, 0xA8, 0x1E, 0x2A, 0x07, 0x50, 0xB8, 0x0F, 0xDA, 0x23, 0x10,
    +        /* order */
    +        0x00, 0x00, 0x01, 0x00, 0x90, 0x51, 0x2D, 0xA9, 0xAF, 0x72, 0xB0, 0x83,
    +        0x49, 0xD9, 0x8A, 0x5D, 0xD4, 0xC7, 0xB0, 0x53, 0x2E, 0xCA, 0x51, 0xCE,
    +        0x03, 0xE2, 0xD1, 0x0F, 0x3B, 0x7A, 0xC5, 0x79, 0xBD, 0x87, 0xE9, 0x09,
    +        0xAE, 0x40, 0xA6, 0xF1, 0x31, 0xE9, 0xCF, 0xCE, 0x5B, 0xD9, 0x67
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 54 * 6];
    +} _EC_X9_62_CHAR2_431R1 = {
    +    {
    +        NID_X9_62_characteristic_two_field, 0, 54, 0x2760
    +    },
    +    {
    +        /* no seed */
    +        /* p */
    +        0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
    +        /* a */
    +        0x1A, 0x82, 0x7E, 0xF0, 0x0D, 0xD6, 0xFC, 0x0E, 0x23, 0x4C, 0xAF, 0x04,
    +        0x6C, 0x6A, 0x5D, 0x8A, 0x85, 0x39, 0x5B, 0x23, 0x6C, 0xC4, 0xAD, 0x2C,
    +        0xF3, 0x2A, 0x0C, 0xAD, 0xBD, 0xC9, 0xDD, 0xF6, 0x20, 0xB0, 0xEB, 0x99,
    +        0x06, 0xD0, 0x95, 0x7F, 0x6C, 0x6F, 0xEA, 0xCD, 0x61, 0x54, 0x68, 0xDF,
    +        0x10, 0x4D, 0xE2, 0x96, 0xCD, 0x8F,
    +        /* b */
    +        0x10, 0xD9, 0xB4, 0xA3, 0xD9, 0x04, 0x7D, 0x8B, 0x15, 0x43, 0x59, 0xAB,
    +        0xFB, 0x1B, 0x7F, 0x54, 0x85, 0xB0, 0x4C, 0xEB, 0x86, 0x82, 0x37, 0xDD,
    +        0xC9, 0xDE, 0xDA, 0x98, 0x2A, 0x67, 0x9A, 0x5A, 0x91, 0x9B, 0x62, 0x6D,
    +        0x4E, 0x50, 0xA8, 0xDD, 0x73, 0x1B, 0x10, 0x7A, 0x99, 0x62, 0x38, 0x1F,
    +        0xB5, 0xD8, 0x07, 0xBF, 0x26, 0x18,
    +        /* x */
    +        0x12, 0x0F, 0xC0, 0x5D, 0x3C, 0x67, 0xA9, 0x9D, 0xE1, 0x61, 0xD2, 0xF4,
    +        0x09, 0x26, 0x22, 0xFE, 0xCA, 0x70, 0x1B, 0xE4, 0xF5, 0x0F, 0x47, 0x58,
    +        0x71, 0x4E, 0x8A, 0x87, 0xBB, 0xF2, 0xA6, 0x58, 0xEF, 0x8C, 0x21, 0xE7,
    +        0xC5, 0xEF, 0xE9, 0x65, 0x36, 0x1F, 0x6C, 0x29, 0x99, 0xC0, 0xC2, 0x47,
    +        0xB0, 0xDB, 0xD7, 0x0C, 0xE6, 0xB7,
    +        /* y */
    +        0x20, 0xD0, 0xAF, 0x89, 0x03, 0xA9, 0x6F, 0x8D, 0x5F, 0xA2, 0xC2, 0x55,
    +        0x74, 0x5D, 0x3C, 0x45, 0x1B, 0x30, 0x2C, 0x93, 0x46, 0xD9, 0xB7, 0xE4,
    +        0x85, 0xE7, 0xBC, 0xE4, 0x1F, 0x6B, 0x59, 0x1F, 0x3E, 0x8F, 0x6A, 0xDD,
    +        0xCB, 0xB0, 0xBC, 0x4C, 0x2F, 0x94, 0x7A, 0x7D, 0xE1, 0xA8, 0x9B, 0x62,
    +        0x5D, 0x6A, 0x59, 0x8B, 0x37, 0x60,
    +        /* order */
    +        0x00, 0x03, 0x40, 0x34, 0x03, 0x40, 0x34, 0x03, 0x40, 0x34, 0x03, 0x40,
    +        0x34, 0x03, 0x40, 0x34, 0x03, 0x40, 0x34, 0x03, 0x40, 0x34, 0x03, 0x40,
    +        0x34, 0x03, 0x40, 0x34, 0x03, 0x23, 0xC3, 0x13, 0xFA, 0xB5, 0x05, 0x89,
    +        0x70, 0x3B, 0x5E, 0xC6, 0x8D, 0x35, 0x87, 0xFE, 0xC6, 0x0D, 0x16, 0x1C,
    +        0xC1, 0x49, 0xC1, 0xAD, 0x4A, 0x91
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 15 * 6];
    +} _EC_WTLS_1 = {
    +    {
    +        NID_X9_62_characteristic_two_field, 0, 15, 2
    +    },
    +    {
    +        /* no seed */
    +        /* p */
    +        0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x02, 0x01,
    +        /* a */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x01,
    +        /* b */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x01,
    +        /* x */
    +        0x01, 0x66, 0x79, 0x79, 0xA4, 0x0B, 0xA4, 0x97, 0xE5, 0xD5, 0xC2, 0x70,
    +        0x78, 0x06, 0x17,
    +        /* y */
    +        0x00, 0xF4, 0x4B, 0x4A, 0xF1, 0xEC, 0xC2, 0x63, 0x0E, 0x08, 0x78, 0x5C,
    +        0xEB, 0xCC, 0x15,
    +        /* order */
    +        0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFD, 0xBF, 0x91, 0xAF,
    +        0x6D, 0xEA, 0x73
    +    }
    +};
    +
    +/* IPSec curves */
    +/*
    + * NOTE: The of curves over a extension field of non prime degree is not
    + * recommended (Weil-descent). As the group order is not a prime this curve
    + * is not suitable for ECDSA.
    + */
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 20 * 6];
    +} _EC_IPSEC_155_ID3 = {
    +    {
    +        NID_X9_62_characteristic_two_field, 0, 20, 3
    +    },
    +    {
    +        /* no seed */
    +        /* p */
    +        0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
    +        /* a */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        /* b */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x33, 0x8f,
    +        /* x */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7b,
    +        /* y */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xc8,
    +        /* order */
    +        0x02, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xC7, 0xF3,
    +        0xC7, 0x88, 0x1B, 0xD0, 0x86, 0x8F, 0xA8, 0x6C
    +    }
    +};
    +
    +/*
    + * NOTE: The of curves over a extension field of non prime degree is not
    + * recommended (Weil-descent). As the group order is not a prime this curve
    + * is not suitable for ECDSA.
      */
    -static const struct { EC_CURVE_DATA h; unsigned char data[0+24*6]; }
    -	_EC_IPSEC_185_ID4 = {
    -	{ NID_X9_62_characteristic_two_field,0,24,2 },
    -	{							/* no seed */
    -	  0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* p */
    -	  0x00,0x00,0x00,0x00,0x00,0x20,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x01,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* a */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* b */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x1e,0xe9,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* x */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x18,
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	/* y */
    -	  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	  0x00,0x00,0x00,0x0d,
    -	  0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,	/* order */
    -	  0xFF,0xFF,0xED,0xF9,0x7C,0x44,0xDB,0x9F,0x24,0x20,
    -	  0xBA,0xFC,0xA7,0x5E }
    -	};
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 24 * 6];
    +} _EC_IPSEC_185_ID4 = {
    +    {
    +        NID_X9_62_characteristic_two_field, 0, 24, 2
    +    },
    +    {
    +        /* no seed */
    +        /* p */
    +        0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
    +        /* a */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        /* b */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1e, 0xe9,
    +        /* x */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18,
    +        /* y */
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0d,
    +        /* order */
    +        0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +        0xED, 0xF9, 0x7C, 0x44, 0xDB, 0x9F, 0x24, 0x20, 0xBA, 0xFC, 0xA7, 0x5E
    +    }
    +};
     
     #endif
     
    +/*
    + * These curves were added by Annie Yousar 
    + * For the definition of RFC 5639 curves see
    + * http://www.ietf.org/rfc/rfc5639.txt These curves are generated verifiable
    + * at random, nevertheless the seed is omitted as parameter because the
    + * generation mechanism is different from those defined in ANSI X9.62.
    + */
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 20 * 6];
    +} _EC_brainpoolP160r1 = {
    +    {
    +        NID_X9_62_prime_field, 0, 20, 1
    +    },
    +    {
    +        /* no seed */
    +        /* p */
    +        0xE9, 0x5E, 0x4A, 0x5F, 0x73, 0x70, 0x59, 0xDC, 0x60, 0xDF, 0xC7, 0xAD,
    +        0x95, 0xB3, 0xD8, 0x13, 0x95, 0x15, 0x62, 0x0F,
    +        /* a */
    +        0x34, 0x0E, 0x7B, 0xE2, 0xA2, 0x80, 0xEB, 0x74, 0xE2, 0xBE, 0x61, 0xBA,
    +        0xDA, 0x74, 0x5D, 0x97, 0xE8, 0xF7, 0xC3, 0x00,
    +        /* b */
    +        0x1E, 0x58, 0x9A, 0x85, 0x95, 0x42, 0x34, 0x12, 0x13, 0x4F, 0xAA, 0x2D,
    +        0xBD, 0xEC, 0x95, 0xC8, 0xD8, 0x67, 0x5E, 0x58,
    +        /* x */
    +        0xBE, 0xD5, 0xAF, 0x16, 0xEA, 0x3F, 0x6A, 0x4F, 0x62, 0x93, 0x8C, 0x46,
    +        0x31, 0xEB, 0x5A, 0xF7, 0xBD, 0xBC, 0xDB, 0xC3,
    +        /* y */
    +        0x16, 0x67, 0xCB, 0x47, 0x7A, 0x1A, 0x8E, 0xC3, 0x38, 0xF9, 0x47, 0x41,
    +        0x66, 0x9C, 0x97, 0x63, 0x16, 0xDA, 0x63, 0x21,
    +        /* order */
    +        0xE9, 0x5E, 0x4A, 0x5F, 0x73, 0x70, 0x59, 0xDC, 0x60, 0xDF, 0x59, 0x91,
    +        0xD4, 0x50, 0x29, 0x40, 0x9E, 0x60, 0xFC, 0x09
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 20 * 6];
    +} _EC_brainpoolP160t1 = {
    +    {
    +        NID_X9_62_prime_field, 0, 20, 1
    +    },
    +    {
    +        /* no seed */
    +        /* p */
    +        0xE9, 0x5E, 0x4A, 0x5F, 0x73, 0x70, 0x59, 0xDC, 0x60, 0xDF, 0xC7, 0xAD,
    +        0x95, 0xB3, 0xD8, 0x13, 0x95, 0x15, 0x62, 0x0F,
    +        /* a */
    +        0xE9, 0x5E, 0x4A, 0x5F, 0x73, 0x70, 0x59, 0xDC, 0x60, 0xDF, 0xC7, 0xAD,
    +        0x95, 0xB3, 0xD8, 0x13, 0x95, 0x15, 0x62, 0x0C,
    +        /* b */
    +        0x7A, 0x55, 0x6B, 0x6D, 0xAE, 0x53, 0x5B, 0x7B, 0x51, 0xED, 0x2C, 0x4D,
    +        0x7D, 0xAA, 0x7A, 0x0B, 0x5C, 0x55, 0xF3, 0x80,
    +        /* x */
    +        0xB1, 0x99, 0xB1, 0x3B, 0x9B, 0x34, 0xEF, 0xC1, 0x39, 0x7E, 0x64, 0xBA,
    +        0xEB, 0x05, 0xAC, 0xC2, 0x65, 0xFF, 0x23, 0x78,
    +        /* y */
    +        0xAD, 0xD6, 0x71, 0x8B, 0x7C, 0x7C, 0x19, 0x61, 0xF0, 0x99, 0x1B, 0x84,
    +        0x24, 0x43, 0x77, 0x21, 0x52, 0xC9, 0xE0, 0xAD,
    +        /* order */
    +        0xE9, 0x5E, 0x4A, 0x5F, 0x73, 0x70, 0x59, 0xDC, 0x60, 0xDF, 0x59, 0x91,
    +        0xD4, 0x50, 0x29, 0x40, 0x9E, 0x60, 0xFC, 0x09
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 24 * 6];
    +} _EC_brainpoolP192r1 = {
    +    {
    +        NID_X9_62_prime_field, 0, 24, 1
    +    },
    +    {
    +        /* no seed */
    +        /* p */
    +        0xC3, 0x02, 0xF4, 0x1D, 0x93, 0x2A, 0x36, 0xCD, 0xA7, 0xA3, 0x46, 0x30,
    +        0x93, 0xD1, 0x8D, 0xB7, 0x8F, 0xCE, 0x47, 0x6D, 0xE1, 0xA8, 0x62, 0x97,
    +        /* a */
    +        0x6A, 0x91, 0x17, 0x40, 0x76, 0xB1, 0xE0, 0xE1, 0x9C, 0x39, 0xC0, 0x31,
    +        0xFE, 0x86, 0x85, 0xC1, 0xCA, 0xE0, 0x40, 0xE5, 0xC6, 0x9A, 0x28, 0xEF,
    +        /* b */
    +        0x46, 0x9A, 0x28, 0xEF, 0x7C, 0x28, 0xCC, 0xA3, 0xDC, 0x72, 0x1D, 0x04,
    +        0x4F, 0x44, 0x96, 0xBC, 0xCA, 0x7E, 0xF4, 0x14, 0x6F, 0xBF, 0x25, 0xC9,
    +        /* x */
    +        0xC0, 0xA0, 0x64, 0x7E, 0xAA, 0xB6, 0xA4, 0x87, 0x53, 0xB0, 0x33, 0xC5,
    +        0x6C, 0xB0, 0xF0, 0x90, 0x0A, 0x2F, 0x5C, 0x48, 0x53, 0x37, 0x5F, 0xD6,
    +        /* y */
    +        0x14, 0xB6, 0x90, 0x86, 0x6A, 0xBD, 0x5B, 0xB8, 0x8B, 0x5F, 0x48, 0x28,
    +        0xC1, 0x49, 0x00, 0x02, 0xE6, 0x77, 0x3F, 0xA2, 0xFA, 0x29, 0x9B, 0x8F,
    +        /* order */
    +        0xC3, 0x02, 0xF4, 0x1D, 0x93, 0x2A, 0x36, 0xCD, 0xA7, 0xA3, 0x46, 0x2F,
    +        0x9E, 0x9E, 0x91, 0x6B, 0x5B, 0xE8, 0xF1, 0x02, 0x9A, 0xC4, 0xAC, 0xC1
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 24 * 6];
    +} _EC_brainpoolP192t1 = {
    +    {
    +        NID_X9_62_prime_field, 0, 24, 1
    +    },
    +    {
    +        /* no seed */
    +        /* p */
    +        0xC3, 0x02, 0xF4, 0x1D, 0x93, 0x2A, 0x36, 0xCD, 0xA7, 0xA3, 0x46, 0x30,
    +        0x93, 0xD1, 0x8D, 0xB7, 0x8F, 0xCE, 0x47, 0x6D, 0xE1, 0xA8, 0x62, 0x97,
    +        /* a */
    +        0xC3, 0x02, 0xF4, 0x1D, 0x93, 0x2A, 0x36, 0xCD, 0xA7, 0xA3, 0x46, 0x30,
    +        0x93, 0xD1, 0x8D, 0xB7, 0x8F, 0xCE, 0x47, 0x6D, 0xE1, 0xA8, 0x62, 0x94,
    +        /* b */
    +        0x13, 0xD5, 0x6F, 0xFA, 0xEC, 0x78, 0x68, 0x1E, 0x68, 0xF9, 0xDE, 0xB4,
    +        0x3B, 0x35, 0xBE, 0xC2, 0xFB, 0x68, 0x54, 0x2E, 0x27, 0x89, 0x7B, 0x79,
    +        /* x */
    +        0x3A, 0xE9, 0xE5, 0x8C, 0x82, 0xF6, 0x3C, 0x30, 0x28, 0x2E, 0x1F, 0xE7,
    +        0xBB, 0xF4, 0x3F, 0xA7, 0x2C, 0x44, 0x6A, 0xF6, 0xF4, 0x61, 0x81, 0x29,
    +        /* y */
    +        0x09, 0x7E, 0x2C, 0x56, 0x67, 0xC2, 0x22, 0x3A, 0x90, 0x2A, 0xB5, 0xCA,
    +        0x44, 0x9D, 0x00, 0x84, 0xB7, 0xE5, 0xB3, 0xDE, 0x7C, 0xCC, 0x01, 0xC9,
    +        /* order */
    +        0xC3, 0x02, 0xF4, 0x1D, 0x93, 0x2A, 0x36, 0xCD, 0xA7, 0xA3, 0x46, 0x2F,
    +        0x9E, 0x9E, 0x91, 0x6B, 0x5B, 0xE8, 0xF1, 0x02, 0x9A, 0xC4, 0xAC, 0xC1
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 28 * 6];
    +} _EC_brainpoolP224r1 = {
    +    {
    +        NID_X9_62_prime_field, 0, 28, 1
    +    },
    +    {
    +        /* no seed */
    +        /* p */
    +        0xD7, 0xC1, 0x34, 0xAA, 0x26, 0x43, 0x66, 0x86, 0x2A, 0x18, 0x30, 0x25,
    +        0x75, 0xD1, 0xD7, 0x87, 0xB0, 0x9F, 0x07, 0x57, 0x97, 0xDA, 0x89, 0xF5,
    +        0x7E, 0xC8, 0xC0, 0xFF,
    +        /* a */
    +        0x68, 0xA5, 0xE6, 0x2C, 0xA9, 0xCE, 0x6C, 0x1C, 0x29, 0x98, 0x03, 0xA6,
    +        0xC1, 0x53, 0x0B, 0x51, 0x4E, 0x18, 0x2A, 0xD8, 0xB0, 0x04, 0x2A, 0x59,
    +        0xCA, 0xD2, 0x9F, 0x43,
    +        /* b */
    +        0x25, 0x80, 0xF6, 0x3C, 0xCF, 0xE4, 0x41, 0x38, 0x87, 0x07, 0x13, 0xB1,
    +        0xA9, 0x23, 0x69, 0xE3, 0x3E, 0x21, 0x35, 0xD2, 0x66, 0xDB, 0xB3, 0x72,
    +        0x38, 0x6C, 0x40, 0x0B,
    +        /* x */
    +        0x0D, 0x90, 0x29, 0xAD, 0x2C, 0x7E, 0x5C, 0xF4, 0x34, 0x08, 0x23, 0xB2,
    +        0xA8, 0x7D, 0xC6, 0x8C, 0x9E, 0x4C, 0xE3, 0x17, 0x4C, 0x1E, 0x6E, 0xFD,
    +        0xEE, 0x12, 0xC0, 0x7D,
    +        /* y */
    +        0x58, 0xAA, 0x56, 0xF7, 0x72, 0xC0, 0x72, 0x6F, 0x24, 0xC6, 0xB8, 0x9E,
    +        0x4E, 0xCD, 0xAC, 0x24, 0x35, 0x4B, 0x9E, 0x99, 0xCA, 0xA3, 0xF6, 0xD3,
    +        0x76, 0x14, 0x02, 0xCD,
    +        /* order */
    +        0xD7, 0xC1, 0x34, 0xAA, 0x26, 0x43, 0x66, 0x86, 0x2A, 0x18, 0x30, 0x25,
    +        0x75, 0xD0, 0xFB, 0x98, 0xD1, 0x16, 0xBC, 0x4B, 0x6D, 0xDE, 0xBC, 0xA3,
    +        0xA5, 0xA7, 0x93, 0x9F
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 28 * 6];
    +} _EC_brainpoolP224t1 = {
    +    {
    +        NID_X9_62_prime_field, 0, 28, 1
    +    },
    +    {
    +        /* no seed */
    +        /* p */
    +        0xD7, 0xC1, 0x34, 0xAA, 0x26, 0x43, 0x66, 0x86, 0x2A, 0x18, 0x30, 0x25,
    +        0x75, 0xD1, 0xD7, 0x87, 0xB0, 0x9F, 0x07, 0x57, 0x97, 0xDA, 0x89, 0xF5,
    +        0x7E, 0xC8, 0xC0, 0xFF,
    +        /* a */
    +        0xD7, 0xC1, 0x34, 0xAA, 0x26, 0x43, 0x66, 0x86, 0x2A, 0x18, 0x30, 0x25,
    +        0x75, 0xD1, 0xD7, 0x87, 0xB0, 0x9F, 0x07, 0x57, 0x97, 0xDA, 0x89, 0xF5,
    +        0x7E, 0xC8, 0xC0, 0xFC,
    +        /* b */
    +        0x4B, 0x33, 0x7D, 0x93, 0x41, 0x04, 0xCD, 0x7B, 0xEF, 0x27, 0x1B, 0xF6,
    +        0x0C, 0xED, 0x1E, 0xD2, 0x0D, 0xA1, 0x4C, 0x08, 0xB3, 0xBB, 0x64, 0xF1,
    +        0x8A, 0x60, 0x88, 0x8D,
    +        /* x */
    +        0x6A, 0xB1, 0xE3, 0x44, 0xCE, 0x25, 0xFF, 0x38, 0x96, 0x42, 0x4E, 0x7F,
    +        0xFE, 0x14, 0x76, 0x2E, 0xCB, 0x49, 0xF8, 0x92, 0x8A, 0xC0, 0xC7, 0x60,
    +        0x29, 0xB4, 0xD5, 0x80,
    +        /* y */
    +        0x03, 0x74, 0xE9, 0xF5, 0x14, 0x3E, 0x56, 0x8C, 0xD2, 0x3F, 0x3F, 0x4D,
    +        0x7C, 0x0D, 0x4B, 0x1E, 0x41, 0xC8, 0xCC, 0x0D, 0x1C, 0x6A, 0xBD, 0x5F,
    +        0x1A, 0x46, 0xDB, 0x4C,
    +        /* order */
    +        0xD7, 0xC1, 0x34, 0xAA, 0x26, 0x43, 0x66, 0x86, 0x2A, 0x18, 0x30, 0x25,
    +        0x75, 0xD0, 0xFB, 0x98, 0xD1, 0x16, 0xBC, 0x4B, 0x6D, 0xDE, 0xBC, 0xA3,
    +        0xA5, 0xA7, 0x93, 0x9F
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 32 * 6];
    +} _EC_brainpoolP256r1 = {
    +    {
    +        NID_X9_62_prime_field, 0, 32, 1
    +    },
    +    {
    +        /* no seed */
    +        /* p */
    +        0xA9, 0xFB, 0x57, 0xDB, 0xA1, 0xEE, 0xA9, 0xBC, 0x3E, 0x66, 0x0A, 0x90,
    +        0x9D, 0x83, 0x8D, 0x72, 0x6E, 0x3B, 0xF6, 0x23, 0xD5, 0x26, 0x20, 0x28,
    +        0x20, 0x13, 0x48, 0x1D, 0x1F, 0x6E, 0x53, 0x77,
    +        /* a */
    +        0x7D, 0x5A, 0x09, 0x75, 0xFC, 0x2C, 0x30, 0x57, 0xEE, 0xF6, 0x75, 0x30,
    +        0x41, 0x7A, 0xFF, 0xE7, 0xFB, 0x80, 0x55, 0xC1, 0x26, 0xDC, 0x5C, 0x6C,
    +        0xE9, 0x4A, 0x4B, 0x44, 0xF3, 0x30, 0xB5, 0xD9,
    +        /* b */
    +        0x26, 0xDC, 0x5C, 0x6C, 0xE9, 0x4A, 0x4B, 0x44, 0xF3, 0x30, 0xB5, 0xD9,
    +        0xBB, 0xD7, 0x7C, 0xBF, 0x95, 0x84, 0x16, 0x29, 0x5C, 0xF7, 0xE1, 0xCE,
    +        0x6B, 0xCC, 0xDC, 0x18, 0xFF, 0x8C, 0x07, 0xB6,
    +        /* x */
    +        0x8B, 0xD2, 0xAE, 0xB9, 0xCB, 0x7E, 0x57, 0xCB, 0x2C, 0x4B, 0x48, 0x2F,
    +        0xFC, 0x81, 0xB7, 0xAF, 0xB9, 0xDE, 0x27, 0xE1, 0xE3, 0xBD, 0x23, 0xC2,
    +        0x3A, 0x44, 0x53, 0xBD, 0x9A, 0xCE, 0x32, 0x62,
    +        /* y */
    +        0x54, 0x7E, 0xF8, 0x35, 0xC3, 0xDA, 0xC4, 0xFD, 0x97, 0xF8, 0x46, 0x1A,
    +        0x14, 0x61, 0x1D, 0xC9, 0xC2, 0x77, 0x45, 0x13, 0x2D, 0xED, 0x8E, 0x54,
    +        0x5C, 0x1D, 0x54, 0xC7, 0x2F, 0x04, 0x69, 0x97,
    +        /* order */
    +        0xA9, 0xFB, 0x57, 0xDB, 0xA1, 0xEE, 0xA9, 0xBC, 0x3E, 0x66, 0x0A, 0x90,
    +        0x9D, 0x83, 0x8D, 0x71, 0x8C, 0x39, 0x7A, 0xA3, 0xB5, 0x61, 0xA6, 0xF7,
    +        0x90, 0x1E, 0x0E, 0x82, 0x97, 0x48, 0x56, 0xA7
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 32 * 6];
    +} _EC_brainpoolP256t1 = {
    +    {
    +        NID_X9_62_prime_field, 0, 32, 1
    +    },
    +    {
    +        /* no seed */
    +        /* p */
    +        0xA9, 0xFB, 0x57, 0xDB, 0xA1, 0xEE, 0xA9, 0xBC, 0x3E, 0x66, 0x0A, 0x90,
    +        0x9D, 0x83, 0x8D, 0x72, 0x6E, 0x3B, 0xF6, 0x23, 0xD5, 0x26, 0x20, 0x28,
    +        0x20, 0x13, 0x48, 0x1D, 0x1F, 0x6E, 0x53, 0x77,
    +        /* a */
    +        0xA9, 0xFB, 0x57, 0xDB, 0xA1, 0xEE, 0xA9, 0xBC, 0x3E, 0x66, 0x0A, 0x90,
    +        0x9D, 0x83, 0x8D, 0x72, 0x6E, 0x3B, 0xF6, 0x23, 0xD5, 0x26, 0x20, 0x28,
    +        0x20, 0x13, 0x48, 0x1D, 0x1F, 0x6E, 0x53, 0x74,
    +        /* b */
    +        0x66, 0x2C, 0x61, 0xC4, 0x30, 0xD8, 0x4E, 0xA4, 0xFE, 0x66, 0xA7, 0x73,
    +        0x3D, 0x0B, 0x76, 0xB7, 0xBF, 0x93, 0xEB, 0xC4, 0xAF, 0x2F, 0x49, 0x25,
    +        0x6A, 0xE5, 0x81, 0x01, 0xFE, 0xE9, 0x2B, 0x04,
    +        /* x */
    +        0xA3, 0xE8, 0xEB, 0x3C, 0xC1, 0xCF, 0xE7, 0xB7, 0x73, 0x22, 0x13, 0xB2,
    +        0x3A, 0x65, 0x61, 0x49, 0xAF, 0xA1, 0x42, 0xC4, 0x7A, 0xAF, 0xBC, 0x2B,
    +        0x79, 0xA1, 0x91, 0x56, 0x2E, 0x13, 0x05, 0xF4,
    +        /* y */
    +        0x2D, 0x99, 0x6C, 0x82, 0x34, 0x39, 0xC5, 0x6D, 0x7F, 0x7B, 0x22, 0xE1,
    +        0x46, 0x44, 0x41, 0x7E, 0x69, 0xBC, 0xB6, 0xDE, 0x39, 0xD0, 0x27, 0x00,
    +        0x1D, 0xAB, 0xE8, 0xF3, 0x5B, 0x25, 0xC9, 0xBE,
    +        /* order */
    +        0xA9, 0xFB, 0x57, 0xDB, 0xA1, 0xEE, 0xA9, 0xBC, 0x3E, 0x66, 0x0A, 0x90,
    +        0x9D, 0x83, 0x8D, 0x71, 0x8C, 0x39, 0x7A, 0xA3, 0xB5, 0x61, 0xA6, 0xF7,
    +        0x90, 0x1E, 0x0E, 0x82, 0x97, 0x48, 0x56, 0xA7
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 40 * 6];
    +} _EC_brainpoolP320r1 = {
    +    {
    +        NID_X9_62_prime_field, 0, 40, 1
    +    },
    +    {
    +        /* no seed */
    +        /* p */
    +        0xD3, 0x5E, 0x47, 0x20, 0x36, 0xBC, 0x4F, 0xB7, 0xE1, 0x3C, 0x78, 0x5E,
    +        0xD2, 0x01, 0xE0, 0x65, 0xF9, 0x8F, 0xCF, 0xA6, 0xF6, 0xF4, 0x0D, 0xEF,
    +        0x4F, 0x92, 0xB9, 0xEC, 0x78, 0x93, 0xEC, 0x28, 0xFC, 0xD4, 0x12, 0xB1,
    +        0xF1, 0xB3, 0x2E, 0x27,
    +        /* a */
    +        0x3E, 0xE3, 0x0B, 0x56, 0x8F, 0xBA, 0xB0, 0xF8, 0x83, 0xCC, 0xEB, 0xD4,
    +        0x6D, 0x3F, 0x3B, 0xB8, 0xA2, 0xA7, 0x35, 0x13, 0xF5, 0xEB, 0x79, 0xDA,
    +        0x66, 0x19, 0x0E, 0xB0, 0x85, 0xFF, 0xA9, 0xF4, 0x92, 0xF3, 0x75, 0xA9,
    +        0x7D, 0x86, 0x0E, 0xB4,
    +        /* b */
    +        0x52, 0x08, 0x83, 0x94, 0x9D, 0xFD, 0xBC, 0x42, 0xD3, 0xAD, 0x19, 0x86,
    +        0x40, 0x68, 0x8A, 0x6F, 0xE1, 0x3F, 0x41, 0x34, 0x95, 0x54, 0xB4, 0x9A,
    +        0xCC, 0x31, 0xDC, 0xCD, 0x88, 0x45, 0x39, 0x81, 0x6F, 0x5E, 0xB4, 0xAC,
    +        0x8F, 0xB1, 0xF1, 0xA6,
    +        /* x */
    +        0x43, 0xBD, 0x7E, 0x9A, 0xFB, 0x53, 0xD8, 0xB8, 0x52, 0x89, 0xBC, 0xC4,
    +        0x8E, 0xE5, 0xBF, 0xE6, 0xF2, 0x01, 0x37, 0xD1, 0x0A, 0x08, 0x7E, 0xB6,
    +        0xE7, 0x87, 0x1E, 0x2A, 0x10, 0xA5, 0x99, 0xC7, 0x10, 0xAF, 0x8D, 0x0D,
    +        0x39, 0xE2, 0x06, 0x11,
    +        /* y */
    +        0x14, 0xFD, 0xD0, 0x55, 0x45, 0xEC, 0x1C, 0xC8, 0xAB, 0x40, 0x93, 0x24,
    +        0x7F, 0x77, 0x27, 0x5E, 0x07, 0x43, 0xFF, 0xED, 0x11, 0x71, 0x82, 0xEA,
    +        0xA9, 0xC7, 0x78, 0x77, 0xAA, 0xAC, 0x6A, 0xC7, 0xD3, 0x52, 0x45, 0xD1,
    +        0x69, 0x2E, 0x8E, 0xE1,
    +        /* order */
    +        0xD3, 0x5E, 0x47, 0x20, 0x36, 0xBC, 0x4F, 0xB7, 0xE1, 0x3C, 0x78, 0x5E,
    +        0xD2, 0x01, 0xE0, 0x65, 0xF9, 0x8F, 0xCF, 0xA5, 0xB6, 0x8F, 0x12, 0xA3,
    +        0x2D, 0x48, 0x2E, 0xC7, 0xEE, 0x86, 0x58, 0xE9, 0x86, 0x91, 0x55, 0x5B,
    +        0x44, 0xC5, 0x93, 0x11
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 40 * 6];
    +} _EC_brainpoolP320t1 = {
    +    {
    +        NID_X9_62_prime_field, 0, 40, 1
    +    },
    +    {
    +        /* no seed */
    +        /* p */
    +        0xD3, 0x5E, 0x47, 0x20, 0x36, 0xBC, 0x4F, 0xB7, 0xE1, 0x3C, 0x78, 0x5E,
    +        0xD2, 0x01, 0xE0, 0x65, 0xF9, 0x8F, 0xCF, 0xA6, 0xF6, 0xF4, 0x0D, 0xEF,
    +        0x4F, 0x92, 0xB9, 0xEC, 0x78, 0x93, 0xEC, 0x28, 0xFC, 0xD4, 0x12, 0xB1,
    +        0xF1, 0xB3, 0x2E, 0x27,
    +        /* a */
    +        0xD3, 0x5E, 0x47, 0x20, 0x36, 0xBC, 0x4F, 0xB7, 0xE1, 0x3C, 0x78, 0x5E,
    +        0xD2, 0x01, 0xE0, 0x65, 0xF9, 0x8F, 0xCF, 0xA6, 0xF6, 0xF4, 0x0D, 0xEF,
    +        0x4F, 0x92, 0xB9, 0xEC, 0x78, 0x93, 0xEC, 0x28, 0xFC, 0xD4, 0x12, 0xB1,
    +        0xF1, 0xB3, 0x2E, 0x24,
    +        /* b */
    +        0xA7, 0xF5, 0x61, 0xE0, 0x38, 0xEB, 0x1E, 0xD5, 0x60, 0xB3, 0xD1, 0x47,
    +        0xDB, 0x78, 0x20, 0x13, 0x06, 0x4C, 0x19, 0xF2, 0x7E, 0xD2, 0x7C, 0x67,
    +        0x80, 0xAA, 0xF7, 0x7F, 0xB8, 0xA5, 0x47, 0xCE, 0xB5, 0xB4, 0xFE, 0xF4,
    +        0x22, 0x34, 0x03, 0x53,
    +        /* x */
    +        0x92, 0x5B, 0xE9, 0xFB, 0x01, 0xAF, 0xC6, 0xFB, 0x4D, 0x3E, 0x7D, 0x49,
    +        0x90, 0x01, 0x0F, 0x81, 0x34, 0x08, 0xAB, 0x10, 0x6C, 0x4F, 0x09, 0xCB,
    +        0x7E, 0xE0, 0x78, 0x68, 0xCC, 0x13, 0x6F, 0xFF, 0x33, 0x57, 0xF6, 0x24,
    +        0xA2, 0x1B, 0xED, 0x52,
    +        /* y */
    +        0x63, 0xBA, 0x3A, 0x7A, 0x27, 0x48, 0x3E, 0xBF, 0x66, 0x71, 0xDB, 0xEF,
    +        0x7A, 0xBB, 0x30, 0xEB, 0xEE, 0x08, 0x4E, 0x58, 0xA0, 0xB0, 0x77, 0xAD,
    +        0x42, 0xA5, 0xA0, 0x98, 0x9D, 0x1E, 0xE7, 0x1B, 0x1B, 0x9B, 0xC0, 0x45,
    +        0x5F, 0xB0, 0xD2, 0xC3,
    +        /* order */
    +        0xD3, 0x5E, 0x47, 0x20, 0x36, 0xBC, 0x4F, 0xB7, 0xE1, 0x3C, 0x78, 0x5E,
    +        0xD2, 0x01, 0xE0, 0x65, 0xF9, 0x8F, 0xCF, 0xA5, 0xB6, 0x8F, 0x12, 0xA3,
    +        0x2D, 0x48, 0x2E, 0xC7, 0xEE, 0x86, 0x58, 0xE9, 0x86, 0x91, 0x55, 0x5B,
    +        0x44, 0xC5, 0x93, 0x11
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 48 * 6];
    +} _EC_brainpoolP384r1 = {
    +    {
    +        NID_X9_62_prime_field, 0, 48, 1
    +    },
    +    {
    +        /* no seed */
    +        /* p */
    +        0x8C, 0xB9, 0x1E, 0x82, 0xA3, 0x38, 0x6D, 0x28, 0x0F, 0x5D, 0x6F, 0x7E,
    +        0x50, 0xE6, 0x41, 0xDF, 0x15, 0x2F, 0x71, 0x09, 0xED, 0x54, 0x56, 0xB4,
    +        0x12, 0xB1, 0xDA, 0x19, 0x7F, 0xB7, 0x11, 0x23, 0xAC, 0xD3, 0xA7, 0x29,
    +        0x90, 0x1D, 0x1A, 0x71, 0x87, 0x47, 0x00, 0x13, 0x31, 0x07, 0xEC, 0x53,
    +        /* a */
    +        0x7B, 0xC3, 0x82, 0xC6, 0x3D, 0x8C, 0x15, 0x0C, 0x3C, 0x72, 0x08, 0x0A,
    +        0xCE, 0x05, 0xAF, 0xA0, 0xC2, 0xBE, 0xA2, 0x8E, 0x4F, 0xB2, 0x27, 0x87,
    +        0x13, 0x91, 0x65, 0xEF, 0xBA, 0x91, 0xF9, 0x0F, 0x8A, 0xA5, 0x81, 0x4A,
    +        0x50, 0x3A, 0xD4, 0xEB, 0x04, 0xA8, 0xC7, 0xDD, 0x22, 0xCE, 0x28, 0x26,
    +        /* b */
    +        0x04, 0xA8, 0xC7, 0xDD, 0x22, 0xCE, 0x28, 0x26, 0x8B, 0x39, 0xB5, 0x54,
    +        0x16, 0xF0, 0x44, 0x7C, 0x2F, 0xB7, 0x7D, 0xE1, 0x07, 0xDC, 0xD2, 0xA6,
    +        0x2E, 0x88, 0x0E, 0xA5, 0x3E, 0xEB, 0x62, 0xD5, 0x7C, 0xB4, 0x39, 0x02,
    +        0x95, 0xDB, 0xC9, 0x94, 0x3A, 0xB7, 0x86, 0x96, 0xFA, 0x50, 0x4C, 0x11,
    +        /* x */
    +        0x1D, 0x1C, 0x64, 0xF0, 0x68, 0xCF, 0x45, 0xFF, 0xA2, 0xA6, 0x3A, 0x81,
    +        0xB7, 0xC1, 0x3F, 0x6B, 0x88, 0x47, 0xA3, 0xE7, 0x7E, 0xF1, 0x4F, 0xE3,
    +        0xDB, 0x7F, 0xCA, 0xFE, 0x0C, 0xBD, 0x10, 0xE8, 0xE8, 0x26, 0xE0, 0x34,
    +        0x36, 0xD6, 0x46, 0xAA, 0xEF, 0x87, 0xB2, 0xE2, 0x47, 0xD4, 0xAF, 0x1E,
    +        /* y */
    +        0x8A, 0xBE, 0x1D, 0x75, 0x20, 0xF9, 0xC2, 0xA4, 0x5C, 0xB1, 0xEB, 0x8E,
    +        0x95, 0xCF, 0xD5, 0x52, 0x62, 0xB7, 0x0B, 0x29, 0xFE, 0xEC, 0x58, 0x64,
    +        0xE1, 0x9C, 0x05, 0x4F, 0xF9, 0x91, 0x29, 0x28, 0x0E, 0x46, 0x46, 0x21,
    +        0x77, 0x91, 0x81, 0x11, 0x42, 0x82, 0x03, 0x41, 0x26, 0x3C, 0x53, 0x15,
    +        /* order */
    +        0x8C, 0xB9, 0x1E, 0x82, 0xA3, 0x38, 0x6D, 0x28, 0x0F, 0x5D, 0x6F, 0x7E,
    +        0x50, 0xE6, 0x41, 0xDF, 0x15, 0x2F, 0x71, 0x09, 0xED, 0x54, 0x56, 0xB3,
    +        0x1F, 0x16, 0x6E, 0x6C, 0xAC, 0x04, 0x25, 0xA7, 0xCF, 0x3A, 0xB6, 0xAF,
    +        0x6B, 0x7F, 0xC3, 0x10, 0x3B, 0x88, 0x32, 0x02, 0xE9, 0x04, 0x65, 0x65
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 48 * 6];
    +} _EC_brainpoolP384t1 = {
    +    {
    +        NID_X9_62_prime_field, 0, 48, 1
    +    },
    +    {
    +        /* no seed */
    +        /* p */
    +        0x8C, 0xB9, 0x1E, 0x82, 0xA3, 0x38, 0x6D, 0x28, 0x0F, 0x5D, 0x6F, 0x7E,
    +        0x50, 0xE6, 0x41, 0xDF, 0x15, 0x2F, 0x71, 0x09, 0xED, 0x54, 0x56, 0xB4,
    +        0x12, 0xB1, 0xDA, 0x19, 0x7F, 0xB7, 0x11, 0x23, 0xAC, 0xD3, 0xA7, 0x29,
    +        0x90, 0x1D, 0x1A, 0x71, 0x87, 0x47, 0x00, 0x13, 0x31, 0x07, 0xEC, 0x53,
    +        /* a */
    +        0x8C, 0xB9, 0x1E, 0x82, 0xA3, 0x38, 0x6D, 0x28, 0x0F, 0x5D, 0x6F, 0x7E,
    +        0x50, 0xE6, 0x41, 0xDF, 0x15, 0x2F, 0x71, 0x09, 0xED, 0x54, 0x56, 0xB4,
    +        0x12, 0xB1, 0xDA, 0x19, 0x7F, 0xB7, 0x11, 0x23, 0xAC, 0xD3, 0xA7, 0x29,
    +        0x90, 0x1D, 0x1A, 0x71, 0x87, 0x47, 0x00, 0x13, 0x31, 0x07, 0xEC, 0x50,
    +        /* b */
    +        0x7F, 0x51, 0x9E, 0xAD, 0xA7, 0xBD, 0xA8, 0x1B, 0xD8, 0x26, 0xDB, 0xA6,
    +        0x47, 0x91, 0x0F, 0x8C, 0x4B, 0x93, 0x46, 0xED, 0x8C, 0xCD, 0xC6, 0x4E,
    +        0x4B, 0x1A, 0xBD, 0x11, 0x75, 0x6D, 0xCE, 0x1D, 0x20, 0x74, 0xAA, 0x26,
    +        0x3B, 0x88, 0x80, 0x5C, 0xED, 0x70, 0x35, 0x5A, 0x33, 0xB4, 0x71, 0xEE,
    +        /* x */
    +        0x18, 0xDE, 0x98, 0xB0, 0x2D, 0xB9, 0xA3, 0x06, 0xF2, 0xAF, 0xCD, 0x72,
    +        0x35, 0xF7, 0x2A, 0x81, 0x9B, 0x80, 0xAB, 0x12, 0xEB, 0xD6, 0x53, 0x17,
    +        0x24, 0x76, 0xFE, 0xCD, 0x46, 0x2A, 0xAB, 0xFF, 0xC4, 0xFF, 0x19, 0x1B,
    +        0x94, 0x6A, 0x5F, 0x54, 0xD8, 0xD0, 0xAA, 0x2F, 0x41, 0x88, 0x08, 0xCC,
    +        /* y */
    +        0x25, 0xAB, 0x05, 0x69, 0x62, 0xD3, 0x06, 0x51, 0xA1, 0x14, 0xAF, 0xD2,
    +        0x75, 0x5A, 0xD3, 0x36, 0x74, 0x7F, 0x93, 0x47, 0x5B, 0x7A, 0x1F, 0xCA,
    +        0x3B, 0x88, 0xF2, 0xB6, 0xA2, 0x08, 0xCC, 0xFE, 0x46, 0x94, 0x08, 0x58,
    +        0x4D, 0xC2, 0xB2, 0x91, 0x26, 0x75, 0xBF, 0x5B, 0x9E, 0x58, 0x29, 0x28,
    +        /* order */
    +        0x8C, 0xB9, 0x1E, 0x82, 0xA3, 0x38, 0x6D, 0x28, 0x0F, 0x5D, 0x6F, 0x7E,
    +        0x50, 0xE6, 0x41, 0xDF, 0x15, 0x2F, 0x71, 0x09, 0xED, 0x54, 0x56, 0xB3,
    +        0x1F, 0x16, 0x6E, 0x6C, 0xAC, 0x04, 0x25, 0xA7, 0xCF, 0x3A, 0xB6, 0xAF,
    +        0x6B, 0x7F, 0xC3, 0x10, 0x3B, 0x88, 0x32, 0x02, 0xE9, 0x04, 0x65, 0x65
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 64 * 6];
    +} _EC_brainpoolP512r1 = {
    +    {
    +        NID_X9_62_prime_field, 0, 64, 1
    +    },
    +    {
    +        /* no seed */
    +        /* p */
    +        0xAA, 0xDD, 0x9D, 0xB8, 0xDB, 0xE9, 0xC4, 0x8B, 0x3F, 0xD4, 0xE6, 0xAE,
    +        0x33, 0xC9, 0xFC, 0x07, 0xCB, 0x30, 0x8D, 0xB3, 0xB3, 0xC9, 0xD2, 0x0E,
    +        0xD6, 0x63, 0x9C, 0xCA, 0x70, 0x33, 0x08, 0x71, 0x7D, 0x4D, 0x9B, 0x00,
    +        0x9B, 0xC6, 0x68, 0x42, 0xAE, 0xCD, 0xA1, 0x2A, 0xE6, 0xA3, 0x80, 0xE6,
    +        0x28, 0x81, 0xFF, 0x2F, 0x2D, 0x82, 0xC6, 0x85, 0x28, 0xAA, 0x60, 0x56,
    +        0x58, 0x3A, 0x48, 0xF3,
    +        /* a */
    +        0x78, 0x30, 0xA3, 0x31, 0x8B, 0x60, 0x3B, 0x89, 0xE2, 0x32, 0x71, 0x45,
    +        0xAC, 0x23, 0x4C, 0xC5, 0x94, 0xCB, 0xDD, 0x8D, 0x3D, 0xF9, 0x16, 0x10,
    +        0xA8, 0x34, 0x41, 0xCA, 0xEA, 0x98, 0x63, 0xBC, 0x2D, 0xED, 0x5D, 0x5A,
    +        0xA8, 0x25, 0x3A, 0xA1, 0x0A, 0x2E, 0xF1, 0xC9, 0x8B, 0x9A, 0xC8, 0xB5,
    +        0x7F, 0x11, 0x17, 0xA7, 0x2B, 0xF2, 0xC7, 0xB9, 0xE7, 0xC1, 0xAC, 0x4D,
    +        0x77, 0xFC, 0x94, 0xCA,
    +        /* b */
    +        0x3D, 0xF9, 0x16, 0x10, 0xA8, 0x34, 0x41, 0xCA, 0xEA, 0x98, 0x63, 0xBC,
    +        0x2D, 0xED, 0x5D, 0x5A, 0xA8, 0x25, 0x3A, 0xA1, 0x0A, 0x2E, 0xF1, 0xC9,
    +        0x8B, 0x9A, 0xC8, 0xB5, 0x7F, 0x11, 0x17, 0xA7, 0x2B, 0xF2, 0xC7, 0xB9,
    +        0xE7, 0xC1, 0xAC, 0x4D, 0x77, 0xFC, 0x94, 0xCA, 0xDC, 0x08, 0x3E, 0x67,
    +        0x98, 0x40, 0x50, 0xB7, 0x5E, 0xBA, 0xE5, 0xDD, 0x28, 0x09, 0xBD, 0x63,
    +        0x80, 0x16, 0xF7, 0x23,
    +        /* x */
    +        0x81, 0xAE, 0xE4, 0xBD, 0xD8, 0x2E, 0xD9, 0x64, 0x5A, 0x21, 0x32, 0x2E,
    +        0x9C, 0x4C, 0x6A, 0x93, 0x85, 0xED, 0x9F, 0x70, 0xB5, 0xD9, 0x16, 0xC1,
    +        0xB4, 0x3B, 0x62, 0xEE, 0xF4, 0xD0, 0x09, 0x8E, 0xFF, 0x3B, 0x1F, 0x78,
    +        0xE2, 0xD0, 0xD4, 0x8D, 0x50, 0xD1, 0x68, 0x7B, 0x93, 0xB9, 0x7D, 0x5F,
    +        0x7C, 0x6D, 0x50, 0x47, 0x40, 0x6A, 0x5E, 0x68, 0x8B, 0x35, 0x22, 0x09,
    +        0xBC, 0xB9, 0xF8, 0x22,
    +        /* y */
    +        0x7D, 0xDE, 0x38, 0x5D, 0x56, 0x63, 0x32, 0xEC, 0xC0, 0xEA, 0xBF, 0xA9,
    +        0xCF, 0x78, 0x22, 0xFD, 0xF2, 0x09, 0xF7, 0x00, 0x24, 0xA5, 0x7B, 0x1A,
    +        0xA0, 0x00, 0xC5, 0x5B, 0x88, 0x1F, 0x81, 0x11, 0xB2, 0xDC, 0xDE, 0x49,
    +        0x4A, 0x5F, 0x48, 0x5E, 0x5B, 0xCA, 0x4B, 0xD8, 0x8A, 0x27, 0x63, 0xAE,
    +        0xD1, 0xCA, 0x2B, 0x2F, 0xA8, 0xF0, 0x54, 0x06, 0x78, 0xCD, 0x1E, 0x0F,
    +        0x3A, 0xD8, 0x08, 0x92,
    +        /* order */
    +        0xAA, 0xDD, 0x9D, 0xB8, 0xDB, 0xE9, 0xC4, 0x8B, 0x3F, 0xD4, 0xE6, 0xAE,
    +        0x33, 0xC9, 0xFC, 0x07, 0xCB, 0x30, 0x8D, 0xB3, 0xB3, 0xC9, 0xD2, 0x0E,
    +        0xD6, 0x63, 0x9C, 0xCA, 0x70, 0x33, 0x08, 0x70, 0x55, 0x3E, 0x5C, 0x41,
    +        0x4C, 0xA9, 0x26, 0x19, 0x41, 0x86, 0x61, 0x19, 0x7F, 0xAC, 0x10, 0x47,
    +        0x1D, 0xB1, 0xD3, 0x81, 0x08, 0x5D, 0xDA, 0xDD, 0xB5, 0x87, 0x96, 0x82,
    +        0x9C, 0xA9, 0x00, 0x69
    +    }
    +};
    +
    +static const struct {
    +    EC_CURVE_DATA h;
    +    unsigned char data[0 + 64 * 6];
    +} _EC_brainpoolP512t1 = {
    +    {
    +        NID_X9_62_prime_field, 0, 64, 1
    +    },
    +    {
    +        /* no seed */
    +        /* p */
    +        0xAA, 0xDD, 0x9D, 0xB8, 0xDB, 0xE9, 0xC4, 0x8B, 0x3F, 0xD4, 0xE6, 0xAE,
    +        0x33, 0xC9, 0xFC, 0x07, 0xCB, 0x30, 0x8D, 0xB3, 0xB3, 0xC9, 0xD2, 0x0E,
    +        0xD6, 0x63, 0x9C, 0xCA, 0x70, 0x33, 0x08, 0x71, 0x7D, 0x4D, 0x9B, 0x00,
    +        0x9B, 0xC6, 0x68, 0x42, 0xAE, 0xCD, 0xA1, 0x2A, 0xE6, 0xA3, 0x80, 0xE6,
    +        0x28, 0x81, 0xFF, 0x2F, 0x2D, 0x82, 0xC6, 0x85, 0x28, 0xAA, 0x60, 0x56,
    +        0x58, 0x3A, 0x48, 0xF3,
    +        /* a */
    +        0xAA, 0xDD, 0x9D, 0xB8, 0xDB, 0xE9, 0xC4, 0x8B, 0x3F, 0xD4, 0xE6, 0xAE,
    +        0x33, 0xC9, 0xFC, 0x07, 0xCB, 0x30, 0x8D, 0xB3, 0xB3, 0xC9, 0xD2, 0x0E,
    +        0xD6, 0x63, 0x9C, 0xCA, 0x70, 0x33, 0x08, 0x71, 0x7D, 0x4D, 0x9B, 0x00,
    +        0x9B, 0xC6, 0x68, 0x42, 0xAE, 0xCD, 0xA1, 0x2A, 0xE6, 0xA3, 0x80, 0xE6,
    +        0x28, 0x81, 0xFF, 0x2F, 0x2D, 0x82, 0xC6, 0x85, 0x28, 0xAA, 0x60, 0x56,
    +        0x58, 0x3A, 0x48, 0xF0,
    +        /* b */
    +        0x7C, 0xBB, 0xBC, 0xF9, 0x44, 0x1C, 0xFA, 0xB7, 0x6E, 0x18, 0x90, 0xE4,
    +        0x68, 0x84, 0xEA, 0xE3, 0x21, 0xF7, 0x0C, 0x0B, 0xCB, 0x49, 0x81, 0x52,
    +        0x78, 0x97, 0x50, 0x4B, 0xEC, 0x3E, 0x36, 0xA6, 0x2B, 0xCD, 0xFA, 0x23,
    +        0x04, 0x97, 0x65, 0x40, 0xF6, 0x45, 0x00, 0x85, 0xF2, 0xDA, 0xE1, 0x45,
    +        0xC2, 0x25, 0x53, 0xB4, 0x65, 0x76, 0x36, 0x89, 0x18, 0x0E, 0xA2, 0x57,
    +        0x18, 0x67, 0x42, 0x3E,
    +        /* x */
    +        0x64, 0x0E, 0xCE, 0x5C, 0x12, 0x78, 0x87, 0x17, 0xB9, 0xC1, 0xBA, 0x06,
    +        0xCB, 0xC2, 0xA6, 0xFE, 0xBA, 0x85, 0x84, 0x24, 0x58, 0xC5, 0x6D, 0xDE,
    +        0x9D, 0xB1, 0x75, 0x8D, 0x39, 0xC0, 0x31, 0x3D, 0x82, 0xBA, 0x51, 0x73,
    +        0x5C, 0xDB, 0x3E, 0xA4, 0x99, 0xAA, 0x77, 0xA7, 0xD6, 0x94, 0x3A, 0x64,
    +        0xF7, 0xA3, 0xF2, 0x5F, 0xE2, 0x6F, 0x06, 0xB5, 0x1B, 0xAA, 0x26, 0x96,
    +        0xFA, 0x90, 0x35, 0xDA,
    +        /* y */
    +        0x5B, 0x53, 0x4B, 0xD5, 0x95, 0xF5, 0xAF, 0x0F, 0xA2, 0xC8, 0x92, 0x37,
    +        0x6C, 0x84, 0xAC, 0xE1, 0xBB, 0x4E, 0x30, 0x19, 0xB7, 0x16, 0x34, 0xC0,
    +        0x11, 0x31, 0x15, 0x9C, 0xAE, 0x03, 0xCE, 0xE9, 0xD9, 0x93, 0x21, 0x84,
    +        0xBE, 0xEF, 0x21, 0x6B, 0xD7, 0x1D, 0xF2, 0xDA, 0xDF, 0x86, 0xA6, 0x27,
    +        0x30, 0x6E, 0xCF, 0xF9, 0x6D, 0xBB, 0x8B, 0xAC, 0xE1, 0x98, 0xB6, 0x1E,
    +        0x00, 0xF8, 0xB3, 0x32,
    +        /* order */
    +        0xAA, 0xDD, 0x9D, 0xB8, 0xDB, 0xE9, 0xC4, 0x8B, 0x3F, 0xD4, 0xE6, 0xAE,
    +        0x33, 0xC9, 0xFC, 0x07, 0xCB, 0x30, 0x8D, 0xB3, 0xB3, 0xC9, 0xD2, 0x0E,
    +        0xD6, 0x63, 0x9C, 0xCA, 0x70, 0x33, 0x08, 0x70, 0x55, 0x3E, 0x5C, 0x41,
    +        0x4C, 0xA9, 0x26, 0x19, 0x41, 0x86, 0x61, 0x19, 0x7F, 0xAC, 0x10, 0x47,
    +        0x1D, 0xB1, 0xD3, 0x81, 0x08, 0x5D, 0xDA, 0xDD, 0xB5, 0x87, 0x96, 0x82,
    +        0x9C, 0xA9, 0x00, 0x69
    +    }
    +};
    +
     typedef struct _ec_list_element_st {
    -	int	nid;
    -	const EC_CURVE_DATA *data;
    -	const EC_METHOD *(*meth)(void);
    -	const char *comment;
    -	} ec_list_element;
    +    int nid;
    +    const EC_CURVE_DATA *data;
    +    const EC_METHOD *(*meth) (void);
    +    const char *comment;
    +} ec_list_element;
     
     static const ec_list_element curve_list[] = {
    -	/* prime field curves */
    -	/* secg curves */
    -	{ NID_secp112r1, &_EC_SECG_PRIME_112R1.h, 0, "SECG/WTLS curve over a 112 bit prime field" },
    -	{ NID_secp112r2, &_EC_SECG_PRIME_112R2.h, 0, "SECG curve over a 112 bit prime field" },
    -	{ NID_secp128r1, &_EC_SECG_PRIME_128R1.h, 0, "SECG curve over a 128 bit prime field" },
    -	{ NID_secp128r2, &_EC_SECG_PRIME_128R2.h, 0, "SECG curve over a 128 bit prime field" },
    -	{ NID_secp160k1, &_EC_SECG_PRIME_160K1.h, 0, "SECG curve over a 160 bit prime field" },
    -	{ NID_secp160r1, &_EC_SECG_PRIME_160R1.h, 0, "SECG curve over a 160 bit prime field" },
    -	{ NID_secp160r2, &_EC_SECG_PRIME_160R2.h, 0, "SECG/WTLS curve over a 160 bit prime field" },
    -	/* SECG secp192r1 is the same as X9.62 prime192v1 and hence omitted */
    -	{ NID_secp192k1, &_EC_SECG_PRIME_192K1.h, 0, "SECG curve over a 192 bit prime field" },
    -	{ NID_secp224k1, &_EC_SECG_PRIME_224K1.h, 0, "SECG curve over a 224 bit prime field" },
    +    /* prime field curves */
    +    /* secg curves */
    +    {NID_secp112r1, &_EC_SECG_PRIME_112R1.h, 0,
    +     "SECG/WTLS curve over a 112 bit prime field"},
    +    {NID_secp112r2, &_EC_SECG_PRIME_112R2.h, 0,
    +     "SECG curve over a 112 bit prime field"},
    +    {NID_secp128r1, &_EC_SECG_PRIME_128R1.h, 0,
    +     "SECG curve over a 128 bit prime field"},
    +    {NID_secp128r2, &_EC_SECG_PRIME_128R2.h, 0,
    +     "SECG curve over a 128 bit prime field"},
    +    {NID_secp160k1, &_EC_SECG_PRIME_160K1.h, 0,
    +     "SECG curve over a 160 bit prime field"},
    +    {NID_secp160r1, &_EC_SECG_PRIME_160R1.h, 0,
    +     "SECG curve over a 160 bit prime field"},
    +    {NID_secp160r2, &_EC_SECG_PRIME_160R2.h, 0,
    +     "SECG/WTLS curve over a 160 bit prime field"},
    +    /* SECG secp192r1 is the same as X9.62 prime192v1 and hence omitted */
    +    {NID_secp192k1, &_EC_SECG_PRIME_192K1.h, 0,
    +     "SECG curve over a 192 bit prime field"},
    +    {NID_secp224k1, &_EC_SECG_PRIME_224K1.h, 0,
    +     "SECG curve over a 224 bit prime field"},
     #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
    -	{ NID_secp224r1, &_EC_NIST_PRIME_224.h, EC_GFp_nistp224_method, "NIST/SECG curve over a 224 bit prime field" },
    +    {NID_secp224r1, &_EC_NIST_PRIME_224.h, EC_GFp_nistp224_method,
    +     "NIST/SECG curve over a 224 bit prime field"},
     #else
    -	{ NID_secp224r1, &_EC_NIST_PRIME_224.h, 0, "NIST/SECG curve over a 224 bit prime field" },
    +    {NID_secp224r1, &_EC_NIST_PRIME_224.h, 0,
    +     "NIST/SECG curve over a 224 bit prime field"},
     #endif
    -	{ NID_secp256k1, &_EC_SECG_PRIME_256K1.h, 0, "SECG curve over a 256 bit prime field" },
    -	/* SECG secp256r1 is the same as X9.62 prime256v1 and hence omitted */
    -	{ NID_secp384r1, &_EC_NIST_PRIME_384.h, 0, "NIST/SECG curve over a 384 bit prime field" },
    +    {NID_secp256k1, &_EC_SECG_PRIME_256K1.h, 0,
    +     "SECG curve over a 256 bit prime field"},
    +    /* SECG secp256r1 is the same as X9.62 prime256v1 and hence omitted */
    +    {NID_secp384r1, &_EC_NIST_PRIME_384.h, 0,
    +     "NIST/SECG curve over a 384 bit prime field"},
     #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
    -	{ NID_secp521r1, &_EC_NIST_PRIME_521.h, EC_GFp_nistp521_method, "NIST/SECG curve over a 521 bit prime field" },
    +    {NID_secp521r1, &_EC_NIST_PRIME_521.h, EC_GFp_nistp521_method,
    +     "NIST/SECG curve over a 521 bit prime field"},
     #else
    -	{ NID_secp521r1, &_EC_NIST_PRIME_521.h, 0, "NIST/SECG curve over a 521 bit prime field" },
    +    {NID_secp521r1, &_EC_NIST_PRIME_521.h, 0,
    +     "NIST/SECG curve over a 521 bit prime field"},
     #endif
    -	/* X9.62 curves */
    -	{ NID_X9_62_prime192v1, &_EC_NIST_PRIME_192.h, 0, "NIST/X9.62/SECG curve over a 192 bit prime field" },
    -	{ NID_X9_62_prime192v2, &_EC_X9_62_PRIME_192V2.h, 0, "X9.62 curve over a 192 bit prime field" },
    -	{ NID_X9_62_prime192v3, &_EC_X9_62_PRIME_192V3.h, 0, "X9.62 curve over a 192 bit prime field" },
    -	{ NID_X9_62_prime239v1, &_EC_X9_62_PRIME_239V1.h, 0, "X9.62 curve over a 239 bit prime field" },
    -	{ NID_X9_62_prime239v2, &_EC_X9_62_PRIME_239V2.h, 0, "X9.62 curve over a 239 bit prime field" },
    -	{ NID_X9_62_prime239v3, &_EC_X9_62_PRIME_239V3.h, 0, "X9.62 curve over a 239 bit prime field" },
    -#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
    -	{ NID_X9_62_prime256v1, &_EC_X9_62_PRIME_256V1.h, EC_GFp_nistp256_method, "X9.62/SECG curve over a 256 bit prime field" },
    +    /* X9.62 curves */
    +    {NID_X9_62_prime192v1, &_EC_NIST_PRIME_192.h, 0,
    +     "NIST/X9.62/SECG curve over a 192 bit prime field"},
    +    {NID_X9_62_prime192v2, &_EC_X9_62_PRIME_192V2.h, 0,
    +     "X9.62 curve over a 192 bit prime field"},
    +    {NID_X9_62_prime192v3, &_EC_X9_62_PRIME_192V3.h, 0,
    +     "X9.62 curve over a 192 bit prime field"},
    +    {NID_X9_62_prime239v1, &_EC_X9_62_PRIME_239V1.h, 0,
    +     "X9.62 curve over a 239 bit prime field"},
    +    {NID_X9_62_prime239v2, &_EC_X9_62_PRIME_239V2.h, 0,
    +     "X9.62 curve over a 239 bit prime field"},
    +    {NID_X9_62_prime239v3, &_EC_X9_62_PRIME_239V3.h, 0,
    +     "X9.62 curve over a 239 bit prime field"},
    +    {NID_X9_62_prime256v1, &_EC_X9_62_PRIME_256V1.h,
    +#if defined(ECP_NISTZ256_ASM)
    +     EC_GFp_nistz256_method,
    +#elif !defined(OPENSSL_NO_EC_NISTP_64_GCC_128)
    +     EC_GFp_nistp256_method,
     #else
    -	{ NID_X9_62_prime256v1, &_EC_X9_62_PRIME_256V1.h, 0, "X9.62/SECG curve over a 256 bit prime field" },
    +     0,
     #endif
    +     "X9.62/SECG curve over a 256 bit prime field"},
     #ifndef OPENSSL_NO_EC2M
    -	/* characteristic two field curves */
    -	/* NIST/SECG curves */
    -	{ NID_sect113r1, &_EC_SECG_CHAR2_113R1.h, 0, "SECG curve over a 113 bit binary field" },
    -	{ NID_sect113r2, &_EC_SECG_CHAR2_113R2.h, 0, "SECG curve over a 113 bit binary field" },
    -	{ NID_sect131r1, &_EC_SECG_CHAR2_131R1.h, 0, "SECG/WTLS curve over a 131 bit binary field" },
    -	{ NID_sect131r2, &_EC_SECG_CHAR2_131R2.h, 0, "SECG curve over a 131 bit binary field" },
    -	{ NID_sect163k1, &_EC_NIST_CHAR2_163K.h, 0, "NIST/SECG/WTLS curve over a 163 bit binary field" },
    -	{ NID_sect163r1, &_EC_SECG_CHAR2_163R1.h, 0, "SECG curve over a 163 bit binary field" },
    -	{ NID_sect163r2, &_EC_NIST_CHAR2_163B.h, 0, "NIST/SECG curve over a 163 bit binary field" },
    -	{ NID_sect193r1, &_EC_SECG_CHAR2_193R1.h, 0, "SECG curve over a 193 bit binary field" },
    -	{ NID_sect193r2, &_EC_SECG_CHAR2_193R2.h, 0, "SECG curve over a 193 bit binary field" },
    -	{ NID_sect233k1, &_EC_NIST_CHAR2_233K.h, 0, "NIST/SECG/WTLS curve over a 233 bit binary field" },
    -	{ NID_sect233r1, &_EC_NIST_CHAR2_233B.h, 0, "NIST/SECG/WTLS curve over a 233 bit binary field" },
    -	{ NID_sect239k1, &_EC_SECG_CHAR2_239K1.h, 0, "SECG curve over a 239 bit binary field" },
    -	{ NID_sect283k1, &_EC_NIST_CHAR2_283K.h, 0, "NIST/SECG curve over a 283 bit binary field" },
    -	{ NID_sect283r1, &_EC_NIST_CHAR2_283B.h, 0, "NIST/SECG curve over a 283 bit binary field" },
    -	{ NID_sect409k1, &_EC_NIST_CHAR2_409K.h, 0, "NIST/SECG curve over a 409 bit binary field" },
    -	{ NID_sect409r1, &_EC_NIST_CHAR2_409B.h, 0, "NIST/SECG curve over a 409 bit binary field" },
    -	{ NID_sect571k1, &_EC_NIST_CHAR2_571K.h, 0, "NIST/SECG curve over a 571 bit binary field" },
    -	{ NID_sect571r1, &_EC_NIST_CHAR2_571B.h, 0, "NIST/SECG curve over a 571 bit binary field" },
    -	/* X9.62 curves */
    -	{ NID_X9_62_c2pnb163v1, &_EC_X9_62_CHAR2_163V1.h, 0, "X9.62 curve over a 163 bit binary field" },
    -	{ NID_X9_62_c2pnb163v2, &_EC_X9_62_CHAR2_163V2.h, 0, "X9.62 curve over a 163 bit binary field" },
    -	{ NID_X9_62_c2pnb163v3, &_EC_X9_62_CHAR2_163V3.h, 0, "X9.62 curve over a 163 bit binary field" },
    -	{ NID_X9_62_c2pnb176v1, &_EC_X9_62_CHAR2_176V1.h, 0, "X9.62 curve over a 176 bit binary field" },
    -	{ NID_X9_62_c2tnb191v1, &_EC_X9_62_CHAR2_191V1.h, 0, "X9.62 curve over a 191 bit binary field" },
    -	{ NID_X9_62_c2tnb191v2, &_EC_X9_62_CHAR2_191V2.h, 0, "X9.62 curve over a 191 bit binary field" },
    -	{ NID_X9_62_c2tnb191v3, &_EC_X9_62_CHAR2_191V3.h, 0, "X9.62 curve over a 191 bit binary field" },
    -	{ NID_X9_62_c2pnb208w1, &_EC_X9_62_CHAR2_208W1.h, 0, "X9.62 curve over a 208 bit binary field" },
    -	{ NID_X9_62_c2tnb239v1, &_EC_X9_62_CHAR2_239V1.h, 0, "X9.62 curve over a 239 bit binary field" },
    -	{ NID_X9_62_c2tnb239v2, &_EC_X9_62_CHAR2_239V2.h, 0, "X9.62 curve over a 239 bit binary field" },
    -	{ NID_X9_62_c2tnb239v3, &_EC_X9_62_CHAR2_239V3.h, 0, "X9.62 curve over a 239 bit binary field" },
    -	{ NID_X9_62_c2pnb272w1, &_EC_X9_62_CHAR2_272W1.h, 0, "X9.62 curve over a 272 bit binary field" },
    -	{ NID_X9_62_c2pnb304w1, &_EC_X9_62_CHAR2_304W1.h, 0, "X9.62 curve over a 304 bit binary field" },
    -	{ NID_X9_62_c2tnb359v1, &_EC_X9_62_CHAR2_359V1.h, 0, "X9.62 curve over a 359 bit binary field" },
    -	{ NID_X9_62_c2pnb368w1, &_EC_X9_62_CHAR2_368W1.h, 0, "X9.62 curve over a 368 bit binary field" },
    -	{ NID_X9_62_c2tnb431r1, &_EC_X9_62_CHAR2_431R1.h, 0, "X9.62 curve over a 431 bit binary field" },
    -	/* the WAP/WTLS curves
    -	 * [unlike SECG, spec has its own OIDs for curves from X9.62] */
    -	{ NID_wap_wsg_idm_ecid_wtls1, &_EC_WTLS_1.h, 0, "WTLS curve over a 113 bit binary field" },
    -	{ NID_wap_wsg_idm_ecid_wtls3, &_EC_NIST_CHAR2_163K.h, 0, "NIST/SECG/WTLS curve over a 163 bit binary field" },
    -	{ NID_wap_wsg_idm_ecid_wtls4, &_EC_SECG_CHAR2_113R1.h, 0, "SECG curve over a 113 bit binary field" },
    -	{ NID_wap_wsg_idm_ecid_wtls5, &_EC_X9_62_CHAR2_163V1.h, 0, "X9.62 curve over a 163 bit binary field" },
    +    /* characteristic two field curves */
    +    /* NIST/SECG curves */
    +    {NID_sect113r1, &_EC_SECG_CHAR2_113R1.h, 0,
    +     "SECG curve over a 113 bit binary field"},
    +    {NID_sect113r2, &_EC_SECG_CHAR2_113R2.h, 0,
    +     "SECG curve over a 113 bit binary field"},
    +    {NID_sect131r1, &_EC_SECG_CHAR2_131R1.h, 0,
    +     "SECG/WTLS curve over a 131 bit binary field"},
    +    {NID_sect131r2, &_EC_SECG_CHAR2_131R2.h, 0,
    +     "SECG curve over a 131 bit binary field"},
    +    {NID_sect163k1, &_EC_NIST_CHAR2_163K.h, 0,
    +     "NIST/SECG/WTLS curve over a 163 bit binary field"},
    +    {NID_sect163r1, &_EC_SECG_CHAR2_163R1.h, 0,
    +     "SECG curve over a 163 bit binary field"},
    +    {NID_sect163r2, &_EC_NIST_CHAR2_163B.h, 0,
    +     "NIST/SECG curve over a 163 bit binary field"},
    +    {NID_sect193r1, &_EC_SECG_CHAR2_193R1.h, 0,
    +     "SECG curve over a 193 bit binary field"},
    +    {NID_sect193r2, &_EC_SECG_CHAR2_193R2.h, 0,
    +     "SECG curve over a 193 bit binary field"},
    +    {NID_sect233k1, &_EC_NIST_CHAR2_233K.h, 0,
    +     "NIST/SECG/WTLS curve over a 233 bit binary field"},
    +    {NID_sect233r1, &_EC_NIST_CHAR2_233B.h, 0,
    +     "NIST/SECG/WTLS curve over a 233 bit binary field"},
    +    {NID_sect239k1, &_EC_SECG_CHAR2_239K1.h, 0,
    +     "SECG curve over a 239 bit binary field"},
    +    {NID_sect283k1, &_EC_NIST_CHAR2_283K.h, 0,
    +     "NIST/SECG curve over a 283 bit binary field"},
    +    {NID_sect283r1, &_EC_NIST_CHAR2_283B.h, 0,
    +     "NIST/SECG curve over a 283 bit binary field"},
    +    {NID_sect409k1, &_EC_NIST_CHAR2_409K.h, 0,
    +     "NIST/SECG curve over a 409 bit binary field"},
    +    {NID_sect409r1, &_EC_NIST_CHAR2_409B.h, 0,
    +     "NIST/SECG curve over a 409 bit binary field"},
    +    {NID_sect571k1, &_EC_NIST_CHAR2_571K.h, 0,
    +     "NIST/SECG curve over a 571 bit binary field"},
    +    {NID_sect571r1, &_EC_NIST_CHAR2_571B.h, 0,
    +     "NIST/SECG curve over a 571 bit binary field"},
    +    /* X9.62 curves */
    +    {NID_X9_62_c2pnb163v1, &_EC_X9_62_CHAR2_163V1.h, 0,
    +     "X9.62 curve over a 163 bit binary field"},
    +    {NID_X9_62_c2pnb163v2, &_EC_X9_62_CHAR2_163V2.h, 0,
    +     "X9.62 curve over a 163 bit binary field"},
    +    {NID_X9_62_c2pnb163v3, &_EC_X9_62_CHAR2_163V3.h, 0,
    +     "X9.62 curve over a 163 bit binary field"},
    +    {NID_X9_62_c2pnb176v1, &_EC_X9_62_CHAR2_176V1.h, 0,
    +     "X9.62 curve over a 176 bit binary field"},
    +    {NID_X9_62_c2tnb191v1, &_EC_X9_62_CHAR2_191V1.h, 0,
    +     "X9.62 curve over a 191 bit binary field"},
    +    {NID_X9_62_c2tnb191v2, &_EC_X9_62_CHAR2_191V2.h, 0,
    +     "X9.62 curve over a 191 bit binary field"},
    +    {NID_X9_62_c2tnb191v3, &_EC_X9_62_CHAR2_191V3.h, 0,
    +     "X9.62 curve over a 191 bit binary field"},
    +    {NID_X9_62_c2pnb208w1, &_EC_X9_62_CHAR2_208W1.h, 0,
    +     "X9.62 curve over a 208 bit binary field"},
    +    {NID_X9_62_c2tnb239v1, &_EC_X9_62_CHAR2_239V1.h, 0,
    +     "X9.62 curve over a 239 bit binary field"},
    +    {NID_X9_62_c2tnb239v2, &_EC_X9_62_CHAR2_239V2.h, 0,
    +     "X9.62 curve over a 239 bit binary field"},
    +    {NID_X9_62_c2tnb239v3, &_EC_X9_62_CHAR2_239V3.h, 0,
    +     "X9.62 curve over a 239 bit binary field"},
    +    {NID_X9_62_c2pnb272w1, &_EC_X9_62_CHAR2_272W1.h, 0,
    +     "X9.62 curve over a 272 bit binary field"},
    +    {NID_X9_62_c2pnb304w1, &_EC_X9_62_CHAR2_304W1.h, 0,
    +     "X9.62 curve over a 304 bit binary field"},
    +    {NID_X9_62_c2tnb359v1, &_EC_X9_62_CHAR2_359V1.h, 0,
    +     "X9.62 curve over a 359 bit binary field"},
    +    {NID_X9_62_c2pnb368w1, &_EC_X9_62_CHAR2_368W1.h, 0,
    +     "X9.62 curve over a 368 bit binary field"},
    +    {NID_X9_62_c2tnb431r1, &_EC_X9_62_CHAR2_431R1.h, 0,
    +     "X9.62 curve over a 431 bit binary field"},
    +    /*
    +     * the WAP/WTLS curves [unlike SECG, spec has its own OIDs for curves
    +     * from X9.62]
    +     */
    +    {NID_wap_wsg_idm_ecid_wtls1, &_EC_WTLS_1.h, 0,
    +     "WTLS curve over a 113 bit binary field"},
    +    {NID_wap_wsg_idm_ecid_wtls3, &_EC_NIST_CHAR2_163K.h, 0,
    +     "NIST/SECG/WTLS curve over a 163 bit binary field"},
    +    {NID_wap_wsg_idm_ecid_wtls4, &_EC_SECG_CHAR2_113R1.h, 0,
    +     "SECG curve over a 113 bit binary field"},
    +    {NID_wap_wsg_idm_ecid_wtls5, &_EC_X9_62_CHAR2_163V1.h, 0,
    +     "X9.62 curve over a 163 bit binary field"},
     #endif
    -	{ NID_wap_wsg_idm_ecid_wtls6, &_EC_SECG_PRIME_112R1.h, 0, "SECG/WTLS curve over a 112 bit prime field" },
    -	{ NID_wap_wsg_idm_ecid_wtls7, &_EC_SECG_PRIME_160R2.h, 0, "SECG/WTLS curve over a 160 bit prime field" },
    -	{ NID_wap_wsg_idm_ecid_wtls8, &_EC_WTLS_8.h, 0, "WTLS curve over a 112 bit prime field" },
    -	{ NID_wap_wsg_idm_ecid_wtls9, &_EC_WTLS_9.h, 0, "WTLS curve over a 160 bit prime field" },
    +    {NID_wap_wsg_idm_ecid_wtls6, &_EC_SECG_PRIME_112R1.h, 0,
    +     "SECG/WTLS curve over a 112 bit prime field"},
    +    {NID_wap_wsg_idm_ecid_wtls7, &_EC_SECG_PRIME_160R2.h, 0,
    +     "SECG/WTLS curve over a 160 bit prime field"},
    +    {NID_wap_wsg_idm_ecid_wtls8, &_EC_WTLS_8.h, 0,
    +     "WTLS curve over a 112 bit prime field"},
    +    {NID_wap_wsg_idm_ecid_wtls9, &_EC_WTLS_9.h, 0,
    +     "WTLS curve over a 160 bit prime field"},
     #ifndef OPENSSL_NO_EC2M
    -	{ NID_wap_wsg_idm_ecid_wtls10, &_EC_NIST_CHAR2_233K.h, 0, "NIST/SECG/WTLS curve over a 233 bit binary field" },
    -	{ NID_wap_wsg_idm_ecid_wtls11, &_EC_NIST_CHAR2_233B.h, 0, "NIST/SECG/WTLS curve over a 233 bit binary field" },
    +    {NID_wap_wsg_idm_ecid_wtls10, &_EC_NIST_CHAR2_233K.h, 0,
    +     "NIST/SECG/WTLS curve over a 233 bit binary field"},
    +    {NID_wap_wsg_idm_ecid_wtls11, &_EC_NIST_CHAR2_233B.h, 0,
    +     "NIST/SECG/WTLS curve over a 233 bit binary field"},
     #endif
    -	{ NID_wap_wsg_idm_ecid_wtls12, &_EC_WTLS_12.h, 0, "WTLS curvs over a 224 bit prime field" },
    +    {NID_wap_wsg_idm_ecid_wtls12, &_EC_WTLS_12.h, 0,
    +     "WTLS curvs over a 224 bit prime field"},
     #ifndef OPENSSL_NO_EC2M
    -	/* IPSec curves */
    -	{ NID_ipsec3, &_EC_IPSEC_155_ID3.h, 0, "\n\tIPSec/IKE/Oakley curve #3 over a 155 bit binary field.\n"
    -	  "\tNot suitable for ECDSA.\n\tQuestionable extension field!" },
    -	{ NID_ipsec4, &_EC_IPSEC_185_ID4.h, 0, "\n\tIPSec/IKE/Oakley curve #4 over a 185 bit binary field.\n"
    -	  "\tNot suitable for ECDSA.\n\tQuestionable extension field!" },
    +    /* IPSec curves */
    +    {NID_ipsec3, &_EC_IPSEC_155_ID3.h, 0,
    +     "\n\tIPSec/IKE/Oakley curve #3 over a 155 bit binary field.\n"
    +     "\tNot suitable for ECDSA.\n\tQuestionable extension field!"},
    +    {NID_ipsec4, &_EC_IPSEC_185_ID4.h, 0,
    +     "\n\tIPSec/IKE/Oakley curve #4 over a 185 bit binary field.\n"
    +     "\tNot suitable for ECDSA.\n\tQuestionable extension field!"},
     #endif
    +    /* brainpool curves */
    +    {NID_brainpoolP160r1, &_EC_brainpoolP160r1.h, 0,
    +     "RFC 5639 curve over a 160 bit prime field"},
    +    {NID_brainpoolP160t1, &_EC_brainpoolP160t1.h, 0,
    +     "RFC 5639 curve over a 160 bit prime field"},
    +    {NID_brainpoolP192r1, &_EC_brainpoolP192r1.h, 0,
    +     "RFC 5639 curve over a 192 bit prime field"},
    +    {NID_brainpoolP192t1, &_EC_brainpoolP192t1.h, 0,
    +     "RFC 5639 curve over a 192 bit prime field"},
    +    {NID_brainpoolP224r1, &_EC_brainpoolP224r1.h, 0,
    +     "RFC 5639 curve over a 224 bit prime field"},
    +    {NID_brainpoolP224t1, &_EC_brainpoolP224t1.h, 0,
    +     "RFC 5639 curve over a 224 bit prime field"},
    +    {NID_brainpoolP256r1, &_EC_brainpoolP256r1.h, 0,
    +     "RFC 5639 curve over a 256 bit prime field"},
    +    {NID_brainpoolP256t1, &_EC_brainpoolP256t1.h, 0,
    +     "RFC 5639 curve over a 256 bit prime field"},
    +    {NID_brainpoolP320r1, &_EC_brainpoolP320r1.h, 0,
    +     "RFC 5639 curve over a 320 bit prime field"},
    +    {NID_brainpoolP320t1, &_EC_brainpoolP320t1.h, 0,
    +     "RFC 5639 curve over a 320 bit prime field"},
    +    {NID_brainpoolP384r1, &_EC_brainpoolP384r1.h, 0,
    +     "RFC 5639 curve over a 384 bit prime field"},
    +    {NID_brainpoolP384t1, &_EC_brainpoolP384t1.h, 0,
    +     "RFC 5639 curve over a 384 bit prime field"},
    +    {NID_brainpoolP512r1, &_EC_brainpoolP512r1.h, 0,
    +     "RFC 5639 curve over a 512 bit prime field"},
    +    {NID_brainpoolP512t1, &_EC_brainpoolP512t1.h, 0,
    +     "RFC 5639 curve over a 512 bit prime field"},
     };
     
     #define curve_list_length (sizeof(curve_list)/sizeof(ec_list_element))
     
     static EC_GROUP *ec_group_new_from_data(const ec_list_element curve)
    -	{
    -	EC_GROUP *group=NULL;
    -	EC_POINT *P=NULL;
    -	BN_CTX	 *ctx=NULL;
    -	BIGNUM	 *p=NULL, *a=NULL, *b=NULL, *x=NULL, *y=NULL, *order=NULL;
    -	int	 ok=0;
    -	int	 seed_len,param_len;
    -	const EC_METHOD *meth;
    -	const EC_CURVE_DATA *data;
    -	const unsigned char *params;
    -
    -	if ((ctx = BN_CTX_new()) == NULL)
    -		{
    -		ECerr(EC_F_EC_GROUP_NEW_FROM_DATA, ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	data = curve.data;
    -	seed_len  = data->seed_len;
    -	param_len = data->param_len;
    -	params	  = (const unsigned char *)(data+1);	/* skip header */
    -	params	 += seed_len;				/* skip seed   */
    -
    -	if (!(p = BN_bin2bn(params+0*param_len, param_len, NULL))
    -		|| !(a = BN_bin2bn(params+1*param_len, param_len, NULL))
    -		|| !(b = BN_bin2bn(params+2*param_len, param_len, NULL)))
    -		{
    -		ECerr(EC_F_EC_GROUP_NEW_FROM_DATA, ERR_R_BN_LIB);
    -		goto err;
    -		}
    -
    -	if (curve.meth != 0)
    -		{
    -		meth = curve.meth();
    -		if (((group = EC_GROUP_new(meth)) == NULL) ||
    -			(!(group->meth->group_set_curve(group, p, a, b, ctx))))
    -			{
    -			ECerr(EC_F_EC_GROUP_NEW_FROM_DATA, ERR_R_EC_LIB);
    -			goto err;
    -			}
    -		}
    -	else if (data->field_type == NID_X9_62_prime_field)
    -		{
    -		if ((group = EC_GROUP_new_curve_GFp(p, a, b, ctx)) == NULL)
    -			{
    -			ECerr(EC_F_EC_GROUP_NEW_FROM_DATA, ERR_R_EC_LIB);
    -			goto err;
    -			}
    -		}
    +{
    +    EC_GROUP *group = NULL;
    +    EC_POINT *P = NULL;
    +    BN_CTX *ctx = NULL;
    +    BIGNUM *p = NULL, *a = NULL, *b = NULL, *x = NULL, *y = NULL, *order =
    +        NULL;
    +    int ok = 0;
    +    int seed_len, param_len;
    +    const EC_METHOD *meth;
    +    const EC_CURVE_DATA *data;
    +    const unsigned char *params;
    +
    +    if ((ctx = BN_CTX_new()) == NULL) {
    +        ECerr(EC_F_EC_GROUP_NEW_FROM_DATA, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    data = curve.data;
    +    seed_len = data->seed_len;
    +    param_len = data->param_len;
    +    params = (const unsigned char *)(data + 1); /* skip header */
    +    params += seed_len;         /* skip seed */
    +
    +    if (!(p = BN_bin2bn(params + 0 * param_len, param_len, NULL))
    +        || !(a = BN_bin2bn(params + 1 * param_len, param_len, NULL))
    +        || !(b = BN_bin2bn(params + 2 * param_len, param_len, NULL))) {
    +        ECerr(EC_F_EC_GROUP_NEW_FROM_DATA, ERR_R_BN_LIB);
    +        goto err;
    +    }
    +
    +    if (curve.meth != 0) {
    +        meth = curve.meth();
    +        if (((group = EC_GROUP_new(meth)) == NULL) ||
    +            (!(group->meth->group_set_curve(group, p, a, b, ctx)))) {
    +            ECerr(EC_F_EC_GROUP_NEW_FROM_DATA, ERR_R_EC_LIB);
    +            goto err;
    +        }
    +    } else if (data->field_type == NID_X9_62_prime_field) {
    +        if ((group = EC_GROUP_new_curve_GFp(p, a, b, ctx)) == NULL) {
    +            ECerr(EC_F_EC_GROUP_NEW_FROM_DATA, ERR_R_EC_LIB);
    +            goto err;
    +        }
    +    }
     #ifndef OPENSSL_NO_EC2M
    -	else	/* field_type == NID_X9_62_characteristic_two_field */
    -		{
    -		if ((group = EC_GROUP_new_curve_GF2m(p, a, b, ctx)) == NULL)
    -			{
    -			ECerr(EC_F_EC_GROUP_NEW_FROM_DATA, ERR_R_EC_LIB);
    -			goto err;
    -			}
    -		}
    +    else {                      /* field_type ==
    +                                 * NID_X9_62_characteristic_two_field */
    +
    +        if ((group = EC_GROUP_new_curve_GF2m(p, a, b, ctx)) == NULL) {
    +            ECerr(EC_F_EC_GROUP_NEW_FROM_DATA, ERR_R_EC_LIB);
    +            goto err;
    +        }
    +    }
     #endif
     
    -	if ((P = EC_POINT_new(group)) == NULL)
    -		{
    -		ECerr(EC_F_EC_GROUP_NEW_FROM_DATA, ERR_R_EC_LIB);
    -		goto err;
    -		}
    -
    -	if (!(x = BN_bin2bn(params+3*param_len, param_len, NULL))
    -		|| !(y = BN_bin2bn(params+4*param_len, param_len, NULL)))
    -		{
    -		ECerr(EC_F_EC_GROUP_NEW_FROM_DATA, ERR_R_BN_LIB);
    -		goto err;
    -		}
    -	if (!EC_POINT_set_affine_coordinates_GFp(group, P, x, y, ctx))
    -		{
    -		ECerr(EC_F_EC_GROUP_NEW_FROM_DATA, ERR_R_EC_LIB);
    -		goto err;
    -		}
    -	if (!(order = BN_bin2bn(params+5*param_len, param_len, NULL))
    -		|| !BN_set_word(x, (BN_ULONG)data->cofactor))
    -		{
    -		ECerr(EC_F_EC_GROUP_NEW_FROM_DATA, ERR_R_BN_LIB);
    -		goto err;
    -		}
    -	if (!EC_GROUP_set_generator(group, P, order, x))
    -		{
    -		ECerr(EC_F_EC_GROUP_NEW_FROM_DATA, ERR_R_EC_LIB);
    -		goto err;
    -		}
    -	if (seed_len)
    -		{
    -		if (!EC_GROUP_set_seed(group, params-seed_len, seed_len))
    -			{
    -			ECerr(EC_F_EC_GROUP_NEW_FROM_DATA, ERR_R_EC_LIB);
    -			goto err;
    -			}
    -		}
    -	ok=1;
    -err:
    -	if (!ok)
    -		{
    -		EC_GROUP_free(group);
    -		group = NULL;
    -		}
    -	if (P)
    -		EC_POINT_free(P);
    -	if (ctx)
    -		BN_CTX_free(ctx);
    -	if (p)
    -		BN_free(p);
    -	if (a)
    -		BN_free(a);
    -	if (b)
    -		BN_free(b);
    -	if (order)
    -		BN_free(order);
    -	if (x)
    -		BN_free(x);
    -	if (y)
    -		BN_free(y);
    -	return group;
    -	}
    +    if ((P = EC_POINT_new(group)) == NULL) {
    +        ECerr(EC_F_EC_GROUP_NEW_FROM_DATA, ERR_R_EC_LIB);
    +        goto err;
    +    }
    +
    +    if (!(x = BN_bin2bn(params + 3 * param_len, param_len, NULL))
    +        || !(y = BN_bin2bn(params + 4 * param_len, param_len, NULL))) {
    +        ECerr(EC_F_EC_GROUP_NEW_FROM_DATA, ERR_R_BN_LIB);
    +        goto err;
    +    }
    +    if (!EC_POINT_set_affine_coordinates_GFp(group, P, x, y, ctx)) {
    +        ECerr(EC_F_EC_GROUP_NEW_FROM_DATA, ERR_R_EC_LIB);
    +        goto err;
    +    }
    +    if (!(order = BN_bin2bn(params + 5 * param_len, param_len, NULL))
    +        || !BN_set_word(x, (BN_ULONG)data->cofactor)) {
    +        ECerr(EC_F_EC_GROUP_NEW_FROM_DATA, ERR_R_BN_LIB);
    +        goto err;
    +    }
    +    if (!EC_GROUP_set_generator(group, P, order, x)) {
    +        ECerr(EC_F_EC_GROUP_NEW_FROM_DATA, ERR_R_EC_LIB);
    +        goto err;
    +    }
    +    if (seed_len) {
    +        if (!EC_GROUP_set_seed(group, params - seed_len, seed_len)) {
    +            ECerr(EC_F_EC_GROUP_NEW_FROM_DATA, ERR_R_EC_LIB);
    +            goto err;
    +        }
    +    }
    +    ok = 1;
    + err:
    +    if (!ok) {
    +        EC_GROUP_free(group);
    +        group = NULL;
    +    }
    +    if (P)
    +        EC_POINT_free(P);
    +    if (ctx)
    +        BN_CTX_free(ctx);
    +    if (p)
    +        BN_free(p);
    +    if (a)
    +        BN_free(a);
    +    if (b)
    +        BN_free(b);
    +    if (order)
    +        BN_free(order);
    +    if (x)
    +        BN_free(x);
    +    if (y)
    +        BN_free(y);
    +    return group;
    +}
     
     EC_GROUP *EC_GROUP_new_by_curve_name(int nid)
    -	{
    -	size_t i;
    -	EC_GROUP *ret = NULL;
    +{
    +    size_t i;
    +    EC_GROUP *ret = NULL;
     
    -	if (nid <= 0)
    -		return NULL;
    +#ifdef OPENSSL_FIPS
    +    if (FIPS_mode())
    +        return FIPS_ec_group_new_by_curve_name(nid);
    +#endif
    +    if (nid <= 0)
    +        return NULL;
     
    -	for (i=0; i
    +#endif
    +
     #include 
     #include "ec_lcl.h"
     
    +EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a,
    +                                 const BIGNUM *b, BN_CTX *ctx)
    +{
    +    const EC_METHOD *meth;
    +    EC_GROUP *ret;
     
    -EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
    -	{
    -	const EC_METHOD *meth;
    -	EC_GROUP *ret;
    -
    +#ifdef OPENSSL_FIPS
    +    if (FIPS_mode())
    +        return FIPS_ec_group_new_curve_gfp(p, a, b, ctx);
    +#endif
     #if defined(OPENSSL_BN_ASM_MONT)
    -	/*
    -	 * This might appear controversial, but the fact is that generic
    -	 * prime method was observed to deliver better performance even
    -	 * for NIST primes on a range of platforms, e.g.: 60%-15%
    -	 * improvement on IA-64, ~25% on ARM, 30%-90% on P4, 20%-25%
    -	 * in 32-bit build and 35%--12% in 64-bit build on Core2...
    -	 * Coefficients are relative to optimized bn_nist.c for most
    -	 * intensive ECDSA verify and ECDH operations for 192- and 521-
    -	 * bit keys respectively. Choice of these boundary values is
    -	 * arguable, because the dependency of improvement coefficient
    -	 * from key length is not a "monotone" curve. For example while
    -	 * 571-bit result is 23% on ARM, 384-bit one is -1%. But it's
    -	 * generally faster, sometimes "respectfully" faster, sometimes
    -	 * "tolerably" slower... What effectively happens is that loop
    -	 * with bn_mul_add_words is put against bn_mul_mont, and the
    -	 * latter "wins" on short vectors. Correct solution should be
    -	 * implementing dedicated NxN multiplication subroutines for
    -	 * small N. But till it materializes, let's stick to generic
    -	 * prime method...
    -	 *						
    -	 */
    -	meth = EC_GFp_mont_method();
    +    /*
    +     * This might appear controversial, but the fact is that generic
    +     * prime method was observed to deliver better performance even
    +     * for NIST primes on a range of platforms, e.g.: 60%-15%
    +     * improvement on IA-64, ~25% on ARM, 30%-90% on P4, 20%-25%
    +     * in 32-bit build and 35%--12% in 64-bit build on Core2...
    +     * Coefficients are relative to optimized bn_nist.c for most
    +     * intensive ECDSA verify and ECDH operations for 192- and 521-
    +     * bit keys respectively. Choice of these boundary values is
    +     * arguable, because the dependency of improvement coefficient
    +     * from key length is not a "monotone" curve. For example while
    +     * 571-bit result is 23% on ARM, 384-bit one is -1%. But it's
    +     * generally faster, sometimes "respectfully" faster, sometimes
    +     * "tolerably" slower... What effectively happens is that loop
    +     * with bn_mul_add_words is put against bn_mul_mont, and the
    +     * latter "wins" on short vectors. Correct solution should be
    +     * implementing dedicated NxN multiplication subroutines for
    +     * small N. But till it materializes, let's stick to generic
    +     * prime method...
    +     *                                              
    +     */
    +    meth = EC_GFp_mont_method();
     #else
    -	meth = EC_GFp_nist_method();
    +    meth = EC_GFp_nist_method();
     #endif
    -	
    -	ret = EC_GROUP_new(meth);
    -	if (ret == NULL)
    -		return NULL;
    -
    -	if (!EC_GROUP_set_curve_GFp(ret, p, a, b, ctx))
    -		{
    -		unsigned long err;
    -		  
    -		err = ERR_peek_last_error();
    -
    -		if (!(ERR_GET_LIB(err) == ERR_LIB_EC &&
    -			((ERR_GET_REASON(err) == EC_R_NOT_A_NIST_PRIME) ||
    -			 (ERR_GET_REASON(err) == EC_R_NOT_A_SUPPORTED_NIST_PRIME))))
    -			{
    -			/* real error */
    -			
    -			EC_GROUP_clear_free(ret);
    -			return NULL;
    -			}
    -			
    -		
    -		/* not an actual error, we just cannot use EC_GFp_nist_method */
    -
    -		ERR_clear_error();
    -
    -		EC_GROUP_clear_free(ret);
    -		meth = EC_GFp_mont_method();
    -
    -		ret = EC_GROUP_new(meth);
    -		if (ret == NULL)
    -			return NULL;
    -
    -		if (!EC_GROUP_set_curve_GFp(ret, p, a, b, ctx))
    -			{
    -			EC_GROUP_clear_free(ret);
    -			return NULL;
    -			}
    -		}
    -
    -	return ret;
    -	}
    +
    +    ret = EC_GROUP_new(meth);
    +    if (ret == NULL)
    +        return NULL;
    +
    +    if (!EC_GROUP_set_curve_GFp(ret, p, a, b, ctx)) {
    +        unsigned long err;
    +
    +        err = ERR_peek_last_error();
    +
    +        if (!(ERR_GET_LIB(err) == ERR_LIB_EC &&
    +              ((ERR_GET_REASON(err) == EC_R_NOT_A_NIST_PRIME) ||
    +               (ERR_GET_REASON(err) == EC_R_NOT_A_SUPPORTED_NIST_PRIME)))) {
    +            /* real error */
    +
    +            EC_GROUP_clear_free(ret);
    +            return NULL;
    +        }
    +
    +        /*
    +         * not an actual error, we just cannot use EC_GFp_nist_method
    +         */
    +
    +        ERR_clear_error();
    +
    +        EC_GROUP_clear_free(ret);
    +        meth = EC_GFp_mont_method();
    +
    +        ret = EC_GROUP_new(meth);
    +        if (ret == NULL)
    +            return NULL;
    +
    +        if (!EC_GROUP_set_curve_GFp(ret, p, a, b, ctx)) {
    +            EC_GROUP_clear_free(ret);
    +            return NULL;
    +        }
    +    }
    +
    +    return ret;
    +}
     
     #ifndef OPENSSL_NO_EC2M
    -EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
    -	{
    -	const EC_METHOD *meth;
    -	EC_GROUP *ret;
    -	
    -	meth = EC_GF2m_simple_method();
    -	
    -	ret = EC_GROUP_new(meth);
    -	if (ret == NULL)
    -		return NULL;
    -
    -	if (!EC_GROUP_set_curve_GF2m(ret, p, a, b, ctx))
    -		{
    -		EC_GROUP_clear_free(ret);
    -		return NULL;
    -		}
    -
    -	return ret;
    -	}
    +EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a,
    +                                  const BIGNUM *b, BN_CTX *ctx)
    +{
    +    const EC_METHOD *meth;
    +    EC_GROUP *ret;
    +
    +# ifdef OPENSSL_FIPS
    +    if (FIPS_mode())
    +        return FIPS_ec_group_new_curve_gf2m(p, a, b, ctx);
    +# endif
    +    meth = EC_GF2m_simple_method();
    +
    +    ret = EC_GROUP_new(meth);
    +    if (ret == NULL)
    +        return NULL;
    +
    +    if (!EC_GROUP_set_curve_GF2m(ret, p, a, b, ctx)) {
    +        EC_GROUP_clear_free(ret);
    +        return NULL;
    +    }
    +
    +    return ret;
    +}
     #endif
    diff --git a/openssl/crypto/ec/ec_err.c b/openssl/crypto/ec/ec_err.c
    index 0d1939873..13b32c78a 100644
    --- a/openssl/crypto/ec/ec_err.c
    +++ b/openssl/crypto/ec/ec_err.c
    @@ -1,13 +1,13 @@
     /* crypto/ec/ec_err.c */
     /* ====================================================================
    - * Copyright (c) 1999-2011 The OpenSSL Project.  All rights reserved.
    + * Copyright (c) 1999-2014 The OpenSSL Project.  All rights reserved.
      *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* NOTE: this file was auto generated by the mkerr.pl script: any changes
    +/*
    + * NOTE: this file was auto generated by the mkerr.pl script: any changes
      * made to it will be overwritten when the script next updates this file,
      * only reason strings will be preserved.
      */
    @@ -65,212 +66,266 @@
     /* BEGIN ERROR CODES */
     #ifndef OPENSSL_NO_ERR
     
    -#define ERR_FUNC(func) ERR_PACK(ERR_LIB_EC,func,0)
    -#define ERR_REASON(reason) ERR_PACK(ERR_LIB_EC,0,reason)
    +# define ERR_FUNC(func) ERR_PACK(ERR_LIB_EC,func,0)
    +# define ERR_REASON(reason) ERR_PACK(ERR_LIB_EC,0,reason)
     
    -static ERR_STRING_DATA EC_str_functs[]=
    -	{
    -{ERR_FUNC(EC_F_BN_TO_FELEM),	"BN_TO_FELEM"},
    -{ERR_FUNC(EC_F_COMPUTE_WNAF),	"COMPUTE_WNAF"},
    -{ERR_FUNC(EC_F_D2I_ECPARAMETERS),	"d2i_ECParameters"},
    -{ERR_FUNC(EC_F_D2I_ECPKPARAMETERS),	"d2i_ECPKParameters"},
    -{ERR_FUNC(EC_F_D2I_ECPRIVATEKEY),	"d2i_ECPrivateKey"},
    -{ERR_FUNC(EC_F_DO_EC_KEY_PRINT),	"DO_EC_KEY_PRINT"},
    -{ERR_FUNC(EC_F_ECKEY_PARAM2TYPE),	"ECKEY_PARAM2TYPE"},
    -{ERR_FUNC(EC_F_ECKEY_PARAM_DECODE),	"ECKEY_PARAM_DECODE"},
    -{ERR_FUNC(EC_F_ECKEY_PRIV_DECODE),	"ECKEY_PRIV_DECODE"},
    -{ERR_FUNC(EC_F_ECKEY_PRIV_ENCODE),	"ECKEY_PRIV_ENCODE"},
    -{ERR_FUNC(EC_F_ECKEY_PUB_DECODE),	"ECKEY_PUB_DECODE"},
    -{ERR_FUNC(EC_F_ECKEY_PUB_ENCODE),	"ECKEY_PUB_ENCODE"},
    -{ERR_FUNC(EC_F_ECKEY_TYPE2PARAM),	"ECKEY_TYPE2PARAM"},
    -{ERR_FUNC(EC_F_ECPARAMETERS_PRINT),	"ECParameters_print"},
    -{ERR_FUNC(EC_F_ECPARAMETERS_PRINT_FP),	"ECParameters_print_fp"},
    -{ERR_FUNC(EC_F_ECPKPARAMETERS_PRINT),	"ECPKParameters_print"},
    -{ERR_FUNC(EC_F_ECPKPARAMETERS_PRINT_FP),	"ECPKParameters_print_fp"},
    -{ERR_FUNC(EC_F_ECP_NIST_MOD_192),	"ECP_NIST_MOD_192"},
    -{ERR_FUNC(EC_F_ECP_NIST_MOD_224),	"ECP_NIST_MOD_224"},
    -{ERR_FUNC(EC_F_ECP_NIST_MOD_256),	"ECP_NIST_MOD_256"},
    -{ERR_FUNC(EC_F_ECP_NIST_MOD_521),	"ECP_NIST_MOD_521"},
    -{ERR_FUNC(EC_F_EC_ASN1_GROUP2CURVE),	"EC_ASN1_GROUP2CURVE"},
    -{ERR_FUNC(EC_F_EC_ASN1_GROUP2FIELDID),	"EC_ASN1_GROUP2FIELDID"},
    -{ERR_FUNC(EC_F_EC_ASN1_GROUP2PARAMETERS),	"EC_ASN1_GROUP2PARAMETERS"},
    -{ERR_FUNC(EC_F_EC_ASN1_GROUP2PKPARAMETERS),	"EC_ASN1_GROUP2PKPARAMETERS"},
    -{ERR_FUNC(EC_F_EC_ASN1_PARAMETERS2GROUP),	"EC_ASN1_PARAMETERS2GROUP"},
    -{ERR_FUNC(EC_F_EC_ASN1_PKPARAMETERS2GROUP),	"EC_ASN1_PKPARAMETERS2GROUP"},
    -{ERR_FUNC(EC_F_EC_EX_DATA_SET_DATA),	"EC_EX_DATA_set_data"},
    -{ERR_FUNC(EC_F_EC_GF2M_MONTGOMERY_POINT_MULTIPLY),	"EC_GF2M_MONTGOMERY_POINT_MULTIPLY"},
    -{ERR_FUNC(EC_F_EC_GF2M_SIMPLE_GROUP_CHECK_DISCRIMINANT),	"ec_GF2m_simple_group_check_discriminant"},
    -{ERR_FUNC(EC_F_EC_GF2M_SIMPLE_GROUP_SET_CURVE),	"ec_GF2m_simple_group_set_curve"},
    -{ERR_FUNC(EC_F_EC_GF2M_SIMPLE_OCT2POINT),	"ec_GF2m_simple_oct2point"},
    -{ERR_FUNC(EC_F_EC_GF2M_SIMPLE_POINT2OCT),	"ec_GF2m_simple_point2oct"},
    -{ERR_FUNC(EC_F_EC_GF2M_SIMPLE_POINT_GET_AFFINE_COORDINATES),	"ec_GF2m_simple_point_get_affine_coordinates"},
    -{ERR_FUNC(EC_F_EC_GF2M_SIMPLE_POINT_SET_AFFINE_COORDINATES),	"ec_GF2m_simple_point_set_affine_coordinates"},
    -{ERR_FUNC(EC_F_EC_GF2M_SIMPLE_SET_COMPRESSED_COORDINATES),	"ec_GF2m_simple_set_compressed_coordinates"},
    -{ERR_FUNC(EC_F_EC_GFP_MONT_FIELD_DECODE),	"ec_GFp_mont_field_decode"},
    -{ERR_FUNC(EC_F_EC_GFP_MONT_FIELD_ENCODE),	"ec_GFp_mont_field_encode"},
    -{ERR_FUNC(EC_F_EC_GFP_MONT_FIELD_MUL),	"ec_GFp_mont_field_mul"},
    -{ERR_FUNC(EC_F_EC_GFP_MONT_FIELD_SET_TO_ONE),	"ec_GFp_mont_field_set_to_one"},
    -{ERR_FUNC(EC_F_EC_GFP_MONT_FIELD_SQR),	"ec_GFp_mont_field_sqr"},
    -{ERR_FUNC(EC_F_EC_GFP_MONT_GROUP_SET_CURVE),	"ec_GFp_mont_group_set_curve"},
    -{ERR_FUNC(EC_F_EC_GFP_MONT_GROUP_SET_CURVE_GFP),	"EC_GFP_MONT_GROUP_SET_CURVE_GFP"},
    -{ERR_FUNC(EC_F_EC_GFP_NISTP224_GROUP_SET_CURVE),	"ec_GFp_nistp224_group_set_curve"},
    -{ERR_FUNC(EC_F_EC_GFP_NISTP224_POINTS_MUL),	"ec_GFp_nistp224_points_mul"},
    -{ERR_FUNC(EC_F_EC_GFP_NISTP224_POINT_GET_AFFINE_COORDINATES),	"ec_GFp_nistp224_point_get_affine_coordinates"},
    -{ERR_FUNC(EC_F_EC_GFP_NISTP256_GROUP_SET_CURVE),	"ec_GFp_nistp256_group_set_curve"},
    -{ERR_FUNC(EC_F_EC_GFP_NISTP256_POINTS_MUL),	"ec_GFp_nistp256_points_mul"},
    -{ERR_FUNC(EC_F_EC_GFP_NISTP256_POINT_GET_AFFINE_COORDINATES),	"ec_GFp_nistp256_point_get_affine_coordinates"},
    -{ERR_FUNC(EC_F_EC_GFP_NISTP521_GROUP_SET_CURVE),	"ec_GFp_nistp521_group_set_curve"},
    -{ERR_FUNC(EC_F_EC_GFP_NISTP521_POINTS_MUL),	"ec_GFp_nistp521_points_mul"},
    -{ERR_FUNC(EC_F_EC_GFP_NISTP521_POINT_GET_AFFINE_COORDINATES),	"ec_GFp_nistp521_point_get_affine_coordinates"},
    -{ERR_FUNC(EC_F_EC_GFP_NIST_FIELD_MUL),	"ec_GFp_nist_field_mul"},
    -{ERR_FUNC(EC_F_EC_GFP_NIST_FIELD_SQR),	"ec_GFp_nist_field_sqr"},
    -{ERR_FUNC(EC_F_EC_GFP_NIST_GROUP_SET_CURVE),	"ec_GFp_nist_group_set_curve"},
    -{ERR_FUNC(EC_F_EC_GFP_SIMPLE_GROUP_CHECK_DISCRIMINANT),	"ec_GFp_simple_group_check_discriminant"},
    -{ERR_FUNC(EC_F_EC_GFP_SIMPLE_GROUP_SET_CURVE),	"ec_GFp_simple_group_set_curve"},
    -{ERR_FUNC(EC_F_EC_GFP_SIMPLE_GROUP_SET_CURVE_GFP),	"EC_GFP_SIMPLE_GROUP_SET_CURVE_GFP"},
    -{ERR_FUNC(EC_F_EC_GFP_SIMPLE_GROUP_SET_GENERATOR),	"EC_GFP_SIMPLE_GROUP_SET_GENERATOR"},
    -{ERR_FUNC(EC_F_EC_GFP_SIMPLE_MAKE_AFFINE),	"ec_GFp_simple_make_affine"},
    -{ERR_FUNC(EC_F_EC_GFP_SIMPLE_OCT2POINT),	"ec_GFp_simple_oct2point"},
    -{ERR_FUNC(EC_F_EC_GFP_SIMPLE_POINT2OCT),	"ec_GFp_simple_point2oct"},
    -{ERR_FUNC(EC_F_EC_GFP_SIMPLE_POINTS_MAKE_AFFINE),	"ec_GFp_simple_points_make_affine"},
    -{ERR_FUNC(EC_F_EC_GFP_SIMPLE_POINT_GET_AFFINE_COORDINATES),	"ec_GFp_simple_point_get_affine_coordinates"},
    -{ERR_FUNC(EC_F_EC_GFP_SIMPLE_POINT_GET_AFFINE_COORDINATES_GFP),	"EC_GFP_SIMPLE_POINT_GET_AFFINE_COORDINATES_GFP"},
    -{ERR_FUNC(EC_F_EC_GFP_SIMPLE_POINT_SET_AFFINE_COORDINATES),	"ec_GFp_simple_point_set_affine_coordinates"},
    -{ERR_FUNC(EC_F_EC_GFP_SIMPLE_POINT_SET_AFFINE_COORDINATES_GFP),	"EC_GFP_SIMPLE_POINT_SET_AFFINE_COORDINATES_GFP"},
    -{ERR_FUNC(EC_F_EC_GFP_SIMPLE_SET_COMPRESSED_COORDINATES),	"ec_GFp_simple_set_compressed_coordinates"},
    -{ERR_FUNC(EC_F_EC_GFP_SIMPLE_SET_COMPRESSED_COORDINATES_GFP),	"EC_GFP_SIMPLE_SET_COMPRESSED_COORDINATES_GFP"},
    -{ERR_FUNC(EC_F_EC_GROUP_CHECK),	"EC_GROUP_check"},
    -{ERR_FUNC(EC_F_EC_GROUP_CHECK_DISCRIMINANT),	"EC_GROUP_check_discriminant"},
    -{ERR_FUNC(EC_F_EC_GROUP_COPY),	"EC_GROUP_copy"},
    -{ERR_FUNC(EC_F_EC_GROUP_GET0_GENERATOR),	"EC_GROUP_get0_generator"},
    -{ERR_FUNC(EC_F_EC_GROUP_GET_COFACTOR),	"EC_GROUP_get_cofactor"},
    -{ERR_FUNC(EC_F_EC_GROUP_GET_CURVE_GF2M),	"EC_GROUP_get_curve_GF2m"},
    -{ERR_FUNC(EC_F_EC_GROUP_GET_CURVE_GFP),	"EC_GROUP_get_curve_GFp"},
    -{ERR_FUNC(EC_F_EC_GROUP_GET_DEGREE),	"EC_GROUP_get_degree"},
    -{ERR_FUNC(EC_F_EC_GROUP_GET_ORDER),	"EC_GROUP_get_order"},
    -{ERR_FUNC(EC_F_EC_GROUP_GET_PENTANOMIAL_BASIS),	"EC_GROUP_get_pentanomial_basis"},
    -{ERR_FUNC(EC_F_EC_GROUP_GET_TRINOMIAL_BASIS),	"EC_GROUP_get_trinomial_basis"},
    -{ERR_FUNC(EC_F_EC_GROUP_NEW),	"EC_GROUP_new"},
    -{ERR_FUNC(EC_F_EC_GROUP_NEW_BY_CURVE_NAME),	"EC_GROUP_new_by_curve_name"},
    -{ERR_FUNC(EC_F_EC_GROUP_NEW_FROM_DATA),	"EC_GROUP_NEW_FROM_DATA"},
    -{ERR_FUNC(EC_F_EC_GROUP_PRECOMPUTE_MULT),	"EC_GROUP_precompute_mult"},
    -{ERR_FUNC(EC_F_EC_GROUP_SET_CURVE_GF2M),	"EC_GROUP_set_curve_GF2m"},
    -{ERR_FUNC(EC_F_EC_GROUP_SET_CURVE_GFP),	"EC_GROUP_set_curve_GFp"},
    -{ERR_FUNC(EC_F_EC_GROUP_SET_EXTRA_DATA),	"EC_GROUP_SET_EXTRA_DATA"},
    -{ERR_FUNC(EC_F_EC_GROUP_SET_GENERATOR),	"EC_GROUP_set_generator"},
    -{ERR_FUNC(EC_F_EC_KEY_CHECK_KEY),	"EC_KEY_check_key"},
    -{ERR_FUNC(EC_F_EC_KEY_COPY),	"EC_KEY_copy"},
    -{ERR_FUNC(EC_F_EC_KEY_GENERATE_KEY),	"EC_KEY_generate_key"},
    -{ERR_FUNC(EC_F_EC_KEY_NEW),	"EC_KEY_new"},
    -{ERR_FUNC(EC_F_EC_KEY_PRINT),	"EC_KEY_print"},
    -{ERR_FUNC(EC_F_EC_KEY_PRINT_FP),	"EC_KEY_print_fp"},
    -{ERR_FUNC(EC_F_EC_KEY_SET_PUBLIC_KEY_AFFINE_COORDINATES),	"EC_KEY_set_public_key_affine_coordinates"},
    -{ERR_FUNC(EC_F_EC_POINTS_MAKE_AFFINE),	"EC_POINTs_make_affine"},
    -{ERR_FUNC(EC_F_EC_POINT_ADD),	"EC_POINT_add"},
    -{ERR_FUNC(EC_F_EC_POINT_CMP),	"EC_POINT_cmp"},
    -{ERR_FUNC(EC_F_EC_POINT_COPY),	"EC_POINT_copy"},
    -{ERR_FUNC(EC_F_EC_POINT_DBL),	"EC_POINT_dbl"},
    -{ERR_FUNC(EC_F_EC_POINT_GET_AFFINE_COORDINATES_GF2M),	"EC_POINT_get_affine_coordinates_GF2m"},
    -{ERR_FUNC(EC_F_EC_POINT_GET_AFFINE_COORDINATES_GFP),	"EC_POINT_get_affine_coordinates_GFp"},
    -{ERR_FUNC(EC_F_EC_POINT_GET_JPROJECTIVE_COORDINATES_GFP),	"EC_POINT_get_Jprojective_coordinates_GFp"},
    -{ERR_FUNC(EC_F_EC_POINT_INVERT),	"EC_POINT_invert"},
    -{ERR_FUNC(EC_F_EC_POINT_IS_AT_INFINITY),	"EC_POINT_is_at_infinity"},
    -{ERR_FUNC(EC_F_EC_POINT_IS_ON_CURVE),	"EC_POINT_is_on_curve"},
    -{ERR_FUNC(EC_F_EC_POINT_MAKE_AFFINE),	"EC_POINT_make_affine"},
    -{ERR_FUNC(EC_F_EC_POINT_MUL),	"EC_POINT_mul"},
    -{ERR_FUNC(EC_F_EC_POINT_NEW),	"EC_POINT_new"},
    -{ERR_FUNC(EC_F_EC_POINT_OCT2POINT),	"EC_POINT_oct2point"},
    -{ERR_FUNC(EC_F_EC_POINT_POINT2OCT),	"EC_POINT_point2oct"},
    -{ERR_FUNC(EC_F_EC_POINT_SET_AFFINE_COORDINATES_GF2M),	"EC_POINT_set_affine_coordinates_GF2m"},
    -{ERR_FUNC(EC_F_EC_POINT_SET_AFFINE_COORDINATES_GFP),	"EC_POINT_set_affine_coordinates_GFp"},
    -{ERR_FUNC(EC_F_EC_POINT_SET_COMPRESSED_COORDINATES_GF2M),	"EC_POINT_set_compressed_coordinates_GF2m"},
    -{ERR_FUNC(EC_F_EC_POINT_SET_COMPRESSED_COORDINATES_GFP),	"EC_POINT_set_compressed_coordinates_GFp"},
    -{ERR_FUNC(EC_F_EC_POINT_SET_JPROJECTIVE_COORDINATES_GFP),	"EC_POINT_set_Jprojective_coordinates_GFp"},
    -{ERR_FUNC(EC_F_EC_POINT_SET_TO_INFINITY),	"EC_POINT_set_to_infinity"},
    -{ERR_FUNC(EC_F_EC_PRE_COMP_DUP),	"EC_PRE_COMP_DUP"},
    -{ERR_FUNC(EC_F_EC_PRE_COMP_NEW),	"EC_PRE_COMP_NEW"},
    -{ERR_FUNC(EC_F_EC_WNAF_MUL),	"ec_wNAF_mul"},
    -{ERR_FUNC(EC_F_EC_WNAF_PRECOMPUTE_MULT),	"ec_wNAF_precompute_mult"},
    -{ERR_FUNC(EC_F_I2D_ECPARAMETERS),	"i2d_ECParameters"},
    -{ERR_FUNC(EC_F_I2D_ECPKPARAMETERS),	"i2d_ECPKParameters"},
    -{ERR_FUNC(EC_F_I2D_ECPRIVATEKEY),	"i2d_ECPrivateKey"},
    -{ERR_FUNC(EC_F_I2O_ECPUBLICKEY),	"i2o_ECPublicKey"},
    -{ERR_FUNC(EC_F_NISTP224_PRE_COMP_NEW),	"NISTP224_PRE_COMP_NEW"},
    -{ERR_FUNC(EC_F_NISTP256_PRE_COMP_NEW),	"NISTP256_PRE_COMP_NEW"},
    -{ERR_FUNC(EC_F_NISTP521_PRE_COMP_NEW),	"NISTP521_PRE_COMP_NEW"},
    -{ERR_FUNC(EC_F_O2I_ECPUBLICKEY),	"o2i_ECPublicKey"},
    -{ERR_FUNC(EC_F_OLD_EC_PRIV_DECODE),	"OLD_EC_PRIV_DECODE"},
    -{ERR_FUNC(EC_F_PKEY_EC_CTRL),	"PKEY_EC_CTRL"},
    -{ERR_FUNC(EC_F_PKEY_EC_CTRL_STR),	"PKEY_EC_CTRL_STR"},
    -{ERR_FUNC(EC_F_PKEY_EC_DERIVE),	"PKEY_EC_DERIVE"},
    -{ERR_FUNC(EC_F_PKEY_EC_KEYGEN),	"PKEY_EC_KEYGEN"},
    -{ERR_FUNC(EC_F_PKEY_EC_PARAMGEN),	"PKEY_EC_PARAMGEN"},
    -{ERR_FUNC(EC_F_PKEY_EC_SIGN),	"PKEY_EC_SIGN"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA EC_str_functs[] = {
    +    {ERR_FUNC(EC_F_BN_TO_FELEM), "BN_TO_FELEM"},
    +    {ERR_FUNC(EC_F_COMPUTE_WNAF), "COMPUTE_WNAF"},
    +    {ERR_FUNC(EC_F_D2I_ECPARAMETERS), "d2i_ECParameters"},
    +    {ERR_FUNC(EC_F_D2I_ECPKPARAMETERS), "d2i_ECPKParameters"},
    +    {ERR_FUNC(EC_F_D2I_ECPRIVATEKEY), "d2i_ECPrivateKey"},
    +    {ERR_FUNC(EC_F_DO_EC_KEY_PRINT), "DO_EC_KEY_PRINT"},
    +    {ERR_FUNC(EC_F_ECDH_CMS_DECRYPT), "ECDH_CMS_DECRYPT"},
    +    {ERR_FUNC(EC_F_ECDH_CMS_SET_SHARED_INFO), "ECDH_CMS_SET_SHARED_INFO"},
    +    {ERR_FUNC(EC_F_ECKEY_PARAM2TYPE), "ECKEY_PARAM2TYPE"},
    +    {ERR_FUNC(EC_F_ECKEY_PARAM_DECODE), "ECKEY_PARAM_DECODE"},
    +    {ERR_FUNC(EC_F_ECKEY_PRIV_DECODE), "ECKEY_PRIV_DECODE"},
    +    {ERR_FUNC(EC_F_ECKEY_PRIV_ENCODE), "ECKEY_PRIV_ENCODE"},
    +    {ERR_FUNC(EC_F_ECKEY_PUB_DECODE), "ECKEY_PUB_DECODE"},
    +    {ERR_FUNC(EC_F_ECKEY_PUB_ENCODE), "ECKEY_PUB_ENCODE"},
    +    {ERR_FUNC(EC_F_ECKEY_TYPE2PARAM), "ECKEY_TYPE2PARAM"},
    +    {ERR_FUNC(EC_F_ECPARAMETERS_PRINT), "ECParameters_print"},
    +    {ERR_FUNC(EC_F_ECPARAMETERS_PRINT_FP), "ECParameters_print_fp"},
    +    {ERR_FUNC(EC_F_ECPKPARAMETERS_PRINT), "ECPKParameters_print"},
    +    {ERR_FUNC(EC_F_ECPKPARAMETERS_PRINT_FP), "ECPKParameters_print_fp"},
    +    {ERR_FUNC(EC_F_ECP_NIST_MOD_192), "ECP_NIST_MOD_192"},
    +    {ERR_FUNC(EC_F_ECP_NIST_MOD_224), "ECP_NIST_MOD_224"},
    +    {ERR_FUNC(EC_F_ECP_NIST_MOD_256), "ECP_NIST_MOD_256"},
    +    {ERR_FUNC(EC_F_ECP_NIST_MOD_521), "ECP_NIST_MOD_521"},
    +    {ERR_FUNC(EC_F_EC_ASN1_GROUP2CURVE), "EC_ASN1_GROUP2CURVE"},
    +    {ERR_FUNC(EC_F_EC_ASN1_GROUP2FIELDID), "EC_ASN1_GROUP2FIELDID"},
    +    {ERR_FUNC(EC_F_EC_ASN1_GROUP2PARAMETERS), "EC_ASN1_GROUP2PARAMETERS"},
    +    {ERR_FUNC(EC_F_EC_ASN1_GROUP2PKPARAMETERS), "EC_ASN1_GROUP2PKPARAMETERS"},
    +    {ERR_FUNC(EC_F_EC_ASN1_PARAMETERS2GROUP), "EC_ASN1_PARAMETERS2GROUP"},
    +    {ERR_FUNC(EC_F_EC_ASN1_PKPARAMETERS2GROUP), "EC_ASN1_PKPARAMETERS2GROUP"},
    +    {ERR_FUNC(EC_F_EC_EX_DATA_SET_DATA), "EC_EX_DATA_set_data"},
    +    {ERR_FUNC(EC_F_EC_GF2M_MONTGOMERY_POINT_MULTIPLY),
    +     "EC_GF2M_MONTGOMERY_POINT_MULTIPLY"},
    +    {ERR_FUNC(EC_F_EC_GF2M_SIMPLE_GROUP_CHECK_DISCRIMINANT),
    +     "ec_GF2m_simple_group_check_discriminant"},
    +    {ERR_FUNC(EC_F_EC_GF2M_SIMPLE_GROUP_SET_CURVE),
    +     "ec_GF2m_simple_group_set_curve"},
    +    {ERR_FUNC(EC_F_EC_GF2M_SIMPLE_OCT2POINT), "ec_GF2m_simple_oct2point"},
    +    {ERR_FUNC(EC_F_EC_GF2M_SIMPLE_POINT2OCT), "ec_GF2m_simple_point2oct"},
    +    {ERR_FUNC(EC_F_EC_GF2M_SIMPLE_POINT_GET_AFFINE_COORDINATES),
    +     "ec_GF2m_simple_point_get_affine_coordinates"},
    +    {ERR_FUNC(EC_F_EC_GF2M_SIMPLE_POINT_SET_AFFINE_COORDINATES),
    +     "ec_GF2m_simple_point_set_affine_coordinates"},
    +    {ERR_FUNC(EC_F_EC_GF2M_SIMPLE_SET_COMPRESSED_COORDINATES),
    +     "ec_GF2m_simple_set_compressed_coordinates"},
    +    {ERR_FUNC(EC_F_EC_GFP_MONT_FIELD_DECODE), "ec_GFp_mont_field_decode"},
    +    {ERR_FUNC(EC_F_EC_GFP_MONT_FIELD_ENCODE), "ec_GFp_mont_field_encode"},
    +    {ERR_FUNC(EC_F_EC_GFP_MONT_FIELD_MUL), "ec_GFp_mont_field_mul"},
    +    {ERR_FUNC(EC_F_EC_GFP_MONT_FIELD_SET_TO_ONE),
    +     "ec_GFp_mont_field_set_to_one"},
    +    {ERR_FUNC(EC_F_EC_GFP_MONT_FIELD_SQR), "ec_GFp_mont_field_sqr"},
    +    {ERR_FUNC(EC_F_EC_GFP_MONT_GROUP_SET_CURVE),
    +     "ec_GFp_mont_group_set_curve"},
    +    {ERR_FUNC(EC_F_EC_GFP_MONT_GROUP_SET_CURVE_GFP),
    +     "EC_GFP_MONT_GROUP_SET_CURVE_GFP"},
    +    {ERR_FUNC(EC_F_EC_GFP_NISTP224_GROUP_SET_CURVE),
    +     "ec_GFp_nistp224_group_set_curve"},
    +    {ERR_FUNC(EC_F_EC_GFP_NISTP224_POINTS_MUL), "ec_GFp_nistp224_points_mul"},
    +    {ERR_FUNC(EC_F_EC_GFP_NISTP224_POINT_GET_AFFINE_COORDINATES),
    +     "ec_GFp_nistp224_point_get_affine_coordinates"},
    +    {ERR_FUNC(EC_F_EC_GFP_NISTP256_GROUP_SET_CURVE),
    +     "ec_GFp_nistp256_group_set_curve"},
    +    {ERR_FUNC(EC_F_EC_GFP_NISTP256_POINTS_MUL), "ec_GFp_nistp256_points_mul"},
    +    {ERR_FUNC(EC_F_EC_GFP_NISTP256_POINT_GET_AFFINE_COORDINATES),
    +     "ec_GFp_nistp256_point_get_affine_coordinates"},
    +    {ERR_FUNC(EC_F_EC_GFP_NISTP521_GROUP_SET_CURVE),
    +     "ec_GFp_nistp521_group_set_curve"},
    +    {ERR_FUNC(EC_F_EC_GFP_NISTP521_POINTS_MUL), "ec_GFp_nistp521_points_mul"},
    +    {ERR_FUNC(EC_F_EC_GFP_NISTP521_POINT_GET_AFFINE_COORDINATES),
    +     "ec_GFp_nistp521_point_get_affine_coordinates"},
    +    {ERR_FUNC(EC_F_EC_GFP_NIST_FIELD_MUL), "ec_GFp_nist_field_mul"},
    +    {ERR_FUNC(EC_F_EC_GFP_NIST_FIELD_SQR), "ec_GFp_nist_field_sqr"},
    +    {ERR_FUNC(EC_F_EC_GFP_NIST_GROUP_SET_CURVE),
    +     "ec_GFp_nist_group_set_curve"},
    +    {ERR_FUNC(EC_F_EC_GFP_SIMPLE_GROUP_CHECK_DISCRIMINANT),
    +     "ec_GFp_simple_group_check_discriminant"},
    +    {ERR_FUNC(EC_F_EC_GFP_SIMPLE_GROUP_SET_CURVE),
    +     "ec_GFp_simple_group_set_curve"},
    +    {ERR_FUNC(EC_F_EC_GFP_SIMPLE_GROUP_SET_CURVE_GFP),
    +     "EC_GFP_SIMPLE_GROUP_SET_CURVE_GFP"},
    +    {ERR_FUNC(EC_F_EC_GFP_SIMPLE_GROUP_SET_GENERATOR),
    +     "EC_GFP_SIMPLE_GROUP_SET_GENERATOR"},
    +    {ERR_FUNC(EC_F_EC_GFP_SIMPLE_MAKE_AFFINE), "ec_GFp_simple_make_affine"},
    +    {ERR_FUNC(EC_F_EC_GFP_SIMPLE_OCT2POINT), "ec_GFp_simple_oct2point"},
    +    {ERR_FUNC(EC_F_EC_GFP_SIMPLE_POINT2OCT), "ec_GFp_simple_point2oct"},
    +    {ERR_FUNC(EC_F_EC_GFP_SIMPLE_POINTS_MAKE_AFFINE),
    +     "ec_GFp_simple_points_make_affine"},
    +    {ERR_FUNC(EC_F_EC_GFP_SIMPLE_POINT_GET_AFFINE_COORDINATES),
    +     "ec_GFp_simple_point_get_affine_coordinates"},
    +    {ERR_FUNC(EC_F_EC_GFP_SIMPLE_POINT_GET_AFFINE_COORDINATES_GFP),
    +     "EC_GFP_SIMPLE_POINT_GET_AFFINE_COORDINATES_GFP"},
    +    {ERR_FUNC(EC_F_EC_GFP_SIMPLE_POINT_SET_AFFINE_COORDINATES),
    +     "ec_GFp_simple_point_set_affine_coordinates"},
    +    {ERR_FUNC(EC_F_EC_GFP_SIMPLE_POINT_SET_AFFINE_COORDINATES_GFP),
    +     "EC_GFP_SIMPLE_POINT_SET_AFFINE_COORDINATES_GFP"},
    +    {ERR_FUNC(EC_F_EC_GFP_SIMPLE_SET_COMPRESSED_COORDINATES),
    +     "ec_GFp_simple_set_compressed_coordinates"},
    +    {ERR_FUNC(EC_F_EC_GFP_SIMPLE_SET_COMPRESSED_COORDINATES_GFP),
    +     "EC_GFP_SIMPLE_SET_COMPRESSED_COORDINATES_GFP"},
    +    {ERR_FUNC(EC_F_EC_GROUP_CHECK), "EC_GROUP_check"},
    +    {ERR_FUNC(EC_F_EC_GROUP_CHECK_DISCRIMINANT),
    +     "EC_GROUP_check_discriminant"},
    +    {ERR_FUNC(EC_F_EC_GROUP_COPY), "EC_GROUP_copy"},
    +    {ERR_FUNC(EC_F_EC_GROUP_GET0_GENERATOR), "EC_GROUP_get0_generator"},
    +    {ERR_FUNC(EC_F_EC_GROUP_GET_COFACTOR), "EC_GROUP_get_cofactor"},
    +    {ERR_FUNC(EC_F_EC_GROUP_GET_CURVE_GF2M), "EC_GROUP_get_curve_GF2m"},
    +    {ERR_FUNC(EC_F_EC_GROUP_GET_CURVE_GFP), "EC_GROUP_get_curve_GFp"},
    +    {ERR_FUNC(EC_F_EC_GROUP_GET_DEGREE), "EC_GROUP_get_degree"},
    +    {ERR_FUNC(EC_F_EC_GROUP_GET_ORDER), "EC_GROUP_get_order"},
    +    {ERR_FUNC(EC_F_EC_GROUP_GET_PENTANOMIAL_BASIS),
    +     "EC_GROUP_get_pentanomial_basis"},
    +    {ERR_FUNC(EC_F_EC_GROUP_GET_TRINOMIAL_BASIS),
    +     "EC_GROUP_get_trinomial_basis"},
    +    {ERR_FUNC(EC_F_EC_GROUP_NEW), "EC_GROUP_new"},
    +    {ERR_FUNC(EC_F_EC_GROUP_NEW_BY_CURVE_NAME), "EC_GROUP_new_by_curve_name"},
    +    {ERR_FUNC(EC_F_EC_GROUP_NEW_FROM_DATA), "EC_GROUP_NEW_FROM_DATA"},
    +    {ERR_FUNC(EC_F_EC_GROUP_PRECOMPUTE_MULT), "EC_GROUP_precompute_mult"},
    +    {ERR_FUNC(EC_F_EC_GROUP_SET_CURVE_GF2M), "EC_GROUP_set_curve_GF2m"},
    +    {ERR_FUNC(EC_F_EC_GROUP_SET_CURVE_GFP), "EC_GROUP_set_curve_GFp"},
    +    {ERR_FUNC(EC_F_EC_GROUP_SET_EXTRA_DATA), "EC_GROUP_SET_EXTRA_DATA"},
    +    {ERR_FUNC(EC_F_EC_GROUP_SET_GENERATOR), "EC_GROUP_set_generator"},
    +    {ERR_FUNC(EC_F_EC_KEY_CHECK_KEY), "EC_KEY_check_key"},
    +    {ERR_FUNC(EC_F_EC_KEY_COPY), "EC_KEY_copy"},
    +    {ERR_FUNC(EC_F_EC_KEY_GENERATE_KEY), "EC_KEY_generate_key"},
    +    {ERR_FUNC(EC_F_EC_KEY_NEW), "EC_KEY_new"},
    +    {ERR_FUNC(EC_F_EC_KEY_PRINT), "EC_KEY_print"},
    +    {ERR_FUNC(EC_F_EC_KEY_PRINT_FP), "EC_KEY_print_fp"},
    +    {ERR_FUNC(EC_F_EC_KEY_SET_PUBLIC_KEY_AFFINE_COORDINATES),
    +     "EC_KEY_set_public_key_affine_coordinates"},
    +    {ERR_FUNC(EC_F_EC_POINTS_MAKE_AFFINE), "EC_POINTs_make_affine"},
    +    {ERR_FUNC(EC_F_EC_POINT_ADD), "EC_POINT_add"},
    +    {ERR_FUNC(EC_F_EC_POINT_CMP), "EC_POINT_cmp"},
    +    {ERR_FUNC(EC_F_EC_POINT_COPY), "EC_POINT_copy"},
    +    {ERR_FUNC(EC_F_EC_POINT_DBL), "EC_POINT_dbl"},
    +    {ERR_FUNC(EC_F_EC_POINT_GET_AFFINE_COORDINATES_GF2M),
    +     "EC_POINT_get_affine_coordinates_GF2m"},
    +    {ERR_FUNC(EC_F_EC_POINT_GET_AFFINE_COORDINATES_GFP),
    +     "EC_POINT_get_affine_coordinates_GFp"},
    +    {ERR_FUNC(EC_F_EC_POINT_GET_JPROJECTIVE_COORDINATES_GFP),
    +     "EC_POINT_get_Jprojective_coordinates_GFp"},
    +    {ERR_FUNC(EC_F_EC_POINT_INVERT), "EC_POINT_invert"},
    +    {ERR_FUNC(EC_F_EC_POINT_IS_AT_INFINITY), "EC_POINT_is_at_infinity"},
    +    {ERR_FUNC(EC_F_EC_POINT_IS_ON_CURVE), "EC_POINT_is_on_curve"},
    +    {ERR_FUNC(EC_F_EC_POINT_MAKE_AFFINE), "EC_POINT_make_affine"},
    +    {ERR_FUNC(EC_F_EC_POINT_MUL), "EC_POINT_mul"},
    +    {ERR_FUNC(EC_F_EC_POINT_NEW), "EC_POINT_new"},
    +    {ERR_FUNC(EC_F_EC_POINT_OCT2POINT), "EC_POINT_oct2point"},
    +    {ERR_FUNC(EC_F_EC_POINT_POINT2OCT), "EC_POINT_point2oct"},
    +    {ERR_FUNC(EC_F_EC_POINT_SET_AFFINE_COORDINATES_GF2M),
    +     "EC_POINT_set_affine_coordinates_GF2m"},
    +    {ERR_FUNC(EC_F_EC_POINT_SET_AFFINE_COORDINATES_GFP),
    +     "EC_POINT_set_affine_coordinates_GFp"},
    +    {ERR_FUNC(EC_F_EC_POINT_SET_COMPRESSED_COORDINATES_GF2M),
    +     "EC_POINT_set_compressed_coordinates_GF2m"},
    +    {ERR_FUNC(EC_F_EC_POINT_SET_COMPRESSED_COORDINATES_GFP),
    +     "EC_POINT_set_compressed_coordinates_GFp"},
    +    {ERR_FUNC(EC_F_EC_POINT_SET_JPROJECTIVE_COORDINATES_GFP),
    +     "EC_POINT_set_Jprojective_coordinates_GFp"},
    +    {ERR_FUNC(EC_F_EC_POINT_SET_TO_INFINITY), "EC_POINT_set_to_infinity"},
    +    {ERR_FUNC(EC_F_EC_PRE_COMP_DUP), "EC_PRE_COMP_DUP"},
    +    {ERR_FUNC(EC_F_EC_PRE_COMP_NEW), "EC_PRE_COMP_NEW"},
    +    {ERR_FUNC(EC_F_EC_WNAF_MUL), "ec_wNAF_mul"},
    +    {ERR_FUNC(EC_F_EC_WNAF_PRECOMPUTE_MULT), "ec_wNAF_precompute_mult"},
    +    {ERR_FUNC(EC_F_I2D_ECPARAMETERS), "i2d_ECParameters"},
    +    {ERR_FUNC(EC_F_I2D_ECPKPARAMETERS), "i2d_ECPKParameters"},
    +    {ERR_FUNC(EC_F_I2D_ECPRIVATEKEY), "i2d_ECPrivateKey"},
    +    {ERR_FUNC(EC_F_I2O_ECPUBLICKEY), "i2o_ECPublicKey"},
    +    {ERR_FUNC(EC_F_NISTP224_PRE_COMP_NEW), "NISTP224_PRE_COMP_NEW"},
    +    {ERR_FUNC(EC_F_NISTP256_PRE_COMP_NEW), "NISTP256_PRE_COMP_NEW"},
    +    {ERR_FUNC(EC_F_NISTP521_PRE_COMP_NEW), "NISTP521_PRE_COMP_NEW"},
    +    {ERR_FUNC(EC_F_ECP_NISTZ256_GET_AFFINE), "ecp_nistz256_get_affine"},
    +    {ERR_FUNC(EC_F_ECP_NISTZ256_POINTS_MUL), "ecp_nistz256_points_mul"},
    +    {ERR_FUNC(EC_F_ECP_NISTZ256_WINDOWED_MUL), "ecp_nistz256_windowed_mul"},
    +    {ERR_FUNC(EC_F_ECP_NISTZ256_MULT_PRECOMPUTE),
    +     "ecp_nistz256_mult_precompute"},
    +    {ERR_FUNC(EC_F_ECP_NISTZ256_PRE_COMP_NEW), "ecp_nistz256_pre_comp_new"},
    +    {ERR_FUNC(EC_F_O2I_ECPUBLICKEY), "o2i_ECPublicKey"},
    +    {ERR_FUNC(EC_F_OLD_EC_PRIV_DECODE), "OLD_EC_PRIV_DECODE"},
    +    {ERR_FUNC(EC_F_PKEY_EC_CTRL), "PKEY_EC_CTRL"},
    +    {ERR_FUNC(EC_F_PKEY_EC_CTRL_STR), "PKEY_EC_CTRL_STR"},
    +    {ERR_FUNC(EC_F_PKEY_EC_DERIVE), "PKEY_EC_DERIVE"},
    +    {ERR_FUNC(EC_F_PKEY_EC_KEYGEN), "PKEY_EC_KEYGEN"},
    +    {ERR_FUNC(EC_F_PKEY_EC_PARAMGEN), "PKEY_EC_PARAMGEN"},
    +    {ERR_FUNC(EC_F_PKEY_EC_SIGN), "PKEY_EC_SIGN"},
    +    {0, NULL}
    +};
     
    -static ERR_STRING_DATA EC_str_reasons[]=
    -	{
    -{ERR_REASON(EC_R_ASN1_ERROR)             ,"asn1 error"},
    -{ERR_REASON(EC_R_ASN1_UNKNOWN_FIELD)     ,"asn1 unknown field"},
    -{ERR_REASON(EC_R_BIGNUM_OUT_OF_RANGE)    ,"bignum out of range"},
    -{ERR_REASON(EC_R_BUFFER_TOO_SMALL)       ,"buffer too small"},
    -{ERR_REASON(EC_R_COORDINATES_OUT_OF_RANGE),"coordinates out of range"},
    -{ERR_REASON(EC_R_D2I_ECPKPARAMETERS_FAILURE),"d2i ecpkparameters failure"},
    -{ERR_REASON(EC_R_DECODE_ERROR)           ,"decode error"},
    -{ERR_REASON(EC_R_DISCRIMINANT_IS_ZERO)   ,"discriminant is zero"},
    -{ERR_REASON(EC_R_EC_GROUP_NEW_BY_NAME_FAILURE),"ec group new by name failure"},
    -{ERR_REASON(EC_R_FIELD_TOO_LARGE)        ,"field too large"},
    -{ERR_REASON(EC_R_GF2M_NOT_SUPPORTED)     ,"gf2m not supported"},
    -{ERR_REASON(EC_R_GROUP2PKPARAMETERS_FAILURE),"group2pkparameters failure"},
    -{ERR_REASON(EC_R_I2D_ECPKPARAMETERS_FAILURE),"i2d ecpkparameters failure"},
    -{ERR_REASON(EC_R_INCOMPATIBLE_OBJECTS)   ,"incompatible objects"},
    -{ERR_REASON(EC_R_INVALID_ARGUMENT)       ,"invalid argument"},
    -{ERR_REASON(EC_R_INVALID_COMPRESSED_POINT),"invalid compressed point"},
    -{ERR_REASON(EC_R_INVALID_COMPRESSION_BIT),"invalid compression bit"},
    -{ERR_REASON(EC_R_INVALID_CURVE)          ,"invalid curve"},
    -{ERR_REASON(EC_R_INVALID_DIGEST_TYPE)    ,"invalid digest type"},
    -{ERR_REASON(EC_R_INVALID_ENCODING)       ,"invalid encoding"},
    -{ERR_REASON(EC_R_INVALID_FIELD)          ,"invalid field"},
    -{ERR_REASON(EC_R_INVALID_FORM)           ,"invalid form"},
    -{ERR_REASON(EC_R_INVALID_GROUP_ORDER)    ,"invalid group order"},
    -{ERR_REASON(EC_R_INVALID_PENTANOMIAL_BASIS),"invalid pentanomial basis"},
    -{ERR_REASON(EC_R_INVALID_PRIVATE_KEY)    ,"invalid private key"},
    -{ERR_REASON(EC_R_INVALID_TRINOMIAL_BASIS),"invalid trinomial basis"},
    -{ERR_REASON(EC_R_KEYS_NOT_SET)           ,"keys not set"},
    -{ERR_REASON(EC_R_MISSING_PARAMETERS)     ,"missing parameters"},
    -{ERR_REASON(EC_R_MISSING_PRIVATE_KEY)    ,"missing private key"},
    -{ERR_REASON(EC_R_NOT_A_NIST_PRIME)       ,"not a NIST prime"},
    -{ERR_REASON(EC_R_NOT_A_SUPPORTED_NIST_PRIME),"not a supported NIST prime"},
    -{ERR_REASON(EC_R_NOT_IMPLEMENTED)        ,"not implemented"},
    -{ERR_REASON(EC_R_NOT_INITIALIZED)        ,"not initialized"},
    -{ERR_REASON(EC_R_NO_FIELD_MOD)           ,"no field mod"},
    -{ERR_REASON(EC_R_NO_PARAMETERS_SET)      ,"no parameters set"},
    -{ERR_REASON(EC_R_PASSED_NULL_PARAMETER)  ,"passed null parameter"},
    -{ERR_REASON(EC_R_PKPARAMETERS2GROUP_FAILURE),"pkparameters2group failure"},
    -{ERR_REASON(EC_R_POINT_AT_INFINITY)      ,"point at infinity"},
    -{ERR_REASON(EC_R_POINT_IS_NOT_ON_CURVE)  ,"point is not on curve"},
    -{ERR_REASON(EC_R_SLOT_FULL)              ,"slot full"},
    -{ERR_REASON(EC_R_UNDEFINED_GENERATOR)    ,"undefined generator"},
    -{ERR_REASON(EC_R_UNDEFINED_ORDER)        ,"undefined order"},
    -{ERR_REASON(EC_R_UNKNOWN_GROUP)          ,"unknown group"},
    -{ERR_REASON(EC_R_UNKNOWN_ORDER)          ,"unknown order"},
    -{ERR_REASON(EC_R_UNSUPPORTED_FIELD)      ,"unsupported field"},
    -{ERR_REASON(EC_R_WRONG_CURVE_PARAMETERS) ,"wrong curve parameters"},
    -{ERR_REASON(EC_R_WRONG_ORDER)            ,"wrong order"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA EC_str_reasons[] = {
    +    {ERR_REASON(EC_R_ASN1_ERROR), "asn1 error"},
    +    {ERR_REASON(EC_R_ASN1_UNKNOWN_FIELD), "asn1 unknown field"},
    +    {ERR_REASON(EC_R_BIGNUM_OUT_OF_RANGE), "bignum out of range"},
    +    {ERR_REASON(EC_R_BUFFER_TOO_SMALL), "buffer too small"},
    +    {ERR_REASON(EC_R_COORDINATES_OUT_OF_RANGE), "coordinates out of range"},
    +    {ERR_REASON(EC_R_D2I_ECPKPARAMETERS_FAILURE),
    +     "d2i ecpkparameters failure"},
    +    {ERR_REASON(EC_R_DECODE_ERROR), "decode error"},
    +    {ERR_REASON(EC_R_DISCRIMINANT_IS_ZERO), "discriminant is zero"},
    +    {ERR_REASON(EC_R_EC_GROUP_NEW_BY_NAME_FAILURE),
    +     "ec group new by name failure"},
    +    {ERR_REASON(EC_R_FIELD_TOO_LARGE), "field too large"},
    +    {ERR_REASON(EC_R_GF2M_NOT_SUPPORTED), "gf2m not supported"},
    +    {ERR_REASON(EC_R_GROUP2PKPARAMETERS_FAILURE),
    +     "group2pkparameters failure"},
    +    {ERR_REASON(EC_R_I2D_ECPKPARAMETERS_FAILURE),
    +     "i2d ecpkparameters failure"},
    +    {ERR_REASON(EC_R_INCOMPATIBLE_OBJECTS), "incompatible objects"},
    +    {ERR_REASON(EC_R_INVALID_ARGUMENT), "invalid argument"},
    +    {ERR_REASON(EC_R_INVALID_COMPRESSED_POINT), "invalid compressed point"},
    +    {ERR_REASON(EC_R_INVALID_COMPRESSION_BIT), "invalid compression bit"},
    +    {ERR_REASON(EC_R_INVALID_CURVE), "invalid curve"},
    +    {ERR_REASON(EC_R_INVALID_DIGEST), "invalid digest"},
    +    {ERR_REASON(EC_R_INVALID_DIGEST_TYPE), "invalid digest type"},
    +    {ERR_REASON(EC_R_INVALID_ENCODING), "invalid encoding"},
    +    {ERR_REASON(EC_R_INVALID_FIELD), "invalid field"},
    +    {ERR_REASON(EC_R_INVALID_FORM), "invalid form"},
    +    {ERR_REASON(EC_R_INVALID_GROUP_ORDER), "invalid group order"},
    +    {ERR_REASON(EC_R_INVALID_PENTANOMIAL_BASIS), "invalid pentanomial basis"},
    +    {ERR_REASON(EC_R_INVALID_PRIVATE_KEY), "invalid private key"},
    +    {ERR_REASON(EC_R_INVALID_TRINOMIAL_BASIS), "invalid trinomial basis"},
    +    {ERR_REASON(EC_R_KDF_PARAMETER_ERROR), "kdf parameter error"},
    +    {ERR_REASON(EC_R_KEYS_NOT_SET), "keys not set"},
    +    {ERR_REASON(EC_R_MISSING_PARAMETERS), "missing parameters"},
    +    {ERR_REASON(EC_R_MISSING_PRIVATE_KEY), "missing private key"},
    +    {ERR_REASON(EC_R_NOT_A_NIST_PRIME), "not a NIST prime"},
    +    {ERR_REASON(EC_R_NOT_A_SUPPORTED_NIST_PRIME),
    +     "not a supported NIST prime"},
    +    {ERR_REASON(EC_R_NOT_IMPLEMENTED), "not implemented"},
    +    {ERR_REASON(EC_R_NOT_INITIALIZED), "not initialized"},
    +    {ERR_REASON(EC_R_NO_FIELD_MOD), "no field mod"},
    +    {ERR_REASON(EC_R_NO_PARAMETERS_SET), "no parameters set"},
    +    {ERR_REASON(EC_R_PASSED_NULL_PARAMETER), "passed null parameter"},
    +    {ERR_REASON(EC_R_PEER_KEY_ERROR), "peer key error"},
    +    {ERR_REASON(EC_R_PKPARAMETERS2GROUP_FAILURE),
    +     "pkparameters2group failure"},
    +    {ERR_REASON(EC_R_POINT_AT_INFINITY), "point at infinity"},
    +    {ERR_REASON(EC_R_POINT_IS_NOT_ON_CURVE), "point is not on curve"},
    +    {ERR_REASON(EC_R_SHARED_INFO_ERROR), "shared info error"},
    +    {ERR_REASON(EC_R_SLOT_FULL), "slot full"},
    +    {ERR_REASON(EC_R_UNDEFINED_GENERATOR), "undefined generator"},
    +    {ERR_REASON(EC_R_UNDEFINED_ORDER), "undefined order"},
    +    {ERR_REASON(EC_R_UNKNOWN_GROUP), "unknown group"},
    +    {ERR_REASON(EC_R_UNKNOWN_ORDER), "unknown order"},
    +    {ERR_REASON(EC_R_UNSUPPORTED_FIELD), "unsupported field"},
    +    {ERR_REASON(EC_R_WRONG_CURVE_PARAMETERS), "wrong curve parameters"},
    +    {ERR_REASON(EC_R_WRONG_ORDER), "wrong order"},
    +    {0, NULL}
    +};
     
     #endif
     
     void ERR_load_EC_strings(void)
    -	{
    +{
     #ifndef OPENSSL_NO_ERR
     
    -	if (ERR_func_error_string(EC_str_functs[0].error) == NULL)
    -		{
    -		ERR_load_strings(0,EC_str_functs);
    -		ERR_load_strings(0,EC_str_reasons);
    -		}
    +    if (ERR_func_error_string(EC_str_functs[0].error) == NULL) {
    +        ERR_load_strings(0, EC_str_functs);
    +        ERR_load_strings(0, EC_str_reasons);
    +    }
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/ec/ec_key.c b/openssl/crypto/ec/ec_key.c
    index 7fa247593..ebdffc821 100644
    --- a/openssl/crypto/ec/ec_key.c
    +++ b/openssl/crypto/ec/ec_key.c
    @@ -10,7 +10,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -57,7 +57,7 @@
      */
     /* ====================================================================
      * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
    - * Portions originally developed by SUN MICROSYSTEMS, INC., and 
    + * Portions originally developed by SUN MICROSYSTEMS, INC., and
      * contributed to the OpenSSL project.
      */
     
    @@ -65,508 +65,495 @@
     #include "ec_lcl.h"
     #include 
     #ifdef OPENSSL_FIPS
    -#include 
    +# include 
     #endif
     
     EC_KEY *EC_KEY_new(void)
    -	{
    -	EC_KEY *ret;
    -
    -	ret=(EC_KEY *)OPENSSL_malloc(sizeof(EC_KEY));
    -	if (ret == NULL)
    -		{
    -		ECerr(EC_F_EC_KEY_NEW, ERR_R_MALLOC_FAILURE);
    -		return(NULL);
    -		}
    -
    -	ret->version = 1;	
    -	ret->flags = 0;
    -	ret->group   = NULL;
    -	ret->pub_key = NULL;
    -	ret->priv_key= NULL;
    -	ret->enc_flag= 0; 
    -	ret->conv_form = POINT_CONVERSION_UNCOMPRESSED;
    -	ret->references= 1;
    -	ret->method_data = NULL;
    -	return(ret);
    -	}
    +{
    +    EC_KEY *ret;
    +
    +    ret = (EC_KEY *)OPENSSL_malloc(sizeof(EC_KEY));
    +    if (ret == NULL) {
    +        ECerr(EC_F_EC_KEY_NEW, ERR_R_MALLOC_FAILURE);
    +        return (NULL);
    +    }
    +
    +    ret->version = 1;
    +    ret->flags = 0;
    +    ret->group = NULL;
    +    ret->pub_key = NULL;
    +    ret->priv_key = NULL;
    +    ret->enc_flag = 0;
    +    ret->conv_form = POINT_CONVERSION_UNCOMPRESSED;
    +    ret->references = 1;
    +    ret->method_data = NULL;
    +    return (ret);
    +}
     
     EC_KEY *EC_KEY_new_by_curve_name(int nid)
    -	{
    -	EC_KEY *ret = EC_KEY_new();
    -	if (ret == NULL)
    -		return NULL;
    -	ret->group = EC_GROUP_new_by_curve_name(nid);
    -	if (ret->group == NULL)
    -		{
    -		EC_KEY_free(ret);
    -		return NULL;
    -		}
    -	return ret;
    -	}
    +{
    +    EC_KEY *ret = EC_KEY_new();
    +    if (ret == NULL)
    +        return NULL;
    +    ret->group = EC_GROUP_new_by_curve_name(nid);
    +    if (ret->group == NULL) {
    +        EC_KEY_free(ret);
    +        return NULL;
    +    }
    +    return ret;
    +}
     
     void EC_KEY_free(EC_KEY *r)
    -	{
    -	int i;
    +{
    +    int i;
     
    -	if (r == NULL) return;
    +    if (r == NULL)
    +        return;
     
    -	i=CRYPTO_add(&r->references,-1,CRYPTO_LOCK_EC);
    +    i = CRYPTO_add(&r->references, -1, CRYPTO_LOCK_EC);
     #ifdef REF_PRINT
    -	REF_PRINT("EC_KEY",r);
    +    REF_PRINT("EC_KEY", r);
     #endif
    -	if (i > 0) return;
    +    if (i > 0)
    +        return;
     #ifdef REF_CHECK
    -	if (i < 0)
    -		{
    -		fprintf(stderr,"EC_KEY_free, bad reference count\n");
    -		abort();
    -		}
    +    if (i < 0) {
    +        fprintf(stderr, "EC_KEY_free, bad reference count\n");
    +        abort();
    +    }
     #endif
     
    -	if (r->group    != NULL) 
    -		EC_GROUP_free(r->group);
    -	if (r->pub_key  != NULL)
    -		EC_POINT_free(r->pub_key);
    -	if (r->priv_key != NULL)
    -		BN_clear_free(r->priv_key);
    +    if (r->group != NULL)
    +        EC_GROUP_free(r->group);
    +    if (r->pub_key != NULL)
    +        EC_POINT_free(r->pub_key);
    +    if (r->priv_key != NULL)
    +        BN_clear_free(r->priv_key);
     
    -	EC_EX_DATA_free_all_data(&r->method_data);
    +    EC_EX_DATA_free_all_data(&r->method_data);
     
    -	OPENSSL_cleanse((void *)r, sizeof(EC_KEY));
    +    OPENSSL_cleanse((void *)r, sizeof(EC_KEY));
     
    -	OPENSSL_free(r);
    -	}
    +    OPENSSL_free(r);
    +}
     
     EC_KEY *EC_KEY_copy(EC_KEY *dest, const EC_KEY *src)
    -	{
    -	EC_EXTRA_DATA *d;
    -
    -	if (dest == NULL || src == NULL)
    -		{
    -		ECerr(EC_F_EC_KEY_COPY, ERR_R_PASSED_NULL_PARAMETER);
    -		return NULL;
    -		}
    -	/* copy the parameters */
    -	if (src->group)
    -		{
    -		const EC_METHOD *meth = EC_GROUP_method_of(src->group);
    -		/* clear the old group */
    -		if (dest->group)
    -			EC_GROUP_free(dest->group);
    -		dest->group = EC_GROUP_new(meth);
    -		if (dest->group == NULL)
    -			return NULL;
    -		if (!EC_GROUP_copy(dest->group, src->group))
    -			return NULL;
    -		}
    -	/*  copy the public key */
    -	if (src->pub_key && src->group)
    -		{
    -		if (dest->pub_key)
    -			EC_POINT_free(dest->pub_key);
    -		dest->pub_key = EC_POINT_new(src->group);
    -		if (dest->pub_key == NULL)
    -			return NULL;
    -		if (!EC_POINT_copy(dest->pub_key, src->pub_key))
    -			return NULL;
    -		}
    -	/* copy the private key */
    -	if (src->priv_key)
    -		{
    -		if (dest->priv_key == NULL)
    -			{
    -			dest->priv_key = BN_new();
    -			if (dest->priv_key == NULL)
    -				return NULL;
    -			}
    -		if (!BN_copy(dest->priv_key, src->priv_key))
    -			return NULL;
    -		}
    -	/* copy method/extra data */
    -	EC_EX_DATA_free_all_data(&dest->method_data);
    -
    -	for (d = src->method_data; d != NULL; d = d->next)
    -		{
    -		void *t = d->dup_func(d->data);
    -		
    -		if (t == NULL)
    -			return 0;
    -		if (!EC_EX_DATA_set_data(&dest->method_data, t, d->dup_func, d->free_func, d->clear_free_func))
    -			return 0;
    -		}
    -
    -	/* copy the rest */
    -	dest->enc_flag  = src->enc_flag;
    -	dest->conv_form = src->conv_form;
    -	dest->version   = src->version;
    -	dest->flags = src->flags;
    -
    -	return dest;
    -	}
    +{
    +    EC_EXTRA_DATA *d;
    +
    +    if (dest == NULL || src == NULL) {
    +        ECerr(EC_F_EC_KEY_COPY, ERR_R_PASSED_NULL_PARAMETER);
    +        return NULL;
    +    }
    +    /* copy the parameters */
    +    if (src->group) {
    +        const EC_METHOD *meth = EC_GROUP_method_of(src->group);
    +        /* clear the old group */
    +        if (dest->group)
    +            EC_GROUP_free(dest->group);
    +        dest->group = EC_GROUP_new(meth);
    +        if (dest->group == NULL)
    +            return NULL;
    +        if (!EC_GROUP_copy(dest->group, src->group))
    +            return NULL;
    +    }
    +    /*  copy the public key */
    +    if (src->pub_key && src->group) {
    +        if (dest->pub_key)
    +            EC_POINT_free(dest->pub_key);
    +        dest->pub_key = EC_POINT_new(src->group);
    +        if (dest->pub_key == NULL)
    +            return NULL;
    +        if (!EC_POINT_copy(dest->pub_key, src->pub_key))
    +            return NULL;
    +    }
    +    /* copy the private key */
    +    if (src->priv_key) {
    +        if (dest->priv_key == NULL) {
    +            dest->priv_key = BN_new();
    +            if (dest->priv_key == NULL)
    +                return NULL;
    +        }
    +        if (!BN_copy(dest->priv_key, src->priv_key))
    +            return NULL;
    +    }
    +    /* copy method/extra data */
    +    EC_EX_DATA_free_all_data(&dest->method_data);
    +
    +    for (d = src->method_data; d != NULL; d = d->next) {
    +        void *t = d->dup_func(d->data);
    +
    +        if (t == NULL)
    +            return 0;
    +        if (!EC_EX_DATA_set_data
    +            (&dest->method_data, t, d->dup_func, d->free_func,
    +             d->clear_free_func))
    +            return 0;
    +    }
    +
    +    /* copy the rest */
    +    dest->enc_flag = src->enc_flag;
    +    dest->conv_form = src->conv_form;
    +    dest->version = src->version;
    +    dest->flags = src->flags;
    +
    +    return dest;
    +}
     
     EC_KEY *EC_KEY_dup(const EC_KEY *ec_key)
    -	{
    -	EC_KEY *ret = EC_KEY_new();
    -	if (ret == NULL)
    -		return NULL;
    -	if (EC_KEY_copy(ret, ec_key) == NULL)
    -		{
    -		EC_KEY_free(ret);
    -		return NULL;
    -		}
    -	return ret;
    -	}
    +{
    +    EC_KEY *ret = EC_KEY_new();
    +    if (ret == NULL)
    +        return NULL;
    +    if (EC_KEY_copy(ret, ec_key) == NULL) {
    +        EC_KEY_free(ret);
    +        return NULL;
    +    }
    +    return ret;
    +}
     
     int EC_KEY_up_ref(EC_KEY *r)
    -	{
    -	int i = CRYPTO_add(&r->references, 1, CRYPTO_LOCK_EC);
    +{
    +    int i = CRYPTO_add(&r->references, 1, CRYPTO_LOCK_EC);
     #ifdef REF_PRINT
    -	REF_PRINT("EC_KEY",r);
    +    REF_PRINT("EC_KEY", r);
     #endif
     #ifdef REF_CHECK
    -	if (i < 2)
    -		{
    -		fprintf(stderr, "EC_KEY_up, bad reference count\n");
    -		abort();
    -		}
    +    if (i < 2) {
    +        fprintf(stderr, "EC_KEY_up, bad reference count\n");
    +        abort();
    +    }
     #endif
    -	return ((i > 1) ? 1 : 0);
    -	}
    +    return ((i > 1) ? 1 : 0);
    +}
     
     int EC_KEY_generate_key(EC_KEY *eckey)
    -	{	
    -	int	ok = 0;
    -	BN_CTX	*ctx = NULL;
    -	BIGNUM	*priv_key = NULL, *order = NULL;
    -	EC_POINT *pub_key = NULL;
    +{
    +    int ok = 0;
    +    BN_CTX *ctx = NULL;
    +    BIGNUM *priv_key = NULL, *order = NULL;
    +    EC_POINT *pub_key = NULL;
     
     #ifdef OPENSSL_FIPS
    -	if (FIPS_mode())
    -		return FIPS_ec_key_generate_key(eckey);
    +    if (FIPS_mode())
    +        return FIPS_ec_key_generate_key(eckey);
     #endif
     
    -	if (!eckey || !eckey->group)
    -		{
    -		ECerr(EC_F_EC_KEY_GENERATE_KEY, ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -
    -	if ((order = BN_new()) == NULL) goto err;
    -	if ((ctx = BN_CTX_new()) == NULL) goto err;
    -
    -	if (eckey->priv_key == NULL)
    -		{
    -		priv_key = BN_new();
    -		if (priv_key == NULL)
    -			goto err;
    -		}
    -	else
    -		priv_key = eckey->priv_key;
    -
    -	if (!EC_GROUP_get_order(eckey->group, order, ctx))
    -		goto err;
    -
    -	do
    -		if (!BN_rand_range(priv_key, order))
    -			goto err;
    -	while (BN_is_zero(priv_key));
    -
    -	if (eckey->pub_key == NULL)
    -		{
    -		pub_key = EC_POINT_new(eckey->group);
    -		if (pub_key == NULL)
    -			goto err;
    -		}
    -	else
    -		pub_key = eckey->pub_key;
    -
    -	if (!EC_POINT_mul(eckey->group, pub_key, priv_key, NULL, NULL, ctx))
    -		goto err;
    -
    -	eckey->priv_key = priv_key;
    -	eckey->pub_key  = pub_key;
    -
    -	ok=1;
    -
    -err:	
    -	if (order)
    -		BN_free(order);
    -	if (pub_key  != NULL && eckey->pub_key  == NULL)
    -		EC_POINT_free(pub_key);
    -	if (priv_key != NULL && eckey->priv_key == NULL)
    -		BN_free(priv_key);
    -	if (ctx != NULL)
    -		BN_CTX_free(ctx);
    -	return(ok);
    -	}
    +    if (!eckey || !eckey->group) {
    +        ECerr(EC_F_EC_KEY_GENERATE_KEY, ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +
    +    if ((order = BN_new()) == NULL)
    +        goto err;
    +    if ((ctx = BN_CTX_new()) == NULL)
    +        goto err;
    +
    +    if (eckey->priv_key == NULL) {
    +        priv_key = BN_new();
    +        if (priv_key == NULL)
    +            goto err;
    +    } else
    +        priv_key = eckey->priv_key;
    +
    +    if (!EC_GROUP_get_order(eckey->group, order, ctx))
    +        goto err;
    +
    +    do
    +        if (!BN_rand_range(priv_key, order))
    +            goto err;
    +    while (BN_is_zero(priv_key)) ;
    +
    +    if (eckey->pub_key == NULL) {
    +        pub_key = EC_POINT_new(eckey->group);
    +        if (pub_key == NULL)
    +            goto err;
    +    } else
    +        pub_key = eckey->pub_key;
    +
    +    if (!EC_POINT_mul(eckey->group, pub_key, priv_key, NULL, NULL, ctx))
    +        goto err;
    +
    +    eckey->priv_key = priv_key;
    +    eckey->pub_key = pub_key;
    +
    +    ok = 1;
    +
    + err:
    +    if (order)
    +        BN_free(order);
    +    if (pub_key != NULL && eckey->pub_key == NULL)
    +        EC_POINT_free(pub_key);
    +    if (priv_key != NULL && eckey->priv_key == NULL)
    +        BN_free(priv_key);
    +    if (ctx != NULL)
    +        BN_CTX_free(ctx);
    +    return (ok);
    +}
     
     int EC_KEY_check_key(const EC_KEY *eckey)
    -	{
    -	int	ok   = 0;
    -	BN_CTX	*ctx = NULL;
    -	const BIGNUM	*order  = NULL;
    -	EC_POINT *point = NULL;
    -
    -	if (!eckey || !eckey->group || !eckey->pub_key)
    -		{
    -		ECerr(EC_F_EC_KEY_CHECK_KEY, ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -
    -	if (EC_POINT_is_at_infinity(eckey->group, eckey->pub_key))
    -		{
    -		ECerr(EC_F_EC_KEY_CHECK_KEY, EC_R_POINT_AT_INFINITY);
    -		goto err;
    -		}
    -
    -	if ((ctx = BN_CTX_new()) == NULL)
    -		goto err;
    -	if ((point = EC_POINT_new(eckey->group)) == NULL)
    -		goto err;
    -
    -	/* testing whether the pub_key is on the elliptic curve */
    -	if (!EC_POINT_is_on_curve(eckey->group, eckey->pub_key, ctx))
    -		{
    -		ECerr(EC_F_EC_KEY_CHECK_KEY, EC_R_POINT_IS_NOT_ON_CURVE);
    -		goto err;
    -		}
    -	/* testing whether pub_key * order is the point at infinity */
    -	order = &eckey->group->order;
    -	if (BN_is_zero(order))
    -		{
    -		ECerr(EC_F_EC_KEY_CHECK_KEY, EC_R_INVALID_GROUP_ORDER);
    -		goto err;
    -		}
    -	if (!EC_POINT_mul(eckey->group, point, NULL, eckey->pub_key, order, ctx))
    -		{
    -		ECerr(EC_F_EC_KEY_CHECK_KEY, ERR_R_EC_LIB);
    -		goto err;
    -		}
    -	if (!EC_POINT_is_at_infinity(eckey->group, point))
    -		{
    -		ECerr(EC_F_EC_KEY_CHECK_KEY, EC_R_WRONG_ORDER);
    -		goto err;
    -		}
    -	/* in case the priv_key is present : 
    -	 * check if generator * priv_key == pub_key 
    -	 */
    -	if (eckey->priv_key)
    -		{
    -		if (BN_cmp(eckey->priv_key, order) >= 0)
    -			{
    -			ECerr(EC_F_EC_KEY_CHECK_KEY, EC_R_WRONG_ORDER);
    -			goto err;
    -			}
    -		if (!EC_POINT_mul(eckey->group, point, eckey->priv_key,
    -			NULL, NULL, ctx))
    -			{
    -			ECerr(EC_F_EC_KEY_CHECK_KEY, ERR_R_EC_LIB);
    -			goto err;
    -			}
    -		if (EC_POINT_cmp(eckey->group, point, eckey->pub_key, 
    -			ctx) != 0)
    -			{
    -			ECerr(EC_F_EC_KEY_CHECK_KEY, EC_R_INVALID_PRIVATE_KEY);
    -			goto err;
    -			}
    -		}
    -	ok = 1;
    -err:
    -	if (ctx   != NULL)
    -		BN_CTX_free(ctx);
    -	if (point != NULL)
    -		EC_POINT_free(point);
    -	return(ok);
    -	}
    -
    -int EC_KEY_set_public_key_affine_coordinates(EC_KEY *key, BIGNUM *x, BIGNUM *y)
    -	{
    -	BN_CTX *ctx = NULL;
    -	BIGNUM *tx, *ty;
    -	EC_POINT *point = NULL;
    -	int ok = 0, tmp_nid, is_char_two = 0;
    -
    -	if (!key || !key->group || !x || !y)
    -		{
    -		ECerr(EC_F_EC_KEY_SET_PUBLIC_KEY_AFFINE_COORDINATES,
    -						ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -	ctx = BN_CTX_new();
    -	if (!ctx)
    -		goto err;
    -
    -	point = EC_POINT_new(key->group);
    -
    -	if (!point)
    -		goto err;
    -
    -	tmp_nid = EC_METHOD_get_field_type(EC_GROUP_method_of(key->group));
    -
    -        if (tmp_nid == NID_X9_62_characteristic_two_field)
    -		is_char_two = 1;
    -
    -	tx = BN_CTX_get(ctx);
    -	ty = BN_CTX_get(ctx);
    +{
    +    int ok = 0;
    +    BN_CTX *ctx = NULL;
    +    const BIGNUM *order = NULL;
    +    EC_POINT *point = NULL;
    +
    +    if (!eckey || !eckey->group || !eckey->pub_key) {
    +        ECerr(EC_F_EC_KEY_CHECK_KEY, ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +
    +    if (EC_POINT_is_at_infinity(eckey->group, eckey->pub_key)) {
    +        ECerr(EC_F_EC_KEY_CHECK_KEY, EC_R_POINT_AT_INFINITY);
    +        goto err;
    +    }
    +
    +    if ((ctx = BN_CTX_new()) == NULL)
    +        goto err;
    +    if ((point = EC_POINT_new(eckey->group)) == NULL)
    +        goto err;
    +
    +    /* testing whether the pub_key is on the elliptic curve */
    +    if (!EC_POINT_is_on_curve(eckey->group, eckey->pub_key, ctx)) {
    +        ECerr(EC_F_EC_KEY_CHECK_KEY, EC_R_POINT_IS_NOT_ON_CURVE);
    +        goto err;
    +    }
    +    /* testing whether pub_key * order is the point at infinity */
    +    order = &eckey->group->order;
    +    if (BN_is_zero(order)) {
    +        ECerr(EC_F_EC_KEY_CHECK_KEY, EC_R_INVALID_GROUP_ORDER);
    +        goto err;
    +    }
    +    if (!EC_POINT_mul(eckey->group, point, NULL, eckey->pub_key, order, ctx)) {
    +        ECerr(EC_F_EC_KEY_CHECK_KEY, ERR_R_EC_LIB);
    +        goto err;
    +    }
    +    if (!EC_POINT_is_at_infinity(eckey->group, point)) {
    +        ECerr(EC_F_EC_KEY_CHECK_KEY, EC_R_WRONG_ORDER);
    +        goto err;
    +    }
    +    /*
    +     * in case the priv_key is present : check if generator * priv_key ==
    +     * pub_key
    +     */
    +    if (eckey->priv_key) {
    +        if (BN_cmp(eckey->priv_key, order) >= 0) {
    +            ECerr(EC_F_EC_KEY_CHECK_KEY, EC_R_WRONG_ORDER);
    +            goto err;
    +        }
    +        if (!EC_POINT_mul(eckey->group, point, eckey->priv_key,
    +                          NULL, NULL, ctx)) {
    +            ECerr(EC_F_EC_KEY_CHECK_KEY, ERR_R_EC_LIB);
    +            goto err;
    +        }
    +        if (EC_POINT_cmp(eckey->group, point, eckey->pub_key, ctx) != 0) {
    +            ECerr(EC_F_EC_KEY_CHECK_KEY, EC_R_INVALID_PRIVATE_KEY);
    +            goto err;
    +        }
    +    }
    +    ok = 1;
    + err:
    +    if (ctx != NULL)
    +        BN_CTX_free(ctx);
    +    if (point != NULL)
    +        EC_POINT_free(point);
    +    return (ok);
    +}
    +
    +int EC_KEY_set_public_key_affine_coordinates(EC_KEY *key, BIGNUM *x,
    +                                             BIGNUM *y)
    +{
    +    BN_CTX *ctx = NULL;
    +    BIGNUM *tx, *ty;
    +    EC_POINT *point = NULL;
    +    int ok = 0, tmp_nid, is_char_two = 0;
    +
    +    if (!key || !key->group || !x || !y) {
    +        ECerr(EC_F_EC_KEY_SET_PUBLIC_KEY_AFFINE_COORDINATES,
    +              ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +    ctx = BN_CTX_new();
    +    if (!ctx)
    +        goto err;
    +
    +    point = EC_POINT_new(key->group);
    +
    +    if (!point)
    +        goto err;
    +
    +    tmp_nid = EC_METHOD_get_field_type(EC_GROUP_method_of(key->group));
    +
    +    if (tmp_nid == NID_X9_62_characteristic_two_field)
    +        is_char_two = 1;
    +
    +    tx = BN_CTX_get(ctx);
    +    ty = BN_CTX_get(ctx);
     #ifndef OPENSSL_NO_EC2M
    -	if (is_char_two)
    -		{
    -		if (!EC_POINT_set_affine_coordinates_GF2m(key->group, point,
    -								x, y, ctx))
    -			goto err;
    -		if (!EC_POINT_get_affine_coordinates_GF2m(key->group, point,
    -								tx, ty, ctx))
    -			goto err;
    -		}
    -	else
    +    if (is_char_two) {
    +        if (!EC_POINT_set_affine_coordinates_GF2m(key->group, point,
    +                                                  x, y, ctx))
    +            goto err;
    +        if (!EC_POINT_get_affine_coordinates_GF2m(key->group, point,
    +                                                  tx, ty, ctx))
    +            goto err;
    +    } else
     #endif
    -		{
    -		if (!EC_POINT_set_affine_coordinates_GFp(key->group, point,
    -								x, y, ctx))
    -			goto err;
    -		if (!EC_POINT_get_affine_coordinates_GFp(key->group, point,
    -								tx, ty, ctx))
    -			goto err;
    -		}
    -	/* Check if retrieved coordinates match originals: if not values
    -	 * are out of range.
    -	 */
    -	if (BN_cmp(x, tx) || BN_cmp(y, ty))
    -		{
    -		ECerr(EC_F_EC_KEY_SET_PUBLIC_KEY_AFFINE_COORDINATES,
    -			EC_R_COORDINATES_OUT_OF_RANGE);
    -		goto err;
    -		}
    -
    -	if (!EC_KEY_set_public_key(key, point))
    -		goto err;
    -
    -	if (EC_KEY_check_key(key) == 0)
    -		goto err;
    -
    -	ok = 1;
    -
    -	err:
    -	if (ctx)
    -		BN_CTX_free(ctx);
    -	if (point)
    -		EC_POINT_free(point);
    -	return ok;
    -
    -	}
    +    {
    +        if (!EC_POINT_set_affine_coordinates_GFp(key->group, point,
    +                                                 x, y, ctx))
    +            goto err;
    +        if (!EC_POINT_get_affine_coordinates_GFp(key->group, point,
    +                                                 tx, ty, ctx))
    +            goto err;
    +    }
    +    /*
    +     * Check if retrieved coordinates match originals: if not values are out
    +     * of range.
    +     */
    +    if (BN_cmp(x, tx) || BN_cmp(y, ty)) {
    +        ECerr(EC_F_EC_KEY_SET_PUBLIC_KEY_AFFINE_COORDINATES,
    +              EC_R_COORDINATES_OUT_OF_RANGE);
    +        goto err;
    +    }
    +
    +    if (!EC_KEY_set_public_key(key, point))
    +        goto err;
    +
    +    if (EC_KEY_check_key(key) == 0)
    +        goto err;
    +
    +    ok = 1;
    +
    + err:
    +    if (ctx)
    +        BN_CTX_free(ctx);
    +    if (point)
    +        EC_POINT_free(point);
    +    return ok;
    +
    +}
     
     const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key)
    -	{
    -	return key->group;
    -	}
    +{
    +    return key->group;
    +}
     
     int EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group)
    -	{
    -	if (key->group != NULL)
    -		EC_GROUP_free(key->group);
    -	key->group = EC_GROUP_dup(group);
    -	return (key->group == NULL) ? 0 : 1;
    -	}
    +{
    +    if (key->group != NULL)
    +        EC_GROUP_free(key->group);
    +    key->group = EC_GROUP_dup(group);
    +    return (key->group == NULL) ? 0 : 1;
    +}
     
     const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key)
    -	{
    -	return key->priv_key;
    -	}
    +{
    +    return key->priv_key;
    +}
     
     int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *priv_key)
    -	{
    -	if (key->priv_key)
    -		BN_clear_free(key->priv_key);
    -	key->priv_key = BN_dup(priv_key);
    -	return (key->priv_key == NULL) ? 0 : 1;
    -	}
    +{
    +    if (key->priv_key)
    +        BN_clear_free(key->priv_key);
    +    key->priv_key = BN_dup(priv_key);
    +    return (key->priv_key == NULL) ? 0 : 1;
    +}
     
     const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key)
    -	{
    -	return key->pub_key;
    -	}
    +{
    +    return key->pub_key;
    +}
     
     int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub_key)
    -	{
    -	if (key->pub_key != NULL)
    -		EC_POINT_free(key->pub_key);
    -	key->pub_key = EC_POINT_dup(pub_key, key->group);
    -	return (key->pub_key == NULL) ? 0 : 1;
    -	}
    +{
    +    if (key->pub_key != NULL)
    +        EC_POINT_free(key->pub_key);
    +    key->pub_key = EC_POINT_dup(pub_key, key->group);
    +    return (key->pub_key == NULL) ? 0 : 1;
    +}
     
     unsigned int EC_KEY_get_enc_flags(const EC_KEY *key)
    -	{
    -	return key->enc_flag;
    -	}
    +{
    +    return key->enc_flag;
    +}
     
     void EC_KEY_set_enc_flags(EC_KEY *key, unsigned int flags)
    -	{
    -	key->enc_flag = flags;
    -	}
    +{
    +    key->enc_flag = flags;
    +}
     
     point_conversion_form_t EC_KEY_get_conv_form(const EC_KEY *key)
    -	{
    -	return key->conv_form;
    -	}
    +{
    +    return key->conv_form;
    +}
     
     void EC_KEY_set_conv_form(EC_KEY *key, point_conversion_form_t cform)
    -	{
    -	key->conv_form = cform;
    -	if (key->group != NULL)
    -		EC_GROUP_set_point_conversion_form(key->group, cform);
    -	}
    +{
    +    key->conv_form = cform;
    +    if (key->group != NULL)
    +        EC_GROUP_set_point_conversion_form(key->group, cform);
    +}
     
     void *EC_KEY_get_key_method_data(EC_KEY *key,
    -	void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *))
    -	{
    -	void *ret;
    +                                 void *(*dup_func) (void *),
    +                                 void (*free_func) (void *),
    +                                 void (*clear_free_func) (void *))
    +{
    +    void *ret;
     
    -	CRYPTO_r_lock(CRYPTO_LOCK_EC);
    -	ret = EC_EX_DATA_get_data(key->method_data, dup_func, free_func, clear_free_func);
    -	CRYPTO_r_unlock(CRYPTO_LOCK_EC);
    +    CRYPTO_r_lock(CRYPTO_LOCK_EC);
    +    ret =
    +        EC_EX_DATA_get_data(key->method_data, dup_func, free_func,
    +                            clear_free_func);
    +    CRYPTO_r_unlock(CRYPTO_LOCK_EC);
     
    -	return ret;
    -	}
    +    return ret;
    +}
     
     void *EC_KEY_insert_key_method_data(EC_KEY *key, void *data,
    -	void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *))
    -	{
    -	EC_EXTRA_DATA *ex_data;
    -
    -	CRYPTO_w_lock(CRYPTO_LOCK_EC);
    -	ex_data = EC_EX_DATA_get_data(key->method_data, dup_func, free_func, clear_free_func);
    -	if (ex_data == NULL)
    -		EC_EX_DATA_set_data(&key->method_data, data, dup_func, free_func, clear_free_func);
    -	CRYPTO_w_unlock(CRYPTO_LOCK_EC);
    -
    -	return ex_data;
    -	}
    +                                    void *(*dup_func) (void *),
    +                                    void (*free_func) (void *),
    +                                    void (*clear_free_func) (void *))
    +{
    +    EC_EXTRA_DATA *ex_data;
    +
    +    CRYPTO_w_lock(CRYPTO_LOCK_EC);
    +    ex_data =
    +        EC_EX_DATA_get_data(key->method_data, dup_func, free_func,
    +                            clear_free_func);
    +    if (ex_data == NULL)
    +        EC_EX_DATA_set_data(&key->method_data, data, dup_func, free_func,
    +                            clear_free_func);
    +    CRYPTO_w_unlock(CRYPTO_LOCK_EC);
    +
    +    return ex_data;
    +}
     
     void EC_KEY_set_asn1_flag(EC_KEY *key, int flag)
    -	{
    -	if (key->group != NULL)
    -		EC_GROUP_set_asn1_flag(key->group, flag);
    -	}
    +{
    +    if (key->group != NULL)
    +        EC_GROUP_set_asn1_flag(key->group, flag);
    +}
     
     int EC_KEY_precompute_mult(EC_KEY *key, BN_CTX *ctx)
    -	{
    -	if (key->group == NULL)
    -		return 0;
    -	return EC_GROUP_precompute_mult(key->group, ctx);
    -	}
    +{
    +    if (key->group == NULL)
    +        return 0;
    +    return EC_GROUP_precompute_mult(key->group, ctx);
    +}
     
     int EC_KEY_get_flags(const EC_KEY *key)
    -	{
    -	return key->flags;
    -	}
    +{
    +    return key->flags;
    +}
     
     void EC_KEY_set_flags(EC_KEY *key, int flags)
    -	{
    -	key->flags |= flags;
    -	}
    +{
    +    key->flags |= flags;
    +}
     
     void EC_KEY_clear_flags(EC_KEY *key, int flags)
    -	{
    -	key->flags &= ~flags;
    -	}
    +{
    +    key->flags &= ~flags;
    +}
    diff --git a/openssl/crypto/ec/ec_lcl.h b/openssl/crypto/ec/ec_lcl.h
    index b0d48b6b5..697eeb528 100644
    --- a/openssl/crypto/ec/ec_lcl.h
    +++ b/openssl/crypto/ec/ec_lcl.h
    @@ -10,7 +10,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -58,18 +58,17 @@
     /* ====================================================================
      * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
      *
    - * Portions of the attached software ("Contribution") are developed by 
    + * Portions of the attached software ("Contribution") are developed by
      * SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project.
      *
      * The Contribution is licensed pursuant to the OpenSSL open source
      * license provided above.
      *
    - * The elliptic curve binary polynomial software is originally written by 
    + * The elliptic curve binary polynomial software is originally written by
      * Sheueling Chang Shantz and Douglas Stebila of Sun Microsystems Laboratories.
      *
      */
     
    -
     #include 
     
     #include 
    @@ -78,230 +77,258 @@
     
     #if defined(__SUNPRO_C)
     # if __SUNPRO_C >= 0x520
    -# pragma error_messages (off,E_ARRAY_OF_INCOMPLETE_NONAME,E_ARRAY_OF_INCOMPLETE)
    +#  pragma error_messages (off,E_ARRAY_OF_INCOMPLETE_NONAME,E_ARRAY_OF_INCOMPLETE)
     # endif
     #endif
     
     /* Use default functions for poin2oct, oct2point and compressed coordinates */
    -#define EC_FLAGS_DEFAULT_OCT	0x1
    +#define EC_FLAGS_DEFAULT_OCT    0x1
     
    -/* Structure details are not part of the exported interface,
    - * so all this may change in future versions. */
    +/*
    + * Structure details are not part of the exported interface, so all this may
    + * change in future versions.
    + */
     
     struct ec_method_st {
    -	/* Various method flags */
    -	int flags;
    -	/* used by EC_METHOD_get_field_type: */
    -	int field_type; /* a NID */
    -
    -	/* used by EC_GROUP_new, EC_GROUP_free, EC_GROUP_clear_free, EC_GROUP_copy: */
    -	int (*group_init)(EC_GROUP *);
    -	void (*group_finish)(EC_GROUP *);
    -	void (*group_clear_finish)(EC_GROUP *);
    -	int (*group_copy)(EC_GROUP *, const EC_GROUP *);
    -
    -	/* used by EC_GROUP_set_curve_GFp, EC_GROUP_get_curve_GFp, */
    -	/* EC_GROUP_set_curve_GF2m, and EC_GROUP_get_curve_GF2m: */
    -	int (*group_set_curve)(EC_GROUP *, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *);
    -	int (*group_get_curve)(const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *);
    -
    -	/* used by EC_GROUP_get_degree: */
    -	int (*group_get_degree)(const EC_GROUP *);
    -
    -	/* used by EC_GROUP_check: */
    -	int (*group_check_discriminant)(const EC_GROUP *, BN_CTX *);
    -
    -	/* used by EC_POINT_new, EC_POINT_free, EC_POINT_clear_free, EC_POINT_copy: */
    -	int (*point_init)(EC_POINT *);
    -	void (*point_finish)(EC_POINT *);
    -	void (*point_clear_finish)(EC_POINT *);
    -	int (*point_copy)(EC_POINT *, const EC_POINT *);
    -
    -	/* used by EC_POINT_set_to_infinity,
    -	 * EC_POINT_set_Jprojective_coordinates_GFp,
    -	 * EC_POINT_get_Jprojective_coordinates_GFp,
    -	 * EC_POINT_set_affine_coordinates_GFp,     ..._GF2m,
    -	 * EC_POINT_get_affine_coordinates_GFp,     ..._GF2m,
    -	 * EC_POINT_set_compressed_coordinates_GFp, ..._GF2m:
    -	 */
    -	int (*point_set_to_infinity)(const EC_GROUP *, EC_POINT *);
    -	int (*point_set_Jprojective_coordinates_GFp)(const EC_GROUP *, EC_POINT *,
    -		const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *);
    -	int (*point_get_Jprojective_coordinates_GFp)(const EC_GROUP *, const EC_POINT *,
    -		BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *);
    -	int (*point_set_affine_coordinates)(const EC_GROUP *, EC_POINT *,
    -		const BIGNUM *x, const BIGNUM *y, BN_CTX *);
    -	int (*point_get_affine_coordinates)(const EC_GROUP *, const EC_POINT *,
    -		BIGNUM *x, BIGNUM *y, BN_CTX *);
    -	int (*point_set_compressed_coordinates)(const EC_GROUP *, EC_POINT *,
    -		const BIGNUM *x, int y_bit, BN_CTX *);
    -
    -	/* used by EC_POINT_point2oct, EC_POINT_oct2point: */
    -	size_t (*point2oct)(const EC_GROUP *, const EC_POINT *, point_conversion_form_t form,
    -	        unsigned char *buf, size_t len, BN_CTX *);
    -	int (*oct2point)(const EC_GROUP *, EC_POINT *,
    -	        const unsigned char *buf, size_t len, BN_CTX *);
    -
    -	/* used by EC_POINT_add, EC_POINT_dbl, ECP_POINT_invert: */
    -	int (*add)(const EC_GROUP *, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *);
    -	int (*dbl)(const EC_GROUP *, EC_POINT *r, const EC_POINT *a, BN_CTX *);
    -	int (*invert)(const EC_GROUP *, EC_POINT *, BN_CTX *);
    -
    -	/* used by EC_POINT_is_at_infinity, EC_POINT_is_on_curve, EC_POINT_cmp: */
    -	int (*is_at_infinity)(const EC_GROUP *, const EC_POINT *);
    -	int (*is_on_curve)(const EC_GROUP *, const EC_POINT *, BN_CTX *);
    -	int (*point_cmp)(const EC_GROUP *, const EC_POINT *a, const EC_POINT *b, BN_CTX *);
    -
    -	/* used by EC_POINT_make_affine, EC_POINTs_make_affine: */
    -	int (*make_affine)(const EC_GROUP *, EC_POINT *, BN_CTX *);
    -	int (*points_make_affine)(const EC_GROUP *, size_t num, EC_POINT *[], BN_CTX *);
    -
    -	/* used by EC_POINTs_mul, EC_POINT_mul, EC_POINT_precompute_mult, EC_POINT_have_precompute_mult
    -	 * (default implementations are used if the 'mul' pointer is 0): */
    -	int (*mul)(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
    -		size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
    -	int (*precompute_mult)(EC_GROUP *group, BN_CTX *);
    -	int (*have_precompute_mult)(const EC_GROUP *group);
    -
    -
    -	/* internal functions */
    -
    -	/* 'field_mul', 'field_sqr', and 'field_div' can be used by 'add' and 'dbl' so that
    -	 * the same implementations of point operations can be used with different
    -	 * optimized implementations of expensive field operations: */
    -	int (*field_mul)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *);
    -	int (*field_sqr)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *);
    -	int (*field_div)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *);
    -
    -	int (*field_encode)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *); /* e.g. to Montgomery */
    -	int (*field_decode)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *); /* e.g. from Montgomery */
    -	int (*field_set_to_one)(const EC_GROUP *, BIGNUM *r, BN_CTX *);
    -} /* EC_METHOD */;
    +    /* Various method flags */
    +    int flags;
    +    /* used by EC_METHOD_get_field_type: */
    +    int field_type;             /* a NID */
    +    /*
    +     * used by EC_GROUP_new, EC_GROUP_free, EC_GROUP_clear_free,
    +     * EC_GROUP_copy:
    +     */
    +    int (*group_init) (EC_GROUP *);
    +    void (*group_finish) (EC_GROUP *);
    +    void (*group_clear_finish) (EC_GROUP *);
    +    int (*group_copy) (EC_GROUP *, const EC_GROUP *);
    +    /* used by EC_GROUP_set_curve_GFp, EC_GROUP_get_curve_GFp, */
    +    /* EC_GROUP_set_curve_GF2m, and EC_GROUP_get_curve_GF2m: */
    +    int (*group_set_curve) (EC_GROUP *, const BIGNUM *p, const BIGNUM *a,
    +                            const BIGNUM *b, BN_CTX *);
    +    int (*group_get_curve) (const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b,
    +                            BN_CTX *);
    +    /* used by EC_GROUP_get_degree: */
    +    int (*group_get_degree) (const EC_GROUP *);
    +    /* used by EC_GROUP_check: */
    +    int (*group_check_discriminant) (const EC_GROUP *, BN_CTX *);
    +    /*
    +     * used by EC_POINT_new, EC_POINT_free, EC_POINT_clear_free,
    +     * EC_POINT_copy:
    +     */
    +    int (*point_init) (EC_POINT *);
    +    void (*point_finish) (EC_POINT *);
    +    void (*point_clear_finish) (EC_POINT *);
    +    int (*point_copy) (EC_POINT *, const EC_POINT *);
    +    /*-
    +     * used by EC_POINT_set_to_infinity,
    +     * EC_POINT_set_Jprojective_coordinates_GFp,
    +     * EC_POINT_get_Jprojective_coordinates_GFp,
    +     * EC_POINT_set_affine_coordinates_GFp,     ..._GF2m,
    +     * EC_POINT_get_affine_coordinates_GFp,     ..._GF2m,
    +     * EC_POINT_set_compressed_coordinates_GFp, ..._GF2m:
    +     */
    +    int (*point_set_to_infinity) (const EC_GROUP *, EC_POINT *);
    +    int (*point_set_Jprojective_coordinates_GFp) (const EC_GROUP *,
    +                                                  EC_POINT *, const BIGNUM *x,
    +                                                  const BIGNUM *y,
    +                                                  const BIGNUM *z, BN_CTX *);
    +    int (*point_get_Jprojective_coordinates_GFp) (const EC_GROUP *,
    +                                                  const EC_POINT *, BIGNUM *x,
    +                                                  BIGNUM *y, BIGNUM *z,
    +                                                  BN_CTX *);
    +    int (*point_set_affine_coordinates) (const EC_GROUP *, EC_POINT *,
    +                                         const BIGNUM *x, const BIGNUM *y,
    +                                         BN_CTX *);
    +    int (*point_get_affine_coordinates) (const EC_GROUP *, const EC_POINT *,
    +                                         BIGNUM *x, BIGNUM *y, BN_CTX *);
    +    int (*point_set_compressed_coordinates) (const EC_GROUP *, EC_POINT *,
    +                                             const BIGNUM *x, int y_bit,
    +                                             BN_CTX *);
    +    /* used by EC_POINT_point2oct, EC_POINT_oct2point: */
    +    size_t (*point2oct) (const EC_GROUP *, const EC_POINT *,
    +                         point_conversion_form_t form, unsigned char *buf,
    +                         size_t len, BN_CTX *);
    +    int (*oct2point) (const EC_GROUP *, EC_POINT *, const unsigned char *buf,
    +                      size_t len, BN_CTX *);
    +    /* used by EC_POINT_add, EC_POINT_dbl, ECP_POINT_invert: */
    +    int (*add) (const EC_GROUP *, EC_POINT *r, const EC_POINT *a,
    +                const EC_POINT *b, BN_CTX *);
    +    int (*dbl) (const EC_GROUP *, EC_POINT *r, const EC_POINT *a, BN_CTX *);
    +    int (*invert) (const EC_GROUP *, EC_POINT *, BN_CTX *);
    +    /*
    +     * used by EC_POINT_is_at_infinity, EC_POINT_is_on_curve, EC_POINT_cmp:
    +     */
    +    int (*is_at_infinity) (const EC_GROUP *, const EC_POINT *);
    +    int (*is_on_curve) (const EC_GROUP *, const EC_POINT *, BN_CTX *);
    +    int (*point_cmp) (const EC_GROUP *, const EC_POINT *a, const EC_POINT *b,
    +                      BN_CTX *);
    +    /* used by EC_POINT_make_affine, EC_POINTs_make_affine: */
    +    int (*make_affine) (const EC_GROUP *, EC_POINT *, BN_CTX *);
    +    int (*points_make_affine) (const EC_GROUP *, size_t num, EC_POINT *[],
    +                               BN_CTX *);
    +    /*
    +     * used by EC_POINTs_mul, EC_POINT_mul, EC_POINT_precompute_mult,
    +     * EC_POINT_have_precompute_mult (default implementations are used if the
    +     * 'mul' pointer is 0):
    +     */
    +    int (*mul) (const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
    +                size_t num, const EC_POINT *points[], const BIGNUM *scalars[],
    +                BN_CTX *);
    +    int (*precompute_mult) (EC_GROUP *group, BN_CTX *);
    +    int (*have_precompute_mult) (const EC_GROUP *group);
    +    /* internal functions */
    +    /*
    +     * 'field_mul', 'field_sqr', and 'field_div' can be used by 'add' and
    +     * 'dbl' so that the same implementations of point operations can be used
    +     * with different optimized implementations of expensive field
    +     * operations:
    +     */
    +    int (*field_mul) (const EC_GROUP *, BIGNUM *r, const BIGNUM *a,
    +                      const BIGNUM *b, BN_CTX *);
    +    int (*field_sqr) (const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *);
    +    int (*field_div) (const EC_GROUP *, BIGNUM *r, const BIGNUM *a,
    +                      const BIGNUM *b, BN_CTX *);
    +    /* e.g. to Montgomery */
    +    int (*field_encode) (const EC_GROUP *, BIGNUM *r, const BIGNUM *a,
    +                         BN_CTX *);
    +    /* e.g. from Montgomery */
    +    int (*field_decode) (const EC_GROUP *, BIGNUM *r, const BIGNUM *a,
    +                         BN_CTX *);
    +    int (*field_set_to_one) (const EC_GROUP *, BIGNUM *r, BN_CTX *);
    +} /* EC_METHOD */ ;
     
     typedef struct ec_extra_data_st {
    -	struct ec_extra_data_st *next;
    -	void *data;
    -	void *(*dup_func)(void *);
    -	void (*free_func)(void *);
    -	void (*clear_free_func)(void *);
    -} EC_EXTRA_DATA; /* used in EC_GROUP */
    +    struct ec_extra_data_st *next;
    +    void *data;
    +    void *(*dup_func) (void *);
    +    void (*free_func) (void *);
    +    void (*clear_free_func) (void *);
    +} EC_EXTRA_DATA;                /* used in EC_GROUP */
     
     struct ec_group_st {
    -	const EC_METHOD *meth;
    -
    -	EC_POINT *generator; /* optional */
    -	BIGNUM order, cofactor;
    -
    -	int curve_name;/* optional NID for named curve */
    -	int asn1_flag; /* flag to control the asn1 encoding */
    -	point_conversion_form_t asn1_form;
    -
    -	unsigned char *seed; /* optional seed for parameters (appears in ASN1) */
    -	size_t seed_len;
    -
    -	EC_EXTRA_DATA *extra_data; /* linked list */
    -
    -	/* The following members are handled by the method functions,
    -	 * even if they appear generic */
    -	
    -	BIGNUM field; /* Field specification.
    -	               * For curves over GF(p), this is the modulus;
    -	               * for curves over GF(2^m), this is the 
    -	               * irreducible polynomial defining the field.
    -	               */
    -
    -	int poly[6]; /* Field specification for curves over GF(2^m).
    -	              * The irreducible f(t) is then of the form:
    -	              *     t^poly[0] + t^poly[1] + ... + t^poly[k]
    -	              * where m = poly[0] > poly[1] > ... > poly[k] = 0.
    -	              * The array is terminated with poly[k+1]=-1.
    -	              * All elliptic curve irreducibles have at most 5
    -	              * non-zero terms.
    -	              */
    -
    -	BIGNUM a, b; /* Curve coefficients.
    -	              * (Here the assumption is that BIGNUMs can be used
    -	              * or abused for all kinds of fields, not just GF(p).)
    -	              * For characteristic  > 3,  the curve is defined
    -	              * by a Weierstrass equation of the form
    -	              *     y^2 = x^3 + a*x + b.
    -	              * For characteristic  2,  the curve is defined by
    -	              * an equation of the form
    -	              *     y^2 + x*y = x^3 + a*x^2 + b.
    -	              */
    -
    -	int a_is_minus3; /* enable optimized point arithmetics for special case */
    -
    -	void *field_data1; /* method-specific (e.g., Montgomery structure) */
    -	void *field_data2; /* method-specific */
    -	int (*field_mod_func)(BIGNUM *, const BIGNUM *, const BIGNUM *,	BN_CTX *); /* method-specific */
    -} /* EC_GROUP */;
    +    const EC_METHOD *meth;
    +    EC_POINT *generator;        /* optional */
    +    BIGNUM order, cofactor;
    +    int curve_name;             /* optional NID for named curve */
    +    int asn1_flag;              /* flag to control the asn1 encoding */
    +    /*
    +     * Kludge: upper bit of ans1_flag is used to denote structure
    +     * version. Is set, then last field is present. This is done
    +     * for interoperation with FIPS code.
    +     */
    +#define EC_GROUP_ASN1_FLAG_MASK 0x7fffffff
    +#define EC_GROUP_VERSION(p) (p->asn1_flag&~EC_GROUP_ASN1_FLAG_MASK)
    +    point_conversion_form_t asn1_form;
    +    unsigned char *seed;        /* optional seed for parameters (appears in
    +                                 * ASN1) */
    +    size_t seed_len;
    +    EC_EXTRA_DATA *extra_data;  /* linked list */
    +    /*
    +     * The following members are handled by the method functions, even if
    +     * they appear generic
    +     */
    +    /*
    +     * Field specification. For curves over GF(p), this is the modulus; for
    +     * curves over GF(2^m), this is the irreducible polynomial defining the
    +     * field.
    +     */
    +    BIGNUM field;
    +    /*
    +     * Field specification for curves over GF(2^m). The irreducible f(t) is
    +     * then of the form: t^poly[0] + t^poly[1] + ... + t^poly[k] where m =
    +     * poly[0] > poly[1] > ... > poly[k] = 0. The array is terminated with
    +     * poly[k+1]=-1. All elliptic curve irreducibles have at most 5 non-zero
    +     * terms.
    +     */
    +    int poly[6];
    +    /*
    +     * Curve coefficients. (Here the assumption is that BIGNUMs can be used
    +     * or abused for all kinds of fields, not just GF(p).) For characteristic
    +     * > 3, the curve is defined by a Weierstrass equation of the form y^2 =
    +     * x^3 + a*x + b. For characteristic 2, the curve is defined by an
    +     * equation of the form y^2 + x*y = x^3 + a*x^2 + b.
    +     */
    +    BIGNUM a, b;
    +    /* enable optimized point arithmetics for special case */
    +    int a_is_minus3;
    +    /* method-specific (e.g., Montgomery structure) */
    +    void *field_data1;
    +    /* method-specific */
    +    void *field_data2;
    +    /* method-specific */
    +    int (*field_mod_func) (BIGNUM *, const BIGNUM *, const BIGNUM *,
    +                           BN_CTX *);
    +    BN_MONT_CTX *mont_data;     /* data for ECDSA inverse */
    +} /* EC_GROUP */ ;
     
     struct ec_key_st {
    -	int version;
    -
    -	EC_GROUP *group;
    -
    -	EC_POINT *pub_key;
    -	BIGNUM	 *priv_key;
    -
    -	unsigned int enc_flag;
    -	point_conversion_form_t conv_form;
    +    int version;
    +    EC_GROUP *group;
    +    EC_POINT *pub_key;
    +    BIGNUM *priv_key;
    +    unsigned int enc_flag;
    +    point_conversion_form_t conv_form;
    +    int references;
    +    int flags;
    +    EC_EXTRA_DATA *method_data;
    +} /* EC_KEY */ ;
     
    -	int 	references;
    -	int	flags;
    -
    -	EC_EXTRA_DATA *method_data;
    -} /* EC_KEY */;
    -
    -/* Basically a 'mixin' for extra data, but available for EC_GROUPs/EC_KEYs only
    - * (with visibility limited to 'package' level for now).
    - * We use the function pointers as index for retrieval; this obviates
    - * global ex_data-style index tables.
    +/*
    + * Basically a 'mixin' for extra data, but available for EC_GROUPs/EC_KEYs
    + * only (with visibility limited to 'package' level for now). We use the
    + * function pointers as index for retrieval; this obviates global
    + * ex_data-style index tables.
      */
     int EC_EX_DATA_set_data(EC_EXTRA_DATA **, void *data,
    -	void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *));
    -void *EC_EX_DATA_get_data(const EC_EXTRA_DATA *,
    -	void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *));
    -void EC_EX_DATA_free_data(EC_EXTRA_DATA **,
    -	void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *));
    -void EC_EX_DATA_clear_free_data(EC_EXTRA_DATA **,
    -	void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *));
    +                        void *(*dup_func) (void *),
    +                        void (*free_func) (void *),
    +                        void (*clear_free_func) (void *));
    +void *EC_EX_DATA_get_data(const EC_EXTRA_DATA *, void *(*dup_func) (void *),
    +                          void (*free_func) (void *),
    +                          void (*clear_free_func) (void *));
    +void EC_EX_DATA_free_data(EC_EXTRA_DATA **, void *(*dup_func) (void *),
    +                          void (*free_func) (void *),
    +                          void (*clear_free_func) (void *));
    +void EC_EX_DATA_clear_free_data(EC_EXTRA_DATA **, void *(*dup_func) (void *),
    +                                void (*free_func) (void *),
    +                                void (*clear_free_func) (void *));
     void EC_EX_DATA_free_all_data(EC_EXTRA_DATA **);
     void EC_EX_DATA_clear_free_all_data(EC_EXTRA_DATA **);
     
    -
    -
     struct ec_point_st {
    -	const EC_METHOD *meth;
    -
    -	/* All members except 'meth' are handled by the method functions,
    -	 * even if they appear generic */
    -
    -	BIGNUM X;
    -	BIGNUM Y;
    -	BIGNUM Z; /* Jacobian projective coordinates:
    -	           * (X, Y, Z)  represents  (X/Z^2, Y/Z^3)  if  Z != 0 */
    -	int Z_is_one; /* enable optimized point arithmetics for special case */
    -} /* EC_POINT */;
    -
    -
    +    const EC_METHOD *meth;
    +    /*
    +     * All members except 'meth' are handled by the method functions, even if
    +     * they appear generic
    +     */
    +    BIGNUM X;
    +    BIGNUM Y;
    +    BIGNUM Z;                   /* Jacobian projective coordinates: (X, Y, Z)
    +                                 * represents (X/Z^2, Y/Z^3) if Z != 0 */
    +    int Z_is_one;               /* enable optimized point arithmetics for
    +                                 * special case */
    +} /* EC_POINT */ ;
     
    -/* method functions in ec_mult.c
    - * (ec_lib.c uses these as defaults if group->method->mul is 0) */
    +/*
    + * method functions in ec_mult.c (ec_lib.c uses these as defaults if
    + * group->method->mul is 0)
    + */
     int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
    -	size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
    +                size_t num, const EC_POINT *points[], const BIGNUM *scalars[],
    +                BN_CTX *);
     int ec_wNAF_precompute_mult(EC_GROUP *group, BN_CTX *);
     int ec_wNAF_have_precompute_mult(const EC_GROUP *group);
     
    -
     /* method functions in ecp_smpl.c */
     int ec_GFp_simple_group_init(EC_GROUP *);
     void ec_GFp_simple_group_finish(EC_GROUP *);
     void ec_GFp_simple_group_clear_finish(EC_GROUP *);
     int ec_GFp_simple_group_copy(EC_GROUP *, const EC_GROUP *);
    -int ec_GFp_simple_group_set_curve(EC_GROUP *, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *);
    -int ec_GFp_simple_group_get_curve(const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *);
    +int ec_GFp_simple_group_set_curve(EC_GROUP *, const BIGNUM *p,
    +                                  const BIGNUM *a, const BIGNUM *b, BN_CTX *);
    +int ec_GFp_simple_group_get_curve(const EC_GROUP *, BIGNUM *p, BIGNUM *a,
    +                                  BIGNUM *b, BN_CTX *);
     int ec_GFp_simple_group_get_degree(const EC_GROUP *);
     int ec_GFp_simple_group_check_discriminant(const EC_GROUP *, BN_CTX *);
     int ec_GFp_simple_point_init(EC_POINT *);
    @@ -309,59 +336,81 @@ void ec_GFp_simple_point_finish(EC_POINT *);
     void ec_GFp_simple_point_clear_finish(EC_POINT *);
     int ec_GFp_simple_point_copy(EC_POINT *, const EC_POINT *);
     int ec_GFp_simple_point_set_to_infinity(const EC_GROUP *, EC_POINT *);
    -int ec_GFp_simple_set_Jprojective_coordinates_GFp(const EC_GROUP *, EC_POINT *,
    -	const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *);
    -int ec_GFp_simple_get_Jprojective_coordinates_GFp(const EC_GROUP *, const EC_POINT *,
    -	BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *);
    +int ec_GFp_simple_set_Jprojective_coordinates_GFp(const EC_GROUP *,
    +                                                  EC_POINT *, const BIGNUM *x,
    +                                                  const BIGNUM *y,
    +                                                  const BIGNUM *z, BN_CTX *);
    +int ec_GFp_simple_get_Jprojective_coordinates_GFp(const EC_GROUP *,
    +                                                  const EC_POINT *, BIGNUM *x,
    +                                                  BIGNUM *y, BIGNUM *z,
    +                                                  BN_CTX *);
     int ec_GFp_simple_point_set_affine_coordinates(const EC_GROUP *, EC_POINT *,
    -	const BIGNUM *x, const BIGNUM *y, BN_CTX *);
    -int ec_GFp_simple_point_get_affine_coordinates(const EC_GROUP *, const EC_POINT *,
    -	BIGNUM *x, BIGNUM *y, BN_CTX *);
    +                                               const BIGNUM *x,
    +                                               const BIGNUM *y, BN_CTX *);
    +int ec_GFp_simple_point_get_affine_coordinates(const EC_GROUP *,
    +                                               const EC_POINT *, BIGNUM *x,
    +                                               BIGNUM *y, BN_CTX *);
     int ec_GFp_simple_set_compressed_coordinates(const EC_GROUP *, EC_POINT *,
    -	const BIGNUM *x, int y_bit, BN_CTX *);
    -size_t ec_GFp_simple_point2oct(const EC_GROUP *, const EC_POINT *, point_conversion_form_t form,
    -	unsigned char *buf, size_t len, BN_CTX *);
    +                                             const BIGNUM *x, int y_bit,
    +                                             BN_CTX *);
    +size_t ec_GFp_simple_point2oct(const EC_GROUP *, const EC_POINT *,
    +                               point_conversion_form_t form,
    +                               unsigned char *buf, size_t len, BN_CTX *);
     int ec_GFp_simple_oct2point(const EC_GROUP *, EC_POINT *,
    -	const unsigned char *buf, size_t len, BN_CTX *);
    -int ec_GFp_simple_add(const EC_GROUP *, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *);
    -int ec_GFp_simple_dbl(const EC_GROUP *, EC_POINT *r, const EC_POINT *a, BN_CTX *);
    +                            const unsigned char *buf, size_t len, BN_CTX *);
    +int ec_GFp_simple_add(const EC_GROUP *, EC_POINT *r, const EC_POINT *a,
    +                      const EC_POINT *b, BN_CTX *);
    +int ec_GFp_simple_dbl(const EC_GROUP *, EC_POINT *r, const EC_POINT *a,
    +                      BN_CTX *);
     int ec_GFp_simple_invert(const EC_GROUP *, EC_POINT *, BN_CTX *);
     int ec_GFp_simple_is_at_infinity(const EC_GROUP *, const EC_POINT *);
     int ec_GFp_simple_is_on_curve(const EC_GROUP *, const EC_POINT *, BN_CTX *);
    -int ec_GFp_simple_cmp(const EC_GROUP *, const EC_POINT *a, const EC_POINT *b, BN_CTX *);
    +int ec_GFp_simple_cmp(const EC_GROUP *, const EC_POINT *a, const EC_POINT *b,
    +                      BN_CTX *);
     int ec_GFp_simple_make_affine(const EC_GROUP *, EC_POINT *, BN_CTX *);
    -int ec_GFp_simple_points_make_affine(const EC_GROUP *, size_t num, EC_POINT *[], BN_CTX *);
    -int ec_GFp_simple_field_mul(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *);
    -int ec_GFp_simple_field_sqr(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *);
    -
    +int ec_GFp_simple_points_make_affine(const EC_GROUP *, size_t num,
    +                                     EC_POINT *[], BN_CTX *);
    +int ec_GFp_simple_field_mul(const EC_GROUP *, BIGNUM *r, const BIGNUM *a,
    +                            const BIGNUM *b, BN_CTX *);
    +int ec_GFp_simple_field_sqr(const EC_GROUP *, BIGNUM *r, const BIGNUM *a,
    +                            BN_CTX *);
     
     /* method functions in ecp_mont.c */
     int ec_GFp_mont_group_init(EC_GROUP *);
    -int ec_GFp_mont_group_set_curve(EC_GROUP *, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *);
    +int ec_GFp_mont_group_set_curve(EC_GROUP *, const BIGNUM *p, const BIGNUM *a,
    +                                const BIGNUM *b, BN_CTX *);
     void ec_GFp_mont_group_finish(EC_GROUP *);
     void ec_GFp_mont_group_clear_finish(EC_GROUP *);
     int ec_GFp_mont_group_copy(EC_GROUP *, const EC_GROUP *);
    -int ec_GFp_mont_field_mul(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *);
    -int ec_GFp_mont_field_sqr(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *);
    -int ec_GFp_mont_field_encode(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *);
    -int ec_GFp_mont_field_decode(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *);
    +int ec_GFp_mont_field_mul(const EC_GROUP *, BIGNUM *r, const BIGNUM *a,
    +                          const BIGNUM *b, BN_CTX *);
    +int ec_GFp_mont_field_sqr(const EC_GROUP *, BIGNUM *r, const BIGNUM *a,
    +                          BN_CTX *);
    +int ec_GFp_mont_field_encode(const EC_GROUP *, BIGNUM *r, const BIGNUM *a,
    +                             BN_CTX *);
    +int ec_GFp_mont_field_decode(const EC_GROUP *, BIGNUM *r, const BIGNUM *a,
    +                             BN_CTX *);
     int ec_GFp_mont_field_set_to_one(const EC_GROUP *, BIGNUM *r, BN_CTX *);
     
    -
     /* method functions in ecp_nist.c */
     int ec_GFp_nist_group_copy(EC_GROUP *dest, const EC_GROUP *src);
    -int ec_GFp_nist_group_set_curve(EC_GROUP *, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *);
    -int ec_GFp_nist_field_mul(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *);
    -int ec_GFp_nist_field_sqr(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *);
    -
    +int ec_GFp_nist_group_set_curve(EC_GROUP *, const BIGNUM *p, const BIGNUM *a,
    +                                const BIGNUM *b, BN_CTX *);
    +int ec_GFp_nist_field_mul(const EC_GROUP *, BIGNUM *r, const BIGNUM *a,
    +                          const BIGNUM *b, BN_CTX *);
    +int ec_GFp_nist_field_sqr(const EC_GROUP *, BIGNUM *r, const BIGNUM *a,
    +                          BN_CTX *);
     
     /* method functions in ec2_smpl.c */
     int ec_GF2m_simple_group_init(EC_GROUP *);
     void ec_GF2m_simple_group_finish(EC_GROUP *);
     void ec_GF2m_simple_group_clear_finish(EC_GROUP *);
     int ec_GF2m_simple_group_copy(EC_GROUP *, const EC_GROUP *);
    -int ec_GF2m_simple_group_set_curve(EC_GROUP *, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *);
    -int ec_GF2m_simple_group_get_curve(const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *);
    +int ec_GF2m_simple_group_set_curve(EC_GROUP *, const BIGNUM *p,
    +                                   const BIGNUM *a, const BIGNUM *b,
    +                                   BN_CTX *);
    +int ec_GF2m_simple_group_get_curve(const EC_GROUP *, BIGNUM *p, BIGNUM *a,
    +                                   BIGNUM *b, BN_CTX *);
     int ec_GF2m_simple_group_get_degree(const EC_GROUP *);
     int ec_GF2m_simple_group_check_discriminant(const EC_GROUP *, BN_CTX *);
     int ec_GF2m_simple_point_init(EC_POINT *);
    @@ -370,77 +419,158 @@ void ec_GF2m_simple_point_clear_finish(EC_POINT *);
     int ec_GF2m_simple_point_copy(EC_POINT *, const EC_POINT *);
     int ec_GF2m_simple_point_set_to_infinity(const EC_GROUP *, EC_POINT *);
     int ec_GF2m_simple_point_set_affine_coordinates(const EC_GROUP *, EC_POINT *,
    -	const BIGNUM *x, const BIGNUM *y, BN_CTX *);
    -int ec_GF2m_simple_point_get_affine_coordinates(const EC_GROUP *, const EC_POINT *,
    -	BIGNUM *x, BIGNUM *y, BN_CTX *);
    +                                                const BIGNUM *x,
    +                                                const BIGNUM *y, BN_CTX *);
    +int ec_GF2m_simple_point_get_affine_coordinates(const EC_GROUP *,
    +                                                const EC_POINT *, BIGNUM *x,
    +                                                BIGNUM *y, BN_CTX *);
     int ec_GF2m_simple_set_compressed_coordinates(const EC_GROUP *, EC_POINT *,
    -	const BIGNUM *x, int y_bit, BN_CTX *);
    -size_t ec_GF2m_simple_point2oct(const EC_GROUP *, const EC_POINT *, point_conversion_form_t form,
    -	unsigned char *buf, size_t len, BN_CTX *);
    +                                              const BIGNUM *x, int y_bit,
    +                                              BN_CTX *);
    +size_t ec_GF2m_simple_point2oct(const EC_GROUP *, const EC_POINT *,
    +                                point_conversion_form_t form,
    +                                unsigned char *buf, size_t len, BN_CTX *);
     int ec_GF2m_simple_oct2point(const EC_GROUP *, EC_POINT *,
    -	const unsigned char *buf, size_t len, BN_CTX *);
    -int ec_GF2m_simple_add(const EC_GROUP *, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *);
    -int ec_GF2m_simple_dbl(const EC_GROUP *, EC_POINT *r, const EC_POINT *a, BN_CTX *);
    +                             const unsigned char *buf, size_t len, BN_CTX *);
    +int ec_GF2m_simple_add(const EC_GROUP *, EC_POINT *r, const EC_POINT *a,
    +                       const EC_POINT *b, BN_CTX *);
    +int ec_GF2m_simple_dbl(const EC_GROUP *, EC_POINT *r, const EC_POINT *a,
    +                       BN_CTX *);
     int ec_GF2m_simple_invert(const EC_GROUP *, EC_POINT *, BN_CTX *);
     int ec_GF2m_simple_is_at_infinity(const EC_GROUP *, const EC_POINT *);
     int ec_GF2m_simple_is_on_curve(const EC_GROUP *, const EC_POINT *, BN_CTX *);
    -int ec_GF2m_simple_cmp(const EC_GROUP *, const EC_POINT *a, const EC_POINT *b, BN_CTX *);
    +int ec_GF2m_simple_cmp(const EC_GROUP *, const EC_POINT *a, const EC_POINT *b,
    +                       BN_CTX *);
     int ec_GF2m_simple_make_affine(const EC_GROUP *, EC_POINT *, BN_CTX *);
    -int ec_GF2m_simple_points_make_affine(const EC_GROUP *, size_t num, EC_POINT *[], BN_CTX *);
    -int ec_GF2m_simple_field_mul(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *);
    -int ec_GF2m_simple_field_sqr(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *);
    -int ec_GF2m_simple_field_div(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *);
    -
    +int ec_GF2m_simple_points_make_affine(const EC_GROUP *, size_t num,
    +                                      EC_POINT *[], BN_CTX *);
    +int ec_GF2m_simple_field_mul(const EC_GROUP *, BIGNUM *r, const BIGNUM *a,
    +                             const BIGNUM *b, BN_CTX *);
    +int ec_GF2m_simple_field_sqr(const EC_GROUP *, BIGNUM *r, const BIGNUM *a,
    +                             BN_CTX *);
    +int ec_GF2m_simple_field_div(const EC_GROUP *, BIGNUM *r, const BIGNUM *a,
    +                             const BIGNUM *b, BN_CTX *);
     
     /* method functions in ec2_mult.c */
    -int ec_GF2m_simple_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
    -	size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
    +int ec_GF2m_simple_mul(const EC_GROUP *group, EC_POINT *r,
    +                       const BIGNUM *scalar, size_t num,
    +                       const EC_POINT *points[], const BIGNUM *scalars[],
    +                       BN_CTX *);
     int ec_GF2m_precompute_mult(EC_GROUP *group, BN_CTX *ctx);
     int ec_GF2m_have_precompute_mult(const EC_GROUP *group);
     
     /* method functions in ec2_mult.c */
    -int ec_GF2m_simple_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
    -	size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
    +int ec_GF2m_simple_mul(const EC_GROUP *group, EC_POINT *r,
    +                       const BIGNUM *scalar, size_t num,
    +                       const EC_POINT *points[], const BIGNUM *scalars[],
    +                       BN_CTX *);
     int ec_GF2m_precompute_mult(EC_GROUP *group, BN_CTX *ctx);
     int ec_GF2m_have_precompute_mult(const EC_GROUP *group);
     
     #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
     /* method functions in ecp_nistp224.c */
     int ec_GFp_nistp224_group_init(EC_GROUP *group);
    -int ec_GFp_nistp224_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *n, BN_CTX *);
    -int ec_GFp_nistp224_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx);
    -int ec_GFp_nistp224_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
    -int ec_GFp_nistp224_points_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx);
    +int ec_GFp_nistp224_group_set_curve(EC_GROUP *group, const BIGNUM *p,
    +                                    const BIGNUM *a, const BIGNUM *n,
    +                                    BN_CTX *);
    +int ec_GFp_nistp224_point_get_affine_coordinates(const EC_GROUP *group,
    +                                                 const EC_POINT *point,
    +                                                 BIGNUM *x, BIGNUM *y,
    +                                                 BN_CTX *ctx);
    +int ec_GFp_nistp224_mul(const EC_GROUP *group, EC_POINT *r,
    +                        const BIGNUM *scalar, size_t num,
    +                        const EC_POINT *points[], const BIGNUM *scalars[],
    +                        BN_CTX *);
    +int ec_GFp_nistp224_points_mul(const EC_GROUP *group, EC_POINT *r,
    +                               const BIGNUM *scalar, size_t num,
    +                               const EC_POINT *points[],
    +                               const BIGNUM *scalars[], BN_CTX *ctx);
     int ec_GFp_nistp224_precompute_mult(EC_GROUP *group, BN_CTX *ctx);
     int ec_GFp_nistp224_have_precompute_mult(const EC_GROUP *group);
     
     /* method functions in ecp_nistp256.c */
     int ec_GFp_nistp256_group_init(EC_GROUP *group);
    -int ec_GFp_nistp256_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *n, BN_CTX *);
    -int ec_GFp_nistp256_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx);
    -int ec_GFp_nistp256_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
    -int ec_GFp_nistp256_points_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx);
    +int ec_GFp_nistp256_group_set_curve(EC_GROUP *group, const BIGNUM *p,
    +                                    const BIGNUM *a, const BIGNUM *n,
    +                                    BN_CTX *);
    +int ec_GFp_nistp256_point_get_affine_coordinates(const EC_GROUP *group,
    +                                                 const EC_POINT *point,
    +                                                 BIGNUM *x, BIGNUM *y,
    +                                                 BN_CTX *ctx);
    +int ec_GFp_nistp256_mul(const EC_GROUP *group, EC_POINT *r,
    +                        const BIGNUM *scalar, size_t num,
    +                        const EC_POINT *points[], const BIGNUM *scalars[],
    +                        BN_CTX *);
    +int ec_GFp_nistp256_points_mul(const EC_GROUP *group, EC_POINT *r,
    +                               const BIGNUM *scalar, size_t num,
    +                               const EC_POINT *points[],
    +                               const BIGNUM *scalars[], BN_CTX *ctx);
     int ec_GFp_nistp256_precompute_mult(EC_GROUP *group, BN_CTX *ctx);
     int ec_GFp_nistp256_have_precompute_mult(const EC_GROUP *group);
     
     /* method functions in ecp_nistp521.c */
     int ec_GFp_nistp521_group_init(EC_GROUP *group);
    -int ec_GFp_nistp521_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *n, BN_CTX *);
    -int ec_GFp_nistp521_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx);
    -int ec_GFp_nistp521_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
    -int ec_GFp_nistp521_points_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx);
    +int ec_GFp_nistp521_group_set_curve(EC_GROUP *group, const BIGNUM *p,
    +                                    const BIGNUM *a, const BIGNUM *n,
    +                                    BN_CTX *);
    +int ec_GFp_nistp521_point_get_affine_coordinates(const EC_GROUP *group,
    +                                                 const EC_POINT *point,
    +                                                 BIGNUM *x, BIGNUM *y,
    +                                                 BN_CTX *ctx);
    +int ec_GFp_nistp521_mul(const EC_GROUP *group, EC_POINT *r,
    +                        const BIGNUM *scalar, size_t num,
    +                        const EC_POINT *points[], const BIGNUM *scalars[],
    +                        BN_CTX *);
    +int ec_GFp_nistp521_points_mul(const EC_GROUP *group, EC_POINT *r,
    +                               const BIGNUM *scalar, size_t num,
    +                               const EC_POINT *points[],
    +                               const BIGNUM *scalars[], BN_CTX *ctx);
     int ec_GFp_nistp521_precompute_mult(EC_GROUP *group, BN_CTX *ctx);
     int ec_GFp_nistp521_have_precompute_mult(const EC_GROUP *group);
     
     /* utility functions in ecp_nistputil.c */
     void ec_GFp_nistp_points_make_affine_internal(size_t num, void *point_array,
    -	size_t felem_size, void *tmp_felems,
    -	void (*felem_one)(void *out),
    -	int (*felem_is_zero)(const void *in),
    -	void (*felem_assign)(void *out, const void *in),
    -	void (*felem_square)(void *out, const void *in),
    -	void (*felem_mul)(void *out, const void *in1, const void *in2),
    -	void (*felem_inv)(void *out, const void *in),
    -	void (*felem_contract)(void *out, const void *in));
    -void ec_GFp_nistp_recode_scalar_bits(unsigned char *sign, unsigned char *digit, unsigned char in);
    +                                              size_t felem_size,
    +                                              void *tmp_felems,
    +                                              void (*felem_one) (void *out),
    +                                              int (*felem_is_zero) (const void
    +                                                                    *in),
    +                                              void (*felem_assign) (void *out,
    +                                                                    const void
    +                                                                    *in),
    +                                              void (*felem_square) (void *out,
    +                                                                    const void
    +                                                                    *in),
    +                                              void (*felem_mul) (void *out,
    +                                                                 const void
    +                                                                 *in1,
    +                                                                 const void
    +                                                                 *in2),
    +                                              void (*felem_inv) (void *out,
    +                                                                 const void
    +                                                                 *in),
    +                                              void (*felem_contract) (void
    +                                                                      *out,
    +                                                                      const
    +                                                                      void
    +                                                                      *in));
    +void ec_GFp_nistp_recode_scalar_bits(unsigned char *sign,
    +                                     unsigned char *digit, unsigned char in);
    +#endif
    +int ec_precompute_mont_data(EC_GROUP *);
    +
    +#ifdef ECP_NISTZ256_ASM
    +/** Returns GFp methods using montgomery multiplication, with x86-64 optimized
    + * P256. See http://eprint.iacr.org/2013/816.
    + *  \return  EC_METHOD object
    + */
    +const EC_METHOD *EC_GFp_nistz256_method(void);
    +#endif
    +
    +#ifdef OPENSSL_FIPS
    +EC_GROUP *FIPS_ec_group_new_curve_gfp(const BIGNUM *p, const BIGNUM *a,
    +                                      const BIGNUM *b, BN_CTX *ctx);
    +EC_GROUP *FIPS_ec_group_new_curve_gf2m(const BIGNUM *p, const BIGNUM *a,
    +                                       const BIGNUM *b, BN_CTX *ctx);
    +EC_GROUP *FIPS_ec_group_new_by_curve_name(int nid);
     #endif
    diff --git a/openssl/crypto/ec/ec_lib.c b/openssl/crypto/ec/ec_lib.c
    index e2c4741b5..6ffd9fc16 100644
    --- a/openssl/crypto/ec/ec_lib.c
    +++ b/openssl/crypto/ec/ec_lib.c
    @@ -10,7 +10,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -57,7 +57,7 @@
      */
     /* ====================================================================
      * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
    - * Binary polynomial ECC support in OpenSSL originally developed by 
    + * Binary polynomial ECC support in OpenSSL originally developed by
      * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
      */
     
    @@ -68,1029 +68,1060 @@
     
     #include "ec_lcl.h"
     
    -static const char EC_version[] = "EC" OPENSSL_VERSION_PTEXT;
    -
    +const char EC_version[] = "EC" OPENSSL_VERSION_PTEXT;
     
     /* functions for EC_GROUP objects */
     
     EC_GROUP *EC_GROUP_new(const EC_METHOD *meth)
    -	{
    -	EC_GROUP *ret;
    -
    -	if (meth == NULL)
    -		{
    -		ECerr(EC_F_EC_GROUP_NEW, EC_R_SLOT_FULL);
    -		return NULL;
    -		}
    -	if (meth->group_init == 0)
    -		{
    -		ECerr(EC_F_EC_GROUP_NEW, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return NULL;
    -		}
    -
    -	ret = OPENSSL_malloc(sizeof *ret);
    -	if (ret == NULL)
    -		{
    -		ECerr(EC_F_EC_GROUP_NEW, ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -		}
    -
    -	ret->meth = meth;
    -
    -	ret->extra_data = NULL;
    -
    -	ret->generator = NULL;
    -	BN_init(&ret->order);
    -	BN_init(&ret->cofactor);
    -
    -	ret->curve_name = 0;	
    -	ret->asn1_flag  = 0;
    -	ret->asn1_form  = POINT_CONVERSION_UNCOMPRESSED;
    -
    -	ret->seed = NULL;
    -	ret->seed_len = 0;
    -
    -	if (!meth->group_init(ret))
    -		{
    -		OPENSSL_free(ret);
    -		return NULL;
    -		}
    -	
    -	return ret;
    -	}
    +{
    +    EC_GROUP *ret;
     
    +    if (meth == NULL) {
    +        ECerr(EC_F_EC_GROUP_NEW, EC_R_SLOT_FULL);
    +        return NULL;
    +    }
    +    if (meth->group_init == 0) {
    +        ECerr(EC_F_EC_GROUP_NEW, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return NULL;
    +    }
     
    -void EC_GROUP_free(EC_GROUP *group)
    -	{
    -	if (!group) return;
    +    ret = OPENSSL_malloc(sizeof *ret);
    +    if (ret == NULL) {
    +        ECerr(EC_F_EC_GROUP_NEW, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
     
    -	if (group->meth->group_finish != 0)
    -		group->meth->group_finish(group);
    +    ret->meth = meth;
     
    -	EC_EX_DATA_free_all_data(&group->extra_data);
    +    ret->extra_data = NULL;
    +    ret->mont_data = NULL;
     
    -	if (group->generator != NULL)
    -		EC_POINT_free(group->generator);
    -	BN_free(&group->order);
    -	BN_free(&group->cofactor);
    +    ret->generator = NULL;
    +    BN_init(&ret->order);
    +    BN_init(&ret->cofactor);
     
    -	if (group->seed)
    -		OPENSSL_free(group->seed);
    +    ret->curve_name = 0;
    +    ret->asn1_flag = ~EC_GROUP_ASN1_FLAG_MASK;
    +    ret->asn1_form = POINT_CONVERSION_UNCOMPRESSED;
     
    -	OPENSSL_free(group);
    -	}
    - 
    +    ret->seed = NULL;
    +    ret->seed_len = 0;
     
    -void EC_GROUP_clear_free(EC_GROUP *group)
    -	{
    -	if (!group) return;
    +    if (!meth->group_init(ret)) {
    +        OPENSSL_free(ret);
    +        return NULL;
    +    }
     
    -	if (group->meth->group_clear_finish != 0)
    -		group->meth->group_clear_finish(group);
    -	else if (group->meth->group_finish != 0)
    -		group->meth->group_finish(group);
    +    return ret;
    +}
     
    -	EC_EX_DATA_clear_free_all_data(&group->extra_data);
    +void EC_GROUP_free(EC_GROUP *group)
    +{
    +    if (!group)
    +        return;
     
    -	if (group->generator != NULL)
    -		EC_POINT_clear_free(group->generator);
    -	BN_clear_free(&group->order);
    -	BN_clear_free(&group->cofactor);
    +    if (group->meth->group_finish != 0)
    +        group->meth->group_finish(group);
     
    -	if (group->seed)
    -		{
    -		OPENSSL_cleanse(group->seed, group->seed_len);
    -		OPENSSL_free(group->seed);
    -		}
    +    EC_EX_DATA_free_all_data(&group->extra_data);
     
    -	OPENSSL_cleanse(group, sizeof *group);
    -	OPENSSL_free(group);
    -	}
    +    if (EC_GROUP_VERSION(group) && group->mont_data)
    +        BN_MONT_CTX_free(group->mont_data);
     
    +    if (group->generator != NULL)
    +        EC_POINT_free(group->generator);
    +    BN_free(&group->order);
    +    BN_free(&group->cofactor);
     
    -int EC_GROUP_copy(EC_GROUP *dest, const EC_GROUP *src)
    -	{
    -	EC_EXTRA_DATA *d;
    -
    -	if (dest->meth->group_copy == 0)
    -		{
    -		ECerr(EC_F_EC_GROUP_COPY, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return 0;
    -		}
    -	if (dest->meth != src->meth)
    -		{
    -		ECerr(EC_F_EC_GROUP_COPY, EC_R_INCOMPATIBLE_OBJECTS);
    -		return 0;
    -		}
    -	if (dest == src)
    -		return 1;
    -	
    -	EC_EX_DATA_free_all_data(&dest->extra_data);
    -
    -	for (d = src->extra_data; d != NULL; d = d->next)
    -		{
    -		void *t = d->dup_func(d->data);
    -		
    -		if (t == NULL)
    -			return 0;
    -		if (!EC_EX_DATA_set_data(&dest->extra_data, t, d->dup_func, d->free_func, d->clear_free_func))
    -			return 0;
    -		}
    -
    -	if (src->generator != NULL)
    -		{
    -		if (dest->generator == NULL)
    -			{
    -			dest->generator = EC_POINT_new(dest);
    -			if (dest->generator == NULL) return 0;
    -			}
    -		if (!EC_POINT_copy(dest->generator, src->generator)) return 0;
    -		}
    -	else
    -		{
    -		/* src->generator == NULL */
    -		if (dest->generator != NULL)
    -			{
    -			EC_POINT_clear_free(dest->generator);
    -			dest->generator = NULL;
    -			}
    -		}
    -
    -	if (!BN_copy(&dest->order, &src->order)) return 0;
    -	if (!BN_copy(&dest->cofactor, &src->cofactor)) return 0;
    -
    -	dest->curve_name = src->curve_name;
    -	dest->asn1_flag  = src->asn1_flag;
    -	dest->asn1_form  = src->asn1_form;
    -
    -	if (src->seed)
    -		{
    -		if (dest->seed)
    -			OPENSSL_free(dest->seed);
    -		dest->seed = OPENSSL_malloc(src->seed_len);
    -		if (dest->seed == NULL)
    -			return 0;
    -		if (!memcpy(dest->seed, src->seed, src->seed_len))
    -			return 0;
    -		dest->seed_len = src->seed_len;
    -		}
    -	else
    -		{
    -		if (dest->seed)
    -			OPENSSL_free(dest->seed);
    -		dest->seed = NULL;
    -		dest->seed_len = 0;
    -		}
    -	
    -
    -	return dest->meth->group_copy(dest, src);
    -	}
    +    if (group->seed)
    +        OPENSSL_free(group->seed);
     
    +    OPENSSL_free(group);
    +}
     
    -EC_GROUP *EC_GROUP_dup(const EC_GROUP *a)
    -	{
    -	EC_GROUP *t = NULL;
    -	int ok = 0;
    +void EC_GROUP_clear_free(EC_GROUP *group)
    +{
    +    if (!group)
    +        return;
     
    -	if (a == NULL) return NULL;
    +    if (group->meth->group_clear_finish != 0)
    +        group->meth->group_clear_finish(group);
    +    else if (group->meth->group_finish != 0)
    +        group->meth->group_finish(group);
     
    -	if ((t = EC_GROUP_new(a->meth)) == NULL) return(NULL);
    -	if (!EC_GROUP_copy(t, a)) goto err;
    +    EC_EX_DATA_clear_free_all_data(&group->extra_data);
     
    -	ok = 1;
    +    if (EC_GROUP_VERSION(group) && group->mont_data)
    +        BN_MONT_CTX_free(group->mont_data);
     
    -  err:	
    -	if (!ok)
    -		{
    -		if (t) EC_GROUP_free(t);
    -		return NULL;
    -		}
    -	else return t;
    -	}
    +    if (group->generator != NULL)
    +        EC_POINT_clear_free(group->generator);
    +    BN_clear_free(&group->order);
    +    BN_clear_free(&group->cofactor);
     
    +    if (group->seed) {
    +        OPENSSL_cleanse(group->seed, group->seed_len);
    +        OPENSSL_free(group->seed);
    +    }
     
    -const EC_METHOD *EC_GROUP_method_of(const EC_GROUP *group)
    -	{
    -	return group->meth;
    -	}
    +    OPENSSL_cleanse(group, sizeof *group);
    +    OPENSSL_free(group);
    +}
     
    +int EC_GROUP_copy(EC_GROUP *dest, const EC_GROUP *src)
    +{
    +    EC_EXTRA_DATA *d;
    +
    +    if (dest->meth->group_copy == 0) {
    +        ECerr(EC_F_EC_GROUP_COPY, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return 0;
    +    }
    +    if (dest->meth != src->meth) {
    +        ECerr(EC_F_EC_GROUP_COPY, EC_R_INCOMPATIBLE_OBJECTS);
    +        return 0;
    +    }
    +    if (dest == src)
    +        return 1;
    +
    +    EC_EX_DATA_free_all_data(&dest->extra_data);
    +
    +    for (d = src->extra_data; d != NULL; d = d->next) {
    +        void *t = d->dup_func(d->data);
    +
    +        if (t == NULL)
    +            return 0;
    +        if (!EC_EX_DATA_set_data
    +            (&dest->extra_data, t, d->dup_func, d->free_func,
    +             d->clear_free_func))
    +            return 0;
    +    }
    +
    +    if (EC_GROUP_VERSION(src) && src->mont_data != NULL) {
    +        if (dest->mont_data == NULL) {
    +            dest->mont_data = BN_MONT_CTX_new();
    +            if (dest->mont_data == NULL)
    +                return 0;
    +        }
    +        if (!BN_MONT_CTX_copy(dest->mont_data, src->mont_data))
    +            return 0;
    +    } else {
    +        /* src->generator == NULL */
    +        if (EC_GROUP_VERSION(dest) && dest->mont_data != NULL) {
    +            BN_MONT_CTX_free(dest->mont_data);
    +            dest->mont_data = NULL;
    +        }
    +    }
     
    -int EC_METHOD_get_field_type(const EC_METHOD *meth)
    -        {
    -        return meth->field_type;
    +    if (src->generator != NULL) {
    +        if (dest->generator == NULL) {
    +            dest->generator = EC_POINT_new(dest);
    +            if (dest->generator == NULL)
    +                return 0;
    +        }
    +        if (!EC_POINT_copy(dest->generator, src->generator))
    +            return 0;
    +    } else {
    +        /* src->generator == NULL */
    +        if (dest->generator != NULL) {
    +            EC_POINT_clear_free(dest->generator);
    +            dest->generator = NULL;
             }
    +    }
    +
    +    if (!BN_copy(&dest->order, &src->order))
    +        return 0;
    +    if (!BN_copy(&dest->cofactor, &src->cofactor))
    +        return 0;
    +
    +    dest->curve_name = src->curve_name;
    +    dest->asn1_flag = src->asn1_flag;
    +    dest->asn1_form = src->asn1_form;
    +
    +    if (src->seed) {
    +        if (dest->seed)
    +            OPENSSL_free(dest->seed);
    +        dest->seed = OPENSSL_malloc(src->seed_len);
    +        if (dest->seed == NULL)
    +            return 0;
    +        if (!memcpy(dest->seed, src->seed, src->seed_len))
    +            return 0;
    +        dest->seed_len = src->seed_len;
    +    } else {
    +        if (dest->seed)
    +            OPENSSL_free(dest->seed);
    +        dest->seed = NULL;
    +        dest->seed_len = 0;
    +    }
    +
    +    return dest->meth->group_copy(dest, src);
    +}
     
    +EC_GROUP *EC_GROUP_dup(const EC_GROUP *a)
    +{
    +    EC_GROUP *t = NULL;
    +    int ok = 0;
     
    -int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofactor)
    -	{
    -	if (generator == NULL)
    -		{
    -		ECerr(EC_F_EC_GROUP_SET_GENERATOR, ERR_R_PASSED_NULL_PARAMETER);
    -		return 0   ;
    -		}
    +    if (a == NULL)
    +        return NULL;
     
    -	if (group->generator == NULL)
    -		{
    -		group->generator = EC_POINT_new(group);
    -		if (group->generator == NULL) return 0;
    -		}
    -	if (!EC_POINT_copy(group->generator, generator)) return 0;
    +    if ((t = EC_GROUP_new(a->meth)) == NULL)
    +        return (NULL);
    +    if (!EC_GROUP_copy(t, a))
    +        goto err;
     
    -	if (order != NULL)
    -		{ if (!BN_copy(&group->order, order)) return 0; }	
    -	else
    -		BN_zero(&group->order);
    +    ok = 1;
     
    -	if (cofactor != NULL)
    -		{ if (!BN_copy(&group->cofactor, cofactor)) return 0; }	
    -	else
    -		BN_zero(&group->cofactor);
    + err:
    +    if (!ok) {
    +        if (t)
    +            EC_GROUP_free(t);
    +        return NULL;
    +    } else
    +        return t;
    +}
     
    -	return 1;
    -	}
    +const EC_METHOD *EC_GROUP_method_of(const EC_GROUP *group)
    +{
    +    return group->meth;
    +}
     
    +int EC_METHOD_get_field_type(const EC_METHOD *meth)
    +{
    +    return meth->field_type;
    +}
    +
    +int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator,
    +                           const BIGNUM *order, const BIGNUM *cofactor)
    +{
    +    if (generator == NULL) {
    +        ECerr(EC_F_EC_GROUP_SET_GENERATOR, ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +
    +    if (group->generator == NULL) {
    +        group->generator = EC_POINT_new(group);
    +        if (group->generator == NULL)
    +            return 0;
    +    }
    +    if (!EC_POINT_copy(group->generator, generator))
    +        return 0;
    +
    +    if (order != NULL) {
    +        if (!BN_copy(&group->order, order))
    +            return 0;
    +    } else
    +        BN_zero(&group->order);
    +
    +    if (cofactor != NULL) {
    +        if (!BN_copy(&group->cofactor, cofactor))
    +            return 0;
    +    } else
    +        BN_zero(&group->cofactor);
    +
    +    /*
    +     * We ignore the return value because some groups have an order with
    +     * factors of two, which makes the Montgomery setup fail.
    +     * |group->mont_data| will be NULL in this case.
    +     */
    +    ec_precompute_mont_data(group);
    +
    +    return 1;
    +}
     
     const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group)
    -	{
    -	return group->generator;
    -	}
    +{
    +    return group->generator;
    +}
     
    +BN_MONT_CTX *EC_GROUP_get_mont_data(const EC_GROUP *group)
    +{
    +    return EC_GROUP_VERSION(group) ? group->mont_data : NULL;
    +}
     
     int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx)
    -	{
    -	if (!BN_copy(order, &group->order))
    -		return 0;
    -
    -	return !BN_is_zero(order);
    -	}
    -
    +{
    +    if (!BN_copy(order, &group->order))
    +        return 0;
     
    -int EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx)
    -	{
    -	if (!BN_copy(cofactor, &group->cofactor))
    -		return 0;
    +    return !BN_is_zero(order);
    +}
     
    -	return !BN_is_zero(&group->cofactor);
    -	}
    +int EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor,
    +                          BN_CTX *ctx)
    +{
    +    if (!BN_copy(cofactor, &group->cofactor))
    +        return 0;
     
    +    return !BN_is_zero(&group->cofactor);
    +}
     
     void EC_GROUP_set_curve_name(EC_GROUP *group, int nid)
    -	{
    -	group->curve_name = nid;
    -	}
    -
    +{
    +    group->curve_name = nid;
    +}
     
     int EC_GROUP_get_curve_name(const EC_GROUP *group)
    -	{
    -	return group->curve_name;
    -	}
    -
    +{
    +    return group->curve_name;
    +}
     
     void EC_GROUP_set_asn1_flag(EC_GROUP *group, int flag)
    -	{
    -	group->asn1_flag = flag;
    -	}
    -
    +{
    +    group->asn1_flag &= ~EC_GROUP_ASN1_FLAG_MASK;
    +    group->asn1_flag |= flag & EC_GROUP_ASN1_FLAG_MASK;
    +}
     
     int EC_GROUP_get_asn1_flag(const EC_GROUP *group)
    -	{
    -	return group->asn1_flag;
    -	}
    -
    +{
    +    return group->asn1_flag & EC_GROUP_ASN1_FLAG_MASK;
    +}
     
    -void EC_GROUP_set_point_conversion_form(EC_GROUP *group, 
    +void EC_GROUP_set_point_conversion_form(EC_GROUP *group,
                                             point_conversion_form_t form)
    -	{
    -	group->asn1_form = form;
    -	}
    -
    -
    -point_conversion_form_t EC_GROUP_get_point_conversion_form(const EC_GROUP *group)
    -	{
    -	return group->asn1_form;
    -	}
    +{
    +    group->asn1_form = form;
    +}
     
    +point_conversion_form_t EC_GROUP_get_point_conversion_form(const EC_GROUP
    +                                                           *group)
    +{
    +    return group->asn1_form;
    +}
     
     size_t EC_GROUP_set_seed(EC_GROUP *group, const unsigned char *p, size_t len)
    -	{
    -	if (group->seed)
    -		{
    -		OPENSSL_free(group->seed);
    -		group->seed = NULL;
    -		group->seed_len = 0;
    -		}
    -
    -	if (!len || !p)
    -		return 1;
    +{
    +    if (group->seed) {
    +        OPENSSL_free(group->seed);
    +        group->seed = NULL;
    +        group->seed_len = 0;
    +    }
     
    -	if ((group->seed = OPENSSL_malloc(len)) == NULL)
    -		return 0;
    -	memcpy(group->seed, p, len);
    -	group->seed_len = len;
    +    if (!len || !p)
    +        return 1;
     
    -	return len;
    -	}
    +    if ((group->seed = OPENSSL_malloc(len)) == NULL)
    +        return 0;
    +    memcpy(group->seed, p, len);
    +    group->seed_len = len;
     
    +    return len;
    +}
     
     unsigned char *EC_GROUP_get0_seed(const EC_GROUP *group)
    -	{
    -	return group->seed;
    -	}
    -
    +{
    +    return group->seed;
    +}
     
     size_t EC_GROUP_get_seed_len(const EC_GROUP *group)
    -	{
    -	return group->seed_len;
    -	}
    -
    -
    -int EC_GROUP_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
    -	{
    -	if (group->meth->group_set_curve == 0)
    -		{
    -		ECerr(EC_F_EC_GROUP_SET_CURVE_GFP, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return 0;
    -		}
    -	return group->meth->group_set_curve(group, p, a, b, ctx);
    -	}
    -
    -
    -int EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx)
    -	{
    -	if (group->meth->group_get_curve == 0)
    -		{
    -		ECerr(EC_F_EC_GROUP_GET_CURVE_GFP, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return 0;
    -		}
    -	return group->meth->group_get_curve(group, p, a, b, ctx);
    -	}
    +{
    +    return group->seed_len;
    +}
    +
    +int EC_GROUP_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a,
    +                           const BIGNUM *b, BN_CTX *ctx)
    +{
    +    if (group->meth->group_set_curve == 0) {
    +        ECerr(EC_F_EC_GROUP_SET_CURVE_GFP, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return 0;
    +    }
    +    return group->meth->group_set_curve(group, p, a, b, ctx);
    +}
    +
    +int EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a,
    +                           BIGNUM *b, BN_CTX *ctx)
    +{
    +    if (group->meth->group_get_curve == 0) {
    +        ECerr(EC_F_EC_GROUP_GET_CURVE_GFP, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return 0;
    +    }
    +    return group->meth->group_get_curve(group, p, a, b, ctx);
    +}
     
     #ifndef OPENSSL_NO_EC2M
    -int EC_GROUP_set_curve_GF2m(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
    -	{
    -	if (group->meth->group_set_curve == 0)
    -		{
    -		ECerr(EC_F_EC_GROUP_SET_CURVE_GF2M, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return 0;
    -		}
    -	return group->meth->group_set_curve(group, p, a, b, ctx);
    -	}
    -
    -
    -int EC_GROUP_get_curve_GF2m(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx)
    -	{
    -	if (group->meth->group_get_curve == 0)
    -		{
    -		ECerr(EC_F_EC_GROUP_GET_CURVE_GF2M, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return 0;
    -		}
    -	return group->meth->group_get_curve(group, p, a, b, ctx);
    -	}
    +int EC_GROUP_set_curve_GF2m(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a,
    +                            const BIGNUM *b, BN_CTX *ctx)
    +{
    +    if (group->meth->group_set_curve == 0) {
    +        ECerr(EC_F_EC_GROUP_SET_CURVE_GF2M,
    +              ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return 0;
    +    }
    +    return group->meth->group_set_curve(group, p, a, b, ctx);
    +}
    +
    +int EC_GROUP_get_curve_GF2m(const EC_GROUP *group, BIGNUM *p, BIGNUM *a,
    +                            BIGNUM *b, BN_CTX *ctx)
    +{
    +    if (group->meth->group_get_curve == 0) {
    +        ECerr(EC_F_EC_GROUP_GET_CURVE_GF2M,
    +              ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return 0;
    +    }
    +    return group->meth->group_get_curve(group, p, a, b, ctx);
    +}
     #endif
     
     int EC_GROUP_get_degree(const EC_GROUP *group)
    -	{
    -	if (group->meth->group_get_degree == 0)
    -		{
    -		ECerr(EC_F_EC_GROUP_GET_DEGREE, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return 0;
    -		}
    -	return group->meth->group_get_degree(group);
    -	}
    -
    +{
    +    if (group->meth->group_get_degree == 0) {
    +        ECerr(EC_F_EC_GROUP_GET_DEGREE, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return 0;
    +    }
    +    return group->meth->group_get_degree(group);
    +}
     
     int EC_GROUP_check_discriminant(const EC_GROUP *group, BN_CTX *ctx)
    -	{
    -	if (group->meth->group_check_discriminant == 0)
    -		{
    -		ECerr(EC_F_EC_GROUP_CHECK_DISCRIMINANT, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return 0;
    -		}
    -	return group->meth->group_check_discriminant(group, ctx);
    -	}
    -
    +{
    +    if (group->meth->group_check_discriminant == 0) {
    +        ECerr(EC_F_EC_GROUP_CHECK_DISCRIMINANT,
    +              ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return 0;
    +    }
    +    return group->meth->group_check_discriminant(group, ctx);
    +}
     
     int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx)
    -	{
    -	int    r = 0;
    -	BIGNUM *a1, *a2, *a3, *b1, *b2, *b3;
    -	BN_CTX *ctx_new = NULL;
    -
    -	/* compare the field types*/
    -	if (EC_METHOD_get_field_type(EC_GROUP_method_of(a)) !=
    -	    EC_METHOD_get_field_type(EC_GROUP_method_of(b)))
    -		return 1;
    -	/* compare the curve name (if present in both) */
    -	if (EC_GROUP_get_curve_name(a) && EC_GROUP_get_curve_name(b) &&
    -	    EC_GROUP_get_curve_name(a) != EC_GROUP_get_curve_name(b))
    -		return 1;
    -
    -	if (!ctx)
    -		ctx_new = ctx = BN_CTX_new();
    -	if (!ctx)
    -		return -1;
    -	
    -	BN_CTX_start(ctx);
    -	a1 = BN_CTX_get(ctx);
    -	a2 = BN_CTX_get(ctx);
    -	a3 = BN_CTX_get(ctx);
    -	b1 = BN_CTX_get(ctx);
    -	b2 = BN_CTX_get(ctx);
    -	b3 = BN_CTX_get(ctx);
    -	if (!b3)
    -		{
    -		BN_CTX_end(ctx);
    -		if (ctx_new)
    -			BN_CTX_free(ctx);
    -		return -1;
    -		}
    -
    -	/* XXX This approach assumes that the external representation
    -	 * of curves over the same field type is the same.
    -	 */
    -	if (!a->meth->group_get_curve(a, a1, a2, a3, ctx) ||
    -	    !b->meth->group_get_curve(b, b1, b2, b3, ctx))
    -		r = 1;
    -
    -	if (r || BN_cmp(a1, b1) || BN_cmp(a2, b2) || BN_cmp(a3, b3))
    -		r = 1;
    -
    -	/* XXX EC_POINT_cmp() assumes that the methods are equal */
    -	if (r || EC_POINT_cmp(a, EC_GROUP_get0_generator(a),
    -	    EC_GROUP_get0_generator(b), ctx))
    -		r = 1;
    -
    -	if (!r)
    -		{
    -		/* compare the order and cofactor */
    -		if (!EC_GROUP_get_order(a, a1, ctx) ||
    -		    !EC_GROUP_get_order(b, b1, ctx) ||
    -		    !EC_GROUP_get_cofactor(a, a2, ctx) ||
    -		    !EC_GROUP_get_cofactor(b, b2, ctx))
    -			{
    -			BN_CTX_end(ctx);
    -			if (ctx_new)
    -				BN_CTX_free(ctx);
    -			return -1;
    -			}
    -		if (BN_cmp(a1, b1) || BN_cmp(a2, b2))
    -			r = 1;
    -		}
    -
    -	BN_CTX_end(ctx);
    -	if (ctx_new)
    -		BN_CTX_free(ctx);
    -
    -	return r;
    -	}
    +{
    +    int r = 0;
    +    BIGNUM *a1, *a2, *a3, *b1, *b2, *b3;
    +    BN_CTX *ctx_new = NULL;
    +
    +    /* compare the field types */
    +    if (EC_METHOD_get_field_type(EC_GROUP_method_of(a)) !=
    +        EC_METHOD_get_field_type(EC_GROUP_method_of(b)))
    +        return 1;
    +    /* compare the curve name (if present in both) */
    +    if (EC_GROUP_get_curve_name(a) && EC_GROUP_get_curve_name(b) &&
    +        EC_GROUP_get_curve_name(a) != EC_GROUP_get_curve_name(b))
    +        return 1;
    +
    +    if (!ctx)
    +        ctx_new = ctx = BN_CTX_new();
    +    if (!ctx)
    +        return -1;
    +
    +    BN_CTX_start(ctx);
    +    a1 = BN_CTX_get(ctx);
    +    a2 = BN_CTX_get(ctx);
    +    a3 = BN_CTX_get(ctx);
    +    b1 = BN_CTX_get(ctx);
    +    b2 = BN_CTX_get(ctx);
    +    b3 = BN_CTX_get(ctx);
    +    if (!b3) {
    +        BN_CTX_end(ctx);
    +        if (ctx_new)
    +            BN_CTX_free(ctx);
    +        return -1;
    +    }
    +
    +    /*
    +     * XXX This approach assumes that the external representation of curves
    +     * over the same field type is the same.
    +     */
    +    if (!a->meth->group_get_curve(a, a1, a2, a3, ctx) ||
    +        !b->meth->group_get_curve(b, b1, b2, b3, ctx))
    +        r = 1;
    +
    +    if (r || BN_cmp(a1, b1) || BN_cmp(a2, b2) || BN_cmp(a3, b3))
    +        r = 1;
    +
    +    /* XXX EC_POINT_cmp() assumes that the methods are equal */
    +    if (r || EC_POINT_cmp(a, EC_GROUP_get0_generator(a),
    +                          EC_GROUP_get0_generator(b), ctx))
    +        r = 1;
    +
    +    if (!r) {
    +        /* compare the order and cofactor */
    +        if (!EC_GROUP_get_order(a, a1, ctx) ||
    +            !EC_GROUP_get_order(b, b1, ctx) ||
    +            !EC_GROUP_get_cofactor(a, a2, ctx) ||
    +            !EC_GROUP_get_cofactor(b, b2, ctx)) {
    +            BN_CTX_end(ctx);
    +            if (ctx_new)
    +                BN_CTX_free(ctx);
    +            return -1;
    +        }
    +        if (BN_cmp(a1, b1) || BN_cmp(a2, b2))
    +            r = 1;
    +    }
    +
    +    BN_CTX_end(ctx);
    +    if (ctx_new)
    +        BN_CTX_free(ctx);
     
    +    return r;
    +}
     
     /* this has 'package' visibility */
     int EC_EX_DATA_set_data(EC_EXTRA_DATA **ex_data, void *data,
    -	void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *))
    -	{
    -	EC_EXTRA_DATA *d;
    -
    -	if (ex_data == NULL)
    -		return 0;
    -
    -	for (d = *ex_data; d != NULL; d = d->next)
    -		{
    -		if (d->dup_func == dup_func && d->free_func == free_func && d->clear_free_func == clear_free_func)
    -			{
    -			ECerr(EC_F_EC_EX_DATA_SET_DATA, EC_R_SLOT_FULL);
    -			return 0;
    -			}
    -		}
    +                        void *(*dup_func) (void *),
    +                        void (*free_func) (void *),
    +                        void (*clear_free_func) (void *))
    +{
    +    EC_EXTRA_DATA *d;
    +
    +    if (ex_data == NULL)
    +        return 0;
    +
    +    for (d = *ex_data; d != NULL; d = d->next) {
    +        if (d->dup_func == dup_func && d->free_func == free_func
    +            && d->clear_free_func == clear_free_func) {
    +            ECerr(EC_F_EC_EX_DATA_SET_DATA, EC_R_SLOT_FULL);
    +            return 0;
    +        }
    +    }
     
    -	if (data == NULL)
    -		/* no explicit entry needed */
    -		return 1;
    +    if (data == NULL)
    +        /* no explicit entry needed */
    +        return 1;
     
    -	d = OPENSSL_malloc(sizeof *d);
    -	if (d == NULL)
    -		return 0;
    +    d = OPENSSL_malloc(sizeof *d);
    +    if (d == NULL)
    +        return 0;
     
    -	d->data = data;
    -	d->dup_func = dup_func;
    -	d->free_func = free_func;
    -	d->clear_free_func = clear_free_func;
    +    d->data = data;
    +    d->dup_func = dup_func;
    +    d->free_func = free_func;
    +    d->clear_free_func = clear_free_func;
     
    -	d->next = *ex_data;
    -	*ex_data = d;
    +    d->next = *ex_data;
    +    *ex_data = d;
     
    -	return 1;
    -	}
    +    return 1;
    +}
     
     /* this has 'package' visibility */
     void *EC_EX_DATA_get_data(const EC_EXTRA_DATA *ex_data,
    -	void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *))
    -	{
    -	const EC_EXTRA_DATA *d;
    -
    -	for (d = ex_data; d != NULL; d = d->next)
    -		{
    -		if (d->dup_func == dup_func && d->free_func == free_func && d->clear_free_func == clear_free_func)
    -			return d->data;
    -		}
    -	
    -	return NULL;
    -	}
    +                          void *(*dup_func) (void *),
    +                          void (*free_func) (void *),
    +                          void (*clear_free_func) (void *))
    +{
    +    const EC_EXTRA_DATA *d;
    +
    +    for (d = ex_data; d != NULL; d = d->next) {
    +        if (d->dup_func == dup_func && d->free_func == free_func
    +            && d->clear_free_func == clear_free_func)
    +            return d->data;
    +    }
    +
    +    return NULL;
    +}
     
     /* this has 'package' visibility */
     void EC_EX_DATA_free_data(EC_EXTRA_DATA **ex_data,
    -	void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *))
    -	{
    -	EC_EXTRA_DATA **p;
    -
    -	if (ex_data == NULL)
    -		return;
    -
    -	for (p = ex_data; *p != NULL; p = &((*p)->next))
    -		{
    -		if ((*p)->dup_func == dup_func && (*p)->free_func == free_func && (*p)->clear_free_func == clear_free_func)
    -			{
    -			EC_EXTRA_DATA *next = (*p)->next;
    -
    -			(*p)->free_func((*p)->data);
    -			OPENSSL_free(*p);
    -			
    -			*p = next;
    -			return;
    -			}
    -		}
    -	}
    +                          void *(*dup_func) (void *),
    +                          void (*free_func) (void *),
    +                          void (*clear_free_func) (void *))
    +{
    +    EC_EXTRA_DATA **p;
    +
    +    if (ex_data == NULL)
    +        return;
    +
    +    for (p = ex_data; *p != NULL; p = &((*p)->next)) {
    +        if ((*p)->dup_func == dup_func && (*p)->free_func == free_func
    +            && (*p)->clear_free_func == clear_free_func) {
    +            EC_EXTRA_DATA *next = (*p)->next;
    +
    +            (*p)->free_func((*p)->data);
    +            OPENSSL_free(*p);
    +
    +            *p = next;
    +            return;
    +        }
    +    }
    +}
     
     /* this has 'package' visibility */
     void EC_EX_DATA_clear_free_data(EC_EXTRA_DATA **ex_data,
    -	void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *))
    -	{
    -	EC_EXTRA_DATA **p;
    -
    -	if (ex_data == NULL)
    -		return;
    -
    -	for (p = ex_data; *p != NULL; p = &((*p)->next))
    -		{
    -		if ((*p)->dup_func == dup_func && (*p)->free_func == free_func && (*p)->clear_free_func == clear_free_func)
    -			{
    -			EC_EXTRA_DATA *next = (*p)->next;
    -
    -			(*p)->clear_free_func((*p)->data);
    -			OPENSSL_free(*p);
    -			
    -			*p = next;
    -			return;
    -			}
    -		}
    -	}
    +                                void *(*dup_func) (void *),
    +                                void (*free_func) (void *),
    +                                void (*clear_free_func) (void *))
    +{
    +    EC_EXTRA_DATA **p;
    +
    +    if (ex_data == NULL)
    +        return;
    +
    +    for (p = ex_data; *p != NULL; p = &((*p)->next)) {
    +        if ((*p)->dup_func == dup_func && (*p)->free_func == free_func
    +            && (*p)->clear_free_func == clear_free_func) {
    +            EC_EXTRA_DATA *next = (*p)->next;
    +
    +            (*p)->clear_free_func((*p)->data);
    +            OPENSSL_free(*p);
    +
    +            *p = next;
    +            return;
    +        }
    +    }
    +}
     
     /* this has 'package' visibility */
     void EC_EX_DATA_free_all_data(EC_EXTRA_DATA **ex_data)
    -	{
    -	EC_EXTRA_DATA *d;
    -
    -	if (ex_data == NULL)
    -		return;
    -
    -	d = *ex_data;
    -	while (d)
    -		{
    -		EC_EXTRA_DATA *next = d->next;
    -		
    -		d->free_func(d->data);
    -		OPENSSL_free(d);
    -		
    -		d = next;
    -		}
    -	*ex_data = NULL;
    -	}
    +{
    +    EC_EXTRA_DATA *d;
    +
    +    if (ex_data == NULL)
    +        return;
    +
    +    d = *ex_data;
    +    while (d) {
    +        EC_EXTRA_DATA *next = d->next;
    +
    +        d->free_func(d->data);
    +        OPENSSL_free(d);
    +
    +        d = next;
    +    }
    +    *ex_data = NULL;
    +}
     
     /* this has 'package' visibility */
     void EC_EX_DATA_clear_free_all_data(EC_EXTRA_DATA **ex_data)
    -	{
    -	EC_EXTRA_DATA *d;
    -
    -	if (ex_data == NULL)
    -		return;
    -
    -	d = *ex_data;
    -	while (d)
    -		{
    -		EC_EXTRA_DATA *next = d->next;
    -		
    -		d->clear_free_func(d->data);
    -		OPENSSL_free(d);
    -		
    -		d = next;
    -		}
    -	*ex_data = NULL;
    -	}
    +{
    +    EC_EXTRA_DATA *d;
     
    +    if (ex_data == NULL)
    +        return;
    +
    +    d = *ex_data;
    +    while (d) {
    +        EC_EXTRA_DATA *next = d->next;
    +
    +        d->clear_free_func(d->data);
    +        OPENSSL_free(d);
    +
    +        d = next;
    +    }
    +    *ex_data = NULL;
    +}
     
     /* functions for EC_POINT objects */
     
     EC_POINT *EC_POINT_new(const EC_GROUP *group)
    -	{
    -	EC_POINT *ret;
    -
    -	if (group == NULL)
    -		{
    -		ECerr(EC_F_EC_POINT_NEW, ERR_R_PASSED_NULL_PARAMETER);
    -		return NULL;
    -		}
    -	if (group->meth->point_init == 0)
    -		{
    -		ECerr(EC_F_EC_POINT_NEW, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return NULL;
    -		}
    -
    -	ret = OPENSSL_malloc(sizeof *ret);
    -	if (ret == NULL)
    -		{
    -		ECerr(EC_F_EC_POINT_NEW, ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -		}
    -
    -	ret->meth = group->meth;
    -	
    -	if (!ret->meth->point_init(ret))
    -		{
    -		OPENSSL_free(ret);
    -		return NULL;
    -		}
    -	
    -	return ret;
    -	}
    -
    +{
    +    EC_POINT *ret;
    +
    +    if (group == NULL) {
    +        ECerr(EC_F_EC_POINT_NEW, ERR_R_PASSED_NULL_PARAMETER);
    +        return NULL;
    +    }
    +    if (group->meth->point_init == 0) {
    +        ECerr(EC_F_EC_POINT_NEW, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return NULL;
    +    }
    +
    +    ret = OPENSSL_malloc(sizeof *ret);
    +    if (ret == NULL) {
    +        ECerr(EC_F_EC_POINT_NEW, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +
    +    ret->meth = group->meth;
    +
    +    if (!ret->meth->point_init(ret)) {
    +        OPENSSL_free(ret);
    +        return NULL;
    +    }
    +
    +    return ret;
    +}
     
     void EC_POINT_free(EC_POINT *point)
    -	{
    -	if (!point) return;
    +{
    +    if (!point)
    +        return;
     
    -	if (point->meth->point_finish != 0)
    -		point->meth->point_finish(point);
    -	OPENSSL_free(point);
    -	}
    - 
    +    if (point->meth->point_finish != 0)
    +        point->meth->point_finish(point);
    +    OPENSSL_free(point);
    +}
     
     void EC_POINT_clear_free(EC_POINT *point)
    -	{
    -	if (!point) return;
    -
    -	if (point->meth->point_clear_finish != 0)
    -		point->meth->point_clear_finish(point);
    -	else if (point->meth->point_finish != 0)
    -		point->meth->point_finish(point);
    -	OPENSSL_cleanse(point, sizeof *point);
    -	OPENSSL_free(point);
    -	}
    -
    +{
    +    if (!point)
    +        return;
    +
    +    if (point->meth->point_clear_finish != 0)
    +        point->meth->point_clear_finish(point);
    +    else if (point->meth->point_finish != 0)
    +        point->meth->point_finish(point);
    +    OPENSSL_cleanse(point, sizeof *point);
    +    OPENSSL_free(point);
    +}
     
     int EC_POINT_copy(EC_POINT *dest, const EC_POINT *src)
    -	{
    -	if (dest->meth->point_copy == 0)
    -		{
    -		ECerr(EC_F_EC_POINT_COPY, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return 0;
    -		}
    -	if (dest->meth != src->meth)
    -		{
    -		ECerr(EC_F_EC_POINT_COPY, EC_R_INCOMPATIBLE_OBJECTS);
    -		return 0;
    -		}
    -	if (dest == src)
    -		return 1;
    -	return dest->meth->point_copy(dest, src);
    -	}
    -
    +{
    +    if (dest->meth->point_copy == 0) {
    +        ECerr(EC_F_EC_POINT_COPY, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return 0;
    +    }
    +    if (dest->meth != src->meth) {
    +        ECerr(EC_F_EC_POINT_COPY, EC_R_INCOMPATIBLE_OBJECTS);
    +        return 0;
    +    }
    +    if (dest == src)
    +        return 1;
    +    return dest->meth->point_copy(dest, src);
    +}
     
     EC_POINT *EC_POINT_dup(const EC_POINT *a, const EC_GROUP *group)
    -	{
    -	EC_POINT *t;
    -	int r;
    -
    -	if (a == NULL) return NULL;
    -
    -	t = EC_POINT_new(group);
    -	if (t == NULL) return(NULL);
    -	r = EC_POINT_copy(t, a);
    -	if (!r)
    -		{
    -		EC_POINT_free(t);
    -		return NULL;
    -		}
    -	else return t;
    -	}
    -
    +{
    +    EC_POINT *t;
    +    int r;
    +
    +    if (a == NULL)
    +        return NULL;
    +
    +    t = EC_POINT_new(group);
    +    if (t == NULL)
    +        return (NULL);
    +    r = EC_POINT_copy(t, a);
    +    if (!r) {
    +        EC_POINT_free(t);
    +        return NULL;
    +    } else
    +        return t;
    +}
     
     const EC_METHOD *EC_POINT_method_of(const EC_POINT *point)
    -	{
    -	return point->meth;
    -	}
    -
    +{
    +    return point->meth;
    +}
     
     int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point)
    -	{
    -	if (group->meth->point_set_to_infinity == 0)
    -		{
    -		ECerr(EC_F_EC_POINT_SET_TO_INFINITY, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return 0;
    -		}
    -	if (group->meth != point->meth)
    -		{
    -		ECerr(EC_F_EC_POINT_SET_TO_INFINITY, EC_R_INCOMPATIBLE_OBJECTS);
    -		return 0;
    -		}
    -	return group->meth->point_set_to_infinity(group, point);
    -	}
    -
    -
    -int EC_POINT_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *point,
    -	const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx)
    -	{
    -	if (group->meth->point_set_Jprojective_coordinates_GFp == 0)
    -		{
    -		ECerr(EC_F_EC_POINT_SET_JPROJECTIVE_COORDINATES_GFP, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return 0;
    -		}
    -	if (group->meth != point->meth)
    -		{
    -		ECerr(EC_F_EC_POINT_SET_JPROJECTIVE_COORDINATES_GFP, EC_R_INCOMPATIBLE_OBJECTS);
    -		return 0;
    -		}
    -	return group->meth->point_set_Jprojective_coordinates_GFp(group, point, x, y, z, ctx);
    -	}
    -
    -
    -int EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point,
    -	BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx)
    -	{
    -	if (group->meth->point_get_Jprojective_coordinates_GFp == 0)
    -		{
    -		ECerr(EC_F_EC_POINT_GET_JPROJECTIVE_COORDINATES_GFP, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return 0;
    -		}
    -	if (group->meth != point->meth)
    -		{
    -		ECerr(EC_F_EC_POINT_GET_JPROJECTIVE_COORDINATES_GFP, EC_R_INCOMPATIBLE_OBJECTS);
    -		return 0;
    -		}
    -	return group->meth->point_get_Jprojective_coordinates_GFp(group, point, x, y, z, ctx);
    -	}
    -
    -
    -int EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *point,
    -	const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx)
    -	{
    -	if (group->meth->point_set_affine_coordinates == 0)
    -		{
    -		ECerr(EC_F_EC_POINT_SET_AFFINE_COORDINATES_GFP, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return 0;
    -		}
    -	if (group->meth != point->meth)
    -		{
    -		ECerr(EC_F_EC_POINT_SET_AFFINE_COORDINATES_GFP, EC_R_INCOMPATIBLE_OBJECTS);
    -		return 0;
    -		}
    -	return group->meth->point_set_affine_coordinates(group, point, x, y, ctx);
    -	}
    +{
    +    if (group->meth->point_set_to_infinity == 0) {
    +        ECerr(EC_F_EC_POINT_SET_TO_INFINITY,
    +              ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return 0;
    +    }
    +    if (group->meth != point->meth) {
    +        ECerr(EC_F_EC_POINT_SET_TO_INFINITY, EC_R_INCOMPATIBLE_OBJECTS);
    +        return 0;
    +    }
    +    return group->meth->point_set_to_infinity(group, point);
    +}
    +
    +int EC_POINT_set_Jprojective_coordinates_GFp(const EC_GROUP *group,
    +                                             EC_POINT *point, const BIGNUM *x,
    +                                             const BIGNUM *y, const BIGNUM *z,
    +                                             BN_CTX *ctx)
    +{
    +    if (group->meth->point_set_Jprojective_coordinates_GFp == 0) {
    +        ECerr(EC_F_EC_POINT_SET_JPROJECTIVE_COORDINATES_GFP,
    +              ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return 0;
    +    }
    +    if (group->meth != point->meth) {
    +        ECerr(EC_F_EC_POINT_SET_JPROJECTIVE_COORDINATES_GFP,
    +              EC_R_INCOMPATIBLE_OBJECTS);
    +        return 0;
    +    }
    +    return group->meth->point_set_Jprojective_coordinates_GFp(group, point, x,
    +                                                              y, z, ctx);
    +}
    +
    +int EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP *group,
    +                                             const EC_POINT *point, BIGNUM *x,
    +                                             BIGNUM *y, BIGNUM *z,
    +                                             BN_CTX *ctx)
    +{
    +    if (group->meth->point_get_Jprojective_coordinates_GFp == 0) {
    +        ECerr(EC_F_EC_POINT_GET_JPROJECTIVE_COORDINATES_GFP,
    +              ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return 0;
    +    }
    +    if (group->meth != point->meth) {
    +        ECerr(EC_F_EC_POINT_GET_JPROJECTIVE_COORDINATES_GFP,
    +              EC_R_INCOMPATIBLE_OBJECTS);
    +        return 0;
    +    }
    +    return group->meth->point_get_Jprojective_coordinates_GFp(group, point, x,
    +                                                              y, z, ctx);
    +}
    +
    +int EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group,
    +                                        EC_POINT *point, const BIGNUM *x,
    +                                        const BIGNUM *y, BN_CTX *ctx)
    +{
    +    if (group->meth->point_set_affine_coordinates == 0) {
    +        ECerr(EC_F_EC_POINT_SET_AFFINE_COORDINATES_GFP,
    +              ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return 0;
    +    }
    +    if (group->meth != point->meth) {
    +        ECerr(EC_F_EC_POINT_SET_AFFINE_COORDINATES_GFP,
    +              EC_R_INCOMPATIBLE_OBJECTS);
    +        return 0;
    +    }
    +    return group->meth->point_set_affine_coordinates(group, point, x, y, ctx);
    +}
     
     #ifndef OPENSSL_NO_EC2M
    -int EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point,
    -	const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx)
    -	{
    -	if (group->meth->point_set_affine_coordinates == 0)
    -		{
    -		ECerr(EC_F_EC_POINT_SET_AFFINE_COORDINATES_GF2M, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return 0;
    -		}
    -	if (group->meth != point->meth)
    -		{
    -		ECerr(EC_F_EC_POINT_SET_AFFINE_COORDINATES_GF2M, EC_R_INCOMPATIBLE_OBJECTS);
    -		return 0;
    -		}
    -	return group->meth->point_set_affine_coordinates(group, point, x, y, ctx);
    -	}
    +int EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *group,
    +                                         EC_POINT *point, const BIGNUM *x,
    +                                         const BIGNUM *y, BN_CTX *ctx)
    +{
    +    if (group->meth->point_set_affine_coordinates == 0) {
    +        ECerr(EC_F_EC_POINT_SET_AFFINE_COORDINATES_GF2M,
    +              ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return 0;
    +    }
    +    if (group->meth != point->meth) {
    +        ECerr(EC_F_EC_POINT_SET_AFFINE_COORDINATES_GF2M,
    +              EC_R_INCOMPATIBLE_OBJECTS);
    +        return 0;
    +    }
    +    return group->meth->point_set_affine_coordinates(group, point, x, y, ctx);
    +}
     #endif
     
    -int EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point,
    -	BIGNUM *x, BIGNUM *y, BN_CTX *ctx)
    -	{
    -	if (group->meth->point_get_affine_coordinates == 0)
    -		{
    -		ECerr(EC_F_EC_POINT_GET_AFFINE_COORDINATES_GFP, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return 0;
    -		}
    -	if (group->meth != point->meth)
    -		{
    -		ECerr(EC_F_EC_POINT_GET_AFFINE_COORDINATES_GFP, EC_R_INCOMPATIBLE_OBJECTS);
    -		return 0;
    -		}
    -	return group->meth->point_get_affine_coordinates(group, point, x, y, ctx);
    -	}
    +int EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group,
    +                                        const EC_POINT *point, BIGNUM *x,
    +                                        BIGNUM *y, BN_CTX *ctx)
    +{
    +    if (group->meth->point_get_affine_coordinates == 0) {
    +        ECerr(EC_F_EC_POINT_GET_AFFINE_COORDINATES_GFP,
    +              ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return 0;
    +    }
    +    if (group->meth != point->meth) {
    +        ECerr(EC_F_EC_POINT_GET_AFFINE_COORDINATES_GFP,
    +              EC_R_INCOMPATIBLE_OBJECTS);
    +        return 0;
    +    }
    +    return group->meth->point_get_affine_coordinates(group, point, x, y, ctx);
    +}
     
     #ifndef OPENSSL_NO_EC2M
    -int EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group, const EC_POINT *point,
    -	BIGNUM *x, BIGNUM *y, BN_CTX *ctx)
    -	{
    -	if (group->meth->point_get_affine_coordinates == 0)
    -		{
    -		ECerr(EC_F_EC_POINT_GET_AFFINE_COORDINATES_GF2M, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return 0;
    -		}
    -	if (group->meth != point->meth)
    -		{
    -		ECerr(EC_F_EC_POINT_GET_AFFINE_COORDINATES_GF2M, EC_R_INCOMPATIBLE_OBJECTS);
    -		return 0;
    -		}
    -	return group->meth->point_get_affine_coordinates(group, point, x, y, ctx);
    -	}
    +int EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group,
    +                                         const EC_POINT *point, BIGNUM *x,
    +                                         BIGNUM *y, BN_CTX *ctx)
    +{
    +    if (group->meth->point_get_affine_coordinates == 0) {
    +        ECerr(EC_F_EC_POINT_GET_AFFINE_COORDINATES_GF2M,
    +              ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return 0;
    +    }
    +    if (group->meth != point->meth) {
    +        ECerr(EC_F_EC_POINT_GET_AFFINE_COORDINATES_GF2M,
    +              EC_R_INCOMPATIBLE_OBJECTS);
    +        return 0;
    +    }
    +    return group->meth->point_get_affine_coordinates(group, point, x, y, ctx);
    +}
     #endif
     
    -int EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx)
    -	{
    -	if (group->meth->add == 0)
    -		{
    -		ECerr(EC_F_EC_POINT_ADD, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return 0;
    -		}
    -	if ((group->meth != r->meth) || (r->meth != a->meth) || (a->meth != b->meth))
    -		{
    -		ECerr(EC_F_EC_POINT_ADD, EC_R_INCOMPATIBLE_OBJECTS);
    -		return 0;
    -		}
    -	return group->meth->add(group, r, a, b, ctx);
    -	}
    -
    -
    -int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx)
    -	{
    -	if (group->meth->dbl == 0)
    -		{
    -		ECerr(EC_F_EC_POINT_DBL, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return 0;
    -		}
    -	if ((group->meth != r->meth) || (r->meth != a->meth))
    -		{
    -		ECerr(EC_F_EC_POINT_DBL, EC_R_INCOMPATIBLE_OBJECTS);
    -		return 0;
    -		}
    -	return group->meth->dbl(group, r, a, ctx);
    -	}
    -
    +int EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a,
    +                 const EC_POINT *b, BN_CTX *ctx)
    +{
    +    if (group->meth->add == 0) {
    +        ECerr(EC_F_EC_POINT_ADD, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return 0;
    +    }
    +    if ((group->meth != r->meth) || (r->meth != a->meth)
    +        || (a->meth != b->meth)) {
    +        ECerr(EC_F_EC_POINT_ADD, EC_R_INCOMPATIBLE_OBJECTS);
    +        return 0;
    +    }
    +    return group->meth->add(group, r, a, b, ctx);
    +}
    +
    +int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a,
    +                 BN_CTX *ctx)
    +{
    +    if (group->meth->dbl == 0) {
    +        ECerr(EC_F_EC_POINT_DBL, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return 0;
    +    }
    +    if ((group->meth != r->meth) || (r->meth != a->meth)) {
    +        ECerr(EC_F_EC_POINT_DBL, EC_R_INCOMPATIBLE_OBJECTS);
    +        return 0;
    +    }
    +    return group->meth->dbl(group, r, a, ctx);
    +}
     
     int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx)
    -	{
    -	if (group->meth->invert == 0)
    -		{
    -		ECerr(EC_F_EC_POINT_INVERT, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return 0;
    -		}
    -	if (group->meth != a->meth)
    -		{
    -		ECerr(EC_F_EC_POINT_INVERT, EC_R_INCOMPATIBLE_OBJECTS);
    -		return 0;
    -		}
    -	return group->meth->invert(group, a, ctx);
    -	}
    -
    +{
    +    if (group->meth->invert == 0) {
    +        ECerr(EC_F_EC_POINT_INVERT, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return 0;
    +    }
    +    if (group->meth != a->meth) {
    +        ECerr(EC_F_EC_POINT_INVERT, EC_R_INCOMPATIBLE_OBJECTS);
    +        return 0;
    +    }
    +    return group->meth->invert(group, a, ctx);
    +}
     
     int EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point)
    -	{
    -	if (group->meth->is_at_infinity == 0)
    -		{
    -		ECerr(EC_F_EC_POINT_IS_AT_INFINITY, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return 0;
    -		}
    -	if (group->meth != point->meth)
    -		{
    -		ECerr(EC_F_EC_POINT_IS_AT_INFINITY, EC_R_INCOMPATIBLE_OBJECTS);
    -		return 0;
    -		}
    -	return group->meth->is_at_infinity(group, point);
    -	}
    -
    -
    -int EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx)
    -	{
    -	if (group->meth->is_on_curve == 0)
    -		{
    -		ECerr(EC_F_EC_POINT_IS_ON_CURVE, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return 0;
    -		}
    -	if (group->meth != point->meth)
    -		{
    -		ECerr(EC_F_EC_POINT_IS_ON_CURVE, EC_R_INCOMPATIBLE_OBJECTS);
    -		return 0;
    -		}
    -	return group->meth->is_on_curve(group, point, ctx);
    -	}
    -
    -
    -int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx)
    -	{
    -	if (group->meth->point_cmp == 0)
    -		{
    -		ECerr(EC_F_EC_POINT_CMP, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return -1;
    -		}
    -	if ((group->meth != a->meth) || (a->meth != b->meth))
    -		{
    -		ECerr(EC_F_EC_POINT_CMP, EC_R_INCOMPATIBLE_OBJECTS);
    -		return -1;
    -		}
    -	return group->meth->point_cmp(group, a, b, ctx);
    -	}
    -
    +{
    +    if (group->meth->is_at_infinity == 0) {
    +        ECerr(EC_F_EC_POINT_IS_AT_INFINITY,
    +              ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return 0;
    +    }
    +    if (group->meth != point->meth) {
    +        ECerr(EC_F_EC_POINT_IS_AT_INFINITY, EC_R_INCOMPATIBLE_OBJECTS);
    +        return 0;
    +    }
    +    return group->meth->is_at_infinity(group, point);
    +}
    +
    +int EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point,
    +                         BN_CTX *ctx)
    +{
    +    if (group->meth->is_on_curve == 0) {
    +        ECerr(EC_F_EC_POINT_IS_ON_CURVE, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return 0;
    +    }
    +    if (group->meth != point->meth) {
    +        ECerr(EC_F_EC_POINT_IS_ON_CURVE, EC_R_INCOMPATIBLE_OBJECTS);
    +        return 0;
    +    }
    +    return group->meth->is_on_curve(group, point, ctx);
    +}
    +
    +int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b,
    +                 BN_CTX *ctx)
    +{
    +    if (group->meth->point_cmp == 0) {
    +        ECerr(EC_F_EC_POINT_CMP, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return -1;
    +    }
    +    if ((group->meth != a->meth) || (a->meth != b->meth)) {
    +        ECerr(EC_F_EC_POINT_CMP, EC_R_INCOMPATIBLE_OBJECTS);
    +        return -1;
    +    }
    +    return group->meth->point_cmp(group, a, b, ctx);
    +}
     
     int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx)
    -	{
    -	if (group->meth->make_affine == 0)
    -		{
    -		ECerr(EC_F_EC_POINT_MAKE_AFFINE, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return 0;
    -		}
    -	if (group->meth != point->meth)
    -		{
    -		ECerr(EC_F_EC_POINT_MAKE_AFFINE, EC_R_INCOMPATIBLE_OBJECTS);
    -		return 0;
    -		}
    -	return group->meth->make_affine(group, point, ctx);
    -	}
    -
    -
    -int EC_POINTs_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx)
    -	{
    -	size_t i;
    -
    -	if (group->meth->points_make_affine == 0)
    -		{
    -		ECerr(EC_F_EC_POINTS_MAKE_AFFINE, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return 0;
    -		}
    -	for (i = 0; i < num; i++)
    -		{
    -		if (group->meth != points[i]->meth)
    -			{
    -			ECerr(EC_F_EC_POINTS_MAKE_AFFINE, EC_R_INCOMPATIBLE_OBJECTS);
    -			return 0;
    -			}
    -		}
    -	return group->meth->points_make_affine(group, num, points, ctx);
    -	}
    -
    -
    -/* Functions for point multiplication.
    - *
    - * If group->meth->mul is 0, we use the wNAF-based implementations in ec_mult.c;
    - * otherwise we dispatch through methods.
    +{
    +    if (group->meth->make_affine == 0) {
    +        ECerr(EC_F_EC_POINT_MAKE_AFFINE, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return 0;
    +    }
    +    if (group->meth != point->meth) {
    +        ECerr(EC_F_EC_POINT_MAKE_AFFINE, EC_R_INCOMPATIBLE_OBJECTS);
    +        return 0;
    +    }
    +    return group->meth->make_affine(group, point, ctx);
    +}
    +
    +int EC_POINTs_make_affine(const EC_GROUP *group, size_t num,
    +                          EC_POINT *points[], BN_CTX *ctx)
    +{
    +    size_t i;
    +
    +    if (group->meth->points_make_affine == 0) {
    +        ECerr(EC_F_EC_POINTS_MAKE_AFFINE, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return 0;
    +    }
    +    for (i = 0; i < num; i++) {
    +        if (group->meth != points[i]->meth) {
    +            ECerr(EC_F_EC_POINTS_MAKE_AFFINE, EC_R_INCOMPATIBLE_OBJECTS);
    +            return 0;
    +        }
    +    }
    +    return group->meth->points_make_affine(group, num, points, ctx);
    +}
    +
    +/*
    + * Functions for point multiplication. If group->meth->mul is 0, we use the
    + * wNAF-based implementations in ec_mult.c; otherwise we dispatch through
    + * methods.
      */
     
     int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
    -	size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx)
    -	{
    -	if (group->meth->mul == 0)
    -		/* use default */
    -		return ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx);
    +                  size_t num, const EC_POINT *points[],
    +                  const BIGNUM *scalars[], BN_CTX *ctx)
    +{
    +    if (group->meth->mul == 0)
    +        /* use default */
    +        return ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx);
     
    -	return group->meth->mul(group, r, scalar, num, points, scalars, ctx);
    -	}
    +    return group->meth->mul(group, r, scalar, num, points, scalars, ctx);
    +}
     
     int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar,
    -	const EC_POINT *point, const BIGNUM *p_scalar, BN_CTX *ctx)
    -	{
    -	/* just a convenient interface to EC_POINTs_mul() */
    +                 const EC_POINT *point, const BIGNUM *p_scalar, BN_CTX *ctx)
    +{
    +    /* just a convenient interface to EC_POINTs_mul() */
     
    -	const EC_POINT *points[1];
    -	const BIGNUM *scalars[1];
    +    const EC_POINT *points[1];
    +    const BIGNUM *scalars[1];
     
    -	points[0] = point;
    -	scalars[0] = p_scalar;
    +    points[0] = point;
    +    scalars[0] = p_scalar;
     
    -	return EC_POINTs_mul(group, r, g_scalar, (point != NULL && p_scalar != NULL), points, scalars, ctx);
    -	}
    +    return EC_POINTs_mul(group, r, g_scalar,
    +                         (point != NULL
    +                          && p_scalar != NULL), points, scalars, ctx);
    +}
     
     int EC_GROUP_precompute_mult(EC_GROUP *group, BN_CTX *ctx)
    -	{
    -	if (group->meth->mul == 0)
    -		/* use default */
    -		return ec_wNAF_precompute_mult(group, ctx);
    +{
    +    if (group->meth->mul == 0)
    +        /* use default */
    +        return ec_wNAF_precompute_mult(group, ctx);
     
    -	if (group->meth->precompute_mult != 0)
    -		return group->meth->precompute_mult(group, ctx);
    -	else
    -		return 1; /* nothing to do, so report success */
    -	}
    +    if (group->meth->precompute_mult != 0)
    +        return group->meth->precompute_mult(group, ctx);
    +    else
    +        return 1;               /* nothing to do, so report success */
    +}
     
     int EC_GROUP_have_precompute_mult(const EC_GROUP *group)
    -	{
    -	if (group->meth->mul == 0)
    -		/* use default */
    -		return ec_wNAF_have_precompute_mult(group);
    -
    -	if (group->meth->have_precompute_mult != 0)
    -		return group->meth->have_precompute_mult(group);
    -	else
    -		return 0; /* cannot tell whether precomputation has been performed */
    -	}
    +{
    +    if (group->meth->mul == 0)
    +        /* use default */
    +        return ec_wNAF_have_precompute_mult(group);
    +
    +    if (group->meth->have_precompute_mult != 0)
    +        return group->meth->have_precompute_mult(group);
    +    else
    +        return 0;               /* cannot tell whether precomputation has
    +                                 * been performed */
    +}
    +
    +/*
    + * ec_precompute_mont_data sets |group->mont_data| from |group->order| and
    + * returns one on success. On error it returns zero.
    + */
    +int ec_precompute_mont_data(EC_GROUP *group)
    +{
    +    BN_CTX *ctx = BN_CTX_new();
    +    int ret = 0;
    +
    +    if (!EC_GROUP_VERSION(group))
    +        goto err;
    +
    +    if (group->mont_data) {
    +        BN_MONT_CTX_free(group->mont_data);
    +        group->mont_data = NULL;
    +    }
    +
    +    if (ctx == NULL)
    +        goto err;
    +
    +    group->mont_data = BN_MONT_CTX_new();
    +    if (!group->mont_data)
    +        goto err;
    +
    +    if (!BN_MONT_CTX_set(group->mont_data, &group->order, ctx)) {
    +        BN_MONT_CTX_free(group->mont_data);
    +        group->mont_data = NULL;
    +        goto err;
    +    }
    +
    +    ret = 1;
    +
    + err:
    +
    +    if (ctx)
    +        BN_CTX_free(ctx);
    +    return ret;
    +}
    diff --git a/openssl/crypto/ec/ec_mult.c b/openssl/crypto/ec/ec_mult.c
    index 19f21675f..23b8c3089 100644
    --- a/openssl/crypto/ec/ec_mult.c
    +++ b/openssl/crypto/ec/ec_mult.c
    @@ -10,7 +10,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -67,7 +67,6 @@
     
     #include "ec_lcl.h"
     
    -
     /*
      * This file implements the wNAF-based interleaving multi-exponentation method
      * ();
    @@ -75,114 +74,107 @@
      * ().
      */
     
    -
    -
    -
     /* structure for precomputed multiples of the generator */
     typedef struct ec_pre_comp_st {
    -	const EC_GROUP *group; /* parent EC_GROUP object */
    -	size_t blocksize;      /* block size for wNAF splitting */
    -	size_t numblocks;      /* max. number of blocks for which we have precomputation */
    -	size_t w;              /* window size */
    -	EC_POINT **points;     /* array with pre-calculated multiples of generator:
    -	                        * 'num' pointers to EC_POINT objects followed by a NULL */
    -	size_t num;            /* numblocks * 2^(w-1) */
    -	int references;
    +    const EC_GROUP *group;      /* parent EC_GROUP object */
    +    size_t blocksize;           /* block size for wNAF splitting */
    +    size_t numblocks;           /* max. number of blocks for which we have
    +                                 * precomputation */
    +    size_t w;                   /* window size */
    +    EC_POINT **points;          /* array with pre-calculated multiples of
    +                                 * generator: 'num' pointers to EC_POINT
    +                                 * objects followed by a NULL */
    +    size_t num;                 /* numblocks * 2^(w-1) */
    +    int references;
     } EC_PRE_COMP;
    - 
    +
     /* functions to manage EC_PRE_COMP within the EC_GROUP extra_data framework */
     static void *ec_pre_comp_dup(void *);
     static void ec_pre_comp_free(void *);
     static void ec_pre_comp_clear_free(void *);
     
     static EC_PRE_COMP *ec_pre_comp_new(const EC_GROUP *group)
    -	{
    -	EC_PRE_COMP *ret = NULL;
    -
    -	if (!group)
    -		return NULL;
    -
    -	ret = (EC_PRE_COMP *)OPENSSL_malloc(sizeof(EC_PRE_COMP));
    -	if (!ret)
    -		{
    -		ECerr(EC_F_EC_PRE_COMP_NEW, ERR_R_MALLOC_FAILURE);
    -		return ret;
    -		}
    -	ret->group = group;
    -	ret->blocksize = 8; /* default */
    -	ret->numblocks = 0;
    -	ret->w = 4; /* default */
    -	ret->points = NULL;
    -	ret->num = 0;
    -	ret->references = 1;
    -	return ret;
    -	}
    +{
    +    EC_PRE_COMP *ret = NULL;
    +
    +    if (!group)
    +        return NULL;
    +
    +    ret = (EC_PRE_COMP *)OPENSSL_malloc(sizeof(EC_PRE_COMP));
    +    if (!ret) {
    +        ECerr(EC_F_EC_PRE_COMP_NEW, ERR_R_MALLOC_FAILURE);
    +        return ret;
    +    }
    +    ret->group = group;
    +    ret->blocksize = 8;         /* default */
    +    ret->numblocks = 0;
    +    ret->w = 4;                 /* default */
    +    ret->points = NULL;
    +    ret->num = 0;
    +    ret->references = 1;
    +    return ret;
    +}
     
     static void *ec_pre_comp_dup(void *src_)
    -	{
    -	EC_PRE_COMP *src = src_;
    +{
    +    EC_PRE_COMP *src = src_;
     
    -	/* no need to actually copy, these objects never change! */
    +    /* no need to actually copy, these objects never change! */
     
    -	CRYPTO_add(&src->references, 1, CRYPTO_LOCK_EC_PRE_COMP);
    +    CRYPTO_add(&src->references, 1, CRYPTO_LOCK_EC_PRE_COMP);
     
    -	return src_;
    -	}
    +    return src_;
    +}
     
     static void ec_pre_comp_free(void *pre_)
    -	{
    -	int i;
    -	EC_PRE_COMP *pre = pre_;
    +{
    +    int i;
    +    EC_PRE_COMP *pre = pre_;
     
    -	if (!pre)
    -		return;
    +    if (!pre)
    +        return;
     
    -	i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
    -	if (i > 0)
    -		return;
    +    i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
    +    if (i > 0)
    +        return;
     
    -	if (pre->points)
    -		{
    -		EC_POINT **p;
    +    if (pre->points) {
    +        EC_POINT **p;
     
    -		for (p = pre->points; *p != NULL; p++)
    -			EC_POINT_free(*p);
    -		OPENSSL_free(pre->points);
    -		}
    -	OPENSSL_free(pre);
    -	}
    +        for (p = pre->points; *p != NULL; p++)
    +            EC_POINT_free(*p);
    +        OPENSSL_free(pre->points);
    +    }
    +    OPENSSL_free(pre);
    +}
     
     static void ec_pre_comp_clear_free(void *pre_)
    -	{
    -	int i;
    -	EC_PRE_COMP *pre = pre_;
    -
    -	if (!pre)
    -		return;
    -
    -	i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
    -	if (i > 0)
    -		return;
    -
    -	if (pre->points)
    -		{
    -		EC_POINT **p;
    -
    -		for (p = pre->points; *p != NULL; p++)
    -			{
    -			EC_POINT_clear_free(*p);
    -			OPENSSL_cleanse(p, sizeof *p);
    -			}
    -		OPENSSL_free(pre->points);
    -		}
    -	OPENSSL_cleanse(pre, sizeof *pre);
    -	OPENSSL_free(pre);
    -	}
    -
    -
    -
    -
    -/* Determine the modified width-(w+1) Non-Adjacent Form (wNAF) of 'scalar'.
    +{
    +    int i;
    +    EC_PRE_COMP *pre = pre_;
    +
    +    if (!pre)
    +        return;
    +
    +    i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
    +    if (i > 0)
    +        return;
    +
    +    if (pre->points) {
    +        EC_POINT **p;
    +
    +        for (p = pre->points; *p != NULL; p++) {
    +            EC_POINT_clear_free(*p);
    +            OPENSSL_cleanse(p, sizeof *p);
    +        }
    +        OPENSSL_free(pre->points);
    +    }
    +    OPENSSL_cleanse(pre, sizeof *pre);
    +    OPENSSL_free(pre);
    +}
    +
    +/*-
    + * Determine the modified width-(w+1) Non-Adjacent Form (wNAF) of 'scalar'.
      * This is an array  r[]  of values that are either zero or odd with an
      * absolute value less than  2^w  satisfying
      *     scalar = \sum_j r[j]*2^j
    @@ -191,562 +183,546 @@ static void ec_pre_comp_clear_free(void *pre_)
      * w-1 zeros away from that next non-zero digit.
      */
     static signed char *compute_wNAF(const BIGNUM *scalar, int w, size_t *ret_len)
    -	{
    -	int window_val;
    -	int ok = 0;
    -	signed char *r = NULL;
    -	int sign = 1;
    -	int bit, next_bit, mask;
    -	size_t len = 0, j;
    -	
    -	if (BN_is_zero(scalar))
    -		{
    -		r = OPENSSL_malloc(1);
    -		if (!r)
    -			{
    -			ECerr(EC_F_COMPUTE_WNAF, ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -		r[0] = 0;
    -		*ret_len = 1;
    -		return r;
    -		}
    -		
    -	if (w <= 0 || w > 7) /* 'signed char' can represent integers with absolute values less than 2^7 */
    -		{
    -		ECerr(EC_F_COMPUTE_WNAF, ERR_R_INTERNAL_ERROR);
    -		goto err;
    -		}
    -	bit = 1 << w; /* at most 128 */
    -	next_bit = bit << 1; /* at most 256 */
    -	mask = next_bit - 1; /* at most 255 */
    -
    -	if (BN_is_negative(scalar))
    -		{
    -		sign = -1;
    -		}
    -
    -	if (scalar->d == NULL || scalar->top == 0)
    -		{
    -		ECerr(EC_F_COMPUTE_WNAF, ERR_R_INTERNAL_ERROR);
    -		goto err;
    -		}
    -
    -	len = BN_num_bits(scalar);
    -	r = OPENSSL_malloc(len + 1); /* modified wNAF may be one digit longer than binary representation
    -	                              * (*ret_len will be set to the actual length, i.e. at most
    -	                              * BN_num_bits(scalar) + 1) */
    -	if (r == NULL)
    -		{
    -		ECerr(EC_F_COMPUTE_WNAF, ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -	window_val = scalar->d[0] & mask;
    -	j = 0;
    -	while ((window_val != 0) || (j + w + 1 < len)) /* if j+w+1 >= len, window_val will not increase */
    -		{
    -		int digit = 0;
    -
    -		/* 0 <= window_val <= 2^(w+1) */
    -
    -		if (window_val & 1)
    -			{
    -			/* 0 < window_val < 2^(w+1) */
    -
    -			if (window_val & bit)
    -				{
    -				digit = window_val - next_bit; /* -2^w < digit < 0 */
    -
    -#if 1 /* modified wNAF */
    -				if (j + w + 1 >= len)
    -					{
    -					/* special case for generating modified wNAFs:
    -					 * no new bits will be added into window_val,
    -					 * so using a positive digit here will decrease
    -					 * the total length of the representation */
    -					
    -					digit = window_val & (mask >> 1); /* 0 < digit < 2^w */
    -					}
    +{
    +    int window_val;
    +    int ok = 0;
    +    signed char *r = NULL;
    +    int sign = 1;
    +    int bit, next_bit, mask;
    +    size_t len = 0, j;
    +
    +    if (BN_is_zero(scalar)) {
    +        r = OPENSSL_malloc(1);
    +        if (!r) {
    +            ECerr(EC_F_COMPUTE_WNAF, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +        r[0] = 0;
    +        *ret_len = 1;
    +        return r;
    +    }
    +
    +    if (w <= 0 || w > 7) {      /* 'signed char' can represent integers with
    +                                 * absolute values less than 2^7 */
    +        ECerr(EC_F_COMPUTE_WNAF, ERR_R_INTERNAL_ERROR);
    +        goto err;
    +    }
    +    bit = 1 << w;               /* at most 128 */
    +    next_bit = bit << 1;        /* at most 256 */
    +    mask = next_bit - 1;        /* at most 255 */
    +
    +    if (BN_is_negative(scalar)) {
    +        sign = -1;
    +    }
    +
    +    if (scalar->d == NULL || scalar->top == 0) {
    +        ECerr(EC_F_COMPUTE_WNAF, ERR_R_INTERNAL_ERROR);
    +        goto err;
    +    }
    +
    +    len = BN_num_bits(scalar);
    +    r = OPENSSL_malloc(len + 1); /* modified wNAF may be one digit longer
    +                                  * than binary representation (*ret_len will
    +                                  * be set to the actual length, i.e. at most
    +                                  * BN_num_bits(scalar) + 1) */
    +    if (r == NULL) {
    +        ECerr(EC_F_COMPUTE_WNAF, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +    window_val = scalar->d[0] & mask;
    +    j = 0;
    +    while ((window_val != 0) || (j + w + 1 < len)) { /* if j+w+1 >= len,
    +                                                      * window_val will not
    +                                                      * increase */
    +        int digit = 0;
    +
    +        /* 0 <= window_val <= 2^(w+1) */
    +
    +        if (window_val & 1) {
    +            /* 0 < window_val < 2^(w+1) */
    +
    +            if (window_val & bit) {
    +                digit = window_val - next_bit; /* -2^w < digit < 0 */
    +
    +#if 1                           /* modified wNAF */
    +                if (j + w + 1 >= len) {
    +                    /*
    +                     * special case for generating modified wNAFs: no new
    +                     * bits will be added into window_val, so using a
    +                     * positive digit here will decrease the total length of
    +                     * the representation
    +                     */
    +
    +                    digit = window_val & (mask >> 1); /* 0 < digit < 2^w */
    +                }
     #endif
    -				}
    -			else
    -				{
    -				digit = window_val; /* 0 < digit < 2^w */
    -				}
    -			
    -			if (digit <= -bit || digit >= bit || !(digit & 1))
    -				{
    -				ECerr(EC_F_COMPUTE_WNAF, ERR_R_INTERNAL_ERROR);
    -				goto err;
    -				}
    -
    -			window_val -= digit;
    -
    -			/* now window_val is 0 or 2^(w+1) in standard wNAF generation;
    -			 * for modified window NAFs, it may also be 2^w
    -			 */
    -			if (window_val != 0 && window_val != next_bit && window_val != bit)
    -				{
    -				ECerr(EC_F_COMPUTE_WNAF, ERR_R_INTERNAL_ERROR);
    -				goto err;
    -				}
    -			}
    -
    -		r[j++] = sign * digit;
    -
    -		window_val >>= 1;
    -		window_val += bit * BN_is_bit_set(scalar, j + w);
    -
    -		if (window_val > next_bit)
    -			{
    -			ECerr(EC_F_COMPUTE_WNAF, ERR_R_INTERNAL_ERROR);
    -			goto err;
    -			}
    -		}
    -
    -	if (j > len + 1)
    -		{
    -		ECerr(EC_F_COMPUTE_WNAF, ERR_R_INTERNAL_ERROR);
    -		goto err;
    -		}
    -	len = j;
    -	ok = 1;
    +            } else {
    +                digit = window_val; /* 0 < digit < 2^w */
    +            }
    +
    +            if (digit <= -bit || digit >= bit || !(digit & 1)) {
    +                ECerr(EC_F_COMPUTE_WNAF, ERR_R_INTERNAL_ERROR);
    +                goto err;
    +            }
    +
    +            window_val -= digit;
    +
    +            /*
    +             * now window_val is 0 or 2^(w+1) in standard wNAF generation;
    +             * for modified window NAFs, it may also be 2^w
    +             */
    +            if (window_val != 0 && window_val != next_bit
    +                && window_val != bit) {
    +                ECerr(EC_F_COMPUTE_WNAF, ERR_R_INTERNAL_ERROR);
    +                goto err;
    +            }
    +        }
    +
    +        r[j++] = sign * digit;
    +
    +        window_val >>= 1;
    +        window_val += bit * BN_is_bit_set(scalar, j + w);
    +
    +        if (window_val > next_bit) {
    +            ECerr(EC_F_COMPUTE_WNAF, ERR_R_INTERNAL_ERROR);
    +            goto err;
    +        }
    +    }
    +
    +    if (j > len + 1) {
    +        ECerr(EC_F_COMPUTE_WNAF, ERR_R_INTERNAL_ERROR);
    +        goto err;
    +    }
    +    len = j;
    +    ok = 1;
     
      err:
    -	if (!ok)
    -		{
    -		OPENSSL_free(r);
    -		r = NULL;
    -		}
    -	if (ok)
    -		*ret_len = len;
    -	return r;
    -	}
    -
    -
    -/* TODO: table should be optimised for the wNAF-based implementation,
    - *       sometimes smaller windows will give better performance
    - *       (thus the boundaries should be increased)
    +    if (!ok) {
    +        OPENSSL_free(r);
    +        r = NULL;
    +    }
    +    if (ok)
    +        *ret_len = len;
    +    return r;
    +}
    +
    +/*
    + * TODO: table should be optimised for the wNAF-based implementation,
    + * sometimes smaller windows will give better performance (thus the
    + * boundaries should be increased)
      */
     #define EC_window_bits_for_scalar_size(b) \
    -		((size_t) \
    -		 ((b) >= 2000 ? 6 : \
    -		  (b) >=  800 ? 5 : \
    -		  (b) >=  300 ? 4 : \
    -		  (b) >=   70 ? 3 : \
    -		  (b) >=   20 ? 2 : \
    -		  1))
    -
    -/* Compute
    +                ((size_t) \
    +                 ((b) >= 2000 ? 6 : \
    +                  (b) >=  800 ? 5 : \
    +                  (b) >=  300 ? 4 : \
    +                  (b) >=   70 ? 3 : \
    +                  (b) >=   20 ? 2 : \
    +                  1))
    +
    +/*-
    + * Compute
      *      \sum scalars[i]*points[i],
      * also including
      *      scalar*generator
      * in the addition if scalar != NULL
      */
     int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
    -	size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx)
    -	{
    -	BN_CTX *new_ctx = NULL;
    -	const EC_POINT *generator = NULL;
    -	EC_POINT *tmp = NULL;
    -	size_t totalnum;
    -	size_t blocksize = 0, numblocks = 0; /* for wNAF splitting */
    -	size_t pre_points_per_block = 0;
    -	size_t i, j;
    -	int k;
    -	int r_is_inverted = 0;
    -	int r_is_at_infinity = 1;
    -	size_t *wsize = NULL; /* individual window sizes */
    -	signed char **wNAF = NULL; /* individual wNAFs */
    -	size_t *wNAF_len = NULL;
    -	size_t max_len = 0;
    -	size_t num_val;
    -	EC_POINT **val = NULL; /* precomputation */
    -	EC_POINT **v;
    -	EC_POINT ***val_sub = NULL; /* pointers to sub-arrays of 'val' or 'pre_comp->points' */
    -	const EC_PRE_COMP *pre_comp = NULL;
    -	int num_scalar = 0; /* flag: will be set to 1 if 'scalar' must be treated like other scalars,
    -	                     * i.e. precomputation is not available */
    -	int ret = 0;
    -	
    -	if (group->meth != r->meth)
    -		{
    -		ECerr(EC_F_EC_WNAF_MUL, EC_R_INCOMPATIBLE_OBJECTS);
    -		return 0;
    -		}
    -
    -	if ((scalar == NULL) && (num == 0))
    -		{
    -		return EC_POINT_set_to_infinity(group, r);
    -		}
    -
    -	for (i = 0; i < num; i++)
    -		{
    -		if (group->meth != points[i]->meth)
    -			{
    -			ECerr(EC_F_EC_WNAF_MUL, EC_R_INCOMPATIBLE_OBJECTS);
    -			return 0;
    -			}
    -		}
    -
    -	if (ctx == NULL)
    -		{
    -		ctx = new_ctx = BN_CTX_new();
    -		if (ctx == NULL)
    -			goto err;
    -		}
    -
    -	if (scalar != NULL)
    -		{
    -		generator = EC_GROUP_get0_generator(group);
    -		if (generator == NULL)
    -			{
    -			ECerr(EC_F_EC_WNAF_MUL, EC_R_UNDEFINED_GENERATOR);
    -			goto err;
    -			}
    -		
    -		/* look if we can use precomputed multiples of generator */
    -
    -		pre_comp = EC_EX_DATA_get_data(group->extra_data, ec_pre_comp_dup, ec_pre_comp_free, ec_pre_comp_clear_free);
    -
    -		if (pre_comp && pre_comp->numblocks && (EC_POINT_cmp(group, generator, pre_comp->points[0], ctx) == 0))
    -			{
    -			blocksize = pre_comp->blocksize;
    -
    -			/* determine maximum number of blocks that wNAF splitting may yield
    -			 * (NB: maximum wNAF length is bit length plus one) */
    -			numblocks = (BN_num_bits(scalar) / blocksize) + 1;
    -
    -			/* we cannot use more blocks than we have precomputation for */
    -			if (numblocks > pre_comp->numblocks)
    -				numblocks = pre_comp->numblocks;
    -
    -			pre_points_per_block = (size_t)1 << (pre_comp->w - 1);
    -
    -			/* check that pre_comp looks sane */
    -			if (pre_comp->num != (pre_comp->numblocks * pre_points_per_block))
    -				{
    -				ECerr(EC_F_EC_WNAF_MUL, ERR_R_INTERNAL_ERROR);
    -				goto err;
    -				}
    -			}
    -		else
    -			{
    -			/* can't use precomputation */
    -			pre_comp = NULL;
    -			numblocks = 1;
    -			num_scalar = 1; /* treat 'scalar' like 'num'-th element of 'scalars' */
    -			}
    -		}
    -	
    -	totalnum = num + numblocks;
    -
    -	wsize    = OPENSSL_malloc(totalnum * sizeof wsize[0]);
    -	wNAF_len = OPENSSL_malloc(totalnum * sizeof wNAF_len[0]);
    -	wNAF     = OPENSSL_malloc((totalnum + 1) * sizeof wNAF[0]); /* includes space for pivot */
    -	val_sub  = OPENSSL_malloc(totalnum * sizeof val_sub[0]);
    -		 
    -	if (!wsize || !wNAF_len || !wNAF || !val_sub)
    -		{
    -		ECerr(EC_F_EC_WNAF_MUL, ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	wNAF[0] = NULL;	/* preliminary pivot */
    -
    -	/* num_val will be the total number of temporarily precomputed points */
    -	num_val = 0;
    -
    -	for (i = 0; i < num + num_scalar; i++)
    -		{
    -		size_t bits;
    -
    -		bits = i < num ? BN_num_bits(scalars[i]) : BN_num_bits(scalar);
    -		wsize[i] = EC_window_bits_for_scalar_size(bits);
    -		num_val += (size_t)1 << (wsize[i] - 1);
    -		wNAF[i + 1] = NULL; /* make sure we always have a pivot */
    -		wNAF[i] = compute_wNAF((i < num ? scalars[i] : scalar), wsize[i], &wNAF_len[i]);
    -		if (wNAF[i] == NULL)
    -			goto err;
    -		if (wNAF_len[i] > max_len)
    -			max_len = wNAF_len[i];
    -		}
    -
    -	if (numblocks)
    -		{
    -		/* we go here iff scalar != NULL */
    -		
    -		if (pre_comp == NULL)
    -			{
    -			if (num_scalar != 1)
    -				{
    -				ECerr(EC_F_EC_WNAF_MUL, ERR_R_INTERNAL_ERROR);
    -				goto err;
    -				}
    -			/* we have already generated a wNAF for 'scalar' */
    -			}
    -		else
    -			{
    -			signed char *tmp_wNAF = NULL;
    -			size_t tmp_len = 0;
    -			
    -			if (num_scalar != 0)
    -				{
    -				ECerr(EC_F_EC_WNAF_MUL, ERR_R_INTERNAL_ERROR);
    -				goto err;
    -				}
    -
    -			/* use the window size for which we have precomputation */
    -			wsize[num] = pre_comp->w;
    -			tmp_wNAF = compute_wNAF(scalar, wsize[num], &tmp_len);
    -			if (!tmp_wNAF)
    -				goto err;
    -
    -			if (tmp_len <= max_len)
    -				{
    -				/* One of the other wNAFs is at least as long
    -				 * as the wNAF belonging to the generator,
    -				 * so wNAF splitting will not buy us anything. */
    -
    -				numblocks = 1;
    -				totalnum = num + 1; /* don't use wNAF splitting */
    -				wNAF[num] = tmp_wNAF;
    -				wNAF[num + 1] = NULL;
    -				wNAF_len[num] = tmp_len;
    -				if (tmp_len > max_len)
    -					max_len = tmp_len;
    -				/* pre_comp->points starts with the points that we need here: */
    -				val_sub[num] = pre_comp->points;
    -				}
    -			else
    -				{
    -				/* don't include tmp_wNAF directly into wNAF array
    -				 * - use wNAF splitting and include the blocks */
    -
    -				signed char *pp;
    -				EC_POINT **tmp_points;
    -				
    -				if (tmp_len < numblocks * blocksize)
    -					{
    -					/* possibly we can do with fewer blocks than estimated */
    -					numblocks = (tmp_len + blocksize - 1) / blocksize;
    -					if (numblocks > pre_comp->numblocks)
    -						{
    -						ECerr(EC_F_EC_WNAF_MUL, ERR_R_INTERNAL_ERROR);
    -						goto err;
    -						}
    -					totalnum = num + numblocks;
    -					}
    -				
    -				/* split wNAF in 'numblocks' parts */
    -				pp = tmp_wNAF;
    -				tmp_points = pre_comp->points;
    -
    -				for (i = num; i < totalnum; i++)
    -					{
    -					if (i < totalnum - 1)
    -						{
    -						wNAF_len[i] = blocksize;
    -						if (tmp_len < blocksize)
    -							{
    -							ECerr(EC_F_EC_WNAF_MUL, ERR_R_INTERNAL_ERROR);
    -							goto err;
    -							}
    -						tmp_len -= blocksize;
    -						}
    -					else
    -						/* last block gets whatever is left
    -						 * (this could be more or less than 'blocksize'!) */
    -						wNAF_len[i] = tmp_len;
    -					
    -					wNAF[i + 1] = NULL;
    -					wNAF[i] = OPENSSL_malloc(wNAF_len[i]);
    -					if (wNAF[i] == NULL)
    -						{
    -						ECerr(EC_F_EC_WNAF_MUL, ERR_R_MALLOC_FAILURE);
    -						OPENSSL_free(tmp_wNAF);
    -						goto err;
    -						}
    -					memcpy(wNAF[i], pp, wNAF_len[i]);
    -					if (wNAF_len[i] > max_len)
    -						max_len = wNAF_len[i];
    -
    -					if (*tmp_points == NULL)
    -						{
    -						ECerr(EC_F_EC_WNAF_MUL, ERR_R_INTERNAL_ERROR);
    -						OPENSSL_free(tmp_wNAF);
    -						goto err;
    -						}
    -					val_sub[i] = tmp_points;
    -					tmp_points += pre_points_per_block;
    -					pp += blocksize;
    -					}
    -				OPENSSL_free(tmp_wNAF);
    -				}
    -			}
    -		}
    -
    -	/* All points we precompute now go into a single array 'val'.
    -	 * 'val_sub[i]' is a pointer to the subarray for the i-th point,
    -	 * or to a subarray of 'pre_comp->points' if we already have precomputation. */
    -	val = OPENSSL_malloc((num_val + 1) * sizeof val[0]);
    -	if (val == NULL)
    -		{
    -		ECerr(EC_F_EC_WNAF_MUL, ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -	val[num_val] = NULL; /* pivot element */
    -
    -	/* allocate points for precomputation */
    -	v = val;
    -	for (i = 0; i < num + num_scalar; i++)
    -		{
    -		val_sub[i] = v;
    -		for (j = 0; j < ((size_t)1 << (wsize[i] - 1)); j++)
    -			{
    -			*v = EC_POINT_new(group);
    -			if (*v == NULL) goto err;
    -			v++;
    -			}
    -		}
    -	if (!(v == val + num_val))
    -		{
    -		ECerr(EC_F_EC_WNAF_MUL, ERR_R_INTERNAL_ERROR);
    -		goto err;
    -		}
    -
    -	if (!(tmp = EC_POINT_new(group)))
    -		goto err;
    -
    -	/* prepare precomputed values:
    -	 *    val_sub[i][0] :=     points[i]
    -	 *    val_sub[i][1] := 3 * points[i]
    -	 *    val_sub[i][2] := 5 * points[i]
    -	 *    ...
    -	 */
    -	for (i = 0; i < num + num_scalar; i++)
    -		{
    -		if (i < num)
    -			{
    -			if (!EC_POINT_copy(val_sub[i][0], points[i])) goto err;
    -			}
    -		else
    -			{
    -			if (!EC_POINT_copy(val_sub[i][0], generator)) goto err;
    -			}
    -
    -		if (wsize[i] > 1)
    -			{
    -			if (!EC_POINT_dbl(group, tmp, val_sub[i][0], ctx)) goto err;
    -			for (j = 1; j < ((size_t)1 << (wsize[i] - 1)); j++)
    -				{
    -				if (!EC_POINT_add(group, val_sub[i][j], val_sub[i][j - 1], tmp, ctx)) goto err;
    -				}
    -			}
    -		}
    -
    -#if 1 /* optional; EC_window_bits_for_scalar_size assumes we do this step */
    -	if (!EC_POINTs_make_affine(group, num_val, val, ctx))
    -		goto err;
    +                size_t num, const EC_POINT *points[], const BIGNUM *scalars[],
    +                BN_CTX *ctx)
    +{
    +    BN_CTX *new_ctx = NULL;
    +    const EC_POINT *generator = NULL;
    +    EC_POINT *tmp = NULL;
    +    size_t totalnum;
    +    size_t blocksize = 0, numblocks = 0; /* for wNAF splitting */
    +    size_t pre_points_per_block = 0;
    +    size_t i, j;
    +    int k;
    +    int r_is_inverted = 0;
    +    int r_is_at_infinity = 1;
    +    size_t *wsize = NULL;       /* individual window sizes */
    +    signed char **wNAF = NULL;  /* individual wNAFs */
    +    size_t *wNAF_len = NULL;
    +    size_t max_len = 0;
    +    size_t num_val;
    +    EC_POINT **val = NULL;      /* precomputation */
    +    EC_POINT **v;
    +    EC_POINT ***val_sub = NULL; /* pointers to sub-arrays of 'val' or
    +                                 * 'pre_comp->points' */
    +    const EC_PRE_COMP *pre_comp = NULL;
    +    int num_scalar = 0;         /* flag: will be set to 1 if 'scalar' must be
    +                                 * treated like other scalars, i.e.
    +                                 * precomputation is not available */
    +    int ret = 0;
    +
    +    if (group->meth != r->meth) {
    +        ECerr(EC_F_EC_WNAF_MUL, EC_R_INCOMPATIBLE_OBJECTS);
    +        return 0;
    +    }
    +
    +    if ((scalar == NULL) && (num == 0)) {
    +        return EC_POINT_set_to_infinity(group, r);
    +    }
    +
    +    for (i = 0; i < num; i++) {
    +        if (group->meth != points[i]->meth) {
    +            ECerr(EC_F_EC_WNAF_MUL, EC_R_INCOMPATIBLE_OBJECTS);
    +            return 0;
    +        }
    +    }
    +
    +    if (ctx == NULL) {
    +        ctx = new_ctx = BN_CTX_new();
    +        if (ctx == NULL)
    +            goto err;
    +    }
    +
    +    if (scalar != NULL) {
    +        generator = EC_GROUP_get0_generator(group);
    +        if (generator == NULL) {
    +            ECerr(EC_F_EC_WNAF_MUL, EC_R_UNDEFINED_GENERATOR);
    +            goto err;
    +        }
    +
    +        /* look if we can use precomputed multiples of generator */
    +
    +        pre_comp =
    +            EC_EX_DATA_get_data(group->extra_data, ec_pre_comp_dup,
    +                                ec_pre_comp_free, ec_pre_comp_clear_free);
    +
    +        if (pre_comp && pre_comp->numblocks
    +            && (EC_POINT_cmp(group, generator, pre_comp->points[0], ctx) ==
    +                0)) {
    +            blocksize = pre_comp->blocksize;
    +
    +            /*
    +             * determine maximum number of blocks that wNAF splitting may
    +             * yield (NB: maximum wNAF length is bit length plus one)
    +             */
    +            numblocks = (BN_num_bits(scalar) / blocksize) + 1;
    +
    +            /*
    +             * we cannot use more blocks than we have precomputation for
    +             */
    +            if (numblocks > pre_comp->numblocks)
    +                numblocks = pre_comp->numblocks;
    +
    +            pre_points_per_block = (size_t)1 << (pre_comp->w - 1);
    +
    +            /* check that pre_comp looks sane */
    +            if (pre_comp->num != (pre_comp->numblocks * pre_points_per_block)) {
    +                ECerr(EC_F_EC_WNAF_MUL, ERR_R_INTERNAL_ERROR);
    +                goto err;
    +            }
    +        } else {
    +            /* can't use precomputation */
    +            pre_comp = NULL;
    +            numblocks = 1;
    +            num_scalar = 1;     /* treat 'scalar' like 'num'-th element of
    +                                 * 'scalars' */
    +        }
    +    }
    +
    +    totalnum = num + numblocks;
    +
    +    wsize = OPENSSL_malloc(totalnum * sizeof wsize[0]);
    +    wNAF_len = OPENSSL_malloc(totalnum * sizeof wNAF_len[0]);
    +    wNAF = OPENSSL_malloc((totalnum + 1) * sizeof wNAF[0]); /* includes space
    +                                                             * for pivot */
    +    val_sub = OPENSSL_malloc(totalnum * sizeof val_sub[0]);
    +
    +    /* Ensure wNAF is initialised in case we end up going to err */
    +    if (wNAF)
    +        wNAF[0] = NULL;         /* preliminary pivot */
    +
    +    if (!wsize || !wNAF_len || !wNAF || !val_sub) {
    +        ECerr(EC_F_EC_WNAF_MUL, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    /*
    +     * num_val will be the total number of temporarily precomputed points
    +     */
    +    num_val = 0;
    +
    +    for (i = 0; i < num + num_scalar; i++) {
    +        size_t bits;
    +
    +        bits = i < num ? BN_num_bits(scalars[i]) : BN_num_bits(scalar);
    +        wsize[i] = EC_window_bits_for_scalar_size(bits);
    +        num_val += (size_t)1 << (wsize[i] - 1);
    +        wNAF[i + 1] = NULL;     /* make sure we always have a pivot */
    +        wNAF[i] =
    +            compute_wNAF((i < num ? scalars[i] : scalar), wsize[i],
    +                         &wNAF_len[i]);
    +        if (wNAF[i] == NULL)
    +            goto err;
    +        if (wNAF_len[i] > max_len)
    +            max_len = wNAF_len[i];
    +    }
    +
    +    if (numblocks) {
    +        /* we go here iff scalar != NULL */
    +
    +        if (pre_comp == NULL) {
    +            if (num_scalar != 1) {
    +                ECerr(EC_F_EC_WNAF_MUL, ERR_R_INTERNAL_ERROR);
    +                goto err;
    +            }
    +            /* we have already generated a wNAF for 'scalar' */
    +        } else {
    +            signed char *tmp_wNAF = NULL;
    +            size_t tmp_len = 0;
    +
    +            if (num_scalar != 0) {
    +                ECerr(EC_F_EC_WNAF_MUL, ERR_R_INTERNAL_ERROR);
    +                goto err;
    +            }
    +
    +            /*
    +             * use the window size for which we have precomputation
    +             */
    +            wsize[num] = pre_comp->w;
    +            tmp_wNAF = compute_wNAF(scalar, wsize[num], &tmp_len);
    +            if (!tmp_wNAF)
    +                goto err;
    +
    +            if (tmp_len <= max_len) {
    +                /*
    +                 * One of the other wNAFs is at least as long as the wNAF
    +                 * belonging to the generator, so wNAF splitting will not buy
    +                 * us anything.
    +                 */
    +
    +                numblocks = 1;
    +                totalnum = num + 1; /* don't use wNAF splitting */
    +                wNAF[num] = tmp_wNAF;
    +                wNAF[num + 1] = NULL;
    +                wNAF_len[num] = tmp_len;
    +                if (tmp_len > max_len)
    +                    max_len = tmp_len;
    +                /*
    +                 * pre_comp->points starts with the points that we need here:
    +                 */
    +                val_sub[num] = pre_comp->points;
    +            } else {
    +                /*
    +                 * don't include tmp_wNAF directly into wNAF array - use wNAF
    +                 * splitting and include the blocks
    +                 */
    +
    +                signed char *pp;
    +                EC_POINT **tmp_points;
    +
    +                if (tmp_len < numblocks * blocksize) {
    +                    /*
    +                     * possibly we can do with fewer blocks than estimated
    +                     */
    +                    numblocks = (tmp_len + blocksize - 1) / blocksize;
    +                    if (numblocks > pre_comp->numblocks) {
    +                        ECerr(EC_F_EC_WNAF_MUL, ERR_R_INTERNAL_ERROR);
    +                        goto err;
    +                    }
    +                    totalnum = num + numblocks;
    +                }
    +
    +                /* split wNAF in 'numblocks' parts */
    +                pp = tmp_wNAF;
    +                tmp_points = pre_comp->points;
    +
    +                for (i = num; i < totalnum; i++) {
    +                    if (i < totalnum - 1) {
    +                        wNAF_len[i] = blocksize;
    +                        if (tmp_len < blocksize) {
    +                            ECerr(EC_F_EC_WNAF_MUL, ERR_R_INTERNAL_ERROR);
    +                            goto err;
    +                        }
    +                        tmp_len -= blocksize;
    +                    } else
    +                        /*
    +                         * last block gets whatever is left (this could be
    +                         * more or less than 'blocksize'!)
    +                         */
    +                        wNAF_len[i] = tmp_len;
    +
    +                    wNAF[i + 1] = NULL;
    +                    wNAF[i] = OPENSSL_malloc(wNAF_len[i]);
    +                    if (wNAF[i] == NULL) {
    +                        ECerr(EC_F_EC_WNAF_MUL, ERR_R_MALLOC_FAILURE);
    +                        OPENSSL_free(tmp_wNAF);
    +                        goto err;
    +                    }
    +                    memcpy(wNAF[i], pp, wNAF_len[i]);
    +                    if (wNAF_len[i] > max_len)
    +                        max_len = wNAF_len[i];
    +
    +                    if (*tmp_points == NULL) {
    +                        ECerr(EC_F_EC_WNAF_MUL, ERR_R_INTERNAL_ERROR);
    +                        OPENSSL_free(tmp_wNAF);
    +                        goto err;
    +                    }
    +                    val_sub[i] = tmp_points;
    +                    tmp_points += pre_points_per_block;
    +                    pp += blocksize;
    +                }
    +                OPENSSL_free(tmp_wNAF);
    +            }
    +        }
    +    }
    +
    +    /*
    +     * All points we precompute now go into a single array 'val'.
    +     * 'val_sub[i]' is a pointer to the subarray for the i-th point, or to a
    +     * subarray of 'pre_comp->points' if we already have precomputation.
    +     */
    +    val = OPENSSL_malloc((num_val + 1) * sizeof val[0]);
    +    if (val == NULL) {
    +        ECerr(EC_F_EC_WNAF_MUL, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +    val[num_val] = NULL;        /* pivot element */
    +
    +    /* allocate points for precomputation */
    +    v = val;
    +    for (i = 0; i < num + num_scalar; i++) {
    +        val_sub[i] = v;
    +        for (j = 0; j < ((size_t)1 << (wsize[i] - 1)); j++) {
    +            *v = EC_POINT_new(group);
    +            if (*v == NULL)
    +                goto err;
    +            v++;
    +        }
    +    }
    +    if (!(v == val + num_val)) {
    +        ECerr(EC_F_EC_WNAF_MUL, ERR_R_INTERNAL_ERROR);
    +        goto err;
    +    }
    +
    +    if (!(tmp = EC_POINT_new(group)))
    +        goto err;
    +
    +    /*-
    +     * prepare precomputed values:
    +     *    val_sub[i][0] :=     points[i]
    +     *    val_sub[i][1] := 3 * points[i]
    +     *    val_sub[i][2] := 5 * points[i]
    +     *    ...
    +     */
    +    for (i = 0; i < num + num_scalar; i++) {
    +        if (i < num) {
    +            if (!EC_POINT_copy(val_sub[i][0], points[i]))
    +                goto err;
    +        } else {
    +            if (!EC_POINT_copy(val_sub[i][0], generator))
    +                goto err;
    +        }
    +
    +        if (wsize[i] > 1) {
    +            if (!EC_POINT_dbl(group, tmp, val_sub[i][0], ctx))
    +                goto err;
    +            for (j = 1; j < ((size_t)1 << (wsize[i] - 1)); j++) {
    +                if (!EC_POINT_add
    +                    (group, val_sub[i][j], val_sub[i][j - 1], tmp, ctx))
    +                    goto err;
    +            }
    +        }
    +    }
    +
    +#if 1                           /* optional; EC_window_bits_for_scalar_size
    +                                 * assumes we do this step */
    +    if (!EC_POINTs_make_affine(group, num_val, val, ctx))
    +        goto err;
     #endif
     
    -	r_is_at_infinity = 1;
    -
    -	for (k = max_len - 1; k >= 0; k--)
    -		{
    -		if (!r_is_at_infinity)
    -			{
    -			if (!EC_POINT_dbl(group, r, r, ctx)) goto err;
    -			}
    -		
    -		for (i = 0; i < totalnum; i++)
    -			{
    -			if (wNAF_len[i] > (size_t)k)
    -				{
    -				int digit = wNAF[i][k];
    -				int is_neg;
    -
    -				if (digit) 
    -					{
    -					is_neg = digit < 0;
    -
    -					if (is_neg)
    -						digit = -digit;
    -
    -					if (is_neg != r_is_inverted)
    -						{
    -						if (!r_is_at_infinity)
    -							{
    -							if (!EC_POINT_invert(group, r, ctx)) goto err;
    -							}
    -						r_is_inverted = !r_is_inverted;
    -						}
    -
    -					/* digit > 0 */
    -
    -					if (r_is_at_infinity)
    -						{
    -						if (!EC_POINT_copy(r, val_sub[i][digit >> 1])) goto err;
    -						r_is_at_infinity = 0;
    -						}
    -					else
    -						{
    -						if (!EC_POINT_add(group, r, r, val_sub[i][digit >> 1], ctx)) goto err;
    -						}
    -					}
    -				}
    -			}
    -		}
    -
    -	if (r_is_at_infinity)
    -		{
    -		if (!EC_POINT_set_to_infinity(group, r)) goto err;
    -		}
    -	else
    -		{
    -		if (r_is_inverted)
    -			if (!EC_POINT_invert(group, r, ctx)) goto err;
    -		}
    -	
    -	ret = 1;
    +    r_is_at_infinity = 1;
    +
    +    for (k = max_len - 1; k >= 0; k--) {
    +        if (!r_is_at_infinity) {
    +            if (!EC_POINT_dbl(group, r, r, ctx))
    +                goto err;
    +        }
    +
    +        for (i = 0; i < totalnum; i++) {
    +            if (wNAF_len[i] > (size_t)k) {
    +                int digit = wNAF[i][k];
    +                int is_neg;
    +
    +                if (digit) {
    +                    is_neg = digit < 0;
    +
    +                    if (is_neg)
    +                        digit = -digit;
    +
    +                    if (is_neg != r_is_inverted) {
    +                        if (!r_is_at_infinity) {
    +                            if (!EC_POINT_invert(group, r, ctx))
    +                                goto err;
    +                        }
    +                        r_is_inverted = !r_is_inverted;
    +                    }
    +
    +                    /* digit > 0 */
    +
    +                    if (r_is_at_infinity) {
    +                        if (!EC_POINT_copy(r, val_sub[i][digit >> 1]))
    +                            goto err;
    +                        r_is_at_infinity = 0;
    +                    } else {
    +                        if (!EC_POINT_add
    +                            (group, r, r, val_sub[i][digit >> 1], ctx))
    +                            goto err;
    +                    }
    +                }
    +            }
    +        }
    +    }
    +
    +    if (r_is_at_infinity) {
    +        if (!EC_POINT_set_to_infinity(group, r))
    +            goto err;
    +    } else {
    +        if (r_is_inverted)
    +            if (!EC_POINT_invert(group, r, ctx))
    +                goto err;
    +    }
    +
    +    ret = 1;
     
      err:
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	if (tmp != NULL)
    -		EC_POINT_free(tmp);
    -	if (wsize != NULL)
    -		OPENSSL_free(wsize);
    -	if (wNAF_len != NULL)
    -		OPENSSL_free(wNAF_len);
    -	if (wNAF != NULL)
    -		{
    -		signed char **w;
    -		
    -		for (w = wNAF; *w != NULL; w++)
    -			OPENSSL_free(*w);
    -		
    -		OPENSSL_free(wNAF);
    -		}
    -	if (val != NULL)
    -		{
    -		for (v = val; *v != NULL; v++)
    -			EC_POINT_clear_free(*v);
    -
    -		OPENSSL_free(val);
    -		}
    -	if (val_sub != NULL)
    -		{
    -		OPENSSL_free(val_sub);
    -		}
    -	return ret;
    -	}
    -
    -
    -/* ec_wNAF_precompute_mult()
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    if (tmp != NULL)
    +        EC_POINT_free(tmp);
    +    if (wsize != NULL)
    +        OPENSSL_free(wsize);
    +    if (wNAF_len != NULL)
    +        OPENSSL_free(wNAF_len);
    +    if (wNAF != NULL) {
    +        signed char **w;
    +
    +        for (w = wNAF; *w != NULL; w++)
    +            OPENSSL_free(*w);
    +
    +        OPENSSL_free(wNAF);
    +    }
    +    if (val != NULL) {
    +        for (v = val; *v != NULL; v++)
    +            EC_POINT_clear_free(*v);
    +
    +        OPENSSL_free(val);
    +    }
    +    if (val_sub != NULL) {
    +        OPENSSL_free(val_sub);
    +    }
    +    return ret;
    +}
    +
    +/*-
    + * ec_wNAF_precompute_mult()
      * creates an EC_PRE_COMP object with preprecomputed multiples of the generator
      * for use with wNAF splitting as implemented in ec_wNAF_mul().
    - * 
    + *
      * 'pre_comp->points' is an array of multiples of the generator
      * of the following form:
      * points[0] =     generator;
    @@ -763,178 +739,175 @@ int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
      * points[2^(w-1)*numblocks]       = NULL
      */
     int ec_wNAF_precompute_mult(EC_GROUP *group, BN_CTX *ctx)
    -	{
    -	const EC_POINT *generator;
    -	EC_POINT *tmp_point = NULL, *base = NULL, **var;
    -	BN_CTX *new_ctx = NULL;
    -	BIGNUM *order;
    -	size_t i, bits, w, pre_points_per_block, blocksize, numblocks, num;
    -	EC_POINT **points = NULL;
    -	EC_PRE_COMP *pre_comp;
    -	int ret = 0;
    -
    -	/* if there is an old EC_PRE_COMP object, throw it away */
    -	EC_EX_DATA_free_data(&group->extra_data, ec_pre_comp_dup, ec_pre_comp_free, ec_pre_comp_clear_free);
    -
    -	if ((pre_comp = ec_pre_comp_new(group)) == NULL)
    -		return 0;
    -
    -	generator = EC_GROUP_get0_generator(group);
    -	if (generator == NULL)
    -		{
    -		ECerr(EC_F_EC_WNAF_PRECOMPUTE_MULT, EC_R_UNDEFINED_GENERATOR);
    -		goto err;
    -		}
    -
    -	if (ctx == NULL)
    -		{
    -		ctx = new_ctx = BN_CTX_new();
    -		if (ctx == NULL)
    -			goto err;
    -		}
    -	
    -	BN_CTX_start(ctx);
    -	order = BN_CTX_get(ctx);
    -	if (order == NULL) goto err;
    -	
    -	if (!EC_GROUP_get_order(group, order, ctx)) goto err;		
    -	if (BN_is_zero(order))
    -		{
    -		ECerr(EC_F_EC_WNAF_PRECOMPUTE_MULT, EC_R_UNKNOWN_ORDER);
    -		goto err;
    -		}
    -
    -	bits = BN_num_bits(order);
    -	/* The following parameters mean we precompute (approximately)
    -	 * one point per bit.
    -	 *
    -	 * TBD: The combination  8, 4  is perfect for 160 bits; for other
    -	 * bit lengths, other parameter combinations might provide better
    -	 * efficiency.
    -	 */
    -	blocksize = 8;
    -	w = 4;
    -	if (EC_window_bits_for_scalar_size(bits) > w)
    -		{
    -		/* let's not make the window too small ... */
    -		w = EC_window_bits_for_scalar_size(bits);
    -		}
    -
    -	numblocks = (bits + blocksize - 1) / blocksize; /* max. number of blocks to use for wNAF splitting */
    -	
    -	pre_points_per_block = (size_t)1 << (w - 1);
    -	num = pre_points_per_block * numblocks; /* number of points to compute and store */
    -
    -	points = OPENSSL_malloc(sizeof (EC_POINT*)*(num + 1));
    -	if (!points)
    -		{
    -		ECerr(EC_F_EC_WNAF_PRECOMPUTE_MULT, ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	var = points;
    -	var[num] = NULL; /* pivot */
    -	for (i = 0; i < num; i++)
    -		{
    -		if ((var[i] = EC_POINT_new(group)) == NULL)
    -			{
    -			ECerr(EC_F_EC_WNAF_PRECOMPUTE_MULT, ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -		}
    -
    -	if (!(tmp_point = EC_POINT_new(group)) || !(base = EC_POINT_new(group)))
    -		{
    -		ECerr(EC_F_EC_WNAF_PRECOMPUTE_MULT, ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}	
    -	
    -	if (!EC_POINT_copy(base, generator))
    -		goto err;
    -	
    -	/* do the precomputation */
    -	for (i = 0; i < numblocks; i++)
    -		{
    -		size_t j;
    -
    -		if (!EC_POINT_dbl(group, tmp_point, base, ctx))
    -			goto err;
    -
    -		if (!EC_POINT_copy(*var++, base))
    -			goto err;
    -
    -		for (j = 1; j < pre_points_per_block; j++, var++)
    -			{
    -			/* calculate odd multiples of the current base point */
    -			if (!EC_POINT_add(group, *var, tmp_point, *(var - 1), ctx))
    -				goto err;
    -			}
    -
    -		if (i < numblocks - 1)
    -			{
    -			/* get the next base (multiply current one by 2^blocksize) */
    -			size_t k;
    -
    -			if (blocksize <= 2)
    -				{
    -				ECerr(EC_F_EC_WNAF_PRECOMPUTE_MULT, ERR_R_INTERNAL_ERROR);
    -				goto err;
    -				}				
    -
    -			if (!EC_POINT_dbl(group, base, tmp_point, ctx))
    -				goto err;
    -			for (k = 2; k < blocksize; k++)
    -				{
    -				if (!EC_POINT_dbl(group,base,base,ctx))
    -					goto err;
    -				}
    -			}
    - 		}
    -
    -	if (!EC_POINTs_make_affine(group, num, points, ctx))
    -		goto err;
    -	
    -	pre_comp->group = group;
    -	pre_comp->blocksize = blocksize;
    -	pre_comp->numblocks = numblocks;
    -	pre_comp->w = w;
    -	pre_comp->points = points;
    -	points = NULL;
    -	pre_comp->num = num;
    -
    -	if (!EC_EX_DATA_set_data(&group->extra_data, pre_comp,
    -		ec_pre_comp_dup, ec_pre_comp_free, ec_pre_comp_clear_free))
    -		goto err;
    -	pre_comp = NULL;
    -
    -	ret = 1;
    +{
    +    const EC_POINT *generator;
    +    EC_POINT *tmp_point = NULL, *base = NULL, **var;
    +    BN_CTX *new_ctx = NULL;
    +    BIGNUM *order;
    +    size_t i, bits, w, pre_points_per_block, blocksize, numblocks, num;
    +    EC_POINT **points = NULL;
    +    EC_PRE_COMP *pre_comp;
    +    int ret = 0;
    +
    +    /* if there is an old EC_PRE_COMP object, throw it away */
    +    EC_EX_DATA_free_data(&group->extra_data, ec_pre_comp_dup,
    +                         ec_pre_comp_free, ec_pre_comp_clear_free);
    +
    +    if ((pre_comp = ec_pre_comp_new(group)) == NULL)
    +        return 0;
    +
    +    generator = EC_GROUP_get0_generator(group);
    +    if (generator == NULL) {
    +        ECerr(EC_F_EC_WNAF_PRECOMPUTE_MULT, EC_R_UNDEFINED_GENERATOR);
    +        goto err;
    +    }
    +
    +    if (ctx == NULL) {
    +        ctx = new_ctx = BN_CTX_new();
    +        if (ctx == NULL)
    +            goto err;
    +    }
    +
    +    BN_CTX_start(ctx);
    +    order = BN_CTX_get(ctx);
    +    if (order == NULL)
    +        goto err;
    +
    +    if (!EC_GROUP_get_order(group, order, ctx))
    +        goto err;
    +    if (BN_is_zero(order)) {
    +        ECerr(EC_F_EC_WNAF_PRECOMPUTE_MULT, EC_R_UNKNOWN_ORDER);
    +        goto err;
    +    }
    +
    +    bits = BN_num_bits(order);
    +    /*
    +     * The following parameters mean we precompute (approximately) one point
    +     * per bit. TBD: The combination 8, 4 is perfect for 160 bits; for other
    +     * bit lengths, other parameter combinations might provide better
    +     * efficiency.
    +     */
    +    blocksize = 8;
    +    w = 4;
    +    if (EC_window_bits_for_scalar_size(bits) > w) {
    +        /* let's not make the window too small ... */
    +        w = EC_window_bits_for_scalar_size(bits);
    +    }
    +
    +    numblocks = (bits + blocksize - 1) / blocksize; /* max. number of blocks
    +                                                     * to use for wNAF
    +                                                     * splitting */
    +
    +    pre_points_per_block = (size_t)1 << (w - 1);
    +    num = pre_points_per_block * numblocks; /* number of points to compute
    +                                             * and store */
    +
    +    points = OPENSSL_malloc(sizeof(EC_POINT *) * (num + 1));
    +    if (!points) {
    +        ECerr(EC_F_EC_WNAF_PRECOMPUTE_MULT, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    var = points;
    +    var[num] = NULL;            /* pivot */
    +    for (i = 0; i < num; i++) {
    +        if ((var[i] = EC_POINT_new(group)) == NULL) {
    +            ECerr(EC_F_EC_WNAF_PRECOMPUTE_MULT, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +    }
    +
    +    if (!(tmp_point = EC_POINT_new(group)) || !(base = EC_POINT_new(group))) {
    +        ECerr(EC_F_EC_WNAF_PRECOMPUTE_MULT, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    if (!EC_POINT_copy(base, generator))
    +        goto err;
    +
    +    /* do the precomputation */
    +    for (i = 0; i < numblocks; i++) {
    +        size_t j;
    +
    +        if (!EC_POINT_dbl(group, tmp_point, base, ctx))
    +            goto err;
    +
    +        if (!EC_POINT_copy(*var++, base))
    +            goto err;
    +
    +        for (j = 1; j < pre_points_per_block; j++, var++) {
    +            /*
    +             * calculate odd multiples of the current base point
    +             */
    +            if (!EC_POINT_add(group, *var, tmp_point, *(var - 1), ctx))
    +                goto err;
    +        }
    +
    +        if (i < numblocks - 1) {
    +            /*
    +             * get the next base (multiply current one by 2^blocksize)
    +             */
    +            size_t k;
    +
    +            if (blocksize <= 2) {
    +                ECerr(EC_F_EC_WNAF_PRECOMPUTE_MULT, ERR_R_INTERNAL_ERROR);
    +                goto err;
    +            }
    +
    +            if (!EC_POINT_dbl(group, base, tmp_point, ctx))
    +                goto err;
    +            for (k = 2; k < blocksize; k++) {
    +                if (!EC_POINT_dbl(group, base, base, ctx))
    +                    goto err;
    +            }
    +        }
    +    }
    +
    +    if (!EC_POINTs_make_affine(group, num, points, ctx))
    +        goto err;
    +
    +    pre_comp->group = group;
    +    pre_comp->blocksize = blocksize;
    +    pre_comp->numblocks = numblocks;
    +    pre_comp->w = w;
    +    pre_comp->points = points;
    +    points = NULL;
    +    pre_comp->num = num;
    +
    +    if (!EC_EX_DATA_set_data(&group->extra_data, pre_comp,
    +                             ec_pre_comp_dup, ec_pre_comp_free,
    +                             ec_pre_comp_clear_free))
    +        goto err;
    +    pre_comp = NULL;
    +
    +    ret = 1;
      err:
    -	if (ctx != NULL)
    -		BN_CTX_end(ctx);
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	if (pre_comp)
    -		ec_pre_comp_free(pre_comp);
    -	if (points)
    -		{
    -		EC_POINT **p;
    -
    -		for (p = points; *p != NULL; p++)
    -			EC_POINT_free(*p);
    -		OPENSSL_free(points);
    -		}
    -	if (tmp_point)
    -		EC_POINT_free(tmp_point);
    -	if (base)
    -		EC_POINT_free(base);
    -	return ret;
    -	}
    -
    +    if (ctx != NULL)
    +        BN_CTX_end(ctx);
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    if (pre_comp)
    +        ec_pre_comp_free(pre_comp);
    +    if (points) {
    +        EC_POINT **p;
    +
    +        for (p = points; *p != NULL; p++)
    +            EC_POINT_free(*p);
    +        OPENSSL_free(points);
    +    }
    +    if (tmp_point)
    +        EC_POINT_free(tmp_point);
    +    if (base)
    +        EC_POINT_free(base);
    +    return ret;
    +}
     
     int ec_wNAF_have_precompute_mult(const EC_GROUP *group)
    -	{
    -	if (EC_EX_DATA_get_data(group->extra_data, ec_pre_comp_dup, ec_pre_comp_free, ec_pre_comp_clear_free) != NULL)
    -		return 1;
    -	else
    -		return 0;
    -	}
    +{
    +    if (EC_EX_DATA_get_data
    +        (group->extra_data, ec_pre_comp_dup, ec_pre_comp_free,
    +         ec_pre_comp_clear_free) != NULL)
    +        return 1;
    +    else
    +        return 0;
    +}
    diff --git a/openssl/crypto/ec/ec_oct.c b/openssl/crypto/ec/ec_oct.c
    index fd9db0798..040c414a3 100644
    --- a/openssl/crypto/ec/ec_oct.c
    +++ b/openssl/crypto/ec/ec_oct.c
    @@ -10,7 +10,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -57,7 +57,7 @@
      */
     /* ====================================================================
      * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
    - * Binary polynomial ECC support in OpenSSL originally developed by 
    + * Binary polynomial ECC support in OpenSSL originally developed by
      * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
      */
     
    @@ -68,132 +68,125 @@
     
     #include "ec_lcl.h"
     
    -int EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point,
    -	const BIGNUM *x, int y_bit, BN_CTX *ctx)
    -	{
    -	if (group->meth->point_set_compressed_coordinates == 0
    -		&& !(group->meth->flags & EC_FLAGS_DEFAULT_OCT))
    -		{
    -		ECerr(EC_F_EC_POINT_SET_COMPRESSED_COORDINATES_GFP, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return 0;
    -		}
    -	if (group->meth != point->meth)
    -		{
    -		ECerr(EC_F_EC_POINT_SET_COMPRESSED_COORDINATES_GFP, EC_R_INCOMPATIBLE_OBJECTS);
    -		return 0;
    -		}
    -	if(group->meth->flags & EC_FLAGS_DEFAULT_OCT)
    -		{
    -		if (group->meth->field_type == NID_X9_62_prime_field)
    -			return ec_GFp_simple_set_compressed_coordinates(
    -					group, point, x, y_bit, ctx);
    -		else
    +int EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group,
    +                                            EC_POINT *point, const BIGNUM *x,
    +                                            int y_bit, BN_CTX *ctx)
    +{
    +    if (group->meth->point_set_compressed_coordinates == 0
    +        && !(group->meth->flags & EC_FLAGS_DEFAULT_OCT)) {
    +        ECerr(EC_F_EC_POINT_SET_COMPRESSED_COORDINATES_GFP,
    +              ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return 0;
    +    }
    +    if (group->meth != point->meth) {
    +        ECerr(EC_F_EC_POINT_SET_COMPRESSED_COORDINATES_GFP,
    +              EC_R_INCOMPATIBLE_OBJECTS);
    +        return 0;
    +    }
    +    if (group->meth->flags & EC_FLAGS_DEFAULT_OCT) {
    +        if (group->meth->field_type == NID_X9_62_prime_field)
    +            return ec_GFp_simple_set_compressed_coordinates(group, point, x,
    +                                                            y_bit, ctx);
    +        else
     #ifdef OPENSSL_NO_EC2M
    -			{
    -			ECerr(EC_F_EC_POINT_SET_COMPRESSED_COORDINATES_GFP, EC_R_GF2M_NOT_SUPPORTED);
    -			return 0;
    -			}
    +        {
    +            ECerr(EC_F_EC_POINT_SET_COMPRESSED_COORDINATES_GFP,
    +                  EC_R_GF2M_NOT_SUPPORTED);
    +            return 0;
    +        }
     #else
    -			return ec_GF2m_simple_set_compressed_coordinates(
    -					group, point, x, y_bit, ctx);
    +            return ec_GF2m_simple_set_compressed_coordinates(group, point, x,
    +                                                             y_bit, ctx);
     #endif
    -		}
    -	return group->meth->point_set_compressed_coordinates(group, point, x, y_bit, ctx);
    -	}
    +    }
    +    return group->meth->point_set_compressed_coordinates(group, point, x,
    +                                                         y_bit, ctx);
    +}
     
     #ifndef OPENSSL_NO_EC2M
    -int EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point,
    -	const BIGNUM *x, int y_bit, BN_CTX *ctx)
    -	{
    -	if (group->meth->point_set_compressed_coordinates == 0
    -		&& !(group->meth->flags & EC_FLAGS_DEFAULT_OCT))
    -		{
    -		ECerr(EC_F_EC_POINT_SET_COMPRESSED_COORDINATES_GF2M, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return 0;
    -		}
    -	if (group->meth != point->meth)
    -		{
    -		ECerr(EC_F_EC_POINT_SET_COMPRESSED_COORDINATES_GF2M, EC_R_INCOMPATIBLE_OBJECTS);
    -		return 0;
    -		}
    -	if(group->meth->flags & EC_FLAGS_DEFAULT_OCT)
    -		{
    -		if (group->meth->field_type == NID_X9_62_prime_field)
    -			return ec_GFp_simple_set_compressed_coordinates(
    -					group, point, x, y_bit, ctx);
    -		else
    -			return ec_GF2m_simple_set_compressed_coordinates(
    -					group, point, x, y_bit, ctx);
    -		}
    -	return group->meth->point_set_compressed_coordinates(group, point, x, y_bit, ctx);
    -	}
    +int EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group,
    +                                             EC_POINT *point, const BIGNUM *x,
    +                                             int y_bit, BN_CTX *ctx)
    +{
    +    if (group->meth->point_set_compressed_coordinates == 0
    +        && !(group->meth->flags & EC_FLAGS_DEFAULT_OCT)) {
    +        ECerr(EC_F_EC_POINT_SET_COMPRESSED_COORDINATES_GF2M,
    +              ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return 0;
    +    }
    +    if (group->meth != point->meth) {
    +        ECerr(EC_F_EC_POINT_SET_COMPRESSED_COORDINATES_GF2M,
    +              EC_R_INCOMPATIBLE_OBJECTS);
    +        return 0;
    +    }
    +    if (group->meth->flags & EC_FLAGS_DEFAULT_OCT) {
    +        if (group->meth->field_type == NID_X9_62_prime_field)
    +            return ec_GFp_simple_set_compressed_coordinates(group, point, x,
    +                                                            y_bit, ctx);
    +        else
    +            return ec_GF2m_simple_set_compressed_coordinates(group, point, x,
    +                                                             y_bit, ctx);
    +    }
    +    return group->meth->point_set_compressed_coordinates(group, point, x,
    +                                                         y_bit, ctx);
    +}
     #endif
     
    -size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form,
    -        unsigned char *buf, size_t len, BN_CTX *ctx)
    -	{
    -	if (group->meth->point2oct == 0
    -		&& !(group->meth->flags & EC_FLAGS_DEFAULT_OCT))
    -		{
    -		ECerr(EC_F_EC_POINT_POINT2OCT, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return 0;
    -		}
    -	if (group->meth != point->meth)
    -		{
    -		ECerr(EC_F_EC_POINT_POINT2OCT, EC_R_INCOMPATIBLE_OBJECTS);
    -		return 0;
    -		}
    -	if(group->meth->flags & EC_FLAGS_DEFAULT_OCT)
    -		{
    -		if (group->meth->field_type == NID_X9_62_prime_field)
    -			return ec_GFp_simple_point2oct(group, point,
    -							form, buf, len, ctx);
    -		else
    +size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point,
    +                          point_conversion_form_t form, unsigned char *buf,
    +                          size_t len, BN_CTX *ctx)
    +{
    +    if (group->meth->point2oct == 0
    +        && !(group->meth->flags & EC_FLAGS_DEFAULT_OCT)) {
    +        ECerr(EC_F_EC_POINT_POINT2OCT, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return 0;
    +    }
    +    if (group->meth != point->meth) {
    +        ECerr(EC_F_EC_POINT_POINT2OCT, EC_R_INCOMPATIBLE_OBJECTS);
    +        return 0;
    +    }
    +    if (group->meth->flags & EC_FLAGS_DEFAULT_OCT) {
    +        if (group->meth->field_type == NID_X9_62_prime_field)
    +            return ec_GFp_simple_point2oct(group, point, form, buf, len, ctx);
    +        else
     #ifdef OPENSSL_NO_EC2M
    -			{
    -			ECerr(EC_F_EC_POINT_POINT2OCT, EC_R_GF2M_NOT_SUPPORTED);
    -			return 0;
    -			}
    +        {
    +            ECerr(EC_F_EC_POINT_POINT2OCT, EC_R_GF2M_NOT_SUPPORTED);
    +            return 0;
    +        }
     #else
    -			return ec_GF2m_simple_point2oct(group, point,
    -							form, buf, len, ctx);
    +            return ec_GF2m_simple_point2oct(group, point,
    +                                            form, buf, len, ctx);
     #endif
    -		}
    -			
    -	return group->meth->point2oct(group, point, form, buf, len, ctx);
    -	}
    +    }
     
    +    return group->meth->point2oct(group, point, form, buf, len, ctx);
    +}
     
     int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point,
    -        const unsigned char *buf, size_t len, BN_CTX *ctx)
    -	{
    -	if (group->meth->oct2point == 0
    -		&& !(group->meth->flags & EC_FLAGS_DEFAULT_OCT))
    -		{
    -		ECerr(EC_F_EC_POINT_OCT2POINT, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -		return 0;
    -		}
    -	if (group->meth != point->meth)
    -		{
    -		ECerr(EC_F_EC_POINT_OCT2POINT, EC_R_INCOMPATIBLE_OBJECTS);
    -		return 0;
    -		}
    -	if(group->meth->flags & EC_FLAGS_DEFAULT_OCT)
    -		{
    -		if (group->meth->field_type == NID_X9_62_prime_field)
    -			return ec_GFp_simple_oct2point(group, point,
    -							buf, len, ctx);
    -		else
    +                       const unsigned char *buf, size_t len, BN_CTX *ctx)
    +{
    +    if (group->meth->oct2point == 0
    +        && !(group->meth->flags & EC_FLAGS_DEFAULT_OCT)) {
    +        ECerr(EC_F_EC_POINT_OCT2POINT, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +        return 0;
    +    }
    +    if (group->meth != point->meth) {
    +        ECerr(EC_F_EC_POINT_OCT2POINT, EC_R_INCOMPATIBLE_OBJECTS);
    +        return 0;
    +    }
    +    if (group->meth->flags & EC_FLAGS_DEFAULT_OCT) {
    +        if (group->meth->field_type == NID_X9_62_prime_field)
    +            return ec_GFp_simple_oct2point(group, point, buf, len, ctx);
    +        else
     #ifdef OPENSSL_NO_EC2M
    -			{
    -			ECerr(EC_F_EC_POINT_OCT2POINT, EC_R_GF2M_NOT_SUPPORTED);
    -			return 0;
    -			}
    +        {
    +            ECerr(EC_F_EC_POINT_OCT2POINT, EC_R_GF2M_NOT_SUPPORTED);
    +            return 0;
    +        }
     #else
    -			return ec_GF2m_simple_oct2point(group, point,
    -							buf, len, ctx);
    +            return ec_GF2m_simple_oct2point(group, point, buf, len, ctx);
     #endif
    -		}
    -	return group->meth->oct2point(group, point, buf, len, ctx);
    -	}
    -
    +    }
    +    return group->meth->oct2point(group, point, buf, len, ctx);
    +}
    diff --git a/openssl/crypto/ec/ec_pmeth.c b/openssl/crypto/ec/ec_pmeth.c
    index 66ee397d8..b76749010 100644
    --- a/openssl/crypto/ec/ec_pmeth.c
    +++ b/openssl/crypto/ec/ec_pmeth.c
    @@ -1,5 +1,6 @@
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2006.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2006.
      */
     /* ====================================================================
      * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
    @@ -9,7 +10,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -60,282 +61,470 @@
     #include 
     #include 
     #include 
    +#include "ec_lcl.h"
     #include 
     #include 
     #include "evp_locl.h"
     
     /* EC pkey context structure */
     
    -typedef struct
    -	{
    -	/* Key and paramgen group */
    -	EC_GROUP *gen_group;
    -	/* message digest */
    -	const EVP_MD *md;
    -	} EC_PKEY_CTX;
    +typedef struct {
    +    /* Key and paramgen group */
    +    EC_GROUP *gen_group;
    +    /* message digest */
    +    const EVP_MD *md;
    +    /* Duplicate key if custom cofactor needed */
    +    EC_KEY *co_key;
    +    /* Cofactor mode */
    +    signed char cofactor_mode;
    +    /* KDF (if any) to use for ECDH */
    +    char kdf_type;
    +    /* Message digest to use for key derivation */
    +    const EVP_MD *kdf_md;
    +    /* User key material */
    +    unsigned char *kdf_ukm;
    +    size_t kdf_ukmlen;
    +    /* KDF output length */
    +    size_t kdf_outlen;
    +} EC_PKEY_CTX;
     
     static int pkey_ec_init(EVP_PKEY_CTX *ctx)
    -	{
    -	EC_PKEY_CTX *dctx;
    -	dctx = OPENSSL_malloc(sizeof(EC_PKEY_CTX));
    -	if (!dctx)
    -		return 0;
    -	dctx->gen_group = NULL;
    -	dctx->md = NULL;
    -
    -	ctx->data = dctx;
    -
    -	return 1;
    -	}
    +{
    +    EC_PKEY_CTX *dctx;
    +    dctx = OPENSSL_malloc(sizeof(EC_PKEY_CTX));
    +    if (!dctx)
    +        return 0;
    +    dctx->gen_group = NULL;
    +    dctx->md = NULL;
    +
    +    dctx->cofactor_mode = -1;
    +    dctx->co_key = NULL;
    +    dctx->kdf_type = EVP_PKEY_ECDH_KDF_NONE;
    +    dctx->kdf_md = NULL;
    +    dctx->kdf_outlen = 0;
    +    dctx->kdf_ukm = NULL;
    +    dctx->kdf_ukmlen = 0;
    +
    +    ctx->data = dctx;
    +
    +    return 1;
    +}
     
     static int pkey_ec_copy(EVP_PKEY_CTX *dst, EVP_PKEY_CTX *src)
    -	{
    -	EC_PKEY_CTX *dctx, *sctx;
    -	if (!pkey_ec_init(dst))
    -		return 0;
    -       	sctx = src->data;
    -	dctx = dst->data;
    -	if (sctx->gen_group)
    -		{
    -		dctx->gen_group = EC_GROUP_dup(sctx->gen_group);
    -		if (!dctx->gen_group)
    -			return 0;
    -		}
    -	dctx->md = sctx->md;
    -	return 1;
    -	}
    +{
    +    EC_PKEY_CTX *dctx, *sctx;
    +    if (!pkey_ec_init(dst))
    +        return 0;
    +    sctx = src->data;
    +    dctx = dst->data;
    +    if (sctx->gen_group) {
    +        dctx->gen_group = EC_GROUP_dup(sctx->gen_group);
    +        if (!dctx->gen_group)
    +            return 0;
    +    }
    +    dctx->md = sctx->md;
    +
    +    if (sctx->co_key) {
    +        dctx->co_key = EC_KEY_dup(sctx->co_key);
    +        if (!dctx->co_key)
    +            return 0;
    +    }
    +    dctx->kdf_type = sctx->kdf_type;
    +    dctx->kdf_md = sctx->kdf_md;
    +    dctx->kdf_outlen = sctx->kdf_outlen;
    +    if (sctx->kdf_ukm) {
    +        dctx->kdf_ukm = BUF_memdup(sctx->kdf_ukm, sctx->kdf_ukmlen);
    +        if (!dctx->kdf_ukm)
    +            return 0;
    +    } else
    +        dctx->kdf_ukm = NULL;
    +    dctx->kdf_ukmlen = sctx->kdf_ukmlen;
    +    return 1;
    +}
     
     static void pkey_ec_cleanup(EVP_PKEY_CTX *ctx)
    -	{
    -	EC_PKEY_CTX *dctx = ctx->data;
    -	if (dctx)
    -		{
    -		if (dctx->gen_group)
    -			EC_GROUP_free(dctx->gen_group);
    -		OPENSSL_free(dctx);
    -		}
    -	}
    +{
    +    EC_PKEY_CTX *dctx = ctx->data;
    +    if (dctx) {
    +        if (dctx->gen_group)
    +            EC_GROUP_free(dctx->gen_group);
    +        if (dctx->co_key)
    +            EC_KEY_free(dctx->co_key);
    +        if (dctx->kdf_ukm)
    +            OPENSSL_free(dctx->kdf_ukm);
    +        OPENSSL_free(dctx);
    +    }
    +}
     
     static int pkey_ec_sign(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
    -					const unsigned char *tbs, size_t tbslen)
    -	{
    -	int ret, type;
    -	unsigned int sltmp;
    -	EC_PKEY_CTX *dctx = ctx->data;
    -	EC_KEY *ec = ctx->pkey->pkey.ec;
    -
    -	if (!sig)
    -		{
    -		*siglen = ECDSA_size(ec);
    -		return 1;
    -		}
    -	else if(*siglen < (size_t)ECDSA_size(ec))
    -		{
    -		ECerr(EC_F_PKEY_EC_SIGN, EC_R_BUFFER_TOO_SMALL);
    -		return 0;
    -		}
    -
    -	if (dctx->md)
    -		type = EVP_MD_type(dctx->md);
    -	else
    -		type = NID_sha1;
    -
    -
    -	ret = ECDSA_sign(type, tbs, tbslen, sig, &sltmp, ec);
    -
    -	if (ret <= 0)
    -		return ret;
    -	*siglen = (size_t)sltmp;
    -	return 1;
    -	}
    +                        const unsigned char *tbs, size_t tbslen)
    +{
    +    int ret, type;
    +    unsigned int sltmp;
    +    EC_PKEY_CTX *dctx = ctx->data;
    +    EC_KEY *ec = ctx->pkey->pkey.ec;
    +
    +    if (!sig) {
    +        *siglen = ECDSA_size(ec);
    +        return 1;
    +    } else if (*siglen < (size_t)ECDSA_size(ec)) {
    +        ECerr(EC_F_PKEY_EC_SIGN, EC_R_BUFFER_TOO_SMALL);
    +        return 0;
    +    }
    +
    +    if (dctx->md)
    +        type = EVP_MD_type(dctx->md);
    +    else
    +        type = NID_sha1;
    +
    +    ret = ECDSA_sign(type, tbs, tbslen, sig, &sltmp, ec);
    +
    +    if (ret <= 0)
    +        return ret;
    +    *siglen = (size_t)sltmp;
    +    return 1;
    +}
     
     static int pkey_ec_verify(EVP_PKEY_CTX *ctx,
    -					const unsigned char *sig, size_t siglen,
    -					const unsigned char *tbs, size_t tbslen)
    -	{
    -	int ret, type;
    -	EC_PKEY_CTX *dctx = ctx->data;
    -	EC_KEY *ec = ctx->pkey->pkey.ec;
    -
    -	if (dctx->md)
    -		type = EVP_MD_type(dctx->md);
    -	else
    -		type = NID_sha1;
    -
    -	ret = ECDSA_verify(type, tbs, tbslen, sig, siglen, ec);
    -
    -	return ret;
    -	}
    -
    -static int pkey_ec_derive(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen)
    -	{
    -	int ret;
    -	size_t outlen;
    -	const EC_POINT *pubkey = NULL;
    -	if (!ctx->pkey || !ctx->peerkey)
    -		{
    -		ECerr(EC_F_PKEY_EC_DERIVE, EC_R_KEYS_NOT_SET);
    -		return 0;
    -		}
    -
    -	if (!key)
    -		{
    -		const EC_GROUP *group;
    -		group = EC_KEY_get0_group(ctx->pkey->pkey.ec);
    -		*keylen = (EC_GROUP_get_degree(group) + 7)/8;
    -		return 1;
    -		}
    -
    -	pubkey = EC_KEY_get0_public_key(ctx->peerkey->pkey.ec);
    -
    -	/* NB: unlike PKCS#3 DH, if *outlen is less than maximum size this is
    -	 * not an error, the result is truncated.
    -	 */
    -
    -	outlen = *keylen;
    -		
    -	ret = ECDH_compute_key(key, outlen, pubkey, ctx->pkey->pkey.ec, 0);
    -	if (ret < 0)
    -		return ret;
    -	*keylen = ret;
    -	return 1;
    -	}
    +                          const unsigned char *sig, size_t siglen,
    +                          const unsigned char *tbs, size_t tbslen)
    +{
    +    int ret, type;
    +    EC_PKEY_CTX *dctx = ctx->data;
    +    EC_KEY *ec = ctx->pkey->pkey.ec;
    +
    +    if (dctx->md)
    +        type = EVP_MD_type(dctx->md);
    +    else
    +        type = NID_sha1;
    +
    +    ret = ECDSA_verify(type, tbs, tbslen, sig, siglen, ec);
    +
    +    return ret;
    +}
    +
    +#ifndef OPENSSL_NO_ECDH
    +static int pkey_ec_derive(EVP_PKEY_CTX *ctx, unsigned char *key,
    +                          size_t *keylen)
    +{
    +    int ret;
    +    size_t outlen;
    +    const EC_POINT *pubkey = NULL;
    +    EC_KEY *eckey;
    +    EC_PKEY_CTX *dctx = ctx->data;
    +    if (!ctx->pkey || !ctx->peerkey) {
    +        ECerr(EC_F_PKEY_EC_DERIVE, EC_R_KEYS_NOT_SET);
    +        return 0;
    +    }
    +
    +    eckey = dctx->co_key ? dctx->co_key : ctx->pkey->pkey.ec;
    +
    +    if (!key) {
    +        const EC_GROUP *group;
    +        group = EC_KEY_get0_group(eckey);
    +        *keylen = (EC_GROUP_get_degree(group) + 7) / 8;
    +        return 1;
    +    }
    +    pubkey = EC_KEY_get0_public_key(ctx->peerkey->pkey.ec);
    +
    +    /*
    +     * NB: unlike PKCS#3 DH, if *outlen is less than maximum size this is not
    +     * an error, the result is truncated.
    +     */
    +
    +    outlen = *keylen;
    +
    +    ret = ECDH_compute_key(key, outlen, pubkey, eckey, 0);
    +    if (ret <= 0)
    +        return 0;
    +    *keylen = ret;
    +    return 1;
    +}
    +
    +static int pkey_ec_kdf_derive(EVP_PKEY_CTX *ctx,
    +                              unsigned char *key, size_t *keylen)
    +{
    +    EC_PKEY_CTX *dctx = ctx->data;
    +    unsigned char *ktmp = NULL;
    +    size_t ktmplen;
    +    int rv = 0;
    +    if (dctx->kdf_type == EVP_PKEY_ECDH_KDF_NONE)
    +        return pkey_ec_derive(ctx, key, keylen);
    +    if (!key) {
    +        *keylen = dctx->kdf_outlen;
    +        return 1;
    +    }
    +    if (*keylen != dctx->kdf_outlen)
    +        return 0;
    +    if (!pkey_ec_derive(ctx, NULL, &ktmplen))
    +        return 0;
    +    ktmp = OPENSSL_malloc(ktmplen);
    +    if (!ktmp)
    +        return 0;
    +    if (!pkey_ec_derive(ctx, ktmp, &ktmplen))
    +        goto err;
    +    /* Do KDF stuff */
    +    if (!ECDH_KDF_X9_62(key, *keylen, ktmp, ktmplen,
    +                        dctx->kdf_ukm, dctx->kdf_ukmlen, dctx->kdf_md))
    +        goto err;
    +    rv = 1;
    +
    + err:
    +    if (ktmp) {
    +        OPENSSL_cleanse(ktmp, ktmplen);
    +        OPENSSL_free(ktmp);
    +    }
    +    return rv;
    +}
    +#endif
     
     static int pkey_ec_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2)
    -	{
    -	EC_PKEY_CTX *dctx = ctx->data;
    -	EC_GROUP *group;
    -	switch (type)
    -		{
    -		case EVP_PKEY_CTRL_EC_PARAMGEN_CURVE_NID:
    -		group = EC_GROUP_new_by_curve_name(p1);
    -		if (group == NULL)
    -			{
    -			ECerr(EC_F_PKEY_EC_CTRL, EC_R_INVALID_CURVE);
    -			return 0;
    -			}
    -		if (dctx->gen_group)
    -			EC_GROUP_free(dctx->gen_group);
    -		dctx->gen_group = group;
    -		return 1;
    -
    -		case EVP_PKEY_CTRL_MD:
    -		if (EVP_MD_type((const EVP_MD *)p2) != NID_sha1 &&
    -		    EVP_MD_type((const EVP_MD *)p2) != NID_ecdsa_with_SHA1 &&
    -		    EVP_MD_type((const EVP_MD *)p2) != NID_sha224 &&
    -		    EVP_MD_type((const EVP_MD *)p2) != NID_sha256 &&
    -		    EVP_MD_type((const EVP_MD *)p2) != NID_sha384 &&
    -		    EVP_MD_type((const EVP_MD *)p2) != NID_sha512)
    -			{
    -			ECerr(EC_F_PKEY_EC_CTRL, EC_R_INVALID_DIGEST_TYPE);
    -			return 0;
    -			}
    -		dctx->md = p2;
    -		return 1;
    -
    -		case EVP_PKEY_CTRL_PEER_KEY:
    -		/* Default behaviour is OK */
    -		case EVP_PKEY_CTRL_DIGESTINIT:
    -		case EVP_PKEY_CTRL_PKCS7_SIGN:
    -		case EVP_PKEY_CTRL_CMS_SIGN:
    -		return 1;
    -
    -		default:
    -		return -2;
    -
    -		}
    -	}
    -			
    +{
    +    EC_PKEY_CTX *dctx = ctx->data;
    +    EC_GROUP *group;
    +    switch (type) {
    +    case EVP_PKEY_CTRL_EC_PARAMGEN_CURVE_NID:
    +        group = EC_GROUP_new_by_curve_name(p1);
    +        if (group == NULL) {
    +            ECerr(EC_F_PKEY_EC_CTRL, EC_R_INVALID_CURVE);
    +            return 0;
    +        }
    +        if (dctx->gen_group)
    +            EC_GROUP_free(dctx->gen_group);
    +        dctx->gen_group = group;
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_EC_PARAM_ENC:
    +        if (!dctx->gen_group) {
    +            ECerr(EC_F_PKEY_EC_CTRL, EC_R_NO_PARAMETERS_SET);
    +            return 0;
    +        }
    +        EC_GROUP_set_asn1_flag(dctx->gen_group, p1);
    +        return 1;
    +
    +#ifndef OPENSSL_NO_ECDH
    +    case EVP_PKEY_CTRL_EC_ECDH_COFACTOR:
    +        if (p1 == -2) {
    +            if (dctx->cofactor_mode != -1)
    +                return dctx->cofactor_mode;
    +            else {
    +                EC_KEY *ec_key = ctx->pkey->pkey.ec;
    +                return EC_KEY_get_flags(ec_key) & EC_FLAG_COFACTOR_ECDH ? 1 :
    +                    0;
    +            }
    +        } else if (p1 < -1 || p1 > 1)
    +            return -2;
    +        dctx->cofactor_mode = p1;
    +        if (p1 != -1) {
    +            EC_KEY *ec_key = ctx->pkey->pkey.ec;
    +            if (!ec_key->group)
    +                return -2;
    +            /* If cofactor is 1 cofactor mode does nothing */
    +            if (BN_is_one(&ec_key->group->cofactor))
    +                return 1;
    +            if (!dctx->co_key) {
    +                dctx->co_key = EC_KEY_dup(ec_key);
    +                if (!dctx->co_key)
    +                    return 0;
    +            }
    +            if (p1)
    +                EC_KEY_set_flags(dctx->co_key, EC_FLAG_COFACTOR_ECDH);
    +            else
    +                EC_KEY_clear_flags(dctx->co_key, EC_FLAG_COFACTOR_ECDH);
    +        } else if (dctx->co_key) {
    +            EC_KEY_free(dctx->co_key);
    +            dctx->co_key = NULL;
    +        }
    +        return 1;
    +#endif
    +
    +    case EVP_PKEY_CTRL_EC_KDF_TYPE:
    +        if (p1 == -2)
    +            return dctx->kdf_type;
    +        if (p1 != EVP_PKEY_ECDH_KDF_NONE && p1 != EVP_PKEY_ECDH_KDF_X9_62)
    +            return -2;
    +        dctx->kdf_type = p1;
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_EC_KDF_MD:
    +        dctx->kdf_md = p2;
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_GET_EC_KDF_MD:
    +        *(const EVP_MD **)p2 = dctx->kdf_md;
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_EC_KDF_OUTLEN:
    +        if (p1 <= 0)
    +            return -2;
    +        dctx->kdf_outlen = (size_t)p1;
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_GET_EC_KDF_OUTLEN:
    +        *(int *)p2 = dctx->kdf_outlen;
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_EC_KDF_UKM:
    +        if (dctx->kdf_ukm)
    +            OPENSSL_free(dctx->kdf_ukm);
    +        dctx->kdf_ukm = p2;
    +        if (p2)
    +            dctx->kdf_ukmlen = p1;
    +        else
    +            dctx->kdf_ukmlen = 0;
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_GET_EC_KDF_UKM:
    +        *(unsigned char **)p2 = dctx->kdf_ukm;
    +        return dctx->kdf_ukmlen;
    +
    +    case EVP_PKEY_CTRL_MD:
    +        if (EVP_MD_type((const EVP_MD *)p2) != NID_sha1 &&
    +            EVP_MD_type((const EVP_MD *)p2) != NID_ecdsa_with_SHA1 &&
    +            EVP_MD_type((const EVP_MD *)p2) != NID_sha224 &&
    +            EVP_MD_type((const EVP_MD *)p2) != NID_sha256 &&
    +            EVP_MD_type((const EVP_MD *)p2) != NID_sha384 &&
    +            EVP_MD_type((const EVP_MD *)p2) != NID_sha512) {
    +            ECerr(EC_F_PKEY_EC_CTRL, EC_R_INVALID_DIGEST_TYPE);
    +            return 0;
    +        }
    +        dctx->md = p2;
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_GET_MD:
    +        *(const EVP_MD **)p2 = dctx->md;
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_PEER_KEY:
    +        /* Default behaviour is OK */
    +    case EVP_PKEY_CTRL_DIGESTINIT:
    +    case EVP_PKEY_CTRL_PKCS7_SIGN:
    +    case EVP_PKEY_CTRL_CMS_SIGN:
    +        return 1;
    +
    +    default:
    +        return -2;
    +
    +    }
    +}
    +
     static int pkey_ec_ctrl_str(EVP_PKEY_CTX *ctx,
    -			const char *type, const char *value)
    -	{
    -	if (!strcmp(type, "ec_paramgen_curve"))
    -		{
    -		int nid;
    -		nid = OBJ_sn2nid(value);
    -		if (nid == NID_undef)
    -			nid = OBJ_ln2nid(value);
    -		if (nid == NID_undef)
    -			{
    -			ECerr(EC_F_PKEY_EC_CTRL_STR, EC_R_INVALID_CURVE);
    -			return 0;
    -			}
    -		return EVP_PKEY_CTX_set_ec_paramgen_curve_nid(ctx, nid);
    -		}
    -	return -2;
    -	}
    +                            const char *type, const char *value)
    +{
    +    if (!strcmp(type, "ec_paramgen_curve")) {
    +        int nid;
    +        nid = EC_curve_nist2nid(value);
    +        if (nid == NID_undef)
    +            nid = OBJ_sn2nid(value);
    +        if (nid == NID_undef)
    +            nid = OBJ_ln2nid(value);
    +        if (nid == NID_undef) {
    +            ECerr(EC_F_PKEY_EC_CTRL_STR, EC_R_INVALID_CURVE);
    +            return 0;
    +        }
    +        return EVP_PKEY_CTX_set_ec_paramgen_curve_nid(ctx, nid);
    +    } else if (!strcmp(type, "ec_param_enc")) {
    +        int param_enc;
    +        if (!strcmp(value, "explicit"))
    +            param_enc = 0;
    +        else if (!strcmp(value, "named_curve"))
    +            param_enc = OPENSSL_EC_NAMED_CURVE;
    +        else
    +            return -2;
    +        return EVP_PKEY_CTX_set_ec_param_enc(ctx, param_enc);
    +    } else if (!strcmp(type, "ecdh_kdf_md")) {
    +        const EVP_MD *md;
    +        if (!(md = EVP_get_digestbyname(value))) {
    +            ECerr(EC_F_PKEY_EC_CTRL_STR, EC_R_INVALID_DIGEST);
    +            return 0;
    +        }
    +        return EVP_PKEY_CTX_set_ecdh_kdf_md(ctx, md);
    +    } else if (!strcmp(type, "ecdh_cofactor_mode")) {
    +        int co_mode;
    +        co_mode = atoi(value);
    +        return EVP_PKEY_CTX_set_ecdh_cofactor_mode(ctx, co_mode);
    +    }
    +
    +    return -2;
    +}
     
     static int pkey_ec_paramgen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey)
    -	{
    -	EC_KEY *ec = NULL;
    -	EC_PKEY_CTX *dctx = ctx->data;
    -	int ret = 0;
    -	if (dctx->gen_group == NULL)
    -		{
    -		ECerr(EC_F_PKEY_EC_PARAMGEN, EC_R_NO_PARAMETERS_SET);
    -		return 0;
    -		}
    -	ec = EC_KEY_new();
    -	if (!ec)
    -		return 0;
    -	ret = EC_KEY_set_group(ec, dctx->gen_group);
    -	if (ret)
    -		EVP_PKEY_assign_EC_KEY(pkey, ec);
    -	else
    -		EC_KEY_free(ec);
    -	return ret;
    -	}
    +{
    +    EC_KEY *ec = NULL;
    +    EC_PKEY_CTX *dctx = ctx->data;
    +    int ret = 0;
    +    if (dctx->gen_group == NULL) {
    +        ECerr(EC_F_PKEY_EC_PARAMGEN, EC_R_NO_PARAMETERS_SET);
    +        return 0;
    +    }
    +    ec = EC_KEY_new();
    +    if (!ec)
    +        return 0;
    +    ret = EC_KEY_set_group(ec, dctx->gen_group);
    +    if (ret)
    +        EVP_PKEY_assign_EC_KEY(pkey, ec);
    +    else
    +        EC_KEY_free(ec);
    +    return ret;
    +}
     
     static int pkey_ec_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey)
    -	{
    -	EC_KEY *ec = NULL;
    -	if (ctx->pkey == NULL)
    -		{
    -		ECerr(EC_F_PKEY_EC_KEYGEN, EC_R_NO_PARAMETERS_SET);
    -		return 0;
    -		}
    -	ec = EC_KEY_new();
    -	if (!ec)
    -		return 0;
    -	EVP_PKEY_assign_EC_KEY(pkey, ec);
    -	/* Note: if error return, pkey is freed by parent routine */
    -	if (!EVP_PKEY_copy_parameters(pkey, ctx->pkey))
    -		return 0;
    -	return EC_KEY_generate_key(pkey->pkey.ec);
    -	}
    -
    -const EVP_PKEY_METHOD ec_pkey_meth = 
    -	{
    -	EVP_PKEY_EC,
    -	0,
    -	pkey_ec_init,
    -	pkey_ec_copy,
    -	pkey_ec_cleanup,
    -
    -	0,
    -	pkey_ec_paramgen,
    -
    -	0,
    -	pkey_ec_keygen,
    -
    -	0,
    -	pkey_ec_sign,
    -
    -	0,
    -	pkey_ec_verify,
    -
    -	0,0,
    -
    -	0,0,0,0,
    -
    -	0,0,
    -
    -	0,0,
    -
    -	0,
    -	pkey_ec_derive,
    -
    -	pkey_ec_ctrl,
    -	pkey_ec_ctrl_str
    -
    -	};
    +{
    +    EC_KEY *ec = NULL;
    +    EC_PKEY_CTX *dctx = ctx->data;
    +    if (ctx->pkey == NULL && dctx->gen_group == NULL) {
    +        ECerr(EC_F_PKEY_EC_KEYGEN, EC_R_NO_PARAMETERS_SET);
    +        return 0;
    +    }
    +    ec = EC_KEY_new();
    +    if (!ec)
    +        return 0;
    +    EVP_PKEY_assign_EC_KEY(pkey, ec);
    +    if (ctx->pkey) {
    +        /* Note: if error return, pkey is freed by parent routine */
    +        if (!EVP_PKEY_copy_parameters(pkey, ctx->pkey))
    +            return 0;
    +    } else {
    +        if (!EC_KEY_set_group(ec, dctx->gen_group))
    +            return 0;
    +    }
    +    return EC_KEY_generate_key(pkey->pkey.ec);
    +}
    +
    +const EVP_PKEY_METHOD ec_pkey_meth = {
    +    EVP_PKEY_EC,
    +    0,
    +    pkey_ec_init,
    +    pkey_ec_copy,
    +    pkey_ec_cleanup,
    +
    +    0,
    +    pkey_ec_paramgen,
    +
    +    0,
    +    pkey_ec_keygen,
    +
    +    0,
    +    pkey_ec_sign,
    +
    +    0,
    +    pkey_ec_verify,
    +
    +    0, 0,
    +
    +    0, 0, 0, 0,
    +
    +    0, 0,
    +
    +    0, 0,
    +
    +    0,
    +#ifndef OPENSSL_NO_ECDH
    +    pkey_ec_kdf_derive,
    +#else
    +    0,
    +#endif
    +
    +    pkey_ec_ctrl,
    +    pkey_ec_ctrl_str
    +};
    diff --git a/openssl/crypto/ec/ec_print.c b/openssl/crypto/ec/ec_print.c
    index f7c8a303a..96b294d87 100644
    --- a/openssl/crypto/ec/ec_print.c
    +++ b/openssl/crypto/ec/ec_print.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,140 +56,124 @@
     #include 
     #include "ec_lcl.h"
     
    -BIGNUM *EC_POINT_point2bn(const EC_GROUP *group, 
    -                          const EC_POINT *point, 
    +BIGNUM *EC_POINT_point2bn(const EC_GROUP *group,
    +                          const EC_POINT *point,
                               point_conversion_form_t form,
    -                          BIGNUM *ret,
    -                          BN_CTX *ctx)
    -	{
    -	size_t        buf_len=0;
    -	unsigned char *buf;
    +                          BIGNUM *ret, BN_CTX *ctx)
    +{
    +    size_t buf_len = 0;
    +    unsigned char *buf;
     
    -	buf_len = EC_POINT_point2oct(group, point, form,
    -                                     NULL, 0, ctx);
    -	if (buf_len == 0)
    -		return NULL;
    +    buf_len = EC_POINT_point2oct(group, point, form, NULL, 0, ctx);
    +    if (buf_len == 0)
    +        return NULL;
     
    -	if ((buf = OPENSSL_malloc(buf_len)) == NULL)
    -		return NULL;
    +    if ((buf = OPENSSL_malloc(buf_len)) == NULL)
    +        return NULL;
     
    -	if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx))
    -		{
    -		OPENSSL_free(buf);
    -		return NULL;
    -		}
    +    if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx)) {
    +        OPENSSL_free(buf);
    +        return NULL;
    +    }
     
    -	ret = BN_bin2bn(buf, buf_len, ret);
    +    ret = BN_bin2bn(buf, buf_len, ret);
     
    -	OPENSSL_free(buf);
    +    OPENSSL_free(buf);
     
    -	return ret;
    +    return ret;
     }
     
     EC_POINT *EC_POINT_bn2point(const EC_GROUP *group,
    -                            const BIGNUM *bn,
    -                            EC_POINT *point, 
    -                            BN_CTX *ctx)
    -	{
    -	size_t        buf_len=0;
    -	unsigned char *buf;
    -	EC_POINT      *ret;
    -
    -	if ((buf_len = BN_num_bytes(bn)) == 0) return NULL;
    -	buf = OPENSSL_malloc(buf_len);
    -	if (buf == NULL)
    -		return NULL;
    -
    -	if (!BN_bn2bin(bn, buf)) 
    -		{
    -		OPENSSL_free(buf);
    -		return NULL;
    -		}
    -
    -	if (point == NULL)
    -		{
    -		if ((ret = EC_POINT_new(group)) == NULL)
    -			{
    -			OPENSSL_free(buf);
    -			return NULL;
    -			}
    -		}
    -	else
    -		ret = point;
    -
    -	if (!EC_POINT_oct2point(group, ret, buf, buf_len, ctx))
    -		{
    -		if (point == NULL)
    -			EC_POINT_clear_free(ret);
    -		OPENSSL_free(buf);
    -		return NULL;
    -		}
    -
    -	OPENSSL_free(buf);
    -	return ret;
    -	}
    +                            const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx)
    +{
    +    size_t buf_len = 0;
    +    unsigned char *buf;
    +    EC_POINT *ret;
    +
    +    if ((buf_len = BN_num_bytes(bn)) == 0)
    +        return NULL;
    +    buf = OPENSSL_malloc(buf_len);
    +    if (buf == NULL)
    +        return NULL;
    +
    +    if (!BN_bn2bin(bn, buf)) {
    +        OPENSSL_free(buf);
    +        return NULL;
    +    }
    +
    +    if (point == NULL) {
    +        if ((ret = EC_POINT_new(group)) == NULL) {
    +            OPENSSL_free(buf);
    +            return NULL;
    +        }
    +    } else
    +        ret = point;
    +
    +    if (!EC_POINT_oct2point(group, ret, buf, buf_len, ctx)) {
    +        if (point == NULL)
    +            EC_POINT_clear_free(ret);
    +        OPENSSL_free(buf);
    +        return NULL;
    +    }
    +
    +    OPENSSL_free(buf);
    +    return ret;
    +}
     
     static const char *HEX_DIGITS = "0123456789ABCDEF";
     
     /* the return value must be freed (using OPENSSL_free()) */
     char *EC_POINT_point2hex(const EC_GROUP *group,
                              const EC_POINT *point,
    -                         point_conversion_form_t form,
    -                         BN_CTX *ctx)
    -	{
    -	char          *ret, *p;
    -	size_t        buf_len=0,i;
    -	unsigned char *buf, *pbuf;
    -
    -	buf_len = EC_POINT_point2oct(group, point, form,
    -                                     NULL, 0, ctx);
    -	if (buf_len == 0)
    -		return NULL;
    -
    -	if ((buf = OPENSSL_malloc(buf_len)) == NULL)
    -		return NULL;
    -
    -	if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx))
    -		{
    -		OPENSSL_free(buf);
    -		return NULL;
    -		}
    -
    -	ret = (char *)OPENSSL_malloc(buf_len*2+2);
    -	if (ret == NULL)
    -		{
    -		OPENSSL_free(buf);
    -		return NULL;
    -		}
    -	p = ret;
    -	pbuf = buf;
    -	for (i=buf_len; i > 0; i--)
    -		{
    -			int v = (int) *(pbuf++);
    -			*(p++)=HEX_DIGITS[v>>4];
    -			*(p++)=HEX_DIGITS[v&0x0F];
    -		}
    -	*p='\0';
    -
    -	OPENSSL_free(buf);
    -
    -	return ret;
    -	}
    +                         point_conversion_form_t form, BN_CTX *ctx)
    +{
    +    char *ret, *p;
    +    size_t buf_len = 0, i;
    +    unsigned char *buf, *pbuf;
    +
    +    buf_len = EC_POINT_point2oct(group, point, form, NULL, 0, ctx);
    +    if (buf_len == 0)
    +        return NULL;
    +
    +    if ((buf = OPENSSL_malloc(buf_len)) == NULL)
    +        return NULL;
    +
    +    if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx)) {
    +        OPENSSL_free(buf);
    +        return NULL;
    +    }
    +
    +    ret = (char *)OPENSSL_malloc(buf_len * 2 + 2);
    +    if (ret == NULL) {
    +        OPENSSL_free(buf);
    +        return NULL;
    +    }
    +    p = ret;
    +    pbuf = buf;
    +    for (i = buf_len; i > 0; i--) {
    +        int v = (int)*(pbuf++);
    +        *(p++) = HEX_DIGITS[v >> 4];
    +        *(p++) = HEX_DIGITS[v & 0x0F];
    +    }
    +    *p = '\0';
    +
    +    OPENSSL_free(buf);
    +
    +    return ret;
    +}
     
     EC_POINT *EC_POINT_hex2point(const EC_GROUP *group,
    -                             const char *buf,
    -                             EC_POINT *point,
    -                             BN_CTX *ctx)
    -	{
    -	EC_POINT *ret=NULL;
    -	BIGNUM   *tmp_bn=NULL;
    +                             const char *buf, EC_POINT *point, BN_CTX *ctx)
    +{
    +    EC_POINT *ret = NULL;
    +    BIGNUM *tmp_bn = NULL;
     
    -	if (!BN_hex2bn(&tmp_bn, buf))
    -		return NULL;
    +    if (!BN_hex2bn(&tmp_bn, buf))
    +        return NULL;
     
    -	ret = EC_POINT_bn2point(group, tmp_bn, point, ctx);
    +    ret = EC_POINT_bn2point(group, tmp_bn, point, ctx);
     
    -	BN_clear_free(tmp_bn);
    +    BN_clear_free(tmp_bn);
     
    -	return ret;
    -	}
    +    return ret;
    +}
    diff --git a/openssl/crypto/ec/eck_prn.c b/openssl/crypto/ec/eck_prn.c
    index 06de8f395..515b26238 100644
    --- a/openssl/crypto/ec/eck_prn.c
    +++ b/openssl/crypto/ec/eck_prn.c
    @@ -10,7 +10,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -57,7 +57,7 @@
      */
     /* ====================================================================
      * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
    - * Portions originally developed by SUN MICROSYSTEMS, INC., and 
    + * Portions originally developed by SUN MICROSYSTEMS, INC., and
      * contributed to the OpenSSL project.
      */
     
    @@ -69,324 +69,307 @@
     
     #ifndef OPENSSL_NO_FP_API
     int ECPKParameters_print_fp(FILE *fp, const EC_GROUP *x, int off)
    -	{
    -	BIO *b;
    -	int ret;
    -
    -	if ((b=BIO_new(BIO_s_file())) == NULL)
    -		{
    -		ECerr(EC_F_ECPKPARAMETERS_PRINT_FP,ERR_R_BUF_LIB);
    -		return(0);
    -		}
    -	BIO_set_fp(b, fp, BIO_NOCLOSE);
    -	ret = ECPKParameters_print(b, x, off);
    -	BIO_free(b);
    -	return(ret);
    -	}
    +{
    +    BIO *b;
    +    int ret;
    +
    +    if ((b = BIO_new(BIO_s_file())) == NULL) {
    +        ECerr(EC_F_ECPKPARAMETERS_PRINT_FP, ERR_R_BUF_LIB);
    +        return (0);
    +    }
    +    BIO_set_fp(b, fp, BIO_NOCLOSE);
    +    ret = ECPKParameters_print(b, x, off);
    +    BIO_free(b);
    +    return (ret);
    +}
     
     int EC_KEY_print_fp(FILE *fp, const EC_KEY *x, int off)
    -	{
    -	BIO *b;
    -	int ret;
    - 
    -	if ((b=BIO_new(BIO_s_file())) == NULL)
    -		{
    -		ECerr(EC_F_EC_KEY_PRINT_FP, ERR_R_BIO_LIB);
    -		return(0);
    -		}
    -	BIO_set_fp(b, fp, BIO_NOCLOSE);
    -	ret = EC_KEY_print(b, x, off);
    -	BIO_free(b);
    -	return(ret);
    -	}
    +{
    +    BIO *b;
    +    int ret;
    +
    +    if ((b = BIO_new(BIO_s_file())) == NULL) {
    +        ECerr(EC_F_EC_KEY_PRINT_FP, ERR_R_BIO_LIB);
    +        return (0);
    +    }
    +    BIO_set_fp(b, fp, BIO_NOCLOSE);
    +    ret = EC_KEY_print(b, x, off);
    +    BIO_free(b);
    +    return (ret);
    +}
     
     int ECParameters_print_fp(FILE *fp, const EC_KEY *x)
    -	{
    -	BIO *b;
    -	int ret;
    - 
    -	if ((b=BIO_new(BIO_s_file())) == NULL)
    -		{
    -		ECerr(EC_F_ECPARAMETERS_PRINT_FP, ERR_R_BIO_LIB);
    -		return(0);
    -		}
    -	BIO_set_fp(b, fp, BIO_NOCLOSE);
    -	ret = ECParameters_print(b, x);
    -	BIO_free(b);
    -	return(ret);
    -	}
    +{
    +    BIO *b;
    +    int ret;
    +
    +    if ((b = BIO_new(BIO_s_file())) == NULL) {
    +        ECerr(EC_F_ECPARAMETERS_PRINT_FP, ERR_R_BIO_LIB);
    +        return (0);
    +    }
    +    BIO_set_fp(b, fp, BIO_NOCLOSE);
    +    ret = ECParameters_print(b, x);
    +    BIO_free(b);
    +    return (ret);
    +}
     #endif
     
     int EC_KEY_print(BIO *bp, const EC_KEY *x, int off)
    -	{
    -	EVP_PKEY *pk;
    -	int ret;
    -	pk = EVP_PKEY_new();
    -	if (!pk || !EVP_PKEY_set1_EC_KEY(pk, (EC_KEY *)x))
    -		return 0;
    -	ret = EVP_PKEY_print_private(bp, pk, off, NULL);
    -	EVP_PKEY_free(pk);
    -	return ret;
    -	}
    +{
    +    EVP_PKEY *pk;
    +    int ret;
    +    pk = EVP_PKEY_new();
    +    if (!pk || !EVP_PKEY_set1_EC_KEY(pk, (EC_KEY *)x))
    +        return 0;
    +    ret = EVP_PKEY_print_private(bp, pk, off, NULL);
    +    EVP_PKEY_free(pk);
    +    return ret;
    +}
     
     int ECParameters_print(BIO *bp, const EC_KEY *x)
    -	{
    -	EVP_PKEY *pk;
    -	int ret;
    -	pk = EVP_PKEY_new();
    -	if (!pk || !EVP_PKEY_set1_EC_KEY(pk, (EC_KEY *)x))
    -		return 0;
    -	ret = EVP_PKEY_print_params(bp, pk, 4, NULL);
    -	EVP_PKEY_free(pk);
    -	return ret;
    -	}
    +{
    +    EVP_PKEY *pk;
    +    int ret;
    +    pk = EVP_PKEY_new();
    +    if (!pk || !EVP_PKEY_set1_EC_KEY(pk, (EC_KEY *)x))
    +        return 0;
    +    ret = EVP_PKEY_print_params(bp, pk, 4, NULL);
    +    EVP_PKEY_free(pk);
    +    return ret;
    +}
     
     static int print_bin(BIO *fp, const char *str, const unsigned char *num,
    -		size_t len, int off);
    +                     size_t len, int off);
     
     int ECPKParameters_print(BIO *bp, const EC_GROUP *x, int off)
    -	{
    -	unsigned char *buffer=NULL;
    -	size_t	buf_len=0, i;
    -	int     ret=0, reason=ERR_R_BIO_LIB;
    -	BN_CTX  *ctx=NULL;
    -	const EC_POINT *point=NULL;
    -	BIGNUM	*p=NULL, *a=NULL, *b=NULL, *gen=NULL,
    -		*order=NULL, *cofactor=NULL;
    -	const unsigned char *seed;
    -	size_t	seed_len=0;
    -	
    -	static const char *gen_compressed = "Generator (compressed):";
    -	static const char *gen_uncompressed = "Generator (uncompressed):";
    -	static const char *gen_hybrid = "Generator (hybrid):";
    - 
    -	if (!x)
    -		{
    -		reason = ERR_R_PASSED_NULL_PARAMETER;
    -		goto err;
    -		}
    -
    -	ctx = BN_CTX_new();
    -	if (ctx == NULL)
    -		{
    -		reason = ERR_R_MALLOC_FAILURE;
    -		goto err;
    -		}
    -
    -	if (EC_GROUP_get_asn1_flag(x))
    -		{
    -		/* the curve parameter are given by an asn1 OID */
    -		int nid;
    -
    -		if (!BIO_indent(bp, off, 128))
    -			goto err;
    -
    -		nid = EC_GROUP_get_curve_name(x);
    -		if (nid == 0)
    -			goto err;
    -
    -		if (BIO_printf(bp, "ASN1 OID: %s", OBJ_nid2sn(nid)) <= 0)
    -			goto err;
    -		if (BIO_printf(bp, "\n") <= 0)
    -			goto err;
    -		}
    -	else
    -		{
    -		/* explicit parameters */
    -		int is_char_two = 0;
    -		point_conversion_form_t form;
    -		int tmp_nid = EC_METHOD_get_field_type(EC_GROUP_method_of(x));
    -
    -		if (tmp_nid == NID_X9_62_characteristic_two_field)
    -			is_char_two = 1;
    -
    -		if ((p = BN_new()) == NULL || (a = BN_new()) == NULL ||
    -			(b = BN_new()) == NULL || (order = BN_new()) == NULL ||
    -			(cofactor = BN_new()) == NULL)
    -			{
    -			reason = ERR_R_MALLOC_FAILURE;
    -			goto err;
    -			}
    +{
    +    unsigned char *buffer = NULL;
    +    size_t buf_len = 0, i;
    +    int ret = 0, reason = ERR_R_BIO_LIB;
    +    BN_CTX *ctx = NULL;
    +    const EC_POINT *point = NULL;
    +    BIGNUM *p = NULL, *a = NULL, *b = NULL, *gen = NULL,
    +        *order = NULL, *cofactor = NULL;
    +    const unsigned char *seed;
    +    size_t seed_len = 0;
    +
    +    static const char *gen_compressed = "Generator (compressed):";
    +    static const char *gen_uncompressed = "Generator (uncompressed):";
    +    static const char *gen_hybrid = "Generator (hybrid):";
    +
    +    if (!x) {
    +        reason = ERR_R_PASSED_NULL_PARAMETER;
    +        goto err;
    +    }
    +
    +    ctx = BN_CTX_new();
    +    if (ctx == NULL) {
    +        reason = ERR_R_MALLOC_FAILURE;
    +        goto err;
    +    }
    +
    +    if (EC_GROUP_get_asn1_flag(x)) {
    +        /* the curve parameter are given by an asn1 OID */
    +        int nid;
    +        const char *nname;
    +
    +        if (!BIO_indent(bp, off, 128))
    +            goto err;
    +
    +        nid = EC_GROUP_get_curve_name(x);
    +        if (nid == 0)
    +            goto err;
    +
    +        if (BIO_printf(bp, "ASN1 OID: %s", OBJ_nid2sn(nid)) <= 0)
    +            goto err;
    +        if (BIO_printf(bp, "\n") <= 0)
    +            goto err;
    +        nname = EC_curve_nid2nist(nid);
    +        if (nname) {
    +            if (!BIO_indent(bp, off, 128))
    +                goto err;
    +            if (BIO_printf(bp, "NIST CURVE: %s\n", nname) <= 0)
    +                goto err;
    +        }
    +    } else {
    +        /* explicit parameters */
    +        int is_char_two = 0;
    +        point_conversion_form_t form;
    +        int tmp_nid = EC_METHOD_get_field_type(EC_GROUP_method_of(x));
    +
    +        if (tmp_nid == NID_X9_62_characteristic_two_field)
    +            is_char_two = 1;
    +
    +        if ((p = BN_new()) == NULL || (a = BN_new()) == NULL ||
    +            (b = BN_new()) == NULL || (order = BN_new()) == NULL ||
    +            (cofactor = BN_new()) == NULL) {
    +            reason = ERR_R_MALLOC_FAILURE;
    +            goto err;
    +        }
     #ifndef OPENSSL_NO_EC2M
    -		if (is_char_two)
    -			{
    -			if (!EC_GROUP_get_curve_GF2m(x, p, a, b, ctx))
    -				{
    -				reason = ERR_R_EC_LIB;
    -				goto err;
    -				}
    -			}
    -		else /* prime field */
    +        if (is_char_two) {
    +            if (!EC_GROUP_get_curve_GF2m(x, p, a, b, ctx)) {
    +                reason = ERR_R_EC_LIB;
    +                goto err;
    +            }
    +        } else                  /* prime field */
     #endif
    -			{
    -			if (!EC_GROUP_get_curve_GFp(x, p, a, b, ctx))
    -				{
    -				reason = ERR_R_EC_LIB;
    -				goto err;
    -				}
    -			}
    -
    -		if ((point = EC_GROUP_get0_generator(x)) == NULL)
    -			{
    -			reason = ERR_R_EC_LIB;
    -			goto err;
    -			}
    -		if (!EC_GROUP_get_order(x, order, NULL) || 
    -            		!EC_GROUP_get_cofactor(x, cofactor, NULL))
    -			{
    -			reason = ERR_R_EC_LIB;
    -			goto err;
    -			}
    -		
    -		form = EC_GROUP_get_point_conversion_form(x);
    -
    -		if ((gen = EC_POINT_point2bn(x, point, 
    -				form, NULL, ctx)) == NULL)
    -			{
    -			reason = ERR_R_EC_LIB;
    -			goto err;
    -			}
    -
    -		buf_len = (size_t)BN_num_bytes(p);
    -		if (buf_len < (i = (size_t)BN_num_bytes(a)))
    -			buf_len = i;
    -		if (buf_len < (i = (size_t)BN_num_bytes(b)))
    -			buf_len = i;
    -		if (buf_len < (i = (size_t)BN_num_bytes(gen)))
    -			buf_len = i;
    -		if (buf_len < (i = (size_t)BN_num_bytes(order)))
    -			buf_len = i;
    -		if (buf_len < (i = (size_t)BN_num_bytes(cofactor))) 
    -			buf_len = i;
    -
    -		if ((seed = EC_GROUP_get0_seed(x)) != NULL)
    -			seed_len = EC_GROUP_get_seed_len(x);
    -
    -		buf_len += 10;
    -		if ((buffer = OPENSSL_malloc(buf_len)) == NULL)
    -			{
    -			reason = ERR_R_MALLOC_FAILURE;
    -			goto err;
    -			}
    -
    -		if (!BIO_indent(bp, off, 128))
    -			goto err;
    -
    -		/* print the 'short name' of the field type */
    -		if (BIO_printf(bp, "Field Type: %s\n", OBJ_nid2sn(tmp_nid))
    -			<= 0)
    -			goto err;  
    -
    -		if (is_char_two)
    -			{
    -			/* print the 'short name' of the base type OID */
    -			int basis_type = EC_GROUP_get_basis_type(x);
    -			if (basis_type == 0)
    -				goto err;
    -
    -			if (!BIO_indent(bp, off, 128))
    -				goto err;
    -
    -			if (BIO_printf(bp, "Basis Type: %s\n", 
    -				OBJ_nid2sn(basis_type)) <= 0)
    -				goto err;
    -
    -			/* print the polynomial */
    -			if ((p != NULL) && !ASN1_bn_print(bp, "Polynomial:", p, buffer,
    -				off))
    -				goto err;
    -			}
    -		else
    -			{
    -			if ((p != NULL) && !ASN1_bn_print(bp, "Prime:", p, buffer,off))
    -				goto err;
    -			}
    -		if ((a != NULL) && !ASN1_bn_print(bp, "A:   ", a, buffer, off)) 
    -			goto err;
    -		if ((b != NULL) && !ASN1_bn_print(bp, "B:   ", b, buffer, off))
    -			goto err;
    -		if (form == POINT_CONVERSION_COMPRESSED)
    -			{
    -			if ((gen != NULL) && !ASN1_bn_print(bp, gen_compressed, gen,
    -				buffer, off))
    -				goto err;
    -			}
    -		else if (form == POINT_CONVERSION_UNCOMPRESSED)
    -			{
    -			if ((gen != NULL) && !ASN1_bn_print(bp, gen_uncompressed, gen,
    -				buffer, off))
    -				goto err;
    -			}
    -		else /* form == POINT_CONVERSION_HYBRID */
    -			{
    -			if ((gen != NULL) && !ASN1_bn_print(bp, gen_hybrid, gen,
    -				buffer, off))
    -				goto err;
    -			}
    -		if ((order != NULL) && !ASN1_bn_print(bp, "Order: ", order, 
    -			buffer, off)) goto err;
    -		if ((cofactor != NULL) && !ASN1_bn_print(bp, "Cofactor: ", cofactor, 
    -			buffer, off)) goto err;
    -		if (seed && !print_bin(bp, "Seed:", seed, seed_len, off))
    -			goto err;
    -		}
    -	ret=1;
    -err:
    -	if (!ret)
    - 		ECerr(EC_F_ECPKPARAMETERS_PRINT, reason);
    -	if (p) 
    -		BN_free(p);
    -	if (a) 
    -		BN_free(a);
    -	if (b)
    -		BN_free(b);
    -	if (gen)
    -		BN_free(gen);
    -	if (order)
    -		BN_free(order);
    -	if (cofactor)
    -		BN_free(cofactor);
    -	if (ctx)
    -		BN_CTX_free(ctx);
    -	if (buffer != NULL) 
    -		OPENSSL_free(buffer);
    -	return(ret);	
    -	}
    +        {
    +            if (!EC_GROUP_get_curve_GFp(x, p, a, b, ctx)) {
    +                reason = ERR_R_EC_LIB;
    +                goto err;
    +            }
    +        }
    +
    +        if ((point = EC_GROUP_get0_generator(x)) == NULL) {
    +            reason = ERR_R_EC_LIB;
    +            goto err;
    +        }
    +        if (!EC_GROUP_get_order(x, order, NULL) ||
    +            !EC_GROUP_get_cofactor(x, cofactor, NULL)) {
    +            reason = ERR_R_EC_LIB;
    +            goto err;
    +        }
    +
    +        form = EC_GROUP_get_point_conversion_form(x);
    +
    +        if ((gen = EC_POINT_point2bn(x, point, form, NULL, ctx)) == NULL) {
    +            reason = ERR_R_EC_LIB;
    +            goto err;
    +        }
    +
    +        buf_len = (size_t)BN_num_bytes(p);
    +        if (buf_len < (i = (size_t)BN_num_bytes(a)))
    +            buf_len = i;
    +        if (buf_len < (i = (size_t)BN_num_bytes(b)))
    +            buf_len = i;
    +        if (buf_len < (i = (size_t)BN_num_bytes(gen)))
    +            buf_len = i;
    +        if (buf_len < (i = (size_t)BN_num_bytes(order)))
    +            buf_len = i;
    +        if (buf_len < (i = (size_t)BN_num_bytes(cofactor)))
    +            buf_len = i;
    +
    +        if ((seed = EC_GROUP_get0_seed(x)) != NULL)
    +            seed_len = EC_GROUP_get_seed_len(x);
    +
    +        buf_len += 10;
    +        if ((buffer = OPENSSL_malloc(buf_len)) == NULL) {
    +            reason = ERR_R_MALLOC_FAILURE;
    +            goto err;
    +        }
    +
    +        if (!BIO_indent(bp, off, 128))
    +            goto err;
    +
    +        /* print the 'short name' of the field type */
    +        if (BIO_printf(bp, "Field Type: %s\n", OBJ_nid2sn(tmp_nid))
    +            <= 0)
    +            goto err;
    +
    +        if (is_char_two) {
    +            /* print the 'short name' of the base type OID */
    +            int basis_type = EC_GROUP_get_basis_type(x);
    +            if (basis_type == 0)
    +                goto err;
    +
    +            if (!BIO_indent(bp, off, 128))
    +                goto err;
    +
    +            if (BIO_printf(bp, "Basis Type: %s\n",
    +                           OBJ_nid2sn(basis_type)) <= 0)
    +                goto err;
    +
    +            /* print the polynomial */
    +            if ((p != NULL) && !ASN1_bn_print(bp, "Polynomial:", p, buffer,
    +                                              off))
    +                goto err;
    +        } else {
    +            if ((p != NULL) && !ASN1_bn_print(bp, "Prime:", p, buffer, off))
    +                goto err;
    +        }
    +        if ((a != NULL) && !ASN1_bn_print(bp, "A:   ", a, buffer, off))
    +            goto err;
    +        if ((b != NULL) && !ASN1_bn_print(bp, "B:   ", b, buffer, off))
    +            goto err;
    +        if (form == POINT_CONVERSION_COMPRESSED) {
    +            if ((gen != NULL) && !ASN1_bn_print(bp, gen_compressed, gen,
    +                                                buffer, off))
    +                goto err;
    +        } else if (form == POINT_CONVERSION_UNCOMPRESSED) {
    +            if ((gen != NULL) && !ASN1_bn_print(bp, gen_uncompressed, gen,
    +                                                buffer, off))
    +                goto err;
    +        } else {                /* form == POINT_CONVERSION_HYBRID */
    +
    +            if ((gen != NULL) && !ASN1_bn_print(bp, gen_hybrid, gen,
    +                                                buffer, off))
    +                goto err;
    +        }
    +        if ((order != NULL) && !ASN1_bn_print(bp, "Order: ", order,
    +                                              buffer, off))
    +            goto err;
    +        if ((cofactor != NULL) && !ASN1_bn_print(bp, "Cofactor: ", cofactor,
    +                                                 buffer, off))
    +            goto err;
    +        if (seed && !print_bin(bp, "Seed:", seed, seed_len, off))
    +            goto err;
    +    }
    +    ret = 1;
    + err:
    +    if (!ret)
    +        ECerr(EC_F_ECPKPARAMETERS_PRINT, reason);
    +    if (p)
    +        BN_free(p);
    +    if (a)
    +        BN_free(a);
    +    if (b)
    +        BN_free(b);
    +    if (gen)
    +        BN_free(gen);
    +    if (order)
    +        BN_free(order);
    +    if (cofactor)
    +        BN_free(cofactor);
    +    if (ctx)
    +        BN_CTX_free(ctx);
    +    if (buffer != NULL)
    +        OPENSSL_free(buffer);
    +    return (ret);
    +}
     
     static int print_bin(BIO *fp, const char *name, const unsigned char *buf,
    -		size_t len, int off)
    -	{
    -	size_t i;
    -	char str[128];
    -
    -	if (buf == NULL)
    -		return 1;
    -	if (off)
    -		{
    -		if (off > 128)
    -			off=128;
    -		memset(str,' ',off);
    -		if (BIO_write(fp, str, off) <= 0)
    -			return 0;
    -		}
    -
    -	if (BIO_printf(fp,"%s", name) <= 0)
    -		return 0;
    -
    -	for (i=0; i 128)
    +            off = 128;
    +        memset(str, ' ', off);
    +        if (BIO_write(fp, str, off) <= 0)
    +            return 0;
    +    }
    +
    +    if (BIO_printf(fp, "%s", name) <= 0)
    +        return 0;
    +
    +    for (i = 0; i < len; i++) {
    +        if ((i % 15) == 0) {
    +            str[0] = '\n';
    +            memset(&(str[1]), ' ', off + 4);
    +            if (BIO_write(fp, str, off + 1 + 4) <= 0)
    +                return 0;
    +        }
    +        if (BIO_printf(fp, "%02x%s", buf[i], ((i + 1) == len) ? "" : ":") <=
    +            0)
    +            return 0;
    +    }
    +    if (BIO_write(fp, "\n", 1) <= 0)
    +        return 0;
    +
    +    return 1;
    +}
    diff --git a/openssl/crypto/ec/ecp_mont.c b/openssl/crypto/ec/ecp_mont.c
    index 3c5ec1965..b2de7faea 100644
    --- a/openssl/crypto/ec/ecp_mont.c
    +++ b/openssl/crypto/ec/ecp_mont.c
    @@ -10,7 +10,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -64,260 +64,245 @@
     #include 
     
     #ifdef OPENSSL_FIPS
    -#include 
    +# include 
     #endif
     
     #include "ec_lcl.h"
     
    -
     const EC_METHOD *EC_GFp_mont_method(void)
    -	{
    -	static const EC_METHOD ret = {
    -		EC_FLAGS_DEFAULT_OCT,
    -		NID_X9_62_prime_field,
    -		ec_GFp_mont_group_init,
    -		ec_GFp_mont_group_finish,
    -		ec_GFp_mont_group_clear_finish,
    -		ec_GFp_mont_group_copy,
    -		ec_GFp_mont_group_set_curve,
    -		ec_GFp_simple_group_get_curve,
    -		ec_GFp_simple_group_get_degree,
    -		ec_GFp_simple_group_check_discriminant,
    -		ec_GFp_simple_point_init,
    -		ec_GFp_simple_point_finish,
    -		ec_GFp_simple_point_clear_finish,
    -		ec_GFp_simple_point_copy,
    -		ec_GFp_simple_point_set_to_infinity,
    -		ec_GFp_simple_set_Jprojective_coordinates_GFp,
    -		ec_GFp_simple_get_Jprojective_coordinates_GFp,
    -		ec_GFp_simple_point_set_affine_coordinates,
    -		ec_GFp_simple_point_get_affine_coordinates,
    -		0,0,0,
    -		ec_GFp_simple_add,
    -		ec_GFp_simple_dbl,
    -		ec_GFp_simple_invert,
    -		ec_GFp_simple_is_at_infinity,
    -		ec_GFp_simple_is_on_curve,
    -		ec_GFp_simple_cmp,
    -		ec_GFp_simple_make_affine,
    -		ec_GFp_simple_points_make_affine,
    -		0 /* mul */,
    -		0 /* precompute_mult */,
    -		0 /* have_precompute_mult */,	
    -		ec_GFp_mont_field_mul,
    -		ec_GFp_mont_field_sqr,
    -		0 /* field_div */,
    -		ec_GFp_mont_field_encode,
    -		ec_GFp_mont_field_decode,
    -		ec_GFp_mont_field_set_to_one };
    +{
    +    static const EC_METHOD ret = {
    +        EC_FLAGS_DEFAULT_OCT,
    +        NID_X9_62_prime_field,
    +        ec_GFp_mont_group_init,
    +        ec_GFp_mont_group_finish,
    +        ec_GFp_mont_group_clear_finish,
    +        ec_GFp_mont_group_copy,
    +        ec_GFp_mont_group_set_curve,
    +        ec_GFp_simple_group_get_curve,
    +        ec_GFp_simple_group_get_degree,
    +        ec_GFp_simple_group_check_discriminant,
    +        ec_GFp_simple_point_init,
    +        ec_GFp_simple_point_finish,
    +        ec_GFp_simple_point_clear_finish,
    +        ec_GFp_simple_point_copy,
    +        ec_GFp_simple_point_set_to_infinity,
    +        ec_GFp_simple_set_Jprojective_coordinates_GFp,
    +        ec_GFp_simple_get_Jprojective_coordinates_GFp,
    +        ec_GFp_simple_point_set_affine_coordinates,
    +        ec_GFp_simple_point_get_affine_coordinates,
    +        0, 0, 0,
    +        ec_GFp_simple_add,
    +        ec_GFp_simple_dbl,
    +        ec_GFp_simple_invert,
    +        ec_GFp_simple_is_at_infinity,
    +        ec_GFp_simple_is_on_curve,
    +        ec_GFp_simple_cmp,
    +        ec_GFp_simple_make_affine,
    +        ec_GFp_simple_points_make_affine,
    +        0 /* mul */ ,
    +        0 /* precompute_mult */ ,
    +        0 /* have_precompute_mult */ ,
    +        ec_GFp_mont_field_mul,
    +        ec_GFp_mont_field_sqr,
    +        0 /* field_div */ ,
    +        ec_GFp_mont_field_encode,
    +        ec_GFp_mont_field_decode,
    +        ec_GFp_mont_field_set_to_one
    +    };
     
     #ifdef OPENSSL_FIPS
    -	if (FIPS_mode())
    -		return fips_ec_gfp_mont_method();
    +    if (FIPS_mode())
    +        return fips_ec_gfp_mont_method();
     #endif
     
    -	return &ret;
    -	}
    -
    +    return &ret;
    +}
     
     int ec_GFp_mont_group_init(EC_GROUP *group)
    -	{
    -	int ok;
    -
    -	ok = ec_GFp_simple_group_init(group);
    -	group->field_data1 = NULL;
    -	group->field_data2 = NULL;
    -	return ok;
    -	}
    +{
    +    int ok;
     
    +    ok = ec_GFp_simple_group_init(group);
    +    group->field_data1 = NULL;
    +    group->field_data2 = NULL;
    +    return ok;
    +}
     
     void ec_GFp_mont_group_finish(EC_GROUP *group)
    -	{
    -	if (group->field_data1 != NULL)
    -		{
    -		BN_MONT_CTX_free(group->field_data1);
    -		group->field_data1 = NULL;
    -		}
    -	if (group->field_data2 != NULL)
    -		{
    -		BN_free(group->field_data2);
    -		group->field_data2 = NULL;
    -		}
    -	ec_GFp_simple_group_finish(group);
    -	}
    -
    +{
    +    if (group->field_data1 != NULL) {
    +        BN_MONT_CTX_free(group->field_data1);
    +        group->field_data1 = NULL;
    +    }
    +    if (group->field_data2 != NULL) {
    +        BN_free(group->field_data2);
    +        group->field_data2 = NULL;
    +    }
    +    ec_GFp_simple_group_finish(group);
    +}
     
     void ec_GFp_mont_group_clear_finish(EC_GROUP *group)
    -	{
    -	if (group->field_data1 != NULL)
    -		{
    -		BN_MONT_CTX_free(group->field_data1);
    -		group->field_data1 = NULL;
    -		}
    -	if (group->field_data2 != NULL)
    -		{
    -		BN_clear_free(group->field_data2);
    -		group->field_data2 = NULL;
    -		}
    -	ec_GFp_simple_group_clear_finish(group);
    -	}
    -
    +{
    +    if (group->field_data1 != NULL) {
    +        BN_MONT_CTX_free(group->field_data1);
    +        group->field_data1 = NULL;
    +    }
    +    if (group->field_data2 != NULL) {
    +        BN_clear_free(group->field_data2);
    +        group->field_data2 = NULL;
    +    }
    +    ec_GFp_simple_group_clear_finish(group);
    +}
     
     int ec_GFp_mont_group_copy(EC_GROUP *dest, const EC_GROUP *src)
    -	{
    -	if (dest->field_data1 != NULL)
    -		{
    -		BN_MONT_CTX_free(dest->field_data1);
    -		dest->field_data1 = NULL;
    -		}
    -	if (dest->field_data2 != NULL)
    -		{
    -		BN_clear_free(dest->field_data2);
    -		dest->field_data2 = NULL;
    -		}
    -
    -	if (!ec_GFp_simple_group_copy(dest, src)) return 0;
    -
    -	if (src->field_data1 != NULL)
    -		{
    -		dest->field_data1 = BN_MONT_CTX_new();
    -		if (dest->field_data1 == NULL) return 0;
    -		if (!BN_MONT_CTX_copy(dest->field_data1, src->field_data1)) goto err;
    -		}
    -	if (src->field_data2 != NULL)
    -		{
    -		dest->field_data2 = BN_dup(src->field_data2);
    -		if (dest->field_data2 == NULL) goto err;
    -		}
    -
    -	return 1;
    +{
    +    if (dest->field_data1 != NULL) {
    +        BN_MONT_CTX_free(dest->field_data1);
    +        dest->field_data1 = NULL;
    +    }
    +    if (dest->field_data2 != NULL) {
    +        BN_clear_free(dest->field_data2);
    +        dest->field_data2 = NULL;
    +    }
    +
    +    if (!ec_GFp_simple_group_copy(dest, src))
    +        return 0;
    +
    +    if (src->field_data1 != NULL) {
    +        dest->field_data1 = BN_MONT_CTX_new();
    +        if (dest->field_data1 == NULL)
    +            return 0;
    +        if (!BN_MONT_CTX_copy(dest->field_data1, src->field_data1))
    +            goto err;
    +    }
    +    if (src->field_data2 != NULL) {
    +        dest->field_data2 = BN_dup(src->field_data2);
    +        if (dest->field_data2 == NULL)
    +            goto err;
    +    }
    +
    +    return 1;
     
      err:
    -	if (dest->field_data1 != NULL)
    -		{
    -		BN_MONT_CTX_free(dest->field_data1);
    -		dest->field_data1 = NULL;
    -		}
    -	return 0;	
    -	}
    -
    -
    -int ec_GFp_mont_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
    -	{
    -	BN_CTX *new_ctx = NULL;
    -	BN_MONT_CTX *mont = NULL;
    -	BIGNUM *one = NULL;
    -	int ret = 0;
    -
    -	if (group->field_data1 != NULL)
    -		{
    -		BN_MONT_CTX_free(group->field_data1);
    -		group->field_data1 = NULL;
    -		}
    -	if (group->field_data2 != NULL)
    -		{
    -		BN_free(group->field_data2);
    -		group->field_data2 = NULL;
    -		}
    -	
    -	if (ctx == NULL)
    -		{
    -		ctx = new_ctx = BN_CTX_new();
    -		if (ctx == NULL)
    -			return 0;
    -		}
    -
    -	mont = BN_MONT_CTX_new();
    -	if (mont == NULL) goto err;
    -	if (!BN_MONT_CTX_set(mont, p, ctx))
    -		{
    -		ECerr(EC_F_EC_GFP_MONT_GROUP_SET_CURVE, ERR_R_BN_LIB);
    -		goto err;
    -		}
    -	one = BN_new();
    -	if (one == NULL) goto err;
    -	if (!BN_to_montgomery(one, BN_value_one(), mont, ctx)) goto err;
    -
    -	group->field_data1 = mont;
    -	mont = NULL;
    -	group->field_data2 = one;
    -	one = NULL;
    -
    -	ret = ec_GFp_simple_group_set_curve(group, p, a, b, ctx);
    -
    -	if (!ret)
    -		{
    -		BN_MONT_CTX_free(group->field_data1);
    -		group->field_data1 = NULL;
    -		BN_free(group->field_data2);
    -		group->field_data2 = NULL;
    -		}
    +    if (dest->field_data1 != NULL) {
    +        BN_MONT_CTX_free(dest->field_data1);
    +        dest->field_data1 = NULL;
    +    }
    +    return 0;
    +}
    +
    +int ec_GFp_mont_group_set_curve(EC_GROUP *group, const BIGNUM *p,
    +                                const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
    +{
    +    BN_CTX *new_ctx = NULL;
    +    BN_MONT_CTX *mont = NULL;
    +    BIGNUM *one = NULL;
    +    int ret = 0;
    +
    +    if (group->field_data1 != NULL) {
    +        BN_MONT_CTX_free(group->field_data1);
    +        group->field_data1 = NULL;
    +    }
    +    if (group->field_data2 != NULL) {
    +        BN_free(group->field_data2);
    +        group->field_data2 = NULL;
    +    }
    +
    +    if (ctx == NULL) {
    +        ctx = new_ctx = BN_CTX_new();
    +        if (ctx == NULL)
    +            return 0;
    +    }
    +
    +    mont = BN_MONT_CTX_new();
    +    if (mont == NULL)
    +        goto err;
    +    if (!BN_MONT_CTX_set(mont, p, ctx)) {
    +        ECerr(EC_F_EC_GFP_MONT_GROUP_SET_CURVE, ERR_R_BN_LIB);
    +        goto err;
    +    }
    +    one = BN_new();
    +    if (one == NULL)
    +        goto err;
    +    if (!BN_to_montgomery(one, BN_value_one(), mont, ctx))
    +        goto err;
    +
    +    group->field_data1 = mont;
    +    mont = NULL;
    +    group->field_data2 = one;
    +    one = NULL;
    +
    +    ret = ec_GFp_simple_group_set_curve(group, p, a, b, ctx);
    +
    +    if (!ret) {
    +        BN_MONT_CTX_free(group->field_data1);
    +        group->field_data1 = NULL;
    +        BN_free(group->field_data2);
    +        group->field_data2 = NULL;
    +    }
     
      err:
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	if (mont != NULL)
    -		BN_MONT_CTX_free(mont);
    -	return ret;
    -	}
    -
    -
    -int ec_GFp_mont_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
    -	{
    -	if (group->field_data1 == NULL)
    -		{
    -		ECerr(EC_F_EC_GFP_MONT_FIELD_MUL, EC_R_NOT_INITIALIZED);
    -		return 0;
    -		}
    -
    -	return BN_mod_mul_montgomery(r, a, b, group->field_data1, ctx);
    -	}
    -
    -
    -int ec_GFp_mont_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx)
    -	{
    -	if (group->field_data1 == NULL)
    -		{
    -		ECerr(EC_F_EC_GFP_MONT_FIELD_SQR, EC_R_NOT_INITIALIZED);
    -		return 0;
    -		}
    -
    -	return BN_mod_mul_montgomery(r, a, a, group->field_data1, ctx);
    -	}
    -
    -
    -int ec_GFp_mont_field_encode(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx)
    -	{
    -	if (group->field_data1 == NULL)
    -		{
    -		ECerr(EC_F_EC_GFP_MONT_FIELD_ENCODE, EC_R_NOT_INITIALIZED);
    -		return 0;
    -		}
    -
    -	return BN_to_montgomery(r, a, (BN_MONT_CTX *)group->field_data1, ctx);
    -	}
    -
    -
    -int ec_GFp_mont_field_decode(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx)
    -	{
    -	if (group->field_data1 == NULL)
    -		{
    -		ECerr(EC_F_EC_GFP_MONT_FIELD_DECODE, EC_R_NOT_INITIALIZED);
    -		return 0;
    -		}
    -
    -	return BN_from_montgomery(r, a, group->field_data1, ctx);
    -	}
    -
    -
    -int ec_GFp_mont_field_set_to_one(const EC_GROUP *group, BIGNUM *r, BN_CTX *ctx)
    -	{
    -	if (group->field_data2 == NULL)
    -		{
    -		ECerr(EC_F_EC_GFP_MONT_FIELD_SET_TO_ONE, EC_R_NOT_INITIALIZED);
    -		return 0;
    -		}
    -
    -	if (!BN_copy(r, group->field_data2)) return 0;
    -	return 1;
    -	}
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    if (mont != NULL)
    +        BN_MONT_CTX_free(mont);
    +    return ret;
    +}
    +
    +int ec_GFp_mont_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a,
    +                          const BIGNUM *b, BN_CTX *ctx)
    +{
    +    if (group->field_data1 == NULL) {
    +        ECerr(EC_F_EC_GFP_MONT_FIELD_MUL, EC_R_NOT_INITIALIZED);
    +        return 0;
    +    }
    +
    +    return BN_mod_mul_montgomery(r, a, b, group->field_data1, ctx);
    +}
    +
    +int ec_GFp_mont_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a,
    +                          BN_CTX *ctx)
    +{
    +    if (group->field_data1 == NULL) {
    +        ECerr(EC_F_EC_GFP_MONT_FIELD_SQR, EC_R_NOT_INITIALIZED);
    +        return 0;
    +    }
    +
    +    return BN_mod_mul_montgomery(r, a, a, group->field_data1, ctx);
    +}
    +
    +int ec_GFp_mont_field_encode(const EC_GROUP *group, BIGNUM *r,
    +                             const BIGNUM *a, BN_CTX *ctx)
    +{
    +    if (group->field_data1 == NULL) {
    +        ECerr(EC_F_EC_GFP_MONT_FIELD_ENCODE, EC_R_NOT_INITIALIZED);
    +        return 0;
    +    }
    +
    +    return BN_to_montgomery(r, a, (BN_MONT_CTX *)group->field_data1, ctx);
    +}
    +
    +int ec_GFp_mont_field_decode(const EC_GROUP *group, BIGNUM *r,
    +                             const BIGNUM *a, BN_CTX *ctx)
    +{
    +    if (group->field_data1 == NULL) {
    +        ECerr(EC_F_EC_GFP_MONT_FIELD_DECODE, EC_R_NOT_INITIALIZED);
    +        return 0;
    +    }
    +
    +    return BN_from_montgomery(r, a, group->field_data1, ctx);
    +}
    +
    +int ec_GFp_mont_field_set_to_one(const EC_GROUP *group, BIGNUM *r,
    +                                 BN_CTX *ctx)
    +{
    +    if (group->field_data2 == NULL) {
    +        ECerr(EC_F_EC_GFP_MONT_FIELD_SET_TO_ONE, EC_R_NOT_INITIALIZED);
    +        return 0;
    +    }
    +
    +    if (!BN_copy(r, group->field_data2))
    +        return 0;
    +    return 1;
    +}
    diff --git a/openssl/crypto/ec/ecp_nist.c b/openssl/crypto/ec/ecp_nist.c
    index db3b99e06..3944e2493 100644
    --- a/openssl/crypto/ec/ecp_nist.c
    +++ b/openssl/crypto/ec/ecp_nist.c
    @@ -10,7 +10,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -68,151 +68,153 @@
     #include "ec_lcl.h"
     
     #ifdef OPENSSL_FIPS
    -#include 
    +# include 
     #endif
     
     const EC_METHOD *EC_GFp_nist_method(void)
    -	{
    -	static const EC_METHOD ret = {
    -		EC_FLAGS_DEFAULT_OCT,
    -		NID_X9_62_prime_field,
    -		ec_GFp_simple_group_init,
    -		ec_GFp_simple_group_finish,
    -		ec_GFp_simple_group_clear_finish,
    -		ec_GFp_nist_group_copy,
    -		ec_GFp_nist_group_set_curve,
    -		ec_GFp_simple_group_get_curve,
    -		ec_GFp_simple_group_get_degree,
    -		ec_GFp_simple_group_check_discriminant,
    -		ec_GFp_simple_point_init,
    -		ec_GFp_simple_point_finish,
    -		ec_GFp_simple_point_clear_finish,
    -		ec_GFp_simple_point_copy,
    -		ec_GFp_simple_point_set_to_infinity,
    -		ec_GFp_simple_set_Jprojective_coordinates_GFp,
    -		ec_GFp_simple_get_Jprojective_coordinates_GFp,
    -		ec_GFp_simple_point_set_affine_coordinates,
    -		ec_GFp_simple_point_get_affine_coordinates,
    -		0,0,0,
    -		ec_GFp_simple_add,
    -		ec_GFp_simple_dbl,
    -		ec_GFp_simple_invert,
    -		ec_GFp_simple_is_at_infinity,
    -		ec_GFp_simple_is_on_curve,
    -		ec_GFp_simple_cmp,
    -		ec_GFp_simple_make_affine,
    -		ec_GFp_simple_points_make_affine,
    -		0 /* mul */,
    -		0 /* precompute_mult */,
    -		0 /* have_precompute_mult */,	
    -		ec_GFp_nist_field_mul,
    -		ec_GFp_nist_field_sqr,
    -		0 /* field_div */,
    -		0 /* field_encode */,
    -		0 /* field_decode */,
    -		0 /* field_set_to_one */ };
    +{
    +    static const EC_METHOD ret = {
    +        EC_FLAGS_DEFAULT_OCT,
    +        NID_X9_62_prime_field,
    +        ec_GFp_simple_group_init,
    +        ec_GFp_simple_group_finish,
    +        ec_GFp_simple_group_clear_finish,
    +        ec_GFp_nist_group_copy,
    +        ec_GFp_nist_group_set_curve,
    +        ec_GFp_simple_group_get_curve,
    +        ec_GFp_simple_group_get_degree,
    +        ec_GFp_simple_group_check_discriminant,
    +        ec_GFp_simple_point_init,
    +        ec_GFp_simple_point_finish,
    +        ec_GFp_simple_point_clear_finish,
    +        ec_GFp_simple_point_copy,
    +        ec_GFp_simple_point_set_to_infinity,
    +        ec_GFp_simple_set_Jprojective_coordinates_GFp,
    +        ec_GFp_simple_get_Jprojective_coordinates_GFp,
    +        ec_GFp_simple_point_set_affine_coordinates,
    +        ec_GFp_simple_point_get_affine_coordinates,
    +        0, 0, 0,
    +        ec_GFp_simple_add,
    +        ec_GFp_simple_dbl,
    +        ec_GFp_simple_invert,
    +        ec_GFp_simple_is_at_infinity,
    +        ec_GFp_simple_is_on_curve,
    +        ec_GFp_simple_cmp,
    +        ec_GFp_simple_make_affine,
    +        ec_GFp_simple_points_make_affine,
    +        0 /* mul */ ,
    +        0 /* precompute_mult */ ,
    +        0 /* have_precompute_mult */ ,
    +        ec_GFp_nist_field_mul,
    +        ec_GFp_nist_field_sqr,
    +        0 /* field_div */ ,
    +        0 /* field_encode */ ,
    +        0 /* field_decode */ ,
    +        0                       /* field_set_to_one */
    +    };
     
     #ifdef OPENSSL_FIPS
    -	if (FIPS_mode())
    -		return fips_ec_gfp_nist_method();
    +    if (FIPS_mode())
    +        return fips_ec_gfp_nist_method();
     #endif
     
    -	return &ret;
    -	}
    +    return &ret;
    +}
     
     int ec_GFp_nist_group_copy(EC_GROUP *dest, const EC_GROUP *src)
    -	{
    -	dest->field_mod_func = src->field_mod_func;
    +{
    +    dest->field_mod_func = src->field_mod_func;
     
    -	return ec_GFp_simple_group_copy(dest, src);
    -	}
    +    return ec_GFp_simple_group_copy(dest, src);
    +}
     
     int ec_GFp_nist_group_set_curve(EC_GROUP *group, const BIGNUM *p,
    -	const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
    -	{
    -	int ret = 0;
    -	BN_CTX *new_ctx = NULL;
    -	BIGNUM *tmp_bn;
    -	
    -	if (ctx == NULL)
    -		if ((ctx = new_ctx = BN_CTX_new()) == NULL) return 0;
    -
    -	BN_CTX_start(ctx);
    -	if ((tmp_bn = BN_CTX_get(ctx)) == NULL) goto err;
    -
    -	if (BN_ucmp(BN_get0_nist_prime_192(), p) == 0)
    -		group->field_mod_func = BN_nist_mod_192;
    -	else if (BN_ucmp(BN_get0_nist_prime_224(), p) == 0)
    -		group->field_mod_func = BN_nist_mod_224;
    -	else if (BN_ucmp(BN_get0_nist_prime_256(), p) == 0)
    -		group->field_mod_func = BN_nist_mod_256;
    -	else if (BN_ucmp(BN_get0_nist_prime_384(), p) == 0)
    -		group->field_mod_func = BN_nist_mod_384;
    -	else if (BN_ucmp(BN_get0_nist_prime_521(), p) == 0)
    -		group->field_mod_func = BN_nist_mod_521;
    -	else
    -		{
    -		ECerr(EC_F_EC_GFP_NIST_GROUP_SET_CURVE, EC_R_NOT_A_NIST_PRIME);
    -		goto err;
    -		}
    -
    -	ret = ec_GFp_simple_group_set_curve(group, p, a, b, ctx);
    +                                const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
    +{
    +    int ret = 0;
    +    BN_CTX *new_ctx = NULL;
    +    BIGNUM *tmp_bn;
    +
    +    if (ctx == NULL)
    +        if ((ctx = new_ctx = BN_CTX_new()) == NULL)
    +            return 0;
    +
    +    BN_CTX_start(ctx);
    +    if ((tmp_bn = BN_CTX_get(ctx)) == NULL)
    +        goto err;
    +
    +    if (BN_ucmp(BN_get0_nist_prime_192(), p) == 0)
    +        group->field_mod_func = BN_nist_mod_192;
    +    else if (BN_ucmp(BN_get0_nist_prime_224(), p) == 0)
    +        group->field_mod_func = BN_nist_mod_224;
    +    else if (BN_ucmp(BN_get0_nist_prime_256(), p) == 0)
    +        group->field_mod_func = BN_nist_mod_256;
    +    else if (BN_ucmp(BN_get0_nist_prime_384(), p) == 0)
    +        group->field_mod_func = BN_nist_mod_384;
    +    else if (BN_ucmp(BN_get0_nist_prime_521(), p) == 0)
    +        group->field_mod_func = BN_nist_mod_521;
    +    else {
    +        ECerr(EC_F_EC_GFP_NIST_GROUP_SET_CURVE, EC_R_NOT_A_NIST_PRIME);
    +        goto err;
    +    }
    +
    +    ret = ec_GFp_simple_group_set_curve(group, p, a, b, ctx);
     
      err:
    -	BN_CTX_end(ctx);
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	return ret;
    -	}
    -
    +    BN_CTX_end(ctx);
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    return ret;
    +}
     
     int ec_GFp_nist_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a,
    -	const BIGNUM *b, BN_CTX *ctx)
    -	{
    -	int	ret=0;
    -	BN_CTX	*ctx_new=NULL;
    -
    -	if (!group || !r || !a || !b)
    -		{
    -		ECerr(EC_F_EC_GFP_NIST_FIELD_MUL, ERR_R_PASSED_NULL_PARAMETER);
    -		goto err;
    -		}
    -	if (!ctx)
    -		if ((ctx_new = ctx = BN_CTX_new()) == NULL) goto err;
    -
    -	if (!BN_mul(r, a, b, ctx)) goto err;
    -	if (!group->field_mod_func(r, r, &group->field, ctx))
    -		goto err;
    -
    -	ret=1;
    -err:
    -	if (ctx_new)
    -		BN_CTX_free(ctx_new);
    -	return ret;
    -	}
    -
    +                          const BIGNUM *b, BN_CTX *ctx)
    +{
    +    int ret = 0;
    +    BN_CTX *ctx_new = NULL;
    +
    +    if (!group || !r || !a || !b) {
    +        ECerr(EC_F_EC_GFP_NIST_FIELD_MUL, ERR_R_PASSED_NULL_PARAMETER);
    +        goto err;
    +    }
    +    if (!ctx)
    +        if ((ctx_new = ctx = BN_CTX_new()) == NULL)
    +            goto err;
    +
    +    if (!BN_mul(r, a, b, ctx))
    +        goto err;
    +    if (!group->field_mod_func(r, r, &group->field, ctx))
    +        goto err;
    +
    +    ret = 1;
    + err:
    +    if (ctx_new)
    +        BN_CTX_free(ctx_new);
    +    return ret;
    +}
     
     int ec_GFp_nist_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a,
    -	BN_CTX *ctx)
    -	{
    -	int	ret=0;
    -	BN_CTX	*ctx_new=NULL;
    -
    -	if (!group || !r || !a)
    -		{
    -		ECerr(EC_F_EC_GFP_NIST_FIELD_SQR, EC_R_PASSED_NULL_PARAMETER);
    -		goto err;
    -		}
    -	if (!ctx)
    -		if ((ctx_new = ctx = BN_CTX_new()) == NULL) goto err;
    -
    -	if (!BN_sqr(r, a, ctx)) goto err;
    -	if (!group->field_mod_func(r, r, &group->field, ctx))
    -		goto err;
    -
    -	ret=1;
    -err:
    -	if (ctx_new)
    -		BN_CTX_free(ctx_new);
    -	return ret;
    -	}
    +                          BN_CTX *ctx)
    +{
    +    int ret = 0;
    +    BN_CTX *ctx_new = NULL;
    +
    +    if (!group || !r || !a) {
    +        ECerr(EC_F_EC_GFP_NIST_FIELD_SQR, EC_R_PASSED_NULL_PARAMETER);
    +        goto err;
    +    }
    +    if (!ctx)
    +        if ((ctx_new = ctx = BN_CTX_new()) == NULL)
    +            goto err;
    +
    +    if (!BN_sqr(r, a, ctx))
    +        goto err;
    +    if (!group->field_mod_func(r, r, &group->field, ctx))
    +        goto err;
    +
    +    ret = 1;
    + err:
    +    if (ctx_new)
    +        BN_CTX_free(ctx_new);
    +    return ret;
    +}
    diff --git a/openssl/crypto/ec/ecp_nistp224.c b/openssl/crypto/ec/ecp_nistp224.c
    index b5ff56c25..9a59ef0c1 100644
    --- a/openssl/crypto/ec/ecp_nistp224.c
    +++ b/openssl/crypto/ec/ecp_nistp224.c
    @@ -28,30 +28,31 @@
     #include 
     #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
     
    -#ifndef OPENSSL_SYS_VMS
    -#include 
    -#else
    -#include 
    -#endif
    +# ifndef OPENSSL_SYS_VMS
    +#  include 
    +# else
    +#  include 
    +# endif
     
    -#include 
    -#include 
    -#include "ec_lcl.h"
    +# include 
    +# include 
    +# include "ec_lcl.h"
     
    -#if defined(__GNUC__) && (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1))
    +# if defined(__GNUC__) && (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1))
       /* even with gcc, the typedef won't work for 32-bit platforms */
    -  typedef __uint128_t uint128_t; /* nonstandard; implemented by gcc on 64-bit platforms */
    -#else
    -  #error "Need GCC 3.1 or later to define type uint128_t"
    -#endif
    +typedef __uint128_t uint128_t;  /* nonstandard; implemented by gcc on 64-bit
    +                                 * platforms */
    +# else
    +#  error "Need GCC 3.1 or later to define type uint128_t"
    +# endif
     
     typedef uint8_t u8;
     typedef uint64_t u64;
     typedef int64_t s64;
     
    -
     /******************************************************************************/
    -/*		    INTERNAL REPRESENTATION OF FIELD ELEMENTS
    +/*-
    + * INTERNAL REPRESENTATION OF FIELD ELEMENTS
      *
      * Field elements are represented as a_0 + 2^56*a_1 + 2^112*a_2 + 2^168*a_3
      * using 64-bit coefficients called 'limbs',
    @@ -75,31 +76,33 @@ typedef uint128_t widelimb;
     typedef limb felem[4];
     typedef widelimb widefelem[7];
     
    -/* Field element represented as a byte arrary.
    - * 28*8 = 224 bits is also the group order size for the elliptic curve,
    - * and we also use this type for scalars for point multiplication.
    -  */
    +/*
    + * Field element represented as a byte arrary. 28*8 = 224 bits is also the
    + * group order size for the elliptic curve, and we also use this type for
    + * scalars for point multiplication.
    + */
     typedef u8 felem_bytearray[28];
     
     static const felem_bytearray nistp224_curve_params[5] = {
    -	{0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,    /* p */
    -	 0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x00,
    -	 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01},
    -	{0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,    /* a */
    -	 0xFF,0xFF,0xFF,0xFF,0xFF,0xFE,0xFF,0xFF,0xFF,0xFF,
    -	 0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFE},
    -	{0xB4,0x05,0x0A,0x85,0x0C,0x04,0xB3,0xAB,0xF5,0x41,    /* b */
    -	 0x32,0x56,0x50,0x44,0xB0,0xB7,0xD7,0xBF,0xD8,0xBA,
    -	 0x27,0x0B,0x39,0x43,0x23,0x55,0xFF,0xB4},
    -	{0xB7,0x0E,0x0C,0xBD,0x6B,0xB4,0xBF,0x7F,0x32,0x13,    /* x */
    -	 0x90,0xB9,0x4A,0x03,0xC1,0xD3,0x56,0xC2,0x11,0x22,
    -	 0x34,0x32,0x80,0xD6,0x11,0x5C,0x1D,0x21},
    -	{0xbd,0x37,0x63,0x88,0xb5,0xf7,0x23,0xfb,0x4c,0x22,    /* y */
    -	 0xdf,0xe6,0xcd,0x43,0x75,0xa0,0x5a,0x07,0x47,0x64,
    -	 0x44,0xd5,0x81,0x99,0x85,0x00,0x7e,0x34}
    +    {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, /* p */
    +     0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00,
    +     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01},
    +    {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, /* a */
    +     0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFF, 0xFF,
    +     0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFE},
    +    {0xB4, 0x05, 0x0A, 0x85, 0x0C, 0x04, 0xB3, 0xAB, 0xF5, 0x41, /* b */
    +     0x32, 0x56, 0x50, 0x44, 0xB0, 0xB7, 0xD7, 0xBF, 0xD8, 0xBA,
    +     0x27, 0x0B, 0x39, 0x43, 0x23, 0x55, 0xFF, 0xB4},
    +    {0xB7, 0x0E, 0x0C, 0xBD, 0x6B, 0xB4, 0xBF, 0x7F, 0x32, 0x13, /* x */
    +     0x90, 0xB9, 0x4A, 0x03, 0xC1, 0xD3, 0x56, 0xC2, 0x11, 0x22,
    +     0x34, 0x32, 0x80, 0xD6, 0x11, 0x5C, 0x1D, 0x21},
    +    {0xbd, 0x37, 0x63, 0x88, 0xb5, 0xf7, 0x23, 0xfb, 0x4c, 0x22, /* y */
    +     0xdf, 0xe6, 0xcd, 0x43, 0x75, 0xa0, 0x5a, 0x07, 0x47, 0x64,
    +     0x44, 0xd5, 0x81, 0x99, 0x85, 0x00, 0x7e, 0x34}
     };
     
    -/* Precomputed multiples of the standard generator
    +/*-
    + * Precomputed multiples of the standard generator
      * Points are given in coordinates (X, Y, Z) where Z normally is 1
      * (0 for the point at infinity).
      * For each field element, slice a_0 is word 0, etc.
    @@ -129,222 +132,253 @@ static const felem_bytearray nistp224_curve_params[5] = {
      * locations when doing simple scalar multiplies against the base point,
      * and then another four locations using the second 16 elements.
      */
    -static const felem gmul[2][16][3] =
    -{{{{0, 0, 0, 0},
    -   {0, 0, 0, 0},
    -   {0, 0, 0, 0}},
    -  {{0x3280d6115c1d21, 0xc1d356c2112234, 0x7f321390b94a03, 0xb70e0cbd6bb4bf},
    -   {0xd5819985007e34, 0x75a05a07476444, 0xfb4c22dfe6cd43, 0xbd376388b5f723},
    -   {1, 0, 0, 0}},
    -  {{0xfd9675666ebbe9, 0xbca7664d40ce5e, 0x2242df8d8a2a43, 0x1f49bbb0f99bc5},
    -   {0x29e0b892dc9c43, 0xece8608436e662, 0xdc858f185310d0, 0x9812dd4eb8d321},
    -   {1, 0, 0, 0}},
    -  {{0x6d3e678d5d8eb8, 0x559eed1cb362f1, 0x16e9a3bbce8a3f, 0xeedcccd8c2a748},
    -   {0xf19f90ed50266d, 0xabf2b4bf65f9df, 0x313865468fafec, 0x5cb379ba910a17},
    -   {1, 0, 0, 0}},
    -  {{0x0641966cab26e3, 0x91fb2991fab0a0, 0xefec27a4e13a0b, 0x0499aa8a5f8ebe},
    -   {0x7510407766af5d, 0x84d929610d5450, 0x81d77aae82f706, 0x6916f6d4338c5b},
    -   {1, 0, 0, 0}},
    -  {{0xea95ac3b1f15c6, 0x086000905e82d4, 0xdd323ae4d1c8b1, 0x932b56be7685a3},
    -   {0x9ef93dea25dbbf, 0x41665960f390f0, 0xfdec76dbe2a8a7, 0x523e80f019062a},
    -   {1, 0, 0, 0}},
    -  {{0x822fdd26732c73, 0xa01c83531b5d0f, 0x363f37347c1ba4, 0xc391b45c84725c},
    -   {0xbbd5e1b2d6ad24, 0xddfbcde19dfaec, 0xc393da7e222a7f, 0x1efb7890ede244},
    -   {1, 0, 0, 0}},
    -  {{0x4c9e90ca217da1, 0xd11beca79159bb, 0xff8d33c2c98b7c, 0x2610b39409f849},
    -   {0x44d1352ac64da0, 0xcdbb7b2c46b4fb, 0x966c079b753c89, 0xfe67e4e820b112},
    -   {1, 0, 0, 0}},
    -  {{0xe28cae2df5312d, 0xc71b61d16f5c6e, 0x79b7619a3e7c4c, 0x05c73240899b47},
    -   {0x9f7f6382c73e3a, 0x18615165c56bda, 0x641fab2116fd56, 0x72855882b08394},
    -   {1, 0, 0, 0}},
    -  {{0x0469182f161c09, 0x74a98ca8d00fb5, 0xb89da93489a3e0, 0x41c98768fb0c1d},
    -   {0xe5ea05fb32da81, 0x3dce9ffbca6855, 0x1cfe2d3fbf59e6, 0x0e5e03408738a7},
    -   {1, 0, 0, 0}},
    -  {{0xdab22b2333e87f, 0x4430137a5dd2f6, 0xe03ab9f738beb8, 0xcb0c5d0dc34f24},
    -   {0x764a7df0c8fda5, 0x185ba5c3fa2044, 0x9281d688bcbe50, 0xc40331df893881},
    -   {1, 0, 0, 0}},
    -  {{0xb89530796f0f60, 0xade92bd26909a3, 0x1a0c83fb4884da, 0x1765bf22a5a984},
    -   {0x772a9ee75db09e, 0x23bc6c67cec16f, 0x4c1edba8b14e2f, 0xe2a215d9611369},
    -   {1, 0, 0, 0}},
    -  {{0x571e509fb5efb3, 0xade88696410552, 0xc8ae85fada74fe, 0x6c7e4be83bbde3},
    -   {0xff9f51160f4652, 0xb47ce2495a6539, 0xa2946c53b582f4, 0x286d2db3ee9a60},
    -   {1, 0, 0, 0}},
    -  {{0x40bbd5081a44af, 0x0995183b13926c, 0xbcefba6f47f6d0, 0x215619e9cc0057},
    -   {0x8bc94d3b0df45e, 0xf11c54a3694f6f, 0x8631b93cdfe8b5, 0xe7e3f4b0982db9},
    -   {1, 0, 0, 0}},
    -  {{0xb17048ab3e1c7b, 0xac38f36ff8a1d8, 0x1c29819435d2c6, 0xc813132f4c07e9},
    -   {0x2891425503b11f, 0x08781030579fea, 0xf5426ba5cc9674, 0x1e28ebf18562bc},
    -   {1, 0, 0, 0}},
    -  {{0x9f31997cc864eb, 0x06cd91d28b5e4c, 0xff17036691a973, 0xf1aef351497c58},
    -   {0xdd1f2d600564ff, 0xdead073b1402db, 0x74a684435bd693, 0xeea7471f962558},
    -   {1, 0, 0, 0}}},
    - {{{0, 0, 0, 0},
    -   {0, 0, 0, 0},
    -   {0, 0, 0, 0}},
    -  {{0x9665266dddf554, 0x9613d78b60ef2d, 0xce27a34cdba417, 0xd35ab74d6afc31},
    -   {0x85ccdd22deb15e, 0x2137e5783a6aab, 0xa141cffd8c93c6, 0x355a1830e90f2d},
    -   {1, 0, 0, 0}},
    -  {{0x1a494eadaade65, 0xd6da4da77fe53c, 0xe7992996abec86, 0x65c3553c6090e3},
    -   {0xfa610b1fb09346, 0xf1c6540b8a4aaf, 0xc51a13ccd3cbab, 0x02995b1b18c28a},
    -   {1, 0, 0, 0}},
    -  {{0x7874568e7295ef, 0x86b419fbe38d04, 0xdc0690a7550d9a, 0xd3966a44beac33},
    -   {0x2b7280ec29132f, 0xbeaa3b6a032df3, 0xdc7dd88ae41200, 0xd25e2513e3a100},
    -   {1, 0, 0, 0}},
    -  {{0x924857eb2efafd, 0xac2bce41223190, 0x8edaa1445553fc, 0x825800fd3562d5},
    -   {0x8d79148ea96621, 0x23a01c3dd9ed8d, 0xaf8b219f9416b5, 0xd8db0cc277daea},
    -   {1, 0, 0, 0}},
    -  {{0x76a9c3b1a700f0, 0xe9acd29bc7e691, 0x69212d1a6b0327, 0x6322e97fe154be},
    -   {0x469fc5465d62aa, 0x8d41ed18883b05, 0x1f8eae66c52b88, 0xe4fcbe9325be51},
    -   {1, 0, 0, 0}},
    -  {{0x825fdf583cac16, 0x020b857c7b023a, 0x683c17744b0165, 0x14ffd0a2daf2f1},
    -   {0x323b36184218f9, 0x4944ec4e3b47d4, 0xc15b3080841acf, 0x0bced4b01a28bb},
    -   {1, 0, 0, 0}},
    -  {{0x92ac22230df5c4, 0x52f33b4063eda8, 0xcb3f19870c0c93, 0x40064f2ba65233},
    -   {0xfe16f0924f8992, 0x012da25af5b517, 0x1a57bb24f723a6, 0x06f8bc76760def},
    -   {1, 0, 0, 0}},
    -  {{0x4a7084f7817cb9, 0xbcab0738ee9a78, 0x3ec11e11d9c326, 0xdc0fe90e0f1aae},
    -   {0xcf639ea5f98390, 0x5c350aa22ffb74, 0x9afae98a4047b7, 0x956ec2d617fc45},
    -   {1, 0, 0, 0}},
    -  {{0x4306d648c1be6a, 0x9247cd8bc9a462, 0xf5595e377d2f2e, 0xbd1c3caff1a52e},
    -   {0x045e14472409d0, 0x29f3e17078f773, 0x745a602b2d4f7d, 0x191837685cdfbb},
    -   {1, 0, 0, 0}},
    -  {{0x5b6ee254a8cb79, 0x4953433f5e7026, 0xe21faeb1d1def4, 0xc4c225785c09de},
    -   {0x307ce7bba1e518, 0x31b125b1036db8, 0x47e91868839e8f, 0xc765866e33b9f3},
    -   {1, 0, 0, 0}},
    -  {{0x3bfece24f96906, 0x4794da641e5093, 0xde5df64f95db26, 0x297ecd89714b05},
    -   {0x701bd3ebb2c3aa, 0x7073b4f53cb1d5, 0x13c5665658af16, 0x9895089d66fe58},
    -   {1, 0, 0, 0}},
    -  {{0x0fef05f78c4790, 0x2d773633b05d2e, 0x94229c3a951c94, 0xbbbd70df4911bb},
    -   {0xb2c6963d2c1168, 0x105f47a72b0d73, 0x9fdf6111614080, 0x7b7e94b39e67b0},
    -   {1, 0, 0, 0}},
    -  {{0xad1a7d6efbe2b3, 0xf012482c0da69d, 0x6b3bdf12438345, 0x40d7558d7aa4d9},
    -   {0x8a09fffb5c6d3d, 0x9a356e5d9ffd38, 0x5973f15f4f9b1c, 0xdcd5f59f63c3ea},
    -   {1, 0, 0, 0}},
    -  {{0xacf39f4c5ca7ab, 0x4c8071cc5fd737, 0xc64e3602cd1184, 0x0acd4644c9abba},
    -   {0x6c011a36d8bf6e, 0xfecd87ba24e32a, 0x19f6f56574fad8, 0x050b204ced9405},
    -   {1, 0, 0, 0}},
    -  {{0xed4f1cae7d9a96, 0x5ceef7ad94c40a, 0x778e4a3bf3ef9b, 0x7405783dc3b55e},
    -   {0x32477c61b6e8c6, 0xb46a97570f018b, 0x91176d0a7e95d1, 0x3df90fbc4c7d0e},
    -   {1, 0, 0, 0}}}};
    +static const felem gmul[2][16][3] = { {{{0, 0, 0, 0},
    +                                        {0, 0, 0, 0},
    +                                        {0, 0, 0, 0}},
    +                                       {{0x3280d6115c1d21, 0xc1d356c2112234,
    +                                         0x7f321390b94a03, 0xb70e0cbd6bb4bf},
    +                                        {0xd5819985007e34, 0x75a05a07476444,
    +                                         0xfb4c22dfe6cd43, 0xbd376388b5f723},
    +                                        {1, 0, 0, 0}},
    +                                       {{0xfd9675666ebbe9, 0xbca7664d40ce5e,
    +                                         0x2242df8d8a2a43, 0x1f49bbb0f99bc5},
    +                                        {0x29e0b892dc9c43, 0xece8608436e662,
    +                                         0xdc858f185310d0, 0x9812dd4eb8d321},
    +                                        {1, 0, 0, 0}},
    +                                       {{0x6d3e678d5d8eb8, 0x559eed1cb362f1,
    +                                         0x16e9a3bbce8a3f, 0xeedcccd8c2a748},
    +                                        {0xf19f90ed50266d, 0xabf2b4bf65f9df,
    +                                         0x313865468fafec, 0x5cb379ba910a17},
    +                                        {1, 0, 0, 0}},
    +                                       {{0x0641966cab26e3, 0x91fb2991fab0a0,
    +                                         0xefec27a4e13a0b, 0x0499aa8a5f8ebe},
    +                                        {0x7510407766af5d, 0x84d929610d5450,
    +                                         0x81d77aae82f706, 0x6916f6d4338c5b},
    +                                        {1, 0, 0, 0}},
    +                                       {{0xea95ac3b1f15c6, 0x086000905e82d4,
    +                                         0xdd323ae4d1c8b1, 0x932b56be7685a3},
    +                                        {0x9ef93dea25dbbf, 0x41665960f390f0,
    +                                         0xfdec76dbe2a8a7, 0x523e80f019062a},
    +                                        {1, 0, 0, 0}},
    +                                       {{0x822fdd26732c73, 0xa01c83531b5d0f,
    +                                         0x363f37347c1ba4, 0xc391b45c84725c},
    +                                        {0xbbd5e1b2d6ad24, 0xddfbcde19dfaec,
    +                                         0xc393da7e222a7f, 0x1efb7890ede244},
    +                                        {1, 0, 0, 0}},
    +                                       {{0x4c9e90ca217da1, 0xd11beca79159bb,
    +                                         0xff8d33c2c98b7c, 0x2610b39409f849},
    +                                        {0x44d1352ac64da0, 0xcdbb7b2c46b4fb,
    +                                         0x966c079b753c89, 0xfe67e4e820b112},
    +                                        {1, 0, 0, 0}},
    +                                       {{0xe28cae2df5312d, 0xc71b61d16f5c6e,
    +                                         0x79b7619a3e7c4c, 0x05c73240899b47},
    +                                        {0x9f7f6382c73e3a, 0x18615165c56bda,
    +                                         0x641fab2116fd56, 0x72855882b08394},
    +                                        {1, 0, 0, 0}},
    +                                       {{0x0469182f161c09, 0x74a98ca8d00fb5,
    +                                         0xb89da93489a3e0, 0x41c98768fb0c1d},
    +                                        {0xe5ea05fb32da81, 0x3dce9ffbca6855,
    +                                         0x1cfe2d3fbf59e6, 0x0e5e03408738a7},
    +                                        {1, 0, 0, 0}},
    +                                       {{0xdab22b2333e87f, 0x4430137a5dd2f6,
    +                                         0xe03ab9f738beb8, 0xcb0c5d0dc34f24},
    +                                        {0x764a7df0c8fda5, 0x185ba5c3fa2044,
    +                                         0x9281d688bcbe50, 0xc40331df893881},
    +                                        {1, 0, 0, 0}},
    +                                       {{0xb89530796f0f60, 0xade92bd26909a3,
    +                                         0x1a0c83fb4884da, 0x1765bf22a5a984},
    +                                        {0x772a9ee75db09e, 0x23bc6c67cec16f,
    +                                         0x4c1edba8b14e2f, 0xe2a215d9611369},
    +                                        {1, 0, 0, 0}},
    +                                       {{0x571e509fb5efb3, 0xade88696410552,
    +                                         0xc8ae85fada74fe, 0x6c7e4be83bbde3},
    +                                        {0xff9f51160f4652, 0xb47ce2495a6539,
    +                                         0xa2946c53b582f4, 0x286d2db3ee9a60},
    +                                        {1, 0, 0, 0}},
    +                                       {{0x40bbd5081a44af, 0x0995183b13926c,
    +                                         0xbcefba6f47f6d0, 0x215619e9cc0057},
    +                                        {0x8bc94d3b0df45e, 0xf11c54a3694f6f,
    +                                         0x8631b93cdfe8b5, 0xe7e3f4b0982db9},
    +                                        {1, 0, 0, 0}},
    +                                       {{0xb17048ab3e1c7b, 0xac38f36ff8a1d8,
    +                                         0x1c29819435d2c6, 0xc813132f4c07e9},
    +                                        {0x2891425503b11f, 0x08781030579fea,
    +                                         0xf5426ba5cc9674, 0x1e28ebf18562bc},
    +                                        {1, 0, 0, 0}},
    +                                       {{0x9f31997cc864eb, 0x06cd91d28b5e4c,
    +                                         0xff17036691a973, 0xf1aef351497c58},
    +                                        {0xdd1f2d600564ff, 0xdead073b1402db,
    +                                         0x74a684435bd693, 0xeea7471f962558},
    +                                        {1, 0, 0, 0}}},
    +{{{0, 0, 0, 0},
    +  {0, 0, 0, 0},
    +  {0, 0, 0, 0}},
    + {{0x9665266dddf554, 0x9613d78b60ef2d, 0xce27a34cdba417, 0xd35ab74d6afc31},
    +  {0x85ccdd22deb15e, 0x2137e5783a6aab, 0xa141cffd8c93c6, 0x355a1830e90f2d},
    +  {1, 0, 0, 0}},
    + {{0x1a494eadaade65, 0xd6da4da77fe53c, 0xe7992996abec86, 0x65c3553c6090e3},
    +  {0xfa610b1fb09346, 0xf1c6540b8a4aaf, 0xc51a13ccd3cbab, 0x02995b1b18c28a},
    +  {1, 0, 0, 0}},
    + {{0x7874568e7295ef, 0x86b419fbe38d04, 0xdc0690a7550d9a, 0xd3966a44beac33},
    +  {0x2b7280ec29132f, 0xbeaa3b6a032df3, 0xdc7dd88ae41200, 0xd25e2513e3a100},
    +  {1, 0, 0, 0}},
    + {{0x924857eb2efafd, 0xac2bce41223190, 0x8edaa1445553fc, 0x825800fd3562d5},
    +  {0x8d79148ea96621, 0x23a01c3dd9ed8d, 0xaf8b219f9416b5, 0xd8db0cc277daea},
    +  {1, 0, 0, 0}},
    + {{0x76a9c3b1a700f0, 0xe9acd29bc7e691, 0x69212d1a6b0327, 0x6322e97fe154be},
    +  {0x469fc5465d62aa, 0x8d41ed18883b05, 0x1f8eae66c52b88, 0xe4fcbe9325be51},
    +  {1, 0, 0, 0}},
    + {{0x825fdf583cac16, 0x020b857c7b023a, 0x683c17744b0165, 0x14ffd0a2daf2f1},
    +  {0x323b36184218f9, 0x4944ec4e3b47d4, 0xc15b3080841acf, 0x0bced4b01a28bb},
    +  {1, 0, 0, 0}},
    + {{0x92ac22230df5c4, 0x52f33b4063eda8, 0xcb3f19870c0c93, 0x40064f2ba65233},
    +  {0xfe16f0924f8992, 0x012da25af5b517, 0x1a57bb24f723a6, 0x06f8bc76760def},
    +  {1, 0, 0, 0}},
    + {{0x4a7084f7817cb9, 0xbcab0738ee9a78, 0x3ec11e11d9c326, 0xdc0fe90e0f1aae},
    +  {0xcf639ea5f98390, 0x5c350aa22ffb74, 0x9afae98a4047b7, 0x956ec2d617fc45},
    +  {1, 0, 0, 0}},
    + {{0x4306d648c1be6a, 0x9247cd8bc9a462, 0xf5595e377d2f2e, 0xbd1c3caff1a52e},
    +  {0x045e14472409d0, 0x29f3e17078f773, 0x745a602b2d4f7d, 0x191837685cdfbb},
    +  {1, 0, 0, 0}},
    + {{0x5b6ee254a8cb79, 0x4953433f5e7026, 0xe21faeb1d1def4, 0xc4c225785c09de},
    +  {0x307ce7bba1e518, 0x31b125b1036db8, 0x47e91868839e8f, 0xc765866e33b9f3},
    +  {1, 0, 0, 0}},
    + {{0x3bfece24f96906, 0x4794da641e5093, 0xde5df64f95db26, 0x297ecd89714b05},
    +  {0x701bd3ebb2c3aa, 0x7073b4f53cb1d5, 0x13c5665658af16, 0x9895089d66fe58},
    +  {1, 0, 0, 0}},
    + {{0x0fef05f78c4790, 0x2d773633b05d2e, 0x94229c3a951c94, 0xbbbd70df4911bb},
    +  {0xb2c6963d2c1168, 0x105f47a72b0d73, 0x9fdf6111614080, 0x7b7e94b39e67b0},
    +  {1, 0, 0, 0}},
    + {{0xad1a7d6efbe2b3, 0xf012482c0da69d, 0x6b3bdf12438345, 0x40d7558d7aa4d9},
    +  {0x8a09fffb5c6d3d, 0x9a356e5d9ffd38, 0x5973f15f4f9b1c, 0xdcd5f59f63c3ea},
    +  {1, 0, 0, 0}},
    + {{0xacf39f4c5ca7ab, 0x4c8071cc5fd737, 0xc64e3602cd1184, 0x0acd4644c9abba},
    +  {0x6c011a36d8bf6e, 0xfecd87ba24e32a, 0x19f6f56574fad8, 0x050b204ced9405},
    +  {1, 0, 0, 0}},
    + {{0xed4f1cae7d9a96, 0x5ceef7ad94c40a, 0x778e4a3bf3ef9b, 0x7405783dc3b55e},
    +  {0x32477c61b6e8c6, 0xb46a97570f018b, 0x91176d0a7e95d1, 0x3df90fbc4c7d0e},
    +  {1, 0, 0, 0}}}
    +};
     
     /* Precomputation for the group generator. */
     typedef struct {
    -	felem g_pre_comp[2][16][3];
    -	int references;
    +    felem g_pre_comp[2][16][3];
    +    int references;
     } NISTP224_PRE_COMP;
     
     const EC_METHOD *EC_GFp_nistp224_method(void)
    -	{
    -	static const EC_METHOD ret = {
    -		EC_FLAGS_DEFAULT_OCT,
    -		NID_X9_62_prime_field,
    -		ec_GFp_nistp224_group_init,
    -		ec_GFp_simple_group_finish,
    -		ec_GFp_simple_group_clear_finish,
    -		ec_GFp_nist_group_copy,
    -		ec_GFp_nistp224_group_set_curve,
    -		ec_GFp_simple_group_get_curve,
    -		ec_GFp_simple_group_get_degree,
    -		ec_GFp_simple_group_check_discriminant,
    -		ec_GFp_simple_point_init,
    -		ec_GFp_simple_point_finish,
    -		ec_GFp_simple_point_clear_finish,
    -		ec_GFp_simple_point_copy,
    -		ec_GFp_simple_point_set_to_infinity,
    -		ec_GFp_simple_set_Jprojective_coordinates_GFp,
    -		ec_GFp_simple_get_Jprojective_coordinates_GFp,
    -		ec_GFp_simple_point_set_affine_coordinates,
    -		ec_GFp_nistp224_point_get_affine_coordinates,
    -		0 /* point_set_compressed_coordinates */,
    -		0 /* point2oct */,
    -		0 /* oct2point */,
    -		ec_GFp_simple_add,
    -		ec_GFp_simple_dbl,
    -		ec_GFp_simple_invert,
    -		ec_GFp_simple_is_at_infinity,
    -		ec_GFp_simple_is_on_curve,
    -		ec_GFp_simple_cmp,
    -		ec_GFp_simple_make_affine,
    -		ec_GFp_simple_points_make_affine,
    -		ec_GFp_nistp224_points_mul,
    -		ec_GFp_nistp224_precompute_mult,
    -		ec_GFp_nistp224_have_precompute_mult,
    -		ec_GFp_nist_field_mul,
    -		ec_GFp_nist_field_sqr,
    -		0 /* field_div */,
    -		0 /* field_encode */,
    -		0 /* field_decode */,
    -		0 /* field_set_to_one */ };
    -
    -	return &ret;
    -	}
    -
    -/* Helper functions to convert field elements to/from internal representation */
    +{
    +    static const EC_METHOD ret = {
    +        EC_FLAGS_DEFAULT_OCT,
    +        NID_X9_62_prime_field,
    +        ec_GFp_nistp224_group_init,
    +        ec_GFp_simple_group_finish,
    +        ec_GFp_simple_group_clear_finish,
    +        ec_GFp_nist_group_copy,
    +        ec_GFp_nistp224_group_set_curve,
    +        ec_GFp_simple_group_get_curve,
    +        ec_GFp_simple_group_get_degree,
    +        ec_GFp_simple_group_check_discriminant,
    +        ec_GFp_simple_point_init,
    +        ec_GFp_simple_point_finish,
    +        ec_GFp_simple_point_clear_finish,
    +        ec_GFp_simple_point_copy,
    +        ec_GFp_simple_point_set_to_infinity,
    +        ec_GFp_simple_set_Jprojective_coordinates_GFp,
    +        ec_GFp_simple_get_Jprojective_coordinates_GFp,
    +        ec_GFp_simple_point_set_affine_coordinates,
    +        ec_GFp_nistp224_point_get_affine_coordinates,
    +        0 /* point_set_compressed_coordinates */ ,
    +        0 /* point2oct */ ,
    +        0 /* oct2point */ ,
    +        ec_GFp_simple_add,
    +        ec_GFp_simple_dbl,
    +        ec_GFp_simple_invert,
    +        ec_GFp_simple_is_at_infinity,
    +        ec_GFp_simple_is_on_curve,
    +        ec_GFp_simple_cmp,
    +        ec_GFp_simple_make_affine,
    +        ec_GFp_simple_points_make_affine,
    +        ec_GFp_nistp224_points_mul,
    +        ec_GFp_nistp224_precompute_mult,
    +        ec_GFp_nistp224_have_precompute_mult,
    +        ec_GFp_nist_field_mul,
    +        ec_GFp_nist_field_sqr,
    +        0 /* field_div */ ,
    +        0 /* field_encode */ ,
    +        0 /* field_decode */ ,
    +        0                       /* field_set_to_one */
    +    };
    +
    +    return &ret;
    +}
    +
    +/*
    + * Helper functions to convert field elements to/from internal representation
    + */
     static void bin28_to_felem(felem out, const u8 in[28])
    -	{
    -	out[0] = *((const uint64_t *)(in)) & 0x00ffffffffffffff;
    -	out[1] = (*((const uint64_t *)(in+7))) & 0x00ffffffffffffff;
    -	out[2] = (*((const uint64_t *)(in+14))) & 0x00ffffffffffffff;
    -	out[3] = (*((const uint64_t *)(in+21))) & 0x00ffffffffffffff;
    -	}
    +{
    +    out[0] = *((const uint64_t *)(in)) & 0x00ffffffffffffff;
    +    out[1] = (*((const uint64_t *)(in + 7))) & 0x00ffffffffffffff;
    +    out[2] = (*((const uint64_t *)(in + 14))) & 0x00ffffffffffffff;
    +    out[3] = (*((const uint64_t *)(in + 21))) & 0x00ffffffffffffff;
    +}
     
     static void felem_to_bin28(u8 out[28], const felem in)
    -	{
    -	unsigned i;
    -	for (i = 0; i < 7; ++i)
    -		{
    -		out[i]	  = in[0]>>(8*i);
    -		out[i+7]  = in[1]>>(8*i);
    -		out[i+14] = in[2]>>(8*i);
    -		out[i+21] = in[3]>>(8*i);
    -		}
    -	}
    +{
    +    unsigned i;
    +    for (i = 0; i < 7; ++i) {
    +        out[i] = in[0] >> (8 * i);
    +        out[i + 7] = in[1] >> (8 * i);
    +        out[i + 14] = in[2] >> (8 * i);
    +        out[i + 21] = in[3] >> (8 * i);
    +    }
    +}
     
     /* To preserve endianness when using BN_bn2bin and BN_bin2bn */
     static void flip_endian(u8 *out, const u8 *in, unsigned len)
    -	{
    -	unsigned i;
    -	for (i = 0; i < len; ++i)
    -		out[i] = in[len-1-i];
    -	}
    +{
    +    unsigned i;
    +    for (i = 0; i < len; ++i)
    +        out[i] = in[len - 1 - i];
    +}
     
     /* From OpenSSL BIGNUM to internal representation */
     static int BN_to_felem(felem out, const BIGNUM *bn)
    -	{
    -	felem_bytearray b_in;
    -	felem_bytearray b_out;
    -	unsigned num_bytes;
    -
    -	/* BN_bn2bin eats leading zeroes */
    -	memset(b_out, 0, sizeof b_out);
    -	num_bytes = BN_num_bytes(bn);
    -	if (num_bytes > sizeof b_out)
    -		{
    -		ECerr(EC_F_BN_TO_FELEM, EC_R_BIGNUM_OUT_OF_RANGE);
    -		return 0;
    -		}
    -	if (BN_is_negative(bn))
    -		{
    -		ECerr(EC_F_BN_TO_FELEM, EC_R_BIGNUM_OUT_OF_RANGE);
    -		return 0;
    -		}
    -	num_bytes = BN_bn2bin(bn, b_in);
    -	flip_endian(b_out, b_in, num_bytes);
    -	bin28_to_felem(out, b_out);
    -	return 1;
    -	}
    +{
    +    felem_bytearray b_in;
    +    felem_bytearray b_out;
    +    unsigned num_bytes;
    +
    +    /* BN_bn2bin eats leading zeroes */
    +    memset(b_out, 0, sizeof b_out);
    +    num_bytes = BN_num_bytes(bn);
    +    if (num_bytes > sizeof b_out) {
    +        ECerr(EC_F_BN_TO_FELEM, EC_R_BIGNUM_OUT_OF_RANGE);
    +        return 0;
    +    }
    +    if (BN_is_negative(bn)) {
    +        ECerr(EC_F_BN_TO_FELEM, EC_R_BIGNUM_OUT_OF_RANGE);
    +        return 0;
    +    }
    +    num_bytes = BN_bn2bin(bn, b_in);
    +    flip_endian(b_out, b_in, num_bytes);
    +    bin28_to_felem(out, b_out);
    +    return 1;
    +}
     
     /* From internal representation to OpenSSL BIGNUM */
     static BIGNUM *felem_to_BN(BIGNUM *out, const felem in)
    -	{
    -	felem_bytearray b_in, b_out;
    -	felem_to_bin28(b_in, in);
    -	flip_endian(b_out, b_in, sizeof b_out);
    -	return BN_bin2bn(b_out, sizeof b_out, out);
    -	}
    +{
    +    felem_bytearray b_in, b_out;
    +    felem_to_bin28(b_in, in);
    +    flip_endian(b_out, b_in, sizeof b_out);
    +    return BN_bin2bn(b_out, sizeof b_out, out);
    +}
     
     /******************************************************************************/
    -/*				FIELD OPERATIONS
    +/*-
    + *                              FIELD OPERATIONS
      *
      * Field operations, using the internal representation of field elements.
      * NB! These operations are specific to our point multiplication and cannot be
    @@ -354,402 +388,441 @@ static BIGNUM *felem_to_BN(BIGNUM *out, const felem in)
      */
     
     static void felem_one(felem out)
    -	{
    -	out[0] = 1;
    -	out[1] = 0;
    -	out[2] = 0;
    -	out[3] = 0;
    -	}
    +{
    +    out[0] = 1;
    +    out[1] = 0;
    +    out[2] = 0;
    +    out[3] = 0;
    +}
     
     static void felem_assign(felem out, const felem in)
    -	{
    -	out[0] = in[0];
    -	out[1] = in[1];
    -	out[2] = in[2];
    -	out[3] = in[3];
    -	}
    +{
    +    out[0] = in[0];
    +    out[1] = in[1];
    +    out[2] = in[2];
    +    out[3] = in[3];
    +}
     
     /* Sum two field elements: out += in */
     static void felem_sum(felem out, const felem in)
    -	{
    -	out[0] += in[0];
    -	out[1] += in[1];
    -	out[2] += in[2];
    -	out[3] += in[3];
    -	}
    +{
    +    out[0] += in[0];
    +    out[1] += in[1];
    +    out[2] += in[2];
    +    out[3] += in[3];
    +}
     
     /* Get negative value: out = -in */
     /* Assumes in[i] < 2^57 */
     static void felem_neg(felem out, const felem in)
    -	{
    -	static const limb two58p2 = (((limb) 1) << 58) + (((limb) 1) << 2);
    -	static const limb two58m2 = (((limb) 1) << 58) - (((limb) 1) << 2);
    -	static const limb two58m42m2 = (((limb) 1) << 58) -
    -	    (((limb) 1) << 42) - (((limb) 1) << 2);
    -
    -	/* Set to 0 mod 2^224-2^96+1 to ensure out > in */
    -	out[0] = two58p2 - in[0];
    -	out[1] = two58m42m2 - in[1];
    -	out[2] = two58m2 - in[2];
    -	out[3] = two58m2 - in[3];
    -	}
    +{
    +    static const limb two58p2 = (((limb) 1) << 58) + (((limb) 1) << 2);
    +    static const limb two58m2 = (((limb) 1) << 58) - (((limb) 1) << 2);
    +    static const limb two58m42m2 = (((limb) 1) << 58) -
    +        (((limb) 1) << 42) - (((limb) 1) << 2);
    +
    +    /* Set to 0 mod 2^224-2^96+1 to ensure out > in */
    +    out[0] = two58p2 - in[0];
    +    out[1] = two58m42m2 - in[1];
    +    out[2] = two58m2 - in[2];
    +    out[3] = two58m2 - in[3];
    +}
     
     /* Subtract field elements: out -= in */
     /* Assumes in[i] < 2^57 */
     static void felem_diff(felem out, const felem in)
    -	{
    -	static const limb two58p2 = (((limb) 1) << 58) + (((limb) 1) << 2);
    -	static const limb two58m2 = (((limb) 1) << 58) - (((limb) 1) << 2);
    -	static const limb two58m42m2 = (((limb) 1) << 58) -
    -	    (((limb) 1) << 42) - (((limb) 1) << 2);
    -
    -	/* Add 0 mod 2^224-2^96+1 to ensure out > in */
    -	out[0] += two58p2;
    -	out[1] += two58m42m2;
    -	out[2] += two58m2;
    -	out[3] += two58m2;
    -
    -	out[0] -= in[0];
    -	out[1] -= in[1];
    -	out[2] -= in[2];
    -	out[3] -= in[3];
    -	}
    +{
    +    static const limb two58p2 = (((limb) 1) << 58) + (((limb) 1) << 2);
    +    static const limb two58m2 = (((limb) 1) << 58) - (((limb) 1) << 2);
    +    static const limb two58m42m2 = (((limb) 1) << 58) -
    +        (((limb) 1) << 42) - (((limb) 1) << 2);
    +
    +    /* Add 0 mod 2^224-2^96+1 to ensure out > in */
    +    out[0] += two58p2;
    +    out[1] += two58m42m2;
    +    out[2] += two58m2;
    +    out[3] += two58m2;
    +
    +    out[0] -= in[0];
    +    out[1] -= in[1];
    +    out[2] -= in[2];
    +    out[3] -= in[3];
    +}
     
     /* Subtract in unreduced 128-bit mode: out -= in */
     /* Assumes in[i] < 2^119 */
     static void widefelem_diff(widefelem out, const widefelem in)
    -	{
    -	static const widelimb two120 = ((widelimb) 1) << 120;
    -	static const widelimb two120m64 = (((widelimb) 1) << 120) -
    -		(((widelimb) 1) << 64);
    -	static const widelimb two120m104m64 = (((widelimb) 1) << 120) -
    -		(((widelimb) 1) << 104) - (((widelimb) 1) << 64);
    -
    -	/* Add 0 mod 2^224-2^96+1 to ensure out > in */
    -	out[0] += two120;
    -	out[1] += two120m64;
    -	out[2] += two120m64;
    -	out[3] += two120;
    -	out[4] += two120m104m64;
    -	out[5] += two120m64;
    -	out[6] += two120m64;
    -
    -	out[0] -= in[0];
    -	out[1] -= in[1];
    -	out[2] -= in[2];
    -	out[3] -= in[3];
    -	out[4] -= in[4];
    -	out[5] -= in[5];
    -	out[6] -= in[6];
    -	}
    +{
    +    static const widelimb two120 = ((widelimb) 1) << 120;
    +    static const widelimb two120m64 = (((widelimb) 1) << 120) -
    +        (((widelimb) 1) << 64);
    +    static const widelimb two120m104m64 = (((widelimb) 1) << 120) -
    +        (((widelimb) 1) << 104) - (((widelimb) 1) << 64);
    +
    +    /* Add 0 mod 2^224-2^96+1 to ensure out > in */
    +    out[0] += two120;
    +    out[1] += two120m64;
    +    out[2] += two120m64;
    +    out[3] += two120;
    +    out[4] += two120m104m64;
    +    out[5] += two120m64;
    +    out[6] += two120m64;
    +
    +    out[0] -= in[0];
    +    out[1] -= in[1];
    +    out[2] -= in[2];
    +    out[3] -= in[3];
    +    out[4] -= in[4];
    +    out[5] -= in[5];
    +    out[6] -= in[6];
    +}
     
     /* Subtract in mixed mode: out128 -= in64 */
     /* in[i] < 2^63 */
     static void felem_diff_128_64(widefelem out, const felem in)
    -	{
    -	static const widelimb two64p8 = (((widelimb) 1) << 64) +
    -		(((widelimb) 1) << 8);
    -	static const widelimb two64m8 = (((widelimb) 1) << 64) -
    -		(((widelimb) 1) << 8);
    -	static const widelimb two64m48m8 = (((widelimb) 1) << 64) -
    -		(((widelimb) 1) << 48) - (((widelimb) 1) << 8);
    -
    -	/* Add 0 mod 2^224-2^96+1 to ensure out > in */
    -	out[0] += two64p8;
    -	out[1] += two64m48m8;
    -	out[2] += two64m8;
    -	out[3] += two64m8;
    -
    -	out[0] -= in[0];
    -	out[1] -= in[1];
    -	out[2] -= in[2];
    -	out[3] -= in[3];
    -	}
    -
    -/* Multiply a field element by a scalar: out = out * scalar
    - * The scalars we actually use are small, so results fit without overflow */
    +{
    +    static const widelimb two64p8 = (((widelimb) 1) << 64) +
    +        (((widelimb) 1) << 8);
    +    static const widelimb two64m8 = (((widelimb) 1) << 64) -
    +        (((widelimb) 1) << 8);
    +    static const widelimb two64m48m8 = (((widelimb) 1) << 64) -
    +        (((widelimb) 1) << 48) - (((widelimb) 1) << 8);
    +
    +    /* Add 0 mod 2^224-2^96+1 to ensure out > in */
    +    out[0] += two64p8;
    +    out[1] += two64m48m8;
    +    out[2] += two64m8;
    +    out[3] += two64m8;
    +
    +    out[0] -= in[0];
    +    out[1] -= in[1];
    +    out[2] -= in[2];
    +    out[3] -= in[3];
    +}
    +
    +/*
    + * Multiply a field element by a scalar: out = out * scalar The scalars we
    + * actually use are small, so results fit without overflow
    + */
     static void felem_scalar(felem out, const limb scalar)
    -	{
    -	out[0] *= scalar;
    -	out[1] *= scalar;
    -	out[2] *= scalar;
    -	out[3] *= scalar;
    -	}
    -
    -/* Multiply an unreduced field element by a scalar: out = out * scalar
    - * The scalars we actually use are small, so results fit without overflow */
    +{
    +    out[0] *= scalar;
    +    out[1] *= scalar;
    +    out[2] *= scalar;
    +    out[3] *= scalar;
    +}
    +
    +/*
    + * Multiply an unreduced field element by a scalar: out = out * scalar The
    + * scalars we actually use are small, so results fit without overflow
    + */
     static void widefelem_scalar(widefelem out, const widelimb scalar)
    -	{
    -	out[0] *= scalar;
    -	out[1] *= scalar;
    -	out[2] *= scalar;
    -	out[3] *= scalar;
    -	out[4] *= scalar;
    -	out[5] *= scalar;
    -	out[6] *= scalar;
    -	}
    +{
    +    out[0] *= scalar;
    +    out[1] *= scalar;
    +    out[2] *= scalar;
    +    out[3] *= scalar;
    +    out[4] *= scalar;
    +    out[5] *= scalar;
    +    out[6] *= scalar;
    +}
     
     /* Square a field element: out = in^2 */
     static void felem_square(widefelem out, const felem in)
    -	{
    -	limb tmp0, tmp1, tmp2;
    -	tmp0 = 2 * in[0]; tmp1 = 2 * in[1]; tmp2 = 2 * in[2];
    -	out[0] = ((widelimb) in[0]) * in[0];
    -	out[1] = ((widelimb) in[0]) * tmp1;
    -	out[2] = ((widelimb) in[0]) * tmp2 + ((widelimb) in[1]) * in[1];
    -	out[3] = ((widelimb) in[3]) * tmp0 +
    -		((widelimb) in[1]) * tmp2;
    -	out[4] = ((widelimb) in[3]) * tmp1 + ((widelimb) in[2]) * in[2];
    -	out[5] = ((widelimb) in[3]) * tmp2;
    -	out[6] = ((widelimb) in[3]) * in[3];
    -	}
    +{
    +    limb tmp0, tmp1, tmp2;
    +    tmp0 = 2 * in[0];
    +    tmp1 = 2 * in[1];
    +    tmp2 = 2 * in[2];
    +    out[0] = ((widelimb) in[0]) * in[0];
    +    out[1] = ((widelimb) in[0]) * tmp1;
    +    out[2] = ((widelimb) in[0]) * tmp2 + ((widelimb) in[1]) * in[1];
    +    out[3] = ((widelimb) in[3]) * tmp0 + ((widelimb) in[1]) * tmp2;
    +    out[4] = ((widelimb) in[3]) * tmp1 + ((widelimb) in[2]) * in[2];
    +    out[5] = ((widelimb) in[3]) * tmp2;
    +    out[6] = ((widelimb) in[3]) * in[3];
    +}
     
     /* Multiply two field elements: out = in1 * in2 */
     static void felem_mul(widefelem out, const felem in1, const felem in2)
    -	{
    -	out[0] = ((widelimb) in1[0]) * in2[0];
    -	out[1] = ((widelimb) in1[0]) * in2[1] + ((widelimb) in1[1]) * in2[0];
    -	out[2] = ((widelimb) in1[0]) * in2[2] + ((widelimb) in1[1]) * in2[1] +
    -		((widelimb) in1[2]) * in2[0];
    -	out[3] = ((widelimb) in1[0]) * in2[3] + ((widelimb) in1[1]) * in2[2] +
    -		((widelimb) in1[2]) * in2[1] + ((widelimb) in1[3]) * in2[0];
    -	out[4] = ((widelimb) in1[1]) * in2[3] + ((widelimb) in1[2]) * in2[2] +
    -		((widelimb) in1[3]) * in2[1];
    -	out[5] = ((widelimb) in1[2]) * in2[3] + ((widelimb) in1[3]) * in2[2];
    -	out[6] = ((widelimb) in1[3]) * in2[3];
    -	}
    -
    -/* Reduce seven 128-bit coefficients to four 64-bit coefficients.
    +{
    +    out[0] = ((widelimb) in1[0]) * in2[0];
    +    out[1] = ((widelimb) in1[0]) * in2[1] + ((widelimb) in1[1]) * in2[0];
    +    out[2] = ((widelimb) in1[0]) * in2[2] + ((widelimb) in1[1]) * in2[1] +
    +        ((widelimb) in1[2]) * in2[0];
    +    out[3] = ((widelimb) in1[0]) * in2[3] + ((widelimb) in1[1]) * in2[2] +
    +        ((widelimb) in1[2]) * in2[1] + ((widelimb) in1[3]) * in2[0];
    +    out[4] = ((widelimb) in1[1]) * in2[3] + ((widelimb) in1[2]) * in2[2] +
    +        ((widelimb) in1[3]) * in2[1];
    +    out[5] = ((widelimb) in1[2]) * in2[3] + ((widelimb) in1[3]) * in2[2];
    +    out[6] = ((widelimb) in1[3]) * in2[3];
    +}
    +
    +/*-
    + * Reduce seven 128-bit coefficients to four 64-bit coefficients.
      * Requires in[i] < 2^126,
      * ensures out[0] < 2^56, out[1] < 2^56, out[2] < 2^56, out[3] <= 2^56 + 2^16 */
     static void felem_reduce(felem out, const widefelem in)
    -	{
    -	static const widelimb two127p15 = (((widelimb) 1) << 127) +
    -		(((widelimb) 1) << 15);
    -	static const widelimb two127m71 = (((widelimb) 1) << 127) -
    -		(((widelimb) 1) << 71);
    -	static const widelimb two127m71m55 = (((widelimb) 1) << 127) -
    -		(((widelimb) 1) << 71) - (((widelimb) 1) << 55);
    -	widelimb output[5];
    -
    -	/* Add 0 mod 2^224-2^96+1 to ensure all differences are positive */
    -	output[0] = in[0] + two127p15;
    -	output[1] = in[1] + two127m71m55;
    -	output[2] = in[2] + two127m71;
    -	output[3] = in[3];
    -	output[4] = in[4];
    -
    -	/* Eliminate in[4], in[5], in[6] */
    -	output[4] += in[6] >> 16;
    -	output[3] += (in[6] & 0xffff) << 40;
    -	output[2] -= in[6];
    -
    -	output[3] += in[5] >> 16;
    -	output[2] += (in[5] & 0xffff) << 40;
    -	output[1] -= in[5];
    -
    -	output[2] += output[4] >> 16;
    -	output[1] += (output[4] & 0xffff) << 40;
    -	output[0] -= output[4];
    -
    -	/* Carry 2 -> 3 -> 4 */
    -	output[3] += output[2] >> 56;
    -	output[2] &= 0x00ffffffffffffff;
    -
    -	output[4] = output[3] >> 56;
    -	output[3] &= 0x00ffffffffffffff;
    -
    -	/* Now output[2] < 2^56, output[3] < 2^56, output[4] < 2^72 */
    -
    -	/* Eliminate output[4] */
    -	output[2] += output[4] >> 16;
    -	/* output[2] < 2^56 + 2^56 = 2^57 */
    -	output[1] += (output[4] & 0xffff) << 40;
    -	output[0] -= output[4];
    -
    -	/* Carry 0 -> 1 -> 2 -> 3 */
    -	output[1] += output[0] >> 56;
    -	out[0] = output[0] & 0x00ffffffffffffff;
    -
    -	output[2] += output[1] >> 56;
    -	/* output[2] < 2^57 + 2^72 */
    -	out[1] = output[1] & 0x00ffffffffffffff;
    -	output[3] += output[2] >> 56;
    -	/* output[3] <= 2^56 + 2^16 */
    -	out[2] = output[2] & 0x00ffffffffffffff;
    -
    -	/* out[0] < 2^56, out[1] < 2^56, out[2] < 2^56,
    -	 * out[3] <= 2^56 + 2^16 (due to final carry),
    -	 * so out < 2*p */
    -	out[3] = output[3];
    -	}
    +{
    +    static const widelimb two127p15 = (((widelimb) 1) << 127) +
    +        (((widelimb) 1) << 15);
    +    static const widelimb two127m71 = (((widelimb) 1) << 127) -
    +        (((widelimb) 1) << 71);
    +    static const widelimb two127m71m55 = (((widelimb) 1) << 127) -
    +        (((widelimb) 1) << 71) - (((widelimb) 1) << 55);
    +    widelimb output[5];
    +
    +    /* Add 0 mod 2^224-2^96+1 to ensure all differences are positive */
    +    output[0] = in[0] + two127p15;
    +    output[1] = in[1] + two127m71m55;
    +    output[2] = in[2] + two127m71;
    +    output[3] = in[3];
    +    output[4] = in[4];
    +
    +    /* Eliminate in[4], in[5], in[6] */
    +    output[4] += in[6] >> 16;
    +    output[3] += (in[6] & 0xffff) << 40;
    +    output[2] -= in[6];
    +
    +    output[3] += in[5] >> 16;
    +    output[2] += (in[5] & 0xffff) << 40;
    +    output[1] -= in[5];
    +
    +    output[2] += output[4] >> 16;
    +    output[1] += (output[4] & 0xffff) << 40;
    +    output[0] -= output[4];
    +
    +    /* Carry 2 -> 3 -> 4 */
    +    output[3] += output[2] >> 56;
    +    output[2] &= 0x00ffffffffffffff;
    +
    +    output[4] = output[3] >> 56;
    +    output[3] &= 0x00ffffffffffffff;
    +
    +    /* Now output[2] < 2^56, output[3] < 2^56, output[4] < 2^72 */
    +
    +    /* Eliminate output[4] */
    +    output[2] += output[4] >> 16;
    +    /* output[2] < 2^56 + 2^56 = 2^57 */
    +    output[1] += (output[4] & 0xffff) << 40;
    +    output[0] -= output[4];
    +
    +    /* Carry 0 -> 1 -> 2 -> 3 */
    +    output[1] += output[0] >> 56;
    +    out[0] = output[0] & 0x00ffffffffffffff;
    +
    +    output[2] += output[1] >> 56;
    +    /* output[2] < 2^57 + 2^72 */
    +    out[1] = output[1] & 0x00ffffffffffffff;
    +    output[3] += output[2] >> 56;
    +    /* output[3] <= 2^56 + 2^16 */
    +    out[2] = output[2] & 0x00ffffffffffffff;
    +
    +    /*-
    +     * out[0] < 2^56, out[1] < 2^56, out[2] < 2^56,
    +     * out[3] <= 2^56 + 2^16 (due to final carry),
    +     * so out < 2*p
    +     */
    +    out[3] = output[3];
    +}
     
     static void felem_square_reduce(felem out, const felem in)
    -	{
    -	widefelem tmp;
    -	felem_square(tmp, in);
    -	felem_reduce(out, tmp);
    -	}
    +{
    +    widefelem tmp;
    +    felem_square(tmp, in);
    +    felem_reduce(out, tmp);
    +}
     
     static void felem_mul_reduce(felem out, const felem in1, const felem in2)
    -	{
    -	widefelem tmp;
    -	felem_mul(tmp, in1, in2);
    -	felem_reduce(out, tmp);
    -	}
    -
    -/* Reduce to unique minimal representation.
    - * Requires 0 <= in < 2*p (always call felem_reduce first) */
    +{
    +    widefelem tmp;
    +    felem_mul(tmp, in1, in2);
    +    felem_reduce(out, tmp);
    +}
    +
    +/*
    + * Reduce to unique minimal representation. Requires 0 <= in < 2*p (always
    + * call felem_reduce first)
    + */
     static void felem_contract(felem out, const felem in)
    -	{
    -	static const int64_t two56 = ((limb) 1) << 56;
    -	/* 0 <= in < 2*p, p = 2^224 - 2^96 + 1 */
    -	/* if in > p , reduce in = in - 2^224 + 2^96 - 1 */
    -	int64_t tmp[4], a;
    -	tmp[0] = in[0];
    -	tmp[1] = in[1];
    -	tmp[2] = in[2];
    -	tmp[3] = in[3];
    -	/* Case 1: a = 1 iff in >= 2^224 */
    -	a = (in[3] >> 56);
    -	tmp[0] -= a;
    -	tmp[1] += a << 40;
    -	tmp[3] &= 0x00ffffffffffffff;
    -	/* Case 2: a = 0 iff p <= in < 2^224, i.e.,
    -	 * the high 128 bits are all 1 and the lower part is non-zero */
    -	a = ((in[3] & in[2] & (in[1] | 0x000000ffffffffff)) + 1) |
    -		(((int64_t)(in[0] + (in[1] & 0x000000ffffffffff)) - 1) >> 63);
    -	a &= 0x00ffffffffffffff;
    -	/* turn a into an all-one mask (if a = 0) or an all-zero mask */
    -	a = (a - 1) >> 63;
    -	/* subtract 2^224 - 2^96 + 1 if a is all-one*/
    -	tmp[3] &= a ^ 0xffffffffffffffff;
    -	tmp[2] &= a ^ 0xffffffffffffffff;
    -	tmp[1] &= (a ^ 0xffffffffffffffff) | 0x000000ffffffffff;
    -	tmp[0] -= 1 & a;
    -
    -	/* eliminate negative coefficients: if tmp[0] is negative, tmp[1] must
    -	 * be non-zero, so we only need one step */
    -	a = tmp[0] >> 63;
    -	tmp[0] += two56 & a;
    -	tmp[1] -= 1 & a;
    -
    -	/* carry 1 -> 2 -> 3 */
    -	tmp[2] += tmp[1] >> 56;
    -	tmp[1] &= 0x00ffffffffffffff;
    -
    -	tmp[3] += tmp[2] >> 56;
    -	tmp[2] &= 0x00ffffffffffffff;
    -
    -	/* Now 0 <= out < p */
    -	out[0] = tmp[0];
    -	out[1] = tmp[1];
    -	out[2] = tmp[2];
    -	out[3] = tmp[3];
    -	}
    -
    -/* Zero-check: returns 1 if input is 0, and 0 otherwise.
    - * We know that field elements are reduced to in < 2^225,
    - * so we only need to check three cases: 0, 2^224 - 2^96 + 1,
    - * and 2^225 - 2^97 + 2 */
    +{
    +    static const int64_t two56 = ((limb) 1) << 56;
    +    /* 0 <= in < 2*p, p = 2^224 - 2^96 + 1 */
    +    /* if in > p , reduce in = in - 2^224 + 2^96 - 1 */
    +    int64_t tmp[4], a;
    +    tmp[0] = in[0];
    +    tmp[1] = in[1];
    +    tmp[2] = in[2];
    +    tmp[3] = in[3];
    +    /* Case 1: a = 1 iff in >= 2^224 */
    +    a = (in[3] >> 56);
    +    tmp[0] -= a;
    +    tmp[1] += a << 40;
    +    tmp[3] &= 0x00ffffffffffffff;
    +    /*
    +     * Case 2: a = 0 iff p <= in < 2^224, i.e., the high 128 bits are all 1
    +     * and the lower part is non-zero
    +     */
    +    a = ((in[3] & in[2] & (in[1] | 0x000000ffffffffff)) + 1) |
    +        (((int64_t) (in[0] + (in[1] & 0x000000ffffffffff)) - 1) >> 63);
    +    a &= 0x00ffffffffffffff;
    +    /* turn a into an all-one mask (if a = 0) or an all-zero mask */
    +    a = (a - 1) >> 63;
    +    /* subtract 2^224 - 2^96 + 1 if a is all-one */
    +    tmp[3] &= a ^ 0xffffffffffffffff;
    +    tmp[2] &= a ^ 0xffffffffffffffff;
    +    tmp[1] &= (a ^ 0xffffffffffffffff) | 0x000000ffffffffff;
    +    tmp[0] -= 1 & a;
    +
    +    /*
    +     * eliminate negative coefficients: if tmp[0] is negative, tmp[1] must be
    +     * non-zero, so we only need one step
    +     */
    +    a = tmp[0] >> 63;
    +    tmp[0] += two56 & a;
    +    tmp[1] -= 1 & a;
    +
    +    /* carry 1 -> 2 -> 3 */
    +    tmp[2] += tmp[1] >> 56;
    +    tmp[1] &= 0x00ffffffffffffff;
    +
    +    tmp[3] += tmp[2] >> 56;
    +    tmp[2] &= 0x00ffffffffffffff;
    +
    +    /* Now 0 <= out < p */
    +    out[0] = tmp[0];
    +    out[1] = tmp[1];
    +    out[2] = tmp[2];
    +    out[3] = tmp[3];
    +}
    +
    +/*
    + * Zero-check: returns 1 if input is 0, and 0 otherwise. We know that field
    + * elements are reduced to in < 2^225, so we only need to check three cases:
    + * 0, 2^224 - 2^96 + 1, and 2^225 - 2^97 + 2
    + */
     static limb felem_is_zero(const felem in)
    -	{
    -	limb zero, two224m96p1, two225m97p2;
    -
    -	zero = in[0] | in[1] | in[2] | in[3];
    -	zero = (((int64_t)(zero) - 1) >> 63) & 1;
    -	two224m96p1 = (in[0] ^ 1) | (in[1] ^ 0x00ffff0000000000)
    -		| (in[2] ^ 0x00ffffffffffffff) | (in[3] ^ 0x00ffffffffffffff);
    -	two224m96p1 = (((int64_t)(two224m96p1) - 1) >> 63) & 1;
    -	two225m97p2 = (in[0] ^ 2) | (in[1] ^ 0x00fffe0000000000)
    -		| (in[2] ^ 0x00ffffffffffffff) | (in[3] ^ 0x01ffffffffffffff);
    -	two225m97p2 = (((int64_t)(two225m97p2) - 1) >> 63) & 1;
    -	return (zero | two224m96p1 | two225m97p2);
    -	}
    +{
    +    limb zero, two224m96p1, two225m97p2;
    +
    +    zero = in[0] | in[1] | in[2] | in[3];
    +    zero = (((int64_t) (zero) - 1) >> 63) & 1;
    +    two224m96p1 = (in[0] ^ 1) | (in[1] ^ 0x00ffff0000000000)
    +        | (in[2] ^ 0x00ffffffffffffff) | (in[3] ^ 0x00ffffffffffffff);
    +    two224m96p1 = (((int64_t) (two224m96p1) - 1) >> 63) & 1;
    +    two225m97p2 = (in[0] ^ 2) | (in[1] ^ 0x00fffe0000000000)
    +        | (in[2] ^ 0x00ffffffffffffff) | (in[3] ^ 0x01ffffffffffffff);
    +    two225m97p2 = (((int64_t) (two225m97p2) - 1) >> 63) & 1;
    +    return (zero | two224m96p1 | two225m97p2);
    +}
     
     static limb felem_is_zero_int(const felem in)
    -	{
    -	return (int) (felem_is_zero(in) & ((limb)1));
    -	}
    +{
    +    return (int)(felem_is_zero(in) & ((limb) 1));
    +}
     
     /* Invert a field element */
     /* Computation chain copied from djb's code */
     static void felem_inv(felem out, const felem in)
    -	{
    -	felem ftmp, ftmp2, ftmp3, ftmp4;
    -	widefelem tmp;
    -	unsigned i;
    -
    -	felem_square(tmp, in); felem_reduce(ftmp, tmp);		/* 2 */
    -	felem_mul(tmp, in, ftmp); felem_reduce(ftmp, tmp);	/* 2^2 - 1 */
    -	felem_square(tmp, ftmp); felem_reduce(ftmp, tmp);	/* 2^3 - 2 */
    -	felem_mul(tmp, in, ftmp); felem_reduce(ftmp, tmp);	/* 2^3 - 1 */
    -	felem_square(tmp, ftmp); felem_reduce(ftmp2, tmp);	/* 2^4 - 2 */
    -	felem_square(tmp, ftmp2); felem_reduce(ftmp2, tmp);	/* 2^5 - 4 */
    -	felem_square(tmp, ftmp2); felem_reduce(ftmp2, tmp);	/* 2^6 - 8 */
    -	felem_mul(tmp, ftmp2, ftmp); felem_reduce(ftmp, tmp);	/* 2^6 - 1 */
    -	felem_square(tmp, ftmp); felem_reduce(ftmp2, tmp);	/* 2^7 - 2 */
    -	for (i = 0; i < 5; ++i)					/* 2^12 - 2^6 */
    -		{
    -		felem_square(tmp, ftmp2); felem_reduce(ftmp2, tmp);
    -		}
    -	felem_mul(tmp, ftmp2, ftmp); felem_reduce(ftmp2, tmp);	/* 2^12 - 1 */
    -	felem_square(tmp, ftmp2); felem_reduce(ftmp3, tmp);	/* 2^13 - 2 */
    -	for (i = 0; i < 11; ++i)				/* 2^24 - 2^12 */
    -		{
    -		felem_square(tmp, ftmp3); felem_reduce(ftmp3, tmp);
    -		}
    -	felem_mul(tmp, ftmp3, ftmp2); felem_reduce(ftmp2, tmp); /* 2^24 - 1 */
    -	felem_square(tmp, ftmp2); felem_reduce(ftmp3, tmp);	/* 2^25 - 2 */
    -	for (i = 0; i < 23; ++i)				/* 2^48 - 2^24 */
    -		{
    -		felem_square(tmp, ftmp3); felem_reduce(ftmp3, tmp);
    -		}
    -	felem_mul(tmp, ftmp3, ftmp2); felem_reduce(ftmp3, tmp); /* 2^48 - 1 */
    -	felem_square(tmp, ftmp3); felem_reduce(ftmp4, tmp);	/* 2^49 - 2 */
    -	for (i = 0; i < 47; ++i)				/* 2^96 - 2^48 */
    -		{
    -		felem_square(tmp, ftmp4); felem_reduce(ftmp4, tmp);
    -		}
    -	felem_mul(tmp, ftmp3, ftmp4); felem_reduce(ftmp3, tmp); /* 2^96 - 1 */
    -	felem_square(tmp, ftmp3); felem_reduce(ftmp4, tmp);	/* 2^97 - 2 */
    -	for (i = 0; i < 23; ++i)				/* 2^120 - 2^24 */
    -		{
    -		felem_square(tmp, ftmp4); felem_reduce(ftmp4, tmp);
    -		}
    -	felem_mul(tmp, ftmp2, ftmp4); felem_reduce(ftmp2, tmp); /* 2^120 - 1 */
    -	for (i = 0; i < 6; ++i)					/* 2^126 - 2^6 */
    -		{
    -		felem_square(tmp, ftmp2); felem_reduce(ftmp2, tmp);
    -		}
    -	felem_mul(tmp, ftmp2, ftmp); felem_reduce(ftmp, tmp);	/* 2^126 - 1 */
    -	felem_square(tmp, ftmp); felem_reduce(ftmp, tmp);	/* 2^127 - 2 */
    -	felem_mul(tmp, ftmp, in); felem_reduce(ftmp, tmp);	/* 2^127 - 1 */
    -	for (i = 0; i < 97; ++i)				/* 2^224 - 2^97 */
    -		{
    -		felem_square(tmp, ftmp); felem_reduce(ftmp, tmp);
    -		}
    -	felem_mul(tmp, ftmp, ftmp3); felem_reduce(out, tmp);	/* 2^224 - 2^96 - 1 */
    -	}
    -
    -/* Copy in constant time:
    - * if icopy == 1, copy in to out,
    - * if icopy == 0, copy out to itself. */
    -static void
    -copy_conditional(felem out, const felem in, limb icopy)
    -	{
    -	unsigned i;
    -	/* icopy is a (64-bit) 0 or 1, so copy is either all-zero or all-one */
    -	const limb copy = -icopy;
    -	for (i = 0; i < 4; ++i)
    -		{
    -		const limb tmp = copy & (in[i] ^ out[i]);
    -		out[i] ^= tmp;
    -		}
    -	}
    +{
    +    felem ftmp, ftmp2, ftmp3, ftmp4;
    +    widefelem tmp;
    +    unsigned i;
    +
    +    felem_square(tmp, in);
    +    felem_reduce(ftmp, tmp);    /* 2 */
    +    felem_mul(tmp, in, ftmp);
    +    felem_reduce(ftmp, tmp);    /* 2^2 - 1 */
    +    felem_square(tmp, ftmp);
    +    felem_reduce(ftmp, tmp);    /* 2^3 - 2 */
    +    felem_mul(tmp, in, ftmp);
    +    felem_reduce(ftmp, tmp);    /* 2^3 - 1 */
    +    felem_square(tmp, ftmp);
    +    felem_reduce(ftmp2, tmp);   /* 2^4 - 2 */
    +    felem_square(tmp, ftmp2);
    +    felem_reduce(ftmp2, tmp);   /* 2^5 - 4 */
    +    felem_square(tmp, ftmp2);
    +    felem_reduce(ftmp2, tmp);   /* 2^6 - 8 */
    +    felem_mul(tmp, ftmp2, ftmp);
    +    felem_reduce(ftmp, tmp);    /* 2^6 - 1 */
    +    felem_square(tmp, ftmp);
    +    felem_reduce(ftmp2, tmp);   /* 2^7 - 2 */
    +    for (i = 0; i < 5; ++i) {   /* 2^12 - 2^6 */
    +        felem_square(tmp, ftmp2);
    +        felem_reduce(ftmp2, tmp);
    +    }
    +    felem_mul(tmp, ftmp2, ftmp);
    +    felem_reduce(ftmp2, tmp);   /* 2^12 - 1 */
    +    felem_square(tmp, ftmp2);
    +    felem_reduce(ftmp3, tmp);   /* 2^13 - 2 */
    +    for (i = 0; i < 11; ++i) {  /* 2^24 - 2^12 */
    +        felem_square(tmp, ftmp3);
    +        felem_reduce(ftmp3, tmp);
    +    }
    +    felem_mul(tmp, ftmp3, ftmp2);
    +    felem_reduce(ftmp2, tmp);   /* 2^24 - 1 */
    +    felem_square(tmp, ftmp2);
    +    felem_reduce(ftmp3, tmp);   /* 2^25 - 2 */
    +    for (i = 0; i < 23; ++i) {  /* 2^48 - 2^24 */
    +        felem_square(tmp, ftmp3);
    +        felem_reduce(ftmp3, tmp);
    +    }
    +    felem_mul(tmp, ftmp3, ftmp2);
    +    felem_reduce(ftmp3, tmp);   /* 2^48 - 1 */
    +    felem_square(tmp, ftmp3);
    +    felem_reduce(ftmp4, tmp);   /* 2^49 - 2 */
    +    for (i = 0; i < 47; ++i) {  /* 2^96 - 2^48 */
    +        felem_square(tmp, ftmp4);
    +        felem_reduce(ftmp4, tmp);
    +    }
    +    felem_mul(tmp, ftmp3, ftmp4);
    +    felem_reduce(ftmp3, tmp);   /* 2^96 - 1 */
    +    felem_square(tmp, ftmp3);
    +    felem_reduce(ftmp4, tmp);   /* 2^97 - 2 */
    +    for (i = 0; i < 23; ++i) {  /* 2^120 - 2^24 */
    +        felem_square(tmp, ftmp4);
    +        felem_reduce(ftmp4, tmp);
    +    }
    +    felem_mul(tmp, ftmp2, ftmp4);
    +    felem_reduce(ftmp2, tmp);   /* 2^120 - 1 */
    +    for (i = 0; i < 6; ++i) {   /* 2^126 - 2^6 */
    +        felem_square(tmp, ftmp2);
    +        felem_reduce(ftmp2, tmp);
    +    }
    +    felem_mul(tmp, ftmp2, ftmp);
    +    felem_reduce(ftmp, tmp);    /* 2^126 - 1 */
    +    felem_square(tmp, ftmp);
    +    felem_reduce(ftmp, tmp);    /* 2^127 - 2 */
    +    felem_mul(tmp, ftmp, in);
    +    felem_reduce(ftmp, tmp);    /* 2^127 - 1 */
    +    for (i = 0; i < 97; ++i) {  /* 2^224 - 2^97 */
    +        felem_square(tmp, ftmp);
    +        felem_reduce(ftmp, tmp);
    +    }
    +    felem_mul(tmp, ftmp, ftmp3);
    +    felem_reduce(out, tmp);     /* 2^224 - 2^96 - 1 */
    +}
    +
    +/*
    + * Copy in constant time: if icopy == 1, copy in to out, if icopy == 0, copy
    + * out to itself.
    + */
    +static void copy_conditional(felem out, const felem in, limb icopy)
    +{
    +    unsigned i;
    +    /*
    +     * icopy is a (64-bit) 0 or 1, so copy is either all-zero or all-one
    +     */
    +    const limb copy = -icopy;
    +    for (i = 0; i < 4; ++i) {
    +        const limb tmp = copy & (in[i] ^ out[i]);
    +        out[i] ^= tmp;
    +    }
    +}
     
     /******************************************************************************/
    -/*			 ELLIPTIC CURVE POINT OPERATIONS
    +/*-
    + *                       ELLIPTIC CURVE POINT OPERATIONS
      *
      * Points are represented in Jacobian projective coordinates:
      * (X, Y, Z) corresponds to the affine point (X/Z^2, Y/Z^3),
    @@ -757,85 +830,88 @@ copy_conditional(felem out, const felem in, limb icopy)
      *
      */
     
    -/* Double an elliptic curve point:
    +/*-
    + * Double an elliptic curve point:
      * (X', Y', Z') = 2 * (X, Y, Z), where
      * X' = (3 * (X - Z^2) * (X + Z^2))^2 - 8 * X * Y^2
      * Y' = 3 * (X - Z^2) * (X + Z^2) * (4 * X * Y^2 - X') - 8 * Y^2
      * Z' = (Y + Z)^2 - Y^2 - Z^2 = 2 * Y * Z
      * Outputs can equal corresponding inputs, i.e., x_out == x_in is allowed,
    - * while x_out == y_in is not (maybe this works, but it's not tested). */
    + * while x_out == y_in is not (maybe this works, but it's not tested).
    + */
     static void
     point_double(felem x_out, felem y_out, felem z_out,
                  const felem x_in, const felem y_in, const felem z_in)
    -	{
    -	widefelem tmp, tmp2;
    -	felem delta, gamma, beta, alpha, ftmp, ftmp2;
    -
    -	felem_assign(ftmp, x_in);
    -	felem_assign(ftmp2, x_in);
    -
    -	/* delta = z^2 */
    -	felem_square(tmp, z_in);
    -	felem_reduce(delta, tmp);
    -
    -	/* gamma = y^2 */
    -	felem_square(tmp, y_in);
    -	felem_reduce(gamma, tmp);
    -
    -	/* beta = x*gamma */
    -	felem_mul(tmp, x_in, gamma);
    -	felem_reduce(beta, tmp);
    -
    -	/* alpha = 3*(x-delta)*(x+delta) */
    -	felem_diff(ftmp, delta);
    -	/* ftmp[i] < 2^57 + 2^58 + 2 < 2^59 */
    -	felem_sum(ftmp2, delta);
    -	/* ftmp2[i] < 2^57 + 2^57 = 2^58 */
    -	felem_scalar(ftmp2, 3);
    -	/* ftmp2[i] < 3 * 2^58 < 2^60 */
    -	felem_mul(tmp, ftmp, ftmp2);
    -	/* tmp[i] < 2^60 * 2^59 * 4 = 2^121 */
    -	felem_reduce(alpha, tmp);
    -
    -	/* x' = alpha^2 - 8*beta */
    -	felem_square(tmp, alpha);
    -	/* tmp[i] < 4 * 2^57 * 2^57 = 2^116 */
    -	felem_assign(ftmp, beta);
    -	felem_scalar(ftmp, 8);
    -	/* ftmp[i] < 8 * 2^57 = 2^60 */
    -	felem_diff_128_64(tmp, ftmp);
    -	/* tmp[i] < 2^116 + 2^64 + 8 < 2^117 */
    -	felem_reduce(x_out, tmp);
    -
    -	/* z' = (y + z)^2 - gamma - delta */
    -	felem_sum(delta, gamma);
    -	/* delta[i] < 2^57 + 2^57 = 2^58 */
    -	felem_assign(ftmp, y_in);
    -	felem_sum(ftmp, z_in);
    -	/* ftmp[i] < 2^57 + 2^57 = 2^58 */
    -	felem_square(tmp, ftmp);
    -	/* tmp[i] < 4 * 2^58 * 2^58 = 2^118 */
    -	felem_diff_128_64(tmp, delta);
    -	/* tmp[i] < 2^118 + 2^64 + 8 < 2^119 */
    -	felem_reduce(z_out, tmp);
    -
    -	/* y' = alpha*(4*beta - x') - 8*gamma^2 */
    -	felem_scalar(beta, 4);
    -	/* beta[i] < 4 * 2^57 = 2^59 */
    -	felem_diff(beta, x_out);
    -	/* beta[i] < 2^59 + 2^58 + 2 < 2^60 */
    -	felem_mul(tmp, alpha, beta);
    -	/* tmp[i] < 4 * 2^57 * 2^60 = 2^119 */
    -	felem_square(tmp2, gamma);
    -	/* tmp2[i] < 4 * 2^57 * 2^57 = 2^116 */
    -	widefelem_scalar(tmp2, 8);
    -	/* tmp2[i] < 8 * 2^116 = 2^119 */
    -	widefelem_diff(tmp, tmp2);
    -	/* tmp[i] < 2^119 + 2^120 < 2^121 */
    -	felem_reduce(y_out, tmp);
    -	}
    -
    -/* Add two elliptic curve points:
    +{
    +    widefelem tmp, tmp2;
    +    felem delta, gamma, beta, alpha, ftmp, ftmp2;
    +
    +    felem_assign(ftmp, x_in);
    +    felem_assign(ftmp2, x_in);
    +
    +    /* delta = z^2 */
    +    felem_square(tmp, z_in);
    +    felem_reduce(delta, tmp);
    +
    +    /* gamma = y^2 */
    +    felem_square(tmp, y_in);
    +    felem_reduce(gamma, tmp);
    +
    +    /* beta = x*gamma */
    +    felem_mul(tmp, x_in, gamma);
    +    felem_reduce(beta, tmp);
    +
    +    /* alpha = 3*(x-delta)*(x+delta) */
    +    felem_diff(ftmp, delta);
    +    /* ftmp[i] < 2^57 + 2^58 + 2 < 2^59 */
    +    felem_sum(ftmp2, delta);
    +    /* ftmp2[i] < 2^57 + 2^57 = 2^58 */
    +    felem_scalar(ftmp2, 3);
    +    /* ftmp2[i] < 3 * 2^58 < 2^60 */
    +    felem_mul(tmp, ftmp, ftmp2);
    +    /* tmp[i] < 2^60 * 2^59 * 4 = 2^121 */
    +    felem_reduce(alpha, tmp);
    +
    +    /* x' = alpha^2 - 8*beta */
    +    felem_square(tmp, alpha);
    +    /* tmp[i] < 4 * 2^57 * 2^57 = 2^116 */
    +    felem_assign(ftmp, beta);
    +    felem_scalar(ftmp, 8);
    +    /* ftmp[i] < 8 * 2^57 = 2^60 */
    +    felem_diff_128_64(tmp, ftmp);
    +    /* tmp[i] < 2^116 + 2^64 + 8 < 2^117 */
    +    felem_reduce(x_out, tmp);
    +
    +    /* z' = (y + z)^2 - gamma - delta */
    +    felem_sum(delta, gamma);
    +    /* delta[i] < 2^57 + 2^57 = 2^58 */
    +    felem_assign(ftmp, y_in);
    +    felem_sum(ftmp, z_in);
    +    /* ftmp[i] < 2^57 + 2^57 = 2^58 */
    +    felem_square(tmp, ftmp);
    +    /* tmp[i] < 4 * 2^58 * 2^58 = 2^118 */
    +    felem_diff_128_64(tmp, delta);
    +    /* tmp[i] < 2^118 + 2^64 + 8 < 2^119 */
    +    felem_reduce(z_out, tmp);
    +
    +    /* y' = alpha*(4*beta - x') - 8*gamma^2 */
    +    felem_scalar(beta, 4);
    +    /* beta[i] < 4 * 2^57 = 2^59 */
    +    felem_diff(beta, x_out);
    +    /* beta[i] < 2^59 + 2^58 + 2 < 2^60 */
    +    felem_mul(tmp, alpha, beta);
    +    /* tmp[i] < 4 * 2^57 * 2^60 = 2^119 */
    +    felem_square(tmp2, gamma);
    +    /* tmp2[i] < 4 * 2^57 * 2^57 = 2^116 */
    +    widefelem_scalar(tmp2, 8);
    +    /* tmp2[i] < 8 * 2^116 = 2^119 */
    +    widefelem_diff(tmp, tmp2);
    +    /* tmp[i] < 2^119 + 2^120 < 2^121 */
    +    felem_reduce(y_out, tmp);
    +}
    +
    +/*-
    + * Add two elliptic curve points:
      * (X_1, Y_1, Z_1) + (X_2, Y_2, Z_2) = (X_3, Y_3, Z_3), where
      * X_3 = (Z_1^3 * Y_2 - Z_2^3 * Y_1)^2 - (Z_1^2 * X_2 - Z_2^2 * X_1)^3 -
      * 2 * Z_2^2 * X_1 * (Z_1^2 * X_2 - Z_2^2 * X_1)^2
    @@ -846,813 +922,848 @@ point_double(felem x_out, felem y_out, felem z_out,
      * This runs faster if 'mixed' is set, which requires Z_2 = 1 or Z_2 = 0.
      */
     
    -/* This function is not entirely constant-time:
    - * it includes a branch for checking whether the two input points are equal,
    - * (while not equal to the point at infinity).
    - * This case never happens during single point multiplication,
    - * so there is no timing leak for ECDH or ECDSA signing. */
    +/*
    + * This function is not entirely constant-time: it includes a branch for
    + * checking whether the two input points are equal, (while not equal to the
    + * point at infinity). This case never happens during single point
    + * multiplication, so there is no timing leak for ECDH or ECDSA signing.
    + */
     static void point_add(felem x3, felem y3, felem z3,
    -	const felem x1, const felem y1, const felem z1,
    -	const int mixed, const felem x2, const felem y2, const felem z2)
    -	{
    -	felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, x_out, y_out, z_out;
    -	widefelem tmp, tmp2;
    -	limb z1_is_zero, z2_is_zero, x_equal, y_equal;
    -
    -	if (!mixed)
    -		{
    -		/* ftmp2 = z2^2 */
    -		felem_square(tmp, z2);
    -		felem_reduce(ftmp2, tmp);
    -
    -		/* ftmp4 = z2^3 */
    -		felem_mul(tmp, ftmp2, z2);
    -		felem_reduce(ftmp4, tmp);
    -
    -		/* ftmp4 = z2^3*y1 */
    -		felem_mul(tmp2, ftmp4, y1);
    -		felem_reduce(ftmp4, tmp2);
    -
    -		/* ftmp2 = z2^2*x1 */
    -		felem_mul(tmp2, ftmp2, x1);
    -		felem_reduce(ftmp2, tmp2);
    -		}
    -	else
    -		{
    -		/* We'll assume z2 = 1 (special case z2 = 0 is handled later) */
    -
    -		/* ftmp4 = z2^3*y1 */
    -		felem_assign(ftmp4, y1);
    -
    -		/* ftmp2 = z2^2*x1 */
    -		felem_assign(ftmp2, x1);
    -		}
    -
    -	/* ftmp = z1^2 */
    -	felem_square(tmp, z1);
    -	felem_reduce(ftmp, tmp);
    -
    -	/* ftmp3 = z1^3 */
    -	felem_mul(tmp, ftmp, z1);
    -	felem_reduce(ftmp3, tmp);
    -
    -	/* tmp = z1^3*y2 */
    -	felem_mul(tmp, ftmp3, y2);
    -	/* tmp[i] < 4 * 2^57 * 2^57 = 2^116 */
    -
    -	/* ftmp3 = z1^3*y2 - z2^3*y1 */
    -	felem_diff_128_64(tmp, ftmp4);
    -	/* tmp[i] < 2^116 + 2^64 + 8 < 2^117 */
    -	felem_reduce(ftmp3, tmp);
    -
    -	/* tmp = z1^2*x2 */
    -	felem_mul(tmp, ftmp, x2);
    -	/* tmp[i] < 4 * 2^57 * 2^57 = 2^116 */
    -
    -	/* ftmp = z1^2*x2 - z2^2*x1 */
    -	felem_diff_128_64(tmp, ftmp2);
    -	/* tmp[i] < 2^116 + 2^64 + 8 < 2^117 */
    -	felem_reduce(ftmp, tmp);
    -
    -	/* the formulae are incorrect if the points are equal
    -	 * so we check for this and do doubling if this happens */
    -	x_equal = felem_is_zero(ftmp);
    -	y_equal = felem_is_zero(ftmp3);
    -	z1_is_zero = felem_is_zero(z1);
    -	z2_is_zero = felem_is_zero(z2);
    -	/* In affine coordinates, (X_1, Y_1) == (X_2, Y_2) */
    -	if (x_equal && y_equal && !z1_is_zero && !z2_is_zero)
    -		{
    -		point_double(x3, y3, z3, x1, y1, z1);
    -		return;
    -		}
    -
    -	/* ftmp5 = z1*z2 */
    -	if (!mixed)
    -		{
    -		felem_mul(tmp, z1, z2);
    -		felem_reduce(ftmp5, tmp);
    -		}
    -	else
    -		{
    -		/* special case z2 = 0 is handled later */
    -		felem_assign(ftmp5, z1);
    -		}
    -
    -	/* z_out = (z1^2*x2 - z2^2*x1)*(z1*z2) */
    -	felem_mul(tmp, ftmp, ftmp5);
    -	felem_reduce(z_out, tmp);
    -
    -	/* ftmp = (z1^2*x2 - z2^2*x1)^2 */
    -	felem_assign(ftmp5, ftmp);
    -	felem_square(tmp, ftmp);
    -	felem_reduce(ftmp, tmp);
    -
    -	/* ftmp5 = (z1^2*x2 - z2^2*x1)^3 */
    -	felem_mul(tmp, ftmp, ftmp5);
    -	felem_reduce(ftmp5, tmp);
    -
    -	/* ftmp2 = z2^2*x1*(z1^2*x2 - z2^2*x1)^2 */
    -	felem_mul(tmp, ftmp2, ftmp);
    -	felem_reduce(ftmp2, tmp);
    -
    -	/* tmp = z2^3*y1*(z1^2*x2 - z2^2*x1)^3 */
    -	felem_mul(tmp, ftmp4, ftmp5);
    -	/* tmp[i] < 4 * 2^57 * 2^57 = 2^116 */
    -
    -	/* tmp2 = (z1^3*y2 - z2^3*y1)^2 */
    -	felem_square(tmp2, ftmp3);
    -	/* tmp2[i] < 4 * 2^57 * 2^57 < 2^116 */
    -
    -	/* tmp2 = (z1^3*y2 - z2^3*y1)^2 - (z1^2*x2 - z2^2*x1)^3 */
    -	felem_diff_128_64(tmp2, ftmp5);
    -	/* tmp2[i] < 2^116 + 2^64 + 8 < 2^117 */
    -
    -	/* ftmp5 = 2*z2^2*x1*(z1^2*x2 - z2^2*x1)^2 */
    -	felem_assign(ftmp5, ftmp2);
    -	felem_scalar(ftmp5, 2);
    -	/* ftmp5[i] < 2 * 2^57 = 2^58 */
    -
    -	/* x_out = (z1^3*y2 - z2^3*y1)^2 - (z1^2*x2 - z2^2*x1)^3 -
    -	   2*z2^2*x1*(z1^2*x2 - z2^2*x1)^2 */
    -	felem_diff_128_64(tmp2, ftmp5);
    -	/* tmp2[i] < 2^117 + 2^64 + 8 < 2^118 */
    -	felem_reduce(x_out, tmp2);
    -
    -	/* ftmp2 = z2^2*x1*(z1^2*x2 - z2^2*x1)^2 - x_out */
    -	felem_diff(ftmp2, x_out);
    -	/* ftmp2[i] < 2^57 + 2^58 + 2 < 2^59 */
    -
    -	/* tmp2 = (z1^3*y2 - z2^3*y1)*(z2^2*x1*(z1^2*x2 - z2^2*x1)^2 - x_out) */
    -	felem_mul(tmp2, ftmp3, ftmp2);
    -	/* tmp2[i] < 4 * 2^57 * 2^59 = 2^118 */
    -
    -	/* y_out = (z1^3*y2 - z2^3*y1)*(z2^2*x1*(z1^2*x2 - z2^2*x1)^2 - x_out) -
    -	   z2^3*y1*(z1^2*x2 - z2^2*x1)^3 */
    -	widefelem_diff(tmp2, tmp);
    -	/* tmp2[i] < 2^118 + 2^120 < 2^121 */
    -	felem_reduce(y_out, tmp2);
    -
    -	/* the result (x_out, y_out, z_out) is incorrect if one of the inputs is
    -	 * the point at infinity, so we need to check for this separately */
    -
    -	/* if point 1 is at infinity, copy point 2 to output, and vice versa */
    -	copy_conditional(x_out, x2, z1_is_zero);
    -	copy_conditional(x_out, x1, z2_is_zero);
    -	copy_conditional(y_out, y2, z1_is_zero);
    -	copy_conditional(y_out, y1, z2_is_zero);
    -	copy_conditional(z_out, z2, z1_is_zero);
    -	copy_conditional(z_out, z1, z2_is_zero);
    -	felem_assign(x3, x_out);
    -	felem_assign(y3, y_out);
    -	felem_assign(z3, z_out);
    -	}
    -
    -/* select_point selects the |idx|th point from a precomputation table and
    - * copies it to out. */
    -static void select_point(const u64 idx, unsigned int size, const felem pre_comp[/*size*/][3], felem out[3])
    -	{
    -	unsigned i, j;
    -	limb *outlimbs = &out[0][0];
    -	memset(outlimbs, 0, 3 * sizeof(felem));
    -
    -	for (i = 0; i < size; i++)
    -		{
    -		const limb *inlimbs = &pre_comp[i][0][0];
    -		u64 mask = i ^ idx;
    -		mask |= mask >> 4;
    -		mask |= mask >> 2;
    -		mask |= mask >> 1;
    -		mask &= 1;
    -		mask--;
    -		for (j = 0; j < 4 * 3; j++)
    -			outlimbs[j] |= inlimbs[j] & mask;
    -		}
    -	}
    +                      const felem x1, const felem y1, const felem z1,
    +                      const int mixed, const felem x2, const felem y2,
    +                      const felem z2)
    +{
    +    felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, x_out, y_out, z_out;
    +    widefelem tmp, tmp2;
    +    limb z1_is_zero, z2_is_zero, x_equal, y_equal;
    +
    +    if (!mixed) {
    +        /* ftmp2 = z2^2 */
    +        felem_square(tmp, z2);
    +        felem_reduce(ftmp2, tmp);
    +
    +        /* ftmp4 = z2^3 */
    +        felem_mul(tmp, ftmp2, z2);
    +        felem_reduce(ftmp4, tmp);
    +
    +        /* ftmp4 = z2^3*y1 */
    +        felem_mul(tmp2, ftmp4, y1);
    +        felem_reduce(ftmp4, tmp2);
    +
    +        /* ftmp2 = z2^2*x1 */
    +        felem_mul(tmp2, ftmp2, x1);
    +        felem_reduce(ftmp2, tmp2);
    +    } else {
    +        /*
    +         * We'll assume z2 = 1 (special case z2 = 0 is handled later)
    +         */
    +
    +        /* ftmp4 = z2^3*y1 */
    +        felem_assign(ftmp4, y1);
    +
    +        /* ftmp2 = z2^2*x1 */
    +        felem_assign(ftmp2, x1);
    +    }
    +
    +    /* ftmp = z1^2 */
    +    felem_square(tmp, z1);
    +    felem_reduce(ftmp, tmp);
    +
    +    /* ftmp3 = z1^3 */
    +    felem_mul(tmp, ftmp, z1);
    +    felem_reduce(ftmp3, tmp);
    +
    +    /* tmp = z1^3*y2 */
    +    felem_mul(tmp, ftmp3, y2);
    +    /* tmp[i] < 4 * 2^57 * 2^57 = 2^116 */
    +
    +    /* ftmp3 = z1^3*y2 - z2^3*y1 */
    +    felem_diff_128_64(tmp, ftmp4);
    +    /* tmp[i] < 2^116 + 2^64 + 8 < 2^117 */
    +    felem_reduce(ftmp3, tmp);
    +
    +    /* tmp = z1^2*x2 */
    +    felem_mul(tmp, ftmp, x2);
    +    /* tmp[i] < 4 * 2^57 * 2^57 = 2^116 */
    +
    +    /* ftmp = z1^2*x2 - z2^2*x1 */
    +    felem_diff_128_64(tmp, ftmp2);
    +    /* tmp[i] < 2^116 + 2^64 + 8 < 2^117 */
    +    felem_reduce(ftmp, tmp);
    +
    +    /*
    +     * the formulae are incorrect if the points are equal so we check for
    +     * this and do doubling if this happens
    +     */
    +    x_equal = felem_is_zero(ftmp);
    +    y_equal = felem_is_zero(ftmp3);
    +    z1_is_zero = felem_is_zero(z1);
    +    z2_is_zero = felem_is_zero(z2);
    +    /* In affine coordinates, (X_1, Y_1) == (X_2, Y_2) */
    +    if (x_equal && y_equal && !z1_is_zero && !z2_is_zero) {
    +        point_double(x3, y3, z3, x1, y1, z1);
    +        return;
    +    }
    +
    +    /* ftmp5 = z1*z2 */
    +    if (!mixed) {
    +        felem_mul(tmp, z1, z2);
    +        felem_reduce(ftmp5, tmp);
    +    } else {
    +        /* special case z2 = 0 is handled later */
    +        felem_assign(ftmp5, z1);
    +    }
    +
    +    /* z_out = (z1^2*x2 - z2^2*x1)*(z1*z2) */
    +    felem_mul(tmp, ftmp, ftmp5);
    +    felem_reduce(z_out, tmp);
    +
    +    /* ftmp = (z1^2*x2 - z2^2*x1)^2 */
    +    felem_assign(ftmp5, ftmp);
    +    felem_square(tmp, ftmp);
    +    felem_reduce(ftmp, tmp);
    +
    +    /* ftmp5 = (z1^2*x2 - z2^2*x1)^3 */
    +    felem_mul(tmp, ftmp, ftmp5);
    +    felem_reduce(ftmp5, tmp);
    +
    +    /* ftmp2 = z2^2*x1*(z1^2*x2 - z2^2*x1)^2 */
    +    felem_mul(tmp, ftmp2, ftmp);
    +    felem_reduce(ftmp2, tmp);
    +
    +    /* tmp = z2^3*y1*(z1^2*x2 - z2^2*x1)^3 */
    +    felem_mul(tmp, ftmp4, ftmp5);
    +    /* tmp[i] < 4 * 2^57 * 2^57 = 2^116 */
    +
    +    /* tmp2 = (z1^3*y2 - z2^3*y1)^2 */
    +    felem_square(tmp2, ftmp3);
    +    /* tmp2[i] < 4 * 2^57 * 2^57 < 2^116 */
    +
    +    /* tmp2 = (z1^3*y2 - z2^3*y1)^2 - (z1^2*x2 - z2^2*x1)^3 */
    +    felem_diff_128_64(tmp2, ftmp5);
    +    /* tmp2[i] < 2^116 + 2^64 + 8 < 2^117 */
    +
    +    /* ftmp5 = 2*z2^2*x1*(z1^2*x2 - z2^2*x1)^2 */
    +    felem_assign(ftmp5, ftmp2);
    +    felem_scalar(ftmp5, 2);
    +    /* ftmp5[i] < 2 * 2^57 = 2^58 */
    +
    +    /*-
    +     * x_out = (z1^3*y2 - z2^3*y1)^2 - (z1^2*x2 - z2^2*x1)^3 -
    +     *  2*z2^2*x1*(z1^2*x2 - z2^2*x1)^2
    +     */
    +    felem_diff_128_64(tmp2, ftmp5);
    +    /* tmp2[i] < 2^117 + 2^64 + 8 < 2^118 */
    +    felem_reduce(x_out, tmp2);
    +
    +    /* ftmp2 = z2^2*x1*(z1^2*x2 - z2^2*x1)^2 - x_out */
    +    felem_diff(ftmp2, x_out);
    +    /* ftmp2[i] < 2^57 + 2^58 + 2 < 2^59 */
    +
    +    /*
    +     * tmp2 = (z1^3*y2 - z2^3*y1)*(z2^2*x1*(z1^2*x2 - z2^2*x1)^2 - x_out)
    +     */
    +    felem_mul(tmp2, ftmp3, ftmp2);
    +    /* tmp2[i] < 4 * 2^57 * 2^59 = 2^118 */
    +
    +    /*-
    +     * y_out = (z1^3*y2 - z2^3*y1)*(z2^2*x1*(z1^2*x2 - z2^2*x1)^2 - x_out) -
    +     *  z2^3*y1*(z1^2*x2 - z2^2*x1)^3
    +     */
    +    widefelem_diff(tmp2, tmp);
    +    /* tmp2[i] < 2^118 + 2^120 < 2^121 */
    +    felem_reduce(y_out, tmp2);
    +
    +    /*
    +     * the result (x_out, y_out, z_out) is incorrect if one of the inputs is
    +     * the point at infinity, so we need to check for this separately
    +     */
    +
    +    /*
    +     * if point 1 is at infinity, copy point 2 to output, and vice versa
    +     */
    +    copy_conditional(x_out, x2, z1_is_zero);
    +    copy_conditional(x_out, x1, z2_is_zero);
    +    copy_conditional(y_out, y2, z1_is_zero);
    +    copy_conditional(y_out, y1, z2_is_zero);
    +    copy_conditional(z_out, z2, z1_is_zero);
    +    copy_conditional(z_out, z1, z2_is_zero);
    +    felem_assign(x3, x_out);
    +    felem_assign(y3, y_out);
    +    felem_assign(z3, z_out);
    +}
    +
    +/*
    + * select_point selects the |idx|th point from a precomputation table and
    + * copies it to out.
    + * The pre_comp array argument should be size of |size| argument
    + */
    +static void select_point(const u64 idx, unsigned int size,
    +                         const felem pre_comp[][3], felem out[3])
    +{
    +    unsigned i, j;
    +    limb *outlimbs = &out[0][0];
    +    memset(outlimbs, 0, 3 * sizeof(felem));
    +
    +    for (i = 0; i < size; i++) {
    +        const limb *inlimbs = &pre_comp[i][0][0];
    +        u64 mask = i ^ idx;
    +        mask |= mask >> 4;
    +        mask |= mask >> 2;
    +        mask |= mask >> 1;
    +        mask &= 1;
    +        mask--;
    +        for (j = 0; j < 4 * 3; j++)
    +            outlimbs[j] |= inlimbs[j] & mask;
    +    }
    +}
     
     /* get_bit returns the |i|th bit in |in| */
     static char get_bit(const felem_bytearray in, unsigned i)
    -	{
    -	if (i >= 224)
    -		return 0;
    -	return (in[i >> 3] >> (i & 7)) & 1;
    -	}
    -
    -/* Interleaved point multiplication using precomputed point multiples:
    - * The small point multiples 0*P, 1*P, ..., 16*P are in pre_comp[],
    - * the scalars in scalars[]. If g_scalar is non-NULL, we also add this multiple
    - * of the generator, using certain (large) precomputed multiples in g_pre_comp.
    - * Output point (X, Y, Z) is stored in x_out, y_out, z_out */
    +{
    +    if (i >= 224)
    +        return 0;
    +    return (in[i >> 3] >> (i & 7)) & 1;
    +}
    +
    +/*
    + * Interleaved point multiplication using precomputed point multiples: The
    + * small point multiples 0*P, 1*P, ..., 16*P are in pre_comp[], the scalars
    + * in scalars[]. If g_scalar is non-NULL, we also add this multiple of the
    + * generator, using certain (large) precomputed multiples in g_pre_comp.
    + * Output point (X, Y, Z) is stored in x_out, y_out, z_out
    + */
     static void batch_mul(felem x_out, felem y_out, felem z_out,
    -	const felem_bytearray scalars[], const unsigned num_points, const u8 *g_scalar,
    -	const int mixed, const felem pre_comp[][17][3], const felem g_pre_comp[2][16][3])
    -	{
    -	int i, skip;
    -	unsigned num;
    -	unsigned gen_mul = (g_scalar != NULL);
    -	felem nq[3], tmp[4];
    -	u64 bits;
    -	u8 sign, digit;
    -
    -	/* set nq to the point at infinity */
    -	memset(nq, 0, 3 * sizeof(felem));
    -
    -	/* Loop over all scalars msb-to-lsb, interleaving additions
    -	 * of multiples of the generator (two in each of the last 28 rounds)
    -	 * and additions of other points multiples (every 5th round).
    -	 */
    -	skip = 1; /* save two point operations in the first round */
    -	for (i = (num_points ? 220 : 27); i >= 0; --i)
    -		{
    -		/* double */
    -		if (!skip)
    -			point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2]);
    -
    -		/* add multiples of the generator */
    -		if (gen_mul && (i <= 27))
    -			{
    -			/* first, look 28 bits upwards */
    -			bits = get_bit(g_scalar, i + 196) << 3;
    -			bits |= get_bit(g_scalar, i + 140) << 2;
    -			bits |= get_bit(g_scalar, i + 84) << 1;
    -			bits |= get_bit(g_scalar, i + 28);
    -			/* select the point to add, in constant time */
    -			select_point(bits, 16, g_pre_comp[1], tmp);
    -
    -			if (!skip)
    -				{
    -				point_add(nq[0], nq[1], nq[2],
    -					nq[0], nq[1], nq[2],
    -					1 /* mixed */, tmp[0], tmp[1], tmp[2]);
    -				}
    -			else
    -				{
    -				memcpy(nq, tmp, 3 * sizeof(felem));
    -				skip = 0;
    -				}
    -
    -			/* second, look at the current position */
    -			bits = get_bit(g_scalar, i + 168) << 3;
    -			bits |= get_bit(g_scalar, i + 112) << 2;
    -			bits |= get_bit(g_scalar, i + 56) << 1;
    -			bits |= get_bit(g_scalar, i);
    -			/* select the point to add, in constant time */
    -			select_point(bits, 16, g_pre_comp[0], tmp);
    -			point_add(nq[0], nq[1], nq[2],
    -				nq[0], nq[1], nq[2],
    -				1 /* mixed */, tmp[0], tmp[1], tmp[2]);
    -			}
    -
    -		/* do other additions every 5 doublings */
    -		if (num_points && (i % 5 == 0))
    -			{
    -			/* loop over all scalars */
    -			for (num = 0; num < num_points; ++num)
    -				{
    -				bits = get_bit(scalars[num], i + 4) << 5;
    -				bits |= get_bit(scalars[num], i + 3) << 4;
    -				bits |= get_bit(scalars[num], i + 2) << 3;
    -				bits |= get_bit(scalars[num], i + 1) << 2;
    -				bits |= get_bit(scalars[num], i) << 1;
    -				bits |= get_bit(scalars[num], i - 1);
    -				ec_GFp_nistp_recode_scalar_bits(&sign, &digit, bits);
    -
    -				/* select the point to add or subtract */
    -				select_point(digit, 17, pre_comp[num], tmp);
    -				felem_neg(tmp[3], tmp[1]); /* (X, -Y, Z) is the negative point */
    -				copy_conditional(tmp[1], tmp[3], sign);
    -
    -				if (!skip)
    -					{
    -					point_add(nq[0], nq[1], nq[2],
    -						nq[0], nq[1], nq[2],
    -						mixed, tmp[0], tmp[1], tmp[2]);
    -					}
    -				else
    -					{
    -					memcpy(nq, tmp, 3 * sizeof(felem));
    -					skip = 0;
    -					}
    -				}
    -			}
    -		}
    -	felem_assign(x_out, nq[0]);
    -	felem_assign(y_out, nq[1]);
    -	felem_assign(z_out, nq[2]);
    -	}
    +                      const felem_bytearray scalars[],
    +                      const unsigned num_points, const u8 *g_scalar,
    +                      const int mixed, const felem pre_comp[][17][3],
    +                      const felem g_pre_comp[2][16][3])
    +{
    +    int i, skip;
    +    unsigned num;
    +    unsigned gen_mul = (g_scalar != NULL);
    +    felem nq[3], tmp[4];
    +    u64 bits;
    +    u8 sign, digit;
    +
    +    /* set nq to the point at infinity */
    +    memset(nq, 0, 3 * sizeof(felem));
    +
    +    /*
    +     * Loop over all scalars msb-to-lsb, interleaving additions of multiples
    +     * of the generator (two in each of the last 28 rounds) and additions of
    +     * other points multiples (every 5th round).
    +     */
    +    skip = 1;                   /* save two point operations in the first
    +                                 * round */
    +    for (i = (num_points ? 220 : 27); i >= 0; --i) {
    +        /* double */
    +        if (!skip)
    +            point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2]);
    +
    +        /* add multiples of the generator */
    +        if (gen_mul && (i <= 27)) {
    +            /* first, look 28 bits upwards */
    +            bits = get_bit(g_scalar, i + 196) << 3;
    +            bits |= get_bit(g_scalar, i + 140) << 2;
    +            bits |= get_bit(g_scalar, i + 84) << 1;
    +            bits |= get_bit(g_scalar, i + 28);
    +            /* select the point to add, in constant time */
    +            select_point(bits, 16, g_pre_comp[1], tmp);
    +
    +            if (!skip) {
    +                /* value 1 below is argument for "mixed" */
    +                point_add(nq[0], nq[1], nq[2],
    +                          nq[0], nq[1], nq[2], 1, tmp[0], tmp[1], tmp[2]);
    +            } else {
    +                memcpy(nq, tmp, 3 * sizeof(felem));
    +                skip = 0;
    +            }
    +
    +            /* second, look at the current position */
    +            bits = get_bit(g_scalar, i + 168) << 3;
    +            bits |= get_bit(g_scalar, i + 112) << 2;
    +            bits |= get_bit(g_scalar, i + 56) << 1;
    +            bits |= get_bit(g_scalar, i);
    +            /* select the point to add, in constant time */
    +            select_point(bits, 16, g_pre_comp[0], tmp);
    +            point_add(nq[0], nq[1], nq[2],
    +                      nq[0], nq[1], nq[2],
    +                      1 /* mixed */ , tmp[0], tmp[1], tmp[2]);
    +        }
    +
    +        /* do other additions every 5 doublings */
    +        if (num_points && (i % 5 == 0)) {
    +            /* loop over all scalars */
    +            for (num = 0; num < num_points; ++num) {
    +                bits = get_bit(scalars[num], i + 4) << 5;
    +                bits |= get_bit(scalars[num], i + 3) << 4;
    +                bits |= get_bit(scalars[num], i + 2) << 3;
    +                bits |= get_bit(scalars[num], i + 1) << 2;
    +                bits |= get_bit(scalars[num], i) << 1;
    +                bits |= get_bit(scalars[num], i - 1);
    +                ec_GFp_nistp_recode_scalar_bits(&sign, &digit, bits);
    +
    +                /* select the point to add or subtract */
    +                select_point(digit, 17, pre_comp[num], tmp);
    +                felem_neg(tmp[3], tmp[1]); /* (X, -Y, Z) is the negative
    +                                            * point */
    +                copy_conditional(tmp[1], tmp[3], sign);
    +
    +                if (!skip) {
    +                    point_add(nq[0], nq[1], nq[2],
    +                              nq[0], nq[1], nq[2],
    +                              mixed, tmp[0], tmp[1], tmp[2]);
    +                } else {
    +                    memcpy(nq, tmp, 3 * sizeof(felem));
    +                    skip = 0;
    +                }
    +            }
    +        }
    +    }
    +    felem_assign(x_out, nq[0]);
    +    felem_assign(y_out, nq[1]);
    +    felem_assign(z_out, nq[2]);
    +}
     
     /******************************************************************************/
    -/*		       FUNCTIONS TO MANAGE PRECOMPUTATION
    +/*
    + * FUNCTIONS TO MANAGE PRECOMPUTATION
      */
     
     static NISTP224_PRE_COMP *nistp224_pre_comp_new()
    -	{
    -	NISTP224_PRE_COMP *ret = NULL;
    -	ret = (NISTP224_PRE_COMP *) OPENSSL_malloc(sizeof *ret);
    -	if (!ret)
    -		{
    -		ECerr(EC_F_NISTP224_PRE_COMP_NEW, ERR_R_MALLOC_FAILURE);
    -		return ret;
    -		}
    -	memset(ret->g_pre_comp, 0, sizeof(ret->g_pre_comp));
    -	ret->references = 1;
    -	return ret;
    -	}
    +{
    +    NISTP224_PRE_COMP *ret = NULL;
    +    ret = (NISTP224_PRE_COMP *) OPENSSL_malloc(sizeof *ret);
    +    if (!ret) {
    +        ECerr(EC_F_NISTP224_PRE_COMP_NEW, ERR_R_MALLOC_FAILURE);
    +        return ret;
    +    }
    +    memset(ret->g_pre_comp, 0, sizeof(ret->g_pre_comp));
    +    ret->references = 1;
    +    return ret;
    +}
     
     static void *nistp224_pre_comp_dup(void *src_)
    -	{
    -	NISTP224_PRE_COMP *src = src_;
    +{
    +    NISTP224_PRE_COMP *src = src_;
     
    -	/* no need to actually copy, these objects never change! */
    -	CRYPTO_add(&src->references, 1, CRYPTO_LOCK_EC_PRE_COMP);
    +    /* no need to actually copy, these objects never change! */
    +    CRYPTO_add(&src->references, 1, CRYPTO_LOCK_EC_PRE_COMP);
     
    -	return src_;
    -	}
    +    return src_;
    +}
     
     static void nistp224_pre_comp_free(void *pre_)
    -	{
    -	int i;
    -	NISTP224_PRE_COMP *pre = pre_;
    +{
    +    int i;
    +    NISTP224_PRE_COMP *pre = pre_;
     
    -	if (!pre)
    -		return;
    +    if (!pre)
    +        return;
     
    -	i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
    -	if (i > 0)
    -		return;
    +    i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
    +    if (i > 0)
    +        return;
     
    -	OPENSSL_free(pre);
    -	}
    +    OPENSSL_free(pre);
    +}
     
     static void nistp224_pre_comp_clear_free(void *pre_)
    -	{
    -	int i;
    -	NISTP224_PRE_COMP *pre = pre_;
    +{
    +    int i;
    +    NISTP224_PRE_COMP *pre = pre_;
     
    -	if (!pre)
    -		return;
    +    if (!pre)
    +        return;
     
    -	i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
    -	if (i > 0)
    -		return;
    +    i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
    +    if (i > 0)
    +        return;
     
    -	OPENSSL_cleanse(pre, sizeof *pre);
    -	OPENSSL_free(pre);
    -	}
    +    OPENSSL_cleanse(pre, sizeof *pre);
    +    OPENSSL_free(pre);
    +}
     
     /******************************************************************************/
    -/*			   OPENSSL EC_METHOD FUNCTIONS
    +/*
    + * OPENSSL EC_METHOD FUNCTIONS
      */
     
     int ec_GFp_nistp224_group_init(EC_GROUP *group)
    -	{
    -	int ret;
    -	ret = ec_GFp_simple_group_init(group);
    -	group->a_is_minus3 = 1;
    -	return ret;
    -	}
    +{
    +    int ret;
    +    ret = ec_GFp_simple_group_init(group);
    +    group->a_is_minus3 = 1;
    +    return ret;
    +}
     
     int ec_GFp_nistp224_group_set_curve(EC_GROUP *group, const BIGNUM *p,
    -	const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
    -	{
    -	int ret = 0;
    -	BN_CTX *new_ctx = NULL;
    -	BIGNUM *curve_p, *curve_a, *curve_b;
    -
    -	if (ctx == NULL)
    -		if ((ctx = new_ctx = BN_CTX_new()) == NULL) return 0;
    -	BN_CTX_start(ctx);
    -	if (((curve_p = BN_CTX_get(ctx)) == NULL) ||
    -		((curve_a = BN_CTX_get(ctx)) == NULL) ||
    -		((curve_b = BN_CTX_get(ctx)) == NULL)) goto err;
    -	BN_bin2bn(nistp224_curve_params[0], sizeof(felem_bytearray), curve_p);
    -	BN_bin2bn(nistp224_curve_params[1], sizeof(felem_bytearray), curve_a);
    -	BN_bin2bn(nistp224_curve_params[2], sizeof(felem_bytearray), curve_b);
    -	if ((BN_cmp(curve_p, p)) || (BN_cmp(curve_a, a)) ||
    -		(BN_cmp(curve_b, b)))
    -		{
    -		ECerr(EC_F_EC_GFP_NISTP224_GROUP_SET_CURVE,
    -			EC_R_WRONG_CURVE_PARAMETERS);
    -		goto err;
    -		}
    -	group->field_mod_func = BN_nist_mod_224;
    -	ret = ec_GFp_simple_group_set_curve(group, p, a, b, ctx);
    -err:
    -	BN_CTX_end(ctx);
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	return ret;
    -	}
    -
    -/* Takes the Jacobian coordinates (X, Y, Z) of a point and returns
    - * (X', Y') = (X/Z^2, Y/Z^3) */
    +                                    const BIGNUM *a, const BIGNUM *b,
    +                                    BN_CTX *ctx)
    +{
    +    int ret = 0;
    +    BN_CTX *new_ctx = NULL;
    +    BIGNUM *curve_p, *curve_a, *curve_b;
    +
    +    if (ctx == NULL)
    +        if ((ctx = new_ctx = BN_CTX_new()) == NULL)
    +            return 0;
    +    BN_CTX_start(ctx);
    +    if (((curve_p = BN_CTX_get(ctx)) == NULL) ||
    +        ((curve_a = BN_CTX_get(ctx)) == NULL) ||
    +        ((curve_b = BN_CTX_get(ctx)) == NULL))
    +        goto err;
    +    BN_bin2bn(nistp224_curve_params[0], sizeof(felem_bytearray), curve_p);
    +    BN_bin2bn(nistp224_curve_params[1], sizeof(felem_bytearray), curve_a);
    +    BN_bin2bn(nistp224_curve_params[2], sizeof(felem_bytearray), curve_b);
    +    if ((BN_cmp(curve_p, p)) || (BN_cmp(curve_a, a)) || (BN_cmp(curve_b, b))) {
    +        ECerr(EC_F_EC_GFP_NISTP224_GROUP_SET_CURVE,
    +              EC_R_WRONG_CURVE_PARAMETERS);
    +        goto err;
    +    }
    +    group->field_mod_func = BN_nist_mod_224;
    +    ret = ec_GFp_simple_group_set_curve(group, p, a, b, ctx);
    + err:
    +    BN_CTX_end(ctx);
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    return ret;
    +}
    +
    +/*
    + * Takes the Jacobian coordinates (X, Y, Z) of a point and returns (X', Y') =
    + * (X/Z^2, Y/Z^3)
    + */
     int ec_GFp_nistp224_point_get_affine_coordinates(const EC_GROUP *group,
    -	const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx)
    -	{
    -	felem z1, z2, x_in, y_in, x_out, y_out;
    -	widefelem tmp;
    -
    -	if (EC_POINT_is_at_infinity(group, point))
    -		{
    -		ECerr(EC_F_EC_GFP_NISTP224_POINT_GET_AFFINE_COORDINATES,
    -			EC_R_POINT_AT_INFINITY);
    -		return 0;
    -		}
    -	if ((!BN_to_felem(x_in, &point->X)) || (!BN_to_felem(y_in, &point->Y)) ||
    -		(!BN_to_felem(z1, &point->Z))) return 0;
    -	felem_inv(z2, z1);
    -	felem_square(tmp, z2); felem_reduce(z1, tmp);
    -	felem_mul(tmp, x_in, z1); felem_reduce(x_in, tmp);
    -	felem_contract(x_out, x_in);
    -	if (x != NULL)
    -		{
    -		if (!felem_to_BN(x, x_out)) {
    -		ECerr(EC_F_EC_GFP_NISTP224_POINT_GET_AFFINE_COORDINATES,
    -			ERR_R_BN_LIB);
    -		return 0;
    -		}
    -		}
    -	felem_mul(tmp, z1, z2); felem_reduce(z1, tmp);
    -	felem_mul(tmp, y_in, z1); felem_reduce(y_in, tmp);
    -	felem_contract(y_out, y_in);
    -	if (y != NULL)
    -		{
    -		if (!felem_to_BN(y, y_out)) {
    -		ECerr(EC_F_EC_GFP_NISTP224_POINT_GET_AFFINE_COORDINATES,
    -			ERR_R_BN_LIB);
    -		return 0;
    -		}
    -		}
    -	return 1;
    -	}
    -
    -static void make_points_affine(size_t num, felem points[/*num*/][3], felem tmp_felems[/*num+1*/])
    -	{
    -	/* Runs in constant time, unless an input is the point at infinity
    -	 * (which normally shouldn't happen). */
    -	ec_GFp_nistp_points_make_affine_internal(
    -		num,
    -		points,
    -		sizeof(felem),
    -		tmp_felems,
    -		(void (*)(void *)) felem_one,
    -		(int (*)(const void *)) felem_is_zero_int,
    -		(void (*)(void *, const void *)) felem_assign,
    -		(void (*)(void *, const void *)) felem_square_reduce,
    -		(void (*)(void *, const void *, const void *)) felem_mul_reduce,
    -		(void (*)(void *, const void *)) felem_inv,
    -		(void (*)(void *, const void *)) felem_contract);
    -	}
    -
    -/* Computes scalar*generator + \sum scalars[i]*points[i], ignoring NULL values
    - * Result is stored in r (r can equal one of the inputs). */
    +                                                 const EC_POINT *point,
    +                                                 BIGNUM *x, BIGNUM *y,
    +                                                 BN_CTX *ctx)
    +{
    +    felem z1, z2, x_in, y_in, x_out, y_out;
    +    widefelem tmp;
    +
    +    if (EC_POINT_is_at_infinity(group, point)) {
    +        ECerr(EC_F_EC_GFP_NISTP224_POINT_GET_AFFINE_COORDINATES,
    +              EC_R_POINT_AT_INFINITY);
    +        return 0;
    +    }
    +    if ((!BN_to_felem(x_in, &point->X)) || (!BN_to_felem(y_in, &point->Y)) ||
    +        (!BN_to_felem(z1, &point->Z)))
    +        return 0;
    +    felem_inv(z2, z1);
    +    felem_square(tmp, z2);
    +    felem_reduce(z1, tmp);
    +    felem_mul(tmp, x_in, z1);
    +    felem_reduce(x_in, tmp);
    +    felem_contract(x_out, x_in);
    +    if (x != NULL) {
    +        if (!felem_to_BN(x, x_out)) {
    +            ECerr(EC_F_EC_GFP_NISTP224_POINT_GET_AFFINE_COORDINATES,
    +                  ERR_R_BN_LIB);
    +            return 0;
    +        }
    +    }
    +    felem_mul(tmp, z1, z2);
    +    felem_reduce(z1, tmp);
    +    felem_mul(tmp, y_in, z1);
    +    felem_reduce(y_in, tmp);
    +    felem_contract(y_out, y_in);
    +    if (y != NULL) {
    +        if (!felem_to_BN(y, y_out)) {
    +            ECerr(EC_F_EC_GFP_NISTP224_POINT_GET_AFFINE_COORDINATES,
    +                  ERR_R_BN_LIB);
    +            return 0;
    +        }
    +    }
    +    return 1;
    +}
    +
    +static void make_points_affine(size_t num, felem points[ /* num */ ][3],
    +                               felem tmp_felems[ /* num+1 */ ])
    +{
    +    /*
    +     * Runs in constant time, unless an input is the point at infinity (which
    +     * normally shouldn't happen).
    +     */
    +    ec_GFp_nistp_points_make_affine_internal(num,
    +                                             points,
    +                                             sizeof(felem),
    +                                             tmp_felems,
    +                                             (void (*)(void *))felem_one,
    +                                             (int (*)(const void *))
    +                                             felem_is_zero_int,
    +                                             (void (*)(void *, const void *))
    +                                             felem_assign,
    +                                             (void (*)(void *, const void *))
    +                                             felem_square_reduce, (void (*)
    +                                                                   (void *,
    +                                                                    const void
    +                                                                    *,
    +                                                                    const void
    +                                                                    *))
    +                                             felem_mul_reduce,
    +                                             (void (*)(void *, const void *))
    +                                             felem_inv,
    +                                             (void (*)(void *, const void *))
    +                                             felem_contract);
    +}
    +
    +/*
    + * Computes scalar*generator + \sum scalars[i]*points[i], ignoring NULL
    + * values Result is stored in r (r can equal one of the inputs).
    + */
     int ec_GFp_nistp224_points_mul(const EC_GROUP *group, EC_POINT *r,
    -	const BIGNUM *scalar, size_t num, const EC_POINT *points[],
    -	const BIGNUM *scalars[], BN_CTX *ctx)
    -	{
    -	int ret = 0;
    -	int j;
    -	unsigned i;
    -	int mixed = 0;
    -	BN_CTX *new_ctx = NULL;
    -	BIGNUM *x, *y, *z, *tmp_scalar;
    -	felem_bytearray g_secret;
    -	felem_bytearray *secrets = NULL;
    -	felem (*pre_comp)[17][3] = NULL;
    -	felem *tmp_felems = NULL;
    -	felem_bytearray tmp;
    -	unsigned num_bytes;
    -	int have_pre_comp = 0;
    -	size_t num_points = num;
    -	felem x_in, y_in, z_in, x_out, y_out, z_out;
    -	NISTP224_PRE_COMP *pre = NULL;
    -	const felem (*g_pre_comp)[16][3] = NULL;
    -	EC_POINT *generator = NULL;
    -	const EC_POINT *p = NULL;
    -	const BIGNUM *p_scalar = NULL;
    -
    -	if (ctx == NULL)
    -		if ((ctx = new_ctx = BN_CTX_new()) == NULL) return 0;
    -	BN_CTX_start(ctx);
    -	if (((x = BN_CTX_get(ctx)) == NULL) ||
    -		((y = BN_CTX_get(ctx)) == NULL) ||
    -		((z = BN_CTX_get(ctx)) == NULL) ||
    -		((tmp_scalar = BN_CTX_get(ctx)) == NULL))
    -		goto err;
    -
    -	if (scalar != NULL)
    -		{
    -		pre = EC_EX_DATA_get_data(group->extra_data,
    -			nistp224_pre_comp_dup, nistp224_pre_comp_free,
    -			nistp224_pre_comp_clear_free);
    -		if (pre)
    -			/* we have precomputation, try to use it */
    -			g_pre_comp = (const felem (*)[16][3]) pre->g_pre_comp;
    -		else
    -			/* try to use the standard precomputation */
    -			g_pre_comp = &gmul[0];
    -		generator = EC_POINT_new(group);
    -		if (generator == NULL)
    -			goto err;
    -		/* get the generator from precomputation */
    -		if (!felem_to_BN(x, g_pre_comp[0][1][0]) ||
    -			!felem_to_BN(y, g_pre_comp[0][1][1]) ||
    -			!felem_to_BN(z, g_pre_comp[0][1][2]))
    -			{
    -			ECerr(EC_F_EC_GFP_NISTP224_POINTS_MUL, ERR_R_BN_LIB);
    -			goto err;
    -			}
    -		if (!EC_POINT_set_Jprojective_coordinates_GFp(group,
    -				generator, x, y, z, ctx))
    -			goto err;
    -		if (0 == EC_POINT_cmp(group, generator, group->generator, ctx))
    -			/* precomputation matches generator */
    -			have_pre_comp = 1;
    -		else
    -			/* we don't have valid precomputation:
    -			 * treat the generator as a random point */
    -			num_points = num_points + 1;
    -		}
    -
    -	if (num_points > 0)
    -		{
    -		if (num_points >= 3)
    -			{
    -			/* unless we precompute multiples for just one or two points,
    -			 * converting those into affine form is time well spent  */
    -			mixed = 1;
    -			}
    -		secrets = OPENSSL_malloc(num_points * sizeof(felem_bytearray));
    -		pre_comp = OPENSSL_malloc(num_points * 17 * 3 * sizeof(felem));
    -		if (mixed)
    -			tmp_felems = OPENSSL_malloc((num_points * 17 + 1) * sizeof(felem));
    -		if ((secrets == NULL) || (pre_comp == NULL) || (mixed && (tmp_felems == NULL)))
    -			{
    -			ECerr(EC_F_EC_GFP_NISTP224_POINTS_MUL, ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -
    -		/* we treat NULL scalars as 0, and NULL points as points at infinity,
    -		 * i.e., they contribute nothing to the linear combination */
    -		memset(secrets, 0, num_points * sizeof(felem_bytearray));
    -		memset(pre_comp, 0, num_points * 17 * 3 * sizeof(felem));
    -		for (i = 0; i < num_points; ++i)
    -			{
    -			if (i == num)
    -				/* the generator */
    -				{
    -				p = EC_GROUP_get0_generator(group);
    -				p_scalar = scalar;
    -				}
    -			else
    -				/* the i^th point */
    -				{
    -				p = points[i];
    -				p_scalar = scalars[i];
    -				}
    -			if ((p_scalar != NULL) && (p != NULL))
    -				{
    -				/* reduce scalar to 0 <= scalar < 2^224 */
    -				if ((BN_num_bits(p_scalar) > 224) || (BN_is_negative(p_scalar)))
    -					{
    -					/* this is an unusual input, and we don't guarantee
    -					 * constant-timeness */
    -					if (!BN_nnmod(tmp_scalar, p_scalar, &group->order, ctx))
    -						{
    -						ECerr(EC_F_EC_GFP_NISTP224_POINTS_MUL, ERR_R_BN_LIB);
    -						goto err;
    -						}
    -					num_bytes = BN_bn2bin(tmp_scalar, tmp);
    -					}
    -				else
    -					num_bytes = BN_bn2bin(p_scalar, tmp);
    -				flip_endian(secrets[i], tmp, num_bytes);
    -				/* precompute multiples */
    -				if ((!BN_to_felem(x_out, &p->X)) ||
    -					(!BN_to_felem(y_out, &p->Y)) ||
    -					(!BN_to_felem(z_out, &p->Z))) goto err;
    -				felem_assign(pre_comp[i][1][0], x_out);
    -				felem_assign(pre_comp[i][1][1], y_out);
    -				felem_assign(pre_comp[i][1][2], z_out);
    -				for (j = 2; j <= 16; ++j)
    -					{
    -					if (j & 1)
    -						{
    -						point_add(
    -							pre_comp[i][j][0], pre_comp[i][j][1], pre_comp[i][j][2],
    -							pre_comp[i][1][0], pre_comp[i][1][1], pre_comp[i][1][2],
    -							0, pre_comp[i][j-1][0], pre_comp[i][j-1][1], pre_comp[i][j-1][2]);
    -						}
    -					else
    -						{
    -						point_double(
    -							pre_comp[i][j][0], pre_comp[i][j][1], pre_comp[i][j][2],
    -							pre_comp[i][j/2][0], pre_comp[i][j/2][1], pre_comp[i][j/2][2]);
    -						}
    -					}
    -				}
    -			}
    -		if (mixed)
    -			make_points_affine(num_points * 17, pre_comp[0], tmp_felems);
    -		}
    -
    -	/* the scalar for the generator */
    -	if ((scalar != NULL) && (have_pre_comp))
    -		{
    -		memset(g_secret, 0, sizeof g_secret);
    -		/* reduce scalar to 0 <= scalar < 2^224 */
    -		if ((BN_num_bits(scalar) > 224) || (BN_is_negative(scalar)))
    -			{
    -			/* this is an unusual input, and we don't guarantee
    -			 * constant-timeness */
    -			if (!BN_nnmod(tmp_scalar, scalar, &group->order, ctx))
    -				{
    -				ECerr(EC_F_EC_GFP_NISTP224_POINTS_MUL, ERR_R_BN_LIB);
    -				goto err;
    -				}
    -			num_bytes = BN_bn2bin(tmp_scalar, tmp);
    -			}
    -		else
    -			num_bytes = BN_bn2bin(scalar, tmp);
    -		flip_endian(g_secret, tmp, num_bytes);
    -		/* do the multiplication with generator precomputation*/
    -		batch_mul(x_out, y_out, z_out,
    -			(const felem_bytearray (*)) secrets, num_points,
    -			g_secret,
    -			mixed, (const felem (*)[17][3]) pre_comp,
    -			g_pre_comp);
    -		}
    -	else
    -		/* do the multiplication without generator precomputation */
    -		batch_mul(x_out, y_out, z_out,
    -			(const felem_bytearray (*)) secrets, num_points,
    -			NULL, mixed, (const felem (*)[17][3]) pre_comp, NULL);
    -	/* reduce the output to its unique minimal representation */
    -	felem_contract(x_in, x_out);
    -	felem_contract(y_in, y_out);
    -	felem_contract(z_in, z_out);
    -	if ((!felem_to_BN(x, x_in)) || (!felem_to_BN(y, y_in)) ||
    -		(!felem_to_BN(z, z_in)))
    -		{
    -		ECerr(EC_F_EC_GFP_NISTP224_POINTS_MUL, ERR_R_BN_LIB);
    -		goto err;
    -		}
    -	ret = EC_POINT_set_Jprojective_coordinates_GFp(group, r, x, y, z, ctx);
    -
    -err:
    -	BN_CTX_end(ctx);
    -	if (generator != NULL)
    -		EC_POINT_free(generator);
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	if (secrets != NULL)
    -		OPENSSL_free(secrets);
    -	if (pre_comp != NULL)
    -		OPENSSL_free(pre_comp);
    -	if (tmp_felems != NULL)
    -		OPENSSL_free(tmp_felems);
    -	return ret;
    -	}
    +                               const BIGNUM *scalar, size_t num,
    +                               const EC_POINT *points[],
    +                               const BIGNUM *scalars[], BN_CTX *ctx)
    +{
    +    int ret = 0;
    +    int j;
    +    unsigned i;
    +    int mixed = 0;
    +    BN_CTX *new_ctx = NULL;
    +    BIGNUM *x, *y, *z, *tmp_scalar;
    +    felem_bytearray g_secret;
    +    felem_bytearray *secrets = NULL;
    +    felem(*pre_comp)[17][3] = NULL;
    +    felem *tmp_felems = NULL;
    +    felem_bytearray tmp;
    +    unsigned num_bytes;
    +    int have_pre_comp = 0;
    +    size_t num_points = num;
    +    felem x_in, y_in, z_in, x_out, y_out, z_out;
    +    NISTP224_PRE_COMP *pre = NULL;
    +    const felem(*g_pre_comp)[16][3] = NULL;
    +    EC_POINT *generator = NULL;
    +    const EC_POINT *p = NULL;
    +    const BIGNUM *p_scalar = NULL;
    +
    +    if (ctx == NULL)
    +        if ((ctx = new_ctx = BN_CTX_new()) == NULL)
    +            return 0;
    +    BN_CTX_start(ctx);
    +    if (((x = BN_CTX_get(ctx)) == NULL) ||
    +        ((y = BN_CTX_get(ctx)) == NULL) ||
    +        ((z = BN_CTX_get(ctx)) == NULL) ||
    +        ((tmp_scalar = BN_CTX_get(ctx)) == NULL))
    +        goto err;
    +
    +    if (scalar != NULL) {
    +        pre = EC_EX_DATA_get_data(group->extra_data,
    +                                  nistp224_pre_comp_dup,
    +                                  nistp224_pre_comp_free,
    +                                  nistp224_pre_comp_clear_free);
    +        if (pre)
    +            /* we have precomputation, try to use it */
    +            g_pre_comp = (const felem(*)[16][3])pre->g_pre_comp;
    +        else
    +            /* try to use the standard precomputation */
    +            g_pre_comp = &gmul[0];
    +        generator = EC_POINT_new(group);
    +        if (generator == NULL)
    +            goto err;
    +        /* get the generator from precomputation */
    +        if (!felem_to_BN(x, g_pre_comp[0][1][0]) ||
    +            !felem_to_BN(y, g_pre_comp[0][1][1]) ||
    +            !felem_to_BN(z, g_pre_comp[0][1][2])) {
    +            ECerr(EC_F_EC_GFP_NISTP224_POINTS_MUL, ERR_R_BN_LIB);
    +            goto err;
    +        }
    +        if (!EC_POINT_set_Jprojective_coordinates_GFp(group,
    +                                                      generator, x, y, z,
    +                                                      ctx))
    +            goto err;
    +        if (0 == EC_POINT_cmp(group, generator, group->generator, ctx))
    +            /* precomputation matches generator */
    +            have_pre_comp = 1;
    +        else
    +            /*
    +             * we don't have valid precomputation: treat the generator as a
    +             * random point
    +             */
    +            num_points = num_points + 1;
    +    }
    +
    +    if (num_points > 0) {
    +        if (num_points >= 3) {
    +            /*
    +             * unless we precompute multiples for just one or two points,
    +             * converting those into affine form is time well spent
    +             */
    +            mixed = 1;
    +        }
    +        secrets = OPENSSL_malloc(num_points * sizeof(felem_bytearray));
    +        pre_comp = OPENSSL_malloc(num_points * 17 * 3 * sizeof(felem));
    +        if (mixed)
    +            tmp_felems =
    +                OPENSSL_malloc((num_points * 17 + 1) * sizeof(felem));
    +        if ((secrets == NULL) || (pre_comp == NULL)
    +            || (mixed && (tmp_felems == NULL))) {
    +            ECerr(EC_F_EC_GFP_NISTP224_POINTS_MUL, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +
    +        /*
    +         * we treat NULL scalars as 0, and NULL points as points at infinity,
    +         * i.e., they contribute nothing to the linear combination
    +         */
    +        memset(secrets, 0, num_points * sizeof(felem_bytearray));
    +        memset(pre_comp, 0, num_points * 17 * 3 * sizeof(felem));
    +        for (i = 0; i < num_points; ++i) {
    +            if (i == num)
    +                /* the generator */
    +            {
    +                p = EC_GROUP_get0_generator(group);
    +                p_scalar = scalar;
    +            } else
    +                /* the i^th point */
    +            {
    +                p = points[i];
    +                p_scalar = scalars[i];
    +            }
    +            if ((p_scalar != NULL) && (p != NULL)) {
    +                /* reduce scalar to 0 <= scalar < 2^224 */
    +                if ((BN_num_bits(p_scalar) > 224)
    +                    || (BN_is_negative(p_scalar))) {
    +                    /*
    +                     * this is an unusual input, and we don't guarantee
    +                     * constant-timeness
    +                     */
    +                    if (!BN_nnmod(tmp_scalar, p_scalar, &group->order, ctx)) {
    +                        ECerr(EC_F_EC_GFP_NISTP224_POINTS_MUL, ERR_R_BN_LIB);
    +                        goto err;
    +                    }
    +                    num_bytes = BN_bn2bin(tmp_scalar, tmp);
    +                } else
    +                    num_bytes = BN_bn2bin(p_scalar, tmp);
    +                flip_endian(secrets[i], tmp, num_bytes);
    +                /* precompute multiples */
    +                if ((!BN_to_felem(x_out, &p->X)) ||
    +                    (!BN_to_felem(y_out, &p->Y)) ||
    +                    (!BN_to_felem(z_out, &p->Z)))
    +                    goto err;
    +                felem_assign(pre_comp[i][1][0], x_out);
    +                felem_assign(pre_comp[i][1][1], y_out);
    +                felem_assign(pre_comp[i][1][2], z_out);
    +                for (j = 2; j <= 16; ++j) {
    +                    if (j & 1) {
    +                        point_add(pre_comp[i][j][0], pre_comp[i][j][1],
    +                                  pre_comp[i][j][2], pre_comp[i][1][0],
    +                                  pre_comp[i][1][1], pre_comp[i][1][2], 0,
    +                                  pre_comp[i][j - 1][0],
    +                                  pre_comp[i][j - 1][1],
    +                                  pre_comp[i][j - 1][2]);
    +                    } else {
    +                        point_double(pre_comp[i][j][0], pre_comp[i][j][1],
    +                                     pre_comp[i][j][2], pre_comp[i][j / 2][0],
    +                                     pre_comp[i][j / 2][1],
    +                                     pre_comp[i][j / 2][2]);
    +                    }
    +                }
    +            }
    +        }
    +        if (mixed)
    +            make_points_affine(num_points * 17, pre_comp[0], tmp_felems);
    +    }
    +
    +    /* the scalar for the generator */
    +    if ((scalar != NULL) && (have_pre_comp)) {
    +        memset(g_secret, 0, sizeof g_secret);
    +        /* reduce scalar to 0 <= scalar < 2^224 */
    +        if ((BN_num_bits(scalar) > 224) || (BN_is_negative(scalar))) {
    +            /*
    +             * this is an unusual input, and we don't guarantee
    +             * constant-timeness
    +             */
    +            if (!BN_nnmod(tmp_scalar, scalar, &group->order, ctx)) {
    +                ECerr(EC_F_EC_GFP_NISTP224_POINTS_MUL, ERR_R_BN_LIB);
    +                goto err;
    +            }
    +            num_bytes = BN_bn2bin(tmp_scalar, tmp);
    +        } else
    +            num_bytes = BN_bn2bin(scalar, tmp);
    +        flip_endian(g_secret, tmp, num_bytes);
    +        /* do the multiplication with generator precomputation */
    +        batch_mul(x_out, y_out, z_out,
    +                  (const felem_bytearray(*))secrets, num_points,
    +                  g_secret,
    +                  mixed, (const felem(*)[17][3])pre_comp, g_pre_comp);
    +    } else
    +        /* do the multiplication without generator precomputation */
    +        batch_mul(x_out, y_out, z_out,
    +                  (const felem_bytearray(*))secrets, num_points,
    +                  NULL, mixed, (const felem(*)[17][3])pre_comp, NULL);
    +    /* reduce the output to its unique minimal representation */
    +    felem_contract(x_in, x_out);
    +    felem_contract(y_in, y_out);
    +    felem_contract(z_in, z_out);
    +    if ((!felem_to_BN(x, x_in)) || (!felem_to_BN(y, y_in)) ||
    +        (!felem_to_BN(z, z_in))) {
    +        ECerr(EC_F_EC_GFP_NISTP224_POINTS_MUL, ERR_R_BN_LIB);
    +        goto err;
    +    }
    +    ret = EC_POINT_set_Jprojective_coordinates_GFp(group, r, x, y, z, ctx);
    +
    + err:
    +    BN_CTX_end(ctx);
    +    if (generator != NULL)
    +        EC_POINT_free(generator);
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    if (secrets != NULL)
    +        OPENSSL_free(secrets);
    +    if (pre_comp != NULL)
    +        OPENSSL_free(pre_comp);
    +    if (tmp_felems != NULL)
    +        OPENSSL_free(tmp_felems);
    +    return ret;
    +}
     
     int ec_GFp_nistp224_precompute_mult(EC_GROUP *group, BN_CTX *ctx)
    -	{
    -	int ret = 0;
    -	NISTP224_PRE_COMP *pre = NULL;
    -	int i, j;
    -	BN_CTX *new_ctx = NULL;
    -	BIGNUM *x, *y;
    -	EC_POINT *generator = NULL;
    -	felem tmp_felems[32];
    -
    -	/* throw away old precomputation */
    -	EC_EX_DATA_free_data(&group->extra_data, nistp224_pre_comp_dup,
    -		nistp224_pre_comp_free, nistp224_pre_comp_clear_free);
    -	if (ctx == NULL)
    -		if ((ctx = new_ctx = BN_CTX_new()) == NULL) return 0;
    -	BN_CTX_start(ctx);
    -	if (((x = BN_CTX_get(ctx)) == NULL) ||
    -		((y = BN_CTX_get(ctx)) == NULL))
    -		goto err;
    -	/* get the generator */
    -	if (group->generator == NULL) goto err;
    -	generator = EC_POINT_new(group);
    -	if (generator == NULL)
    -		goto err;
    -	BN_bin2bn(nistp224_curve_params[3], sizeof (felem_bytearray), x);
    -	BN_bin2bn(nistp224_curve_params[4], sizeof (felem_bytearray), y);
    -	if (!EC_POINT_set_affine_coordinates_GFp(group, generator, x, y, ctx))
    -		goto err;
    -	if ((pre = nistp224_pre_comp_new()) == NULL)
    -		goto err;
    -	/* if the generator is the standard one, use built-in precomputation */
    -	if (0 == EC_POINT_cmp(group, generator, group->generator, ctx))
    -		{
    -		memcpy(pre->g_pre_comp, gmul, sizeof(pre->g_pre_comp));
    -		ret = 1;
    -		goto err;
    -		}
    -	if ((!BN_to_felem(pre->g_pre_comp[0][1][0], &group->generator->X)) ||
    -		(!BN_to_felem(pre->g_pre_comp[0][1][1], &group->generator->Y)) ||
    -		(!BN_to_felem(pre->g_pre_comp[0][1][2], &group->generator->Z)))
    -		goto err;
    -	/* compute 2^56*G, 2^112*G, 2^168*G for the first table,
    -	 * 2^28*G, 2^84*G, 2^140*G, 2^196*G for the second one
    -	 */
    -	for (i = 1; i <= 8; i <<= 1)
    -		{
    -		point_double(
    -			pre->g_pre_comp[1][i][0], pre->g_pre_comp[1][i][1], pre->g_pre_comp[1][i][2],
    -			pre->g_pre_comp[0][i][0], pre->g_pre_comp[0][i][1], pre->g_pre_comp[0][i][2]);
    -		for (j = 0; j < 27; ++j)
    -			{
    -			point_double(
    -				pre->g_pre_comp[1][i][0], pre->g_pre_comp[1][i][1], pre->g_pre_comp[1][i][2],
    -				pre->g_pre_comp[1][i][0], pre->g_pre_comp[1][i][1], pre->g_pre_comp[1][i][2]);
    -			}
    -		if (i == 8)
    -			break;
    -		point_double(
    -			pre->g_pre_comp[0][2*i][0], pre->g_pre_comp[0][2*i][1], pre->g_pre_comp[0][2*i][2],
    -			pre->g_pre_comp[1][i][0], pre->g_pre_comp[1][i][1], pre->g_pre_comp[1][i][2]);
    -		for (j = 0; j < 27; ++j)
    -			{
    -			point_double(
    -				pre->g_pre_comp[0][2*i][0], pre->g_pre_comp[0][2*i][1], pre->g_pre_comp[0][2*i][2],
    -				pre->g_pre_comp[0][2*i][0], pre->g_pre_comp[0][2*i][1], pre->g_pre_comp[0][2*i][2]);
    -			}
    -		}
    -	for (i = 0; i < 2; i++)
    -		{
    -		/* g_pre_comp[i][0] is the point at infinity */
    -		memset(pre->g_pre_comp[i][0], 0, sizeof(pre->g_pre_comp[i][0]));
    -		/* the remaining multiples */
    -		/* 2^56*G + 2^112*G resp. 2^84*G + 2^140*G */
    -		point_add(
    -			pre->g_pre_comp[i][6][0], pre->g_pre_comp[i][6][1],
    -			pre->g_pre_comp[i][6][2], pre->g_pre_comp[i][4][0],
    -			pre->g_pre_comp[i][4][1], pre->g_pre_comp[i][4][2],
    -			0, pre->g_pre_comp[i][2][0], pre->g_pre_comp[i][2][1],
    -			pre->g_pre_comp[i][2][2]);
    -		/* 2^56*G + 2^168*G resp. 2^84*G + 2^196*G */
    -		point_add(
    -			pre->g_pre_comp[i][10][0], pre->g_pre_comp[i][10][1],
    -			pre->g_pre_comp[i][10][2], pre->g_pre_comp[i][8][0],
    -			pre->g_pre_comp[i][8][1], pre->g_pre_comp[i][8][2],
    -			0, pre->g_pre_comp[i][2][0], pre->g_pre_comp[i][2][1],
    -			pre->g_pre_comp[i][2][2]);
    -		/* 2^112*G + 2^168*G resp. 2^140*G + 2^196*G */
    -		point_add(
    -			pre->g_pre_comp[i][12][0], pre->g_pre_comp[i][12][1],
    -			pre->g_pre_comp[i][12][2], pre->g_pre_comp[i][8][0],
    -			pre->g_pre_comp[i][8][1], pre->g_pre_comp[i][8][2],
    -			0, pre->g_pre_comp[i][4][0], pre->g_pre_comp[i][4][1],
    -			pre->g_pre_comp[i][4][2]);
    -		/* 2^56*G + 2^112*G + 2^168*G resp. 2^84*G + 2^140*G + 2^196*G */
    -		point_add(
    -			pre->g_pre_comp[i][14][0], pre->g_pre_comp[i][14][1],
    -			pre->g_pre_comp[i][14][2], pre->g_pre_comp[i][12][0],
    -			pre->g_pre_comp[i][12][1], pre->g_pre_comp[i][12][2],
    -			0, pre->g_pre_comp[i][2][0], pre->g_pre_comp[i][2][1],
    -			pre->g_pre_comp[i][2][2]);
    -		for (j = 1; j < 8; ++j)
    -			{
    -			/* odd multiples: add G resp. 2^28*G */
    -			point_add(
    -				pre->g_pre_comp[i][2*j+1][0], pre->g_pre_comp[i][2*j+1][1],
    -				pre->g_pre_comp[i][2*j+1][2], pre->g_pre_comp[i][2*j][0],
    -				pre->g_pre_comp[i][2*j][1], pre->g_pre_comp[i][2*j][2],
    -				0, pre->g_pre_comp[i][1][0], pre->g_pre_comp[i][1][1],
    -				pre->g_pre_comp[i][1][2]);
    -			}
    -		}
    -	make_points_affine(31, &(pre->g_pre_comp[0][1]), tmp_felems);
    -
    -	if (!EC_EX_DATA_set_data(&group->extra_data, pre, nistp224_pre_comp_dup,
    -			nistp224_pre_comp_free, nistp224_pre_comp_clear_free))
    -		goto err;
    -	ret = 1;
    -	pre = NULL;
    +{
    +    int ret = 0;
    +    NISTP224_PRE_COMP *pre = NULL;
    +    int i, j;
    +    BN_CTX *new_ctx = NULL;
    +    BIGNUM *x, *y;
    +    EC_POINT *generator = NULL;
    +    felem tmp_felems[32];
    +
    +    /* throw away old precomputation */
    +    EC_EX_DATA_free_data(&group->extra_data, nistp224_pre_comp_dup,
    +                         nistp224_pre_comp_free,
    +                         nistp224_pre_comp_clear_free);
    +    if (ctx == NULL)
    +        if ((ctx = new_ctx = BN_CTX_new()) == NULL)
    +            return 0;
    +    BN_CTX_start(ctx);
    +    if (((x = BN_CTX_get(ctx)) == NULL) || ((y = BN_CTX_get(ctx)) == NULL))
    +        goto err;
    +    /* get the generator */
    +    if (group->generator == NULL)
    +        goto err;
    +    generator = EC_POINT_new(group);
    +    if (generator == NULL)
    +        goto err;
    +    BN_bin2bn(nistp224_curve_params[3], sizeof(felem_bytearray), x);
    +    BN_bin2bn(nistp224_curve_params[4], sizeof(felem_bytearray), y);
    +    if (!EC_POINT_set_affine_coordinates_GFp(group, generator, x, y, ctx))
    +        goto err;
    +    if ((pre = nistp224_pre_comp_new()) == NULL)
    +        goto err;
    +    /*
    +     * if the generator is the standard one, use built-in precomputation
    +     */
    +    if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) {
    +        memcpy(pre->g_pre_comp, gmul, sizeof(pre->g_pre_comp));
    +        ret = 1;
    +        goto err;
    +    }
    +    if ((!BN_to_felem(pre->g_pre_comp[0][1][0], &group->generator->X)) ||
    +        (!BN_to_felem(pre->g_pre_comp[0][1][1], &group->generator->Y)) ||
    +        (!BN_to_felem(pre->g_pre_comp[0][1][2], &group->generator->Z)))
    +        goto err;
    +    /*
    +     * compute 2^56*G, 2^112*G, 2^168*G for the first table, 2^28*G, 2^84*G,
    +     * 2^140*G, 2^196*G for the second one
    +     */
    +    for (i = 1; i <= 8; i <<= 1) {
    +        point_double(pre->g_pre_comp[1][i][0], pre->g_pre_comp[1][i][1],
    +                     pre->g_pre_comp[1][i][2], pre->g_pre_comp[0][i][0],
    +                     pre->g_pre_comp[0][i][1], pre->g_pre_comp[0][i][2]);
    +        for (j = 0; j < 27; ++j) {
    +            point_double(pre->g_pre_comp[1][i][0], pre->g_pre_comp[1][i][1],
    +                         pre->g_pre_comp[1][i][2], pre->g_pre_comp[1][i][0],
    +                         pre->g_pre_comp[1][i][1], pre->g_pre_comp[1][i][2]);
    +        }
    +        if (i == 8)
    +            break;
    +        point_double(pre->g_pre_comp[0][2 * i][0],
    +                     pre->g_pre_comp[0][2 * i][1],
    +                     pre->g_pre_comp[0][2 * i][2], pre->g_pre_comp[1][i][0],
    +                     pre->g_pre_comp[1][i][1], pre->g_pre_comp[1][i][2]);
    +        for (j = 0; j < 27; ++j) {
    +            point_double(pre->g_pre_comp[0][2 * i][0],
    +                         pre->g_pre_comp[0][2 * i][1],
    +                         pre->g_pre_comp[0][2 * i][2],
    +                         pre->g_pre_comp[0][2 * i][0],
    +                         pre->g_pre_comp[0][2 * i][1],
    +                         pre->g_pre_comp[0][2 * i][2]);
    +        }
    +    }
    +    for (i = 0; i < 2; i++) {
    +        /* g_pre_comp[i][0] is the point at infinity */
    +        memset(pre->g_pre_comp[i][0], 0, sizeof(pre->g_pre_comp[i][0]));
    +        /* the remaining multiples */
    +        /* 2^56*G + 2^112*G resp. 2^84*G + 2^140*G */
    +        point_add(pre->g_pre_comp[i][6][0], pre->g_pre_comp[i][6][1],
    +                  pre->g_pre_comp[i][6][2], pre->g_pre_comp[i][4][0],
    +                  pre->g_pre_comp[i][4][1], pre->g_pre_comp[i][4][2],
    +                  0, pre->g_pre_comp[i][2][0], pre->g_pre_comp[i][2][1],
    +                  pre->g_pre_comp[i][2][2]);
    +        /* 2^56*G + 2^168*G resp. 2^84*G + 2^196*G */
    +        point_add(pre->g_pre_comp[i][10][0], pre->g_pre_comp[i][10][1],
    +                  pre->g_pre_comp[i][10][2], pre->g_pre_comp[i][8][0],
    +                  pre->g_pre_comp[i][8][1], pre->g_pre_comp[i][8][2],
    +                  0, pre->g_pre_comp[i][2][0], pre->g_pre_comp[i][2][1],
    +                  pre->g_pre_comp[i][2][2]);
    +        /* 2^112*G + 2^168*G resp. 2^140*G + 2^196*G */
    +        point_add(pre->g_pre_comp[i][12][0], pre->g_pre_comp[i][12][1],
    +                  pre->g_pre_comp[i][12][2], pre->g_pre_comp[i][8][0],
    +                  pre->g_pre_comp[i][8][1], pre->g_pre_comp[i][8][2],
    +                  0, pre->g_pre_comp[i][4][0], pre->g_pre_comp[i][4][1],
    +                  pre->g_pre_comp[i][4][2]);
    +        /*
    +         * 2^56*G + 2^112*G + 2^168*G resp. 2^84*G + 2^140*G + 2^196*G
    +         */
    +        point_add(pre->g_pre_comp[i][14][0], pre->g_pre_comp[i][14][1],
    +                  pre->g_pre_comp[i][14][2], pre->g_pre_comp[i][12][0],
    +                  pre->g_pre_comp[i][12][1], pre->g_pre_comp[i][12][2],
    +                  0, pre->g_pre_comp[i][2][0], pre->g_pre_comp[i][2][1],
    +                  pre->g_pre_comp[i][2][2]);
    +        for (j = 1; j < 8; ++j) {
    +            /* odd multiples: add G resp. 2^28*G */
    +            point_add(pre->g_pre_comp[i][2 * j + 1][0],
    +                      pre->g_pre_comp[i][2 * j + 1][1],
    +                      pre->g_pre_comp[i][2 * j + 1][2],
    +                      pre->g_pre_comp[i][2 * j][0],
    +                      pre->g_pre_comp[i][2 * j][1],
    +                      pre->g_pre_comp[i][2 * j][2], 0,
    +                      pre->g_pre_comp[i][1][0], pre->g_pre_comp[i][1][1],
    +                      pre->g_pre_comp[i][1][2]);
    +        }
    +    }
    +    make_points_affine(31, &(pre->g_pre_comp[0][1]), tmp_felems);
    +
    +    if (!EC_EX_DATA_set_data(&group->extra_data, pre, nistp224_pre_comp_dup,
    +                             nistp224_pre_comp_free,
    +                             nistp224_pre_comp_clear_free))
    +        goto err;
    +    ret = 1;
    +    pre = NULL;
      err:
    -	BN_CTX_end(ctx);
    -	if (generator != NULL)
    -		EC_POINT_free(generator);
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	if (pre)
    -		nistp224_pre_comp_free(pre);
    -	return ret;
    -	}
    +    BN_CTX_end(ctx);
    +    if (generator != NULL)
    +        EC_POINT_free(generator);
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    if (pre)
    +        nistp224_pre_comp_free(pre);
    +    return ret;
    +}
     
     int ec_GFp_nistp224_have_precompute_mult(const EC_GROUP *group)
    -	{
    -	if (EC_EX_DATA_get_data(group->extra_data, nistp224_pre_comp_dup,
    -			nistp224_pre_comp_free, nistp224_pre_comp_clear_free)
    -		!= NULL)
    -		return 1;
    -	else
    -		return 0;
    -	}
    +{
    +    if (EC_EX_DATA_get_data(group->extra_data, nistp224_pre_comp_dup,
    +                            nistp224_pre_comp_free,
    +                            nistp224_pre_comp_clear_free)
    +        != NULL)
    +        return 1;
    +    else
    +        return 0;
    +}
     
     #else
    -static void *dummy=&dummy;
    +static void *dummy = &dummy;
     #endif
    diff --git a/openssl/crypto/ec/ecp_nistp256.c b/openssl/crypto/ec/ecp_nistp256.c
    index 4bc0f5dce..a5887086c 100644
    --- a/openssl/crypto/ec/ecp_nistp256.c
    +++ b/openssl/crypto/ec/ecp_nistp256.c
    @@ -29,62 +29,67 @@
     #include 
     #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
     
    -#ifndef OPENSSL_SYS_VMS
    -#include 
    -#else
    -#include 
    -#endif
    +# ifndef OPENSSL_SYS_VMS
    +#  include 
    +# else
    +#  include 
    +# endif
     
    -#include 
    -#include 
    -#include "ec_lcl.h"
    +# include 
    +# include 
    +# include "ec_lcl.h"
     
    -#if defined(__GNUC__) && (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1))
    +# if defined(__GNUC__) && (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1))
       /* even with gcc, the typedef won't work for 32-bit platforms */
    -  typedef __uint128_t uint128_t; /* nonstandard; implemented by gcc on 64-bit platforms */
    -  typedef __int128_t int128_t;
    -#else
    -  #error "Need GCC 3.1 or later to define type uint128_t"
    -#endif
    +typedef __uint128_t uint128_t;  /* nonstandard; implemented by gcc on 64-bit
    +                                 * platforms */
    +typedef __int128_t int128_t;
    +# else
    +#  error "Need GCC 3.1 or later to define type uint128_t"
    +# endif
     
     typedef uint8_t u8;
     typedef uint32_t u32;
     typedef uint64_t u64;
     typedef int64_t s64;
     
    -/* The underlying field.
    - *
    - * P256 operates over GF(2^256-2^224+2^192+2^96-1). We can serialise an element
    - * of this field into 32 bytes. We call this an felem_bytearray. */
    +/*
    + * The underlying field. P256 operates over GF(2^256-2^224+2^192+2^96-1). We
    + * can serialise an element of this field into 32 bytes. We call this an
    + * felem_bytearray.
    + */
     
     typedef u8 felem_bytearray[32];
     
    -/* These are the parameters of P256, taken from FIPS 186-3, page 86. These
    - * values are big-endian. */
    +/*
    + * These are the parameters of P256, taken from FIPS 186-3, page 86. These
    + * values are big-endian.
    + */
     static const felem_bytearray nistp256_curve_params[5] = {
    -	{0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x01,       /* p */
    -	 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    -	 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff,
    -	 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff},
    -	{0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x01,       /* a = -3 */
    -	 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    -	 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff,
    -	 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc},      /* b */
    -	{0x5a, 0xc6, 0x35, 0xd8, 0xaa, 0x3a, 0x93, 0xe7,
    -	 0xb3, 0xeb, 0xbd, 0x55, 0x76, 0x98, 0x86, 0xbc,
    -	 0x65, 0x1d, 0x06, 0xb0, 0xcc, 0x53, 0xb0, 0xf6,
    -	 0x3b, 0xce, 0x3c, 0x3e, 0x27, 0xd2, 0x60, 0x4b},
    -	{0x6b, 0x17, 0xd1, 0xf2, 0xe1, 0x2c, 0x42, 0x47,       /* x */
    -	 0xf8, 0xbc, 0xe6, 0xe5, 0x63, 0xa4, 0x40, 0xf2,
    -	 0x77, 0x03, 0x7d, 0x81, 0x2d, 0xeb, 0x33, 0xa0,
    -	 0xf4, 0xa1, 0x39, 0x45, 0xd8, 0x98, 0xc2, 0x96},
    -	{0x4f, 0xe3, 0x42, 0xe2, 0xfe, 0x1a, 0x7f, 0x9b,       /* y */
    -	 0x8e, 0xe7, 0xeb, 0x4a, 0x7c, 0x0f, 0x9e, 0x16,
    -	 0x2b, 0xce, 0x33, 0x57, 0x6b, 0x31, 0x5e, 0xce,
    -	 0xcb, 0xb6, 0x40, 0x68, 0x37, 0xbf, 0x51, 0xf5}
    +    {0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x01, /* p */
    +     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +     0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff,
    +     0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff},
    +    {0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x01, /* a = -3 */
    +     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +     0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff,
    +     0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc}, /* b */
    +    {0x5a, 0xc6, 0x35, 0xd8, 0xaa, 0x3a, 0x93, 0xe7,
    +     0xb3, 0xeb, 0xbd, 0x55, 0x76, 0x98, 0x86, 0xbc,
    +     0x65, 0x1d, 0x06, 0xb0, 0xcc, 0x53, 0xb0, 0xf6,
    +     0x3b, 0xce, 0x3c, 0x3e, 0x27, 0xd2, 0x60, 0x4b},
    +    {0x6b, 0x17, 0xd1, 0xf2, 0xe1, 0x2c, 0x42, 0x47, /* x */
    +     0xf8, 0xbc, 0xe6, 0xe5, 0x63, 0xa4, 0x40, 0xf2,
    +     0x77, 0x03, 0x7d, 0x81, 0x2d, 0xeb, 0x33, 0xa0,
    +     0xf4, 0xa1, 0x39, 0x45, 0xd8, 0x98, 0xc2, 0x96},
    +    {0x4f, 0xe3, 0x42, 0xe2, 0xfe, 0x1a, 0x7f, 0x9b, /* y */
    +     0x8e, 0xe7, 0xeb, 0x4a, 0x7c, 0x0f, 0x9e, 0x16,
    +     0x2b, 0xce, 0x33, 0x57, 0x6b, 0x31, 0x5e, 0xce,
    +     0xcb, 0xb6, 0x40, 0x68, 0x37, 0xbf, 0x51, 0xf5}
     };
     
    -/* The representation of field elements.
    +/*-
    + * The representation of field elements.
      * ------------------------------------
      *
      * We represent field elements with either four 128-bit values, eight 128-bit
    @@ -104,7 +109,7 @@ static const felem_bytearray nistp256_curve_params[5] = {
      * values are used as intermediate values before multiplication.
      */
     
    -#define NLIMBS 4
    +# define NLIMBS 4
     
     typedef uint128_t limb;
     typedef limb felem[NLIMBS];
    @@ -112,189 +117,199 @@ typedef limb longfelem[NLIMBS * 2];
     typedef u64 smallfelem[NLIMBS];
     
     /* This is the value of the prime as four 64-bit words, little-endian. */
    -static const u64 kPrime[4] = { 0xfffffffffffffffful, 0xffffffff, 0, 0xffffffff00000001ul };
    -static const limb bottom32bits = 0xffffffff;
    +static const u64 kPrime[4] =
    +    { 0xfffffffffffffffful, 0xffffffff, 0, 0xffffffff00000001ul };
     static const u64 bottom63bits = 0x7ffffffffffffffful;
     
    -/* bin32_to_felem takes a little-endian byte array and converts it into felem
    - * form. This assumes that the CPU is little-endian. */
    +/*
    + * bin32_to_felem takes a little-endian byte array and converts it into felem
    + * form. This assumes that the CPU is little-endian.
    + */
     static void bin32_to_felem(felem out, const u8 in[32])
    -	{
    -	out[0] = *((u64*) &in[0]);
    -	out[1] = *((u64*) &in[8]);
    -	out[2] = *((u64*) &in[16]);
    -	out[3] = *((u64*) &in[24]);
    -	}
    -
    -/* smallfelem_to_bin32 takes a smallfelem and serialises into a little endian,
    - * 32 byte array. This assumes that the CPU is little-endian. */
    +{
    +    out[0] = *((u64 *)&in[0]);
    +    out[1] = *((u64 *)&in[8]);
    +    out[2] = *((u64 *)&in[16]);
    +    out[3] = *((u64 *)&in[24]);
    +}
    +
    +/*
    + * smallfelem_to_bin32 takes a smallfelem and serialises into a little
    + * endian, 32 byte array. This assumes that the CPU is little-endian.
    + */
     static void smallfelem_to_bin32(u8 out[32], const smallfelem in)
    -	{
    -	*((u64*) &out[0]) = in[0];
    -	*((u64*) &out[8]) = in[1];
    -	*((u64*) &out[16]) = in[2];
    -	*((u64*) &out[24]) = in[3];
    -	}
    +{
    +    *((u64 *)&out[0]) = in[0];
    +    *((u64 *)&out[8]) = in[1];
    +    *((u64 *)&out[16]) = in[2];
    +    *((u64 *)&out[24]) = in[3];
    +}
     
     /* To preserve endianness when using BN_bn2bin and BN_bin2bn */
     static void flip_endian(u8 *out, const u8 *in, unsigned len)
    -	{
    -	unsigned i;
    -	for (i = 0; i < len; ++i)
    -		out[i] = in[len-1-i];
    -	}
    +{
    +    unsigned i;
    +    for (i = 0; i < len; ++i)
    +        out[i] = in[len - 1 - i];
    +}
     
     /* BN_to_felem converts an OpenSSL BIGNUM into an felem */
     static int BN_to_felem(felem out, const BIGNUM *bn)
    -	{
    -	felem_bytearray b_in;
    -	felem_bytearray b_out;
    -	unsigned num_bytes;
    -
    -	/* BN_bn2bin eats leading zeroes */
    -	memset(b_out, 0, sizeof b_out);
    -	num_bytes = BN_num_bytes(bn);
    -	if (num_bytes > sizeof b_out)
    -		{
    -		ECerr(EC_F_BN_TO_FELEM, EC_R_BIGNUM_OUT_OF_RANGE);
    -		return 0;
    -		}
    -	if (BN_is_negative(bn))
    -		{
    -		ECerr(EC_F_BN_TO_FELEM, EC_R_BIGNUM_OUT_OF_RANGE);
    -		return 0;
    -		}
    -	num_bytes = BN_bn2bin(bn, b_in);
    -	flip_endian(b_out, b_in, num_bytes);
    -	bin32_to_felem(out, b_out);
    -	return 1;
    -	}
    +{
    +    felem_bytearray b_in;
    +    felem_bytearray b_out;
    +    unsigned num_bytes;
    +
    +    /* BN_bn2bin eats leading zeroes */
    +    memset(b_out, 0, sizeof b_out);
    +    num_bytes = BN_num_bytes(bn);
    +    if (num_bytes > sizeof b_out) {
    +        ECerr(EC_F_BN_TO_FELEM, EC_R_BIGNUM_OUT_OF_RANGE);
    +        return 0;
    +    }
    +    if (BN_is_negative(bn)) {
    +        ECerr(EC_F_BN_TO_FELEM, EC_R_BIGNUM_OUT_OF_RANGE);
    +        return 0;
    +    }
    +    num_bytes = BN_bn2bin(bn, b_in);
    +    flip_endian(b_out, b_in, num_bytes);
    +    bin32_to_felem(out, b_out);
    +    return 1;
    +}
     
     /* felem_to_BN converts an felem into an OpenSSL BIGNUM */
     static BIGNUM *smallfelem_to_BN(BIGNUM *out, const smallfelem in)
    -	{
    -	felem_bytearray b_in, b_out;
    -	smallfelem_to_bin32(b_in, in);
    -	flip_endian(b_out, b_in, sizeof b_out);
    -	return BN_bin2bn(b_out, sizeof b_out, out);
    -	}
    -
    -
    -/* Field operations
    - * ---------------- */
    +{
    +    felem_bytearray b_in, b_out;
    +    smallfelem_to_bin32(b_in, in);
    +    flip_endian(b_out, b_in, sizeof b_out);
    +    return BN_bin2bn(b_out, sizeof b_out, out);
    +}
    +
    +/*-
    + * Field operations
    + * ----------------
    + */
     
     static void smallfelem_one(smallfelem out)
    -	{
    -	out[0] = 1;
    -	out[1] = 0;
    -	out[2] = 0;
    -	out[3] = 0;
    -	}
    +{
    +    out[0] = 1;
    +    out[1] = 0;
    +    out[2] = 0;
    +    out[3] = 0;
    +}
     
     static void smallfelem_assign(smallfelem out, const smallfelem in)
    -	{
    -	out[0] = in[0];
    -	out[1] = in[1];
    -	out[2] = in[2];
    -	out[3] = in[3];
    -	}
    +{
    +    out[0] = in[0];
    +    out[1] = in[1];
    +    out[2] = in[2];
    +    out[3] = in[3];
    +}
     
     static void felem_assign(felem out, const felem in)
    -	{
    -	out[0] = in[0];
    -	out[1] = in[1];
    -	out[2] = in[2];
    -	out[3] = in[3];
    -	}
    +{
    +    out[0] = in[0];
    +    out[1] = in[1];
    +    out[2] = in[2];
    +    out[3] = in[3];
    +}
     
     /* felem_sum sets out = out + in. */
     static void felem_sum(felem out, const felem in)
    -	{
    -	out[0] += in[0];
    -	out[1] += in[1];
    -	out[2] += in[2];
    -	out[3] += in[3];
    -	}
    +{
    +    out[0] += in[0];
    +    out[1] += in[1];
    +    out[2] += in[2];
    +    out[3] += in[3];
    +}
     
     /* felem_small_sum sets out = out + in. */
     static void felem_small_sum(felem out, const smallfelem in)
    -	{
    -	out[0] += in[0];
    -	out[1] += in[1];
    -	out[2] += in[2];
    -	out[3] += in[3];
    -	}
    +{
    +    out[0] += in[0];
    +    out[1] += in[1];
    +    out[2] += in[2];
    +    out[3] += in[3];
    +}
     
     /* felem_scalar sets out = out * scalar */
     static void felem_scalar(felem out, const u64 scalar)
    -	{
    -	out[0] *= scalar;
    -	out[1] *= scalar;
    -	out[2] *= scalar;
    -	out[3] *= scalar;
    -	}
    +{
    +    out[0] *= scalar;
    +    out[1] *= scalar;
    +    out[2] *= scalar;
    +    out[3] *= scalar;
    +}
     
     /* longfelem_scalar sets out = out * scalar */
     static void longfelem_scalar(longfelem out, const u64 scalar)
    -	{
    -	out[0] *= scalar;
    -	out[1] *= scalar;
    -	out[2] *= scalar;
    -	out[3] *= scalar;
    -	out[4] *= scalar;
    -	out[5] *= scalar;
    -	out[6] *= scalar;
    -	out[7] *= scalar;
    -	}
    -
    -#define two105m41m9 (((limb)1) << 105) - (((limb)1) << 41) - (((limb)1) << 9)
    -#define two105 (((limb)1) << 105)
    -#define two105m41p9 (((limb)1) << 105) - (((limb)1) << 41) + (((limb)1) << 9)
    +{
    +    out[0] *= scalar;
    +    out[1] *= scalar;
    +    out[2] *= scalar;
    +    out[3] *= scalar;
    +    out[4] *= scalar;
    +    out[5] *= scalar;
    +    out[6] *= scalar;
    +    out[7] *= scalar;
    +}
    +
    +# define two105m41m9 (((limb)1) << 105) - (((limb)1) << 41) - (((limb)1) << 9)
    +# define two105 (((limb)1) << 105)
    +# define two105m41p9 (((limb)1) << 105) - (((limb)1) << 41) + (((limb)1) << 9)
     
     /* zero105 is 0 mod p */
    -static const felem zero105 = { two105m41m9, two105, two105m41p9, two105m41p9 };
    +static const felem zero105 =
    +    { two105m41m9, two105, two105m41p9, two105m41p9 };
     
    -/* smallfelem_neg sets |out| to |-small|
    +/*-
    + * smallfelem_neg sets |out| to |-small|
      * On exit:
      *   out[i] < out[i] + 2^105
      */
     static void smallfelem_neg(felem out, const smallfelem small)
    -	{
    -	/* In order to prevent underflow, we subtract from 0 mod p. */
    -	out[0] = zero105[0] - small[0];
    -	out[1] = zero105[1] - small[1];
    -	out[2] = zero105[2] - small[2];
    -	out[3] = zero105[3] - small[3];
    -	}
    -
    -/* felem_diff subtracts |in| from |out|
    +{
    +    /* In order to prevent underflow, we subtract from 0 mod p. */
    +    out[0] = zero105[0] - small[0];
    +    out[1] = zero105[1] - small[1];
    +    out[2] = zero105[2] - small[2];
    +    out[3] = zero105[3] - small[3];
    +}
    +
    +/*-
    + * felem_diff subtracts |in| from |out|
      * On entry:
      *   in[i] < 2^104
      * On exit:
      *   out[i] < out[i] + 2^105
      */
     static void felem_diff(felem out, const felem in)
    -	{
    -	/* In order to prevent underflow, we add 0 mod p before subtracting. */
    -	out[0] += zero105[0];
    -	out[1] += zero105[1];
    -	out[2] += zero105[2];
    -	out[3] += zero105[3];
    -
    -	out[0] -= in[0];
    -	out[1] -= in[1];
    -	out[2] -= in[2];
    -	out[3] -= in[3];
    -	}
    -
    -#define two107m43m11 (((limb)1) << 107) - (((limb)1) << 43) - (((limb)1) << 11)
    -#define two107 (((limb)1) << 107)
    -#define two107m43p11 (((limb)1) << 107) - (((limb)1) << 43) + (((limb)1) << 11)
    +{
    +    /*
    +     * In order to prevent underflow, we add 0 mod p before subtracting.
    +     */
    +    out[0] += zero105[0];
    +    out[1] += zero105[1];
    +    out[2] += zero105[2];
    +    out[3] += zero105[3];
    +
    +    out[0] -= in[0];
    +    out[1] -= in[1];
    +    out[2] -= in[2];
    +    out[3] -= in[3];
    +}
    +
    +# define two107m43m11 (((limb)1) << 107) - (((limb)1) << 43) - (((limb)1) << 11)
    +# define two107 (((limb)1) << 107)
    +# define two107m43p11 (((limb)1) << 107) - (((limb)1) << 43) + (((limb)1) << 11)
     
     /* zero107 is 0 mod p */
    -static const felem zero107 = { two107m43m11, two107, two107m43p11, two107m43p11 };
    +static const felem zero107 =
    +    { two107m43m11, two107, two107m43p11, two107m43p11 };
     
    -/* An alternative felem_diff for larger inputs |in|
    +/*-
    + * An alternative felem_diff for larger inputs |in|
      * felem_diff_zero107 subtracts |in| from |out|
      * On entry:
      *   in[i] < 2^106
    @@ -302,63 +317,70 @@ static const felem zero107 = { two107m43m11, two107, two107m43p11, two107m43p11
      *   out[i] < out[i] + 2^107
      */
     static void felem_diff_zero107(felem out, const felem in)
    -	{
    -	/* In order to prevent underflow, we add 0 mod p before subtracting. */
    -	out[0] += zero107[0];
    -	out[1] += zero107[1];
    -	out[2] += zero107[2];
    -	out[3] += zero107[3];
    -
    -	out[0] -= in[0];
    -	out[1] -= in[1];
    -	out[2] -= in[2];
    -	out[3] -= in[3];
    -	}
    -
    -/* longfelem_diff subtracts |in| from |out|
    +{
    +    /*
    +     * In order to prevent underflow, we add 0 mod p before subtracting.
    +     */
    +    out[0] += zero107[0];
    +    out[1] += zero107[1];
    +    out[2] += zero107[2];
    +    out[3] += zero107[3];
    +
    +    out[0] -= in[0];
    +    out[1] -= in[1];
    +    out[2] -= in[2];
    +    out[3] -= in[3];
    +}
    +
    +/*-
    + * longfelem_diff subtracts |in| from |out|
      * On entry:
      *   in[i] < 7*2^67
      * On exit:
      *   out[i] < out[i] + 2^70 + 2^40
      */
     static void longfelem_diff(longfelem out, const longfelem in)
    -	{
    -	static const limb two70m8p6 = (((limb)1) << 70) - (((limb)1) << 8) + (((limb)1) << 6);
    -	static const limb two70p40 = (((limb)1) << 70) + (((limb)1) << 40);
    -	static const limb two70 = (((limb)1) << 70);
    -	static const limb two70m40m38p6 = (((limb)1) << 70) - (((limb)1) << 40) - (((limb)1) << 38) + (((limb)1) << 6);
    -	static const limb two70m6 = (((limb)1) << 70) - (((limb)1) << 6);
    -
    -	/* add 0 mod p to avoid underflow */
    -	out[0] += two70m8p6;
    -	out[1] += two70p40;
    -	out[2] += two70;
    -	out[3] += two70m40m38p6;
    -	out[4] += two70m6;
    -	out[5] += two70m6;
    -	out[6] += two70m6;
    -	out[7] += two70m6;
    -
    -	/* in[i] < 7*2^67 < 2^70 - 2^40 - 2^38 + 2^6 */
    -	out[0] -= in[0];
    -	out[1] -= in[1];
    -	out[2] -= in[2];
    -	out[3] -= in[3];
    -	out[4] -= in[4];
    -	out[5] -= in[5];
    -	out[6] -= in[6];
    -	out[7] -= in[7];
    -	}
    -
    -#define two64m0 (((limb)1) << 64) - 1
    -#define two110p32m0 (((limb)1) << 110) + (((limb)1) << 32) - 1
    -#define two64m46 (((limb)1) << 64) - (((limb)1) << 46)
    -#define two64m32 (((limb)1) << 64) - (((limb)1) << 32)
    +{
    +    static const limb two70m8p6 =
    +        (((limb) 1) << 70) - (((limb) 1) << 8) + (((limb) 1) << 6);
    +    static const limb two70p40 = (((limb) 1) << 70) + (((limb) 1) << 40);
    +    static const limb two70 = (((limb) 1) << 70);
    +    static const limb two70m40m38p6 =
    +        (((limb) 1) << 70) - (((limb) 1) << 40) - (((limb) 1) << 38) +
    +        (((limb) 1) << 6);
    +    static const limb two70m6 = (((limb) 1) << 70) - (((limb) 1) << 6);
    +
    +    /* add 0 mod p to avoid underflow */
    +    out[0] += two70m8p6;
    +    out[1] += two70p40;
    +    out[2] += two70;
    +    out[3] += two70m40m38p6;
    +    out[4] += two70m6;
    +    out[5] += two70m6;
    +    out[6] += two70m6;
    +    out[7] += two70m6;
    +
    +    /* in[i] < 7*2^67 < 2^70 - 2^40 - 2^38 + 2^6 */
    +    out[0] -= in[0];
    +    out[1] -= in[1];
    +    out[2] -= in[2];
    +    out[3] -= in[3];
    +    out[4] -= in[4];
    +    out[5] -= in[5];
    +    out[6] -= in[6];
    +    out[7] -= in[7];
    +}
    +
    +# define two64m0 (((limb)1) << 64) - 1
    +# define two110p32m0 (((limb)1) << 110) + (((limb)1) << 32) - 1
    +# define two64m46 (((limb)1) << 64) - (((limb)1) << 46)
    +# define two64m32 (((limb)1) << 64) - (((limb)1) << 32)
     
     /* zero110 is 0 mod p */
     static const felem zero110 = { two64m0, two110p32m0, two64m46, two64m32 };
     
    -/* felem_shrink converts an felem into a smallfelem. The result isn't quite
    +/*-
    + * felem_shrink converts an felem into a smallfelem. The result isn't quite
      * minimal as the value may be greater than p.
      *
      * On entry:
    @@ -367,299 +389,309 @@ static const felem zero110 = { two64m0, two110p32m0, two64m46, two64m32 };
      *   out[i] < 2^64
      */
     static void felem_shrink(smallfelem out, const felem in)
    -	{
    -	felem tmp;
    -	u64 a, b, mask;
    -	s64 high, low;
    -	static const u64 kPrime3Test = 0x7fffffff00000001ul; /* 2^63 - 2^32 + 1 */
    -
    -	/* Carry 2->3 */
    -	tmp[3] = zero110[3] + in[3] + ((u64) (in[2] >> 64));
    -	/* tmp[3] < 2^110 */
    -
    -	tmp[2] = zero110[2] + (u64) in[2];
    -	tmp[0] = zero110[0] + in[0];
    -	tmp[1] = zero110[1] + in[1];
    -	/* tmp[0] < 2**110, tmp[1] < 2^111, tmp[2] < 2**65 */
    -
    -	/* We perform two partial reductions where we eliminate the
    -	 * high-word of tmp[3]. We don't update the other words till the end.
    -	 */
    -	a = tmp[3] >> 64; /* a < 2^46 */
    -	tmp[3] = (u64) tmp[3];
    -	tmp[3] -= a;
    -	tmp[3] += ((limb)a) << 32;
    -	/* tmp[3] < 2^79 */
    -
    -	b = a;
    -	a = tmp[3] >> 64; /* a < 2^15 */
    -	b += a; /* b < 2^46 + 2^15 < 2^47 */
    -	tmp[3] = (u64) tmp[3];
    -	tmp[3] -= a;
    -	tmp[3] += ((limb)a) << 32;
    -	/* tmp[3] < 2^64 + 2^47 */
    -
    -	/* This adjusts the other two words to complete the two partial
    -	 * reductions. */
    -	tmp[0] += b;
    -	tmp[1] -= (((limb)b) << 32);
    -
    -	/* In order to make space in tmp[3] for the carry from 2 -> 3, we
    -	 * conditionally subtract kPrime if tmp[3] is large enough. */
    -	high = tmp[3] >> 64;
    -	/* As tmp[3] < 2^65, high is either 1 or 0 */
    -	high <<= 63;
    -	high >>= 63;
    -	/* high is:
    -	 *   all ones   if the high word of tmp[3] is 1
    -	 *   all zeros  if the high word of tmp[3] if 0 */
    -	low = tmp[3];
    -	mask = low >> 63;
    -	/* mask is:
    -	 *   all ones   if the MSB of low is 1
    -	 *   all zeros  if the MSB of low if 0 */
    -	low &= bottom63bits;
    -	low -= kPrime3Test;
    -	/* if low was greater than kPrime3Test then the MSB is zero */
    -	low = ~low;
    -	low >>= 63;
    -	/* low is:
    -	 *   all ones   if low was > kPrime3Test
    -	 *   all zeros  if low was <= kPrime3Test */
    -	mask = (mask & low) | high;
    -	tmp[0] -= mask & kPrime[0];
    -	tmp[1] -= mask & kPrime[1];
    -	/* kPrime[2] is zero, so omitted */
    -	tmp[3] -= mask & kPrime[3];
    -	/* tmp[3] < 2**64 - 2**32 + 1 */
    -
    -	tmp[1] += ((u64) (tmp[0] >> 64)); tmp[0] = (u64) tmp[0];
    -	tmp[2] += ((u64) (tmp[1] >> 64)); tmp[1] = (u64) tmp[1];
    -	tmp[3] += ((u64) (tmp[2] >> 64)); tmp[2] = (u64) tmp[2];
    -	/* tmp[i] < 2^64 */
    -
    -	out[0] = tmp[0];
    -	out[1] = tmp[1];
    -	out[2] = tmp[2];
    -	out[3] = tmp[3];
    -	}
    +{
    +    felem tmp;
    +    u64 a, b, mask;
    +    s64 high, low;
    +    static const u64 kPrime3Test = 0x7fffffff00000001ul; /* 2^63 - 2^32 + 1 */
    +
    +    /* Carry 2->3 */
    +    tmp[3] = zero110[3] + in[3] + ((u64)(in[2] >> 64));
    +    /* tmp[3] < 2^110 */
    +
    +    tmp[2] = zero110[2] + (u64)in[2];
    +    tmp[0] = zero110[0] + in[0];
    +    tmp[1] = zero110[1] + in[1];
    +    /* tmp[0] < 2**110, tmp[1] < 2^111, tmp[2] < 2**65 */
    +
    +    /*
    +     * We perform two partial reductions where we eliminate the high-word of
    +     * tmp[3]. We don't update the other words till the end.
    +     */
    +    a = tmp[3] >> 64;           /* a < 2^46 */
    +    tmp[3] = (u64)tmp[3];
    +    tmp[3] -= a;
    +    tmp[3] += ((limb) a) << 32;
    +    /* tmp[3] < 2^79 */
    +
    +    b = a;
    +    a = tmp[3] >> 64;           /* a < 2^15 */
    +    b += a;                     /* b < 2^46 + 2^15 < 2^47 */
    +    tmp[3] = (u64)tmp[3];
    +    tmp[3] -= a;
    +    tmp[3] += ((limb) a) << 32;
    +    /* tmp[3] < 2^64 + 2^47 */
    +
    +    /*
    +     * This adjusts the other two words to complete the two partial
    +     * reductions.
    +     */
    +    tmp[0] += b;
    +    tmp[1] -= (((limb) b) << 32);
    +
    +    /*
    +     * In order to make space in tmp[3] for the carry from 2 -> 3, we
    +     * conditionally subtract kPrime if tmp[3] is large enough.
    +     */
    +    high = tmp[3] >> 64;
    +    /* As tmp[3] < 2^65, high is either 1 or 0 */
    +    high <<= 63;
    +    high >>= 63;
    +    /*-
    +     * high is:
    +     *   all ones   if the high word of tmp[3] is 1
    +     *   all zeros  if the high word of tmp[3] if 0 */
    +    low = tmp[3];
    +    mask = low >> 63;
    +    /*-
    +     * mask is:
    +     *   all ones   if the MSB of low is 1
    +     *   all zeros  if the MSB of low if 0 */
    +    low &= bottom63bits;
    +    low -= kPrime3Test;
    +    /* if low was greater than kPrime3Test then the MSB is zero */
    +    low = ~low;
    +    low >>= 63;
    +    /*-
    +     * low is:
    +     *   all ones   if low was > kPrime3Test
    +     *   all zeros  if low was <= kPrime3Test */
    +    mask = (mask & low) | high;
    +    tmp[0] -= mask & kPrime[0];
    +    tmp[1] -= mask & kPrime[1];
    +    /* kPrime[2] is zero, so omitted */
    +    tmp[3] -= mask & kPrime[3];
    +    /* tmp[3] < 2**64 - 2**32 + 1 */
    +
    +    tmp[1] += ((u64)(tmp[0] >> 64));
    +    tmp[0] = (u64)tmp[0];
    +    tmp[2] += ((u64)(tmp[1] >> 64));
    +    tmp[1] = (u64)tmp[1];
    +    tmp[3] += ((u64)(tmp[2] >> 64));
    +    tmp[2] = (u64)tmp[2];
    +    /* tmp[i] < 2^64 */
    +
    +    out[0] = tmp[0];
    +    out[1] = tmp[1];
    +    out[2] = tmp[2];
    +    out[3] = tmp[3];
    +}
     
     /* smallfelem_expand converts a smallfelem to an felem */
     static void smallfelem_expand(felem out, const smallfelem in)
    -	{
    -	out[0] = in[0];
    -	out[1] = in[1];
    -	out[2] = in[2];
    -	out[3] = in[3];
    -	}
    -
    -/* smallfelem_square sets |out| = |small|^2
    +{
    +    out[0] = in[0];
    +    out[1] = in[1];
    +    out[2] = in[2];
    +    out[3] = in[3];
    +}
    +
    +/*-
    + * smallfelem_square sets |out| = |small|^2
      * On entry:
      *   small[i] < 2^64
      * On exit:
      *   out[i] < 7 * 2^64 < 2^67
      */
     static void smallfelem_square(longfelem out, const smallfelem small)
    -	{
    -	limb a;
    -	u64 high, low;
    -
    -	a = ((uint128_t) small[0]) * small[0];
    -	low = a;
    -	high = a >> 64;
    -	out[0] = low;
    -	out[1] = high;
    -
    -	a = ((uint128_t) small[0]) * small[1];
    -	low = a;
    -	high = a >> 64;
    -	out[1] += low;
    -	out[1] += low;
    -	out[2] = high;
    -
    -	a = ((uint128_t) small[0]) * small[2];
    -	low = a;
    -	high = a >> 64;
    -	out[2] += low;
    -	out[2] *= 2;
    -	out[3] = high;
    -
    -	a = ((uint128_t) small[0]) * small[3];
    -	low = a;
    -	high = a >> 64;
    -	out[3] += low;
    -	out[4] = high;
    -
    -	a = ((uint128_t) small[1]) * small[2];
    -	low = a;
    -	high = a >> 64;
    -	out[3] += low;
    -	out[3] *= 2;
    -	out[4] += high;
    -
    -	a = ((uint128_t) small[1]) * small[1];
    -	low = a;
    -	high = a >> 64;
    -	out[2] += low;
    -	out[3] += high;
    -
    -	a = ((uint128_t) small[1]) * small[3];
    -	low = a;
    -	high = a >> 64;
    -	out[4] += low;
    -	out[4] *= 2;
    -	out[5] = high;
    -
    -	a = ((uint128_t) small[2]) * small[3];
    -	low = a;
    -	high = a >> 64;
    -	out[5] += low;
    -	out[5] *= 2;
    -	out[6] = high;
    -	out[6] += high;
    -
    -	a = ((uint128_t) small[2]) * small[2];
    -	low = a;
    -	high = a >> 64;
    -	out[4] += low;
    -	out[5] += high;
    -
    -	a = ((uint128_t) small[3]) * small[3];
    -	low = a;
    -	high = a >> 64;
    -	out[6] += low;
    -	out[7] = high;
    -	}
    -
    -/* felem_square sets |out| = |in|^2
    +{
    +    limb a;
    +    u64 high, low;
    +
    +    a = ((uint128_t) small[0]) * small[0];
    +    low = a;
    +    high = a >> 64;
    +    out[0] = low;
    +    out[1] = high;
    +
    +    a = ((uint128_t) small[0]) * small[1];
    +    low = a;
    +    high = a >> 64;
    +    out[1] += low;
    +    out[1] += low;
    +    out[2] = high;
    +
    +    a = ((uint128_t) small[0]) * small[2];
    +    low = a;
    +    high = a >> 64;
    +    out[2] += low;
    +    out[2] *= 2;
    +    out[3] = high;
    +
    +    a = ((uint128_t) small[0]) * small[3];
    +    low = a;
    +    high = a >> 64;
    +    out[3] += low;
    +    out[4] = high;
    +
    +    a = ((uint128_t) small[1]) * small[2];
    +    low = a;
    +    high = a >> 64;
    +    out[3] += low;
    +    out[3] *= 2;
    +    out[4] += high;
    +
    +    a = ((uint128_t) small[1]) * small[1];
    +    low = a;
    +    high = a >> 64;
    +    out[2] += low;
    +    out[3] += high;
    +
    +    a = ((uint128_t) small[1]) * small[3];
    +    low = a;
    +    high = a >> 64;
    +    out[4] += low;
    +    out[4] *= 2;
    +    out[5] = high;
    +
    +    a = ((uint128_t) small[2]) * small[3];
    +    low = a;
    +    high = a >> 64;
    +    out[5] += low;
    +    out[5] *= 2;
    +    out[6] = high;
    +    out[6] += high;
    +
    +    a = ((uint128_t) small[2]) * small[2];
    +    low = a;
    +    high = a >> 64;
    +    out[4] += low;
    +    out[5] += high;
    +
    +    a = ((uint128_t) small[3]) * small[3];
    +    low = a;
    +    high = a >> 64;
    +    out[6] += low;
    +    out[7] = high;
    +}
    +
    +/*-
    + * felem_square sets |out| = |in|^2
      * On entry:
      *   in[i] < 2^109
      * On exit:
      *   out[i] < 7 * 2^64 < 2^67
      */
     static void felem_square(longfelem out, const felem in)
    -	{
    -	u64 small[4];
    -	felem_shrink(small, in);
    -	smallfelem_square(out, small);
    -	}
    -
    -/* smallfelem_mul sets |out| = |small1| * |small2|
    +{
    +    u64 small[4];
    +    felem_shrink(small, in);
    +    smallfelem_square(out, small);
    +}
    +
    +/*-
    + * smallfelem_mul sets |out| = |small1| * |small2|
      * On entry:
      *   small1[i] < 2^64
      *   small2[i] < 2^64
      * On exit:
      *   out[i] < 7 * 2^64 < 2^67
      */
    -static void smallfelem_mul(longfelem out, const smallfelem small1, const smallfelem small2)
    -	{
    -	limb a;
    -	u64 high, low;
    -
    -	a = ((uint128_t) small1[0]) * small2[0];
    -	low = a;
    -	high = a >> 64;
    -	out[0] = low;
    -	out[1] = high;
    -
    -
    -	a = ((uint128_t) small1[0]) * small2[1];
    -	low = a;
    -	high = a >> 64;
    -	out[1] += low;
    -	out[2] = high;
    -
    -	a = ((uint128_t) small1[1]) * small2[0];
    -	low = a;
    -	high = a >> 64;
    -	out[1] += low;
    -	out[2] += high;
    -
    -
    -	a = ((uint128_t) small1[0]) * small2[2];
    -	low = a;
    -	high = a >> 64;
    -	out[2] += low;
    -	out[3] = high;
    -
    -	a = ((uint128_t) small1[1]) * small2[1];
    -	low = a;
    -	high = a >> 64;
    -	out[2] += low;
    -	out[3] += high;
    -
    -	a = ((uint128_t) small1[2]) * small2[0];
    -	low = a;
    -	high = a >> 64;
    -	out[2] += low;
    -	out[3] += high;
    -
    -
    -	a = ((uint128_t) small1[0]) * small2[3];
    -	low = a;
    -	high = a >> 64;
    -	out[3] += low;
    -	out[4] = high;
    -
    -	a = ((uint128_t) small1[1]) * small2[2];
    -	low = a;
    -	high = a >> 64;
    -	out[3] += low;
    -	out[4] += high;
    -
    -	a = ((uint128_t) small1[2]) * small2[1];
    -	low = a;
    -	high = a >> 64;
    -	out[3] += low;
    -	out[4] += high;
    -
    -	a = ((uint128_t) small1[3]) * small2[0];
    -	low = a;
    -	high = a >> 64;
    -	out[3] += low;
    -	out[4] += high;
    -
    -
    -	a = ((uint128_t) small1[1]) * small2[3];
    -	low = a;
    -	high = a >> 64;
    -	out[4] += low;
    -	out[5] = high;
    -
    -	a = ((uint128_t) small1[2]) * small2[2];
    -	low = a;
    -	high = a >> 64;
    -	out[4] += low;
    -	out[5] += high;
    -
    -	a = ((uint128_t) small1[3]) * small2[1];
    -	low = a;
    -	high = a >> 64;
    -	out[4] += low;
    -	out[5] += high;
    -
    -
    -	a = ((uint128_t) small1[2]) * small2[3];
    -	low = a;
    -	high = a >> 64;
    -	out[5] += low;
    -	out[6] = high;
    -
    -	a = ((uint128_t) small1[3]) * small2[2];
    -	low = a;
    -	high = a >> 64;
    -	out[5] += low;
    -	out[6] += high;
    -
    -
    -	a = ((uint128_t) small1[3]) * small2[3];
    -	low = a;
    -	high = a >> 64;
    -	out[6] += low;
    -	out[7] = high;
    -	}
    -
    -/* felem_mul sets |out| = |in1| * |in2|
    +static void smallfelem_mul(longfelem out, const smallfelem small1,
    +                           const smallfelem small2)
    +{
    +    limb a;
    +    u64 high, low;
    +
    +    a = ((uint128_t) small1[0]) * small2[0];
    +    low = a;
    +    high = a >> 64;
    +    out[0] = low;
    +    out[1] = high;
    +
    +    a = ((uint128_t) small1[0]) * small2[1];
    +    low = a;
    +    high = a >> 64;
    +    out[1] += low;
    +    out[2] = high;
    +
    +    a = ((uint128_t) small1[1]) * small2[0];
    +    low = a;
    +    high = a >> 64;
    +    out[1] += low;
    +    out[2] += high;
    +
    +    a = ((uint128_t) small1[0]) * small2[2];
    +    low = a;
    +    high = a >> 64;
    +    out[2] += low;
    +    out[3] = high;
    +
    +    a = ((uint128_t) small1[1]) * small2[1];
    +    low = a;
    +    high = a >> 64;
    +    out[2] += low;
    +    out[3] += high;
    +
    +    a = ((uint128_t) small1[2]) * small2[0];
    +    low = a;
    +    high = a >> 64;
    +    out[2] += low;
    +    out[3] += high;
    +
    +    a = ((uint128_t) small1[0]) * small2[3];
    +    low = a;
    +    high = a >> 64;
    +    out[3] += low;
    +    out[4] = high;
    +
    +    a = ((uint128_t) small1[1]) * small2[2];
    +    low = a;
    +    high = a >> 64;
    +    out[3] += low;
    +    out[4] += high;
    +
    +    a = ((uint128_t) small1[2]) * small2[1];
    +    low = a;
    +    high = a >> 64;
    +    out[3] += low;
    +    out[4] += high;
    +
    +    a = ((uint128_t) small1[3]) * small2[0];
    +    low = a;
    +    high = a >> 64;
    +    out[3] += low;
    +    out[4] += high;
    +
    +    a = ((uint128_t) small1[1]) * small2[3];
    +    low = a;
    +    high = a >> 64;
    +    out[4] += low;
    +    out[5] = high;
    +
    +    a = ((uint128_t) small1[2]) * small2[2];
    +    low = a;
    +    high = a >> 64;
    +    out[4] += low;
    +    out[5] += high;
    +
    +    a = ((uint128_t) small1[3]) * small2[1];
    +    low = a;
    +    high = a >> 64;
    +    out[4] += low;
    +    out[5] += high;
    +
    +    a = ((uint128_t) small1[2]) * small2[3];
    +    low = a;
    +    high = a >> 64;
    +    out[5] += low;
    +    out[6] = high;
    +
    +    a = ((uint128_t) small1[3]) * small2[2];
    +    low = a;
    +    high = a >> 64;
    +    out[5] += low;
    +    out[6] += high;
    +
    +    a = ((uint128_t) small1[3]) * small2[3];
    +    low = a;
    +    high = a >> 64;
    +    out[6] += low;
    +    out[7] = high;
    +}
    +
    +/*-
    + * felem_mul sets |out| = |in1| * |in2|
      * On entry:
      *   in1[i] < 2^109
      *   in2[i] < 2^109
    @@ -667,37 +699,41 @@ static void smallfelem_mul(longfelem out, const smallfelem small1, const smallfe
      *   out[i] < 7 * 2^64 < 2^67
      */
     static void felem_mul(longfelem out, const felem in1, const felem in2)
    -	{
    -	smallfelem small1, small2;
    -	felem_shrink(small1, in1);
    -	felem_shrink(small2, in2);
    -	smallfelem_mul(out, small1, small2);
    -	}
    -
    -/* felem_small_mul sets |out| = |small1| * |in2|
    +{
    +    smallfelem small1, small2;
    +    felem_shrink(small1, in1);
    +    felem_shrink(small2, in2);
    +    smallfelem_mul(out, small1, small2);
    +}
    +
    +/*-
    + * felem_small_mul sets |out| = |small1| * |in2|
      * On entry:
      *   small1[i] < 2^64
      *   in2[i] < 2^109
      * On exit:
      *   out[i] < 7 * 2^64 < 2^67
      */
    -static void felem_small_mul(longfelem out, const smallfelem small1, const felem in2)
    -	{
    -	smallfelem small2;
    -	felem_shrink(small2, in2);
    -	smallfelem_mul(out, small1, small2);
    -	}
    -
    -#define two100m36m4 (((limb)1) << 100) - (((limb)1) << 36) - (((limb)1) << 4)
    -#define two100 (((limb)1) << 100)
    -#define two100m36p4 (((limb)1) << 100) - (((limb)1) << 36) + (((limb)1) << 4)
    +static void felem_small_mul(longfelem out, const smallfelem small1,
    +                            const felem in2)
    +{
    +    smallfelem small2;
    +    felem_shrink(small2, in2);
    +    smallfelem_mul(out, small1, small2);
    +}
    +
    +# define two100m36m4 (((limb)1) << 100) - (((limb)1) << 36) - (((limb)1) << 4)
    +# define two100 (((limb)1) << 100)
    +# define two100m36p4 (((limb)1) << 100) - (((limb)1) << 36) + (((limb)1) << 4)
     /* zero100 is 0 mod p */
    -static const felem zero100 = { two100m36m4, two100, two100m36p4, two100m36p4 };
    +static const felem zero100 =
    +    { two100m36m4, two100, two100m36p4, two100m36p4 };
     
    -/* Internal function for the different flavours of felem_reduce.
    +/*-
    + * Internal function for the different flavours of felem_reduce.
      * felem_reduce_ reduces the higher coefficients in[4]-in[7].
      * On entry:
    - *   out[0] >= in[6] + 2^32*in[6] + in[7] + 2^32*in[7] 
    + *   out[0] >= in[6] + 2^32*in[6] + in[7] + 2^32*in[7]
      *   out[1] >= in[7] + 2^32*in[4]
      *   out[2] >= in[5] + 2^32*in[5]
      *   out[3] >= in[4] + 2^32*in[5] + 2^32*in[6]
    @@ -708,40 +744,41 @@ static const felem zero100 = { two100m36m4, two100, two100m36p4, two100m36p4 };
      *   out[3] <= out[3] + 2^32*in[4] + 3*in[7]
      */
     static void felem_reduce_(felem out, const longfelem in)
    -	{
    -	int128_t c;
    -	/* combine common terms from below */
    -	c = in[4] + (in[5] << 32);
    -	out[0] += c;
    -	out[3] -= c;
    -
    -	c = in[5] - in[7];
    -	out[1] += c;
    -	out[2] -= c;
    -
    -	/* the remaining terms */
    -	/* 256: [(0,1),(96,-1),(192,-1),(224,1)] */
    -	out[1] -= (in[4] << 32);
    -	out[3] += (in[4] << 32);
    -
    -	/* 320: [(32,1),(64,1),(128,-1),(160,-1),(224,-1)] */
    -	out[2] -= (in[5] << 32);
    -
    -	/* 384: [(0,-1),(32,-1),(96,2),(128,2),(224,-1)] */
    -	out[0] -= in[6];
    -	out[0] -= (in[6] << 32);
    -	out[1] += (in[6] << 33);
    -	out[2] += (in[6] * 2);
    -	out[3] -= (in[6] << 32);
    -
    -	/* 448: [(0,-1),(32,-1),(64,-1),(128,1),(160,2),(192,3)] */
    -	out[0] -= in[7];
    -	out[0] -= (in[7] << 32);
    -	out[2] += (in[7] << 33);
    -	out[3] += (in[7] * 3);
    -	}
    -
    -/* felem_reduce converts a longfelem into an felem.
    +{
    +    int128_t c;
    +    /* combine common terms from below */
    +    c = in[4] + (in[5] << 32);
    +    out[0] += c;
    +    out[3] -= c;
    +
    +    c = in[5] - in[7];
    +    out[1] += c;
    +    out[2] -= c;
    +
    +    /* the remaining terms */
    +    /* 256: [(0,1),(96,-1),(192,-1),(224,1)] */
    +    out[1] -= (in[4] << 32);
    +    out[3] += (in[4] << 32);
    +
    +    /* 320: [(32,1),(64,1),(128,-1),(160,-1),(224,-1)] */
    +    out[2] -= (in[5] << 32);
    +
    +    /* 384: [(0,-1),(32,-1),(96,2),(128,2),(224,-1)] */
    +    out[0] -= in[6];
    +    out[0] -= (in[6] << 32);
    +    out[1] += (in[6] << 33);
    +    out[2] += (in[6] * 2);
    +    out[3] -= (in[6] << 32);
    +
    +    /* 448: [(0,-1),(32,-1),(64,-1),(128,1),(160,2),(192,3)] */
    +    out[0] -= in[7];
    +    out[0] -= (in[7] << 32);
    +    out[2] += (in[7] << 33);
    +    out[3] += (in[7] * 3);
    +}
    +
    +/*-
    + * felem_reduce converts a longfelem into an felem.
      * To be called directly after felem_square or felem_mul.
      * On entry:
      *   in[0] < 2^64, in[1] < 3*2^64, in[2] < 5*2^64, in[3] < 7*2^64
    @@ -750,189 +787,203 @@ static void felem_reduce_(felem out, const longfelem in)
      *   out[i] < 2^101
      */
     static void felem_reduce(felem out, const longfelem in)
    -	{
    -	out[0] = zero100[0] + in[0];
    -	out[1] = zero100[1] + in[1];
    -	out[2] = zero100[2] + in[2];
    -	out[3] = zero100[3] + in[3];
    -
    -	felem_reduce_(out, in);
    -
    -	/* out[0] > 2^100 - 2^36 - 2^4 - 3*2^64 - 3*2^96 - 2^64 - 2^96 > 0
    -	 * out[1] > 2^100 - 2^64 - 7*2^96 > 0
    -	 * out[2] > 2^100 - 2^36 + 2^4 - 5*2^64 - 5*2^96 > 0
    -	 * out[3] > 2^100 - 2^36 + 2^4 - 7*2^64 - 5*2^96 - 3*2^96 > 0
    -	 *
    -	 * out[0] < 2^100 + 2^64 + 7*2^64 + 5*2^96 < 2^101
    -	 * out[1] < 2^100 + 3*2^64 + 5*2^64 + 3*2^97 < 2^101
    -	 * out[2] < 2^100 + 5*2^64 + 2^64 + 3*2^65 + 2^97 < 2^101
    -	 * out[3] < 2^100 + 7*2^64 + 7*2^96 + 3*2^64 < 2^101
    -	 */
    -	}
    -
    -/* felem_reduce_zero105 converts a larger longfelem into an felem.
    +{
    +    out[0] = zero100[0] + in[0];
    +    out[1] = zero100[1] + in[1];
    +    out[2] = zero100[2] + in[2];
    +    out[3] = zero100[3] + in[3];
    +
    +    felem_reduce_(out, in);
    +
    +    /*-
    +     * out[0] > 2^100 - 2^36 - 2^4 - 3*2^64 - 3*2^96 - 2^64 - 2^96 > 0
    +     * out[1] > 2^100 - 2^64 - 7*2^96 > 0
    +     * out[2] > 2^100 - 2^36 + 2^4 - 5*2^64 - 5*2^96 > 0
    +     * out[3] > 2^100 - 2^36 + 2^4 - 7*2^64 - 5*2^96 - 3*2^96 > 0
    +     *
    +     * out[0] < 2^100 + 2^64 + 7*2^64 + 5*2^96 < 2^101
    +     * out[1] < 2^100 + 3*2^64 + 5*2^64 + 3*2^97 < 2^101
    +     * out[2] < 2^100 + 5*2^64 + 2^64 + 3*2^65 + 2^97 < 2^101
    +     * out[3] < 2^100 + 7*2^64 + 7*2^96 + 3*2^64 < 2^101
    +     */
    +}
    +
    +/*-
    + * felem_reduce_zero105 converts a larger longfelem into an felem.
      * On entry:
      *   in[0] < 2^71
      * On exit:
      *   out[i] < 2^106
      */
     static void felem_reduce_zero105(felem out, const longfelem in)
    -	{
    -	out[0] = zero105[0] + in[0];
    -	out[1] = zero105[1] + in[1];
    -	out[2] = zero105[2] + in[2];
    -	out[3] = zero105[3] + in[3];
    -
    -	felem_reduce_(out, in);
    -
    -	/* out[0] > 2^105 - 2^41 - 2^9 - 2^71 - 2^103 - 2^71 - 2^103 > 0
    -	 * out[1] > 2^105 - 2^71 - 2^103 > 0
    -	 * out[2] > 2^105 - 2^41 + 2^9 - 2^71 - 2^103 > 0
    -	 * out[3] > 2^105 - 2^41 + 2^9 - 2^71 - 2^103 - 2^103 > 0
    -	 *
    -	 * out[0] < 2^105 + 2^71 + 2^71 + 2^103 < 2^106
    -	 * out[1] < 2^105 + 2^71 + 2^71 + 2^103 < 2^106
    -	 * out[2] < 2^105 + 2^71 + 2^71 + 2^71 + 2^103 < 2^106
    -	 * out[3] < 2^105 + 2^71 + 2^103 + 2^71 < 2^106
    -	 */
    -	}
    -
    -/* subtract_u64 sets *result = *result - v and *carry to one if the subtraction
    - * underflowed. */
    -static void subtract_u64(u64* result, u64* carry, u64 v)
    -	{
    -	uint128_t r = *result;
    -	r -= v;
    -	*carry = (r >> 64) & 1;
    -	*result = (u64) r;
    -	}
    -
    -/* felem_contract converts |in| to its unique, minimal representation.
    - * On entry:
    - *   in[i] < 2^109
    +{
    +    out[0] = zero105[0] + in[0];
    +    out[1] = zero105[1] + in[1];
    +    out[2] = zero105[2] + in[2];
    +    out[3] = zero105[3] + in[3];
    +
    +    felem_reduce_(out, in);
    +
    +    /*-
    +     * out[0] > 2^105 - 2^41 - 2^9 - 2^71 - 2^103 - 2^71 - 2^103 > 0
    +     * out[1] > 2^105 - 2^71 - 2^103 > 0
    +     * out[2] > 2^105 - 2^41 + 2^9 - 2^71 - 2^103 > 0
    +     * out[3] > 2^105 - 2^41 + 2^9 - 2^71 - 2^103 - 2^103 > 0
    +     *
    +     * out[0] < 2^105 + 2^71 + 2^71 + 2^103 < 2^106
    +     * out[1] < 2^105 + 2^71 + 2^71 + 2^103 < 2^106
    +     * out[2] < 2^105 + 2^71 + 2^71 + 2^71 + 2^103 < 2^106
    +     * out[3] < 2^105 + 2^71 + 2^103 + 2^71 < 2^106
    +     */
    +}
    +
    +/*
    + * subtract_u64 sets *result = *result - v and *carry to one if the
    + * subtraction underflowed.
    + */
    +static void subtract_u64(u64 *result, u64 *carry, u64 v)
    +{
    +    uint128_t r = *result;
    +    r -= v;
    +    *carry = (r >> 64) & 1;
    +    *result = (u64)r;
    +}
    +
    +/*
    + * felem_contract converts |in| to its unique, minimal representation. On
    + * entry: in[i] < 2^109
      */
     static void felem_contract(smallfelem out, const felem in)
    -	{
    -	unsigned i;
    -	u64 all_equal_so_far = 0, result = 0, carry;
    -
    -	felem_shrink(out, in);
    -	/* small is minimal except that the value might be > p */
    -
    -	all_equal_so_far--;
    -	/* We are doing a constant time test if out >= kPrime. We need to
    -	 * compare each u64, from most-significant to least significant. For
    -	 * each one, if all words so far have been equal (m is all ones) then a
    -	 * non-equal result is the answer. Otherwise we continue. */
    -	for (i = 3; i < 4; i--)
    -		{
    -		u64 equal;
    -		uint128_t a = ((uint128_t) kPrime[i]) - out[i];
    -		/* if out[i] > kPrime[i] then a will underflow and the high
    -		 * 64-bits will all be set. */
    -		result |= all_equal_so_far & ((u64) (a >> 64));
    -
    -		/* if kPrime[i] == out[i] then |equal| will be all zeros and
    -		 * the decrement will make it all ones. */
    -		equal = kPrime[i] ^ out[i];
    -		equal--;
    -		equal &= equal << 32;
    -		equal &= equal << 16;
    -		equal &= equal << 8;
    -		equal &= equal << 4;
    -		equal &= equal << 2;
    -		equal &= equal << 1;
    -		equal = ((s64) equal) >> 63;
    -
    -		all_equal_so_far &= equal;
    -		}
    -
    -	/* if all_equal_so_far is still all ones then the two values are equal
    -	 * and so out >= kPrime is true. */
    -	result |= all_equal_so_far;
    -
    -	/* if out >= kPrime then we subtract kPrime. */
    -	subtract_u64(&out[0], &carry, result & kPrime[0]);
    -	subtract_u64(&out[1], &carry, carry);
    -	subtract_u64(&out[2], &carry, carry);
    -	subtract_u64(&out[3], &carry, carry);
    -
    -	subtract_u64(&out[1], &carry, result & kPrime[1]);
    -	subtract_u64(&out[2], &carry, carry);
    -	subtract_u64(&out[3], &carry, carry);
    -
    -	subtract_u64(&out[2], &carry, result & kPrime[2]);
    -	subtract_u64(&out[3], &carry, carry);
    -
    -	subtract_u64(&out[3], &carry, result & kPrime[3]);
    -	}
    +{
    +    unsigned i;
    +    u64 all_equal_so_far = 0, result = 0, carry;
    +
    +    felem_shrink(out, in);
    +    /* small is minimal except that the value might be > p */
    +
    +    all_equal_so_far--;
    +    /*
    +     * We are doing a constant time test if out >= kPrime. We need to compare
    +     * each u64, from most-significant to least significant. For each one, if
    +     * all words so far have been equal (m is all ones) then a non-equal
    +     * result is the answer. Otherwise we continue.
    +     */
    +    for (i = 3; i < 4; i--) {
    +        u64 equal;
    +        uint128_t a = ((uint128_t) kPrime[i]) - out[i];
    +        /*
    +         * if out[i] > kPrime[i] then a will underflow and the high 64-bits
    +         * will all be set.
    +         */
    +        result |= all_equal_so_far & ((u64)(a >> 64));
    +
    +        /*
    +         * if kPrime[i] == out[i] then |equal| will be all zeros and the
    +         * decrement will make it all ones.
    +         */
    +        equal = kPrime[i] ^ out[i];
    +        equal--;
    +        equal &= equal << 32;
    +        equal &= equal << 16;
    +        equal &= equal << 8;
    +        equal &= equal << 4;
    +        equal &= equal << 2;
    +        equal &= equal << 1;
    +        equal = ((s64) equal) >> 63;
    +
    +        all_equal_so_far &= equal;
    +    }
    +
    +    /*
    +     * if all_equal_so_far is still all ones then the two values are equal
    +     * and so out >= kPrime is true.
    +     */
    +    result |= all_equal_so_far;
    +
    +    /* if out >= kPrime then we subtract kPrime. */
    +    subtract_u64(&out[0], &carry, result & kPrime[0]);
    +    subtract_u64(&out[1], &carry, carry);
    +    subtract_u64(&out[2], &carry, carry);
    +    subtract_u64(&out[3], &carry, carry);
    +
    +    subtract_u64(&out[1], &carry, result & kPrime[1]);
    +    subtract_u64(&out[2], &carry, carry);
    +    subtract_u64(&out[3], &carry, carry);
    +
    +    subtract_u64(&out[2], &carry, result & kPrime[2]);
    +    subtract_u64(&out[3], &carry, carry);
    +
    +    subtract_u64(&out[3], &carry, result & kPrime[3]);
    +}
     
     static void smallfelem_square_contract(smallfelem out, const smallfelem in)
    -	{
    -	longfelem longtmp;
    -	felem tmp;
    -
    -	smallfelem_square(longtmp, in);
    -	felem_reduce(tmp, longtmp);
    -	felem_contract(out, tmp);
    -	}
    -
    -static void smallfelem_mul_contract(smallfelem out, const smallfelem in1, const smallfelem in2)
    -	{
    -	longfelem longtmp;
    -	felem tmp;
    -
    -	smallfelem_mul(longtmp, in1, in2);
    -	felem_reduce(tmp, longtmp);
    -	felem_contract(out, tmp);
    -	}
    -
    -/* felem_is_zero returns a limb with all bits set if |in| == 0 (mod p) and 0
    +{
    +    longfelem longtmp;
    +    felem tmp;
    +
    +    smallfelem_square(longtmp, in);
    +    felem_reduce(tmp, longtmp);
    +    felem_contract(out, tmp);
    +}
    +
    +static void smallfelem_mul_contract(smallfelem out, const smallfelem in1,
    +                                    const smallfelem in2)
    +{
    +    longfelem longtmp;
    +    felem tmp;
    +
    +    smallfelem_mul(longtmp, in1, in2);
    +    felem_reduce(tmp, longtmp);
    +    felem_contract(out, tmp);
    +}
    +
    +/*-
    + * felem_is_zero returns a limb with all bits set if |in| == 0 (mod p) and 0
      * otherwise.
      * On entry:
      *   small[i] < 2^64
      */
     static limb smallfelem_is_zero(const smallfelem small)
    -	{
    -	limb result;
    -	u64 is_p;
    -
    -	u64 is_zero = small[0] | small[1] | small[2] | small[3];
    -	is_zero--;
    -	is_zero &= is_zero << 32;
    -	is_zero &= is_zero << 16;
    -	is_zero &= is_zero << 8;
    -	is_zero &= is_zero << 4;
    -	is_zero &= is_zero << 2;
    -	is_zero &= is_zero << 1;
    -	is_zero = ((s64) is_zero) >> 63;
    -
    -	is_p = (small[0] ^ kPrime[0]) |
    -	       (small[1] ^ kPrime[1]) |
    -	       (small[2] ^ kPrime[2]) |
    -	       (small[3] ^ kPrime[3]);
    -	is_p--;
    -	is_p &= is_p << 32;
    -	is_p &= is_p << 16;
    -	is_p &= is_p << 8;
    -	is_p &= is_p << 4;
    -	is_p &= is_p << 2;
    -	is_p &= is_p << 1;
    -	is_p = ((s64) is_p) >> 63;
    -
    -	is_zero |= is_p;
    -
    -	result = is_zero;
    -	result |= ((limb) is_zero) << 64;
    -	return result;
    -	}
    +{
    +    limb result;
    +    u64 is_p;
    +
    +    u64 is_zero = small[0] | small[1] | small[2] | small[3];
    +    is_zero--;
    +    is_zero &= is_zero << 32;
    +    is_zero &= is_zero << 16;
    +    is_zero &= is_zero << 8;
    +    is_zero &= is_zero << 4;
    +    is_zero &= is_zero << 2;
    +    is_zero &= is_zero << 1;
    +    is_zero = ((s64) is_zero) >> 63;
    +
    +    is_p = (small[0] ^ kPrime[0]) |
    +        (small[1] ^ kPrime[1]) |
    +        (small[2] ^ kPrime[2]) | (small[3] ^ kPrime[3]);
    +    is_p--;
    +    is_p &= is_p << 32;
    +    is_p &= is_p << 16;
    +    is_p &= is_p << 8;
    +    is_p &= is_p << 4;
    +    is_p &= is_p << 2;
    +    is_p &= is_p << 1;
    +    is_p = ((s64) is_p) >> 63;
    +
    +    is_zero |= is_p;
    +
    +    result = is_zero;
    +    result |= ((limb) is_zero) << 64;
    +    return result;
    +}
     
     static int smallfelem_is_zero_int(const smallfelem small)
    -	{
    -	return (int) (smallfelem_is_zero(small) & ((limb)1));
    -	}
    +{
    +    return (int)(smallfelem_is_zero(small) & ((limb) 1));
    +}
     
    -/* felem_inv calculates |out| = |in|^{-1}
    +/*-
    + * felem_inv calculates |out| = |in|^{-1}
      *
      * Based on Fermat's Little Theorem:
      *   a^p = a (mod p)
    @@ -940,213 +991,248 @@ static int smallfelem_is_zero_int(const smallfelem small)
      *   a^{p-2} = a^{-1} (mod p)
      */
     static void felem_inv(felem out, const felem in)
    -	{
    -	felem ftmp, ftmp2;
    -	/* each e_I will hold |in|^{2^I - 1} */
    -	felem e2, e4, e8, e16, e32, e64;
    -	longfelem tmp;
    -	unsigned i;
    -
    -	felem_square(tmp, in); felem_reduce(ftmp, tmp);			/* 2^1 */
    -	felem_mul(tmp, in, ftmp); felem_reduce(ftmp, tmp);		/* 2^2 - 2^0 */
    -	felem_assign(e2, ftmp);
    -	felem_square(tmp, ftmp); felem_reduce(ftmp, tmp);		/* 2^3 - 2^1 */
    -	felem_square(tmp, ftmp); felem_reduce(ftmp, tmp);		/* 2^4 - 2^2 */
    -	felem_mul(tmp, ftmp, e2); felem_reduce(ftmp, tmp);		/* 2^4 - 2^0 */
    -	felem_assign(e4, ftmp);
    -	felem_square(tmp, ftmp); felem_reduce(ftmp, tmp);		/* 2^5 - 2^1 */
    -	felem_square(tmp, ftmp); felem_reduce(ftmp, tmp);		/* 2^6 - 2^2 */
    -	felem_square(tmp, ftmp); felem_reduce(ftmp, tmp);		/* 2^7 - 2^3 */
    -	felem_square(tmp, ftmp); felem_reduce(ftmp, tmp);		/* 2^8 - 2^4 */
    -	felem_mul(tmp, ftmp, e4); felem_reduce(ftmp, tmp);		/* 2^8 - 2^0 */
    -	felem_assign(e8, ftmp);
    -	for (i = 0; i < 8; i++) {
    -		felem_square(tmp, ftmp); felem_reduce(ftmp, tmp);
    -	}								/* 2^16 - 2^8 */
    -	felem_mul(tmp, ftmp, e8); felem_reduce(ftmp, tmp);		/* 2^16 - 2^0 */
    -	felem_assign(e16, ftmp);
    -	for (i = 0; i < 16; i++) {
    -		felem_square(tmp, ftmp); felem_reduce(ftmp, tmp);
    -	}								/* 2^32 - 2^16 */
    -	felem_mul(tmp, ftmp, e16); felem_reduce(ftmp, tmp);		/* 2^32 - 2^0 */
    -	felem_assign(e32, ftmp);
    -	for (i = 0; i < 32; i++) {
    -		felem_square(tmp, ftmp); felem_reduce(ftmp, tmp);
    -	}								/* 2^64 - 2^32 */
    -	felem_assign(e64, ftmp);
    -	felem_mul(tmp, ftmp, in); felem_reduce(ftmp, tmp);		/* 2^64 - 2^32 + 2^0 */
    -	for (i = 0; i < 192; i++) {
    -		felem_square(tmp, ftmp); felem_reduce(ftmp, tmp);
    -	}								/* 2^256 - 2^224 + 2^192 */
    -
    -	felem_mul(tmp, e64, e32); felem_reduce(ftmp2, tmp);		/* 2^64 - 2^0 */
    -	for (i = 0; i < 16; i++) {
    -		felem_square(tmp, ftmp2); felem_reduce(ftmp2, tmp);
    -	}								/* 2^80 - 2^16 */
    -	felem_mul(tmp, ftmp2, e16); felem_reduce(ftmp2, tmp);		/* 2^80 - 2^0 */
    -	for (i = 0; i < 8; i++) {
    -		felem_square(tmp, ftmp2); felem_reduce(ftmp2, tmp);
    -	}								/* 2^88 - 2^8 */
    -	felem_mul(tmp, ftmp2, e8); felem_reduce(ftmp2, tmp);		/* 2^88 - 2^0 */
    -	for (i = 0; i < 4; i++) {
    -		felem_square(tmp, ftmp2); felem_reduce(ftmp2, tmp);
    -	}								/* 2^92 - 2^4 */
    -	felem_mul(tmp, ftmp2, e4); felem_reduce(ftmp2, tmp);		/* 2^92 - 2^0 */
    -	felem_square(tmp, ftmp2); felem_reduce(ftmp2, tmp);		/* 2^93 - 2^1 */
    -	felem_square(tmp, ftmp2); felem_reduce(ftmp2, tmp);		/* 2^94 - 2^2 */
    -	felem_mul(tmp, ftmp2, e2); felem_reduce(ftmp2, tmp);		/* 2^94 - 2^0 */
    -	felem_square(tmp, ftmp2); felem_reduce(ftmp2, tmp);		/* 2^95 - 2^1 */
    -	felem_square(tmp, ftmp2); felem_reduce(ftmp2, tmp);		/* 2^96 - 2^2 */
    -	felem_mul(tmp, ftmp2, in); felem_reduce(ftmp2, tmp);		/* 2^96 - 3 */
    -
    -	felem_mul(tmp, ftmp2, ftmp); felem_reduce(out, tmp); /* 2^256 - 2^224 + 2^192 + 2^96 - 3 */
    -	}
    +{
    +    felem ftmp, ftmp2;
    +    /* each e_I will hold |in|^{2^I - 1} */
    +    felem e2, e4, e8, e16, e32, e64;
    +    longfelem tmp;
    +    unsigned i;
    +
    +    felem_square(tmp, in);
    +    felem_reduce(ftmp, tmp);    /* 2^1 */
    +    felem_mul(tmp, in, ftmp);
    +    felem_reduce(ftmp, tmp);    /* 2^2 - 2^0 */
    +    felem_assign(e2, ftmp);
    +    felem_square(tmp, ftmp);
    +    felem_reduce(ftmp, tmp);    /* 2^3 - 2^1 */
    +    felem_square(tmp, ftmp);
    +    felem_reduce(ftmp, tmp);    /* 2^4 - 2^2 */
    +    felem_mul(tmp, ftmp, e2);
    +    felem_reduce(ftmp, tmp);    /* 2^4 - 2^0 */
    +    felem_assign(e4, ftmp);
    +    felem_square(tmp, ftmp);
    +    felem_reduce(ftmp, tmp);    /* 2^5 - 2^1 */
    +    felem_square(tmp, ftmp);
    +    felem_reduce(ftmp, tmp);    /* 2^6 - 2^2 */
    +    felem_square(tmp, ftmp);
    +    felem_reduce(ftmp, tmp);    /* 2^7 - 2^3 */
    +    felem_square(tmp, ftmp);
    +    felem_reduce(ftmp, tmp);    /* 2^8 - 2^4 */
    +    felem_mul(tmp, ftmp, e4);
    +    felem_reduce(ftmp, tmp);    /* 2^8 - 2^0 */
    +    felem_assign(e8, ftmp);
    +    for (i = 0; i < 8; i++) {
    +        felem_square(tmp, ftmp);
    +        felem_reduce(ftmp, tmp);
    +    }                           /* 2^16 - 2^8 */
    +    felem_mul(tmp, ftmp, e8);
    +    felem_reduce(ftmp, tmp);    /* 2^16 - 2^0 */
    +    felem_assign(e16, ftmp);
    +    for (i = 0; i < 16; i++) {
    +        felem_square(tmp, ftmp);
    +        felem_reduce(ftmp, tmp);
    +    }                           /* 2^32 - 2^16 */
    +    felem_mul(tmp, ftmp, e16);
    +    felem_reduce(ftmp, tmp);    /* 2^32 - 2^0 */
    +    felem_assign(e32, ftmp);
    +    for (i = 0; i < 32; i++) {
    +        felem_square(tmp, ftmp);
    +        felem_reduce(ftmp, tmp);
    +    }                           /* 2^64 - 2^32 */
    +    felem_assign(e64, ftmp);
    +    felem_mul(tmp, ftmp, in);
    +    felem_reduce(ftmp, tmp);    /* 2^64 - 2^32 + 2^0 */
    +    for (i = 0; i < 192; i++) {
    +        felem_square(tmp, ftmp);
    +        felem_reduce(ftmp, tmp);
    +    }                           /* 2^256 - 2^224 + 2^192 */
    +
    +    felem_mul(tmp, e64, e32);
    +    felem_reduce(ftmp2, tmp);   /* 2^64 - 2^0 */
    +    for (i = 0; i < 16; i++) {
    +        felem_square(tmp, ftmp2);
    +        felem_reduce(ftmp2, tmp);
    +    }                           /* 2^80 - 2^16 */
    +    felem_mul(tmp, ftmp2, e16);
    +    felem_reduce(ftmp2, tmp);   /* 2^80 - 2^0 */
    +    for (i = 0; i < 8; i++) {
    +        felem_square(tmp, ftmp2);
    +        felem_reduce(ftmp2, tmp);
    +    }                           /* 2^88 - 2^8 */
    +    felem_mul(tmp, ftmp2, e8);
    +    felem_reduce(ftmp2, tmp);   /* 2^88 - 2^0 */
    +    for (i = 0; i < 4; i++) {
    +        felem_square(tmp, ftmp2);
    +        felem_reduce(ftmp2, tmp);
    +    }                           /* 2^92 - 2^4 */
    +    felem_mul(tmp, ftmp2, e4);
    +    felem_reduce(ftmp2, tmp);   /* 2^92 - 2^0 */
    +    felem_square(tmp, ftmp2);
    +    felem_reduce(ftmp2, tmp);   /* 2^93 - 2^1 */
    +    felem_square(tmp, ftmp2);
    +    felem_reduce(ftmp2, tmp);   /* 2^94 - 2^2 */
    +    felem_mul(tmp, ftmp2, e2);
    +    felem_reduce(ftmp2, tmp);   /* 2^94 - 2^0 */
    +    felem_square(tmp, ftmp2);
    +    felem_reduce(ftmp2, tmp);   /* 2^95 - 2^1 */
    +    felem_square(tmp, ftmp2);
    +    felem_reduce(ftmp2, tmp);   /* 2^96 - 2^2 */
    +    felem_mul(tmp, ftmp2, in);
    +    felem_reduce(ftmp2, tmp);   /* 2^96 - 3 */
    +
    +    felem_mul(tmp, ftmp2, ftmp);
    +    felem_reduce(out, tmp);     /* 2^256 - 2^224 + 2^192 + 2^96 - 3 */
    +}
     
     static void smallfelem_inv_contract(smallfelem out, const smallfelem in)
    -	{
    -	felem tmp;
    +{
    +    felem tmp;
     
    -	smallfelem_expand(tmp, in);
    -	felem_inv(tmp, tmp);
    -	felem_contract(out, tmp);
    -	}
    +    smallfelem_expand(tmp, in);
    +    felem_inv(tmp, tmp);
    +    felem_contract(out, tmp);
    +}
     
    -/* Group operations
    +/*-
    + * Group operations
      * ----------------
      *
      * Building on top of the field operations we have the operations on the
      * elliptic curve group itself. Points on the curve are represented in Jacobian
    - * coordinates */
    + * coordinates
    + */
     
    -/* point_double calculates 2*(x_in, y_in, z_in)
    +/*-
    + * point_double calculates 2*(x_in, y_in, z_in)
      *
      * The method is taken from:
      *   http://hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-3.html#doubling-dbl-2001-b
      *
      * Outputs can equal corresponding inputs, i.e., x_out == x_in is allowed.
    - * while x_out == y_in is not (maybe this works, but it's not tested). */
    + * while x_out == y_in is not (maybe this works, but it's not tested).
    + */
     static void
     point_double(felem x_out, felem y_out, felem z_out,
    -	     const felem x_in, const felem y_in, const felem z_in)
    -	{
    -	longfelem tmp, tmp2;
    -	felem delta, gamma, beta, alpha, ftmp, ftmp2;
    -	smallfelem small1, small2;
    -
    -	felem_assign(ftmp, x_in);
    -	/* ftmp[i] < 2^106 */
    -	felem_assign(ftmp2, x_in);
    -	/* ftmp2[i] < 2^106 */
    -
    -	/* delta = z^2 */
    -	felem_square(tmp, z_in);
    -	felem_reduce(delta, tmp);
    -	/* delta[i] < 2^101 */
    -
    -	/* gamma = y^2 */
    -	felem_square(tmp, y_in);
    -	felem_reduce(gamma, tmp);
    -	/* gamma[i] < 2^101 */
    -	felem_shrink(small1, gamma);
    -
    -	/* beta = x*gamma */
    -	felem_small_mul(tmp, small1, x_in);
    -	felem_reduce(beta, tmp);
    -	/* beta[i] < 2^101 */
    -
    -	/* alpha = 3*(x-delta)*(x+delta) */
    -	felem_diff(ftmp, delta);
    -	/* ftmp[i] < 2^105 + 2^106 < 2^107 */
    -	felem_sum(ftmp2, delta);
    -	/* ftmp2[i] < 2^105 + 2^106 < 2^107 */
    -	felem_scalar(ftmp2, 3);
    -	/* ftmp2[i] < 3 * 2^107 < 2^109 */
    -	felem_mul(tmp, ftmp, ftmp2);
    -	felem_reduce(alpha, tmp);
    -	/* alpha[i] < 2^101 */
    -	felem_shrink(small2, alpha);
    -
    -	/* x' = alpha^2 - 8*beta */
    -	smallfelem_square(tmp, small2);
    -	felem_reduce(x_out, tmp);
    -	felem_assign(ftmp, beta);
    -	felem_scalar(ftmp, 8);
    -	/* ftmp[i] < 8 * 2^101 = 2^104 */
    -	felem_diff(x_out, ftmp);
    -	/* x_out[i] < 2^105 + 2^101 < 2^106 */
    -
    -	/* z' = (y + z)^2 - gamma - delta */
    -	felem_sum(delta, gamma);
    -	/* delta[i] < 2^101 + 2^101 = 2^102 */
    -	felem_assign(ftmp, y_in);
    -	felem_sum(ftmp, z_in);
    -	/* ftmp[i] < 2^106 + 2^106 = 2^107 */
    -	felem_square(tmp, ftmp);
    -	felem_reduce(z_out, tmp);
    -	felem_diff(z_out, delta);
    -	/* z_out[i] < 2^105 + 2^101 < 2^106 */
    -
    -	/* y' = alpha*(4*beta - x') - 8*gamma^2 */
    -	felem_scalar(beta, 4);
    -	/* beta[i] < 4 * 2^101 = 2^103 */
    -	felem_diff_zero107(beta, x_out);
    -	/* beta[i] < 2^107 + 2^103 < 2^108 */
    -	felem_small_mul(tmp, small2, beta);
    -	/* tmp[i] < 7 * 2^64 < 2^67 */
    -	smallfelem_square(tmp2, small1);
    -	/* tmp2[i] < 7 * 2^64 */
    -	longfelem_scalar(tmp2, 8);
    -	/* tmp2[i] < 8 * 7 * 2^64 = 7 * 2^67 */
    -	longfelem_diff(tmp, tmp2);
    -	/* tmp[i] < 2^67 + 2^70 + 2^40 < 2^71 */
    -	felem_reduce_zero105(y_out, tmp);
    -	/* y_out[i] < 2^106 */
    -	}
    -
    -/* point_double_small is the same as point_double, except that it operates on
    - * smallfelems */
    +             const felem x_in, const felem y_in, const felem z_in)
    +{
    +    longfelem tmp, tmp2;
    +    felem delta, gamma, beta, alpha, ftmp, ftmp2;
    +    smallfelem small1, small2;
    +
    +    felem_assign(ftmp, x_in);
    +    /* ftmp[i] < 2^106 */
    +    felem_assign(ftmp2, x_in);
    +    /* ftmp2[i] < 2^106 */
    +
    +    /* delta = z^2 */
    +    felem_square(tmp, z_in);
    +    felem_reduce(delta, tmp);
    +    /* delta[i] < 2^101 */
    +
    +    /* gamma = y^2 */
    +    felem_square(tmp, y_in);
    +    felem_reduce(gamma, tmp);
    +    /* gamma[i] < 2^101 */
    +    felem_shrink(small1, gamma);
    +
    +    /* beta = x*gamma */
    +    felem_small_mul(tmp, small1, x_in);
    +    felem_reduce(beta, tmp);
    +    /* beta[i] < 2^101 */
    +
    +    /* alpha = 3*(x-delta)*(x+delta) */
    +    felem_diff(ftmp, delta);
    +    /* ftmp[i] < 2^105 + 2^106 < 2^107 */
    +    felem_sum(ftmp2, delta);
    +    /* ftmp2[i] < 2^105 + 2^106 < 2^107 */
    +    felem_scalar(ftmp2, 3);
    +    /* ftmp2[i] < 3 * 2^107 < 2^109 */
    +    felem_mul(tmp, ftmp, ftmp2);
    +    felem_reduce(alpha, tmp);
    +    /* alpha[i] < 2^101 */
    +    felem_shrink(small2, alpha);
    +
    +    /* x' = alpha^2 - 8*beta */
    +    smallfelem_square(tmp, small2);
    +    felem_reduce(x_out, tmp);
    +    felem_assign(ftmp, beta);
    +    felem_scalar(ftmp, 8);
    +    /* ftmp[i] < 8 * 2^101 = 2^104 */
    +    felem_diff(x_out, ftmp);
    +    /* x_out[i] < 2^105 + 2^101 < 2^106 */
    +
    +    /* z' = (y + z)^2 - gamma - delta */
    +    felem_sum(delta, gamma);
    +    /* delta[i] < 2^101 + 2^101 = 2^102 */
    +    felem_assign(ftmp, y_in);
    +    felem_sum(ftmp, z_in);
    +    /* ftmp[i] < 2^106 + 2^106 = 2^107 */
    +    felem_square(tmp, ftmp);
    +    felem_reduce(z_out, tmp);
    +    felem_diff(z_out, delta);
    +    /* z_out[i] < 2^105 + 2^101 < 2^106 */
    +
    +    /* y' = alpha*(4*beta - x') - 8*gamma^2 */
    +    felem_scalar(beta, 4);
    +    /* beta[i] < 4 * 2^101 = 2^103 */
    +    felem_diff_zero107(beta, x_out);
    +    /* beta[i] < 2^107 + 2^103 < 2^108 */
    +    felem_small_mul(tmp, small2, beta);
    +    /* tmp[i] < 7 * 2^64 < 2^67 */
    +    smallfelem_square(tmp2, small1);
    +    /* tmp2[i] < 7 * 2^64 */
    +    longfelem_scalar(tmp2, 8);
    +    /* tmp2[i] < 8 * 7 * 2^64 = 7 * 2^67 */
    +    longfelem_diff(tmp, tmp2);
    +    /* tmp[i] < 2^67 + 2^70 + 2^40 < 2^71 */
    +    felem_reduce_zero105(y_out, tmp);
    +    /* y_out[i] < 2^106 */
    +}
    +
    +/*
    + * point_double_small is the same as point_double, except that it operates on
    + * smallfelems
    + */
     static void
     point_double_small(smallfelem x_out, smallfelem y_out, smallfelem z_out,
    -		   const smallfelem x_in, const smallfelem y_in, const smallfelem z_in)
    -	{
    -	felem felem_x_out, felem_y_out, felem_z_out;
    -	felem felem_x_in, felem_y_in, felem_z_in;
    -
    -	smallfelem_expand(felem_x_in, x_in);
    -	smallfelem_expand(felem_y_in, y_in);
    -	smallfelem_expand(felem_z_in, z_in);
    -	point_double(felem_x_out, felem_y_out, felem_z_out,
    -		     felem_x_in, felem_y_in, felem_z_in);
    -	felem_shrink(x_out, felem_x_out);
    -	felem_shrink(y_out, felem_y_out);
    -	felem_shrink(z_out, felem_z_out);
    -	}
    +                   const smallfelem x_in, const smallfelem y_in,
    +                   const smallfelem z_in)
    +{
    +    felem felem_x_out, felem_y_out, felem_z_out;
    +    felem felem_x_in, felem_y_in, felem_z_in;
    +
    +    smallfelem_expand(felem_x_in, x_in);
    +    smallfelem_expand(felem_y_in, y_in);
    +    smallfelem_expand(felem_z_in, z_in);
    +    point_double(felem_x_out, felem_y_out, felem_z_out,
    +                 felem_x_in, felem_y_in, felem_z_in);
    +    felem_shrink(x_out, felem_x_out);
    +    felem_shrink(y_out, felem_y_out);
    +    felem_shrink(z_out, felem_z_out);
    +}
     
     /* copy_conditional copies in to out iff mask is all ones. */
    -static void
    -copy_conditional(felem out, const felem in, limb mask)
    -	{
    -	unsigned i;
    -	for (i = 0; i < NLIMBS; ++i)
    -		{
    -		const limb tmp = mask & (in[i] ^ out[i]);
    -		out[i] ^= tmp;
    -		}
    -	}
    +static void copy_conditional(felem out, const felem in, limb mask)
    +{
    +    unsigned i;
    +    for (i = 0; i < NLIMBS; ++i) {
    +        const limb tmp = mask & (in[i] ^ out[i]);
    +        out[i] ^= tmp;
    +    }
    +}
     
     /* copy_small_conditional copies in to out iff mask is all ones. */
    -static void
    -copy_small_conditional(felem out, const smallfelem in, limb mask)
    -	{
    -	unsigned i;
    -	const u64 mask64 = mask;
    -	for (i = 0; i < NLIMBS; ++i)
    -		{
    -		out[i] = ((limb) (in[i] & mask64)) | (out[i] & ~mask);
    -		}
    -	}
    -
    -/* point_add calcuates (x1, y1, z1) + (x2, y2, z2)
    +static void copy_small_conditional(felem out, const smallfelem in, limb mask)
    +{
    +    unsigned i;
    +    const u64 mask64 = mask;
    +    for (i = 0; i < NLIMBS; ++i) {
    +        out[i] = ((limb) (in[i] & mask64)) | (out[i] & ~mask);
    +    }
    +}
    +
    +/*-
    + * point_add calcuates (x1, y1, z1) + (x2, y2, z2)
      *
      * The method is taken from:
      *   http://hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-3.html#addition-add-2007-bl,
    @@ -1155,187 +1241,191 @@ copy_small_conditional(felem out, const smallfelem in, limb mask)
      * This function includes a branch for checking whether the two input points
      * are equal, (while not equal to the point at infinity). This case never
      * happens during single point multiplication, so there is no timing leak for
    - * ECDH or ECDSA signing. */
    + * ECDH or ECDSA signing.
    + */
     static void point_add(felem x3, felem y3, felem z3,
    -	const felem x1, const felem y1, const felem z1,
    -	const int mixed, const smallfelem x2, const smallfelem y2, const smallfelem z2)
    -	{
    -	felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out;
    -	longfelem tmp, tmp2;
    -	smallfelem small1, small2, small3, small4, small5;
    -	limb x_equal, y_equal, z1_is_zero, z2_is_zero;
    -
    -	felem_shrink(small3, z1);
    -
    -	z1_is_zero = smallfelem_is_zero(small3);
    -	z2_is_zero = smallfelem_is_zero(z2);
    -
    -	/* ftmp = z1z1 = z1**2 */
    -	smallfelem_square(tmp, small3);
    -	felem_reduce(ftmp, tmp);
    -	/* ftmp[i] < 2^101 */
    -	felem_shrink(small1, ftmp);
    -
    -	if(!mixed)
    -		{
    -		/* ftmp2 = z2z2 = z2**2 */
    -		smallfelem_square(tmp, z2);
    -		felem_reduce(ftmp2, tmp);
    -		/* ftmp2[i] < 2^101 */
    -		felem_shrink(small2, ftmp2);
    -
    -		felem_shrink(small5, x1);
    -
    -		/* u1 = ftmp3 = x1*z2z2 */
    -		smallfelem_mul(tmp, small5, small2);
    -		felem_reduce(ftmp3, tmp);
    -		/* ftmp3[i] < 2^101 */
    -
    -		/* ftmp5 = z1 + z2 */
    -		felem_assign(ftmp5, z1);
    -		felem_small_sum(ftmp5, z2);
    -		/* ftmp5[i] < 2^107 */
    -
    -		/* ftmp5 = (z1 + z2)**2 - (z1z1 + z2z2) = 2z1z2 */
    -		felem_square(tmp, ftmp5);
    -		felem_reduce(ftmp5, tmp);
    -		/* ftmp2 = z2z2 + z1z1 */
    -		felem_sum(ftmp2, ftmp);
    -		/* ftmp2[i] < 2^101 + 2^101 = 2^102 */
    -		felem_diff(ftmp5, ftmp2);
    -		/* ftmp5[i] < 2^105 + 2^101 < 2^106 */
    -
    -		/* ftmp2 = z2 * z2z2 */
    -		smallfelem_mul(tmp, small2, z2);
    -		felem_reduce(ftmp2, tmp);
    -
    -		/* s1 = ftmp2 = y1 * z2**3 */
    -		felem_mul(tmp, y1, ftmp2);
    -		felem_reduce(ftmp6, tmp);
    -		/* ftmp6[i] < 2^101 */
    -		}
    -	else
    -		{
    -		/* We'll assume z2 = 1 (special case z2 = 0 is handled later) */
    -
    -		/* u1 = ftmp3 = x1*z2z2 */
    -		felem_assign(ftmp3, x1);
    -		/* ftmp3[i] < 2^106 */
    -
    -		/* ftmp5 = 2z1z2 */
    -		felem_assign(ftmp5, z1);
    -		felem_scalar(ftmp5, 2);
    -		/* ftmp5[i] < 2*2^106 = 2^107 */
    -
    -		/* s1 = ftmp2 = y1 * z2**3 */
    -		felem_assign(ftmp6, y1);
    -		/* ftmp6[i] < 2^106 */
    -		}
    -
    -	/* u2 = x2*z1z1 */
    -	smallfelem_mul(tmp, x2, small1);
    -	felem_reduce(ftmp4, tmp);
    -
    -	/* h = ftmp4 = u2 - u1 */
    -	felem_diff_zero107(ftmp4, ftmp3);
    -	/* ftmp4[i] < 2^107 + 2^101 < 2^108 */
    -	felem_shrink(small4, ftmp4);
    -
    -	x_equal = smallfelem_is_zero(small4);
    -
    -	/* z_out = ftmp5 * h */
    -	felem_small_mul(tmp, small4, ftmp5);
    -	felem_reduce(z_out, tmp);
    -	/* z_out[i] < 2^101 */
    -
    -	/* ftmp = z1 * z1z1 */
    -	smallfelem_mul(tmp, small1, small3);
    -	felem_reduce(ftmp, tmp);
    -
    -	/* s2 = tmp = y2 * z1**3 */
    -	felem_small_mul(tmp, y2, ftmp);
    -	felem_reduce(ftmp5, tmp);
    -
    -	/* r = ftmp5 = (s2 - s1)*2 */
    -	felem_diff_zero107(ftmp5, ftmp6);
    -	/* ftmp5[i] < 2^107 + 2^107 = 2^108*/
    -	felem_scalar(ftmp5, 2);
    -	/* ftmp5[i] < 2^109 */
    -	felem_shrink(small1, ftmp5);
    -	y_equal = smallfelem_is_zero(small1);
    -
    -	if (x_equal && y_equal && !z1_is_zero && !z2_is_zero)
    -		{
    -		point_double(x3, y3, z3, x1, y1, z1);
    -		return;
    -		}
    -
    -	/* I = ftmp = (2h)**2 */
    -	felem_assign(ftmp, ftmp4);
    -	felem_scalar(ftmp, 2);
    -	/* ftmp[i] < 2*2^108 = 2^109 */
    -	felem_square(tmp, ftmp);
    -	felem_reduce(ftmp, tmp);
    -
    -	/* J = ftmp2 = h * I */
    -	felem_mul(tmp, ftmp4, ftmp);
    -	felem_reduce(ftmp2, tmp);
    -
    -	/* V = ftmp4 = U1 * I */
    -	felem_mul(tmp, ftmp3, ftmp);
    -	felem_reduce(ftmp4, tmp);
    -
    -	/* x_out = r**2 - J - 2V */
    -	smallfelem_square(tmp, small1);
    -	felem_reduce(x_out, tmp);
    -	felem_assign(ftmp3, ftmp4);
    -	felem_scalar(ftmp4, 2);
    -	felem_sum(ftmp4, ftmp2);
    -	/* ftmp4[i] < 2*2^101 + 2^101 < 2^103 */
    -	felem_diff(x_out, ftmp4);
    -	/* x_out[i] < 2^105 + 2^101 */
    -
    -	/* y_out = r(V-x_out) - 2 * s1 * J */
    -	felem_diff_zero107(ftmp3, x_out);
    -	/* ftmp3[i] < 2^107 + 2^101 < 2^108 */
    -	felem_small_mul(tmp, small1, ftmp3);
    -	felem_mul(tmp2, ftmp6, ftmp2);
    -	longfelem_scalar(tmp2, 2);
    -	/* tmp2[i] < 2*2^67 = 2^68 */
    -	longfelem_diff(tmp, tmp2);
    -	/* tmp[i] < 2^67 + 2^70 + 2^40 < 2^71 */
    -	felem_reduce_zero105(y_out, tmp);
    -	/* y_out[i] < 2^106 */
    -
    -	copy_small_conditional(x_out, x2, z1_is_zero);
    -	copy_conditional(x_out, x1, z2_is_zero);
    -	copy_small_conditional(y_out, y2, z1_is_zero);
    -	copy_conditional(y_out, y1, z2_is_zero);
    -	copy_small_conditional(z_out, z2, z1_is_zero);
    -	copy_conditional(z_out, z1, z2_is_zero);
    -	felem_assign(x3, x_out);
    -	felem_assign(y3, y_out);
    -	felem_assign(z3, z_out);
    -	}
    -
    -/* point_add_small is the same as point_add, except that it operates on
    - * smallfelems */
    +                      const felem x1, const felem y1, const felem z1,
    +                      const int mixed, const smallfelem x2,
    +                      const smallfelem y2, const smallfelem z2)
    +{
    +    felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out;
    +    longfelem tmp, tmp2;
    +    smallfelem small1, small2, small3, small4, small5;
    +    limb x_equal, y_equal, z1_is_zero, z2_is_zero;
    +
    +    felem_shrink(small3, z1);
    +
    +    z1_is_zero = smallfelem_is_zero(small3);
    +    z2_is_zero = smallfelem_is_zero(z2);
    +
    +    /* ftmp = z1z1 = z1**2 */
    +    smallfelem_square(tmp, small3);
    +    felem_reduce(ftmp, tmp);
    +    /* ftmp[i] < 2^101 */
    +    felem_shrink(small1, ftmp);
    +
    +    if (!mixed) {
    +        /* ftmp2 = z2z2 = z2**2 */
    +        smallfelem_square(tmp, z2);
    +        felem_reduce(ftmp2, tmp);
    +        /* ftmp2[i] < 2^101 */
    +        felem_shrink(small2, ftmp2);
    +
    +        felem_shrink(small5, x1);
    +
    +        /* u1 = ftmp3 = x1*z2z2 */
    +        smallfelem_mul(tmp, small5, small2);
    +        felem_reduce(ftmp3, tmp);
    +        /* ftmp3[i] < 2^101 */
    +
    +        /* ftmp5 = z1 + z2 */
    +        felem_assign(ftmp5, z1);
    +        felem_small_sum(ftmp5, z2);
    +        /* ftmp5[i] < 2^107 */
    +
    +        /* ftmp5 = (z1 + z2)**2 - (z1z1 + z2z2) = 2z1z2 */
    +        felem_square(tmp, ftmp5);
    +        felem_reduce(ftmp5, tmp);
    +        /* ftmp2 = z2z2 + z1z1 */
    +        felem_sum(ftmp2, ftmp);
    +        /* ftmp2[i] < 2^101 + 2^101 = 2^102 */
    +        felem_diff(ftmp5, ftmp2);
    +        /* ftmp5[i] < 2^105 + 2^101 < 2^106 */
    +
    +        /* ftmp2 = z2 * z2z2 */
    +        smallfelem_mul(tmp, small2, z2);
    +        felem_reduce(ftmp2, tmp);
    +
    +        /* s1 = ftmp2 = y1 * z2**3 */
    +        felem_mul(tmp, y1, ftmp2);
    +        felem_reduce(ftmp6, tmp);
    +        /* ftmp6[i] < 2^101 */
    +    } else {
    +        /*
    +         * We'll assume z2 = 1 (special case z2 = 0 is handled later)
    +         */
    +
    +        /* u1 = ftmp3 = x1*z2z2 */
    +        felem_assign(ftmp3, x1);
    +        /* ftmp3[i] < 2^106 */
    +
    +        /* ftmp5 = 2z1z2 */
    +        felem_assign(ftmp5, z1);
    +        felem_scalar(ftmp5, 2);
    +        /* ftmp5[i] < 2*2^106 = 2^107 */
    +
    +        /* s1 = ftmp2 = y1 * z2**3 */
    +        felem_assign(ftmp6, y1);
    +        /* ftmp6[i] < 2^106 */
    +    }
    +
    +    /* u2 = x2*z1z1 */
    +    smallfelem_mul(tmp, x2, small1);
    +    felem_reduce(ftmp4, tmp);
    +
    +    /* h = ftmp4 = u2 - u1 */
    +    felem_diff_zero107(ftmp4, ftmp3);
    +    /* ftmp4[i] < 2^107 + 2^101 < 2^108 */
    +    felem_shrink(small4, ftmp4);
    +
    +    x_equal = smallfelem_is_zero(small4);
    +
    +    /* z_out = ftmp5 * h */
    +    felem_small_mul(tmp, small4, ftmp5);
    +    felem_reduce(z_out, tmp);
    +    /* z_out[i] < 2^101 */
    +
    +    /* ftmp = z1 * z1z1 */
    +    smallfelem_mul(tmp, small1, small3);
    +    felem_reduce(ftmp, tmp);
    +
    +    /* s2 = tmp = y2 * z1**3 */
    +    felem_small_mul(tmp, y2, ftmp);
    +    felem_reduce(ftmp5, tmp);
    +
    +    /* r = ftmp5 = (s2 - s1)*2 */
    +    felem_diff_zero107(ftmp5, ftmp6);
    +    /* ftmp5[i] < 2^107 + 2^107 = 2^108 */
    +    felem_scalar(ftmp5, 2);
    +    /* ftmp5[i] < 2^109 */
    +    felem_shrink(small1, ftmp5);
    +    y_equal = smallfelem_is_zero(small1);
    +
    +    if (x_equal && y_equal && !z1_is_zero && !z2_is_zero) {
    +        point_double(x3, y3, z3, x1, y1, z1);
    +        return;
    +    }
    +
    +    /* I = ftmp = (2h)**2 */
    +    felem_assign(ftmp, ftmp4);
    +    felem_scalar(ftmp, 2);
    +    /* ftmp[i] < 2*2^108 = 2^109 */
    +    felem_square(tmp, ftmp);
    +    felem_reduce(ftmp, tmp);
    +
    +    /* J = ftmp2 = h * I */
    +    felem_mul(tmp, ftmp4, ftmp);
    +    felem_reduce(ftmp2, tmp);
    +
    +    /* V = ftmp4 = U1 * I */
    +    felem_mul(tmp, ftmp3, ftmp);
    +    felem_reduce(ftmp4, tmp);
    +
    +    /* x_out = r**2 - J - 2V */
    +    smallfelem_square(tmp, small1);
    +    felem_reduce(x_out, tmp);
    +    felem_assign(ftmp3, ftmp4);
    +    felem_scalar(ftmp4, 2);
    +    felem_sum(ftmp4, ftmp2);
    +    /* ftmp4[i] < 2*2^101 + 2^101 < 2^103 */
    +    felem_diff(x_out, ftmp4);
    +    /* x_out[i] < 2^105 + 2^101 */
    +
    +    /* y_out = r(V-x_out) - 2 * s1 * J */
    +    felem_diff_zero107(ftmp3, x_out);
    +    /* ftmp3[i] < 2^107 + 2^101 < 2^108 */
    +    felem_small_mul(tmp, small1, ftmp3);
    +    felem_mul(tmp2, ftmp6, ftmp2);
    +    longfelem_scalar(tmp2, 2);
    +    /* tmp2[i] < 2*2^67 = 2^68 */
    +    longfelem_diff(tmp, tmp2);
    +    /* tmp[i] < 2^67 + 2^70 + 2^40 < 2^71 */
    +    felem_reduce_zero105(y_out, tmp);
    +    /* y_out[i] < 2^106 */
    +
    +    copy_small_conditional(x_out, x2, z1_is_zero);
    +    copy_conditional(x_out, x1, z2_is_zero);
    +    copy_small_conditional(y_out, y2, z1_is_zero);
    +    copy_conditional(y_out, y1, z2_is_zero);
    +    copy_small_conditional(z_out, z2, z1_is_zero);
    +    copy_conditional(z_out, z1, z2_is_zero);
    +    felem_assign(x3, x_out);
    +    felem_assign(y3, y_out);
    +    felem_assign(z3, z_out);
    +}
    +
    +/*
    + * point_add_small is the same as point_add, except that it operates on
    + * smallfelems
    + */
     static void point_add_small(smallfelem x3, smallfelem y3, smallfelem z3,
    -			    smallfelem x1, smallfelem y1, smallfelem z1,
    -			    smallfelem x2, smallfelem y2, smallfelem z2)
    -	{
    -	felem felem_x3, felem_y3, felem_z3;
    -	felem felem_x1, felem_y1, felem_z1;
    -	smallfelem_expand(felem_x1, x1);
    -	smallfelem_expand(felem_y1, y1);
    -	smallfelem_expand(felem_z1, z1);
    -	point_add(felem_x3, felem_y3, felem_z3, felem_x1, felem_y1, felem_z1, 0, x2, y2, z2);
    -	felem_shrink(x3, felem_x3);
    -	felem_shrink(y3, felem_y3);
    -	felem_shrink(z3, felem_z3);
    -	}
    -
    -/* Base point pre computation
    +                            smallfelem x1, smallfelem y1, smallfelem z1,
    +                            smallfelem x2, smallfelem y2, smallfelem z2)
    +{
    +    felem felem_x3, felem_y3, felem_z3;
    +    felem felem_x1, felem_y1, felem_z1;
    +    smallfelem_expand(felem_x1, x1);
    +    smallfelem_expand(felem_y1, y1);
    +    smallfelem_expand(felem_z1, z1);
    +    point_add(felem_x3, felem_y3, felem_z3, felem_x1, felem_y1, felem_z1, 0,
    +              x2, y2, z2);
    +    felem_shrink(x3, felem_x3);
    +    felem_shrink(y3, felem_y3);
    +    felem_shrink(z3, felem_z3);
    +}
    +
    +/*-
    + * Base point pre computation
      * --------------------------
      *
      * Two different sorts of precomputed tables are used in the following code.
    @@ -1371,801 +1461,909 @@ static void point_add_small(smallfelem x3, smallfelem y3, smallfelem z3,
      * Tables for other points have table[i] = iG for i in 0 .. 16. */
     
     /* gmul is the table of precomputed base points */
    -static const smallfelem gmul[2][16][3] =
    -{{{{0, 0, 0, 0},
    -   {0, 0, 0, 0},
    -   {0, 0, 0, 0}},
    -  {{0xf4a13945d898c296, 0x77037d812deb33a0, 0xf8bce6e563a440f2, 0x6b17d1f2e12c4247},
    -   {0xcbb6406837bf51f5, 0x2bce33576b315ece, 0x8ee7eb4a7c0f9e16, 0x4fe342e2fe1a7f9b},
    -   {1, 0, 0, 0}},
    -  {{0x90e75cb48e14db63, 0x29493baaad651f7e, 0x8492592e326e25de, 0x0fa822bc2811aaa5},
    -   {0xe41124545f462ee7, 0x34b1a65050fe82f5, 0x6f4ad4bcb3df188b, 0xbff44ae8f5dba80d},
    -   {1, 0, 0, 0}},
    -  {{0x93391ce2097992af, 0xe96c98fd0d35f1fa, 0xb257c0de95e02789, 0x300a4bbc89d6726f},
    -   {0xaa54a291c08127a0, 0x5bb1eeada9d806a5, 0x7f1ddb25ff1e3c6f, 0x72aac7e0d09b4644},
    -   {1, 0, 0, 0}},
    -  {{0x57c84fc9d789bd85, 0xfc35ff7dc297eac3, 0xfb982fd588c6766e, 0x447d739beedb5e67},
    -   {0x0c7e33c972e25b32, 0x3d349b95a7fae500, 0xe12e9d953a4aaff7, 0x2d4825ab834131ee},
    -   {1, 0, 0, 0}},
    -  {{0x13949c932a1d367f, 0xef7fbd2b1a0a11b7, 0xddc6068bb91dfc60, 0xef9519328a9c72ff},
    -   {0x196035a77376d8a8, 0x23183b0895ca1740, 0xc1ee9807022c219c, 0x611e9fc37dbb2c9b},
    -   {1, 0, 0, 0}},
    -  {{0xcae2b1920b57f4bc, 0x2936df5ec6c9bc36, 0x7dea6482e11238bf, 0x550663797b51f5d8},
    -   {0x44ffe216348a964c, 0x9fb3d576dbdefbe1, 0x0afa40018d9d50e5, 0x157164848aecb851},
    -   {1, 0, 0, 0}},
    -  {{0xe48ecafffc5cde01, 0x7ccd84e70d715f26, 0xa2e8f483f43e4391, 0xeb5d7745b21141ea},
    -   {0xcac917e2731a3479, 0x85f22cfe2844b645, 0x0990e6a158006cee, 0xeafd72ebdbecc17b},
    -   {1, 0, 0, 0}},
    -  {{0x6cf20ffb313728be, 0x96439591a3c6b94a, 0x2736ff8344315fc5, 0xa6d39677a7849276},
    -   {0xf2bab833c357f5f4, 0x824a920c2284059b, 0x66b8babd2d27ecdf, 0x674f84749b0b8816},
    -   {1, 0, 0, 0}},
    -  {{0x2df48c04677c8a3e, 0x74e02f080203a56b, 0x31855f7db8c7fedb, 0x4e769e7672c9ddad},
    -   {0xa4c36165b824bbb0, 0xfb9ae16f3b9122a5, 0x1ec0057206947281, 0x42b99082de830663},
    -   {1, 0, 0, 0}},
    -  {{0x6ef95150dda868b9, 0xd1f89e799c0ce131, 0x7fdc1ca008a1c478, 0x78878ef61c6ce04d},
    -   {0x9c62b9121fe0d976, 0x6ace570ebde08d4f, 0xde53142c12309def, 0xb6cb3f5d7b72c321},
    -   {1, 0, 0, 0}},
    -  {{0x7f991ed2c31a3573, 0x5b82dd5bd54fb496, 0x595c5220812ffcae, 0x0c88bc4d716b1287},
    -   {0x3a57bf635f48aca8, 0x7c8181f4df2564f3, 0x18d1b5b39c04e6aa, 0xdd5ddea3f3901dc6},
    -   {1, 0, 0, 0}},
    -  {{0xe96a79fb3e72ad0c, 0x43a0a28c42ba792f, 0xefe0a423083e49f3, 0x68f344af6b317466},
    -   {0xcdfe17db3fb24d4a, 0x668bfc2271f5c626, 0x604ed93c24d67ff3, 0x31b9c405f8540a20},
    -   {1, 0, 0, 0}},
    -  {{0xd36b4789a2582e7f, 0x0d1a10144ec39c28, 0x663c62c3edbad7a0, 0x4052bf4b6f461db9},
    -   {0x235a27c3188d25eb, 0xe724f33999bfcc5b, 0x862be6bd71d70cc8, 0xfecf4d5190b0fc61},
    -   {1, 0, 0, 0}},
    -  {{0x74346c10a1d4cfac, 0xafdf5cc08526a7a4, 0x123202a8f62bff7a, 0x1eddbae2c802e41a},
    -   {0x8fa0af2dd603f844, 0x36e06b7e4c701917, 0x0c45f45273db33a0, 0x43104d86560ebcfc},
    -   {1, 0, 0, 0}},
    -  {{0x9615b5110d1d78e5, 0x66b0de3225c4744b, 0x0a4a46fb6aaf363a, 0xb48e26b484f7a21c},
    -   {0x06ebb0f621a01b2d, 0xc004e4048b7b0f98, 0x64131bcdfed6f668, 0xfac015404d4d3dab},
    -   {1, 0, 0, 0}}},
    - {{{0, 0, 0, 0},
    -   {0, 0, 0, 0},
    -   {0, 0, 0, 0}},
    -  {{0x3a5a9e22185a5943, 0x1ab919365c65dfb6, 0x21656b32262c71da, 0x7fe36b40af22af89},
    -   {0xd50d152c699ca101, 0x74b3d5867b8af212, 0x9f09f40407dca6f1, 0xe697d45825b63624},
    -   {1, 0, 0, 0}},
    -  {{0xa84aa9397512218e, 0xe9a521b074ca0141, 0x57880b3a18a2e902, 0x4a5b506612a677a6},
    -   {0x0beada7a4c4f3840, 0x626db15419e26d9d, 0xc42604fbe1627d40, 0xeb13461ceac089f1},
    -   {1, 0, 0, 0}},
    -  {{0xf9faed0927a43281, 0x5e52c4144103ecbc, 0xc342967aa815c857, 0x0781b8291c6a220a},
    -   {0x5a8343ceeac55f80, 0x88f80eeee54a05e3, 0x97b2a14f12916434, 0x690cde8df0151593},
    -   {1, 0, 0, 0}},
    -  {{0xaee9c75df7f82f2a, 0x9e4c35874afdf43a, 0xf5622df437371326, 0x8a535f566ec73617},
    -   {0xc5f9a0ac223094b7, 0xcde533864c8c7669, 0x37e02819085a92bf, 0x0455c08468b08bd7},
    -   {1, 0, 0, 0}},
    -  {{0x0c0a6e2c9477b5d9, 0xf9a4bf62876dc444, 0x5050a949b6cdc279, 0x06bada7ab77f8276},
    -   {0xc8b4aed1ea48dac9, 0xdebd8a4b7ea1070f, 0x427d49101366eb70, 0x5b476dfd0e6cb18a},
    -   {1, 0, 0, 0}},
    -  {{0x7c5c3e44278c340a, 0x4d54606812d66f3b, 0x29a751b1ae23c5d8, 0x3e29864e8a2ec908},
    -   {0x142d2a6626dbb850, 0xad1744c4765bd780, 0x1f150e68e322d1ed, 0x239b90ea3dc31e7e},
    -   {1, 0, 0, 0}},
    -  {{0x78c416527a53322a, 0x305dde6709776f8e, 0xdbcab759f8862ed4, 0x820f4dd949f72ff7},
    -   {0x6cc544a62b5debd4, 0x75be5d937b4e8cc4, 0x1b481b1b215c14d3, 0x140406ec783a05ec},
    -   {1, 0, 0, 0}},
    -  {{0x6a703f10e895df07, 0xfd75f3fa01876bd8, 0xeb5b06e70ce08ffe, 0x68f6b8542783dfee},
    -   {0x90c76f8a78712655, 0xcf5293d2f310bf7f, 0xfbc8044dfda45028, 0xcbe1feba92e40ce6},
    -   {1, 0, 0, 0}},
    -  {{0xe998ceea4396e4c1, 0xfc82ef0b6acea274, 0x230f729f2250e927, 0xd0b2f94d2f420109},
    -   {0x4305adddb38d4966, 0x10b838f8624c3b45, 0x7db2636658954e7a, 0x971459828b0719e5},
    -   {1, 0, 0, 0}},
    -  {{0x4bd6b72623369fc9, 0x57f2929e53d0b876, 0xc2d5cba4f2340687, 0x961610004a866aba},
    -   {0x49997bcd2e407a5e, 0x69ab197d92ddcb24, 0x2cf1f2438fe5131c, 0x7acb9fadcee75e44},
    -   {1, 0, 0, 0}},
    -  {{0x254e839423d2d4c0, 0xf57f0c917aea685b, 0xa60d880f6f75aaea, 0x24eb9acca333bf5b},
    -   {0xe3de4ccb1cda5dea, 0xfeef9341c51a6b4f, 0x743125f88bac4c4d, 0x69f891c5acd079cc},
    -   {1, 0, 0, 0}},
    -  {{0xeee44b35702476b5, 0x7ed031a0e45c2258, 0xb422d1e7bd6f8514, 0xe51f547c5972a107},
    -   {0xa25bcd6fc9cf343d, 0x8ca922ee097c184e, 0xa62f98b3a9fe9a06, 0x1c309a2b25bb1387},
    -   {1, 0, 0, 0}},
    -  {{0x9295dbeb1967c459, 0xb00148833472c98e, 0xc504977708011828, 0x20b87b8aa2c4e503},
    -   {0x3063175de057c277, 0x1bd539338fe582dd, 0x0d11adef5f69a044, 0xf5c6fa49919776be},
    -   {1, 0, 0, 0}},
    -  {{0x8c944e760fd59e11, 0x3876cba1102fad5f, 0xa454c3fad83faa56, 0x1ed7d1b9332010b9},
    -   {0xa1011a270024b889, 0x05e4d0dcac0cd344, 0x52b520f0eb6a2a24, 0x3a2b03f03217257a},
    -   {1, 0, 0, 0}},
    -  {{0xf20fc2afdf1d043d, 0xf330240db58d5a62, 0xfc7d229ca0058c3b, 0x15fee545c78dd9f6},
    -   {0x501e82885bc98cda, 0x41ef80e5d046ac04, 0x557d9f49461210fb, 0x4ab5b6b2b8753f81},
    -   {1, 0, 0, 0}}}};
    -
    -/* select_point selects the |idx|th point from a precomputation table and
    - * copies it to out. */
    -static void select_point(const u64 idx, unsigned int size, const smallfelem pre_comp[16][3], smallfelem out[3])
    -	{
    -	unsigned i, j;
    -	u64 *outlimbs = &out[0][0];
    -	memset(outlimbs, 0, 3 * sizeof(smallfelem));
    -
    -	for (i = 0; i < size; i++)
    -		{
    -		const u64 *inlimbs = (u64*) &pre_comp[i][0][0];
    -		u64 mask = i ^ idx;
    -		mask |= mask >> 4;
    -		mask |= mask >> 2;
    -		mask |= mask >> 1;
    -		mask &= 1;
    -		mask--;
    -		for (j = 0; j < NLIMBS * 3; j++)
    -			outlimbs[j] |= inlimbs[j] & mask;
    -		}
    -	}
    +static const smallfelem gmul[2][16][3] = {
    +    {{{0, 0, 0, 0},
    +      {0, 0, 0, 0},
    +      {0, 0, 0, 0}},
    +     {{0xf4a13945d898c296, 0x77037d812deb33a0, 0xf8bce6e563a440f2,
    +       0x6b17d1f2e12c4247},
    +      {0xcbb6406837bf51f5, 0x2bce33576b315ece, 0x8ee7eb4a7c0f9e16,
    +       0x4fe342e2fe1a7f9b},
    +      {1, 0, 0, 0}},
    +     {{0x90e75cb48e14db63, 0x29493baaad651f7e, 0x8492592e326e25de,
    +       0x0fa822bc2811aaa5},
    +      {0xe41124545f462ee7, 0x34b1a65050fe82f5, 0x6f4ad4bcb3df188b,
    +       0xbff44ae8f5dba80d},
    +      {1, 0, 0, 0}},
    +     {{0x93391ce2097992af, 0xe96c98fd0d35f1fa, 0xb257c0de95e02789,
    +       0x300a4bbc89d6726f},
    +      {0xaa54a291c08127a0, 0x5bb1eeada9d806a5, 0x7f1ddb25ff1e3c6f,
    +       0x72aac7e0d09b4644},
    +      {1, 0, 0, 0}},
    +     {{0x57c84fc9d789bd85, 0xfc35ff7dc297eac3, 0xfb982fd588c6766e,
    +       0x447d739beedb5e67},
    +      {0x0c7e33c972e25b32, 0x3d349b95a7fae500, 0xe12e9d953a4aaff7,
    +       0x2d4825ab834131ee},
    +      {1, 0, 0, 0}},
    +     {{0x13949c932a1d367f, 0xef7fbd2b1a0a11b7, 0xddc6068bb91dfc60,
    +       0xef9519328a9c72ff},
    +      {0x196035a77376d8a8, 0x23183b0895ca1740, 0xc1ee9807022c219c,
    +       0x611e9fc37dbb2c9b},
    +      {1, 0, 0, 0}},
    +     {{0xcae2b1920b57f4bc, 0x2936df5ec6c9bc36, 0x7dea6482e11238bf,
    +       0x550663797b51f5d8},
    +      {0x44ffe216348a964c, 0x9fb3d576dbdefbe1, 0x0afa40018d9d50e5,
    +       0x157164848aecb851},
    +      {1, 0, 0, 0}},
    +     {{0xe48ecafffc5cde01, 0x7ccd84e70d715f26, 0xa2e8f483f43e4391,
    +       0xeb5d7745b21141ea},
    +      {0xcac917e2731a3479, 0x85f22cfe2844b645, 0x0990e6a158006cee,
    +       0xeafd72ebdbecc17b},
    +      {1, 0, 0, 0}},
    +     {{0x6cf20ffb313728be, 0x96439591a3c6b94a, 0x2736ff8344315fc5,
    +       0xa6d39677a7849276},
    +      {0xf2bab833c357f5f4, 0x824a920c2284059b, 0x66b8babd2d27ecdf,
    +       0x674f84749b0b8816},
    +      {1, 0, 0, 0}},
    +     {{0x2df48c04677c8a3e, 0x74e02f080203a56b, 0x31855f7db8c7fedb,
    +       0x4e769e7672c9ddad},
    +      {0xa4c36165b824bbb0, 0xfb9ae16f3b9122a5, 0x1ec0057206947281,
    +       0x42b99082de830663},
    +      {1, 0, 0, 0}},
    +     {{0x6ef95150dda868b9, 0xd1f89e799c0ce131, 0x7fdc1ca008a1c478,
    +       0x78878ef61c6ce04d},
    +      {0x9c62b9121fe0d976, 0x6ace570ebde08d4f, 0xde53142c12309def,
    +       0xb6cb3f5d7b72c321},
    +      {1, 0, 0, 0}},
    +     {{0x7f991ed2c31a3573, 0x5b82dd5bd54fb496, 0x595c5220812ffcae,
    +       0x0c88bc4d716b1287},
    +      {0x3a57bf635f48aca8, 0x7c8181f4df2564f3, 0x18d1b5b39c04e6aa,
    +       0xdd5ddea3f3901dc6},
    +      {1, 0, 0, 0}},
    +     {{0xe96a79fb3e72ad0c, 0x43a0a28c42ba792f, 0xefe0a423083e49f3,
    +       0x68f344af6b317466},
    +      {0xcdfe17db3fb24d4a, 0x668bfc2271f5c626, 0x604ed93c24d67ff3,
    +       0x31b9c405f8540a20},
    +      {1, 0, 0, 0}},
    +     {{0xd36b4789a2582e7f, 0x0d1a10144ec39c28, 0x663c62c3edbad7a0,
    +       0x4052bf4b6f461db9},
    +      {0x235a27c3188d25eb, 0xe724f33999bfcc5b, 0x862be6bd71d70cc8,
    +       0xfecf4d5190b0fc61},
    +      {1, 0, 0, 0}},
    +     {{0x74346c10a1d4cfac, 0xafdf5cc08526a7a4, 0x123202a8f62bff7a,
    +       0x1eddbae2c802e41a},
    +      {0x8fa0af2dd603f844, 0x36e06b7e4c701917, 0x0c45f45273db33a0,
    +       0x43104d86560ebcfc},
    +      {1, 0, 0, 0}},
    +     {{0x9615b5110d1d78e5, 0x66b0de3225c4744b, 0x0a4a46fb6aaf363a,
    +       0xb48e26b484f7a21c},
    +      {0x06ebb0f621a01b2d, 0xc004e4048b7b0f98, 0x64131bcdfed6f668,
    +       0xfac015404d4d3dab},
    +      {1, 0, 0, 0}}},
    +    {{{0, 0, 0, 0},
    +      {0, 0, 0, 0},
    +      {0, 0, 0, 0}},
    +     {{0x3a5a9e22185a5943, 0x1ab919365c65dfb6, 0x21656b32262c71da,
    +       0x7fe36b40af22af89},
    +      {0xd50d152c699ca101, 0x74b3d5867b8af212, 0x9f09f40407dca6f1,
    +       0xe697d45825b63624},
    +      {1, 0, 0, 0}},
    +     {{0xa84aa9397512218e, 0xe9a521b074ca0141, 0x57880b3a18a2e902,
    +       0x4a5b506612a677a6},
    +      {0x0beada7a4c4f3840, 0x626db15419e26d9d, 0xc42604fbe1627d40,
    +       0xeb13461ceac089f1},
    +      {1, 0, 0, 0}},
    +     {{0xf9faed0927a43281, 0x5e52c4144103ecbc, 0xc342967aa815c857,
    +       0x0781b8291c6a220a},
    +      {0x5a8343ceeac55f80, 0x88f80eeee54a05e3, 0x97b2a14f12916434,
    +       0x690cde8df0151593},
    +      {1, 0, 0, 0}},
    +     {{0xaee9c75df7f82f2a, 0x9e4c35874afdf43a, 0xf5622df437371326,
    +       0x8a535f566ec73617},
    +      {0xc5f9a0ac223094b7, 0xcde533864c8c7669, 0x37e02819085a92bf,
    +       0x0455c08468b08bd7},
    +      {1, 0, 0, 0}},
    +     {{0x0c0a6e2c9477b5d9, 0xf9a4bf62876dc444, 0x5050a949b6cdc279,
    +       0x06bada7ab77f8276},
    +      {0xc8b4aed1ea48dac9, 0xdebd8a4b7ea1070f, 0x427d49101366eb70,
    +       0x5b476dfd0e6cb18a},
    +      {1, 0, 0, 0}},
    +     {{0x7c5c3e44278c340a, 0x4d54606812d66f3b, 0x29a751b1ae23c5d8,
    +       0x3e29864e8a2ec908},
    +      {0x142d2a6626dbb850, 0xad1744c4765bd780, 0x1f150e68e322d1ed,
    +       0x239b90ea3dc31e7e},
    +      {1, 0, 0, 0}},
    +     {{0x78c416527a53322a, 0x305dde6709776f8e, 0xdbcab759f8862ed4,
    +       0x820f4dd949f72ff7},
    +      {0x6cc544a62b5debd4, 0x75be5d937b4e8cc4, 0x1b481b1b215c14d3,
    +       0x140406ec783a05ec},
    +      {1, 0, 0, 0}},
    +     {{0x6a703f10e895df07, 0xfd75f3fa01876bd8, 0xeb5b06e70ce08ffe,
    +       0x68f6b8542783dfee},
    +      {0x90c76f8a78712655, 0xcf5293d2f310bf7f, 0xfbc8044dfda45028,
    +       0xcbe1feba92e40ce6},
    +      {1, 0, 0, 0}},
    +     {{0xe998ceea4396e4c1, 0xfc82ef0b6acea274, 0x230f729f2250e927,
    +       0xd0b2f94d2f420109},
    +      {0x4305adddb38d4966, 0x10b838f8624c3b45, 0x7db2636658954e7a,
    +       0x971459828b0719e5},
    +      {1, 0, 0, 0}},
    +     {{0x4bd6b72623369fc9, 0x57f2929e53d0b876, 0xc2d5cba4f2340687,
    +       0x961610004a866aba},
    +      {0x49997bcd2e407a5e, 0x69ab197d92ddcb24, 0x2cf1f2438fe5131c,
    +       0x7acb9fadcee75e44},
    +      {1, 0, 0, 0}},
    +     {{0x254e839423d2d4c0, 0xf57f0c917aea685b, 0xa60d880f6f75aaea,
    +       0x24eb9acca333bf5b},
    +      {0xe3de4ccb1cda5dea, 0xfeef9341c51a6b4f, 0x743125f88bac4c4d,
    +       0x69f891c5acd079cc},
    +      {1, 0, 0, 0}},
    +     {{0xeee44b35702476b5, 0x7ed031a0e45c2258, 0xb422d1e7bd6f8514,
    +       0xe51f547c5972a107},
    +      {0xa25bcd6fc9cf343d, 0x8ca922ee097c184e, 0xa62f98b3a9fe9a06,
    +       0x1c309a2b25bb1387},
    +      {1, 0, 0, 0}},
    +     {{0x9295dbeb1967c459, 0xb00148833472c98e, 0xc504977708011828,
    +       0x20b87b8aa2c4e503},
    +      {0x3063175de057c277, 0x1bd539338fe582dd, 0x0d11adef5f69a044,
    +       0xf5c6fa49919776be},
    +      {1, 0, 0, 0}},
    +     {{0x8c944e760fd59e11, 0x3876cba1102fad5f, 0xa454c3fad83faa56,
    +       0x1ed7d1b9332010b9},
    +      {0xa1011a270024b889, 0x05e4d0dcac0cd344, 0x52b520f0eb6a2a24,
    +       0x3a2b03f03217257a},
    +      {1, 0, 0, 0}},
    +     {{0xf20fc2afdf1d043d, 0xf330240db58d5a62, 0xfc7d229ca0058c3b,
    +       0x15fee545c78dd9f6},
    +      {0x501e82885bc98cda, 0x41ef80e5d046ac04, 0x557d9f49461210fb,
    +       0x4ab5b6b2b8753f81},
    +      {1, 0, 0, 0}}}
    +};
    +
    +/*
    + * select_point selects the |idx|th point from a precomputation table and
    + * copies it to out.
    + */
    +static void select_point(const u64 idx, unsigned int size,
    +                         const smallfelem pre_comp[16][3], smallfelem out[3])
    +{
    +    unsigned i, j;
    +    u64 *outlimbs = &out[0][0];
    +    memset(outlimbs, 0, 3 * sizeof(smallfelem));
    +
    +    for (i = 0; i < size; i++) {
    +        const u64 *inlimbs = (u64 *)&pre_comp[i][0][0];
    +        u64 mask = i ^ idx;
    +        mask |= mask >> 4;
    +        mask |= mask >> 2;
    +        mask |= mask >> 1;
    +        mask &= 1;
    +        mask--;
    +        for (j = 0; j < NLIMBS * 3; j++)
    +            outlimbs[j] |= inlimbs[j] & mask;
    +    }
    +}
     
     /* get_bit returns the |i|th bit in |in| */
     static char get_bit(const felem_bytearray in, int i)
    -	{
    -	if ((i < 0) || (i >= 256))
    -		return 0;
    -	return (in[i >> 3] >> (i & 7)) & 1;
    -	}
    -
    -/* Interleaved point multiplication using precomputed point multiples:
    - * The small point multiples 0*P, 1*P, ..., 17*P are in pre_comp[],
    - * the scalars in scalars[]. If g_scalar is non-NULL, we also add this multiple
    - * of the generator, using certain (large) precomputed multiples in g_pre_comp.
    - * Output point (X, Y, Z) is stored in x_out, y_out, z_out */
    +{
    +    if ((i < 0) || (i >= 256))
    +        return 0;
    +    return (in[i >> 3] >> (i & 7)) & 1;
    +}
    +
    +/*
    + * Interleaved point multiplication using precomputed point multiples: The
    + * small point multiples 0*P, 1*P, ..., 17*P are in pre_comp[], the scalars
    + * in scalars[]. If g_scalar is non-NULL, we also add this multiple of the
    + * generator, using certain (large) precomputed multiples in g_pre_comp.
    + * Output point (X, Y, Z) is stored in x_out, y_out, z_out
    + */
     static void batch_mul(felem x_out, felem y_out, felem z_out,
    -	const felem_bytearray scalars[], const unsigned num_points, const u8 *g_scalar,
    -	const int mixed, const smallfelem pre_comp[][17][3], const smallfelem g_pre_comp[2][16][3])
    -	{
    -	int i, skip;
    -	unsigned num, gen_mul = (g_scalar != NULL);
    -	felem nq[3], ftmp;
    -	smallfelem tmp[3];
    -	u64 bits;
    -	u8 sign, digit;
    -
    -	/* set nq to the point at infinity */
    -	memset(nq, 0, 3 * sizeof(felem));
    -
    -	/* Loop over all scalars msb-to-lsb, interleaving additions
    -	 * of multiples of the generator (two in each of the last 32 rounds)
    -	 * and additions of other points multiples (every 5th round).
    -	 */
    -	skip = 1; /* save two point operations in the first round */
    -	for (i = (num_points ? 255 : 31); i >= 0; --i)
    -		{
    -		/* double */
    -		if (!skip)
    -			point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2]);
    -
    -		/* add multiples of the generator */
    -		if (gen_mul && (i <= 31))
    -			{
    -			/* first, look 32 bits upwards */
    -			bits = get_bit(g_scalar, i + 224) << 3;
    -			bits |= get_bit(g_scalar, i + 160) << 2;
    -			bits |= get_bit(g_scalar, i + 96) << 1;
    -			bits |= get_bit(g_scalar, i + 32);
    -			/* select the point to add, in constant time */
    -			select_point(bits, 16, g_pre_comp[1], tmp);
    -
    -			if (!skip)
    -				{
    -				point_add(nq[0], nq[1], nq[2],
    -					nq[0], nq[1], nq[2],
    -					1 /* mixed */, tmp[0], tmp[1], tmp[2]);
    -				}
    -			else
    -				{
    -				smallfelem_expand(nq[0], tmp[0]);
    -				smallfelem_expand(nq[1], tmp[1]);
    -				smallfelem_expand(nq[2], tmp[2]);
    -				skip = 0;
    -				}
    -
    -			/* second, look at the current position */
    -			bits = get_bit(g_scalar, i + 192) << 3;
    -			bits |= get_bit(g_scalar, i + 128) << 2;
    -			bits |= get_bit(g_scalar, i + 64) << 1;
    -			bits |= get_bit(g_scalar, i);
    -			/* select the point to add, in constant time */
    -			select_point(bits, 16, g_pre_comp[0], tmp);
    -			point_add(nq[0], nq[1], nq[2],
    -				nq[0], nq[1], nq[2],
    -				1 /* mixed */, tmp[0], tmp[1], tmp[2]);
    -			}
    -
    -		/* do other additions every 5 doublings */
    -		if (num_points && (i % 5 == 0))
    -			{
    -			/* loop over all scalars */
    -			for (num = 0; num < num_points; ++num)
    -				{
    -				bits = get_bit(scalars[num], i + 4) << 5;
    -				bits |= get_bit(scalars[num], i + 3) << 4;
    -				bits |= get_bit(scalars[num], i + 2) << 3;
    -				bits |= get_bit(scalars[num], i + 1) << 2;
    -				bits |= get_bit(scalars[num], i) << 1;
    -				bits |= get_bit(scalars[num], i - 1);
    -				ec_GFp_nistp_recode_scalar_bits(&sign, &digit, bits);
    -
    -				/* select the point to add or subtract, in constant time */
    -				select_point(digit, 17, pre_comp[num], tmp);
    -				smallfelem_neg(ftmp, tmp[1]); /* (X, -Y, Z) is the negative point */
    -				copy_small_conditional(ftmp, tmp[1], (((limb) sign) - 1));
    -				felem_contract(tmp[1], ftmp);
    -
    -				if (!skip)
    -					{
    -					point_add(nq[0], nq[1], nq[2],
    -						nq[0], nq[1], nq[2],
    -						mixed, tmp[0], tmp[1], tmp[2]);
    -					}
    -				else
    -					{
    -					smallfelem_expand(nq[0], tmp[0]);
    -					smallfelem_expand(nq[1], tmp[1]);
    -					smallfelem_expand(nq[2], tmp[2]);
    -					skip = 0;
    -					}
    -				}
    -			}
    -		}
    -	felem_assign(x_out, nq[0]);
    -	felem_assign(y_out, nq[1]);
    -	felem_assign(z_out, nq[2]);
    -	}
    +                      const felem_bytearray scalars[],
    +                      const unsigned num_points, const u8 *g_scalar,
    +                      const int mixed, const smallfelem pre_comp[][17][3],
    +                      const smallfelem g_pre_comp[2][16][3])
    +{
    +    int i, skip;
    +    unsigned num, gen_mul = (g_scalar != NULL);
    +    felem nq[3], ftmp;
    +    smallfelem tmp[3];
    +    u64 bits;
    +    u8 sign, digit;
    +
    +    /* set nq to the point at infinity */
    +    memset(nq, 0, 3 * sizeof(felem));
    +
    +    /*
    +     * Loop over all scalars msb-to-lsb, interleaving additions of multiples
    +     * of the generator (two in each of the last 32 rounds) and additions of
    +     * other points multiples (every 5th round).
    +     */
    +    skip = 1;                   /* save two point operations in the first
    +                                 * round */
    +    for (i = (num_points ? 255 : 31); i >= 0; --i) {
    +        /* double */
    +        if (!skip)
    +            point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2]);
    +
    +        /* add multiples of the generator */
    +        if (gen_mul && (i <= 31)) {
    +            /* first, look 32 bits upwards */
    +            bits = get_bit(g_scalar, i + 224) << 3;
    +            bits |= get_bit(g_scalar, i + 160) << 2;
    +            bits |= get_bit(g_scalar, i + 96) << 1;
    +            bits |= get_bit(g_scalar, i + 32);
    +            /* select the point to add, in constant time */
    +            select_point(bits, 16, g_pre_comp[1], tmp);
    +
    +            if (!skip) {
    +                /* Arg 1 below is for "mixed" */
    +                point_add(nq[0], nq[1], nq[2],
    +                          nq[0], nq[1], nq[2], 1, tmp[0], tmp[1], tmp[2]);
    +            } else {
    +                smallfelem_expand(nq[0], tmp[0]);
    +                smallfelem_expand(nq[1], tmp[1]);
    +                smallfelem_expand(nq[2], tmp[2]);
    +                skip = 0;
    +            }
    +
    +            /* second, look at the current position */
    +            bits = get_bit(g_scalar, i + 192) << 3;
    +            bits |= get_bit(g_scalar, i + 128) << 2;
    +            bits |= get_bit(g_scalar, i + 64) << 1;
    +            bits |= get_bit(g_scalar, i);
    +            /* select the point to add, in constant time */
    +            select_point(bits, 16, g_pre_comp[0], tmp);
    +            /* Arg 1 below is for "mixed" */
    +            point_add(nq[0], nq[1], nq[2],
    +                      nq[0], nq[1], nq[2], 1, tmp[0], tmp[1], tmp[2]);
    +        }
    +
    +        /* do other additions every 5 doublings */
    +        if (num_points && (i % 5 == 0)) {
    +            /* loop over all scalars */
    +            for (num = 0; num < num_points; ++num) {
    +                bits = get_bit(scalars[num], i + 4) << 5;
    +                bits |= get_bit(scalars[num], i + 3) << 4;
    +                bits |= get_bit(scalars[num], i + 2) << 3;
    +                bits |= get_bit(scalars[num], i + 1) << 2;
    +                bits |= get_bit(scalars[num], i) << 1;
    +                bits |= get_bit(scalars[num], i - 1);
    +                ec_GFp_nistp_recode_scalar_bits(&sign, &digit, bits);
    +
    +                /*
    +                 * select the point to add or subtract, in constant time
    +                 */
    +                select_point(digit, 17, pre_comp[num], tmp);
    +                smallfelem_neg(ftmp, tmp[1]); /* (X, -Y, Z) is the negative
    +                                               * point */
    +                copy_small_conditional(ftmp, tmp[1], (((limb) sign) - 1));
    +                felem_contract(tmp[1], ftmp);
    +
    +                if (!skip) {
    +                    point_add(nq[0], nq[1], nq[2],
    +                              nq[0], nq[1], nq[2],
    +                              mixed, tmp[0], tmp[1], tmp[2]);
    +                } else {
    +                    smallfelem_expand(nq[0], tmp[0]);
    +                    smallfelem_expand(nq[1], tmp[1]);
    +                    smallfelem_expand(nq[2], tmp[2]);
    +                    skip = 0;
    +                }
    +            }
    +        }
    +    }
    +    felem_assign(x_out, nq[0]);
    +    felem_assign(y_out, nq[1]);
    +    felem_assign(z_out, nq[2]);
    +}
     
     /* Precomputation for the group generator. */
     typedef struct {
    -	smallfelem g_pre_comp[2][16][3];
    -	int references;
    +    smallfelem g_pre_comp[2][16][3];
    +    int references;
     } NISTP256_PRE_COMP;
     
     const EC_METHOD *EC_GFp_nistp256_method(void)
    -	{
    -	static const EC_METHOD ret = {
    -		EC_FLAGS_DEFAULT_OCT,
    -		NID_X9_62_prime_field,
    -		ec_GFp_nistp256_group_init,
    -		ec_GFp_simple_group_finish,
    -		ec_GFp_simple_group_clear_finish,
    -		ec_GFp_nist_group_copy,
    -		ec_GFp_nistp256_group_set_curve,
    -		ec_GFp_simple_group_get_curve,
    -		ec_GFp_simple_group_get_degree,
    -		ec_GFp_simple_group_check_discriminant,
    -		ec_GFp_simple_point_init,
    -		ec_GFp_simple_point_finish,
    -		ec_GFp_simple_point_clear_finish,
    -		ec_GFp_simple_point_copy,
    -		ec_GFp_simple_point_set_to_infinity,
    -		ec_GFp_simple_set_Jprojective_coordinates_GFp,
    -		ec_GFp_simple_get_Jprojective_coordinates_GFp,
    -		ec_GFp_simple_point_set_affine_coordinates,
    -		ec_GFp_nistp256_point_get_affine_coordinates,
    -		0 /* point_set_compressed_coordinates */,
    -		0 /* point2oct */,
    -		0 /* oct2point */,
    -		ec_GFp_simple_add,
    -		ec_GFp_simple_dbl,
    -		ec_GFp_simple_invert,
    -		ec_GFp_simple_is_at_infinity,
    -		ec_GFp_simple_is_on_curve,
    -		ec_GFp_simple_cmp,
    -		ec_GFp_simple_make_affine,
    -		ec_GFp_simple_points_make_affine,
    -		ec_GFp_nistp256_points_mul,
    -		ec_GFp_nistp256_precompute_mult,
    -		ec_GFp_nistp256_have_precompute_mult,
    -		ec_GFp_nist_field_mul,
    -		ec_GFp_nist_field_sqr,
    -		0 /* field_div */,
    -		0 /* field_encode */,
    -		0 /* field_decode */,
    -		0 /* field_set_to_one */ };
    -
    -	return &ret;
    -	}
    +{
    +    static const EC_METHOD ret = {
    +        EC_FLAGS_DEFAULT_OCT,
    +        NID_X9_62_prime_field,
    +        ec_GFp_nistp256_group_init,
    +        ec_GFp_simple_group_finish,
    +        ec_GFp_simple_group_clear_finish,
    +        ec_GFp_nist_group_copy,
    +        ec_GFp_nistp256_group_set_curve,
    +        ec_GFp_simple_group_get_curve,
    +        ec_GFp_simple_group_get_degree,
    +        ec_GFp_simple_group_check_discriminant,
    +        ec_GFp_simple_point_init,
    +        ec_GFp_simple_point_finish,
    +        ec_GFp_simple_point_clear_finish,
    +        ec_GFp_simple_point_copy,
    +        ec_GFp_simple_point_set_to_infinity,
    +        ec_GFp_simple_set_Jprojective_coordinates_GFp,
    +        ec_GFp_simple_get_Jprojective_coordinates_GFp,
    +        ec_GFp_simple_point_set_affine_coordinates,
    +        ec_GFp_nistp256_point_get_affine_coordinates,
    +        0 /* point_set_compressed_coordinates */ ,
    +        0 /* point2oct */ ,
    +        0 /* oct2point */ ,
    +        ec_GFp_simple_add,
    +        ec_GFp_simple_dbl,
    +        ec_GFp_simple_invert,
    +        ec_GFp_simple_is_at_infinity,
    +        ec_GFp_simple_is_on_curve,
    +        ec_GFp_simple_cmp,
    +        ec_GFp_simple_make_affine,
    +        ec_GFp_simple_points_make_affine,
    +        ec_GFp_nistp256_points_mul,
    +        ec_GFp_nistp256_precompute_mult,
    +        ec_GFp_nistp256_have_precompute_mult,
    +        ec_GFp_nist_field_mul,
    +        ec_GFp_nist_field_sqr,
    +        0 /* field_div */ ,
    +        0 /* field_encode */ ,
    +        0 /* field_decode */ ,
    +        0                       /* field_set_to_one */
    +    };
    +
    +    return &ret;
    +}
     
     /******************************************************************************/
    -/*		       FUNCTIONS TO MANAGE PRECOMPUTATION
    +/*
    + * FUNCTIONS TO MANAGE PRECOMPUTATION
      */
     
     static NISTP256_PRE_COMP *nistp256_pre_comp_new()
    -	{
    -	NISTP256_PRE_COMP *ret = NULL;
    -	ret = (NISTP256_PRE_COMP *) OPENSSL_malloc(sizeof *ret);
    -	if (!ret)
    -		{
    -		ECerr(EC_F_NISTP256_PRE_COMP_NEW, ERR_R_MALLOC_FAILURE);
    -		return ret;
    -		}
    -	memset(ret->g_pre_comp, 0, sizeof(ret->g_pre_comp));
    -	ret->references = 1;
    -	return ret;
    -	}
    +{
    +    NISTP256_PRE_COMP *ret = NULL;
    +    ret = (NISTP256_PRE_COMP *) OPENSSL_malloc(sizeof *ret);
    +    if (!ret) {
    +        ECerr(EC_F_NISTP256_PRE_COMP_NEW, ERR_R_MALLOC_FAILURE);
    +        return ret;
    +    }
    +    memset(ret->g_pre_comp, 0, sizeof(ret->g_pre_comp));
    +    ret->references = 1;
    +    return ret;
    +}
     
     static void *nistp256_pre_comp_dup(void *src_)
    -	{
    -	NISTP256_PRE_COMP *src = src_;
    +{
    +    NISTP256_PRE_COMP *src = src_;
     
    -	/* no need to actually copy, these objects never change! */
    -	CRYPTO_add(&src->references, 1, CRYPTO_LOCK_EC_PRE_COMP);
    +    /* no need to actually copy, these objects never change! */
    +    CRYPTO_add(&src->references, 1, CRYPTO_LOCK_EC_PRE_COMP);
     
    -	return src_;
    -	}
    +    return src_;
    +}
     
     static void nistp256_pre_comp_free(void *pre_)
    -	{
    -	int i;
    -	NISTP256_PRE_COMP *pre = pre_;
    +{
    +    int i;
    +    NISTP256_PRE_COMP *pre = pre_;
     
    -	if (!pre)
    -		return;
    +    if (!pre)
    +        return;
     
    -	i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
    -	if (i > 0)
    -		return;
    +    i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
    +    if (i > 0)
    +        return;
     
    -	OPENSSL_free(pre);
    -	}
    +    OPENSSL_free(pre);
    +}
     
     static void nistp256_pre_comp_clear_free(void *pre_)
    -	{
    -	int i;
    -	NISTP256_PRE_COMP *pre = pre_;
    +{
    +    int i;
    +    NISTP256_PRE_COMP *pre = pre_;
     
    -	if (!pre)
    -		return;
    +    if (!pre)
    +        return;
     
    -	i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
    -	if (i > 0)
    -		return;
    +    i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
    +    if (i > 0)
    +        return;
     
    -	OPENSSL_cleanse(pre, sizeof *pre);
    -	OPENSSL_free(pre);
    -	}
    +    OPENSSL_cleanse(pre, sizeof *pre);
    +    OPENSSL_free(pre);
    +}
     
     /******************************************************************************/
    -/*			   OPENSSL EC_METHOD FUNCTIONS
    +/*
    + * OPENSSL EC_METHOD FUNCTIONS
      */
     
     int ec_GFp_nistp256_group_init(EC_GROUP *group)
    -	{
    -	int ret;
    -	ret = ec_GFp_simple_group_init(group);
    -	group->a_is_minus3 = 1;
    -	return ret;
    -	}
    +{
    +    int ret;
    +    ret = ec_GFp_simple_group_init(group);
    +    group->a_is_minus3 = 1;
    +    return ret;
    +}
     
     int ec_GFp_nistp256_group_set_curve(EC_GROUP *group, const BIGNUM *p,
    -	const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
    -	{
    -	int ret = 0;
    -	BN_CTX *new_ctx = NULL;
    -	BIGNUM *curve_p, *curve_a, *curve_b;
    -
    -	if (ctx == NULL)
    -		if ((ctx = new_ctx = BN_CTX_new()) == NULL) return 0;
    -	BN_CTX_start(ctx);
    -	if (((curve_p = BN_CTX_get(ctx)) == NULL) ||
    -		((curve_a = BN_CTX_get(ctx)) == NULL) ||
    -		((curve_b = BN_CTX_get(ctx)) == NULL)) goto err;
    -	BN_bin2bn(nistp256_curve_params[0], sizeof(felem_bytearray), curve_p);
    -	BN_bin2bn(nistp256_curve_params[1], sizeof(felem_bytearray), curve_a);
    -	BN_bin2bn(nistp256_curve_params[2], sizeof(felem_bytearray), curve_b);
    -	if ((BN_cmp(curve_p, p)) || (BN_cmp(curve_a, a)) ||
    -		(BN_cmp(curve_b, b)))
    -		{
    -		ECerr(EC_F_EC_GFP_NISTP256_GROUP_SET_CURVE,
    -			EC_R_WRONG_CURVE_PARAMETERS);
    -		goto err;
    -		}
    -	group->field_mod_func = BN_nist_mod_256;
    -	ret = ec_GFp_simple_group_set_curve(group, p, a, b, ctx);
    -err:
    -	BN_CTX_end(ctx);
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	return ret;
    -	}
    -
    -/* Takes the Jacobian coordinates (X, Y, Z) of a point and returns
    - * (X', Y') = (X/Z^2, Y/Z^3) */
    +                                    const BIGNUM *a, const BIGNUM *b,
    +                                    BN_CTX *ctx)
    +{
    +    int ret = 0;
    +    BN_CTX *new_ctx = NULL;
    +    BIGNUM *curve_p, *curve_a, *curve_b;
    +
    +    if (ctx == NULL)
    +        if ((ctx = new_ctx = BN_CTX_new()) == NULL)
    +            return 0;
    +    BN_CTX_start(ctx);
    +    if (((curve_p = BN_CTX_get(ctx)) == NULL) ||
    +        ((curve_a = BN_CTX_get(ctx)) == NULL) ||
    +        ((curve_b = BN_CTX_get(ctx)) == NULL))
    +        goto err;
    +    BN_bin2bn(nistp256_curve_params[0], sizeof(felem_bytearray), curve_p);
    +    BN_bin2bn(nistp256_curve_params[1], sizeof(felem_bytearray), curve_a);
    +    BN_bin2bn(nistp256_curve_params[2], sizeof(felem_bytearray), curve_b);
    +    if ((BN_cmp(curve_p, p)) || (BN_cmp(curve_a, a)) || (BN_cmp(curve_b, b))) {
    +        ECerr(EC_F_EC_GFP_NISTP256_GROUP_SET_CURVE,
    +              EC_R_WRONG_CURVE_PARAMETERS);
    +        goto err;
    +    }
    +    group->field_mod_func = BN_nist_mod_256;
    +    ret = ec_GFp_simple_group_set_curve(group, p, a, b, ctx);
    + err:
    +    BN_CTX_end(ctx);
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    return ret;
    +}
    +
    +/*
    + * Takes the Jacobian coordinates (X, Y, Z) of a point and returns (X', Y') =
    + * (X/Z^2, Y/Z^3)
    + */
     int ec_GFp_nistp256_point_get_affine_coordinates(const EC_GROUP *group,
    -	const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx)
    -	{
    -	felem z1, z2, x_in, y_in;
    -	smallfelem x_out, y_out;
    -	longfelem tmp;
    -
    -	if (EC_POINT_is_at_infinity(group, point))
    -		{
    -		ECerr(EC_F_EC_GFP_NISTP256_POINT_GET_AFFINE_COORDINATES,
    -			EC_R_POINT_AT_INFINITY);
    -		return 0;
    -		}
    -	if ((!BN_to_felem(x_in, &point->X)) || (!BN_to_felem(y_in, &point->Y)) ||
    -		(!BN_to_felem(z1, &point->Z))) return 0;
    -	felem_inv(z2, z1);
    -	felem_square(tmp, z2); felem_reduce(z1, tmp);
    -	felem_mul(tmp, x_in, z1); felem_reduce(x_in, tmp);
    -	felem_contract(x_out, x_in);
    -	if (x != NULL)
    -		{
    -		if (!smallfelem_to_BN(x, x_out)) {
    -		ECerr(EC_F_EC_GFP_NISTP256_POINT_GET_AFFINE_COORDINATES,
    -			ERR_R_BN_LIB);
    -		return 0;
    -		}
    -		}
    -	felem_mul(tmp, z1, z2); felem_reduce(z1, tmp);
    -	felem_mul(tmp, y_in, z1); felem_reduce(y_in, tmp);
    -	felem_contract(y_out, y_in);
    -	if (y != NULL)
    -		{
    -		if (!smallfelem_to_BN(y, y_out))
    -			{
    -			ECerr(EC_F_EC_GFP_NISTP256_POINT_GET_AFFINE_COORDINATES,
    -				ERR_R_BN_LIB);
    -			return 0;
    -			}
    -		}
    -	return 1;
    -	}
    -
    -static void make_points_affine(size_t num, smallfelem points[/* num */][3], smallfelem tmp_smallfelems[/* num+1 */])
    -	{
    -	/* Runs in constant time, unless an input is the point at infinity
    -	 * (which normally shouldn't happen). */
    -	ec_GFp_nistp_points_make_affine_internal(
    -		num,
    -		points,
    -		sizeof(smallfelem),
    -		tmp_smallfelems,
    -		(void (*)(void *)) smallfelem_one,
    -		(int (*)(const void *)) smallfelem_is_zero_int,
    -		(void (*)(void *, const void *)) smallfelem_assign,
    -		(void (*)(void *, const void *)) smallfelem_square_contract,
    -		(void (*)(void *, const void *, const void *)) smallfelem_mul_contract,
    -		(void (*)(void *, const void *)) smallfelem_inv_contract,
    -		(void (*)(void *, const void *)) smallfelem_assign /* nothing to contract */);
    -	}
    -
    -/* Computes scalar*generator + \sum scalars[i]*points[i], ignoring NULL values
    - * Result is stored in r (r can equal one of the inputs). */
    +                                                 const EC_POINT *point,
    +                                                 BIGNUM *x, BIGNUM *y,
    +                                                 BN_CTX *ctx)
    +{
    +    felem z1, z2, x_in, y_in;
    +    smallfelem x_out, y_out;
    +    longfelem tmp;
    +
    +    if (EC_POINT_is_at_infinity(group, point)) {
    +        ECerr(EC_F_EC_GFP_NISTP256_POINT_GET_AFFINE_COORDINATES,
    +              EC_R_POINT_AT_INFINITY);
    +        return 0;
    +    }
    +    if ((!BN_to_felem(x_in, &point->X)) || (!BN_to_felem(y_in, &point->Y)) ||
    +        (!BN_to_felem(z1, &point->Z)))
    +        return 0;
    +    felem_inv(z2, z1);
    +    felem_square(tmp, z2);
    +    felem_reduce(z1, tmp);
    +    felem_mul(tmp, x_in, z1);
    +    felem_reduce(x_in, tmp);
    +    felem_contract(x_out, x_in);
    +    if (x != NULL) {
    +        if (!smallfelem_to_BN(x, x_out)) {
    +            ECerr(EC_F_EC_GFP_NISTP256_POINT_GET_AFFINE_COORDINATES,
    +                  ERR_R_BN_LIB);
    +            return 0;
    +        }
    +    }
    +    felem_mul(tmp, z1, z2);
    +    felem_reduce(z1, tmp);
    +    felem_mul(tmp, y_in, z1);
    +    felem_reduce(y_in, tmp);
    +    felem_contract(y_out, y_in);
    +    if (y != NULL) {
    +        if (!smallfelem_to_BN(y, y_out)) {
    +            ECerr(EC_F_EC_GFP_NISTP256_POINT_GET_AFFINE_COORDINATES,
    +                  ERR_R_BN_LIB);
    +            return 0;
    +        }
    +    }
    +    return 1;
    +}
    +
    +/* points below is of size |num|, and tmp_smallfelems is of size |num+1| */
    +static void make_points_affine(size_t num, smallfelem points[][3],
    +                               smallfelem tmp_smallfelems[])
    +{
    +    /*
    +     * Runs in constant time, unless an input is the point at infinity (which
    +     * normally shouldn't happen).
    +     */
    +    ec_GFp_nistp_points_make_affine_internal(num,
    +                                             points,
    +                                             sizeof(smallfelem),
    +                                             tmp_smallfelems,
    +                                             (void (*)(void *))smallfelem_one,
    +                                             (int (*)(const void *))
    +                                             smallfelem_is_zero_int,
    +                                             (void (*)(void *, const void *))
    +                                             smallfelem_assign,
    +                                             (void (*)(void *, const void *))
    +                                             smallfelem_square_contract,
    +                                             (void (*)
    +                                              (void *, const void *,
    +                                               const void *))
    +                                             smallfelem_mul_contract,
    +                                             (void (*)(void *, const void *))
    +                                             smallfelem_inv_contract,
    +                                             /* nothing to contract */
    +                                             (void (*)(void *, const void *))
    +                                             smallfelem_assign);
    +}
    +
    +/*
    + * Computes scalar*generator + \sum scalars[i]*points[i], ignoring NULL
    + * values Result is stored in r (r can equal one of the inputs).
    + */
     int ec_GFp_nistp256_points_mul(const EC_GROUP *group, EC_POINT *r,
    -	const BIGNUM *scalar, size_t num, const EC_POINT *points[],
    -	const BIGNUM *scalars[], BN_CTX *ctx)
    -	{
    -	int ret = 0;
    -	int j;
    -	int mixed = 0;
    -	BN_CTX *new_ctx = NULL;
    -	BIGNUM *x, *y, *z, *tmp_scalar;
    -	felem_bytearray g_secret;
    -	felem_bytearray *secrets = NULL;
    -	smallfelem (*pre_comp)[17][3] = NULL;
    -	smallfelem *tmp_smallfelems = NULL;
    -	felem_bytearray tmp;
    -	unsigned i, num_bytes;
    -	int have_pre_comp = 0;
    -	size_t num_points = num;
    -	smallfelem x_in, y_in, z_in;
    -	felem x_out, y_out, z_out;
    -	NISTP256_PRE_COMP *pre = NULL;
    -	const smallfelem (*g_pre_comp)[16][3] = NULL;
    -	EC_POINT *generator = NULL;
    -	const EC_POINT *p = NULL;
    -	const BIGNUM *p_scalar = NULL;
    -
    -	if (ctx == NULL)
    -		if ((ctx = new_ctx = BN_CTX_new()) == NULL) return 0;
    -	BN_CTX_start(ctx);
    -	if (((x = BN_CTX_get(ctx)) == NULL) ||
    -		((y = BN_CTX_get(ctx)) == NULL) ||
    -		((z = BN_CTX_get(ctx)) == NULL) ||
    -		((tmp_scalar = BN_CTX_get(ctx)) == NULL))
    -		goto err;
    -
    -	if (scalar != NULL)
    -		{
    -		pre = EC_EX_DATA_get_data(group->extra_data,
    -			nistp256_pre_comp_dup, nistp256_pre_comp_free,
    -			nistp256_pre_comp_clear_free);
    -		if (pre)
    -			/* we have precomputation, try to use it */
    -			g_pre_comp = (const smallfelem (*)[16][3]) pre->g_pre_comp;
    -		else
    -			/* try to use the standard precomputation */
    -			g_pre_comp = &gmul[0];
    -		generator = EC_POINT_new(group);
    -		if (generator == NULL)
    -			goto err;
    -		/* get the generator from precomputation */
    -		if (!smallfelem_to_BN(x, g_pre_comp[0][1][0]) ||
    -			!smallfelem_to_BN(y, g_pre_comp[0][1][1]) ||
    -			!smallfelem_to_BN(z, g_pre_comp[0][1][2]))
    -			{
    -			ECerr(EC_F_EC_GFP_NISTP256_POINTS_MUL, ERR_R_BN_LIB);
    -			goto err;
    -			}
    -		if (!EC_POINT_set_Jprojective_coordinates_GFp(group,
    -				generator, x, y, z, ctx))
    -			goto err;
    -		if (0 == EC_POINT_cmp(group, generator, group->generator, ctx))
    -			/* precomputation matches generator */
    -			have_pre_comp = 1;
    -		else
    -			/* we don't have valid precomputation:
    -			 * treat the generator as a random point */
    -			num_points++;
    -		}
    -	if (num_points > 0)
    -		{
    -		if (num_points >= 3)
    -			{
    -			/* unless we precompute multiples for just one or two points,
    -			 * converting those into affine form is time well spent  */
    -			mixed = 1;
    -			}
    -		secrets = OPENSSL_malloc(num_points * sizeof(felem_bytearray));
    -		pre_comp = OPENSSL_malloc(num_points * 17 * 3 * sizeof(smallfelem));
    -		if (mixed)
    -			tmp_smallfelems = OPENSSL_malloc((num_points * 17 + 1) * sizeof(smallfelem));
    -		if ((secrets == NULL) || (pre_comp == NULL) || (mixed && (tmp_smallfelems == NULL)))
    -			{
    -			ECerr(EC_F_EC_GFP_NISTP256_POINTS_MUL, ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -
    -		/* we treat NULL scalars as 0, and NULL points as points at infinity,
    -		 * i.e., they contribute nothing to the linear combination */
    -		memset(secrets, 0, num_points * sizeof(felem_bytearray));
    -		memset(pre_comp, 0, num_points * 17 * 3 * sizeof(smallfelem));
    -		for (i = 0; i < num_points; ++i)
    -			{
    -			if (i == num)
    -				/* we didn't have a valid precomputation, so we pick
    -				 * the generator */
    -				{
    -				p = EC_GROUP_get0_generator(group);
    -				p_scalar = scalar;
    -				}
    -			else
    -				/* the i^th point */
    -				{
    -				p = points[i];
    -				p_scalar = scalars[i];
    -				}
    -			if ((p_scalar != NULL) && (p != NULL))
    -				{
    -				/* reduce scalar to 0 <= scalar < 2^256 */
    -				if ((BN_num_bits(p_scalar) > 256) || (BN_is_negative(p_scalar)))
    -					{
    -					/* this is an unusual input, and we don't guarantee
    -					 * constant-timeness */
    -					if (!BN_nnmod(tmp_scalar, p_scalar, &group->order, ctx))
    -						{
    -						ECerr(EC_F_EC_GFP_NISTP256_POINTS_MUL, ERR_R_BN_LIB);
    -						goto err;
    -						}
    -					num_bytes = BN_bn2bin(tmp_scalar, tmp);
    -					}
    -				else
    -					num_bytes = BN_bn2bin(p_scalar, tmp);
    -				flip_endian(secrets[i], tmp, num_bytes);
    -				/* precompute multiples */
    -				if ((!BN_to_felem(x_out, &p->X)) ||
    -					(!BN_to_felem(y_out, &p->Y)) ||
    -					(!BN_to_felem(z_out, &p->Z))) goto err;
    -				felem_shrink(pre_comp[i][1][0], x_out);
    -				felem_shrink(pre_comp[i][1][1], y_out);
    -				felem_shrink(pre_comp[i][1][2], z_out);
    -				for (j = 2; j <= 16; ++j)
    -					{
    -					if (j & 1)
    -						{
    -						point_add_small(
    -							pre_comp[i][j][0], pre_comp[i][j][1], pre_comp[i][j][2],
    -							pre_comp[i][1][0], pre_comp[i][1][1], pre_comp[i][1][2],
    -							pre_comp[i][j-1][0], pre_comp[i][j-1][1], pre_comp[i][j-1][2]);
    -						}
    -					else
    -						{
    -						point_double_small(
    -							pre_comp[i][j][0], pre_comp[i][j][1], pre_comp[i][j][2],
    -							pre_comp[i][j/2][0], pre_comp[i][j/2][1], pre_comp[i][j/2][2]);
    -						}
    -					}
    -				}
    -			}
    -		if (mixed)
    -			make_points_affine(num_points * 17, pre_comp[0], tmp_smallfelems);
    -		}
    -
    -	/* the scalar for the generator */
    -	if ((scalar != NULL) && (have_pre_comp))
    -		{
    -		memset(g_secret, 0, sizeof(g_secret));
    -		/* reduce scalar to 0 <= scalar < 2^256 */
    -		if ((BN_num_bits(scalar) > 256) || (BN_is_negative(scalar)))
    -			{
    -			/* this is an unusual input, and we don't guarantee
    -			 * constant-timeness */
    -			if (!BN_nnmod(tmp_scalar, scalar, &group->order, ctx))
    -				{
    -				ECerr(EC_F_EC_GFP_NISTP256_POINTS_MUL, ERR_R_BN_LIB);
    -				goto err;
    -				}
    -			num_bytes = BN_bn2bin(tmp_scalar, tmp);
    -			}
    -		else
    -			num_bytes = BN_bn2bin(scalar, tmp);
    -		flip_endian(g_secret, tmp, num_bytes);
    -		/* do the multiplication with generator precomputation*/
    -		batch_mul(x_out, y_out, z_out,
    -			(const felem_bytearray (*)) secrets, num_points,
    -			g_secret,
    -			mixed, (const smallfelem (*)[17][3]) pre_comp,
    -			g_pre_comp);
    -		}
    -	else
    -		/* do the multiplication without generator precomputation */
    -		batch_mul(x_out, y_out, z_out,
    -			(const felem_bytearray (*)) secrets, num_points,
    -			NULL, mixed, (const smallfelem (*)[17][3]) pre_comp, NULL);
    -	/* reduce the output to its unique minimal representation */
    -	felem_contract(x_in, x_out);
    -	felem_contract(y_in, y_out);
    -	felem_contract(z_in, z_out);
    -	if ((!smallfelem_to_BN(x, x_in)) || (!smallfelem_to_BN(y, y_in)) ||
    -		(!smallfelem_to_BN(z, z_in)))
    -		{
    -		ECerr(EC_F_EC_GFP_NISTP256_POINTS_MUL, ERR_R_BN_LIB);
    -		goto err;
    -		}
    -	ret = EC_POINT_set_Jprojective_coordinates_GFp(group, r, x, y, z, ctx);
    -
    -err:
    -	BN_CTX_end(ctx);
    -	if (generator != NULL)
    -		EC_POINT_free(generator);
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	if (secrets != NULL)
    -		OPENSSL_free(secrets);
    -	if (pre_comp != NULL)
    -		OPENSSL_free(pre_comp);
    -	if (tmp_smallfelems != NULL)
    -		OPENSSL_free(tmp_smallfelems);
    -	return ret;
    -	}
    +                               const BIGNUM *scalar, size_t num,
    +                               const EC_POINT *points[],
    +                               const BIGNUM *scalars[], BN_CTX *ctx)
    +{
    +    int ret = 0;
    +    int j;
    +    int mixed = 0;
    +    BN_CTX *new_ctx = NULL;
    +    BIGNUM *x, *y, *z, *tmp_scalar;
    +    felem_bytearray g_secret;
    +    felem_bytearray *secrets = NULL;
    +    smallfelem(*pre_comp)[17][3] = NULL;
    +    smallfelem *tmp_smallfelems = NULL;
    +    felem_bytearray tmp;
    +    unsigned i, num_bytes;
    +    int have_pre_comp = 0;
    +    size_t num_points = num;
    +    smallfelem x_in, y_in, z_in;
    +    felem x_out, y_out, z_out;
    +    NISTP256_PRE_COMP *pre = NULL;
    +    const smallfelem(*g_pre_comp)[16][3] = NULL;
    +    EC_POINT *generator = NULL;
    +    const EC_POINT *p = NULL;
    +    const BIGNUM *p_scalar = NULL;
    +
    +    if (ctx == NULL)
    +        if ((ctx = new_ctx = BN_CTX_new()) == NULL)
    +            return 0;
    +    BN_CTX_start(ctx);
    +    if (((x = BN_CTX_get(ctx)) == NULL) ||
    +        ((y = BN_CTX_get(ctx)) == NULL) ||
    +        ((z = BN_CTX_get(ctx)) == NULL) ||
    +        ((tmp_scalar = BN_CTX_get(ctx)) == NULL))
    +        goto err;
    +
    +    if (scalar != NULL) {
    +        pre = EC_EX_DATA_get_data(group->extra_data,
    +                                  nistp256_pre_comp_dup,
    +                                  nistp256_pre_comp_free,
    +                                  nistp256_pre_comp_clear_free);
    +        if (pre)
    +            /* we have precomputation, try to use it */
    +            g_pre_comp = (const smallfelem(*)[16][3])pre->g_pre_comp;
    +        else
    +            /* try to use the standard precomputation */
    +            g_pre_comp = &gmul[0];
    +        generator = EC_POINT_new(group);
    +        if (generator == NULL)
    +            goto err;
    +        /* get the generator from precomputation */
    +        if (!smallfelem_to_BN(x, g_pre_comp[0][1][0]) ||
    +            !smallfelem_to_BN(y, g_pre_comp[0][1][1]) ||
    +            !smallfelem_to_BN(z, g_pre_comp[0][1][2])) {
    +            ECerr(EC_F_EC_GFP_NISTP256_POINTS_MUL, ERR_R_BN_LIB);
    +            goto err;
    +        }
    +        if (!EC_POINT_set_Jprojective_coordinates_GFp(group,
    +                                                      generator, x, y, z,
    +                                                      ctx))
    +            goto err;
    +        if (0 == EC_POINT_cmp(group, generator, group->generator, ctx))
    +            /* precomputation matches generator */
    +            have_pre_comp = 1;
    +        else
    +            /*
    +             * we don't have valid precomputation: treat the generator as a
    +             * random point
    +             */
    +            num_points++;
    +    }
    +    if (num_points > 0) {
    +        if (num_points >= 3) {
    +            /*
    +             * unless we precompute multiples for just one or two points,
    +             * converting those into affine form is time well spent
    +             */
    +            mixed = 1;
    +        }
    +        secrets = OPENSSL_malloc(num_points * sizeof(felem_bytearray));
    +        pre_comp = OPENSSL_malloc(num_points * 17 * 3 * sizeof(smallfelem));
    +        if (mixed)
    +            tmp_smallfelems =
    +                OPENSSL_malloc((num_points * 17 + 1) * sizeof(smallfelem));
    +        if ((secrets == NULL) || (pre_comp == NULL)
    +            || (mixed && (tmp_smallfelems == NULL))) {
    +            ECerr(EC_F_EC_GFP_NISTP256_POINTS_MUL, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +
    +        /*
    +         * we treat NULL scalars as 0, and NULL points as points at infinity,
    +         * i.e., they contribute nothing to the linear combination
    +         */
    +        memset(secrets, 0, num_points * sizeof(felem_bytearray));
    +        memset(pre_comp, 0, num_points * 17 * 3 * sizeof(smallfelem));
    +        for (i = 0; i < num_points; ++i) {
    +            if (i == num)
    +                /*
    +                 * we didn't have a valid precomputation, so we pick the
    +                 * generator
    +                 */
    +            {
    +                p = EC_GROUP_get0_generator(group);
    +                p_scalar = scalar;
    +            } else
    +                /* the i^th point */
    +            {
    +                p = points[i];
    +                p_scalar = scalars[i];
    +            }
    +            if ((p_scalar != NULL) && (p != NULL)) {
    +                /* reduce scalar to 0 <= scalar < 2^256 */
    +                if ((BN_num_bits(p_scalar) > 256)
    +                    || (BN_is_negative(p_scalar))) {
    +                    /*
    +                     * this is an unusual input, and we don't guarantee
    +                     * constant-timeness
    +                     */
    +                    if (!BN_nnmod(tmp_scalar, p_scalar, &group->order, ctx)) {
    +                        ECerr(EC_F_EC_GFP_NISTP256_POINTS_MUL, ERR_R_BN_LIB);
    +                        goto err;
    +                    }
    +                    num_bytes = BN_bn2bin(tmp_scalar, tmp);
    +                } else
    +                    num_bytes = BN_bn2bin(p_scalar, tmp);
    +                flip_endian(secrets[i], tmp, num_bytes);
    +                /* precompute multiples */
    +                if ((!BN_to_felem(x_out, &p->X)) ||
    +                    (!BN_to_felem(y_out, &p->Y)) ||
    +                    (!BN_to_felem(z_out, &p->Z)))
    +                    goto err;
    +                felem_shrink(pre_comp[i][1][0], x_out);
    +                felem_shrink(pre_comp[i][1][1], y_out);
    +                felem_shrink(pre_comp[i][1][2], z_out);
    +                for (j = 2; j <= 16; ++j) {
    +                    if (j & 1) {
    +                        point_add_small(pre_comp[i][j][0], pre_comp[i][j][1],
    +                                        pre_comp[i][j][2], pre_comp[i][1][0],
    +                                        pre_comp[i][1][1], pre_comp[i][1][2],
    +                                        pre_comp[i][j - 1][0],
    +                                        pre_comp[i][j - 1][1],
    +                                        pre_comp[i][j - 1][2]);
    +                    } else {
    +                        point_double_small(pre_comp[i][j][0],
    +                                           pre_comp[i][j][1],
    +                                           pre_comp[i][j][2],
    +                                           pre_comp[i][j / 2][0],
    +                                           pre_comp[i][j / 2][1],
    +                                           pre_comp[i][j / 2][2]);
    +                    }
    +                }
    +            }
    +        }
    +        if (mixed)
    +            make_points_affine(num_points * 17, pre_comp[0], tmp_smallfelems);
    +    }
    +
    +    /* the scalar for the generator */
    +    if ((scalar != NULL) && (have_pre_comp)) {
    +        memset(g_secret, 0, sizeof(g_secret));
    +        /* reduce scalar to 0 <= scalar < 2^256 */
    +        if ((BN_num_bits(scalar) > 256) || (BN_is_negative(scalar))) {
    +            /*
    +             * this is an unusual input, and we don't guarantee
    +             * constant-timeness
    +             */
    +            if (!BN_nnmod(tmp_scalar, scalar, &group->order, ctx)) {
    +                ECerr(EC_F_EC_GFP_NISTP256_POINTS_MUL, ERR_R_BN_LIB);
    +                goto err;
    +            }
    +            num_bytes = BN_bn2bin(tmp_scalar, tmp);
    +        } else
    +            num_bytes = BN_bn2bin(scalar, tmp);
    +        flip_endian(g_secret, tmp, num_bytes);
    +        /* do the multiplication with generator precomputation */
    +        batch_mul(x_out, y_out, z_out,
    +                  (const felem_bytearray(*))secrets, num_points,
    +                  g_secret,
    +                  mixed, (const smallfelem(*)[17][3])pre_comp, g_pre_comp);
    +    } else
    +        /* do the multiplication without generator precomputation */
    +        batch_mul(x_out, y_out, z_out,
    +                  (const felem_bytearray(*))secrets, num_points,
    +                  NULL, mixed, (const smallfelem(*)[17][3])pre_comp, NULL);
    +    /* reduce the output to its unique minimal representation */
    +    felem_contract(x_in, x_out);
    +    felem_contract(y_in, y_out);
    +    felem_contract(z_in, z_out);
    +    if ((!smallfelem_to_BN(x, x_in)) || (!smallfelem_to_BN(y, y_in)) ||
    +        (!smallfelem_to_BN(z, z_in))) {
    +        ECerr(EC_F_EC_GFP_NISTP256_POINTS_MUL, ERR_R_BN_LIB);
    +        goto err;
    +    }
    +    ret = EC_POINT_set_Jprojective_coordinates_GFp(group, r, x, y, z, ctx);
    +
    + err:
    +    BN_CTX_end(ctx);
    +    if (generator != NULL)
    +        EC_POINT_free(generator);
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    if (secrets != NULL)
    +        OPENSSL_free(secrets);
    +    if (pre_comp != NULL)
    +        OPENSSL_free(pre_comp);
    +    if (tmp_smallfelems != NULL)
    +        OPENSSL_free(tmp_smallfelems);
    +    return ret;
    +}
     
     int ec_GFp_nistp256_precompute_mult(EC_GROUP *group, BN_CTX *ctx)
    -	{
    -	int ret = 0;
    -	NISTP256_PRE_COMP *pre = NULL;
    -	int i, j;
    -	BN_CTX *new_ctx = NULL;
    -	BIGNUM *x, *y;
    -	EC_POINT *generator = NULL;
    -	smallfelem tmp_smallfelems[32];
    -	felem x_tmp, y_tmp, z_tmp;
    -
    -	/* throw away old precomputation */
    -	EC_EX_DATA_free_data(&group->extra_data, nistp256_pre_comp_dup,
    -		nistp256_pre_comp_free, nistp256_pre_comp_clear_free);
    -	if (ctx == NULL)
    -		if ((ctx = new_ctx = BN_CTX_new()) == NULL) return 0;
    -	BN_CTX_start(ctx);
    -	if (((x = BN_CTX_get(ctx)) == NULL) ||
    -		((y = BN_CTX_get(ctx)) == NULL))
    -		goto err;
    -	/* get the generator */
    -	if (group->generator == NULL) goto err;
    -	generator = EC_POINT_new(group);
    -	if (generator == NULL)
    -		goto err;
    -	BN_bin2bn(nistp256_curve_params[3], sizeof (felem_bytearray), x);
    -	BN_bin2bn(nistp256_curve_params[4], sizeof (felem_bytearray), y);
    -	if (!EC_POINT_set_affine_coordinates_GFp(group, generator, x, y, ctx))
    -		goto err;
    -	if ((pre = nistp256_pre_comp_new()) == NULL)
    -		goto err;
    -	/* if the generator is the standard one, use built-in precomputation */
    -	if (0 == EC_POINT_cmp(group, generator, group->generator, ctx))
    -		{
    -		memcpy(pre->g_pre_comp, gmul, sizeof(pre->g_pre_comp));
    -		ret = 1;
    -		goto err;
    -		}
    -	if ((!BN_to_felem(x_tmp, &group->generator->X)) ||
    -		(!BN_to_felem(y_tmp, &group->generator->Y)) ||
    -		(!BN_to_felem(z_tmp, &group->generator->Z)))
    -		goto err;
    -	felem_shrink(pre->g_pre_comp[0][1][0], x_tmp);
    -	felem_shrink(pre->g_pre_comp[0][1][1], y_tmp);
    -	felem_shrink(pre->g_pre_comp[0][1][2], z_tmp);
    -	/* compute 2^64*G, 2^128*G, 2^192*G for the first table,
    -	 * 2^32*G, 2^96*G, 2^160*G, 2^224*G for the second one
    -	 */
    -	for (i = 1; i <= 8; i <<= 1)
    -		{
    -		point_double_small(
    -			pre->g_pre_comp[1][i][0], pre->g_pre_comp[1][i][1], pre->g_pre_comp[1][i][2],
    -			pre->g_pre_comp[0][i][0], pre->g_pre_comp[0][i][1], pre->g_pre_comp[0][i][2]);
    -		for (j = 0; j < 31; ++j)
    -			{
    -			point_double_small(
    -				pre->g_pre_comp[1][i][0], pre->g_pre_comp[1][i][1], pre->g_pre_comp[1][i][2],
    -				pre->g_pre_comp[1][i][0], pre->g_pre_comp[1][i][1], pre->g_pre_comp[1][i][2]);
    -			}
    -		if (i == 8)
    -			break;
    -		point_double_small(
    -			pre->g_pre_comp[0][2*i][0], pre->g_pre_comp[0][2*i][1], pre->g_pre_comp[0][2*i][2],
    -			pre->g_pre_comp[1][i][0], pre->g_pre_comp[1][i][1], pre->g_pre_comp[1][i][2]);
    -		for (j = 0; j < 31; ++j)
    -			{
    -			point_double_small(
    -				pre->g_pre_comp[0][2*i][0], pre->g_pre_comp[0][2*i][1], pre->g_pre_comp[0][2*i][2],
    -				pre->g_pre_comp[0][2*i][0], pre->g_pre_comp[0][2*i][1], pre->g_pre_comp[0][2*i][2]);
    -			}
    -		}
    -	for (i = 0; i < 2; i++)
    -		{
    -		/* g_pre_comp[i][0] is the point at infinity */
    -		memset(pre->g_pre_comp[i][0], 0, sizeof(pre->g_pre_comp[i][0]));
    -		/* the remaining multiples */
    -		/* 2^64*G + 2^128*G resp. 2^96*G + 2^160*G */
    -		point_add_small(
    -			pre->g_pre_comp[i][6][0], pre->g_pre_comp[i][6][1], pre->g_pre_comp[i][6][2],
    -			pre->g_pre_comp[i][4][0], pre->g_pre_comp[i][4][1], pre->g_pre_comp[i][4][2],
    -			pre->g_pre_comp[i][2][0], pre->g_pre_comp[i][2][1], pre->g_pre_comp[i][2][2]);
    -		/* 2^64*G + 2^192*G resp. 2^96*G + 2^224*G */
    -		point_add_small(
    -			pre->g_pre_comp[i][10][0], pre->g_pre_comp[i][10][1], pre->g_pre_comp[i][10][2],
    -			pre->g_pre_comp[i][8][0], pre->g_pre_comp[i][8][1], pre->g_pre_comp[i][8][2],
    -			pre->g_pre_comp[i][2][0], pre->g_pre_comp[i][2][1], pre->g_pre_comp[i][2][2]);
    -		/* 2^128*G + 2^192*G resp. 2^160*G + 2^224*G */
    -		point_add_small(
    -			pre->g_pre_comp[i][12][0], pre->g_pre_comp[i][12][1], pre->g_pre_comp[i][12][2],
    -			pre->g_pre_comp[i][8][0], pre->g_pre_comp[i][8][1], pre->g_pre_comp[i][8][2],
    -			pre->g_pre_comp[i][4][0], pre->g_pre_comp[i][4][1], pre->g_pre_comp[i][4][2]);
    -		/* 2^64*G + 2^128*G + 2^192*G resp. 2^96*G + 2^160*G + 2^224*G */
    -		point_add_small(
    -			pre->g_pre_comp[i][14][0], pre->g_pre_comp[i][14][1], pre->g_pre_comp[i][14][2],
    -			pre->g_pre_comp[i][12][0], pre->g_pre_comp[i][12][1], pre->g_pre_comp[i][12][2],
    -			pre->g_pre_comp[i][2][0], pre->g_pre_comp[i][2][1], pre->g_pre_comp[i][2][2]);
    -		for (j = 1; j < 8; ++j)
    -			{
    -			/* odd multiples: add G resp. 2^32*G */
    -			point_add_small(
    -				pre->g_pre_comp[i][2*j+1][0], pre->g_pre_comp[i][2*j+1][1], pre->g_pre_comp[i][2*j+1][2],
    -				pre->g_pre_comp[i][2*j][0], pre->g_pre_comp[i][2*j][1], pre->g_pre_comp[i][2*j][2],
    -				pre->g_pre_comp[i][1][0], pre->g_pre_comp[i][1][1], pre->g_pre_comp[i][1][2]);
    -			}
    -		}
    -	make_points_affine(31, &(pre->g_pre_comp[0][1]), tmp_smallfelems);
    -
    -	if (!EC_EX_DATA_set_data(&group->extra_data, pre, nistp256_pre_comp_dup,
    -			nistp256_pre_comp_free, nistp256_pre_comp_clear_free))
    -		goto err;
    -	ret = 1;
    -	pre = NULL;
    +{
    +    int ret = 0;
    +    NISTP256_PRE_COMP *pre = NULL;
    +    int i, j;
    +    BN_CTX *new_ctx = NULL;
    +    BIGNUM *x, *y;
    +    EC_POINT *generator = NULL;
    +    smallfelem tmp_smallfelems[32];
    +    felem x_tmp, y_tmp, z_tmp;
    +
    +    /* throw away old precomputation */
    +    EC_EX_DATA_free_data(&group->extra_data, nistp256_pre_comp_dup,
    +                         nistp256_pre_comp_free,
    +                         nistp256_pre_comp_clear_free);
    +    if (ctx == NULL)
    +        if ((ctx = new_ctx = BN_CTX_new()) == NULL)
    +            return 0;
    +    BN_CTX_start(ctx);
    +    if (((x = BN_CTX_get(ctx)) == NULL) || ((y = BN_CTX_get(ctx)) == NULL))
    +        goto err;
    +    /* get the generator */
    +    if (group->generator == NULL)
    +        goto err;
    +    generator = EC_POINT_new(group);
    +    if (generator == NULL)
    +        goto err;
    +    BN_bin2bn(nistp256_curve_params[3], sizeof(felem_bytearray), x);
    +    BN_bin2bn(nistp256_curve_params[4], sizeof(felem_bytearray), y);
    +    if (!EC_POINT_set_affine_coordinates_GFp(group, generator, x, y, ctx))
    +        goto err;
    +    if ((pre = nistp256_pre_comp_new()) == NULL)
    +        goto err;
    +    /*
    +     * if the generator is the standard one, use built-in precomputation
    +     */
    +    if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) {
    +        memcpy(pre->g_pre_comp, gmul, sizeof(pre->g_pre_comp));
    +        ret = 1;
    +        goto err;
    +    }
    +    if ((!BN_to_felem(x_tmp, &group->generator->X)) ||
    +        (!BN_to_felem(y_tmp, &group->generator->Y)) ||
    +        (!BN_to_felem(z_tmp, &group->generator->Z)))
    +        goto err;
    +    felem_shrink(pre->g_pre_comp[0][1][0], x_tmp);
    +    felem_shrink(pre->g_pre_comp[0][1][1], y_tmp);
    +    felem_shrink(pre->g_pre_comp[0][1][2], z_tmp);
    +    /*
    +     * compute 2^64*G, 2^128*G, 2^192*G for the first table, 2^32*G, 2^96*G,
    +     * 2^160*G, 2^224*G for the second one
    +     */
    +    for (i = 1; i <= 8; i <<= 1) {
    +        point_double_small(pre->g_pre_comp[1][i][0], pre->g_pre_comp[1][i][1],
    +                           pre->g_pre_comp[1][i][2], pre->g_pre_comp[0][i][0],
    +                           pre->g_pre_comp[0][i][1],
    +                           pre->g_pre_comp[0][i][2]);
    +        for (j = 0; j < 31; ++j) {
    +            point_double_small(pre->g_pre_comp[1][i][0],
    +                               pre->g_pre_comp[1][i][1],
    +                               pre->g_pre_comp[1][i][2],
    +                               pre->g_pre_comp[1][i][0],
    +                               pre->g_pre_comp[1][i][1],
    +                               pre->g_pre_comp[1][i][2]);
    +        }
    +        if (i == 8)
    +            break;
    +        point_double_small(pre->g_pre_comp[0][2 * i][0],
    +                           pre->g_pre_comp[0][2 * i][1],
    +                           pre->g_pre_comp[0][2 * i][2],
    +                           pre->g_pre_comp[1][i][0], pre->g_pre_comp[1][i][1],
    +                           pre->g_pre_comp[1][i][2]);
    +        for (j = 0; j < 31; ++j) {
    +            point_double_small(pre->g_pre_comp[0][2 * i][0],
    +                               pre->g_pre_comp[0][2 * i][1],
    +                               pre->g_pre_comp[0][2 * i][2],
    +                               pre->g_pre_comp[0][2 * i][0],
    +                               pre->g_pre_comp[0][2 * i][1],
    +                               pre->g_pre_comp[0][2 * i][2]);
    +        }
    +    }
    +    for (i = 0; i < 2; i++) {
    +        /* g_pre_comp[i][0] is the point at infinity */
    +        memset(pre->g_pre_comp[i][0], 0, sizeof(pre->g_pre_comp[i][0]));
    +        /* the remaining multiples */
    +        /* 2^64*G + 2^128*G resp. 2^96*G + 2^160*G */
    +        point_add_small(pre->g_pre_comp[i][6][0], pre->g_pre_comp[i][6][1],
    +                        pre->g_pre_comp[i][6][2], pre->g_pre_comp[i][4][0],
    +                        pre->g_pre_comp[i][4][1], pre->g_pre_comp[i][4][2],
    +                        pre->g_pre_comp[i][2][0], pre->g_pre_comp[i][2][1],
    +                        pre->g_pre_comp[i][2][2]);
    +        /* 2^64*G + 2^192*G resp. 2^96*G + 2^224*G */
    +        point_add_small(pre->g_pre_comp[i][10][0], pre->g_pre_comp[i][10][1],
    +                        pre->g_pre_comp[i][10][2], pre->g_pre_comp[i][8][0],
    +                        pre->g_pre_comp[i][8][1], pre->g_pre_comp[i][8][2],
    +                        pre->g_pre_comp[i][2][0], pre->g_pre_comp[i][2][1],
    +                        pre->g_pre_comp[i][2][2]);
    +        /* 2^128*G + 2^192*G resp. 2^160*G + 2^224*G */
    +        point_add_small(pre->g_pre_comp[i][12][0], pre->g_pre_comp[i][12][1],
    +                        pre->g_pre_comp[i][12][2], pre->g_pre_comp[i][8][0],
    +                        pre->g_pre_comp[i][8][1], pre->g_pre_comp[i][8][2],
    +                        pre->g_pre_comp[i][4][0], pre->g_pre_comp[i][4][1],
    +                        pre->g_pre_comp[i][4][2]);
    +        /*
    +         * 2^64*G + 2^128*G + 2^192*G resp. 2^96*G + 2^160*G + 2^224*G
    +         */
    +        point_add_small(pre->g_pre_comp[i][14][0], pre->g_pre_comp[i][14][1],
    +                        pre->g_pre_comp[i][14][2], pre->g_pre_comp[i][12][0],
    +                        pre->g_pre_comp[i][12][1], pre->g_pre_comp[i][12][2],
    +                        pre->g_pre_comp[i][2][0], pre->g_pre_comp[i][2][1],
    +                        pre->g_pre_comp[i][2][2]);
    +        for (j = 1; j < 8; ++j) {
    +            /* odd multiples: add G resp. 2^32*G */
    +            point_add_small(pre->g_pre_comp[i][2 * j + 1][0],
    +                            pre->g_pre_comp[i][2 * j + 1][1],
    +                            pre->g_pre_comp[i][2 * j + 1][2],
    +                            pre->g_pre_comp[i][2 * j][0],
    +                            pre->g_pre_comp[i][2 * j][1],
    +                            pre->g_pre_comp[i][2 * j][2],
    +                            pre->g_pre_comp[i][1][0],
    +                            pre->g_pre_comp[i][1][1],
    +                            pre->g_pre_comp[i][1][2]);
    +        }
    +    }
    +    make_points_affine(31, &(pre->g_pre_comp[0][1]), tmp_smallfelems);
    +
    +    if (!EC_EX_DATA_set_data(&group->extra_data, pre, nistp256_pre_comp_dup,
    +                             nistp256_pre_comp_free,
    +                             nistp256_pre_comp_clear_free))
    +        goto err;
    +    ret = 1;
    +    pre = NULL;
      err:
    -	BN_CTX_end(ctx);
    -	if (generator != NULL)
    -		EC_POINT_free(generator);
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	if (pre)
    -		nistp256_pre_comp_free(pre);
    -	return ret;
    -	}
    +    BN_CTX_end(ctx);
    +    if (generator != NULL)
    +        EC_POINT_free(generator);
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    if (pre)
    +        nistp256_pre_comp_free(pre);
    +    return ret;
    +}
     
     int ec_GFp_nistp256_have_precompute_mult(const EC_GROUP *group)
    -	{
    -	if (EC_EX_DATA_get_data(group->extra_data, nistp256_pre_comp_dup,
    -			nistp256_pre_comp_free, nistp256_pre_comp_clear_free)
    -		!= NULL)
    -		return 1;
    -	else
    -		return 0;
    -	}
    +{
    +    if (EC_EX_DATA_get_data(group->extra_data, nistp256_pre_comp_dup,
    +                            nistp256_pre_comp_free,
    +                            nistp256_pre_comp_clear_free)
    +        != NULL)
    +        return 1;
    +    else
    +        return 0;
    +}
     #else
    -static void *dummy=&dummy;
    +static void *dummy = &dummy;
     #endif
    diff --git a/openssl/crypto/ec/ecp_nistp521.c b/openssl/crypto/ec/ecp_nistp521.c
    index 178b655f7..360b9a351 100644
    --- a/openssl/crypto/ec/ecp_nistp521.c
    +++ b/openssl/crypto/ec/ecp_nistp521.c
    @@ -29,87 +29,90 @@
     #include 
     #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
     
    -#ifndef OPENSSL_SYS_VMS
    -#include 
    -#else
    -#include 
    -#endif
    +# ifndef OPENSSL_SYS_VMS
    +#  include 
    +# else
    +#  include 
    +# endif
     
    -#include 
    -#include 
    -#include "ec_lcl.h"
    +# include 
    +# include 
    +# include "ec_lcl.h"
     
    -#if defined(__GNUC__) && (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1))
    +# if defined(__GNUC__) && (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1))
       /* even with gcc, the typedef won't work for 32-bit platforms */
    -  typedef __uint128_t uint128_t; /* nonstandard; implemented by gcc on 64-bit platforms */
    -#else
    -  #error "Need GCC 3.1 or later to define type uint128_t"
    -#endif
    +typedef __uint128_t uint128_t;  /* nonstandard; implemented by gcc on 64-bit
    +                                 * platforms */
    +# else
    +#  error "Need GCC 3.1 or later to define type uint128_t"
    +# endif
     
     typedef uint8_t u8;
     typedef uint64_t u64;
     typedef int64_t s64;
     
    -/* The underlying field.
    - *
    - * P521 operates over GF(2^521-1). We can serialise an element of this field
    - * into 66 bytes where the most significant byte contains only a single bit. We
    - * call this an felem_bytearray. */
    +/*
    + * The underlying field. P521 operates over GF(2^521-1). We can serialise an
    + * element of this field into 66 bytes where the most significant byte
    + * contains only a single bit. We call this an felem_bytearray.
    + */
     
     typedef u8 felem_bytearray[66];
     
    -/* These are the parameters of P521, taken from FIPS 186-3, section D.1.2.5.
    - * These values are big-endian. */
    -static const felem_bytearray nistp521_curve_params[5] =
    -	{
    -	{0x01, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,  /* p */
    -	 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    -	 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    -	 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    -	 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    -	 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    -	 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    -	 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    -	 0xff, 0xff},
    -	{0x01, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,  /* a = -3 */
    -	 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    -	 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    -	 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    -	 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    -	 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    -	 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    -	 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    -	 0xff, 0xfc},
    -	{0x00, 0x51, 0x95, 0x3e, 0xb9, 0x61, 0x8e, 0x1c,  /* b */
    -	 0x9a, 0x1f, 0x92, 0x9a, 0x21, 0xa0, 0xb6, 0x85,
    -	 0x40, 0xee, 0xa2, 0xda, 0x72, 0x5b, 0x99, 0xb3,
    -	 0x15, 0xf3, 0xb8, 0xb4, 0x89, 0x91, 0x8e, 0xf1,
    -	 0x09, 0xe1, 0x56, 0x19, 0x39, 0x51, 0xec, 0x7e,
    -	 0x93, 0x7b, 0x16, 0x52, 0xc0, 0xbd, 0x3b, 0xb1,
    -	 0xbf, 0x07, 0x35, 0x73, 0xdf, 0x88, 0x3d, 0x2c,
    -	 0x34, 0xf1, 0xef, 0x45, 0x1f, 0xd4, 0x6b, 0x50,
    -	 0x3f, 0x00},
    -	{0x00, 0xc6, 0x85, 0x8e, 0x06, 0xb7, 0x04, 0x04,  /* x */
    -	 0xe9, 0xcd, 0x9e, 0x3e, 0xcb, 0x66, 0x23, 0x95,
    -	 0xb4, 0x42, 0x9c, 0x64, 0x81, 0x39, 0x05, 0x3f,
    -	 0xb5, 0x21, 0xf8, 0x28, 0xaf, 0x60, 0x6b, 0x4d,
    -	 0x3d, 0xba, 0xa1, 0x4b, 0x5e, 0x77, 0xef, 0xe7,
    -	 0x59, 0x28, 0xfe, 0x1d, 0xc1, 0x27, 0xa2, 0xff,
    -	 0xa8, 0xde, 0x33, 0x48, 0xb3, 0xc1, 0x85, 0x6a,
    -	 0x42, 0x9b, 0xf9, 0x7e, 0x7e, 0x31, 0xc2, 0xe5,
    -	 0xbd, 0x66},
    -	{0x01, 0x18, 0x39, 0x29, 0x6a, 0x78, 0x9a, 0x3b,  /* y */
    -	 0xc0, 0x04, 0x5c, 0x8a, 0x5f, 0xb4, 0x2c, 0x7d,
    -	 0x1b, 0xd9, 0x98, 0xf5, 0x44, 0x49, 0x57, 0x9b,
    -	 0x44, 0x68, 0x17, 0xaf, 0xbd, 0x17, 0x27, 0x3e,
    -	 0x66, 0x2c, 0x97, 0xee, 0x72, 0x99, 0x5e, 0xf4,
    -	 0x26, 0x40, 0xc5, 0x50, 0xb9, 0x01, 0x3f, 0xad,
    -	 0x07, 0x61, 0x35, 0x3c, 0x70, 0x86, 0xa2, 0x72,
    -	 0xc2, 0x40, 0x88, 0xbe, 0x94, 0x76, 0x9f, 0xd1,
    -	 0x66, 0x50}
    -	};
    -
    -/* The representation of field elements.
    +/*
    + * These are the parameters of P521, taken from FIPS 186-3, section D.1.2.5.
    + * These values are big-endian.
    + */
    +static const felem_bytearray nistp521_curve_params[5] = {
    +    {0x01, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, /* p */
    +     0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    +     0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    +     0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    +     0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    +     0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    +     0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    +     0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    +     0xff, 0xff},
    +    {0x01, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, /* a = -3 */
    +     0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    +     0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    +     0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    +     0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    +     0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    +     0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    +     0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    +     0xff, 0xfc},
    +    {0x00, 0x51, 0x95, 0x3e, 0xb9, 0x61, 0x8e, 0x1c, /* b */
    +     0x9a, 0x1f, 0x92, 0x9a, 0x21, 0xa0, 0xb6, 0x85,
    +     0x40, 0xee, 0xa2, 0xda, 0x72, 0x5b, 0x99, 0xb3,
    +     0x15, 0xf3, 0xb8, 0xb4, 0x89, 0x91, 0x8e, 0xf1,
    +     0x09, 0xe1, 0x56, 0x19, 0x39, 0x51, 0xec, 0x7e,
    +     0x93, 0x7b, 0x16, 0x52, 0xc0, 0xbd, 0x3b, 0xb1,
    +     0xbf, 0x07, 0x35, 0x73, 0xdf, 0x88, 0x3d, 0x2c,
    +     0x34, 0xf1, 0xef, 0x45, 0x1f, 0xd4, 0x6b, 0x50,
    +     0x3f, 0x00},
    +    {0x00, 0xc6, 0x85, 0x8e, 0x06, 0xb7, 0x04, 0x04, /* x */
    +     0xe9, 0xcd, 0x9e, 0x3e, 0xcb, 0x66, 0x23, 0x95,
    +     0xb4, 0x42, 0x9c, 0x64, 0x81, 0x39, 0x05, 0x3f,
    +     0xb5, 0x21, 0xf8, 0x28, 0xaf, 0x60, 0x6b, 0x4d,
    +     0x3d, 0xba, 0xa1, 0x4b, 0x5e, 0x77, 0xef, 0xe7,
    +     0x59, 0x28, 0xfe, 0x1d, 0xc1, 0x27, 0xa2, 0xff,
    +     0xa8, 0xde, 0x33, 0x48, 0xb3, 0xc1, 0x85, 0x6a,
    +     0x42, 0x9b, 0xf9, 0x7e, 0x7e, 0x31, 0xc2, 0xe5,
    +     0xbd, 0x66},
    +    {0x01, 0x18, 0x39, 0x29, 0x6a, 0x78, 0x9a, 0x3b, /* y */
    +     0xc0, 0x04, 0x5c, 0x8a, 0x5f, 0xb4, 0x2c, 0x7d,
    +     0x1b, 0xd9, 0x98, 0xf5, 0x44, 0x49, 0x57, 0x9b,
    +     0x44, 0x68, 0x17, 0xaf, 0xbd, 0x17, 0x27, 0x3e,
    +     0x66, 0x2c, 0x97, 0xee, 0x72, 0x99, 0x5e, 0xf4,
    +     0x26, 0x40, 0xc5, 0x50, 0xb9, 0x01, 0x3f, 0xad,
    +     0x07, 0x61, 0x35, 0x3c, 0x70, 0x86, 0xa2, 0x72,
    +     0xc2, 0x40, 0x88, 0xbe, 0x94, 0x76, 0x9f, 0xd1,
    +     0x66, 0x50}
    +};
    +
    +/*-
    + * The representation of field elements.
      * ------------------------------------
      *
      * We represent field elements with nine values. These values are either 64 or
    @@ -122,7 +125,7 @@ static const felem_bytearray nistp521_curve_params[5] =
      * A field element with 64-bit limbs is an 'felem'. One with 128-bit limbs is a
      * 'largefelem' */
     
    -#define NLIMBS 9
    +# define NLIMBS 9
     
     typedef uint64_t limb;
     typedef limb felem[NLIMBS];
    @@ -131,350 +134,358 @@ typedef uint128_t largefelem[NLIMBS];
     static const limb bottom57bits = 0x1ffffffffffffff;
     static const limb bottom58bits = 0x3ffffffffffffff;
     
    -/* bin66_to_felem takes a little-endian byte array and converts it into felem
    - * form. This assumes that the CPU is little-endian. */
    +/*
    + * bin66_to_felem takes a little-endian byte array and converts it into felem
    + * form. This assumes that the CPU is little-endian.
    + */
     static void bin66_to_felem(felem out, const u8 in[66])
    -	{
    -	out[0] = (*((limb*) &in[0])) & bottom58bits;
    -	out[1] = (*((limb*) &in[7]) >> 2) & bottom58bits;
    -	out[2] = (*((limb*) &in[14]) >> 4) & bottom58bits;
    -	out[3] = (*((limb*) &in[21]) >> 6) & bottom58bits;
    -	out[4] = (*((limb*) &in[29])) & bottom58bits;
    -	out[5] = (*((limb*) &in[36]) >> 2) & bottom58bits;
    -	out[6] = (*((limb*) &in[43]) >> 4) & bottom58bits;
    -	out[7] = (*((limb*) &in[50]) >> 6) & bottom58bits;
    -	out[8] = (*((limb*) &in[58])) & bottom57bits;
    -	}
    -
    -/* felem_to_bin66 takes an felem and serialises into a little endian, 66 byte
    - * array. This assumes that the CPU is little-endian. */
    +{
    +    out[0] = (*((limb *) & in[0])) & bottom58bits;
    +    out[1] = (*((limb *) & in[7]) >> 2) & bottom58bits;
    +    out[2] = (*((limb *) & in[14]) >> 4) & bottom58bits;
    +    out[3] = (*((limb *) & in[21]) >> 6) & bottom58bits;
    +    out[4] = (*((limb *) & in[29])) & bottom58bits;
    +    out[5] = (*((limb *) & in[36]) >> 2) & bottom58bits;
    +    out[6] = (*((limb *) & in[43]) >> 4) & bottom58bits;
    +    out[7] = (*((limb *) & in[50]) >> 6) & bottom58bits;
    +    out[8] = (*((limb *) & in[58])) & bottom57bits;
    +}
    +
    +/*
    + * felem_to_bin66 takes an felem and serialises into a little endian, 66 byte
    + * array. This assumes that the CPU is little-endian.
    + */
     static void felem_to_bin66(u8 out[66], const felem in)
    -	{
    -	memset(out, 0, 66);
    -	(*((limb*) &out[0])) = in[0];
    -	(*((limb*) &out[7])) |= in[1] << 2;
    -	(*((limb*) &out[14])) |= in[2] << 4;
    -	(*((limb*) &out[21])) |= in[3] << 6;
    -	(*((limb*) &out[29])) = in[4];
    -	(*((limb*) &out[36])) |= in[5] << 2;
    -	(*((limb*) &out[43])) |= in[6] << 4;
    -	(*((limb*) &out[50])) |= in[7] << 6;
    -	(*((limb*) &out[58])) = in[8];
    -	}
    +{
    +    memset(out, 0, 66);
    +    (*((limb *) & out[0])) = in[0];
    +    (*((limb *) & out[7])) |= in[1] << 2;
    +    (*((limb *) & out[14])) |= in[2] << 4;
    +    (*((limb *) & out[21])) |= in[3] << 6;
    +    (*((limb *) & out[29])) = in[4];
    +    (*((limb *) & out[36])) |= in[5] << 2;
    +    (*((limb *) & out[43])) |= in[6] << 4;
    +    (*((limb *) & out[50])) |= in[7] << 6;
    +    (*((limb *) & out[58])) = in[8];
    +}
     
     /* To preserve endianness when using BN_bn2bin and BN_bin2bn */
     static void flip_endian(u8 *out, const u8 *in, unsigned len)
    -	{
    -	unsigned i;
    -	for (i = 0; i < len; ++i)
    -		out[i] = in[len-1-i];
    -	}
    +{
    +    unsigned i;
    +    for (i = 0; i < len; ++i)
    +        out[i] = in[len - 1 - i];
    +}
     
     /* BN_to_felem converts an OpenSSL BIGNUM into an felem */
     static int BN_to_felem(felem out, const BIGNUM *bn)
    -	{
    -	felem_bytearray b_in;
    -	felem_bytearray b_out;
    -	unsigned num_bytes;
    -
    -	/* BN_bn2bin eats leading zeroes */
    -	memset(b_out, 0, sizeof b_out);
    -	num_bytes = BN_num_bytes(bn);
    -	if (num_bytes > sizeof b_out)
    -		{
    -		ECerr(EC_F_BN_TO_FELEM, EC_R_BIGNUM_OUT_OF_RANGE);
    -		return 0;
    -		}
    -	if (BN_is_negative(bn))
    -		{
    -		ECerr(EC_F_BN_TO_FELEM, EC_R_BIGNUM_OUT_OF_RANGE);
    -		return 0;
    -		}
    -	num_bytes = BN_bn2bin(bn, b_in);
    -	flip_endian(b_out, b_in, num_bytes);
    -	bin66_to_felem(out, b_out);
    -	return 1;
    -	}
    +{
    +    felem_bytearray b_in;
    +    felem_bytearray b_out;
    +    unsigned num_bytes;
    +
    +    /* BN_bn2bin eats leading zeroes */
    +    memset(b_out, 0, sizeof b_out);
    +    num_bytes = BN_num_bytes(bn);
    +    if (num_bytes > sizeof b_out) {
    +        ECerr(EC_F_BN_TO_FELEM, EC_R_BIGNUM_OUT_OF_RANGE);
    +        return 0;
    +    }
    +    if (BN_is_negative(bn)) {
    +        ECerr(EC_F_BN_TO_FELEM, EC_R_BIGNUM_OUT_OF_RANGE);
    +        return 0;
    +    }
    +    num_bytes = BN_bn2bin(bn, b_in);
    +    flip_endian(b_out, b_in, num_bytes);
    +    bin66_to_felem(out, b_out);
    +    return 1;
    +}
     
     /* felem_to_BN converts an felem into an OpenSSL BIGNUM */
     static BIGNUM *felem_to_BN(BIGNUM *out, const felem in)
    -	{
    -	felem_bytearray b_in, b_out;
    -	felem_to_bin66(b_in, in);
    -	flip_endian(b_out, b_in, sizeof b_out);
    -	return BN_bin2bn(b_out, sizeof b_out, out);
    -	}
    -
    +{
    +    felem_bytearray b_in, b_out;
    +    felem_to_bin66(b_in, in);
    +    flip_endian(b_out, b_in, sizeof b_out);
    +    return BN_bin2bn(b_out, sizeof b_out, out);
    +}
     
    -/* Field operations
    - * ---------------- */
    +/*-
    + * Field operations
    + * ----------------
    + */
     
     static void felem_one(felem out)
    -	{
    -	out[0] = 1;
    -	out[1] = 0;
    -	out[2] = 0;
    -	out[3] = 0;
    -	out[4] = 0;
    -	out[5] = 0;
    -	out[6] = 0;
    -	out[7] = 0;
    -	out[8] = 0;
    -	}
    +{
    +    out[0] = 1;
    +    out[1] = 0;
    +    out[2] = 0;
    +    out[3] = 0;
    +    out[4] = 0;
    +    out[5] = 0;
    +    out[6] = 0;
    +    out[7] = 0;
    +    out[8] = 0;
    +}
     
     static void felem_assign(felem out, const felem in)
    -	{
    -	out[0] = in[0];
    -	out[1] = in[1];
    -	out[2] = in[2];
    -	out[3] = in[3];
    -	out[4] = in[4];
    -	out[5] = in[5];
    -	out[6] = in[6];
    -	out[7] = in[7];
    -	out[8] = in[8];
    -	}
    +{
    +    out[0] = in[0];
    +    out[1] = in[1];
    +    out[2] = in[2];
    +    out[3] = in[3];
    +    out[4] = in[4];
    +    out[5] = in[5];
    +    out[6] = in[6];
    +    out[7] = in[7];
    +    out[8] = in[8];
    +}
     
     /* felem_sum64 sets out = out + in. */
     static void felem_sum64(felem out, const felem in)
    -	{
    -	out[0] += in[0];
    -	out[1] += in[1];
    -	out[2] += in[2];
    -	out[3] += in[3];
    -	out[4] += in[4];
    -	out[5] += in[5];
    -	out[6] += in[6];
    -	out[7] += in[7];
    -	out[8] += in[8];
    -	}
    +{
    +    out[0] += in[0];
    +    out[1] += in[1];
    +    out[2] += in[2];
    +    out[3] += in[3];
    +    out[4] += in[4];
    +    out[5] += in[5];
    +    out[6] += in[6];
    +    out[7] += in[7];
    +    out[8] += in[8];
    +}
     
     /* felem_scalar sets out = in * scalar */
     static void felem_scalar(felem out, const felem in, limb scalar)
    -	{
    -	out[0] = in[0] * scalar;
    -	out[1] = in[1] * scalar;
    -	out[2] = in[2] * scalar;
    -	out[3] = in[3] * scalar;
    -	out[4] = in[4] * scalar;
    -	out[5] = in[5] * scalar;
    -	out[6] = in[6] * scalar;
    -	out[7] = in[7] * scalar;
    -	out[8] = in[8] * scalar;
    -	}
    +{
    +    out[0] = in[0] * scalar;
    +    out[1] = in[1] * scalar;
    +    out[2] = in[2] * scalar;
    +    out[3] = in[3] * scalar;
    +    out[4] = in[4] * scalar;
    +    out[5] = in[5] * scalar;
    +    out[6] = in[6] * scalar;
    +    out[7] = in[7] * scalar;
    +    out[8] = in[8] * scalar;
    +}
     
     /* felem_scalar64 sets out = out * scalar */
     static void felem_scalar64(felem out, limb scalar)
    -	{
    -	out[0] *= scalar;
    -	out[1] *= scalar;
    -	out[2] *= scalar;
    -	out[3] *= scalar;
    -	out[4] *= scalar;
    -	out[5] *= scalar;
    -	out[6] *= scalar;
    -	out[7] *= scalar;
    -	out[8] *= scalar;
    -	}
    +{
    +    out[0] *= scalar;
    +    out[1] *= scalar;
    +    out[2] *= scalar;
    +    out[3] *= scalar;
    +    out[4] *= scalar;
    +    out[5] *= scalar;
    +    out[6] *= scalar;
    +    out[7] *= scalar;
    +    out[8] *= scalar;
    +}
     
     /* felem_scalar128 sets out = out * scalar */
     static void felem_scalar128(largefelem out, limb scalar)
    -	{
    -	out[0] *= scalar;
    -	out[1] *= scalar;
    -	out[2] *= scalar;
    -	out[3] *= scalar;
    -	out[4] *= scalar;
    -	out[5] *= scalar;
    -	out[6] *= scalar;
    -	out[7] *= scalar;
    -	out[8] *= scalar;
    -	}
    -
    -/* felem_neg sets |out| to |-in|
    +{
    +    out[0] *= scalar;
    +    out[1] *= scalar;
    +    out[2] *= scalar;
    +    out[3] *= scalar;
    +    out[4] *= scalar;
    +    out[5] *= scalar;
    +    out[6] *= scalar;
    +    out[7] *= scalar;
    +    out[8] *= scalar;
    +}
    +
    +/*-
    + * felem_neg sets |out| to |-in|
      * On entry:
      *   in[i] < 2^59 + 2^14
      * On exit:
      *   out[i] < 2^62
      */
     static void felem_neg(felem out, const felem in)
    -	{
    -	/* In order to prevent underflow, we subtract from 0 mod p. */
    -	static const limb two62m3 = (((limb)1) << 62) - (((limb)1) << 5);
    -	static const limb two62m2 = (((limb)1) << 62) - (((limb)1) << 4);
    -
    -	out[0] = two62m3 - in[0];
    -	out[1] = two62m2 - in[1];
    -	out[2] = two62m2 - in[2];
    -	out[3] = two62m2 - in[3];
    -	out[4] = two62m2 - in[4];
    -	out[5] = two62m2 - in[5];
    -	out[6] = two62m2 - in[6];
    -	out[7] = two62m2 - in[7];
    -	out[8] = two62m2 - in[8];
    -	}
    -
    -/* felem_diff64 subtracts |in| from |out|
    +{
    +    /* In order to prevent underflow, we subtract from 0 mod p. */
    +    static const limb two62m3 = (((limb) 1) << 62) - (((limb) 1) << 5);
    +    static const limb two62m2 = (((limb) 1) << 62) - (((limb) 1) << 4);
    +
    +    out[0] = two62m3 - in[0];
    +    out[1] = two62m2 - in[1];
    +    out[2] = two62m2 - in[2];
    +    out[3] = two62m2 - in[3];
    +    out[4] = two62m2 - in[4];
    +    out[5] = two62m2 - in[5];
    +    out[6] = two62m2 - in[6];
    +    out[7] = two62m2 - in[7];
    +    out[8] = two62m2 - in[8];
    +}
    +
    +/*-
    + * felem_diff64 subtracts |in| from |out|
      * On entry:
      *   in[i] < 2^59 + 2^14
      * On exit:
      *   out[i] < out[i] + 2^62
      */
     static void felem_diff64(felem out, const felem in)
    -	{
    -	/* In order to prevent underflow, we add 0 mod p before subtracting. */
    -	static const limb two62m3 = (((limb)1) << 62) - (((limb)1) << 5);
    -	static const limb two62m2 = (((limb)1) << 62) - (((limb)1) << 4);
    -
    -	out[0] += two62m3 - in[0];
    -	out[1] += two62m2 - in[1];
    -	out[2] += two62m2 - in[2];
    -	out[3] += two62m2 - in[3];
    -	out[4] += two62m2 - in[4];
    -	out[5] += two62m2 - in[5];
    -	out[6] += two62m2 - in[6];
    -	out[7] += two62m2 - in[7];
    -	out[8] += two62m2 - in[8];
    -	}
    -
    -/* felem_diff_128_64 subtracts |in| from |out|
    +{
    +    /*
    +     * In order to prevent underflow, we add 0 mod p before subtracting.
    +     */
    +    static const limb two62m3 = (((limb) 1) << 62) - (((limb) 1) << 5);
    +    static const limb two62m2 = (((limb) 1) << 62) - (((limb) 1) << 4);
    +
    +    out[0] += two62m3 - in[0];
    +    out[1] += two62m2 - in[1];
    +    out[2] += two62m2 - in[2];
    +    out[3] += two62m2 - in[3];
    +    out[4] += two62m2 - in[4];
    +    out[5] += two62m2 - in[5];
    +    out[6] += two62m2 - in[6];
    +    out[7] += two62m2 - in[7];
    +    out[8] += two62m2 - in[8];
    +}
    +
    +/*-
    + * felem_diff_128_64 subtracts |in| from |out|
      * On entry:
      *   in[i] < 2^62 + 2^17
      * On exit:
      *   out[i] < out[i] + 2^63
      */
     static void felem_diff_128_64(largefelem out, const felem in)
    -	{
    -	/* In order to prevent underflow, we add 0 mod p before subtracting. */
    -	static const limb two63m6 = (((limb)1) << 62) - (((limb)1) << 5);
    -	static const limb two63m5 = (((limb)1) << 62) - (((limb)1) << 4);
    -
    -	out[0] += two63m6 - in[0];
    -	out[1] += two63m5 - in[1];
    -	out[2] += two63m5 - in[2];
    -	out[3] += two63m5 - in[3];
    -	out[4] += two63m5 - in[4];
    -	out[5] += two63m5 - in[5];
    -	out[6] += two63m5 - in[6];
    -	out[7] += two63m5 - in[7];
    -	out[8] += two63m5 - in[8];
    -	}
    -
    -/* felem_diff_128_64 subtracts |in| from |out|
    +{
    +    /*
    +     * In order to prevent underflow, we add 0 mod p before subtracting.
    +     */
    +    static const limb two63m6 = (((limb) 1) << 62) - (((limb) 1) << 5);
    +    static const limb two63m5 = (((limb) 1) << 62) - (((limb) 1) << 4);
    +
    +    out[0] += two63m6 - in[0];
    +    out[1] += two63m5 - in[1];
    +    out[2] += two63m5 - in[2];
    +    out[3] += two63m5 - in[3];
    +    out[4] += two63m5 - in[4];
    +    out[5] += two63m5 - in[5];
    +    out[6] += two63m5 - in[6];
    +    out[7] += two63m5 - in[7];
    +    out[8] += two63m5 - in[8];
    +}
    +
    +/*-
    + * felem_diff_128_64 subtracts |in| from |out|
      * On entry:
      *   in[i] < 2^126
      * On exit:
      *   out[i] < out[i] + 2^127 - 2^69
      */
     static void felem_diff128(largefelem out, const largefelem in)
    -	{
    -	/* In order to prevent underflow, we add 0 mod p before subtracting. */
    -	static const uint128_t two127m70 = (((uint128_t)1) << 127) - (((uint128_t)1) << 70);
    -	static const uint128_t two127m69 = (((uint128_t)1) << 127) - (((uint128_t)1) << 69);
    -
    -	out[0] += (two127m70 - in[0]);
    -	out[1] += (two127m69 - in[1]);
    -	out[2] += (two127m69 - in[2]);
    -	out[3] += (two127m69 - in[3]);
    -	out[4] += (two127m69 - in[4]);
    -	out[5] += (two127m69 - in[5]);
    -	out[6] += (two127m69 - in[6]);
    -	out[7] += (two127m69 - in[7]);
    -	out[8] += (two127m69 - in[8]);
    -	}
    -
    -/* felem_square sets |out| = |in|^2
    +{
    +    /*
    +     * In order to prevent underflow, we add 0 mod p before subtracting.
    +     */
    +    static const uint128_t two127m70 =
    +        (((uint128_t) 1) << 127) - (((uint128_t) 1) << 70);
    +    static const uint128_t two127m69 =
    +        (((uint128_t) 1) << 127) - (((uint128_t) 1) << 69);
    +
    +    out[0] += (two127m70 - in[0]);
    +    out[1] += (two127m69 - in[1]);
    +    out[2] += (two127m69 - in[2]);
    +    out[3] += (two127m69 - in[3]);
    +    out[4] += (two127m69 - in[4]);
    +    out[5] += (two127m69 - in[5]);
    +    out[6] += (two127m69 - in[6]);
    +    out[7] += (two127m69 - in[7]);
    +    out[8] += (two127m69 - in[8]);
    +}
    +
    +/*-
    + * felem_square sets |out| = |in|^2
      * On entry:
      *   in[i] < 2^62
      * On exit:
      *   out[i] < 17 * max(in[i]) * max(in[i])
      */
     static void felem_square(largefelem out, const felem in)
    -	{
    -	felem inx2, inx4;
    -	felem_scalar(inx2, in, 2);
    -	felem_scalar(inx4, in, 4);
    -
    -	/* We have many cases were we want to do
    -	 *   in[x] * in[y] +
    -	 *   in[y] * in[x]
    -	 * This is obviously just
    -	 *   2 * in[x] * in[y]
    -	 * However, rather than do the doubling on the 128 bit result, we
    -	 * double one of the inputs to the multiplication by reading from
    -	 * |inx2| */
    -
    -	out[0] = ((uint128_t) in[0]) * in[0];
    -	out[1] = ((uint128_t) in[0]) * inx2[1];
    -	out[2] = ((uint128_t) in[0]) * inx2[2] +
    -		 ((uint128_t) in[1]) * in[1];
    -	out[3] = ((uint128_t) in[0]) * inx2[3] +
    -		 ((uint128_t) in[1]) * inx2[2];
    -	out[4] = ((uint128_t) in[0]) * inx2[4] +
    -		 ((uint128_t) in[1]) * inx2[3] +
    -		 ((uint128_t) in[2]) * in[2];
    -	out[5] = ((uint128_t) in[0]) * inx2[5] +
    -		 ((uint128_t) in[1]) * inx2[4] +
    -		 ((uint128_t) in[2]) * inx2[3];
    -	out[6] = ((uint128_t) in[0]) * inx2[6] +
    -		 ((uint128_t) in[1]) * inx2[5] +
    -		 ((uint128_t) in[2]) * inx2[4] +
    -		 ((uint128_t) in[3]) * in[3];
    -	out[7] = ((uint128_t) in[0]) * inx2[7] +
    -		 ((uint128_t) in[1]) * inx2[6] +
    -		 ((uint128_t) in[2]) * inx2[5] +
    -		 ((uint128_t) in[3]) * inx2[4];
    -	out[8] = ((uint128_t) in[0]) * inx2[8] +
    -		 ((uint128_t) in[1]) * inx2[7] +
    -		 ((uint128_t) in[2]) * inx2[6] +
    -		 ((uint128_t) in[3]) * inx2[5] +
    -		 ((uint128_t) in[4]) * in[4];
    -
    -	/* The remaining limbs fall above 2^521, with the first falling at
    -	 * 2^522. They correspond to locations one bit up from the limbs
    -	 * produced above so we would have to multiply by two to align them.
    -	 * Again, rather than operate on the 128-bit result, we double one of
    -	 * the inputs to the multiplication. If we want to double for both this
    -	 * reason, and the reason above, then we end up multiplying by four. */
    -
    -	/* 9 */
    -	out[0] += ((uint128_t) in[1]) * inx4[8] +
    -		  ((uint128_t) in[2]) * inx4[7] +
    -		  ((uint128_t) in[3]) * inx4[6] +
    -		  ((uint128_t) in[4]) * inx4[5];
    -
    -	/* 10 */
    -	out[1] += ((uint128_t) in[2]) * inx4[8] +
    -		  ((uint128_t) in[3]) * inx4[7] +
    -		  ((uint128_t) in[4]) * inx4[6] +
    -		  ((uint128_t) in[5]) * inx2[5];
    -
    -	/* 11 */
    -	out[2] += ((uint128_t) in[3]) * inx4[8] +
    -		  ((uint128_t) in[4]) * inx4[7] +
    -		  ((uint128_t) in[5]) * inx4[6];
    -
    -	/* 12 */
    -	out[3] += ((uint128_t) in[4]) * inx4[8] +
    -		  ((uint128_t) in[5]) * inx4[7] +
    -		  ((uint128_t) in[6]) * inx2[6];
    -
    -	/* 13 */
    -	out[4] += ((uint128_t) in[5]) * inx4[8] +
    -		  ((uint128_t) in[6]) * inx4[7];
    -
    -	/* 14 */
    -	out[5] += ((uint128_t) in[6]) * inx4[8] +
    -		  ((uint128_t) in[7]) * inx2[7];
    -
    -	/* 15 */
    -	out[6] += ((uint128_t) in[7]) * inx4[8];
    -
    -	/* 16 */
    -	out[7] += ((uint128_t) in[8]) * inx2[8];
    -	}
    -
    -/* felem_mul sets |out| = |in1| * |in2|
    +{
    +    felem inx2, inx4;
    +    felem_scalar(inx2, in, 2);
    +    felem_scalar(inx4, in, 4);
    +
    +    /*-
    +     * We have many cases were we want to do
    +     *   in[x] * in[y] +
    +     *   in[y] * in[x]
    +     * This is obviously just
    +     *   2 * in[x] * in[y]
    +     * However, rather than do the doubling on the 128 bit result, we
    +     * double one of the inputs to the multiplication by reading from
    +     * |inx2|
    +     */
    +
    +    out[0] = ((uint128_t) in[0]) * in[0];
    +    out[1] = ((uint128_t) in[0]) * inx2[1];
    +    out[2] = ((uint128_t) in[0]) * inx2[2] + ((uint128_t) in[1]) * in[1];
    +    out[3] = ((uint128_t) in[0]) * inx2[3] + ((uint128_t) in[1]) * inx2[2];
    +    out[4] = ((uint128_t) in[0]) * inx2[4] +
    +        ((uint128_t) in[1]) * inx2[3] + ((uint128_t) in[2]) * in[2];
    +    out[5] = ((uint128_t) in[0]) * inx2[5] +
    +        ((uint128_t) in[1]) * inx2[4] + ((uint128_t) in[2]) * inx2[3];
    +    out[6] = ((uint128_t) in[0]) * inx2[6] +
    +        ((uint128_t) in[1]) * inx2[5] +
    +        ((uint128_t) in[2]) * inx2[4] + ((uint128_t) in[3]) * in[3];
    +    out[7] = ((uint128_t) in[0]) * inx2[7] +
    +        ((uint128_t) in[1]) * inx2[6] +
    +        ((uint128_t) in[2]) * inx2[5] + ((uint128_t) in[3]) * inx2[4];
    +    out[8] = ((uint128_t) in[0]) * inx2[8] +
    +        ((uint128_t) in[1]) * inx2[7] +
    +        ((uint128_t) in[2]) * inx2[6] +
    +        ((uint128_t) in[3]) * inx2[5] + ((uint128_t) in[4]) * in[4];
    +
    +    /*
    +     * The remaining limbs fall above 2^521, with the first falling at 2^522.
    +     * They correspond to locations one bit up from the limbs produced above
    +     * so we would have to multiply by two to align them. Again, rather than
    +     * operate on the 128-bit result, we double one of the inputs to the
    +     * multiplication. If we want to double for both this reason, and the
    +     * reason above, then we end up multiplying by four.
    +     */
    +
    +    /* 9 */
    +    out[0] += ((uint128_t) in[1]) * inx4[8] +
    +        ((uint128_t) in[2]) * inx4[7] +
    +        ((uint128_t) in[3]) * inx4[6] + ((uint128_t) in[4]) * inx4[5];
    +
    +    /* 10 */
    +    out[1] += ((uint128_t) in[2]) * inx4[8] +
    +        ((uint128_t) in[3]) * inx4[7] +
    +        ((uint128_t) in[4]) * inx4[6] + ((uint128_t) in[5]) * inx2[5];
    +
    +    /* 11 */
    +    out[2] += ((uint128_t) in[3]) * inx4[8] +
    +        ((uint128_t) in[4]) * inx4[7] + ((uint128_t) in[5]) * inx4[6];
    +
    +    /* 12 */
    +    out[3] += ((uint128_t) in[4]) * inx4[8] +
    +        ((uint128_t) in[5]) * inx4[7] + ((uint128_t) in[6]) * inx2[6];
    +
    +    /* 13 */
    +    out[4] += ((uint128_t) in[5]) * inx4[8] + ((uint128_t) in[6]) * inx4[7];
    +
    +    /* 14 */
    +    out[5] += ((uint128_t) in[6]) * inx4[8] + ((uint128_t) in[7]) * inx2[7];
    +
    +    /* 15 */
    +    out[6] += ((uint128_t) in[7]) * inx4[8];
    +
    +    /* 16 */
    +    out[7] += ((uint128_t) in[8]) * inx2[8];
    +}
    +
    +/*-
    + * felem_mul sets |out| = |in1| * |in2|
      * On entry:
      *   in1[i] < 2^64
      *   in2[i] < 2^63
    @@ -482,202 +493,197 @@ static void felem_square(largefelem out, const felem in)
      *   out[i] < 17 * max(in1[i]) * max(in2[i])
      */
     static void felem_mul(largefelem out, const felem in1, const felem in2)
    -	{
    -	felem in2x2;
    -	felem_scalar(in2x2, in2, 2);
    -
    -	out[0] = ((uint128_t) in1[0]) * in2[0];
    -
    -	out[1] = ((uint128_t) in1[0]) * in2[1] +
    -	         ((uint128_t) in1[1]) * in2[0];
    -
    -	out[2] = ((uint128_t) in1[0]) * in2[2] +
    -		 ((uint128_t) in1[1]) * in2[1] +
    -	         ((uint128_t) in1[2]) * in2[0];
    -
    -	out[3] = ((uint128_t) in1[0]) * in2[3] +
    -		 ((uint128_t) in1[1]) * in2[2] +
    -		 ((uint128_t) in1[2]) * in2[1] +
    -		 ((uint128_t) in1[3]) * in2[0];
    -
    -	out[4] = ((uint128_t) in1[0]) * in2[4] +
    -		 ((uint128_t) in1[1]) * in2[3] +
    -		 ((uint128_t) in1[2]) * in2[2] +
    -		 ((uint128_t) in1[3]) * in2[1] +
    -		 ((uint128_t) in1[4]) * in2[0];
    -
    -	out[5] = ((uint128_t) in1[0]) * in2[5] +
    -		 ((uint128_t) in1[1]) * in2[4] +
    -		 ((uint128_t) in1[2]) * in2[3] +
    -		 ((uint128_t) in1[3]) * in2[2] +
    -		 ((uint128_t) in1[4]) * in2[1] +
    -		 ((uint128_t) in1[5]) * in2[0];
    -
    -	out[6] = ((uint128_t) in1[0]) * in2[6] +
    -		 ((uint128_t) in1[1]) * in2[5] +
    -		 ((uint128_t) in1[2]) * in2[4] +
    -		 ((uint128_t) in1[3]) * in2[3] +
    -		 ((uint128_t) in1[4]) * in2[2] +
    -		 ((uint128_t) in1[5]) * in2[1] +
    -		 ((uint128_t) in1[6]) * in2[0];
    -
    -	out[7] = ((uint128_t) in1[0]) * in2[7] +
    -		 ((uint128_t) in1[1]) * in2[6] +
    -		 ((uint128_t) in1[2]) * in2[5] +
    -		 ((uint128_t) in1[3]) * in2[4] +
    -		 ((uint128_t) in1[4]) * in2[3] +
    -		 ((uint128_t) in1[5]) * in2[2] +
    -		 ((uint128_t) in1[6]) * in2[1] +
    -		 ((uint128_t) in1[7]) * in2[0];
    -
    -	out[8] = ((uint128_t) in1[0]) * in2[8] +
    -		 ((uint128_t) in1[1]) * in2[7] +
    -		 ((uint128_t) in1[2]) * in2[6] +
    -		 ((uint128_t) in1[3]) * in2[5] +
    -		 ((uint128_t) in1[4]) * in2[4] +
    -		 ((uint128_t) in1[5]) * in2[3] +
    -		 ((uint128_t) in1[6]) * in2[2] +
    -		 ((uint128_t) in1[7]) * in2[1] +
    -		 ((uint128_t) in1[8]) * in2[0];
    -
    -	/* See comment in felem_square about the use of in2x2 here */
    -
    -	out[0] += ((uint128_t) in1[1]) * in2x2[8] +
    -		  ((uint128_t) in1[2]) * in2x2[7] +
    -		  ((uint128_t) in1[3]) * in2x2[6] +
    -		  ((uint128_t) in1[4]) * in2x2[5] +
    -		  ((uint128_t) in1[5]) * in2x2[4] +
    -		  ((uint128_t) in1[6]) * in2x2[3] +
    -		  ((uint128_t) in1[7]) * in2x2[2] +
    -		  ((uint128_t) in1[8]) * in2x2[1];
    -
    -	out[1] += ((uint128_t) in1[2]) * in2x2[8] +
    -		  ((uint128_t) in1[3]) * in2x2[7] +
    -		  ((uint128_t) in1[4]) * in2x2[6] +
    -		  ((uint128_t) in1[5]) * in2x2[5] +
    -		  ((uint128_t) in1[6]) * in2x2[4] +
    -		  ((uint128_t) in1[7]) * in2x2[3] +
    -		  ((uint128_t) in1[8]) * in2x2[2];
    -
    -	out[2] += ((uint128_t) in1[3]) * in2x2[8] +
    -		  ((uint128_t) in1[4]) * in2x2[7] +
    -		  ((uint128_t) in1[5]) * in2x2[6] +
    -		  ((uint128_t) in1[6]) * in2x2[5] +
    -		  ((uint128_t) in1[7]) * in2x2[4] +
    -		  ((uint128_t) in1[8]) * in2x2[3];
    -
    -	out[3] += ((uint128_t) in1[4]) * in2x2[8] +
    -		  ((uint128_t) in1[5]) * in2x2[7] +
    -		  ((uint128_t) in1[6]) * in2x2[6] +
    -		  ((uint128_t) in1[7]) * in2x2[5] +
    -		  ((uint128_t) in1[8]) * in2x2[4];
    -
    -	out[4] += ((uint128_t) in1[5]) * in2x2[8] +
    -		  ((uint128_t) in1[6]) * in2x2[7] +
    -		  ((uint128_t) in1[7]) * in2x2[6] +
    -		  ((uint128_t) in1[8]) * in2x2[5];
    -
    -	out[5] += ((uint128_t) in1[6]) * in2x2[8] +
    -		  ((uint128_t) in1[7]) * in2x2[7] +
    -		  ((uint128_t) in1[8]) * in2x2[6];
    -
    -	out[6] += ((uint128_t) in1[7]) * in2x2[8] +
    -		  ((uint128_t) in1[8]) * in2x2[7];
    -
    -	out[7] += ((uint128_t) in1[8]) * in2x2[8];
    -	}
    +{
    +    felem in2x2;
    +    felem_scalar(in2x2, in2, 2);
    +
    +    out[0] = ((uint128_t) in1[0]) * in2[0];
    +
    +    out[1] = ((uint128_t) in1[0]) * in2[1] + ((uint128_t) in1[1]) * in2[0];
    +
    +    out[2] = ((uint128_t) in1[0]) * in2[2] +
    +        ((uint128_t) in1[1]) * in2[1] + ((uint128_t) in1[2]) * in2[0];
    +
    +    out[3] = ((uint128_t) in1[0]) * in2[3] +
    +        ((uint128_t) in1[1]) * in2[2] +
    +        ((uint128_t) in1[2]) * in2[1] + ((uint128_t) in1[3]) * in2[0];
    +
    +    out[4] = ((uint128_t) in1[0]) * in2[4] +
    +        ((uint128_t) in1[1]) * in2[3] +
    +        ((uint128_t) in1[2]) * in2[2] +
    +        ((uint128_t) in1[3]) * in2[1] + ((uint128_t) in1[4]) * in2[0];
    +
    +    out[5] = ((uint128_t) in1[0]) * in2[5] +
    +        ((uint128_t) in1[1]) * in2[4] +
    +        ((uint128_t) in1[2]) * in2[3] +
    +        ((uint128_t) in1[3]) * in2[2] +
    +        ((uint128_t) in1[4]) * in2[1] + ((uint128_t) in1[5]) * in2[0];
    +
    +    out[6] = ((uint128_t) in1[0]) * in2[6] +
    +        ((uint128_t) in1[1]) * in2[5] +
    +        ((uint128_t) in1[2]) * in2[4] +
    +        ((uint128_t) in1[3]) * in2[3] +
    +        ((uint128_t) in1[4]) * in2[2] +
    +        ((uint128_t) in1[5]) * in2[1] + ((uint128_t) in1[6]) * in2[0];
    +
    +    out[7] = ((uint128_t) in1[0]) * in2[7] +
    +        ((uint128_t) in1[1]) * in2[6] +
    +        ((uint128_t) in1[2]) * in2[5] +
    +        ((uint128_t) in1[3]) * in2[4] +
    +        ((uint128_t) in1[4]) * in2[3] +
    +        ((uint128_t) in1[5]) * in2[2] +
    +        ((uint128_t) in1[6]) * in2[1] + ((uint128_t) in1[7]) * in2[0];
    +
    +    out[8] = ((uint128_t) in1[0]) * in2[8] +
    +        ((uint128_t) in1[1]) * in2[7] +
    +        ((uint128_t) in1[2]) * in2[6] +
    +        ((uint128_t) in1[3]) * in2[5] +
    +        ((uint128_t) in1[4]) * in2[4] +
    +        ((uint128_t) in1[5]) * in2[3] +
    +        ((uint128_t) in1[6]) * in2[2] +
    +        ((uint128_t) in1[7]) * in2[1] + ((uint128_t) in1[8]) * in2[0];
    +
    +    /* See comment in felem_square about the use of in2x2 here */
    +
    +    out[0] += ((uint128_t) in1[1]) * in2x2[8] +
    +        ((uint128_t) in1[2]) * in2x2[7] +
    +        ((uint128_t) in1[3]) * in2x2[6] +
    +        ((uint128_t) in1[4]) * in2x2[5] +
    +        ((uint128_t) in1[5]) * in2x2[4] +
    +        ((uint128_t) in1[6]) * in2x2[3] +
    +        ((uint128_t) in1[7]) * in2x2[2] + ((uint128_t) in1[8]) * in2x2[1];
    +
    +    out[1] += ((uint128_t) in1[2]) * in2x2[8] +
    +        ((uint128_t) in1[3]) * in2x2[7] +
    +        ((uint128_t) in1[4]) * in2x2[6] +
    +        ((uint128_t) in1[5]) * in2x2[5] +
    +        ((uint128_t) in1[6]) * in2x2[4] +
    +        ((uint128_t) in1[7]) * in2x2[3] + ((uint128_t) in1[8]) * in2x2[2];
    +
    +    out[2] += ((uint128_t) in1[3]) * in2x2[8] +
    +        ((uint128_t) in1[4]) * in2x2[7] +
    +        ((uint128_t) in1[5]) * in2x2[6] +
    +        ((uint128_t) in1[6]) * in2x2[5] +
    +        ((uint128_t) in1[7]) * in2x2[4] + ((uint128_t) in1[8]) * in2x2[3];
    +
    +    out[3] += ((uint128_t) in1[4]) * in2x2[8] +
    +        ((uint128_t) in1[5]) * in2x2[7] +
    +        ((uint128_t) in1[6]) * in2x2[6] +
    +        ((uint128_t) in1[7]) * in2x2[5] + ((uint128_t) in1[8]) * in2x2[4];
    +
    +    out[4] += ((uint128_t) in1[5]) * in2x2[8] +
    +        ((uint128_t) in1[6]) * in2x2[7] +
    +        ((uint128_t) in1[7]) * in2x2[6] + ((uint128_t) in1[8]) * in2x2[5];
    +
    +    out[5] += ((uint128_t) in1[6]) * in2x2[8] +
    +        ((uint128_t) in1[7]) * in2x2[7] + ((uint128_t) in1[8]) * in2x2[6];
    +
    +    out[6] += ((uint128_t) in1[7]) * in2x2[8] +
    +        ((uint128_t) in1[8]) * in2x2[7];
    +
    +    out[7] += ((uint128_t) in1[8]) * in2x2[8];
    +}
     
     static const limb bottom52bits = 0xfffffffffffff;
     
    -/* felem_reduce converts a largefelem to an felem.
    +/*-
    + * felem_reduce converts a largefelem to an felem.
      * On entry:
      *   in[i] < 2^128
      * On exit:
      *   out[i] < 2^59 + 2^14
      */
     static void felem_reduce(felem out, const largefelem in)
    -	{
    -	u64 overflow1, overflow2;
    -
    -	out[0] = ((limb) in[0]) & bottom58bits;
    -	out[1] = ((limb) in[1]) & bottom58bits;
    -	out[2] = ((limb) in[2]) & bottom58bits;
    -	out[3] = ((limb) in[3]) & bottom58bits;
    -	out[4] = ((limb) in[4]) & bottom58bits;
    -	out[5] = ((limb) in[5]) & bottom58bits;
    -	out[6] = ((limb) in[6]) & bottom58bits;
    -	out[7] = ((limb) in[7]) & bottom58bits;
    -	out[8] = ((limb) in[8]) & bottom58bits;
    -
    -	/* out[i] < 2^58 */
    -
    -	out[1] += ((limb) in[0]) >> 58;
    -	out[1] += (((limb) (in[0] >> 64)) & bottom52bits) << 6;
    -	/* out[1] < 2^58 + 2^6 + 2^58
    -	 *        = 2^59 + 2^6 */
    -	out[2] += ((limb) (in[0] >> 64)) >> 52;
    -
    -	out[2] += ((limb) in[1]) >> 58;
    -	out[2] += (((limb) (in[1] >> 64)) & bottom52bits) << 6;
    -	out[3] += ((limb) (in[1] >> 64)) >> 52;
    -
    -	out[3] += ((limb) in[2]) >> 58;
    -	out[3] += (((limb) (in[2] >> 64)) & bottom52bits) << 6;
    -	out[4] += ((limb) (in[2] >> 64)) >> 52;
    -
    -	out[4] += ((limb) in[3]) >> 58;
    -	out[4] += (((limb) (in[3] >> 64)) & bottom52bits) << 6;
    -	out[5] += ((limb) (in[3] >> 64)) >> 52;
    -
    -	out[5] += ((limb) in[4]) >> 58;
    -	out[5] += (((limb) (in[4] >> 64)) & bottom52bits) << 6;
    -	out[6] += ((limb) (in[4] >> 64)) >> 52;
    -
    -	out[6] += ((limb) in[5]) >> 58;
    -	out[6] += (((limb) (in[5] >> 64)) & bottom52bits) << 6;
    -	out[7] += ((limb) (in[5] >> 64)) >> 52;
    -
    -	out[7] += ((limb) in[6]) >> 58;
    -	out[7] += (((limb) (in[6] >> 64)) & bottom52bits) << 6;
    -	out[8] += ((limb) (in[6] >> 64)) >> 52;
    -
    -	out[8] += ((limb) in[7]) >> 58;
    -	out[8] += (((limb) (in[7] >> 64)) & bottom52bits) << 6;
    -	/* out[x > 1] < 2^58 + 2^6 + 2^58 + 2^12
    -	 *            < 2^59 + 2^13 */
    -	overflow1 = ((limb) (in[7] >> 64)) >> 52;
    -
    -	overflow1 += ((limb) in[8]) >> 58;
    -	overflow1 += (((limb) (in[8] >> 64)) & bottom52bits) << 6;
    -	overflow2 = ((limb) (in[8] >> 64)) >> 52;
    -
    -	overflow1 <<= 1;  /* overflow1 < 2^13 + 2^7 + 2^59 */
    -	overflow2 <<= 1;  /* overflow2 < 2^13 */
    -
    -	out[0] += overflow1;  /* out[0] < 2^60 */
    -	out[1] += overflow2;  /* out[1] < 2^59 + 2^6 + 2^13 */
    -
    -	out[1] += out[0] >> 58; out[0] &= bottom58bits;
    -	/* out[0] < 2^58
    -	 * out[1] < 2^59 + 2^6 + 2^13 + 2^2
    -	 *        < 2^59 + 2^14 */
    -	}
    +{
    +    u64 overflow1, overflow2;
    +
    +    out[0] = ((limb) in[0]) & bottom58bits;
    +    out[1] = ((limb) in[1]) & bottom58bits;
    +    out[2] = ((limb) in[2]) & bottom58bits;
    +    out[3] = ((limb) in[3]) & bottom58bits;
    +    out[4] = ((limb) in[4]) & bottom58bits;
    +    out[5] = ((limb) in[5]) & bottom58bits;
    +    out[6] = ((limb) in[6]) & bottom58bits;
    +    out[7] = ((limb) in[7]) & bottom58bits;
    +    out[8] = ((limb) in[8]) & bottom58bits;
    +
    +    /* out[i] < 2^58 */
    +
    +    out[1] += ((limb) in[0]) >> 58;
    +    out[1] += (((limb) (in[0] >> 64)) & bottom52bits) << 6;
    +    /*-
    +     * out[1] < 2^58 + 2^6 + 2^58
    +     *        = 2^59 + 2^6
    +     */
    +    out[2] += ((limb) (in[0] >> 64)) >> 52;
    +
    +    out[2] += ((limb) in[1]) >> 58;
    +    out[2] += (((limb) (in[1] >> 64)) & bottom52bits) << 6;
    +    out[3] += ((limb) (in[1] >> 64)) >> 52;
    +
    +    out[3] += ((limb) in[2]) >> 58;
    +    out[3] += (((limb) (in[2] >> 64)) & bottom52bits) << 6;
    +    out[4] += ((limb) (in[2] >> 64)) >> 52;
    +
    +    out[4] += ((limb) in[3]) >> 58;
    +    out[4] += (((limb) (in[3] >> 64)) & bottom52bits) << 6;
    +    out[5] += ((limb) (in[3] >> 64)) >> 52;
    +
    +    out[5] += ((limb) in[4]) >> 58;
    +    out[5] += (((limb) (in[4] >> 64)) & bottom52bits) << 6;
    +    out[6] += ((limb) (in[4] >> 64)) >> 52;
    +
    +    out[6] += ((limb) in[5]) >> 58;
    +    out[6] += (((limb) (in[5] >> 64)) & bottom52bits) << 6;
    +    out[7] += ((limb) (in[5] >> 64)) >> 52;
    +
    +    out[7] += ((limb) in[6]) >> 58;
    +    out[7] += (((limb) (in[6] >> 64)) & bottom52bits) << 6;
    +    out[8] += ((limb) (in[6] >> 64)) >> 52;
    +
    +    out[8] += ((limb) in[7]) >> 58;
    +    out[8] += (((limb) (in[7] >> 64)) & bottom52bits) << 6;
    +    /*-
    +     * out[x > 1] < 2^58 + 2^6 + 2^58 + 2^12
    +     *            < 2^59 + 2^13
    +     */
    +    overflow1 = ((limb) (in[7] >> 64)) >> 52;
    +
    +    overflow1 += ((limb) in[8]) >> 58;
    +    overflow1 += (((limb) (in[8] >> 64)) & bottom52bits) << 6;
    +    overflow2 = ((limb) (in[8] >> 64)) >> 52;
    +
    +    overflow1 <<= 1;            /* overflow1 < 2^13 + 2^7 + 2^59 */
    +    overflow2 <<= 1;            /* overflow2 < 2^13 */
    +
    +    out[0] += overflow1;        /* out[0] < 2^60 */
    +    out[1] += overflow2;        /* out[1] < 2^59 + 2^6 + 2^13 */
    +
    +    out[1] += out[0] >> 58;
    +    out[0] &= bottom58bits;
    +    /*-
    +     * out[0] < 2^58
    +     * out[1] < 2^59 + 2^6 + 2^13 + 2^2
    +     *        < 2^59 + 2^14
    +     */
    +}
     
     static void felem_square_reduce(felem out, const felem in)
    -	{
    -	largefelem tmp;
    -	felem_square(tmp, in);
    -	felem_reduce(out, tmp);
    -	}
    +{
    +    largefelem tmp;
    +    felem_square(tmp, in);
    +    felem_reduce(out, tmp);
    +}
     
     static void felem_mul_reduce(felem out, const felem in1, const felem in2)
    -	{
    -	largefelem tmp;
    -	felem_mul(tmp, in1, in2);
    -	felem_reduce(out, tmp);
    -	}
    +{
    +    largefelem tmp;
    +    felem_mul(tmp, in1, in2);
    +    felem_reduce(out, tmp);
    +}
     
    -/* felem_inv calculates |out| = |in|^{-1}
    +/*-
    + * felem_inv calculates |out| = |in|^{-1}
      *
      * Based on Fermat's Little Theorem:
      *   a^p = a (mod p)
    @@ -685,259 +691,335 @@ static void felem_mul_reduce(felem out, const felem in1, const felem in2)
      *   a^{p-2} = a^{-1} (mod p)
      */
     static void felem_inv(felem out, const felem in)
    -	{
    -	felem ftmp, ftmp2, ftmp3, ftmp4;
    -	largefelem tmp;
    -	unsigned i;
    -
    -	felem_square(tmp, in); felem_reduce(ftmp, tmp);		/* 2^1 */
    -	felem_mul(tmp, in, ftmp); felem_reduce(ftmp, tmp);	/* 2^2 - 2^0 */
    -	felem_assign(ftmp2, ftmp);
    -	felem_square(tmp, ftmp); felem_reduce(ftmp, tmp);	/* 2^3 - 2^1 */
    -	felem_mul(tmp, in, ftmp); felem_reduce(ftmp, tmp);	/* 2^3 - 2^0 */
    -	felem_square(tmp, ftmp); felem_reduce(ftmp, tmp);	/* 2^4 - 2^1 */
    -
    -	felem_square(tmp, ftmp2); felem_reduce(ftmp3, tmp);	/* 2^3 - 2^1 */
    -	felem_square(tmp, ftmp3); felem_reduce(ftmp3, tmp);	/* 2^4 - 2^2 */
    -	felem_mul(tmp, ftmp3, ftmp2); felem_reduce(ftmp3, tmp);	/* 2^4 - 2^0 */
    -
    -	felem_assign(ftmp2, ftmp3);
    -	felem_square(tmp, ftmp3); felem_reduce(ftmp3, tmp);	/* 2^5 - 2^1 */
    -	felem_square(tmp, ftmp3); felem_reduce(ftmp3, tmp);	/* 2^6 - 2^2 */
    -	felem_square(tmp, ftmp3); felem_reduce(ftmp3, tmp);	/* 2^7 - 2^3 */
    -	felem_square(tmp, ftmp3); felem_reduce(ftmp3, tmp);	/* 2^8 - 2^4 */
    -	felem_assign(ftmp4, ftmp3);
    -	felem_mul(tmp, ftmp3, ftmp); felem_reduce(ftmp4, tmp);	/* 2^8 - 2^1 */
    -	felem_square(tmp, ftmp4); felem_reduce(ftmp4, tmp);	/* 2^9 - 2^2 */
    -	felem_mul(tmp, ftmp3, ftmp2); felem_reduce(ftmp3, tmp);	/* 2^8 - 2^0 */
    -	felem_assign(ftmp2, ftmp3);
    -
    -	for (i = 0; i < 8; i++)
    -		{
    -		felem_square(tmp, ftmp3); felem_reduce(ftmp3, tmp);	/* 2^16 - 2^8 */
    -		}
    -	felem_mul(tmp, ftmp3, ftmp2); felem_reduce(ftmp3, tmp);	/* 2^16 - 2^0 */
    -	felem_assign(ftmp2, ftmp3);
    -
    -	for (i = 0; i < 16; i++)
    -		{
    -		felem_square(tmp, ftmp3); felem_reduce(ftmp3, tmp);	/* 2^32 - 2^16 */
    -		}
    -	felem_mul(tmp, ftmp3, ftmp2); felem_reduce(ftmp3, tmp);	/* 2^32 - 2^0 */
    -	felem_assign(ftmp2, ftmp3);
    -
    -	for (i = 0; i < 32; i++)
    -		{
    -		felem_square(tmp, ftmp3); felem_reduce(ftmp3, tmp);	/* 2^64 - 2^32 */
    -		}
    -	felem_mul(tmp, ftmp3, ftmp2); felem_reduce(ftmp3, tmp);	/* 2^64 - 2^0 */
    -	felem_assign(ftmp2, ftmp3);
    -
    -	for (i = 0; i < 64; i++)
    -		{
    -		felem_square(tmp, ftmp3); felem_reduce(ftmp3, tmp);	/* 2^128 - 2^64 */
    -		}
    -	felem_mul(tmp, ftmp3, ftmp2); felem_reduce(ftmp3, tmp);	/* 2^128 - 2^0 */
    -	felem_assign(ftmp2, ftmp3);
    -
    -	for (i = 0; i < 128; i++)
    -		{
    -		felem_square(tmp, ftmp3); felem_reduce(ftmp3, tmp);	/* 2^256 - 2^128 */
    -		}
    -	felem_mul(tmp, ftmp3, ftmp2); felem_reduce(ftmp3, tmp);	/* 2^256 - 2^0 */
    -	felem_assign(ftmp2, ftmp3);
    -
    -	for (i = 0; i < 256; i++)
    -		{
    -		felem_square(tmp, ftmp3); felem_reduce(ftmp3, tmp);	/* 2^512 - 2^256 */
    -		}
    -	felem_mul(tmp, ftmp3, ftmp2); felem_reduce(ftmp3, tmp);	/* 2^512 - 2^0 */
    -
    -	for (i = 0; i < 9; i++)
    -		{
    -		felem_square(tmp, ftmp3); felem_reduce(ftmp3, tmp);	/* 2^521 - 2^9 */
    -		}
    -	felem_mul(tmp, ftmp3, ftmp4); felem_reduce(ftmp3, tmp);	/* 2^512 - 2^2 */
    -	felem_mul(tmp, ftmp3, in); felem_reduce(out, tmp);	/* 2^512 - 3 */
    +{
    +    felem ftmp, ftmp2, ftmp3, ftmp4;
    +    largefelem tmp;
    +    unsigned i;
    +
    +    felem_square(tmp, in);
    +    felem_reduce(ftmp, tmp);    /* 2^1 */
    +    felem_mul(tmp, in, ftmp);
    +    felem_reduce(ftmp, tmp);    /* 2^2 - 2^0 */
    +    felem_assign(ftmp2, ftmp);
    +    felem_square(tmp, ftmp);
    +    felem_reduce(ftmp, tmp);    /* 2^3 - 2^1 */
    +    felem_mul(tmp, in, ftmp);
    +    felem_reduce(ftmp, tmp);    /* 2^3 - 2^0 */
    +    felem_square(tmp, ftmp);
    +    felem_reduce(ftmp, tmp);    /* 2^4 - 2^1 */
    +
    +    felem_square(tmp, ftmp2);
    +    felem_reduce(ftmp3, tmp);   /* 2^3 - 2^1 */
    +    felem_square(tmp, ftmp3);
    +    felem_reduce(ftmp3, tmp);   /* 2^4 - 2^2 */
    +    felem_mul(tmp, ftmp3, ftmp2);
    +    felem_reduce(ftmp3, tmp);   /* 2^4 - 2^0 */
    +
    +    felem_assign(ftmp2, ftmp3);
    +    felem_square(tmp, ftmp3);
    +    felem_reduce(ftmp3, tmp);   /* 2^5 - 2^1 */
    +    felem_square(tmp, ftmp3);
    +    felem_reduce(ftmp3, tmp);   /* 2^6 - 2^2 */
    +    felem_square(tmp, ftmp3);
    +    felem_reduce(ftmp3, tmp);   /* 2^7 - 2^3 */
    +    felem_square(tmp, ftmp3);
    +    felem_reduce(ftmp3, tmp);   /* 2^8 - 2^4 */
    +    felem_assign(ftmp4, ftmp3);
    +    felem_mul(tmp, ftmp3, ftmp);
    +    felem_reduce(ftmp4, tmp);   /* 2^8 - 2^1 */
    +    felem_square(tmp, ftmp4);
    +    felem_reduce(ftmp4, tmp);   /* 2^9 - 2^2 */
    +    felem_mul(tmp, ftmp3, ftmp2);
    +    felem_reduce(ftmp3, tmp);   /* 2^8 - 2^0 */
    +    felem_assign(ftmp2, ftmp3);
    +
    +    for (i = 0; i < 8; i++) {
    +        felem_square(tmp, ftmp3);
    +        felem_reduce(ftmp3, tmp); /* 2^16 - 2^8 */
    +    }
    +    felem_mul(tmp, ftmp3, ftmp2);
    +    felem_reduce(ftmp3, tmp);   /* 2^16 - 2^0 */
    +    felem_assign(ftmp2, ftmp3);
    +
    +    for (i = 0; i < 16; i++) {
    +        felem_square(tmp, ftmp3);
    +        felem_reduce(ftmp3, tmp); /* 2^32 - 2^16 */
    +    }
    +    felem_mul(tmp, ftmp3, ftmp2);
    +    felem_reduce(ftmp3, tmp);   /* 2^32 - 2^0 */
    +    felem_assign(ftmp2, ftmp3);
    +
    +    for (i = 0; i < 32; i++) {
    +        felem_square(tmp, ftmp3);
    +        felem_reduce(ftmp3, tmp); /* 2^64 - 2^32 */
    +    }
    +    felem_mul(tmp, ftmp3, ftmp2);
    +    felem_reduce(ftmp3, tmp);   /* 2^64 - 2^0 */
    +    felem_assign(ftmp2, ftmp3);
    +
    +    for (i = 0; i < 64; i++) {
    +        felem_square(tmp, ftmp3);
    +        felem_reduce(ftmp3, tmp); /* 2^128 - 2^64 */
    +    }
    +    felem_mul(tmp, ftmp3, ftmp2);
    +    felem_reduce(ftmp3, tmp);   /* 2^128 - 2^0 */
    +    felem_assign(ftmp2, ftmp3);
    +
    +    for (i = 0; i < 128; i++) {
    +        felem_square(tmp, ftmp3);
    +        felem_reduce(ftmp3, tmp); /* 2^256 - 2^128 */
    +    }
    +    felem_mul(tmp, ftmp3, ftmp2);
    +    felem_reduce(ftmp3, tmp);   /* 2^256 - 2^0 */
    +    felem_assign(ftmp2, ftmp3);
    +
    +    for (i = 0; i < 256; i++) {
    +        felem_square(tmp, ftmp3);
    +        felem_reduce(ftmp3, tmp); /* 2^512 - 2^256 */
    +    }
    +    felem_mul(tmp, ftmp3, ftmp2);
    +    felem_reduce(ftmp3, tmp);   /* 2^512 - 2^0 */
    +
    +    for (i = 0; i < 9; i++) {
    +        felem_square(tmp, ftmp3);
    +        felem_reduce(ftmp3, tmp); /* 2^521 - 2^9 */
    +    }
    +    felem_mul(tmp, ftmp3, ftmp4);
    +    felem_reduce(ftmp3, tmp);   /* 2^512 - 2^2 */
    +    felem_mul(tmp, ftmp3, in);
    +    felem_reduce(out, tmp);     /* 2^512 - 3 */
     }
     
     /* This is 2^521-1, expressed as an felem */
    -static const felem kPrime =
    -	{
    -	0x03ffffffffffffff, 0x03ffffffffffffff, 0x03ffffffffffffff,
    -	0x03ffffffffffffff, 0x03ffffffffffffff, 0x03ffffffffffffff,
    -	0x03ffffffffffffff, 0x03ffffffffffffff, 0x01ffffffffffffff
    -	};
    -
    -/* felem_is_zero returns a limb with all bits set if |in| == 0 (mod p) and 0
    +static const felem kPrime = {
    +    0x03ffffffffffffff, 0x03ffffffffffffff, 0x03ffffffffffffff,
    +    0x03ffffffffffffff, 0x03ffffffffffffff, 0x03ffffffffffffff,
    +    0x03ffffffffffffff, 0x03ffffffffffffff, 0x01ffffffffffffff
    +};
    +
    +/*-
    + * felem_is_zero returns a limb with all bits set if |in| == 0 (mod p) and 0
      * otherwise.
      * On entry:
      *   in[i] < 2^59 + 2^14
      */
     static limb felem_is_zero(const felem in)
    -	{
    -	felem ftmp;
    -	limb is_zero, is_p;
    -	felem_assign(ftmp, in);
    -
    -	ftmp[0] += ftmp[8] >> 57; ftmp[8] &= bottom57bits;
    -	/* ftmp[8] < 2^57 */
    -	ftmp[1] += ftmp[0] >> 58; ftmp[0] &= bottom58bits;
    -	ftmp[2] += ftmp[1] >> 58; ftmp[1] &= bottom58bits;
    -	ftmp[3] += ftmp[2] >> 58; ftmp[2] &= bottom58bits;
    -	ftmp[4] += ftmp[3] >> 58; ftmp[3] &= bottom58bits;
    -	ftmp[5] += ftmp[4] >> 58; ftmp[4] &= bottom58bits;
    -	ftmp[6] += ftmp[5] >> 58; ftmp[5] &= bottom58bits;
    -	ftmp[7] += ftmp[6] >> 58; ftmp[6] &= bottom58bits;
    -	ftmp[8] += ftmp[7] >> 58; ftmp[7] &= bottom58bits;
    -	/* ftmp[8] < 2^57 + 4 */
    -
    -	/* The ninth limb of 2*(2^521-1) is 0x03ffffffffffffff, which is
    -	 * greater than our bound for ftmp[8]. Therefore we only have to check
    -	 * if the zero is zero or 2^521-1. */
    -
    -	is_zero = 0;
    -	is_zero |= ftmp[0];
    -	is_zero |= ftmp[1];
    -	is_zero |= ftmp[2];
    -	is_zero |= ftmp[3];
    -	is_zero |= ftmp[4];
    -	is_zero |= ftmp[5];
    -	is_zero |= ftmp[6];
    -	is_zero |= ftmp[7];
    -	is_zero |= ftmp[8];
    -
    -	is_zero--;
    -	/* We know that ftmp[i] < 2^63, therefore the only way that the top bit
    -	 * can be set is if is_zero was 0 before the decrement. */
    -	is_zero = ((s64) is_zero) >> 63;
    -
    -	is_p = ftmp[0] ^ kPrime[0];
    -	is_p |= ftmp[1] ^ kPrime[1];
    -	is_p |= ftmp[2] ^ kPrime[2];
    -	is_p |= ftmp[3] ^ kPrime[3];
    -	is_p |= ftmp[4] ^ kPrime[4];
    -	is_p |= ftmp[5] ^ kPrime[5];
    -	is_p |= ftmp[6] ^ kPrime[6];
    -	is_p |= ftmp[7] ^ kPrime[7];
    -	is_p |= ftmp[8] ^ kPrime[8];
    -
    -	is_p--;
    -	is_p = ((s64) is_p) >> 63;
    -
    -	is_zero |= is_p;
    -	return is_zero;
    -	}
    +{
    +    felem ftmp;
    +    limb is_zero, is_p;
    +    felem_assign(ftmp, in);
    +
    +    ftmp[0] += ftmp[8] >> 57;
    +    ftmp[8] &= bottom57bits;
    +    /* ftmp[8] < 2^57 */
    +    ftmp[1] += ftmp[0] >> 58;
    +    ftmp[0] &= bottom58bits;
    +    ftmp[2] += ftmp[1] >> 58;
    +    ftmp[1] &= bottom58bits;
    +    ftmp[3] += ftmp[2] >> 58;
    +    ftmp[2] &= bottom58bits;
    +    ftmp[4] += ftmp[3] >> 58;
    +    ftmp[3] &= bottom58bits;
    +    ftmp[5] += ftmp[4] >> 58;
    +    ftmp[4] &= bottom58bits;
    +    ftmp[6] += ftmp[5] >> 58;
    +    ftmp[5] &= bottom58bits;
    +    ftmp[7] += ftmp[6] >> 58;
    +    ftmp[6] &= bottom58bits;
    +    ftmp[8] += ftmp[7] >> 58;
    +    ftmp[7] &= bottom58bits;
    +    /* ftmp[8] < 2^57 + 4 */
    +
    +    /*
    +     * The ninth limb of 2*(2^521-1) is 0x03ffffffffffffff, which is greater
    +     * than our bound for ftmp[8]. Therefore we only have to check if the
    +     * zero is zero or 2^521-1.
    +     */
    +
    +    is_zero = 0;
    +    is_zero |= ftmp[0];
    +    is_zero |= ftmp[1];
    +    is_zero |= ftmp[2];
    +    is_zero |= ftmp[3];
    +    is_zero |= ftmp[4];
    +    is_zero |= ftmp[5];
    +    is_zero |= ftmp[6];
    +    is_zero |= ftmp[7];
    +    is_zero |= ftmp[8];
    +
    +    is_zero--;
    +    /*
    +     * We know that ftmp[i] < 2^63, therefore the only way that the top bit
    +     * can be set is if is_zero was 0 before the decrement.
    +     */
    +    is_zero = ((s64) is_zero) >> 63;
    +
    +    is_p = ftmp[0] ^ kPrime[0];
    +    is_p |= ftmp[1] ^ kPrime[1];
    +    is_p |= ftmp[2] ^ kPrime[2];
    +    is_p |= ftmp[3] ^ kPrime[3];
    +    is_p |= ftmp[4] ^ kPrime[4];
    +    is_p |= ftmp[5] ^ kPrime[5];
    +    is_p |= ftmp[6] ^ kPrime[6];
    +    is_p |= ftmp[7] ^ kPrime[7];
    +    is_p |= ftmp[8] ^ kPrime[8];
    +
    +    is_p--;
    +    is_p = ((s64) is_p) >> 63;
    +
    +    is_zero |= is_p;
    +    return is_zero;
    +}
     
     static int felem_is_zero_int(const felem in)
    -	{
    -	return (int) (felem_is_zero(in) & ((limb)1));
    -	}
    +{
    +    return (int)(felem_is_zero(in) & ((limb) 1));
    +}
     
    -/* felem_contract converts |in| to its unique, minimal representation.
    +/*-
    + * felem_contract converts |in| to its unique, minimal representation.
      * On entry:
      *   in[i] < 2^59 + 2^14
      */
     static void felem_contract(felem out, const felem in)
    -	{
    -	limb is_p, is_greater, sign;
    -	static const limb two58 = ((limb)1) << 58;
    -
    -	felem_assign(out, in);
    -
    -	out[0] += out[8] >> 57; out[8] &= bottom57bits;
    -	/* out[8] < 2^57 */
    -	out[1] += out[0] >> 58; out[0] &= bottom58bits;
    -	out[2] += out[1] >> 58; out[1] &= bottom58bits;
    -	out[3] += out[2] >> 58; out[2] &= bottom58bits;
    -	out[4] += out[3] >> 58; out[3] &= bottom58bits;
    -	out[5] += out[4] >> 58; out[4] &= bottom58bits;
    -	out[6] += out[5] >> 58; out[5] &= bottom58bits;
    -	out[7] += out[6] >> 58; out[6] &= bottom58bits;
    -	out[8] += out[7] >> 58; out[7] &= bottom58bits;
    -	/* out[8] < 2^57 + 4 */
    -
    -	/* If the value is greater than 2^521-1 then we have to subtract
    -	 * 2^521-1 out. See the comments in felem_is_zero regarding why we
    -	 * don't test for other multiples of the prime. */
    -
    -	/* First, if |out| is equal to 2^521-1, we subtract it out to get zero. */
    -
    -	is_p = out[0] ^ kPrime[0];
    -	is_p |= out[1] ^ kPrime[1];
    -	is_p |= out[2] ^ kPrime[2];
    -	is_p |= out[3] ^ kPrime[3];
    -	is_p |= out[4] ^ kPrime[4];
    -	is_p |= out[5] ^ kPrime[5];
    -	is_p |= out[6] ^ kPrime[6];
    -	is_p |= out[7] ^ kPrime[7];
    -	is_p |= out[8] ^ kPrime[8];
    -
    -	is_p--;
    -	is_p &= is_p << 32;
    -	is_p &= is_p << 16;
    -	is_p &= is_p << 8;
    -	is_p &= is_p << 4;
    -	is_p &= is_p << 2;
    -	is_p &= is_p << 1;
    -	is_p = ((s64) is_p) >> 63;
    -	is_p = ~is_p;
    -
    -	/* is_p is 0 iff |out| == 2^521-1 and all ones otherwise */
    -
    -	out[0] &= is_p;
    -	out[1] &= is_p;
    -	out[2] &= is_p;
    -	out[3] &= is_p;
    -	out[4] &= is_p;
    -	out[5] &= is_p;
    -	out[6] &= is_p;
    -	out[7] &= is_p;
    -	out[8] &= is_p;
    -
    -	/* In order to test that |out| >= 2^521-1 we need only test if out[8]
    -	 * >> 57 is greater than zero as (2^521-1) + x >= 2^522 */
    -	is_greater = out[8] >> 57;
    -	is_greater |= is_greater << 32;
    -	is_greater |= is_greater << 16;
    -	is_greater |= is_greater << 8;
    -	is_greater |= is_greater << 4;
    -	is_greater |= is_greater << 2;
    -	is_greater |= is_greater << 1;
    -	is_greater = ((s64) is_greater) >> 63;
    -
    -	out[0] -= kPrime[0] & is_greater;
    -	out[1] -= kPrime[1] & is_greater;
    -	out[2] -= kPrime[2] & is_greater;
    -	out[3] -= kPrime[3] & is_greater;
    -	out[4] -= kPrime[4] & is_greater;
    -	out[5] -= kPrime[5] & is_greater;
    -	out[6] -= kPrime[6] & is_greater;
    -	out[7] -= kPrime[7] & is_greater;
    -	out[8] -= kPrime[8] & is_greater;
    -
    -	/* Eliminate negative coefficients */
    -	sign = -(out[0] >> 63); out[0] += (two58 & sign); out[1] -= (1 & sign);
    -	sign = -(out[1] >> 63); out[1] += (two58 & sign); out[2] -= (1 & sign);
    -	sign = -(out[2] >> 63); out[2] += (two58 & sign); out[3] -= (1 & sign);
    -	sign = -(out[3] >> 63); out[3] += (two58 & sign); out[4] -= (1 & sign);
    -	sign = -(out[4] >> 63); out[4] += (two58 & sign); out[5] -= (1 & sign);
    -	sign = -(out[0] >> 63); out[5] += (two58 & sign); out[6] -= (1 & sign);
    -	sign = -(out[6] >> 63); out[6] += (two58 & sign); out[7] -= (1 & sign);
    -	sign = -(out[7] >> 63); out[7] += (two58 & sign); out[8] -= (1 & sign);
    -	sign = -(out[5] >> 63); out[5] += (two58 & sign); out[6] -= (1 & sign);
    -	sign = -(out[6] >> 63); out[6] += (two58 & sign); out[7] -= (1 & sign);
    -	sign = -(out[7] >> 63); out[7] += (two58 & sign); out[8] -= (1 & sign);
    -	}
    -
    -/* Group operations
    +{
    +    limb is_p, is_greater, sign;
    +    static const limb two58 = ((limb) 1) << 58;
    +
    +    felem_assign(out, in);
    +
    +    out[0] += out[8] >> 57;
    +    out[8] &= bottom57bits;
    +    /* out[8] < 2^57 */
    +    out[1] += out[0] >> 58;
    +    out[0] &= bottom58bits;
    +    out[2] += out[1] >> 58;
    +    out[1] &= bottom58bits;
    +    out[3] += out[2] >> 58;
    +    out[2] &= bottom58bits;
    +    out[4] += out[3] >> 58;
    +    out[3] &= bottom58bits;
    +    out[5] += out[4] >> 58;
    +    out[4] &= bottom58bits;
    +    out[6] += out[5] >> 58;
    +    out[5] &= bottom58bits;
    +    out[7] += out[6] >> 58;
    +    out[6] &= bottom58bits;
    +    out[8] += out[7] >> 58;
    +    out[7] &= bottom58bits;
    +    /* out[8] < 2^57 + 4 */
    +
    +    /*
    +     * If the value is greater than 2^521-1 then we have to subtract 2^521-1
    +     * out. See the comments in felem_is_zero regarding why we don't test for
    +     * other multiples of the prime.
    +     */
    +
    +    /*
    +     * First, if |out| is equal to 2^521-1, we subtract it out to get zero.
    +     */
    +
    +    is_p = out[0] ^ kPrime[0];
    +    is_p |= out[1] ^ kPrime[1];
    +    is_p |= out[2] ^ kPrime[2];
    +    is_p |= out[3] ^ kPrime[3];
    +    is_p |= out[4] ^ kPrime[4];
    +    is_p |= out[5] ^ kPrime[5];
    +    is_p |= out[6] ^ kPrime[6];
    +    is_p |= out[7] ^ kPrime[7];
    +    is_p |= out[8] ^ kPrime[8];
    +
    +    is_p--;
    +    is_p &= is_p << 32;
    +    is_p &= is_p << 16;
    +    is_p &= is_p << 8;
    +    is_p &= is_p << 4;
    +    is_p &= is_p << 2;
    +    is_p &= is_p << 1;
    +    is_p = ((s64) is_p) >> 63;
    +    is_p = ~is_p;
    +
    +    /* is_p is 0 iff |out| == 2^521-1 and all ones otherwise */
    +
    +    out[0] &= is_p;
    +    out[1] &= is_p;
    +    out[2] &= is_p;
    +    out[3] &= is_p;
    +    out[4] &= is_p;
    +    out[5] &= is_p;
    +    out[6] &= is_p;
    +    out[7] &= is_p;
    +    out[8] &= is_p;
    +
    +    /*
    +     * In order to test that |out| >= 2^521-1 we need only test if out[8] >>
    +     * 57 is greater than zero as (2^521-1) + x >= 2^522
    +     */
    +    is_greater = out[8] >> 57;
    +    is_greater |= is_greater << 32;
    +    is_greater |= is_greater << 16;
    +    is_greater |= is_greater << 8;
    +    is_greater |= is_greater << 4;
    +    is_greater |= is_greater << 2;
    +    is_greater |= is_greater << 1;
    +    is_greater = ((s64) is_greater) >> 63;
    +
    +    out[0] -= kPrime[0] & is_greater;
    +    out[1] -= kPrime[1] & is_greater;
    +    out[2] -= kPrime[2] & is_greater;
    +    out[3] -= kPrime[3] & is_greater;
    +    out[4] -= kPrime[4] & is_greater;
    +    out[5] -= kPrime[5] & is_greater;
    +    out[6] -= kPrime[6] & is_greater;
    +    out[7] -= kPrime[7] & is_greater;
    +    out[8] -= kPrime[8] & is_greater;
    +
    +    /* Eliminate negative coefficients */
    +    sign = -(out[0] >> 63);
    +    out[0] += (two58 & sign);
    +    out[1] -= (1 & sign);
    +    sign = -(out[1] >> 63);
    +    out[1] += (two58 & sign);
    +    out[2] -= (1 & sign);
    +    sign = -(out[2] >> 63);
    +    out[2] += (two58 & sign);
    +    out[3] -= (1 & sign);
    +    sign = -(out[3] >> 63);
    +    out[3] += (two58 & sign);
    +    out[4] -= (1 & sign);
    +    sign = -(out[4] >> 63);
    +    out[4] += (two58 & sign);
    +    out[5] -= (1 & sign);
    +    sign = -(out[0] >> 63);
    +    out[5] += (two58 & sign);
    +    out[6] -= (1 & sign);
    +    sign = -(out[6] >> 63);
    +    out[6] += (two58 & sign);
    +    out[7] -= (1 & sign);
    +    sign = -(out[7] >> 63);
    +    out[7] += (two58 & sign);
    +    out[8] -= (1 & sign);
    +    sign = -(out[5] >> 63);
    +    out[5] += (two58 & sign);
    +    out[6] -= (1 & sign);
    +    sign = -(out[6] >> 63);
    +    out[6] += (two58 & sign);
    +    out[7] -= (1 & sign);
    +    sign = -(out[7] >> 63);
    +    out[7] += (two58 & sign);
    +    out[8] -= (1 & sign);
    +}
    +
    +/*-
    + * Group operations
      * ----------------
      *
      * Building on top of the field operations we have the operations on the
      * elliptic curve group itself. Points on the curve are represented in Jacobian
      * coordinates */
     
    -/* point_double calcuates 2*(x_in, y_in, z_in)
    +/*-
    + * point_double calcuates 2*(x_in, y_in, z_in)
      *
      * The method is taken from:
      *   http://hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-3.html#doubling-dbl-2001-b
    @@ -946,103 +1028,114 @@ static void felem_contract(felem out, const felem in)
      * while x_out == y_in is not (maybe this works, but it's not tested). */
     static void
     point_double(felem x_out, felem y_out, felem z_out,
    -	     const felem x_in, const felem y_in, const felem z_in)
    -	{
    -	largefelem tmp, tmp2;
    -	felem delta, gamma, beta, alpha, ftmp, ftmp2;
    -
    -	felem_assign(ftmp, x_in);
    -	felem_assign(ftmp2, x_in);
    -
    -	/* delta = z^2 */
    -	felem_square(tmp, z_in);
    -	felem_reduce(delta, tmp);  /* delta[i] < 2^59 + 2^14 */
    -
    -	/* gamma = y^2 */
    -	felem_square(tmp, y_in);
    -	felem_reduce(gamma, tmp);  /* gamma[i] < 2^59 + 2^14 */
    -
    -	/* beta = x*gamma */
    -	felem_mul(tmp, x_in, gamma);
    -	felem_reduce(beta, tmp);  /* beta[i] < 2^59 + 2^14 */
    -
    -	/* alpha = 3*(x-delta)*(x+delta) */
    -	felem_diff64(ftmp, delta);
    -	/* ftmp[i] < 2^61 */
    -	felem_sum64(ftmp2, delta);
    -	/* ftmp2[i] < 2^60 + 2^15 */
    -	felem_scalar64(ftmp2, 3);
    -	/* ftmp2[i] < 3*2^60 + 3*2^15 */
    -	felem_mul(tmp, ftmp, ftmp2);
    -	/* tmp[i] < 17(3*2^121 + 3*2^76)
    -	 *        = 61*2^121 + 61*2^76
    -	 *        < 64*2^121 + 64*2^76
    -	 *        = 2^127 + 2^82
    -	 *        < 2^128 */
    -	felem_reduce(alpha, tmp);
    -
    -	/* x' = alpha^2 - 8*beta */
    -	felem_square(tmp, alpha);
    -	/* tmp[i] < 17*2^120
    -	 *        < 2^125 */
    -	felem_assign(ftmp, beta);
    -	felem_scalar64(ftmp, 8);
    -	/* ftmp[i] < 2^62 + 2^17 */
    -	felem_diff_128_64(tmp, ftmp);
    -	/* tmp[i] < 2^125 + 2^63 + 2^62 + 2^17 */
    -	felem_reduce(x_out, tmp);
    -
    -	/* z' = (y + z)^2 - gamma - delta */
    -	felem_sum64(delta, gamma);
    -	/* delta[i] < 2^60 + 2^15 */
    -	felem_assign(ftmp, y_in);
    -	felem_sum64(ftmp, z_in);
    -	/* ftmp[i] < 2^60 + 2^15 */
    -	felem_square(tmp, ftmp);
    -	/* tmp[i] < 17(2^122)
    -	 *        < 2^127 */
    -	felem_diff_128_64(tmp, delta);
    -	/* tmp[i] < 2^127 + 2^63 */
    -	felem_reduce(z_out, tmp);
    -
    -	/* y' = alpha*(4*beta - x') - 8*gamma^2 */
    -	felem_scalar64(beta, 4);
    -	/* beta[i] < 2^61 + 2^16 */
    -	felem_diff64(beta, x_out);
    -	/* beta[i] < 2^61 + 2^60 + 2^16 */
    -	felem_mul(tmp, alpha, beta);
    -	/* tmp[i] < 17*((2^59 + 2^14)(2^61 + 2^60 + 2^16))
    -	 *        = 17*(2^120 + 2^75 + 2^119 + 2^74 + 2^75 + 2^30) 
    -	 *        = 17*(2^120 + 2^119 + 2^76 + 2^74 + 2^30)
    -	 *        < 2^128 */
    -	felem_square(tmp2, gamma);
    -	/* tmp2[i] < 17*(2^59 + 2^14)^2
    -	 *         = 17*(2^118 + 2^74 + 2^28) */
    -	felem_scalar128(tmp2, 8);
    -	/* tmp2[i] < 8*17*(2^118 + 2^74 + 2^28)
    -	 *         = 2^125 + 2^121 + 2^81 + 2^77 + 2^35 + 2^31
    -	 *         < 2^126 */
    -	felem_diff128(tmp, tmp2);
    -	/* tmp[i] < 2^127 - 2^69 + 17(2^120 + 2^119 + 2^76 + 2^74 + 2^30)
    -	 *        = 2^127 + 2^124 + 2^122 + 2^120 + 2^118 + 2^80 + 2^78 + 2^76 +
    -	 *          2^74 + 2^69 + 2^34 + 2^30
    -	 *        < 2^128 */
    -	felem_reduce(y_out, tmp);
    -	}
    +             const felem x_in, const felem y_in, const felem z_in)
    +{
    +    largefelem tmp, tmp2;
    +    felem delta, gamma, beta, alpha, ftmp, ftmp2;
    +
    +    felem_assign(ftmp, x_in);
    +    felem_assign(ftmp2, x_in);
    +
    +    /* delta = z^2 */
    +    felem_square(tmp, z_in);
    +    felem_reduce(delta, tmp);   /* delta[i] < 2^59 + 2^14 */
    +
    +    /* gamma = y^2 */
    +    felem_square(tmp, y_in);
    +    felem_reduce(gamma, tmp);   /* gamma[i] < 2^59 + 2^14 */
    +
    +    /* beta = x*gamma */
    +    felem_mul(tmp, x_in, gamma);
    +    felem_reduce(beta, tmp);    /* beta[i] < 2^59 + 2^14 */
    +
    +    /* alpha = 3*(x-delta)*(x+delta) */
    +    felem_diff64(ftmp, delta);
    +    /* ftmp[i] < 2^61 */
    +    felem_sum64(ftmp2, delta);
    +    /* ftmp2[i] < 2^60 + 2^15 */
    +    felem_scalar64(ftmp2, 3);
    +    /* ftmp2[i] < 3*2^60 + 3*2^15 */
    +    felem_mul(tmp, ftmp, ftmp2);
    +    /*-
    +     * tmp[i] < 17(3*2^121 + 3*2^76)
    +     *        = 61*2^121 + 61*2^76
    +     *        < 64*2^121 + 64*2^76
    +     *        = 2^127 + 2^82
    +     *        < 2^128
    +     */
    +    felem_reduce(alpha, tmp);
    +
    +    /* x' = alpha^2 - 8*beta */
    +    felem_square(tmp, alpha);
    +    /*
    +     * tmp[i] < 17*2^120 < 2^125
    +     */
    +    felem_assign(ftmp, beta);
    +    felem_scalar64(ftmp, 8);
    +    /* ftmp[i] < 2^62 + 2^17 */
    +    felem_diff_128_64(tmp, ftmp);
    +    /* tmp[i] < 2^125 + 2^63 + 2^62 + 2^17 */
    +    felem_reduce(x_out, tmp);
    +
    +    /* z' = (y + z)^2 - gamma - delta */
    +    felem_sum64(delta, gamma);
    +    /* delta[i] < 2^60 + 2^15 */
    +    felem_assign(ftmp, y_in);
    +    felem_sum64(ftmp, z_in);
    +    /* ftmp[i] < 2^60 + 2^15 */
    +    felem_square(tmp, ftmp);
    +    /*
    +     * tmp[i] < 17(2^122) < 2^127
    +     */
    +    felem_diff_128_64(tmp, delta);
    +    /* tmp[i] < 2^127 + 2^63 */
    +    felem_reduce(z_out, tmp);
    +
    +    /* y' = alpha*(4*beta - x') - 8*gamma^2 */
    +    felem_scalar64(beta, 4);
    +    /* beta[i] < 2^61 + 2^16 */
    +    felem_diff64(beta, x_out);
    +    /* beta[i] < 2^61 + 2^60 + 2^16 */
    +    felem_mul(tmp, alpha, beta);
    +    /*-
    +     * tmp[i] < 17*((2^59 + 2^14)(2^61 + 2^60 + 2^16))
    +     *        = 17*(2^120 + 2^75 + 2^119 + 2^74 + 2^75 + 2^30)
    +     *        = 17*(2^120 + 2^119 + 2^76 + 2^74 + 2^30)
    +     *        < 2^128
    +     */
    +    felem_square(tmp2, gamma);
    +    /*-
    +     * tmp2[i] < 17*(2^59 + 2^14)^2
    +     *         = 17*(2^118 + 2^74 + 2^28)
    +     */
    +    felem_scalar128(tmp2, 8);
    +    /*-
    +     * tmp2[i] < 8*17*(2^118 + 2^74 + 2^28)
    +     *         = 2^125 + 2^121 + 2^81 + 2^77 + 2^35 + 2^31
    +     *         < 2^126
    +     */
    +    felem_diff128(tmp, tmp2);
    +    /*-
    +     * tmp[i] < 2^127 - 2^69 + 17(2^120 + 2^119 + 2^76 + 2^74 + 2^30)
    +     *        = 2^127 + 2^124 + 2^122 + 2^120 + 2^118 + 2^80 + 2^78 + 2^76 +
    +     *          2^74 + 2^69 + 2^34 + 2^30
    +     *        < 2^128
    +     */
    +    felem_reduce(y_out, tmp);
    +}
     
     /* copy_conditional copies in to out iff mask is all ones. */
    -static void
    -copy_conditional(felem out, const felem in, limb mask)
    -	{
    -	unsigned i;
    -	for (i = 0; i < NLIMBS; ++i)
    -		{
    -		const limb tmp = mask & (in[i] ^ out[i]);
    -		out[i] ^= tmp;
    -		}
    -	}
    -
    -/* point_add calcuates (x1, y1, z1) + (x2, y2, z2)
    +static void copy_conditional(felem out, const felem in, limb mask)
    +{
    +    unsigned i;
    +    for (i = 0; i < NLIMBS; ++i) {
    +        const limb tmp = mask & (in[i] ^ out[i]);
    +        out[i] ^= tmp;
    +    }
    +}
    +
    +/*-
    + * point_add calcuates (x1, y1, z1) + (x2, y2, z2)
      *
      * The method is taken from
      *   http://hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-3.html#addition-add-2007-bl,
    @@ -1053,159 +1146,162 @@ copy_conditional(felem out, const felem in, limb mask)
      * happens during single point multiplication, so there is no timing leak for
      * ECDH or ECDSA signing. */
     static void point_add(felem x3, felem y3, felem z3,
    -	const felem x1, const felem y1, const felem z1,
    -	const int mixed, const felem x2, const felem y2, const felem z2)
    -	{
    -	felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out;
    -	largefelem tmp, tmp2;
    -	limb x_equal, y_equal, z1_is_zero, z2_is_zero;
    -
    -	z1_is_zero = felem_is_zero(z1);
    -	z2_is_zero = felem_is_zero(z2);
    -
    -	/* ftmp = z1z1 = z1**2 */
    -	felem_square(tmp, z1);
    -	felem_reduce(ftmp, tmp);
    -
    -	if (!mixed)
    -		{
    -		/* ftmp2 = z2z2 = z2**2 */
    -		felem_square(tmp, z2);
    -		felem_reduce(ftmp2, tmp);
    -
    -		/* u1 = ftmp3 = x1*z2z2 */
    -		felem_mul(tmp, x1, ftmp2);
    -		felem_reduce(ftmp3, tmp);
    -
    -		/* ftmp5 = z1 + z2 */
    -		felem_assign(ftmp5, z1);
    -		felem_sum64(ftmp5, z2);
    -		/* ftmp5[i] < 2^61 */
    -
    -		/* ftmp5 = (z1 + z2)**2 - z1z1 - z2z2 = 2*z1z2 */
    -		felem_square(tmp, ftmp5);
    -		/* tmp[i] < 17*2^122 */
    -		felem_diff_128_64(tmp, ftmp);
    -		/* tmp[i] < 17*2^122 + 2^63 */
    -		felem_diff_128_64(tmp, ftmp2);
    -		/* tmp[i] < 17*2^122 + 2^64 */
    -		felem_reduce(ftmp5, tmp);
    -
    -		/* ftmp2 = z2 * z2z2 */
    -		felem_mul(tmp, ftmp2, z2);
    -		felem_reduce(ftmp2, tmp);
    -
    -		/* s1 = ftmp6 = y1 * z2**3 */
    -		felem_mul(tmp, y1, ftmp2);
    -		felem_reduce(ftmp6, tmp);
    -		}
    -	else
    -		{
    -		/* We'll assume z2 = 1 (special case z2 = 0 is handled later) */
    -
    -		/* u1 = ftmp3 = x1*z2z2 */
    -		felem_assign(ftmp3, x1);
    -
    -		/* ftmp5 = 2*z1z2 */
    -		felem_scalar(ftmp5, z1, 2);
    -
    -		/* s1 = ftmp6 = y1 * z2**3 */
    -		felem_assign(ftmp6, y1);
    -		}
    -
    -	/* u2 = x2*z1z1 */
    -	felem_mul(tmp, x2, ftmp);
    -	/* tmp[i] < 17*2^120 */
    -
    -	/* h = ftmp4 = u2 - u1 */
    -	felem_diff_128_64(tmp, ftmp3);
    -	/* tmp[i] < 17*2^120 + 2^63 */
    -	felem_reduce(ftmp4, tmp);
    -
    -	x_equal = felem_is_zero(ftmp4);
    -
    -	/* z_out = ftmp5 * h */
    -	felem_mul(tmp, ftmp5, ftmp4);
    -	felem_reduce(z_out, tmp);
    -
    -	/* ftmp = z1 * z1z1 */
    -	felem_mul(tmp, ftmp, z1);
    -	felem_reduce(ftmp, tmp);
    -
    -	/* s2 = tmp = y2 * z1**3 */
    -	felem_mul(tmp, y2, ftmp);
    -	/* tmp[i] < 17*2^120 */
    -
    -	/* r = ftmp5 = (s2 - s1)*2 */
    -	felem_diff_128_64(tmp, ftmp6);
    -	/* tmp[i] < 17*2^120 + 2^63 */
    -	felem_reduce(ftmp5, tmp);
    -	y_equal = felem_is_zero(ftmp5);
    -	felem_scalar64(ftmp5, 2);
    -	/* ftmp5[i] < 2^61 */
    -
    -	if (x_equal && y_equal && !z1_is_zero && !z2_is_zero)
    -		{
    -		point_double(x3, y3, z3, x1, y1, z1);
    -		return;
    -		}
    -
    -	/* I = ftmp = (2h)**2 */
    -	felem_assign(ftmp, ftmp4);
    -	felem_scalar64(ftmp, 2);
    -	/* ftmp[i] < 2^61 */
    -	felem_square(tmp, ftmp);
    -	/* tmp[i] < 17*2^122 */
    -	felem_reduce(ftmp, tmp);
    -
    -	/* J = ftmp2 = h * I */
    -	felem_mul(tmp, ftmp4, ftmp);
    -	felem_reduce(ftmp2, tmp);
    -
    -	/* V = ftmp4 = U1 * I */
    -	felem_mul(tmp, ftmp3, ftmp);
    -	felem_reduce(ftmp4, tmp);
    -
    -	/* x_out = r**2 - J - 2V */
    -	felem_square(tmp, ftmp5);
    -	/* tmp[i] < 17*2^122 */
    -	felem_diff_128_64(tmp, ftmp2);
    -	/* tmp[i] < 17*2^122 + 2^63 */
    -	felem_assign(ftmp3, ftmp4);
    -	felem_scalar64(ftmp4, 2);
    -	/* ftmp4[i] < 2^61 */
    -	felem_diff_128_64(tmp, ftmp4);
    -	/* tmp[i] < 17*2^122 + 2^64 */
    -	felem_reduce(x_out, tmp);
    -
    -	/* y_out = r(V-x_out) - 2 * s1 * J */
    -	felem_diff64(ftmp3, x_out);
    -	/* ftmp3[i] < 2^60 + 2^60
    -	 *          = 2^61 */
    -	felem_mul(tmp, ftmp5, ftmp3);
    -	/* tmp[i] < 17*2^122 */
    -	felem_mul(tmp2, ftmp6, ftmp2);
    -	/* tmp2[i] < 17*2^120 */
    -	felem_scalar128(tmp2, 2);
    -	/* tmp2[i] < 17*2^121 */
    -	felem_diff128(tmp, tmp2);
    -	/* tmp[i] < 2^127 - 2^69 + 17*2^122
    -	 *        = 2^126 - 2^122 - 2^6 - 2^2 - 1
    -	 *        < 2^127 */
    -	felem_reduce(y_out, tmp);
    -
    -	copy_conditional(x_out, x2, z1_is_zero);
    -	copy_conditional(x_out, x1, z2_is_zero);
    -	copy_conditional(y_out, y2, z1_is_zero);
    -	copy_conditional(y_out, y1, z2_is_zero);
    -	copy_conditional(z_out, z2, z1_is_zero);
    -	copy_conditional(z_out, z1, z2_is_zero);
    -	felem_assign(x3, x_out);
    -	felem_assign(y3, y_out);
    -	felem_assign(z3, z_out);
    -	}
    -
    -/* Base point pre computation
    +                      const felem x1, const felem y1, const felem z1,
    +                      const int mixed, const felem x2, const felem y2,
    +                      const felem z2)
    +{
    +    felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out;
    +    largefelem tmp, tmp2;
    +    limb x_equal, y_equal, z1_is_zero, z2_is_zero;
    +
    +    z1_is_zero = felem_is_zero(z1);
    +    z2_is_zero = felem_is_zero(z2);
    +
    +    /* ftmp = z1z1 = z1**2 */
    +    felem_square(tmp, z1);
    +    felem_reduce(ftmp, tmp);
    +
    +    if (!mixed) {
    +        /* ftmp2 = z2z2 = z2**2 */
    +        felem_square(tmp, z2);
    +        felem_reduce(ftmp2, tmp);
    +
    +        /* u1 = ftmp3 = x1*z2z2 */
    +        felem_mul(tmp, x1, ftmp2);
    +        felem_reduce(ftmp3, tmp);
    +
    +        /* ftmp5 = z1 + z2 */
    +        felem_assign(ftmp5, z1);
    +        felem_sum64(ftmp5, z2);
    +        /* ftmp5[i] < 2^61 */
    +
    +        /* ftmp5 = (z1 + z2)**2 - z1z1 - z2z2 = 2*z1z2 */
    +        felem_square(tmp, ftmp5);
    +        /* tmp[i] < 17*2^122 */
    +        felem_diff_128_64(tmp, ftmp);
    +        /* tmp[i] < 17*2^122 + 2^63 */
    +        felem_diff_128_64(tmp, ftmp2);
    +        /* tmp[i] < 17*2^122 + 2^64 */
    +        felem_reduce(ftmp5, tmp);
    +
    +        /* ftmp2 = z2 * z2z2 */
    +        felem_mul(tmp, ftmp2, z2);
    +        felem_reduce(ftmp2, tmp);
    +
    +        /* s1 = ftmp6 = y1 * z2**3 */
    +        felem_mul(tmp, y1, ftmp2);
    +        felem_reduce(ftmp6, tmp);
    +    } else {
    +        /*
    +         * We'll assume z2 = 1 (special case z2 = 0 is handled later)
    +         */
    +
    +        /* u1 = ftmp3 = x1*z2z2 */
    +        felem_assign(ftmp3, x1);
    +
    +        /* ftmp5 = 2*z1z2 */
    +        felem_scalar(ftmp5, z1, 2);
    +
    +        /* s1 = ftmp6 = y1 * z2**3 */
    +        felem_assign(ftmp6, y1);
    +    }
    +
    +    /* u2 = x2*z1z1 */
    +    felem_mul(tmp, x2, ftmp);
    +    /* tmp[i] < 17*2^120 */
    +
    +    /* h = ftmp4 = u2 - u1 */
    +    felem_diff_128_64(tmp, ftmp3);
    +    /* tmp[i] < 17*2^120 + 2^63 */
    +    felem_reduce(ftmp4, tmp);
    +
    +    x_equal = felem_is_zero(ftmp4);
    +
    +    /* z_out = ftmp5 * h */
    +    felem_mul(tmp, ftmp5, ftmp4);
    +    felem_reduce(z_out, tmp);
    +
    +    /* ftmp = z1 * z1z1 */
    +    felem_mul(tmp, ftmp, z1);
    +    felem_reduce(ftmp, tmp);
    +
    +    /* s2 = tmp = y2 * z1**3 */
    +    felem_mul(tmp, y2, ftmp);
    +    /* tmp[i] < 17*2^120 */
    +
    +    /* r = ftmp5 = (s2 - s1)*2 */
    +    felem_diff_128_64(tmp, ftmp6);
    +    /* tmp[i] < 17*2^120 + 2^63 */
    +    felem_reduce(ftmp5, tmp);
    +    y_equal = felem_is_zero(ftmp5);
    +    felem_scalar64(ftmp5, 2);
    +    /* ftmp5[i] < 2^61 */
    +
    +    if (x_equal && y_equal && !z1_is_zero && !z2_is_zero) {
    +        point_double(x3, y3, z3, x1, y1, z1);
    +        return;
    +    }
    +
    +    /* I = ftmp = (2h)**2 */
    +    felem_assign(ftmp, ftmp4);
    +    felem_scalar64(ftmp, 2);
    +    /* ftmp[i] < 2^61 */
    +    felem_square(tmp, ftmp);
    +    /* tmp[i] < 17*2^122 */
    +    felem_reduce(ftmp, tmp);
    +
    +    /* J = ftmp2 = h * I */
    +    felem_mul(tmp, ftmp4, ftmp);
    +    felem_reduce(ftmp2, tmp);
    +
    +    /* V = ftmp4 = U1 * I */
    +    felem_mul(tmp, ftmp3, ftmp);
    +    felem_reduce(ftmp4, tmp);
    +
    +    /* x_out = r**2 - J - 2V */
    +    felem_square(tmp, ftmp5);
    +    /* tmp[i] < 17*2^122 */
    +    felem_diff_128_64(tmp, ftmp2);
    +    /* tmp[i] < 17*2^122 + 2^63 */
    +    felem_assign(ftmp3, ftmp4);
    +    felem_scalar64(ftmp4, 2);
    +    /* ftmp4[i] < 2^61 */
    +    felem_diff_128_64(tmp, ftmp4);
    +    /* tmp[i] < 17*2^122 + 2^64 */
    +    felem_reduce(x_out, tmp);
    +
    +    /* y_out = r(V-x_out) - 2 * s1 * J */
    +    felem_diff64(ftmp3, x_out);
    +    /*
    +     * ftmp3[i] < 2^60 + 2^60 = 2^61
    +     */
    +    felem_mul(tmp, ftmp5, ftmp3);
    +    /* tmp[i] < 17*2^122 */
    +    felem_mul(tmp2, ftmp6, ftmp2);
    +    /* tmp2[i] < 17*2^120 */
    +    felem_scalar128(tmp2, 2);
    +    /* tmp2[i] < 17*2^121 */
    +    felem_diff128(tmp, tmp2);
    +        /*-
    +         * tmp[i] < 2^127 - 2^69 + 17*2^122
    +         *        = 2^126 - 2^122 - 2^6 - 2^2 - 1
    +         *        < 2^127
    +         */
    +    felem_reduce(y_out, tmp);
    +
    +    copy_conditional(x_out, x2, z1_is_zero);
    +    copy_conditional(x_out, x1, z2_is_zero);
    +    copy_conditional(y_out, y2, z1_is_zero);
    +    copy_conditional(y_out, y1, z2_is_zero);
    +    copy_conditional(z_out, z2, z1_is_zero);
    +    copy_conditional(z_out, z1, z2_is_zero);
    +    felem_assign(x3, x_out);
    +    felem_assign(y3, y_out);
    +    felem_assign(z3, z_out);
    +}
    +
    +/*-
    + * Base point pre computation
      * --------------------------
      *
      * Two different sorts of precomputed tables are used in the following code.
    @@ -1239,787 +1335,814 @@ static void point_add(felem x3, felem y3, felem z3,
      * Tables for other points have table[i] = iG for i in 0 .. 16. */
     
     /* gmul is the table of precomputed base points */
    -static const felem gmul[16][3] =
    -	{{{0, 0, 0, 0, 0, 0, 0, 0, 0},
    -	  {0, 0, 0, 0, 0, 0, 0, 0, 0},
    -	  {0, 0, 0, 0, 0, 0, 0, 0, 0}},
    -	 {{0x017e7e31c2e5bd66, 0x022cf0615a90a6fe, 0x00127a2ffa8de334,
    -	   0x01dfbf9d64a3f877, 0x006b4d3dbaa14b5e, 0x014fed487e0a2bd8,
    -	   0x015b4429c6481390, 0x03a73678fb2d988e, 0x00c6858e06b70404},
    -	  {0x00be94769fd16650, 0x031c21a89cb09022, 0x039013fad0761353,
    -	   0x02657bd099031542, 0x03273e662c97ee72, 0x01e6d11a05ebef45,
    -	   0x03d1bd998f544495, 0x03001172297ed0b1, 0x011839296a789a3b},
    -	  {1, 0, 0, 0, 0, 0, 0, 0, 0}},
    -	 {{0x0373faacbc875bae, 0x00f325023721c671, 0x00f666fd3dbde5ad,
    -	   0x01a6932363f88ea7, 0x01fc6d9e13f9c47b, 0x03bcbffc2bbf734e,
    -	   0x013ee3c3647f3a92, 0x029409fefe75d07d, 0x00ef9199963d85e5},
    -	  {0x011173743ad5b178, 0x02499c7c21bf7d46, 0x035beaeabb8b1a58,
    -	   0x00f989c4752ea0a3, 0x0101e1de48a9c1a3, 0x01a20076be28ba6c,
    -	   0x02f8052e5eb2de95, 0x01bfe8f82dea117c, 0x0160074d3c36ddb7},
    -	  {1, 0, 0, 0, 0, 0, 0, 0, 0}},
    -	 {{0x012f3fc373393b3b, 0x03d3d6172f1419fa, 0x02adc943c0b86873,
    -	   0x00d475584177952b, 0x012a4d1673750ee2, 0x00512517a0f13b0c,
    -	   0x02b184671a7b1734, 0x0315b84236f1a50a, 0x00a4afc472edbdb9},
    -	  {0x00152a7077f385c4, 0x03044007d8d1c2ee, 0x0065829d61d52b52,
    -	   0x00494ff6b6631d0d, 0x00a11d94d5f06bcf, 0x02d2f89474d9282e,
    -	   0x0241c5727c06eeb9, 0x0386928710fbdb9d, 0x01f883f727b0dfbe},
    -	  {1, 0, 0, 0, 0, 0, 0, 0, 0}},
    -	 {{0x019b0c3c9185544d, 0x006243a37c9d97db, 0x02ee3cbe030a2ad2,
    -	   0x00cfdd946bb51e0d, 0x0271c00932606b91, 0x03f817d1ec68c561,
    -	   0x03f37009806a369c, 0x03c1f30baf184fd5, 0x01091022d6d2f065},
    -	  {0x0292c583514c45ed, 0x0316fca51f9a286c, 0x00300af507c1489a,
    -	   0x0295f69008298cf1, 0x02c0ed8274943d7b, 0x016509b9b47a431e,
    -	   0x02bc9de9634868ce, 0x005b34929bffcb09, 0x000c1a0121681524},
    -	  {1, 0, 0, 0, 0, 0, 0, 0, 0}},
    -	 {{0x0286abc0292fb9f2, 0x02665eee9805b3f7, 0x01ed7455f17f26d6,
    -	   0x0346355b83175d13, 0x006284944cd0a097, 0x0191895bcdec5e51,
    -	   0x02e288370afda7d9, 0x03b22312bfefa67a, 0x01d104d3fc0613fe},
    -	  {0x0092421a12f7e47f, 0x0077a83fa373c501, 0x03bd25c5f696bd0d,
    -	   0x035c41e4d5459761, 0x01ca0d1742b24f53, 0x00aaab27863a509c,
    -	   0x018b6de47df73917, 0x025c0b771705cd01, 0x01fd51d566d760a7},
    -	  {1, 0, 0, 0, 0, 0, 0, 0, 0}},
    -	 {{0x01dd92ff6b0d1dbd, 0x039c5e2e8f8afa69, 0x0261ed13242c3b27,
    -	   0x0382c6e67026e6a0, 0x01d60b10be2089f9, 0x03c15f3dce86723f,
    -	   0x03c764a32d2a062d, 0x017307eac0fad056, 0x018207c0b96c5256},
    -	  {0x0196a16d60e13154, 0x03e6ce74c0267030, 0x00ddbf2b4e52a5aa,
    -	   0x012738241bbf31c8, 0x00ebe8dc04685a28, 0x024c2ad6d380d4a2,
    -	   0x035ee062a6e62d0e, 0x0029ed74af7d3a0f, 0x00eef32aec142ebd},
    -	  {1, 0, 0, 0, 0, 0, 0, 0, 0}},
    -	 {{0x00c31ec398993b39, 0x03a9f45bcda68253, 0x00ac733c24c70890,
    -	   0x00872b111401ff01, 0x01d178c23195eafb, 0x03bca2c816b87f74,
    -	   0x0261a9af46fbad7a, 0x0324b2a8dd3d28f9, 0x00918121d8f24e23},
    -	  {0x032bc8c1ca983cd7, 0x00d869dfb08fc8c6, 0x01693cb61fce1516,
    -	   0x012a5ea68f4e88a8, 0x010869cab88d7ae3, 0x009081ad277ceee1,
    -	   0x033a77166d064cdc, 0x03955235a1fb3a95, 0x01251a4a9b25b65e},
    -	  {1, 0, 0, 0, 0, 0, 0, 0, 0}},
    -	 {{0x00148a3a1b27f40b, 0x0123186df1b31fdc, 0x00026e7beaad34ce,
    -	   0x01db446ac1d3dbba, 0x0299c1a33437eaec, 0x024540610183cbb7,
    -	   0x0173bb0e9ce92e46, 0x02b937e43921214b, 0x01ab0436a9bf01b5},
    -	  {0x0383381640d46948, 0x008dacbf0e7f330f, 0x03602122bcc3f318,
    -	   0x01ee596b200620d6, 0x03bd0585fda430b3, 0x014aed77fd123a83,
    -	   0x005ace749e52f742, 0x0390fe041da2b842, 0x0189a8ceb3299242},
    -	  {1, 0, 0, 0, 0, 0, 0, 0, 0}},
    -	 {{0x012a19d6b3282473, 0x00c0915918b423ce, 0x023a954eb94405ae,
    -	   0x00529f692be26158, 0x0289fa1b6fa4b2aa, 0x0198ae4ceea346ef,
    -	   0x0047d8cdfbdedd49, 0x00cc8c8953f0f6b8, 0x001424abbff49203},
    -	  {0x0256732a1115a03a, 0x0351bc38665c6733, 0x03f7b950fb4a6447,
    -	   0x000afffa94c22155, 0x025763d0a4dab540, 0x000511e92d4fc283,
    -	   0x030a7e9eda0ee96c, 0x004c3cd93a28bf0a, 0x017edb3a8719217f},
    -	  {1, 0, 0, 0, 0, 0, 0, 0, 0}},
    -	 {{0x011de5675a88e673, 0x031d7d0f5e567fbe, 0x0016b2062c970ae5,
    -	   0x03f4a2be49d90aa7, 0x03cef0bd13822866, 0x03f0923dcf774a6c,
    -	   0x0284bebc4f322f72, 0x016ab2645302bb2c, 0x01793f95dace0e2a},
    -	  {0x010646e13527a28f, 0x01ca1babd59dc5e7, 0x01afedfd9a5595df,
    -	   0x01f15785212ea6b1, 0x0324e5d64f6ae3f4, 0x02d680f526d00645,
    -	   0x0127920fadf627a7, 0x03b383f75df4f684, 0x0089e0057e783b0a},
    -	  {1, 0, 0, 0, 0, 0, 0, 0, 0}},
    -	 {{0x00f334b9eb3c26c6, 0x0298fdaa98568dce, 0x01c2d24843a82292,
    -	   0x020bcb24fa1b0711, 0x02cbdb3d2b1875e6, 0x0014907598f89422,
    -	   0x03abe3aa43b26664, 0x02cbf47f720bc168, 0x0133b5e73014b79b},
    -	  {0x034aab5dab05779d, 0x00cdc5d71fee9abb, 0x0399f16bd4bd9d30,
    -	   0x03582fa592d82647, 0x02be1cdfb775b0e9, 0x0034f7cea32e94cb,
    -	   0x0335a7f08f56f286, 0x03b707e9565d1c8b, 0x0015c946ea5b614f},
    -	  {1, 0, 0, 0, 0, 0, 0, 0, 0}},
    -	 {{0x024676f6cff72255, 0x00d14625cac96378, 0x00532b6008bc3767,
    -	   0x01fc16721b985322, 0x023355ea1b091668, 0x029de7afdc0317c3,
    -	   0x02fc8a7ca2da037c, 0x02de1217d74a6f30, 0x013f7173175b73bf},
    -	  {0x0344913f441490b5, 0x0200f9e272b61eca, 0x0258a246b1dd55d2,
    -	   0x03753db9ea496f36, 0x025e02937a09c5ef, 0x030cbd3d14012692,
    -	   0x01793a67e70dc72a, 0x03ec1d37048a662e, 0x006550f700c32a8d},
    -	  {1, 0, 0, 0, 0, 0, 0, 0, 0}},
    -	 {{0x00d3f48a347eba27, 0x008e636649b61bd8, 0x00d3b93716778fb3,
    -	   0x004d1915757bd209, 0x019d5311a3da44e0, 0x016d1afcbbe6aade,
    -	   0x0241bf5f73265616, 0x0384672e5d50d39b, 0x005009fee522b684},
    -	  {0x029b4fab064435fe, 0x018868ee095bbb07, 0x01ea3d6936cc92b8,
    -	   0x000608b00f78a2f3, 0x02db911073d1c20f, 0x018205938470100a,
    -	   0x01f1e4964cbe6ff2, 0x021a19a29eed4663, 0x01414485f42afa81},
    -	  {1, 0, 0, 0, 0, 0, 0, 0, 0}},
    -	 {{0x01612b3a17f63e34, 0x03813992885428e6, 0x022b3c215b5a9608,
    -	   0x029b4057e19f2fcb, 0x0384059a587af7e6, 0x02d6400ace6fe610,
    -	   0x029354d896e8e331, 0x00c047ee6dfba65e, 0x0037720542e9d49d},
    -	  {0x02ce9eed7c5e9278, 0x0374ed703e79643b, 0x01316c54c4072006,
    -	   0x005aaa09054b2ee8, 0x002824000c840d57, 0x03d4eba24771ed86,
    -	   0x0189c50aabc3bdae, 0x0338c01541e15510, 0x00466d56e38eed42},
    -	  {1, 0, 0, 0, 0, 0, 0, 0, 0}},
    -	 {{0x007efd8330ad8bd6, 0x02465ed48047710b, 0x0034c6606b215e0c,
    -	   0x016ae30c53cbf839, 0x01fa17bd37161216, 0x018ead4e61ce8ab9,
    -	   0x005482ed5f5dee46, 0x037543755bba1d7f, 0x005e5ac7e70a9d0f},
    -	  {0x0117e1bb2fdcb2a2, 0x03deea36249f40c4, 0x028d09b4a6246cb7,
    -	   0x03524b8855bcf756, 0x023d7d109d5ceb58, 0x0178e43e3223ef9c,
    -	   0x0154536a0c6e966a, 0x037964d1286ee9fe, 0x0199bcd90e125055},
    -	 {1, 0, 0, 0, 0, 0, 0, 0, 0}}};
    -
    -/* select_point selects the |idx|th point from a precomputation table and
    - * copies it to out. */
    -static void select_point(const limb idx, unsigned int size, const felem pre_comp[/* size */][3],
    -			 felem out[3])
    -	{
    -	unsigned i, j;
    -	limb *outlimbs = &out[0][0];
    -	memset(outlimbs, 0, 3 * sizeof(felem));
    -
    -	for (i = 0; i < size; i++)
    -		{
    -		const limb *inlimbs = &pre_comp[i][0][0];
    -		limb mask = i ^ idx;
    -		mask |= mask >> 4;
    -		mask |= mask >> 2;
    -		mask |= mask >> 1;
    -		mask &= 1;
    -		mask--;
    -		for (j = 0; j < NLIMBS * 3; j++)
    -			outlimbs[j] |= inlimbs[j] & mask;
    -		}
    -	}
    +static const felem gmul[16][3] = { {{0, 0, 0, 0, 0, 0, 0, 0, 0},
    +                                    {0, 0, 0, 0, 0, 0, 0, 0, 0},
    +                                    {0, 0, 0, 0, 0, 0, 0, 0, 0}},
    +{{0x017e7e31c2e5bd66, 0x022cf0615a90a6fe, 0x00127a2ffa8de334,
    +  0x01dfbf9d64a3f877, 0x006b4d3dbaa14b5e, 0x014fed487e0a2bd8,
    +  0x015b4429c6481390, 0x03a73678fb2d988e, 0x00c6858e06b70404},
    + {0x00be94769fd16650, 0x031c21a89cb09022, 0x039013fad0761353,
    +  0x02657bd099031542, 0x03273e662c97ee72, 0x01e6d11a05ebef45,
    +  0x03d1bd998f544495, 0x03001172297ed0b1, 0x011839296a789a3b},
    + {1, 0, 0, 0, 0, 0, 0, 0, 0}},
    +{{0x0373faacbc875bae, 0x00f325023721c671, 0x00f666fd3dbde5ad,
    +  0x01a6932363f88ea7, 0x01fc6d9e13f9c47b, 0x03bcbffc2bbf734e,
    +  0x013ee3c3647f3a92, 0x029409fefe75d07d, 0x00ef9199963d85e5},
    + {0x011173743ad5b178, 0x02499c7c21bf7d46, 0x035beaeabb8b1a58,
    +  0x00f989c4752ea0a3, 0x0101e1de48a9c1a3, 0x01a20076be28ba6c,
    +  0x02f8052e5eb2de95, 0x01bfe8f82dea117c, 0x0160074d3c36ddb7},
    + {1, 0, 0, 0, 0, 0, 0, 0, 0}},
    +{{0x012f3fc373393b3b, 0x03d3d6172f1419fa, 0x02adc943c0b86873,
    +  0x00d475584177952b, 0x012a4d1673750ee2, 0x00512517a0f13b0c,
    +  0x02b184671a7b1734, 0x0315b84236f1a50a, 0x00a4afc472edbdb9},
    + {0x00152a7077f385c4, 0x03044007d8d1c2ee, 0x0065829d61d52b52,
    +  0x00494ff6b6631d0d, 0x00a11d94d5f06bcf, 0x02d2f89474d9282e,
    +  0x0241c5727c06eeb9, 0x0386928710fbdb9d, 0x01f883f727b0dfbe},
    + {1, 0, 0, 0, 0, 0, 0, 0, 0}},
    +{{0x019b0c3c9185544d, 0x006243a37c9d97db, 0x02ee3cbe030a2ad2,
    +  0x00cfdd946bb51e0d, 0x0271c00932606b91, 0x03f817d1ec68c561,
    +  0x03f37009806a369c, 0x03c1f30baf184fd5, 0x01091022d6d2f065},
    + {0x0292c583514c45ed, 0x0316fca51f9a286c, 0x00300af507c1489a,
    +  0x0295f69008298cf1, 0x02c0ed8274943d7b, 0x016509b9b47a431e,
    +  0x02bc9de9634868ce, 0x005b34929bffcb09, 0x000c1a0121681524},
    + {1, 0, 0, 0, 0, 0, 0, 0, 0}},
    +{{0x0286abc0292fb9f2, 0x02665eee9805b3f7, 0x01ed7455f17f26d6,
    +  0x0346355b83175d13, 0x006284944cd0a097, 0x0191895bcdec5e51,
    +  0x02e288370afda7d9, 0x03b22312bfefa67a, 0x01d104d3fc0613fe},
    + {0x0092421a12f7e47f, 0x0077a83fa373c501, 0x03bd25c5f696bd0d,
    +  0x035c41e4d5459761, 0x01ca0d1742b24f53, 0x00aaab27863a509c,
    +  0x018b6de47df73917, 0x025c0b771705cd01, 0x01fd51d566d760a7},
    + {1, 0, 0, 0, 0, 0, 0, 0, 0}},
    +{{0x01dd92ff6b0d1dbd, 0x039c5e2e8f8afa69, 0x0261ed13242c3b27,
    +  0x0382c6e67026e6a0, 0x01d60b10be2089f9, 0x03c15f3dce86723f,
    +  0x03c764a32d2a062d, 0x017307eac0fad056, 0x018207c0b96c5256},
    + {0x0196a16d60e13154, 0x03e6ce74c0267030, 0x00ddbf2b4e52a5aa,
    +  0x012738241bbf31c8, 0x00ebe8dc04685a28, 0x024c2ad6d380d4a2,
    +  0x035ee062a6e62d0e, 0x0029ed74af7d3a0f, 0x00eef32aec142ebd},
    + {1, 0, 0, 0, 0, 0, 0, 0, 0}},
    +{{0x00c31ec398993b39, 0x03a9f45bcda68253, 0x00ac733c24c70890,
    +  0x00872b111401ff01, 0x01d178c23195eafb, 0x03bca2c816b87f74,
    +  0x0261a9af46fbad7a, 0x0324b2a8dd3d28f9, 0x00918121d8f24e23},
    + {0x032bc8c1ca983cd7, 0x00d869dfb08fc8c6, 0x01693cb61fce1516,
    +  0x012a5ea68f4e88a8, 0x010869cab88d7ae3, 0x009081ad277ceee1,
    +  0x033a77166d064cdc, 0x03955235a1fb3a95, 0x01251a4a9b25b65e},
    + {1, 0, 0, 0, 0, 0, 0, 0, 0}},
    +{{0x00148a3a1b27f40b, 0x0123186df1b31fdc, 0x00026e7beaad34ce,
    +  0x01db446ac1d3dbba, 0x0299c1a33437eaec, 0x024540610183cbb7,
    +  0x0173bb0e9ce92e46, 0x02b937e43921214b, 0x01ab0436a9bf01b5},
    + {0x0383381640d46948, 0x008dacbf0e7f330f, 0x03602122bcc3f318,
    +  0x01ee596b200620d6, 0x03bd0585fda430b3, 0x014aed77fd123a83,
    +  0x005ace749e52f742, 0x0390fe041da2b842, 0x0189a8ceb3299242},
    + {1, 0, 0, 0, 0, 0, 0, 0, 0}},
    +{{0x012a19d6b3282473, 0x00c0915918b423ce, 0x023a954eb94405ae,
    +  0x00529f692be26158, 0x0289fa1b6fa4b2aa, 0x0198ae4ceea346ef,
    +  0x0047d8cdfbdedd49, 0x00cc8c8953f0f6b8, 0x001424abbff49203},
    + {0x0256732a1115a03a, 0x0351bc38665c6733, 0x03f7b950fb4a6447,
    +  0x000afffa94c22155, 0x025763d0a4dab540, 0x000511e92d4fc283,
    +  0x030a7e9eda0ee96c, 0x004c3cd93a28bf0a, 0x017edb3a8719217f},
    + {1, 0, 0, 0, 0, 0, 0, 0, 0}},
    +{{0x011de5675a88e673, 0x031d7d0f5e567fbe, 0x0016b2062c970ae5,
    +  0x03f4a2be49d90aa7, 0x03cef0bd13822866, 0x03f0923dcf774a6c,
    +  0x0284bebc4f322f72, 0x016ab2645302bb2c, 0x01793f95dace0e2a},
    + {0x010646e13527a28f, 0x01ca1babd59dc5e7, 0x01afedfd9a5595df,
    +  0x01f15785212ea6b1, 0x0324e5d64f6ae3f4, 0x02d680f526d00645,
    +  0x0127920fadf627a7, 0x03b383f75df4f684, 0x0089e0057e783b0a},
    + {1, 0, 0, 0, 0, 0, 0, 0, 0}},
    +{{0x00f334b9eb3c26c6, 0x0298fdaa98568dce, 0x01c2d24843a82292,
    +  0x020bcb24fa1b0711, 0x02cbdb3d2b1875e6, 0x0014907598f89422,
    +  0x03abe3aa43b26664, 0x02cbf47f720bc168, 0x0133b5e73014b79b},
    + {0x034aab5dab05779d, 0x00cdc5d71fee9abb, 0x0399f16bd4bd9d30,
    +  0x03582fa592d82647, 0x02be1cdfb775b0e9, 0x0034f7cea32e94cb,
    +  0x0335a7f08f56f286, 0x03b707e9565d1c8b, 0x0015c946ea5b614f},
    + {1, 0, 0, 0, 0, 0, 0, 0, 0}},
    +{{0x024676f6cff72255, 0x00d14625cac96378, 0x00532b6008bc3767,
    +  0x01fc16721b985322, 0x023355ea1b091668, 0x029de7afdc0317c3,
    +  0x02fc8a7ca2da037c, 0x02de1217d74a6f30, 0x013f7173175b73bf},
    + {0x0344913f441490b5, 0x0200f9e272b61eca, 0x0258a246b1dd55d2,
    +  0x03753db9ea496f36, 0x025e02937a09c5ef, 0x030cbd3d14012692,
    +  0x01793a67e70dc72a, 0x03ec1d37048a662e, 0x006550f700c32a8d},
    + {1, 0, 0, 0, 0, 0, 0, 0, 0}},
    +{{0x00d3f48a347eba27, 0x008e636649b61bd8, 0x00d3b93716778fb3,
    +  0x004d1915757bd209, 0x019d5311a3da44e0, 0x016d1afcbbe6aade,
    +  0x0241bf5f73265616, 0x0384672e5d50d39b, 0x005009fee522b684},
    + {0x029b4fab064435fe, 0x018868ee095bbb07, 0x01ea3d6936cc92b8,
    +  0x000608b00f78a2f3, 0x02db911073d1c20f, 0x018205938470100a,
    +  0x01f1e4964cbe6ff2, 0x021a19a29eed4663, 0x01414485f42afa81},
    + {1, 0, 0, 0, 0, 0, 0, 0, 0}},
    +{{0x01612b3a17f63e34, 0x03813992885428e6, 0x022b3c215b5a9608,
    +  0x029b4057e19f2fcb, 0x0384059a587af7e6, 0x02d6400ace6fe610,
    +  0x029354d896e8e331, 0x00c047ee6dfba65e, 0x0037720542e9d49d},
    + {0x02ce9eed7c5e9278, 0x0374ed703e79643b, 0x01316c54c4072006,
    +  0x005aaa09054b2ee8, 0x002824000c840d57, 0x03d4eba24771ed86,
    +  0x0189c50aabc3bdae, 0x0338c01541e15510, 0x00466d56e38eed42},
    + {1, 0, 0, 0, 0, 0, 0, 0, 0}},
    +{{0x007efd8330ad8bd6, 0x02465ed48047710b, 0x0034c6606b215e0c,
    +  0x016ae30c53cbf839, 0x01fa17bd37161216, 0x018ead4e61ce8ab9,
    +  0x005482ed5f5dee46, 0x037543755bba1d7f, 0x005e5ac7e70a9d0f},
    + {0x0117e1bb2fdcb2a2, 0x03deea36249f40c4, 0x028d09b4a6246cb7,
    +  0x03524b8855bcf756, 0x023d7d109d5ceb58, 0x0178e43e3223ef9c,
    +  0x0154536a0c6e966a, 0x037964d1286ee9fe, 0x0199bcd90e125055},
    + {1, 0, 0, 0, 0, 0, 0, 0, 0}}
    +};
    +
    +/*
    + * select_point selects the |idx|th point from a precomputation table and
    + * copies it to out.
    + */
    + /* pre_comp below is of the size provided in |size| */
    +static void select_point(const limb idx, unsigned int size,
    +                         const felem pre_comp[][3], felem out[3])
    +{
    +    unsigned i, j;
    +    limb *outlimbs = &out[0][0];
    +    memset(outlimbs, 0, 3 * sizeof(felem));
    +
    +    for (i = 0; i < size; i++) {
    +        const limb *inlimbs = &pre_comp[i][0][0];
    +        limb mask = i ^ idx;
    +        mask |= mask >> 4;
    +        mask |= mask >> 2;
    +        mask |= mask >> 1;
    +        mask &= 1;
    +        mask--;
    +        for (j = 0; j < NLIMBS * 3; j++)
    +            outlimbs[j] |= inlimbs[j] & mask;
    +    }
    +}
     
     /* get_bit returns the |i|th bit in |in| */
     static char get_bit(const felem_bytearray in, int i)
    -	{
    -	if (i < 0)
    -		return 0;
    -	return (in[i >> 3] >> (i & 7)) & 1;
    -	}
    -
    -/* Interleaved point multiplication using precomputed point multiples:
    - * The small point multiples 0*P, 1*P, ..., 16*P are in pre_comp[],
    - * the scalars in scalars[]. If g_scalar is non-NULL, we also add this multiple
    - * of the generator, using certain (large) precomputed multiples in g_pre_comp.
    - * Output point (X, Y, Z) is stored in x_out, y_out, z_out */
    -static void batch_mul(felem x_out, felem y_out, felem z_out,
    -	const felem_bytearray scalars[], const unsigned num_points, const u8 *g_scalar,
    -	const int mixed, const felem pre_comp[][17][3], const felem g_pre_comp[16][3])
    -	{
    -	int i, skip;
    -	unsigned num, gen_mul = (g_scalar != NULL);
    -	felem nq[3], tmp[4];
    -	limb bits;
    -	u8 sign, digit;
    -
    -	/* set nq to the point at infinity */
    -	memset(nq, 0, 3 * sizeof(felem));
    -
    -	/* Loop over all scalars msb-to-lsb, interleaving additions
    -	 * of multiples of the generator (last quarter of rounds)
    -	 * and additions of other points multiples (every 5th round).
    -	 */
    -	skip = 1; /* save two point operations in the first round */
    -	for (i = (num_points ? 520 : 130); i >= 0; --i)
    -		{
    -		/* double */
    -		if (!skip)
    -			point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2]);
    -
    -		/* add multiples of the generator */
    -		if (gen_mul && (i <= 130))
    -			{
    -			bits = get_bit(g_scalar, i + 390) << 3;
    -			if (i < 130)
    -				{
    -				bits |= get_bit(g_scalar, i + 260) << 2;
    -				bits |= get_bit(g_scalar, i + 130) << 1;
    -				bits |= get_bit(g_scalar, i);
    -				}
    -			/* select the point to add, in constant time */
    -			select_point(bits, 16, g_pre_comp, tmp);
    -			if (!skip)
    -				{
    -				point_add(nq[0], nq[1], nq[2],
    -					nq[0], nq[1], nq[2],
    -					1 /* mixed */, tmp[0], tmp[1], tmp[2]);
    -				}
    -			else
    -				{
    -				memcpy(nq, tmp, 3 * sizeof(felem));
    -				skip = 0;
    -				}
    -			}
    -
    -		/* do other additions every 5 doublings */
    -		if (num_points && (i % 5 == 0))
    -			{
    -			/* loop over all scalars */
    -			for (num = 0; num < num_points; ++num)
    -				{
    -				bits = get_bit(scalars[num], i + 4) << 5;
    -				bits |= get_bit(scalars[num], i + 3) << 4;
    -				bits |= get_bit(scalars[num], i + 2) << 3;
    -				bits |= get_bit(scalars[num], i + 1) << 2;
    -				bits |= get_bit(scalars[num], i) << 1;
    -				bits |= get_bit(scalars[num], i - 1);
    -				ec_GFp_nistp_recode_scalar_bits(&sign, &digit, bits);
    -
    -				/* select the point to add or subtract, in constant time */
    -				select_point(digit, 17, pre_comp[num], tmp);
    -				felem_neg(tmp[3], tmp[1]); /* (X, -Y, Z) is the negative point */
    -				copy_conditional(tmp[1], tmp[3], (-(limb) sign));
    -
    -				if (!skip)
    -					{
    -					point_add(nq[0], nq[1], nq[2],
    -						nq[0], nq[1], nq[2],
    -						mixed, tmp[0], tmp[1], tmp[2]);
    -					}
    -				else
    -					{
    -					memcpy(nq, tmp, 3 * sizeof(felem));
    -					skip = 0;
    -					}
    -				}
    -			}
    -		}
    -	felem_assign(x_out, nq[0]);
    -	felem_assign(y_out, nq[1]);
    -	felem_assign(z_out, nq[2]);
    -	}
    +{
    +    if (i < 0)
    +        return 0;
    +    return (in[i >> 3] >> (i & 7)) & 1;
    +}
     
    +/*
    + * Interleaved point multiplication using precomputed point multiples: The
    + * small point multiples 0*P, 1*P, ..., 16*P are in pre_comp[], the scalars
    + * in scalars[]. If g_scalar is non-NULL, we also add this multiple of the
    + * generator, using certain (large) precomputed multiples in g_pre_comp.
    + * Output point (X, Y, Z) is stored in x_out, y_out, z_out
    + */
    +static void batch_mul(felem x_out, felem y_out, felem z_out,
    +                      const felem_bytearray scalars[],
    +                      const unsigned num_points, const u8 *g_scalar,
    +                      const int mixed, const felem pre_comp[][17][3],
    +                      const felem g_pre_comp[16][3])
    +{
    +    int i, skip;
    +    unsigned num, gen_mul = (g_scalar != NULL);
    +    felem nq[3], tmp[4];
    +    limb bits;
    +    u8 sign, digit;
    +
    +    /* set nq to the point at infinity */
    +    memset(nq, 0, 3 * sizeof(felem));
    +
    +    /*
    +     * Loop over all scalars msb-to-lsb, interleaving additions of multiples
    +     * of the generator (last quarter of rounds) and additions of other
    +     * points multiples (every 5th round).
    +     */
    +    skip = 1;                   /* save two point operations in the first
    +                                 * round */
    +    for (i = (num_points ? 520 : 130); i >= 0; --i) {
    +        /* double */
    +        if (!skip)
    +            point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2]);
    +
    +        /* add multiples of the generator */
    +        if (gen_mul && (i <= 130)) {
    +            bits = get_bit(g_scalar, i + 390) << 3;
    +            if (i < 130) {
    +                bits |= get_bit(g_scalar, i + 260) << 2;
    +                bits |= get_bit(g_scalar, i + 130) << 1;
    +                bits |= get_bit(g_scalar, i);
    +            }
    +            /* select the point to add, in constant time */
    +            select_point(bits, 16, g_pre_comp, tmp);
    +            if (!skip) {
    +                /* The 1 argument below is for "mixed" */
    +                point_add(nq[0], nq[1], nq[2],
    +                          nq[0], nq[1], nq[2], 1, tmp[0], tmp[1], tmp[2]);
    +            } else {
    +                memcpy(nq, tmp, 3 * sizeof(felem));
    +                skip = 0;
    +            }
    +        }
    +
    +        /* do other additions every 5 doublings */
    +        if (num_points && (i % 5 == 0)) {
    +            /* loop over all scalars */
    +            for (num = 0; num < num_points; ++num) {
    +                bits = get_bit(scalars[num], i + 4) << 5;
    +                bits |= get_bit(scalars[num], i + 3) << 4;
    +                bits |= get_bit(scalars[num], i + 2) << 3;
    +                bits |= get_bit(scalars[num], i + 1) << 2;
    +                bits |= get_bit(scalars[num], i) << 1;
    +                bits |= get_bit(scalars[num], i - 1);
    +                ec_GFp_nistp_recode_scalar_bits(&sign, &digit, bits);
    +
    +                /*
    +                 * select the point to add or subtract, in constant time
    +                 */
    +                select_point(digit, 17, pre_comp[num], tmp);
    +                felem_neg(tmp[3], tmp[1]); /* (X, -Y, Z) is the negative
    +                                            * point */
    +                copy_conditional(tmp[1], tmp[3], (-(limb) sign));
    +
    +                if (!skip) {
    +                    point_add(nq[0], nq[1], nq[2],
    +                              nq[0], nq[1], nq[2],
    +                              mixed, tmp[0], tmp[1], tmp[2]);
    +                } else {
    +                    memcpy(nq, tmp, 3 * sizeof(felem));
    +                    skip = 0;
    +                }
    +            }
    +        }
    +    }
    +    felem_assign(x_out, nq[0]);
    +    felem_assign(y_out, nq[1]);
    +    felem_assign(z_out, nq[2]);
    +}
     
     /* Precomputation for the group generator. */
     typedef struct {
    -	felem g_pre_comp[16][3];
    -	int references;
    +    felem g_pre_comp[16][3];
    +    int references;
     } NISTP521_PRE_COMP;
     
     const EC_METHOD *EC_GFp_nistp521_method(void)
    -	{
    -	static const EC_METHOD ret = {
    -		EC_FLAGS_DEFAULT_OCT,
    -		NID_X9_62_prime_field,
    -		ec_GFp_nistp521_group_init,
    -		ec_GFp_simple_group_finish,
    -		ec_GFp_simple_group_clear_finish,
    -		ec_GFp_nist_group_copy,
    -		ec_GFp_nistp521_group_set_curve,
    -		ec_GFp_simple_group_get_curve,
    -		ec_GFp_simple_group_get_degree,
    -		ec_GFp_simple_group_check_discriminant,
    -		ec_GFp_simple_point_init,
    -		ec_GFp_simple_point_finish,
    -		ec_GFp_simple_point_clear_finish,
    -		ec_GFp_simple_point_copy,
    -		ec_GFp_simple_point_set_to_infinity,
    -		ec_GFp_simple_set_Jprojective_coordinates_GFp,
    -		ec_GFp_simple_get_Jprojective_coordinates_GFp,
    -		ec_GFp_simple_point_set_affine_coordinates,
    -		ec_GFp_nistp521_point_get_affine_coordinates,
    -		0 /* point_set_compressed_coordinates */,
    -		0 /* point2oct */,
    -		0 /* oct2point */,
    -		ec_GFp_simple_add,
    -		ec_GFp_simple_dbl,
    -		ec_GFp_simple_invert,
    -		ec_GFp_simple_is_at_infinity,
    -		ec_GFp_simple_is_on_curve,
    -		ec_GFp_simple_cmp,
    -		ec_GFp_simple_make_affine,
    -		ec_GFp_simple_points_make_affine,
    -		ec_GFp_nistp521_points_mul,
    -		ec_GFp_nistp521_precompute_mult,
    -		ec_GFp_nistp521_have_precompute_mult,
    -		ec_GFp_nist_field_mul,
    -		ec_GFp_nist_field_sqr,
    -		0 /* field_div */,
    -		0 /* field_encode */,
    -		0 /* field_decode */,
    -		0 /* field_set_to_one */ };
    -
    -	return &ret;
    -	}
    -
    +{
    +    static const EC_METHOD ret = {
    +        EC_FLAGS_DEFAULT_OCT,
    +        NID_X9_62_prime_field,
    +        ec_GFp_nistp521_group_init,
    +        ec_GFp_simple_group_finish,
    +        ec_GFp_simple_group_clear_finish,
    +        ec_GFp_nist_group_copy,
    +        ec_GFp_nistp521_group_set_curve,
    +        ec_GFp_simple_group_get_curve,
    +        ec_GFp_simple_group_get_degree,
    +        ec_GFp_simple_group_check_discriminant,
    +        ec_GFp_simple_point_init,
    +        ec_GFp_simple_point_finish,
    +        ec_GFp_simple_point_clear_finish,
    +        ec_GFp_simple_point_copy,
    +        ec_GFp_simple_point_set_to_infinity,
    +        ec_GFp_simple_set_Jprojective_coordinates_GFp,
    +        ec_GFp_simple_get_Jprojective_coordinates_GFp,
    +        ec_GFp_simple_point_set_affine_coordinates,
    +        ec_GFp_nistp521_point_get_affine_coordinates,
    +        0 /* point_set_compressed_coordinates */ ,
    +        0 /* point2oct */ ,
    +        0 /* oct2point */ ,
    +        ec_GFp_simple_add,
    +        ec_GFp_simple_dbl,
    +        ec_GFp_simple_invert,
    +        ec_GFp_simple_is_at_infinity,
    +        ec_GFp_simple_is_on_curve,
    +        ec_GFp_simple_cmp,
    +        ec_GFp_simple_make_affine,
    +        ec_GFp_simple_points_make_affine,
    +        ec_GFp_nistp521_points_mul,
    +        ec_GFp_nistp521_precompute_mult,
    +        ec_GFp_nistp521_have_precompute_mult,
    +        ec_GFp_nist_field_mul,
    +        ec_GFp_nist_field_sqr,
    +        0 /* field_div */ ,
    +        0 /* field_encode */ ,
    +        0 /* field_decode */ ,
    +        0                       /* field_set_to_one */
    +    };
    +
    +    return &ret;
    +}
     
     /******************************************************************************/
    -/*		       FUNCTIONS TO MANAGE PRECOMPUTATION
    +/*
    + * FUNCTIONS TO MANAGE PRECOMPUTATION
      */
     
     static NISTP521_PRE_COMP *nistp521_pre_comp_new()
    -	{
    -	NISTP521_PRE_COMP *ret = NULL;
    -	ret = (NISTP521_PRE_COMP *)OPENSSL_malloc(sizeof(NISTP521_PRE_COMP));
    -	if (!ret)
    -		{
    -		ECerr(EC_F_NISTP521_PRE_COMP_NEW, ERR_R_MALLOC_FAILURE);
    -		return ret;
    -		}
    -	memset(ret->g_pre_comp, 0, sizeof(ret->g_pre_comp));
    -	ret->references = 1;
    -	return ret;
    -	}
    +{
    +    NISTP521_PRE_COMP *ret = NULL;
    +    ret = (NISTP521_PRE_COMP *) OPENSSL_malloc(sizeof(NISTP521_PRE_COMP));
    +    if (!ret) {
    +        ECerr(EC_F_NISTP521_PRE_COMP_NEW, ERR_R_MALLOC_FAILURE);
    +        return ret;
    +    }
    +    memset(ret->g_pre_comp, 0, sizeof(ret->g_pre_comp));
    +    ret->references = 1;
    +    return ret;
    +}
     
     static void *nistp521_pre_comp_dup(void *src_)
    -	{
    -	NISTP521_PRE_COMP *src = src_;
    +{
    +    NISTP521_PRE_COMP *src = src_;
     
    -	/* no need to actually copy, these objects never change! */
    -	CRYPTO_add(&src->references, 1, CRYPTO_LOCK_EC_PRE_COMP);
    +    /* no need to actually copy, these objects never change! */
    +    CRYPTO_add(&src->references, 1, CRYPTO_LOCK_EC_PRE_COMP);
     
    -	return src_;
    -	}
    +    return src_;
    +}
     
     static void nistp521_pre_comp_free(void *pre_)
    -	{
    -	int i;
    -	NISTP521_PRE_COMP *pre = pre_;
    +{
    +    int i;
    +    NISTP521_PRE_COMP *pre = pre_;
     
    -	if (!pre)
    -		return;
    +    if (!pre)
    +        return;
     
    -	i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
    -	if (i > 0)
    -		return;
    +    i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
    +    if (i > 0)
    +        return;
     
    -	OPENSSL_free(pre);
    -	}
    +    OPENSSL_free(pre);
    +}
     
     static void nistp521_pre_comp_clear_free(void *pre_)
    -	{
    -	int i;
    -	NISTP521_PRE_COMP *pre = pre_;
    +{
    +    int i;
    +    NISTP521_PRE_COMP *pre = pre_;
     
    -	if (!pre)
    -		return;
    +    if (!pre)
    +        return;
     
    -	i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
    -	if (i > 0)
    -		return;
    +    i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
    +    if (i > 0)
    +        return;
     
    -	OPENSSL_cleanse(pre, sizeof(*pre));
    -	OPENSSL_free(pre);
    -	}
    +    OPENSSL_cleanse(pre, sizeof(*pre));
    +    OPENSSL_free(pre);
    +}
     
     /******************************************************************************/
    -/*			   OPENSSL EC_METHOD FUNCTIONS
    +/*
    + * OPENSSL EC_METHOD FUNCTIONS
      */
     
     int ec_GFp_nistp521_group_init(EC_GROUP *group)
    -	{
    -	int ret;
    -	ret = ec_GFp_simple_group_init(group);
    -	group->a_is_minus3 = 1;
    -	return ret;
    -	}
    +{
    +    int ret;
    +    ret = ec_GFp_simple_group_init(group);
    +    group->a_is_minus3 = 1;
    +    return ret;
    +}
     
     int ec_GFp_nistp521_group_set_curve(EC_GROUP *group, const BIGNUM *p,
    -	const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
    -	{
    -	int ret = 0;
    -	BN_CTX *new_ctx = NULL;
    -	BIGNUM *curve_p, *curve_a, *curve_b;
    -
    -	if (ctx == NULL)
    -		if ((ctx = new_ctx = BN_CTX_new()) == NULL) return 0;
    -	BN_CTX_start(ctx);
    -	if (((curve_p = BN_CTX_get(ctx)) == NULL) ||
    -		((curve_a = BN_CTX_get(ctx)) == NULL) ||
    -		((curve_b = BN_CTX_get(ctx)) == NULL)) goto err;
    -	BN_bin2bn(nistp521_curve_params[0], sizeof(felem_bytearray), curve_p);
    -	BN_bin2bn(nistp521_curve_params[1], sizeof(felem_bytearray), curve_a);
    -	BN_bin2bn(nistp521_curve_params[2], sizeof(felem_bytearray), curve_b);
    -	if ((BN_cmp(curve_p, p)) || (BN_cmp(curve_a, a)) ||
    -		(BN_cmp(curve_b, b)))
    -		{
    -		ECerr(EC_F_EC_GFP_NISTP521_GROUP_SET_CURVE,
    -			EC_R_WRONG_CURVE_PARAMETERS);
    -		goto err;
    -		}
    -	group->field_mod_func = BN_nist_mod_521;
    -	ret = ec_GFp_simple_group_set_curve(group, p, a, b, ctx);
    -err:
    -	BN_CTX_end(ctx);
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	return ret;
    -	}
    -
    -/* Takes the Jacobian coordinates (X, Y, Z) of a point and returns
    - * (X', Y') = (X/Z^2, Y/Z^3) */
    +                                    const BIGNUM *a, const BIGNUM *b,
    +                                    BN_CTX *ctx)
    +{
    +    int ret = 0;
    +    BN_CTX *new_ctx = NULL;
    +    BIGNUM *curve_p, *curve_a, *curve_b;
    +
    +    if (ctx == NULL)
    +        if ((ctx = new_ctx = BN_CTX_new()) == NULL)
    +            return 0;
    +    BN_CTX_start(ctx);
    +    if (((curve_p = BN_CTX_get(ctx)) == NULL) ||
    +        ((curve_a = BN_CTX_get(ctx)) == NULL) ||
    +        ((curve_b = BN_CTX_get(ctx)) == NULL))
    +        goto err;
    +    BN_bin2bn(nistp521_curve_params[0], sizeof(felem_bytearray), curve_p);
    +    BN_bin2bn(nistp521_curve_params[1], sizeof(felem_bytearray), curve_a);
    +    BN_bin2bn(nistp521_curve_params[2], sizeof(felem_bytearray), curve_b);
    +    if ((BN_cmp(curve_p, p)) || (BN_cmp(curve_a, a)) || (BN_cmp(curve_b, b))) {
    +        ECerr(EC_F_EC_GFP_NISTP521_GROUP_SET_CURVE,
    +              EC_R_WRONG_CURVE_PARAMETERS);
    +        goto err;
    +    }
    +    group->field_mod_func = BN_nist_mod_521;
    +    ret = ec_GFp_simple_group_set_curve(group, p, a, b, ctx);
    + err:
    +    BN_CTX_end(ctx);
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    return ret;
    +}
    +
    +/*
    + * Takes the Jacobian coordinates (X, Y, Z) of a point and returns (X', Y') =
    + * (X/Z^2, Y/Z^3)
    + */
     int ec_GFp_nistp521_point_get_affine_coordinates(const EC_GROUP *group,
    -	const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx)
    -	{
    -	felem z1, z2, x_in, y_in, x_out, y_out;
    -	largefelem tmp;
    -
    -	if (EC_POINT_is_at_infinity(group, point))
    -		{
    -		ECerr(EC_F_EC_GFP_NISTP521_POINT_GET_AFFINE_COORDINATES,
    -			EC_R_POINT_AT_INFINITY);
    -		return 0;
    -		}
    -	if ((!BN_to_felem(x_in, &point->X)) || (!BN_to_felem(y_in, &point->Y)) ||
    -		(!BN_to_felem(z1, &point->Z))) return 0;
    -	felem_inv(z2, z1);
    -	felem_square(tmp, z2); felem_reduce(z1, tmp);
    -	felem_mul(tmp, x_in, z1); felem_reduce(x_in, tmp);
    -	felem_contract(x_out, x_in);
    -	if (x != NULL)
    -		{
    -		if (!felem_to_BN(x, x_out))
    -			{
    -			ECerr(EC_F_EC_GFP_NISTP521_POINT_GET_AFFINE_COORDINATES, ERR_R_BN_LIB);
    -			return 0;
    -			}
    -		}
    -	felem_mul(tmp, z1, z2); felem_reduce(z1, tmp);
    -	felem_mul(tmp, y_in, z1); felem_reduce(y_in, tmp);
    -	felem_contract(y_out, y_in);
    -	if (y != NULL)
    -		{
    -		if (!felem_to_BN(y, y_out))
    -			{
    -			ECerr(EC_F_EC_GFP_NISTP521_POINT_GET_AFFINE_COORDINATES, ERR_R_BN_LIB);
    -			return 0;
    -			}
    -		}
    -	return 1;
    -	}
    -
    -static void make_points_affine(size_t num, felem points[/* num */][3], felem tmp_felems[/* num+1 */])
    -	{
    -	/* Runs in constant time, unless an input is the point at infinity
    -	 * (which normally shouldn't happen). */
    -	ec_GFp_nistp_points_make_affine_internal(
    -		num,
    -		points,
    -		sizeof(felem),
    -		tmp_felems,
    -		(void (*)(void *)) felem_one,
    -		(int (*)(const void *)) felem_is_zero_int,
    -		(void (*)(void *, const void *)) felem_assign,
    -		(void (*)(void *, const void *)) felem_square_reduce,
    -		(void (*)(void *, const void *, const void *)) felem_mul_reduce,
    -		(void (*)(void *, const void *)) felem_inv,
    -		(void (*)(void *, const void *)) felem_contract);
    -	}
    -
    -/* Computes scalar*generator + \sum scalars[i]*points[i], ignoring NULL values
    - * Result is stored in r (r can equal one of the inputs). */
    +                                                 const EC_POINT *point,
    +                                                 BIGNUM *x, BIGNUM *y,
    +                                                 BN_CTX *ctx)
    +{
    +    felem z1, z2, x_in, y_in, x_out, y_out;
    +    largefelem tmp;
    +
    +    if (EC_POINT_is_at_infinity(group, point)) {
    +        ECerr(EC_F_EC_GFP_NISTP521_POINT_GET_AFFINE_COORDINATES,
    +              EC_R_POINT_AT_INFINITY);
    +        return 0;
    +    }
    +    if ((!BN_to_felem(x_in, &point->X)) || (!BN_to_felem(y_in, &point->Y)) ||
    +        (!BN_to_felem(z1, &point->Z)))
    +        return 0;
    +    felem_inv(z2, z1);
    +    felem_square(tmp, z2);
    +    felem_reduce(z1, tmp);
    +    felem_mul(tmp, x_in, z1);
    +    felem_reduce(x_in, tmp);
    +    felem_contract(x_out, x_in);
    +    if (x != NULL) {
    +        if (!felem_to_BN(x, x_out)) {
    +            ECerr(EC_F_EC_GFP_NISTP521_POINT_GET_AFFINE_COORDINATES,
    +                  ERR_R_BN_LIB);
    +            return 0;
    +        }
    +    }
    +    felem_mul(tmp, z1, z2);
    +    felem_reduce(z1, tmp);
    +    felem_mul(tmp, y_in, z1);
    +    felem_reduce(y_in, tmp);
    +    felem_contract(y_out, y_in);
    +    if (y != NULL) {
    +        if (!felem_to_BN(y, y_out)) {
    +            ECerr(EC_F_EC_GFP_NISTP521_POINT_GET_AFFINE_COORDINATES,
    +                  ERR_R_BN_LIB);
    +            return 0;
    +        }
    +    }
    +    return 1;
    +}
    +
    +/* points below is of size |num|, and tmp_felems is of size |num+1/ */
    +static void make_points_affine(size_t num, felem points[][3],
    +                               felem tmp_felems[])
    +{
    +    /*
    +     * Runs in constant time, unless an input is the point at infinity (which
    +     * normally shouldn't happen).
    +     */
    +    ec_GFp_nistp_points_make_affine_internal(num,
    +                                             points,
    +                                             sizeof(felem),
    +                                             tmp_felems,
    +                                             (void (*)(void *))felem_one,
    +                                             (int (*)(const void *))
    +                                             felem_is_zero_int,
    +                                             (void (*)(void *, const void *))
    +                                             felem_assign,
    +                                             (void (*)(void *, const void *))
    +                                             felem_square_reduce, (void (*)
    +                                                                   (void *,
    +                                                                    const void
    +                                                                    *,
    +                                                                    const void
    +                                                                    *))
    +                                             felem_mul_reduce,
    +                                             (void (*)(void *, const void *))
    +                                             felem_inv,
    +                                             (void (*)(void *, const void *))
    +                                             felem_contract);
    +}
    +
    +/*
    + * Computes scalar*generator + \sum scalars[i]*points[i], ignoring NULL
    + * values Result is stored in r (r can equal one of the inputs).
    + */
     int ec_GFp_nistp521_points_mul(const EC_GROUP *group, EC_POINT *r,
    -	const BIGNUM *scalar, size_t num, const EC_POINT *points[],
    -	const BIGNUM *scalars[], BN_CTX *ctx)
    -	{
    -	int ret = 0;
    -	int j;
    -	int mixed = 0;
    -	BN_CTX *new_ctx = NULL;
    -	BIGNUM *x, *y, *z, *tmp_scalar;
    -	felem_bytearray g_secret;
    -	felem_bytearray *secrets = NULL;
    -	felem (*pre_comp)[17][3] = NULL;
    -	felem *tmp_felems = NULL;
    -	felem_bytearray tmp;
    -	unsigned i, num_bytes;
    -	int have_pre_comp = 0;
    -	size_t num_points = num;
    -	felem x_in, y_in, z_in, x_out, y_out, z_out;
    -	NISTP521_PRE_COMP *pre = NULL;
    -	felem (*g_pre_comp)[3] = NULL;
    -	EC_POINT *generator = NULL;
    -	const EC_POINT *p = NULL;
    -	const BIGNUM *p_scalar = NULL;
    -
    -	if (ctx == NULL)
    -		if ((ctx = new_ctx = BN_CTX_new()) == NULL) return 0;
    -	BN_CTX_start(ctx);
    -	if (((x = BN_CTX_get(ctx)) == NULL) ||
    -		((y = BN_CTX_get(ctx)) == NULL) ||
    -		((z = BN_CTX_get(ctx)) == NULL) ||
    -		((tmp_scalar = BN_CTX_get(ctx)) == NULL))
    -		goto err;
    -
    -	if (scalar != NULL)
    -		{
    -		pre = EC_EX_DATA_get_data(group->extra_data,
    -			nistp521_pre_comp_dup, nistp521_pre_comp_free,
    -			nistp521_pre_comp_clear_free);
    -		if (pre)
    -			/* we have precomputation, try to use it */
    -			g_pre_comp = &pre->g_pre_comp[0];
    -		else
    -			/* try to use the standard precomputation */
    -			g_pre_comp = (felem (*)[3]) gmul;
    -		generator = EC_POINT_new(group);
    -		if (generator == NULL)
    -			goto err;
    -		/* get the generator from precomputation */
    -		if (!felem_to_BN(x, g_pre_comp[1][0]) ||
    -			!felem_to_BN(y, g_pre_comp[1][1]) ||
    -			!felem_to_BN(z, g_pre_comp[1][2]))
    -			{
    -			ECerr(EC_F_EC_GFP_NISTP521_POINTS_MUL, ERR_R_BN_LIB);
    -			goto err;
    -			}
    -		if (!EC_POINT_set_Jprojective_coordinates_GFp(group,
    -				generator, x, y, z, ctx))
    -			goto err;
    -		if (0 == EC_POINT_cmp(group, generator, group->generator, ctx))
    -			/* precomputation matches generator */
    -			have_pre_comp = 1;
    -		else
    -			/* we don't have valid precomputation:
    -			 * treat the generator as a random point */
    -			num_points++;
    -		}
    -
    -	if (num_points > 0)
    -		{
    -		if (num_points >= 2)
    -			{
    -			/* unless we precompute multiples for just one point,
    -			 * converting those into affine form is time well spent  */
    -			mixed = 1;
    -			}
    -		secrets = OPENSSL_malloc(num_points * sizeof(felem_bytearray));
    -		pre_comp = OPENSSL_malloc(num_points * 17 * 3 * sizeof(felem));
    -		if (mixed)
    -			tmp_felems = OPENSSL_malloc((num_points * 17 + 1) * sizeof(felem));
    -		if ((secrets == NULL) || (pre_comp == NULL) || (mixed && (tmp_felems == NULL)))
    -			{
    -			ECerr(EC_F_EC_GFP_NISTP521_POINTS_MUL, ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -
    -		/* we treat NULL scalars as 0, and NULL points as points at infinity,
    -		 * i.e., they contribute nothing to the linear combination */
    -		memset(secrets, 0, num_points * sizeof(felem_bytearray));
    -		memset(pre_comp, 0, num_points * 17 * 3 * sizeof(felem));
    -		for (i = 0; i < num_points; ++i)
    -			{
    -			if (i == num)
    -				/* we didn't have a valid precomputation, so we pick
    -				 * the generator */
    -				{
    -				p = EC_GROUP_get0_generator(group);
    -				p_scalar = scalar;
    -				}
    -			else
    -				/* the i^th point */
    -				{
    -				p = points[i];
    -				p_scalar = scalars[i];
    -				}
    -			if ((p_scalar != NULL) && (p != NULL))
    -				{
    -				/* reduce scalar to 0 <= scalar < 2^521 */
    -				if ((BN_num_bits(p_scalar) > 521) || (BN_is_negative(p_scalar)))
    -					{
    -					/* this is an unusual input, and we don't guarantee
    -					 * constant-timeness */
    -					if (!BN_nnmod(tmp_scalar, p_scalar, &group->order, ctx))
    -						{
    -						ECerr(EC_F_EC_GFP_NISTP521_POINTS_MUL, ERR_R_BN_LIB);
    -						goto err;
    -						}
    -					num_bytes = BN_bn2bin(tmp_scalar, tmp);
    -					}
    -				else
    -					num_bytes = BN_bn2bin(p_scalar, tmp);
    -				flip_endian(secrets[i], tmp, num_bytes);
    -				/* precompute multiples */
    -				if ((!BN_to_felem(x_out, &p->X)) ||
    -					(!BN_to_felem(y_out, &p->Y)) ||
    -					(!BN_to_felem(z_out, &p->Z))) goto err;
    -				memcpy(pre_comp[i][1][0], x_out, sizeof(felem));
    -				memcpy(pre_comp[i][1][1], y_out, sizeof(felem));
    -				memcpy(pre_comp[i][1][2], z_out, sizeof(felem));
    -				for (j = 2; j <= 16; ++j)
    -					{
    -					if (j & 1)
    -						{
    -						point_add(
    -							pre_comp[i][j][0], pre_comp[i][j][1], pre_comp[i][j][2],
    -							pre_comp[i][1][0], pre_comp[i][1][1], pre_comp[i][1][2],
    -							0, pre_comp[i][j-1][0], pre_comp[i][j-1][1], pre_comp[i][j-1][2]);
    -						}
    -					else
    -						{
    -						point_double(
    -							pre_comp[i][j][0], pre_comp[i][j][1], pre_comp[i][j][2],
    -							pre_comp[i][j/2][0], pre_comp[i][j/2][1], pre_comp[i][j/2][2]);
    -						}
    -					}
    -				}
    -			}
    -		if (mixed)
    -			make_points_affine(num_points * 17, pre_comp[0], tmp_felems);
    -		}
    -
    -	/* the scalar for the generator */
    -	if ((scalar != NULL) && (have_pre_comp))
    -		{
    -		memset(g_secret, 0, sizeof(g_secret));
    -		/* reduce scalar to 0 <= scalar < 2^521 */
    -		if ((BN_num_bits(scalar) > 521) || (BN_is_negative(scalar)))
    -			{
    -			/* this is an unusual input, and we don't guarantee
    -			 * constant-timeness */
    -			if (!BN_nnmod(tmp_scalar, scalar, &group->order, ctx))
    -				{
    -				ECerr(EC_F_EC_GFP_NISTP521_POINTS_MUL, ERR_R_BN_LIB);
    -				goto err;
    -				}
    -			num_bytes = BN_bn2bin(tmp_scalar, tmp);
    -			}
    -		else
    -			num_bytes = BN_bn2bin(scalar, tmp);
    -		flip_endian(g_secret, tmp, num_bytes);
    -		/* do the multiplication with generator precomputation*/
    -		batch_mul(x_out, y_out, z_out,
    -			(const felem_bytearray (*)) secrets, num_points,
    -			g_secret,
    -			mixed, (const felem (*)[17][3]) pre_comp,
    -			(const felem (*)[3]) g_pre_comp);
    -		}
    -	else
    -		/* do the multiplication without generator precomputation */
    -		batch_mul(x_out, y_out, z_out,
    -			(const felem_bytearray (*)) secrets, num_points,
    -			NULL, mixed, (const felem (*)[17][3]) pre_comp, NULL);
    -	/* reduce the output to its unique minimal representation */
    -	felem_contract(x_in, x_out);
    -	felem_contract(y_in, y_out);
    -	felem_contract(z_in, z_out);
    -	if ((!felem_to_BN(x, x_in)) || (!felem_to_BN(y, y_in)) ||
    -		(!felem_to_BN(z, z_in)))
    -		{
    -		ECerr(EC_F_EC_GFP_NISTP521_POINTS_MUL, ERR_R_BN_LIB);
    -		goto err;
    -		}
    -	ret = EC_POINT_set_Jprojective_coordinates_GFp(group, r, x, y, z, ctx);
    -
    -err:
    -	BN_CTX_end(ctx);
    -	if (generator != NULL)
    -		EC_POINT_free(generator);
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	if (secrets != NULL)
    -		OPENSSL_free(secrets);
    -	if (pre_comp != NULL)
    -		OPENSSL_free(pre_comp);
    -	if (tmp_felems != NULL)
    -		OPENSSL_free(tmp_felems);
    -	return ret;
    -	}
    +                               const BIGNUM *scalar, size_t num,
    +                               const EC_POINT *points[],
    +                               const BIGNUM *scalars[], BN_CTX *ctx)
    +{
    +    int ret = 0;
    +    int j;
    +    int mixed = 0;
    +    BN_CTX *new_ctx = NULL;
    +    BIGNUM *x, *y, *z, *tmp_scalar;
    +    felem_bytearray g_secret;
    +    felem_bytearray *secrets = NULL;
    +    felem(*pre_comp)[17][3] = NULL;
    +    felem *tmp_felems = NULL;
    +    felem_bytearray tmp;
    +    unsigned i, num_bytes;
    +    int have_pre_comp = 0;
    +    size_t num_points = num;
    +    felem x_in, y_in, z_in, x_out, y_out, z_out;
    +    NISTP521_PRE_COMP *pre = NULL;
    +    felem(*g_pre_comp)[3] = NULL;
    +    EC_POINT *generator = NULL;
    +    const EC_POINT *p = NULL;
    +    const BIGNUM *p_scalar = NULL;
    +
    +    if (ctx == NULL)
    +        if ((ctx = new_ctx = BN_CTX_new()) == NULL)
    +            return 0;
    +    BN_CTX_start(ctx);
    +    if (((x = BN_CTX_get(ctx)) == NULL) ||
    +        ((y = BN_CTX_get(ctx)) == NULL) ||
    +        ((z = BN_CTX_get(ctx)) == NULL) ||
    +        ((tmp_scalar = BN_CTX_get(ctx)) == NULL))
    +        goto err;
    +
    +    if (scalar != NULL) {
    +        pre = EC_EX_DATA_get_data(group->extra_data,
    +                                  nistp521_pre_comp_dup,
    +                                  nistp521_pre_comp_free,
    +                                  nistp521_pre_comp_clear_free);
    +        if (pre)
    +            /* we have precomputation, try to use it */
    +            g_pre_comp = &pre->g_pre_comp[0];
    +        else
    +            /* try to use the standard precomputation */
    +            g_pre_comp = (felem(*)[3]) gmul;
    +        generator = EC_POINT_new(group);
    +        if (generator == NULL)
    +            goto err;
    +        /* get the generator from precomputation */
    +        if (!felem_to_BN(x, g_pre_comp[1][0]) ||
    +            !felem_to_BN(y, g_pre_comp[1][1]) ||
    +            !felem_to_BN(z, g_pre_comp[1][2])) {
    +            ECerr(EC_F_EC_GFP_NISTP521_POINTS_MUL, ERR_R_BN_LIB);
    +            goto err;
    +        }
    +        if (!EC_POINT_set_Jprojective_coordinates_GFp(group,
    +                                                      generator, x, y, z,
    +                                                      ctx))
    +            goto err;
    +        if (0 == EC_POINT_cmp(group, generator, group->generator, ctx))
    +            /* precomputation matches generator */
    +            have_pre_comp = 1;
    +        else
    +            /*
    +             * we don't have valid precomputation: treat the generator as a
    +             * random point
    +             */
    +            num_points++;
    +    }
    +
    +    if (num_points > 0) {
    +        if (num_points >= 2) {
    +            /*
    +             * unless we precompute multiples for just one point, converting
    +             * those into affine form is time well spent
    +             */
    +            mixed = 1;
    +        }
    +        secrets = OPENSSL_malloc(num_points * sizeof(felem_bytearray));
    +        pre_comp = OPENSSL_malloc(num_points * 17 * 3 * sizeof(felem));
    +        if (mixed)
    +            tmp_felems =
    +                OPENSSL_malloc((num_points * 17 + 1) * sizeof(felem));
    +        if ((secrets == NULL) || (pre_comp == NULL)
    +            || (mixed && (tmp_felems == NULL))) {
    +            ECerr(EC_F_EC_GFP_NISTP521_POINTS_MUL, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +
    +        /*
    +         * we treat NULL scalars as 0, and NULL points as points at infinity,
    +         * i.e., they contribute nothing to the linear combination
    +         */
    +        memset(secrets, 0, num_points * sizeof(felem_bytearray));
    +        memset(pre_comp, 0, num_points * 17 * 3 * sizeof(felem));
    +        for (i = 0; i < num_points; ++i) {
    +            if (i == num)
    +                /*
    +                 * we didn't have a valid precomputation, so we pick the
    +                 * generator
    +                 */
    +            {
    +                p = EC_GROUP_get0_generator(group);
    +                p_scalar = scalar;
    +            } else
    +                /* the i^th point */
    +            {
    +                p = points[i];
    +                p_scalar = scalars[i];
    +            }
    +            if ((p_scalar != NULL) && (p != NULL)) {
    +                /* reduce scalar to 0 <= scalar < 2^521 */
    +                if ((BN_num_bits(p_scalar) > 521)
    +                    || (BN_is_negative(p_scalar))) {
    +                    /*
    +                     * this is an unusual input, and we don't guarantee
    +                     * constant-timeness
    +                     */
    +                    if (!BN_nnmod(tmp_scalar, p_scalar, &group->order, ctx)) {
    +                        ECerr(EC_F_EC_GFP_NISTP521_POINTS_MUL, ERR_R_BN_LIB);
    +                        goto err;
    +                    }
    +                    num_bytes = BN_bn2bin(tmp_scalar, tmp);
    +                } else
    +                    num_bytes = BN_bn2bin(p_scalar, tmp);
    +                flip_endian(secrets[i], tmp, num_bytes);
    +                /* precompute multiples */
    +                if ((!BN_to_felem(x_out, &p->X)) ||
    +                    (!BN_to_felem(y_out, &p->Y)) ||
    +                    (!BN_to_felem(z_out, &p->Z)))
    +                    goto err;
    +                memcpy(pre_comp[i][1][0], x_out, sizeof(felem));
    +                memcpy(pre_comp[i][1][1], y_out, sizeof(felem));
    +                memcpy(pre_comp[i][1][2], z_out, sizeof(felem));
    +                for (j = 2; j <= 16; ++j) {
    +                    if (j & 1) {
    +                        point_add(pre_comp[i][j][0], pre_comp[i][j][1],
    +                                  pre_comp[i][j][2], pre_comp[i][1][0],
    +                                  pre_comp[i][1][1], pre_comp[i][1][2], 0,
    +                                  pre_comp[i][j - 1][0],
    +                                  pre_comp[i][j - 1][1],
    +                                  pre_comp[i][j - 1][2]);
    +                    } else {
    +                        point_double(pre_comp[i][j][0], pre_comp[i][j][1],
    +                                     pre_comp[i][j][2], pre_comp[i][j / 2][0],
    +                                     pre_comp[i][j / 2][1],
    +                                     pre_comp[i][j / 2][2]);
    +                    }
    +                }
    +            }
    +        }
    +        if (mixed)
    +            make_points_affine(num_points * 17, pre_comp[0], tmp_felems);
    +    }
    +
    +    /* the scalar for the generator */
    +    if ((scalar != NULL) && (have_pre_comp)) {
    +        memset(g_secret, 0, sizeof(g_secret));
    +        /* reduce scalar to 0 <= scalar < 2^521 */
    +        if ((BN_num_bits(scalar) > 521) || (BN_is_negative(scalar))) {
    +            /*
    +             * this is an unusual input, and we don't guarantee
    +             * constant-timeness
    +             */
    +            if (!BN_nnmod(tmp_scalar, scalar, &group->order, ctx)) {
    +                ECerr(EC_F_EC_GFP_NISTP521_POINTS_MUL, ERR_R_BN_LIB);
    +                goto err;
    +            }
    +            num_bytes = BN_bn2bin(tmp_scalar, tmp);
    +        } else
    +            num_bytes = BN_bn2bin(scalar, tmp);
    +        flip_endian(g_secret, tmp, num_bytes);
    +        /* do the multiplication with generator precomputation */
    +        batch_mul(x_out, y_out, z_out,
    +                  (const felem_bytearray(*))secrets, num_points,
    +                  g_secret,
    +                  mixed, (const felem(*)[17][3])pre_comp,
    +                  (const felem(*)[3])g_pre_comp);
    +    } else
    +        /* do the multiplication without generator precomputation */
    +        batch_mul(x_out, y_out, z_out,
    +                  (const felem_bytearray(*))secrets, num_points,
    +                  NULL, mixed, (const felem(*)[17][3])pre_comp, NULL);
    +    /* reduce the output to its unique minimal representation */
    +    felem_contract(x_in, x_out);
    +    felem_contract(y_in, y_out);
    +    felem_contract(z_in, z_out);
    +    if ((!felem_to_BN(x, x_in)) || (!felem_to_BN(y, y_in)) ||
    +        (!felem_to_BN(z, z_in))) {
    +        ECerr(EC_F_EC_GFP_NISTP521_POINTS_MUL, ERR_R_BN_LIB);
    +        goto err;
    +    }
    +    ret = EC_POINT_set_Jprojective_coordinates_GFp(group, r, x, y, z, ctx);
    +
    + err:
    +    BN_CTX_end(ctx);
    +    if (generator != NULL)
    +        EC_POINT_free(generator);
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    if (secrets != NULL)
    +        OPENSSL_free(secrets);
    +    if (pre_comp != NULL)
    +        OPENSSL_free(pre_comp);
    +    if (tmp_felems != NULL)
    +        OPENSSL_free(tmp_felems);
    +    return ret;
    +}
     
     int ec_GFp_nistp521_precompute_mult(EC_GROUP *group, BN_CTX *ctx)
    -	{
    -	int ret = 0;
    -	NISTP521_PRE_COMP *pre = NULL;
    -	int i, j;
    -	BN_CTX *new_ctx = NULL;
    -	BIGNUM *x, *y;
    -	EC_POINT *generator = NULL;
    -	felem tmp_felems[16];
    -
    -	/* throw away old precomputation */
    -	EC_EX_DATA_free_data(&group->extra_data, nistp521_pre_comp_dup,
    -		nistp521_pre_comp_free, nistp521_pre_comp_clear_free);
    -	if (ctx == NULL)
    -		if ((ctx = new_ctx = BN_CTX_new()) == NULL) return 0;
    -	BN_CTX_start(ctx);
    -	if (((x = BN_CTX_get(ctx)) == NULL) ||
    -		((y = BN_CTX_get(ctx)) == NULL))
    -		goto err;
    -	/* get the generator */
    -	if (group->generator == NULL) goto err;
    -	generator = EC_POINT_new(group);
    -	if (generator == NULL)
    -		goto err;
    -	BN_bin2bn(nistp521_curve_params[3], sizeof (felem_bytearray), x);
    -	BN_bin2bn(nistp521_curve_params[4], sizeof (felem_bytearray), y);
    -	if (!EC_POINT_set_affine_coordinates_GFp(group, generator, x, y, ctx))
    -		goto err;
    -	if ((pre = nistp521_pre_comp_new()) == NULL)
    -		goto err;
    -	/* if the generator is the standard one, use built-in precomputation */
    -	if (0 == EC_POINT_cmp(group, generator, group->generator, ctx))
    -		{
    -		memcpy(pre->g_pre_comp, gmul, sizeof(pre->g_pre_comp));
    -		ret = 1;
    -		goto err;
    -		}
    -	if ((!BN_to_felem(pre->g_pre_comp[1][0], &group->generator->X)) ||
    -		(!BN_to_felem(pre->g_pre_comp[1][1], &group->generator->Y)) ||
    -		(!BN_to_felem(pre->g_pre_comp[1][2], &group->generator->Z)))
    -		goto err;
    -	/* compute 2^130*G, 2^260*G, 2^390*G */
    -	for (i = 1; i <= 4; i <<= 1)
    -		{
    -		point_double(pre->g_pre_comp[2*i][0], pre->g_pre_comp[2*i][1],
    -			pre->g_pre_comp[2*i][2], pre->g_pre_comp[i][0],
    -			pre->g_pre_comp[i][1], pre->g_pre_comp[i][2]);
    -		for (j = 0; j < 129; ++j)
    -			{
    -			point_double(pre->g_pre_comp[2*i][0],
    -				pre->g_pre_comp[2*i][1],
    -				pre->g_pre_comp[2*i][2],
    -				pre->g_pre_comp[2*i][0],
    -				pre->g_pre_comp[2*i][1],
    -				pre->g_pre_comp[2*i][2]);
    -			}
    -		}
    -	/* g_pre_comp[0] is the point at infinity */
    -	memset(pre->g_pre_comp[0], 0, sizeof(pre->g_pre_comp[0]));
    -	/* the remaining multiples */
    -	/* 2^130*G + 2^260*G */
    -	point_add(pre->g_pre_comp[6][0], pre->g_pre_comp[6][1],
    -		pre->g_pre_comp[6][2], pre->g_pre_comp[4][0],
    -		pre->g_pre_comp[4][1], pre->g_pre_comp[4][2],
    -		0, pre->g_pre_comp[2][0], pre->g_pre_comp[2][1],
    -		pre->g_pre_comp[2][2]);
    -	/* 2^130*G + 2^390*G */
    -	point_add(pre->g_pre_comp[10][0], pre->g_pre_comp[10][1],
    -		pre->g_pre_comp[10][2], pre->g_pre_comp[8][0],
    -		pre->g_pre_comp[8][1], pre->g_pre_comp[8][2],
    -		0, pre->g_pre_comp[2][0], pre->g_pre_comp[2][1],
    -		pre->g_pre_comp[2][2]);
    -	/* 2^260*G + 2^390*G */
    -	point_add(pre->g_pre_comp[12][0], pre->g_pre_comp[12][1],
    -		pre->g_pre_comp[12][2], pre->g_pre_comp[8][0],
    -		pre->g_pre_comp[8][1], pre->g_pre_comp[8][2],
    -		0, pre->g_pre_comp[4][0], pre->g_pre_comp[4][1],
    -		pre->g_pre_comp[4][2]);
    -	/* 2^130*G + 2^260*G + 2^390*G */
    -	point_add(pre->g_pre_comp[14][0], pre->g_pre_comp[14][1],
    -		pre->g_pre_comp[14][2], pre->g_pre_comp[12][0],
    -		pre->g_pre_comp[12][1], pre->g_pre_comp[12][2],
    -		0, pre->g_pre_comp[2][0], pre->g_pre_comp[2][1],
    -		pre->g_pre_comp[2][2]);
    -	for (i = 1; i < 8; ++i)
    -		{
    -		/* odd multiples: add G */
    -		point_add(pre->g_pre_comp[2*i+1][0], pre->g_pre_comp[2*i+1][1],
    -			pre->g_pre_comp[2*i+1][2], pre->g_pre_comp[2*i][0],
    -			pre->g_pre_comp[2*i][1], pre->g_pre_comp[2*i][2],
    -			0, pre->g_pre_comp[1][0], pre->g_pre_comp[1][1],
    -			pre->g_pre_comp[1][2]);
    -		}
    -	make_points_affine(15, &(pre->g_pre_comp[1]), tmp_felems);
    -
    -	if (!EC_EX_DATA_set_data(&group->extra_data, pre, nistp521_pre_comp_dup,
    -			nistp521_pre_comp_free, nistp521_pre_comp_clear_free))
    -		goto err;
    -	ret = 1;
    -	pre = NULL;
    +{
    +    int ret = 0;
    +    NISTP521_PRE_COMP *pre = NULL;
    +    int i, j;
    +    BN_CTX *new_ctx = NULL;
    +    BIGNUM *x, *y;
    +    EC_POINT *generator = NULL;
    +    felem tmp_felems[16];
    +
    +    /* throw away old precomputation */
    +    EC_EX_DATA_free_data(&group->extra_data, nistp521_pre_comp_dup,
    +                         nistp521_pre_comp_free,
    +                         nistp521_pre_comp_clear_free);
    +    if (ctx == NULL)
    +        if ((ctx = new_ctx = BN_CTX_new()) == NULL)
    +            return 0;
    +    BN_CTX_start(ctx);
    +    if (((x = BN_CTX_get(ctx)) == NULL) || ((y = BN_CTX_get(ctx)) == NULL))
    +        goto err;
    +    /* get the generator */
    +    if (group->generator == NULL)
    +        goto err;
    +    generator = EC_POINT_new(group);
    +    if (generator == NULL)
    +        goto err;
    +    BN_bin2bn(nistp521_curve_params[3], sizeof(felem_bytearray), x);
    +    BN_bin2bn(nistp521_curve_params[4], sizeof(felem_bytearray), y);
    +    if (!EC_POINT_set_affine_coordinates_GFp(group, generator, x, y, ctx))
    +        goto err;
    +    if ((pre = nistp521_pre_comp_new()) == NULL)
    +        goto err;
    +    /*
    +     * if the generator is the standard one, use built-in precomputation
    +     */
    +    if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) {
    +        memcpy(pre->g_pre_comp, gmul, sizeof(pre->g_pre_comp));
    +        ret = 1;
    +        goto err;
    +    }
    +    if ((!BN_to_felem(pre->g_pre_comp[1][0], &group->generator->X)) ||
    +        (!BN_to_felem(pre->g_pre_comp[1][1], &group->generator->Y)) ||
    +        (!BN_to_felem(pre->g_pre_comp[1][2], &group->generator->Z)))
    +        goto err;
    +    /* compute 2^130*G, 2^260*G, 2^390*G */
    +    for (i = 1; i <= 4; i <<= 1) {
    +        point_double(pre->g_pre_comp[2 * i][0], pre->g_pre_comp[2 * i][1],
    +                     pre->g_pre_comp[2 * i][2], pre->g_pre_comp[i][0],
    +                     pre->g_pre_comp[i][1], pre->g_pre_comp[i][2]);
    +        for (j = 0; j < 129; ++j) {
    +            point_double(pre->g_pre_comp[2 * i][0],
    +                         pre->g_pre_comp[2 * i][1],
    +                         pre->g_pre_comp[2 * i][2],
    +                         pre->g_pre_comp[2 * i][0],
    +                         pre->g_pre_comp[2 * i][1],
    +                         pre->g_pre_comp[2 * i][2]);
    +        }
    +    }
    +    /* g_pre_comp[0] is the point at infinity */
    +    memset(pre->g_pre_comp[0], 0, sizeof(pre->g_pre_comp[0]));
    +    /* the remaining multiples */
    +    /* 2^130*G + 2^260*G */
    +    point_add(pre->g_pre_comp[6][0], pre->g_pre_comp[6][1],
    +              pre->g_pre_comp[6][2], pre->g_pre_comp[4][0],
    +              pre->g_pre_comp[4][1], pre->g_pre_comp[4][2],
    +              0, pre->g_pre_comp[2][0], pre->g_pre_comp[2][1],
    +              pre->g_pre_comp[2][2]);
    +    /* 2^130*G + 2^390*G */
    +    point_add(pre->g_pre_comp[10][0], pre->g_pre_comp[10][1],
    +              pre->g_pre_comp[10][2], pre->g_pre_comp[8][0],
    +              pre->g_pre_comp[8][1], pre->g_pre_comp[8][2],
    +              0, pre->g_pre_comp[2][0], pre->g_pre_comp[2][1],
    +              pre->g_pre_comp[2][2]);
    +    /* 2^260*G + 2^390*G */
    +    point_add(pre->g_pre_comp[12][0], pre->g_pre_comp[12][1],
    +              pre->g_pre_comp[12][2], pre->g_pre_comp[8][0],
    +              pre->g_pre_comp[8][1], pre->g_pre_comp[8][2],
    +              0, pre->g_pre_comp[4][0], pre->g_pre_comp[4][1],
    +              pre->g_pre_comp[4][2]);
    +    /* 2^130*G + 2^260*G + 2^390*G */
    +    point_add(pre->g_pre_comp[14][0], pre->g_pre_comp[14][1],
    +              pre->g_pre_comp[14][2], pre->g_pre_comp[12][0],
    +              pre->g_pre_comp[12][1], pre->g_pre_comp[12][2],
    +              0, pre->g_pre_comp[2][0], pre->g_pre_comp[2][1],
    +              pre->g_pre_comp[2][2]);
    +    for (i = 1; i < 8; ++i) {
    +        /* odd multiples: add G */
    +        point_add(pre->g_pre_comp[2 * i + 1][0],
    +                  pre->g_pre_comp[2 * i + 1][1],
    +                  pre->g_pre_comp[2 * i + 1][2], pre->g_pre_comp[2 * i][0],
    +                  pre->g_pre_comp[2 * i][1], pre->g_pre_comp[2 * i][2], 0,
    +                  pre->g_pre_comp[1][0], pre->g_pre_comp[1][1],
    +                  pre->g_pre_comp[1][2]);
    +    }
    +    make_points_affine(15, &(pre->g_pre_comp[1]), tmp_felems);
    +
    +    if (!EC_EX_DATA_set_data(&group->extra_data, pre, nistp521_pre_comp_dup,
    +                             nistp521_pre_comp_free,
    +                             nistp521_pre_comp_clear_free))
    +        goto err;
    +    ret = 1;
    +    pre = NULL;
      err:
    -	BN_CTX_end(ctx);
    -	if (generator != NULL)
    -		EC_POINT_free(generator);
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	if (pre)
    -		nistp521_pre_comp_free(pre);
    -	return ret;
    -	}
    +    BN_CTX_end(ctx);
    +    if (generator != NULL)
    +        EC_POINT_free(generator);
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    if (pre)
    +        nistp521_pre_comp_free(pre);
    +    return ret;
    +}
     
     int ec_GFp_nistp521_have_precompute_mult(const EC_GROUP *group)
    -	{
    -	if (EC_EX_DATA_get_data(group->extra_data, nistp521_pre_comp_dup,
    -			nistp521_pre_comp_free, nistp521_pre_comp_clear_free)
    -		!= NULL)
    -		return 1;
    -	else
    -		return 0;
    -	}
    +{
    +    if (EC_EX_DATA_get_data(group->extra_data, nistp521_pre_comp_dup,
    +                            nistp521_pre_comp_free,
    +                            nistp521_pre_comp_clear_free)
    +        != NULL)
    +        return 1;
    +    else
    +        return 0;
    +}
     
     #else
    -static void *dummy=&dummy;
    +static void *dummy = &dummy;
     #endif
    diff --git a/openssl/crypto/ec/ecp_nistputil.c b/openssl/crypto/ec/ecp_nistputil.c
    index c8140c807..8ba2a25e9 100644
    --- a/openssl/crypto/ec/ecp_nistputil.c
    +++ b/openssl/crypto/ec/ecp_nistputil.c
    @@ -25,89 +25,108 @@
      * Common utility functions for ecp_nistp224.c, ecp_nistp256.c, ecp_nistp521.c.
      */
     
    -#include 
    -#include "ec_lcl.h"
    +# include 
    +# include "ec_lcl.h"
     
    -/* Convert an array of points into affine coordinates.
    - * (If the point at infinity is found (Z = 0), it remains unchanged.)
    - * This function is essentially an equivalent to EC_POINTs_make_affine(), but
    - * works with the internal representation of points as used by ecp_nistp###.c
    - * rather than with (BIGNUM-based) EC_POINT data structures.
    - *
    - * point_array is the input/output buffer ('num' points in projective form,
    - * i.e. three coordinates each), based on an internal representation of
    - * field elements of size 'felem_size'.
    - *
    - * tmp_felems needs to point to a temporary array of 'num'+1 field elements
    - * for storage of intermediate values.
    +/*
    + * Convert an array of points into affine coordinates. (If the point at
    + * infinity is found (Z = 0), it remains unchanged.) This function is
    + * essentially an equivalent to EC_POINTs_make_affine(), but works with the
    + * internal representation of points as used by ecp_nistp###.c rather than
    + * with (BIGNUM-based) EC_POINT data structures. point_array is the
    + * input/output buffer ('num' points in projective form, i.e. three
    + * coordinates each), based on an internal representation of field elements
    + * of size 'felem_size'. tmp_felems needs to point to a temporary array of
    + * 'num'+1 field elements for storage of intermediate values.
      */
     void ec_GFp_nistp_points_make_affine_internal(size_t num, void *point_array,
    -	size_t felem_size, void *tmp_felems,
    -	void (*felem_one)(void *out),
    -	int (*felem_is_zero)(const void *in),
    -	void (*felem_assign)(void *out, const void *in),
    -	void (*felem_square)(void *out, const void *in),
    -	void (*felem_mul)(void *out, const void *in1, const void *in2),
    -	void (*felem_inv)(void *out, const void *in),
    -	void (*felem_contract)(void *out, const void *in))
    -	{
    -	int i = 0;
    +                                              size_t felem_size,
    +                                              void *tmp_felems,
    +                                              void (*felem_one) (void *out),
    +                                              int (*felem_is_zero) (const void
    +                                                                    *in),
    +                                              void (*felem_assign) (void *out,
    +                                                                    const void
    +                                                                    *in),
    +                                              void (*felem_square) (void *out,
    +                                                                    const void
    +                                                                    *in),
    +                                              void (*felem_mul) (void *out,
    +                                                                 const void
    +                                                                 *in1,
    +                                                                 const void
    +                                                                 *in2),
    +                                              void (*felem_inv) (void *out,
    +                                                                 const void
    +                                                                 *in),
    +                                              void (*felem_contract) (void
    +                                                                      *out,
    +                                                                      const
    +                                                                      void
    +                                                                      *in))
    +{
    +    int i = 0;
     
    -#define tmp_felem(I) (&((char *)tmp_felems)[(I) * felem_size])
    -#define X(I) (&((char *)point_array)[3*(I) * felem_size])
    -#define Y(I) (&((char *)point_array)[(3*(I) + 1) * felem_size])
    -#define Z(I) (&((char *)point_array)[(3*(I) + 2) * felem_size])
    +# define tmp_felem(I) (&((char *)tmp_felems)[(I) * felem_size])
    +# define X(I) (&((char *)point_array)[3*(I) * felem_size])
    +# define Y(I) (&((char *)point_array)[(3*(I) + 1) * felem_size])
    +# define Z(I) (&((char *)point_array)[(3*(I) + 2) * felem_size])
     
    -	if (!felem_is_zero(Z(0)))
    -		felem_assign(tmp_felem(0), Z(0));
    -	else
    -		felem_one(tmp_felem(0));
    -	for (i = 1; i < (int)num; i++)
    -		{
    -		if (!felem_is_zero(Z(i)))
    -			felem_mul(tmp_felem(i), tmp_felem(i-1), Z(i));
    -		else
    -			felem_assign(tmp_felem(i), tmp_felem(i-1));
    -		}
    -	/* Now each tmp_felem(i) is the product of Z(0) .. Z(i), skipping any zero-valued factors:
    -	 * if Z(i) = 0, we essentially pretend that Z(i) = 1 */
    +    if (!felem_is_zero(Z(0)))
    +        felem_assign(tmp_felem(0), Z(0));
    +    else
    +        felem_one(tmp_felem(0));
    +    for (i = 1; i < (int)num; i++) {
    +        if (!felem_is_zero(Z(i)))
    +            felem_mul(tmp_felem(i), tmp_felem(i - 1), Z(i));
    +        else
    +            felem_assign(tmp_felem(i), tmp_felem(i - 1));
    +    }
    +    /*
    +     * Now each tmp_felem(i) is the product of Z(0) .. Z(i), skipping any
    +     * zero-valued factors: if Z(i) = 0, we essentially pretend that Z(i) = 1
    +     */
     
    -	felem_inv(tmp_felem(num-1), tmp_felem(num-1));
    -	for (i = num - 1; i >= 0; i--)
    -		{
    -		if (i > 0)
    -			/* tmp_felem(i-1) is the product of Z(0) .. Z(i-1),
    -			 * tmp_felem(i) is the inverse of the product of Z(0) .. Z(i)
    -			 */
    -			felem_mul(tmp_felem(num), tmp_felem(i-1), tmp_felem(i)); /* 1/Z(i) */
    -		else
    -			felem_assign(tmp_felem(num), tmp_felem(0)); /* 1/Z(0) */
    +    felem_inv(tmp_felem(num - 1), tmp_felem(num - 1));
    +    for (i = num - 1; i >= 0; i--) {
    +        if (i > 0)
    +            /*
    +             * tmp_felem(i-1) is the product of Z(0) .. Z(i-1), tmp_felem(i)
    +             * is the inverse of the product of Z(0) .. Z(i)
    +             */
    +            /* 1/Z(i) */
    +            felem_mul(tmp_felem(num), tmp_felem(i - 1), tmp_felem(i));
    +        else
    +            felem_assign(tmp_felem(num), tmp_felem(0)); /* 1/Z(0) */
     
    -		if (!felem_is_zero(Z(i)))
    -			{
    -			if (i > 0)
    -				/* For next iteration, replace tmp_felem(i-1) by its inverse */
    -				felem_mul(tmp_felem(i-1), tmp_felem(i), Z(i));
    +        if (!felem_is_zero(Z(i))) {
    +            if (i > 0)
    +                /*
    +                 * For next iteration, replace tmp_felem(i-1) by its inverse
    +                 */
    +                felem_mul(tmp_felem(i - 1), tmp_felem(i), Z(i));
     
    -			/* Convert point (X, Y, Z) into affine form (X/(Z^2), Y/(Z^3), 1) */
    -			felem_square(Z(i), tmp_felem(num)); /* 1/(Z^2) */
    -			felem_mul(X(i), X(i), Z(i)); /* X/(Z^2) */
    -			felem_mul(Z(i), Z(i), tmp_felem(num)); /* 1/(Z^3) */
    -			felem_mul(Y(i), Y(i), Z(i)); /* Y/(Z^3) */
    -			felem_contract(X(i), X(i));
    -			felem_contract(Y(i), Y(i));
    -			felem_one(Z(i));
    -			}
    -		else
    -			{
    -			if (i > 0)
    -				/* For next iteration, replace tmp_felem(i-1) by its inverse */
    -				felem_assign(tmp_felem(i-1), tmp_felem(i));
    -			}
    -		}
    -	}
    +            /*
    +             * Convert point (X, Y, Z) into affine form (X/(Z^2), Y/(Z^3), 1)
    +             */
    +            felem_square(Z(i), tmp_felem(num)); /* 1/(Z^2) */
    +            felem_mul(X(i), X(i), Z(i)); /* X/(Z^2) */
    +            felem_mul(Z(i), Z(i), tmp_felem(num)); /* 1/(Z^3) */
    +            felem_mul(Y(i), Y(i), Z(i)); /* Y/(Z^3) */
    +            felem_contract(X(i), X(i));
    +            felem_contract(Y(i), Y(i));
    +            felem_one(Z(i));
    +        } else {
    +            if (i > 0)
    +                /*
    +                 * For next iteration, replace tmp_felem(i-1) by its inverse
    +                 */
    +                felem_assign(tmp_felem(i - 1), tmp_felem(i));
    +        }
    +    }
    +}
     
    -/*
    +/*-
      * This function looks at 5+1 scalar bits (5 current, 1 adjacent less
      * significant bit), and recodes them into a signed digit for use in fast point
      * multiplication: the use of signed rather than unsigned digits means that
    @@ -180,18 +199,20 @@ void ec_GFp_nistp_points_make_affine_internal(size_t num, void *point_array,
      * has to be b_4 b_3 b_2 b_1 b_0 0.
      *
      */
    -void ec_GFp_nistp_recode_scalar_bits(unsigned char *sign, unsigned char *digit, unsigned char in)
    -	{
    -	unsigned char s, d;
    +void ec_GFp_nistp_recode_scalar_bits(unsigned char *sign,
    +                                     unsigned char *digit, unsigned char in)
    +{
    +    unsigned char s, d;
     
    -	s = ~((in >> 5) - 1); /* sets all bits to MSB(in), 'in' seen as 6-bit value */
    -	d = (1 << 6) - in - 1;
    -	d = (d & s) | (in & ~s);
    -	d = (d >> 1) + (d & 1);
    +    s = ~((in >> 5) - 1);       /* sets all bits to MSB(in), 'in' seen as
    +                                 * 6-bit value */
    +    d = (1 << 6) - in - 1;
    +    d = (d & s) | (in & ~s);
    +    d = (d >> 1) + (d & 1);
     
    -	*sign = s & 1;
    -	*digit = d;
    -	}
    +    *sign = s & 1;
    +    *digit = d;
    +}
     #else
    -static void *dummy=&dummy;
    +static void *dummy = &dummy;
     #endif
    diff --git a/openssl/crypto/ec/ecp_nistz256.c b/openssl/crypto/ec/ecp_nistz256.c
    new file mode 100755
    index 000000000..2cd6599d8
    --- /dev/null
    +++ b/openssl/crypto/ec/ecp_nistz256.c
    @@ -0,0 +1,1486 @@
    +/******************************************************************************
    + *                                                                            *
    + * Copyright 2014 Intel Corporation                                           *
    + *                                                                            *
    + * Licensed under the Apache License, Version 2.0 (the "License");            *
    + * you may not use this file except in compliance with the License.           *
    + * You may obtain a copy of the License at                                    *
    + *                                                                            *
    + *    http://www.apache.org/licenses/LICENSE-2.0                              *
    + *                                                                            *
    + * Unless required by applicable law or agreed to in writing, software        *
    + * distributed under the License is distributed on an "AS IS" BASIS,          *
    + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   *
    + * See the License for the specific language governing permissions and        *
    + * limitations under the License.                                             *
    + *                                                                            *
    + ******************************************************************************
    + *                                                                            *
    + * Developers and authors:                                                    *
    + * Shay Gueron (1, 2), and Vlad Krasnov (1)                                   *
    + * (1) Intel Corporation, Israel Development Center                           *
    + * (2) University of Haifa                                                    *
    + * Reference:                                                                 *
    + * S.Gueron and V.Krasnov, "Fast Prime Field Elliptic Curve Cryptography with *
    + *                          256 Bit Primes"                                   *
    + *                                                                            *
    + ******************************************************************************/
    +
    +#include 
    +
    +#include 
    +#include 
    +#include 
    +#include "cryptlib.h"
    +
    +#include "ec_lcl.h"
    +
    +#if BN_BITS2 != 64
    +# define TOBN(hi,lo)    lo,hi
    +#else
    +# define TOBN(hi,lo)    ((BN_ULONG)hi<<32|lo)
    +#endif
    +
    +#if defined(__GNUC__)
    +# define ALIGN32        __attribute((aligned(32)))
    +#elif defined(_MSC_VER)
    +# define ALIGN32        __declspec(align(32))
    +#else
    +# define ALIGN32
    +#endif
    +
    +#define ALIGNPTR(p,N)   ((unsigned char *)p+N-(size_t)p%N)
    +#define P256_LIMBS      (256/BN_BITS2)
    +
    +typedef unsigned short u16;
    +
    +typedef struct {
    +    BN_ULONG X[P256_LIMBS];
    +    BN_ULONG Y[P256_LIMBS];
    +    BN_ULONG Z[P256_LIMBS];
    +} P256_POINT;
    +
    +typedef struct {
    +    BN_ULONG X[P256_LIMBS];
    +    BN_ULONG Y[P256_LIMBS];
    +} P256_POINT_AFFINE;
    +
    +typedef P256_POINT_AFFINE PRECOMP256_ROW[64];
    +
    +/* structure for precomputed multiples of the generator */
    +typedef struct ec_pre_comp_st {
    +    const EC_GROUP *group;      /* Parent EC_GROUP object */
    +    size_t w;                   /* Window size */
    +    /*
    +     * Constant time access to the X and Y coordinates of the pre-computed,
    +     * generator multiplies, in the Montgomery domain. Pre-calculated
    +     * multiplies are stored in affine form.
    +     */
    +    PRECOMP256_ROW *precomp;
    +    void *precomp_storage;
    +    int references;
    +} EC_PRE_COMP;
    +
    +/* Functions implemented in assembly */
    +/* Modular mul by 2: res = 2*a mod P */
    +void ecp_nistz256_mul_by_2(BN_ULONG res[P256_LIMBS],
    +                           const BN_ULONG a[P256_LIMBS]);
    +/* Modular div by 2: res = a/2 mod P */
    +void ecp_nistz256_div_by_2(BN_ULONG res[P256_LIMBS],
    +                           const BN_ULONG a[P256_LIMBS]);
    +/* Modular mul by 3: res = 3*a mod P */
    +void ecp_nistz256_mul_by_3(BN_ULONG res[P256_LIMBS],
    +                           const BN_ULONG a[P256_LIMBS]);
    +/* Modular add: res = a+b mod P   */
    +void ecp_nistz256_add(BN_ULONG res[P256_LIMBS],
    +                      const BN_ULONG a[P256_LIMBS],
    +                      const BN_ULONG b[P256_LIMBS]);
    +/* Modular sub: res = a-b mod P   */
    +void ecp_nistz256_sub(BN_ULONG res[P256_LIMBS],
    +                      const BN_ULONG a[P256_LIMBS],
    +                      const BN_ULONG b[P256_LIMBS]);
    +/* Modular neg: res = -a mod P    */
    +void ecp_nistz256_neg(BN_ULONG res[P256_LIMBS], const BN_ULONG a[P256_LIMBS]);
    +/* Montgomery mul: res = a*b*2^-256 mod P */
    +void ecp_nistz256_mul_mont(BN_ULONG res[P256_LIMBS],
    +                           const BN_ULONG a[P256_LIMBS],
    +                           const BN_ULONG b[P256_LIMBS]);
    +/* Montgomery sqr: res = a*a*2^-256 mod P */
    +void ecp_nistz256_sqr_mont(BN_ULONG res[P256_LIMBS],
    +                           const BN_ULONG a[P256_LIMBS]);
    +/* Convert a number from Montgomery domain, by multiplying with 1 */
    +void ecp_nistz256_from_mont(BN_ULONG res[P256_LIMBS],
    +                            const BN_ULONG in[P256_LIMBS]);
    +/* Convert a number to Montgomery domain, by multiplying with 2^512 mod P*/
    +void ecp_nistz256_to_mont(BN_ULONG res[P256_LIMBS],
    +                          const BN_ULONG in[P256_LIMBS]);
    +/* Functions that perform constant time access to the precomputed tables */
    +void ecp_nistz256_select_w5(P256_POINT * val,
    +                            const P256_POINT * in_t, int index);
    +void ecp_nistz256_select_w7(P256_POINT_AFFINE * val,
    +                            const P256_POINT_AFFINE * in_t, int index);
    +
    +/* One converted into the Montgomery domain */
    +static const BN_ULONG ONE[P256_LIMBS] = {
    +    TOBN(0x00000000, 0x00000001), TOBN(0xffffffff, 0x00000000),
    +    TOBN(0xffffffff, 0xffffffff), TOBN(0x00000000, 0xfffffffe)
    +};
    +
    +static void *ecp_nistz256_pre_comp_dup(void *);
    +static void ecp_nistz256_pre_comp_free(void *);
    +static void ecp_nistz256_pre_comp_clear_free(void *);
    +static EC_PRE_COMP *ecp_nistz256_pre_comp_new(const EC_GROUP *group);
    +
    +/* Precomputed tables for the default generator */
    +#include "ecp_nistz256_table.c"
    +
    +/* Recode window to a signed digit, see ecp_nistputil.c for details */
    +static unsigned int _booth_recode_w5(unsigned int in)
    +{
    +    unsigned int s, d;
    +
    +    s = ~((in >> 5) - 1);
    +    d = (1 << 6) - in - 1;
    +    d = (d & s) | (in & ~s);
    +    d = (d >> 1) + (d & 1);
    +
    +    return (d << 1) + (s & 1);
    +}
    +
    +static unsigned int _booth_recode_w7(unsigned int in)
    +{
    +    unsigned int s, d;
    +
    +    s = ~((in >> 7) - 1);
    +    d = (1 << 8) - in - 1;
    +    d = (d & s) | (in & ~s);
    +    d = (d >> 1) + (d & 1);
    +
    +    return (d << 1) + (s & 1);
    +}
    +
    +static void copy_conditional(BN_ULONG dst[P256_LIMBS],
    +                             const BN_ULONG src[P256_LIMBS], BN_ULONG move)
    +{
    +    BN_ULONG mask1 = -move;
    +    BN_ULONG mask2 = ~mask1;
    +
    +    dst[0] = (src[0] & mask1) ^ (dst[0] & mask2);
    +    dst[1] = (src[1] & mask1) ^ (dst[1] & mask2);
    +    dst[2] = (src[2] & mask1) ^ (dst[2] & mask2);
    +    dst[3] = (src[3] & mask1) ^ (dst[3] & mask2);
    +    if (P256_LIMBS == 8) {
    +        dst[4] = (src[4] & mask1) ^ (dst[4] & mask2);
    +        dst[5] = (src[5] & mask1) ^ (dst[5] & mask2);
    +        dst[6] = (src[6] & mask1) ^ (dst[6] & mask2);
    +        dst[7] = (src[7] & mask1) ^ (dst[7] & mask2);
    +    }
    +}
    +
    +static BN_ULONG is_zero(BN_ULONG in)
    +{
    +    in |= (0 - in);
    +    in = ~in;
    +    in &= BN_MASK2;
    +    in >>= BN_BITS2 - 1;
    +    return in;
    +}
    +
    +static BN_ULONG is_equal(const BN_ULONG a[P256_LIMBS],
    +                         const BN_ULONG b[P256_LIMBS])
    +{
    +    BN_ULONG res;
    +
    +    res = a[0] ^ b[0];
    +    res |= a[1] ^ b[1];
    +    res |= a[2] ^ b[2];
    +    res |= a[3] ^ b[3];
    +    if (P256_LIMBS == 8) {
    +        res |= a[4] ^ b[4];
    +        res |= a[5] ^ b[5];
    +        res |= a[6] ^ b[6];
    +        res |= a[7] ^ b[7];
    +    }
    +
    +    return is_zero(res);
    +}
    +
    +static BN_ULONG is_one(const BN_ULONG a[P256_LIMBS])
    +{
    +    BN_ULONG res;
    +
    +    res = a[0] ^ ONE[0];
    +    res |= a[1] ^ ONE[1];
    +    res |= a[2] ^ ONE[2];
    +    res |= a[3] ^ ONE[3];
    +    if (P256_LIMBS == 8) {
    +        res |= a[4] ^ ONE[4];
    +        res |= a[5] ^ ONE[5];
    +        res |= a[6] ^ ONE[6];
    +    }
    +
    +    return is_zero(res);
    +}
    +
    +#ifndef ECP_NISTZ256_REFERENCE_IMPLEMENTATION
    +void ecp_nistz256_point_double(P256_POINT *r, const P256_POINT *a);
    +void ecp_nistz256_point_add(P256_POINT *r,
    +                            const P256_POINT *a, const P256_POINT *b);
    +void ecp_nistz256_point_add_affine(P256_POINT *r,
    +                                   const P256_POINT *a,
    +                                   const P256_POINT_AFFINE *b);
    +#else
    +/* Point double: r = 2*a */
    +static void ecp_nistz256_point_double(P256_POINT *r, const P256_POINT *a)
    +{
    +    BN_ULONG S[P256_LIMBS];
    +    BN_ULONG M[P256_LIMBS];
    +    BN_ULONG Zsqr[P256_LIMBS];
    +    BN_ULONG tmp0[P256_LIMBS];
    +
    +    const BN_ULONG *in_x = a->X;
    +    const BN_ULONG *in_y = a->Y;
    +    const BN_ULONG *in_z = a->Z;
    +
    +    BN_ULONG *res_x = r->X;
    +    BN_ULONG *res_y = r->Y;
    +    BN_ULONG *res_z = r->Z;
    +
    +    ecp_nistz256_mul_by_2(S, in_y);
    +
    +    ecp_nistz256_sqr_mont(Zsqr, in_z);
    +
    +    ecp_nistz256_sqr_mont(S, S);
    +
    +    ecp_nistz256_mul_mont(res_z, in_z, in_y);
    +    ecp_nistz256_mul_by_2(res_z, res_z);
    +
    +    ecp_nistz256_add(M, in_x, Zsqr);
    +    ecp_nistz256_sub(Zsqr, in_x, Zsqr);
    +
    +    ecp_nistz256_sqr_mont(res_y, S);
    +    ecp_nistz256_div_by_2(res_y, res_y);
    +
    +    ecp_nistz256_mul_mont(M, M, Zsqr);
    +    ecp_nistz256_mul_by_3(M, M);
    +
    +    ecp_nistz256_mul_mont(S, S, in_x);
    +    ecp_nistz256_mul_by_2(tmp0, S);
    +
    +    ecp_nistz256_sqr_mont(res_x, M);
    +
    +    ecp_nistz256_sub(res_x, res_x, tmp0);
    +    ecp_nistz256_sub(S, S, res_x);
    +
    +    ecp_nistz256_mul_mont(S, S, M);
    +    ecp_nistz256_sub(res_y, S, res_y);
    +}
    +
    +/* Point addition: r = a+b */
    +static void ecp_nistz256_point_add(P256_POINT *r,
    +                                   const P256_POINT *a, const P256_POINT *b)
    +{
    +    BN_ULONG U2[P256_LIMBS], S2[P256_LIMBS];
    +    BN_ULONG U1[P256_LIMBS], S1[P256_LIMBS];
    +    BN_ULONG Z1sqr[P256_LIMBS];
    +    BN_ULONG Z2sqr[P256_LIMBS];
    +    BN_ULONG H[P256_LIMBS], R[P256_LIMBS];
    +    BN_ULONG Hsqr[P256_LIMBS];
    +    BN_ULONG Rsqr[P256_LIMBS];
    +    BN_ULONG Hcub[P256_LIMBS];
    +
    +    BN_ULONG res_x[P256_LIMBS];
    +    BN_ULONG res_y[P256_LIMBS];
    +    BN_ULONG res_z[P256_LIMBS];
    +
    +    BN_ULONG in1infty, in2infty;
    +
    +    const BN_ULONG *in1_x = a->X;
    +    const BN_ULONG *in1_y = a->Y;
    +    const BN_ULONG *in1_z = a->Z;
    +
    +    const BN_ULONG *in2_x = b->X;
    +    const BN_ULONG *in2_y = b->Y;
    +    const BN_ULONG *in2_z = b->Z;
    +
    +    /* We encode infinity as (0,0), which is not on the curve,
    +     * so it is OK. */
    +    in1infty = (in1_x[0] | in1_x[1] | in1_x[2] | in1_x[3] |
    +                in1_y[0] | in1_y[1] | in1_y[2] | in1_y[3]);
    +    if (P256_LIMBS == 8)
    +        in1infty |= (in1_x[4] | in1_x[5] | in1_x[6] | in1_x[7] |
    +                     in1_y[4] | in1_y[5] | in1_y[6] | in1_y[7]);
    +
    +    in2infty = (in2_x[0] | in2_x[1] | in2_x[2] | in2_x[3] |
    +                in2_y[0] | in2_y[1] | in2_y[2] | in2_y[3]);
    +    if (P256_LIMBS == 8)
    +        in2infty |= (in2_x[4] | in2_x[5] | in2_x[6] | in2_x[7] |
    +                     in2_y[4] | in2_y[5] | in2_y[6] | in2_y[7]);
    +
    +    in1infty = is_zero(in1infty);
    +    in2infty = is_zero(in2infty);
    +
    +    ecp_nistz256_sqr_mont(Z2sqr, in2_z);        /* Z2^2 */
    +    ecp_nistz256_sqr_mont(Z1sqr, in1_z);        /* Z1^2 */
    +
    +    ecp_nistz256_mul_mont(S1, Z2sqr, in2_z);    /* S1 = Z2^3 */
    +    ecp_nistz256_mul_mont(S2, Z1sqr, in1_z);    /* S2 = Z1^3 */
    +
    +    ecp_nistz256_mul_mont(S1, S1, in1_y);       /* S1 = Y1*Z2^3 */
    +    ecp_nistz256_mul_mont(S2, S2, in2_y);       /* S2 = Y2*Z1^3 */
    +    ecp_nistz256_sub(R, S2, S1);                /* R = S2 - S1 */
    +
    +    ecp_nistz256_mul_mont(U1, in1_x, Z2sqr);    /* U1 = X1*Z2^2 */
    +    ecp_nistz256_mul_mont(U2, in2_x, Z1sqr);    /* U2 = X2*Z1^2 */
    +    ecp_nistz256_sub(H, U2, U1);                /* H = U2 - U1 */
    +
    +    /*
    +     * This should not happen during sign/ecdh, so no constant time violation
    +     */
    +    if (is_equal(U1, U2) && !in1infty && !in2infty) {
    +        if (is_equal(S1, S2)) {
    +            ecp_nistz256_point_double(r, a);
    +            return;
    +        } else {
    +            memset(r, 0, sizeof(*r));
    +            return;
    +        }
    +    }
    +
    +    ecp_nistz256_sqr_mont(Rsqr, R);             /* R^2 */
    +    ecp_nistz256_mul_mont(res_z, H, in1_z);     /* Z3 = H*Z1*Z2 */
    +    ecp_nistz256_sqr_mont(Hsqr, H);             /* H^2 */
    +    ecp_nistz256_mul_mont(res_z, res_z, in2_z); /* Z3 = H*Z1*Z2 */
    +    ecp_nistz256_mul_mont(Hcub, Hsqr, H);       /* H^3 */
    +
    +    ecp_nistz256_mul_mont(U2, U1, Hsqr);        /* U1*H^2 */
    +    ecp_nistz256_mul_by_2(Hsqr, U2);            /* 2*U1*H^2 */
    +
    +    ecp_nistz256_sub(res_x, Rsqr, Hsqr);
    +    ecp_nistz256_sub(res_x, res_x, Hcub);
    +
    +    ecp_nistz256_sub(res_y, U2, res_x);
    +
    +    ecp_nistz256_mul_mont(S2, S1, Hcub);
    +    ecp_nistz256_mul_mont(res_y, R, res_y);
    +    ecp_nistz256_sub(res_y, res_y, S2);
    +
    +    copy_conditional(res_x, in2_x, in1infty);
    +    copy_conditional(res_y, in2_y, in1infty);
    +    copy_conditional(res_z, in2_z, in1infty);
    +
    +    copy_conditional(res_x, in1_x, in2infty);
    +    copy_conditional(res_y, in1_y, in2infty);
    +    copy_conditional(res_z, in1_z, in2infty);
    +
    +    memcpy(r->X, res_x, sizeof(res_x));
    +    memcpy(r->Y, res_y, sizeof(res_y));
    +    memcpy(r->Z, res_z, sizeof(res_z));
    +}
    +
    +/* Point addition when b is known to be affine: r = a+b */
    +static void ecp_nistz256_point_add_affine(P256_POINT *r,
    +                                          const P256_POINT *a,
    +                                          const P256_POINT_AFFINE *b)
    +{
    +    BN_ULONG U2[P256_LIMBS], S2[P256_LIMBS];
    +    BN_ULONG Z1sqr[P256_LIMBS];
    +    BN_ULONG H[P256_LIMBS], R[P256_LIMBS];
    +    BN_ULONG Hsqr[P256_LIMBS];
    +    BN_ULONG Rsqr[P256_LIMBS];
    +    BN_ULONG Hcub[P256_LIMBS];
    +
    +    BN_ULONG res_x[P256_LIMBS];
    +    BN_ULONG res_y[P256_LIMBS];
    +    BN_ULONG res_z[P256_LIMBS];
    +
    +    BN_ULONG in1infty, in2infty;
    +
    +    const BN_ULONG *in1_x = a->X;
    +    const BN_ULONG *in1_y = a->Y;
    +    const BN_ULONG *in1_z = a->Z;
    +
    +    const BN_ULONG *in2_x = b->X;
    +    const BN_ULONG *in2_y = b->Y;
    +
    +    /*
    +     * In affine representation we encode infty as (0,0), which is not on the
    +     * curve, so it is OK
    +     */
    +    in1infty = (in1_x[0] | in1_x[1] | in1_x[2] | in1_x[3] |
    +                in1_y[0] | in1_y[1] | in1_y[2] | in1_y[3]);
    +    if (P256_LIMBS == 8)
    +        in1infty |= (in1_x[4] | in1_x[5] | in1_x[6] | in1_x[7] |
    +                     in1_y[4] | in1_y[5] | in1_y[6] | in1_y[7]);
    +
    +    in2infty = (in2_x[0] | in2_x[1] | in2_x[2] | in2_x[3] |
    +                in2_y[0] | in2_y[1] | in2_y[2] | in2_y[3]);
    +    if (P256_LIMBS == 8)
    +        in2infty |= (in2_x[4] | in2_x[5] | in2_x[6] | in2_x[7] |
    +                     in2_y[4] | in2_y[5] | in2_y[6] | in2_y[7]);
    +
    +    in1infty = is_zero(in1infty);
    +    in2infty = is_zero(in2infty);
    +
    +    ecp_nistz256_sqr_mont(Z1sqr, in1_z);        /* Z1^2 */
    +
    +    ecp_nistz256_mul_mont(U2, in2_x, Z1sqr);    /* U2 = X2*Z1^2 */
    +    ecp_nistz256_sub(H, U2, in1_x);             /* H = U2 - U1 */
    +
    +    ecp_nistz256_mul_mont(S2, Z1sqr, in1_z);    /* S2 = Z1^3 */
    +
    +    ecp_nistz256_mul_mont(res_z, H, in1_z);     /* Z3 = H*Z1*Z2 */
    +
    +    ecp_nistz256_mul_mont(S2, S2, in2_y);       /* S2 = Y2*Z1^3 */
    +    ecp_nistz256_sub(R, S2, in1_y);             /* R = S2 - S1 */
    +
    +    ecp_nistz256_sqr_mont(Hsqr, H);             /* H^2 */
    +    ecp_nistz256_sqr_mont(Rsqr, R);             /* R^2 */
    +    ecp_nistz256_mul_mont(Hcub, Hsqr, H);       /* H^3 */
    +
    +    ecp_nistz256_mul_mont(U2, in1_x, Hsqr);     /* U1*H^2 */
    +    ecp_nistz256_mul_by_2(Hsqr, U2);            /* 2*U1*H^2 */
    +
    +    ecp_nistz256_sub(res_x, Rsqr, Hsqr);
    +    ecp_nistz256_sub(res_x, res_x, Hcub);
    +    ecp_nistz256_sub(H, U2, res_x);
    +
    +    ecp_nistz256_mul_mont(S2, in1_y, Hcub);
    +    ecp_nistz256_mul_mont(H, H, R);
    +    ecp_nistz256_sub(res_y, H, S2);
    +
    +    copy_conditional(res_x, in2_x, in1infty);
    +    copy_conditional(res_x, in1_x, in2infty);
    +
    +    copy_conditional(res_y, in2_y, in1infty);
    +    copy_conditional(res_y, in1_y, in2infty);
    +
    +    copy_conditional(res_z, ONE, in1infty);
    +    copy_conditional(res_z, in1_z, in2infty);
    +
    +    memcpy(r->X, res_x, sizeof(res_x));
    +    memcpy(r->Y, res_y, sizeof(res_y));
    +    memcpy(r->Z, res_z, sizeof(res_z));
    +}
    +#endif
    +
    +/* r = in^-1 mod p */
    +static void ecp_nistz256_mod_inverse(BN_ULONG r[P256_LIMBS],
    +                                     const BN_ULONG in[P256_LIMBS])
    +{
    +    /*
    +     * The poly is ffffffff 00000001 00000000 00000000 00000000 ffffffff
    +     * ffffffff ffffffff We use FLT and used poly-2 as exponent
    +     */
    +    BN_ULONG p2[P256_LIMBS];
    +    BN_ULONG p4[P256_LIMBS];
    +    BN_ULONG p8[P256_LIMBS];
    +    BN_ULONG p16[P256_LIMBS];
    +    BN_ULONG p32[P256_LIMBS];
    +    BN_ULONG res[P256_LIMBS];
    +    int i;
    +
    +    ecp_nistz256_sqr_mont(res, in);
    +    ecp_nistz256_mul_mont(p2, res, in);         /* 3*p */
    +
    +    ecp_nistz256_sqr_mont(res, p2);
    +    ecp_nistz256_sqr_mont(res, res);
    +    ecp_nistz256_mul_mont(p4, res, p2);         /* f*p */
    +
    +    ecp_nistz256_sqr_mont(res, p4);
    +    ecp_nistz256_sqr_mont(res, res);
    +    ecp_nistz256_sqr_mont(res, res);
    +    ecp_nistz256_sqr_mont(res, res);
    +    ecp_nistz256_mul_mont(p8, res, p4);         /* ff*p */
    +
    +    ecp_nistz256_sqr_mont(res, p8);
    +    for (i = 0; i < 7; i++)
    +        ecp_nistz256_sqr_mont(res, res);
    +    ecp_nistz256_mul_mont(p16, res, p8);        /* ffff*p */
    +
    +    ecp_nistz256_sqr_mont(res, p16);
    +    for (i = 0; i < 15; i++)
    +        ecp_nistz256_sqr_mont(res, res);
    +    ecp_nistz256_mul_mont(p32, res, p16);       /* ffffffff*p */
    +
    +    ecp_nistz256_sqr_mont(res, p32);
    +    for (i = 0; i < 31; i++)
    +        ecp_nistz256_sqr_mont(res, res);
    +    ecp_nistz256_mul_mont(res, res, in);
    +
    +    for (i = 0; i < 32 * 4; i++)
    +        ecp_nistz256_sqr_mont(res, res);
    +    ecp_nistz256_mul_mont(res, res, p32);
    +
    +    for (i = 0; i < 32; i++)
    +        ecp_nistz256_sqr_mont(res, res);
    +    ecp_nistz256_mul_mont(res, res, p32);
    +
    +    for (i = 0; i < 16; i++)
    +        ecp_nistz256_sqr_mont(res, res);
    +    ecp_nistz256_mul_mont(res, res, p16);
    +
    +    for (i = 0; i < 8; i++)
    +        ecp_nistz256_sqr_mont(res, res);
    +    ecp_nistz256_mul_mont(res, res, p8);
    +
    +    ecp_nistz256_sqr_mont(res, res);
    +    ecp_nistz256_sqr_mont(res, res);
    +    ecp_nistz256_sqr_mont(res, res);
    +    ecp_nistz256_sqr_mont(res, res);
    +    ecp_nistz256_mul_mont(res, res, p4);
    +
    +    ecp_nistz256_sqr_mont(res, res);
    +    ecp_nistz256_sqr_mont(res, res);
    +    ecp_nistz256_mul_mont(res, res, p2);
    +
    +    ecp_nistz256_sqr_mont(res, res);
    +    ecp_nistz256_sqr_mont(res, res);
    +    ecp_nistz256_mul_mont(res, res, in);
    +
    +    memcpy(r, res, sizeof(res));
    +}
    +
    +/*
    + * ecp_nistz256_bignum_to_field_elem copies the contents of |in| to |out| and
    + * returns one if it fits. Otherwise it returns zero.
    + */
    +static int ecp_nistz256_bignum_to_field_elem(BN_ULONG out[P256_LIMBS],
    +                                             const BIGNUM *in)
    +{
    +    if (in->top > P256_LIMBS)
    +        return 0;
    +
    +    memset(out, 0, sizeof(BN_ULONG) * P256_LIMBS);
    +    memcpy(out, in->d, sizeof(BN_ULONG) * in->top);
    +    return 1;
    +}
    +
    +/* r = sum(scalar[i]*point[i]) */
    +static void ecp_nistz256_windowed_mul(const EC_GROUP *group,
    +                                      P256_POINT *r,
    +                                      const BIGNUM **scalar,
    +                                      const EC_POINT **point,
    +                                      int num, BN_CTX *ctx)
    +{
    +    int i, j;
    +    unsigned int index;
    +    unsigned char (*p_str)[33] = NULL;
    +    const unsigned int window_size = 5;
    +    const unsigned int mask = (1 << (window_size + 1)) - 1;
    +    unsigned int wvalue;
    +    BN_ULONG tmp[P256_LIMBS];
    +    ALIGN32 P256_POINT h;
    +    const BIGNUM **scalars = NULL;
    +    P256_POINT (*table)[16] = NULL;
    +    void *table_storage = NULL;
    +
    +    if ((table_storage =
    +         OPENSSL_malloc(num * 16 * sizeof(P256_POINT) + 64)) == NULL
    +        || (p_str =
    +            OPENSSL_malloc(num * 33 * sizeof(unsigned char))) == NULL
    +        || (scalars = OPENSSL_malloc(num * sizeof(BIGNUM *))) == NULL) {
    +        ECerr(EC_F_ECP_NISTZ256_WINDOWED_MUL, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    } else {
    +        table = (void *)ALIGNPTR(table_storage, 64);
    +    }
    +
    +    for (i = 0; i < num; i++) {
    +        P256_POINT *row = table[i];
    +
    +        if ((BN_num_bits(scalar[i]) > 256) || BN_is_negative(scalar[i])) {
    +            BIGNUM *mod;
    +
    +            if ((mod = BN_CTX_get(ctx)) == NULL)
    +                goto err;
    +            if (!BN_nnmod(mod, scalar[i], &group->order, ctx)) {
    +                ECerr(EC_F_ECP_NISTZ256_WINDOWED_MUL, ERR_R_BN_LIB);
    +                goto err;
    +            }
    +            scalars[i] = mod;
    +        } else
    +            scalars[i] = scalar[i];
    +
    +        for (j = 0; j < scalars[i]->top * BN_BYTES; j += BN_BYTES) {
    +            BN_ULONG d = scalars[i]->d[j / BN_BYTES];
    +
    +            p_str[i][j + 0] = d & 0xff;
    +            p_str[i][j + 1] = (d >> 8) & 0xff;
    +            p_str[i][j + 2] = (d >> 16) & 0xff;
    +            p_str[i][j + 3] = (d >>= 24) & 0xff;
    +            if (BN_BYTES == 8) {
    +                d >>= 8;
    +                p_str[i][j + 4] = d & 0xff;
    +                p_str[i][j + 5] = (d >> 8) & 0xff;
    +                p_str[i][j + 6] = (d >> 16) & 0xff;
    +                p_str[i][j + 7] = (d >> 24) & 0xff;
    +            }
    +        }
    +        for (; j < 33; j++)
    +            p_str[i][j] = 0;
    +
    +        /* table[0] is implicitly (0,0,0) (the point at infinity),
    +         * therefore it is not stored. All other values are actually
    +         * stored with an offset of -1 in table.
    +         */
    +
    +        if (!ecp_nistz256_bignum_to_field_elem(row[1 - 1].X, &point[i]->X)
    +            || !ecp_nistz256_bignum_to_field_elem(row[1 - 1].Y, &point[i]->Y)
    +            || !ecp_nistz256_bignum_to_field_elem(row[1 - 1].Z, &point[i]->Z)) {
    +            ECerr(EC_F_ECP_NISTZ256_WINDOWED_MUL, EC_R_COORDINATES_OUT_OF_RANGE);
    +            goto err;
    +        }
    +
    +        ecp_nistz256_point_double(&row[ 2 - 1], &row[ 1 - 1]);
    +        ecp_nistz256_point_add   (&row[ 3 - 1], &row[ 2 - 1], &row[1 - 1]);
    +        ecp_nistz256_point_double(&row[ 4 - 1], &row[ 2 - 1]);
    +        ecp_nistz256_point_double(&row[ 6 - 1], &row[ 3 - 1]);
    +        ecp_nistz256_point_double(&row[ 8 - 1], &row[ 4 - 1]);
    +        ecp_nistz256_point_double(&row[12 - 1], &row[ 6 - 1]);
    +        ecp_nistz256_point_add   (&row[ 5 - 1], &row[ 4 - 1], &row[1 - 1]);
    +        ecp_nistz256_point_add   (&row[ 7 - 1], &row[ 6 - 1], &row[1 - 1]);
    +        ecp_nistz256_point_add   (&row[ 9 - 1], &row[ 8 - 1], &row[1 - 1]);
    +        ecp_nistz256_point_add   (&row[13 - 1], &row[12 - 1], &row[1 - 1]);
    +        ecp_nistz256_point_double(&row[14 - 1], &row[ 7 - 1]);
    +        ecp_nistz256_point_double(&row[10 - 1], &row[ 5 - 1]);
    +        ecp_nistz256_point_add   (&row[15 - 1], &row[14 - 1], &row[1 - 1]);
    +        ecp_nistz256_point_add   (&row[11 - 1], &row[10 - 1], &row[1 - 1]);
    +        ecp_nistz256_point_add   (&row[16 - 1], &row[15 - 1], &row[1 - 1]);
    +    }
    +
    +    index = 255;
    +
    +    wvalue = p_str[0][(index - 1) / 8];
    +    wvalue = (wvalue >> ((index - 1) % 8)) & mask;
    +
    +    ecp_nistz256_select_w5(r, table[0], _booth_recode_w5(wvalue) >> 1);
    +
    +    while (index >= 5) {
    +        for (i = (index == 255 ? 1 : 0); i < num; i++) {
    +            unsigned int off = (index - 1) / 8;
    +
    +            wvalue = p_str[i][off] | p_str[i][off + 1] << 8;
    +            wvalue = (wvalue >> ((index - 1) % 8)) & mask;
    +
    +            wvalue = _booth_recode_w5(wvalue);
    +
    +            ecp_nistz256_select_w5(&h, table[i], wvalue >> 1);
    +
    +            ecp_nistz256_neg(tmp, h.Y);
    +            copy_conditional(h.Y, tmp, (wvalue & 1));
    +
    +            ecp_nistz256_point_add(r, r, &h);
    +        }
    +
    +        index -= window_size;
    +
    +        ecp_nistz256_point_double(r, r);
    +        ecp_nistz256_point_double(r, r);
    +        ecp_nistz256_point_double(r, r);
    +        ecp_nistz256_point_double(r, r);
    +        ecp_nistz256_point_double(r, r);
    +    }
    +
    +    /* Final window */
    +    for (i = 0; i < num; i++) {
    +        wvalue = p_str[i][0];
    +        wvalue = (wvalue << 1) & mask;
    +
    +        wvalue = _booth_recode_w5(wvalue);
    +
    +        ecp_nistz256_select_w5(&h, table[i], wvalue >> 1);
    +
    +        ecp_nistz256_neg(tmp, h.Y);
    +        copy_conditional(h.Y, tmp, wvalue & 1);
    +
    +        ecp_nistz256_point_add(r, r, &h);
    +    }
    +
    + err:
    +    if (table_storage)
    +        OPENSSL_free(table_storage);
    +    if (p_str)
    +        OPENSSL_free(p_str);
    +    if (scalars)
    +        OPENSSL_free(scalars);
    +}
    +
    +/* Coordinates of G, for which we have precomputed tables */
    +const static BN_ULONG def_xG[P256_LIMBS] = {
    +    TOBN(0x79e730d4, 0x18a9143c), TOBN(0x75ba95fc, 0x5fedb601),
    +    TOBN(0x79fb732b, 0x77622510), TOBN(0x18905f76, 0xa53755c6)
    +};
    +
    +const static BN_ULONG def_yG[P256_LIMBS] = {
    +    TOBN(0xddf25357, 0xce95560a), TOBN(0x8b4ab8e4, 0xba19e45c),
    +    TOBN(0xd2e88688, 0xdd21f325), TOBN(0x8571ff18, 0x25885d85)
    +};
    +
    +/*
    + * ecp_nistz256_is_affine_G returns one if |generator| is the standard, P-256
    + * generator.
    + */
    +static int ecp_nistz256_is_affine_G(const EC_POINT *generator)
    +{
    +    return (generator->X.top == P256_LIMBS) &&
    +        (generator->Y.top == P256_LIMBS) &&
    +        (generator->Z.top == (P256_LIMBS - P256_LIMBS / 8)) &&
    +        is_equal(generator->X.d, def_xG) &&
    +        is_equal(generator->Y.d, def_yG) && is_one(generator->Z.d);
    +}
    +
    +static int ecp_nistz256_mult_precompute(EC_GROUP *group, BN_CTX *ctx)
    +{
    +    /*
    +     * We precompute a table for a Booth encoded exponent (wNAF) based
    +     * computation. Each table holds 64 values for safe access, with an
    +     * implicit value of infinity at index zero. We use window of size 7, and
    +     * therefore require ceil(256/7) = 37 tables.
    +     */
    +    BIGNUM *order;
    +    EC_POINT *P = NULL, *T = NULL;
    +    const EC_POINT *generator;
    +    EC_PRE_COMP *pre_comp;
    +    int i, j, k, ret = 0;
    +    size_t w;
    +
    +    PRECOMP256_ROW *preComputedTable = NULL;
    +    unsigned char *precomp_storage = NULL;
    +
    +    /* if there is an old EC_PRE_COMP object, throw it away */
    +    EC_EX_DATA_free_data(&group->extra_data, ecp_nistz256_pre_comp_dup,
    +                         ecp_nistz256_pre_comp_free,
    +                         ecp_nistz256_pre_comp_clear_free);
    +
    +    generator = EC_GROUP_get0_generator(group);
    +    if (generator == NULL) {
    +        ECerr(EC_F_ECP_NISTZ256_MULT_PRECOMPUTE, EC_R_UNDEFINED_GENERATOR);
    +        return 0;
    +    }
    +
    +    if (ecp_nistz256_is_affine_G(generator)) {
    +        /*
    +         * No need to calculate tables for the standard generator because we
    +         * have them statically.
    +         */
    +        return 1;
    +    }
    +
    +    if ((pre_comp = ecp_nistz256_pre_comp_new(group)) == NULL)
    +        return 0;
    +
    +    if (ctx == NULL) {
    +        ctx = BN_CTX_new();
    +        if (ctx == NULL)
    +            goto err;
    +    }
    +
    +    BN_CTX_start(ctx);
    +    order = BN_CTX_get(ctx);
    +
    +    if (order == NULL)
    +        goto err;
    +
    +    if (!EC_GROUP_get_order(group, order, ctx))
    +        goto err;
    +
    +    if (BN_is_zero(order)) {
    +        ECerr(EC_F_ECP_NISTZ256_MULT_PRECOMPUTE, EC_R_UNKNOWN_ORDER);
    +        goto err;
    +    }
    +
    +    w = 7;
    +
    +    if ((precomp_storage =
    +         OPENSSL_malloc(37 * 64 * sizeof(P256_POINT_AFFINE) + 64)) == NULL) {
    +        ECerr(EC_F_ECP_NISTZ256_MULT_PRECOMPUTE, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    } else {
    +        preComputedTable = (void *)ALIGNPTR(precomp_storage, 64);
    +    }
    +
    +    P = EC_POINT_new(group);
    +    T = EC_POINT_new(group);
    +
    +    /*
    +     * The zero entry is implicitly infinity, and we skip it, storing other
    +     * values with -1 offset.
    +     */
    +    EC_POINT_copy(T, generator);
    +
    +    for (k = 0; k < 64; k++) {
    +        EC_POINT_copy(P, T);
    +        for (j = 0; j < 37; j++) {
    +            /*
    +             * It would be faster to use
    +             * ec_GFp_simple_points_make_affine and make multiple
    +             * points affine at the same time.
    +             */
    +            ec_GFp_simple_make_affine(group, P, ctx);
    +            ecp_nistz256_bignum_to_field_elem(preComputedTable[j]
    +                                              [k].X, &P->X);
    +            ecp_nistz256_bignum_to_field_elem(preComputedTable[j]
    +                                              [k].Y, &P->Y);
    +            for (i = 0; i < 7; i++)
    +                ec_GFp_simple_dbl(group, P, P, ctx);
    +        }
    +        ec_GFp_simple_add(group, T, T, generator, ctx);
    +    }
    +
    +    pre_comp->group = group;
    +    pre_comp->w = w;
    +    pre_comp->precomp = preComputedTable;
    +    pre_comp->precomp_storage = precomp_storage;
    +
    +    precomp_storage = NULL;
    +
    +    if (!EC_EX_DATA_set_data(&group->extra_data, pre_comp,
    +                             ecp_nistz256_pre_comp_dup,
    +                             ecp_nistz256_pre_comp_free,
    +                             ecp_nistz256_pre_comp_clear_free)) {
    +        goto err;
    +    }
    +
    +    pre_comp = NULL;
    +
    +    ret = 1;
    +
    + err:
    +    if (ctx != NULL)
    +        BN_CTX_end(ctx);
    +    if (pre_comp)
    +        ecp_nistz256_pre_comp_free(pre_comp);
    +    if (precomp_storage)
    +        OPENSSL_free(precomp_storage);
    +    if (P)
    +        EC_POINT_free(P);
    +    if (T)
    +        EC_POINT_free(T);
    +    return ret;
    +}
    +
    +/*
    + * Note that by default ECP_NISTZ256_AVX2 is undefined. While it's great
    + * code processing 4 points in parallel, corresponding serial operation
    + * is several times slower, because it uses 29x29=58-bit multiplication
    + * as opposite to 64x64=128-bit in integer-only scalar case. As result
    + * it doesn't provide *significant* performance improvement. Note that
    + * just defining ECP_NISTZ256_AVX2 is not sufficient to make it work,
    + * you'd need to compile even asm/ecp_nistz256-avx.pl module.
    + */
    +#if defined(ECP_NISTZ256_AVX2)
    +# if !(defined(__x86_64) || defined(__x86_64__)) || \
    +       defined(_M_AMD64) || defined(_MX64)) || \
    +     !(defined(__GNUC__) || defined(_MSC_VER)) /* this is for ALIGN32 */
    +#  undef ECP_NISTZ256_AVX2
    +# else
    +/* Constant time access, loading four values, from four consecutive tables */
    +void ecp_nistz256_avx2_select_w7(P256_POINT_AFFINE * val,
    +                                 const P256_POINT_AFFINE * in_t, int index);
    +void ecp_nistz256_avx2_multi_select_w7(void *result, const void *in, int index0,
    +                                       int index1, int index2, int index3);
    +void ecp_nistz256_avx2_transpose_convert(void *RESULTx4, const void *in);
    +void ecp_nistz256_avx2_convert_transpose_back(void *result, const void *Ax4);
    +void ecp_nistz256_avx2_point_add_affine_x4(void *RESULTx4, const void *Ax4,
    +                                           const void *Bx4);
    +void ecp_nistz256_avx2_point_add_affines_x4(void *RESULTx4, const void *Ax4,
    +                                            const void *Bx4);
    +void ecp_nistz256_avx2_to_mont(void *RESULTx4, const void *Ax4);
    +void ecp_nistz256_avx2_from_mont(void *RESULTx4, const void *Ax4);
    +void ecp_nistz256_avx2_set1(void *RESULTx4);
    +int ecp_nistz_avx2_eligible(void);
    +
    +static void booth_recode_w7(unsigned char *sign,
    +                            unsigned char *digit, unsigned char in)
    +{
    +    unsigned char s, d;
    +
    +    s = ~((in >> 7) - 1);
    +    d = (1 << 8) - in - 1;
    +    d = (d & s) | (in & ~s);
    +    d = (d >> 1) + (d & 1);
    +
    +    *sign = s & 1;
    +    *digit = d;
    +}
    +
    +/*
    + * ecp_nistz256_avx2_mul_g performs multiplication by G, using only the
    + * precomputed table. It does 4 affine point additions in parallel,
    + * significantly speeding up point multiplication for a fixed value.
    + */
    +static void ecp_nistz256_avx2_mul_g(P256_POINT *r,
    +                                    unsigned char p_str[33],
    +                                    const P256_POINT_AFFINE(*preComputedTable)[64])
    +{
    +    const unsigned int window_size = 7;
    +    const unsigned int mask = (1 << (window_size + 1)) - 1;
    +    unsigned int wvalue;
    +    /* Using 4 windows at a time */
    +    unsigned char sign0, digit0;
    +    unsigned char sign1, digit1;
    +    unsigned char sign2, digit2;
    +    unsigned char sign3, digit3;
    +    unsigned int index = 0;
    +    BN_ULONG tmp[P256_LIMBS];
    +    int i;
    +
    +    ALIGN32 BN_ULONG aX4[4 * 9 * 3] = { 0 };
    +    ALIGN32 BN_ULONG bX4[4 * 9 * 2] = { 0 };
    +    ALIGN32 P256_POINT_AFFINE point_arr[P256_LIMBS];
    +    ALIGN32 P256_POINT res_point_arr[P256_LIMBS];
    +
    +    /* Initial four windows */
    +    wvalue = *((u16 *) & p_str[0]);
    +    wvalue = (wvalue << 1) & mask;
    +    index += window_size;
    +    booth_recode_w7(&sign0, &digit0, wvalue);
    +    wvalue = *((u16 *) & p_str[(index - 1) / 8]);
    +    wvalue = (wvalue >> ((index - 1) % 8)) & mask;
    +    index += window_size;
    +    booth_recode_w7(&sign1, &digit1, wvalue);
    +    wvalue = *((u16 *) & p_str[(index - 1) / 8]);
    +    wvalue = (wvalue >> ((index - 1) % 8)) & mask;
    +    index += window_size;
    +    booth_recode_w7(&sign2, &digit2, wvalue);
    +    wvalue = *((u16 *) & p_str[(index - 1) / 8]);
    +    wvalue = (wvalue >> ((index - 1) % 8)) & mask;
    +    index += window_size;
    +    booth_recode_w7(&sign3, &digit3, wvalue);
    +
    +    ecp_nistz256_avx2_multi_select_w7(point_arr, preComputedTable[0],
    +                                      digit0, digit1, digit2, digit3);
    +
    +    ecp_nistz256_neg(tmp, point_arr[0].Y);
    +    copy_conditional(point_arr[0].Y, tmp, sign0);
    +    ecp_nistz256_neg(tmp, point_arr[1].Y);
    +    copy_conditional(point_arr[1].Y, tmp, sign1);
    +    ecp_nistz256_neg(tmp, point_arr[2].Y);
    +    copy_conditional(point_arr[2].Y, tmp, sign2);
    +    ecp_nistz256_neg(tmp, point_arr[3].Y);
    +    copy_conditional(point_arr[3].Y, tmp, sign3);
    +
    +    ecp_nistz256_avx2_transpose_convert(aX4, point_arr);
    +    ecp_nistz256_avx2_to_mont(aX4, aX4);
    +    ecp_nistz256_avx2_to_mont(&aX4[4 * 9], &aX4[4 * 9]);
    +    ecp_nistz256_avx2_set1(&aX4[4 * 9 * 2]);
    +
    +    wvalue = *((u16 *) & p_str[(index - 1) / 8]);
    +    wvalue = (wvalue >> ((index - 1) % 8)) & mask;
    +    index += window_size;
    +    booth_recode_w7(&sign0, &digit0, wvalue);
    +    wvalue = *((u16 *) & p_str[(index - 1) / 8]);
    +    wvalue = (wvalue >> ((index - 1) % 8)) & mask;
    +    index += window_size;
    +    booth_recode_w7(&sign1, &digit1, wvalue);
    +    wvalue = *((u16 *) & p_str[(index - 1) / 8]);
    +    wvalue = (wvalue >> ((index - 1) % 8)) & mask;
    +    index += window_size;
    +    booth_recode_w7(&sign2, &digit2, wvalue);
    +    wvalue = *((u16 *) & p_str[(index - 1) / 8]);
    +    wvalue = (wvalue >> ((index - 1) % 8)) & mask;
    +    index += window_size;
    +    booth_recode_w7(&sign3, &digit3, wvalue);
    +
    +    ecp_nistz256_avx2_multi_select_w7(point_arr, preComputedTable[4 * 1],
    +                                      digit0, digit1, digit2, digit3);
    +
    +    ecp_nistz256_neg(tmp, point_arr[0].Y);
    +    copy_conditional(point_arr[0].Y, tmp, sign0);
    +    ecp_nistz256_neg(tmp, point_arr[1].Y);
    +    copy_conditional(point_arr[1].Y, tmp, sign1);
    +    ecp_nistz256_neg(tmp, point_arr[2].Y);
    +    copy_conditional(point_arr[2].Y, tmp, sign2);
    +    ecp_nistz256_neg(tmp, point_arr[3].Y);
    +    copy_conditional(point_arr[3].Y, tmp, sign3);
    +
    +    ecp_nistz256_avx2_transpose_convert(bX4, point_arr);
    +    ecp_nistz256_avx2_to_mont(bX4, bX4);
    +    ecp_nistz256_avx2_to_mont(&bX4[4 * 9], &bX4[4 * 9]);
    +    /* Optimized when both inputs are affine */
    +    ecp_nistz256_avx2_point_add_affines_x4(aX4, aX4, bX4);
    +
    +    for (i = 2; i < 9; i++) {
    +        wvalue = *((u16 *) & p_str[(index - 1) / 8]);
    +        wvalue = (wvalue >> ((index - 1) % 8)) & mask;
    +        index += window_size;
    +        booth_recode_w7(&sign0, &digit0, wvalue);
    +        wvalue = *((u16 *) & p_str[(index - 1) / 8]);
    +        wvalue = (wvalue >> ((index - 1) % 8)) & mask;
    +        index += window_size;
    +        booth_recode_w7(&sign1, &digit1, wvalue);
    +        wvalue = *((u16 *) & p_str[(index - 1) / 8]);
    +        wvalue = (wvalue >> ((index - 1) % 8)) & mask;
    +        index += window_size;
    +        booth_recode_w7(&sign2, &digit2, wvalue);
    +        wvalue = *((u16 *) & p_str[(index - 1) / 8]);
    +        wvalue = (wvalue >> ((index - 1) % 8)) & mask;
    +        index += window_size;
    +        booth_recode_w7(&sign3, &digit3, wvalue);
    +
    +        ecp_nistz256_avx2_multi_select_w7(point_arr,
    +                                          preComputedTable[4 * i],
    +                                          digit0, digit1, digit2, digit3);
    +
    +        ecp_nistz256_neg(tmp, point_arr[0].Y);
    +        copy_conditional(point_arr[0].Y, tmp, sign0);
    +        ecp_nistz256_neg(tmp, point_arr[1].Y);
    +        copy_conditional(point_arr[1].Y, tmp, sign1);
    +        ecp_nistz256_neg(tmp, point_arr[2].Y);
    +        copy_conditional(point_arr[2].Y, tmp, sign2);
    +        ecp_nistz256_neg(tmp, point_arr[3].Y);
    +        copy_conditional(point_arr[3].Y, tmp, sign3);
    +
    +        ecp_nistz256_avx2_transpose_convert(bX4, point_arr);
    +        ecp_nistz256_avx2_to_mont(bX4, bX4);
    +        ecp_nistz256_avx2_to_mont(&bX4[4 * 9], &bX4[4 * 9]);
    +
    +        ecp_nistz256_avx2_point_add_affine_x4(aX4, aX4, bX4);
    +    }
    +
    +    ecp_nistz256_avx2_from_mont(&aX4[4 * 9 * 0], &aX4[4 * 9 * 0]);
    +    ecp_nistz256_avx2_from_mont(&aX4[4 * 9 * 1], &aX4[4 * 9 * 1]);
    +    ecp_nistz256_avx2_from_mont(&aX4[4 * 9 * 2], &aX4[4 * 9 * 2]);
    +
    +    ecp_nistz256_avx2_convert_transpose_back(res_point_arr, aX4);
    +    /* Last window is performed serially */
    +    wvalue = *((u16 *) & p_str[(index - 1) / 8]);
    +    wvalue = (wvalue >> ((index - 1) % 8)) & mask;
    +    booth_recode_w7(&sign0, &digit0, wvalue);
    +    ecp_nistz256_avx2_select_w7((P256_POINT_AFFINE *) r,
    +                                preComputedTable[36], digit0);
    +    ecp_nistz256_neg(tmp, r->Y);
    +    copy_conditional(r->Y, tmp, sign0);
    +    memcpy(r->Z, ONE, sizeof(ONE));
    +    /* Sum the four windows */
    +    ecp_nistz256_point_add(r, r, &res_point_arr[0]);
    +    ecp_nistz256_point_add(r, r, &res_point_arr[1]);
    +    ecp_nistz256_point_add(r, r, &res_point_arr[2]);
    +    ecp_nistz256_point_add(r, r, &res_point_arr[3]);
    +}
    +# endif
    +#endif
    +
    +static int ecp_nistz256_set_from_affine(EC_POINT *out, const EC_GROUP *group,
    +                                        const P256_POINT_AFFINE *in,
    +                                        BN_CTX *ctx)
    +{
    +    BIGNUM x, y;
    +    BN_ULONG d_x[P256_LIMBS], d_y[P256_LIMBS];
    +    int ret = 0;
    +
    +    memcpy(d_x, in->X, sizeof(d_x));
    +    x.d = d_x;
    +    x.dmax = x.top = P256_LIMBS;
    +    x.neg = 0;
    +    x.flags = BN_FLG_STATIC_DATA;
    +
    +    memcpy(d_y, in->Y, sizeof(d_y));
    +    y.d = d_y;
    +    y.dmax = y.top = P256_LIMBS;
    +    y.neg = 0;
    +    y.flags = BN_FLG_STATIC_DATA;
    +
    +    ret = EC_POINT_set_affine_coordinates_GFp(group, out, &x, &y, ctx);
    +
    +    return ret;
    +}
    +
    +/* r = scalar*G + sum(scalars[i]*points[i]) */
    +static int ecp_nistz256_points_mul(const EC_GROUP *group,
    +                                   EC_POINT *r,
    +                                   const BIGNUM *scalar,
    +                                   size_t num,
    +                                   const EC_POINT *points[],
    +                                   const BIGNUM *scalars[], BN_CTX *ctx)
    +{
    +    int i = 0, ret = 0, no_precomp_for_generator = 0, p_is_infinity = 0;
    +    size_t j;
    +    unsigned char p_str[33] = { 0 };
    +    const PRECOMP256_ROW *preComputedTable = NULL;
    +    const EC_PRE_COMP *pre_comp = NULL;
    +    const EC_POINT *generator = NULL;
    +    unsigned int index = 0;
    +    const unsigned int window_size = 7;
    +    const unsigned int mask = (1 << (window_size + 1)) - 1;
    +    unsigned int wvalue;
    +    ALIGN32 union {
    +        P256_POINT p;
    +        P256_POINT_AFFINE a;
    +    } t, p;
    +    BIGNUM *tmp_scalar;
    +
    +    if (group->meth != r->meth) {
    +        ECerr(EC_F_ECP_NISTZ256_POINTS_MUL, EC_R_INCOMPATIBLE_OBJECTS);
    +        return 0;
    +    }
    +    if ((scalar == NULL) && (num == 0))
    +        return EC_POINT_set_to_infinity(group, r);
    +
    +    for (j = 0; j < num; j++) {
    +        if (group->meth != points[j]->meth) {
    +            ECerr(EC_F_ECP_NISTZ256_POINTS_MUL, EC_R_INCOMPATIBLE_OBJECTS);
    +            return 0;
    +        }
    +    }
    +
    +    /* Need 256 bits for space for all coordinates. */
    +    bn_wexpand(&r->X, P256_LIMBS);
    +    bn_wexpand(&r->Y, P256_LIMBS);
    +    bn_wexpand(&r->Z, P256_LIMBS);
    +    r->X.top = P256_LIMBS;
    +    r->Y.top = P256_LIMBS;
    +    r->Z.top = P256_LIMBS;
    +
    +    if (scalar) {
    +        generator = EC_GROUP_get0_generator(group);
    +        if (generator == NULL) {
    +            ECerr(EC_F_ECP_NISTZ256_POINTS_MUL, EC_R_UNDEFINED_GENERATOR);
    +            goto err;
    +        }
    +
    +        /* look if we can use precomputed multiples of generator */
    +        pre_comp =
    +            EC_EX_DATA_get_data(group->extra_data, ecp_nistz256_pre_comp_dup,
    +                                ecp_nistz256_pre_comp_free,
    +                                ecp_nistz256_pre_comp_clear_free);
    +
    +        if (pre_comp) {
    +            /*
    +             * If there is a precomputed table for the generator, check that
    +             * it was generated with the same generator.
    +             */
    +            EC_POINT *pre_comp_generator = EC_POINT_new(group);
    +            if (pre_comp_generator == NULL)
    +                goto err;
    +
    +            if (!ecp_nistz256_set_from_affine
    +                (pre_comp_generator, group, pre_comp->precomp[0], ctx))
    +                goto err;
    +
    +            if (0 == EC_POINT_cmp(group, generator, pre_comp_generator, ctx))
    +                preComputedTable = (const PRECOMP256_ROW *)pre_comp->precomp;
    +
    +            EC_POINT_free(pre_comp_generator);
    +        }
    +
    +        if (preComputedTable == NULL && ecp_nistz256_is_affine_G(generator)) {
    +            /*
    +             * If there is no precomputed data, but the generator
    +             * is the default, a hardcoded table of precomputed
    +             * data is used. This is because applications, such as
    +             * Apache, do not use EC_KEY_precompute_mult.
    +             */
    +            preComputedTable = (const PRECOMP256_ROW *)ecp_nistz256_precomputed;
    +        }
    +
    +        if (preComputedTable) {
    +            if ((BN_num_bits(scalar) > 256)
    +                || BN_is_negative(scalar)) {
    +                if ((tmp_scalar = BN_CTX_get(ctx)) == NULL)
    +                    goto err;
    +
    +                if (!BN_nnmod(tmp_scalar, scalar, &group->order, ctx)) {
    +                    ECerr(EC_F_ECP_NISTZ256_POINTS_MUL, ERR_R_BN_LIB);
    +                    goto err;
    +                }
    +                scalar = tmp_scalar;
    +            }
    +
    +            for (i = 0; i < scalar->top * BN_BYTES; i += BN_BYTES) {
    +                BN_ULONG d = scalar->d[i / BN_BYTES];
    +
    +                p_str[i + 0] = d & 0xff;
    +                p_str[i + 1] = (d >> 8) & 0xff;
    +                p_str[i + 2] = (d >> 16) & 0xff;
    +                p_str[i + 3] = (d >>= 24) & 0xff;
    +                if (BN_BYTES == 8) {
    +                    d >>= 8;
    +                    p_str[i + 4] = d & 0xff;
    +                    p_str[i + 5] = (d >> 8) & 0xff;
    +                    p_str[i + 6] = (d >> 16) & 0xff;
    +                    p_str[i + 7] = (d >> 24) & 0xff;
    +                }
    +            }
    +
    +            for (; i < 33; i++)
    +                p_str[i] = 0;
    +
    +#if defined(ECP_NISTZ256_AVX2)
    +            if (ecp_nistz_avx2_eligible()) {
    +                ecp_nistz256_avx2_mul_g(&p.p, p_str, preComputedTable);
    +            } else
    +#endif
    +            {
    +                /* First window */
    +                wvalue = (p_str[0] << 1) & mask;
    +                index += window_size;
    +
    +                wvalue = _booth_recode_w7(wvalue);
    +
    +                ecp_nistz256_select_w7(&p.a, preComputedTable[0], wvalue >> 1);
    +
    +                ecp_nistz256_neg(p.p.Z, p.p.Y);
    +                copy_conditional(p.p.Y, p.p.Z, wvalue & 1);
    +
    +                memcpy(p.p.Z, ONE, sizeof(ONE));
    +
    +                for (i = 1; i < 37; i++) {
    +                    unsigned int off = (index - 1) / 8;
    +                    wvalue = p_str[off] | p_str[off + 1] << 8;
    +                    wvalue = (wvalue >> ((index - 1) % 8)) & mask;
    +                    index += window_size;
    +
    +                    wvalue = _booth_recode_w7(wvalue);
    +
    +                    ecp_nistz256_select_w7(&t.a,
    +                                           preComputedTable[i], wvalue >> 1);
    +
    +                    ecp_nistz256_neg(t.p.Z, t.a.Y);
    +                    copy_conditional(t.a.Y, t.p.Z, wvalue & 1);
    +
    +                    ecp_nistz256_point_add_affine(&p.p, &p.p, &t.a);
    +                }
    +            }
    +        } else {
    +            p_is_infinity = 1;
    +            no_precomp_for_generator = 1;
    +        }
    +    } else
    +        p_is_infinity = 1;
    +
    +    if (no_precomp_for_generator) {
    +        /*
    +         * Without a precomputed table for the generator, it has to be
    +         * handled like a normal point.
    +         */
    +        const BIGNUM **new_scalars;
    +        const EC_POINT **new_points;
    +
    +        new_scalars = OPENSSL_malloc((num + 1) * sizeof(BIGNUM *));
    +        if (!new_scalars) {
    +            ECerr(EC_F_ECP_NISTZ256_POINTS_MUL, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +
    +        new_points = OPENSSL_malloc((num + 1) * sizeof(EC_POINT *));
    +        if (!new_points) {
    +            OPENSSL_free(new_scalars);
    +            ECerr(EC_F_ECP_NISTZ256_POINTS_MUL, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +
    +        memcpy(new_scalars, scalars, num * sizeof(BIGNUM *));
    +        new_scalars[num] = scalar;
    +        memcpy(new_points, points, num * sizeof(EC_POINT *));
    +        new_points[num] = generator;
    +
    +        scalars = new_scalars;
    +        points = new_points;
    +        num++;
    +    }
    +
    +    if (num) {
    +        P256_POINT *out = &t.p;
    +        if (p_is_infinity)
    +            out = &p.p;
    +
    +        ecp_nistz256_windowed_mul(group, out, scalars, points, num, ctx);
    +
    +        if (!p_is_infinity)
    +            ecp_nistz256_point_add(&p.p, &p.p, out);
    +    }
    +
    +    if (no_precomp_for_generator) {
    +        OPENSSL_free(points);
    +        OPENSSL_free(scalars);
    +    }
    +
    +    memcpy(r->X.d, p.p.X, sizeof(p.p.X));
    +    memcpy(r->Y.d, p.p.Y, sizeof(p.p.Y));
    +    memcpy(r->Z.d, p.p.Z, sizeof(p.p.Z));
    +    bn_correct_top(&r->X);
    +    bn_correct_top(&r->Y);
    +    bn_correct_top(&r->Z);
    +
    +    ret = 1;
    +
    + err:
    +    return ret;
    +}
    +
    +static int ecp_nistz256_get_affine(const EC_GROUP *group,
    +                                   const EC_POINT *point,
    +                                   BIGNUM *x, BIGNUM *y, BN_CTX *ctx)
    +{
    +    BN_ULONG z_inv2[P256_LIMBS];
    +    BN_ULONG z_inv3[P256_LIMBS];
    +    BN_ULONG x_aff[P256_LIMBS];
    +    BN_ULONG y_aff[P256_LIMBS];
    +    BN_ULONG point_x[P256_LIMBS], point_y[P256_LIMBS], point_z[P256_LIMBS];
    +
    +    if (EC_POINT_is_at_infinity(group, point)) {
    +        ECerr(EC_F_ECP_NISTZ256_GET_AFFINE, EC_R_POINT_AT_INFINITY);
    +        return 0;
    +    }
    +
    +    if (!ecp_nistz256_bignum_to_field_elem(point_x, &point->X) ||
    +        !ecp_nistz256_bignum_to_field_elem(point_y, &point->Y) ||
    +        !ecp_nistz256_bignum_to_field_elem(point_z, &point->Z)) {
    +        ECerr(EC_F_ECP_NISTZ256_GET_AFFINE, EC_R_COORDINATES_OUT_OF_RANGE);
    +        return 0;
    +    }
    +
    +    ecp_nistz256_mod_inverse(z_inv3, point_z);
    +    ecp_nistz256_sqr_mont(z_inv2, z_inv3);
    +    ecp_nistz256_mul_mont(x_aff, z_inv2, point_x);
    +
    +    if (x != NULL) {
    +        bn_wexpand(x, P256_LIMBS);
    +        x->top = P256_LIMBS;
    +        ecp_nistz256_from_mont(x->d, x_aff);
    +        bn_correct_top(x);
    +    }
    +
    +    if (y != NULL) {
    +        ecp_nistz256_mul_mont(z_inv3, z_inv3, z_inv2);
    +        ecp_nistz256_mul_mont(y_aff, z_inv3, point_y);
    +        bn_wexpand(y, P256_LIMBS);
    +        y->top = P256_LIMBS;
    +        ecp_nistz256_from_mont(y->d, y_aff);
    +        bn_correct_top(y);
    +    }
    +
    +    return 1;
    +}
    +
    +static EC_PRE_COMP *ecp_nistz256_pre_comp_new(const EC_GROUP *group)
    +{
    +    EC_PRE_COMP *ret = NULL;
    +
    +    if (!group)
    +        return NULL;
    +
    +    ret = (EC_PRE_COMP *)OPENSSL_malloc(sizeof(EC_PRE_COMP));
    +
    +    if (!ret) {
    +        ECerr(EC_F_ECP_NISTZ256_PRE_COMP_NEW, ERR_R_MALLOC_FAILURE);
    +        return ret;
    +    }
    +
    +    ret->group = group;
    +    ret->w = 6;                 /* default */
    +    ret->precomp = NULL;
    +    ret->precomp_storage = NULL;
    +    ret->references = 1;
    +    return ret;
    +}
    +
    +static void *ecp_nistz256_pre_comp_dup(void *src_)
    +{
    +    EC_PRE_COMP *src = src_;
    +
    +    /* no need to actually copy, these objects never change! */
    +    CRYPTO_add(&src->references, 1, CRYPTO_LOCK_EC_PRE_COMP);
    +
    +    return src_;
    +}
    +
    +static void ecp_nistz256_pre_comp_free(void *pre_)
    +{
    +    int i;
    +    EC_PRE_COMP *pre = pre_;
    +
    +    if (!pre)
    +        return;
    +
    +    i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
    +    if (i > 0)
    +        return;
    +
    +    if (pre->precomp_storage)
    +        OPENSSL_free(pre->precomp_storage);
    +
    +    OPENSSL_free(pre);
    +}
    +
    +static void ecp_nistz256_pre_comp_clear_free(void *pre_)
    +{
    +    int i;
    +    EC_PRE_COMP *pre = pre_;
    +
    +    if (!pre)
    +        return;
    +
    +    i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
    +    if (i > 0)
    +        return;
    +
    +    if (pre->precomp_storage) {
    +        OPENSSL_cleanse(pre->precomp,
    +                        32 * sizeof(unsigned char) * (1 << pre->w) * 2 * 37);
    +        OPENSSL_free(pre->precomp_storage);
    +    }
    +    OPENSSL_cleanse(pre, sizeof *pre);
    +    OPENSSL_free(pre);
    +}
    +
    +static int ecp_nistz256_window_have_precompute_mult(const EC_GROUP *group)
    +{
    +    /* There is a hard-coded table for the default generator. */
    +    const EC_POINT *generator = EC_GROUP_get0_generator(group);
    +    if (generator != NULL && ecp_nistz256_is_affine_G(generator)) {
    +        /* There is a hard-coded table for the default generator. */
    +        return 1;
    +    }
    +
    +    return EC_EX_DATA_get_data(group->extra_data, ecp_nistz256_pre_comp_dup,
    +                               ecp_nistz256_pre_comp_free,
    +                               ecp_nistz256_pre_comp_clear_free) != NULL;
    +}
    +
    +const EC_METHOD *EC_GFp_nistz256_method(void)
    +{
    +    static const EC_METHOD ret = {
    +        EC_FLAGS_DEFAULT_OCT,
    +        NID_X9_62_prime_field,
    +        ec_GFp_mont_group_init,
    +        ec_GFp_mont_group_finish,
    +        ec_GFp_mont_group_clear_finish,
    +        ec_GFp_mont_group_copy,
    +        ec_GFp_mont_group_set_curve,
    +        ec_GFp_simple_group_get_curve,
    +        ec_GFp_simple_group_get_degree,
    +        ec_GFp_simple_group_check_discriminant,
    +        ec_GFp_simple_point_init,
    +        ec_GFp_simple_point_finish,
    +        ec_GFp_simple_point_clear_finish,
    +        ec_GFp_simple_point_copy,
    +        ec_GFp_simple_point_set_to_infinity,
    +        ec_GFp_simple_set_Jprojective_coordinates_GFp,
    +        ec_GFp_simple_get_Jprojective_coordinates_GFp,
    +        ec_GFp_simple_point_set_affine_coordinates,
    +        ecp_nistz256_get_affine,
    +        0, 0, 0,
    +        ec_GFp_simple_add,
    +        ec_GFp_simple_dbl,
    +        ec_GFp_simple_invert,
    +        ec_GFp_simple_is_at_infinity,
    +        ec_GFp_simple_is_on_curve,
    +        ec_GFp_simple_cmp,
    +        ec_GFp_simple_make_affine,
    +        ec_GFp_simple_points_make_affine,
    +        ecp_nistz256_points_mul,                    /* mul */
    +        ecp_nistz256_mult_precompute,               /* precompute_mult */
    +        ecp_nistz256_window_have_precompute_mult,   /* have_precompute_mult */
    +        ec_GFp_mont_field_mul,
    +        ec_GFp_mont_field_sqr,
    +        0,                                          /* field_div */
    +        ec_GFp_mont_field_encode,
    +        ec_GFp_mont_field_decode,
    +        ec_GFp_mont_field_set_to_one
    +    };
    +
    +    return &ret;
    +}
    diff --git a/openssl/crypto/ec/ecp_nistz256_table.c b/openssl/crypto/ec/ecp_nistz256_table.c
    new file mode 100755
    index 000000000..216d024e0
    --- /dev/null
    +++ b/openssl/crypto/ec/ecp_nistz256_table.c
    @@ -0,0 +1,9533 @@
    +/*
    + * This is the precomputed constant time access table for the code in
    + * ecp_montp256.c, for the default generator. The table consists of 37
    + * subtables, each subtable contains 64 affine points. The affine points are
    + * encoded as eight uint64's, four for the x coordinate and four for the y.
    + * Both values are in little-endian order. There are 37 tables because a
    + * signed, 6-bit wNAF form of the scalar is used and ceil(256/(6 + 1)) = 37.
    + * Within each table there are 64 values because the 6-bit wNAF value can
    + * take 64 values, ignoring the sign bit, which is implemented by performing
    + * a negation of the affine point when required. We would like to align it
    + * to 2MB in order to increase the chances of using a large page but that
    + * appears to lead to invalid ELF files being produced.
    + */
    +
    +#if defined(__GNUC__)
    +__attribute((aligned(4096)))
    +#elif defined(_MSC_VER)
    +__declspec(align(4096))
    +#elif defined(__SUNPRO_C)
    +# pragma align 4096(ecp_nistz256_precomputed)
    +#endif
    +static const BN_ULONG ecp_nistz256_precomputed[37][64 *
    +                                                   sizeof(P256_POINT_AFFINE) /
    +                                                   sizeof(BN_ULONG)] = {
    +    {TOBN(0x79e730d4, 0x18a9143c), TOBN(0x75ba95fc, 0x5fedb601),
    +     TOBN(0x79fb732b, 0x77622510), TOBN(0x18905f76, 0xa53755c6),
    +     TOBN(0xddf25357, 0xce95560a), TOBN(0x8b4ab8e4, 0xba19e45c),
    +     TOBN(0xd2e88688, 0xdd21f325), TOBN(0x8571ff18, 0x25885d85),
    +     TOBN(0x850046d4, 0x10ddd64d), TOBN(0xaa6ae3c1, 0xa433827d),
    +     TOBN(0x73220503, 0x8d1490d9), TOBN(0xf6bb32e4, 0x3dcf3a3b),
    +     TOBN(0x2f3648d3, 0x61bee1a5), TOBN(0x152cd7cb, 0xeb236ff8),
    +     TOBN(0x19a8fb0e, 0x92042dbe), TOBN(0x78c57751, 0x0a5b8a3b),
    +     TOBN(0xffac3f90, 0x4eebc127), TOBN(0xb027f84a, 0x087d81fb),
    +     TOBN(0x66ad77dd, 0x87cbbc98), TOBN(0x26936a3f, 0xb6ff747e),
    +     TOBN(0xb04c5c1f, 0xc983a7eb), TOBN(0x583e47ad, 0x0861fe1a),
    +     TOBN(0x78820831, 0x1a2ee98e), TOBN(0xd5f06a29, 0xe587cc07),
    +     TOBN(0x74b0b50d, 0x46918dcc), TOBN(0x4650a6ed, 0xc623c173),
    +     TOBN(0x0cdaacac, 0xe8100af2), TOBN(0x577362f5, 0x41b0176b),
    +     TOBN(0x2d96f24c, 0xe4cbaba6), TOBN(0x17628471, 0xfad6f447),
    +     TOBN(0x6b6c36de, 0xe5ddd22e), TOBN(0x84b14c39, 0x4c5ab863),
    +     TOBN(0xbe1b8aae, 0xc45c61f5), TOBN(0x90ec649a, 0x94b9537d),
    +     TOBN(0x941cb5aa, 0xd076c20c), TOBN(0xc9079605, 0x890523c8),
    +     TOBN(0xeb309b4a, 0xe7ba4f10), TOBN(0x73c568ef, 0xe5eb882b),
    +     TOBN(0x3540a987, 0x7e7a1f68), TOBN(0x73a076bb, 0x2dd1e916),
    +     TOBN(0x40394737, 0x3e77664a), TOBN(0x55ae744f, 0x346cee3e),
    +     TOBN(0xd50a961a, 0x5b17a3ad), TOBN(0x13074b59, 0x54213673),
    +     TOBN(0x93d36220, 0xd377e44b), TOBN(0x299c2b53, 0xadff14b5),
    +     TOBN(0xf424d44c, 0xef639f11), TOBN(0xa4c9916d, 0x4a07f75f),
    +     TOBN(0x0746354e, 0xa0173b4f), TOBN(0x2bd20213, 0xd23c00f7),
    +     TOBN(0xf43eaab5, 0x0c23bb08), TOBN(0x13ba5119, 0xc3123e03),
    +     TOBN(0x2847d030, 0x3f5b9d4d), TOBN(0x6742f2f2, 0x5da67bdd),
    +     TOBN(0xef933bdc, 0x77c94195), TOBN(0xeaedd915, 0x6e240867),
    +     TOBN(0x27f14cd1, 0x9499a78f), TOBN(0x462ab5c5, 0x6f9b3455),
    +     TOBN(0x8f90f02a, 0xf02cfc6b), TOBN(0xb763891e, 0xb265230d),
    +     TOBN(0xf59da3a9, 0x532d4977), TOBN(0x21e3327d, 0xcf9eba15),
    +     TOBN(0x123c7b84, 0xbe60bbf0), TOBN(0x56ec12f2, 0x7706df76),
    +     TOBN(0x75c96e8f, 0x264e20e8), TOBN(0xabe6bfed, 0x59a7a841),
    +     TOBN(0x2cc09c04, 0x44c8eb00), TOBN(0xe05b3080, 0xf0c4e16b),
    +     TOBN(0x1eb7777a, 0xa45f3314), TOBN(0x56af7bed, 0xce5d45e3),
    +     TOBN(0x2b6e019a, 0x88b12f1a), TOBN(0x086659cd, 0xfd835f9b),
    +     TOBN(0x2c18dbd1, 0x9dc21ec8), TOBN(0x98f9868a, 0x0fcf8139),
    +     TOBN(0x737d2cd6, 0x48250b49), TOBN(0xcc61c947, 0x24b3428f),
    +     TOBN(0x0c2b4078, 0x80dd9e76), TOBN(0xc43a8991, 0x383fbe08),
    +     TOBN(0x5f7d2d65, 0x779be5d2), TOBN(0x78719a54, 0xeb3b4ab5),
    +     TOBN(0xea7d260a, 0x6245e404), TOBN(0x9de40795, 0x6e7fdfe0),
    +     TOBN(0x1ff3a415, 0x8dac1ab5), TOBN(0x3e7090f1, 0x649c9073),
    +     TOBN(0x1a768561, 0x2b944e88), TOBN(0x250f939e, 0xe57f61c8),
    +     TOBN(0x0c0daa89, 0x1ead643d), TOBN(0x68930023, 0xe125b88e),
    +     TOBN(0x04b71aa7, 0xd2697768), TOBN(0xabdedef5, 0xca345a33),
    +     TOBN(0x2409d29d, 0xee37385e), TOBN(0x4ee1df77, 0xcb83e156),
    +     TOBN(0x0cac12d9, 0x1cbb5b43), TOBN(0x170ed2f6, 0xca895637),
    +     TOBN(0x28228cfa, 0x8ade6d66), TOBN(0x7ff57c95, 0x53238aca),
    +     TOBN(0xccc42563, 0x4b2ed709), TOBN(0x0e356769, 0x856fd30d),
    +     TOBN(0xbcbcd43f, 0x559e9811), TOBN(0x738477ac, 0x5395b759),
    +     TOBN(0x35752b90, 0xc00ee17f), TOBN(0x68748390, 0x742ed2e3),
    +     TOBN(0x7cd06422, 0xbd1f5bc1), TOBN(0xfbc08769, 0xc9e7b797),
    +     TOBN(0xa242a35b, 0xb0cf664a), TOBN(0x126e48f7, 0x7f9707e3),
    +     TOBN(0x1717bf54, 0xc6832660), TOBN(0xfaae7332, 0xfd12c72e),
    +     TOBN(0x27b52db7, 0x995d586b), TOBN(0xbe29569e, 0x832237c2),
    +     TOBN(0xe8e4193e, 0x2a65e7db), TOBN(0x152706dc, 0x2eaa1bbb),
    +     TOBN(0x72bcd8b7, 0xbc60055b), TOBN(0x03cc23ee, 0x56e27e4b),
    +     TOBN(0xee337424, 0xe4819370), TOBN(0xe2aa0e43, 0x0ad3da09),
    +     TOBN(0x40b8524f, 0x6383c45d), TOBN(0xd7663554, 0x42a41b25),
    +     TOBN(0x64efa6de, 0x778a4797), TOBN(0x2042170a, 0x7079adf4),
    +     TOBN(0x808b0b65, 0x0bc6fb80), TOBN(0x5882e075, 0x3ffe2e6b),
    +     TOBN(0xd5ef2f7c, 0x2c83f549), TOBN(0x54d63c80, 0x9103b723),
    +     TOBN(0xf2f11bd6, 0x52a23f9b), TOBN(0x3670c319, 0x4b0b6587),
    +     TOBN(0x55c4623b, 0xb1580e9e), TOBN(0x64edf7b2, 0x01efe220),
    +     TOBN(0x97091dcb, 0xd53c5c9d), TOBN(0xf17624b6, 0xac0a177b),
    +     TOBN(0xb0f13975, 0x2cfe2dff), TOBN(0xc1a35c0a, 0x6c7a574e),
    +     TOBN(0x227d3146, 0x93e79987), TOBN(0x0575bf30, 0xe89cb80e),
    +     TOBN(0x2f4e247f, 0x0d1883bb), TOBN(0xebd51226, 0x3274c3d0),
    +     TOBN(0x5f3e51c8, 0x56ada97a), TOBN(0x4afc964d, 0x8f8b403e),
    +     TOBN(0xa6f247ab, 0x412e2979), TOBN(0x675abd1b, 0x6f80ebda),
    +     TOBN(0x66a2bd72, 0x5e485a1d), TOBN(0x4b2a5caf, 0x8f4f0b3c),
    +     TOBN(0x2626927f, 0x1b847bba), TOBN(0x6c6fc7d9, 0x0502394d),
    +     TOBN(0xfea912ba, 0xa5659ae8), TOBN(0x68363aba, 0x25e1a16e),
    +     TOBN(0xb8842277, 0x752c41ac), TOBN(0xfe545c28, 0x2897c3fc),
    +     TOBN(0x2d36e9e7, 0xdc4c696b), TOBN(0x5806244a, 0xfba977c5),
    +     TOBN(0x85665e9b, 0xe39508c1), TOBN(0xf720ee25, 0x6d12597b),
    +     TOBN(0x8a979129, 0xd2337a31), TOBN(0x5916868f, 0x0f862bdc),
    +     TOBN(0x048099d9, 0x5dd283ba), TOBN(0xe2d1eeb6, 0xfe5bfb4e),
    +     TOBN(0x82ef1c41, 0x7884005d), TOBN(0xa2d4ec17, 0xffffcbae),
    +     TOBN(0x9161c53f, 0x8aa95e66), TOBN(0x5ee104e1, 0xc5fee0d0),
    +     TOBN(0x562e4cec, 0xc135b208), TOBN(0x74e1b265, 0x4783f47d),
    +     TOBN(0x6d2a506c, 0x5a3f3b30), TOBN(0xecead9f4, 0xc16762fc),
    +     TOBN(0xf29dd4b2, 0xe286e5b9), TOBN(0x1b0fadc0, 0x83bb3c61),
    +     TOBN(0x7a75023e, 0x7fac29a4), TOBN(0xc086d5f1, 0xc9477fa3),
    +     TOBN(0x0fc61135, 0x2f6f3076), TOBN(0xc99ffa23, 0xe3912a9a),
    +     TOBN(0x6a0b0685, 0xd2f8ba3d), TOBN(0xfdc777e8, 0xe93358a4),
    +     TOBN(0x94a787bb, 0x35415f04), TOBN(0x640c2d6a, 0x4d23fea4),
    +     TOBN(0x9de917da, 0x153a35b5), TOBN(0x793e8d07, 0x5d5cd074),
    +     TOBN(0xf4f87653, 0x2de45068), TOBN(0x37c7a7e8, 0x9e2e1f6e),
    +     TOBN(0xd0825fa2, 0xa3584069), TOBN(0xaf2cea7c, 0x1727bf42),
    +     TOBN(0x0360a4fb, 0x9e4785a9), TOBN(0xe5fda49c, 0x27299f4a),
    +     TOBN(0x48068e13, 0x71ac2f71), TOBN(0x83d0687b, 0x9077666f),
    +     TOBN(0x6d3883b2, 0x15d02819), TOBN(0x6d0d7550, 0x40dd9a35),
    +     TOBN(0x61d7cbf9, 0x1d2b469f), TOBN(0xf97b232f, 0x2efc3115),
    +     TOBN(0xa551d750, 0xb24bcbc7), TOBN(0x11ea4949, 0x88a1e356),
    +     TOBN(0x7669f031, 0x93cb7501), TOBN(0x595dc55e, 0xca737b8a),
    +     TOBN(0xa4a319ac, 0xd837879f), TOBN(0x6fc1b49e, 0xed6b67b0),
    +     TOBN(0xe3959933, 0x32f1f3af), TOBN(0x966742eb, 0x65432a2e),
    +     TOBN(0x4b8dc9fe, 0xb4966228), TOBN(0x96cc6312, 0x43f43950),
    +     TOBN(0x12068859, 0xc9b731ee), TOBN(0x7b948dc3, 0x56f79968),
    +     TOBN(0x61e4ad32, 0xed1f8008), TOBN(0xe6c9267a, 0xd8b17538),
    +     TOBN(0x1ac7c5eb, 0x857ff6fb), TOBN(0x994baaa8, 0x55f2fb10),
    +     TOBN(0x84cf14e1, 0x1d248018), TOBN(0x5a39898b, 0x628ac508),
    +     TOBN(0x14fde97b, 0x5fa944f5), TOBN(0xed178030, 0xd12e5ac7),
    +     TOBN(0x042c2af4, 0x97e2feb4), TOBN(0xd36a42d7, 0xaebf7313),
    +     TOBN(0x49d2c9eb, 0x084ffdd7), TOBN(0x9f8aa54b, 0x2ef7c76a),
    +     TOBN(0x9200b7ba, 0x09895e70), TOBN(0x3bd0c66f, 0xddb7fb58),
    +     TOBN(0x2d97d108, 0x78eb4cbb), TOBN(0x2d431068, 0xd84bde31),
    +     TOBN(0x4b523eb7, 0x172ccd1f), TOBN(0x7323cb28, 0x30a6a892),
    +     TOBN(0x97082ec0, 0xcfe153eb), TOBN(0xe97f6b6a, 0xf2aadb97),
    +     TOBN(0x1d3d393e, 0xd1a83da1), TOBN(0xa6a7f9c7, 0x804b2a68),
    +     TOBN(0x4a688b48, 0x2d0cb71e), TOBN(0xa9b4cc5f, 0x40585278),
    +     TOBN(0x5e5db46a, 0xcb66e132), TOBN(0xf1be963a, 0x0d925880),
    +     TOBN(0x944a7027, 0x0317b9e2), TOBN(0xe266f959, 0x48603d48),
    +     TOBN(0x98db6673, 0x5c208899), TOBN(0x90472447, 0xa2fb18a3),
    +     TOBN(0x8a966939, 0x777c619f), TOBN(0x3798142a, 0x2a3be21b),
    +     TOBN(0xb4241cb1, 0x3298b343), TOBN(0xa3a14e49, 0xb44f65a1),
    +     TOBN(0xc5f4d6cd, 0x3ac77acd), TOBN(0xd0288cb5, 0x52b6fc3c),
    +     TOBN(0xd5cc8c2f, 0x1c040abc), TOBN(0xb675511e, 0x06bf9b4a),
    +     TOBN(0xd667da37, 0x9b3aa441), TOBN(0x460d45ce, 0x51601f72),
    +     TOBN(0xe2f73c69, 0x6755ff89), TOBN(0xdd3cf7e7, 0x473017e6),
    +     TOBN(0x8ef5689d, 0x3cf7600d), TOBN(0x948dc4f8, 0xb1fc87b4),
    +     TOBN(0xd9e9fe81, 0x4ea53299), TOBN(0x2d921ca2, 0x98eb6028),
    +     TOBN(0xfaecedfd, 0x0c9803fc), TOBN(0xf38ae891, 0x4d7b4745),
    +     TOBN(0xd8c5fccf, 0xc5e3a3d8), TOBN(0xbefd904c, 0x4079dfbf),
    +     TOBN(0xbc6d6a58, 0xfead0197), TOBN(0x39227077, 0x695532a4),
    +     TOBN(0x09e23e6d, 0xdbef42f5), TOBN(0x7e449b64, 0x480a9908),
    +     TOBN(0x7b969c1a, 0xad9a2e40), TOBN(0x6231d792, 0x9591c2a4),
    +     TOBN(0x87151456, 0x0f664534), TOBN(0x85ceae7c, 0x4b68f103),
    +     TOBN(0xac09c4ae, 0x65578ab9), TOBN(0x33ec6868, 0xf044b10c),
    +     TOBN(0x6ac4832b, 0x3a8ec1f1), TOBN(0x5509d128, 0x5847d5ef),
    +     TOBN(0xf909604f, 0x763f1574), TOBN(0xb16c4303, 0xc32f63c4),
    +     TOBN(0xb6ab2014, 0x7ca23cd3), TOBN(0xcaa7a5c6, 0xa391849d),
    +     TOBN(0x5b0673a3, 0x75678d94), TOBN(0xc982ddd4, 0xdd303e64),
    +     TOBN(0xfd7b000b, 0x5db6f971), TOBN(0xbba2cb1f, 0x6f876f92),
    +     TOBN(0xc77332a3, 0x3c569426), TOBN(0xa159100c, 0x570d74f8),
    +     TOBN(0xfd16847f, 0xdec67ef5), TOBN(0x742ee464, 0x233e76b7),
    +     TOBN(0x0b8e4134, 0xefc2b4c8), TOBN(0xca640b86, 0x42a3e521),
    +     TOBN(0x653a0190, 0x8ceb6aa9), TOBN(0x313c300c, 0x547852d5),
    +     TOBN(0x24e4ab12, 0x6b237af7), TOBN(0x2ba90162, 0x8bb47af8),
    +     TOBN(0x3d5e58d6, 0xa8219bb7), TOBN(0xc691d0bd, 0x1b06c57f),
    +     TOBN(0x0ae4cb10, 0xd257576e), TOBN(0x3569656c, 0xd54a3dc3),
    +     TOBN(0xe5ebaebd, 0x94cda03a), TOBN(0x934e82d3, 0x162bfe13),
    +     TOBN(0x450ac0ba, 0xe251a0c6), TOBN(0x480b9e11, 0xdd6da526),
    +     TOBN(0x00467bc5, 0x8cce08b5), TOBN(0xb636458c, 0x7f178d55),
    +     TOBN(0xc5748bae, 0xa677d806), TOBN(0x2763a387, 0xdfa394eb),
    +     TOBN(0xa12b448a, 0x7d3cebb6), TOBN(0xe7adda3e, 0x6f20d850),
    +     TOBN(0xf63ebce5, 0x1558462c), TOBN(0x58b36143, 0x620088a8),
    +     TOBN(0x8a2cc3ca, 0x4d63c0ee), TOBN(0x51233117, 0x0fe948ce),
    +     TOBN(0x7463fd85, 0x222ef33b), TOBN(0xadf0c7dc, 0x7c603d6c),
    +     TOBN(0x0ec32d3b, 0xfe7765e5), TOBN(0xccaab359, 0xbf380409),
    +     TOBN(0xbdaa84d6, 0x8e59319c), TOBN(0xd9a4c280, 0x9c80c34d),
    +     TOBN(0xa9d89488, 0xa059c142), TOBN(0x6f5ae714, 0xff0b9346),
    +     TOBN(0x068f237d, 0x16fb3664), TOBN(0x5853e4c4, 0x363186ac),
    +     TOBN(0xe2d87d23, 0x63c52f98), TOBN(0x2ec4a766, 0x81828876),
    +     TOBN(0x47b864fa, 0xe14e7b1c), TOBN(0x0c0bc0e5, 0x69192408),
    +     TOBN(0xe4d7681d, 0xb82e9f3e), TOBN(0x83200f0b, 0xdf25e13c),
    +     TOBN(0x8909984c, 0x66f27280), TOBN(0x462d7b00, 0x75f73227),
    +     TOBN(0xd90ba188, 0xf2651798), TOBN(0x74c6e18c, 0x36ab1c34),
    +     TOBN(0xab256ea3, 0x5ef54359), TOBN(0x03466612, 0xd1aa702f),
    +     TOBN(0x624d6049, 0x2ed22e91), TOBN(0x6fdfe0b5, 0x6f072822),
    +     TOBN(0xeeca1115, 0x39ce2271), TOBN(0x98100a4f, 0xdb01614f),
    +     TOBN(0xb6b0daa2, 0xa35c628f), TOBN(0xb6f94d2e, 0xc87e9a47),
    +     TOBN(0xc6773259, 0x1d57d9ce), TOBN(0xf70bfeec, 0x03884a7b),
    +     TOBN(0x5fb35ccf, 0xed2bad01), TOBN(0xa155cbe3, 0x1da6a5c7),
    +     TOBN(0xc2e2594c, 0x30a92f8f), TOBN(0x649c89ce, 0x5bfafe43),
    +     TOBN(0xd158667d, 0xe9ff257a), TOBN(0x9b359611, 0xf32c50ae),
    +     TOBN(0x4b00b20b, 0x906014cf), TOBN(0xf3a8cfe3, 0x89bc7d3d),
    +     TOBN(0x4ff23ffd, 0x248a7d06), TOBN(0x80c5bfb4, 0x878873fa),
    +     TOBN(0xb7d9ad90, 0x05745981), TOBN(0x179c85db, 0x3db01994),
    +     TOBN(0xba41b062, 0x61a6966c), TOBN(0x4d82d052, 0xeadce5a8),
    +     TOBN(0x9e91cd3b, 0xa5e6a318), TOBN(0x47795f4f, 0x95b2dda0),
    +     TOBN(0xecfd7c1f, 0xd55a897c), TOBN(0x009194ab, 0xb29110fb),
    +     TOBN(0x5f0e2046, 0xe381d3b0), TOBN(0x5f3425f6, 0xa98dd291),
    +     TOBN(0xbfa06687, 0x730d50da), TOBN(0x0423446c, 0x4b083b7f),
    +     TOBN(0x397a247d, 0xd69d3417), TOBN(0xeb629f90, 0x387ba42a),
    +     TOBN(0x1ee426cc, 0xd5cd79bf), TOBN(0x0032940b, 0x946c6e18),
    +     TOBN(0x1b1e8ae0, 0x57477f58), TOBN(0xe94f7d34, 0x6d823278),
    +     TOBN(0xc747cb96, 0x782ba21a), TOBN(0xc5254469, 0xf72b33a5),
    +     TOBN(0x772ef6de, 0xc7f80c81), TOBN(0xd73acbfe, 0x2cd9e6b5),
    +     TOBN(0x4075b5b1, 0x49ee90d9), TOBN(0x785c339a, 0xa06e9eba),
    +     TOBN(0xa1030d5b, 0xabf825e0), TOBN(0xcec684c3, 0xa42931dc),
    +     TOBN(0x42ab62c9, 0xc1586e63), TOBN(0x45431d66, 0x5ab43f2b),
    +     TOBN(0x57c8b2c0, 0x55f7835d), TOBN(0x033da338, 0xc1b7f865),
    +     TOBN(0x283c7513, 0xcaa76097), TOBN(0x0a624fa9, 0x36c83906),
    +     TOBN(0x6b20afec, 0x715af2c7), TOBN(0x4b969974, 0xeba78bfd),
    +     TOBN(0x220755cc, 0xd921d60e), TOBN(0x9b944e10, 0x7baeca13),
    +     TOBN(0x04819d51, 0x5ded93d4), TOBN(0x9bbff86e, 0x6dddfd27),
    +     TOBN(0x6b344130, 0x77adc612), TOBN(0xa7496529, 0xbbd803a0),
    +     TOBN(0x1a1baaa7, 0x6d8805bd), TOBN(0xc8403902, 0x470343ad),
    +     TOBN(0x39f59f66, 0x175adff1), TOBN(0x0b26d7fb, 0xb7d8c5b7),
    +     TOBN(0xa875f5ce, 0x529d75e3), TOBN(0x85efc7e9, 0x41325cc2),
    +     TOBN(0x21950b42, 0x1ff6acd3), TOBN(0xffe70484, 0x53dc6909),
    +     TOBN(0xff4cd0b2, 0x28766127), TOBN(0xabdbe608, 0x4fb7db2b),
    +     TOBN(0x837c9228, 0x5e1109e8), TOBN(0x26147d27, 0xf4645b5a),
    +     TOBN(0x4d78f592, 0xf7818ed8), TOBN(0xd394077e, 0xf247fa36),
    +     TOBN(0x0fb9c2d0, 0x488c171a), TOBN(0xa78bfbaa, 0x13685278),
    +     TOBN(0xedfbe268, 0xd5b1fa6a), TOBN(0x0dceb8db, 0x2b7eaba7),
    +     TOBN(0xbf9e8089, 0x9ae2b710), TOBN(0xefde7ae6, 0xa4449c96),
    +     TOBN(0x43b7716b, 0xcc143a46), TOBN(0xd7d34194, 0xc3628c13),
    +     TOBN(0x508cec1c, 0x3b3f64c9), TOBN(0xe20bc0ba, 0x1e5edf3f),
    +     TOBN(0xda1deb85, 0x2f4318d4), TOBN(0xd20ebe0d, 0x5c3fa443),
    +     TOBN(0x370b4ea7, 0x73241ea3), TOBN(0x61f1511c, 0x5e1a5f65),
    +     TOBN(0x99a5e23d, 0x82681c62), TOBN(0xd731e383, 0xa2f54c2d),
    +     TOBN(0x2692f36e, 0x83445904), TOBN(0x2e0ec469, 0xaf45f9c0),
    +     TOBN(0x905a3201, 0xc67528b7), TOBN(0x88f77f34, 0xd0e5e542),
    +     TOBN(0xf67a8d29, 0x5864687c), TOBN(0x23b92eae, 0x22df3562),
    +     TOBN(0x5c27014b, 0x9bbec39e), TOBN(0x7ef2f226, 0x9c0f0f8d),
    +     TOBN(0x97359638, 0x546c4d8d), TOBN(0x5f9c3fc4, 0x92f24679),
    +     TOBN(0x912e8bed, 0xa8c8acd9), TOBN(0xec3a318d, 0x306634b0),
    +     TOBN(0x80167f41, 0xc31cb264), TOBN(0x3db82f6f, 0x522113f2),
    +     TOBN(0xb155bcd2, 0xdcafe197), TOBN(0xfba1da59, 0x43465283),
    +     TOBN(0xa0425b8e, 0xb212cf53), TOBN(0x4f2e512e, 0xf8557c5f),
    +     TOBN(0xc1286ff9, 0x25c4d56c), TOBN(0xbb8a0fea, 0xee26c851),
    +     TOBN(0xc28f70d2, 0xe7d6107e), TOBN(0x7ee0c444, 0xe76265aa),
    +     TOBN(0x3df277a4, 0x1d1936b1), TOBN(0x1a556e3f, 0xea9595eb),
    +     TOBN(0x258bbbf9, 0xe7305683), TOBN(0x31eea5bf, 0x07ef5be6),
    +     TOBN(0x0deb0e4a, 0x46c814c1), TOBN(0x5cee8449, 0xa7b730dd),
    +     TOBN(0xeab495c5, 0xa0182bde), TOBN(0xee759f87, 0x9e27a6b4),
    +     TOBN(0xc2cf6a68, 0x80e518ca), TOBN(0x25e8013f, 0xf14cf3f4),
    +     TOBN(0x8fc44140, 0x7e8d7a14), TOBN(0xbb1ff3ca, 0x9556f36a),
    +     TOBN(0x6a844385, 0x14600044), TOBN(0xba3f0c4a, 0x7451ae63),
    +     TOBN(0xdfcac25b, 0x1f9af32a), TOBN(0x01e0db86, 0xb1f2214b),
    +     TOBN(0x4e9a5bc2, 0xa4b596ac), TOBN(0x83927681, 0x026c2c08),
    +     TOBN(0x3ec832e7, 0x7acaca28), TOBN(0x1bfeea57, 0xc7385b29),
    +     TOBN(0x068212e3, 0xfd1eaf38), TOBN(0xc1329830, 0x6acf8ccc),
    +     TOBN(0xb909f2db, 0x2aac9e59), TOBN(0x5748060d, 0xb661782a),
    +     TOBN(0xc5ab2632, 0xc79b7a01), TOBN(0xda44c6c6, 0x00017626),
    +     TOBN(0xf26c00e8, 0xa7ea82f0), TOBN(0x99cac80d, 0xe4299aaf),
    +     TOBN(0xd66fe3b6, 0x7ed78be1), TOBN(0x305f725f, 0x648d02cd),
    +     TOBN(0x33ed1bc4, 0x623fb21b), TOBN(0xfa70533e, 0x7a6319ad),
    +     TOBN(0x17ab562d, 0xbe5ffb3e), TOBN(0x06374994, 0x56674741),
    +     TOBN(0x69d44ed6, 0x5c46aa8e), TOBN(0x2100d5d3, 0xa8d063d1),
    +     TOBN(0xcb9727ea, 0xa2d17c36), TOBN(0x4c2bab1b, 0x8add53b7),
    +     TOBN(0xa084e90c, 0x15426704), TOBN(0x778afcd3, 0xa837ebea),
    +     TOBN(0x6651f701, 0x7ce477f8), TOBN(0xa0624998, 0x46fb7a8b),
    +     TOBN(0xdc1e6828, 0xed8a6e19), TOBN(0x33fc2336, 0x4189d9c7),
    +     TOBN(0x026f8fe2, 0x671c39bc), TOBN(0xd40c4ccd, 0xbc6f9915),
    +     TOBN(0xafa135bb, 0xf80e75ca), TOBN(0x12c651a0, 0x22adff2c),
    +     TOBN(0xc40a04bd, 0x4f51ad96), TOBN(0x04820109, 0xbbe4e832),
    +     TOBN(0x3667eb1a, 0x7f4c04cc), TOBN(0x59556621, 0xa9404f84),
    +     TOBN(0x71cdf653, 0x7eceb50a), TOBN(0x994a44a6, 0x9b8335fa),
    +     TOBN(0xd7faf819, 0xdbeb9b69), TOBN(0x473c5680, 0xeed4350d),
    +     TOBN(0xb6658466, 0xda44bba2), TOBN(0x0d1bc780, 0x872bdbf3),
    +     TOBN(0xe535f175, 0xa1962f91), TOBN(0x6ed7e061, 0xed58f5a7),
    +     TOBN(0x177aa4c0, 0x2089a233), TOBN(0x0dbcb03a, 0xe539b413),
    +     TOBN(0xe3dc424e, 0xbb32e38e), TOBN(0x6472e5ef, 0x6806701e),
    +     TOBN(0xdd47ff98, 0x814be9ee), TOBN(0x6b60cfff, 0x35ace009),
    +     TOBN(0xb8d3d931, 0x9ff91fe5), TOBN(0x039c4800, 0xf0518eed),
    +     TOBN(0x95c37632, 0x9182cb26), TOBN(0x0763a434, 0x82fc568d),
    +     TOBN(0x707c04d5, 0x383e76ba), TOBN(0xac98b930, 0x824e8197),
    +     TOBN(0x92bf7c8f, 0x91230de0), TOBN(0x90876a01, 0x40959b70),
    +     TOBN(0xdb6d96f3, 0x05968b80), TOBN(0x380a0913, 0x089f73b9),
    +     TOBN(0x7da70b83, 0xc2c61e01), TOBN(0x95fb8394, 0x569b38c7),
    +     TOBN(0x9a3c6512, 0x80edfe2f), TOBN(0x8f726bb9, 0x8faeaf82),
    +     TOBN(0x8010a4a0, 0x78424bf8), TOBN(0x29672044, 0x0e844970)}
    +    ,
    +    {TOBN(0x63c5cb81, 0x7a2ad62a), TOBN(0x7ef2b6b9, 0xac62ff54),
    +     TOBN(0x3749bba4, 0xb3ad9db5), TOBN(0xad311f2c, 0x46d5a617),
    +     TOBN(0xb77a8087, 0xc2ff3b6d), TOBN(0xb46feaf3, 0x367834ff),
    +     TOBN(0xf8aa266d, 0x75d6b138), TOBN(0xfa38d320, 0xec008188),
    +     TOBN(0x486d8ffa, 0x696946fc), TOBN(0x50fbc6d8, 0xb9cba56d),
    +     TOBN(0x7e3d423e, 0x90f35a15), TOBN(0x7c3da195, 0xc0dd962c),
    +     TOBN(0xe673fdb0, 0x3cfd5d8b), TOBN(0x0704b7c2, 0x889dfca5),
    +     TOBN(0xf6ce581f, 0xf52305aa), TOBN(0x399d49eb, 0x914d5e53),
    +     TOBN(0x380a496d, 0x6ec293cd), TOBN(0x733dbda7, 0x8e7051f5),
    +     TOBN(0x037e388d, 0xb849140a), TOBN(0xee4b32b0, 0x5946dbf6),
    +     TOBN(0xb1c4fda9, 0xcae368d1), TOBN(0x5001a7b0, 0xfdb0b2f3),
    +     TOBN(0x6df59374, 0x2e3ac46e), TOBN(0x4af675f2, 0x39b3e656),
    +     TOBN(0x44e38110, 0x39949296), TOBN(0x5b63827b, 0x361db1b5),
    +     TOBN(0x3e5323ed, 0x206eaff5), TOBN(0x942370d2, 0xc21f4290),
    +     TOBN(0xf2caaf2e, 0xe0d985a1), TOBN(0x192cc64b, 0x7239846d),
    +     TOBN(0x7c0b8f47, 0xae6312f8), TOBN(0x7dc61f91, 0x96620108),
    +     TOBN(0xb830fb5b, 0xc2da7de9), TOBN(0xd0e643df, 0x0ff8d3be),
    +     TOBN(0x31ee77ba, 0x188a9641), TOBN(0x4e8aa3aa, 0xbcf6d502),
    +     TOBN(0xf9fb6532, 0x9a49110f), TOBN(0xd18317f6, 0x2dd6b220),
    +     TOBN(0x7e3ced41, 0x52c3ea5a), TOBN(0x0d296a14, 0x7d579c4a),
    +     TOBN(0x35d6a53e, 0xed4c3717), TOBN(0x9f8240cf, 0x3d0ed2a3),
    +     TOBN(0x8c0d4d05, 0xe5543aa5), TOBN(0x45d5bbfb, 0xdd33b4b4),
    +     TOBN(0xfa04cc73, 0x137fd28e), TOBN(0x862ac6ef, 0xc73b3ffd),
    +     TOBN(0x403ff9f5, 0x31f51ef2), TOBN(0x34d5e0fc, 0xbc73f5a2),
    +     TOBN(0xf2526820, 0x08913f4f), TOBN(0xea20ed61, 0xeac93d95),
    +     TOBN(0x51ed38b4, 0x6ca6b26c), TOBN(0x8662dcbc, 0xea4327b0),
    +     TOBN(0x6daf295c, 0x725d2aaa), TOBN(0xbad2752f, 0x8e52dcda),
    +     TOBN(0x2210e721, 0x0b17dacc), TOBN(0xa37f7912, 0xd51e8232),
    +     TOBN(0x4f7081e1, 0x44cc3add), TOBN(0xd5ffa1d6, 0x87be82cf),
    +     TOBN(0x89890b6c, 0x0edd6472), TOBN(0xada26e1a, 0x3ed17863),
    +     TOBN(0x276f2715, 0x63483caa), TOBN(0xe6924cd9, 0x2f6077fd),
    +     TOBN(0x05a7fe98, 0x0a466e3c), TOBN(0xf1c794b0, 0xb1902d1f),
    +     TOBN(0xe5213688, 0x82a8042c), TOBN(0xd931cfaf, 0xcd278298),
    +     TOBN(0x069a0ae0, 0xf597a740), TOBN(0x0adbb3f3, 0xeb59107c),
    +     TOBN(0x983e951e, 0x5eaa8eb8), TOBN(0xe663a8b5, 0x11b48e78),
    +     TOBN(0x1631cc0d, 0x8a03f2c5), TOBN(0x7577c11e, 0x11e271e2),
    +     TOBN(0x33b2385c, 0x08369a90), TOBN(0x2990c59b, 0x190eb4f8),
    +     TOBN(0x819a6145, 0xc68eac80), TOBN(0x7a786d62, 0x2ec4a014),
    +     TOBN(0x33faadbe, 0x20ac3a8d), TOBN(0x31a21781, 0x5aba2d30),
    +     TOBN(0x209d2742, 0xdba4f565), TOBN(0xdb2ce9e3, 0x55aa0fbb),
    +     TOBN(0x8cef334b, 0x168984df), TOBN(0xe81dce17, 0x33879638),
    +     TOBN(0xf6e6949c, 0x263720f0), TOBN(0x5c56feaf, 0xf593cbec),
    +     TOBN(0x8bff5601, 0xfde58c84), TOBN(0x74e24117, 0x2eccb314),
    +     TOBN(0xbcf01b61, 0x4c9a8a78), TOBN(0xa233e35e, 0x544c9868),
    +     TOBN(0xb3156bf3, 0x8bd7aff1), TOBN(0x1b5ee4cb, 0x1d81b146),
    +     TOBN(0x7ba1ac41, 0xd628a915), TOBN(0x8f3a8f9c, 0xfd89699e),
    +     TOBN(0x7329b9c9, 0xa0748be7), TOBN(0x1d391c95, 0xa92e621f),
    +     TOBN(0xe51e6b21, 0x4d10a837), TOBN(0xd255f53a, 0x4947b435),
    +     TOBN(0x07669e04, 0xf1788ee3), TOBN(0xc14f27af, 0xa86938a2),
    +     TOBN(0x8b47a334, 0xe93a01c0), TOBN(0xff627438, 0xd9366808),
    +     TOBN(0x7a0985d8, 0xca2a5965), TOBN(0x3d9a5542, 0xd6e9b9b3),
    +     TOBN(0xc23eb80b, 0x4cf972e8), TOBN(0x5c1c33bb, 0x4fdf72fd),
    +     TOBN(0x0c4a58d4, 0x74a86108), TOBN(0xf8048a8f, 0xee4c5d90),
    +     TOBN(0xe3c7c924, 0xe86d4c80), TOBN(0x28c889de, 0x056a1e60),
    +     TOBN(0x57e2662e, 0xb214a040), TOBN(0xe8c48e98, 0x37e10347),
    +     TOBN(0x87742862, 0x80ac748a), TOBN(0xf1c24022, 0x186b06f2),
    +     TOBN(0xac2dd4c3, 0x5f74040a), TOBN(0x409aeb71, 0xfceac957),
    +     TOBN(0x4fbad782, 0x55c4ec23), TOBN(0xb359ed61, 0x8a7b76ec),
    +     TOBN(0x12744926, 0xed6f4a60), TOBN(0xe21e8d7f, 0x4b912de3),
    +     TOBN(0xe2575a59, 0xfc705a59), TOBN(0x72f1d4de, 0xed2dbc0e),
    +     TOBN(0x3d2b24b9, 0xeb7926b8), TOBN(0xbff88cb3, 0xcdbe5509),
    +     TOBN(0xd0f399af, 0xe4dd640b), TOBN(0x3c5fe130, 0x2f76ed45),
    +     TOBN(0x6f3562f4, 0x3764fb3d), TOBN(0x7b5af318, 0x3151b62d),
    +     TOBN(0xd5bd0bc7, 0xd79ce5f3), TOBN(0xfdaf6b20, 0xec66890f),
    +     TOBN(0x735c67ec, 0x6063540c), TOBN(0x50b259c2, 0xe5f9cb8f),
    +     TOBN(0xb8734f9a, 0x3f99c6ab), TOBN(0xf8cc13d5, 0xa3a7bc85),
    +     TOBN(0x80c1b305, 0xc5217659), TOBN(0xfe5364d4, 0x4ec12a54),
    +     TOBN(0xbd87045e, 0x681345fe), TOBN(0x7f8efeb1, 0x582f897f),
    +     TOBN(0xe8cbf1e5, 0xd5923359), TOBN(0xdb0cea9d, 0x539b9fb0),
    +     TOBN(0x0c5b34cf, 0x49859b98), TOBN(0x5e583c56, 0xa4403cc6),
    +     TOBN(0x11fc1a2d, 0xd48185b7), TOBN(0xc93fbc7e, 0x6e521787),
    +     TOBN(0x47e7a058, 0x05105b8b), TOBN(0x7b4d4d58, 0xdb8260c8),
    +     TOBN(0xe33930b0, 0x46eb842a), TOBN(0x8e844a9a, 0x7bdae56d),
    +     TOBN(0x34ef3a9e, 0x13f7fdfc), TOBN(0xb3768f82, 0x636ca176),
    +     TOBN(0x2821f4e0, 0x4e09e61c), TOBN(0x414dc3a1, 0xa0c7cddc),
    +     TOBN(0xd5379437, 0x54945fcd), TOBN(0x151b6eef, 0xb3555ff1),
    +     TOBN(0xb31bd613, 0x6339c083), TOBN(0x39ff8155, 0xdfb64701),
    +     TOBN(0x7c3388d2, 0xe29604ab), TOBN(0x1e19084b, 0xa6b10442),
    +     TOBN(0x17cf54c0, 0xeccd47ef), TOBN(0x89693385, 0x4a5dfb30),
    +     TOBN(0x69d023fb, 0x47daf9f6), TOBN(0x9222840b, 0x7d91d959),
    +     TOBN(0x439108f5, 0x803bac62), TOBN(0x0b7dd91d, 0x379bd45f),
    +     TOBN(0xd651e827, 0xca63c581), TOBN(0x5c5d75f6, 0x509c104f),
    +     TOBN(0x7d5fc738, 0x1f2dc308), TOBN(0x20faa7bf, 0xd98454be),
    +     TOBN(0x95374bee, 0xa517b031), TOBN(0xf036b9b1, 0x642692ac),
    +     TOBN(0xc5106109, 0x39842194), TOBN(0xb7e2353e, 0x49d05295),
    +     TOBN(0xfc8c1d5c, 0xefb42ee0), TOBN(0xe04884eb, 0x08ce811c),
    +     TOBN(0xf1f75d81, 0x7419f40e), TOBN(0x5b0ac162, 0xa995c241),
    +     TOBN(0x120921bb, 0xc4c55646), TOBN(0x713520c2, 0x8d33cf97),
    +     TOBN(0xb4a65a5c, 0xe98c5100), TOBN(0x6cec871d, 0x2ddd0f5a),
    +     TOBN(0x251f0b7f, 0x9ba2e78b), TOBN(0x224a8434, 0xce3a2a5f),
    +     TOBN(0x26827f61, 0x25f5c46f), TOBN(0x6a22bedc, 0x48545ec0),
    +     TOBN(0x25ae5fa0, 0xb1bb5cdc), TOBN(0xd693682f, 0xfcb9b98f),
    +     TOBN(0x32027fe8, 0x91e5d7d3), TOBN(0xf14b7d17, 0x73a07678),
    +     TOBN(0xf88497b3, 0xc0dfdd61), TOBN(0xf7c2eec0, 0x2a8c4f48),
    +     TOBN(0xaa5573f4, 0x3756e621), TOBN(0xc013a240, 0x1825b948),
    +     TOBN(0x1c03b345, 0x63878572), TOBN(0xa0472bea, 0x653a4184),
    +     TOBN(0xf4222e27, 0x0ac69a80), TOBN(0x34096d25, 0xf51e54f6),
    +     TOBN(0x00a648cb, 0x8fffa591), TOBN(0x4e87acdc, 0x69b6527f),
    +     TOBN(0x0575e037, 0xe285ccb4), TOBN(0x188089e4, 0x50ddcf52),
    +     TOBN(0xaa96c9a8, 0x870ff719), TOBN(0x74a56cd8, 0x1fc7e369),
    +     TOBN(0x41d04ee2, 0x1726931a), TOBN(0x0bbbb2c8, 0x3660ecfd),
    +     TOBN(0xa6ef6de5, 0x24818e18), TOBN(0xe421cc51, 0xe7d57887),
    +     TOBN(0xf127d208, 0xbea87be6), TOBN(0x16a475d3, 0xb1cdd682),
    +     TOBN(0x9db1b684, 0x439b63f7), TOBN(0x5359b3db, 0xf0f113b6),
    +     TOBN(0xdfccf1de, 0x8bf06e31), TOBN(0x1fdf8f44, 0xdd383901),
    +     TOBN(0x10775cad, 0x5017e7d2), TOBN(0xdfc3a597, 0x58d11eef),
    +     TOBN(0x6ec9c8a0, 0xb1ecff10), TOBN(0xee6ed6cc, 0x28400549),
    +     TOBN(0xb5ad7bae, 0x1b4f8d73), TOBN(0x61b4f11d, 0xe00aaab9),
    +     TOBN(0x7b32d69b, 0xd4eff2d7), TOBN(0x88ae6771, 0x4288b60f),
    +     TOBN(0x159461b4, 0x37a1e723), TOBN(0x1f3d4789, 0x570aae8c),
    +     TOBN(0x869118c0, 0x7f9871da), TOBN(0x35fbda78, 0xf635e278),
    +     TOBN(0x738f3641, 0xe1541dac), TOBN(0x6794b13a, 0xc0dae45f),
    +     TOBN(0x065064ac, 0x09cc0917), TOBN(0x27c53729, 0xc68540fd),
    +     TOBN(0x0d2d4c8e, 0xef227671), TOBN(0xd23a9f80, 0xa1785a04),
    +     TOBN(0x98c59528, 0x52650359), TOBN(0xfa09ad01, 0x74a1acad),
    +     TOBN(0x082d5a29, 0x0b55bf5c), TOBN(0xa40f1c67, 0x419b8084),
    +     TOBN(0x3a5c752e, 0xdcc18770), TOBN(0x4baf1f2f, 0x8825c3a5),
    +     TOBN(0xebd63f74, 0x21b153ed), TOBN(0xa2383e47, 0xb2f64723),
    +     TOBN(0xe7bf620a, 0x2646d19a), TOBN(0x56cb44ec, 0x03c83ffd),
    +     TOBN(0xaf7267c9, 0x4f6be9f1), TOBN(0x8b2dfd7b, 0xc06bb5e9),
    +     TOBN(0xb87072f2, 0xa672c5c7), TOBN(0xeacb11c8, 0x0d53c5e2),
    +     TOBN(0x22dac29d, 0xff435932), TOBN(0x37bdb99d, 0x4408693c),
    +     TOBN(0xf6e62fb6, 0x2899c20f), TOBN(0x3535d512, 0x447ece24),
    +     TOBN(0xfbdc6b88, 0xff577ce3), TOBN(0x726693bd, 0x190575f2),
    +     TOBN(0x6772b0e5, 0xab4b35a2), TOBN(0x1d8b6001, 0xf5eeaacf),
    +     TOBN(0x728f7ce4, 0x795b9580), TOBN(0x4a20ed2a, 0x41fb81da),
    +     TOBN(0x9f685cd4, 0x4fec01e6), TOBN(0x3ed7ddcc, 0xa7ff50ad),
    +     TOBN(0x460fd264, 0x0c2d97fd), TOBN(0x3a241426, 0xeb82f4f9),
    +     TOBN(0x17d1df2c, 0x6a8ea820), TOBN(0xb2b50d3b, 0xf22cc254),
    +     TOBN(0x03856cba, 0xb7291426), TOBN(0x87fd26ae, 0x04f5ee39),
    +     TOBN(0x9cb696cc, 0x02bee4ba), TOBN(0x53121804, 0x06820fd6),
    +     TOBN(0xa5dfc269, 0x0212e985), TOBN(0x666f7ffa, 0x160f9a09),
    +     TOBN(0xc503cd33, 0xbccd9617), TOBN(0x365dede4, 0xba7730a3),
    +     TOBN(0x798c6355, 0x5ddb0786), TOBN(0xa6c3200e, 0xfc9cd3bc),
    +     TOBN(0x060ffb2c, 0xe5e35efd), TOBN(0x99a4e25b, 0x5555a1c1),
    +     TOBN(0x11d95375, 0xf70b3751), TOBN(0x0a57354a, 0x160e1bf6),
    +     TOBN(0xecb3ae4b, 0xf8e4b065), TOBN(0x07a834c4, 0x2e53022b),
    +     TOBN(0x1cd300b3, 0x8692ed96), TOBN(0x16a6f792, 0x61ee14ec),
    +     TOBN(0x8f1063c6, 0x6a8649ed), TOBN(0xfbcdfcfe, 0x869f3e14),
    +     TOBN(0x2cfb97c1, 0x00a7b3ec), TOBN(0xcea49b3c, 0x7130c2f1),
    +     TOBN(0x462d044f, 0xe9d96488), TOBN(0x4b53d52e, 0x8182a0c1),
    +     TOBN(0x84b6ddd3, 0x0391e9e9), TOBN(0x80ab7b48, 0xb1741a09),
    +     TOBN(0xec0e15d4, 0x27d3317f), TOBN(0x8dfc1ddb, 0x1a64671e),
    +     TOBN(0x93cc5d5f, 0xd49c5b92), TOBN(0xc995d53d, 0x3674a331),
    +     TOBN(0x302e41ec, 0x090090ae), TOBN(0x2278a0cc, 0xedb06830),
    +     TOBN(0x1d025932, 0xfbc99690), TOBN(0x0c32fbd2, 0xb80d68da),
    +     TOBN(0xd79146da, 0xf341a6c1), TOBN(0xae0ba139, 0x1bef68a0),
    +     TOBN(0xc6b8a563, 0x8d774b3a), TOBN(0x1cf307bd, 0x880ba4d7),
    +     TOBN(0xc033bdc7, 0x19803511), TOBN(0xa9f97b3b, 0x8888c3be),
    +     TOBN(0x3d68aebc, 0x85c6d05e), TOBN(0xc3b88a9d, 0x193919eb),
    +     TOBN(0x2d300748, 0xc48b0ee3), TOBN(0x7506bc7c, 0x07a746c1),
    +     TOBN(0xfc48437c, 0x6e6d57f3), TOBN(0x5bd71587, 0xcfeaa91a),
    +     TOBN(0xa4ed0408, 0xc1bc5225), TOBN(0xd0b946db, 0x2719226d),
    +     TOBN(0x109ecd62, 0x758d2d43), TOBN(0x75c8485a, 0x2751759b),
    +     TOBN(0xb0b75f49, 0x9ce4177a), TOBN(0x4fa61a1e, 0x79c10c3d),
    +     TOBN(0xc062d300, 0xa167fcd7), TOBN(0x4df3874c, 0x750f0fa8),
    +     TOBN(0x29ae2cf9, 0x83dfedc9), TOBN(0xf8437134, 0x8d87631a),
    +     TOBN(0xaf571711, 0x7429c8d2), TOBN(0x18d15867, 0x146d9272),
    +     TOBN(0x83053ecf, 0x69769bb7), TOBN(0xc55eb856, 0xc479ab82),
    +     TOBN(0x5ef7791c, 0x21b0f4b2), TOBN(0xaa5956ba, 0x3d491525),
    +     TOBN(0x407a96c2, 0x9fe20eba), TOBN(0xf27168bb, 0xe52a5ad3),
    +     TOBN(0x43b60ab3, 0xbf1d9d89), TOBN(0xe45c51ef, 0x710e727a),
    +     TOBN(0xdfca5276, 0x099b4221), TOBN(0x8dc6407c, 0x2557a159),
    +     TOBN(0x0ead8335, 0x91035895), TOBN(0x0a9db957, 0x9c55dc32),
    +     TOBN(0xe40736d3, 0xdf61bc76), TOBN(0x13a619c0, 0x3f778cdb),
    +     TOBN(0x6dd921a4, 0xc56ea28f), TOBN(0x76a52433, 0x2fa647b4),
    +     TOBN(0x23591891, 0xac5bdc5d), TOBN(0xff4a1a72, 0xbac7dc01),
    +     TOBN(0x9905e261, 0x62df8453), TOBN(0x3ac045df, 0xe63b265f),
    +     TOBN(0x8a3f341b, 0xad53dba7), TOBN(0x8ec269cc, 0x837b625a),
    +     TOBN(0xd71a2782, 0x3ae31189), TOBN(0x8fb4f9a3, 0x55e96120),
    +     TOBN(0x804af823, 0xff9875cf), TOBN(0x23224f57, 0x5d442a9b),
    +     TOBN(0x1c4d3b9e, 0xecc62679), TOBN(0x91da22fb, 0xa0e7ddb1),
    +     TOBN(0xa370324d, 0x6c04a661), TOBN(0x9710d3b6, 0x5e376d17),
    +     TOBN(0xed8c98f0, 0x3044e357), TOBN(0xc364ebbe, 0x6422701c),
    +     TOBN(0x347f5d51, 0x7733d61c), TOBN(0xd55644b9, 0xcea826c3),
    +     TOBN(0x80c6e0ad, 0x55a25548), TOBN(0x0aa7641d, 0x844220a7),
    +     TOBN(0x1438ec81, 0x31810660), TOBN(0x9dfa6507, 0xde4b4043),
    +     TOBN(0x10b515d8, 0xcc3e0273), TOBN(0x1b6066dd, 0x28d8cfb2),
    +     TOBN(0xd3b04591, 0x9c9efebd), TOBN(0x425d4bdf, 0xa21c1ff4),
    +     TOBN(0x5fe5af19, 0xd57607d3), TOBN(0xbbf773f7, 0x54481084),
    +     TOBN(0x8435bd69, 0x94b03ed1), TOBN(0xd9ad1de3, 0x634cc546),
    +     TOBN(0x2cf423fc, 0x00e420ca), TOBN(0xeed26d80, 0xa03096dd),
    +     TOBN(0xd7f60be7, 0xa4db09d2), TOBN(0xf47f569d, 0x960622f7),
    +     TOBN(0xe5925fd7, 0x7296c729), TOBN(0xeff2db26, 0x26ca2715),
    +     TOBN(0xa6fcd014, 0xb913e759), TOBN(0x53da4786, 0x8ff4de93),
    +     TOBN(0x14616d79, 0xc32068e1), TOBN(0xb187d664, 0xccdf352e),
    +     TOBN(0xf7afb650, 0x1dc90b59), TOBN(0x8170e943, 0x7daa1b26),
    +     TOBN(0xc8e3bdd8, 0x700c0a84), TOBN(0x6e8d345f, 0x6482bdfa),
    +     TOBN(0x84cfbfa1, 0xc5c5ea50), TOBN(0xd3baf14c, 0x67960681),
    +     TOBN(0x26398403, 0x0dd50942), TOBN(0xe4b7839c, 0x4716a663),
    +     TOBN(0xd5f1f794, 0xe7de6dc0), TOBN(0x5cd0f4d4, 0x622aa7ce),
    +     TOBN(0x5295f3f1, 0x59acfeec), TOBN(0x8d933552, 0x953e0607),
    +     TOBN(0xc7db8ec5, 0x776c5722), TOBN(0xdc467e62, 0x2b5f290c),
    +     TOBN(0xd4297e70, 0x4ff425a9), TOBN(0x4be924c1, 0x0cf7bb72),
    +     TOBN(0x0d5dc5ae, 0xa1892131), TOBN(0x8bf8a8e3, 0xa705c992),
    +     TOBN(0x73a0b064, 0x7a305ac5), TOBN(0x00c9ca4e, 0x9a8c77a8),
    +     TOBN(0x5dfee80f, 0x83774bdd), TOBN(0x63131602, 0x85734485),
    +     TOBN(0xa1b524ae, 0x914a69a9), TOBN(0xebc2ffaf, 0xd4e300d7),
    +     TOBN(0x52c93db7, 0x7cfa46a5), TOBN(0x71e6161f, 0x21653b50),
    +     TOBN(0x3574fc57, 0xa4bc580a), TOBN(0xc09015dd, 0xe1bc1253),
    +     TOBN(0x4b7b47b2, 0xd174d7aa), TOBN(0x4072d8e8, 0xf3a15d04),
    +     TOBN(0xeeb7d47f, 0xd6fa07ed), TOBN(0x6f2b9ff9, 0xedbdafb1),
    +     TOBN(0x18c51615, 0x3760fe8a), TOBN(0x7a96e6bf, 0xf06c6c13),
    +     TOBN(0x4d7a0410, 0x0ea2d071), TOBN(0xa1914e9b, 0x0be2a5ce),
    +     TOBN(0x5726e357, 0xd8a3c5cf), TOBN(0x1197ecc3, 0x2abb2b13),
    +     TOBN(0x6c0d7f7f, 0x31ae88dd), TOBN(0x15b20d1a, 0xfdbb3efe),
    +     TOBN(0xcd06aa26, 0x70584039), TOBN(0x2277c969, 0xa7dc9747),
    +     TOBN(0xbca69587, 0x7855d815), TOBN(0x899ea238, 0x5188b32a),
    +     TOBN(0x37d9228b, 0x760c1c9d), TOBN(0xc7efbb11, 0x9b5c18da),
    +     TOBN(0x7f0d1bc8, 0x19f6dbc5), TOBN(0x4875384b, 0x07e6905b),
    +     TOBN(0xc7c50baa, 0x3ba8cd86), TOBN(0xb0ce40fb, 0xc2905de0),
    +     TOBN(0x70840673, 0x7a231952), TOBN(0xa912a262, 0xcf43de26),
    +     TOBN(0x9c38ddcc, 0xeb5b76c1), TOBN(0x746f5285, 0x26fc0ab4),
    +     TOBN(0x52a63a50, 0xd62c269f), TOBN(0x60049c55, 0x99458621),
    +     TOBN(0xe7f48f82, 0x3c2f7c9e), TOBN(0x6bd99043, 0x917d5cf3),
    +     TOBN(0xeb1317a8, 0x8701f469), TOBN(0xbd3fe2ed, 0x9a449fe0),
    +     TOBN(0x421e79ca, 0x12ef3d36), TOBN(0x9ee3c36c, 0x3e7ea5de),
    +     TOBN(0xe48198b5, 0xcdff36f7), TOBN(0xaff4f967, 0xc6b82228),
    +     TOBN(0x15e19dd0, 0xc47adb7e), TOBN(0x45699b23, 0x032e7dfa),
    +     TOBN(0x40680c8b, 0x1fae026a), TOBN(0x5a347a48, 0x550dbf4d),
    +     TOBN(0xe652533b, 0x3cef0d7d), TOBN(0xd94f7b18, 0x2bbb4381),
    +     TOBN(0x838752be, 0x0e80f500), TOBN(0x8e6e2488, 0x9e9c9bfb),
    +     TOBN(0xc9751697, 0x16caca6a), TOBN(0x866c49d8, 0x38531ad9),
    +     TOBN(0xc917e239, 0x7151ade1), TOBN(0x2d016ec1, 0x6037c407),
    +     TOBN(0xa407ccc9, 0x00eac3f9), TOBN(0x835f6280, 0xe2ed4748),
    +     TOBN(0xcc54c347, 0x1cc98e0d), TOBN(0x0e969937, 0xdcb572eb),
    +     TOBN(0x1b16c8e8, 0x8f30c9cb), TOBN(0xa606ae75, 0x373c4661),
    +     TOBN(0x47aa689b, 0x35502cab), TOBN(0xf89014ae, 0x4d9bb64f),
    +     TOBN(0x202f6a9c, 0x31c71f7b), TOBN(0x01f95aa3, 0x296ffe5c),
    +     TOBN(0x5fc06014, 0x53cec3a3), TOBN(0xeb991237, 0x5f498a45),
    +     TOBN(0xae9a935e, 0x5d91ba87), TOBN(0xc6ac6281, 0x0b564a19),
    +     TOBN(0x8a8fe81c, 0x3bd44e69), TOBN(0x7c8b467f, 0x9dd11d45),
    +     TOBN(0xf772251f, 0xea5b8e69), TOBN(0xaeecb3bd, 0xc5b75fbc),
    +     TOBN(0x1aca3331, 0x887ff0e5), TOBN(0xbe5d49ff, 0x19f0a131),
    +     TOBN(0x582c13aa, 0xe5c8646f), TOBN(0xdbaa12e8, 0x20e19980),
    +     TOBN(0x8f40f31a, 0xf7abbd94), TOBN(0x1f13f5a8, 0x1dfc7663),
    +     TOBN(0x5d81f1ee, 0xaceb4fc0), TOBN(0x36256002, 0x5e6f0f42),
    +     TOBN(0x4b67d6d7, 0x751370c8), TOBN(0x2608b698, 0x03e80589),
    +     TOBN(0xcfc0d2fc, 0x05268301), TOBN(0xa6943d39, 0x40309212),
    +     TOBN(0x192a90c2, 0x1fd0e1c2), TOBN(0xb209f113, 0x37f1dc76),
    +     TOBN(0xefcc5e06, 0x97bf1298), TOBN(0xcbdb6730, 0x219d639e),
    +     TOBN(0xd009c116, 0xb81e8c6f), TOBN(0xa3ffdde3, 0x1a7ce2e5),
    +     TOBN(0xc53fbaaa, 0xa914d3ba), TOBN(0x836d500f, 0x88df85ee),
    +     TOBN(0xd98dc71b, 0x66ee0751), TOBN(0x5a3d7005, 0x714516fd),
    +     TOBN(0x21d3634d, 0x39eedbba), TOBN(0x35cd2e68, 0x0455a46d),
    +     TOBN(0xc8cafe65, 0xf9d7eb0c), TOBN(0xbda3ce9e, 0x00cefb3e),
    +     TOBN(0xddc17a60, 0x2c9cf7a4), TOBN(0x01572ee4, 0x7bcb8773),
    +     TOBN(0xa92b2b01, 0x8c7548df), TOBN(0x732fd309, 0xa84600e3),
    +     TOBN(0xe22109c7, 0x16543a40), TOBN(0x9acafd36, 0xfede3c6c),
    +     TOBN(0xfb206852, 0x6824e614), TOBN(0x2a4544a9, 0xda25dca0),
    +     TOBN(0x25985262, 0x91d60b06), TOBN(0x281b7be9, 0x28753545),
    +     TOBN(0xec667b1a, 0x90f13b27), TOBN(0x33a83aff, 0x940e2eb4),
    +     TOBN(0x80009862, 0xd5d721d5), TOBN(0x0c3357a3, 0x5bd3a182),
    +     TOBN(0x27f3a83b, 0x7aa2cda4), TOBN(0xb58ae74e, 0xf6f83085),
    +     TOBN(0x2a911a81, 0x2e6dad6b), TOBN(0xde286051, 0xf43d6c5b),
    +     TOBN(0x4bdccc41, 0xf996c4d8), TOBN(0xe7312ec0, 0x0ae1e24e)}
    +    ,
    +    {TOBN(0xf8d112e7, 0x6e6485b3), TOBN(0x4d3e24db, 0x771c52f8),
    +     TOBN(0x48e3ee41, 0x684a2f6d), TOBN(0x7161957d, 0x21d95551),
    +     TOBN(0x19631283, 0xcdb12a6c), TOBN(0xbf3fa882, 0x2e50e164),
    +     TOBN(0xf6254b63, 0x3166cc73), TOBN(0x3aefa7ae, 0xaee8cc38),
    +     TOBN(0x79b0fe62, 0x3b36f9fd), TOBN(0x26543b23, 0xfde19fc0),
    +     TOBN(0x136e64a0, 0x958482ef), TOBN(0x23f63771, 0x9b095825),
    +     TOBN(0x14cfd596, 0xb6a1142e), TOBN(0x5ea6aac6, 0x335aac0b),
    +     TOBN(0x86a0e8bd, 0xf3081dd5), TOBN(0x5fb89d79, 0x003dc12a),
    +     TOBN(0xf615c33a, 0xf72e34d4), TOBN(0x0bd9ea40, 0x110eec35),
    +     TOBN(0x1c12bc5b, 0xc1dea34e), TOBN(0x686584c9, 0x49ae4699),
    +     TOBN(0x13ad95d3, 0x8c97b942), TOBN(0x4609561a, 0x4e5c7562),
    +     TOBN(0x9e94a4ae, 0xf2737f89), TOBN(0xf57594c6, 0x371c78b6),
    +     TOBN(0x0f0165fc, 0xe3779ee3), TOBN(0xe00e7f9d, 0xbd495d9e),
    +     TOBN(0x1fa4efa2, 0x20284e7a), TOBN(0x4564bade, 0x47ac6219),
    +     TOBN(0x90e6312a, 0xc4708e8e), TOBN(0x4f5725fb, 0xa71e9adf),
    +     TOBN(0xe95f55ae, 0x3d684b9f), TOBN(0x47f7ccb1, 0x1e94b415),
    +     TOBN(0x7322851b, 0x8d946581), TOBN(0xf0d13133, 0xbdf4a012),
    +     TOBN(0xa3510f69, 0x6584dae0), TOBN(0x03a7c171, 0x3c9f6c6d),
    +     TOBN(0x5be97f38, 0xe475381a), TOBN(0xca1ba422, 0x85823334),
    +     TOBN(0xf83cc5c7, 0x0be17dda), TOBN(0x158b1494, 0x0b918c0f),
    +     TOBN(0xda3a77e5, 0x522e6b69), TOBN(0x69c908c3, 0xbbcd6c18),
    +     TOBN(0x1f1b9e48, 0xd924fd56), TOBN(0x37c64e36, 0xaa4bb3f7),
    +     TOBN(0x5a4fdbdf, 0xee478d7d), TOBN(0xba75c8bc, 0x0193f7a0),
    +     TOBN(0x84bc1e84, 0x56cd16df), TOBN(0x1fb08f08, 0x46fad151),
    +     TOBN(0x8a7cabf9, 0x842e9f30), TOBN(0xa331d4bf, 0x5eab83af),
    +     TOBN(0xd272cfba, 0x017f2a6a), TOBN(0x27560abc, 0x83aba0e3),
    +     TOBN(0x94b83387, 0x0e3a6b75), TOBN(0x25c6aea2, 0x6b9f50f5),
    +     TOBN(0x803d691d, 0xb5fdf6d0), TOBN(0x03b77509, 0xe6333514),
    +     TOBN(0x36178903, 0x61a341c1), TOBN(0x3604dc60, 0x0cfd6142),
    +     TOBN(0x022295eb, 0x8533316c), TOBN(0x3dbde4ac, 0x44af2922),
    +     TOBN(0x898afc5d, 0x1c7eef69), TOBN(0x58896805, 0xd14f4fa1),
    +     TOBN(0x05002160, 0x203c21ca), TOBN(0x6f0d1f30, 0x40ef730b),
    +     TOBN(0x8e8c44d4, 0x196224f8), TOBN(0x75a4ab95, 0x374d079d),
    +     TOBN(0x79085ecc, 0x7d48f123), TOBN(0x56f04d31, 0x1bf65ad8),
    +     TOBN(0xe220bf1c, 0xbda602b2), TOBN(0x73ee1742, 0xf9612c69),
    +     TOBN(0x76008fc8, 0x084fd06b), TOBN(0x4000ef9f, 0xf11380d1),
    +     TOBN(0x48201b4b, 0x12cfe297), TOBN(0x3eee129c, 0x292f74e5),
    +     TOBN(0xe1fe114e, 0xc9e874e8), TOBN(0x899b055c, 0x92c5fc41),
    +     TOBN(0x4e477a64, 0x3a39c8cf), TOBN(0x82f09efe, 0x78963cc9),
    +     TOBN(0x6fd3fd8f, 0xd333f863), TOBN(0x85132b2a, 0xdc949c63),
    +     TOBN(0x7e06a3ab, 0x516eb17b), TOBN(0x73bec06f, 0xd2c7372b),
    +     TOBN(0xe4f74f55, 0xba896da6), TOBN(0xbb4afef8, 0x8e9eb40f),
    +     TOBN(0x2d75bec8, 0xe61d66b0), TOBN(0x02bda4b4, 0xef29300b),
    +     TOBN(0x8bbaa8de, 0x026baa5a), TOBN(0xff54befd, 0xa07f4440),
    +     TOBN(0xbd9b8b1d, 0xbe7a2af3), TOBN(0xec51caa9, 0x4fb74a72),
    +     TOBN(0xb9937a4b, 0x63879697), TOBN(0x7c9a9d20, 0xec2687d5),
    +     TOBN(0x1773e44f, 0x6ef5f014), TOBN(0x8abcf412, 0xe90c6900),
    +     TOBN(0x387bd022, 0x8142161e), TOBN(0x50393755, 0xfcb6ff2a),
    +     TOBN(0x9813fd56, 0xed6def63), TOBN(0x53cf6482, 0x7d53106c),
    +     TOBN(0x991a35bd, 0x431f7ac1), TOBN(0xf1e274dd, 0x63e65faf),
    +     TOBN(0xf63ffa3c, 0x44cc7880), TOBN(0x411a426b, 0x7c256981),
    +     TOBN(0xb698b9fd, 0x93a420e0), TOBN(0x89fdddc0, 0xae53f8fe),
    +     TOBN(0x766e0722, 0x32398baa), TOBN(0x205fee42, 0x5cfca031),
    +     TOBN(0xa49f5341, 0x7a029cf2), TOBN(0xa88c68b8, 0x4023890d),
    +     TOBN(0xbc275041, 0x7337aaa8), TOBN(0x9ed364ad, 0x0eb384f4),
    +     TOBN(0xe0816f85, 0x29aba92f), TOBN(0x2e9e1941, 0x04e38a88),
    +     TOBN(0x57eef44a, 0x3dafd2d5), TOBN(0x35d1fae5, 0x97ed98d8),
    +     TOBN(0x50628c09, 0x2307f9b1), TOBN(0x09d84aae, 0xd6cba5c6),
    +     TOBN(0x67071bc7, 0x88aaa691), TOBN(0x2dea57a9, 0xafe6cb03),
    +     TOBN(0xdfe11bb4, 0x3d78ac01), TOBN(0x7286418c, 0x7fd7aa51),
    +     TOBN(0xfabf7709, 0x77f7195a), TOBN(0x8ec86167, 0xadeb838f),
    +     TOBN(0xea1285a8, 0xbb4f012d), TOBN(0xd6883503, 0x9a3eab3f),
    +     TOBN(0xee5d24f8, 0x309004c2), TOBN(0xa96e4b76, 0x13ffe95e),
    +     TOBN(0x0cdffe12, 0xbd223ea4), TOBN(0x8f5c2ee5, 0xb6739a53),
    +     TOBN(0x5cb4aaa5, 0xdd968198), TOBN(0xfa131c52, 0x72413a6c),
    +     TOBN(0x53d46a90, 0x9536d903), TOBN(0xb270f0d3, 0x48606d8e),
    +     TOBN(0x518c7564, 0xa053a3bc), TOBN(0x088254b7, 0x1a86caef),
    +     TOBN(0xb3ba8cb4, 0x0ab5efd0), TOBN(0x5c59900e, 0x4605945d),
    +     TOBN(0xecace1dd, 0xa1887395), TOBN(0x40960f36, 0x932a65de),
    +     TOBN(0x9611ff5c, 0x3aa95529), TOBN(0xc58215b0, 0x7c1e5a36),
    +     TOBN(0xd48c9b58, 0xf0e1a524), TOBN(0xb406856b, 0xf590dfb8),
    +     TOBN(0xc7605e04, 0x9cd95662), TOBN(0x0dd036ee, 0xa33ecf82),
    +     TOBN(0xa50171ac, 0xc33156b3), TOBN(0xf09d24ea, 0x4a80172e),
    +     TOBN(0x4e1f72c6, 0x76dc8eef), TOBN(0xe60caadc, 0x5e3d44ee),
    +     TOBN(0x006ef8a6, 0x979b1d8f), TOBN(0x60908a1c, 0x97788d26),
    +     TOBN(0x6e08f95b, 0x266feec0), TOBN(0x618427c2, 0x22e8c94e),
    +     TOBN(0x3d613339, 0x59145a65), TOBN(0xcd9bc368, 0xfa406337),
    +     TOBN(0x82d11be3, 0x2d8a52a0), TOBN(0xf6877b27, 0x97a1c590),
    +     TOBN(0x837a819b, 0xf5cbdb25), TOBN(0x2a4fd1d8, 0xde090249),
    +     TOBN(0x622a7de7, 0x74990e5f), TOBN(0x840fa5a0, 0x7945511b),
    +     TOBN(0x30b974be, 0x6558842d), TOBN(0x70df8c64, 0x17f3d0a6),
    +     TOBN(0x7c803520, 0x7542e46d), TOBN(0x7251fe7f, 0xe4ecc823),
    +     TOBN(0xe59134cb, 0x5e9aac9a), TOBN(0x11bb0934, 0xf0045d71),
    +     TOBN(0x53e5d9b5, 0xdbcb1d4e), TOBN(0x8d97a905, 0x92defc91),
    +     TOBN(0xfe289327, 0x7946d3f9), TOBN(0xe132bd24, 0x07472273),
    +     TOBN(0xeeeb510c, 0x1eb6ae86), TOBN(0x777708c5, 0xf0595067),
    +     TOBN(0x18e2c8cd, 0x1297029e), TOBN(0x2c61095c, 0xbbf9305e),
    +     TOBN(0xe466c258, 0x6b85d6d9), TOBN(0x8ac06c36, 0xda1ea530),
    +     TOBN(0xa365dc39, 0xa1304668), TOBN(0xe4a9c885, 0x07f89606),
    +     TOBN(0x65a4898f, 0xacc7228d), TOBN(0x3e2347ff, 0x84ca8303),
    +     TOBN(0xa5f6fb77, 0xea7d23a3), TOBN(0x2fac257d, 0x672a71cd),
    +     TOBN(0x6908bef8, 0x7e6a44d3), TOBN(0x8ff87566, 0x891d3d7a),
    +     TOBN(0xe58e90b3, 0x6b0cf82e), TOBN(0x6438d246, 0x2615b5e7),
    +     TOBN(0x07b1f8fc, 0x669c145a), TOBN(0xb0d8b2da, 0x36f1e1cb),
    +     TOBN(0x54d5dadb, 0xd9184c4d), TOBN(0x3dbb18d5, 0xf93d9976),
    +     TOBN(0x0a3e0f56, 0xd1147d47), TOBN(0x2afa8c8d, 0xa0a48609),
    +     TOBN(0x275353e8, 0xbc36742c), TOBN(0x898f427e, 0xeea0ed90),
    +     TOBN(0x26f4947e, 0x3e477b00), TOBN(0x8ad8848a, 0x308741e3),
    +     TOBN(0x6c703c38, 0xd74a2a46), TOBN(0x5e3e05a9, 0x9ba17ba2),
    +     TOBN(0xc1fa6f66, 0x4ab9a9e4), TOBN(0x474a2d9a, 0x3841d6ec),
    +     TOBN(0x871239ad, 0x653ae326), TOBN(0x14bcf72a, 0xa74cbb43),
    +     TOBN(0x8737650e, 0x20d4c083), TOBN(0x3df86536, 0x110ed4af),
    +     TOBN(0xd2d86fe7, 0xb53ca555), TOBN(0x688cb00d, 0xabd5d538),
    +     TOBN(0xcf81bda3, 0x1ad38468), TOBN(0x7ccfe3cc, 0xf01167b6),
    +     TOBN(0xcf4f47e0, 0x6c4c1fe6), TOBN(0x557e1f1a, 0x298bbb79),
    +     TOBN(0xf93b974f, 0x30d45a14), TOBN(0x174a1d2d, 0x0baf97c4),
    +     TOBN(0x7a003b30, 0xc51fbf53), TOBN(0xd8940991, 0xee68b225),
    +     TOBN(0x5b0aa7b7, 0x1c0f4173), TOBN(0x975797c9, 0xa20a7153),
    +     TOBN(0x26e08c07, 0xe3533d77), TOBN(0xd7222e6a, 0x2e341c99),
    +     TOBN(0x9d60ec3d, 0x8d2dc4ed), TOBN(0xbdfe0d8f, 0x7c476cf8),
    +     TOBN(0x1fe59ab6, 0x1d056605), TOBN(0xa9ea9df6, 0x86a8551f),
    +     TOBN(0x8489941e, 0x47fb8d8c), TOBN(0xfeb874eb, 0x4a7f1b10),
    +     TOBN(0xfe5fea86, 0x7ee0d98f), TOBN(0x201ad34b, 0xdbf61864),
    +     TOBN(0x45d8fe47, 0x37c031d4), TOBN(0xd5f49fae, 0x795f0822),
    +     TOBN(0xdb0fb291, 0xc7f4a40c), TOBN(0x2e69d9c1, 0x730ddd92),
    +     TOBN(0x754e1054, 0x49d76987), TOBN(0x8a24911d, 0x7662db87),
    +     TOBN(0x61fc1810, 0x60a71676), TOBN(0xe852d1a8, 0xf66a8ad1),
    +     TOBN(0x172bbd65, 0x6417231e), TOBN(0x0d6de7bd, 0x3babb11f),
    +     TOBN(0x6fde6f88, 0xc8e347f8), TOBN(0x1c587547, 0x9bd99cc3),
    +     TOBN(0x78e54ed0, 0x34076950), TOBN(0x97f0f334, 0x796e83ba),
    +     TOBN(0xe4dbe1ce, 0x4924867a), TOBN(0xbd5f51b0, 0x60b84917),
    +     TOBN(0x37530040, 0x3cb09a79), TOBN(0xdb3fe0f8, 0xff1743d8),
    +     TOBN(0xed7894d8, 0x556fa9db), TOBN(0xfa262169, 0x23412fbf),
    +     TOBN(0x563be0db, 0xba7b9291), TOBN(0x6ca8b8c0, 0x0c9fb234),
    +     TOBN(0xed406aa9, 0xbd763802), TOBN(0xc21486a0, 0x65303da1),
    +     TOBN(0x61ae291e, 0xc7e62ec4), TOBN(0x622a0492, 0xdf99333e),
    +     TOBN(0x7fd80c9d, 0xbb7a8ee0), TOBN(0xdc2ed3bc, 0x6c01aedb),
    +     TOBN(0x35c35a12, 0x08be74ec), TOBN(0xd540cb1a, 0x469f671f),
    +     TOBN(0xd16ced4e, 0xcf84f6c7), TOBN(0x8561fb9c, 0x2d090f43),
    +     TOBN(0x7e693d79, 0x6f239db4), TOBN(0xa736f928, 0x77bd0d94),
    +     TOBN(0x07b4d929, 0x2c1950ee), TOBN(0xda177543, 0x56dc11b3),
    +     TOBN(0xa5dfbbaa, 0x7a6a878e), TOBN(0x1c70cb29, 0x4decb08a),
    +     TOBN(0xfba28c8b, 0x6f0f7c50), TOBN(0xa8eba2b8, 0x854dcc6d),
    +     TOBN(0x5ff8e89a, 0x36b78642), TOBN(0x070c1c8e, 0xf6873adf),
    +     TOBN(0xbbd3c371, 0x6484d2e4), TOBN(0xfb78318f, 0x0d414129),
    +     TOBN(0x2621a39c, 0x6ad93b0b), TOBN(0x979d74c2, 0xa9e917f7),
    +     TOBN(0xfc195647, 0x61fb0428), TOBN(0x4d78954a, 0xbee624d4),
    +     TOBN(0xb94896e0, 0xb8ae86fd), TOBN(0x6667ac0c, 0xc91c8b13),
    +     TOBN(0x9f180512, 0x43bcf832), TOBN(0xfbadf8b7, 0xa0010137),
    +     TOBN(0xc69b4089, 0xb3ba8aa7), TOBN(0xfac4bacd, 0xe687ce85),
    +     TOBN(0x9164088d, 0x977eab40), TOBN(0x51f4c5b6, 0x2760b390),
    +     TOBN(0xd238238f, 0x340dd553), TOBN(0x358566c3, 0xdb1d31c9),
    +     TOBN(0x3a5ad69e, 0x5068f5ff), TOBN(0xf31435fc, 0xdaff6b06),
    +     TOBN(0xae549a5b, 0xd6debff0), TOBN(0x59e5f0b7, 0x75e01331),
    +     TOBN(0x5d492fb8, 0x98559acf), TOBN(0x96018c2e, 0x4db79b50),
    +     TOBN(0x55f4a48f, 0x609f66aa), TOBN(0x1943b3af, 0x4900a14f),
    +     TOBN(0xc22496df, 0x15a40d39), TOBN(0xb2a44684, 0x4c20f7c5),
    +     TOBN(0x76a35afa, 0x3b98404c), TOBN(0xbec75725, 0xff5d1b77),
    +     TOBN(0xb67aa163, 0xbea06444), TOBN(0x27e95bb2, 0xf724b6f2),
    +     TOBN(0x3c20e3e9, 0xd238c8ab), TOBN(0x1213754e, 0xddd6ae17),
    +     TOBN(0x8c431020, 0x716e0f74), TOBN(0x6679c82e, 0xffc095c2),
    +     TOBN(0x2eb3adf4, 0xd0ac2932), TOBN(0x2cc970d3, 0x01bb7a76),
    +     TOBN(0x70c71f2f, 0x740f0e66), TOBN(0x545c616b, 0x2b6b23cc),
    +     TOBN(0x4528cfcb, 0xb40a8bd7), TOBN(0xff839633, 0x2ab27722),
    +     TOBN(0x049127d9, 0x025ac99a), TOBN(0xd314d4a0, 0x2b63e33b),
    +     TOBN(0xc8c310e7, 0x28d84519), TOBN(0x0fcb8983, 0xb3bc84ba),
    +     TOBN(0x2cc52261, 0x38634818), TOBN(0x501814f4, 0xb44c2e0b),
    +     TOBN(0xf7e181aa, 0x54dfdba3), TOBN(0xcfd58ff0, 0xe759718c),
    +     TOBN(0xf90cdb14, 0xd3b507a8), TOBN(0x57bd478e, 0xc50bdad8),
    +     TOBN(0x29c197e2, 0x50e5f9aa), TOBN(0x4db6eef8, 0xe40bc855),
    +     TOBN(0x2cc8f21a, 0xd1fc0654), TOBN(0xc71cc963, 0x81269d73),
    +     TOBN(0xecfbb204, 0x077f49f9), TOBN(0xdde92571, 0xca56b793),
    +     TOBN(0x9abed6a3, 0xf97ad8f7), TOBN(0xe6c19d3f, 0x924de3bd),
    +     TOBN(0x8dce92f4, 0xa140a800), TOBN(0x85f44d1e, 0x1337af07),
    +     TOBN(0x5953c08b, 0x09d64c52), TOBN(0xa1b5e49f, 0xf5df9749),
    +     TOBN(0x336a8fb8, 0x52735f7d), TOBN(0xb332b6db, 0x9add676b),
    +     TOBN(0x558b88a0, 0xb4511aa4), TOBN(0x09788752, 0xdbd5cc55),
    +     TOBN(0x16b43b9c, 0xd8cd52bd), TOBN(0x7f0bc5a0, 0xc2a2696b),
    +     TOBN(0x146e12d4, 0xc11f61ef), TOBN(0x9ce10754, 0x3a83e79e),
    +     TOBN(0x08ec73d9, 0x6cbfca15), TOBN(0x09ff29ad, 0x5b49653f),
    +     TOBN(0xe31b72bd, 0xe7da946e), TOBN(0xebf9eb3b, 0xee80a4f2),
    +     TOBN(0xd1aabd08, 0x17598ce4), TOBN(0x18b5fef4, 0x53f37e80),
    +     TOBN(0xd5d5cdd3, 0x5958cd79), TOBN(0x3580a1b5, 0x1d373114),
    +     TOBN(0xa36e4c91, 0xfa935726), TOBN(0xa38c534d, 0xef20d760),
    +     TOBN(0x7088e40a, 0x2ff5845b), TOBN(0xe5bb40bd, 0xbd78177f),
    +     TOBN(0x4f06a7a8, 0x857f9920), TOBN(0xe3cc3e50, 0xe968f05d),
    +     TOBN(0x1d68b7fe, 0xe5682d26), TOBN(0x5206f76f, 0xaec7f87c),
    +     TOBN(0x41110530, 0x041951ab), TOBN(0x58ec52c1, 0xd4b5a71a),
    +     TOBN(0xf3488f99, 0x0f75cf9a), TOBN(0xf411951f, 0xba82d0d5),
    +     TOBN(0x27ee75be, 0x618895ab), TOBN(0xeae060d4, 0x6d8aab14),
    +     TOBN(0x9ae1df73, 0x7fb54dc2), TOBN(0x1f3e391b, 0x25963649),
    +     TOBN(0x242ec32a, 0xfe055081), TOBN(0x5bd450ef, 0x8491c9bd),
    +     TOBN(0x367efc67, 0x981eb389), TOBN(0xed7e1928, 0x3a0550d5),
    +     TOBN(0x362e776b, 0xab3ce75c), TOBN(0xe890e308, 0x1f24c523),
    +     TOBN(0xb961b682, 0xfeccef76), TOBN(0x8b8e11f5, 0x8bba6d92),
    +     TOBN(0x8f2ccc4c, 0x2b2375c4), TOBN(0x0d7f7a52, 0xe2f86cfa),
    +     TOBN(0xfd94d30a, 0x9efe5633), TOBN(0x2d8d246b, 0x5451f934),
    +     TOBN(0x2234c6e3, 0x244e6a00), TOBN(0xde2b5b0d, 0xddec8c50),
    +     TOBN(0x2ce53c5a, 0xbf776f5b), TOBN(0x6f724071, 0x60357b05),
    +     TOBN(0xb2593717, 0x71bf3f7a), TOBN(0x87d2501c, 0x440c4a9f),
    +     TOBN(0x440552e1, 0x87b05340), TOBN(0xb7bf7cc8, 0x21624c32),
    +     TOBN(0x4155a6ce, 0x22facddb), TOBN(0x5a4228cb, 0x889837ef),
    +     TOBN(0xef87d6d6, 0xfd4fd671), TOBN(0xa233687e, 0xc2daa10e),
    +     TOBN(0x75622244, 0x03c0eb96), TOBN(0x7632d184, 0x8bf19be6),
    +     TOBN(0x05d0f8e9, 0x40735ff4), TOBN(0x3a3e6e13, 0xc00931f1),
    +     TOBN(0x31ccde6a, 0xdafe3f18), TOBN(0xf381366a, 0xcfe51207),
    +     TOBN(0x24c222a9, 0x60167d92), TOBN(0x62f9d6f8, 0x7529f18c),
    +     TOBN(0x412397c0, 0x0353b114), TOBN(0x334d89dc, 0xef808043),
    +     TOBN(0xd9ec63ba, 0x2a4383ce), TOBN(0xcec8e937, 0x5cf92ba0),
    +     TOBN(0xfb8b4288, 0xc8be74c0), TOBN(0x67d6912f, 0x105d4391),
    +     TOBN(0x7b996c46, 0x1b913149), TOBN(0x36aae2ef, 0x3a4e02da),
    +     TOBN(0xb68aa003, 0x972de594), TOBN(0x284ec70d, 0x4ec6d545),
    +     TOBN(0xf3d2b2d0, 0x61391d54), TOBN(0x69c5d5d6, 0xfe114e92),
    +     TOBN(0xbe0f00b5, 0xb4482dff), TOBN(0xe1596fa5, 0xf5bf33c5),
    +     TOBN(0x10595b56, 0x96a71cba), TOBN(0x944938b2, 0xfdcadeb7),
    +     TOBN(0xa282da4c, 0xfccd8471), TOBN(0x98ec05f3, 0x0d37bfe1),
    +     TOBN(0xe171ce1b, 0x0698304a), TOBN(0x2d691444, 0x21bdf79b),
    +     TOBN(0xd0cd3b74, 0x1b21dec1), TOBN(0x712ecd8b, 0x16a15f71),
    +     TOBN(0x8d4c00a7, 0x00fd56e1), TOBN(0x02ec9692, 0xf9527c18),
    +     TOBN(0x21c44937, 0x4a3e42e1), TOBN(0x9176fbab, 0x1392ae0a),
    +     TOBN(0x8726f1ba, 0x44b7b618), TOBN(0xb4d7aae9, 0xf1de491c),
    +     TOBN(0xf91df7b9, 0x07b582c0), TOBN(0x7e116c30, 0xef60aa3a),
    +     TOBN(0x99270f81, 0x466265d7), TOBN(0xb15b6fe2, 0x4df7adf0),
    +     TOBN(0xfe33b2d3, 0xf9738f7f), TOBN(0x48553ab9, 0xd6d70f95),
    +     TOBN(0x2cc72ac8, 0xc21e94db), TOBN(0x795ac38d, 0xbdc0bbee),
    +     TOBN(0x0a1be449, 0x2e40478f), TOBN(0x81bd3394, 0x052bde55),
    +     TOBN(0x63c8dbe9, 0x56b3c4f2), TOBN(0x017a99cf, 0x904177cc),
    +     TOBN(0x947bbddb, 0x4d010fc1), TOBN(0xacf9b00b, 0xbb2c9b21),
    +     TOBN(0x2970bc8d, 0x47173611), TOBN(0x1a4cbe08, 0xac7d756f),
    +     TOBN(0x06d9f4aa, 0x67d541a2), TOBN(0xa3e8b689, 0x59c2cf44),
    +     TOBN(0xaad066da, 0x4d88f1dd), TOBN(0xc604f165, 0x7ad35dea),
    +     TOBN(0x7edc0720, 0x4478ca67), TOBN(0xa10dfae0, 0xba02ce06),
    +     TOBN(0xeceb1c76, 0xaf36f4e4), TOBN(0x994b2292, 0xaf3f8f48),
    +     TOBN(0xbf9ed77b, 0x77c8a68c), TOBN(0x74f544ea, 0x51744c9d),
    +     TOBN(0x82d05bb9, 0x8113a757), TOBN(0x4ef2d2b4, 0x8a9885e4),
    +     TOBN(0x1e332be5, 0x1aa7865f), TOBN(0x22b76b18, 0x290d1a52),
    +     TOBN(0x308a2310, 0x44351683), TOBN(0x9d861896, 0xa3f22840),
    +     TOBN(0x5959ddcd, 0x841ed947), TOBN(0x0def0c94, 0x154b73bf),
    +     TOBN(0xf0105417, 0x4c7c15e0), TOBN(0x539bfb02, 0x3a277c32),
    +     TOBN(0xe699268e, 0xf9dccf5f), TOBN(0x9f5796a5, 0x0247a3bd),
    +     TOBN(0x8b839de8, 0x4f157269), TOBN(0xc825c1e5, 0x7a30196b),
    +     TOBN(0x6ef0aabc, 0xdc8a5a91), TOBN(0xf4a8ce6c, 0x498b7fe6),
    +     TOBN(0x1cce35a7, 0x70cbac78), TOBN(0x83488e9b, 0xf6b23958),
    +     TOBN(0x0341a070, 0xd76cb011), TOBN(0xda6c9d06, 0xae1b2658),
    +     TOBN(0xb701fb30, 0xdd648c52), TOBN(0x994ca02c, 0x52fb9fd1),
    +     TOBN(0x06933117, 0x6f563086), TOBN(0x3d2b8100, 0x17856bab),
    +     TOBN(0xe89f48c8, 0x5963a46e), TOBN(0x658ab875, 0xa99e61c7),
    +     TOBN(0x6e296f87, 0x4b8517b4), TOBN(0x36c4fcdc, 0xfc1bc656),
    +     TOBN(0xde5227a1, 0xa3906def), TOBN(0x9fe95f57, 0x62418945),
    +     TOBN(0x20c91e81, 0xfdd96cde), TOBN(0x5adbe47e, 0xda4480de),
    +     TOBN(0xa009370f, 0x396de2b6), TOBN(0x98583d4b, 0xf0ecc7bd),
    +     TOBN(0xf44f6b57, 0xe51d0672), TOBN(0x03d6b078, 0x556b1984),
    +     TOBN(0x27dbdd93, 0xb0b64912), TOBN(0x9b3a3434, 0x15687b09),
    +     TOBN(0x0dba6461, 0x51ec20a9), TOBN(0xec93db7f, 0xff28187c),
    +     TOBN(0x00ff8c24, 0x66e48bdd), TOBN(0x2514f2f9, 0x11ccd78e),
    +     TOBN(0xeba11f4f, 0xe1250603), TOBN(0x8a22cd41, 0x243fa156),
    +     TOBN(0xa4e58df4, 0xb283e4c6), TOBN(0x78c29859, 0x8b39783f),
    +     TOBN(0x5235aee2, 0xa5259809), TOBN(0xc16284b5, 0x0e0227dd),
    +     TOBN(0xa5f57916, 0x1338830d), TOBN(0x6d4b8a6b, 0xd2123fca),
    +     TOBN(0x236ea68a, 0xf9c546f8), TOBN(0xc1d36873, 0xfa608d36),
    +     TOBN(0xcd76e495, 0x8d436d13), TOBN(0xd4d9c221, 0x8fb080af),
    +     TOBN(0x665c1728, 0xe8ad3fb5), TOBN(0xcf1ebe4d, 0xb3d572e0),
    +     TOBN(0xa7a8746a, 0x584c5e20), TOBN(0x267e4ea1, 0xb9dc7035),
    +     TOBN(0x593a15cf, 0xb9548c9b), TOBN(0x5e6e2135, 0x4bd012f3),
    +     TOBN(0xdf31cc6a, 0x8c8f936e), TOBN(0x8af84d04, 0xb5c241dc),
    +     TOBN(0x63990a6f, 0x345efb86), TOBN(0x6fef4e61, 0xb9b962cb)}
    +    ,
    +    {TOBN(0xf6368f09, 0x25722608), TOBN(0x131260db, 0x131cf5c6),
    +     TOBN(0x40eb353b, 0xfab4f7ac), TOBN(0x85c78880, 0x37eee829),
    +     TOBN(0x4c1581ff, 0xc3bdf24e), TOBN(0x5bff75cb, 0xf5c3c5a8),
    +     TOBN(0x35e8c83f, 0xa14e6f40), TOBN(0xb81d1c0f, 0x0295e0ca),
    +     TOBN(0xfcde7cc8, 0xf43a730f), TOBN(0xe89b6f3c, 0x33ab590e),
    +     TOBN(0xc823f529, 0xad03240b), TOBN(0x82b79afe, 0x98bea5db),
    +     TOBN(0x568f2856, 0x962fe5de), TOBN(0x0c590adb, 0x60c591f3),
    +     TOBN(0x1fc74a14, 0x4a28a858), TOBN(0x3b662498, 0xb3203f4c),
    +     TOBN(0x91e3cf0d, 0x6c39765a), TOBN(0xa2db3acd, 0xac3cca0b),
    +     TOBN(0x288f2f08, 0xcb953b50), TOBN(0x2414582c, 0xcf43cf1a),
    +     TOBN(0x8dec8bbc, 0x60eee9a8), TOBN(0x54c79f02, 0x729aa042),
    +     TOBN(0xd81cd5ec, 0x6532f5d5), TOBN(0xa672303a, 0xcf82e15f),
    +     TOBN(0x376aafa8, 0x719c0563), TOBN(0xcd8ad2dc, 0xbc5fc79f),
    +     TOBN(0x303fdb9f, 0xcb750cd3), TOBN(0x14ff052f, 0x4418b08e),
    +     TOBN(0xf75084cf, 0x3e2d6520), TOBN(0x7ebdf0f8, 0x144ed509),
    +     TOBN(0xf43bf0f2, 0xd3f25b98), TOBN(0x86ad71cf, 0xa354d837),
    +     TOBN(0xb827fe92, 0x26f43572), TOBN(0xdfd3ab5b, 0x5d824758),
    +     TOBN(0x315dd23a, 0x539094c1), TOBN(0x85c0e37a, 0x66623d68),
    +     TOBN(0x575c7972, 0x7be19ae0), TOBN(0x616a3396, 0xdf0d36b5),
    +     TOBN(0xa1ebb3c8, 0x26b1ff7e), TOBN(0x635b9485, 0x140ad453),
    +     TOBN(0x92bf3cda, 0xda430c0b), TOBN(0x4702850e, 0x3a96dac6),
    +     TOBN(0xc91cf0a5, 0x15ac326a), TOBN(0x95de4f49, 0xab8c25e4),
    +     TOBN(0xb01bad09, 0xe265c17c), TOBN(0x24e45464, 0x087b3881),
    +     TOBN(0xd43e583c, 0xe1fac5ca), TOBN(0xe17cb318, 0x6ead97a6),
    +     TOBN(0x6cc39243, 0x74dcec46), TOBN(0x33cfc02d, 0x54c2b73f),
    +     TOBN(0x82917844, 0xf26cd99c), TOBN(0x8819dd95, 0xd1773f89),
    +     TOBN(0x09572aa6, 0x0871f427), TOBN(0x8e0cf365, 0xf6f01c34),
    +     TOBN(0x7fa52988, 0xbff1f5af), TOBN(0x4eb357ea, 0xe75e8e50),
    +     TOBN(0xd9d0c8c4, 0x868af75d), TOBN(0xd7325cff, 0x45c8c7ea),
    +     TOBN(0xab471996, 0xcc81ecb0), TOBN(0xff5d55f3, 0x611824ed),
    +     TOBN(0xbe314541, 0x1977a0ee), TOBN(0x5085c4c5, 0x722038c6),
    +     TOBN(0x2d5335bf, 0xf94bb495), TOBN(0x894ad8a6, 0xc8e2a082),
    +     TOBN(0x5c3e2341, 0xada35438), TOBN(0xf4a9fc89, 0x049b8c4e),
    +     TOBN(0xbeeb355a, 0x9f17cf34), TOBN(0x3f311e0e, 0x6c91fe10),
    +     TOBN(0xc2d20038, 0x92ab9891), TOBN(0x257bdcc1, 0x3e8ce9a9),
    +     TOBN(0x1b2d9789, 0x88c53bee), TOBN(0x927ce89a, 0xcdba143a),
    +     TOBN(0xb0a32cca, 0x523db280), TOBN(0x5c889f8a, 0x50d43783),
    +     TOBN(0x503e04b3, 0x4897d16f), TOBN(0x8cdb6e78, 0x08f5f2e8),
    +     TOBN(0x6ab91cf0, 0x179c8e74), TOBN(0xd8874e52, 0x48211d60),
    +     TOBN(0xf948d4d5, 0xea851200), TOBN(0x4076d41e, 0xe6f9840a),
    +     TOBN(0xc20e263c, 0x47b517ea), TOBN(0x79a448fd, 0x30685e5e),
    +     TOBN(0xe55f6f78, 0xf90631a0), TOBN(0x88a790b1, 0xa79e6346),
    +     TOBN(0x62160c7d, 0x80969fe8), TOBN(0x54f92fd4, 0x41491bb9),
    +     TOBN(0xa6645c23, 0x5c957526), TOBN(0xf44cc5ae, 0xbea3ce7b),
    +     TOBN(0xf7628327, 0x8b1e68b7), TOBN(0xc731ad7a, 0x303f29d3),
    +     TOBN(0xfe5a9ca9, 0x57d03ecb), TOBN(0x96c0d50c, 0x41bc97a7),
    +     TOBN(0xc4669fe7, 0x9b4f7f24), TOBN(0xfdd781d8, 0x3d9967ef),
    +     TOBN(0x7892c7c3, 0x5d2c208d), TOBN(0x8bf64f7c, 0xae545cb3),
    +     TOBN(0xc01f862c, 0x467be912), TOBN(0xf4c85ee9, 0xc73d30cc),
    +     TOBN(0x1fa6f4be, 0x6ab83ec7), TOBN(0xa07a3c1c, 0x4e3e3cf9),
    +     TOBN(0x87f8ef45, 0x0c00beb3), TOBN(0x30e2c2b3, 0x000d4c3e),
    +     TOBN(0x1aa00b94, 0xfe08bf5b), TOBN(0x32c133aa, 0x9224ef52),
    +     TOBN(0x38df16bb, 0x32e5685d), TOBN(0x68a9e069, 0x58e6f544),
    +     TOBN(0x495aaff7, 0xcdc5ebc6), TOBN(0xf894a645, 0x378b135f),
    +     TOBN(0xf316350a, 0x09e27ecf), TOBN(0xeced201e, 0x58f7179d),
    +     TOBN(0x2eec273c, 0xe97861ba), TOBN(0x47ec2cae, 0xd693be2e),
    +     TOBN(0xfa4c97c4, 0xf68367ce), TOBN(0xe4f47d0b, 0xbe5a5755),
    +     TOBN(0x17de815d, 0xb298a979), TOBN(0xd7eca659, 0xc177dc7d),
    +     TOBN(0x20fdbb71, 0x49ded0a3), TOBN(0x4cb2aad4, 0xfb34d3c5),
    +     TOBN(0x2cf31d28, 0x60858a33), TOBN(0x3b6873ef, 0xa24aa40f),
    +     TOBN(0x540234b2, 0x2c11bb37), TOBN(0x2d0366dd, 0xed4c74a3),
    +     TOBN(0xf9a968da, 0xeec5f25d), TOBN(0x36601068, 0x67b63142),
    +     TOBN(0x07cd6d2c, 0x68d7b6d4), TOBN(0xa8f74f09, 0x0c842942),
    +     TOBN(0xe2751404, 0x7768b1ee), TOBN(0x4b5f7e89, 0xfe62aee4),
    +     TOBN(0xc6a77177, 0x89070d26), TOBN(0xa1f28e4e, 0xdd1c8bc7),
    +     TOBN(0xea5f4f06, 0x469e1f17), TOBN(0x78fc242a, 0xfbdb78e0),
    +     TOBN(0xc9c7c592, 0x8b0588f1), TOBN(0xb6b7a0fd, 0x1535921e),
    +     TOBN(0xcc5bdb91, 0xbde5ae35), TOBN(0xb42c485e, 0x12ff1864),
    +     TOBN(0xa1113e13, 0xdbab98aa), TOBN(0xde9d469b, 0xa17b1024),
    +     TOBN(0x23f48b37, 0xc0462d3a), TOBN(0x3752e537, 0x7c5c078d),
    +     TOBN(0xe3a86add, 0x15544eb9), TOBN(0xf013aea7, 0x80fba279),
    +     TOBN(0x8b5bb76c, 0xf22001b5), TOBN(0xe617ba14, 0xf02891ab),
    +     TOBN(0xd39182a6, 0x936219d3), TOBN(0x5ce1f194, 0xae51cb19),
    +     TOBN(0xc78f8598, 0xbf07a74c), TOBN(0x6d7158f2, 0x22cbf1bc),
    +     TOBN(0x3b846b21, 0xe300ce18), TOBN(0x35fba630, 0x2d11275d),
    +     TOBN(0x5fe25c36, 0xa0239b9b), TOBN(0xd8beb35d, 0xdf05d940),
    +     TOBN(0x4db02bb0, 0x1f7e320d), TOBN(0x0641c364, 0x6da320ea),
    +     TOBN(0x6d95fa5d, 0x821389a3), TOBN(0x92699748, 0x8fcd8e3d),
    +     TOBN(0x316fef17, 0xceb6c143), TOBN(0x67fcb841, 0xd933762b),
    +     TOBN(0xbb837e35, 0x118b17f8), TOBN(0x4b92552f, 0x9fd24821),
    +     TOBN(0xae6bc70e, 0x46aca793), TOBN(0x1cf0b0e4, 0xe579311b),
    +     TOBN(0x8dc631be, 0x5802f716), TOBN(0x099bdc6f, 0xbddbee4d),
    +     TOBN(0xcc352bb2, 0x0caf8b05), TOBN(0xf74d505a, 0x72d63df2),
    +     TOBN(0xb9876d4b, 0x91c4f408), TOBN(0x1ce18473, 0x9e229b2d),
    +     TOBN(0x49507597, 0x83abdb4a), TOBN(0x850fbcb6, 0xdee84b18),
    +     TOBN(0x6325236e, 0x609e67dc), TOBN(0x04d831d9, 0x9336c6d8),
    +     TOBN(0x8deaae3b, 0xfa12d45d), TOBN(0xe425f8ce, 0x4746e246),
    +     TOBN(0x8004c175, 0x24f5f31e), TOBN(0xaca16d8f, 0xad62c3b7),
    +     TOBN(0x0dc15a6a, 0x9152f934), TOBN(0xf1235e5d, 0xed0e12c1),
    +     TOBN(0xc33c06ec, 0xda477dac), TOBN(0x76be8732, 0xb2ea0006),
    +     TOBN(0xcf3f7831, 0x0c0cd313), TOBN(0x3c524553, 0xa614260d),
    +     TOBN(0x31a756f8, 0xcab22d15), TOBN(0x03ee10d1, 0x77827a20),
    +     TOBN(0xd1e059b2, 0x1994ef20), TOBN(0x2a653b69, 0x638ae318),
    +     TOBN(0x70d5eb58, 0x2f699010), TOBN(0x279739f7, 0x09f5f84a),
    +     TOBN(0x5da4663c, 0x8b799336), TOBN(0xfdfdf14d, 0x203c37eb),
    +     TOBN(0x32d8a9dc, 0xa1dbfb2d), TOBN(0xab40cff0, 0x77d48f9b),
    +     TOBN(0xc018b383, 0xd20b42d5), TOBN(0xf9a810ef, 0x9f78845f),
    +     TOBN(0x40af3753, 0xbdba9df0), TOBN(0xb90bdcfc, 0x131dfdf9),
    +     TOBN(0x18720591, 0xf01ab782), TOBN(0xc823f211, 0x6af12a88),
    +     TOBN(0xa51b80f3, 0x0dc14401), TOBN(0xde248f77, 0xfb2dfbe3),
    +     TOBN(0xef5a44e5, 0x0cafe751), TOBN(0x73997c9c, 0xd4dcd221),
    +     TOBN(0x32fd86d1, 0xde854024), TOBN(0xd5b53adc, 0xa09b84bb),
    +     TOBN(0x008d7a11, 0xdcedd8d1), TOBN(0x406bd1c8, 0x74b32c84),
    +     TOBN(0x5d4472ff, 0x05dde8b1), TOBN(0x2e25f2cd, 0xfce2b32f),
    +     TOBN(0xbec0dd5e, 0x29dfc254), TOBN(0x4455fcf6, 0x2b98b267),
    +     TOBN(0x0b4d43a5, 0xc72df2ad), TOBN(0xea70e6be, 0x48a75397),
    +     TOBN(0x2aad6169, 0x5820f3bf), TOBN(0xf410d2dd, 0x9e37f68f),
    +     TOBN(0x70fb7dba, 0x7be5ac83), TOBN(0x636bb645, 0x36ec3eec),
    +     TOBN(0x27104ea3, 0x9754e21c), TOBN(0xbc87a3e6, 0x8d63c373),
    +     TOBN(0x483351d7, 0x4109db9a), TOBN(0x0fa724e3, 0x60134da7),
    +     TOBN(0x9ff44c29, 0xb0720b16), TOBN(0x2dd0cf13, 0x06aceead),
    +     TOBN(0x5942758c, 0xe26929a6), TOBN(0x96c5db92, 0xb766a92b),
    +     TOBN(0xcec7d4c0, 0x5f18395e), TOBN(0xd3f22744, 0x1f80d032),
    +     TOBN(0x7a68b37a, 0xcb86075b), TOBN(0x074764dd, 0xafef92db),
    +     TOBN(0xded1e950, 0x7bc7f389), TOBN(0xc580c850, 0xb9756460),
    +     TOBN(0xaeeec2a4, 0x7da48157), TOBN(0x3f0b4e7f, 0x82c587b3),
    +     TOBN(0x231c6de8, 0xa9f19c53), TOBN(0x5717bd73, 0x6974e34e),
    +     TOBN(0xd9e1d216, 0xf1508fa9), TOBN(0x9f112361, 0xdadaa124),
    +     TOBN(0x80145e31, 0x823b7348), TOBN(0x4dd8f0d5, 0xac634069),
    +     TOBN(0xe3d82fc7, 0x2297c258), TOBN(0x276fcfee, 0x9cee7431),
    +     TOBN(0x8eb61b5e, 0x2bc0aea9), TOBN(0x4f668fd5, 0xde329431),
    +     TOBN(0x03a32ab1, 0x38e4b87e), TOBN(0xe1374517, 0x73d0ef0b),
    +     TOBN(0x1a46f7e6, 0x853ac983), TOBN(0xc3bdf42e, 0x68e78a57),
    +     TOBN(0xacf20785, 0x2ea96dd1), TOBN(0xa10649b9, 0xf1638460),
    +     TOBN(0xf2369f0b, 0x879fbbed), TOBN(0x0ff0ae86, 0xda9d1869),
    +     TOBN(0x5251d759, 0x56766f45), TOBN(0x4984d8c0, 0x2be8d0fc),
    +     TOBN(0x7ecc95a6, 0xd21008f0), TOBN(0x29bd54a0, 0x3a1a1c49),
    +     TOBN(0xab9828c5, 0xd26c50f3), TOBN(0x32c0087c, 0x51d0d251),
    +     TOBN(0x9bac3ce6, 0x0c1cdb26), TOBN(0xcd94d947, 0x557ca205),
    +     TOBN(0x1b1bd598, 0x9db1fdcd), TOBN(0x0eda0108, 0xa3d8b149),
    +     TOBN(0x95066610, 0x56152fcc), TOBN(0xc2f037e6, 0xe7192b33),
    +     TOBN(0xdeffb41a, 0xc92e05a4), TOBN(0x1105f6c2, 0xc2f6c62e),
    +     TOBN(0x68e73500, 0x8733913c), TOBN(0xcce86163, 0x3f3adc40),
    +     TOBN(0xf407a942, 0x38a278e9), TOBN(0xd13c1b9d, 0x2ab21292),
    +     TOBN(0x93ed7ec7, 0x1c74cf5c), TOBN(0x8887dc48, 0xf1a4c1b4),
    +     TOBN(0x3830ff30, 0x4b3a11f1), TOBN(0x358c5a3c, 0x58937cb6),
    +     TOBN(0x027dc404, 0x89022829), TOBN(0x40e93977, 0x3b798f79),
    +     TOBN(0x90ad3337, 0x38be6ead), TOBN(0x9c23f6bc, 0xf34c0a5d),
    +     TOBN(0xd1711a35, 0xfbffd8bb), TOBN(0x60fcfb49, 0x1949d3dd),
    +     TOBN(0x09c8ef4b, 0x7825d93a), TOBN(0x24233cff, 0xa0a8c968),
    +     TOBN(0x67ade46c, 0xe6d982af), TOBN(0xebb6bf3e, 0xe7544d7c),
    +     TOBN(0xd6b9ba76, 0x3d8bd087), TOBN(0x46fe382d, 0x4dc61280),
    +     TOBN(0xbd39a7e8, 0xb5bdbd75), TOBN(0xab381331, 0xb8f228fe),
    +     TOBN(0x0709a77c, 0xce1c4300), TOBN(0x6a247e56, 0xf337ceac),
    +     TOBN(0x8f34f21b, 0x636288be), TOBN(0x9dfdca74, 0xc8a7c305),
    +     TOBN(0x6decfd1b, 0xea919e04), TOBN(0xcdf2688d, 0x8e1991f8),
    +     TOBN(0xe607df44, 0xd0f8a67e), TOBN(0xd985df4b, 0x0b58d010),
    +     TOBN(0x57f834c5, 0x0c24f8f4), TOBN(0xe976ef56, 0xa0bf01ae),
    +     TOBN(0x536395ac, 0xa1c32373), TOBN(0x351027aa, 0x734c0a13),
    +     TOBN(0xd2f1b5d6, 0x5e6bd5bc), TOBN(0x2b539e24, 0x223debed),
    +     TOBN(0xd4994cec, 0x0eaa1d71), TOBN(0x2a83381d, 0x661dcf65),
    +     TOBN(0x5f1aed2f, 0x7b54c740), TOBN(0x0bea3fa5, 0xd6dda5ee),
    +     TOBN(0x9d4fb684, 0x36cc6134), TOBN(0x8eb9bbf3, 0xc0a443dd),
    +     TOBN(0xfc500e2e, 0x383b7d2a), TOBN(0x7aad621c, 0x5b775257),
    +     TOBN(0x69284d74, 0x0a8f7cc0), TOBN(0xe820c2ce, 0x07562d65),
    +     TOBN(0xbf9531b9, 0x499758ee), TOBN(0x73e95ca5, 0x6ee0cc2d),
    +     TOBN(0xf61790ab, 0xfbaf50a5), TOBN(0xdf55e76b, 0x684e0750),
    +     TOBN(0xec516da7, 0xf176b005), TOBN(0x575553bb, 0x7a2dddc7),
    +     TOBN(0x37c87ca3, 0x553afa73), TOBN(0x315f3ffc, 0x4d55c251),
    +     TOBN(0xe846442a, 0xaf3e5d35), TOBN(0x61b91149, 0x6495ff28),
    +     TOBN(0x23cc95d3, 0xfa326dc3), TOBN(0x1df4da1f, 0x18fc2cea),
    +     TOBN(0x24bf9adc, 0xd0a37d59), TOBN(0xb6710053, 0x320d6e1e),
    +     TOBN(0x96f9667e, 0x618344d1), TOBN(0xcc7ce042, 0xa06445af),
    +     TOBN(0xa02d8514, 0xd68dbc3a), TOBN(0x4ea109e4, 0x280b5a5b),
    +     TOBN(0x5741a7ac, 0xb40961bf), TOBN(0x4ada5937, 0x6aa56bfa),
    +     TOBN(0x7feb9145, 0x02b765d1), TOBN(0x561e97be, 0xe6ad1582),
    +     TOBN(0xbbc4a5b6, 0xda3982f5), TOBN(0x0c2659ed, 0xb546f468),
    +     TOBN(0xb8e7e6aa, 0x59612d20), TOBN(0xd83dfe20, 0xac19e8e0),
    +     TOBN(0x8530c45f, 0xb835398c), TOBN(0x6106a8bf, 0xb38a41c2),
    +     TOBN(0x21e8f9a6, 0x35f5dcdb), TOBN(0x39707137, 0xcae498ed),
    +     TOBN(0x70c23834, 0xd8249f00), TOBN(0x9f14b58f, 0xab2537a0),
    +     TOBN(0xd043c365, 0x5f61c0c2), TOBN(0xdc5926d6, 0x09a194a7),
    +     TOBN(0xddec0339, 0x8e77738a), TOBN(0xd07a63ef, 0xfba46426),
    +     TOBN(0x2e58e79c, 0xee7f6e86), TOBN(0xe59b0459, 0xff32d241),
    +     TOBN(0xc5ec84e5, 0x20fa0338), TOBN(0x97939ac8, 0xeaff5ace),
    +     TOBN(0x0310a4e3, 0xb4a38313), TOBN(0x9115fba2, 0x8f9d9885),
    +     TOBN(0x8dd710c2, 0x5fadf8c3), TOBN(0x66be38a2, 0xce19c0e2),
    +     TOBN(0xd42a279c, 0x4cfe5022), TOBN(0x597bb530, 0x0e24e1b8),
    +     TOBN(0x3cde86b7, 0xc153ca7f), TOBN(0xa8d30fb3, 0x707d63bd),
    +     TOBN(0xac905f92, 0xbd60d21e), TOBN(0x98e7ffb6, 0x7b9a54ab),
    +     TOBN(0xd7147df8, 0xe9726a30), TOBN(0xb5e216ff, 0xafce3533),
    +     TOBN(0xb550b799, 0x2ff1ec40), TOBN(0x6b613b87, 0xa1e953fd),
    +     TOBN(0x87b88dba, 0x792d5610), TOBN(0x2ee1270a, 0xa190fbe1),
    +     TOBN(0x02f4e2dc, 0x2ef581da), TOBN(0x016530e4, 0xeff82a95),
    +     TOBN(0xcbb93dfd, 0x8fd6ee89), TOBN(0x16d3d986, 0x46848fff),
    +     TOBN(0x600eff24, 0x1da47adf), TOBN(0x1b9754a0, 0x0ad47a71),
    +     TOBN(0x8f9266df, 0x70c33b98), TOBN(0xaadc87ae, 0xdf34186e),
    +     TOBN(0x0d2ce8e1, 0x4ad24132), TOBN(0x8a47cbfc, 0x19946eba),
    +     TOBN(0x47feeb66, 0x62b5f3af), TOBN(0xcefab561, 0x0abb3734),
    +     TOBN(0x449de60e, 0x19f35cb1), TOBN(0x39f8db14, 0x157f0eb9),
    +     TOBN(0xffaecc5b, 0x3c61bfd6), TOBN(0xa5a4d41d, 0x41216703),
    +     TOBN(0x7f8fabed, 0x224e1cc2), TOBN(0x0d5a8186, 0x871ad953),
    +     TOBN(0xf10774f7, 0xd22da9a9), TOBN(0x45b8a678, 0xcc8a9b0d),
    +     TOBN(0xd9c2e722, 0xbdc32cff), TOBN(0xbf71b5f5, 0x337202a5),
    +     TOBN(0x95c57f2f, 0x69fc4db9), TOBN(0xb6dad34c, 0x765d01e1),
    +     TOBN(0x7e0bd13f, 0xcb904635), TOBN(0x61751253, 0x763a588c),
    +     TOBN(0xd85c2997, 0x81af2c2d), TOBN(0xc0f7d9c4, 0x81b9d7da),
    +     TOBN(0x838a34ae, 0x08533e8d), TOBN(0x15c4cb08, 0x311d8311),
    +     TOBN(0x97f83285, 0x8e121e14), TOBN(0xeea7dc1e, 0x85000a5f),
    +     TOBN(0x0c6059b6, 0x5d256274), TOBN(0xec9beace, 0xb95075c0),
    +     TOBN(0x173daad7, 0x1df97828), TOBN(0xbf851cb5, 0xa8937877),
    +     TOBN(0xb083c594, 0x01646f3c), TOBN(0x3bad30cf, 0x50c6d352),
    +     TOBN(0xfeb2b202, 0x496bbcea), TOBN(0x3cf9fd4f, 0x18a1e8ba),
    +     TOBN(0xd26de7ff, 0x1c066029), TOBN(0x39c81e9e, 0x4e9ed4f8),
    +     TOBN(0xd8be0cb9, 0x7b390d35), TOBN(0x01df2bbd, 0x964aab27),
    +     TOBN(0x3e8c1a65, 0xc3ef64f8), TOBN(0x567291d1, 0x716ed1dd),
    +     TOBN(0x95499c6c, 0x5f5406d3), TOBN(0x71fdda39, 0x5ba8e23f),
    +     TOBN(0xcfeb320e, 0xd5096ece), TOBN(0xbe7ba92b, 0xca66dd16),
    +     TOBN(0x4608d36b, 0xc6fb5a7d), TOBN(0xe3eea15a, 0x6d2dd0e0),
    +     TOBN(0x75b0a3eb, 0x8f97a36a), TOBN(0xf59814cc, 0x1c83de1e),
    +     TOBN(0x56c9c5b0, 0x1c33c23f), TOBN(0xa96c1da4, 0x6faa4136),
    +     TOBN(0x46bf2074, 0xde316551), TOBN(0x3b866e7b, 0x1f756c8f),
    +     TOBN(0x727727d8, 0x1495ed6b), TOBN(0xb2394243, 0xb682dce7),
    +     TOBN(0x8ab8454e, 0x758610f3), TOBN(0xc243ce84, 0x857d72a4),
    +     TOBN(0x7b320d71, 0xdbbf370f), TOBN(0xff9afa37, 0x78e0f7ca),
    +     TOBN(0x0119d1e0, 0xea7b523f), TOBN(0xb997f8cb, 0x058c7d42),
    +     TOBN(0x285bcd2a, 0x37bbb184), TOBN(0x51dcec49, 0xa45d1fa6),
    +     TOBN(0x6ade3b64, 0xe29634cb), TOBN(0x080c94a7, 0x26b86ef1),
    +     TOBN(0xba583db1, 0x2283fbe3), TOBN(0x902bddc8, 0x5a9315ed),
    +     TOBN(0x07c1ccb3, 0x86964bec), TOBN(0x78f4eacf, 0xb6258301),
    +     TOBN(0x4bdf3a49, 0x56f90823), TOBN(0xba0f5080, 0x741d777b),
    +     TOBN(0x091d71c3, 0xf38bf760), TOBN(0x9633d50f, 0x9b625b02),
    +     TOBN(0x03ecb743, 0xb8c9de61), TOBN(0xb4751254, 0x5de74720),
    +     TOBN(0x9f9defc9, 0x74ce1cb2), TOBN(0x774a4f6a, 0x00bd32ef),
    +     TOBN(0xaca385f7, 0x73848f22), TOBN(0x53dad716, 0xf3f8558e),
    +     TOBN(0xab7b34b0, 0x93c471f9), TOBN(0xf530e069, 0x19644bc7),
    +     TOBN(0x3d9fb1ff, 0xdd59d31a), TOBN(0x4382e0df, 0x08daa795),
    +     TOBN(0x165c6f4b, 0xd5cc88d7), TOBN(0xeaa392d5, 0x4a18c900),
    +     TOBN(0x94203c67, 0x648024ee), TOBN(0x188763f2, 0x8c2fabcd),
    +     TOBN(0xa80f87ac, 0xbbaec835), TOBN(0x632c96e0, 0xf29d8d54),
    +     TOBN(0x29b0a60e, 0x4c00a95e), TOBN(0x2ef17f40, 0xe011e9fa),
    +     TOBN(0xf6c0e1d1, 0x15b77223), TOBN(0xaaec2c62, 0x14b04e32),
    +     TOBN(0xd35688d8, 0x3d84e58c), TOBN(0x2af5094c, 0x958571db),
    +     TOBN(0x4fff7e19, 0x760682a6), TOBN(0x4cb27077, 0xe39a407c),
    +     TOBN(0x0f59c547, 0x4ff0e321), TOBN(0x169f34a6, 0x1b34c8ff),
    +     TOBN(0x2bff1096, 0x52bc1ba7), TOBN(0xa25423b7, 0x83583544),
    +     TOBN(0x5d55d5d5, 0x0ac8b782), TOBN(0xff6622ec, 0x2db3c892),
    +     TOBN(0x48fce741, 0x6b8bb642), TOBN(0x31d6998c, 0x69d7e3dc),
    +     TOBN(0xdbaf8004, 0xcadcaed0), TOBN(0x801b0142, 0xd81d053c),
    +     TOBN(0x94b189fc, 0x59630ec6), TOBN(0x120e9934, 0xaf762c8e),
    +     TOBN(0x53a29aa4, 0xfdc6a404), TOBN(0x19d8e01e, 0xa1909948),
    +     TOBN(0x3cfcabf1, 0xd7e89681), TOBN(0x3321a50d, 0x4e132d37),
    +     TOBN(0xd0496863, 0xe9a86111), TOBN(0x8c0cde61, 0x06a3bc65),
    +     TOBN(0xaf866c49, 0xfc9f8eef), TOBN(0x2066350e, 0xff7f5141),
    +     TOBN(0x4f8a4689, 0xe56ddfbd), TOBN(0xea1b0c07, 0xfe32983a),
    +     TOBN(0x2b317462, 0x873cb8cb), TOBN(0x658deddc, 0x2d93229f),
    +     TOBN(0x65efaf4d, 0x0f64ef58), TOBN(0xfe43287d, 0x730cc7a8),
    +     TOBN(0xaebc0c72, 0x3d047d70), TOBN(0x92efa539, 0xd92d26c9),
    +     TOBN(0x06e78457, 0x94b56526), TOBN(0x415cb80f, 0x0961002d),
    +     TOBN(0x89e5c565, 0x76dcb10f), TOBN(0x8bbb6982, 0xff9259fe),
    +     TOBN(0x4fe8795b, 0x9abc2668), TOBN(0xb5d4f534, 0x1e678fb1),
    +     TOBN(0x6601f3be, 0x7b7da2b9), TOBN(0x98da59e2, 0xa13d6805),
    +     TOBN(0x190d8ea6, 0x01799a52), TOBN(0xa20cec41, 0xb86d2952),
    +     TOBN(0x3062ffb2, 0x7fff2a7c), TOBN(0x741b32e5, 0x79f19d37),
    +     TOBN(0xf80d8181, 0x4eb57d47), TOBN(0x7a2d0ed4, 0x16aef06b),
    +     TOBN(0x09735fb0, 0x1cecb588), TOBN(0x1641caaa, 0xc6061f5b)}
    +    ,
    +    {TOBN(0x7f99824f, 0x20151427), TOBN(0x206828b6, 0x92430206),
    +     TOBN(0xaa9097d7, 0xe1112357), TOBN(0xacf9a2f2, 0x09e414ec),
    +     TOBN(0xdbdac9da, 0x27915356), TOBN(0x7e0734b7, 0x001efee3),
    +     TOBN(0x54fab5bb, 0xd2b288e2), TOBN(0x4c630fc4, 0xf62dd09c),
    +     TOBN(0x8537107a, 0x1ac2703b), TOBN(0xb49258d8, 0x6bc857b5),
    +     TOBN(0x57df14de, 0xbcdaccd1), TOBN(0x24ab68d7, 0xc4ae8529),
    +     TOBN(0x7ed8b5d4, 0x734e59d0), TOBN(0x5f8740c8, 0xc495cc80),
    +     TOBN(0x84aedd5a, 0x291db9b3), TOBN(0x80b360f8, 0x4fb995be),
    +     TOBN(0xae915f5d, 0x5fa067d1), TOBN(0x4134b57f, 0x9668960c),
    +     TOBN(0xbd3656d6, 0xa48edaac), TOBN(0xdac1e3e4, 0xfc1d7436),
    +     TOBN(0x674ff869, 0xd81fbb26), TOBN(0x449ed3ec, 0xb26c33d4),
    +     TOBN(0x85138705, 0xd94203e8), TOBN(0xccde538b, 0xbeeb6f4a),
    +     TOBN(0x55d5c68d, 0xa61a76fa), TOBN(0x598b441d, 0xca1554dc),
    +     TOBN(0xd39923b9, 0x773b279c), TOBN(0x33331d3c, 0x36bf9efc),
    +     TOBN(0x2d4c848e, 0x298de399), TOBN(0xcfdb8e77, 0xa1a27f56),
    +     TOBN(0x94c855ea, 0x57b8ab70), TOBN(0xdcdb9dae, 0x6f7879ba),
    +     TOBN(0x7bdff8c2, 0x019f2a59), TOBN(0xb3ce5bb3, 0xcb4fbc74),
    +     TOBN(0xea907f68, 0x8a9173dd), TOBN(0x6cd3d0d3, 0x95a75439),
    +     TOBN(0x92ecc4d6, 0xefed021c), TOBN(0x09a9f9b0, 0x6a77339a),
    +     TOBN(0x87ca6b15, 0x7188c64a), TOBN(0x10c29968, 0x44899158),
    +     TOBN(0x5859a229, 0xed6e82ef), TOBN(0x16f338e3, 0x65ebaf4e),
    +     TOBN(0x0cd31387, 0x5ead67ae), TOBN(0x1c73d228, 0x54ef0bb4),
    +     TOBN(0x4cb55131, 0x74a5c8c7), TOBN(0x01cd2970, 0x7f69ad6a),
    +     TOBN(0xa04d00dd, 0xe966f87e), TOBN(0xd96fe447, 0x0b7b0321),
    +     TOBN(0x342ac06e, 0x88fbd381), TOBN(0x02cd4a84, 0x5c35a493),
    +     TOBN(0xe8fa89de, 0x54f1bbcd), TOBN(0x341d6367, 0x2575ed4c),
    +     TOBN(0xebe357fb, 0xd238202b), TOBN(0x600b4d1a, 0xa984ead9),
    +     TOBN(0xc35c9f44, 0x52436ea0), TOBN(0x96fe0a39, 0xa370751b),
    +     TOBN(0x4c4f0736, 0x7f636a38), TOBN(0x9f943fb7, 0x0e76d5cb),
    +     TOBN(0xb03510ba, 0xa8b68b8b), TOBN(0xc246780a, 0x9ed07a1f),
    +     TOBN(0x3c051415, 0x6d549fc2), TOBN(0xc2953f31, 0x607781ca),
    +     TOBN(0x955e2c69, 0xd8d95413), TOBN(0xb300fadc, 0x7bd282e3),
    +     TOBN(0x81fe7b50, 0x87e9189f), TOBN(0xdb17375c, 0xf42dda27),
    +     TOBN(0x22f7d896, 0xcf0a5904), TOBN(0xa0e57c5a, 0xebe348e6),
    +     TOBN(0xa61011d3, 0xf40e3c80), TOBN(0xb1189321, 0x8db705c5),
    +     TOBN(0x4ed9309e, 0x50fedec3), TOBN(0xdcf14a10, 0x4d6d5c1d),
    +     TOBN(0x056c265b, 0x55691342), TOBN(0xe8e08504, 0x91049dc7),
    +     TOBN(0x131329f5, 0xc9bae20a), TOBN(0x96c8b3e8, 0xd9dccdb4),
    +     TOBN(0x8c5ff838, 0xfb4ee6b4), TOBN(0xfc5a9aeb, 0x41e8ccf0),
    +     TOBN(0x7417b764, 0xfae050c6), TOBN(0x0953c3d7, 0x00452080),
    +     TOBN(0x21372682, 0x38dfe7e8), TOBN(0xea417e15, 0x2bb79d4b),
    +     TOBN(0x59641f1c, 0x76e7cf2d), TOBN(0x271e3059, 0xea0bcfcc),
    +     TOBN(0x624c7dfd, 0x7253ecbd), TOBN(0x2f552e25, 0x4fca6186),
    +     TOBN(0xcbf84ecd, 0x4d866e9c), TOBN(0x73967709, 0xf68d4610),
    +     TOBN(0xa14b1163, 0xc27901b4), TOBN(0xfd9236e0, 0x899b8bf3),
    +     TOBN(0x42b091ec, 0xcbc6da0a), TOBN(0xbb1dac6f, 0x5ad1d297),
    +     TOBN(0x80e61d53, 0xa91cf76e), TOBN(0x4110a412, 0xd31f1ee7),
    +     TOBN(0x2d87c3ba, 0x13efcf77), TOBN(0x1f374bb4, 0xdf450d76),
    +     TOBN(0x5e78e2f2, 0x0d188dab), TOBN(0xe3968ed0, 0xf4b885ef),
    +     TOBN(0x46c0568e, 0x7314570f), TOBN(0x31616338, 0x01170521),
    +     TOBN(0x18e1e7e2, 0x4f0c8afe), TOBN(0x4caa75ff, 0xdeea78da),
    +     TOBN(0x82db67f2, 0x7c5d8a51), TOBN(0x36a44d86, 0x6f505370),
    +     TOBN(0xd72c5bda, 0x0333974f), TOBN(0x5db516ae, 0x27a70146),
    +     TOBN(0x34705281, 0x210ef921), TOBN(0xbff17a8f, 0x0c9c38e5),
    +     TOBN(0x78f4814e, 0x12476da1), TOBN(0xc1e16613, 0x33c16980),
    +     TOBN(0x9e5b386f, 0x424d4bca), TOBN(0x4c274e87, 0xc85740de),
    +     TOBN(0xb6a9b88d, 0x6c2f5226), TOBN(0x14d1b944, 0x550d7ca8),
    +     TOBN(0x580c85fc, 0x1fc41709), TOBN(0xc1da368b, 0x54c6d519),
    +     TOBN(0x2b0785ce, 0xd5113cf7), TOBN(0x0670f633, 0x5a34708f),
    +     TOBN(0x46e23767, 0x15cc3f88), TOBN(0x1b480cfa, 0x50c72c8f),
    +     TOBN(0x20288602, 0x4147519a), TOBN(0xd0981eac, 0x26b372f0),
    +     TOBN(0xa9d4a7ca, 0xa785ebc8), TOBN(0xd953c50d, 0xdbdf58e9),
    +     TOBN(0x9d6361cc, 0xfd590f8f), TOBN(0x72e9626b, 0x44e6c917),
    +     TOBN(0x7fd96110, 0x22eb64cf), TOBN(0x863ebb7e, 0x9eb288f3),
    +     TOBN(0x6e6ab761, 0x6aca8ee7), TOBN(0x97d10b39, 0xd7b40358),
    +     TOBN(0x1687d377, 0x1e5feb0d), TOBN(0xc83e50e4, 0x8265a27a),
    +     TOBN(0x8f75a9fe, 0xc954b313), TOBN(0xcc2e8f47, 0x310d1f61),
    +     TOBN(0xf5ba81c5, 0x6557d0e0), TOBN(0x25f9680c, 0x3eaf6207),
    +     TOBN(0xf95c6609, 0x4354080b), TOBN(0x5225bfa5, 0x7bf2fe1c),
    +     TOBN(0xc5c004e2, 0x5c7d98fa), TOBN(0x3561bf1c, 0x019aaf60),
    +     TOBN(0x5e6f9f17, 0xba151474), TOBN(0xdec2f934, 0xb04f6eca),
    +     TOBN(0x64e368a1, 0x269acb1e), TOBN(0x1332d9e4, 0x0cdda493),
    +     TOBN(0x60d6cf69, 0xdf23de05), TOBN(0x66d17da2, 0x009339a0),
    +     TOBN(0x9fcac985, 0x0a693923), TOBN(0xbcf057fc, 0xed7c6a6d),
    +     TOBN(0xc3c5c8c5, 0xf0b5662c), TOBN(0x25318dd8, 0xdcba4f24),
    +     TOBN(0x60e8cb75, 0x082b69ff), TOBN(0x7c23b3ee, 0x1e728c01),
    +     TOBN(0x15e10a0a, 0x097e4403), TOBN(0xcb3d0a86, 0x19854665),
    +     TOBN(0x88d8e211, 0xd67d4826), TOBN(0xb39af66e, 0x0b9d2839),
    +     TOBN(0xa5f94588, 0xbd475ca8), TOBN(0xe06b7966, 0xc077b80b),
    +     TOBN(0xfedb1485, 0xda27c26c), TOBN(0xd290d33a, 0xfe0fd5e0),
    +     TOBN(0xa40bcc47, 0xf34fb0fa), TOBN(0xb4760cc8, 0x1fb1ab09),
    +     TOBN(0x8fca0993, 0xa273bfe3), TOBN(0x13e4fe07, 0xf70b213c),
    +     TOBN(0x3bcdb992, 0xfdb05163), TOBN(0x8c484b11, 0x0c2b19b6),
    +     TOBN(0x1acb815f, 0xaaf2e3e2), TOBN(0xc6905935, 0xb89ff1b4),
    +     TOBN(0xb2ad6f9d, 0x586e74e1), TOBN(0x488883ad, 0x67b80484),
    +     TOBN(0x758aa2c7, 0x369c3ddb), TOBN(0x8ab74e69, 0x9f9afd31),
    +     TOBN(0x10fc2d28, 0x5e21beb1), TOBN(0x3484518a, 0x318c42f9),
    +     TOBN(0x377427dc, 0x53cf40c3), TOBN(0x9de0781a, 0x391bc1d9),
    +     TOBN(0x8faee858, 0x693807e1), TOBN(0xa3865327, 0x4e81ccc7),
    +     TOBN(0x02c30ff2, 0x6f835b84), TOBN(0xb604437b, 0x0d3d38d4),
    +     TOBN(0xb3fc8a98, 0x5ca1823d), TOBN(0xb82f7ec9, 0x03be0324),
    +     TOBN(0xee36d761, 0xcf684a33), TOBN(0x5a01df0e, 0x9f29bf7d),
    +     TOBN(0x686202f3, 0x1306583d), TOBN(0x05b10da0, 0x437c622e),
    +     TOBN(0xbf9aaa0f, 0x076a7bc8), TOBN(0x25e94efb, 0x8f8f4e43),
    +     TOBN(0x8a35c9b7, 0xfa3dc26d), TOBN(0xe0e5fb93, 0x96ff03c5),
    +     TOBN(0xa77e3843, 0xebc394ce), TOBN(0xcede6595, 0x8361de60),
    +     TOBN(0xd27c22f6, 0xa1993545), TOBN(0xab01cc36, 0x24d671ba),
    +     TOBN(0x63fa2877, 0xa169c28e), TOBN(0x925ef904, 0x2eb08376),
    +     TOBN(0x3b2fa3cf, 0x53aa0b32), TOBN(0xb27beb5b, 0x71c49d7a),
    +     TOBN(0xb60e1834, 0xd105e27f), TOBN(0xd6089788, 0x4f68570d),
    +     TOBN(0x23094ce0, 0xd6fbc2ac), TOBN(0x738037a1, 0x815ff551),
    +     TOBN(0xda73b1bb, 0x6bef119c), TOBN(0xdcf6c430, 0xeef506ba),
    +     TOBN(0x00e4fe7b, 0xe3ef104a), TOBN(0xebdd9a2c, 0x0a065628),
    +     TOBN(0x853a81c3, 0x8792043e), TOBN(0x22ad6ece, 0xb3b59108),
    +     TOBN(0x9fb813c0, 0x39cd297d), TOBN(0x8ec7e16e, 0x05bda5d9),
    +     TOBN(0x2834797c, 0x0d104b96), TOBN(0xcc11a2e7, 0x7c511510),
    +     TOBN(0x96ca5a53, 0x96ee6380), TOBN(0x054c8655, 0xcea38742),
    +     TOBN(0xb5946852, 0xd54dfa7d), TOBN(0x97c422e7, 0x1f4ab207),
    +     TOBN(0xbf907509, 0x0c22b540), TOBN(0x2cde42aa, 0xb7c267d4),
    +     TOBN(0xba18f9ed, 0x5ab0d693), TOBN(0x3ba62aa6, 0x6e4660d9),
    +     TOBN(0xb24bf97b, 0xab9ea96a), TOBN(0x5d039642, 0xe3b60e32),
    +     TOBN(0x4e6a4506, 0x7c4d9bd5), TOBN(0x666c5b9e, 0x7ed4a6a4),
    +     TOBN(0xfa3fdcd9, 0x8edbd7cc), TOBN(0x4660bb87, 0xc6ccd753),
    +     TOBN(0x9ae90820, 0x21e6b64f), TOBN(0x8a56a713, 0xb36bfb3f),
    +     TOBN(0xabfce096, 0x5726d47f), TOBN(0x9eed01b2, 0x0b1a9a7f),
    +     TOBN(0x30e9cad4, 0x4eb74a37), TOBN(0x7b2524cc, 0x53e9666d),
    +     TOBN(0x6a29683b, 0x8f4b002f), TOBN(0xc2200d7a, 0x41f4fc20),
    +     TOBN(0xcf3af47a, 0x3a338acc), TOBN(0x6539a4fb, 0xe7128975),
    +     TOBN(0xcec31c14, 0xc33c7fcf), TOBN(0x7eb6799b, 0xc7be322b),
    +     TOBN(0x119ef4e9, 0x6646f623), TOBN(0x7b7a26a5, 0x54d7299b),
    +     TOBN(0xcb37f08d, 0x403f46f2), TOBN(0x94b8fc43, 0x1a0ec0c7),
    +     TOBN(0xbb8514e3, 0xc332142f), TOBN(0xf3ed2c33, 0xe80d2a7a),
    +     TOBN(0x8d2080af, 0xb639126c), TOBN(0xf7b6be60, 0xe3553ade),
    +     TOBN(0x3950aa9f, 0x1c7e2b09), TOBN(0x847ff958, 0x6410f02b),
    +     TOBN(0x877b7cf5, 0x678a31b0), TOBN(0xd50301ae, 0x3998b620),
    +     TOBN(0x734257c5, 0xc00fb396), TOBN(0xf9fb18a0, 0x04e672a6),
    +     TOBN(0xff8bd8eb, 0xe8758851), TOBN(0x1e64e4c6, 0x5d99ba44),
    +     TOBN(0x4b8eaedf, 0x7dfd93b7), TOBN(0xba2f2a98, 0x04e76b8c),
    +     TOBN(0x7d790cba, 0xe8053433), TOBN(0xc8e725a0, 0x3d2c9585),
    +     TOBN(0x58c5c476, 0xcdd8f5ed), TOBN(0xd106b952, 0xefa9fe1d),
    +     TOBN(0x3c5c775b, 0x0eff13a9), TOBN(0x242442ba, 0xe057b930),
    +     TOBN(0xe9f458d4, 0xc9b70cbd), TOBN(0x69b71448, 0xa3cdb89a),
    +     TOBN(0x41ee46f6, 0x0e2ed742), TOBN(0x573f1045, 0x40067493),
    +     TOBN(0xb1e154ff, 0x9d54c304), TOBN(0x2ad0436a, 0x8d3a7502),
    +     TOBN(0xee4aaa2d, 0x431a8121), TOBN(0xcd38b3ab, 0x886f11ed),
    +     TOBN(0x57d49ea6, 0x034a0eb7), TOBN(0xd2b773bd, 0xf7e85e58),
    +     TOBN(0x4a559ac4, 0x9b5c1f14), TOBN(0xc444be1a, 0x3e54df2b),
    +     TOBN(0x13aad704, 0xeda41891), TOBN(0xcd927bec, 0x5eb5c788),
    +     TOBN(0xeb3c8516, 0xe48c8a34), TOBN(0x1b7ac812, 0x4b546669),
    +     TOBN(0x1815f896, 0x594df8ec), TOBN(0x87c6a79c, 0x79227865),
    +     TOBN(0xae02a2f0, 0x9b56ddbd), TOBN(0x1339b5ac, 0x8a2f1cf3),
    +     TOBN(0xf2b569c7, 0x839dff0d), TOBN(0xb0b9e864, 0xfee9a43d),
    +     TOBN(0x4ff8ca41, 0x77bb064e), TOBN(0x145a2812, 0xfd249f63),
    +     TOBN(0x3ab7beac, 0xf86f689a), TOBN(0x9bafec27, 0x01d35f5e),
    +     TOBN(0x28054c65, 0x4265aa91), TOBN(0xa4b18304, 0x035efe42),
    +     TOBN(0x6887b0e6, 0x9639dec7), TOBN(0xf4b8f6ad, 0x3d52aea5),
    +     TOBN(0xfb9293cc, 0x971a8a13), TOBN(0x3f159e5d, 0x4c934d07),
    +     TOBN(0x2c50e9b1, 0x09acbc29), TOBN(0x08eb65e6, 0x7154d129),
    +     TOBN(0x4feff589, 0x30b75c3e), TOBN(0x0bb82fe2, 0x94491c93),
    +     TOBN(0xd8ac377a, 0x89af62bb), TOBN(0xd7b51490, 0x9685e49f),
    +     TOBN(0xabca9a7b, 0x04497f19), TOBN(0x1b35ed0a, 0x1a7ad13f),
    +     TOBN(0x6b601e21, 0x3ec86ed6), TOBN(0xda91fcb9, 0xce0c76f1),
    +     TOBN(0x9e28507b, 0xd7ab27e1), TOBN(0x7c19a555, 0x63945b7b),
    +     TOBN(0x6b43f0a1, 0xaafc9827), TOBN(0x443b4fbd, 0x3aa55b91),
    +     TOBN(0x962b2e65, 0x6962c88f), TOBN(0x139da8d4, 0xce0db0ca),
    +     TOBN(0xb93f05dd, 0x1b8d6c4f), TOBN(0x779cdff7, 0x180b9824),
    +     TOBN(0xbba23fdd, 0xae57c7b7), TOBN(0x345342f2, 0x1b932522),
    +     TOBN(0xfd9c80fe, 0x556d4aa3), TOBN(0xa03907ba, 0x6525bb61),
    +     TOBN(0x38b010e1, 0xff218933), TOBN(0xc066b654, 0xaa52117b),
    +     TOBN(0x8e141920, 0x94f2e6ea), TOBN(0x66a27dca, 0x0d32f2b2),
    +     TOBN(0x69c7f993, 0x048b3717), TOBN(0xbf5a989a, 0xb178ae1c),
    +     TOBN(0x49fa9058, 0x564f1d6b), TOBN(0x27ec6e15, 0xd31fde4e),
    +     TOBN(0x4cce0373, 0x7276e7fc), TOBN(0x64086d79, 0x89d6bf02),
    +     TOBN(0x5a72f046, 0x4ccdd979), TOBN(0x909c3566, 0x47775631),
    +     TOBN(0x1c07bc6b, 0x75dd7125), TOBN(0xb4c6bc97, 0x87a0428d),
    +     TOBN(0x507ece52, 0xfdeb6b9d), TOBN(0xfca56512, 0xb2c95432),
    +     TOBN(0x15d97181, 0xd0e8bd06), TOBN(0x384dd317, 0xc6bb46ea),
    +     TOBN(0x5441ea20, 0x3952b624), TOBN(0xbcf70dee, 0x4e7dc2fb),
    +     TOBN(0x372b016e, 0x6628e8c3), TOBN(0x07a0d667, 0xb60a7522),
    +     TOBN(0xcf05751b, 0x0a344ee2), TOBN(0x0ec09a48, 0x118bdeec),
    +     TOBN(0x6e4b3d4e, 0xd83dce46), TOBN(0x43a6316d, 0x99d2fc6e),
    +     TOBN(0xa99d8989, 0x56cf044c), TOBN(0x7c7f4454, 0xae3e5fb7),
    +     TOBN(0xb2e6b121, 0xfbabbe92), TOBN(0x281850fb, 0xe1330076),
    +     TOBN(0x093581ec, 0x97890015), TOBN(0x69b1dded, 0x75ff77f5),
    +     TOBN(0x7cf0b18f, 0xab105105), TOBN(0x953ced31, 0xa89ccfef),
    +     TOBN(0x3151f85f, 0xeb914009), TOBN(0x3c9f1b87, 0x88ed48ad),
    +     TOBN(0xc9aba1a1, 0x4a7eadcb), TOBN(0x928e7501, 0x522e71cf),
    +     TOBN(0xeaede727, 0x3a2e4f83), TOBN(0x467e10d1, 0x1ce3bbd3),
    +     TOBN(0xf3442ac3, 0xb955dcf0), TOBN(0xba96307d, 0xd3d5e527),
    +     TOBN(0xf763a10e, 0xfd77f474), TOBN(0x5d744bd0, 0x6a6e1ff0),
    +     TOBN(0xd287282a, 0xa777899e), TOBN(0xe20eda8f, 0xd03f3cde),
    +     TOBN(0x6a7e75bb, 0x50b07d31), TOBN(0x0b7e2a94, 0x6f379de4),
    +     TOBN(0x31cb64ad, 0x19f593cf), TOBN(0x7b1a9e4f, 0x1e76ef1d),
    +     TOBN(0xe18c9c9d, 0xb62d609c), TOBN(0x439bad6d, 0xe779a650),
    +     TOBN(0x219d9066, 0xe032f144), TOBN(0x1db632b8, 0xe8b2ec6a),
    +     TOBN(0xff0d0fd4, 0xfda12f78), TOBN(0x56fb4c2d, 0x2a25d265),
    +     TOBN(0x5f4e2ee1, 0x255a03f1), TOBN(0x61cd6af2, 0xe96af176),
    +     TOBN(0xe0317ba8, 0xd068bc97), TOBN(0x927d6bab, 0x264b988e),
    +     TOBN(0xa18f07e0, 0xe90fb21e), TOBN(0x00fd2b80, 0xbba7fca1),
    +     TOBN(0x20387f27, 0x95cd67b5), TOBN(0x5b89a4e7, 0xd39707f7),
    +     TOBN(0x8f83ad3f, 0x894407ce), TOBN(0xa0025b94, 0x6c226132),
    +     TOBN(0xc79563c7, 0xf906c13b), TOBN(0x5f548f31, 0x4e7bb025),
    +     TOBN(0x2b4c6b8f, 0xeac6d113), TOBN(0xa67e3f9c, 0x0e813c76),
    +     TOBN(0x3982717c, 0x3fe1f4b9), TOBN(0x58865819, 0x26d8050e),
    +     TOBN(0x99f3640c, 0xf7f06f20), TOBN(0xdc610216, 0x2a66ebc2),
    +     TOBN(0x52f2c175, 0x767a1e08), TOBN(0x05660e1a, 0x5999871b),
    +     TOBN(0x6b0f1762, 0x6d3c4693), TOBN(0xf0e7d627, 0x37ed7bea),
    +     TOBN(0xc51758c7, 0xb75b226d), TOBN(0x40a88628, 0x1f91613b),
    +     TOBN(0x889dbaa7, 0xbbb38ce0), TOBN(0xe0404b65, 0xbddcad81),
    +     TOBN(0xfebccd3a, 0x8bc9671f), TOBN(0xfbf9a357, 0xee1f5375),
    +     TOBN(0x5dc169b0, 0x28f33398), TOBN(0xb07ec11d, 0x72e90f65),
    +     TOBN(0xae7f3b4a, 0xfaab1eb1), TOBN(0xd970195e, 0x5f17538a),
    +     TOBN(0x52b05cbe, 0x0181e640), TOBN(0xf5debd62, 0x2643313d),
    +     TOBN(0x76148154, 0x5df31f82), TOBN(0x23e03b33, 0x3a9e13c5),
    +     TOBN(0xff758949, 0x4fde0c1f), TOBN(0xbf8a1abe, 0xe5b6ec20),
    +     TOBN(0x702278fb, 0x87e1db6c), TOBN(0xc447ad7a, 0x35ed658f),
    +     TOBN(0x48d4aa38, 0x03d0ccf2), TOBN(0x80acb338, 0x819a7c03),
    +     TOBN(0x9bc7c89e, 0x6e17cecc), TOBN(0x46736b8b, 0x03be1d82),
    +     TOBN(0xd65d7b60, 0xc0432f96), TOBN(0xddebe7a3, 0xdeb5442f),
    +     TOBN(0x79a25307, 0x7dff69a2), TOBN(0x37a56d94, 0x02cf3122),
    +     TOBN(0x8bab8aed, 0xf2350d0a), TOBN(0x13c3f276, 0x037b0d9a),
    +     TOBN(0xc664957c, 0x44c65cae), TOBN(0x88b44089, 0xc2e71a88),
    +     TOBN(0xdb88e5a3, 0x5cb02664), TOBN(0x5d4c0bf1, 0x8686c72e),
    +     TOBN(0xea3d9b62, 0xa682d53e), TOBN(0x9b605ef4, 0x0b2ad431),
    +     TOBN(0x71bac202, 0xc69645d0), TOBN(0xa115f03a, 0x6a1b66e7),
    +     TOBN(0xfe2c563a, 0x158f4dc4), TOBN(0xf715b3a0, 0x4d12a78c),
    +     TOBN(0x8f7f0a48, 0xd413213a), TOBN(0x2035806d, 0xc04becdb),
    +     TOBN(0xecd34a99, 0x5d8587f5), TOBN(0x4d8c3079, 0x9f6d3a71),
    +     TOBN(0x1b2a2a67, 0x8d95a8f6), TOBN(0xc58c9d7d, 0xf2110d0d),
    +     TOBN(0xdeee81d5, 0xcf8fba3f), TOBN(0xa42be3c0, 0x0c7cdf68),
    +     TOBN(0x2126f742, 0xd43b5eaa), TOBN(0x054a0766, 0xdfa59b85),
    +     TOBN(0x9d0d5e36, 0x126bfd45), TOBN(0xa1f8fbd7, 0x384f8a8f),
    +     TOBN(0x317680f5, 0xd563fccc), TOBN(0x48ca5055, 0xf280a928),
    +     TOBN(0xe00b81b2, 0x27b578cf), TOBN(0x10aad918, 0x2994a514),
    +     TOBN(0xd9e07b62, 0xb7bdc953), TOBN(0x9f0f6ff2, 0x5bc086dd),
    +     TOBN(0x09d1ccff, 0x655eee77), TOBN(0x45475f79, 0x5bef7df1),
    +     TOBN(0x3faa28fa, 0x86f702cc), TOBN(0x92e60905, 0x0f021f07),
    +     TOBN(0xe9e62968, 0x7f8fa8c6), TOBN(0xbd71419a, 0xf036ea2c),
    +     TOBN(0x171ee1cc, 0x6028da9a), TOBN(0x5352fe1a, 0xc251f573),
    +     TOBN(0xf8ff236e, 0x3fa997f4), TOBN(0xd831b6c9, 0xa5749d5f),
    +     TOBN(0x7c872e1d, 0xe350e2c2), TOBN(0xc56240d9, 0x1e0ce403),
    +     TOBN(0xf9deb077, 0x6974f5cb), TOBN(0x7d50ba87, 0x961c3728),
    +     TOBN(0xd6f89426, 0x5a3a2518), TOBN(0xcf817799, 0xc6303d43),
    +     TOBN(0x510a0471, 0x619e5696), TOBN(0xab049ff6, 0x3a5e307b),
    +     TOBN(0xe4cdf9b0, 0xfeb13ec7), TOBN(0xd5e97117, 0x9d8ff90c),
    +     TOBN(0xf6f64d06, 0x9afa96af), TOBN(0x00d0bf5e, 0x9d2012a2),
    +     TOBN(0xe63f301f, 0x358bcdc0), TOBN(0x07689e99, 0x0a9d47f8),
    +     TOBN(0x1f689e2f, 0x4f43d43a), TOBN(0x4d542a16, 0x90920904),
    +     TOBN(0xaea293d5, 0x9ca0a707), TOBN(0xd061fe45, 0x8ac68065),
    +     TOBN(0x1033bf1b, 0x0090008c), TOBN(0x29749558, 0xc08a6db6),
    +     TOBN(0x74b5fc59, 0xc1d5d034), TOBN(0xf712e9f6, 0x67e215e0),
    +     TOBN(0xfd520cbd, 0x860200e6), TOBN(0x0229acb4, 0x3ea22588),
    +     TOBN(0x9cd1e14c, 0xfff0c82e), TOBN(0x87684b62, 0x59c69e73),
    +     TOBN(0xda85e61c, 0x96ccb989), TOBN(0x2d5dbb02, 0xa3d06493),
    +     TOBN(0xf22ad33a, 0xe86b173c), TOBN(0xe8e41ea5, 0xa79ff0e3),
    +     TOBN(0x01d2d725, 0xdd0d0c10), TOBN(0x31f39088, 0x032d28f9),
    +     TOBN(0x7b3f71e1, 0x7829839e), TOBN(0x0cf691b4, 0x4502ae58),
    +     TOBN(0xef658dbd, 0xbefc6115), TOBN(0xa5cd6ee5, 0xb3ab5314),
    +     TOBN(0x206c8d7b, 0x5f1d2347), TOBN(0x794645ba, 0x4cc2253a),
    +     TOBN(0xd517d8ff, 0x58389e08), TOBN(0x4fa20dee, 0x9f847288),
    +     TOBN(0xeba072d8, 0xd797770a), TOBN(0x7360c91d, 0xbf429e26),
    +     TOBN(0x7200a3b3, 0x80af8279), TOBN(0x6a1c9150, 0x82dadce3),
    +     TOBN(0x0ee6d3a7, 0xc35d8794), TOBN(0x042e6558, 0x0356bae5),
    +     TOBN(0x9f59698d, 0x643322fd), TOBN(0x9379ae15, 0x50a61967),
    +     TOBN(0x64b9ae62, 0xfcc9981e), TOBN(0xaed3d631, 0x6d2934c6),
    +     TOBN(0x2454b302, 0x5e4e65eb), TOBN(0xab09f647, 0xf9950428)}
    +    ,
    +    {TOBN(0xb2083a12, 0x22248acc), TOBN(0x1f6ec0ef, 0x3264e366),
    +     TOBN(0x5659b704, 0x5afdee28), TOBN(0x7a823a40, 0xe6430bb5),
    +     TOBN(0x24592a04, 0xe1900a79), TOBN(0xcde09d4a, 0xc9ee6576),
    +     TOBN(0x52b6463f, 0x4b5ea54a), TOBN(0x1efe9ed3, 0xd3ca65a7),
    +     TOBN(0xe27a6dbe, 0x305406dd), TOBN(0x8eb7dc7f, 0xdd5d1957),
    +     TOBN(0xf54a6876, 0x387d4d8f), TOBN(0x9c479409, 0xc7762de4),
    +     TOBN(0xbe4d5b5d, 0x99b30778), TOBN(0x25380c56, 0x6e793682),
    +     TOBN(0x602d37f3, 0xdac740e3), TOBN(0x140deabe, 0x1566e4ae),
    +     TOBN(0x4481d067, 0xafd32acf), TOBN(0xd8f0fcca, 0xe1f71ccf),
    +     TOBN(0xd208dd0c, 0xb596f2da), TOBN(0xd049d730, 0x9aad93f9),
    +     TOBN(0xc79f263d, 0x42ab580e), TOBN(0x09411bb1, 0x23f707b4),
    +     TOBN(0x8cfde1ff, 0x835e0eda), TOBN(0x72707490, 0x90f03402),
    +     TOBN(0xeaee6126, 0xc49a861e), TOBN(0x024f3b65, 0xe14f0d06),
    +     TOBN(0x51a3f1e8, 0xc69bfc17), TOBN(0xc3c3a8e9, 0xa7686381),
    +     TOBN(0x3400752c, 0xb103d4c8), TOBN(0x02bc4613, 0x9218b36b),
    +     TOBN(0xc67f75eb, 0x7651504a), TOBN(0xd6848b56, 0xd02aebfa),
    +     TOBN(0xbd9802e6, 0xc30fa92b), TOBN(0x5a70d96d, 0x9a552784),
    +     TOBN(0x9085c4ea, 0x3f83169b), TOBN(0xfa9423bb, 0x06908228),
    +     TOBN(0x2ffebe12, 0xfe97a5b9), TOBN(0x85da6049, 0x71b99118),
    +     TOBN(0x9cbc2f7f, 0x63178846), TOBN(0xfd96bc70, 0x9153218e),
    +     TOBN(0x958381db, 0x1782269b), TOBN(0xae34bf79, 0x2597e550),
    +     TOBN(0xbb5c6064, 0x5f385153), TOBN(0x6f0e96af, 0xe3088048),
    +     TOBN(0xbf6a0215, 0x77884456), TOBN(0xb3b5688c, 0x69310ea7),
    +     TOBN(0x17c94295, 0x04fad2de), TOBN(0xe020f0e5, 0x17896d4d),
    +     TOBN(0x730ba0ab, 0x0976505f), TOBN(0x567f6813, 0x095e2ec5),
    +     TOBN(0x47062010, 0x6331ab71), TOBN(0x72cfa977, 0x41d22b9f),
    +     TOBN(0x33e55ead, 0x8a2373da), TOBN(0xa8d0d5f4, 0x7ba45a68),
    +     TOBN(0xba1d8f9c, 0x03029d15), TOBN(0x8f34f1cc, 0xfc55b9f3),
    +     TOBN(0xcca4428d, 0xbbe5a1a9), TOBN(0x8187fd5f, 0x3126bd67),
    +     TOBN(0x0036973a, 0x48105826), TOBN(0xa39b6663, 0xb8bd61a0),
    +     TOBN(0x6d42deef, 0x2d65a808), TOBN(0x4969044f, 0x94636b19),
    +     TOBN(0xf611ee47, 0xdd5d564c), TOBN(0x7b2f3a49, 0xd2873077),
    +     TOBN(0x94157d45, 0x300eb294), TOBN(0x2b2a656e, 0x169c1494),
    +     TOBN(0xc000dd76, 0xd3a47aa9), TOBN(0xa2864e4f, 0xa6243ea4),
    +     TOBN(0x82716c47, 0xdb89842e), TOBN(0x12dfd7d7, 0x61479fb7),
    +     TOBN(0x3b9a2c56, 0xe0b2f6dc), TOBN(0x46be862a, 0xd7f85d67),
    +     TOBN(0x03b0d8dd, 0x0f82b214), TOBN(0x460c34f9, 0xf103cbc6),
    +     TOBN(0xf32e5c03, 0x18d79e19), TOBN(0x8b8888ba, 0xa84117f8),
    +     TOBN(0x8f3c37dc, 0xc0722677), TOBN(0x10d21be9, 0x1c1c0f27),
    +     TOBN(0xd47c8468, 0xe0f7a0c6), TOBN(0x9bf02213, 0xadecc0e0),
    +     TOBN(0x0baa7d12, 0x42b48b99), TOBN(0x1bcb665d, 0x48424096),
    +     TOBN(0x8b847cd6, 0xebfb5cfb), TOBN(0x87c2ae56, 0x9ad4d10d),
    +     TOBN(0xf1cbb122, 0x0de36726), TOBN(0xe7043c68, 0x3fdfbd21),
    +     TOBN(0x4bd0826a, 0x4e79d460), TOBN(0x11f5e598, 0x4bd1a2cb),
    +     TOBN(0x97554160, 0xb7fe7b6e), TOBN(0x7d16189a, 0x400a3fb2),
    +     TOBN(0xd73e9bea, 0xe328ca1e), TOBN(0x0dd04b97, 0xe793d8cc),
    +     TOBN(0xa9c83c9b, 0x506db8cc), TOBN(0x5cd47aae, 0xcf38814c),
    +     TOBN(0x26fc430d, 0xb64b45e6), TOBN(0x079b5499, 0xd818ea84),
    +     TOBN(0xebb01102, 0xc1c24a3b), TOBN(0xca24e568, 0x1c161c1a),
    +     TOBN(0x103eea69, 0x36f00a4a), TOBN(0x9ad76ee8, 0x76176c7b),
    +     TOBN(0x97451fc2, 0x538e0ff7), TOBN(0x94f89809, 0x6604b3b0),
    +     TOBN(0x6311436e, 0x3249cfd7), TOBN(0x27b4a7bd, 0x41224f69),
    +     TOBN(0x03b5d21a, 0xe0ac2941), TOBN(0x279b0254, 0xc2d31937),
    +     TOBN(0x3307c052, 0xcac992d0), TOBN(0x6aa7cb92, 0xefa8b1f3),
    +     TOBN(0x5a182580, 0x0d37c7a5), TOBN(0x13380c37, 0x342d5422),
    +     TOBN(0x92ac2d66, 0xd5d2ef92), TOBN(0x035a70c9, 0x030c63c6),
    +     TOBN(0xc16025dd, 0x4ce4f152), TOBN(0x1f419a71, 0xf9df7c06),
    +     TOBN(0x6d5b2214, 0x91e4bb14), TOBN(0xfc43c6cc, 0x839fb4ce),
    +     TOBN(0x49f06591, 0x925d6b2d), TOBN(0x4b37d9d3, 0x62186598),
    +     TOBN(0x8c54a971, 0xd01b1629), TOBN(0xe1a9c29f, 0x51d50e05),
    +     TOBN(0x5109b785, 0x71ba1861), TOBN(0x48b22d5c, 0xd0c8f93d),
    +     TOBN(0xe8fa84a7, 0x8633bb93), TOBN(0x53fba6ba, 0x5aebbd08),
    +     TOBN(0x7ff27df3, 0xe5eea7d8), TOBN(0x521c8796, 0x68ca7158),
    +     TOBN(0xb9d5133b, 0xce6f1a05), TOBN(0x2d50cd53, 0xfd0ebee4),
    +     TOBN(0xc82115d6, 0xc5a3ef16), TOBN(0x993eff9d, 0xba079221),
    +     TOBN(0xe4da2c5e, 0x4b5da81c), TOBN(0x9a89dbdb, 0x8033fd85),
    +     TOBN(0x60819ebf, 0x2b892891), TOBN(0x53902b21, 0x5d14a4d5),
    +     TOBN(0x6ac35051, 0xd7fda421), TOBN(0xcc6ab885, 0x61c83284),
    +     TOBN(0x14eba133, 0xf74cff17), TOBN(0x240aaa03, 0xecb813f2),
    +     TOBN(0xcfbb6540, 0x6f665bee), TOBN(0x084b1fe4, 0xa425ad73),
    +     TOBN(0x009d5d16, 0xd081f6a6), TOBN(0x35304fe8, 0xeef82c90),
    +     TOBN(0xf20346d5, 0xaa9eaa22), TOBN(0x0ada9f07, 0xac1c91e3),
    +     TOBN(0xa6e21678, 0x968a6144), TOBN(0x54c1f77c, 0x07b31a1e),
    +     TOBN(0xd6bb787e, 0x5781fbe1), TOBN(0x61bd2ee0, 0xe31f1c4a),
    +     TOBN(0xf25aa1e9, 0x781105fc), TOBN(0x9cf2971f, 0x7b2f8e80),
    +     TOBN(0x26d15412, 0xcdff919b), TOBN(0x01db4ebe, 0x34bc896e),
    +     TOBN(0x7d9b3e23, 0xb40df1cf), TOBN(0x59337373, 0x94e971b4),
    +     TOBN(0xbf57bd14, 0x669cf921), TOBN(0x865daedf, 0x0c1a1064),
    +     TOBN(0x3eb70bd3, 0x83279125), TOBN(0xbc3d5b9f, 0x34ecdaab),
    +     TOBN(0x91e3ed7e, 0x5f755caf), TOBN(0x49699f54, 0xd41e6f02),
    +     TOBN(0x185770e1, 0xd4a7a15b), TOBN(0x08f3587a, 0xeaac87e7),
    +     TOBN(0x352018db, 0x473133ea), TOBN(0x674ce719, 0x04fd30fc),
    +     TOBN(0x7b8d9835, 0x088b3e0e), TOBN(0x7a0356a9, 0x5d0d47a1),
    +     TOBN(0x9d9e7659, 0x6474a3c4), TOBN(0x61ea48a7, 0xff66966c),
    +     TOBN(0x30417758, 0x0f3e4834), TOBN(0xfdbb21c2, 0x17a9afcb),
    +     TOBN(0x756fa17f, 0x2f9a67b3), TOBN(0x2a6b2421, 0xa245c1a8),
    +     TOBN(0x64be2794, 0x4af02291), TOBN(0xade465c6, 0x2a5804fe),
    +     TOBN(0x8dffbd39, 0xa6f08fd7), TOBN(0xc4efa84c, 0xaa14403b),
    +     TOBN(0xa1b91b2a, 0x442b0f5c), TOBN(0xb748e317, 0xcf997736),
    +     TOBN(0x8d1b62bf, 0xcee90e16), TOBN(0x907ae271, 0x0b2078c0),
    +     TOBN(0xdf31534b, 0x0c9bcddd), TOBN(0x043fb054, 0x39adce83),
    +     TOBN(0x99031043, 0xd826846a), TOBN(0x61a9c0d6, 0xb144f393),
    +     TOBN(0xdab48046, 0x47718427), TOBN(0xdf17ff9b, 0x6e830f8b),
    +     TOBN(0x408d7ee8, 0xe49a1347), TOBN(0x6ac71e23, 0x91c1d4ae),
    +     TOBN(0xc8cbb9fd, 0x1defd73c), TOBN(0x19840657, 0xbbbbfec5),
    +     TOBN(0x39db1cb5, 0x9e7ef8ea), TOBN(0x78aa8296, 0x64105f30),
    +     TOBN(0xa3d9b7f0, 0xa3738c29), TOBN(0x0a2f235a, 0xbc3250a3),
    +     TOBN(0x55e506f6, 0x445e4caf), TOBN(0x0974f73d, 0x33475f7a),
    +     TOBN(0xd37dbba3, 0x5ba2f5a8), TOBN(0x542c6e63, 0x6af40066),
    +     TOBN(0x26d99b53, 0xc5d73e2c), TOBN(0x06060d7d, 0x6c3ca33e),
    +     TOBN(0xcdbef1c2, 0x065fef4a), TOBN(0x77e60f7d, 0xfd5b92e3),
    +     TOBN(0xd7c549f0, 0x26708350), TOBN(0x201b3ad0, 0x34f121bf),
    +     TOBN(0x5fcac2a1, 0x0334fc14), TOBN(0x8a9a9e09, 0x344552f6),
    +     TOBN(0x7dd8a1d3, 0x97653082), TOBN(0x5fc0738f, 0x79d4f289),
    +     TOBN(0x787d244d, 0x17d2d8c3), TOBN(0xeffc6345, 0x70830684),
    +     TOBN(0x5ddb96dd, 0xe4f73ae5), TOBN(0x8efb14b1, 0x172549a5),
    +     TOBN(0x6eb73eee, 0x2245ae7a), TOBN(0xbca4061e, 0xea11f13e),
    +     TOBN(0xb577421d, 0x30b01f5d), TOBN(0xaa688b24, 0x782e152c),
    +     TOBN(0x67608e71, 0xbd3502ba), TOBN(0x4ef41f24, 0xb4de75a0),
    +     TOBN(0xb08dde5e, 0xfd6125e5), TOBN(0xde484825, 0xa409543f),
    +     TOBN(0x1f198d98, 0x65cc2295), TOBN(0x428a3771, 0x6e0edfa2),
    +     TOBN(0x4f9697a2, 0xadf35fc7), TOBN(0x01a43c79, 0xf7cac3c7),
    +     TOBN(0xb05d7059, 0x0fd3659a), TOBN(0x8927f30c, 0xbb7f2d9a),
    +     TOBN(0x4023d1ac, 0x8cf984d3), TOBN(0x32125ed3, 0x02897a45),
    +     TOBN(0xfb572dad, 0x3d414205), TOBN(0x73000ef2, 0xe3fa82a9),
    +     TOBN(0x4c0868e9, 0xf10a5581), TOBN(0x5b61fc67, 0x6b0b3ca5),
    +     TOBN(0xc1258d5b, 0x7cae440c), TOBN(0x21c08b41, 0x402b7531),
    +     TOBN(0xf61a8955, 0xde932321), TOBN(0x3568faf8, 0x2d1408af),
    +     TOBN(0x71b15e99, 0x9ecf965b), TOBN(0xf14ed248, 0xe917276f),
    +     TOBN(0xc6f4caa1, 0x820cf9e2), TOBN(0x681b20b2, 0x18d83c7e),
    +     TOBN(0x6cde738d, 0xc6c01120), TOBN(0x71db0813, 0xae70e0db),
    +     TOBN(0x95fc0644, 0x74afe18c), TOBN(0x34619053, 0x129e2be7),
    +     TOBN(0x80615cea, 0xdb2a3b15), TOBN(0x0a49a19e, 0xdb4c7073),
    +     TOBN(0x0e1b84c8, 0x8fd2d367), TOBN(0xd74bf462, 0x033fb8aa),
    +     TOBN(0x889f6d65, 0x533ef217), TOBN(0x7158c7e4, 0xc3ca2e87),
    +     TOBN(0xfb670dfb, 0xdc2b4167), TOBN(0x75910a01, 0x844c257f),
    +     TOBN(0xf336bf07, 0xcf88577d), TOBN(0x22245250, 0xe45e2ace),
    +     TOBN(0x2ed92e8d, 0x7ca23d85), TOBN(0x29f8be4c, 0x2b812f58),
    +     TOBN(0xdd9ebaa7, 0x076fe12b), TOBN(0x3f2400cb, 0xae1537f9),
    +     TOBN(0x1aa93528, 0x17bdfb46), TOBN(0xc0f98430, 0x67883b41),
    +     TOBN(0x5590ede1, 0x0170911d), TOBN(0x7562f5bb, 0x34d4b17f),
    +     TOBN(0xe1fa1df2, 0x1826b8d2), TOBN(0xb40b796a, 0x6bd80d59),
    +     TOBN(0xd65bf197, 0x3467ba92), TOBN(0x8c9b46db, 0xf70954b0),
    +     TOBN(0x97c8a0f3, 0x0e78f15d), TOBN(0xa8f3a69a, 0x85a4c961),
    +     TOBN(0x4242660f, 0x61e4ce9b), TOBN(0xbf06aab3, 0x6ea6790c),
    +     TOBN(0xc6706f8e, 0xec986416), TOBN(0x9e56dec1, 0x9a9fc225),
    +     TOBN(0x527c46f4, 0x9a9898d9), TOBN(0xd799e77b, 0x5633cdef),
    +     TOBN(0x24eacc16, 0x7d9e4297), TOBN(0xabb61cea, 0x6b1cb734),
    +     TOBN(0xbee2e8a7, 0xf778443c), TOBN(0x3bb42bf1, 0x29de2fe6),
    +     TOBN(0xcbed86a1, 0x3003bb6f), TOBN(0xd3918e6c, 0xd781cdf6),
    +     TOBN(0x4bee3271, 0x9a5103f1), TOBN(0x5243efc6, 0xf50eac06),
    +     TOBN(0xb8e122cb, 0x6adcc119), TOBN(0x1b7faa84, 0xc0b80a08),
    +     TOBN(0x32c3d1bd, 0x6dfcd08c), TOBN(0x129dec4e, 0x0be427de),
    +     TOBN(0x98ab679c, 0x1d263c83), TOBN(0xafc83cb7, 0xcef64eff),
    +     TOBN(0x85eb6088, 0x2fa6be76), TOBN(0x892585fb, 0x1328cbfe),
    +     TOBN(0xc154d3ed, 0xcf618dda), TOBN(0xc44f601b, 0x3abaf26e),
    +     TOBN(0x7bf57d0b, 0x2be1fdfd), TOBN(0xa833bd2d, 0x21137fee),
    +     TOBN(0x9353af36, 0x2db591a8), TOBN(0xc76f26dc, 0x5562a056),
    +     TOBN(0x1d87e47d, 0x3fdf5a51), TOBN(0x7afb5f93, 0x55c9cab0),
    +     TOBN(0x91bbf58f, 0x89e0586e), TOBN(0x7c72c018, 0x0d843709),
    +     TOBN(0xa9a5aafb, 0x99b5c3dc), TOBN(0xa48a0f1d, 0x3844aeb0),
    +     TOBN(0x7178b7dd, 0xb667e482), TOBN(0x453985e9, 0x6e23a59a),
    +     TOBN(0x4a54c860, 0x01b25dd8), TOBN(0x0dd37f48, 0xfb897c8a),
    +     TOBN(0x5f8aa610, 0x0ea90cd9), TOBN(0xc8892c68, 0x16d5830d),
    +     TOBN(0xeb4befc0, 0xef514ca5), TOBN(0x478eb679, 0xe72c9ee6),
    +     TOBN(0x9bca20da, 0xdbc40d5f), TOBN(0xf015de21, 0xdde4f64a),
    +     TOBN(0xaa6a4de0, 0xeaf4b8a5), TOBN(0x68cfd9ca, 0x4bc60e32),
    +     TOBN(0x668a4b01, 0x7fd15e70), TOBN(0xd9f0694a, 0xf27dc09d),
    +     TOBN(0xf6c3cad5, 0xba708bcd), TOBN(0x5cd2ba69, 0x5bb95c2a),
    +     TOBN(0xaa28c1d3, 0x33c0a58f), TOBN(0x23e274e3, 0xabc77870),
    +     TOBN(0x44c3692d, 0xdfd20a4a), TOBN(0x091c5fd3, 0x81a66653),
    +     TOBN(0x6c0bb691, 0x09a0757d), TOBN(0x9072e8b9, 0x667343ea),
    +     TOBN(0x31d40eb0, 0x80848bec), TOBN(0x95bd480a, 0x79fd36cc),
    +     TOBN(0x01a77c61, 0x65ed43f5), TOBN(0xafccd127, 0x2e0d40bf),
    +     TOBN(0xeccfc82d, 0x1cc1884b), TOBN(0xc85ac201, 0x5d4753b4),
    +     TOBN(0xc7a6caac, 0x658e099f), TOBN(0xcf46369e, 0x04b27390),
    +     TOBN(0xe2e7d049, 0x506467ea), TOBN(0x481b63a2, 0x37cdeccc),
    +     TOBN(0x4029abd8, 0xed80143a), TOBN(0x28bfe3c7, 0xbcb00b88),
    +     TOBN(0x3bec1009, 0x0643d84a), TOBN(0x885f3668, 0xabd11041),
    +     TOBN(0xdb02432c, 0xf83a34d6), TOBN(0x32f7b360, 0x719ceebe),
    +     TOBN(0xf06c7837, 0xdad1fe7a), TOBN(0x60a157a9, 0x5441a0b0),
    +     TOBN(0x704970e9, 0xe2d47550), TOBN(0xcd2bd553, 0x271b9020),
    +     TOBN(0xff57f82f, 0x33e24a0b), TOBN(0x9cbee23f, 0xf2565079),
    +     TOBN(0x16353427, 0xeb5f5825), TOBN(0x276feec4, 0xe948d662),
    +     TOBN(0xd1b62bc6, 0xda10032b), TOBN(0x718351dd, 0xf0e72a53),
    +     TOBN(0x93452076, 0x2420e7ba), TOBN(0x96368fff, 0x3a00118d),
    +     TOBN(0x00ce2d26, 0x150a49e4), TOBN(0x0c28b636, 0x3f04706b),
    +     TOBN(0xbad65a46, 0x58b196d0), TOBN(0x6c8455fc, 0xec9f8b7c),
    +     TOBN(0xe90c895f, 0x2d71867e), TOBN(0x5c0be31b, 0xedf9f38c),
    +     TOBN(0x2a37a15e, 0xd8f6ec04), TOBN(0x239639e7, 0x8cd85251),
    +     TOBN(0xd8975315, 0x9c7c4c6b), TOBN(0x603aa3c0, 0xd7409af7),
    +     TOBN(0xb8d53d0c, 0x007132fb), TOBN(0x68d12af7, 0xa6849238),
    +     TOBN(0xbe0607e7, 0xbf5d9279), TOBN(0x9aa50055, 0xaada74ce),
    +     TOBN(0xe81079cb, 0xba7e8ccb), TOBN(0x610c71d1, 0xa5f4ff5e),
    +     TOBN(0x9e2ee1a7, 0x5aa07093), TOBN(0xca84004b, 0xa75da47c),
    +     TOBN(0x074d3951, 0x3de75401), TOBN(0xf938f756, 0xbb311592),
    +     TOBN(0x96197618, 0x00a43421), TOBN(0x39a25362, 0x07bc78c8),
    +     TOBN(0x278f710a, 0x0a171276), TOBN(0xb28446ea, 0x8d1a8f08),
    +     TOBN(0x184781bf, 0xe3b6a661), TOBN(0x7751cb1d, 0xe6d279f7),
    +     TOBN(0xf8ff95d6, 0xc59eb662), TOBN(0x186d90b7, 0x58d3dea7),
    +     TOBN(0x0e4bb6c1, 0xdfb4f754), TOBN(0x5c5cf56b, 0x2b2801dc),
    +     TOBN(0xc561e452, 0x1f54564d), TOBN(0xb4fb8c60, 0xf0dd7f13),
    +     TOBN(0xf8849630, 0x33ff98c7), TOBN(0x9619fffa, 0xcf17769c),
    +     TOBN(0xf8090bf6, 0x1bfdd80a), TOBN(0x14d9a149, 0x422cfe63),
    +     TOBN(0xb354c360, 0x6f6df9ea), TOBN(0xdbcf770d, 0x218f17ea),
    +     TOBN(0x207db7c8, 0x79eb3480), TOBN(0x213dbda8, 0x559b6a26),
    +     TOBN(0xac4c200b, 0x29fc81b3), TOBN(0xebc3e09f, 0x171d87c1),
    +     TOBN(0x91799530, 0x1481aa9e), TOBN(0x051b92e1, 0x92e114fa),
    +     TOBN(0xdf8f92e9, 0xecb5537f), TOBN(0x44b1b2cc, 0x290c7483),
    +     TOBN(0xa711455a, 0x2adeb016), TOBN(0x964b6856, 0x81a10c2c),
    +     TOBN(0x4f159d99, 0xcec03623), TOBN(0x05532225, 0xef3271ea),
    +     TOBN(0xb231bea3, 0xc5ee4849), TOBN(0x57a54f50, 0x7094f103),
    +     TOBN(0x3e2d421d, 0x9598b352), TOBN(0xe865a49c, 0x67412ab4),
    +     TOBN(0xd2998a25, 0x1cc3a912), TOBN(0x5d092808, 0x0c74d65d),
    +     TOBN(0x73f45908, 0x4088567a), TOBN(0xeb6b280e, 0x1f214a61),
    +     TOBN(0x8c9adc34, 0xcaf0c13d), TOBN(0x39d12938, 0xf561fb80),
    +     TOBN(0xb2dc3a5e, 0xbc6edfb4), TOBN(0x7485b1b1, 0xfe4d210e),
    +     TOBN(0x062e0400, 0xe186ae72), TOBN(0x91e32d5c, 0x6eeb3b88),
    +     TOBN(0x6df574d7, 0x4be59224), TOBN(0xebc88ccc, 0x716d55f3),
    +     TOBN(0x26c2e6d0, 0xcad6ed33), TOBN(0xc6e21e7d, 0x0d3e8b10),
    +     TOBN(0x2cc5840e, 0x5bcc36bb), TOBN(0x9292445e, 0x7da74f69),
    +     TOBN(0x8be8d321, 0x4e5193a8), TOBN(0x3ec23629, 0x8df06413),
    +     TOBN(0xc7e9ae85, 0xb134defa), TOBN(0x6073b1d0, 0x1bb2d475),
    +     TOBN(0xb9ad615e, 0x2863c00d), TOBN(0x9e29493d, 0x525f4ac4),
    +     TOBN(0xc32b1dea, 0x4e9acf4f), TOBN(0x3e1f01c8, 0xa50db88d),
    +     TOBN(0xb05d70ea, 0x04da916c), TOBN(0x714b0d0a, 0xd865803e),
    +     TOBN(0x4bd493fc, 0x9920cb5e), TOBN(0x5b44b1f7, 0x92c7a3ac),
    +     TOBN(0xa2a77293, 0xbcec9235), TOBN(0x5ee06e87, 0xcd378553),
    +     TOBN(0xceff8173, 0xda621607), TOBN(0x2bb03e4c, 0x99f5d290),
    +     TOBN(0x2945106a, 0xa6f734ac), TOBN(0xb5056604, 0xd25c4732),
    +     TOBN(0x5945920c, 0xe079afee), TOBN(0x686e17a0, 0x6789831f),
    +     TOBN(0x5966bee8, 0xb74a5ae5), TOBN(0x38a673a2, 0x1e258d46),
    +     TOBN(0xbd1cc1f2, 0x83141c95), TOBN(0x3b2ecf4f, 0x0e96e486),
    +     TOBN(0xcd3aa896, 0x74e5fc78), TOBN(0x415ec10c, 0x2482fa7a),
    +     TOBN(0x15234419, 0x80503380), TOBN(0x513d917a, 0xd314b392),
    +     TOBN(0xb0b52f4e, 0x63caecae), TOBN(0x07bf22ad, 0x2dc7780b),
    +     TOBN(0xe761e8a1, 0xe4306839), TOBN(0x1b3be962, 0x5dd7feaa),
    +     TOBN(0x4fe728de, 0x74c778f1), TOBN(0xf1fa0bda, 0x5e0070f6),
    +     TOBN(0x85205a31, 0x6ec3f510), TOBN(0x2c7e4a14, 0xd2980475),
    +     TOBN(0xde3c19c0, 0x6f30ebfd), TOBN(0xdb1c1f38, 0xd4b7e644),
    +     TOBN(0xfe291a75, 0x5dce364a), TOBN(0xb7b22a3c, 0x058f5be3),
    +     TOBN(0x2cd2c302, 0x37fea38c), TOBN(0x2930967a, 0x2e17be17),
    +     TOBN(0x87f009de, 0x0c061c65), TOBN(0xcb014aac, 0xedc6ed44),
    +     TOBN(0x49bd1cb4, 0x3bafb1eb), TOBN(0x81bd8b5c, 0x282d3688),
    +     TOBN(0x1cdab87e, 0xf01a17af), TOBN(0x21f37ac4, 0xe710063b),
    +     TOBN(0x5a6c5676, 0x42fc8193), TOBN(0xf4753e70, 0x56a6015c),
    +     TOBN(0x020f795e, 0xa15b0a44), TOBN(0x8f37c8d7, 0x8958a958),
    +     TOBN(0x63b7e89b, 0xa4b675b5), TOBN(0xb4fb0c0c, 0x0fc31aea),
    +     TOBN(0xed95e639, 0xa7ff1f2e), TOBN(0x9880f5a3, 0x619614fb),
    +     TOBN(0xdeb6ff02, 0x947151ab), TOBN(0x5bc5118c, 0xa868dcdb),
    +     TOBN(0xd8da2055, 0x4c20cea5), TOBN(0xcac2776e, 0x14c4d69a),
    +     TOBN(0xcccb22c1, 0x622d599b), TOBN(0xa4ddb653, 0x68a9bb50),
    +     TOBN(0x2c4ff151, 0x1b4941b4), TOBN(0xe1ff19b4, 0x6efba588),
    +     TOBN(0x35034363, 0xc48345e0), TOBN(0x45542e3d, 0x1e29dfc4),
    +     TOBN(0xf197cb91, 0x349f7aed), TOBN(0x3b2b5a00, 0x8fca8420),
    +     TOBN(0x7c175ee8, 0x23aaf6d8), TOBN(0x54dcf421, 0x35af32b6),
    +     TOBN(0x0ba14307, 0x27d6561e), TOBN(0x879d5ee4, 0xd175b1e2),
    +     TOBN(0xc7c43673, 0x99807db5), TOBN(0x77a54455, 0x9cd55bcd),
    +     TOBN(0xe6c2ff13, 0x0105c072), TOBN(0x18f7a99f, 0x8dda7da4),
    +     TOBN(0x4c301820, 0x0e2d35c1), TOBN(0x06a53ca0, 0xd9cc6c82),
    +     TOBN(0xaa21cc1e, 0xf1aa1d9e), TOBN(0x32414334, 0x4a75b1e8),
    +     TOBN(0x2a6d1328, 0x0ebe9fdc), TOBN(0x16bd173f, 0x98a4755a),
    +     TOBN(0xfbb9b245, 0x2133ffd9), TOBN(0x39a8b2f1, 0x830f1a20),
    +     TOBN(0x484bc97d, 0xd5a1f52a), TOBN(0xd6aebf56, 0xa40eddf8),
    +     TOBN(0x32257acb, 0x76ccdac6), TOBN(0xaf4d36ec, 0x1586ff27),
    +     TOBN(0x8eaa8863, 0xf8de7dd1), TOBN(0x0045d5cf, 0x88647c16)}
    +    ,
    +    {TOBN(0xa6f3d574, 0xc005979d), TOBN(0xc2072b42, 0x6a40e350),
    +     TOBN(0xfca5c156, 0x8de2ecf9), TOBN(0xa8c8bf5b, 0xa515344e),
    +     TOBN(0x97aee555, 0x114df14a), TOBN(0xd4374a4d, 0xfdc5ec6b),
    +     TOBN(0x754cc28f, 0x2ca85418), TOBN(0x71cb9e27, 0xd3c41f78),
    +     TOBN(0x89105079, 0x03605c39), TOBN(0xf0843d9e, 0xa142c96c),
    +     TOBN(0xf3744934, 0x16923684), TOBN(0x732caa2f, 0xfa0a2893),
    +     TOBN(0xb2e8c270, 0x61160170), TOBN(0xc32788cc, 0x437fbaa3),
    +     TOBN(0x39cd818e, 0xa6eda3ac), TOBN(0xe2e94239, 0x9e2b2e07),
    +     TOBN(0x6967d39b, 0x0260e52a), TOBN(0xd42585cc, 0x90653325),
    +     TOBN(0x0d9bd605, 0x21ca7954), TOBN(0x4fa20877, 0x81ed57b3),
    +     TOBN(0x60c1eff8, 0xe34a0bbe), TOBN(0x56b0040c, 0x84f6ef64),
    +     TOBN(0x28be2b24, 0xb1af8483), TOBN(0xb2278163, 0xf5531614),
    +     TOBN(0x8df27545, 0x5922ac1c), TOBN(0xa7b3ef5c, 0xa52b3f63),
    +     TOBN(0x8e77b214, 0x71de57c4), TOBN(0x31682c10, 0x834c008b),
    +     TOBN(0xc76824f0, 0x4bd55d31), TOBN(0xb6d1c086, 0x17b61c71),
    +     TOBN(0x31db0903, 0xc2a5089d), TOBN(0x9c092172, 0x184e5d3f),
    +     TOBN(0xdd7ced5b, 0xc00cc638), TOBN(0x1a2015eb, 0x61278fc2),
    +     TOBN(0x2e8e5288, 0x6a37f8d6), TOBN(0xc457786f, 0xe79933ad),
    +     TOBN(0xb3fe4cce, 0x2c51211a), TOBN(0xad9b10b2, 0x24c20498),
    +     TOBN(0x90d87a4f, 0xd28db5e5), TOBN(0x698cd105, 0x3aca2fc3),
    +     TOBN(0x4f112d07, 0xe91b536d), TOBN(0xceb982f2, 0x9eba09d6),
    +     TOBN(0x3c157b2c, 0x197c396f), TOBN(0xe23c2d41, 0x7b66eb24),
    +     TOBN(0x480c57d9, 0x3f330d37), TOBN(0xb3a4c8a1, 0x79108deb),
    +     TOBN(0x702388de, 0xcb199ce5), TOBN(0x0b019211, 0xb944a8d4),
    +     TOBN(0x24f2a692, 0x840bb336), TOBN(0x7c353bdc, 0xa669fa7b),
    +     TOBN(0xda20d6fc, 0xdec9c300), TOBN(0x625fbe2f, 0xa13a4f17),
    +     TOBN(0xa2b1b61a, 0xdbc17328), TOBN(0x008965bf, 0xa9515621),
    +     TOBN(0x49690939, 0xc620ff46), TOBN(0x182dd27d, 0x8717e91c),
    +     TOBN(0x5ace5035, 0xea6c3997), TOBN(0x54259aaa, 0xc2610bef),
    +     TOBN(0xef18bb3f, 0x3c80dd39), TOBN(0x6910b95b, 0x5fc3fa39),
    +     TOBN(0xfce2f510, 0x43e09aee), TOBN(0xced56c9f, 0xa7675665),
    +     TOBN(0x10e265ac, 0xd872db61), TOBN(0x6982812e, 0xae9fce69),
    +     TOBN(0x29be11c6, 0xce800998), TOBN(0x72bb1752, 0xb90360d9),
    +     TOBN(0x2c193197, 0x5a4ad590), TOBN(0x2ba2f548, 0x9fc1dbc0),
    +     TOBN(0x7fe4eebb, 0xe490ebe0), TOBN(0x12a0a4cd, 0x7fae11c0),
    +     TOBN(0x7197cf81, 0xe903ba37), TOBN(0xcf7d4aa8, 0xde1c6dd8),
    +     TOBN(0x92af6bf4, 0x3fd5684c), TOBN(0x2b26eecf, 0x80360aa1),
    +     TOBN(0xbd960f30, 0x00546a82), TOBN(0x407b3c43, 0xf59ad8fe),
    +     TOBN(0x86cae5fe, 0x249c82ba), TOBN(0x9e0faec7, 0x2463744c),
    +     TOBN(0x87f551e8, 0x94916272), TOBN(0x033f9344, 0x6ceb0615),
    +     TOBN(0x1e5eb0d1, 0x8be82e84), TOBN(0x89967f0e, 0x7a582fef),
    +     TOBN(0xbcf687d5, 0xa6e921fa), TOBN(0xdfee4cf3, 0xd37a09ba),
    +     TOBN(0x94f06965, 0xb493c465), TOBN(0x638b9a1c, 0x7635c030),
    +     TOBN(0x76667864, 0x66f05e9f), TOBN(0xccaf6808, 0xc04da725),
    +     TOBN(0xca2eb690, 0x768fccfc), TOBN(0xf402d37d, 0xb835b362),
    +     TOBN(0x0efac0d0, 0xe2fdfcce), TOBN(0xefc9cdef, 0xb638d990),
    +     TOBN(0x2af12b72, 0xd1669a8b), TOBN(0x33c536bc, 0x5774ccbd),
    +     TOBN(0x30b21909, 0xfb34870e), TOBN(0xc38fa2f7, 0x7df25aca),
    +     TOBN(0x74c5f02b, 0xbf81f3f5), TOBN(0x0525a5ae, 0xaf7e4581),
    +     TOBN(0x88d2aaba, 0x433c54ae), TOBN(0xed9775db, 0x806a56c5),
    +     TOBN(0xd320738a, 0xc0edb37d), TOBN(0x25fdb6ee, 0x66cc1f51),
    +     TOBN(0xac661d17, 0x10600d76), TOBN(0x931ec1f3, 0xbdd1ed76),
    +     TOBN(0x65c11d62, 0x19ee43f1), TOBN(0x5cd57c3e, 0x60829d97),
    +     TOBN(0xd26c91a3, 0x984be6e8), TOBN(0xf08d9309, 0x8b0c53bd),
    +     TOBN(0x94bc9e5b, 0xc016e4ea), TOBN(0xd3916839, 0x11d43d2b),
    +     TOBN(0x886c5ad7, 0x73701155), TOBN(0xe0377626, 0x20b00715),
    +     TOBN(0x7f01c9ec, 0xaa80ba59), TOBN(0x3083411a, 0x68538e51),
    +     TOBN(0x970370f1, 0xe88128af), TOBN(0x625cc3db, 0x91dec14b),
    +     TOBN(0xfef9666c, 0x01ac3107), TOBN(0xb2a8d577, 0xd5057ac3),
    +     TOBN(0xb0f26299, 0x92be5df7), TOBN(0xf579c8e5, 0x00353924),
    +     TOBN(0xb8fa3d93, 0x1341ed7a), TOBN(0x4223272c, 0xa7b59d49),
    +     TOBN(0x3dcb1947, 0x83b8c4a4), TOBN(0x4e413c01, 0xed1302e4),
    +     TOBN(0x6d999127, 0xe17e44ce), TOBN(0xee86bf75, 0x33b3adfb),
    +     TOBN(0xf6902fe6, 0x25aa96ca), TOBN(0xb73540e4, 0xe5aae47d),
    +     TOBN(0x32801d7b, 0x1b4a158c), TOBN(0xe571c99e, 0x27e2a369),
    +     TOBN(0x40cb76c0, 0x10d9f197), TOBN(0xc308c289, 0x3167c0ae),
    +     TOBN(0xa6ef9dd3, 0xeb7958f2), TOBN(0xa7226dfc, 0x300879b1),
    +     TOBN(0x6cd0b362, 0x7edf0636), TOBN(0x4efbce6c, 0x7bc37eed),
    +     TOBN(0x75f92a05, 0x8d699021), TOBN(0x586d4c79, 0x772566e3),
    +     TOBN(0x378ca5f1, 0x761ad23a), TOBN(0x650d86fc, 0x1465a8ac),
    +     TOBN(0x7a4ed457, 0x842ba251), TOBN(0x6b65e3e6, 0x42234933),
    +     TOBN(0xaf1543b7, 0x31aad657), TOBN(0xa4cefe98, 0xcbfec369),
    +     TOBN(0xb587da90, 0x9f47befb), TOBN(0x6562e9fb, 0x41312d13),
    +     TOBN(0xa691ea59, 0xeff1cefe), TOBN(0xcc30477a, 0x05fc4cf6),
    +     TOBN(0xa1632461, 0x0b0ffd3d), TOBN(0xa1f16f3b, 0x5b355956),
    +     TOBN(0x5b148d53, 0x4224ec24), TOBN(0xdc834e7b, 0xf977012a),
    +     TOBN(0x7bfc5e75, 0xb2c69dbc), TOBN(0x3aa77a29, 0x03c3da6c),
    +     TOBN(0xde0df03c, 0xca910271), TOBN(0xcbd5ca4a, 0x7806dc55),
    +     TOBN(0xe1ca5807, 0x6db476cb), TOBN(0xfde15d62, 0x5f37a31e),
    +     TOBN(0xf49af520, 0xf41af416), TOBN(0x96c5c5b1, 0x7d342db5),
    +     TOBN(0x155c43b7, 0xeb4ceb9b), TOBN(0x2e993010, 0x4e77371a),
    +     TOBN(0x1d2987da, 0x675d43af), TOBN(0xef2bc1c0, 0x8599fd72),
    +     TOBN(0x96894b7b, 0x9342f6b2), TOBN(0x201eadf2, 0x7c8e71f0),
    +     TOBN(0xf3479d9f, 0x4a1f3efc), TOBN(0xe0f8a742, 0x702a9704),
    +     TOBN(0xeafd44b6, 0xb3eba40c), TOBN(0xf9739f29, 0xc1c1e0d0),
    +     TOBN(0x0091471a, 0x619d505e), TOBN(0xc15f9c96, 0x9d7c263e),
    +     TOBN(0x5be47285, 0x83afbe33), TOBN(0xa3b6d6af, 0x04f1e092),
    +     TOBN(0xe76526b9, 0x751a9d11), TOBN(0x2ec5b26d, 0x9a4ae4d2),
    +     TOBN(0xeb66f4d9, 0x02f6fb8d), TOBN(0x4063c561, 0x96912164),
    +     TOBN(0xeb7050c1, 0x80ef3000), TOBN(0x288d1c33, 0xeaa5b3f0),
    +     TOBN(0xe87c68d6, 0x07806fd8), TOBN(0xb2f7f9d5, 0x4bbbf50f),
    +     TOBN(0x25972f3a, 0xac8d6627), TOBN(0xf8547774, 0x10e8c13b),
    +     TOBN(0xcc50ef6c, 0x872b4a60), TOBN(0xab2a34a4, 0x4613521b),
    +     TOBN(0x39c5c190, 0x983e15d1), TOBN(0x61dde5df, 0x59905512),
    +     TOBN(0xe417f621, 0x9f2275f3), TOBN(0x0750c8b6, 0x451d894b),
    +     TOBN(0x75b04ab9, 0x78b0bdaa), TOBN(0x3bfd9fd4, 0x458589bd),
    +     TOBN(0xf1013e30, 0xee9120b6), TOBN(0x2b51af93, 0x23a4743e),
    +     TOBN(0xea96ffae, 0x48d14d9e), TOBN(0x71dc0dbe, 0x698a1d32),
    +     TOBN(0x914962d2, 0x0180cca4), TOBN(0x1ae60677, 0xc3568963),
    +     TOBN(0x8cf227b1, 0x437bc444), TOBN(0xc650c83b, 0xc9962c7a),
    +     TOBN(0x23c2c7dd, 0xfe7ccfc4), TOBN(0xf925c89d, 0x1b929d48),
    +     TOBN(0x4460f74b, 0x06783c33), TOBN(0xac2c8d49, 0xa590475a),
    +     TOBN(0xfb40b407, 0xb807bba0), TOBN(0x9d1e362d, 0x69ff8f3a),
    +     TOBN(0xa33e9681, 0xcbef64a4), TOBN(0x67ece5fa, 0x332fb4b2),
    +     TOBN(0x6900a99b, 0x739f10e3), TOBN(0xc3341ca9, 0xff525925),
    +     TOBN(0xee18a626, 0xa9e2d041), TOBN(0xa5a83685, 0x29580ddd),
    +     TOBN(0xf3470c81, 0x9d7de3cd), TOBN(0xedf02586, 0x2062cf9c),
    +     TOBN(0xf43522fa, 0xc010edb0), TOBN(0x30314135, 0x13a4b1ae),
    +     TOBN(0xc792e02a, 0xdb22b94b), TOBN(0x993d8ae9, 0xa1eaa45b),
    +     TOBN(0x8aad6cd3, 0xcd1e1c63), TOBN(0x89529ca7, 0xc5ce688a),
    +     TOBN(0x2ccee3aa, 0xe572a253), TOBN(0xe02b6438, 0x02a21efb),
    +     TOBN(0xa7091b6e, 0xc9430358), TOBN(0x06d1b1fa, 0x9d7db504),
    +     TOBN(0x58846d32, 0xc4744733), TOBN(0x40517c71, 0x379f9e34),
    +     TOBN(0x2f65655f, 0x130ef6ca), TOBN(0x526e4488, 0xf1f3503f),
    +     TOBN(0x8467bd17, 0x7ee4a976), TOBN(0x1d9dc913, 0x921363d1),
    +     TOBN(0xd8d24c33, 0xb069e041), TOBN(0x5eb5da0a, 0x2cdf7f51),
    +     TOBN(0x1c0f3cb1, 0x197b994f), TOBN(0x3c95a6c5, 0x2843eae9),
    +     TOBN(0x7766ffc9, 0xa6097ea5), TOBN(0x7bea4093, 0xd723b867),
    +     TOBN(0xb48e1f73, 0x4db378f9), TOBN(0x70025b00, 0xe37b77ac),
    +     TOBN(0x943dc8e7, 0xaf24ad46), TOBN(0xb98a15ac, 0x16d00a85),
    +     TOBN(0x3adc38ba, 0x2743b004), TOBN(0xb1c7f4f7, 0x334415ee),
    +     TOBN(0xea43df8f, 0x1e62d05a), TOBN(0x32618905, 0x9d76a3b6),
    +     TOBN(0x2fbd0bb5, 0xa23a0f46), TOBN(0x5bc971db, 0x6a01918c),
    +     TOBN(0x7801d94a, 0xb4743f94), TOBN(0xb94df65e, 0x676ae22b),
    +     TOBN(0xaafcbfab, 0xaf95894c), TOBN(0x7b9bdc07, 0x276b2241),
    +     TOBN(0xeaf98362, 0x5bdda48b), TOBN(0x5977faf2, 0xa3fcb4df),
    +     TOBN(0xbed042ef, 0x052c4b5b), TOBN(0x9fe87f71, 0x067591f0),
    +     TOBN(0xc89c73ca, 0x22f24ec7), TOBN(0x7d37fa9e, 0xe64a9f1b),
    +     TOBN(0x2710841a, 0x15562627), TOBN(0x2c01a613, 0xc243b034),
    +     TOBN(0x1d135c56, 0x2bc68609), TOBN(0xc2ca1715, 0x8b03f1f6),
    +     TOBN(0xc9966c2d, 0x3eb81d82), TOBN(0xc02abf4a, 0x8f6df13e),
    +     TOBN(0x77b34bd7, 0x8f72b43b), TOBN(0xaff6218f, 0x360c82b0),
    +     TOBN(0x0aa5726c, 0x8d55b9d2), TOBN(0xdc0adbe9, 0x99e9bffb),
    +     TOBN(0x9097549c, 0xefb9e72a), TOBN(0x16755712, 0x9dfb3111),
    +     TOBN(0xdd8bf984, 0xf26847f9), TOBN(0xbcb8e387, 0xdfb30cb7),
    +     TOBN(0xc1fd32a7, 0x5171ef9c), TOBN(0x977f3fc7, 0x389b363f),
    +     TOBN(0x116eaf2b, 0xf4babda0), TOBN(0xfeab68bd, 0xf7113c8e),
    +     TOBN(0xd1e3f064, 0xb7def526), TOBN(0x1ac30885, 0xe0b3fa02),
    +     TOBN(0x1c5a6e7b, 0x40142d9d), TOBN(0x839b5603, 0x30921c0b),
    +     TOBN(0x48f301fa, 0x36a116a3), TOBN(0x380e1107, 0xcfd9ee6d),
    +     TOBN(0x7945ead8, 0x58854be1), TOBN(0x4111c12e, 0xcbd4d49d),
    +     TOBN(0xece3b1ec, 0x3a29c2ef), TOBN(0x6356d404, 0x8d3616f5),
    +     TOBN(0x9f0d6a8f, 0x594d320e), TOBN(0x0989316d, 0xf651ccd2),
    +     TOBN(0x6c32117a, 0x0f8fdde4), TOBN(0x9abe5cc5, 0xa26a9bbc),
    +     TOBN(0xcff560fb, 0x9723f671), TOBN(0x21b2a12d, 0x7f3d593c),
    +     TOBN(0xe4cb18da, 0x24ba0696), TOBN(0x186e2220, 0xc3543384),
    +     TOBN(0x722f64e0, 0x88312c29), TOBN(0x94282a99, 0x17dc7752),
    +     TOBN(0x62467bbf, 0x5a85ee89), TOBN(0xf435c650, 0xf10076a0),
    +     TOBN(0xc9ff1539, 0x43b3a50b), TOBN(0x7132130c, 0x1a53efbc),
    +     TOBN(0x31bfe063, 0xf7b0c5b7), TOBN(0xb0179a7d, 0x4ea994cc),
    +     TOBN(0x12d064b3, 0xc85f455b), TOBN(0x47259328, 0x8f6e0062),
    +     TOBN(0xf64e590b, 0xb875d6d9), TOBN(0x22dd6225, 0xad92bcc7),
    +     TOBN(0xb658038e, 0xb9c3bd6d), TOBN(0x00cdb0d6, 0xfbba27c8),
    +     TOBN(0x0c681337, 0x1062c45d), TOBN(0xd8515b8c, 0x2d33407d),
    +     TOBN(0xcb8f699e, 0x8cbb5ecf), TOBN(0x8c4347f8, 0xc608d7d8),
    +     TOBN(0x2c11850a, 0xbb3e00db), TOBN(0x20a8dafd, 0xecb49d19),
    +     TOBN(0xbd781480, 0x45ee2f40), TOBN(0x75e354af, 0x416b60cf),
    +     TOBN(0xde0b58a1, 0x8d49a8c4), TOBN(0xe40e94e2, 0xfa359536),
    +     TOBN(0xbd4fa59f, 0x62accd76), TOBN(0x05cf466a, 0x8c762837),
    +     TOBN(0xb5abda99, 0x448c277b), TOBN(0x5a9e01bf, 0x48b13740),
    +     TOBN(0x9d457798, 0x326aad8d), TOBN(0xbdef4954, 0xc396f7e7),
    +     TOBN(0x6fb274a2, 0xc253e292), TOBN(0x2800bf0a, 0x1cfe53e7),
    +     TOBN(0x22426d31, 0x44438fd4), TOBN(0xef233923, 0x5e259f9a),
    +     TOBN(0x4188503c, 0x03f66264), TOBN(0x9e5e7f13, 0x7f9fdfab),
    +     TOBN(0x565eb76c, 0x5fcc1aba), TOBN(0xea632548, 0x59b5bff8),
    +     TOBN(0x5587c087, 0xaab6d3fa), TOBN(0x92b639ea, 0x6ce39c1b),
    +     TOBN(0x0706e782, 0x953b135c), TOBN(0x7308912e, 0x425268ef),
    +     TOBN(0x599e92c7, 0x090e7469), TOBN(0x83b90f52, 0x9bc35e75),
    +     TOBN(0x4750b3d0, 0x244975b3), TOBN(0xf3a44358, 0x11965d72),
    +     TOBN(0x179c6774, 0x9c8dc751), TOBN(0xff18cdfe, 0xd23d9ff0),
    +     TOBN(0xc4013833, 0x2028e247), TOBN(0x96e280e2, 0xf3bfbc79),
    +     TOBN(0xf60417bd, 0xd0880a84), TOBN(0x263c9f3d, 0x2a568151),
    +     TOBN(0x36be15b3, 0x2d2ce811), TOBN(0x846dc0c2, 0xf8291d21),
    +     TOBN(0x5cfa0ecb, 0x789fcfdb), TOBN(0x45a0beed, 0xd7535b9a),
    +     TOBN(0xec8e9f07, 0x96d69af1), TOBN(0x31a7c5b8, 0x599ab6dc),
    +     TOBN(0xd36d45ef, 0xf9e2e09f), TOBN(0x3cf49ef1, 0xdcee954b),
    +     TOBN(0x6be34cf3, 0x086cff9b), TOBN(0x88dbd491, 0x39a3360f),
    +     TOBN(0x1e96b8cc, 0x0dbfbd1d), TOBN(0xc1e5f7bf, 0xcb7e2552),
    +     TOBN(0x0547b214, 0x28819d98), TOBN(0xc770dd9c, 0x7aea9dcb),
    +     TOBN(0xaef0d4c7, 0x041d68c8), TOBN(0xcc2b9818, 0x13cb9ba8),
    +     TOBN(0x7fc7bc76, 0xfe86c607), TOBN(0x6b7b9337, 0x502a9a95),
    +     TOBN(0x1948dc27, 0xd14dab63), TOBN(0x249dd198, 0xdae047be),
    +     TOBN(0xe8356584, 0xa981a202), TOBN(0x3531dd18, 0x3a893387),
    +     TOBN(0x1be11f90, 0xc85c7209), TOBN(0x93d2fe1e, 0xe2a52b5a),
    +     TOBN(0x8225bfe2, 0xec6d6b97), TOBN(0x9cf6d6f4, 0xbd0aa5de),
    +     TOBN(0x911459cb, 0x54779f5f), TOBN(0x5649cddb, 0x86aeb1f3),
    +     TOBN(0x32133579, 0x3f26ce5a), TOBN(0xc289a102, 0x550f431e),
    +     TOBN(0x559dcfda, 0x73b84c6f), TOBN(0x84973819, 0xee3ac4d7),
    +     TOBN(0xb51e55e6, 0xf2606a82), TOBN(0xe25f7061, 0x90f2fb57),
    +     TOBN(0xacef6c2a, 0xb1a4e37c), TOBN(0x864e359d, 0x5dcf2706),
    +     TOBN(0x479e6b18, 0x7ce57316), TOBN(0x2cab2500, 0x3a96b23d),
    +     TOBN(0xed489862, 0x8ef16df7), TOBN(0x2056538c, 0xef3758b5),
    +     TOBN(0xa7df865e, 0xf15d3101), TOBN(0x80c5533a, 0x61b553d7),
    +     TOBN(0x366e1997, 0x4ed14294), TOBN(0x6620741f, 0xb3c0bcd6),
    +     TOBN(0x21d1d9c4, 0xedc45418), TOBN(0x005b859e, 0xc1cc4a9d),
    +     TOBN(0xdf01f630, 0xa1c462f0), TOBN(0x15d06cf3, 0xf26820c7),
    +     TOBN(0x9f7f24ee, 0x3484be47), TOBN(0x2ff33e96, 0x4a0c902f),
    +     TOBN(0x00bdf457, 0x5a0bc453), TOBN(0x2378dfaf, 0x1aa238db),
    +     TOBN(0x272420ec, 0x856720f2), TOBN(0x2ad9d95b, 0x96797291),
    +     TOBN(0xd1242cc6, 0x768a1558), TOBN(0x2e287f8b, 0x5cc86aa8),
    +     TOBN(0x796873d0, 0x990cecaa), TOBN(0xade55f81, 0x675d4080),
    +     TOBN(0x2645eea3, 0x21f0cd84), TOBN(0x7a1efa0f, 0xb4e17d02),
    +     TOBN(0xf6858420, 0x037cc061), TOBN(0x682e05f0, 0xd5d43e12),
    +     TOBN(0x59c36994, 0x27218710), TOBN(0x85cbba4d, 0x3f7cd2fc),
    +     TOBN(0x726f9729, 0x7a3cd22a), TOBN(0x9f8cd5dc, 0x4a628397),
    +     TOBN(0x17b93ab9, 0xc23165ed), TOBN(0xff5f5dbf, 0x122823d4),
    +     TOBN(0xc1e4e4b5, 0x654a446d), TOBN(0xd1a9496f, 0x677257ba),
    +     TOBN(0x6387ba94, 0xde766a56), TOBN(0x23608bc8, 0x521ec74a),
    +     TOBN(0x16a522d7, 0x6688c4d4), TOBN(0x9d6b4282, 0x07373abd),
    +     TOBN(0xa62f07ac, 0xb42efaa3), TOBN(0xf73e00f7, 0xe3b90180),
    +     TOBN(0x36175fec, 0x49421c3e), TOBN(0xc4e44f9b, 0x3dcf2678),
    +     TOBN(0x76df436b, 0x7220f09f), TOBN(0x172755fb, 0x3aa8b6cf),
    +     TOBN(0xbab89d57, 0x446139cc), TOBN(0x0a0a6e02, 0x5fe0208f),
    +     TOBN(0xcdbb63e2, 0x11e5d399), TOBN(0x33ecaa12, 0xa8977f0b),
    +     TOBN(0x59598b21, 0xf7c42664), TOBN(0xb3e91b32, 0xab65d08a),
    +     TOBN(0x035822ee, 0xf4502526), TOBN(0x1dcf0176, 0x720a82a9),
    +     TOBN(0x50f8598f, 0x3d589e02), TOBN(0xdf0478ff, 0xb1d63d2c),
    +     TOBN(0x8b8068bd, 0x1571cd07), TOBN(0x30c3aa4f, 0xd79670cd),
    +     TOBN(0x25e8fd4b, 0x941ade7f), TOBN(0x3d1debdc, 0x32790011),
    +     TOBN(0x65b6dcbd, 0x3a3f9ff0), TOBN(0x282736a4, 0x793de69c),
    +     TOBN(0xef69a0c3, 0xd41d3bd3), TOBN(0xb533b8c9, 0x07a26bde),
    +     TOBN(0xe2801d97, 0xdb2edf9f), TOBN(0xdc4a8269, 0xe1877af0),
    +     TOBN(0x6c1c5851, 0x3d590dbe), TOBN(0x84632f6b, 0xee4e9357),
    +     TOBN(0xd36d36b7, 0x79b33374), TOBN(0xb46833e3, 0x9bbca2e6),
    +     TOBN(0x37893913, 0xf7fc0586), TOBN(0x385315f7, 0x66bf4719),
    +     TOBN(0x72c56293, 0xb31855dc), TOBN(0xd1416d4e, 0x849061fe),
    +     TOBN(0xbeb3ab78, 0x51047213), TOBN(0x447f6e61, 0xf040c996),
    +     TOBN(0xd06d310d, 0x638b1d0c), TOBN(0xe28a413f, 0xbad1522e),
    +     TOBN(0x685a76cb, 0x82003f86), TOBN(0x610d07f7, 0x0bcdbca3),
    +     TOBN(0x6ff66021, 0x9ca4c455), TOBN(0x7df39b87, 0xcea10eec),
    +     TOBN(0xb9255f96, 0xe22db218), TOBN(0x8cc6d9eb, 0x08a34c44),
    +     TOBN(0xcd4ffb86, 0x859f9276), TOBN(0x8fa15eb2, 0x50d07335),
    +     TOBN(0xdf553845, 0xcf2c24b5), TOBN(0x89f66a9f, 0x52f9c3ba),
    +     TOBN(0x8f22b5b9, 0xe4a7ceb3), TOBN(0xaffef809, 0x0e134686),
    +     TOBN(0x3e53e1c6, 0x8eb8fac2), TOBN(0x93c1e4eb, 0x28aec98e),
    +     TOBN(0xb6b91ec5, 0x32a43bcb), TOBN(0x2dbfa947, 0xb2d74a51),
    +     TOBN(0xe065d190, 0xca84bad7), TOBN(0xfb13919f, 0xad58e65c),
    +     TOBN(0x3c41718b, 0xf1cb6e31), TOBN(0x688969f0, 0x06d05c3f),
    +     TOBN(0xd4f94ce7, 0x21264d45), TOBN(0xfdfb65e9, 0x7367532b),
    +     TOBN(0x5b1be8b1, 0x0945a39d), TOBN(0x229f789c, 0x2b8baf3b),
    +     TOBN(0xd8f41f3e, 0x6f49f15d), TOBN(0x678ce828, 0x907f0792),
    +     TOBN(0xc69ace82, 0xfca6e867), TOBN(0x106451ae, 0xd01dcc89),
    +     TOBN(0x1bb4f7f0, 0x19fc32d2), TOBN(0x64633dfc, 0xb00c52d2),
    +     TOBN(0x8f13549a, 0xad9ea445), TOBN(0x99a3bf50, 0xfb323705),
    +     TOBN(0x0c9625a2, 0x534d4dbc), TOBN(0x45b8f1d1, 0xc2a2fea3),
    +     TOBN(0x76ec21a1, 0xa530fc1a), TOBN(0x4bac9c2a, 0x9e5bd734),
    +     TOBN(0x5996d76a, 0x7b4e3587), TOBN(0x0045cdee, 0x1182d9e3),
    +     TOBN(0x1aee24b9, 0x1207f13d), TOBN(0x66452e97, 0x97345a41),
    +     TOBN(0x16e5b054, 0x9f950cd0), TOBN(0x9cc72fb1, 0xd7fdd075),
    +     TOBN(0x6edd61e7, 0x66249663), TOBN(0xde4caa4d, 0xf043cccb),
    +     TOBN(0x11b1f57a, 0x55c7ac17), TOBN(0x779cbd44, 0x1a85e24d),
    +     TOBN(0x78030f86, 0xe46081e7), TOBN(0xfd4a6032, 0x8e20f643),
    +     TOBN(0xcc7a6488, 0x0a750c0f), TOBN(0x39bacfe3, 0x4e548e83),
    +     TOBN(0x3d418c76, 0x0c110f05), TOBN(0x3e4daa4c, 0xb1f11588),
    +     TOBN(0x2733e7b5, 0x5ffc69ff), TOBN(0x46f147bc, 0x92053127),
    +     TOBN(0x885b2434, 0xd722df94), TOBN(0x6a444f65, 0xe6fc6b7c)}
    +    ,
    +    {TOBN(0x7a1a465a, 0xc3f16ea8), TOBN(0x115a461d, 0xb2f1d11c),
    +     TOBN(0x4767dd95, 0x6c68a172), TOBN(0x3392f2eb, 0xd13a4698),
    +     TOBN(0xc7a99ccd, 0xe526cdc7), TOBN(0x8e537fdc, 0x22292b81),
    +     TOBN(0x76d8cf69, 0xa6d39198), TOBN(0xffc5ff43, 0x2446852d),
    +     TOBN(0x97b14f7e, 0xa90567e6), TOBN(0x513257b7, 0xb6ae5cb7),
    +     TOBN(0x85454a3c, 0x9f10903d), TOBN(0xd8d2c9ad, 0x69bc3724),
    +     TOBN(0x38da9324, 0x6b29cb44), TOBN(0xb540a21d, 0x77c8cbac),
    +     TOBN(0x9bbfe435, 0x01918e42), TOBN(0xfffa707a, 0x56c3614e),
    +     TOBN(0x0ce4e3f1, 0xd4e353b7), TOBN(0x062d8a14, 0xef46b0a0),
    +     TOBN(0x6408d5ab, 0x574b73fd), TOBN(0xbc41d1c9, 0xd3273ffd),
    +     TOBN(0x3538e1e7, 0x6be77800), TOBN(0x71fe8b37, 0xc5655031),
    +     TOBN(0x1cd91621, 0x6b9b331a), TOBN(0xad825d0b, 0xbb388f73),
    +     TOBN(0x56c2e05b, 0x1cb76219), TOBN(0x0ec0bf91, 0x71567e7e),
    +     TOBN(0xe7076f86, 0x61c4c910), TOBN(0xd67b085b, 0xbabc04d9),
    +     TOBN(0x9fb90459, 0x5e93a96a), TOBN(0x7526c1ea, 0xfbdc249a),
    +     TOBN(0x0d44d367, 0xecdd0bb7), TOBN(0x95399917, 0x9dc0d695),
    +     TOBN(0x61360ee9, 0x9e240d18), TOBN(0x057cdcac, 0xb4b94466),
    +     TOBN(0xe7667cd1, 0x2fe5325c), TOBN(0x1fa297b5, 0x21974e3b),
    +     TOBN(0xfa4081e7, 0xdb083d76), TOBN(0x31993be6, 0xf206bd15),
    +     TOBN(0x8949269b, 0x14c19f8c), TOBN(0x21468d72, 0xa9d92357),
    +     TOBN(0x2ccbc583, 0xa4c506ec), TOBN(0x957ed188, 0xd1acfe97),
    +     TOBN(0x8baed833, 0x12f1aea2), TOBN(0xef2a6cb4, 0x8325362d),
    +     TOBN(0x130dde42, 0x8e195c43), TOBN(0xc842025a, 0x0e6050c6),
    +     TOBN(0x2da972a7, 0x08686a5d), TOBN(0xb52999a1, 0xe508b4a8),
    +     TOBN(0xd9f090b9, 0x10a5a8bd), TOBN(0xca91d249, 0x096864da),
    +     TOBN(0x8e6a93be, 0x3f67dbc1), TOBN(0xacae6fba, 0xf5f4764c),
    +     TOBN(0x1563c6e0, 0xd21411a0), TOBN(0x28fa787f, 0xda0a4ad8),
    +     TOBN(0xd524491c, 0x908c8030), TOBN(0x1257ba0e, 0x4c795f07),
    +     TOBN(0x83f49167, 0xceca9754), TOBN(0x426d2cf6, 0x4b7939a0),
    +     TOBN(0x2555e355, 0x723fd0bf), TOBN(0xa96e6d06, 0xc4f144e2),
    +     TOBN(0x4768a8dd, 0x87880e61), TOBN(0x15543815, 0xe508e4d5),
    +     TOBN(0x09d7e772, 0xb1b65e15), TOBN(0x63439dd6, 0xac302fa0),
    +     TOBN(0xb93f802f, 0xc14e35c2), TOBN(0x71735b7c, 0x4341333c),
    +     TOBN(0x03a25104, 0x16d4f362), TOBN(0x3f4d069b, 0xbf433c8e),
    +     TOBN(0x0d83ae01, 0xf78f5a7c), TOBN(0x50a8ffbe, 0x7c4eed07),
    +     TOBN(0xc74f8906, 0x76e10f83), TOBN(0x7d080966, 0x9ddaf8e1),
    +     TOBN(0xb11df8e1, 0x698e04cc), TOBN(0x877be203, 0x169005c8),
    +     TOBN(0x32749e8c, 0x4f3c6179), TOBN(0x2dbc9d0a, 0x7853fc05),
    +     TOBN(0x187d4f93, 0x9454d937), TOBN(0xe682ce9d, 0xb4800e1b),
    +     TOBN(0xa9129ad8, 0x165e68e8), TOBN(0x0fe29735, 0xbe7f785b),
    +     TOBN(0x5303f40c, 0x5b9e02b7), TOBN(0xa37c9692, 0x35ee04e8),
    +     TOBN(0x5f46cc20, 0x34d6632b), TOBN(0x55ef72b2, 0x96ac545b),
    +     TOBN(0xabec5c1f, 0x7b91b062), TOBN(0x0a79e1c7, 0xbb33e821),
    +     TOBN(0xbb04b428, 0x3a9f4117), TOBN(0x0de1f28f, 0xfd2a475a),
    +     TOBN(0x31019ccf, 0x3a4434b4), TOBN(0xa3458111, 0x1a7954dc),
    +     TOBN(0xa9dac80d, 0xe34972a7), TOBN(0xb043d054, 0x74f6b8dd),
    +     TOBN(0x021c319e, 0x11137b1a), TOBN(0x00a754ce, 0xed5cc03f),
    +     TOBN(0x0aa2c794, 0xcbea5ad4), TOBN(0x093e67f4, 0x70c015b6),
    +     TOBN(0x72cdfee9, 0xc97e3f6b), TOBN(0xc10bcab4, 0xb6da7461),
    +     TOBN(0x3b02d2fc, 0xb59806b9), TOBN(0x85185e89, 0xa1de6f47),
    +     TOBN(0x39e6931f, 0x0eb6c4d4), TOBN(0x4d4440bd, 0xd4fa5b04),
    +     TOBN(0x5418786e, 0x34be7eb8), TOBN(0x6380e521, 0x9d7259bc),
    +     TOBN(0x20ac0351, 0xd598d710), TOBN(0x272c4166, 0xcb3a4da4),
    +     TOBN(0xdb82fe1a, 0xca71de1f), TOBN(0x746e79f2, 0xd8f54b0f),
    +     TOBN(0x6e7fc736, 0x4b573e9b), TOBN(0x75d03f46, 0xfd4b5040),
    +     TOBN(0x5c1cc36d, 0x0b98d87b), TOBN(0x513ba3f1, 0x1f472da1),
    +     TOBN(0x79d0af26, 0xabb177dd), TOBN(0xf82ab568, 0x7891d564),
    +     TOBN(0x2b6768a9, 0x72232173), TOBN(0xefbb3bb0, 0x8c1f6619),
    +     TOBN(0xb29c11db, 0xa6d18358), TOBN(0x519e2797, 0xb0916d3a),
    +     TOBN(0xd4dc18f0, 0x9188e290), TOBN(0x648e86e3, 0x98b0ca7f),
    +     TOBN(0x859d3145, 0x983c38b5), TOBN(0xb14f176c, 0x637abc8b),
    +     TOBN(0x2793fb9d, 0xcaff7be6), TOBN(0xebe5a55f, 0x35a66a5a),
    +     TOBN(0x7cec1dcd, 0x9f87dc59), TOBN(0x7c595cd3, 0xfbdbf560),
    +     TOBN(0x5b543b22, 0x26eb3257), TOBN(0x69080646, 0xc4c935fd),
    +     TOBN(0x7f2e4403, 0x81e9ede3), TOBN(0x243c3894, 0xcaf6df0a),
    +     TOBN(0x7c605bb1, 0x1c073b11), TOBN(0xcd06a541, 0xba6a4a62),
    +     TOBN(0x29168949, 0x49d4e2e5), TOBN(0x33649d07, 0x4af66880),
    +     TOBN(0xbfc0c885, 0xe9a85035), TOBN(0xb4e52113, 0xfc410f4b),
    +     TOBN(0xdca3b706, 0x78a6513b), TOBN(0x92ea4a2a, 0x9edb1943),
    +     TOBN(0x02642216, 0xdb6e2dd8), TOBN(0x9b45d0b4, 0x9fd57894),
    +     TOBN(0x114e70db, 0xc69d11ae), TOBN(0x1477dd19, 0x4c57595f),
    +     TOBN(0xbc2208b4, 0xec77c272), TOBN(0x95c5b4d7, 0xdb68f59c),
    +     TOBN(0xb8c4fc63, 0x42e532b7), TOBN(0x386ba422, 0x9ae35290),
    +     TOBN(0xfb5dda42, 0xd201ecbc), TOBN(0x2353dc8b, 0xa0e38fd6),
    +     TOBN(0x9a0b85ea, 0x68f7e978), TOBN(0x96ec5682, 0x2ad6d11f),
    +     TOBN(0x5e279d6c, 0xe5f6886d), TOBN(0xd3fe03cd, 0x3cb1914d),
    +     TOBN(0xfe541fa4, 0x7ea67c77), TOBN(0x952bd2af, 0xe3ea810c),
    +     TOBN(0x791fef56, 0x8d01d374), TOBN(0xa3a1c621, 0x0f11336e),
    +     TOBN(0x5ad0d5a9, 0xc7ec6d79), TOBN(0xff7038af, 0x3225c342),
    +     TOBN(0x003c6689, 0xbc69601b), TOBN(0x25059bc7, 0x45e8747d),
    +     TOBN(0xfa4965b2, 0xf2086fbf), TOBN(0xf6840ea6, 0x86916078),
    +     TOBN(0xd7ac7620, 0x70081d6c), TOBN(0xe600da31, 0xb5328645),
    +     TOBN(0x01916f63, 0x529b8a80), TOBN(0xe80e4858, 0x2d7d6f3e),
    +     TOBN(0x29eb0fe8, 0xd664ca7c), TOBN(0xf017637b, 0xe7b43b0c),
    +     TOBN(0x9a75c806, 0x76cb2566), TOBN(0x8f76acb1, 0xb24892d9),
    +     TOBN(0x7ae7b9cc, 0x1f08fe45), TOBN(0x19ef7329, 0x6a4907d8),
    +     TOBN(0x2db4ab71, 0x5f228bf0), TOBN(0xf3cdea39, 0x817032d7),
    +     TOBN(0x0b1f482e, 0xdcabe3c0), TOBN(0x3baf76b4, 0xbb86325c),
    +     TOBN(0xd49065e0, 0x10089465), TOBN(0x3bab5d29, 0x8e77c596),
    +     TOBN(0x7636c3a6, 0x193dbd95), TOBN(0xdef5d294, 0xb246e499),
    +     TOBN(0xb22c58b9, 0x286b2475), TOBN(0xa0b93939, 0xcd80862b),
    +     TOBN(0x3002c83a, 0xf0992388), TOBN(0x6de01f9b, 0xeacbe14c),
    +     TOBN(0x6aac688e, 0xadd70482), TOBN(0x708de92a, 0x7b4a4e8a),
    +     TOBN(0x75b6dd73, 0x758a6eef), TOBN(0xea4bf352, 0x725b3c43),
    +     TOBN(0x10041f2c, 0x87912868), TOBN(0xb1b1be95, 0xef09297a),
    +     TOBN(0x19ae23c5, 0xa9f3860a), TOBN(0xc4f0f839, 0x515dcf4b),
    +     TOBN(0x3c7ecca3, 0x97f6306a), TOBN(0x744c44ae, 0x68a3a4b0),
    +     TOBN(0x69cd13a0, 0xb3a1d8a2), TOBN(0x7cad0a1e, 0x5256b578),
    +     TOBN(0xea653fcd, 0x33791d9e), TOBN(0x9cc2a05d, 0x74b2e05f),
    +     TOBN(0x73b391dc, 0xfd7affa2), TOBN(0xddb7091e, 0xb6b05442),
    +     TOBN(0xc71e27bf, 0x8538a5c6), TOBN(0x195c63dd, 0x89abff17),
    +     TOBN(0xfd315285, 0x1b71e3da), TOBN(0x9cbdfda7, 0xfa680fa0),
    +     TOBN(0x9db876ca, 0x849d7eab), TOBN(0xebe2764b, 0x3c273271),
    +     TOBN(0x663357e3, 0xf208dcea), TOBN(0x8c5bd833, 0x565b1b70),
    +     TOBN(0xccc3b4f5, 0x9837fc0d), TOBN(0x9b641ba8, 0xa79cf00f),
    +     TOBN(0x7428243d, 0xdfdf3990), TOBN(0x83a594c4, 0x020786b1),
    +     TOBN(0xb712451a, 0x526c4502), TOBN(0x9d39438e, 0x6adb3f93),
    +     TOBN(0xfdb261e3, 0xe9ff0ccd), TOBN(0x80344e3c, 0xe07af4c3),
    +     TOBN(0x75900d7c, 0x2fa4f126), TOBN(0x08a3b865, 0x5c99a232),
    +     TOBN(0x2478b6bf, 0xdb25e0c3), TOBN(0x482cc2c2, 0x71db2edf),
    +     TOBN(0x37df7e64, 0x5f321bb8), TOBN(0x8a93821b, 0x9a8005b4),
    +     TOBN(0x3fa2f10c, 0xcc8c1958), TOBN(0x0d332218, 0x2c269d0a),
    +     TOBN(0x20ab8119, 0xe246b0e6), TOBN(0xb39781e4, 0xd349fd17),
    +     TOBN(0xd293231e, 0xb31aa100), TOBN(0x4b779c97, 0xbb032168),
    +     TOBN(0x4b3f19e1, 0xc8470500), TOBN(0x45b7efe9, 0x0c4c869d),
    +     TOBN(0xdb84f38a, 0xa1a6bbcc), TOBN(0x3b59cb15, 0xb2fddbc1),
    +     TOBN(0xba5514df, 0x3fd165e8), TOBN(0x499fd6a9, 0x061f8811),
    +     TOBN(0x72cd1fe0, 0xbfef9f00), TOBN(0x120a4bb9, 0x79ad7e8a),
    +     TOBN(0xf2ffd095, 0x5f4a5ac5), TOBN(0xcfd174f1, 0x95a7a2f0),
    +     TOBN(0xd42301ba, 0x9d17baf1), TOBN(0xd2fa487a, 0x77f22089),
    +     TOBN(0x9cb09efe, 0xb1dc77e1), TOBN(0xe9566939, 0x21c99682),
    +     TOBN(0x8c546901, 0x6c6067bb), TOBN(0xfd378574, 0x61c24456),
    +     TOBN(0x2b6a6cbe, 0x81796b33), TOBN(0x62d550f6, 0x58e87f8b),
    +     TOBN(0x1b763e1c, 0x7f1b01b4), TOBN(0x4b93cfea, 0x1b1b5e12),
    +     TOBN(0xb9345238, 0x1d531696), TOBN(0x57201c00, 0x88cdde69),
    +     TOBN(0xdde92251, 0x9a86afc7), TOBN(0xe3043895, 0xbd35cea8),
    +     TOBN(0x7608c1e1, 0x8555970d), TOBN(0x8267dfa9, 0x2535935e),
    +     TOBN(0xd4c60a57, 0x322ea38b), TOBN(0xe0bf7977, 0x804ef8b5),
    +     TOBN(0x1a0dab28, 0xc06fece4), TOBN(0xd405991e, 0x94e7b49d),
    +     TOBN(0xc542b6d2, 0x706dab28), TOBN(0xcb228da3, 0xa91618fb),
    +     TOBN(0x224e4164, 0x107d1cea), TOBN(0xeb9fdab3, 0xd0f5d8f1),
    +     TOBN(0xc02ba386, 0x0d6e41cd), TOBN(0x676a72c5, 0x9b1f7146),
    +     TOBN(0xffd6dd98, 0x4d6cb00b), TOBN(0xcef9c5ca, 0xde2e8d7c),
    +     TOBN(0xa1bbf5d7, 0x641c7936), TOBN(0x1b95b230, 0xee8f772e),
    +     TOBN(0xf765a92e, 0xe8ac25b1), TOBN(0xceb04cfc, 0x3a18b7c6),
    +     TOBN(0x27944cef, 0x0acc8966), TOBN(0xcbb3c957, 0x434c1004),
    +     TOBN(0x9c9971a1, 0xa43ff93c), TOBN(0x5bc2db17, 0xa1e358a9),
    +     TOBN(0x45b4862e, 0xa8d9bc82), TOBN(0x70ebfbfb, 0x2201e052),
    +     TOBN(0xafdf64c7, 0x92871591), TOBN(0xea5bcae6, 0xb42d0219),
    +     TOBN(0xde536c55, 0x2ad8f03c), TOBN(0xcd6c3f4d, 0xa76aa33c),
    +     TOBN(0xbeb5f623, 0x0bca6de3), TOBN(0xdd20dd99, 0xb1e706fd),
    +     TOBN(0x90b3ff9d, 0xac9059d4), TOBN(0x2d7b2902, 0x7ccccc4e),
    +     TOBN(0x8a090a59, 0xce98840f), TOBN(0xa5d947e0, 0x8410680a),
    +     TOBN(0x49ae346a, 0x923379a5), TOBN(0x7dbc84f9, 0xb28a3156),
    +     TOBN(0xfd40d916, 0x54a1aff2), TOBN(0xabf318ba, 0x3a78fb9b),
    +     TOBN(0x50152ed8, 0x3029f95e), TOBN(0x9fc1dd77, 0xc58ad7fa),
    +     TOBN(0x5fa57915, 0x13595c17), TOBN(0xb9504668, 0x8f62b3a9),
    +     TOBN(0x907b5b24, 0xff3055b0), TOBN(0x2e995e35, 0x9a84f125),
    +     TOBN(0x87dacf69, 0x7e9bbcfb), TOBN(0x95d0c1d6, 0xe86d96e3),
    +     TOBN(0x65726e3c, 0x2d95a75c), TOBN(0x2c3c9001, 0xacd27f21),
    +     TOBN(0x1deab561, 0x6c973f57), TOBN(0x108b7e2c, 0xa5221643),
    +     TOBN(0x5fee9859, 0xc4ef79d4), TOBN(0xbd62b88a, 0x40d4b8c6),
    +     TOBN(0xb4dd29c4, 0x197c75d6), TOBN(0x266a6df2, 0xb7076feb),
    +     TOBN(0x9512d0ea, 0x4bf2df11), TOBN(0x1320c24f, 0x6b0cc9ec),
    +     TOBN(0x6bb1e0e1, 0x01a59596), TOBN(0x8317c5bb, 0xeff9aaac),
    +     TOBN(0x65bb405e, 0x385aa6c9), TOBN(0x613439c1, 0x8f07988f),
    +     TOBN(0xd730049f, 0x16a66e91), TOBN(0xe97f2820, 0xfa1b0e0d),
    +     TOBN(0x4131e003, 0x304c28ea), TOBN(0x820ab732, 0x526bac62),
    +     TOBN(0xb2ac9ef9, 0x28714423), TOBN(0x54ecfffa, 0xadb10cb2),
    +     TOBN(0x8781476e, 0xf886a4cc), TOBN(0x4b2c87b5, 0xdb2f8d49),
    +     TOBN(0xe857cd20, 0x0a44295d), TOBN(0x707d7d21, 0x58c6b044),
    +     TOBN(0xae8521f9, 0xf596757c), TOBN(0x87448f03, 0x67b2b714),
    +     TOBN(0x13a9bc45, 0x5ebcd58d), TOBN(0x79bcced9, 0x9122d3c1),
    +     TOBN(0x3c644247, 0x9e076642), TOBN(0x0cf22778, 0x2df4767d),
    +     TOBN(0x5e61aee4, 0x71d444b6), TOBN(0x211236bf, 0xc5084a1d),
    +     TOBN(0x7e15bc9a, 0x4fd3eaf6), TOBN(0x68df2c34, 0xab622bf5),
    +     TOBN(0x9e674f0f, 0x59bf4f36), TOBN(0xf883669b, 0xd7f34d73),
    +     TOBN(0xc48ac1b8, 0x31497b1d), TOBN(0x323b925d, 0x5106703b),
    +     TOBN(0x22156f42, 0x74082008), TOBN(0xeffc521a, 0xc8482bcb),
    +     TOBN(0x5c6831bf, 0x12173479), TOBN(0xcaa2528f, 0xc4739490),
    +     TOBN(0x84d2102a, 0x8f1b3c4d), TOBN(0xcf64dfc1, 0x2d9bec0d),
    +     TOBN(0x433febad, 0x78a546ef), TOBN(0x1f621ec3, 0x7b73cef1),
    +     TOBN(0x6aecd627, 0x37338615), TOBN(0x162082ab, 0x01d8edf6),
    +     TOBN(0x833a8119, 0x19e86b66), TOBN(0x6023a251, 0xd299b5db),
    +     TOBN(0xf5bb0c3a, 0xbbf04b89), TOBN(0x6735eb69, 0xae749a44),
    +     TOBN(0xd0e058c5, 0x4713de3b), TOBN(0xfdf2593e, 0x2c3d4ccd),
    +     TOBN(0x1b8f414e, 0xfdd23667), TOBN(0xdd52aaca, 0xfa2015ee),
    +     TOBN(0x3e31b517, 0xbd9625ff), TOBN(0x5ec9322d, 0x8db5918c),
    +     TOBN(0xbc73ac85, 0xa96f5294), TOBN(0x82aa5bf3, 0x61a0666a),
    +     TOBN(0x49755810, 0xbf08ac42), TOBN(0xd21cdfd5, 0x891cedfc),
    +     TOBN(0x918cb57b, 0x67f8be10), TOBN(0x365d1a7c, 0x56ffa726),
    +     TOBN(0x2435c504, 0x6532de93), TOBN(0xc0fc5e10, 0x2674cd02),
    +     TOBN(0x6e51fcf8, 0x9cbbb142), TOBN(0x1d436e5a, 0xafc50692),
    +     TOBN(0x766bffff, 0x3fbcae22), TOBN(0x3148c2fd, 0xfd55d3b8),
    +     TOBN(0x52c7fdc9, 0x233222fa), TOBN(0x89ff1092, 0xe419fb6b),
    +     TOBN(0x3cd6db99, 0x25254977), TOBN(0x2e85a161, 0x1cf12ca7),
    +     TOBN(0xadd2547c, 0xdc810bc9), TOBN(0xea3f458f, 0x9d257c22),
    +     TOBN(0x642c1fbe, 0x27d6b19b), TOBN(0xed07e6b5, 0x140481a6),
    +     TOBN(0x6ada1d42, 0x86d2e0f8), TOBN(0xe5920122, 0x0e8a9fd5),
    +     TOBN(0x02c936af, 0x708c1b49), TOBN(0x60f30fee, 0x2b4bfaff),
    +     TOBN(0x6637ad06, 0x858e6a61), TOBN(0xce4c7767, 0x3fd374d0),
    +     TOBN(0x39d54b2d, 0x7188defb), TOBN(0xa8c9d250, 0xf56a6b66),
    +     TOBN(0x58fc0f5e, 0xb24fe1dc), TOBN(0x9eaf9dee, 0x6b73f24c),
    +     TOBN(0xa90d588b, 0x33650705), TOBN(0xde5b62c5, 0xaf2ec729),
    +     TOBN(0x5c72cfae, 0xd3c2b36e), TOBN(0x868c19d5, 0x034435da),
    +     TOBN(0x88605f93, 0xe17ee145), TOBN(0xaa60c4ee, 0x77a5d5b1),
    +     TOBN(0xbcf5bfd2, 0x3b60c472), TOBN(0xaf4ef13c, 0xeb1d3049),
    +     TOBN(0x373f44fc, 0xe13895c9), TOBN(0xf29b382f, 0x0cbc9822),
    +     TOBN(0x1bfcb853, 0x73efaef6), TOBN(0xcf56ac9c, 0xa8c96f40),
    +     TOBN(0xd7adf109, 0x7a191e24), TOBN(0x98035f44, 0xbf8a8dc2),
    +     TOBN(0xf40a71b9, 0x1e750c84), TOBN(0xc57f7b0c, 0x5dc6c469),
    +     TOBN(0x49a0e79c, 0x6fbc19c1), TOBN(0x6b0f5889, 0xa48ebdb8),
    +     TOBN(0x5d3fd084, 0xa07c4e9f), TOBN(0xc3830111, 0xab27de14),
    +     TOBN(0x0e4929fe, 0x33e08dcc), TOBN(0xf4a5ad24, 0x40bb73a3),
    +     TOBN(0xde86c2bf, 0x490f97ca), TOBN(0x288f09c6, 0x67a1ce18),
    +     TOBN(0x364bb886, 0x1844478d), TOBN(0x7840fa42, 0xceedb040),
    +     TOBN(0x1269fdd2, 0x5a631b37), TOBN(0x94761f1e, 0xa47c8b7d),
    +     TOBN(0xfc0c2e17, 0x481c6266), TOBN(0x85e16ea2, 0x3daa5fa7),
    +     TOBN(0xccd86033, 0x92491048), TOBN(0x0c2f6963, 0xf4d402d7),
    +     TOBN(0x6336f7df, 0xdf6a865c), TOBN(0x0a2a463c, 0xb5c02a87),
    +     TOBN(0xb0e29be7, 0xbf2f12ee), TOBN(0xf0a22002, 0x66bad988),
    +     TOBN(0x27f87e03, 0x9123c1d7), TOBN(0x21669c55, 0x328a8c98),
    +     TOBN(0x186b9803, 0x92f14529), TOBN(0xd3d056cc, 0x63954df3),
    +     TOBN(0x2f03fd58, 0x175a46f6), TOBN(0x63e34ebe, 0x11558558),
    +     TOBN(0xe13fedee, 0x5b80cfa5), TOBN(0xe872a120, 0xd401dbd1),
    +     TOBN(0x52657616, 0xe8a9d667), TOBN(0xbc8da4b6, 0xe08d6693),
    +     TOBN(0x370fb9bb, 0x1b703e75), TOBN(0x6773b186, 0xd4338363),
    +     TOBN(0x18dad378, 0xecef7bff), TOBN(0xaac787ed, 0x995677da),
    +     TOBN(0x4801ea8b, 0x0437164b), TOBN(0xf430ad20, 0x73fe795e),
    +     TOBN(0xb164154d, 0x8ee5eb73), TOBN(0x0884ecd8, 0x108f7c0e),
    +     TOBN(0x0e6ec096, 0x5f520698), TOBN(0x640631fe, 0x44f7b8d9),
    +     TOBN(0x92fd34fc, 0xa35a68b9), TOBN(0x9c5a4b66, 0x4d40cf4e),
    +     TOBN(0x949454bf, 0x80b6783d), TOBN(0x80e701fe, 0x3a320a10),
    +     TOBN(0x8d1a564a, 0x1a0a39b2), TOBN(0x1436d53d, 0x320587db),
    +     TOBN(0xf5096e6d, 0x6556c362), TOBN(0xbc23a3c0, 0xe2455d7e),
    +     TOBN(0x3a7aee54, 0x807230f9), TOBN(0x9ba1cfa6, 0x22ae82fd),
    +     TOBN(0x833a057a, 0x99c5d706), TOBN(0x8be85f4b, 0x842315c9),
    +     TOBN(0xd083179a, 0x66a72f12), TOBN(0x2fc77d5d, 0xcdcc73cd),
    +     TOBN(0x22b88a80, 0x5616ee30), TOBN(0xfb09548f, 0xe7ab1083),
    +     TOBN(0x8ad6ab0d, 0x511270cd), TOBN(0x61f6c57a, 0x6924d9ab),
    +     TOBN(0xa0f7bf72, 0x90aecb08), TOBN(0x849f87c9, 0x0df784a4),
    +     TOBN(0x27c79c15, 0xcfaf1d03), TOBN(0xbbf9f675, 0xc463face),
    +     TOBN(0x91502c65, 0x765ba543), TOBN(0x18ce3cac, 0x42ea60dd),
    +     TOBN(0xe5cee6ac, 0x6e43ecb3), TOBN(0x63e4e910, 0x68f2aeeb),
    +     TOBN(0x26234fa3, 0xc85932ee), TOBN(0x96883e8b, 0x4c90c44d),
    +     TOBN(0x29b9e738, 0xa18a50f6), TOBN(0xbfc62b2a, 0x3f0420df),
    +     TOBN(0xd22a7d90, 0x6d3e1fa9), TOBN(0x17115618, 0xfe05b8a3),
    +     TOBN(0x2a0c9926, 0xbb2b9c01), TOBN(0xc739fcc6, 0xe07e76a2),
    +     TOBN(0x540e9157, 0x165e439a), TOBN(0x06353a62, 0x6a9063d8),
    +     TOBN(0x84d95594, 0x61e927a3), TOBN(0x013b9b26, 0xe2e0be7f),
    +     TOBN(0x4feaec3b, 0x973497f1), TOBN(0x15c0f94e, 0x093ebc2d),
    +     TOBN(0x6af5f227, 0x33af0583), TOBN(0x0c2af206, 0xc61f3340),
    +     TOBN(0xd25dbdf1, 0x4457397c), TOBN(0x2e8ed017, 0xcabcbae0),
    +     TOBN(0xe3010938, 0xc2815306), TOBN(0xbaa99337, 0xe8c6cd68),
    +     TOBN(0x08513182, 0x3b0ec7de), TOBN(0x1e1b822b, 0x58df05df),
    +     TOBN(0x5c14842f, 0xa5c3b683), TOBN(0x98fe977e, 0x3eba34ce),
    +     TOBN(0xfd2316c2, 0x0d5e8873), TOBN(0xe48d839a, 0xbd0d427d),
    +     TOBN(0x495b2218, 0x623fc961), TOBN(0x24ee56e7, 0xb46fba5e),
    +     TOBN(0x9184a55b, 0x91e4de58), TOBN(0xa7488ca5, 0xdfdea288),
    +     TOBN(0xa723862e, 0xa8dcc943), TOBN(0x92d762b2, 0x849dc0fc),
    +     TOBN(0x3c444a12, 0x091ff4a9), TOBN(0x581113fa, 0x0cada274),
    +     TOBN(0xb9de0a45, 0x30d8eae2), TOBN(0x5e0fcd85, 0xdf6b41ea),
    +     TOBN(0x6233ea68, 0xc094dbb5), TOBN(0xb77d062e, 0xd968d410),
    +     TOBN(0x3e719bbc, 0x58b3002d), TOBN(0x68e7dd3d, 0x3dc49d58),
    +     TOBN(0x8d825740, 0x013a5e58), TOBN(0x21311747, 0x3c9e3c1b),
    +     TOBN(0x0cb0a2a7, 0x7c99b6ab), TOBN(0x5c48a3b3, 0xc2f888f2)}
    +    ,
    +    {TOBN(0xc7913e91, 0x991724f3), TOBN(0x5eda799c, 0x39cbd686),
    +     TOBN(0xddb595c7, 0x63d4fc1e), TOBN(0x6b63b80b, 0xac4fed54),
    +     TOBN(0x6ea0fc69, 0x7e5fb516), TOBN(0x737708ba, 0xd0f1c964),
    +     TOBN(0x9628745f, 0x11a92ca5), TOBN(0x61f37958, 0x9a86967a),
    +     TOBN(0x9af39b2c, 0xaa665072), TOBN(0x78322fa4, 0xefd324ef),
    +     TOBN(0x3d153394, 0xc327bd31), TOBN(0x81d5f271, 0x3129dab0),
    +     TOBN(0xc72e0c42, 0xf48027f5), TOBN(0xaa40cdbc, 0x8536e717),
    +     TOBN(0xf45a657a, 0x2d369d0f), TOBN(0xb03bbfc4, 0xea7f74e6),
    +     TOBN(0x46a8c418, 0x0d738ded), TOBN(0x6f1a5bb0, 0xe0de5729),
    +     TOBN(0xf10230b9, 0x8ba81675), TOBN(0x32c6f30c, 0x112b33d4),
    +     TOBN(0x7559129d, 0xd8fffb62), TOBN(0x6a281b47, 0xb459bf05),
    +     TOBN(0x77c1bd3a, 0xfa3b6776), TOBN(0x0709b380, 0x7829973a),
    +     TOBN(0x8c26b232, 0xa3326505), TOBN(0x38d69272, 0xee1d41bf),
    +     TOBN(0x0459453e, 0xffe32afa), TOBN(0xce8143ad, 0x7cb3ea87),
    +     TOBN(0x932ec1fa, 0x7e6ab666), TOBN(0x6cd2d230, 0x22286264),
    +     TOBN(0x459a46fe, 0x6736f8ed), TOBN(0x50bf0d00, 0x9eca85bb),
    +     TOBN(0x0b825852, 0x877a21ec), TOBN(0x300414a7, 0x0f537a94),
    +     TOBN(0x3f1cba40, 0x21a9a6a2), TOBN(0x50824eee, 0x76943c00),
    +     TOBN(0xa0dbfcec, 0xf83cba5d), TOBN(0xf9538148, 0x93b4f3c0),
    +     TOBN(0x61744162, 0x48f24dd7), TOBN(0x5322d64d, 0xe4fb09dd),
    +     TOBN(0x57447384, 0x3d9325f3), TOBN(0xa9bef2d0, 0xf371cb84),
    +     TOBN(0x77d2188b, 0xa61e36c5), TOBN(0xbbd6a7d7, 0xc602df72),
    +     TOBN(0xba3aa902, 0x8f61bc0b), TOBN(0xf49085ed, 0x6ed0b6a1),
    +     TOBN(0x8bc625d6, 0xae6e8298), TOBN(0x832b0b1d, 0xa2e9c01d),
    +     TOBN(0xa337c447, 0xf1f0ced1), TOBN(0x800cc793, 0x9492dd2b),
    +     TOBN(0x4b93151d, 0xbea08efa), TOBN(0x820cf3f8, 0xde0a741e),
    +     TOBN(0xff1982dc, 0x1c0f7d13), TOBN(0xef921960, 0x84dde6ca),
    +     TOBN(0x1ad7d972, 0x45f96ee3), TOBN(0x319c8dbe, 0x29dea0c7),
    +     TOBN(0xd3ea3871, 0x7b82b99b), TOBN(0x75922d4d, 0x470eb624),
    +     TOBN(0x8f66ec54, 0x3b95d466), TOBN(0x66e673cc, 0xbee1e346),
    +     TOBN(0x6afe67c4, 0xb5f2b89a), TOBN(0x3de9c1e6, 0x290e5cd3),
    +     TOBN(0x8c278bb6, 0x310a2ada), TOBN(0x420fa384, 0x0bdb323b),
    +     TOBN(0x0ae1d63b, 0x0eb919b0), TOBN(0xd74ee51d, 0xa74b9620),
    +     TOBN(0x395458d0, 0xa674290c), TOBN(0x324c930f, 0x4620a510),
    +     TOBN(0x2d1f4d19, 0xfbac27d4), TOBN(0x4086e8ca, 0x9bedeeac),
    +     TOBN(0x0cdd211b, 0x9b679ab8), TOBN(0x5970167d, 0x7090fec4),
    +     TOBN(0x3420f2c9, 0xfaf1fc63), TOBN(0x616d333a, 0x328c8bb4),
    +     TOBN(0x7d65364c, 0x57f1fe4a), TOBN(0x9343e877, 0x55e5c73a),
    +     TOBN(0x5795176b, 0xe970e78c), TOBN(0xa36ccebf, 0x60533627),
    +     TOBN(0xfc7c7380, 0x09cdfc1b), TOBN(0xb39a2afe, 0xb3fec326),
    +     TOBN(0xb7ff1ba1, 0x6224408a), TOBN(0xcc856e92, 0x247cfc5e),
    +     TOBN(0x01f102e7, 0xc18bc493), TOBN(0x4613ab74, 0x2091c727),
    +     TOBN(0xaa25e89c, 0xc420bf2b), TOBN(0x00a53176, 0x90337ec2),
    +     TOBN(0xd2be9f43, 0x7d025fc7), TOBN(0x3316fb85, 0x6e6fe3dc),
    +     TOBN(0x27520af5, 0x9ac50814), TOBN(0xfdf95e78, 0x9a8e4223),
    +     TOBN(0xb7e7df2a, 0x56bec5a0), TOBN(0xf7022f7d, 0xdf159e5d),
    +     TOBN(0x93eeeab1, 0xcac1fe8f), TOBN(0x8040188c, 0x37451168),
    +     TOBN(0x7ee8aa8a, 0xd967dce6), TOBN(0xfa0e79e7, 0x3abc9299),
    +     TOBN(0x67332cfc, 0x2064cfd1), TOBN(0x339c31de, 0xb0651934),
    +     TOBN(0x719b28d5, 0x2a3bcbea), TOBN(0xee74c82b, 0x9d6ae5c6),
    +     TOBN(0x0927d05e, 0xbaf28ee6), TOBN(0x82cecf2c, 0x9d719028),
    +     TOBN(0x0b0d353e, 0xddb30289), TOBN(0xfe4bb977, 0xfddb2e29),
    +     TOBN(0xbb5bb990, 0x640bfd9e), TOBN(0xd226e277, 0x82f62108),
    +     TOBN(0x4bf00985, 0x02ffdd56), TOBN(0x7756758a, 0x2ca1b1b5),
    +     TOBN(0xc32b62a3, 0x5285fe91), TOBN(0xedbc546a, 0x8c9cd140),
    +     TOBN(0x1e47a013, 0xaf5cb008), TOBN(0xbca7e720, 0x073ce8f2),
    +     TOBN(0xe10b2ab8, 0x17a91cae), TOBN(0xb89aab65, 0x08e27f63),
    +     TOBN(0x7b3074a7, 0xdba3ddf9), TOBN(0x1c20ce09, 0x330c2972),
    +     TOBN(0x6b9917b4, 0x5fcf7e33), TOBN(0xe6793743, 0x945ceb42),
    +     TOBN(0x18fc2215, 0x5c633d19), TOBN(0xad1adb3c, 0xc7485474),
    +     TOBN(0x646f9679, 0x6424c49b), TOBN(0xf888dfe8, 0x67c241c9),
    +     TOBN(0xe12d4b93, 0x24f68b49), TOBN(0x9a6b62d8, 0xa571df20),
    +     TOBN(0x81b4b26d, 0x179483cb), TOBN(0x666f9632, 0x9511fae2),
    +     TOBN(0xd281b3e4, 0xd53aa51f), TOBN(0x7f96a765, 0x7f3dbd16),
    +     TOBN(0xa7f8b5bf, 0x074a30ce), TOBN(0xd7f52107, 0x005a32e6),
    +     TOBN(0x6f9e0907, 0x50237ed4), TOBN(0x2f21da47, 0x8096fa2b),
    +     TOBN(0xf3e19cb4, 0xeec863a0), TOBN(0xd18f77fd, 0x9527620a),
    +     TOBN(0x9505c81c, 0x407c1cf8), TOBN(0x9998db4e, 0x1b6ec284),
    +     TOBN(0x7e3389e5, 0xc247d44d), TOBN(0x12507141, 0x3f4f3d80),
    +     TOBN(0xd4ba0110, 0x4a78a6c7), TOBN(0x312874a0, 0x767720be),
    +     TOBN(0xded059a6, 0x75944370), TOBN(0xd6123d90, 0x3b2c0bdd),
    +     TOBN(0xa56b717b, 0x51c108e3), TOBN(0x9bb7940e, 0x070623e9),
    +     TOBN(0x794e2d59, 0x84ac066c), TOBN(0xf5954a92, 0xe68c69a0),
    +     TOBN(0x28c52458, 0x4fd99dcc), TOBN(0x60e639fc, 0xb1012517),
    +     TOBN(0xc2e60125, 0x7de79248), TOBN(0xe9ef6404, 0xf12fc6d7),
    +     TOBN(0x4c4f2808, 0x2a3b5d32), TOBN(0x865ad32e, 0xc768eb8a),
    +     TOBN(0xac02331b, 0x13fb70b6), TOBN(0x037b44c1, 0x95599b27),
    +     TOBN(0x1a860fc4, 0x60bd082c), TOBN(0xa2e25745, 0xc980cd01),
    +     TOBN(0xee3387a8, 0x1da0263e), TOBN(0x931bfb95, 0x2d10f3d6),
    +     TOBN(0x5b687270, 0xa1f24a32), TOBN(0xf140e65d, 0xca494b86),
    +     TOBN(0x4f4ddf91, 0xb2f1ac7a), TOBN(0xf99eaabb, 0x760fee27),
    +     TOBN(0x57f4008a, 0x49c228e5), TOBN(0x090be440, 0x1cf713bb),
    +     TOBN(0xac91fbe4, 0x5004f022), TOBN(0xd838c2c2, 0x569e1af6),
    +     TOBN(0xd6c7d20b, 0x0f1daaa5), TOBN(0xaa063ac1, 0x1bbb02c0),
    +     TOBN(0x0938a422, 0x59558a78), TOBN(0x5343c669, 0x8435da2f),
    +     TOBN(0x96f67b18, 0x034410dc), TOBN(0x7cc1e424, 0x84510804),
    +     TOBN(0x86a1543f, 0x16dfbb7d), TOBN(0x921fa942, 0x5b5bd592),
    +     TOBN(0x9dcccb6e, 0xb33dd03c), TOBN(0x8581ddd9, 0xb843f51e),
    +     TOBN(0x54935fcb, 0x81d73c9e), TOBN(0x6d07e979, 0x0a5e97ab),
    +     TOBN(0x4dc7b30a, 0xcf3a6bab), TOBN(0x147ab1f3, 0x170bee11),
    +     TOBN(0x0aaf8e3d, 0x9fafdee4), TOBN(0xfab3dbcb, 0x538a8b95),
    +     TOBN(0x405df4b3, 0x6ef13871), TOBN(0xf1f4e9cb, 0x088d5a49),
    +     TOBN(0x9bcd24d3, 0x66b33f1d), TOBN(0x3b97b820, 0x5ce445c0),
    +     TOBN(0xe2926549, 0xba93ff61), TOBN(0xd9c341ce, 0x4dafe616),
    +     TOBN(0xfb30a76e, 0x16efb6f3), TOBN(0xdf24b8ca, 0x605b953c),
    +     TOBN(0x8bd52afe, 0xc2fffb9f), TOBN(0xbbac5ff7, 0xe19d0b96),
    +     TOBN(0x43c01b87, 0x459afccd), TOBN(0x6bd45143, 0xb7432652),
    +     TOBN(0x84734530, 0x55b5d78e), TOBN(0x81088fdb, 0x1554ba7d),
    +     TOBN(0xada0a52c, 0x1e269375), TOBN(0xf9f037c4, 0x2dc5ec10),
    +     TOBN(0xc0660607, 0x94bfbc11), TOBN(0xc0a630bb, 0xc9c40d2f),
    +     TOBN(0x5efc797e, 0xab64c31e), TOBN(0xffdb1dab, 0x74507144),
    +     TOBN(0xf6124287, 0x1ca6790c), TOBN(0xe9609d81, 0xe69bf1bf),
    +     TOBN(0xdb898595, 0x00d24fc9), TOBN(0x9c750333, 0xe51fb417),
    +     TOBN(0x51830a91, 0xfef7bbde), TOBN(0x0ce67dc8, 0x945f585c),
    +     TOBN(0x9a730ed4, 0x4763eb50), TOBN(0x24a0e221, 0xc1ab0d66),
    +     TOBN(0x643b6393, 0x648748f3), TOBN(0x1982daa1, 0x6d3c6291),
    +     TOBN(0x6f00a9f7, 0x8bbc5549), TOBN(0x7a1783e1, 0x7f36384e),
    +     TOBN(0xe8346323, 0xde977f50), TOBN(0x91ab688d, 0xb245502a),
    +     TOBN(0x331ab6b5, 0x6d0bdd66), TOBN(0x0a6ef32e, 0x64b71229),
    +     TOBN(0x1028150e, 0xfe7c352f), TOBN(0x27e04350, 0xce7b39d3),
    +     TOBN(0x2a3c8acd, 0xc1070c82), TOBN(0xfb2034d3, 0x80c9feef),
    +     TOBN(0x2d729621, 0x709f3729), TOBN(0x8df290bf, 0x62cb4549),
    +     TOBN(0x02f99f33, 0xfc2e4326), TOBN(0x3b30076d, 0x5eddf032),
    +     TOBN(0xbb21f8cf, 0x0c652fb5), TOBN(0x314fb49e, 0xed91cf7b),
    +     TOBN(0xa013eca5, 0x2f700750), TOBN(0x2b9e3c23, 0x712a4575),
    +     TOBN(0xe5355557, 0xaf30fbb0), TOBN(0x1ada3516, 0x7c77e771),
    +     TOBN(0x45f6ecb2, 0x7b135670), TOBN(0xe85d19df, 0x7cfc202e),
    +     TOBN(0x0f1b50c7, 0x58d1be9f), TOBN(0x5ebf2c0a, 0xead2e344),
    +     TOBN(0x1531fe4e, 0xabc199c9), TOBN(0xc7032592, 0x56bab0ae),
    +     TOBN(0x16ab2e48, 0x6c1fec54), TOBN(0x0f87fda8, 0x04280188),
    +     TOBN(0xdc9f46fc, 0x609e4a74), TOBN(0x2a44a143, 0xba667f91),
    +     TOBN(0xbc3d8b95, 0xb4d83436), TOBN(0xa01e4bd0, 0xc7bd2958),
    +     TOBN(0x7b182932, 0x73483c90), TOBN(0xa79c6aa1, 0xa7c7b598),
    +     TOBN(0xbf3983c6, 0xeaaac07e), TOBN(0x8f18181e, 0x96e0d4e6),
    +     TOBN(0x8553d37c, 0x051af62b), TOBN(0xe9a998eb, 0x0bf94496),
    +     TOBN(0xe0844f9f, 0xb0d59aa1), TOBN(0x983fd558, 0xe6afb813),
    +     TOBN(0x9670c0ca, 0x65d69804), TOBN(0x732b22de, 0x6ea5ff2d),
    +     TOBN(0xd7640ba9, 0x5fd8623b), TOBN(0x9f619163, 0xa6351782),
    +     TOBN(0x0bfc27ee, 0xacee5043), TOBN(0xae419e73, 0x2eb10f02),
    +     TOBN(0x19c028d1, 0x8943fb05), TOBN(0x71f01cf7, 0xff13aa2a),
    +     TOBN(0x7790737e, 0x8887a132), TOBN(0x67513309, 0x66318410),
    +     TOBN(0x9819e8a3, 0x7ddb795e), TOBN(0xfecb8ef5, 0xdad100b2),
    +     TOBN(0x59f74a22, 0x3021926a), TOBN(0xb7c28a49, 0x6f9b4c1c),
    +     TOBN(0xed1a733f, 0x912ad0ab), TOBN(0x42a910af, 0x01a5659c),
    +     TOBN(0x3842c6e0, 0x7bd68cab), TOBN(0x2b57fa38, 0x76d70ac8),
    +     TOBN(0x8a6707a8, 0x3c53aaeb), TOBN(0x62c1c510, 0x65b4db18),
    +     TOBN(0x8de2c1fb, 0xb2d09dc7), TOBN(0xc3dfed12, 0x266bd23b),
    +     TOBN(0x927d039b, 0xd5b27db6), TOBN(0x2fb2f0f1, 0x103243da),
    +     TOBN(0xf855a07b, 0x80be7399), TOBN(0xed9327ce, 0x1f9f27a8),
    +     TOBN(0xa0bd99c7, 0x729bdef7), TOBN(0x2b67125e, 0x28250d88),
    +     TOBN(0x784b26e8, 0x8670ced7), TOBN(0xe3dfe41f, 0xc31bd3b4),
    +     TOBN(0x9e353a06, 0xbcc85cbc), TOBN(0x302e2909, 0x60178a9d),
    +     TOBN(0x860abf11, 0xa6eac16e), TOBN(0x76447000, 0xaa2b3aac),
    +     TOBN(0x46ff9d19, 0x850afdab), TOBN(0x35bdd6a5, 0xfdb2d4c1),
    +     TOBN(0xe82594b0, 0x7e5c9ce9), TOBN(0x0f379e53, 0x20af346e),
    +     TOBN(0x608b31e3, 0xbc65ad4a), TOBN(0x710c6b12, 0x267c4826),
    +     TOBN(0x51c966f9, 0x71954cf1), TOBN(0xb1cec793, 0x0d0aa215),
    +     TOBN(0x1f155989, 0x86bd23a8), TOBN(0xae2ff99c, 0xf9452e86),
    +     TOBN(0xd8dd953c, 0x340ceaa2), TOBN(0x26355275, 0x2e2e9333),
    +     TOBN(0x15d4e5f9, 0x8586f06d), TOBN(0xd6bf94a8, 0xf7cab546),
    +     TOBN(0x33c59a0a, 0xb76a9af0), TOBN(0x52740ab3, 0xba095af7),
    +     TOBN(0xc444de8a, 0x24389ca0), TOBN(0xcc6f9863, 0x706da0cb),
    +     TOBN(0xb5a741a7, 0x6b2515cf), TOBN(0x71c41601, 0x9585c749),
    +     TOBN(0x78350d4f, 0xe683de97), TOBN(0x31d61524, 0x63d0b5f5),
    +     TOBN(0x7a0cc5e1, 0xfbce090b), TOBN(0xaac927ed, 0xfbcb2a5b),
    +     TOBN(0xe920de49, 0x20d84c35), TOBN(0x8c06a0b6, 0x22b4de26),
    +     TOBN(0xd34dd58b, 0xafe7ddf3), TOBN(0x55851fed, 0xc1e6e55b),
    +     TOBN(0xd1395616, 0x960696e7), TOBN(0x940304b2, 0x5f22705f),
    +     TOBN(0x6f43f861, 0xb0a2a860), TOBN(0xcf121282, 0x0e7cc981),
    +     TOBN(0x12186212, 0x0ab64a96), TOBN(0x09215b9a, 0xb789383c),
    +     TOBN(0x311eb305, 0x37387c09), TOBN(0xc5832fce, 0xf03ee760),
    +     TOBN(0x30358f58, 0x32f7ea19), TOBN(0xe01d3c34, 0x91d53551),
    +     TOBN(0x1ca5ee41, 0xda48ea80), TOBN(0x34e71e8e, 0xcf4fa4c1),
    +     TOBN(0x312abd25, 0x7af1e1c7), TOBN(0xe3afcdeb, 0x2153f4a5),
    +     TOBN(0x9d5c84d7, 0x00235e9a), TOBN(0x0308d3f4, 0x8c4c836f),
    +     TOBN(0xc0a66b04, 0x89332de5), TOBN(0x610dd399, 0x89e566ef),
    +     TOBN(0xf8eea460, 0xd1ac1635), TOBN(0x84cbb3fb, 0x20a2c0df),
    +     TOBN(0x40afb488, 0xe74a48c5), TOBN(0x29738198, 0xd326b150),
    +     TOBN(0x2a17747f, 0xa6d74081), TOBN(0x60ea4c05, 0x55a26214),
    +     TOBN(0x53514bb4, 0x1f88c5fe), TOBN(0xedd64567, 0x7e83426c),
    +     TOBN(0xd5d6cbec, 0x96460b25), TOBN(0xa12fd0ce, 0x68dc115e),
    +     TOBN(0xc5bc3ed2, 0x697840ea), TOBN(0x969876a8, 0xa6331e31),
    +     TOBN(0x60c36217, 0x472ff580), TOBN(0xf4229705, 0x4ad41393),
    +     TOBN(0x4bd99ef0, 0xa03b8b92), TOBN(0x501c7317, 0xc144f4f6),
    +     TOBN(0x159009b3, 0x18464945), TOBN(0x6d5e594c, 0x74c5c6be),
    +     TOBN(0x2d587011, 0x321a3660), TOBN(0xd1e184b1, 0x3898d022),
    +     TOBN(0x5ba04752, 0x4c6a7e04), TOBN(0x47fa1e2b, 0x45550b65),
    +     TOBN(0x9419daf0, 0x48c0a9a5), TOBN(0x66362953, 0x7c243236),
    +     TOBN(0xcd0744b1, 0x5cb12a88), TOBN(0x561b6f9a, 0x2b646188),
    +     TOBN(0x599415a5, 0x66c2c0c0), TOBN(0xbe3f0859, 0x0f83f09a),
    +     TOBN(0x9141c5be, 0xb92041b8), TOBN(0x01ae38c7, 0x26477d0d),
    +     TOBN(0xca8b71f3, 0xd12c7a94), TOBN(0xfab5b31f, 0x765c70db),
    +     TOBN(0x76ae7492, 0x487443e9), TOBN(0x8595a310, 0x990d1349),
    +     TOBN(0xf8dbeda8, 0x7d460a37), TOBN(0x7f7ad082, 0x1e45a38f),
    +     TOBN(0xed1d4db6, 0x1059705a), TOBN(0xa3dd492a, 0xe6b9c697),
    +     TOBN(0x4b92ee3a, 0x6eb38bd5), TOBN(0xbab2609d, 0x67cc0bb7),
    +     TOBN(0x7fc4fe89, 0x6e70ee82), TOBN(0xeff2c56e, 0x13e6b7e3),
    +     TOBN(0x9b18959e, 0x34d26fca), TOBN(0x2517ab66, 0x889d6b45),
    +     TOBN(0xf167b4e0, 0xbdefdd4f), TOBN(0x69958465, 0xf366e401),
    +     TOBN(0x5aa368ab, 0xa73bbec0), TOBN(0x12148709, 0x7b240c21),
    +     TOBN(0x378c3233, 0x18969006), TOBN(0xcb4d73ce, 0xe1fe53d1),
    +     TOBN(0x5f50a80e, 0x130c4361), TOBN(0xd67f5951, 0x7ef5212b),
    +     TOBN(0xf145e21e, 0x9e70c72e), TOBN(0xb2e52e29, 0x5566d2fb),
    +     TOBN(0x44eaba4a, 0x032397f5), TOBN(0x5e56937b, 0x7e31a7de),
    +     TOBN(0x68dcf517, 0x456c61e1), TOBN(0xbc2e954a, 0xa8b0a388),
    +     TOBN(0xe3552fa7, 0x60a8b755), TOBN(0x03442dae, 0x73ad0cde),
    +     TOBN(0x37ffe747, 0xceb26210), TOBN(0x983545e8, 0x787baef9),
    +     TOBN(0x8b8c8535, 0x86a3de31), TOBN(0xc621dbcb, 0xfacd46db),
    +     TOBN(0x82e442e9, 0x59266fbb), TOBN(0xa3514c37, 0x339d471c),
    +     TOBN(0x3a11b771, 0x62cdad96), TOBN(0xf0cb3b3c, 0xecf9bdf0),
    +     TOBN(0x3fcbdbce, 0x478e2135), TOBN(0x7547b5cf, 0xbda35342),
    +     TOBN(0xa97e81f1, 0x8a677af6), TOBN(0xc8c2bf83, 0x28817987),
    +     TOBN(0xdf07eaaf, 0x45580985), TOBN(0xc68d1f05, 0xc93b45cb),
    +     TOBN(0x106aa2fe, 0xc77b4cac), TOBN(0x4c1d8afc, 0x04a7ae86),
    +     TOBN(0xdb41c3fd, 0x9eb45ab2), TOBN(0x5b234b5b, 0xd4b22e74),
    +     TOBN(0xda253dec, 0xf215958a), TOBN(0x67e0606e, 0xa04edfa0),
    +     TOBN(0xabbbf070, 0xef751b11), TOBN(0xf352f175, 0xf6f06dce),
    +     TOBN(0xdfc4b6af, 0x6839f6b4), TOBN(0x53ddf9a8, 0x9959848e),
    +     TOBN(0xda49c379, 0xc21520b0), TOBN(0x90864ff0, 0xdbd5d1b6),
    +     TOBN(0x2f055d23, 0x5f49c7f7), TOBN(0xe51e4e6a, 0xa796b2d8),
    +     TOBN(0xc361a67f, 0x5c9dc340), TOBN(0x5ad53c37, 0xbca7c620),
    +     TOBN(0xda1d6588, 0x32c756d0), TOBN(0xad60d911, 0x8bb67e13),
    +     TOBN(0xd6c47bdf, 0x0eeec8c6), TOBN(0x4a27fec1, 0x078a1821),
    +     TOBN(0x081f7415, 0xc3099524), TOBN(0x8effdf0b, 0x82cd8060),
    +     TOBN(0xdb70ec1c, 0x65842df8), TOBN(0x8821b358, 0xd319a901),
    +     TOBN(0x72ee56ee, 0xde42b529), TOBN(0x5bb39592, 0x236e4286),
    +     TOBN(0xd1183316, 0xfd6f7140), TOBN(0xf9fadb5b, 0xbd8e81f7),
    +     TOBN(0x701d5e0c, 0x5a02d962), TOBN(0xfdee4dbf, 0x1b601324),
    +     TOBN(0xbed17407, 0x35d7620e), TOBN(0x04e3c2c3, 0xf48c0012),
    +     TOBN(0x9ee29da7, 0x3455449a), TOBN(0x562cdef4, 0x91a836c4),
    +     TOBN(0x8f682a5f, 0x47701097), TOBN(0x617125d8, 0xff88d0c2),
    +     TOBN(0x948fda24, 0x57bb86dd), TOBN(0x348abb8f, 0x289f7286),
    +     TOBN(0xeb10eab5, 0x99d94bbd), TOBN(0xd51ba28e, 0x4684d160),
    +     TOBN(0xabe0e51c, 0x30c8f41a), TOBN(0x66588b45, 0x13254f4a),
    +     TOBN(0x147ebf01, 0xfad097a5), TOBN(0x49883ea8, 0x610e815d),
    +     TOBN(0xe44d60ba, 0x8a11de56), TOBN(0xa970de6e, 0x827a7a6d),
    +     TOBN(0x2be41424, 0x5e17fc19), TOBN(0xd833c657, 0x01214057),
    +     TOBN(0x1375813b, 0x363e723f), TOBN(0x6820bb88, 0xe6a52e9b),
    +     TOBN(0x7e7f6970, 0xd875d56a), TOBN(0xd6a0a9ac, 0x51fbf6bf),
    +     TOBN(0x54ba8790, 0xa3083c12), TOBN(0xebaeb23d, 0x6ae7eb64),
    +     TOBN(0xa8685c3a, 0xb99a907a), TOBN(0xf1e74550, 0x026bf40b),
    +     TOBN(0x7b73a027, 0xc802cd9e), TOBN(0x9a8a927c, 0x4fef4635),
    +     TOBN(0xe1b6f60c, 0x08191224), TOBN(0xc4126ebb, 0xde4ec091),
    +     TOBN(0xe1dff4dc, 0x4ae38d84), TOBN(0xde3f57db, 0x4f2ef985),
    +     TOBN(0x34964337, 0xd446a1dd), TOBN(0x7bf217a0, 0x859e77f6),
    +     TOBN(0x8ff10527, 0x8e1d13f5), TOBN(0xa304ef03, 0x74eeae27),
    +     TOBN(0xfc6f5e47, 0xd19dfa5a), TOBN(0xdb007de3, 0x7fad982b),
    +     TOBN(0x28205ad1, 0x613715f5), TOBN(0x251e6729, 0x7889529e),
    +     TOBN(0x72705184, 0x1ae98e78), TOBN(0xf818537d, 0x271cac32),
    +     TOBN(0xc8a15b7e, 0xb7f410f5), TOBN(0xc474356f, 0x81f62393),
    +     TOBN(0x92dbdc5a, 0xc242316b), TOBN(0xabe060ac, 0xdbf4aff5),
    +     TOBN(0x6e8c38fe, 0x909a8ec6), TOBN(0x43e514e5, 0x6116cb94),
    +     TOBN(0x2078fa38, 0x07d784f9), TOBN(0x1161a880, 0xf4b5b357),
    +     TOBN(0x5283ce79, 0x13adea3d), TOBN(0x0756c3e6, 0xcc6a910b),
    +     TOBN(0x60bcfe01, 0xaaa79697), TOBN(0x04a73b29, 0x56391db1),
    +     TOBN(0xdd8dad47, 0x189b45a0), TOBN(0xbfac0dd0, 0x48d5b8d9),
    +     TOBN(0x34ab3af5, 0x7d3d2ec2), TOBN(0x6fa2fc2d, 0x207bd3af),
    +     TOBN(0x9ff40092, 0x66550ded), TOBN(0x719b3e87, 0x1fd5b913),
    +     TOBN(0xa573a496, 0x6d17fbc7), TOBN(0x0cd1a70a, 0x73d2b24e),
    +     TOBN(0x34e2c5ca, 0xb2676937), TOBN(0xe7050b06, 0xbf669f21),
    +     TOBN(0xfbe948b6, 0x1ede9046), TOBN(0xa0530051, 0x97662659),
    +     TOBN(0x58cbd4ed, 0xf10124c5), TOBN(0xde2646e4, 0xdd6c06c8),
    +     TOBN(0x332f8108, 0x8cad38c0), TOBN(0x471b7e90, 0x6bd68ae2),
    +     TOBN(0x56ac3fb2, 0x0d8e27a3), TOBN(0xb54660db, 0x136b4b0d),
    +     TOBN(0x123a1e11, 0xa6fd8de4), TOBN(0x44dbffea, 0xa37799ef),
    +     TOBN(0x4540b977, 0xce6ac17c), TOBN(0x495173a8, 0xaf60acef)}
    +    ,
    +    {TOBN(0x9ebb284d, 0x391c2a82), TOBN(0xbcdd4863, 0x158308e8),
    +     TOBN(0x006f16ec, 0x83f1edca), TOBN(0xa13e2c37, 0x695dc6c8),
    +     TOBN(0x2ab756f0, 0x4a057a87), TOBN(0xa8765500, 0xa6b48f98),
    +     TOBN(0x4252face, 0x68651c44), TOBN(0xa52b540b, 0xe1765e02),
    +     TOBN(0x4f922fc5, 0x16a0d2bb), TOBN(0x0d5cc16c, 0x1a623499),
    +     TOBN(0x9241cf3a, 0x57c62c8b), TOBN(0x2f5e6961, 0xfd1b667f),
    +     TOBN(0x5c15c70b, 0xf5a01797), TOBN(0x3d20b44d, 0x60956192),
    +     TOBN(0x04911b37, 0x071fdb52), TOBN(0xf648f916, 0x8d6f0f7b),
    +     TOBN(0x6dc1acaf, 0xe60b7cf7), TOBN(0x25860a50, 0x84a9d869),
    +     TOBN(0x56fc6f09, 0xe7ba8ac4), TOBN(0x828c5bd0, 0x6148d29e),
    +     TOBN(0xac6b435e, 0xdc55ae5f), TOBN(0xa527f56c, 0xc0117411),
    +     TOBN(0x94d5045e, 0xfd24342c), TOBN(0x2c4c0a35, 0x70b67c0d),
    +     TOBN(0x027cc8b8, 0xfac61d9a), TOBN(0x7d25e062, 0xe3c6fe8a),
    +     TOBN(0xe08805bf, 0xe5bff503), TOBN(0x13271e6c, 0x6ff632f7),
    +     TOBN(0x55dca6c0, 0x232f76a5), TOBN(0x8957c32d, 0x701ef426),
    +     TOBN(0xee728bcb, 0xa10a5178), TOBN(0x5ea60411, 0xb62c5173),
    +     TOBN(0xfc4e964e, 0xd0b8892b), TOBN(0x9ea17683, 0x9301bb74),
    +     TOBN(0x6265c5ae, 0xfcc48626), TOBN(0xe60cf82e, 0xbb3e9102),
    +     TOBN(0x57adf797, 0xd4df5531), TOBN(0x235b59a1, 0x8deeefe2),
    +     TOBN(0x60adcf58, 0x3f306eb1), TOBN(0x105c2753, 0x3d09492d),
    +     TOBN(0x4090914b, 0xb5def996), TOBN(0x1cb69c83, 0x233dd1e7),
    +     TOBN(0xc1e9c1d3, 0x9b3d5e76), TOBN(0x1f3338ed, 0xfccf6012),
    +     TOBN(0xb1e95d0d, 0x2f5378a8), TOBN(0xacf4c2c7, 0x2f00cd21),
    +     TOBN(0x6e984240, 0xeb5fe290), TOBN(0xd66c038d, 0x248088ae),
    +     TOBN(0x804d264a, 0xf94d70cf), TOBN(0xbdb802ef, 0x7314bf7e),
    +     TOBN(0x8fb54de2, 0x4333ed02), TOBN(0x740461e0, 0x285635d9),
    +     TOBN(0x4113b2c8, 0x365e9383), TOBN(0xea762c83, 0x3fdef652),
    +     TOBN(0x4eec6e2e, 0x47b956c1), TOBN(0xa3d814be, 0x65620fa4),
    +     TOBN(0x9ad5462b, 0xb4d8bc50), TOBN(0x181c0b16, 0xa9195770),
    +     TOBN(0xebd4fe1c, 0x78412a68), TOBN(0xae0341bc, 0xc0dff48c),
    +     TOBN(0xb6bc45cf, 0x7003e866), TOBN(0xf11a6dea, 0x8a24a41b),
    +     TOBN(0x5407151a, 0xd04c24c2), TOBN(0x62c9d27d, 0xda5b7b68),
    +     TOBN(0x2e964235, 0x88cceff6), TOBN(0x8594c54f, 0x8b07ed69),
    +     TOBN(0x1578e73c, 0xc84d0d0d), TOBN(0x7b4e1055, 0xff532868),
    +     TOBN(0xa348c0d5, 0xb5ec995a), TOBN(0xbf4b9d55, 0x14289a54),
    +     TOBN(0x9ba155a6, 0x58fbd777), TOBN(0x186ed7a8, 0x1a84491d),
    +     TOBN(0xd4992b30, 0x614c0900), TOBN(0xda98d121, 0xbd00c24b),
    +     TOBN(0x7f534dc8, 0x7ec4bfa1), TOBN(0x4a5ff674, 0x37dc34bc),
    +     TOBN(0x68c196b8, 0x1d7ea1d7), TOBN(0x38cf2893, 0x80a6d208),
    +     TOBN(0xfd56cd09, 0xe3cbbd6e), TOBN(0xec72e27e, 0x4205a5b6),
    +     TOBN(0x15ea68f5, 0xa44f77f7), TOBN(0x7aa5f9fd, 0xb43c52bc),
    +     TOBN(0x86ff676f, 0x94f0e609), TOBN(0xa4cde963, 0x2e2d432b),
    +     TOBN(0x8cafa0c0, 0xeee470af), TOBN(0x84137d0e, 0x8a3f5ec8),
    +     TOBN(0xebb40411, 0xfaa31231), TOBN(0xa239c13f, 0x6f7f7ccf),
    +     TOBN(0x32865719, 0xa8afd30b), TOBN(0x86798328, 0x8a826dce),
    +     TOBN(0xdf04e891, 0xc4a8fbe0), TOBN(0xbb6b6e1b, 0xebf56ad3),
    +     TOBN(0x0a695b11, 0x471f1ff0), TOBN(0xd76c3389, 0xbe15baf0),
    +     TOBN(0x018edb95, 0xbe96c43e), TOBN(0xf2beaaf4, 0x90794158),
    +     TOBN(0x152db09e, 0xc3076a27), TOBN(0x5e82908e, 0xe416545d),
    +     TOBN(0xa2c41272, 0x356d6f2e), TOBN(0xdc9c9642, 0x31fd74e1),
    +     TOBN(0x66ceb88d, 0x519bf615), TOBN(0xe29ecd76, 0x05a2274e),
    +     TOBN(0x3a0473c4, 0xbf5e2fa0), TOBN(0x6b6eb671, 0x64284e67),
    +     TOBN(0xe8b97932, 0xb88756dd), TOBN(0xed4e8652, 0xf17e3e61),
    +     TOBN(0xc2dd1499, 0x3ee1c4a4), TOBN(0xc0aaee17, 0x597f8c0e),
    +     TOBN(0x15c4edb9, 0x6c168af3), TOBN(0x6563c7bf, 0xb39ae875),
    +     TOBN(0xadfadb6f, 0x20adb436), TOBN(0xad55e8c9, 0x9a042ac0),
    +     TOBN(0x975a1ed8, 0xb76da1f5), TOBN(0x10dfa466, 0xa58acb94),
    +     TOBN(0x8dd7f7e3, 0xac060282), TOBN(0x6813e66a, 0x572a051e),
    +     TOBN(0xb4ccae1e, 0x350cb901), TOBN(0xb653d656, 0x50cb7822),
    +     TOBN(0x42484710, 0xdfab3b87), TOBN(0xcd7ee537, 0x9b670fd0),
    +     TOBN(0x0a50b12e, 0x523b8bf6), TOBN(0x8009eb5b, 0x8f910c1b),
    +     TOBN(0xf535af82, 0x4a167588), TOBN(0x0f835f9c, 0xfb2a2abd),
    +     TOBN(0xf59b2931, 0x2afceb62), TOBN(0xc797df2a, 0x169d383f),
    +     TOBN(0xeb3f5fb0, 0x66ac02b0), TOBN(0x029d4c6f, 0xdaa2d0ca),
    +     TOBN(0xd4059bc1, 0xafab4bc5), TOBN(0x833f5c6f, 0x56783247),
    +     TOBN(0xb5346630, 0x8d2d3605), TOBN(0x83387891, 0xd34d8433),
    +     TOBN(0xd973b30f, 0xadd9419a), TOBN(0xbcca1099, 0xafe3fce8),
    +     TOBN(0x08178315, 0x0809aac6), TOBN(0x01b7f21a, 0x540f0f11),
    +     TOBN(0x65c29219, 0x909523c8), TOBN(0xa62f648f, 0xa3a1c741),
    +     TOBN(0x88598d4f, 0x60c9e55a), TOBN(0xbce9141b, 0x0e4f347a),
    +     TOBN(0x9af97d84, 0x35f9b988), TOBN(0x0210da62, 0x320475b6),
    +     TOBN(0x3c076e22, 0x9191476c), TOBN(0x7520dbd9, 0x44fc7834),
    +     TOBN(0x6a6b2cfe, 0xc1ab1bbd), TOBN(0xef8a65be, 0xdc650938),
    +     TOBN(0x72855540, 0x805d7bc4), TOBN(0xda389396, 0xed11fdfd),
    +     TOBN(0xa9d5bd36, 0x74660876), TOBN(0x11d67c54, 0xb45dff35),
    +     TOBN(0x6af7d148, 0xa4f5da94), TOBN(0xbb8d4c3f, 0xc0bbeb31),
    +     TOBN(0x87a7ebd1, 0xe0a1b12a), TOBN(0x1e4ef88d, 0x770ba95f),
    +     TOBN(0x8c33345c, 0xdc2ae9cb), TOBN(0xcecf1276, 0x01cc8403),
    +     TOBN(0x687c012e, 0x1b39b80f), TOBN(0xfd90d0ad, 0x35c33ba4),
    +     TOBN(0xa3ef5a67, 0x5c9661c2), TOBN(0x368fc88e, 0xe017429e),
    +     TOBN(0xd30c6761, 0x196a2fa2), TOBN(0x931b9817, 0xbd5b312e),
    +     TOBN(0xba01000c, 0x72f54a31), TOBN(0xa203d2c8, 0x66eaa541),
    +     TOBN(0xf2abdee0, 0x98939db3), TOBN(0xe37d6c2c, 0x3e606c02),
    +     TOBN(0xf2921574, 0x521ff643), TOBN(0x2781b3c4, 0xd7e2fca3),
    +     TOBN(0x664300b0, 0x7850ec06), TOBN(0xac5a38b9, 0x7d3a10cf),
    +     TOBN(0x9233188d, 0xe34ab39d), TOBN(0xe77057e4, 0x5072cbb9),
    +     TOBN(0xbcf0c042, 0xb59e78df), TOBN(0x4cfc91e8, 0x1d97de52),
    +     TOBN(0x4661a26c, 0x3ee0ca4a), TOBN(0x5620a4c1, 0xfb8507bc),
    +     TOBN(0x4b44d4aa, 0x049f842c), TOBN(0xceabc5d5, 0x1540e82b),
    +     TOBN(0x306710fd, 0x15c6f156), TOBN(0xbe5ae52b, 0x63db1d72),
    +     TOBN(0x06f1e7e6, 0x334957f1), TOBN(0x57e388f0, 0x31144a70),
    +     TOBN(0xfb69bb2f, 0xdf96447b), TOBN(0x0f78ebd3, 0x73e38a12),
    +     TOBN(0xb8222605, 0x2b7ce542), TOBN(0xe6d4ce99, 0x7472bde1),
    +     TOBN(0x53e16ebe, 0x09d2f4da), TOBN(0x180ff42e, 0x53b92b2e),
    +     TOBN(0xc59bcc02, 0x2c34a1c6), TOBN(0x3803d6f9, 0x422c46c2),
    +     TOBN(0x18aff74f, 0x5c14a8a2), TOBN(0x55aebf80, 0x10a08b28),
    +     TOBN(0x66097d58, 0x7135593f), TOBN(0x32e6eff7, 0x2be570cd),
    +     TOBN(0x584e6a10, 0x2a8c860d), TOBN(0xcd185890, 0xa2eb4163),
    +     TOBN(0x7ceae99d, 0x6d97e134), TOBN(0xd42c6b70, 0xdd8447ce),
    +     TOBN(0x59ddbb4a, 0xb8c50273), TOBN(0x03c612df, 0x3cf34e1e),
    +     TOBN(0x84b9ca15, 0x04b6c5a0), TOBN(0x35216f39, 0x18f0e3a3),
    +     TOBN(0x3ec2d2bc, 0xbd986c00), TOBN(0x8bf546d9, 0xd19228fe),
    +     TOBN(0xd1c655a4, 0x4cd623c3), TOBN(0x366ce718, 0x502b8e5a),
    +     TOBN(0x2cfc84b4, 0xeea0bfe7), TOBN(0xe01d5cee, 0xcf443e8e),
    +     TOBN(0x8ec045d9, 0x036520f8), TOBN(0xdfb3c3d1, 0x92d40e98),
    +     TOBN(0x0bac4cce, 0xcc559a04), TOBN(0x35eccae5, 0x240ea6b1),
    +     TOBN(0x180b32db, 0xf8a5a0ac), TOBN(0x547972a5, 0xeb699700),
    +     TOBN(0xa3765801, 0xca26bca0), TOBN(0x57e09d0e, 0xa647f25a),
    +     TOBN(0xb956970e, 0x2fdd23cc), TOBN(0xb80288bc, 0x5682e971),
    +     TOBN(0xe6e6d91e, 0x9ae86ebc), TOBN(0x0564c83f, 0x8c9f1939),
    +     TOBN(0x551932a2, 0x39560368), TOBN(0xe893752b, 0x049c28e2),
    +     TOBN(0x0b03cee5, 0xa6a158c3), TOBN(0xe12d656b, 0x04964263),
    +     TOBN(0x4b47554e, 0x63e3bc1d), TOBN(0xc719b6a2, 0x45044ff7),
    +     TOBN(0x4f24d30a, 0xe48daa07), TOBN(0xa3f37556, 0xc8c1edc3),
    +     TOBN(0x9a47bf76, 0x0700d360), TOBN(0xbb1a1824, 0x822ae4e2),
    +     TOBN(0x22e275a3, 0x89f1fb4c), TOBN(0x72b1aa23, 0x9968c5f5),
    +     TOBN(0xa75feaca, 0xbe063f64), TOBN(0x9b392f43, 0xbce47a09),
    +     TOBN(0xd4241509, 0x1ad07aca), TOBN(0x4b0c591b, 0x8d26cd0f),
    +     TOBN(0x2d42ddfd, 0x92f1169a), TOBN(0x63aeb1ac, 0x4cbf2392),
    +     TOBN(0x1de9e877, 0x0691a2af), TOBN(0xebe79af7, 0xd98021da),
    +     TOBN(0xcfdf2a4e, 0x40e50acf), TOBN(0xf0a98ad7, 0xaf01d665),
    +     TOBN(0xefb640bf, 0x1831be1f), TOBN(0x6fe8bd2f, 0x80e9ada0),
    +     TOBN(0x94c103a1, 0x6cafbc91), TOBN(0x170f8759, 0x8308e08c),
    +     TOBN(0x5de2d2ab, 0x9780ff4f), TOBN(0x666466bc, 0x45b201f2),
    +     TOBN(0x58af2010, 0xf5b343bc), TOBN(0x0f2e400a, 0xf2f142fe),
    +     TOBN(0x3483bfde, 0xa85f4bdf), TOBN(0xf0b1d093, 0x03bfeaa9),
    +     TOBN(0x2ea01b95, 0xc7081603), TOBN(0xe943e4c9, 0x3dba1097),
    +     TOBN(0x47be92ad, 0xb438f3a6), TOBN(0x00bb7742, 0xe5bf6636),
    +     TOBN(0x136b7083, 0x824297b4), TOBN(0x9d0e5580, 0x5584455f),
    +     TOBN(0xab48cedc, 0xf1c7d69e), TOBN(0x53a9e481, 0x2a256e76),
    +     TOBN(0x0402b0e0, 0x65eb2413), TOBN(0xdadbbb84, 0x8fc407a7),
    +     TOBN(0xa65cd5a4, 0x8d7f5492), TOBN(0x21d44293, 0x74bae294),
    +     TOBN(0x66917ce6, 0x3b5f1cc4), TOBN(0x37ae52ea, 0xce872e62),
    +     TOBN(0xbb087b72, 0x2905f244), TOBN(0x12077086, 0x1e6af74f),
    +     TOBN(0x4b644e49, 0x1058edea), TOBN(0x827510e3, 0xb638ca1d),
    +     TOBN(0x8cf2b704, 0x6038591c), TOBN(0xffc8b47a, 0xfe635063),
    +     TOBN(0x3ae220e6, 0x1b4d5e63), TOBN(0xbd864742, 0x9d961b4b),
    +     TOBN(0x610c107e, 0x9bd16bed), TOBN(0x4270352a, 0x1127147b),
    +     TOBN(0x7d17ffe6, 0x64cfc50e), TOBN(0x50dee01a, 0x1e36cb42),
    +     TOBN(0x068a7622, 0x35dc5f9a), TOBN(0x9a08d536, 0xdf53f62c),
    +     TOBN(0x4ed71457, 0x6be5f7de), TOBN(0xd93006f8, 0xc2263c9e),
    +     TOBN(0xe073694c, 0xcacacb36), TOBN(0x2ff7a5b4, 0x3ae118ab),
    +     TOBN(0x3cce53f1, 0xcd871236), TOBN(0xf156a39d, 0xc2aa6d52),
    +     TOBN(0x9cc5f271, 0xb198d76d), TOBN(0xbc615b6f, 0x81383d39),
    +     TOBN(0xa54538e8, 0xde3eee6b), TOBN(0x58c77538, 0xab910d91),
    +     TOBN(0x31e5bdbc, 0x58d278bd), TOBN(0x3cde4adf, 0xb963acae),
    +     TOBN(0xb1881fd2, 0x5302169c), TOBN(0x8ca60fa0, 0xa989ed8b),
    +     TOBN(0xa1999458, 0xff96a0ee), TOBN(0xc1141f03, 0xac6c283d),
    +     TOBN(0x7677408d, 0x6dfafed3), TOBN(0x33a01653, 0x39661588),
    +     TOBN(0x3c9c15ec, 0x0b726fa0), TOBN(0x090cfd93, 0x6c9b56da),
    +     TOBN(0xe34f4bae, 0xa3c40af5), TOBN(0x3469eadb, 0xd21129f1),
    +     TOBN(0xcc51674a, 0x1e207ce8), TOBN(0x1e293b24, 0xc83b1ef9),
    +     TOBN(0x17173d13, 0x1e6c0bb4), TOBN(0x19004695, 0x90776d35),
    +     TOBN(0xe7980e34, 0x6de6f922), TOBN(0x873554cb, 0xf4dd9a22),
    +     TOBN(0x0316c627, 0xcbf18a51), TOBN(0x4d93651b, 0x3032c081),
    +     TOBN(0x207f2771, 0x3946834d), TOBN(0x2c08d7b4, 0x30cdbf80),
    +     TOBN(0x137a4fb4, 0x86df2a61), TOBN(0xa1ed9c07, 0xecf7b4a2),
    +     TOBN(0xb2e460e2, 0x7bd042ff), TOBN(0xb7f5e2fa, 0x5f62f5ec),
    +     TOBN(0x7aa6ec6b, 0xcc2423b7), TOBN(0x75ce0a7f, 0xba63eea7),
    +     TOBN(0x67a45fb1, 0xf250a6e1), TOBN(0x93bc919c, 0xe53cdc9f),
    +     TOBN(0x9271f56f, 0x871942df), TOBN(0x2372ff6f, 0x7859ad66),
    +     TOBN(0x5f4c2b96, 0x33cb1a78), TOBN(0xe3e29101, 0x5838aa83),
    +     TOBN(0xa7ed1611, 0xe4e8110c), TOBN(0x2a2d70d5, 0x330198ce),
    +     TOBN(0xbdf132e8, 0x6720efe0), TOBN(0xe61a8962, 0x66a471bf),
    +     TOBN(0x796d3a85, 0x825808bd), TOBN(0x51dc3cb7, 0x3fd6e902),
    +     TOBN(0x643c768a, 0x916219d1), TOBN(0x36cd7685, 0xa2ad7d32),
    +     TOBN(0xe3db9d05, 0xb22922a4), TOBN(0x6494c87e, 0xdba29660),
    +     TOBN(0xf0ac91df, 0xbcd2ebc7), TOBN(0x4deb57a0, 0x45107f8d),
    +     TOBN(0x42271f59, 0xc3d12a73), TOBN(0x5f71687c, 0xa5c2c51d),
    +     TOBN(0xcb1f50c6, 0x05797bcb), TOBN(0x29ed0ed9, 0xd6d34eb0),
    +     TOBN(0xe5fe5b47, 0x4683c2eb), TOBN(0x4956eeb5, 0x97447c46),
    +     TOBN(0x5b163a43, 0x71207167), TOBN(0x93fa2fed, 0x0248c5ef),
    +     TOBN(0x67930af2, 0x31f63950), TOBN(0xa77797c1, 0x14caa2c9),
    +     TOBN(0x526e80ee, 0x27ac7e62), TOBN(0xe1e6e626, 0x58b28aec),
    +     TOBN(0x636178b0, 0xb3c9fef0), TOBN(0xaf7752e0, 0x6d5f90be),
    +     TOBN(0x94ecaf18, 0xeece51cf), TOBN(0x2864d0ed, 0xca806e1f),
    +     TOBN(0x6de2e383, 0x97c69134), TOBN(0x5a42c316, 0xeb291293),
    +     TOBN(0xc7779219, 0x6a60bae0), TOBN(0xa24de346, 0x6b7599d1),
    +     TOBN(0x49d374aa, 0xb75d4941), TOBN(0x98900586, 0x2d501ff0),
    +     TOBN(0x9f16d40e, 0xeb7974cf), TOBN(0x1033860b, 0xcdd8c115),
    +     TOBN(0xb6c69ac8, 0x2094cec3), TOBN(0x9976fb88, 0x403b770c),
    +     TOBN(0x1dea026c, 0x4859590d), TOBN(0xb6acbb46, 0x8562d1fd),
    +     TOBN(0x7cd6c461, 0x44569d85), TOBN(0xc3190a36, 0x97f0891d),
    +     TOBN(0xc6f53195, 0x48d5a17d), TOBN(0x7d919966, 0xd749abc8),
    +     TOBN(0x65104837, 0xdd1c8a20), TOBN(0x7e5410c8, 0x2f683419),
    +     TOBN(0x958c3ca8, 0xbe94022e), TOBN(0x605c3197, 0x6145dac2),
    +     TOBN(0x3fc07501, 0x01683d54), TOBN(0x1d7127c5, 0x595b1234),
    +     TOBN(0x10b8f87c, 0x9481277f), TOBN(0x677db2a8, 0xe65a1adb),
    +     TOBN(0xec2fccaa, 0xddce3345), TOBN(0x2a6811b7, 0x012a4350),
    +     TOBN(0x96760ff1, 0xac598bdc), TOBN(0x054d652a, 0xd1bf4128),
    +     TOBN(0x0a1151d4, 0x92a21005), TOBN(0xad7f3971, 0x33110fdf),
    +     TOBN(0x8c95928c, 0x1960100f), TOBN(0x6c91c825, 0x7bf03362),
    +     TOBN(0xc8c8b2a2, 0xce309f06), TOBN(0xfdb27b59, 0xca27204b),
    +     TOBN(0xd223eaa5, 0x0848e32e), TOBN(0xb93e4b2e, 0xe7bfaf1e),
    +     TOBN(0xc5308ae6, 0x44aa3ded), TOBN(0x317a666a, 0xc015d573),
    +     TOBN(0xc888ce23, 0x1a979707), TOBN(0xf141c1e6, 0x0d5c4958),
    +     TOBN(0xb53b7de5, 0x61906373), TOBN(0x858dbade, 0xeb999595),
    +     TOBN(0x8cbb47b2, 0xa59e5c36), TOBN(0x660318b3, 0xdcf4e842),
    +     TOBN(0xbd161ccd, 0x12ba4b7a), TOBN(0xf399daab, 0xf8c8282a),
    +     TOBN(0x1587633a, 0xeeb2130d), TOBN(0xa465311a, 0xda38dd7d),
    +     TOBN(0x5f75eec8, 0x64d3779b), TOBN(0x3c5d0476, 0xad64c171),
    +     TOBN(0x87410371, 0x2a914428), TOBN(0x8096a891, 0x90e2fc29),
    +     TOBN(0xd3d2ae9d, 0x23b3ebc2), TOBN(0x90bdd6db, 0xa580cfd6),
    +     TOBN(0x52dbb7f3, 0xc5b01f6c), TOBN(0xe68eded4, 0xe102a2dc),
    +     TOBN(0x17785b77, 0x99eb6df0), TOBN(0x26c3cc51, 0x7386b779),
    +     TOBN(0x345ed988, 0x6417a48e), TOBN(0xe990b4e4, 0x07d6ef31),
    +     TOBN(0x0f456b7e, 0x2586abba), TOBN(0x239ca6a5, 0x59c96e9a),
    +     TOBN(0xe327459c, 0xe2eb4206), TOBN(0x3a4c3313, 0xa002b90a),
    +     TOBN(0x2a114806, 0xf6a3f6fb), TOBN(0xad5cad2f, 0x85c251dd),
    +     TOBN(0x92c1f613, 0xf5a784d3), TOBN(0xec7bfacf, 0x349766d5),
    +     TOBN(0x04b3cd33, 0x3e23cb3b), TOBN(0x3979fe84, 0xc5a64b2d),
    +     TOBN(0x192e2720, 0x7e589106), TOBN(0xa60c43d1, 0xa15b527f),
    +     TOBN(0x2dae9082, 0xbe7cf3a6), TOBN(0xcc86ba92, 0xbc967274),
    +     TOBN(0xf28a2ce8, 0xaea0a8a9), TOBN(0x404ca6d9, 0x6ee988b3),
    +     TOBN(0xfd7e9c5d, 0x005921b8), TOBN(0xf56297f1, 0x44e79bf9),
    +     TOBN(0xa163b460, 0x0d75ddc2), TOBN(0x30b23616, 0xa1f2be87),
    +     TOBN(0x4b070d21, 0xbfe50e2b), TOBN(0x7ef8cfd0, 0xe1bfede1),
    +     TOBN(0xadba0011, 0x2aac4ae0), TOBN(0x2a3e7d01, 0xb9ebd033),
    +     TOBN(0x995277ec, 0xe38d9d1c), TOBN(0xb500249e, 0x9c5d2de3),
    +     TOBN(0x8912b820, 0xf13ca8c9), TOBN(0xc8798114, 0x877793af),
    +     TOBN(0x19e6125d, 0xec3f1dec), TOBN(0x07b1f040, 0x911178da),
    +     TOBN(0xd93ededa, 0x904a6738), TOBN(0x55187a5a, 0x0bebedcd),
    +     TOBN(0xf7d04722, 0xeb329d41), TOBN(0xf449099e, 0xf170b391),
    +     TOBN(0xfd317a69, 0xca99f828), TOBN(0x50c3db2b, 0x34a4976d),
    +     TOBN(0xe9ba7784, 0x3757b392), TOBN(0x326caefd, 0xaa3ca05a),
    +     TOBN(0x78e5293b, 0xf1e593d4), TOBN(0x7842a937, 0x0d98fd13),
    +     TOBN(0xe694bf96, 0x5f96b10d), TOBN(0x373a9df6, 0x06a8cd05),
    +     TOBN(0x997d1e51, 0xe8f0c7fc), TOBN(0x1d019790, 0x63fd972e),
    +     TOBN(0x0064d858, 0x5499fb32), TOBN(0x7b67bad9, 0x77a8aeb7),
    +     TOBN(0x1d3eb977, 0x2d08eec5), TOBN(0x5fc047a6, 0xcbabae1d),
    +     TOBN(0x0577d159, 0xe54a64bb), TOBN(0x8862201b, 0xc43497e4),
    +     TOBN(0xad6b4e28, 0x2ce0608d), TOBN(0x8b687b7d, 0x0b167aac),
    +     TOBN(0x6ed4d367, 0x8b2ecfa9), TOBN(0x24dfe62d, 0xa90c3c38),
    +     TOBN(0xa1862e10, 0x3fe5c42b), TOBN(0x1ca73dca, 0xd5732a9f),
    +     TOBN(0x35f038b7, 0x76bb87ad), TOBN(0x674976ab, 0xf242b81f),
    +     TOBN(0x4f2bde7e, 0xb0fd90cd), TOBN(0x6efc172e, 0xa7fdf092),
    +     TOBN(0x3806b69b, 0x92222f1f), TOBN(0x5a2459ca, 0x6cf7ae70),
    +     TOBN(0x6789f69c, 0xa85217ee), TOBN(0x5f232b5e, 0xe3dc85ac),
    +     TOBN(0x660e3ec5, 0x48e9e516), TOBN(0x124b4e47, 0x3197eb31),
    +     TOBN(0x10a0cb13, 0xaafcca23), TOBN(0x7bd63ba4, 0x8213224f),
    +     TOBN(0xaffad7cc, 0x290a7f4f), TOBN(0x6b409c9e, 0x0286b461),
    +     TOBN(0x58ab809f, 0xffa407af), TOBN(0xc3122eed, 0xc68ac073),
    +     TOBN(0x17bf9e50, 0x4ef24d7e), TOBN(0x5d929794, 0x3e2a5811),
    +     TOBN(0x519bc867, 0x02902e01), TOBN(0x76bba5da, 0x39c8a851),
    +     TOBN(0xe9f9669c, 0xda94951e), TOBN(0x4b6af58d, 0x66b8d418),
    +     TOBN(0xfa321074, 0x17d426a4), TOBN(0xc78e66a9, 0x9dde6027),
    +     TOBN(0x0516c083, 0x4a53b964), TOBN(0xfc659d38, 0xff602330),
    +     TOBN(0x0ab55e5c, 0x58c5c897), TOBN(0x985099b2, 0x838bc5df),
    +     TOBN(0x061d9efc, 0xc52fc238), TOBN(0x712b2728, 0x6ac1da3f),
    +     TOBN(0xfb658149, 0x9283fe08), TOBN(0x4954ac94, 0xb8aaa2f7),
    +     TOBN(0x85c0ada4, 0x7fb2e74f), TOBN(0xee8ba98e, 0xb89926b0),
    +     TOBN(0xe4f9d37d, 0x23d1af5b), TOBN(0x14ccdbf9, 0xba9b015e),
    +     TOBN(0xb674481b, 0x7bfe7178), TOBN(0x4e1debae, 0x65405868),
    +     TOBN(0x061b2821, 0xc48c867d), TOBN(0x69c15b35, 0x513b30ea),
    +     TOBN(0x3b4a1666, 0x36871088), TOBN(0xe5e29f5d, 0x1220b1ff),
    +     TOBN(0x4b82bb35, 0x233d9f4d), TOBN(0x4e076333, 0x18cdc675)}
    +    ,
    +    {TOBN(0x0d53f5c7, 0xa3e6fced), TOBN(0xe8cbbdd5, 0xf45fbdeb),
    +     TOBN(0xf85c01df, 0x13339a70), TOBN(0x0ff71880, 0x142ceb81),
    +     TOBN(0x4c4e8774, 0xbd70437a), TOBN(0x5fb32891, 0xba0bda6a),
    +     TOBN(0x1cdbebd2, 0xf18bd26e), TOBN(0x2f9526f1, 0x03a9d522),
    +     TOBN(0x40ce3051, 0x92c4d684), TOBN(0x8b04d725, 0x7612efcd),
    +     TOBN(0xb9dcda36, 0x6f9cae20), TOBN(0x0edc4d24, 0xf058856c),
    +     TOBN(0x64f2e6bf, 0x85427900), TOBN(0x3de81295, 0xdc09dfea),
    +     TOBN(0xd41b4487, 0x379bf26c), TOBN(0x50b62c6d, 0x6df135a9),
    +     TOBN(0xd4f8e3b4, 0xc72dfe67), TOBN(0xc416b0f6, 0x90e19fdf),
    +     TOBN(0x18b9098d, 0x4c13bd35), TOBN(0xac11118a, 0x15b8cb9e),
    +     TOBN(0xf598a318, 0xf0062841), TOBN(0xbfe0602f, 0x89f356f4),
    +     TOBN(0x7ae3637e, 0x30177a0c), TOBN(0x34097747, 0x61136537),
    +     TOBN(0x0db2fb5e, 0xd005832a), TOBN(0x5f5efd3b, 0x91042e4f),
    +     TOBN(0x8c4ffdc6, 0xed70f8ca), TOBN(0xe4645d0b, 0xb52da9cc),
    +     TOBN(0x9596f58b, 0xc9001d1f), TOBN(0x52c8f0bc, 0x4e117205),
    +     TOBN(0xfd4aa0d2, 0xe398a084), TOBN(0x815bfe3a, 0x104f49de),
    +     TOBN(0x97e5443f, 0x23885e5f), TOBN(0xf72f8f99, 0xe8433aab),
    +     TOBN(0xbd00b154, 0xe4d4e604), TOBN(0xd0b35e6a, 0xe5e173ff),
    +     TOBN(0x57b2a048, 0x9164722d), TOBN(0x3e3c665b, 0x88761ec8),
    +     TOBN(0x6bdd1397, 0x3da83832), TOBN(0x3c8b1a1e, 0x73dafe3b),
    +     TOBN(0x4497ace6, 0x54317cac), TOBN(0xbe600ab9, 0x521771b3),
    +     TOBN(0xb42e409e, 0xb0dfe8b8), TOBN(0x386a67d7, 0x3942310f),
    +     TOBN(0x25548d8d, 0x4431cc28), TOBN(0xa7cff142, 0x985dc524),
    +     TOBN(0x4d60f5a1, 0x93c4be32), TOBN(0x83ebd5c8, 0xd071c6e1),
    +     TOBN(0xba3a80a7, 0xb1fd2b0b), TOBN(0x9b3ad396, 0x5bec33e8),
    +     TOBN(0xb3868d61, 0x79743fb3), TOBN(0xcfd169fc, 0xfdb462fa),
    +     TOBN(0xd3b499d7, 0x9ce0a6af), TOBN(0x55dc1cf1, 0xe42d3ff8),
    +     TOBN(0x04fb9e6c, 0xc6c3e1b2), TOBN(0x47e6961d, 0x6f69a474),
    +     TOBN(0x54eb3acc, 0xe548b37b), TOBN(0xb38e7542, 0x84d40549),
    +     TOBN(0x8c3daa51, 0x7b341b4f), TOBN(0x2f6928ec, 0x690bf7fa),
    +     TOBN(0x0496b323, 0x86ce6c41), TOBN(0x01be1c55, 0x10adadcd),
    +     TOBN(0xc04e67e7, 0x4bb5faf9), TOBN(0x3cbaf678, 0xe15c9985),
    +     TOBN(0x8cd12145, 0x50ca4247), TOBN(0xba1aa47a, 0xe7dd30aa),
    +     TOBN(0x2f81ddf1, 0xe58fee24), TOBN(0x03452936, 0xeec9b0e8),
    +     TOBN(0x8bdc3b81, 0x243aea96), TOBN(0x9a2919af, 0x15c3d0e5),
    +     TOBN(0x9ea640ec, 0x10948361), TOBN(0x5ac86d5b, 0x6e0bcccf),
    +     TOBN(0xf892d918, 0xc36cf440), TOBN(0xaed3e837, 0xc939719c),
    +     TOBN(0xb07b08d2, 0xc0218b64), TOBN(0x6f1bcbba, 0xce9790dd),
    +     TOBN(0x4a84d6ed, 0x60919b8e), TOBN(0xd8900791, 0x8ac1f9eb),
    +     TOBN(0xf84941aa, 0x0dd5daef), TOBN(0xb22fe40a, 0x67fd62c5),
    +     TOBN(0x97e15ba2, 0x157f2db3), TOBN(0xbda2fc8f, 0x8e28ca9c),
    +     TOBN(0x5d050da4, 0x37b9f454), TOBN(0x3d57eb57, 0x2379d72e),
    +     TOBN(0xe9b5eba2, 0xfb5ee997), TOBN(0x01648ca2, 0xe11538ca),
    +     TOBN(0x32bb76f6, 0xf6327974), TOBN(0x338f14b8, 0xff3f4bb7),
    +     TOBN(0x524d226a, 0xd7ab9a2d), TOBN(0x9c00090d, 0x7dfae958),
    +     TOBN(0x0ba5f539, 0x8751d8c2), TOBN(0x8afcbcdd, 0x3ab8262d),
    +     TOBN(0x57392729, 0xe99d043b), TOBN(0xef51263b, 0xaebc943a),
    +     TOBN(0x9feace93, 0x20862935), TOBN(0x639efc03, 0xb06c817b),
    +     TOBN(0x1fe054b3, 0x66b4be7a), TOBN(0x3f25a9de, 0x84a37a1e),
    +     TOBN(0xf39ef1ad, 0x78d75cd9), TOBN(0xd7b58f49, 0x5062c1b5),
    +     TOBN(0x6f74f9a9, 0xff563436), TOBN(0xf718ff29, 0xe8af51e7),
    +     TOBN(0x5234d313, 0x15e97fec), TOBN(0xb6a8e2b1, 0x292f1c0a),
    +     TOBN(0xa7f53aa8, 0x327720c1), TOBN(0x956ca322, 0xba092cc8),
    +     TOBN(0x8f03d64a, 0x28746c4d), TOBN(0x51fe1782, 0x66d0d392),
    +     TOBN(0xd19b34db, 0x3c832c80), TOBN(0x60dccc5c, 0x6da2e3b4),
    +     TOBN(0x245dd62e, 0x0a104ccc), TOBN(0xa7ab1de1, 0x620b21fd),
    +     TOBN(0xb293ae0b, 0x3893d123), TOBN(0xf7b75783, 0xb15ee71c),
    +     TOBN(0x5aa3c614, 0x42a9468b), TOBN(0xd686123c, 0xdb15d744),
    +     TOBN(0x8c616891, 0xa7ab4116), TOBN(0x6fcd72c8, 0xa4e6a459),
    +     TOBN(0xac219110, 0x77e5fad7), TOBN(0xfb6a20e7, 0x704fa46b),
    +     TOBN(0xe839be7d, 0x341d81dc), TOBN(0xcddb6889, 0x32148379),
    +     TOBN(0xda6211a1, 0xf7026ead), TOBN(0xf3b2575f, 0xf4d1cc5e),
    +     TOBN(0x40cfc8f6, 0xa7a73ae6), TOBN(0x83879a5e, 0x61d5b483),
    +     TOBN(0xc5acb1ed, 0x41a50ebc), TOBN(0x59a60cc8, 0x3c07d8fa),
    +     TOBN(0x1b73bdce, 0xb1876262), TOBN(0x2b0d79f0, 0x12af4ee9),
    +     TOBN(0x8bcf3b0b, 0xd46e1d07), TOBN(0x17d6af9d, 0xe45d152f),
    +     TOBN(0x73520461, 0x6d736451), TOBN(0x43cbbd97, 0x56b0bf5a),
    +     TOBN(0xb0833a5b, 0xd5999b9d), TOBN(0x702614f0, 0xeb72e398),
    +     TOBN(0x0aadf01a, 0x59c3e9f8), TOBN(0x40200e77, 0xce6b3d16),
    +     TOBN(0xda22bdd3, 0xdeddafad), TOBN(0x76dedaf4, 0x310d72e1),
    +     TOBN(0x49ef807c, 0x4bc2e88f), TOBN(0x6ba81291, 0x146dd5a5),
    +     TOBN(0xa1a4077a, 0x7d8d59e9), TOBN(0x87b6a2e7, 0x802db349),
    +     TOBN(0xd5679997, 0x1b4e598e), TOBN(0xf499ef1f, 0x06fe4b1d),
    +     TOBN(0x3978d3ae, 0xfcb267c5), TOBN(0xb582b557, 0x235786d0),
    +     TOBN(0x32b3b2ca, 0x1715cb07), TOBN(0x4c3de6a2, 0x8480241d),
    +     TOBN(0x63b5ffed, 0xcb571ecd), TOBN(0xeaf53900, 0xed2fe9a9),
    +     TOBN(0xdec98d4a, 0xc3b81990), TOBN(0x1cb83722, 0x9e0cc8fe),
    +     TOBN(0xfe0b0491, 0xd2b427b9), TOBN(0x0f2386ac, 0xe983a66c),
    +     TOBN(0x930c4d1e, 0xb3291213), TOBN(0xa2f82b2e, 0x59a62ae4),
    +     TOBN(0x77233853, 0xf93e89e3), TOBN(0x7f8063ac, 0x11777c7f),
    +     TOBN(0xff0eb567, 0x59ad2877), TOBN(0x6f454642, 0x9865c754),
    +     TOBN(0xe6fe701a, 0x236e9a84), TOBN(0xc586ef16, 0x06e40fc3),
    +     TOBN(0x3f62b6e0, 0x24bafad9), TOBN(0xc8b42bd2, 0x64da906a),
    +     TOBN(0xc98e1eb4, 0xda3276a0), TOBN(0x30d0e5fc, 0x06cbf852),
    +     TOBN(0x1b6b2ae1, 0xe8b4dfd4), TOBN(0xd754d5c7, 0x8301cbac),
    +     TOBN(0x66097629, 0x112a39ac), TOBN(0xf86b5999, 0x93ba4ab9),
    +     TOBN(0x26c9dea7, 0x99f9d581), TOBN(0x0473b1a8, 0xc2fafeaa),
    +     TOBN(0x1469af55, 0x3b2505a5), TOBN(0x227d16d7, 0xd6a43323),
    +     TOBN(0x3316f73c, 0xad3d97f9), TOBN(0x52bf3bb5, 0x1f137455),
    +     TOBN(0x953eafeb, 0x09954e7c), TOBN(0xa721dfed, 0xdd732411),
    +     TOBN(0xb4929821, 0x141d4579), TOBN(0x3411321c, 0xaa3bd435),
    +     TOBN(0xafb355aa, 0x17fa6015), TOBN(0xb4e7ef4a, 0x18e42f0e),
    +     TOBN(0x604ac97c, 0x59371000), TOBN(0xe1c48c70, 0x7f759c18),
    +     TOBN(0x3f62ecc5, 0xa5db6b65), TOBN(0x0a78b173, 0x38a21495),
    +     TOBN(0x6be1819d, 0xbcc8ad94), TOBN(0x70dc04f6, 0xd89c3400),
    +     TOBN(0x462557b4, 0xa6b4840a), TOBN(0x544c6ade, 0x60bd21c0),
    +     TOBN(0x6a00f24e, 0x907a544b), TOBN(0xa7520dcb, 0x313da210),
    +     TOBN(0xfe939b75, 0x11e4994b), TOBN(0x918b6ba6, 0xbc275d70),
    +     TOBN(0xd3e5e0fc, 0x644be892), TOBN(0x707a9816, 0xfdaf6c42),
    +     TOBN(0x60145567, 0xf15c13fe), TOBN(0x4818ebaa, 0xe130a54a),
    +     TOBN(0x28aad3ad, 0x58d2f767), TOBN(0xdc5267fd, 0xd7e7c773),
    +     TOBN(0x4919cc88, 0xc3afcc98), TOBN(0xaa2e6ab0, 0x2db8cd4b),
    +     TOBN(0xd46fec04, 0xd0c63eaa), TOBN(0xa1cb92c5, 0x19ffa832),
    +     TOBN(0x678dd178, 0xe43a631f), TOBN(0xfb5ae1cd, 0x3dc788b3),
    +     TOBN(0x68b4fb90, 0x6e77de04), TOBN(0x7992bcf0, 0xf06dbb97),
    +     TOBN(0x896e6a13, 0xc417c01d), TOBN(0x8d96332c, 0xb956be01),
    +     TOBN(0x902fc93a, 0x413aa2b9), TOBN(0x99a4d915, 0xfc98c8a5),
    +     TOBN(0x52c29407, 0x565f1137), TOBN(0x4072690f, 0x21e4f281),
    +     TOBN(0x36e607cf, 0x02ff6072), TOBN(0xa47d2ca9, 0x8ad98cdc),
    +     TOBN(0xbf471d1e, 0xf5f56609), TOBN(0xbcf86623, 0xf264ada0),
    +     TOBN(0xb70c0687, 0xaa9e5cb6), TOBN(0xc98124f2, 0x17401c6c),
    +     TOBN(0x8189635f, 0xd4a61435), TOBN(0xd28fb8af, 0xa9d98ea6),
    +     TOBN(0xb9a67c2a, 0x40c251f8), TOBN(0x88cd5d87, 0xa2da44be),
    +     TOBN(0x437deb96, 0xe09b5423), TOBN(0x150467db, 0x64287dc1),
    +     TOBN(0xe161debb, 0xcdabb839), TOBN(0xa79e9742, 0xf1839a3e),
    +     TOBN(0xbb8dd3c2, 0x652d202b), TOBN(0x7b3e67f7, 0xe9f97d96),
    +     TOBN(0x5aa5d78f, 0xb1cb6ac9), TOBN(0xffa13e8e, 0xca1d0d45),
    +     TOBN(0x369295dd, 0x2ba5bf95), TOBN(0xd68bd1f8, 0x39aff05e),
    +     TOBN(0xaf0d86f9, 0x26d783f2), TOBN(0x543a59b3, 0xfc3aafc1),
    +     TOBN(0x3fcf81d2, 0x7b7da97c), TOBN(0xc990a056, 0xd25dee46),
    +     TOBN(0x3e6775b8, 0x519cce2c), TOBN(0xfc9af71f, 0xae13d863),
    +     TOBN(0x774a4a6f, 0x47c1605c), TOBN(0x46ba4245, 0x2fd205e8),
    +     TOBN(0xa06feea4, 0xd3fd524d), TOBN(0x1e724641, 0x6de1acc2),
    +     TOBN(0xf53816f1, 0x334e2b42), TOBN(0x49e5918e, 0x922f0024),
    +     TOBN(0x439530b6, 0x65c7322d), TOBN(0xcf12cc01, 0xb3c1b3fb),
    +     TOBN(0xc70b0186, 0x0172f685), TOBN(0xb915ee22, 0x1b58391d),
    +     TOBN(0x9afdf03b, 0xa317db24), TOBN(0x87dec659, 0x17b8ffc4),
    +     TOBN(0x7f46597b, 0xe4d3d050), TOBN(0x80a1c1ed, 0x006500e7),
    +     TOBN(0x84902a96, 0x78bf030e), TOBN(0xfb5e9c9a, 0x50560148),
    +     TOBN(0x6dae0a92, 0x63362426), TOBN(0xdcaeecf4, 0xa9e30c40),
    +     TOBN(0xc0d887bb, 0x518d0c6b), TOBN(0x99181152, 0xcb985b9d),
    +     TOBN(0xad186898, 0xef7bc381), TOBN(0x18168ffb, 0x9ee46201),
    +     TOBN(0x9a04cdaa, 0x2502753c), TOBN(0xbb279e26, 0x51407c41),
    +     TOBN(0xeacb03aa, 0xf23564e5), TOBN(0x18336582, 0x71e61016),
    +     TOBN(0x8684b8c4, 0xeb809877), TOBN(0xb336e18d, 0xea0e672e),
    +     TOBN(0xefb601f0, 0x34ee5867), TOBN(0x2733edbe, 0x1341cfd1),
    +     TOBN(0xb15e809a, 0x26025c3c), TOBN(0xe6e981a6, 0x9350df88),
    +     TOBN(0x92376237, 0x8502fd8e), TOBN(0x4791f216, 0x0c12be9b),
    +     TOBN(0xb7256789, 0x25f02425), TOBN(0xec863194, 0x7a974443),
    +     TOBN(0x7c0ce882, 0xfb41cc52), TOBN(0xc266ff7e, 0xf25c07f2),
    +     TOBN(0x3d4da8c3, 0x017025f3), TOBN(0xefcf628c, 0xfb9579b4),
    +     TOBN(0x5c4d0016, 0x1f3716ec), TOBN(0x9c27ebc4, 0x6801116e),
    +     TOBN(0x5eba0ea1, 0x1da1767e), TOBN(0xfe151452, 0x47004c57),
    +     TOBN(0x3ace6df6, 0x8c2373b7), TOBN(0x75c3dffe, 0x5dbc37ac),
    +     TOBN(0x3dc32a73, 0xddc925fc), TOBN(0xb679c841, 0x2f65ee0b),
    +     TOBN(0x715a3295, 0x451cbfeb), TOBN(0xd9889768, 0xf76e9a29),
    +     TOBN(0xec20ce7f, 0xb28ad247), TOBN(0xe99146c4, 0x00894d79),
    +     TOBN(0x71457d7c, 0x9f5e3ea7), TOBN(0x097b2662, 0x38030031),
    +     TOBN(0xdb7f6ae6, 0xcf9f82a8), TOBN(0x319decb9, 0x438f473a),
    +     TOBN(0xa63ab386, 0x283856c3), TOBN(0x13e3172f, 0xb06a361b),
    +     TOBN(0x2959f8dc, 0x7d5a006c), TOBN(0x2dbc27c6, 0x75fba752),
    +     TOBN(0xc1227ab2, 0x87c22c9e), TOBN(0x06f61f75, 0x71a268b2),
    +     TOBN(0x1b6bb971, 0x04779ce2), TOBN(0xaca83812, 0x0aadcb1d),
    +     TOBN(0x297ae0bc, 0xaeaab2d5), TOBN(0xa5c14ee7, 0x5bfb9f13),
    +     TOBN(0xaa00c583, 0xf17a62c7), TOBN(0x39eb962c, 0x173759f6),
    +     TOBN(0x1eeba1d4, 0x86c9a88f), TOBN(0x0ab6c37a, 0xdf016c5e),
    +     TOBN(0xa2a147db, 0xa28a0749), TOBN(0x246c20d6, 0xee519165),
    +     TOBN(0x5068d1b1, 0xd3810715), TOBN(0xb1e7018c, 0x748160b9),
    +     TOBN(0x03f5b1fa, 0xf380ff62), TOBN(0xef7fb1dd, 0xf3cb2c1e),
    +     TOBN(0xeab539a8, 0xfc91a7da), TOBN(0x83ddb707, 0xf3f9b561),
    +     TOBN(0xc550e211, 0xfe7df7a4), TOBN(0xa7cd07f2, 0x063f6f40),
    +     TOBN(0xb0de3635, 0x2976879c), TOBN(0xb5f83f85, 0xe55741da),
    +     TOBN(0x4ea9d25e, 0xf3d8ac3d), TOBN(0x6fe2066f, 0x62819f02),
    +     TOBN(0x4ab2b9c2, 0xcef4a564), TOBN(0x1e155d96, 0x5ffa2de3),
    +     TOBN(0x0eb0a19b, 0xc3a72d00), TOBN(0x4037665b, 0x8513c31b),
    +     TOBN(0x2fb2b6bf, 0x04c64637), TOBN(0x45c34d6e, 0x08cdc639),
    +     TOBN(0x56f1e10f, 0xf01fd796), TOBN(0x4dfb8101, 0xfe3667b8),
    +     TOBN(0xe0eda253, 0x9021d0c0), TOBN(0x7a94e9ff, 0x8a06c6ab),
    +     TOBN(0x2d3bb0d9, 0xbb9aa882), TOBN(0xea20e4e5, 0xec05fd10),
    +     TOBN(0xed7eeb5f, 0x1a1ca64e), TOBN(0x2fa6b43c, 0xc6327cbd),
    +     TOBN(0xb577e3cf, 0x3aa91121), TOBN(0x8c6bd5ea, 0x3a34079b),
    +     TOBN(0xd7e5ba39, 0x60e02fc0), TOBN(0xf16dd2c3, 0x90141bf8),
    +     TOBN(0xb57276d9, 0x80101b98), TOBN(0x760883fd, 0xb82f0f66),
    +     TOBN(0x89d7de75, 0x4bc3eff3), TOBN(0x03b60643, 0x5dc2ab40),
    +     TOBN(0xcd6e53df, 0xe05beeac), TOBN(0xf2f1e862, 0xbc3325cd),
    +     TOBN(0xdd0f7921, 0x774f03c3), TOBN(0x97ca7221, 0x4552cc1b),
    +     TOBN(0x5a0d6afe, 0x1cd19f72), TOBN(0xa20915dc, 0xf183fbeb),
    +     TOBN(0x9fda4b40, 0x832c403c), TOBN(0x32738edd, 0xbe425442),
    +     TOBN(0x469a1df6, 0xb5eccf1a), TOBN(0x4b5aff42, 0x28bbe1f0),
    +     TOBN(0x31359d7f, 0x570dfc93), TOBN(0xa18be235, 0xf0088628),
    +     TOBN(0xa5b30fba, 0xb00ed3a9), TOBN(0x34c61374, 0x73cdf8be),
    +     TOBN(0x2c5c5f46, 0xabc56797), TOBN(0x5cecf93d, 0xb82a8ae2),
    +     TOBN(0x7d3dbe41, 0xa968fbf0), TOBN(0xd23d4583, 0x1a5c7f3d),
    +     TOBN(0xf28f69a0, 0xc087a9c7), TOBN(0xc2d75471, 0x474471ca),
    +     TOBN(0x36ec9f4a, 0x4eb732ec), TOBN(0x6c943bbd, 0xb1ca6bed),
    +     TOBN(0xd64535e1, 0xf2457892), TOBN(0x8b84a8ea, 0xf7e2ac06),
    +     TOBN(0xe0936cd3, 0x2499dd5f), TOBN(0x12053d7e, 0x0ed04e57),
    +     TOBN(0x4bdd0076, 0xe4305d9d), TOBN(0x34a527b9, 0x1f67f0a2),
    +     TOBN(0xe79a4af0, 0x9cec46ea), TOBN(0xb15347a1, 0x658b9bc7),
    +     TOBN(0x6bd2796f, 0x35af2f75), TOBN(0xac957990, 0x4051c435),
    +     TOBN(0x2669dda3, 0xc33a655d), TOBN(0x5d503c2e, 0x88514aa3),
    +     TOBN(0xdfa11337, 0x3753dd41), TOBN(0x3f054673, 0x0b754f78),
    +     TOBN(0xbf185677, 0x496125bd), TOBN(0xfb0023c8, 0x3775006c),
    +     TOBN(0xfa0f072f, 0x3a037899), TOBN(0x4222b6eb, 0x0e4aea57),
    +     TOBN(0x3dde5e76, 0x7866d25a), TOBN(0xb6eb04f8, 0x4837aa6f),
    +     TOBN(0x5315591a, 0x2cf1cdb8), TOBN(0x6dfb4f41, 0x2d4e683c),
    +     TOBN(0x7e923ea4, 0x48ee1f3a), TOBN(0x9604d9f7, 0x05a2afd5),
    +     TOBN(0xbe1d4a33, 0x40ea4948), TOBN(0x5b45f1f4, 0xb44cbd2f),
    +     TOBN(0x5faf8376, 0x4acc757e), TOBN(0xa7cf9ab8, 0x63d68ff7),
    +     TOBN(0x8ad62f69, 0xdf0e404b), TOBN(0xd65f33c2, 0x12bdafdf),
    +     TOBN(0xc365de15, 0xa377b14e), TOBN(0x6bf5463b, 0x8e39f60c),
    +     TOBN(0x62030d2d, 0x2ce68148), TOBN(0xd95867ef, 0xe6f843a8),
    +     TOBN(0xd39a0244, 0xef5ab017), TOBN(0x0bd2d8c1, 0x4ab55d12),
    +     TOBN(0xc9503db3, 0x41639169), TOBN(0x2d4e25b0, 0xf7660c8a),
    +     TOBN(0x760cb3b5, 0xe224c5d7), TOBN(0xfa3baf8c, 0x68616919),
    +     TOBN(0x9fbca113, 0x8d142552), TOBN(0x1ab18bf1, 0x7669ebf5),
    +     TOBN(0x55e6f53e, 0x9bdf25dd), TOBN(0x04cc0bf3, 0xcb6cd154),
    +     TOBN(0x595bef49, 0x95e89080), TOBN(0xfe9459a8, 0x104a9ac1),
    +     TOBN(0xad2d89ca, 0xcce9bb32), TOBN(0xddea65e1, 0xf7de8285),
    +     TOBN(0x62ed8c35, 0xb351bd4b), TOBN(0x4150ff36, 0x0c0e19a7),
    +     TOBN(0x86e3c801, 0x345f4e47), TOBN(0x3bf21f71, 0x203a266c),
    +     TOBN(0x7ae110d4, 0x855b1f13), TOBN(0x5d6aaf6a, 0x07262517),
    +     TOBN(0x1e0f12e1, 0x813d28f1), TOBN(0x6000e11d, 0x7ad7a523),
    +     TOBN(0xc7d8deef, 0xc744a17b), TOBN(0x1e990b48, 0x14c05a00),
    +     TOBN(0x68fddaee, 0x93e976d5), TOBN(0x696241d1, 0x46610d63),
    +     TOBN(0xb204e7c3, 0x893dda88), TOBN(0x8bccfa65, 0x6a3a6946),
    +     TOBN(0xb59425b4, 0xc5cd1411), TOBN(0x701b4042, 0xff3658b1),
    +     TOBN(0xe3e56bca, 0x4784cf93), TOBN(0x27de5f15, 0x8fe68d60),
    +     TOBN(0x4ab9cfce, 0xf8d53f19), TOBN(0xddb10311, 0xa40a730d),
    +     TOBN(0x6fa73cd1, 0x4eee0a8a), TOBN(0xfd548748, 0x5249719d),
    +     TOBN(0x49d66316, 0xa8123ef0), TOBN(0x73c32db4, 0xe7f95438),
    +     TOBN(0x2e2ed209, 0x0d9e7854), TOBN(0xf98a9329, 0x9d9f0507),
    +     TOBN(0xc5d33cf6, 0x0c6aa20a), TOBN(0x9a32ba14, 0x75279bb2),
    +     TOBN(0x7e3202cb, 0x774a7307), TOBN(0x64ed4bc4, 0xe8c42dbd),
    +     TOBN(0xc20f1a06, 0xd4caed0d), TOBN(0xb8021407, 0x171d22b3),
    +     TOBN(0xd426ca04, 0xd13268d7), TOBN(0x92377007, 0x25f4d126),
    +     TOBN(0x4204cbc3, 0x71f21a85), TOBN(0x18461b7a, 0xf82369ba),
    +     TOBN(0xc0c07d31, 0x3fc858f9), TOBN(0x5deb5a50, 0xe2bab569),
    +     TOBN(0xd5959d46, 0xd5eea89e), TOBN(0xfdff8424, 0x08437f4b),
    +     TOBN(0xf21071e4, 0x3cfe254f), TOBN(0x72417696, 0x95468321),
    +     TOBN(0x5d8288b9, 0x102cae3e), TOBN(0x2d143e3d, 0xf1965dff),
    +     TOBN(0x00c9a376, 0xa078d847), TOBN(0x6fc0da31, 0x26028731),
    +     TOBN(0xa2baeadf, 0xe45083a2), TOBN(0x66bc7218, 0x5e5b4bcd),
    +     TOBN(0x2c826442, 0xd04b8e7f), TOBN(0xc19f5451, 0x6c4b586b),
    +     TOBN(0x60182c49, 0x5b7eeed5), TOBN(0xd9954ecd, 0x7aa9dfa1),
    +     TOBN(0xa403a8ec, 0xc73884ad), TOBN(0x7fb17de2, 0x9bb39041),
    +     TOBN(0x694b64c5, 0xabb020e8), TOBN(0x3d18c184, 0x19c4eec7),
    +     TOBN(0x9c4673ef, 0x1c4793e5), TOBN(0xc7b8aeb5, 0x056092e6),
    +     TOBN(0x3aa1ca43, 0xf0f8c16b), TOBN(0x224ed5ec, 0xd679b2f6),
    +     TOBN(0x0d56eeaf, 0x55a205c9), TOBN(0xbfe115ba, 0x4b8e028b),
    +     TOBN(0x97e60849, 0x3927f4fe), TOBN(0xf91fbf94, 0x759aa7c5),
    +     TOBN(0x985af769, 0x6be90a51), TOBN(0xc1277b78, 0x78ccb823),
    +     TOBN(0x395b656e, 0xe7a75952), TOBN(0x00df7de0, 0x928da5f5),
    +     TOBN(0x09c23175, 0x4ca4454f), TOBN(0x4ec971f4, 0x7aa2d3c1),
    +     TOBN(0x45c3c507, 0xe75d9ccc), TOBN(0x63b7be8a, 0x3dc90306),
    +     TOBN(0x37e09c66, 0x5db44bdc), TOBN(0x50d60da1, 0x6841c6a2),
    +     TOBN(0x6f9b65ee, 0x08df1b12), TOBN(0x38734879, 0x7ff089df),
    +     TOBN(0x9c331a66, 0x3fe8013d), TOBN(0x017f5de9, 0x5f42fcc8),
    +     TOBN(0x43077866, 0xe8e57567), TOBN(0xc9f781ce, 0xf9fcdb18),
    +     TOBN(0x38131dda, 0x9b12e174), TOBN(0x25d84aa3, 0x8a03752a),
    +     TOBN(0x45e09e09, 0x4d0c0ce2), TOBN(0x1564008b, 0x92bebba5),
    +     TOBN(0xf7e8ad31, 0xa87284c7), TOBN(0xb7c4b46c, 0x97e7bbaa),
    +     TOBN(0x3e22a7b3, 0x97acf4ec), TOBN(0x0426c400, 0x5ea8b640),
    +     TOBN(0x5e3295a6, 0x4e969285), TOBN(0x22aabc59, 0xa6a45670),
    +     TOBN(0xb929714c, 0x5f5942bc), TOBN(0x9a6168bd, 0xfa3182ed),
    +     TOBN(0x2216a665, 0x104152ba), TOBN(0x46908d03, 0xb6926368)}
    +    ,
    +    {TOBN(0xa9f5d874, 0x5a1251fb), TOBN(0x967747a8, 0xc72725c7),
    +     TOBN(0x195c33e5, 0x31ffe89e), TOBN(0x609d210f, 0xe964935e),
    +     TOBN(0xcafd6ca8, 0x2fe12227), TOBN(0xaf9b5b96, 0x0426469d),
    +     TOBN(0x2e9ee04c, 0x5693183c), TOBN(0x1084a333, 0xc8146fef),
    +     TOBN(0x96649933, 0xaed1d1f7), TOBN(0x566eaff3, 0x50563090),
    +     TOBN(0x345057f0, 0xad2e39cf), TOBN(0x148ff65b, 0x1f832124),
    +     TOBN(0x042e89d4, 0xcf94cf0d), TOBN(0x319bec84, 0x520c58b3),
    +     TOBN(0x2a267626, 0x5361aa0d), TOBN(0xc86fa302, 0x8fbc87ad),
    +     TOBN(0xfc83d2ab, 0x5c8b06d5), TOBN(0xb1a785a2, 0xfe4eac46),
    +     TOBN(0xb99315bc, 0x846f7779), TOBN(0xcf31d816, 0xef9ea505),
    +     TOBN(0x2391fe6a, 0x15d7dc85), TOBN(0x2f132b04, 0xb4016b33),
    +     TOBN(0x29547fe3, 0x181cb4c7), TOBN(0xdb66d8a6, 0x650155a1),
    +     TOBN(0x6b66d7e1, 0xadc1696f), TOBN(0x98ebe593, 0x0acd72d0),
    +     TOBN(0x65f24550, 0xcc1b7435), TOBN(0xce231393, 0xb4b9a5ec),
    +     TOBN(0x234a22d4, 0xdb067df9), TOBN(0x98dda095, 0xcaff9b00),
    +     TOBN(0x1bbc75a0, 0x6100c9c1), TOBN(0x1560a9c8, 0x939cf695),
    +     TOBN(0xcf006d3e, 0x99e0925f), TOBN(0x2dd74a96, 0x6322375a),
    +     TOBN(0xc58b446a, 0xb56af5ba), TOBN(0x50292683, 0xe0b9b4f1),
    +     TOBN(0xe2c34cb4, 0x1aeaffa3), TOBN(0x8b17203f, 0x9b9587c1),
    +     TOBN(0x6d559207, 0xead1350c), TOBN(0x2b66a215, 0xfb7f9604),
    +     TOBN(0x0850325e, 0xfe51bf74), TOBN(0x9c4f579e, 0x5e460094),
    +     TOBN(0x5c87b92a, 0x76da2f25), TOBN(0x889de4e0, 0x6febef33),
    +     TOBN(0x6900ec06, 0x646083ce), TOBN(0xbe2a0335, 0xbfe12773),
    +     TOBN(0xadd1da35, 0xc5344110), TOBN(0x757568b7, 0xb802cd20),
    +     TOBN(0x75559779, 0x00f7e6c8), TOBN(0x38e8b94f, 0x0facd2f0),
    +     TOBN(0xfea1f3af, 0x03fde375), TOBN(0x5e11a1d8, 0x75881dfc),
    +     TOBN(0xb3a6b02e, 0xc1e2f2ef), TOBN(0x193d2bbb, 0xc605a6c5),
    +     TOBN(0x325ffeee, 0x339a0b2d), TOBN(0x27b6a724, 0x9e0c8846),
    +     TOBN(0xe4050f1c, 0xf1c367ca), TOBN(0x9bc85a9b, 0xc90fbc7d),
    +     TOBN(0xa373c4a2, 0xe1a11032), TOBN(0xb64232b7, 0xad0393a9),
    +     TOBN(0xf5577eb0, 0x167dad29), TOBN(0x1604f301, 0x94b78ab2),
    +     TOBN(0x0baa94af, 0xe829348b), TOBN(0x77fbd8dd, 0x41654342),
    +     TOBN(0xdab50ea5, 0xb964e39a), TOBN(0xd4c29e3c, 0xd0d3c76e),
    +     TOBN(0x80dae67c, 0x56d11964), TOBN(0x7307a8bf, 0xe5ffcc2f),
    +     TOBN(0x65bbc1aa, 0x91708c3b), TOBN(0xa151e62c, 0x28bf0eeb),
    +     TOBN(0x6cb53381, 0x6fa34db7), TOBN(0x5139e05c, 0xa29403a8),
    +     TOBN(0x6ff651b4, 0x94a7cd2e), TOBN(0x5671ffd1, 0x0699336c),
    +     TOBN(0x6f5fd2cc, 0x979a896a), TOBN(0x11e893a8, 0xd8148cef),
    +     TOBN(0x988906a1, 0x65cf7b10), TOBN(0x81b67178, 0xc50d8485),
    +     TOBN(0x7c0deb35, 0x8a35b3de), TOBN(0x423ac855, 0xc1d29799),
    +     TOBN(0xaf580d87, 0xdac50b74), TOBN(0x28b2b89f, 0x5869734c),
    +     TOBN(0x99a3b936, 0x874e28fb), TOBN(0xbb2c9190, 0x25f3f73a),
    +     TOBN(0x199f6918, 0x84a9d5b7), TOBN(0x7ebe2325, 0x7e770374),
    +     TOBN(0xf442e107, 0x0738efe2), TOBN(0xcf9f3f56, 0xcf9082d2),
    +     TOBN(0x719f69e1, 0x09618708), TOBN(0xcc9e8364, 0xc183f9b1),
    +     TOBN(0xec203a95, 0x366a21af), TOBN(0x6aec5d6d, 0x068b141f),
    +     TOBN(0xee2df78a, 0x994f04e9), TOBN(0xb39ccae8, 0x271245b0),
    +     TOBN(0xb875a4a9, 0x97e43f4f), TOBN(0x507dfe11, 0xdb2cea98),
    +     TOBN(0x4fbf81cb, 0x489b03e9), TOBN(0xdb86ec5b, 0x6ec414fa),
    +     TOBN(0xfad444f9, 0xf51b3ae5), TOBN(0xca7d33d6, 0x1914e3fe),
    +     TOBN(0xa9c32f5c, 0x0ae6c4d0), TOBN(0xa9ca1d1e, 0x73969568),
    +     TOBN(0x98043c31, 0x1aa7467e), TOBN(0xe832e75c, 0xe21b5ac6),
    +     TOBN(0x314b7aea, 0x5232123d), TOBN(0x08307c8c, 0x65ae86db),
    +     TOBN(0x06e7165c, 0xaa4668ed), TOBN(0xb170458b, 0xb4d3ec39),
    +     TOBN(0x4d2e3ec6, 0xc19bb986), TOBN(0xc5f34846, 0xae0304ed),
    +     TOBN(0x917695a0, 0x6c9f9722), TOBN(0x6c7f7317, 0x4cab1c0a),
    +     TOBN(0x6295940e, 0x9d6d2e8b), TOBN(0xd318b8c1, 0x549f7c97),
    +     TOBN(0x22453204, 0x97713885), TOBN(0x468d834b, 0xa8a440fe),
    +     TOBN(0xd81fe5b2, 0xbfba796e), TOBN(0x152364db, 0x6d71f116),
    +     TOBN(0xbb8c7c59, 0xb5b66e53), TOBN(0x0b12c61b, 0x2641a192),
    +     TOBN(0x31f14802, 0xfcf0a7fd), TOBN(0x42fd0789, 0x5488b01e),
    +     TOBN(0x71d78d6d, 0x9952b498), TOBN(0x8eb572d9, 0x07ac5201),
    +     TOBN(0xe0a2a44c, 0x4d194a88), TOBN(0xd2b63fd9, 0xba017e66),
    +     TOBN(0x78efc6c8, 0xf888aefc), TOBN(0xb76f6bda, 0x4a881a11),
    +     TOBN(0x187f314b, 0xb46c2397), TOBN(0x004cf566, 0x5ded2819),
    +     TOBN(0xa9ea5704, 0x38764d34), TOBN(0xbba45217, 0x78084709),
    +     TOBN(0x06474571, 0x1171121e), TOBN(0xad7b7eb1, 0xe7c9b671),
    +     TOBN(0xdacfbc40, 0x730f7507), TOBN(0x178cd8c6, 0xc7ad7bd1),
    +     TOBN(0xbf0be101, 0xb2a67238), TOBN(0x3556d367, 0xaf9c14f2),
    +     TOBN(0x104b7831, 0xa5662075), TOBN(0x58ca59bb, 0x79d9e60a),
    +     TOBN(0x4bc45392, 0xa569a73b), TOBN(0x517a52e8, 0x5698f6c9),
    +     TOBN(0x85643da5, 0xaeadd755), TOBN(0x1aed0cd5, 0x2a581b84),
    +     TOBN(0xb9b4ff84, 0x80af1372), TOBN(0x244c3113, 0xf1ba5d1f),
    +     TOBN(0x2a5dacbe, 0xf5f98d31), TOBN(0x2c3323e8, 0x4375bc2a),
    +     TOBN(0x17a3ab4a, 0x5594b1dd), TOBN(0xa1928bfb, 0xceb4797e),
    +     TOBN(0xe83af245, 0xe4886a19), TOBN(0x8979d546, 0x72b5a74a),
    +     TOBN(0xa0f726bc, 0x19f9e967), TOBN(0xd9d03152, 0xe8fbbf4e),
    +     TOBN(0xcfd6f51d, 0xb7707d40), TOBN(0x633084d9, 0x63f6e6e0),
    +     TOBN(0xedcd9cdc, 0x55667eaf), TOBN(0x73b7f92b, 0x2e44d56f),
    +     TOBN(0xfb2e39b6, 0x4e962b14), TOBN(0x7d408f6e, 0xf671fcbf),
    +     TOBN(0xcc634ddc, 0x164a89bb), TOBN(0x74a42bb2, 0x3ef3bd05),
    +     TOBN(0x1280dbb2, 0x428decbb), TOBN(0x6103f6bb, 0x402c8596),
    +     TOBN(0xfa2bf581, 0x355a5752), TOBN(0x562f96a8, 0x00946674),
    +     TOBN(0x4e4ca16d, 0x6da0223b), TOBN(0xfe47819f, 0x28d3aa25),
    +     TOBN(0x9eea3075, 0xf8dfcf8a), TOBN(0xa284f0aa, 0x95669825),
    +     TOBN(0xb3fca250, 0x867d3fd8), TOBN(0x20757b5f, 0x269d691e),
    +     TOBN(0xf2c24020, 0x93b8a5de), TOBN(0xd3f93359, 0xebc06da6),
    +     TOBN(0x1178293e, 0xb2739c33), TOBN(0xd2a3e770, 0xbcd686e5),
    +     TOBN(0xa76f49f4, 0xcd941534), TOBN(0x0d37406b, 0xe3c71c0e),
    +     TOBN(0x172d9397, 0x3b97f7e3), TOBN(0xec17e239, 0xbd7fd0de),
    +     TOBN(0xe3290551, 0x6f496ba2), TOBN(0x6a693172, 0x36ad50e7),
    +     TOBN(0xc4e539a2, 0x83e7eff5), TOBN(0x752737e7, 0x18e1b4cf),
    +     TOBN(0xa2f7932c, 0x68af43ee), TOBN(0x5502468e, 0x703d00bd),
    +     TOBN(0xe5dc978f, 0x2fb061f5), TOBN(0xc9a1904a, 0x28c815ad),
    +     TOBN(0xd3af538d, 0x470c56a4), TOBN(0x159abc5f, 0x193d8ced),
    +     TOBN(0x2a37245f, 0x20108ef3), TOBN(0xfa17081e, 0x223f7178),
    +     TOBN(0x27b0fb2b, 0x10c8c0f5), TOBN(0x2102c3ea, 0x40650547),
    +     TOBN(0x594564df, 0x8ac3bfa7), TOBN(0x98102033, 0x509dad96),
    +     TOBN(0x6989643f, 0xf1d18a13), TOBN(0x35eebd91, 0xd7fc5af0),
    +     TOBN(0x078d096a, 0xfaeaafd8), TOBN(0xb7a89341, 0xdef3de98),
    +     TOBN(0x2a206e8d, 0xecf2a73a), TOBN(0x066a6397, 0x8e551994),
    +     TOBN(0x3a6a088a, 0xb98d53a2), TOBN(0x0ce7c67c, 0x2d1124aa),
    +     TOBN(0x48cec671, 0x759a113c), TOBN(0xe3b373d3, 0x4f6f67fa),
    +     TOBN(0x5455d479, 0xfd36727b), TOBN(0xe5a428ee, 0xa13c0d81),
    +     TOBN(0xb853dbc8, 0x1c86682b), TOBN(0xb78d2727, 0xb8d02b2a),
    +     TOBN(0xaaf69bed, 0x8ebc329a), TOBN(0xdb6b40b3, 0x293b2148),
    +     TOBN(0xe42ea77d, 0xb8c4961f), TOBN(0xb1a12f7c, 0x20e5e0ab),
    +     TOBN(0xa0ec5274, 0x79e8b05e), TOBN(0x68027391, 0xfab60a80),
    +     TOBN(0x6bfeea5f, 0x16b1bd5e), TOBN(0xf957e420, 0x4de30ad3),
    +     TOBN(0xcbaf664e, 0x6a353b9e), TOBN(0x5c873312, 0x26d14feb),
    +     TOBN(0x4e87f98c, 0xb65f57cb), TOBN(0xdb60a621, 0x5e0cdd41),
    +     TOBN(0x67c16865, 0xa6881440), TOBN(0x1093ef1a, 0x46ab52aa),
    +     TOBN(0xc095afb5, 0x3f4ece64), TOBN(0x6a6bb02e, 0x7604551a),
    +     TOBN(0x55d44b4e, 0x0b26b8cd), TOBN(0xe5f9a999, 0xf971268a),
    +     TOBN(0xc08ec425, 0x11a7de84), TOBN(0x83568095, 0xfda469dd),
    +     TOBN(0x737bfba1, 0x6c6c90a2), TOBN(0x1cb9c4a0, 0xbe229831),
    +     TOBN(0x93bccbba, 0xbb2eec64), TOBN(0xa0c23b64, 0xda03adbe),
    +     TOBN(0x5f7aa00a, 0xe0e86ac4), TOBN(0x470b941e, 0xfc1401e6),
    +     TOBN(0x5ad8d679, 0x9df43574), TOBN(0x4ccfb8a9, 0x0f65d810),
    +     TOBN(0x1bce80e3, 0xaa7fbd81), TOBN(0x273291ad, 0x9508d20a),
    +     TOBN(0xf5c4b46b, 0x42a92806), TOBN(0x810684ec, 0xa86ab44a),
    +     TOBN(0x4591640b, 0xca0bc9f8), TOBN(0xb5efcdfc, 0x5c4b6054),
    +     TOBN(0x16fc8907, 0x6e9edd12), TOBN(0xe29d0b50, 0xd4d792f9),
    +     TOBN(0xa45fd01c, 0x9b03116d), TOBN(0x85035235, 0xc81765a4),
    +     TOBN(0x1fe2a9b2, 0xb4b4b67c), TOBN(0xc1d10df0, 0xe8020604),
    +     TOBN(0x9d64abfc, 0xbc8058d8), TOBN(0x8943b9b2, 0x712a0fbb),
    +     TOBN(0x90eed914, 0x3b3def04), TOBN(0x85ab3aa2, 0x4ce775ff),
    +     TOBN(0x605fd4ca, 0x7bbc9040), TOBN(0x8b34a564, 0xe2c75dfb),
    +     TOBN(0x41ffc94a, 0x10358560), TOBN(0x2d8a5072, 0x9e5c28aa),
    +     TOBN(0xe915a0fc, 0x4cc7eb15), TOBN(0xe9efab05, 0x8f6d0f5d),
    +     TOBN(0xdbab47a9, 0xd19e9b91), TOBN(0x8cfed745, 0x0276154c),
    +     TOBN(0x154357ae, 0x2cfede0d), TOBN(0x520630df, 0x19f5a4ef),
    +     TOBN(0x25759f7c, 0xe382360f), TOBN(0xb6db05c9, 0x88bf5857),
    +     TOBN(0x2917d61d, 0x6c58d46c), TOBN(0x14f8e491, 0xfd20cb7a),
    +     TOBN(0xb68a727a, 0x11c20340), TOBN(0x0386f86f, 0xaf7ccbb6),
    +     TOBN(0x5c8bc6cc, 0xfee09a20), TOBN(0x7d76ff4a, 0xbb7eea35),
    +     TOBN(0xa7bdebe7, 0xdb15be7a), TOBN(0x67a08054, 0xd89f0302),
    +     TOBN(0x56bf0ea9, 0xc1193364), TOBN(0xc8244467, 0x62837ebe),
    +     TOBN(0x32bd8e8b, 0x20d841b8), TOBN(0x127a0548, 0xdbb8a54f),
    +     TOBN(0x83dd4ca6, 0x63b20236), TOBN(0x87714718, 0x203491fa),
    +     TOBN(0x4dabcaaa, 0xaa8a5288), TOBN(0x91cc0c8a, 0xaf23a1c9),
    +     TOBN(0x34c72c6a, 0x3f220e0c), TOBN(0xbcc20bdf, 0x1232144a),
    +     TOBN(0x6e2f42da, 0xa20ede1b), TOBN(0xc441f00c, 0x74a00515),
    +     TOBN(0xbf46a5b6, 0x734b8c4b), TOBN(0x57409503, 0x7b56c9a4),
    +     TOBN(0x9f735261, 0xe4585d45), TOBN(0x9231faed, 0x6734e642),
    +     TOBN(0x1158a176, 0xbe70ee6c), TOBN(0x35f1068d, 0x7c3501bf),
    +     TOBN(0x6beef900, 0xa2d26115), TOBN(0x649406f2, 0xef0afee3),
    +     TOBN(0x3f43a60a, 0xbc2420a1), TOBN(0x509002a7, 0xd5aee4ac),
    +     TOBN(0xb46836a5, 0x3ff3571b), TOBN(0x24f98b78, 0x837927c1),
    +     TOBN(0x6254256a, 0x4533c716), TOBN(0xf27abb0b, 0xd07ee196),
    +     TOBN(0xd7cf64fc, 0x5c6d5bfd), TOBN(0x6915c751, 0xf0cd7a77),
    +     TOBN(0xd9f59012, 0x8798f534), TOBN(0x772b0da8, 0xf81d8b5f),
    +     TOBN(0x1244260c, 0x2e03fa69), TOBN(0x36cf0e3a, 0x3be1a374),
    +     TOBN(0x6e7c1633, 0xef06b960), TOBN(0xa71a4c55, 0x671f90f6),
    +     TOBN(0x7a941251, 0x33c673db), TOBN(0xc0bea510, 0x73e8c131),
    +     TOBN(0x61a8a699, 0xd4f6c734), TOBN(0x25e78c88, 0x341ed001),
    +     TOBN(0x5c18acf8, 0x8e2f7d90), TOBN(0xfdbf33d7, 0x77be32cd),
    +     TOBN(0x0a085cd7, 0xd2eb5ee9), TOBN(0x2d702cfb, 0xb3201115),
    +     TOBN(0xb6e0ebdb, 0x85c88ce8), TOBN(0x23a3ce3c, 0x1e01d617),
    +     TOBN(0x3041618e, 0x567333ac), TOBN(0x9dd0fd8f, 0x157edb6b),
    +     TOBN(0x27f74702, 0xb57872b8), TOBN(0x2ef26b4f, 0x657d5fe1),
    +     TOBN(0x95426f0a, 0x57cf3d40), TOBN(0x847e2ad1, 0x65a6067a),
    +     TOBN(0xd474d9a0, 0x09996a74), TOBN(0x16a56acd, 0x2a26115c),
    +     TOBN(0x02a615c3, 0xd16f4d43), TOBN(0xcc3fc965, 0xaadb85b7),
    +     TOBN(0x386bda73, 0xce07d1b0), TOBN(0xd82910c2, 0x58ad4178),
    +     TOBN(0x124f82cf, 0xcd2617f4), TOBN(0xcc2f5e8d, 0xef691770),
    +     TOBN(0x82702550, 0xb8c30ccc), TOBN(0x7b856aea, 0x1a8e575a),
    +     TOBN(0xbb822fef, 0xb1ab9459), TOBN(0x085928bc, 0xec24e38e),
    +     TOBN(0x5d0402ec, 0xba8f4b4d), TOBN(0xc07cd4ba, 0x00b4d58b),
    +     TOBN(0x5d8dffd5, 0x29227e7a), TOBN(0x61d44d0c, 0x31bf386f),
    +     TOBN(0xe486dc2b, 0x135e6f4d), TOBN(0x680962eb, 0xe79410ef),
    +     TOBN(0xa61bd343, 0xf10088b5), TOBN(0x6aa76076, 0xe2e28686),
    +     TOBN(0x80463d11, 0x8fb98871), TOBN(0xcb26f5c3, 0xbbc76aff),
    +     TOBN(0xd4ab8edd, 0xfbe03614), TOBN(0xc8eb579b, 0xc0cf2dee),
    +     TOBN(0xcc004c15, 0xc93bae41), TOBN(0x46fbae5d, 0x3aeca3b2),
    +     TOBN(0x671235cf, 0x0f1e9ab1), TOBN(0xadfba934, 0x9ec285c1),
    +     TOBN(0x88ded013, 0xf216c980), TOBN(0xc8ac4fb8, 0xf79e0bc1),
    +     TOBN(0xa29b89c6, 0xfb97a237), TOBN(0xb697b780, 0x9922d8e7),
    +     TOBN(0x3142c639, 0xddb945b5), TOBN(0x447b06c7, 0xe094c3a9),
    +     TOBN(0xcdcb3642, 0x72266c90), TOBN(0x633aad08, 0xa9385046),
    +     TOBN(0xa36c936b, 0xb57c6477), TOBN(0x871f8b64, 0xe94dbcc6),
    +     TOBN(0x28d0fb62, 0xa591a67b), TOBN(0x9d40e081, 0xc1d926f5),
    +     TOBN(0x3111eaf6, 0xf2d84b5a), TOBN(0x228993f9, 0xa565b644),
    +     TOBN(0x0ccbf592, 0x2c83188b), TOBN(0xf87b30ab, 0x3df3e197),
    +     TOBN(0xb8658b31, 0x7642bca8), TOBN(0x1a032d7f, 0x52800f17),
    +     TOBN(0x051dcae5, 0x79bf9445), TOBN(0xeba6b8ee, 0x54a2e253),
    +     TOBN(0x5c8b9cad, 0xd4485692), TOBN(0x84bda40e, 0x8986e9be),
    +     TOBN(0xd16d16a4, 0x2f0db448), TOBN(0x8ec80050, 0xa14d4188),
    +     TOBN(0xb2b26107, 0x98fa7aaa), TOBN(0x41209ee4, 0xf073aa4e),
    +     TOBN(0xf1570359, 0xf2d6b19b), TOBN(0xcbe6868c, 0xfc577caf),
    +     TOBN(0x186c4bdc, 0x32c04dd3), TOBN(0xa6c35fae, 0xcfeee397),
    +     TOBN(0xb4a1b312, 0xf086c0cf), TOBN(0xe0a5ccc6, 0xd9461fe2),
    +     TOBN(0xc32278aa, 0x1536189f), TOBN(0x1126c55f, 0xba6df571),
    +     TOBN(0x0f71a602, 0xb194560e), TOBN(0x8b2d7405, 0x324bd6e1),
    +     TOBN(0x8481939e, 0x3738be71), TOBN(0xb5090b1a, 0x1a4d97a9),
    +     TOBN(0x116c65a3, 0xf05ba915), TOBN(0x21863ad3, 0xaae448aa),
    +     TOBN(0xd24e2679, 0xa7aae5d3), TOBN(0x7076013d, 0x0de5c1c4),
    +     TOBN(0x2d50f8ba, 0xbb05b629), TOBN(0x73c1abe2, 0x6e66efbb),
    +     TOBN(0xefd4b422, 0xf2488af7), TOBN(0xe4105d02, 0x663ba575),
    +     TOBN(0x7eb60a8b, 0x53a69457), TOBN(0x62210008, 0xc945973b),
    +     TOBN(0xfb255478, 0x77a50ec6), TOBN(0xbf0392f7, 0x0a37a72c),
    +     TOBN(0xa0a7a19c, 0x4be18e7a), TOBN(0x90d8ea16, 0x25b1e0af),
    +     TOBN(0x7582a293, 0xef953f57), TOBN(0x90a64d05, 0xbdc5465a),
    +     TOBN(0xca79c497, 0xe2510717), TOBN(0x560dbb7c, 0x18cb641f),
    +     TOBN(0x1d8e3286, 0x4b66abfb), TOBN(0xd26f52e5, 0x59030900),
    +     TOBN(0x1ee3f643, 0x5584941a), TOBN(0x6d3b3730, 0x569f5958),
    +     TOBN(0x9ff2a62f, 0x4789dba5), TOBN(0x91fcb815, 0x72b5c9b7),
    +     TOBN(0xf446cb7d, 0x6c8f9a0e), TOBN(0x48f625c1, 0x39b7ecb5),
    +     TOBN(0xbabae801, 0x1c6219b8), TOBN(0xe7a562d9, 0x28ac2f23),
    +     TOBN(0xe1b48732, 0x26e20588), TOBN(0x06ee1cad, 0x775af051),
    +     TOBN(0xda29ae43, 0xfaff79f7), TOBN(0xc141a412, 0x652ee9e0),
    +     TOBN(0x1e127f6f, 0x195f4bd0), TOBN(0x29c6ab4f, 0x072f34f8),
    +     TOBN(0x7b7c1477, 0x30448112), TOBN(0x82b51af1, 0xe4a38656),
    +     TOBN(0x2bf2028a, 0x2f315010), TOBN(0xc9a4a01f, 0x6ea88cd4),
    +     TOBN(0xf63e95d8, 0x257e5818), TOBN(0xdd8efa10, 0xb4519b16),
    +     TOBN(0xed8973e0, 0x0da910bf), TOBN(0xed49d077, 0x5c0fe4a9),
    +     TOBN(0xac3aac5e, 0xb7caee1e), TOBN(0x1033898d, 0xa7f4da57),
    +     TOBN(0x42145c0e, 0x5c6669b9), TOBN(0x42daa688, 0xc1aa2aa0),
    +     TOBN(0x629cc15c, 0x1a1d885a), TOBN(0x25572ec0, 0xf4b76817),
    +     TOBN(0x8312e435, 0x9c8f8f28), TOBN(0x8107f8cd, 0x81965490),
    +     TOBN(0x516ff3a3, 0x6fa6110c), TOBN(0x74fb1eb1, 0xfb93561f),
    +     TOBN(0x6c0c9047, 0x8457522b), TOBN(0xcfd32104, 0x6bb8bdc6),
    +     TOBN(0x2d6884a2, 0xcc80ad57), TOBN(0x7c27fc35, 0x86a9b637),
    +     TOBN(0x3461baed, 0xadf4e8cd), TOBN(0x1d56251a, 0x617242f0),
    +     TOBN(0x0b80d209, 0xc955bef4), TOBN(0xdf02cad2, 0x06adb047),
    +     TOBN(0xf0d7cb91, 0x5ec74fee), TOBN(0xd2503375, 0x1111ba44),
    +     TOBN(0x9671755e, 0xdf53cb36), TOBN(0x54dcb612, 0x3368551b),
    +     TOBN(0x66d69aac, 0xc8a025a4), TOBN(0x6be946c6, 0xe77ef445),
    +     TOBN(0x719946d1, 0xa995e094), TOBN(0x65e848f6, 0xe51e04d8),
    +     TOBN(0xe62f3300, 0x6a1e3113), TOBN(0x1541c7c1, 0x501de503),
    +     TOBN(0x4daac9fa, 0xf4acfade), TOBN(0x0e585897, 0x44cd0b71),
    +     TOBN(0x544fd869, 0x0a51cd77), TOBN(0x60fc20ed, 0x0031016d),
    +     TOBN(0x58b404ec, 0xa4276867), TOBN(0x46f6c3cc, 0x34f34993),
    +     TOBN(0x477ca007, 0xc636e5bd), TOBN(0x8018f5e5, 0x7c458b47),
    +     TOBN(0xa1202270, 0xe47b668f), TOBN(0xcef48ccd, 0xee14f203),
    +     TOBN(0x23f98bae, 0x62ff9b4d), TOBN(0x55acc035, 0xc589eddd),
    +     TOBN(0x3fe712af, 0x64db4444), TOBN(0x19e9d634, 0xbecdd480),
    +     TOBN(0xe08bc047, 0xa930978a), TOBN(0x2dbf24ec, 0xa1280733),
    +     TOBN(0x3c0ae38c, 0x2cd706b2), TOBN(0x5b012a5b, 0x359017b9),
    +     TOBN(0x3943c38c, 0x72e0f5ae), TOBN(0x786167ea, 0x57176fa3),
    +     TOBN(0xe5f9897d, 0x594881dc), TOBN(0x6b5efad8, 0xcfb820c1),
    +     TOBN(0xb2179093, 0xd55018de), TOBN(0x39ad7d32, 0x0bac56ce),
    +     TOBN(0xb55122e0, 0x2cfc0e81), TOBN(0x117c4661, 0xf6d89daa),
    +     TOBN(0x362d01e1, 0xcb64fa09), TOBN(0x6a309b4e, 0x3e9c4ddd),
    +     TOBN(0xfa979fb7, 0xabea49b1), TOBN(0xb4b1d27d, 0x10e2c6c5),
    +     TOBN(0xbd61c2c4, 0x23afde7a), TOBN(0xeb6614f8, 0x9786d358),
    +     TOBN(0x4a5d816b, 0x7f6f7459), TOBN(0xe431a44f, 0x09360e7b),
    +     TOBN(0x8c27a032, 0xc309914c), TOBN(0xcea5d68a, 0xcaede3d8),
    +     TOBN(0x3668f665, 0x3a0a3f95), TOBN(0x89369416, 0x7ceba27b),
    +     TOBN(0x89981fad, 0xe4728fe9), TOBN(0x7102c8a0, 0x8a093562),
    +     TOBN(0xbb80310e, 0x235d21c8), TOBN(0x505e55d1, 0xbefb7f7b),
    +     TOBN(0xa0a90811, 0x12958a67), TOBN(0xd67e106a, 0x4d851fef),
    +     TOBN(0xb84011a9, 0x431dd80e), TOBN(0xeb7c7cca, 0x73306cd9),
    +     TOBN(0x20fadd29, 0xd1b3b730), TOBN(0x83858b5b, 0xfe37b3d3),
    +     TOBN(0xbf4cd193, 0xb6251d5c), TOBN(0x1cca1fd3, 0x1352d952),
    +     TOBN(0xc66157a4, 0x90fbc051), TOBN(0x7990a638, 0x89b98636),}
    +    ,
    +    {TOBN(0xe5aa692a, 0x87dec0e1), TOBN(0x010ded8d, 0xf7b39d00),
    +     TOBN(0x7b1b80c8, 0x54cfa0b5), TOBN(0x66beb876, 0xa0f8ea28),
    +     TOBN(0x50d7f531, 0x3476cd0e), TOBN(0xa63d0e65, 0xb08d3949),
    +     TOBN(0x1a09eea9, 0x53479fc6), TOBN(0x82ae9891, 0xf499e742),
    +     TOBN(0xab58b910, 0x5ca7d866), TOBN(0x582967e2, 0x3adb3b34),
    +     TOBN(0x89ae4447, 0xcceac0bc), TOBN(0x919c667c, 0x7bf56af5),
    +     TOBN(0x9aec17b1, 0x60f5dcd7), TOBN(0xec697b9f, 0xddcaadbc),
    +     TOBN(0x0b98f341, 0x463467f5), TOBN(0xb187f1f7, 0xa967132f),
    +     TOBN(0x90fe7a1d, 0x214aeb18), TOBN(0x1506af3c, 0x741432f7),
    +     TOBN(0xbb5565f9, 0xe591a0c4), TOBN(0x10d41a77, 0xb44f1bc3),
    +     TOBN(0xa09d65e4, 0xa84bde96), TOBN(0x42f060d8, 0xf20a6a1c),
    +     TOBN(0x652a3bfd, 0xf27f9ce7), TOBN(0xb6bdb65c, 0x3b3d739f),
    +     TOBN(0xeb5ddcb6, 0xec7fae9f), TOBN(0x995f2714, 0xefb66e5a),
    +     TOBN(0xdee95d8e, 0x69445d52), TOBN(0x1b6c2d46, 0x09e27620),
    +     TOBN(0x32621c31, 0x8129d716), TOBN(0xb03909f1, 0x0958c1aa),
    +     TOBN(0x8c468ef9, 0x1af4af63), TOBN(0x162c429f, 0xfba5cdf6),
    +     TOBN(0x2f682343, 0x753b9371), TOBN(0x29cab45a, 0x5f1f9cd7),
    +     TOBN(0x571623ab, 0xb245db96), TOBN(0xc507db09, 0x3fd79999),
    +     TOBN(0x4e2ef652, 0xaf036c32), TOBN(0x86f0cc78, 0x05018e5c),
    +     TOBN(0xc10a73d4, 0xab8be350), TOBN(0x6519b397, 0x7e826327),
    +     TOBN(0xe8cb5eef, 0x9c053df7), TOBN(0x8de25b37, 0xb300ea6f),
    +     TOBN(0xdb03fa92, 0xc849cffb), TOBN(0x242e43a7, 0xe84169bb),
    +     TOBN(0xe4fa51f4, 0xdd6f958e), TOBN(0x6925a77f, 0xf4445a8d),
    +     TOBN(0xe6e72a50, 0xe90d8949), TOBN(0xc66648e3, 0x2b1f6390),
    +     TOBN(0xb2ab1957, 0x173e460c), TOBN(0x1bbbce75, 0x30704590),
    +     TOBN(0xc0a90dbd, 0xdb1c7162), TOBN(0x505e399e, 0x15cdd65d),
    +     TOBN(0x68434dcb, 0x57797ab7), TOBN(0x60ad35ba, 0x6a2ca8e8),
    +     TOBN(0x4bfdb1e0, 0xde3336c1), TOBN(0xbbef99eb, 0xd8b39015),
    +     TOBN(0x6c3b96f3, 0x1711ebec), TOBN(0x2da40f1f, 0xce98fdc4),
    +     TOBN(0xb99774d3, 0x57b4411f), TOBN(0x87c8bdf4, 0x15b65bb6),
    +     TOBN(0xda3a89e3, 0xc2eef12d), TOBN(0xde95bb9b, 0x3c7471f3),
    +     TOBN(0x600f225b, 0xd812c594), TOBN(0x54907c5d, 0x2b75a56b),
    +     TOBN(0xa93cc5f0, 0x8db60e35), TOBN(0x743e3cd6, 0xfa833319),
    +     TOBN(0x7dad5c41, 0xf81683c9), TOBN(0x70c1e7d9, 0x9c34107e),
    +     TOBN(0x0edc4a39, 0xa6be0907), TOBN(0x36d47035, 0x86d0b7d3),
    +     TOBN(0x8c76da03, 0x272bfa60), TOBN(0x0b4a07ea, 0x0f08a414),
    +     TOBN(0x699e4d29, 0x45c1dd53), TOBN(0xcadc5898, 0x231debb5),
    +     TOBN(0xdf49fcc7, 0xa77f00e0), TOBN(0x93057bbf, 0xa73e5a0e),
    +     TOBN(0x2f8b7ecd, 0x027a4cd1), TOBN(0x114734b3, 0xc614011a),
    +     TOBN(0xe7a01db7, 0x67677c68), TOBN(0x89d9be5e, 0x7e273f4f),
    +     TOBN(0xd225cb2e, 0x089808ef), TOBN(0xf1f7a27d, 0xd59e4107),
    +     TOBN(0x53afc761, 0x8211b9c9), TOBN(0x0361bc67, 0xe6819159),
    +     TOBN(0x2a865d0b, 0x7f071426), TOBN(0x6a3c1810, 0xe7072567),
    +     TOBN(0x3e3bca1e, 0x0d6bcabd), TOBN(0xa1b02bc1, 0x408591bc),
    +     TOBN(0xe0deee59, 0x31fba239), TOBN(0xf47424d3, 0x98bd91d1),
    +     TOBN(0x0f8886f4, 0x071a3c1d), TOBN(0x3f7d41e8, 0xa819233b),
    +     TOBN(0x708623c2, 0xcf6eb998), TOBN(0x86bb49af, 0x609a287f),
    +     TOBN(0x942bb249, 0x63c90762), TOBN(0x0ef6eea5, 0x55a9654b),
    +     TOBN(0x5f6d2d72, 0x36f5defe), TOBN(0xfa9922dc, 0x56f99176),
    +     TOBN(0x6c8c5ece, 0xf78ce0c7), TOBN(0x7b44589d, 0xbe09b55e),
    +     TOBN(0xe11b3bca, 0x9ea83770), TOBN(0xd7fa2c7f, 0x2ab71547),
    +     TOBN(0x2a3dd6fa, 0x2a1ddcc0), TOBN(0x09acb430, 0x5a7b7707),
    +     TOBN(0x4add4a2e, 0x649d4e57), TOBN(0xcd53a2b0, 0x1917526e),
    +     TOBN(0xc5262330, 0x20b44ac4), TOBN(0x4028746a, 0xbaa2c31d),
    +     TOBN(0x51318390, 0x64291d4c), TOBN(0xbf48f151, 0xee5ad909),
    +     TOBN(0xcce57f59, 0x7b185681), TOBN(0x7c3ac1b0, 0x4854d442),
    +     TOBN(0x65587dc3, 0xc093c171), TOBN(0xae7acb24, 0x24f42b65),
    +     TOBN(0x5a338adb, 0x955996cb), TOBN(0xc8e65675, 0x6051f91b),
    +     TOBN(0x66711fba, 0x28b8d0b1), TOBN(0x15d74137, 0xb6c10a90),
    +     TOBN(0x70cdd7eb, 0x3a232a80), TOBN(0xc9e2f07f, 0x6191ed24),
    +     TOBN(0xa80d1db6, 0xf79588c0), TOBN(0xfa52fc69, 0xb55768cc),
    +     TOBN(0x0b4df1ae, 0x7f54438a), TOBN(0x0cadd1a7, 0xf9b46a4f),
    +     TOBN(0xb40ea6b3, 0x1803dd6f), TOBN(0x488e4fa5, 0x55eaae35),
    +     TOBN(0x9f047d55, 0x382e4e16), TOBN(0xc9b5b7e0, 0x2f6e0c98),
    +     TOBN(0x6b1bd2d3, 0x95762649), TOBN(0xa9604ee7, 0xc7aea3f6),
    +     TOBN(0x3646ff27, 0x6dc6f896), TOBN(0x9bf0e7f5, 0x2860bad1),
    +     TOBN(0x2d92c821, 0x7cb44b92), TOBN(0xa2f5ce63, 0xaea9c182),
    +     TOBN(0xd0a2afb1, 0x9154a5fd), TOBN(0x482e474c, 0x95801da6),
    +     TOBN(0xc19972d0, 0xb611c24b), TOBN(0x1d468e65, 0x60a8f351),
    +     TOBN(0xeb758069, 0x7bcf6421), TOBN(0xec9dd0ee, 0x88fbc491),
    +     TOBN(0x5b59d2bf, 0x956c2e32), TOBN(0x73dc6864, 0xdcddf94e),
    +     TOBN(0xfd5e2321, 0xbcee7665), TOBN(0xa7b4f8ef, 0x5e9a06c4),
    +     TOBN(0xfba918dd, 0x7280f855), TOBN(0xbbaac260, 0x8baec688),
    +     TOBN(0xa3b3f00f, 0x33400f42), TOBN(0x3d2dba29, 0x66f2e6e4),
    +     TOBN(0xb6f71a94, 0x98509375), TOBN(0x8f33031f, 0xcea423cc),
    +     TOBN(0x009b8dd0, 0x4807e6fb), TOBN(0x5163cfe5, 0x5cdb954c),
    +     TOBN(0x03cc8f17, 0xcf41c6e8), TOBN(0xf1f03c2a, 0x037b925c),
    +     TOBN(0xc39c19cc, 0x66d2427c), TOBN(0x823d24ba, 0x7b6c18e4),
    +     TOBN(0x32ef9013, 0x901f0b4f), TOBN(0x684360f1, 0xf8941c2e),
    +     TOBN(0x0ebaff52, 0x2c28092e), TOBN(0x7891e4e3, 0x256c932f),
    +     TOBN(0x51264319, 0xac445e3d), TOBN(0x553432e7, 0x8ea74381),
    +     TOBN(0xe6eeaa69, 0x67e9c50a), TOBN(0x27ced284, 0x62e628c7),
    +     TOBN(0x3f96d375, 0x7a4afa57), TOBN(0xde0a14c3, 0xe484c150),
    +     TOBN(0x364a24eb, 0x38bd9923), TOBN(0x1df18da0, 0xe5177422),
    +     TOBN(0x174e8f82, 0xd8d38a9b), TOBN(0x2e97c600, 0xe7de1391),
    +     TOBN(0xc5709850, 0xa1c175dd), TOBN(0x969041a0, 0x32ae5035),
    +     TOBN(0xcbfd533b, 0x76a2086b), TOBN(0xd6bba71b, 0xd7c2e8fe),
    +     TOBN(0xb2d58ee6, 0x099dfb67), TOBN(0x3a8b342d, 0x064a85d9),
    +     TOBN(0x3bc07649, 0x522f9be3), TOBN(0x690c075b, 0xdf1f49a8),
    +     TOBN(0x80e1aee8, 0x3854ec42), TOBN(0x2a7dbf44, 0x17689dc7),
    +     TOBN(0xc004fc0e, 0x3faf4078), TOBN(0xb2f02e9e, 0xdf11862c),
    +     TOBN(0xf10a5e0f, 0xa0a1b7b3), TOBN(0x30aca623, 0x8936ec80),
    +     TOBN(0xf83cbf05, 0x02f40d9a), TOBN(0x4681c468, 0x2c318a4d),
    +     TOBN(0x98575618, 0x0e9c2674), TOBN(0xbe79d046, 0x1847092e),
    +     TOBN(0xaf1e480a, 0x78bd01e0), TOBN(0x6dd359e4, 0x72a51db9),
    +     TOBN(0x62ce3821, 0xe3afbab6), TOBN(0xc5cee5b6, 0x17733199),
    +     TOBN(0xe08b30d4, 0x6ffd9fbb), TOBN(0x6e5bc699, 0x36c610b7),
    +     TOBN(0xf343cff2, 0x9ce262cf), TOBN(0xca2e4e35, 0x68b914c1),
    +     TOBN(0x011d64c0, 0x16de36c5), TOBN(0xe0b10fdd, 0x42e2b829),
    +     TOBN(0x78942981, 0x6685aaf8), TOBN(0xe7511708, 0x230ede97),
    +     TOBN(0x671ed8fc, 0x3b922bf8), TOBN(0xe4d8c0a0, 0x4c29b133),
    +     TOBN(0x87eb1239, 0x3b6e99c4), TOBN(0xaff3974c, 0x8793beba),
    +     TOBN(0x03749405, 0x2c18df9b), TOBN(0xc5c3a293, 0x91007139),
    +     TOBN(0x6a77234f, 0xe37a0b95), TOBN(0x02c29a21, 0xb661c96b),
    +     TOBN(0xc3aaf1d6, 0x141ecf61), TOBN(0x9195509e, 0x3bb22f53),
    +     TOBN(0x29597404, 0x22d51357), TOBN(0x1b083822, 0x537bed60),
    +     TOBN(0xcd7d6e35, 0xe07289f0), TOBN(0x1f94c48c, 0x6dd86eff),
    +     TOBN(0xc8bb1f82, 0xeb0f9cfa), TOBN(0x9ee0b7e6, 0x1b2eb97d),
    +     TOBN(0x5a52fe2e, 0x34d74e31), TOBN(0xa352c310, 0x3bf79ab6),
    +     TOBN(0x97ff6c5a, 0xabfeeb8f), TOBN(0xbfbe8fef, 0xf5c97305),
    +     TOBN(0xd6081ce6, 0xa7904608), TOBN(0x1f812f3a, 0xc4fca249),
    +     TOBN(0x9b24bc9a, 0xb9e5e200), TOBN(0x91022c67, 0x38012ee8),
    +     TOBN(0xe83d9c5d, 0x30a713a1), TOBN(0x4876e3f0, 0x84ef0f93),
    +     TOBN(0xc9777029, 0xc1fbf928), TOBN(0xef7a6bb3, 0xbce7d2a4),
    +     TOBN(0xb8067228, 0xdfa2a659), TOBN(0xd5cd3398, 0xd877a48f),
    +     TOBN(0xbea4fd8f, 0x025d0f3f), TOBN(0xd67d2e35, 0x2eae7c2b),
    +     TOBN(0x184de7d7, 0xcc5f4394), TOBN(0xb5551b5c, 0x4536e142),
    +     TOBN(0x2e89b212, 0xd34aa60a), TOBN(0x14a96fea, 0xf50051d5),
    +     TOBN(0x4e21ef74, 0x0d12bb0b), TOBN(0xc522f020, 0x60b9677e),
    +     TOBN(0x8b12e467, 0x2df7731d), TOBN(0x39f80382, 0x7b326d31),
    +     TOBN(0xdfb8630c, 0x39024a94), TOBN(0xaacb96a8, 0x97319452),
    +     TOBN(0xd68a3961, 0xeda3867c), TOBN(0x0c58e2b0, 0x77c4ffca),
    +     TOBN(0x3d545d63, 0x4da919fa), TOBN(0xef79b69a, 0xf15e2289),
    +     TOBN(0x54bc3d3d, 0x808bab10), TOBN(0xc8ab3007, 0x45f82c37),
    +     TOBN(0xc12738b6, 0x7c4a658a), TOBN(0xb3c47639, 0x40e72182),
    +     TOBN(0x3b77be46, 0x8798e44f), TOBN(0xdc047df2, 0x17a7f85f),
    +     TOBN(0x2439d4c5, 0x5e59d92d), TOBN(0xcedca475, 0xe8e64d8d),
    +     TOBN(0xa724cd0d, 0x87ca9b16), TOBN(0x35e4fd59, 0xa5540dfe),
    +     TOBN(0xf8c1ff18, 0xe4bcf6b1), TOBN(0x856d6285, 0x295018fa),
    +     TOBN(0x433f665c, 0x3263c949), TOBN(0xa6a76dd6, 0xa1f21409),
    +     TOBN(0x17d32334, 0xcc7b4f79), TOBN(0xa1d03122, 0x06720e4a),
    +     TOBN(0xadb6661d, 0x81d9bed5), TOBN(0xf0d6fb02, 0x11db15d1),
    +     TOBN(0x7fd11ad5, 0x1fb747d2), TOBN(0xab50f959, 0x3033762b),
    +     TOBN(0x2a7e711b, 0xfbefaf5a), TOBN(0xc7393278, 0x3fef2bbf),
    +     TOBN(0xe29fa244, 0x0df6f9be), TOBN(0x9092757b, 0x71efd215),
    +     TOBN(0xee60e311, 0x4f3d6fd9), TOBN(0x338542d4, 0x0acfb78b),
    +     TOBN(0x44a23f08, 0x38961a0f), TOBN(0x1426eade, 0x986987ca),
    +     TOBN(0x36e6ee2e, 0x4a863cc6), TOBN(0x48059420, 0x628b8b79),
    +     TOBN(0x30303ad8, 0x7396e1de), TOBN(0x5c8bdc48, 0x38c5aad1),
    +     TOBN(0x3e40e11f, 0x5c8f5066), TOBN(0xabd6e768, 0x8d246bbd),
    +     TOBN(0x68aa40bb, 0x23330a01), TOBN(0xd23f5ee4, 0xc34eafa0),
    +     TOBN(0x3bbee315, 0x5de02c21), TOBN(0x18dd4397, 0xd1d8dd06),
    +     TOBN(0x3ba1939a, 0x122d7b44), TOBN(0xe6d3b40a, 0xa33870d6),
    +     TOBN(0x8e620f70, 0x1c4fe3f8), TOBN(0xf6bba1a5, 0xd3a50cbf),
    +     TOBN(0x4a78bde5, 0xcfc0aee0), TOBN(0x847edc46, 0xc08c50bd),
    +     TOBN(0xbaa2439c, 0xad63c9b2), TOBN(0xceb4a728, 0x10fc2acb),
    +     TOBN(0xa419e40e, 0x26da033d), TOBN(0x6cc3889d, 0x03e02683),
    +     TOBN(0x1cd28559, 0xfdccf725), TOBN(0x0fd7e0f1, 0x8d13d208),
    +     TOBN(0x01b9733b, 0x1f0df9d4), TOBN(0x8cc2c5f3, 0xa2b5e4f3),
    +     TOBN(0x43053bfa, 0x3a304fd4), TOBN(0x8e87665c, 0x0a9f1aa7),
    +     TOBN(0x087f29ec, 0xd73dc965), TOBN(0x15ace455, 0x3e9023db),
    +     TOBN(0x2370e309, 0x2bce28b4), TOBN(0xf9723442, 0xb6b1e84a),
    +     TOBN(0xbeee662e, 0xb72d9f26), TOBN(0xb19396de, 0xf0e47109),
    +     TOBN(0x85b1fa73, 0xe13289d0), TOBN(0x436cf77e, 0x54e58e32),
    +     TOBN(0x0ec833b3, 0xe990ef77), TOBN(0x7373e3ed, 0x1b11fc25),
    +     TOBN(0xbe0eda87, 0x0fc332ce), TOBN(0xced04970, 0x8d7ea856),
    +     TOBN(0xf85ff785, 0x7e977ca0), TOBN(0xb66ee8da, 0xdfdd5d2b),
    +     TOBN(0xf5e37950, 0x905af461), TOBN(0x587b9090, 0x966d487c),
    +     TOBN(0x6a198a1b, 0x32ba0127), TOBN(0xa7720e07, 0x141615ac),
    +     TOBN(0xa23f3499, 0x996ef2f2), TOBN(0xef5f64b4, 0x470bcb3d),
    +     TOBN(0xa526a962, 0x92b8c559), TOBN(0x0c14aac0, 0x69740a0f),
    +     TOBN(0x0d41a9e3, 0xa6bdc0a5), TOBN(0x97d52106, 0x9c48aef4),
    +     TOBN(0xcf16bd30, 0x3e7c253b), TOBN(0xcc834b1a, 0x47fdedc1),
    +     TOBN(0x7362c6e5, 0x373aab2e), TOBN(0x264ed85e, 0xc5f590ff),
    +     TOBN(0x7a46d9c0, 0x66d41870), TOBN(0xa50c20b1, 0x4787ba09),
    +     TOBN(0x185e7e51, 0xe3d44635), TOBN(0xb3b3e080, 0x31e2d8dc),
    +     TOBN(0xbed1e558, 0xa179e9d9), TOBN(0x2daa3f79, 0x74a76781),
    +     TOBN(0x4372baf2, 0x3a40864f), TOBN(0x46900c54, 0x4fe75cb5),
    +     TOBN(0xb95f171e, 0xf76765d0), TOBN(0x4ad726d2, 0x95c87502),
    +     TOBN(0x2ec769da, 0x4d7c99bd), TOBN(0x5e2ddd19, 0xc36cdfa8),
    +     TOBN(0xc22117fc, 0xa93e6dea), TOBN(0xe8a2583b, 0x93771123),
    +     TOBN(0xbe2f6089, 0xfa08a3a2), TOBN(0x4809d5ed, 0x8f0e1112),
    +     TOBN(0x3b414aa3, 0xda7a095e), TOBN(0x9049acf1, 0x26f5aadd),
    +     TOBN(0x78d46a4d, 0x6be8b84a), TOBN(0xd66b1963, 0xb732b9b3),
    +     TOBN(0x5c2ac2a0, 0xde6e9555), TOBN(0xcf52d098, 0xb5bd8770),
    +     TOBN(0x15a15fa6, 0x0fd28921), TOBN(0x56ccb81e, 0x8b27536d),
    +     TOBN(0x0f0d8ab8, 0x9f4ccbb8), TOBN(0xed5f44d2, 0xdb221729),
    +     TOBN(0x43141988, 0x00bed10c), TOBN(0xc94348a4, 0x1d735b8b),
    +     TOBN(0x79f3e9c4, 0x29ef8479), TOBN(0x4c13a4e3, 0x614c693f),
    +     TOBN(0x32c9af56, 0x8e143a14), TOBN(0xbc517799, 0xe29ac5c4),
    +     TOBN(0x05e17992, 0x2774856f), TOBN(0x6e52fb05, 0x6c1bf55f),
    +     TOBN(0xaeda4225, 0xe4f19e16), TOBN(0x70f4728a, 0xaf5ccb26),
    +     TOBN(0x5d2118d1, 0xb2947f22), TOBN(0xc827ea16, 0x281d6fb9),
    +     TOBN(0x8412328d, 0x8cf0eabd), TOBN(0x45ee9fb2, 0x03ef9dcf),
    +     TOBN(0x8e700421, 0xbb937d63), TOBN(0xdf8ff2d5, 0xcc4b37a6),
    +     TOBN(0xa4c0d5b2, 0x5ced7b68), TOBN(0x6537c1ef, 0xc7308f59),
    +     TOBN(0x25ce6a26, 0x3b37f8e8), TOBN(0x170e9a9b, 0xdeebc6ce),
    +     TOBN(0xdd037952, 0x8728d72c), TOBN(0x445b0e55, 0x850154bc),
    +     TOBN(0x4b7d0e06, 0x83a7337b), TOBN(0x1e3416d4, 0xffecf249),
    +     TOBN(0x24840eff, 0x66a2b71f), TOBN(0xd0d9a50a, 0xb37cc26d),
    +     TOBN(0xe2198150, 0x6fe28ef7), TOBN(0x3cc5ef16, 0x23324c7f),
    +     TOBN(0x220f3455, 0x769b5263), TOBN(0xe2ade2f1, 0xa10bf475),
    +     TOBN(0x28cd20fa, 0x458d3671), TOBN(0x1549722c, 0x2dc4847b),
    +     TOBN(0x6dd01e55, 0x591941e3), TOBN(0x0e6fbcea, 0x27128ccb),
    +     TOBN(0xae1a1e6b, 0x3bef0262), TOBN(0xfa8c472c, 0x8f54e103),
    +     TOBN(0x7539c0a8, 0x72c052ec), TOBN(0xd7b27369, 0x5a3490e9),
    +     TOBN(0x143fe1f1, 0x71684349), TOBN(0x36b4722e, 0x32e19b97),
    +     TOBN(0xdc059227, 0x90980aff), TOBN(0x175c9c88, 0x9e13d674),
    +     TOBN(0xa7de5b22, 0x6e6bfdb1), TOBN(0x5ea5b7b2, 0xbedb4b46),
    +     TOBN(0xd5570191, 0xd34a6e44), TOBN(0xfcf60d2e, 0xa24ff7e6),
    +     TOBN(0x614a392d, 0x677819e1), TOBN(0x7be74c7e, 0xaa5a29e8),
    +     TOBN(0xab50fece, 0x63c85f3f), TOBN(0xaca2e2a9, 0x46cab337),
    +     TOBN(0x7f700388, 0x122a6fe3), TOBN(0xdb69f703, 0x882a04a8),
    +     TOBN(0x9a77935d, 0xcf7aed57), TOBN(0xdf16207c, 0x8d91c86f),
    +     TOBN(0x2fca49ab, 0x63ed9998), TOBN(0xa3125c44, 0xa77ddf96),
    +     TOBN(0x05dd8a86, 0x24344072), TOBN(0xa023dda2, 0xfec3fb56),
    +     TOBN(0x421b41fc, 0x0c743032), TOBN(0x4f2120c1, 0x5e438639),
    +     TOBN(0xfb7cae51, 0xc83c1b07), TOBN(0xb2370caa, 0xcac2171a),
    +     TOBN(0x2eb2d962, 0x6cc820fb), TOBN(0x59feee5c, 0xb85a44bf),
    +     TOBN(0x94620fca, 0x5b6598f0), TOBN(0x6b922cae, 0x7e314051),
    +     TOBN(0xff8745ad, 0x106bed4e), TOBN(0x546e71f5, 0xdfa1e9ab),
    +     TOBN(0x935c1e48, 0x1ec29487), TOBN(0x9509216c, 0x4d936530),
    +     TOBN(0xc7ca3067, 0x85c9a2db), TOBN(0xd6ae5152, 0x6be8606f),
    +     TOBN(0x09dbcae6, 0xe14c651d), TOBN(0xc9536e23, 0x9bc32f96),
    +     TOBN(0xa90535a9, 0x34521b03), TOBN(0xf39c526c, 0x878756ff),
    +     TOBN(0x383172ec, 0x8aedf03c), TOBN(0x20a8075e, 0xefe0c034),
    +     TOBN(0xf22f9c62, 0x64026422), TOBN(0x8dd10780, 0x24b9d076),
    +     TOBN(0x944c742a, 0x3bef2950), TOBN(0x55b9502e, 0x88a2b00b),
    +     TOBN(0xa59e14b4, 0x86a09817), TOBN(0xa39dd3ac, 0x47bb4071),
    +     TOBN(0x55137f66, 0x3be0592f), TOBN(0x07fcafd4, 0xc9e63f5b),
    +     TOBN(0x963652ee, 0x346eb226), TOBN(0x7dfab085, 0xec2facb7),
    +     TOBN(0x273bf2b8, 0x691add26), TOBN(0x30d74540, 0xf2b46c44),
    +     TOBN(0x05e8e73e, 0xf2c2d065), TOBN(0xff9b8a00, 0xd42eeac9),
    +     TOBN(0x2fcbd205, 0x97209d22), TOBN(0xeb740ffa, 0xde14ea2c),
    +     TOBN(0xc71ff913, 0xa8aef518), TOBN(0x7bfc74bb, 0xfff4cfa2),
    +     TOBN(0x1716680c, 0xb6b36048), TOBN(0x121b2cce, 0x9ef79af1),
    +     TOBN(0xbff3c836, 0xa01eb3d3), TOBN(0x50eb1c6a, 0x5f79077b),
    +     TOBN(0xa48c32d6, 0xa004bbcf), TOBN(0x47a59316, 0x7d64f61d),
    +     TOBN(0x6068147f, 0x93102016), TOBN(0x12c5f654, 0x94d12576),
    +     TOBN(0xefb071a7, 0xc9bc6b91), TOBN(0x7c2da0c5, 0x6e23ea95),
    +     TOBN(0xf4fd45b6, 0xd4a1dd5d), TOBN(0x3e7ad9b6, 0x9122b13c),
    +     TOBN(0x342ca118, 0xe6f57a48), TOBN(0x1c2e94a7, 0x06f8288f),
    +     TOBN(0x99e68f07, 0x5a97d231), TOBN(0x7c80de97, 0x4d838758),
    +     TOBN(0xbce0f5d0, 0x05872727), TOBN(0xbe5d95c2, 0x19c4d016),
    +     TOBN(0x921d5cb1, 0x9c2492ee), TOBN(0x42192dc1, 0x404d6fb3),
    +     TOBN(0x4c84dcd1, 0x32f988d3), TOBN(0xde26d61f, 0xa17b8e85),
    +     TOBN(0xc466dcb6, 0x137c7408), TOBN(0x9a38d7b6, 0x36a266da),
    +     TOBN(0x7ef5cb06, 0x83bebf1b), TOBN(0xe5cdcbbf, 0x0fd014e3),
    +     TOBN(0x30aa376d, 0xf65965a0), TOBN(0x60fe88c2, 0xebb3e95e),
    +     TOBN(0x33fd0b61, 0x66ee6f20), TOBN(0x8827dcdb, 0x3f41f0a0),
    +     TOBN(0xbf8a9d24, 0x0c56c690), TOBN(0x40265dad, 0xddb7641d),
    +     TOBN(0x522b05bf, 0x3a6b662b), TOBN(0x466d1dfe, 0xb1478c9b),
    +     TOBN(0xaa616962, 0x1484469b), TOBN(0x0db60549, 0x02df8f9f),
    +     TOBN(0xc37bca02, 0x3cb8bf51), TOBN(0x5effe346, 0x21371ce8),
    +     TOBN(0xe8f65264, 0xff112c32), TOBN(0x8a9c736d, 0x7b971fb2),
    +     TOBN(0xa4f19470, 0x7b75080d), TOBN(0xfc3f2c5a, 0x8839c59b),
    +     TOBN(0x1d6c777e, 0x5aeb49c2), TOBN(0xf3db034d, 0xda1addfe),
    +     TOBN(0xd76fee5a, 0x5535affc), TOBN(0x0853ac70, 0xb92251fd),
    +     TOBN(0x37e3d594, 0x8b2a29d5), TOBN(0x28f1f457, 0x4de00ddb),
    +     TOBN(0x8083c1b5, 0xf42c328b), TOBN(0xd8ef1d8f, 0xe493c73b),
    +     TOBN(0x96fb6260, 0x41dc61bd), TOBN(0xf74e8a9d, 0x27ee2f8a),
    +     TOBN(0x7c605a80, 0x2c946a5d), TOBN(0xeed48d65, 0x3839ccfd),
    +     TOBN(0x9894344f, 0x3a29467a), TOBN(0xde81e949, 0xc51eba6d),
    +     TOBN(0xdaea066b, 0xa5e5c2f2), TOBN(0x3fc8a614, 0x08c8c7b3),
    +     TOBN(0x7adff88f, 0x06d0de9f), TOBN(0xbbc11cf5, 0x3b75ce0a),
    +     TOBN(0x9fbb7acc, 0xfbbc87d5), TOBN(0xa1458e26, 0x7badfde2)}
    +    ,
    +    {TOBN(0x1cb43668, 0xe039c256), TOBN(0x5f26fb8b, 0x7c17fd5d),
    +     TOBN(0xeee426af, 0x79aa062b), TOBN(0x072002d0, 0xd78fbf04),
    +     TOBN(0x4c9ca237, 0xe84fb7e3), TOBN(0xb401d8a1, 0x0c82133d),
    +     TOBN(0xaaa52592, 0x6d7e4181), TOBN(0xe9430833, 0x73dbb152),
    +     TOBN(0xf92dda31, 0xbe24319a), TOBN(0x03f7d28b, 0xe095a8e7),
    +     TOBN(0xa52fe840, 0x98782185), TOBN(0x276ddafe, 0x29c24dbc),
    +     TOBN(0x80cd5496, 0x1d7a64eb), TOBN(0xe4360889, 0x7f1dbe42),
    +     TOBN(0x2f81a877, 0x8438d2d5), TOBN(0x7e4d52a8, 0x85169036),
    +     TOBN(0x19e3d5b1, 0x1d59715d), TOBN(0xc7eaa762, 0xd788983e),
    +     TOBN(0xe5a730b0, 0xabf1f248), TOBN(0xfbab8084, 0xfae3fd83),
    +     TOBN(0x65e50d21, 0x53765b2f), TOBN(0xbdd4e083, 0xfa127f3d),
    +     TOBN(0x9cf3c074, 0x397b1b10), TOBN(0x59f8090c, 0xb1b59fd3),
    +     TOBN(0x7b15fd9d, 0x615faa8f), TOBN(0x8fa1eb40, 0x968554ed),
    +     TOBN(0x7bb4447e, 0x7aa44882), TOBN(0x2bb2d0d1, 0x029fff32),
    +     TOBN(0x075e2a64, 0x6caa6d2f), TOBN(0x8eb879de, 0x22e7351b),
    +     TOBN(0xbcd5624e, 0x9a506c62), TOBN(0x218eaef0, 0xa87e24dc),
    +     TOBN(0x37e56847, 0x44ddfa35), TOBN(0x9ccfc5c5, 0xdab3f747),
    +     TOBN(0x9ac1df3f, 0x1ee96cf4), TOBN(0x0c0571a1, 0x3b480b8f),
    +     TOBN(0x2fbeb3d5, 0x4b3a7b3c), TOBN(0x35c03669, 0x5dcdbb99),
    +     TOBN(0x52a0f5dc, 0xb2415b3a), TOBN(0xd57759b4, 0x4413ed9a),
    +     TOBN(0x1fe647d8, 0x3d30a2c5), TOBN(0x0857f77e, 0xf78a81dc),
    +     TOBN(0x11d5a334, 0x131a4a9b), TOBN(0xc0a94af9, 0x29d393f5),
    +     TOBN(0xbc3a5c0b, 0xdaa6ec1a), TOBN(0xba9fe493, 0x88d2d7ed),
    +     TOBN(0xbb4335b4, 0xbb614797), TOBN(0x991c4d68, 0x72f83533),
    +     TOBN(0x53258c28, 0xd2f01cb3), TOBN(0x93d6eaa3, 0xd75db0b1),
    +     TOBN(0x419a2b0d, 0xe87d0db4), TOBN(0xa1e48f03, 0xd8fe8493),
    +     TOBN(0xf747faf6, 0xc508b23a), TOBN(0xf137571a, 0x35d53549),
    +     TOBN(0x9f5e58e2, 0xfcf9b838), TOBN(0xc7186cee, 0xa7fd3cf5),
    +     TOBN(0x77b868ce, 0xe978a1d3), TOBN(0xe3a68b33, 0x7ab92d04),
    +     TOBN(0x51029794, 0x87a5b862), TOBN(0x5f0606c3, 0x3a61d41d),
    +     TOBN(0x2814be27, 0x6f9326f1), TOBN(0x2f521c14, 0xc6fe3c2e),
    +     TOBN(0x17464d7d, 0xacdf7351), TOBN(0x10f5f9d3, 0x777f7e44),
    +     TOBN(0xce8e616b, 0x269fb37d), TOBN(0xaaf73804, 0x7de62de5),
    +     TOBN(0xaba11175, 0x4fdd4153), TOBN(0x515759ba, 0x3770b49b),
    +     TOBN(0x8b09ebf8, 0xaa423a61), TOBN(0x592245a1, 0xcd41fb92),
    +     TOBN(0x1cba8ec1, 0x9b4c8936), TOBN(0xa87e91e3, 0xaf36710e),
    +     TOBN(0x1fd84ce4, 0x3d34a2e3), TOBN(0xee3759ce, 0xb43b5d61),
    +     TOBN(0x895bc78c, 0x619186c7), TOBN(0xf19c3809, 0xcbb9725a),
    +     TOBN(0xc0be21aa, 0xde744b1f), TOBN(0xa7d222b0, 0x60f8056b),
    +     TOBN(0x74be6157, 0xb23efe11), TOBN(0x6fab2b4f, 0x0cd68253),
    +     TOBN(0xad33ea5f, 0x4bf1d725), TOBN(0x9c1d8ee2, 0x4f6c950f),
    +     TOBN(0x544ee78a, 0xa377af06), TOBN(0x54f489bb, 0x94a113e1),
    +     TOBN(0x8f11d634, 0x992fb7e8), TOBN(0x0169a7aa, 0xa2a44347),
    +     TOBN(0x1d49d4af, 0x95020e00), TOBN(0x95945722, 0xe08e120b),
    +     TOBN(0xb6e33878, 0xa4d32282), TOBN(0xe36e029d, 0x48020ae7),
    +     TOBN(0xe05847fb, 0x37a9b750), TOBN(0xf876812c, 0xb29e3819),
    +     TOBN(0x84ad138e, 0xd23a17f0), TOBN(0x6d7b4480, 0xf0b3950e),
    +     TOBN(0xdfa8aef4, 0x2fd67ae0), TOBN(0x8d3eea24, 0x52333af6),
    +     TOBN(0x0d052075, 0xb15d5acc), TOBN(0xc6d9c79f, 0xbd815bc4),
    +     TOBN(0x8dcafd88, 0xdfa36cf2), TOBN(0x908ccbe2, 0x38aa9070),
    +     TOBN(0x638722c4, 0xba35afce), TOBN(0x5a3da8b0, 0xfd6abf0b),
    +     TOBN(0x2dce252c, 0xc9c335c1), TOBN(0x84e7f0de, 0x65aa799b),
    +     TOBN(0x2101a522, 0xb99a72cb), TOBN(0x06de6e67, 0x87618016),
    +     TOBN(0x5ff8c7cd, 0xe6f3653e), TOBN(0x0a821ab5, 0xc7a6754a),
    +     TOBN(0x7e3fa52b, 0x7cb0b5a2), TOBN(0xa7fb121c, 0xc9048790),
    +     TOBN(0x1a725020, 0x06ce053a), TOBN(0xb490a31f, 0x04e929b0),
    +     TOBN(0xe17be47d, 0x62dd61ad), TOBN(0x781a961c, 0x6be01371),
    +     TOBN(0x1063bfd3, 0xdae3cbba), TOBN(0x35647406, 0x7f73c9ba),
    +     TOBN(0xf50e957b, 0x2736a129), TOBN(0xa6313702, 0xed13f256),
    +     TOBN(0x9436ee65, 0x3a19fcc5), TOBN(0xcf2bdb29, 0xe7a4c8b6),
    +     TOBN(0xb06b1244, 0xc5f95cd8), TOBN(0xda8c8af0, 0xf4ab95f4),
    +     TOBN(0x1bae59c2, 0xb9e5836d), TOBN(0x07d51e7e, 0x3acffffc),
    +     TOBN(0x01e15e6a, 0xc2ccbcda), TOBN(0x3bc1923f, 0x8528c3e0),
    +     TOBN(0x43324577, 0xa49fead4), TOBN(0x61a1b884, 0x2aa7a711),
    +     TOBN(0xf9a86e08, 0x700230ef), TOBN(0x0af585a1, 0xbd19adf8),
    +     TOBN(0x7645f361, 0xf55ad8f2), TOBN(0x6e676223, 0x46c3614c),
    +     TOBN(0x23cb257c, 0x4e774d3f), TOBN(0x82a38513, 0xac102d1b),
    +     TOBN(0x9bcddd88, 0x7b126aa5), TOBN(0xe716998b, 0xeefd3ee4),
    +     TOBN(0x4239d571, 0xfb167583), TOBN(0xdd011c78, 0xd16c8f8a),
    +     TOBN(0x271c2895, 0x69a27519), TOBN(0x9ce0a3b7, 0xd2d64b6a),
    +     TOBN(0x8c977289, 0xd5ec6738), TOBN(0xa3b49f9a, 0x8840ef6b),
    +     TOBN(0x808c14c9, 0x9a453419), TOBN(0x5c00295b, 0x0cf0a2d5),
    +     TOBN(0x524414fb, 0x1d4bcc76), TOBN(0xb07691d2, 0x459a88f1),
    +     TOBN(0x77f43263, 0xf70d110f), TOBN(0x64ada5e0, 0xb7abf9f3),
    +     TOBN(0xafd0f94e, 0x5b544cf5), TOBN(0xb4a13a15, 0xfd2713fe),
    +     TOBN(0xb99b7d6e, 0x250c74f4), TOBN(0x097f2f73, 0x20324e45),
    +     TOBN(0x994b37d8, 0xaffa8208), TOBN(0xc3c31b0b, 0xdc29aafc),
    +     TOBN(0x3da74651, 0x7a3a607f), TOBN(0xd8e1b8c1, 0xfe6955d6),
    +     TOBN(0x716e1815, 0xc8418682), TOBN(0x541d487f, 0x7dc91d97),
    +     TOBN(0x48a04669, 0xc6996982), TOBN(0xf39cab15, 0x83a6502e),
    +     TOBN(0x025801a0, 0xe68db055), TOBN(0xf3569758, 0xba3338d5),
    +     TOBN(0xb0c8c0aa, 0xee2afa84), TOBN(0x4f6985d3, 0xfb6562d1),
    +     TOBN(0x351f1f15, 0x132ed17a), TOBN(0x510ed0b4, 0xc04365fe),
    +     TOBN(0xa3f98138, 0xe5b1f066), TOBN(0xbc9d95d6, 0x32df03dc),
    +     TOBN(0xa83ccf6e, 0x19abd09e), TOBN(0x0b4097c1, 0x4ff17edb),
    +     TOBN(0x58a5c478, 0xd64a06ce), TOBN(0x2ddcc3fd, 0x544a58fd),
    +     TOBN(0xd449503d, 0x9e8153b8), TOBN(0x3324fd02, 0x7774179b),
    +     TOBN(0xaf5d47c8, 0xdbd9120c), TOBN(0xeb860162, 0x34fa94db),
    +     TOBN(0x5817bdd1, 0x972f07f4), TOBN(0xe5579e2e, 0xd27bbceb),
    +     TOBN(0x86847a1f, 0x5f11e5a6), TOBN(0xb39ed255, 0x7c3cf048),
    +     TOBN(0xe1076417, 0xa2f62e55), TOBN(0x6b9ab38f, 0x1bcf82a2),
    +     TOBN(0x4bb7c319, 0x7aeb29f9), TOBN(0xf6d17da3, 0x17227a46),
    +     TOBN(0xab53ddbd, 0x0f968c00), TOBN(0xa03da7ec, 0x000c880b),
    +     TOBN(0x7b239624, 0x6a9ad24d), TOBN(0x612c0401, 0x01ec60d0),
    +     TOBN(0x70d10493, 0x109f5df1), TOBN(0xfbda4030, 0x80af7550),
    +     TOBN(0x30b93f95, 0xc6b9a9b3), TOBN(0x0c74ec71, 0x007d9418),
    +     TOBN(0x94175564, 0x6edb951f), TOBN(0x5f4a9d78, 0x7f22c282),
    +     TOBN(0xb7870895, 0xb38d1196), TOBN(0xbc593df3, 0xa228ce7c),
    +     TOBN(0xc78c5bd4, 0x6af3641a), TOBN(0x7802200b, 0x3d9b3dcc),
    +     TOBN(0x0dc73f32, 0x8be33304), TOBN(0x847ed87d, 0x61ffb79a),
    +     TOBN(0xf85c974e, 0x6d671192), TOBN(0x1e14100a, 0xde16f60f),
    +     TOBN(0x45cb0d5a, 0x95c38797), TOBN(0x18923bba, 0x9b022da4),
    +     TOBN(0xef2be899, 0xbbe7e86e), TOBN(0x4a1510ee, 0x216067bf),
    +     TOBN(0xd98c8154, 0x84d5ce3e), TOBN(0x1af777f0, 0xf92a2b90),
    +     TOBN(0x9fbcb400, 0x4ef65724), TOBN(0x3e04a4c9, 0x3c0ca6fe),
    +     TOBN(0xfb3e2cb5, 0x55002994), TOBN(0x1f3a93c5, 0x5363ecab),
    +     TOBN(0x1fe00efe, 0x3923555b), TOBN(0x744bedd9, 0x1e1751ea),
    +     TOBN(0x3fb2db59, 0x6ab69357), TOBN(0x8dbd7365, 0xf5e6618b),
    +     TOBN(0x99d53099, 0xdf1ea40e), TOBN(0xb3f24a0b, 0x57d61e64),
    +     TOBN(0xd088a198, 0x596eb812), TOBN(0x22c8361b, 0x5762940b),
    +     TOBN(0x66f01f97, 0xf9c0d95c), TOBN(0x88461172, 0x8e43cdae),
    +     TOBN(0x11599a7f, 0xb72b15c3), TOBN(0x135a7536, 0x420d95cc),
    +     TOBN(0x2dcdf0f7, 0x5f7ae2f6), TOBN(0x15fc6e1d, 0xd7fa6da2),
    +     TOBN(0x81ca829a, 0xd1d441b6), TOBN(0x84c10cf8, 0x04a106b6),
    +     TOBN(0xa9b26c95, 0xa73fbbd0), TOBN(0x7f24e0cb, 0x4d8f6ee8),
    +     TOBN(0x48b45937, 0x1e25a043), TOBN(0xf8a74fca, 0x036f3dfe),
    +     TOBN(0x1ed46585, 0xc9f84296), TOBN(0x7fbaa8fb, 0x3bc278b0),
    +     TOBN(0xa8e96cd4, 0x6c4fcbd0), TOBN(0x940a1202, 0x73b60a5f),
    +     TOBN(0x34aae120, 0x55a4aec8), TOBN(0x550e9a74, 0xdbd742f0),
    +     TOBN(0x794456d7, 0x228c68ab), TOBN(0x492f8868, 0xa4e25ec6),
    +     TOBN(0x682915ad, 0xb2d8f398), TOBN(0xf13b51cc, 0x5b84c953),
    +     TOBN(0xcda90ab8, 0x5bb917d6), TOBN(0x4b615560, 0x4ea3dee1),
    +     TOBN(0x578b4e85, 0x0a52c1c8), TOBN(0xeab1a695, 0x20b75fc4),
    +     TOBN(0x60c14f3c, 0xaa0bb3c6), TOBN(0x220f448a, 0xb8216094),
    +     TOBN(0x4fe7ee31, 0xb0e63d34), TOBN(0xf4600572, 0xa9e54fab),
    +     TOBN(0xc0493334, 0xd5e7b5a4), TOBN(0x8589fb92, 0x06d54831),
    +     TOBN(0xaa70f5cc, 0x6583553a), TOBN(0x0879094a, 0xe25649e5),
    +     TOBN(0xcc904507, 0x10044652), TOBN(0xebb0696d, 0x02541c4f),
    +     TOBN(0x5a171fde, 0xb9718710), TOBN(0x38f1bed8, 0xf374a9f5),
    +     TOBN(0xc8c582e1, 0xba39bdc1), TOBN(0xfc457b0a, 0x908cc0ce),
    +     TOBN(0x9a187fd4, 0x883841e2), TOBN(0x8ec25b39, 0x38725381),
    +     TOBN(0x2553ed05, 0x96f84395), TOBN(0x095c7661, 0x6f6c6897),
    +     TOBN(0x917ac85c, 0x4bdc5610), TOBN(0xb2885fe4, 0x179eb301),
    +     TOBN(0x5fc65547, 0x8b78bdcc), TOBN(0x4a9fc893, 0xe59e4699),
    +     TOBN(0xbb7ff0cd, 0x3ce299af), TOBN(0x195be9b3, 0xadf38b20),
    +     TOBN(0x6a929c87, 0xd38ddb8f), TOBN(0x55fcc99c, 0xb21a51b9),
    +     TOBN(0x2b695b4c, 0x721a4593), TOBN(0xed1e9a15, 0x768eaac2),
    +     TOBN(0xfb63d71c, 0x7489f914), TOBN(0xf98ba31c, 0x78118910),
    +     TOBN(0x80291373, 0x9b128eb4), TOBN(0x7801214e, 0xd448af4a),
    +     TOBN(0xdbd2e22b, 0x55418dd3), TOBN(0xeffb3c0d, 0xd3998242),
    +     TOBN(0xdfa6077c, 0xc7bf3827), TOBN(0xf2165bcb, 0x47f8238f),
    +     TOBN(0xfe37cf68, 0x8564d554), TOBN(0xe5f825c4, 0x0a81fb98),
    +     TOBN(0x43cc4f67, 0xffed4d6f), TOBN(0xbc609578, 0xb50a34b0),
    +     TOBN(0x8aa8fcf9, 0x5041faf1), TOBN(0x5659f053, 0x651773b6),
    +     TOBN(0xe87582c3, 0x6044d63b), TOBN(0xa6089409, 0x0cdb0ca0),
    +     TOBN(0x8c993e0f, 0xbfb2bcf6), TOBN(0xfc64a719, 0x45985cfc),
    +     TOBN(0x15c4da80, 0x83dbedba), TOBN(0x804ae112, 0x2be67df7),
    +     TOBN(0xda4c9658, 0xa23defde), TOBN(0x12002ddd, 0x5156e0d3),
    +     TOBN(0xe68eae89, 0x5dd21b96), TOBN(0x8b99f28b, 0xcf44624d),
    +     TOBN(0x0ae00808, 0x1ec8897a), TOBN(0xdd0a9303, 0x6712f76e),
    +     TOBN(0x96237522, 0x4e233de4), TOBN(0x192445b1, 0x2b36a8a5),
    +     TOBN(0xabf9ff74, 0x023993d9), TOBN(0x21f37bf4, 0x2aad4a8f),
    +     TOBN(0x340a4349, 0xf8bd2bbd), TOBN(0x1d902cd9, 0x4868195d),
    +     TOBN(0x3d27bbf1, 0xe5fdb6f1), TOBN(0x7a5ab088, 0x124f9f1c),
    +     TOBN(0xc466ab06, 0xf7a09e03), TOBN(0x2f8a1977, 0x31f2c123),
    +     TOBN(0xda355dc7, 0x041b6657), TOBN(0xcb840d12, 0x8ece2a7c),
    +     TOBN(0xb600ad9f, 0x7db32675), TOBN(0x78fea133, 0x07a06f1b),
    +     TOBN(0x5d032269, 0xb31f6094), TOBN(0x07753ef5, 0x83ec37aa),
    +     TOBN(0x03485aed, 0x9c0bea78), TOBN(0x41bb3989, 0xbc3f4524),
    +     TOBN(0x09403761, 0x697f726d), TOBN(0x6109beb3, 0xdf394820),
    +     TOBN(0x804111ea, 0x3b6d1145), TOBN(0xb6271ea9, 0xa8582654),
    +     TOBN(0x619615e6, 0x24e66562), TOBN(0xa2554945, 0xd7b6ad9c),
    +     TOBN(0xd9c4985e, 0x99bfe35f), TOBN(0x9770ccc0, 0x7b51cdf6),
    +     TOBN(0x7c327013, 0x92881832), TOBN(0x8777d45f, 0x286b26d1),
    +     TOBN(0x9bbeda22, 0xd847999d), TOBN(0x03aa33b6, 0xc3525d32),
    +     TOBN(0x4b7b96d4, 0x28a959a1), TOBN(0xbb3786e5, 0x31e5d234),
    +     TOBN(0xaeb5d3ce, 0x6961f247), TOBN(0x20aa85af, 0x02f93d3f),
    +     TOBN(0x9cd1ad3d, 0xd7a7ae4f), TOBN(0xbf6688f0, 0x781adaa8),
    +     TOBN(0xb1b40e86, 0x7469cead), TOBN(0x1904c524, 0x309fca48),
    +     TOBN(0x9b7312af, 0x4b54bbc7), TOBN(0xbe24bf8f, 0x593affa2),
    +     TOBN(0xbe5e0790, 0xbd98764b), TOBN(0xa0f45f17, 0xa26e299e),
    +     TOBN(0x4af0d2c2, 0x6b8fe4c7), TOBN(0xef170db1, 0x8ae8a3e6),
    +     TOBN(0x0e8d61a0, 0x29e0ccc1), TOBN(0xcd53e87e, 0x60ad36ca),
    +     TOBN(0x328c6623, 0xc8173822), TOBN(0x7ee1767d, 0xa496be55),
    +     TOBN(0x89f13259, 0x648945af), TOBN(0x9e45a5fd, 0x25c8009c),
    +     TOBN(0xaf2febd9, 0x1f61ab8c), TOBN(0x43f6bc86, 0x8a275385),
    +     TOBN(0x87792348, 0xf2142e79), TOBN(0x17d89259, 0xc6e6238a),
    +     TOBN(0x7536d2f6, 0x4a839d9b), TOBN(0x1f428fce, 0x76a1fbdc),
    +     TOBN(0x1c109601, 0x0db06dfe), TOBN(0xbfc16bc1, 0x50a3a3cc),
    +     TOBN(0xf9cbd9ec, 0x9b30f41b), TOBN(0x5b5da0d6, 0x00138cce),
    +     TOBN(0xec1d0a48, 0x56ef96a7), TOBN(0xb47eb848, 0x982bf842),
    +     TOBN(0x66deae32, 0xec3f700d), TOBN(0x4e43c42c, 0xaa1181e0),
    +     TOBN(0xa1d72a31, 0xd1a4aa2a), TOBN(0x440d4668, 0xc004f3ce),
    +     TOBN(0x0d6a2d3b, 0x45fe8a7a), TOBN(0x820e52e2, 0xfb128365),
    +     TOBN(0x29ac5fcf, 0x25e51b09), TOBN(0x180cd2bf, 0x2023d159),
    +     TOBN(0xa9892171, 0xa1ebf90e), TOBN(0xf97c4c87, 0x7c132181),
    +     TOBN(0x9f1dc724, 0xc03dbb7e), TOBN(0xae043765, 0x018cbbe4),
    +     TOBN(0xfb0b2a36, 0x0767d153), TOBN(0xa8e2f4d6, 0x249cbaeb),
    +     TOBN(0x172a5247, 0xd95ea168), TOBN(0x1758fada, 0x2970764a),
    +     TOBN(0xac803a51, 0x1d978169), TOBN(0x299cfe2e, 0xde77e01b),
    +     TOBN(0x652a1e17, 0xb0a98927), TOBN(0x2e26e1d1, 0x20014495),
    +     TOBN(0x7ae0af9f, 0x7175b56a), TOBN(0xc2e22a80, 0xd64b9f95),
    +     TOBN(0x4d0ff9fb, 0xd90a060a), TOBN(0x496a27db, 0xbaf38085),
    +     TOBN(0x32305401, 0xda776bcf), TOBN(0xb8cdcef6, 0x725f209e),
    +     TOBN(0x61ba0f37, 0x436a0bba), TOBN(0x263fa108, 0x76860049),
    +     TOBN(0x92beb98e, 0xda3542cf), TOBN(0xa2d4d14a, 0xd5849538),
    +     TOBN(0x989b9d68, 0x12e9a1bc), TOBN(0x61d9075c, 0x5f6e3268),
    +     TOBN(0x352c6aa9, 0x99ace638), TOBN(0xde4e4a55, 0x920f43ff),
    +     TOBN(0xe5e4144a, 0xd673c017), TOBN(0x667417ae, 0x6f6e05ea),
    +     TOBN(0x613416ae, 0xdcd1bd56), TOBN(0x5eb36201, 0x86693711),
    +     TOBN(0x2d7bc504, 0x3a1aa914), TOBN(0x175a1299, 0x76dc5975),
    +     TOBN(0xe900e0f2, 0x3fc8125c), TOBN(0x569ef68c, 0x11198875),
    +     TOBN(0x9012db63, 0x63a113b4), TOBN(0xe3bd3f56, 0x98835766),
    +     TOBN(0xa5c94a52, 0x76412dea), TOBN(0xad9e2a09, 0xaa735e5c),
    +     TOBN(0x405a984c, 0x508b65e9), TOBN(0xbde4a1d1, 0x6df1a0d1),
    +     TOBN(0x1a9433a1, 0xdfba80da), TOBN(0xe9192ff9, 0x9440ad2e),
    +     TOBN(0x9f649696, 0x5099fe92), TOBN(0x25ddb65c, 0x0b27a54a),
    +     TOBN(0x178279dd, 0xc590da61), TOBN(0x5479a999, 0xfbde681a),
    +     TOBN(0xd0e84e05, 0x013fe162), TOBN(0xbe11dc92, 0x632d471b),
    +     TOBN(0xdf0b0c45, 0xfc0e089f), TOBN(0x04fb15b0, 0x4c144025),
    +     TOBN(0xa61d5fc2, 0x13c99927), TOBN(0xa033e9e0, 0x3de2eb35),
    +     TOBN(0xf8185d5c, 0xb8dacbb4), TOBN(0x9a88e265, 0x8644549d),
    +     TOBN(0xf717af62, 0x54671ff6), TOBN(0x4bd4241b, 0x5fa58603),
    +     TOBN(0x06fba40b, 0xe67773c0), TOBN(0xc1d933d2, 0x6a2847e9),
    +     TOBN(0xf4f5acf3, 0x689e2c70), TOBN(0x92aab0e7, 0x46bafd31),
    +     TOBN(0x798d76aa, 0x3473f6e5), TOBN(0xcc6641db, 0x93141934),
    +     TOBN(0xcae27757, 0xd31e535e), TOBN(0x04cc43b6, 0x87c2ee11),
    +     TOBN(0x8d1f9675, 0x2e029ffa), TOBN(0xc2150672, 0xe4cc7a2c),
    +     TOBN(0x3b03c1e0, 0x8d68b013), TOBN(0xa9d6816f, 0xedf298f3),
    +     TOBN(0x1bfbb529, 0xa2804464), TOBN(0x95a52fae, 0x5db22125),
    +     TOBN(0x55b32160, 0x0e1cb64e), TOBN(0x004828f6, 0x7e7fc9fe),
    +     TOBN(0x13394b82, 0x1bb0fb93), TOBN(0xb6293a2d, 0x35f1a920),
    +     TOBN(0xde35ef21, 0xd145d2d9), TOBN(0xbe6225b3, 0xbb8fa603),
    +     TOBN(0x00fc8f6b, 0x32cf252d), TOBN(0xa28e52e6, 0x117cf8c2),
    +     TOBN(0x9d1dc89b, 0x4c371e6d), TOBN(0xcebe0675, 0x36ef0f28),
    +     TOBN(0x5de05d09, 0xa4292f81), TOBN(0xa8303593, 0x353e3083),
    +     TOBN(0xa1715b0a, 0x7e37a9bb), TOBN(0x8c56f61e, 0x2b8faec3),
    +     TOBN(0x52507431, 0x33c9b102), TOBN(0x0130cefc, 0xa44431f0),
    +     TOBN(0x56039fa0, 0xbd865cfb), TOBN(0x4b03e578, 0xbc5f1dd7),
    +     TOBN(0x40edf2e4, 0xbabe7224), TOBN(0xc752496d, 0x3a1988f6),
    +     TOBN(0xd1572d3b, 0x564beb6b), TOBN(0x0db1d110, 0x39a1c608),
    +     TOBN(0x568d1934, 0x16f60126), TOBN(0x05ae9668, 0xf354af33),
    +     TOBN(0x19de6d37, 0xc92544f2), TOBN(0xcc084353, 0xa35837d5),
    +     TOBN(0xcbb6869c, 0x1a514ece), TOBN(0xb633e728, 0x2e1d1066),
    +     TOBN(0xf15dd69f, 0x936c581c), TOBN(0x96e7b8ce, 0x7439c4f9),
    +     TOBN(0x5e676f48, 0x2e448a5b), TOBN(0xb2ca7d5b, 0xfd916bbb),
    +     TOBN(0xd55a2541, 0xf5024025), TOBN(0x47bc5769, 0xe4c2d937),
    +     TOBN(0x7d31b92a, 0x0362189f), TOBN(0x83f3086e, 0xef7816f9),
    +     TOBN(0xf9f46d94, 0xb587579a), TOBN(0xec2d22d8, 0x30e76c5f),
    +     TOBN(0x27d57461, 0xb000ffcf), TOBN(0xbb7e65f9, 0x364ffc2c),
    +     TOBN(0x7c7c9477, 0x6652a220), TOBN(0x61618f89, 0xd696c981),
    +     TOBN(0x5021701d, 0x89effff3), TOBN(0xf2c8ff8e, 0x7c314163),
    +     TOBN(0x2da413ad, 0x8efb4d3e), TOBN(0x937b5adf, 0xce176d95),
    +     TOBN(0x22867d34, 0x2a67d51c), TOBN(0x262b9b10, 0x18eb3ac9),
    +     TOBN(0x4e314fe4, 0xc43ff28b), TOBN(0x76476627, 0x6a664e7a),
    +     TOBN(0x3e90e40b, 0xb7a565c2), TOBN(0x8588993a, 0xc1acf831),
    +     TOBN(0xd7b501d6, 0x8f938829), TOBN(0x996627ee, 0x3edd7d4c),
    +     TOBN(0x37d44a62, 0x90cd34c7), TOBN(0xa8327499, 0xf3833e8d),
    +     TOBN(0x2e18917d, 0x4bf50353), TOBN(0x85dd726b, 0x556765fb),
    +     TOBN(0x54fe65d6, 0x93d5ab66), TOBN(0x3ddbaced, 0x915c25fe),
    +     TOBN(0xa799d9a4, 0x12f22e85), TOBN(0xe2a24867, 0x6d06f6bc),
    +     TOBN(0xf4f1ee56, 0x43ca1637), TOBN(0xfda2828b, 0x61ece30a),
    +     TOBN(0x758c1a3e, 0xa2dee7a6), TOBN(0xdcde2f3c, 0x734b2284),
    +     TOBN(0xaba445d2, 0x4eaba6ad), TOBN(0x35aaf668, 0x76cee0a7),
    +     TOBN(0x7e0b04a9, 0xe5aa049a), TOBN(0xe74083ad, 0x91103e84),
    +     TOBN(0xbeb183ce, 0x40afecc3), TOBN(0x6b89de9f, 0xea043f7a),}
    +    ,
    +    {TOBN(0x0e299d23, 0xfe67ba66), TOBN(0x91450760, 0x93cf2f34),
    +     TOBN(0xf45b5ea9, 0x97fcf913), TOBN(0x5be00843, 0x8bd7ddda),
    +     TOBN(0x358c3e05, 0xd53ff04d), TOBN(0xbf7ccdc3, 0x5de91ef7),
    +     TOBN(0xad684dbf, 0xb69ec1a0), TOBN(0x367e7cf2, 0x801fd997),
    +     TOBN(0x0ca1f3b7, 0xb0dc8595), TOBN(0x27de4608, 0x9f1d9f2e),
    +     TOBN(0x1af3bf39, 0xbadd82a7), TOBN(0x79356a79, 0x65862448),
    +     TOBN(0xc0602345, 0xf5f9a052), TOBN(0x1a8b0f89, 0x139a42f9),
    +     TOBN(0xb53eee42, 0x844d40fc), TOBN(0x93b0bfe5, 0x4e5b6368),
    +     TOBN(0x5434dd02, 0xc024789c), TOBN(0x90dca9ea, 0x41b57bfc),
    +     TOBN(0x8aa898e2, 0x243398df), TOBN(0xf607c834, 0x894a94bb),
    +     TOBN(0xbb07be97, 0xc2c99b76), TOBN(0x6576ba67, 0x18c29302),
    +     TOBN(0x3d79efcc, 0xe703a88c), TOBN(0xf259ced7, 0xb6a0d106),
    +     TOBN(0x0f893a5d, 0xc8de610b), TOBN(0xe8c515fb, 0x67e223ce),
    +     TOBN(0x7774bfa6, 0x4ead6dc5), TOBN(0x89d20f95, 0x925c728f),
    +     TOBN(0x7a1e0966, 0x098583ce), TOBN(0xa2eedb94, 0x93f2a7d7),
    +     TOBN(0x1b282097, 0x4c304d4a), TOBN(0x0842e3da, 0xc077282d),
    +     TOBN(0xe4d972a3, 0x3b9e2d7b), TOBN(0x7cc60b27, 0xc48218ff),
    +     TOBN(0x8fc70838, 0x84149d91), TOBN(0x5c04346f, 0x2f461ecc),
    +     TOBN(0xebe9fdf2, 0x614650a9), TOBN(0x5e35b537, 0xc1f666ac),
    +     TOBN(0x645613d1, 0x88babc83), TOBN(0x88cace3a, 0xc5e1c93e),
    +     TOBN(0x209ca375, 0x3de92e23), TOBN(0xccb03cc8, 0x5fbbb6e3),
    +     TOBN(0xccb90f03, 0xd7b1487e), TOBN(0xfa9c2a38, 0xc710941f),
    +     TOBN(0x756c3823, 0x6724ceed), TOBN(0x3a902258, 0x192d0323),
    +     TOBN(0xb150e519, 0xea5e038e), TOBN(0xdcba2865, 0xc7427591),
    +     TOBN(0xe549237f, 0x78890732), TOBN(0xc443bef9, 0x53fcb4d9),
    +     TOBN(0x9884d8a6, 0xeb3480d6), TOBN(0x8a35b6a1, 0x3048b186),
    +     TOBN(0xb4e44716, 0x65e9a90a), TOBN(0x45bf380d, 0x653006c0),
    +     TOBN(0x8f3f820d, 0x4fe9ae3b), TOBN(0x244a35a0, 0x979a3b71),
    +     TOBN(0xa1010e9d, 0x74cd06ff), TOBN(0x9c17c7df, 0xaca3eeac),
    +     TOBN(0x74c86cd3, 0x8063aa2b), TOBN(0x8595c4b3, 0x734614ff),
    +     TOBN(0xa3de00ca, 0x990f62cc), TOBN(0xd9bed213, 0xca0c3be5),
    +     TOBN(0x7886078a, 0xdf8ce9f5), TOBN(0xddb27ce3, 0x5cd44444),
    +     TOBN(0xed374a66, 0x58926ddd), TOBN(0x138b2d49, 0x908015b8),
    +     TOBN(0x886c6579, 0xde1f7ab8), TOBN(0x888b9aa0, 0xc3020b7a),
    +     TOBN(0xd3ec034e, 0x3a96e355), TOBN(0xba65b0b8, 0xf30fbe9a),
    +     TOBN(0x064c8e50, 0xff21367a), TOBN(0x1f508ea4, 0x0b04b46e),
    +     TOBN(0x98561a49, 0x747c866c), TOBN(0xbbb1e5fe, 0x0518a062),
    +     TOBN(0x20ff4e8b, 0xecdc3608), TOBN(0x7f55cded, 0x20184027),
    +     TOBN(0x8d73ec95, 0xf38c85f0), TOBN(0x5b589fdf, 0x8bc3b8c3),
    +     TOBN(0xbe95dd98, 0x0f12b66f), TOBN(0xf5bd1a09, 0x0e338e01),
    +     TOBN(0x65163ae5, 0x5e915918), TOBN(0x6158d6d9, 0x86f8a46b),
    +     TOBN(0x8466b538, 0xeeebf99c), TOBN(0xca8761f6, 0xbca477ef),
    +     TOBN(0xaf3449c2, 0x9ebbc601), TOBN(0xef3b0f41, 0xe0c3ae2f),
    +     TOBN(0xaa6c577d, 0x5de63752), TOBN(0xe9166601, 0x64682a51),
    +     TOBN(0x5a3097be, 0xfc15aa1e), TOBN(0x40d12548, 0xb54b0745),
    +     TOBN(0x5bad4706, 0x519a5f12), TOBN(0xed03f717, 0xa439dee6),
    +     TOBN(0x0794bb6c, 0x4a02c499), TOBN(0xf725083d, 0xcffe71d2),
    +     TOBN(0x2cad7519, 0x0f3adcaf), TOBN(0x7f68ea1c, 0x43729310),
    +     TOBN(0xe747c8c7, 0xb7ffd977), TOBN(0xec104c35, 0x80761a22),
    +     TOBN(0x8395ebaf, 0x5a3ffb83), TOBN(0xfb3261f4, 0xe4b63db7),
    +     TOBN(0x53544960, 0xd883e544), TOBN(0x13520d70, 0x8cc2eeb8),
    +     TOBN(0x08f6337b, 0xd3d65f99), TOBN(0x83997db2, 0x781cf95b),
    +     TOBN(0xce6ff106, 0x0dbd2c01), TOBN(0x4f8eea6b, 0x1f9ce934),
    +     TOBN(0x546f7c4b, 0x0e993921), TOBN(0x6236a324, 0x5e753fc7),
    +     TOBN(0x65a41f84, 0xa16022e9), TOBN(0x0c18d878, 0x43d1dbb2),
    +     TOBN(0x73c55640, 0x2d4cef9c), TOBN(0xa0428108, 0x70444c74),
    +     TOBN(0x68e4f15e, 0x9afdfb3c), TOBN(0x49a56143, 0x5bdfb6df),
    +     TOBN(0xa9bc1bd4, 0x5f823d97), TOBN(0xbceb5970, 0xea111c2a),
    +     TOBN(0x366b455f, 0xb269bbc4), TOBN(0x7cd85e1e, 0xe9bc5d62),
    +     TOBN(0xc743c41c, 0x4f18b086), TOBN(0xa4b40990, 0x95294fb9),
    +     TOBN(0x9c7c581d, 0x26ee8382), TOBN(0xcf17dcc5, 0x359d638e),
    +     TOBN(0xee8273ab, 0xb728ae3d), TOBN(0x1d112926, 0xf821f047),
    +     TOBN(0x11498477, 0x50491a74), TOBN(0x687fa761, 0xfde0dfb9),
    +     TOBN(0x2c258022, 0x7ea435ab), TOBN(0x6b8bdb94, 0x91ce7e3f),
    +     TOBN(0x4c5b5dc9, 0x3bf834aa), TOBN(0x04371819, 0x4f6c7e4b),
    +     TOBN(0xc284e00a, 0x3736bcad), TOBN(0x0d881118, 0x21ae8f8d),
    +     TOBN(0xf9cf0f82, 0xf48c8e33), TOBN(0xa11fd075, 0xa1bf40db),
    +     TOBN(0xdceab0de, 0xdc2733e5), TOBN(0xc560a8b5, 0x8e986bd7),
    +     TOBN(0x48dd1fe2, 0x3929d097), TOBN(0x3885b290, 0x92f188f1),
    +     TOBN(0x0f2ae613, 0xda6fcdac), TOBN(0x9054303e, 0xb662a46c),
    +     TOBN(0xb6871e44, 0x0738042a), TOBN(0x98e6a977, 0xbdaf6449),
    +     TOBN(0xd8bc0650, 0xd1c9df1b), TOBN(0xef3d6451, 0x36e098f9),
    +     TOBN(0x03fbae82, 0xb6d72d28), TOBN(0x77ca9db1, 0xf5d84080),
    +     TOBN(0x8a112cff, 0xa58efc1c), TOBN(0x518d761c, 0xc564cb4a),
    +     TOBN(0x69b5740e, 0xf0d1b5ce), TOBN(0x717039cc, 0xe9eb1785),
    +     TOBN(0x3fe29f90, 0x22f53382), TOBN(0x8e54ba56, 0x6bc7c95c),
    +     TOBN(0x9c806d8a, 0xf7f91d0f), TOBN(0x3b61b0f1, 0xa82a5728),
    +     TOBN(0x4640032d, 0x94d76754), TOBN(0x273eb5de, 0x47d834c6),
    +     TOBN(0x2988abf7, 0x7b4e4d53), TOBN(0xb7ce66bf, 0xde401777),
    +     TOBN(0x9fba6b32, 0x715071b3), TOBN(0x82413c24, 0xad3a1a98),
    +     TOBN(0x5b7fc8c4, 0xe0e8ad93), TOBN(0xb5679aee, 0x5fab868d),
    +     TOBN(0xb1f9d2fa, 0x2b3946f3), TOBN(0x458897dc, 0x5685b50a),
    +     TOBN(0x1e98c930, 0x89d0caf3), TOBN(0x39564c5f, 0x78642e92),
    +     TOBN(0x1b77729a, 0x0dbdaf18), TOBN(0xf9170722, 0x579e82e6),
    +     TOBN(0x680c0317, 0xe4515fa5), TOBN(0xf85cff84, 0xfb0c790f),
    +     TOBN(0xc7a82aab, 0x6d2e0765), TOBN(0x7446bca9, 0x35c82b32),
    +     TOBN(0x5de607aa, 0x6d63184f), TOBN(0x7c1a46a8, 0x262803a6),
    +     TOBN(0xd218313d, 0xaebe8035), TOBN(0x92113ffd, 0xc73c51f8),
    +     TOBN(0x4b38e083, 0x12e7e46c), TOBN(0x69d0a37a, 0x56126bd5),
    +     TOBN(0xfb3f324b, 0x73c07e04), TOBN(0xa0c22f67, 0x8fda7267),
    +     TOBN(0x8f2c0051, 0x4d2c7d8f), TOBN(0xbc45ced3, 0xcbe2cae5),
    +     TOBN(0xe1c6cf07, 0xa8f0f277), TOBN(0xbc392312, 0x1eb99a98),
    +     TOBN(0x75537b7e, 0x3cc8ac85), TOBN(0x8d725f57, 0xdd02753b),
    +     TOBN(0xfd05ff64, 0xb737df2f), TOBN(0x55fe8712, 0xf6d2531d),
    +     TOBN(0x57ce04a9, 0x6ab6b01c), TOBN(0x69a02a89, 0x7cd93724),
    +     TOBN(0x4f82ac35, 0xcf86699b), TOBN(0x8242d3ad, 0x9cb4b232),
    +     TOBN(0x713d0f65, 0xd62105e5), TOBN(0xbb222bfa, 0x2d29be61),
    +     TOBN(0xf2f9a79e, 0x6cfbef09), TOBN(0xfc24d8d3, 0xd5d6782f),
    +     TOBN(0x5db77085, 0xd4129967), TOBN(0xdb81c3cc, 0xdc3c2a43),
    +     TOBN(0x9d655fc0, 0x05d8d9a3), TOBN(0x3f5d057a, 0x54298026),
    +     TOBN(0x1157f56d, 0x88c54694), TOBN(0xb26baba5, 0x9b09573e),
    +     TOBN(0x2cab03b0, 0x22adffd1), TOBN(0x60a412c8, 0xdd69f383),
    +     TOBN(0xed76e98b, 0x54b25039), TOBN(0xd4ee67d3, 0x687e714d),
    +     TOBN(0x87739648, 0x7b00b594), TOBN(0xce419775, 0xc9ef709b),
    +     TOBN(0x40f76f85, 0x1c203a40), TOBN(0x30d352d6, 0xeafd8f91),
    +     TOBN(0xaf196d3d, 0x95578dd2), TOBN(0xea4bb3d7, 0x77cc3f3d),
    +     TOBN(0x42a5bd03, 0xb98e782b), TOBN(0xac958c40, 0x0624920d),
    +     TOBN(0xb838134c, 0xfc56fcc8), TOBN(0x86ec4ccf, 0x89572e5e),
    +     TOBN(0x69c43526, 0x9be47be0), TOBN(0x323b7dd8, 0xcb28fea1),
    +     TOBN(0xfa5538ba, 0x3a6c67e5), TOBN(0xef921d70, 0x1d378e46),
    +     TOBN(0xf92961fc, 0x3c4b880e), TOBN(0x3f6f914e, 0x98940a67),
    +     TOBN(0xa990eb0a, 0xfef0ff39), TOBN(0xa6c2920f, 0xf0eeff9c),
    +     TOBN(0xca804166, 0x51b8d9a3), TOBN(0x42531bc9, 0x0ffb0db1),
    +     TOBN(0x72ce4718, 0xaa82e7ce), TOBN(0x6e199913, 0xdf574741),
    +     TOBN(0xd5f1b13d, 0xd5d36946), TOBN(0x8255dc65, 0xf68f0194),
    +     TOBN(0xdc9df4cd, 0x8710d230), TOBN(0x3453c20f, 0x138c1988),
    +     TOBN(0x9af98dc0, 0x89a6ef01), TOBN(0x4dbcc3f0, 0x9857df85),
    +     TOBN(0x34805601, 0x5c1ad924), TOBN(0x40448da5, 0xd0493046),
    +     TOBN(0xf629926d, 0x4ee343e2), TOBN(0x6343f1bd, 0x90e8a301),
    +     TOBN(0xefc93491, 0x40815b3f), TOBN(0xf882a423, 0xde8f66fb),
    +     TOBN(0x3a12d5f4, 0xe7db9f57), TOBN(0x7dfba38a, 0x3c384c27),
    +     TOBN(0x7a904bfd, 0x6fc660b1), TOBN(0xeb6c5db3, 0x2773b21c),
    +     TOBN(0xc350ee66, 0x1cdfe049), TOBN(0x9baac0ce, 0x44540f29),
    +     TOBN(0xbc57b6ab, 0xa5ec6aad), TOBN(0x167ce8c3, 0x0a7c1baa),
    +     TOBN(0xb23a03a5, 0x53fb2b56), TOBN(0x6ce141e7, 0x4e057f78),
    +     TOBN(0x796525c3, 0x89e490d9), TOBN(0x0bc95725, 0xa31a7e75),
    +     TOBN(0x1ec56791, 0x1220fd06), TOBN(0x716e3a3c, 0x408b0bd6),
    +     TOBN(0x31cd6bf7, 0xe8ebeba9), TOBN(0xa7326ca6, 0xbee6b670),
    +     TOBN(0x3d9f851c, 0xcd090c43), TOBN(0x561e8f13, 0xf12c3988),
    +     TOBN(0x50490b6a, 0x904b7be4), TOBN(0x61690ce1, 0x0410737b),
    +     TOBN(0x299e9a37, 0x0f009052), TOBN(0x258758f0, 0xf026092e),
    +     TOBN(0x9fa255f3, 0xfdfcdc0f), TOBN(0xdbc9fb1f, 0xc0e1bcd2),
    +     TOBN(0x35f9dd6e, 0x24651840), TOBN(0xdca45a84, 0xa5c59abc),
    +     TOBN(0x103d396f, 0xecca4938), TOBN(0x4532da0a, 0xb97b3f29),
    +     TOBN(0xc4135ea5, 0x1999a6bf), TOBN(0x3aa9505a, 0x5e6bf2ee),
    +     TOBN(0xf77cef06, 0x3f5be093), TOBN(0x97d1a0f8, 0xa943152e),
    +     TOBN(0x2cb0ebba, 0x2e1c21dd), TOBN(0xf41b29fc, 0x2c6797c4),
    +     TOBN(0xc6e17321, 0xb300101f), TOBN(0x4422b0e9, 0xd0d79a89),
    +     TOBN(0x49e4901c, 0x92f1bfc4), TOBN(0x06ab1f8f, 0xe1e10ed9),
    +     TOBN(0x84d35577, 0xdb2926b8), TOBN(0xca349d39, 0x356e8ec2),
    +     TOBN(0x70b63d32, 0x343bf1a9), TOBN(0x8fd3bd28, 0x37d1a6b1),
    +     TOBN(0x0454879c, 0x316865b4), TOBN(0xee959ff6, 0xc458efa2),
    +     TOBN(0x0461dcf8, 0x9706dc3f), TOBN(0x737db0e2, 0x164e4b2e),
    +     TOBN(0x09262680, 0x2f8843c8), TOBN(0x54498bbc, 0x7745e6f6),
    +     TOBN(0x359473fa, 0xa29e24af), TOBN(0xfcc3c454, 0x70aa87a1),
    +     TOBN(0xfd2c4bf5, 0x00573ace), TOBN(0xb65b514e, 0x28dd1965),
    +     TOBN(0xe46ae7cf, 0x2193e393), TOBN(0x60e9a4e1, 0xf5444d97),
    +     TOBN(0xe7594e96, 0x00ff38ed), TOBN(0x43d84d2f, 0x0a0e0f02),
    +     TOBN(0x8b6db141, 0xee398a21), TOBN(0xb88a56ae, 0xe3bcc5be),
    +     TOBN(0x0a1aa52f, 0x373460ea), TOBN(0x20da1a56, 0x160bb19b),
    +     TOBN(0xfb54999d, 0x65bf0384), TOBN(0x71a14d24, 0x5d5a180e),
    +     TOBN(0xbc44db7b, 0x21737b04), TOBN(0xd84fcb18, 0x01dd8e92),
    +     TOBN(0x80de937b, 0xfa44b479), TOBN(0x53505499, 0x5c98fd4f),
    +     TOBN(0x1edb12ab, 0x28f08727), TOBN(0x4c58b582, 0xa5f3ef53),
    +     TOBN(0xbfb236d8, 0x8327f246), TOBN(0xc3a3bfaa, 0x4d7df320),
    +     TOBN(0xecd96c59, 0xb96024f2), TOBN(0xfc293a53, 0x7f4e0433),
    +     TOBN(0x5341352b, 0x5acf6e10), TOBN(0xc50343fd, 0xafe652c3),
    +     TOBN(0x4af3792d, 0x18577a7f), TOBN(0xe1a4c617, 0xaf16823d),
    +     TOBN(0x9b26d0cd, 0x33425d0a), TOBN(0x306399ed, 0x9b7bc47f),
    +     TOBN(0x2a792f33, 0x706bb20b), TOBN(0x31219614, 0x98111055),
    +     TOBN(0x864ec064, 0x87f5d28b), TOBN(0x11392d91, 0x962277fd),
    +     TOBN(0xb5aa7942, 0xbb6aed5f), TOBN(0x080094dc, 0x47e799d9),
    +     TOBN(0x4afa588c, 0x208ba19b), TOBN(0xd3e7570f, 0x8512f284),
    +     TOBN(0xcbae64e6, 0x02f5799a), TOBN(0xdeebe7ef, 0x514b9492),
    +     TOBN(0x30300f98, 0xe5c298ff), TOBN(0x17f561be, 0x3678361f),
    +     TOBN(0xf52ff312, 0x98cb9a16), TOBN(0x6233c3bc, 0x5562d490),
    +     TOBN(0x7bfa15a1, 0x92e3a2cb), TOBN(0x961bcfd1, 0xe6365119),
    +     TOBN(0x3bdd29bf, 0x2c8c53b1), TOBN(0x739704df, 0x822844ba),
    +     TOBN(0x7dacfb58, 0x7e7b754b), TOBN(0x23360791, 0xa806c9b9),
    +     TOBN(0xe7eb88c9, 0x23504452), TOBN(0x2983e996, 0x852c1783),
    +     TOBN(0xdd4ae529, 0x958d881d), TOBN(0x026bae03, 0x262c7b3c),
    +     TOBN(0x3a6f9193, 0x960b52d1), TOBN(0xd0980f90, 0x92696cfb),
    +     TOBN(0x4c1f428c, 0xd5f30851), TOBN(0x94dfed27, 0x2a4f6630),
    +     TOBN(0x4df53772, 0xfc5d48a4), TOBN(0xdd2d5a2f, 0x933260ce),
    +     TOBN(0x574115bd, 0xd44cc7a5), TOBN(0x4ba6b20d, 0xbd12533a),
    +     TOBN(0x30e93cb8, 0x243057c9), TOBN(0x794c486a, 0x14de320e),
    +     TOBN(0xe925d4ce, 0xf21496e4), TOBN(0xf951d198, 0xec696331),
    +     TOBN(0x9810e2de, 0x3e8d812f), TOBN(0xd0a47259, 0x389294ab),
    +     TOBN(0x513ba2b5, 0x0e3bab66), TOBN(0x462caff5, 0xabad306f),
    +     TOBN(0xe2dc6d59, 0xaf04c49e), TOBN(0x1aeb8750, 0xe0b84b0b),
    +     TOBN(0xc034f12f, 0x2f7d0ca2), TOBN(0x6d2e8128, 0xe06acf2f),
    +     TOBN(0x801f4f83, 0x21facc2f), TOBN(0xa1170c03, 0xf40ef607),
    +     TOBN(0xfe0a1d4f, 0x7805a99c), TOBN(0xbde56a36, 0xcc26aba5),
    +     TOBN(0x5b1629d0, 0x35531f40), TOBN(0xac212c2b, 0x9afa6108),
    +     TOBN(0x30a06bf3, 0x15697be5), TOBN(0x6f0545dc, 0x2c63c7c1),
    +     TOBN(0x5d8cb842, 0x7ccdadaf), TOBN(0xd52e379b, 0xac7015bb),
    +     TOBN(0xc4f56147, 0xf462c23e), TOBN(0xd44a4298, 0x46bc24b0),
    +     TOBN(0xbc73d23a, 0xe2856d4f), TOBN(0x61cedd8c, 0x0832bcdf),
    +     TOBN(0x60953556, 0x99f241d7), TOBN(0xee4adbd7, 0x001a349d),
    +     TOBN(0x0b35bf6a, 0xaa89e491), TOBN(0x7f0076f4, 0x136f7546),
    +     TOBN(0xd19a18ba, 0x9264da3d), TOBN(0x6eb2d2cd, 0x62a7a28b),
    +     TOBN(0xcdba941f, 0x8761c971), TOBN(0x1550518b, 0xa3be4a5d),
    +     TOBN(0xd0e8e2f0, 0x57d0b70c), TOBN(0xeea8612e, 0xcd133ba3),
    +     TOBN(0x814670f0, 0x44416aec), TOBN(0x424db6c3, 0x30775061),
    +     TOBN(0xd96039d1, 0x16213fd1), TOBN(0xc61e7fa5, 0x18a3478f),
    +     TOBN(0xa805bdcc, 0xcb0c5021), TOBN(0xbdd6f3a8, 0x0cc616dd),
    +     TOBN(0x06009667, 0x5d97f7e2), TOBN(0x31db0fc1, 0xaf0bf4b6),
    +     TOBN(0x23680ed4, 0x5491627a), TOBN(0xb99a3c66, 0x7d741fb1),
    +     TOBN(0xe9bb5f55, 0x36b1ff92), TOBN(0x29738577, 0x512b388d),
    +     TOBN(0xdb8a2ce7, 0x50fcf263), TOBN(0x385346d4, 0x6c4f7b47),
    +     TOBN(0xbe86c5ef, 0x31631f9e), TOBN(0xbf91da21, 0x03a57a29),
    +     TOBN(0xc3b1f796, 0x7b23f821), TOBN(0x0f7d00d2, 0x770db354),
    +     TOBN(0x8ffc6c3b, 0xd8fe79da), TOBN(0xcc5e8c40, 0xd525c996),
    +     TOBN(0x4640991d, 0xcfff632a), TOBN(0x64d97e8c, 0x67112528),
    +     TOBN(0xc232d973, 0x02f1cd1e), TOBN(0xce87eacb, 0x1dd212a4),
    +     TOBN(0x6e4c8c73, 0xe69802f7), TOBN(0x12ef0290, 0x1fffddbd),
    +     TOBN(0x941ec74e, 0x1bcea6e2), TOBN(0xd0b54024, 0x3cb92cbb),
    +     TOBN(0x809fb9d4, 0x7e8f9d05), TOBN(0x3bf16159, 0xf2992aae),
    +     TOBN(0xad40f279, 0xf8a7a838), TOBN(0x11aea631, 0x05615660),
    +     TOBN(0xbf52e6f1, 0xa01f6fa1), TOBN(0xef046995, 0x3dc2aec9),
    +     TOBN(0x785dbec9, 0xd8080711), TOBN(0xe1aec60a, 0x9fdedf76),
    +     TOBN(0xece797b5, 0xfa21c126), TOBN(0xc66e898f, 0x05e52732),
    +     TOBN(0x39bb69c4, 0x08811fdb), TOBN(0x8bfe1ef8, 0x2fc7f082),
    +     TOBN(0xc8e7a393, 0x174f4138), TOBN(0xfba8ad1d, 0xd58d1f98),
    +     TOBN(0xbc21d0ce, 0xbfd2fd5b), TOBN(0x0b839a82, 0x6ee60d61),
    +     TOBN(0xaacf7658, 0xafd22253), TOBN(0xb526bed8, 0xaae396b3),
    +     TOBN(0xccc1bbc2, 0x38564464), TOBN(0x9e3ff947, 0x8c45bc73),
    +     TOBN(0xcde9bca3, 0x58188a78), TOBN(0x138b8ee0, 0xd73bf8f7),
    +     TOBN(0x5c7e234c, 0x4123c489), TOBN(0x66e69368, 0xfa643297),
    +     TOBN(0x0629eeee, 0x39a15fa3), TOBN(0x95fab881, 0xa9e2a927),
    +     TOBN(0xb2497007, 0xeafbb1e1), TOBN(0xd75c9ce6, 0xe75b7a93),
    +     TOBN(0x3558352d, 0xefb68d78), TOBN(0xa2f26699, 0x223f6396),
    +     TOBN(0xeb911ecf, 0xe469b17a), TOBN(0x62545779, 0xe72d3ec2),
    +     TOBN(0x8ea47de7, 0x82cb113f), TOBN(0xebe4b086, 0x4e1fa98d),
    +     TOBN(0xec2d5ed7, 0x8cdfedb1), TOBN(0xa535c077, 0xfe211a74),
    +     TOBN(0x9678109b, 0x11d244c5), TOBN(0xf17c8bfb, 0xbe299a76),
    +     TOBN(0xb651412e, 0xfb11fbc4), TOBN(0xea0b5482, 0x94ab3f65),
    +     TOBN(0xd8dffd95, 0x0cf78243), TOBN(0x2e719e57, 0xce0361d4),
    +     TOBN(0x9007f085, 0x304ddc5b), TOBN(0x095e8c6d, 0x4daba2ea),
    +     TOBN(0x5a33cdb4, 0x3f9d28a9), TOBN(0x85b95cd8, 0xe2283003),
    +     TOBN(0xbcd6c819, 0xb9744733), TOBN(0x29c5f538, 0xfc7f5783),
    +     TOBN(0x6c49b2fa, 0xd59038e4), TOBN(0x68349cc1, 0x3bbe1018),
    +     TOBN(0xcc490c1d, 0x21830ee5), TOBN(0x36f9c4ee, 0xe9bfa297),
    +     TOBN(0x58fd7294, 0x48de1a94), TOBN(0xaadb13a8, 0x4e8f2cdc),
    +     TOBN(0x515eaaa0, 0x81313dba), TOBN(0xc76bb468, 0xc2152dd8),
    +     TOBN(0x357f8d75, 0xa653dbf8), TOBN(0xe4d8c4d1, 0xb14ac143),
    +     TOBN(0xbdb8e675, 0xb055cb40), TOBN(0x898f8e7b, 0x977b5167),
    +     TOBN(0xecc65651, 0xb82fb863), TOBN(0x56544814, 0x6d88f01f),
    +     TOBN(0xb0928e95, 0x263a75a9), TOBN(0xcfb6836f, 0x1a22fcda),
    +     TOBN(0x651d14db, 0x3f3bd37c), TOBN(0x1d3837fb, 0xb6ad4664),
    +     TOBN(0x7c5fb538, 0xff4f94ab), TOBN(0x7243c712, 0x6d7fb8f2),
    +     TOBN(0xef13d60c, 0xa85c5287), TOBN(0x18cfb7c7, 0x4bb8dd1b),
    +     TOBN(0x82f9bfe6, 0x72908219), TOBN(0x35c4592b, 0x9d5144ab),
    +     TOBN(0x52734f37, 0x9cf4b42f), TOBN(0x6bac55e7, 0x8c60ddc4),
    +     TOBN(0xb5cd811e, 0x94dea0f6), TOBN(0x259ecae4, 0xe18cc1a3),
    +     TOBN(0x6a0e836e, 0x15e660f8), TOBN(0x6c639ea6, 0x0e02bff2),
    +     TOBN(0x8721b8cb, 0x7e1026fd), TOBN(0x9e73b50b, 0x63261942),
    +     TOBN(0xb8c70974, 0x77f01da3), TOBN(0x1839e6a6, 0x8268f57f),
    +     TOBN(0x571b9415, 0x5150b805), TOBN(0x1892389e, 0xf92c7097),
    +     TOBN(0x8d69c18e, 0x4a084b95), TOBN(0x7014c512, 0xbe5b495c),
    +     TOBN(0x4780db36, 0x1b07523c), TOBN(0x2f6219ce, 0x2c1c64fa),
    +     TOBN(0xc38b81b0, 0x602c105a), TOBN(0xab4f4f20, 0x5dc8e360),
    +     TOBN(0x20d3c982, 0xcf7d62d2), TOBN(0x1f36e29d, 0x23ba8150),
    +     TOBN(0x48ae0bf0, 0x92763f9e), TOBN(0x7a527e6b, 0x1d3a7007),
    +     TOBN(0xb4a89097, 0x581a85e3), TOBN(0x1f1a520f, 0xdc158be5),
    +     TOBN(0xf98db37d, 0x167d726e), TOBN(0x8802786e, 0x1113e862)}
    +    ,
    +    {TOBN(0xefb2149e, 0x36f09ab0), TOBN(0x03f163ca, 0x4a10bb5b),
    +     TOBN(0xd0297045, 0x06e20998), TOBN(0x56f0af00, 0x1b5a3bab),
    +     TOBN(0x7af4cfec, 0x70880e0d), TOBN(0x7332a66f, 0xbe3d913f),
    +     TOBN(0x32e6c84a, 0x7eceb4bd), TOBN(0xedc4a79a, 0x9c228f55),
    +     TOBN(0xc37c7dd0, 0xc55c4496), TOBN(0xa6a96357, 0x25bbabd2),
    +     TOBN(0x5b7e63f2, 0xadd7f363), TOBN(0x9dce3782, 0x2e73f1df),
    +     TOBN(0xe1e5a16a, 0xb2b91f71), TOBN(0xe4489823, 0x5ba0163c),
    +     TOBN(0xf2759c32, 0xf6e515ad), TOBN(0xa5e2f1f8, 0x8615eecf),
    +     TOBN(0x74519be7, 0xabded551), TOBN(0x03d358b8, 0xc8b74410),
    +     TOBN(0x4d00b10b, 0x0e10d9a9), TOBN(0x6392b0b1, 0x28da52b7),
    +     TOBN(0x6744a298, 0x0b75c904), TOBN(0xc305b0ae, 0xa8f7f96c),
    +     TOBN(0x042e421d, 0x182cf932), TOBN(0xf6fc5d50, 0x9e4636ca),
    +     TOBN(0x795847c9, 0xd64cc78c), TOBN(0x6c50621b, 0x9b6cb27b),
    +     TOBN(0x07099bf8, 0xdf8022ab), TOBN(0x48f862eb, 0xc04eda1d),
    +     TOBN(0xd12732ed, 0xe1603c16), TOBN(0x19a80e0f, 0x5c9a9450),
    +     TOBN(0xe2257f54, 0xb429b4fc), TOBN(0x66d3b2c6, 0x45460515),
    +     TOBN(0x6ca4f87e, 0x822e37be), TOBN(0x73f237b4, 0x253bda4e),
    +     TOBN(0xf747f3a2, 0x41190aeb), TOBN(0xf06fa36f, 0x804cf284),
    +     TOBN(0x0a6bbb6e, 0xfc621c12), TOBN(0x5d624b64, 0x40b80ec6),
    +     TOBN(0x4b072425, 0x7ba556f3), TOBN(0x7fa0c354, 0x3e2d20a8),
    +     TOBN(0xe921fa31, 0xe3229d41), TOBN(0xa929c652, 0x94531bd4),
    +     TOBN(0x84156027, 0xa6d38209), TOBN(0xf3d69f73, 0x6bdb97bd),
    +     TOBN(0x8906d19a, 0x16833631), TOBN(0x68a34c2e, 0x03d51be3),
    +     TOBN(0xcb59583b, 0x0e511cd8), TOBN(0x99ce6bfd, 0xfdc132a8),
    +     TOBN(0x3facdaaa, 0xffcdb463), TOBN(0x658bbc1a, 0x34a38b08),
    +     TOBN(0x12a801f8, 0xf1a9078d), TOBN(0x1567bcf9, 0x6ab855de),
    +     TOBN(0xe08498e0, 0x3572359b), TOBN(0xcf0353e5, 0x8659e68b),
    +     TOBN(0xbb86e9c8, 0x7d23807c), TOBN(0xbc08728d, 0x2198e8a2),
    +     TOBN(0x8de2b7bc, 0x453cadd6), TOBN(0x203900a7, 0xbc0bc1f8),
    +     TOBN(0xbcd86e47, 0xa6abd3af), TOBN(0x911cac12, 0x8502effb),
    +     TOBN(0x2d550242, 0xec965469), TOBN(0x0e9f7692, 0x29e0017e),
    +     TOBN(0x633f078f, 0x65979885), TOBN(0xfb87d449, 0x4cf751ef),
    +     TOBN(0xe1790e4b, 0xfc25419a), TOBN(0x36467203, 0x4bff3cfd),
    +     TOBN(0xc8db6386, 0x25b6e83f), TOBN(0x6cc69f23, 0x6cad6fd2),
    +     TOBN(0x0219e45a, 0x6bc68bb9), TOBN(0xe43d79b6, 0x297f7334),
    +     TOBN(0x7d445368, 0x465dc97c), TOBN(0x4b9eea32, 0x2a0b949a),
    +     TOBN(0x1b96c6ba, 0x6102d021), TOBN(0xeaafac78, 0x2f4461ea),
    +     TOBN(0xd4b85c41, 0xc49f19a8), TOBN(0x275c28e4, 0xcf538875),
    +     TOBN(0x35451a9d, 0xdd2e54e0), TOBN(0x6991adb5, 0x0605618b),
    +     TOBN(0x5b8b4bcd, 0x7b36cd24), TOBN(0x372a4f8c, 0x56f37216),
    +     TOBN(0xc890bd73, 0xa6a5da60), TOBN(0x6f083da0, 0xdc4c9ff0),
    +     TOBN(0xf4e14d94, 0xf0536e57), TOBN(0xf9ee1eda, 0xaaec8243),
    +     TOBN(0x571241ec, 0x8bdcf8e7), TOBN(0xa5db8271, 0x0b041e26),
    +     TOBN(0x9a0b9a99, 0xe3fff040), TOBN(0xcaaf21dd, 0x7c271202),
    +     TOBN(0xb4e2b2e1, 0x4f0dd2e8), TOBN(0xe77e7c4f, 0x0a377ac7),
    +     TOBN(0x69202c3f, 0x0d7a2198), TOBN(0xf759b7ff, 0x28200eb8),
    +     TOBN(0xc87526ed, 0xdcfe314e), TOBN(0xeb84c524, 0x53d5cf99),
    +     TOBN(0xb1b52ace, 0x515138b6), TOBN(0x5aa7ff8c, 0x23fca3f4),
    +     TOBN(0xff0b13c3, 0xb9791a26), TOBN(0x960022da, 0xcdd58b16),
    +     TOBN(0xdbd55c92, 0x57aad2de), TOBN(0x3baaaaa3, 0xf30fe619),
    +     TOBN(0x9a4b2346, 0x0d881efd), TOBN(0x506416c0, 0x46325e2a),
    +     TOBN(0x91381e76, 0x035c18d4), TOBN(0xb3bb68be, 0xf27817b0),
    +     TOBN(0x15bfb8bf, 0x5116f937), TOBN(0x7c64a586, 0xc1268943),
    +     TOBN(0x71e25cc3, 0x8419a2c8), TOBN(0x9fd6b0c4, 0x8335f463),
    +     TOBN(0x4bf0ba3c, 0xe8ee0e0e), TOBN(0x6f6fba60, 0x298c21fa),
    +     TOBN(0x57d57b39, 0xae66bee0), TOBN(0x292d5130, 0x22672544),
    +     TOBN(0xf451105d, 0xbab093b3), TOBN(0x012f59b9, 0x02839986),
    +     TOBN(0x8a915802, 0x3474a89c), TOBN(0x048c919c, 0x2de03e97),
    +     TOBN(0xc476a2b5, 0x91071cd5), TOBN(0x791ed89a, 0x034970a5),
    +     TOBN(0x89bd9042, 0xe1b7994b), TOBN(0x8eaf5179, 0xa1057ffd),
    +     TOBN(0x6066e2a2, 0xd551ee10), TOBN(0x87a8f1d8, 0x727e09a6),
    +     TOBN(0x00d08bab, 0x2c01148d), TOBN(0x6da8e4f1, 0x424f33fe),
    +     TOBN(0x466d17f0, 0xcf9a4e71), TOBN(0xff502010, 0x3bf5cb19),
    +     TOBN(0xdccf97d8, 0xd062ecc0), TOBN(0x80c0d9af, 0x81d80ac4),
    +     TOBN(0xe87771d8, 0x033f2876), TOBN(0xb0186ec6, 0x7d5cc3db),
    +     TOBN(0x58e8bb80, 0x3bc9bc1d), TOBN(0x4d1395cc, 0x6f6ef60e),
    +     TOBN(0xa73c62d6, 0x186244a0), TOBN(0x918e5f23, 0x110a5b53),
    +     TOBN(0xed4878ca, 0x741b7eab), TOBN(0x3038d71a, 0xdbe03e51),
    +     TOBN(0x840204b7, 0xa93c3246), TOBN(0x21ab6069, 0xa0b9b4cd),
    +     TOBN(0xf5fa6e2b, 0xb1d64218), TOBN(0x1de6ad0e, 0xf3d56191),
    +     TOBN(0x570aaa88, 0xff1929c7), TOBN(0xc6df4c6b, 0x640e87b5),
    +     TOBN(0xde8a74f2, 0xc65f0ccc), TOBN(0x8b972fd5, 0xe6f6cc01),
    +     TOBN(0x3fff36b6, 0x0b846531), TOBN(0xba7e45e6, 0x10a5e475),
    +     TOBN(0x84a1d10e, 0x4145b6c5), TOBN(0xf1f7f91a, 0x5e046d9d),
    +     TOBN(0x0317a692, 0x44de90d7), TOBN(0x951a1d4a, 0xf199c15e),
    +     TOBN(0x91f78046, 0xc9d73deb), TOBN(0x74c82828, 0xfab8224f),
    +     TOBN(0xaa6778fc, 0xe7560b90), TOBN(0xb4073e61, 0xa7e824ce),
    +     TOBN(0xff0d693c, 0xd642eba8), TOBN(0x7ce2e57a, 0x5dccef38),
    +     TOBN(0x89c2c789, 0x1df1ad46), TOBN(0x83a06922, 0x098346fd),
    +     TOBN(0x2d715d72, 0xda2fc177), TOBN(0x7b6dd71d, 0x85b6cf1d),
    +     TOBN(0xc60a6d0a, 0x73fa9cb0), TOBN(0xedd3992e, 0x328bf5a9),
    +     TOBN(0xc380ddd0, 0x832c8c82), TOBN(0xd182d410, 0xa2a0bf50),
    +     TOBN(0x7d9d7438, 0xd9a528db), TOBN(0xe8b1a0e9, 0xcaf53994),
    +     TOBN(0xddd6e5fe, 0x0e19987c), TOBN(0xacb8df03, 0x190b059d),
    +     TOBN(0x53703a32, 0x8300129f), TOBN(0x1f637662, 0x68c43bfd),
    +     TOBN(0xbcbd1913, 0x00e54051), TOBN(0x812fcc62, 0x7bf5a8c5),
    +     TOBN(0x3f969d5f, 0x29fb85da), TOBN(0x72f4e00a, 0x694759e8),
    +     TOBN(0x426b6e52, 0x790726b7), TOBN(0x617bbc87, 0x3bdbb209),
    +     TOBN(0x511f8bb9, 0x97aee317), TOBN(0x812a4096, 0xe81536a8),
    +     TOBN(0x137dfe59, 0x3ac09b9b), TOBN(0x0682238f, 0xba8c9a7a),
    +     TOBN(0x7072ead6, 0xaeccb4bd), TOBN(0x6a34e9aa, 0x692ba633),
    +     TOBN(0xc82eaec2, 0x6fff9d33), TOBN(0xfb753512, 0x1d4d2b62),
    +     TOBN(0x1a0445ff, 0x1d7aadab), TOBN(0x65d38260, 0xd5f6a67c),
    +     TOBN(0x6e62fb08, 0x91cfb26f), TOBN(0xef1e0fa5, 0x5c7d91d6),
    +     TOBN(0x47e7c7ba, 0x33db72cd), TOBN(0x017cbc09, 0xfa7c74b2),
    +     TOBN(0x3c931590, 0xf50a503c), TOBN(0xcac54f60, 0x616baa42),
    +     TOBN(0x9b6cd380, 0xb2369f0f), TOBN(0x97d3a70d, 0x23c76151),
    +     TOBN(0x5f9dd6fc, 0x9862a9c6), TOBN(0x044c4ab2, 0x12312f51),
    +     TOBN(0x035ea0fd, 0x834a2ddc), TOBN(0x49e6b862, 0xcc7b826d),
    +     TOBN(0xb03d6883, 0x62fce490), TOBN(0x62f2497a, 0xb37e36e9),
    +     TOBN(0x04b005b6, 0xc6458293), TOBN(0x36bb5276, 0xe8d10af7),
    +     TOBN(0xacf2dc13, 0x8ee617b8), TOBN(0x470d2d35, 0xb004b3d4),
    +     TOBN(0x06790832, 0xfeeb1b77), TOBN(0x2bb75c39, 0x85657f9c),
    +     TOBN(0xd70bd4ed, 0xc0f60004), TOBN(0xfe797ecc, 0x219b018b),
    +     TOBN(0x9b5bec2a, 0x753aebcc), TOBN(0xdaf9f3dc, 0xc939eca5),
    +     TOBN(0xd6bc6833, 0xd095ad09), TOBN(0x98abdd51, 0xdaa4d2fc),
    +     TOBN(0xd9840a31, 0x8d168be5), TOBN(0xcf7c10e0, 0x2325a23c),
    +     TOBN(0xa5c02aa0, 0x7e6ecfaf), TOBN(0x2462e7e6, 0xb5bfdf18),
    +     TOBN(0xab2d8a8b, 0xa0cc3f12), TOBN(0x68dd485d, 0xbc672a29),
    +     TOBN(0x72039752, 0x596f2cd3), TOBN(0x5d3eea67, 0xa0cf3d8d),
    +     TOBN(0x810a1a81, 0xe6602671), TOBN(0x8f144a40, 0x14026c0c),
    +     TOBN(0xbc753a6d, 0x76b50f85), TOBN(0xc4dc21e8, 0x645cd4a4),
    +     TOBN(0xc5262dea, 0x521d0378), TOBN(0x802b8e0e, 0x05011c6f),
    +     TOBN(0x1ba19cbb, 0x0b4c19ea), TOBN(0x21db64b5, 0xebf0aaec),
    +     TOBN(0x1f394ee9, 0x70342f9d), TOBN(0x93a10aee, 0x1bc44a14),
    +     TOBN(0xa7eed31b, 0x3efd0baa), TOBN(0x6e7c824e, 0x1d154e65),
    +     TOBN(0xee23fa81, 0x9966e7ee), TOBN(0x64ec4aa8, 0x05b7920d),
    +     TOBN(0x2d44462d, 0x2d90aad4), TOBN(0xf44dd195, 0xdf277ad5),
    +     TOBN(0x8d6471f1, 0xbb46b6a1), TOBN(0x1e65d313, 0xfd885090),
    +     TOBN(0x33a800f5, 0x13a977b4), TOBN(0xaca9d721, 0x0797e1ef),
    +     TOBN(0x9a5a85a0, 0xfcff6a17), TOBN(0x9970a3f3, 0x1eca7cee),
    +     TOBN(0xbb9f0d6b, 0xc9504be3), TOBN(0xe0c504be, 0xadd24ee2),
    +     TOBN(0x7e09d956, 0x77fcc2f4), TOBN(0xef1a5227, 0x65bb5fc4),
    +     TOBN(0x145d4fb1, 0x8b9286aa), TOBN(0x66fd0c5d, 0x6649028b),
    +     TOBN(0x98857ceb, 0x1bf4581c), TOBN(0xe635e186, 0xaca7b166),
    +     TOBN(0x278ddd22, 0x659722ac), TOBN(0xa0903c4c, 0x1db68007),
    +     TOBN(0x366e4589, 0x48f21402), TOBN(0x31b49c14, 0xb96abda2),
    +     TOBN(0x329c4b09, 0xe0403190), TOBN(0x97197ca3, 0xd29f43fe),
    +     TOBN(0x8073dd1e, 0x274983d8), TOBN(0xda1a3bde, 0x55717c8f),
    +     TOBN(0xfd3d4da2, 0x0361f9d1), TOBN(0x1332d081, 0x4c7de1ce),
    +     TOBN(0x9b7ef7a3, 0xaa6d0e10), TOBN(0x17db2e73, 0xf54f1c4a),
    +     TOBN(0xaf3dffae, 0x4cd35567), TOBN(0xaaa2f406, 0xe56f4e71),
    +     TOBN(0x8966759e, 0x7ace3fc7), TOBN(0x9594eacf, 0x45a8d8c6),
    +     TOBN(0x8de3bd8b, 0x91834e0e), TOBN(0xafe4ca53, 0x548c0421),
    +     TOBN(0xfdd7e856, 0xe6ee81c6), TOBN(0x8f671beb, 0x6b891a3a),
    +     TOBN(0xf7a58f2b, 0xfae63829), TOBN(0x9ab186fb, 0x9c11ac9f),
    +     TOBN(0x8d6eb369, 0x10b5be76), TOBN(0x046b7739, 0xfb040bcd),
    +     TOBN(0xccb4529f, 0xcb73de88), TOBN(0x1df0fefc, 0xcf26be03),
    +     TOBN(0xad7757a6, 0xbcfcd027), TOBN(0xa8786c75, 0xbb3165ca),
    +     TOBN(0xe9db1e34, 0x7e99a4d9), TOBN(0x99ee86df, 0xb06c504b),
    +     TOBN(0x5b7c2ddd, 0xc15c9f0a), TOBN(0xdf87a734, 0x4295989e),
    +     TOBN(0x59ece47c, 0x03d08fda), TOBN(0xb074d3dd, 0xad5fc702),
    +     TOBN(0x20407903, 0x51a03776), TOBN(0x2bb1f77b, 0x2a608007),
    +     TOBN(0x25c58f4f, 0xe1153185), TOBN(0xe6df62f6, 0x766e6447),
    +     TOBN(0xefb3d1be, 0xed51275a), TOBN(0x5de47dc7, 0x2f0f483f),
    +     TOBN(0x7932d98e, 0x97c2bedf), TOBN(0xd5c11927, 0x0219f8a1),
    +     TOBN(0x9d751200, 0xa73a294e), TOBN(0x5f88434a, 0x9dc20172),
    +     TOBN(0xd28d9fd3, 0xa26f506a), TOBN(0xa890cd31, 0x9d1dcd48),
    +     TOBN(0x0aebaec1, 0x70f4d3b4), TOBN(0xfd1a1369, 0x0ffc8d00),
    +     TOBN(0xb9d9c240, 0x57d57838), TOBN(0x45929d26, 0x68bac361),
    +     TOBN(0x5a2cd060, 0x25b15ca6), TOBN(0x4b3c83e1, 0x6e474446),
    +     TOBN(0x1aac7578, 0xee1e5134), TOBN(0xa418f5d6, 0xc91e2f41),
    +     TOBN(0x6936fc8a, 0x213ed68b), TOBN(0x860ae7ed, 0x510a5224),
    +     TOBN(0x63660335, 0xdef09b53), TOBN(0x641b2897, 0xcd79c98d),
    +     TOBN(0x29bd38e1, 0x01110f35), TOBN(0x79c26f42, 0x648b1937),
    +     TOBN(0x64dae519, 0x9d9164f4), TOBN(0xd85a2310, 0x0265c273),
    +     TOBN(0x7173dd5d, 0x4b07e2b1), TOBN(0xd144c4cb, 0x8d9ea221),
    +     TOBN(0xe8b04ea4, 0x1105ab14), TOBN(0x92dda542, 0xfe80d8f1),
    +     TOBN(0xe9982fa8, 0xcf03dce6), TOBN(0x8b5ea965, 0x1a22cffc),
    +     TOBN(0xf7f4ea7f, 0x3fad88c4), TOBN(0x62db773e, 0x6a5ba95c),
    +     TOBN(0xd20f02fb, 0x93f24567), TOBN(0xfd46c69a, 0x315257ca),
    +     TOBN(0x0ac74cc7, 0x8bcab987), TOBN(0x46f31c01, 0x5ceca2f5),
    +     TOBN(0x40aedb59, 0x888b219e), TOBN(0xe50ecc37, 0xe1fccd02),
    +     TOBN(0x1bcd9dad, 0x911f816c), TOBN(0x583cc1ec, 0x8db9b00c),
    +     TOBN(0xf3cd2e66, 0xa483bf11), TOBN(0xfa08a6f5, 0xb1b2c169),
    +     TOBN(0xf375e245, 0x4be9fa28), TOBN(0x99a7ffec, 0x5b6d011f),
    +     TOBN(0x6a3ebddb, 0xc4ae62da), TOBN(0x6cea00ae, 0x374aef5d),
    +     TOBN(0xab5fb98d, 0x9d4d05bc), TOBN(0x7cba1423, 0xd560f252),
    +     TOBN(0x49b2cc21, 0x208490de), TOBN(0x1ca66ec3, 0xbcfb2879),
    +     TOBN(0x7f1166b7, 0x1b6fb16f), TOBN(0xfff63e08, 0x65fe5db3),
    +     TOBN(0xb8345abe, 0x8b2610be), TOBN(0xb732ed80, 0x39de3df4),
    +     TOBN(0x0e24ed50, 0x211c32b4), TOBN(0xd10d8a69, 0x848ff27d),
    +     TOBN(0xc1074398, 0xed4de248), TOBN(0xd7cedace, 0x10488927),
    +     TOBN(0xa4aa6bf8, 0x85673e13), TOBN(0xb46bae91, 0x6daf30af),
    +     TOBN(0x07088472, 0xfcef7ad8), TOBN(0x61151608, 0xd4b35e97),
    +     TOBN(0xbcfe8f26, 0xdde29986), TOBN(0xeb84c4c7, 0xd5a34c79),
    +     TOBN(0xc1eec55c, 0x164e1214), TOBN(0x891be86d, 0xa147bb03),
    +     TOBN(0x9fab4d10, 0x0ba96835), TOBN(0xbf01e9b8, 0xa5c1ae9f),
    +     TOBN(0x6b4de139, 0xb186ebc0), TOBN(0xd5c74c26, 0x85b91bca),
    +     TOBN(0x5086a99c, 0xc2d93854), TOBN(0xeed62a7b, 0xa7a9dfbc),
    +     TOBN(0x8778ed6f, 0x76b7618a), TOBN(0xbff750a5, 0x03b66062),
    +     TOBN(0x4cb7be22, 0xb65186db), TOBN(0x369dfbf0, 0xcc3a6d13),
    +     TOBN(0xc7dab26c, 0x7191a321), TOBN(0x9edac3f9, 0x40ed718e),
    +     TOBN(0xbc142b36, 0xd0cfd183), TOBN(0xc8af82f6, 0x7c991693),
    +     TOBN(0xb3d1e4d8, 0x97ce0b2a), TOBN(0xe6d7c87f, 0xc3a55cdf),
    +     TOBN(0x35846b95, 0x68b81afe), TOBN(0x018d12af, 0xd3c239d8),
    +     TOBN(0x2b2c6208, 0x01206e15), TOBN(0xe0e42453, 0xa3b882c6),
    +     TOBN(0x854470a3, 0xa50162d5), TOBN(0x08157478, 0x7017a62a),
    +     TOBN(0x18bd3fb4, 0x820357c7), TOBN(0x992039ae, 0x6f1458ad),
    +     TOBN(0x9a1df3c5, 0x25b44aa1), TOBN(0x2d780357, 0xed3d5281),
    +     TOBN(0x58cf7e4d, 0xc77ad4d4), TOBN(0xd49a7998, 0xf9df4fc4),
    +     TOBN(0x4465a8b5, 0x1d71205e), TOBN(0xa0ee0ea6, 0x649254aa),
    +     TOBN(0x4b5eeecf, 0xab7bd771), TOBN(0x6c873073, 0x35c262b9),
    +     TOBN(0xdc5bd648, 0x3c9d61e7), TOBN(0x233d6d54, 0x321460d2),
    +     TOBN(0xd20c5626, 0xfc195bcc), TOBN(0x25445958, 0x04d78b63),
    +     TOBN(0xe03fcb3d, 0x17ec8ef3), TOBN(0x54b690d1, 0x46b8f781),
    +     TOBN(0x82fa2c8a, 0x21230646), TOBN(0xf51aabb9, 0x084f418c),
    +     TOBN(0xff4fbec1, 0x1a30ba43), TOBN(0x6a5acf73, 0x743c9df7),
    +     TOBN(0x1da2b357, 0xd635b4d5), TOBN(0xc3de68dd, 0xecd5c1da),
    +     TOBN(0xa689080b, 0xd61af0dd), TOBN(0xdea5938a, 0xd665bf99),
    +     TOBN(0x0231d71a, 0xfe637294), TOBN(0x01968aa6, 0xa5a81cd8),
    +     TOBN(0x11252d50, 0x048e63b5), TOBN(0xc446bc52, 0x6ca007e9),
    +     TOBN(0xef8c50a6, 0x96d6134b), TOBN(0x9361fbf5, 0x9e09a05c),
    +     TOBN(0xf17f85a6, 0xdca3291a), TOBN(0xb178d548, 0xff251a21),
    +     TOBN(0x87f6374b, 0xa4df3915), TOBN(0x566ce1bf, 0x2fd5d608),
    +     TOBN(0x425cba4d, 0x7de35102), TOBN(0x6b745f8f, 0x58c5d5e2),
    +     TOBN(0x88402af6, 0x63122edf), TOBN(0x3190f9ed, 0x3b989a89),
    +     TOBN(0x4ad3d387, 0xebba3156), TOBN(0xef385ad9, 0xc7c469a5),
    +     TOBN(0xb08281de, 0x3f642c29), TOBN(0x20be0888, 0x910ffb88),
    +     TOBN(0xf353dd4a, 0xd5292546), TOBN(0x3f1627de, 0x8377a262),
    +     TOBN(0xa5faa013, 0xeefcd638), TOBN(0x8f3bf626, 0x74cc77c3),
    +     TOBN(0x32618f65, 0xa348f55e), TOBN(0x5787c0dc, 0x9fefeb9e),
    +     TOBN(0xf1673aa2, 0xd9a23e44), TOBN(0x88dfa993, 0x4e10690d),
    +     TOBN(0x1ced1b36, 0x2bf91108), TOBN(0x9193ceca, 0x3af48649),
    +     TOBN(0xfb34327d, 0x2d738fc5), TOBN(0x6697b037, 0x975fee6c),
    +     TOBN(0x2f485da0, 0xc04079a5), TOBN(0x2cdf5735, 0x2feaa1ac),
    +     TOBN(0x76944420, 0xbd55659e), TOBN(0x7973e32b, 0x4376090c),
    +     TOBN(0x86bb4fe1, 0x163b591a), TOBN(0x10441aed, 0xc196f0ca),
    +     TOBN(0x3b431f4a, 0x045ad915), TOBN(0x6c11b437, 0xa4afacb1),
    +     TOBN(0x30b0c7db, 0x71fdbbd8), TOBN(0xb642931f, 0xeda65acd),
    +     TOBN(0x4baae6e8, 0x9c92b235), TOBN(0xa73bbd0e, 0x6b3993a1),
    +     TOBN(0xd06d60ec, 0x693dd031), TOBN(0x03cab91b, 0x7156881c),
    +     TOBN(0xd615862f, 0x1db3574b), TOBN(0x485b0185, 0x64bb061a),
    +     TOBN(0x27434988, 0xa0181e06), TOBN(0x2cd61ad4, 0xc1c0c757),
    +     TOBN(0x3effed5a, 0x2ff9f403), TOBN(0x8dc98d8b, 0x62239029),
    +     TOBN(0x2206021e, 0x1f17b70d), TOBN(0xafbec0ca, 0xbf510015),
    +     TOBN(0x9fed7164, 0x80130dfa), TOBN(0x306dc2b5, 0x8a02dcf5),
    +     TOBN(0x48f06620, 0xfeb10fc0), TOBN(0x78d1e1d5, 0x5a57cf51),
    +     TOBN(0xadef8c5a, 0x192ef710), TOBN(0x88afbd4b, 0x3b7431f9),
    +     TOBN(0x7e1f7407, 0x64250c9e), TOBN(0x6e31318d, 0xb58bec07),
    +     TOBN(0xfd4fc4b8, 0x24f89b4e), TOBN(0x65a5dd88, 0x48c36a2a),
    +     TOBN(0x4f1eccff, 0xf024baa7), TOBN(0x22a21cf2, 0xcba94650),
    +     TOBN(0x95d29dee, 0x42a554f7), TOBN(0x828983a5, 0x002ec4ba),
    +     TOBN(0x8112a1f7, 0x8badb73d), TOBN(0x79ea8897, 0xa27c1839),
    +     TOBN(0x8969a5a7, 0xd065fd83), TOBN(0xf49af791, 0xb262a0bc),
    +     TOBN(0xfcdea8b6, 0xaf2b5127), TOBN(0x10e913e1, 0x564c2dbc),
    +     TOBN(0x51239d14, 0xbc21ef51), TOBN(0xe51c3ceb, 0x4ce57292),
    +     TOBN(0x795ff068, 0x47bbcc3b), TOBN(0x86b46e1e, 0xbd7e11e6),
    +     TOBN(0x0ea6ba23, 0x80041ef4), TOBN(0xd72fe505, 0x6262342e),
    +     TOBN(0x8abc6dfd, 0x31d294d4), TOBN(0xbbe017a2, 0x1278c2c9),
    +     TOBN(0xb1fcfa09, 0xb389328a), TOBN(0x322fbc62, 0xd01771b5),
    +     TOBN(0x04c0d063, 0x60b045bf), TOBN(0xdb652edc, 0x10e52d01),
    +     TOBN(0x50ef932c, 0x03ec6627), TOBN(0xde1b3b2d, 0xc1ee50e3),
    +     TOBN(0x5ab7bdc5, 0xdc37a90d), TOBN(0xfea67213, 0x31e33a96),
    +     TOBN(0x6482b5cb, 0x4f2999aa), TOBN(0x38476cc6, 0xb8cbf0dd),
    +     TOBN(0x93ebfacb, 0x173405bb), TOBN(0x15cdafe7, 0xe52369ec),
    +     TOBN(0xd42d5ba4, 0xd935b7db), TOBN(0x648b6004, 0x1c99a4cd),
    +     TOBN(0x785101bd, 0xa3b5545b), TOBN(0x4bf2c38a, 0x9dd67faf),
    +     TOBN(0xb1aadc63, 0x4442449c), TOBN(0xe0e9921a, 0x33ad4fb8),
    +     TOBN(0x5c552313, 0xaa686d82), TOBN(0xdee635fa, 0x465d866c),
    +     TOBN(0xbc3c224a, 0x18ee6e8a), TOBN(0xeed748a6, 0xed42e02f),
    +     TOBN(0xe70f930a, 0xd474cd08), TOBN(0x774ea6ec, 0xfff24adf),
    +     TOBN(0x03e2de1c, 0xf3480d4a), TOBN(0xf0d8edc7, 0xbc8acf1a),
    +     TOBN(0xf23e3303, 0x68295a9c), TOBN(0xfadd5f68, 0xc546a97d),
    +     TOBN(0x895597ad, 0x96f8acb1), TOBN(0xbddd49d5, 0x671bdae2),
    +     TOBN(0x16fcd528, 0x21dd43f4), TOBN(0xa5a45412, 0x6619141a)}
    +    ,
    +    {TOBN(0x8ce9b6bf, 0xc360e25a), TOBN(0xe6425195, 0x075a1a78),
    +     TOBN(0x9dc756a8, 0x481732f4), TOBN(0x83c0440f, 0x5432b57a),
    +     TOBN(0xc670b3f1, 0xd720281f), TOBN(0x2205910e, 0xd135e051),
    +     TOBN(0xded14b0e, 0xdb052be7), TOBN(0x697b3d27, 0xc568ea39),
    +     TOBN(0x2e599b9a, 0xfb3ff9ed), TOBN(0x28c2e0ab, 0x17f6515c),
    +     TOBN(0x1cbee4fd, 0x474da449), TOBN(0x071279a4, 0x4f364452),
    +     TOBN(0x97abff66, 0x01fbe855), TOBN(0x3ee394e8, 0x5fda51c4),
    +     TOBN(0x190385f6, 0x67597c0b), TOBN(0x6e9fccc6, 0xa27ee34b),
    +     TOBN(0x0b89de93, 0x14092ebb), TOBN(0xf17256bd, 0x428e240c),
    +     TOBN(0xcf89a7f3, 0x93d2f064), TOBN(0x4f57841e, 0xe1ed3b14),
    +     TOBN(0x4ee14405, 0xe708d855), TOBN(0x856aae72, 0x03f1c3d0),
    +     TOBN(0xc8e5424f, 0xbdd7eed5), TOBN(0x3333e4ef, 0x73ab4270),
    +     TOBN(0x3bc77ade, 0xdda492f8), TOBN(0xc11a3aea, 0x78297205),
    +     TOBN(0x5e89a3e7, 0x34931b4c), TOBN(0x17512e2e, 0x9f5694bb),
    +     TOBN(0x5dc349f3, 0x177bf8b6), TOBN(0x232ea4ba, 0x08c7ff3e),
    +     TOBN(0x9c4f9d16, 0xf511145d), TOBN(0xccf109a3, 0x33b379c3),
    +     TOBN(0xe75e7a88, 0xa1f25897), TOBN(0x7ac6961f, 0xa1b5d4d8),
    +     TOBN(0xe3e10773, 0x08f3ed5c), TOBN(0x208a54ec, 0x0a892dfb),
    +     TOBN(0xbe826e19, 0x78660710), TOBN(0x0cf70a97, 0x237df2c8),
    +     TOBN(0x418a7340, 0xed704da5), TOBN(0xa3eeb9a9, 0x08ca33fd),
    +     TOBN(0x49d96233, 0x169bca96), TOBN(0x04d286d4, 0x2da6aafb),
    +     TOBN(0xc09606ec, 0xa0c2fa94), TOBN(0x8869d0d5, 0x23ff0fb3),
    +     TOBN(0xa99937e5, 0xd0150d65), TOBN(0xa92e2503, 0x240c14c9),
    +     TOBN(0x656bf945, 0x108e2d49), TOBN(0x152a733a, 0xa2f59e2b),
    +     TOBN(0xb4323d58, 0x8434a920), TOBN(0xc0af8e93, 0x622103c5),
    +     TOBN(0x667518ef, 0x938dbf9a), TOBN(0xa1843073, 0x83a9cdf2),
    +     TOBN(0x350a94aa, 0x5447ab80), TOBN(0xe5e5a325, 0xc75a3d61),
    +     TOBN(0x74ba507f, 0x68411a9e), TOBN(0x10581fc1, 0x594f70c5),
    +     TOBN(0x60e28570, 0x80eb24a9), TOBN(0x7bedfb4d, 0x488e0cfd),
    +     TOBN(0x721ebbd7, 0xc259cdb8), TOBN(0x0b0da855, 0xbc6390a9),
    +     TOBN(0x2b4d04db, 0xde314c70), TOBN(0xcdbf1fbc, 0x6c32e846),
    +     TOBN(0x33833eab, 0xb162fc9e), TOBN(0x9939b48b, 0xb0dd3ab7),
    +     TOBN(0x5aaa98a7, 0xcb0c9c8c), TOBN(0x75105f30, 0x81c4375c),
    +     TOBN(0xceee5057, 0x5ef1c90f), TOBN(0xb31e065f, 0xc23a17bf),
    +     TOBN(0x5364d275, 0xd4b6d45a), TOBN(0xd363f3ad, 0x62ec8996),
    +     TOBN(0xb5d21239, 0x4391c65b), TOBN(0x84564765, 0xebb41b47),
    +     TOBN(0x20d18ecc, 0x37107c78), TOBN(0xacff3b6b, 0x570c2a66),
    +     TOBN(0x22f975d9, 0x9bd0d845), TOBN(0xef0a0c46, 0xba178fa0),
    +     TOBN(0x1a419651, 0x76b6028e), TOBN(0xc49ec674, 0x248612d4),
    +     TOBN(0x5b6ac4f2, 0x7338af55), TOBN(0x06145e62, 0x7bee5a36),
    +     TOBN(0x33e95d07, 0xe75746b5), TOBN(0x1c1e1f6d, 0xc40c78be),
    +     TOBN(0x967833ef, 0x222ff8e2), TOBN(0x4bedcf6a, 0xb49180ad),
    +     TOBN(0x6b37e9c1, 0x3d7a4c8a), TOBN(0x2748887c, 0x6ddfe760),
    +     TOBN(0xf7055123, 0xaa3a5bbc), TOBN(0x954ff225, 0x7bbb8e74),
    +     TOBN(0xc42b8ab1, 0x97c3dfb9), TOBN(0x55a549b0, 0xcf168154),
    +     TOBN(0xad6748e7, 0xc1b50692), TOBN(0x2775780f, 0x6fc5cbcb),
    +     TOBN(0x4eab80b8, 0xe1c9d7c8), TOBN(0x8c69dae1, 0x3fdbcd56),
    +     TOBN(0x47e6b4fb, 0x9969eace), TOBN(0x002f1085, 0xa705cb5a),
    +     TOBN(0x4e23ca44, 0x6d3fea55), TOBN(0xb4ae9c86, 0xf4810568),
    +     TOBN(0x47bfb91b, 0x2a62f27d), TOBN(0x60deb4c9, 0xd9bac28c),
    +     TOBN(0xa892d894, 0x7de6c34c), TOBN(0x4ee68259, 0x4494587d),
    +     TOBN(0x914ee14e, 0x1a3f8a5b), TOBN(0xbb113eaa, 0x28700385),
    +     TOBN(0x81ca03b9, 0x2115b4c9), TOBN(0x7c163d38, 0x8908cad1),
    +     TOBN(0xc912a118, 0xaa18179a), TOBN(0xe09ed750, 0x886e3081),
    +     TOBN(0xa676e3fa, 0x26f516ca), TOBN(0x753cacf7, 0x8e732f91),
    +     TOBN(0x51592aea, 0x833da8b4), TOBN(0xc626f42f, 0x4cbea8aa),
    +     TOBN(0xef9dc899, 0xa7b56eaf), TOBN(0x00c0e52c, 0x34ef7316),
    +     TOBN(0x5b1e4e24, 0xfe818a86), TOBN(0x9d31e20d, 0xc538be47),
    +     TOBN(0x22eb932d, 0x3ed68974), TOBN(0xe44bbc08, 0x7c4e87c4),
    +     TOBN(0x4121086e, 0x0dde9aef), TOBN(0x8e6b9cff, 0x134f4345),
    +     TOBN(0x96892c1f, 0x711b0eb9), TOBN(0xb905f2c8, 0x780ab954),
    +     TOBN(0xace26309, 0xa20792db), TOBN(0xec8ac9b3, 0x0684e126),
    +     TOBN(0x486ad8b6, 0xb40a2447), TOBN(0x60121fc1, 0x9fe3fb24),
    +     TOBN(0x5626fccf, 0x1a8e3b3f), TOBN(0x4e568622, 0x6ad1f394),
    +     TOBN(0xda7aae0d, 0x196aa5a1), TOBN(0xe0df8c77, 0x1041b5fb),
    +     TOBN(0x451465d9, 0x26b318b7), TOBN(0xc29b6e55, 0x7ab136e9),
    +     TOBN(0x2c2ab48b, 0x71148463), TOBN(0xb5738de3, 0x64454a76),
    +     TOBN(0x54ccf9a0, 0x5a03abe4), TOBN(0x377c0296, 0x0427d58e),
    +     TOBN(0x73f5f0b9, 0x2bb39c1f), TOBN(0x14373f2c, 0xe608d8c5),
    +     TOBN(0xdcbfd314, 0x00fbb805), TOBN(0xdf18fb20, 0x83afdcfb),
    +     TOBN(0x81a57f42, 0x42b3523f), TOBN(0xe958532d, 0x87f650fb),
    +     TOBN(0xaa8dc8b6, 0x8b0a7d7c), TOBN(0x1b75dfb7, 0x150166be),
    +     TOBN(0x90e4f7c9, 0x2d7d1413), TOBN(0x67e2d6b5, 0x9834f597),
    +     TOBN(0x4fd4f4f9, 0xa808c3e8), TOBN(0xaf8237e0, 0xd5281ec1),
    +     TOBN(0x25ab5fdc, 0x84687cee), TOBN(0xc5ded6b1, 0xa5b26c09),
    +     TOBN(0x8e4a5aec, 0xc8ea7650), TOBN(0x23b73e5c, 0x14cc417f),
    +     TOBN(0x2bfb4318, 0x3037bf52), TOBN(0xb61e6db5, 0x78c725d7),
    +     TOBN(0x8efd4060, 0xbbb3e5d7), TOBN(0x2e014701, 0xdbac488e),
    +     TOBN(0xac75cf9a, 0x360aa449), TOBN(0xb70cfd05, 0x79634d08),
    +     TOBN(0xa591536d, 0xfffb15ef), TOBN(0xb2c37582, 0xd07c106c),
    +     TOBN(0xb4293fdc, 0xf50225f9), TOBN(0xc52e175c, 0xb0e12b03),
    +     TOBN(0xf649c3ba, 0xd0a8bf64), TOBN(0x745a8fef, 0xeb8ae3c6),
    +     TOBN(0x30d7e5a3, 0x58321bc3), TOBN(0xb1732be7, 0x0bc4df48),
    +     TOBN(0x1f217993, 0xe9ea5058), TOBN(0xf7a71cde, 0x3e4fd745),
    +     TOBN(0x86cc533e, 0x894c5bbb), TOBN(0x6915c7d9, 0x69d83082),
    +     TOBN(0xa6aa2d05, 0x5815c244), TOBN(0xaeeee592, 0x49b22ce5),
    +     TOBN(0x89e39d13, 0x78135486), TOBN(0x3a275c1f, 0x16b76f2f),
    +     TOBN(0xdb6bcc1b, 0xe036e8f5), TOBN(0x4df69b21, 0x5e4709f5),
    +     TOBN(0xa188b250, 0x2d0f39aa), TOBN(0x622118bb, 0x15a85947),
    +     TOBN(0x2ebf520f, 0xfde0f4fa), TOBN(0xa40e9f29, 0x4860e539),
    +     TOBN(0x7b6a51eb, 0x22b57f0f), TOBN(0x849a33b9, 0x7e80644a),
    +     TOBN(0x50e5d16f, 0x1cf095fe), TOBN(0xd754b54e, 0xec55f002),
    +     TOBN(0x5cfbbb22, 0x236f4a98), TOBN(0x0b0c59e9, 0x066800bb),
    +     TOBN(0x4ac69a8f, 0x5a9a7774), TOBN(0x2b33f804, 0xd6bec948),
    +     TOBN(0xb3729295, 0x32e6c466), TOBN(0x68956d0f, 0x4e599c73),
    +     TOBN(0xa47a249f, 0x155c31cc), TOBN(0x24d80f0d, 0xe1ce284e),
    +     TOBN(0xcd821dfb, 0x988baf01), TOBN(0xe6331a7d, 0xdbb16647),
    +     TOBN(0x1eb8ad33, 0x094cb960), TOBN(0x593cca38, 0xc91bbca5),
    +     TOBN(0x384aac8d, 0x26567456), TOBN(0x40fa0309, 0xc04b6490),
    +     TOBN(0x97834cd6, 0xdab6c8f6), TOBN(0x68a7318d, 0x3f91e55f),
    +     TOBN(0xa00fd04e, 0xfc4d3157), TOBN(0xb56f8ab2, 0x2bf3bdea),
    +     TOBN(0x014f5648, 0x4fa57172), TOBN(0x948c5860, 0x450abdb3),
    +     TOBN(0x342b5df0, 0x0ebd4f08), TOBN(0x3e5168cd, 0x0e82938e),
    +     TOBN(0x7aedc1ce, 0xb0df5dd0), TOBN(0x6bbbc6d9, 0xe5732516),
    +     TOBN(0xc7bfd486, 0x605daaa6), TOBN(0x46fd72b7, 0xbb9a6c9e),
    +     TOBN(0xe4847fb1, 0xa124fb89), TOBN(0x75959cbd, 0xa2d8ffbc),
    +     TOBN(0x42579f65, 0xc8a588ee), TOBN(0x368c92e6, 0xb80b499d),
    +     TOBN(0xea4ef6cd, 0x999a5df1), TOBN(0xaa73bb7f, 0x936fe604),
    +     TOBN(0xf347a70d, 0x6457d188), TOBN(0x86eda86b, 0x8b7a388b),
    +     TOBN(0xb7cdff06, 0x0ccd6013), TOBN(0xbeb1b6c7, 0xd0053fb2),
    +     TOBN(0x0b022387, 0x99240a9f), TOBN(0x1bbb384f, 0x776189b2),
    +     TOBN(0x8695e71e, 0x9066193a), TOBN(0x2eb50097, 0x06ffac7e),
    +     TOBN(0x0654a9c0, 0x4a7d2caa), TOBN(0x6f3fb3d1, 0xa5aaa290),
    +     TOBN(0x835db041, 0xff476e8f), TOBN(0x540b8b0b, 0xc42295e4),
    +     TOBN(0xa5c73ac9, 0x05e214f5), TOBN(0x9a74075a, 0x56a0b638),
    +     TOBN(0x2e4b1090, 0xce9e680b), TOBN(0x57a5b479, 0x6b8d9afa),
    +     TOBN(0x0dca48e7, 0x26bfe65c), TOBN(0x097e391c, 0x7290c307),
    +     TOBN(0x683c462e, 0x6669e72e), TOBN(0xf505be1e, 0x062559ac),
    +     TOBN(0x5fbe3ea1, 0xe3a3035a), TOBN(0x6431ebf6, 0x9cd50da8),
    +     TOBN(0xfd169d5c, 0x1f6407f2), TOBN(0x8d838a95, 0x60fce6b8),
    +     TOBN(0x2a2bfa7f, 0x650006f0), TOBN(0xdfd7dad3, 0x50c0fbb2),
    +     TOBN(0x92452495, 0xccf9ad96), TOBN(0x183bf494, 0xd95635f9),
    +     TOBN(0x02d5df43, 0x4a7bd989), TOBN(0x505385cc, 0xa5431095),
    +     TOBN(0xdd98e67d, 0xfd43f53e), TOBN(0xd61e1a6c, 0x500c34a9),
    +     TOBN(0x5a4b46c6, 0x4a8a3d62), TOBN(0x8469c4d0, 0x247743d2),
    +     TOBN(0x2bb3a13d, 0x88f7e433), TOBN(0x62b23a10, 0x01be5849),
    +     TOBN(0xe83596b4, 0xa63d1a4c), TOBN(0x454e7fea, 0x7d183f3e),
    +     TOBN(0x643fce61, 0x17afb01c), TOBN(0x4e65e5e6, 0x1c4c3638),
    +     TOBN(0x41d85ea1, 0xef74c45b), TOBN(0x2cfbfa66, 0xae328506),
    +     TOBN(0x98b078f5, 0x3ada7da9), TOBN(0xd985fe37, 0xec752fbb),
    +     TOBN(0xeece68fe, 0x5a0148b4), TOBN(0x6f9a55c7, 0x2d78136d),
    +     TOBN(0x232dccc4, 0xd2b729ce), TOBN(0xa27e0dfd, 0x90aafbc4),
    +     TOBN(0x96474452, 0x12b4603e), TOBN(0xa876c551, 0x6b706d14),
    +     TOBN(0xdf145fcf, 0x69a9d412), TOBN(0xe2ab75b7, 0x2d479c34),
    +     TOBN(0x12df9a76, 0x1a23ff97), TOBN(0xc6138992, 0x5d359d10),
    +     TOBN(0x6e51c7ae, 0xfa835f22), TOBN(0x69a79cb1, 0xc0fcc4d9),
    +     TOBN(0xf57f350d, 0x594cc7e1), TOBN(0x3079ca63, 0x3350ab79),
    +     TOBN(0x226fb614, 0x9aff594a), TOBN(0x35afec02, 0x6d59a62b),
    +     TOBN(0x9bee46f4, 0x06ed2c6e), TOBN(0x58da1735, 0x7d939a57),
    +     TOBN(0x44c50402, 0x8fd1797e), TOBN(0xd8853e7c, 0x5ccea6ca),
    +     TOBN(0x4065508d, 0xa35fcd5f), TOBN(0x8965df8c, 0x495ccaeb),
    +     TOBN(0x0f2da850, 0x12e1a962), TOBN(0xee471b94, 0xc1cf1cc4),
    +     TOBN(0xcef19bc8, 0x0a08fb75), TOBN(0x704958f5, 0x81de3591),
    +     TOBN(0x2867f8b2, 0x3aef4f88), TOBN(0x8d749384, 0xea9f9a5f),
    +     TOBN(0x1b385537, 0x8c9049f4), TOBN(0x5be948f3, 0x7b92d8b6),
    +     TOBN(0xd96f725d, 0xb6e2bd6b), TOBN(0x37a222bc, 0x958c454d),
    +     TOBN(0xe7c61abb, 0x8809bf61), TOBN(0x46f07fbc, 0x1346f18d),
    +     TOBN(0xfb567a7a, 0xe87c0d1c), TOBN(0x84a461c8, 0x7ef3d07a),
    +     TOBN(0x0a5adce6, 0xd9278d98), TOBN(0x24d94813, 0x9dfc73e1),
    +     TOBN(0x4f3528b6, 0x054321c3), TOBN(0x2e03fdde, 0x692ea706),
    +     TOBN(0x10e60619, 0x47b533c0), TOBN(0x1a8bc73f, 0x2ca3c055),
    +     TOBN(0xae58d4b2, 0x1bb62b8f), TOBN(0xb2045a73, 0x584a24e3),
    +     TOBN(0x3ab3d5af, 0xbd76e195), TOBN(0x478dd1ad, 0x6938a810),
    +     TOBN(0x6ffab393, 0x6ee3d5cb), TOBN(0xdfb693db, 0x22b361e4),
    +     TOBN(0xf9694496, 0x51dbf1a7), TOBN(0xcab4b4ef, 0x08a2e762),
    +     TOBN(0xe8c92f25, 0xd39bba9a), TOBN(0x850e61bc, 0xf1464d96),
    +     TOBN(0xb7e830e3, 0xdc09508b), TOBN(0xfaf6d2cf, 0x74317655),
    +     TOBN(0x72606ceb, 0xdf690355), TOBN(0x48bb92b3, 0xd0c3ded6),
    +     TOBN(0x65b75484, 0x5c7cf892), TOBN(0xf6cd7ac9, 0xd5d5f01f),
    +     TOBN(0xc2c30a59, 0x96401d69), TOBN(0x91268650, 0xed921878),
    +     TOBN(0x380bf913, 0xb78c558f), TOBN(0x43c0baeb, 0xc8afdaa9),
    +     TOBN(0x377f61d5, 0x54f169d3), TOBN(0xf8da07e3, 0xae5ff20b),
    +     TOBN(0xb676c49d, 0xa8a90ea8), TOBN(0x81c1ff2b, 0x83a29b21),
    +     TOBN(0x383297ac, 0x2ad8d276), TOBN(0x3001122f, 0xba89f982),
    +     TOBN(0xe1d794be, 0x6718e448), TOBN(0x246c1482, 0x7c3e6e13),
    +     TOBN(0x56646ef8, 0x5d26b5ef), TOBN(0x80f5091e, 0x88069cdd),
    +     TOBN(0xc5992e2f, 0x724bdd38), TOBN(0x02e915b4, 0x8471e8c7),
    +     TOBN(0x96ff320a, 0x0d0ff2a9), TOBN(0xbf886487, 0x4384d1a0),
    +     TOBN(0xbbe1e6a6, 0xc93f72d6), TOBN(0xd5f75d12, 0xcad800ea),
    +     TOBN(0xfa40a09f, 0xe7acf117), TOBN(0x32c8cdd5, 0x7581a355),
    +     TOBN(0x74221992, 0x7023c499), TOBN(0xa8afe5d7, 0x38ec3901),
    +     TOBN(0x5691afcb, 0xa90e83f0), TOBN(0x41bcaa03, 0x0b8f8eac),
    +     TOBN(0xe38b5ff9, 0x8d2668d5), TOBN(0x0715281a, 0x7ad81965),
    +     TOBN(0x1bc8fc7c, 0x03c6ce11), TOBN(0xcbbee6e2, 0x8b650436),
    +     TOBN(0x06b00fe8, 0x0cdb9808), TOBN(0x17d6e066, 0xfe3ed315),
    +     TOBN(0x2e9d38c6, 0x4d0b5018), TOBN(0xab8bfd56, 0x844dcaef),
    +     TOBN(0x42894a59, 0x513aed8b), TOBN(0xf77f3b6d, 0x314bd07a),
    +     TOBN(0xbbdecb8f, 0x8e42b582), TOBN(0xf10e2fa8, 0xd2390fe6),
    +     TOBN(0xefb95022, 0x62a2f201), TOBN(0x4d59ea50, 0x50ee32b0),
    +     TOBN(0xd87f7728, 0x6da789a8), TOBN(0xcf98a2cf, 0xf79492c4),
    +     TOBN(0xf9577239, 0x720943c2), TOBN(0xba044cf5, 0x3990b9d0),
    +     TOBN(0x5aa8e823, 0x95f2884a), TOBN(0x834de6ed, 0x0278a0af),
    +     TOBN(0xc8e1ee9a, 0x5f25bd12), TOBN(0x9259ceaa, 0x6f7ab271),
    +     TOBN(0x7e6d97a2, 0x77d00b76), TOBN(0x5c0c6eea, 0xa437832a),
    +     TOBN(0x5232c20f, 0x5606b81d), TOBN(0xabd7b375, 0x0d991ee5),
    +     TOBN(0x4d2bfe35, 0x8632d951), TOBN(0x78f85146, 0x98ed9364),
    +     TOBN(0x951873f0, 0xf30c3282), TOBN(0x0da8ac80, 0xa789230b),
    +     TOBN(0x3ac7789c, 0x5398967f), TOBN(0xa69b8f7f, 0xbdda0fb5),
    +     TOBN(0xe5db7717, 0x6add8545), TOBN(0x1b71cb66, 0x72c49b66),
    +     TOBN(0xd8560739, 0x68421d77), TOBN(0x03840fe8, 0x83e3afea),
    +     TOBN(0xb391dad5, 0x1ec69977), TOBN(0xae243fb9, 0x307f6726),
    +     TOBN(0xc88ac87b, 0xe8ca160c), TOBN(0x5174cced, 0x4ce355f4),
    +     TOBN(0x98a35966, 0xe58ba37d), TOBN(0xfdcc8da2, 0x7817335d),
    +     TOBN(0x5b752830, 0x83fbc7bf), TOBN(0x68e419d4, 0xd9c96984),
    +     TOBN(0x409a39f4, 0x02a40380), TOBN(0x88940faf, 0x1fe977bc),
    +     TOBN(0xc640a94b, 0x8f8edea6), TOBN(0x1e22cd17, 0xed11547d),
    +     TOBN(0xe28568ce, 0x59ffc3e2), TOBN(0x60aa1b55, 0xc1dee4e7),
    +     TOBN(0xc67497c8, 0x837cb363), TOBN(0x06fb438a, 0x105a2bf2),
    +     TOBN(0x30357ec4, 0x500d8e20), TOBN(0x1ad9095d, 0x0670db10),
    +     TOBN(0x7f589a05, 0xc73b7cfd), TOBN(0xf544607d, 0x880d6d28),
    +     TOBN(0x17ba93b1, 0xa20ef103), TOBN(0xad859130, 0x6ba6577b),
    +     TOBN(0x65c91cf6, 0x6fa214a0), TOBN(0xd7d49c6c, 0x27990da5),
    +     TOBN(0xecd9ec8d, 0x20bb569d), TOBN(0xbd4b2502, 0xeeffbc33),
    +     TOBN(0x2056ca5a, 0x6bed0467), TOBN(0x7916a1f7, 0x5b63728c),
    +     TOBN(0xd4f9497d, 0x53a4f566), TOBN(0x89734664, 0x97b56810),
    +     TOBN(0xf8e1da74, 0x0494a621), TOBN(0x82546a93, 0x8d011c68),
    +     TOBN(0x1f3acb19, 0xc61ac162), TOBN(0x52f8fa9c, 0xabad0d3e),
    +     TOBN(0x15356523, 0xb4b7ea43), TOBN(0x5a16ad61, 0xae608125),
    +     TOBN(0xb0bcb87f, 0x4faed184), TOBN(0x5f236b1d, 0x5029f45f),
    +     TOBN(0xd42c7607, 0x0bc6b1fc), TOBN(0xc644324e, 0x68aefce3),
    +     TOBN(0x8e191d59, 0x5c5d8446), TOBN(0xc0208077, 0x13ae1979),
    +     TOBN(0xadcaee55, 0x3ba59cc7), TOBN(0x20ed6d6b, 0xa2cb81ba),
    +     TOBN(0x0952ba19, 0xb6efcffc), TOBN(0x60f12d68, 0x97c0b87c),
    +     TOBN(0x4ee2c7c4, 0x9caa30bc), TOBN(0x767238b7, 0x97fbff4e),
    +     TOBN(0xebc73921, 0x501b5d92), TOBN(0x3279e3df, 0xc2a37737),
    +     TOBN(0x9fc12bc8, 0x6d197543), TOBN(0xfa94dc6f, 0x0a40db4e),
    +     TOBN(0x7392b41a, 0x530ccbbd), TOBN(0x87c82146, 0xea823525),
    +     TOBN(0xa52f984c, 0x05d98d0c), TOBN(0x2ae57d73, 0x5ef6974c),
    +     TOBN(0x9377f7bf, 0x3042a6dd), TOBN(0xb1a007c0, 0x19647a64),
    +     TOBN(0xfaa9079a, 0x0cca9767), TOBN(0x3d81a25b, 0xf68f72d5),
    +     TOBN(0x752067f8, 0xff81578e), TOBN(0x78622150, 0x9045447d),
    +     TOBN(0xc0c22fcf, 0x0505aa6f), TOBN(0x1030f0a6, 0x6bed1c77),
    +     TOBN(0x31f29f15, 0x1f0bd739), TOBN(0x2d7989c7, 0xe6debe85),
    +     TOBN(0x5c070e72, 0x8e677e98), TOBN(0x0a817bd3, 0x06e81fd5),
    +     TOBN(0xc110d830, 0xb0f2ac95), TOBN(0x48d0995a, 0xab20e64e),
    +     TOBN(0x0f3e00e1, 0x7729cd9a), TOBN(0x2a570c20, 0xdd556946),
    +     TOBN(0x912dbcfd, 0x4e86214d), TOBN(0x2d014ee2, 0xcf615498),
    +     TOBN(0x55e2b1e6, 0x3530d76e), TOBN(0xc5135ae4, 0xfd0fd6d1),
    +     TOBN(0x0066273a, 0xd4f3049f), TOBN(0xbb8e9893, 0xe7087477),
    +     TOBN(0x2dba1ddb, 0x14c6e5fd), TOBN(0xdba37886, 0x51f57e6c),
    +     TOBN(0x5aaee0a6, 0x5a72f2cf), TOBN(0x1208bfbf, 0x7bea5642),
    +     TOBN(0xf5c6aa3b, 0x67872c37), TOBN(0xd726e083, 0x43f93224),
    +     TOBN(0x1854daa5, 0x061f1658), TOBN(0xc0016df1, 0xdf0cd2b3),
    +     TOBN(0xc2a3f23e, 0x833d50de), TOBN(0x73b681d2, 0xbbbd3017),
    +     TOBN(0x2f046dc4, 0x3ac343c0), TOBN(0x9c847e7d, 0x85716421),
    +     TOBN(0xe1e13c91, 0x0917eed4), TOBN(0x3fc9eebd, 0x63a1b9c6),
    +     TOBN(0x0f816a72, 0x7fe02299), TOBN(0x6335ccc2, 0x294f3319),
    +     TOBN(0x3820179f, 0x4745c5be), TOBN(0xe647b782, 0x922f066e),
    +     TOBN(0xc22e49de, 0x02cafb8a), TOBN(0x299bc2ff, 0xfcc2eccc),
    +     TOBN(0x9a8feea2, 0x6e0e8282), TOBN(0xa627278b, 0xfe893205),
    +     TOBN(0xa7e19733, 0x7933e47b), TOBN(0xf4ff6b13, 0x2e766402),
    +     TOBN(0xa4d8be0a, 0x98440d9f), TOBN(0x658f5c2f, 0x38938808),
    +     TOBN(0x90b75677, 0xc95b3b3e), TOBN(0xfa044269, 0x3137b6ff),
    +     TOBN(0x077b039b, 0x43c47c29), TOBN(0xcca95dd3, 0x8a6445b2),
    +     TOBN(0x0b498ba4, 0x2333fc4c), TOBN(0x274f8e68, 0xf736a1b1),
    +     TOBN(0x6ca348fd, 0x5f1d4b2e), TOBN(0x24d3be78, 0xa8f10199),
    +     TOBN(0x8535f858, 0xca14f530), TOBN(0xa6e7f163, 0x5b982e51),
    +     TOBN(0x847c8512, 0x36e1bf62), TOBN(0xf6a7c58e, 0x03448418),
    +     TOBN(0x583f3703, 0xf9374ab6), TOBN(0x864f9195, 0x6e564145),
    +     TOBN(0x33bc3f48, 0x22526d50), TOBN(0x9f323c80, 0x1262a496),
    +     TOBN(0xaa97a7ae, 0x3f046a9a), TOBN(0x70da183e, 0xdf8a039a),
    +     TOBN(0x5b68f71c, 0x52aa0ba6), TOBN(0x9be0fe51, 0x21459c2d),
    +     TOBN(0xc1e17eb6, 0xcbc613e5), TOBN(0x33131d55, 0x497ea61c),
    +     TOBN(0x2f69d39e, 0xaf7eded5), TOBN(0x73c2f434, 0xde6af11b),
    +     TOBN(0x4ca52493, 0xa4a375fa), TOBN(0x5f06787c, 0xb833c5c2),
    +     TOBN(0x814e091f, 0x3e6e71cf), TOBN(0x76451f57, 0x8b746666)}
    +    ,
    +    {TOBN(0x80f9bdef, 0x694db7e0), TOBN(0xedca8787, 0xb9fcddc6),
    +     TOBN(0x51981c34, 0x03b8dce1), TOBN(0x4274dcf1, 0x70e10ba1),
    +     TOBN(0xf72743b8, 0x6def6d1a), TOBN(0xd25b1670, 0xebdb1866),
    +     TOBN(0xc4491e8c, 0x050c6f58), TOBN(0x2be2b2ab, 0x87fbd7f5),
    +     TOBN(0x3e0e5c9d, 0xd111f8ec), TOBN(0xbcc33f8d, 0xb7c4e760),
    +     TOBN(0x702f9a91, 0xbd392a51), TOBN(0x7da4a795, 0xc132e92d),
    +     TOBN(0x1a0b0ae3, 0x0bb1151b), TOBN(0x54febac8, 0x02e32251),
    +     TOBN(0xea3a5082, 0x694e9e78), TOBN(0xe58ffec1, 0xe4fe40b8),
    +     TOBN(0xf85592fc, 0xd1e0cf9e), TOBN(0xdea75f0d, 0xc0e7b2e8),
    +     TOBN(0xc04215cf, 0xc135584e), TOBN(0x174fc727, 0x2f57092a),
    +     TOBN(0xe7277877, 0xeb930bea), TOBN(0x504caccb, 0x5eb02a5a),
    +     TOBN(0xf9fe08f7, 0xf5241b9b), TOBN(0xe7fb62f4, 0x8d5ca954),
    +     TOBN(0xfbb8349d, 0x29c4120b), TOBN(0x9f94391f, 0xc0d0d915),
    +     TOBN(0xc4074fa7, 0x5410ba51), TOBN(0xa66adbf6, 0x150a5911),
    +     TOBN(0xc164543c, 0x34bfca38), TOBN(0xe0f27560, 0xb9e1ccfc),
    +     TOBN(0x99da0f53, 0xe820219c), TOBN(0xe8234498, 0xc6b4997a),
    +     TOBN(0xcfb88b76, 0x9d4c5423), TOBN(0x9e56eb10, 0xb0521c49),
    +     TOBN(0x418e0b5e, 0xbe8700a1), TOBN(0x00cbaad6, 0xf93cb58a),
    +     TOBN(0xe923fbde, 0xd92a5e67), TOBN(0xca4979ac, 0x1f347f11),
    +     TOBN(0x89162d85, 0x6bc0585b), TOBN(0xdd6254af, 0xac3c70e3),
    +     TOBN(0x7b23c513, 0x516e19e4), TOBN(0x56e2e847, 0xc5c4d593),
    +     TOBN(0x9f727d73, 0x5ce71ef6), TOBN(0x5b6304a6, 0xf79a44c5),
    +     TOBN(0x6638a736, 0x3ab7e433), TOBN(0x1adea470, 0xfe742f83),
    +     TOBN(0xe054b854, 0x5b7fc19f), TOBN(0xf935381a, 0xba1d0698),
    +     TOBN(0x546eab2d, 0x799e9a74), TOBN(0x96239e0e, 0xa949f729),
    +     TOBN(0xca274c6b, 0x7090055a), TOBN(0x835142c3, 0x9020c9b0),
    +     TOBN(0xa405667a, 0xa2e8807f), TOBN(0x29f2c085, 0x1aa3d39e),
    +     TOBN(0xcc555d64, 0x42fc72f5), TOBN(0xe856e0e7, 0xfbeacb3c),
    +     TOBN(0xb5504f9d, 0x918e4936), TOBN(0x65035ef6, 0xb2513982),
    +     TOBN(0x0553a0c2, 0x6f4d9cb9), TOBN(0x6cb10d56, 0xbea85509),
    +     TOBN(0x48d957b7, 0xa242da11), TOBN(0x16a4d3dd, 0x672b7268),
    +     TOBN(0x3d7e637c, 0x8502a96b), TOBN(0x27c7032b, 0x730d463b),
    +     TOBN(0xbdc02b18, 0xe4136a14), TOBN(0xbacf969d, 0x678e32bf),
    +     TOBN(0xc98d89a3, 0xdd9c3c03), TOBN(0x7b92420a, 0x23becc4f),
    +     TOBN(0xd4b41f78, 0xc64d565c), TOBN(0x9f969d00, 0x10f28295),
    +     TOBN(0xec7f7f76, 0xb13d051a), TOBN(0x08945e1e, 0xa92da585),
    +     TOBN(0x55366b7d, 0x5846426f), TOBN(0xe7d09e89, 0x247d441d),
    +     TOBN(0x510b404d, 0x736fbf48), TOBN(0x7fa003d0, 0xe784bd7d),
    +     TOBN(0x25f7614f, 0x17fd9596), TOBN(0x49e0e0a1, 0x35cb98db),
    +     TOBN(0x2c65957b, 0x2e83a76a), TOBN(0x5d40da8d, 0xcddbe0f8),
    +     TOBN(0xf2b8c405, 0x050bad24), TOBN(0x8918426d, 0xc2aa4823),
    +     TOBN(0x2aeab3dd, 0xa38365a7), TOBN(0x72031717, 0x7c91b690),
    +     TOBN(0x8b00d699, 0x60a94120), TOBN(0x478a255d, 0xe99eaeec),
    +     TOBN(0xbf656a5f, 0x6f60aafd), TOBN(0xdfd7cb75, 0x5dee77b3),
    +     TOBN(0x37f68bb4, 0xa595939d), TOBN(0x03556479, 0x28740217),
    +     TOBN(0x8e740e7c, 0x84ad7612), TOBN(0xd89bc843, 0x9044695f),
    +     TOBN(0xf7f3da5d, 0x85a9184d), TOBN(0x562563bb, 0x9fc0b074),
    +     TOBN(0x06d2e6aa, 0xf88a888e), TOBN(0x612d8643, 0x161fbe7c),
    +     TOBN(0x465edba7, 0xf64085e7), TOBN(0xb230f304, 0x29aa8511),
    +     TOBN(0x53388426, 0xcda2d188), TOBN(0x90885735, 0x4b666649),
    +     TOBN(0x6f02ff9a, 0x652f54f6), TOBN(0x65c82294, 0x5fae2bf0),
    +     TOBN(0x7816ade0, 0x62f5eee3), TOBN(0xdcdbdf43, 0xfcc56d70),
    +     TOBN(0x9fb3bba3, 0x54530bb2), TOBN(0xbde3ef77, 0xcb0869ea),
    +     TOBN(0x89bc9046, 0x0b431163), TOBN(0x4d03d7d2, 0xe4819a35),
    +     TOBN(0x33ae4f9e, 0x43b6a782), TOBN(0x216db307, 0x9c88a686),
    +     TOBN(0x91dd88e0, 0x00ffedd9), TOBN(0xb280da9f, 0x12bd4840),
    +     TOBN(0x32a7cb8a, 0x1635e741), TOBN(0xfe14008a, 0x78be02a7),
    +     TOBN(0x3fafb334, 0x1b7ae030), TOBN(0x7fd508e7, 0x5add0ce9),
    +     TOBN(0x72c83219, 0xd607ad51), TOBN(0x0f229c0a, 0x8d40964a),
    +     TOBN(0x1be2c336, 0x1c878da2), TOBN(0xe0c96742, 0xeab2ab86),
    +     TOBN(0x458f8691, 0x3e538cd7), TOBN(0xa7001f6c, 0x8e08ad53),
    +     TOBN(0x52b8c6e6, 0xbf5d15ff), TOBN(0x548234a4, 0x011215dd),
    +     TOBN(0xff5a9d2d, 0x3d5b4045), TOBN(0xb0ffeeb6, 0x4a904190),
    +     TOBN(0x55a3aca4, 0x48607f8b), TOBN(0x8cbd665c, 0x30a0672a),
    +     TOBN(0x87f834e0, 0x42583068), TOBN(0x02da2aeb, 0xf3f6e683),
    +     TOBN(0x6b763e5d, 0x05c12248), TOBN(0x7230378f, 0x65a8aefc),
    +     TOBN(0x93bd80b5, 0x71e8e5ca), TOBN(0x53ab041c, 0xb3b62524),
    +     TOBN(0x1b860513, 0x6c9c552e), TOBN(0xe84d402c, 0xd5524e66),
    +     TOBN(0xa37f3573, 0xf37f5937), TOBN(0xeb0f6c7d, 0xd1e4fca5),
    +     TOBN(0x2965a554, 0xac8ab0fc), TOBN(0x17fbf56c, 0x274676ac),
    +     TOBN(0x2e2f6bd9, 0xacf7d720), TOBN(0x41fc8f88, 0x10224766),
    +     TOBN(0x517a14b3, 0x85d53bef), TOBN(0xdae327a5, 0x7d76a7d1),
    +     TOBN(0x6ad0a065, 0xc4818267), TOBN(0x33aa189b, 0x37c1bbc1),
    +     TOBN(0x64970b52, 0x27392a92), TOBN(0x21699a1c, 0x2d1535ea),
    +     TOBN(0xcd20779c, 0xc2d7a7fd), TOBN(0xe3186059, 0x99c83cf2),
    +     TOBN(0x9b69440b, 0x72c0b8c7), TOBN(0xa81497d7, 0x7b9e0e4d),
    +     TOBN(0x515d5c89, 0x1f5f82dc), TOBN(0x9a7f67d7, 0x6361079e),
    +     TOBN(0xa8da81e3, 0x11a35330), TOBN(0xe44990c4, 0x4b18be1b),
    +     TOBN(0xc7d5ed95, 0xaf103e59), TOBN(0xece8aba7, 0x8dac9261),
    +     TOBN(0xbe82b099, 0x9394b8d3), TOBN(0x6830f09a, 0x16adfe83),
    +     TOBN(0x250a29b4, 0x88172d01), TOBN(0x8b20bd65, 0xcaff9e02),
    +     TOBN(0xb8a7661e, 0xe8a6329a), TOBN(0x4520304d, 0xd3fce920),
    +     TOBN(0xae45da1f, 0x2b47f7ef), TOBN(0xe07f5288, 0x5bffc540),
    +     TOBN(0xf7997009, 0x3464f874), TOBN(0x2244c2cd, 0xa6fa1f38),
    +     TOBN(0x43c41ac1, 0x94d7d9b1), TOBN(0x5bafdd82, 0xc82e7f17),
    +     TOBN(0xdf0614c1, 0x5fda0fca), TOBN(0x74b043a7, 0xa8ae37ad),
    +     TOBN(0x3ba6afa1, 0x9e71734c), TOBN(0x15d5437e, 0x9c450f2e),
    +     TOBN(0x4a5883fe, 0x67e242b1), TOBN(0x5143bdc2, 0x2c1953c2),
    +     TOBN(0x542b8b53, 0xfc5e8920), TOBN(0x363bf9a8, 0x9a9cee08),
    +     TOBN(0x02375f10, 0xc3486e08), TOBN(0x2037543b, 0x8c5e70d2),
    +     TOBN(0x7109bccc, 0x625640b4), TOBN(0xcbc1051e, 0x8bc62c3b),
    +     TOBN(0xf8455fed, 0x803f26ea), TOBN(0x6badceab, 0xeb372424),
    +     TOBN(0xa2a9ce7c, 0x6b53f5f9), TOBN(0x64246595, 0x1b176d99),
    +     TOBN(0xb1298d36, 0xb95c081b), TOBN(0x53505bb8, 0x1d9a9ee6),
    +     TOBN(0x3f6f9e61, 0xf2ba70b0), TOBN(0xd07e16c9, 0x8afad453),
    +     TOBN(0x9f1694bb, 0xe7eb4a6a), TOBN(0xdfebced9, 0x3cb0bc8e),
    +     TOBN(0x92d3dcdc, 0x53868c8b), TOBN(0x174311a2, 0x386107a6),
    +     TOBN(0x4109e07c, 0x689b4e64), TOBN(0x30e4587f, 0x2df3dcb6),
    +     TOBN(0x841aea31, 0x0811b3b2), TOBN(0x6144d41d, 0x0cce43ea),
    +     TOBN(0x464c4581, 0x2a9a7803), TOBN(0xd03d371f, 0x3e158930),
    +     TOBN(0xc676d7f2, 0xb1f3390b), TOBN(0x9f7a1b8c, 0xa5b61272),
    +     TOBN(0x4ebebfc9, 0xc2e127a9), TOBN(0x4602500c, 0x5dd997bf),
    +     TOBN(0x7f09771c, 0x4711230f), TOBN(0x058eb37c, 0x020f09c1),
    +     TOBN(0xab693d4b, 0xfee5e38b), TOBN(0x9289eb1f, 0x4653cbc0),
    +     TOBN(0xbecf46ab, 0xd51b9cf5), TOBN(0xd2aa9c02, 0x9f0121af),
    +     TOBN(0x36aaf7d2, 0xe90dc274), TOBN(0x909e4ea0, 0x48b95a3c),
    +     TOBN(0xe6b70496, 0x6f32dbdb), TOBN(0x672188a0, 0x8b030b3e),
    +     TOBN(0xeeffe5b3, 0xcfb617e2), TOBN(0x87e947de, 0x7c82709e),
    +     TOBN(0xa44d2b39, 0x1770f5a7), TOBN(0xe4d4d791, 0x0e44eb82),
    +     TOBN(0x42e69d1e, 0x3f69712a), TOBN(0xbf11c4d6, 0xac6a820e),
    +     TOBN(0xb5e7f3e5, 0x42c4224c), TOBN(0xd6b4e81c, 0x449d941c),
    +     TOBN(0x5d72bd16, 0x5450e878), TOBN(0x6a61e28a, 0xee25ac54),
    +     TOBN(0x33272094, 0xe6f1cd95), TOBN(0x7512f30d, 0x0d18673f),
    +     TOBN(0x32f7a4ca, 0x5afc1464), TOBN(0x2f095656, 0x6bbb977b),
    +     TOBN(0x586f47ca, 0xa8226200), TOBN(0x02c868ad, 0x1ac07369),
    +     TOBN(0x4ef2b845, 0xc613acbe), TOBN(0x43d7563e, 0x0386054c),
    +     TOBN(0x54da9dc7, 0xab952578), TOBN(0xb5423df2, 0x26e84d0b),
    +     TOBN(0xa8b64eeb, 0x9b872042), TOBN(0xac205782, 0x5990f6df),
    +     TOBN(0x4ff696eb, 0x21f4c77a), TOBN(0x1a79c3e4, 0xaab273af),
    +     TOBN(0x29bc922e, 0x9436b3f1), TOBN(0xff807ef8, 0xd6d9a27a),
    +     TOBN(0x82acea3d, 0x778f22a0), TOBN(0xfb10b2e8, 0x5b5e7469),
    +     TOBN(0xc0b16980, 0x2818ee7d), TOBN(0x011afff4, 0xc91c1a2f),
    +     TOBN(0x95a6d126, 0xad124418), TOBN(0x31c081a5, 0xe72e295f),
    +     TOBN(0x36bb283a, 0xf2f4db75), TOBN(0xd115540f, 0x7acef462),
    +     TOBN(0xc7f3a8f8, 0x33f6746c), TOBN(0x21e46f65, 0xfea990ca),
    +     TOBN(0x915fd5c5, 0xcaddb0a9), TOBN(0xbd41f016, 0x78614555),
    +     TOBN(0x346f4434, 0x426ffb58), TOBN(0x80559436, 0x14dbc204),
    +     TOBN(0xf3dd20fe, 0x5a969b7f), TOBN(0x9d59e956, 0xe899a39a),
    +     TOBN(0xf1b0971c, 0x8ad4cf4b), TOBN(0x03448860, 0x2ffb8fb8),
    +     TOBN(0xf071ac3c, 0x65340ba4), TOBN(0x408d0596, 0xb27fd758),
    +     TOBN(0xe7c78ea4, 0x98c364b0), TOBN(0xa4aac4a5, 0x051e8ab5),
    +     TOBN(0xb9e1d560, 0x485d9002), TOBN(0x9acd518a, 0x88844455),
    +     TOBN(0xe4ca688f, 0xd06f56c0), TOBN(0xa48af70d, 0xdf027972),
    +     TOBN(0x691f0f04, 0x5e9a609d), TOBN(0xa9dd82cd, 0xee61270e),
    +     TOBN(0x8903ca63, 0xa0ef18d3), TOBN(0x9fb7ee35, 0x3d6ca3bd),
    +     TOBN(0xa7b4a09c, 0xabf47d03), TOBN(0x4cdada01, 0x1c67de8e),
    +     TOBN(0x52003749, 0x9355a244), TOBN(0xe77fd2b6, 0x4f2151a9),
    +     TOBN(0x695d6cf6, 0x66b4efcb), TOBN(0xc5a0cacf, 0xda2cfe25),
    +     TOBN(0x104efe5c, 0xef811865), TOBN(0xf52813e8, 0x9ea5cc3d),
    +     TOBN(0x855683dc, 0x40b58dbc), TOBN(0x0338ecde, 0x175fcb11),
    +     TOBN(0xf9a05637, 0x74921592), TOBN(0xb4f1261d, 0xb9bb9d31),
    +     TOBN(0x551429b7, 0x4e9c5459), TOBN(0xbe182e6f, 0x6ea71f53),
    +     TOBN(0xd3a3b07c, 0xdfc50573), TOBN(0x9ba1afda, 0x62be8d44),
    +     TOBN(0x9bcfd2cb, 0x52ab65d3), TOBN(0xdf11d547, 0xa9571802),
    +     TOBN(0x099403ee, 0x02a2404a), TOBN(0x497406f4, 0x21088a71),
    +     TOBN(0x99479409, 0x5004ae71), TOBN(0xbdb42078, 0xa812c362),
    +     TOBN(0x2b72a30f, 0xd8828442), TOBN(0x283add27, 0xfcb5ed1c),
    +     TOBN(0xf7c0e200, 0x66a40015), TOBN(0x3e3be641, 0x08b295ef),
    +     TOBN(0xac127dc1, 0xe038a675), TOBN(0x729deff3, 0x8c5c6320),
    +     TOBN(0xb7df8fd4, 0xa90d2c53), TOBN(0x9b74b0ec, 0x681e7cd3),
    +     TOBN(0x5cb5a623, 0xdab407e5), TOBN(0xcdbd3615, 0x76b340c6),
    +     TOBN(0xa184415a, 0x7d28392c), TOBN(0xc184c1d8, 0xe96f7830),
    +     TOBN(0xc3204f19, 0x81d3a80f), TOBN(0xfde0c841, 0xc8e02432),
    +     TOBN(0x78203b3e, 0x8149e0c1), TOBN(0x5904bdbb, 0x08053a73),
    +     TOBN(0x30fc1dd1, 0x101b6805), TOBN(0x43c223bc, 0x49aa6d49),
    +     TOBN(0x9ed67141, 0x7a174087), TOBN(0x311469a0, 0xd5997008),
    +     TOBN(0xb189b684, 0x5e43fc61), TOBN(0xf3282375, 0xe0d3ab57),
    +     TOBN(0x4fa34b67, 0xb1181da8), TOBN(0x621ed0b2, 0x99ee52b8),
    +     TOBN(0x9b178de1, 0xad990676), TOBN(0xd51de67b, 0x56d54065),
    +     TOBN(0x2a2c27c4, 0x7538c201), TOBN(0x33856ec8, 0x38a40f5c),
    +     TOBN(0x2522fc15, 0xbe6cdcde), TOBN(0x1e603f33, 0x9f0c6f89),
    +     TOBN(0x7994edc3, 0x103e30a6), TOBN(0x033a00db, 0x220c853e),
    +     TOBN(0xd3cfa409, 0xf7bb7fd7), TOBN(0x70f8781e, 0x462d18f6),
    +     TOBN(0xbbd82980, 0x687fe295), TOBN(0x6eef4c32, 0x595669f3),
    +     TOBN(0x86a9303b, 0x2f7e85c3), TOBN(0x5fce4621, 0x71988f9b),
    +     TOBN(0x5b935bf6, 0xc138acb5), TOBN(0x30ea7d67, 0x25661212),
    +     TOBN(0xef1eb5f4, 0xe51ab9a2), TOBN(0x0587c98a, 0xae067c78),
    +     TOBN(0xb3ce1b3c, 0x77ca9ca6), TOBN(0x2a553d4d, 0x54b5f057),
    +     TOBN(0xc7898236, 0x4da29ec2), TOBN(0xdbdd5d13, 0xb9c57316),
    +     TOBN(0xc57d6e6b, 0x2cd80d47), TOBN(0x80b460cf, 0xfe9e7391),
    +     TOBN(0x98648cab, 0xf963c31e), TOBN(0x67f9f633, 0xcc4d32fd),
    +     TOBN(0x0af42a9d, 0xfdf7c687), TOBN(0x55f292a3, 0x0b015ea7),
    +     TOBN(0x89e468b2, 0xcd21ab3d), TOBN(0xe504f022, 0xc393d392),
    +     TOBN(0xab21e1d4, 0xa5013af9), TOBN(0xe3283f78, 0xc2c28acb),
    +     TOBN(0xf38b35f6, 0x226bf99f), TOBN(0xe8354274, 0x0e291e69),
    +     TOBN(0x61673a15, 0xb20c162d), TOBN(0xc101dc75, 0xb04fbdbe),
    +     TOBN(0x8323b4c2, 0x255bd617), TOBN(0x6c969693, 0x6c2a9154),
    +     TOBN(0xc6e65860, 0x62679387), TOBN(0x8e01db0c, 0xb8c88e23),
    +     TOBN(0x33c42873, 0x893a5559), TOBN(0x7630f04b, 0x47a3e149),
    +     TOBN(0xb5d80805, 0xddcf35f8), TOBN(0x582ca080, 0x77dfe732),
    +     TOBN(0x2c7156e1, 0x0b1894a0), TOBN(0x92034001, 0xd81c68c0),
    +     TOBN(0xed225d00, 0xc8b115b5), TOBN(0x237f9c22, 0x83b907f2),
    +     TOBN(0x0ea2f32f, 0x4470e2c0), TOBN(0xb725f7c1, 0x58be4e95),
    +     TOBN(0x0f1dcafa, 0xb1ae5463), TOBN(0x59ed5187, 0x1ba2fc04),
    +     TOBN(0xf6e0f316, 0xd0115d4d), TOBN(0x5180b12f, 0xd3691599),
    +     TOBN(0x157e32c9, 0x527f0a41), TOBN(0x7b0b081d, 0xa8e0ecc0),
    +     TOBN(0x6dbaaa8a, 0xbf4f0dd0), TOBN(0x99b289c7, 0x4d252696),
    +     TOBN(0x79b7755e, 0xdbf864fe), TOBN(0x6974e2b1, 0x76cad3ab),
    +     TOBN(0x35dbbee2, 0x06ddd657), TOBN(0xe7cbdd11, 0x2ff3a96d),
    +     TOBN(0x88381968, 0x076be758), TOBN(0x2d737e72, 0x08c91f5d),
    +     TOBN(0x5f83ab62, 0x86ec3776), TOBN(0x98aa649d, 0x945fa7a1),
    +     TOBN(0xf477ec37, 0x72ef0933), TOBN(0x66f52b1e, 0x098c17b1),
    +     TOBN(0x9eec58fb, 0xd803738b), TOBN(0x91aaade7, 0xe4e86aa4),
    +     TOBN(0x6b1ae617, 0xa5b51492), TOBN(0x63272121, 0xbbc45974),
    +     TOBN(0x7e0e28f0, 0x862c5129), TOBN(0x0a8f79a9, 0x3321a4a0),
    +     TOBN(0xe26d1664, 0x5041c88f), TOBN(0x0571b805, 0x53233e3a),
    +     TOBN(0xd1b0ccde, 0xc9520711), TOBN(0x55a9e4ed, 0x3c8b84bf),
    +     TOBN(0x9426bd39, 0xa1fef314), TOBN(0x4f5f638e, 0x6eb93f2b),
    +     TOBN(0xba2a1ed3, 0x2bf9341b), TOBN(0xd63c1321, 0x4d42d5a9),
    +     TOBN(0xd2964a89, 0x316dc7c5), TOBN(0xd1759606, 0xca511851),
    +     TOBN(0xd8a9201f, 0xf9e6ed35), TOBN(0xb7b5ee45, 0x6736925a),
    +     TOBN(0x0a83fbbc, 0x99581af7), TOBN(0x3076bc40, 0x64eeb051),
    +     TOBN(0x5511c98c, 0x02dec312), TOBN(0x270de898, 0x238dcb78),
    +     TOBN(0x2cf4cf9c, 0x539c08c9), TOBN(0xa70cb65e, 0x38d3b06e),
    +     TOBN(0xb12ec10e, 0xcfe57bbd), TOBN(0x82c7b656, 0x35a0c2b5),
    +     TOBN(0xddc7d5cd, 0x161c67bd), TOBN(0xe32e8985, 0xae3a32cc),
    +     TOBN(0x7aba9444, 0xd11a5529), TOBN(0xe964ed02, 0x2427fa1a),
    +     TOBN(0x1528392d, 0x24a1770a), TOBN(0xa152ce2c, 0x12c72fcd),
    +     TOBN(0x714553a4, 0x8ec07649), TOBN(0x18b4c290, 0x459dd453),
    +     TOBN(0xea32b714, 0x7b64b110), TOBN(0xb871bfa5, 0x2e6f07a2),
    +     TOBN(0xb67112e5, 0x9e2e3c9b), TOBN(0xfbf250e5, 0x44aa90f6),
    +     TOBN(0xf77aedb8, 0xbd539006), TOBN(0x3b0cdf9a, 0xd172a66f),
    +     TOBN(0xedf69fea, 0xf8c51187), TOBN(0x05bb67ec, 0x741e4da7),
    +     TOBN(0x47df0f32, 0x08114345), TOBN(0x56facb07, 0xbb9792b1),
    +     TOBN(0xf3e007e9, 0x8f6229e4), TOBN(0x62d103f4, 0x526fba0f),
    +     TOBN(0x4f33bef7, 0xb0339d79), TOBN(0x9841357b, 0xb59bfec1),
    +     TOBN(0xfa8dbb59, 0xc34e6705), TOBN(0xc3c7180b, 0x7fdaa84c),
    +     TOBN(0xf95872fc, 0xa4108537), TOBN(0x8750cc3b, 0x932a3e5a),
    +     TOBN(0xb61cc69d, 0xb7275d7d), TOBN(0xffa0168b, 0x2e59b2e9),
    +     TOBN(0xca032abc, 0x6ecbb493), TOBN(0x1d86dbd3, 0x2c9082d8),
    +     TOBN(0xae1e0b67, 0xe28ef5ba), TOBN(0x2c9a4699, 0xcb18e169),
    +     TOBN(0x0ecd0e33, 0x1e6bbd20), TOBN(0x571b360e, 0xaf5e81d2),
    +     TOBN(0xcd9fea58, 0x101c1d45), TOBN(0x6651788e, 0x18880452),
    +     TOBN(0xa9972635, 0x1f8dd446), TOBN(0x44bed022, 0xe37281d0),
    +     TOBN(0x094b2b2d, 0x33da525d), TOBN(0xf193678e, 0x13144fd8),
    +     TOBN(0xb8ab5ba4, 0xf4c1061d), TOBN(0x4343b5fa, 0xdccbe0f4),
    +     TOBN(0xa8702371, 0x63812713), TOBN(0x47bf6d2d, 0xf7611d93),
    +     TOBN(0x46729b8c, 0xbd21e1d7), TOBN(0x7484d4e0, 0xd629e77d),
    +     TOBN(0x830e6eea, 0x60dbac1f), TOBN(0x23d8c484, 0xda06a2f7),
    +     TOBN(0x896714b0, 0x50ca535b), TOBN(0xdc8d3644, 0xebd97a9b),
    +     TOBN(0x106ef9fa, 0xb12177b4), TOBN(0xf79bf464, 0x534d5d9c),
    +     TOBN(0x2537a349, 0xa6ab360b), TOBN(0xc7c54253, 0xa00c744f),
    +     TOBN(0xb3c7a047, 0xe5911a76), TOBN(0x61ffa5c8, 0x647f1ee7),
    +     TOBN(0x15aed36f, 0x8f56ab42), TOBN(0x6a0d41b0, 0xa3ff9ac9),
    +     TOBN(0x68f469f5, 0xcc30d357), TOBN(0xbe9adf81, 0x6b72be96),
    +     TOBN(0x1cd926fe, 0x903ad461), TOBN(0x7e89e38f, 0xcaca441b),
    +     TOBN(0xf0f82de5, 0xfacf69d4), TOBN(0x363b7e76, 0x4775344c),
    +     TOBN(0x6894f312, 0xb2e36d04), TOBN(0x3c6cb4fe, 0x11d1c9a5),
    +     TOBN(0x85d9c339, 0x4008e1f2), TOBN(0x5e9a85ea, 0x249f326c),
    +     TOBN(0xdc35c60a, 0x678c5e06), TOBN(0xc08b944f, 0x9f86fba9),
    +     TOBN(0xde40c02c, 0x89f71f0f), TOBN(0xad8f3e31, 0xff3da3c0),
    +     TOBN(0x3ea5096b, 0x42125ded), TOBN(0x13879cbf, 0xa7379183),
    +     TOBN(0x6f4714a5, 0x6b306a0b), TOBN(0x359c2ea6, 0x67646c5e),
    +     TOBN(0xfacf8943, 0x07726368), TOBN(0x07a58935, 0x65ff431e),
    +     TOBN(0x24d661d1, 0x68754ab0), TOBN(0x801fce1d, 0x6f429a76),
    +     TOBN(0xc068a85f, 0xa58ce769), TOBN(0xedc35c54, 0x5d5eca2b),
    +     TOBN(0xea31276f, 0xa3f660d1), TOBN(0xa0184ebe, 0xb8fc7167),
    +     TOBN(0x0f20f21a, 0x1d8db0ae), TOBN(0xd96d095f, 0x56c35e12),
    +     TOBN(0xedf402b5, 0xf8c2a25b), TOBN(0x1bb772b9, 0x059204b6),
    +     TOBN(0x50cbeae2, 0x19b4e34c), TOBN(0x93109d80, 0x3fa0845a),
    +     TOBN(0x54f7ccf7, 0x8ef59fb5), TOBN(0x3b438fe2, 0x88070963),
    +     TOBN(0x9e28c659, 0x31f3ba9b), TOBN(0x9cc31b46, 0xead9da92),
    +     TOBN(0x3c2f0ba9, 0xb733aa5f), TOBN(0xdece47cb, 0xf05af235),
    +     TOBN(0xf8e3f715, 0xa2ac82a5), TOBN(0xc97ba641, 0x2203f18a),
    +     TOBN(0xc3af5504, 0x09c11060), TOBN(0x56ea2c05, 0x46af512d),
    +     TOBN(0xfac28daf, 0xf3f28146), TOBN(0x87fab43a, 0x959ef494),}
    +    ,
    +    {TOBN(0x09891641, 0xd4c5105f), TOBN(0x1ae80f8e, 0x6d7fbd65),
    +     TOBN(0x9d67225f, 0xbee6bdb0), TOBN(0x3b433b59, 0x7fc4d860),
    +     TOBN(0x44e66db6, 0x93e85638), TOBN(0xf7b59252, 0xe3e9862f),
    +     TOBN(0xdb785157, 0x665c32ec), TOBN(0x702fefd7, 0xae362f50),
    +     TOBN(0x3754475d, 0x0fefb0c3), TOBN(0xd48fb56b, 0x46d7c35d),
    +     TOBN(0xa070b633, 0x363798a4), TOBN(0xae89f3d2, 0x8fdb98e6),
    +     TOBN(0x970b89c8, 0x6363d14c), TOBN(0x89817521, 0x67abd27d),
    +     TOBN(0x9bf7d474, 0x44d5a021), TOBN(0xb3083baf, 0xcac72aee),
    +     TOBN(0x389741de, 0xbe949a44), TOBN(0x638e9388, 0x546a4fa5),
    +     TOBN(0x3fe6419c, 0xa0047bdc), TOBN(0x7047f648, 0xaaea57ca),
    +     TOBN(0x54e48a90, 0x41fbab17), TOBN(0xda8e0b28, 0x576bdba2),
    +     TOBN(0xe807eebc, 0xc72afddc), TOBN(0x07d3336d, 0xf42577bf),
    +     TOBN(0x62a8c244, 0xbfe20925), TOBN(0x91c19ac3, 0x8fdce867),
    +     TOBN(0x5a96a5d5, 0xdd387063), TOBN(0x61d587d4, 0x21d324f6),
    +     TOBN(0xe87673a2, 0xa37173ea), TOBN(0x23848008, 0x53778b65),
    +     TOBN(0x10f8441e, 0x05bab43e), TOBN(0xfa11fe12, 0x4621efbe),
    +     TOBN(0x047b772e, 0x81685d7b), TOBN(0x23f27d81, 0xbf34a976),
    +     TOBN(0xc27608e2, 0x915f48ef), TOBN(0x3b0b43fa, 0xa521d5c3),
    +     TOBN(0x7613fb26, 0x63ca7284), TOBN(0x7f5729b4, 0x1d4db837),
    +     TOBN(0x87b14898, 0x583b526b), TOBN(0x00b732a6, 0xbbadd3d1),
    +     TOBN(0x8e02f426, 0x2048e396), TOBN(0x436b50b6, 0x383d9de4),
    +     TOBN(0xf78d3481, 0x471e85ad), TOBN(0x8b01ea6a, 0xd005c8d6),
    +     TOBN(0xd3c7afee, 0x97015c07), TOBN(0x46cdf1a9, 0x4e3ba2ae),
    +     TOBN(0x7a42e501, 0x83d3a1d2), TOBN(0xd54b5268, 0xb541dff4),
    +     TOBN(0x3f24cf30, 0x4e23e9bc), TOBN(0x4387f816, 0x126e3624),
    +     TOBN(0x26a46a03, 0x3b0b6d61), TOBN(0xaf1bc845, 0x8b2d777c),
    +     TOBN(0x25c401ba, 0x527de79c), TOBN(0x0e1346d4, 0x4261bbb6),
    +     TOBN(0x4b96c44b, 0x287b4bc7), TOBN(0x658493c7, 0x5254562f),
    +     TOBN(0x23f949fe, 0xb8a24a20), TOBN(0x17ebfed1, 0xf52ca53f),
    +     TOBN(0x9b691bbe, 0xbcfb4853), TOBN(0x5617ff6b, 0x6278a05d),
    +     TOBN(0x241b34c5, 0xe3c99ebd), TOBN(0xfc64242e, 0x1784156a),
    +     TOBN(0x4206482f, 0x695d67df), TOBN(0xb967ce0e, 0xee27c011),
    +     TOBN(0x65db3751, 0x21c80b5d), TOBN(0x2e7a563c, 0xa31ecca0),
    +     TOBN(0xe56ffc4e, 0x5238a07e), TOBN(0x3d6c2966, 0x32ced854),
    +     TOBN(0xe99d7d1a, 0xaf70b885), TOBN(0xafc3bad9, 0x2d686459),
    +     TOBN(0x9c78bf46, 0x0cc8ba5b), TOBN(0x5a439519, 0x18955aa3),
    +     TOBN(0xf8b517a8, 0x5fe4e314), TOBN(0xe60234d0, 0xfcb8906f),
    +     TOBN(0xffe542ac, 0xf2061b23), TOBN(0x287e191f, 0x6b4cb59c),
    +     TOBN(0x21857ddc, 0x09d877d8), TOBN(0x1c23478c, 0x14678941),
    +     TOBN(0xbbf0c056, 0xb6e05ea4), TOBN(0x82da4b53, 0xb01594fe),
    +     TOBN(0xf7526791, 0xfadb8608), TOBN(0x049e832d, 0x7b74cdf6),
    +     TOBN(0xa43581cc, 0xc2b90a34), TOBN(0x73639eb8, 0x9360b10c),
    +     TOBN(0x4fba331f, 0xe1e4a71b), TOBN(0x6ffd6b93, 0x8072f919),
    +     TOBN(0x6e53271c, 0x65679032), TOBN(0x67206444, 0xf14272ce),
    +     TOBN(0xc0f734a3, 0xb2335834), TOBN(0x9526205a, 0x90ef6860),
    +     TOBN(0xcb8be717, 0x04e2bb0d), TOBN(0x2418871e, 0x02f383fa),
    +     TOBN(0xd7177681, 0x4082c157), TOBN(0xcc914ad0, 0x29c20073),
    +     TOBN(0xf186c1eb, 0xe587e728), TOBN(0x6fdb3c22, 0x61bcd5fd),
    +     TOBN(0x30d014a6, 0xf2f9f8e9), TOBN(0x963ece23, 0x4fec49d2),
    +     TOBN(0x862025c5, 0x9605a8d9), TOBN(0x39874445, 0x19f8929a),
    +     TOBN(0x01b6ff65, 0x12bf476a), TOBN(0x598a64d8, 0x09cf7d91),
    +     TOBN(0xd7ec7749, 0x93be56ca), TOBN(0x10899785, 0xcbb33615),
    +     TOBN(0xb8a092fd, 0x02eee3ad), TOBN(0xa86b3d35, 0x30145270),
    +     TOBN(0x323d98c6, 0x8512b675), TOBN(0x4b8bc785, 0x62ebb40f),
    +     TOBN(0x7d301f54, 0x413f9cde), TOBN(0xa5e4fb4f, 0x2bab5664),
    +     TOBN(0x1d2b252d, 0x1cbfec23), TOBN(0xfcd576bb, 0xe177120d),
    +     TOBN(0x04427d3e, 0x83731a34), TOBN(0x2bb9028e, 0xed836e8e),
    +     TOBN(0xb36acff8, 0xb612ca7c), TOBN(0xb88fe5ef, 0xd3d9c73a),
    +     TOBN(0xbe2a6bc6, 0xedea4eb3), TOBN(0x43b93133, 0x488eec77),
    +     TOBN(0xf41ff566, 0xb17106e1), TOBN(0x469e9172, 0x654efa32),
    +     TOBN(0xb4480f04, 0x41c23fa3), TOBN(0xb4712eb0, 0xc1989a2e),
    +     TOBN(0x3ccbba0f, 0x93a29ca7), TOBN(0x6e205c14, 0xd619428c),
    +     TOBN(0x90db7957, 0xb3641686), TOBN(0x0432691d, 0x45ac8b4e),
    +     TOBN(0x07a759ac, 0xf64e0350), TOBN(0x0514d89c, 0x9c972517),
    +     TOBN(0x1701147f, 0xa8e67fc3), TOBN(0x9e2e0b8b, 0xab2085be),
    +     TOBN(0xd5651824, 0xac284e57), TOBN(0x890d4325, 0x74893664),
    +     TOBN(0x8a7c5e6e, 0xc55e68a3), TOBN(0xbf12e90b, 0x4339c85a),
    +     TOBN(0x31846b85, 0xf922b655), TOBN(0x9a54ce4d, 0x0bf4d700),
    +     TOBN(0xd7f4e83a, 0xf1a14295), TOBN(0x916f955c, 0xb285d4f9),
    +     TOBN(0xe57bb0e0, 0x99ffdaba), TOBN(0x28a43034, 0xeab0d152),
    +     TOBN(0x0a36ffa2, 0xb8a9cef8), TOBN(0x5517407e, 0xb9ec051a),
    +     TOBN(0x9c796096, 0xea68e672), TOBN(0x853db5fb, 0xfb3c77fb),
    +     TOBN(0x21474ba9, 0xe864a51a), TOBN(0x6c267699, 0x6e8a1b8b),
    +     TOBN(0x7c823626, 0x94120a28), TOBN(0xe61e9a48, 0x8383a5db),
    +     TOBN(0x7dd75003, 0x9f84216d), TOBN(0xab020d07, 0xad43cd85),
    +     TOBN(0x9437ae48, 0xda12c659), TOBN(0x6449c2eb, 0xe65452ad),
    +     TOBN(0xcc7c4c1c, 0x2cf9d7c1), TOBN(0x1320886a, 0xee95e5ab),
    +     TOBN(0xbb7b9056, 0xbeae170c), TOBN(0xc8a5b250, 0xdbc0d662),
    +     TOBN(0x4ed81432, 0xc11d2303), TOBN(0x7da66912, 0x1f03769f),
    +     TOBN(0x3ac7a5fd, 0x84539828), TOBN(0x14dada94, 0x3bccdd02),
    +     TOBN(0x8b84c321, 0x7ef6b0d1), TOBN(0x52a9477a, 0x7c933f22),
    +     TOBN(0x5ef6728a, 0xfd440b82), TOBN(0x5c3bd859, 0x6ce4bd5e),
    +     TOBN(0x918b80f5, 0xf22c2d3e), TOBN(0x368d5040, 0xb7bb6cc5),
    +     TOBN(0xb66142a1, 0x2695a11c), TOBN(0x60ac583a, 0xeb19ea70),
    +     TOBN(0x317cbb98, 0x0eab2437), TOBN(0x8cc08c55, 0x5e2654c8),
    +     TOBN(0xfe2d6520, 0xe6d8307f), TOBN(0xe9f147f3, 0x57428993),
    +     TOBN(0x5f9c7d14, 0xd2fd6cf1), TOBN(0xa3ecd064, 0x2d4fcbb0),
    +     TOBN(0xad83fef0, 0x8e7341f7), TOBN(0x643f23a0, 0x3a63115c),
    +     TOBN(0xd38a78ab, 0xe65ab743), TOBN(0xbf7c75b1, 0x35edc89c),
    +     TOBN(0x3dd8752e, 0x530df568), TOBN(0xf85c4a76, 0xe308c682),
    +     TOBN(0x4c9955b2, 0xe68acf37), TOBN(0xa544df3d, 0xab32af85),
    +     TOBN(0x4b8ec3f5, 0xa25cf493), TOBN(0x4d8f2764, 0x1a622feb),
    +     TOBN(0x7bb4f7aa, 0xf0dcbc49), TOBN(0x7de551f9, 0x70bbb45b),
    +     TOBN(0xcfd0f3e4, 0x9f2ca2e5), TOBN(0xece58709, 0x1f5c76ef),
    +     TOBN(0x32920edd, 0x167d79ae), TOBN(0x039df8a2, 0xfa7d7ec1),
    +     TOBN(0xf46206c0, 0xbb30af91), TOBN(0x1ff5e2f5, 0x22676b59),
    +     TOBN(0x11f4a039, 0x6ea51d66), TOBN(0x506c1445, 0x807d7a26),
    +     TOBN(0x60da5705, 0x755a9b24), TOBN(0x8fc8cc32, 0x1f1a319e),
    +     TOBN(0x83642d4d, 0x9433d67d), TOBN(0x7fa5cb8f, 0x6a7dd296),
    +     TOBN(0x576591db, 0x9b7bde07), TOBN(0x13173d25, 0x419716fb),
    +     TOBN(0xea30599d, 0xd5b340ff), TOBN(0xfc6b5297, 0xb0fe76c5),
    +     TOBN(0x1c6968c8, 0xab8f5adc), TOBN(0xf723c7f5, 0x901c928d),
    +     TOBN(0x4203c321, 0x9773d402), TOBN(0xdf7c6aa3, 0x1b51dd47),
    +     TOBN(0x3d49e37a, 0x552be23c), TOBN(0x57febee8, 0x0b5a6e87),
    +     TOBN(0xc5ecbee4, 0x7bd8e739), TOBN(0x79d44994, 0xae63bf75),
    +     TOBN(0x168bd00f, 0x38fb8923), TOBN(0x75d48ee4, 0xd0533130),
    +     TOBN(0x554f77aa, 0xdb5cdf33), TOBN(0x3396e896, 0x3c696769),
    +     TOBN(0x2fdddbf2, 0xd3fd674e), TOBN(0xbbb8f6ee, 0x99d0e3e5),
    +     TOBN(0x51b90651, 0xcbae2f70), TOBN(0xefc4bc05, 0x93aaa8eb),
    +     TOBN(0x8ecd8689, 0xdd1df499), TOBN(0x1aee99a8, 0x22f367a5),
    +     TOBN(0x95d485b9, 0xae8274c5), TOBN(0x6c14d445, 0x7d30b39c),
    +     TOBN(0xbafea90b, 0xbcc1ef81), TOBN(0x7c5f317a, 0xa459a2ed),
    +     TOBN(0x01211075, 0x4ef44227), TOBN(0xa17bed6e, 0xdc20f496),
    +     TOBN(0x0cdfe424, 0x819853cd), TOBN(0x13793298, 0xf71e2ce7),
    +     TOBN(0x3c1f3078, 0xdbbe307b), TOBN(0x6dd1c20e, 0x76ee9936),
    +     TOBN(0x23ee4b57, 0x423caa20), TOBN(0x4ac3793b, 0x8efb840e),
    +     TOBN(0x934438eb, 0xed1f8ca0), TOBN(0x3e546658, 0x4ebb25a2),
    +     TOBN(0xc415af0e, 0xc069896f), TOBN(0xc13eddb0, 0x9a5aa43d),
    +     TOBN(0x7a04204f, 0xd49eb8f6), TOBN(0xd0d5bdfc, 0xd74f1670),
    +     TOBN(0x3697e286, 0x56fc0558), TOBN(0x10207371, 0x01cebade),
    +     TOBN(0x5f87e690, 0x0647a82b), TOBN(0x908e0ed4, 0x8f40054f),
    +     TOBN(0xa9f633d4, 0x79853803), TOBN(0x8ed13c9a, 0x4a28b252),
    +     TOBN(0x3e2ef676, 0x1f460f64), TOBN(0x53930b9b, 0x36d06336),
    +     TOBN(0x347073ac, 0x8fc4979b), TOBN(0x84380e0e, 0x5ecd5597),
    +     TOBN(0xe3b22c6b, 0xc4fe3c39), TOBN(0xba4a8153, 0x6c7bebdf),
    +     TOBN(0xf23ab6b7, 0x25693459), TOBN(0x53bc3770, 0x14922b11),
    +     TOBN(0x4645c8ab, 0x5afc60db), TOBN(0xaa022355, 0x20b9f2a3),
    +     TOBN(0x52a2954c, 0xce0fc507), TOBN(0x8c2731bb, 0x7ce1c2e7),
    +     TOBN(0xf39608ab, 0x18a0339d), TOBN(0xac7a658d, 0x3735436c),
    +     TOBN(0xb22c2b07, 0xcd992b4f), TOBN(0x4e83daec, 0xf40dcfd4),
    +     TOBN(0x8a34c7be, 0x2f39ea3e), TOBN(0xef0c005f, 0xb0a56d2e),
    +     TOBN(0x62731f6a, 0x6edd8038), TOBN(0x5721d740, 0x4e3cb075),
    +     TOBN(0x1ea41511, 0xfbeeee1b), TOBN(0xd1ef5e73, 0xef1d0c05),
    +     TOBN(0x42feefd1, 0x73c07d35), TOBN(0xe530a00a, 0x8a329493),
    +     TOBN(0x5d55b7fe, 0xf15ebfb0), TOBN(0x549de03c, 0xd322491a),
    +     TOBN(0xf7b5f602, 0x745b3237), TOBN(0x3632a3a2, 0x1ab6e2b6),
    +     TOBN(0x0d3bba89, 0x0ef59f78), TOBN(0x0dfc6443, 0xc9e52b9a),
    +     TOBN(0x1dc79699, 0x72631447), TOBN(0xef033917, 0xb3be20b1),
    +     TOBN(0x0c92735d, 0xb1383948), TOBN(0xc1fc29a2, 0xc0dd7d7d),
    +     TOBN(0x6485b697, 0x403ed068), TOBN(0x13bfaab3, 0xaac93bdc),
    +     TOBN(0x410dc6a9, 0x0deeaf52), TOBN(0xb003fb02, 0x4c641c15),
    +     TOBN(0x1384978c, 0x5bc504c4), TOBN(0x37640487, 0x864a6a77),
    +     TOBN(0x05991bc6, 0x222a77da), TOBN(0x62260a57, 0x5e47eb11),
    +     TOBN(0xc7af6613, 0xf21b432c), TOBN(0x22f3acc9, 0xab4953e9),
    +     TOBN(0x52934922, 0x8e41d155), TOBN(0x4d024568, 0x3ac059ef),
    +     TOBN(0xb0201755, 0x4d884411), TOBN(0xce8055cf, 0xa59a178f),
    +     TOBN(0xcd77d1af, 0xf6204549), TOBN(0xa0a00a3e, 0xc7066759),
    +     TOBN(0x471071ef, 0x0272c229), TOBN(0x009bcf6b, 0xd3c4b6b0),
    +     TOBN(0x2a2638a8, 0x22305177), TOBN(0xd51d59df, 0x41645bbf),
    +     TOBN(0xa81142fd, 0xc0a7a3c0), TOBN(0xa17eca6d, 0x4c7063ee),
    +     TOBN(0x0bb887ed, 0x60d9dcec), TOBN(0xd6d28e51, 0x20ad2455),
    +     TOBN(0xebed6308, 0xa67102ba), TOBN(0x042c3114, 0x8bffa408),
    +     TOBN(0xfd099ac5, 0x8aa68e30), TOBN(0x7a6a3d7c, 0x1483513e),
    +     TOBN(0xffcc6b75, 0xba2d8f0c), TOBN(0x54dacf96, 0x1e78b954),
    +     TOBN(0xf645696f, 0xa4a9af89), TOBN(0x3a411940, 0x06ac98ec),
    +     TOBN(0x41b8b3f6, 0x22a67a20), TOBN(0x2d0b1e0f, 0x99dec626),
    +     TOBN(0x27c89192, 0x40be34e8), TOBN(0xc7162b37, 0x91907f35),
    +     TOBN(0x90188ec1, 0xa956702b), TOBN(0xca132f7d, 0xdf93769c),
    +     TOBN(0x3ece44f9, 0x0e2025b4), TOBN(0x67aaec69, 0x0c62f14c),
    +     TOBN(0xad741418, 0x22e3cc11), TOBN(0xcf9b75c3, 0x7ff9a50e),
    +     TOBN(0x02fa2b16, 0x4d348272), TOBN(0xbd99d61a, 0x9959d56d),
    +     TOBN(0xbc4f19db, 0x18762916), TOBN(0xcc7cce50, 0x49c1ac80),
    +     TOBN(0x4d59ebaa, 0xd846bd83), TOBN(0x8775a9dc, 0xa9202849),
    +     TOBN(0x07ec4ae1, 0x6e1f4ca9), TOBN(0x27eb5875, 0xba893f11),
    +     TOBN(0x00284d51, 0x662cc565), TOBN(0x82353a6b, 0x0db4138d),
    +     TOBN(0xd9c7aaaa, 0xaa32a594), TOBN(0xf5528b5e, 0xa5669c47),
    +     TOBN(0xf3220231, 0x2f23c5ff), TOBN(0xe3e8147a, 0x6affa3a1),
    +     TOBN(0xfb423d5c, 0x202ddda0), TOBN(0x3d6414ac, 0x6b871bd4),
    +     TOBN(0x586f82e1, 0xa51a168a), TOBN(0xb712c671, 0x48ae5448),
    +     TOBN(0x9a2e4bd1, 0x76233eb8), TOBN(0x0188223a, 0x78811ca9),
    +     TOBN(0x553c5e21, 0xf7c18de1), TOBN(0x7682e451, 0xb27bb286),
    +     TOBN(0x3ed036b3, 0x0e51e929), TOBN(0xf487211b, 0xec9cb34f),
    +     TOBN(0x0d094277, 0x0c24efc8), TOBN(0x0349fd04, 0xbef737a4),
    +     TOBN(0x6d1c9dd2, 0x514cdd28), TOBN(0x29c135ff, 0x30da9521),
    +     TOBN(0xea6e4508, 0xf78b0b6f), TOBN(0x176f5dd2, 0x678c143c),
    +     TOBN(0x08148418, 0x4be21e65), TOBN(0x27f7525c, 0xe7df38c4),
    +     TOBN(0x1fb70e09, 0x748ab1a4), TOBN(0x9cba50a0, 0x5efe4433),
    +     TOBN(0x7846c7a6, 0x15f75af2), TOBN(0x2a7c2c57, 0x5ee73ea8),
    +     TOBN(0x42e566a4, 0x3f0a449a), TOBN(0x45474c3b, 0xad90fc3d),
    +     TOBN(0x7447be3d, 0x8b61d057), TOBN(0x3e9d1cf1, 0x3a4ec092),
    +     TOBN(0x1603e453, 0xf380a6e6), TOBN(0x0b86e431, 0x9b1437c2),
    +     TOBN(0x7a4173f2, 0xef29610a), TOBN(0x8fa729a7, 0xf03d57f7),
    +     TOBN(0x3e186f6e, 0x6c9c217e), TOBN(0xbe1d3079, 0x91919524),
    +     TOBN(0x92a62a70, 0x153d4fb1), TOBN(0x32ed3e34, 0xd68c2f71),
    +     TOBN(0xd785027f, 0x9eb1a8b7), TOBN(0xbc37eb77, 0xc5b22fe8),
    +     TOBN(0x466b34f0, 0xb9d6a191), TOBN(0x008a89af, 0x9a05f816),
    +     TOBN(0x19b028fb, 0x7d42c10a), TOBN(0x7fe8c92f, 0x49b3f6b8),
    +     TOBN(0x58907cc0, 0xa5a0ade3), TOBN(0xb3154f51, 0x559d1a7c),
    +     TOBN(0x5066efb6, 0xd9790ed6), TOBN(0xa77a0cbc, 0xa6aa793b),
    +     TOBN(0x1a915f3c, 0x223e042e), TOBN(0x1c5def04, 0x69c5874b),
    +     TOBN(0x0e830078, 0x73b6c1da), TOBN(0x55cf85d2, 0xfcd8557a),
    +     TOBN(0x0f7c7c76, 0x0460f3b1), TOBN(0x87052acb, 0x46e58063),
    +     TOBN(0x09212b80, 0x907eae66), TOBN(0x3cb068e0, 0x4d721c89),
    +     TOBN(0xa87941ae, 0xdd45ac1c), TOBN(0xde8d5c0d, 0x0daa0dbb),
    +     TOBN(0xda421fdc, 0xe3502e6e), TOBN(0xc8944201, 0x4d89a084),
    +     TOBN(0x7307ba5e, 0xf0c24bfb), TOBN(0xda212beb, 0x20bde0ef),
    +     TOBN(0xea2da24b, 0xf82ce682), TOBN(0x058d3816, 0x07f71fe4),
    +     TOBN(0x35a02462, 0x5ffad8de), TOBN(0xcd7b05dc, 0xaadcefab),
    +     TOBN(0xd442f8ed, 0x1d9f54ec), TOBN(0x8be3d618, 0xb2d3b5ca),
    +     TOBN(0xe2220ed0, 0xe06b2ce2), TOBN(0x82699a5f, 0x1b0da4c0),
    +     TOBN(0x3ff106f5, 0x71c0c3a7), TOBN(0x8f580f5a, 0x0d34180c),
    +     TOBN(0x4ebb120e, 0x22d7d375), TOBN(0x5e5782cc, 0xe9513675),
    +     TOBN(0x2275580c, 0x99c82a70), TOBN(0xe8359fbf, 0x15ea8c4c),
    +     TOBN(0x53b48db8, 0x7b415e70), TOBN(0xaacf2240, 0x100c6014),
    +     TOBN(0x9faaccf5, 0xe4652f1d), TOBN(0xbd6fdd2a, 0xd56157b2),
    +     TOBN(0xa4f4fb1f, 0x6261ec50), TOBN(0x244e55ad, 0x476bcd52),
    +     TOBN(0x881c9305, 0x047d320b), TOBN(0x1ca983d5, 0x6181263f),
    +     TOBN(0x354e9a44, 0x278fb8ee), TOBN(0xad2dbc0f, 0x396e4964),
    +     TOBN(0x723f3aa2, 0x9268b3de), TOBN(0x0d1ca29a, 0xe6e0609a),
    +     TOBN(0x794866aa, 0x6cf44252), TOBN(0x0b59f3e3, 0x01af87ed),
    +     TOBN(0xe234e5ff, 0x7f4a6c51), TOBN(0xa8768fd2, 0x61dc2f7e),
    +     TOBN(0xdafc7332, 0x0a94d81f), TOBN(0xd7f84282, 0x06938ce1),
    +     TOBN(0xae0b3c0e, 0x0546063e), TOBN(0x7fbadcb2, 0x5d61abc6),
    +     TOBN(0xd5d7a2c9, 0x369ac400), TOBN(0xa5978d09, 0xae67d10c),
    +     TOBN(0x290f211e, 0x4f85eaac), TOBN(0xe61e2ad1, 0xfacac681),
    +     TOBN(0xae125225, 0x388384cd), TOBN(0xa7fb68e9, 0xccfde30f),
    +     TOBN(0x7a59b936, 0x3daed4c2), TOBN(0x80a9aa40, 0x2606f789),
    +     TOBN(0xb40c1ea5, 0xf6a6d90a), TOBN(0x948364d3, 0x514d5885),
    +     TOBN(0x062ebc60, 0x70985182), TOBN(0xa6db5b0e, 0x33310895),
    +     TOBN(0x64a12175, 0xe329c2f5), TOBN(0xc5f25bd2, 0x90ea237e),
    +     TOBN(0x7915c524, 0x2d0a4c23), TOBN(0xeb5d26e4, 0x6bb3cc52),
    +     TOBN(0x369a9116, 0xc09e2c92), TOBN(0x0c527f92, 0xcf182cf8),
    +     TOBN(0x9e591938, 0x2aede0ac), TOBN(0xb2922208, 0x6cc34939),
    +     TOBN(0x3c9d8962, 0x99a34361), TOBN(0x3c81836d, 0xc1905fe6),
    +     TOBN(0x4bfeb57f, 0xa001ec5a), TOBN(0xe993f5bb, 0xa0dc5dba),
    +     TOBN(0x47884109, 0x724a1380), TOBN(0x8a0369ab, 0x32fe9a04),
    +     TOBN(0xea068d60, 0x8c927db8), TOBN(0xbf5f37cf, 0x94655741),
    +     TOBN(0x47d402a2, 0x04b6c7ea), TOBN(0x4551c295, 0x6af259cb),
    +     TOBN(0x698b71e7, 0xed77ee8b), TOBN(0xbddf7bd0, 0xf309d5c7),
    +     TOBN(0x6201c22c, 0x34e780ca), TOBN(0xab04f7d8, 0x4c295ef4),
    +     TOBN(0x1c947294, 0x4313a8ce), TOBN(0xe532e4ac, 0x92ca4cfe),
    +     TOBN(0x89738f80, 0xd0a7a97a), TOBN(0xec088c88, 0xa580fd5b),
    +     TOBN(0x612b1ecc, 0x42ce9e51), TOBN(0x8f9840fd, 0xb25fdd2a),
    +     TOBN(0x3cda78c0, 0x01e7f839), TOBN(0x546b3d3a, 0xece05480),
    +     TOBN(0x271719a9, 0x80d30916), TOBN(0x45497107, 0x584c20c4),
    +     TOBN(0xaf8f9478, 0x5bc78608), TOBN(0x28c7d484, 0x277e2a4c),
    +     TOBN(0xfce01767, 0x88a2ffe4), TOBN(0xdc506a35, 0x28e169a5),
    +     TOBN(0x0ea10861, 0x7af9c93a), TOBN(0x1ed24361, 0x03fa0e08),
    +     TOBN(0x96eaaa92, 0xa3d694e7), TOBN(0xc0f43b4d, 0xef50bc74),
    +     TOBN(0xce6aa58c, 0x64114db4), TOBN(0x8218e8ea, 0x7c000fd4),
    +     TOBN(0xac815dfb, 0x185f8844), TOBN(0xcd7e90cb, 0x1557abfb),
    +     TOBN(0x23d16655, 0xafbfecdf), TOBN(0x80f3271f, 0x085cac4a),
    +     TOBN(0x7fc39aa7, 0xd0e62f47), TOBN(0x88d519d1, 0x460a48e5),
    +     TOBN(0x59559ac4, 0xd28f101e), TOBN(0x7981d9e9, 0xca9ae816),
    +     TOBN(0x5c38652c, 0x9ac38203), TOBN(0x86eaf87f, 0x57657fe5),
    +     TOBN(0x568fc472, 0xe21f5416), TOBN(0x2afff39c, 0xe7e597b5),
    +     TOBN(0x3adbbb07, 0x256d4eab), TOBN(0x22598692, 0x8285ab89),
    +     TOBN(0x35f8112a, 0x041caefe), TOBN(0x95df02e3, 0xa5064c8b),
    +     TOBN(0x4d63356e, 0xc7004bf3), TOBN(0x230a08f4, 0xdb83c7de),
    +     TOBN(0xca27b270, 0x8709a7b7), TOBN(0x0d1c4cc4, 0xcb9abd2d),
    +     TOBN(0x8a0bc66e, 0x7550fee8), TOBN(0x369cd4c7, 0x9cf7247e),
    +     TOBN(0x75562e84, 0x92b5b7e7), TOBN(0x8fed0da0, 0x5802af7b),
    +     TOBN(0x6a7091c2, 0xe48fb889), TOBN(0x26882c13, 0x7b8a9d06),
    +     TOBN(0xa2498663, 0x1b82a0e2), TOBN(0x844ed736, 0x3518152d),
    +     TOBN(0x282f476f, 0xd86e27c7), TOBN(0xa04edaca, 0x04afefdc),
    +     TOBN(0x8b256ebc, 0x6119e34d), TOBN(0x56a413e9, 0x0787d78b),}
    +    ,
    +    {TOBN(0x82ee061d, 0x5a74be50), TOBN(0xe41781c4, 0xdea16ff5),
    +     TOBN(0xe0b0c81e, 0x99bfc8a2), TOBN(0x624f4d69, 0x0b547e2d),
    +     TOBN(0x3a83545d, 0xbdcc9ae4), TOBN(0x2573dbb6, 0x409b1e8e),
    +     TOBN(0x482960c4, 0xa6c93539), TOBN(0xf01059ad, 0x5ae18798),
    +     TOBN(0x715c9f97, 0x3112795f), TOBN(0xe8244437, 0x984e6ee1),
    +     TOBN(0x55cb4858, 0xecb66bcd), TOBN(0x7c136735, 0xabaffbee),
    +     TOBN(0x54661595, 0x5dbec38e), TOBN(0x51c0782c, 0x388ad153),
    +     TOBN(0x9ba4c53a, 0xc6e0952f), TOBN(0x27e6782a, 0x1b21dfa8),
    +     TOBN(0x682f903d, 0x4ed2dbc2), TOBN(0x0eba59c8, 0x7c3b2d83),
    +     TOBN(0x8e9dc84d, 0x9c7e9335), TOBN(0x5f9b21b0, 0x0eb226d7),
    +     TOBN(0xe33bd394, 0xaf267bae), TOBN(0xaa86cc25, 0xbe2e15ae),
    +     TOBN(0x4f0bf67d, 0x6a8ec500), TOBN(0x5846aa44, 0xf9630658),
    +     TOBN(0xfeb09740, 0xe2c2bf15), TOBN(0x627a2205, 0xa9e99704),
    +     TOBN(0xec8d73d0, 0xc2fbc565), TOBN(0x223eed8f, 0xc20c8de8),
    +     TOBN(0x1ee32583, 0xa8363b49), TOBN(0x1a0b6cb9, 0xc9c2b0a6),
    +     TOBN(0x49f7c3d2, 0x90dbc85c), TOBN(0xa8dfbb97, 0x1ef4c1ac),
    +     TOBN(0xafb34d4c, 0x65c7c2ab), TOBN(0x1d4610e7, 0xe2c5ea84),
    +     TOBN(0x893f6d1b, 0x973c4ab5), TOBN(0xa3cdd7e9, 0x945ba5c4),
    +     TOBN(0x60514983, 0x064417ee), TOBN(0x1459b23c, 0xad6bdf2b),
    +     TOBN(0x23b2c341, 0x5cf726c3), TOBN(0x3a829635, 0x32d6354a),
    +     TOBN(0x294f901f, 0xab192c18), TOBN(0xec5fcbfe, 0x7030164f),
    +     TOBN(0xe2e2fcb7, 0xe2246ba6), TOBN(0x1e7c88b3, 0x221a1a0c),
    +     TOBN(0x72c7dd93, 0xc92d88c5), TOBN(0x41c2148e, 0x1106fb59),
    +     TOBN(0x547dd4f5, 0xa0f60f14), TOBN(0xed9b52b2, 0x63960f31),
    +     TOBN(0x6c8349eb, 0xb0a5b358), TOBN(0xb154c5c2, 0x9e7e2ed6),
    +     TOBN(0xcad5eccf, 0xeda462db), TOBN(0xf2d6dbe4, 0x2de66b69),
    +     TOBN(0x426aedf3, 0x8665e5b2), TOBN(0x488a8513, 0x7b7f5723),
    +     TOBN(0x15cc43b3, 0x8bcbb386), TOBN(0x27ad0af3, 0xd791d879),
    +     TOBN(0xc16c236e, 0x846e364f), TOBN(0x7f33527c, 0xdea50ca0),
    +     TOBN(0xc4810775, 0x0926b86d), TOBN(0x6c2a3609, 0x0598e70c),
    +     TOBN(0xa6755e52, 0xf024e924), TOBN(0xe0fa07a4, 0x9db4afca),
    +     TOBN(0x15c3ce7d, 0x66831790), TOBN(0x5b4ef350, 0xa6cbb0d6),
    +     TOBN(0x2c4aafc4, 0xb6205969), TOBN(0x42563f02, 0xf6c7854f),
    +     TOBN(0x016aced5, 0x1d983b48), TOBN(0xfeb356d8, 0x99949755),
    +     TOBN(0x8c2a2c81, 0xd1a39bd7), TOBN(0x8f44340f, 0xe6934ae9),
    +     TOBN(0x148cf91c, 0x447904da), TOBN(0x7340185f, 0x0f51a926),
    +     TOBN(0x2f8f00fb, 0x7409ab46), TOBN(0x057e78e6, 0x80e289b2),
    +     TOBN(0x03e5022c, 0xa888e5d1), TOBN(0x3c87111a, 0x9dede4e2),
    +     TOBN(0x5b9b0e1c, 0x7809460b), TOBN(0xe751c852, 0x71c9abc7),
    +     TOBN(0x8b944e28, 0xc7cc1dc9), TOBN(0x4f201ffa, 0x1d3cfa08),
    +     TOBN(0x02fc905c, 0x3e6721ce), TOBN(0xd52d70da, 0xd0b3674c),
    +     TOBN(0x5dc2e5ca, 0x18810da4), TOBN(0xa984b273, 0x5c69dd99),
    +     TOBN(0x63b92527, 0x84de5ca4), TOBN(0x2f1c9872, 0xc852dec4),
    +     TOBN(0x18b03593, 0xc2e3de09), TOBN(0x19d70b01, 0x9813dc2f),
    +     TOBN(0x42806b2d, 0xa6dc1d29), TOBN(0xd3030009, 0xf871e144),
    +     TOBN(0xa1feb333, 0xaaf49276), TOBN(0xb5583b9e, 0xc70bc04b),
    +     TOBN(0x1db0be78, 0x95695f20), TOBN(0xfc841811, 0x89d012b5),
    +     TOBN(0x6409f272, 0x05f61643), TOBN(0x40d34174, 0xd5883128),
    +     TOBN(0xd79196f5, 0x67419833), TOBN(0x6059e252, 0x863b7b08),
    +     TOBN(0x84da1817, 0x1c56700c), TOBN(0x5758ee56, 0xb28d3ec4),
    +     TOBN(0x7da2771d, 0x013b0ea6), TOBN(0xfddf524b, 0x54c5e9b9),
    +     TOBN(0x7df4faf8, 0x24305d80), TOBN(0x58f5c1bf, 0x3a97763f),
    +     TOBN(0xa5af37f1, 0x7c696042), TOBN(0xd4cba22c, 0x4a2538de),
    +     TOBN(0x211cb995, 0x9ea42600), TOBN(0xcd105f41, 0x7b069889),
    +     TOBN(0xb1e1cf19, 0xddb81e74), TOBN(0x472f2d89, 0x5157b8ca),
    +     TOBN(0x086fb008, 0xee9db885), TOBN(0x365cd570, 0x0f26d131),
    +     TOBN(0x284b02bb, 0xa2be7053), TOBN(0xdcbbf7c6, 0x7ab9a6d6),
    +     TOBN(0x4425559c, 0x20f7a530), TOBN(0x961f2dfa, 0x188767c8),
    +     TOBN(0xe2fd9435, 0x70dc80c4), TOBN(0x104d6b63, 0xf0784120),
    +     TOBN(0x7f592bc1, 0x53567122), TOBN(0xf6bc1246, 0xf688ad77),
    +     TOBN(0x05214c05, 0x0f15dde9), TOBN(0xa47a76a8, 0x0d5f2b82),
    +     TOBN(0xbb254d30, 0x62e82b62), TOBN(0x11a05fe0, 0x3ec955ee),
    +     TOBN(0x7eaff46e, 0x9d529b36), TOBN(0x55ab1301, 0x8f9e3df6),
    +     TOBN(0xc463e371, 0x99317698), TOBN(0xfd251438, 0xccda47ad),
    +     TOBN(0xca9c3547, 0x23d695ea), TOBN(0x48ce626e, 0x16e589b5),
    +     TOBN(0x6b5b64c7, 0xb187d086), TOBN(0xd02e1794, 0xb2207948),
    +     TOBN(0x8b58e98f, 0x7198111d), TOBN(0x90ca6305, 0xdcf9c3cc),
    +     TOBN(0x5691fe72, 0xf34089b0), TOBN(0x60941af1, 0xfc7c80ff),
    +     TOBN(0xa09bc0a2, 0x22eb51e5), TOBN(0xc0bb7244, 0xaa9cf09a),
    +     TOBN(0x36a8077f, 0x80159f06), TOBN(0x8b5c989e, 0xdddc560e),
    +     TOBN(0x19d2f316, 0x512e1f43), TOBN(0x02eac554, 0xad08ff62),
    +     TOBN(0x012ab84c, 0x07d20b4e), TOBN(0x37d1e115, 0xd6d4e4e1),
    +     TOBN(0xb6443e1a, 0xab7b19a8), TOBN(0xf08d067e, 0xdef8cd45),
    +     TOBN(0x63adf3e9, 0x685e03da), TOBN(0xcf15a10e, 0x4792b916),
    +     TOBN(0xf44bcce5, 0xb738a425), TOBN(0xebe131d5, 0x9636b2fd),
    +     TOBN(0x94068841, 0x7850d605), TOBN(0x09684eaa, 0xb40d749d),
    +     TOBN(0x8c3c669c, 0x72ba075b), TOBN(0x89f78b55, 0xba469015),
    +     TOBN(0x5706aade, 0x3e9f8ba8), TOBN(0x6d8bd565, 0xb32d7ed7),
    +     TOBN(0x25f4e63b, 0x805f08d6), TOBN(0x7f48200d, 0xc3bcc1b5),
    +     TOBN(0x4e801968, 0xb025d847), TOBN(0x74afac04, 0x87cbe0a8),
    +     TOBN(0x43ed2c2b, 0x7e63d690), TOBN(0xefb6bbf0, 0x0223cdb8),
    +     TOBN(0x4fec3cae, 0x2884d3fe), TOBN(0x065ecce6, 0xd75e25a4),
    +     TOBN(0x6c2294ce, 0x69f79071), TOBN(0x0d9a8e5f, 0x044b8666),
    +     TOBN(0x5009f238, 0x17b69d8f), TOBN(0x3c29f8fe, 0xc5dfdaf7),
    +     TOBN(0x9067528f, 0xebae68c4), TOBN(0x5b385632, 0x30c5ba21),
    +     TOBN(0x540df119, 0x1fdd1aec), TOBN(0xcf37825b, 0xcfba4c78),
    +     TOBN(0x77eff980, 0xbeb11454), TOBN(0x40a1a991, 0x60c1b066),
    +     TOBN(0xe8018980, 0xf889a1c7), TOBN(0xb9c52ae9, 0x76c24be0),
    +     TOBN(0x05fbbcce, 0x45650ef4), TOBN(0xae000f10, 0x8aa29ac7),
    +     TOBN(0x884b7172, 0x4f04c470), TOBN(0x7cd4fde2, 0x19bb5c25),
    +     TOBN(0x6477b22a, 0xe8840869), TOBN(0xa8868859, 0x5fbd0686),
    +     TOBN(0xf23cc02e, 0x1116dfba), TOBN(0x76cd563f, 0xd87d7776),
    +     TOBN(0xe2a37598, 0xa9d82abf), TOBN(0x5f188ccb, 0xe6c170f5),
    +     TOBN(0x81682200, 0x5066b087), TOBN(0xda22c212, 0xc7155ada),
    +     TOBN(0x151e5d3a, 0xfbddb479), TOBN(0x4b606b84, 0x6d715b99),
    +     TOBN(0x4a73b54b, 0xf997cb2e), TOBN(0x9a1bfe43, 0x3ecd8b66),
    +     TOBN(0x1c312809, 0x2a67d48a), TOBN(0xcd6a671e, 0x031fa9e2),
    +     TOBN(0xbec3312a, 0x0e43a34a), TOBN(0x1d935639, 0x55ef47d3),
    +     TOBN(0x5ea02489, 0x8fea73ea), TOBN(0x8247b364, 0xa035afb2),
    +     TOBN(0xb58300a6, 0x5265b54c), TOBN(0x3286662f, 0x722c7148),
    +     TOBN(0xb77fd76b, 0xb4ec4c20), TOBN(0xf0a12fa7, 0x0f3fe3fd),
    +     TOBN(0xf845bbf5, 0x41d8c7e8), TOBN(0xe4d969ca, 0x5ec10aa8),
    +     TOBN(0x4c0053b7, 0x43e232a3), TOBN(0xdc7a3fac, 0x37f8a45a),
    +     TOBN(0x3c4261c5, 0x20d81c8f), TOBN(0xfd4b3453, 0xb00eab00),
    +     TOBN(0x76d48f86, 0xd36e3062), TOBN(0x626c5277, 0xa143ff02),
    +     TOBN(0x538174de, 0xaf76f42e), TOBN(0x2267aa86, 0x6407ceac),
    +     TOBN(0xfad76351, 0x72e572d5), TOBN(0xab861af7, 0xba7330eb),
    +     TOBN(0xa0a1c8c7, 0x418d8657), TOBN(0x988821cb, 0x20289a52),
    +     TOBN(0x79732522, 0xcccc18ad), TOBN(0xaadf3f8d, 0xf1a6e027),
    +     TOBN(0xf7382c93, 0x17c2354d), TOBN(0x5ce1680c, 0xd818b689),
    +     TOBN(0x359ebbfc, 0xd9ecbee9), TOBN(0x4330689c, 0x1cae62ac),
    +     TOBN(0xb55ce5b4, 0xc51ac38a), TOBN(0x7921dfea, 0xfe238ee8),
    +     TOBN(0x3972bef8, 0x271d1ca5), TOBN(0x3e423bc7, 0xe8aabd18),
    +     TOBN(0x57b09f3f, 0x44a3e5e3), TOBN(0x5da886ae, 0x7b444d66),
    +     TOBN(0x68206634, 0xa9964375), TOBN(0x356a2fa3, 0x699cd0ff),
    +     TOBN(0xaf0faa24, 0xdba515e9), TOBN(0x536e1f5c, 0xb321d79a),
    +     TOBN(0xd3b9913a, 0x5c04e4ea), TOBN(0xd549dcfe, 0xd6f11513),
    +     TOBN(0xee227bf5, 0x79fd1d94), TOBN(0x9f35afee, 0xb43f2c67),
    +     TOBN(0xd2638d24, 0xf1314f53), TOBN(0x62baf948, 0xcabcd822),
    +     TOBN(0x5542de29, 0x4ef48db0), TOBN(0xb3eb6a04, 0xfc5f6bb2),
    +     TOBN(0x23c110ae, 0x1208e16a), TOBN(0x1a4d15b5, 0xf8363e24),
    +     TOBN(0x30716844, 0x164be00b), TOBN(0xa8e24824, 0xf6f4690d),
    +     TOBN(0x548773a2, 0x90b170cf), TOBN(0xa1bef331, 0x42f191f4),
    +     TOBN(0x70f418d0, 0x9247aa97), TOBN(0xea06028e, 0x48be9147),
    +     TOBN(0xe13122f3, 0xdbfb894e), TOBN(0xbe9b79f6, 0xce274b18),
    +     TOBN(0x85a49de5, 0xca58aadf), TOBN(0x24957758, 0x11487351),
    +     TOBN(0x111def61, 0xbb939099), TOBN(0x1d6a974a, 0x26d13694),
    +     TOBN(0x4474b4ce, 0xd3fc253b), TOBN(0x3a1485e6, 0x4c5db15e),
    +     TOBN(0xe79667b4, 0x147c15b4), TOBN(0xe34f553b, 0x7bc61301),
    +     TOBN(0x032b80f8, 0x17094381), TOBN(0x55d8bafd, 0x723eaa21),
    +     TOBN(0x5a987995, 0xf1c0e74e), TOBN(0x5a9b292e, 0xebba289c),
    +     TOBN(0x413cd4b2, 0xeb4c8251), TOBN(0x98b5d243, 0xd162db0a),
    +     TOBN(0xbb47bf66, 0x68342520), TOBN(0x08d68949, 0xbaa862d1),
    +     TOBN(0x11f349c7, 0xe906abcd), TOBN(0x454ce985, 0xed7bf00e),
    +     TOBN(0xacab5c9e, 0xb55b803b), TOBN(0xb03468ea, 0x31e3c16d),
    +     TOBN(0x5c24213d, 0xd273bf12), TOBN(0x211538eb, 0x71587887),
    +     TOBN(0x198e4a2f, 0x731dea2d), TOBN(0xd5856cf2, 0x74ed7b2a),
    +     TOBN(0x86a632eb, 0x13a664fe), TOBN(0x932cd909, 0xbda41291),
    +     TOBN(0x850e95d4, 0xc0c4ddc0), TOBN(0xc0f422f8, 0x347fc2c9),
    +     TOBN(0xe68cbec4, 0x86076bcb), TOBN(0xf9e7c0c0, 0xcd6cd286),
    +     TOBN(0x65994ddb, 0x0f5f27ca), TOBN(0xe85461fb, 0xa80d59ff),
    +     TOBN(0xff05481a, 0x66601023), TOBN(0xc665427a, 0xfc9ebbfb),
    +     TOBN(0xb0571a69, 0x7587fd52), TOBN(0x935289f8, 0x8d49efce),
    +     TOBN(0x61becc60, 0xea420688), TOBN(0xb22639d9, 0x13a786af),
    +     TOBN(0x1a8e6220, 0x361ecf90), TOBN(0x001f23e0, 0x25506463),
    +     TOBN(0xe4ae9b5d, 0x0a5c2b79), TOBN(0xebc9cdad, 0xd8149db5),
    +     TOBN(0xb33164a1, 0x934aa728), TOBN(0x750eb00e, 0xae9b60f3),
    +     TOBN(0x5a91615b, 0x9b9cfbfd), TOBN(0x97015cbf, 0xef45f7f6),
    +     TOBN(0xb462c4a5, 0xbf5151df), TOBN(0x21adcc41, 0xb07118f2),
    +     TOBN(0xd60c545b, 0x043fa42c), TOBN(0xfc21aa54, 0xe96be1ab),
    +     TOBN(0xe84bc32f, 0x4e51ea80), TOBN(0x3dae45f0, 0x259b5d8d),
    +     TOBN(0xbb73c7eb, 0xc38f1b5e), TOBN(0xe405a74a, 0xe8ae617d),
    +     TOBN(0xbb1ae9c6, 0x9f1c56bd), TOBN(0x8c176b98, 0x49f196a4),
    +     TOBN(0xc448f311, 0x6875092b), TOBN(0xb5afe3de, 0x9f976033),
    +     TOBN(0xa8dafd49, 0x145813e5), TOBN(0x687fc4d9, 0xe2b34226),
    +     TOBN(0xf2dfc92d, 0x4c7ff57f), TOBN(0x004e3fc1, 0x401f1b46),
    +     TOBN(0x5afddab6, 0x1430c9ab), TOBN(0x0bdd41d3, 0x2238e997),
    +     TOBN(0xf0947430, 0x418042ae), TOBN(0x71f9adda, 0xcdddc4cb),
    +     TOBN(0x7090c016, 0xc52dd907), TOBN(0xd9bdf44d, 0x29e2047f),
    +     TOBN(0xe6f1fe80, 0x1b1011a6), TOBN(0xb63accbc, 0xd9acdc78),
    +     TOBN(0xcfc7e235, 0x1272a95b), TOBN(0x0c667717, 0xa6276ac8),
    +     TOBN(0x3c0d3709, 0xe2d7eef7), TOBN(0x5add2b06, 0x9a685b3e),
    +     TOBN(0x363ad32d, 0x14ea5d65), TOBN(0xf8e01f06, 0x8d7dd506),
    +     TOBN(0xc9ea2213, 0x75b4aac6), TOBN(0xed2a2bf9, 0x0d353466),
    +     TOBN(0x439d79b5, 0xe9d3a7c3), TOBN(0x8e0ee5a6, 0x81b7f34b),
    +     TOBN(0xcf3dacf5, 0x1dc4ba75), TOBN(0x1d3d1773, 0xeb3310c7),
    +     TOBN(0xa8e67112, 0x7747ae83), TOBN(0x31f43160, 0x197d6b40),
    +     TOBN(0x0521ccee, 0xcd961400), TOBN(0x67246f11, 0xf6535768),
    +     TOBN(0x702fcc5a, 0xef0c3133), TOBN(0x247cc45d, 0x7e16693b),
    +     TOBN(0xfd484e49, 0xc729b749), TOBN(0x522cef7d, 0xb218320f),
    +     TOBN(0xe56ef405, 0x59ab93b3), TOBN(0x225fba11, 0x9f181071),
    +     TOBN(0x33bd6595, 0x15330ed0), TOBN(0xc4be69d5, 0x1ddb32f7),
    +     TOBN(0x264c7668, 0x0448087c), TOBN(0xac30903f, 0x71432dae),
    +     TOBN(0x3851b266, 0x00f9bf47), TOBN(0x400ed311, 0x6cdd6d03),
    +     TOBN(0x045e79fe, 0xf8fd2424), TOBN(0xfdfd974a, 0xfa6da98b),
    +     TOBN(0x45c9f641, 0x0c1e673a), TOBN(0x76f2e733, 0x5b2c5168),
    +     TOBN(0x1adaebb5, 0x2a601753), TOBN(0xb286514c, 0xc57c2d49),
    +     TOBN(0xd8769670, 0x1e0bfd24), TOBN(0x950c547e, 0x04478922),
    +     TOBN(0xd1d41969, 0xe5d32bfe), TOBN(0x30bc1472, 0x750d6c3e),
    +     TOBN(0x8f3679fe, 0xe0e27f3a), TOBN(0x8f64a7dc, 0xa4a6ee0c),
    +     TOBN(0x2fe59937, 0x633dfb1f), TOBN(0xea82c395, 0x977f2547),
    +     TOBN(0xcbdfdf1a, 0x661ea646), TOBN(0xc7ccc591, 0xb9085451),
    +     TOBN(0x82177962, 0x81761e13), TOBN(0xda57596f, 0x9196885c),
    +     TOBN(0xbc17e849, 0x28ffbd70), TOBN(0x1e6e0a41, 0x2671d36f),
    +     TOBN(0x61ae872c, 0x4152fcf5), TOBN(0x441c87b0, 0x9e77e754),
    +     TOBN(0xd0799dd5, 0xa34dff09), TOBN(0x766b4e44, 0x88a6b171),
    +     TOBN(0xdc06a512, 0x11f1c792), TOBN(0xea02ae93, 0x4be35c3e),
    +     TOBN(0xe5ca4d6d, 0xe90c469e), TOBN(0x4df4368e, 0x56e4ff5c),
    +     TOBN(0x7817acab, 0x4baef62e), TOBN(0x9f5a2202, 0xa85b91e8),
    +     TOBN(0x9666ebe6, 0x6ce57610), TOBN(0x32ad31f3, 0xf73bfe03),
    +     TOBN(0x628330a4, 0x25bcf4d6), TOBN(0xea950593, 0x515056e6),
    +     TOBN(0x59811c89, 0xe1332156), TOBN(0xc89cf1fe, 0x8c11b2d7),
    +     TOBN(0x75b63913, 0x04e60cc0), TOBN(0xce811e8d, 0x4625d375),
    +     TOBN(0x030e43fc, 0x2d26e562), TOBN(0xfbb30b4b, 0x608d36a0),
    +     TOBN(0x634ff82c, 0x48528118), TOBN(0x7c6fe085, 0xcd285911),
    +     TOBN(0x7f2830c0, 0x99358f28), TOBN(0x2e60a95e, 0x665e6c09),
    +     TOBN(0x08407d3d, 0x9b785dbf), TOBN(0x530889ab, 0xa759bce7),
    +     TOBN(0xf228e0e6, 0x52f61239), TOBN(0x2b6d1461, 0x6879be3c),
    +     TOBN(0xe6902c04, 0x51a7bbf7), TOBN(0x30ad99f0, 0x76f24a64),
    +     TOBN(0x66d9317a, 0x98bc6da0), TOBN(0xf4f877f3, 0xcb596ac0),
    +     TOBN(0xb05ff62d, 0x4c44f119), TOBN(0x4555f536, 0xe9b77416),
    +     TOBN(0xc7c0d059, 0x8caed63b), TOBN(0x0cd2b7ce, 0xc358b2a9),
    +     TOBN(0x3f33287b, 0x46945fa3), TOBN(0xf8785b20, 0xd67c8791),
    +     TOBN(0xc54a7a61, 0x9637bd08), TOBN(0x54d4598c, 0x18be79d7),
    +     TOBN(0x889e5acb, 0xc46d7ce1), TOBN(0x9a515bb7, 0x8b085877),
    +     TOBN(0xfac1a03d, 0x0b7a5050), TOBN(0x7d3e738a, 0xf2926035),
    +     TOBN(0x861cc2ce, 0x2a6cb0eb), TOBN(0x6f2e2955, 0x8f7adc79),
    +     TOBN(0x61c4d451, 0x33016376), TOBN(0xd9fd2c80, 0x5ad59090),
    +     TOBN(0xe5a83738, 0xb2b836a1), TOBN(0x855b41a0, 0x7c0d6622),
    +     TOBN(0x186fe317, 0x7cc19af1), TOBN(0x6465c1ff, 0xfdd99acb),
    +     TOBN(0x46e5c23f, 0x6974b99e), TOBN(0x75a7cf8b, 0xa2717cbe),
    +     TOBN(0x4d2ebc3f, 0x062be658), TOBN(0x094b4447, 0x5f209c98),
    +     TOBN(0x4af285ed, 0xb940cb5a), TOBN(0x6706d792, 0x7cc82f10),
    +     TOBN(0xc8c8776c, 0x030526fa), TOBN(0xfa8e6f76, 0xa0da9140),
    +     TOBN(0x77ea9d34, 0x591ee4f0), TOBN(0x5f46e337, 0x40274166),
    +     TOBN(0x1bdf98bb, 0xea671457), TOBN(0xd7c08b46, 0x862a1fe2),
    +     TOBN(0x46cc303c, 0x1c08ad63), TOBN(0x99543440, 0x4c845e7b),
    +     TOBN(0x1b8fbdb5, 0x48f36bf7), TOBN(0x5b82c392, 0x8c8273a7),
    +     TOBN(0x08f712c4, 0x928435d5), TOBN(0x071cf0f1, 0x79330380),
    +     TOBN(0xc74c2d24, 0xa8da054a), TOBN(0xcb0e7201, 0x43c46b5c),
    +     TOBN(0x0ad7337a, 0xc0b7eff3), TOBN(0x8552225e, 0xc5e48b3c),
    +     TOBN(0xe6f78b0c, 0x73f13a5f), TOBN(0x5e70062e, 0x82349cbe),
    +     TOBN(0x6b8d5048, 0xe7073969), TOBN(0x392d2a29, 0xc33cb3d2),
    +     TOBN(0xee4f727c, 0x4ecaa20f), TOBN(0xa068c99e, 0x2ccde707),
    +     TOBN(0xfcd5651f, 0xb87a2913), TOBN(0xea3e3c15, 0x3cc252f0),
    +     TOBN(0x777d92df, 0x3b6cd3e4), TOBN(0x7a414143, 0xc5a732e7),
    +     TOBN(0xa895951a, 0xa71ff493), TOBN(0xfe980c92, 0xbbd37cf6),
    +     TOBN(0x45bd5e64, 0xdecfeeff), TOBN(0x910dc2a9, 0xa44c43e9),
    +     TOBN(0xcb403f26, 0xcca9f54d), TOBN(0x928bbdfb, 0x9303f6db),
    +     TOBN(0x3c37951e, 0xa9eee67c), TOBN(0x3bd61a52, 0xf79961c3),
    +     TOBN(0x09a238e6, 0x395c9a79), TOBN(0x6940ca2d, 0x61eb352d),
    +     TOBN(0x7d1e5c5e, 0xc1875631), TOBN(0x1e19742c, 0x1e1b20d1),
    +     TOBN(0x4633d908, 0x23fc2e6e), TOBN(0xa76e29a9, 0x08959149),
    +     TOBN(0x61069d9c, 0x84ed7da5), TOBN(0x0baa11cf, 0x5dbcad51),
    +     TOBN(0xd01eec64, 0x961849da), TOBN(0x93b75f1f, 0xaf3d8c28),
    +     TOBN(0x57bc4f9f, 0x1ca2ee44), TOBN(0x5a26322d, 0x00e00558),
    +     TOBN(0x1888d658, 0x61a023ef), TOBN(0x1d72aab4, 0xb9e5246e),
    +     TOBN(0xa9a26348, 0xe5563ec0), TOBN(0xa0971963, 0xc3439a43),
    +     TOBN(0x567dd54b, 0xadb9b5b7), TOBN(0x73fac1a1, 0xc45a524b),
    +     TOBN(0x8fe97ef7, 0xfe38e608), TOBN(0x608748d2, 0x3f384f48),
    +     TOBN(0xb0571794, 0xc486094f), TOBN(0x869254a3, 0x8bf3a8d6),
    +     TOBN(0x148a8dd1, 0x310b0e25), TOBN(0x99ab9f3f, 0x9aa3f7d8),
    +     TOBN(0x0927c68a, 0x6706c02e), TOBN(0x22b5e76c, 0x69790e6c),
    +     TOBN(0x6c325260, 0x6c71376c), TOBN(0x53a57690, 0x09ef6657),
    +     TOBN(0x8d63f852, 0xedffcf3a), TOBN(0xb4d2ed04, 0x3c0a6f55),
    +     TOBN(0xdb3aa8de, 0x12519b9e), TOBN(0x5d38e9c4, 0x1e0a569a),
    +     TOBN(0x871528bf, 0x303747e2), TOBN(0xa208e77c, 0xf5b5c18d),
    +     TOBN(0x9d129c88, 0xca6bf923), TOBN(0xbcbf197f, 0xbf02839f),
    +     TOBN(0x9b9bf030, 0x27323194), TOBN(0x3b055a8b, 0x339ca59d),
    +     TOBN(0xb46b2312, 0x0f669520), TOBN(0x19789f1f, 0x497e5f24),
    +     TOBN(0x9c499468, 0xaaf01801), TOBN(0x72ee1190, 0x8b69d59c),
    +     TOBN(0x8bd39595, 0xacf4c079), TOBN(0x3ee11ece, 0x8e0cd048),
    +     TOBN(0xebde86ec, 0x1ed66f18), TOBN(0x225d906b, 0xd61fce43),
    +     TOBN(0x5cab07d6, 0xe8bed74d), TOBN(0x16e4617f, 0x27855ab7),
    +     TOBN(0x6568aadd, 0xb2fbc3dd), TOBN(0xedb5484f, 0x8aeddf5b),
    +     TOBN(0x878f20e8, 0x6dcf2fad), TOBN(0x3516497c, 0x615f5699),}
    +    ,
    +    {TOBN(0xef0a3fec, 0xfa181e69), TOBN(0x9ea02f81, 0x30d69a98),
    +     TOBN(0xb2e9cf8e, 0x66eab95d), TOBN(0x520f2beb, 0x24720021),
    +     TOBN(0x621c540a, 0x1df84361), TOBN(0x12037721, 0x71fa6d5d),
    +     TOBN(0x6e3c7b51, 0x0ff5f6ff), TOBN(0x817a069b, 0xabb2bef3),
    +     TOBN(0x83572fb6, 0xb294cda6), TOBN(0x6ce9bf75, 0xb9039f34),
    +     TOBN(0x20e012f0, 0x095cbb21), TOBN(0xa0aecc1b, 0xd063f0da),
    +     TOBN(0x57c21c3a, 0xf02909e5), TOBN(0xc7d59ecf, 0x48ce9cdc),
    +     TOBN(0x2732b844, 0x8ae336f8), TOBN(0x056e3723, 0x3f4f85f4),
    +     TOBN(0x8a10b531, 0x89e800ca), TOBN(0x50fe0c17, 0x145208fd),
    +     TOBN(0x9e43c0d3, 0xb714ba37), TOBN(0x427d200e, 0x34189acc),
    +     TOBN(0x05dee24f, 0xe616e2c0), TOBN(0x9c25f4c8, 0xee1854c1),
    +     TOBN(0x4d3222a5, 0x8f342a73), TOBN(0x0807804f, 0xa027c952),
    +     TOBN(0xc222653a, 0x4f0d56f3), TOBN(0x961e4047, 0xca28b805),
    +     TOBN(0x2c03f8b0, 0x4a73434b), TOBN(0x4c966787, 0xab712a19),
    +     TOBN(0xcc196c42, 0x864fee42), TOBN(0xc1be93da, 0x5b0ece5c),
    +     TOBN(0xa87d9f22, 0xc131c159), TOBN(0x2bb6d593, 0xdce45655),
    +     TOBN(0x22c49ec9, 0xb809b7ce), TOBN(0x8a41486b, 0xe2c72c2c),
    +     TOBN(0x813b9420, 0xfea0bf36), TOBN(0xb3d36ee9, 0xa66dac69),
    +     TOBN(0x6fddc08a, 0x328cc987), TOBN(0x0a3bcd2c, 0x3a326461),
    +     TOBN(0x7103c49d, 0xd810dbba), TOBN(0xf9d81a28, 0x4b78a4c4),
    +     TOBN(0x3de865ad, 0xe4d55941), TOBN(0xdedafa5e, 0x30384087),
    +     TOBN(0x6f414abb, 0x4ef18b9b), TOBN(0x9ee9ea42, 0xfaee5268),
    +     TOBN(0x260faa16, 0x37a55a4a), TOBN(0xeb19a514, 0x015f93b9),
    +     TOBN(0x51d7ebd2, 0x9e9c3598), TOBN(0x523fc56d, 0x1932178e),
    +     TOBN(0x501d070c, 0xb98fe684), TOBN(0xd60fbe9a, 0x124a1458),
    +     TOBN(0xa45761c8, 0x92bc6b3f), TOBN(0xf5384858, 0xfe6f27cb),
    +     TOBN(0x4b0271f7, 0xb59e763b), TOBN(0x3d4606a9, 0x5b5a8e5e),
    +     TOBN(0x1eda5d9b, 0x05a48292), TOBN(0xda7731d0, 0xe6fec446),
    +     TOBN(0xa3e33693, 0x90d45871), TOBN(0xe9764040, 0x06166d8d),
    +     TOBN(0xb5c33682, 0x89a90403), TOBN(0x4bd17983, 0x72f1d637),
    +     TOBN(0xa616679e, 0xd5d2c53a), TOBN(0x5ec4bcd8, 0xfdcf3b87),
    +     TOBN(0xae6d7613, 0xb66a694e), TOBN(0x7460fc76, 0xe3fc27e5),
    +     TOBN(0x70469b82, 0x95caabee), TOBN(0xde024ca5, 0x889501e3),
    +     TOBN(0x6bdadc06, 0x076ed265), TOBN(0x0cb1236b, 0x5a0ef8b2),
    +     TOBN(0x4065ddbf, 0x0972ebf9), TOBN(0xf1dd3875, 0x22aca432),
    +     TOBN(0xa88b97cf, 0x744aff76), TOBN(0xd1359afd, 0xfe8e3d24),
    +     TOBN(0x52a3ba2b, 0x91502cf3), TOBN(0x2c3832a8, 0x084db75d),
    +     TOBN(0x04a12ddd, 0xde30b1c9), TOBN(0x7802eabc, 0xe31fd60c),
    +     TOBN(0x33707327, 0xa37fddab), TOBN(0x65d6f2ab, 0xfaafa973),
    +     TOBN(0x3525c5b8, 0x11e6f91a), TOBN(0x76aeb0c9, 0x5f46530b),
    +     TOBN(0xe8815ff6, 0x2f93a675), TOBN(0xa6ec9684, 0x05f48679),
    +     TOBN(0x6dcbb556, 0x358ae884), TOBN(0x0af61472, 0xe19e3873),
    +     TOBN(0x72334372, 0xa5f696be), TOBN(0xc65e57ea, 0x6f22fb70),
    +     TOBN(0x268da30c, 0x946cea90), TOBN(0x136a8a87, 0x65681b2a),
    +     TOBN(0xad5e81dc, 0x0f9f44d4), TOBN(0xf09a6960, 0x2c46585a),
    +     TOBN(0xd1649164, 0xc447d1b1), TOBN(0x3b4b36c8, 0x879dc8b1),
    +     TOBN(0x20d4177b, 0x3b6b234c), TOBN(0x096a2505, 0x1730d9d0),
    +     TOBN(0x0611b9b8, 0xef80531d), TOBN(0xba904b3b, 0x64bb495d),
    +     TOBN(0x1192d9d4, 0x93a3147a), TOBN(0x9f30a5dc, 0x9a565545),
    +     TOBN(0x90b1f9cb, 0x6ef07212), TOBN(0x29958546, 0x0d87fc13),
    +     TOBN(0xd3323eff, 0xc17db9ba), TOBN(0xcb18548c, 0xcb1644a8),
    +     TOBN(0x18a306d4, 0x4f49ffbc), TOBN(0x28d658f1, 0x4c2e8684),
    +     TOBN(0x44ba60cd, 0xa99f8c71), TOBN(0x67b7abdb, 0x4bf742ff),
    +     TOBN(0x66310f9c, 0x914b3f99), TOBN(0xae430a32, 0xf412c161),
    +     TOBN(0x1e6776d3, 0x88ace52f), TOBN(0x4bc0fa24, 0x52d7067d),
    +     TOBN(0x03c286aa, 0x8f07cd1b), TOBN(0x4cb8f38c, 0xa985b2c1),
    +     TOBN(0x83ccbe80, 0x8c3bff36), TOBN(0x005a0bd2, 0x5263e575),
    +     TOBN(0x460d7dda, 0x259bdcd1), TOBN(0x4a1c5642, 0xfa5cab6b),
    +     TOBN(0x2b7bdbb9, 0x9fe4fc88), TOBN(0x09418e28, 0xcc97bbb5),
    +     TOBN(0xd8274fb4, 0xa12321ae), TOBN(0xb137007d, 0x5c87b64e),
    +     TOBN(0x80531fe1, 0xc63c4962), TOBN(0x50541e89, 0x981fdb25),
    +     TOBN(0xdc1291a1, 0xfd4c2b6b), TOBN(0xc0693a17, 0xa6df4fca),
    +     TOBN(0xb2c4604e, 0x0117f203), TOBN(0x245f1963, 0x0a99b8d0),
    +     TOBN(0xaedc20aa, 0xc6212c44), TOBN(0xb1ed4e56, 0x520f52a8),
    +     TOBN(0xfe48f575, 0xf8547be3), TOBN(0x0a7033cd, 0xa9e45f98),
    +     TOBN(0x4b45d3a9, 0x18c50100), TOBN(0xb2a6cd6a, 0xa61d41da),
    +     TOBN(0x60bbb4f5, 0x57933c6b), TOBN(0xa7538ebd, 0x2b0d7ffc),
    +     TOBN(0x9ea3ab8d, 0x8cd626b6), TOBN(0x8273a484, 0x3601625a),
    +     TOBN(0x88859845, 0x0168e508), TOBN(0x8cbc9bb2, 0x99a94abd),
    +     TOBN(0x713ac792, 0xfab0a671), TOBN(0xa3995b19, 0x6c9ebffc),
    +     TOBN(0xe711668e, 0x1239e152), TOBN(0x56892558, 0xbbb8dff4),
    +     TOBN(0x8bfc7dab, 0xdbf17963), TOBN(0x5b59fe5a, 0xb3de1253),
    +     TOBN(0x7e3320eb, 0x34a9f7ae), TOBN(0xe5e8cf72, 0xd751efe4),
    +     TOBN(0x7ea003bc, 0xd9be2f37), TOBN(0xc0f551a0, 0xb6c08ef7),
    +     TOBN(0x56606268, 0x038f6725), TOBN(0x1dd38e35, 0x6d92d3b6),
    +     TOBN(0x07dfce7c, 0xc3cbd686), TOBN(0x4e549e04, 0x651c5da8),
    +     TOBN(0x4058f93b, 0x08b19340), TOBN(0xc2fae6f4, 0xcac6d89d),
    +     TOBN(0x4bad8a8c, 0x8f159cc7), TOBN(0x0ddba4b3, 0xcb0b601c),
    +     TOBN(0xda4fc7b5, 0x1dd95f8c), TOBN(0x1d163cd7, 0xcea5c255),
    +     TOBN(0x30707d06, 0x274a8c4c), TOBN(0x79d9e008, 0x2802e9ce),
    +     TOBN(0x02a29ebf, 0xe6ddd505), TOBN(0x37064e74, 0xb50bed1a),
    +     TOBN(0x3f6bae65, 0xa7327d57), TOBN(0x3846f5f1, 0xf83920bc),
    +     TOBN(0x87c37491, 0x60df1b9b), TOBN(0x4cfb2895, 0x2d1da29f),
    +     TOBN(0x10a478ca, 0x4ed1743c), TOBN(0x390c6030, 0x3edd47c6),
    +     TOBN(0x8f3e5312, 0x8c0a78de), TOBN(0xccd02bda, 0x1e85df70),
    +     TOBN(0xd6c75c03, 0xa61b6582), TOBN(0x0762921c, 0xfc0eebd1),
    +     TOBN(0xd34d0823, 0xd85010c0), TOBN(0xd73aaacb, 0x0044cf1f),
    +     TOBN(0xfb4159bb, 0xa3b5e78a), TOBN(0x2287c7f7, 0xe5826f3f),
    +     TOBN(0x4aeaf742, 0x580b1a01), TOBN(0xf080415d, 0x60423b79),
    +     TOBN(0xe12622cd, 0xa7dea144), TOBN(0x49ea4996, 0x59d62472),
    +     TOBN(0xb42991ef, 0x571f3913), TOBN(0x0610f214, 0xf5b25a8a),
    +     TOBN(0x47adc585, 0x30b79e8f), TOBN(0xf90e3df6, 0x07a065a2),
    +     TOBN(0x5d0a5deb, 0x43e2e034), TOBN(0x53fb5a34, 0x444024aa),
    +     TOBN(0xa8628c68, 0x6b0c9f7f), TOBN(0x9c69c29c, 0xac563656),
    +     TOBN(0x5a231feb, 0xbace47b6), TOBN(0xbdce0289, 0x9ea5a2ec),
    +     TOBN(0x05da1fac, 0x9463853e), TOBN(0x96812c52, 0x509e78aa),
    +     TOBN(0xd3fb5771, 0x57151692), TOBN(0xeb2721f8, 0xd98e1c44),
    +     TOBN(0xc0506087, 0x32399be1), TOBN(0xda5a5511, 0xd979d8b8),
    +     TOBN(0x737ed55d, 0xc6f56780), TOBN(0xe20d3004, 0x0dc7a7f4),
    +     TOBN(0x02ce7301, 0xf5941a03), TOBN(0x91ef5215, 0xed30f83a),
    +     TOBN(0x28727fc1, 0x4092d85f), TOBN(0x72d223c6, 0x5c49e41a),
    +     TOBN(0xa7cf30a2, 0xba6a4d81), TOBN(0x7c086209, 0xb030d87d),
    +     TOBN(0x04844c7d, 0xfc588b09), TOBN(0x728cd499, 0x5874bbb0),
    +     TOBN(0xcc1281ee, 0xe84c0495), TOBN(0x0769b5ba, 0xec31958f),
    +     TOBN(0x665c228b, 0xf99c2471), TOBN(0xf2d8a11b, 0x191eb110),
    +     TOBN(0x4594f494, 0xd36d7024), TOBN(0x482ded8b, 0xcdcb25a1),
    +     TOBN(0xc958a9d8, 0xdadd4885), TOBN(0x7004477e, 0xf1d2b547),
    +     TOBN(0x0a45f6ef, 0x2a0af550), TOBN(0x4fc739d6, 0x2f8d6351),
    +     TOBN(0x75cdaf27, 0x786f08a9), TOBN(0x8700bb26, 0x42c2737f),
    +     TOBN(0x855a7141, 0x1c4e2670), TOBN(0x810188c1, 0x15076fef),
    +     TOBN(0xc251d0c9, 0xabcd3297), TOBN(0xae4c8967, 0xf48108eb),
    +     TOBN(0xbd146de7, 0x18ceed30), TOBN(0xf9d4f07a, 0xc986bced),
    +     TOBN(0x5ad98ed5, 0x83fa1e08), TOBN(0x7780d33e, 0xbeabd1fb),
    +     TOBN(0xe330513c, 0x903b1196), TOBN(0xba11de9e, 0xa47bc8c4),
    +     TOBN(0x684334da, 0x02c2d064), TOBN(0x7ecf360d, 0xa48de23b),
    +     TOBN(0x57a1b474, 0x0a9089d8), TOBN(0xf28fa439, 0xff36734c),
    +     TOBN(0xf2a482cb, 0xea4570b3), TOBN(0xee65d68b, 0xa5ebcee9),
    +     TOBN(0x988d0036, 0xb9694cd5), TOBN(0x53edd0e9, 0x37885d32),
    +     TOBN(0xe37e3307, 0xbeb9bc6d), TOBN(0xe9abb907, 0x9f5c6768),
    +     TOBN(0x4396ccd5, 0x51f2160f), TOBN(0x2500888c, 0x47336da6),
    +     TOBN(0x383f9ed9, 0x926fce43), TOBN(0x809dd1c7, 0x04da2930),
    +     TOBN(0x30f6f596, 0x8a4cb227), TOBN(0x0d700c7f, 0x73a56b38),
    +     TOBN(0x1825ea33, 0xab64a065), TOBN(0xaab9b735, 0x1338df80),
    +     TOBN(0x1516100d, 0x9b63f57f), TOBN(0x2574395a, 0x27a6a634),
    +     TOBN(0xb5560fb6, 0x700a1acd), TOBN(0xe823fd73, 0xfd999681),
    +     TOBN(0xda915d1f, 0x6cb4e1ba), TOBN(0x0d030118, 0x6ebe00a3),
    +     TOBN(0x744fb0c9, 0x89fca8cd), TOBN(0x970d01db, 0xf9da0e0b),
    +     TOBN(0x0ad8c564, 0x7931d76f), TOBN(0xb15737bf, 0xf659b96a),
    +     TOBN(0xdc9933e8, 0xa8b484e7), TOBN(0xb2fdbdf9, 0x7a26dec7),
    +     TOBN(0x2349e9a4, 0x9f1f0136), TOBN(0x7860368e, 0x70fddddb),
    +     TOBN(0xd93d2c1c, 0xf9ad3e18), TOBN(0x6d6c5f17, 0x689f4e79),
    +     TOBN(0x7a544d91, 0xb24ff1b6), TOBN(0x3e12a5eb, 0xfe16cd8c),
    +     TOBN(0x543574e9, 0xa56b872f), TOBN(0xa1ad550c, 0xfcf68ea2),
    +     TOBN(0x689e37d2, 0x3f560ef7), TOBN(0x8c54b9ca, 0xc9d47a8b),
    +     TOBN(0x46d40a4a, 0x088ac342), TOBN(0xec450c7c, 0x1576c6d0),
    +     TOBN(0xb589e31c, 0x1f9689e9), TOBN(0xdacf2602, 0xb8781718),
    +     TOBN(0xa89237c6, 0xc8cb6b42), TOBN(0x1326fc93, 0xb96ef381),
    +     TOBN(0x55d56c6d, 0xb5f07825), TOBN(0xacba2eea, 0x7449e22d),
    +     TOBN(0x74e0887a, 0x633c3000), TOBN(0xcb6cd172, 0xd7cbcf71),
    +     TOBN(0x309e81de, 0xc36cf1be), TOBN(0x07a18a6d, 0x60ae399b),
    +     TOBN(0xb36c2679, 0x9edce57e), TOBN(0x52b892f4, 0xdf001d41),
    +     TOBN(0xd884ae5d, 0x16a1f2c6), TOBN(0x9b329424, 0xefcc370a),
    +     TOBN(0x3120daf2, 0xbd2e21df), TOBN(0x55298d2d, 0x02470a99),
    +     TOBN(0x0b78af6c, 0xa05db32e), TOBN(0x5c76a331, 0x601f5636),
    +     TOBN(0xaae861ff, 0xf8a4f29c), TOBN(0x70dc9240, 0xd68f8d49),
    +     TOBN(0x960e649f, 0x81b1321c), TOBN(0x3d2c801b, 0x8792e4ce),
    +     TOBN(0xf479f772, 0x42521876), TOBN(0x0bed93bc, 0x416c79b1),
    +     TOBN(0xa67fbc05, 0x263e5bc9), TOBN(0x01e8e630, 0x521db049),
    +     TOBN(0x76f26738, 0xc6f3431e), TOBN(0xe609cb02, 0xe3267541),
    +     TOBN(0xb10cff2d, 0x818c877c), TOBN(0x1f0e75ce, 0x786a13cb),
    +     TOBN(0xf4fdca64, 0x1158544d), TOBN(0x5d777e89, 0x6cb71ed0),
    +     TOBN(0x3c233737, 0xa9aa4755), TOBN(0x7b453192, 0xe527ab40),
    +     TOBN(0xdb59f688, 0x39f05ffe), TOBN(0x8f4f4be0, 0x6d82574e),
    +     TOBN(0xcce3450c, 0xee292d1b), TOBN(0xaa448a12, 0x61ccd086),
    +     TOBN(0xabce91b3, 0xf7914967), TOBN(0x4537f09b, 0x1908a5ed),
    +     TOBN(0xa812421e, 0xf51042e7), TOBN(0xfaf5cebc, 0xec0b3a34),
    +     TOBN(0x730ffd87, 0x4ca6b39a), TOBN(0x70fb72ed, 0x02efd342),
    +     TOBN(0xeb4735f9, 0xd75c8edb), TOBN(0xc11f2157, 0xc278aa51),
    +     TOBN(0xc459f635, 0xbf3bfebf), TOBN(0x3a1ff0b4, 0x6bd9601f),
    +     TOBN(0xc9d12823, 0xc420cb73), TOBN(0x3e9af3e2, 0x3c2915a3),
    +     TOBN(0xe0c82c72, 0xb41c3440), TOBN(0x175239e5, 0xe3039a5f),
    +     TOBN(0xe1084b8a, 0x558795a3), TOBN(0x328d0a1d, 0xd01e5c60),
    +     TOBN(0x0a495f2e, 0xd3788a04), TOBN(0x25d8ff16, 0x66c11a9f),
    +     TOBN(0xf5155f05, 0x9ed692d6), TOBN(0x954fa107, 0x4f425fe4),
    +     TOBN(0xd16aabf2, 0xe98aaa99), TOBN(0x90cd8ba0, 0x96b0f88a),
    +     TOBN(0x957f4782, 0xc154026a), TOBN(0x54ee0734, 0x52af56d2),
    +     TOBN(0xbcf89e54, 0x45b4147a), TOBN(0x3d102f21, 0x9a52816c),
    +     TOBN(0x6808517e, 0x39b62e77), TOBN(0x92e25421, 0x69169ad8),
    +     TOBN(0xd721d871, 0xbb608558), TOBN(0x60e4ebae, 0xf6d4ff9b),
    +     TOBN(0x0ba10819, 0x41f2763e), TOBN(0xca2e45be, 0x51ee3247),
    +     TOBN(0x66d172ec, 0x2bfd7a5f), TOBN(0x528a8f2f, 0x74d0b12d),
    +     TOBN(0xe17f1e38, 0xdabe70dc), TOBN(0x1d5d7316, 0x9f93983c),
    +     TOBN(0x51b2184a, 0xdf423e31), TOBN(0xcb417291, 0xaedb1a10),
    +     TOBN(0x2054ca93, 0x625bcab9), TOBN(0x54396860, 0xa98998f0),
    +     TOBN(0x4e53f6c4, 0xa54ae57e), TOBN(0x0ffeb590, 0xee648e9d),
    +     TOBN(0xfbbdaadc, 0x6afaf6bc), TOBN(0xf88ae796, 0xaa3bfb8a),
    +     TOBN(0x209f1d44, 0xd2359ed9), TOBN(0xac68dd03, 0xf3544ce2),
    +     TOBN(0xf378da47, 0xfd51e569), TOBN(0xe1abd860, 0x2cc80097),
    +     TOBN(0x23ca18d9, 0x343b6e3a), TOBN(0x480797e8, 0xb40a1bae),
    +     TOBN(0xd1f0c717, 0x533f3e67), TOBN(0x44896970, 0x06e6cdfc),
    +     TOBN(0x8ca21055, 0x52a82e8d), TOBN(0xb2caf785, 0x78460cdc),
    +     TOBN(0x4c1b7b62, 0xe9037178), TOBN(0xefc09d2c, 0xdb514b58),
    +     TOBN(0x5f2df9ee, 0x9113be5c), TOBN(0x2fbda78f, 0xb3f9271c),
    +     TOBN(0xe09a81af, 0x8f83fc54), TOBN(0x06b13866, 0x8afb5141),
    +     TOBN(0x38f6480f, 0x43e3865d), TOBN(0x72dd77a8, 0x1ddf47d9),
    +     TOBN(0xf2a8e971, 0x4c205ff7), TOBN(0x46d449d8, 0x9d088ad8),
    +     TOBN(0x926619ea, 0x185d706f), TOBN(0xe47e02eb, 0xc7dd7f62),
    +     TOBN(0xe7f120a7, 0x8cbc2031), TOBN(0xc18bef00, 0x998d4ac9),
    +     TOBN(0x18f37a9c, 0x6bdf22da), TOBN(0xefbc432f, 0x90dc82df),
    +     TOBN(0xc52cef8e, 0x5d703651), TOBN(0x82887ba0, 0xd99881a5),
    +     TOBN(0x7cec9dda, 0xb920ec1d), TOBN(0xd0d7e8c3, 0xec3e8d3b),
    +     TOBN(0x445bc395, 0x4ca88747), TOBN(0xedeaa2e0, 0x9fd53535),
    +     TOBN(0x461b1d93, 0x6cc87475), TOBN(0xd92a52e2, 0x6d2383bd),
    +     TOBN(0xfabccb59, 0xd7903546), TOBN(0x6111a761, 0x3d14b112),
    +     TOBN(0x0ae584fe, 0xb3d5f612), TOBN(0x5ea69b8d, 0x60e828ec),
    +     TOBN(0x6c078985, 0x54087030), TOBN(0x649cab04, 0xac4821fe),
    +     TOBN(0x25ecedcf, 0x8bdce214), TOBN(0xb5622f72, 0x86af7361),
    +     TOBN(0x0e1227aa, 0x7038b9e2), TOBN(0xd0efb273, 0xac20fa77),
    +     TOBN(0x817ff88b, 0x79df975b), TOBN(0x856bf286, 0x1999503e),
    +     TOBN(0xb4d5351f, 0x5038ec46), TOBN(0x740a52c5, 0xfc42af6e),
    +     TOBN(0x2e38bb15, 0x2cbb1a3f), TOBN(0xc3eb99fe, 0x17a83429),
    +     TOBN(0xca4fcbf1, 0xdd66bb74), TOBN(0x880784d6, 0xcde5e8fc),
    +     TOBN(0xddc84c1c, 0xb4e7a0be), TOBN(0x8780510d, 0xbd15a72f),
    +     TOBN(0x44bcf1af, 0x81ec30e1), TOBN(0x141e50a8, 0x0a61073e),
    +     TOBN(0x0d955718, 0x47be87ae), TOBN(0x68a61417, 0xf76a4372),
    +     TOBN(0xf57e7e87, 0xc607c3d3), TOBN(0x043afaf8, 0x5252f332),
    +     TOBN(0xcc14e121, 0x1552a4d2), TOBN(0xb6dee692, 0xbb4d4ab4),
    +     TOBN(0xb6ab74c8, 0xa03816a4), TOBN(0x84001ae4, 0x6f394a29),
    +     TOBN(0x5bed8344, 0xd795fb45), TOBN(0x57326e7d, 0xb79f55a5),
    +     TOBN(0xc9533ce0, 0x4accdffc), TOBN(0x53473caf, 0x3993fa04),
    +     TOBN(0x7906eb93, 0xa13df4c8), TOBN(0xa73e51f6, 0x97cbe46f),
    +     TOBN(0xd1ab3ae1, 0x0ae4ccf8), TOBN(0x25614508, 0x8a5b3dbc),
    +     TOBN(0x61eff962, 0x11a71b27), TOBN(0xdf71412b, 0x6bb7fa39),
    +     TOBN(0xb31ba6b8, 0x2bd7f3ef), TOBN(0xb0b9c415, 0x69180d29),
    +     TOBN(0xeec14552, 0x014cdde5), TOBN(0x702c624b, 0x227b4bbb),
    +     TOBN(0x2b15e8c2, 0xd3e988f3), TOBN(0xee3bcc6d, 0xa4f7fd04),
    +     TOBN(0x9d00822a, 0x42ac6c85), TOBN(0x2db0cea6, 0x1df9f2b7),
    +     TOBN(0xd7cad2ab, 0x42de1e58), TOBN(0x346ed526, 0x2d6fbb61),
    +     TOBN(0xb3962995, 0x1a2faf09), TOBN(0x2fa8a580, 0x7c25612e),
    +     TOBN(0x30ae04da, 0x7cf56490), TOBN(0x75662908, 0x0eea3961),
    +     TOBN(0x3609f5c5, 0x3d080847), TOBN(0xcb081d39, 0x5241d4f6),
    +     TOBN(0xb4fb3810, 0x77961a63), TOBN(0xc20c5984, 0x2abb66fc),
    +     TOBN(0x3d40aa7c, 0xf902f245), TOBN(0x9cb12736, 0x4e536b1e),
    +     TOBN(0x5eda24da, 0x99b3134f), TOBN(0xafbd9c69, 0x5cd011af),
    +     TOBN(0x9a16e30a, 0xc7088c7d), TOBN(0x5ab65710, 0x3207389f),
    +     TOBN(0x1b09547f, 0xe7407a53), TOBN(0x2322f9d7, 0x4fdc6eab),
    +     TOBN(0xc0f2f22d, 0x7430de4d), TOBN(0x19382696, 0xe68ca9a9),
    +     TOBN(0x17f1eff1, 0x918e5868), TOBN(0xe3b5b635, 0x586f4204),
    +     TOBN(0x146ef980, 0x3fbc4341), TOBN(0x359f2c80, 0x5b5eed4e),
    +     TOBN(0x9f35744e, 0x7482e41d), TOBN(0x9a9ac3ec, 0xf3b224c2),
    +     TOBN(0x9161a6fe, 0x91fc50ae), TOBN(0x89ccc66b, 0xc613fa7c),
    +     TOBN(0x89268b14, 0xc732f15a), TOBN(0x7cd6f4e2, 0xb467ed03),
    +     TOBN(0xfbf79869, 0xce56b40e), TOBN(0xf93e094c, 0xc02dde98),
    +     TOBN(0xefe0c3a8, 0xedee2cd7), TOBN(0x90f3ffc0, 0xb268fd42),
    +     TOBN(0x81a7fd56, 0x08241aed), TOBN(0x95ab7ad8, 0x00b1afe8),
    +     TOBN(0x40127056, 0x3e310d52), TOBN(0xd3ffdeb1, 0x09d9fc43),
    +     TOBN(0xc8f85c91, 0xd11a8594), TOBN(0x2e74d258, 0x31cf6db8),
    +     TOBN(0x829c7ca3, 0x02b5dfd0), TOBN(0xe389cfbe, 0x69143c86),
    +     TOBN(0xd01b6405, 0x941768d8), TOBN(0x45103995, 0x03bf825d),
    +     TOBN(0xcc4ee166, 0x56cd17e2), TOBN(0xbea3c283, 0xba037e79),
    +     TOBN(0x4e1ac06e, 0xd9a47520), TOBN(0xfbfe18aa, 0xaf852404),
    +     TOBN(0x5615f8e2, 0x8087648a), TOBN(0x7301e47e, 0xb9d150d9),
    +     TOBN(0x79f9f9dd, 0xb299b977), TOBN(0x76697a7b, 0xa5b78314),
    +     TOBN(0x10d67468, 0x7d7c90e7), TOBN(0x7afffe03, 0x937210b5),
    +     TOBN(0x5aef3e4b, 0x28c22cee), TOBN(0xefb0ecd8, 0x09fd55ae),
    +     TOBN(0x4cea7132, 0x0d2a5d6a), TOBN(0x9cfb5fa1, 0x01db6357),
    +     TOBN(0x395e0b57, 0xf36e1ac5), TOBN(0x008fa9ad, 0x36cafb7d),
    +     TOBN(0x8f6cdf70, 0x5308c4db), TOBN(0x51527a37, 0x95ed2477),
    +     TOBN(0xba0dee30, 0x5bd21311), TOBN(0x6ed41b22, 0x909c90d7),
    +     TOBN(0xc5f6b758, 0x7c8696d3), TOBN(0x0db8eaa8, 0x3ce83a80),
    +     TOBN(0xd297fe37, 0xb24b4b6f), TOBN(0xfe58afe8, 0x522d1f0d),
    +     TOBN(0x97358736, 0x8c98dbd9), TOBN(0x6bc226ca, 0x9454a527),
    +     TOBN(0xa12b384e, 0xce53c2d0), TOBN(0x779d897d, 0x5e4606da),
    +     TOBN(0xa53e47b0, 0x73ec12b0), TOBN(0x462dbbba, 0x5756f1ad),
    +     TOBN(0x69fe09f2, 0xcafe37b6), TOBN(0x273d1ebf, 0xecce2e17),
    +     TOBN(0x8ac1d538, 0x3cf607fd), TOBN(0x8035f7ff, 0x12e10c25),}
    +    ,
    +    {TOBN(0x854d34c7, 0x7e6c5520), TOBN(0xc27df9ef, 0xdcb9ea58),
    +     TOBN(0x405f2369, 0xd686666d), TOBN(0x29d1febf, 0x0417aa85),
    +     TOBN(0x9846819e, 0x93470afe), TOBN(0x3e6a9669, 0xe2a27f9e),
    +     TOBN(0x24d008a2, 0xe31e6504), TOBN(0xdba7cecf, 0x9cb7680a),
    +     TOBN(0xecaff541, 0x338d6e43), TOBN(0x56f7dd73, 0x4541d5cc),
    +     TOBN(0xb5d426de, 0x96bc88ca), TOBN(0x48d94f6b, 0x9ed3a2c3),
    +     TOBN(0x6354a3bb, 0x2ef8279c), TOBN(0xd575465b, 0x0b1867f2),
    +     TOBN(0xef99b0ff, 0x95225151), TOBN(0xf3e19d88, 0xf94500d8),
    +     TOBN(0x92a83268, 0xe32dd620), TOBN(0x913ec99f, 0x627849a2),
    +     TOBN(0xedd8fdfa, 0x2c378882), TOBN(0xaf96f33e, 0xee6f8cfe),
    +     TOBN(0xc06737e5, 0xdc3fa8a5), TOBN(0x236bb531, 0xb0b03a1d),
    +     TOBN(0x33e59f29, 0x89f037b0), TOBN(0x13f9b5a7, 0xd9a12a53),
    +     TOBN(0x0d0df6ce, 0x51efb310), TOBN(0xcb5b2eb4, 0x958df5be),
    +     TOBN(0xd6459e29, 0x36158e59), TOBN(0x82aae2b9, 0x1466e336),
    +     TOBN(0xfb658a39, 0x411aa636), TOBN(0x7152ecc5, 0xd4c0a933),
    +     TOBN(0xf10c758a, 0x49f026b7), TOBN(0xf4837f97, 0xcb09311f),
    +     TOBN(0xddfb02c4, 0xc753c45f), TOBN(0x18ca81b6, 0xf9c840fe),
    +     TOBN(0x846fd09a, 0xb0f8a3e6), TOBN(0xb1162add, 0xe7733dbc),
    +     TOBN(0x7070ad20, 0x236e3ab6), TOBN(0xf88cdaf5, 0xb2a56326),
    +     TOBN(0x05fc8719, 0x997cbc7a), TOBN(0x442cd452, 0x4b665272),
    +     TOBN(0x7807f364, 0xb71698f5), TOBN(0x6ba418d2, 0x9f7b605e),
    +     TOBN(0xfd20b00f, 0xa03b2cbb), TOBN(0x883eca37, 0xda54386f),
    +     TOBN(0xff0be43f, 0xf3437f24), TOBN(0xe910b432, 0xa48bb33c),
    +     TOBN(0x4963a128, 0x329df765), TOBN(0xac1dd556, 0xbe2fe6f7),
    +     TOBN(0x557610f9, 0x24a0a3fc), TOBN(0x38e17bf4, 0xe881c3f9),
    +     TOBN(0x6ba84faf, 0xed0dac99), TOBN(0xd4a222c3, 0x59eeb918),
    +     TOBN(0xc79c1dbe, 0x13f542b6), TOBN(0x1fc65e0d, 0xe425d457),
    +     TOBN(0xeffb754f, 0x1debb779), TOBN(0x638d8fd0, 0x9e08af60),
    +     TOBN(0x994f523a, 0x626332d5), TOBN(0x7bc38833, 0x5561bb44),
    +     TOBN(0x005ed4b0, 0x3d845ea2), TOBN(0xd39d3ee1, 0xc2a1f08a),
    +     TOBN(0x6561fdd3, 0xe7676b0d), TOBN(0x620e35ff, 0xfb706017),
    +     TOBN(0x36ce424f, 0xf264f9a8), TOBN(0xc4c3419f, 0xda2681f7),
    +     TOBN(0xfb6afd2f, 0x69beb6e8), TOBN(0x3a50b993, 0x6d700d03),
    +     TOBN(0xc840b2ad, 0x0c83a14f), TOBN(0x573207be, 0x54085bef),
    +     TOBN(0x5af882e3, 0x09fe7e5b), TOBN(0x957678a4, 0x3b40a7e1),
    +     TOBN(0x172d4bdd, 0x543056e2), TOBN(0x9c1b26b4, 0x0df13c0a),
    +     TOBN(0x1c30861c, 0xf405ff06), TOBN(0xebac86bd, 0x486e828b),
    +     TOBN(0xe791a971, 0x636933fc), TOBN(0x50e7c2be, 0x7aeee947),
    +     TOBN(0xc3d4a095, 0xfa90d767), TOBN(0xae60eb7b, 0xe670ab7b),
    +     TOBN(0x17633a64, 0x397b056d), TOBN(0x93a21f33, 0x105012aa),
    +     TOBN(0x663c370b, 0xabb88643), TOBN(0x91df36d7, 0x22e21599),
    +     TOBN(0x183ba835, 0x8b761671), TOBN(0x381eea1d, 0x728f3bf1),
    +     TOBN(0xb9b2f1ba, 0x39966e6c), TOBN(0x7c464a28, 0xe7295492),
    +     TOBN(0x0fd5f70a, 0x09b26b7f), TOBN(0xa9aba1f9, 0xfbe009df),
    +     TOBN(0x857c1f22, 0x369b87ad), TOBN(0x3c00e5d9, 0x32fca556),
    +     TOBN(0x1ad74cab, 0x90b06466), TOBN(0xa7112386, 0x550faaf2),
    +     TOBN(0x7435e198, 0x6d9bd5f5), TOBN(0x2dcc7e38, 0x59c3463f),
    +     TOBN(0xdc7df748, 0xca7bd4b2), TOBN(0x13cd4c08, 0x9dec2f31),
    +     TOBN(0x0d3b5df8, 0xe3237710), TOBN(0x0dadb26e, 0xcbd2f7b0),
    +     TOBN(0x9f5966ab, 0xe4aa082b), TOBN(0x666ec8de, 0x350e966e),
    +     TOBN(0x1bfd1ed5, 0xee524216), TOBN(0xcd93c59b, 0x41dab0b6),
    +     TOBN(0x658a8435, 0xd186d6ba), TOBN(0x1b7d34d2, 0x159d1195),
    +     TOBN(0x5936e460, 0x22caf46b), TOBN(0x6a45dd8f, 0x9a96fe4f),
    +     TOBN(0xf7925434, 0xb98f474e), TOBN(0x41410412, 0x0053ef15),
    +     TOBN(0x71cf8d12, 0x41de97bf), TOBN(0xb8547b61, 0xbd80bef4),
    +     TOBN(0xb47d3970, 0xc4db0037), TOBN(0xf1bcd328, 0xfef20dff),
    +     TOBN(0x31a92e09, 0x10caad67), TOBN(0x1f591960, 0x5531a1e1),
    +     TOBN(0x3bb852e0, 0x5f4fc840), TOBN(0x63e297ca, 0x93a72c6c),
    +     TOBN(0x3c2b0b2e, 0x49abad67), TOBN(0x6ec405fc, 0xed3db0d9),
    +     TOBN(0xdc14a530, 0x7fef1d40), TOBN(0xccd19846, 0x280896fc),
    +     TOBN(0x00f83176, 0x9bb81648), TOBN(0xd69eb485, 0x653120d0),
    +     TOBN(0xd17d75f4, 0x4ccabc62), TOBN(0x34a07f82, 0xb749fcb1),
    +     TOBN(0x2c3af787, 0xbbfb5554), TOBN(0xb06ed4d0, 0x62e283f8),
    +     TOBN(0x5722889f, 0xa19213a0), TOBN(0x162b085e, 0xdcf3c7b4),
    +     TOBN(0xbcaecb31, 0xe0dd3eca), TOBN(0xc6237fbc, 0xe52f13a5),
    +     TOBN(0xcc2b6b03, 0x27bac297), TOBN(0x2ae1cac5, 0xb917f54a),
    +     TOBN(0x474807d4, 0x7845ae4f), TOBN(0xfec7dd92, 0xce5972e0),
    +     TOBN(0xc3bd2541, 0x1d7915bb), TOBN(0x66f85dc4, 0xd94907ca),
    +     TOBN(0xd981b888, 0xbdbcf0ca), TOBN(0xd75f5da6, 0xdf279e9f),
    +     TOBN(0x128bbf24, 0x7054e934), TOBN(0x3c6ff6e5, 0x81db134b),
    +     TOBN(0x795b7cf4, 0x047d26e4), TOBN(0xf370f7b8, 0x5049ec37),
    +     TOBN(0xc6712d4d, 0xced945af), TOBN(0xdf30b5ec, 0x095642bc),
    +     TOBN(0x9b034c62, 0x4896246e), TOBN(0x5652c016, 0xee90bbd1),
    +     TOBN(0xeb38636f, 0x87fedb73), TOBN(0x5e32f847, 0x0135a613),
    +     TOBN(0x0703b312, 0xcf933c83), TOBN(0xd05bb76e, 0x1a7f47e6),
    +     TOBN(0x825e4f0c, 0x949c2415), TOBN(0x569e5622, 0x7250d6f8),
    +     TOBN(0xbbe9eb3a, 0x6568013e), TOBN(0x8dbd203f, 0x22f243fc),
    +     TOBN(0x9dbd7694, 0xb342734a), TOBN(0x8f6d12f8, 0x46afa984),
    +     TOBN(0xb98610a2, 0xc9eade29), TOBN(0xbab4f323, 0x47dd0f18),
    +     TOBN(0x5779737b, 0x671c0d46), TOBN(0x10b6a7c6, 0xd3e0a42a),
    +     TOBN(0xfb19ddf3, 0x3035b41c), TOBN(0xd336343f, 0x99c45895),
    +     TOBN(0x61fe4938, 0x54c857e5), TOBN(0xc4d506be, 0xae4e57d5),
    +     TOBN(0x3cd8c8cb, 0xbbc33f75), TOBN(0x7281f08a, 0x9262c77d),
    +     TOBN(0x083f4ea6, 0xf11a2823), TOBN(0x8895041e, 0x9fba2e33),
    +     TOBN(0xfcdfea49, 0x9c438edf), TOBN(0x7678dcc3, 0x91edba44),
    +     TOBN(0xf07b3b87, 0xe2ba50f0), TOBN(0xc13888ef, 0x43948c1b),
    +     TOBN(0xc2135ad4, 0x1140af42), TOBN(0x8e5104f3, 0x926ed1a7),
    +     TOBN(0xf24430cb, 0x88f6695f), TOBN(0x0ce0637b, 0x6d73c120),
    +     TOBN(0xb2db01e6, 0xfe631e8f), TOBN(0x1c5563d7, 0xd7bdd24b),
    +     TOBN(0x8daea3ba, 0x369ad44f), TOBN(0x000c81b6, 0x8187a9f9),
    +     TOBN(0x5f48a951, 0xaae1fd9a), TOBN(0xe35626c7, 0x8d5aed8a),
    +     TOBN(0x20952763, 0x0498c622), TOBN(0x76d17634, 0x773aa504),
    +     TOBN(0x36d90dda, 0xeb300f7a), TOBN(0x9dcf7dfc, 0xedb5e801),
    +     TOBN(0x645cb268, 0x74d5244c), TOBN(0xa127ee79, 0x348e3aa2),
    +     TOBN(0x488acc53, 0x575f1dbb), TOBN(0x95037e85, 0x80e6161e),
    +     TOBN(0x57e59283, 0x292650d0), TOBN(0xabe67d99, 0x14938216),
    +     TOBN(0x3c7f944b, 0x3f8e1065), TOBN(0xed908cb6, 0x330e8924),
    +     TOBN(0x08ee8fd5, 0x6f530136), TOBN(0x2227b7d5, 0xd7ffc169),
    +     TOBN(0x4f55c893, 0xb5cd6dd5), TOBN(0x82225e11, 0xa62796e8),
    +     TOBN(0x5c6cead1, 0xcb18e12c), TOBN(0x4381ae0c, 0x84f5a51a),
    +     TOBN(0x345913d3, 0x7fafa4c8), TOBN(0x3d918082, 0x0491aac0),
    +     TOBN(0x9347871f, 0x3e69264c), TOBN(0xbea9dd3c, 0xb4f4f0cd),
    +     TOBN(0xbda5d067, 0x3eadd3e7), TOBN(0x0033c1b8, 0x0573bcd8),
    +     TOBN(0x25589379, 0x5da2486c), TOBN(0xcb89ee5b, 0x86abbee7),
    +     TOBN(0x8fe0a8f3, 0x22532e5d), TOBN(0xb6410ff0, 0x727dfc4c),
    +     TOBN(0x619b9d58, 0x226726db), TOBN(0x5ec25669, 0x7a2b2dc7),
    +     TOBN(0xaf4d2e06, 0x4c3beb01), TOBN(0x852123d0, 0x7acea556),
    +     TOBN(0x0e9470fa, 0xf783487a), TOBN(0x75a7ea04, 0x5664b3eb),
    +     TOBN(0x4ad78f35, 0x6798e4ba), TOBN(0x9214e6e5, 0xc7d0e091),
    +     TOBN(0xc420b488, 0xb1290403), TOBN(0x64049e0a, 0xfc295749),
    +     TOBN(0x03ef5af1, 0x3ae9841f), TOBN(0xdbe4ca19, 0xb0b662a6),
    +     TOBN(0x46845c5f, 0xfa453458), TOBN(0xf8dabf19, 0x10b66722),
    +     TOBN(0xb650f0aa, 0xcce2793b), TOBN(0x71db851e, 0xc5ec47c1),
    +     TOBN(0x3eb78f3e, 0x3b234fa9), TOBN(0xb0c60f35, 0xfc0106ce),
    +     TOBN(0x05427121, 0x774eadbd), TOBN(0x25367faf, 0xce323863),
    +     TOBN(0x7541b5c9, 0xcd086976), TOBN(0x4ff069e2, 0xdc507ad1),
    +     TOBN(0x74145256, 0x8776e667), TOBN(0x6e76142c, 0xb23c6bb5),
    +     TOBN(0xdbf30712, 0x1b3a8a87), TOBN(0x60e7363e, 0x98450836),
    +     TOBN(0x5741450e, 0xb7366d80), TOBN(0xe4ee14ca, 0x4837dbdf),
    +     TOBN(0xa765eb9b, 0x69d4316f), TOBN(0x04548dca, 0x8ef43825),
    +     TOBN(0x9c9f4e4c, 0x5ae888eb), TOBN(0x733abb51, 0x56e9ac99),
    +     TOBN(0xdaad3c20, 0xba6ac029), TOBN(0x9b8dd3d3, 0x2ba3e38e),
    +     TOBN(0xa9bb4c92, 0x0bc5d11a), TOBN(0xf20127a7, 0x9c5f88a3),
    +     TOBN(0x4f52b06e, 0x161d3cb8), TOBN(0x26c1ff09, 0x6afaf0a6),
    +     TOBN(0x32670d2f, 0x7189e71f), TOBN(0xc6438748, 0x5ecf91e7),
    +     TOBN(0x15758e57, 0xdb757a21), TOBN(0x427d09f8, 0x290a9ce5),
    +     TOBN(0x846a308f, 0x38384a7a), TOBN(0xaac3acb4, 0xb0732b99),
    +     TOBN(0x9e941009, 0x17845819), TOBN(0x95cba111, 0xa7ce5e03),
    +     TOBN(0x6f3d4f7f, 0xb00009c4), TOBN(0xb8396c27, 0x8ff28b5f),
    +     TOBN(0xb1a9ae43, 0x1c97975d), TOBN(0x9d7ba8af, 0xe5d9fed5),
    +     TOBN(0x338cf09f, 0x34f485b6), TOBN(0xbc0ddacc, 0x64122516),
    +     TOBN(0xa450da12, 0x05d471fe), TOBN(0x4c3a6250, 0x628dd8c9),
    +     TOBN(0x69c7d103, 0xd1295837), TOBN(0xa2893e50, 0x3807eb2f),
    +     TOBN(0xd6e1e1de, 0xbdb41491), TOBN(0xc630745b, 0x5e138235),
    +     TOBN(0xc892109e, 0x48661ae1), TOBN(0x8d17e7eb, 0xea2b2674),
    +     TOBN(0x00ec0f87, 0xc328d6b5), TOBN(0x6d858645, 0xf079ff9e),
    +     TOBN(0x6cdf243e, 0x19115ead), TOBN(0x1ce1393e, 0x4bac4fcf),
    +     TOBN(0x2c960ed0, 0x9c29f25b), TOBN(0x59be4d8e, 0x9d388a05),
    +     TOBN(0x0d46e06c, 0xd0def72b), TOBN(0xb923db5d, 0xe0342748),
    +     TOBN(0xf7d3aacd, 0x936d4a3d), TOBN(0x558519cc, 0x0b0b099e),
    +     TOBN(0x3ea8ebf8, 0x827097ef), TOBN(0x259353db, 0xd054f55d),
    +     TOBN(0x84c89abc, 0x6d2ed089), TOBN(0x5c548b69, 0x8e096a7c),
    +     TOBN(0xd587f616, 0x994b995d), TOBN(0x4d1531f6, 0xa5845601),
    +     TOBN(0x792ab31e, 0x451fd9f0), TOBN(0xc8b57bb2, 0x65adf6ca),
    +     TOBN(0x68440fcb, 0x1cd5ad73), TOBN(0xb9c860e6, 0x6144da4f),
    +     TOBN(0x2ab286aa, 0x8462beb8), TOBN(0xcc6b8fff, 0xef46797f),
    +     TOBN(0xac820da4, 0x20c8a471), TOBN(0x69ae05a1, 0x77ff7faf),
    +     TOBN(0xb9163f39, 0xbfb5da77), TOBN(0xbd03e590, 0x2c73ab7a),
    +     TOBN(0x7e862b5e, 0xb2940d9e), TOBN(0x3c663d86, 0x4b9af564),
    +     TOBN(0xd8309031, 0xbde3033d), TOBN(0x298231b2, 0xd42c5bc6),
    +     TOBN(0x42090d2c, 0x552ad093), TOBN(0xa4799d1c, 0xff854695),
    +     TOBN(0x0a88b5d6, 0xd31f0d00), TOBN(0xf8b40825, 0xa2f26b46),
    +     TOBN(0xec29b1ed, 0xf1bd7218), TOBN(0xd491c53b, 0x4b24c86e),
    +     TOBN(0xd2fe588f, 0x3395ea65), TOBN(0x6f3764f7, 0x4456ef15),
    +     TOBN(0xdb43116d, 0xcdc34800), TOBN(0xcdbcd456, 0xc1e33955),
    +     TOBN(0xefdb5540, 0x74ab286b), TOBN(0x948c7a51, 0xd18c5d7c),
    +     TOBN(0xeb81aa37, 0x7378058e), TOBN(0x41c746a1, 0x04411154),
    +     TOBN(0xa10c73bc, 0xfb828ac7), TOBN(0x6439be91, 0x9d972b29),
    +     TOBN(0x4bf3b4b0, 0x43a2fbad), TOBN(0x39e6dadf, 0x82b5e840),
    +     TOBN(0x4f716408, 0x6397bd4c), TOBN(0x0f7de568, 0x7f1eeccb),
    +     TOBN(0x5865c5a1, 0xd2ffbfc1), TOBN(0xf74211fa, 0x4ccb6451),
    +     TOBN(0x66368a88, 0xc0b32558), TOBN(0x5b539dc2, 0x9ad7812e),
    +     TOBN(0x579483d0, 0x2f3af6f6), TOBN(0x52132078, 0x99934ece),
    +     TOBN(0x50b9650f, 0xdcc9e983), TOBN(0xca989ec9, 0xaee42b8a),
    +     TOBN(0x6a44c829, 0xd6f62f99), TOBN(0x8f06a309, 0x4c2a7c0c),
    +     TOBN(0x4ea2b3a0, 0x98a0cb0a), TOBN(0x5c547b70, 0xbeee8364),
    +     TOBN(0x461d40e1, 0x682afe11), TOBN(0x9e0fc77a, 0x7b41c0a8),
    +     TOBN(0x79e4aefd, 0xe20d5d36), TOBN(0x2916e520, 0x32dd9f63),
    +     TOBN(0xf59e52e8, 0x3f883faf), TOBN(0x396f9639, 0x2b868d35),
    +     TOBN(0xc902a9df, 0x4ca19881), TOBN(0x0fc96822, 0xdb2401a6),
    +     TOBN(0x41237587, 0x66f1c68d), TOBN(0x10fc6de3, 0xfb476c0d),
    +     TOBN(0xf8b6b579, 0x841f5d90), TOBN(0x2ba8446c, 0xfa24f44a),
    +     TOBN(0xa237b920, 0xef4a9975), TOBN(0x60bb6004, 0x2330435f),
    +     TOBN(0xd6f4ab5a, 0xcfb7e7b5), TOBN(0xb2ac5097, 0x83435391),
    +     TOBN(0xf036ee2f, 0xb0d1ea67), TOBN(0xae779a6a, 0x74c56230),
    +     TOBN(0x59bff8c8, 0xab838ae6), TOBN(0xcd83ca99, 0x9b38e6f0),
    +     TOBN(0xbb27bef5, 0xe33deed3), TOBN(0xe6356f6f, 0x001892a8),
    +     TOBN(0xbf3be6cc, 0x7adfbd3e), TOBN(0xaecbc81c, 0x33d1ac9d),
    +     TOBN(0xe4feb909, 0xe6e861dc), TOBN(0x90a247a4, 0x53f5f801),
    +     TOBN(0x01c50acb, 0x27346e57), TOBN(0xce29242e, 0x461acc1b),
    +     TOBN(0x04dd214a, 0x2f998a91), TOBN(0x271ee9b1, 0xd4baf27b),
    +     TOBN(0x7e3027d1, 0xe8c26722), TOBN(0x21d1645c, 0x1820dce5),
    +     TOBN(0x086f242c, 0x7501779c), TOBN(0xf0061407, 0xfa0e8009),
    +     TOBN(0xf23ce477, 0x60187129), TOBN(0x05bbdedb, 0x0fde9bd0),
    +     TOBN(0x682f4832, 0x25d98473), TOBN(0xf207fe85, 0x5c658427),
    +     TOBN(0xb6fdd7ba, 0x4166ffa1), TOBN(0x0c314056, 0x9eed799d),
    +     TOBN(0x0db8048f, 0x4107e28f), TOBN(0x74ed3871, 0x41216840),
    +     TOBN(0x74489f8f, 0x56a3c06e), TOBN(0x1e1c005b, 0x12777134),
    +     TOBN(0xdb332a73, 0xf37ec3c3), TOBN(0xc65259bd, 0xdd59eba0),
    +     TOBN(0x2291709c, 0xdb4d3257), TOBN(0x9a793b25, 0xbd389390),
    +     TOBN(0xf39fe34b, 0xe43756f0), TOBN(0x2f76bdce, 0x9afb56c9),
    +     TOBN(0x9f37867a, 0x61208b27), TOBN(0xea1d4307, 0x089972c3),
    +     TOBN(0x8c595330, 0x8bdf623a), TOBN(0x5f5accda, 0x8441fb7d),
    +     TOBN(0xfafa9418, 0x32ddfd95), TOBN(0x6ad40c5a, 0x0fde9be7),
    +     TOBN(0x43faba89, 0xaeca8709), TOBN(0xc64a7cf1, 0x2c248a9d),
    +     TOBN(0x16620252, 0x72637a76), TOBN(0xaee1c791, 0x22b8d1bb),
    +     TOBN(0xf0f798fd, 0x21a843b2), TOBN(0x56e4ed4d, 0x8d005cb1),
    +     TOBN(0x355f7780, 0x1f0d8abe), TOBN(0x197b04cf, 0x34522326),
    +     TOBN(0x41f9b31f, 0xfd42c13f), TOBN(0x5ef7feb2, 0xb40f933d),
    +     TOBN(0x27326f42, 0x5d60bad4), TOBN(0x027ecdb2, 0x8c92cf89),
    +     TOBN(0x04aae4d1, 0x4e3352fe), TOBN(0x08414d2f, 0x73591b90),
    +     TOBN(0x5ed6124e, 0xb7da7d60), TOBN(0xb985b931, 0x4d13d4ec),
    +     TOBN(0xa592d3ab, 0x96bf36f9), TOBN(0x012dbed5, 0xbbdf51df),
    +     TOBN(0xa57963c0, 0xdf6c177d), TOBN(0x010ec869, 0x87ca29cf),
    +     TOBN(0xba1700f6, 0xbf926dff), TOBN(0x7c9fdbd1, 0xf4bf6bc2),
    +     TOBN(0xdc18dc8f, 0x64da11f5), TOBN(0xa6074b7a, 0xd938ae75),
    +     TOBN(0x14270066, 0xe84f44a4), TOBN(0x99998d38, 0xd27b954e),
    +     TOBN(0xc1be8ab2, 0xb4f38e9a), TOBN(0x8bb55bbf, 0x15c01016),
    +     TOBN(0xf73472b4, 0x0ea2ab30), TOBN(0xd365a340, 0xf73d68dd),
    +     TOBN(0xc01a7168, 0x19c2e1eb), TOBN(0x32f49e37, 0x34061719),
    +     TOBN(0xb73c57f1, 0x01d8b4d6), TOBN(0x03c8423c, 0x26b47700),
    +     TOBN(0x321d0bc8, 0xa4d8826a), TOBN(0x6004213c, 0x4bc0e638),
    +     TOBN(0xf78c64a1, 0xc1c06681), TOBN(0x16e0a16f, 0xef018e50),
    +     TOBN(0x31cbdf91, 0xdb42b2b3), TOBN(0xf8f4ffce, 0xe0d36f58),
    +     TOBN(0xcdcc71cd, 0x4cc5e3e0), TOBN(0xd55c7cfa, 0xa129e3e0),
    +     TOBN(0xccdb6ba0, 0x0fb2cbf1), TOBN(0x6aba0005, 0xc4bce3cb),
    +     TOBN(0x501cdb30, 0xd232cfc4), TOBN(0x9ddcf12e, 0xd58a3cef),
    +     TOBN(0x02d2cf9c, 0x87e09149), TOBN(0xdc5d7ec7, 0x2c976257),
    +     TOBN(0x6447986e, 0x0b50d7dd), TOBN(0x88fdbaf7, 0x807f112a),
    +     TOBN(0x58c9822a, 0xb00ae9f6), TOBN(0x6abfb950, 0x6d3d27e0),
    +     TOBN(0xd0a74487, 0x8a429f4f), TOBN(0x0649712b, 0xdb516609),
    +     TOBN(0xb826ba57, 0xe769b5df), TOBN(0x82335df2, 0x1fc7aaf2),
    +     TOBN(0x2389f067, 0x5c93d995), TOBN(0x59ac367a, 0x68677be6),
    +     TOBN(0xa77985ff, 0x21d9951b), TOBN(0x038956fb, 0x85011cce),
    +     TOBN(0x608e48cb, 0xbb734e37), TOBN(0xc08c0bf2, 0x2be5b26f),
    +     TOBN(0x17bbdd3b, 0xf9b1a0d9), TOBN(0xeac7d898, 0x10483319),
    +     TOBN(0xc95c4baf, 0xbc1a6dea), TOBN(0xfdd0e2bf, 0x172aafdb),
    +     TOBN(0x40373cbc, 0x8235c41a), TOBN(0x14303f21, 0xfb6f41d5),
    +     TOBN(0xba063621, 0x0408f237), TOBN(0xcad3b09a, 0xecd2d1ed),
    +     TOBN(0x4667855a, 0x52abb6a2), TOBN(0xba9157dc, 0xaa8b417b),
    +     TOBN(0xfe7f3507, 0x4f013efb), TOBN(0x1b112c4b, 0xaa38c4a2),
    +     TOBN(0xa1406a60, 0x9ba64345), TOBN(0xe53cba33, 0x6993c80b),
    +     TOBN(0x45466063, 0xded40d23), TOBN(0x3d5f1f4d, 0x54908e25),
    +     TOBN(0x9ebefe62, 0x403c3c31), TOBN(0x274ea0b5, 0x0672a624),
    +     TOBN(0xff818d99, 0x451d1b71), TOBN(0x80e82643, 0x8f79cf79),
    +     TOBN(0xa165df13, 0x73ce37f5), TOBN(0xa744ef4f, 0xfe3a21fd),
    +     TOBN(0x73f1e7f5, 0xcf551396), TOBN(0xc616898e, 0x868c676b),
    +     TOBN(0x671c28c7, 0x8c442c36), TOBN(0xcfe5e558, 0x5e0a317d),
    +     TOBN(0x1242d818, 0x7051f476), TOBN(0x56fad2a6, 0x14f03442),
    +     TOBN(0x262068bc, 0x0a44d0f6), TOBN(0xdfa2cd6e, 0xce6edf4e),
    +     TOBN(0x0f43813a, 0xd15d1517), TOBN(0x61214cb2, 0x377d44f5),
    +     TOBN(0xd399aa29, 0xc639b35f), TOBN(0x42136d71, 0x54c51c19),
    +     TOBN(0x9774711b, 0x08417221), TOBN(0x0a5546b3, 0x52545a57),
    +     TOBN(0x80624c41, 0x1150582d), TOBN(0x9ec5c418, 0xfbc555bc),
    +     TOBN(0x2c87dcad, 0x771849f1), TOBN(0xb0c932c5, 0x01d7bf6f),
    +     TOBN(0x6aa5cd3e, 0x89116eb2), TOBN(0xd378c25a, 0x51ca7bd3),
    +     TOBN(0xc612a0da, 0x9e6e3e31), TOBN(0x0417a54d, 0xb68ad5d0),
    +     TOBN(0x00451e4a, 0x22c6edb8), TOBN(0x9fbfe019, 0xb42827ce),
    +     TOBN(0x2fa92505, 0xba9384a2), TOBN(0x21b8596e, 0x64ad69c1),
    +     TOBN(0x8f4fcc49, 0x983b35a6), TOBN(0xde093760, 0x72754672),
    +     TOBN(0x2f14ccc8, 0xf7bffe6d), TOBN(0x27566bff, 0x5d94263d),
    +     TOBN(0xb5b4e9c6, 0x2df3ec30), TOBN(0x94f1d7d5, 0x3e6ea6ba),
    +     TOBN(0x97b7851a, 0xaaca5e9b), TOBN(0x518aa521, 0x56713b97),
    +     TOBN(0x3357e8c7, 0x150a61f6), TOBN(0x7842e7e2, 0xec2c2b69),
    +     TOBN(0x8dffaf65, 0x6868a548), TOBN(0xd963bd82, 0xe068fc81),
    +     TOBN(0x64da5c8b, 0x65917733), TOBN(0x927090ff, 0x7b247328),}
    +    ,
    +    {TOBN(0x214bc9a7, 0xd298c241), TOBN(0xe3b697ba, 0x56807cfd),
    +     TOBN(0xef1c7802, 0x4564eadb), TOBN(0xdde8cdcf, 0xb48149c5),
    +     TOBN(0x946bf0a7, 0x5a4d2604), TOBN(0x27154d7f, 0x6c1538af),
    +     TOBN(0x95cc9230, 0xde5b1fcc), TOBN(0xd88519e9, 0x66864f82),
    +     TOBN(0xb828dd1a, 0x7cb1282c), TOBN(0xa08d7626, 0xbe46973a),
    +     TOBN(0x6baf8d40, 0xe708d6b2), TOBN(0x72571fa1, 0x4daeb3f3),
    +     TOBN(0x85b1732f, 0xf22dfd98), TOBN(0x87ab01a7, 0x0087108d),
    +     TOBN(0xaaaafea8, 0x5988207a), TOBN(0xccc832f8, 0x69f00755),
    +     TOBN(0x964d950e, 0x36ff3bf0), TOBN(0x8ad20f6f, 0xf0b34638),
    +     TOBN(0x4d9177b3, 0xb5d7585f), TOBN(0xcf839760, 0xef3f019f),
    +     TOBN(0x582fc5b3, 0x8288c545), TOBN(0x2f8e4e9b, 0x13116bd1),
    +     TOBN(0xf91e1b2f, 0x332120ef), TOBN(0xcf568724, 0x2a17dd23),
    +     TOBN(0x488f1185, 0xca8d9d1a), TOBN(0xadf2c77d, 0xd987ded2),
    +     TOBN(0x5f3039f0, 0x60c46124), TOBN(0xe5d70b75, 0x71e095f4),
    +     TOBN(0x82d58650, 0x6260e70f), TOBN(0x39d75ea7, 0xf750d105),
    +     TOBN(0x8cf3d0b1, 0x75bac364), TOBN(0xf3a7564d, 0x21d01329),
    +     TOBN(0x182f04cd, 0x2f52d2a7), TOBN(0x4fde149a, 0xe2df565a),
    +     TOBN(0xb80c5eec, 0xa79fb2f7), TOBN(0xab491d7b, 0x22ddc897),
    +     TOBN(0x99d76c18, 0xc6312c7f), TOBN(0xca0d5f3d, 0x6aa41a57),
    +     TOBN(0x71207325, 0xd15363a0), TOBN(0xe82aa265, 0xbeb252c2),
    +     TOBN(0x94ab4700, 0xec3128c2), TOBN(0x6c76d862, 0x8e383f49),
    +     TOBN(0xdc36b150, 0xc03024eb), TOBN(0xfb439477, 0x53daac69),
    +     TOBN(0xfc68764a, 0x8dc79623), TOBN(0x5b86995d, 0xb440fbb2),
    +     TOBN(0xd66879bf, 0xccc5ee0d), TOBN(0x05228942, 0x95aa8bd3),
    +     TOBN(0xb51a40a5, 0x1e6a75c1), TOBN(0x24327c76, 0x0ea7d817),
    +     TOBN(0x06630182, 0x07774597), TOBN(0xd6fdbec3, 0x97fa7164),
    +     TOBN(0x20c99dfb, 0x13c90f48), TOBN(0xd6ac5273, 0x686ef263),
    +     TOBN(0xc6a50bdc, 0xfef64eeb), TOBN(0xcd87b281, 0x86fdfc32),
    +     TOBN(0xb24aa43e, 0x3fcd3efc), TOBN(0xdd26c034, 0xb8088e9a),
    +     TOBN(0xa5ef4dc9, 0xbd3d46ea), TOBN(0xa2f99d58, 0x8a4c6a6f),
    +     TOBN(0xddabd355, 0x2f1da46c), TOBN(0x72c3f8ce, 0x1afacdd1),
    +     TOBN(0xd90c4eee, 0x92d40578), TOBN(0xd28bb41f, 0xca623b94),
    +     TOBN(0x50fc0711, 0x745edc11), TOBN(0x9dd9ad7d, 0x3dc87558),
    +     TOBN(0xce6931fb, 0xb49d1e64), TOBN(0x6c77a0a2, 0xc98bd0f9),
    +     TOBN(0x62b9a629, 0x6baf7cb1), TOBN(0xcf065f91, 0xccf72d22),
    +     TOBN(0x7203cce9, 0x79639071), TOBN(0x09ae4885, 0xf9cb732f),
    +     TOBN(0x5e7c3bec, 0xee8314f3), TOBN(0x1c068aed, 0xdbea298f),
    +     TOBN(0x08d381f1, 0x7c80acec), TOBN(0x03b56be8, 0xe330495b),
    +     TOBN(0xaeffb8f2, 0x9222882d), TOBN(0x95ff38f6, 0xc4af8bf7),
    +     TOBN(0x50e32d35, 0x1fc57d8c), TOBN(0x6635be52, 0x17b444f0),
    +     TOBN(0x04d15276, 0xa5177900), TOBN(0x4e1dbb47, 0xf6858752),
    +     TOBN(0x5b475622, 0xc615796c), TOBN(0xa6fa0387, 0x691867bf),
    +     TOBN(0xed7f5d56, 0x2844c6d0), TOBN(0xc633cf9b, 0x03a2477d),
    +     TOBN(0xf6be5c40, 0x2d3721d6), TOBN(0xaf312eb7, 0xe9fd68e6),
    +     TOBN(0x242792d2, 0xe7417ce1), TOBN(0xff42bc71, 0x970ee7f5),
    +     TOBN(0x1ff4dc6d, 0x5c67a41e), TOBN(0x77709b7b, 0x20882a58),
    +     TOBN(0x3554731d, 0xbe217f2c), TOBN(0x2af2a8cd, 0x5bb72177),
    +     TOBN(0x58eee769, 0x591dd059), TOBN(0xbb2930c9, 0x4bba6477),
    +     TOBN(0x863ee047, 0x7d930cfc), TOBN(0x4c262ad1, 0x396fd1f4),
    +     TOBN(0xf4765bc8, 0x039af7e1), TOBN(0x2519834b, 0x5ba104f6),
    +     TOBN(0x7cd61b4c, 0xd105f961), TOBN(0xa5415da5, 0xd63bca54),
    +     TOBN(0x778280a0, 0x88a1f17c), TOBN(0xc4968949, 0x2329512c),
    +     TOBN(0x174a9126, 0xcecdaa7a), TOBN(0xfc8c7e0e, 0x0b13247b),
    +     TOBN(0x29c110d2, 0x3484c1c4), TOBN(0xf8eb8757, 0x831dfc3b),
    +     TOBN(0x022f0212, 0xc0067452), TOBN(0x3f6f69ee, 0x7b9b926c),
    +     TOBN(0x09032da0, 0xef42daf4), TOBN(0x79f00ade, 0x83f80de4),
    +     TOBN(0x6210db71, 0x81236c97), TOBN(0x74f7685b, 0x3ee0781f),
    +     TOBN(0x4df7da7b, 0xa3e41372), TOBN(0x2aae38b1, 0xb1a1553e),
    +     TOBN(0x1688e222, 0xf6dd9d1b), TOBN(0x57695448, 0x5b8b6487),
    +     TOBN(0x478d2127, 0x4b2edeaa), TOBN(0xb2818fa5, 0x1e85956a),
    +     TOBN(0x1e6addda, 0xf176f2c0), TOBN(0x01ca4604, 0xe2572658),
    +     TOBN(0x0a404ded, 0x85342ffb), TOBN(0x8cf60f96, 0x441838d6),
    +     TOBN(0x9bbc691c, 0xc9071c4a), TOBN(0xfd588744, 0x34442803),
    +     TOBN(0x97101c85, 0x809c0d81), TOBN(0xa7fb754c, 0x8c456f7f),
    +     TOBN(0xc95f3c5c, 0xd51805e1), TOBN(0xab4ccd39, 0xb299dca8),
    +     TOBN(0x3e03d20b, 0x47eaf500), TOBN(0xfa3165c1, 0xd7b80893),
    +     TOBN(0x005e8b54, 0xe160e552), TOBN(0xdc4972ba, 0x9019d11f),
    +     TOBN(0x21a6972e, 0x0c9a4a7a), TOBN(0xa52c258f, 0x37840fd7),
    +     TOBN(0xf8559ff4, 0xc1e99d81), TOBN(0x08e1a7d6, 0xa3c617c0),
    +     TOBN(0xb398fd43, 0x248c6ba7), TOBN(0x6ffedd91, 0xd1283794),
    +     TOBN(0x8a6a59d2, 0xd629d208), TOBN(0xa9d141d5, 0x3490530e),
    +     TOBN(0x42f6fc18, 0x38505989), TOBN(0x09bf250d, 0x479d94ee),
    +     TOBN(0x223ad3b1, 0xb3822790), TOBN(0x6c5926c0, 0x93b8971c),
    +     TOBN(0x609efc7e, 0x75f7fa62), TOBN(0x45d66a6d, 0x1ec2d989),
    +     TOBN(0x4422d663, 0x987d2792), TOBN(0x4a73caad, 0x3eb31d2b),
    +     TOBN(0xf06c2ac1, 0xa32cb9e6), TOBN(0xd9445c5f, 0x91aeba84),
    +     TOBN(0x6af7a1d5, 0xaf71013f), TOBN(0xe68216e5, 0x0bedc946),
    +     TOBN(0xf4cba30b, 0xd27370a0), TOBN(0x7981afbf, 0x870421cc),
    +     TOBN(0x02496a67, 0x9449f0e1), TOBN(0x86cfc4be, 0x0a47edae),
    +     TOBN(0x3073c936, 0xb1feca22), TOBN(0xf5694612, 0x03f8f8fb),
    +     TOBN(0xd063b723, 0x901515ea), TOBN(0x4c6c77a5, 0x749cf038),
    +     TOBN(0x6361e360, 0xab9e5059), TOBN(0x596cf171, 0xa76a37c0),
    +     TOBN(0x800f53fa, 0x6530ae7a), TOBN(0x0f5e631e, 0x0792a7a6),
    +     TOBN(0x5cc29c24, 0xefdb81c9), TOBN(0xa269e868, 0x3f9c40ba),
    +     TOBN(0xec14f9e1, 0x2cb7191e), TOBN(0x78ea1bd8, 0xe5b08ea6),
    +     TOBN(0x3c65aa9b, 0x46332bb9), TOBN(0x84cc22b3, 0xbf80ce25),
    +     TOBN(0x0098e9e9, 0xd49d5bf1), TOBN(0xcd4ec1c6, 0x19087da4),
    +     TOBN(0x3c9d07c5, 0xaef6e357), TOBN(0x839a0268, 0x9f8f64b8),
    +     TOBN(0xc5e9eb62, 0xc6d8607f), TOBN(0x759689f5, 0x6aa995e4),
    +     TOBN(0x70464669, 0xbbb48317), TOBN(0x921474bf, 0xe402417d),
    +     TOBN(0xcabe135b, 0x2a354c8c), TOBN(0xd51e52d2, 0x812fa4b5),
    +     TOBN(0xec741096, 0x53311fe8), TOBN(0x4f774535, 0xb864514b),
    +     TOBN(0xbcadd671, 0x5bde48f8), TOBN(0xc9703873, 0x2189bc7d),
    +     TOBN(0x5d45299e, 0xc709ee8a), TOBN(0xd1287ee2, 0x845aaff8),
    +     TOBN(0x7d1f8874, 0xdb1dbf1f), TOBN(0xea46588b, 0x990c88d6),
    +     TOBN(0x60ba649a, 0x84368313), TOBN(0xd5fdcbce, 0x60d543ae),
    +     TOBN(0x90b46d43, 0x810d5ab0), TOBN(0x6739d8f9, 0x04d7e5cc),
    +     TOBN(0x021c1a58, 0x0d337c33), TOBN(0x00a61162, 0x68e67c40),
    +     TOBN(0x95ef413b, 0x379f0a1f), TOBN(0xfe126605, 0xe9e2ab95),
    +     TOBN(0x67578b85, 0x2f5f199c), TOBN(0xf5c00329, 0x2cb84913),
    +     TOBN(0xf7956430, 0x37577dd8), TOBN(0x83b82af4, 0x29c5fe88),
    +     TOBN(0x9c1bea26, 0xcdbdc132), TOBN(0x589fa086, 0x9c04339e),
    +     TOBN(0x033e9538, 0xb13799df), TOBN(0x85fa8b21, 0xd295d034),
    +     TOBN(0xdf17f73f, 0xbd9ddcca), TOBN(0xf32bd122, 0xddb66334),
    +     TOBN(0x55ef88a7, 0x858b044c), TOBN(0x1f0d69c2, 0x5aa9e397),
    +     TOBN(0x55fd9cc3, 0x40d85559), TOBN(0xc774df72, 0x7785ddb2),
    +     TOBN(0x5dcce9f6, 0xd3bd2e1c), TOBN(0xeb30da20, 0xa85dfed0),
    +     TOBN(0x5ed7f5bb, 0xd3ed09c4), TOBN(0x7d42a35c, 0x82a9c1bd),
    +     TOBN(0xcf3de995, 0x9890272d), TOBN(0x75f3432a, 0x3e713a10),
    +     TOBN(0x5e13479f, 0xe28227b8), TOBN(0xb8561ea9, 0xfefacdc8),
    +     TOBN(0xa6a297a0, 0x8332aafd), TOBN(0x9b0d8bb5, 0x73809b62),
    +     TOBN(0xd2fa1cfd, 0x0c63036f), TOBN(0x7a16eb55, 0xbd64bda8),
    +     TOBN(0x3f5cf5f6, 0x78e62ddc), TOBN(0x2267c454, 0x07fd752b),
    +     TOBN(0x5e361b6b, 0x5e437bbe), TOBN(0x95c59501, 0x8354e075),
    +     TOBN(0xec725f85, 0xf2b254d9), TOBN(0x844b617d, 0x2cb52b4e),
    +     TOBN(0xed8554f5, 0xcf425fb5), TOBN(0xab67703e, 0x2af9f312),
    +     TOBN(0x4cc34ec1, 0x3cf48283), TOBN(0xb09daa25, 0x9c8a705e),
    +     TOBN(0xd1e9d0d0, 0x5b7d4f84), TOBN(0x4df6ef64, 0xdb38929d),
    +     TOBN(0xe16b0763, 0xaa21ba46), TOBN(0xc6b1d178, 0xa293f8fb),
    +     TOBN(0x0ff5b602, 0xd520aabf), TOBN(0x94d671bd, 0xc339397a),
    +     TOBN(0x7c7d98cf, 0x4f5792fa), TOBN(0x7c5e0d67, 0x11215261),
    +     TOBN(0x9b19a631, 0xa7c5a6d4), TOBN(0xc8511a62, 0x7a45274d),
    +     TOBN(0x0c16621c, 0xa5a60d99), TOBN(0xf7fbab88, 0xcf5e48cb),
    +     TOBN(0xab1e6ca2, 0xf7ddee08), TOBN(0x83bd08ce, 0xe7867f3c),
    +     TOBN(0xf7e48e8a, 0x2ac13e27), TOBN(0x4494f6df, 0x4eb1a9f5),
    +     TOBN(0xedbf84eb, 0x981f0a62), TOBN(0x49badc32, 0x536438f0),
    +     TOBN(0x50bea541, 0x004f7571), TOBN(0xbac67d10, 0xdf1c94ee),
    +     TOBN(0x253d73a1, 0xb727bc31), TOBN(0xb3d01cf2, 0x30686e28),
    +     TOBN(0x51b77b1b, 0x55fd0b8b), TOBN(0xa099d183, 0xfeec3173),
    +     TOBN(0x202b1fb7, 0x670e72b7), TOBN(0xadc88b33, 0xa8e1635f),
    +     TOBN(0x34e8216a, 0xf989d905), TOBN(0xc2e68d20, 0x29b58d01),
    +     TOBN(0x11f81c92, 0x6fe55a93), TOBN(0x15f1462a, 0x8f296f40),
    +     TOBN(0x1915d375, 0xea3d62f2), TOBN(0xa17765a3, 0x01c8977d),
    +     TOBN(0x7559710a, 0xe47b26f6), TOBN(0xe0bd29c8, 0x535077a5),
    +     TOBN(0x615f976d, 0x08d84858), TOBN(0x370dfe85, 0x69ced5c1),
    +     TOBN(0xbbc7503c, 0xa734fa56), TOBN(0xfbb9f1ec, 0x91ac4574),
    +     TOBN(0x95d7ec53, 0x060dd7ef), TOBN(0xeef2dacd, 0x6e657979),
    +     TOBN(0x54511af3, 0xe2a08235), TOBN(0x1e324aa4, 0x1f4aea3d),
    +     TOBN(0x550e7e71, 0xe6e67671), TOBN(0xbccd5190, 0xbf52faf7),
    +     TOBN(0xf880d316, 0x223cc62a), TOBN(0x0d402c7e, 0x2b32eb5d),
    +     TOBN(0xa40bc039, 0x306a5a3b), TOBN(0x4e0a41fd, 0x96783a1b),
    +     TOBN(0xa1e8d39a, 0x0253cdd4), TOBN(0x6480be26, 0xc7388638),
    +     TOBN(0xee365e1d, 0x2285f382), TOBN(0x188d8d8f, 0xec0b5c36),
    +     TOBN(0x34ef1a48, 0x1f0f4d82), TOBN(0x1a8f43e1, 0xa487d29a),
    +     TOBN(0x8168226d, 0x77aefb3a), TOBN(0xf69a751e, 0x1e72c253),
    +     TOBN(0x8e04359a, 0xe9594df1), TOBN(0x475ffd7d, 0xd14c0467),
    +     TOBN(0xb5a2c2b1, 0x3844e95c), TOBN(0x85caf647, 0xdd12ef94),
    +     TOBN(0x1ecd2a9f, 0xf1063d00), TOBN(0x1dd2e229, 0x23843311),
    +     TOBN(0x38f0e09d, 0x73d17244), TOBN(0x3ede7746, 0x8fc653f1),
    +     TOBN(0xae4459f5, 0xdc20e21c), TOBN(0x00db2ffa, 0x6a8599ea),
    +     TOBN(0x11682c39, 0x30cfd905), TOBN(0x4934d074, 0xa5c112a6),
    +     TOBN(0xbdf063c5, 0x568bfe95), TOBN(0x779a440a, 0x016c441a),
    +     TOBN(0x0c23f218, 0x97d6fbdc), TOBN(0xd3a5cd87, 0xe0776aac),
    +     TOBN(0xcee37f72, 0xd712e8db), TOBN(0xfb28c70d, 0x26f74e8d),
    +     TOBN(0xffe0c728, 0xb61301a0), TOBN(0xa6282168, 0xd3724354),
    +     TOBN(0x7ff4cb00, 0x768ffedc), TOBN(0xc51b3088, 0x03b02de9),
    +     TOBN(0xa5a8147c, 0x3902dda5), TOBN(0x35d2f706, 0xfe6973b4),
    +     TOBN(0x5ac2efcf, 0xc257457e), TOBN(0x933f48d4, 0x8700611b),
    +     TOBN(0xc365af88, 0x4912beb2), TOBN(0x7f5a4de6, 0x162edf94),
    +     TOBN(0xc646ba7c, 0x0c32f34b), TOBN(0x632c6af3, 0xb2091074),
    +     TOBN(0x58d4f2e3, 0x753e43a9), TOBN(0x70e1d217, 0x24d4e23f),
    +     TOBN(0xb24bf729, 0xafede6a6), TOBN(0x7f4a94d8, 0x710c8b60),
    +     TOBN(0xaad90a96, 0x8d4faa6a), TOBN(0xd9ed0b32, 0xb066b690),
    +     TOBN(0x52fcd37b, 0x78b6dbfd), TOBN(0x0b64615e, 0x8bd2b431),
    +     TOBN(0x228e2048, 0xcfb9fad5), TOBN(0xbeaa386d, 0x240b76bd),
    +     TOBN(0x2d6681c8, 0x90dad7bc), TOBN(0x3e553fc3, 0x06d38f5e),
    +     TOBN(0xf27cdb9b, 0x9d5f9750), TOBN(0x3e85c52a, 0xd28c5b0e),
    +     TOBN(0x190795af, 0x5247c39b), TOBN(0x547831eb, 0xbddd6828),
    +     TOBN(0xf327a227, 0x4a82f424), TOBN(0x36919c78, 0x7e47f89d),
    +     TOBN(0xe4783919, 0x43c7392c), TOBN(0xf101b9aa, 0x2316fefe),
    +     TOBN(0xbcdc9e9c, 0x1c5009d2), TOBN(0xfb55ea13, 0x9cd18345),
    +     TOBN(0xf5b5e231, 0xa3ce77c7), TOBN(0xde6b4527, 0xd2f2cb3d),
    +     TOBN(0x10f6a333, 0x9bb26f5f), TOBN(0x1e85db8e, 0x044d85b6),
    +     TOBN(0xc3697a08, 0x94197e54), TOBN(0x65e18cc0, 0xa7cb4ea8),
    +     TOBN(0xa38c4f50, 0xa471fe6e), TOBN(0xf031747a, 0x2f13439c),
    +     TOBN(0x53c4a6ba, 0xc007318b), TOBN(0xa8da3ee5, 0x1deccb3d),
    +     TOBN(0x0555b31c, 0x558216b1), TOBN(0x90c7810c, 0x2f79e6c2),
    +     TOBN(0x9b669f4d, 0xfe8eed3c), TOBN(0x70398ec8, 0xe0fac126),
    +     TOBN(0xa96a449e, 0xf701b235), TOBN(0x0ceecdb3, 0xeb94f395),
    +     TOBN(0x285fc368, 0xd0cb7431), TOBN(0x0d37bb52, 0x16a18c64),
    +     TOBN(0x05110d38, 0xb880d2dd), TOBN(0xa60f177b, 0x65930d57),
    +     TOBN(0x7da34a67, 0xf36235f5), TOBN(0x47f5e17c, 0x183816b9),
    +     TOBN(0xc7664b57, 0xdb394af4), TOBN(0x39ba215d, 0x7036f789),
    +     TOBN(0x46d2ca0e, 0x2f27b472), TOBN(0xc42647ee, 0xf73a84b7),
    +     TOBN(0x44bc7545, 0x64488f1d), TOBN(0xaa922708, 0xf4cf85d5),
    +     TOBN(0x721a01d5, 0x53e4df63), TOBN(0x649c0c51, 0x5db46ced),
    +     TOBN(0x6bf0d64e, 0x3cffcb6c), TOBN(0xe3bf93fe, 0x50f71d96),
    +     TOBN(0x75044558, 0xbcc194a0), TOBN(0x16ae3372, 0x6afdc554),
    +     TOBN(0xbfc01adf, 0x5ca48f3f), TOBN(0x64352f06, 0xe22a9b84),
    +     TOBN(0xcee54da1, 0xc1099e4a), TOBN(0xbbda54e8, 0xfa1b89c0),
    +     TOBN(0x166a3df5, 0x6f6e55fb), TOBN(0x1ca44a24, 0x20176f88),
    +     TOBN(0x936afd88, 0xdfb7b5ff), TOBN(0xe34c2437, 0x8611d4a0),
    +     TOBN(0x7effbb75, 0x86142103), TOBN(0x6704ba1b, 0x1f34fc4d),
    +     TOBN(0x7c2a468f, 0x10c1b122), TOBN(0x36b3a610, 0x8c6aace9),
    +     TOBN(0xabfcc0a7, 0x75a0d050), TOBN(0x066f9197, 0x3ce33e32),
    +     TOBN(0xce905ef4, 0x29fe09be), TOBN(0x89ee25ba, 0xa8376351),
    +     TOBN(0x2a3ede22, 0xfd29dc76), TOBN(0x7fd32ed9, 0x36f17260),
    +     TOBN(0x0cadcf68, 0x284b4126), TOBN(0x63422f08, 0xa7951fc8),
    +     TOBN(0x562b24f4, 0x0807e199), TOBN(0xfe9ce5d1, 0x22ad4490),
    +     TOBN(0xc2f51b10, 0x0db2b1b4), TOBN(0xeb3613ff, 0xe4541d0d),
    +     TOBN(0xbd2c4a05, 0x2680813b), TOBN(0x527aa55d, 0x561b08d6),
    +     TOBN(0xa9f8a40e, 0xa7205558), TOBN(0xe3eea56f, 0x243d0bec),
    +     TOBN(0x7b853817, 0xa0ff58b3), TOBN(0xb67d3f65, 0x1a69e627),
    +     TOBN(0x0b76bbb9, 0xa869b5d6), TOBN(0xa3afeb82, 0x546723ed),
    +     TOBN(0x5f24416d, 0x3e554892), TOBN(0x8413b53d, 0x430e2a45),
    +     TOBN(0x99c56aee, 0x9032a2a0), TOBN(0x09432bf6, 0xeec367b1),
    +     TOBN(0x552850c6, 0xdaf0ecc1), TOBN(0x49ebce55, 0x5bc92048),
    +     TOBN(0xdfb66ba6, 0x54811307), TOBN(0x1b84f797, 0x6f298597),
    +     TOBN(0x79590481, 0x8d1d7a0d), TOBN(0xd9fabe03, 0x3a6fa556),
    +     TOBN(0xa40f9c59, 0xba9e5d35), TOBN(0xcb1771c1, 0xf6247577),
    +     TOBN(0x542a47ca, 0xe9a6312b), TOBN(0xa34b3560, 0x552dd8c5),
    +     TOBN(0xfdf94de0, 0x0d794716), TOBN(0xd46124a9, 0x9c623094),
    +     TOBN(0x56b7435d, 0x68afe8b4), TOBN(0x27f20540, 0x6c0d8ea1),
    +     TOBN(0x12b77e14, 0x73186898), TOBN(0xdbc3dd46, 0x7479490f),
    +     TOBN(0x951a9842, 0xc03b0c05), TOBN(0x8b1b3bb3, 0x7921bc96),
    +     TOBN(0xa573b346, 0x2b202e0a), TOBN(0x77e4665d, 0x47254d56),
    +     TOBN(0x08b70dfc, 0xd23e3984), TOBN(0xab86e8bc, 0xebd14236),
    +     TOBN(0xaa3e07f8, 0x57114ba7), TOBN(0x5ac71689, 0xab0ef4f2),
    +     TOBN(0x88fca384, 0x0139d9af), TOBN(0x72733f88, 0x76644af0),
    +     TOBN(0xf122f72a, 0x65d74f4a), TOBN(0x13931577, 0xa5626c7a),
    +     TOBN(0xd5b5d9eb, 0x70f8d5a4), TOBN(0x375adde7, 0xd7bbb228),
    +     TOBN(0x31e88b86, 0x0c1c0b32), TOBN(0xd1f568c4, 0x173edbaa),
    +     TOBN(0x1592fc83, 0x5459df02), TOBN(0x2beac0fb, 0x0fcd9a7e),
    +     TOBN(0xb0a6fdb8, 0x1b473b0a), TOBN(0xe3224c6f, 0x0fe8fc48),
    +     TOBN(0x680bd00e, 0xe87edf5b), TOBN(0x30385f02, 0x20e77cf5),
    +     TOBN(0xe9ab98c0, 0x4d42d1b2), TOBN(0x72d191d2, 0xd3816d77),
    +     TOBN(0x1564daca, 0x0917d9e5), TOBN(0x394eab59, 0x1f8fed7f),
    +     TOBN(0xa209aa8d, 0x7fbb3896), TOBN(0x5564f3b9, 0xbe6ac98e),
    +     TOBN(0xead21d05, 0xd73654ef), TOBN(0x68d1a9c4, 0x13d78d74),
    +     TOBN(0x61e01708, 0x6d4973a0), TOBN(0x83da3500, 0x46e6d32a),
    +     TOBN(0x6a3dfca4, 0x68ae0118), TOBN(0xa1b9a4c9, 0xd02da069),
    +     TOBN(0x0b2ff9c7, 0xebab8302), TOBN(0x98af07c3, 0x944ba436),
    +     TOBN(0x85997326, 0x995f0f9f), TOBN(0x467fade0, 0x71b58bc6),
    +     TOBN(0x47e4495a, 0xbd625a2b), TOBN(0xfdd2d01d, 0x33c3b8cd),
    +     TOBN(0x2c38ae28, 0xc693f9fa), TOBN(0x48622329, 0x348f7999),
    +     TOBN(0x97bf738e, 0x2161f583), TOBN(0x15ee2fa7, 0x565e8cc9),
    +     TOBN(0xa1a5c845, 0x5777e189), TOBN(0xcc10bee0, 0x456f2829),
    +     TOBN(0x8ad95c56, 0xda762bd5), TOBN(0x152e2214, 0xe9d91da8),
    +     TOBN(0x975b0e72, 0x7cb23c74), TOBN(0xfd5d7670, 0xa90c66df),
    +     TOBN(0xb5b5b8ad, 0x225ffc53), TOBN(0xab6dff73, 0xfaded2ae),
    +     TOBN(0xebd56781, 0x6f4cbe9d), TOBN(0x0ed8b249, 0x6a574bd7),
    +     TOBN(0x41c246fe, 0x81a881fa), TOBN(0x91564805, 0xc3db9c70),
    +     TOBN(0xd7c12b08, 0x5b862809), TOBN(0x1facd1f1, 0x55858d7b),
    +     TOBN(0x7693747c, 0xaf09e92a), TOBN(0x3b69dcba, 0x189a425f),
    +     TOBN(0x0be28e9f, 0x967365ef), TOBN(0x57300eb2, 0xe801f5c9),
    +     TOBN(0x93b8ac6a, 0xd583352f), TOBN(0xa2cf1f89, 0xcd05b2b7),
    +     TOBN(0x7c0c9b74, 0x4dcc40cc), TOBN(0xfee38c45, 0xada523fb),
    +     TOBN(0xb49a4dec, 0x1099cc4d), TOBN(0x325c377f, 0x69f069c6),
    +     TOBN(0xe12458ce, 0x476cc9ff), TOBN(0x580e0b6c, 0xc6d4cb63),
    +     TOBN(0xd561c8b7, 0x9072289b), TOBN(0x0377f264, 0xa619e6da),
    +     TOBN(0x26685362, 0x88e591a5), TOBN(0xa453a7bd, 0x7523ca2b),
    +     TOBN(0x8a9536d2, 0xc1df4533), TOBN(0xc8e50f2f, 0xbe972f79),
    +     TOBN(0xd433e50f, 0x6d3549cf), TOBN(0x6f33696f, 0xfacd665e),
    +     TOBN(0x695bfdac, 0xce11fcb4), TOBN(0x810ee252, 0xaf7c9860),
    +     TOBN(0x65450fe1, 0x7159bb2c), TOBN(0xf7dfbebe, 0x758b357b),
    +     TOBN(0x2b057e74, 0xd69fea72), TOBN(0xd485717a, 0x92731745),}
    +    ,
    +    {TOBN(0x896c42e8, 0xee36860c), TOBN(0xdaf04dfd, 0x4113c22d),
    +     TOBN(0x1adbb7b7, 0x44104213), TOBN(0xe5fd5fa1, 0x1fd394ea),
    +     TOBN(0x68235d94, 0x1a4e0551), TOBN(0x6772cfbe, 0x18d10151),
    +     TOBN(0x276071e3, 0x09984523), TOBN(0xe4e879de, 0x5a56ba98),
    +     TOBN(0xaaafafb0, 0x285b9491), TOBN(0x01a0be88, 0x1e4c705e),
    +     TOBN(0xff1d4f5d, 0x2ad9caab), TOBN(0x6e349a4a, 0xc37a233f),
    +     TOBN(0xcf1c1246, 0x4a1c6a16), TOBN(0xd99e6b66, 0x29383260),
    +     TOBN(0xea3d4366, 0x5f6d5471), TOBN(0x36974d04, 0xff8cc89b),
    +     TOBN(0xc26c49a1, 0xcfe89d80), TOBN(0xb42c026d, 0xda9c8371),
    +     TOBN(0xca6c013a, 0xdad066d2), TOBN(0xfb8f7228, 0x56a4f3ee),
    +     TOBN(0x08b579ec, 0xd850935b), TOBN(0x34c1a74c, 0xd631e1b3),
    +     TOBN(0xcb5fe596, 0xac198534), TOBN(0x39ff21f6, 0xe1f24f25),
    +     TOBN(0x27f29e14, 0x8f929057), TOBN(0x7a64ae06, 0xc0c853df),
    +     TOBN(0x256cd183, 0x58e9c5ce), TOBN(0x9d9cce82, 0xded092a5),
    +     TOBN(0xcc6e5979, 0x6e93b7c7), TOBN(0xe1e47092, 0x31bb9e27),
    +     TOBN(0xb70b3083, 0xaa9e29a0), TOBN(0xbf181a75, 0x3785e644),
    +     TOBN(0xf53f2c65, 0x8ead09f7), TOBN(0x1335e1d5, 0x9780d14d),
    +     TOBN(0x69cc20e0, 0xcd1b66bc), TOBN(0x9b670a37, 0xbbe0bfc8),
    +     TOBN(0xce53dc81, 0x28efbeed), TOBN(0x0c74e77c, 0x8326a6e5),
    +     TOBN(0x3604e0d2, 0xb88e9a63), TOBN(0xbab38fca, 0x13dc2248),
    +     TOBN(0x8ed6e8c8, 0x5c0a3f1e), TOBN(0xbcad2492, 0x7c87c37f),
    +     TOBN(0xfdfb62bb, 0x9ee3b78d), TOBN(0xeba8e477, 0xcbceba46),
    +     TOBN(0x37d38cb0, 0xeeaede4b), TOBN(0x0bc498e8, 0x7976deb6),
    +     TOBN(0xb2944c04, 0x6b6147fb), TOBN(0x8b123f35, 0xf71f9609),
    +     TOBN(0xa155dcc7, 0xde79dc24), TOBN(0xf1168a32, 0x558f69cd),
    +     TOBN(0xbac21595, 0x0d1850df), TOBN(0x15c8295b, 0xb204c848),
    +     TOBN(0xf661aa36, 0x7d8184ff), TOBN(0xc396228e, 0x30447bdb),
    +     TOBN(0x11cd5143, 0xbde4a59e), TOBN(0xe3a26e3b, 0x6beab5e6),
    +     TOBN(0xd3b3a13f, 0x1402b9d0), TOBN(0x573441c3, 0x2c7bc863),
    +     TOBN(0x4b301ec4, 0x578c3e6e), TOBN(0xc26fc9c4, 0x0adaf57e),
    +     TOBN(0x96e71bfd, 0x7493cea3), TOBN(0xd05d4b3f, 0x1af81456),
    +     TOBN(0xdaca2a8a, 0x6a8c608f), TOBN(0x53ef07f6, 0x0725b276),
    +     TOBN(0x07a5fbd2, 0x7824fc56), TOBN(0x34675218, 0x13289077),
    +     TOBN(0x5bf69fd5, 0xe0c48349), TOBN(0xa613ddd3, 0xb6aa7875),
    +     TOBN(0x7f78c19c, 0x5450d866), TOBN(0x46f4409c, 0x8f84a481),
    +     TOBN(0x9f1d1928, 0x90fce239), TOBN(0x016c4168, 0xb2ce44b9),
    +     TOBN(0xbae023f0, 0xc7435978), TOBN(0xb152c888, 0x20e30e19),
    +     TOBN(0x9c241645, 0xe3fa6faf), TOBN(0x735d95c1, 0x84823e60),
    +     TOBN(0x03197573, 0x03955317), TOBN(0x0b4b02a9, 0xf03b4995),
    +     TOBN(0x076bf559, 0x70274600), TOBN(0x32c5cc53, 0xaaf57508),
    +     TOBN(0xe8af6d1f, 0x60624129), TOBN(0xb7bc5d64, 0x9a5e2b5e),
    +     TOBN(0x3814b048, 0x5f082d72), TOBN(0x76f267f2, 0xce19677a),
    +     TOBN(0x626c630f, 0xb36eed93), TOBN(0x55230cd7, 0x3bf56803),
    +     TOBN(0x78837949, 0xce2736a0), TOBN(0x0d792d60, 0xaa6c55f1),
    +     TOBN(0x0318dbfd, 0xd5c7c5d2), TOBN(0xb38f8da7, 0x072b342d),
    +     TOBN(0x3569bddc, 0x7b8de38a), TOBN(0xf25b5887, 0xa1c94842),
    +     TOBN(0xb2d5b284, 0x2946ad60), TOBN(0x854f29ad, 0xe9d1707e),
    +     TOBN(0xaa5159dc, 0x2c6a4509), TOBN(0x899f94c0, 0x57189837),
    +     TOBN(0xcf6adc51, 0xf4a55b03), TOBN(0x261762de, 0x35e3b2d5),
    +     TOBN(0x4cc43012, 0x04827b51), TOBN(0xcd22a113, 0xc6021442),
    +     TOBN(0xce2fd61a, 0x247c9569), TOBN(0x59a50973, 0xd152beca),
    +     TOBN(0x6c835a11, 0x63a716d4), TOBN(0xc26455ed, 0x187dedcf),
    +     TOBN(0x27f536e0, 0x49ce89e7), TOBN(0x18908539, 0xcc890cb5),
    +     TOBN(0x308909ab, 0xd83c2aa1), TOBN(0xecd3142b, 0x1ab73bd3),
    +     TOBN(0x6a85bf59, 0xb3f5ab84), TOBN(0x3c320a68, 0xf2bea4c6),
    +     TOBN(0xad8dc538, 0x6da4541f), TOBN(0xeaf34eb0, 0xb7c41186),
    +     TOBN(0x1c780129, 0x977c97c4), TOBN(0x5ff9beeb, 0xc57eb9fa),
    +     TOBN(0xa24d0524, 0xc822c478), TOBN(0xfd8eec2a, 0x461cd415),
    +     TOBN(0xfbde194e, 0xf027458c), TOBN(0xb4ff5319, 0x1d1be115),
    +     TOBN(0x63f874d9, 0x4866d6f4), TOBN(0x35c75015, 0xb21ad0c9),
    +     TOBN(0xa6b5c9d6, 0x46ac49d2), TOBN(0x42c77c0b, 0x83137aa9),
    +     TOBN(0x24d000fc, 0x68225a38), TOBN(0x0f63cfc8, 0x2fe1e907),
    +     TOBN(0x22d1b01b, 0xc6441f95), TOBN(0x7d38f719, 0xec8e448f),
    +     TOBN(0x9b33fa5f, 0x787fb1ba), TOBN(0x94dcfda1, 0x190158df),
    +     TOBN(0xc47cb339, 0x5f6d4a09), TOBN(0x6b4f355c, 0xee52b826),
    +     TOBN(0x3d100f5d, 0xf51b930a), TOBN(0xf4512fac, 0x9f668f69),
    +     TOBN(0x546781d5, 0x206c4c74), TOBN(0xd021d4d4, 0xcb4d2e48),
    +     TOBN(0x494a54c2, 0xca085c2d), TOBN(0xf1dbaca4, 0x520850a8),
    +     TOBN(0x63c79326, 0x490a1aca), TOBN(0xcb64dd9c, 0x41526b02),
    +     TOBN(0xbb772591, 0xa2979258), TOBN(0x3f582970, 0x48d97846),
    +     TOBN(0xd66b70d1, 0x7c213ba7), TOBN(0xc28febb5, 0xe8a0ced4),
    +     TOBN(0x6b911831, 0xc10338c1), TOBN(0x0d54e389, 0xbf0126f3),
    +     TOBN(0x7048d460, 0x4af206ee), TOBN(0x786c88f6, 0x77e97cb9),
    +     TOBN(0xd4375ae1, 0xac64802e), TOBN(0x469bcfe1, 0xd53ec11c),
    +     TOBN(0xfc9b340d, 0x47062230), TOBN(0xe743bb57, 0xc5b4a3ac),
    +     TOBN(0xfe00b4aa, 0x59ef45ac), TOBN(0x29a4ef23, 0x59edf188),
    +     TOBN(0x40242efe, 0xb483689b), TOBN(0x2575d3f6, 0x513ac262),
    +     TOBN(0xf30037c8, 0x0ca6db72), TOBN(0xc9fcce82, 0x98864be2),
    +     TOBN(0x84a112ff, 0x0149362d), TOBN(0x95e57582, 0x1c4ae971),
    +     TOBN(0x1fa4b1a8, 0x945cf86c), TOBN(0x4525a734, 0x0b024a2f),
    +     TOBN(0xe76c8b62, 0x8f338360), TOBN(0x483ff593, 0x28edf32b),
    +     TOBN(0x67e8e90a, 0x298b1aec), TOBN(0x9caab338, 0x736d9a21),
    +     TOBN(0x5c09d2fd, 0x66892709), TOBN(0x2496b4dc, 0xb55a1d41),
    +     TOBN(0x93f5fb1a, 0xe24a4394), TOBN(0x08c75049, 0x6fa8f6c1),
    +     TOBN(0xcaead1c2, 0xc905d85f), TOBN(0xe9d7f790, 0x0733ae57),
    +     TOBN(0x24c9a65c, 0xf07cdd94), TOBN(0x7389359c, 0xa4b55931),
    +     TOBN(0xf58709b7, 0x367e45f7), TOBN(0x1f203067, 0xcb7e7adc),
    +     TOBN(0x82444bff, 0xc7b72818), TOBN(0x07303b35, 0xbaac8033),
    +     TOBN(0x1e1ee4e4, 0xd13b7ea1), TOBN(0xe6489b24, 0xe0e74180),
    +     TOBN(0xa5f2c610, 0x7e70ef70), TOBN(0xa1655412, 0xbdd10894),
    +     TOBN(0x555ebefb, 0x7af4194e), TOBN(0x533c1c3c, 0x8e89bd9c),
    +     TOBN(0x735b9b57, 0x89895856), TOBN(0x15fb3cd2, 0x567f5c15),
    +     TOBN(0x057fed45, 0x526f09fd), TOBN(0xe8a4f10c, 0x8128240a),
    +     TOBN(0x9332efc4, 0xff2bfd8d), TOBN(0x214e77a0, 0xbd35aa31),
    +     TOBN(0x32896d73, 0x14faa40e), TOBN(0x767867ec, 0x01e5f186),
    +     TOBN(0xc9adf8f1, 0x17a1813e), TOBN(0xcb6cda78, 0x54741795),
    +     TOBN(0xb7521b6d, 0x349d51aa), TOBN(0xf56b5a9e, 0xe3c7b8e9),
    +     TOBN(0xc6f1e5c9, 0x32a096df), TOBN(0x083667c4, 0xa3635024),
    +     TOBN(0x365ea135, 0x18087f2f), TOBN(0xf1b8eaac, 0xd136e45d),
    +     TOBN(0xc8a0e484, 0x73aec989), TOBN(0xd75a324b, 0x142c9259),
    +     TOBN(0xb7b4d001, 0x01dae185), TOBN(0x45434e0b, 0x9b7a94bc),
    +     TOBN(0xf54339af, 0xfbd8cb0b), TOBN(0xdcc4569e, 0xe98ef49e),
    +     TOBN(0x7789318a, 0x09a51299), TOBN(0x81b4d206, 0xb2b025d8),
    +     TOBN(0xf64aa418, 0xfae85792), TOBN(0x3e50258f, 0xacd7baf7),
    +     TOBN(0xdce84cdb, 0x2996864b), TOBN(0xa2e67089, 0x1f485fa4),
    +     TOBN(0xb28b2bb6, 0x534c6a5a), TOBN(0x31a7ec6b, 0xc94b9d39),
    +     TOBN(0x1d217766, 0xd6bc20da), TOBN(0x4acdb5ec, 0x86761190),
    +     TOBN(0x68726328, 0x73701063), TOBN(0x4d24ee7c, 0x2128c29b),
    +     TOBN(0xc072ebd3, 0xa19fd868), TOBN(0x612e481c, 0xdb8ddd3b),
    +     TOBN(0xb4e1d754, 0x1a64d852), TOBN(0x00ef95ac, 0xc4c6c4ab),
    +     TOBN(0x1536d2ed, 0xaa0a6c46), TOBN(0x61294086, 0x43774790),
    +     TOBN(0x54af25e8, 0x343fda10), TOBN(0x9ff9d98d, 0xfd25d6f2),
    +     TOBN(0x0746af7c, 0x468b8835), TOBN(0x977a31cb, 0x730ecea7),
    +     TOBN(0xa5096b80, 0xc2cf4a81), TOBN(0xaa986833, 0x6458c37a),
    +     TOBN(0x6af29bf3, 0xa6bd9d34), TOBN(0x6a62fe9b, 0x33c5d854),
    +     TOBN(0x50e6c304, 0xb7133b5e), TOBN(0x04b60159, 0x7d6e6848),
    +     TOBN(0x4cd296df, 0x5579bea4), TOBN(0x10e35ac8, 0x5ceedaf1),
    +     TOBN(0x04c4c5fd, 0xe3bcc5b1), TOBN(0x95f9ee8a, 0x89412cf9),
    +     TOBN(0x2c9459ee, 0x82b6eb0f), TOBN(0x2e845765, 0x95c2aadd),
    +     TOBN(0x774a84ae, 0xd327fcfe), TOBN(0xd8c93722, 0x0368d476),
    +     TOBN(0x0dbd5748, 0xf83e8a3b), TOBN(0xa579aa96, 0x8d2495f3),
    +     TOBN(0x535996a0, 0xae496e9b), TOBN(0x07afbfe9, 0xb7f9bcc2),
    +     TOBN(0x3ac1dc6d, 0x5b7bd293), TOBN(0x3b592cff, 0x7022323d),
    +     TOBN(0xba0deb98, 0x9c0a3e76), TOBN(0x18e78e9f, 0x4b197acb),
    +     TOBN(0x211cde10, 0x296c36ef), TOBN(0x7ee89672, 0x82c4da77),
    +     TOBN(0xb617d270, 0xa57836da), TOBN(0xf0cd9c31, 0x9cb7560b),
    +     TOBN(0x01fdcbf7, 0xe455fe90), TOBN(0x3fb53cbb, 0x7e7334f3),
    +     TOBN(0x781e2ea4, 0x4e7de4ec), TOBN(0x8adab3ad, 0x0b384fd0),
    +     TOBN(0x129eee2f, 0x53d64829), TOBN(0x7a471e17, 0xa261492b),
    +     TOBN(0xe4f9adb9, 0xe4cb4a2c), TOBN(0x3d359f6f, 0x97ba2c2d),
    +     TOBN(0x346c6786, 0x0aacd697), TOBN(0x92b444c3, 0x75c2f8a8),
    +     TOBN(0xc79fa117, 0xd85df44e), TOBN(0x56782372, 0x398ddf31),
    +     TOBN(0x60e690f2, 0xbbbab3b8), TOBN(0x4851f8ae, 0x8b04816b),
    +     TOBN(0xc72046ab, 0x9c92e4d2), TOBN(0x518c74a1, 0x7cf3136b),
    +     TOBN(0xff4eb50a, 0xf9877d4c), TOBN(0x14578d90, 0xa919cabb),
    +     TOBN(0x8218f8c4, 0xac5eb2b6), TOBN(0xa3ccc547, 0x542016e4),
    +     TOBN(0x025bf48e, 0x327f8349), TOBN(0xf3e97346, 0xf43cb641),
    +     TOBN(0xdc2bafdf, 0x500f1085), TOBN(0x57167876, 0x2f063055),
    +     TOBN(0x5bd914b9, 0x411925a6), TOBN(0x7c078d48, 0xa1123de5),
    +     TOBN(0xee6bf835, 0x182b165d), TOBN(0xb11b5e5b, 0xba519727),
    +     TOBN(0xe33ea76c, 0x1eea7b85), TOBN(0x2352b461, 0x92d4f85e),
    +     TOBN(0xf101d334, 0xafe115bb), TOBN(0xfabc1294, 0x889175a3),
    +     TOBN(0x7f6bcdc0, 0x5233f925), TOBN(0xe0a802db, 0xe77fec55),
    +     TOBN(0xbdb47b75, 0x8069b659), TOBN(0x1c5e12de, 0xf98fbd74),
    +     TOBN(0x869c58c6, 0x4b8457ee), TOBN(0xa5360f69, 0x4f7ea9f7),
    +     TOBN(0xe576c09f, 0xf460b38f), TOBN(0x6b70d548, 0x22b7fb36),
    +     TOBN(0x3fd237f1, 0x3bfae315), TOBN(0x33797852, 0xcbdff369),
    +     TOBN(0x97df25f5, 0x25b516f9), TOBN(0x46f388f2, 0xba38ad2d),
    +     TOBN(0x656c4658, 0x89d8ddbb), TOBN(0x8830b26e, 0x70f38ee8),
    +     TOBN(0x4320fd5c, 0xde1212b0), TOBN(0xc34f30cf, 0xe4a2edb2),
    +     TOBN(0xabb131a3, 0x56ab64b8), TOBN(0x7f77f0cc, 0xd99c5d26),
    +     TOBN(0x66856a37, 0xbf981d94), TOBN(0x19e76d09, 0x738bd76e),
    +     TOBN(0xe76c8ac3, 0x96238f39), TOBN(0xc0a482be, 0xa830b366),
    +     TOBN(0xb7b8eaff, 0x0b4eb499), TOBN(0x8ecd83bc, 0x4bfb4865),
    +     TOBN(0x971b2cb7, 0xa2f3776f), TOBN(0xb42176a4, 0xf4b88adf),
    +     TOBN(0xb9617df5, 0xbe1fa446), TOBN(0x8b32d508, 0xcd031bd2),
    +     TOBN(0x1c6bd47d, 0x53b618c0), TOBN(0xc424f46c, 0x6a227923),
    +     TOBN(0x7303ffde, 0xdd92d964), TOBN(0xe9712878, 0x71b5abf2),
    +     TOBN(0x8f48a632, 0xf815561d), TOBN(0x85f48ff5, 0xd3c055d1),
    +     TOBN(0x222a1427, 0x7525684f), TOBN(0xd0d841a0, 0x67360cc3),
    +     TOBN(0x4245a926, 0x0b9267c6), TOBN(0xc78913f1, 0xcf07f863),
    +     TOBN(0xaa844c8e, 0x4d0d9e24), TOBN(0xa42ad522, 0x3d5f9017),
    +     TOBN(0xbd371749, 0xa2c989d5), TOBN(0x928292df, 0xe1f5e78e),
    +     TOBN(0x493b383e, 0x0a1ea6da), TOBN(0x5136fd8d, 0x13aee529),
    +     TOBN(0x860c44b1, 0xf2c34a99), TOBN(0x3b00aca4, 0xbf5855ac),
    +     TOBN(0xabf6aaa0, 0xfaaf37be), TOBN(0x65f43682, 0x2a53ec08),
    +     TOBN(0x1d9a5801, 0xa11b12e1), TOBN(0x78a7ab2c, 0xe20ed475),
    +     TOBN(0x0de1067e, 0x9a41e0d5), TOBN(0x30473f5f, 0x305023ea),
    +     TOBN(0xdd3ae09d, 0x169c7d97), TOBN(0x5cd5baa4, 0xcfaef9cd),
    +     TOBN(0x5cd7440b, 0x65a44803), TOBN(0xdc13966a, 0x47f364de),
    +     TOBN(0x077b2be8, 0x2b8357c1), TOBN(0x0cb1b4c5, 0xe9d57c2a),
    +     TOBN(0x7a4ceb32, 0x05ff363e), TOBN(0xf310fa4d, 0xca35a9ef),
    +     TOBN(0xdbb7b352, 0xf97f68c6), TOBN(0x0c773b50, 0x0b02cf58),
    +     TOBN(0xea2e4821, 0x3c1f96d9), TOBN(0xffb357b0, 0xeee01815),
    +     TOBN(0xb9c924cd, 0xe0f28039), TOBN(0x0b36c95a, 0x46a3fbe4),
    +     TOBN(0x1faaaea4, 0x5e46db6c), TOBN(0xcae575c3, 0x1928aaff),
    +     TOBN(0x7f671302, 0xa70dab86), TOBN(0xfcbd12a9, 0x71c58cfc),
    +     TOBN(0xcbef9acf, 0xbee0cb92), TOBN(0x573da0b9, 0xf8c1b583),
    +     TOBN(0x4752fcfe, 0x0d41d550), TOBN(0xe7eec0e3, 0x2155cffe),
    +     TOBN(0x0fc39fcb, 0x545ae248), TOBN(0x522cb8d1, 0x8065f44e),
    +     TOBN(0x263c962a, 0x70cbb96c), TOBN(0xe034362a, 0xbcd124a9),
    +     TOBN(0xf120db28, 0x3c2ae58d), TOBN(0xb9a38d49, 0xfef6d507),
    +     TOBN(0xb1fd2a82, 0x1ff140fd), TOBN(0xbd162f30, 0x20aee7e0),
    +     TOBN(0x4e17a5d4, 0xcb251949), TOBN(0x2aebcb83, 0x4f7e1c3d),
    +     TOBN(0x608eb25f, 0x937b0527), TOBN(0xf42e1e47, 0xeb7d9997),
    +     TOBN(0xeba699c4, 0xb8a53a29), TOBN(0x1f921c71, 0xe091b536),
    +     TOBN(0xcce29e7b, 0x5b26bbd5), TOBN(0x7a8ef5ed, 0x3b61a680),
    +     TOBN(0xe5ef8043, 0xba1f1c7e), TOBN(0x16ea8217, 0x18158dda),
    +     TOBN(0x01778a2b, 0x599ff0f9), TOBN(0x68a923d7, 0x8104fc6b),
    +     TOBN(0x5bfa44df, 0xda694ff3), TOBN(0x4f7199db, 0xf7667f12),
    +     TOBN(0xc06d8ff6, 0xe46f2a79), TOBN(0x08b5dead, 0xe9f8131d),
    +     TOBN(0x02519a59, 0xabb4ce7c), TOBN(0xc4f710bc, 0xb42aec3e),
    +     TOBN(0x3d77b057, 0x78bde41a), TOBN(0x6474bf80, 0xb4186b5a),
    +     TOBN(0x048b3f67, 0x88c65741), TOBN(0xc64519de, 0x03c7c154),
    +     TOBN(0xdf073846, 0x0edfcc4f), TOBN(0x319aa737, 0x48f1aa6b),
    +     TOBN(0x8b9f8a02, 0xca909f77), TOBN(0x90258139, 0x7580bfef),
    +     TOBN(0xd8bfd3ca, 0xc0c22719), TOBN(0xc60209e4, 0xc9ca151e),
    +     TOBN(0x7a744ab5, 0xd9a1a69c), TOBN(0x6de5048b, 0x14937f8f),
    +     TOBN(0x171938d8, 0xe115ac04), TOBN(0x7df70940, 0x1c6b16d2),
    +     TOBN(0xa6aeb663, 0x7f8e94e7), TOBN(0xc130388e, 0x2a2cf094),
    +     TOBN(0x1850be84, 0x77f54e6e), TOBN(0x9f258a72, 0x65d60fe5),
    +     TOBN(0xff7ff0c0, 0x6c9146d6), TOBN(0x039aaf90, 0xe63a830b),
    +     TOBN(0x38f27a73, 0x9460342f), TOBN(0x4703148c, 0x3f795f8a),
    +     TOBN(0x1bb5467b, 0x9681a97e), TOBN(0x00931ba5, 0xecaeb594),
    +     TOBN(0xcdb6719d, 0x786f337c), TOBN(0xd9c01cd2, 0xe704397d),
    +     TOBN(0x0f4a3f20, 0x555c2fef), TOBN(0x00452509, 0x7c0af223),
    +     TOBN(0x54a58047, 0x84db8e76), TOBN(0x3bacf1aa, 0x93c8aa06),
    +     TOBN(0x11ca957c, 0xf7919422), TOBN(0x50641053, 0x78cdaa40),
    +     TOBN(0x7a303874, 0x9f7144ae), TOBN(0x170c963f, 0x43d4acfd),
    +     TOBN(0x5e148149, 0x58ddd3ef), TOBN(0xa7bde582, 0x9e72dba8),
    +     TOBN(0x0769da8b, 0x6fa68750), TOBN(0xfa64e532, 0x572e0249),
    +     TOBN(0xfcaadf9d, 0x2619ad31), TOBN(0x87882daa, 0xa7b349cd),
    +     TOBN(0x9f6eb731, 0x6c67a775), TOBN(0xcb10471a, 0xefc5d0b1),
    +     TOBN(0xb433750c, 0xe1b806b2), TOBN(0x19c5714d, 0x57b1ae7e),
    +     TOBN(0xc0dc8b7b, 0xed03fd3f), TOBN(0xdd03344f, 0x31bc194e),
    +     TOBN(0xa66c52a7, 0x8c6320b5), TOBN(0x8bc82ce3, 0xd0b6fd93),
    +     TOBN(0xf8e13501, 0xb35f1341), TOBN(0xe53156dd, 0x25a43e42),
    +     TOBN(0xd3adf27e, 0x4daeb85c), TOBN(0xb81d8379, 0xbbeddeb5),
    +     TOBN(0x1b0b546e, 0x2e435867), TOBN(0x9020eb94, 0xeba5dd60),
    +     TOBN(0x37d91161, 0x8210cb9d), TOBN(0x4c596b31, 0x5c91f1cf),
    +     TOBN(0xb228a90f, 0x0e0b040d), TOBN(0xbaf02d82, 0x45ff897f),
    +     TOBN(0x2aac79e6, 0x00fa6122), TOBN(0x24828817, 0x8e36f557),
    +     TOBN(0xb9521d31, 0x113ec356), TOBN(0x9e48861e, 0x15eff1f8),
    +     TOBN(0x2aa1d412, 0xe0d41715), TOBN(0x71f86203, 0x53f131b8),
    +     TOBN(0xf60da8da, 0x3fd19408), TOBN(0x4aa716dc, 0x278d9d99),
    +     TOBN(0x394531f7, 0xa8c51c90), TOBN(0xb560b0e8, 0xf59db51c),
    +     TOBN(0xa28fc992, 0xfa34bdad), TOBN(0xf024fa14, 0x9cd4f8bd),
    +     TOBN(0x5cf530f7, 0x23a9d0d3), TOBN(0x615ca193, 0xe28c9b56),
    +     TOBN(0x6d2a483d, 0x6f73c51e), TOBN(0xa4cb2412, 0xea0dc2dd),
    +     TOBN(0x50663c41, 0x1eb917ff), TOBN(0x3d3a74cf, 0xeade299e),
    +     TOBN(0x29b3990f, 0x4a7a9202), TOBN(0xa9bccf59, 0xa7b15c3d),
    +     TOBN(0x66a3ccdc, 0xa5df9208), TOBN(0x48027c14, 0x43f2f929),
    +     TOBN(0xd385377c, 0x40b557f0), TOBN(0xe001c366, 0xcd684660),
    +     TOBN(0x1b18ed6b, 0xe2183a27), TOBN(0x879738d8, 0x63210329),
    +     TOBN(0xa687c74b, 0xbda94882), TOBN(0xd1bbcc48, 0xa684b299),
    +     TOBN(0xaf6f1112, 0x863b3724), TOBN(0x6943d1b4, 0x2c8ce9f8),
    +     TOBN(0xe044a3bb, 0x098cafb4), TOBN(0x27ed2310, 0x60d48caf),
    +     TOBN(0x542b5675, 0x3a31b84d), TOBN(0xcbf3dd50, 0xfcddbed7),
    +     TOBN(0x25031f16, 0x41b1d830), TOBN(0xa7ec851d, 0xcb0c1e27),
    +     TOBN(0xac1c8fe0, 0xb5ae75db), TOBN(0xb24c7557, 0x08c52120),
    +     TOBN(0x57f811dc, 0x1d4636c3), TOBN(0xf8436526, 0x681a9939),
    +     TOBN(0x1f6bc6d9, 0x9c81adb3), TOBN(0x840f8ac3, 0x5b7d80d4),
    +     TOBN(0x731a9811, 0xf4387f1a), TOBN(0x7c501cd3, 0xb5156880),
    +     TOBN(0xa5ca4a07, 0xdfe68867), TOBN(0xf123d8f0, 0x5fcea120),
    +     TOBN(0x1fbb0e71, 0xd607039e), TOBN(0x2b70e215, 0xcd3a4546),
    +     TOBN(0x32d2f01d, 0x53324091), TOBN(0xb796ff08, 0x180ab19b),
    +     TOBN(0x32d87a86, 0x3c57c4aa), TOBN(0x2aed9caf, 0xb7c49a27),
    +     TOBN(0x9fb35eac, 0x31630d98), TOBN(0x338e8cdf, 0x5c3e20a3),
    +     TOBN(0x80f16182, 0x66cde8db), TOBN(0x4e159980, 0x2d72fd36),
    +     TOBN(0xd7b8f13b, 0x9b6e5072), TOBN(0xf5213907, 0x3b7b5dc1),
    +     TOBN(0x4d431f1d, 0x8ce4396e), TOBN(0x37a1a680, 0xa7ed2142),
    +     TOBN(0xbf375696, 0xd01aaf6b), TOBN(0xaa1c0c54, 0xe63aab66),
    +     TOBN(0x3014368b, 0x4ed80940), TOBN(0x67e6d056, 0x7a6fcedd),
    +     TOBN(0x7c208c49, 0xca97579f), TOBN(0xfe3d7a81, 0xa23597f6),
    +     TOBN(0x5e203202, 0x7e096ae2), TOBN(0xb1f3e1e7, 0x24b39366),
    +     TOBN(0x26da26f3, 0x2fdcdffc), TOBN(0x79422f1d, 0x6097be83),}
    +    ,
    +    {TOBN(0x263a2cfb, 0x9db3b381), TOBN(0x9c3a2dee, 0xd4df0a4b),
    +     TOBN(0x728d06e9, 0x7d04e61f), TOBN(0x8b1adfbc, 0x42449325),
    +     TOBN(0x6ec1d939, 0x7e053a1b), TOBN(0xee2be5c7, 0x66daf707),
    +     TOBN(0x80ba1e14, 0x810ac7ab), TOBN(0xdd2ae778, 0xf530f174),
    +     TOBN(0x0435d97a, 0x205b9d8b), TOBN(0x6eb8f064, 0x056756d4),
    +     TOBN(0xd5e88a8b, 0xb6f8210e), TOBN(0x070ef12d, 0xec9fd9ea),
    +     TOBN(0x4d849505, 0x3bcc876a), TOBN(0x12a75338, 0xa7404ce3),
    +     TOBN(0xd22b49e1, 0xb8a1db5e), TOBN(0xec1f2051, 0x14bfa5ad),
    +     TOBN(0xadbaeb79, 0xb6828f36), TOBN(0x9d7a0258, 0x01bd5b9e),
    +     TOBN(0xeda01e0d, 0x1e844b0c), TOBN(0x4b625175, 0x887edfc9),
    +     TOBN(0x14109fdd, 0x9669b621), TOBN(0x88a2ca56, 0xf6f87b98),
    +     TOBN(0xfe2eb788, 0x170df6bc), TOBN(0x0cea06f4, 0xffa473f9),
    +     TOBN(0x43ed81b5, 0xc4e83d33), TOBN(0xd9f35879, 0x5efd488b),
    +     TOBN(0x164a620f, 0x9deb4d0f), TOBN(0xc6927bdb, 0xac6a7394),
    +     TOBN(0x45c28df7, 0x9f9e0f03), TOBN(0x2868661e, 0xfcd7e1a9),
    +     TOBN(0x7cf4e8d0, 0xffa348f1), TOBN(0x6bd4c284, 0x398538e0),
    +     TOBN(0x2618a091, 0x289a8619), TOBN(0xef796e60, 0x6671b173),
    +     TOBN(0x664e46e5, 0x9090c632), TOBN(0xa38062d4, 0x1e66f8fb),
    +     TOBN(0x6c744a20, 0x0573274e), TOBN(0xd07b67e4, 0xa9271394),
    +     TOBN(0x391223b2, 0x6bdc0e20), TOBN(0xbe2d93f1, 0xeb0a05a7),
    +     TOBN(0xf23e2e53, 0x3f36d141), TOBN(0xe84bb3d4, 0x4dfca442),
    +     TOBN(0xb804a48d, 0x6b7c023a), TOBN(0x1e16a8fa, 0x76431c3b),
    +     TOBN(0x1b5452ad, 0xddd472e0), TOBN(0x7d405ee7, 0x0d1ee127),
    +     TOBN(0x50fc6f1d, 0xffa27599), TOBN(0x351ac53c, 0xbf391b35),
    +     TOBN(0x7efa14b8, 0x4444896b), TOBN(0x64974d2f, 0xf94027fb),
    +     TOBN(0xefdcd0e8, 0xde84487d), TOBN(0x8c45b260, 0x2b48989b),
    +     TOBN(0xa8fcbbc2, 0xd8463487), TOBN(0xd1b2b3f7, 0x3fbc476c),
    +     TOBN(0x21d005b7, 0xc8f443c0), TOBN(0x518f2e67, 0x40c0139c),
    +     TOBN(0x56036e8c, 0x06d75fc1), TOBN(0x2dcf7bb7, 0x3249a89f),
    +     TOBN(0x81dd1d3d, 0xe245e7dd), TOBN(0xf578dc4b, 0xebd6e2a7),
    +     TOBN(0x4c028903, 0xdf2ce7a0), TOBN(0xaee36288, 0x9c39afac),
    +     TOBN(0xdc847c31, 0x146404ab), TOBN(0x6304c0d8, 0xa4e97818),
    +     TOBN(0xae51dca2, 0xa91f6791), TOBN(0x2abe4190, 0x9baa9efc),
    +     TOBN(0xd9d2e2f4, 0x559c7ac1), TOBN(0xe82f4b51, 0xfc9f773a),
    +     TOBN(0xa7713027, 0x4073e81c), TOBN(0xc0276fac, 0xfbb596fc),
    +     TOBN(0x1d819fc9, 0xa684f70c), TOBN(0x29b47fdd, 0xc9f7b1e0),
    +     TOBN(0x358de103, 0x459b1940), TOBN(0xec881c59, 0x5b013e93),
    +     TOBN(0x51574c93, 0x49532ad3), TOBN(0x2db1d445, 0xb37b46de),
    +     TOBN(0xc6445b87, 0xdf239fd8), TOBN(0xc718af75, 0x151d24ee),
    +     TOBN(0xaea1c4a4, 0xf43c6259), TOBN(0x40c0e5d7, 0x70be02f7),
    +     TOBN(0x6a4590f4, 0x721b33f2), TOBN(0x2124f1fb, 0xfedf04ea),
    +     TOBN(0xf8e53cde, 0x9745efe7), TOBN(0xe7e10432, 0x65f046d9),
    +     TOBN(0xc3fca28e, 0xe4d0c7e6), TOBN(0x847e339a, 0x87253b1b),
    +     TOBN(0x9b595348, 0x3743e643), TOBN(0xcb6a0a0b, 0x4fd12fc5),
    +     TOBN(0xfb6836c3, 0x27d02dcc), TOBN(0x5ad00982, 0x7a68bcc2),
    +     TOBN(0x1b24b44c, 0x005e912d), TOBN(0xcc83d20f, 0x811fdcfe),
    +     TOBN(0x36527ec1, 0x666fba0c), TOBN(0x69948197, 0x14754635),
    +     TOBN(0xfcdcb1a8, 0x556da9c2), TOBN(0xa5934267, 0x81a732b2),
    +     TOBN(0xec1214ed, 0xa714181d), TOBN(0x609ac13b, 0x6067b341),
    +     TOBN(0xff4b4c97, 0xa545df1f), TOBN(0xa1240501, 0x34d2076b),
    +     TOBN(0x6efa0c23, 0x1409ca97), TOBN(0x254cc1a8, 0x20638c43),
    +     TOBN(0xd4e363af, 0xdcfb46cd), TOBN(0x62c2adc3, 0x03942a27),
    +     TOBN(0xc67b9df0, 0x56e46483), TOBN(0xa55abb20, 0x63736356),
    +     TOBN(0xab93c098, 0xc551bc52), TOBN(0x382b49f9, 0xb15fe64b),
    +     TOBN(0x9ec221ad, 0x4dff8d47), TOBN(0x79caf615, 0x437df4d6),
    +     TOBN(0x5f13dc64, 0xbb456509), TOBN(0xe4c589d9, 0x191f0714),
    +     TOBN(0x27b6a8ab, 0x3fd40e09), TOBN(0xe455842e, 0x77313ea9),
    +     TOBN(0x8b51d1e2, 0x1f55988b), TOBN(0x5716dd73, 0x062bbbfc),
    +     TOBN(0x633c11e5, 0x4e8bf3de), TOBN(0x9a0e77b6, 0x1b85be3b),
    +     TOBN(0x56510729, 0x0911cca6), TOBN(0x27e76495, 0xefa6590f),
    +     TOBN(0xe4ac8b33, 0x070d3aab), TOBN(0x2643672b, 0x9a2cd5e5),
    +     TOBN(0x52eff79b, 0x1cfc9173), TOBN(0x665ca49b, 0x90a7c13f),
    +     TOBN(0x5a8dda59, 0xb3efb998), TOBN(0x8a5b922d, 0x052f1341),
    +     TOBN(0xae9ebbab, 0x3cf9a530), TOBN(0x35986e7b, 0xf56da4d7),
    +     TOBN(0x3a636b5c, 0xff3513cc), TOBN(0xbb0cf8ba, 0x3198f7dd),
    +     TOBN(0xb8d40522, 0x41f16f86), TOBN(0x760575d8, 0xde13a7bf),
    +     TOBN(0x36f74e16, 0x9f7aa181), TOBN(0x163a3ecf, 0xf509ed1c),
    +     TOBN(0x6aead61f, 0x3c40a491), TOBN(0x158c95fc, 0xdfe8fcaa),
    +     TOBN(0xa3991b6e, 0x13cda46f), TOBN(0x79482415, 0x342faed0),
    +     TOBN(0xf3ba5bde, 0x666b5970), TOBN(0x1d52e6bc, 0xb26ab6dd),
    +     TOBN(0x768ba1e7, 0x8608dd3d), TOBN(0x4930db2a, 0xea076586),
    +     TOBN(0xd9575714, 0xe7dc1afa), TOBN(0x1fc7bf7d, 0xf7c58817),
    +     TOBN(0x6b47accd, 0xd9eee96c), TOBN(0x0ca277fb, 0xe58cec37),
    +     TOBN(0x113fe413, 0xe702c42a), TOBN(0xdd1764ee, 0xc47cbe51),
    +     TOBN(0x041e7cde, 0x7b3ed739), TOBN(0x50cb7459, 0x5ce9e1c0),
    +     TOBN(0x35568513, 0x2925b212), TOBN(0x7cff95c4, 0x001b081c),
    +     TOBN(0x63ee4cbd, 0x8088b454), TOBN(0xdb7f32f7, 0x9a9e0c8a),
    +     TOBN(0xb377d418, 0x6b2447cb), TOBN(0xe3e982aa, 0xd370219b),
    +     TOBN(0x06ccc1e4, 0xc2a2a593), TOBN(0x72c36865, 0x0773f24f),
    +     TOBN(0xa13b4da7, 0x95859423), TOBN(0x8bbf1d33, 0x75040c8f),
    +     TOBN(0x726f0973, 0xda50c991), TOBN(0x48afcd5b, 0x822d6ee2),
    +     TOBN(0xe5fc718b, 0x20fd7771), TOBN(0xb9e8e77d, 0xfd0807a1),
    +     TOBN(0x7f5e0f44, 0x99a7703d), TOBN(0x6972930e, 0x618e36f3),
    +     TOBN(0x2b7c77b8, 0x23807bbe), TOBN(0xe5b82405, 0xcb27ff50),
    +     TOBN(0xba8b8be3, 0xbd379062), TOBN(0xd64b7a1d, 0x2dce4a92),
    +     TOBN(0x040a73c5, 0xb2952e37), TOBN(0x0a9e252e, 0xd438aeca),
    +     TOBN(0xdd43956b, 0xc39d3bcb), TOBN(0x1a31ca00, 0xb32b2d63),
    +     TOBN(0xd67133b8, 0x5c417a18), TOBN(0xd08e4790, 0x2ef442c8),
    +     TOBN(0x98cb1ae9, 0x255c0980), TOBN(0x4bd86381, 0x2b4a739f),
    +     TOBN(0x5a5c31e1, 0x1e4a45a1), TOBN(0x1e5d55fe, 0x9cb0db2f),
    +     TOBN(0x74661b06, 0x8ff5cc29), TOBN(0x026b389f, 0x0eb8a4f4),
    +     TOBN(0x536b21a4, 0x58848c24), TOBN(0x2e5bf8ec, 0x81dc72b0),
    +     TOBN(0x03c187d0, 0xad886aac), TOBN(0x5c16878a, 0xb771b645),
    +     TOBN(0xb07dfc6f, 0xc74045ab), TOBN(0x2c6360bf, 0x7800caed),
    +     TOBN(0x24295bb5, 0xb9c972a3), TOBN(0xc9e6f88e, 0x7c9a6dba),
    +     TOBN(0x90ffbf24, 0x92a79aa6), TOBN(0xde29d50a, 0x41c26ac2),
    +     TOBN(0x9f0af483, 0xd309cbe6), TOBN(0x5b020d8a, 0xe0bced4f),
    +     TOBN(0x606e986d, 0xb38023e3), TOBN(0xad8f2c9d, 0x1abc6933),
    +     TOBN(0x19292e1d, 0xe7400e93), TOBN(0xfe3e18a9, 0x52be5e4d),
    +     TOBN(0xe8e9771d, 0x2e0680bf), TOBN(0x8c5bec98, 0xc54db063),
    +     TOBN(0x2af9662a, 0x74a55d1f), TOBN(0xe3fbf28f, 0x046f66d8),
    +     TOBN(0xa3a72ab4, 0xd4dc4794), TOBN(0x09779f45, 0x5c7c2dd8),
    +     TOBN(0xd893bdaf, 0xc3d19d8d), TOBN(0xd5a75094, 0x57d6a6df),
    +     TOBN(0x8cf8fef9, 0x952e6255), TOBN(0x3da67cfb, 0xda9a8aff),
    +     TOBN(0x4c23f62a, 0x2c160dcd), TOBN(0x34e6c5e3, 0x8f90eaef),
    +     TOBN(0x35865519, 0xa9a65d5a), TOBN(0x07c48aae, 0x8fd38a3d),
    +     TOBN(0xb7e7aeda, 0x50068527), TOBN(0x2c09ef23, 0x1c90936a),
    +     TOBN(0x31ecfeb6, 0xe879324c), TOBN(0xa0871f6b, 0xfb0ec938),
    +     TOBN(0xb1f0fb68, 0xd84d835d), TOBN(0xc90caf39, 0x861dc1e6),
    +     TOBN(0x12e5b046, 0x7594f8d7), TOBN(0x26897ae2, 0x65012b92),
    +     TOBN(0xbcf68a08, 0xa4d6755d), TOBN(0x403ee41c, 0x0991fbda),
    +     TOBN(0x733e343e, 0x3bbf17e8), TOBN(0xd2c7980d, 0x679b3d65),
    +     TOBN(0x33056232, 0xd2e11305), TOBN(0x966be492, 0xf3c07a6f),
    +     TOBN(0x6a8878ff, 0xbb15509d), TOBN(0xff221101, 0x0a9b59a4),
    +     TOBN(0x6c9f564a, 0xabe30129), TOBN(0xc6f2c940, 0x336e64cf),
    +     TOBN(0x0fe75262, 0x8b0c8022), TOBN(0xbe0267e9, 0x6ae8db87),
    +     TOBN(0x22e192f1, 0x93bc042b), TOBN(0xf085b534, 0xb237c458),
    +     TOBN(0xa0d192bd, 0x832c4168), TOBN(0x7a76e9e3, 0xbdf6271d),
    +     TOBN(0x52a882fa, 0xb88911b5), TOBN(0xc85345e4, 0xb4db0eb5),
    +     TOBN(0xa3be02a6, 0x81a7c3ff), TOBN(0x51889c8c, 0xf0ec0469),
    +     TOBN(0x9d031369, 0xa5e829e5), TOBN(0xcbb4c6fc, 0x1607aa41),
    +     TOBN(0x75ac59a6, 0x241d84c1), TOBN(0xc043f2bf, 0x8829e0ee),
    +     TOBN(0x82a38f75, 0x8ea5e185), TOBN(0x8bda40b9, 0xd87cbd9f),
    +     TOBN(0x9e65e75e, 0x2d8fc601), TOBN(0x3d515f74, 0xa35690b3),
    +     TOBN(0x534acf4f, 0xda79e5ac), TOBN(0x68b83b3a, 0x8630215f),
    +     TOBN(0x5c748b2e, 0xd085756e), TOBN(0xb0317258, 0xe5d37cb2),
    +     TOBN(0x6735841a, 0xc5ccc2c4), TOBN(0x7d7dc96b, 0x3d9d5069),
    +     TOBN(0xa147e410, 0xfd1754bd), TOBN(0x65296e94, 0xd399ddd5),
    +     TOBN(0xf6b5b2d0, 0xbc8fa5bc), TOBN(0x8a5ead67, 0x500c277b),
    +     TOBN(0x214625e6, 0xdfa08a5d), TOBN(0x51fdfedc, 0x959cf047),
    +     TOBN(0x6bc9430b, 0x289fca32), TOBN(0xe36ff0cf, 0x9d9bdc3f),
    +     TOBN(0x2fe187cb, 0x58ea0ede), TOBN(0xed66af20, 0x5a900b3f),
    +     TOBN(0x00e0968b, 0x5fa9f4d6), TOBN(0x2d4066ce, 0x37a362e7),
    +     TOBN(0xa99a9748, 0xbd07e772), TOBN(0x710989c0, 0x06a4f1d0),
    +     TOBN(0xd5dedf35, 0xce40cbd8), TOBN(0xab55c5f0, 0x1743293d),
    +     TOBN(0x766f1144, 0x8aa24e2c), TOBN(0x94d874f8, 0x605fbcb4),
    +     TOBN(0xa365f0e8, 0xa518001b), TOBN(0xee605eb6, 0x9d04ef0f),
    +     TOBN(0x5a3915cd, 0xba8d4d25), TOBN(0x44c0e1b8, 0xb5113472),
    +     TOBN(0xcbb024e8, 0x8b6740dc), TOBN(0x89087a53, 0xee1d4f0c),
    +     TOBN(0xa88fa05c, 0x1fc4e372), TOBN(0x8bf395cb, 0xaf8b3af2),
    +     TOBN(0x1e71c9a1, 0xdeb8568b), TOBN(0xa35daea0, 0x80fb3d32),
    +     TOBN(0xe8b6f266, 0x2cf8fb81), TOBN(0x6d51afe8, 0x9490696a),
    +     TOBN(0x81beac6e, 0x51803a19), TOBN(0xe3d24b7f, 0x86219080),
    +     TOBN(0x727cfd9d, 0xdf6f463c), TOBN(0x8c6865ca, 0x72284ee8),
    +     TOBN(0x32c88b7d, 0xb743f4ef), TOBN(0x3793909b, 0xe7d11dce),
    +     TOBN(0xd398f922, 0x2ff2ebe8), TOBN(0x2c70ca44, 0xe5e49796),
    +     TOBN(0xdf4d9929, 0xcb1131b1), TOBN(0x7826f298, 0x25888e79),
    +     TOBN(0x4d3a112c, 0xf1d8740a), TOBN(0x00384cb6, 0x270afa8b),
    +     TOBN(0xcb64125b, 0x3ab48095), TOBN(0x3451c256, 0x62d05106),
    +     TOBN(0xd73d577d, 0xa4955845), TOBN(0x39570c16, 0xbf9f4433),
    +     TOBN(0xd7dfaad3, 0xadecf263), TOBN(0xf1c3d8d1, 0xdc76e102),
    +     TOBN(0x5e774a58, 0x54c6a836), TOBN(0xdad4b672, 0x3e92d47b),
    +     TOBN(0xbe7e990f, 0xf0d796a0), TOBN(0x5fc62478, 0xdf0e8b02),
    +     TOBN(0x8aae8bf4, 0x030c00ad), TOBN(0x3d2db93b, 0x9004ba0f),
    +     TOBN(0xe48c8a79, 0xd85d5ddc), TOBN(0xe907caa7, 0x6bb07f34),
    +     TOBN(0x58db343a, 0xa39eaed5), TOBN(0x0ea6e007, 0xadaf5724),
    +     TOBN(0xe00df169, 0xd23233f3), TOBN(0x3e322796, 0x77cb637f),
    +     TOBN(0x1f897c0e, 0x1da0cf6c), TOBN(0xa651f5d8, 0x31d6bbdd),
    +     TOBN(0xdd61af19, 0x1a230c76), TOBN(0xbd527272, 0xcdaa5e4a),
    +     TOBN(0xca753636, 0xd0abcd7e), TOBN(0x78bdd37c, 0x370bd8dc),
    +     TOBN(0xc23916c2, 0x17cd93fe), TOBN(0x65b97a4d, 0xdadce6e2),
    +     TOBN(0xe04ed4eb, 0x174e42f8), TOBN(0x1491ccaa, 0xbb21480a),
    +     TOBN(0x145a8280, 0x23196332), TOBN(0x3c3862d7, 0x587b479a),
    +     TOBN(0x9f4a88a3, 0x01dcd0ed), TOBN(0x4da2b7ef, 0x3ea12f1f),
    +     TOBN(0xf8e7ae33, 0xb126e48e), TOBN(0x404a0b32, 0xf494e237),
    +     TOBN(0x9beac474, 0xc55acadb), TOBN(0x4ee5cf3b, 0xcbec9fd9),
    +     TOBN(0x336b33b9, 0x7df3c8c3), TOBN(0xbd905fe3, 0xb76808fd),
    +     TOBN(0x8f436981, 0xaa45c16a), TOBN(0x255c5bfa, 0x3dd27b62),
    +     TOBN(0x71965cbf, 0xc3dd9b4d), TOBN(0xce23edbf, 0xfc068a87),
    +     TOBN(0xb78d4725, 0x745b029b), TOBN(0x74610713, 0xcefdd9bd),
    +     TOBN(0x7116f75f, 0x1266bf52), TOBN(0x02046722, 0x18e49bb6),
    +     TOBN(0xdf43df9f, 0x3d6f19e3), TOBN(0xef1bc7d0, 0xe685cb2f),
    +     TOBN(0xcddb27c1, 0x7078c432), TOBN(0xe1961b9c, 0xb77fedb7),
    +     TOBN(0x1edc2f5c, 0xc2290570), TOBN(0x2c3fefca, 0x19cbd886),
    +     TOBN(0xcf880a36, 0xc2af389a), TOBN(0x96c610fd, 0xbda71cea),
    +     TOBN(0xf03977a9, 0x32aa8463), TOBN(0x8eb7763f, 0x8586d90a),
    +     TOBN(0x3f342454, 0x2a296e77), TOBN(0xc8718683, 0x42837a35),
    +     TOBN(0x7dc71090, 0x6a09c731), TOBN(0x54778ffb, 0x51b816db),
    +     TOBN(0x6b33bfec, 0xaf06defd), TOBN(0xfe3c105f, 0x8592b70b),
    +     TOBN(0xf937fda4, 0x61da6114), TOBN(0x3c13e651, 0x4c266ad7),
    +     TOBN(0xe363a829, 0x855938e8), TOBN(0x2eeb5d9e, 0x9de54b72),
    +     TOBN(0xbeb93b0e, 0x20ccfab9), TOBN(0x3dffbb5f, 0x25e61a25),
    +     TOBN(0x7f655e43, 0x1acc093d), TOBN(0x0cb6cc3d, 0x3964ce61),
    +     TOBN(0x6ab283a1, 0xe5e9b460), TOBN(0x55d787c5, 0xa1c7e72d),
    +     TOBN(0x4d2efd47, 0xdeadbf02), TOBN(0x11e80219, 0xac459068),
    +     TOBN(0x810c7626, 0x71f311f0), TOBN(0xfa17ef8d, 0x4ab6ef53),
    +     TOBN(0xaf47fd25, 0x93e43bff), TOBN(0x5cb5ff3f, 0x0be40632),
    +     TOBN(0x54687106, 0x8ee61da3), TOBN(0x7764196e, 0xb08afd0f),
    +     TOBN(0x831ab3ed, 0xf0290a8f), TOBN(0xcae81966, 0xcb47c387),
    +     TOBN(0xaad7dece, 0x184efb4f), TOBN(0xdcfc53b3, 0x4749110e),
    +     TOBN(0x6698f23c, 0x4cb632f9), TOBN(0xc42a1ad6, 0xb91f8067),
    +     TOBN(0xb116a81d, 0x6284180a), TOBN(0xebedf5f8, 0xe901326f),
    +     TOBN(0xf2274c9f, 0x97e3e044), TOBN(0x42018520, 0x11d09fc9),
    +     TOBN(0x56a65f17, 0xd18e6e23), TOBN(0x2ea61e2a, 0x352b683c),
    +     TOBN(0x27d291bc, 0x575eaa94), TOBN(0x9e7bc721, 0xb8ff522d),
    +     TOBN(0x5f7268bf, 0xa7f04d6f), TOBN(0x5868c73f, 0xaba41748),
    +     TOBN(0x9f85c2db, 0x7be0eead), TOBN(0x511e7842, 0xff719135),
    +     TOBN(0x5a06b1e9, 0xc5ea90d7), TOBN(0x0c19e283, 0x26fab631),
    +     TOBN(0x8af8f0cf, 0xe9206c55), TOBN(0x89389cb4, 0x3553c06a),
    +     TOBN(0x39dbed97, 0xf65f8004), TOBN(0x0621b037, 0xc508991d),
    +     TOBN(0x1c52e635, 0x96e78cc4), TOBN(0x5385c8b2, 0x0c06b4a8),
    +     TOBN(0xd84ddfdb, 0xb0e87d03), TOBN(0xc49dfb66, 0x934bafad),
    +     TOBN(0x7071e170, 0x59f70772), TOBN(0x3a073a84, 0x3a1db56b),
    +     TOBN(0x03494903, 0x3b8af190), TOBN(0x7d882de3, 0xd32920f0),
    +     TOBN(0x91633f0a, 0xb2cf8940), TOBN(0x72b0b178, 0x6f948f51),
    +     TOBN(0x2d28dc30, 0x782653c8), TOBN(0x88829849, 0xdb903a05),
    +     TOBN(0xb8095d0c, 0x6a19d2bb), TOBN(0x4b9e7f0c, 0x86f782cb),
    +     TOBN(0x7af73988, 0x2d907064), TOBN(0xd12be0fe, 0x8b32643c),
    +     TOBN(0x358ed23d, 0x0e165dc3), TOBN(0x3d47ce62, 0x4e2378ce),
    +     TOBN(0x7e2bb0b9, 0xfeb8a087), TOBN(0x3246e8ae, 0xe29e10b9),
    +     TOBN(0x459f4ec7, 0x03ce2b4d), TOBN(0xe9b4ca1b, 0xbbc077cf),
    +     TOBN(0x2613b4f2, 0x0e9940c1), TOBN(0xfc598bb9, 0x047d1eb1),
    +     TOBN(0x9744c62b, 0x45036099), TOBN(0xa9dee742, 0x167c65d8),
    +     TOBN(0x0c511525, 0xdabe1943), TOBN(0xda110554, 0x93c6c624),
    +     TOBN(0xae00a52c, 0x651a3be2), TOBN(0xcda5111d, 0x884449a6),
    +     TOBN(0x063c06f4, 0xff33bed1), TOBN(0x73baaf9a, 0x0d3d76b4),
    +     TOBN(0x52fb0c9d, 0x7fc63668), TOBN(0x6886c9dd, 0x0c039cde),
    +     TOBN(0x602bd599, 0x55b22351), TOBN(0xb00cab02, 0x360c7c13),
    +     TOBN(0x8cb616bc, 0x81b69442), TOBN(0x41486700, 0xb55c3cee),
    +     TOBN(0x71093281, 0xf49ba278), TOBN(0xad956d9c, 0x64a50710),
    +     TOBN(0x9561f28b, 0x638a7e81), TOBN(0x54155cdf, 0x5980ddc3),
    +     TOBN(0xb2db4a96, 0xd26f247a), TOBN(0x9d774e4e, 0x4787d100),
    +     TOBN(0x1a9e6e2e, 0x078637d2), TOBN(0x1c363e2d, 0x5e0ae06a),
    +     TOBN(0x7493483e, 0xe9cfa354), TOBN(0x76843cb3, 0x7f74b98d),
    +     TOBN(0xbaca6591, 0xd4b66947), TOBN(0xb452ce98, 0x04460a8c),
    +     TOBN(0x6830d246, 0x43768f55), TOBN(0xf4197ed8, 0x7dff12df),
    +     TOBN(0x6521b472, 0x400dd0f7), TOBN(0x59f5ca8f, 0x4b1e7093),
    +     TOBN(0x6feff11b, 0x080338ae), TOBN(0x0ada31f6, 0xa29ca3c6),
    +     TOBN(0x24794eb6, 0x94a2c215), TOBN(0xd83a43ab, 0x05a57ab4),
    +     TOBN(0x264a543a, 0x2a6f89fe), TOBN(0x2c2a3868, 0xdd5ec7c2),
    +     TOBN(0xd3373940, 0x8439d9b2), TOBN(0x715ea672, 0x0acd1f11),
    +     TOBN(0x42c1d235, 0xe7e6cc19), TOBN(0x81ce6e96, 0xb990585c),
    +     TOBN(0x04e5dfe0, 0xd809c7bd), TOBN(0xd7b2580c, 0x8f1050ab),
    +     TOBN(0x6d91ad78, 0xd8a4176f), TOBN(0x0af556ee, 0x4e2e897c),
    +     TOBN(0x162a8b73, 0x921de0ac), TOBN(0x52ac9c22, 0x7ea78400),
    +     TOBN(0xee2a4eea, 0xefce2174), TOBN(0xbe61844e, 0x6d637f79),
    +     TOBN(0x0491f1bc, 0x789a283b), TOBN(0x72d3ac3d, 0x880836f4),
    +     TOBN(0xaa1c5ea3, 0x88e5402d), TOBN(0x1b192421, 0xd5cc473d),
    +     TOBN(0x5c0b9998, 0x9dc84cac), TOBN(0xb0a8482d, 0x9c6e75b8),
    +     TOBN(0x639961d0, 0x3a191ce2), TOBN(0xda3bc865, 0x6d837930),
    +     TOBN(0xca990653, 0x056e6f8f), TOBN(0x84861c41, 0x64d133a7),
    +     TOBN(0x8b403276, 0x746abe40), TOBN(0xb7b4d51a, 0xebf8e303),
    +     TOBN(0x05b43211, 0x220a255d), TOBN(0xc997152c, 0x02419e6e),
    +     TOBN(0x76ff47b6, 0x630c2fea), TOBN(0x50518677, 0x281fdade),
    +     TOBN(0x3283b8ba, 0xcf902b0b), TOBN(0x8d4b4eb5, 0x37db303b),
    +     TOBN(0xcc89f42d, 0x755011bc), TOBN(0xb43d74bb, 0xdd09d19b),
    +     TOBN(0x65746bc9, 0x8adba350), TOBN(0x364eaf8c, 0xb51c1927),
    +     TOBN(0x13c76596, 0x10ad72ec), TOBN(0x30045121, 0xf8d40c20),
    +     TOBN(0x6d2d99b7, 0xea7b979b), TOBN(0xcd78cd74, 0xe6fb3bcd),
    +     TOBN(0x11e45a9e, 0x86cffbfe), TOBN(0x78a61cf4, 0x637024f6),
    +     TOBN(0xd06bc872, 0x3d502295), TOBN(0xf1376854, 0x458cb288),
    +     TOBN(0xb9db26a1, 0x342f8586), TOBN(0xf33effcf, 0x4beee09e),
    +     TOBN(0xd7e0c4cd, 0xb30cfb3a), TOBN(0x6d09b8c1, 0x6c9db4c8),
    +     TOBN(0x40ba1a42, 0x07c8d9df), TOBN(0x6fd495f7, 0x1c52c66d),
    +     TOBN(0xfb0e169f, 0x275264da), TOBN(0x80c2b746, 0xe57d8362),
    +     TOBN(0xedd987f7, 0x49ad7222), TOBN(0xfdc229af, 0x4398ec7b),}
    +    ,
    +    {TOBN(0xb0d1ed84, 0x52666a58), TOBN(0x4bcb6e00, 0xe6a9c3c2),
    +     TOBN(0x3c57411c, 0x26906408), TOBN(0xcfc20755, 0x13556400),
    +     TOBN(0xa08b1c50, 0x5294dba3), TOBN(0xa30ba286, 0x8b7dd31e),
    +     TOBN(0xd70ba90e, 0x991eca74), TOBN(0x094e142c, 0xe762c2b9),
    +     TOBN(0xb81d783e, 0x979f3925), TOBN(0x1efd130a, 0xaf4c89a7),
    +     TOBN(0x525c2144, 0xfd1bf7fa), TOBN(0x4b296904, 0x1b265a9e),
    +     TOBN(0xed8e9634, 0xb9db65b6), TOBN(0x35c82e32, 0x03599d8a),
    +     TOBN(0xdaa7a54f, 0x403563f3), TOBN(0x9df088ad, 0x022c38ab),
    +     TOBN(0xe5cfb066, 0xbb3fd30a), TOBN(0x429169da, 0xeff0354e),
    +     TOBN(0x809cf852, 0x3524e36c), TOBN(0x136f4fb3, 0x0155be1d),
    +     TOBN(0x4826af01, 0x1fbba712), TOBN(0x6ef0f0b4, 0x506ba1a1),
    +     TOBN(0xd9928b31, 0x77aea73e), TOBN(0xe2bf6af2, 0x5eaa244e),
    +     TOBN(0x8d084f12, 0x4237b64b), TOBN(0x688ebe99, 0xe3ecfd07),
    +     TOBN(0x57b8a70c, 0xf6845dd8), TOBN(0x808fc59c, 0x5da4a325),
    +     TOBN(0xa9032b2b, 0xa3585862), TOBN(0xb66825d5, 0xedf29386),
    +     TOBN(0xb5a5a8db, 0x431ec29b), TOBN(0xbb143a98, 0x3a1e8dc8),
    +     TOBN(0x35ee94ce, 0x12ae381b), TOBN(0x3a7f176c, 0x86ccda90),
    +     TOBN(0xc63a657e, 0x4606eaca), TOBN(0x9ae5a380, 0x43cd04df),
    +     TOBN(0x9bec8d15, 0xed251b46), TOBN(0x1f5d6d30, 0xcaca5e64),
    +     TOBN(0x347b3b35, 0x9ff20f07), TOBN(0x4d65f034, 0xf7e4b286),
    +     TOBN(0x9e93ba24, 0xf111661e), TOBN(0xedced484, 0xb105eb04),
    +     TOBN(0x96dc9ba1, 0xf424b578), TOBN(0xbf8f66b7, 0xe83e9069),
    +     TOBN(0x872d4df4, 0xd7ed8216), TOBN(0xbf07f377, 0x8e2cbecf),
    +     TOBN(0x4281d899, 0x98e73754), TOBN(0xfec85fbb, 0x8aab8708),
    +     TOBN(0x9a3c0dee, 0xa5ba5b0b), TOBN(0xe6a116ce, 0x42d05299),
    +     TOBN(0xae9775fe, 0xe9b02d42), TOBN(0x72b05200, 0xa1545cb6),
    +     TOBN(0xbc506f7d, 0x31a3b4ea), TOBN(0xe5893078, 0x8bbd9b32),
    +     TOBN(0xc8bc5f37, 0xe4b12a97), TOBN(0x6b000c06, 0x4a73b671),
    +     TOBN(0x13b5bf22, 0x765fa7d0), TOBN(0x59805bf0, 0x1d6a5370),
    +     TOBN(0x67a5e29d, 0x4280db98), TOBN(0x4f53916f, 0x776b1ce3),
    +     TOBN(0x714ff61f, 0x33ddf626), TOBN(0x4206238e, 0xa085d103),
    +     TOBN(0x1c50d4b7, 0xe5809ee3), TOBN(0x999f450d, 0x85f8eb1d),
    +     TOBN(0x658a6051, 0xe4c79e9b), TOBN(0x1394cb73, 0xc66a9fea),
    +     TOBN(0x27f31ed5, 0xc6be7b23), TOBN(0xf4c88f36, 0x5aa6f8fe),
    +     TOBN(0x0fb0721f, 0x4aaa499e), TOBN(0x68b3a7d5, 0xe3fb2a6b),
    +     TOBN(0xa788097d, 0x3a92851d), TOBN(0x060e7f8a, 0xe96f4913),
    +     TOBN(0x82eebe73, 0x1a3a93bc), TOBN(0x42bbf465, 0xa21adc1a),
    +     TOBN(0xc10b6fa4, 0xef030efd), TOBN(0x247aa4c7, 0x87b097bb),
    +     TOBN(0x8b8dc632, 0xf60c77da), TOBN(0x6ffbc26a, 0xc223523e),
    +     TOBN(0xa4f6ff11, 0x344579cf), TOBN(0x5825653c, 0x980250f6),
    +     TOBN(0xb2dd097e, 0xbc1aa2b9), TOBN(0x07889393, 0x37a0333a),
    +     TOBN(0x1cf55e71, 0x37a0db38), TOBN(0x2648487f, 0x792c1613),
    +     TOBN(0xdad01336, 0x3fcef261), TOBN(0x6239c81d, 0x0eabf129),
    +     TOBN(0x8ee761de, 0x9d276be2), TOBN(0x406a7a34, 0x1eda6ad3),
    +     TOBN(0x4bf367ba, 0x4a493b31), TOBN(0x54f20a52, 0x9bf7f026),
    +     TOBN(0xb696e062, 0x9795914b), TOBN(0xcddab96d, 0x8bf236ac),
    +     TOBN(0x4ff2c70a, 0xed25ea13), TOBN(0xfa1d09eb, 0x81cbbbe7),
    +     TOBN(0x88fc8c87, 0x468544c5), TOBN(0x847a670d, 0x696b3317),
    +     TOBN(0xf133421e, 0x64bcb626), TOBN(0xaea638c8, 0x26dee0b5),
    +     TOBN(0xd6e7680b, 0xb310346c), TOBN(0xe06f4097, 0xd5d4ced3),
    +     TOBN(0x09961452, 0x7512a30b), TOBN(0xf3d867fd, 0xe589a59a),
    +     TOBN(0x2e73254f, 0x52d0c180), TOBN(0x9063d8a3, 0x333c74ac),
    +     TOBN(0xeda6c595, 0xd314e7bc), TOBN(0x2ee7464b, 0x467899ed),
    +     TOBN(0x1cef423c, 0x0a1ed5d3), TOBN(0x217e76ea, 0x69cc7613),
    +     TOBN(0x27ccce1f, 0xe7cda917), TOBN(0x12d8016b, 0x8a893f16),
    +     TOBN(0xbcd6de84, 0x9fc74f6b), TOBN(0xfa5817e2, 0xf3144e61),
    +     TOBN(0x1f354164, 0x0821ee4c), TOBN(0x1583eab4, 0x0bc61992),
    +     TOBN(0x7490caf6, 0x1d72879f), TOBN(0x998ad9f3, 0xf76ae7b2),
    +     TOBN(0x1e181950, 0xa41157f7), TOBN(0xa9d7e1e6, 0xe8da3a7e),
    +     TOBN(0x963784eb, 0x8426b95f), TOBN(0x0ee4ed6e, 0x542e2a10),
    +     TOBN(0xb79d4cc5, 0xac751e7b), TOBN(0x93f96472, 0xfd4211bd),
    +     TOBN(0x8c72d3d2, 0xc8de4fc6), TOBN(0x7b69cbf5, 0xdf44f064),
    +     TOBN(0x3da90ca2, 0xf4bf94e1), TOBN(0x1a5325f8, 0xf12894e2),
    +     TOBN(0x0a437f6c, 0x7917d60b), TOBN(0x9be70486, 0x96c9cb5d),
    +     TOBN(0xb4d880bf, 0xe1dc5c05), TOBN(0xd738adda, 0xeebeeb57),
    +     TOBN(0x6f0119d3, 0xdf0fe6a3), TOBN(0x5c686e55, 0x66eaaf5a),
    +     TOBN(0x9cb10b50, 0xdfd0b7ec), TOBN(0xbdd0264b, 0x6a497c21),
    +     TOBN(0xfc093514, 0x8c546c96), TOBN(0x58a947fa, 0x79dbf42a),
    +     TOBN(0xc0b48d4e, 0x49ccd6d7), TOBN(0xff8fb02c, 0x88bd5580),
    +     TOBN(0xc75235e9, 0x07d473b2), TOBN(0x4fab1ac5, 0xa2188af3),
    +     TOBN(0x030fa3bc, 0x97576ec0), TOBN(0xe8c946e8, 0x0b7e7d2f),
    +     TOBN(0x40a5c9cc, 0x70305600), TOBN(0x6d8260a9, 0xc8b013b4),
    +     TOBN(0x0368304f, 0x70bba85c), TOBN(0xad090da1, 0xa4a0d311),
    +     TOBN(0x7170e870, 0x2415eec1), TOBN(0xbfba35fe, 0x8461ea47),
    +     TOBN(0x6279019a, 0xc1e91938), TOBN(0xa47638f3, 0x1afc415f),
    +     TOBN(0x36c65cbb, 0xbcba0e0f), TOBN(0x02160efb, 0x034e2c48),
    +     TOBN(0xe6c51073, 0x615cd9e4), TOBN(0x498ec047, 0xf1243c06),
    +     TOBN(0x3e5a8809, 0xb17b3d8c), TOBN(0x5cd99e61, 0x0cc565f1),
    +     TOBN(0x81e312df, 0x7851dafe), TOBN(0xf156f5ba, 0xa79061e2),
    +     TOBN(0x80d62b71, 0x880c590e), TOBN(0xbec9746f, 0x0a39faa1),
    +     TOBN(0x1d98a9c1, 0xc8ed1f7a), TOBN(0x09e43bb5, 0xa81d5ff2),
    +     TOBN(0xd5f00f68, 0x0da0794a), TOBN(0x412050d9, 0x661aa836),
    +     TOBN(0xa89f7c4e, 0x90747e40), TOBN(0x6dc05ebb, 0xb62a3686),
    +     TOBN(0xdf4de847, 0x308e3353), TOBN(0x53868fbb, 0x9fb53bb9),
    +     TOBN(0x2b09d2c3, 0xcfdcf7dd), TOBN(0x41a9fce3, 0x723fcab4),
    +     TOBN(0x73d905f7, 0x07f57ca3), TOBN(0x080f9fb1, 0xac8e1555),
    +     TOBN(0x7c088e84, 0x9ba7a531), TOBN(0x07d35586, 0xed9a147f),
    +     TOBN(0x602846ab, 0xaf48c336), TOBN(0x7320fd32, 0x0ccf0e79),
    +     TOBN(0xaa780798, 0xb18bd1ff), TOBN(0x52c2e300, 0xafdd2905),
    +     TOBN(0xf27ea3d6, 0x434267cd), TOBN(0x8b96d16d, 0x15605b5f),
    +     TOBN(0x7bb31049, 0x4b45706b), TOBN(0xe7f58b8e, 0x743d25f8),
    +     TOBN(0xe9b5e45b, 0x87f30076), TOBN(0xd19448d6, 0x5d053d5a),
    +     TOBN(0x1ecc8cb9, 0xd3210a04), TOBN(0x6bc7d463, 0xdafb5269),
    +     TOBN(0x3e59b10a, 0x67c3489f), TOBN(0x1769788c, 0x65641e1b),
    +     TOBN(0x8a53b82d, 0xbd6cb838), TOBN(0x7066d6e6, 0x236d5f22),
    +     TOBN(0x03aa1c61, 0x6908536e), TOBN(0xc971da0d, 0x66ae9809),
    +     TOBN(0x01b3a86b, 0xc49a2fac), TOBN(0x3b8420c0, 0x3092e77a),
    +     TOBN(0x02057300, 0x7d6fb556), TOBN(0x6941b2a1, 0xbff40a87),
    +     TOBN(0x140b6308, 0x0658ff2a), TOBN(0x87804363, 0x3424ab36),
    +     TOBN(0x0253bd51, 0x5751e299), TOBN(0xc75bcd76, 0x449c3e3a),
    +     TOBN(0x92eb4090, 0x7f8f875d), TOBN(0x9c9d754e, 0x56c26bbf),
    +     TOBN(0x158cea61, 0x8110bbe7), TOBN(0x62a6b802, 0x745f91ea),
    +     TOBN(0xa79c41aa, 0xc6e7394b), TOBN(0x445b6a83, 0xad57ef10),
    +     TOBN(0x0c5277eb, 0x6ea6f40c), TOBN(0x319fe96b, 0x88633365),
    +     TOBN(0x0b0fc61f, 0x385f63cb), TOBN(0x41250c84, 0x22bdd127),
    +     TOBN(0x67d153f1, 0x09e942c2), TOBN(0x60920d08, 0xc021ad5d),
    +     TOBN(0x229f5746, 0x724d81a5), TOBN(0xb7ffb892, 0x5bba3299),
    +     TOBN(0x518c51a1, 0xde413032), TOBN(0x2a9bfe77, 0x3c2fd94c),
    +     TOBN(0xcbcde239, 0x3191f4fd), TOBN(0x43093e16, 0xd3d6ada1),
    +     TOBN(0x184579f3, 0x58769606), TOBN(0x2c94a8b3, 0xd236625c),
    +     TOBN(0x6922b9c0, 0x5c437d8e), TOBN(0x3d4ae423, 0xd8d9f3c8),
    +     TOBN(0xf72c31c1, 0x2e7090a2), TOBN(0x4ac3f5f3, 0xd76a55bd),
    +     TOBN(0x342508fc, 0x6b6af991), TOBN(0x0d527100, 0x1b5cebbd),
    +     TOBN(0xb84740d0, 0xdd440dd7), TOBN(0x748ef841, 0x780162fd),
    +     TOBN(0xa8dbfe0e, 0xdfc6fafb), TOBN(0xeadfdf05, 0xf7300f27),
    +     TOBN(0x7d06555f, 0xfeba4ec9), TOBN(0x12c56f83, 0x9e25fa97),
    +     TOBN(0x77f84203, 0xd39b8c34), TOBN(0xed8b1be6, 0x3125eddb),
    +     TOBN(0x5bbf2441, 0xf6e39dc5), TOBN(0xb00f6ee6, 0x6a5d678a),
    +     TOBN(0xba456ecf, 0x57d0ea99), TOBN(0xdcae0f58, 0x17e06c43),
    +     TOBN(0x01643de4, 0x0f5b4baa), TOBN(0x2c324341, 0xd161b9be),
    +     TOBN(0x80177f55, 0xe126d468), TOBN(0xed325f1f, 0x76748e09),
    +     TOBN(0x6116004a, 0xcfa9bdc2), TOBN(0x2d8607e6, 0x3a9fb468),
    +     TOBN(0x0e573e27, 0x6009d660), TOBN(0x3a525d2e, 0x8d10c5a1),
    +     TOBN(0xd26cb45c, 0x3b9009a0), TOBN(0xb6b0cdc0, 0xde9d7448),
    +     TOBN(0x949c9976, 0xe1337c26), TOBN(0x6faadebd, 0xd73d68e5),
    +     TOBN(0x9e158614, 0xf1b768d9), TOBN(0x22dfa557, 0x9cc4f069),
    +     TOBN(0xccd6da17, 0xbe93c6d6), TOBN(0x24866c61, 0xa504f5b9),
    +     TOBN(0x2121353c, 0x8d694da1), TOBN(0x1c6ca580, 0x0140b8c6),
    +     TOBN(0xc245ad8c, 0xe964021e), TOBN(0xb83bffba, 0x032b82b3),
    +     TOBN(0xfaa220c6, 0x47ef9898), TOBN(0x7e8d3ac6, 0x982c948a),
    +     TOBN(0x1faa2091, 0xbc2d124a), TOBN(0xbd54c3dd, 0x05b15ff4),
    +     TOBN(0x386bf3ab, 0xc87c6fb7), TOBN(0xfb2b0563, 0xfdeb6f66),
    +     TOBN(0x4e77c557, 0x5b45afb4), TOBN(0xe9ded649, 0xefb8912d),
    +     TOBN(0x7ec9bbf5, 0x42f6e557), TOBN(0x2570dfff, 0x62671f00),
    +     TOBN(0x2b3bfb78, 0x88e084bd), TOBN(0xa024b238, 0xf37fe5b4),
    +     TOBN(0x44e7dc04, 0x95649aee), TOBN(0x498ca255, 0x5e7ec1d8),
    +     TOBN(0x3bc766ea, 0xaaa07e86), TOBN(0x0db6facb, 0xf3608586),
    +     TOBN(0xbadd2549, 0xbdc259c8), TOBN(0x95af3c6e, 0x041c649f),
    +     TOBN(0xb36a928c, 0x02e30afb), TOBN(0x9b5356ad, 0x008a88b8),
    +     TOBN(0x4b67a5f1, 0xcf1d9e9d), TOBN(0xc6542e47, 0xa5d8d8ce),
    +     TOBN(0x73061fe8, 0x7adfb6cc), TOBN(0xcc826fd3, 0x98678141),
    +     TOBN(0x00e758b1, 0x3c80515a), TOBN(0x6afe3247, 0x41485083),
    +     TOBN(0x0fcb08b9, 0xb6ae8a75), TOBN(0xb8cf388d, 0x4acf51e1),
    +     TOBN(0x344a5560, 0x6961b9d6), TOBN(0x1a6778b8, 0x6a97fd0c),
    +     TOBN(0xd840fdc1, 0xecc4c7e3), TOBN(0xde9fe47d, 0x16db68cc),
    +     TOBN(0xe95f89de, 0xa3e216aa), TOBN(0x84f1a6a4, 0x9594a8be),
    +     TOBN(0x7ddc7d72, 0x5a7b162b), TOBN(0xc5cfda19, 0xadc817a3),
    +     TOBN(0x80a5d350, 0x78b58d46), TOBN(0x93365b13, 0x82978f19),
    +     TOBN(0x2e44d225, 0x26a1fc90), TOBN(0x0d6d10d2, 0x4d70705d),
    +     TOBN(0xd94b6b10, 0xd70c45f4), TOBN(0x0f201022, 0xb216c079),
    +     TOBN(0xcec966c5, 0x658fde41), TOBN(0xa8d2bc7d, 0x7e27601d),
    +     TOBN(0xbfcce3e1, 0xff230be7), TOBN(0x3394ff6b, 0x0033ffb5),
    +     TOBN(0xd890c509, 0x8132c9af), TOBN(0xaac4b0eb, 0x361e7868),
    +     TOBN(0x5194ded3, 0xe82d15aa), TOBN(0x4550bd2e, 0x23ae6b7d),
    +     TOBN(0x3fda318e, 0xea5399d4), TOBN(0xd989bffa, 0x91638b80),
    +     TOBN(0x5ea124d0, 0xa14aa12d), TOBN(0x1fb1b899, 0x3667b944),
    +     TOBN(0x95ec7969, 0x44c44d6a), TOBN(0x91df144a, 0x57e86137),
    +     TOBN(0x915fd620, 0x73adac44), TOBN(0x8f01732d, 0x59a83801),
    +     TOBN(0xec579d25, 0x3aa0a633), TOBN(0x06de5e7c, 0xc9d6d59c),
    +     TOBN(0xc132f958, 0xb1ef8010), TOBN(0x29476f96, 0xe65c1a02),
    +     TOBN(0x336a77c0, 0xd34c3565), TOBN(0xef1105b2, 0x1b9f1e9e),
    +     TOBN(0x63e6d08b, 0xf9e08002), TOBN(0x9aff2f21, 0xc613809e),
    +     TOBN(0xb5754f85, 0x3a80e75d), TOBN(0xde71853e, 0x6bbda681),
    +     TOBN(0x86f041df, 0x8197fd7a), TOBN(0x8b332e08, 0x127817fa),
    +     TOBN(0x05d99be8, 0xb9c20cda), TOBN(0x89f7aad5, 0xd5cd0c98),
    +     TOBN(0x7ef936fe, 0x5bb94183), TOBN(0x92ca0753, 0xb05cd7f2),
    +     TOBN(0x9d65db11, 0x74a1e035), TOBN(0x02628cc8, 0x13eaea92),
    +     TOBN(0xf2d9e242, 0x49e4fbf2), TOBN(0x94fdfd9b, 0xe384f8b7),
    +     TOBN(0x65f56054, 0x63428c6b), TOBN(0x2f7205b2, 0x90b409a5),
    +     TOBN(0xf778bb78, 0xff45ae11), TOBN(0xa13045be, 0xc5ee53b2),
    +     TOBN(0xe00a14ff, 0x03ef77fe), TOBN(0x689cd59f, 0xffef8bef),
    +     TOBN(0x3578f0ed, 0x1e9ade22), TOBN(0xe99f3ec0, 0x6268b6a8),
    +     TOBN(0xa2057d91, 0xea1b3c3e), TOBN(0x2d1a7053, 0xb8823a4a),
    +     TOBN(0xabbb336a, 0x2cca451e), TOBN(0xcd2466e3, 0x2218bb5d),
    +     TOBN(0x3ac1f42f, 0xc8cb762d), TOBN(0x7e312aae, 0x7690211f),
    +     TOBN(0xebb9bd73, 0x45d07450), TOBN(0x207c4b82, 0x46c2213f),
    +     TOBN(0x99d425c1, 0x375913ec), TOBN(0x94e45e96, 0x67908220),
    +     TOBN(0xc08f3087, 0xcd67dbf6), TOBN(0xa5670fbe, 0xc0887056),
    +     TOBN(0x6717b64a, 0x66f5b8fc), TOBN(0xd5a56aea, 0x786fec28),
    +     TOBN(0xa8c3f55f, 0xc0ff4952), TOBN(0xa77fefae, 0x457ac49b),
    +     TOBN(0x29882d7c, 0x98379d44), TOBN(0xd000bdfb, 0x509edc8a),
    +     TOBN(0xc6f95979, 0xe66fe464), TOBN(0x504a6115, 0xfa61bde0),
    +     TOBN(0x56b3b871, 0xeffea31a), TOBN(0x2d3de26d, 0xf0c21a54),
    +     TOBN(0x21dbff31, 0x834753bf), TOBN(0xe67ecf49, 0x69269d86),
    +     TOBN(0x7a176952, 0x151fe690), TOBN(0x03515804, 0x7f2adb5f),
    +     TOBN(0xee794b15, 0xd1b62a8d), TOBN(0xf004ceec, 0xaae454e6),
    +     TOBN(0x0897ea7c, 0xf0386fac), TOBN(0x3b62ff12, 0xd1fca751),
    +     TOBN(0x154181df, 0x1b7a04ec), TOBN(0x2008e04a, 0xfb5847ec),
    +     TOBN(0xd147148e, 0x41dbd772), TOBN(0x2b419f73, 0x22942654),
    +     TOBN(0x669f30d3, 0xe9c544f7), TOBN(0x52a2c223, 0xc8540149),
    +     TOBN(0x5da9ee14, 0x634dfb02), TOBN(0x5f074ff0, 0xf47869f3),
    +     TOBN(0x74ee878d, 0xa3933acc), TOBN(0xe6510651, 0x4fe35ed1),
    +     TOBN(0xb3eb9482, 0xf1012e7a), TOBN(0x51013cc0, 0xa8a566ae),
    +     TOBN(0xdd5e9243, 0x47c00d3b), TOBN(0x7fde089d, 0x946bb0e5),
    +     TOBN(0x030754fe, 0xc731b4b3), TOBN(0x12a136a4, 0x99fda062),
    +     TOBN(0x7c1064b8, 0x5a1a35bc), TOBN(0xbf1f5763, 0x446c84ef),
    +     TOBN(0xed29a56d, 0xa16d4b34), TOBN(0x7fba9d09, 0xdca21c4f),
    +     TOBN(0x66d7ac00, 0x6d8de486), TOBN(0x60061987, 0x73a2a5e1),
    +     TOBN(0x8b400f86, 0x9da28ff0), TOBN(0x3133f708, 0x43c4599c),
    +     TOBN(0x9911c9b8, 0xee28cb0d), TOBN(0xcd7e2874, 0x8e0af61d),
    +     TOBN(0x5a85f0f2, 0x72ed91fc), TOBN(0x85214f31, 0x9cd4a373),
    +     TOBN(0x881fe5be, 0x1925253c), TOBN(0xd8dc98e0, 0x91e8bc76),
    +     TOBN(0x7120affe, 0x585cc3a2), TOBN(0x724952ed, 0x735bf97a),
    +     TOBN(0x5581e7dc, 0x3eb34581), TOBN(0x5cbff4f2, 0xe52ee57d),
    +     TOBN(0x8d320a0e, 0x87d8cc7b), TOBN(0x9beaa7f3, 0xf1d280d0),
    +     TOBN(0x7a0b9571, 0x9beec704), TOBN(0x9126332e, 0x5b7f0057),
    +     TOBN(0x01fbc1b4, 0x8ed3bd6d), TOBN(0x35bb2c12, 0xd945eb24),
    +     TOBN(0x6404694e, 0x9a8ae255), TOBN(0xb6092eec, 0x8d6abfb3),
    +     TOBN(0x4d76143f, 0xcc058865), TOBN(0x7b0a5af2, 0x6e249922),
    +     TOBN(0x8aef9440, 0x6a50d353), TOBN(0xe11e4bcc, 0x64f0e07a),
    +     TOBN(0x4472993a, 0xa14a90fa), TOBN(0x7706e20c, 0xba0c51d4),
    +     TOBN(0xf403292f, 0x1532672d), TOBN(0x52573bfa, 0x21829382),
    +     TOBN(0x6a7bb6a9, 0x3b5bdb83), TOBN(0x08da65c0, 0xa4a72318),
    +     TOBN(0xc58d22aa, 0x63eb065f), TOBN(0x1717596c, 0x1b15d685),
    +     TOBN(0x112df0d0, 0xb266d88b), TOBN(0xf688ae97, 0x5941945a),
    +     TOBN(0x487386e3, 0x7c292cac), TOBN(0x42f3b50d, 0x57d6985c),
    +     TOBN(0x6da4f998, 0x6a90fc34), TOBN(0xc8f257d3, 0x65ca8a8d),
    +     TOBN(0xc2feabca, 0x6951f762), TOBN(0xe1bc81d0, 0x74c323ac),
    +     TOBN(0x1bc68f67, 0x251a2a12), TOBN(0x10d86587, 0xbe8a70dc),
    +     TOBN(0xd648af7f, 0xf0f84d2e), TOBN(0xf0aa9ebc, 0x6a43ac92),
    +     TOBN(0x69e3be04, 0x27596893), TOBN(0xb6bb02a6, 0x45bf452b),
    +     TOBN(0x0875c11a, 0xf4c698c8), TOBN(0x6652b5c7, 0xbece3794),
    +     TOBN(0x7b3755fd, 0x4f5c0499), TOBN(0x6ea16558, 0xb5532b38),
    +     TOBN(0xd1c69889, 0xa2e96ef7), TOBN(0x9c773c3a, 0x61ed8f48),
    +     TOBN(0x2b653a40, 0x9b323abc), TOBN(0xe26605e1, 0xf0e1d791),
    +     TOBN(0x45d41064, 0x4a87157a), TOBN(0x8f9a78b7, 0xcbbce616),
    +     TOBN(0xcf1e44aa, 0xc407eddd), TOBN(0x81ddd1d8, 0xa35b964f),
    +     TOBN(0x473e339e, 0xfd083999), TOBN(0x6c94bdde, 0x8e796802),
    +     TOBN(0x5a304ada, 0x8545d185), TOBN(0x82ae44ea, 0x738bb8cb),
    +     TOBN(0x628a35e3, 0xdf87e10e), TOBN(0xd3624f3d, 0xa15b9fe3),
    +     TOBN(0xcc44209b, 0x14be4254), TOBN(0x7d0efcbc, 0xbdbc2ea5),
    +     TOBN(0x1f603362, 0x04c37bbe), TOBN(0x21f363f5, 0x56a5852c),
    +     TOBN(0xa1503d1c, 0xa8501550), TOBN(0x2251e0e1, 0xd8ab10bb),
    +     TOBN(0xde129c96, 0x6961c51c), TOBN(0x1f7246a4, 0x81910f68),
    +     TOBN(0x2eb744ee, 0x5f2591f2), TOBN(0x3c47d33f, 0x5e627157),
    +     TOBN(0x4d6d62c9, 0x22f3bd68), TOBN(0x6120a64b, 0xcb8df856),
    +     TOBN(0x3a9ac6c0, 0x7b5d07df), TOBN(0xa92b9558, 0x7ef39783),
    +     TOBN(0xe128a134, 0xab3a9b4f), TOBN(0x41c18807, 0xb1252f05),
    +     TOBN(0xfc7ed089, 0x80ba9b1c), TOBN(0xac8dc6de, 0xc532a9dd),
    +     TOBN(0xbf829cef, 0x55246809), TOBN(0x101b784f, 0x5b4ee80f),
    +     TOBN(0xc09945bb, 0xb6f11603), TOBN(0x57b09dbe, 0x41d2801e),
    +     TOBN(0xfba5202f, 0xa97534a8), TOBN(0x7fd8ae5f, 0xc17b9614),
    +     TOBN(0xa50ba666, 0x78308435), TOBN(0x9572f77c, 0xd3868c4d),
    +     TOBN(0x0cef7bfd, 0x2dd7aab0), TOBN(0xe7958e08, 0x2c7c79ff),
    +     TOBN(0x81262e42, 0x25346689), TOBN(0x716da290, 0xb07c7004),
    +     TOBN(0x35f911ea, 0xb7950ee3), TOBN(0x6fd72969, 0x261d21b5),
    +     TOBN(0x52389803, 0x08b640d3), TOBN(0x5b0026ee, 0x887f12a1),
    +     TOBN(0x20e21660, 0x742e9311), TOBN(0x0ef6d541, 0x5ff77ff7),
    +     TOBN(0x969127f0, 0xf9c41135), TOBN(0xf21d60c9, 0x68a64993),
    +     TOBN(0x656e5d0c, 0xe541875c), TOBN(0xf1e0f84e, 0xa1d3c233),
    +     TOBN(0x9bcca359, 0x06002d60), TOBN(0xbe2da60c, 0x06191552),
    +     TOBN(0x5da8bbae, 0x61181ec3), TOBN(0x9f04b823, 0x65806f19),
    +     TOBN(0xf1604a7d, 0xd4b79bb8), TOBN(0xaee806fb, 0x52c878c8),
    +     TOBN(0x34144f11, 0x8d47b8e8), TOBN(0x72edf52b, 0x949f9054),
    +     TOBN(0xebfca84e, 0x2127015a), TOBN(0x9051d0c0, 0x9cb7cef3),
    +     TOBN(0x86e8fe58, 0x296deec8), TOBN(0x33b28188, 0x41010d74),}
    +    ,
    +    {TOBN(0x01079383, 0x171b445f), TOBN(0x9bcf21e3, 0x8131ad4c),
    +     TOBN(0x8cdfe205, 0xc93987e8), TOBN(0xe63f4152, 0xc92e8c8f),
    +     TOBN(0x729462a9, 0x30add43d), TOBN(0x62ebb143, 0xc980f05a),
    +     TOBN(0x4f3954e5, 0x3b06e968), TOBN(0xfe1d75ad, 0x242cf6b1),
    +     TOBN(0x5f95c6c7, 0xaf8685c8), TOBN(0xd4c1c8ce, 0x2f8f01aa),
    +     TOBN(0xc44bbe32, 0x2574692a), TOBN(0xb8003478, 0xd4a4a068),
    +     TOBN(0x7c8fc6e5, 0x2eca3cdb), TOBN(0xea1db16b, 0xec04d399),
    +     TOBN(0xb05bc82e, 0x8f2bc5cf), TOBN(0x763d517f, 0xf44793d2),
    +     TOBN(0x4451c1b8, 0x08bd98d0), TOBN(0x644b1cd4, 0x6575f240),
    +     TOBN(0x6907eb33, 0x7375d270), TOBN(0x56c8bebd, 0xfa2286bd),
    +     TOBN(0xc713d2ac, 0xc4632b46), TOBN(0x17da427a, 0xafd60242),
    +     TOBN(0x313065b7, 0xc95c7546), TOBN(0xf8239898, 0xbf17a3de),
    +     TOBN(0xf3b7963f, 0x4c830320), TOBN(0x842c7aa0, 0x903203e3),
    +     TOBN(0xaf22ca0a, 0xe7327afb), TOBN(0x38e13092, 0x967609b6),
    +     TOBN(0x73b8fb62, 0x757558f1), TOBN(0x3cc3e831, 0xf7eca8c1),
    +     TOBN(0xe4174474, 0xf6331627), TOBN(0xa77989ca, 0xc3c40234),
    +     TOBN(0xe5fd17a1, 0x44a081e0), TOBN(0xd797fb7d, 0xb70e296a),
    +     TOBN(0x2b472b30, 0x481f719c), TOBN(0x0e632a98, 0xfe6f8c52),
    +     TOBN(0x89ccd116, 0xc5f0c284), TOBN(0xf51088af, 0x2d987c62),
    +     TOBN(0x2a2bccda, 0x4c2de6cf), TOBN(0x810f9efe, 0xf679f0f9),
    +     TOBN(0xb0f394b9, 0x7ffe4b3e), TOBN(0x0b691d21, 0xe5fa5d21),
    +     TOBN(0xb0bd7747, 0x9dfbbc75), TOBN(0xd2830fda, 0xfaf78b00),
    +     TOBN(0xf78c249c, 0x52434f57), TOBN(0x4b1f7545, 0x98096dab),
    +     TOBN(0x73bf6f94, 0x8ff8c0b3), TOBN(0x34aef03d, 0x454e134c),
    +     TOBN(0xf8d151f4, 0xb7ac7ec5), TOBN(0xd6ceb95a, 0xe50da7d5),
    +     TOBN(0xa1b492b0, 0xdc3a0eb8), TOBN(0x75157b69, 0xb3dd2863),
    +     TOBN(0xe2c4c74e, 0xc5413d62), TOBN(0xbe329ff7, 0xbc5fc4c7),
    +     TOBN(0x835a2aea, 0x60fa9dda), TOBN(0xf117f5ad, 0x7445cb87),
    +     TOBN(0xae8317f4, 0xb0166f7a), TOBN(0xfbd3e3f7, 0xceec74e6),
    +     TOBN(0xfdb516ac, 0xe0874bfd), TOBN(0x3d846019, 0xc681f3a3),
    +     TOBN(0x0b12ee5c, 0x7c1620b0), TOBN(0xba68b4dd, 0x2b63c501),
    +     TOBN(0xac03cd32, 0x6668c51e), TOBN(0x2a6279f7, 0x4e0bcb5b),
    +     TOBN(0x17bd69b0, 0x6ae85c10), TOBN(0x72946979, 0x1dfdd3a6),
    +     TOBN(0xd9a03268, 0x2c078bec), TOBN(0x41c6a658, 0xbfd68a52),
    +     TOBN(0xcdea1024, 0x0e023900), TOBN(0xbaeec121, 0xb10d144d),
    +     TOBN(0x5a600e74, 0x058ab8dc), TOBN(0x1333af21, 0xbb89ccdd),
    +     TOBN(0xdf25eae0, 0x3aaba1f1), TOBN(0x2cada16e, 0x3b7144cf),
    +     TOBN(0x657ee27d, 0x71ab98bc), TOBN(0x99088b4c, 0x7a6fc96e),
    +     TOBN(0x05d5c0a0, 0x3549dbd4), TOBN(0x42cbdf8f, 0xf158c3ac),
    +     TOBN(0x3fb6b3b0, 0x87edd685), TOBN(0x22071cf6, 0x86f064d0),
    +     TOBN(0xd2d6721f, 0xff2811e5), TOBN(0xdb81b703, 0xfe7fae8c),
    +     TOBN(0x3cfb74ef, 0xd3f1f7bb), TOBN(0x0cdbcd76, 0x16cdeb5d),
    +     TOBN(0x4f39642a, 0x566a808c), TOBN(0x02b74454, 0x340064d6),
    +     TOBN(0xfabbadca, 0x0528fa6f), TOBN(0xe4c3074c, 0xd3fc0bb6),
    +     TOBN(0xb32cb8b0, 0xb796d219), TOBN(0xc3e95f4f, 0x34741dd9),
    +     TOBN(0x87212125, 0x68edf6f5), TOBN(0x7a03aee4, 0xa2b9cb8e),
    +     TOBN(0x0cd3c376, 0xf53a89aa), TOBN(0x0d8af9b1, 0x948a28dc),
    +     TOBN(0xcf86a3f4, 0x902ab04f), TOBN(0x8aacb62a, 0x7f42002d),
    +     TOBN(0x106985eb, 0xf62ffd52), TOBN(0xe670b54e, 0x5797bf10),
    +     TOBN(0x4b405209, 0xc5e30aef), TOBN(0x12c97a20, 0x4365b5e9),
    +     TOBN(0x104646ce, 0x1fe32093), TOBN(0x13cb4ff6, 0x3907a8c9),
    +     TOBN(0x8b9f30d1, 0xd46e726b), TOBN(0xe1985e21, 0xaba0f499),
    +     TOBN(0xc573dea9, 0x10a230cd), TOBN(0x24f46a93, 0xcd30f947),
    +     TOBN(0xf2623fcf, 0xabe2010a), TOBN(0x3f278cb2, 0x73f00e4f),
    +     TOBN(0xed55c67d, 0x50b920eb), TOBN(0xf1cb9a2d, 0x8e760571),
    +     TOBN(0x7c50d109, 0x0895b709), TOBN(0x4207cf07, 0x190d4369),
    +     TOBN(0x3b027e81, 0xc4127fe1), TOBN(0xa9f8b9ad, 0x3ae9c566),
    +     TOBN(0x5ab10851, 0xacbfbba5), TOBN(0xa747d648, 0x569556f5),
    +     TOBN(0xcc172b5c, 0x2ba97bf7), TOBN(0x15e0f77d, 0xbcfa3324),
    +     TOBN(0xa345b797, 0x7686279d), TOBN(0x5a723480, 0xe38003d3),
    +     TOBN(0xfd8e139f, 0x8f5fcda8), TOBN(0xf3e558c4, 0xbdee5bfd),
    +     TOBN(0xd76cbaf4, 0xe33f9f77), TOBN(0x3a4c97a4, 0x71771969),
    +     TOBN(0xda27e84b, 0xf6dce6a7), TOBN(0xff373d96, 0x13e6c2d1),
    +     TOBN(0xf115193c, 0xd759a6e9), TOBN(0x3f9b7025, 0x63d2262c),
    +     TOBN(0xd9764a31, 0x317cd062), TOBN(0x30779d8e, 0x199f8332),
    +     TOBN(0xd8074106, 0x16b11b0b), TOBN(0x7917ab9f, 0x78aeaed8),
    +     TOBN(0xb67a9cbe, 0x28fb1d8e), TOBN(0x2e313563, 0x136eda33),
    +     TOBN(0x010b7069, 0xa371a86c), TOBN(0x44d90fa2, 0x6744e6b7),
    +     TOBN(0x68190867, 0xd6b3e243), TOBN(0x9fe6cd9d, 0x59048c48),
    +     TOBN(0xb900b028, 0x95731538), TOBN(0xa012062f, 0x32cae04f),
    +     TOBN(0x8107c8bc, 0x9399d082), TOBN(0x47e8c54a, 0x41df12e2),
    +     TOBN(0x14ba5117, 0xb6ef3f73), TOBN(0x22260bea, 0x81362f0b),
    +     TOBN(0x90ea261e, 0x1a18cc20), TOBN(0x2192999f, 0x2321d636),
    +     TOBN(0xef64d314, 0xe311b6a0), TOBN(0xd7401e4c, 0x3b54a1f5),
    +     TOBN(0x19019983, 0x6fbca2ba), TOBN(0x46ad3293, 0x8fbffc4b),
    +     TOBN(0xa142d3f6, 0x3786bf40), TOBN(0xeb5cbc26, 0xb67039fc),
    +     TOBN(0x9cb0ae6c, 0x252bd479), TOBN(0x05e0f88a, 0x12b5848f),
    +     TOBN(0x78f6d2b2, 0xa5c97663), TOBN(0x6f6e149b, 0xc162225c),
    +     TOBN(0xe602235c, 0xde601a89), TOBN(0xd17bbe98, 0xf373be1f),
    +     TOBN(0xcaf49a5b, 0xa8471827), TOBN(0x7e1a0a85, 0x18aaa116),
    +     TOBN(0x6c833196, 0x270580c3), TOBN(0x1e233839, 0xf1c98a14),
    +     TOBN(0x67b2f7b4, 0xae34e0a5), TOBN(0x47ac8745, 0xd8ce7289),
    +     TOBN(0x2b74779a, 0x100dd467), TOBN(0x274a4337, 0x4ee50d09),
    +     TOBN(0x603dcf13, 0x83608bc9), TOBN(0xcd9da6c3, 0xc89e8388),
    +     TOBN(0x2660199f, 0x355116ac), TOBN(0xcc38bb59, 0xb6d18eed),
    +     TOBN(0x3075f31f, 0x2f4bc071), TOBN(0x9774457f, 0x265dc57e),
    +     TOBN(0x06a6a9c8, 0xc6db88bb), TOBN(0x6429d07f, 0x4ec98e04),
    +     TOBN(0x8d05e57b, 0x05ecaa8b), TOBN(0x20f140b1, 0x7872ea7b),
    +     TOBN(0xdf8c0f09, 0xca494693), TOBN(0x48d3a020, 0xf252e909),
    +     TOBN(0x4c5c29af, 0x57b14b12), TOBN(0x7e6fa37d, 0xbf47ad1c),
    +     TOBN(0x66e7b506, 0x49a0c938), TOBN(0xb72c0d48, 0x6be5f41f),
    +     TOBN(0x6a6242b8, 0xb2359412), TOBN(0xcd35c774, 0x8e859480),
    +     TOBN(0x12536fea, 0x87baa627), TOBN(0x58c1fec1, 0xf72aa680),
    +     TOBN(0x6c29b637, 0x601e5dc9), TOBN(0x9e3c3c1c, 0xde9e01b9),
    +     TOBN(0xefc8127b, 0x2bcfe0b0), TOBN(0x35107102, 0x2a12f50d),
    +     TOBN(0x6ccd6cb1, 0x4879b397), TOBN(0xf792f804, 0xf8a82f21),
    +     TOBN(0x509d4804, 0xa9b46402), TOBN(0xedddf85d, 0xc10f0850),
    +     TOBN(0x928410dc, 0x4b6208aa), TOBN(0xf6229c46, 0x391012dc),
    +     TOBN(0xc5a7c41e, 0x7727b9b6), TOBN(0x289e4e4b, 0xaa444842),
    +     TOBN(0x049ba1d9, 0xe9a947ea), TOBN(0x44f9e47f, 0x83c8debc),
    +     TOBN(0xfa77a1fe, 0x611f8b8e), TOBN(0xfd2e416a, 0xf518f427),
    +     TOBN(0xc5fffa70, 0x114ebac3), TOBN(0xfe57c4e9, 0x5d89697b),
    +     TOBN(0xfdd053ac, 0xb1aaf613), TOBN(0x31df210f, 0xea585a45),
    +     TOBN(0x318cc10e, 0x24985034), TOBN(0x1a38efd1, 0x5f1d6130),
    +     TOBN(0xbf86f237, 0x0b1e9e21), TOBN(0xb258514d, 0x1dbe88aa),
    +     TOBN(0x1e38a588, 0x90c1baf9), TOBN(0x2936a01e, 0xbdb9b692),
    +     TOBN(0xd576de98, 0x6dd5b20c), TOBN(0xb586bf71, 0x70f98ecf),
    +     TOBN(0xcccf0f12, 0xc42d2fd7), TOBN(0x8717e61c, 0xfb35bd7b),
    +     TOBN(0x8b1e5722, 0x35e6fc06), TOBN(0x3477728f, 0x0b3e13d5),
    +     TOBN(0x150c294d, 0xaa8a7372), TOBN(0xc0291d43, 0x3bfa528a),
    +     TOBN(0xc6c8bc67, 0xcec5a196), TOBN(0xdeeb31e4, 0x5c2e8a7c),
    +     TOBN(0xba93e244, 0xfb6e1c51), TOBN(0xb9f8b71b, 0x2e28e156),
    +     TOBN(0xce65a287, 0x968a2ab9), TOBN(0xe3c5ce69, 0x46bbcb1f),
    +     TOBN(0xf8c835b9, 0xe7ae3f30), TOBN(0x16bbee26, 0xff72b82b),
    +     TOBN(0x665e2017, 0xfd42cd22), TOBN(0x1e139970, 0xf8b1d2a0),
    +     TOBN(0x125cda29, 0x79204932), TOBN(0x7aee94a5, 0x49c3bee5),
    +     TOBN(0x68c70160, 0x89821a66), TOBN(0xf7c37678, 0x8f981669),
    +     TOBN(0xd90829fc, 0x48cc3645), TOBN(0x346af049, 0xd70addfc),
    +     TOBN(0x2057b232, 0x370bf29c), TOBN(0xf90c73ce, 0x42e650ee),
    +     TOBN(0xe03386ea, 0xa126ab90), TOBN(0x0e266e7e, 0x975a087b),
    +     TOBN(0x80578eb9, 0x0fca65d9), TOBN(0x7e2989ea, 0x16af45b8),
    +     TOBN(0x7438212d, 0xcac75a4e), TOBN(0x38c7ca39, 0x4fef36b8),
    +     TOBN(0x8650c494, 0xd402676a), TOBN(0x26ab5a66, 0xf72c7c48),
    +     TOBN(0x4e6cb426, 0xce3a464e), TOBN(0xf8f99896, 0x2b72f841),
    +     TOBN(0x8c318491, 0x1a335cc8), TOBN(0x563459ba, 0x6a5913e4),
    +     TOBN(0x1b920d61, 0xc7b32919), TOBN(0x805ab8b6, 0xa02425ad),
    +     TOBN(0x2ac512da, 0x8d006086), TOBN(0x6ca4846a, 0xbcf5c0fd),
    +     TOBN(0xafea51d8, 0xac2138d7), TOBN(0xcb647545, 0x344cd443),
    +     TOBN(0x0429ee8f, 0xbd7d9040), TOBN(0xee66a2de, 0x819b9c96),
    +     TOBN(0x54f9ec25, 0xdea7d744), TOBN(0x2ffea642, 0x671721bb),
    +     TOBN(0x4f19dbd1, 0x114344ea), TOBN(0x04304536, 0xfd0dbc8b),
    +     TOBN(0x014b50aa, 0x29ec7f91), TOBN(0xb5fc22fe, 0xbb06014d),
    +     TOBN(0x60d963a9, 0x1ee682e0), TOBN(0xdf48abc0, 0xfe85c727),
    +     TOBN(0x0cadba13, 0x2e707c2d), TOBN(0xde608d3a, 0xa645aeff),
    +     TOBN(0x05f1c28b, 0xedafd883), TOBN(0x3c362ede, 0xbd94de1f),
    +     TOBN(0x8dd0629d, 0x13593e41), TOBN(0x0a5e736f, 0x766d6eaf),
    +     TOBN(0xbfa92311, 0xf68cf9d1), TOBN(0xa4f9ef87, 0xc1797556),
    +     TOBN(0x10d75a1f, 0x5601c209), TOBN(0x651c374c, 0x09b07361),
    +     TOBN(0x49950b58, 0x88b5cead), TOBN(0x0ef00058, 0x6fa9dbaa),
    +     TOBN(0xf51ddc26, 0x4e15f33a), TOBN(0x1f8b5ca6, 0x2ef46140),
    +     TOBN(0x343ac0a3, 0xee9523f0), TOBN(0xbb75eab2, 0x975ea978),
    +     TOBN(0x1bccf332, 0x107387f4), TOBN(0x790f9259, 0x9ab0062e),
    +     TOBN(0xf1a363ad, 0x1e4f6a5f), TOBN(0x06e08b84, 0x62519a50),
    +     TOBN(0x60915187, 0x7265f1ee), TOBN(0x6a80ca34, 0x93ae985e),
    +     TOBN(0x81b29768, 0xaaba4864), TOBN(0xb13cabf2, 0x8d52a7d6),
    +     TOBN(0xb5c36348, 0x8ead03f1), TOBN(0xc932ad95, 0x81c7c1c0),
    +     TOBN(0x5452708e, 0xcae1e27b), TOBN(0x9dac4269, 0x1b0df648),
    +     TOBN(0x233e3f0c, 0xdfcdb8bc), TOBN(0xe6ceccdf, 0xec540174),
    +     TOBN(0xbd0d845e, 0x95081181), TOBN(0xcc8a7920, 0x699355d5),
    +     TOBN(0x111c0f6d, 0xc3b375a8), TOBN(0xfd95bc6b, 0xfd51e0dc),
    +     TOBN(0x4a106a26, 0x6888523a), TOBN(0x4d142bd6, 0xcb01a06d),
    +     TOBN(0x79bfd289, 0xadb9b397), TOBN(0x0bdbfb94, 0xe9863914),
    +     TOBN(0x29d8a229, 0x1660f6a6), TOBN(0x7f6abcd6, 0x551c042d),
    +     TOBN(0x13039deb, 0x0ac3ffe8), TOBN(0xa01be628, 0xec8523fb),
    +     TOBN(0x6ea34103, 0x0ca1c328), TOBN(0xc74114bd, 0xb903928e),
    +     TOBN(0x8aa4ff4e, 0x9e9144b0), TOBN(0x7064091f, 0x7f9a4b17),
    +     TOBN(0xa3f4f521, 0xe447f2c4), TOBN(0x81b8da7a, 0x604291f0),
    +     TOBN(0xd680bc46, 0x7d5926de), TOBN(0x84f21fd5, 0x34a1202f),
    +     TOBN(0x1d1e3181, 0x4e9df3d8), TOBN(0x1ca4861a, 0x39ab8d34),
    +     TOBN(0x809ddeec, 0x5b19aa4a), TOBN(0x59f72f7e, 0x4d329366),
    +     TOBN(0xa2f93f41, 0x386d5087), TOBN(0x40bf739c, 0xdd67d64f),
    +     TOBN(0xb4494205, 0x66702158), TOBN(0xc33c65be, 0x73b1e178),
    +     TOBN(0xcdcd657c, 0x38ca6153), TOBN(0x97f4519a, 0xdc791976),
    +     TOBN(0xcc7c7f29, 0xcd6e1f39), TOBN(0x38de9cfb, 0x7e3c3932),
    +     TOBN(0xe448eba3, 0x7b793f85), TOBN(0xe9f8dbf9, 0xf067e914),
    +     TOBN(0xc0390266, 0xf114ae87), TOBN(0x39ed75a7, 0xcd6a8e2a),
    +     TOBN(0xadb14848, 0x7ffba390), TOBN(0x67f8cb8b, 0x6af9bc09),
    +     TOBN(0x322c3848, 0x9c7476db), TOBN(0xa320fecf, 0x52a538d6),
    +     TOBN(0xe0493002, 0xb2aced2b), TOBN(0xdfba1809, 0x616bd430),
    +     TOBN(0x531c4644, 0xc331be70), TOBN(0xbc04d32e, 0x90d2e450),
    +     TOBN(0x1805a0d1, 0x0f9f142d), TOBN(0x2c44a0c5, 0x47ee5a23),
    +     TOBN(0x31875a43, 0x3989b4e3), TOBN(0x6b1949fd, 0x0c063481),
    +     TOBN(0x2dfb9e08, 0xbe0f4492), TOBN(0x3ff0da03, 0xe9d5e517),
    +     TOBN(0x03dbe9a1, 0xf79466a8), TOBN(0x0b87bcd0, 0x15ea9932),
    +     TOBN(0xeb64fc83, 0xab1f58ab), TOBN(0x6d9598da, 0x817edc8a),
    +     TOBN(0x699cff66, 0x1d3b67e5), TOBN(0x645c0f29, 0x92635853),
    +     TOBN(0x253cdd82, 0xeabaf21c), TOBN(0x82b9602a, 0x2241659e),
    +     TOBN(0x2cae07ec, 0x2d9f7091), TOBN(0xbe4c720c, 0x8b48cd9b),
    +     TOBN(0x6ce5bc03, 0x6f08d6c9), TOBN(0x36e8a997, 0xaf10bf40),
    +     TOBN(0x83422d21, 0x3e10ff12), TOBN(0x7b26d3eb, 0xbcc12494),
    +     TOBN(0xb240d2d0, 0xc9469ad6), TOBN(0xc4a11b4d, 0x30afa05b),
    +     TOBN(0x4b604ace, 0xdd6ba286), TOBN(0x18486600, 0x3ee2864c),
    +     TOBN(0x5869d6ba, 0x8d9ce5be), TOBN(0x0d8f68c5, 0xff4bfb0d),
    +     TOBN(0xb69f210b, 0x5700cf73), TOBN(0x61f6653a, 0x6d37c135),
    +     TOBN(0xff3d432b, 0x5aff5a48), TOBN(0x0d81c4b9, 0x72ba3a69),
    +     TOBN(0xee879ae9, 0xfa1899ef), TOBN(0xbac7e2a0, 0x2d6acafd),
    +     TOBN(0xd6d93f6c, 0x1c664399), TOBN(0x4c288de1, 0x5bcb135d),
    +     TOBN(0x83031dab, 0x9dab7cbf), TOBN(0xfe23feb0, 0x3abbf5f0),
    +     TOBN(0x9f1b2466, 0xcdedca85), TOBN(0x140bb710, 0x1a09538c),
    +     TOBN(0xac8ae851, 0x5e11115d), TOBN(0x0d63ff67, 0x6f03f59e),
    +     TOBN(0x755e5551, 0x7d234afb), TOBN(0x61c2db4e, 0x7e208fc1),
    +     TOBN(0xaa9859ce, 0xf28a4b5d), TOBN(0xbdd6d4fc, 0x34af030f),
    +     TOBN(0xd1c4a26d, 0x3be01cb1), TOBN(0x9ba14ffc, 0x243aa07c),
    +     TOBN(0xf95cd3a9, 0xb2503502), TOBN(0xe379bc06, 0x7d2a93ab),
    +     TOBN(0x3efc18e9, 0xd4ca8d68), TOBN(0x083558ec, 0x80bb412a),
    +     TOBN(0xd903b940, 0x9645a968), TOBN(0xa499f0b6, 0x9ba6054f),
    +     TOBN(0x208b573c, 0xb8349abe), TOBN(0x3baab3e5, 0x30b4fc1c),
    +     TOBN(0x87e978ba, 0xcb524990), TOBN(0x3524194e, 0xccdf0e80),
    +     TOBN(0x62711725, 0x7d4bcc42), TOBN(0xe90a3d9b, 0xb90109ba),
    +     TOBN(0x3b1bdd57, 0x1323e1e0), TOBN(0xb78e9bd5, 0x5eae1599),
    +     TOBN(0x0794b746, 0x9e03d278), TOBN(0x80178605, 0xd70e6297),
    +     TOBN(0x171792f8, 0x99c97855), TOBN(0x11b393ee, 0xf5a86b5c),
    +     TOBN(0x48ef6582, 0xd8884f27), TOBN(0xbd44737a, 0xbf19ba5f),
    +     TOBN(0x8698de4c, 0xa42062c6), TOBN(0x8975eb80, 0x61ce9c54),
    +     TOBN(0xd50e57c7, 0xd7fe71f3), TOBN(0x15342190, 0xbc97ce38),
    +     TOBN(0x51bda2de, 0x4df07b63), TOBN(0xba12aeae, 0x200eb87d),
    +     TOBN(0xabe135d2, 0xa9b4f8f6), TOBN(0x04619d65, 0xfad6d99c),
    +     TOBN(0x4a6683a7, 0x7994937c), TOBN(0x7a778c8b, 0x6f94f09a),
    +     TOBN(0x8c508623, 0x20a71b89), TOBN(0x241a2aed, 0x1c229165),
    +     TOBN(0x352be595, 0xaaf83a99), TOBN(0x9fbfee7f, 0x1562bac8),
    +     TOBN(0xeaf658b9, 0x5c4017e3), TOBN(0x1dc7f9e0, 0x15120b86),
    +     TOBN(0xd84f13dd, 0x4c034d6f), TOBN(0x283dd737, 0xeaea3038),
    +     TOBN(0x197f2609, 0xcd85d6a2), TOBN(0x6ebbc345, 0xfae60177),
    +     TOBN(0xb80f031b, 0x4e12fede), TOBN(0xde55d0c2, 0x07a2186b),
    +     TOBN(0x1fb3e37f, 0x24dcdd5a), TOBN(0x8d602da5, 0x7ed191fb),
    +     TOBN(0x108fb056, 0x76023e0d), TOBN(0x70178c71, 0x459c20c0),
    +     TOBN(0xfad5a386, 0x3fe54cf0), TOBN(0xa4a3ec4f, 0x02bbb475),
    +     TOBN(0x1aa5ec20, 0x919d94d7), TOBN(0x5d3b63b5, 0xa81e4ab3),
    +     TOBN(0x7fa733d8, 0x5ad3d2af), TOBN(0xfbc586dd, 0xd1ac7a37),
    +     TOBN(0x282925de, 0x40779614), TOBN(0xfe0ffffb, 0xe74a242a),
    +     TOBN(0x3f39e67f, 0x906151e5), TOBN(0xcea27f5f, 0x55e10649),
    +     TOBN(0xdca1d4e1, 0xc17cf7b7), TOBN(0x0c326d12, 0x2fe2362d),
    +     TOBN(0x05f7ac33, 0x7dd35df3), TOBN(0x0c3b7639, 0xc396dbdf),
    +     TOBN(0x0912f5ac, 0x03b7db1c), TOBN(0x9dea4b70, 0x5c9ed4a9),
    +     TOBN(0x475e6e53, 0xaae3f639), TOBN(0xfaba0e7c, 0xfc278bac),
    +     TOBN(0x16f9e221, 0x9490375f), TOBN(0xaebf9746, 0xa5a7ed0a),
    +     TOBN(0x45f9af3f, 0xf41ad5d6), TOBN(0x03c4623c, 0xb2e99224),
    +     TOBN(0x82c5bb5c, 0xb3cf56aa), TOBN(0x64311819, 0x34567ed3),
    +     TOBN(0xec57f211, 0x8be489ac), TOBN(0x2821895d, 0xb9a1104b),
    +     TOBN(0x610dc875, 0x6064e007), TOBN(0x8e526f3f, 0x5b20d0fe),
    +     TOBN(0x6e71ca77, 0x5b645aee), TOBN(0x3d1dcb9f, 0x800e10ff),
    +     TOBN(0x36b51162, 0x189cf6de), TOBN(0x2c5a3e30, 0x6bb17353),
    +     TOBN(0xc186cd3e, 0x2a6c6fbf), TOBN(0xa74516fa, 0x4bf97906),
    +     TOBN(0x5b4b8f4b, 0x279d6901), TOBN(0x0c4e57b4, 0x2b573743),
    +     TOBN(0x75fdb229, 0xb6e386b6), TOBN(0xb46793fd, 0x99deac27),
    +     TOBN(0xeeec47ea, 0xcf712629), TOBN(0xe965f3c4, 0xcbc3b2dd),
    +     TOBN(0x8dd1fb83, 0x425c6559), TOBN(0x7fc00ee6, 0x0af06fda),
    +     TOBN(0xe98c9225, 0x33d956df), TOBN(0x0f1ef335, 0x4fbdc8a2),
    +     TOBN(0x2abb5145, 0xb79b8ea2), TOBN(0x40fd2945, 0xbdbff288),
    +     TOBN(0x6a814ac4, 0xd7185db7), TOBN(0xc4329d6f, 0xc084609a),
    +     TOBN(0xc9ba7b52, 0xed1be45d), TOBN(0x891dd20d, 0xe4cd2c74),
    +     TOBN(0x5a4d4a7f, 0x824139b1), TOBN(0x66c17716, 0xb873c710),
    +     TOBN(0x5e5bc141, 0x2843c4e0), TOBN(0xd5ac4817, 0xb97eb5bf),
    +     TOBN(0xc0f8af54, 0x450c95c7), TOBN(0xc91b3fa0, 0x318406c5),
    +     TOBN(0x360c340a, 0xab9d97f8), TOBN(0xfb57bd07, 0x90a2d611),
    +     TOBN(0x4339ae3c, 0xa6a6f7e5), TOBN(0x9c1fcd2a, 0x2feb8a10),
    +     TOBN(0x972bcca9, 0xc7ea7432), TOBN(0x1b0b924c, 0x308076f6),
    +     TOBN(0x80b2814a, 0x2a5b4ca5), TOBN(0x2f78f55b, 0x61ef3b29),
    +     TOBN(0xf838744a, 0xc18a414f), TOBN(0xc611eaae, 0x903d0a86),
    +     TOBN(0x94dabc16, 0x2a453f55), TOBN(0xe6f2e3da, 0x14efb279),
    +     TOBN(0x5b7a6017, 0x9320dc3c), TOBN(0x692e382f, 0x8df6b5a4),
    +     TOBN(0x3f5e15e0, 0x2d40fa90), TOBN(0xc87883ae, 0x643dd318),
    +     TOBN(0x511053e4, 0x53544774), TOBN(0x834d0ecc, 0x3adba2bc),
    +     TOBN(0x4215d7f7, 0xbae371f5), TOBN(0xfcfd57bf, 0x6c8663bc),
    +     TOBN(0xded2383d, 0xd6901b1d), TOBN(0x3b49fbb4, 0xb5587dc3),
    +     TOBN(0xfd44a08d, 0x07625f62), TOBN(0x3ee4d65b, 0x9de9b762),}
    +    ,
    +    {TOBN(0x64e5137d, 0x0d63d1fa), TOBN(0x658fc052, 0x02a9d89f),
    +     TOBN(0x48894874, 0x50436309), TOBN(0xe9ae30f8, 0xd598da61),
    +     TOBN(0x2ed710d1, 0x818baf91), TOBN(0xe27e9e06, 0x8b6a0c20),
    +     TOBN(0x1e28dcfb, 0x1c1a6b44), TOBN(0x883acb64, 0xd6ac57dc),
    +     TOBN(0x8735728d, 0xc2c6ff70), TOBN(0x79d6122f, 0xc5dc2235),
    +     TOBN(0x23f5d003, 0x19e277f9), TOBN(0x7ee84e25, 0xdded8cc7),
    +     TOBN(0x91a8afb0, 0x63cd880a), TOBN(0x3f3ea7c6, 0x3574af60),
    +     TOBN(0x0cfcdc84, 0x02de7f42), TOBN(0x62d0792f, 0xb31aa152),
    +     TOBN(0x8e1b4e43, 0x8a5807ce), TOBN(0xad283893, 0xe4109a7e),
    +     TOBN(0xc30cc9cb, 0xafd59dda), TOBN(0xf65f36c6, 0x3d8d8093),
    +     TOBN(0xdf31469e, 0xa60d32b2), TOBN(0xee93df4b, 0x3e8191c8),
    +     TOBN(0x9c1017c5, 0x355bdeb5), TOBN(0xd2623185, 0x8616aa28),
    +     TOBN(0xb02c83f9, 0xdec31a21), TOBN(0x988c8b23, 0x6ad9d573),
    +     TOBN(0x53e983ae, 0xa57be365), TOBN(0xe968734d, 0x646f834e),
    +     TOBN(0x9137ea8f, 0x5da6309b), TOBN(0x10f3a624, 0xc1f1ce16),
    +     TOBN(0x782a9ea2, 0xca440921), TOBN(0xdf94739e, 0x5b46f1b5),
    +     TOBN(0x9f9be006, 0xcce85c9b), TOBN(0x360e70d6, 0xa4c7c2d3),
    +     TOBN(0x2cd5beea, 0xaefa1e60), TOBN(0x64cf63c0, 0x8c3d2b6d),
    +     TOBN(0xfb107fa3, 0xe1cf6f90), TOBN(0xb7e937c6, 0xd5e044e6),
    +     TOBN(0x74e8ca78, 0xce34db9f), TOBN(0x4f8b36c1, 0x3e210bd0),
    +     TOBN(0x1df165a4, 0x34a35ea8), TOBN(0x3418e0f7, 0x4d4412f6),
    +     TOBN(0x5af1f8af, 0x518836c3), TOBN(0x42ceef4d, 0x130e1965),
    +     TOBN(0x5560ca0b, 0x543a1957), TOBN(0xc33761e5, 0x886cb123),
    +     TOBN(0x66624b1f, 0xfe98ed30), TOBN(0xf772f4bf, 0x1090997d),
    +     TOBN(0xf4e540bb, 0x4885d410), TOBN(0x7287f810, 0x9ba5f8d7),
    +     TOBN(0x22d0d865, 0xde98dfb1), TOBN(0x49ff51a1, 0xbcfbb8a3),
    +     TOBN(0xb6b6fa53, 0x6bc3012e), TOBN(0x3d31fd72, 0x170d541d),
    +     TOBN(0x8018724f, 0x4b0f4966), TOBN(0x79e7399f, 0x87dbde07),
    +     TOBN(0x56f8410e, 0xf4f8b16a), TOBN(0x97241afe, 0xc47b266a),
    +     TOBN(0x0a406b8e, 0x6d9c87c1), TOBN(0x803f3e02, 0xcd42ab1b),
    +     TOBN(0x7f0309a8, 0x04dbec69), TOBN(0xa83b85f7, 0x3bbad05f),
    +     TOBN(0xc6097273, 0xad8e197f), TOBN(0xc097440e, 0x5067adc1),
    +     TOBN(0x730eafb6, 0x3524ff16), TOBN(0xd7f9b51e, 0x823fc6ce),
    +     TOBN(0x27bd0d32, 0x443e4ac0), TOBN(0x40c59ad9, 0x4d66f217),
    +     TOBN(0x6c33136f, 0x17c387a4), TOBN(0x5043b8d5, 0xeb86804d),
    +     TOBN(0x74970312, 0x675a73c9), TOBN(0x838fdb31, 0xf16669b6),
    +     TOBN(0xc507b6dd, 0x418e7ddd), TOBN(0x39888d93, 0x472f19d6),
    +     TOBN(0x7eae26be, 0x0c27eb4d), TOBN(0x17b53ed3, 0xfbabb884),
    +     TOBN(0xfc27021b, 0x2b01ae4f), TOBN(0x88462e87, 0xcf488682),
    +     TOBN(0xbee096ec, 0x215e2d87), TOBN(0xeb2fea9a, 0xd242e29b),
    +     TOBN(0x5d985b5f, 0xb821fc28), TOBN(0x89d2e197, 0xdc1e2ad2),
    +     TOBN(0x55b566b8, 0x9030ba62), TOBN(0xe3fd41b5, 0x4f41b1c6),
    +     TOBN(0xb738ac2e, 0xb9a96d61), TOBN(0x7f8567ca, 0x369443f4),
    +     TOBN(0x8698622d, 0xf803a440), TOBN(0x2b586236, 0x8fe2f4dc),
    +     TOBN(0xbbcc00c7, 0x56b95bce), TOBN(0x5ec03906, 0x616da680),
    +     TOBN(0x79162ee6, 0x72214252), TOBN(0x43132b63, 0x86a892d2),
    +     TOBN(0x4bdd3ff2, 0x2f3263bf), TOBN(0xd5b3733c, 0x9cd0a142),
    +     TOBN(0x592eaa82, 0x44415ccb), TOBN(0x663e8924, 0x8d5474ea),
    +     TOBN(0x8058a25e, 0x5236344e), TOBN(0x82e8df9d, 0xbda76ee6),
    +     TOBN(0xdcf6efd8, 0x11cc3d22), TOBN(0x00089cda, 0x3b4ab529),
    +     TOBN(0x91d3a071, 0xbd38a3db), TOBN(0x4ea97fc0, 0xef72b925),
    +     TOBN(0x0c9fc15b, 0xea3edf75), TOBN(0x5a6297cd, 0xa4348ed3),
    +     TOBN(0x0d38ab35, 0xce7c42d4), TOBN(0x9fd493ef, 0x82feab10),
    +     TOBN(0x46056b6d, 0x82111b45), TOBN(0xda11dae1, 0x73efc5c3),
    +     TOBN(0xdc740278, 0x5545a7fb), TOBN(0xbdb2601c, 0x40d507e6),
    +     TOBN(0x121dfeeb, 0x7066fa58), TOBN(0x214369a8, 0x39ae8c2a),
    +     TOBN(0x195709cb, 0x06e0956c), TOBN(0x4c9d254f, 0x010cd34b),
    +     TOBN(0xf51e13f7, 0x0471a532), TOBN(0xe19d6791, 0x1e73054d),
    +     TOBN(0xf702a628, 0xdb5c7be3), TOBN(0xc7141218, 0xb24dde05),
    +     TOBN(0xdc18233c, 0xf29b2e2e), TOBN(0x3a6bd1e8, 0x85342dba),
    +     TOBN(0x3f747fa0, 0xb311898c), TOBN(0xe2a272e4, 0xcd0eac65),
    +     TOBN(0x4bba5851, 0xf914d0bc), TOBN(0x7a1a9660, 0xc4a43ee3),
    +     TOBN(0xe5a367ce, 0xa1c8cde9), TOBN(0x9d958ba9, 0x7271abe3),
    +     TOBN(0xf3ff7eb6, 0x3d1615cd), TOBN(0xa2280dce, 0xf5ae20b0),
    +     TOBN(0x56dba5c1, 0xcf640147), TOBN(0xea5a2e3d, 0x5e83d118),
    +     TOBN(0x04cd6b6d, 0xda24c511), TOBN(0x1c0f4671, 0xe854d214),
    +     TOBN(0x91a6b7a9, 0x69565381), TOBN(0xdc966240, 0xdecf1f5b),
    +     TOBN(0x1b22d21c, 0xfcf5d009), TOBN(0x2a05f641, 0x9021dbd5),
    +     TOBN(0x8c0ed566, 0xd4312483), TOBN(0x5179a95d, 0x643e216f),
    +     TOBN(0xcc185fec, 0x17044493), TOBN(0xb3063339, 0x54991a21),
    +     TOBN(0xd801ecdb, 0x0081a726), TOBN(0x0149b0c6, 0x4fa89bbb),
    +     TOBN(0xafe9065a, 0x4391b6b9), TOBN(0xedc92786, 0xd633f3a3),
    +     TOBN(0xe408c24a, 0xae6a8e13), TOBN(0x85833fde, 0x9f3897ab),
    +     TOBN(0x43800e7e, 0xd81a0715), TOBN(0xde08e346, 0xb44ffc5f),
    +     TOBN(0x7094184c, 0xcdeff2e0), TOBN(0x49f9387b, 0x165eaed1),
    +     TOBN(0x635d6129, 0x777c468a), TOBN(0x8c0dcfd1, 0x538c2dd8),
    +     TOBN(0xd6d9d9e3, 0x7a6a308b), TOBN(0x62375830, 0x4c2767d3),
    +     TOBN(0x874a8bc6, 0xf38cbeb6), TOBN(0xd94d3f1a, 0xccb6fd9e),
    +     TOBN(0x92a9735b, 0xba21f248), TOBN(0x272ad0e5, 0x6cd1efb0),
    +     TOBN(0x7437b69c, 0x05b03284), TOBN(0xe7f04702, 0x6948c225),
    +     TOBN(0x8a56c04a, 0xcba2ecec), TOBN(0x0c181270, 0xe3a73e41),
    +     TOBN(0x6cb34e9d, 0x03e93725), TOBN(0xf77c8713, 0x496521a9),
    +     TOBN(0x94569183, 0xfa7f9f90), TOBN(0xf2e7aa4c, 0x8c9707ad),
    +     TOBN(0xced2c9ba, 0x26c1c9a3), TOBN(0x9109fe96, 0x40197507),
    +     TOBN(0x9ae868a9, 0xe9adfe1c), TOBN(0x3984403d, 0x314e39bb),
    +     TOBN(0xb5875720, 0xf2fe378f), TOBN(0x33f901e0, 0xba44a628),
    +     TOBN(0xea1125fe, 0x3652438c), TOBN(0xae9ec4e6, 0x9dd1f20b),
    +     TOBN(0x1e740d9e, 0xbebf7fbd), TOBN(0x6dbd3ddc, 0x42dbe79c),
    +     TOBN(0x62082aec, 0xedd36776), TOBN(0xf612c478, 0xe9859039),
    +     TOBN(0xa493b201, 0x032f7065), TOBN(0xebd4d8f2, 0x4ff9b211),
    +     TOBN(0x3f23a0aa, 0xaac4cb32), TOBN(0xea3aadb7, 0x15ed4005),
    +     TOBN(0xacf17ea4, 0xafa27e63), TOBN(0x56125c1a, 0xc11fd66c),
    +     TOBN(0x266344a4, 0x3794f8dc), TOBN(0xdcca923a, 0x483c5c36),
    +     TOBN(0x2d6b6bbf, 0x3f9d10a0), TOBN(0xb320c5ca, 0x81d9bdf3),
    +     TOBN(0x620e28ff, 0x47b50a95), TOBN(0x933e3b01, 0xcef03371),
    +     TOBN(0xf081bf85, 0x99100153), TOBN(0x183be9a0, 0xc3a8c8d6),
    +     TOBN(0x4e3ddc5a, 0xd6bbe24d), TOBN(0xc6c74630, 0x53843795),
    +     TOBN(0x78193dd7, 0x65ec2d4c), TOBN(0xb8df26cc, 0xcd3c89b2),
    +     TOBN(0x98dbe399, 0x5a483f8d), TOBN(0x72d8a957, 0x7dd3313a),
    +     TOBN(0x65087294, 0xab0bd375), TOBN(0xfcd89248, 0x7c259d16),
    +     TOBN(0x8a9443d7, 0x7613aa81), TOBN(0x80100800, 0x85fe6584),
    +     TOBN(0x70fc4dbc, 0x7fb10288), TOBN(0xf58280d3, 0xe86beee8),
    +     TOBN(0x14fdd82f, 0x7c978c38), TOBN(0xdf1204c1, 0x0de44d7b),
    +     TOBN(0xa08a1c84, 0x4160252f), TOBN(0x591554ca, 0xc17646a5),
    +     TOBN(0x214a37d6, 0xa05bd525), TOBN(0x48d5f09b, 0x07957b3c),
    +     TOBN(0x0247cdcb, 0xd7109bc9), TOBN(0x40f9e4bb, 0x30599ce7),
    +     TOBN(0xc325fa03, 0xf46ad2ec), TOBN(0x00f766cf, 0xc3e3f9ee),
    +     TOBN(0xab556668, 0xd43a4577), TOBN(0x68d30a61, 0x3ee03b93),
    +     TOBN(0x7ddc81ea, 0x77b46a08), TOBN(0xcf5a6477, 0xc7480699),
    +     TOBN(0x43a8cb34, 0x6633f683), TOBN(0x1b867e6b, 0x92363c60),
    +     TOBN(0x43921114, 0x1f60558e), TOBN(0xcdbcdd63, 0x2f41450e),
    +     TOBN(0x7fc04601, 0xcc630e8b), TOBN(0xea7c66d5, 0x97038b43),
    +     TOBN(0x7259b8a5, 0x04e99fd8), TOBN(0x98a8dd12, 0x4785549a),
    +     TOBN(0x0e459a7c, 0x840552e1), TOBN(0xcdfcf4d0, 0x4bb0909e),
    +     TOBN(0x34a86db2, 0x53758da7), TOBN(0xe643bb83, 0xeac997e1),
    +     TOBN(0x96400bd7, 0x530c5b7e), TOBN(0x9f97af87, 0xb41c8b52),
    +     TOBN(0x34fc8820, 0xfbeee3f9), TOBN(0x93e53490, 0x49091afd),
    +     TOBN(0x764b9be5, 0x9a31f35c), TOBN(0x71f37864, 0x57e3d924),
    +     TOBN(0x02fb34e0, 0x943aa75e), TOBN(0xa18c9c58, 0xab8ff6e4),
    +     TOBN(0x080f31b1, 0x33cf0d19), TOBN(0x5c9682db, 0x083518a7),
    +     TOBN(0x873d4ca6, 0xb709c3de), TOBN(0x64a84262, 0x3575b8f0),
    +     TOBN(0x6275da1f, 0x020154bb), TOBN(0x97678caa, 0xd17cf1ab),
    +     TOBN(0x8779795f, 0x951a95c3), TOBN(0xdd35b163, 0x50fccc08),
    +     TOBN(0x32709627, 0x33d8f031), TOBN(0x3c5ab10a, 0x498dd85c),
    +     TOBN(0xb6c185c3, 0x41dca566), TOBN(0x7de7feda, 0xd8622aa3),
    +     TOBN(0x99e84d92, 0x901b6dfb), TOBN(0x30a02b0e, 0x7c4ad288),
    +     TOBN(0xc7c81daa, 0x2fd3cf36), TOBN(0xd1319547, 0xdf89e59f),
    +     TOBN(0xb2be8184, 0xcd496733), TOBN(0xd5f449eb, 0x93d3412b),
    +     TOBN(0x7ea41b1b, 0x25fe531d), TOBN(0xf9797432, 0x6a1d5646),
    +     TOBN(0x86067f72, 0x2bde501a), TOBN(0xf91481c0, 0x0c85e89c),
    +     TOBN(0xca8ee465, 0xf8b05bc6), TOBN(0x1844e1cf, 0x02e83cda),
    +     TOBN(0xca82114a, 0xb4dbe33b), TOBN(0x0f9f8769, 0x4eabfde2),
    +     TOBN(0x4936b1c0, 0x38b27fe2), TOBN(0x63b6359b, 0xaba402df),
    +     TOBN(0x40c0ea2f, 0x656bdbab), TOBN(0x9c992a89, 0x6580c39c),
    +     TOBN(0x600e8f15, 0x2a60aed1), TOBN(0xeb089ca4, 0xe0bf49df),
    +     TOBN(0x9c233d7d, 0x2d42d99a), TOBN(0x648d3f95, 0x4c6bc2fa),
    +     TOBN(0xdcc383a8, 0xe1add3f3), TOBN(0xf42c0c6a, 0x4f64a348),
    +     TOBN(0x2abd176f, 0x0030dbdb), TOBN(0x4de501a3, 0x7d6c215e),
    +     TOBN(0x4a107c1f, 0x4b9a64bc), TOBN(0xa77f0ad3, 0x2496cd59),
    +     TOBN(0xfb78ac62, 0x7688dffb), TOBN(0x7025a2ca, 0x67937d8e),
    +     TOBN(0xfde8b2d1, 0xd1a8f4e7), TOBN(0xf5b3da47, 0x7354927c),
    +     TOBN(0xe48606a3, 0xd9205735), TOBN(0xac477cc6, 0xe177b917),
    +     TOBN(0xfb1f73d2, 0xa883239a), TOBN(0xe12572f6, 0xcc8b8357),
    +     TOBN(0x9d355e9c, 0xfb1f4f86), TOBN(0x89b795f8, 0xd9f3ec6e),
    +     TOBN(0x27be56f1, 0xb54398dc), TOBN(0x1890efd7, 0x3fedeed5),
    +     TOBN(0x62f77f1f, 0x9c6d0140), TOBN(0x7ef0e314, 0x596f0ee4),
    +     TOBN(0x50ca6631, 0xcc61dab3), TOBN(0x4a39801d, 0xf4866e4f),
    +     TOBN(0x66c8d032, 0xae363b39), TOBN(0x22c591e5, 0x2ead66aa),
    +     TOBN(0x954ba308, 0xde02a53e), TOBN(0x2a6c060f, 0xd389f357),
    +     TOBN(0xe6cfcde8, 0xfbf40b66), TOBN(0x8e02fc56, 0xc6340ce1),
    +     TOBN(0xe4957795, 0x73adb4ba), TOBN(0x7b86122c, 0xa7b03805),
    +     TOBN(0x63f83512, 0x0c8e6fa6), TOBN(0x83660ea0, 0x057d7804),
    +     TOBN(0xbad79105, 0x21ba473c), TOBN(0xb6c50bee, 0xded5389d),
    +     TOBN(0xee2caf4d, 0xaa7c9bc0), TOBN(0xd97b8de4, 0x8c4e98a7),
    +     TOBN(0xa9f63e70, 0xab3bbddb), TOBN(0x3898aabf, 0x2597815a),
    +     TOBN(0x7659af89, 0xac15b3d9), TOBN(0xedf7725b, 0x703ce784),
    +     TOBN(0x25470fab, 0xe085116b), TOBN(0x04a43375, 0x87285310),
    +     TOBN(0x4e39187e, 0xe2bfd52f), TOBN(0x36166b44, 0x7d9ebc74),
    +     TOBN(0x92ad433c, 0xfd4b322c), TOBN(0x726aa817, 0xba79ab51),
    +     TOBN(0xf96eacd8, 0xc1db15eb), TOBN(0xfaf71e91, 0x0476be63),
    +     TOBN(0xdd69a640, 0x641fad98), TOBN(0xb7995918, 0x29622559),
    +     TOBN(0x03c6daa5, 0xde4199dc), TOBN(0x92cadc97, 0xad545eb4),
    +     TOBN(0x1028238b, 0x256534e4), TOBN(0x73e80ce6, 0x8595409a),
    +     TOBN(0x690d4c66, 0xd05dc59b), TOBN(0xc95f7b8f, 0x981dee80),
    +     TOBN(0xf4337014, 0xd856ac25), TOBN(0x441bd9dd, 0xac524dca),
    +     TOBN(0x640b3d85, 0x5f0499f5), TOBN(0x39cf84a9, 0xd5fda182),
    +     TOBN(0x04e7b055, 0xb2aa95a0), TOBN(0x29e33f0a, 0x0ddf1860),
    +     TOBN(0x082e74b5, 0x423f6b43), TOBN(0x217edeb9, 0x0aaa2b0f),
    +     TOBN(0x58b83f35, 0x83cbea55), TOBN(0xc485ee4d, 0xbc185d70),
    +     TOBN(0x833ff03b, 0x1e5f6992), TOBN(0xb5b9b9cc, 0xcf0c0dd5),
    +     TOBN(0x7caaee8e, 0x4e9e8a50), TOBN(0x462e907b, 0x6269dafd),
    +     TOBN(0x6ed5cee9, 0xfbe791c6), TOBN(0x68ca3259, 0xed430790),
    +     TOBN(0x2b72bdf2, 0x13b5ba88), TOBN(0x60294c8a, 0x35ef0ac4),
    +     TOBN(0x9c3230ed, 0x19b99b08), TOBN(0x560fff17, 0x6c2589aa),
    +     TOBN(0x552b8487, 0xd6770374), TOBN(0xa373202d, 0x9a56f685),
    +     TOBN(0xd3e7f907, 0x45f175d9), TOBN(0x3c2f315f, 0xd080d810),
    +     TOBN(0x1130e9dd, 0x7b9520e8), TOBN(0xc078f9e2, 0x0af037b5),
    +     TOBN(0x38cd2ec7, 0x1e9c104c), TOBN(0x0f684368, 0xc472fe92),
    +     TOBN(0xd3f1b5ed, 0x6247e7ef), TOBN(0xb32d33a9, 0x396dfe21),
    +     TOBN(0x46f59cf4, 0x4a9aa2c2), TOBN(0x69cd5168, 0xff0f7e41),
    +     TOBN(0x3f59da0f, 0x4b3234da), TOBN(0xcf0b0235, 0xb4579ebe),
    +     TOBN(0x6d1cbb25, 0x6d2476c7), TOBN(0x4f0837e6, 0x9dc30f08),
    +     TOBN(0x9a4075bb, 0x906f6e98), TOBN(0x253bb434, 0xc761e7d1),
    +     TOBN(0xde2e645f, 0x6e73af10), TOBN(0xb89a4060, 0x0c5f131c),
    +     TOBN(0xd12840c5, 0xb8cc037f), TOBN(0x3d093a5b, 0x7405bb47),
    +     TOBN(0x6202c253, 0x206348b8), TOBN(0xbf5d57fc, 0xc55a3ca7),
    +     TOBN(0x89f6c90c, 0x8c3bef48), TOBN(0x23ac7623, 0x5a0a960a),
    +     TOBN(0xdfbd3d6b, 0x552b42ab), TOBN(0x3ef22458, 0x132061f6),
    +     TOBN(0xd74e9bda, 0xc97e6516), TOBN(0x88779360, 0xc230f49e),
    +     TOBN(0xa6ec1de3, 0x1e74ea49), TOBN(0x581dcee5, 0x3fb645a2),
    +     TOBN(0xbaef2391, 0x8f483f14), TOBN(0x6d2dddfc, 0xd137d13b),
    +     TOBN(0x54cde50e, 0xd2743a42), TOBN(0x89a34fc5, 0xe4d97e67),
    +     TOBN(0x13f1f5b3, 0x12e08ce5), TOBN(0xa80540b8, 0xa7f0b2ca),
    +     TOBN(0x854bcf77, 0x01982805), TOBN(0xb8653ffd, 0x233bea04),
    +     TOBN(0x8e7b8787, 0x02b0b4c9), TOBN(0x2675261f, 0x9acb170a),
    +     TOBN(0x061a9d90, 0x930c14e5), TOBN(0xb59b30e0, 0xdef0abea),
    +     TOBN(0x1dc19ea6, 0x0200ec7d), TOBN(0xb6f4a3f9, 0x0bce132b),
    +     TOBN(0xb8d5de90, 0xf13e27e0), TOBN(0xbaee5ef0, 0x1fade16f),
    +     TOBN(0x6f406aaa, 0xe4c6cf38), TOBN(0xab4cfe06, 0xd1369815),
    +     TOBN(0x0dcffe87, 0xefd550c6), TOBN(0x9d4f59c7, 0x75ff7d39),
    +     TOBN(0xb02553b1, 0x51deb6ad), TOBN(0x812399a4, 0xb1877749),
    +     TOBN(0xce90f71f, 0xca6006e1), TOBN(0xc32363a6, 0xb02b6e77),
    +     TOBN(0x02284fbe, 0xdc36c64d), TOBN(0x86c81e31, 0xa7e1ae61),
    +     TOBN(0x2576c7e5, 0xb909d94a), TOBN(0x8b6f7d02, 0x818b2bb0),
    +     TOBN(0xeca3ed07, 0x56faa38a), TOBN(0xa3790e6c, 0x9305bb54),
    +     TOBN(0xd784eeda, 0x7bc73061), TOBN(0xbd56d369, 0x6dd50614),
    +     TOBN(0xd6575949, 0x229a8aa9), TOBN(0xdcca8f47, 0x4595ec28),
    +     TOBN(0x814305c1, 0x06ab4fe6), TOBN(0xc8c39768, 0x24f43f16),
    +     TOBN(0xe2a45f36, 0x523f2b36), TOBN(0x995c6493, 0x920d93bb),
    +     TOBN(0xf8afdab7, 0x90f1632b), TOBN(0x79ebbecd, 0x1c295954),
    +     TOBN(0xc7bb3ddb, 0x79592f48), TOBN(0x67216a7b, 0x5f88e998),
    +     TOBN(0xd91f098b, 0xbc01193e), TOBN(0xf7d928a5, 0xb1db83fc),
    +     TOBN(0x55e38417, 0xe991f600), TOBN(0x2a91113e, 0x2981a934),
    +     TOBN(0xcbc9d648, 0x06b13bde), TOBN(0xb011b6ac, 0x0755ff44),
    +     TOBN(0x6f4cb518, 0x045ec613), TOBN(0x522d2d31, 0xc2f5930a),
    +     TOBN(0x5acae1af, 0x382e65de), TOBN(0x57643067, 0x27bc966f),
    +     TOBN(0x5e12705d, 0x1c7193f0), TOBN(0xf0f32f47, 0x3be8858e),
    +     TOBN(0x785c3d7d, 0x96c6dfc7), TOBN(0xd75b4a20, 0xbf31795d),
    +     TOBN(0x91acf17b, 0x342659d4), TOBN(0xe596ea34, 0x44f0378f),
    +     TOBN(0x4515708f, 0xce52129d), TOBN(0x17387e1e, 0x79f2f585),
    +     TOBN(0x72cfd2e9, 0x49dee168), TOBN(0x1ae05223, 0x3e2af239),
    +     TOBN(0x009e75be, 0x1d94066a), TOBN(0x6cca31c7, 0x38abf413),
    +     TOBN(0xb50bd61d, 0x9bc49908), TOBN(0x4a9b4a8c, 0xf5e2bc1e),
    +     TOBN(0xeb6cc5f7, 0x946f83ac), TOBN(0x27da93fc, 0xebffab28),
    +     TOBN(0xea314c96, 0x4821c8c5), TOBN(0x8de49ded, 0xa83c15f4),
    +     TOBN(0x7a64cf20, 0x7af33004), TOBN(0x45f1bfeb, 0xc9627e10),
    +     TOBN(0x878b0626, 0x54b9df60), TOBN(0x5e4fdc3c, 0xa95c0b33),
    +     TOBN(0xe54a37ca, 0xc2035d8e), TOBN(0x9087cda9, 0x80f20b8c),
    +     TOBN(0x36f61c23, 0x8319ade4), TOBN(0x766f287a, 0xde8cfdf8),
    +     TOBN(0x48821948, 0x346f3705), TOBN(0x49a7b853, 0x16e4f4a2),
    +     TOBN(0xb9b3f8a7, 0x5cedadfd), TOBN(0x8f562815, 0x8db2a815),
    +     TOBN(0xc0b7d554, 0x01f68f95), TOBN(0x12971e27, 0x688a208e),
    +     TOBN(0xc9f8b696, 0xd0ff34fc), TOBN(0x20824de2, 0x1222718c),
    +     TOBN(0x7213cf9f, 0x0c95284d), TOBN(0xe2ad741b, 0xdc158240),
    +     TOBN(0x0ee3a6df, 0x54043ccf), TOBN(0x16ff479b, 0xd84412b3),
    +     TOBN(0xf6c74ee0, 0xdfc98af0), TOBN(0xa78a169f, 0x52fcd2fb),
    +     TOBN(0xd8ae8746, 0x99c930e9), TOBN(0x1d33e858, 0x49e117a5),
    +     TOBN(0x7581fcb4, 0x6624759f), TOBN(0xde50644f, 0x5bedc01d),
    +     TOBN(0xbeec5d00, 0xcaf3155e), TOBN(0x672d66ac, 0xbc73e75f),
    +     TOBN(0x86b9d8c6, 0x270b01db), TOBN(0xd249ef83, 0x50f55b79),
    +     TOBN(0x6131d6d4, 0x73978fe3), TOBN(0xcc4e4542, 0x754b00a1),
    +     TOBN(0x4e05df05, 0x57dfcfe9), TOBN(0x94b29cdd, 0x51ef6bf0),
    +     TOBN(0xe4530cff, 0x9bc7edf2), TOBN(0x8ac236fd, 0xd3da65f3),
    +     TOBN(0x0faf7d5f, 0xc8eb0b48), TOBN(0x4d2de14c, 0x660eb039),
    +     TOBN(0xc006bba7, 0x60430e54), TOBN(0x10a2d0d6, 0xda3289ab),
    +     TOBN(0x9c037a5d, 0xd7979c59), TOBN(0x04d1f3d3, 0xa116d944),
    +     TOBN(0x9ff22473, 0x8a0983cd), TOBN(0x28e25b38, 0xc883cabb),
    +     TOBN(0xe968dba5, 0x47a58995), TOBN(0x2c80b505, 0x774eebdf),
    +     TOBN(0xee763b71, 0x4a953beb), TOBN(0x502e223f, 0x1642e7f6),
    +     TOBN(0x6fe4b641, 0x61d5e722), TOBN(0x9d37c5b0, 0xdbef5316),
    +     TOBN(0x0115ed70, 0xf8330bc7), TOBN(0x139850e6, 0x75a72789),
    +     TOBN(0x27d7faec, 0xffceccc2), TOBN(0x3016a860, 0x4fd9f7f6),
    +     TOBN(0xc492ec64, 0x4cd8f64c), TOBN(0x58a2d790, 0x279d7b51),
    +     TOBN(0x0ced1fc5, 0x1fc75256), TOBN(0x3e658aed, 0x8f433017),
    +     TOBN(0x0b61942e, 0x05da59eb), TOBN(0xba3d60a3, 0x0ddc3722),
    +     TOBN(0x7c311cd1, 0x742e7f87), TOBN(0x6473ffee, 0xf6b01b6e),}
    +    ,
    +    {TOBN(0x8303604f, 0x692ac542), TOBN(0xf079ffe1, 0x227b91d3),
    +     TOBN(0x19f63e63, 0x15aaf9bd), TOBN(0xf99ee565, 0xf1f344fb),
    +     TOBN(0x8a1d661f, 0xd6219199), TOBN(0x8c883bc6, 0xd48ce41c),
    +     TOBN(0x1065118f, 0x3c74d904), TOBN(0x713889ee, 0x0faf8b1b),
    +     TOBN(0x972b3f8f, 0x81a1b3be), TOBN(0x4f3ce145, 0xce2764a0),
    +     TOBN(0xe2d0f1cc, 0x28c4f5f7), TOBN(0xdeee0c0d, 0xc7f3985b),
    +     TOBN(0x7df4adc0, 0xd39e25c3), TOBN(0x40619820, 0xc467a080),
    +     TOBN(0x440ebc93, 0x61cf5a58), TOBN(0x527729a6, 0x422ad600),
    +     TOBN(0xca6c0937, 0xb1b76ba6), TOBN(0x1a2eab85, 0x4d2026dc),
    +     TOBN(0xb1715e15, 0x19d9ae0a), TOBN(0xf1ad9199, 0xbac4a026),
    +     TOBN(0x35b3dfb8, 0x07ea7b0e), TOBN(0xedf5496f, 0x3ed9eb89),
    +     TOBN(0x8932e5ff, 0x2d6d08ab), TOBN(0xf314874e, 0x25bd2731),
    +     TOBN(0xefb26a75, 0x3f73f449), TOBN(0x1d1c94f8, 0x8d44fc79),
    +     TOBN(0x49f0fbc5, 0x3bc0dc4d), TOBN(0xb747ea0b, 0x3698a0d0),
    +     TOBN(0x5218c3fe, 0x228d291e), TOBN(0x35b804b5, 0x43c129d6),
    +     TOBN(0xfac859b8, 0xd1acc516), TOBN(0x6c10697d, 0x95d6e668),
    +     TOBN(0xc38e438f, 0x0876fd4e), TOBN(0x45f0c307, 0x83d2f383),
    +     TOBN(0x203cc2ec, 0xb10934cb), TOBN(0x6a8f2439, 0x2c9d46ee),
    +     TOBN(0xf16b431b, 0x65ccde7b), TOBN(0x41e2cd18, 0x27e76a6f),
    +     TOBN(0xb9c8cf8f, 0x4e3484d7), TOBN(0x64426efd, 0x8315244a),
    +     TOBN(0x1c0a8e44, 0xfc94dea3), TOBN(0x34c8cdbf, 0xdad6a0b0),
    +     TOBN(0x919c3840, 0x04113cef), TOBN(0xfd32fba4, 0x15490ffa),
    +     TOBN(0x58d190f6, 0x795dcfb7), TOBN(0xfef01b03, 0x83588baf),
    +     TOBN(0x9e6d1d63, 0xca1fc1c0), TOBN(0x53173f96, 0xf0a41ac9),
    +     TOBN(0x2b1d402a, 0xba16f73b), TOBN(0x2fb31014, 0x8cf9b9fc),
    +     TOBN(0x2d51e60e, 0x446ef7bf), TOBN(0xc731021b, 0xb91e1745),
    +     TOBN(0x9d3b4724, 0x4fee99d4), TOBN(0x4bca48b6, 0xfac5c1ea),
    +     TOBN(0x70f5f514, 0xbbea9af7), TOBN(0x751f55a5, 0x974c283a),
    +     TOBN(0x6e30251a, 0xcb452fdb), TOBN(0x31ee6965, 0x50f30650),
    +     TOBN(0xb0b3e508, 0x933548d9), TOBN(0xb8949a4f, 0xf4b0ef5b),
    +     TOBN(0x208b8326, 0x3c88f3bd), TOBN(0xab147c30, 0xdb1d9989),
    +     TOBN(0xed6515fd, 0x44d4df03), TOBN(0x17a12f75, 0xe72eb0c5),
    +     TOBN(0x3b59796d, 0x36cf69db), TOBN(0x1219eee9, 0x56670c18),
    +     TOBN(0xfe3341f7, 0x7a070d8e), TOBN(0x9b70130b, 0xa327f90c),
    +     TOBN(0x36a32462, 0x0ae18e0e), TOBN(0x2021a623, 0x46c0a638),
    +     TOBN(0x251b5817, 0xc62eb0d4), TOBN(0x87bfbcdf, 0x4c762293),
    +     TOBN(0xf78ab505, 0xcdd61d64), TOBN(0x8c7a53fc, 0xc8c18857),
    +     TOBN(0xa653ce6f, 0x16147515), TOBN(0x9c923aa5, 0xea7d52d5),
    +     TOBN(0xc24709cb, 0x5c18871f), TOBN(0x7d53bec8, 0x73b3cc74),
    +     TOBN(0x59264aff, 0xfdd1d4c4), TOBN(0x5555917e, 0x240da582),
    +     TOBN(0xcae8bbda, 0x548f5a0e), TOBN(0x1910eaba, 0x3bbfbbe1),
    +     TOBN(0xae579685, 0x7677afc3), TOBN(0x49ea61f1, 0x73ff0b5c),
    +     TOBN(0x78655478, 0x4f7c3922), TOBN(0x95d337cd, 0x20c68eef),
    +     TOBN(0x68f1e1e5, 0xdf779ab9), TOBN(0x14b491b0, 0xb5cf69a8),
    +     TOBN(0x7a6cbbe0, 0x28e3fe89), TOBN(0xe7e1fee4, 0xc5aac0eb),
    +     TOBN(0x7f47eda5, 0x697e5140), TOBN(0x4f450137, 0xb454921f),
    +     TOBN(0xdb625f84, 0x95cd8185), TOBN(0x74be0ba1, 0xcdb2e583),
    +     TOBN(0xaee4fd7c, 0xdd5e6de4), TOBN(0x4251437d, 0xe8101739),
    +     TOBN(0x686d72a0, 0xac620366), TOBN(0x4be3fb9c, 0xb6d59344),
    +     TOBN(0x6e8b44e7, 0xa1eb75b9), TOBN(0x84e39da3, 0x91a5c10c),
    +     TOBN(0x37cc1490, 0xb38f0409), TOBN(0x02951943, 0x2c2ade82),
    +     TOBN(0x9b688783, 0x1190a2d8), TOBN(0x25627d14, 0x231182ba),
    +     TOBN(0x6eb550aa, 0x658a6d87), TOBN(0x1405aaa7, 0xcf9c7325),
    +     TOBN(0xd147142e, 0x5c8748c9), TOBN(0x7f637e4f, 0x53ede0e0),
    +     TOBN(0xf8ca2776, 0x14ffad2c), TOBN(0xe58fb1bd, 0xbafb6791),
    +     TOBN(0x17158c23, 0xbf8f93fc), TOBN(0x7f15b373, 0x0a4a4655),
    +     TOBN(0x39d4add2, 0xd842ca72), TOBN(0xa71e4391, 0x3ed96305),
    +     TOBN(0x5bb09cbe, 0x6700be14), TOBN(0x68d69d54, 0xd8befcf6),
    +     TOBN(0xa45f5367, 0x37183bcf), TOBN(0x7152b7bb, 0x3370dff7),
    +     TOBN(0xcf887baa, 0xbf12525b), TOBN(0xe7ac7bdd, 0xd6d1e3cd),
    +     TOBN(0x25914f78, 0x81fdad90), TOBN(0xcf638f56, 0x0d2cf6ab),
    +     TOBN(0xb90bc03f, 0xcc054de5), TOBN(0x932811a7, 0x18b06350),
    +     TOBN(0x2f00b330, 0x9bbd11ff), TOBN(0x76108a6f, 0xb4044974),
    +     TOBN(0x801bb9e0, 0xa851d266), TOBN(0x0dd099be, 0xbf8990c1),
    +     TOBN(0x58c5aaaa, 0xabe32986), TOBN(0x0fe9dd2a, 0x50d59c27),
    +     TOBN(0x84951ff4, 0x8d307305), TOBN(0x6c23f829, 0x86529b78),
    +     TOBN(0x50bb2218, 0x0b136a79), TOBN(0x7e2174de, 0x77a20996),
    +     TOBN(0x6f00a4b9, 0xc0bb4da6), TOBN(0x89a25a17, 0xefdde8da),
    +     TOBN(0xf728a27e, 0xc11ee01d), TOBN(0xf900553a, 0xe5f10dfb),
    +     TOBN(0x189a83c8, 0x02ec893c), TOBN(0x3ca5bdc1, 0x23f66d77),
    +     TOBN(0x98781537, 0x97eada9f), TOBN(0x59c50ab3, 0x10256230),
    +     TOBN(0x346042d9, 0x323c69b3), TOBN(0x1b715a6d, 0x2c460449),
    +     TOBN(0xa41dd476, 0x6ae06e0b), TOBN(0xcdd7888e, 0x9d42e25f),
    +     TOBN(0x0f395f74, 0x56b25a20), TOBN(0xeadfe0ae, 0x8700e27e),
    +     TOBN(0xb09d52a9, 0x69950093), TOBN(0x3525d9cb, 0x327f8d40),
    +     TOBN(0xb8235a94, 0x67df886a), TOBN(0x77e4b0dd, 0x035faec2),
    +     TOBN(0x115eb20a, 0x517d7061), TOBN(0x77fe3433, 0x6c2df683),
    +     TOBN(0x6870ddc7, 0xcdc6fc67), TOBN(0xb1610588, 0x0b87de83),
    +     TOBN(0x343584ca, 0xd9c4ddbe), TOBN(0xb3164f1c, 0x3d754be2),
    +     TOBN(0x0731ed3a, 0xc1e6c894), TOBN(0x26327dec, 0x4f6b904c),
    +     TOBN(0x9d49c6de, 0x97b5cd32), TOBN(0x40835dae, 0xb5eceecd),
    +     TOBN(0xc66350ed, 0xd9ded7fe), TOBN(0x8aeebb5c, 0x7a678804),
    +     TOBN(0x51d42fb7, 0x5b8ee9ec), TOBN(0xd7a17bdd, 0x8e3ca118),
    +     TOBN(0x40d7511a, 0x2ef4400e), TOBN(0xc48990ac, 0x875a66f4),
    +     TOBN(0x8de07d2a, 0x2199e347), TOBN(0xbee75556, 0x2a39e051),
    +     TOBN(0x56918786, 0x916e51dc), TOBN(0xeb191313, 0x4a2d89ec),
    +     TOBN(0x6679610d, 0x37d341ed), TOBN(0x434fbb41, 0x56d51c2b),
    +     TOBN(0xe54b7ee7, 0xd7492dba), TOBN(0xaa33a79a, 0x59021493),
    +     TOBN(0x49fc5054, 0xe4bd6d3d), TOBN(0x09540f04, 0x5ab551d0),
    +     TOBN(0x8acc9085, 0x4942d3a6), TOBN(0x231af02f, 0x2d28323b),
    +     TOBN(0x93458cac, 0x0992c163), TOBN(0x1fef8e71, 0x888e3bb4),
    +     TOBN(0x27578da5, 0xbe8c268c), TOBN(0xcc8be792, 0xe805ec00),
    +     TOBN(0x29267bae, 0xc61c3855), TOBN(0xebff429d, 0x58c1fd3b),
    +     TOBN(0x22d886c0, 0x8c0b93b8), TOBN(0xca5e00b2, 0x2ddb8953),
    +     TOBN(0xcf330117, 0xc3fed8b7), TOBN(0xd49ac6fa, 0x819c01f6),
    +     TOBN(0x6ddaa6bd, 0x3c0fbd54), TOBN(0x91743068, 0x8049a2cf),
    +     TOBN(0xd67f981e, 0xaff2ef81), TOBN(0xc3654d35, 0x2818ae80),
    +     TOBN(0x81d05044, 0x1b2aa892), TOBN(0x2db067bf, 0x3d099328),
    +     TOBN(0xe7c79e86, 0x703dcc97), TOBN(0xe66f9b37, 0xe133e215),
    +     TOBN(0xcdf119a6, 0xe39a7a5c), TOBN(0x47c60de3, 0x876f1b61),
    +     TOBN(0x6e405939, 0xd860f1b2), TOBN(0x3e9a1dbc, 0xf5ed4d4a),
    +     TOBN(0x3f23619e, 0xc9b6bcbd), TOBN(0x5ee790cf, 0x734e4497),
    +     TOBN(0xf0a834b1, 0x5bdaf9bb), TOBN(0x02cedda7, 0x4ca295f0),
    +     TOBN(0x4619aa2b, 0xcb8e378c), TOBN(0xe5613244, 0xcc987ea4),
    +     TOBN(0x0bc022cc, 0x76b23a50), TOBN(0x4a2793ad, 0x0a6c21ce),
    +     TOBN(0x38328780, 0x89cac3f5), TOBN(0x29176f1b, 0xcba26d56),
    +     TOBN(0x06296187, 0x4f6f59eb), TOBN(0x86e9bca9, 0x8bdc658e),
    +     TOBN(0x2ca9c4d3, 0x57e30402), TOBN(0x5438b216, 0x516a09bb),
    +     TOBN(0x0a6a063c, 0x7672765a), TOBN(0x37a3ce64, 0x0547b9bf),
    +     TOBN(0x42c099c8, 0x98b1a633), TOBN(0xb5ab800d, 0x05ee6961),
    +     TOBN(0xf1963f59, 0x11a5acd6), TOBN(0xbaee6157, 0x46201063),
    +     TOBN(0x36d9a649, 0xa596210a), TOBN(0xaed04363, 0x1ba7138c),
    +     TOBN(0xcf817d1c, 0xa4a82b76), TOBN(0x5586960e, 0xf3806be9),
    +     TOBN(0x7ab67c89, 0x09dc6bb5), TOBN(0x52ace7a0, 0x114fe7eb),
    +     TOBN(0xcd987618, 0xcbbc9b70), TOBN(0x4f06fd5a, 0x604ca5e1),
    +     TOBN(0x90af14ca, 0x6dbde133), TOBN(0x1afe4322, 0x948a3264),
    +     TOBN(0xa70d2ca6, 0xc44b2c6c), TOBN(0xab726799, 0x0ef87dfe),
    +     TOBN(0x310f64dc, 0x2e696377), TOBN(0x49b42e68, 0x4c8126a0),
    +     TOBN(0x0ea444c3, 0xcea0b176), TOBN(0x53a8ddf7, 0xcb269182),
    +     TOBN(0xf3e674eb, 0xbbba9dcb), TOBN(0x0d2878a8, 0xd8669d33),
    +     TOBN(0x04b935d5, 0xd019b6a3), TOBN(0xbb5cf88e, 0x406f1e46),
    +     TOBN(0xa1912d16, 0x5b57c111), TOBN(0x9803fc21, 0x19ebfd78),
    +     TOBN(0x4f231c9e, 0xc07764a9), TOBN(0xd93286ee, 0xb75bd055),
    +     TOBN(0x83a9457d, 0x8ee6c9de), TOBN(0x04695915, 0x6087ec90),
    +     TOBN(0x14c6dd8a, 0x58d6cd46), TOBN(0x9cb633b5, 0x8e6634d2),
    +     TOBN(0xc1305047, 0xf81bc328), TOBN(0x12ede0e2, 0x26a177e5),
    +     TOBN(0x332cca62, 0x065a6f4f), TOBN(0xc3a47ecd, 0x67be487b),
    +     TOBN(0x741eb187, 0x0f47ed1c), TOBN(0x99e66e58, 0xe7598b14),
    +     TOBN(0x6f0544ca, 0x63d0ff12), TOBN(0xe5efc784, 0xb610a05f),
    +     TOBN(0xf72917b1, 0x7cad7b47), TOBN(0x3ff6ea20, 0xf2cac0c0),
    +     TOBN(0xcc23791b, 0xf21db8b7), TOBN(0x7dac70b1, 0xd7d93565),
    +     TOBN(0x682cda1d, 0x694bdaad), TOBN(0xeb88bb8c, 0x1023516d),
    +     TOBN(0xc4c634b4, 0xdfdbeb1b), TOBN(0x22f5ca72, 0xb4ee4dea),
    +     TOBN(0x1045a368, 0xe6524821), TOBN(0xed9e8a3f, 0x052b18b2),
    +     TOBN(0x9b7f2cb1, 0xb961f49a), TOBN(0x7fee2ec1, 0x7b009670),
    +     TOBN(0x350d8754, 0x22507a6d), TOBN(0x561bd711, 0x4db55f1d),
    +     TOBN(0x4c189ccc, 0x320bbcaf), TOBN(0x568434cf, 0xdf1de48c),
    +     TOBN(0x6af1b00e, 0x0fa8f128), TOBN(0xf0ba9d02, 0x8907583c),
    +     TOBN(0x735a4004, 0x32ff9f60), TOBN(0x3dd8e4b6, 0xc25dcf33),
    +     TOBN(0xf2230f16, 0x42c74cef), TOBN(0xd8117623, 0x013fa8ad),
    +     TOBN(0x36822876, 0xf51fe76e), TOBN(0x8a6811cc, 0x11d62589),
    +     TOBN(0xc3fc7e65, 0x46225718), TOBN(0xb7df2c9f, 0xc82fdbcd),
    +     TOBN(0x3b1d4e52, 0xdd7b205b), TOBN(0xb6959478, 0x47a2e414),
    +     TOBN(0x05e4d793, 0xefa91148), TOBN(0xb47ed446, 0xfd2e9675),
    +     TOBN(0x1a7098b9, 0x04c9d9bf), TOBN(0x661e2881, 0x1b793048),
    +     TOBN(0xb1a16966, 0xb01ee461), TOBN(0xbc521308, 0x2954746f),
    +     TOBN(0xc909a0fc, 0x2477de50), TOBN(0xd80bb41c, 0x7dbd51ef),
    +     TOBN(0xa85be7ec, 0x53294905), TOBN(0x6d465b18, 0x83958f97),
    +     TOBN(0x16f6f330, 0xfb6840fd), TOBN(0xfaaeb214, 0x3401e6c8),
    +     TOBN(0xaf83d30f, 0xccb5b4f8), TOBN(0x22885739, 0x266dec4b),
    +     TOBN(0x51b4367c, 0x7bc467df), TOBN(0x926562e3, 0xd842d27a),
    +     TOBN(0xdfcb6614, 0x0fea14a6), TOBN(0xeb394dae, 0xf2734cd9),
    +     TOBN(0x3eeae5d2, 0x11c0be98), TOBN(0xb1e6ed11, 0x814e8165),
    +     TOBN(0x191086bc, 0xe52bce1c), TOBN(0x14b74cc6, 0xa75a04da),
    +     TOBN(0x63cf1186, 0x8c060985), TOBN(0x071047de, 0x2dbd7f7c),
    +     TOBN(0x4e433b8b, 0xce0942ca), TOBN(0xecbac447, 0xd8fec61d),
    +     TOBN(0x8f0ed0e2, 0xebf3232f), TOBN(0xfff80f9e, 0xc52a2edd),
    +     TOBN(0xad9ab433, 0x75b55fdb), TOBN(0x73ca7820, 0xe42e0c11),
    +     TOBN(0x6dace0a0, 0xe6251b46), TOBN(0x89bc6b5c, 0x4c0d932d),
    +     TOBN(0x3438cd77, 0x095da19a), TOBN(0x2f24a939, 0x8d48bdfb),
    +     TOBN(0x99b47e46, 0x766561b7), TOBN(0x736600e6, 0x0ed0322a),
    +     TOBN(0x06a47cb1, 0x638e1865), TOBN(0x927c1c2d, 0xcb136000),
    +     TOBN(0x29542337, 0x0cc5df69), TOBN(0x99b37c02, 0x09d649a9),
    +     TOBN(0xc5f0043c, 0x6aefdb27), TOBN(0x6cdd9987, 0x1be95c27),
    +     TOBN(0x69850931, 0x390420d2), TOBN(0x299c40ac, 0x0983efa4),
    +     TOBN(0x3a05e778, 0xaf39aead), TOBN(0x84274408, 0x43a45193),
    +     TOBN(0x6bcd0fb9, 0x91a711a0), TOBN(0x461592c8, 0x9f52ab17),
    +     TOBN(0xb49302b4, 0xda3c6ed6), TOBN(0xc51fddc7, 0x330d7067),
    +     TOBN(0x94babeb6, 0xda50d531), TOBN(0x521b840d, 0xa6a7b9da),
    +     TOBN(0x5305151e, 0x404bdc89), TOBN(0x1bcde201, 0xd0d07449),
    +     TOBN(0xf427a78b, 0x3b76a59a), TOBN(0xf84841ce, 0x07791a1b),
    +     TOBN(0xebd314be, 0xbf91ed1c), TOBN(0x8e61d34c, 0xbf172943),
    +     TOBN(0x1d5dc451, 0x5541b892), TOBN(0xb186ee41, 0xfc9d9e54),
    +     TOBN(0x9d9f345e, 0xd5bf610d), TOBN(0x3e7ba65d, 0xf6acca9f),
    +     TOBN(0x9dda787a, 0xa8369486), TOBN(0x09f9dab7, 0x8eb5ba53),
    +     TOBN(0x5afb2033, 0xd6481bc3), TOBN(0x76f4ce30, 0xafa62104),
    +     TOBN(0xa8fa00cf, 0xf4f066b5), TOBN(0x89ab5143, 0x461dafc2),
    +     TOBN(0x44339ed7, 0xa3389998), TOBN(0x2ff862f1, 0xbc214903),
    +     TOBN(0x2c88f985, 0xb05556e3), TOBN(0xcd96058e, 0x3467081e),
    +     TOBN(0x7d6a4176, 0xedc637ea), TOBN(0xe1743d09, 0x36a5acdc),
    +     TOBN(0x66fd72e2, 0x7eb37726), TOBN(0xf7fa264e, 0x1481a037),
    +     TOBN(0x9fbd3bde, 0x45f4aa79), TOBN(0xed1e0147, 0x767c3e22),
    +     TOBN(0x7621f979, 0x82e7abe2), TOBN(0x19eedc72, 0x45f633f8),
    +     TOBN(0xe69b155e, 0x6137bf3a), TOBN(0xa0ad13ce, 0x414ee94e),
    +     TOBN(0x93e3d524, 0x1c0e651a), TOBN(0xab1a6e2a, 0x02ce227e),
    +     TOBN(0xe7af1797, 0x4ab27eca), TOBN(0x245446de, 0xbd444f39),
    +     TOBN(0x59e22a21, 0x56c07613), TOBN(0x43deafce, 0xf4275498),
    +     TOBN(0x10834ccb, 0x67fd0946), TOBN(0xa75841e5, 0x47406edf),
    +     TOBN(0xebd6a677, 0x7b0ac93d), TOBN(0xa6e37b0d, 0x78f5e0d7),
    +     TOBN(0x2516c096, 0x76f5492b), TOBN(0x1e4bf888, 0x9ac05f3a),
    +     TOBN(0xcdb42ce0, 0x4df0ba2b), TOBN(0x935d5cfd, 0x5062341b),
    +     TOBN(0x8a303333, 0x82acac20), TOBN(0x429438c4, 0x5198b00e),
    +     TOBN(0x1d083bc9, 0x049d33fa), TOBN(0x58b82dda, 0x946f67ff),
    +     TOBN(0xac3e2db8, 0x67a1d6a3), TOBN(0x62e6bead, 0x1798aac8),
    +     TOBN(0xfc85980f, 0xde46c58c), TOBN(0xa7f69379, 0x69c8d7be),
    +     TOBN(0x23557927, 0x837b35ec), TOBN(0x06a933d8, 0xe0790c0c),
    +     TOBN(0x827c0e9b, 0x077ff55d), TOBN(0x53977798, 0xbb26e680),
    +     TOBN(0x59530874, 0x1d9cb54f), TOBN(0xcca3f449, 0x4aac53ef),
    +     TOBN(0x11dc5c87, 0xa07eda0f), TOBN(0xc138bccf, 0xfd6400c8),
    +     TOBN(0x549680d3, 0x13e5da72), TOBN(0xc93eed82, 0x4540617e),
    +     TOBN(0xfd3db157, 0x4d0b75c0), TOBN(0x9716eb42, 0x6386075b),
    +     TOBN(0x0639605c, 0x817b2c16), TOBN(0x09915109, 0xf1e4f201),
    +     TOBN(0x35c9a928, 0x5cca6c3b), TOBN(0xb25f7d1a, 0x3505c900),
    +     TOBN(0xeb9f7d20, 0x630480c4), TOBN(0xc3c7b8c6, 0x2a1a501c),
    +     TOBN(0x3f99183c, 0x5a1f8e24), TOBN(0xfdb118fa, 0x9dd255f0),
    +     TOBN(0xb9b18b90, 0xc27f62a6), TOBN(0xe8f732f7, 0x396ec191),
    +     TOBN(0x524a2d91, 0x0be786ab), TOBN(0x5d32adef, 0x0ac5a0f5),
    +     TOBN(0x9b53d4d6, 0x9725f694), TOBN(0x032a76c6, 0x0510ba89),
    +     TOBN(0x840391a3, 0xebeb1544), TOBN(0x44b7b88c, 0x3ed73ac3),
    +     TOBN(0xd24bae7a, 0x256cb8b3), TOBN(0x7ceb151a, 0xe394cb12),
    +     TOBN(0xbd6b66d0, 0x5bc1e6a8), TOBN(0xec70cecb, 0x090f07bf),
    +     TOBN(0x270644ed, 0x7d937589), TOBN(0xee9e1a3d, 0x5f1dccfe),
    +     TOBN(0xb0d40a84, 0x745b98d2), TOBN(0xda429a21, 0x2556ed40),
    +     TOBN(0xf676eced, 0x85148cb9), TOBN(0x5a22d40c, 0xded18936),
    +     TOBN(0x3bc4b9e5, 0x70e8a4ce), TOBN(0xbfd1445b, 0x9eae0379),
    +     TOBN(0xf23f2c0c, 0x1a0bd47e), TOBN(0xa9c0bb31, 0xe1845531),
    +     TOBN(0x9ddc4d60, 0x0a4c3f6b), TOBN(0xbdfaad79, 0x2c15ef44),
    +     TOBN(0xce55a236, 0x7f484acc), TOBN(0x08653ca7, 0x055b1f15),
    +     TOBN(0x2efa8724, 0x538873a3), TOBN(0x09299e5d, 0xace1c7e7),
    +     TOBN(0x07afab66, 0xade332ba), TOBN(0x9be1fdf6, 0x92dd71b7),
    +     TOBN(0xa49b5d59, 0x5758b11c), TOBN(0x0b852893, 0xc8654f40),
    +     TOBN(0xb63ef6f4, 0x52379447), TOBN(0xd4957d29, 0x105e690c),
    +     TOBN(0x7d484363, 0x646559b0), TOBN(0xf4a8273c, 0x49788a8e),
    +     TOBN(0xee406cb8, 0x34ce54a9), TOBN(0x1e1c260f, 0xf86fda9b),
    +     TOBN(0xe150e228, 0xcf6a4a81), TOBN(0x1fa3b6a3, 0x1b488772),
    +     TOBN(0x1e6ff110, 0xc5a9c15b), TOBN(0xc6133b91, 0x8ad6aa47),
    +     TOBN(0x8ac5d55c, 0x9dffa978), TOBN(0xba1d1c1d, 0x5f3965f2),
    +     TOBN(0xf969f4e0, 0x7732b52f), TOBN(0xfceecdb5, 0xa5172a07),
    +     TOBN(0xb0120a5f, 0x10f2b8f5), TOBN(0xc83a6cdf, 0x5c4c2f63),
    +     TOBN(0x4d47a491, 0xf8f9c213), TOBN(0xd9e1cce5, 0xd3f1bbd5),
    +     TOBN(0x0d91bc7c, 0xaba7e372), TOBN(0xfcdc74c8, 0xdfd1a2db),
    +     TOBN(0x05efa800, 0x374618e5), TOBN(0x11216969, 0x15a7925e),
    +     TOBN(0xd4c89823, 0xf6021c5d), TOBN(0x880d5e84, 0xeff14423),
    +     TOBN(0x6523bc5a, 0x6dcd1396), TOBN(0xd1acfdfc, 0x113c978b),
    +     TOBN(0xb0c164e8, 0xbbb66840), TOBN(0xf7f4301e, 0x72b58459),
    +     TOBN(0xc29ad4a6, 0xa638e8ec), TOBN(0xf5ab8961, 0x46b78699),
    +     TOBN(0x9dbd7974, 0x0e954750), TOBN(0x0121de88, 0x64f9d2c6),
    +     TOBN(0x2e597b42, 0xd985232e), TOBN(0x55b6c3c5, 0x53451777),
    +     TOBN(0xbb53e547, 0x519cb9fb), TOBN(0xf134019f, 0x8428600d),
    +     TOBN(0x5a473176, 0xe081791a), TOBN(0x2f3e2263, 0x35fb0c08),
    +     TOBN(0xb28c3017, 0x73d273b0), TOBN(0xccd21076, 0x7721ef9a),
    +     TOBN(0x054cc292, 0xb650dc39), TOBN(0x662246de, 0x6188045e),
    +     TOBN(0x904b52fa, 0x6b83c0d1), TOBN(0xa72df267, 0x97e9cd46),
    +     TOBN(0x886b43cd, 0x899725e4), TOBN(0x2b651688, 0xd849ff22),
    +     TOBN(0x60479b79, 0x02f34533), TOBN(0x5e354c14, 0x0c77c148),
    +     TOBN(0xb4bb7581, 0xa8537c78), TOBN(0x188043d7, 0xefe1495f),
    +     TOBN(0x9ba12f42, 0x8c1d5026), TOBN(0x2e0c8a26, 0x93d4aaab),
    +     TOBN(0xbdba7b8b, 0xaa57c450), TOBN(0x140c9ad6, 0x9bbdafef),
    +     TOBN(0x2067aa42, 0x25ac0f18), TOBN(0xf7b1295b, 0x04d1fbf3),
    +     TOBN(0x14829111, 0xa4b04824), TOBN(0x2ce3f192, 0x33bd5e91),
    +     TOBN(0x9c7a1d55, 0x8f2e1b72), TOBN(0xfe932286, 0x302aa243),
    +     TOBN(0x497ca7b4, 0xd4be9554), TOBN(0xb8e821b8, 0xe0547a6e),
    +     TOBN(0xfb2838be, 0x67e573e0), TOBN(0x05891db9, 0x4084c44b),
    +     TOBN(0x91311373, 0x96c1c2c5), TOBN(0x6aebfa3f, 0xd958444b),
    +     TOBN(0xac9cdce9, 0xe56e55c1), TOBN(0x7148ced3, 0x2caa46d0),
    +     TOBN(0x2e10c7ef, 0xb61fe8eb), TOBN(0x9fd835da, 0xff97cf4d),}
    +    ,
    +    {TOBN(0xa36da109, 0x081e9387), TOBN(0xfb9780d7, 0x8c935828),
    +     TOBN(0xd5940332, 0xe540b015), TOBN(0xc9d7b51b, 0xe0f466fa),
    +     TOBN(0xfaadcd41, 0xd6d9f671), TOBN(0xba6c1e28, 0xb1a2ac17),
    +     TOBN(0x066a7833, 0xed201e5f), TOBN(0x19d99719, 0xf90f462b),
    +     TOBN(0xf431f462, 0x060b5f61), TOBN(0xa56f46b4, 0x7bd057c2),
    +     TOBN(0x348dca6c, 0x47e1bf65), TOBN(0x9a38783e, 0x41bcf1ff),
    +     TOBN(0x7a5d33a9, 0xda710718), TOBN(0x5a779987, 0x2e0aeaf6),
    +     TOBN(0xca87314d, 0x2d29d187), TOBN(0xfa0edc3e, 0xc687d733),
    +     TOBN(0x9df33621, 0x6a31e09b), TOBN(0xde89e44d, 0xc1350e35),
    +     TOBN(0x29214871, 0x4ca0cf52), TOBN(0xdf379672, 0x0b88a538),
    +     TOBN(0xc92a510a, 0x2591d61b), TOBN(0x79aa87d7, 0x585b447b),
    +     TOBN(0xf67db604, 0xe5287f77), TOBN(0x1697c8bf, 0x5efe7a80),
    +     TOBN(0x1c894849, 0xcb198ac7), TOBN(0xa884a93d, 0x0f264665),
    +     TOBN(0x2da964ef, 0x9b200678), TOBN(0x3c351b87, 0x009834e6),
    +     TOBN(0xafb2ef9f, 0xe2c4b44b), TOBN(0x580f6c47, 0x3326790c),
    +     TOBN(0xb8480521, 0x0b02264a), TOBN(0x8ba6f9e2, 0x42a194e2),
    +     TOBN(0xfc87975f, 0x8fb54738), TOBN(0x35160788, 0x27c3ead3),
    +     TOBN(0x834116d2, 0xb74a085a), TOBN(0x53c99a73, 0xa62fe996),
    +     TOBN(0x87585be0, 0x5b81c51b), TOBN(0x925bafa8, 0xbe0852b7),
    +     TOBN(0x76a4fafd, 0xa84d19a7), TOBN(0x39a45982, 0x585206d4),
    +     TOBN(0x499b6ab6, 0x5eb03c0e), TOBN(0xf19b7954, 0x72bc3fde),
    +     TOBN(0xa86b5b9c, 0x6e3a80d2), TOBN(0xe4377508, 0x6d42819f),
    +     TOBN(0xc1663650, 0xbb3ee8a3), TOBN(0x75eb14fc, 0xb132075f),
    +     TOBN(0xa8ccc906, 0x7ad834f6), TOBN(0xea6a2474, 0xe6e92ffd),
    +     TOBN(0x9d72fd95, 0x0f8d6758), TOBN(0xcb84e101, 0x408c07dd),
    +     TOBN(0xb9114bfd, 0xa5e23221), TOBN(0x358b5fe2, 0xe94e742c),
    +     TOBN(0x1c0577ec, 0x95f40e75), TOBN(0xf0155451, 0x3d73f3d6),
    +     TOBN(0x9d55cd67, 0xbd1b9b66), TOBN(0x63e86e78, 0xaf8d63c7),
    +     TOBN(0x39d934ab, 0xd3c095f1), TOBN(0x04b261be, 0xe4b76d71),
    +     TOBN(0x1d2e6970, 0xe73e6984), TOBN(0x879fb23b, 0x5e5fcb11),
    +     TOBN(0x11506c72, 0xdfd75490), TOBN(0x3a97d085, 0x61bcf1c1),
    +     TOBN(0x43201d82, 0xbf5e7007), TOBN(0x7f0ac52f, 0x798232a7),
    +     TOBN(0x2715cbc4, 0x6eb564d4), TOBN(0x8d6c752c, 0x9e570e29),
    +     TOBN(0xf80247c8, 0x9ef5fd5d), TOBN(0xc3c66b46, 0xd53eb514),
    +     TOBN(0x9666b401, 0x0f87de56), TOBN(0xce62c06f, 0xc6c603b5),
    +     TOBN(0xae7b4c60, 0x7e4fc942), TOBN(0x38ac0b77, 0x663a9c19),
    +     TOBN(0xcb4d20ee, 0x4b049136), TOBN(0x8b63bf12, 0x356a4613),
    +     TOBN(0x1221aef6, 0x70e08128), TOBN(0xe62d8c51, 0x4acb6b16),
    +     TOBN(0x71f64a67, 0x379e7896), TOBN(0xb25237a2, 0xcafd7fa5),
    +     TOBN(0xf077bd98, 0x3841ba6a), TOBN(0xc4ac0244, 0x3cd16e7e),
    +     TOBN(0x548ba869, 0x21fea4ca), TOBN(0xd36d0817, 0xf3dfdac1),
    +     TOBN(0x09d8d71f, 0xf4685faf), TOBN(0x8eff66be, 0xc52c459a),
    +     TOBN(0x182faee7, 0x0b57235e), TOBN(0xee3c39b1, 0x0106712b),
    +     TOBN(0x5107331f, 0xc0fcdcb0), TOBN(0x669fb9dc, 0xa51054ba),
    +     TOBN(0xb25101fb, 0x319d7682), TOBN(0xb0293129, 0x0a982fee),
    +     TOBN(0x51c1c9b9, 0x0261b344), TOBN(0x0e008c5b, 0xbfd371fa),
    +     TOBN(0xd866dd1c, 0x0278ca33), TOBN(0x666f76a6, 0xe5aa53b1),
    +     TOBN(0xe5cfb779, 0x6013a2cf), TOBN(0x1d3a1aad, 0xa3521836),
    +     TOBN(0xcedd2531, 0x73faa485), TOBN(0xc8ee6c4f, 0xc0a76878),
    +     TOBN(0xddbccfc9, 0x2a11667d), TOBN(0x1a418ea9, 0x1c2f695a),
    +     TOBN(0xdb11bd92, 0x51f73971), TOBN(0x3e4b3c82, 0xda2ed89f),
    +     TOBN(0x9a44f3f4, 0xe73e0319), TOBN(0xd1e3de0f, 0x303431af),
    +     TOBN(0x3c5604ff, 0x50f75f9c), TOBN(0x1d8eddf3, 0x7e752b22),
    +     TOBN(0x0ef074dd, 0x3c9a1118), TOBN(0xd0ffc172, 0xccb86d7b),
    +     TOBN(0xabd1ece3, 0x037d90f2), TOBN(0xe3f307d6, 0x6055856c),
    +     TOBN(0x422f9328, 0x7e4c6daf), TOBN(0x902aac66, 0x334879a0),
    +     TOBN(0xb6a1e7bf, 0x94cdfade), TOBN(0x6c97e1ed, 0x7fc6d634),
    +     TOBN(0x662ad24d, 0xa2fb63f8), TOBN(0xf81be1b9, 0xa5928405),
    +     TOBN(0x86d765e4, 0xd14b4206), TOBN(0xbecc2e0e, 0x8fa0db65),
    +     TOBN(0xa28838e0, 0xb17fc76c), TOBN(0xe49a602a, 0xe37cf24e),
    +     TOBN(0x76b4131a, 0x567193ec), TOBN(0xaf3c305a, 0xe5f6e70b),
    +     TOBN(0x9587bd39, 0x031eebdd), TOBN(0x5709def8, 0x71bbe831),
    +     TOBN(0x57059983, 0x0eb2b669), TOBN(0x4d80ce1b, 0x875b7029),
    +     TOBN(0x838a7da8, 0x0364ac16), TOBN(0x2f431d23, 0xbe1c83ab),
    +     TOBN(0xe56812a6, 0xf9294dd3), TOBN(0xb448d01f, 0x9b4b0d77),
    +     TOBN(0xf3ae6061, 0x04e8305c), TOBN(0x2bead645, 0x94d8c63e),
    +     TOBN(0x0a85434d, 0x84fd8b07), TOBN(0x537b983f, 0xf7a9dee5),
    +     TOBN(0xedcc5f18, 0xef55bd85), TOBN(0x2041af62, 0x21c6cf8b),
    +     TOBN(0x8e52874c, 0xb940c71e), TOBN(0x211935a9, 0xdb5f4b3a),
    +     TOBN(0x94350492, 0x301b1dc3), TOBN(0x33d2646d, 0x29958620),
    +     TOBN(0x16b0d64b, 0xef911404), TOBN(0x9d1f25ea, 0x9a3c5ef4),
    +     TOBN(0x20f200eb, 0x4a352c78), TOBN(0x43929f2c, 0x4bd0b428),
    +     TOBN(0xa5656667, 0xc7196e29), TOBN(0x7992c2f0, 0x9391be48),
    +     TOBN(0xaaa97cbd, 0x9ee0cd6e), TOBN(0x51b0310c, 0x3dc8c9bf),
    +     TOBN(0x237f8acf, 0xdd9f22cb), TOBN(0xbb1d81a1, 0xb585d584),
    +     TOBN(0x8d5d85f5, 0x8c416388), TOBN(0x0d6e5a5a, 0x42fe474f),
    +     TOBN(0xe7812766, 0x38235d4e), TOBN(0x1c62bd67, 0x496e3298),
    +     TOBN(0x8378660c, 0x3f175bc8), TOBN(0x4d04e189, 0x17afdd4d),
    +     TOBN(0x32a81601, 0x85a8068c), TOBN(0xdb58e4e1, 0x92b29a85),
    +     TOBN(0xe8a65b86, 0xc70d8a3b), TOBN(0x5f0e6f4e, 0x98a0403b),
    +     TOBN(0x08129684, 0x69ed2370), TOBN(0x34dc30bd, 0x0871ee26),
    +     TOBN(0x3a5ce948, 0x7c9c5b05), TOBN(0x7d487b80, 0x43a90c87),
    +     TOBN(0x4089ba37, 0xdd0e7179), TOBN(0x45f80191, 0xb4041811),
    +     TOBN(0x1c3e1058, 0x98747ba5), TOBN(0x98c4e13a, 0x6e1ae592),
    +     TOBN(0xd44636e6, 0xe82c9f9e), TOBN(0x711db87c, 0xc33a1043),
    +     TOBN(0x6f431263, 0xaa8aec05), TOBN(0x43ff120d, 0x2744a4aa),
    +     TOBN(0xd3bd892f, 0xae77779b), TOBN(0xf0fe0cc9, 0x8cdc9f82),
    +     TOBN(0xca5f7fe6, 0xf1c5b1bc), TOBN(0xcc63a682, 0x44929a72),
    +     TOBN(0xc7eaba0c, 0x09dbe19a), TOBN(0x2f3585ad, 0x6b5c73c2),
    +     TOBN(0x8ab8924b, 0x0ae50c30), TOBN(0x17fcd27a, 0x638b30ba),
    +     TOBN(0xaf414d34, 0x10b3d5a5), TOBN(0x09c107d2, 0x2a9accf1),
    +     TOBN(0x15dac49f, 0x946a6242), TOBN(0xaec3df2a, 0xd707d642),
    +     TOBN(0x2c2492b7, 0x3f894ae0), TOBN(0xf59df3e5, 0xb75f18ce),
    +     TOBN(0x7cb740d2, 0x8f53cad0), TOBN(0x3eb585fb, 0xc4f01294),
    +     TOBN(0x17da0c86, 0x32c7f717), TOBN(0xeb8c795b, 0xaf943f4c),
    +     TOBN(0x4ee23fb5, 0xf67c51d2), TOBN(0xef187575, 0x68889949),
    +     TOBN(0xa6b4bdb2, 0x0389168b), TOBN(0xc4ecd258, 0xea577d03),
    +     TOBN(0x3a63782b, 0x55743082), TOBN(0x6f678f4c, 0xc72f08cd),
    +     TOBN(0x553511cf, 0x65e58dd8), TOBN(0xd53b4e3e, 0xd402c0cd),
    +     TOBN(0x37de3e29, 0xa037c14c), TOBN(0x86b6c516, 0xc05712aa),
    +     TOBN(0x2834da3e, 0xb38dff6f), TOBN(0xbe012c52, 0xea636be8),
    +     TOBN(0x292d238c, 0x61dd37f8), TOBN(0x0e54523f, 0x8f8142db),
    +     TOBN(0xe31eb436, 0x036a05d8), TOBN(0x83e3cdff, 0x1e93c0ff),
    +     TOBN(0x3fd2fe0f, 0x50821ddf), TOBN(0xc8e19b0d, 0xff9eb33b),
    +     TOBN(0xc8cc943f, 0xb569a5fe), TOBN(0xad0090d4, 0xd4342d75),
    +     TOBN(0x82090b4b, 0xcaeca000), TOBN(0xca39687f, 0x1bd410eb),
    +     TOBN(0xe7bb0df7, 0x65959d77), TOBN(0x39d78218, 0x9c964999),
    +     TOBN(0xd87f62e8, 0xb2415451), TOBN(0xe5efb774, 0xbed76108),
    +     TOBN(0x3ea011a4, 0xe822f0d0), TOBN(0xbc647ad1, 0x5a8704f8),
    +     TOBN(0xbb315b35, 0x50c6820f), TOBN(0x863dec3d, 0xb7e76bec),
    +     TOBN(0x01ff5d3a, 0xf017bfc7), TOBN(0x20054439, 0x976b8229),
    +     TOBN(0x067fca37, 0x0bbd0d3b), TOBN(0xf63dde64, 0x7f5e3d0f),
    +     TOBN(0x22dbefb3, 0x2a4c94e9), TOBN(0xafbff0fe, 0x96f8278a),
    +     TOBN(0x80aea0b1, 0x3503793d), TOBN(0xb2238029, 0x5f06cd29),
    +     TOBN(0x65703e57, 0x8ec3feca), TOBN(0x06c38314, 0x393e7053),
    +     TOBN(0xa0b751eb, 0x7c6734c4), TOBN(0xd2e8a435, 0xc59f0f1e),
    +     TOBN(0x147d9052, 0x5e9ca895), TOBN(0x2f4dd31e, 0x972072df),
    +     TOBN(0xa16fda8e, 0xe6c6755c), TOBN(0xc66826ff, 0xcf196558),
    +     TOBN(0x1f1a76a3, 0x0cf43895), TOBN(0xa9d604e0, 0x83c3097b),
    +     TOBN(0xe1908309, 0x66390e0e), TOBN(0xa50bf753, 0xb3c85eff),
    +     TOBN(0x0696bdde, 0xf6a70251), TOBN(0x548b801b, 0x3c6ab16a),
    +     TOBN(0x37fcf704, 0xa4d08762), TOBN(0x090b3def, 0xdff76c4e),
    +     TOBN(0x87e8cb89, 0x69cb9158), TOBN(0x44a90744, 0x995ece43),
    +     TOBN(0xf85395f4, 0x0ad9fbf5), TOBN(0x49b0f6c5, 0x4fb0c82d),
    +     TOBN(0x75d9bc15, 0xadf7cccf), TOBN(0x81a3e5d6, 0xdfa1e1b0),
    +     TOBN(0x8c39e444, 0x249bc17e), TOBN(0xf37dccb2, 0x8ea7fd43),
    +     TOBN(0xda654873, 0x907fba12), TOBN(0x35daa6da, 0x4a372904),
    +     TOBN(0x0564cfc6, 0x6283a6c5), TOBN(0xd09fa4f6, 0x4a9395bf),
    +     TOBN(0x688e9ec9, 0xaeb19a36), TOBN(0xd913f1ce, 0xc7bfbfb4),
    +     TOBN(0x797b9a3c, 0x61c2faa6), TOBN(0x2f979bec, 0x6a0a9c12),
    +     TOBN(0xb5969d0f, 0x359679ec), TOBN(0xebcf523d, 0x079b0460),
    +     TOBN(0xfd6b0008, 0x10fab870), TOBN(0x3f2edcda, 0x9373a39c),
    +     TOBN(0x0d64f9a7, 0x6f568431), TOBN(0xf848c27c, 0x02f8898c),
    +     TOBN(0xf418ade1, 0x260b5bd5), TOBN(0xc1f3e323, 0x6973dee8),
    +     TOBN(0x46e9319c, 0x26c185dd), TOBN(0x6d85b7d8, 0x546f0ac4),
    +     TOBN(0x427965f2, 0x247f9d57), TOBN(0xb519b636, 0xb0035f48),
    +     TOBN(0x6b6163a9, 0xab87d59c), TOBN(0xff9f58c3, 0x39caaa11),
    +     TOBN(0x4ac39cde, 0x3177387b), TOBN(0x5f6557c2, 0x873e77f9),
    +     TOBN(0x67504006, 0x36a83041), TOBN(0x9b1c96ca, 0x75ef196c),
    +     TOBN(0xf34283de, 0xb08c7940), TOBN(0x7ea09644, 0x1128c316),
    +     TOBN(0xb510b3b5, 0x6aa39dff), TOBN(0x59b43da2, 0x9f8e4d8c),
    +     TOBN(0xa8ce31fd, 0x9e4c4b9f), TOBN(0x0e20be26, 0xc1303c01),
    +     TOBN(0x18187182, 0xe8ee47c9), TOBN(0xd9687cdb, 0x7db98101),
    +     TOBN(0x7a520e4d, 0xa1e14ff6), TOBN(0x429808ba, 0x8836d572),
    +     TOBN(0xa37ca60d, 0x4944b663), TOBN(0xf901f7a9, 0xa3f91ae5),
    +     TOBN(0xe4e3e76e, 0x9e36e3b1), TOBN(0x9aa219cf, 0x29d93250),
    +     TOBN(0x347fe275, 0x056a2512), TOBN(0xa4d643d9, 0xde65d95c),
    +     TOBN(0x9669d396, 0x699fc3ed), TOBN(0xb598dee2, 0xcf8c6bbe),
    +     TOBN(0x682ac1e5, 0xdda9e5c6), TOBN(0x4e0d3c72, 0xcaa9fc95),
    +     TOBN(0x17faaade, 0x772bea44), TOBN(0x5ef8428c, 0xab0009c8),
    +     TOBN(0xcc4ce47a, 0x460ff016), TOBN(0xda6d12bf, 0x725281cb),
    +     TOBN(0x44c67848, 0x0223aad2), TOBN(0x6e342afa, 0x36256e28),
    +     TOBN(0x1400bb0b, 0x93a37c04), TOBN(0x62b1bc9b, 0xdd10bd96),
    +     TOBN(0x7251adeb, 0x0dac46b7), TOBN(0x7d33b92e, 0x7be4ef51),
    +     TOBN(0x28b2a94b, 0xe61fa29a), TOBN(0x4b2be13f, 0x06422233),
    +     TOBN(0x36d6d062, 0x330d8d37), TOBN(0x5ef80e1e, 0xb28ca005),
    +     TOBN(0x174d4699, 0x6d16768e), TOBN(0x9fc4ff6a, 0x628bf217),
    +     TOBN(0x77705a94, 0x154e490d), TOBN(0x9d96dd28, 0x8d2d997a),
    +     TOBN(0x77e2d9d8, 0xce5d72c4), TOBN(0x9d06c5a4, 0xc11c714f),
    +     TOBN(0x02aa5136, 0x79e4a03e), TOBN(0x1386b3c2, 0x030ff28b),
    +     TOBN(0xfe82e8a6, 0xfb283f61), TOBN(0x7df203e5, 0xf3abc3fb),
    +     TOBN(0xeec7c351, 0x3a4d3622), TOBN(0xf7d17dbf, 0xdf762761),
    +     TOBN(0xc3956e44, 0x522055f0), TOBN(0xde3012db, 0x8fa748db),
    +     TOBN(0xca9fcb63, 0xbf1dcc14), TOBN(0xa56d9dcf, 0xbe4e2f3a),
    +     TOBN(0xb86186b6, 0x8bcec9c2), TOBN(0x7cf24df9, 0x680b9f06),
    +     TOBN(0xc46b45ea, 0xc0d29281), TOBN(0xfff42bc5, 0x07b10e12),
    +     TOBN(0x12263c40, 0x4d289427), TOBN(0x3d5f1899, 0xb4848ec4),
    +     TOBN(0x11f97010, 0xd040800c), TOBN(0xb4c5f529, 0x300feb20),
    +     TOBN(0xcc543f8f, 0xde94fdcb), TOBN(0xe96af739, 0xc7c2f05e),
    +     TOBN(0xaa5e0036, 0x882692e1), TOBN(0x09c75b68, 0x950d4ae9),
    +     TOBN(0x62f63df2, 0xb5932a7a), TOBN(0x2658252e, 0xde0979ad),
    +     TOBN(0x2a19343f, 0xb5e69631), TOBN(0x718c7501, 0x525b666b),
    +     TOBN(0x26a42d69, 0xea40dc3a), TOBN(0xdc84ad22, 0xaecc018f),
    +     TOBN(0x25c36c7b, 0x3270f04a), TOBN(0x46ba6d47, 0x50fa72ed),
    +     TOBN(0x6c37d1c5, 0x93e58a8e), TOBN(0xa2394731, 0x120c088c),
    +     TOBN(0xc3be4263, 0xcb6e86da), TOBN(0x2c417d36, 0x7126d038),
    +     TOBN(0x5b70f9c5, 0x8b6f8efa), TOBN(0x671a2faa, 0x37718536),
    +     TOBN(0xd3ced3c6, 0xb539c92b), TOBN(0xe56f1bd9, 0xa31203c2),
    +     TOBN(0x8b096ec4, 0x9ff3c8eb), TOBN(0x2deae432, 0x43491cea),
    +     TOBN(0x2465c6eb, 0x17943794), TOBN(0x5d267e66, 0x20586843),
    +     TOBN(0x9d3d116d, 0xb07159d0), TOBN(0xae07a67f, 0xc1896210),
    +     TOBN(0x8fc84d87, 0xbb961579), TOBN(0x30009e49, 0x1c1f8dd6),
    +     TOBN(0x8a8caf22, 0xe3132819), TOBN(0xcffa197c, 0xf23ab4ff),
    +     TOBN(0x58103a44, 0x205dd687), TOBN(0x57b796c3, 0x0ded67a2),
    +     TOBN(0x0b9c3a6c, 0xa1779ad7), TOBN(0xa33cfe2e, 0x357c09c5),
    +     TOBN(0x2ea29315, 0x3db4a57e), TOBN(0x91959695, 0x8ebeb52e),
    +     TOBN(0x118db9a6, 0xe546c879), TOBN(0x8e996df4, 0x6295c8d6),
    +     TOBN(0xdd990484, 0x55ec806b), TOBN(0x24f291ca, 0x165c1035),
    +     TOBN(0xcca523bb, 0x440e2229), TOBN(0x324673a2, 0x73ef4d04),
    +     TOBN(0xaf3adf34, 0x3e11ec39), TOBN(0x6136d7f1, 0xdc5968d3),
    +     TOBN(0x7a7b2899, 0xb053a927), TOBN(0x3eaa2661, 0xae067ecd),
    +     TOBN(0x8549b9c8, 0x02779cd9), TOBN(0x061d7940, 0xc53385ea),
    +     TOBN(0x3e0ba883, 0xf06d18bd), TOBN(0x4ba6de53, 0xb2700843),
    +     TOBN(0xb966b668, 0x591a9e4d), TOBN(0x93f67567, 0x7f4fa0ed),
    +     TOBN(0x5a02711b, 0x4347237b), TOBN(0xbc041e2f, 0xe794608e),
    +     TOBN(0x55af10f5, 0x70f73d8c), TOBN(0xd2d4d4f7, 0xbb7564f7),
    +     TOBN(0xd7d27a89, 0xb3e93ce7), TOBN(0xf7b5a875, 0x5d3a2c1b),
    +     TOBN(0xb29e68a0, 0x255b218a), TOBN(0xb533837e, 0x8af76754),
    +     TOBN(0xd1b05a73, 0x579fab2e), TOBN(0xb41055a1, 0xecd74385),
    +     TOBN(0xb2369274, 0x445e9115), TOBN(0x2972a7c4, 0xf520274e),
    +     TOBN(0x6c08334e, 0xf678e68a), TOBN(0x4e4160f0, 0x99b057ed),
    +     TOBN(0x3cfe11b8, 0x52ccb69a), TOBN(0x2fd1823a, 0x21c8f772),
    +     TOBN(0xdf7f072f, 0x3298f055), TOBN(0x8c0566f9, 0xfec74a6e),
    +     TOBN(0xe549e019, 0x5bb4d041), TOBN(0x7c3930ba, 0x9208d850),
    +     TOBN(0xe07141fc, 0xaaa2902b), TOBN(0x539ad799, 0xe4f69ad3),
    +     TOBN(0xa6453f94, 0x813f9ffd), TOBN(0xc58d3c48, 0x375bc2f7),
    +     TOBN(0xb3326fad, 0x5dc64e96), TOBN(0x3aafcaa9, 0xb240e354),
    +     TOBN(0x1d1b0903, 0xaca1e7a9), TOBN(0x4ceb9767, 0x1211b8a0),
    +     TOBN(0xeca83e49, 0xe32a858e), TOBN(0x4c32892e, 0xae907bad),
    +     TOBN(0xd5b42ab6, 0x2eb9b494), TOBN(0x7fde3ee2, 0x1eabae1b),
    +     TOBN(0x13b5ab09, 0xcaf54957), TOBN(0xbfb028be, 0xe5f5d5d5),
    +     TOBN(0x928a0650, 0x2003e2c0), TOBN(0x90793aac, 0x67476843),
    +     TOBN(0x5e942e79, 0xc81710a0), TOBN(0x557e4a36, 0x27ccadd4),
    +     TOBN(0x72a2bc56, 0x4bcf6d0c), TOBN(0x09ee5f43, 0x26d7b80c),
    +     TOBN(0x6b70dbe9, 0xd4292f19), TOBN(0x56f74c26, 0x63f16b18),
    +     TOBN(0xc23db0f7, 0x35fbb42a), TOBN(0xb606bdf6, 0x6ae10040),
    +     TOBN(0x1eb15d4d, 0x044573ac), TOBN(0x7dc3cf86, 0x556b0ba4),
    +     TOBN(0x97af9a33, 0xc60df6f7), TOBN(0x0b1ef85c, 0xa716ce8c),
    +     TOBN(0x2922f884, 0xc96958be), TOBN(0x7c32fa94, 0x35690963),
    +     TOBN(0x2d7f667c, 0xeaa00061), TOBN(0xeaaf7c17, 0x3547365c),
    +     TOBN(0x1eb4de46, 0x87032d58), TOBN(0xc54f3d83, 0x5e2c79e0),
    +     TOBN(0x07818df4, 0x5d04ef23), TOBN(0x55faa9c8, 0x673d41b4),
    +     TOBN(0xced64f6f, 0x89b95355), TOBN(0x4860d2ea, 0xb7415c84),
    +     TOBN(0x5fdb9bd2, 0x050ebad3), TOBN(0xdb53e0cc, 0x6685a5bf),
    +     TOBN(0xb830c031, 0x9feb6593), TOBN(0xdd87f310, 0x6accff17),
    +     TOBN(0x2303ebab, 0x9f555c10), TOBN(0x94603695, 0x287e7065),
    +     TOBN(0xf88311c3, 0x2e83358c), TOBN(0x508dd9b4, 0xeefb0178),
    +     TOBN(0x7ca23706, 0x2dba8652), TOBN(0x62aac5a3, 0x0047abe5),
    +     TOBN(0x9a61d2a0, 0x8b1ea7b3), TOBN(0xd495ab63, 0xae8b1485),
    +     TOBN(0x38740f84, 0x87052f99), TOBN(0x178ebe5b, 0xb2974eea),
    +     TOBN(0x030bbcca, 0x5b36d17f), TOBN(0xb5e4cce3, 0xaaf86eea),
    +     TOBN(0xb51a0220, 0x68f8e9e0), TOBN(0xa4348796, 0x09eb3e75),
    +     TOBN(0xbe592309, 0xeef1a752), TOBN(0x5d7162d7, 0x6f2aa1ed),
    +     TOBN(0xaebfb5ed, 0x0f007dd2), TOBN(0x255e14b2, 0xc89edd22),
    +     TOBN(0xba85e072, 0x0303b697), TOBN(0xc5d17e25, 0xf05720ff),
    +     TOBN(0x02b58d6e, 0x5128ebb6), TOBN(0x2c80242d, 0xd754e113),
    +     TOBN(0x919fca5f, 0xabfae1ca), TOBN(0x937afaac, 0x1a21459b),
    +     TOBN(0x9e0ca91c, 0x1f66a4d2), TOBN(0x194cc7f3, 0x23ec1331),
    +     TOBN(0xad25143a, 0x8aa11690), TOBN(0xbe40ad8d, 0x09b59e08),
    +     TOBN(0x37d60d9b, 0xe750860a), TOBN(0x6c53b008, 0xc6bf434c),
    +     TOBN(0xb572415d, 0x1356eb80), TOBN(0xb8bf9da3, 0x9578ded8),
    +     TOBN(0x22658e36, 0x5e8fb38b), TOBN(0x9b70ce22, 0x5af8cb22),
    +     TOBN(0x7c00018a, 0x829a8180), TOBN(0x84329f93, 0xb81ed295),
    +     TOBN(0x7c343ea2, 0x5f3cea83), TOBN(0x38f8655f, 0x67586536),
    +     TOBN(0xa661a0d0, 0x1d3ec517), TOBN(0x98744652, 0x512321ae),
    +     TOBN(0x084ca591, 0xeca92598), TOBN(0xa9bb9dc9, 0x1dcb3feb),
    +     TOBN(0x14c54355, 0x78b4c240), TOBN(0x5ed62a3b, 0x610cafdc),
    +     TOBN(0x07512f37, 0x1b38846b), TOBN(0x571bb70a, 0xb0e38161),
    +     TOBN(0xb556b95b, 0x2da705d2), TOBN(0x3ef8ada6, 0xb1a08f98),
    +     TOBN(0x85302ca7, 0xddecfbe5), TOBN(0x0e530573, 0x943105cd),
    +     TOBN(0x60554d55, 0x21a9255d), TOBN(0x63a32fa1, 0xf2f3802a),
    +     TOBN(0x35c8c5b0, 0xcd477875), TOBN(0x97f458ea, 0x6ad42da1),
    +     TOBN(0x832d7080, 0xeb6b242d), TOBN(0xd30bd023, 0x3b71e246),
    +     TOBN(0x7027991b, 0xbe31139d), TOBN(0x68797e91, 0x462e4e53),
    +     TOBN(0x423fe20a, 0x6b4e185a), TOBN(0x82f2c67e, 0x42d9b707),
    +     TOBN(0x25c81768, 0x4cf7811b), TOBN(0xbd53005e, 0x045bb95d),}
    +    ,
    +    {TOBN(0xe5f649be, 0x9d8e68fd), TOBN(0xdb0f0533, 0x1b044320),
    +     TOBN(0xf6fde9b3, 0xe0c33398), TOBN(0x92f4209b, 0x66c8cfae),
    +     TOBN(0xe9d1afcc, 0x1a739d4b), TOBN(0x09aea75f, 0xa28ab8de),
    +     TOBN(0x14375fb5, 0xeac6f1d0), TOBN(0x6420b560, 0x708f7aa5),
    +     TOBN(0x9eae499c, 0x6254dc41), TOBN(0x7e293924, 0x7a837e7e),
    +     TOBN(0x74aec08c, 0x090524a7), TOBN(0xf82b9219, 0x8d6f55f2),
    +     TOBN(0x493c962e, 0x1402cec5), TOBN(0x9f17ca17, 0xfa2f30e7),
    +     TOBN(0xbcd783e8, 0xe9b879cb), TOBN(0xea3d8c14, 0x5a6f145f),
    +     TOBN(0xdede15e7, 0x5e0dee6e), TOBN(0x74f24872, 0xdc628aa2),
    +     TOBN(0xd3e9c4fe, 0x7861bb93), TOBN(0x56d4822a, 0x6187b2e0),
    +     TOBN(0xb66417cf, 0xc59826f9), TOBN(0xca260969, 0x2408169e),
    +     TOBN(0xedf69d06, 0xc79ef885), TOBN(0x00031f8a, 0xdc7d138f),
    +     TOBN(0x103c46e6, 0x0ebcf726), TOBN(0x4482b831, 0x6231470e),
    +     TOBN(0x6f6dfaca, 0x487c2109), TOBN(0x2e0ace97, 0x62e666ef),
    +     TOBN(0x3246a9d3, 0x1f8d1f42), TOBN(0x1b1e83f1, 0x574944d2),
    +     TOBN(0x13dfa63a, 0xa57f334b), TOBN(0x0cf8daed, 0x9f025d81),
    +     TOBN(0x30d78ea8, 0x00ee11c1), TOBN(0xeb053cd4, 0xb5e3dd75),
    +     TOBN(0x9b65b13e, 0xd58c43c5), TOBN(0xc3ad49bd, 0xbd151663),
    +     TOBN(0x99fd8e41, 0xb6427990), TOBN(0x12cf15bd, 0x707eae1e),
    +     TOBN(0x29ad4f1b, 0x1aabb71e), TOBN(0x5143e74d, 0x07545d0e),
    +     TOBN(0x30266336, 0xc88bdee1), TOBN(0x25f29306, 0x5876767c),
    +     TOBN(0x9c078571, 0xc6731996), TOBN(0xc88690b2, 0xed552951),
    +     TOBN(0x274f2c2d, 0x852705b4), TOBN(0xb0bf8d44, 0x4e09552d),
    +     TOBN(0x7628beeb, 0x986575d1), TOBN(0x407be238, 0x7f864651),
    +     TOBN(0x0e5e3049, 0xa639fc6b), TOBN(0xe75c35d9, 0x86003625),
    +     TOBN(0x0cf35bd8, 0x5dcc1646), TOBN(0x8bcaced2, 0x6c26273a),
    +     TOBN(0xe22ecf1d, 0xb5536742), TOBN(0x013dd897, 0x1a9e068b),
    +     TOBN(0x17f411cb, 0x8a7909c5), TOBN(0x5757ac98, 0x861dd506),
    +     TOBN(0x85de1f0d, 0x1e935abb), TOBN(0xdefd10b4, 0x154de37a),
    +     TOBN(0xb8d9e392, 0x369cebb5), TOBN(0x54d5ef9b, 0x761324be),
    +     TOBN(0x4d6341ba, 0x74f17e26), TOBN(0xc0a0e3c8, 0x78c1dde4),
    +     TOBN(0xa6d77581, 0x87d918fd), TOBN(0x66876015, 0x02ca3a13),
    +     TOBN(0xc7313e9c, 0xf36658f0), TOBN(0xc433ef1c, 0x71f8057e),
    +     TOBN(0x85326246, 0x1b6a835a), TOBN(0xc8f05398, 0x7c86394c),
    +     TOBN(0xff398cdf, 0xe983c4a1), TOBN(0xbf5e8162, 0x03b7b931),
    +     TOBN(0x93193c46, 0xb7b9045b), TOBN(0x1e4ebf5d, 0xa4a6e46b),
    +     TOBN(0xf9942a60, 0x43a24fe7), TOBN(0x29c1191e, 0xffb3492b),
    +     TOBN(0x9f662449, 0x902fde05), TOBN(0xc792a7ac, 0x6713c32d),
    +     TOBN(0x2fd88ad8, 0xb737982c), TOBN(0x7e3a0319, 0xa21e60e3),
    +     TOBN(0x09b0de44, 0x7383591a), TOBN(0x6df141ee, 0x8310a456),
    +     TOBN(0xaec1a039, 0xe6d6f471), TOBN(0x14b2ba0f, 0x1198d12e),
    +     TOBN(0xebc1a160, 0x3aeee5ac), TOBN(0x401f4836, 0xe0b964ce),
    +     TOBN(0x2ee43796, 0x4fd03f66), TOBN(0x3fdb4e49, 0xdd8f3f12),
    +     TOBN(0x6ef267f6, 0x29380f18), TOBN(0x3e8e9670, 0x8da64d16),
    +     TOBN(0xbc19180c, 0x207674f1), TOBN(0x112e09a7, 0x33ae8fdb),
    +     TOBN(0x99667554, 0x6aaeb71e), TOBN(0x79432af1, 0xe101b1c7),
    +     TOBN(0xd5eb558f, 0xde2ddec6), TOBN(0x81392d1f, 0x5357753f),
    +     TOBN(0xa7a76b97, 0x3ae1158a), TOBN(0x416fbbff, 0x4a899991),
    +     TOBN(0x9e65fdfd, 0x0d4a9dcf), TOBN(0x7bc29e48, 0x944ddf12),
    +     TOBN(0xbc1a92d9, 0x3c856866), TOBN(0x273c6905, 0x6e98dfe2),
    +     TOBN(0x69fce418, 0xcdfaa6b8), TOBN(0x606bd823, 0x5061c69f),
    +     TOBN(0x42d495a0, 0x6af75e27), TOBN(0x8ed3d505, 0x6d873a1f),
    +     TOBN(0xaf552841, 0x6ab25b6a), TOBN(0xc6c0ffc7, 0x2b1a4523),
    +     TOBN(0xab18827b, 0x21c99e03), TOBN(0x060e8648, 0x9034691b),
    +     TOBN(0x5207f90f, 0x93c7f398), TOBN(0x9f4a96cb, 0x82f8d10b),
    +     TOBN(0xdd71cd79, 0x3ad0f9e3), TOBN(0x84f435d2, 0xfc3a54f5),
    +     TOBN(0x4b03c55b, 0x8e33787f), TOBN(0xef42f975, 0xa6384673),
    +     TOBN(0xff7304f7, 0x5051b9f0), TOBN(0x18aca1dc, 0x741c87c2),
    +     TOBN(0x56f120a7, 0x2d4bfe80), TOBN(0xfd823b3d, 0x053e732c),
    +     TOBN(0x11bccfe4, 0x7537ca16), TOBN(0xdf6c9c74, 0x1b5a996b),
    +     TOBN(0xee7332c7, 0x904fc3fa), TOBN(0x14a23f45, 0xc7e3636a),
    +     TOBN(0xc38659c3, 0xf091d9aa), TOBN(0x4a995e5d, 0xb12d8540),
    +     TOBN(0x20a53bec, 0xf3a5598a), TOBN(0x56534b17, 0xb1eaa995),
    +     TOBN(0x9ed3dca4, 0xbf04e03c), TOBN(0x716c563a, 0xd8d56268),
    +     TOBN(0x27ba77a4, 0x1d6178e7), TOBN(0xe4c80c40, 0x68a1ff8e),
    +     TOBN(0x75011099, 0x0a13f63d), TOBN(0x7bf33521, 0xa61d46f3),
    +     TOBN(0x0aff218e, 0x10b365bb), TOBN(0x81021804, 0x0fd7ea75),
    +     TOBN(0x05a3fd8a, 0xa4b3a925), TOBN(0xb829e75f, 0x9b3db4e6),
    +     TOBN(0x6bdc75a5, 0x4d53e5fb), TOBN(0x04a5dc02, 0xd52717e3),
    +     TOBN(0x86af502f, 0xe9a42ec2), TOBN(0x8867e8fb, 0x2630e382),
    +     TOBN(0xbf845c6e, 0xbec9889b), TOBN(0x54f491f2, 0xcb47c98d),
    +     TOBN(0xa3091fba, 0x790c2a12), TOBN(0xd7f6fd78, 0xc20f708b),
    +     TOBN(0xa569ac30, 0xacde5e17), TOBN(0xd0f996d0, 0x6852b4d7),
    +     TOBN(0xe51d4bb5, 0x4609ae54), TOBN(0x3fa37d17, 0x0daed061),
    +     TOBN(0x62a88684, 0x34b8fb41), TOBN(0x99a2acbd, 0x9efb64f1),
    +     TOBN(0xb75c1a5e, 0x6448e1f2), TOBN(0xfa99951a, 0x42b5a069),
    +     TOBN(0x6d956e89, 0x2f3b26e7), TOBN(0xf4709860, 0xda875247),
    +     TOBN(0x3ad15179, 0x2482dda3), TOBN(0xd64110e3, 0x017d82f0),
    +     TOBN(0x14928d2c, 0xfad414e4), TOBN(0x2b155f58, 0x2ed02b24),
    +     TOBN(0x481a141b, 0xcb821bf1), TOBN(0x12e3c770, 0x4f81f5da),
    +     TOBN(0xe49c5de5, 0x9fff8381), TOBN(0x11053232, 0x5bbec894),
    +     TOBN(0xa0d051cc, 0x454d88c4), TOBN(0x4f6db89c, 0x1f8e531b),
    +     TOBN(0x34fe3fd6, 0xca563a44), TOBN(0x7f5c2215, 0x58da8ab9),
    +     TOBN(0x8445016d, 0x9474f0a1), TOBN(0x17d34d61, 0xcb7d8a0a),
    +     TOBN(0x8e9d3910, 0x1c474019), TOBN(0xcaff2629, 0xd52ceefb),
    +     TOBN(0xf9cf3e32, 0xc1622c2b), TOBN(0xd4b95e3c, 0xe9071a05),
    +     TOBN(0xfbbca61f, 0x1594438c), TOBN(0x1eb6e6a6, 0x04aadedf),
    +     TOBN(0x853027f4, 0x68e14940), TOBN(0x221d322a, 0xdfabda9c),
    +     TOBN(0xed8ea9f6, 0xb7cb179a), TOBN(0xdc7b764d, 0xb7934dcc),
    +     TOBN(0xfcb13940, 0x5e09180d), TOBN(0x6629a6bf, 0xb47dc2dd),
    +     TOBN(0xbfc55e4e, 0x9f5a915e), TOBN(0xb1db9d37, 0x6204441e),
    +     TOBN(0xf82d68cf, 0x930c5f53), TOBN(0x17d3a142, 0xcbb605b1),
    +     TOBN(0xdd5944ea, 0x308780f2), TOBN(0xdc8de761, 0x3845f5e4),
    +     TOBN(0x6beaba7d, 0x7624d7a3), TOBN(0x1e709afd, 0x304df11e),
    +     TOBN(0x95364376, 0x02170456), TOBN(0xbf204b3a, 0xc8f94b64),
    +     TOBN(0x4e53af7c, 0x5680ca68), TOBN(0x0526074a, 0xe0c67574),
    +     TOBN(0x95d8cef8, 0xecd92af6), TOBN(0xe6b9fa7a, 0x6cd1745a),
    +     TOBN(0x3d546d3d, 0xa325c3e4), TOBN(0x1f57691d, 0x9ae93aae),
    +     TOBN(0xe891f3fe, 0x9d2e1a33), TOBN(0xd430093f, 0xac063d35),
    +     TOBN(0xeda59b12, 0x5513a327), TOBN(0xdc2134f3, 0x5536f18f),
    +     TOBN(0xaa51fe2c, 0x5c210286), TOBN(0x3f68aaee, 0x1cab658c),
    +     TOBN(0x5a23a00b, 0xf9357292), TOBN(0x9a626f39, 0x7efdabed),
    +     TOBN(0xfe2b3bf3, 0x199d78e3), TOBN(0xb7a2af77, 0x71bbc345),
    +     TOBN(0x3d19827a, 0x1e59802c), TOBN(0x823bbc15, 0xb487a51c),
    +     TOBN(0x856139f2, 0x99d0a422), TOBN(0x9ac3df65, 0xf456c6fb),
    +     TOBN(0xaddf65c6, 0x701f8bd6), TOBN(0x149f321e, 0x3758df87),
    +     TOBN(0xb1ecf714, 0x721b7eba), TOBN(0xe17df098, 0x31a3312a),
    +     TOBN(0xdb2fd6ec, 0xd5c4d581), TOBN(0xfd02996f, 0x8fcea1b3),
    +     TOBN(0xe29fa63e, 0x7882f14f), TOBN(0xc9f6dc35, 0x07c6cadc),
    +     TOBN(0x46f22d6f, 0xb882bed0), TOBN(0x1a45755b, 0xd118e52c),
    +     TOBN(0x9f2c7c27, 0x7c4608cf), TOBN(0x7ccbdf32, 0x568012c2),
    +     TOBN(0xfcb0aedd, 0x61729b0e), TOBN(0x7ca2ca9e, 0xf7d75dbf),
    +     TOBN(0xf58fecb1, 0x6f640f62), TOBN(0xe274b92b, 0x39f51946),
    +     TOBN(0x7f4dfc04, 0x6288af44), TOBN(0x0a91f32a, 0xeac329e5),
    +     TOBN(0x43ad274b, 0xd6aaba31), TOBN(0x719a1640, 0x0f6884f9),
    +     TOBN(0x685d29f6, 0xdaf91e20), TOBN(0x5ec1cc33, 0x27e49d52),
    +     TOBN(0x38f4de96, 0x3b54a059), TOBN(0x0e0015e5, 0xefbcfdb3),
    +     TOBN(0x177d23d9, 0x4dbb8da6), TOBN(0x98724aa2, 0x97a617ad),
    +     TOBN(0x30f0885b, 0xfdb6558e), TOBN(0xf9f7a28a, 0xc7899a96),
    +     TOBN(0xd2ae8ac8, 0x872dc112), TOBN(0xfa0642ca, 0x73c3c459),
    +     TOBN(0x15296981, 0xe7dfc8d6), TOBN(0x67cd4450, 0x1fb5b94a),
    +     TOBN(0x0ec71cf1, 0x0eddfd37), TOBN(0xc7e5eeb3, 0x9a8eddc7),
    +     TOBN(0x02ac8e3d, 0x81d95028), TOBN(0x0088f172, 0x70b0e35d),
    +     TOBN(0xec041fab, 0xe1881fe3), TOBN(0x62cf71b8, 0xd99e7faa),
    +     TOBN(0x5043dea7, 0xe0f222c2), TOBN(0x309d42ac, 0x72e65142),
    +     TOBN(0x94fe9ddd, 0x9216cd30), TOBN(0xd6539c7d, 0x0f87feec),
    +     TOBN(0x03c5a57c, 0x432ac7d7), TOBN(0x72692cf0, 0x327fda10),
    +     TOBN(0xec28c85f, 0x280698de), TOBN(0x2331fb46, 0x7ec283b1),
    +     TOBN(0xd34bfa32, 0x2867e633), TOBN(0x78709a82, 0x0a9cc815),
    +     TOBN(0xb7fe6964, 0x875e2fa5), TOBN(0x25cc064f, 0x9e98bfb5),
    +     TOBN(0x9eb0151c, 0x493a65c5), TOBN(0x5fb5d941, 0x53182464),
    +     TOBN(0x69e6f130, 0xf04618e2), TOBN(0xa8ecec22, 0xf89c8ab6),
    +     TOBN(0xcd6ac88b, 0xb96209bd), TOBN(0x65fa8cdb, 0xb3e1c9e0),
    +     TOBN(0xa47d22f5, 0x4a8d8eac), TOBN(0x83895cdf, 0x8d33f963),
    +     TOBN(0xa8adca59, 0xb56cd3d1), TOBN(0x10c8350b, 0xdaf38232),
    +     TOBN(0x2b161fb3, 0xa5080a9f), TOBN(0xbe7f5c64, 0x3af65b3a),
    +     TOBN(0x2c754039, 0x97403a11), TOBN(0x94626cf7, 0x121b96af),
    +     TOBN(0x431de7c4, 0x6a983ec2), TOBN(0x3780dd3a, 0x52cc3df7),
    +     TOBN(0xe28a0e46, 0x2baf8e3b), TOBN(0xabe68aad, 0x51d299ae),
    +     TOBN(0x603eb8f9, 0x647a2408), TOBN(0x14c61ed6, 0x5c750981),
    +     TOBN(0x88b34414, 0xc53352e7), TOBN(0x5a34889c, 0x1337d46e),
    +     TOBN(0x612c1560, 0xf95f2bc8), TOBN(0x8a3f8441, 0xd4807a3a),
    +     TOBN(0x680d9e97, 0x5224da68), TOBN(0x60cd6e88, 0xc3eb00e9),
    +     TOBN(0x3875a98e, 0x9a6bc375), TOBN(0xdc80f924, 0x4fd554c2),
    +     TOBN(0x6c4b3415, 0x6ac77407), TOBN(0xa1e5ea8f, 0x25420681),
    +     TOBN(0x541bfa14, 0x4607a458), TOBN(0x5dbc7e7a, 0x96d7fbf9),
    +     TOBN(0x646a851b, 0x31590a47), TOBN(0x039e85ba, 0x15ee6df8),
    +     TOBN(0xd19fa231, 0xd7b43fc0), TOBN(0x84bc8be8, 0x299a0e04),
    +     TOBN(0x2b9d2936, 0xf20df03a), TOBN(0x24054382, 0x8608d472),
    +     TOBN(0x76b6ba04, 0x9149202a), TOBN(0xb21c3831, 0x3670e7b7),
    +     TOBN(0xddd93059, 0xd6fdee10), TOBN(0x9da47ad3, 0x78488e71),
    +     TOBN(0x99cc1dfd, 0xa0fcfb25), TOBN(0x42abde10, 0x64696954),
    +     TOBN(0x14cc15fc, 0x17eab9fe), TOBN(0xd6e863e4, 0xd3e70972),
    +     TOBN(0x29a7765c, 0x6432112c), TOBN(0x88660001, 0x5b0774d8),
    +     TOBN(0x3729175a, 0x2c088eae), TOBN(0x13afbcae, 0x8230b8d4),
    +     TOBN(0x44768151, 0x915f4379), TOBN(0xf086431a, 0xd8d22812),
    +     TOBN(0x37461955, 0xc298b974), TOBN(0x905fb5f0, 0xf8711e04),
    +     TOBN(0x787abf3a, 0xfe969d18), TOBN(0x392167c2, 0x6f6a494e),
    +     TOBN(0xfc7a0d2d, 0x28c511da), TOBN(0xf127c7dc, 0xb66a262d),
    +     TOBN(0xf9c4bb95, 0xfd63fdf0), TOBN(0x90016589, 0x3913ef46),
    +     TOBN(0x74d2a73c, 0x11aa600d), TOBN(0x2f5379bd, 0x9fb5ab52),
    +     TOBN(0xe49e53a4, 0x7fb70068), TOBN(0x68dd39e5, 0x404aa9a7),
    +     TOBN(0xb9b0cf57, 0x2ecaa9c3), TOBN(0xba0e103b, 0xe824826b),
    +     TOBN(0x60c2198b, 0x4631a3c4), TOBN(0xc5ff84ab, 0xfa8966a2),
    +     TOBN(0x2d6ebe22, 0xac95aff8), TOBN(0x1c9bb6db, 0xb5a46d09),
    +     TOBN(0x419062da, 0x53ee4f8d), TOBN(0x7b9042d0, 0xbb97efef),
    +     TOBN(0x0f87f080, 0x830cf6bd), TOBN(0x4861d19a, 0x6ec8a6c6),
    +     TOBN(0xd3a0daa1, 0x202f01aa), TOBN(0xb0111674, 0xf25afbd5),
    +     TOBN(0x6d00d6cf, 0x1afb20d9), TOBN(0x13695000, 0x40671bc5),
    +     TOBN(0x913ab0dc, 0x2485ea9b), TOBN(0x1f2bed06, 0x9eef61ac),
    +     TOBN(0x850c8217, 0x6d799e20), TOBN(0x93415f37, 0x3271c2de),
    +     TOBN(0x5afb06e9, 0x6c4f5910), TOBN(0x688a52df, 0xc4e9e421),
    +     TOBN(0x30495ba3, 0xe2a9a6db), TOBN(0x4601303d, 0x58f9268b),
    +     TOBN(0xbe3b0dad, 0x7eb0f04f), TOBN(0x4ea47250, 0x4456936d),
    +     TOBN(0x8caf8798, 0xd33fd3e7), TOBN(0x1ccd8a89, 0xeb433708),
    +     TOBN(0x9effe3e8, 0x87fd50ad), TOBN(0xbe240a56, 0x6b29c4df),
    +     TOBN(0xec4ffd98, 0xca0e7ebd), TOBN(0xf586783a, 0xe748616e),
    +     TOBN(0xa5b00d8f, 0xc77baa99), TOBN(0x0acada29, 0xb4f34c9c),
    +     TOBN(0x36dad67d, 0x0fe723ac), TOBN(0x1d8e53a5, 0x39c36c1e),
    +     TOBN(0xe4dd342d, 0x1f4bea41), TOBN(0x64fd5e35, 0xebc9e4e0),
    +     TOBN(0x96f01f90, 0x57908805), TOBN(0xb5b9ea3d, 0x5ed480dd),
    +     TOBN(0x366c5dc2, 0x3efd2dd0), TOBN(0xed2fe305, 0x6e9dfa27),
    +     TOBN(0x4575e892, 0x6e9197e2), TOBN(0x11719c09, 0xab502a5d),
    +     TOBN(0x264c7bec, 0xe81f213f), TOBN(0x741b9241, 0x55f5c457),
    +     TOBN(0x78ac7b68, 0x49a5f4f4), TOBN(0xf91d70a2, 0x9fc45b7d),
    +     TOBN(0x39b05544, 0xb0f5f355), TOBN(0x11f06bce, 0xeef930d9),
    +     TOBN(0xdb84d25d, 0x038d05e1), TOBN(0x04838ee5, 0xbacc1d51),
    +     TOBN(0x9da3ce86, 0x9e8ee00b), TOBN(0xc3412057, 0xc36eda1f),
    +     TOBN(0xae80b913, 0x64d9c2f4), TOBN(0x7468bac3, 0xa010a8ff),
    +     TOBN(0xdfd20037, 0x37359d41), TOBN(0x1a0f5ab8, 0x15efeacc),
    +     TOBN(0x7c25ad2f, 0x659d0ce0), TOBN(0x4011bcbb, 0x6785cff1),
    +     TOBN(0x128b9912, 0x7e2192c7), TOBN(0xa549d8e1, 0x13ccb0e8),
    +     TOBN(0x805588d8, 0xc85438b1), TOBN(0x5680332d, 0xbc25cb27),
    +     TOBN(0xdcd1bc96, 0x1a4bfdf4), TOBN(0x779ff428, 0x706f6566),
    +     TOBN(0x8bbee998, 0xf059987a), TOBN(0xf6ce8cf2, 0xcc686de7),
    +     TOBN(0xf8ad3c4a, 0x953cfdb2), TOBN(0xd1d426d9, 0x2205da36),
    +     TOBN(0xb3c0f13f, 0xc781a241), TOBN(0x3e89360e, 0xd75362a8),
    +     TOBN(0xccd05863, 0xc8a91184), TOBN(0x9bd0c9b7, 0xefa8a7f4),
    +     TOBN(0x97ee4d53, 0x8a912a4b), TOBN(0xde5e15f8, 0xbcf518fd),
    +     TOBN(0x6a055bf8, 0xc467e1e0), TOBN(0x10be4b4b, 0x1587e256),
    +     TOBN(0xd90c14f2, 0x668621c9), TOBN(0xd5518f51, 0xab9c92c1),
    +     TOBN(0x8e6a0100, 0xd6d47b3c), TOBN(0xcbe980dd, 0x66716175),
    +     TOBN(0x500d3f10, 0xddd83683), TOBN(0x3b6cb35d, 0x99cac73c),
    +     TOBN(0x53730c8b, 0x6083d550), TOBN(0xcf159767, 0xdf0a1987),
    +     TOBN(0x84bfcf53, 0x43ad73b3), TOBN(0x1b528c20, 0x4f035a94),
    +     TOBN(0x4294edf7, 0x33eeac69), TOBN(0xb6283e83, 0x817f3240),
    +     TOBN(0xc3fdc959, 0x0a5f25b1), TOBN(0xefaf8aa5, 0x5844ee22),
    +     TOBN(0xde269ba5, 0xdbdde4de), TOBN(0xe3347160, 0xc56133bf),
    +     TOBN(0xc1184219, 0x8d9ea9f8), TOBN(0x090de5db, 0xf3fc1ab5),
    +     TOBN(0x404c37b1, 0x0bf22cda), TOBN(0x7de20ec8, 0xf5618894),
    +     TOBN(0x754c588e, 0xecdaecab), TOBN(0x6ca4b0ed, 0x88342743),
    +     TOBN(0x76f08bdd, 0xf4a938ec), TOBN(0xd182de89, 0x91493ccb),
    +     TOBN(0xd652c53e, 0xc8a4186a), TOBN(0xb3e878db, 0x946d8e33),
    +     TOBN(0x088453c0, 0x5f37663c), TOBN(0x5cd9daaa, 0xb407748b),
    +     TOBN(0xa1f5197f, 0x586d5e72), TOBN(0x47500be8, 0xc443ca59),
    +     TOBN(0x78ef35b2, 0xe2652424), TOBN(0x09c5d26f, 0x6dd7767d),
    +     TOBN(0x7175a79a, 0xa74d3f7b), TOBN(0x0428fd8d, 0xcf5ea459),
    +     TOBN(0x511cb97c, 0xa5d1746d), TOBN(0x36363939, 0xe71d1278),
    +     TOBN(0xcf2df955, 0x10350bf4), TOBN(0xb3817439, 0x60aae782),
    +     TOBN(0xa748c0e4, 0x3e688809), TOBN(0x98021fbf, 0xd7a5a006),
    +     TOBN(0x9076a70c, 0x0e367a98), TOBN(0xbea1bc15, 0x0f62b7c2),
    +     TOBN(0x2645a68c, 0x30fe0343), TOBN(0xacaffa78, 0x699dc14f),
    +     TOBN(0xf4469964, 0x457bf9c4), TOBN(0x0db6407b, 0x0d2ead83),
    +     TOBN(0x68d56cad, 0xb2c6f3eb), TOBN(0x3b512e73, 0xf376356c),
    +     TOBN(0xe43b0e1f, 0xfce10408), TOBN(0x89ddc003, 0x5a5e257d),
    +     TOBN(0xb0ae0d12, 0x0362e5b3), TOBN(0x07f983c7, 0xb0519161),
    +     TOBN(0xc2e94d15, 0x5d5231e7), TOBN(0xcff22aed, 0x0b4f9513),
    +     TOBN(0xb02588dd, 0x6ad0b0b5), TOBN(0xb967d1ac, 0x11d0dcd5),
    +     TOBN(0x8dac6bc6, 0xcf777b6c), TOBN(0x0062bdbd, 0x4c6d1959),
    +     TOBN(0x53da71b5, 0x0ef5cc85), TOBN(0x07012c7d, 0x4006f14f),
    +     TOBN(0x4617f962, 0xac47800d), TOBN(0x53365f2b, 0xc102ed75),
    +     TOBN(0xb422efcb, 0x4ab8c9d3), TOBN(0x195cb26b, 0x34af31c9),
    +     TOBN(0x3a926e29, 0x05f2c4ce), TOBN(0xbd2bdecb, 0x9856966c),
    +     TOBN(0x5d16ab3a, 0x85527015), TOBN(0x9f81609e, 0x4486c231),
    +     TOBN(0xd8b96b2c, 0xda350002), TOBN(0xbd054690, 0xfa1b7d36),
    +     TOBN(0xdc90ebf5, 0xe71d79bc), TOBN(0xf241b6f9, 0x08964e4e),
    +     TOBN(0x7c838643, 0x2fe3cd4c), TOBN(0xe0f33acb, 0xb4bc633c),
    +     TOBN(0xb4a9ecec, 0x3d139f1f), TOBN(0x05ce69cd, 0xdc4a1f49),
    +     TOBN(0xa19d1b16, 0xf5f98aaf), TOBN(0x45bb71d6, 0x6f23e0ef),
    +     TOBN(0x33789fcd, 0x46cdfdd3), TOBN(0x9b8e2978, 0xcee040ca),
    +     TOBN(0x9c69b246, 0xae0a6828), TOBN(0xba533d24, 0x7078d5aa),
    +     TOBN(0x7a2e42c0, 0x7bb4fbdb), TOBN(0xcfb4879a, 0x7035385c),
    +     TOBN(0x8c3dd30b, 0x3281705b), TOBN(0x7e361c6c, 0x404fe081),
    +     TOBN(0x7b21649c, 0x3f604edf), TOBN(0x5dbf6a3f, 0xe52ffe47),
    +     TOBN(0xc41b7c23, 0x4b54d9bf), TOBN(0x1374e681, 0x3511c3d9),
    +     TOBN(0x1863bf16, 0xc1b2b758), TOBN(0x90e78507, 0x1e9e6a96),
    +     TOBN(0xab4bf98d, 0x5d86f174), TOBN(0xd74e0bd3, 0x85e96fe4),
    +     TOBN(0x8afde39f, 0xcac5d344), TOBN(0x90946dbc, 0xbd91b847),
    +     TOBN(0xf5b42358, 0xfe1a838c), TOBN(0x05aae6c5, 0x620ac9d8),
    +     TOBN(0x8e193bd8, 0xa1ce5a0b), TOBN(0x8f710571, 0x4dabfd72),
    +     TOBN(0x8d8fdd48, 0x182caaac), TOBN(0x8c4aeefa, 0x040745cf),
    +     TOBN(0x73c6c30a, 0xf3b93e6d), TOBN(0x991241f3, 0x16f42011),
    +     TOBN(0xa0158eea, 0xe457a477), TOBN(0xd19857db, 0xee6ddc05),
    +     TOBN(0xb3265224, 0x18c41671), TOBN(0x3ffdfc7e, 0x3c2c0d58),
    +     TOBN(0x3a3a5254, 0x26ee7cda), TOBN(0x341b0869, 0xdf02c3a8),
    +     TOBN(0xa023bf42, 0x723bbfc8), TOBN(0x3d15002a, 0x14452691),}
    +    ,
    +    {TOBN(0x5ef7324c, 0x85edfa30), TOBN(0x25976554, 0x87d4f3da),
    +     TOBN(0x352f5bc0, 0xdcb50c86), TOBN(0x8f6927b0, 0x4832a96c),
    +     TOBN(0xd08ee1ba, 0x55f2f94c), TOBN(0x6a996f99, 0x344b45fa),
    +     TOBN(0xe133cb8d, 0xa8aa455d), TOBN(0x5d0721ec, 0x758dc1f7),
    +     TOBN(0x6ba7a920, 0x79e5fb67), TOBN(0xe1331feb, 0x70aa725e),
    +     TOBN(0x5080ccf5, 0x7df5d837), TOBN(0xe4cae01d, 0x7ff72e21),
    +     TOBN(0xd9243ee6, 0x0412a77d), TOBN(0x06ff7cac, 0xdf449025),
    +     TOBN(0xbe75f7cd, 0x23ef5a31), TOBN(0xbc957822, 0x0ddef7a8),
    +     TOBN(0x8cf7230c, 0xb0ce1c55), TOBN(0x5b534d05, 0x0bbfb607),
    +     TOBN(0xee1ef113, 0x0e16363b), TOBN(0x27e0aa7a, 0xb4999e82),
    +     TOBN(0xce1dac2d, 0x79362c41), TOBN(0x67920c90, 0x91bb6cb0),
    +     TOBN(0x1e648d63, 0x2223df24), TOBN(0x0f7d9eef, 0xe32e8f28),
    +     TOBN(0x6943f39a, 0xfa833834), TOBN(0x22951722, 0xa6328562),
    +     TOBN(0x81d63dd5, 0x4170fc10), TOBN(0x9f5fa58f, 0xaecc2e6d),
    +     TOBN(0xb66c8725, 0xe77d9a3b), TOBN(0x11235cea, 0x6384ebe0),
    +     TOBN(0x06a8c118, 0x5845e24a), TOBN(0x0137b286, 0xebd093b1),
    +     TOBN(0xc589e1ce, 0x44ace150), TOBN(0xe0f8d3d9, 0x4381e97c),
    +     TOBN(0x59e99b11, 0x62c5a4b8), TOBN(0x90d262f7, 0xfd0ec9f9),
    +     TOBN(0xfbc854c9, 0x283e13c9), TOBN(0x2d04fde7, 0xaedc7085),
    +     TOBN(0x057d7765, 0x47dcbecb), TOBN(0x8dbdf591, 0x9a76fa5f),
    +     TOBN(0xd0150695, 0x0de1e578), TOBN(0x2e1463e7, 0xe9f72bc6),
    +     TOBN(0xffa68441, 0x1b39eca5), TOBN(0x673c8530, 0x7c037f2f),
    +     TOBN(0xd0d6a600, 0x747f91da), TOBN(0xb08d43e1, 0xc9cb78e9),
    +     TOBN(0x0fc0c644, 0x27b5cef5), TOBN(0x5c1d160a, 0xa60a2fd6),
    +     TOBN(0xf98cae53, 0x28c8e13b), TOBN(0x375f10c4, 0xb2eddcd1),
    +     TOBN(0xd4eb8b7f, 0x5cce06ad), TOBN(0xb4669f45, 0x80a2e1ef),
    +     TOBN(0xd593f9d0, 0x5bbd8699), TOBN(0x5528a4c9, 0xe7976d13),
    +     TOBN(0x3923e095, 0x1c7e28d3), TOBN(0xb9293790, 0x3f6bb577),
    +     TOBN(0xdb567d6a, 0xc42bd6d2), TOBN(0x6df86468, 0xbb1f96ae),
    +     TOBN(0x0efe5b1a, 0x4843b28e), TOBN(0x961bbb05, 0x6379b240),
    +     TOBN(0xb6caf5f0, 0x70a6a26b), TOBN(0x70686c0d, 0x328e6e39),
    +     TOBN(0x80da06cf, 0x895fc8d3), TOBN(0x804d8810, 0xb363fdc9),
    +     TOBN(0xbe22877b, 0x207f1670), TOBN(0x9b0dd188, 0x4e615291),
    +     TOBN(0x625ae8dc, 0x97a3c2bf), TOBN(0x08584ef7, 0x439b86e8),
    +     TOBN(0xde7190a5, 0xdcd898ff), TOBN(0x26286c40, 0x2058ee3d),
    +     TOBN(0x3db0b217, 0x5f87b1c1), TOBN(0xcc334771, 0x102a6db5),
    +     TOBN(0xd99de954, 0x2f770fb1), TOBN(0x97c1c620, 0x4cd7535e),
    +     TOBN(0xd3b6c448, 0x3f09cefc), TOBN(0xd725af15, 0x5a63b4f8),
    +     TOBN(0x0c95d24f, 0xc01e20ec), TOBN(0xdfd37494, 0x9ae7121f),
    +     TOBN(0x7d6ddb72, 0xec77b7ec), TOBN(0xfe079d3b, 0x0353a4ae),
    +     TOBN(0x3066e70a, 0x2e6ac8d2), TOBN(0x9c6b5a43, 0x106e5c05),
    +     TOBN(0x52d3c6f5, 0xede59b8c), TOBN(0x30d6a5c3, 0xfccec9ae),
    +     TOBN(0xedec7c22, 0x4fc0a9ef), TOBN(0x190ff083, 0x95c16ced),
    +     TOBN(0xbe12ec8f, 0x94de0fde), TOBN(0x0d131ab8, 0x852d3433),
    +     TOBN(0x42ace07e, 0x85701291), TOBN(0x94793ed9, 0x194061a8),
    +     TOBN(0x30e83ed6, 0xd7f4a485), TOBN(0x9eec7269, 0xf9eeff4d),
    +     TOBN(0x90acba59, 0x0c9d8005), TOBN(0x5feca458, 0x1e79b9d1),
    +     TOBN(0x8fbe5427, 0x1d506a1e), TOBN(0xa32b2c8e, 0x2439cfa7),
    +     TOBN(0x1671c173, 0x73dd0b4e), TOBN(0x37a28214, 0x44a054c6),
    +     TOBN(0x81760a1b, 0x4e8b53f1), TOBN(0xa6c04224, 0xf9f93b9e),
    +     TOBN(0x18784b34, 0xcf671e3c), TOBN(0x81bbecd2, 0xcda9b994),
    +     TOBN(0x38831979, 0xb2ab3848), TOBN(0xef54feb7, 0xf2e03c2d),
    +     TOBN(0xcf197ca7, 0xfb8088fa), TOBN(0x01427247, 0x4ddc96c5),
    +     TOBN(0xa2d2550a, 0x30777176), TOBN(0x53469898, 0x4d0cf71d),
    +     TOBN(0x6ce937b8, 0x3a2aaac6), TOBN(0xe9f91dc3, 0x5af38d9b),
    +     TOBN(0x2598ad83, 0xc8bf2899), TOBN(0x8e706ac9, 0xb5536c16),
    +     TOBN(0x40dc7495, 0xf688dc98), TOBN(0x26490cd7, 0x124c4afc),
    +     TOBN(0xe651ec84, 0x1f18775c), TOBN(0x393ea6c3, 0xb4fdaf4a),
    +     TOBN(0x1e1f3343, 0x7f338e0d), TOBN(0x39fb832b, 0x6053e7b5),
    +     TOBN(0x46e702da, 0x619e14d5), TOBN(0x859cacd1, 0xcdeef6e0),
    +     TOBN(0x63b99ce7, 0x4462007d), TOBN(0xb8ab48a5, 0x4cb5f5b7),
    +     TOBN(0x9ec673d2, 0xf55edde7), TOBN(0xd1567f74, 0x8cfaefda),
    +     TOBN(0x46381b6b, 0x0887bcec), TOBN(0x694497ce, 0xe178f3c2),
    +     TOBN(0x5e6525e3, 0x1e6266cb), TOBN(0x5931de26, 0x697d6413),
    +     TOBN(0x87f8df7c, 0x0e58d493), TOBN(0xb1ae5ed0, 0x58b73f12),
    +     TOBN(0xc368f784, 0xdea0c34d), TOBN(0x9bd0a120, 0x859a91a0),
    +     TOBN(0xb00d88b7, 0xcc863c68), TOBN(0x3a1cc11e, 0x3d1f4d65),
    +     TOBN(0xea38e0e7, 0x0aa85593), TOBN(0x37f13e98, 0x7dc4aee8),
    +     TOBN(0x10d38667, 0xbc947bad), TOBN(0x738e07ce, 0x2a36ee2e),
    +     TOBN(0xc93470cd, 0xc577fcac), TOBN(0xdee1b616, 0x2782470d),
    +     TOBN(0x36a25e67, 0x2e793d12), TOBN(0xd6aa6cae, 0xe0f186da),
    +     TOBN(0x474d0fd9, 0x80e07af7), TOBN(0xf7cdc47d, 0xba8a5cd4),
    +     TOBN(0x28af6d9d, 0xab15247f), TOBN(0x7c789c10, 0x493a537f),
    +     TOBN(0x7ac9b110, 0x23a334e7), TOBN(0x0236ac09, 0x12c9c277),
    +     TOBN(0xa7e5bd25, 0x1d7a5144), TOBN(0x098b9c2a, 0xf13ec4ec),
    +     TOBN(0x3639daca, 0xd3f0abca), TOBN(0x642da81a, 0xa23960f9),
    +     TOBN(0x7d2e5c05, 0x4f7269b1), TOBN(0xfcf30777, 0xe287c385),
    +     TOBN(0x10edc84f, 0xf2a46f21), TOBN(0x35441757, 0x4f43fa36),
    +     TOBN(0xf1327899, 0xfd703431), TOBN(0xa438d7a6, 0x16dd587a),
    +     TOBN(0x65c34c57, 0xe9c8352d), TOBN(0xa728edab, 0x5cc5a24e),
    +     TOBN(0xaed78abc, 0x42531689), TOBN(0x0a51a0e8, 0x010963ef),
    +     TOBN(0x5776fa0a, 0xd717d9b3), TOBN(0xf356c239, 0x7dd3428b),
    +     TOBN(0x29903fff, 0x8d3a3dac), TOBN(0x409597fa, 0x3d94491f),
    +     TOBN(0x4cd7a5ff, 0xbf4a56a4), TOBN(0xe5096474, 0x8adab462),
    +     TOBN(0xa97b5126, 0x5c3427b0), TOBN(0x6401405c, 0xd282c9bd),
    +     TOBN(0x3629f8d7, 0x222c5c45), TOBN(0xb1c02c16, 0xe8d50aed),
    +     TOBN(0xbea2ed75, 0xd9635bc9), TOBN(0x226790c7, 0x6e24552f),
    +     TOBN(0x3c33f2a3, 0x65f1d066), TOBN(0x2a43463e, 0x6dfccc2e),
    +     TOBN(0x8cc3453a, 0xdb483761), TOBN(0xe7cc6085, 0x65d5672b),
    +     TOBN(0x277ed6cb, 0xde3efc87), TOBN(0x19f2f368, 0x69234eaf),
    +     TOBN(0x9aaf4317, 0x5c0b800b), TOBN(0x1f1e7c89, 0x8b6da6e2),
    +     TOBN(0x6cfb4715, 0xb94ec75e), TOBN(0xd590dd5f, 0x453118c2),
    +     TOBN(0x14e49da1, 0x1f17a34c), TOBN(0x5420ab39, 0x235a1456),
    +     TOBN(0xb7637241, 0x2f50363b), TOBN(0x7b15d623, 0xc3fabb6e),
    +     TOBN(0xa0ef40b1, 0xe274e49c), TOBN(0x5cf50744, 0x96b1860a),
    +     TOBN(0xd6583fbf, 0x66afe5a4), TOBN(0x44240510, 0xf47e3e9a),
    +     TOBN(0x99254343, 0x11b2d595), TOBN(0xf1367499, 0xeec8df57),
    +     TOBN(0x3cb12c61, 0x3e73dd05), TOBN(0xd248c033, 0x7dac102a),
    +     TOBN(0xcf154f13, 0xa77739f5), TOBN(0xbf4288cb, 0x23d2af42),
    +     TOBN(0xaa64c9b6, 0x32e4a1cf), TOBN(0xee8c07a8, 0xc8a208f3),
    +     TOBN(0xe10d4999, 0x6fe8393f), TOBN(0x0f809a3f, 0xe91f3a32),
    +     TOBN(0x61096d1c, 0x802f63c8), TOBN(0x289e1462, 0x57750d3d),
    +     TOBN(0xed06167e, 0x9889feea), TOBN(0xd5c9c0e2, 0xe0993909),
    +     TOBN(0x46fca0d8, 0x56508ac6), TOBN(0x91826047, 0x4f1b8e83),
    +     TOBN(0x4f2c877a, 0x9a4a2751), TOBN(0x71bd0072, 0xcae6fead),
    +     TOBN(0x38df8dcc, 0x06aa1941), TOBN(0x5a074b4c, 0x63beeaa8),
    +     TOBN(0xd6d65934, 0xc1cec8ed), TOBN(0xa6ecb49e, 0xaabc03bd),
    +     TOBN(0xaade91c2, 0xde8a8415), TOBN(0xcfb0efdf, 0x691136e0),
    +     TOBN(0x11af45ee, 0x23ab3495), TOBN(0xa132df88, 0x0b77463d),
    +     TOBN(0x8923c15c, 0x815d06f4), TOBN(0xc3ceb3f5, 0x0d61a436),
    +     TOBN(0xaf52291d, 0xe88fb1da), TOBN(0xea057974, 0x1da12179),
    +     TOBN(0xb0d7218c, 0xd2fef720), TOBN(0x6c0899c9, 0x8e1d8845),
    +     TOBN(0x98157504, 0x752ddad7), TOBN(0xd60bd74f, 0xa1a68a97),
    +     TOBN(0x7047a3a9, 0xf658fb99), TOBN(0x1f5d86d6, 0x5f8511e4),
    +     TOBN(0xb8a4bc42, 0x4b5a6d88), TOBN(0x69eb2c33, 0x1abefa7d),
    +     TOBN(0x95bf39e8, 0x13c9c510), TOBN(0xf571960a, 0xd48aab43),
    +     TOBN(0x7e8cfbcf, 0x704e23c6), TOBN(0xc71b7d22, 0x28aaa65b),
    +     TOBN(0xa041b2bd, 0x245e3c83), TOBN(0x69b98834, 0xd21854ff),
    +     TOBN(0x89d227a3, 0x963bfeec), TOBN(0x99947aaa, 0xde7da7cb),
    +     TOBN(0x1d9ee9db, 0xee68a9b1), TOBN(0x0a08f003, 0x698ec368),
    +     TOBN(0xe9ea4094, 0x78ef2487), TOBN(0xc8d2d415, 0x02cfec26),
    +     TOBN(0xc52f9a6e, 0xb7dcf328), TOBN(0x0ed489e3, 0x85b6a937),
    +     TOBN(0x9b94986b, 0xbef3366e), TOBN(0x0de59c70, 0xedddddb8),
    +     TOBN(0xffdb748c, 0xeadddbe2), TOBN(0x9b9784bb, 0x8266ea40),
    +     TOBN(0x142b5502, 0x1a93507a), TOBN(0xb4cd1187, 0x8d3c06cf),
    +     TOBN(0xdf70e76a, 0x91ec3f40), TOBN(0x484e81ad, 0x4e7553c2),
    +     TOBN(0x830f87b5, 0x272e9d6e), TOBN(0xea1c93e5, 0xc6ff514a),
    +     TOBN(0x67cc2adc, 0xc4192a8e), TOBN(0xc77e27e2, 0x42f4535a),
    +     TOBN(0x9cdbab36, 0xd2b713c5), TOBN(0x86274ea0, 0xcf7b0cd3),
    +     TOBN(0x784680f3, 0x09af826b), TOBN(0xbfcc837a, 0x0c72dea3),
    +     TOBN(0xa8bdfe9d, 0xd6529b73), TOBN(0x708aa228, 0x63a88002),
    +     TOBN(0x6c7a9a54, 0xc91d45b9), TOBN(0xdf1a38bb, 0xfd004f56),
    +     TOBN(0x2e8c9a26, 0xb8bad853), TOBN(0x2d52cea3, 0x3723eae7),
    +     TOBN(0x054d6d81, 0x56ca2830), TOBN(0xa3317d14, 0x9a8dc411),
    +     TOBN(0xa08662fe, 0xfd4ddeda), TOBN(0xed2a153a, 0xb55d792b),
    +     TOBN(0x7035c16a, 0xbfc6e944), TOBN(0xb6bc5834, 0x00171cf3),
    +     TOBN(0xe27152b3, 0x83d102b6), TOBN(0xfe695a47, 0x0646b848),
    +     TOBN(0xa5bb09d8, 0x916e6d37), TOBN(0xb4269d64, 0x0d17015e),
    +     TOBN(0x8d8156a1, 0x0a1d2285), TOBN(0xfeef6c51, 0x46d26d72),
    +     TOBN(0x9dac57c8, 0x4c5434a7), TOBN(0x0282e5be, 0x59d39e31),
    +     TOBN(0xedfff181, 0x721c486d), TOBN(0x301baf10, 0xbc58824e),
    +     TOBN(0x8136a6aa, 0x00570031), TOBN(0x55aaf78c, 0x1cddde68),
    +     TOBN(0x26829371, 0x59c63952), TOBN(0x3a3bd274, 0x8bc25baf),
    +     TOBN(0xecdf8657, 0xb7e52dc3), TOBN(0x2dd8c087, 0xfd78e6c8),
    +     TOBN(0x20553274, 0xf5531461), TOBN(0x8b4a1281, 0x5d95499b),
    +     TOBN(0xe2c8763a, 0x1a80f9d2), TOBN(0xd1dbe32b, 0x4ddec758),
    +     TOBN(0xaf12210d, 0x30c34169), TOBN(0xba74a953, 0x78baa533),
    +     TOBN(0x3d133c6e, 0xa438f254), TOBN(0xa431531a, 0x201bef5b),
    +     TOBN(0x15295e22, 0xf669d7ec), TOBN(0xca374f64, 0x357fb515),
    +     TOBN(0x8a8406ff, 0xeaa3fdb3), TOBN(0x106ae448, 0xdf3f2da8),
    +     TOBN(0x8f9b0a90, 0x33c8e9a1), TOBN(0x234645e2, 0x71ad5885),
    +     TOBN(0x3d083224, 0x1c0aed14), TOBN(0xf10a7d3e, 0x7a942d46),
    +     TOBN(0x7c11deee, 0x40d5c9be), TOBN(0xb2bae7ff, 0xba84ed98),
    +     TOBN(0x93e97139, 0xaad58ddd), TOBN(0x3d872796, 0x3f6d1fa3),
    +     TOBN(0x483aca81, 0x8569ff13), TOBN(0x8b89a5fb, 0x9a600f72),
    +     TOBN(0x4cbc27c3, 0xc06f2b86), TOBN(0x22130713, 0x63ad9c0b),
    +     TOBN(0xb5358b1e, 0x48ac2840), TOBN(0x18311294, 0xecba9477),
    +     TOBN(0xda58f990, 0xa6946b43), TOBN(0x3098baf9, 0x9ab41819),
    +     TOBN(0x66c4c158, 0x4198da52), TOBN(0xab4fc17c, 0x146bfd1b),
    +     TOBN(0x2f0a4c3c, 0xbf36a908), TOBN(0x2ae9e34b, 0x58cf7838),
    +     TOBN(0xf411529e, 0x3fa11b1f), TOBN(0x21e43677, 0x974af2b4),
    +     TOBN(0x7c20958e, 0xc230793b), TOBN(0x710ea885, 0x16e840f3),
    +     TOBN(0xfc0b21fc, 0xc5dc67cf), TOBN(0x08d51647, 0x88405718),
    +     TOBN(0xd955c21f, 0xcfe49eb7), TOBN(0x9722a5d5, 0x56dd4a1f),
    +     TOBN(0xc9ef50e2, 0xc861baa5), TOBN(0xc0c21a5d, 0x9505ac3e),
    +     TOBN(0xaf6b9a33, 0x8b7c063f), TOBN(0xc6370339, 0x2f4779c1),
    +     TOBN(0x22df99c7, 0x638167c3), TOBN(0xfe6ffe76, 0x795db30c),
    +     TOBN(0x2b822d33, 0xa4854989), TOBN(0xfef031dd, 0x30563aa5),
    +     TOBN(0x16b09f82, 0xd57c667f), TOBN(0xc70312ce, 0xcc0b76f1),
    +     TOBN(0xbf04a9e6, 0xc9118aec), TOBN(0x82fcb419, 0x3409d133),
    +     TOBN(0x1a8ab385, 0xab45d44d), TOBN(0xfba07222, 0x617b83a3),
    +     TOBN(0xb05f50dd, 0x58e81b52), TOBN(0x1d8db553, 0x21ce5aff),
    +     TOBN(0x3097b8d4, 0xe344a873), TOBN(0x7d8d116d, 0xfe36d53e),
    +     TOBN(0x6db22f58, 0x7875e750), TOBN(0x2dc5e373, 0x43e144ea),
    +     TOBN(0xc05f32e6, 0xe799eb95), TOBN(0xe9e5f4df, 0x6899e6ec),
    +     TOBN(0xbdc3bd68, 0x1fab23d5), TOBN(0xb72b8ab7, 0x73af60e6),
    +     TOBN(0x8db27ae0, 0x2cecc84a), TOBN(0x600016d8, 0x7bdb871c),
    +     TOBN(0x42a44b13, 0xd7c46f58), TOBN(0xb8919727, 0xc3a77d39),
    +     TOBN(0xcfc6bbbd, 0xdafd6088), TOBN(0x1a740146, 0x6bd20d39),
    +     TOBN(0x8c747abd, 0x98c41072), TOBN(0x4c91e765, 0xbdf68ea1),
    +     TOBN(0x7c95e5ca, 0x08819a78), TOBN(0xcf48b729, 0xc9587921),
    +     TOBN(0x091c7c5f, 0xdebbcc7d), TOBN(0x6f287404, 0xf0e05149),
    +     TOBN(0xf83b5ac2, 0x26cd44ec), TOBN(0x88ae32a6, 0xcfea250e),
    +     TOBN(0x6ac5047a, 0x1d06ebc5), TOBN(0xc7e550b4, 0xd434f781),
    +     TOBN(0x61ab1cf2, 0x5c727bd2), TOBN(0x2e4badb1, 0x1cf915b0),
    +     TOBN(0x1b4dadec, 0xf69d3920), TOBN(0xe61b1ca6, 0xf14c1dfe),
    +     TOBN(0x90b479cc, 0xbd6bd51f), TOBN(0x8024e401, 0x8045ec30),
    +     TOBN(0xcab29ca3, 0x25ef0e62), TOBN(0x4f2e9416, 0x49e4ebc0),
    +     TOBN(0x45eb40ec, 0x0ccced58), TOBN(0x25cd4b9c, 0x0da44f98),
    +     TOBN(0x43e06458, 0x871812c6), TOBN(0x99f80d55, 0x16cef651),
    +     TOBN(0x571340c9, 0xce6dc153), TOBN(0x138d5117, 0xd8665521),
    +     TOBN(0xacdb45bc, 0x4e07014d), TOBN(0x2f34bb38, 0x84b60b91),
    +     TOBN(0xf44a4fd2, 0x2ae8921e), TOBN(0xb039288e, 0x892ba1e2),
    +     TOBN(0x9da50174, 0xb1c180b2), TOBN(0x6b70ab66, 0x1693dc87),
    +     TOBN(0x7e9babc9, 0xe7057481), TOBN(0x4581ddef, 0x9c80dc41),
    +     TOBN(0x0c890da9, 0x51294682), TOBN(0x0b5629d3, 0x3f4736e5),
    +     TOBN(0x2340c79e, 0xb06f5b41), TOBN(0xa42e84ce, 0x4e243469),
    +     TOBN(0xf9a20135, 0x045a71a9), TOBN(0xefbfb415, 0xd27b6fb6),
    +     TOBN(0x25ebea23, 0x9d33cd6f), TOBN(0x9caedb88, 0xaa6c0af8),
    +     TOBN(0x53dc7e9a, 0xd9ce6f96), TOBN(0x3897f9fd, 0x51e0b15a),
    +     TOBN(0xf51cb1f8, 0x8e5d788e), TOBN(0x1aec7ba8, 0xe1d490ee),
    +     TOBN(0x265991e0, 0xcc58cb3c), TOBN(0x9f306e8c, 0x9fc3ad31),
    +     TOBN(0x5fed006e, 0x5040a0ac), TOBN(0xca9d5043, 0xfb476f2e),
    +     TOBN(0xa19c06e8, 0xbeea7a23), TOBN(0xd2865801, 0x0edabb63),
    +     TOBN(0xdb92293f, 0x6967469a), TOBN(0x2894d839, 0x8d8a8ed8),
    +     TOBN(0x87c9e406, 0xbbc77122), TOBN(0x8671c6f1, 0x2ea3a26a),
    +     TOBN(0xe42df8d6, 0xd7de9853), TOBN(0x2e3ce346, 0xb1f2bcc7),
    +     TOBN(0xda601dfc, 0x899d50cf), TOBN(0xbfc913de, 0xfb1b598f),
    +     TOBN(0x81c4909f, 0xe61f7908), TOBN(0x192e304f, 0x9bbc7b29),
    +     TOBN(0xc3ed8738, 0xc104b338), TOBN(0xedbe9e47, 0x783f5d61),
    +     TOBN(0x0c06e9be, 0x2db30660), TOBN(0xda3e613f, 0xc0eb7d8e),
    +     TOBN(0xd8fa3e97, 0x322e096e), TOBN(0xfebd91e8, 0xd336e247),
    +     TOBN(0x8f13ccc4, 0xdf655a49), TOBN(0xa9e00dfc, 0x5eb20210),
    +     TOBN(0x84631d0f, 0xc656b6ea), TOBN(0x93a058cd, 0xd8c0d947),
    +     TOBN(0x6846904a, 0x67bd3448), TOBN(0x4a3d4e1a, 0xf394fd5c),
    +     TOBN(0xc102c1a5, 0xdb225f52), TOBN(0xe3455bba, 0xfc4f5e9a),
    +     TOBN(0x6b36985b, 0x4b9ad1ce), TOBN(0xa9818536, 0x5bb7f793),
    +     TOBN(0x6c25e1d0, 0x48b1a416), TOBN(0x1381dd53, 0x3c81bee7),
    +     TOBN(0xd2a30d61, 0x7a4a7620), TOBN(0xc8412926, 0x39b8944c),
    +     TOBN(0x3c1c6fbe, 0x7a97c33a), TOBN(0x941e541d, 0x938664e7),
    +     TOBN(0x417499e8, 0x4a34f239), TOBN(0x15fdb83c, 0xb90402d5),
    +     TOBN(0xb75f46bf, 0x433aa832), TOBN(0xb61e15af, 0x63215db1),
    +     TOBN(0xaabe59d4, 0xa127f89a), TOBN(0x5d541e0c, 0x07e816da),
    +     TOBN(0xaaba0659, 0xa618b692), TOBN(0x55327733, 0x17266026),
    +     TOBN(0xaf53a0fc, 0x95f57552), TOBN(0x32947650, 0x6cacb0c9),
    +     TOBN(0x253ff58d, 0xc821be01), TOBN(0xb0309531, 0xa06f1146),
    +     TOBN(0x59bbbdf5, 0x05c2e54d), TOBN(0x158f27ad, 0x26e8dd22),
    +     TOBN(0xcc5b7ffb, 0x397e1e53), TOBN(0xae03f65b, 0x7fc1e50d),
    +     TOBN(0xa9784ebd, 0x9c95f0f9), TOBN(0x5ed9deb2, 0x24640771),
    +     TOBN(0x31244af7, 0x035561c4), TOBN(0x87332f3a, 0x7ee857de),
    +     TOBN(0x09e16e9e, 0x2b9e0d88), TOBN(0x52d910f4, 0x56a06049),
    +     TOBN(0x507ed477, 0xa9592f48), TOBN(0x85cb917b, 0x2365d678),
    +     TOBN(0xf8511c93, 0x4c8998d1), TOBN(0x2186a3f1, 0x730ea58f),
    +     TOBN(0x50189626, 0xb2029db0), TOBN(0x9137a6d9, 0x02ceb75a),
    +     TOBN(0x2fe17f37, 0x748bc82c), TOBN(0x87c2e931, 0x80469f8c),
    +     TOBN(0x850f71cd, 0xbf891aa2), TOBN(0x0ca1b89b, 0x75ec3d8d),
    +     TOBN(0x516c43aa, 0x5e1cd3cd), TOBN(0x89397808, 0x9a887c28),
    +     TOBN(0x0059c699, 0xddea1f9f), TOBN(0x7737d6fa, 0x8e6868f7),
    +     TOBN(0x6d93746a, 0x60f1524b), TOBN(0x36985e55, 0xba052aa7),
    +     TOBN(0x41b1d322, 0xed923ea5), TOBN(0x3429759f, 0x25852a11),
    +     TOBN(0xbeca6ec3, 0x092e9f41), TOBN(0x3a238c66, 0x62256bbd),
    +     TOBN(0xd82958ea, 0x70ad487d), TOBN(0x4ac8aaf9, 0x65610d93),
    +     TOBN(0x3fa101b1, 0x5e4ccab0), TOBN(0x9bf430f2, 0x9de14bfb),
    +     TOBN(0xa10f5cc6, 0x6531899d), TOBN(0x590005fb, 0xea8ce17d),
    +     TOBN(0xc437912f, 0x24544cb6), TOBN(0x9987b71a, 0xd79ac2e3),
    +     TOBN(0x13e3d9dd, 0xc058a212), TOBN(0x00075aac, 0xd2de9606),
    +     TOBN(0x80ab508b, 0x6cac8369), TOBN(0x87842be7, 0xf54f6c89),
    +     TOBN(0xa7ad663d, 0x6bc532a4), TOBN(0x67813de7, 0x78a91bc8),
    +     TOBN(0x5dcb61ce, 0xc3427239), TOBN(0x5f3c7cf0, 0xc56934d9),
    +     TOBN(0xc079e0fb, 0xe3191591), TOBN(0xe40896bd, 0xb01aada7),
    +     TOBN(0x8d466791, 0x0492d25f), TOBN(0x8aeb30c9, 0xe7408276),
    +     TOBN(0xe9437495, 0x9287aacc), TOBN(0x23d4708d, 0x79fe03d4),
    +     TOBN(0x8cda9cf2, 0xd0c05199), TOBN(0x502fbc22, 0xfae78454),
    +     TOBN(0xc0bda9df, 0xf572a182), TOBN(0x5f9b71b8, 0x6158b372),
    +     TOBN(0xe0f33a59, 0x2b82dd07), TOBN(0x76302735, 0x9523032e),
    +     TOBN(0x7fe1a721, 0xc4505a32), TOBN(0x7b6e3e82, 0xf796409f),}
    +    ,
    +    {TOBN(0xe3417bc0, 0x35d0b34a), TOBN(0x440b386b, 0x8327c0a7),
    +     TOBN(0x8fb7262d, 0xac0362d1), TOBN(0x2c41114c, 0xe0cdf943),
    +     TOBN(0x2ba5cef1, 0xad95a0b1), TOBN(0xc09b37a8, 0x67d54362),
    +     TOBN(0x26d6cdd2, 0x01e486c9), TOBN(0x20477abf, 0x42ff9297),
    +     TOBN(0xa004dcb3, 0x292a9287), TOBN(0xddc15cf6, 0x77b092c7),
    +     TOBN(0x083a8464, 0x806c0605), TOBN(0x4a68df70, 0x3db997b0),
    +     TOBN(0x9c134e45, 0x05bf7dd0), TOBN(0xa4e63d39, 0x8ccf7f8c),
    +     TOBN(0xa6e6517f, 0x41b5f8af), TOBN(0xaa8b9342, 0xad7bc1cc),
    +     TOBN(0x126f35b5, 0x1e706ad9), TOBN(0xb99cebb4, 0xc3a9ebdf),
    +     TOBN(0xa75389af, 0xbf608d90), TOBN(0x76113c4f, 0xc6c89858),
    +     TOBN(0x80de8eb0, 0x97e2b5aa), TOBN(0x7e1022cc, 0x63b91304),
    +     TOBN(0x3bdab605, 0x6ccc066c), TOBN(0x33cbb144, 0xb2edf900),
    +     TOBN(0xc4176471, 0x7af715d2), TOBN(0xe2f7f594, 0xd0134a96),
    +     TOBN(0x2c1873ef, 0xa41ec956), TOBN(0xe4e7b4f6, 0x77821304),
    +     TOBN(0xe5c8ff97, 0x88d5374a), TOBN(0x2b915e63, 0x80823d5b),
    +     TOBN(0xea6bc755, 0xb2ee8fe2), TOBN(0x6657624c, 0xe7112651),
    +     TOBN(0x157af101, 0xdace5aca), TOBN(0xc4fdbcf2, 0x11a6a267),
    +     TOBN(0xdaddf340, 0xc49c8609), TOBN(0x97e49f52, 0xe9604a65),
    +     TOBN(0x9be8e790, 0x937e2ad5), TOBN(0x846e2508, 0x326e17f1),
    +     TOBN(0x3f38007a, 0x0bbbc0dc), TOBN(0xcf03603f, 0xb11e16d6),
    +     TOBN(0xd6f800e0, 0x7442f1d5), TOBN(0x475607d1, 0x66e0e3ab),
    +     TOBN(0x82807f16, 0xb7c64047), TOBN(0x8858e1e3, 0xa749883d),
    +     TOBN(0x5859120b, 0x8231ee10), TOBN(0x1b80e7eb, 0x638a1ece),
    +     TOBN(0xcb72525a, 0xc6aa73a4), TOBN(0xa7cdea3d, 0x844423ac),
    +     TOBN(0x5ed0c007, 0xf8ae7c38), TOBN(0x6db07a5c, 0x3d740192),
    +     TOBN(0xbe5e9c2a, 0x5fe36db3), TOBN(0xd5b9d57a, 0x76e95046),
    +     TOBN(0x54ac32e7, 0x8eba20f2), TOBN(0xef11ca8f, 0x71b9a352),
    +     TOBN(0x305e373e, 0xff98a658), TOBN(0xffe5a100, 0x823eb667),
    +     TOBN(0x57477b11, 0xe51732d2), TOBN(0xdfd6eb28, 0x2538fc0e),
    +     TOBN(0x5c43b0cc, 0x3b39eec5), TOBN(0x6af12778, 0xcb36cc57),
    +     TOBN(0x70b0852d, 0x06c425ae), TOBN(0x6df92f8c, 0x5c221b9b),
    +     TOBN(0x6c8d4f9e, 0xce826d9c), TOBN(0xf59aba7b, 0xb49359c3),
    +     TOBN(0x5c8ed8d5, 0xda64309d), TOBN(0x61a6de56, 0x91b30704),
    +     TOBN(0xd6b52f6a, 0x2f9b5808), TOBN(0x0eee4194, 0x98c958a7),
    +     TOBN(0xcddd9aab, 0x771e4caa), TOBN(0x83965dfd, 0x78bc21be),
    +     TOBN(0x02affce3, 0xb3b504f5), TOBN(0x30847a21, 0x561c8291),
    +     TOBN(0xd2eb2cf1, 0x52bfda05), TOBN(0xe0e4c4e9, 0x6197b98c),
    +     TOBN(0x1d35076c, 0xf8a1726f), TOBN(0x6c06085b, 0x2db11e3d),
    +     TOBN(0x15c0c4d7, 0x4463ba14), TOBN(0x9d292f83, 0x0030238c),
    +     TOBN(0x1311ee8b, 0x3727536d), TOBN(0xfeea86ef, 0xbeaedc1e),
    +     TOBN(0xb9d18cd3, 0x66131e2e), TOBN(0xf31d974f, 0x80fe2682),
    +     TOBN(0xb6e49e0f, 0xe4160289), TOBN(0x7c48ec0b, 0x08e92799),
    +     TOBN(0x818111d8, 0xd1989aa7), TOBN(0xb34fa0aa, 0xebf926f9),
    +     TOBN(0xdb5fe2f5, 0xa245474a), TOBN(0xf80a6ebb, 0x3c7ca756),
    +     TOBN(0xa7f96054, 0xafa05dd8), TOBN(0x26dfcf21, 0xfcaf119e),
    +     TOBN(0xe20ef2e3, 0x0564bb59), TOBN(0xef4dca50, 0x61cb02b8),
    +     TOBN(0xcda7838a, 0x65d30672), TOBN(0x8b08d534, 0xfd657e86),
    +     TOBN(0x4c5b4395, 0x46d595c8), TOBN(0x39b58725, 0x425cb836),
    +     TOBN(0x8ea61059, 0x3de9abe3), TOBN(0x40434881, 0x9cdc03be),
    +     TOBN(0x9b261245, 0xcfedce8c), TOBN(0x78c318b4, 0xcf5234a1),
    +     TOBN(0x510bcf16, 0xfde24c99), TOBN(0x2a77cb75, 0xa2c2ff5d),
    +     TOBN(0x9c895c2b, 0x27960fb4), TOBN(0xd30ce975, 0xb0eda42b),
    +     TOBN(0xfda85393, 0x1a62cc26), TOBN(0x23c69b96, 0x50c0e052),
    +     TOBN(0xa227df15, 0xbfc633f3), TOBN(0x2ac78848, 0x1bae7d48),
    +     TOBN(0x487878f9, 0x187d073d), TOBN(0x6c2be919, 0x967f807d),
    +     TOBN(0x765861d8, 0x336e6d8f), TOBN(0x88b8974c, 0xce528a43),
    +     TOBN(0x09521177, 0xff57d051), TOBN(0x2ff38037, 0xfb6a1961),
    +     TOBN(0xfc0aba74, 0xa3d76ad4), TOBN(0x7c764803, 0x25a7ec17),
    +     TOBN(0x7532d75f, 0x48879bc8), TOBN(0xea7eacc0, 0x58ce6bc1),
    +     TOBN(0xc82176b4, 0x8e896c16), TOBN(0x9a30e0b2, 0x2c750fed),
    +     TOBN(0xc37e2c2e, 0x421d3aa4), TOBN(0xf926407c, 0xe84fa840),
    +     TOBN(0x18abc03d, 0x1454e41c), TOBN(0x26605ecd, 0x3f7af644),
    +     TOBN(0x242341a6, 0xd6a5eabf), TOBN(0x1edb84f4, 0x216b668e),
    +     TOBN(0xd836edb8, 0x04010102), TOBN(0x5b337ce7, 0x945e1d8c),
    +     TOBN(0xd2075c77, 0xc055dc14), TOBN(0x2a0ffa25, 0x81d89cdf),
    +     TOBN(0x8ce815ea, 0x6ffdcbaf), TOBN(0xa3428878, 0xfb648867),
    +     TOBN(0x277699cf, 0x884655fb), TOBN(0xfa5b5bd6, 0x364d3e41),
    +     TOBN(0x01f680c6, 0x441e1cb7), TOBN(0x3fd61e66, 0xb70a7d67),
    +     TOBN(0x666ba2dc, 0xcc78cf66), TOBN(0xb3018174, 0x6fdbff77),
    +     TOBN(0x8d4dd0db, 0x168d4668), TOBN(0x259455d0, 0x1dab3a2a),
    +     TOBN(0xf58564c5, 0xcde3acec), TOBN(0x77141925, 0x13adb276),
    +     TOBN(0x527d725d, 0x8a303f65), TOBN(0x55deb6c9, 0xe6f38f7b),
    +     TOBN(0xfd5bb657, 0xb1fa70fb), TOBN(0xfa07f50f, 0xd8073a00),
    +     TOBN(0xf72e3aa7, 0xbca02500), TOBN(0xf68f895d, 0x9975740d),
    +     TOBN(0x30112060, 0x5cae2a6a), TOBN(0x01bd7218, 0x02874842),
    +     TOBN(0x3d423891, 0x7ce47bd3), TOBN(0xa66663c1, 0x789544f6),
    +     TOBN(0x864d05d7, 0x3272d838), TOBN(0xe22924f9, 0xfa6295c5),
    +     TOBN(0x8189593f, 0x6c2fda32), TOBN(0x330d7189, 0xb184b544),
    +     TOBN(0x79efa62c, 0xbde1f714), TOBN(0x35771c94, 0xe5cb1a63),
    +     TOBN(0x2f4826b8, 0x641c8332), TOBN(0x00a894fb, 0xc8cee854),
    +     TOBN(0xb4b9a39b, 0x36194d40), TOBN(0xe857a7c5, 0x77612601),
    +     TOBN(0xf4209dd2, 0x4ecf2f58), TOBN(0x82b9e66d, 0x5a033487),
    +     TOBN(0xc1e36934, 0xe4e8b9dd), TOBN(0xd2372c9d, 0xa42377d7),
    +     TOBN(0x51dc94c7, 0x0e3ae43b), TOBN(0x4c57761e, 0x04474f6f),
    +     TOBN(0xdcdacd0a, 0x1058a318), TOBN(0x369cf3f5, 0x78053a9a),
    +     TOBN(0xc6c3de50, 0x31c68de2), TOBN(0x4653a576, 0x3c4b6d9f),
    +     TOBN(0x1688dd5a, 0xaa4e5c97), TOBN(0x5be80aa1, 0xb7ab3c74),
    +     TOBN(0x70cefe7c, 0xbc65c283), TOBN(0x57f95f13, 0x06867091),
    +     TOBN(0xa39114e2, 0x4415503b), TOBN(0xc08ff7c6, 0x4cbb17e9),
    +     TOBN(0x1eff674d, 0xd7dec966), TOBN(0x6d4690af, 0x53376f63),
    +     TOBN(0xff6fe32e, 0xea74237b), TOBN(0xc436d17e, 0xcd57508e),
    +     TOBN(0x15aa28e1, 0xedcc40fe), TOBN(0x0d769c04, 0x581bbb44),
    +     TOBN(0xc240b6de, 0x34eaacda), TOBN(0xd9e116e8, 0x2ba0f1de),
    +     TOBN(0xcbe45ec7, 0x79438e55), TOBN(0x91787c9d, 0x96f752d7),
    +     TOBN(0x897f532b, 0xf129ac2f), TOBN(0xd307b7c8, 0x5a36e22c),
    +     TOBN(0x91940675, 0x749fb8f3), TOBN(0xd14f95d0, 0x157fdb28),
    +     TOBN(0xfe51d029, 0x6ae55043), TOBN(0x8931e98f, 0x44a87de1),
    +     TOBN(0xe57f1cc6, 0x09e4fee2), TOBN(0x0d063b67, 0x4e072d92),
    +     TOBN(0x70a998b9, 0xed0e4316), TOBN(0xe74a736b, 0x306aca46),
    +     TOBN(0xecf0fbf2, 0x4fda97c7), TOBN(0xa40f65cb, 0x3e178d93),
    +     TOBN(0x16253604, 0x16df4285), TOBN(0xb0c9babb, 0xd0c56ae2),
    +     TOBN(0x73032b19, 0xcfc5cfc3), TOBN(0xe497e5c3, 0x09752056),
    +     TOBN(0x12096bb4, 0x164bda96), TOBN(0x1ee42419, 0xa0b74da1),
    +     TOBN(0x8fc36243, 0x403826ba), TOBN(0x0c8f0069, 0xdc09e660),
    +     TOBN(0x8667e981, 0xc27253c9), TOBN(0x05a6aefb, 0x92b36a45),
    +     TOBN(0xa62c4b36, 0x9cb7bb46), TOBN(0x8394f375, 0x11f7027b),
    +     TOBN(0x747bc79c, 0x5f109d0f), TOBN(0xcad88a76, 0x5b8cc60a),
    +     TOBN(0x80c5a66b, 0x58f09e68), TOBN(0xe753d451, 0xf6127eac),
    +     TOBN(0xc44b74a1, 0x5b0ec6f5), TOBN(0x47989fe4, 0x5289b2b8),
    +     TOBN(0x745f8484, 0x58d6fc73), TOBN(0xec362a6f, 0xf61c70ab),
    +     TOBN(0x070c98a7, 0xb3a8ad41), TOBN(0x73a20fc0, 0x7b63db51),
    +     TOBN(0xed2c2173, 0xf44c35f4), TOBN(0x8a56149d, 0x9acc9dca),
    +     TOBN(0x98f17881, 0x9ac6e0f4), TOBN(0x360fdeaf, 0xa413b5ed),
    +     TOBN(0x0625b8f4, 0xa300b0fd), TOBN(0xf1f4d76a, 0x5b3222d3),
    +     TOBN(0x9d6f5109, 0x587f76b8), TOBN(0x8b4ee08d, 0x2317fdb5),
    +     TOBN(0x88089bb7, 0x8c68b095), TOBN(0x95570e9a, 0x5808d9b9),
    +     TOBN(0xa395c36f, 0x35d33ae7), TOBN(0x200ea123, 0x50bb5a94),
    +     TOBN(0x20c789bd, 0x0bafe84b), TOBN(0x243ef52d, 0x0919276a),
    +     TOBN(0x3934c577, 0xe23ae233), TOBN(0xb93807af, 0xa460d1ec),
    +     TOBN(0xb72a53b1, 0xf8fa76a4), TOBN(0xd8914cb0, 0xc3ca4491),
    +     TOBN(0x2e128494, 0x3fb42622), TOBN(0x3b2700ac, 0x500907d5),
    +     TOBN(0xf370fb09, 0x1a95ec63), TOBN(0xf8f30be2, 0x31b6dfbd),
    +     TOBN(0xf2b2f8d2, 0x69e55f15), TOBN(0x1fead851, 0xcc1323e9),
    +     TOBN(0xfa366010, 0xd9e5eef6), TOBN(0x64d487b0, 0xe316107e),
    +     TOBN(0x4c076b86, 0xd23ddc82), TOBN(0x03fd344c, 0x7e0143f0),
    +     TOBN(0xa95362ff, 0x317af2c5), TOBN(0x0add3db7, 0xe18b7a4f),
    +     TOBN(0x9c673e3f, 0x8260e01b), TOBN(0xfbeb49e5, 0x54a1cc91),
    +     TOBN(0x91351bf2, 0x92f2e433), TOBN(0xc755e7ec, 0x851141eb),
    +     TOBN(0xc9a95139, 0x29607745), TOBN(0x0ca07420, 0xa26f2b28),
    +     TOBN(0xcb2790e7, 0x4bc6f9dd), TOBN(0x345bbb58, 0xadcaffc0),
    +     TOBN(0xc65ea38c, 0xbe0f27a2), TOBN(0x67c24d7c, 0x641fcb56),
    +     TOBN(0x2c25f0a7, 0xa9e2c757), TOBN(0x93f5cdb0, 0x16f16c49),
    +     TOBN(0x2ca5a9d7, 0xc5ee30a1), TOBN(0xd1593635, 0xb909b729),
    +     TOBN(0x804ce9f3, 0xdadeff48), TOBN(0xec464751, 0xb07c30c3),
    +     TOBN(0x89d65ff3, 0x9e49af6a), TOBN(0xf2d6238a, 0x6f3d01bc),
    +     TOBN(0x1095561e, 0x0bced843), TOBN(0x51789e12, 0xc8a13fd8),
    +     TOBN(0xd633f929, 0x763231df), TOBN(0x46df9f7d, 0xe7cbddef),
    +     TOBN(0x01c889c0, 0xcb265da8), TOBN(0xfce1ad10, 0xaf4336d2),
    +     TOBN(0x8d110df6, 0xfc6a0a7e), TOBN(0xdd431b98, 0x6da425dc),
    +     TOBN(0xcdc4aeab, 0x1834aabe), TOBN(0x84deb124, 0x8439b7fc),
    +     TOBN(0x8796f169, 0x3c2a5998), TOBN(0x9b9247b4, 0x7947190d),
    +     TOBN(0x55b9d9a5, 0x11597014), TOBN(0x7e9dd70d, 0x7b1566ee),
    +     TOBN(0x94ad78f7, 0xcbcd5e64), TOBN(0x0359ac17, 0x9bd4c032),
    +     TOBN(0x3b11baaf, 0x7cc222ae), TOBN(0xa6a6e284, 0xba78e812),
    +     TOBN(0x8392053f, 0x24cea1a0), TOBN(0xc97bce4a, 0x33621491),
    +     TOBN(0x7eb1db34, 0x35399ee9), TOBN(0x473f78ef, 0xece81ad1),
    +     TOBN(0x41d72fe0, 0xf63d3d0d), TOBN(0xe620b880, 0xafab62fc),
    +     TOBN(0x92096bc9, 0x93158383), TOBN(0x41a21357, 0x8f896f6c),
    +     TOBN(0x1b5ee2fa, 0xc7dcfcab), TOBN(0x650acfde, 0x9546e007),
    +     TOBN(0xc081b749, 0xb1b02e07), TOBN(0xda9e41a0, 0xf9eca03d),
    +     TOBN(0x013ba727, 0x175a54ab), TOBN(0xca0cd190, 0xea5d8d10),
    +     TOBN(0x85ea52c0, 0x95fd96a9), TOBN(0x2c591b9f, 0xbc5c3940),
    +     TOBN(0x6fb4d4e4, 0x2bad4d5f), TOBN(0xfa4c3590, 0xfef0059b),
    +     TOBN(0x6a10218a, 0xf5122294), TOBN(0x9a78a81a, 0xa85751d1),
    +     TOBN(0x04f20579, 0xa98e84e7), TOBN(0xfe1242c0, 0x4997e5b5),
    +     TOBN(0xe77a273b, 0xca21e1e4), TOBN(0xfcc8b1ef, 0x9411939d),
    +     TOBN(0xe20ea302, 0x92d0487a), TOBN(0x1442dbec, 0x294b91fe),
    +     TOBN(0x1f7a4afe, 0xbb6b0e8f), TOBN(0x1700ef74, 0x6889c318),
    +     TOBN(0xf5bbffc3, 0x70f1fc62), TOBN(0x3b31d4b6, 0x69c79cca),
    +     TOBN(0xe8bc2aab, 0xa7f6340d), TOBN(0xb0b08ab4, 0xa725e10a),
    +     TOBN(0x44f05701, 0xae340050), TOBN(0xba4b3016, 0x1cf0c569),
    +     TOBN(0x5aa29f83, 0xfbe19a51), TOBN(0x1b9ed428, 0xb71d752e),
    +     TOBN(0x1666e54e, 0xeb4819f5), TOBN(0x616cdfed, 0x9e18b75b),
    +     TOBN(0x112ed5be, 0x3ee27b0b), TOBN(0xfbf28319, 0x44c7de4d),
    +     TOBN(0xd685ec85, 0xe0e60d84), TOBN(0x68037e30, 0x1db7ee78),
    +     TOBN(0x5b65bdcd, 0x003c4d6e), TOBN(0x33e7363a, 0x93e29a6a),
    +     TOBN(0x995b3a61, 0x08d0756c), TOBN(0xd727f85c, 0x2faf134b),
    +     TOBN(0xfac6edf7, 0x1d337823), TOBN(0x99b9aa50, 0x0439b8b4),
    +     TOBN(0x722eb104, 0xe2b4e075), TOBN(0x49987295, 0x437c4926),
    +     TOBN(0xb1e4c0e4, 0x46a9b82d), TOBN(0xd0cb3197, 0x57a006f5),
    +     TOBN(0xf3de0f7d, 0xd7808c56), TOBN(0xb5c54d8f, 0x51f89772),
    +     TOBN(0x500a114a, 0xadbd31aa), TOBN(0x9afaaaa6, 0x295f6cab),
    +     TOBN(0x94705e21, 0x04cf667a), TOBN(0xfc2a811b, 0x9d3935d7),
    +     TOBN(0x560b0280, 0x6d09267c), TOBN(0xf19ed119, 0xf780e53b),
    +     TOBN(0xf0227c09, 0x067b6269), TOBN(0x967b8533, 0x5caef599),
    +     TOBN(0x155b9243, 0x68efeebc), TOBN(0xcd6d34f5, 0xc497bae6),
    +     TOBN(0x1dd8d5d3, 0x6cceb370), TOBN(0x2aeac579, 0xa78d7bf9),
    +     TOBN(0x5d65017d, 0x70b67a62), TOBN(0x70c8e44f, 0x17c53f67),
    +     TOBN(0xd1fc0950, 0x86a34d09), TOBN(0xe0fca256, 0xe7134907),
    +     TOBN(0xe24fa29c, 0x80fdd315), TOBN(0x2c4acd03, 0xd87499ad),
    +     TOBN(0xbaaf7517, 0x3b5a9ba6), TOBN(0xb9cbe1f6, 0x12e51a51),
    +     TOBN(0xd88edae3, 0x5e154897), TOBN(0xe4309c3c, 0x77b66ca0),
    +     TOBN(0xf5555805, 0xf67f3746), TOBN(0x85fc37ba, 0xa36401ff),
    +     TOBN(0xdf86e2ca, 0xd9499a53), TOBN(0x6270b2a3, 0xecbc955b),
    +     TOBN(0xafae64f5, 0x974ad33b), TOBN(0x04d85977, 0xfe7b2df1),
    +     TOBN(0x2a3db3ff, 0x4ab03f73), TOBN(0x0b87878a, 0x8702740a),
    +     TOBN(0x6d263f01, 0x5a061732), TOBN(0xc25430ce, 0xa32a1901),
    +     TOBN(0xf7ebab3d, 0xdb155018), TOBN(0x3a86f693, 0x63a9b78e),
    +     TOBN(0x349ae368, 0xda9f3804), TOBN(0x470f07fe, 0xa164349c),
    +     TOBN(0xd52f4cc9, 0x8562baa5), TOBN(0xc74a9e86, 0x2b290df3),
    +     TOBN(0xd3a1aa35, 0x43471a24), TOBN(0x239446be, 0xb8194511),
    +     TOBN(0xbec2dd00, 0x81dcd44d), TOBN(0xca3d7f0f, 0xc42ac82d),
    +     TOBN(0x1f3db085, 0xfdaf4520), TOBN(0xbb6d3e80, 0x4549daf2),
    +     TOBN(0xf5969d8a, 0x19ad5c42), TOBN(0x7052b13d, 0xdbfd1511),
    +     TOBN(0x11890d1b, 0x682b9060), TOBN(0xa71d3883, 0xac34452c),
    +     TOBN(0xa438055b, 0x783805b4), TOBN(0x43241277, 0x4725b23e),
    +     TOBN(0xf20cf96e, 0x4901bbed), TOBN(0x6419c710, 0xf432a2bb),
    +     TOBN(0x57a0fbb9, 0xdfa9cd7d), TOBN(0x589111e4, 0x00daa249),
    +     TOBN(0x19809a33, 0x7b60554e), TOBN(0xea5f8887, 0xede283a4),
    +     TOBN(0x2d713802, 0x503bfd35), TOBN(0x151bb0af, 0x585d2a53),
    +     TOBN(0x40b08f74, 0x43b30ca8), TOBN(0xe10b5bba, 0xd9934583),
    +     TOBN(0xe8a546d6, 0xb51110ad), TOBN(0x1dd50e66, 0x28e0b6c5),
    +     TOBN(0x292e9d54, 0xcff2b821), TOBN(0x3882555d, 0x47281760),
    +     TOBN(0x134838f8, 0x3724d6e3), TOBN(0xf2c679e0, 0x22ddcda1),
    +     TOBN(0x40ee8815, 0x6d2a5768), TOBN(0x7f227bd2, 0x1c1e7e2d),
    +     TOBN(0x487ba134, 0xd04ff443), TOBN(0x76e2ff3d, 0xc614e54b),
    +     TOBN(0x36b88d6f, 0xa3177ec7), TOBN(0xbf731d51, 0x2328fff5),
    +     TOBN(0x758caea2, 0x49ba158e), TOBN(0x5ab8ff4c, 0x02938188),
    +     TOBN(0x33e16056, 0x35edc56d), TOBN(0x5a69d349, 0x7e940d79),
    +     TOBN(0x6c4fd001, 0x03866dcb), TOBN(0x20a38f57, 0x4893cdef),
    +     TOBN(0xfbf3e790, 0xfac3a15b), TOBN(0x6ed7ea2e, 0x7a4f8e6b),
    +     TOBN(0xa663eb4f, 0xbc3aca86), TOBN(0x22061ea5, 0x080d53f7),
    +     TOBN(0x2480dfe6, 0xf546783f), TOBN(0xd38bc6da, 0x5a0a641e),
    +     TOBN(0xfb093cd1, 0x2ede8965), TOBN(0x89654db4, 0xacb455cf),
    +     TOBN(0x413cbf9a, 0x26e1adee), TOBN(0x291f3764, 0x373294d4),
    +     TOBN(0x00797257, 0x648083fe), TOBN(0x25f504d3, 0x208cc341),
    +     TOBN(0x635a8e5e, 0xc3a0ee43), TOBN(0x70aaebca, 0x679898ff),
    +     TOBN(0x9ee9f547, 0x5dc63d56), TOBN(0xce987966, 0xffb34d00),
    +     TOBN(0xf9f86b19, 0x5e26310a), TOBN(0x9e435484, 0x382a8ca8),
    +     TOBN(0x253bcb81, 0xc2352fe4), TOBN(0xa4eac8b0, 0x4474b571),
    +     TOBN(0xc1b97512, 0xc1ad8cf8), TOBN(0x193b4e9e, 0x99e0b697),
    +     TOBN(0x939d2716, 0x01e85df0), TOBN(0x4fb265b3, 0xcd44eafd),
    +     TOBN(0x321e7dcd, 0xe51e1ae2), TOBN(0x8e3a8ca6, 0xe3d8b096),
    +     TOBN(0x8de46cb0, 0x52604998), TOBN(0x91099ad8, 0x39072aa7),
    +     TOBN(0x2617f91c, 0x93aa96b8), TOBN(0x0fc8716b, 0x7fca2e13),
    +     TOBN(0xa7106f5e, 0x95328723), TOBN(0xd1c9c40b, 0x262e6522),
    +     TOBN(0xb9bafe86, 0x42b7c094), TOBN(0x1873439d, 0x1543c021),
    +     TOBN(0xe1baa5de, 0x5cbefd5d), TOBN(0xa363fc5e, 0x521e8aff),
    +     TOBN(0xefe6320d, 0xf862eaac), TOBN(0x14419c63, 0x22c647dc),
    +     TOBN(0x0e06707c, 0x4e46d428), TOBN(0xcb6c834f, 0x4a178f8f),
    +     TOBN(0x0f993a45, 0xd30f917c), TOBN(0xd4c4b049, 0x9879afee),
    +     TOBN(0xb6142a1e, 0x70500063), TOBN(0x7c9b41c3, 0xa5d9d605),
    +     TOBN(0xbc00fc2f, 0x2f8ba2c7), TOBN(0x0966eb2f, 0x7c67aa28),
    +     TOBN(0x13f7b516, 0x5a786972), TOBN(0x3bfb7557, 0x8a2fbba0),
    +     TOBN(0x131c4f23, 0x5a2b9620), TOBN(0xbff3ed27, 0x6faf46be),
    +     TOBN(0x9b4473d1, 0x7e172323), TOBN(0x421e8878, 0x339f6246),
    +     TOBN(0x0fa8587a, 0x25a41632), TOBN(0xc0814124, 0xa35b6c93),
    +     TOBN(0x2b18a9f5, 0x59ebb8db), TOBN(0x264e3357, 0x76edb29c),
    +     TOBN(0xaf245ccd, 0xc87c51e2), TOBN(0x16b3015b, 0x501e6214),
    +     TOBN(0xbb31c560, 0x0a3882ce), TOBN(0x6961bb94, 0xfec11e04),
    +     TOBN(0x3b825b8d, 0xeff7a3a0), TOBN(0xbec33738, 0xb1df7326),
    +     TOBN(0x68ad747c, 0x99604a1f), TOBN(0xd154c934, 0x9a3bd499),
    +     TOBN(0xac33506f, 0x1cc7a906), TOBN(0x73bb5392, 0x6c560e8f),
    +     TOBN(0x6428fcbe, 0x263e3944), TOBN(0xc11828d5, 0x1c387434),
    +     TOBN(0x3cd04be1, 0x3e4b12ff), TOBN(0xc3aad9f9, 0x2d88667c),
    +     TOBN(0xc52ddcf8, 0x248120cf), TOBN(0x985a892e, 0x2a389532),
    +     TOBN(0xfbb4b21b, 0x3bb85fa0), TOBN(0xf95375e0, 0x8dfc6269),
    +     TOBN(0xfb4fb06c, 0x7ee2acea), TOBN(0x6785426e, 0x309c4d1f),
    +     TOBN(0x659b17c8, 0xd8ceb147), TOBN(0x9b649eee, 0xb70a5554),
    +     TOBN(0x6b7fa0b5, 0xac6bc634), TOBN(0xd99fe2c7, 0x1d6e732f),
    +     TOBN(0x30e6e762, 0x8d3abba2), TOBN(0x18fee6e7, 0xa797b799),
    +     TOBN(0x5c9d360d, 0xc696464d), TOBN(0xe3baeb48, 0x27bfde12),
    +     TOBN(0x2bf5db47, 0xf23206d5), TOBN(0x2f6d3420, 0x1d260152),
    +     TOBN(0x17b87653, 0x3f8ff89a), TOBN(0x5157c30c, 0x378fa458),
    +     TOBN(0x7517c5c5, 0x2d4fb936), TOBN(0xef22f7ac, 0xe6518cdc),
    +     TOBN(0xdeb483e6, 0xbf847a64), TOBN(0xf5084558, 0x92e0fa89),}
    +    ,
    +    {TOBN(0xab9659d8, 0xdf7304d4), TOBN(0xb71bcf1b, 0xff210e8e),
    +     TOBN(0xa9a2438b, 0xd73fbd60), TOBN(0x4595cd1f, 0x5d11b4de),
    +     TOBN(0x9c0d329a, 0x4835859d), TOBN(0x4a0f0d2d, 0x7dbb6e56),
    +     TOBN(0xc6038e5e, 0xdf928a4e), TOBN(0xc9429621, 0x8f5ad154),
    +     TOBN(0x91213462, 0xf23f2d92), TOBN(0x6cab71bd, 0x60b94078),
    +     TOBN(0x6bdd0a63, 0x176cde20), TOBN(0x54c9b20c, 0xee4d54bc),
    +     TOBN(0x3cd2d8aa, 0x9f2ac02f), TOBN(0x03f8e617, 0x206eedb0),
    +     TOBN(0xc7f68e16, 0x93086434), TOBN(0x831469c5, 0x92dd3db9),
    +     TOBN(0x8521df24, 0x8f981354), TOBN(0x587e23ec, 0x3588a259),
    +     TOBN(0xcbedf281, 0xd7a0992c), TOBN(0x06930a55, 0x38961407),
    +     TOBN(0x09320deb, 0xbe5bbe21), TOBN(0xa7ffa5b5, 0x2491817f),
    +     TOBN(0xe6c8b4d9, 0x09065160), TOBN(0xac4f3992, 0xfff6d2a9),
    +     TOBN(0x7aa7a158, 0x3ae9c1bd), TOBN(0xe0af6d98, 0xe37ce240),
    +     TOBN(0xe54342d9, 0x28ab38b4), TOBN(0xe8b75007, 0x0a1c98ca),
    +     TOBN(0xefce86af, 0xe02358f2), TOBN(0x31b8b856, 0xea921228),
    +     TOBN(0x052a1912, 0x0a1c67fc), TOBN(0xb4069ea4, 0xe3aead59),
    +     TOBN(0x3232d6e2, 0x7fa03cb3), TOBN(0xdb938e5b, 0x0fdd7d88),
    +     TOBN(0x04c1d2cd, 0x2ccbfc5d), TOBN(0xd2f45c12, 0xaf3a580f),
    +     TOBN(0x592620b5, 0x7883e614), TOBN(0x5fd27e68, 0xbe7c5f26),
    +     TOBN(0x139e45a9, 0x1567e1e3), TOBN(0x2cc71d2d, 0x44d8aaaf),
    +     TOBN(0x4a9090cd, 0xe36d0757), TOBN(0xf722d7b1, 0xd9a29382),
    +     TOBN(0xfb7fb04c, 0x04b48ddf), TOBN(0x628ad2a7, 0xebe16f43),
    +     TOBN(0xcd3fbfb5, 0x20226040), TOBN(0x6c34ecb1, 0x5104b6c4),
    +     TOBN(0x30c0754e, 0xc903c188), TOBN(0xec336b08, 0x2d23cab0),
    +     TOBN(0x473d62a2, 0x1e206ee5), TOBN(0xf1e27480, 0x8c49a633),
    +     TOBN(0x87ab956c, 0xe9f6b2c3), TOBN(0x61830b48, 0x62b606ea),
    +     TOBN(0x67cd6846, 0xe78e815f), TOBN(0xfe40139f, 0x4c02082a),
    +     TOBN(0x52bbbfcb, 0x952ec365), TOBN(0x74c11642, 0x6b9836ab),
    +     TOBN(0x9f51439e, 0x558df019), TOBN(0x230da4ba, 0xac712b27),
    +     TOBN(0x518919e3, 0x55185a24), TOBN(0x4dcefcdd, 0x84b78f50),
    +     TOBN(0xa7d90fb2, 0xa47d4c5a), TOBN(0x55ac9abf, 0xb30e009e),
    +     TOBN(0xfd2fc359, 0x74eed273), TOBN(0xb72d824c, 0xdbea8faf),
    +     TOBN(0xce721a74, 0x4513e2ca), TOBN(0x0b418612, 0x38240b2c),
    +     TOBN(0x05199968, 0xd5baa450), TOBN(0xeb1757ed, 0x2b0e8c25),
    +     TOBN(0x6ebc3e28, 0x3dfac6d5), TOBN(0xb2431e2e, 0x48a237f5),
    +     TOBN(0x2acb5e23, 0x52f61499), TOBN(0x5558a2a7, 0xe06c936b),
    +     TOBN(0xd213f923, 0xcbb13d1b), TOBN(0x98799f42, 0x5bfb9bfe),
    +     TOBN(0x1ae8ddc9, 0x701144a9), TOBN(0x0b8b3bb6, 0x4c5595ee),
    +     TOBN(0x0ea9ef2e, 0x3ecebb21), TOBN(0x17cb6c4b, 0x3671f9a7),
    +     TOBN(0x47ef464f, 0x726f1d1f), TOBN(0x171b9484, 0x6943a276),
    +     TOBN(0x51a4ae2d, 0x7ef0329c), TOBN(0x08509222, 0x91c4402a),
    +     TOBN(0x64a61d35, 0xafd45bbc), TOBN(0x38f096fe, 0x3035a851),
    +     TOBN(0xc7468b74, 0xa1dec027), TOBN(0xe8cf10e7, 0x4fc7dcba),
    +     TOBN(0xea35ff40, 0xf4a06353), TOBN(0x0b4c0dfa, 0x8b77dd66),
    +     TOBN(0x779b8552, 0xde7e5c19), TOBN(0xfab28609, 0xc1c0256c),
    +     TOBN(0x64f58eee, 0xabd4743d), TOBN(0x4e8ef838, 0x7b6cc93b),
    +     TOBN(0xee650d26, 0x4cb1bf3d), TOBN(0x4c1f9d09, 0x73dedf61),
    +     TOBN(0xaef7c9d7, 0xbfb70ced), TOBN(0x1ec0507e, 0x1641de1e),
    +     TOBN(0xcd7e5cc7, 0xcde45079), TOBN(0xde173c9a, 0x516ac9e4),
    +     TOBN(0x517a8494, 0xc170315c), TOBN(0x438fd905, 0x91d8e8fb),
    +     TOBN(0x5145c506, 0xc7d9630b), TOBN(0x6457a87b, 0xf47d4d75),
    +     TOBN(0xd31646bf, 0x0d9a80e8), TOBN(0x453add2b, 0xcef3aabe),
    +     TOBN(0xc9941109, 0xa607419d), TOBN(0xfaa71e62, 0xbb6bca80),
    +     TOBN(0x34158c13, 0x07c431f3), TOBN(0x594abebc, 0x992bc47a),
    +     TOBN(0x6dfea691, 0xeb78399f), TOBN(0x48aafb35, 0x3f42cba4),
    +     TOBN(0xedcd65af, 0x077c04f0), TOBN(0x1a29a366, 0xe884491a),
    +     TOBN(0x023a40e5, 0x1c21f2bf), TOBN(0xf99a513c, 0xa5057aee),
    +     TOBN(0xa3fe7e25, 0xbcab072e), TOBN(0x8568d2e1, 0x40e32bcf),
    +     TOBN(0x904594eb, 0xd3f69d9f), TOBN(0x181a9733, 0x07affab1),
    +     TOBN(0xe4d68d76, 0xb6e330f4), TOBN(0x87a6dafb, 0xc75a7fc1),
    +     TOBN(0x549db2b5, 0xef7d9289), TOBN(0x2480d4a8, 0x197f015a),
    +     TOBN(0x61d5590b, 0xc40493b6), TOBN(0x3a55b52e, 0x6f780331),
    +     TOBN(0x40eb8115, 0x309eadb0), TOBN(0xdea7de5a, 0x92e5c625),
    +     TOBN(0x64d631f0, 0xcc6a3d5a), TOBN(0x9d5e9d7c, 0x93e8dd61),
    +     TOBN(0xf297bef5, 0x206d3ffc), TOBN(0x23d5e033, 0x7d808bd4),
    +     TOBN(0x4a4f6912, 0xd24cf5ba), TOBN(0xe4d8163b, 0x09cdaa8a),
    +     TOBN(0x0e0de9ef, 0xd3082e8e), TOBN(0x4fe1246c, 0x0192f360),
    +     TOBN(0x1f900150, 0x4b8eee0a), TOBN(0x5219da81, 0xf1da391b),
    +     TOBN(0x7bf6a5c1, 0xf7ea25aa), TOBN(0xd165e6bf, 0xfbb07d5f),
    +     TOBN(0xe3539361, 0x89e78671), TOBN(0xa3fcac89, 0x2bac4219),
    +     TOBN(0xdfab6fd4, 0xf0baa8ab), TOBN(0x5a4adac1, 0xe2c1c2e5),
    +     TOBN(0x6cd75e31, 0x40d85849), TOBN(0xce263fea, 0x19b39181),
    +     TOBN(0xcb6803d3, 0x07032c72), TOBN(0x7f40d5ce, 0x790968c8),
    +     TOBN(0xa6de86bd, 0xdce978f0), TOBN(0x25547c4f, 0x368f751c),
    +     TOBN(0xb1e685fd, 0x65fb2a9e), TOBN(0xce69336f, 0x1eb9179c),
    +     TOBN(0xb15d1c27, 0x12504442), TOBN(0xb7df465c, 0xb911a06b),
    +     TOBN(0xb8d804a3, 0x315980cd), TOBN(0x693bc492, 0xfa3bebf7),
    +     TOBN(0x3578aeee, 0x2253c504), TOBN(0x158de498, 0xcd2474a2),
    +     TOBN(0x1331f5c7, 0xcfda8368), TOBN(0xd2d7bbb3, 0x78d7177e),
    +     TOBN(0xdf61133a, 0xf3c1e46e), TOBN(0x5836ce7d, 0xd30e7be8),
    +     TOBN(0x83084f19, 0x94f834cb), TOBN(0xd35653d4, 0x429ed782),
    +     TOBN(0xa542f16f, 0x59e58243), TOBN(0xc2b52f65, 0x0470a22d),
    +     TOBN(0xe3b6221b, 0x18f23d96), TOBN(0xcb05abac, 0x3f5252b4),
    +     TOBN(0xca00938b, 0x87d61402), TOBN(0x2f186cdd, 0x411933e4),
    +     TOBN(0xe042ece5, 0x9a29a5c5), TOBN(0xb19b3c07, 0x3b6c8402),
    +     TOBN(0xc97667c7, 0x19d92684), TOBN(0xb5624622, 0xebc66372),
    +     TOBN(0x0cb96e65, 0x3c04fa02), TOBN(0x83a7176c, 0x8eaa39aa),
    +     TOBN(0x2033561d, 0xeaa1633f), TOBN(0x45a9d086, 0x4533df73),
    +     TOBN(0xe0542c1d, 0x3dc090bc), TOBN(0x82c996ef, 0xaa59c167),
    +     TOBN(0xe3f735e8, 0x0ee7fc4d), TOBN(0x7b179393, 0x7c35db79),
    +     TOBN(0xb6419e25, 0xf8c5dbfd), TOBN(0x4d9d7a1e, 0x1f327b04),
    +     TOBN(0x979f6f9b, 0x298dfca8), TOBN(0xc7c5dff1, 0x8de9366a),
    +     TOBN(0x1b7a588d, 0x04c82bdd), TOBN(0x68005534, 0xf8319dfd),
    +     TOBN(0xde8a55b5, 0xd8eb9580), TOBN(0x5ea886da, 0x8d5bca81),
    +     TOBN(0xe8530a01, 0x252a0b4d), TOBN(0x1bffb4fe, 0x35eaa0a1),
    +     TOBN(0x2ad828b1, 0xd8e99563), TOBN(0x7de96ef5, 0x95f9cd87),
    +     TOBN(0x4abb2d0c, 0xd77d970c), TOBN(0x03cfb933, 0xd33ef9cb),
    +     TOBN(0xb0547c01, 0x8b211fe9), TOBN(0x2fe64809, 0xa56ed1c6),
    +     TOBN(0xcb7d5624, 0xc2ac98cc), TOBN(0x2a1372c0, 0x1a393e33),
    +     TOBN(0xc8d1ec1c, 0x29660521), TOBN(0xf3d31b04, 0xb37ac3e9),
    +     TOBN(0xa29ae9df, 0x5ece6e7c), TOBN(0x0603ac8f, 0x0facfb55),
    +     TOBN(0xcfe85b7a, 0xdda233a5), TOBN(0xe618919f, 0xbd75f0b8),
    +     TOBN(0xf555a3d2, 0x99bf1603), TOBN(0x1f43afc9, 0xf184255a),
    +     TOBN(0xdcdaf341, 0x319a3e02), TOBN(0xd3b117ef, 0x03903a39),
    +     TOBN(0xe095da13, 0x65d1d131), TOBN(0x86f16367, 0xc37ad03e),
    +     TOBN(0x5f37389e, 0x462cd8dd), TOBN(0xc103fa04, 0xd67a60e6),
    +     TOBN(0x57c34344, 0xf4b478f0), TOBN(0xce91edd8, 0xe117c98d),
    +     TOBN(0x001777b0, 0x231fc12e), TOBN(0x11ae47f2, 0xb207bccb),
    +     TOBN(0xd983cf8d, 0x20f8a242), TOBN(0x7aff5b1d, 0xf22e1ad8),
    +     TOBN(0x68fd11d0, 0x7fc4feb3), TOBN(0x5d53ae90, 0xb0f1c3e1),
    +     TOBN(0x50fb7905, 0xec041803), TOBN(0x85e3c977, 0x14404888),
    +     TOBN(0x0e67faed, 0xac628d8f), TOBN(0x2e865150, 0x6668532c),
    +     TOBN(0x15acaaa4, 0x6a67a6b0), TOBN(0xf4cdee25, 0xb25cec41),
    +     TOBN(0x49ee565a, 0xe4c6701e), TOBN(0x2a04ca66, 0xfc7d63d8),
    +     TOBN(0xeb105018, 0xef0543fb), TOBN(0xf709a4f5, 0xd1b0d81d),
    +     TOBN(0x5b906ee6, 0x2915d333), TOBN(0xf4a87412, 0x96f1f0ab),
    +     TOBN(0xb6b82fa7, 0x4d82f4c2), TOBN(0x90725a60, 0x6804efb3),
    +     TOBN(0xbc82ec46, 0xadc3425e), TOBN(0xb7b80581, 0x2787843e),
    +     TOBN(0xdf46d91c, 0xdd1fc74c), TOBN(0xdc1c62cb, 0xe783a6c4),
    +     TOBN(0x59d1b9f3, 0x1a04cbba), TOBN(0xd87f6f72, 0x95e40764),
    +     TOBN(0x02b4cfc1, 0x317f4a76), TOBN(0x8d2703eb, 0x91036bce),
    +     TOBN(0x98206cc6, 0xa5e72a56), TOBN(0x57be9ed1, 0xcf53fb0f),
    +     TOBN(0x09374571, 0xef0b17ac), TOBN(0x74b2655e, 0xd9181b38),
    +     TOBN(0xc8f80ea8, 0x89935d0e), TOBN(0xc0d9e942, 0x91529936),
    +     TOBN(0x19686041, 0x1e84e0e5), TOBN(0xa5db84d3, 0xaea34c93),
    +     TOBN(0xf9d5bb19, 0x7073a732), TOBN(0xb8d2fe56, 0x6bcfd7c0),
    +     TOBN(0x45775f36, 0xf3eb82fa), TOBN(0x8cb20ccc, 0xfdff8b58),
    +     TOBN(0x1659b65f, 0x8374c110), TOBN(0xb8b4a422, 0x330c789a),
    +     TOBN(0x75e3c3ea, 0x6fe8208b), TOBN(0xbd74b9e4, 0x286e78fe),
    +     TOBN(0x0be2e81b, 0xd7d93a1a), TOBN(0x7ed06e27, 0xdd0a5aae),
    +     TOBN(0x721f5a58, 0x6be8b800), TOBN(0x428299d1, 0xd846db28),
    +     TOBN(0x95cb8e6b, 0x5be88ed3), TOBN(0xc3186b23, 0x1c034e11),
    +     TOBN(0xa6312c9e, 0x8977d99b), TOBN(0xbe944331, 0x83f531e7),
    +     TOBN(0x8232c0c2, 0x18d3b1d4), TOBN(0x617aae8b, 0xe1247b73),
    +     TOBN(0x40153fc4, 0x282aec3b), TOBN(0xc6063d2f, 0xf7b8f823),
    +     TOBN(0x68f10e58, 0x3304f94c), TOBN(0x31efae74, 0xee676346),
    +     TOBN(0xbadb6c6d, 0x40a9b97c), TOBN(0x14702c63, 0x4f666256),
    +     TOBN(0xdeb954f1, 0x5184b2e3), TOBN(0x5184a526, 0x94b6ca40),
    +     TOBN(0xfff05337, 0x003c32ea), TOBN(0x5aa374dd, 0x205974c7),
    +     TOBN(0x9a763854, 0x4b0dd71a), TOBN(0x459cd27f, 0xdeb947ec),
    +     TOBN(0xa6e28161, 0x459c2b92), TOBN(0x2f020fa8, 0x75ee8ef5),
    +     TOBN(0xb132ec2d, 0x30b06310), TOBN(0xc3e15899, 0xbc6a4530),
    +     TOBN(0xdc5f53fe, 0xaa3f451a), TOBN(0x3a3c7f23, 0xc2d9acac),
    +     TOBN(0x2ec2f892, 0x6b27e58b), TOBN(0x68466ee7, 0xd742799f),
    +     TOBN(0x98324dd4, 0x1fa26613), TOBN(0xa2dc6dab, 0xbdc29d63),
    +     TOBN(0xf9675faa, 0xd712d657), TOBN(0x813994be, 0x21fd8d15),
    +     TOBN(0x5ccbb722, 0xfd4f7553), TOBN(0x5135ff8b, 0xf3a36b20),
    +     TOBN(0x44be28af, 0x69559df5), TOBN(0x40b65bed, 0x9d41bf30),
    +     TOBN(0xd98bf2a4, 0x3734e520), TOBN(0x5e3abbe3, 0x209bdcba),
    +     TOBN(0x77c76553, 0xbc945b35), TOBN(0x5331c093, 0xc6ef14aa),
    +     TOBN(0x518ffe29, 0x76b60c80), TOBN(0x2285593b, 0x7ace16f8),
    +     TOBN(0xab1f64cc, 0xbe2b9784), TOBN(0xe8f2c0d9, 0xab2421b6),
    +     TOBN(0x617d7174, 0xc1df065c), TOBN(0xafeeb5ab, 0x5f6578fa),
    +     TOBN(0x16ff1329, 0x263b54a8), TOBN(0x45c55808, 0xc990dce3),
    +     TOBN(0x42eab6c0, 0xecc8c177), TOBN(0x799ea9b5, 0x5982ecaa),
    +     TOBN(0xf65da244, 0xb607ef8e), TOBN(0x8ab226ce, 0x32a3fc2c),
    +     TOBN(0x745741e5, 0x7ea973dc), TOBN(0x5c00ca70, 0x20888f2e),
    +     TOBN(0x7cdce3cf, 0x45fd9cf1), TOBN(0x8a741ef1, 0x5507f872),
    +     TOBN(0x47c51c2f, 0x196b4cec), TOBN(0x70d08e43, 0xc97ea618),
    +     TOBN(0x930da15c, 0x15b18a2b), TOBN(0x33b6c678, 0x2f610514),
    +     TOBN(0xc662e4f8, 0x07ac9794), TOBN(0x1eccf050, 0xba06cb79),
    +     TOBN(0x1ff08623, 0xe7d954e5), TOBN(0x6ef2c5fb, 0x24cf71c3),
    +     TOBN(0xb2c063d2, 0x67978453), TOBN(0xa0cf3796, 0x1d654af8),
    +     TOBN(0x7cb242ea, 0x7ebdaa37), TOBN(0x206e0b10, 0xb86747e0),
    +     TOBN(0x481dae5f, 0xd5ecfefc), TOBN(0x07084fd8, 0xc2bff8fc),
    +     TOBN(0x8040a01a, 0xea324596), TOBN(0x4c646980, 0xd4de4036),
    +     TOBN(0x9eb8ab4e, 0xd65abfc3), TOBN(0xe01cb91f, 0x13541ec7),
    +     TOBN(0x8f029adb, 0xfd695012), TOBN(0x9ae28483, 0x3c7569ec),
    +     TOBN(0xa5614c9e, 0xa66d80a1), TOBN(0x680a3e44, 0x75f5f911),
    +     TOBN(0x0c07b14d, 0xceba4fc1), TOBN(0x891c285b, 0xa13071c1),
    +     TOBN(0xcac67ceb, 0x799ece3c), TOBN(0x29b910a9, 0x41e07e27),
    +     TOBN(0x66bdb409, 0xf2e43123), TOBN(0x06f8b137, 0x7ac9ecbe),
    +     TOBN(0x5981fafd, 0x38547090), TOBN(0x19ab8b9f, 0x85e3415d),
    +     TOBN(0xfc28c194, 0xc7e31b27), TOBN(0x843be0aa, 0x6fbcbb42),
    +     TOBN(0xf3b1ed43, 0xa6db836c), TOBN(0x2a1330e4, 0x01a45c05),
    +     TOBN(0x4f19f3c5, 0x95c1a377), TOBN(0xa85f39d0, 0x44b5ee33),
    +     TOBN(0x3da18e6d, 0x4ae52834), TOBN(0x5a403b39, 0x7423dcb0),
    +     TOBN(0xbb555e0a, 0xf2374aef), TOBN(0x2ad599c4, 0x1e8ca111),
    +     TOBN(0x1b3a2fb9, 0x014b3bf8), TOBN(0x73092684, 0xf66d5007),
    +     TOBN(0x079f1426, 0xc4340102), TOBN(0x1827cf81, 0x8fddf4de),
    +     TOBN(0xc83605f6, 0xf10ff927), TOBN(0xd3871451, 0x23739fc6),
    +     TOBN(0x6d163450, 0xcac1c2cc), TOBN(0x6b521296, 0xa2ec1ac5),
    +     TOBN(0x0606c4f9, 0x6e3cb4a5), TOBN(0xe47d3f41, 0x778abff7),
    +     TOBN(0x425a8d5e, 0xbe8e3a45), TOBN(0x53ea9e97, 0xa6102160),
    +     TOBN(0x477a106e, 0x39cbb688), TOBN(0x532401d2, 0xf3386d32),
    +     TOBN(0x8e564f64, 0xb1b9b421), TOBN(0xca9b8388, 0x81dad33f),
    +     TOBN(0xb1422b4e, 0x2093913e), TOBN(0x533d2f92, 0x69bc8112),
    +     TOBN(0x3fa017be, 0xebe7b2c7), TOBN(0xb2767c4a, 0xcaf197c6),
    +     TOBN(0xc925ff87, 0xaedbae9f), TOBN(0x7daf0eb9, 0x36880a54),
    +     TOBN(0x9284ddf5, 0x9c4d0e71), TOBN(0x1581cf93, 0x316f8cf5),
    +     TOBN(0x3eeca887, 0x3ac1f452), TOBN(0xb417fce9, 0xfb6aeffe),
    +     TOBN(0xa5918046, 0xeefb8dc3), TOBN(0x73d318ac, 0x02209400),
    +     TOBN(0xe800400f, 0x728693e5), TOBN(0xe87d814b, 0x339927ed),
    +     TOBN(0x93e94d3b, 0x57ea9910), TOBN(0xff8a35b6, 0x2245fb69),
    +     TOBN(0x043853d7, 0x7f200d34), TOBN(0x470f1e68, 0x0f653ce1),
    +     TOBN(0x81ac05bd, 0x59a06379), TOBN(0xa14052c2, 0x03930c29),
    +     TOBN(0x6b72fab5, 0x26bc2797), TOBN(0x13670d16, 0x99f16771),
    +     TOBN(0x00170052, 0x1e3e48d1), TOBN(0x978fe401, 0xb7adf678),
    +     TOBN(0x55ecfb92, 0xd41c5dd4), TOBN(0x5ff8e247, 0xc7b27da5),
    +     TOBN(0xe7518272, 0x013fb606), TOBN(0x5768d7e5, 0x2f547a3c),
    +     TOBN(0xbb24eaa3, 0x60017a5f), TOBN(0x6b18e6e4, 0x9c64ce9b),
    +     TOBN(0xc225c655, 0x103dde07), TOBN(0xfc3672ae, 0x7592f7ea),
    +     TOBN(0x9606ad77, 0xd06283a1), TOBN(0x542fc650, 0xe4d59d99),
    +     TOBN(0xabb57c49, 0x2a40e7c2), TOBN(0xac948f13, 0xa8db9f55),
    +     TOBN(0x6d4c9682, 0xb04465c3), TOBN(0xe3d062fa, 0x6468bd15),
    +     TOBN(0xa51729ac, 0x5f318d7e), TOBN(0x1fc87df6, 0x9eb6fc95),
    +     TOBN(0x63d146a8, 0x0591f652), TOBN(0xa861b8f7, 0x589621aa),
    +     TOBN(0x59f5f15a, 0xce31348c), TOBN(0x8f663391, 0x440da6da),
    +     TOBN(0xcfa778ac, 0xb591ffa3), TOBN(0x027ca9c5, 0x4cdfebce),
    +     TOBN(0xbe8e05a5, 0x444ea6b3), TOBN(0x8aab4e69, 0xa78d8254),
    +     TOBN(0x2437f04f, 0xb474d6b8), TOBN(0x6597ffd4, 0x045b3855),
    +     TOBN(0xbb0aea4e, 0xca47ecaa), TOBN(0x568aae83, 0x85c7ebfc),
    +     TOBN(0x0e966e64, 0xc73b2383), TOBN(0x49eb3447, 0xd17d8762),
    +     TOBN(0xde107821, 0x8da05dab), TOBN(0x443d8baa, 0x016b7236),
    +     TOBN(0x163b63a5, 0xea7610d6), TOBN(0xe47e4185, 0xce1ca979),
    +     TOBN(0xae648b65, 0x80baa132), TOBN(0xebf53de2, 0x0e0d5b64),
    +     TOBN(0x8d3bfcb4, 0xd3c8c1ca), TOBN(0x0d914ef3, 0x5d04b309),
    +     TOBN(0x55ef6415, 0x3de7d395), TOBN(0xbde1666f, 0x26b850e8),
    +     TOBN(0xdbe1ca6e, 0xd449ab19), TOBN(0x8902b322, 0xe89a2672),
    +     TOBN(0xb1674b7e, 0xdacb7a53), TOBN(0x8e9faf6e, 0xf52523ff),
    +     TOBN(0x6ba535da, 0x9a85788b), TOBN(0xd21f03ae, 0xbd0626d4),
    +     TOBN(0x099f8c47, 0xe873dc64), TOBN(0xcda8564d, 0x018ec97e),
    +     TOBN(0x3e8d7a5c, 0xde92c68c), TOBN(0x78e035a1, 0x73323cc4),
    +     TOBN(0x3ef26275, 0xf880ff7c), TOBN(0xa4ee3dff, 0x273eedaa),
    +     TOBN(0x58823507, 0xaf4e18f8), TOBN(0x967ec9b5, 0x0672f328),
    +     TOBN(0x9ded19d9, 0x559d3186), TOBN(0x5e2ab3de, 0x6cdce39c),
    +     TOBN(0xabad6e4d, 0x11c226df), TOBN(0xf9783f43, 0x87723014),
    +     TOBN(0x9a49a0cf, 0x1a885719), TOBN(0xfc0c1a5a, 0x90da9dbf),
    +     TOBN(0x8bbaec49, 0x571d92ac), TOBN(0x569e85fe, 0x4692517f),
    +     TOBN(0x8333b014, 0xa14ea4af), TOBN(0x32f2a62f, 0x12e5c5ad),
    +     TOBN(0x98c2ce3a, 0x06d89b85), TOBN(0xb90741aa, 0x2ff77a08),
    +     TOBN(0x2530defc, 0x01f795a2), TOBN(0xd6e5ba0b, 0x84b3c199),
    +     TOBN(0x7d8e8451, 0x12e4c936), TOBN(0xae419f7d, 0xbd0be17b),
    +     TOBN(0xa583fc8c, 0x22262bc9), TOBN(0x6b842ac7, 0x91bfe2bd),
    +     TOBN(0x33cef4e9, 0x440d6827), TOBN(0x5f69f4de, 0xef81fb14),
    +     TOBN(0xf16cf6f6, 0x234fbb92), TOBN(0x76ae3fc3, 0xd9e7e158),
    +     TOBN(0x4e89f6c2, 0xe9740b33), TOBN(0x677bc85d, 0x4962d6a1),
    +     TOBN(0x6c6d8a7f, 0x68d10d15), TOBN(0x5f9a7224, 0x0257b1cd),
    +     TOBN(0x7096b916, 0x4ad85961), TOBN(0x5f8c47f7, 0xe657ab4a),
    +     TOBN(0xde57d7d0, 0xf7461d7e), TOBN(0x7eb6094d, 0x80ce5ee2),
    +     TOBN(0x0b1e1dfd, 0x34190547), TOBN(0x8a394f43, 0xf05dd150),
    +     TOBN(0x0a9eb24d, 0x97df44e6), TOBN(0x78ca06bf, 0x87675719),
    +     TOBN(0x6f0b3462, 0x6ffeec22), TOBN(0x9d91bcea, 0x36cdd8fb),
    +     TOBN(0xac83363c, 0xa105be47), TOBN(0x81ba76c1, 0x069710e3),
    +     TOBN(0x3d1b24cb, 0x28c682c6), TOBN(0x27f25228, 0x8612575b),
    +     TOBN(0xb587c779, 0xe8e66e98), TOBN(0x7b0c03e9, 0x405eb1fe),
    +     TOBN(0xfdf0d030, 0x15b548e7), TOBN(0xa8be76e0, 0x38b36af7),
    +     TOBN(0x4cdab04a, 0x4f310c40), TOBN(0x6287223e, 0xf47ecaec),
    +     TOBN(0x678e6055, 0x8b399320), TOBN(0x61fe3fa6, 0xc01e4646),
    +     TOBN(0xc482866b, 0x03261a5e), TOBN(0xdfcf45b8, 0x5c2f244a),
    +     TOBN(0x8fab9a51, 0x2f684b43), TOBN(0xf796c654, 0xc7220a66),
    +     TOBN(0x1d90707e, 0xf5afa58f), TOBN(0x2c421d97, 0x4fdbe0de),
    +     TOBN(0xc4f4cda3, 0xaf2ebc2f), TOBN(0xa0af843d, 0xcb4efe24),
    +     TOBN(0x53b857c1, 0x9ccd10b1), TOBN(0xddc9d1eb, 0x914d3e04),
    +     TOBN(0x7bdec8bb, 0x62771deb), TOBN(0x829277aa, 0x91c5aa81),
    +     TOBN(0x7af18dd6, 0x832391ae), TOBN(0x1740f316, 0xc71a84ca),}
    +    ,
    +    {TOBN(0x8928e99a, 0xeeaf8c49), TOBN(0xee7aa73d, 0x6e24d728),
    +     TOBN(0x4c5007c2, 0xe72b156c), TOBN(0x5fcf57c5, 0xed408a1d),
    +     TOBN(0x9f719e39, 0xb6057604), TOBN(0x7d343c01, 0xc2868bbf),
    +     TOBN(0x2cca254b, 0x7e103e2d), TOBN(0xe6eb38a9, 0xf131bea2),
    +     TOBN(0xb33e624f, 0x8be762b4), TOBN(0x2a9ee4d1, 0x058e3413),
    +     TOBN(0x968e6369, 0x67d805fa), TOBN(0x9848949b, 0x7db8bfd7),
    +     TOBN(0x5308d7e5, 0xd23a8417), TOBN(0x892f3b1d, 0xf3e29da5),
    +     TOBN(0xc95c139e, 0x3dee471f), TOBN(0x8631594d, 0xd757e089),
    +     TOBN(0xe0c82a3c, 0xde918dcc), TOBN(0x2e7b5994, 0x26fdcf4b),
    +     TOBN(0x82c50249, 0x32cb1b2d), TOBN(0xea613a9d, 0x7657ae07),
    +     TOBN(0xc2eb5f6c, 0xf1fdc9f7), TOBN(0xb6eae8b8, 0x879fe682),
    +     TOBN(0x253dfee0, 0x591cbc7f), TOBN(0x000da713, 0x3e1290e6),
    +     TOBN(0x1083e2ea, 0x1f095615), TOBN(0x0a28ad77, 0x14e68c33),
    +     TOBN(0x6bfc0252, 0x3d8818be), TOBN(0xb585113a, 0xf35850cd),
    +     TOBN(0x7d935f0b, 0x30df8aa1), TOBN(0xaddda07c, 0x4ab7e3ac),
    +     TOBN(0x92c34299, 0x552f00cb), TOBN(0xc33ed1de, 0x2909df6c),
    +     TOBN(0x22c2195d, 0x80e87766), TOBN(0x9e99e6d8, 0x9ddf4ac0),
    +     TOBN(0x09642e4e, 0x65e74934), TOBN(0x2610ffa2, 0xff1ff241),
    +     TOBN(0x4d1d47d4, 0x751c8159), TOBN(0x697b4985, 0xaf3a9363),
    +     TOBN(0x0318ca46, 0x87477c33), TOBN(0xa90cb565, 0x9441eff3),
    +     TOBN(0x58bb3848, 0x36f024cb), TOBN(0x85be1f77, 0x36016168),
    +     TOBN(0x6c59587c, 0xdc7e07f1), TOBN(0x191be071, 0xaf1d8f02),
    +     TOBN(0xbf169fa5, 0xcca5e55c), TOBN(0x3864ba3c, 0xf7d04eac),
    +     TOBN(0x915e367f, 0x8d7d05db), TOBN(0xb48a876d, 0xa6549e5d),
    +     TOBN(0xef89c656, 0x580e40a2), TOBN(0xf194ed8c, 0x728068bc),
    +     TOBN(0x74528045, 0xa47990c9), TOBN(0xf53fc7d7, 0x5e1a4649),
    +     TOBN(0xbec5ae9b, 0x78593e7d), TOBN(0x2cac4ee3, 0x41db65d7),
    +     TOBN(0xa8c1eb24, 0x04a3d39b), TOBN(0x53b7d634, 0x03f8f3ef),
    +     TOBN(0x2dc40d48, 0x3e07113c), TOBN(0x6e4a5d39, 0x7d8b63ae),
    +     TOBN(0x5582a94b, 0x79684c2b), TOBN(0x932b33d4, 0x622da26c),
    +     TOBN(0xf534f651, 0x0dbbf08d), TOBN(0x211d07c9, 0x64c23a52),
    +     TOBN(0x0eeece0f, 0xee5bdc9b), TOBN(0xdf178168, 0xf7015558),
    +     TOBN(0xd4294635, 0x0a712229), TOBN(0x93cbe448, 0x09273f8c),
    +     TOBN(0x00b095ef, 0x8f13bc83), TOBN(0xbb741972, 0x8798978c),
    +     TOBN(0x9d7309a2, 0x56dbe6e7), TOBN(0xe578ec56, 0x5a5d39ec),
    +     TOBN(0x3961151b, 0x851f9a31), TOBN(0x2da7715d, 0xe5709eb4),
    +     TOBN(0x867f3017, 0x53dfabf0), TOBN(0x728d2078, 0xb8e39259),
    +     TOBN(0x5c75a0cd, 0x815d9958), TOBN(0xf84867a6, 0x16603be1),
    +     TOBN(0xc865b13d, 0x70e35b1c), TOBN(0x02414468, 0x19b03e2c),
    +     TOBN(0xe46041da, 0xac1f3121), TOBN(0x7c9017ad, 0x6f028a7c),
    +     TOBN(0xabc96de9, 0x0a482873), TOBN(0x4265d6b1, 0xb77e54d4),
    +     TOBN(0x68c38e79, 0xa57d88e7), TOBN(0xd461d766, 0x9ce82de3),
    +     TOBN(0x817a9ec5, 0x64a7e489), TOBN(0xcc5675cd, 0xa0def5f2),
    +     TOBN(0x9a00e785, 0x985d494e), TOBN(0xc626833f, 0x1b03514a),
    +     TOBN(0xabe7905a, 0x83cdd60e), TOBN(0x50602fb5, 0xa1170184),
    +     TOBN(0x689886cd, 0xb023642a), TOBN(0xd568d090, 0xa6e1fb00),
    +     TOBN(0x5b1922c7, 0x0259217f), TOBN(0x93831cd9, 0xc43141e4),
    +     TOBN(0xdfca3587, 0x0c95f86e), TOBN(0xdec2057a, 0x568ae828),
    +     TOBN(0xc44ea599, 0xf98a759a), TOBN(0x55a0a7a2, 0xf7c23c1d),
    +     TOBN(0xd5ffb6e6, 0x94c4f687), TOBN(0x3563cce2, 0x12848478),
    +     TOBN(0x812b3517, 0xe7b1fbe1), TOBN(0x8a7dc979, 0x4f7338e0),
    +     TOBN(0x211ecee9, 0x52d048db), TOBN(0x2eea4056, 0xc86ea3b8),
    +     TOBN(0xd8cb68a7, 0xba772b34), TOBN(0xe16ed341, 0x5f4e2541),
    +     TOBN(0x9b32f6a6, 0x0fec14db), TOBN(0xeee376f7, 0x391698be),
    +     TOBN(0xe9a7aa17, 0x83674c02), TOBN(0x65832f97, 0x5843022a),
    +     TOBN(0x29f3a8da, 0x5ba4990f), TOBN(0x79a59c3a, 0xfb8e3216),
    +     TOBN(0x9cdc4d2e, 0xbd19bb16), TOBN(0xc6c7cfd0, 0xb3262d86),
    +     TOBN(0xd4ce14d0, 0x969c0b47), TOBN(0x1fa352b7, 0x13e56128),
    +     TOBN(0x383d55b8, 0x973db6d3), TOBN(0x71836850, 0xe8e5b7bf),
    +     TOBN(0xc7714596, 0xe6bb571f), TOBN(0x259df31f, 0x2d5b2dd2),
    +     TOBN(0x568f8925, 0x913cc16d), TOBN(0x18bc5b6d, 0xe1a26f5a),
    +     TOBN(0xdfa413be, 0xf5f499ae), TOBN(0xf8835dec, 0xc3f0ae84),
    +     TOBN(0xb6e60bd8, 0x65a40ab0), TOBN(0x65596439, 0x194b377e),
    +     TOBN(0xbcd85625, 0x92084a69), TOBN(0x5ce433b9, 0x4f23ede0),
    +     TOBN(0xe8e8f04f, 0x6ad65143), TOBN(0x11511827, 0xd6e14af6),
    +     TOBN(0x3d390a10, 0x8295c0c7), TOBN(0x71e29ee4, 0x621eba16),
    +     TOBN(0xa588fc09, 0x63717b46), TOBN(0x02be02fe, 0xe06ad4a2),
    +     TOBN(0x931558c6, 0x04c22b22), TOBN(0xbb4d4bd6, 0x12f3c849),
    +     TOBN(0x54a4f496, 0x20efd662), TOBN(0x92ba6d20, 0xc5952d14),
    +     TOBN(0x2db8ea1e, 0xcc9784c2), TOBN(0x81cc10ca, 0x4b353644),
    +     TOBN(0x40b570ad, 0x4b4d7f6c), TOBN(0x5c9f1d96, 0x84a1dcd2),
    +     TOBN(0x01379f81, 0x3147e797), TOBN(0xe5c6097b, 0x2bd499f5),
    +     TOBN(0x40dcafa6, 0x328e5e20), TOBN(0xf7b5244a, 0x54815550),
    +     TOBN(0xb9a4f118, 0x47bfc978), TOBN(0x0ea0e79f, 0xd25825b1),
    +     TOBN(0xa50f96eb, 0x646c7ecf), TOBN(0xeb811493, 0x446dea9d),
    +     TOBN(0x2af04677, 0xdfabcf69), TOBN(0xbe3a068f, 0xc713f6e8),
    +     TOBN(0x860d523d, 0x42e06189), TOBN(0xbf077941, 0x4e3aff13),
    +     TOBN(0x0b616dca, 0xc1b20650), TOBN(0xe66dd6d1, 0x2131300d),
    +     TOBN(0xd4a0fd67, 0xff99abde), TOBN(0xc9903550, 0xc7aac50d),
    +     TOBN(0x022ecf8b, 0x7c46b2d7), TOBN(0x3333b1e8, 0x3abf92af),
    +     TOBN(0x11cc113c, 0x6c491c14), TOBN(0x05976688, 0x80dd3f88),
    +     TOBN(0xf5b4d9e7, 0x29d932ed), TOBN(0xe982aad8, 0xa2c38b6d),
    +     TOBN(0x6f925347, 0x8be0dcf0), TOBN(0x700080ae, 0x65ca53f2),
    +     TOBN(0xd8131156, 0x443ca77f), TOBN(0xe92d6942, 0xec51f984),
    +     TOBN(0xd2a08af8, 0x85dfe9ae), TOBN(0xd825d9a5, 0x4d2a86ca),
    +     TOBN(0x2c53988d, 0x39dff020), TOBN(0xf38b135a, 0x430cdc40),
    +     TOBN(0x0c918ae0, 0x62a7150b), TOBN(0xf31fd8de, 0x0c340e9b),
    +     TOBN(0xafa0e7ae, 0x4dbbf02e), TOBN(0x5847fb2a, 0x5eba6239),
    +     TOBN(0x6b1647dc, 0xdccbac8b), TOBN(0xb642aa78, 0x06f485c8),
    +     TOBN(0x873f3765, 0x7038ecdf), TOBN(0x2ce5e865, 0xfa49d3fe),
    +     TOBN(0xea223788, 0xc98c4400), TOBN(0x8104a8cd, 0xf1fa5279),
    +     TOBN(0xbcf7cc7a, 0x06becfd7), TOBN(0x49424316, 0xc8f974ae),
    +     TOBN(0xc0da65e7, 0x84d6365d), TOBN(0xbcb7443f, 0x8f759fb8),
    +     TOBN(0x35c712b1, 0x7ae81930), TOBN(0x80428dff, 0x4c6e08ab),
    +     TOBN(0xf19dafef, 0xa4faf843), TOBN(0xced8538d, 0xffa9855f),
    +     TOBN(0x20ac409c, 0xbe3ac7ce), TOBN(0x358c1fb6, 0x882da71e),
    +     TOBN(0xafa9c0e5, 0xfd349961), TOBN(0x2b2cfa51, 0x8421c2fc),
    +     TOBN(0x2a80db17, 0xf3a28d38), TOBN(0xa8aba539, 0x5d138e7e),
    +     TOBN(0x52012d1d, 0x6e96eb8d), TOBN(0x65d8dea0, 0xcbaf9622),
    +     TOBN(0x57735447, 0xb264f56c), TOBN(0xbeebef3f, 0x1b6c8da2),
    +     TOBN(0xfc346d98, 0xce785254), TOBN(0xd50e8d72, 0xbb64a161),
    +     TOBN(0xc03567c7, 0x49794add), TOBN(0x15a76065, 0x752c7ef6),
    +     TOBN(0x59f3a222, 0x961f23d6), TOBN(0x378e4438, 0x73ecc0b0),
    +     TOBN(0xc74be434, 0x5a82fde4), TOBN(0xae509af2, 0xd8b9cf34),
    +     TOBN(0x4a61ee46, 0x577f44a1), TOBN(0xe09b748c, 0xb611deeb),
    +     TOBN(0xc0481b2c, 0xf5f7b884), TOBN(0x35626678, 0x61acfa6b),
    +     TOBN(0x37f4c518, 0xbf8d21e6), TOBN(0x22d96531, 0xb205a76d),
    +     TOBN(0x37fb85e1, 0x954073c0), TOBN(0xbceafe4f, 0x65b3a567),
    +     TOBN(0xefecdef7, 0xbe42a582), TOBN(0xd3fc6080, 0x65046be6),
    +     TOBN(0xc9af13c8, 0x09e8dba9), TOBN(0x1e6c9847, 0x641491ff),
    +     TOBN(0x3b574925, 0xd30c31f7), TOBN(0xb7eb72ba, 0xac2a2122),
    +     TOBN(0x776a0dac, 0xef0859e7), TOBN(0x06fec314, 0x21900942),
    +     TOBN(0x2464bc10, 0xf8c22049), TOBN(0x9bfbcce7, 0x875ebf69),
    +     TOBN(0xd7a88e2a, 0x4336326b), TOBN(0xda05261c, 0x5bc2acfa),
    +     TOBN(0xc29f5bdc, 0xeba7efc8), TOBN(0x471237ca, 0x25dbbf2e),
    +     TOBN(0xa72773f2, 0x2975f127), TOBN(0xdc744e8e, 0x04d0b326),
    +     TOBN(0x38a7ed16, 0xa56edb73), TOBN(0x64357e37, 0x2c007e70),
    +     TOBN(0xa167d15b, 0x5080b400), TOBN(0x07b41164, 0x23de4be1),
    +     TOBN(0xb2d91e32, 0x74c89883), TOBN(0x3c162821, 0x2882e7ed),
    +     TOBN(0xad6b36ba, 0x7503e482), TOBN(0x48434e8e, 0x0ea34331),
    +     TOBN(0x79f4f24f, 0x2c7ae0b9), TOBN(0xc46fbf81, 0x1939b44a),
    +     TOBN(0x76fefae8, 0x56595eb1), TOBN(0x417b66ab, 0xcd5f29c7),
    +     TOBN(0x5f2332b2, 0xc5ceec20), TOBN(0xd69661ff, 0xe1a1cae2),
    +     TOBN(0x5ede7e52, 0x9b0286e6), TOBN(0x9d062529, 0xe276b993),
    +     TOBN(0x324794b0, 0x7e50122b), TOBN(0xdd744f8b, 0x4af07ca5),
    +     TOBN(0x30a12f08, 0xd63fc97b), TOBN(0x39650f1a, 0x76626d9d),
    +     TOBN(0x101b47f7, 0x1fa38477), TOBN(0x3d815f19, 0xd4dc124f),
    +     TOBN(0x1569ae95, 0xb26eb58a), TOBN(0xc3cde188, 0x95fb1887),
    +     TOBN(0x54e9f37b, 0xf9539a48), TOBN(0xb0100e06, 0x7408c1a5),
    +     TOBN(0x821d9811, 0xea580cbb), TOBN(0x8af52d35, 0x86e50c56),
    +     TOBN(0xdfbd9d47, 0xdbbf698b), TOBN(0x2961a1ea, 0x03dc1c73),
    +     TOBN(0x203d38f8, 0xe76a5df8), TOBN(0x08a53a68, 0x6def707a),
    +     TOBN(0x26eefb48, 0x1bee45d4), TOBN(0xb3cee346, 0x3c688036),
    +     TOBN(0x463c5315, 0xc42f2469), TOBN(0x19d84d2e, 0x81378162),
    +     TOBN(0x22d7c3c5, 0x1c4d349f), TOBN(0x65965844, 0x163d59c5),
    +     TOBN(0xcf198c56, 0xb8abceae), TOBN(0x6fb1fb1b, 0x628559d5),
    +     TOBN(0x8bbffd06, 0x07bf8fe3), TOBN(0x46259c58, 0x3467734b),
    +     TOBN(0xd8953cea, 0x35f7f0d3), TOBN(0x1f0bece2, 0xd65b0ff1),
    +     TOBN(0xf7d5b4b3, 0xf3c72914), TOBN(0x29e8ea95, 0x3cb53389),
    +     TOBN(0x4a365626, 0x836b6d46), TOBN(0xe849f910, 0xea174fde),
    +     TOBN(0x7ec62fbb, 0xf4737f21), TOBN(0xd8dba5ab, 0x6209f5ac),
    +     TOBN(0x24b5d7a9, 0xa5f9adbe), TOBN(0x707d28f7, 0xa61dc768),
    +     TOBN(0x7711460b, 0xcaa999ea), TOBN(0xba7b174d, 0x1c92e4cc),
    +     TOBN(0x3c4bab66, 0x18d4bf2d), TOBN(0xb8f0c980, 0xeb8bd279),
    +     TOBN(0x024bea9a, 0x324b4737), TOBN(0xfba9e423, 0x32a83bca),
    +     TOBN(0x6e635643, 0xa232dced), TOBN(0x99619367, 0x2571c8ba),
    +     TOBN(0xe8c9f357, 0x54b7032b), TOBN(0xf936b3ba, 0x2442d54a),
    +     TOBN(0x2263f0f0, 0x8290c65a), TOBN(0x48989780, 0xee2c7fdb),
    +     TOBN(0xadc5d55a, 0x13d4f95e), TOBN(0x737cff85, 0xad9b8500),
    +     TOBN(0x271c557b, 0x8a73f43d), TOBN(0xbed617a4, 0xe18bc476),
    +     TOBN(0x66245401, 0x7dfd8ab2), TOBN(0xae7b89ae, 0x3a2870aa),
    +     TOBN(0x1b555f53, 0x23a7e545), TOBN(0x6791e247, 0xbe057e4c),
    +     TOBN(0x860136ad, 0x324fa34d), TOBN(0xea111447, 0x4cbeae28),
    +     TOBN(0x023a4270, 0xbedd3299), TOBN(0x3d5c3a7f, 0xc1c35c34),
    +     TOBN(0xb0f6db67, 0x8d0412d2), TOBN(0xd92625e2, 0xfcdc6b9a),
    +     TOBN(0x92ae5ccc, 0x4e28a982), TOBN(0xea251c36, 0x47a3ce7e),
    +     TOBN(0x9d658932, 0x790691bf), TOBN(0xed610589, 0x06b736ae),
    +     TOBN(0x712c2f04, 0xc0d63b6e), TOBN(0x5cf06fd5, 0xc63d488f),
    +     TOBN(0x97363fac, 0xd9588e41), TOBN(0x1f9bf762, 0x2b93257e),
    +     TOBN(0xa9d1ffc4, 0x667acace), TOBN(0x1cf4a1aa, 0x0a061ecf),
    +     TOBN(0x40e48a49, 0xdc1818d0), TOBN(0x0643ff39, 0xa3621ab0),
    +     TOBN(0x5768640c, 0xe39ef639), TOBN(0x1fc099ea, 0x04d86854),
    +     TOBN(0x9130b9c3, 0xeccd28fd), TOBN(0xd743cbd2, 0x7eec54ab),
    +     TOBN(0x052b146f, 0xe5b475b6), TOBN(0x058d9a82, 0x900a7d1f),
    +     TOBN(0x65e02292, 0x91262b72), TOBN(0x96f924f9, 0xbb0edf03),
    +     TOBN(0x5cfa59c8, 0xfe206842), TOBN(0xf6037004, 0x5eafa720),
    +     TOBN(0x5f30699e, 0x18d7dd96), TOBN(0x381e8782, 0xcbab2495),
    +     TOBN(0x91669b46, 0xdd8be949), TOBN(0xb40606f5, 0x26aae8ef),
    +     TOBN(0x2812b839, 0xfc6751a4), TOBN(0x16196214, 0xfba800ef),
    +     TOBN(0x4398d5ca, 0x4c1a2875), TOBN(0x720c00ee, 0x653d8349),
    +     TOBN(0xc2699eb0, 0xd820007c), TOBN(0x880ee660, 0xa39b5825),
    +     TOBN(0x70694694, 0x471f6984), TOBN(0xf7d16ea8, 0xe3dda99a),
    +     TOBN(0x28d675b2, 0xc0519a23), TOBN(0x9ebf94fe, 0x4f6952e3),
    +     TOBN(0xf28bb767, 0xa2294a8a), TOBN(0x85512b4d, 0xfe0af3f5),
    +     TOBN(0x18958ba8, 0x99b16a0d), TOBN(0x95c2430c, 0xba7548a7),
    +     TOBN(0xb30d1b10, 0xa16be615), TOBN(0xe3ebbb97, 0x85bfb74c),
    +     TOBN(0xa3273cfe, 0x18549fdb), TOBN(0xf6e200bf, 0x4fcdb792),
    +     TOBN(0x54a76e18, 0x83aba56c), TOBN(0x73ec66f6, 0x89ef6aa2),
    +     TOBN(0x8d17add7, 0xd1b9a305), TOBN(0xa959c5b9, 0xb7ae1b9d),
    +     TOBN(0x88643522, 0x6bcc094a), TOBN(0xcc5616c4, 0xd7d429b9),
    +     TOBN(0xa6dada01, 0xe6a33f7c), TOBN(0xc6217a07, 0x9d4e70ad),
    +     TOBN(0xd619a818, 0x09c15b7c), TOBN(0xea06b329, 0x0e80c854),
    +     TOBN(0x174811ce, 0xa5f5e7b9), TOBN(0x66dfc310, 0x787c65f4),
    +     TOBN(0x4ea7bd69, 0x3316ab54), TOBN(0xc12c4acb, 0x1dcc0f70),
    +     TOBN(0xe4308d1a, 0x1e407dd9), TOBN(0xe8a3587c, 0x91afa997),
    +     TOBN(0xea296c12, 0xab77b7a5), TOBN(0xb5ad49e4, 0x673c0d52),
    +     TOBN(0x40f9b2b2, 0x7006085a), TOBN(0xa88ff340, 0x87bf6ec2),
    +     TOBN(0x978603b1, 0x4e3066a6), TOBN(0xb3f99fc2, 0xb5e486e2),
    +     TOBN(0x07b53f5e, 0xb2e63645), TOBN(0xbe57e547, 0x84c84232),
    +     TOBN(0xd779c216, 0x7214d5cf), TOBN(0x617969cd, 0x029a3aca),
    +     TOBN(0xd17668cd, 0x8a7017a0), TOBN(0x77b4d19a, 0xbe9b7ee8),
    +     TOBN(0x58fd0e93, 0x9c161776), TOBN(0xa8c4f4ef, 0xd5968a72),
    +     TOBN(0x296071cc, 0x67b3de77), TOBN(0xae3c0b8e, 0x634f7905),
    +     TOBN(0x67e440c2, 0x8a7100c9), TOBN(0xbb8c3c1b, 0xeb4b9b42),
    +     TOBN(0x6d71e8ea, 0xc51b3583), TOBN(0x7591f5af, 0x9525e642),
    +     TOBN(0xf73a2f7b, 0x13f509f3), TOBN(0x618487aa, 0x5619ac9b),
    +     TOBN(0x3a72e5f7, 0x9d61718a), TOBN(0x00413bcc, 0x7592d28c),
    +     TOBN(0x7d9b11d3, 0x963c35cf), TOBN(0x77623bcf, 0xb90a46ed),
    +     TOBN(0xdeef273b, 0xdcdd2a50), TOBN(0x4a741f9b, 0x0601846e),
    +     TOBN(0x33b89e51, 0x0ec6e929), TOBN(0xcb02319f, 0x8b7f22cd),
    +     TOBN(0xbbe1500d, 0x084bae24), TOBN(0x2f0ae8d7, 0x343d2693),
    +     TOBN(0xacffb5f2, 0x7cdef811), TOBN(0xaa0c030a, 0x263fb94f),
    +     TOBN(0x6eef0d61, 0xa0f442de), TOBN(0xf92e1817, 0x27b139d3),
    +     TOBN(0x1ae6deb7, 0x0ad8bc28), TOBN(0xa89e38dc, 0xc0514130),
    +     TOBN(0x81eeb865, 0xd2fdca23), TOBN(0x5a15ee08, 0xcc8ef895),
    +     TOBN(0x768fa10a, 0x01905614), TOBN(0xeff5b8ef, 0x880ee19b),
    +     TOBN(0xf0c0cabb, 0xcb1c8a0e), TOBN(0x2e1ee9cd, 0xb8c838f9),
    +     TOBN(0x0587d8b8, 0x8a4a14c0), TOBN(0xf6f27896, 0x2ff698e5),
    +     TOBN(0xed38ef1c, 0x89ee6256), TOBN(0xf44ee1fe, 0x6b353b45),
    +     TOBN(0x9115c0c7, 0x70e903b3), TOBN(0xc78ec0a1, 0x818f31df),
    +     TOBN(0x6c003324, 0xb7dccbc6), TOBN(0xd96dd1f3, 0x163bbc25),
    +     TOBN(0x33aa82dd, 0x5cedd805), TOBN(0x123aae4f, 0x7f7eb2f1),
    +     TOBN(0x1723fcf5, 0xa26262cd), TOBN(0x1f7f4d5d, 0x0060ebd5),
    +     TOBN(0xf19c5c01, 0xb2eaa3af), TOBN(0x2ccb9b14, 0x9790accf),
    +     TOBN(0x1f9c1cad, 0x52324aa6), TOBN(0x63200526, 0x7247df54),
    +     TOBN(0x5732fe42, 0xbac96f82), TOBN(0x52fe771f, 0x01a1c384),
    +     TOBN(0x546ca13d, 0xb1001684), TOBN(0xb56b4eee, 0xa1709f75),
    +     TOBN(0x266545a9, 0xd5db8672), TOBN(0xed971c90, 0x1e8f3cfb),
    +     TOBN(0x4e7d8691, 0xe3a07b29), TOBN(0x7570d9ec, 0xe4b696b9),
    +     TOBN(0xdc5fa067, 0x7bc7e9ae), TOBN(0x68b44caf, 0xc82c4844),
    +     TOBN(0x519d34b3, 0xbf44da80), TOBN(0x283834f9, 0x5ab32e66),
    +     TOBN(0x6e608797, 0x6278a000), TOBN(0x1e62960e, 0x627312f6),
    +     TOBN(0x9b87b27b, 0xe6901c55), TOBN(0x80e78538, 0x24fdbc1f),
    +     TOBN(0xbbbc0951, 0x2facc27d), TOBN(0x06394239, 0xac143b5a),
    +     TOBN(0x35bb4a40, 0x376c1944), TOBN(0x7cb62694, 0x63da1511),
    +     TOBN(0xafd29161, 0xb7148a3b), TOBN(0xa6f9d9ed, 0x4e2ea2ee),
    +     TOBN(0x15dc2ca2, 0x880dd212), TOBN(0x903c3813, 0xa61139a9),
    +     TOBN(0x2aa7b46d, 0x6c0f8785), TOBN(0x36ce2871, 0x901c60ff),
    +     TOBN(0xc683b028, 0xe10d9c12), TOBN(0x7573baa2, 0x032f33d3),
    +     TOBN(0x87a9b1f6, 0x67a31b58), TOBN(0xfd3ed11a, 0xf4ffae12),
    +     TOBN(0x83dcaa9a, 0x0cb2748e), TOBN(0x8239f018, 0x5d6fdf16),
    +     TOBN(0xba67b49c, 0x72753941), TOBN(0x2beec455, 0xc321cb36),
    +     TOBN(0x88015606, 0x3f8b84ce), TOBN(0x76417083, 0x8d38c86f),
    +     TOBN(0x054f1ca7, 0x598953dd), TOBN(0xc939e110, 0x4e8e7429),
    +     TOBN(0x9b1ac2b3, 0x5a914f2f), TOBN(0x39e35ed3, 0xe74b8f9c),
    +     TOBN(0xd0debdb2, 0x781b2fb0), TOBN(0x1585638f, 0x2d997ba2),
    +     TOBN(0x9c4b646e, 0x9e2fce99), TOBN(0x68a21081, 0x1e80857f),
    +     TOBN(0x06d54e44, 0x3643b52a), TOBN(0xde8d6d63, 0x0d8eb843),
    +     TOBN(0x70321563, 0x42146a0a), TOBN(0x8ba826f2, 0x5eaa3622),
    +     TOBN(0x227a58bd, 0x86138787), TOBN(0x43b6c03c, 0x10281d37),
    +     TOBN(0x6326afbb, 0xb54dde39), TOBN(0x744e5e8a, 0xdb6f2d5f),
    +     TOBN(0x48b2a99a, 0xcff158e1), TOBN(0xa93c8fa0, 0xef87918f),
    +     TOBN(0x2182f956, 0xde058c5c), TOBN(0x216235d2, 0x936f9e7a),
    +     TOBN(0xace0c0db, 0xd2e31e67), TOBN(0xc96449bf, 0xf23ac3e7),
    +     TOBN(0x7e9a2874, 0x170693bd), TOBN(0xa28e14fd, 0xa45e6335),
    +     TOBN(0x5757f6b3, 0x56427344), TOBN(0x822e4556, 0xacf8edf9),
    +     TOBN(0x2b7a6ee2, 0xe6a285cd), TOBN(0x5866f211, 0xa9df3af0),
    +     TOBN(0x40dde2dd, 0xf845b844), TOBN(0x986c3726, 0x110e5e49),
    +     TOBN(0x73680c2a, 0xf7172277), TOBN(0x57b94f0f, 0x0cccb244),
    +     TOBN(0xbdff7267, 0x2d438ca7), TOBN(0xbad1ce11, 0xcf4663fd),
    +     TOBN(0x9813ed9d, 0xd8f71cae), TOBN(0xf43272a6, 0x961fdaa6),
    +     TOBN(0xbeff0119, 0xbd6d1637), TOBN(0xfebc4f91, 0x30361978),
    +     TOBN(0x02b37a95, 0x2f41deff), TOBN(0x0e44a59a, 0xe63b89b7),
    +     TOBN(0x673257dc, 0x143ff951), TOBN(0x19c02205, 0xd752baf4),
    +     TOBN(0x46c23069, 0xc4b7d692), TOBN(0x2e6392c3, 0xfd1502ac),
    +     TOBN(0x6057b1a2, 0x1b220846), TOBN(0xe51ff946, 0x0c1b5b63),}
    +    ,
    +    {TOBN(0x6e85cb51, 0x566c5c43), TOBN(0xcff9c919, 0x3597f046),
    +     TOBN(0x9354e90c, 0x4994d94a), TOBN(0xe0a39332, 0x2147927d),
    +     TOBN(0x8427fac1, 0x0dc1eb2b), TOBN(0x88cfd8c2, 0x2ff319fa),
    +     TOBN(0xe2d4e684, 0x01965274), TOBN(0xfa2e067d, 0x67aaa746),
    +     TOBN(0xb6d92a7f, 0x3e5f9f11), TOBN(0x9afe153a, 0xd6cb3b8e),
    +     TOBN(0x4d1a6dd7, 0xddf800bd), TOBN(0xf6c13cc0, 0xcaf17e19),
    +     TOBN(0x15f6c58e, 0x325fc3ee), TOBN(0x71095400, 0xa31dc3b2),
    +     TOBN(0x168e7c07, 0xafa3d3e7), TOBN(0x3f8417a1, 0x94c7ae2d),
    +     TOBN(0xec234772, 0x813b230d), TOBN(0x634d0f5f, 0x17344427),
    +     TOBN(0x11548ab1, 0xd77fc56a), TOBN(0x7fab1750, 0xce06af77),
    +     TOBN(0xb62c10a7, 0x4f7c4f83), TOBN(0xa7d2edc4, 0x220a67d9),
    +     TOBN(0x1c404170, 0x921209a0), TOBN(0x0b9815a0, 0xface59f0),
    +     TOBN(0x2842589b, 0x319540c3), TOBN(0x18490f59, 0xa283d6f8),
    +     TOBN(0xa2731f84, 0xdaae9fcb), TOBN(0x3db6d960, 0xc3683ba0),
    +     TOBN(0xc85c63bb, 0x14611069), TOBN(0xb19436af, 0x0788bf05),
    +     TOBN(0x905459df, 0x347460d2), TOBN(0x73f6e094, 0xe11a7db1),
    +     TOBN(0xdc7f938e, 0xb6357f37), TOBN(0xc5d00f79, 0x2bd8aa62),
    +     TOBN(0xc878dcb9, 0x2ca979fc), TOBN(0x37e83ed9, 0xeb023a99),
    +     TOBN(0x6b23e273, 0x1560bf3d), TOBN(0x1086e459, 0x1d0fae61),
    +     TOBN(0x78248316, 0x9a9414bd), TOBN(0x1b956bc0, 0xf0ea9ea1),
    +     TOBN(0x7b85bb91, 0xc31b9c38), TOBN(0x0c5aa90b, 0x48ef57b5),
    +     TOBN(0xdedeb169, 0xaf3bab6f), TOBN(0xe610ad73, 0x2d373685),
    +     TOBN(0xf13870df, 0x02ba8e15), TOBN(0x0337edb6, 0x8ca7f771),
    +     TOBN(0xe4acf747, 0xb62c036c), TOBN(0xd921d576, 0xb6b94e81),
    +     TOBN(0xdbc86439, 0x2c422f7a), TOBN(0xfb635362, 0xed348898),
    +     TOBN(0x83084668, 0xc45bfcd1), TOBN(0xc357c9e3, 0x2b315e11),
    +     TOBN(0xb173b540, 0x5b2e5b8c), TOBN(0x7e946931, 0xe102b9a4),
    +     TOBN(0x17c890eb, 0x7b0fb199), TOBN(0xec225a83, 0xd61b662b),
    +     TOBN(0xf306a3c8, 0xee3c76cb), TOBN(0x3cf11623, 0xd32a1f6e),
    +     TOBN(0xe6d5ab64, 0x6863e956), TOBN(0x3b8a4cbe, 0x5c005c26),
    +     TOBN(0xdcd529a5, 0x9ce6bb27), TOBN(0xc4afaa52, 0x04d4b16f),
    +     TOBN(0xb0624a26, 0x7923798d), TOBN(0x85e56df6, 0x6b307fab),
    +     TOBN(0x0281893c, 0x2bf29698), TOBN(0x91fc19a4, 0xd7ce7603),
    +     TOBN(0x75a5dca3, 0xad9a558f), TOBN(0x40ceb3fa, 0x4d50bf77),
    +     TOBN(0x1baf6060, 0xbc9ba369), TOBN(0x927e1037, 0x597888c2),
    +     TOBN(0xd936bf19, 0x86a34c07), TOBN(0xd4cf10c1, 0xc34ae980),
    +     TOBN(0x3a3e5334, 0x859dd614), TOBN(0x9c475b5b, 0x18d0c8ee),
    +     TOBN(0x63080d1f, 0x07cd51d5), TOBN(0xc9c0d0a6, 0xb88b4326),
    +     TOBN(0x1ac98691, 0xc234296f), TOBN(0x2a0a83a4, 0x94887fb6),
    +     TOBN(0x56511427, 0x0cea9cf2), TOBN(0x5230a6e8, 0xa24802f5),
    +     TOBN(0xf7a2bf0f, 0x72e3d5c1), TOBN(0x37717446, 0x4f21439e),
    +     TOBN(0xfedcbf25, 0x9ce30334), TOBN(0xe0030a78, 0x7ce202f9),
    +     TOBN(0x6f2d9ebf, 0x1202e9ca), TOBN(0xe79dde6c, 0x75e6e591),
    +     TOBN(0xf52072af, 0xf1dac4f8), TOBN(0x6c8d087e, 0xbb9b404d),
    +     TOBN(0xad0fc73d, 0xbce913af), TOBN(0x909e587b, 0x458a07cb),
    +     TOBN(0x1300da84, 0xd4f00c8a), TOBN(0x425cd048, 0xb54466ac),
    +     TOBN(0xb59cb9be, 0x90e9d8bf), TOBN(0x991616db, 0x3e431b0e),
    +     TOBN(0xd3aa117a, 0x531aecff), TOBN(0x91af92d3, 0x59f4dc3b),
    +     TOBN(0x9b1ec292, 0xe93fda29), TOBN(0x76bb6c17, 0xe97d91bc),
    +     TOBN(0x7509d95f, 0xaface1e6), TOBN(0x3653fe47, 0xbe855ae3),
    +     TOBN(0x73180b28, 0x0f680e75), TOBN(0x75eefd1b, 0xeeb6c26c),
    +     TOBN(0xa4cdf29f, 0xb66d4236), TOBN(0x2d70a997, 0x6b5821d8),
    +     TOBN(0x7a3ee207, 0x20445c36), TOBN(0x71d1ac82, 0x59877174),
    +     TOBN(0x0fc539f7, 0x949f73e9), TOBN(0xd05cf3d7, 0x982e3081),
    +     TOBN(0x8758e20b, 0x7b1c7129), TOBN(0xffadcc20, 0x569e61f2),
    +     TOBN(0xb05d3a2f, 0x59544c2d), TOBN(0xbe16f5c1, 0x9fff5e53),
    +     TOBN(0x73cf65b8, 0xaad58135), TOBN(0x622c2119, 0x037aa5be),
    +     TOBN(0x79373b3f, 0x646fd6a0), TOBN(0x0e029db5, 0x0d3978cf),
    +     TOBN(0x8bdfc437, 0x94fba037), TOBN(0xaefbd687, 0x620797a6),
    +     TOBN(0x3fa5382b, 0xbd30d38e), TOBN(0x7627cfbf, 0x585d7464),
    +     TOBN(0xb2330fef, 0x4e4ca463), TOBN(0xbcef7287, 0x3566cc63),
    +     TOBN(0xd161d2ca, 0xcf780900), TOBN(0x135dc539, 0x5b54827d),
    +     TOBN(0x638f052e, 0x27bf1bc6), TOBN(0x10a224f0, 0x07dfa06c),
    +     TOBN(0xe973586d, 0x6d3321da), TOBN(0x8b0c5738, 0x26152c8f),
    +     TOBN(0x07ef4f2a, 0x34606074), TOBN(0x80fe7fe8, 0xa0f7047a),
    +     TOBN(0x3d1a8152, 0xe1a0e306), TOBN(0x32cf43d8, 0x88da5222),
    +     TOBN(0xbf89a95f, 0x5f02ffe6), TOBN(0x3d9eb9a4, 0x806ad3ea),
    +     TOBN(0x012c17bb, 0x79c8e55e), TOBN(0xfdcd1a74, 0x99c81dac),
    +     TOBN(0x7043178b, 0xb9556098), TOBN(0x4090a1df, 0x801c3886),
    +     TOBN(0x759800ff, 0x9b67b912), TOBN(0x3e5c0304, 0x232620c8),
    +     TOBN(0x4b9d3c4b, 0x70dceeca), TOBN(0xbb2d3c15, 0x181f648e),
    +     TOBN(0xf981d837, 0x6e33345c), TOBN(0xb626289b, 0x0cf2297a),
    +     TOBN(0x766ac659, 0x8baebdcf), TOBN(0x1a28ae09, 0x75df01e5),
    +     TOBN(0xb71283da, 0x375876d8), TOBN(0x4865a96d, 0x607b9800),
    +     TOBN(0x25dd1bcd, 0x237936b2), TOBN(0x332f4f4b, 0x60417494),
    +     TOBN(0xd0923d68, 0x370a2147), TOBN(0x497f5dfb, 0xdc842203),
    +     TOBN(0x9dc74cbd, 0x32be5e0f), TOBN(0x7475bcb7, 0x17a01375),
    +     TOBN(0x438477c9, 0x50d872b1), TOBN(0xcec67879, 0xffe1d63d),
    +     TOBN(0x9b006014, 0xd8578c70), TOBN(0xc9ad99a8, 0x78bb6b8b),
    +     TOBN(0x6799008e, 0x11fb3806), TOBN(0xcfe81435, 0xcd44cab3),
    +     TOBN(0xa2ee1582, 0x2f4fb344), TOBN(0xb8823450, 0x483fa6eb),
    +     TOBN(0x622d323d, 0x652c7749), TOBN(0xd8474a98, 0xbeb0a15b),
    +     TOBN(0xe43c154d, 0x5d1c00d0), TOBN(0x7fd581d9, 0x0e3e7aac),
    +     TOBN(0x2b44c619, 0x2525ddf8), TOBN(0x67a033eb, 0xb8ae9739),
    +     TOBN(0x113ffec1, 0x9ef2d2e4), TOBN(0x1bf6767e, 0xd5a0ea7f),
    +     TOBN(0x57fff75e, 0x03714c0a), TOBN(0xa23c422e, 0x0a23e9ee),
    +     TOBN(0xdd5f6b2d, 0x540f83af), TOBN(0xc2c2c27e, 0x55ea46a7),
    +     TOBN(0xeb6b4246, 0x672a1208), TOBN(0xd13599f7, 0xae634f7a),
    +     TOBN(0xcf914b5c, 0xd7b32c6e), TOBN(0x61a5a640, 0xeaf61814),
    +     TOBN(0x8dc3df8b, 0x208a1bbb), TOBN(0xef627fd6, 0xb6d79aa5),
    +     TOBN(0x44232ffc, 0xc4c86bc8), TOBN(0xe6f9231b, 0x061539fe),
    +     TOBN(0x1d04f25a, 0x958b9533), TOBN(0x180cf934, 0x49e8c885),
    +     TOBN(0x89689595, 0x9884aaf7), TOBN(0xb1959be3, 0x07b348a6),
    +     TOBN(0x96250e57, 0x3c147c87), TOBN(0xae0efb3a, 0xdd0c61f8),
    +     TOBN(0xed00745e, 0xca8c325e), TOBN(0x3c911696, 0xecff3f70),
    +     TOBN(0x73acbc65, 0x319ad41d), TOBN(0x7b01a020, 0xf0b1c7ef),
    +     TOBN(0xea32b293, 0x63a1483f), TOBN(0x89eabe71, 0x7a248f96),
    +     TOBN(0x9c6231d3, 0x343157e5), TOBN(0x93a375e5, 0xdf3c546d),
    +     TOBN(0xe76e9343, 0x6a2afe69), TOBN(0xc4f89100, 0xe166c88e),
    +     TOBN(0x248efd0d, 0x4f872093), TOBN(0xae0eb3ea, 0x8fe0ea61),
    +     TOBN(0xaf89790d, 0x9d79046e), TOBN(0x4d650f2d, 0x6cee0976),
    +     TOBN(0xa3935d9a, 0x43071eca), TOBN(0x66fcd2c9, 0x283b0bfe),
    +     TOBN(0x0e665eb5, 0x696605f1), TOBN(0xe77e5d07, 0xa54cd38d),
    +     TOBN(0x90ee050a, 0x43d950cf), TOBN(0x86ddebda, 0xd32e69b5),
    +     TOBN(0x6ad94a3d, 0xfddf7415), TOBN(0xf7fa1309, 0x3f6e8d5a),
    +     TOBN(0xc4831d1d, 0xe9957f75), TOBN(0x7de28501, 0xd5817447),
    +     TOBN(0x6f1d7078, 0x9e2aeb6b), TOBN(0xba2b9ff4, 0xf67a53c2),
    +     TOBN(0x36963767, 0xdf9defc3), TOBN(0x479deed3, 0x0d38022c),
    +     TOBN(0xd2edb89b, 0x3a8631e8), TOBN(0x8de855de, 0x7a213746),
    +     TOBN(0xb2056cb7, 0xb00c5f11), TOBN(0xdeaefbd0, 0x2c9b85e4),
    +     TOBN(0x03f39a8d, 0xd150892d), TOBN(0x37b84686, 0x218b7985),
    +     TOBN(0x36296dd8, 0xb7375f1a), TOBN(0x472cd4b1, 0xb78e898e),
    +     TOBN(0x15dff651, 0xe9f05de9), TOBN(0xd4045069, 0x2ce98ba9),
    +     TOBN(0x8466a7ae, 0x9b38024c), TOBN(0xb910e700, 0xe5a6b5ef),
    +     TOBN(0xae1c56ea, 0xb3aa8f0d), TOBN(0xbab2a507, 0x7eee74a6),
    +     TOBN(0x0dca11e2, 0x4b4c4620), TOBN(0xfd896e2e, 0x4c47d1f4),
    +     TOBN(0xeb45ae53, 0x308fbd93), TOBN(0x46cd5a2e, 0x02c36fda),
    +     TOBN(0x6a3d4e90, 0xbaa48385), TOBN(0xdd55e62e, 0x9dbe9960),
    +     TOBN(0xa1406aa0, 0x2a81ede7), TOBN(0x6860dd14, 0xf9274ea7),
    +     TOBN(0xcfdcb0c2, 0x80414f86), TOBN(0xff410b10, 0x22f94327),
    +     TOBN(0x5a33cc38, 0x49ad467b), TOBN(0xefb48b6c, 0x0a7335f1),
    +     TOBN(0x14fb54a4, 0xb153a360), TOBN(0x604aa9d2, 0xb52469cc),
    +     TOBN(0x5e9dc486, 0x754e48e9), TOBN(0x693cb455, 0x37471e8e),
    +     TOBN(0xfb2fd7cd, 0x8d3b37b6), TOBN(0x63345e16, 0xcf09ff07),
    +     TOBN(0x9910ba6b, 0x23a5d896), TOBN(0x1fe19e35, 0x7fe4364e),
    +     TOBN(0x6e1da8c3, 0x9a33c677), TOBN(0x15b4488b, 0x29fd9fd0),
    +     TOBN(0x1f439254, 0x1a1f22bf), TOBN(0x920a8a70, 0xab8163e8),
    +     TOBN(0x3fd1b249, 0x07e5658e), TOBN(0xf2c4f79c, 0xb6ec839b),
    +     TOBN(0x1abbc3d0, 0x4aa38d1b), TOBN(0x3b0db35c, 0xb5d9510e),
    +     TOBN(0x1754ac78, 0x3e60dec0), TOBN(0x53272fd7, 0xea099b33),
    +     TOBN(0x5fb0494f, 0x07a8e107), TOBN(0x4a89e137, 0x6a8191fa),
    +     TOBN(0xa113b7f6, 0x3c4ad544), TOBN(0x88a2e909, 0x6cb9897b),
    +     TOBN(0x17d55de3, 0xb44a3f84), TOBN(0xacb2f344, 0x17c6c690),
    +     TOBN(0x32088168, 0x10232390), TOBN(0xf2e8a61f, 0x6c733bf7),
    +     TOBN(0xa774aab6, 0x9c2d7652), TOBN(0xfb5307e3, 0xed95c5bc),
    +     TOBN(0xa05c73c2, 0x4981f110), TOBN(0x1baae31c, 0xa39458c9),
    +     TOBN(0x1def185b, 0xcbea62e7), TOBN(0xe8ac9eae, 0xeaf63059),
    +     TOBN(0x098a8cfd, 0x9921851c), TOBN(0xd959c3f1, 0x3abe2f5b),
    +     TOBN(0xa4f19525, 0x20e40ae5), TOBN(0x320789e3, 0x07a24aa1),
    +     TOBN(0x259e6927, 0x7392b2bc), TOBN(0x58f6c667, 0x1918668b),
    +     TOBN(0xce1db2bb, 0xc55d2d8b), TOBN(0x41d58bb7, 0xf4f6ca56),
    +     TOBN(0x7650b680, 0x8f877614), TOBN(0x905e16ba, 0xf4c349ed),
    +     TOBN(0xed415140, 0xf661acac), TOBN(0x3b8784f0, 0xcb2270af),
    +     TOBN(0x3bc280ac, 0x8a402cba), TOBN(0xd53f7146, 0x0937921a),
    +     TOBN(0xc03c8ee5, 0xe5681e83), TOBN(0x62126105, 0xf6ac9e4a),
    +     TOBN(0x9503a53f, 0x936b1a38), TOBN(0x3d45e2d4, 0x782fecbd),
    +     TOBN(0x69a5c439, 0x76e8ae98), TOBN(0xb53b2eeb, 0xbfb4b00e),
    +     TOBN(0xf1674712, 0x72386c89), TOBN(0x30ca34a2, 0x4268bce4),
    +     TOBN(0x7f1ed86c, 0x78341730), TOBN(0x8ef5beb8, 0xb525e248),
    +     TOBN(0xbbc489fd, 0xb74fbf38), TOBN(0x38a92a0e, 0x91a0b382),
    +     TOBN(0x7a77ba3f, 0x22433ccf), TOBN(0xde8362d6, 0xa29f05a9),
    +     TOBN(0x7f6a30ea, 0x61189afc), TOBN(0x693b5505, 0x59ef114f),
    +     TOBN(0x50266bc0, 0xcd1797a1), TOBN(0xea17b47e, 0xf4b7af2d),
    +     TOBN(0xd6c4025c, 0x3df9483e), TOBN(0x8cbb9d9f, 0xa37b18c9),
    +     TOBN(0x91cbfd9c, 0x4d8424cf), TOBN(0xdb7048f1, 0xab1c3506),
    +     TOBN(0x9eaf641f, 0x028206a3), TOBN(0xf986f3f9, 0x25bdf6ce),
    +     TOBN(0x262143b5, 0x224c08dc), TOBN(0x2bbb09b4, 0x81b50c91),
    +     TOBN(0xc16ed709, 0xaca8c84f), TOBN(0xa6210d9d, 0xb2850ca8),
    +     TOBN(0x6d8df67a, 0x09cb54d6), TOBN(0x91eef6e0, 0x500919a4),
    +     TOBN(0x90f61381, 0x0f132857), TOBN(0x9acede47, 0xf8d5028b),
    +     TOBN(0x844d1b71, 0x90b771c3), TOBN(0x563b71e4, 0xba6426be),
    +     TOBN(0x2efa2e83, 0xbdb802ff), TOBN(0x3410cbab, 0xab5b4a41),
    +     TOBN(0x555b2d26, 0x30da84dd), TOBN(0xd0711ae9, 0xee1cc29a),
    +     TOBN(0xcf3e8c60, 0x2f547792), TOBN(0x03d7d5de, 0xdc678b35),
    +     TOBN(0x071a2fa8, 0xced806b8), TOBN(0x222e6134, 0x697f1478),
    +     TOBN(0xdc16fd5d, 0xabfcdbbf), TOBN(0x44912ebf, 0x121b53b8),
    +     TOBN(0xac943674, 0x2496c27c), TOBN(0x8ea3176c, 0x1ffc26b0),
    +     TOBN(0xb6e224ac, 0x13debf2c), TOBN(0x524cc235, 0xf372a832),
    +     TOBN(0xd706e1d8, 0x9f6f1b18), TOBN(0x2552f005, 0x44cce35b),
    +     TOBN(0x8c8326c2, 0xa88e31fc), TOBN(0xb5468b2c, 0xf9552047),
    +     TOBN(0xce683e88, 0x3ff90f2b), TOBN(0x77947bdf, 0x2f0a5423),
    +     TOBN(0xd0a1b28b, 0xed56e328), TOBN(0xaee35253, 0xc20134ac),
    +     TOBN(0x7e98367d, 0x3567962f), TOBN(0x379ed61f, 0x8188bffb),
    +     TOBN(0x73bba348, 0xfaf130a1), TOBN(0x6c1f75e1, 0x904ed734),
    +     TOBN(0x18956642, 0x3b4a79fc), TOBN(0xf20bc83d, 0x54ef4493),
    +     TOBN(0x836d425d, 0x9111eca1), TOBN(0xe5b5c318, 0x009a8dcf),
    +     TOBN(0x3360b25d, 0x13221bc5), TOBN(0x707baad2, 0x6b3eeaf7),
    +     TOBN(0xd7279ed8, 0x743a95a1), TOBN(0x7450a875, 0x969e809f),
    +     TOBN(0x32b6bd53, 0xe5d0338f), TOBN(0x1e77f7af, 0x2b883bbc),
    +     TOBN(0x90da12cc, 0x1063ecd0), TOBN(0xe2697b58, 0xc315be47),
    +     TOBN(0x2771a5bd, 0xda85d534), TOBN(0x53e78c1f, 0xff980eea),
    +     TOBN(0xadf1cf84, 0x900385e7), TOBN(0x7d3b14f6, 0xc9387b62),
    +     TOBN(0x170e74b0, 0xcb8f2bd2), TOBN(0x2d50b486, 0x827fa993),
    +     TOBN(0xcdbe8c9a, 0xf6f32bab), TOBN(0x55e906b0, 0xc3b93ab8),
    +     TOBN(0x747f22fc, 0x8fe280d1), TOBN(0xcd8e0de5, 0xb2e114ab),
    +     TOBN(0x5ab7dbeb, 0xe10b68b0), TOBN(0x9dc63a9c, 0xa480d4b2),
    +     TOBN(0x78d4bc3b, 0x4be1495f), TOBN(0x25eb3db8, 0x9359122d),
    +     TOBN(0x3f8ac05b, 0x0809cbdc), TOBN(0xbf4187bb, 0xd37c702f),
    +     TOBN(0x84cea069, 0x1416a6a5), TOBN(0x8f860c79, 0x43ef881c),
    +     TOBN(0x41311f8a, 0x38038a5d), TOBN(0xe78c2ec0, 0xfc612067),
    +     TOBN(0x494d2e81, 0x5ad73581), TOBN(0xb4cc9e00, 0x59604097),
    +     TOBN(0xff558aec, 0xf3612cba), TOBN(0x35beef7a, 0x9e36c39e),
    +     TOBN(0x1845c7cf, 0xdbcf41b9), TOBN(0x5703662a, 0xaea997c0),
    +     TOBN(0x8b925afe, 0xe402f6d8), TOBN(0xd0a1b1ae, 0x4dd72162),
    +     TOBN(0x9f47b375, 0x03c41c4b), TOBN(0xa023829b, 0x0391d042),
    +     TOBN(0x5f5045c3, 0x503b8b0a), TOBN(0x123c2688, 0x98c010e5),
    +     TOBN(0x324ec0cc, 0x36ba06ee), TOBN(0xface3115, 0x3dd2cc0c),
    +     TOBN(0xb364f3be, 0xf333e91f), TOBN(0xef8aff73, 0x28e832b0),
    +     TOBN(0x1e9bad04, 0x2d05841b), TOBN(0x42f0e3df, 0x356a21e2),
    +     TOBN(0xa3270bcb, 0x4add627e), TOBN(0xb09a8158, 0xd322e711),
    +     TOBN(0x86e326a1, 0x0fee104a), TOBN(0xad7788f8, 0x3703f65d),
    +     TOBN(0x7e765430, 0x47bc4833), TOBN(0x6cee582b, 0x2b9b893a),
    +     TOBN(0x9cd2a167, 0xe8f55a7b), TOBN(0xefbee3c6, 0xd9e4190d),
    +     TOBN(0x33ee7185, 0xd40c2e9d), TOBN(0x844cc9c5, 0xa380b548),
    +     TOBN(0x323f8ecd, 0x66926e04), TOBN(0x0001e38f, 0x8110c1ba),
    +     TOBN(0x8dbcac12, 0xfc6a7f07), TOBN(0xd65e1d58, 0x0cec0827),
    +     TOBN(0xd2cd4141, 0xbe76ca2d), TOBN(0x7895cf5c, 0xe892f33a),
    +     TOBN(0x956d230d, 0x367139d2), TOBN(0xa91abd3e, 0xd012c4c1),
    +     TOBN(0x34fa4883, 0x87eb36bf), TOBN(0xc5f07102, 0x914b8fb4),
    +     TOBN(0x90f0e579, 0xadb9c95f), TOBN(0xfe6ea8cb, 0x28888195),
    +     TOBN(0x7b9b5065, 0xedfa9284), TOBN(0x6c510bd2, 0x2b8c8d65),
    +     TOBN(0xd7b8ebef, 0xcbe8aafd), TOBN(0xedb3af98, 0x96b1da07),
    +     TOBN(0x28ff779d, 0x6295d426), TOBN(0x0c4f6ac7, 0x3fa3ad7b),
    +     TOBN(0xec44d054, 0x8b8e2604), TOBN(0x9b32a66d, 0x8b0050e1),
    +     TOBN(0x1f943366, 0xf0476ce2), TOBN(0x7554d953, 0xa602c7b4),
    +     TOBN(0xbe35aca6, 0x524f2809), TOBN(0xb6881229, 0xfd4edbea),
    +     TOBN(0xe8cd0c8f, 0x508efb63), TOBN(0x9eb5b5c8, 0x6abcefc7),
    +     TOBN(0xf5621f5f, 0xb441ab4f), TOBN(0x79e6c046, 0xb76a2b22),
    +     TOBN(0x74a4792c, 0xe37a1f69), TOBN(0xcbd252cb, 0x03542b60),
    +     TOBN(0x785f65d5, 0xb3c20bd3), TOBN(0x8dea6143, 0x4fabc60c),
    +     TOBN(0x45e21446, 0xde673629), TOBN(0x57f7aa1e, 0x703c2d21),
    +     TOBN(0xa0e99b7f, 0x98c868c7), TOBN(0x4e42f66d, 0x8b641676),
    +     TOBN(0x602884dc, 0x91077896), TOBN(0xa0d690cf, 0xc2c9885b),
    +     TOBN(0xfeb4da33, 0x3b9a5187), TOBN(0x5f789598, 0x153c87ee),
    +     TOBN(0x2192dd47, 0x52b16dba), TOBN(0xdeefc0e6, 0x3524c1b1),
    +     TOBN(0x465ea76e, 0xe4383693), TOBN(0x79401711, 0x361b8d98),
    +     TOBN(0xa5f9ace9, 0xf21a15cb), TOBN(0x73d26163, 0xefee9aeb),
    +     TOBN(0xcca844b3, 0xe677016c), TOBN(0x6c122b07, 0x57eaee06),
    +     TOBN(0xb782dce7, 0x15f09690), TOBN(0x508b9b12, 0x2dfc0fc9),
    +     TOBN(0x9015ab4b, 0x65d89fc6), TOBN(0x5e79dab7, 0xd6d5bb0f),
    +     TOBN(0x64f021f0, 0x6c775aa2), TOBN(0xdf09d8cc, 0x37c7eca1),
    +     TOBN(0x9a761367, 0xef2fa506), TOBN(0xed4ca476, 0x5b81eec6),
    +     TOBN(0x262ede36, 0x10bbb8b5), TOBN(0x0737ce83, 0x0641ada3),
    +     TOBN(0x4c94288a, 0xe9831ccc), TOBN(0x487fc1ce, 0x8065e635),
    +     TOBN(0xb13d7ab3, 0xb8bb3659), TOBN(0xdea5df3e, 0x855e4120),
    +     TOBN(0xb9a18573, 0x85eb0244), TOBN(0x1a1b8ea3, 0xa7cfe0a3),
    +     TOBN(0x3b837119, 0x67b0867c), TOBN(0x8d5e0d08, 0x9d364520),
    +     TOBN(0x52dccc1e, 0xd930f0e3), TOBN(0xefbbcec7, 0xbf20bbaf),
    +     TOBN(0x99cffcab, 0x0263ad10), TOBN(0xd8199e6d, 0xfcd18f8a),
    +     TOBN(0x64e2773f, 0xe9f10617), TOBN(0x0079e8e1, 0x08704848),
    +     TOBN(0x1169989f, 0x8a342283), TOBN(0x8097799c, 0xa83012e6),
    +     TOBN(0xece966cb, 0x8a6a9001), TOBN(0x93b3afef, 0x072ac7fc),
    +     TOBN(0xe6893a2a, 0x2db3d5ba), TOBN(0x263dc462, 0x89bf4fdc),
    +     TOBN(0x8852dfc9, 0xe0396673), TOBN(0x7ac70895, 0x3af362b6),
    +     TOBN(0xbb9cce4d, 0x5c2f342b), TOBN(0xbf80907a, 0xb52d7aae),
    +     TOBN(0x97f3d3cd, 0x2161bcd0), TOBN(0xb25b0834, 0x0962744d),
    +     TOBN(0xc5b18ea5, 0x6c3a1dda), TOBN(0xfe4ec7eb, 0x06c92317),
    +     TOBN(0xb787b890, 0xad1c4afe), TOBN(0xdccd9a92, 0x0ede801a),
    +     TOBN(0x9ac6ddda, 0xdb58da1f), TOBN(0x22bbc12f, 0xb8cae6ee),
    +     TOBN(0xc6f8bced, 0x815c4a43), TOBN(0x8105a92c, 0xf96480c7),
    +     TOBN(0x0dc3dbf3, 0x7a859d51), TOBN(0xe3ec7ce6, 0x3041196b),
    +     TOBN(0xd9f64b25, 0x0d1067c9), TOBN(0xf2321321, 0x3d1f8dd8),
    +     TOBN(0x8b5c619c, 0x76497ee8), TOBN(0x5d2b0ac6, 0xc717370e),
    +     TOBN(0x98204cb6, 0x4fcf68e1), TOBN(0x0bdec211, 0x62bc6792),
    +     TOBN(0x6973ccef, 0xa63b1011), TOBN(0xf9e3fa97, 0xe0de1ac5),
    +     TOBN(0x5efb693e, 0x3d0e0c8b), TOBN(0x037248e9, 0xd2d4fcb4),}
    +    ,
    +    {TOBN(0x80802dc9, 0x1ec34f9e), TOBN(0xd8772d35, 0x33810603),
    +     TOBN(0x3f06d66c, 0x530cb4f3), TOBN(0x7be5ed0d, 0xc475c129),
    +     TOBN(0xcb9e3c19, 0x31e82b10), TOBN(0xc63d2857, 0xc9ff6b4c),
    +     TOBN(0xb92118c6, 0x92a1b45e), TOBN(0x0aec4414, 0x7285bbca),
    +     TOBN(0xfc189ae7, 0x1e29a3ef), TOBN(0xcbe906f0, 0x4c93302e),
    +     TOBN(0xd0107914, 0xceaae10e), TOBN(0xb7a23f34, 0xb68e19f8),
    +     TOBN(0xe9d875c2, 0xefd2119d), TOBN(0x03198c6e, 0xfcadc9c8),
    +     TOBN(0x65591bf6, 0x4da17113), TOBN(0x3cf0bbf8, 0x3d443038),
    +     TOBN(0xae485bb7, 0x2b724759), TOBN(0x945353e1, 0xb2d4c63a),
    +     TOBN(0x82159d07, 0xde7d6f2c), TOBN(0x389caef3, 0x4ec5b109),
    +     TOBN(0x4a8ebb53, 0xdb65ef14), TOBN(0x2dc2cb7e, 0xdd99de43),
    +     TOBN(0x816fa3ed, 0x83f2405f), TOBN(0x73429bb9, 0xc14208a3),
    +     TOBN(0xb618d590, 0xb01e6e27), TOBN(0x047e2ccd, 0xe180b2dc),
    +     TOBN(0xd1b299b5, 0x04aea4a9), TOBN(0x412c9e1e, 0x9fa403a4),
    +     TOBN(0x88d28a36, 0x79407552), TOBN(0x49c50136, 0xf332b8e3),
    +     TOBN(0x3a1b6fcc, 0xe668de19), TOBN(0x178851bc, 0x75122b97),
    +     TOBN(0xb1e13752, 0xfb85fa4c), TOBN(0xd61257ce, 0x383c8ce9),
    +     TOBN(0xd43da670, 0xd2f74dae), TOBN(0xa35aa23f, 0xbf846bbb),
    +     TOBN(0x5e74235d, 0x4421fc83), TOBN(0xf6df8ee0, 0xc363473b),
    +     TOBN(0x34d7f52a, 0x3c4aa158), TOBN(0x50d05aab, 0x9bc6d22e),
    +     TOBN(0x8c56e735, 0xa64785f4), TOBN(0xbc56637b, 0x5f29cd07),
    +     TOBN(0x53b2bb80, 0x3ee35067), TOBN(0x50235a0f, 0xdc919270),
    +     TOBN(0x191ab6d8, 0xf2c4aa65), TOBN(0xc3475831, 0x8396023b),
    +     TOBN(0x80400ba5, 0xf0f805ba), TOBN(0x8881065b, 0x5ec0f80f),
    +     TOBN(0xc370e522, 0xcc1b5e83), TOBN(0xde2d4ad1, 0x860b8bfb),
    +     TOBN(0xad364df0, 0x67b256df), TOBN(0x8f12502e, 0xe0138997),
    +     TOBN(0x503fa0dc, 0x7783920a), TOBN(0xe80014ad, 0xc0bc866a),
    +     TOBN(0x3f89b744, 0xd3064ba6), TOBN(0x03511dcd, 0xcba5dba5),
    +     TOBN(0x197dd46d, 0x95a7b1a2), TOBN(0x9c4e7ad6, 0x3c6341fb),
    +     TOBN(0x426eca29, 0x484c2ece), TOBN(0x9211e489, 0xde7f4f8a),
    +     TOBN(0x14997f6e, 0xc78ef1f4), TOBN(0x2b2c0910, 0x06574586),
    +     TOBN(0x17286a6e, 0x1c3eede8), TOBN(0x25f92e47, 0x0f60e018),
    +     TOBN(0x805c5646, 0x31890a36), TOBN(0x703ef600, 0x57feea5b),
    +     TOBN(0x389f747c, 0xaf3c3030), TOBN(0xe0e5daeb, 0x54dd3739),
    +     TOBN(0xfe24a4c3, 0xc9c9f155), TOBN(0x7e4bf176, 0xb5393962),
    +     TOBN(0x37183de2, 0xaf20bf29), TOBN(0x4a1bd7b5, 0xf95a8c3b),
    +     TOBN(0xa83b9699, 0x46191d3d), TOBN(0x281fc8dd, 0x7b87f257),
    +     TOBN(0xb18e2c13, 0x54107588), TOBN(0x6372def7, 0x9b2bafe8),
    +     TOBN(0xdaf4bb48, 0x0d8972ca), TOBN(0x3f2dd4b7, 0x56167a3f),
    +     TOBN(0x1eace32d, 0x84310cf4), TOBN(0xe3bcefaf, 0xe42700aa),
    +     TOBN(0x5fe5691e, 0xd785e73d), TOBN(0xa5db5ab6, 0x2ea60467),
    +     TOBN(0x02e23d41, 0xdfc6514a), TOBN(0x35e8048e, 0xe03c3665),
    +     TOBN(0x3f8b118f, 0x1adaa0f8), TOBN(0x28ec3b45, 0x84ce1a5a),
    +     TOBN(0xe8cacc6e, 0x2c6646b8), TOBN(0x1343d185, 0xdbd0e40f),
    +     TOBN(0xe5d7f844, 0xcaaa358c), TOBN(0x1a1db7e4, 0x9924182a),
    +     TOBN(0xd64cd42d, 0x9c875d9a), TOBN(0xb37b515f, 0x042eeec8),
    +     TOBN(0x4d4dd409, 0x7b165fbe), TOBN(0xfc322ed9, 0xe206eff3),
    +     TOBN(0x7dee4102, 0x59b7e17e), TOBN(0x55a481c0, 0x8236ca00),
    +     TOBN(0x8c885312, 0xc23fc975), TOBN(0x15715806, 0x05d6297b),
    +     TOBN(0xa078868e, 0xf78edd39), TOBN(0x956b31e0, 0x03c45e52),
    +     TOBN(0x470275d5, 0xff7b33a6), TOBN(0xc8d5dc3a, 0x0c7e673f),
    +     TOBN(0x419227b4, 0x7e2f2598), TOBN(0x8b37b634, 0x4c14a975),
    +     TOBN(0xd0667ed6, 0x8b11888c), TOBN(0x5e0e8c3e, 0x803e25dc),
    +     TOBN(0x34e5d0dc, 0xb987a24a), TOBN(0x9f40ac3b, 0xae920323),
    +     TOBN(0x5463de95, 0x34e0f63a), TOBN(0xa128bf92, 0x6b6328f9),
    +     TOBN(0x491ccd7c, 0xda64f1b7), TOBN(0x7ef1ec27, 0xc47bde35),
    +     TOBN(0xa857240f, 0xa36a2737), TOBN(0x35dc1366, 0x63621bc1),
    +     TOBN(0x7a3a6453, 0xd4fb6897), TOBN(0x80f1a439, 0xc929319d),
    +     TOBN(0xfc18274b, 0xf8cb0ba0), TOBN(0xb0b53766, 0x8078c5eb),
    +     TOBN(0xfb0d4924, 0x1e01d0ef), TOBN(0x50d7c67d, 0x372ab09c),
    +     TOBN(0xb4e370af, 0x3aeac968), TOBN(0xe4f7fee9, 0xc4b63266),
    +     TOBN(0xb4acd4c2, 0xe3ac5664), TOBN(0xf8910bd2, 0xceb38cbf),
    +     TOBN(0x1c3ae50c, 0xc9c0726e), TOBN(0x15309569, 0xd97b40bf),
    +     TOBN(0x70884b7f, 0xfd5a5a1b), TOBN(0x3890896a, 0xef8314cd),
    +     TOBN(0x58e1515c, 0xa5618c93), TOBN(0xe665432b, 0x77d942d1),
    +     TOBN(0xb32181bf, 0xb6f767a8), TOBN(0x753794e8, 0x3a604110),
    +     TOBN(0x09afeb7c, 0xe8c0dbcc), TOBN(0x31e02613, 0x598673a3),
    +     TOBN(0x5d98e557, 0x7d46db00), TOBN(0xfc21fb8c, 0x9d985b28),
    +     TOBN(0xc9040116, 0xb0843e0b), TOBN(0x53b1b3a8, 0x69b04531),
    +     TOBN(0xdd1649f0, 0x85d7d830), TOBN(0xbb3bcc87, 0xcb7427e8),
    +     TOBN(0x77261100, 0xc93dce83), TOBN(0x7e79da61, 0xa1922a2a),
    +     TOBN(0x587a2b02, 0xf3149ce8), TOBN(0x147e1384, 0xde92ec83),
    +     TOBN(0x484c83d3, 0xaf077f30), TOBN(0xea78f844, 0x0658b53a),
    +     TOBN(0x912076c2, 0x027aec53), TOBN(0xf34714e3, 0x93c8177d),
    +     TOBN(0x37ef5d15, 0xc2376c84), TOBN(0x8315b659, 0x3d1aa783),
    +     TOBN(0x3a75c484, 0xef852a90), TOBN(0x0ba0c58a, 0x16086bd4),
    +     TOBN(0x29688d7a, 0x529a6d48), TOBN(0x9c7f250d, 0xc2f19203),
    +     TOBN(0x123042fb, 0x682e2df9), TOBN(0x2b7587e7, 0xad8121bc),
    +     TOBN(0x30fc0233, 0xe0182a65), TOBN(0xb82ecf87, 0xe3e1128a),
    +     TOBN(0x71682861, 0x93fb098f), TOBN(0x043e21ae, 0x85e9e6a7),
    +     TOBN(0xab5b49d6, 0x66c834ea), TOBN(0x3be43e18, 0x47414287),
    +     TOBN(0xf40fb859, 0x219a2a47), TOBN(0x0e6559e9, 0xcc58df3c),
    +     TOBN(0xfe1dfe8e, 0x0c6615b4), TOBN(0x14abc8fd, 0x56459d70),
    +     TOBN(0x7be0fa8e, 0x05de0386), TOBN(0x8e63ef68, 0xe9035c7c),
    +     TOBN(0x116401b4, 0x53b31e91), TOBN(0x0cba7ad4, 0x4436b4d8),
    +     TOBN(0x9151f9a0, 0x107afd66), TOBN(0xafaca8d0, 0x1f0ee4c4),
    +     TOBN(0x75fe5c1d, 0x9ee9761c), TOBN(0x3497a16b, 0xf0c0588f),
    +     TOBN(0x3ee2bebd, 0x0304804c), TOBN(0xa8fb9a60, 0xc2c990b9),
    +     TOBN(0xd14d32fe, 0x39251114), TOBN(0x36bf25bc, 0xcac73366),
    +     TOBN(0xc9562c66, 0xdba7495c), TOBN(0x324d301b, 0x46ad348b),
    +     TOBN(0x9f46620c, 0xd670407e), TOBN(0x0ea8d4f1, 0xe3733a01),
    +     TOBN(0xd396d532, 0xb0c324e0), TOBN(0x5b211a0e, 0x03c317cd),
    +     TOBN(0x090d7d20, 0x5ffe7b37), TOBN(0x3b7f3efb, 0x1747d2da),
    +     TOBN(0xa2cb525f, 0xb54fc519), TOBN(0x6e220932, 0xf66a971e),
    +     TOBN(0xddc160df, 0xb486d440), TOBN(0x7fcfec46, 0x3fe13465),
    +     TOBN(0x83da7e4e, 0x76e4c151), TOBN(0xd6fa48a1, 0xd8d302b5),
    +     TOBN(0xc6304f26, 0x5872cd88), TOBN(0x806c1d3c, 0x278b90a1),
    +     TOBN(0x3553e725, 0xcaf0bc1c), TOBN(0xff59e603, 0xbb9d8d5c),
    +     TOBN(0xa4550f32, 0x7a0b85dd), TOBN(0xdec5720a, 0x93ecc217),
    +     TOBN(0x0b88b741, 0x69d62213), TOBN(0x7212f245, 0x5b365955),
    +     TOBN(0x20764111, 0xb5cae787), TOBN(0x13cb7f58, 0x1dfd3124),
    +     TOBN(0x2dca77da, 0x1175aefb), TOBN(0xeb75466b, 0xffaae775),
    +     TOBN(0x74d76f3b, 0xdb6cff32), TOBN(0x7440f37a, 0x61fcda9a),
    +     TOBN(0x1bb3ac92, 0xb525028b), TOBN(0x20fbf8f7, 0xa1975f29),
    +     TOBN(0x982692e1, 0xdf83097f), TOBN(0x28738f6c, 0x554b0800),
    +     TOBN(0xdc703717, 0xa2ce2f2f), TOBN(0x7913b93c, 0x40814194),
    +     TOBN(0x04924593, 0x1fe89636), TOBN(0x7b98443f, 0xf78834a6),
    +     TOBN(0x11c6ab01, 0x5114a5a1), TOBN(0x60deb383, 0xffba5f4c),
    +     TOBN(0x4caa54c6, 0x01a982e6), TOBN(0x1dd35e11, 0x3491cd26),
    +     TOBN(0x973c315f, 0x7cbd6b05), TOBN(0xcab00775, 0x52494724),
    +     TOBN(0x04659b1f, 0x6565e15a), TOBN(0xbf30f529, 0x8c8fb026),
    +     TOBN(0xfc21641b, 0xa8a0de37), TOBN(0xe9c7a366, 0xfa5e5114),
    +     TOBN(0xdb849ca5, 0x52f03ad8), TOBN(0xc7e8dbe9, 0x024e35c0),
    +     TOBN(0xa1a2bbac, 0xcfc3c789), TOBN(0xbf733e7d, 0x9c26f262),
    +     TOBN(0x882ffbf5, 0xb8444823), TOBN(0xb7224e88, 0x6bf8483b),
    +     TOBN(0x53023b8b, 0x65bef640), TOBN(0xaabfec91, 0xd4d5f8cd),
    +     TOBN(0xa40e1510, 0x079ea1bd), TOBN(0x1ad9addc, 0xd05d5d26),
    +     TOBN(0xdb3f2eab, 0x13e68d4f), TOBN(0x1cff1ae2, 0x640f803f),
    +     TOBN(0xe0e7b749, 0xd4cee117), TOBN(0x8e9f275b, 0x4036d909),
    +     TOBN(0xce34e31d, 0x8f4d4c38), TOBN(0x22b37f69, 0xd75130fc),
    +     TOBN(0x83e0f1fd, 0xb4014604), TOBN(0xa8ce9919, 0x89415078),
    +     TOBN(0x82375b75, 0x41792efe), TOBN(0x4f59bf5c, 0x97d4515b),
    +     TOBN(0xac4f324f, 0x923a277d), TOBN(0xd9bc9b7d, 0x650f3406),
    +     TOBN(0xc6fa87d1, 0x8a39bc51), TOBN(0x82588530, 0x5ccc108f),
    +     TOBN(0x5ced3c9f, 0x82e4c634), TOBN(0x8efb8314, 0x3a4464f8),
    +     TOBN(0xe706381b, 0x7a1dca25), TOBN(0x6cd15a3c, 0x5a2a412b),
    +     TOBN(0x9347a8fd, 0xbfcd8fb5), TOBN(0x31db2eef, 0x6e54cd22),
    +     TOBN(0xc4aeb11e, 0xf8d8932f), TOBN(0x11e7c1ed, 0x344411af),
    +     TOBN(0x2653050c, 0xdc9a151e), TOBN(0x9edbfc08, 0x3bb0a859),
    +     TOBN(0x926c81c7, 0xfd5691e7), TOBN(0x9c1b2342, 0x6f39019a),
    +     TOBN(0x64a81c8b, 0x7f8474b9), TOBN(0x90657c07, 0x01761819),
    +     TOBN(0x390b3331, 0x55e0375a), TOBN(0xc676c626, 0xb6ebc47d),
    +     TOBN(0x51623247, 0xb7d6dee8), TOBN(0x0948d927, 0x79659313),
    +     TOBN(0x99700161, 0xe9ab35ed), TOBN(0x06cc32b4, 0x8ddde408),
    +     TOBN(0x6f2fd664, 0x061ef338), TOBN(0x1606fa02, 0xc202e9ed),
    +     TOBN(0x55388bc1, 0x929ba99b), TOBN(0xc4428c5e, 0x1e81df69),
    +     TOBN(0xce2028ae, 0xf91b0b2a), TOBN(0xce870a23, 0xf03dfd3f),
    +     TOBN(0x66ec2c87, 0x0affe8ed), TOBN(0xb205fb46, 0x284d0c00),
    +     TOBN(0xbf5dffe7, 0x44cefa48), TOBN(0xb6fc37a8, 0xa19876d7),
    +     TOBN(0xbecfa84c, 0x08b72863), TOBN(0xd7205ff5, 0x2576374f),
    +     TOBN(0x80330d32, 0x8887de41), TOBN(0x5de0df0c, 0x869ea534),
    +     TOBN(0x13f42753, 0x3c56ea17), TOBN(0xeb1f6069, 0x452b1a78),
    +     TOBN(0x50474396, 0xe30ea15c), TOBN(0x575816a1, 0xc1494125),
    +     TOBN(0xbe1ce55b, 0xfe6bb38f), TOBN(0xb901a948, 0x96ae30f7),
    +     TOBN(0xe5af0f08, 0xd8fc3548), TOBN(0x5010b5d0, 0xd73bfd08),
    +     TOBN(0x993d2880, 0x53fe655a), TOBN(0x99f2630b, 0x1c1309fd),
    +     TOBN(0xd8677baf, 0xb4e3b76f), TOBN(0x14e51ddc, 0xb840784b),
    +     TOBN(0x326c750c, 0xbf0092ce), TOBN(0xc83d306b, 0xf528320f),
    +     TOBN(0xc4456715, 0x77d4715c), TOBN(0xd30019f9, 0x6b703235),
    +     TOBN(0x207ccb2e, 0xd669e986), TOBN(0x57c824af, 0xf6dbfc28),
    +     TOBN(0xf0eb532f, 0xd8f92a23), TOBN(0x4a557fd4, 0x9bb98fd2),
    +     TOBN(0xa57acea7, 0xc1e6199a), TOBN(0x0c663820, 0x8b94b1ed),
    +     TOBN(0x9b42be8f, 0xf83a9266), TOBN(0xc7741c97, 0x0101bd45),
    +     TOBN(0x95770c11, 0x07bd9ceb), TOBN(0x1f50250a, 0x8b2e0744),
    +     TOBN(0xf762eec8, 0x1477b654), TOBN(0xc65b900e, 0x15efe59a),
    +     TOBN(0x88c96148, 0x9546a897), TOBN(0x7e8025b3, 0xc30b4d7c),
    +     TOBN(0xae4065ef, 0x12045cf9), TOBN(0x6fcb2caf, 0x9ccce8bd),
    +     TOBN(0x1fa0ba4e, 0xf2cf6525), TOBN(0xf683125d, 0xcb72c312),
    +     TOBN(0xa01da4ea, 0xe312410e), TOBN(0x67e28677, 0x6cd8e830),
    +     TOBN(0xabd95752, 0x98fb3f07), TOBN(0x05f11e11, 0xeef649a5),
    +     TOBN(0xba47faef, 0x9d3472c2), TOBN(0x3adff697, 0xc77d1345),
    +     TOBN(0x4761fa04, 0xdd15afee), TOBN(0x64f1f61a, 0xb9e69462),
    +     TOBN(0xfa691fab, 0x9bfb9093), TOBN(0x3df8ae8f, 0xa1133dfe),
    +     TOBN(0xcd5f8967, 0x58cc710d), TOBN(0xfbb88d50, 0x16c7fe79),
    +     TOBN(0x8e011b4c, 0xe88c50d1), TOBN(0x7532e807, 0xa8771c4f),
    +     TOBN(0x64c78a48, 0xe2278ee4), TOBN(0x0b283e83, 0x3845072a),
    +     TOBN(0x98a6f291, 0x49e69274), TOBN(0xb96e9668, 0x1868b21c),
    +     TOBN(0x38f0adc2, 0xb1a8908e), TOBN(0x90afcff7, 0x1feb829d),
    +     TOBN(0x9915a383, 0x210b0856), TOBN(0xa5a80602, 0xdef04889),
    +     TOBN(0x800e9af9, 0x7c64d509), TOBN(0x81382d0b, 0xb8996f6f),
    +     TOBN(0x490eba53, 0x81927e27), TOBN(0x46c63b32, 0x4af50182),
    +     TOBN(0x784c5fd9, 0xd3ad62ce), TOBN(0xe4fa1870, 0xf8ae8736),
    +     TOBN(0x4ec9d0bc, 0xd7466b25), TOBN(0x84ddbe1a, 0xdb235c65),
    +     TOBN(0x5e2645ee, 0x163c1688), TOBN(0x570bd00e, 0x00eba747),
    +     TOBN(0xfa51b629, 0x128bfa0f), TOBN(0x92fce1bd, 0x6c1d3b68),
    +     TOBN(0x3e7361dc, 0xb66778b1), TOBN(0x9c7d249d, 0x5561d2bb),
    +     TOBN(0xa40b28bf, 0x0bbc6229), TOBN(0x1c83c05e, 0xdfd91497),
    +     TOBN(0x5f9f5154, 0xf083df05), TOBN(0xbac38b3c, 0xeee66c9d),
    +     TOBN(0xf71db7e3, 0xec0dfcfd), TOBN(0xf2ecda8e, 0x8b0a8416),
    +     TOBN(0x52fddd86, 0x7812aa66), TOBN(0x2896ef10, 0x4e6f4272),
    +     TOBN(0xff27186a, 0x0fe9a745), TOBN(0x08249fcd, 0x49ca70db),
    +     TOBN(0x7425a2e6, 0x441cac49), TOBN(0xf4a0885a, 0xece5ff57),
    +     TOBN(0x6e2cb731, 0x7d7ead58), TOBN(0xf96cf7d6, 0x1898d104),
    +     TOBN(0xafe67c9d, 0x4f2c9a89), TOBN(0x89895a50, 0x1c7bf5bc),
    +     TOBN(0xdc7cb8e5, 0x573cecfa), TOBN(0x66497eae, 0xd15f03e6),
    +     TOBN(0x6bc0de69, 0x3f084420), TOBN(0x323b9b36, 0xacd532b0),
    +     TOBN(0xcfed390a, 0x0115a3c1), TOBN(0x9414c40b, 0x2d65ca0e),
    +     TOBN(0x641406bd, 0x2f530c78), TOBN(0x29369a44, 0x833438f2),
    +     TOBN(0x996884f5, 0x903fa271), TOBN(0xe6da0fd2, 0xb9da921e),
    +     TOBN(0xa6f2f269, 0x5db01e54), TOBN(0x1ee3e9bd, 0x6876214e),
    +     TOBN(0xa26e181c, 0xe27a9497), TOBN(0x36d254e4, 0x8e215e04),
    +     TOBN(0x42f32a6c, 0x252cabca), TOBN(0x99481487, 0x80b57614),
    +     TOBN(0x4c4dfe69, 0x40d9cae1), TOBN(0x05869580, 0x11a10f09),
    +     TOBN(0xca287b57, 0x3491b64b), TOBN(0x77862d5d, 0x3fd4a53b),
    +     TOBN(0xbf94856e, 0x50349126), TOBN(0x2be30bd1, 0x71c5268f),
    +     TOBN(0x10393f19, 0xcbb650a6), TOBN(0x639531fe, 0x778cf9fd),
    +     TOBN(0x02556a11, 0xb2935359), TOBN(0xda38aa96, 0xaf8c126e),
    +     TOBN(0x47dbe6c2, 0x0960167f), TOBN(0x37bbabb6, 0x501901cd),
    +     TOBN(0xb6e979e0, 0x2c947778), TOBN(0xd69a5175, 0x7a1a1dc6),
    +     TOBN(0xc3ed5095, 0x9d9faf0c), TOBN(0x4dd9c096, 0x1d5fa5f0),
    +     TOBN(0xa0c4304d, 0x64f16ea8), TOBN(0x8b1cac16, 0x7e718623),
    +     TOBN(0x0b576546, 0x7c67f03e), TOBN(0x559cf5ad, 0xcbd88c01),
    +     TOBN(0x074877bb, 0x0e2af19a), TOBN(0x1f717ec1, 0xa1228c92),
    +     TOBN(0x70bcb800, 0x326e8920), TOBN(0xec6e2c5c, 0x4f312804),
    +     TOBN(0x426aea7d, 0x3fca4752), TOBN(0xf12c0949, 0x2211f62a),
    +     TOBN(0x24beecd8, 0x7be7b6b5), TOBN(0xb77eaf4c, 0x36d7a27d),
    +     TOBN(0x154c2781, 0xfda78fd3), TOBN(0x848a83b0, 0x264eeabe),
    +     TOBN(0x81287ef0, 0x4ffe2bc4), TOBN(0x7b6d88c6, 0xb6b6fc2a),
    +     TOBN(0x805fb947, 0xce417d99), TOBN(0x4b93dcc3, 0x8b916cc4),
    +     TOBN(0x72e65bb3, 0x21273323), TOBN(0xbcc1badd, 0x6ea9886e),
    +     TOBN(0x0e223011, 0x4bc5ee85), TOBN(0xa561be74, 0xc18ee1e4),
    +     TOBN(0x762fd2d4, 0xa6bcf1f1), TOBN(0x50e6a5a4, 0x95231489),
    +     TOBN(0xca96001f, 0xa00b500b), TOBN(0x5c098cfc, 0x5d7dcdf5),
    +     TOBN(0xa64e2d2e, 0x8c446a85), TOBN(0xbae9bcf1, 0x971f3c62),
    +     TOBN(0x4ec22683, 0x8435a2c5), TOBN(0x8ceaed6c, 0x4bad4643),
    +     TOBN(0xe9f8fb47, 0xccccf4e3), TOBN(0xbd4f3fa4, 0x1ce3b21e),
    +     TOBN(0xd79fb110, 0xa3db3292), TOBN(0xe28a37da, 0xb536c66a),
    +     TOBN(0x279ce87b, 0x8e49e6a9), TOBN(0x70ccfe8d, 0xfdcec8e3),
    +     TOBN(0x2193e4e0, 0x3ba464b2), TOBN(0x0f39d60e, 0xaca9a398),
    +     TOBN(0x7d7932af, 0xf82c12ab), TOBN(0xd8ff50ed, 0x91e7e0f7),
    +     TOBN(0xea961058, 0xfa28a7e0), TOBN(0xc726cf25, 0x0bf5ec74),
    +     TOBN(0xe74d55c8, 0xdb229666), TOBN(0x0bd9abbf, 0xa57f5799),
    +     TOBN(0x7479ef07, 0x4dfc47b3), TOBN(0xd9c65fc3, 0x0c52f91d),
    +     TOBN(0x8e0283fe, 0x36a8bde2), TOBN(0xa32a8b5e, 0x7d4b7280),
    +     TOBN(0x6a677c61, 0x12e83233), TOBN(0x0fbb3512, 0xdcc9bf28),
    +     TOBN(0x562e8ea5, 0x0d780f61), TOBN(0x0db8b22b, 0x1dc4e89c),
    +     TOBN(0x0a6fd1fb, 0x89be0144), TOBN(0x8c77d246, 0xca57113b),
    +     TOBN(0x4639075d, 0xff09c91c), TOBN(0x5b47b17f, 0x5060824c),
    +     TOBN(0x58aea2b0, 0x16287b52), TOBN(0xa1343520, 0xd0cd8eb0),
    +     TOBN(0x6148b4d0, 0xc5d58573), TOBN(0xdd2b6170, 0x291c68ae),
    +     TOBN(0xa61b3929, 0x1da3b3b7), TOBN(0x5f946d79, 0x08c4ac10),
    +     TOBN(0x4105d4a5, 0x7217d583), TOBN(0x5061da3d, 0x25e6de5e),
    +     TOBN(0x3113940d, 0xec1b4991), TOBN(0xf12195e1, 0x36f485ae),
    +     TOBN(0xa7507fb2, 0x731a2ee0), TOBN(0x95057a8e, 0x6e9e196e),
    +     TOBN(0xa3c2c911, 0x2e130136), TOBN(0x97dfbb36, 0x33c60d15),
    +     TOBN(0xcaf3c581, 0xb300ee2b), TOBN(0x77f25d90, 0xf4bac8b8),
    +     TOBN(0xdb1c4f98, 0x6d840cd6), TOBN(0x471d62c0, 0xe634288c),
    +     TOBN(0x8ec2f85e, 0xcec8a161), TOBN(0x41f37cbc, 0xfa6f4ae2),
    +     TOBN(0x6793a20f, 0x4b709985), TOBN(0x7a7bd33b, 0xefa8985b),
    +     TOBN(0x2c6a3fbd, 0x938e6446), TOBN(0x19042619, 0x2a8d47c1),
    +     TOBN(0x16848667, 0xcc36975f), TOBN(0x02acf168, 0x9d5f1dfb),
    +     TOBN(0x62d41ad4, 0x613baa94), TOBN(0xb56fbb92, 0x9f684670),
    +     TOBN(0xce610d0d, 0xe9e40569), TOBN(0x7b99c65f, 0x35489fef),
    +     TOBN(0x0c88ad1b, 0x3df18b97), TOBN(0x81b7d9be, 0x5d0e9edb),
    +     TOBN(0xd85218c0, 0xc716cc0a), TOBN(0xf4b5ff90, 0x85691c49),
    +     TOBN(0xa4fd666b, 0xce356ac6), TOBN(0x17c72895, 0x4b327a7a),
    +     TOBN(0xf93d5085, 0xda6be7de), TOBN(0xff71530e, 0x3301d34e),
    +     TOBN(0x4cd96442, 0xd8f448e8), TOBN(0x9283d331, 0x2ed18ffa),
    +     TOBN(0x4d33dd99, 0x2a849870), TOBN(0xa716964b, 0x41576335),
    +     TOBN(0xff5e3a9b, 0x179be0e5), TOBN(0x5b9d6b1b, 0x83b13632),
    +     TOBN(0x3b8bd7d4, 0xa52f313b), TOBN(0xc9dd95a0, 0x637a4660),
    +     TOBN(0x30035962, 0x0b3e218f), TOBN(0xce1481a3, 0xc7b28a3c),
    +     TOBN(0xab41b43a, 0x43228d83), TOBN(0x24ae1c30, 0x4ad63f99),
    +     TOBN(0x8e525f1a, 0x46a51229), TOBN(0x14af860f, 0xcd26d2b4),
    +     TOBN(0xd6baef61, 0x3f714aa1), TOBN(0xf51865ad, 0xeb78795e),
    +     TOBN(0xd3e21fce, 0xe6a9d694), TOBN(0x82ceb1dd, 0x8a37b527)}
    +};
    diff --git a/openssl/crypto/ec/ecp_oct.c b/openssl/crypto/ec/ecp_oct.c
    index 374a0ee73..e5cec8be8 100644
    --- a/openssl/crypto/ec/ecp_oct.c
    +++ b/openssl/crypto/ec/ecp_oct.c
    @@ -1,8 +1,9 @@
     /* crypto/ec/ecp_oct.c */
    -/* Includes code written by Lenka Fibikova 
    - * for the OpenSSL project. 
    - * Includes code written by Bodo Moeller for the OpenSSL project.
    -*/
    +/*
    + * Includes code written by Lenka Fibikova 
    + * for the OpenSSL project. Includes code written by Bodo Moeller for the
    + * OpenSSL project.
    + */
     /* ====================================================================
      * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
      *
    @@ -11,7 +12,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -67,367 +68,361 @@
     
     #include "ec_lcl.h"
     
    -int ec_GFp_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point,
    -	const BIGNUM *x_, int y_bit, BN_CTX *ctx)
    -	{
    -	BN_CTX *new_ctx = NULL;
    -	BIGNUM *tmp1, *tmp2, *x, *y;
    -	int ret = 0;
    -
    -	/* clear error queue*/
    -	ERR_clear_error();
    -
    -	if (ctx == NULL)
    -		{
    -		ctx = new_ctx = BN_CTX_new();
    -		if (ctx == NULL)
    -			return 0;
    -		}
    -
    -	y_bit = (y_bit != 0);
    -
    -	BN_CTX_start(ctx);
    -	tmp1 = BN_CTX_get(ctx);
    -	tmp2 = BN_CTX_get(ctx);
    -	x = BN_CTX_get(ctx);
    -	y = BN_CTX_get(ctx);
    -	if (y == NULL) goto err;
    -
    -	/* Recover y.  We have a Weierstrass equation
    -	 *     y^2 = x^3 + a*x + b,
    -	 * so  y  is one of the square roots of  x^3 + a*x + b.
    -	 */
    -
    -	/* tmp1 := x^3 */
    -	if (!BN_nnmod(x, x_, &group->field,ctx)) goto err;
    -	if (group->meth->field_decode == 0)
    -		{
    -		/* field_{sqr,mul} work on standard representation */
    -		if (!group->meth->field_sqr(group, tmp2, x_, ctx)) goto err;
    -		if (!group->meth->field_mul(group, tmp1, tmp2, x_, ctx)) goto err;
    -		}
    -	else
    -		{
    -		if (!BN_mod_sqr(tmp2, x_, &group->field, ctx)) goto err;
    -		if (!BN_mod_mul(tmp1, tmp2, x_, &group->field, ctx)) goto err;
    -		}
    -	
    -	/* tmp1 := tmp1 + a*x */
    -	if (group->a_is_minus3)
    -		{
    -		if (!BN_mod_lshift1_quick(tmp2, x, &group->field)) goto err;
    -		if (!BN_mod_add_quick(tmp2, tmp2, x, &group->field)) goto err;
    -		if (!BN_mod_sub_quick(tmp1, tmp1, tmp2, &group->field)) goto err;
    -		}
    -	else
    -		{
    -		if (group->meth->field_decode)
    -			{
    -			if (!group->meth->field_decode(group, tmp2, &group->a, ctx)) goto err;
    -			if (!BN_mod_mul(tmp2, tmp2, x, &group->field, ctx)) goto err;
    -			}
    -		else
    -			{
    -			/* field_mul works on standard representation */
    -			if (!group->meth->field_mul(group, tmp2, &group->a, x, ctx)) goto err;
    -			}
    -		
    -		if (!BN_mod_add_quick(tmp1, tmp1, tmp2, &group->field)) goto err;
    -		}
    -	
    -	/* tmp1 := tmp1 + b */
    -	if (group->meth->field_decode)
    -		{
    -		if (!group->meth->field_decode(group, tmp2, &group->b, ctx)) goto err;
    -		if (!BN_mod_add_quick(tmp1, tmp1, tmp2, &group->field)) goto err;
    -		}
    -	else
    -		{
    -		if (!BN_mod_add_quick(tmp1, tmp1, &group->b, &group->field)) goto err;
    -		}
    -	
    -	if (!BN_mod_sqrt(y, tmp1, &group->field, ctx))
    -		{
    -		unsigned long err = ERR_peek_last_error();
    -		
    -		if (ERR_GET_LIB(err) == ERR_LIB_BN && ERR_GET_REASON(err) == BN_R_NOT_A_SQUARE)
    -			{
    -			ERR_clear_error();
    -			ECerr(EC_F_EC_GFP_SIMPLE_SET_COMPRESSED_COORDINATES, EC_R_INVALID_COMPRESSED_POINT);
    -			}
    -		else
    -			ECerr(EC_F_EC_GFP_SIMPLE_SET_COMPRESSED_COORDINATES, ERR_R_BN_LIB);
    -		goto err;
    -		}
    -
    -	if (y_bit != BN_is_odd(y))
    -		{
    -		if (BN_is_zero(y))
    -			{
    -			int kron;
    -
    -			kron = BN_kronecker(x, &group->field, ctx);
    -			if (kron == -2) goto err;
    -
    -			if (kron == 1)
    -				ECerr(EC_F_EC_GFP_SIMPLE_SET_COMPRESSED_COORDINATES, EC_R_INVALID_COMPRESSION_BIT);
    -			else
    -				/* BN_mod_sqrt() should have cought this error (not a square) */
    -				ECerr(EC_F_EC_GFP_SIMPLE_SET_COMPRESSED_COORDINATES, EC_R_INVALID_COMPRESSED_POINT);
    -			goto err;
    -			}
    -		if (!BN_usub(y, &group->field, y)) goto err;
    -		}
    -	if (y_bit != BN_is_odd(y))
    -		{
    -		ECerr(EC_F_EC_GFP_SIMPLE_SET_COMPRESSED_COORDINATES, ERR_R_INTERNAL_ERROR);
    -		goto err;
    -		}
    -
    -	if (!EC_POINT_set_affine_coordinates_GFp(group, point, x, y, ctx)) goto err;
    -
    -	ret = 1;
    +int ec_GFp_simple_set_compressed_coordinates(const EC_GROUP *group,
    +                                             EC_POINT *point,
    +                                             const BIGNUM *x_, int y_bit,
    +                                             BN_CTX *ctx)
    +{
    +    BN_CTX *new_ctx = NULL;
    +    BIGNUM *tmp1, *tmp2, *x, *y;
    +    int ret = 0;
    +
    +    /* clear error queue */
    +    ERR_clear_error();
    +
    +    if (ctx == NULL) {
    +        ctx = new_ctx = BN_CTX_new();
    +        if (ctx == NULL)
    +            return 0;
    +    }
    +
    +    y_bit = (y_bit != 0);
    +
    +    BN_CTX_start(ctx);
    +    tmp1 = BN_CTX_get(ctx);
    +    tmp2 = BN_CTX_get(ctx);
    +    x = BN_CTX_get(ctx);
    +    y = BN_CTX_get(ctx);
    +    if (y == NULL)
    +        goto err;
    +
    +    /*-
    +     * Recover y.  We have a Weierstrass equation
    +     *     y^2 = x^3 + a*x + b,
    +     * so  y  is one of the square roots of  x^3 + a*x + b.
    +     */
    +
    +    /* tmp1 := x^3 */
    +    if (!BN_nnmod(x, x_, &group->field, ctx))
    +        goto err;
    +    if (group->meth->field_decode == 0) {
    +        /* field_{sqr,mul} work on standard representation */
    +        if (!group->meth->field_sqr(group, tmp2, x_, ctx))
    +            goto err;
    +        if (!group->meth->field_mul(group, tmp1, tmp2, x_, ctx))
    +            goto err;
    +    } else {
    +        if (!BN_mod_sqr(tmp2, x_, &group->field, ctx))
    +            goto err;
    +        if (!BN_mod_mul(tmp1, tmp2, x_, &group->field, ctx))
    +            goto err;
    +    }
    +
    +    /* tmp1 := tmp1 + a*x */
    +    if (group->a_is_minus3) {
    +        if (!BN_mod_lshift1_quick(tmp2, x, &group->field))
    +            goto err;
    +        if (!BN_mod_add_quick(tmp2, tmp2, x, &group->field))
    +            goto err;
    +        if (!BN_mod_sub_quick(tmp1, tmp1, tmp2, &group->field))
    +            goto err;
    +    } else {
    +        if (group->meth->field_decode) {
    +            if (!group->meth->field_decode(group, tmp2, &group->a, ctx))
    +                goto err;
    +            if (!BN_mod_mul(tmp2, tmp2, x, &group->field, ctx))
    +                goto err;
    +        } else {
    +            /* field_mul works on standard representation */
    +            if (!group->meth->field_mul(group, tmp2, &group->a, x, ctx))
    +                goto err;
    +        }
    +
    +        if (!BN_mod_add_quick(tmp1, tmp1, tmp2, &group->field))
    +            goto err;
    +    }
    +
    +    /* tmp1 := tmp1 + b */
    +    if (group->meth->field_decode) {
    +        if (!group->meth->field_decode(group, tmp2, &group->b, ctx))
    +            goto err;
    +        if (!BN_mod_add_quick(tmp1, tmp1, tmp2, &group->field))
    +            goto err;
    +    } else {
    +        if (!BN_mod_add_quick(tmp1, tmp1, &group->b, &group->field))
    +            goto err;
    +    }
    +
    +    if (!BN_mod_sqrt(y, tmp1, &group->field, ctx)) {
    +        unsigned long err = ERR_peek_last_error();
    +
    +        if (ERR_GET_LIB(err) == ERR_LIB_BN
    +            && ERR_GET_REASON(err) == BN_R_NOT_A_SQUARE) {
    +            ERR_clear_error();
    +            ECerr(EC_F_EC_GFP_SIMPLE_SET_COMPRESSED_COORDINATES,
    +                  EC_R_INVALID_COMPRESSED_POINT);
    +        } else
    +            ECerr(EC_F_EC_GFP_SIMPLE_SET_COMPRESSED_COORDINATES,
    +                  ERR_R_BN_LIB);
    +        goto err;
    +    }
    +
    +    if (y_bit != BN_is_odd(y)) {
    +        if (BN_is_zero(y)) {
    +            int kron;
    +
    +            kron = BN_kronecker(x, &group->field, ctx);
    +            if (kron == -2)
    +                goto err;
    +
    +            if (kron == 1)
    +                ECerr(EC_F_EC_GFP_SIMPLE_SET_COMPRESSED_COORDINATES,
    +                      EC_R_INVALID_COMPRESSION_BIT);
    +            else
    +                /*
    +                 * BN_mod_sqrt() should have cought this error (not a square)
    +                 */
    +                ECerr(EC_F_EC_GFP_SIMPLE_SET_COMPRESSED_COORDINATES,
    +                      EC_R_INVALID_COMPRESSED_POINT);
    +            goto err;
    +        }
    +        if (!BN_usub(y, &group->field, y))
    +            goto err;
    +    }
    +    if (y_bit != BN_is_odd(y)) {
    +        ECerr(EC_F_EC_GFP_SIMPLE_SET_COMPRESSED_COORDINATES,
    +              ERR_R_INTERNAL_ERROR);
    +        goto err;
    +    }
    +
    +    if (!EC_POINT_set_affine_coordinates_GFp(group, point, x, y, ctx))
    +        goto err;
    +
    +    ret = 1;
     
      err:
    -	BN_CTX_end(ctx);
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	return ret;
    -	}
    -
    -
    -size_t ec_GFp_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form,
    -	unsigned char *buf, size_t len, BN_CTX *ctx)
    -	{
    -	size_t ret;
    -	BN_CTX *new_ctx = NULL;
    -	int used_ctx = 0;
    -	BIGNUM *x, *y;
    -	size_t field_len, i, skip;
    -
    -	if ((form != POINT_CONVERSION_COMPRESSED)
    -		&& (form != POINT_CONVERSION_UNCOMPRESSED)
    -		&& (form != POINT_CONVERSION_HYBRID))
    -		{
    -		ECerr(EC_F_EC_GFP_SIMPLE_POINT2OCT, EC_R_INVALID_FORM);
    -		goto err;
    -		}
    -
    -	if (EC_POINT_is_at_infinity(group, point))
    -		{
    -		/* encodes to a single 0 octet */
    -		if (buf != NULL)
    -			{
    -			if (len < 1)
    -				{
    -				ECerr(EC_F_EC_GFP_SIMPLE_POINT2OCT, EC_R_BUFFER_TOO_SMALL);
    -				return 0;
    -				}
    -			buf[0] = 0;
    -			}
    -		return 1;
    -		}
    -
    -
    -	/* ret := required output buffer length */
    -	field_len = BN_num_bytes(&group->field);
    -	ret = (form == POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2*field_len;
    -
    -	/* if 'buf' is NULL, just return required length */
    -	if (buf != NULL)
    -		{
    -		if (len < ret)
    -			{
    -			ECerr(EC_F_EC_GFP_SIMPLE_POINT2OCT, EC_R_BUFFER_TOO_SMALL);
    -			goto err;
    -			}
    -
    -		if (ctx == NULL)
    -			{
    -			ctx = new_ctx = BN_CTX_new();
    -			if (ctx == NULL)
    -				return 0;
    -			}
    -
    -		BN_CTX_start(ctx);
    -		used_ctx = 1;
    -		x = BN_CTX_get(ctx);
    -		y = BN_CTX_get(ctx);
    -		if (y == NULL) goto err;
    -
    -		if (!EC_POINT_get_affine_coordinates_GFp(group, point, x, y, ctx)) goto err;
    -
    -		if ((form == POINT_CONVERSION_COMPRESSED || form == POINT_CONVERSION_HYBRID) && BN_is_odd(y))
    -			buf[0] = form + 1;
    -		else
    -			buf[0] = form;
    -	
    -		i = 1;
    -		
    -		skip = field_len - BN_num_bytes(x);
    -		if (skip > field_len)
    -			{
    -			ECerr(EC_F_EC_GFP_SIMPLE_POINT2OCT, ERR_R_INTERNAL_ERROR);
    -			goto err;
    -			}
    -		while (skip > 0)
    -			{
    -			buf[i++] = 0;
    -			skip--;
    -			}
    -		skip = BN_bn2bin(x, buf + i);
    -		i += skip;
    -		if (i != 1 + field_len)
    -			{
    -			ECerr(EC_F_EC_GFP_SIMPLE_POINT2OCT, ERR_R_INTERNAL_ERROR);
    -			goto err;
    -			}
    -
    -		if (form == POINT_CONVERSION_UNCOMPRESSED || form == POINT_CONVERSION_HYBRID)
    -			{
    -			skip = field_len - BN_num_bytes(y);
    -			if (skip > field_len)
    -				{
    -				ECerr(EC_F_EC_GFP_SIMPLE_POINT2OCT, ERR_R_INTERNAL_ERROR);
    -				goto err;
    -				}
    -			while (skip > 0)
    -				{
    -				buf[i++] = 0;
    -				skip--;
    -				}
    -			skip = BN_bn2bin(y, buf + i);
    -			i += skip;
    -			}
    -
    -		if (i != ret)
    -			{
    -			ECerr(EC_F_EC_GFP_SIMPLE_POINT2OCT, ERR_R_INTERNAL_ERROR);
    -			goto err;
    -			}
    -		}
    -	
    -	if (used_ctx)
    -		BN_CTX_end(ctx);
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	return ret;
    +    BN_CTX_end(ctx);
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    return ret;
    +}
    +
    +size_t ec_GFp_simple_point2oct(const EC_GROUP *group, const EC_POINT *point,
    +                               point_conversion_form_t form,
    +                               unsigned char *buf, size_t len, BN_CTX *ctx)
    +{
    +    size_t ret;
    +    BN_CTX *new_ctx = NULL;
    +    int used_ctx = 0;
    +    BIGNUM *x, *y;
    +    size_t field_len, i, skip;
    +
    +    if ((form != POINT_CONVERSION_COMPRESSED)
    +        && (form != POINT_CONVERSION_UNCOMPRESSED)
    +        && (form != POINT_CONVERSION_HYBRID)) {
    +        ECerr(EC_F_EC_GFP_SIMPLE_POINT2OCT, EC_R_INVALID_FORM);
    +        goto err;
    +    }
    +
    +    if (EC_POINT_is_at_infinity(group, point)) {
    +        /* encodes to a single 0 octet */
    +        if (buf != NULL) {
    +            if (len < 1) {
    +                ECerr(EC_F_EC_GFP_SIMPLE_POINT2OCT, EC_R_BUFFER_TOO_SMALL);
    +                return 0;
    +            }
    +            buf[0] = 0;
    +        }
    +        return 1;
    +    }
    +
    +    /* ret := required output buffer length */
    +    field_len = BN_num_bytes(&group->field);
    +    ret =
    +        (form ==
    +         POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2 * field_len;
    +
    +    /* if 'buf' is NULL, just return required length */
    +    if (buf != NULL) {
    +        if (len < ret) {
    +            ECerr(EC_F_EC_GFP_SIMPLE_POINT2OCT, EC_R_BUFFER_TOO_SMALL);
    +            goto err;
    +        }
    +
    +        if (ctx == NULL) {
    +            ctx = new_ctx = BN_CTX_new();
    +            if (ctx == NULL)
    +                return 0;
    +        }
    +
    +        BN_CTX_start(ctx);
    +        used_ctx = 1;
    +        x = BN_CTX_get(ctx);
    +        y = BN_CTX_get(ctx);
    +        if (y == NULL)
    +            goto err;
    +
    +        if (!EC_POINT_get_affine_coordinates_GFp(group, point, x, y, ctx))
    +            goto err;
    +
    +        if ((form == POINT_CONVERSION_COMPRESSED
    +             || form == POINT_CONVERSION_HYBRID) && BN_is_odd(y))
    +            buf[0] = form + 1;
    +        else
    +            buf[0] = form;
    +
    +        i = 1;
    +
    +        skip = field_len - BN_num_bytes(x);
    +        if (skip > field_len) {
    +            ECerr(EC_F_EC_GFP_SIMPLE_POINT2OCT, ERR_R_INTERNAL_ERROR);
    +            goto err;
    +        }
    +        while (skip > 0) {
    +            buf[i++] = 0;
    +            skip--;
    +        }
    +        skip = BN_bn2bin(x, buf + i);
    +        i += skip;
    +        if (i != 1 + field_len) {
    +            ECerr(EC_F_EC_GFP_SIMPLE_POINT2OCT, ERR_R_INTERNAL_ERROR);
    +            goto err;
    +        }
    +
    +        if (form == POINT_CONVERSION_UNCOMPRESSED
    +            || form == POINT_CONVERSION_HYBRID) {
    +            skip = field_len - BN_num_bytes(y);
    +            if (skip > field_len) {
    +                ECerr(EC_F_EC_GFP_SIMPLE_POINT2OCT, ERR_R_INTERNAL_ERROR);
    +                goto err;
    +            }
    +            while (skip > 0) {
    +                buf[i++] = 0;
    +                skip--;
    +            }
    +            skip = BN_bn2bin(y, buf + i);
    +            i += skip;
    +        }
    +
    +        if (i != ret) {
    +            ECerr(EC_F_EC_GFP_SIMPLE_POINT2OCT, ERR_R_INTERNAL_ERROR);
    +            goto err;
    +        }
    +    }
    +
    +    if (used_ctx)
    +        BN_CTX_end(ctx);
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    return ret;
     
      err:
    -	if (used_ctx)
    -		BN_CTX_end(ctx);
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	return 0;
    -	}
    -
    +    if (used_ctx)
    +        BN_CTX_end(ctx);
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    return 0;
    +}
     
     int ec_GFp_simple_oct2point(const EC_GROUP *group, EC_POINT *point,
    -	const unsigned char *buf, size_t len, BN_CTX *ctx)
    -	{
    -	point_conversion_form_t form;
    -	int y_bit;
    -	BN_CTX *new_ctx = NULL;
    -	BIGNUM *x, *y;
    -	size_t field_len, enc_len;
    -	int ret = 0;
    -
    -	if (len == 0)
    -		{
    -		ECerr(EC_F_EC_GFP_SIMPLE_OCT2POINT, EC_R_BUFFER_TOO_SMALL);
    -		return 0;
    -		}
    -	form = buf[0];
    -	y_bit = form & 1;
    -	form = form & ~1U;
    -	if ((form != 0)	&& (form != POINT_CONVERSION_COMPRESSED)
    -		&& (form != POINT_CONVERSION_UNCOMPRESSED)
    -		&& (form != POINT_CONVERSION_HYBRID))
    -		{
    -		ECerr(EC_F_EC_GFP_SIMPLE_OCT2POINT, EC_R_INVALID_ENCODING);
    -		return 0;
    -		}
    -	if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit)
    -		{
    -		ECerr(EC_F_EC_GFP_SIMPLE_OCT2POINT, EC_R_INVALID_ENCODING);
    -		return 0;
    -		}
    -
    -	if (form == 0)
    -		{
    -		if (len != 1)
    -			{
    -			ECerr(EC_F_EC_GFP_SIMPLE_OCT2POINT, EC_R_INVALID_ENCODING);
    -			return 0;
    -			}
    -
    -		return EC_POINT_set_to_infinity(group, point);
    -		}
    -	
    -	field_len = BN_num_bytes(&group->field);
    -	enc_len = (form == POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2*field_len;
    -
    -	if (len != enc_len)
    -		{
    -		ECerr(EC_F_EC_GFP_SIMPLE_OCT2POINT, EC_R_INVALID_ENCODING);
    -		return 0;
    -		}
    -
    -	if (ctx == NULL)
    -		{
    -		ctx = new_ctx = BN_CTX_new();
    -		if (ctx == NULL)
    -			return 0;
    -		}
    -
    -	BN_CTX_start(ctx);
    -	x = BN_CTX_get(ctx);
    -	y = BN_CTX_get(ctx);
    -	if (y == NULL) goto err;
    -
    -	if (!BN_bin2bn(buf + 1, field_len, x)) goto err;
    -	if (BN_ucmp(x, &group->field) >= 0)
    -		{
    -		ECerr(EC_F_EC_GFP_SIMPLE_OCT2POINT, EC_R_INVALID_ENCODING);
    -		goto err;
    -		}
    -
    -	if (form == POINT_CONVERSION_COMPRESSED)
    -		{
    -		if (!EC_POINT_set_compressed_coordinates_GFp(group, point, x, y_bit, ctx)) goto err;
    -		}
    -	else
    -		{
    -		if (!BN_bin2bn(buf + 1 + field_len, field_len, y)) goto err;
    -		if (BN_ucmp(y, &group->field) >= 0)
    -			{
    -			ECerr(EC_F_EC_GFP_SIMPLE_OCT2POINT, EC_R_INVALID_ENCODING);
    -			goto err;
    -			}
    -		if (form == POINT_CONVERSION_HYBRID)
    -			{
    -			if (y_bit != BN_is_odd(y))
    -				{
    -				ECerr(EC_F_EC_GFP_SIMPLE_OCT2POINT, EC_R_INVALID_ENCODING);
    -				goto err;
    -				}
    -			}
    -
    -		if (!EC_POINT_set_affine_coordinates_GFp(group, point, x, y, ctx)) goto err;
    -		}
    -	
    -	if (!EC_POINT_is_on_curve(group, point, ctx)) /* test required by X9.62 */
    -		{
    -		ECerr(EC_F_EC_GFP_SIMPLE_OCT2POINT, EC_R_POINT_IS_NOT_ON_CURVE);
    -		goto err;
    -		}
    -
    -	ret = 1;
    -	
    - err:
    -	BN_CTX_end(ctx);
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	return ret;
    -	}
    +                            const unsigned char *buf, size_t len, BN_CTX *ctx)
    +{
    +    point_conversion_form_t form;
    +    int y_bit;
    +    BN_CTX *new_ctx = NULL;
    +    BIGNUM *x, *y;
    +    size_t field_len, enc_len;
    +    int ret = 0;
    +
    +    if (len == 0) {
    +        ECerr(EC_F_EC_GFP_SIMPLE_OCT2POINT, EC_R_BUFFER_TOO_SMALL);
    +        return 0;
    +    }
    +    form = buf[0];
    +    y_bit = form & 1;
    +    form = form & ~1U;
    +    if ((form != 0) && (form != POINT_CONVERSION_COMPRESSED)
    +        && (form != POINT_CONVERSION_UNCOMPRESSED)
    +        && (form != POINT_CONVERSION_HYBRID)) {
    +        ECerr(EC_F_EC_GFP_SIMPLE_OCT2POINT, EC_R_INVALID_ENCODING);
    +        return 0;
    +    }
    +    if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) {
    +        ECerr(EC_F_EC_GFP_SIMPLE_OCT2POINT, EC_R_INVALID_ENCODING);
    +        return 0;
    +    }
    +
    +    if (form == 0) {
    +        if (len != 1) {
    +            ECerr(EC_F_EC_GFP_SIMPLE_OCT2POINT, EC_R_INVALID_ENCODING);
    +            return 0;
    +        }
    +
    +        return EC_POINT_set_to_infinity(group, point);
    +    }
    +
    +    field_len = BN_num_bytes(&group->field);
    +    enc_len =
    +        (form ==
    +         POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2 * field_len;
    +
    +    if (len != enc_len) {
    +        ECerr(EC_F_EC_GFP_SIMPLE_OCT2POINT, EC_R_INVALID_ENCODING);
    +        return 0;
    +    }
    +
    +    if (ctx == NULL) {
    +        ctx = new_ctx = BN_CTX_new();
    +        if (ctx == NULL)
    +            return 0;
    +    }
    +
    +    BN_CTX_start(ctx);
    +    x = BN_CTX_get(ctx);
    +    y = BN_CTX_get(ctx);
    +    if (y == NULL)
    +        goto err;
    +
    +    if (!BN_bin2bn(buf + 1, field_len, x))
    +        goto err;
    +    if (BN_ucmp(x, &group->field) >= 0) {
    +        ECerr(EC_F_EC_GFP_SIMPLE_OCT2POINT, EC_R_INVALID_ENCODING);
    +        goto err;
    +    }
    +
    +    if (form == POINT_CONVERSION_COMPRESSED) {
    +        if (!EC_POINT_set_compressed_coordinates_GFp
    +            (group, point, x, y_bit, ctx))
    +            goto err;
    +    } else {
    +        if (!BN_bin2bn(buf + 1 + field_len, field_len, y))
    +            goto err;
    +        if (BN_ucmp(y, &group->field) >= 0) {
    +            ECerr(EC_F_EC_GFP_SIMPLE_OCT2POINT, EC_R_INVALID_ENCODING);
    +            goto err;
    +        }
    +        if (form == POINT_CONVERSION_HYBRID) {
    +            if (y_bit != BN_is_odd(y)) {
    +                ECerr(EC_F_EC_GFP_SIMPLE_OCT2POINT, EC_R_INVALID_ENCODING);
    +                goto err;
    +            }
    +        }
    +
    +        if (!EC_POINT_set_affine_coordinates_GFp(group, point, x, y, ctx))
    +            goto err;
    +    }
    +
    +    /* test required by X9.62 */
    +    if (!EC_POINT_is_on_curve(group, point, ctx)) {
    +        ECerr(EC_F_EC_GFP_SIMPLE_OCT2POINT, EC_R_POINT_IS_NOT_ON_CURVE);
    +        goto err;
    +    }
    +
    +    ret = 1;
     
    + err:
    +    BN_CTX_end(ctx);
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    return ret;
    +}
    diff --git a/openssl/crypto/ec/ecp_smpl.c b/openssl/crypto/ec/ecp_smpl.c
    index 2d1f35768..2b848216d 100644
    --- a/openssl/crypto/ec/ecp_smpl.c
    +++ b/openssl/crypto/ec/ecp_smpl.c
    @@ -1,8 +1,9 @@
     /* crypto/ec/ecp_smpl.c */
    -/* Includes code written by Lenka Fibikova 
    - * for the OpenSSL project. 
    - * Includes code written by Bodo Moeller for the OpenSSL project.
    -*/
    +/*
    + * Includes code written by Lenka Fibikova 
    + * for the OpenSSL project. Includes code written by Bodo Moeller for the
    + * OpenSSL project.
    + */
     /* ====================================================================
      * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
      *
    @@ -11,7 +12,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -66,1274 +67,1352 @@
     #include 
     
     #ifdef OPENSSL_FIPS
    -#include 
    +# include 
     #endif
     
     #include "ec_lcl.h"
     
     const EC_METHOD *EC_GFp_simple_method(void)
    -	{
    -	static const EC_METHOD ret = {
    -		EC_FLAGS_DEFAULT_OCT,
    -		NID_X9_62_prime_field,
    -		ec_GFp_simple_group_init,
    -		ec_GFp_simple_group_finish,
    -		ec_GFp_simple_group_clear_finish,
    -		ec_GFp_simple_group_copy,
    -		ec_GFp_simple_group_set_curve,
    -		ec_GFp_simple_group_get_curve,
    -		ec_GFp_simple_group_get_degree,
    -		ec_GFp_simple_group_check_discriminant,
    -		ec_GFp_simple_point_init,
    -		ec_GFp_simple_point_finish,
    -		ec_GFp_simple_point_clear_finish,
    -		ec_GFp_simple_point_copy,
    -		ec_GFp_simple_point_set_to_infinity,
    -		ec_GFp_simple_set_Jprojective_coordinates_GFp,
    -		ec_GFp_simple_get_Jprojective_coordinates_GFp,
    -		ec_GFp_simple_point_set_affine_coordinates,
    -		ec_GFp_simple_point_get_affine_coordinates,
    -		0,0,0,
    -		ec_GFp_simple_add,
    -		ec_GFp_simple_dbl,
    -		ec_GFp_simple_invert,
    -		ec_GFp_simple_is_at_infinity,
    -		ec_GFp_simple_is_on_curve,
    -		ec_GFp_simple_cmp,
    -		ec_GFp_simple_make_affine,
    -		ec_GFp_simple_points_make_affine,
    -		0 /* mul */,
    -		0 /* precompute_mult */,
    -		0 /* have_precompute_mult */,	
    -		ec_GFp_simple_field_mul,
    -		ec_GFp_simple_field_sqr,
    -		0 /* field_div */,
    -		0 /* field_encode */,
    -		0 /* field_decode */,
    -		0 /* field_set_to_one */ };
    +{
    +    static const EC_METHOD ret = {
    +        EC_FLAGS_DEFAULT_OCT,
    +        NID_X9_62_prime_field,
    +        ec_GFp_simple_group_init,
    +        ec_GFp_simple_group_finish,
    +        ec_GFp_simple_group_clear_finish,
    +        ec_GFp_simple_group_copy,
    +        ec_GFp_simple_group_set_curve,
    +        ec_GFp_simple_group_get_curve,
    +        ec_GFp_simple_group_get_degree,
    +        ec_GFp_simple_group_check_discriminant,
    +        ec_GFp_simple_point_init,
    +        ec_GFp_simple_point_finish,
    +        ec_GFp_simple_point_clear_finish,
    +        ec_GFp_simple_point_copy,
    +        ec_GFp_simple_point_set_to_infinity,
    +        ec_GFp_simple_set_Jprojective_coordinates_GFp,
    +        ec_GFp_simple_get_Jprojective_coordinates_GFp,
    +        ec_GFp_simple_point_set_affine_coordinates,
    +        ec_GFp_simple_point_get_affine_coordinates,
    +        0, 0, 0,
    +        ec_GFp_simple_add,
    +        ec_GFp_simple_dbl,
    +        ec_GFp_simple_invert,
    +        ec_GFp_simple_is_at_infinity,
    +        ec_GFp_simple_is_on_curve,
    +        ec_GFp_simple_cmp,
    +        ec_GFp_simple_make_affine,
    +        ec_GFp_simple_points_make_affine,
    +        0 /* mul */ ,
    +        0 /* precompute_mult */ ,
    +        0 /* have_precompute_mult */ ,
    +        ec_GFp_simple_field_mul,
    +        ec_GFp_simple_field_sqr,
    +        0 /* field_div */ ,
    +        0 /* field_encode */ ,
    +        0 /* field_decode */ ,
    +        0                       /* field_set_to_one */
    +    };
     
     #ifdef OPENSSL_FIPS
    -	if (FIPS_mode())
    -		return fips_ec_gfp_simple_method();
    +    if (FIPS_mode())
    +        return fips_ec_gfp_simple_method();
     #endif
     
    -	return &ret;
    -	}
    -
    +    return &ret;
    +}
     
    -/* Most method functions in this file are designed to work with
    +/*
    + * Most method functions in this file are designed to work with
      * non-trivial representations of field elements if necessary
      * (see ecp_mont.c): while standard modular addition and subtraction
      * are used, the field_mul and field_sqr methods will be used for
      * multiplication, and field_encode and field_decode (if defined)
      * will be used for converting between representations.
    -
    + *
      * Functions ec_GFp_simple_points_make_affine() and
      * ec_GFp_simple_point_get_affine_coordinates() specifically assume
      * that if a non-trivial representation is used, it is a Montgomery
      * representation (i.e. 'encoding' means multiplying by some factor R).
      */
     
    -
     int ec_GFp_simple_group_init(EC_GROUP *group)
    -	{
    -	BN_init(&group->field);
    -	BN_init(&group->a);
    -	BN_init(&group->b);
    -	group->a_is_minus3 = 0;
    -	return 1;
    -	}
    -
    +{
    +    BN_init(&group->field);
    +    BN_init(&group->a);
    +    BN_init(&group->b);
    +    group->a_is_minus3 = 0;
    +    return 1;
    +}
     
     void ec_GFp_simple_group_finish(EC_GROUP *group)
    -	{
    -	BN_free(&group->field);
    -	BN_free(&group->a);
    -	BN_free(&group->b);
    -	}
    -
    +{
    +    BN_free(&group->field);
    +    BN_free(&group->a);
    +    BN_free(&group->b);
    +}
     
     void ec_GFp_simple_group_clear_finish(EC_GROUP *group)
    -	{
    -	BN_clear_free(&group->field);
    -	BN_clear_free(&group->a);
    -	BN_clear_free(&group->b);
    -	}
    -
    +{
    +    BN_clear_free(&group->field);
    +    BN_clear_free(&group->a);
    +    BN_clear_free(&group->b);
    +}
     
     int ec_GFp_simple_group_copy(EC_GROUP *dest, const EC_GROUP *src)
    -	{
    -	if (!BN_copy(&dest->field, &src->field)) return 0;
    -	if (!BN_copy(&dest->a, &src->a)) return 0;
    -	if (!BN_copy(&dest->b, &src->b)) return 0;
    -
    -	dest->a_is_minus3 = src->a_is_minus3;
    +{
    +    if (!BN_copy(&dest->field, &src->field))
    +        return 0;
    +    if (!BN_copy(&dest->a, &src->a))
    +        return 0;
    +    if (!BN_copy(&dest->b, &src->b))
    +        return 0;
     
    -	return 1;
    -	}
    +    dest->a_is_minus3 = src->a_is_minus3;
     
    +    return 1;
    +}
     
     int ec_GFp_simple_group_set_curve(EC_GROUP *group,
    -	const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
    -	{
    -	int ret = 0;
    -	BN_CTX *new_ctx = NULL;
    -	BIGNUM *tmp_a;
    -	
    -	/* p must be a prime > 3 */
    -	if (BN_num_bits(p) <= 2 || !BN_is_odd(p))
    -		{
    -		ECerr(EC_F_EC_GFP_SIMPLE_GROUP_SET_CURVE, EC_R_INVALID_FIELD);
    -		return 0;
    -		}
    -
    -	if (ctx == NULL)
    -		{
    -		ctx = new_ctx = BN_CTX_new();
    -		if (ctx == NULL)
    -			return 0;
    -		}
    -
    -	BN_CTX_start(ctx);
    -	tmp_a = BN_CTX_get(ctx);
    -	if (tmp_a == NULL) goto err;
    -
    -	/* group->field */
    -	if (!BN_copy(&group->field, p)) goto err;
    -	BN_set_negative(&group->field, 0);
    -
    -	/* group->a */
    -	if (!BN_nnmod(tmp_a, a, p, ctx)) goto err;
    -	if (group->meth->field_encode)
    -		{ if (!group->meth->field_encode(group, &group->a, tmp_a, ctx)) goto err; }	
    -	else
    -		if (!BN_copy(&group->a, tmp_a)) goto err;
    -	
    -	/* group->b */
    -	if (!BN_nnmod(&group->b, b, p, ctx)) goto err;
    -	if (group->meth->field_encode)
    -		if (!group->meth->field_encode(group, &group->b, &group->b, ctx)) goto err;
    -	
    -	/* group->a_is_minus3 */
    -	if (!BN_add_word(tmp_a, 3)) goto err;
    -	group->a_is_minus3 = (0 == BN_cmp(tmp_a, &group->field));
    -
    -	ret = 1;
    +                                  const BIGNUM *p, const BIGNUM *a,
    +                                  const BIGNUM *b, BN_CTX *ctx)
    +{
    +    int ret = 0;
    +    BN_CTX *new_ctx = NULL;
    +    BIGNUM *tmp_a;
    +
    +    /* p must be a prime > 3 */
    +    if (BN_num_bits(p) <= 2 || !BN_is_odd(p)) {
    +        ECerr(EC_F_EC_GFP_SIMPLE_GROUP_SET_CURVE, EC_R_INVALID_FIELD);
    +        return 0;
    +    }
    +
    +    if (ctx == NULL) {
    +        ctx = new_ctx = BN_CTX_new();
    +        if (ctx == NULL)
    +            return 0;
    +    }
    +
    +    BN_CTX_start(ctx);
    +    tmp_a = BN_CTX_get(ctx);
    +    if (tmp_a == NULL)
    +        goto err;
    +
    +    /* group->field */
    +    if (!BN_copy(&group->field, p))
    +        goto err;
    +    BN_set_negative(&group->field, 0);
    +
    +    /* group->a */
    +    if (!BN_nnmod(tmp_a, a, p, ctx))
    +        goto err;
    +    if (group->meth->field_encode) {
    +        if (!group->meth->field_encode(group, &group->a, tmp_a, ctx))
    +            goto err;
    +    } else if (!BN_copy(&group->a, tmp_a))
    +        goto err;
    +
    +    /* group->b */
    +    if (!BN_nnmod(&group->b, b, p, ctx))
    +        goto err;
    +    if (group->meth->field_encode)
    +        if (!group->meth->field_encode(group, &group->b, &group->b, ctx))
    +            goto err;
    +
    +    /* group->a_is_minus3 */
    +    if (!BN_add_word(tmp_a, 3))
    +        goto err;
    +    group->a_is_minus3 = (0 == BN_cmp(tmp_a, &group->field));
    +
    +    ret = 1;
     
      err:
    -	BN_CTX_end(ctx);
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	return ret;
    -	}
    -
    -
    -int ec_GFp_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx)
    -	{
    -	int ret = 0;
    -	BN_CTX *new_ctx = NULL;
    -	
    -	if (p != NULL)
    -		{
    -		if (!BN_copy(p, &group->field)) return 0;
    -		}
    -
    -	if (a != NULL || b != NULL)
    -		{
    -		if (group->meth->field_decode)
    -			{
    -			if (ctx == NULL)
    -				{
    -				ctx = new_ctx = BN_CTX_new();
    -				if (ctx == NULL)
    -					return 0;
    -				}
    -			if (a != NULL)
    -				{
    -				if (!group->meth->field_decode(group, a, &group->a, ctx)) goto err;
    -				}
    -			if (b != NULL)
    -				{
    -				if (!group->meth->field_decode(group, b, &group->b, ctx)) goto err;
    -				}
    -			}
    -		else
    -			{
    -			if (a != NULL)
    -				{
    -				if (!BN_copy(a, &group->a)) goto err;
    -				}
    -			if (b != NULL)
    -				{
    -				if (!BN_copy(b, &group->b)) goto err;
    -				}
    -			}
    -		}
    -	
    -	ret = 1;
    -	
    - err:
    -	if (new_ctx)
    -		BN_CTX_free(new_ctx);
    -	return ret;
    -	}
    +    BN_CTX_end(ctx);
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    return ret;
    +}
    +
    +int ec_GFp_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a,
    +                                  BIGNUM *b, BN_CTX *ctx)
    +{
    +    int ret = 0;
    +    BN_CTX *new_ctx = NULL;
    +
    +    if (p != NULL) {
    +        if (!BN_copy(p, &group->field))
    +            return 0;
    +    }
    +
    +    if (a != NULL || b != NULL) {
    +        if (group->meth->field_decode) {
    +            if (ctx == NULL) {
    +                ctx = new_ctx = BN_CTX_new();
    +                if (ctx == NULL)
    +                    return 0;
    +            }
    +            if (a != NULL) {
    +                if (!group->meth->field_decode(group, a, &group->a, ctx))
    +                    goto err;
    +            }
    +            if (b != NULL) {
    +                if (!group->meth->field_decode(group, b, &group->b, ctx))
    +                    goto err;
    +            }
    +        } else {
    +            if (a != NULL) {
    +                if (!BN_copy(a, &group->a))
    +                    goto err;
    +            }
    +            if (b != NULL) {
    +                if (!BN_copy(b, &group->b))
    +                    goto err;
    +            }
    +        }
    +    }
    +
    +    ret = 1;
     
    + err:
    +    if (new_ctx)
    +        BN_CTX_free(new_ctx);
    +    return ret;
    +}
     
     int ec_GFp_simple_group_get_degree(const EC_GROUP *group)
    -	{
    -	return BN_num_bits(&group->field);
    -	}
    -
    +{
    +    return BN_num_bits(&group->field);
    +}
     
     int ec_GFp_simple_group_check_discriminant(const EC_GROUP *group, BN_CTX *ctx)
    -	{
    -	int ret = 0;
    -	BIGNUM *a,*b,*order,*tmp_1,*tmp_2;
    -	const BIGNUM *p = &group->field;
    -	BN_CTX *new_ctx = NULL;
    -
    -	if (ctx == NULL)
    -		{
    -		ctx = new_ctx = BN_CTX_new();
    -		if (ctx == NULL)
    -			{
    -			ECerr(EC_F_EC_GFP_SIMPLE_GROUP_CHECK_DISCRIMINANT, ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -		}
    -	BN_CTX_start(ctx);
    -	a = BN_CTX_get(ctx);
    -	b = BN_CTX_get(ctx);
    -	tmp_1 = BN_CTX_get(ctx);
    -	tmp_2 = BN_CTX_get(ctx);
    -	order = BN_CTX_get(ctx);
    -	if (order == NULL) goto err;
    -
    -	if (group->meth->field_decode)
    -		{
    -		if (!group->meth->field_decode(group, a, &group->a, ctx)) goto err;
    -		if (!group->meth->field_decode(group, b, &group->b, ctx)) goto err;
    -		}
    -	else
    -		{
    -		if (!BN_copy(a, &group->a)) goto err;
    -		if (!BN_copy(b, &group->b)) goto err;
    -		}
    -	
    -	/* check the discriminant:
    -	 * y^2 = x^3 + a*x + b is an elliptic curve <=> 4*a^3 + 27*b^2 != 0 (mod p) 
    -         * 0 =< a, b < p */
    -	if (BN_is_zero(a))
    -		{
    -		if (BN_is_zero(b)) goto err;
    -		}
    -	else if (!BN_is_zero(b))
    -		{
    -		if (!BN_mod_sqr(tmp_1, a, p, ctx)) goto err;
    -		if (!BN_mod_mul(tmp_2, tmp_1, a, p, ctx)) goto err;
    -		if (!BN_lshift(tmp_1, tmp_2, 2)) goto err;
    -		/* tmp_1 = 4*a^3 */
    -
    -		if (!BN_mod_sqr(tmp_2, b, p, ctx)) goto err;
    -		if (!BN_mul_word(tmp_2, 27)) goto err;
    -		/* tmp_2 = 27*b^2 */
    -
    -		if (!BN_mod_add(a, tmp_1, tmp_2, p, ctx)) goto err;
    -		if (BN_is_zero(a)) goto err;
    -		}
    -	ret = 1;
    -
    -err:
    -	if (ctx != NULL)
    -		BN_CTX_end(ctx);
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	return ret;
    -	}
    +{
    +    int ret = 0;
    +    BIGNUM *a, *b, *order, *tmp_1, *tmp_2;
    +    const BIGNUM *p = &group->field;
    +    BN_CTX *new_ctx = NULL;
    +
    +    if (ctx == NULL) {
    +        ctx = new_ctx = BN_CTX_new();
    +        if (ctx == NULL) {
    +            ECerr(EC_F_EC_GFP_SIMPLE_GROUP_CHECK_DISCRIMINANT,
    +                  ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +    }
    +    BN_CTX_start(ctx);
    +    a = BN_CTX_get(ctx);
    +    b = BN_CTX_get(ctx);
    +    tmp_1 = BN_CTX_get(ctx);
    +    tmp_2 = BN_CTX_get(ctx);
    +    order = BN_CTX_get(ctx);
    +    if (order == NULL)
    +        goto err;
    +
    +    if (group->meth->field_decode) {
    +        if (!group->meth->field_decode(group, a, &group->a, ctx))
    +            goto err;
    +        if (!group->meth->field_decode(group, b, &group->b, ctx))
    +            goto err;
    +    } else {
    +        if (!BN_copy(a, &group->a))
    +            goto err;
    +        if (!BN_copy(b, &group->b))
    +            goto err;
    +    }
    +
    +    /*-
    +     * check the discriminant:
    +     * y^2 = x^3 + a*x + b is an elliptic curve <=> 4*a^3 + 27*b^2 != 0 (mod p)
    +     * 0 =< a, b < p
    +     */
    +    if (BN_is_zero(a)) {
    +        if (BN_is_zero(b))
    +            goto err;
    +    } else if (!BN_is_zero(b)) {
    +        if (!BN_mod_sqr(tmp_1, a, p, ctx))
    +            goto err;
    +        if (!BN_mod_mul(tmp_2, tmp_1, a, p, ctx))
    +            goto err;
    +        if (!BN_lshift(tmp_1, tmp_2, 2))
    +            goto err;
    +        /* tmp_1 = 4*a^3 */
    +
    +        if (!BN_mod_sqr(tmp_2, b, p, ctx))
    +            goto err;
    +        if (!BN_mul_word(tmp_2, 27))
    +            goto err;
    +        /* tmp_2 = 27*b^2 */
    +
    +        if (!BN_mod_add(a, tmp_1, tmp_2, p, ctx))
    +            goto err;
    +        if (BN_is_zero(a))
    +            goto err;
    +    }
    +    ret = 1;
     
    + err:
    +    if (ctx != NULL)
    +        BN_CTX_end(ctx);
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    return ret;
    +}
     
     int ec_GFp_simple_point_init(EC_POINT *point)
    -	{
    -	BN_init(&point->X);
    -	BN_init(&point->Y);
    -	BN_init(&point->Z);
    -	point->Z_is_one = 0;
    -
    -	return 1;
    -	}
    +{
    +    BN_init(&point->X);
    +    BN_init(&point->Y);
    +    BN_init(&point->Z);
    +    point->Z_is_one = 0;
     
    +    return 1;
    +}
     
     void ec_GFp_simple_point_finish(EC_POINT *point)
    -	{
    -	BN_free(&point->X);
    -	BN_free(&point->Y);
    -	BN_free(&point->Z);
    -	}
    -
    +{
    +    BN_free(&point->X);
    +    BN_free(&point->Y);
    +    BN_free(&point->Z);
    +}
     
     void ec_GFp_simple_point_clear_finish(EC_POINT *point)
    -	{
    -	BN_clear_free(&point->X);
    -	BN_clear_free(&point->Y);
    -	BN_clear_free(&point->Z);
    -	point->Z_is_one = 0;
    -	}
    -
    +{
    +    BN_clear_free(&point->X);
    +    BN_clear_free(&point->Y);
    +    BN_clear_free(&point->Z);
    +    point->Z_is_one = 0;
    +}
     
     int ec_GFp_simple_point_copy(EC_POINT *dest, const EC_POINT *src)
    -	{
    -	if (!BN_copy(&dest->X, &src->X)) return 0;
    -	if (!BN_copy(&dest->Y, &src->Y)) return 0;
    -	if (!BN_copy(&dest->Z, &src->Z)) return 0;
    -	dest->Z_is_one = src->Z_is_one;
    -
    -	return 1;
    -	}
    -
    -
    -int ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point)
    -	{
    -	point->Z_is_one = 0;
    -	BN_zero(&point->Z);
    -	return 1;
    -	}
    -
    -
    -int ec_GFp_simple_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *point,
    -	const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx)
    -	{
    -	BN_CTX *new_ctx = NULL;
    -	int ret = 0;
    -	
    -	if (ctx == NULL)
    -		{
    -		ctx = new_ctx = BN_CTX_new();
    -		if (ctx == NULL)
    -			return 0;
    -		}
    -
    -	if (x != NULL)
    -		{
    -		if (!BN_nnmod(&point->X, x, &group->field, ctx)) goto err;
    -		if (group->meth->field_encode)
    -			{
    -			if (!group->meth->field_encode(group, &point->X, &point->X, ctx)) goto err;
    -			}
    -		}
    -	
    -	if (y != NULL)
    -		{
    -		if (!BN_nnmod(&point->Y, y, &group->field, ctx)) goto err;
    -		if (group->meth->field_encode)
    -			{
    -			if (!group->meth->field_encode(group, &point->Y, &point->Y, ctx)) goto err;
    -			}
    -		}
    -	
    -	if (z != NULL)
    -		{
    -		int Z_is_one;
    -
    -		if (!BN_nnmod(&point->Z, z, &group->field, ctx)) goto err;
    -		Z_is_one = BN_is_one(&point->Z);
    -		if (group->meth->field_encode)
    -			{
    -			if (Z_is_one && (group->meth->field_set_to_one != 0))
    -				{
    -				if (!group->meth->field_set_to_one(group, &point->Z, ctx)) goto err;
    -				}
    -			else
    -				{
    -				if (!group->meth->field_encode(group, &point->Z, &point->Z, ctx)) goto err;
    -				}
    -			}
    -		point->Z_is_one = Z_is_one;
    -		}
    -	
    -	ret = 1;
    -	
    +{
    +    if (!BN_copy(&dest->X, &src->X))
    +        return 0;
    +    if (!BN_copy(&dest->Y, &src->Y))
    +        return 0;
    +    if (!BN_copy(&dest->Z, &src->Z))
    +        return 0;
    +    dest->Z_is_one = src->Z_is_one;
    +
    +    return 1;
    +}
    +
    +int ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group,
    +                                        EC_POINT *point)
    +{
    +    point->Z_is_one = 0;
    +    BN_zero(&point->Z);
    +    return 1;
    +}
    +
    +int ec_GFp_simple_set_Jprojective_coordinates_GFp(const EC_GROUP *group,
    +                                                  EC_POINT *point,
    +                                                  const BIGNUM *x,
    +                                                  const BIGNUM *y,
    +                                                  const BIGNUM *z,
    +                                                  BN_CTX *ctx)
    +{
    +    BN_CTX *new_ctx = NULL;
    +    int ret = 0;
    +
    +    if (ctx == NULL) {
    +        ctx = new_ctx = BN_CTX_new();
    +        if (ctx == NULL)
    +            return 0;
    +    }
    +
    +    if (x != NULL) {
    +        if (!BN_nnmod(&point->X, x, &group->field, ctx))
    +            goto err;
    +        if (group->meth->field_encode) {
    +            if (!group->meth->field_encode(group, &point->X, &point->X, ctx))
    +                goto err;
    +        }
    +    }
    +
    +    if (y != NULL) {
    +        if (!BN_nnmod(&point->Y, y, &group->field, ctx))
    +            goto err;
    +        if (group->meth->field_encode) {
    +            if (!group->meth->field_encode(group, &point->Y, &point->Y, ctx))
    +                goto err;
    +        }
    +    }
    +
    +    if (z != NULL) {
    +        int Z_is_one;
    +
    +        if (!BN_nnmod(&point->Z, z, &group->field, ctx))
    +            goto err;
    +        Z_is_one = BN_is_one(&point->Z);
    +        if (group->meth->field_encode) {
    +            if (Z_is_one && (group->meth->field_set_to_one != 0)) {
    +                if (!group->meth->field_set_to_one(group, &point->Z, ctx))
    +                    goto err;
    +            } else {
    +                if (!group->
    +                    meth->field_encode(group, &point->Z, &point->Z, ctx))
    +                    goto err;
    +            }
    +        }
    +        point->Z_is_one = Z_is_one;
    +    }
    +
    +    ret = 1;
    +
      err:
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	return ret;
    -	}
    -
    -
    -int ec_GFp_simple_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point,
    -	BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx)
    -	{
    -	BN_CTX *new_ctx = NULL;
    -	int ret = 0;
    -	
    -	if (group->meth->field_decode != 0)
    -		{
    -		if (ctx == NULL)
    -			{
    -			ctx = new_ctx = BN_CTX_new();
    -			if (ctx == NULL)
    -				return 0;
    -			}
    -
    -		if (x != NULL)
    -			{
    -			if (!group->meth->field_decode(group, x, &point->X, ctx)) goto err;
    -			}
    -		if (y != NULL)
    -			{
    -			if (!group->meth->field_decode(group, y, &point->Y, ctx)) goto err;
    -			}
    -		if (z != NULL)
    -			{
    -			if (!group->meth->field_decode(group, z, &point->Z, ctx)) goto err;
    -			}
    -		}
    -	else	
    -		{
    -		if (x != NULL)
    -			{
    -			if (!BN_copy(x, &point->X)) goto err;
    -			}
    -		if (y != NULL)
    -			{
    -			if (!BN_copy(y, &point->Y)) goto err;
    -			}
    -		if (z != NULL)
    -			{
    -			if (!BN_copy(z, &point->Z)) goto err;
    -			}
    -		}
    -	
    -	ret = 1;
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    return ret;
    +}
    +
    +int ec_GFp_simple_get_Jprojective_coordinates_GFp(const EC_GROUP *group,
    +                                                  const EC_POINT *point,
    +                                                  BIGNUM *x, BIGNUM *y,
    +                                                  BIGNUM *z, BN_CTX *ctx)
    +{
    +    BN_CTX *new_ctx = NULL;
    +    int ret = 0;
    +
    +    if (group->meth->field_decode != 0) {
    +        if (ctx == NULL) {
    +            ctx = new_ctx = BN_CTX_new();
    +            if (ctx == NULL)
    +                return 0;
    +        }
    +
    +        if (x != NULL) {
    +            if (!group->meth->field_decode(group, x, &point->X, ctx))
    +                goto err;
    +        }
    +        if (y != NULL) {
    +            if (!group->meth->field_decode(group, y, &point->Y, ctx))
    +                goto err;
    +        }
    +        if (z != NULL) {
    +            if (!group->meth->field_decode(group, z, &point->Z, ctx))
    +                goto err;
    +        }
    +    } else {
    +        if (x != NULL) {
    +            if (!BN_copy(x, &point->X))
    +                goto err;
    +        }
    +        if (y != NULL) {
    +            if (!BN_copy(y, &point->Y))
    +                goto err;
    +        }
    +        if (z != NULL) {
    +            if (!BN_copy(z, &point->Z))
    +                goto err;
    +        }
    +    }
    +
    +    ret = 1;
     
      err:
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	return ret;
    -	}
    -
    -
    -int ec_GFp_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point,
    -	const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx)
    -	{
    -	if (x == NULL || y == NULL)
    -		{
    -		/* unlike for projective coordinates, we do not tolerate this */
    -		ECerr(EC_F_EC_GFP_SIMPLE_POINT_SET_AFFINE_COORDINATES, ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -
    -	return EC_POINT_set_Jprojective_coordinates_GFp(group, point, x, y, BN_value_one(), ctx);
    -	}
    -
    -
    -int ec_GFp_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point,
    -	BIGNUM *x, BIGNUM *y, BN_CTX *ctx)
    -	{
    -	BN_CTX *new_ctx = NULL;
    -	BIGNUM *Z, *Z_1, *Z_2, *Z_3;
    -	const BIGNUM *Z_;
    -	int ret = 0;
    -
    -	if (EC_POINT_is_at_infinity(group, point))
    -		{
    -		ECerr(EC_F_EC_GFP_SIMPLE_POINT_GET_AFFINE_COORDINATES, EC_R_POINT_AT_INFINITY);
    -		return 0;
    -		}
    -
    -	if (ctx == NULL)
    -		{
    -		ctx = new_ctx = BN_CTX_new();
    -		if (ctx == NULL)
    -			return 0;
    -		}
    -
    -	BN_CTX_start(ctx);
    -	Z = BN_CTX_get(ctx);
    -	Z_1 = BN_CTX_get(ctx);
    -	Z_2 = BN_CTX_get(ctx);
    -	Z_3 = BN_CTX_get(ctx);
    -	if (Z_3 == NULL) goto err;
    -
    -	/* transform  (X, Y, Z)  into  (x, y) := (X/Z^2, Y/Z^3) */
    -	
    -	if (group->meth->field_decode)
    -		{
    -		if (!group->meth->field_decode(group, Z, &point->Z, ctx)) goto err;
    -		Z_ = Z;
    -		}
    -	else
    -		{
    -		Z_ = &point->Z;
    -		}
    -	
    -	if (BN_is_one(Z_))
    -		{
    -		if (group->meth->field_decode)
    -			{
    -			if (x != NULL)
    -				{
    -				if (!group->meth->field_decode(group, x, &point->X, ctx)) goto err;
    -				}
    -			if (y != NULL)
    -				{
    -				if (!group->meth->field_decode(group, y, &point->Y, ctx)) goto err;
    -				}
    -			}
    -		else
    -			{
    -			if (x != NULL)
    -				{
    -				if (!BN_copy(x, &point->X)) goto err;
    -				}
    -			if (y != NULL)
    -				{
    -				if (!BN_copy(y, &point->Y)) goto err;
    -				}
    -			}
    -		}
    -	else
    -		{
    -		if (!BN_mod_inverse(Z_1, Z_, &group->field, ctx))
    -			{
    -			ECerr(EC_F_EC_GFP_SIMPLE_POINT_GET_AFFINE_COORDINATES, ERR_R_BN_LIB);
    -			goto err;
    -			}
    -		
    -		if (group->meth->field_encode == 0)
    -			{
    -			/* field_sqr works on standard representation */
    -			if (!group->meth->field_sqr(group, Z_2, Z_1, ctx)) goto err;
    -			}
    -		else
    -			{
    -			if (!BN_mod_sqr(Z_2, Z_1, &group->field, ctx)) goto err;
    -			}
    -	
    -		if (x != NULL)
    -			{
    -			/* in the Montgomery case, field_mul will cancel out Montgomery factor in X: */
    -			if (!group->meth->field_mul(group, x, &point->X, Z_2, ctx)) goto err;
    -			}
    -
    -		if (y != NULL)
    -			{
    -			if (group->meth->field_encode == 0)
    -				{
    -				/* field_mul works on standard representation */
    -				if (!group->meth->field_mul(group, Z_3, Z_2, Z_1, ctx)) goto err;
    -				}
    -			else
    -				{
    -				if (!BN_mod_mul(Z_3, Z_2, Z_1, &group->field, ctx)) goto err;
    -				}
    -
    -			/* in the Montgomery case, field_mul will cancel out Montgomery factor in Y: */
    -			if (!group->meth->field_mul(group, y, &point->Y, Z_3, ctx)) goto err;
    -			}
    -		}
    -
    -	ret = 1;
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    return ret;
    +}
    +
    +int ec_GFp_simple_point_set_affine_coordinates(const EC_GROUP *group,
    +                                               EC_POINT *point,
    +                                               const BIGNUM *x,
    +                                               const BIGNUM *y, BN_CTX *ctx)
    +{
    +    if (x == NULL || y == NULL) {
    +        /*
    +         * unlike for projective coordinates, we do not tolerate this
    +         */
    +        ECerr(EC_F_EC_GFP_SIMPLE_POINT_SET_AFFINE_COORDINATES,
    +              ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +
    +    return EC_POINT_set_Jprojective_coordinates_GFp(group, point, x, y,
    +                                                    BN_value_one(), ctx);
    +}
    +
    +int ec_GFp_simple_point_get_affine_coordinates(const EC_GROUP *group,
    +                                               const EC_POINT *point,
    +                                               BIGNUM *x, BIGNUM *y,
    +                                               BN_CTX *ctx)
    +{
    +    BN_CTX *new_ctx = NULL;
    +    BIGNUM *Z, *Z_1, *Z_2, *Z_3;
    +    const BIGNUM *Z_;
    +    int ret = 0;
    +
    +    if (EC_POINT_is_at_infinity(group, point)) {
    +        ECerr(EC_F_EC_GFP_SIMPLE_POINT_GET_AFFINE_COORDINATES,
    +              EC_R_POINT_AT_INFINITY);
    +        return 0;
    +    }
    +
    +    if (ctx == NULL) {
    +        ctx = new_ctx = BN_CTX_new();
    +        if (ctx == NULL)
    +            return 0;
    +    }
    +
    +    BN_CTX_start(ctx);
    +    Z = BN_CTX_get(ctx);
    +    Z_1 = BN_CTX_get(ctx);
    +    Z_2 = BN_CTX_get(ctx);
    +    Z_3 = BN_CTX_get(ctx);
    +    if (Z_3 == NULL)
    +        goto err;
    +
    +    /* transform  (X, Y, Z)  into  (x, y) := (X/Z^2, Y/Z^3) */
    +
    +    if (group->meth->field_decode) {
    +        if (!group->meth->field_decode(group, Z, &point->Z, ctx))
    +            goto err;
    +        Z_ = Z;
    +    } else {
    +        Z_ = &point->Z;
    +    }
    +
    +    if (BN_is_one(Z_)) {
    +        if (group->meth->field_decode) {
    +            if (x != NULL) {
    +                if (!group->meth->field_decode(group, x, &point->X, ctx))
    +                    goto err;
    +            }
    +            if (y != NULL) {
    +                if (!group->meth->field_decode(group, y, &point->Y, ctx))
    +                    goto err;
    +            }
    +        } else {
    +            if (x != NULL) {
    +                if (!BN_copy(x, &point->X))
    +                    goto err;
    +            }
    +            if (y != NULL) {
    +                if (!BN_copy(y, &point->Y))
    +                    goto err;
    +            }
    +        }
    +    } else {
    +        if (!BN_mod_inverse(Z_1, Z_, &group->field, ctx)) {
    +            ECerr(EC_F_EC_GFP_SIMPLE_POINT_GET_AFFINE_COORDINATES,
    +                  ERR_R_BN_LIB);
    +            goto err;
    +        }
    +
    +        if (group->meth->field_encode == 0) {
    +            /* field_sqr works on standard representation */
    +            if (!group->meth->field_sqr(group, Z_2, Z_1, ctx))
    +                goto err;
    +        } else {
    +            if (!BN_mod_sqr(Z_2, Z_1, &group->field, ctx))
    +                goto err;
    +        }
    +
    +        if (x != NULL) {
    +            /*
    +             * in the Montgomery case, field_mul will cancel out Montgomery
    +             * factor in X:
    +             */
    +            if (!group->meth->field_mul(group, x, &point->X, Z_2, ctx))
    +                goto err;
    +        }
    +
    +        if (y != NULL) {
    +            if (group->meth->field_encode == 0) {
    +                /*
    +                 * field_mul works on standard representation
    +                 */
    +                if (!group->meth->field_mul(group, Z_3, Z_2, Z_1, ctx))
    +                    goto err;
    +            } else {
    +                if (!BN_mod_mul(Z_3, Z_2, Z_1, &group->field, ctx))
    +                    goto err;
    +            }
    +
    +            /*
    +             * in the Montgomery case, field_mul will cancel out Montgomery
    +             * factor in Y:
    +             */
    +            if (!group->meth->field_mul(group, y, &point->Y, Z_3, ctx))
    +                goto err;
    +        }
    +    }
    +
    +    ret = 1;
     
      err:
    -	BN_CTX_end(ctx);
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	return ret;
    -	}
    -
    -int ec_GFp_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx)
    -	{
    -	int (*field_mul)(const EC_GROUP *, BIGNUM *, const BIGNUM *, const BIGNUM *, BN_CTX *);
    -	int (*field_sqr)(const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *);
    -	const BIGNUM *p;
    -	BN_CTX *new_ctx = NULL;
    -	BIGNUM *n0, *n1, *n2, *n3, *n4, *n5, *n6;
    -	int ret = 0;
    -	
    -	if (a == b)
    -		return EC_POINT_dbl(group, r, a, ctx);
    -	if (EC_POINT_is_at_infinity(group, a))
    -		return EC_POINT_copy(r, b);
    -	if (EC_POINT_is_at_infinity(group, b))
    -		return EC_POINT_copy(r, a);
    -	
    -	field_mul = group->meth->field_mul;
    -	field_sqr = group->meth->field_sqr;
    -	p = &group->field;
    -
    -	if (ctx == NULL)
    -		{
    -		ctx = new_ctx = BN_CTX_new();
    -		if (ctx == NULL)
    -			return 0;
    -		}
    -
    -	BN_CTX_start(ctx);
    -	n0 = BN_CTX_get(ctx);
    -	n1 = BN_CTX_get(ctx);
    -	n2 = BN_CTX_get(ctx);
    -	n3 = BN_CTX_get(ctx);
    -	n4 = BN_CTX_get(ctx);
    -	n5 = BN_CTX_get(ctx);
    -	n6 = BN_CTX_get(ctx);
    -	if (n6 == NULL) goto end;
    -
    -	/* Note that in this function we must not read components of 'a' or 'b'
    -	 * once we have written the corresponding components of 'r'.
    -	 * ('r' might be one of 'a' or 'b'.)
    -	 */
    -
    -	/* n1, n2 */
    -	if (b->Z_is_one)
    -		{
    -		if (!BN_copy(n1, &a->X)) goto end;
    -		if (!BN_copy(n2, &a->Y)) goto end;
    -		/* n1 = X_a */
    -		/* n2 = Y_a */
    -		}
    -	else
    -		{
    -		if (!field_sqr(group, n0, &b->Z, ctx)) goto end;
    -		if (!field_mul(group, n1, &a->X, n0, ctx)) goto end;
    -		/* n1 = X_a * Z_b^2 */
    -
    -		if (!field_mul(group, n0, n0, &b->Z, ctx)) goto end;
    -		if (!field_mul(group, n2, &a->Y, n0, ctx)) goto end;
    -		/* n2 = Y_a * Z_b^3 */
    -		}
    -
    -	/* n3, n4 */
    -	if (a->Z_is_one)
    -		{
    -		if (!BN_copy(n3, &b->X)) goto end;
    -		if (!BN_copy(n4, &b->Y)) goto end;
    -		/* n3 = X_b */
    -		/* n4 = Y_b */
    -		}
    -	else
    -		{
    -		if (!field_sqr(group, n0, &a->Z, ctx)) goto end;
    -		if (!field_mul(group, n3, &b->X, n0, ctx)) goto end;
    -		/* n3 = X_b * Z_a^2 */
    -
    -		if (!field_mul(group, n0, n0, &a->Z, ctx)) goto end;
    -		if (!field_mul(group, n4, &b->Y, n0, ctx)) goto end;
    -		/* n4 = Y_b * Z_a^3 */
    -		}
    -
    -	/* n5, n6 */
    -	if (!BN_mod_sub_quick(n5, n1, n3, p)) goto end;
    -	if (!BN_mod_sub_quick(n6, n2, n4, p)) goto end;
    -	/* n5 = n1 - n3 */
    -	/* n6 = n2 - n4 */
    -
    -	if (BN_is_zero(n5))
    -		{
    -		if (BN_is_zero(n6))
    -			{
    -			/* a is the same point as b */
    -			BN_CTX_end(ctx);
    -			ret = EC_POINT_dbl(group, r, a, ctx);
    -			ctx = NULL;
    -			goto end;
    -			}
    -		else
    -			{
    -			/* a is the inverse of b */
    -			BN_zero(&r->Z);
    -			r->Z_is_one = 0;
    -			ret = 1;
    -			goto end;
    -			}
    -		}
    -
    -	/* 'n7', 'n8' */
    -	if (!BN_mod_add_quick(n1, n1, n3, p)) goto end;
    -	if (!BN_mod_add_quick(n2, n2, n4, p)) goto end;
    -	/* 'n7' = n1 + n3 */
    -	/* 'n8' = n2 + n4 */
    -
    -	/* Z_r */
    -	if (a->Z_is_one && b->Z_is_one)
    -		{
    -		if (!BN_copy(&r->Z, n5)) goto end;
    -		}
    -	else
    -		{
    -		if (a->Z_is_one)
    -			{ if (!BN_copy(n0, &b->Z)) goto end; }
    -		else if (b->Z_is_one)
    -			{ if (!BN_copy(n0, &a->Z)) goto end; }
    -		else
    -			{ if (!field_mul(group, n0, &a->Z, &b->Z, ctx)) goto end; }
    -		if (!field_mul(group, &r->Z, n0, n5, ctx)) goto end;
    -		}
    -	r->Z_is_one = 0;
    -	/* Z_r = Z_a * Z_b * n5 */
    -
    -	/* X_r */
    -	if (!field_sqr(group, n0, n6, ctx)) goto end;
    -	if (!field_sqr(group, n4, n5, ctx)) goto end;
    -	if (!field_mul(group, n3, n1, n4, ctx)) goto end;
    -	if (!BN_mod_sub_quick(&r->X, n0, n3, p)) goto end;
    -	/* X_r = n6^2 - n5^2 * 'n7' */
    -	
    -	/* 'n9' */
    -	if (!BN_mod_lshift1_quick(n0, &r->X, p)) goto end;
    -	if (!BN_mod_sub_quick(n0, n3, n0, p)) goto end;
    -	/* n9 = n5^2 * 'n7' - 2 * X_r */
    -
    -	/* Y_r */
    -	if (!field_mul(group, n0, n0, n6, ctx)) goto end;
    -	if (!field_mul(group, n5, n4, n5, ctx)) goto end; /* now n5 is n5^3 */
    -	if (!field_mul(group, n1, n2, n5, ctx)) goto end;
    -	if (!BN_mod_sub_quick(n0, n0, n1, p)) goto end;
    -	if (BN_is_odd(n0))
    -		if (!BN_add(n0, n0, p)) goto end;
    -	/* now  0 <= n0 < 2*p,  and n0 is even */
    -	if (!BN_rshift1(&r->Y, n0)) goto end;
    -	/* Y_r = (n6 * 'n9' - 'n8' * 'n5^3') / 2 */
    -
    -	ret = 1;
    +    BN_CTX_end(ctx);
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    return ret;
    +}
    +
    +int ec_GFp_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a,
    +                      const EC_POINT *b, BN_CTX *ctx)
    +{
    +    int (*field_mul) (const EC_GROUP *, BIGNUM *, const BIGNUM *,
    +                      const BIGNUM *, BN_CTX *);
    +    int (*field_sqr) (const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *);
    +    const BIGNUM *p;
    +    BN_CTX *new_ctx = NULL;
    +    BIGNUM *n0, *n1, *n2, *n3, *n4, *n5, *n6;
    +    int ret = 0;
    +
    +    if (a == b)
    +        return EC_POINT_dbl(group, r, a, ctx);
    +    if (EC_POINT_is_at_infinity(group, a))
    +        return EC_POINT_copy(r, b);
    +    if (EC_POINT_is_at_infinity(group, b))
    +        return EC_POINT_copy(r, a);
    +
    +    field_mul = group->meth->field_mul;
    +    field_sqr = group->meth->field_sqr;
    +    p = &group->field;
    +
    +    if (ctx == NULL) {
    +        ctx = new_ctx = BN_CTX_new();
    +        if (ctx == NULL)
    +            return 0;
    +    }
    +
    +    BN_CTX_start(ctx);
    +    n0 = BN_CTX_get(ctx);
    +    n1 = BN_CTX_get(ctx);
    +    n2 = BN_CTX_get(ctx);
    +    n3 = BN_CTX_get(ctx);
    +    n4 = BN_CTX_get(ctx);
    +    n5 = BN_CTX_get(ctx);
    +    n6 = BN_CTX_get(ctx);
    +    if (n6 == NULL)
    +        goto end;
    +
    +    /*
    +     * Note that in this function we must not read components of 'a' or 'b'
    +     * once we have written the corresponding components of 'r'. ('r' might
    +     * be one of 'a' or 'b'.)
    +     */
    +
    +    /* n1, n2 */
    +    if (b->Z_is_one) {
    +        if (!BN_copy(n1, &a->X))
    +            goto end;
    +        if (!BN_copy(n2, &a->Y))
    +            goto end;
    +        /* n1 = X_a */
    +        /* n2 = Y_a */
    +    } else {
    +        if (!field_sqr(group, n0, &b->Z, ctx))
    +            goto end;
    +        if (!field_mul(group, n1, &a->X, n0, ctx))
    +            goto end;
    +        /* n1 = X_a * Z_b^2 */
    +
    +        if (!field_mul(group, n0, n0, &b->Z, ctx))
    +            goto end;
    +        if (!field_mul(group, n2, &a->Y, n0, ctx))
    +            goto end;
    +        /* n2 = Y_a * Z_b^3 */
    +    }
    +
    +    /* n3, n4 */
    +    if (a->Z_is_one) {
    +        if (!BN_copy(n3, &b->X))
    +            goto end;
    +        if (!BN_copy(n4, &b->Y))
    +            goto end;
    +        /* n3 = X_b */
    +        /* n4 = Y_b */
    +    } else {
    +        if (!field_sqr(group, n0, &a->Z, ctx))
    +            goto end;
    +        if (!field_mul(group, n3, &b->X, n0, ctx))
    +            goto end;
    +        /* n3 = X_b * Z_a^2 */
    +
    +        if (!field_mul(group, n0, n0, &a->Z, ctx))
    +            goto end;
    +        if (!field_mul(group, n4, &b->Y, n0, ctx))
    +            goto end;
    +        /* n4 = Y_b * Z_a^3 */
    +    }
    +
    +    /* n5, n6 */
    +    if (!BN_mod_sub_quick(n5, n1, n3, p))
    +        goto end;
    +    if (!BN_mod_sub_quick(n6, n2, n4, p))
    +        goto end;
    +    /* n5 = n1 - n3 */
    +    /* n6 = n2 - n4 */
    +
    +    if (BN_is_zero(n5)) {
    +        if (BN_is_zero(n6)) {
    +            /* a is the same point as b */
    +            BN_CTX_end(ctx);
    +            ret = EC_POINT_dbl(group, r, a, ctx);
    +            ctx = NULL;
    +            goto end;
    +        } else {
    +            /* a is the inverse of b */
    +            BN_zero(&r->Z);
    +            r->Z_is_one = 0;
    +            ret = 1;
    +            goto end;
    +        }
    +    }
    +
    +    /* 'n7', 'n8' */
    +    if (!BN_mod_add_quick(n1, n1, n3, p))
    +        goto end;
    +    if (!BN_mod_add_quick(n2, n2, n4, p))
    +        goto end;
    +    /* 'n7' = n1 + n3 */
    +    /* 'n8' = n2 + n4 */
    +
    +    /* Z_r */
    +    if (a->Z_is_one && b->Z_is_one) {
    +        if (!BN_copy(&r->Z, n5))
    +            goto end;
    +    } else {
    +        if (a->Z_is_one) {
    +            if (!BN_copy(n0, &b->Z))
    +                goto end;
    +        } else if (b->Z_is_one) {
    +            if (!BN_copy(n0, &a->Z))
    +                goto end;
    +        } else {
    +            if (!field_mul(group, n0, &a->Z, &b->Z, ctx))
    +                goto end;
    +        }
    +        if (!field_mul(group, &r->Z, n0, n5, ctx))
    +            goto end;
    +    }
    +    r->Z_is_one = 0;
    +    /* Z_r = Z_a * Z_b * n5 */
    +
    +    /* X_r */
    +    if (!field_sqr(group, n0, n6, ctx))
    +        goto end;
    +    if (!field_sqr(group, n4, n5, ctx))
    +        goto end;
    +    if (!field_mul(group, n3, n1, n4, ctx))
    +        goto end;
    +    if (!BN_mod_sub_quick(&r->X, n0, n3, p))
    +        goto end;
    +    /* X_r = n6^2 - n5^2 * 'n7' */
    +
    +    /* 'n9' */
    +    if (!BN_mod_lshift1_quick(n0, &r->X, p))
    +        goto end;
    +    if (!BN_mod_sub_quick(n0, n3, n0, p))
    +        goto end;
    +    /* n9 = n5^2 * 'n7' - 2 * X_r */
    +
    +    /* Y_r */
    +    if (!field_mul(group, n0, n0, n6, ctx))
    +        goto end;
    +    if (!field_mul(group, n5, n4, n5, ctx))
    +        goto end;               /* now n5 is n5^3 */
    +    if (!field_mul(group, n1, n2, n5, ctx))
    +        goto end;
    +    if (!BN_mod_sub_quick(n0, n0, n1, p))
    +        goto end;
    +    if (BN_is_odd(n0))
    +        if (!BN_add(n0, n0, p))
    +            goto end;
    +    /* now  0 <= n0 < 2*p,  and n0 is even */
    +    if (!BN_rshift1(&r->Y, n0))
    +        goto end;
    +    /* Y_r = (n6 * 'n9' - 'n8' * 'n5^3') / 2 */
    +
    +    ret = 1;
     
      end:
    -	if (ctx) /* otherwise we already called BN_CTX_end */
    -		BN_CTX_end(ctx);
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	return ret;
    -	}
    -
    -
    -int ec_GFp_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx)
    -	{
    -	int (*field_mul)(const EC_GROUP *, BIGNUM *, const BIGNUM *, const BIGNUM *, BN_CTX *);
    -	int (*field_sqr)(const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *);
    -	const BIGNUM *p;
    -	BN_CTX *new_ctx = NULL;
    -	BIGNUM *n0, *n1, *n2, *n3;
    -	int ret = 0;
    -	
    -	if (EC_POINT_is_at_infinity(group, a))
    -		{
    -		BN_zero(&r->Z);
    -		r->Z_is_one = 0;
    -		return 1;
    -		}
    -
    -	field_mul = group->meth->field_mul;
    -	field_sqr = group->meth->field_sqr;
    -	p = &group->field;
    -
    -	if (ctx == NULL)
    -		{
    -		ctx = new_ctx = BN_CTX_new();
    -		if (ctx == NULL)
    -			return 0;
    -		}
    -
    -	BN_CTX_start(ctx);
    -	n0 = BN_CTX_get(ctx);
    -	n1 = BN_CTX_get(ctx);
    -	n2 = BN_CTX_get(ctx);
    -	n3 = BN_CTX_get(ctx);
    -	if (n3 == NULL) goto err;
    -
    -	/* Note that in this function we must not read components of 'a'
    -	 * once we have written the corresponding components of 'r'.
    -	 * ('r' might the same as 'a'.)
    -	 */
    -
    -	/* n1 */
    -	if (a->Z_is_one)
    -		{
    -		if (!field_sqr(group, n0, &a->X, ctx)) goto err;
    -		if (!BN_mod_lshift1_quick(n1, n0, p)) goto err;
    -		if (!BN_mod_add_quick(n0, n0, n1, p)) goto err;
    -		if (!BN_mod_add_quick(n1, n0, &group->a, p)) goto err;
    -		/* n1 = 3 * X_a^2 + a_curve */
    -		}
    -	else if (group->a_is_minus3)
    -		{
    -		if (!field_sqr(group, n1, &a->Z, ctx)) goto err;
    -		if (!BN_mod_add_quick(n0, &a->X, n1, p)) goto err;
    -		if (!BN_mod_sub_quick(n2, &a->X, n1, p)) goto err;
    -		if (!field_mul(group, n1, n0, n2, ctx)) goto err;
    -		if (!BN_mod_lshift1_quick(n0, n1, p)) goto err;
    -		if (!BN_mod_add_quick(n1, n0, n1, p)) goto err;
    -		/* n1 = 3 * (X_a + Z_a^2) * (X_a - Z_a^2)
    -		 *    = 3 * X_a^2 - 3 * Z_a^4 */
    -		}
    -	else
    -		{
    -		if (!field_sqr(group, n0, &a->X, ctx)) goto err;
    -		if (!BN_mod_lshift1_quick(n1, n0, p)) goto err;
    -		if (!BN_mod_add_quick(n0, n0, n1, p)) goto err;
    -		if (!field_sqr(group, n1, &a->Z, ctx)) goto err;
    -		if (!field_sqr(group, n1, n1, ctx)) goto err;
    -		if (!field_mul(group, n1, n1, &group->a, ctx)) goto err;
    -		if (!BN_mod_add_quick(n1, n1, n0, p)) goto err;
    -		/* n1 = 3 * X_a^2 + a_curve * Z_a^4 */
    -		}
    -
    -	/* Z_r */
    -	if (a->Z_is_one)
    -		{
    -		if (!BN_copy(n0, &a->Y)) goto err;
    -		}
    -	else
    -		{
    -		if (!field_mul(group, n0, &a->Y, &a->Z, ctx)) goto err;
    -		}
    -	if (!BN_mod_lshift1_quick(&r->Z, n0, p)) goto err;
    -	r->Z_is_one = 0;
    -	/* Z_r = 2 * Y_a * Z_a */
    -
    -	/* n2 */
    -	if (!field_sqr(group, n3, &a->Y, ctx)) goto err;
    -	if (!field_mul(group, n2, &a->X, n3, ctx)) goto err;
    -	if (!BN_mod_lshift_quick(n2, n2, 2, p)) goto err;
    -	/* n2 = 4 * X_a * Y_a^2 */
    -
    -	/* X_r */
    -	if (!BN_mod_lshift1_quick(n0, n2, p)) goto err;
    -	if (!field_sqr(group, &r->X, n1, ctx)) goto err;
    -	if (!BN_mod_sub_quick(&r->X, &r->X, n0, p)) goto err;
    -	/* X_r = n1^2 - 2 * n2 */
    -	
    -	/* n3 */
    -	if (!field_sqr(group, n0, n3, ctx)) goto err;
    -	if (!BN_mod_lshift_quick(n3, n0, 3, p)) goto err;
    -	/* n3 = 8 * Y_a^4 */
    -	
    -	/* Y_r */
    -	if (!BN_mod_sub_quick(n0, n2, &r->X, p)) goto err;
    -	if (!field_mul(group, n0, n1, n0, ctx)) goto err;
    -	if (!BN_mod_sub_quick(&r->Y, n0, n3, p)) goto err;
    -	/* Y_r = n1 * (n2 - X_r) - n3 */
    -
    -	ret = 1;
    +    if (ctx)                    /* otherwise we already called BN_CTX_end */
    +        BN_CTX_end(ctx);
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    return ret;
    +}
    +
    +int ec_GFp_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a,
    +                      BN_CTX *ctx)
    +{
    +    int (*field_mul) (const EC_GROUP *, BIGNUM *, const BIGNUM *,
    +                      const BIGNUM *, BN_CTX *);
    +    int (*field_sqr) (const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *);
    +    const BIGNUM *p;
    +    BN_CTX *new_ctx = NULL;
    +    BIGNUM *n0, *n1, *n2, *n3;
    +    int ret = 0;
    +
    +    if (EC_POINT_is_at_infinity(group, a)) {
    +        BN_zero(&r->Z);
    +        r->Z_is_one = 0;
    +        return 1;
    +    }
    +
    +    field_mul = group->meth->field_mul;
    +    field_sqr = group->meth->field_sqr;
    +    p = &group->field;
    +
    +    if (ctx == NULL) {
    +        ctx = new_ctx = BN_CTX_new();
    +        if (ctx == NULL)
    +            return 0;
    +    }
    +
    +    BN_CTX_start(ctx);
    +    n0 = BN_CTX_get(ctx);
    +    n1 = BN_CTX_get(ctx);
    +    n2 = BN_CTX_get(ctx);
    +    n3 = BN_CTX_get(ctx);
    +    if (n3 == NULL)
    +        goto err;
    +
    +    /*
    +     * Note that in this function we must not read components of 'a' once we
    +     * have written the corresponding components of 'r'. ('r' might the same
    +     * as 'a'.)
    +     */
    +
    +    /* n1 */
    +    if (a->Z_is_one) {
    +        if (!field_sqr(group, n0, &a->X, ctx))
    +            goto err;
    +        if (!BN_mod_lshift1_quick(n1, n0, p))
    +            goto err;
    +        if (!BN_mod_add_quick(n0, n0, n1, p))
    +            goto err;
    +        if (!BN_mod_add_quick(n1, n0, &group->a, p))
    +            goto err;
    +        /* n1 = 3 * X_a^2 + a_curve */
    +    } else if (group->a_is_minus3) {
    +        if (!field_sqr(group, n1, &a->Z, ctx))
    +            goto err;
    +        if (!BN_mod_add_quick(n0, &a->X, n1, p))
    +            goto err;
    +        if (!BN_mod_sub_quick(n2, &a->X, n1, p))
    +            goto err;
    +        if (!field_mul(group, n1, n0, n2, ctx))
    +            goto err;
    +        if (!BN_mod_lshift1_quick(n0, n1, p))
    +            goto err;
    +        if (!BN_mod_add_quick(n1, n0, n1, p))
    +            goto err;
    +        /*-
    +         * n1 = 3 * (X_a + Z_a^2) * (X_a - Z_a^2)
    +         *    = 3 * X_a^2 - 3 * Z_a^4
    +         */
    +    } else {
    +        if (!field_sqr(group, n0, &a->X, ctx))
    +            goto err;
    +        if (!BN_mod_lshift1_quick(n1, n0, p))
    +            goto err;
    +        if (!BN_mod_add_quick(n0, n0, n1, p))
    +            goto err;
    +        if (!field_sqr(group, n1, &a->Z, ctx))
    +            goto err;
    +        if (!field_sqr(group, n1, n1, ctx))
    +            goto err;
    +        if (!field_mul(group, n1, n1, &group->a, ctx))
    +            goto err;
    +        if (!BN_mod_add_quick(n1, n1, n0, p))
    +            goto err;
    +        /* n1 = 3 * X_a^2 + a_curve * Z_a^4 */
    +    }
    +
    +    /* Z_r */
    +    if (a->Z_is_one) {
    +        if (!BN_copy(n0, &a->Y))
    +            goto err;
    +    } else {
    +        if (!field_mul(group, n0, &a->Y, &a->Z, ctx))
    +            goto err;
    +    }
    +    if (!BN_mod_lshift1_quick(&r->Z, n0, p))
    +        goto err;
    +    r->Z_is_one = 0;
    +    /* Z_r = 2 * Y_a * Z_a */
    +
    +    /* n2 */
    +    if (!field_sqr(group, n3, &a->Y, ctx))
    +        goto err;
    +    if (!field_mul(group, n2, &a->X, n3, ctx))
    +        goto err;
    +    if (!BN_mod_lshift_quick(n2, n2, 2, p))
    +        goto err;
    +    /* n2 = 4 * X_a * Y_a^2 */
    +
    +    /* X_r */
    +    if (!BN_mod_lshift1_quick(n0, n2, p))
    +        goto err;
    +    if (!field_sqr(group, &r->X, n1, ctx))
    +        goto err;
    +    if (!BN_mod_sub_quick(&r->X, &r->X, n0, p))
    +        goto err;
    +    /* X_r = n1^2 - 2 * n2 */
    +
    +    /* n3 */
    +    if (!field_sqr(group, n0, n3, ctx))
    +        goto err;
    +    if (!BN_mod_lshift_quick(n3, n0, 3, p))
    +        goto err;
    +    /* n3 = 8 * Y_a^4 */
    +
    +    /* Y_r */
    +    if (!BN_mod_sub_quick(n0, n2, &r->X, p))
    +        goto err;
    +    if (!field_mul(group, n0, n1, n0, ctx))
    +        goto err;
    +    if (!BN_mod_sub_quick(&r->Y, n0, n3, p))
    +        goto err;
    +    /* Y_r = n1 * (n2 - X_r) - n3 */
    +
    +    ret = 1;
     
      err:
    -	BN_CTX_end(ctx);
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	return ret;
    -	}
    -
    +    BN_CTX_end(ctx);
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    return ret;
    +}
     
     int ec_GFp_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx)
    -	{
    -	if (EC_POINT_is_at_infinity(group, point) || BN_is_zero(&point->Y))
    -		/* point is its own inverse */
    -		return 1;
    -	
    -	return BN_usub(&point->Y, &group->field, &point->Y);
    -	}
    +{
    +    if (EC_POINT_is_at_infinity(group, point) || BN_is_zero(&point->Y))
    +        /* point is its own inverse */
    +        return 1;
     
    +    return BN_usub(&point->Y, &group->field, &point->Y);
    +}
     
     int ec_GFp_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point)
    -	{
    -	return BN_is_zero(&point->Z);
    -	}
    -
    -
    -int ec_GFp_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx)
    -	{
    -	int (*field_mul)(const EC_GROUP *, BIGNUM *, const BIGNUM *, const BIGNUM *, BN_CTX *);
    -	int (*field_sqr)(const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *);
    -	const BIGNUM *p;
    -	BN_CTX *new_ctx = NULL;
    -	BIGNUM *rh, *tmp, *Z4, *Z6;
    -	int ret = -1;
    -
    -	if (EC_POINT_is_at_infinity(group, point))
    -		return 1;
    -	
    -	field_mul = group->meth->field_mul;
    -	field_sqr = group->meth->field_sqr;
    -	p = &group->field;
    -
    -	if (ctx == NULL)
    -		{
    -		ctx = new_ctx = BN_CTX_new();
    -		if (ctx == NULL)
    -			return -1;
    -		}
    -
    -	BN_CTX_start(ctx);
    -	rh = BN_CTX_get(ctx);
    -	tmp = BN_CTX_get(ctx);
    -	Z4 = BN_CTX_get(ctx);
    -	Z6 = BN_CTX_get(ctx);
    -	if (Z6 == NULL) goto err;
    -
    -	/* We have a curve defined by a Weierstrass equation
    -	 *      y^2 = x^3 + a*x + b.
    -	 * The point to consider is given in Jacobian projective coordinates
    -	 * where  (X, Y, Z)  represents  (x, y) = (X/Z^2, Y/Z^3).
    -	 * Substituting this and multiplying by  Z^6  transforms the above equation into
    -	 *      Y^2 = X^3 + a*X*Z^4 + b*Z^6.
    -	 * To test this, we add up the right-hand side in 'rh'.
    -	 */
    -
    -	/* rh := X^2 */
    -	if (!field_sqr(group, rh, &point->X, ctx)) goto err;
    -
    -	if (!point->Z_is_one)
    -		{
    -		if (!field_sqr(group, tmp, &point->Z, ctx)) goto err;
    -		if (!field_sqr(group, Z4, tmp, ctx)) goto err;
    -		if (!field_mul(group, Z6, Z4, tmp, ctx)) goto err;
    -
    -		/* rh := (rh + a*Z^4)*X */
    -		if (group->a_is_minus3)
    -			{
    -			if (!BN_mod_lshift1_quick(tmp, Z4, p)) goto err;
    -			if (!BN_mod_add_quick(tmp, tmp, Z4, p)) goto err;
    -			if (!BN_mod_sub_quick(rh, rh, tmp, p)) goto err;
    -			if (!field_mul(group, rh, rh, &point->X, ctx)) goto err;
    -			}
    -		else
    -			{
    -			if (!field_mul(group, tmp, Z4, &group->a, ctx)) goto err;
    -			if (!BN_mod_add_quick(rh, rh, tmp, p)) goto err;
    -			if (!field_mul(group, rh, rh, &point->X, ctx)) goto err;
    -			}
    -
    -		/* rh := rh + b*Z^6 */
    -		if (!field_mul(group, tmp, &group->b, Z6, ctx)) goto err;
    -		if (!BN_mod_add_quick(rh, rh, tmp, p)) goto err;
    -		}
    -	else
    -		{
    -		/* point->Z_is_one */
    -
    -		/* rh := (rh + a)*X */
    -		if (!BN_mod_add_quick(rh, rh, &group->a, p)) goto err;
    -		if (!field_mul(group, rh, rh, &point->X, ctx)) goto err;
    -		/* rh := rh + b */
    -		if (!BN_mod_add_quick(rh, rh, &group->b, p)) goto err;
    -		}
    -
    -	/* 'lh' := Y^2 */
    -	if (!field_sqr(group, tmp, &point->Y, ctx)) goto err;
    -
    -	ret = (0 == BN_ucmp(tmp, rh));
    +{
    +    return BN_is_zero(&point->Z);
    +}
    +
    +int ec_GFp_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point,
    +                              BN_CTX *ctx)
    +{
    +    int (*field_mul) (const EC_GROUP *, BIGNUM *, const BIGNUM *,
    +                      const BIGNUM *, BN_CTX *);
    +    int (*field_sqr) (const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *);
    +    const BIGNUM *p;
    +    BN_CTX *new_ctx = NULL;
    +    BIGNUM *rh, *tmp, *Z4, *Z6;
    +    int ret = -1;
    +
    +    if (EC_POINT_is_at_infinity(group, point))
    +        return 1;
    +
    +    field_mul = group->meth->field_mul;
    +    field_sqr = group->meth->field_sqr;
    +    p = &group->field;
    +
    +    if (ctx == NULL) {
    +        ctx = new_ctx = BN_CTX_new();
    +        if (ctx == NULL)
    +            return -1;
    +    }
    +
    +    BN_CTX_start(ctx);
    +    rh = BN_CTX_get(ctx);
    +    tmp = BN_CTX_get(ctx);
    +    Z4 = BN_CTX_get(ctx);
    +    Z6 = BN_CTX_get(ctx);
    +    if (Z6 == NULL)
    +        goto err;
    +
    +    /*-
    +     * We have a curve defined by a Weierstrass equation
    +     *      y^2 = x^3 + a*x + b.
    +     * The point to consider is given in Jacobian projective coordinates
    +     * where  (X, Y, Z)  represents  (x, y) = (X/Z^2, Y/Z^3).
    +     * Substituting this and multiplying by  Z^6  transforms the above equation into
    +     *      Y^2 = X^3 + a*X*Z^4 + b*Z^6.
    +     * To test this, we add up the right-hand side in 'rh'.
    +     */
    +
    +    /* rh := X^2 */
    +    if (!field_sqr(group, rh, &point->X, ctx))
    +        goto err;
    +
    +    if (!point->Z_is_one) {
    +        if (!field_sqr(group, tmp, &point->Z, ctx))
    +            goto err;
    +        if (!field_sqr(group, Z4, tmp, ctx))
    +            goto err;
    +        if (!field_mul(group, Z6, Z4, tmp, ctx))
    +            goto err;
    +
    +        /* rh := (rh + a*Z^4)*X */
    +        if (group->a_is_minus3) {
    +            if (!BN_mod_lshift1_quick(tmp, Z4, p))
    +                goto err;
    +            if (!BN_mod_add_quick(tmp, tmp, Z4, p))
    +                goto err;
    +            if (!BN_mod_sub_quick(rh, rh, tmp, p))
    +                goto err;
    +            if (!field_mul(group, rh, rh, &point->X, ctx))
    +                goto err;
    +        } else {
    +            if (!field_mul(group, tmp, Z4, &group->a, ctx))
    +                goto err;
    +            if (!BN_mod_add_quick(rh, rh, tmp, p))
    +                goto err;
    +            if (!field_mul(group, rh, rh, &point->X, ctx))
    +                goto err;
    +        }
    +
    +        /* rh := rh + b*Z^6 */
    +        if (!field_mul(group, tmp, &group->b, Z6, ctx))
    +            goto err;
    +        if (!BN_mod_add_quick(rh, rh, tmp, p))
    +            goto err;
    +    } else {
    +        /* point->Z_is_one */
    +
    +        /* rh := (rh + a)*X */
    +        if (!BN_mod_add_quick(rh, rh, &group->a, p))
    +            goto err;
    +        if (!field_mul(group, rh, rh, &point->X, ctx))
    +            goto err;
    +        /* rh := rh + b */
    +        if (!BN_mod_add_quick(rh, rh, &group->b, p))
    +            goto err;
    +    }
    +
    +    /* 'lh' := Y^2 */
    +    if (!field_sqr(group, tmp, &point->Y, ctx))
    +        goto err;
    +
    +    ret = (0 == BN_ucmp(tmp, rh));
     
      err:
    -	BN_CTX_end(ctx);
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	return ret;
    -	}
    -
    -
    -int ec_GFp_simple_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx)
    -	{
    -	/* return values:
    -	 *  -1   error
    -	 *   0   equal (in affine coordinates)
    -	 *   1   not equal
    -	 */
    -
    -	int (*field_mul)(const EC_GROUP *, BIGNUM *, const BIGNUM *, const BIGNUM *, BN_CTX *);
    -	int (*field_sqr)(const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *);
    -	BN_CTX *new_ctx = NULL;
    -	BIGNUM *tmp1, *tmp2, *Za23, *Zb23;
    -	const BIGNUM *tmp1_, *tmp2_;
    -	int ret = -1;
    -	
    -	if (EC_POINT_is_at_infinity(group, a))
    -		{
    -		return EC_POINT_is_at_infinity(group, b) ? 0 : 1;
    -		}
    -
    -	if (EC_POINT_is_at_infinity(group, b))
    -		return 1;
    -	
    -	if (a->Z_is_one && b->Z_is_one)
    -		{
    -		return ((BN_cmp(&a->X, &b->X) == 0) && BN_cmp(&a->Y, &b->Y) == 0) ? 0 : 1;
    -		}
    -
    -	field_mul = group->meth->field_mul;
    -	field_sqr = group->meth->field_sqr;
    -
    -	if (ctx == NULL)
    -		{
    -		ctx = new_ctx = BN_CTX_new();
    -		if (ctx == NULL)
    -			return -1;
    -		}
    -
    -	BN_CTX_start(ctx);
    -	tmp1 = BN_CTX_get(ctx);
    -	tmp2 = BN_CTX_get(ctx);
    -	Za23 = BN_CTX_get(ctx);
    -	Zb23 = BN_CTX_get(ctx);
    -	if (Zb23 == NULL) goto end;
    -
    -	/* We have to decide whether
    -	 *     (X_a/Z_a^2, Y_a/Z_a^3) = (X_b/Z_b^2, Y_b/Z_b^3),
    -	 * or equivalently, whether
    -	 *     (X_a*Z_b^2, Y_a*Z_b^3) = (X_b*Z_a^2, Y_b*Z_a^3).
    -	 */
    -
    -	if (!b->Z_is_one)
    -		{
    -		if (!field_sqr(group, Zb23, &b->Z, ctx)) goto end;
    -		if (!field_mul(group, tmp1, &a->X, Zb23, ctx)) goto end;
    -		tmp1_ = tmp1;
    -		}
    -	else
    -		tmp1_ = &a->X;
    -	if (!a->Z_is_one)
    -		{
    -		if (!field_sqr(group, Za23, &a->Z, ctx)) goto end;
    -		if (!field_mul(group, tmp2, &b->X, Za23, ctx)) goto end;
    -		tmp2_ = tmp2;
    -		}
    -	else
    -		tmp2_ = &b->X;
    -	
    -	/* compare  X_a*Z_b^2  with  X_b*Z_a^2 */
    -	if (BN_cmp(tmp1_, tmp2_) != 0)
    -		{
    -		ret = 1; /* points differ */
    -		goto end;
    -		}
    -
    -
    -	if (!b->Z_is_one)
    -		{
    -		if (!field_mul(group, Zb23, Zb23, &b->Z, ctx)) goto end;
    -		if (!field_mul(group, tmp1, &a->Y, Zb23, ctx)) goto end;
    -		/* tmp1_ = tmp1 */
    -		}
    -	else
    -		tmp1_ = &a->Y;
    -	if (!a->Z_is_one)
    -		{
    -		if (!field_mul(group, Za23, Za23, &a->Z, ctx)) goto end;
    -		if (!field_mul(group, tmp2, &b->Y, Za23, ctx)) goto end;
    -		/* tmp2_ = tmp2 */
    -		}
    -	else
    -		tmp2_ = &b->Y;
    -
    -	/* compare  Y_a*Z_b^3  with  Y_b*Z_a^3 */
    -	if (BN_cmp(tmp1_, tmp2_) != 0)
    -		{
    -		ret = 1; /* points differ */
    -		goto end;
    -		}
    -
    -	/* points are equal */
    -	ret = 0;
    +    BN_CTX_end(ctx);
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    return ret;
    +}
    +
    +int ec_GFp_simple_cmp(const EC_GROUP *group, const EC_POINT *a,
    +                      const EC_POINT *b, BN_CTX *ctx)
    +{
    +    /*-
    +     * return values:
    +     *  -1   error
    +     *   0   equal (in affine coordinates)
    +     *   1   not equal
    +     */
    +
    +    int (*field_mul) (const EC_GROUP *, BIGNUM *, const BIGNUM *,
    +                      const BIGNUM *, BN_CTX *);
    +    int (*field_sqr) (const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *);
    +    BN_CTX *new_ctx = NULL;
    +    BIGNUM *tmp1, *tmp2, *Za23, *Zb23;
    +    const BIGNUM *tmp1_, *tmp2_;
    +    int ret = -1;
    +
    +    if (EC_POINT_is_at_infinity(group, a)) {
    +        return EC_POINT_is_at_infinity(group, b) ? 0 : 1;
    +    }
    +
    +    if (EC_POINT_is_at_infinity(group, b))
    +        return 1;
    +
    +    if (a->Z_is_one && b->Z_is_one) {
    +        return ((BN_cmp(&a->X, &b->X) == 0)
    +                && BN_cmp(&a->Y, &b->Y) == 0) ? 0 : 1;
    +    }
    +
    +    field_mul = group->meth->field_mul;
    +    field_sqr = group->meth->field_sqr;
    +
    +    if (ctx == NULL) {
    +        ctx = new_ctx = BN_CTX_new();
    +        if (ctx == NULL)
    +            return -1;
    +    }
    +
    +    BN_CTX_start(ctx);
    +    tmp1 = BN_CTX_get(ctx);
    +    tmp2 = BN_CTX_get(ctx);
    +    Za23 = BN_CTX_get(ctx);
    +    Zb23 = BN_CTX_get(ctx);
    +    if (Zb23 == NULL)
    +        goto end;
    +
    +    /*-
    +     * We have to decide whether
    +     *     (X_a/Z_a^2, Y_a/Z_a^3) = (X_b/Z_b^2, Y_b/Z_b^3),
    +     * or equivalently, whether
    +     *     (X_a*Z_b^2, Y_a*Z_b^3) = (X_b*Z_a^2, Y_b*Z_a^3).
    +     */
    +
    +    if (!b->Z_is_one) {
    +        if (!field_sqr(group, Zb23, &b->Z, ctx))
    +            goto end;
    +        if (!field_mul(group, tmp1, &a->X, Zb23, ctx))
    +            goto end;
    +        tmp1_ = tmp1;
    +    } else
    +        tmp1_ = &a->X;
    +    if (!a->Z_is_one) {
    +        if (!field_sqr(group, Za23, &a->Z, ctx))
    +            goto end;
    +        if (!field_mul(group, tmp2, &b->X, Za23, ctx))
    +            goto end;
    +        tmp2_ = tmp2;
    +    } else
    +        tmp2_ = &b->X;
    +
    +    /* compare  X_a*Z_b^2  with  X_b*Z_a^2 */
    +    if (BN_cmp(tmp1_, tmp2_) != 0) {
    +        ret = 1;                /* points differ */
    +        goto end;
    +    }
    +
    +    if (!b->Z_is_one) {
    +        if (!field_mul(group, Zb23, Zb23, &b->Z, ctx))
    +            goto end;
    +        if (!field_mul(group, tmp1, &a->Y, Zb23, ctx))
    +            goto end;
    +        /* tmp1_ = tmp1 */
    +    } else
    +        tmp1_ = &a->Y;
    +    if (!a->Z_is_one) {
    +        if (!field_mul(group, Za23, Za23, &a->Z, ctx))
    +            goto end;
    +        if (!field_mul(group, tmp2, &b->Y, Za23, ctx))
    +            goto end;
    +        /* tmp2_ = tmp2 */
    +    } else
    +        tmp2_ = &b->Y;
    +
    +    /* compare  Y_a*Z_b^3  with  Y_b*Z_a^3 */
    +    if (BN_cmp(tmp1_, tmp2_) != 0) {
    +        ret = 1;                /* points differ */
    +        goto end;
    +    }
    +
    +    /* points are equal */
    +    ret = 0;
     
      end:
    -	BN_CTX_end(ctx);
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	return ret;
    -	}
    -
    -
    -int ec_GFp_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx)
    -	{
    -	BN_CTX *new_ctx = NULL;
    -	BIGNUM *x, *y;
    -	int ret = 0;
    -
    -	if (point->Z_is_one || EC_POINT_is_at_infinity(group, point))
    -		return 1;
    -
    -	if (ctx == NULL)
    -		{
    -		ctx = new_ctx = BN_CTX_new();
    -		if (ctx == NULL)
    -			return 0;
    -		}
    -
    -	BN_CTX_start(ctx);
    -	x = BN_CTX_get(ctx);
    -	y = BN_CTX_get(ctx);
    -	if (y == NULL) goto err;
    -
    -	if (!EC_POINT_get_affine_coordinates_GFp(group, point, x, y, ctx)) goto err;
    -	if (!EC_POINT_set_affine_coordinates_GFp(group, point, x, y, ctx)) goto err;
    -	if (!point->Z_is_one)
    -		{
    -		ECerr(EC_F_EC_GFP_SIMPLE_MAKE_AFFINE, ERR_R_INTERNAL_ERROR);
    -		goto err;
    -		}
    -	
    -	ret = 1;
    +    BN_CTX_end(ctx);
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    return ret;
    +}
    +
    +int ec_GFp_simple_make_affine(const EC_GROUP *group, EC_POINT *point,
    +                              BN_CTX *ctx)
    +{
    +    BN_CTX *new_ctx = NULL;
    +    BIGNUM *x, *y;
    +    int ret = 0;
    +
    +    if (point->Z_is_one || EC_POINT_is_at_infinity(group, point))
    +        return 1;
    +
    +    if (ctx == NULL) {
    +        ctx = new_ctx = BN_CTX_new();
    +        if (ctx == NULL)
    +            return 0;
    +    }
    +
    +    BN_CTX_start(ctx);
    +    x = BN_CTX_get(ctx);
    +    y = BN_CTX_get(ctx);
    +    if (y == NULL)
    +        goto err;
    +
    +    if (!EC_POINT_get_affine_coordinates_GFp(group, point, x, y, ctx))
    +        goto err;
    +    if (!EC_POINT_set_affine_coordinates_GFp(group, point, x, y, ctx))
    +        goto err;
    +    if (!point->Z_is_one) {
    +        ECerr(EC_F_EC_GFP_SIMPLE_MAKE_AFFINE, ERR_R_INTERNAL_ERROR);
    +        goto err;
    +    }
    +
    +    ret = 1;
     
      err:
    -	BN_CTX_end(ctx);
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	return ret;
    -	}
    -
    -
    -int ec_GFp_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx)
    -	{
    -	BN_CTX *new_ctx = NULL;
    -	BIGNUM *tmp, *tmp_Z;
    -	BIGNUM **prod_Z = NULL;
    -	size_t i;
    -	int ret = 0;
    -
    -	if (num == 0)
    -		return 1;
    -
    -	if (ctx == NULL)
    -		{
    -		ctx = new_ctx = BN_CTX_new();
    -		if (ctx == NULL)
    -			return 0;
    -		}
    -
    -	BN_CTX_start(ctx);
    -	tmp = BN_CTX_get(ctx);
    -	tmp_Z = BN_CTX_get(ctx);
    -	if (tmp == NULL || tmp_Z == NULL) goto err;
    -
    -	prod_Z = OPENSSL_malloc(num * sizeof prod_Z[0]);
    -	if (prod_Z == NULL) goto err;
    -	for (i = 0; i < num; i++)
    -		{
    -		prod_Z[i] = BN_new();
    -		if (prod_Z[i] == NULL) goto err;
    -		}
    -
    -	/* Set each prod_Z[i] to the product of points[0]->Z .. points[i]->Z,
    -	 * skipping any zero-valued inputs (pretend that they're 1). */
    -
    -	if (!BN_is_zero(&points[0]->Z))
    -		{
    -		if (!BN_copy(prod_Z[0], &points[0]->Z)) goto err;
    -		}
    -	else
    -		{
    -		if (group->meth->field_set_to_one != 0)
    -			{
    -			if (!group->meth->field_set_to_one(group, prod_Z[0], ctx)) goto err;
    -			}
    -		else
    -			{
    -			if (!BN_one(prod_Z[0])) goto err;
    -			}
    -		}
    -
    -	for (i = 1; i < num; i++)
    -		{
    -		if (!BN_is_zero(&points[i]->Z))
    -			{
    -			if (!group->meth->field_mul(group, prod_Z[i], prod_Z[i - 1], &points[i]->Z, ctx)) goto err;
    -			}
    -		else
    -			{
    -			if (!BN_copy(prod_Z[i], prod_Z[i - 1])) goto err;
    -			}
    -		}
    -
    -	/* Now use a single explicit inversion to replace every
    -	 * non-zero points[i]->Z by its inverse. */
    -
    -	if (!BN_mod_inverse(tmp, prod_Z[num - 1], &group->field, ctx))
    -		{
    -		ECerr(EC_F_EC_GFP_SIMPLE_POINTS_MAKE_AFFINE, ERR_R_BN_LIB);
    -		goto err;
    -		}
    -	if (group->meth->field_encode != 0)
    -		{
    -		/* In the Montgomery case, we just turned  R*H  (representing H)
    -		 * into  1/(R*H),  but we need  R*(1/H)  (representing 1/H);
    -		 * i.e. we need to multiply by the Montgomery factor twice. */
    -		if (!group->meth->field_encode(group, tmp, tmp, ctx)) goto err;
    -		if (!group->meth->field_encode(group, tmp, tmp, ctx)) goto err;
    -		}
    -
    -	for (i = num - 1; i > 0; --i)
    -		{
    -		/* Loop invariant: tmp is the product of the inverses of
    -		 * points[0]->Z .. points[i]->Z (zero-valued inputs skipped). */
    -		if (!BN_is_zero(&points[i]->Z))
    -			{
    -			/* Set tmp_Z to the inverse of points[i]->Z (as product
    -			 * of Z inverses 0 .. i, Z values 0 .. i - 1). */
    -			if (!group->meth->field_mul(group, tmp_Z, prod_Z[i - 1], tmp, ctx)) goto err;
    -			/* Update tmp to satisfy the loop invariant for i - 1. */
    -			if (!group->meth->field_mul(group, tmp, tmp, &points[i]->Z, ctx)) goto err;
    -			/* Replace points[i]->Z by its inverse. */
    -			if (!BN_copy(&points[i]->Z, tmp_Z)) goto err;
    -			}
    -		}
    -
    -	if (!BN_is_zero(&points[0]->Z))
    -		{
    -		/* Replace points[0]->Z by its inverse. */
    -		if (!BN_copy(&points[0]->Z, tmp)) goto err;
    -		}
    -
    -	/* Finally, fix up the X and Y coordinates for all points. */
    -
    -	for (i = 0; i < num; i++)
    -		{
    -		EC_POINT *p = points[i];
    -
    -		if (!BN_is_zero(&p->Z))
    -			{
    -			/* turn  (X, Y, 1/Z)  into  (X/Z^2, Y/Z^3, 1) */
    -
    -			if (!group->meth->field_sqr(group, tmp, &p->Z, ctx)) goto err;
    -			if (!group->meth->field_mul(group, &p->X, &p->X, tmp, ctx)) goto err;
    -
    -			if (!group->meth->field_mul(group, tmp, tmp, &p->Z, ctx)) goto err;
    -			if (!group->meth->field_mul(group, &p->Y, &p->Y, tmp, ctx)) goto err;
    -
    -			if (group->meth->field_set_to_one != 0)
    -				{
    -				if (!group->meth->field_set_to_one(group, &p->Z, ctx)) goto err;
    -				}
    -			else
    -				{
    -				if (!BN_one(&p->Z)) goto err;
    -				}
    -			p->Z_is_one = 1;
    -			}
    -		}
    -
    -	ret = 1;
    +    BN_CTX_end(ctx);
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    return ret;
    +}
    +
    +int ec_GFp_simple_points_make_affine(const EC_GROUP *group, size_t num,
    +                                     EC_POINT *points[], BN_CTX *ctx)
    +{
    +    BN_CTX *new_ctx = NULL;
    +    BIGNUM *tmp, *tmp_Z;
    +    BIGNUM **prod_Z = NULL;
    +    size_t i;
    +    int ret = 0;
    +
    +    if (num == 0)
    +        return 1;
    +
    +    if (ctx == NULL) {
    +        ctx = new_ctx = BN_CTX_new();
    +        if (ctx == NULL)
    +            return 0;
    +    }
    +
    +    BN_CTX_start(ctx);
    +    tmp = BN_CTX_get(ctx);
    +    tmp_Z = BN_CTX_get(ctx);
    +    if (tmp == NULL || tmp_Z == NULL)
    +        goto err;
    +
    +    prod_Z = OPENSSL_malloc(num * sizeof prod_Z[0]);
    +    if (prod_Z == NULL)
    +        goto err;
    +    for (i = 0; i < num; i++) {
    +        prod_Z[i] = BN_new();
    +        if (prod_Z[i] == NULL)
    +            goto err;
    +    }
    +
    +    /*
    +     * Set each prod_Z[i] to the product of points[0]->Z .. points[i]->Z,
    +     * skipping any zero-valued inputs (pretend that they're 1).
    +     */
    +
    +    if (!BN_is_zero(&points[0]->Z)) {
    +        if (!BN_copy(prod_Z[0], &points[0]->Z))
    +            goto err;
    +    } else {
    +        if (group->meth->field_set_to_one != 0) {
    +            if (!group->meth->field_set_to_one(group, prod_Z[0], ctx))
    +                goto err;
    +        } else {
    +            if (!BN_one(prod_Z[0]))
    +                goto err;
    +        }
    +    }
    +
    +    for (i = 1; i < num; i++) {
    +        if (!BN_is_zero(&points[i]->Z)) {
    +            if (!group->meth->field_mul(group, prod_Z[i], prod_Z[i - 1],
    +                                        &points[i]->Z, ctx))
    +                goto err;
    +        } else {
    +            if (!BN_copy(prod_Z[i], prod_Z[i - 1]))
    +                goto err;
    +        }
    +    }
    +
    +    /*
    +     * Now use a single explicit inversion to replace every non-zero
    +     * points[i]->Z by its inverse.
    +     */
    +
    +    if (!BN_mod_inverse(tmp, prod_Z[num - 1], &group->field, ctx)) {
    +        ECerr(EC_F_EC_GFP_SIMPLE_POINTS_MAKE_AFFINE, ERR_R_BN_LIB);
    +        goto err;
    +    }
    +    if (group->meth->field_encode != 0) {
    +        /*
    +         * In the Montgomery case, we just turned R*H (representing H) into
    +         * 1/(R*H), but we need R*(1/H) (representing 1/H); i.e. we need to
    +         * multiply by the Montgomery factor twice.
    +         */
    +        if (!group->meth->field_encode(group, tmp, tmp, ctx))
    +            goto err;
    +        if (!group->meth->field_encode(group, tmp, tmp, ctx))
    +            goto err;
    +    }
    +
    +    for (i = num - 1; i > 0; --i) {
    +        /*
    +         * Loop invariant: tmp is the product of the inverses of points[0]->Z
    +         * .. points[i]->Z (zero-valued inputs skipped).
    +         */
    +        if (!BN_is_zero(&points[i]->Z)) {
    +            /*
    +             * Set tmp_Z to the inverse of points[i]->Z (as product of Z
    +             * inverses 0 .. i, Z values 0 .. i - 1).
    +             */
    +            if (!group->
    +                meth->field_mul(group, tmp_Z, prod_Z[i - 1], tmp, ctx))
    +                goto err;
    +            /*
    +             * Update tmp to satisfy the loop invariant for i - 1.
    +             */
    +            if (!group->meth->field_mul(group, tmp, tmp, &points[i]->Z, ctx))
    +                goto err;
    +            /* Replace points[i]->Z by its inverse. */
    +            if (!BN_copy(&points[i]->Z, tmp_Z))
    +                goto err;
    +        }
    +    }
    +
    +    if (!BN_is_zero(&points[0]->Z)) {
    +        /* Replace points[0]->Z by its inverse. */
    +        if (!BN_copy(&points[0]->Z, tmp))
    +            goto err;
    +    }
    +
    +    /* Finally, fix up the X and Y coordinates for all points. */
    +
    +    for (i = 0; i < num; i++) {
    +        EC_POINT *p = points[i];
    +
    +        if (!BN_is_zero(&p->Z)) {
    +            /* turn  (X, Y, 1/Z)  into  (X/Z^2, Y/Z^3, 1) */
    +
    +            if (!group->meth->field_sqr(group, tmp, &p->Z, ctx))
    +                goto err;
    +            if (!group->meth->field_mul(group, &p->X, &p->X, tmp, ctx))
    +                goto err;
    +
    +            if (!group->meth->field_mul(group, tmp, tmp, &p->Z, ctx))
    +                goto err;
    +            if (!group->meth->field_mul(group, &p->Y, &p->Y, tmp, ctx))
    +                goto err;
    +
    +            if (group->meth->field_set_to_one != 0) {
    +                if (!group->meth->field_set_to_one(group, &p->Z, ctx))
    +                    goto err;
    +            } else {
    +                if (!BN_one(&p->Z))
    +                    goto err;
    +            }
    +            p->Z_is_one = 1;
    +        }
    +    }
    +
    +    ret = 1;
     
      err:
    -	BN_CTX_end(ctx);
    -	if (new_ctx != NULL)
    -		BN_CTX_free(new_ctx);
    -	if (prod_Z != NULL)
    -		{
    -		for (i = 0; i < num; i++)
    -			{
    -			if (prod_Z[i] == NULL) break;
    -			BN_clear_free(prod_Z[i]);
    -			}
    -		OPENSSL_free(prod_Z);
    -		}
    -	return ret;
    -	}
    -
    -
    -int ec_GFp_simple_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
    -	{
    -	return BN_mod_mul(r, a, b, &group->field, ctx);
    -	}
    -
    -
    -int ec_GFp_simple_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx)
    -	{
    -	return BN_mod_sqr(r, a, &group->field, ctx);
    -	}
    +    BN_CTX_end(ctx);
    +    if (new_ctx != NULL)
    +        BN_CTX_free(new_ctx);
    +    if (prod_Z != NULL) {
    +        for (i = 0; i < num; i++) {
    +            if (prod_Z[i] == NULL)
    +                break;
    +            BN_clear_free(prod_Z[i]);
    +        }
    +        OPENSSL_free(prod_Z);
    +    }
    +    return ret;
    +}
    +
    +int ec_GFp_simple_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a,
    +                            const BIGNUM *b, BN_CTX *ctx)
    +{
    +    return BN_mod_mul(r, a, b, &group->field, ctx);
    +}
    +
    +int ec_GFp_simple_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a,
    +                            BN_CTX *ctx)
    +{
    +    return BN_mod_sqr(r, a, &group->field, ctx);
    +}
    diff --git a/openssl/crypto/ec/ectest.c b/openssl/crypto/ec/ectest.c
    index d1bf98059..a18b32761 100644
    --- a/openssl/crypto/ec/ectest.c
    +++ b/openssl/crypto/ec/ectest.c
    @@ -10,7 +10,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -58,13 +58,13 @@
     /* ====================================================================
      * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
      *
    - * Portions of the attached software ("Contribution") are developed by 
    + * Portions of the attached software ("Contribution") are developed by
      * SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project.
      *
      * The Contribution is licensed pursuant to the OpenSSL open source
      * license provided above.
      *
    - * The elliptic curve binary polynomial software is originally written by 
    + * The elliptic curve binary polynomial software is originally written by
      * Sheueling Chang Shantz and Douglas Stebila of Sun Microsystems Laboratories.
      *
      */
    @@ -72,1454 +72,1790 @@
     #include 
     #include 
     #ifdef FLAT_INC
    -#include "e_os.h"
    +# include "e_os.h"
     #else
    -#include "../e_os.h"
    +# include "../e_os.h"
     #endif
     #include 
     #include 
     
    -
     #ifdef OPENSSL_NO_EC
    -int main(int argc, char * argv[]) { puts("Elliptic curves are disabled."); return 0; }
    +int main(int argc, char *argv[])
    +{
    +    puts("Elliptic curves are disabled.");
    +    return 0;
    +}
     #else
     
    -
    -#include 
    -#ifndef OPENSSL_NO_ENGINE
    -#include 
    -#endif
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -
    -#if defined(_MSC_VER) && defined(_MIPS_) && (_MSC_VER/100==12)
    +# include 
    +# ifndef OPENSSL_NO_ENGINE
    +#  include 
    +# endif
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
    +
    +# if defined(_MSC_VER) && defined(_MIPS_) && (_MSC_VER/100==12)
     /* suppress "too big too optimize" warning */
    -#pragma warning(disable:4959)
    -#endif
    -
    -#define ABORT do { \
    -	fflush(stdout); \
    -	fprintf(stderr, "%s:%d: ABORT\n", __FILE__, __LINE__); \
    -	ERR_print_errors_fp(stderr); \
    -	EXIT(1); \
    +#  pragma warning(disable:4959)
    +# endif
    +
    +# define ABORT do { \
    +        fflush(stdout); \
    +        fprintf(stderr, "%s:%d: ABORT\n", __FILE__, __LINE__); \
    +        ERR_print_errors_fp(stderr); \
    +        EXIT(1); \
     } while (0)
     
    -#define TIMING_BASE_PT 0
    -#define TIMING_RAND_PT 1
    -#define TIMING_SIMUL 2
    +# define TIMING_BASE_PT 0
    +# define TIMING_RAND_PT 1
    +# define TIMING_SIMUL 2
     
    -#if 0
    +# if 0
     static void timings(EC_GROUP *group, int type, BN_CTX *ctx)
    -	{
    -	clock_t clck;
    -	int i, j;
    -	BIGNUM *s;
    -	BIGNUM *r[10], *r0[10];
    -	EC_POINT *P;
    -		
    -	s = BN_new();
    -	if (s == NULL) ABORT;
    -
    -	fprintf(stdout, "Timings for %d-bit field, ", EC_GROUP_get_degree(group));
    -	if (!EC_GROUP_get_order(group, s, ctx)) ABORT;
    -	fprintf(stdout, "%d-bit scalars ", (int)BN_num_bits(s));
    -	fflush(stdout);
    -
    -	P = EC_POINT_new(group);
    -	if (P == NULL) ABORT;
    -	EC_POINT_copy(P, EC_GROUP_get0_generator(group));
    -
    -	for (i = 0; i < 10; i++)
    -		{
    -		if ((r[i] = BN_new()) == NULL) ABORT;
    -		if (!BN_pseudo_rand(r[i], BN_num_bits(s), 0, 0)) ABORT;
    -		if (type != TIMING_BASE_PT)
    -			{
    -			if ((r0[i] = BN_new()) == NULL) ABORT;
    -			if (!BN_pseudo_rand(r0[i], BN_num_bits(s), 0, 0)) ABORT;
    -			}
    -		}
    -
    -	clck = clock();
    -	for (i = 0; i < 10; i++)
    -		{
    -		for (j = 0; j < 10; j++)
    -			{
    -			if (!EC_POINT_mul(group, P, (type != TIMING_RAND_PT) ? r[i] : NULL, 
    -				(type != TIMING_BASE_PT) ? P : NULL, (type != TIMING_BASE_PT) ? r0[i] : NULL, ctx)) ABORT;
    -			}
    -		}
    -	clck = clock() - clck;
    -
    -	fprintf(stdout, "\n");
    -
    -#ifdef CLOCKS_PER_SEC
    -	/* "To determine the time in seconds, the value returned
    -	 * by the clock function should be divided by the value
    -	 * of the macro CLOCKS_PER_SEC."
    -	 *                                       -- ISO/IEC 9899 */
    -#	define UNIT "s"
    -#else
    -	/* "`CLOCKS_PER_SEC' undeclared (first use this function)"
    -	 *                            -- cc on NeXTstep/OpenStep */
    -#	define UNIT "units"
    -#	define CLOCKS_PER_SEC 1
    -#endif
    -
    -	if (type == TIMING_BASE_PT) {
    -		fprintf(stdout, "%i %s in %.2f " UNIT "\n", i*j,
    -			"base point multiplications", (double)clck/CLOCKS_PER_SEC);
    -	} else if (type == TIMING_RAND_PT) {
    -		fprintf(stdout, "%i %s in %.2f " UNIT "\n", i*j,
    -			"random point multiplications", (double)clck/CLOCKS_PER_SEC);
    -	} else if (type == TIMING_SIMUL) {
    -		fprintf(stdout, "%i %s in %.2f " UNIT "\n", i*j,
    -			"s*P+t*Q operations", (double)clck/CLOCKS_PER_SEC);
    -	}
    -	fprintf(stdout, "average: %.4f " UNIT "\n", (double)clck/(CLOCKS_PER_SEC*i*j));
    -
    -	EC_POINT_free(P);
    -	BN_free(s);
    -	for (i = 0; i < 10; i++)
    -		{
    -		BN_free(r[i]);
    -		if (type != TIMING_BASE_PT) BN_free(r0[i]);
    -		}
    -	}
    -#endif
    +{
    +    clock_t clck;
    +    int i, j;
    +    BIGNUM *s;
    +    BIGNUM *r[10], *r0[10];
    +    EC_POINT *P;
    +
    +    s = BN_new();
    +    if (s == NULL)
    +        ABORT;
    +
    +    fprintf(stdout, "Timings for %d-bit field, ", EC_GROUP_get_degree(group));
    +    if (!EC_GROUP_get_order(group, s, ctx))
    +        ABORT;
    +    fprintf(stdout, "%d-bit scalars ", (int)BN_num_bits(s));
    +    fflush(stdout);
    +
    +    P = EC_POINT_new(group);
    +    if (P == NULL)
    +        ABORT;
    +    EC_POINT_copy(P, EC_GROUP_get0_generator(group));
    +
    +    for (i = 0; i < 10; i++) {
    +        if ((r[i] = BN_new()) == NULL)
    +            ABORT;
    +        if (!BN_pseudo_rand(r[i], BN_num_bits(s), 0, 0))
    +            ABORT;
    +        if (type != TIMING_BASE_PT) {
    +            if ((r0[i] = BN_new()) == NULL)
    +                ABORT;
    +            if (!BN_pseudo_rand(r0[i], BN_num_bits(s), 0, 0))
    +                ABORT;
    +        }
    +    }
    +
    +    clck = clock();
    +    for (i = 0; i < 10; i++) {
    +        for (j = 0; j < 10; j++) {
    +            if (!EC_POINT_mul
    +                (group, P, (type != TIMING_RAND_PT) ? r[i] : NULL,
    +                 (type != TIMING_BASE_PT) ? P : NULL,
    +                 (type != TIMING_BASE_PT) ? r0[i] : NULL, ctx))
    +                ABORT;
    +        }
    +    }
    +    clck = clock() - clck;
    +
    +    fprintf(stdout, "\n");
    +
    +#  ifdef CLOCKS_PER_SEC
    +    /*
    +     * "To determine the time in seconds, the value returned by the clock
    +     * function should be divided by the value of the macro CLOCKS_PER_SEC."
    +     * -- ISO/IEC 9899
    +     */
    +#   define UNIT "s"
    +#  else
    +    /*
    +     * "`CLOCKS_PER_SEC' undeclared (first use this function)" -- cc on
    +     * NeXTstep/OpenStep
    +     */
    +#   define UNIT "units"
    +#   define CLOCKS_PER_SEC 1
    +#  endif
    +
    +    if (type == TIMING_BASE_PT) {
    +        fprintf(stdout, "%i %s in %.2f " UNIT "\n", i * j,
    +                "base point multiplications", (double)clck / CLOCKS_PER_SEC);
    +    } else if (type == TIMING_RAND_PT) {
    +        fprintf(stdout, "%i %s in %.2f " UNIT "\n", i * j,
    +                "random point multiplications",
    +                (double)clck / CLOCKS_PER_SEC);
    +    } else if (type == TIMING_SIMUL) {
    +        fprintf(stdout, "%i %s in %.2f " UNIT "\n", i * j,
    +                "s*P+t*Q operations", (double)clck / CLOCKS_PER_SEC);
    +    }
    +    fprintf(stdout, "average: %.4f " UNIT "\n",
    +            (double)clck / (CLOCKS_PER_SEC * i * j));
    +
    +    EC_POINT_free(P);
    +    BN_free(s);
    +    for (i = 0; i < 10; i++) {
    +        BN_free(r[i]);
    +        if (type != TIMING_BASE_PT)
    +            BN_free(r0[i]);
    +    }
    +}
    +# endif
     
     /* test multiplication with group order, long and negative scalars */
     static void group_order_tests(EC_GROUP *group)
    -	{
    -	BIGNUM *n1, *n2, *order;
    -	EC_POINT *P = EC_POINT_new(group);
    -	EC_POINT *Q = EC_POINT_new(group);
    -	BN_CTX *ctx = BN_CTX_new();
    -	int i;
    -
    -	n1 = BN_new(); n2 = BN_new(); order = BN_new();
    -	fprintf(stdout, "verify group order ...");
    -	fflush(stdout);
    -	if (!EC_GROUP_get_order(group, order, ctx)) ABORT;
    -	if (!EC_POINT_mul(group, Q, order, NULL, NULL, ctx)) ABORT;
    -	if (!EC_POINT_is_at_infinity(group, Q)) ABORT;
    -	fprintf(stdout, ".");
    -	fflush(stdout);
    -	if (!EC_GROUP_precompute_mult(group, ctx)) ABORT;
    -	if (!EC_POINT_mul(group, Q, order, NULL, NULL, ctx)) ABORT;
    -	if (!EC_POINT_is_at_infinity(group, Q)) ABORT;
    -	fprintf(stdout, " ok\n");
    -	fprintf(stdout, "long/negative scalar tests ");
    -        for (i = 1; i <= 2; i++)
    -		{
    -		const BIGNUM *scalars[6];
    -		const EC_POINT *points[6];
    -
    -		fprintf(stdout, i == 1 ?
    -			"allowing precomputation ... " :
    -			"without precomputation ... ");
    -		if (!BN_set_word(n1, i)) ABORT;
    -		/* If i == 1, P will be the predefined generator for which
    -		 * EC_GROUP_precompute_mult has set up precomputation. */
    -		if (!EC_POINT_mul(group, P, n1, NULL, NULL, ctx)) ABORT;
    -
    -		if (!BN_one(n1)) ABORT;
    -		/* n1 = 1 - order */
    -		if (!BN_sub(n1, n1, order)) ABORT;
    -		if (!EC_POINT_mul(group, Q, NULL, P, n1, ctx)) ABORT;
    -		if (0 != EC_POINT_cmp(group, Q, P, ctx)) ABORT;
    -
    -		/* n2 = 1 + order */
    -		if (!BN_add(n2, order, BN_value_one())) ABORT;
    -		if (!EC_POINT_mul(group, Q, NULL, P, n2, ctx)) ABORT;
    -		if (0 != EC_POINT_cmp(group, Q, P, ctx)) ABORT;
    -
    -		/* n2 = (1 - order) * (1 + order) = 1 - order^2 */
    -		if (!BN_mul(n2, n1, n2, ctx)) ABORT;
    -		if (!EC_POINT_mul(group, Q, NULL, P, n2, ctx)) ABORT;
    -		if (0 != EC_POINT_cmp(group, Q, P, ctx)) ABORT;
    -
    -		/* n2 = order^2 - 1 */
    -		BN_set_negative(n2, 0);
    -		if (!EC_POINT_mul(group, Q, NULL, P, n2, ctx)) ABORT;
    -		/* Add P to verify the result. */
    -		if (!EC_POINT_add(group, Q, Q, P, ctx)) ABORT;
    -		if (!EC_POINT_is_at_infinity(group, Q)) ABORT;
    -
    -		/* Exercise EC_POINTs_mul, including corner cases. */
    -		if (EC_POINT_is_at_infinity(group, P)) ABORT;
    -		scalars[0] = n1; points[0] = Q; /* => infinity */
    -		scalars[1] = n2; points[1] = P; /* => -P */
    -		scalars[2] = n1; points[2] = Q; /* => infinity */
    -		scalars[3] = n2; points[3] = Q; /* => infinity */
    -		scalars[4] = n1; points[4] = P; /* => P */
    -		scalars[5] = n2; points[5] = Q; /* => infinity */
    -		if (!EC_POINTs_mul(group, P, NULL, 6, points, scalars, ctx)) ABORT;
    -		if (!EC_POINT_is_at_infinity(group, P)) ABORT;
    -		}
    -	fprintf(stdout, "ok\n");
    -
    -	EC_POINT_free(P);
    -	EC_POINT_free(Q);
    -	BN_free(n1);
    -	BN_free(n2);
    -	BN_free(order);
    -	BN_CTX_free(ctx);
    -	}
    +{
    +    BIGNUM *n1, *n2, *order;
    +    EC_POINT *P = EC_POINT_new(group);
    +    EC_POINT *Q = EC_POINT_new(group);
    +    BN_CTX *ctx = BN_CTX_new();
    +    int i;
    +
    +    n1 = BN_new();
    +    n2 = BN_new();
    +    order = BN_new();
    +    fprintf(stdout, "verify group order ...");
    +    fflush(stdout);
    +    if (!EC_GROUP_get_order(group, order, ctx))
    +        ABORT;
    +    if (!EC_POINT_mul(group, Q, order, NULL, NULL, ctx))
    +        ABORT;
    +    if (!EC_POINT_is_at_infinity(group, Q))
    +        ABORT;
    +    fprintf(stdout, ".");
    +    fflush(stdout);
    +    if (!EC_GROUP_precompute_mult(group, ctx))
    +        ABORT;
    +    if (!EC_POINT_mul(group, Q, order, NULL, NULL, ctx))
    +        ABORT;
    +    if (!EC_POINT_is_at_infinity(group, Q))
    +        ABORT;
    +    fprintf(stdout, " ok\n");
    +    fprintf(stdout, "long/negative scalar tests ");
    +    for (i = 1; i <= 2; i++) {
    +        const BIGNUM *scalars[6];
    +        const EC_POINT *points[6];
    +
    +        fprintf(stdout, i == 1 ?
    +                "allowing precomputation ... " :
    +                "without precomputation ... ");
    +        if (!BN_set_word(n1, i))
    +            ABORT;
    +        /*
    +         * If i == 1, P will be the predefined generator for which
    +         * EC_GROUP_precompute_mult has set up precomputation.
    +         */
    +        if (!EC_POINT_mul(group, P, n1, NULL, NULL, ctx))
    +            ABORT;
    +
    +        if (!BN_one(n1))
    +            ABORT;
    +        /* n1 = 1 - order */
    +        if (!BN_sub(n1, n1, order))
    +            ABORT;
    +        if (!EC_POINT_mul(group, Q, NULL, P, n1, ctx))
    +            ABORT;
    +        if (0 != EC_POINT_cmp(group, Q, P, ctx))
    +            ABORT;
    +
    +        /* n2 = 1 + order */
    +        if (!BN_add(n2, order, BN_value_one()))
    +            ABORT;
    +        if (!EC_POINT_mul(group, Q, NULL, P, n2, ctx))
    +            ABORT;
    +        if (0 != EC_POINT_cmp(group, Q, P, ctx))
    +            ABORT;
    +
    +        /* n2 = (1 - order) * (1 + order) = 1 - order^2 */
    +        if (!BN_mul(n2, n1, n2, ctx))
    +            ABORT;
    +        if (!EC_POINT_mul(group, Q, NULL, P, n2, ctx))
    +            ABORT;
    +        if (0 != EC_POINT_cmp(group, Q, P, ctx))
    +            ABORT;
    +
    +        /* n2 = order^2 - 1 */
    +        BN_set_negative(n2, 0);
    +        if (!EC_POINT_mul(group, Q, NULL, P, n2, ctx))
    +            ABORT;
    +        /* Add P to verify the result. */
    +        if (!EC_POINT_add(group, Q, Q, P, ctx))
    +            ABORT;
    +        if (!EC_POINT_is_at_infinity(group, Q))
    +            ABORT;
    +
    +        /* Exercise EC_POINTs_mul, including corner cases. */
    +        if (EC_POINT_is_at_infinity(group, P))
    +            ABORT;
    +        scalars[0] = n1;
    +        points[0] = Q;          /* => infinity */
    +        scalars[1] = n2;
    +        points[1] = P;          /* => -P */
    +        scalars[2] = n1;
    +        points[2] = Q;          /* => infinity */
    +        scalars[3] = n2;
    +        points[3] = Q;          /* => infinity */
    +        scalars[4] = n1;
    +        points[4] = P;          /* => P */
    +        scalars[5] = n2;
    +        points[5] = Q;          /* => infinity */
    +        if (!EC_POINTs_mul(group, P, NULL, 6, points, scalars, ctx))
    +            ABORT;
    +        if (!EC_POINT_is_at_infinity(group, P))
    +            ABORT;
    +    }
    +    fprintf(stdout, "ok\n");
    +
    +    EC_POINT_free(P);
    +    EC_POINT_free(Q);
    +    BN_free(n1);
    +    BN_free(n2);
    +    BN_free(order);
    +    BN_CTX_free(ctx);
    +}
     
     static void prime_field_tests(void)
    -	{
    -	BN_CTX *ctx = NULL;
    -	BIGNUM *p, *a, *b;
    -	EC_GROUP *group;
    -	EC_GROUP *P_160 = NULL, *P_192 = NULL, *P_224 = NULL, *P_256 = NULL, *P_384 = NULL, *P_521 = NULL;
    -	EC_POINT *P, *Q, *R;
    -	BIGNUM *x, *y, *z;
    -	unsigned char buf[100];
    -	size_t i, len;
    -	int k;
    -	
    -#if 1 /* optional */
    -	ctx = BN_CTX_new();
    -	if (!ctx) ABORT;
    -#endif
    -
    -	p = BN_new();
    -	a = BN_new();
    -	b = BN_new();
    -	if (!p || !a || !b) ABORT;
    -
    -	if (!BN_hex2bn(&p, "17")) ABORT;
    -	if (!BN_hex2bn(&a, "1")) ABORT;
    -	if (!BN_hex2bn(&b, "1")) ABORT;
    -	
    -	group = EC_GROUP_new(EC_GFp_mont_method()); /* applications should use EC_GROUP_new_curve_GFp
    -	                                             * so that the library gets to choose the EC_METHOD */
    -	if (!group) ABORT;
    -
    -	if (!EC_GROUP_set_curve_GFp(group, p, a, b, ctx)) ABORT;
    -
    -	{
    -		EC_GROUP *tmp;
    -		tmp = EC_GROUP_new(EC_GROUP_method_of(group));
    -		if (!tmp) ABORT;
    -		if (!EC_GROUP_copy(tmp, group)) ABORT;
    -		EC_GROUP_free(group);
    -		group = tmp;
    -	}
    -	
    -	if (!EC_GROUP_get_curve_GFp(group, p, a, b, ctx)) ABORT;
    -
    -	fprintf(stdout, "Curve defined by Weierstrass equation\n     y^2 = x^3 + a*x + b  (mod 0x");
    -	BN_print_fp(stdout, p);
    -	fprintf(stdout, ")\n     a = 0x");
    -	BN_print_fp(stdout, a);
    -	fprintf(stdout, "\n     b = 0x");
    -	BN_print_fp(stdout, b);
    -	fprintf(stdout, "\n");
    -
    -	P = EC_POINT_new(group);
    -	Q = EC_POINT_new(group);
    -	R = EC_POINT_new(group);
    -	if (!P || !Q || !R) ABORT;
    -	
    -	if (!EC_POINT_set_to_infinity(group, P)) ABORT;
    -	if (!EC_POINT_is_at_infinity(group, P)) ABORT;
    -
    -	buf[0] = 0;
    -	if (!EC_POINT_oct2point(group, Q, buf, 1, ctx)) ABORT;
    -
    -	if (!EC_POINT_add(group, P, P, Q, ctx)) ABORT;
    -	if (!EC_POINT_is_at_infinity(group, P)) ABORT;
    -
    -	x = BN_new();
    -	y = BN_new();
    -	z = BN_new();
    -	if (!x || !y || !z) ABORT;
    -
    -	if (!BN_hex2bn(&x, "D")) ABORT;
    -	if (!EC_POINT_set_compressed_coordinates_GFp(group, Q, x, 1, ctx)) ABORT;
    -	if (!EC_POINT_is_on_curve(group, Q, ctx))
    -		{
    -		if (!EC_POINT_get_affine_coordinates_GFp(group, Q, x, y, ctx)) ABORT;
    -		fprintf(stderr, "Point is not on curve: x = 0x");
    -		BN_print_fp(stderr, x);
    -		fprintf(stderr, ", y = 0x");
    -		BN_print_fp(stderr, y);
    -		fprintf(stderr, "\n");
    -		ABORT;
    -		}
    -
    -	fprintf(stdout, "A cyclic subgroup:\n");
    -	k = 100;
    -	do
    -		{
    -		if (k-- == 0) ABORT;
    -
    -		if (EC_POINT_is_at_infinity(group, P))
    -			fprintf(stdout, "     point at infinity\n");
    -		else
    -			{
    -			if (!EC_POINT_get_affine_coordinates_GFp(group, P, x, y, ctx)) ABORT;
    -
    -			fprintf(stdout, "     x = 0x");
    -			BN_print_fp(stdout, x);
    -			fprintf(stdout, ", y = 0x");
    -			BN_print_fp(stdout, y);
    -			fprintf(stdout, "\n");
    -			}
    -		
    -		if (!EC_POINT_copy(R, P)) ABORT;
    -		if (!EC_POINT_add(group, P, P, Q, ctx)) ABORT;
    -
    -#if 0 /* optional */
    -		{
    -			EC_POINT *points[3];
    -		
    -			points[0] = R;
    -			points[1] = Q;
    -			points[2] = P;
    -			if (!EC_POINTs_make_affine(group, 2, points, ctx)) ABORT;
    -		}
    -#endif
    -
    -		}
    -	while (!EC_POINT_is_at_infinity(group, P));
    -
    -	if (!EC_POINT_add(group, P, Q, R, ctx)) ABORT;
    -	if (!EC_POINT_is_at_infinity(group, P)) ABORT;
    -
    -	len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_COMPRESSED, buf, sizeof buf, ctx);
    -	if (len == 0) ABORT;
    -	if (!EC_POINT_oct2point(group, P, buf, len, ctx)) ABORT;
    -	if (0 != EC_POINT_cmp(group, P, Q, ctx)) ABORT;
    -	fprintf(stdout, "Generator as octet string, compressed form:\n     ");
    -	for (i = 0; i < len; i++) fprintf(stdout, "%02X", buf[i]);
    -	
    -	len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_UNCOMPRESSED, buf, sizeof buf, ctx);
    -	if (len == 0) ABORT;
    -	if (!EC_POINT_oct2point(group, P, buf, len, ctx)) ABORT;
    -	if (0 != EC_POINT_cmp(group, P, Q, ctx)) ABORT;
    -	fprintf(stdout, "\nGenerator as octet string, uncompressed form:\n     ");
    -	for (i = 0; i < len; i++) fprintf(stdout, "%02X", buf[i]);
    -	
    -	len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_HYBRID, buf, sizeof buf, ctx);
    -	if (len == 0) ABORT;
    -	if (!EC_POINT_oct2point(group, P, buf, len, ctx)) ABORT;
    -	if (0 != EC_POINT_cmp(group, P, Q, ctx)) ABORT;
    -	fprintf(stdout, "\nGenerator as octet string, hybrid form:\n     ");
    -	for (i = 0; i < len; i++) fprintf(stdout, "%02X", buf[i]);
    -	
    -	if (!EC_POINT_get_Jprojective_coordinates_GFp(group, R, x, y, z, ctx)) ABORT;
    -	fprintf(stdout, "\nA representation of the inverse of that generator in\nJacobian projective coordinates:\n     X = 0x");
    -	BN_print_fp(stdout, x);
    -	fprintf(stdout, ", Y = 0x");
    -	BN_print_fp(stdout, y);
    -	fprintf(stdout, ", Z = 0x");
    -	BN_print_fp(stdout, z);
    -	fprintf(stdout, "\n");
    -
    -	if (!EC_POINT_invert(group, P, ctx)) ABORT;
    -	if (0 != EC_POINT_cmp(group, P, R, ctx)) ABORT;
    -
    -
    -	/* Curve secp160r1 (Certicom Research SEC 2 Version 1.0, section 2.4.2, 2000)
    -	 * -- not a NIST curve, but commonly used */
    -	
    -	if (!BN_hex2bn(&p, "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7FFFFFFF")) ABORT;
    -	if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL)) ABORT;
    -	if (!BN_hex2bn(&a, "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7FFFFFFC")) ABORT;
    -	if (!BN_hex2bn(&b, "1C97BEFC54BD7A8B65ACF89F81D4D4ADC565FA45")) ABORT;
    -	if (!EC_GROUP_set_curve_GFp(group, p, a, b, ctx)) ABORT;
    -
    -	if (!BN_hex2bn(&x, "4A96B5688EF573284664698968C38BB913CBFC82")) ABORT;
    -	if (!BN_hex2bn(&y, "23a628553168947d59dcc912042351377ac5fb32")) ABORT;
    -	if (!EC_POINT_set_affine_coordinates_GFp(group, P, x, y, ctx)) ABORT;
    -	if (!EC_POINT_is_on_curve(group, P, ctx)) ABORT;
    -	if (!BN_hex2bn(&z, "0100000000000000000001F4C8F927AED3CA752257")) ABORT;
    -	if (!EC_GROUP_set_generator(group, P, z, BN_value_one())) ABORT;
    -
    -	if (!EC_POINT_get_affine_coordinates_GFp(group, P, x, y, ctx)) ABORT;
    -	fprintf(stdout, "\nSEC2 curve secp160r1 -- Generator:\n     x = 0x");
    -	BN_print_fp(stdout, x);
    -	fprintf(stdout, "\n     y = 0x");
    -	BN_print_fp(stdout, y);
    -	fprintf(stdout, "\n");
    -	/* G_y value taken from the standard: */
    -	if (!BN_hex2bn(&z, "23a628553168947d59dcc912042351377ac5fb32")) ABORT;
    -	if (0 != BN_cmp(y, z)) ABORT;
    -
    -	fprintf(stdout, "verify degree ...");
    -	if (EC_GROUP_get_degree(group) != 160) ABORT;
    -	fprintf(stdout, " ok\n");
    -	
    -	group_order_tests(group);
    -
    -	if (!(P_160 = EC_GROUP_new(EC_GROUP_method_of(group)))) ABORT;
    -	if (!EC_GROUP_copy(P_160, group)) ABORT;
    -
    -
    -	/* Curve P-192 (FIPS PUB 186-2, App. 6) */
    -	
    -	if (!BN_hex2bn(&p, "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFF")) ABORT;
    -	if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL)) ABORT;
    -	if (!BN_hex2bn(&a, "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFC")) ABORT;
    -	if (!BN_hex2bn(&b, "64210519E59C80E70FA7E9AB72243049FEB8DEECC146B9B1")) ABORT;
    -	if (!EC_GROUP_set_curve_GFp(group, p, a, b, ctx)) ABORT;
    -
    -	if (!BN_hex2bn(&x, "188DA80EB03090F67CBF20EB43A18800F4FF0AFD82FF1012")) ABORT;
    -	if (!EC_POINT_set_compressed_coordinates_GFp(group, P, x, 1, ctx)) ABORT;
    -	if (!EC_POINT_is_on_curve(group, P, ctx)) ABORT;
    -	if (!BN_hex2bn(&z, "FFFFFFFFFFFFFFFFFFFFFFFF99DEF836146BC9B1B4D22831")) ABORT;
    -	if (!EC_GROUP_set_generator(group, P, z, BN_value_one())) ABORT;
    -
    -	if (!EC_POINT_get_affine_coordinates_GFp(group, P, x, y, ctx)) ABORT;
    -	fprintf(stdout, "\nNIST curve P-192 -- Generator:\n     x = 0x");
    -	BN_print_fp(stdout, x);
    -	fprintf(stdout, "\n     y = 0x");
    -	BN_print_fp(stdout, y);
    -	fprintf(stdout, "\n");
    -	/* G_y value taken from the standard: */
    -	if (!BN_hex2bn(&z, "07192B95FFC8DA78631011ED6B24CDD573F977A11E794811")) ABORT;
    -	if (0 != BN_cmp(y, z)) ABORT;
    -
    -	fprintf(stdout, "verify degree ...");
    -	if (EC_GROUP_get_degree(group) != 192) ABORT;
    -	fprintf(stdout, " ok\n");
    -	
    -	group_order_tests(group);
    -
    -	if (!(P_192 = EC_GROUP_new(EC_GROUP_method_of(group)))) ABORT;
    -	if (!EC_GROUP_copy(P_192, group)) ABORT;
    -
    -
    -	/* Curve P-224 (FIPS PUB 186-2, App. 6) */
    -	
    -	if (!BN_hex2bn(&p, "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000001")) ABORT;
    -	if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL)) ABORT;
    -	if (!BN_hex2bn(&a, "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFE")) ABORT;
    -	if (!BN_hex2bn(&b, "B4050A850C04B3ABF54132565044B0B7D7BFD8BA270B39432355FFB4")) ABORT;
    -	if (!EC_GROUP_set_curve_GFp(group, p, a, b, ctx)) ABORT;
    -
    -	if (!BN_hex2bn(&x, "B70E0CBD6BB4BF7F321390B94A03C1D356C21122343280D6115C1D21")) ABORT;
    -	if (!EC_POINT_set_compressed_coordinates_GFp(group, P, x, 0, ctx)) ABORT;
    -	if (!EC_POINT_is_on_curve(group, P, ctx)) ABORT;
    -	if (!BN_hex2bn(&z, "FFFFFFFFFFFFFFFFFFFFFFFFFFFF16A2E0B8F03E13DD29455C5C2A3D")) ABORT;
    -	if (!EC_GROUP_set_generator(group, P, z, BN_value_one())) ABORT;
    -
    -	if (!EC_POINT_get_affine_coordinates_GFp(group, P, x, y, ctx)) ABORT;
    -	fprintf(stdout, "\nNIST curve P-224 -- Generator:\n     x = 0x");
    -	BN_print_fp(stdout, x);
    -	fprintf(stdout, "\n     y = 0x");
    -	BN_print_fp(stdout, y);
    -	fprintf(stdout, "\n");
    -	/* G_y value taken from the standard: */
    -	if (!BN_hex2bn(&z, "BD376388B5F723FB4C22DFE6CD4375A05A07476444D5819985007E34")) ABORT;
    -	if (0 != BN_cmp(y, z)) ABORT;
    -	
    -	fprintf(stdout, "verify degree ...");
    -	if (EC_GROUP_get_degree(group) != 224) ABORT;
    -	fprintf(stdout, " ok\n");
    -	
    -	group_order_tests(group);
    -
    -	if (!(P_224 = EC_GROUP_new(EC_GROUP_method_of(group)))) ABORT;
    -	if (!EC_GROUP_copy(P_224, group)) ABORT;
    -
    -
    -	/* Curve P-256 (FIPS PUB 186-2, App. 6) */
    -	
    -	if (!BN_hex2bn(&p, "FFFFFFFF00000001000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFF")) ABORT;
    -	if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL)) ABORT;
    -	if (!BN_hex2bn(&a, "FFFFFFFF00000001000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFC")) ABORT;
    -	if (!BN_hex2bn(&b, "5AC635D8AA3A93E7B3EBBD55769886BC651D06B0CC53B0F63BCE3C3E27D2604B")) ABORT;
    -	if (!EC_GROUP_set_curve_GFp(group, p, a, b, ctx)) ABORT;
    -
    -	if (!BN_hex2bn(&x, "6B17D1F2E12C4247F8BCE6E563A440F277037D812DEB33A0F4A13945D898C296")) ABORT;
    -	if (!EC_POINT_set_compressed_coordinates_GFp(group, P, x, 1, ctx)) ABORT;
    -	if (!EC_POINT_is_on_curve(group, P, ctx)) ABORT;
    -	if (!BN_hex2bn(&z, "FFFFFFFF00000000FFFFFFFFFFFFFFFFBCE6FAADA7179E"
    -		"84F3B9CAC2FC632551")) ABORT;
    -	if (!EC_GROUP_set_generator(group, P, z, BN_value_one())) ABORT;
    -
    -	if (!EC_POINT_get_affine_coordinates_GFp(group, P, x, y, ctx)) ABORT;
    -	fprintf(stdout, "\nNIST curve P-256 -- Generator:\n     x = 0x");
    -	BN_print_fp(stdout, x);
    -	fprintf(stdout, "\n     y = 0x");
    -	BN_print_fp(stdout, y);
    -	fprintf(stdout, "\n");
    -	/* G_y value taken from the standard: */
    -	if (!BN_hex2bn(&z, "4FE342E2FE1A7F9B8EE7EB4A7C0F9E162BCE33576B315ECECBB6406837BF51F5")) ABORT;
    -	if (0 != BN_cmp(y, z)) ABORT;
    -	
    -	fprintf(stdout, "verify degree ...");
    -	if (EC_GROUP_get_degree(group) != 256) ABORT;
    -	fprintf(stdout, " ok\n");
    -	
    -	group_order_tests(group);
    -
    -	if (!(P_256 = EC_GROUP_new(EC_GROUP_method_of(group)))) ABORT;
    -	if (!EC_GROUP_copy(P_256, group)) ABORT;
    -
    -
    -	/* Curve P-384 (FIPS PUB 186-2, App. 6) */
    -	
    -	if (!BN_hex2bn(&p, "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"
    -		"FFFFFFFFFFFFFFFFFEFFFFFFFF0000000000000000FFFFFFFF")) ABORT;
    -	if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL)) ABORT;
    -	if (!BN_hex2bn(&a, "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"
    -		"FFFFFFFFFFFFFFFFFEFFFFFFFF0000000000000000FFFFFFFC")) ABORT;
    -	if (!BN_hex2bn(&b, "B3312FA7E23EE7E4988E056BE3F82D19181D9C6EFE8141"
    -		"120314088F5013875AC656398D8A2ED19D2A85C8EDD3EC2AEF")) ABORT;
    -	if (!EC_GROUP_set_curve_GFp(group, p, a, b, ctx)) ABORT;
    -
    -	if (!BN_hex2bn(&x, "AA87CA22BE8B05378EB1C71EF320AD746E1D3B628BA79B"
    -		"9859F741E082542A385502F25DBF55296C3A545E3872760AB7")) ABORT;
    -	if (!EC_POINT_set_compressed_coordinates_GFp(group, P, x, 1, ctx)) ABORT;
    -	if (!EC_POINT_is_on_curve(group, P, ctx)) ABORT;
    -	if (!BN_hex2bn(&z, "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"
    -		"FFC7634D81F4372DDF581A0DB248B0A77AECEC196ACCC52973")) ABORT;
    -	if (!EC_GROUP_set_generator(group, P, z, BN_value_one())) ABORT;
    -
    -	if (!EC_POINT_get_affine_coordinates_GFp(group, P, x, y, ctx)) ABORT;
    -	fprintf(stdout, "\nNIST curve P-384 -- Generator:\n     x = 0x");
    -	BN_print_fp(stdout, x);
    -	fprintf(stdout, "\n     y = 0x");
    -	BN_print_fp(stdout, y);
    -	fprintf(stdout, "\n");
    -	/* G_y value taken from the standard: */
    -	if (!BN_hex2bn(&z, "3617DE4A96262C6F5D9E98BF9292DC29F8F41DBD289A14"
    -		"7CE9DA3113B5F0B8C00A60B1CE1D7E819D7A431D7C90EA0E5F")) ABORT;
    -	if (0 != BN_cmp(y, z)) ABORT;
    -	
    -	fprintf(stdout, "verify degree ...");
    -	if (EC_GROUP_get_degree(group) != 384) ABORT;
    -	fprintf(stdout, " ok\n");
    -
    -	group_order_tests(group);
    -
    -	if (!(P_384 = EC_GROUP_new(EC_GROUP_method_of(group)))) ABORT;
    -	if (!EC_GROUP_copy(P_384, group)) ABORT;
    -
    -
    -	/* Curve P-521 (FIPS PUB 186-2, App. 6) */
    -	
    -	if (!BN_hex2bn(&p, "1FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"
    -		"FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"
    -		"FFFFFFFFFFFFFFFFFFFFFFFFFFFF")) ABORT;
    -	if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL)) ABORT;
    -	if (!BN_hex2bn(&a, "1FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"
    -		"FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"
    -		"FFFFFFFFFFFFFFFFFFFFFFFFFFFC")) ABORT;
    -	if (!BN_hex2bn(&b, "051953EB9618E1C9A1F929A21A0B68540EEA2DA725B99B"
    -		"315F3B8B489918EF109E156193951EC7E937B1652C0BD3BB1BF073573"
    -		"DF883D2C34F1EF451FD46B503F00")) ABORT;
    -	if (!EC_GROUP_set_curve_GFp(group, p, a, b, ctx)) ABORT;
    -
    -	if (!BN_hex2bn(&x, "C6858E06B70404E9CD9E3ECB662395B4429C648139053F"
    -		"B521F828AF606B4D3DBAA14B5E77EFE75928FE1DC127A2FFA8DE3348B"
    -		"3C1856A429BF97E7E31C2E5BD66")) ABORT;
    -	if (!EC_POINT_set_compressed_coordinates_GFp(group, P, x, 0, ctx)) ABORT;
    -	if (!EC_POINT_is_on_curve(group, P, ctx)) ABORT;
    -	if (!BN_hex2bn(&z, "1FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"
    -		"FFFFFFFFFFFFFFFFFFFFA51868783BF2F966B7FCC0148F709A5D03BB5"
    -		"C9B8899C47AEBB6FB71E91386409")) ABORT;
    -	if (!EC_GROUP_set_generator(group, P, z, BN_value_one())) ABORT;
    -
    -	if (!EC_POINT_get_affine_coordinates_GFp(group, P, x, y, ctx)) ABORT;
    -	fprintf(stdout, "\nNIST curve P-521 -- Generator:\n     x = 0x");
    -	BN_print_fp(stdout, x);
    -	fprintf(stdout, "\n     y = 0x");
    -	BN_print_fp(stdout, y);
    -	fprintf(stdout, "\n");
    -	/* G_y value taken from the standard: */
    -	if (!BN_hex2bn(&z, "11839296A789A3BC0045C8A5FB42C7D1BD998F54449579"
    -		"B446817AFBD17273E662C97EE72995EF42640C550B9013FAD0761353C"
    -		"7086A272C24088BE94769FD16650")) ABORT;
    -	if (0 != BN_cmp(y, z)) ABORT;
    -	
    -	fprintf(stdout, "verify degree ...");
    -	if (EC_GROUP_get_degree(group) != 521) ABORT;
    -	fprintf(stdout, " ok\n");
    -
    - 	group_order_tests(group);
    -
    -	if (!(P_521 = EC_GROUP_new(EC_GROUP_method_of(group)))) ABORT;
    -	if (!EC_GROUP_copy(P_521, group)) ABORT;
    -
    -
    -	/* more tests using the last curve */
    -
    -	if (!EC_POINT_copy(Q, P)) ABORT;
    -	if (EC_POINT_is_at_infinity(group, Q)) ABORT;
    -	if (!EC_POINT_dbl(group, P, P, ctx)) ABORT;
    -	if (!EC_POINT_is_on_curve(group, P, ctx)) ABORT;
    -	if (!EC_POINT_invert(group, Q, ctx)) ABORT; /* P = -2Q */
    -
    -	if (!EC_POINT_add(group, R, P, Q, ctx)) ABORT;
    -	if (!EC_POINT_add(group, R, R, Q, ctx)) ABORT;
    -	if (!EC_POINT_is_at_infinity(group, R)) ABORT; /* R = P + 2Q */
    -
    -	{
    -		const EC_POINT *points[4];
    -		const BIGNUM *scalars[4];
    -		BIGNUM scalar3;
    -	
    -		if (EC_POINT_is_at_infinity(group, Q)) ABORT;
    -		points[0] = Q;
    -		points[1] = Q;
    -		points[2] = Q;
    -		points[3] = Q;
    -
    -		if (!EC_GROUP_get_order(group, z, ctx)) ABORT;
    -		if (!BN_add(y, z, BN_value_one())) ABORT;
    -		if (BN_is_odd(y)) ABORT;
    -		if (!BN_rshift1(y, y)) ABORT;
    -		scalars[0] = y; /* (group order + 1)/2,  so  y*Q + y*Q = Q */
    -		scalars[1] = y;
    -
    -		fprintf(stdout, "combined multiplication ...");
    -		fflush(stdout);
    -
    -		/* z is still the group order */
    -		if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) ABORT;
    -		if (!EC_POINTs_mul(group, R, z, 2, points, scalars, ctx)) ABORT;
    -		if (0 != EC_POINT_cmp(group, P, R, ctx)) ABORT;
    -		if (0 != EC_POINT_cmp(group, R, Q, ctx)) ABORT;
    -
    -		fprintf(stdout, ".");
    -		fflush(stdout);
    -
    -		if (!BN_pseudo_rand(y, BN_num_bits(y), 0, 0)) ABORT;
    -		if (!BN_add(z, z, y)) ABORT;
    -		BN_set_negative(z, 1);
    -		scalars[0] = y;
    -		scalars[1] = z; /* z = -(order + y) */
    -
    -		if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) ABORT;
    -		if (!EC_POINT_is_at_infinity(group, P)) ABORT;
    -
    -		fprintf(stdout, ".");
    -		fflush(stdout);
    -
    -		if (!BN_pseudo_rand(x, BN_num_bits(y) - 1, 0, 0)) ABORT;
    -		if (!BN_add(z, x, y)) ABORT;
    -		BN_set_negative(z, 1);
    -		scalars[0] = x;
    -		scalars[1] = y;
    -		scalars[2] = z; /* z = -(x+y) */
    -
    -		BN_init(&scalar3);
    -		BN_zero(&scalar3);
    -		scalars[3] = &scalar3;
    -
    -		if (!EC_POINTs_mul(group, P, NULL, 4, points, scalars, ctx)) ABORT;
    -		if (!EC_POINT_is_at_infinity(group, P)) ABORT;
    -
    -		fprintf(stdout, " ok\n\n");
    -
    -		BN_free(&scalar3);
    -	}
    -
    -
    -#if 0
    -	timings(P_160, TIMING_BASE_PT, ctx);
    -	timings(P_160, TIMING_RAND_PT, ctx);
    -	timings(P_160, TIMING_SIMUL, ctx);
    -	timings(P_192, TIMING_BASE_PT, ctx);
    -	timings(P_192, TIMING_RAND_PT, ctx);
    -	timings(P_192, TIMING_SIMUL, ctx);
    -	timings(P_224, TIMING_BASE_PT, ctx);
    -	timings(P_224, TIMING_RAND_PT, ctx);
    -	timings(P_224, TIMING_SIMUL, ctx);
    -	timings(P_256, TIMING_BASE_PT, ctx);
    -	timings(P_256, TIMING_RAND_PT, ctx);
    -	timings(P_256, TIMING_SIMUL, ctx);
    -	timings(P_384, TIMING_BASE_PT, ctx);
    -	timings(P_384, TIMING_RAND_PT, ctx);
    -	timings(P_384, TIMING_SIMUL, ctx);
    -	timings(P_521, TIMING_BASE_PT, ctx);
    -	timings(P_521, TIMING_RAND_PT, ctx);
    -	timings(P_521, TIMING_SIMUL, ctx);
    -#endif
    -
    -
    -	if (ctx)
    -		BN_CTX_free(ctx);
    -	BN_free(p); BN_free(a);	BN_free(b);
    -	EC_GROUP_free(group);
    -	EC_POINT_free(P);
    -	EC_POINT_free(Q);
    -	EC_POINT_free(R);
    -	BN_free(x); BN_free(y); BN_free(z);
    -
    -	if (P_160) EC_GROUP_free(P_160);
    -	if (P_192) EC_GROUP_free(P_192);
    -	if (P_224) EC_GROUP_free(P_224);
    -	if (P_256) EC_GROUP_free(P_256);
    -	if (P_384) EC_GROUP_free(P_384);
    -	if (P_521) EC_GROUP_free(P_521);
    -
    -	}
    +{
    +    BN_CTX *ctx = NULL;
    +    BIGNUM *p, *a, *b;
    +    EC_GROUP *group;
    +    EC_GROUP *P_160 = NULL, *P_192 = NULL, *P_224 = NULL, *P_256 =
    +        NULL, *P_384 = NULL, *P_521 = NULL;
    +    EC_POINT *P, *Q, *R;
    +    BIGNUM *x, *y, *z;
    +    unsigned char buf[100];
    +    size_t i, len;
    +    int k;
    +
    +# if 1                          /* optional */
    +    ctx = BN_CTX_new();
    +    if (!ctx)
    +        ABORT;
    +# endif
    +
    +    p = BN_new();
    +    a = BN_new();
    +    b = BN_new();
    +    if (!p || !a || !b)
    +        ABORT;
    +
    +    if (!BN_hex2bn(&p, "17"))
    +        ABORT;
    +    if (!BN_hex2bn(&a, "1"))
    +        ABORT;
    +    if (!BN_hex2bn(&b, "1"))
    +        ABORT;
    +
    +    group = EC_GROUP_new(EC_GFp_mont_method()); /* applications should use
    +                                                 * EC_GROUP_new_curve_GFp so
    +                                                 * that the library gets to
    +                                                 * choose the EC_METHOD */
    +    if (!group)
    +        ABORT;
    +
    +    if (!EC_GROUP_set_curve_GFp(group, p, a, b, ctx))
    +        ABORT;
    +
    +    {
    +        EC_GROUP *tmp;
    +        tmp = EC_GROUP_new(EC_GROUP_method_of(group));
    +        if (!tmp)
    +            ABORT;
    +        if (!EC_GROUP_copy(tmp, group))
    +            ABORT;
    +        EC_GROUP_free(group);
    +        group = tmp;
    +    }
    +
    +    if (!EC_GROUP_get_curve_GFp(group, p, a, b, ctx))
    +        ABORT;
    +
    +    fprintf(stdout,
    +            "Curve defined by Weierstrass equation\n     y^2 = x^3 + a*x + b  (mod 0x");
    +    BN_print_fp(stdout, p);
    +    fprintf(stdout, ")\n     a = 0x");
    +    BN_print_fp(stdout, a);
    +    fprintf(stdout, "\n     b = 0x");
    +    BN_print_fp(stdout, b);
    +    fprintf(stdout, "\n");
    +
    +    P = EC_POINT_new(group);
    +    Q = EC_POINT_new(group);
    +    R = EC_POINT_new(group);
    +    if (!P || !Q || !R)
    +        ABORT;
    +
    +    if (!EC_POINT_set_to_infinity(group, P))
    +        ABORT;
    +    if (!EC_POINT_is_at_infinity(group, P))
    +        ABORT;
    +
    +    buf[0] = 0;
    +    if (!EC_POINT_oct2point(group, Q, buf, 1, ctx))
    +        ABORT;
    +
    +    if (!EC_POINT_add(group, P, P, Q, ctx))
    +        ABORT;
    +    if (!EC_POINT_is_at_infinity(group, P))
    +        ABORT;
    +
    +    x = BN_new();
    +    y = BN_new();
    +    z = BN_new();
    +    if (!x || !y || !z)
    +        ABORT;
    +
    +    if (!BN_hex2bn(&x, "D"))
    +        ABORT;
    +    if (!EC_POINT_set_compressed_coordinates_GFp(group, Q, x, 1, ctx))
    +        ABORT;
    +    if (!EC_POINT_is_on_curve(group, Q, ctx)) {
    +        if (!EC_POINT_get_affine_coordinates_GFp(group, Q, x, y, ctx))
    +            ABORT;
    +        fprintf(stderr, "Point is not on curve: x = 0x");
    +        BN_print_fp(stderr, x);
    +        fprintf(stderr, ", y = 0x");
    +        BN_print_fp(stderr, y);
    +        fprintf(stderr, "\n");
    +        ABORT;
    +    }
    +
    +    fprintf(stdout, "A cyclic subgroup:\n");
    +    k = 100;
    +    do {
    +        if (k-- == 0)
    +            ABORT;
    +
    +        if (EC_POINT_is_at_infinity(group, P))
    +            fprintf(stdout, "     point at infinity\n");
    +        else {
    +            if (!EC_POINT_get_affine_coordinates_GFp(group, P, x, y, ctx))
    +                ABORT;
    +
    +            fprintf(stdout, "     x = 0x");
    +            BN_print_fp(stdout, x);
    +            fprintf(stdout, ", y = 0x");
    +            BN_print_fp(stdout, y);
    +            fprintf(stdout, "\n");
    +        }
    +
    +        if (!EC_POINT_copy(R, P))
    +            ABORT;
    +        if (!EC_POINT_add(group, P, P, Q, ctx))
    +            ABORT;
    +
    +# if 0                          /* optional */
    +        {
    +            EC_POINT *points[3];
    +
    +            points[0] = R;
    +            points[1] = Q;
    +            points[2] = P;
    +            if (!EC_POINTs_make_affine(group, 2, points, ctx))
    +                ABORT;
    +        }
    +# endif
    +
    +    }
    +    while (!EC_POINT_is_at_infinity(group, P));
    +
    +    if (!EC_POINT_add(group, P, Q, R, ctx))
    +        ABORT;
    +    if (!EC_POINT_is_at_infinity(group, P))
    +        ABORT;
    +
    +    len =
    +        EC_POINT_point2oct(group, Q, POINT_CONVERSION_COMPRESSED, buf,
    +                           sizeof buf, ctx);
    +    if (len == 0)
    +        ABORT;
    +    if (!EC_POINT_oct2point(group, P, buf, len, ctx))
    +        ABORT;
    +    if (0 != EC_POINT_cmp(group, P, Q, ctx))
    +        ABORT;
    +    fprintf(stdout, "Generator as octet string, compressed form:\n     ");
    +    for (i = 0; i < len; i++)
    +        fprintf(stdout, "%02X", buf[i]);
    +
    +    len =
    +        EC_POINT_point2oct(group, Q, POINT_CONVERSION_UNCOMPRESSED, buf,
    +                           sizeof buf, ctx);
    +    if (len == 0)
    +        ABORT;
    +    if (!EC_POINT_oct2point(group, P, buf, len, ctx))
    +        ABORT;
    +    if (0 != EC_POINT_cmp(group, P, Q, ctx))
    +        ABORT;
    +    fprintf(stdout, "\nGenerator as octet string, uncompressed form:\n     ");
    +    for (i = 0; i < len; i++)
    +        fprintf(stdout, "%02X", buf[i]);
    +
    +    len =
    +        EC_POINT_point2oct(group, Q, POINT_CONVERSION_HYBRID, buf, sizeof buf,
    +                           ctx);
    +    if (len == 0)
    +        ABORT;
    +    if (!EC_POINT_oct2point(group, P, buf, len, ctx))
    +        ABORT;
    +    if (0 != EC_POINT_cmp(group, P, Q, ctx))
    +        ABORT;
    +    fprintf(stdout, "\nGenerator as octet string, hybrid form:\n     ");
    +    for (i = 0; i < len; i++)
    +        fprintf(stdout, "%02X", buf[i]);
    +
    +    if (!EC_POINT_get_Jprojective_coordinates_GFp(group, R, x, y, z, ctx))
    +        ABORT;
    +    fprintf(stdout,
    +            "\nA representation of the inverse of that generator in\nJacobian projective coordinates:\n     X = 0x");
    +    BN_print_fp(stdout, x);
    +    fprintf(stdout, ", Y = 0x");
    +    BN_print_fp(stdout, y);
    +    fprintf(stdout, ", Z = 0x");
    +    BN_print_fp(stdout, z);
    +    fprintf(stdout, "\n");
    +
    +    if (!EC_POINT_invert(group, P, ctx))
    +        ABORT;
    +    if (0 != EC_POINT_cmp(group, P, R, ctx))
    +        ABORT;
    +
    +    /*
    +     * Curve secp160r1 (Certicom Research SEC 2 Version 1.0, section 2.4.2,
    +     * 2000) -- not a NIST curve, but commonly used
    +     */
    +
    +    if (!BN_hex2bn(&p, "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7FFFFFFF"))
    +        ABORT;
    +    if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL))
    +        ABORT;
    +    if (!BN_hex2bn(&a, "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7FFFFFFC"))
    +        ABORT;
    +    if (!BN_hex2bn(&b, "1C97BEFC54BD7A8B65ACF89F81D4D4ADC565FA45"))
    +        ABORT;
    +    if (!EC_GROUP_set_curve_GFp(group, p, a, b, ctx))
    +        ABORT;
    +
    +    if (!BN_hex2bn(&x, "4A96B5688EF573284664698968C38BB913CBFC82"))
    +        ABORT;
    +    if (!BN_hex2bn(&y, "23a628553168947d59dcc912042351377ac5fb32"))
    +        ABORT;
    +    if (!EC_POINT_set_affine_coordinates_GFp(group, P, x, y, ctx))
    +        ABORT;
    +    if (!EC_POINT_is_on_curve(group, P, ctx))
    +        ABORT;
    +    if (!BN_hex2bn(&z, "0100000000000000000001F4C8F927AED3CA752257"))
    +        ABORT;
    +    if (!EC_GROUP_set_generator(group, P, z, BN_value_one()))
    +        ABORT;
    +
    +    if (!EC_POINT_get_affine_coordinates_GFp(group, P, x, y, ctx))
    +        ABORT;
    +    fprintf(stdout, "\nSEC2 curve secp160r1 -- Generator:\n     x = 0x");
    +    BN_print_fp(stdout, x);
    +    fprintf(stdout, "\n     y = 0x");
    +    BN_print_fp(stdout, y);
    +    fprintf(stdout, "\n");
    +    /* G_y value taken from the standard: */
    +    if (!BN_hex2bn(&z, "23a628553168947d59dcc912042351377ac5fb32"))
    +        ABORT;
    +    if (0 != BN_cmp(y, z))
    +        ABORT;
    +
    +    fprintf(stdout, "verify degree ...");
    +    if (EC_GROUP_get_degree(group) != 160)
    +        ABORT;
    +    fprintf(stdout, " ok\n");
    +
    +    group_order_tests(group);
    +
    +    if (!(P_160 = EC_GROUP_new(EC_GROUP_method_of(group))))
    +        ABORT;
    +    if (!EC_GROUP_copy(P_160, group))
    +        ABORT;
    +
    +    /* Curve P-192 (FIPS PUB 186-2, App. 6) */
    +
    +    if (!BN_hex2bn(&p, "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFF"))
    +        ABORT;
    +    if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL))
    +        ABORT;
    +    if (!BN_hex2bn(&a, "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFC"))
    +        ABORT;
    +    if (!BN_hex2bn(&b, "64210519E59C80E70FA7E9AB72243049FEB8DEECC146B9B1"))
    +        ABORT;
    +    if (!EC_GROUP_set_curve_GFp(group, p, a, b, ctx))
    +        ABORT;
    +
    +    if (!BN_hex2bn(&x, "188DA80EB03090F67CBF20EB43A18800F4FF0AFD82FF1012"))
    +        ABORT;
    +    if (!EC_POINT_set_compressed_coordinates_GFp(group, P, x, 1, ctx))
    +        ABORT;
    +    if (!EC_POINT_is_on_curve(group, P, ctx))
    +        ABORT;
    +    if (!BN_hex2bn(&z, "FFFFFFFFFFFFFFFFFFFFFFFF99DEF836146BC9B1B4D22831"))
    +        ABORT;
    +    if (!EC_GROUP_set_generator(group, P, z, BN_value_one()))
    +        ABORT;
    +
    +    if (!EC_POINT_get_affine_coordinates_GFp(group, P, x, y, ctx))
    +        ABORT;
    +    fprintf(stdout, "\nNIST curve P-192 -- Generator:\n     x = 0x");
    +    BN_print_fp(stdout, x);
    +    fprintf(stdout, "\n     y = 0x");
    +    BN_print_fp(stdout, y);
    +    fprintf(stdout, "\n");
    +    /* G_y value taken from the standard: */
    +    if (!BN_hex2bn(&z, "07192B95FFC8DA78631011ED6B24CDD573F977A11E794811"))
    +        ABORT;
    +    if (0 != BN_cmp(y, z))
    +        ABORT;
    +
    +    fprintf(stdout, "verify degree ...");
    +    if (EC_GROUP_get_degree(group) != 192)
    +        ABORT;
    +    fprintf(stdout, " ok\n");
    +
    +    group_order_tests(group);
    +
    +    if (!(P_192 = EC_GROUP_new(EC_GROUP_method_of(group))))
    +        ABORT;
    +    if (!EC_GROUP_copy(P_192, group))
    +        ABORT;
    +
    +    /* Curve P-224 (FIPS PUB 186-2, App. 6) */
    +
    +    if (!BN_hex2bn
    +        (&p, "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000001"))
    +        ABORT;
    +    if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL))
    +        ABORT;
    +    if (!BN_hex2bn
    +        (&a, "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFE"))
    +        ABORT;
    +    if (!BN_hex2bn
    +        (&b, "B4050A850C04B3ABF54132565044B0B7D7BFD8BA270B39432355FFB4"))
    +        ABORT;
    +    if (!EC_GROUP_set_curve_GFp(group, p, a, b, ctx))
    +        ABORT;
    +
    +    if (!BN_hex2bn
    +        (&x, "B70E0CBD6BB4BF7F321390B94A03C1D356C21122343280D6115C1D21"))
    +        ABORT;
    +    if (!EC_POINT_set_compressed_coordinates_GFp(group, P, x, 0, ctx))
    +        ABORT;
    +    if (!EC_POINT_is_on_curve(group, P, ctx))
    +        ABORT;
    +    if (!BN_hex2bn
    +        (&z, "FFFFFFFFFFFFFFFFFFFFFFFFFFFF16A2E0B8F03E13DD29455C5C2A3D"))
    +        ABORT;
    +    if (!EC_GROUP_set_generator(group, P, z, BN_value_one()))
    +        ABORT;
    +
    +    if (!EC_POINT_get_affine_coordinates_GFp(group, P, x, y, ctx))
    +        ABORT;
    +    fprintf(stdout, "\nNIST curve P-224 -- Generator:\n     x = 0x");
    +    BN_print_fp(stdout, x);
    +    fprintf(stdout, "\n     y = 0x");
    +    BN_print_fp(stdout, y);
    +    fprintf(stdout, "\n");
    +    /* G_y value taken from the standard: */
    +    if (!BN_hex2bn
    +        (&z, "BD376388B5F723FB4C22DFE6CD4375A05A07476444D5819985007E34"))
    +        ABORT;
    +    if (0 != BN_cmp(y, z))
    +        ABORT;
    +
    +    fprintf(stdout, "verify degree ...");
    +    if (EC_GROUP_get_degree(group) != 224)
    +        ABORT;
    +    fprintf(stdout, " ok\n");
    +
    +    group_order_tests(group);
    +
    +    if (!(P_224 = EC_GROUP_new(EC_GROUP_method_of(group))))
    +        ABORT;
    +    if (!EC_GROUP_copy(P_224, group))
    +        ABORT;
    +
    +    /* Curve P-256 (FIPS PUB 186-2, App. 6) */
    +
    +    if (!BN_hex2bn
    +        (&p,
    +         "FFFFFFFF00000001000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFF"))
    +        ABORT;
    +    if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL))
    +        ABORT;
    +    if (!BN_hex2bn
    +        (&a,
    +         "FFFFFFFF00000001000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFC"))
    +        ABORT;
    +    if (!BN_hex2bn
    +        (&b,
    +         "5AC635D8AA3A93E7B3EBBD55769886BC651D06B0CC53B0F63BCE3C3E27D2604B"))
    +        ABORT;
    +    if (!EC_GROUP_set_curve_GFp(group, p, a, b, ctx))
    +        ABORT;
    +
    +    if (!BN_hex2bn
    +        (&x,
    +         "6B17D1F2E12C4247F8BCE6E563A440F277037D812DEB33A0F4A13945D898C296"))
    +        ABORT;
    +    if (!EC_POINT_set_compressed_coordinates_GFp(group, P, x, 1, ctx))
    +        ABORT;
    +    if (!EC_POINT_is_on_curve(group, P, ctx))
    +        ABORT;
    +    if (!BN_hex2bn(&z, "FFFFFFFF00000000FFFFFFFFFFFFFFFFBCE6FAADA7179E"
    +                   "84F3B9CAC2FC632551"))
    +        ABORT;
    +    if (!EC_GROUP_set_generator(group, P, z, BN_value_one()))
    +        ABORT;
    +
    +    if (!EC_POINT_get_affine_coordinates_GFp(group, P, x, y, ctx))
    +        ABORT;
    +    fprintf(stdout, "\nNIST curve P-256 -- Generator:\n     x = 0x");
    +    BN_print_fp(stdout, x);
    +    fprintf(stdout, "\n     y = 0x");
    +    BN_print_fp(stdout, y);
    +    fprintf(stdout, "\n");
    +    /* G_y value taken from the standard: */
    +    if (!BN_hex2bn
    +        (&z,
    +         "4FE342E2FE1A7F9B8EE7EB4A7C0F9E162BCE33576B315ECECBB6406837BF51F5"))
    +        ABORT;
    +    if (0 != BN_cmp(y, z))
    +        ABORT;
    +
    +    fprintf(stdout, "verify degree ...");
    +    if (EC_GROUP_get_degree(group) != 256)
    +        ABORT;
    +    fprintf(stdout, " ok\n");
    +
    +    group_order_tests(group);
    +
    +    if (!(P_256 = EC_GROUP_new(EC_GROUP_method_of(group))))
    +        ABORT;
    +    if (!EC_GROUP_copy(P_256, group))
    +        ABORT;
    +
    +    /* Curve P-384 (FIPS PUB 186-2, App. 6) */
    +
    +    if (!BN_hex2bn(&p, "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"
    +                   "FFFFFFFFFFFFFFFFFEFFFFFFFF0000000000000000FFFFFFFF"))
    +        ABORT;
    +    if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL))
    +        ABORT;
    +    if (!BN_hex2bn(&a, "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"
    +                   "FFFFFFFFFFFFFFFFFEFFFFFFFF0000000000000000FFFFFFFC"))
    +        ABORT;
    +    if (!BN_hex2bn(&b, "B3312FA7E23EE7E4988E056BE3F82D19181D9C6EFE8141"
    +                   "120314088F5013875AC656398D8A2ED19D2A85C8EDD3EC2AEF"))
    +        ABORT;
    +    if (!EC_GROUP_set_curve_GFp(group, p, a, b, ctx))
    +        ABORT;
    +
    +    if (!BN_hex2bn(&x, "AA87CA22BE8B05378EB1C71EF320AD746E1D3B628BA79B"
    +                   "9859F741E082542A385502F25DBF55296C3A545E3872760AB7"))
    +        ABORT;
    +    if (!EC_POINT_set_compressed_coordinates_GFp(group, P, x, 1, ctx))
    +        ABORT;
    +    if (!EC_POINT_is_on_curve(group, P, ctx))
    +        ABORT;
    +    if (!BN_hex2bn(&z, "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"
    +                   "FFC7634D81F4372DDF581A0DB248B0A77AECEC196ACCC52973"))
    +        ABORT;
    +    if (!EC_GROUP_set_generator(group, P, z, BN_value_one()))
    +        ABORT;
    +
    +    if (!EC_POINT_get_affine_coordinates_GFp(group, P, x, y, ctx))
    +        ABORT;
    +    fprintf(stdout, "\nNIST curve P-384 -- Generator:\n     x = 0x");
    +    BN_print_fp(stdout, x);
    +    fprintf(stdout, "\n     y = 0x");
    +    BN_print_fp(stdout, y);
    +    fprintf(stdout, "\n");
    +    /* G_y value taken from the standard: */
    +    if (!BN_hex2bn(&z, "3617DE4A96262C6F5D9E98BF9292DC29F8F41DBD289A14"
    +                   "7CE9DA3113B5F0B8C00A60B1CE1D7E819D7A431D7C90EA0E5F"))
    +        ABORT;
    +    if (0 != BN_cmp(y, z))
    +        ABORT;
    +
    +    fprintf(stdout, "verify degree ...");
    +    if (EC_GROUP_get_degree(group) != 384)
    +        ABORT;
    +    fprintf(stdout, " ok\n");
    +
    +    group_order_tests(group);
    +
    +    if (!(P_384 = EC_GROUP_new(EC_GROUP_method_of(group))))
    +        ABORT;
    +    if (!EC_GROUP_copy(P_384, group))
    +        ABORT;
    +
    +    /* Curve P-521 (FIPS PUB 186-2, App. 6) */
    +
    +    if (!BN_hex2bn(&p, "1FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"
    +                   "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"
    +                   "FFFFFFFFFFFFFFFFFFFFFFFFFFFF"))
    +        ABORT;
    +    if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL))
    +        ABORT;
    +    if (!BN_hex2bn(&a, "1FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"
    +                   "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"
    +                   "FFFFFFFFFFFFFFFFFFFFFFFFFFFC"))
    +        ABORT;
    +    if (!BN_hex2bn(&b, "051953EB9618E1C9A1F929A21A0B68540EEA2DA725B99B"
    +                   "315F3B8B489918EF109E156193951EC7E937B1652C0BD3BB1BF073573"
    +                   "DF883D2C34F1EF451FD46B503F00"))
    +        ABORT;
    +    if (!EC_GROUP_set_curve_GFp(group, p, a, b, ctx))
    +        ABORT;
    +
    +    if (!BN_hex2bn(&x, "C6858E06B70404E9CD9E3ECB662395B4429C648139053F"
    +                   "B521F828AF606B4D3DBAA14B5E77EFE75928FE1DC127A2FFA8DE3348B"
    +                   "3C1856A429BF97E7E31C2E5BD66"))
    +        ABORT;
    +    if (!EC_POINT_set_compressed_coordinates_GFp(group, P, x, 0, ctx))
    +        ABORT;
    +    if (!EC_POINT_is_on_curve(group, P, ctx))
    +        ABORT;
    +    if (!BN_hex2bn(&z, "1FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"
    +                   "FFFFFFFFFFFFFFFFFFFFA51868783BF2F966B7FCC0148F709A5D03BB5"
    +                   "C9B8899C47AEBB6FB71E91386409"))
    +        ABORT;
    +    if (!EC_GROUP_set_generator(group, P, z, BN_value_one()))
    +        ABORT;
    +
    +    if (!EC_POINT_get_affine_coordinates_GFp(group, P, x, y, ctx))
    +        ABORT;
    +    fprintf(stdout, "\nNIST curve P-521 -- Generator:\n     x = 0x");
    +    BN_print_fp(stdout, x);
    +    fprintf(stdout, "\n     y = 0x");
    +    BN_print_fp(stdout, y);
    +    fprintf(stdout, "\n");
    +    /* G_y value taken from the standard: */
    +    if (!BN_hex2bn(&z, "11839296A789A3BC0045C8A5FB42C7D1BD998F54449579"
    +                   "B446817AFBD17273E662C97EE72995EF42640C550B9013FAD0761353C"
    +                   "7086A272C24088BE94769FD16650"))
    +        ABORT;
    +    if (0 != BN_cmp(y, z))
    +        ABORT;
    +
    +    fprintf(stdout, "verify degree ...");
    +    if (EC_GROUP_get_degree(group) != 521)
    +        ABORT;
    +    fprintf(stdout, " ok\n");
    +
    +    group_order_tests(group);
    +
    +    if (!(P_521 = EC_GROUP_new(EC_GROUP_method_of(group))))
    +        ABORT;
    +    if (!EC_GROUP_copy(P_521, group))
    +        ABORT;
    +
    +    /* more tests using the last curve */
    +
    +    if (!EC_POINT_copy(Q, P))
    +        ABORT;
    +    if (EC_POINT_is_at_infinity(group, Q))
    +        ABORT;
    +    if (!EC_POINT_dbl(group, P, P, ctx))
    +        ABORT;
    +    if (!EC_POINT_is_on_curve(group, P, ctx))
    +        ABORT;
    +    if (!EC_POINT_invert(group, Q, ctx))
    +        ABORT;                  /* P = -2Q */
    +
    +    if (!EC_POINT_add(group, R, P, Q, ctx))
    +        ABORT;
    +    if (!EC_POINT_add(group, R, R, Q, ctx))
    +        ABORT;
    +    if (!EC_POINT_is_at_infinity(group, R))
    +        ABORT;                  /* R = P + 2Q */
    +
    +    {
    +        const EC_POINT *points[4];
    +        const BIGNUM *scalars[4];
    +        BIGNUM scalar3;
    +
    +        if (EC_POINT_is_at_infinity(group, Q))
    +            ABORT;
    +        points[0] = Q;
    +        points[1] = Q;
    +        points[2] = Q;
    +        points[3] = Q;
    +
    +        if (!EC_GROUP_get_order(group, z, ctx))
    +            ABORT;
    +        if (!BN_add(y, z, BN_value_one()))
    +            ABORT;
    +        if (BN_is_odd(y))
    +            ABORT;
    +        if (!BN_rshift1(y, y))
    +            ABORT;
    +        scalars[0] = y;         /* (group order + 1)/2, so y*Q + y*Q = Q */
    +        scalars[1] = y;
    +
    +        fprintf(stdout, "combined multiplication ...");
    +        fflush(stdout);
    +
    +        /* z is still the group order */
    +        if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx))
    +            ABORT;
    +        if (!EC_POINTs_mul(group, R, z, 2, points, scalars, ctx))
    +            ABORT;
    +        if (0 != EC_POINT_cmp(group, P, R, ctx))
    +            ABORT;
    +        if (0 != EC_POINT_cmp(group, R, Q, ctx))
    +            ABORT;
    +
    +        fprintf(stdout, ".");
    +        fflush(stdout);
    +
    +        if (!BN_pseudo_rand(y, BN_num_bits(y), 0, 0))
    +            ABORT;
    +        if (!BN_add(z, z, y))
    +            ABORT;
    +        BN_set_negative(z, 1);
    +        scalars[0] = y;
    +        scalars[1] = z;         /* z = -(order + y) */
    +
    +        if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx))
    +            ABORT;
    +        if (!EC_POINT_is_at_infinity(group, P))
    +            ABORT;
    +
    +        fprintf(stdout, ".");
    +        fflush(stdout);
    +
    +        if (!BN_pseudo_rand(x, BN_num_bits(y) - 1, 0, 0))
    +            ABORT;
    +        if (!BN_add(z, x, y))
    +            ABORT;
    +        BN_set_negative(z, 1);
    +        scalars[0] = x;
    +        scalars[1] = y;
    +        scalars[2] = z;         /* z = -(x+y) */
    +
    +        BN_init(&scalar3);
    +        BN_zero(&scalar3);
    +        scalars[3] = &scalar3;
    +
    +        if (!EC_POINTs_mul(group, P, NULL, 4, points, scalars, ctx))
    +            ABORT;
    +        if (!EC_POINT_is_at_infinity(group, P))
    +            ABORT;
    +
    +        fprintf(stdout, " ok\n\n");
    +
    +        BN_free(&scalar3);
    +    }
    +
    +# if 0
    +    timings(P_160, TIMING_BASE_PT, ctx);
    +    timings(P_160, TIMING_RAND_PT, ctx);
    +    timings(P_160, TIMING_SIMUL, ctx);
    +    timings(P_192, TIMING_BASE_PT, ctx);
    +    timings(P_192, TIMING_RAND_PT, ctx);
    +    timings(P_192, TIMING_SIMUL, ctx);
    +    timings(P_224, TIMING_BASE_PT, ctx);
    +    timings(P_224, TIMING_RAND_PT, ctx);
    +    timings(P_224, TIMING_SIMUL, ctx);
    +    timings(P_256, TIMING_BASE_PT, ctx);
    +    timings(P_256, TIMING_RAND_PT, ctx);
    +    timings(P_256, TIMING_SIMUL, ctx);
    +    timings(P_384, TIMING_BASE_PT, ctx);
    +    timings(P_384, TIMING_RAND_PT, ctx);
    +    timings(P_384, TIMING_SIMUL, ctx);
    +    timings(P_521, TIMING_BASE_PT, ctx);
    +    timings(P_521, TIMING_RAND_PT, ctx);
    +    timings(P_521, TIMING_SIMUL, ctx);
    +# endif
    +
    +    if (ctx)
    +        BN_CTX_free(ctx);
    +    BN_free(p);
    +    BN_free(a);
    +    BN_free(b);
    +    EC_GROUP_free(group);
    +    EC_POINT_free(P);
    +    EC_POINT_free(Q);
    +    EC_POINT_free(R);
    +    BN_free(x);
    +    BN_free(y);
    +    BN_free(z);
    +
    +    if (P_160)
    +        EC_GROUP_free(P_160);
    +    if (P_192)
    +        EC_GROUP_free(P_192);
    +    if (P_224)
    +        EC_GROUP_free(P_224);
    +    if (P_256)
    +        EC_GROUP_free(P_256);
    +    if (P_384)
    +        EC_GROUP_free(P_384);
    +    if (P_521)
    +        EC_GROUP_free(P_521);
    +
    +}
     
     /* Change test based on whether binary point compression is enabled or not. */
    -#ifdef OPENSSL_EC_BIN_PT_COMP
    -#define CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
    -	if (!BN_hex2bn(&x, _x)) ABORT; \
    -	if (!EC_POINT_set_compressed_coordinates_GF2m(group, P, x, _y_bit, ctx)) ABORT; \
    -	if (!EC_POINT_is_on_curve(group, P, ctx)) ABORT; \
    -	if (!BN_hex2bn(&z, _order)) ABORT; \
    -	if (!BN_hex2bn(&cof, _cof)) ABORT; \
    -	if (!EC_GROUP_set_generator(group, P, z, cof)) ABORT; \
    -	if (!EC_POINT_get_affine_coordinates_GF2m(group, P, x, y, ctx)) ABORT; \
    -	fprintf(stdout, "\n%s -- Generator:\n     x = 0x", _name); \
    -	BN_print_fp(stdout, x); \
    -	fprintf(stdout, "\n     y = 0x"); \
    -	BN_print_fp(stdout, y); \
    -	fprintf(stdout, "\n"); \
    -	/* G_y value taken from the standard: */ \
    -	if (!BN_hex2bn(&z, _y)) ABORT; \
    -	if (0 != BN_cmp(y, z)) ABORT;
    -#else 
    -#define CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
    -	if (!BN_hex2bn(&x, _x)) ABORT; \
    -	if (!BN_hex2bn(&y, _y)) ABORT; \
    -	if (!EC_POINT_set_affine_coordinates_GF2m(group, P, x, y, ctx)) ABORT; \
    -	if (!EC_POINT_is_on_curve(group, P, ctx)) ABORT; \
    -	if (!BN_hex2bn(&z, _order)) ABORT; \
    -	if (!BN_hex2bn(&cof, _cof)) ABORT; \
    -	if (!EC_GROUP_set_generator(group, P, z, cof)) ABORT; \
    -	fprintf(stdout, "\n%s -- Generator:\n     x = 0x", _name); \
    -	BN_print_fp(stdout, x); \
    -	fprintf(stdout, "\n     y = 0x"); \
    -	BN_print_fp(stdout, y); \
    -	fprintf(stdout, "\n");
    -#endif
    -
    -#define CHAR2_CURVE_TEST(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
    -	if (!BN_hex2bn(&p, _p)) ABORT; \
    -	if (!BN_hex2bn(&a, _a)) ABORT; \
    -	if (!BN_hex2bn(&b, _b)) ABORT; \
    -	if (!EC_GROUP_set_curve_GF2m(group, p, a, b, ctx)) ABORT; \
    -	CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
    -	fprintf(stdout, "verify degree ..."); \
    -	if (EC_GROUP_get_degree(group) != _degree) ABORT; \
    -	fprintf(stdout, " ok\n"); \
    -	group_order_tests(group); \
    -	if (!(_variable = EC_GROUP_new(EC_GROUP_method_of(group)))) ABORT; \
    -	if (!EC_GROUP_copy(_variable, group)) ABORT; \
    -
    -#ifndef OPENSSL_NO_EC2M
    +# ifdef OPENSSL_EC_BIN_PT_COMP
    +#  define CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
    +        if (!BN_hex2bn(&x, _x)) ABORT; \
    +        if (!EC_POINT_set_compressed_coordinates_GF2m(group, P, x, _y_bit, ctx)) ABORT; \
    +        if (!EC_POINT_is_on_curve(group, P, ctx)) ABORT; \
    +        if (!BN_hex2bn(&z, _order)) ABORT; \
    +        if (!BN_hex2bn(&cof, _cof)) ABORT; \
    +        if (!EC_GROUP_set_generator(group, P, z, cof)) ABORT; \
    +        if (!EC_POINT_get_affine_coordinates_GF2m(group, P, x, y, ctx)) ABORT; \
    +        fprintf(stdout, "\n%s -- Generator:\n     x = 0x", _name); \
    +        BN_print_fp(stdout, x); \
    +        fprintf(stdout, "\n     y = 0x"); \
    +        BN_print_fp(stdout, y); \
    +        fprintf(stdout, "\n"); \
    +        /* G_y value taken from the standard: */ \
    +        if (!BN_hex2bn(&z, _y)) ABORT; \
    +        if (0 != BN_cmp(y, z)) ABORT;
    +# else
    +#  define CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
    +        if (!BN_hex2bn(&x, _x)) ABORT; \
    +        if (!BN_hex2bn(&y, _y)) ABORT; \
    +        if (!EC_POINT_set_affine_coordinates_GF2m(group, P, x, y, ctx)) ABORT; \
    +        if (!EC_POINT_is_on_curve(group, P, ctx)) ABORT; \
    +        if (!BN_hex2bn(&z, _order)) ABORT; \
    +        if (!BN_hex2bn(&cof, _cof)) ABORT; \
    +        if (!EC_GROUP_set_generator(group, P, z, cof)) ABORT; \
    +        fprintf(stdout, "\n%s -- Generator:\n     x = 0x", _name); \
    +        BN_print_fp(stdout, x); \
    +        fprintf(stdout, "\n     y = 0x"); \
    +        BN_print_fp(stdout, y); \
    +        fprintf(stdout, "\n");
    +# endif
    +
    +# define CHAR2_CURVE_TEST(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
    +        if (!BN_hex2bn(&p, _p)) ABORT; \
    +        if (!BN_hex2bn(&a, _a)) ABORT; \
    +        if (!BN_hex2bn(&b, _b)) ABORT; \
    +        if (!EC_GROUP_set_curve_GF2m(group, p, a, b, ctx)) ABORT; \
    +        CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
    +        fprintf(stdout, "verify degree ..."); \
    +        if (EC_GROUP_get_degree(group) != _degree) ABORT; \
    +        fprintf(stdout, " ok\n"); \
    +        group_order_tests(group); \
    +        if (!(_variable = EC_GROUP_new(EC_GROUP_method_of(group)))) ABORT; \
    +        if (!EC_GROUP_copy(_variable, group)) ABORT; \
    +
    +# ifndef OPENSSL_NO_EC2M
     
     static void char2_field_tests(void)
    -	{
    -	BN_CTX *ctx = NULL;
    -	BIGNUM *p, *a, *b;
    -	EC_GROUP *group;
    -	EC_GROUP *C2_K163 = NULL, *C2_K233 = NULL, *C2_K283 = NULL, *C2_K409 = NULL, *C2_K571 = NULL;
    -	EC_GROUP *C2_B163 = NULL, *C2_B233 = NULL, *C2_B283 = NULL, *C2_B409 = NULL, *C2_B571 = NULL;
    -	EC_POINT *P, *Q, *R;
    -	BIGNUM *x, *y, *z, *cof;
    -	unsigned char buf[100];
    -	size_t i, len;
    -	int k;
    -	
    -#if 1 /* optional */
    -	ctx = BN_CTX_new();
    -	if (!ctx) ABORT;
    -#endif
    -
    -	p = BN_new();
    -	a = BN_new();
    -	b = BN_new();
    -	if (!p || !a || !b) ABORT;
    -
    -	if (!BN_hex2bn(&p, "13")) ABORT;
    -	if (!BN_hex2bn(&a, "3")) ABORT;
    -	if (!BN_hex2bn(&b, "1")) ABORT;
    -	
    -	group = EC_GROUP_new(EC_GF2m_simple_method()); /* applications should use EC_GROUP_new_curve_GF2m
    -	                                                * so that the library gets to choose the EC_METHOD */
    -	if (!group) ABORT;
    -	if (!EC_GROUP_set_curve_GF2m(group, p, a, b, ctx)) ABORT;
    -
    -	{
    -		EC_GROUP *tmp;
    -		tmp = EC_GROUP_new(EC_GROUP_method_of(group));
    -		if (!tmp) ABORT;
    -		if (!EC_GROUP_copy(tmp, group)) ABORT;
    -		EC_GROUP_free(group);
    -		group = tmp;
    -	}
    -	
    -	if (!EC_GROUP_get_curve_GF2m(group, p, a, b, ctx)) ABORT;
    -
    -	fprintf(stdout, "Curve defined by Weierstrass equation\n     y^2 + x*y = x^3 + a*x^2 + b  (mod 0x");
    -	BN_print_fp(stdout, p);
    -	fprintf(stdout, ")\n     a = 0x");
    -	BN_print_fp(stdout, a);
    -	fprintf(stdout, "\n     b = 0x");
    -	BN_print_fp(stdout, b);
    -	fprintf(stdout, "\n(0x... means binary polynomial)\n");
    -
    -	P = EC_POINT_new(group);
    -	Q = EC_POINT_new(group);
    -	R = EC_POINT_new(group);
    -	if (!P || !Q || !R) ABORT;
    -	
    -	if (!EC_POINT_set_to_infinity(group, P)) ABORT;
    -	if (!EC_POINT_is_at_infinity(group, P)) ABORT;
    -
    -	buf[0] = 0;
    -	if (!EC_POINT_oct2point(group, Q, buf, 1, ctx)) ABORT;
    -
    -	if (!EC_POINT_add(group, P, P, Q, ctx)) ABORT;
    -	if (!EC_POINT_is_at_infinity(group, P)) ABORT;
    -
    -	x = BN_new();
    -	y = BN_new();
    -	z = BN_new();
    -	cof = BN_new();
    -	if (!x || !y || !z || !cof) ABORT;
    -
    -	if (!BN_hex2bn(&x, "6")) ABORT;
    +{
    +    BN_CTX *ctx = NULL;
    +    BIGNUM *p, *a, *b;
    +    EC_GROUP *group;
    +    EC_GROUP *C2_K163 = NULL, *C2_K233 = NULL, *C2_K283 = NULL, *C2_K409 =
    +        NULL, *C2_K571 = NULL;
    +    EC_GROUP *C2_B163 = NULL, *C2_B233 = NULL, *C2_B283 = NULL, *C2_B409 =
    +        NULL, *C2_B571 = NULL;
    +    EC_POINT *P, *Q, *R;
    +    BIGNUM *x, *y, *z, *cof;
    +    unsigned char buf[100];
    +    size_t i, len;
    +    int k;
    +
    +#  if 1                         /* optional */
    +    ctx = BN_CTX_new();
    +    if (!ctx)
    +        ABORT;
    +#  endif
    +
    +    p = BN_new();
    +    a = BN_new();
    +    b = BN_new();
    +    if (!p || !a || !b)
    +        ABORT;
    +
    +    if (!BN_hex2bn(&p, "13"))
    +        ABORT;
    +    if (!BN_hex2bn(&a, "3"))
    +        ABORT;
    +    if (!BN_hex2bn(&b, "1"))
    +        ABORT;
    +
    +    group = EC_GROUP_new(EC_GF2m_simple_method()); /* applications should use
    +                                                    * EC_GROUP_new_curve_GF2m
    +                                                    * so that the library gets
    +                                                    * to choose the EC_METHOD */
    +    if (!group)
    +        ABORT;
    +    if (!EC_GROUP_set_curve_GF2m(group, p, a, b, ctx))
    +        ABORT;
    +
    +    {
    +        EC_GROUP *tmp;
    +        tmp = EC_GROUP_new(EC_GROUP_method_of(group));
    +        if (!tmp)
    +            ABORT;
    +        if (!EC_GROUP_copy(tmp, group))
    +            ABORT;
    +        EC_GROUP_free(group);
    +        group = tmp;
    +    }
    +
    +    if (!EC_GROUP_get_curve_GF2m(group, p, a, b, ctx))
    +        ABORT;
    +
    +    fprintf(stdout,
    +            "Curve defined by Weierstrass equation\n     y^2 + x*y = x^3 + a*x^2 + b  (mod 0x");
    +    BN_print_fp(stdout, p);
    +    fprintf(stdout, ")\n     a = 0x");
    +    BN_print_fp(stdout, a);
    +    fprintf(stdout, "\n     b = 0x");
    +    BN_print_fp(stdout, b);
    +    fprintf(stdout, "\n(0x... means binary polynomial)\n");
    +
    +    P = EC_POINT_new(group);
    +    Q = EC_POINT_new(group);
    +    R = EC_POINT_new(group);
    +    if (!P || !Q || !R)
    +        ABORT;
    +
    +    if (!EC_POINT_set_to_infinity(group, P))
    +        ABORT;
    +    if (!EC_POINT_is_at_infinity(group, P))
    +        ABORT;
    +
    +    buf[0] = 0;
    +    if (!EC_POINT_oct2point(group, Q, buf, 1, ctx))
    +        ABORT;
    +
    +    if (!EC_POINT_add(group, P, P, Q, ctx))
    +        ABORT;
    +    if (!EC_POINT_is_at_infinity(group, P))
    +        ABORT;
    +
    +    x = BN_new();
    +    y = BN_new();
    +    z = BN_new();
    +    cof = BN_new();
    +    if (!x || !y || !z || !cof)
    +        ABORT;
    +
    +    if (!BN_hex2bn(&x, "6"))
    +        ABORT;
     /* Change test based on whether binary point compression is enabled or not. */
    -#ifdef OPENSSL_EC_BIN_PT_COMP
    -	if (!EC_POINT_set_compressed_coordinates_GF2m(group, Q, x, 1, ctx)) ABORT;
    -#else
    -	if (!BN_hex2bn(&y, "8")) ABORT;
    -	if (!EC_POINT_set_affine_coordinates_GF2m(group, Q, x, y, ctx)) ABORT;
    -#endif
    -	if (!EC_POINT_is_on_curve(group, Q, ctx))
    -		{
    +#  ifdef OPENSSL_EC_BIN_PT_COMP
    +    if (!EC_POINT_set_compressed_coordinates_GF2m(group, Q, x, 1, ctx))
    +        ABORT;
    +#  else
    +    if (!BN_hex2bn(&y, "8"))
    +        ABORT;
    +    if (!EC_POINT_set_affine_coordinates_GF2m(group, Q, x, y, ctx))
    +        ABORT;
    +#  endif
    +    if (!EC_POINT_is_on_curve(group, Q, ctx)) {
     /* Change test based on whether binary point compression is enabled or not. */
    -#ifdef OPENSSL_EC_BIN_PT_COMP
    -		if (!EC_POINT_get_affine_coordinates_GF2m(group, Q, x, y, ctx)) ABORT;
    -#endif
    -		fprintf(stderr, "Point is not on curve: x = 0x");
    -		BN_print_fp(stderr, x);
    -		fprintf(stderr, ", y = 0x");
    -		BN_print_fp(stderr, y);
    -		fprintf(stderr, "\n");
    -		ABORT;
    -		}
    -
    -	fprintf(stdout, "A cyclic subgroup:\n");
    -	k = 100;
    -	do
    -		{
    -		if (k-- == 0) ABORT;
    -
    -		if (EC_POINT_is_at_infinity(group, P))
    -			fprintf(stdout, "     point at infinity\n");
    -		else
    -			{
    -			if (!EC_POINT_get_affine_coordinates_GF2m(group, P, x, y, ctx)) ABORT;
    -
    -			fprintf(stdout, "     x = 0x");
    -			BN_print_fp(stdout, x);
    -			fprintf(stdout, ", y = 0x");
    -			BN_print_fp(stdout, y);
    -			fprintf(stdout, "\n");
    -			}
    -		
    -		if (!EC_POINT_copy(R, P)) ABORT;
    -		if (!EC_POINT_add(group, P, P, Q, ctx)) ABORT;
    -		}
    -	while (!EC_POINT_is_at_infinity(group, P));
    -
    -	if (!EC_POINT_add(group, P, Q, R, ctx)) ABORT;
    -	if (!EC_POINT_is_at_infinity(group, P)) ABORT;
    +#  ifdef OPENSSL_EC_BIN_PT_COMP
    +        if (!EC_POINT_get_affine_coordinates_GF2m(group, Q, x, y, ctx))
    +            ABORT;
    +#  endif
    +        fprintf(stderr, "Point is not on curve: x = 0x");
    +        BN_print_fp(stderr, x);
    +        fprintf(stderr, ", y = 0x");
    +        BN_print_fp(stderr, y);
    +        fprintf(stderr, "\n");
    +        ABORT;
    +    }
    +
    +    fprintf(stdout, "A cyclic subgroup:\n");
    +    k = 100;
    +    do {
    +        if (k-- == 0)
    +            ABORT;
    +
    +        if (EC_POINT_is_at_infinity(group, P))
    +            fprintf(stdout, "     point at infinity\n");
    +        else {
    +            if (!EC_POINT_get_affine_coordinates_GF2m(group, P, x, y, ctx))
    +                ABORT;
    +
    +            fprintf(stdout, "     x = 0x");
    +            BN_print_fp(stdout, x);
    +            fprintf(stdout, ", y = 0x");
    +            BN_print_fp(stdout, y);
    +            fprintf(stdout, "\n");
    +        }
    +
    +        if (!EC_POINT_copy(R, P))
    +            ABORT;
    +        if (!EC_POINT_add(group, P, P, Q, ctx))
    +            ABORT;
    +    }
    +    while (!EC_POINT_is_at_infinity(group, P));
    +
    +    if (!EC_POINT_add(group, P, Q, R, ctx))
    +        ABORT;
    +    if (!EC_POINT_is_at_infinity(group, P))
    +        ABORT;
     
     /* Change test based on whether binary point compression is enabled or not. */
    -#ifdef OPENSSL_EC_BIN_PT_COMP
    -	len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_COMPRESSED, buf, sizeof buf, ctx);
    -	if (len == 0) ABORT;
    -	if (!EC_POINT_oct2point(group, P, buf, len, ctx)) ABORT;
    -	if (0 != EC_POINT_cmp(group, P, Q, ctx)) ABORT;
    -	fprintf(stdout, "Generator as octet string, compressed form:\n     ");
    -	for (i = 0; i < len; i++) fprintf(stdout, "%02X", buf[i]);
    -#endif
    -	
    -	len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_UNCOMPRESSED, buf, sizeof buf, ctx);
    -	if (len == 0) ABORT;
    -	if (!EC_POINT_oct2point(group, P, buf, len, ctx)) ABORT;
    -	if (0 != EC_POINT_cmp(group, P, Q, ctx)) ABORT;
    -	fprintf(stdout, "\nGenerator as octet string, uncompressed form:\n     ");
    -	for (i = 0; i < len; i++) fprintf(stdout, "%02X", buf[i]);
    -	
    -/* Change test based on whether binary point compression is enabled or not. */
    -#ifdef OPENSSL_EC_BIN_PT_COMP
    -	len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_HYBRID, buf, sizeof buf, ctx);
    -	if (len == 0) ABORT;
    -	if (!EC_POINT_oct2point(group, P, buf, len, ctx)) ABORT;
    -	if (0 != EC_POINT_cmp(group, P, Q, ctx)) ABORT;
    -	fprintf(stdout, "\nGenerator as octet string, hybrid form:\n     ");
    -	for (i = 0; i < len; i++) fprintf(stdout, "%02X", buf[i]);
    -#endif
    -
    -	fprintf(stdout, "\n");
    -	
    -	if (!EC_POINT_invert(group, P, ctx)) ABORT;
    -	if (0 != EC_POINT_cmp(group, P, R, ctx)) ABORT;
    -
    -
    -	/* Curve K-163 (FIPS PUB 186-2, App. 6) */
    -	CHAR2_CURVE_TEST
    -		(
    -		"NIST curve K-163",
    -		"0800000000000000000000000000000000000000C9",
    -		"1",
    -		"1",
    -		"02FE13C0537BBC11ACAA07D793DE4E6D5E5C94EEE8",
    -		"0289070FB05D38FF58321F2E800536D538CCDAA3D9",
    -		1,
    -		"04000000000000000000020108A2E0CC0D99F8A5EF",
    -		"2",
    -		163,
    -		C2_K163
    -		);
    -
    -	/* Curve B-163 (FIPS PUB 186-2, App. 6) */
    -	CHAR2_CURVE_TEST
    -		(
    -		"NIST curve B-163",
    -		"0800000000000000000000000000000000000000C9",
    -		"1",
    -		"020A601907B8C953CA1481EB10512F78744A3205FD",
    -		"03F0EBA16286A2D57EA0991168D4994637E8343E36",
    -		"00D51FBC6C71A0094FA2CDD545B11C5C0C797324F1",
    -		1,
    -		"040000000000000000000292FE77E70C12A4234C33",
    -		"2",
    -		163,
    -		C2_B163
    -		);
    -
    -	/* Curve K-233 (FIPS PUB 186-2, App. 6) */
    -	CHAR2_CURVE_TEST
    -		(
    -		"NIST curve K-233",
    -		"020000000000000000000000000000000000000004000000000000000001",
    -		"0",
    -		"1",
    -		"017232BA853A7E731AF129F22FF4149563A419C26BF50A4C9D6EEFAD6126",
    -		"01DB537DECE819B7F70F555A67C427A8CD9BF18AEB9B56E0C11056FAE6A3",
    -		0,
    -		"008000000000000000000000000000069D5BB915BCD46EFB1AD5F173ABDF",
    -		"4",
    -		233,
    -		C2_K233
    -		);
    -
    -	/* Curve B-233 (FIPS PUB 186-2, App. 6) */
    -	CHAR2_CURVE_TEST
    -		(
    -		"NIST curve B-233",
    -		"020000000000000000000000000000000000000004000000000000000001",
    -		"000000000000000000000000000000000000000000000000000000000001",
    -		"0066647EDE6C332C7F8C0923BB58213B333B20E9CE4281FE115F7D8F90AD",
    -		"00FAC9DFCBAC8313BB2139F1BB755FEF65BC391F8B36F8F8EB7371FD558B",
    -		"01006A08A41903350678E58528BEBF8A0BEFF867A7CA36716F7E01F81052",
    -		1,
    -		"01000000000000000000000000000013E974E72F8A6922031D2603CFE0D7",
    -		"2",
    -		233,
    -		C2_B233
    -		);
    -
    -	/* Curve K-283 (FIPS PUB 186-2, App. 6) */
    -	CHAR2_CURVE_TEST
    -		(
    -		"NIST curve K-283",
    -		"0800000000000000000000000000000000000000000000000000000000000000000010A1",
    -		"0",
    -		"1",
    -		"0503213F78CA44883F1A3B8162F188E553CD265F23C1567A16876913B0C2AC2458492836",
    -		"01CCDA380F1C9E318D90F95D07E5426FE87E45C0E8184698E45962364E34116177DD2259",
    -		0,
    -		"01FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE9AE2ED07577265DFF7F94451E061E163C61",
    -		"4",
    -		283,
    -		C2_K283
    -		);
    -
    -	/* Curve B-283 (FIPS PUB 186-2, App. 6) */
    -	CHAR2_CURVE_TEST
    -		(
    -		"NIST curve B-283",
    -		"0800000000000000000000000000000000000000000000000000000000000000000010A1",
    -		"000000000000000000000000000000000000000000000000000000000000000000000001",
    -		"027B680AC8B8596DA5A4AF8A19A0303FCA97FD7645309FA2A581485AF6263E313B79A2F5",
    -		"05F939258DB7DD90E1934F8C70B0DFEC2EED25B8557EAC9C80E2E198F8CDBECD86B12053",
    -		"03676854FE24141CB98FE6D4B20D02B4516FF702350EDDB0826779C813F0DF45BE8112F4",
    -		1,
    -		"03FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEF90399660FC938A90165B042A7CEFADB307",
    -		"2",
    -		283,
    -		C2_B283
    -		);
    -
    -	/* Curve K-409 (FIPS PUB 186-2, App. 6) */
    -	CHAR2_CURVE_TEST
    -		(
    -		"NIST curve K-409",
    -		"02000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000001",
    -		"0",
    -		"1",
    -		"0060F05F658F49C1AD3AB1890F7184210EFD0987E307C84C27ACCFB8F9F67CC2C460189EB5AAAA62EE222EB1B35540CFE9023746",
    -		"01E369050B7C4E42ACBA1DACBF04299C3460782F918EA427E6325165E9EA10E3DA5F6C42E9C55215AA9CA27A5863EC48D8E0286B",
    -		1,
    -		"007FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE5F83B2D4EA20400EC4557D5ED3E3E7CA5B4B5C83B8E01E5FCF",
    -		"4",
    -		409,
    -		C2_K409
    -		);
    -
    -	/* Curve B-409 (FIPS PUB 186-2, App. 6) */
    -	CHAR2_CURVE_TEST
    -		(
    -		"NIST curve B-409",
    -		"02000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000001",
    -		"00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001",
    -		"0021A5C2C8EE9FEB5C4B9A753B7B476B7FD6422EF1F3DD674761FA99D6AC27C8A9A197B272822F6CD57A55AA4F50AE317B13545F",
    -		"015D4860D088DDB3496B0C6064756260441CDE4AF1771D4DB01FFE5B34E59703DC255A868A1180515603AEAB60794E54BB7996A7",
    -		"0061B1CFAB6BE5F32BBFA78324ED106A7636B9C5A7BD198D0158AA4F5488D08F38514F1FDF4B4F40D2181B3681C364BA0273C706",
    -		1,
    -		"010000000000000000000000000000000000000000000000000001E2AAD6A612F33307BE5FA47C3C9E052F838164CD37D9A21173",
    -		"2",
    -		409,
    -		C2_B409
    -		);
    -
    -	/* Curve K-571 (FIPS PUB 186-2, App. 6) */
    -	CHAR2_CURVE_TEST
    -		(
    -		"NIST curve K-571",
    -		"80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000425",
    -		"0",
    -		"1",
    -		"026EB7A859923FBC82189631F8103FE4AC9CA2970012D5D46024804801841CA44370958493B205E647DA304DB4CEB08CBBD1BA39494776FB988B47174DCA88C7E2945283A01C8972",
    -		"0349DC807F4FBF374F4AEADE3BCA95314DD58CEC9F307A54FFC61EFC006D8A2C9D4979C0AC44AEA74FBEBBB9F772AEDCB620B01A7BA7AF1B320430C8591984F601CD4C143EF1C7A3",
    -		0,
    -		"020000000000000000000000000000000000000000000000000000000000000000000000131850E1F19A63E4B391A8DB917F4138B630D84BE5D639381E91DEB45CFE778F637C1001",
    -		"4",
    -		571,
    -		C2_K571
    -		);
    -
    -	/* Curve B-571 (FIPS PUB 186-2, App. 6) */
    -	CHAR2_CURVE_TEST
    -		(
    -		"NIST curve B-571",
    -		"80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000425",
    -		"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001",
    -		"02F40E7E2221F295DE297117B7F3D62F5C6A97FFCB8CEFF1CD6BA8CE4A9A18AD84FFABBD8EFA59332BE7AD6756A66E294AFD185A78FF12AA520E4DE739BACA0C7FFEFF7F2955727A",
    -		"0303001D34B856296C16C0D40D3CD7750A93D1D2955FA80AA5F40FC8DB7B2ABDBDE53950F4C0D293CDD711A35B67FB1499AE60038614F1394ABFA3B4C850D927E1E7769C8EEC2D19",
    -		"037BF27342DA639B6DCCFFFEB73D69D78C6C27A6009CBBCA1980F8533921E8A684423E43BAB08A576291AF8F461BB2A8B3531D2F0485C19B16E2F1516E23DD3C1A4827AF1B8AC15B",
    -		1,
    -		"03FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE661CE18FF55987308059B186823851EC7DD9CA1161DE93D5174D66E8382E9BB2FE84E47",
    -		"2",
    -		571,
    -		C2_B571
    -		);
    -
    -	/* more tests using the last curve */
    -
    -	if (!EC_POINT_copy(Q, P)) ABORT;
    -	if (EC_POINT_is_at_infinity(group, Q)) ABORT;
    -	if (!EC_POINT_dbl(group, P, P, ctx)) ABORT;
    -	if (!EC_POINT_is_on_curve(group, P, ctx)) ABORT;
    -	if (!EC_POINT_invert(group, Q, ctx)) ABORT; /* P = -2Q */
    -
    -	if (!EC_POINT_add(group, R, P, Q, ctx)) ABORT;
    -	if (!EC_POINT_add(group, R, R, Q, ctx)) ABORT;
    -	if (!EC_POINT_is_at_infinity(group, R)) ABORT; /* R = P + 2Q */
    -
    -	{
    -		const EC_POINT *points[3];
    -		const BIGNUM *scalars[3];
    -	
    -		if (EC_POINT_is_at_infinity(group, Q)) ABORT;
    -		points[0] = Q;
    -		points[1] = Q;
    -		points[2] = Q;
    -
    -		if (!BN_add(y, z, BN_value_one())) ABORT;
    -		if (BN_is_odd(y)) ABORT;
    -		if (!BN_rshift1(y, y)) ABORT;
    -		scalars[0] = y; /* (group order + 1)/2,  so  y*Q + y*Q = Q */
    -		scalars[1] = y;
    -
    -		fprintf(stdout, "combined multiplication ...");
    -		fflush(stdout);
    -
    -		/* z is still the group order */
    -		if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) ABORT;
    -		if (!EC_POINTs_mul(group, R, z, 2, points, scalars, ctx)) ABORT;
    -		if (0 != EC_POINT_cmp(group, P, R, ctx)) ABORT;
    -		if (0 != EC_POINT_cmp(group, R, Q, ctx)) ABORT;
    -
    -		fprintf(stdout, ".");
    -		fflush(stdout);
    -
    -		if (!BN_pseudo_rand(y, BN_num_bits(y), 0, 0)) ABORT;
    -		if (!BN_add(z, z, y)) ABORT;
    -		BN_set_negative(z, 1);
    -		scalars[0] = y;
    -		scalars[1] = z; /* z = -(order + y) */
    -
    -		if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) ABORT;
    -		if (!EC_POINT_is_at_infinity(group, P)) ABORT;
    -
    -		fprintf(stdout, ".");
    -		fflush(stdout);
    -
    -		if (!BN_pseudo_rand(x, BN_num_bits(y) - 1, 0, 0)) ABORT;
    -		if (!BN_add(z, x, y)) ABORT;
    -		BN_set_negative(z, 1);
    -		scalars[0] = x;
    -		scalars[1] = y;
    -		scalars[2] = z; /* z = -(x+y) */
    -
    -		if (!EC_POINTs_mul(group, P, NULL, 3, points, scalars, ctx)) ABORT;
    -		if (!EC_POINT_is_at_infinity(group, P)) ABORT;
    -
    -		fprintf(stdout, " ok\n\n");
    -	}
    -
    -
    -#if 0
    -	timings(C2_K163, TIMING_BASE_PT, ctx);
    -	timings(C2_K163, TIMING_RAND_PT, ctx);
    -	timings(C2_K163, TIMING_SIMUL, ctx);
    -	timings(C2_B163, TIMING_BASE_PT, ctx);
    -	timings(C2_B163, TIMING_RAND_PT, ctx);
    -	timings(C2_B163, TIMING_SIMUL, ctx);
    -	timings(C2_K233, TIMING_BASE_PT, ctx);
    -	timings(C2_K233, TIMING_RAND_PT, ctx);
    -	timings(C2_K233, TIMING_SIMUL, ctx);
    -	timings(C2_B233, TIMING_BASE_PT, ctx);
    -	timings(C2_B233, TIMING_RAND_PT, ctx);
    -	timings(C2_B233, TIMING_SIMUL, ctx);
    -	timings(C2_K283, TIMING_BASE_PT, ctx);
    -	timings(C2_K283, TIMING_RAND_PT, ctx);
    -	timings(C2_K283, TIMING_SIMUL, ctx);
    -	timings(C2_B283, TIMING_BASE_PT, ctx);
    -	timings(C2_B283, TIMING_RAND_PT, ctx);
    -	timings(C2_B283, TIMING_SIMUL, ctx);
    -	timings(C2_K409, TIMING_BASE_PT, ctx);
    -	timings(C2_K409, TIMING_RAND_PT, ctx);
    -	timings(C2_K409, TIMING_SIMUL, ctx);
    -	timings(C2_B409, TIMING_BASE_PT, ctx);
    -	timings(C2_B409, TIMING_RAND_PT, ctx);
    -	timings(C2_B409, TIMING_SIMUL, ctx);
    -	timings(C2_K571, TIMING_BASE_PT, ctx);
    -	timings(C2_K571, TIMING_RAND_PT, ctx);
    -	timings(C2_K571, TIMING_SIMUL, ctx);
    -	timings(C2_B571, TIMING_BASE_PT, ctx);
    -	timings(C2_B571, TIMING_RAND_PT, ctx);
    -	timings(C2_B571, TIMING_SIMUL, ctx);
    -#endif
    +#  ifdef OPENSSL_EC_BIN_PT_COMP
    +    len =
    +        EC_POINT_point2oct(group, Q, POINT_CONVERSION_COMPRESSED, buf,
    +                           sizeof buf, ctx);
    +    if (len == 0)
    +        ABORT;
    +    if (!EC_POINT_oct2point(group, P, buf, len, ctx))
    +        ABORT;
    +    if (0 != EC_POINT_cmp(group, P, Q, ctx))
    +        ABORT;
    +    fprintf(stdout, "Generator as octet string, compressed form:\n     ");
    +    for (i = 0; i < len; i++)
    +        fprintf(stdout, "%02X", buf[i]);
    +#  endif
    +
    +    len =
    +        EC_POINT_point2oct(group, Q, POINT_CONVERSION_UNCOMPRESSED, buf,
    +                           sizeof buf, ctx);
    +    if (len == 0)
    +        ABORT;
    +    if (!EC_POINT_oct2point(group, P, buf, len, ctx))
    +        ABORT;
    +    if (0 != EC_POINT_cmp(group, P, Q, ctx))
    +        ABORT;
    +    fprintf(stdout, "\nGenerator as octet string, uncompressed form:\n     ");
    +    for (i = 0; i < len; i++)
    +        fprintf(stdout, "%02X", buf[i]);
     
    -
    -	if (ctx)
    -		BN_CTX_free(ctx);
    -	BN_free(p); BN_free(a);	BN_free(b);
    -	EC_GROUP_free(group);
    -	EC_POINT_free(P);
    -	EC_POINT_free(Q);
    -	EC_POINT_free(R);
    -	BN_free(x); BN_free(y); BN_free(z); BN_free(cof);
    -
    -	if (C2_K163) EC_GROUP_free(C2_K163);
    -	if (C2_B163) EC_GROUP_free(C2_B163);
    -	if (C2_K233) EC_GROUP_free(C2_K233);
    -	if (C2_B233) EC_GROUP_free(C2_B233);
    -	if (C2_K283) EC_GROUP_free(C2_K283);
    -	if (C2_B283) EC_GROUP_free(C2_B283);
    -	if (C2_K409) EC_GROUP_free(C2_K409);
    -	if (C2_B409) EC_GROUP_free(C2_B409);
    -	if (C2_K571) EC_GROUP_free(C2_K571);
    -	if (C2_B571) EC_GROUP_free(C2_B571);
    -
    -	}
    -#endif
    +/* Change test based on whether binary point compression is enabled or not. */
    +#  ifdef OPENSSL_EC_BIN_PT_COMP
    +    len =
    +        EC_POINT_point2oct(group, Q, POINT_CONVERSION_HYBRID, buf, sizeof buf,
    +                           ctx);
    +    if (len == 0)
    +        ABORT;
    +    if (!EC_POINT_oct2point(group, P, buf, len, ctx))
    +        ABORT;
    +    if (0 != EC_POINT_cmp(group, P, Q, ctx))
    +        ABORT;
    +    fprintf(stdout, "\nGenerator as octet string, hybrid form:\n     ");
    +    for (i = 0; i < len; i++)
    +        fprintf(stdout, "%02X", buf[i]);
    +#  endif
    +
    +    fprintf(stdout, "\n");
    +
    +    if (!EC_POINT_invert(group, P, ctx))
    +        ABORT;
    +    if (0 != EC_POINT_cmp(group, P, R, ctx))
    +        ABORT;
    +
    +    /* Curve K-163 (FIPS PUB 186-2, App. 6) */
    +    CHAR2_CURVE_TEST
    +        ("NIST curve K-163",
    +         "0800000000000000000000000000000000000000C9",
    +         "1",
    +         "1",
    +         "02FE13C0537BBC11ACAA07D793DE4E6D5E5C94EEE8",
    +         "0289070FB05D38FF58321F2E800536D538CCDAA3D9",
    +         1, "04000000000000000000020108A2E0CC0D99F8A5EF", "2", 163, C2_K163);
    +
    +    /* Curve B-163 (FIPS PUB 186-2, App. 6) */
    +    CHAR2_CURVE_TEST
    +        ("NIST curve B-163",
    +         "0800000000000000000000000000000000000000C9",
    +         "1",
    +         "020A601907B8C953CA1481EB10512F78744A3205FD",
    +         "03F0EBA16286A2D57EA0991168D4994637E8343E36",
    +         "00D51FBC6C71A0094FA2CDD545B11C5C0C797324F1",
    +         1, "040000000000000000000292FE77E70C12A4234C33", "2", 163, C2_B163);
    +
    +    /* Curve K-233 (FIPS PUB 186-2, App. 6) */
    +    CHAR2_CURVE_TEST
    +        ("NIST curve K-233",
    +         "020000000000000000000000000000000000000004000000000000000001",
    +         "0",
    +         "1",
    +         "017232BA853A7E731AF129F22FF4149563A419C26BF50A4C9D6EEFAD6126",
    +         "01DB537DECE819B7F70F555A67C427A8CD9BF18AEB9B56E0C11056FAE6A3",
    +         0,
    +         "008000000000000000000000000000069D5BB915BCD46EFB1AD5F173ABDF",
    +         "4", 233, C2_K233);
    +
    +    /* Curve B-233 (FIPS PUB 186-2, App. 6) */
    +    CHAR2_CURVE_TEST
    +        ("NIST curve B-233",
    +         "020000000000000000000000000000000000000004000000000000000001",
    +         "000000000000000000000000000000000000000000000000000000000001",
    +         "0066647EDE6C332C7F8C0923BB58213B333B20E9CE4281FE115F7D8F90AD",
    +         "00FAC9DFCBAC8313BB2139F1BB755FEF65BC391F8B36F8F8EB7371FD558B",
    +         "01006A08A41903350678E58528BEBF8A0BEFF867A7CA36716F7E01F81052",
    +         1,
    +         "01000000000000000000000000000013E974E72F8A6922031D2603CFE0D7",
    +         "2", 233, C2_B233);
    +
    +    /* Curve K-283 (FIPS PUB 186-2, App. 6) */
    +    CHAR2_CURVE_TEST
    +        ("NIST curve K-283",
    +         "0800000000000000000000000000000000000000000000000000000000000000000010A1",
    +         "0",
    +         "1",
    +         "0503213F78CA44883F1A3B8162F188E553CD265F23C1567A16876913B0C2AC2458492836",
    +         "01CCDA380F1C9E318D90F95D07E5426FE87E45C0E8184698E45962364E34116177DD2259",
    +         0,
    +         "01FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE9AE2ED07577265DFF7F94451E061E163C61",
    +         "4", 283, C2_K283);
    +
    +    /* Curve B-283 (FIPS PUB 186-2, App. 6) */
    +    CHAR2_CURVE_TEST
    +        ("NIST curve B-283",
    +         "0800000000000000000000000000000000000000000000000000000000000000000010A1",
    +         "000000000000000000000000000000000000000000000000000000000000000000000001",
    +         "027B680AC8B8596DA5A4AF8A19A0303FCA97FD7645309FA2A581485AF6263E313B79A2F5",
    +         "05F939258DB7DD90E1934F8C70B0DFEC2EED25B8557EAC9C80E2E198F8CDBECD86B12053",
    +         "03676854FE24141CB98FE6D4B20D02B4516FF702350EDDB0826779C813F0DF45BE8112F4",
    +         1,
    +         "03FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEF90399660FC938A90165B042A7CEFADB307",
    +         "2", 283, C2_B283);
    +
    +    /* Curve K-409 (FIPS PUB 186-2, App. 6) */
    +    CHAR2_CURVE_TEST
    +        ("NIST curve K-409",
    +         "02000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000001",
    +         "0",
    +         "1",
    +         "0060F05F658F49C1AD3AB1890F7184210EFD0987E307C84C27ACCFB8F9F67CC2C460189EB5AAAA62EE222EB1B35540CFE9023746",
    +         "01E369050B7C4E42ACBA1DACBF04299C3460782F918EA427E6325165E9EA10E3DA5F6C42E9C55215AA9CA27A5863EC48D8E0286B",
    +         1,
    +         "007FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE5F83B2D4EA20400EC4557D5ED3E3E7CA5B4B5C83B8E01E5FCF",
    +         "4", 409, C2_K409);
    +
    +    /* Curve B-409 (FIPS PUB 186-2, App. 6) */
    +    CHAR2_CURVE_TEST
    +        ("NIST curve B-409",
    +         "02000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000001",
    +         "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001",
    +         "0021A5C2C8EE9FEB5C4B9A753B7B476B7FD6422EF1F3DD674761FA99D6AC27C8A9A197B272822F6CD57A55AA4F50AE317B13545F",
    +         "015D4860D088DDB3496B0C6064756260441CDE4AF1771D4DB01FFE5B34E59703DC255A868A1180515603AEAB60794E54BB7996A7",
    +         "0061B1CFAB6BE5F32BBFA78324ED106A7636B9C5A7BD198D0158AA4F5488D08F38514F1FDF4B4F40D2181B3681C364BA0273C706",
    +         1,
    +         "010000000000000000000000000000000000000000000000000001E2AAD6A612F33307BE5FA47C3C9E052F838164CD37D9A21173",
    +         "2", 409, C2_B409);
    +
    +    /* Curve K-571 (FIPS PUB 186-2, App. 6) */
    +    CHAR2_CURVE_TEST
    +        ("NIST curve K-571",
    +         "80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000425",
    +         "0",
    +         "1",
    +         "026EB7A859923FBC82189631F8103FE4AC9CA2970012D5D46024804801841CA44370958493B205E647DA304DB4CEB08CBBD1BA39494776FB988B47174DCA88C7E2945283A01C8972",
    +         "0349DC807F4FBF374F4AEADE3BCA95314DD58CEC9F307A54FFC61EFC006D8A2C9D4979C0AC44AEA74FBEBBB9F772AEDCB620B01A7BA7AF1B320430C8591984F601CD4C143EF1C7A3",
    +         0,
    +         "020000000000000000000000000000000000000000000000000000000000000000000000131850E1F19A63E4B391A8DB917F4138B630D84BE5D639381E91DEB45CFE778F637C1001",
    +         "4", 571, C2_K571);
    +
    +    /* Curve B-571 (FIPS PUB 186-2, App. 6) */
    +    CHAR2_CURVE_TEST
    +        ("NIST curve B-571",
    +         "80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000425",
    +         "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001",
    +         "02F40E7E2221F295DE297117B7F3D62F5C6A97FFCB8CEFF1CD6BA8CE4A9A18AD84FFABBD8EFA59332BE7AD6756A66E294AFD185A78FF12AA520E4DE739BACA0C7FFEFF7F2955727A",
    +         "0303001D34B856296C16C0D40D3CD7750A93D1D2955FA80AA5F40FC8DB7B2ABDBDE53950F4C0D293CDD711A35B67FB1499AE60038614F1394ABFA3B4C850D927E1E7769C8EEC2D19",
    +         "037BF27342DA639B6DCCFFFEB73D69D78C6C27A6009CBBCA1980F8533921E8A684423E43BAB08A576291AF8F461BB2A8B3531D2F0485C19B16E2F1516E23DD3C1A4827AF1B8AC15B",
    +         1,
    +         "03FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE661CE18FF55987308059B186823851EC7DD9CA1161DE93D5174D66E8382E9BB2FE84E47",
    +         "2", 571, C2_B571);
    +
    +    /* more tests using the last curve */
    +
    +    if (!EC_POINT_copy(Q, P))
    +        ABORT;
    +    if (EC_POINT_is_at_infinity(group, Q))
    +        ABORT;
    +    if (!EC_POINT_dbl(group, P, P, ctx))
    +        ABORT;
    +    if (!EC_POINT_is_on_curve(group, P, ctx))
    +        ABORT;
    +    if (!EC_POINT_invert(group, Q, ctx))
    +        ABORT;                  /* P = -2Q */
    +
    +    if (!EC_POINT_add(group, R, P, Q, ctx))
    +        ABORT;
    +    if (!EC_POINT_add(group, R, R, Q, ctx))
    +        ABORT;
    +    if (!EC_POINT_is_at_infinity(group, R))
    +        ABORT;                  /* R = P + 2Q */
    +
    +    {
    +        const EC_POINT *points[3];
    +        const BIGNUM *scalars[3];
    +
    +        if (EC_POINT_is_at_infinity(group, Q))
    +            ABORT;
    +        points[0] = Q;
    +        points[1] = Q;
    +        points[2] = Q;
    +
    +        if (!BN_add(y, z, BN_value_one()))
    +            ABORT;
    +        if (BN_is_odd(y))
    +            ABORT;
    +        if (!BN_rshift1(y, y))
    +            ABORT;
    +        scalars[0] = y;         /* (group order + 1)/2, so y*Q + y*Q = Q */
    +        scalars[1] = y;
    +
    +        fprintf(stdout, "combined multiplication ...");
    +        fflush(stdout);
    +
    +        /* z is still the group order */
    +        if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx))
    +            ABORT;
    +        if (!EC_POINTs_mul(group, R, z, 2, points, scalars, ctx))
    +            ABORT;
    +        if (0 != EC_POINT_cmp(group, P, R, ctx))
    +            ABORT;
    +        if (0 != EC_POINT_cmp(group, R, Q, ctx))
    +            ABORT;
    +
    +        fprintf(stdout, ".");
    +        fflush(stdout);
    +
    +        if (!BN_pseudo_rand(y, BN_num_bits(y), 0, 0))
    +            ABORT;
    +        if (!BN_add(z, z, y))
    +            ABORT;
    +        BN_set_negative(z, 1);
    +        scalars[0] = y;
    +        scalars[1] = z;         /* z = -(order + y) */
    +
    +        if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx))
    +            ABORT;
    +        if (!EC_POINT_is_at_infinity(group, P))
    +            ABORT;
    +
    +        fprintf(stdout, ".");
    +        fflush(stdout);
    +
    +        if (!BN_pseudo_rand(x, BN_num_bits(y) - 1, 0, 0))
    +            ABORT;
    +        if (!BN_add(z, x, y))
    +            ABORT;
    +        BN_set_negative(z, 1);
    +        scalars[0] = x;
    +        scalars[1] = y;
    +        scalars[2] = z;         /* z = -(x+y) */
    +
    +        if (!EC_POINTs_mul(group, P, NULL, 3, points, scalars, ctx))
    +            ABORT;
    +        if (!EC_POINT_is_at_infinity(group, P))
    +            ABORT;
    +
    +        fprintf(stdout, " ok\n\n");
    +    }
    +
    +#  if 0
    +    timings(C2_K163, TIMING_BASE_PT, ctx);
    +    timings(C2_K163, TIMING_RAND_PT, ctx);
    +    timings(C2_K163, TIMING_SIMUL, ctx);
    +    timings(C2_B163, TIMING_BASE_PT, ctx);
    +    timings(C2_B163, TIMING_RAND_PT, ctx);
    +    timings(C2_B163, TIMING_SIMUL, ctx);
    +    timings(C2_K233, TIMING_BASE_PT, ctx);
    +    timings(C2_K233, TIMING_RAND_PT, ctx);
    +    timings(C2_K233, TIMING_SIMUL, ctx);
    +    timings(C2_B233, TIMING_BASE_PT, ctx);
    +    timings(C2_B233, TIMING_RAND_PT, ctx);
    +    timings(C2_B233, TIMING_SIMUL, ctx);
    +    timings(C2_K283, TIMING_BASE_PT, ctx);
    +    timings(C2_K283, TIMING_RAND_PT, ctx);
    +    timings(C2_K283, TIMING_SIMUL, ctx);
    +    timings(C2_B283, TIMING_BASE_PT, ctx);
    +    timings(C2_B283, TIMING_RAND_PT, ctx);
    +    timings(C2_B283, TIMING_SIMUL, ctx);
    +    timings(C2_K409, TIMING_BASE_PT, ctx);
    +    timings(C2_K409, TIMING_RAND_PT, ctx);
    +    timings(C2_K409, TIMING_SIMUL, ctx);
    +    timings(C2_B409, TIMING_BASE_PT, ctx);
    +    timings(C2_B409, TIMING_RAND_PT, ctx);
    +    timings(C2_B409, TIMING_SIMUL, ctx);
    +    timings(C2_K571, TIMING_BASE_PT, ctx);
    +    timings(C2_K571, TIMING_RAND_PT, ctx);
    +    timings(C2_K571, TIMING_SIMUL, ctx);
    +    timings(C2_B571, TIMING_BASE_PT, ctx);
    +    timings(C2_B571, TIMING_RAND_PT, ctx);
    +    timings(C2_B571, TIMING_SIMUL, ctx);
    +#  endif
    +
    +    if (ctx)
    +        BN_CTX_free(ctx);
    +    BN_free(p);
    +    BN_free(a);
    +    BN_free(b);
    +    EC_GROUP_free(group);
    +    EC_POINT_free(P);
    +    EC_POINT_free(Q);
    +    EC_POINT_free(R);
    +    BN_free(x);
    +    BN_free(y);
    +    BN_free(z);
    +    BN_free(cof);
    +
    +    if (C2_K163)
    +        EC_GROUP_free(C2_K163);
    +    if (C2_B163)
    +        EC_GROUP_free(C2_B163);
    +    if (C2_K233)
    +        EC_GROUP_free(C2_K233);
    +    if (C2_B233)
    +        EC_GROUP_free(C2_B233);
    +    if (C2_K283)
    +        EC_GROUP_free(C2_K283);
    +    if (C2_B283)
    +        EC_GROUP_free(C2_B283);
    +    if (C2_K409)
    +        EC_GROUP_free(C2_K409);
    +    if (C2_B409)
    +        EC_GROUP_free(C2_B409);
    +    if (C2_K571)
    +        EC_GROUP_free(C2_K571);
    +    if (C2_B571)
    +        EC_GROUP_free(C2_B571);
    +
    +}
    +# endif
     
     static void internal_curve_test(void)
    -	{
    -	EC_builtin_curve *curves = NULL;
    -	size_t crv_len = 0, n = 0;
    -	int    ok = 1;
    -
    -	crv_len = EC_get_builtin_curves(NULL, 0);
    -
    -	curves = OPENSSL_malloc(sizeof(EC_builtin_curve) * crv_len);
    -
    -	if (curves == NULL)
    -		return;
    -
    -	if (!EC_get_builtin_curves(curves, crv_len))
    -		{
    -		OPENSSL_free(curves);
    -		return;
    -		}
    -
    -	fprintf(stdout, "testing internal curves: ");
    -		
    -	for (n = 0; n < crv_len; n++)
    -		{
    -		EC_GROUP *group = NULL;
    -		int nid = curves[n].nid;
    -		if ((group = EC_GROUP_new_by_curve_name(nid)) == NULL)
    -			{
    -			ok = 0;
    -			fprintf(stdout, "\nEC_GROUP_new_curve_name() failed with"
    -				" curve %s\n", OBJ_nid2sn(nid));
    -			/* try next curve */
    -			continue;
    -			}
    -		if (!EC_GROUP_check(group, NULL))
    -			{
    -			ok = 0;
    -			fprintf(stdout, "\nEC_GROUP_check() failed with"
    -				" curve %s\n", OBJ_nid2sn(nid));
    -			EC_GROUP_free(group);
    -			/* try the next curve */
    -			continue;
    -			}
    -		fprintf(stdout, ".");
    -		fflush(stdout);
    -		EC_GROUP_free(group);
    -		}
    -	if (ok)
    -		fprintf(stdout, " ok\n\n");
    -	else
    -		{
    -		fprintf(stdout, " failed\n\n");
    -		ABORT;
    -		}
    -	OPENSSL_free(curves);
    -	return;
    -	}
    -
    -#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
    -/* nistp_test_params contains magic numbers for testing our optimized
    - * implementations of several NIST curves with characteristic > 3. */
    -struct nistp_test_params
    -	{
    -	const EC_METHOD* (*meth) ();
    -	int degree;
    -	/* Qx, Qy and D are taken from
    -	 * http://csrc.nist.gov/groups/ST/toolkit/documents/Examples/ECDSA_Prime.pdf
    -	 * Otherwise, values are standard curve parameters from FIPS 180-3 */
    -	const char *p, *a, *b, *Qx, *Qy, *Gx, *Gy, *order, *d;
    -	};
    -
    -static const struct nistp_test_params nistp_tests_params[] =
    -	{
    -		{
    -		/* P-224 */
    -		EC_GFp_nistp224_method,
    -		224,
    -		"FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000001", /* p */
    -		"FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFE", /* a */
    -		"B4050A850C04B3ABF54132565044B0B7D7BFD8BA270B39432355FFB4", /* b */
    -		"E84FB0B8E7000CB657D7973CF6B42ED78B301674276DF744AF130B3E", /* Qx */
    -		"4376675C6FC5612C21A0FF2D2A89D2987DF7A2BC52183B5982298555", /* Qy */
    -		"B70E0CBD6BB4BF7F321390B94A03C1D356C21122343280D6115C1D21", /* Gx */
    -		"BD376388B5F723FB4C22DFE6CD4375A05A07476444D5819985007E34", /* Gy */
    -		"FFFFFFFFFFFFFFFFFFFFFFFFFFFF16A2E0B8F03E13DD29455C5C2A3D", /* order */
    -		"3F0C488E987C80BE0FEE521F8D90BE6034EC69AE11CA72AA777481E8", /* d */
    -		},
    -		{
    -		/* P-256 */
    -		EC_GFp_nistp256_method,
    -		256,
    -		"ffffffff00000001000000000000000000000000ffffffffffffffffffffffff", /* p */
    -		"ffffffff00000001000000000000000000000000fffffffffffffffffffffffc", /* a */
    -		"5ac635d8aa3a93e7b3ebbd55769886bc651d06b0cc53b0f63bce3c3e27d2604b", /* b */
    -		"b7e08afdfe94bad3f1dc8c734798ba1c62b3a0ad1e9ea2a38201cd0889bc7a19", /* Qx */
    -		"3603f747959dbf7a4bb226e41928729063adc7ae43529e61b563bbc606cc5e09", /* Qy */
    -		"6b17d1f2e12c4247f8bce6e563a440f277037d812deb33a0f4a13945d898c296", /* Gx */
    -		"4fe342e2fe1a7f9b8ee7eb4a7c0f9e162bce33576b315ececbb6406837bf51f5", /* Gy */
    -		"ffffffff00000000ffffffffffffffffbce6faada7179e84f3b9cac2fc632551", /* order */
    -		"c477f9f65c22cce20657faa5b2d1d8122336f851a508a1ed04e479c34985bf96", /* d */
    -		},
    -		{
    -		/* P-521 */
    -		EC_GFp_nistp521_method,
    -		521,
    -		"1ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", /* p */
    -		"1fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc", /* a */
    -		"051953eb9618e1c9a1f929a21a0b68540eea2da725b99b315f3b8b489918ef109e156193951ec7e937b1652c0bd3bb1bf073573df883d2c34f1ef451fd46b503f00", /* b */
    -		"0098e91eef9a68452822309c52fab453f5f117c1da8ed796b255e9ab8f6410cca16e59df403a6bdc6ca467a37056b1e54b3005d8ac030decfeb68df18b171885d5c4", /* Qx */
    -		"0164350c321aecfc1cca1ba4364c9b15656150b4b78d6a48d7d28e7f31985ef17be8554376b72900712c4b83ad668327231526e313f5f092999a4632fd50d946bc2e", /* Qy */
    -		"c6858e06b70404e9cd9e3ecb662395b4429c648139053fb521f828af606b4d3dbaa14b5e77efe75928fe1dc127a2ffa8de3348b3c1856a429bf97e7e31c2e5bd66", /* Gx */
    -		"11839296a789a3bc0045c8a5fb42c7d1bd998f54449579b446817afbd17273e662c97ee72995ef42640c550b9013fad0761353c7086a272c24088be94769fd16650", /* Gy */
    -		"1fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa51868783bf2f966b7fcc0148f709a5d03bb5c9b8899c47aebb6fb71e91386409", /* order */
    -		"0100085f47b8e1b8b11b7eb33028c0b2888e304bfc98501955b45bba1478dc184eeedf09b86a5f7c21994406072787205e69a63709fe35aa93ba333514b24f961722", /* d */
    -		},
    -	};
    -
    -void nistp_single_test(const struct nistp_test_params *test)
    -	{
    -	BN_CTX *ctx;
    -	BIGNUM *p, *a, *b, *x, *y, *n, *m, *order;
    -	EC_GROUP *NISTP;
    -	EC_POINT *G, *P, *Q, *Q_CHECK;
    -
    -	fprintf(stdout, "\nNIST curve P-%d (optimised implementation):\n", test->degree);
    -	ctx = BN_CTX_new();
    -	p = BN_new();
    -	a = BN_new();
    -	b = BN_new();
    -	x = BN_new(); y = BN_new();
    -	m = BN_new(); n = BN_new(); order = BN_new();
    -
    -	NISTP = EC_GROUP_new(test->meth());
    -	if(!NISTP) ABORT;
    -	if (!BN_hex2bn(&p, test->p)) ABORT;
    -	if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL)) ABORT;
    -	if (!BN_hex2bn(&a, test->a)) ABORT;
    -	if (!BN_hex2bn(&b, test->b)) ABORT;
    -	if (!EC_GROUP_set_curve_GFp(NISTP, p, a, b, ctx)) ABORT;
    -	G = EC_POINT_new(NISTP);
    -	P = EC_POINT_new(NISTP);
    -	Q = EC_POINT_new(NISTP);
    -	Q_CHECK = EC_POINT_new(NISTP);
    -	if(!BN_hex2bn(&x, test->Qx)) ABORT;
    -	if(!BN_hex2bn(&y, test->Qy)) ABORT;
    -	if(!EC_POINT_set_affine_coordinates_GFp(NISTP, Q_CHECK, x, y, ctx)) ABORT;
    -	if (!BN_hex2bn(&x, test->Gx)) ABORT;
    -	if (!BN_hex2bn(&y, test->Gy)) ABORT;
    -	if (!EC_POINT_set_affine_coordinates_GFp(NISTP, G, x, y, ctx)) ABORT;
    -	if (!BN_hex2bn(&order, test->order)) ABORT;
    -	if (!EC_GROUP_set_generator(NISTP, G, order, BN_value_one())) ABORT;
    -
    -	fprintf(stdout, "verify degree ... ");
    -	if (EC_GROUP_get_degree(NISTP) != test->degree) ABORT;
    -	fprintf(stdout, "ok\n");
    -
    -	fprintf(stdout, "NIST test vectors ... ");
    -	if (!BN_hex2bn(&n, test->d)) ABORT;
    -	/* fixed point multiplication */
    -	EC_POINT_mul(NISTP, Q, n, NULL, NULL, ctx);
    -	if (0 != EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx)) ABORT;
    -	/* random point multiplication */
    -	EC_POINT_mul(NISTP, Q, NULL, G, n, ctx);
    -	if (0 != EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx)) ABORT;
    -
    -	/* set generator to P = 2*G, where G is the standard generator */
    -	if (!EC_POINT_dbl(NISTP, P, G, ctx)) ABORT;
    -	if (!EC_GROUP_set_generator(NISTP, P, order, BN_value_one())) ABORT;
    -	/* set the scalar to m=n/2, where n is the NIST test scalar */
    -	if (!BN_rshift(m, n, 1)) ABORT;
    -
    -	/* test the non-standard generator */
    -	/* fixed point multiplication */
    -	EC_POINT_mul(NISTP, Q, m, NULL, NULL, ctx);
    -	if (0 != EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx)) ABORT;
    -	/* random point multiplication */
    -	EC_POINT_mul(NISTP, Q, NULL, P, m, ctx);
    -	if (0 != EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx)) ABORT;
    -
    -	/* now repeat all tests with precomputation */
    -	if (!EC_GROUP_precompute_mult(NISTP, ctx)) ABORT;
    -
    -	/* fixed point multiplication */
    -	EC_POINT_mul(NISTP, Q, m, NULL, NULL, ctx);
    -	if (0 != EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx)) ABORT;
    -	/* random point multiplication */
    -	EC_POINT_mul(NISTP, Q, NULL, P, m, ctx);
    -	if (0 != EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx)) ABORT;
    -
    -	/* reset generator */
    -	if (!EC_GROUP_set_generator(NISTP, G, order, BN_value_one())) ABORT;
    -	/* fixed point multiplication */
    -	EC_POINT_mul(NISTP, Q, n, NULL, NULL, ctx);
    -	if (0 != EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx)) ABORT;
    -	/* random point multiplication */
    -	EC_POINT_mul(NISTP, Q, NULL, G, n, ctx);
    -	if (0 != EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx)) ABORT;
    -
    -	fprintf(stdout, "ok\n");
    -	group_order_tests(NISTP);
    -#if 0
    -	timings(NISTP, TIMING_BASE_PT, ctx);
    -	timings(NISTP, TIMING_RAND_PT, ctx);
    -#endif
    -	EC_GROUP_free(NISTP);
    -	EC_POINT_free(G);
    -	EC_POINT_free(P);
    -	EC_POINT_free(Q);
    -	EC_POINT_free(Q_CHECK);
    -	BN_free(n);
    -	BN_free(m);
    -	BN_free(p);
    -	BN_free(a);
    -	BN_free(b);
    -	BN_free(x);
    -	BN_free(y);
    -	BN_free(order);
    -	BN_CTX_free(ctx);
    -	}
    -
    -void nistp_tests()
    -	{
    -	unsigned i;
    -
    -	for (i = 0; i < sizeof(nistp_tests_params) / sizeof(struct nistp_test_params); i++)
    -		{
    -		nistp_single_test(&nistp_tests_params[i]);
    -		}
    -	}
    -#endif
    -
    -static const char rnd_seed[] = "string to make the random number generator think it has entropy";
    +{
    +    EC_builtin_curve *curves = NULL;
    +    size_t crv_len = 0, n = 0;
    +    int ok = 1;
    +
    +    crv_len = EC_get_builtin_curves(NULL, 0);
    +
    +    curves = OPENSSL_malloc(sizeof(EC_builtin_curve) * crv_len);
    +
    +    if (curves == NULL)
    +        return;
    +
    +    if (!EC_get_builtin_curves(curves, crv_len)) {
    +        OPENSSL_free(curves);
    +        return;
    +    }
    +
    +    fprintf(stdout, "testing internal curves: ");
    +
    +    for (n = 0; n < crv_len; n++) {
    +        EC_GROUP *group = NULL;
    +        int nid = curves[n].nid;
    +        if ((group = EC_GROUP_new_by_curve_name(nid)) == NULL) {
    +            ok = 0;
    +            fprintf(stdout, "\nEC_GROUP_new_curve_name() failed with"
    +                    " curve %s\n", OBJ_nid2sn(nid));
    +            /* try next curve */
    +            continue;
    +        }
    +        if (!EC_GROUP_check(group, NULL)) {
    +            ok = 0;
    +            fprintf(stdout, "\nEC_GROUP_check() failed with"
    +                    " curve %s\n", OBJ_nid2sn(nid));
    +            EC_GROUP_free(group);
    +            /* try the next curve */
    +            continue;
    +        }
    +        fprintf(stdout, ".");
    +        fflush(stdout);
    +        EC_GROUP_free(group);
    +    }
    +    if (ok)
    +        fprintf(stdout, " ok\n\n");
    +    else {
    +        fprintf(stdout, " failed\n\n");
    +        ABORT;
    +    }
    +    OPENSSL_free(curves);
    +    return;
    +}
    +
    +# ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
    +/*
    + * nistp_test_params contains magic numbers for testing our optimized
    + * implementations of several NIST curves with characteristic > 3.
    + */
    +struct nistp_test_params {
    +    const EC_METHOD *(*meth) ();
    +    int degree;
    +    /*
    +     * Qx, Qy and D are taken from
    +     * http://csrcdocut.gov/groups/ST/toolkit/documents/Examples/ECDSA_Prime.pdf
    +     * Otherwise, values are standard curve parameters from FIPS 180-3
    +     */
    +    const char *p, *a, *b, *Qx, *Qy, *Gx, *Gy, *order, *d;
    +};
    +
    +static const struct nistp_test_params nistp_tests_params[] = {
    +    {
    +     /* P-224 */
    +     EC_GFp_nistp224_method,
    +     224,
    +     /* p */
    +     "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000001",
    +     /* a */
    +     "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFE",
    +     /* b */
    +     "B4050A850C04B3ABF54132565044B0B7D7BFD8BA270B39432355FFB4",
    +     /* Qx */
    +     "E84FB0B8E7000CB657D7973CF6B42ED78B301674276DF744AF130B3E",
    +     /* Qy */
    +     "4376675C6FC5612C21A0FF2D2A89D2987DF7A2BC52183B5982298555",
    +     /* Gx */
    +     "B70E0CBD6BB4BF7F321390B94A03C1D356C21122343280D6115C1D21",
    +     /* Gy */
    +     "BD376388B5F723FB4C22DFE6CD4375A05A07476444D5819985007E34",
    +     /* order */
    +     "FFFFFFFFFFFFFFFFFFFFFFFFFFFF16A2E0B8F03E13DD29455C5C2A3D",
    +     /* d */
    +     "3F0C488E987C80BE0FEE521F8D90BE6034EC69AE11CA72AA777481E8",
    +     },
    +    {
    +     /* P-256 */
    +     EC_GFp_nistp256_method,
    +     256,
    +     /* p */
    +     "ffffffff00000001000000000000000000000000ffffffffffffffffffffffff",
    +     /* a */
    +     "ffffffff00000001000000000000000000000000fffffffffffffffffffffffc",
    +     /* b */
    +     "5ac635d8aa3a93e7b3ebbd55769886bc651d06b0cc53b0f63bce3c3e27d2604b",
    +     /* Qx */
    +     "b7e08afdfe94bad3f1dc8c734798ba1c62b3a0ad1e9ea2a38201cd0889bc7a19",
    +     /* Qy */
    +     "3603f747959dbf7a4bb226e41928729063adc7ae43529e61b563bbc606cc5e09",
    +     /* Gx */
    +     "6b17d1f2e12c4247f8bce6e563a440f277037d812deb33a0f4a13945d898c296",
    +     /* Gy */
    +     "4fe342e2fe1a7f9b8ee7eb4a7c0f9e162bce33576b315ececbb6406837bf51f5",
    +     /* order */
    +     "ffffffff00000000ffffffffffffffffbce6faada7179e84f3b9cac2fc632551",
    +     /* d */
    +     "c477f9f65c22cce20657faa5b2d1d8122336f851a508a1ed04e479c34985bf96",
    +     },
    +    {
    +     /* P-521 */
    +     EC_GFp_nistp521_method,
    +     521,
    +     /* p */
    +     "1ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
    +     /* a */
    +     "1fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc",
    +     /* b */
    +     "051953eb9618e1c9a1f929a21a0b68540eea2da725b99b315f3b8b489918ef109e156193951ec7e937b1652c0bd3bb1bf073573df883d2c34f1ef451fd46b503f00",
    +     /* Qx */
    +     "0098e91eef9a68452822309c52fab453f5f117c1da8ed796b255e9ab8f6410cca16e59df403a6bdc6ca467a37056b1e54b3005d8ac030decfeb68df18b171885d5c4",
    +     /* Qy */
    +     "0164350c321aecfc1cca1ba4364c9b15656150b4b78d6a48d7d28e7f31985ef17be8554376b72900712c4b83ad668327231526e313f5f092999a4632fd50d946bc2e",
    +     /* Gx */
    +     "c6858e06b70404e9cd9e3ecb662395b4429c648139053fb521f828af606b4d3dbaa14b5e77efe75928fe1dc127a2ffa8de3348b3c1856a429bf97e7e31c2e5bd66",
    +     /* Gy */
    +     "11839296a789a3bc0045c8a5fb42c7d1bd998f54449579b446817afbd17273e662c97ee72995ef42640c550b9013fad0761353c7086a272c24088be94769fd16650",
    +     /* order */
    +     "1fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa51868783bf2f966b7fcc0148f709a5d03bb5c9b8899c47aebb6fb71e91386409",
    +     /* d */
    +     "0100085f47b8e1b8b11b7eb33028c0b2888e304bfc98501955b45bba1478dc184eeedf09b86a5f7c21994406072787205e69a63709fe35aa93ba333514b24f961722",
    +     },
    +};
    +
    +static void nistp_single_test(const struct nistp_test_params *test)
    +{
    +    BN_CTX *ctx;
    +    BIGNUM *p, *a, *b, *x, *y, *n, *m, *order;
    +    EC_GROUP *NISTP;
    +    EC_POINT *G, *P, *Q, *Q_CHECK;
    +
    +    fprintf(stdout, "\nNIST curve P-%d (optimised implementation):\n",
    +            test->degree);
    +    ctx = BN_CTX_new();
    +    p = BN_new();
    +    a = BN_new();
    +    b = BN_new();
    +    x = BN_new();
    +    y = BN_new();
    +    m = BN_new();
    +    n = BN_new();
    +    order = BN_new();
    +
    +    NISTP = EC_GROUP_new(test->meth());
    +    if (!NISTP)
    +        ABORT;
    +    if (!BN_hex2bn(&p, test->p))
    +        ABORT;
    +    if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL))
    +        ABORT;
    +    if (!BN_hex2bn(&a, test->a))
    +        ABORT;
    +    if (!BN_hex2bn(&b, test->b))
    +        ABORT;
    +    if (!EC_GROUP_set_curve_GFp(NISTP, p, a, b, ctx))
    +        ABORT;
    +    G = EC_POINT_new(NISTP);
    +    P = EC_POINT_new(NISTP);
    +    Q = EC_POINT_new(NISTP);
    +    Q_CHECK = EC_POINT_new(NISTP);
    +    if (!BN_hex2bn(&x, test->Qx))
    +        ABORT;
    +    if (!BN_hex2bn(&y, test->Qy))
    +        ABORT;
    +    if (!EC_POINT_set_affine_coordinates_GFp(NISTP, Q_CHECK, x, y, ctx))
    +        ABORT;
    +    if (!BN_hex2bn(&x, test->Gx))
    +        ABORT;
    +    if (!BN_hex2bn(&y, test->Gy))
    +        ABORT;
    +    if (!EC_POINT_set_affine_coordinates_GFp(NISTP, G, x, y, ctx))
    +        ABORT;
    +    if (!BN_hex2bn(&order, test->order))
    +        ABORT;
    +    if (!EC_GROUP_set_generator(NISTP, G, order, BN_value_one()))
    +        ABORT;
    +
    +    fprintf(stdout, "verify degree ... ");
    +    if (EC_GROUP_get_degree(NISTP) != test->degree)
    +        ABORT;
    +    fprintf(stdout, "ok\n");
    +
    +    fprintf(stdout, "NIST test vectors ... ");
    +    if (!BN_hex2bn(&n, test->d))
    +        ABORT;
    +    /* fixed point multiplication */
    +    EC_POINT_mul(NISTP, Q, n, NULL, NULL, ctx);
    +    if (0 != EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx))
    +        ABORT;
    +    /* random point multiplication */
    +    EC_POINT_mul(NISTP, Q, NULL, G, n, ctx);
    +    if (0 != EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx))
    +        ABORT;
    +
    +    /* set generator to P = 2*G, where G is the standard generator */
    +    if (!EC_POINT_dbl(NISTP, P, G, ctx))
    +        ABORT;
    +    if (!EC_GROUP_set_generator(NISTP, P, order, BN_value_one()))
    +        ABORT;
    +    /* set the scalar to m=n/2, where n is the NIST test scalar */
    +    if (!BN_rshift(m, n, 1))
    +        ABORT;
    +
    +    /* test the non-standard generator */
    +    /* fixed point multiplication */
    +    EC_POINT_mul(NISTP, Q, m, NULL, NULL, ctx);
    +    if (0 != EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx))
    +        ABORT;
    +    /* random point multiplication */
    +    EC_POINT_mul(NISTP, Q, NULL, P, m, ctx);
    +    if (0 != EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx))
    +        ABORT;
    +
    +    /* now repeat all tests with precomputation */
    +    if (!EC_GROUP_precompute_mult(NISTP, ctx))
    +        ABORT;
    +
    +    /* fixed point multiplication */
    +    EC_POINT_mul(NISTP, Q, m, NULL, NULL, ctx);
    +    if (0 != EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx))
    +        ABORT;
    +    /* random point multiplication */
    +    EC_POINT_mul(NISTP, Q, NULL, P, m, ctx);
    +    if (0 != EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx))
    +        ABORT;
    +
    +    /* reset generator */
    +    if (!EC_GROUP_set_generator(NISTP, G, order, BN_value_one()))
    +        ABORT;
    +    /* fixed point multiplication */
    +    EC_POINT_mul(NISTP, Q, n, NULL, NULL, ctx);
    +    if (0 != EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx))
    +        ABORT;
    +    /* random point multiplication */
    +    EC_POINT_mul(NISTP, Q, NULL, G, n, ctx);
    +    if (0 != EC_POINT_cmp(NISTP, Q, Q_CHECK, ctx))
    +        ABORT;
    +
    +    fprintf(stdout, "ok\n");
    +    group_order_tests(NISTP);
    +#  if 0
    +    timings(NISTP, TIMING_BASE_PT, ctx);
    +    timings(NISTP, TIMING_RAND_PT, ctx);
    +#  endif
    +    EC_GROUP_free(NISTP);
    +    EC_POINT_free(G);
    +    EC_POINT_free(P);
    +    EC_POINT_free(Q);
    +    EC_POINT_free(Q_CHECK);
    +    BN_free(n);
    +    BN_free(m);
    +    BN_free(p);
    +    BN_free(a);
    +    BN_free(b);
    +    BN_free(x);
    +    BN_free(y);
    +    BN_free(order);
    +    BN_CTX_free(ctx);
    +}
    +
    +static void nistp_tests()
    +{
    +    unsigned i;
    +
    +    for (i = 0;
    +         i < sizeof(nistp_tests_params) / sizeof(struct nistp_test_params);
    +         i++) {
    +        nistp_single_test(&nistp_tests_params[i]);
    +    }
    +}
    +# endif
    +
    +static const char rnd_seed[] =
    +    "string to make the random number generator think it has entropy";
     
     int main(int argc, char *argv[])
    -	{	
    -	
    -	/* enable memory leak checking unless explicitly disabled */
    -	if (!((getenv("OPENSSL_DEBUG_MEMORY") != NULL) && (0 == strcmp(getenv("OPENSSL_DEBUG_MEMORY"), "off"))))
    -		{
    -		CRYPTO_malloc_debug_init();
    -		CRYPTO_set_mem_debug_options(V_CRYPTO_MDEBUG_ALL);
    -		}
    -	else
    -		{
    -		/* OPENSSL_DEBUG_MEMORY=off */
    -		CRYPTO_set_mem_debug_functions(0, 0, 0, 0, 0);
    -		}
    -	CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON);
    -	ERR_load_crypto_strings();
    -
    -	RAND_seed(rnd_seed, sizeof rnd_seed); /* or BN_generate_prime may fail */
    -
    -	prime_field_tests();
    -	puts("");
    -#ifndef OPENSSL_NO_EC2M
    -	char2_field_tests();
    -#endif
    -#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
    -	nistp_tests();
    -#endif
    -	/* test the internal curves */
    -	internal_curve_test();
    -
    -#ifndef OPENSSL_NO_ENGINE
    -	ENGINE_cleanup();
    -#endif
    -	CRYPTO_cleanup_all_ex_data();
    -	ERR_free_strings();
    -	ERR_remove_thread_state(NULL);
    -	CRYPTO_mem_leaks_fp(stderr);
    -	
    -	return 0;
    -	}
    +{
    +
    +    /* enable memory leak checking unless explicitly disabled */
    +    if (!((getenv("OPENSSL_DEBUG_MEMORY") != NULL)
    +          && (0 == strcmp(getenv("OPENSSL_DEBUG_MEMORY"), "off")))) {
    +        CRYPTO_malloc_debug_init();
    +        CRYPTO_set_mem_debug_options(V_CRYPTO_MDEBUG_ALL);
    +    } else {
    +        /* OPENSSL_DEBUG_MEMORY=off */
    +        CRYPTO_set_mem_debug_functions(0, 0, 0, 0, 0);
    +    }
    +    CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON);
    +    ERR_load_crypto_strings();
    +
    +    RAND_seed(rnd_seed, sizeof rnd_seed); /* or BN_generate_prime may fail */
    +
    +    prime_field_tests();
    +    puts("");
    +# ifndef OPENSSL_NO_EC2M
    +    char2_field_tests();
    +# endif
    +# ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
    +    nistp_tests();
    +# endif
    +    /* test the internal curves */
    +    internal_curve_test();
    +
    +# ifndef OPENSSL_NO_ENGINE
    +    ENGINE_cleanup();
    +# endif
    +    CRYPTO_cleanup_all_ex_data();
    +    ERR_free_strings();
    +    ERR_remove_thread_state(NULL);
    +    CRYPTO_mem_leaks_fp(stderr);
    +
    +    return 0;
    +}
     #endif
    diff --git a/openssl/crypto/ecdh/Makefile b/openssl/crypto/ecdh/Makefile
    index ba05fea05..df1b03adb 100644
    --- a/openssl/crypto/ecdh/Makefile
    +++ b/openssl/crypto/ecdh/Makefile
    @@ -17,9 +17,9 @@ TEST=ecdhtest.c
     APPS=
     
     LIB=$(TOP)/libcrypto.a
    -LIBSRC=	ech_lib.c ech_ossl.c ech_key.c ech_err.c
    +LIBSRC=	ech_lib.c ech_ossl.c ech_key.c ech_err.c ech_kdf.c
     
    -LIBOBJ=	ech_lib.o ech_ossl.o ech_key.o ech_err.o
    +LIBOBJ=	ech_lib.o ech_ossl.o ech_key.o ech_err.o ech_kdf.o
     
     SRC= $(LIBSRC)
     
    @@ -83,6 +83,14 @@ ech_err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
     ech_err.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
     ech_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
     ech_err.o: ech_err.c
    +ech_kdf.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
    +ech_kdf.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
    +ech_kdf.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
    +ech_kdf.o: ../../include/openssl/evp.h ../../include/openssl/obj_mac.h
    +ech_kdf.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
    +ech_kdf.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
    +ech_kdf.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
    +ech_kdf.o: ../../include/openssl/symhacks.h ech_kdf.c
     ech_key.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
     ech_key.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
     ech_key.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
    diff --git a/openssl/crypto/ecdh/ecdh.h b/openssl/crypto/ecdh/ecdh.h
    index 8887102c0..25348b30f 100644
    --- a/openssl/crypto/ecdh/ecdh.h
    +++ b/openssl/crypto/ecdh/ecdh.h
    @@ -21,7 +21,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -67,41 +67,50 @@
      *
      */
     #ifndef HEADER_ECDH_H
    -#define HEADER_ECDH_H
    +# define HEADER_ECDH_H
     
    -#include 
    +# include 
     
    -#ifdef OPENSSL_NO_ECDH
    -#error ECDH is disabled.
    -#endif
    +# ifdef OPENSSL_NO_ECDH
    +#  error ECDH is disabled.
    +# endif
     
    -#include 
    -#include 
    -#ifndef OPENSSL_NO_DEPRECATED
    -#include 
    -#endif
    +# include 
    +# include 
    +# ifndef OPENSSL_NO_DEPRECATED
    +#  include 
    +# endif
     
     #ifdef __cplusplus
     extern "C" {
     #endif
     
    +# define EC_FLAG_COFACTOR_ECDH   0x1000
    +
     const ECDH_METHOD *ECDH_OpenSSL(void);
     
    -void	  ECDH_set_default_method(const ECDH_METHOD *);
    +void ECDH_set_default_method(const ECDH_METHOD *);
     const ECDH_METHOD *ECDH_get_default_method(void);
    -int 	  ECDH_set_method(EC_KEY *, const ECDH_METHOD *);
    +int ECDH_set_method(EC_KEY *, const ECDH_METHOD *);
     
    -int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh,
    -                     void *(*KDF)(const void *in, size_t inlen, void *out, size_t *outlen));
    +int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key,
    +                     EC_KEY *ecdh, void *(*KDF) (const void *in, size_t inlen,
    +                                                 void *out, size_t *outlen));
     
    -int 	  ECDH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new 
    -		*new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
    -int 	  ECDH_set_ex_data(EC_KEY *d, int idx, void *arg);
    -void 	  *ECDH_get_ex_data(EC_KEY *d, int idx);
    +int ECDH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new
    +                          *new_func, CRYPTO_EX_dup *dup_func,
    +                          CRYPTO_EX_free *free_func);
    +int ECDH_set_ex_data(EC_KEY *d, int idx, void *arg);
    +void *ECDH_get_ex_data(EC_KEY *d, int idx);
     
    +int ECDH_KDF_X9_62(unsigned char *out, size_t outlen,
    +                   const unsigned char *Z, size_t Zlen,
    +                   const unsigned char *sinfo, size_t sinfolen,
    +                   const EVP_MD *md);
     
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     void ERR_load_ECDH_strings(void);
    @@ -109,15 +118,15 @@ void ERR_load_ECDH_strings(void);
     /* Error codes for the ECDH functions. */
     
     /* Function codes. */
    -#define ECDH_F_ECDH_CHECK				 102
    -#define ECDH_F_ECDH_COMPUTE_KEY				 100
    -#define ECDH_F_ECDH_DATA_NEW_METHOD			 101
    +# define ECDH_F_ECDH_CHECK                                102
    +# define ECDH_F_ECDH_COMPUTE_KEY                          100
    +# define ECDH_F_ECDH_DATA_NEW_METHOD                      101
     
     /* Reason codes. */
    -#define ECDH_R_KDF_FAILED				 102
    -#define ECDH_R_NON_FIPS_METHOD				 103
    -#define ECDH_R_NO_PRIVATE_VALUE				 100
    -#define ECDH_R_POINT_ARITHMETIC_FAILURE			 101
    +# define ECDH_R_KDF_FAILED                                102
    +# define ECDH_R_NON_FIPS_METHOD                           103
    +# define ECDH_R_NO_PRIVATE_VALUE                          100
    +# define ECDH_R_POINT_ARITHMETIC_FAILURE                  101
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/ecdh/ecdhtest.c b/openssl/crypto/ecdh/ecdhtest.c
    index 823d7baa6..2fe2c6644 100644
    --- a/openssl/crypto/ecdh/ecdhtest.c
    +++ b/openssl/crypto/ecdh/ecdhtest.c
    @@ -21,7 +21,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -73,7 +73,7 @@
     
     #include "../e_os.h"
     
    -#include 	/* for OPENSSL_NO_ECDH */
    +#include  /* for OPENSSL_NO_ECDH */
     #include 
     #include 
     #include 
    @@ -86,289 +86,495 @@
     int main(int argc, char *argv[])
     {
         printf("No ECDH support\n");
    -    return(0);
    +    return (0);
     }
     #else
    -#include 
    -#include 
    +# include 
    +# include 
     
    -#ifdef OPENSSL_SYS_WIN16
    -#define MS_CALLBACK	_far _loadds
    -#else
    -#define MS_CALLBACK
    -#endif
    +# ifdef OPENSSL_SYS_WIN16
    +#  define MS_CALLBACK     _far _loadds
    +# else
    +#  define MS_CALLBACK
    +# endif
     
    -#if 0
    +# if 0
     static void MS_CALLBACK cb(int p, int n, void *arg);
    -#endif
    -
    -static const char rnd_seed[] = "string to make the random number generator think it has entropy";
    +# endif
     
    +static const char rnd_seed[] =
    +    "string to make the random number generator think it has entropy";
     
     static const int KDF1_SHA1_len = 20;
    -static void *KDF1_SHA1(const void *in, size_t inlen, void *out, size_t *outlen)
    -	{
    -#ifndef OPENSSL_NO_SHA
    -	if (*outlen < SHA_DIGEST_LENGTH)
    -		return NULL;
    -	else
    -		*outlen = SHA_DIGEST_LENGTH;
    -	return SHA1(in, inlen, out);
    -#else
    -	return NULL;
    -#endif
    -	}
    -
    +static void *KDF1_SHA1(const void *in, size_t inlen, void *out,
    +                       size_t *outlen)
    +{
    +# ifndef OPENSSL_NO_SHA
    +    if (*outlen < SHA_DIGEST_LENGTH)
    +        return NULL;
    +    else
    +        *outlen = SHA_DIGEST_LENGTH;
    +    return SHA1(in, inlen, out);
    +# else
    +    return NULL;
    +# endif
    +}
     
     static int test_ecdh_curve(int nid, const char *text, BN_CTX *ctx, BIO *out)
    -	{
    -	EC_KEY *a=NULL;
    -	EC_KEY *b=NULL;
    -	BIGNUM *x_a=NULL, *y_a=NULL,
    -	       *x_b=NULL, *y_b=NULL;
    -	char buf[12];
    -	unsigned char *abuf=NULL,*bbuf=NULL;
    -	int i,alen,blen,aout,bout,ret=0;
    -	const EC_GROUP *group;
    -
    -	a = EC_KEY_new_by_curve_name(nid);
    -	b = EC_KEY_new_by_curve_name(nid);
    -	if (a == NULL || b == NULL)
    -		goto err;
    -
    -	group = EC_KEY_get0_group(a);
    -
    -	if ((x_a=BN_new()) == NULL) goto err;
    -	if ((y_a=BN_new()) == NULL) goto err;
    -	if ((x_b=BN_new()) == NULL) goto err;
    -	if ((y_b=BN_new()) == NULL) goto err;
    -
    -	BIO_puts(out,"Testing key generation with ");
    -	BIO_puts(out,text);
    -#ifdef NOISY
    -	BIO_puts(out,"\n");
    -#else
    -	(void)BIO_flush(out);
    -#endif
    -
    -	if (!EC_KEY_generate_key(a)) goto err;
    -	
    -	if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) == NID_X9_62_prime_field) 
    -		{
    -		if (!EC_POINT_get_affine_coordinates_GFp(group,
    -			EC_KEY_get0_public_key(a), x_a, y_a, ctx)) goto err;
    -		}
    -#ifndef OPENSSL_NO_EC2M
    -	else
    -		{
    -		if (!EC_POINT_get_affine_coordinates_GF2m(group,
    -			EC_KEY_get0_public_key(a), x_a, y_a, ctx)) goto err;
    -		}
    -#endif
    -#ifdef NOISY
    -	BIO_puts(out,"  pri 1=");
    -	BN_print(out,a->priv_key);
    -	BIO_puts(out,"\n  pub 1=");
    -	BN_print(out,x_a);
    -	BIO_puts(out,",");
    -	BN_print(out,y_a);
    -	BIO_puts(out,"\n");
    -#else
    -	BIO_printf(out," .");
    -	(void)BIO_flush(out);
    -#endif
    -
    -	if (!EC_KEY_generate_key(b)) goto err;
    -
    -	if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) == NID_X9_62_prime_field) 
    -		{
    -		if (!EC_POINT_get_affine_coordinates_GFp(group, 
    -			EC_KEY_get0_public_key(b), x_b, y_b, ctx)) goto err;
    -		}
    -#ifndef OPENSSL_NO_EC2M
    -	else
    -		{
    -		if (!EC_POINT_get_affine_coordinates_GF2m(group, 
    -			EC_KEY_get0_public_key(b), x_b, y_b, ctx)) goto err;
    -		}
    -#endif
    +{
    +    EC_KEY *a = NULL;
    +    EC_KEY *b = NULL;
    +    BIGNUM *x_a = NULL, *y_a = NULL, *x_b = NULL, *y_b = NULL;
    +    char buf[12];
    +    unsigned char *abuf = NULL, *bbuf = NULL;
    +    int i, alen, blen, aout, bout, ret = 0;
    +    const EC_GROUP *group;
    +
    +    a = EC_KEY_new_by_curve_name(nid);
    +    b = EC_KEY_new_by_curve_name(nid);
    +    if (a == NULL || b == NULL)
    +        goto err;
    +
    +    group = EC_KEY_get0_group(a);
    +
    +    if ((x_a = BN_new()) == NULL)
    +        goto err;
    +    if ((y_a = BN_new()) == NULL)
    +        goto err;
    +    if ((x_b = BN_new()) == NULL)
    +        goto err;
    +    if ((y_b = BN_new()) == NULL)
    +        goto err;
    +
    +    BIO_puts(out, "Testing key generation with ");
    +    BIO_puts(out, text);
    +# ifdef NOISY
    +    BIO_puts(out, "\n");
    +# else
    +    (void)BIO_flush(out);
    +# endif
    +
    +    if (!EC_KEY_generate_key(a))
    +        goto err;
    +
    +    if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) ==
    +        NID_X9_62_prime_field) {
    +        if (!EC_POINT_get_affine_coordinates_GFp
    +            (group, EC_KEY_get0_public_key(a), x_a, y_a, ctx))
    +            goto err;
    +    }
    +# ifndef OPENSSL_NO_EC2M
    +    else {
    +        if (!EC_POINT_get_affine_coordinates_GF2m(group,
    +                                                  EC_KEY_get0_public_key(a),
    +                                                  x_a, y_a, ctx))
    +            goto err;
    +    }
    +# endif
    +# ifdef NOISY
    +    BIO_puts(out, "  pri 1=");
    +    BN_print(out, a->priv_key);
    +    BIO_puts(out, "\n  pub 1=");
    +    BN_print(out, x_a);
    +    BIO_puts(out, ",");
    +    BN_print(out, y_a);
    +    BIO_puts(out, "\n");
    +# else
    +    BIO_printf(out, " .");
    +    (void)BIO_flush(out);
    +# endif
    +
    +    if (!EC_KEY_generate_key(b))
    +        goto err;
    +
    +    if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) ==
    +        NID_X9_62_prime_field) {
    +        if (!EC_POINT_get_affine_coordinates_GFp
    +            (group, EC_KEY_get0_public_key(b), x_b, y_b, ctx))
    +            goto err;
    +    }
    +# ifndef OPENSSL_NO_EC2M
    +    else {
    +        if (!EC_POINT_get_affine_coordinates_GF2m(group,
    +                                                  EC_KEY_get0_public_key(b),
    +                                                  x_b, y_b, ctx))
    +            goto err;
    +    }
    +# endif
    +
    +# ifdef NOISY
    +    BIO_puts(out, "  pri 2=");
    +    BN_print(out, b->priv_key);
    +    BIO_puts(out, "\n  pub 2=");
    +    BN_print(out, x_b);
    +    BIO_puts(out, ",");
    +    BN_print(out, y_b);
    +    BIO_puts(out, "\n");
    +# else
    +    BIO_printf(out, ".");
    +    (void)BIO_flush(out);
    +# endif
    +
    +    alen = KDF1_SHA1_len;
    +    abuf = (unsigned char *)OPENSSL_malloc(alen);
    +    aout =
    +        ECDH_compute_key(abuf, alen, EC_KEY_get0_public_key(b), a, KDF1_SHA1);
    +
    +# ifdef NOISY
    +    BIO_puts(out, "  key1 =");
    +    for (i = 0; i < aout; i++) {
    +        sprintf(buf, "%02X", abuf[i]);
    +        BIO_puts(out, buf);
    +    }
    +    BIO_puts(out, "\n");
    +# else
    +    BIO_printf(out, ".");
    +    (void)BIO_flush(out);
    +# endif
    +
    +    blen = KDF1_SHA1_len;
    +    bbuf = (unsigned char *)OPENSSL_malloc(blen);
    +    bout =
    +        ECDH_compute_key(bbuf, blen, EC_KEY_get0_public_key(a), b, KDF1_SHA1);
    +
    +# ifdef NOISY
    +    BIO_puts(out, "  key2 =");
    +    for (i = 0; i < bout; i++) {
    +        sprintf(buf, "%02X", bbuf[i]);
    +        BIO_puts(out, buf);
    +    }
    +    BIO_puts(out, "\n");
    +# else
    +    BIO_printf(out, ".");
    +    (void)BIO_flush(out);
    +# endif
    +
    +    if ((aout < 4) || (bout != aout) || (memcmp(abuf, bbuf, aout) != 0)) {
    +# ifndef NOISY
    +        BIO_printf(out, " failed\n\n");
    +        BIO_printf(out, "key a:\n");
    +        BIO_printf(out, "private key: ");
    +        BN_print(out, EC_KEY_get0_private_key(a));
    +        BIO_printf(out, "\n");
    +        BIO_printf(out, "public key (x,y): ");
    +        BN_print(out, x_a);
    +        BIO_printf(out, ",");
    +        BN_print(out, y_a);
    +        BIO_printf(out, "\nkey b:\n");
    +        BIO_printf(out, "private key: ");
    +        BN_print(out, EC_KEY_get0_private_key(b));
    +        BIO_printf(out, "\n");
    +        BIO_printf(out, "public key (x,y): ");
    +        BN_print(out, x_b);
    +        BIO_printf(out, ",");
    +        BN_print(out, y_b);
    +        BIO_printf(out, "\n");
    +        BIO_printf(out, "generated key a: ");
    +        for (i = 0; i < bout; i++) {
    +            sprintf(buf, "%02X", bbuf[i]);
    +            BIO_puts(out, buf);
    +        }
    +        BIO_printf(out, "\n");
    +        BIO_printf(out, "generated key b: ");
    +        for (i = 0; i < aout; i++) {
    +            sprintf(buf, "%02X", abuf[i]);
    +            BIO_puts(out, buf);
    +        }
    +        BIO_printf(out, "\n");
    +# endif
    +        fprintf(stderr, "Error in ECDH routines\n");
    +        ret = 0;
    +    } else {
    +# ifndef NOISY
    +        BIO_printf(out, " ok\n");
    +# endif
    +        ret = 1;
    +    }
    + err:
    +    ERR_print_errors_fp(stderr);
    +
    +    if (abuf != NULL)
    +        OPENSSL_free(abuf);
    +    if (bbuf != NULL)
    +        OPENSSL_free(bbuf);
    +    if (x_a)
    +        BN_free(x_a);
    +    if (y_a)
    +        BN_free(y_a);
    +    if (x_b)
    +        BN_free(x_b);
    +    if (y_b)
    +        BN_free(y_b);
    +    if (b)
    +        EC_KEY_free(b);
    +    if (a)
    +        EC_KEY_free(a);
    +    return (ret);
    +}
     
    -#ifdef NOISY
    -	BIO_puts(out,"  pri 2=");
    -	BN_print(out,b->priv_key);
    -	BIO_puts(out,"\n  pub 2=");
    -	BN_print(out,x_b);
    -	BIO_puts(out,",");
    -	BN_print(out,y_b);
    -	BIO_puts(out,"\n");
    -#else
    -	BIO_printf(out,".");
    -	(void)BIO_flush(out);
    -#endif
    +/* Keys and shared secrets from RFC 7027 */
    +
    +static const unsigned char bp256_da[] = {
    +    0x81, 0xDB, 0x1E, 0xE1, 0x00, 0x15, 0x0F, 0xF2, 0xEA, 0x33, 0x8D, 0x70,
    +    0x82, 0x71, 0xBE, 0x38, 0x30, 0x0C, 0xB5, 0x42, 0x41, 0xD7, 0x99, 0x50,
    +    0xF7, 0x7B, 0x06, 0x30, 0x39, 0x80, 0x4F, 0x1D
    +};
    +
    +static const unsigned char bp256_db[] = {
    +    0x55, 0xE4, 0x0B, 0xC4, 0x1E, 0x37, 0xE3, 0xE2, 0xAD, 0x25, 0xC3, 0xC6,
    +    0x65, 0x45, 0x11, 0xFF, 0xA8, 0x47, 0x4A, 0x91, 0xA0, 0x03, 0x20, 0x87,
    +    0x59, 0x38, 0x52, 0xD3, 0xE7, 0xD7, 0x6B, 0xD3
    +};
    +
    +static const unsigned char bp256_Z[] = {
    +    0x89, 0xAF, 0xC3, 0x9D, 0x41, 0xD3, 0xB3, 0x27, 0x81, 0x4B, 0x80, 0x94,
    +    0x0B, 0x04, 0x25, 0x90, 0xF9, 0x65, 0x56, 0xEC, 0x91, 0xE6, 0xAE, 0x79,
    +    0x39, 0xBC, 0xE3, 0x1F, 0x3A, 0x18, 0xBF, 0x2B
    +};
    +
    +static const unsigned char bp384_da[] = {
    +    0x1E, 0x20, 0xF5, 0xE0, 0x48, 0xA5, 0x88, 0x6F, 0x1F, 0x15, 0x7C, 0x74,
    +    0xE9, 0x1B, 0xDE, 0x2B, 0x98, 0xC8, 0xB5, 0x2D, 0x58, 0xE5, 0x00, 0x3D,
    +    0x57, 0x05, 0x3F, 0xC4, 0xB0, 0xBD, 0x65, 0xD6, 0xF1, 0x5E, 0xB5, 0xD1,
    +    0xEE, 0x16, 0x10, 0xDF, 0x87, 0x07, 0x95, 0x14, 0x36, 0x27, 0xD0, 0x42
    +};
    +
    +static const unsigned char bp384_db[] = {
    +    0x03, 0x26, 0x40, 0xBC, 0x60, 0x03, 0xC5, 0x92, 0x60, 0xF7, 0x25, 0x0C,
    +    0x3D, 0xB5, 0x8C, 0xE6, 0x47, 0xF9, 0x8E, 0x12, 0x60, 0xAC, 0xCE, 0x4A,
    +    0xCD, 0xA3, 0xDD, 0x86, 0x9F, 0x74, 0xE0, 0x1F, 0x8B, 0xA5, 0xE0, 0x32,
    +    0x43, 0x09, 0xDB, 0x6A, 0x98, 0x31, 0x49, 0x7A, 0xBA, 0xC9, 0x66, 0x70
    +};
    +
    +static const unsigned char bp384_Z[] = {
    +    0x0B, 0xD9, 0xD3, 0xA7, 0xEA, 0x0B, 0x3D, 0x51, 0x9D, 0x09, 0xD8, 0xE4,
    +    0x8D, 0x07, 0x85, 0xFB, 0x74, 0x4A, 0x6B, 0x35, 0x5E, 0x63, 0x04, 0xBC,
    +    0x51, 0xC2, 0x29, 0xFB, 0xBC, 0xE2, 0x39, 0xBB, 0xAD, 0xF6, 0x40, 0x37,
    +    0x15, 0xC3, 0x5D, 0x4F, 0xB2, 0xA5, 0x44, 0x4F, 0x57, 0x5D, 0x4F, 0x42
    +};
    +
    +static const unsigned char bp512_da[] = {
    +    0x16, 0x30, 0x2F, 0xF0, 0xDB, 0xBB, 0x5A, 0x8D, 0x73, 0x3D, 0xAB, 0x71,
    +    0x41, 0xC1, 0xB4, 0x5A, 0xCB, 0xC8, 0x71, 0x59, 0x39, 0x67, 0x7F, 0x6A,
    +    0x56, 0x85, 0x0A, 0x38, 0xBD, 0x87, 0xBD, 0x59, 0xB0, 0x9E, 0x80, 0x27,
    +    0x96, 0x09, 0xFF, 0x33, 0x3E, 0xB9, 0xD4, 0xC0, 0x61, 0x23, 0x1F, 0xB2,
    +    0x6F, 0x92, 0xEE, 0xB0, 0x49, 0x82, 0xA5, 0xF1, 0xD1, 0x76, 0x4C, 0xAD,
    +    0x57, 0x66, 0x54, 0x22
    +};
    +
    +static const unsigned char bp512_db[] = {
    +    0x23, 0x0E, 0x18, 0xE1, 0xBC, 0xC8, 0x8A, 0x36, 0x2F, 0xA5, 0x4E, 0x4E,
    +    0xA3, 0x90, 0x20, 0x09, 0x29, 0x2F, 0x7F, 0x80, 0x33, 0x62, 0x4F, 0xD4,
    +    0x71, 0xB5, 0xD8, 0xAC, 0xE4, 0x9D, 0x12, 0xCF, 0xAB, 0xBC, 0x19, 0x96,
    +    0x3D, 0xAB, 0x8E, 0x2F, 0x1E, 0xBA, 0x00, 0xBF, 0xFB, 0x29, 0xE4, 0xD7,
    +    0x2D, 0x13, 0xF2, 0x22, 0x45, 0x62, 0xF4, 0x05, 0xCB, 0x80, 0x50, 0x36,
    +    0x66, 0xB2, 0x54, 0x29
    +};
    +
    +static const unsigned char bp512_Z[] = {
    +    0xA7, 0x92, 0x70, 0x98, 0x65, 0x5F, 0x1F, 0x99, 0x76, 0xFA, 0x50, 0xA9,
    +    0xD5, 0x66, 0x86, 0x5D, 0xC5, 0x30, 0x33, 0x18, 0x46, 0x38, 0x1C, 0x87,
    +    0x25, 0x6B, 0xAF, 0x32, 0x26, 0x24, 0x4B, 0x76, 0xD3, 0x64, 0x03, 0xC0,
    +    0x24, 0xD7, 0xBB, 0xF0, 0xAA, 0x08, 0x03, 0xEA, 0xFF, 0x40, 0x5D, 0x3D,
    +    0x24, 0xF1, 0x1A, 0x9B, 0x5C, 0x0B, 0xEF, 0x67, 0x9F, 0xE1, 0x45, 0x4B,
    +    0x21, 0xC4, 0xCD, 0x1F
    +};
    +
    +/* Given private value and NID, create EC_KEY structure */
    +
    +static EC_KEY *mk_eckey(int nid, const unsigned char *p, size_t plen)
    +{
    +    int ok = 0;
    +    EC_KEY *k = NULL;
    +    BIGNUM *priv = NULL;
    +    EC_POINT *pub = NULL;
    +    const EC_GROUP *grp;
    +    k = EC_KEY_new_by_curve_name(nid);
    +    if (!k)
    +        goto err;
    +    priv = BN_bin2bn(p, plen, NULL);
    +    if (!priv)
    +        goto err;
    +    if (!EC_KEY_set_private_key(k, priv))
    +        goto err;
    +    grp = EC_KEY_get0_group(k);
    +    pub = EC_POINT_new(grp);
    +    if (!pub)
    +        goto err;
    +    if (!EC_POINT_mul(grp, pub, priv, NULL, NULL, NULL))
    +        goto err;
    +    if (!EC_KEY_set_public_key(k, pub))
    +        goto err;
    +    ok = 1;
    + err:
    +    if (priv)
    +        BN_clear_free(priv);
    +    if (pub)
    +        EC_POINT_free(pub);
    +    if (ok)
    +        return k;
    +    else if (k)
    +        EC_KEY_free(k);
    +    return NULL;
    +}
     
    -	alen=KDF1_SHA1_len;
    -	abuf=(unsigned char *)OPENSSL_malloc(alen);
    -	aout=ECDH_compute_key(abuf,alen,EC_KEY_get0_public_key(b),a,KDF1_SHA1);
    -
    -#ifdef NOISY
    -	BIO_puts(out,"  key1 =");
    -	for (i=0; i
    +#include 
    +#include 
    +
    +/* Key derivation function from X9.62/SECG */
    +/* Way more than we will ever need */
    +#define ECDH_KDF_MAX    (1 << 30)
    +
    +int ECDH_KDF_X9_62(unsigned char *out, size_t outlen,
    +                   const unsigned char *Z, size_t Zlen,
    +                   const unsigned char *sinfo, size_t sinfolen,
    +                   const EVP_MD *md)
    +{
    +    EVP_MD_CTX mctx;
    +    int rv = 0;
    +    unsigned int i;
    +    size_t mdlen;
    +    unsigned char ctr[4];
    +    if (sinfolen > ECDH_KDF_MAX || outlen > ECDH_KDF_MAX
    +        || Zlen > ECDH_KDF_MAX)
    +        return 0;
    +    mdlen = EVP_MD_size(md);
    +    EVP_MD_CTX_init(&mctx);
    +    for (i = 1;; i++) {
    +        unsigned char mtmp[EVP_MAX_MD_SIZE];
    +        EVP_DigestInit_ex(&mctx, md, NULL);
    +        ctr[3] = i & 0xFF;
    +        ctr[2] = (i >> 8) & 0xFF;
    +        ctr[1] = (i >> 16) & 0xFF;
    +        ctr[0] = (i >> 24) & 0xFF;
    +        if (!EVP_DigestUpdate(&mctx, Z, Zlen))
    +            goto err;
    +        if (!EVP_DigestUpdate(&mctx, ctr, sizeof(ctr)))
    +            goto err;
    +        if (!EVP_DigestUpdate(&mctx, sinfo, sinfolen))
    +            goto err;
    +        if (outlen >= mdlen) {
    +            if (!EVP_DigestFinal(&mctx, out, NULL))
    +                goto err;
    +            outlen -= mdlen;
    +            if (outlen == 0)
    +                break;
    +            out += mdlen;
    +        } else {
    +            if (!EVP_DigestFinal(&mctx, mtmp, NULL))
    +                goto err;
    +            memcpy(out, mtmp, outlen);
    +            OPENSSL_cleanse(mtmp, mdlen);
    +            break;
    +        }
    +    }
    +    rv = 1;
    + err:
    +    EVP_MD_CTX_cleanup(&mctx);
    +    return rv;
    +}
    diff --git a/openssl/crypto/ecdh/ech_key.c b/openssl/crypto/ecdh/ech_key.c
    index 2988899ea..4f1449896 100644
    --- a/openssl/crypto/ecdh/ech_key.c
    +++ b/openssl/crypto/ecdh/ech_key.c
    @@ -21,7 +21,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -70,11 +70,12 @@
     #include "ech_locl.h"
     
     int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key,
    -	EC_KEY *eckey,
    -	void *(*KDF)(const void *in, size_t inlen, void *out, size_t *outlen))
    +                     EC_KEY *eckey,
    +                     void *(*KDF) (const void *in, size_t inlen, void *out,
    +                                   size_t *outlen))
     {
    -	ECDH_DATA *ecdh = ecdh_check(eckey);
    -	if (ecdh == NULL)
    -		return 0;
    -	return ecdh->meth->compute_key(out, outlen, pub_key, eckey, KDF);
    +    ECDH_DATA *ecdh = ecdh_check(eckey);
    +    if (ecdh == NULL)
    +        return 0;
    +    return ecdh->meth->compute_key(out, outlen, pub_key, eckey, KDF);
     }
    diff --git a/openssl/crypto/ecdh/ech_lib.c b/openssl/crypto/ecdh/ech_lib.c
    index 0644431b7..cbc21d1a2 100644
    --- a/openssl/crypto/ecdh/ech_lib.c
    +++ b/openssl/crypto/ecdh/ech_lib.c
    @@ -21,7 +21,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -70,204 +70,196 @@
     #include "ech_locl.h"
     #include 
     #ifndef OPENSSL_NO_ENGINE
    -#include 
    +# include 
     #endif
     #include 
     #ifdef OPENSSL_FIPS
    -#include 
    +# include 
     #endif
     
    -const char ECDH_version[]="ECDH" OPENSSL_VERSION_PTEXT;
    +const char ECDH_version[] = "ECDH" OPENSSL_VERSION_PTEXT;
     
     static const ECDH_METHOD *default_ECDH_method = NULL;
     
     static void *ecdh_data_new(void);
     static void *ecdh_data_dup(void *);
    -static void  ecdh_data_free(void *);
    +static void ecdh_data_free(void *);
     
     void ECDH_set_default_method(const ECDH_METHOD *meth)
    -	{
    -	default_ECDH_method = meth;
    -	}
    +{
    +    default_ECDH_method = meth;
    +}
     
     const ECDH_METHOD *ECDH_get_default_method(void)
    -	{
    -	if(!default_ECDH_method) 
    -		{
    +{
    +    if (!default_ECDH_method) {
     #ifdef OPENSSL_FIPS
    -		if (FIPS_mode())
    -			return FIPS_ecdh_openssl();
    -		else
    -			return ECDH_OpenSSL();
    +        if (FIPS_mode())
    +            return FIPS_ecdh_openssl();
    +        else
    +            return ECDH_OpenSSL();
     #else
    -		default_ECDH_method = ECDH_OpenSSL();
    +        default_ECDH_method = ECDH_OpenSSL();
     #endif
    -		}
    -	return default_ECDH_method;
    -	}
    +    }
    +    return default_ECDH_method;
    +}
     
     int ECDH_set_method(EC_KEY *eckey, const ECDH_METHOD *meth)
    -	{
    -	ECDH_DATA *ecdh;
    +{
    +    ECDH_DATA *ecdh;
     
    -	ecdh = ecdh_check(eckey);
    +    ecdh = ecdh_check(eckey);
     
    -	if (ecdh == NULL)
    -		return 0;
    +    if (ecdh == NULL)
    +        return 0;
     
     #if 0
    -        mtmp = ecdh->meth;
    -        if (mtmp->finish)
    -		mtmp->finish(eckey);
    +    mtmp = ecdh->meth;
    +    if (mtmp->finish)
    +        mtmp->finish(eckey);
     #endif
     #ifndef OPENSSL_NO_ENGINE
    -	if (ecdh->engine)
    -		{
    -		ENGINE_finish(ecdh->engine);
    -		ecdh->engine = NULL;
    -		}
    +    if (ecdh->engine) {
    +        ENGINE_finish(ecdh->engine);
    +        ecdh->engine = NULL;
    +    }
     #endif
    -        ecdh->meth = meth;
    +    ecdh->meth = meth;
     #if 0
    -        if (meth->init) 
    -		meth->init(eckey);
    +    if (meth->init)
    +        meth->init(eckey);
     #endif
    -        return 1;
    -	}
    +    return 1;
    +}
     
     static ECDH_DATA *ECDH_DATA_new_method(ENGINE *engine)
    -	{
    -	ECDH_DATA *ret;
    +{
    +    ECDH_DATA *ret;
     
    -	ret=(ECDH_DATA *)OPENSSL_malloc(sizeof(ECDH_DATA));
    -	if (ret == NULL)
    -		{
    -		ECDHerr(ECDH_F_ECDH_DATA_NEW_METHOD, ERR_R_MALLOC_FAILURE);
    -		return(NULL);
    -		}
    +    ret = (ECDH_DATA *)OPENSSL_malloc(sizeof(ECDH_DATA));
    +    if (ret == NULL) {
    +        ECDHerr(ECDH_F_ECDH_DATA_NEW_METHOD, ERR_R_MALLOC_FAILURE);
    +        return (NULL);
    +    }
     
    -	ret->init = NULL;
    +    ret->init = NULL;
     
    -	ret->meth = ECDH_get_default_method();
    -	ret->engine = engine;
    +    ret->meth = ECDH_get_default_method();
    +    ret->engine = engine;
     #ifndef OPENSSL_NO_ENGINE
    -	if (!ret->engine)
    -		ret->engine = ENGINE_get_default_ECDH();
    -	if (ret->engine)
    -		{
    -		ret->meth = ENGINE_get_ECDH(ret->engine);
    -		if (!ret->meth)
    -			{
    -			ECDHerr(ECDH_F_ECDH_DATA_NEW_METHOD, ERR_R_ENGINE_LIB);
    -			ENGINE_finish(ret->engine);
    -			OPENSSL_free(ret);
    -			return NULL;
    -			}
    -		}
    +    if (!ret->engine)
    +        ret->engine = ENGINE_get_default_ECDH();
    +    if (ret->engine) {
    +        ret->meth = ENGINE_get_ECDH(ret->engine);
    +        if (!ret->meth) {
    +            ECDHerr(ECDH_F_ECDH_DATA_NEW_METHOD, ERR_R_ENGINE_LIB);
    +            ENGINE_finish(ret->engine);
    +            OPENSSL_free(ret);
    +            return NULL;
    +        }
    +    }
     #endif
     
    -	ret->flags = ret->meth->flags;
    -	CRYPTO_new_ex_data(CRYPTO_EX_INDEX_ECDH, ret, &ret->ex_data);
    +    ret->flags = ret->meth->flags;
    +    CRYPTO_new_ex_data(CRYPTO_EX_INDEX_ECDH, ret, &ret->ex_data);
     #if 0
    -	if ((ret->meth->init != NULL) && !ret->meth->init(ret))
    -		{
    -		CRYPTO_free_ex_data(CRYPTO_EX_INDEX_ECDH, ret, &ret->ex_data);
    -		OPENSSL_free(ret);
    -		ret=NULL;
    -		}
    -#endif	
    -	return(ret);
    -	}
    +    if ((ret->meth->init != NULL) && !ret->meth->init(ret)) {
    +        CRYPTO_free_ex_data(CRYPTO_EX_INDEX_ECDH, ret, &ret->ex_data);
    +        OPENSSL_free(ret);
    +        ret = NULL;
    +    }
    +#endif
    +    return (ret);
    +}
     
     static void *ecdh_data_new(void)
    -	{
    -	return (void *)ECDH_DATA_new_method(NULL);
    -	}
    +{
    +    return (void *)ECDH_DATA_new_method(NULL);
    +}
     
     static void *ecdh_data_dup(void *data)
     {
    -	ECDH_DATA *r = (ECDH_DATA *)data;
    +    ECDH_DATA *r = (ECDH_DATA *)data;
     
    -	/* XXX: dummy operation */
    -	if (r == NULL)
    -		return NULL;
    +    /* XXX: dummy operation */
    +    if (r == NULL)
    +        return NULL;
     
    -	return (void *)ecdh_data_new();
    +    return (void *)ecdh_data_new();
     }
     
     void ecdh_data_free(void *data)
    -	{
    -	ECDH_DATA *r = (ECDH_DATA *)data;
    +{
    +    ECDH_DATA *r = (ECDH_DATA *)data;
     
     #ifndef OPENSSL_NO_ENGINE
    -	if (r->engine)
    -		ENGINE_finish(r->engine);
    +    if (r->engine)
    +        ENGINE_finish(r->engine);
     #endif
     
    -	CRYPTO_free_ex_data(CRYPTO_EX_INDEX_ECDH, r, &r->ex_data);
    +    CRYPTO_free_ex_data(CRYPTO_EX_INDEX_ECDH, r, &r->ex_data);
     
    -	OPENSSL_cleanse((void *)r, sizeof(ECDH_DATA));
    +    OPENSSL_cleanse((void *)r, sizeof(ECDH_DATA));
     
    -	OPENSSL_free(r);
    -	}
    +    OPENSSL_free(r);
    +}
     
     ECDH_DATA *ecdh_check(EC_KEY *key)
    -	{
    -	ECDH_DATA *ecdh_data;
    - 
    -	void *data = EC_KEY_get_key_method_data(key, ecdh_data_dup,
    -					ecdh_data_free, ecdh_data_free);
    -	if (data == NULL)
    -	{
    -		ecdh_data = (ECDH_DATA *)ecdh_data_new();
    -		if (ecdh_data == NULL)
    -			return NULL;
    -		data = EC_KEY_insert_key_method_data(key, (void *)ecdh_data,
    -			   ecdh_data_dup, ecdh_data_free, ecdh_data_free);
    -		if (data != NULL)
    -			{
    -			/* Another thread raced us to install the key_method
    -			 * data and won. */
    -			ecdh_data_free(ecdh_data);
    -			ecdh_data = (ECDH_DATA *)data;
    -			}
    -	}
    -	else
    -		ecdh_data = (ECDH_DATA *)data;
    +{
    +    ECDH_DATA *ecdh_data;
    +
    +    void *data = EC_KEY_get_key_method_data(key, ecdh_data_dup,
    +                                            ecdh_data_free, ecdh_data_free);
    +    if (data == NULL) {
    +        ecdh_data = (ECDH_DATA *)ecdh_data_new();
    +        if (ecdh_data == NULL)
    +            return NULL;
    +        data = EC_KEY_insert_key_method_data(key, (void *)ecdh_data,
    +                                             ecdh_data_dup, ecdh_data_free,
    +                                             ecdh_data_free);
    +        if (data != NULL) {
    +            /*
    +             * Another thread raced us to install the key_method data and
    +             * won.
    +             */
    +            ecdh_data_free(ecdh_data);
    +            ecdh_data = (ECDH_DATA *)data;
    +        }
    +    } else
    +        ecdh_data = (ECDH_DATA *)data;
     #ifdef OPENSSL_FIPS
    -	if (FIPS_mode() && !(ecdh_data->flags & ECDH_FLAG_FIPS_METHOD)
    -			&& !(EC_KEY_get_flags(key) & EC_FLAG_NON_FIPS_ALLOW))
    -		{
    -		ECDHerr(ECDH_F_ECDH_CHECK, ECDH_R_NON_FIPS_METHOD);
    -		return NULL;
    -		}
    +    if (FIPS_mode() && !(ecdh_data->flags & ECDH_FLAG_FIPS_METHOD)
    +        && !(EC_KEY_get_flags(key) & EC_FLAG_NON_FIPS_ALLOW)) {
    +        ECDHerr(ECDH_F_ECDH_CHECK, ECDH_R_NON_FIPS_METHOD);
    +        return NULL;
    +    }
     #endif
    -	
     
    -	return ecdh_data;
    -	}
    +    return ecdh_data;
    +}
     
     int ECDH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
    -	     CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func)
    -	{
    -	return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_ECDH, argl, argp,
    -				new_func, dup_func, free_func);
    -	}
    +                          CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func)
    +{
    +    return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_ECDH, argl, argp,
    +                                   new_func, dup_func, free_func);
    +}
     
     int ECDH_set_ex_data(EC_KEY *d, int idx, void *arg)
    -	{
    -	ECDH_DATA *ecdh;
    -	ecdh = ecdh_check(d);
    -	if (ecdh == NULL)
    -		return 0;
    -	return(CRYPTO_set_ex_data(&ecdh->ex_data,idx,arg));
    -	}
    +{
    +    ECDH_DATA *ecdh;
    +    ecdh = ecdh_check(d);
    +    if (ecdh == NULL)
    +        return 0;
    +    return (CRYPTO_set_ex_data(&ecdh->ex_data, idx, arg));
    +}
     
     void *ECDH_get_ex_data(EC_KEY *d, int idx)
    -	{
    -	ECDH_DATA *ecdh;
    -	ecdh = ecdh_check(d);
    -	if (ecdh == NULL)
    -		return NULL;
    -	return(CRYPTO_get_ex_data(&ecdh->ex_data,idx));
    -	}
    +{
    +    ECDH_DATA *ecdh;
    +    ecdh = ecdh_check(d);
    +    if (ecdh == NULL)
    +        return NULL;
    +    return (CRYPTO_get_ex_data(&ecdh->ex_data, idx));
    +}
    diff --git a/openssl/crypto/ecdh/ech_locl.h b/openssl/crypto/ecdh/ech_locl.h
    index f6cad6a89..4e66024c7 100644
    --- a/openssl/crypto/ecdh/ech_locl.h
    +++ b/openssl/crypto/ecdh/ech_locl.h
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -54,43 +54,45 @@
      */
     
     #ifndef HEADER_ECH_LOCL_H
    -#define HEADER_ECH_LOCL_H
    +# define HEADER_ECH_LOCL_H
     
    -#include 
    +# include 
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -struct ecdh_method 
    -	{
    -	const char *name;
    -	int (*compute_key)(void *key, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh,
    -	                   void *(*KDF)(const void *in, size_t inlen, void *out, size_t *outlen));
    -#if 0
    -	int (*init)(EC_KEY *eckey);
    -	int (*finish)(EC_KEY *eckey);
    -#endif
    -	int flags;
    -	char *app_data;
    -	};
    +struct ecdh_method {
    +    const char *name;
    +    int (*compute_key) (void *key, size_t outlen, const EC_POINT *pub_key,
    +                        EC_KEY *ecdh, void *(*KDF) (const void *in,
    +                                                    size_t inlen, void *out,
    +                                                    size_t *outlen));
    +# if 0
    +    int (*init) (EC_KEY *eckey);
    +    int (*finish) (EC_KEY *eckey);
    +# endif
    +    int flags;
    +    char *app_data;
    +};
     
    -/* If this flag is set the ECDH method is FIPS compliant and can be used
    - * in FIPS mode. This is set in the validated module method. If an
    - * application sets this flag in its own methods it is its responsibility
    - * to ensure the result is compliant.
    +/*
    + * If this flag is set the ECDH method is FIPS compliant and can be used in
    + * FIPS mode. This is set in the validated module method. If an application
    + * sets this flag in its own methods it is its responsibility to ensure the
    + * result is compliant.
      */
     
    -#define ECDH_FLAG_FIPS_METHOD	0x1
    +# define ECDH_FLAG_FIPS_METHOD   0x1
     
     typedef struct ecdh_data_st {
    -	/* EC_KEY_METH_DATA part */
    -	int (*init)(EC_KEY *);
    -	/* method specific part */
    -	ENGINE	*engine;
    -	int	flags;
    -	const ECDH_METHOD *meth;
    -	CRYPTO_EX_DATA ex_data;
    +    /* EC_KEY_METH_DATA part */
    +    int (*init) (EC_KEY *);
    +    /* method specific part */
    +    ENGINE *engine;
    +    int flags;
    +    const ECDH_METHOD *meth;
    +    CRYPTO_EX_DATA ex_data;
     } ECDH_DATA;
     
     ECDH_DATA *ecdh_check(EC_KEY *);
    @@ -99,4 +101,4 @@ ECDH_DATA *ecdh_check(EC_KEY *);
     }
     #endif
     
    -#endif /* HEADER_ECH_LOCL_H */
    +#endif                          /* HEADER_ECH_LOCL_H */
    diff --git a/openssl/crypto/ecdh/ech_ossl.c b/openssl/crypto/ecdh/ech_ossl.c
    index 4a30628fb..df115cc26 100644
    --- a/openssl/crypto/ecdh/ech_ossl.c
    +++ b/openssl/crypto/ecdh/ech_ossl.c
    @@ -21,7 +21,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -67,7 +67,6 @@
      *
      */
     
    -
     #include 
     #include 
     
    @@ -80,136 +79,140 @@
     #include 
     
     static int ecdh_compute_key(void *out, size_t len, const EC_POINT *pub_key,
    -	EC_KEY *ecdh, 
    -	void *(*KDF)(const void *in, size_t inlen, void *out, size_t *outlen));
    +                            EC_KEY *ecdh,
    +                            void *(*KDF) (const void *in, size_t inlen,
    +                                          void *out, size_t *outlen));
     
     static ECDH_METHOD openssl_ecdh_meth = {
    -	"OpenSSL ECDH method",
    -	ecdh_compute_key,
    +    "OpenSSL ECDH method",
    +    ecdh_compute_key,
     #if 0
    -	NULL, /* init     */
    -	NULL, /* finish   */
    +    NULL,                       /* init */
    +    NULL,                       /* finish */
     #endif
    -	0,    /* flags    */
    -	NULL  /* app_data */
    +    0,                          /* flags */
    +    NULL                        /* app_data */
     };
     
     const ECDH_METHOD *ECDH_OpenSSL(void)
    -	{
    -	return &openssl_ecdh_meth;
    -	}
    -
    +{
    +    return &openssl_ecdh_meth;
    +}
     
    -/* This implementation is based on the following primitives in the IEEE 1363 standard:
    +/*-
    + * This implementation is based on the following primitives in the IEEE 1363 standard:
      *  - ECKAS-DH1
      *  - ECSVDP-DH
      * Finally an optional KDF is applied.
      */
     static int ecdh_compute_key(void *out, size_t outlen, const EC_POINT *pub_key,
    -	EC_KEY *ecdh,
    -	void *(*KDF)(const void *in, size_t inlen, void *out, size_t *outlen))
    -	{
    -	BN_CTX *ctx;
    -	EC_POINT *tmp=NULL;
    -	BIGNUM *x=NULL, *y=NULL;
    -	const BIGNUM *priv_key;
    -	const EC_GROUP* group;
    -	int ret= -1;
    -	size_t buflen, len;
    -	unsigned char *buf=NULL;
    -
    -	if (outlen > INT_MAX)
    -		{
    -		ECDHerr(ECDH_F_ECDH_COMPUTE_KEY,ERR_R_MALLOC_FAILURE); /* sort of, anyway */
    -		return -1;
    -		}
    -
    -	if ((ctx = BN_CTX_new()) == NULL) goto err;
    -	BN_CTX_start(ctx);
    -	x = BN_CTX_get(ctx);
    -	y = BN_CTX_get(ctx);
    -	
    -	priv_key = EC_KEY_get0_private_key(ecdh);
    -	if (priv_key == NULL)
    -		{
    -		ECDHerr(ECDH_F_ECDH_COMPUTE_KEY,ECDH_R_NO_PRIVATE_VALUE);
    -		goto err;
    -		}
    -
    -	group = EC_KEY_get0_group(ecdh);
    -	if ((tmp=EC_POINT_new(group)) == NULL)
    -		{
    -		ECDHerr(ECDH_F_ECDH_COMPUTE_KEY,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	if (!EC_POINT_mul(group, tmp, NULL, pub_key, priv_key, ctx)) 
    -		{
    -		ECDHerr(ECDH_F_ECDH_COMPUTE_KEY,ECDH_R_POINT_ARITHMETIC_FAILURE);
    -		goto err;
    -		}
    -		
    -	if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) == NID_X9_62_prime_field) 
    -		{
    -		if (!EC_POINT_get_affine_coordinates_GFp(group, tmp, x, y, ctx)) 
    -			{
    -			ECDHerr(ECDH_F_ECDH_COMPUTE_KEY,ECDH_R_POINT_ARITHMETIC_FAILURE);
    -			goto err;
    -			}
    -		}
    +                            EC_KEY *ecdh,
    +                            void *(*KDF) (const void *in, size_t inlen,
    +                                          void *out, size_t *outlen))
    +{
    +    BN_CTX *ctx;
    +    EC_POINT *tmp = NULL;
    +    BIGNUM *x = NULL, *y = NULL;
    +    const BIGNUM *priv_key;
    +    const EC_GROUP *group;
    +    int ret = -1;
    +    size_t buflen, len;
    +    unsigned char *buf = NULL;
    +
    +    if (outlen > INT_MAX) {
    +        ECDHerr(ECDH_F_ECDH_COMPUTE_KEY, ERR_R_MALLOC_FAILURE); /* sort of,
    +                                                                 * anyway */
    +        return -1;
    +    }
    +
    +    if ((ctx = BN_CTX_new()) == NULL)
    +        goto err;
    +    BN_CTX_start(ctx);
    +    x = BN_CTX_get(ctx);
    +    y = BN_CTX_get(ctx);
    +
    +    priv_key = EC_KEY_get0_private_key(ecdh);
    +    if (priv_key == NULL) {
    +        ECDHerr(ECDH_F_ECDH_COMPUTE_KEY, ECDH_R_NO_PRIVATE_VALUE);
    +        goto err;
    +    }
    +
    +    group = EC_KEY_get0_group(ecdh);
    +
    +    if (EC_KEY_get_flags(ecdh) & EC_FLAG_COFACTOR_ECDH) {
    +        if (!EC_GROUP_get_cofactor(group, x, ctx) ||
    +            !BN_mul(x, x, priv_key, ctx)) {
    +            ECDHerr(ECDH_F_ECDH_COMPUTE_KEY, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +        priv_key = x;
    +    }
    +
    +    if ((tmp = EC_POINT_new(group)) == NULL) {
    +        ECDHerr(ECDH_F_ECDH_COMPUTE_KEY, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    if (!EC_POINT_mul(group, tmp, NULL, pub_key, priv_key, ctx)) {
    +        ECDHerr(ECDH_F_ECDH_COMPUTE_KEY, ECDH_R_POINT_ARITHMETIC_FAILURE);
    +        goto err;
    +    }
    +
    +    if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) ==
    +        NID_X9_62_prime_field) {
    +        if (!EC_POINT_get_affine_coordinates_GFp(group, tmp, x, y, ctx)) {
    +            ECDHerr(ECDH_F_ECDH_COMPUTE_KEY, ECDH_R_POINT_ARITHMETIC_FAILURE);
    +            goto err;
    +        }
    +    }
     #ifndef OPENSSL_NO_EC2M
    -	else
    -		{
    -		if (!EC_POINT_get_affine_coordinates_GF2m(group, tmp, x, y, ctx)) 
    -			{
    -			ECDHerr(ECDH_F_ECDH_COMPUTE_KEY,ECDH_R_POINT_ARITHMETIC_FAILURE);
    -			goto err;
    -			}
    -		}
    +    else {
    +        if (!EC_POINT_get_affine_coordinates_GF2m(group, tmp, x, y, ctx)) {
    +            ECDHerr(ECDH_F_ECDH_COMPUTE_KEY, ECDH_R_POINT_ARITHMETIC_FAILURE);
    +            goto err;
    +        }
    +    }
     #endif
     
    -	buflen = (EC_GROUP_get_degree(group) + 7)/8;
    -	len = BN_num_bytes(x);
    -	if (len > buflen)
    -		{
    -		ECDHerr(ECDH_F_ECDH_COMPUTE_KEY,ERR_R_INTERNAL_ERROR);
    -		goto err;
    -		}
    -	if ((buf = OPENSSL_malloc(buflen)) == NULL)
    -		{
    -		ECDHerr(ECDH_F_ECDH_COMPUTE_KEY,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -	
    -	memset(buf, 0, buflen - len);
    -	if (len != (size_t)BN_bn2bin(x, buf + buflen - len))
    -		{
    -		ECDHerr(ECDH_F_ECDH_COMPUTE_KEY,ERR_R_BN_LIB);
    -		goto err;
    -		}
    -
    -	if (KDF != 0)
    -		{
    -		if (KDF(buf, buflen, out, &outlen) == NULL)
    -			{
    -			ECDHerr(ECDH_F_ECDH_COMPUTE_KEY,ECDH_R_KDF_FAILED);
    -			goto err;
    -			}
    -		ret = outlen;
    -		}
    -	else
    -		{
    -		/* no KDF, just copy as much as we can */
    -		if (outlen > buflen)
    -			outlen = buflen;
    -		memcpy(out, buf, outlen);
    -		ret = outlen;
    -		}
    -	
    -err:
    -	if (tmp) EC_POINT_free(tmp);
    -	if (ctx) BN_CTX_end(ctx);
    -	if (ctx) BN_CTX_free(ctx);
    -	if (buf) OPENSSL_free(buf);
    -	return(ret);
    -	}
    +    buflen = (EC_GROUP_get_degree(group) + 7) / 8;
    +    len = BN_num_bytes(x);
    +    if (len > buflen) {
    +        ECDHerr(ECDH_F_ECDH_COMPUTE_KEY, ERR_R_INTERNAL_ERROR);
    +        goto err;
    +    }
    +    if ((buf = OPENSSL_malloc(buflen)) == NULL) {
    +        ECDHerr(ECDH_F_ECDH_COMPUTE_KEY, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    memset(buf, 0, buflen - len);
    +    if (len != (size_t)BN_bn2bin(x, buf + buflen - len)) {
    +        ECDHerr(ECDH_F_ECDH_COMPUTE_KEY, ERR_R_BN_LIB);
    +        goto err;
    +    }
    +
    +    if (KDF != 0) {
    +        if (KDF(buf, buflen, out, &outlen) == NULL) {
    +            ECDHerr(ECDH_F_ECDH_COMPUTE_KEY, ECDH_R_KDF_FAILED);
    +            goto err;
    +        }
    +        ret = outlen;
    +    } else {
    +        /* no KDF, just copy as much as we can */
    +        if (outlen > buflen)
    +            outlen = buflen;
    +        memcpy(out, buf, outlen);
    +        ret = outlen;
    +    }
    +
    + err:
    +    if (tmp)
    +        EC_POINT_free(tmp);
    +    if (ctx)
    +        BN_CTX_end(ctx);
    +    if (ctx)
    +        BN_CTX_free(ctx);
    +    if (buf)
    +        OPENSSL_free(buf);
    +    return (ret);
    +}
    diff --git a/openssl/crypto/ecdsa/ecdsa.h b/openssl/crypto/ecdsa/ecdsa.h
    index 7fb5254b6..c4016ac3e 100644
    --- a/openssl/crypto/ecdsa/ecdsa.h
    +++ b/openssl/crypto/ecdsa/ecdsa.h
    @@ -11,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -57,29 +57,28 @@
      *
      */
     #ifndef HEADER_ECDSA_H
    -#define HEADER_ECDSA_H
    +# define HEADER_ECDSA_H
     
    -#include 
    +# include 
     
    -#ifdef OPENSSL_NO_ECDSA
    -#error ECDSA is disabled.
    -#endif
    +# ifdef OPENSSL_NO_ECDSA
    +#  error ECDSA is disabled.
    +# endif
     
    -#include 
    -#include 
    -#ifndef OPENSSL_NO_DEPRECATED
    -#include 
    -#endif
    +# include 
    +# include 
    +# ifndef OPENSSL_NO_DEPRECATED
    +#  include 
    +# endif
     
     #ifdef __cplusplus
     extern "C" {
     #endif
     
    -typedef struct ECDSA_SIG_st
    -	{
    -	BIGNUM *r;
    -	BIGNUM *s;
    -	} ECDSA_SIG;
    +typedef struct ECDSA_SIG_st {
    +    BIGNUM *r;
    +    BIGNUM *s;
    +} ECDSA_SIG;
     
     /** Allocates and initialize a ECDSA_SIG structure
      *  \return pointer to a ECDSA_SIG structure or NULL if an error occurred
    @@ -89,18 +88,18 @@ ECDSA_SIG *ECDSA_SIG_new(void);
     /** frees a ECDSA_SIG structure
      *  \param  sig  pointer to the ECDSA_SIG structure
      */
    -void	  ECDSA_SIG_free(ECDSA_SIG *sig);
    +void ECDSA_SIG_free(ECDSA_SIG *sig);
     
     /** DER encode content of ECDSA_SIG object (note: this function modifies *pp
      *  (*pp += length of the DER encoded signature)).
      *  \param  sig  pointer to the ECDSA_SIG object
      *  \param  pp   pointer to a unsigned char pointer for the output or NULL
    - *  \return the length of the DER encoded ECDSA_SIG object or 0 
    + *  \return the length of the DER encoded ECDSA_SIG object or 0
      */
    -int	  i2d_ECDSA_SIG(const ECDSA_SIG *sig, unsigned char **pp);
    +int i2d_ECDSA_SIG(const ECDSA_SIG *sig, unsigned char **pp);
     
     /** Decodes a DER encoded ECDSA signature (note: this function changes *pp
    - *  (*pp += len)). 
    + *  (*pp += len)).
      *  \param  sig  pointer to ECDSA_SIG pointer (may be NULL)
      *  \param  pp   memory buffer with the DER encoded signature
      *  \param  len  length of the buffer
    @@ -115,20 +114,22 @@ ECDSA_SIG *d2i_ECDSA_SIG(ECDSA_SIG **sig, const unsigned char **pp, long len);
      *  \param  eckey     EC_KEY object containing a private EC key
      *  \return pointer to a ECDSA_SIG structure or NULL if an error occurred
      */
    -ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst,int dgst_len,EC_KEY *eckey);
    +ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst, int dgst_len,
    +                         EC_KEY *eckey);
     
     /** Computes ECDSA signature of a given hash value using the supplied
      *  private key (note: sig must point to ECDSA_size(eckey) bytes of memory).
      *  \param  dgst     pointer to the hash value to sign
      *  \param  dgstlen  length of the hash value
      *  \param  kinv     BIGNUM with a pre-computed inverse k (optional)
    - *  \param  rp       BIGNUM with a pre-computed rp value (optioanl), 
    + *  \param  rp       BIGNUM with a pre-computed rp value (optioanl),
      *                   see ECDSA_sign_setup
      *  \param  eckey    EC_KEY object containing a private EC key
      *  \return pointer to a ECDSA_SIG structure or NULL if an error occurred
      */
    -ECDSA_SIG *ECDSA_do_sign_ex(const unsigned char *dgst, int dgstlen, 
    -		const BIGNUM *kinv, const BIGNUM *rp, EC_KEY *eckey);
    +ECDSA_SIG *ECDSA_do_sign_ex(const unsigned char *dgst, int dgstlen,
    +                            const BIGNUM *kinv, const BIGNUM *rp,
    +                            EC_KEY *eckey);
     
     /** Verifies that the supplied signature is a valid ECDSA
      *  signature of the supplied hash value using the supplied public key.
    @@ -139,15 +140,15 @@ ECDSA_SIG *ECDSA_do_sign_ex(const unsigned char *dgst, int dgstlen,
      *  \return 1 if the signature is valid, 0 if the signature is invalid
      *          and -1 on error
      */
    -int	  ECDSA_do_verify(const unsigned char *dgst, int dgst_len,
    -		const ECDSA_SIG *sig, EC_KEY* eckey);
    +int ECDSA_do_verify(const unsigned char *dgst, int dgst_len,
    +                    const ECDSA_SIG *sig, EC_KEY *eckey);
     
     const ECDSA_METHOD *ECDSA_OpenSSL(void);
     
     /** Sets the default ECDSA method
      *  \param  meth  new default ECDSA_METHOD
      */
    -void	  ECDSA_set_default_method(const ECDSA_METHOD *meth);
    +void ECDSA_set_default_method(const ECDSA_METHOD *meth);
     
     /** Returns the default ECDSA method
      *  \return pointer to ECDSA_METHOD structure containing the default method
    @@ -157,15 +158,15 @@ const ECDSA_METHOD *ECDSA_get_default_method(void);
     /** Sets method to be used for the ECDSA operations
      *  \param  eckey  EC_KEY object
      *  \param  meth   new method
    - *  \return 1 on success and 0 otherwise 
    + *  \return 1 on success and 0 otherwise
      */
    -int 	  ECDSA_set_method(EC_KEY *eckey, const ECDSA_METHOD *meth);
    +int ECDSA_set_method(EC_KEY *eckey, const ECDSA_METHOD *meth);
     
     /** Returns the maximum length of the DER encoded signature
      *  \param  eckey  EC_KEY object
      *  \return numbers of bytes required for the DER encoded signature
      */
    -int	  ECDSA_size(const EC_KEY *eckey);
    +int ECDSA_size(const EC_KEY *eckey);
     
     /** Precompute parts of the signing operation
      *  \param  eckey  EC_KEY object containing a private EC key
    @@ -174,8 +175,7 @@ int	  ECDSA_size(const EC_KEY *eckey);
      *  \param  rp     BIGNUM pointer for x coordinate of k * generator
      *  \return 1 on success and 0 otherwise
      */
    -int 	  ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx, BIGNUM **kinv, 
    -		BIGNUM **rp);
    +int ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx, BIGNUM **kinv, BIGNUM **rp);
     
     /** Computes ECDSA signature of a given hash value using the supplied
      *  private key (note: sig must point to ECDSA_size(eckey) bytes of memory).
    @@ -187,9 +187,8 @@ int 	  ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx, BIGNUM **kinv,
      *  \param  eckey    EC_KEY object containing a private EC key
      *  \return 1 on success and 0 otherwise
      */
    -int	  ECDSA_sign(int type, const unsigned char *dgst, int dgstlen, 
    -		unsigned char *sig, unsigned int *siglen, EC_KEY *eckey);
    -
    +int ECDSA_sign(int type, const unsigned char *dgst, int dgstlen,
    +               unsigned char *sig, unsigned int *siglen, EC_KEY *eckey);
     
     /** Computes ECDSA signature of a given hash value using the supplied
      *  private key (note: sig must point to ECDSA_size(eckey) bytes of memory).
    @@ -199,19 +198,19 @@ int	  ECDSA_sign(int type, const unsigned char *dgst, int dgstlen,
      *  \param  sig      buffer to hold the DER encoded signature
      *  \param  siglen   pointer to the length of the returned signature
      *  \param  kinv     BIGNUM with a pre-computed inverse k (optional)
    - *  \param  rp       BIGNUM with a pre-computed rp value (optioanl), 
    + *  \param  rp       BIGNUM with a pre-computed rp value (optioanl),
      *                   see ECDSA_sign_setup
      *  \param  eckey    EC_KEY object containing a private EC key
      *  \return 1 on success and 0 otherwise
      */
    -int	  ECDSA_sign_ex(int type, const unsigned char *dgst, int dgstlen, 
    -		unsigned char *sig, unsigned int *siglen, const BIGNUM *kinv,
    -		const BIGNUM *rp, EC_KEY *eckey);
    +int ECDSA_sign_ex(int type, const unsigned char *dgst, int dgstlen,
    +                  unsigned char *sig, unsigned int *siglen,
    +                  const BIGNUM *kinv, const BIGNUM *rp, EC_KEY *eckey);
     
     /** Verifies that the given signature is valid ECDSA signature
      *  of the supplied hash value using the specified public key.
      *  \param  type     this parameter is ignored
    - *  \param  dgst     pointer to the hash value 
    + *  \param  dgst     pointer to the hash value
      *  \param  dgstlen  length of the hash value
      *  \param  sig      pointer to the DER encoded signature
      *  \param  siglen   length of the DER encoded signature
    @@ -219,18 +218,93 @@ int	  ECDSA_sign_ex(int type, const unsigned char *dgst, int dgstlen,
      *  \return 1 if the signature is valid, 0 if the signature is invalid
      *          and -1 on error
      */
    -int 	  ECDSA_verify(int type, const unsigned char *dgst, int dgstlen, 
    -		const unsigned char *sig, int siglen, EC_KEY *eckey);
    +int ECDSA_verify(int type, const unsigned char *dgst, int dgstlen,
    +                 const unsigned char *sig, int siglen, EC_KEY *eckey);
     
     /* the standard ex_data functions */
    -int 	  ECDSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new 
    -		*new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
    -int 	  ECDSA_set_ex_data(EC_KEY *d, int idx, void *arg);
    -void 	  *ECDSA_get_ex_data(EC_KEY *d, int idx);
    +int ECDSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new
    +                           *new_func, CRYPTO_EX_dup *dup_func,
    +                           CRYPTO_EX_free *free_func);
    +int ECDSA_set_ex_data(EC_KEY *d, int idx, void *arg);
    +void *ECDSA_get_ex_data(EC_KEY *d, int idx);
    +
    +/** Allocates and initialize a ECDSA_METHOD structure
    + *  \param ecdsa_method pointer to ECDSA_METHOD to copy.  (May be NULL)
    + *  \return pointer to a ECDSA_METHOD structure or NULL if an error occurred
    + */
    +
    +ECDSA_METHOD *ECDSA_METHOD_new(ECDSA_METHOD *ecdsa_method);
    +
    +/** frees a ECDSA_METHOD structure
    + *  \param  ecdsa_method  pointer to the ECDSA_METHOD structure
    + */
    +void ECDSA_METHOD_free(ECDSA_METHOD *ecdsa_method);
    +
    +/**  Sets application specific data in the ECDSA_METHOD
    + *   \param  ecdsa_method pointer to existing ECDSA_METHOD
    + *   \param  app application specific data to set
    + */
    +
    +void ECDSA_METHOD_set_app_data(ECDSA_METHOD *ecdsa_method, void *app);
    +
    +/** Returns application specific data from a ECDSA_METHOD structure
    + *  \param ecdsa_method pointer to ECDSA_METHOD structure
    + *  \return pointer to application specific data.
    + */
    +
    +void *ECDSA_METHOD_get_app_data(ECDSA_METHOD *ecdsa_method);
     
    +/**  Set the ECDSA_do_sign function in the ECDSA_METHOD
    + *   \param  ecdsa_method  pointer to existing ECDSA_METHOD
    + *   \param  ecdsa_do_sign a funtion of type ECDSA_do_sign
    + */
    +
    +void ECDSA_METHOD_set_sign(ECDSA_METHOD *ecdsa_method,
    +                           ECDSA_SIG *(*ecdsa_do_sign) (const unsigned char
    +                                                        *dgst, int dgst_len,
    +                                                        const BIGNUM *inv,
    +                                                        const BIGNUM *rp,
    +                                                        EC_KEY *eckey));
    +
    +/**  Set the  ECDSA_sign_setup function in the ECDSA_METHOD
    + *   \param  ecdsa_method  pointer to existing ECDSA_METHOD
    + *   \param  ecdsa_sign_setup a funtion of type ECDSA_sign_setup
    + */
    +
    +void ECDSA_METHOD_set_sign_setup(ECDSA_METHOD *ecdsa_method,
    +                                 int (*ecdsa_sign_setup) (EC_KEY *eckey,
    +                                                          BN_CTX *ctx,
    +                                                          BIGNUM **kinv,
    +                                                          BIGNUM **r));
    +
    +/**  Set the ECDSA_do_verify function in the ECDSA_METHOD
    + *   \param  ecdsa_method  pointer to existing ECDSA_METHOD
    + *   \param  ecdsa_do_verify a funtion of type ECDSA_do_verify
    + */
    +
    +void ECDSA_METHOD_set_verify(ECDSA_METHOD *ecdsa_method,
    +                             int (*ecdsa_do_verify) (const unsigned char
    +                                                     *dgst, int dgst_len,
    +                                                     const ECDSA_SIG *sig,
    +                                                     EC_KEY *eckey));
    +
    +void ECDSA_METHOD_set_flags(ECDSA_METHOD *ecdsa_method, int flags);
    +
    +/**  Set the flags field in the ECDSA_METHOD
    + *   \param  ecdsa_method  pointer to existing ECDSA_METHOD
    + *   \param  flags flags value to set
    + */
    +
    +void ECDSA_METHOD_set_name(ECDSA_METHOD *ecdsa_method, char *name);
    +
    +/**  Set the name field in the ECDSA_METHOD
    + *   \param  ecdsa_method  pointer to existing ECDSA_METHOD
    + *   \param  name name to set
    + */
     
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     void ERR_load_ECDSA_strings(void);
    @@ -238,21 +312,22 @@ void ERR_load_ECDSA_strings(void);
     /* Error codes for the ECDSA functions. */
     
     /* Function codes. */
    -#define ECDSA_F_ECDSA_CHECK				 104
    -#define ECDSA_F_ECDSA_DATA_NEW_METHOD			 100
    -#define ECDSA_F_ECDSA_DO_SIGN				 101
    -#define ECDSA_F_ECDSA_DO_VERIFY				 102
    -#define ECDSA_F_ECDSA_SIGN_SETUP			 103
    +# define ECDSA_F_ECDSA_CHECK                              104
    +# define ECDSA_F_ECDSA_DATA_NEW_METHOD                    100
    +# define ECDSA_F_ECDSA_DO_SIGN                            101
    +# define ECDSA_F_ECDSA_DO_VERIFY                          102
    +# define ECDSA_F_ECDSA_METHOD_NEW                         105
    +# define ECDSA_F_ECDSA_SIGN_SETUP                         103
     
     /* Reason codes. */
    -#define ECDSA_R_BAD_SIGNATURE				 100
    -#define ECDSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE		 101
    -#define ECDSA_R_ERR_EC_LIB				 102
    -#define ECDSA_R_MISSING_PARAMETERS			 103
    -#define ECDSA_R_NEED_NEW_SETUP_VALUES			 106
    -#define ECDSA_R_NON_FIPS_METHOD				 107
    -#define ECDSA_R_RANDOM_NUMBER_GENERATION_FAILED		 104
    -#define ECDSA_R_SIGNATURE_MALLOC_FAILED			 105
    +# define ECDSA_R_BAD_SIGNATURE                            100
    +# define ECDSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE              101
    +# define ECDSA_R_ERR_EC_LIB                               102
    +# define ECDSA_R_MISSING_PARAMETERS                       103
    +# define ECDSA_R_NEED_NEW_SETUP_VALUES                    106
    +# define ECDSA_R_NON_FIPS_METHOD                          107
    +# define ECDSA_R_RANDOM_NUMBER_GENERATION_FAILED          104
    +# define ECDSA_R_SIGNATURE_MALLOC_FAILED                  105
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/ecdsa/ecdsatest.c b/openssl/crypto/ecdsa/ecdsatest.c
    index 537bb3036..b2d78f3d5 100644
    --- a/openssl/crypto/ecdsa/ecdsatest.c
    +++ b/openssl/crypto/ecdsa/ecdsatest.c
    @@ -10,7 +10,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -58,13 +58,13 @@
     /* ====================================================================
      * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
      *
    - * Portions of the attached software ("Contribution") are developed by 
    + * Portions of the attached software ("Contribution") are developed by
      * SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project.
      *
      * The Contribution is licensed pursuant to the OpenSSL open source
      * license provided above.
      *
    - * The elliptic curve binary polynomial software is originally written by 
    + * The elliptic curve binary polynomial software is originally written by
      * Sheueling Chang Shantz and Douglas Stebila of Sun Microsystems Laboratories.
      *
      */
    @@ -76,26 +76,26 @@
     #include  /* To see if OPENSSL_NO_ECDSA is defined */
     
     #ifdef OPENSSL_NO_ECDSA
    -int main(int argc, char * argv[])
    -	{
    -	puts("Elliptic curves are disabled.");
    -	return 0;
    -	}
    +int main(int argc, char *argv[])
    +{
    +    puts("Elliptic curves are disabled.");
    +    return 0;
    +}
     #else
     
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -#ifndef OPENSSL_NO_ENGINE
    -#include 
    -#endif
    -#include 
    -#include 
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
    +# ifndef OPENSSL_NO_ENGINE
    +#  include 
    +# endif
    +# include 
    +# include 
     
     static const char rnd_seed[] = "string to make the random number generator "
    -	"think it has entropy";
    +    "think it has entropy";
     
     /* declaration of the test functions */
     int x9_62_tests(BIO *);
    @@ -107,466 +107,450 @@ int change_rand(void);
     int restore_rand(void);
     int fbytes(unsigned char *buf, int num);
     
    -RAND_METHOD	fake_rand;
    +RAND_METHOD fake_rand;
     const RAND_METHOD *old_rand;
     
     int change_rand(void)
    -	{
    -	/* save old rand method */
    -	if ((old_rand = RAND_get_rand_method()) == NULL)
    -		return 0;
    -
    -	fake_rand.seed    = old_rand->seed;
    -	fake_rand.cleanup = old_rand->cleanup;
    -	fake_rand.add     = old_rand->add;
    -	fake_rand.status  = old_rand->status;
    -	/* use own random function */
    -	fake_rand.bytes      = fbytes;
    -	fake_rand.pseudorand = old_rand->bytes;
    -	/* set new RAND_METHOD */
    -	if (!RAND_set_rand_method(&fake_rand))
    -		return 0;
    -	return 1;
    -	}
    +{
    +    /* save old rand method */
    +    if ((old_rand = RAND_get_rand_method()) == NULL)
    +        return 0;
    +
    +    fake_rand.seed = old_rand->seed;
    +    fake_rand.cleanup = old_rand->cleanup;
    +    fake_rand.add = old_rand->add;
    +    fake_rand.status = old_rand->status;
    +    /* use own random function */
    +    fake_rand.bytes = fbytes;
    +    fake_rand.pseudorand = old_rand->bytes;
    +    /* set new RAND_METHOD */
    +    if (!RAND_set_rand_method(&fake_rand))
    +        return 0;
    +    return 1;
    +}
     
     int restore_rand(void)
    -	{
    -	if (!RAND_set_rand_method(old_rand))
    -		return 0;
    -	else
    -		return 1;
    -	}
    +{
    +    if (!RAND_set_rand_method(old_rand))
    +        return 0;
    +    else
    +        return 1;
    +}
     
     static int fbytes_counter = 0;
     static const char *numbers[8] = {
    -	"651056770906015076056810763456358567190100156695615665659",
    -	"6140507067065001063065065565667405560006161556565665656654",
    -	"8763001015071075675010661307616710783570106710677817767166"
    -	"71676178726717",
    -	"7000000175690566466555057817571571075705015757757057795755"
    -	"55657156756655",
    -	"1275552191113212300012030439187146164646146646466749494799",
    -	"1542725565216523985789236956265265265235675811949404040041",
    -	"1456427555219115346513212300075341203043918714616464614664"
    -	"64667494947990",
    -	"1712787255652165239672857892369562652652652356758119494040"
    -	"40041670216363"};
    +    "651056770906015076056810763456358567190100156695615665659",
    +    "6140507067065001063065065565667405560006161556565665656654",
    +    "8763001015071075675010661307616710783570106710677817767166"
    +        "71676178726717",
    +    "7000000175690566466555057817571571075705015757757057795755"
    +        "55657156756655",
    +    "1275552191113212300012030439187146164646146646466749494799",
    +    "1542725565216523985789236956265265265235675811949404040041",
    +    "1456427555219115346513212300075341203043918714616464614664"
    +        "64667494947990",
    +    "1712787255652165239672857892369562652652652356758119494040"
    +        "40041670216363"
    +};
     
     int fbytes(unsigned char *buf, int num)
    -	{
    -	int	ret;
    -	BIGNUM	*tmp = NULL;
    -
    -	if (fbytes_counter >= 8)
    -		return 0;
    -	tmp = BN_new();
    -	if (!tmp)
    -		return 0;
    -	if (!BN_dec2bn(&tmp, numbers[fbytes_counter]))
    -		{
    -		BN_free(tmp);
    -		return 0;
    -		}
    -	fbytes_counter ++;
    -	if (num != BN_num_bytes(tmp) || !BN_bn2bin(tmp, buf))
    -		ret = 0;
    -	else 
    -		ret = 1;
    -	if (tmp)
    -		BN_free(tmp);
    -	return ret;
    -	}
    +{
    +    int ret;
    +    BIGNUM *tmp = NULL;
    +
    +    if (fbytes_counter >= 8)
    +        return 0;
    +    tmp = BN_new();
    +    if (!tmp)
    +        return 0;
    +    if (!BN_dec2bn(&tmp, numbers[fbytes_counter])) {
    +        BN_free(tmp);
    +        return 0;
    +    }
    +    fbytes_counter++;
    +    if (num != BN_num_bytes(tmp) || !BN_bn2bin(tmp, buf))
    +        ret = 0;
    +    else
    +        ret = 1;
    +    if (tmp)
    +        BN_free(tmp);
    +    return ret;
    +}
     
     /* some tests from the X9.62 draft */
     int x9_62_test_internal(BIO *out, int nid, const char *r_in, const char *s_in)
    -	{
    -	int	ret = 0;
    -	const char message[] = "abc";
    -	unsigned char digest[20];
    -	unsigned int  dgst_len = 0;
    -	EVP_MD_CTX md_ctx;
    -	EC_KEY    *key = NULL;
    -	ECDSA_SIG *signature = NULL;
    -	BIGNUM    *r = NULL, *s = NULL;
    -
    -	EVP_MD_CTX_init(&md_ctx);
    -	/* get the message digest */
    -	EVP_DigestInit(&md_ctx, EVP_ecdsa());
    -	EVP_DigestUpdate(&md_ctx, (const void*)message, 3);
    -	EVP_DigestFinal(&md_ctx, digest, &dgst_len);
    -
    -	BIO_printf(out, "testing %s: ", OBJ_nid2sn(nid));
    -	/* create the key */
    -	if ((key = EC_KEY_new_by_curve_name(nid)) == NULL)
    -		goto x962_int_err;
    -	if (!EC_KEY_generate_key(key))
    -		goto x962_int_err;
    -	BIO_printf(out, ".");
    -	(void)BIO_flush(out);
    -	/* create the signature */
    -	signature = ECDSA_do_sign(digest, 20, key);
    -	if (signature == NULL)
    -		goto x962_int_err;
    -	BIO_printf(out, ".");
    -	(void)BIO_flush(out);
    -	/* compare the created signature with the expected signature */
    -	if ((r = BN_new()) == NULL || (s = BN_new()) == NULL)
    -		goto x962_int_err;
    -	if (!BN_dec2bn(&r, r_in) ||
    -	    !BN_dec2bn(&s, s_in))
    -		goto x962_int_err;
    -	if (BN_cmp(signature->r ,r) || BN_cmp(signature->s, s))
    -		goto x962_int_err;
    -	BIO_printf(out, ".");
    -	(void)BIO_flush(out);
    -	/* verify the signature */
    -	if (ECDSA_do_verify(digest, 20, signature, key) != 1)
    -		goto x962_int_err;
    -	BIO_printf(out, ".");
    -	(void)BIO_flush(out);
    -
    -	BIO_printf(out, " ok\n");
    -	ret = 1;
    -x962_int_err:
    -	if (!ret)
    -		BIO_printf(out, " failed\n");
    -	if (key)
    -		EC_KEY_free(key);
    -	if (signature)
    -		ECDSA_SIG_free(signature);
    -	if (r)
    -		BN_free(r);
    -	if (s)
    -		BN_free(s);
    -	EVP_MD_CTX_cleanup(&md_ctx);
    -	return ret;
    -	}
    +{
    +    int ret = 0;
    +    const char message[] = "abc";
    +    unsigned char digest[20];
    +    unsigned int dgst_len = 0;
    +    EVP_MD_CTX md_ctx;
    +    EC_KEY *key = NULL;
    +    ECDSA_SIG *signature = NULL;
    +    BIGNUM *r = NULL, *s = NULL;
    +
    +    EVP_MD_CTX_init(&md_ctx);
    +    /* get the message digest */
    +    EVP_DigestInit(&md_ctx, EVP_ecdsa());
    +    EVP_DigestUpdate(&md_ctx, (const void *)message, 3);
    +    EVP_DigestFinal(&md_ctx, digest, &dgst_len);
    +
    +    BIO_printf(out, "testing %s: ", OBJ_nid2sn(nid));
    +    /* create the key */
    +    if ((key = EC_KEY_new_by_curve_name(nid)) == NULL)
    +        goto x962_int_err;
    +    if (!EC_KEY_generate_key(key))
    +        goto x962_int_err;
    +    BIO_printf(out, ".");
    +    (void)BIO_flush(out);
    +    /* create the signature */
    +    signature = ECDSA_do_sign(digest, 20, key);
    +    if (signature == NULL)
    +        goto x962_int_err;
    +    BIO_printf(out, ".");
    +    (void)BIO_flush(out);
    +    /* compare the created signature with the expected signature */
    +    if ((r = BN_new()) == NULL || (s = BN_new()) == NULL)
    +        goto x962_int_err;
    +    if (!BN_dec2bn(&r, r_in) || !BN_dec2bn(&s, s_in))
    +        goto x962_int_err;
    +    if (BN_cmp(signature->r, r) || BN_cmp(signature->s, s))
    +        goto x962_int_err;
    +    BIO_printf(out, ".");
    +    (void)BIO_flush(out);
    +    /* verify the signature */
    +    if (ECDSA_do_verify(digest, 20, signature, key) != 1)
    +        goto x962_int_err;
    +    BIO_printf(out, ".");
    +    (void)BIO_flush(out);
    +
    +    BIO_printf(out, " ok\n");
    +    ret = 1;
    + x962_int_err:
    +    if (!ret)
    +        BIO_printf(out, " failed\n");
    +    if (key)
    +        EC_KEY_free(key);
    +    if (signature)
    +        ECDSA_SIG_free(signature);
    +    if (r)
    +        BN_free(r);
    +    if (s)
    +        BN_free(s);
    +    EVP_MD_CTX_cleanup(&md_ctx);
    +    return ret;
    +}
     
     int x9_62_tests(BIO *out)
    -	{
    -	int ret = 0;
    -
    -	BIO_printf(out, "some tests from X9.62:\n");
    -
    -	/* set own rand method */
    -	if (!change_rand())
    -		goto x962_err;
    -
    -	if (!x9_62_test_internal(out, NID_X9_62_prime192v1,
    -		"3342403536405981729393488334694600415596881826869351677613",
    -		"5735822328888155254683894997897571951568553642892029982342"))
    -		goto x962_err;
    -	if (!x9_62_test_internal(out, NID_X9_62_prime239v1,
    -		"3086361431751678114926225473006680188549593787585317781474"
    -		"62058306432176",
    -		"3238135532097973577080787768312505059318910517550078427819"
    -		"78505179448783"))
    -		goto x962_err;
    -#ifndef OPENSSL_NO_EC2M
    -	if (!x9_62_test_internal(out, NID_X9_62_c2tnb191v1,
    -		"87194383164871543355722284926904419997237591535066528048",
    -		"308992691965804947361541664549085895292153777025772063598"))
    -		goto x962_err;
    -	if (!x9_62_test_internal(out, NID_X9_62_c2tnb239v1,
    -		"2159633321041961198501834003903461262881815148684178964245"
    -		"5876922391552",
    -		"1970303740007316867383349976549972270528498040721988191026"
    -		"49413465737174"))
    -		goto x962_err;
    -#endif
    -	ret = 1;
    -x962_err:
    -	if (!restore_rand())
    -		ret = 0;
    -	return ret;
    -	}
    +{
    +    int ret = 0;
    +
    +    BIO_printf(out, "some tests from X9.62:\n");
    +
    +    /* set own rand method */
    +    if (!change_rand())
    +        goto x962_err;
    +
    +    if (!x9_62_test_internal(out, NID_X9_62_prime192v1,
    +                             "3342403536405981729393488334694600415596881826869351677613",
    +                             "5735822328888155254683894997897571951568553642892029982342"))
    +        goto x962_err;
    +    if (!x9_62_test_internal(out, NID_X9_62_prime239v1,
    +                             "3086361431751678114926225473006680188549593787585317781474"
    +                             "62058306432176",
    +                             "3238135532097973577080787768312505059318910517550078427819"
    +                             "78505179448783"))
    +        goto x962_err;
    +# ifndef OPENSSL_NO_EC2M
    +    if (!x9_62_test_internal(out, NID_X9_62_c2tnb191v1,
    +                             "87194383164871543355722284926904419997237591535066528048",
    +                             "308992691965804947361541664549085895292153777025772063598"))
    +        goto x962_err;
    +    if (!x9_62_test_internal(out, NID_X9_62_c2tnb239v1,
    +                             "2159633321041961198501834003903461262881815148684178964245"
    +                             "5876922391552",
    +                             "1970303740007316867383349976549972270528498040721988191026"
    +                             "49413465737174"))
    +        goto x962_err;
    +# endif
    +    ret = 1;
    + x962_err:
    +    if (!restore_rand())
    +        ret = 0;
    +    return ret;
    +}
     
     int test_builtin(BIO *out)
    -	{
    -	EC_builtin_curve *curves = NULL;
    -	size_t		crv_len = 0, n = 0;
    -	EC_KEY		*eckey = NULL, *wrong_eckey = NULL;
    -	EC_GROUP	*group;
    -	ECDSA_SIG	*ecdsa_sig = NULL;
    -	unsigned char	digest[20], wrong_digest[20];
    -	unsigned char	*signature = NULL;
    -	const unsigned char	*sig_ptr;
    -	unsigned char	*sig_ptr2;
    -	unsigned char	*raw_buf = NULL;
    -	unsigned int	sig_len, degree, r_len, s_len, bn_len, buf_len;
    -	int		nid, ret =  0;
    -	
    -	/* fill digest values with some random data */
    -	if (!RAND_pseudo_bytes(digest, 20) ||
    -	    !RAND_pseudo_bytes(wrong_digest, 20))
    -		{
    -		BIO_printf(out, "ERROR: unable to get random data\n");
    -		goto builtin_err;
    -		}
    -
    -	/* create and verify a ecdsa signature with every availble curve
    -	 * (with ) */
    -	BIO_printf(out, "\ntesting ECDSA_sign() and ECDSA_verify() "
    -		"with some internal curves:\n");
    -
    -	/* get a list of all internal curves */
    -	crv_len = EC_get_builtin_curves(NULL, 0);
    -
    -	curves = OPENSSL_malloc(sizeof(EC_builtin_curve) * crv_len);
    -
    -	if (curves == NULL)
    -		{
    -		BIO_printf(out, "malloc error\n");
    -		goto builtin_err;
    -		}
    -	
    -	if (!EC_get_builtin_curves(curves, crv_len))
    -		{
    -		BIO_printf(out, "unable to get internal curves\n");
    -		goto builtin_err;
    -		}
    -
    -	/* now create and verify a signature for every curve */
    -	for (n = 0; n < crv_len; n++)
    -		{
    -		unsigned char dirt, offset;
    -
    -		nid = curves[n].nid;
    -		if (nid == NID_ipsec4)
    -			continue;
    -		/* create new ecdsa key (== EC_KEY) */
    -		if ((eckey = EC_KEY_new()) == NULL)
    -			goto builtin_err;
    -		group = EC_GROUP_new_by_curve_name(nid);
    -		if (group == NULL)
    -			goto builtin_err;
    -		if (EC_KEY_set_group(eckey, group) == 0)
    -			goto builtin_err;
    -		EC_GROUP_free(group);
    -		degree = EC_GROUP_get_degree(EC_KEY_get0_group(eckey));
    -		if (degree < 160)
    -			/* drop the curve */ 
    -			{
    -			EC_KEY_free(eckey);
    -			eckey = NULL;
    -			continue;
    -			}
    -		BIO_printf(out, "%s: ", OBJ_nid2sn(nid));
    -		/* create key */
    -		if (!EC_KEY_generate_key(eckey))
    -			{
    -			BIO_printf(out, " failed\n");
    -			goto builtin_err;
    -			}
    -		/* create second key */
    -		if ((wrong_eckey = EC_KEY_new()) == NULL)
    -			goto builtin_err;
    -		group = EC_GROUP_new_by_curve_name(nid);
    -		if (group == NULL)
    -			goto builtin_err;
    -		if (EC_KEY_set_group(wrong_eckey, group) == 0)
    -			goto builtin_err;
    -		EC_GROUP_free(group);
    -		if (!EC_KEY_generate_key(wrong_eckey))
    -			{
    -			BIO_printf(out, " failed\n");
    -			goto builtin_err;
    -			}
    -
    -		BIO_printf(out, ".");
    -		(void)BIO_flush(out);
    -		/* check key */
    -		if (!EC_KEY_check_key(eckey))
    -			{
    -			BIO_printf(out, " failed\n");
    -			goto builtin_err;
    -			}
    -		BIO_printf(out, ".");
    -		(void)BIO_flush(out);
    -		/* create signature */
    -		sig_len = ECDSA_size(eckey);
    -		if ((signature = OPENSSL_malloc(sig_len)) == NULL)
    -			goto builtin_err;
    -                if (!ECDSA_sign(0, digest, 20, signature, &sig_len, eckey))
    -			{
    -			BIO_printf(out, " failed\n");
    -			goto builtin_err;
    -			}
    -		BIO_printf(out, ".");
    -		(void)BIO_flush(out);
    -		/* verify signature */
    -		if (ECDSA_verify(0, digest, 20, signature, sig_len, eckey) != 1)
    -			{
    -			BIO_printf(out, " failed\n");
    -			goto builtin_err;
    -			}
    -		BIO_printf(out, ".");
    -		(void)BIO_flush(out);
    -		/* verify signature with the wrong key */
    -		if (ECDSA_verify(0, digest, 20, signature, sig_len, 
    -			wrong_eckey) == 1)
    -			{
    -			BIO_printf(out, " failed\n");
    -			goto builtin_err;
    -			}
    -		BIO_printf(out, ".");
    -		(void)BIO_flush(out);
    -		/* wrong digest */
    -		if (ECDSA_verify(0, wrong_digest, 20, signature, sig_len,
    -			eckey) == 1)
    -			{
    -			BIO_printf(out, " failed\n");
    -			goto builtin_err;
    -			}
    -		BIO_printf(out, ".");
    -		(void)BIO_flush(out);
    -		/* wrong length */
    -		if (ECDSA_verify(0, digest, 20, signature, sig_len - 1,
    -			eckey) == 1)
    -			{
    -			BIO_printf(out, " failed\n");
    -			goto builtin_err;
    -			}
    -		BIO_printf(out, ".");
    -		(void)BIO_flush(out);
    -
    -		/* Modify a single byte of the signature: to ensure we don't
    -		 * garble the ASN1 structure, we read the raw signature and
    -		 * modify a byte in one of the bignums directly. */
    -		sig_ptr = signature;
    -		if ((ecdsa_sig = d2i_ECDSA_SIG(NULL, &sig_ptr, sig_len)) == NULL)
    -			{
    -			BIO_printf(out, " failed\n");
    -			goto builtin_err;
    -			}
    -
    -		/* Store the two BIGNUMs in raw_buf. */
    -		r_len = BN_num_bytes(ecdsa_sig->r);
    -		s_len = BN_num_bytes(ecdsa_sig->s);
    -		bn_len = (degree + 7) / 8;
    -		if ((r_len > bn_len) || (s_len > bn_len))
    -			{
    -			BIO_printf(out, " failed\n");
    -			goto builtin_err;
    -			}
    -		buf_len = 2 * bn_len;
    -		if ((raw_buf = OPENSSL_malloc(buf_len)) == NULL)
    -			goto builtin_err;
    -		/* Pad the bignums with leading zeroes. */
    -		memset(raw_buf, 0, buf_len);
    -		BN_bn2bin(ecdsa_sig->r, raw_buf + bn_len - r_len);
    -		BN_bn2bin(ecdsa_sig->s, raw_buf + buf_len - s_len);
    -
    -		/* Modify a single byte in the buffer. */
    -		offset = raw_buf[10] % buf_len;
    -		dirt   = raw_buf[11] ? raw_buf[11] : 1;
    -		raw_buf[offset] ^= dirt;
    -		/* Now read the BIGNUMs back in from raw_buf. */
    -		if ((BN_bin2bn(raw_buf, bn_len, ecdsa_sig->r) == NULL) ||
    -			(BN_bin2bn(raw_buf + bn_len, bn_len, ecdsa_sig->s) == NULL))
    -			goto builtin_err;
    -
    -		sig_ptr2 = signature;
    -		sig_len = i2d_ECDSA_SIG(ecdsa_sig, &sig_ptr2);
    -		if (ECDSA_verify(0, digest, 20, signature, sig_len, eckey) == 1)
    -			{
    -			BIO_printf(out, " failed\n");
    -			goto builtin_err;
    -			}
    -		/* Sanity check: undo the modification and verify signature. */
    -		raw_buf[offset] ^= dirt;
    -		if ((BN_bin2bn(raw_buf, bn_len, ecdsa_sig->r) == NULL) ||
    -			(BN_bin2bn(raw_buf + bn_len, bn_len, ecdsa_sig->s) == NULL))
    -			goto builtin_err;
    -
    -		sig_ptr2 = signature;
    -		sig_len = i2d_ECDSA_SIG(ecdsa_sig, &sig_ptr2);
    -		if (ECDSA_verify(0, digest, 20, signature, sig_len, eckey) != 1)
    -			{
    -			BIO_printf(out, " failed\n");
    -			goto builtin_err;
    -			}
    -		BIO_printf(out, ".");
    -		(void)BIO_flush(out);
    -		
    -		BIO_printf(out, " ok\n");
    -		/* cleanup */
    -		/* clean bogus errors */
    -		ERR_clear_error();
    -		OPENSSL_free(signature);
    -		signature = NULL;
    -		EC_KEY_free(eckey);
    -		eckey = NULL;
    -		EC_KEY_free(wrong_eckey);
    -		wrong_eckey = NULL;
    -		ECDSA_SIG_free(ecdsa_sig);
    -		ecdsa_sig = NULL;
    -		OPENSSL_free(raw_buf);
    -		raw_buf = NULL;
    -		}
    -
    -	ret = 1;	
    -builtin_err:
    -	if (eckey)
    -		EC_KEY_free(eckey);
    -	if (wrong_eckey)
    -		EC_KEY_free(wrong_eckey);
    -	if (ecdsa_sig)
    -		ECDSA_SIG_free(ecdsa_sig);
    -	if (signature)
    -		OPENSSL_free(signature);
    -	if (raw_buf)
    -		OPENSSL_free(raw_buf);
    -	if (curves)
    -		OPENSSL_free(curves);
    -
    -	return ret;
    -	}
    +{
    +    EC_builtin_curve *curves = NULL;
    +    size_t crv_len = 0, n = 0;
    +    EC_KEY *eckey = NULL, *wrong_eckey = NULL;
    +    EC_GROUP *group;
    +    ECDSA_SIG *ecdsa_sig = NULL;
    +    unsigned char digest[20], wrong_digest[20];
    +    unsigned char *signature = NULL;
    +    const unsigned char *sig_ptr;
    +    unsigned char *sig_ptr2;
    +    unsigned char *raw_buf = NULL;
    +    unsigned int sig_len, degree, r_len, s_len, bn_len, buf_len;
    +    int nid, ret = 0;
    +
    +    /* fill digest values with some random data */
    +    if (!RAND_pseudo_bytes(digest, 20) ||
    +        !RAND_pseudo_bytes(wrong_digest, 20)) {
    +        BIO_printf(out, "ERROR: unable to get random data\n");
    +        goto builtin_err;
    +    }
    +
    +    /*
    +     * create and verify a ecdsa signature with every availble curve (with )
    +     */
    +    BIO_printf(out, "\ntesting ECDSA_sign() and ECDSA_verify() "
    +               "with some internal curves:\n");
    +
    +    /* get a list of all internal curves */
    +    crv_len = EC_get_builtin_curves(NULL, 0);
    +
    +    curves = OPENSSL_malloc(sizeof(EC_builtin_curve) * crv_len);
    +
    +    if (curves == NULL) {
    +        BIO_printf(out, "malloc error\n");
    +        goto builtin_err;
    +    }
    +
    +    if (!EC_get_builtin_curves(curves, crv_len)) {
    +        BIO_printf(out, "unable to get internal curves\n");
    +        goto builtin_err;
    +    }
    +
    +    /* now create and verify a signature for every curve */
    +    for (n = 0; n < crv_len; n++) {
    +        unsigned char dirt, offset;
    +
    +        nid = curves[n].nid;
    +        if (nid == NID_ipsec4)
    +            continue;
    +        /* create new ecdsa key (== EC_KEY) */
    +        if ((eckey = EC_KEY_new()) == NULL)
    +            goto builtin_err;
    +        group = EC_GROUP_new_by_curve_name(nid);
    +        if (group == NULL)
    +            goto builtin_err;
    +        if (EC_KEY_set_group(eckey, group) == 0)
    +            goto builtin_err;
    +        EC_GROUP_free(group);
    +        degree = EC_GROUP_get_degree(EC_KEY_get0_group(eckey));
    +        if (degree < 160)
    +            /* drop the curve */
    +        {
    +            EC_KEY_free(eckey);
    +            eckey = NULL;
    +            continue;
    +        }
    +        BIO_printf(out, "%s: ", OBJ_nid2sn(nid));
    +        /* create key */
    +        if (!EC_KEY_generate_key(eckey)) {
    +            BIO_printf(out, " failed\n");
    +            goto builtin_err;
    +        }
    +        /* create second key */
    +        if ((wrong_eckey = EC_KEY_new()) == NULL)
    +            goto builtin_err;
    +        group = EC_GROUP_new_by_curve_name(nid);
    +        if (group == NULL)
    +            goto builtin_err;
    +        if (EC_KEY_set_group(wrong_eckey, group) == 0)
    +            goto builtin_err;
    +        EC_GROUP_free(group);
    +        if (!EC_KEY_generate_key(wrong_eckey)) {
    +            BIO_printf(out, " failed\n");
    +            goto builtin_err;
    +        }
    +
    +        BIO_printf(out, ".");
    +        (void)BIO_flush(out);
    +        /* check key */
    +        if (!EC_KEY_check_key(eckey)) {
    +            BIO_printf(out, " failed\n");
    +            goto builtin_err;
    +        }
    +        BIO_printf(out, ".");
    +        (void)BIO_flush(out);
    +        /* create signature */
    +        sig_len = ECDSA_size(eckey);
    +        if ((signature = OPENSSL_malloc(sig_len)) == NULL)
    +            goto builtin_err;
    +        if (!ECDSA_sign(0, digest, 20, signature, &sig_len, eckey)) {
    +            BIO_printf(out, " failed\n");
    +            goto builtin_err;
    +        }
    +        BIO_printf(out, ".");
    +        (void)BIO_flush(out);
    +        /* verify signature */
    +        if (ECDSA_verify(0, digest, 20, signature, sig_len, eckey) != 1) {
    +            BIO_printf(out, " failed\n");
    +            goto builtin_err;
    +        }
    +        BIO_printf(out, ".");
    +        (void)BIO_flush(out);
    +        /* verify signature with the wrong key */
    +        if (ECDSA_verify(0, digest, 20, signature, sig_len, wrong_eckey) == 1) {
    +            BIO_printf(out, " failed\n");
    +            goto builtin_err;
    +        }
    +        BIO_printf(out, ".");
    +        (void)BIO_flush(out);
    +        /* wrong digest */
    +        if (ECDSA_verify(0, wrong_digest, 20, signature, sig_len, eckey) == 1) {
    +            BIO_printf(out, " failed\n");
    +            goto builtin_err;
    +        }
    +        BIO_printf(out, ".");
    +        (void)BIO_flush(out);
    +        /* wrong length */
    +        if (ECDSA_verify(0, digest, 20, signature, sig_len - 1, eckey) == 1) {
    +            BIO_printf(out, " failed\n");
    +            goto builtin_err;
    +        }
    +        BIO_printf(out, ".");
    +        (void)BIO_flush(out);
    +
    +        /*
    +         * Modify a single byte of the signature: to ensure we don't garble
    +         * the ASN1 structure, we read the raw signature and modify a byte in
    +         * one of the bignums directly.
    +         */
    +        sig_ptr = signature;
    +        if ((ecdsa_sig = d2i_ECDSA_SIG(NULL, &sig_ptr, sig_len)) == NULL) {
    +            BIO_printf(out, " failed\n");
    +            goto builtin_err;
    +        }
    +
    +        /* Store the two BIGNUMs in raw_buf. */
    +        r_len = BN_num_bytes(ecdsa_sig->r);
    +        s_len = BN_num_bytes(ecdsa_sig->s);
    +        bn_len = (degree + 7) / 8;
    +        if ((r_len > bn_len) || (s_len > bn_len)) {
    +            BIO_printf(out, " failed\n");
    +            goto builtin_err;
    +        }
    +        buf_len = 2 * bn_len;
    +        if ((raw_buf = OPENSSL_malloc(buf_len)) == NULL)
    +            goto builtin_err;
    +        /* Pad the bignums with leading zeroes. */
    +        memset(raw_buf, 0, buf_len);
    +        BN_bn2bin(ecdsa_sig->r, raw_buf + bn_len - r_len);
    +        BN_bn2bin(ecdsa_sig->s, raw_buf + buf_len - s_len);
    +
    +        /* Modify a single byte in the buffer. */
    +        offset = raw_buf[10] % buf_len;
    +        dirt = raw_buf[11] ? raw_buf[11] : 1;
    +        raw_buf[offset] ^= dirt;
    +        /* Now read the BIGNUMs back in from raw_buf. */
    +        if ((BN_bin2bn(raw_buf, bn_len, ecdsa_sig->r) == NULL) ||
    +            (BN_bin2bn(raw_buf + bn_len, bn_len, ecdsa_sig->s) == NULL))
    +            goto builtin_err;
    +
    +        sig_ptr2 = signature;
    +        sig_len = i2d_ECDSA_SIG(ecdsa_sig, &sig_ptr2);
    +        if (ECDSA_verify(0, digest, 20, signature, sig_len, eckey) == 1) {
    +            BIO_printf(out, " failed\n");
    +            goto builtin_err;
    +        }
    +        /*
    +         * Sanity check: undo the modification and verify signature.
    +         */
    +        raw_buf[offset] ^= dirt;
    +        if ((BN_bin2bn(raw_buf, bn_len, ecdsa_sig->r) == NULL) ||
    +            (BN_bin2bn(raw_buf + bn_len, bn_len, ecdsa_sig->s) == NULL))
    +            goto builtin_err;
    +
    +        sig_ptr2 = signature;
    +        sig_len = i2d_ECDSA_SIG(ecdsa_sig, &sig_ptr2);
    +        if (ECDSA_verify(0, digest, 20, signature, sig_len, eckey) != 1) {
    +            BIO_printf(out, " failed\n");
    +            goto builtin_err;
    +        }
    +        BIO_printf(out, ".");
    +        (void)BIO_flush(out);
    +
    +        BIO_printf(out, " ok\n");
    +        /* cleanup */
    +        /* clean bogus errors */
    +        ERR_clear_error();
    +        OPENSSL_free(signature);
    +        signature = NULL;
    +        EC_KEY_free(eckey);
    +        eckey = NULL;
    +        EC_KEY_free(wrong_eckey);
    +        wrong_eckey = NULL;
    +        ECDSA_SIG_free(ecdsa_sig);
    +        ecdsa_sig = NULL;
    +        OPENSSL_free(raw_buf);
    +        raw_buf = NULL;
    +    }
    +
    +    ret = 1;
    + builtin_err:
    +    if (eckey)
    +        EC_KEY_free(eckey);
    +    if (wrong_eckey)
    +        EC_KEY_free(wrong_eckey);
    +    if (ecdsa_sig)
    +        ECDSA_SIG_free(ecdsa_sig);
    +    if (signature)
    +        OPENSSL_free(signature);
    +    if (raw_buf)
    +        OPENSSL_free(raw_buf);
    +    if (curves)
    +        OPENSSL_free(curves);
    +
    +    return ret;
    +}
     
     int main(void)
    -	{
    -	int 	ret = 1;
    -	BIO	*out;
    -
    -	out = BIO_new_fp(stdout, BIO_NOCLOSE);
    -	
    -	/* enable memory leak checking unless explicitly disabled */
    -	if (!((getenv("OPENSSL_DEBUG_MEMORY") != NULL) && 
    -		(0 == strcmp(getenv("OPENSSL_DEBUG_MEMORY"), "off"))))
    -		{
    -		CRYPTO_malloc_debug_init();
    -		CRYPTO_set_mem_debug_options(V_CRYPTO_MDEBUG_ALL);
    -		}
    -	else
    -		{
    -		/* OPENSSL_DEBUG_MEMORY=off */
    -		CRYPTO_set_mem_debug_functions(0, 0, 0, 0, 0);
    -		}
    -	CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON);
    -
    -	ERR_load_crypto_strings();
    -
    -	/* initialize the prng */
    -	RAND_seed(rnd_seed, sizeof(rnd_seed));
    -
    -	/* the tests */
    -	if (!x9_62_tests(out))  goto err;
    -	if (!test_builtin(out)) goto err;
    -	
    -	ret = 0;
    -err:	
    -	if (ret) 	
    -		BIO_printf(out, "\nECDSA test failed\n");
    -	else 
    -		BIO_printf(out, "\nECDSA test passed\n");
    -	if (ret)
    -		ERR_print_errors(out);
    -	CRYPTO_cleanup_all_ex_data();
    -	ERR_remove_thread_state(NULL);
    -	ERR_free_strings();
    -	CRYPTO_mem_leaks(out);
    -	if (out != NULL)
    -		BIO_free(out);
    -	return ret;
    -	}	
    +{
    +    int ret = 1;
    +    BIO *out;
    +
    +    out = BIO_new_fp(stdout, BIO_NOCLOSE);
    +
    +    /* enable memory leak checking unless explicitly disabled */
    +    if (!((getenv("OPENSSL_DEBUG_MEMORY") != NULL) &&
    +          (0 == strcmp(getenv("OPENSSL_DEBUG_MEMORY"), "off")))) {
    +        CRYPTO_malloc_debug_init();
    +        CRYPTO_set_mem_debug_options(V_CRYPTO_MDEBUG_ALL);
    +    } else {
    +        /* OPENSSL_DEBUG_MEMORY=off */
    +        CRYPTO_set_mem_debug_functions(0, 0, 0, 0, 0);
    +    }
    +    CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON);
    +
    +    ERR_load_crypto_strings();
    +
    +    /* initialize the prng */
    +    RAND_seed(rnd_seed, sizeof(rnd_seed));
    +
    +    /* the tests */
    +    if (!x9_62_tests(out))
    +        goto err;
    +    if (!test_builtin(out))
    +        goto err;
    +
    +    ret = 0;
    + err:
    +    if (ret)
    +        BIO_printf(out, "\nECDSA test failed\n");
    +    else
    +        BIO_printf(out, "\nECDSA test passed\n");
    +    if (ret)
    +        ERR_print_errors(out);
    +    CRYPTO_cleanup_all_ex_data();
    +    ERR_remove_thread_state(NULL);
    +    ERR_free_strings();
    +    CRYPTO_mem_leaks(out);
    +    if (out != NULL)
    +        BIO_free(out);
    +    return ret;
    +}
     #endif
    diff --git a/openssl/crypto/ecdsa/ecs_asn1.c b/openssl/crypto/ecdsa/ecs_asn1.c
    index b29548940..508b079f2 100644
    --- a/openssl/crypto/ecdsa/ecs_asn1.c
    +++ b/openssl/crypto/ecdsa/ecs_asn1.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -58,8 +58,8 @@
     #include 
     
     ASN1_SEQUENCE(ECDSA_SIG) = {
    -	ASN1_SIMPLE(ECDSA_SIG, r, CBIGNUM),
    -	ASN1_SIMPLE(ECDSA_SIG, s, CBIGNUM)
    +        ASN1_SIMPLE(ECDSA_SIG, r, CBIGNUM),
    +        ASN1_SIMPLE(ECDSA_SIG, s, CBIGNUM)
     } ASN1_SEQUENCE_END(ECDSA_SIG)
     
     DECLARE_ASN1_FUNCTIONS_const(ECDSA_SIG)
    diff --git a/openssl/crypto/ecdsa/ecs_err.c b/openssl/crypto/ecdsa/ecs_err.c
    index 81542e6d1..f1fa7b55f 100644
    --- a/openssl/crypto/ecdsa/ecs_err.c
    +++ b/openssl/crypto/ecdsa/ecs_err.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* NOTE: this file was auto generated by the mkerr.pl script: any changes
    +/*
    + * NOTE: this file was auto generated by the mkerr.pl script: any changes
      * made to it will be overwritten when the script next updates this file,
      * only reason strings will be preserved.
      */
    @@ -65,42 +66,42 @@
     /* BEGIN ERROR CODES */
     #ifndef OPENSSL_NO_ERR
     
    -#define ERR_FUNC(func) ERR_PACK(ERR_LIB_ECDSA,func,0)
    -#define ERR_REASON(reason) ERR_PACK(ERR_LIB_ECDSA,0,reason)
    +# define ERR_FUNC(func) ERR_PACK(ERR_LIB_ECDSA,func,0)
    +# define ERR_REASON(reason) ERR_PACK(ERR_LIB_ECDSA,0,reason)
     
    -static ERR_STRING_DATA ECDSA_str_functs[]=
    -	{
    -{ERR_FUNC(ECDSA_F_ECDSA_CHECK),	"ECDSA_CHECK"},
    -{ERR_FUNC(ECDSA_F_ECDSA_DATA_NEW_METHOD),	"ECDSA_DATA_NEW_METHOD"},
    -{ERR_FUNC(ECDSA_F_ECDSA_DO_SIGN),	"ECDSA_do_sign"},
    -{ERR_FUNC(ECDSA_F_ECDSA_DO_VERIFY),	"ECDSA_do_verify"},
    -{ERR_FUNC(ECDSA_F_ECDSA_SIGN_SETUP),	"ECDSA_sign_setup"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA ECDSA_str_functs[] = {
    +    {ERR_FUNC(ECDSA_F_ECDSA_CHECK), "ECDSA_CHECK"},
    +    {ERR_FUNC(ECDSA_F_ECDSA_DATA_NEW_METHOD), "ECDSA_DATA_NEW_METHOD"},
    +    {ERR_FUNC(ECDSA_F_ECDSA_DO_SIGN), "ECDSA_do_sign"},
    +    {ERR_FUNC(ECDSA_F_ECDSA_DO_VERIFY), "ECDSA_do_verify"},
    +    {ERR_FUNC(ECDSA_F_ECDSA_METHOD_NEW), "ECDSA_METHOD_new"},
    +    {ERR_FUNC(ECDSA_F_ECDSA_SIGN_SETUP), "ECDSA_sign_setup"},
    +    {0, NULL}
    +};
     
    -static ERR_STRING_DATA ECDSA_str_reasons[]=
    -	{
    -{ERR_REASON(ECDSA_R_BAD_SIGNATURE)       ,"bad signature"},
    -{ERR_REASON(ECDSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE),"data too large for key size"},
    -{ERR_REASON(ECDSA_R_ERR_EC_LIB)          ,"err ec lib"},
    -{ERR_REASON(ECDSA_R_MISSING_PARAMETERS)  ,"missing parameters"},
    -{ERR_REASON(ECDSA_R_NEED_NEW_SETUP_VALUES),"need new setup values"},
    -{ERR_REASON(ECDSA_R_NON_FIPS_METHOD)     ,"non fips method"},
    -{ERR_REASON(ECDSA_R_RANDOM_NUMBER_GENERATION_FAILED),"random number generation failed"},
    -{ERR_REASON(ECDSA_R_SIGNATURE_MALLOC_FAILED),"signature malloc failed"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA ECDSA_str_reasons[] = {
    +    {ERR_REASON(ECDSA_R_BAD_SIGNATURE), "bad signature"},
    +    {ERR_REASON(ECDSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE),
    +     "data too large for key size"},
    +    {ERR_REASON(ECDSA_R_ERR_EC_LIB), "err ec lib"},
    +    {ERR_REASON(ECDSA_R_MISSING_PARAMETERS), "missing parameters"},
    +    {ERR_REASON(ECDSA_R_NEED_NEW_SETUP_VALUES), "need new setup values"},
    +    {ERR_REASON(ECDSA_R_NON_FIPS_METHOD), "non fips method"},
    +    {ERR_REASON(ECDSA_R_RANDOM_NUMBER_GENERATION_FAILED),
    +     "random number generation failed"},
    +    {ERR_REASON(ECDSA_R_SIGNATURE_MALLOC_FAILED), "signature malloc failed"},
    +    {0, NULL}
    +};
     
     #endif
     
     void ERR_load_ECDSA_strings(void)
    -	{
    +{
     #ifndef OPENSSL_NO_ERR
     
    -	if (ERR_func_error_string(ECDSA_str_functs[0].error) == NULL)
    -		{
    -		ERR_load_strings(0,ECDSA_str_functs);
    -		ERR_load_strings(0,ECDSA_str_reasons);
    -		}
    +    if (ERR_func_error_string(ECDSA_str_functs[0].error) == NULL) {
    +        ERR_load_strings(0, ECDSA_str_functs);
    +        ERR_load_strings(0, ECDSA_str_reasons);
    +    }
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/ecdsa/ecs_lib.c b/openssl/crypto/ecdsa/ecs_lib.c
    index 814a6bf40..1c0231031 100644
    --- a/openssl/crypto/ecdsa/ecs_lib.c
    +++ b/openssl/crypto/ecdsa/ecs_lib.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,230 +56,299 @@
     #include 
     #include "ecs_locl.h"
     #ifndef OPENSSL_NO_ENGINE
    -#include 
    +# include 
     #endif
     #include 
     #include 
     #ifdef OPENSSL_FIPS
    -#include 
    +# include 
     #endif
     
    -const char ECDSA_version[]="ECDSA" OPENSSL_VERSION_PTEXT;
    +const char ECDSA_version[] = "ECDSA" OPENSSL_VERSION_PTEXT;
     
     static const ECDSA_METHOD *default_ECDSA_method = NULL;
     
     static void *ecdsa_data_new(void);
     static void *ecdsa_data_dup(void *);
    -static void  ecdsa_data_free(void *);
    +static void ecdsa_data_free(void *);
     
     void ECDSA_set_default_method(const ECDSA_METHOD *meth)
     {
    -	default_ECDSA_method = meth;
    +    default_ECDSA_method = meth;
     }
     
     const ECDSA_METHOD *ECDSA_get_default_method(void)
     {
    -	if(!default_ECDSA_method) 
    -		{
    +    if (!default_ECDSA_method) {
     #ifdef OPENSSL_FIPS
    -		if (FIPS_mode())
    -			return FIPS_ecdsa_openssl();
    -		else
    -			return ECDSA_OpenSSL();
    +        if (FIPS_mode())
    +            return FIPS_ecdsa_openssl();
    +        else
    +            return ECDSA_OpenSSL();
     #else
    -		default_ECDSA_method = ECDSA_OpenSSL();
    +        default_ECDSA_method = ECDSA_OpenSSL();
     #endif
    -		}
    -	return default_ECDSA_method;
    +    }
    +    return default_ECDSA_method;
     }
     
     int ECDSA_set_method(EC_KEY *eckey, const ECDSA_METHOD *meth)
     {
    -	ECDSA_DATA *ecdsa;
    +    ECDSA_DATA *ecdsa;
     
    -	ecdsa = ecdsa_check(eckey);
    +    ecdsa = ecdsa_check(eckey);
     
    -	if (ecdsa == NULL)
    -		return 0;
    +    if (ecdsa == NULL)
    +        return 0;
     
     #ifndef OPENSSL_NO_ENGINE
    -	if (ecdsa->engine)
    -	{
    -		ENGINE_finish(ecdsa->engine);
    -		ecdsa->engine = NULL;
    -	}
    +    if (ecdsa->engine) {
    +        ENGINE_finish(ecdsa->engine);
    +        ecdsa->engine = NULL;
    +    }
     #endif
    -        ecdsa->meth = meth;
    +    ecdsa->meth = meth;
     
    -        return 1;
    +    return 1;
     }
     
     static ECDSA_DATA *ECDSA_DATA_new_method(ENGINE *engine)
     {
    -	ECDSA_DATA *ret;
    +    ECDSA_DATA *ret;
     
    -	ret=(ECDSA_DATA *)OPENSSL_malloc(sizeof(ECDSA_DATA));
    -	if (ret == NULL)
    -	{
    -		ECDSAerr(ECDSA_F_ECDSA_DATA_NEW_METHOD, ERR_R_MALLOC_FAILURE);
    -		return(NULL);
    -	}
    +    ret = (ECDSA_DATA *)OPENSSL_malloc(sizeof(ECDSA_DATA));
    +    if (ret == NULL) {
    +        ECDSAerr(ECDSA_F_ECDSA_DATA_NEW_METHOD, ERR_R_MALLOC_FAILURE);
    +        return (NULL);
    +    }
     
    -	ret->init = NULL;
    +    ret->init = NULL;
     
    -	ret->meth = ECDSA_get_default_method();
    -	ret->engine = engine;
    +    ret->meth = ECDSA_get_default_method();
    +    ret->engine = engine;
     #ifndef OPENSSL_NO_ENGINE
    -	if (!ret->engine)
    -		ret->engine = ENGINE_get_default_ECDSA();
    -	if (ret->engine)
    -	{
    -		ret->meth = ENGINE_get_ECDSA(ret->engine);
    -		if (!ret->meth)
    -		{
    -			ECDSAerr(ECDSA_F_ECDSA_DATA_NEW_METHOD, ERR_R_ENGINE_LIB);
    -			ENGINE_finish(ret->engine);
    -			OPENSSL_free(ret);
    -			return NULL;
    -		}
    -	}
    +    if (!ret->engine)
    +        ret->engine = ENGINE_get_default_ECDSA();
    +    if (ret->engine) {
    +        ret->meth = ENGINE_get_ECDSA(ret->engine);
    +        if (!ret->meth) {
    +            ECDSAerr(ECDSA_F_ECDSA_DATA_NEW_METHOD, ERR_R_ENGINE_LIB);
    +            ENGINE_finish(ret->engine);
    +            OPENSSL_free(ret);
    +            return NULL;
    +        }
    +    }
     #endif
     
    -	ret->flags = ret->meth->flags;
    -	CRYPTO_new_ex_data(CRYPTO_EX_INDEX_ECDSA, ret, &ret->ex_data);
    +    ret->flags = ret->meth->flags;
    +    CRYPTO_new_ex_data(CRYPTO_EX_INDEX_ECDSA, ret, &ret->ex_data);
     #if 0
    -	if ((ret->meth->init != NULL) && !ret->meth->init(ret))
    -	{
    -		CRYPTO_free_ex_data(CRYPTO_EX_INDEX_ECDSA, ret, &ret->ex_data);
    -		OPENSSL_free(ret);
    -		ret=NULL;
    -	}
    -#endif	
    -	return(ret);
    +    if ((ret->meth->init != NULL) && !ret->meth->init(ret)) {
    +        CRYPTO_free_ex_data(CRYPTO_EX_INDEX_ECDSA, ret, &ret->ex_data);
    +        OPENSSL_free(ret);
    +        ret = NULL;
    +    }
    +#endif
    +    return (ret);
     }
     
     static void *ecdsa_data_new(void)
     {
    -	return (void *)ECDSA_DATA_new_method(NULL);
    +    return (void *)ECDSA_DATA_new_method(NULL);
     }
     
     static void *ecdsa_data_dup(void *data)
     {
    -	ECDSA_DATA *r = (ECDSA_DATA *)data;
    +    ECDSA_DATA *r = (ECDSA_DATA *)data;
     
    -	/* XXX: dummy operation */
    -	if (r == NULL)
    -		return NULL;
    +    /* XXX: dummy operation */
    +    if (r == NULL)
    +        return NULL;
     
    -	return ecdsa_data_new();
    +    return ecdsa_data_new();
     }
     
     static void ecdsa_data_free(void *data)
     {
    -	ECDSA_DATA *r = (ECDSA_DATA *)data;
    +    ECDSA_DATA *r = (ECDSA_DATA *)data;
     
     #ifndef OPENSSL_NO_ENGINE
    -	if (r->engine)
    -		ENGINE_finish(r->engine);
    +    if (r->engine)
    +        ENGINE_finish(r->engine);
     #endif
    -	CRYPTO_free_ex_data(CRYPTO_EX_INDEX_ECDSA, r, &r->ex_data);
    +    CRYPTO_free_ex_data(CRYPTO_EX_INDEX_ECDSA, r, &r->ex_data);
     
    -	OPENSSL_cleanse((void *)r, sizeof(ECDSA_DATA));
    +    OPENSSL_cleanse((void *)r, sizeof(ECDSA_DATA));
     
    -	OPENSSL_free(r);
    +    OPENSSL_free(r);
     }
     
     ECDSA_DATA *ecdsa_check(EC_KEY *key)
     {
    -	ECDSA_DATA *ecdsa_data;
    - 
    -	void *data = EC_KEY_get_key_method_data(key, ecdsa_data_dup,
    -					ecdsa_data_free, ecdsa_data_free);
    -	if (data == NULL)
    -	{
    -		ecdsa_data = (ECDSA_DATA *)ecdsa_data_new();
    -		if (ecdsa_data == NULL)
    -			return NULL;
    -		data = EC_KEY_insert_key_method_data(key, (void *)ecdsa_data,
    -			   ecdsa_data_dup, ecdsa_data_free, ecdsa_data_free);
    -		if (data != NULL)
    -			{
    -			/* Another thread raced us to install the key_method
    -			 * data and won. */
    -			ecdsa_data_free(ecdsa_data);
    -			ecdsa_data = (ECDSA_DATA *)data;
    -			}
    -	}
    -	else
    -		ecdsa_data = (ECDSA_DATA *)data;
    +    ECDSA_DATA *ecdsa_data;
    +
    +    void *data = EC_KEY_get_key_method_data(key, ecdsa_data_dup,
    +                                            ecdsa_data_free, ecdsa_data_free);
    +    if (data == NULL) {
    +        ecdsa_data = (ECDSA_DATA *)ecdsa_data_new();
    +        if (ecdsa_data == NULL)
    +            return NULL;
    +        data = EC_KEY_insert_key_method_data(key, (void *)ecdsa_data,
    +                                             ecdsa_data_dup, ecdsa_data_free,
    +                                             ecdsa_data_free);
    +        if (data != NULL) {
    +            /*
    +             * Another thread raced us to install the key_method data and
    +             * won.
    +             */
    +            ecdsa_data_free(ecdsa_data);
    +            ecdsa_data = (ECDSA_DATA *)data;
    +        }
    +    } else
    +        ecdsa_data = (ECDSA_DATA *)data;
     #ifdef OPENSSL_FIPS
    -	if (FIPS_mode() && !(ecdsa_data->flags & ECDSA_FLAG_FIPS_METHOD)
    -			&& !(EC_KEY_get_flags(key) & EC_FLAG_NON_FIPS_ALLOW))
    -		{
    -		ECDSAerr(ECDSA_F_ECDSA_CHECK, ECDSA_R_NON_FIPS_METHOD);
    -		return NULL;
    -		}
    +    if (FIPS_mode() && !(ecdsa_data->flags & ECDSA_FLAG_FIPS_METHOD)
    +        && !(EC_KEY_get_flags(key) & EC_FLAG_NON_FIPS_ALLOW)) {
    +        ECDSAerr(ECDSA_F_ECDSA_CHECK, ECDSA_R_NON_FIPS_METHOD);
    +        return NULL;
    +    }
     #endif
     
    -	return ecdsa_data;
    +    return ecdsa_data;
     }
     
     int ECDSA_size(const EC_KEY *r)
     {
    -	int ret,i;
    -	ASN1_INTEGER bs;
    -	BIGNUM	*order=NULL;
    -	unsigned char buf[4];
    -	const EC_GROUP *group;
    -
    -	if (r == NULL)
    -		return 0;
    -	group = EC_KEY_get0_group(r);
    -	if (group == NULL)
    -		return 0;
    -
    -	if ((order = BN_new()) == NULL) return 0;
    -	if (!EC_GROUP_get_order(group,order,NULL))
    -	{
    -		BN_clear_free(order);
    -		return 0;
    -	} 
    -	i=BN_num_bits(order);
    -	bs.length=(i+7)/8;
    -	bs.data=buf;
    -	bs.type=V_ASN1_INTEGER;
    -	/* If the top bit is set the asn1 encoding is 1 larger. */
    -	buf[0]=0xff;	
    -
    -	i=i2d_ASN1_INTEGER(&bs,NULL);
    -	i+=i; /* r and s */
    -	ret=ASN1_object_size(1,i,V_ASN1_SEQUENCE);
    -	BN_clear_free(order);
    -	return(ret);
    +    int ret, i;
    +    ASN1_INTEGER bs;
    +    BIGNUM *order = NULL;
    +    unsigned char buf[4];
    +    const EC_GROUP *group;
    +
    +    if (r == NULL)
    +        return 0;
    +    group = EC_KEY_get0_group(r);
    +    if (group == NULL)
    +        return 0;
    +
    +    if ((order = BN_new()) == NULL)
    +        return 0;
    +    if (!EC_GROUP_get_order(group, order, NULL)) {
    +        BN_clear_free(order);
    +        return 0;
    +    }
    +    i = BN_num_bits(order);
    +    bs.length = (i + 7) / 8;
    +    bs.data = buf;
    +    bs.type = V_ASN1_INTEGER;
    +    /* If the top bit is set the asn1 encoding is 1 larger. */
    +    buf[0] = 0xff;
    +
    +    i = i2d_ASN1_INTEGER(&bs, NULL);
    +    i += i;                     /* r and s */
    +    ret = ASN1_object_size(1, i, V_ASN1_SEQUENCE);
    +    BN_clear_free(order);
    +    return (ret);
     }
     
    -
     int ECDSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
    -	     CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func)
    +                           CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func)
     {
    -	return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_ECDSA, argl, argp,
    -				new_func, dup_func, free_func);
    +    return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_ECDSA, argl, argp,
    +                                   new_func, dup_func, free_func);
     }
     
     int ECDSA_set_ex_data(EC_KEY *d, int idx, void *arg)
     {
    -	ECDSA_DATA *ecdsa;
    -	ecdsa = ecdsa_check(d);
    -	if (ecdsa == NULL)
    -		return 0;
    -	return(CRYPTO_set_ex_data(&ecdsa->ex_data,idx,arg));
    +    ECDSA_DATA *ecdsa;
    +    ecdsa = ecdsa_check(d);
    +    if (ecdsa == NULL)
    +        return 0;
    +    return (CRYPTO_set_ex_data(&ecdsa->ex_data, idx, arg));
     }
     
     void *ECDSA_get_ex_data(EC_KEY *d, int idx)
     {
    -	ECDSA_DATA *ecdsa;
    -	ecdsa = ecdsa_check(d);
    -	if (ecdsa == NULL)
    -		return NULL;
    -	return(CRYPTO_get_ex_data(&ecdsa->ex_data,idx));
    +    ECDSA_DATA *ecdsa;
    +    ecdsa = ecdsa_check(d);
    +    if (ecdsa == NULL)
    +        return NULL;
    +    return (CRYPTO_get_ex_data(&ecdsa->ex_data, idx));
    +}
    +
    +ECDSA_METHOD *ECDSA_METHOD_new(ECDSA_METHOD *ecdsa_meth)
    +{
    +    ECDSA_METHOD *ret;
    +
    +    ret = OPENSSL_malloc(sizeof(ECDSA_METHOD));
    +    if (ret == NULL) {
    +        ECDSAerr(ECDSA_F_ECDSA_METHOD_NEW, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +
    +    if (ecdsa_meth)
    +        *ret = *ecdsa_meth;
    +    else {
    +        ret->ecdsa_sign_setup = 0;
    +        ret->ecdsa_do_sign = 0;
    +        ret->ecdsa_do_verify = 0;
    +        ret->name = NULL;
    +        ret->flags = 0;
    +    }
    +    ret->flags |= ECDSA_METHOD_FLAG_ALLOCATED;
    +    return ret;
    +}
    +
    +void ECDSA_METHOD_set_sign(ECDSA_METHOD *ecdsa_method,
    +                           ECDSA_SIG *(*ecdsa_do_sign) (const unsigned char
    +                                                        *dgst, int dgst_len,
    +                                                        const BIGNUM *inv,
    +                                                        const BIGNUM *rp,
    +                                                        EC_KEY *eckey))
    +{
    +    ecdsa_method->ecdsa_do_sign = ecdsa_do_sign;
    +}
    +
    +void ECDSA_METHOD_set_sign_setup(ECDSA_METHOD *ecdsa_method,
    +                                 int (*ecdsa_sign_setup) (EC_KEY *eckey,
    +                                                          BN_CTX *ctx,
    +                                                          BIGNUM **kinv,
    +                                                          BIGNUM **r))
    +{
    +    ecdsa_method->ecdsa_sign_setup = ecdsa_sign_setup;
    +}
    +
    +void ECDSA_METHOD_set_verify(ECDSA_METHOD *ecdsa_method,
    +                             int (*ecdsa_do_verify) (const unsigned char
    +                                                     *dgst, int dgst_len,
    +                                                     const ECDSA_SIG *sig,
    +                                                     EC_KEY *eckey))
    +{
    +    ecdsa_method->ecdsa_do_verify = ecdsa_do_verify;
    +}
    +
    +void ECDSA_METHOD_set_flags(ECDSA_METHOD *ecdsa_method, int flags)
    +{
    +    ecdsa_method->flags = flags | ECDSA_METHOD_FLAG_ALLOCATED;
    +}
    +
    +void ECDSA_METHOD_set_name(ECDSA_METHOD *ecdsa_method, char *name)
    +{
    +    ecdsa_method->name = name;
    +}
    +
    +void ECDSA_METHOD_free(ECDSA_METHOD *ecdsa_method)
    +{
    +    if (ecdsa_method->flags & ECDSA_METHOD_FLAG_ALLOCATED)
    +        OPENSSL_free(ecdsa_method);
    +}
    +
    +void ECDSA_METHOD_set_app_data(ECDSA_METHOD *ecdsa_method, void *app)
    +{
    +    ecdsa_method->app_data = app;
    +}
    +
    +void *ECDSA_METHOD_get_app_data(ECDSA_METHOD *ecdsa_method)
    +{
    +    return ecdsa_method->app_data;
     }
    diff --git a/openssl/crypto/ecdsa/ecs_locl.h b/openssl/crypto/ecdsa/ecs_locl.h
    index cb3be13cf..d3a5efc54 100644
    --- a/openssl/crypto/ecdsa/ecs_locl.h
    +++ b/openssl/crypto/ecdsa/ecs_locl.h
    @@ -10,7 +10,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -57,47 +57,52 @@
      */
     
     #ifndef HEADER_ECS_LOCL_H
    -#define HEADER_ECS_LOCL_H
    +# define HEADER_ECS_LOCL_H
     
    -#include 
    +# include 
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -struct ecdsa_method 
    -	{
    -	const char *name;
    -	ECDSA_SIG *(*ecdsa_do_sign)(const unsigned char *dgst, int dgst_len, 
    -			const BIGNUM *inv, const BIGNUM *rp, EC_KEY *eckey);
    -	int (*ecdsa_sign_setup)(EC_KEY *eckey, BN_CTX *ctx, BIGNUM **kinv, 
    -			BIGNUM **r);
    -	int (*ecdsa_do_verify)(const unsigned char *dgst, int dgst_len, 
    -			const ECDSA_SIG *sig, EC_KEY *eckey);
    -#if 0
    -	int (*init)(EC_KEY *eckey);
    -	int (*finish)(EC_KEY *eckey);
    -#endif
    -	int flags;
    -	char *app_data;
    -	};
    +struct ecdsa_method {
    +    const char *name;
    +    ECDSA_SIG *(*ecdsa_do_sign) (const unsigned char *dgst, int dgst_len,
    +                                 const BIGNUM *inv, const BIGNUM *rp,
    +                                 EC_KEY *eckey);
    +    int (*ecdsa_sign_setup) (EC_KEY *eckey, BN_CTX *ctx, BIGNUM **kinv,
    +                             BIGNUM **r);
    +    int (*ecdsa_do_verify) (const unsigned char *dgst, int dgst_len,
    +                            const ECDSA_SIG *sig, EC_KEY *eckey);
    +# if 0
    +    int (*init) (EC_KEY *eckey);
    +    int (*finish) (EC_KEY *eckey);
    +# endif
    +    int flags;
    +    void *app_data;
    +};
    +
    +/* The ECDSA_METHOD was allocated and can be freed */
     
    -/* If this flag is set the ECDSA method is FIPS compliant and can be used
    - * in FIPS mode. This is set in the validated module method. If an
    - * application sets this flag in its own methods it is its responsibility
    - * to ensure the result is compliant.
    +# define ECDSA_METHOD_FLAG_ALLOCATED 0x2
    +
    +/*
    + * If this flag is set the ECDSA method is FIPS compliant and can be used in
    + * FIPS mode. This is set in the validated module method. If an application
    + * sets this flag in its own methods it is its responsibility to ensure the
    + * result is compliant.
      */
     
    -#define ECDSA_FLAG_FIPS_METHOD	0x1
    +# define ECDSA_FLAG_FIPS_METHOD  0x1
     
     typedef struct ecdsa_data_st {
    -	/* EC_KEY_METH_DATA part */
    -	int (*init)(EC_KEY *);
    -	/* method (ECDSA) specific part */
    -	ENGINE	*engine;
    -	int	flags;
    -	const ECDSA_METHOD *meth;
    -	CRYPTO_EX_DATA ex_data;
    +    /* EC_KEY_METH_DATA part */
    +    int (*init) (EC_KEY *);
    +    /* method (ECDSA) specific part */
    +    ENGINE *engine;
    +    int flags;
    +    const ECDSA_METHOD *meth;
    +    CRYPTO_EX_DATA ex_data;
     } ECDSA_DATA;
     
     /** ecdsa_check
    @@ -112,4 +117,4 @@ ECDSA_DATA *ecdsa_check(EC_KEY *eckey);
     }
     #endif
     
    -#endif /* HEADER_ECS_LOCL_H */
    +#endif                          /* HEADER_ECS_LOCL_H */
    diff --git a/openssl/crypto/ecdsa/ecs_ossl.c b/openssl/crypto/ecdsa/ecs_ossl.c
    index 772593561..dd769609b 100644
    --- a/openssl/crypto/ecdsa/ecs_ossl.c
    +++ b/openssl/crypto/ecdsa/ecs_ossl.c
    @@ -10,7 +10,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -61,423 +61,404 @@
     #include 
     #include 
     
    -static ECDSA_SIG *ecdsa_do_sign(const unsigned char *dgst, int dlen, 
    -		const BIGNUM *, const BIGNUM *, EC_KEY *eckey);
    -static int ecdsa_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp, 
    -		BIGNUM **rp);
    -static int ecdsa_do_verify(const unsigned char *dgst, int dgst_len, 
    -		const ECDSA_SIG *sig, EC_KEY *eckey);
    +static ECDSA_SIG *ecdsa_do_sign(const unsigned char *dgst, int dlen,
    +                                const BIGNUM *, const BIGNUM *,
    +                                EC_KEY *eckey);
    +static int ecdsa_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp,
    +                            BIGNUM **rp);
    +static int ecdsa_do_verify(const unsigned char *dgst, int dgst_len,
    +                           const ECDSA_SIG *sig, EC_KEY *eckey);
     
     static ECDSA_METHOD openssl_ecdsa_meth = {
    -	"OpenSSL ECDSA method",
    -	ecdsa_do_sign,
    -	ecdsa_sign_setup,
    -	ecdsa_do_verify,
    +    "OpenSSL ECDSA method",
    +    ecdsa_do_sign,
    +    ecdsa_sign_setup,
    +    ecdsa_do_verify,
     #if 0
    -	NULL, /* init     */
    -	NULL, /* finish   */
    +    NULL,                       /* init */
    +    NULL,                       /* finish */
     #endif
    -	0,    /* flags    */
    -	NULL  /* app_data */
    +    0,                          /* flags */
    +    NULL                        /* app_data */
     };
     
     const ECDSA_METHOD *ECDSA_OpenSSL(void)
     {
    -	return &openssl_ecdsa_meth;
    +    return &openssl_ecdsa_meth;
     }
     
     static int ecdsa_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp,
    -		BIGNUM **rp)
    +                            BIGNUM **rp)
     {
    -	BN_CTX   *ctx = NULL;
    -	BIGNUM	 *k = NULL, *r = NULL, *order = NULL, *X = NULL;
    -	EC_POINT *tmp_point=NULL;
    -	const EC_GROUP *group;
    -	int 	 ret = 0;
    +    BN_CTX *ctx = NULL;
    +    BIGNUM *k = NULL, *r = NULL, *order = NULL, *X = NULL;
    +    EC_POINT *tmp_point = NULL;
    +    const EC_GROUP *group;
    +    int ret = 0;
    +
    +    if (eckey == NULL || (group = EC_KEY_get0_group(eckey)) == NULL) {
    +        ECDSAerr(ECDSA_F_ECDSA_SIGN_SETUP, ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
     
    -	if (eckey == NULL || (group = EC_KEY_get0_group(eckey)) == NULL)
    -	{
    -		ECDSAerr(ECDSA_F_ECDSA_SIGN_SETUP, ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -	}
    +    if (ctx_in == NULL) {
    +        if ((ctx = BN_CTX_new()) == NULL) {
    +            ECDSAerr(ECDSA_F_ECDSA_SIGN_SETUP, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +    } else
    +        ctx = ctx_in;
     
    -	if (ctx_in == NULL) 
    -	{
    -		if ((ctx = BN_CTX_new()) == NULL)
    -		{
    -			ECDSAerr(ECDSA_F_ECDSA_SIGN_SETUP,ERR_R_MALLOC_FAILURE);
    -			return 0;
    -		}
    -	}
    -	else
    -		ctx = ctx_in;
    +    k = BN_new();               /* this value is later returned in *kinvp */
    +    r = BN_new();               /* this value is later returned in *rp */
    +    order = BN_new();
    +    X = BN_new();
    +    if (!k || !r || !order || !X) {
    +        ECDSAerr(ECDSA_F_ECDSA_SIGN_SETUP, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +    if ((tmp_point = EC_POINT_new(group)) == NULL) {
    +        ECDSAerr(ECDSA_F_ECDSA_SIGN_SETUP, ERR_R_EC_LIB);
    +        goto err;
    +    }
    +    if (!EC_GROUP_get_order(group, order, ctx)) {
    +        ECDSAerr(ECDSA_F_ECDSA_SIGN_SETUP, ERR_R_EC_LIB);
    +        goto err;
    +    }
     
    -	k     = BN_new();	/* this value is later returned in *kinvp */
    -	r     = BN_new();	/* this value is later returned in *rp    */
    -	order = BN_new();
    -	X     = BN_new();
    -	if (!k || !r || !order || !X)
    -	{
    -		ECDSAerr(ECDSA_F_ECDSA_SIGN_SETUP, ERR_R_MALLOC_FAILURE);
    -		goto err;
    -	}
    -	if ((tmp_point = EC_POINT_new(group)) == NULL)
    -	{
    -		ECDSAerr(ECDSA_F_ECDSA_SIGN_SETUP, ERR_R_EC_LIB);
    -		goto err;
    -	}
    -	if (!EC_GROUP_get_order(group, order, ctx))
    -	{
    -		ECDSAerr(ECDSA_F_ECDSA_SIGN_SETUP, ERR_R_EC_LIB);
    -		goto err;
    -	}
    -	
    -	do
    -	{
    -		/* get random k */	
    -		do
    -			if (!BN_rand_range(k, order))
    -			{
    -				ECDSAerr(ECDSA_F_ECDSA_SIGN_SETUP,
    -				 ECDSA_R_RANDOM_NUMBER_GENERATION_FAILED);	
    -				goto err;
    -			}
    -		while (BN_is_zero(k));
    +    do {
    +        /* get random k */
    +        do
    +            if (!BN_rand_range(k, order)) {
    +                ECDSAerr(ECDSA_F_ECDSA_SIGN_SETUP,
    +                         ECDSA_R_RANDOM_NUMBER_GENERATION_FAILED);
    +                goto err;
    +            }
    +        while (BN_is_zero(k)) ;
     
    -		/* We do not want timing information to leak the length of k,
    -		 * so we compute G*k using an equivalent scalar of fixed
    -		 * bit-length. */
    +        /*
    +         * We do not want timing information to leak the length of k, so we
    +         * compute G*k using an equivalent scalar of fixed bit-length.
    +         */
     
    -		if (!BN_add(k, k, order)) goto err;
    -		if (BN_num_bits(k) <= BN_num_bits(order))
    -			if (!BN_add(k, k, order)) goto err;
    +        if (!BN_add(k, k, order))
    +            goto err;
    +        if (BN_num_bits(k) <= BN_num_bits(order))
    +            if (!BN_add(k, k, order))
    +                goto err;
     
    -		/* compute r the x-coordinate of generator * k */
    -		if (!EC_POINT_mul(group, tmp_point, k, NULL, NULL, ctx))
    -		{
    -			ECDSAerr(ECDSA_F_ECDSA_SIGN_SETUP, ERR_R_EC_LIB);
    -			goto err;
    -		}
    -		if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) == NID_X9_62_prime_field)
    -		{
    -			if (!EC_POINT_get_affine_coordinates_GFp(group,
    -				tmp_point, X, NULL, ctx))
    -			{
    -				ECDSAerr(ECDSA_F_ECDSA_SIGN_SETUP,ERR_R_EC_LIB);
    -				goto err;
    -			}
    -		}
    +        /* compute r the x-coordinate of generator * k */
    +        if (!EC_POINT_mul(group, tmp_point, k, NULL, NULL, ctx)) {
    +            ECDSAerr(ECDSA_F_ECDSA_SIGN_SETUP, ERR_R_EC_LIB);
    +            goto err;
    +        }
    +        if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) ==
    +            NID_X9_62_prime_field) {
    +            if (!EC_POINT_get_affine_coordinates_GFp
    +                (group, tmp_point, X, NULL, ctx)) {
    +                ECDSAerr(ECDSA_F_ECDSA_SIGN_SETUP, ERR_R_EC_LIB);
    +                goto err;
    +            }
    +        }
     #ifndef OPENSSL_NO_EC2M
    -		else /* NID_X9_62_characteristic_two_field */
    -		{
    -			if (!EC_POINT_get_affine_coordinates_GF2m(group,
    -				tmp_point, X, NULL, ctx))
    -			{
    -				ECDSAerr(ECDSA_F_ECDSA_SIGN_SETUP,ERR_R_EC_LIB);
    -				goto err;
    -			}
    -		}
    +        else {                  /* NID_X9_62_characteristic_two_field */
    +
    +            if (!EC_POINT_get_affine_coordinates_GF2m(group,
    +                                                      tmp_point, X, NULL,
    +                                                      ctx)) {
    +                ECDSAerr(ECDSA_F_ECDSA_SIGN_SETUP, ERR_R_EC_LIB);
    +                goto err;
    +            }
    +        }
     #endif
    -		if (!BN_nnmod(r, X, order, ctx))
    -		{
    -			ECDSAerr(ECDSA_F_ECDSA_SIGN_SETUP, ERR_R_BN_LIB);
    -			goto err;
    -		}
    -	}
    -	while (BN_is_zero(r));
    +        if (!BN_nnmod(r, X, order, ctx)) {
    +            ECDSAerr(ECDSA_F_ECDSA_SIGN_SETUP, ERR_R_BN_LIB);
    +            goto err;
    +        }
    +    }
    +    while (BN_is_zero(r));
     
    -	/* compute the inverse of k */
    -	if (!BN_mod_inverse(k, k, order, ctx))
    -	{
    -		ECDSAerr(ECDSA_F_ECDSA_SIGN_SETUP, ERR_R_BN_LIB);
    -		goto err;	
    -	}
    -	/* clear old values if necessary */
    -	if (*rp != NULL)
    -		BN_clear_free(*rp);
    -	if (*kinvp != NULL) 
    -		BN_clear_free(*kinvp);
    -	/* save the pre-computed values  */
    -	*rp    = r;
    -	*kinvp = k;
    -	ret = 1;
    -err:
    -	if (!ret)
    -	{
    -		if (k != NULL) BN_clear_free(k);
    -		if (r != NULL) BN_clear_free(r);
    -	}
    -	if (ctx_in == NULL) 
    -		BN_CTX_free(ctx);
    -	if (order != NULL)
    -		BN_free(order);
    -	if (tmp_point != NULL) 
    -		EC_POINT_free(tmp_point);
    -	if (X)
    -		BN_clear_free(X);
    -	return(ret);
    -}
    +    /* compute the inverse of k */
    +    if (EC_GROUP_get_mont_data(group) != NULL) {
    +        /*
    +         * We want inverse in constant time, therefore we utilize the fact
    +         * order must be prime and use Fermats Little Theorem instead.
    +         */
    +        if (!BN_set_word(X, 2)) {
    +            ECDSAerr(ECDSA_F_ECDSA_SIGN_SETUP, ERR_R_BN_LIB);
    +            goto err;
    +        }
    +        if (!BN_mod_sub(X, order, X, order, ctx)) {
    +            ECDSAerr(ECDSA_F_ECDSA_SIGN_SETUP, ERR_R_BN_LIB);
    +            goto err;
    +        }
    +        BN_set_flags(X, BN_FLG_CONSTTIME);
    +        if (!BN_mod_exp_mont_consttime
    +            (k, k, X, order, ctx, EC_GROUP_get_mont_data(group))) {
    +            ECDSAerr(ECDSA_F_ECDSA_SIGN_SETUP, ERR_R_BN_LIB);
    +            goto err;
    +        }
    +    } else {
    +        if (!BN_mod_inverse(k, k, order, ctx)) {
    +            ECDSAerr(ECDSA_F_ECDSA_SIGN_SETUP, ERR_R_BN_LIB);
    +            goto err;
    +        }
    +    }
     
    +    /* clear old values if necessary */
    +    if (*rp != NULL)
    +        BN_clear_free(*rp);
    +    if (*kinvp != NULL)
    +        BN_clear_free(*kinvp);
    +    /* save the pre-computed values  */
    +    *rp = r;
    +    *kinvp = k;
    +    ret = 1;
    + err:
    +    if (!ret) {
    +        if (k != NULL)
    +            BN_clear_free(k);
    +        if (r != NULL)
    +            BN_clear_free(r);
    +    }
    +    if (ctx_in == NULL)
    +        BN_CTX_free(ctx);
    +    if (order != NULL)
    +        BN_free(order);
    +    if (tmp_point != NULL)
    +        EC_POINT_free(tmp_point);
    +    if (X)
    +        BN_clear_free(X);
    +    return (ret);
    +}
     
    -static ECDSA_SIG *ecdsa_do_sign(const unsigned char *dgst, int dgst_len, 
    -		const BIGNUM *in_kinv, const BIGNUM *in_r, EC_KEY *eckey)
    +static ECDSA_SIG *ecdsa_do_sign(const unsigned char *dgst, int dgst_len,
    +                                const BIGNUM *in_kinv, const BIGNUM *in_r,
    +                                EC_KEY *eckey)
     {
    -	int     ok = 0, i;
    -	BIGNUM *kinv=NULL, *s, *m=NULL,*tmp=NULL,*order=NULL;
    -	const BIGNUM *ckinv;
    -	BN_CTX     *ctx = NULL;
    -	const EC_GROUP   *group;
    -	ECDSA_SIG  *ret;
    -	ECDSA_DATA *ecdsa;
    -	const BIGNUM *priv_key;
    +    int ok = 0, i;
    +    BIGNUM *kinv = NULL, *s, *m = NULL, *tmp = NULL, *order = NULL;
    +    const BIGNUM *ckinv;
    +    BN_CTX *ctx = NULL;
    +    const EC_GROUP *group;
    +    ECDSA_SIG *ret;
    +    ECDSA_DATA *ecdsa;
    +    const BIGNUM *priv_key;
    +
    +    ecdsa = ecdsa_check(eckey);
    +    group = EC_KEY_get0_group(eckey);
    +    priv_key = EC_KEY_get0_private_key(eckey);
     
    -	ecdsa    = ecdsa_check(eckey);
    -	group    = EC_KEY_get0_group(eckey);
    -	priv_key = EC_KEY_get0_private_key(eckey);
    -	
    -	if (group == NULL || priv_key == NULL || ecdsa == NULL)
    -	{
    -		ECDSAerr(ECDSA_F_ECDSA_DO_SIGN, ERR_R_PASSED_NULL_PARAMETER);
    -		return NULL;
    -	}
    +    if (group == NULL || priv_key == NULL || ecdsa == NULL) {
    +        ECDSAerr(ECDSA_F_ECDSA_DO_SIGN, ERR_R_PASSED_NULL_PARAMETER);
    +        return NULL;
    +    }
     
    -	ret = ECDSA_SIG_new();
    -	if (!ret)
    -	{
    -		ECDSAerr(ECDSA_F_ECDSA_DO_SIGN, ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    -	s = ret->s;
    +    ret = ECDSA_SIG_new();
    +    if (!ret) {
    +        ECDSAerr(ECDSA_F_ECDSA_DO_SIGN, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +    s = ret->s;
     
    -	if ((ctx = BN_CTX_new()) == NULL || (order = BN_new()) == NULL ||
    -		(tmp = BN_new()) == NULL || (m = BN_new()) == NULL)
    -	{
    -		ECDSAerr(ECDSA_F_ECDSA_DO_SIGN, ERR_R_MALLOC_FAILURE);
    -		goto err;
    -	}
    +    if ((ctx = BN_CTX_new()) == NULL || (order = BN_new()) == NULL ||
    +        (tmp = BN_new()) == NULL || (m = BN_new()) == NULL) {
    +        ECDSAerr(ECDSA_F_ECDSA_DO_SIGN, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
     
    -	if (!EC_GROUP_get_order(group, order, ctx))
    -	{
    -		ECDSAerr(ECDSA_F_ECDSA_DO_SIGN, ERR_R_EC_LIB);
    -		goto err;
    -	}
    -	i = BN_num_bits(order);
    -	/* Need to truncate digest if it is too long: first truncate whole
    -	 * bytes.
    -	 */
    -	if (8 * dgst_len > i)
    -		dgst_len = (i + 7)/8;
    -	if (!BN_bin2bn(dgst, dgst_len, m))
    -	{
    -		ECDSAerr(ECDSA_F_ECDSA_DO_SIGN, ERR_R_BN_LIB);
    -		goto err;
    -	}
    -	/* If still too long truncate remaining bits with a shift */
    -	if ((8 * dgst_len > i) && !BN_rshift(m, m, 8 - (i & 0x7)))
    -	{
    -		ECDSAerr(ECDSA_F_ECDSA_DO_SIGN, ERR_R_BN_LIB);
    -		goto err;
    -	}
    -	do
    -	{
    -		if (in_kinv == NULL || in_r == NULL)
    -		{
    -			if (!ECDSA_sign_setup(eckey, ctx, &kinv, &ret->r))
    -			{
    -				ECDSAerr(ECDSA_F_ECDSA_DO_SIGN,ERR_R_ECDSA_LIB);
    -				goto err;
    -			}
    -			ckinv = kinv;
    -		}
    -		else
    -		{
    -			ckinv  = in_kinv;
    -			if (BN_copy(ret->r, in_r) == NULL)
    -			{
    -				ECDSAerr(ECDSA_F_ECDSA_DO_SIGN, ERR_R_MALLOC_FAILURE);
    -				goto err;
    -			}
    -		}
    +    if (!EC_GROUP_get_order(group, order, ctx)) {
    +        ECDSAerr(ECDSA_F_ECDSA_DO_SIGN, ERR_R_EC_LIB);
    +        goto err;
    +    }
    +    i = BN_num_bits(order);
    +    /*
    +     * Need to truncate digest if it is too long: first truncate whole bytes.
    +     */
    +    if (8 * dgst_len > i)
    +        dgst_len = (i + 7) / 8;
    +    if (!BN_bin2bn(dgst, dgst_len, m)) {
    +        ECDSAerr(ECDSA_F_ECDSA_DO_SIGN, ERR_R_BN_LIB);
    +        goto err;
    +    }
    +    /* If still too long truncate remaining bits with a shift */
    +    if ((8 * dgst_len > i) && !BN_rshift(m, m, 8 - (i & 0x7))) {
    +        ECDSAerr(ECDSA_F_ECDSA_DO_SIGN, ERR_R_BN_LIB);
    +        goto err;
    +    }
    +    do {
    +        if (in_kinv == NULL || in_r == NULL) {
    +            if (!ECDSA_sign_setup(eckey, ctx, &kinv, &ret->r)) {
    +                ECDSAerr(ECDSA_F_ECDSA_DO_SIGN, ERR_R_ECDSA_LIB);
    +                goto err;
    +            }
    +            ckinv = kinv;
    +        } else {
    +            ckinv = in_kinv;
    +            if (BN_copy(ret->r, in_r) == NULL) {
    +                ECDSAerr(ECDSA_F_ECDSA_DO_SIGN, ERR_R_MALLOC_FAILURE);
    +                goto err;
    +            }
    +        }
     
    -		if (!BN_mod_mul(tmp, priv_key, ret->r, order, ctx))
    -		{
    -			ECDSAerr(ECDSA_F_ECDSA_DO_SIGN, ERR_R_BN_LIB);
    -			goto err;
    -		}
    -		if (!BN_mod_add_quick(s, tmp, m, order))
    -		{
    -			ECDSAerr(ECDSA_F_ECDSA_DO_SIGN, ERR_R_BN_LIB);
    -			goto err;
    -		}
    -		if (!BN_mod_mul(s, s, ckinv, order, ctx))
    -		{
    -			ECDSAerr(ECDSA_F_ECDSA_DO_SIGN, ERR_R_BN_LIB);
    -			goto err;
    -		}
    -		if (BN_is_zero(s))
    -		{
    -			/* if kinv and r have been supplied by the caller
    -			 * don't to generate new kinv and r values */
    -			if (in_kinv != NULL && in_r != NULL)
    -			{
    -				ECDSAerr(ECDSA_F_ECDSA_DO_SIGN, ECDSA_R_NEED_NEW_SETUP_VALUES);
    -				goto err;
    -			}
    -		}
    -		else
    -			/* s != 0 => we have a valid signature */
    -			break;
    -	}
    -	while (1);
    +        if (!BN_mod_mul(tmp, priv_key, ret->r, order, ctx)) {
    +            ECDSAerr(ECDSA_F_ECDSA_DO_SIGN, ERR_R_BN_LIB);
    +            goto err;
    +        }
    +        if (!BN_mod_add_quick(s, tmp, m, order)) {
    +            ECDSAerr(ECDSA_F_ECDSA_DO_SIGN, ERR_R_BN_LIB);
    +            goto err;
    +        }
    +        if (!BN_mod_mul(s, s, ckinv, order, ctx)) {
    +            ECDSAerr(ECDSA_F_ECDSA_DO_SIGN, ERR_R_BN_LIB);
    +            goto err;
    +        }
    +        if (BN_is_zero(s)) {
    +            /*
    +             * if kinv and r have been supplied by the caller don't to
    +             * generate new kinv and r values
    +             */
    +            if (in_kinv != NULL && in_r != NULL) {
    +                ECDSAerr(ECDSA_F_ECDSA_DO_SIGN,
    +                         ECDSA_R_NEED_NEW_SETUP_VALUES);
    +                goto err;
    +            }
    +        } else
    +            /* s != 0 => we have a valid signature */
    +            break;
    +    }
    +    while (1);
     
    -	ok = 1;
    -err:
    -	if (!ok)
    -	{
    -		ECDSA_SIG_free(ret);
    -		ret = NULL;
    -	}
    -	if (ctx)
    -		BN_CTX_free(ctx);
    -	if (m)
    -		BN_clear_free(m);
    -	if (tmp)
    -		BN_clear_free(tmp);
    -	if (order)
    -		BN_free(order);
    -	if (kinv)
    -		BN_clear_free(kinv);
    -	return ret;
    +    ok = 1;
    + err:
    +    if (!ok) {
    +        ECDSA_SIG_free(ret);
    +        ret = NULL;
    +    }
    +    if (ctx)
    +        BN_CTX_free(ctx);
    +    if (m)
    +        BN_clear_free(m);
    +    if (tmp)
    +        BN_clear_free(tmp);
    +    if (order)
    +        BN_free(order);
    +    if (kinv)
    +        BN_clear_free(kinv);
    +    return ret;
     }
     
     static int ecdsa_do_verify(const unsigned char *dgst, int dgst_len,
    -		const ECDSA_SIG *sig, EC_KEY *eckey)
    +                           const ECDSA_SIG *sig, EC_KEY *eckey)
     {
    -	int ret = -1, i;
    -	BN_CTX   *ctx;
    -	BIGNUM   *order, *u1, *u2, *m, *X;
    -	EC_POINT *point = NULL;
    -	const EC_GROUP *group;
    -	const EC_POINT *pub_key;
    +    int ret = -1, i;
    +    BN_CTX *ctx;
    +    BIGNUM *order, *u1, *u2, *m, *X;
    +    EC_POINT *point = NULL;
    +    const EC_GROUP *group;
    +    const EC_POINT *pub_key;
    +
    +    /* check input values */
    +    if (eckey == NULL || (group = EC_KEY_get0_group(eckey)) == NULL ||
    +        (pub_key = EC_KEY_get0_public_key(eckey)) == NULL || sig == NULL) {
    +        ECDSAerr(ECDSA_F_ECDSA_DO_VERIFY, ECDSA_R_MISSING_PARAMETERS);
    +        return -1;
    +    }
     
    -	/* check input values */
    -	if (eckey == NULL || (group = EC_KEY_get0_group(eckey)) == NULL ||
    -	    (pub_key = EC_KEY_get0_public_key(eckey)) == NULL || sig == NULL)
    -	{
    -		ECDSAerr(ECDSA_F_ECDSA_DO_VERIFY, ECDSA_R_MISSING_PARAMETERS);
    -		return -1;
    -	}
    +    ctx = BN_CTX_new();
    +    if (!ctx) {
    +        ECDSAerr(ECDSA_F_ECDSA_DO_VERIFY, ERR_R_MALLOC_FAILURE);
    +        return -1;
    +    }
    +    BN_CTX_start(ctx);
    +    order = BN_CTX_get(ctx);
    +    u1 = BN_CTX_get(ctx);
    +    u2 = BN_CTX_get(ctx);
    +    m = BN_CTX_get(ctx);
    +    X = BN_CTX_get(ctx);
    +    if (!X) {
    +        ECDSAerr(ECDSA_F_ECDSA_DO_VERIFY, ERR_R_BN_LIB);
    +        goto err;
    +    }
     
    -	ctx = BN_CTX_new();
    -	if (!ctx)
    -	{
    -		ECDSAerr(ECDSA_F_ECDSA_DO_VERIFY, ERR_R_MALLOC_FAILURE);
    -		return -1;
    -	}
    -	BN_CTX_start(ctx);
    -	order = BN_CTX_get(ctx);	
    -	u1    = BN_CTX_get(ctx);
    -	u2    = BN_CTX_get(ctx);
    -	m     = BN_CTX_get(ctx);
    -	X     = BN_CTX_get(ctx);
    -	if (!X)
    -	{
    -		ECDSAerr(ECDSA_F_ECDSA_DO_VERIFY, ERR_R_BN_LIB);
    -		goto err;
    -	}
    -	
    -	if (!EC_GROUP_get_order(group, order, ctx))
    -	{
    -		ECDSAerr(ECDSA_F_ECDSA_DO_VERIFY, ERR_R_EC_LIB);
    -		goto err;
    -	}
    +    if (!EC_GROUP_get_order(group, order, ctx)) {
    +        ECDSAerr(ECDSA_F_ECDSA_DO_VERIFY, ERR_R_EC_LIB);
    +        goto err;
    +    }
     
    -	if (BN_is_zero(sig->r)          || BN_is_negative(sig->r) || 
    -	    BN_ucmp(sig->r, order) >= 0 || BN_is_zero(sig->s)  ||
    -	    BN_is_negative(sig->s)      || BN_ucmp(sig->s, order) >= 0)
    -	{
    -		ECDSAerr(ECDSA_F_ECDSA_DO_VERIFY, ECDSA_R_BAD_SIGNATURE);
    -		ret = 0;	/* signature is invalid */
    -		goto err;
    -	}
    -	/* calculate tmp1 = inv(S) mod order */
    -	if (!BN_mod_inverse(u2, sig->s, order, ctx))
    -	{
    -		ECDSAerr(ECDSA_F_ECDSA_DO_VERIFY, ERR_R_BN_LIB);
    -		goto err;
    -	}
    -	/* digest -> m */
    -	i = BN_num_bits(order);
    -	/* Need to truncate digest if it is too long: first truncate whole
    -	 * bytes.
    -	 */
    -	if (8 * dgst_len > i)
    -		dgst_len = (i + 7)/8;
    -	if (!BN_bin2bn(dgst, dgst_len, m))
    -	{
    -		ECDSAerr(ECDSA_F_ECDSA_DO_VERIFY, ERR_R_BN_LIB);
    -		goto err;
    -	}
    -	/* If still too long truncate remaining bits with a shift */
    -	if ((8 * dgst_len > i) && !BN_rshift(m, m, 8 - (i & 0x7)))
    -	{
    -		ECDSAerr(ECDSA_F_ECDSA_DO_VERIFY, ERR_R_BN_LIB);
    -		goto err;
    -	}
    -	/* u1 = m * tmp mod order */
    -	if (!BN_mod_mul(u1, m, u2, order, ctx))
    -	{
    -		ECDSAerr(ECDSA_F_ECDSA_DO_VERIFY, ERR_R_BN_LIB);
    -		goto err;
    -	}
    -	/* u2 = r * w mod q */
    -	if (!BN_mod_mul(u2, sig->r, u2, order, ctx))
    -	{
    -		ECDSAerr(ECDSA_F_ECDSA_DO_VERIFY, ERR_R_BN_LIB);
    -		goto err;
    -	}
    +    if (BN_is_zero(sig->r) || BN_is_negative(sig->r) ||
    +        BN_ucmp(sig->r, order) >= 0 || BN_is_zero(sig->s) ||
    +        BN_is_negative(sig->s) || BN_ucmp(sig->s, order) >= 0) {
    +        ECDSAerr(ECDSA_F_ECDSA_DO_VERIFY, ECDSA_R_BAD_SIGNATURE);
    +        ret = 0;                /* signature is invalid */
    +        goto err;
    +    }
    +    /* calculate tmp1 = inv(S) mod order */
    +    if (!BN_mod_inverse(u2, sig->s, order, ctx)) {
    +        ECDSAerr(ECDSA_F_ECDSA_DO_VERIFY, ERR_R_BN_LIB);
    +        goto err;
    +    }
    +    /* digest -> m */
    +    i = BN_num_bits(order);
    +    /*
    +     * Need to truncate digest if it is too long: first truncate whole bytes.
    +     */
    +    if (8 * dgst_len > i)
    +        dgst_len = (i + 7) / 8;
    +    if (!BN_bin2bn(dgst, dgst_len, m)) {
    +        ECDSAerr(ECDSA_F_ECDSA_DO_VERIFY, ERR_R_BN_LIB);
    +        goto err;
    +    }
    +    /* If still too long truncate remaining bits with a shift */
    +    if ((8 * dgst_len > i) && !BN_rshift(m, m, 8 - (i & 0x7))) {
    +        ECDSAerr(ECDSA_F_ECDSA_DO_VERIFY, ERR_R_BN_LIB);
    +        goto err;
    +    }
    +    /* u1 = m * tmp mod order */
    +    if (!BN_mod_mul(u1, m, u2, order, ctx)) {
    +        ECDSAerr(ECDSA_F_ECDSA_DO_VERIFY, ERR_R_BN_LIB);
    +        goto err;
    +    }
    +    /* u2 = r * w mod q */
    +    if (!BN_mod_mul(u2, sig->r, u2, order, ctx)) {
    +        ECDSAerr(ECDSA_F_ECDSA_DO_VERIFY, ERR_R_BN_LIB);
    +        goto err;
    +    }
     
    -	if ((point = EC_POINT_new(group)) == NULL)
    -	{
    -		ECDSAerr(ECDSA_F_ECDSA_DO_VERIFY, ERR_R_MALLOC_FAILURE);
    -		goto err;
    -	}
    -	if (!EC_POINT_mul(group, point, u1, pub_key, u2, ctx))
    -	{
    -		ECDSAerr(ECDSA_F_ECDSA_DO_VERIFY, ERR_R_EC_LIB);
    -		goto err;
    -	}
    -	if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) == NID_X9_62_prime_field)
    -	{
    -		if (!EC_POINT_get_affine_coordinates_GFp(group,
    -			point, X, NULL, ctx))
    -		{
    -			ECDSAerr(ECDSA_F_ECDSA_DO_VERIFY, ERR_R_EC_LIB);
    -			goto err;
    -		}
    -	}
    +    if ((point = EC_POINT_new(group)) == NULL) {
    +        ECDSAerr(ECDSA_F_ECDSA_DO_VERIFY, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +    if (!EC_POINT_mul(group, point, u1, pub_key, u2, ctx)) {
    +        ECDSAerr(ECDSA_F_ECDSA_DO_VERIFY, ERR_R_EC_LIB);
    +        goto err;
    +    }
    +    if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) ==
    +        NID_X9_62_prime_field) {
    +        if (!EC_POINT_get_affine_coordinates_GFp(group, point, X, NULL, ctx)) {
    +            ECDSAerr(ECDSA_F_ECDSA_DO_VERIFY, ERR_R_EC_LIB);
    +            goto err;
    +        }
    +    }
     #ifndef OPENSSL_NO_EC2M
    -	else /* NID_X9_62_characteristic_two_field */
    -	{
    -		if (!EC_POINT_get_affine_coordinates_GF2m(group,
    -			point, X, NULL, ctx))
    -		{
    -			ECDSAerr(ECDSA_F_ECDSA_DO_VERIFY, ERR_R_EC_LIB);
    -			goto err;
    -		}
    -	}
    -#endif	
    -	if (!BN_nnmod(u1, X, order, ctx))
    -	{
    -		ECDSAerr(ECDSA_F_ECDSA_DO_VERIFY, ERR_R_BN_LIB);
    -		goto err;
    -	}
    -	/*  if the signature is correct u1 is equal to sig->r */
    -	ret = (BN_ucmp(u1, sig->r) == 0);
    -err:
    -	BN_CTX_end(ctx);
    -	BN_CTX_free(ctx);
    -	if (point)
    -		EC_POINT_free(point);
    -	return ret;
    +    else {                      /* NID_X9_62_characteristic_two_field */
    +
    +        if (!EC_POINT_get_affine_coordinates_GF2m(group, point, X, NULL, ctx)) {
    +            ECDSAerr(ECDSA_F_ECDSA_DO_VERIFY, ERR_R_EC_LIB);
    +            goto err;
    +        }
    +    }
    +#endif
    +    if (!BN_nnmod(u1, X, order, ctx)) {
    +        ECDSAerr(ECDSA_F_ECDSA_DO_VERIFY, ERR_R_BN_LIB);
    +        goto err;
    +    }
    +    /*  if the signature is correct u1 is equal to sig->r */
    +    ret = (BN_ucmp(u1, sig->r) == 0);
    + err:
    +    BN_CTX_end(ctx);
    +    BN_CTX_free(ctx);
    +    if (point)
    +        EC_POINT_free(point);
    +    return ret;
     }
    diff --git a/openssl/crypto/ecdsa/ecs_sign.c b/openssl/crypto/ecdsa/ecs_sign.c
    index 353d5af51..28652d455 100644
    --- a/openssl/crypto/ecdsa/ecs_sign.c
    +++ b/openssl/crypto/ecdsa/ecs_sign.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -55,52 +55,52 @@
     
     #include "ecs_locl.h"
     #ifndef OPENSSL_NO_ENGINE
    -#include 
    +# include 
     #endif
     #include 
     
     ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst, int dlen, EC_KEY *eckey)
     {
    -	return ECDSA_do_sign_ex(dgst, dlen, NULL, NULL, eckey);
    +    return ECDSA_do_sign_ex(dgst, dlen, NULL, NULL, eckey);
     }
     
     ECDSA_SIG *ECDSA_do_sign_ex(const unsigned char *dgst, int dlen,
    -	const BIGNUM *kinv, const BIGNUM *rp, EC_KEY *eckey)
    +                            const BIGNUM *kinv, const BIGNUM *rp,
    +                            EC_KEY *eckey)
     {
    -	ECDSA_DATA *ecdsa = ecdsa_check(eckey);
    -	if (ecdsa == NULL)
    -		return NULL;
    -	return ecdsa->meth->ecdsa_do_sign(dgst, dlen, kinv, rp, eckey);
    +    ECDSA_DATA *ecdsa = ecdsa_check(eckey);
    +    if (ecdsa == NULL)
    +        return NULL;
    +    return ecdsa->meth->ecdsa_do_sign(dgst, dlen, kinv, rp, eckey);
     }
     
    -int ECDSA_sign(int type, const unsigned char *dgst, int dlen, unsigned char 
    -		*sig, unsigned int *siglen, EC_KEY *eckey)
    +int ECDSA_sign(int type, const unsigned char *dgst, int dlen, unsigned char
    +               *sig, unsigned int *siglen, EC_KEY *eckey)
     {
    -	return ECDSA_sign_ex(type, dgst, dlen, sig, siglen, NULL, NULL, eckey);
    +    return ECDSA_sign_ex(type, dgst, dlen, sig, siglen, NULL, NULL, eckey);
     }
     
    -int ECDSA_sign_ex(int type, const unsigned char *dgst, int dlen, unsigned char 
    -	*sig, unsigned int *siglen, const BIGNUM *kinv, const BIGNUM *r, 
    -	EC_KEY *eckey)
    +int ECDSA_sign_ex(int type, const unsigned char *dgst, int dlen, unsigned char
    +                  *sig, unsigned int *siglen, const BIGNUM *kinv,
    +                  const BIGNUM *r, EC_KEY *eckey)
     {
    -	ECDSA_SIG *s;
    -	RAND_seed(dgst, dlen);
    -	s = ECDSA_do_sign_ex(dgst, dlen, kinv, r, eckey);
    -	if (s == NULL)
    -	{
    -		*siglen=0;
    -		return 0;
    -	}
    -	*siglen = i2d_ECDSA_SIG(s, &sig);
    -	ECDSA_SIG_free(s);
    -	return 1;
    +    ECDSA_SIG *s;
    +    RAND_seed(dgst, dlen);
    +    s = ECDSA_do_sign_ex(dgst, dlen, kinv, r, eckey);
    +    if (s == NULL) {
    +        *siglen = 0;
    +        return 0;
    +    }
    +    *siglen = i2d_ECDSA_SIG(s, &sig);
    +    ECDSA_SIG_free(s);
    +    return 1;
     }
     
    -int ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp, 
    -		BIGNUM **rp)
    +int ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp,
    +                     BIGNUM **rp)
     {
    -	ECDSA_DATA *ecdsa = ecdsa_check(eckey);
    -	if (ecdsa == NULL)
    -		return 0;
    -	return ecdsa->meth->ecdsa_sign_setup(eckey, ctx_in, kinvp, rp); 
    +    ECDSA_DATA *ecdsa = ecdsa_check(eckey);
    +    if (ecdsa == NULL)
    +        return 0;
    +    return ecdsa->meth->ecdsa_sign_setup(eckey, ctx_in, kinvp, rp);
     }
    diff --git a/openssl/crypto/ecdsa/ecs_vrf.c b/openssl/crypto/ecdsa/ecs_vrf.c
    index ef9acf7b6..e909aeb40 100644
    --- a/openssl/crypto/ecdsa/ecs_vrf.c
    +++ b/openssl/crypto/ecdsa/ecs_vrf.c
    @@ -10,7 +10,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -57,40 +57,56 @@
      */
     
     #include "ecs_locl.h"
    +#include 
     #ifndef OPENSSL_NO_ENGINE
    -#include 
    +# include 
     #endif
     
    -/* returns
    +/*-
    + * returns
      *      1: correct signature
      *      0: incorrect signature
      *     -1: error
      */
    -int ECDSA_do_verify(const unsigned char *dgst, int dgst_len, 
    -		const ECDSA_SIG *sig, EC_KEY *eckey)
    -	{
    -	ECDSA_DATA *ecdsa = ecdsa_check(eckey);
    -	if (ecdsa == NULL)
    -		return 0;
    -	return ecdsa->meth->ecdsa_do_verify(dgst, dgst_len, sig, eckey);
    -	}
    +int ECDSA_do_verify(const unsigned char *dgst, int dgst_len,
    +                    const ECDSA_SIG *sig, EC_KEY *eckey)
    +{
    +    ECDSA_DATA *ecdsa = ecdsa_check(eckey);
    +    if (ecdsa == NULL)
    +        return 0;
    +    return ecdsa->meth->ecdsa_do_verify(dgst, dgst_len, sig, eckey);
    +}
     
    -/* returns
    +/*-
    + * returns
      *      1: correct signature
      *      0: incorrect signature
      *     -1: error
      */
     int ECDSA_verify(int type, const unsigned char *dgst, int dgst_len,
    -		const unsigned char *sigbuf, int sig_len, EC_KEY *eckey)
    - 	{
    -	ECDSA_SIG *s;
    -	int ret=-1;
    +                 const unsigned char *sigbuf, int sig_len, EC_KEY *eckey)
    +{
    +    ECDSA_SIG *s;
    +    const unsigned char *p = sigbuf;
    +    unsigned char *der = NULL;
    +    int derlen = -1;
    +    int ret = -1;
     
    -	s = ECDSA_SIG_new();
    -	if (s == NULL) return(ret);
    -	if (d2i_ECDSA_SIG(&s, &sigbuf, sig_len) == NULL) goto err;
    -	ret=ECDSA_do_verify(dgst, dgst_len, s, eckey);
    -err:
    -	ECDSA_SIG_free(s);
    -	return(ret);
    -	}
    +    s = ECDSA_SIG_new();
    +    if (s == NULL)
    +        return (ret);
    +    if (d2i_ECDSA_SIG(&s, &p, sig_len) == NULL)
    +        goto err;
    +    /* Ensure signature uses DER and doesn't have trailing garbage */
    +    derlen = i2d_ECDSA_SIG(s, &der);
    +    if (derlen != sig_len || memcmp(sigbuf, der, derlen))
    +        goto err;
    +    ret = ECDSA_do_verify(dgst, dgst_len, s, eckey);
    + err:
    +    if (derlen > 0) {
    +        OPENSSL_cleanse(der, derlen);
    +        OPENSSL_free(der);
    +    }
    +    ECDSA_SIG_free(s);
    +    return (ret);
    +}
    diff --git a/openssl/crypto/engine/Makefile b/openssl/crypto/engine/Makefile
    index d29bdd09a..2ee6c7236 100644
    --- a/openssl/crypto/engine/Makefile
    +++ b/openssl/crypto/engine/Makefile
    @@ -22,13 +22,13 @@ LIBSRC= eng_err.c eng_lib.c eng_list.c eng_init.c eng_ctrl.c \
     	tb_rsa.c tb_dsa.c tb_ecdsa.c tb_dh.c tb_ecdh.c tb_rand.c tb_store.c \
     	tb_cipher.c tb_digest.c tb_pkmeth.c tb_asnmth.c \
     	eng_openssl.c eng_cnf.c eng_dyn.c eng_cryptodev.c \
    -	eng_rsax.c eng_rdrand.c
    +	eng_rdrand.c
     LIBOBJ= eng_err.o eng_lib.o eng_list.o eng_init.o eng_ctrl.o \
     	eng_table.o eng_pkey.o eng_fat.o eng_all.o \
     	tb_rsa.o tb_dsa.o tb_ecdsa.o tb_dh.o tb_ecdh.o tb_rand.o tb_store.o \
     	tb_cipher.o tb_digest.o tb_pkmeth.o tb_asnmth.o \
     	eng_openssl.o eng_cnf.o eng_dyn.o eng_cryptodev.o \
    -	eng_rsax.o eng_rdrand.o
    +	eng_rdrand.o
     
     SRC= $(LIBSRC)
     
    @@ -265,20 +265,6 @@ eng_rdrand.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
     eng_rdrand.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
     eng_rdrand.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
     eng_rdrand.o: eng_rdrand.c
    -eng_rsax.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
    -eng_rsax.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
    -eng_rsax.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
    -eng_rsax.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
    -eng_rsax.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h
    -eng_rsax.o: ../../include/openssl/err.h ../../include/openssl/evp.h
    -eng_rsax.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
    -eng_rsax.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
    -eng_rsax.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
    -eng_rsax.o: ../../include/openssl/pkcs7.h ../../include/openssl/rsa.h
    -eng_rsax.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
    -eng_rsax.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
    -eng_rsax.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
    -eng_rsax.o: eng_rsax.c
     eng_table.o: ../../e_os.h ../../include/openssl/asn1.h
     eng_table.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
     eng_table.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
    diff --git a/openssl/crypto/engine/eng_all.c b/openssl/crypto/engine/eng_all.c
    index 6093376df..195a3a955 100644
    --- a/openssl/crypto/engine/eng_all.c
    +++ b/openssl/crypto/engine/eng_all.c
    @@ -1,6 +1,7 @@
     /* crypto/engine/eng_all.c -*- mode: C; c-file-style: "eay" -*- */
    -/* Written by Richard Levitte  for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Richard Levitte  for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 2000-2001 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -60,76 +61,76 @@
     #include "eng_int.h"
     
     void ENGINE_load_builtin_engines(void)
    -	{
    -	/* Some ENGINEs need this */
    -	OPENSSL_cpuid_setup();
    +{
    +    /* Some ENGINEs need this */
    +    OPENSSL_cpuid_setup();
     #if 0
    -	/* There's no longer any need for an "openssl" ENGINE unless, one day,
    -	 * it is the *only* way for standard builtin implementations to be be
    -	 * accessed (ie. it would be possible to statically link binaries with
    -	 * *no* builtin implementations). */
    -	ENGINE_load_openssl();
    +    /*
    +     * There's no longer any need for an "openssl" ENGINE unless, one day, it
    +     * is the *only* way for standard builtin implementations to be be
    +     * accessed (ie. it would be possible to statically link binaries with
    +     * *no* builtin implementations).
    +     */
    +    ENGINE_load_openssl();
     #endif
     #if !defined(OPENSSL_NO_HW) && (defined(__OpenBSD__) || defined(__FreeBSD__) || defined(HAVE_CRYPTODEV))
    -	ENGINE_load_cryptodev();
    -#endif
    -#ifndef OPENSSL_NO_RSAX
    -	ENGINE_load_rsax();
    +    ENGINE_load_cryptodev();
     #endif
     #ifndef OPENSSL_NO_RDRAND
    -	ENGINE_load_rdrand();
    +    ENGINE_load_rdrand();
     #endif
    -	ENGINE_load_dynamic();
    +    ENGINE_load_dynamic();
     #ifndef OPENSSL_NO_STATIC_ENGINE
    -#ifndef OPENSSL_NO_HW
    -#ifndef OPENSSL_NO_HW_4758_CCA
    -	ENGINE_load_4758cca();
    -#endif
    -#ifndef OPENSSL_NO_HW_AEP
    -	ENGINE_load_aep();
    -#endif
    -#ifndef OPENSSL_NO_HW_ATALLA
    -	ENGINE_load_atalla();
    -#endif
    -#ifndef OPENSSL_NO_HW_CSWIFT
    -	ENGINE_load_cswift();
    -#endif
    -#ifndef OPENSSL_NO_HW_NCIPHER
    -	ENGINE_load_chil();
    -#endif
    -#ifndef OPENSSL_NO_HW_NURON
    -	ENGINE_load_nuron();
    -#endif
    -#ifndef OPENSSL_NO_HW_SUREWARE
    -	ENGINE_load_sureware();
    -#endif
    -#ifndef OPENSSL_NO_HW_UBSEC
    -	ENGINE_load_ubsec();
    -#endif
    -#ifndef OPENSSL_NO_HW_PADLOCK
    -	ENGINE_load_padlock();
    -#endif
    -#endif
    -#ifndef OPENSSL_NO_GOST
    -	ENGINE_load_gost();
    -#endif
    -#ifndef OPENSSL_NO_GMP
    -	ENGINE_load_gmp();
    -#endif
    -#if defined(OPENSSL_SYS_WIN32) && !defined(OPENSSL_NO_CAPIENG)
    -	ENGINE_load_capi();
    -#endif
    -#endif
    -	ENGINE_register_all_complete();
    -	}
    +# ifndef OPENSSL_NO_HW
    +#  ifndef OPENSSL_NO_HW_4758_CCA
    +    ENGINE_load_4758cca();
    +#  endif
    +#  ifndef OPENSSL_NO_HW_AEP
    +    ENGINE_load_aep();
    +#  endif
    +#  ifndef OPENSSL_NO_HW_ATALLA
    +    ENGINE_load_atalla();
    +#  endif
    +#  ifndef OPENSSL_NO_HW_CSWIFT
    +    ENGINE_load_cswift();
    +#  endif
    +#  ifndef OPENSSL_NO_HW_NCIPHER
    +    ENGINE_load_chil();
    +#  endif
    +#  ifndef OPENSSL_NO_HW_NURON
    +    ENGINE_load_nuron();
    +#  endif
    +#  ifndef OPENSSL_NO_HW_SUREWARE
    +    ENGINE_load_sureware();
    +#  endif
    +#  ifndef OPENSSL_NO_HW_UBSEC
    +    ENGINE_load_ubsec();
    +#  endif
    +#  ifndef OPENSSL_NO_HW_PADLOCK
    +    ENGINE_load_padlock();
    +#  endif
    +# endif
    +# ifndef OPENSSL_NO_GOST
    +    ENGINE_load_gost();
    +# endif
    +# ifndef OPENSSL_NO_GMP
    +    ENGINE_load_gmp();
    +# endif
    +# if defined(OPENSSL_SYS_WIN32) && !defined(OPENSSL_NO_CAPIENG)
    +    ENGINE_load_capi();
    +# endif
    +#endif
    +    ENGINE_register_all_complete();
    +}
     
     #if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(HAVE_CRYPTODEV)
    -void ENGINE_setup_bsd_cryptodev(void) {
    -	static int bsd_cryptodev_default_loaded = 0;
    -	if (!bsd_cryptodev_default_loaded) {
    -		ENGINE_load_cryptodev();
    -		ENGINE_register_all_complete();
    -	}
    -	bsd_cryptodev_default_loaded=1;
    +void ENGINE_setup_bsd_cryptodev(void)
    +{
    +    static int bsd_cryptodev_default_loaded = 0;
    +    if (!bsd_cryptodev_default_loaded) {
    +        ENGINE_load_cryptodev();
    +        ENGINE_register_all_complete();
    +    }
    +    bsd_cryptodev_default_loaded = 1;
     }
     #endif
    diff --git a/openssl/crypto/engine/eng_cnf.c b/openssl/crypto/engine/eng_cnf.c
    index 95c407001..f09bec4e9 100644
    --- a/openssl/crypto/engine/eng_cnf.c
    +++ b/openssl/crypto/engine/eng_cnf.c
    @@ -1,6 +1,7 @@
     /* eng_cnf.c */
    -/* Written by Stephen Henson (steve@openssl.org) for the OpenSSL
    - * project 2001.
    +/*
    + * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project
    + * 2001.
      */
     /* ====================================================================
      * Copyright (c) 2001 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -64,196 +65,178 @@
     /* ENGINE config module */
     
     static char *skip_dot(char *name)
    -	{
    -	char *p;
    -	p = strchr(name, '.');
    -	if (p)
    -		return p + 1;
    -	return name;
    -	}
    +{
    +    char *p;
    +    p = strchr(name, '.');
    +    if (p)
    +        return p + 1;
    +    return name;
    +}
     
     static STACK_OF(ENGINE) *initialized_engines = NULL;
     
     static int int_engine_init(ENGINE *e)
    -	{
    -	if (!ENGINE_init(e))
    -		return 0;
    -	if (!initialized_engines)
    -		initialized_engines = sk_ENGINE_new_null();
    -	if (!initialized_engines || !sk_ENGINE_push(initialized_engines, e))
    -		{
    -		ENGINE_finish(e);
    -		return 0;
    -		}
    -	return 1;
    -	}
    -	
    +{
    +    if (!ENGINE_init(e))
    +        return 0;
    +    if (!initialized_engines)
    +        initialized_engines = sk_ENGINE_new_null();
    +    if (!initialized_engines || !sk_ENGINE_push(initialized_engines, e)) {
    +        ENGINE_finish(e);
    +        return 0;
    +    }
    +    return 1;
    +}
     
     static int int_engine_configure(char *name, char *value, const CONF *cnf)
    -	{
    -	int i;
    -	int ret = 0;
    -	long do_init = -1;
    -	STACK_OF(CONF_VALUE) *ecmds;
    -	CONF_VALUE *ecmd = NULL;
    -	char *ctrlname, *ctrlvalue;
    -	ENGINE *e = NULL;
    -	int soft = 0;
    -
    -	name = skip_dot(name);
    +{
    +    int i;
    +    int ret = 0;
    +    long do_init = -1;
    +    STACK_OF(CONF_VALUE) *ecmds;
    +    CONF_VALUE *ecmd = NULL;
    +    char *ctrlname, *ctrlvalue;
    +    ENGINE *e = NULL;
    +    int soft = 0;
    +
    +    name = skip_dot(name);
     #ifdef ENGINE_CONF_DEBUG
    -	fprintf(stderr, "Configuring engine %s\n", name);
    +    fprintf(stderr, "Configuring engine %s\n", name);
     #endif
    -	/* Value is a section containing ENGINE commands */
    -	ecmds = NCONF_get_section(cnf, value);
    -
    -	if (!ecmds)
    -		{
    -		ENGINEerr(ENGINE_F_INT_ENGINE_CONFIGURE, ENGINE_R_ENGINE_SECTION_ERROR);
    -		return 0;
    -		}
    -
    -	for (i = 0; i < sk_CONF_VALUE_num(ecmds); i++)
    -		{
    -		ecmd = sk_CONF_VALUE_value(ecmds, i);
    -		ctrlname = skip_dot(ecmd->name);
    -		ctrlvalue = ecmd->value;
    +    /* Value is a section containing ENGINE commands */
    +    ecmds = NCONF_get_section(cnf, value);
    +
    +    if (!ecmds) {
    +        ENGINEerr(ENGINE_F_INT_ENGINE_CONFIGURE,
    +                  ENGINE_R_ENGINE_SECTION_ERROR);
    +        return 0;
    +    }
    +
    +    for (i = 0; i < sk_CONF_VALUE_num(ecmds); i++) {
    +        ecmd = sk_CONF_VALUE_value(ecmds, i);
    +        ctrlname = skip_dot(ecmd->name);
    +        ctrlvalue = ecmd->value;
     #ifdef ENGINE_CONF_DEBUG
    -	fprintf(stderr, "ENGINE conf: doing ctrl(%s,%s)\n", ctrlname, ctrlvalue);
    +        fprintf(stderr, "ENGINE conf: doing ctrl(%s,%s)\n", ctrlname,
    +                ctrlvalue);
     #endif
     
    -		/* First handle some special pseudo ctrls */
    -
    -		/* Override engine name to use */
    -		if (!strcmp(ctrlname, "engine_id"))
    -			name = ctrlvalue;
    -		else if (!strcmp(ctrlname, "soft_load"))
    -			soft = 1;
    -		/* Load a dynamic ENGINE */
    -		else if (!strcmp(ctrlname, "dynamic_path"))
    -			{
    -			e = ENGINE_by_id("dynamic");
    -			if (!e)
    -				goto err;
    -			if (!ENGINE_ctrl_cmd_string(e, "SO_PATH", ctrlvalue, 0))
    -				goto err;
    -			if (!ENGINE_ctrl_cmd_string(e, "LIST_ADD", "2", 0))
    -				goto err;
    -			if (!ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0))
    -				goto err;
    -			}
    -		/* ... add other pseudos here ... */
    -		else
    -			{
    -			/* At this point we need an ENGINE structural reference
    -			 * if we don't already have one.
    -			 */
    -			if (!e)
    -				{
    -				e = ENGINE_by_id(name);
    -				if (!e && soft)
    -					{
    -					ERR_clear_error();
    -					return 1;
    -					}
    -				if (!e)
    -					goto err;
    -				}
    -			/* Allow "EMPTY" to mean no value: this allows a valid
    -			 * "value" to be passed to ctrls of type NO_INPUT
    -		 	 */
    -			if (!strcmp(ctrlvalue, "EMPTY"))
    -				ctrlvalue = NULL;
    -			if (!strcmp(ctrlname, "init"))
    -				{
    -				if (!NCONF_get_number_e(cnf, value, "init", &do_init))
    -					goto err;
    -				if (do_init == 1)
    -					{
    -					if (!int_engine_init(e))
    -						goto err;
    -					}
    -				else if (do_init != 0)
    -					{
    -					ENGINEerr(ENGINE_F_INT_ENGINE_CONFIGURE, ENGINE_R_INVALID_INIT_VALUE);
    -					goto err;
    -					}
    -				}
    -			else if (!strcmp(ctrlname, "default_algorithms"))
    -				{
    -				if (!ENGINE_set_default_string(e, ctrlvalue))
    -					goto err;
    -				}
    -			else if (!ENGINE_ctrl_cmd_string(e,
    -					ctrlname, ctrlvalue, 0))
    -				goto err;
    -			}
    -
    -
    -
    -		}
    -	if (e && (do_init == -1) && !int_engine_init(e))
    -		{
    -		ecmd = NULL;
    -		goto err;
    -		}
    -	ret = 1;
    -	err:
    -	if (ret != 1)
    -		{
    -		ENGINEerr(ENGINE_F_INT_ENGINE_CONFIGURE, ENGINE_R_ENGINE_CONFIGURATION_ERROR);
    -		if (ecmd)
    -			ERR_add_error_data(6, "section=", ecmd->section, 
    -						", name=", ecmd->name,
    -						", value=", ecmd->value);
    -		}
    -	if (e)
    -		ENGINE_free(e);
    -	return ret;
    -	}
    -
    +        /* First handle some special pseudo ctrls */
    +
    +        /* Override engine name to use */
    +        if (!strcmp(ctrlname, "engine_id"))
    +            name = ctrlvalue;
    +        else if (!strcmp(ctrlname, "soft_load"))
    +            soft = 1;
    +        /* Load a dynamic ENGINE */
    +        else if (!strcmp(ctrlname, "dynamic_path")) {
    +            e = ENGINE_by_id("dynamic");
    +            if (!e)
    +                goto err;
    +            if (!ENGINE_ctrl_cmd_string(e, "SO_PATH", ctrlvalue, 0))
    +                goto err;
    +            if (!ENGINE_ctrl_cmd_string(e, "LIST_ADD", "2", 0))
    +                goto err;
    +            if (!ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0))
    +                goto err;
    +        }
    +        /* ... add other pseudos here ... */
    +        else {
    +            /*
    +             * At this point we need an ENGINE structural reference if we
    +             * don't already have one.
    +             */
    +            if (!e) {
    +                e = ENGINE_by_id(name);
    +                if (!e && soft) {
    +                    ERR_clear_error();
    +                    return 1;
    +                }
    +                if (!e)
    +                    goto err;
    +            }
    +            /*
    +             * Allow "EMPTY" to mean no value: this allows a valid "value" to
    +             * be passed to ctrls of type NO_INPUT
    +             */
    +            if (!strcmp(ctrlvalue, "EMPTY"))
    +                ctrlvalue = NULL;
    +            if (!strcmp(ctrlname, "init")) {
    +                if (!NCONF_get_number_e(cnf, value, "init", &do_init))
    +                    goto err;
    +                if (do_init == 1) {
    +                    if (!int_engine_init(e))
    +                        goto err;
    +                } else if (do_init != 0) {
    +                    ENGINEerr(ENGINE_F_INT_ENGINE_CONFIGURE,
    +                              ENGINE_R_INVALID_INIT_VALUE);
    +                    goto err;
    +                }
    +            } else if (!strcmp(ctrlname, "default_algorithms")) {
    +                if (!ENGINE_set_default_string(e, ctrlvalue))
    +                    goto err;
    +            } else if (!ENGINE_ctrl_cmd_string(e, ctrlname, ctrlvalue, 0))
    +                goto err;
    +        }
    +
    +    }
    +    if (e && (do_init == -1) && !int_engine_init(e)) {
    +        ecmd = NULL;
    +        goto err;
    +    }
    +    ret = 1;
    + err:
    +    if (ret != 1) {
    +        ENGINEerr(ENGINE_F_INT_ENGINE_CONFIGURE,
    +                  ENGINE_R_ENGINE_CONFIGURATION_ERROR);
    +        if (ecmd)
    +            ERR_add_error_data(6, "section=", ecmd->section,
    +                               ", name=", ecmd->name,
    +                               ", value=", ecmd->value);
    +    }
    +    if (e)
    +        ENGINE_free(e);
    +    return ret;
    +}
     
     static int int_engine_module_init(CONF_IMODULE *md, const CONF *cnf)
    -	{
    -	STACK_OF(CONF_VALUE) *elist;
    -	CONF_VALUE *cval;
    -	int i;
    +{
    +    STACK_OF(CONF_VALUE) *elist;
    +    CONF_VALUE *cval;
    +    int i;
     #ifdef ENGINE_CONF_DEBUG
    -	fprintf(stderr, "Called engine module: name %s, value %s\n",
    -			CONF_imodule_get_name(md), CONF_imodule_get_value(md));
    +    fprintf(stderr, "Called engine module: name %s, value %s\n",
    +            CONF_imodule_get_name(md), CONF_imodule_get_value(md));
     #endif
    -	/* Value is a section containing ENGINEs to configure */
    -	elist = NCONF_get_section(cnf, CONF_imodule_get_value(md));
    +    /* Value is a section containing ENGINEs to configure */
    +    elist = NCONF_get_section(cnf, CONF_imodule_get_value(md));
     
    -	if (!elist)
    -		{
    -		ENGINEerr(ENGINE_F_INT_ENGINE_MODULE_INIT, ENGINE_R_ENGINES_SECTION_ERROR);
    -		return 0;
    -		}
    +    if (!elist) {
    +        ENGINEerr(ENGINE_F_INT_ENGINE_MODULE_INIT,
    +                  ENGINE_R_ENGINES_SECTION_ERROR);
    +        return 0;
    +    }
     
    -	for (i = 0; i < sk_CONF_VALUE_num(elist); i++)
    -		{
    -		cval = sk_CONF_VALUE_value(elist, i);
    -		if (!int_engine_configure(cval->name, cval->value, cnf))
    -			return 0;
    -		}
    +    for (i = 0; i < sk_CONF_VALUE_num(elist); i++) {
    +        cval = sk_CONF_VALUE_value(elist, i);
    +        if (!int_engine_configure(cval->name, cval->value, cnf))
    +            return 0;
    +    }
     
    -	return 1;
    -	}
    +    return 1;
    +}
     
     static void int_engine_module_finish(CONF_IMODULE *md)
    -	{
    -	ENGINE *e;
    -	while ((e = sk_ENGINE_pop(initialized_engines)))
    -		ENGINE_finish(e);
    -	sk_ENGINE_free(initialized_engines);
    -	initialized_engines = NULL;
    -	}
    -	
    +{
    +    ENGINE *e;
    +    while ((e = sk_ENGINE_pop(initialized_engines)))
    +        ENGINE_finish(e);
    +    sk_ENGINE_free(initialized_engines);
    +    initialized_engines = NULL;
    +}
     
     void ENGINE_add_conf_module(void)
    -	{
    -	CONF_module_add("engines",
    -			int_engine_module_init,
    -			int_engine_module_finish);
    -	}
    +{
    +    CONF_module_add("engines",
    +                    int_engine_module_init, int_engine_module_finish);
    +}
    diff --git a/openssl/crypto/engine/eng_cryptodev.c b/openssl/crypto/engine/eng_cryptodev.c
    index 5a715aca4..926d95c0d 100644
    --- a/openssl/crypto/engine/eng_cryptodev.c
    +++ b/openssl/crypto/engine/eng_cryptodev.c
    @@ -32,8 +32,8 @@
     #include 
     
     #if (defined(__unix__) || defined(unix)) && !defined(USG) && \
    -	(defined(OpenBSD) || defined(__FreeBSD__))
    -#include 
    +        (defined(OpenBSD) || defined(__FreeBSD__))
    +# include 
     # if (OpenBSD >= 200112) || ((__FreeBSD_version >= 470101 && __FreeBSD_version < 500000) || __FreeBSD_version >= 500041)
     #  define HAVE_CRYPTODEV
     # endif
    @@ -44,42 +44,39 @@
     
     #ifndef HAVE_CRYPTODEV
     
    -void
    -ENGINE_load_cryptodev(void)
    +void ENGINE_load_cryptodev(void)
     {
    -	/* This is a NOP on platforms without /dev/crypto */
    -	return;
    +    /* This is a NOP on platforms without /dev/crypto */
    +    return;
     }
     
    -#else 
    - 
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -
    -struct dev_crypto_state {
    -	struct session_op d_sess;
    -	int d_fd;
    +#else
     
    -#ifdef USE_CRYPTODEV_DIGESTS
    -	char dummy_mac_key[HASH_MAX_LEN];
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
     
    -	unsigned char digest_res[HASH_MAX_LEN];
    -	char *mac_data;
    -	int mac_len;
    -#endif
    +struct dev_crypto_state {
    +    struct session_op d_sess;
    +    int d_fd;
    +# ifdef USE_CRYPTODEV_DIGESTS
    +    char dummy_mac_key[HASH_MAX_LEN];
    +    unsigned char digest_res[HASH_MAX_LEN];
    +    char *mac_data;
    +    int mac_len;
    +# endif
     };
     
     static u_int32_t cryptodev_asymfeat = 0;
    @@ -88,147 +85,196 @@ static int get_asym_dev_crypto(void);
     static int open_dev_crypto(void);
     static int get_dev_crypto(void);
     static int get_cryptodev_ciphers(const int **cnids);
    -#ifdef USE_CRYPTODEV_DIGESTS
    +# ifdef USE_CRYPTODEV_DIGESTS
     static int get_cryptodev_digests(const int **cnids);
    -#endif
    +# endif
     static int cryptodev_usable_ciphers(const int **nids);
     static int cryptodev_usable_digests(const int **nids);
     static int cryptodev_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -    const unsigned char *in, size_t inl);
    +                            const unsigned char *in, size_t inl);
     static int cryptodev_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -    const unsigned char *iv, int enc);
    +                              const unsigned char *iv, int enc);
     static int cryptodev_cleanup(EVP_CIPHER_CTX *ctx);
     static int cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
    -    const int **nids, int nid);
    +                                    const int **nids, int nid);
     static int cryptodev_engine_digests(ENGINE *e, const EVP_MD **digest,
    -    const int **nids, int nid);
    +                                    const int **nids, int nid);
     static int bn2crparam(const BIGNUM *a, struct crparam *crp);
     static int crparam2bn(struct crparam *crp, BIGNUM *a);
     static void zapparams(struct crypt_kop *kop);
     static int cryptodev_asym(struct crypt_kop *kop, int rlen, BIGNUM *r,
    -    int slen, BIGNUM *s);
    +                          int slen, BIGNUM *s);
     
     static int cryptodev_bn_mod_exp(BIGNUM *r, const BIGNUM *a,
    -    const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
    -static int cryptodev_rsa_nocrt_mod_exp(BIGNUM *r0, const BIGNUM *I,
    -    RSA *rsa, BN_CTX *ctx);
    -static int cryptodev_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx);
    +                                const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
    +                                BN_MONT_CTX *m_ctx);
    +static int cryptodev_rsa_nocrt_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa,
    +                                       BN_CTX *ctx);
    +static int cryptodev_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa,
    +                                 BN_CTX *ctx);
     static int cryptodev_dsa_bn_mod_exp(DSA *dsa, BIGNUM *r, BIGNUM *a,
    -    const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
    +                                    const BIGNUM *p, const BIGNUM *m,
    +                                    BN_CTX *ctx, BN_MONT_CTX *m_ctx);
     static int cryptodev_dsa_dsa_mod_exp(DSA *dsa, BIGNUM *t1, BIGNUM *g,
    -    BIGNUM *u1, BIGNUM *pub_key, BIGNUM *u2, BIGNUM *p,
    -    BN_CTX *ctx, BN_MONT_CTX *mont);
    -static DSA_SIG *cryptodev_dsa_do_sign(const unsigned char *dgst,
    -    int dlen, DSA *dsa);
    +                                     BIGNUM *u1, BIGNUM *pub_key, BIGNUM *u2,
    +                                     BIGNUM *p, BN_CTX *ctx,
    +                                     BN_MONT_CTX *mont);
    +static DSA_SIG *cryptodev_dsa_do_sign(const unsigned char *dgst, int dlen,
    +                                      DSA *dsa);
     static int cryptodev_dsa_verify(const unsigned char *dgst, int dgst_len,
    -    DSA_SIG *sig, DSA *dsa);
    +                                DSA_SIG *sig, DSA *dsa);
     static int cryptodev_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
    -    const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
    -    BN_MONT_CTX *m_ctx);
    -static int cryptodev_dh_compute_key(unsigned char *key,
    -    const BIGNUM *pub_key, DH *dh);
    +                                const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
    +                                BN_MONT_CTX *m_ctx);
    +static int cryptodev_dh_compute_key(unsigned char *key, const BIGNUM *pub_key,
    +                                    DH *dh);
     static int cryptodev_ctrl(ENGINE *e, int cmd, long i, void *p,
    -    void (*f)(void));
    +                          void (*f) (void));
     void ENGINE_load_cryptodev(void);
     
     static const ENGINE_CMD_DEFN cryptodev_defns[] = {
    -	{ 0, NULL, NULL, 0 }
    +    {0, NULL, NULL, 0}
     };
     
     static struct {
    -	int	id;
    -	int	nid;
    -	int	ivmax;
    -	int	keylen;
    +    int id;
    +    int nid;
    +    int ivmax;
    +    int keylen;
     } ciphers[] = {
    -	{ CRYPTO_ARC4,			NID_rc4,		0,	16, },
    -	{ CRYPTO_DES_CBC,		NID_des_cbc,		8,	 8, },
    -	{ CRYPTO_3DES_CBC,		NID_des_ede3_cbc,	8,	24, },
    -	{ CRYPTO_AES_CBC,		NID_aes_128_cbc,	16,	16, },
    -	{ CRYPTO_AES_CBC,		NID_aes_192_cbc,	16,	24, },
    -	{ CRYPTO_AES_CBC,		NID_aes_256_cbc,	16,	32, },
    -	{ CRYPTO_BLF_CBC,		NID_bf_cbc,		8,	16, },
    -	{ CRYPTO_CAST_CBC,		NID_cast5_cbc,		8,	16, },
    -	{ CRYPTO_SKIPJACK_CBC,		NID_undef,		0,	 0, },
    -	{ 0,				NID_undef,		0,	 0, },
    +    {
    +        CRYPTO_ARC4, NID_rc4, 0, 16,
    +    },
    +    {
    +        CRYPTO_DES_CBC, NID_des_cbc, 8, 8,
    +    },
    +    {
    +        CRYPTO_3DES_CBC, NID_des_ede3_cbc, 8, 24,
    +    },
    +    {
    +        CRYPTO_AES_CBC, NID_aes_128_cbc, 16, 16,
    +    },
    +    {
    +        CRYPTO_AES_CBC, NID_aes_192_cbc, 16, 24,
    +    },
    +    {
    +        CRYPTO_AES_CBC, NID_aes_256_cbc, 16, 32,
    +    },
    +# ifdef CRYPTO_AES_CTR
    +    {
    +        CRYPTO_AES_CTR, NID_aes_128_ctr, 14, 16,
    +    },
    +    {
    +        CRYPTO_AES_CTR, NID_aes_192_ctr, 14, 24,
    +    },
    +    {
    +        CRYPTO_AES_CTR, NID_aes_256_ctr, 14, 32,
    +    },
    +# endif
    +    {
    +        CRYPTO_BLF_CBC, NID_bf_cbc, 8, 16,
    +    },
    +    {
    +        CRYPTO_CAST_CBC, NID_cast5_cbc, 8, 16,
    +    },
    +    {
    +        CRYPTO_SKIPJACK_CBC, NID_undef, 0, 0,
    +    },
    +    {
    +        0, NID_undef, 0, 0,
    +    },
     };
     
    -#ifdef USE_CRYPTODEV_DIGESTS
    +# ifdef USE_CRYPTODEV_DIGESTS
     static struct {
    -	int	id;
    -	int	nid;
    -	int 	keylen;
    +    int id;
    +    int nid;
    +    int keylen;
     } digests[] = {
    -	{ CRYPTO_MD5_HMAC,		NID_hmacWithMD5,	16},
    -	{ CRYPTO_SHA1_HMAC,		NID_hmacWithSHA1,	20},
    -	{ CRYPTO_RIPEMD160_HMAC,	NID_ripemd160,		16/*?*/},
    -	{ CRYPTO_MD5_KPDK,		NID_undef,		0},
    -	{ CRYPTO_SHA1_KPDK,		NID_undef,		0},
    -	{ CRYPTO_MD5,			NID_md5,		16},
    -	{ CRYPTO_SHA1,			NID_sha1,		20},
    -	{ 0,				NID_undef,		0},
    +    {
    +        CRYPTO_MD5_HMAC, NID_hmacWithMD5, 16
    +    },
    +    {
    +        CRYPTO_SHA1_HMAC, NID_hmacWithSHA1, 20
    +    },
    +    {
    +        CRYPTO_RIPEMD160_HMAC, NID_ripemd160, 16
    +        /* ? */
    +    },
    +    {
    +        CRYPTO_MD5_KPDK, NID_undef, 0
    +    },
    +    {
    +        CRYPTO_SHA1_KPDK, NID_undef, 0
    +    },
    +    {
    +        CRYPTO_MD5, NID_md5, 16
    +    },
    +    {
    +        CRYPTO_SHA1, NID_sha1, 20
    +    },
    +    {
    +        0, NID_undef, 0
    +    },
     };
    -#endif
    +# endif
     
     /*
      * Return a fd if /dev/crypto seems usable, 0 otherwise.
      */
    -static int
    -open_dev_crypto(void)
    +static int open_dev_crypto(void)
     {
    -	static int fd = -1;
    -
    -	if (fd == -1) {
    -		if ((fd = open("/dev/crypto", O_RDWR, 0)) == -1)
    -			return (-1);
    -		/* close on exec */
    -		if (fcntl(fd, F_SETFD, 1) == -1) {
    -			close(fd);
    -			fd = -1;
    -			return (-1);
    -		}
    -	}
    -	return (fd);
    +    static int fd = -1;
    +
    +    if (fd == -1) {
    +        if ((fd = open("/dev/crypto", O_RDWR, 0)) == -1)
    +            return (-1);
    +        /* close on exec */
    +        if (fcntl(fd, F_SETFD, 1) == -1) {
    +            close(fd);
    +            fd = -1;
    +            return (-1);
    +        }
    +    }
    +    return (fd);
     }
     
    -static int
    -get_dev_crypto(void)
    +static int get_dev_crypto(void)
     {
    -	int fd, retfd;
    -
    -	if ((fd = open_dev_crypto()) == -1)
    -		return (-1);
    -#ifndef CRIOGET_NOT_NEEDED
    -	if (ioctl(fd, CRIOGET, &retfd) == -1)
    -		return (-1);
    -
    -	/* close on exec */
    -	if (fcntl(retfd, F_SETFD, 1) == -1) {
    -		close(retfd);
    -		return (-1);
    -	}
    -#else
    -        retfd = fd;
    -#endif
    -	return (retfd);
    +    int fd, retfd;
    +
    +    if ((fd = open_dev_crypto()) == -1)
    +        return (-1);
    +# ifndef CRIOGET_NOT_NEEDED
    +    if (ioctl(fd, CRIOGET, &retfd) == -1)
    +        return (-1);
    +
    +    /* close on exec */
    +    if (fcntl(retfd, F_SETFD, 1) == -1) {
    +        close(retfd);
    +        return (-1);
    +    }
    +# else
    +    retfd = fd;
    +# endif
    +    return (retfd);
     }
     
     static void put_dev_crypto(int fd)
     {
    -#ifndef CRIOGET_NOT_NEEDED
    -	close(fd);
    -#endif
    +# ifndef CRIOGET_NOT_NEEDED
    +    close(fd);
    +# endif
     }
     
     /* Caching version for asym operations */
    -static int
    -get_asym_dev_crypto(void)
    +static int get_asym_dev_crypto(void)
     {
    -	static int fd = -1;
    +    static int fd = -1;
     
    -	if (fd == -1)
    -		fd = get_dev_crypto();
    -	return fd;
    +    if (fd == -1)
    +        fd = get_dev_crypto();
    +    return fd;
     }
     
     /*
    @@ -237,78 +283,76 @@ get_asym_dev_crypto(void)
      * returning them here is harmless, as long as we return NULL
      * when asked for a handler in the cryptodev_engine_ciphers routine
      */
    -static int
    -get_cryptodev_ciphers(const int **cnids)
    +static int get_cryptodev_ciphers(const int **cnids)
     {
    -	static int nids[CRYPTO_ALGORITHM_MAX];
    -	struct session_op sess;
    -	int fd, i, count = 0;
    -
    -	if ((fd = get_dev_crypto()) < 0) {
    -		*cnids = NULL;
    -		return (0);
    -	}
    -	memset(&sess, 0, sizeof(sess));
    -	sess.key = (caddr_t)"123456789abcdefghijklmno";
    -
    -	for (i = 0; ciphers[i].id && count < CRYPTO_ALGORITHM_MAX; i++) {
    -		if (ciphers[i].nid == NID_undef)
    -			continue;
    -		sess.cipher = ciphers[i].id;
    -		sess.keylen = ciphers[i].keylen;
    -		sess.mac = 0;
    -		if (ioctl(fd, CIOCGSESSION, &sess) != -1 &&
    -		    ioctl(fd, CIOCFSESSION, &sess.ses) != -1)
    -			nids[count++] = ciphers[i].nid;
    -	}
    -	put_dev_crypto(fd);
    -
    -	if (count > 0)
    -		*cnids = nids;
    -	else
    -		*cnids = NULL;
    -	return (count);
    +    static int nids[CRYPTO_ALGORITHM_MAX];
    +    struct session_op sess;
    +    int fd, i, count = 0;
    +
    +    if ((fd = get_dev_crypto()) < 0) {
    +        *cnids = NULL;
    +        return (0);
    +    }
    +    memset(&sess, 0, sizeof(sess));
    +    sess.key = (caddr_t) "123456789abcdefghijklmno";
    +
    +    for (i = 0; ciphers[i].id && count < CRYPTO_ALGORITHM_MAX; i++) {
    +        if (ciphers[i].nid == NID_undef)
    +            continue;
    +        sess.cipher = ciphers[i].id;
    +        sess.keylen = ciphers[i].keylen;
    +        sess.mac = 0;
    +        if (ioctl(fd, CIOCGSESSION, &sess) != -1 &&
    +            ioctl(fd, CIOCFSESSION, &sess.ses) != -1)
    +            nids[count++] = ciphers[i].nid;
    +    }
    +    put_dev_crypto(fd);
    +
    +    if (count > 0)
    +        *cnids = nids;
    +    else
    +        *cnids = NULL;
    +    return (count);
     }
     
    -#ifdef USE_CRYPTODEV_DIGESTS
    +# ifdef USE_CRYPTODEV_DIGESTS
     /*
      * Find out what digests /dev/crypto will let us have a session for.
      * XXX note, that some of these openssl doesn't deal with yet!
      * returning them here is harmless, as long as we return NULL
      * when asked for a handler in the cryptodev_engine_digests routine
      */
    -static int
    -get_cryptodev_digests(const int **cnids)
    +static int get_cryptodev_digests(const int **cnids)
     {
    -	static int nids[CRYPTO_ALGORITHM_MAX];
    -	struct session_op sess;
    -	int fd, i, count = 0;
    -
    -	if ((fd = get_dev_crypto()) < 0) {
    -		*cnids = NULL;
    -		return (0);
    -	}
    -	memset(&sess, 0, sizeof(sess));
    -	sess.mackey = (caddr_t)"123456789abcdefghijklmno";
    -	for (i = 0; digests[i].id && count < CRYPTO_ALGORITHM_MAX; i++) {
    -		if (digests[i].nid == NID_undef)
    -			continue;
    -		sess.mac = digests[i].id;
    -		sess.mackeylen = digests[i].keylen;
    -		sess.cipher = 0;
    -		if (ioctl(fd, CIOCGSESSION, &sess) != -1 &&
    -		    ioctl(fd, CIOCFSESSION, &sess.ses) != -1)
    -			nids[count++] = digests[i].nid;
    -	}
    -	put_dev_crypto(fd);
    -
    -	if (count > 0)
    -		*cnids = nids;
    -	else
    -		*cnids = NULL;
    -	return (count);
    +    static int nids[CRYPTO_ALGORITHM_MAX];
    +    struct session_op sess;
    +    int fd, i, count = 0;
    +
    +    if ((fd = get_dev_crypto()) < 0) {
    +        *cnids = NULL;
    +        return (0);
    +    }
    +    memset(&sess, 0, sizeof(sess));
    +    sess.mackey = (caddr_t) "123456789abcdefghijklmno";
    +    for (i = 0; digests[i].id && count < CRYPTO_ALGORITHM_MAX; i++) {
    +        if (digests[i].nid == NID_undef)
    +            continue;
    +        sess.mac = digests[i].id;
    +        sess.mackeylen = digests[i].keylen;
    +        sess.cipher = 0;
    +        if (ioctl(fd, CIOCGSESSION, &sess) != -1 &&
    +            ioctl(fd, CIOCFSESSION, &sess.ses) != -1)
    +            nids[count++] = digests[i].nid;
    +    }
    +    put_dev_crypto(fd);
    +
    +    if (count > 0)
    +        *cnids = nids;
    +    else
    +        *cnids = NULL;
    +    return (count);
     }
    -#endif  /* 0 */
    +# endif                         /* 0 */
     
     /*
      * Find the useable ciphers|digests from dev/crypto - this is the first
    @@ -331,161 +375,158 @@ get_cryptodev_digests(const int **cnids)
      * want most of the decisions made about what we actually want
      * to use from /dev/crypto.
      */
    -static int
    -cryptodev_usable_ciphers(const int **nids)
    +static int cryptodev_usable_ciphers(const int **nids)
     {
    -	return (get_cryptodev_ciphers(nids));
    +    return (get_cryptodev_ciphers(nids));
     }
     
    -static int
    -cryptodev_usable_digests(const int **nids)
    +static int cryptodev_usable_digests(const int **nids)
     {
    -#ifdef USE_CRYPTODEV_DIGESTS
    -	return (get_cryptodev_digests(nids));
    -#else
    -	/*
    -	 * XXXX just disable all digests for now, because it sucks.
    -	 * we need a better way to decide this - i.e. I may not
    -	 * want digests on slow cards like hifn on fast machines,
    -	 * but might want them on slow or loaded machines, etc.
    -	 * will also want them when using crypto cards that don't
    -	 * suck moose gonads - would be nice to be able to decide something
    -	 * as reasonable default without having hackery that's card dependent.
    -	 * of course, the default should probably be just do everything,
    -	 * with perhaps a sysctl to turn algoritms off (or have them off
    -	 * by default) on cards that generally suck like the hifn.
    -	 */
    -	*nids = NULL;
    -	return (0);
    -#endif
    +# ifdef USE_CRYPTODEV_DIGESTS
    +    return (get_cryptodev_digests(nids));
    +# else
    +    /*
    +     * XXXX just disable all digests for now, because it sucks.
    +     * we need a better way to decide this - i.e. I may not
    +     * want digests on slow cards like hifn on fast machines,
    +     * but might want them on slow or loaded machines, etc.
    +     * will also want them when using crypto cards that don't
    +     * suck moose gonads - would be nice to be able to decide something
    +     * as reasonable default without having hackery that's card dependent.
    +     * of course, the default should probably be just do everything,
    +     * with perhaps a sysctl to turn algoritms off (or have them off
    +     * by default) on cards that generally suck like the hifn.
    +     */
    +    *nids = NULL;
    +    return (0);
    +# endif
     }
     
     static int
     cryptodev_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -    const unsigned char *in, size_t inl)
    +                 const unsigned char *in, size_t inl)
     {
    -	struct crypt_op cryp;
    -	struct dev_crypto_state *state = ctx->cipher_data;
    -	struct session_op *sess = &state->d_sess;
    -	const void *iiv;
    -	unsigned char save_iv[EVP_MAX_IV_LENGTH];
    -
    -	if (state->d_fd < 0)
    -		return (0);
    -	if (!inl)
    -		return (1);
    -	if ((inl % ctx->cipher->block_size) != 0)
    -		return (0);
    -
    -	memset(&cryp, 0, sizeof(cryp));
    -
    -	cryp.ses = sess->ses;
    -	cryp.flags = 0;
    -	cryp.len = inl;
    -	cryp.src = (caddr_t) in;
    -	cryp.dst = (caddr_t) out;
    -	cryp.mac = 0;
    -
    -	cryp.op = ctx->encrypt ? COP_ENCRYPT : COP_DECRYPT;
    -
    -	if (ctx->cipher->iv_len) {
    -		cryp.iv = (caddr_t) ctx->iv;
    -		if (!ctx->encrypt) {
    -			iiv = in + inl - ctx->cipher->iv_len;
    -			memcpy(save_iv, iiv, ctx->cipher->iv_len);
    -		}
    -	} else
    -		cryp.iv = NULL;
    -
    -	if (ioctl(state->d_fd, CIOCCRYPT, &cryp) == -1) {
    -		/* XXX need better errror handling
    -		 * this can fail for a number of different reasons.
    -		 */
    -		return (0);
    -	}
    -
    -	if (ctx->cipher->iv_len) {
    -		if (ctx->encrypt)
    -			iiv = out + inl - ctx->cipher->iv_len;
    -		else
    -			iiv = save_iv;
    -		memcpy(ctx->iv, iiv, ctx->cipher->iv_len);
    -	}
    -	return (1);
    +    struct crypt_op cryp;
    +    struct dev_crypto_state *state = ctx->cipher_data;
    +    struct session_op *sess = &state->d_sess;
    +    const void *iiv;
    +    unsigned char save_iv[EVP_MAX_IV_LENGTH];
    +
    +    if (state->d_fd < 0)
    +        return (0);
    +    if (!inl)
    +        return (1);
    +    if ((inl % ctx->cipher->block_size) != 0)
    +        return (0);
    +
    +    memset(&cryp, 0, sizeof(cryp));
    +
    +    cryp.ses = sess->ses;
    +    cryp.flags = 0;
    +    cryp.len = inl;
    +    cryp.src = (caddr_t) in;
    +    cryp.dst = (caddr_t) out;
    +    cryp.mac = 0;
    +
    +    cryp.op = ctx->encrypt ? COP_ENCRYPT : COP_DECRYPT;
    +
    +    if (ctx->cipher->iv_len) {
    +        cryp.iv = (caddr_t) ctx->iv;
    +        if (!ctx->encrypt) {
    +            iiv = in + inl - ctx->cipher->iv_len;
    +            memcpy(save_iv, iiv, ctx->cipher->iv_len);
    +        }
    +    } else
    +        cryp.iv = NULL;
    +
    +    if (ioctl(state->d_fd, CIOCCRYPT, &cryp) == -1) {
    +        /*
    +         * XXX need better errror handling this can fail for a number of
    +         * different reasons.
    +         */
    +        return (0);
    +    }
    +
    +    if (ctx->cipher->iv_len) {
    +        if (ctx->encrypt)
    +            iiv = out + inl - ctx->cipher->iv_len;
    +        else
    +            iiv = save_iv;
    +        memcpy(ctx->iv, iiv, ctx->cipher->iv_len);
    +    }
    +    return (1);
     }
     
     static int
     cryptodev_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -    const unsigned char *iv, int enc)
    +                   const unsigned char *iv, int enc)
     {
    -	struct dev_crypto_state *state = ctx->cipher_data;
    -	struct session_op *sess = &state->d_sess;
    -	int cipher = -1, i;
    -
    -	for (i = 0; ciphers[i].id; i++)
    -		if (ctx->cipher->nid == ciphers[i].nid &&
    -		    ctx->cipher->iv_len <= ciphers[i].ivmax &&
    -		    ctx->key_len == ciphers[i].keylen) {
    -			cipher = ciphers[i].id;
    -			break;
    -		}
    -
    -	if (!ciphers[i].id) {
    -		state->d_fd = -1;
    -		return (0);
    -	}
    -
    -	memset(sess, 0, sizeof(struct session_op));
    -
    -	if ((state->d_fd = get_dev_crypto()) < 0)
    -		return (0);
    -
    -	sess->key = (caddr_t)key;
    -	sess->keylen = ctx->key_len;
    -	sess->cipher = cipher;
    -
    -	if (ioctl(state->d_fd, CIOCGSESSION, sess) == -1) {
    -		put_dev_crypto(state->d_fd);
    -		state->d_fd = -1;
    -		return (0);
    -	}
    -	return (1);
    +    struct dev_crypto_state *state = ctx->cipher_data;
    +    struct session_op *sess = &state->d_sess;
    +    int cipher = -1, i;
    +
    +    for (i = 0; ciphers[i].id; i++)
    +        if (ctx->cipher->nid == ciphers[i].nid &&
    +            ctx->cipher->iv_len <= ciphers[i].ivmax &&
    +            ctx->key_len == ciphers[i].keylen) {
    +            cipher = ciphers[i].id;
    +            break;
    +        }
    +
    +    if (!ciphers[i].id) {
    +        state->d_fd = -1;
    +        return (0);
    +    }
    +
    +    memset(sess, 0, sizeof(struct session_op));
    +
    +    if ((state->d_fd = get_dev_crypto()) < 0)
    +        return (0);
    +
    +    sess->key = (caddr_t) key;
    +    sess->keylen = ctx->key_len;
    +    sess->cipher = cipher;
    +
    +    if (ioctl(state->d_fd, CIOCGSESSION, sess) == -1) {
    +        put_dev_crypto(state->d_fd);
    +        state->d_fd = -1;
    +        return (0);
    +    }
    +    return (1);
     }
     
     /*
      * free anything we allocated earlier when initting a
      * session, and close the session.
      */
    -static int
    -cryptodev_cleanup(EVP_CIPHER_CTX *ctx)
    +static int cryptodev_cleanup(EVP_CIPHER_CTX *ctx)
     {
    -	int ret = 0;
    -	struct dev_crypto_state *state = ctx->cipher_data;
    -	struct session_op *sess = &state->d_sess;
    -
    -	if (state->d_fd < 0)
    -		return (0);
    -
    -	/* XXX if this ioctl fails, someting's wrong. the invoker
    -	 * may have called us with a bogus ctx, or we could
    -	 * have a device that for whatever reason just doesn't
    -	 * want to play ball - it's not clear what's right
    -	 * here - should this be an error? should it just
    -	 * increase a counter, hmm. For right now, we return
    -	 * 0 - I don't believe that to be "right". we could
    -	 * call the gorpy openssl lib error handlers that
    -	 * print messages to users of the library. hmm..
    -	 */
    -
    -	if (ioctl(state->d_fd, CIOCFSESSION, &sess->ses) == -1) {
    -		ret = 0;
    -	} else {
    -		ret = 1;
    -	}
    -	put_dev_crypto(state->d_fd);
    -	state->d_fd = -1;
    -
    -	return (ret);
    +    int ret = 0;
    +    struct dev_crypto_state *state = ctx->cipher_data;
    +    struct session_op *sess = &state->d_sess;
    +
    +    if (state->d_fd < 0)
    +        return (0);
    +
    +    /*
    +     * XXX if this ioctl fails, someting's wrong. the invoker may have called
    +     * us with a bogus ctx, or we could have a device that for whatever
    +     * reason just doesn't want to play ball - it's not clear what's right
    +     * here - should this be an error? should it just increase a counter,
    +     * hmm. For right now, we return 0 - I don't believe that to be "right".
    +     * we could call the gorpy openssl lib error handlers that print messages
    +     * to users of the library. hmm..
    +     */
    +
    +    if (ioctl(state->d_fd, CIOCFSESSION, &sess->ses) == -1) {
    +        ret = 0;
    +    } else {
    +        ret = 1;
    +    }
    +    put_dev_crypto(state->d_fd);
    +    state->d_fd = -1;
    +
    +    return (ret);
     }
     
     /*
    @@ -495,111 +536,151 @@ cryptodev_cleanup(EVP_CIPHER_CTX *ctx)
     
     /* RC4 */
     const EVP_CIPHER cryptodev_rc4 = {
    -	NID_rc4,
    -	1, 16, 0,
    -	EVP_CIPH_VARIABLE_LENGTH,
    -	cryptodev_init_key,
    -	cryptodev_cipher,
    -	cryptodev_cleanup,
    -	sizeof(struct dev_crypto_state),
    -	NULL,
    -	NULL,
    -	NULL
    +    NID_rc4,
    +    1, 16, 0,
    +    EVP_CIPH_VARIABLE_LENGTH,
    +    cryptodev_init_key,
    +    cryptodev_cipher,
    +    cryptodev_cleanup,
    +    sizeof(struct dev_crypto_state),
    +    NULL,
    +    NULL,
    +    NULL
     };
     
     /* DES CBC EVP */
     const EVP_CIPHER cryptodev_des_cbc = {
    -	NID_des_cbc,
    -	8, 8, 8,
    -	EVP_CIPH_CBC_MODE,
    -	cryptodev_init_key,
    -	cryptodev_cipher,
    -	cryptodev_cleanup,
    -	sizeof(struct dev_crypto_state),
    -	EVP_CIPHER_set_asn1_iv,
    -	EVP_CIPHER_get_asn1_iv,
    -	NULL
    +    NID_des_cbc,
    +    8, 8, 8,
    +    EVP_CIPH_CBC_MODE,
    +    cryptodev_init_key,
    +    cryptodev_cipher,
    +    cryptodev_cleanup,
    +    sizeof(struct dev_crypto_state),
    +    EVP_CIPHER_set_asn1_iv,
    +    EVP_CIPHER_get_asn1_iv,
    +    NULL
     };
     
     /* 3DES CBC EVP */
     const EVP_CIPHER cryptodev_3des_cbc = {
    -	NID_des_ede3_cbc,
    -	8, 24, 8,
    -	EVP_CIPH_CBC_MODE,
    -	cryptodev_init_key,
    -	cryptodev_cipher,
    -	cryptodev_cleanup,
    -	sizeof(struct dev_crypto_state),
    -	EVP_CIPHER_set_asn1_iv,
    -	EVP_CIPHER_get_asn1_iv,
    -	NULL
    +    NID_des_ede3_cbc,
    +    8, 24, 8,
    +    EVP_CIPH_CBC_MODE,
    +    cryptodev_init_key,
    +    cryptodev_cipher,
    +    cryptodev_cleanup,
    +    sizeof(struct dev_crypto_state),
    +    EVP_CIPHER_set_asn1_iv,
    +    EVP_CIPHER_get_asn1_iv,
    +    NULL
     };
     
     const EVP_CIPHER cryptodev_bf_cbc = {
    -	NID_bf_cbc,
    -	8, 16, 8,
    -	EVP_CIPH_CBC_MODE,
    -	cryptodev_init_key,
    -	cryptodev_cipher,
    -	cryptodev_cleanup,
    -	sizeof(struct dev_crypto_state),
    -	EVP_CIPHER_set_asn1_iv,
    -	EVP_CIPHER_get_asn1_iv,
    -	NULL
    +    NID_bf_cbc,
    +    8, 16, 8,
    +    EVP_CIPH_CBC_MODE,
    +    cryptodev_init_key,
    +    cryptodev_cipher,
    +    cryptodev_cleanup,
    +    sizeof(struct dev_crypto_state),
    +    EVP_CIPHER_set_asn1_iv,
    +    EVP_CIPHER_get_asn1_iv,
    +    NULL
     };
     
     const EVP_CIPHER cryptodev_cast_cbc = {
    -	NID_cast5_cbc,
    -	8, 16, 8,
    -	EVP_CIPH_CBC_MODE,
    -	cryptodev_init_key,
    -	cryptodev_cipher,
    -	cryptodev_cleanup,
    -	sizeof(struct dev_crypto_state),
    -	EVP_CIPHER_set_asn1_iv,
    -	EVP_CIPHER_get_asn1_iv,
    -	NULL
    +    NID_cast5_cbc,
    +    8, 16, 8,
    +    EVP_CIPH_CBC_MODE,
    +    cryptodev_init_key,
    +    cryptodev_cipher,
    +    cryptodev_cleanup,
    +    sizeof(struct dev_crypto_state),
    +    EVP_CIPHER_set_asn1_iv,
    +    EVP_CIPHER_get_asn1_iv,
    +    NULL
     };
     
     const EVP_CIPHER cryptodev_aes_cbc = {
    -	NID_aes_128_cbc,
    -	16, 16, 16,
    -	EVP_CIPH_CBC_MODE,
    -	cryptodev_init_key,
    -	cryptodev_cipher,
    -	cryptodev_cleanup,
    -	sizeof(struct dev_crypto_state),
    -	EVP_CIPHER_set_asn1_iv,
    -	EVP_CIPHER_get_asn1_iv,
    -	NULL
    +    NID_aes_128_cbc,
    +    16, 16, 16,
    +    EVP_CIPH_CBC_MODE,
    +    cryptodev_init_key,
    +    cryptodev_cipher,
    +    cryptodev_cleanup,
    +    sizeof(struct dev_crypto_state),
    +    EVP_CIPHER_set_asn1_iv,
    +    EVP_CIPHER_get_asn1_iv,
    +    NULL
     };
     
     const EVP_CIPHER cryptodev_aes_192_cbc = {
    -	NID_aes_192_cbc,
    -	16, 24, 16,
    -	EVP_CIPH_CBC_MODE,
    -	cryptodev_init_key,
    -	cryptodev_cipher,
    -	cryptodev_cleanup,
    -	sizeof(struct dev_crypto_state),
    -	EVP_CIPHER_set_asn1_iv,
    -	EVP_CIPHER_get_asn1_iv,
    -	NULL
    +    NID_aes_192_cbc,
    +    16, 24, 16,
    +    EVP_CIPH_CBC_MODE,
    +    cryptodev_init_key,
    +    cryptodev_cipher,
    +    cryptodev_cleanup,
    +    sizeof(struct dev_crypto_state),
    +    EVP_CIPHER_set_asn1_iv,
    +    EVP_CIPHER_get_asn1_iv,
    +    NULL
     };
     
     const EVP_CIPHER cryptodev_aes_256_cbc = {
    -	NID_aes_256_cbc,
    -	16, 32, 16,
    -	EVP_CIPH_CBC_MODE,
    -	cryptodev_init_key,
    -	cryptodev_cipher,
    -	cryptodev_cleanup,
    -	sizeof(struct dev_crypto_state),
    -	EVP_CIPHER_set_asn1_iv,
    -	EVP_CIPHER_get_asn1_iv,
    -	NULL
    +    NID_aes_256_cbc,
    +    16, 32, 16,
    +    EVP_CIPH_CBC_MODE,
    +    cryptodev_init_key,
    +    cryptodev_cipher,
    +    cryptodev_cleanup,
    +    sizeof(struct dev_crypto_state),
    +    EVP_CIPHER_set_asn1_iv,
    +    EVP_CIPHER_get_asn1_iv,
    +    NULL
    +};
    +
    +# ifdef CRYPTO_AES_CTR
    +const EVP_CIPHER cryptodev_aes_ctr = {
    +    NID_aes_128_ctr,
    +    16, 16, 14,
    +    EVP_CIPH_CTR_MODE,
    +    cryptodev_init_key,
    +    cryptodev_cipher,
    +    cryptodev_cleanup,
    +    sizeof(struct dev_crypto_state),
    +    EVP_CIPHER_set_asn1_iv,
    +    EVP_CIPHER_get_asn1_iv,
    +    NULL
     };
     
    +const EVP_CIPHER cryptodev_aes_ctr_192 = {
    +    NID_aes_192_ctr,
    +    16, 24, 14,
    +    EVP_CIPH_CTR_MODE,
    +    cryptodev_init_key,
    +    cryptodev_cipher,
    +    cryptodev_cleanup,
    +    sizeof(struct dev_crypto_state),
    +    EVP_CIPHER_set_asn1_iv,
    +    EVP_CIPHER_get_asn1_iv,
    +    NULL
    +};
    +
    +const EVP_CIPHER cryptodev_aes_ctr_256 = {
    +    NID_aes_256_ctr,
    +    16, 32, 14,
    +    EVP_CIPH_CTR_MODE,
    +    cryptodev_init_key,
    +    cryptodev_cipher,
    +    cryptodev_cleanup,
    +    sizeof(struct dev_crypto_state),
    +    EVP_CIPHER_set_asn1_iv,
    +    EVP_CIPHER_get_asn1_iv,
    +    NULL
    +};
    +# endif
     /*
      * Registered by the ENGINE when used to find out how to deal with
      * a particular NID in the ENGINE. this says what we'll do at the
    @@ -607,314 +688,316 @@ const EVP_CIPHER cryptodev_aes_256_cbc = {
      */
     static int
     cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
    -    const int **nids, int nid)
    +                         const int **nids, int nid)
     {
    -	if (!cipher)
    -		return (cryptodev_usable_ciphers(nids));
    -
    -	switch (nid) {
    -	case NID_rc4:
    -		*cipher = &cryptodev_rc4;
    -		break;
    -	case NID_des_ede3_cbc:
    -		*cipher = &cryptodev_3des_cbc;
    -		break;
    -	case NID_des_cbc:
    -		*cipher = &cryptodev_des_cbc;
    -		break;
    -	case NID_bf_cbc:
    -		*cipher = &cryptodev_bf_cbc;
    -		break;
    -	case NID_cast5_cbc:
    -		*cipher = &cryptodev_cast_cbc;
    -		break;
    -	case NID_aes_128_cbc:
    -		*cipher = &cryptodev_aes_cbc;
    -		break;
    -	case NID_aes_192_cbc:
    -		*cipher = &cryptodev_aes_192_cbc;
    -		break;
    -	case NID_aes_256_cbc:
    -		*cipher = &cryptodev_aes_256_cbc;
    -		break;
    -	default:
    -		*cipher = NULL;
    -		break;
    -	}
    -	return (*cipher != NULL);
    +    if (!cipher)
    +        return (cryptodev_usable_ciphers(nids));
    +
    +    switch (nid) {
    +    case NID_rc4:
    +        *cipher = &cryptodev_rc4;
    +        break;
    +    case NID_des_ede3_cbc:
    +        *cipher = &cryptodev_3des_cbc;
    +        break;
    +    case NID_des_cbc:
    +        *cipher = &cryptodev_des_cbc;
    +        break;
    +    case NID_bf_cbc:
    +        *cipher = &cryptodev_bf_cbc;
    +        break;
    +    case NID_cast5_cbc:
    +        *cipher = &cryptodev_cast_cbc;
    +        break;
    +    case NID_aes_128_cbc:
    +        *cipher = &cryptodev_aes_cbc;
    +        break;
    +    case NID_aes_192_cbc:
    +        *cipher = &cryptodev_aes_192_cbc;
    +        break;
    +    case NID_aes_256_cbc:
    +        *cipher = &cryptodev_aes_256_cbc;
    +        break;
    +# ifdef CRYPTO_AES_CTR
    +    case NID_aes_128_ctr:
    +        *cipher = &cryptodev_aes_ctr;
    +        break;
    +    case NID_aes_192_ctr:
    +        *cipher = &cryptodev_aes_ctr_192;
    +        break;
    +    case NID_aes_256_ctr:
    +        *cipher = &cryptodev_aes_ctr_256;
    +        break;
    +# endif
    +    default:
    +        *cipher = NULL;
    +        break;
    +    }
    +    return (*cipher != NULL);
     }
     
    -
    -#ifdef USE_CRYPTODEV_DIGESTS
    +# ifdef USE_CRYPTODEV_DIGESTS
     
     /* convert digest type to cryptodev */
    -static int
    -digest_nid_to_cryptodev(int nid)
    +static int digest_nid_to_cryptodev(int nid)
     {
    -	int i;
    +    int i;
     
    -	for (i = 0; digests[i].id; i++)
    -		if (digests[i].nid == nid)
    -			return (digests[i].id);
    -	return (0);
    +    for (i = 0; digests[i].id; i++)
    +        if (digests[i].nid == nid)
    +            return (digests[i].id);
    +    return (0);
     }
     
    -
    -static int
    -digest_key_length(int nid)
    +static int digest_key_length(int nid)
     {
    -	int i;
    +    int i;
     
    -	for (i = 0; digests[i].id; i++)
    -		if (digests[i].nid == nid)
    -			return digests[i].keylen;
    -	return (0);
    +    for (i = 0; digests[i].id; i++)
    +        if (digests[i].nid == nid)
    +            return digests[i].keylen;
    +    return (0);
     }
     
    -
     static int cryptodev_digest_init(EVP_MD_CTX *ctx)
     {
    -	struct dev_crypto_state *state = ctx->md_data;
    -	struct session_op *sess = &state->d_sess;
    -	int digest;
    -
    -	if ((digest = digest_nid_to_cryptodev(ctx->digest->type)) == NID_undef){
    -		printf("cryptodev_digest_init: Can't get digest \n");
    -		return (0);
    -	}
    -
    -	memset(state, 0, sizeof(struct dev_crypto_state));
    -
    -	if ((state->d_fd = get_dev_crypto()) < 0) {
    -		printf("cryptodev_digest_init: Can't get Dev \n");
    -		return (0);
    -	}
    -
    -	sess->mackey = state->dummy_mac_key;
    -	sess->mackeylen = digest_key_length(ctx->digest->type);
    -	sess->mac = digest;
    -
    -	if (ioctl(state->d_fd, CIOCGSESSION, sess) < 0) {
    -		put_dev_crypto(state->d_fd);
    -		state->d_fd = -1;
    -		printf("cryptodev_digest_init: Open session failed\n");
    -		return (0);
    -	}
    -
    -	return (1);
    +    struct dev_crypto_state *state = ctx->md_data;
    +    struct session_op *sess = &state->d_sess;
    +    int digest;
    +
    +    if ((digest = digest_nid_to_cryptodev(ctx->digest->type)) == NID_undef) {
    +        printf("cryptodev_digest_init: Can't get digest \n");
    +        return (0);
    +    }
    +
    +    memset(state, 0, sizeof(struct dev_crypto_state));
    +
    +    if ((state->d_fd = get_dev_crypto()) < 0) {
    +        printf("cryptodev_digest_init: Can't get Dev \n");
    +        return (0);
    +    }
    +
    +    sess->mackey = state->dummy_mac_key;
    +    sess->mackeylen = digest_key_length(ctx->digest->type);
    +    sess->mac = digest;
    +
    +    if (ioctl(state->d_fd, CIOCGSESSION, sess) < 0) {
    +        put_dev_crypto(state->d_fd);
    +        state->d_fd = -1;
    +        printf("cryptodev_digest_init: Open session failed\n");
    +        return (0);
    +    }
    +
    +    return (1);
     }
     
     static int cryptodev_digest_update(EVP_MD_CTX *ctx, const void *data,
    -		size_t count)
    +                                   size_t count)
     {
    -	struct crypt_op cryp;
    -	struct dev_crypto_state *state = ctx->md_data;
    -	struct session_op *sess = &state->d_sess;
    -
    -	if (!data || state->d_fd < 0) {
    -		printf("cryptodev_digest_update: illegal inputs \n");
    -		return (0);
    -	}
    -
    -	if (!count) {
    -		return (0);
    -	}
    -
    -	if (!(ctx->flags & EVP_MD_CTX_FLAG_ONESHOT)) {
    -		/* if application doesn't support one buffer */
    -		state->mac_data = OPENSSL_realloc(state->mac_data, state->mac_len + count);
    -
    -		if (!state->mac_data) {
    -			printf("cryptodev_digest_update: realloc failed\n");
    -			return (0);
    -		}
    -
    -		memcpy(state->mac_data + state->mac_len, data, count);
    -   		state->mac_len += count;
    -	
    -		return (1);
    -	}
    -
    -	memset(&cryp, 0, sizeof(cryp));
    -
    -	cryp.ses = sess->ses;
    -	cryp.flags = 0;
    -	cryp.len = count;
    -	cryp.src = (caddr_t) data;
    -	cryp.dst = NULL;
    -	cryp.mac = (caddr_t) state->digest_res;
    -	if (ioctl(state->d_fd, CIOCCRYPT, &cryp) < 0) {
    -		printf("cryptodev_digest_update: digest failed\n");
    -		return (0);
    -	}
    -	return (1);
    +    struct crypt_op cryp;
    +    struct dev_crypto_state *state = ctx->md_data;
    +    struct session_op *sess = &state->d_sess;
    +
    +    if (!data || state->d_fd < 0) {
    +        printf("cryptodev_digest_update: illegal inputs \n");
    +        return (0);
    +    }
    +
    +    if (!count) {
    +        return (0);
    +    }
    +
    +    if (!(ctx->flags & EVP_MD_CTX_FLAG_ONESHOT)) {
    +        /* if application doesn't support one buffer */
    +        state->mac_data =
    +            OPENSSL_realloc(state->mac_data, state->mac_len + count);
    +
    +        if (!state->mac_data) {
    +            printf("cryptodev_digest_update: realloc failed\n");
    +            return (0);
    +        }
    +
    +        memcpy(state->mac_data + state->mac_len, data, count);
    +        state->mac_len += count;
    +
    +        return (1);
    +    }
    +
    +    memset(&cryp, 0, sizeof(cryp));
    +
    +    cryp.ses = sess->ses;
    +    cryp.flags = 0;
    +    cryp.len = count;
    +    cryp.src = (caddr_t) data;
    +    cryp.dst = NULL;
    +    cryp.mac = (caddr_t) state->digest_res;
    +    if (ioctl(state->d_fd, CIOCCRYPT, &cryp) < 0) {
    +        printf("cryptodev_digest_update: digest failed\n");
    +        return (0);
    +    }
    +    return (1);
     }
     
    -
     static int cryptodev_digest_final(EVP_MD_CTX *ctx, unsigned char *md)
     {
    -	struct crypt_op cryp;
    -	struct dev_crypto_state *state = ctx->md_data;
    -	struct session_op *sess = &state->d_sess;
    -
    -	int ret = 1;
    -
    -	if (!md || state->d_fd < 0) {
    -		printf("cryptodev_digest_final: illegal input\n");
    -		return(0);
    -	}
    -
    -	if (! (ctx->flags & EVP_MD_CTX_FLAG_ONESHOT) ) {
    -		/* if application doesn't support one buffer */
    -		memset(&cryp, 0, sizeof(cryp));
    -		cryp.ses = sess->ses;
    -		cryp.flags = 0;
    -		cryp.len = state->mac_len;
    -		cryp.src = state->mac_data;
    -		cryp.dst = NULL;
    -		cryp.mac = (caddr_t)md;
    -		if (ioctl(state->d_fd, CIOCCRYPT, &cryp) < 0) {
    -			printf("cryptodev_digest_final: digest failed\n");
    -			return (0);
    -		}
    -
    -		return 1;
    -	}
    -
    -	memcpy(md, state->digest_res, ctx->digest->md_size);
    -
    -	return (ret);
    +    struct crypt_op cryp;
    +    struct dev_crypto_state *state = ctx->md_data;
    +    struct session_op *sess = &state->d_sess;
    +
    +    int ret = 1;
    +
    +    if (!md || state->d_fd < 0) {
    +        printf("cryptodev_digest_final: illegal input\n");
    +        return (0);
    +    }
    +
    +    if (!(ctx->flags & EVP_MD_CTX_FLAG_ONESHOT)) {
    +        /* if application doesn't support one buffer */
    +        memset(&cryp, 0, sizeof(cryp));
    +        cryp.ses = sess->ses;
    +        cryp.flags = 0;
    +        cryp.len = state->mac_len;
    +        cryp.src = state->mac_data;
    +        cryp.dst = NULL;
    +        cryp.mac = (caddr_t) md;
    +        if (ioctl(state->d_fd, CIOCCRYPT, &cryp) < 0) {
    +            printf("cryptodev_digest_final: digest failed\n");
    +            return (0);
    +        }
    +
    +        return 1;
    +    }
    +
    +    memcpy(md, state->digest_res, ctx->digest->md_size);
    +
    +    return (ret);
     }
     
    -
     static int cryptodev_digest_cleanup(EVP_MD_CTX *ctx)
     {
    -	int ret = 1;
    -	struct dev_crypto_state *state = ctx->md_data;
    -	struct session_op *sess = &state->d_sess;
    -
    -	if (state == NULL)
    -	  return 0;
    -
    -	if (state->d_fd < 0) {
    -		printf("cryptodev_digest_cleanup: illegal input\n");
    -		return (0);
    -	}
    -
    -	if (state->mac_data) {
    -		OPENSSL_free(state->mac_data);
    -		state->mac_data = NULL;
    -		state->mac_len = 0;
    -	}
    -
    -	if (ioctl(state->d_fd, CIOCFSESSION, &sess->ses) < 0) {
    -		printf("cryptodev_digest_cleanup: failed to close session\n");
    -		ret = 0;
    -	} else {
    -		ret = 1;
    -	}
    -	put_dev_crypto(state->d_fd);	
    -	state->d_fd = -1;
    -
    -	return (ret);
    +    int ret = 1;
    +    struct dev_crypto_state *state = ctx->md_data;
    +    struct session_op *sess = &state->d_sess;
    +
    +    if (state == NULL)
    +        return 0;
    +
    +    if (state->d_fd < 0) {
    +        printf("cryptodev_digest_cleanup: illegal input\n");
    +        return (0);
    +    }
    +
    +    if (state->mac_data) {
    +        OPENSSL_free(state->mac_data);
    +        state->mac_data = NULL;
    +        state->mac_len = 0;
    +    }
    +
    +    if (ioctl(state->d_fd, CIOCFSESSION, &sess->ses) < 0) {
    +        printf("cryptodev_digest_cleanup: failed to close session\n");
    +        ret = 0;
    +    } else {
    +        ret = 1;
    +    }
    +    put_dev_crypto(state->d_fd);
    +    state->d_fd = -1;
    +
    +    return (ret);
     }
     
    -static int cryptodev_digest_copy(EVP_MD_CTX *to,const EVP_MD_CTX *from)
    +static int cryptodev_digest_copy(EVP_MD_CTX *to, const EVP_MD_CTX *from)
     {
    -	struct dev_crypto_state *fstate = from->md_data;
    -	struct dev_crypto_state *dstate = to->md_data;
    -	struct session_op *sess;
    -	int digest;
    +    struct dev_crypto_state *fstate = from->md_data;
    +    struct dev_crypto_state *dstate = to->md_data;
    +    struct session_op *sess;
    +    int digest;
     
    -	if (dstate == NULL || fstate == NULL)
    -	  return 1;
    +    if (dstate == NULL || fstate == NULL)
    +        return 1;
     
    -       	memcpy(dstate, fstate, sizeof(struct dev_crypto_state));
    +    memcpy(dstate, fstate, sizeof(struct dev_crypto_state));
     
    -	sess = &dstate->d_sess;
    +    sess = &dstate->d_sess;
     
    -	digest = digest_nid_to_cryptodev(to->digest->type);
    +    digest = digest_nid_to_cryptodev(to->digest->type);
     
    -	sess->mackey = dstate->dummy_mac_key;
    -	sess->mackeylen = digest_key_length(to->digest->type);
    -	sess->mac = digest;
    +    sess->mackey = dstate->dummy_mac_key;
    +    sess->mackeylen = digest_key_length(to->digest->type);
    +    sess->mac = digest;
     
    -	dstate->d_fd = get_dev_crypto();
    +    dstate->d_fd = get_dev_crypto();
     
    -	if (ioctl(dstate->d_fd, CIOCGSESSION, sess) < 0) {
    -		put_dev_crypto(dstate->d_fd);
    -		dstate->d_fd = -1;
    -		printf("cryptodev_digest_init: Open session failed\n");
    -		return (0);
    -	}
    +    if (ioctl(dstate->d_fd, CIOCGSESSION, sess) < 0) {
    +        put_dev_crypto(dstate->d_fd);
    +        dstate->d_fd = -1;
    +        printf("cryptodev_digest_init: Open session failed\n");
    +        return (0);
    +    }
     
    -	if (fstate->mac_len != 0) {
    -	        if (fstate->mac_data != NULL)
    -	                {
    -        		dstate->mac_data = OPENSSL_malloc(fstate->mac_len);
    -	        	memcpy(dstate->mac_data, fstate->mac_data, fstate->mac_len);
    -           		dstate->mac_len = fstate->mac_len;
    -	        	}
    -	}
    +    if (fstate->mac_len != 0) {
    +        if (fstate->mac_data != NULL) {
    +            dstate->mac_data = OPENSSL_malloc(fstate->mac_len);
    +            memcpy(dstate->mac_data, fstate->mac_data, fstate->mac_len);
    +            dstate->mac_len = fstate->mac_len;
    +        }
    +    }
     
    -	return 1;
    +    return 1;
     }
     
    -
     const EVP_MD cryptodev_sha1 = {
    -	NID_sha1,
    -	NID_undef, 
    -	SHA_DIGEST_LENGTH, 
    -	EVP_MD_FLAG_ONESHOT,
    -	cryptodev_digest_init,
    -	cryptodev_digest_update,
    -	cryptodev_digest_final,
    -	cryptodev_digest_copy,
    -	cryptodev_digest_cleanup,
    -	EVP_PKEY_NULL_method,
    -	SHA_CBLOCK,
    -	sizeof(struct dev_crypto_state),
    +    NID_sha1,
    +    NID_undef,
    +    SHA_DIGEST_LENGTH,
    +    EVP_MD_FLAG_ONESHOT,
    +    cryptodev_digest_init,
    +    cryptodev_digest_update,
    +    cryptodev_digest_final,
    +    cryptodev_digest_copy,
    +    cryptodev_digest_cleanup,
    +    EVP_PKEY_NULL_method,
    +    SHA_CBLOCK,
    +    sizeof(struct dev_crypto_state),
     };
     
     const EVP_MD cryptodev_md5 = {
    -	NID_md5,
    -	NID_undef, 
    -	16 /* MD5_DIGEST_LENGTH */, 
    -	EVP_MD_FLAG_ONESHOT,
    -	cryptodev_digest_init,
    -	cryptodev_digest_update,
    -	cryptodev_digest_final,
    -	cryptodev_digest_copy,
    -	cryptodev_digest_cleanup,
    -	EVP_PKEY_NULL_method,
    -	64 /* MD5_CBLOCK */,
    -	sizeof(struct dev_crypto_state),
    +    NID_md5,
    +    NID_undef,
    +    16 /* MD5_DIGEST_LENGTH */ ,
    +    EVP_MD_FLAG_ONESHOT,
    +    cryptodev_digest_init,
    +    cryptodev_digest_update,
    +    cryptodev_digest_final,
    +    cryptodev_digest_copy,
    +    cryptodev_digest_cleanup,
    +    EVP_PKEY_NULL_method,
    +    64 /* MD5_CBLOCK */ ,
    +    sizeof(struct dev_crypto_state),
     };
     
    -#endif /* USE_CRYPTODEV_DIGESTS */
    -
    +# endif                         /* USE_CRYPTODEV_DIGESTS */
     
     static int
     cryptodev_engine_digests(ENGINE *e, const EVP_MD **digest,
    -    const int **nids, int nid)
    +                         const int **nids, int nid)
     {
    -	if (!digest)
    -		return (cryptodev_usable_digests(nids));
    -
    -	switch (nid) {
    -#ifdef USE_CRYPTODEV_DIGESTS
    -	case NID_md5:
    -		*digest = &cryptodev_md5; 
    -		break;
    -	case NID_sha1:
    -		*digest = &cryptodev_sha1;
    - 		break;
    -	default:
    -#endif /* USE_CRYPTODEV_DIGESTS */
    -		*digest = NULL;
    -		break;
    -	}
    -	return (*digest != NULL);
    +    if (!digest)
    +        return (cryptodev_usable_digests(nids));
    +
    +    switch (nid) {
    +# ifdef USE_CRYPTODEV_DIGESTS
    +    case NID_md5:
    +        *digest = &cryptodev_md5;
    +        break;
    +    case NID_sha1:
    +        *digest = &cryptodev_sha1;
    +        break;
    +    default:
    +# endif                         /* USE_CRYPTODEV_DIGESTS */
    +        *digest = NULL;
    +        break;
    +    }
    +    return (*digest != NULL);
     }
     
     /*
    @@ -922,419 +1005,423 @@ cryptodev_engine_digests(ENGINE *e, const EVP_MD **digest,
      * Upon completion of use, the caller is responsible for freeing
      * crp->crp_p.
      */
    -static int
    -bn2crparam(const BIGNUM *a, struct crparam *crp)
    +static int bn2crparam(const BIGNUM *a, struct crparam *crp)
     {
    -	int i, j, k;
    -	ssize_t bytes, bits;
    -	u_char *b;
    -
    -	crp->crp_p = NULL;
    -	crp->crp_nbits = 0;
    -
    -	bits = BN_num_bits(a);
    -	bytes = (bits + 7) / 8;
    -
    -	b = malloc(bytes);
    -	if (b == NULL)
    -		return (1);
    -	memset(b, 0, bytes);
    -
    -	crp->crp_p = (caddr_t) b;
    -	crp->crp_nbits = bits;
    -
    -	for (i = 0, j = 0; i < a->top; i++) {
    -		for (k = 0; k < BN_BITS2 / 8; k++) {
    -			if ((j + k) >= bytes)
    -				return (0);
    -			b[j + k] = a->d[i] >> (k * 8);
    -		}
    -		j += BN_BITS2 / 8;
    -	}
    -	return (0);
    +    int i, j, k;
    +    ssize_t bytes, bits;
    +    u_char *b;
    +
    +    crp->crp_p = NULL;
    +    crp->crp_nbits = 0;
    +
    +    bits = BN_num_bits(a);
    +    bytes = (bits + 7) / 8;
    +
    +    b = malloc(bytes);
    +    if (b == NULL)
    +        return (1);
    +    memset(b, 0, bytes);
    +
    +    crp->crp_p = (caddr_t) b;
    +    crp->crp_nbits = bits;
    +
    +    for (i = 0, j = 0; i < a->top; i++) {
    +        for (k = 0; k < BN_BITS2 / 8; k++) {
    +            if ((j + k) >= bytes)
    +                return (0);
    +            b[j + k] = a->d[i] >> (k * 8);
    +        }
    +        j += BN_BITS2 / 8;
    +    }
    +    return (0);
     }
     
     /* Convert a /dev/crypto parameter to a BIGNUM */
    -static int
    -crparam2bn(struct crparam *crp, BIGNUM *a)
    +static int crparam2bn(struct crparam *crp, BIGNUM *a)
     {
    -	u_int8_t *pd;
    -	int i, bytes;
    +    u_int8_t *pd;
    +    int i, bytes;
     
    -	bytes = (crp->crp_nbits + 7) / 8;
    +    bytes = (crp->crp_nbits + 7) / 8;
     
    -	if (bytes == 0)
    -		return (-1);
    +    if (bytes == 0)
    +        return (-1);
     
    -	if ((pd = (u_int8_t *) malloc(bytes)) == NULL)
    -		return (-1);
    +    if ((pd = (u_int8_t *) malloc(bytes)) == NULL)
    +        return (-1);
     
    -	for (i = 0; i < bytes; i++)
    -		pd[i] = crp->crp_p[bytes - i - 1];
    +    for (i = 0; i < bytes; i++)
    +        pd[i] = crp->crp_p[bytes - i - 1];
     
    -	BN_bin2bn(pd, bytes, a);
    -	free(pd);
    +    BN_bin2bn(pd, bytes, a);
    +    free(pd);
     
    -	return (0);
    +    return (0);
     }
     
    -static void
    -zapparams(struct crypt_kop *kop)
    +static void zapparams(struct crypt_kop *kop)
     {
    -	int i;
    -
    -	for (i = 0; i < kop->crk_iparams + kop->crk_oparams; i++) {
    -		if (kop->crk_param[i].crp_p)
    -			free(kop->crk_param[i].crp_p);
    -		kop->crk_param[i].crp_p = NULL;
    -		kop->crk_param[i].crp_nbits = 0;
    -	}
    +    int i;
    +
    +    for (i = 0; i < kop->crk_iparams + kop->crk_oparams; i++) {
    +        if (kop->crk_param[i].crp_p)
    +            free(kop->crk_param[i].crp_p);
    +        kop->crk_param[i].crp_p = NULL;
    +        kop->crk_param[i].crp_nbits = 0;
    +    }
     }
     
     static int
    -cryptodev_asym(struct crypt_kop *kop, int rlen, BIGNUM *r, int slen, BIGNUM *s)
    +cryptodev_asym(struct crypt_kop *kop, int rlen, BIGNUM *r, int slen,
    +               BIGNUM *s)
     {
    -	int fd, ret = -1;
    -
    -	if ((fd = get_asym_dev_crypto()) < 0)
    -		return (ret);
    -
    -	if (r) {
    -		kop->crk_param[kop->crk_iparams].crp_p = calloc(rlen, sizeof(char));
    -		kop->crk_param[kop->crk_iparams].crp_nbits = rlen * 8;
    -		kop->crk_oparams++;
    -	}
    -	if (s) {
    -		kop->crk_param[kop->crk_iparams+1].crp_p = calloc(slen, sizeof(char));
    -		kop->crk_param[kop->crk_iparams+1].crp_nbits = slen * 8;
    -		kop->crk_oparams++;
    -	}
    -
    -	if (ioctl(fd, CIOCKEY, kop) == 0) {
    -		if (r)
    -			crparam2bn(&kop->crk_param[kop->crk_iparams], r);
    -		if (s)
    -			crparam2bn(&kop->crk_param[kop->crk_iparams+1], s);
    -		ret = 0;
    -	}
    -
    -	return (ret);
    +    int fd, ret = -1;
    +
    +    if ((fd = get_asym_dev_crypto()) < 0)
    +        return (ret);
    +
    +    if (r) {
    +        kop->crk_param[kop->crk_iparams].crp_p = calloc(rlen, sizeof(char));
    +        kop->crk_param[kop->crk_iparams].crp_nbits = rlen * 8;
    +        kop->crk_oparams++;
    +    }
    +    if (s) {
    +        kop->crk_param[kop->crk_iparams + 1].crp_p =
    +            calloc(slen, sizeof(char));
    +        kop->crk_param[kop->crk_iparams + 1].crp_nbits = slen * 8;
    +        kop->crk_oparams++;
    +    }
    +
    +    if (ioctl(fd, CIOCKEY, kop) == 0) {
    +        if (r)
    +            crparam2bn(&kop->crk_param[kop->crk_iparams], r);
    +        if (s)
    +            crparam2bn(&kop->crk_param[kop->crk_iparams + 1], s);
    +        ret = 0;
    +    }
    +
    +    return (ret);
     }
     
     static int
     cryptodev_bn_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    -    const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont)
    +                     const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont)
     {
    -	struct crypt_kop kop;
    -	int ret = 1;
    -
    -	/* Currently, we know we can do mod exp iff we can do any
    -	 * asymmetric operations at all.
    -	 */
    -	if (cryptodev_asymfeat == 0) {
    -		ret = BN_mod_exp(r, a, p, m, ctx);
    -		return (ret);
    -	}
    -
    -	memset(&kop, 0, sizeof kop);
    -	kop.crk_op = CRK_MOD_EXP;
    -
    -	/* inputs: a^p % m */
    -	if (bn2crparam(a, &kop.crk_param[0]))
    -		goto err;
    -	if (bn2crparam(p, &kop.crk_param[1]))
    -		goto err;
    -	if (bn2crparam(m, &kop.crk_param[2]))
    -		goto err;
    -	kop.crk_iparams = 3;
    -
    -	if (cryptodev_asym(&kop, BN_num_bytes(m), r, 0, NULL)) {
    -		const RSA_METHOD *meth = RSA_PKCS1_SSLeay();
    -		printf("OCF asym process failed, Running in software\n");
    -		ret = meth->bn_mod_exp(r, a, p, m, ctx, in_mont);
    -
    -	} else if (ECANCELED == kop.crk_status) {
    -		const RSA_METHOD *meth = RSA_PKCS1_SSLeay();
    -		printf("OCF hardware operation cancelled. Running in Software\n");
    -		ret = meth->bn_mod_exp(r, a, p, m, ctx, in_mont);
    -	}
    -	/* else cryptodev operation worked ok ==> ret = 1*/
    -
    -err:
    -	zapparams(&kop);
    -	return (ret);
    +    struct crypt_kop kop;
    +    int ret = 1;
    +
    +    /*
    +     * Currently, we know we can do mod exp iff we can do any asymmetric
    +     * operations at all.
    +     */
    +    if (cryptodev_asymfeat == 0) {
    +        ret = BN_mod_exp(r, a, p, m, ctx);
    +        return (ret);
    +    }
    +
    +    memset(&kop, 0, sizeof kop);
    +    kop.crk_op = CRK_MOD_EXP;
    +
    +    /* inputs: a^p % m */
    +    if (bn2crparam(a, &kop.crk_param[0]))
    +        goto err;
    +    if (bn2crparam(p, &kop.crk_param[1]))
    +        goto err;
    +    if (bn2crparam(m, &kop.crk_param[2]))
    +        goto err;
    +    kop.crk_iparams = 3;
    +
    +    if (cryptodev_asym(&kop, BN_num_bytes(m), r, 0, NULL)) {
    +        const RSA_METHOD *meth = RSA_PKCS1_SSLeay();
    +        printf("OCF asym process failed, Running in software\n");
    +        ret = meth->bn_mod_exp(r, a, p, m, ctx, in_mont);
    +
    +    } else if (ECANCELED == kop.crk_status) {
    +        const RSA_METHOD *meth = RSA_PKCS1_SSLeay();
    +        printf("OCF hardware operation cancelled. Running in Software\n");
    +        ret = meth->bn_mod_exp(r, a, p, m, ctx, in_mont);
    +    }
    +    /* else cryptodev operation worked ok ==> ret = 1 */
    +
    + err:
    +    zapparams(&kop);
    +    return (ret);
     }
     
     static int
    -cryptodev_rsa_nocrt_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx)
    +cryptodev_rsa_nocrt_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa,
    +                            BN_CTX *ctx)
     {
    -	int r;
    -	ctx = BN_CTX_new();
    -	r = cryptodev_bn_mod_exp(r0, I, rsa->d, rsa->n, ctx, NULL);
    -	BN_CTX_free(ctx);
    -	return (r);
    +    int r;
    +    ctx = BN_CTX_new();
    +    r = cryptodev_bn_mod_exp(r0, I, rsa->d, rsa->n, ctx, NULL);
    +    BN_CTX_free(ctx);
    +    return (r);
     }
     
     static int
     cryptodev_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx)
     {
    -	struct crypt_kop kop;
    -	int ret = 1;
    -
    -	if (!rsa->p || !rsa->q || !rsa->dmp1 || !rsa->dmq1 || !rsa->iqmp) {
    -		/* XXX 0 means failure?? */
    -		return (0);
    -	}
    -
    -	memset(&kop, 0, sizeof kop);
    -	kop.crk_op = CRK_MOD_EXP_CRT;
    -	/* inputs: rsa->p rsa->q I rsa->dmp1 rsa->dmq1 rsa->iqmp */
    -	if (bn2crparam(rsa->p, &kop.crk_param[0]))
    -		goto err;
    -	if (bn2crparam(rsa->q, &kop.crk_param[1]))
    -		goto err;
    -	if (bn2crparam(I, &kop.crk_param[2]))
    -		goto err;
    -	if (bn2crparam(rsa->dmp1, &kop.crk_param[3]))
    -		goto err;
    -	if (bn2crparam(rsa->dmq1, &kop.crk_param[4]))
    -		goto err;
    -	if (bn2crparam(rsa->iqmp, &kop.crk_param[5]))
    -		goto err;
    -	kop.crk_iparams = 6;
    -
    -	if (cryptodev_asym(&kop, BN_num_bytes(rsa->n), r0, 0, NULL)) {
    -		const RSA_METHOD *meth = RSA_PKCS1_SSLeay();
    -		printf("OCF asym process failed, running in Software\n");
    -		ret = (*meth->rsa_mod_exp)(r0, I, rsa, ctx);
    -
    -	} else if (ECANCELED == kop.crk_status) {
    -		const RSA_METHOD *meth = RSA_PKCS1_SSLeay();
    -		printf("OCF hardware operation cancelled. Running in Software\n");
    -		ret = (*meth->rsa_mod_exp)(r0, I, rsa, ctx);
    -	}
    -	/* else cryptodev operation worked ok ==> ret = 1*/
    -
    -err:
    -	zapparams(&kop);
    -	return (ret);
    +    struct crypt_kop kop;
    +    int ret = 1;
    +
    +    if (!rsa->p || !rsa->q || !rsa->dmp1 || !rsa->dmq1 || !rsa->iqmp) {
    +        /* XXX 0 means failure?? */
    +        return (0);
    +    }
    +
    +    memset(&kop, 0, sizeof kop);
    +    kop.crk_op = CRK_MOD_EXP_CRT;
    +    /* inputs: rsa->p rsa->q I rsa->dmp1 rsa->dmq1 rsa->iqmp */
    +    if (bn2crparam(rsa->p, &kop.crk_param[0]))
    +        goto err;
    +    if (bn2crparam(rsa->q, &kop.crk_param[1]))
    +        goto err;
    +    if (bn2crparam(I, &kop.crk_param[2]))
    +        goto err;
    +    if (bn2crparam(rsa->dmp1, &kop.crk_param[3]))
    +        goto err;
    +    if (bn2crparam(rsa->dmq1, &kop.crk_param[4]))
    +        goto err;
    +    if (bn2crparam(rsa->iqmp, &kop.crk_param[5]))
    +        goto err;
    +    kop.crk_iparams = 6;
    +
    +    if (cryptodev_asym(&kop, BN_num_bytes(rsa->n), r0, 0, NULL)) {
    +        const RSA_METHOD *meth = RSA_PKCS1_SSLeay();
    +        printf("OCF asym process failed, running in Software\n");
    +        ret = (*meth->rsa_mod_exp) (r0, I, rsa, ctx);
    +
    +    } else if (ECANCELED == kop.crk_status) {
    +        const RSA_METHOD *meth = RSA_PKCS1_SSLeay();
    +        printf("OCF hardware operation cancelled. Running in Software\n");
    +        ret = (*meth->rsa_mod_exp) (r0, I, rsa, ctx);
    +    }
    +    /* else cryptodev operation worked ok ==> ret = 1 */
    +
    + err:
    +    zapparams(&kop);
    +    return (ret);
     }
     
     static RSA_METHOD cryptodev_rsa = {
    -	"cryptodev RSA method",
    -	NULL,				/* rsa_pub_enc */
    -	NULL,				/* rsa_pub_dec */
    -	NULL,				/* rsa_priv_enc */
    -	NULL,				/* rsa_priv_dec */
    -	NULL,
    -	NULL,
    -	NULL,				/* init */
    -	NULL,				/* finish */
    -	0,				/* flags */
    -	NULL,				/* app_data */
    -	NULL,				/* rsa_sign */
    -	NULL				/* rsa_verify */
    +    "cryptodev RSA method",
    +    NULL,                       /* rsa_pub_enc */
    +    NULL,                       /* rsa_pub_dec */
    +    NULL,                       /* rsa_priv_enc */
    +    NULL,                       /* rsa_priv_dec */
    +    NULL,
    +    NULL,
    +    NULL,                       /* init */
    +    NULL,                       /* finish */
    +    0,                          /* flags */
    +    NULL,                       /* app_data */
    +    NULL,                       /* rsa_sign */
    +    NULL                        /* rsa_verify */
     };
     
     static int
     cryptodev_dsa_bn_mod_exp(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p,
    -    const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
    +                         const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
     {
    -	return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx));
    +    return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx));
     }
     
     static int
     cryptodev_dsa_dsa_mod_exp(DSA *dsa, BIGNUM *t1, BIGNUM *g,
    -    BIGNUM *u1, BIGNUM *pub_key, BIGNUM *u2, BIGNUM *p,
    -    BN_CTX *ctx, BN_MONT_CTX *mont)
    +                          BIGNUM *u1, BIGNUM *pub_key, BIGNUM *u2, BIGNUM *p,
    +                          BN_CTX *ctx, BN_MONT_CTX *mont)
     {
    -	BIGNUM t2;
    -	int ret = 0;
    +    BIGNUM t2;
    +    int ret = 0;
     
    -	BN_init(&t2);
    +    BN_init(&t2);
     
    -	/* v = ( g^u1 * y^u2 mod p ) mod q */
    -	/* let t1 = g ^ u1 mod p */
    -	ret = 0;
    +    /* v = ( g^u1 * y^u2 mod p ) mod q */
    +    /* let t1 = g ^ u1 mod p */
    +    ret = 0;
     
    -	if (!dsa->meth->bn_mod_exp(dsa,t1,dsa->g,u1,dsa->p,ctx,mont))
    -		goto err;
    +    if (!dsa->meth->bn_mod_exp(dsa, t1, dsa->g, u1, dsa->p, ctx, mont))
    +        goto err;
     
    -	/* let t2 = y ^ u2 mod p */
    -	if (!dsa->meth->bn_mod_exp(dsa,&t2,dsa->pub_key,u2,dsa->p,ctx,mont))
    -		goto err;
    -	/* let u1 = t1 * t2 mod p */
    -	if (!BN_mod_mul(u1,t1,&t2,dsa->p,ctx))
    -		goto err;
    +    /* let t2 = y ^ u2 mod p */
    +    if (!dsa->meth->bn_mod_exp(dsa, &t2, dsa->pub_key, u2, dsa->p, ctx, mont))
    +        goto err;
    +    /* let u1 = t1 * t2 mod p */
    +    if (!BN_mod_mul(u1, t1, &t2, dsa->p, ctx))
    +        goto err;
     
    -	BN_copy(t1,u1);
    +    BN_copy(t1, u1);
     
    -	ret = 1;
    -err:
    -	BN_free(&t2);
    -	return(ret);
    +    ret = 1;
    + err:
    +    BN_free(&t2);
    +    return (ret);
     }
     
    -static DSA_SIG *
    -cryptodev_dsa_do_sign(const unsigned char *dgst, int dlen, DSA *dsa)
    +static DSA_SIG *cryptodev_dsa_do_sign(const unsigned char *dgst, int dlen,
    +                                      DSA *dsa)
     {
    -	struct crypt_kop kop;
    -	BIGNUM *r = NULL, *s = NULL;
    -	DSA_SIG *dsaret = NULL;
    -
    -	if ((r = BN_new()) == NULL)
    -		goto err;
    -	if ((s = BN_new()) == NULL) {
    -		BN_free(r);
    -		goto err;
    -	}
    -
    -	memset(&kop, 0, sizeof kop);
    -	kop.crk_op = CRK_DSA_SIGN;
    -
    -	/* inputs: dgst dsa->p dsa->q dsa->g dsa->priv_key */
    -	kop.crk_param[0].crp_p = (caddr_t)dgst;
    -	kop.crk_param[0].crp_nbits = dlen * 8;
    -	if (bn2crparam(dsa->p, &kop.crk_param[1]))
    -		goto err;
    -	if (bn2crparam(dsa->q, &kop.crk_param[2]))
    -		goto err;
    -	if (bn2crparam(dsa->g, &kop.crk_param[3]))
    -		goto err;
    -	if (bn2crparam(dsa->priv_key, &kop.crk_param[4]))
    -		goto err;
    -	kop.crk_iparams = 5;
    -
    -	if (cryptodev_asym(&kop, BN_num_bytes(dsa->q), r,
    -	    BN_num_bytes(dsa->q), s) == 0) {
    -		dsaret = DSA_SIG_new();
    -		dsaret->r = r;
    -		dsaret->s = s;
    -	} else {
    -		const DSA_METHOD *meth = DSA_OpenSSL();
    -		BN_free(r);
    -		BN_free(s);
    -		dsaret = (meth->dsa_do_sign)(dgst, dlen, dsa);
    -	}
    -err:
    -	kop.crk_param[0].crp_p = NULL;
    -	zapparams(&kop);
    -	return (dsaret);
    +    struct crypt_kop kop;
    +    BIGNUM *r = NULL, *s = NULL;
    +    DSA_SIG *dsaret = NULL;
    +
    +    if ((r = BN_new()) == NULL)
    +        goto err;
    +    if ((s = BN_new()) == NULL) {
    +        BN_free(r);
    +        goto err;
    +    }
    +
    +    memset(&kop, 0, sizeof kop);
    +    kop.crk_op = CRK_DSA_SIGN;
    +
    +    /* inputs: dgst dsa->p dsa->q dsa->g dsa->priv_key */
    +    kop.crk_param[0].crp_p = (caddr_t) dgst;
    +    kop.crk_param[0].crp_nbits = dlen * 8;
    +    if (bn2crparam(dsa->p, &kop.crk_param[1]))
    +        goto err;
    +    if (bn2crparam(dsa->q, &kop.crk_param[2]))
    +        goto err;
    +    if (bn2crparam(dsa->g, &kop.crk_param[3]))
    +        goto err;
    +    if (bn2crparam(dsa->priv_key, &kop.crk_param[4]))
    +        goto err;
    +    kop.crk_iparams = 5;
    +
    +    if (cryptodev_asym(&kop, BN_num_bytes(dsa->q), r,
    +                       BN_num_bytes(dsa->q), s) == 0) {
    +        dsaret = DSA_SIG_new();
    +        dsaret->r = r;
    +        dsaret->s = s;
    +    } else {
    +        const DSA_METHOD *meth = DSA_OpenSSL();
    +        BN_free(r);
    +        BN_free(s);
    +        dsaret = (meth->dsa_do_sign) (dgst, dlen, dsa);
    +    }
    + err:
    +    kop.crk_param[0].crp_p = NULL;
    +    zapparams(&kop);
    +    return (dsaret);
     }
     
     static int
     cryptodev_dsa_verify(const unsigned char *dgst, int dlen,
    -    DSA_SIG *sig, DSA *dsa)
    +                     DSA_SIG *sig, DSA *dsa)
     {
    -	struct crypt_kop kop;
    -	int dsaret = 1;
    -
    -	memset(&kop, 0, sizeof kop);
    -	kop.crk_op = CRK_DSA_VERIFY;
    -
    -	/* inputs: dgst dsa->p dsa->q dsa->g dsa->pub_key sig->r sig->s */
    -	kop.crk_param[0].crp_p = (caddr_t)dgst;
    -	kop.crk_param[0].crp_nbits = dlen * 8;
    -	if (bn2crparam(dsa->p, &kop.crk_param[1]))
    -		goto err;
    -	if (bn2crparam(dsa->q, &kop.crk_param[2]))
    -		goto err;
    -	if (bn2crparam(dsa->g, &kop.crk_param[3]))
    -		goto err;
    -	if (bn2crparam(dsa->pub_key, &kop.crk_param[4]))
    -		goto err;
    -	if (bn2crparam(sig->r, &kop.crk_param[5]))
    -		goto err;
    -	if (bn2crparam(sig->s, &kop.crk_param[6]))
    -		goto err;
    -	kop.crk_iparams = 7;
    -
    -	if (cryptodev_asym(&kop, 0, NULL, 0, NULL) == 0) {
    -/*OCF success value is 0, if not zero, change dsaret to fail*/
    -		if(0 != kop.crk_status) dsaret  = 0;
    -	} else {
    -		const DSA_METHOD *meth = DSA_OpenSSL();
    -
    -		dsaret = (meth->dsa_do_verify)(dgst, dlen, sig, dsa);
    -	}
    -err:
    -	kop.crk_param[0].crp_p = NULL;
    -	zapparams(&kop);
    -	return (dsaret);
    +    struct crypt_kop kop;
    +    int dsaret = 1;
    +
    +    memset(&kop, 0, sizeof kop);
    +    kop.crk_op = CRK_DSA_VERIFY;
    +
    +    /* inputs: dgst dsa->p dsa->q dsa->g dsa->pub_key sig->r sig->s */
    +    kop.crk_param[0].crp_p = (caddr_t) dgst;
    +    kop.crk_param[0].crp_nbits = dlen * 8;
    +    if (bn2crparam(dsa->p, &kop.crk_param[1]))
    +        goto err;
    +    if (bn2crparam(dsa->q, &kop.crk_param[2]))
    +        goto err;
    +    if (bn2crparam(dsa->g, &kop.crk_param[3]))
    +        goto err;
    +    if (bn2crparam(dsa->pub_key, &kop.crk_param[4]))
    +        goto err;
    +    if (bn2crparam(sig->r, &kop.crk_param[5]))
    +        goto err;
    +    if (bn2crparam(sig->s, &kop.crk_param[6]))
    +        goto err;
    +    kop.crk_iparams = 7;
    +
    +    if (cryptodev_asym(&kop, 0, NULL, 0, NULL) == 0) {
    +        /*
    +         * OCF success value is 0, if not zero, change dsaret to fail
    +         */
    +        if (0 != kop.crk_status)
    +            dsaret = 0;
    +    } else {
    +        const DSA_METHOD *meth = DSA_OpenSSL();
    +
    +        dsaret = (meth->dsa_do_verify) (dgst, dlen, sig, dsa);
    +    }
    + err:
    +    kop.crk_param[0].crp_p = NULL;
    +    zapparams(&kop);
    +    return (dsaret);
     }
     
     static DSA_METHOD cryptodev_dsa = {
    -	"cryptodev DSA method",
    -	NULL,
    -	NULL,				/* dsa_sign_setup */
    -	NULL,
    -	NULL,				/* dsa_mod_exp */
    -	NULL,
    -	NULL,				/* init */
    -	NULL,				/* finish */
    -	0,	/* flags */
    -	NULL	/* app_data */
    +    "cryptodev DSA method",
    +    NULL,
    +    NULL,                       /* dsa_sign_setup */
    +    NULL,
    +    NULL,                       /* dsa_mod_exp */
    +    NULL,
    +    NULL,                       /* init */
    +    NULL,                       /* finish */
    +    0,                          /* flags */
    +    NULL                        /* app_data */
     };
     
     static int
     cryptodev_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
    -    const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
    -    BN_MONT_CTX *m_ctx)
    +                     const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
    +                     BN_MONT_CTX *m_ctx)
     {
    -	return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx));
    +    return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx));
     }
     
     static int
     cryptodev_dh_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh)
     {
    -	struct crypt_kop kop;
    -	int dhret = 1;
    -	int fd, keylen;
    -
    -	if ((fd = get_asym_dev_crypto()) < 0) {
    -		const DH_METHOD *meth = DH_OpenSSL();
    -
    -		return ((meth->compute_key)(key, pub_key, dh));
    -	}
    -
    -	keylen = BN_num_bits(dh->p);
    -
    -	memset(&kop, 0, sizeof kop);
    -	kop.crk_op = CRK_DH_COMPUTE_KEY;
    -
    -	/* inputs: dh->priv_key pub_key dh->p key */
    -	if (bn2crparam(dh->priv_key, &kop.crk_param[0]))
    -		goto err;
    -	if (bn2crparam(pub_key, &kop.crk_param[1]))
    -		goto err;
    -	if (bn2crparam(dh->p, &kop.crk_param[2]))
    -		goto err;
    -	kop.crk_iparams = 3;
    -
    -	kop.crk_param[3].crp_p = (caddr_t) key;
    -	kop.crk_param[3].crp_nbits = keylen * 8;
    -	kop.crk_oparams = 1;
    -
    -	if (ioctl(fd, CIOCKEY, &kop) == -1) {
    -		const DH_METHOD *meth = DH_OpenSSL();
    -
    -		dhret = (meth->compute_key)(key, pub_key, dh);
    -	}
    -err:
    -	kop.crk_param[3].crp_p = NULL;
    -	zapparams(&kop);
    -	return (dhret);
    +    struct crypt_kop kop;
    +    int dhret = 1;
    +    int fd, keylen;
    +
    +    if ((fd = get_asym_dev_crypto()) < 0) {
    +        const DH_METHOD *meth = DH_OpenSSL();
    +
    +        return ((meth->compute_key) (key, pub_key, dh));
    +    }
    +
    +    keylen = BN_num_bits(dh->p);
    +
    +    memset(&kop, 0, sizeof kop);
    +    kop.crk_op = CRK_DH_COMPUTE_KEY;
    +
    +    /* inputs: dh->priv_key pub_key dh->p key */
    +    if (bn2crparam(dh->priv_key, &kop.crk_param[0]))
    +        goto err;
    +    if (bn2crparam(pub_key, &kop.crk_param[1]))
    +        goto err;
    +    if (bn2crparam(dh->p, &kop.crk_param[2]))
    +        goto err;
    +    kop.crk_iparams = 3;
    +
    +    kop.crk_param[3].crp_p = (caddr_t) key;
    +    kop.crk_param[3].crp_nbits = keylen * 8;
    +    kop.crk_oparams = 1;
    +
    +    if (ioctl(fd, CIOCKEY, &kop) == -1) {
    +        const DH_METHOD *meth = DH_OpenSSL();
    +
    +        dhret = (meth->compute_key) (key, pub_key, dh);
    +    }
    + err:
    +    kop.crk_param[3].crp_p = NULL;
    +    zapparams(&kop);
    +    return (dhret);
     }
     
     static DH_METHOD cryptodev_dh = {
    -	"cryptodev DH method",
    -	NULL,				/* cryptodev_dh_generate_key */
    -	NULL,
    -	NULL,
    -	NULL,
    -	NULL,
    -	0,	/* flags */
    -	NULL	/* app_data */
    +    "cryptodev DH method",
    +    NULL,                       /* cryptodev_dh_generate_key */
    +    NULL,
    +    NULL,
    +    NULL,
    +    NULL,
    +    0,                          /* flags */
    +    NULL                        /* app_data */
     };
     
     /*
    @@ -1342,109 +1429,104 @@ static DH_METHOD cryptodev_dh = {
      * but I expect we'll want some options soon.
      */
     static int
    -cryptodev_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void))
    +cryptodev_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void))
     {
    -#ifdef HAVE_SYSLOG_R
    -	struct syslog_data sd = SYSLOG_DATA_INIT;
    -#endif
    +# ifdef HAVE_SYSLOG_R
    +    struct syslog_data sd = SYSLOG_DATA_INIT;
    +# endif
     
    -	switch (cmd) {
    -	default:
    -#ifdef HAVE_SYSLOG_R
    -		syslog_r(LOG_ERR, &sd,
    -		    "cryptodev_ctrl: unknown command %d", cmd);
    -#else
    -		syslog(LOG_ERR, "cryptodev_ctrl: unknown command %d", cmd);
    -#endif
    -		break;
    -	}
    -	return (1);
    +    switch (cmd) {
    +    default:
    +# ifdef HAVE_SYSLOG_R
    +        syslog_r(LOG_ERR, &sd, "cryptodev_ctrl: unknown command %d", cmd);
    +# else
    +        syslog(LOG_ERR, "cryptodev_ctrl: unknown command %d", cmd);
    +# endif
    +        break;
    +    }
    +    return (1);
     }
     
    -void
    -ENGINE_load_cryptodev(void)
    +void ENGINE_load_cryptodev(void)
     {
    -	ENGINE *engine = ENGINE_new();
    -	int fd;
    -
    -	if (engine == NULL)
    -		return;
    -	if ((fd = get_dev_crypto()) < 0) {
    -		ENGINE_free(engine);
    -		return;
    -	}
    -
    -	/*
    -	 * find out what asymmetric crypto algorithms we support
    -	 */
    -	if (ioctl(fd, CIOCASYMFEAT, &cryptodev_asymfeat) == -1) {
    -		put_dev_crypto(fd);
    -		ENGINE_free(engine);
    -		return;
    -	}
    -	put_dev_crypto(fd);
    -
    -	if (!ENGINE_set_id(engine, "cryptodev") ||
    -	    !ENGINE_set_name(engine, "BSD cryptodev engine") ||
    -	    !ENGINE_set_ciphers(engine, cryptodev_engine_ciphers) ||
    -	    !ENGINE_set_digests(engine, cryptodev_engine_digests) ||
    -	    !ENGINE_set_ctrl_function(engine, cryptodev_ctrl) ||
    -	    !ENGINE_set_cmd_defns(engine, cryptodev_defns)) {
    -		ENGINE_free(engine);
    -		return;
    -	}
    -
    -	if (ENGINE_set_RSA(engine, &cryptodev_rsa)) {
    -		const RSA_METHOD *rsa_meth = RSA_PKCS1_SSLeay();
    -
    -		cryptodev_rsa.bn_mod_exp = rsa_meth->bn_mod_exp;
    -		cryptodev_rsa.rsa_mod_exp = rsa_meth->rsa_mod_exp;
    -		cryptodev_rsa.rsa_pub_enc = rsa_meth->rsa_pub_enc;
    -		cryptodev_rsa.rsa_pub_dec = rsa_meth->rsa_pub_dec;
    -		cryptodev_rsa.rsa_priv_enc = rsa_meth->rsa_priv_enc;
    -		cryptodev_rsa.rsa_priv_dec = rsa_meth->rsa_priv_dec;
    -		if (cryptodev_asymfeat & CRF_MOD_EXP) {
    -			cryptodev_rsa.bn_mod_exp = cryptodev_bn_mod_exp;
    -			if (cryptodev_asymfeat & CRF_MOD_EXP_CRT)
    -				cryptodev_rsa.rsa_mod_exp =
    -				    cryptodev_rsa_mod_exp;
    -			else
    -				cryptodev_rsa.rsa_mod_exp =
    -				    cryptodev_rsa_nocrt_mod_exp;
    -		}
    -	}
    -
    -	if (ENGINE_set_DSA(engine, &cryptodev_dsa)) {
    -		const DSA_METHOD *meth = DSA_OpenSSL();
    -
    -		memcpy(&cryptodev_dsa, meth, sizeof(DSA_METHOD));
    -		if (cryptodev_asymfeat & CRF_DSA_SIGN)
    -			cryptodev_dsa.dsa_do_sign = cryptodev_dsa_do_sign;
    -		if (cryptodev_asymfeat & CRF_MOD_EXP) {
    -			cryptodev_dsa.bn_mod_exp = cryptodev_dsa_bn_mod_exp;
    -			cryptodev_dsa.dsa_mod_exp = cryptodev_dsa_dsa_mod_exp;
    -		}
    -		if (cryptodev_asymfeat & CRF_DSA_VERIFY)
    -			cryptodev_dsa.dsa_do_verify = cryptodev_dsa_verify;
    -	}
    -
    -	if (ENGINE_set_DH(engine, &cryptodev_dh)){
    -		const DH_METHOD *dh_meth = DH_OpenSSL();
    -
    -		cryptodev_dh.generate_key = dh_meth->generate_key;
    -		cryptodev_dh.compute_key = dh_meth->compute_key;
    -		cryptodev_dh.bn_mod_exp = dh_meth->bn_mod_exp;
    -		if (cryptodev_asymfeat & CRF_MOD_EXP) {
    -			cryptodev_dh.bn_mod_exp = cryptodev_mod_exp_dh;
    -			if (cryptodev_asymfeat & CRF_DH_COMPUTE_KEY)
    -				cryptodev_dh.compute_key =
    -				    cryptodev_dh_compute_key;
    -		}
    -	}
    -
    -	ENGINE_add(engine);
    -	ENGINE_free(engine);
    -	ERR_clear_error();
    +    ENGINE *engine = ENGINE_new();
    +    int fd;
    +
    +    if (engine == NULL)
    +        return;
    +    if ((fd = get_dev_crypto()) < 0) {
    +        ENGINE_free(engine);
    +        return;
    +    }
    +
    +    /*
    +     * find out what asymmetric crypto algorithms we support
    +     */
    +    if (ioctl(fd, CIOCASYMFEAT, &cryptodev_asymfeat) == -1) {
    +        put_dev_crypto(fd);
    +        ENGINE_free(engine);
    +        return;
    +    }
    +    put_dev_crypto(fd);
    +
    +    if (!ENGINE_set_id(engine, "cryptodev") ||
    +        !ENGINE_set_name(engine, "BSD cryptodev engine") ||
    +        !ENGINE_set_ciphers(engine, cryptodev_engine_ciphers) ||
    +        !ENGINE_set_digests(engine, cryptodev_engine_digests) ||
    +        !ENGINE_set_ctrl_function(engine, cryptodev_ctrl) ||
    +        !ENGINE_set_cmd_defns(engine, cryptodev_defns)) {
    +        ENGINE_free(engine);
    +        return;
    +    }
    +
    +    if (ENGINE_set_RSA(engine, &cryptodev_rsa)) {
    +        const RSA_METHOD *rsa_meth = RSA_PKCS1_SSLeay();
    +
    +        cryptodev_rsa.bn_mod_exp = rsa_meth->bn_mod_exp;
    +        cryptodev_rsa.rsa_mod_exp = rsa_meth->rsa_mod_exp;
    +        cryptodev_rsa.rsa_pub_enc = rsa_meth->rsa_pub_enc;
    +        cryptodev_rsa.rsa_pub_dec = rsa_meth->rsa_pub_dec;
    +        cryptodev_rsa.rsa_priv_enc = rsa_meth->rsa_priv_enc;
    +        cryptodev_rsa.rsa_priv_dec = rsa_meth->rsa_priv_dec;
    +        if (cryptodev_asymfeat & CRF_MOD_EXP) {
    +            cryptodev_rsa.bn_mod_exp = cryptodev_bn_mod_exp;
    +            if (cryptodev_asymfeat & CRF_MOD_EXP_CRT)
    +                cryptodev_rsa.rsa_mod_exp = cryptodev_rsa_mod_exp;
    +            else
    +                cryptodev_rsa.rsa_mod_exp = cryptodev_rsa_nocrt_mod_exp;
    +        }
    +    }
    +
    +    if (ENGINE_set_DSA(engine, &cryptodev_dsa)) {
    +        const DSA_METHOD *meth = DSA_OpenSSL();
    +
    +        memcpy(&cryptodev_dsa, meth, sizeof(DSA_METHOD));
    +        if (cryptodev_asymfeat & CRF_DSA_SIGN)
    +            cryptodev_dsa.dsa_do_sign = cryptodev_dsa_do_sign;
    +        if (cryptodev_asymfeat & CRF_MOD_EXP) {
    +            cryptodev_dsa.bn_mod_exp = cryptodev_dsa_bn_mod_exp;
    +            cryptodev_dsa.dsa_mod_exp = cryptodev_dsa_dsa_mod_exp;
    +        }
    +        if (cryptodev_asymfeat & CRF_DSA_VERIFY)
    +            cryptodev_dsa.dsa_do_verify = cryptodev_dsa_verify;
    +    }
    +
    +    if (ENGINE_set_DH(engine, &cryptodev_dh)) {
    +        const DH_METHOD *dh_meth = DH_OpenSSL();
    +
    +        cryptodev_dh.generate_key = dh_meth->generate_key;
    +        cryptodev_dh.compute_key = dh_meth->compute_key;
    +        cryptodev_dh.bn_mod_exp = dh_meth->bn_mod_exp;
    +        if (cryptodev_asymfeat & CRF_MOD_EXP) {
    +            cryptodev_dh.bn_mod_exp = cryptodev_mod_exp_dh;
    +            if (cryptodev_asymfeat & CRF_DH_COMPUTE_KEY)
    +                cryptodev_dh.compute_key = cryptodev_dh_compute_key;
    +        }
    +    }
    +
    +    ENGINE_add(engine);
    +    ENGINE_free(engine);
    +    ERR_clear_error();
     }
     
    -#endif /* HAVE_CRYPTODEV */
    +#endif                          /* HAVE_CRYPTODEV */
    diff --git a/openssl/crypto/engine/eng_ctrl.c b/openssl/crypto/engine/eng_ctrl.c
    index 5ce25d92e..e6c0dfb01 100644
    --- a/openssl/crypto/engine/eng_ctrl.c
    +++ b/openssl/crypto/engine/eng_ctrl.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -55,335 +55,331 @@
     
     #include "eng_int.h"
     
    -/* When querying a ENGINE-specific control command's 'description', this string
    - * is used if the ENGINE_CMD_DEFN has cmd_desc set to NULL. */
    +/*
    + * When querying a ENGINE-specific control command's 'description', this
    + * string is used if the ENGINE_CMD_DEFN has cmd_desc set to NULL.
    + */
     static const char *int_no_description = "";
     
    -/* These internal functions handle 'CMD'-related control commands when the
    +/*
    + * These internal functions handle 'CMD'-related control commands when the
      * ENGINE in question has asked us to take care of it (ie. the ENGINE did not
    - * set the ENGINE_FLAGS_MANUAL_CMD_CTRL flag. */
    + * set the ENGINE_FLAGS_MANUAL_CMD_CTRL flag.
    + */
     
     static int int_ctrl_cmd_is_null(const ENGINE_CMD_DEFN *defn)
    -	{
    -	if((defn->cmd_num == 0) || (defn->cmd_name == NULL))
    -		return 1;
    -	return 0;
    -	}
    +{
    +    if ((defn->cmd_num == 0) || (defn->cmd_name == NULL))
    +        return 1;
    +    return 0;
    +}
     
     static int int_ctrl_cmd_by_name(const ENGINE_CMD_DEFN *defn, const char *s)
    -	{
    -	int idx = 0;
    -	while(!int_ctrl_cmd_is_null(defn) && (strcmp(defn->cmd_name, s) != 0))
    -		{
    -		idx++;
    -		defn++;
    -		}
    -	if(int_ctrl_cmd_is_null(defn))
    -		/* The given name wasn't found */
    -		return -1;
    -	return idx;
    -	}
    +{
    +    int idx = 0;
    +    while (!int_ctrl_cmd_is_null(defn) && (strcmp(defn->cmd_name, s) != 0)) {
    +        idx++;
    +        defn++;
    +    }
    +    if (int_ctrl_cmd_is_null(defn))
    +        /* The given name wasn't found */
    +        return -1;
    +    return idx;
    +}
     
     static int int_ctrl_cmd_by_num(const ENGINE_CMD_DEFN *defn, unsigned int num)
    -	{
    -	int idx = 0;
    -	/* NB: It is stipulated that 'cmd_defn' lists are ordered by cmd_num. So
    -	 * our searches don't need to take any longer than necessary. */
    -	while(!int_ctrl_cmd_is_null(defn) && (defn->cmd_num < num))
    -		{
    -		idx++;
    -		defn++;
    -		}
    -	if(defn->cmd_num == num)
    -		return idx;
    -	/* The given cmd_num wasn't found */
    -	return -1;
    -	}
    +{
    +    int idx = 0;
    +    /*
    +     * NB: It is stipulated that 'cmd_defn' lists are ordered by cmd_num. So
    +     * our searches don't need to take any longer than necessary.
    +     */
    +    while (!int_ctrl_cmd_is_null(defn) && (defn->cmd_num < num)) {
    +        idx++;
    +        defn++;
    +    }
    +    if (defn->cmd_num == num)
    +        return idx;
    +    /* The given cmd_num wasn't found */
    +    return -1;
    +}
     
     static int int_ctrl_helper(ENGINE *e, int cmd, long i, void *p,
    -			   void (*f)(void))
    -	{
    -	int idx;
    -	char *s = (char *)p;
    -	/* Take care of the easy one first (eg. it requires no searches) */
    -	if(cmd == ENGINE_CTRL_GET_FIRST_CMD_TYPE)
    -		{
    -		if((e->cmd_defns == NULL) || int_ctrl_cmd_is_null(e->cmd_defns))
    -			return 0;
    -		return e->cmd_defns->cmd_num;
    -		}
    -	/* One or two commands require that "p" be a valid string buffer */
    -	if((cmd == ENGINE_CTRL_GET_CMD_FROM_NAME) ||
    -			(cmd == ENGINE_CTRL_GET_NAME_FROM_CMD) ||
    -			(cmd == ENGINE_CTRL_GET_DESC_FROM_CMD))
    -		{
    -		if(s == NULL)
    -			{
    -			ENGINEerr(ENGINE_F_INT_CTRL_HELPER,
    -				ERR_R_PASSED_NULL_PARAMETER);
    -			return -1;
    -			}
    -		}
    -	/* Now handle cmd_name -> cmd_num conversion */
    -	if(cmd == ENGINE_CTRL_GET_CMD_FROM_NAME)
    -		{
    -		if((e->cmd_defns == NULL) || ((idx = int_ctrl_cmd_by_name(
    -						e->cmd_defns, s)) < 0))
    -			{
    -			ENGINEerr(ENGINE_F_INT_CTRL_HELPER,
    -				ENGINE_R_INVALID_CMD_NAME);
    -			return -1;
    -			}
    -		return e->cmd_defns[idx].cmd_num;
    -		}
    -	/* For the rest of the commands, the 'long' argument must specify a
    -	 * valie command number - so we need to conduct a search. */
    -	if((e->cmd_defns == NULL) || ((idx = int_ctrl_cmd_by_num(e->cmd_defns,
    -					(unsigned int)i)) < 0))
    -		{
    -		ENGINEerr(ENGINE_F_INT_CTRL_HELPER,
    -			ENGINE_R_INVALID_CMD_NUMBER);
    -		return -1;
    -		}
    -	/* Now the logic splits depending on command type */
    -	switch(cmd)
    -		{
    -	case ENGINE_CTRL_GET_NEXT_CMD_TYPE:
    -		idx++;
    -		if(int_ctrl_cmd_is_null(e->cmd_defns + idx))
    -			/* end-of-list */
    -			return 0;
    -		else
    -			return e->cmd_defns[idx].cmd_num;
    -	case ENGINE_CTRL_GET_NAME_LEN_FROM_CMD:
    -		return strlen(e->cmd_defns[idx].cmd_name);
    -	case ENGINE_CTRL_GET_NAME_FROM_CMD:
    -		return BIO_snprintf(s,strlen(e->cmd_defns[idx].cmd_name) + 1,
    -				    "%s", e->cmd_defns[idx].cmd_name);
    -	case ENGINE_CTRL_GET_DESC_LEN_FROM_CMD:
    -		if(e->cmd_defns[idx].cmd_desc)
    -			return strlen(e->cmd_defns[idx].cmd_desc);
    -		return strlen(int_no_description);
    -	case ENGINE_CTRL_GET_DESC_FROM_CMD:
    -		if(e->cmd_defns[idx].cmd_desc)
    -			return BIO_snprintf(s,
    -					    strlen(e->cmd_defns[idx].cmd_desc) + 1,
    -					    "%s", e->cmd_defns[idx].cmd_desc);
    -		return BIO_snprintf(s, strlen(int_no_description) + 1,"%s",
    -				    int_no_description);
    -	case ENGINE_CTRL_GET_CMD_FLAGS:
    -		return e->cmd_defns[idx].cmd_flags;
    -		}
    -	/* Shouldn't really be here ... */
    -	ENGINEerr(ENGINE_F_INT_CTRL_HELPER,ENGINE_R_INTERNAL_LIST_ERROR);
    -	return -1;
    -	}
    +                           void (*f) (void))
    +{
    +    int idx;
    +    char *s = (char *)p;
    +    /* Take care of the easy one first (eg. it requires no searches) */
    +    if (cmd == ENGINE_CTRL_GET_FIRST_CMD_TYPE) {
    +        if ((e->cmd_defns == NULL) || int_ctrl_cmd_is_null(e->cmd_defns))
    +            return 0;
    +        return e->cmd_defns->cmd_num;
    +    }
    +    /* One or two commands require that "p" be a valid string buffer */
    +    if ((cmd == ENGINE_CTRL_GET_CMD_FROM_NAME) ||
    +        (cmd == ENGINE_CTRL_GET_NAME_FROM_CMD) ||
    +        (cmd == ENGINE_CTRL_GET_DESC_FROM_CMD)) {
    +        if (s == NULL) {
    +            ENGINEerr(ENGINE_F_INT_CTRL_HELPER, ERR_R_PASSED_NULL_PARAMETER);
    +            return -1;
    +        }
    +    }
    +    /* Now handle cmd_name -> cmd_num conversion */
    +    if (cmd == ENGINE_CTRL_GET_CMD_FROM_NAME) {
    +        if ((e->cmd_defns == NULL)
    +            || ((idx = int_ctrl_cmd_by_name(e->cmd_defns, s)) < 0)) {
    +            ENGINEerr(ENGINE_F_INT_CTRL_HELPER, ENGINE_R_INVALID_CMD_NAME);
    +            return -1;
    +        }
    +        return e->cmd_defns[idx].cmd_num;
    +    }
    +    /*
    +     * For the rest of the commands, the 'long' argument must specify a valie
    +     * command number - so we need to conduct a search.
    +     */
    +    if ((e->cmd_defns == NULL) || ((idx = int_ctrl_cmd_by_num(e->cmd_defns,
    +                                                              (unsigned int)
    +                                                              i)) < 0)) {
    +        ENGINEerr(ENGINE_F_INT_CTRL_HELPER, ENGINE_R_INVALID_CMD_NUMBER);
    +        return -1;
    +    }
    +    /* Now the logic splits depending on command type */
    +    switch (cmd) {
    +    case ENGINE_CTRL_GET_NEXT_CMD_TYPE:
    +        idx++;
    +        if (int_ctrl_cmd_is_null(e->cmd_defns + idx))
    +            /* end-of-list */
    +            return 0;
    +        else
    +            return e->cmd_defns[idx].cmd_num;
    +    case ENGINE_CTRL_GET_NAME_LEN_FROM_CMD:
    +        return strlen(e->cmd_defns[idx].cmd_name);
    +    case ENGINE_CTRL_GET_NAME_FROM_CMD:
    +        return BIO_snprintf(s, strlen(e->cmd_defns[idx].cmd_name) + 1,
    +                            "%s", e->cmd_defns[idx].cmd_name);
    +    case ENGINE_CTRL_GET_DESC_LEN_FROM_CMD:
    +        if (e->cmd_defns[idx].cmd_desc)
    +            return strlen(e->cmd_defns[idx].cmd_desc);
    +        return strlen(int_no_description);
    +    case ENGINE_CTRL_GET_DESC_FROM_CMD:
    +        if (e->cmd_defns[idx].cmd_desc)
    +            return BIO_snprintf(s,
    +                                strlen(e->cmd_defns[idx].cmd_desc) + 1,
    +                                "%s", e->cmd_defns[idx].cmd_desc);
    +        return BIO_snprintf(s, strlen(int_no_description) + 1, "%s",
    +                            int_no_description);
    +    case ENGINE_CTRL_GET_CMD_FLAGS:
    +        return e->cmd_defns[idx].cmd_flags;
    +    }
    +    /* Shouldn't really be here ... */
    +    ENGINEerr(ENGINE_F_INT_CTRL_HELPER, ENGINE_R_INTERNAL_LIST_ERROR);
    +    return -1;
    +}
     
    -int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void))
    -	{
    -	int ctrl_exists, ref_exists;
    -	if(e == NULL)
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_CTRL,ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -	CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    -	ref_exists = ((e->struct_ref > 0) ? 1 : 0);
    -	CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    -	ctrl_exists = ((e->ctrl == NULL) ? 0 : 1);
    -	if(!ref_exists)
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_CTRL,ENGINE_R_NO_REFERENCE);
    -		return 0;
    -		}
    -	/* Intercept any "root-level" commands before trying to hand them on to
    -	 * ctrl() handlers. */
    -	switch(cmd)
    -		{
    -	case ENGINE_CTRL_HAS_CTRL_FUNCTION:
    -		return ctrl_exists;
    -	case ENGINE_CTRL_GET_FIRST_CMD_TYPE:
    -	case ENGINE_CTRL_GET_NEXT_CMD_TYPE:
    -	case ENGINE_CTRL_GET_CMD_FROM_NAME:
    -	case ENGINE_CTRL_GET_NAME_LEN_FROM_CMD:
    -	case ENGINE_CTRL_GET_NAME_FROM_CMD:
    -	case ENGINE_CTRL_GET_DESC_LEN_FROM_CMD:
    -	case ENGINE_CTRL_GET_DESC_FROM_CMD:
    -	case ENGINE_CTRL_GET_CMD_FLAGS:
    -		if(ctrl_exists && !(e->flags & ENGINE_FLAGS_MANUAL_CMD_CTRL))
    -			return int_ctrl_helper(e,cmd,i,p,f);
    -		if(!ctrl_exists)
    -			{
    -			ENGINEerr(ENGINE_F_ENGINE_CTRL,ENGINE_R_NO_CONTROL_FUNCTION);
    -			/* For these cmd-related functions, failure is indicated
    -			 * by a -1 return value (because 0 is used as a valid
    -			 * return in some places). */
    -			return -1;
    -			}
    -	default:
    -		break;
    -		}
    -	/* Anything else requires a ctrl() handler to exist. */
    -	if(!ctrl_exists)
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_CTRL,ENGINE_R_NO_CONTROL_FUNCTION);
    -		return 0;
    -		}
    -	return e->ctrl(e, cmd, i, p, f);
    -	}
    +int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void))
    +{
    +    int ctrl_exists, ref_exists;
    +    if (e == NULL) {
    +        ENGINEerr(ENGINE_F_ENGINE_CTRL, ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +    CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    +    ref_exists = ((e->struct_ref > 0) ? 1 : 0);
    +    CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    +    ctrl_exists = ((e->ctrl == NULL) ? 0 : 1);
    +    if (!ref_exists) {
    +        ENGINEerr(ENGINE_F_ENGINE_CTRL, ENGINE_R_NO_REFERENCE);
    +        return 0;
    +    }
    +    /*
    +     * Intercept any "root-level" commands before trying to hand them on to
    +     * ctrl() handlers.
    +     */
    +    switch (cmd) {
    +    case ENGINE_CTRL_HAS_CTRL_FUNCTION:
    +        return ctrl_exists;
    +    case ENGINE_CTRL_GET_FIRST_CMD_TYPE:
    +    case ENGINE_CTRL_GET_NEXT_CMD_TYPE:
    +    case ENGINE_CTRL_GET_CMD_FROM_NAME:
    +    case ENGINE_CTRL_GET_NAME_LEN_FROM_CMD:
    +    case ENGINE_CTRL_GET_NAME_FROM_CMD:
    +    case ENGINE_CTRL_GET_DESC_LEN_FROM_CMD:
    +    case ENGINE_CTRL_GET_DESC_FROM_CMD:
    +    case ENGINE_CTRL_GET_CMD_FLAGS:
    +        if (ctrl_exists && !(e->flags & ENGINE_FLAGS_MANUAL_CMD_CTRL))
    +            return int_ctrl_helper(e, cmd, i, p, f);
    +        if (!ctrl_exists) {
    +            ENGINEerr(ENGINE_F_ENGINE_CTRL, ENGINE_R_NO_CONTROL_FUNCTION);
    +            /*
    +             * For these cmd-related functions, failure is indicated by a -1
    +             * return value (because 0 is used as a valid return in some
    +             * places).
    +             */
    +            return -1;
    +        }
    +    default:
    +        break;
    +    }
    +    /* Anything else requires a ctrl() handler to exist. */
    +    if (!ctrl_exists) {
    +        ENGINEerr(ENGINE_F_ENGINE_CTRL, ENGINE_R_NO_CONTROL_FUNCTION);
    +        return 0;
    +    }
    +    return e->ctrl(e, cmd, i, p, f);
    +}
     
     int ENGINE_cmd_is_executable(ENGINE *e, int cmd)
    -	{
    -	int flags;
    -	if((flags = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, cmd, NULL, NULL)) < 0)
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_CMD_IS_EXECUTABLE,
    -			ENGINE_R_INVALID_CMD_NUMBER);
    -		return 0;
    -		}
    -	if(!(flags & ENGINE_CMD_FLAG_NO_INPUT) &&
    -			!(flags & ENGINE_CMD_FLAG_NUMERIC) &&
    -			!(flags & ENGINE_CMD_FLAG_STRING))
    -		return 0;
    -	return 1;
    -	}
    +{
    +    int flags;
    +    if ((flags =
    +         ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, cmd, NULL, NULL)) < 0) {
    +        ENGINEerr(ENGINE_F_ENGINE_CMD_IS_EXECUTABLE,
    +                  ENGINE_R_INVALID_CMD_NUMBER);
    +        return 0;
    +    }
    +    if (!(flags & ENGINE_CMD_FLAG_NO_INPUT) &&
    +        !(flags & ENGINE_CMD_FLAG_NUMERIC) &&
    +        !(flags & ENGINE_CMD_FLAG_STRING))
    +        return 0;
    +    return 1;
    +}
     
     int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name,
    -        long i, void *p, void (*f)(void), int cmd_optional)
    -        {
    -	int num;
    +                    long i, void *p, void (*f) (void), int cmd_optional)
    +{
    +    int num;
     
    -	if((e == NULL) || (cmd_name == NULL))
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_CTRL_CMD,
    -			ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -	if((e->ctrl == NULL) || ((num = ENGINE_ctrl(e,
    -					ENGINE_CTRL_GET_CMD_FROM_NAME,
    -					0, (void *)cmd_name, NULL)) <= 0))
    -		{
    -		/* If the command didn't *have* to be supported, we fake
    -		 * success. This allows certain settings to be specified for
    -		 * multiple ENGINEs and only require a change of ENGINE id
    -		 * (without having to selectively apply settings). Eg. changing
    -		 * from a hardware device back to the regular software ENGINE
    -		 * without editing the config file, etc. */
    -		if(cmd_optional)
    -			{
    -			ERR_clear_error();
    -			return 1;
    -			}
    -		ENGINEerr(ENGINE_F_ENGINE_CTRL_CMD,
    -			ENGINE_R_INVALID_CMD_NAME);
    -		return 0;
    -		}
    -	/* Force the result of the control command to 0 or 1, for the reasons
    -	 * mentioned before. */
    -        if (ENGINE_ctrl(e, num, i, p, f) > 0)
    -                return 1;
    +    if ((e == NULL) || (cmd_name == NULL)) {
    +        ENGINEerr(ENGINE_F_ENGINE_CTRL_CMD, ERR_R_PASSED_NULL_PARAMETER);
             return 0;
    +    }
    +    if ((e->ctrl == NULL) || ((num = ENGINE_ctrl(e,
    +                                                 ENGINE_CTRL_GET_CMD_FROM_NAME,
    +                                                 0, (void *)cmd_name,
    +                                                 NULL)) <= 0)) {
    +        /*
    +         * If the command didn't *have* to be supported, we fake success.
    +         * This allows certain settings to be specified for multiple ENGINEs
    +         * and only require a change of ENGINE id (without having to
    +         * selectively apply settings). Eg. changing from a hardware device
    +         * back to the regular software ENGINE without editing the config
    +         * file, etc.
    +         */
    +        if (cmd_optional) {
    +            ERR_clear_error();
    +            return 1;
             }
    +        ENGINEerr(ENGINE_F_ENGINE_CTRL_CMD, ENGINE_R_INVALID_CMD_NAME);
    +        return 0;
    +    }
    +    /*
    +     * Force the result of the control command to 0 or 1, for the reasons
    +     * mentioned before.
    +     */
    +    if (ENGINE_ctrl(e, num, i, p, f) > 0)
    +        return 1;
    +    return 0;
    +}
     
     int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
    -				int cmd_optional)
    -	{
    -	int num, flags;
    -	long l;
    -	char *ptr;
    -	if((e == NULL) || (cmd_name == NULL))
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_CTRL_CMD_STRING,
    -			ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -	if((e->ctrl == NULL) || ((num = ENGINE_ctrl(e,
    -					ENGINE_CTRL_GET_CMD_FROM_NAME,
    -					0, (void *)cmd_name, NULL)) <= 0))
    -		{
    -		/* If the command didn't *have* to be supported, we fake
    -		 * success. This allows certain settings to be specified for
    -		 * multiple ENGINEs and only require a change of ENGINE id
    -		 * (without having to selectively apply settings). Eg. changing
    -		 * from a hardware device back to the regular software ENGINE
    -		 * without editing the config file, etc. */
    -		if(cmd_optional)
    -			{
    -			ERR_clear_error();
    -			return 1;
    -			}
    -		ENGINEerr(ENGINE_F_ENGINE_CTRL_CMD_STRING,
    -			ENGINE_R_INVALID_CMD_NAME);
    -		return 0;
    -		}
    -	if(!ENGINE_cmd_is_executable(e, num))
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_CTRL_CMD_STRING,
    -			ENGINE_R_CMD_NOT_EXECUTABLE);
    -		return 0;
    -		}
    -	if((flags = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, num, NULL, NULL)) < 0)
    -		{
    -		/* Shouldn't happen, given that ENGINE_cmd_is_executable()
    -		 * returned success. */
    -		ENGINEerr(ENGINE_F_ENGINE_CTRL_CMD_STRING,
    -			ENGINE_R_INTERNAL_LIST_ERROR);
    -		return 0;
    -		}
    -	/* If the command takes no input, there must be no input. And vice
    -	 * versa. */
    -	if(flags & ENGINE_CMD_FLAG_NO_INPUT)
    -		{
    -		if(arg != NULL)
    -			{
    -			ENGINEerr(ENGINE_F_ENGINE_CTRL_CMD_STRING,
    -				ENGINE_R_COMMAND_TAKES_NO_INPUT);
    -			return 0;
    -			}
    -		/* We deliberately force the result of ENGINE_ctrl() to 0 or 1
    -		 * rather than returning it as "return data". This is to ensure
    -		 * usage of these commands is consistent across applications and
    -		 * that certain applications don't understand it one way, and
    -		 * others another. */
    -		if(ENGINE_ctrl(e, num, 0, (void *)arg, NULL) > 0)
    -			return 1;
    -		return 0;
    -		}
    -	/* So, we require input */
    -	if(arg == NULL)
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_CTRL_CMD_STRING,
    -			ENGINE_R_COMMAND_TAKES_INPUT);
    -		return 0;
    -		}
    -	/* If it takes string input, that's easy */
    -	if(flags & ENGINE_CMD_FLAG_STRING)
    -		{
    -		/* Same explanation as above */
    -		if(ENGINE_ctrl(e, num, 0, (void *)arg, NULL) > 0)
    -			return 1;
    -		return 0;
    -		}
    -	/* If it doesn't take numeric either, then it is unsupported for use in
    -	 * a config-setting situation, which is what this function is for. This
    -	 * should never happen though, because ENGINE_cmd_is_executable() was
    -	 * used. */
    -	if(!(flags & ENGINE_CMD_FLAG_NUMERIC))
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_CTRL_CMD_STRING,
    -			ENGINE_R_INTERNAL_LIST_ERROR);
    -		return 0;
    -		}
    -	l = strtol(arg, &ptr, 10);
    -	if((arg == ptr) || (*ptr != '\0'))
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_CTRL_CMD_STRING,
    -			ENGINE_R_ARGUMENT_IS_NOT_A_NUMBER);
    -		return 0;
    -		}
    -	/* Force the result of the control command to 0 or 1, for the reasons
    -	 * mentioned before. */
    -	if(ENGINE_ctrl(e, num, l, NULL, NULL) > 0)
    -		return 1;
    -	return 0;
    -	}
    +                           int cmd_optional)
    +{
    +    int num, flags;
    +    long l;
    +    char *ptr;
    +    if ((e == NULL) || (cmd_name == NULL)) {
    +        ENGINEerr(ENGINE_F_ENGINE_CTRL_CMD_STRING,
    +                  ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +    if ((e->ctrl == NULL) || ((num = ENGINE_ctrl(e,
    +                                                 ENGINE_CTRL_GET_CMD_FROM_NAME,
    +                                                 0, (void *)cmd_name,
    +                                                 NULL)) <= 0)) {
    +        /*
    +         * If the command didn't *have* to be supported, we fake success.
    +         * This allows certain settings to be specified for multiple ENGINEs
    +         * and only require a change of ENGINE id (without having to
    +         * selectively apply settings). Eg. changing from a hardware device
    +         * back to the regular software ENGINE without editing the config
    +         * file, etc.
    +         */
    +        if (cmd_optional) {
    +            ERR_clear_error();
    +            return 1;
    +        }
    +        ENGINEerr(ENGINE_F_ENGINE_CTRL_CMD_STRING, ENGINE_R_INVALID_CMD_NAME);
    +        return 0;
    +    }
    +    if (!ENGINE_cmd_is_executable(e, num)) {
    +        ENGINEerr(ENGINE_F_ENGINE_CTRL_CMD_STRING,
    +                  ENGINE_R_CMD_NOT_EXECUTABLE);
    +        return 0;
    +    }
    +    if ((flags =
    +         ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, num, NULL, NULL)) < 0) {
    +        /*
    +         * Shouldn't happen, given that ENGINE_cmd_is_executable() returned
    +         * success.
    +         */
    +        ENGINEerr(ENGINE_F_ENGINE_CTRL_CMD_STRING,
    +                  ENGINE_R_INTERNAL_LIST_ERROR);
    +        return 0;
    +    }
    +    /*
    +     * If the command takes no input, there must be no input. And vice versa.
    +     */
    +    if (flags & ENGINE_CMD_FLAG_NO_INPUT) {
    +        if (arg != NULL) {
    +            ENGINEerr(ENGINE_F_ENGINE_CTRL_CMD_STRING,
    +                      ENGINE_R_COMMAND_TAKES_NO_INPUT);
    +            return 0;
    +        }
    +        /*
    +         * We deliberately force the result of ENGINE_ctrl() to 0 or 1 rather
    +         * than returning it as "return data". This is to ensure usage of
    +         * these commands is consistent across applications and that certain
    +         * applications don't understand it one way, and others another.
    +         */
    +        if (ENGINE_ctrl(e, num, 0, (void *)arg, NULL) > 0)
    +            return 1;
    +        return 0;
    +    }
    +    /* So, we require input */
    +    if (arg == NULL) {
    +        ENGINEerr(ENGINE_F_ENGINE_CTRL_CMD_STRING,
    +                  ENGINE_R_COMMAND_TAKES_INPUT);
    +        return 0;
    +    }
    +    /* If it takes string input, that's easy */
    +    if (flags & ENGINE_CMD_FLAG_STRING) {
    +        /* Same explanation as above */
    +        if (ENGINE_ctrl(e, num, 0, (void *)arg, NULL) > 0)
    +            return 1;
    +        return 0;
    +    }
    +    /*
    +     * If it doesn't take numeric either, then it is unsupported for use in a
    +     * config-setting situation, which is what this function is for. This
    +     * should never happen though, because ENGINE_cmd_is_executable() was
    +     * used.
    +     */
    +    if (!(flags & ENGINE_CMD_FLAG_NUMERIC)) {
    +        ENGINEerr(ENGINE_F_ENGINE_CTRL_CMD_STRING,
    +                  ENGINE_R_INTERNAL_LIST_ERROR);
    +        return 0;
    +    }
    +    l = strtol(arg, &ptr, 10);
    +    if ((arg == ptr) || (*ptr != '\0')) {
    +        ENGINEerr(ENGINE_F_ENGINE_CTRL_CMD_STRING,
    +                  ENGINE_R_ARGUMENT_IS_NOT_A_NUMBER);
    +        return 0;
    +    }
    +    /*
    +     * Force the result of the control command to 0 or 1, for the reasons
    +     * mentioned before.
    +     */
    +    if (ENGINE_ctrl(e, num, l, NULL, NULL) > 0)
    +        return 1;
    +    return 0;
    +}
    diff --git a/openssl/crypto/engine/eng_dyn.c b/openssl/crypto/engine/eng_dyn.c
    index 807da7a5e..3169b09ad 100644
    --- a/openssl/crypto/engine/eng_dyn.c
    +++ b/openssl/crypto/engine/eng_dyn.c
    @@ -1,6 +1,7 @@
     /* crypto/engine/eng_dyn.c */
    -/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
    - * project 2001.
    +/*
    + * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
    + * 2001.
      */
     /* ====================================================================
      * Copyright (c) 1999-2001 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,493 +57,512 @@
      *
      */
     
    -
     #include "eng_int.h"
     #include 
     
    -/* Shared libraries implementing ENGINEs for use by the "dynamic" ENGINE loader
    - * should implement the hook-up functions with the following prototypes. */
    +/*
    + * Shared libraries implementing ENGINEs for use by the "dynamic" ENGINE
    + * loader should implement the hook-up functions with the following
    + * prototypes.
    + */
     
     /* Our ENGINE handlers */
     static int dynamic_init(ENGINE *e);
     static int dynamic_finish(ENGINE *e);
    -static int dynamic_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void));
    +static int dynamic_ctrl(ENGINE *e, int cmd, long i, void *p,
    +                        void (*f) (void));
     /* Predeclare our context type */
     typedef struct st_dynamic_data_ctx dynamic_data_ctx;
     /* The implementation for the important control command */
     static int dynamic_load(ENGINE *e, dynamic_data_ctx *ctx);
     
    -#define DYNAMIC_CMD_SO_PATH		ENGINE_CMD_BASE
    -#define DYNAMIC_CMD_NO_VCHECK		(ENGINE_CMD_BASE + 1)
    -#define DYNAMIC_CMD_ID			(ENGINE_CMD_BASE + 2)
    -#define DYNAMIC_CMD_LIST_ADD		(ENGINE_CMD_BASE + 3)
    -#define DYNAMIC_CMD_DIR_LOAD		(ENGINE_CMD_BASE + 4)
    -#define DYNAMIC_CMD_DIR_ADD		(ENGINE_CMD_BASE + 5)
    -#define DYNAMIC_CMD_LOAD		(ENGINE_CMD_BASE + 6)
    +#define DYNAMIC_CMD_SO_PATH             ENGINE_CMD_BASE
    +#define DYNAMIC_CMD_NO_VCHECK           (ENGINE_CMD_BASE + 1)
    +#define DYNAMIC_CMD_ID                  (ENGINE_CMD_BASE + 2)
    +#define DYNAMIC_CMD_LIST_ADD            (ENGINE_CMD_BASE + 3)
    +#define DYNAMIC_CMD_DIR_LOAD            (ENGINE_CMD_BASE + 4)
    +#define DYNAMIC_CMD_DIR_ADD             (ENGINE_CMD_BASE + 5)
    +#define DYNAMIC_CMD_LOAD                (ENGINE_CMD_BASE + 6)
     
     /* The constants used when creating the ENGINE */
     static const char *engine_dynamic_id = "dynamic";
     static const char *engine_dynamic_name = "Dynamic engine loading support";
     static const ENGINE_CMD_DEFN dynamic_cmd_defns[] = {
    -	{DYNAMIC_CMD_SO_PATH,
    -		"SO_PATH",
    -		"Specifies the path to the new ENGINE shared library",
    -		ENGINE_CMD_FLAG_STRING},
    -	{DYNAMIC_CMD_NO_VCHECK,
    -		"NO_VCHECK",
    -		"Specifies to continue even if version checking fails (boolean)",
    -		ENGINE_CMD_FLAG_NUMERIC},
    -	{DYNAMIC_CMD_ID,
    -		"ID",
    -		"Specifies an ENGINE id name for loading",
    -		ENGINE_CMD_FLAG_STRING},
    -	{DYNAMIC_CMD_LIST_ADD,
    -		"LIST_ADD",
    -		"Whether to add a loaded ENGINE to the internal list (0=no,1=yes,2=mandatory)",
    -		ENGINE_CMD_FLAG_NUMERIC},
    -	{DYNAMIC_CMD_DIR_LOAD,
    -		"DIR_LOAD",
    -		"Specifies whether to load from 'DIR_ADD' directories (0=no,1=yes,2=mandatory)",
    -		ENGINE_CMD_FLAG_NUMERIC},
    -	{DYNAMIC_CMD_DIR_ADD,
    -		"DIR_ADD",
    -		"Adds a directory from which ENGINEs can be loaded",
    -		ENGINE_CMD_FLAG_STRING},
    -	{DYNAMIC_CMD_LOAD,
    -		"LOAD",
    -		"Load up the ENGINE specified by other settings",
    -		ENGINE_CMD_FLAG_NO_INPUT},
    -	{0, NULL, NULL, 0}
    -	};
    -static const ENGINE_CMD_DEFN dynamic_cmd_defns_empty[] = {
    -	{0, NULL, NULL, 0}
    -	};
    +    {DYNAMIC_CMD_SO_PATH,
    +     "SO_PATH",
    +     "Specifies the path to the new ENGINE shared library",
    +     ENGINE_CMD_FLAG_STRING},
    +    {DYNAMIC_CMD_NO_VCHECK,
    +     "NO_VCHECK",
    +     "Specifies to continue even if version checking fails (boolean)",
    +     ENGINE_CMD_FLAG_NUMERIC},
    +    {DYNAMIC_CMD_ID,
    +     "ID",
    +     "Specifies an ENGINE id name for loading",
    +     ENGINE_CMD_FLAG_STRING},
    +    {DYNAMIC_CMD_LIST_ADD,
    +     "LIST_ADD",
    +     "Whether to add a loaded ENGINE to the internal list (0=no,1=yes,2=mandatory)",
    +     ENGINE_CMD_FLAG_NUMERIC},
    +    {DYNAMIC_CMD_DIR_LOAD,
    +     "DIR_LOAD",
    +     "Specifies whether to load from 'DIR_ADD' directories (0=no,1=yes,2=mandatory)",
    +     ENGINE_CMD_FLAG_NUMERIC},
    +    {DYNAMIC_CMD_DIR_ADD,
    +     "DIR_ADD",
    +     "Adds a directory from which ENGINEs can be loaded",
    +     ENGINE_CMD_FLAG_STRING},
    +    {DYNAMIC_CMD_LOAD,
    +     "LOAD",
    +     "Load up the ENGINE specified by other settings",
    +     ENGINE_CMD_FLAG_NO_INPUT},
    +    {0, NULL, NULL, 0}
    +};
     
    -/* Loading code stores state inside the ENGINE structure via the "ex_data"
    +/*
    + * Loading code stores state inside the ENGINE structure via the "ex_data"
      * element. We load all our state into a single structure and use that as a
    - * single context in the "ex_data" stack. */
    -struct st_dynamic_data_ctx
    -	{
    -	/* The DSO object we load that supplies the ENGINE code */
    -	DSO *dynamic_dso;
    -	/* The function pointer to the version checking shared library function */
    -	dynamic_v_check_fn v_check;
    -	/* The function pointer to the engine-binding shared library function */
    -	dynamic_bind_engine bind_engine;
    -	/* The default name/path for loading the shared library */
    -	const char *DYNAMIC_LIBNAME;
    -	/* Whether to continue loading on a version check failure */
    -	int no_vcheck;
    -	/* If non-NULL, stipulates the 'id' of the ENGINE to be loaded */
    -	const char *engine_id;
    -	/* If non-zero, a successfully loaded ENGINE should be added to the internal
    -	 * ENGINE list. If 2, the add must succeed or the entire load should fail. */
    -	int list_add_value;
    -	/* The symbol name for the version checking function */
    -	const char *DYNAMIC_F1;
    -	/* The symbol name for the "initialise ENGINE structure" function */
    -	const char *DYNAMIC_F2;
    -	/* Whether to never use 'dirs', use 'dirs' as a fallback, or only use
    -	 * 'dirs' for loading. Default is to use 'dirs' as a fallback. */
    -	int dir_load;
    -	/* A stack of directories from which ENGINEs could be loaded */
    -	STACK_OF(OPENSSL_STRING) *dirs;
    -	};
    + * single context in the "ex_data" stack.
    + */
    +struct st_dynamic_data_ctx {
    +    /* The DSO object we load that supplies the ENGINE code */
    +    DSO *dynamic_dso;
    +    /*
    +     * The function pointer to the version checking shared library function
    +     */
    +    dynamic_v_check_fn v_check;
    +    /*
    +     * The function pointer to the engine-binding shared library function
    +     */
    +    dynamic_bind_engine bind_engine;
    +    /* The default name/path for loading the shared library */
    +    const char *DYNAMIC_LIBNAME;
    +    /* Whether to continue loading on a version check failure */
    +    int no_vcheck;
    +    /* If non-NULL, stipulates the 'id' of the ENGINE to be loaded */
    +    const char *engine_id;
    +    /*
    +     * If non-zero, a successfully loaded ENGINE should be added to the
    +     * internal ENGINE list. If 2, the add must succeed or the entire load
    +     * should fail.
    +     */
    +    int list_add_value;
    +    /* The symbol name for the version checking function */
    +    const char *DYNAMIC_F1;
    +    /* The symbol name for the "initialise ENGINE structure" function */
    +    const char *DYNAMIC_F2;
    +    /*
    +     * Whether to never use 'dirs', use 'dirs' as a fallback, or only use
    +     * 'dirs' for loading. Default is to use 'dirs' as a fallback.
    +     */
    +    int dir_load;
    +    /* A stack of directories from which ENGINEs could be loaded */
    +    STACK_OF(OPENSSL_STRING) *dirs;
    +};
     
    -/* This is the "ex_data" index we obtain and reserve for use with our context
    - * structure. */
    +/*
    + * This is the "ex_data" index we obtain and reserve for use with our context
    + * structure.
    + */
     static int dynamic_ex_data_idx = -1;
     
    -static void int_free_str(char *s) { OPENSSL_free(s); }
    -/* Because our ex_data element may or may not get allocated depending on whether
    - * a "first-use" occurs before the ENGINE is freed, we have a memory leak
    - * problem to solve. We can't declare a "new" handler for the ex_data as we
    - * don't want a dynamic_data_ctx in *all* ENGINE structures of all types (this
    - * is a bug in the design of CRYPTO_EX_DATA). As such, we just declare a "free"
    - * handler and that will get called if an ENGINE is being destroyed and there
    - * was an ex_data element corresponding to our context type. */
    +static void int_free_str(char *s)
    +{
    +    OPENSSL_free(s);
    +}
    +
    +/*
    + * Because our ex_data element may or may not get allocated depending on
    + * whether a "first-use" occurs before the ENGINE is freed, we have a memory
    + * leak problem to solve. We can't declare a "new" handler for the ex_data as
    + * we don't want a dynamic_data_ctx in *all* ENGINE structures of all types
    + * (this is a bug in the design of CRYPTO_EX_DATA). As such, we just declare
    + * a "free" handler and that will get called if an ENGINE is being destroyed
    + * and there was an ex_data element corresponding to our context type.
    + */
     static void dynamic_data_ctx_free_func(void *parent, void *ptr,
    -			CRYPTO_EX_DATA *ad, int idx, long argl, void *argp)
    -	{
    -	if(ptr)
    -		{
    -		dynamic_data_ctx *ctx = (dynamic_data_ctx *)ptr;
    -		if(ctx->dynamic_dso)
    -			DSO_free(ctx->dynamic_dso);
    -		if(ctx->DYNAMIC_LIBNAME)
    -			OPENSSL_free((void*)ctx->DYNAMIC_LIBNAME);
    -		if(ctx->engine_id)
    -			OPENSSL_free((void*)ctx->engine_id);
    -		if(ctx->dirs)
    -			sk_OPENSSL_STRING_pop_free(ctx->dirs, int_free_str);
    -		OPENSSL_free(ctx);
    -		}
    -	}
    +                                       CRYPTO_EX_DATA *ad, int idx, long argl,
    +                                       void *argp)
    +{
    +    if (ptr) {
    +        dynamic_data_ctx *ctx = (dynamic_data_ctx *)ptr;
    +        if (ctx->dynamic_dso)
    +            DSO_free(ctx->dynamic_dso);
    +        if (ctx->DYNAMIC_LIBNAME)
    +            OPENSSL_free((void *)ctx->DYNAMIC_LIBNAME);
    +        if (ctx->engine_id)
    +            OPENSSL_free((void *)ctx->engine_id);
    +        if (ctx->dirs)
    +            sk_OPENSSL_STRING_pop_free(ctx->dirs, int_free_str);
    +        OPENSSL_free(ctx);
    +    }
    +}
     
    -/* Construct the per-ENGINE context. We create it blindly and then use a lock to
    - * check for a race - if so, all but one of the threads "racing" will have
    +/*
    + * Construct the per-ENGINE context. We create it blindly and then use a lock
    + * to check for a race - if so, all but one of the threads "racing" will have
      * wasted their time. The alternative involves creating everything inside the
    - * lock which is far worse. */
    + * lock which is far worse.
    + */
     static int dynamic_set_data_ctx(ENGINE *e, dynamic_data_ctx **ctx)
    -	{
    -	dynamic_data_ctx *c;
    -	c = OPENSSL_malloc(sizeof(dynamic_data_ctx));
    -	if(!c)
    -		{
    -		ENGINEerr(ENGINE_F_DYNAMIC_SET_DATA_CTX,ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	memset(c, 0, sizeof(dynamic_data_ctx));
    -	c->dynamic_dso = NULL;
    -	c->v_check = NULL;
    -	c->bind_engine = NULL;
    -	c->DYNAMIC_LIBNAME = NULL;
    -	c->no_vcheck = 0;
    -	c->engine_id = NULL;
    -	c->list_add_value = 0;
    -	c->DYNAMIC_F1 = "v_check";
    -	c->DYNAMIC_F2 = "bind_engine";
    -	c->dir_load = 1;
    -	c->dirs = sk_OPENSSL_STRING_new_null();
    -	if(!c->dirs)
    -		{
    -		ENGINEerr(ENGINE_F_DYNAMIC_SET_DATA_CTX,ERR_R_MALLOC_FAILURE);
    -		OPENSSL_free(c);
    -		return 0;
    -		}
    -	CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    -	if((*ctx = (dynamic_data_ctx *)ENGINE_get_ex_data(e,
    -				dynamic_ex_data_idx)) == NULL)
    -		{
    -		/* Good, we're the first */
    -		ENGINE_set_ex_data(e, dynamic_ex_data_idx, c);
    -		*ctx = c;
    -		c = NULL;
    -		}
    -	CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    -	/* If we lost the race to set the context, c is non-NULL and *ctx is the
    -	 * context of the thread that won. */
    -	if(c)
    -		OPENSSL_free(c);
    -	return 1;
    -	}
    +{
    +    dynamic_data_ctx *c;
    +    c = OPENSSL_malloc(sizeof(dynamic_data_ctx));
    +    if (!c) {
    +        ENGINEerr(ENGINE_F_DYNAMIC_SET_DATA_CTX, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    memset(c, 0, sizeof(dynamic_data_ctx));
    +    c->dynamic_dso = NULL;
    +    c->v_check = NULL;
    +    c->bind_engine = NULL;
    +    c->DYNAMIC_LIBNAME = NULL;
    +    c->no_vcheck = 0;
    +    c->engine_id = NULL;
    +    c->list_add_value = 0;
    +    c->DYNAMIC_F1 = "v_check";
    +    c->DYNAMIC_F2 = "bind_engine";
    +    c->dir_load = 1;
    +    c->dirs = sk_OPENSSL_STRING_new_null();
    +    if (!c->dirs) {
    +        ENGINEerr(ENGINE_F_DYNAMIC_SET_DATA_CTX, ERR_R_MALLOC_FAILURE);
    +        OPENSSL_free(c);
    +        return 0;
    +    }
    +    CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    +    if ((*ctx = (dynamic_data_ctx *)ENGINE_get_ex_data(e,
    +                                                       dynamic_ex_data_idx))
    +        == NULL) {
    +        /* Good, we're the first */
    +        ENGINE_set_ex_data(e, dynamic_ex_data_idx, c);
    +        *ctx = c;
    +        c = NULL;
    +    }
    +    CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    +    /*
    +     * If we lost the race to set the context, c is non-NULL and *ctx is the
    +     * context of the thread that won.
    +     */
    +    if (c)
    +        OPENSSL_free(c);
    +    return 1;
    +}
     
    -/* This function retrieves the context structure from an ENGINE's "ex_data", or
    - * if it doesn't exist yet, sets it up. */
    +/*
    + * This function retrieves the context structure from an ENGINE's "ex_data",
    + * or if it doesn't exist yet, sets it up.
    + */
     static dynamic_data_ctx *dynamic_get_data_ctx(ENGINE *e)
    -	{
    -	dynamic_data_ctx *ctx;
    -	if(dynamic_ex_data_idx < 0)
    -		{
    -		/* Create and register the ENGINE ex_data, and associate our
    -		 * "free" function with it to ensure any allocated contexts get
    -		 * freed when an ENGINE goes underground. */
    -		int new_idx = ENGINE_get_ex_new_index(0, NULL, NULL, NULL,
    -					dynamic_data_ctx_free_func);
    -		if(new_idx == -1)
    -			{
    -			ENGINEerr(ENGINE_F_DYNAMIC_GET_DATA_CTX,ENGINE_R_NO_INDEX);
    -			return NULL;
    -			}
    -		CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    -		/* Avoid a race by checking again inside this lock */
    -		if(dynamic_ex_data_idx < 0)
    -			{
    -			/* Good, someone didn't beat us to it */
    -			dynamic_ex_data_idx = new_idx;
    -			new_idx = -1;
    -			}
    -		CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    -		/* In theory we could "give back" the index here if
    -		 * (new_idx>-1), but it's not possible and wouldn't gain us much
    -		 * if it were. */
    -		}
    -	ctx = (dynamic_data_ctx *)ENGINE_get_ex_data(e, dynamic_ex_data_idx);
    -	/* Check if the context needs to be created */
    -	if((ctx == NULL) && !dynamic_set_data_ctx(e, &ctx))
    -		/* "set_data" will set errors if necessary */
    -		return NULL;
    -	return ctx;
    -	}
    +{
    +    dynamic_data_ctx *ctx;
    +    if (dynamic_ex_data_idx < 0) {
    +        /*
    +         * Create and register the ENGINE ex_data, and associate our "free"
    +         * function with it to ensure any allocated contexts get freed when
    +         * an ENGINE goes underground.
    +         */
    +        int new_idx = ENGINE_get_ex_new_index(0, NULL, NULL, NULL,
    +                                              dynamic_data_ctx_free_func);
    +        if (new_idx == -1) {
    +            ENGINEerr(ENGINE_F_DYNAMIC_GET_DATA_CTX, ENGINE_R_NO_INDEX);
    +            return NULL;
    +        }
    +        CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    +        /* Avoid a race by checking again inside this lock */
    +        if (dynamic_ex_data_idx < 0) {
    +            /* Good, someone didn't beat us to it */
    +            dynamic_ex_data_idx = new_idx;
    +            new_idx = -1;
    +        }
    +        CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    +        /*
    +         * In theory we could "give back" the index here if (new_idx>-1), but
    +         * it's not possible and wouldn't gain us much if it were.
    +         */
    +    }
    +    ctx = (dynamic_data_ctx *)ENGINE_get_ex_data(e, dynamic_ex_data_idx);
    +    /* Check if the context needs to be created */
    +    if ((ctx == NULL) && !dynamic_set_data_ctx(e, &ctx))
    +        /* "set_data" will set errors if necessary */
    +        return NULL;
    +    return ctx;
    +}
     
     static ENGINE *engine_dynamic(void)
    -	{
    -	ENGINE *ret = ENGINE_new();
    -	if(!ret)
    -		return NULL;
    -	if(!ENGINE_set_id(ret, engine_dynamic_id) ||
    -			!ENGINE_set_name(ret, engine_dynamic_name) ||
    -			!ENGINE_set_init_function(ret, dynamic_init) ||
    -			!ENGINE_set_finish_function(ret, dynamic_finish) ||
    -			!ENGINE_set_ctrl_function(ret, dynamic_ctrl) ||
    -			!ENGINE_set_flags(ret, ENGINE_FLAGS_BY_ID_COPY) ||
    -			!ENGINE_set_cmd_defns(ret, dynamic_cmd_defns))
    -		{
    -		ENGINE_free(ret);
    -		return NULL;
    -		}
    -	return ret;
    -	}
    +{
    +    ENGINE *ret = ENGINE_new();
    +    if (!ret)
    +        return NULL;
    +    if (!ENGINE_set_id(ret, engine_dynamic_id) ||
    +        !ENGINE_set_name(ret, engine_dynamic_name) ||
    +        !ENGINE_set_init_function(ret, dynamic_init) ||
    +        !ENGINE_set_finish_function(ret, dynamic_finish) ||
    +        !ENGINE_set_ctrl_function(ret, dynamic_ctrl) ||
    +        !ENGINE_set_flags(ret, ENGINE_FLAGS_BY_ID_COPY) ||
    +        !ENGINE_set_cmd_defns(ret, dynamic_cmd_defns)) {
    +        ENGINE_free(ret);
    +        return NULL;
    +    }
    +    return ret;
    +}
     
     void ENGINE_load_dynamic(void)
    -	{
    -	ENGINE *toadd = engine_dynamic();
    -	if(!toadd) return;
    -	ENGINE_add(toadd);
    -	/* If the "add" worked, it gets a structural reference. So either way,
    -	 * we release our just-created reference. */
    -	ENGINE_free(toadd);
    -	/* If the "add" didn't work, it was probably a conflict because it was
    -	 * already added (eg. someone calling ENGINE_load_blah then calling
    -	 * ENGINE_load_builtin_engines() perhaps). */
    -	ERR_clear_error();
    -	}
    +{
    +    ENGINE *toadd = engine_dynamic();
    +    if (!toadd)
    +        return;
    +    ENGINE_add(toadd);
    +    /*
    +     * If the "add" worked, it gets a structural reference. So either way, we
    +     * release our just-created reference.
    +     */
    +    ENGINE_free(toadd);
    +    /*
    +     * If the "add" didn't work, it was probably a conflict because it was
    +     * already added (eg. someone calling ENGINE_load_blah then calling
    +     * ENGINE_load_builtin_engines() perhaps).
    +     */
    +    ERR_clear_error();
    +}
     
     static int dynamic_init(ENGINE *e)
    -	{
    -	/* We always return failure - the "dyanamic" engine itself can't be used
    -	 * for anything. */
    -	return 0;
    -	}
    +{
    +    /*
    +     * We always return failure - the "dyanamic" engine itself can't be used
    +     * for anything.
    +     */
    +    return 0;
    +}
     
     static int dynamic_finish(ENGINE *e)
    -	{
    -	/* This should never be called on account of "dynamic_init" always
    -	 * failing. */
    -	return 0;
    -	}
    +{
    +    /*
    +     * This should never be called on account of "dynamic_init" always
    +     * failing.
    +     */
    +    return 0;
    +}
    +
    +static int dynamic_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void))
    +{
    +    dynamic_data_ctx *ctx = dynamic_get_data_ctx(e);
    +    int initialised;
     
    -static int dynamic_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void))
    -	{
    -	dynamic_data_ctx *ctx = dynamic_get_data_ctx(e);
    -	int initialised;
    -	
    -	if(!ctx)
    -		{
    -		ENGINEerr(ENGINE_F_DYNAMIC_CTRL,ENGINE_R_NOT_LOADED);
    -		return 0;
    -		}
    -	initialised = ((ctx->dynamic_dso == NULL) ? 0 : 1);
    -	/* All our control commands require the ENGINE to be uninitialised */
    -	if(initialised)
    -		{
    -		ENGINEerr(ENGINE_F_DYNAMIC_CTRL,
    -			ENGINE_R_ALREADY_LOADED);
    -		return 0;
    -		}
    -	switch(cmd)
    -		{
    -	case DYNAMIC_CMD_SO_PATH:
    -		/* a NULL 'p' or a string of zero-length is the same thing */
    -		if(p && (strlen((const char *)p) < 1))
    -			p = NULL;
    -		if(ctx->DYNAMIC_LIBNAME)
    -			OPENSSL_free((void*)ctx->DYNAMIC_LIBNAME);
    -		if(p)
    -			ctx->DYNAMIC_LIBNAME = BUF_strdup(p);
    -		else
    -			ctx->DYNAMIC_LIBNAME = NULL;
    -		return (ctx->DYNAMIC_LIBNAME ? 1 : 0);
    -	case DYNAMIC_CMD_NO_VCHECK:
    -		ctx->no_vcheck = ((i == 0) ? 0 : 1);
    -		return 1;
    -	case DYNAMIC_CMD_ID:
    -		/* a NULL 'p' or a string of zero-length is the same thing */
    -		if(p && (strlen((const char *)p) < 1))
    -			p = NULL;
    -		if(ctx->engine_id)
    -			OPENSSL_free((void*)ctx->engine_id);
    -		if(p)
    -			ctx->engine_id = BUF_strdup(p);
    -		else
    -			ctx->engine_id = NULL;
    -		return (ctx->engine_id ? 1 : 0);
    -	case DYNAMIC_CMD_LIST_ADD:
    -		if((i < 0) || (i > 2))
    -			{
    -			ENGINEerr(ENGINE_F_DYNAMIC_CTRL,
    -				ENGINE_R_INVALID_ARGUMENT);
    -			return 0;
    -			}
    -		ctx->list_add_value = (int)i;
    -		return 1;
    -	case DYNAMIC_CMD_LOAD:
    -		return dynamic_load(e, ctx);
    -	case DYNAMIC_CMD_DIR_LOAD:
    -		if((i < 0) || (i > 2))
    -			{
    -			ENGINEerr(ENGINE_F_DYNAMIC_CTRL,
    -				ENGINE_R_INVALID_ARGUMENT);
    -			return 0;
    -			}
    -		ctx->dir_load = (int)i;
    -		return 1;
    -	case DYNAMIC_CMD_DIR_ADD:
    -		/* a NULL 'p' or a string of zero-length is the same thing */
    -		if(!p || (strlen((const char *)p) < 1))
    -			{
    -			ENGINEerr(ENGINE_F_DYNAMIC_CTRL,
    -				ENGINE_R_INVALID_ARGUMENT);
    -			return 0;
    -			}
    -		{
    -		char *tmp_str = BUF_strdup(p);
    -		if(!tmp_str)
    -			{
    -			ENGINEerr(ENGINE_F_DYNAMIC_CTRL,
    -				ERR_R_MALLOC_FAILURE);
    -			return 0;
    -			}
    -		sk_OPENSSL_STRING_insert(ctx->dirs, tmp_str, -1);
    -		}
    -		return 1;
    -	default:
    -		break;
    -		}
    -	ENGINEerr(ENGINE_F_DYNAMIC_CTRL,ENGINE_R_CTRL_COMMAND_NOT_IMPLEMENTED);
    -	return 0;
    -	}
    +    if (!ctx) {
    +        ENGINEerr(ENGINE_F_DYNAMIC_CTRL, ENGINE_R_NOT_LOADED);
    +        return 0;
    +    }
    +    initialised = ((ctx->dynamic_dso == NULL) ? 0 : 1);
    +    /* All our control commands require the ENGINE to be uninitialised */
    +    if (initialised) {
    +        ENGINEerr(ENGINE_F_DYNAMIC_CTRL, ENGINE_R_ALREADY_LOADED);
    +        return 0;
    +    }
    +    switch (cmd) {
    +    case DYNAMIC_CMD_SO_PATH:
    +        /* a NULL 'p' or a string of zero-length is the same thing */
    +        if (p && (strlen((const char *)p) < 1))
    +            p = NULL;
    +        if (ctx->DYNAMIC_LIBNAME)
    +            OPENSSL_free((void *)ctx->DYNAMIC_LIBNAME);
    +        if (p)
    +            ctx->DYNAMIC_LIBNAME = BUF_strdup(p);
    +        else
    +            ctx->DYNAMIC_LIBNAME = NULL;
    +        return (ctx->DYNAMIC_LIBNAME ? 1 : 0);
    +    case DYNAMIC_CMD_NO_VCHECK:
    +        ctx->no_vcheck = ((i == 0) ? 0 : 1);
    +        return 1;
    +    case DYNAMIC_CMD_ID:
    +        /* a NULL 'p' or a string of zero-length is the same thing */
    +        if (p && (strlen((const char *)p) < 1))
    +            p = NULL;
    +        if (ctx->engine_id)
    +            OPENSSL_free((void *)ctx->engine_id);
    +        if (p)
    +            ctx->engine_id = BUF_strdup(p);
    +        else
    +            ctx->engine_id = NULL;
    +        return (ctx->engine_id ? 1 : 0);
    +    case DYNAMIC_CMD_LIST_ADD:
    +        if ((i < 0) || (i > 2)) {
    +            ENGINEerr(ENGINE_F_DYNAMIC_CTRL, ENGINE_R_INVALID_ARGUMENT);
    +            return 0;
    +        }
    +        ctx->list_add_value = (int)i;
    +        return 1;
    +    case DYNAMIC_CMD_LOAD:
    +        return dynamic_load(e, ctx);
    +    case DYNAMIC_CMD_DIR_LOAD:
    +        if ((i < 0) || (i > 2)) {
    +            ENGINEerr(ENGINE_F_DYNAMIC_CTRL, ENGINE_R_INVALID_ARGUMENT);
    +            return 0;
    +        }
    +        ctx->dir_load = (int)i;
    +        return 1;
    +    case DYNAMIC_CMD_DIR_ADD:
    +        /* a NULL 'p' or a string of zero-length is the same thing */
    +        if (!p || (strlen((const char *)p) < 1)) {
    +            ENGINEerr(ENGINE_F_DYNAMIC_CTRL, ENGINE_R_INVALID_ARGUMENT);
    +            return 0;
    +        }
    +        {
    +            char *tmp_str = BUF_strdup(p);
    +            if (!tmp_str) {
    +                ENGINEerr(ENGINE_F_DYNAMIC_CTRL, ERR_R_MALLOC_FAILURE);
    +                return 0;
    +            }
    +            sk_OPENSSL_STRING_insert(ctx->dirs, tmp_str, -1);
    +        }
    +        return 1;
    +    default:
    +        break;
    +    }
    +    ENGINEerr(ENGINE_F_DYNAMIC_CTRL, ENGINE_R_CTRL_COMMAND_NOT_IMPLEMENTED);
    +    return 0;
    +}
     
     static int int_load(dynamic_data_ctx *ctx)
    -	{
    -	int num, loop;
    -	/* Unless told not to, try a direct load */
    -	if((ctx->dir_load != 2) && (DSO_load(ctx->dynamic_dso,
    -				ctx->DYNAMIC_LIBNAME, NULL, 0)) != NULL)
    -		return 1;
    -	/* If we're not allowed to use 'dirs' or we have none, fail */
    -	if(!ctx->dir_load || (num = sk_OPENSSL_STRING_num(ctx->dirs)) < 1)
    -		return 0;
    -	for(loop = 0; loop < num; loop++)
    -		{
    -		const char *s = sk_OPENSSL_STRING_value(ctx->dirs, loop);
    -		char *merge = DSO_merge(ctx->dynamic_dso, ctx->DYNAMIC_LIBNAME, s);
    -		if(!merge)
    -			return 0;
    -		if(DSO_load(ctx->dynamic_dso, merge, NULL, 0))
    -			{
    -			/* Found what we're looking for */
    -			OPENSSL_free(merge);
    -			return 1;
    -			}
    -		OPENSSL_free(merge);
    -		}
    -	return 0;
    -	}
    +{
    +    int num, loop;
    +    /* Unless told not to, try a direct load */
    +    if ((ctx->dir_load != 2) && (DSO_load(ctx->dynamic_dso,
    +                                          ctx->DYNAMIC_LIBNAME, NULL,
    +                                          0)) != NULL)
    +        return 1;
    +    /* If we're not allowed to use 'dirs' or we have none, fail */
    +    if (!ctx->dir_load || (num = sk_OPENSSL_STRING_num(ctx->dirs)) < 1)
    +        return 0;
    +    for (loop = 0; loop < num; loop++) {
    +        const char *s = sk_OPENSSL_STRING_value(ctx->dirs, loop);
    +        char *merge = DSO_merge(ctx->dynamic_dso, ctx->DYNAMIC_LIBNAME, s);
    +        if (!merge)
    +            return 0;
    +        if (DSO_load(ctx->dynamic_dso, merge, NULL, 0)) {
    +            /* Found what we're looking for */
    +            OPENSSL_free(merge);
    +            return 1;
    +        }
    +        OPENSSL_free(merge);
    +    }
    +    return 0;
    +}
     
     static int dynamic_load(ENGINE *e, dynamic_data_ctx *ctx)
    -	{
    -	ENGINE cpy;
    -	dynamic_fns fns;
    +{
    +    ENGINE cpy;
    +    dynamic_fns fns;
     
    -	if(!ctx->dynamic_dso)
    -		ctx->dynamic_dso = DSO_new();
    -	if(!ctx->DYNAMIC_LIBNAME)
    -		{
    -		if(!ctx->engine_id)
    -			return 0;
    -		ctx->DYNAMIC_LIBNAME =
    -			DSO_convert_filename(ctx->dynamic_dso, ctx->engine_id);
    -		}
    -	if(!int_load(ctx))
    -		{
    -		ENGINEerr(ENGINE_F_DYNAMIC_LOAD,
    -			ENGINE_R_DSO_NOT_FOUND);
    -		DSO_free(ctx->dynamic_dso);
    -		ctx->dynamic_dso = NULL;
    -		return 0;
    -		}
    -	/* We have to find a bind function otherwise it'll always end badly */
    -	if(!(ctx->bind_engine = (dynamic_bind_engine)DSO_bind_func(
    -					ctx->dynamic_dso, ctx->DYNAMIC_F2)))
    -		{
    -		ctx->bind_engine = NULL;
    -		DSO_free(ctx->dynamic_dso);
    -		ctx->dynamic_dso = NULL;
    -		ENGINEerr(ENGINE_F_DYNAMIC_LOAD,
    -			ENGINE_R_DSO_FAILURE);
    -		return 0;
    -		}
    -	/* Do we perform version checking? */
    -	if(!ctx->no_vcheck)
    -		{
    -		unsigned long vcheck_res = 0;
    -		/* Now we try to find a version checking function and decide how
    -		 * to cope with failure if/when it fails. */
    -		ctx->v_check = (dynamic_v_check_fn)DSO_bind_func(
    -				ctx->dynamic_dso, ctx->DYNAMIC_F1);
    -		if(ctx->v_check)
    -			vcheck_res = ctx->v_check(OSSL_DYNAMIC_VERSION);
    -		/* We fail if the version checker veto'd the load *or* if it is
    -		 * deferring to us (by returning its version) and we think it is
    -		 * too old. */
    -		if(vcheck_res < OSSL_DYNAMIC_OLDEST)
    -			{
    -			/* Fail */
    -			ctx->bind_engine = NULL;
    -			ctx->v_check = NULL;
    -			DSO_free(ctx->dynamic_dso);
    -			ctx->dynamic_dso = NULL;
    -			ENGINEerr(ENGINE_F_DYNAMIC_LOAD,
    -				ENGINE_R_VERSION_INCOMPATIBILITY);
    -			return 0;
    -			}
    -		}
    -	/* First binary copy the ENGINE structure so that we can roll back if
    -	 * the hand-over fails */
    -	memcpy(&cpy, e, sizeof(ENGINE));
    -	/* Provide the ERR, "ex_data", memory, and locking callbacks so the
    -	 * loaded library uses our state rather than its own. FIXME: As noted in
    -	 * engine.h, much of this would be simplified if each area of code
    -	 * provided its own "summary" structure of all related callbacks. It
    -	 * would also increase opaqueness. */
    -	fns.static_state = ENGINE_get_static_state();
    -	fns.err_fns = ERR_get_implementation();
    -	fns.ex_data_fns = CRYPTO_get_ex_data_implementation();
    -	CRYPTO_get_mem_functions(&fns.mem_fns.malloc_cb,
    -				&fns.mem_fns.realloc_cb,
    -				&fns.mem_fns.free_cb);
    -	fns.lock_fns.lock_locking_cb = CRYPTO_get_locking_callback();
    -	fns.lock_fns.lock_add_lock_cb = CRYPTO_get_add_lock_callback();
    -	fns.lock_fns.dynlock_create_cb = CRYPTO_get_dynlock_create_callback();
    -	fns.lock_fns.dynlock_lock_cb = CRYPTO_get_dynlock_lock_callback();
    -	fns.lock_fns.dynlock_destroy_cb = CRYPTO_get_dynlock_destroy_callback();
    -	/* Now that we've loaded the dynamic engine, make sure no "dynamic"
    -	 * ENGINE elements will show through. */
    -	engine_set_all_null(e);
    +    if (!ctx->dynamic_dso)
    +        ctx->dynamic_dso = DSO_new();
    +    if (!ctx->DYNAMIC_LIBNAME) {
    +        if (!ctx->engine_id)
    +            return 0;
    +        ctx->DYNAMIC_LIBNAME =
    +            DSO_convert_filename(ctx->dynamic_dso, ctx->engine_id);
    +    }
    +    if (!int_load(ctx)) {
    +        ENGINEerr(ENGINE_F_DYNAMIC_LOAD, ENGINE_R_DSO_NOT_FOUND);
    +        DSO_free(ctx->dynamic_dso);
    +        ctx->dynamic_dso = NULL;
    +        return 0;
    +    }
    +    /* We have to find a bind function otherwise it'll always end badly */
    +    if (!
    +        (ctx->bind_engine =
    +         (dynamic_bind_engine) DSO_bind_func(ctx->dynamic_dso,
    +                                             ctx->DYNAMIC_F2))) {
    +        ctx->bind_engine = NULL;
    +        DSO_free(ctx->dynamic_dso);
    +        ctx->dynamic_dso = NULL;
    +        ENGINEerr(ENGINE_F_DYNAMIC_LOAD, ENGINE_R_DSO_FAILURE);
    +        return 0;
    +    }
    +    /* Do we perform version checking? */
    +    if (!ctx->no_vcheck) {
    +        unsigned long vcheck_res = 0;
    +        /*
    +         * Now we try to find a version checking function and decide how to
    +         * cope with failure if/when it fails.
    +         */
    +        ctx->v_check =
    +            (dynamic_v_check_fn) DSO_bind_func(ctx->dynamic_dso,
    +                                               ctx->DYNAMIC_F1);
    +        if (ctx->v_check)
    +            vcheck_res = ctx->v_check(OSSL_DYNAMIC_VERSION);
    +        /*
    +         * We fail if the version checker veto'd the load *or* if it is
    +         * deferring to us (by returning its version) and we think it is too
    +         * old.
    +         */
    +        if (vcheck_res < OSSL_DYNAMIC_OLDEST) {
    +            /* Fail */
    +            ctx->bind_engine = NULL;
    +            ctx->v_check = NULL;
    +            DSO_free(ctx->dynamic_dso);
    +            ctx->dynamic_dso = NULL;
    +            ENGINEerr(ENGINE_F_DYNAMIC_LOAD,
    +                      ENGINE_R_VERSION_INCOMPATIBILITY);
    +            return 0;
    +        }
    +    }
    +    /*
    +     * First binary copy the ENGINE structure so that we can roll back if the
    +     * hand-over fails
    +     */
    +    memcpy(&cpy, e, sizeof(ENGINE));
    +    /*
    +     * Provide the ERR, "ex_data", memory, and locking callbacks so the
    +     * loaded library uses our state rather than its own. FIXME: As noted in
    +     * engine.h, much of this would be simplified if each area of code
    +     * provided its own "summary" structure of all related callbacks. It
    +     * would also increase opaqueness.
    +     */
    +    fns.static_state = ENGINE_get_static_state();
    +    fns.err_fns = ERR_get_implementation();
    +    fns.ex_data_fns = CRYPTO_get_ex_data_implementation();
    +    CRYPTO_get_mem_functions(&fns.mem_fns.malloc_cb,
    +                             &fns.mem_fns.realloc_cb, &fns.mem_fns.free_cb);
    +    fns.lock_fns.lock_locking_cb = CRYPTO_get_locking_callback();
    +    fns.lock_fns.lock_add_lock_cb = CRYPTO_get_add_lock_callback();
    +    fns.lock_fns.dynlock_create_cb = CRYPTO_get_dynlock_create_callback();
    +    fns.lock_fns.dynlock_lock_cb = CRYPTO_get_dynlock_lock_callback();
    +    fns.lock_fns.dynlock_destroy_cb = CRYPTO_get_dynlock_destroy_callback();
    +    /*
    +     * Now that we've loaded the dynamic engine, make sure no "dynamic"
    +     * ENGINE elements will show through.
    +     */
    +    engine_set_all_null(e);
     
    -	/* Try to bind the ENGINE onto our own ENGINE structure */
    -	if(!ctx->bind_engine(e, ctx->engine_id, &fns))
    -		{
    -		ctx->bind_engine = NULL;
    -		ctx->v_check = NULL;
    -		DSO_free(ctx->dynamic_dso);
    -		ctx->dynamic_dso = NULL;
    -		ENGINEerr(ENGINE_F_DYNAMIC_LOAD,ENGINE_R_INIT_FAILED);
    -		/* Copy the original ENGINE structure back */
    -		memcpy(e, &cpy, sizeof(ENGINE));
    -		return 0;
    -		}
    -	/* Do we try to add this ENGINE to the internal list too? */
    -	if(ctx->list_add_value > 0)
    -		{
    -		if(!ENGINE_add(e))
    -			{
    -			/* Do we tolerate this or fail? */
    -			if(ctx->list_add_value > 1)
    -				{
    -				/* Fail - NB: By this time, it's too late to
    -				 * rollback, and trying to do so allows the
    -				 * bind_engine() code to have created leaks. We
    -				 * just have to fail where we are, after the
    -				 * ENGINE has changed. */
    -				ENGINEerr(ENGINE_F_DYNAMIC_LOAD,
    -					ENGINE_R_CONFLICTING_ENGINE_ID);
    -				return 0;
    -				}
    -			/* Tolerate */
    -			ERR_clear_error();
    -			}
    -		}
    -	return 1;
    -	}
    +    /* Try to bind the ENGINE onto our own ENGINE structure */
    +    if (!ctx->bind_engine(e, ctx->engine_id, &fns)) {
    +        ctx->bind_engine = NULL;
    +        ctx->v_check = NULL;
    +        DSO_free(ctx->dynamic_dso);
    +        ctx->dynamic_dso = NULL;
    +        ENGINEerr(ENGINE_F_DYNAMIC_LOAD, ENGINE_R_INIT_FAILED);
    +        /* Copy the original ENGINE structure back */
    +        memcpy(e, &cpy, sizeof(ENGINE));
    +        return 0;
    +    }
    +    /* Do we try to add this ENGINE to the internal list too? */
    +    if (ctx->list_add_value > 0) {
    +        if (!ENGINE_add(e)) {
    +            /* Do we tolerate this or fail? */
    +            if (ctx->list_add_value > 1) {
    +                /*
    +                 * Fail - NB: By this time, it's too late to rollback, and
    +                 * trying to do so allows the bind_engine() code to have
    +                 * created leaks. We just have to fail where we are, after
    +                 * the ENGINE has changed.
    +                 */
    +                ENGINEerr(ENGINE_F_DYNAMIC_LOAD,
    +                          ENGINE_R_CONFLICTING_ENGINE_ID);
    +                return 0;
    +            }
    +            /* Tolerate */
    +            ERR_clear_error();
    +        }
    +    }
    +    return 1;
    +}
    diff --git a/openssl/crypto/engine/eng_err.c b/openssl/crypto/engine/eng_err.c
    index 81c70acfa..bcc234852 100644
    --- a/openssl/crypto/engine/eng_err.c
    +++ b/openssl/crypto/engine/eng_err.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* NOTE: this file was auto generated by the mkerr.pl script: any changes
    +/*
    + * NOTE: this file was auto generated by the mkerr.pl script: any changes
      * made to it will be overwritten when the script next updates this file,
      * only reason strings will be preserved.
      */
    @@ -65,109 +66,116 @@
     /* BEGIN ERROR CODES */
     #ifndef OPENSSL_NO_ERR
     
    -#define ERR_FUNC(func) ERR_PACK(ERR_LIB_ENGINE,func,0)
    -#define ERR_REASON(reason) ERR_PACK(ERR_LIB_ENGINE,0,reason)
    +# define ERR_FUNC(func) ERR_PACK(ERR_LIB_ENGINE,func,0)
    +# define ERR_REASON(reason) ERR_PACK(ERR_LIB_ENGINE,0,reason)
     
    -static ERR_STRING_DATA ENGINE_str_functs[]=
    -	{
    -{ERR_FUNC(ENGINE_F_DYNAMIC_CTRL),	"DYNAMIC_CTRL"},
    -{ERR_FUNC(ENGINE_F_DYNAMIC_GET_DATA_CTX),	"DYNAMIC_GET_DATA_CTX"},
    -{ERR_FUNC(ENGINE_F_DYNAMIC_LOAD),	"DYNAMIC_LOAD"},
    -{ERR_FUNC(ENGINE_F_DYNAMIC_SET_DATA_CTX),	"DYNAMIC_SET_DATA_CTX"},
    -{ERR_FUNC(ENGINE_F_ENGINE_ADD),	"ENGINE_add"},
    -{ERR_FUNC(ENGINE_F_ENGINE_BY_ID),	"ENGINE_by_id"},
    -{ERR_FUNC(ENGINE_F_ENGINE_CMD_IS_EXECUTABLE),	"ENGINE_cmd_is_executable"},
    -{ERR_FUNC(ENGINE_F_ENGINE_CTRL),	"ENGINE_ctrl"},
    -{ERR_FUNC(ENGINE_F_ENGINE_CTRL_CMD),	"ENGINE_ctrl_cmd"},
    -{ERR_FUNC(ENGINE_F_ENGINE_CTRL_CMD_STRING),	"ENGINE_ctrl_cmd_string"},
    -{ERR_FUNC(ENGINE_F_ENGINE_FINISH),	"ENGINE_finish"},
    -{ERR_FUNC(ENGINE_F_ENGINE_FREE_UTIL),	"ENGINE_FREE_UTIL"},
    -{ERR_FUNC(ENGINE_F_ENGINE_GET_CIPHER),	"ENGINE_get_cipher"},
    -{ERR_FUNC(ENGINE_F_ENGINE_GET_DEFAULT_TYPE),	"ENGINE_GET_DEFAULT_TYPE"},
    -{ERR_FUNC(ENGINE_F_ENGINE_GET_DIGEST),	"ENGINE_get_digest"},
    -{ERR_FUNC(ENGINE_F_ENGINE_GET_NEXT),	"ENGINE_get_next"},
    -{ERR_FUNC(ENGINE_F_ENGINE_GET_PKEY_ASN1_METH),	"ENGINE_get_pkey_asn1_meth"},
    -{ERR_FUNC(ENGINE_F_ENGINE_GET_PKEY_METH),	"ENGINE_get_pkey_meth"},
    -{ERR_FUNC(ENGINE_F_ENGINE_GET_PREV),	"ENGINE_get_prev"},
    -{ERR_FUNC(ENGINE_F_ENGINE_INIT),	"ENGINE_init"},
    -{ERR_FUNC(ENGINE_F_ENGINE_LIST_ADD),	"ENGINE_LIST_ADD"},
    -{ERR_FUNC(ENGINE_F_ENGINE_LIST_REMOVE),	"ENGINE_LIST_REMOVE"},
    -{ERR_FUNC(ENGINE_F_ENGINE_LOAD_PRIVATE_KEY),	"ENGINE_load_private_key"},
    -{ERR_FUNC(ENGINE_F_ENGINE_LOAD_PUBLIC_KEY),	"ENGINE_load_public_key"},
    -{ERR_FUNC(ENGINE_F_ENGINE_LOAD_SSL_CLIENT_CERT),	"ENGINE_load_ssl_client_cert"},
    -{ERR_FUNC(ENGINE_F_ENGINE_NEW),	"ENGINE_new"},
    -{ERR_FUNC(ENGINE_F_ENGINE_REMOVE),	"ENGINE_remove"},
    -{ERR_FUNC(ENGINE_F_ENGINE_SET_DEFAULT_STRING),	"ENGINE_set_default_string"},
    -{ERR_FUNC(ENGINE_F_ENGINE_SET_DEFAULT_TYPE),	"ENGINE_SET_DEFAULT_TYPE"},
    -{ERR_FUNC(ENGINE_F_ENGINE_SET_ID),	"ENGINE_set_id"},
    -{ERR_FUNC(ENGINE_F_ENGINE_SET_NAME),	"ENGINE_set_name"},
    -{ERR_FUNC(ENGINE_F_ENGINE_TABLE_REGISTER),	"ENGINE_TABLE_REGISTER"},
    -{ERR_FUNC(ENGINE_F_ENGINE_UNLOAD_KEY),	"ENGINE_UNLOAD_KEY"},
    -{ERR_FUNC(ENGINE_F_ENGINE_UNLOCKED_FINISH),	"ENGINE_UNLOCKED_FINISH"},
    -{ERR_FUNC(ENGINE_F_ENGINE_UP_REF),	"ENGINE_up_ref"},
    -{ERR_FUNC(ENGINE_F_INT_CTRL_HELPER),	"INT_CTRL_HELPER"},
    -{ERR_FUNC(ENGINE_F_INT_ENGINE_CONFIGURE),	"INT_ENGINE_CONFIGURE"},
    -{ERR_FUNC(ENGINE_F_INT_ENGINE_MODULE_INIT),	"INT_ENGINE_MODULE_INIT"},
    -{ERR_FUNC(ENGINE_F_LOG_MESSAGE),	"LOG_MESSAGE"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA ENGINE_str_functs[] = {
    +    {ERR_FUNC(ENGINE_F_DYNAMIC_CTRL), "DYNAMIC_CTRL"},
    +    {ERR_FUNC(ENGINE_F_DYNAMIC_GET_DATA_CTX), "DYNAMIC_GET_DATA_CTX"},
    +    {ERR_FUNC(ENGINE_F_DYNAMIC_LOAD), "DYNAMIC_LOAD"},
    +    {ERR_FUNC(ENGINE_F_DYNAMIC_SET_DATA_CTX), "DYNAMIC_SET_DATA_CTX"},
    +    {ERR_FUNC(ENGINE_F_ENGINE_ADD), "ENGINE_add"},
    +    {ERR_FUNC(ENGINE_F_ENGINE_BY_ID), "ENGINE_by_id"},
    +    {ERR_FUNC(ENGINE_F_ENGINE_CMD_IS_EXECUTABLE), "ENGINE_cmd_is_executable"},
    +    {ERR_FUNC(ENGINE_F_ENGINE_CTRL), "ENGINE_ctrl"},
    +    {ERR_FUNC(ENGINE_F_ENGINE_CTRL_CMD), "ENGINE_ctrl_cmd"},
    +    {ERR_FUNC(ENGINE_F_ENGINE_CTRL_CMD_STRING), "ENGINE_ctrl_cmd_string"},
    +    {ERR_FUNC(ENGINE_F_ENGINE_FINISH), "ENGINE_finish"},
    +    {ERR_FUNC(ENGINE_F_ENGINE_FREE_UTIL), "ENGINE_FREE_UTIL"},
    +    {ERR_FUNC(ENGINE_F_ENGINE_GET_CIPHER), "ENGINE_get_cipher"},
    +    {ERR_FUNC(ENGINE_F_ENGINE_GET_DEFAULT_TYPE), "ENGINE_GET_DEFAULT_TYPE"},
    +    {ERR_FUNC(ENGINE_F_ENGINE_GET_DIGEST), "ENGINE_get_digest"},
    +    {ERR_FUNC(ENGINE_F_ENGINE_GET_NEXT), "ENGINE_get_next"},
    +    {ERR_FUNC(ENGINE_F_ENGINE_GET_PKEY_ASN1_METH),
    +     "ENGINE_get_pkey_asn1_meth"},
    +    {ERR_FUNC(ENGINE_F_ENGINE_GET_PKEY_METH), "ENGINE_get_pkey_meth"},
    +    {ERR_FUNC(ENGINE_F_ENGINE_GET_PREV), "ENGINE_get_prev"},
    +    {ERR_FUNC(ENGINE_F_ENGINE_INIT), "ENGINE_init"},
    +    {ERR_FUNC(ENGINE_F_ENGINE_LIST_ADD), "ENGINE_LIST_ADD"},
    +    {ERR_FUNC(ENGINE_F_ENGINE_LIST_REMOVE), "ENGINE_LIST_REMOVE"},
    +    {ERR_FUNC(ENGINE_F_ENGINE_LOAD_PRIVATE_KEY), "ENGINE_load_private_key"},
    +    {ERR_FUNC(ENGINE_F_ENGINE_LOAD_PUBLIC_KEY), "ENGINE_load_public_key"},
    +    {ERR_FUNC(ENGINE_F_ENGINE_LOAD_SSL_CLIENT_CERT),
    +     "ENGINE_load_ssl_client_cert"},
    +    {ERR_FUNC(ENGINE_F_ENGINE_NEW), "ENGINE_new"},
    +    {ERR_FUNC(ENGINE_F_ENGINE_REMOVE), "ENGINE_remove"},
    +    {ERR_FUNC(ENGINE_F_ENGINE_SET_DEFAULT_STRING),
    +     "ENGINE_set_default_string"},
    +    {ERR_FUNC(ENGINE_F_ENGINE_SET_DEFAULT_TYPE), "ENGINE_SET_DEFAULT_TYPE"},
    +    {ERR_FUNC(ENGINE_F_ENGINE_SET_ID), "ENGINE_set_id"},
    +    {ERR_FUNC(ENGINE_F_ENGINE_SET_NAME), "ENGINE_set_name"},
    +    {ERR_FUNC(ENGINE_F_ENGINE_TABLE_REGISTER), "ENGINE_TABLE_REGISTER"},
    +    {ERR_FUNC(ENGINE_F_ENGINE_UNLOAD_KEY), "ENGINE_UNLOAD_KEY"},
    +    {ERR_FUNC(ENGINE_F_ENGINE_UNLOCKED_FINISH), "ENGINE_UNLOCKED_FINISH"},
    +    {ERR_FUNC(ENGINE_F_ENGINE_UP_REF), "ENGINE_up_ref"},
    +    {ERR_FUNC(ENGINE_F_INT_CTRL_HELPER), "INT_CTRL_HELPER"},
    +    {ERR_FUNC(ENGINE_F_INT_ENGINE_CONFIGURE), "INT_ENGINE_CONFIGURE"},
    +    {ERR_FUNC(ENGINE_F_INT_ENGINE_MODULE_INIT), "INT_ENGINE_MODULE_INIT"},
    +    {ERR_FUNC(ENGINE_F_LOG_MESSAGE), "LOG_MESSAGE"},
    +    {0, NULL}
    +};
     
    -static ERR_STRING_DATA ENGINE_str_reasons[]=
    -	{
    -{ERR_REASON(ENGINE_R_ALREADY_LOADED)     ,"already loaded"},
    -{ERR_REASON(ENGINE_R_ARGUMENT_IS_NOT_A_NUMBER),"argument is not a number"},
    -{ERR_REASON(ENGINE_R_CMD_NOT_EXECUTABLE) ,"cmd not executable"},
    -{ERR_REASON(ENGINE_R_COMMAND_TAKES_INPUT),"command takes input"},
    -{ERR_REASON(ENGINE_R_COMMAND_TAKES_NO_INPUT),"command takes no input"},
    -{ERR_REASON(ENGINE_R_CONFLICTING_ENGINE_ID),"conflicting engine id"},
    -{ERR_REASON(ENGINE_R_CTRL_COMMAND_NOT_IMPLEMENTED),"ctrl command not implemented"},
    -{ERR_REASON(ENGINE_R_DH_NOT_IMPLEMENTED) ,"dh not implemented"},
    -{ERR_REASON(ENGINE_R_DSA_NOT_IMPLEMENTED),"dsa not implemented"},
    -{ERR_REASON(ENGINE_R_DSO_FAILURE)        ,"DSO failure"},
    -{ERR_REASON(ENGINE_R_DSO_NOT_FOUND)      ,"dso not found"},
    -{ERR_REASON(ENGINE_R_ENGINES_SECTION_ERROR),"engines section error"},
    -{ERR_REASON(ENGINE_R_ENGINE_CONFIGURATION_ERROR),"engine configuration error"},
    -{ERR_REASON(ENGINE_R_ENGINE_IS_NOT_IN_LIST),"engine is not in the list"},
    -{ERR_REASON(ENGINE_R_ENGINE_SECTION_ERROR),"engine section error"},
    -{ERR_REASON(ENGINE_R_FAILED_LOADING_PRIVATE_KEY),"failed loading private key"},
    -{ERR_REASON(ENGINE_R_FAILED_LOADING_PUBLIC_KEY),"failed loading public key"},
    -{ERR_REASON(ENGINE_R_FINISH_FAILED)      ,"finish failed"},
    -{ERR_REASON(ENGINE_R_GET_HANDLE_FAILED)  ,"could not obtain hardware handle"},
    -{ERR_REASON(ENGINE_R_ID_OR_NAME_MISSING) ,"'id' or 'name' missing"},
    -{ERR_REASON(ENGINE_R_INIT_FAILED)        ,"init failed"},
    -{ERR_REASON(ENGINE_R_INTERNAL_LIST_ERROR),"internal list error"},
    -{ERR_REASON(ENGINE_R_INVALID_ARGUMENT)   ,"invalid argument"},
    -{ERR_REASON(ENGINE_R_INVALID_CMD_NAME)   ,"invalid cmd name"},
    -{ERR_REASON(ENGINE_R_INVALID_CMD_NUMBER) ,"invalid cmd number"},
    -{ERR_REASON(ENGINE_R_INVALID_INIT_VALUE) ,"invalid init value"},
    -{ERR_REASON(ENGINE_R_INVALID_STRING)     ,"invalid string"},
    -{ERR_REASON(ENGINE_R_NOT_INITIALISED)    ,"not initialised"},
    -{ERR_REASON(ENGINE_R_NOT_LOADED)         ,"not loaded"},
    -{ERR_REASON(ENGINE_R_NO_CONTROL_FUNCTION),"no control function"},
    -{ERR_REASON(ENGINE_R_NO_INDEX)           ,"no index"},
    -{ERR_REASON(ENGINE_R_NO_LOAD_FUNCTION)   ,"no load function"},
    -{ERR_REASON(ENGINE_R_NO_REFERENCE)       ,"no reference"},
    -{ERR_REASON(ENGINE_R_NO_SUCH_ENGINE)     ,"no such engine"},
    -{ERR_REASON(ENGINE_R_NO_UNLOAD_FUNCTION) ,"no unload function"},
    -{ERR_REASON(ENGINE_R_PROVIDE_PARAMETERS) ,"provide parameters"},
    -{ERR_REASON(ENGINE_R_RSA_NOT_IMPLEMENTED),"rsa not implemented"},
    -{ERR_REASON(ENGINE_R_UNIMPLEMENTED_CIPHER),"unimplemented cipher"},
    -{ERR_REASON(ENGINE_R_UNIMPLEMENTED_DIGEST),"unimplemented digest"},
    -{ERR_REASON(ENGINE_R_UNIMPLEMENTED_PUBLIC_KEY_METHOD),"unimplemented public key method"},
    -{ERR_REASON(ENGINE_R_VERSION_INCOMPATIBILITY),"version incompatibility"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA ENGINE_str_reasons[] = {
    +    {ERR_REASON(ENGINE_R_ALREADY_LOADED), "already loaded"},
    +    {ERR_REASON(ENGINE_R_ARGUMENT_IS_NOT_A_NUMBER),
    +     "argument is not a number"},
    +    {ERR_REASON(ENGINE_R_CMD_NOT_EXECUTABLE), "cmd not executable"},
    +    {ERR_REASON(ENGINE_R_COMMAND_TAKES_INPUT), "command takes input"},
    +    {ERR_REASON(ENGINE_R_COMMAND_TAKES_NO_INPUT), "command takes no input"},
    +    {ERR_REASON(ENGINE_R_CONFLICTING_ENGINE_ID), "conflicting engine id"},
    +    {ERR_REASON(ENGINE_R_CTRL_COMMAND_NOT_IMPLEMENTED),
    +     "ctrl command not implemented"},
    +    {ERR_REASON(ENGINE_R_DH_NOT_IMPLEMENTED), "dh not implemented"},
    +    {ERR_REASON(ENGINE_R_DSA_NOT_IMPLEMENTED), "dsa not implemented"},
    +    {ERR_REASON(ENGINE_R_DSO_FAILURE), "DSO failure"},
    +    {ERR_REASON(ENGINE_R_DSO_NOT_FOUND), "dso not found"},
    +    {ERR_REASON(ENGINE_R_ENGINES_SECTION_ERROR), "engines section error"},
    +    {ERR_REASON(ENGINE_R_ENGINE_CONFIGURATION_ERROR),
    +     "engine configuration error"},
    +    {ERR_REASON(ENGINE_R_ENGINE_IS_NOT_IN_LIST), "engine is not in the list"},
    +    {ERR_REASON(ENGINE_R_ENGINE_SECTION_ERROR), "engine section error"},
    +    {ERR_REASON(ENGINE_R_FAILED_LOADING_PRIVATE_KEY),
    +     "failed loading private key"},
    +    {ERR_REASON(ENGINE_R_FAILED_LOADING_PUBLIC_KEY),
    +     "failed loading public key"},
    +    {ERR_REASON(ENGINE_R_FINISH_FAILED), "finish failed"},
    +    {ERR_REASON(ENGINE_R_GET_HANDLE_FAILED),
    +     "could not obtain hardware handle"},
    +    {ERR_REASON(ENGINE_R_ID_OR_NAME_MISSING), "'id' or 'name' missing"},
    +    {ERR_REASON(ENGINE_R_INIT_FAILED), "init failed"},
    +    {ERR_REASON(ENGINE_R_INTERNAL_LIST_ERROR), "internal list error"},
    +    {ERR_REASON(ENGINE_R_INVALID_ARGUMENT), "invalid argument"},
    +    {ERR_REASON(ENGINE_R_INVALID_CMD_NAME), "invalid cmd name"},
    +    {ERR_REASON(ENGINE_R_INVALID_CMD_NUMBER), "invalid cmd number"},
    +    {ERR_REASON(ENGINE_R_INVALID_INIT_VALUE), "invalid init value"},
    +    {ERR_REASON(ENGINE_R_INVALID_STRING), "invalid string"},
    +    {ERR_REASON(ENGINE_R_NOT_INITIALISED), "not initialised"},
    +    {ERR_REASON(ENGINE_R_NOT_LOADED), "not loaded"},
    +    {ERR_REASON(ENGINE_R_NO_CONTROL_FUNCTION), "no control function"},
    +    {ERR_REASON(ENGINE_R_NO_INDEX), "no index"},
    +    {ERR_REASON(ENGINE_R_NO_LOAD_FUNCTION), "no load function"},
    +    {ERR_REASON(ENGINE_R_NO_REFERENCE), "no reference"},
    +    {ERR_REASON(ENGINE_R_NO_SUCH_ENGINE), "no such engine"},
    +    {ERR_REASON(ENGINE_R_NO_UNLOAD_FUNCTION), "no unload function"},
    +    {ERR_REASON(ENGINE_R_PROVIDE_PARAMETERS), "provide parameters"},
    +    {ERR_REASON(ENGINE_R_RSA_NOT_IMPLEMENTED), "rsa not implemented"},
    +    {ERR_REASON(ENGINE_R_UNIMPLEMENTED_CIPHER), "unimplemented cipher"},
    +    {ERR_REASON(ENGINE_R_UNIMPLEMENTED_DIGEST), "unimplemented digest"},
    +    {ERR_REASON(ENGINE_R_UNIMPLEMENTED_PUBLIC_KEY_METHOD),
    +     "unimplemented public key method"},
    +    {ERR_REASON(ENGINE_R_VERSION_INCOMPATIBILITY), "version incompatibility"},
    +    {0, NULL}
    +};
     
     #endif
     
     void ERR_load_ENGINE_strings(void)
    -	{
    +{
     #ifndef OPENSSL_NO_ERR
     
    -	if (ERR_func_error_string(ENGINE_str_functs[0].error) == NULL)
    -		{
    -		ERR_load_strings(0,ENGINE_str_functs);
    -		ERR_load_strings(0,ENGINE_str_reasons);
    -		}
    +    if (ERR_func_error_string(ENGINE_str_functs[0].error) == NULL) {
    +        ERR_load_strings(0, ENGINE_str_functs);
    +        ERR_load_strings(0, ENGINE_str_reasons);
    +    }
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/engine/eng_fat.c b/openssl/crypto/engine/eng_fat.c
    index 789b8d57e..bcb4c446b 100644
    --- a/openssl/crypto/engine/eng_fat.c
    +++ b/openssl/crypto/engine/eng_fat.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -54,7 +54,7 @@
      */
     /* ====================================================================
      * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
    - * ECDH support in OpenSSL originally developed by 
    + * ECDH support in OpenSSL originally developed by
      * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
      */
     
    @@ -62,121 +62,118 @@
     #include 
     
     int ENGINE_set_default(ENGINE *e, unsigned int flags)
    -	{
    -	if((flags & ENGINE_METHOD_CIPHERS) && !ENGINE_set_default_ciphers(e))
    -		return 0;
    -	if((flags & ENGINE_METHOD_DIGESTS) && !ENGINE_set_default_digests(e))
    -		return 0;
    +{
    +    if ((flags & ENGINE_METHOD_CIPHERS) && !ENGINE_set_default_ciphers(e))
    +        return 0;
    +    if ((flags & ENGINE_METHOD_DIGESTS) && !ENGINE_set_default_digests(e))
    +        return 0;
     #ifndef OPENSSL_NO_RSA
    -	if((flags & ENGINE_METHOD_RSA) && !ENGINE_set_default_RSA(e))
    -		return 0;
    +    if ((flags & ENGINE_METHOD_RSA) && !ENGINE_set_default_RSA(e))
    +        return 0;
     #endif
     #ifndef OPENSSL_NO_DSA
    -	if((flags & ENGINE_METHOD_DSA) && !ENGINE_set_default_DSA(e))
    -		return 0;
    +    if ((flags & ENGINE_METHOD_DSA) && !ENGINE_set_default_DSA(e))
    +        return 0;
     #endif
     #ifndef OPENSSL_NO_DH
    -	if((flags & ENGINE_METHOD_DH) && !ENGINE_set_default_DH(e))
    -		return 0;
    +    if ((flags & ENGINE_METHOD_DH) && !ENGINE_set_default_DH(e))
    +        return 0;
     #endif
     #ifndef OPENSSL_NO_ECDH
    -	if((flags & ENGINE_METHOD_ECDH) && !ENGINE_set_default_ECDH(e))
    -		return 0;
    +    if ((flags & ENGINE_METHOD_ECDH) && !ENGINE_set_default_ECDH(e))
    +        return 0;
     #endif
     #ifndef OPENSSL_NO_ECDSA
    -	if((flags & ENGINE_METHOD_ECDSA) && !ENGINE_set_default_ECDSA(e))
    -		return 0;
    +    if ((flags & ENGINE_METHOD_ECDSA) && !ENGINE_set_default_ECDSA(e))
    +        return 0;
     #endif
    -	if((flags & ENGINE_METHOD_RAND) && !ENGINE_set_default_RAND(e))
    -		return 0;
    -	if((flags & ENGINE_METHOD_PKEY_METHS)
    -				&& !ENGINE_set_default_pkey_meths(e))
    -		return 0;
    -	if((flags & ENGINE_METHOD_PKEY_ASN1_METHS)
    -				&& !ENGINE_set_default_pkey_asn1_meths(e))
    -		return 0;
    -	return 1;
    -	}
    +    if ((flags & ENGINE_METHOD_RAND) && !ENGINE_set_default_RAND(e))
    +        return 0;
    +    if ((flags & ENGINE_METHOD_PKEY_METHS)
    +        && !ENGINE_set_default_pkey_meths(e))
    +        return 0;
    +    if ((flags & ENGINE_METHOD_PKEY_ASN1_METHS)
    +        && !ENGINE_set_default_pkey_asn1_meths(e))
    +        return 0;
    +    return 1;
    +}
     
     /* Set default algorithms using a string */
     
     static int int_def_cb(const char *alg, int len, void *arg)
    -	{
    -	unsigned int *pflags = arg;
    -	if (!strncmp(alg, "ALL", len))
    -		*pflags |= ENGINE_METHOD_ALL;
    -	else if (!strncmp(alg, "RSA", len))
    -		*pflags |= ENGINE_METHOD_RSA;
    -	else if (!strncmp(alg, "DSA", len))
    -		*pflags |= ENGINE_METHOD_DSA;
    -	else if (!strncmp(alg, "ECDH", len))
    -		*pflags |= ENGINE_METHOD_ECDH;
    -	else if (!strncmp(alg, "ECDSA", len))
    -		*pflags |= ENGINE_METHOD_ECDSA;
    -	else if (!strncmp(alg, "DH", len))
    -		*pflags |= ENGINE_METHOD_DH;
    -	else if (!strncmp(alg, "RAND", len))
    -		*pflags |= ENGINE_METHOD_RAND;
    -	else if (!strncmp(alg, "CIPHERS", len))
    -		*pflags |= ENGINE_METHOD_CIPHERS;
    -	else if (!strncmp(alg, "DIGESTS", len))
    -		*pflags |= ENGINE_METHOD_DIGESTS;
    -	else if (!strncmp(alg, "PKEY", len))
    -		*pflags |=
    -			ENGINE_METHOD_PKEY_METHS|ENGINE_METHOD_PKEY_ASN1_METHS;
    -	else if (!strncmp(alg, "PKEY_CRYPTO", len))
    -		*pflags |= ENGINE_METHOD_PKEY_METHS;
    -	else if (!strncmp(alg, "PKEY_ASN1", len))
    -		*pflags |= ENGINE_METHOD_PKEY_ASN1_METHS;
    -	else
    -		return 0;
    -	return 1;
    -	}
    -
    +{
    +    unsigned int *pflags = arg;
    +    if (!strncmp(alg, "ALL", len))
    +        *pflags |= ENGINE_METHOD_ALL;
    +    else if (!strncmp(alg, "RSA", len))
    +        *pflags |= ENGINE_METHOD_RSA;
    +    else if (!strncmp(alg, "DSA", len))
    +        *pflags |= ENGINE_METHOD_DSA;
    +    else if (!strncmp(alg, "ECDH", len))
    +        *pflags |= ENGINE_METHOD_ECDH;
    +    else if (!strncmp(alg, "ECDSA", len))
    +        *pflags |= ENGINE_METHOD_ECDSA;
    +    else if (!strncmp(alg, "DH", len))
    +        *pflags |= ENGINE_METHOD_DH;
    +    else if (!strncmp(alg, "RAND", len))
    +        *pflags |= ENGINE_METHOD_RAND;
    +    else if (!strncmp(alg, "CIPHERS", len))
    +        *pflags |= ENGINE_METHOD_CIPHERS;
    +    else if (!strncmp(alg, "DIGESTS", len))
    +        *pflags |= ENGINE_METHOD_DIGESTS;
    +    else if (!strncmp(alg, "PKEY", len))
    +        *pflags |= ENGINE_METHOD_PKEY_METHS | ENGINE_METHOD_PKEY_ASN1_METHS;
    +    else if (!strncmp(alg, "PKEY_CRYPTO", len))
    +        *pflags |= ENGINE_METHOD_PKEY_METHS;
    +    else if (!strncmp(alg, "PKEY_ASN1", len))
    +        *pflags |= ENGINE_METHOD_PKEY_ASN1_METHS;
    +    else
    +        return 0;
    +    return 1;
    +}
     
     int ENGINE_set_default_string(ENGINE *e, const char *def_list)
    -	{
    -	unsigned int flags = 0;
    -	if (!CONF_parse_list(def_list, ',', 1, int_def_cb, &flags))
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_SET_DEFAULT_STRING,
    -					ENGINE_R_INVALID_STRING);
    -		ERR_add_error_data(2, "str=",def_list);
    -		return 0;
    -		}
    -	return ENGINE_set_default(e, flags);
    -	}
    +{
    +    unsigned int flags = 0;
    +    if (!CONF_parse_list(def_list, ',', 1, int_def_cb, &flags)) {
    +        ENGINEerr(ENGINE_F_ENGINE_SET_DEFAULT_STRING,
    +                  ENGINE_R_INVALID_STRING);
    +        ERR_add_error_data(2, "str=", def_list);
    +        return 0;
    +    }
    +    return ENGINE_set_default(e, flags);
    +}
     
     int ENGINE_register_complete(ENGINE *e)
    -	{
    -	ENGINE_register_ciphers(e);
    -	ENGINE_register_digests(e);
    +{
    +    ENGINE_register_ciphers(e);
    +    ENGINE_register_digests(e);
     #ifndef OPENSSL_NO_RSA
    -	ENGINE_register_RSA(e);
    +    ENGINE_register_RSA(e);
     #endif
     #ifndef OPENSSL_NO_DSA
    -	ENGINE_register_DSA(e);
    +    ENGINE_register_DSA(e);
     #endif
     #ifndef OPENSSL_NO_DH
    -	ENGINE_register_DH(e);
    +    ENGINE_register_DH(e);
     #endif
     #ifndef OPENSSL_NO_ECDH
    -	ENGINE_register_ECDH(e);
    +    ENGINE_register_ECDH(e);
     #endif
     #ifndef OPENSSL_NO_ECDSA
    -	ENGINE_register_ECDSA(e);
    +    ENGINE_register_ECDSA(e);
     #endif
    -	ENGINE_register_RAND(e);
    -	ENGINE_register_pkey_meths(e);
    -	return 1;
    -	}
    +    ENGINE_register_RAND(e);
    +    ENGINE_register_pkey_meths(e);
    +    return 1;
    +}
     
     int ENGINE_register_all_complete(void)
    -	{
    -	ENGINE *e;
    +{
    +    ENGINE *e;
     
    -	for(e=ENGINE_get_first() ; e ; e=ENGINE_get_next(e))
    -		if (!(e->flags & ENGINE_FLAGS_NO_REGISTER_ALL))
    -			ENGINE_register_complete(e);
    -	return 1;
    -	}
    +    for (e = ENGINE_get_first(); e; e = ENGINE_get_next(e))
    +        if (!(e->flags & ENGINE_FLAGS_NO_REGISTER_ALL))
    +            ENGINE_register_complete(e);
    +    return 1;
    +}
    diff --git a/openssl/crypto/engine/eng_init.c b/openssl/crypto/engine/eng_init.c
    index 7633cf5f1..4ea7fe633 100644
    --- a/openssl/crypto/engine/eng_init.c
    +++ b/openssl/crypto/engine/eng_init.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -55,100 +55,103 @@
     
     #include "eng_int.h"
     
    -/* Initialise a engine type for use (or up its functional reference count
    - * if it's already in use). This version is only used internally. */
    +/*
    + * Initialise a engine type for use (or up its functional reference count if
    + * it's already in use). This version is only used internally.
    + */
     int engine_unlocked_init(ENGINE *e)
    -	{
    -	int to_return = 1;
    +{
    +    int to_return = 1;
     
    -	if((e->funct_ref == 0) && e->init)
    -		/* This is the first functional reference and the engine
    -		 * requires initialisation so we do it now. */
    -		to_return = e->init(e);
    -	if(to_return)
    -		{
    -		/* OK, we return a functional reference which is also a
    -		 * structural reference. */
    -		e->struct_ref++;
    -		e->funct_ref++;
    -		engine_ref_debug(e, 0, 1)
    -		engine_ref_debug(e, 1, 1)
    -		}
    -	return to_return;
    -	}
    +    if ((e->funct_ref == 0) && e->init)
    +        /*
    +         * This is the first functional reference and the engine requires
    +         * initialisation so we do it now.
    +         */
    +        to_return = e->init(e);
    +    if (to_return) {
    +        /*
    +         * OK, we return a functional reference which is also a structural
    +         * reference.
    +         */
    +        e->struct_ref++;
    +        e->funct_ref++;
    +        engine_ref_debug(e, 0, 1)
    +            engine_ref_debug(e, 1, 1)
    +    }
    +    return to_return;
    +}
     
    -/* Free a functional reference to a engine type. This version is only used
    - * internally. */
    +/*
    + * Free a functional reference to a engine type. This version is only used
    + * internally.
    + */
     int engine_unlocked_finish(ENGINE *e, int unlock_for_handlers)
    -	{
    -	int to_return = 1;
    +{
    +    int to_return = 1;
     
    -	/* Reduce the functional reference count here so if it's the terminating
    -	 * case, we can release the lock safely and call the finish() handler
    -	 * without risk of a race. We get a race if we leave the count until
    -	 * after and something else is calling "finish" at the same time -
    -	 * there's a chance that both threads will together take the count from
    -	 * 2 to 0 without either calling finish(). */
    -	e->funct_ref--;
    -	engine_ref_debug(e, 1, -1);
    -	if((e->funct_ref == 0) && e->finish)
    -		{
    -		if(unlock_for_handlers)
    -			CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    -		to_return = e->finish(e);
    -		if(unlock_for_handlers)
    -			CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    -		if(!to_return)
    -			return 0;
    -		}
    +    /*
    +     * Reduce the functional reference count here so if it's the terminating
    +     * case, we can release the lock safely and call the finish() handler
    +     * without risk of a race. We get a race if we leave the count until
    +     * after and something else is calling "finish" at the same time -
    +     * there's a chance that both threads will together take the count from 2
    +     * to 0 without either calling finish().
    +     */
    +    e->funct_ref--;
    +    engine_ref_debug(e, 1, -1);
    +    if ((e->funct_ref == 0) && e->finish) {
    +        if (unlock_for_handlers)
    +            CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    +        to_return = e->finish(e);
    +        if (unlock_for_handlers)
    +            CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    +        if (!to_return)
    +            return 0;
    +    }
     #ifdef REF_CHECK
    -	if(e->funct_ref < 0)
    -		{
    -		fprintf(stderr,"ENGINE_finish, bad functional reference count\n");
    -		abort();
    -		}
    +    if (e->funct_ref < 0) {
    +        fprintf(stderr, "ENGINE_finish, bad functional reference count\n");
    +        abort();
    +    }
     #endif
    -	/* Release the structural reference too */
    -	if(!engine_free_util(e, 0))
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_UNLOCKED_FINISH,ENGINE_R_FINISH_FAILED);
    -		return 0;
    -		}
    -	return to_return;
    -	}
    +    /* Release the structural reference too */
    +    if (!engine_free_util(e, 0)) {
    +        ENGINEerr(ENGINE_F_ENGINE_UNLOCKED_FINISH, ENGINE_R_FINISH_FAILED);
    +        return 0;
    +    }
    +    return to_return;
    +}
     
     /* The API (locked) version of "init" */
     int ENGINE_init(ENGINE *e)
    -	{
    -	int ret;
    -	if(e == NULL)
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_INIT,ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -	CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    -	ret = engine_unlocked_init(e);
    -	CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    -	return ret;
    -	}
    +{
    +    int ret;
    +    if (e == NULL) {
    +        ENGINEerr(ENGINE_F_ENGINE_INIT, ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +    CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    +    ret = engine_unlocked_init(e);
    +    CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    +    return ret;
    +}
     
     /* The API (locked) version of "finish" */
     int ENGINE_finish(ENGINE *e)
    -	{
    -	int to_return = 1;
    +{
    +    int to_return = 1;
     
    -	if(e == NULL)
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_FINISH,ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -	CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    -	to_return = engine_unlocked_finish(e, 1);
    -	CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    -	if(!to_return)
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_FINISH,ENGINE_R_FINISH_FAILED);
    -		return 0;
    -		}
    -	return to_return;
    -	}
    +    if (e == NULL) {
    +        ENGINEerr(ENGINE_F_ENGINE_FINISH, ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +    CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    +    to_return = engine_unlocked_finish(e, 1);
    +    CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    +    if (!to_return) {
    +        ENGINEerr(ENGINE_F_ENGINE_FINISH, ENGINE_R_FINISH_FAILED);
    +        return 0;
    +    }
    +    return to_return;
    +}
    diff --git a/openssl/crypto/engine/eng_int.h b/openssl/crypto/engine/eng_int.h
    index 451ef8feb..46f163b1f 100644
    --- a/openssl/crypto/engine/eng_int.h
    +++ b/openssl/crypto/engine/eng_int.h
    @@ -1,6 +1,7 @@
     /* crypto/engine/eng_int.h */
    -/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 1999-2001 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -57,51 +58,54 @@
      */
     /* ====================================================================
      * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
    - * ECDH support in OpenSSL originally developed by 
    + * ECDH support in OpenSSL originally developed by
      * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
      */
     
     #ifndef HEADER_ENGINE_INT_H
    -#define HEADER_ENGINE_INT_H
    +# define HEADER_ENGINE_INT_H
     
    -#include "cryptlib.h"
    +# include "cryptlib.h"
     /* Take public definitions from engine.h */
    -#include 
    +# include 
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -/* If we compile with this symbol defined, then both reference counts in the
    - * ENGINE structure will be monitored with a line of output on stderr for each
    - * change. This prints the engine's pointer address (truncated to unsigned int),
    - * "struct" or "funct" to indicate the reference type, the before and after
    - * reference count, and the file:line-number pair. The "engine_ref_debug"
    - * statements must come *after* the change. */
    -#ifdef ENGINE_REF_COUNT_DEBUG
    +/*
    + * If we compile with this symbol defined, then both reference counts in the
    + * ENGINE structure will be monitored with a line of output on stderr for
    + * each change. This prints the engine's pointer address (truncated to
    + * unsigned int), "struct" or "funct" to indicate the reference type, the
    + * before and after reference count, and the file:line-number pair. The
    + * "engine_ref_debug" statements must come *after* the change.
    + */
    +# ifdef ENGINE_REF_COUNT_DEBUG
     
    -#define engine_ref_debug(e, isfunct, diff) \
    -	fprintf(stderr, "engine: %08x %s from %d to %d (%s:%d)\n", \
    -		(unsigned int)(e), (isfunct ? "funct" : "struct"), \
    -		((isfunct) ? ((e)->funct_ref - (diff)) : ((e)->struct_ref - (diff))), \
    -		((isfunct) ? (e)->funct_ref : (e)->struct_ref), \
    -		(__FILE__), (__LINE__));
    +#  define engine_ref_debug(e, isfunct, diff) \
    +        fprintf(stderr, "engine: %08x %s from %d to %d (%s:%d)\n", \
    +                (unsigned int)(e), (isfunct ? "funct" : "struct"), \
    +                ((isfunct) ? ((e)->funct_ref - (diff)) : ((e)->struct_ref - (diff))), \
    +                ((isfunct) ? (e)->funct_ref : (e)->struct_ref), \
    +                (__FILE__), (__LINE__));
     
    -#else
    +# else
     
    -#define engine_ref_debug(e, isfunct, diff)
    +#  define engine_ref_debug(e, isfunct, diff)
     
    -#endif
    +# endif
     
    -/* Any code that will need cleanup operations should use these functions to
    +/*
    + * Any code that will need cleanup operations should use these functions to
      * register callbacks. ENGINE_cleanup() will call all registered callbacks in
      * order. NB: both the "add" functions assume CRYPTO_LOCK_ENGINE to already be
    - * held (in "write" mode). */
    -typedef void (ENGINE_CLEANUP_CB)(void);
    -typedef struct st_engine_cleanup_item
    -	{
    -	ENGINE_CLEANUP_CB *cb;
    -	} ENGINE_CLEANUP_ITEM;
    + * held (in "write" mode).
    + */
    +typedef void (ENGINE_CLEANUP_CB) (void);
    +typedef struct st_engine_cleanup_item {
    +    ENGINE_CLEANUP_CB *cb;
    +} ENGINE_CLEANUP_ITEM;
     DECLARE_STACK_OF(ENGINE_CLEANUP_ITEM)
     void engine_cleanup_add_first(ENGINE_CLEANUP_CB *cb);
     void engine_cleanup_add_last(ENGINE_CLEANUP_CB *cb);
    @@ -109,98 +113,112 @@ void engine_cleanup_add_last(ENGINE_CLEANUP_CB *cb);
     /* We need stacks of ENGINEs for use in eng_table.c */
     DECLARE_STACK_OF(ENGINE)
     
    -/* If this symbol is defined then engine_table_select(), the function that is
    - * used by RSA, DSA (etc) code to select registered ENGINEs, cache defaults and
    - * functional references (etc), will display debugging summaries to stderr. */
    +/*
    + * If this symbol is defined then engine_table_select(), the function that is
    + * used by RSA, DSA (etc) code to select registered ENGINEs, cache defaults
    + * and functional references (etc), will display debugging summaries to
    + * stderr.
    + */
     /* #define ENGINE_TABLE_DEBUG */
     
    -/* This represents an implementation table. Dependent code should instantiate it
    - * as a (ENGINE_TABLE *) pointer value set initially to NULL. */
    +/*
    + * This represents an implementation table. Dependent code should instantiate
    + * it as a (ENGINE_TABLE *) pointer value set initially to NULL.
    + */
     typedef struct st_engine_table ENGINE_TABLE;
     int engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB *cleanup,
    -		ENGINE *e, const int *nids, int num_nids, int setdefault);
    +                          ENGINE *e, const int *nids, int num_nids,
    +                          int setdefault);
     void engine_table_unregister(ENGINE_TABLE **table, ENGINE *e);
     void engine_table_cleanup(ENGINE_TABLE **table);
    -#ifndef ENGINE_TABLE_DEBUG
    +# ifndef ENGINE_TABLE_DEBUG
     ENGINE *engine_table_select(ENGINE_TABLE **table, int nid);
    -#else
    -ENGINE *engine_table_select_tmp(ENGINE_TABLE **table, int nid, const char *f, int l);
    -#define engine_table_select(t,n) engine_table_select_tmp(t,n,__FILE__,__LINE__)
    -#endif
    -typedef void (engine_table_doall_cb)(int nid, STACK_OF(ENGINE) *sk, ENGINE *def, void *arg);
    -void engine_table_doall(ENGINE_TABLE *table, engine_table_doall_cb *cb, void *arg);
    -
    -/* Internal versions of API functions that have control over locking. These are
    - * used between C files when functionality needs to be shared but the caller may
    - * already be controlling of the CRYPTO_LOCK_ENGINE lock. */
    +# else
    +ENGINE *engine_table_select_tmp(ENGINE_TABLE **table, int nid, const char *f,
    +                                int l);
    +#  define engine_table_select(t,n) engine_table_select_tmp(t,n,__FILE__,__LINE__)
    +# endif
    +typedef void (engine_table_doall_cb) (int nid, STACK_OF(ENGINE) *sk,
    +                                      ENGINE *def, void *arg);
    +void engine_table_doall(ENGINE_TABLE *table, engine_table_doall_cb *cb,
    +                        void *arg);
    +
    +/*
    + * Internal versions of API functions that have control over locking. These
    + * are used between C files when functionality needs to be shared but the
    + * caller may already be controlling of the CRYPTO_LOCK_ENGINE lock.
    + */
     int engine_unlocked_init(ENGINE *e);
     int engine_unlocked_finish(ENGINE *e, int unlock_for_handlers);
     int engine_free_util(ENGINE *e, int locked);
     
    -/* This function will reset all "set"able values in an ENGINE to NULL. This
    - * won't touch reference counts or ex_data, but is equivalent to calling all the
    - * ENGINE_set_***() functions with a NULL value. */
    +/*
    + * This function will reset all "set"able values in an ENGINE to NULL. This
    + * won't touch reference counts or ex_data, but is equivalent to calling all
    + * the ENGINE_set_***() functions with a NULL value.
    + */
     void engine_set_all_null(ENGINE *e);
     
    -/* NB: Bitwise OR-able values for the "flags" variable in ENGINE are now exposed
    - * in engine.h. */
    +/*
    + * NB: Bitwise OR-able values for the "flags" variable in ENGINE are now
    + * exposed in engine.h.
    + */
     
     /* Free up dynamically allocated public key methods associated with ENGINE */
     
     void engine_pkey_meths_free(ENGINE *e);
     void engine_pkey_asn1_meths_free(ENGINE *e);
     
    -/* This is a structure for storing implementations of various crypto
    - * algorithms and functions. */
    -struct engine_st
    -	{
    -	const char *id;
    -	const char *name;
    -	const RSA_METHOD *rsa_meth;
    -	const DSA_METHOD *dsa_meth;
    -	const DH_METHOD *dh_meth;
    -	const ECDH_METHOD *ecdh_meth;
    -	const ECDSA_METHOD *ecdsa_meth;
    -	const RAND_METHOD *rand_meth;
    -	const STORE_METHOD *store_meth;
    -	/* Cipher handling is via this callback */
    -	ENGINE_CIPHERS_PTR ciphers;
    -	/* Digest handling is via this callback */
    -	ENGINE_DIGESTS_PTR digests;
    -	/* Public key handling via this callback */
    -	ENGINE_PKEY_METHS_PTR pkey_meths;
    -	/* ASN1 public key handling via this callback */
    -	ENGINE_PKEY_ASN1_METHS_PTR pkey_asn1_meths;
    -
    -	ENGINE_GEN_INT_FUNC_PTR	destroy;
    -
    -	ENGINE_GEN_INT_FUNC_PTR init;
    -	ENGINE_GEN_INT_FUNC_PTR finish;
    -	ENGINE_CTRL_FUNC_PTR ctrl;
    -	ENGINE_LOAD_KEY_PTR load_privkey;
    -	ENGINE_LOAD_KEY_PTR load_pubkey;
    -
    -	ENGINE_SSL_CLIENT_CERT_PTR load_ssl_client_cert;
    -
    -	const ENGINE_CMD_DEFN *cmd_defns;
    -	int flags;
    -	/* reference count on the structure itself */
    -	int struct_ref;
    -	/* reference count on usability of the engine type. NB: This
    -	 * controls the loading and initialisation of any functionlity
    -	 * required by this engine, whereas the previous count is
    -	 * simply to cope with (de)allocation of this structure. Hence,
    -	 * running_ref <= struct_ref at all times. */
    -	int funct_ref;
    -	/* A place to store per-ENGINE data */
    -	CRYPTO_EX_DATA ex_data;
    -	/* Used to maintain the linked-list of engines. */
    -	struct engine_st *prev;
    -	struct engine_st *next;
    -	};
    +/*
    + * This is a structure for storing implementations of various crypto
    + * algorithms and functions.
    + */
    +struct engine_st {
    +    const char *id;
    +    const char *name;
    +    const RSA_METHOD *rsa_meth;
    +    const DSA_METHOD *dsa_meth;
    +    const DH_METHOD *dh_meth;
    +    const ECDH_METHOD *ecdh_meth;
    +    const ECDSA_METHOD *ecdsa_meth;
    +    const RAND_METHOD *rand_meth;
    +    const STORE_METHOD *store_meth;
    +    /* Cipher handling is via this callback */
    +    ENGINE_CIPHERS_PTR ciphers;
    +    /* Digest handling is via this callback */
    +    ENGINE_DIGESTS_PTR digests;
    +    /* Public key handling via this callback */
    +    ENGINE_PKEY_METHS_PTR pkey_meths;
    +    /* ASN1 public key handling via this callback */
    +    ENGINE_PKEY_ASN1_METHS_PTR pkey_asn1_meths;
    +    ENGINE_GEN_INT_FUNC_PTR destroy;
    +    ENGINE_GEN_INT_FUNC_PTR init;
    +    ENGINE_GEN_INT_FUNC_PTR finish;
    +    ENGINE_CTRL_FUNC_PTR ctrl;
    +    ENGINE_LOAD_KEY_PTR load_privkey;
    +    ENGINE_LOAD_KEY_PTR load_pubkey;
    +    ENGINE_SSL_CLIENT_CERT_PTR load_ssl_client_cert;
    +    const ENGINE_CMD_DEFN *cmd_defns;
    +    int flags;
    +    /* reference count on the structure itself */
    +    int struct_ref;
    +    /*
    +     * reference count on usability of the engine type. NB: This controls the
    +     * loading and initialisation of any functionlity required by this
    +     * engine, whereas the previous count is simply to cope with
    +     * (de)allocation of this structure. Hence, running_ref <= struct_ref at
    +     * all times.
    +     */
    +    int funct_ref;
    +    /* A place to store per-ENGINE data */
    +    CRYPTO_EX_DATA ex_data;
    +    /* Used to maintain the linked-list of engines. */
    +    struct engine_st *prev;
    +    struct engine_st *next;
    +};
     
     #ifdef  __cplusplus
     }
     #endif
     
    -#endif /* HEADER_ENGINE_INT_H */
    +#endif                          /* HEADER_ENGINE_INT_H */
    diff --git a/openssl/crypto/engine/eng_lib.c b/openssl/crypto/engine/eng_lib.c
    index 18a666464..dc2abd28e 100644
    --- a/openssl/crypto/engine/eng_lib.c
    +++ b/openssl/crypto/engine/eng_lib.c
    @@ -1,6 +1,7 @@
     /* crypto/engine/eng_lib.c */
    -/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 1999-2001 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,271 +63,285 @@
     /* The "new"/"free" stuff first */
     
     ENGINE *ENGINE_new(void)
    -	{
    -	ENGINE *ret;
    -
    -	ret = (ENGINE *)OPENSSL_malloc(sizeof(ENGINE));
    -	if(ret == NULL)
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_NEW, ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -		}
    -	memset(ret, 0, sizeof(ENGINE));
    -	ret->struct_ref = 1;
    -	engine_ref_debug(ret, 0, 1)
    -	CRYPTO_new_ex_data(CRYPTO_EX_INDEX_ENGINE, ret, &ret->ex_data);
    -	return ret;
    -	}
    -
    -/* Placed here (close proximity to ENGINE_new) so that modifications to the
    +{
    +    ENGINE *ret;
    +
    +    ret = (ENGINE *)OPENSSL_malloc(sizeof(ENGINE));
    +    if (ret == NULL) {
    +        ENGINEerr(ENGINE_F_ENGINE_NEW, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +    memset(ret, 0, sizeof(ENGINE));
    +    ret->struct_ref = 1;
    +    engine_ref_debug(ret, 0, 1)
    +        CRYPTO_new_ex_data(CRYPTO_EX_INDEX_ENGINE, ret, &ret->ex_data);
    +    return ret;
    +}
    +
    +/*
    + * Placed here (close proximity to ENGINE_new) so that modifications to the
      * elements of the ENGINE structure are more likely to be caught and changed
    - * here. */
    + * here.
    + */
     void engine_set_all_null(ENGINE *e)
    -	{
    -	e->id = NULL;
    -	e->name = NULL;
    -	e->rsa_meth = NULL;
    -	e->dsa_meth = NULL;
    -	e->dh_meth = NULL;
    -	e->rand_meth = NULL;
    -	e->store_meth = NULL;
    -	e->ciphers = NULL;
    -	e->digests = NULL;
    -	e->destroy = NULL;
    -	e->init = NULL;
    -	e->finish = NULL;
    -	e->ctrl = NULL;
    -	e->load_privkey = NULL;
    -	e->load_pubkey = NULL;
    -	e->cmd_defns = NULL;
    -	e->flags = 0;
    -	}
    +{
    +    e->id = NULL;
    +    e->name = NULL;
    +    e->rsa_meth = NULL;
    +    e->dsa_meth = NULL;
    +    e->dh_meth = NULL;
    +    e->rand_meth = NULL;
    +    e->store_meth = NULL;
    +    e->ciphers = NULL;
    +    e->digests = NULL;
    +    e->destroy = NULL;
    +    e->init = NULL;
    +    e->finish = NULL;
    +    e->ctrl = NULL;
    +    e->load_privkey = NULL;
    +    e->load_pubkey = NULL;
    +    e->cmd_defns = NULL;
    +    e->flags = 0;
    +}
     
     int engine_free_util(ENGINE *e, int locked)
    -	{
    -	int i;
    -
    -	if(e == NULL)
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_FREE_UTIL,
    -			ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -	if(locked)
    -		i = CRYPTO_add(&e->struct_ref,-1,CRYPTO_LOCK_ENGINE);
    -	else
    -		i = --e->struct_ref;
    -	engine_ref_debug(e, 0, -1)
    -	if (i > 0) return 1;
    +{
    +    int i;
    +
    +    if (e == NULL) {
    +        ENGINEerr(ENGINE_F_ENGINE_FREE_UTIL, ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +    if (locked)
    +        i = CRYPTO_add(&e->struct_ref, -1, CRYPTO_LOCK_ENGINE);
    +    else
    +        i = --e->struct_ref;
    +    engine_ref_debug(e, 0, -1)
    +        if (i > 0)
    +        return 1;
     #ifdef REF_CHECK
    -	if (i < 0)
    -		{
    -		fprintf(stderr,"ENGINE_free, bad structural reference count\n");
    -		abort();
    -		}
    +    if (i < 0) {
    +        fprintf(stderr, "ENGINE_free, bad structural reference count\n");
    +        abort();
    +    }
     #endif
    -	/* Free up any dynamically allocated public key methods */
    -	engine_pkey_meths_free(e);
    -	engine_pkey_asn1_meths_free(e);
    -	/* Give the ENGINE a chance to do any structural cleanup corresponding
    -	 * to allocation it did in its constructor (eg. unload error strings) */
    -	if(e->destroy)
    -		e->destroy(e);
    -	CRYPTO_free_ex_data(CRYPTO_EX_INDEX_ENGINE, e, &e->ex_data);
    -	OPENSSL_free(e);
    -	return 1;
    -	}
    +    /* Free up any dynamically allocated public key methods */
    +    engine_pkey_meths_free(e);
    +    engine_pkey_asn1_meths_free(e);
    +    /*
    +     * Give the ENGINE a chance to do any structural cleanup corresponding to
    +     * allocation it did in its constructor (eg. unload error strings)
    +     */
    +    if (e->destroy)
    +        e->destroy(e);
    +    CRYPTO_free_ex_data(CRYPTO_EX_INDEX_ENGINE, e, &e->ex_data);
    +    OPENSSL_free(e);
    +    return 1;
    +}
     
     int ENGINE_free(ENGINE *e)
    -	{
    -	return engine_free_util(e, 1);
    -	}
    +{
    +    return engine_free_util(e, 1);
    +}
     
     /* Cleanup stuff */
     
    -/* ENGINE_cleanup() is coded such that anything that does work that will need
    - * cleanup can register a "cleanup" callback here. That way we don't get linker
    - * bloat by referring to all *possible* cleanups, but any linker bloat into code
    - * "X" will cause X's cleanup function to end up here. */
    +/*
    + * ENGINE_cleanup() is coded such that anything that does work that will need
    + * cleanup can register a "cleanup" callback here. That way we don't get
    + * linker bloat by referring to all *possible* cleanups, but any linker bloat
    + * into code "X" will cause X's cleanup function to end up here.
    + */
     static STACK_OF(ENGINE_CLEANUP_ITEM) *cleanup_stack = NULL;
     static int int_cleanup_check(int create)
    -	{
    -	if(cleanup_stack) return 1;
    -	if(!create) return 0;
    -	cleanup_stack = sk_ENGINE_CLEANUP_ITEM_new_null();
    -	return (cleanup_stack ? 1 : 0);
    -	}
    +{
    +    if (cleanup_stack)
    +        return 1;
    +    if (!create)
    +        return 0;
    +    cleanup_stack = sk_ENGINE_CLEANUP_ITEM_new_null();
    +    return (cleanup_stack ? 1 : 0);
    +}
    +
     static ENGINE_CLEANUP_ITEM *int_cleanup_item(ENGINE_CLEANUP_CB *cb)
    -	{
    -	ENGINE_CLEANUP_ITEM *item = OPENSSL_malloc(sizeof(
    -					ENGINE_CLEANUP_ITEM));
    -	if(!item) return NULL;
    -	item->cb = cb;
    -	return item;
    -	}
    +{
    +    ENGINE_CLEANUP_ITEM *item = OPENSSL_malloc(sizeof(ENGINE_CLEANUP_ITEM));
    +    if (!item)
    +        return NULL;
    +    item->cb = cb;
    +    return item;
    +}
    +
     void engine_cleanup_add_first(ENGINE_CLEANUP_CB *cb)
    -	{
    -	ENGINE_CLEANUP_ITEM *item;
    -	if(!int_cleanup_check(1)) return;
    -	item = int_cleanup_item(cb);
    -	if(item)
    -		sk_ENGINE_CLEANUP_ITEM_insert(cleanup_stack, item, 0);
    -	}
    +{
    +    ENGINE_CLEANUP_ITEM *item;
    +    if (!int_cleanup_check(1))
    +        return;
    +    item = int_cleanup_item(cb);
    +    if (item)
    +        sk_ENGINE_CLEANUP_ITEM_insert(cleanup_stack, item, 0);
    +}
    +
     void engine_cleanup_add_last(ENGINE_CLEANUP_CB *cb)
    -	{
    -	ENGINE_CLEANUP_ITEM *item;
    -	if(!int_cleanup_check(1)) return;
    -	item = int_cleanup_item(cb);
    -	if(item)
    -		sk_ENGINE_CLEANUP_ITEM_push(cleanup_stack, item);
    -	}
    +{
    +    ENGINE_CLEANUP_ITEM *item;
    +    if (!int_cleanup_check(1))
    +        return;
    +    item = int_cleanup_item(cb);
    +    if (item)
    +        sk_ENGINE_CLEANUP_ITEM_push(cleanup_stack, item);
    +}
    +
     /* The API function that performs all cleanup */
     static void engine_cleanup_cb_free(ENGINE_CLEANUP_ITEM *item)
    -	{
    -	(*(item->cb))();
    -	OPENSSL_free(item);
    -	}
    +{
    +    (*(item->cb)) ();
    +    OPENSSL_free(item);
    +}
    +
     void ENGINE_cleanup(void)
    -	{
    -	if(int_cleanup_check(0))
    -		{
    -		sk_ENGINE_CLEANUP_ITEM_pop_free(cleanup_stack,
    -			engine_cleanup_cb_free);
    -		cleanup_stack = NULL;
    -		}
    -	/* FIXME: This should be handled (somehow) through RAND, eg. by it
    -	 * registering a cleanup callback. */
    -	RAND_set_rand_method(NULL);
    -	}
    +{
    +    if (int_cleanup_check(0)) {
    +        sk_ENGINE_CLEANUP_ITEM_pop_free(cleanup_stack,
    +                                        engine_cleanup_cb_free);
    +        cleanup_stack = NULL;
    +    }
    +    /*
    +     * FIXME: This should be handled (somehow) through RAND, eg. by it
    +     * registering a cleanup callback.
    +     */
    +    RAND_set_rand_method(NULL);
    +}
     
     /* Now the "ex_data" support */
     
     int ENGINE_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
    -		CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func)
    -	{
    -	return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_ENGINE, argl, argp,
    -			new_func, dup_func, free_func);
    -	}
    +                            CRYPTO_EX_dup *dup_func,
    +                            CRYPTO_EX_free *free_func)
    +{
    +    return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_ENGINE, argl, argp,
    +                                   new_func, dup_func, free_func);
    +}
     
     int ENGINE_set_ex_data(ENGINE *e, int idx, void *arg)
    -	{
    -	return(CRYPTO_set_ex_data(&e->ex_data, idx, arg));
    -	}
    +{
    +    return (CRYPTO_set_ex_data(&e->ex_data, idx, arg));
    +}
     
     void *ENGINE_get_ex_data(const ENGINE *e, int idx)
    -	{
    -	return(CRYPTO_get_ex_data(&e->ex_data, idx));
    -	}
    +{
    +    return (CRYPTO_get_ex_data(&e->ex_data, idx));
    +}
     
    -/* Functions to get/set an ENGINE's elements - mainly to avoid exposing the
    - * ENGINE structure itself. */
    +/*
    + * Functions to get/set an ENGINE's elements - mainly to avoid exposing the
    + * ENGINE structure itself.
    + */
     
     int ENGINE_set_id(ENGINE *e, const char *id)
    -	{
    -	if(id == NULL)
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_SET_ID,
    -			ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -	e->id = id;
    -	return 1;
    -	}
    +{
    +    if (id == NULL) {
    +        ENGINEerr(ENGINE_F_ENGINE_SET_ID, ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +    e->id = id;
    +    return 1;
    +}
     
     int ENGINE_set_name(ENGINE *e, const char *name)
    -	{
    -	if(name == NULL)
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_SET_NAME,
    -			ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -	e->name = name;
    -	return 1;
    -	}
    +{
    +    if (name == NULL) {
    +        ENGINEerr(ENGINE_F_ENGINE_SET_NAME, ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +    e->name = name;
    +    return 1;
    +}
     
     int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f)
    -	{
    -	e->destroy = destroy_f;
    -	return 1;
    -	}
    +{
    +    e->destroy = destroy_f;
    +    return 1;
    +}
     
     int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f)
    -	{
    -	e->init = init_f;
    -	return 1;
    -	}
    +{
    +    e->init = init_f;
    +    return 1;
    +}
     
     int ENGINE_set_finish_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR finish_f)
    -	{
    -	e->finish = finish_f;
    -	return 1;
    -	}
    +{
    +    e->finish = finish_f;
    +    return 1;
    +}
     
     int ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f)
    -	{
    -	e->ctrl = ctrl_f;
    -	return 1;
    -	}
    +{
    +    e->ctrl = ctrl_f;
    +    return 1;
    +}
     
     int ENGINE_set_flags(ENGINE *e, int flags)
    -	{
    -	e->flags = flags;
    -	return 1;
    -	}
    +{
    +    e->flags = flags;
    +    return 1;
    +}
     
     int ENGINE_set_cmd_defns(ENGINE *e, const ENGINE_CMD_DEFN *defns)
    -	{
    -	e->cmd_defns = defns;
    -	return 1;
    -	}
    +{
    +    e->cmd_defns = defns;
    +    return 1;
    +}
     
     const char *ENGINE_get_id(const ENGINE *e)
    -	{
    -	return e->id;
    -	}
    +{
    +    return e->id;
    +}
     
     const char *ENGINE_get_name(const ENGINE *e)
    -	{
    -	return e->name;
    -	}
    +{
    +    return e->name;
    +}
     
     ENGINE_GEN_INT_FUNC_PTR ENGINE_get_destroy_function(const ENGINE *e)
    -	{
    -	return e->destroy;
    -	}
    +{
    +    return e->destroy;
    +}
     
     ENGINE_GEN_INT_FUNC_PTR ENGINE_get_init_function(const ENGINE *e)
    -	{
    -	return e->init;
    -	}
    +{
    +    return e->init;
    +}
     
     ENGINE_GEN_INT_FUNC_PTR ENGINE_get_finish_function(const ENGINE *e)
    -	{
    -	return e->finish;
    -	}
    +{
    +    return e->finish;
    +}
     
     ENGINE_CTRL_FUNC_PTR ENGINE_get_ctrl_function(const ENGINE *e)
    -	{
    -	return e->ctrl;
    -	}
    +{
    +    return e->ctrl;
    +}
     
     int ENGINE_get_flags(const ENGINE *e)
    -	{
    -	return e->flags;
    -	}
    +{
    +    return e->flags;
    +}
     
     const ENGINE_CMD_DEFN *ENGINE_get_cmd_defns(const ENGINE *e)
    -	{
    -	return e->cmd_defns;
    -	}
    +{
    +    return e->cmd_defns;
    +}
     
    -/* eng_lib.o is pretty much linked into anything that touches ENGINE already, so
    - * put the "static_state" hack here. */
    +/*
    + * eng_lib.o is pretty much linked into anything that touches ENGINE already,
    + * so put the "static_state" hack here.
    + */
     
     static int internal_static_hack = 0;
     
     void *ENGINE_get_static_state(void)
    -	{
    -	return &internal_static_hack;
    -	}
    +{
    +    return &internal_static_hack;
    +}
    diff --git a/openssl/crypto/engine/eng_list.c b/openssl/crypto/engine/eng_list.c
    index 95c858960..3384e3182 100644
    --- a/openssl/crypto/engine/eng_list.c
    +++ b/openssl/crypto/engine/eng_list.c
    @@ -1,6 +1,7 @@
     /* crypto/engine/eng_list.c */
    -/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 1999-2001 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -57,378 +58,347 @@
      */
     /* ====================================================================
      * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
    - * ECDH support in OpenSSL originally developed by 
    + * ECDH support in OpenSSL originally developed by
      * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
      */
     
     #include "eng_int.h"
     
    -/* The linked-list of pointers to engine types. engine_list_head
    - * incorporates an implicit structural reference but engine_list_tail
    - * does not - the latter is a computational niceity and only points
    - * to something that is already pointed to by its predecessor in the
    - * list (or engine_list_head itself). In the same way, the use of the
    - * "prev" pointer in each ENGINE is to save excessive list iteration,
    - * it doesn't correspond to an extra structural reference. Hence,
    - * engine_list_head, and each non-null "next" pointer account for
    - * the list itself assuming exactly 1 structural reference on each
    - * list member. */
    +/*
    + * The linked-list of pointers to engine types. engine_list_head incorporates
    + * an implicit structural reference but engine_list_tail does not - the
    + * latter is a computational niceity and only points to something that is
    + * already pointed to by its predecessor in the list (or engine_list_head
    + * itself). In the same way, the use of the "prev" pointer in each ENGINE is
    + * to save excessive list iteration, it doesn't correspond to an extra
    + * structural reference. Hence, engine_list_head, and each non-null "next"
    + * pointer account for the list itself assuming exactly 1 structural
    + * reference on each list member.
    + */
     static ENGINE *engine_list_head = NULL;
     static ENGINE *engine_list_tail = NULL;
     
    -/* This cleanup function is only needed internally. If it should be called, we
    - * register it with the "ENGINE_cleanup()" stack to be called during cleanup. */
    +/*
    + * This cleanup function is only needed internally. If it should be called,
    + * we register it with the "ENGINE_cleanup()" stack to be called during
    + * cleanup.
    + */
     
     static void engine_list_cleanup(void)
    -	{
    -	ENGINE *iterator = engine_list_head;
    +{
    +    ENGINE *iterator = engine_list_head;
     
    -	while(iterator != NULL)
    -		{
    -		ENGINE_remove(iterator);
    -		iterator = engine_list_head;
    -		}
    -	return;
    -	}
    +    while (iterator != NULL) {
    +        ENGINE_remove(iterator);
    +        iterator = engine_list_head;
    +    }
    +    return;
    +}
     
    -/* These static functions starting with a lower case "engine_" always
    - * take place when CRYPTO_LOCK_ENGINE has been locked up. */
    +/*
    + * These static functions starting with a lower case "engine_" always take
    + * place when CRYPTO_LOCK_ENGINE has been locked up.
    + */
     static int engine_list_add(ENGINE *e)
    -	{
    -	int conflict = 0;
    -	ENGINE *iterator = NULL;
    +{
    +    int conflict = 0;
    +    ENGINE *iterator = NULL;
     
    -	if(e == NULL)
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_LIST_ADD,
    -			ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -	iterator = engine_list_head;
    -	while(iterator && !conflict)
    -		{
    -		conflict = (strcmp(iterator->id, e->id) == 0);
    -		iterator = iterator->next;
    -		}
    -	if(conflict)
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_LIST_ADD,
    -			ENGINE_R_CONFLICTING_ENGINE_ID);
    -		return 0;
    -		}
    -	if(engine_list_head == NULL)
    -		{
    -		/* We are adding to an empty list. */
    -		if(engine_list_tail)
    -			{
    -			ENGINEerr(ENGINE_F_ENGINE_LIST_ADD,
    -				ENGINE_R_INTERNAL_LIST_ERROR);
    -			return 0;
    -			}
    -		engine_list_head = e;
    -		e->prev = NULL;
    -		/* The first time the list allocates, we should register the
    -		 * cleanup. */
    -		engine_cleanup_add_last(engine_list_cleanup);
    -		}
    -	else
    -		{
    -		/* We are adding to the tail of an existing list. */
    -		if((engine_list_tail == NULL) ||
    -				(engine_list_tail->next != NULL))
    -			{
    -			ENGINEerr(ENGINE_F_ENGINE_LIST_ADD,
    -				ENGINE_R_INTERNAL_LIST_ERROR);
    -			return 0;
    -			}
    -		engine_list_tail->next = e;
    -		e->prev = engine_list_tail;
    -		}
    -	/* Having the engine in the list assumes a structural
    -	 * reference. */
    -	e->struct_ref++;
    -	engine_ref_debug(e, 0, 1)
    -	/* However it came to be, e is the last item in the list. */
    -	engine_list_tail = e;
    -	e->next = NULL;
    -	return 1;
    -	}
    +    if (e == NULL) {
    +        ENGINEerr(ENGINE_F_ENGINE_LIST_ADD, ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +    iterator = engine_list_head;
    +    while (iterator && !conflict) {
    +        conflict = (strcmp(iterator->id, e->id) == 0);
    +        iterator = iterator->next;
    +    }
    +    if (conflict) {
    +        ENGINEerr(ENGINE_F_ENGINE_LIST_ADD, ENGINE_R_CONFLICTING_ENGINE_ID);
    +        return 0;
    +    }
    +    if (engine_list_head == NULL) {
    +        /* We are adding to an empty list. */
    +        if (engine_list_tail) {
    +            ENGINEerr(ENGINE_F_ENGINE_LIST_ADD, ENGINE_R_INTERNAL_LIST_ERROR);
    +            return 0;
    +        }
    +        engine_list_head = e;
    +        e->prev = NULL;
    +        /*
    +         * The first time the list allocates, we should register the cleanup.
    +         */
    +        engine_cleanup_add_last(engine_list_cleanup);
    +    } else {
    +        /* We are adding to the tail of an existing list. */
    +        if ((engine_list_tail == NULL) || (engine_list_tail->next != NULL)) {
    +            ENGINEerr(ENGINE_F_ENGINE_LIST_ADD, ENGINE_R_INTERNAL_LIST_ERROR);
    +            return 0;
    +        }
    +        engine_list_tail->next = e;
    +        e->prev = engine_list_tail;
    +    }
    +    /*
    +     * Having the engine in the list assumes a structural reference.
    +     */
    +    e->struct_ref++;
    +    engine_ref_debug(e, 0, 1)
    +        /* However it came to be, e is the last item in the list. */
    +        engine_list_tail = e;
    +    e->next = NULL;
    +    return 1;
    +}
     
     static int engine_list_remove(ENGINE *e)
    -	{
    -	ENGINE *iterator;
    +{
    +    ENGINE *iterator;
     
    -	if(e == NULL)
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_LIST_REMOVE,
    -			ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -	/* We need to check that e is in our linked list! */
    -	iterator = engine_list_head;
    -	while(iterator && (iterator != e))
    -		iterator = iterator->next;
    -	if(iterator == NULL)
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_LIST_REMOVE,
    -			ENGINE_R_ENGINE_IS_NOT_IN_LIST);
    -		return 0;
    -		}
    -	/* un-link e from the chain. */
    -	if(e->next)
    -		e->next->prev = e->prev;
    -	if(e->prev)
    -		e->prev->next = e->next;
    -	/* Correct our head/tail if necessary. */
    -	if(engine_list_head == e)
    -		engine_list_head = e->next;
    -	if(engine_list_tail == e)
    -		engine_list_tail = e->prev;
    -	engine_free_util(e, 0);
    -	return 1;
    -	}
    +    if (e == NULL) {
    +        ENGINEerr(ENGINE_F_ENGINE_LIST_REMOVE, ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +    /* We need to check that e is in our linked list! */
    +    iterator = engine_list_head;
    +    while (iterator && (iterator != e))
    +        iterator = iterator->next;
    +    if (iterator == NULL) {
    +        ENGINEerr(ENGINE_F_ENGINE_LIST_REMOVE,
    +                  ENGINE_R_ENGINE_IS_NOT_IN_LIST);
    +        return 0;
    +    }
    +    /* un-link e from the chain. */
    +    if (e->next)
    +        e->next->prev = e->prev;
    +    if (e->prev)
    +        e->prev->next = e->next;
    +    /* Correct our head/tail if necessary. */
    +    if (engine_list_head == e)
    +        engine_list_head = e->next;
    +    if (engine_list_tail == e)
    +        engine_list_tail = e->prev;
    +    engine_free_util(e, 0);
    +    return 1;
    +}
     
     /* Get the first/last "ENGINE" type available. */
     ENGINE *ENGINE_get_first(void)
    -	{
    -	ENGINE *ret;
    +{
    +    ENGINE *ret;
     
    -	CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    -	ret = engine_list_head;
    -	if(ret)
    -		{
    -		ret->struct_ref++;
    -		engine_ref_debug(ret, 0, 1)
    -		}
    -	CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    -	return ret;
    -	}
    +    CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    +    ret = engine_list_head;
    +    if (ret) {
    +        ret->struct_ref++;
    +        engine_ref_debug(ret, 0, 1)
    +    }
    +    CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    +    return ret;
    +}
     
     ENGINE *ENGINE_get_last(void)
    -	{
    -	ENGINE *ret;
    +{
    +    ENGINE *ret;
     
    -	CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    -	ret = engine_list_tail;
    -	if(ret)
    -		{
    -		ret->struct_ref++;
    -		engine_ref_debug(ret, 0, 1)
    -		}
    -	CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    -	return ret;
    -	}
    +    CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    +    ret = engine_list_tail;
    +    if (ret) {
    +        ret->struct_ref++;
    +        engine_ref_debug(ret, 0, 1)
    +    }
    +    CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    +    return ret;
    +}
     
     /* Iterate to the next/previous "ENGINE" type (NULL = end of the list). */
     ENGINE *ENGINE_get_next(ENGINE *e)
    -	{
    -	ENGINE *ret = NULL;
    -	if(e == NULL)
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_GET_NEXT,
    -			ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -	CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    -	ret = e->next;
    -	if(ret)
    -		{
    -		/* Return a valid structural refernce to the next ENGINE */
    -		ret->struct_ref++;
    -		engine_ref_debug(ret, 0, 1)
    -		}
    -	CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    -	/* Release the structural reference to the previous ENGINE */
    -	ENGINE_free(e);
    -	return ret;
    -	}
    +{
    +    ENGINE *ret = NULL;
    +    if (e == NULL) {
    +        ENGINEerr(ENGINE_F_ENGINE_GET_NEXT, ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +    CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    +    ret = e->next;
    +    if (ret) {
    +        /* Return a valid structural refernce to the next ENGINE */
    +        ret->struct_ref++;
    +        engine_ref_debug(ret, 0, 1)
    +    }
    +    CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    +    /* Release the structural reference to the previous ENGINE */
    +    ENGINE_free(e);
    +    return ret;
    +}
     
     ENGINE *ENGINE_get_prev(ENGINE *e)
    -	{
    -	ENGINE *ret = NULL;
    -	if(e == NULL)
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_GET_PREV,
    -			ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -	CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    -	ret = e->prev;
    -	if(ret)
    -		{
    -		/* Return a valid structural reference to the next ENGINE */
    -		ret->struct_ref++;
    -		engine_ref_debug(ret, 0, 1)
    -		}
    -	CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    -	/* Release the structural reference to the previous ENGINE */
    -	ENGINE_free(e);
    -	return ret;
    -	}
    +{
    +    ENGINE *ret = NULL;
    +    if (e == NULL) {
    +        ENGINEerr(ENGINE_F_ENGINE_GET_PREV, ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +    CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    +    ret = e->prev;
    +    if (ret) {
    +        /* Return a valid structural reference to the next ENGINE */
    +        ret->struct_ref++;
    +        engine_ref_debug(ret, 0, 1)
    +    }
    +    CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    +    /* Release the structural reference to the previous ENGINE */
    +    ENGINE_free(e);
    +    return ret;
    +}
     
     /* Add another "ENGINE" type into the list. */
     int ENGINE_add(ENGINE *e)
    -	{
    -	int to_return = 1;
    -	if(e == NULL)
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_ADD,
    -			ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -	if((e->id == NULL) || (e->name == NULL))
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_ADD,
    -			ENGINE_R_ID_OR_NAME_MISSING);
    -		}
    -	CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    -	if(!engine_list_add(e))
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_ADD,
    -			ENGINE_R_INTERNAL_LIST_ERROR);
    -		to_return = 0;
    -		}
    -	CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    -	return to_return;
    -	}
    +{
    +    int to_return = 1;
    +    if (e == NULL) {
    +        ENGINEerr(ENGINE_F_ENGINE_ADD, ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +    if ((e->id == NULL) || (e->name == NULL)) {
    +        ENGINEerr(ENGINE_F_ENGINE_ADD, ENGINE_R_ID_OR_NAME_MISSING);
    +    }
    +    CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    +    if (!engine_list_add(e)) {
    +        ENGINEerr(ENGINE_F_ENGINE_ADD, ENGINE_R_INTERNAL_LIST_ERROR);
    +        to_return = 0;
    +    }
    +    CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    +    return to_return;
    +}
     
     /* Remove an existing "ENGINE" type from the array. */
     int ENGINE_remove(ENGINE *e)
    -	{
    -	int to_return = 1;
    -	if(e == NULL)
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_REMOVE,
    -			ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -	CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    -	if(!engine_list_remove(e))
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_REMOVE,
    -			ENGINE_R_INTERNAL_LIST_ERROR);
    -		to_return = 0;
    -		}
    -	CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    -	return to_return;
    -	}
    +{
    +    int to_return = 1;
    +    if (e == NULL) {
    +        ENGINEerr(ENGINE_F_ENGINE_REMOVE, ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +    CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    +    if (!engine_list_remove(e)) {
    +        ENGINEerr(ENGINE_F_ENGINE_REMOVE, ENGINE_R_INTERNAL_LIST_ERROR);
    +        to_return = 0;
    +    }
    +    CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    +    return to_return;
    +}
     
     static void engine_cpy(ENGINE *dest, const ENGINE *src)
    -	{
    -	dest->id = src->id;
    -	dest->name = src->name;
    +{
    +    dest->id = src->id;
    +    dest->name = src->name;
     #ifndef OPENSSL_NO_RSA
    -	dest->rsa_meth = src->rsa_meth;
    +    dest->rsa_meth = src->rsa_meth;
     #endif
     #ifndef OPENSSL_NO_DSA
    -	dest->dsa_meth = src->dsa_meth;
    +    dest->dsa_meth = src->dsa_meth;
     #endif
     #ifndef OPENSSL_NO_DH
    -	dest->dh_meth = src->dh_meth;
    +    dest->dh_meth = src->dh_meth;
     #endif
     #ifndef OPENSSL_NO_ECDH
    -	dest->ecdh_meth = src->ecdh_meth;
    +    dest->ecdh_meth = src->ecdh_meth;
     #endif
     #ifndef OPENSSL_NO_ECDSA
    -	dest->ecdsa_meth = src->ecdsa_meth;
    +    dest->ecdsa_meth = src->ecdsa_meth;
     #endif
    -	dest->rand_meth = src->rand_meth;
    -	dest->store_meth = src->store_meth;
    -	dest->ciphers = src->ciphers;
    -	dest->digests = src->digests;
    -	dest->pkey_meths = src->pkey_meths;
    -	dest->destroy = src->destroy;
    -	dest->init = src->init;
    -	dest->finish = src->finish;
    -	dest->ctrl = src->ctrl;
    -	dest->load_privkey = src->load_privkey;
    -	dest->load_pubkey = src->load_pubkey;
    -	dest->cmd_defns = src->cmd_defns;
    -	dest->flags = src->flags;
    -	}
    +    dest->rand_meth = src->rand_meth;
    +    dest->store_meth = src->store_meth;
    +    dest->ciphers = src->ciphers;
    +    dest->digests = src->digests;
    +    dest->pkey_meths = src->pkey_meths;
    +    dest->destroy = src->destroy;
    +    dest->init = src->init;
    +    dest->finish = src->finish;
    +    dest->ctrl = src->ctrl;
    +    dest->load_privkey = src->load_privkey;
    +    dest->load_pubkey = src->load_pubkey;
    +    dest->cmd_defns = src->cmd_defns;
    +    dest->flags = src->flags;
    +}
     
     ENGINE *ENGINE_by_id(const char *id)
    -	{
    -	ENGINE *iterator;
    -	char *load_dir = NULL;
    -	if(id == NULL)
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_BY_ID,
    -			ERR_R_PASSED_NULL_PARAMETER);
    -		return NULL;
    -		}
    -	CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    -	iterator = engine_list_head;
    -	while(iterator && (strcmp(id, iterator->id) != 0))
    -		iterator = iterator->next;
    -	if(iterator)
    -		{
    -		/* We need to return a structural reference. If this is an
    -		 * ENGINE type that returns copies, make a duplicate - otherwise
    -		 * increment the existing ENGINE's reference count. */
    -		if(iterator->flags & ENGINE_FLAGS_BY_ID_COPY)
    -			{
    -			ENGINE *cp = ENGINE_new();
    -			if(!cp)
    -				iterator = NULL;
    -			else
    -				{
    -				engine_cpy(cp, iterator);
    -				iterator = cp;
    -				}
    -			}
    -		else
    -			{
    -			iterator->struct_ref++;
    -			engine_ref_debug(iterator, 0, 1)
    -			}
    -		}
    -	CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    +{
    +    ENGINE *iterator;
    +    char *load_dir = NULL;
    +    if (id == NULL) {
    +        ENGINEerr(ENGINE_F_ENGINE_BY_ID, ERR_R_PASSED_NULL_PARAMETER);
    +        return NULL;
    +    }
    +    CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    +    iterator = engine_list_head;
    +    while (iterator && (strcmp(id, iterator->id) != 0))
    +        iterator = iterator->next;
    +    if (iterator) {
    +        /*
    +         * We need to return a structural reference. If this is an ENGINE
    +         * type that returns copies, make a duplicate - otherwise increment
    +         * the existing ENGINE's reference count.
    +         */
    +        if (iterator->flags & ENGINE_FLAGS_BY_ID_COPY) {
    +            ENGINE *cp = ENGINE_new();
    +            if (!cp)
    +                iterator = NULL;
    +            else {
    +                engine_cpy(cp, iterator);
    +                iterator = cp;
    +            }
    +        } else {
    +            iterator->struct_ref++;
    +            engine_ref_debug(iterator, 0, 1)
    +        }
    +    }
    +    CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
     #if 0
    -	if(iterator == NULL)
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_BY_ID,
    -			ENGINE_R_NO_SUCH_ENGINE);
    -		ERR_add_error_data(2, "id=", id);
    -		}
    -	return iterator;
    +    if (iterator == NULL) {
    +        ENGINEerr(ENGINE_F_ENGINE_BY_ID, ENGINE_R_NO_SUCH_ENGINE);
    +        ERR_add_error_data(2, "id=", id);
    +    }
    +    return iterator;
     #else
    -	/* EEK! Experimental code starts */
    -	if(iterator) return iterator;
    -	/* Prevent infinite recusrion if we're looking for the dynamic engine. */
    -	if (strcmp(id, "dynamic"))
    -		{
    -#ifdef OPENSSL_SYS_VMS
    -		if((load_dir = getenv("OPENSSL_ENGINES")) == 0) load_dir = "SSLROOT:[ENGINES]";
    -#else
    -		if((load_dir = getenv("OPENSSL_ENGINES")) == 0) load_dir = ENGINESDIR;
    -#endif
    -		iterator = ENGINE_by_id("dynamic");
    -		if(!iterator || !ENGINE_ctrl_cmd_string(iterator, "ID", id, 0) ||
    -				!ENGINE_ctrl_cmd_string(iterator, "DIR_LOAD", "2", 0) ||
    -				!ENGINE_ctrl_cmd_string(iterator, "DIR_ADD",
    -					load_dir, 0) ||
    -				!ENGINE_ctrl_cmd_string(iterator, "LIST_ADD", "1", 0) ||
    -				!ENGINE_ctrl_cmd_string(iterator, "LOAD", NULL, 0))
    -				goto notfound;
    -		return iterator;
    -		}
    -notfound:
    -	ENGINE_free(iterator);
    -	ENGINEerr(ENGINE_F_ENGINE_BY_ID,ENGINE_R_NO_SUCH_ENGINE);
    -	ERR_add_error_data(2, "id=", id);
    -	return NULL;
    -	/* EEK! Experimental code ends */
    +    /* EEK! Experimental code starts */
    +    if (iterator)
    +        return iterator;
    +    /*
    +     * Prevent infinite recusrion if we're looking for the dynamic engine.
    +     */
    +    if (strcmp(id, "dynamic")) {
    +# ifdef OPENSSL_SYS_VMS
    +        if ((load_dir = getenv("OPENSSL_ENGINES")) == 0)
    +            load_dir = "SSLROOT:[ENGINES]";
    +# else
    +        if ((load_dir = getenv("OPENSSL_ENGINES")) == 0)
    +            load_dir = ENGINESDIR;
    +# endif
    +        iterator = ENGINE_by_id("dynamic");
    +        if (!iterator || !ENGINE_ctrl_cmd_string(iterator, "ID", id, 0) ||
    +            !ENGINE_ctrl_cmd_string(iterator, "DIR_LOAD", "2", 0) ||
    +            !ENGINE_ctrl_cmd_string(iterator, "DIR_ADD",
    +                                    load_dir, 0) ||
    +            !ENGINE_ctrl_cmd_string(iterator, "LIST_ADD", "1", 0) ||
    +            !ENGINE_ctrl_cmd_string(iterator, "LOAD", NULL, 0))
    +            goto notfound;
    +        return iterator;
    +    }
    + notfound:
    +    ENGINE_free(iterator);
    +    ENGINEerr(ENGINE_F_ENGINE_BY_ID, ENGINE_R_NO_SUCH_ENGINE);
    +    ERR_add_error_data(2, "id=", id);
    +    return NULL;
    +    /* EEK! Experimental code ends */
     #endif
    -	}
    +}
     
     int ENGINE_up_ref(ENGINE *e)
    -	{
    -	if (e == NULL)
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_UP_REF,ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -	CRYPTO_add(&e->struct_ref,1,CRYPTO_LOCK_ENGINE);
    -	return 1;
    -	}
    +{
    +    if (e == NULL) {
    +        ENGINEerr(ENGINE_F_ENGINE_UP_REF, ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +    CRYPTO_add(&e->struct_ref, 1, CRYPTO_LOCK_ENGINE);
    +    return 1;
    +}
    diff --git a/openssl/crypto/engine/eng_openssl.c b/openssl/crypto/engine/eng_openssl.c
    index 9abb95cc2..34b002950 100644
    --- a/openssl/crypto/engine/eng_openssl.c
    +++ b/openssl/crypto/engine/eng_openssl.c
    @@ -1,6 +1,7 @@
     /* crypto/engine/eng_openssl.c */
    -/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 1999-2001 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -57,11 +58,10 @@
      */
     /* ====================================================================
      * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
    - * ECDH support in OpenSSL originally developed by 
    + * ECDH support in OpenSSL originally developed by
      * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
      */
     
    -
     #include 
     #include 
     #include "cryptlib.h"
    @@ -71,18 +71,20 @@
     #include 
     #include 
     #ifndef OPENSSL_NO_RSA
    -#include 
    +# include 
     #endif
     #ifndef OPENSSL_NO_DSA
    -#include 
    +# include 
     #endif
     #ifndef OPENSSL_NO_DH
    -#include 
    +# include 
     #endif
     
    -/* This testing gunk is implemented (and explained) lower down. It also assumes
    - * the application explicitly calls "ENGINE_load_openssl()" because this is no
    - * longer automatic in ENGINE_load_builtin_engines(). */
    +/*
    + * This testing gunk is implemented (and explained) lower down. It also
    + * assumes the application explicitly calls "ENGINE_load_openssl()" because
    + * this is no longer automatic in ENGINE_load_builtin_engines().
    + */
     #define TEST_ENG_OPENSSL_RC4
     #define TEST_ENG_OPENSSL_PKEY
     /* #define TEST_ENG_OPENSSL_RC4_OTHERS */
    @@ -96,118 +98,129 @@
     
     /* Now check what of those algorithms are actually enabled */
     #ifdef OPENSSL_NO_RC4
    -#undef TEST_ENG_OPENSSL_RC4
    -#undef TEST_ENG_OPENSSL_RC4_OTHERS
    -#undef TEST_ENG_OPENSSL_RC4_P_INIT
    -#undef TEST_ENG_OPENSSL_RC4_P_CIPHER
    +# undef TEST_ENG_OPENSSL_RC4
    +# undef TEST_ENG_OPENSSL_RC4_OTHERS
    +# undef TEST_ENG_OPENSSL_RC4_P_INIT
    +# undef TEST_ENG_OPENSSL_RC4_P_CIPHER
     #endif
     #if defined(OPENSSL_NO_SHA) || defined(OPENSSL_NO_SHA0) || defined(OPENSSL_NO_SHA1)
    -#undef TEST_ENG_OPENSSL_SHA
    -#undef TEST_ENG_OPENSSL_SHA_OTHERS
    -#undef TEST_ENG_OPENSSL_SHA_P_INIT
    -#undef TEST_ENG_OPENSSL_SHA_P_UPDATE
    -#undef TEST_ENG_OPENSSL_SHA_P_FINAL 
    +# undef TEST_ENG_OPENSSL_SHA
    +# undef TEST_ENG_OPENSSL_SHA_OTHERS
    +# undef TEST_ENG_OPENSSL_SHA_P_INIT
    +# undef TEST_ENG_OPENSSL_SHA_P_UPDATE
    +# undef TEST_ENG_OPENSSL_SHA_P_FINAL
     #endif
     
     #ifdef TEST_ENG_OPENSSL_RC4
     static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
    -				const int **nids, int nid);
    +                           const int **nids, int nid);
     #endif
     #ifdef TEST_ENG_OPENSSL_SHA
     static int openssl_digests(ENGINE *e, const EVP_MD **digest,
    -				const int **nids, int nid);
    +                           const int **nids, int nid);
     #endif
     
     #ifdef TEST_ENG_OPENSSL_PKEY
     static EVP_PKEY *openssl_load_privkey(ENGINE *eng, const char *key_id,
    -	UI_METHOD *ui_method, void *callback_data);
    +                                      UI_METHOD *ui_method,
    +                                      void *callback_data);
     #endif
     
     /* The constants used when creating the ENGINE */
     static const char *engine_openssl_id = "openssl";
     static const char *engine_openssl_name = "Software engine support";
     
    -/* This internal function is used by ENGINE_openssl() and possibly by the
    - * "dynamic" ENGINE support too */
    +/*
    + * This internal function is used by ENGINE_openssl() and possibly by the
    + * "dynamic" ENGINE support too
    + */
     static int bind_helper(ENGINE *e)
    -	{
    -	if(!ENGINE_set_id(e, engine_openssl_id)
    -			|| !ENGINE_set_name(e, engine_openssl_name)
    +{
    +    if (!ENGINE_set_id(e, engine_openssl_id)
    +        || !ENGINE_set_name(e, engine_openssl_name)
     #ifndef TEST_ENG_OPENSSL_NO_ALGORITHMS
    -#ifndef OPENSSL_NO_RSA
    -			|| !ENGINE_set_RSA(e, RSA_get_default_method())
    -#endif
    -#ifndef OPENSSL_NO_DSA
    -			|| !ENGINE_set_DSA(e, DSA_get_default_method())
    -#endif
    -#ifndef OPENSSL_NO_ECDH
    -			|| !ENGINE_set_ECDH(e, ECDH_OpenSSL())
    -#endif
    -#ifndef OPENSSL_NO_ECDSA
    -			|| !ENGINE_set_ECDSA(e, ECDSA_OpenSSL())
    -#endif
    -#ifndef OPENSSL_NO_DH
    -			|| !ENGINE_set_DH(e, DH_get_default_method())
    -#endif
    -			|| !ENGINE_set_RAND(e, RAND_SSLeay())
    -#ifdef TEST_ENG_OPENSSL_RC4
    -			|| !ENGINE_set_ciphers(e, openssl_ciphers)
    -#endif
    -#ifdef TEST_ENG_OPENSSL_SHA
    -			|| !ENGINE_set_digests(e, openssl_digests)
    -#endif
    +# ifndef OPENSSL_NO_RSA
    +        || !ENGINE_set_RSA(e, RSA_get_default_method())
    +# endif
    +# ifndef OPENSSL_NO_DSA
    +        || !ENGINE_set_DSA(e, DSA_get_default_method())
    +# endif
    +# ifndef OPENSSL_NO_ECDH
    +        || !ENGINE_set_ECDH(e, ECDH_OpenSSL())
    +# endif
    +# ifndef OPENSSL_NO_ECDSA
    +        || !ENGINE_set_ECDSA(e, ECDSA_OpenSSL())
    +# endif
    +# ifndef OPENSSL_NO_DH
    +        || !ENGINE_set_DH(e, DH_get_default_method())
    +# endif
    +        || !ENGINE_set_RAND(e, RAND_SSLeay())
    +# ifdef TEST_ENG_OPENSSL_RC4
    +        || !ENGINE_set_ciphers(e, openssl_ciphers)
    +# endif
    +# ifdef TEST_ENG_OPENSSL_SHA
    +        || !ENGINE_set_digests(e, openssl_digests)
    +# endif
     #endif
     #ifdef TEST_ENG_OPENSSL_PKEY
    -			|| !ENGINE_set_load_privkey_function(e, openssl_load_privkey)
    +        || !ENGINE_set_load_privkey_function(e, openssl_load_privkey)
     #endif
    -			)
    -		return 0;
    -	/* If we add errors to this ENGINE, ensure the error handling is setup here */
    -	/* openssl_load_error_strings(); */
    -	return 1;
    -	}
    +        )
    +        return 0;
    +    /*
    +     * If we add errors to this ENGINE, ensure the error handling is setup
    +     * here
    +     */
    +    /* openssl_load_error_strings(); */
    +    return 1;
    +}
     
     static ENGINE *engine_openssl(void)
    -	{
    -	ENGINE *ret = ENGINE_new();
    -	if(!ret)
    -		return NULL;
    -	if(!bind_helper(ret))
    -		{
    -		ENGINE_free(ret);
    -		return NULL;
    -		}
    -	return ret;
    -	}
    +{
    +    ENGINE *ret = ENGINE_new();
    +    if (!ret)
    +        return NULL;
    +    if (!bind_helper(ret)) {
    +        ENGINE_free(ret);
    +        return NULL;
    +    }
    +    return ret;
    +}
     
     void ENGINE_load_openssl(void)
    -	{
    -	ENGINE *toadd = engine_openssl();
    -	if(!toadd) return;
    -	ENGINE_add(toadd);
    -	/* If the "add" worked, it gets a structural reference. So either way,
    -	 * we release our just-created reference. */
    -	ENGINE_free(toadd);
    -	ERR_clear_error();
    -	}
    +{
    +    ENGINE *toadd = engine_openssl();
    +    if (!toadd)
    +        return;
    +    ENGINE_add(toadd);
    +    /*
    +     * If the "add" worked, it gets a structural reference. So either way, we
    +     * release our just-created reference.
    +     */
    +    ENGINE_free(toadd);
    +    ERR_clear_error();
    +}
     
    -/* This stuff is needed if this ENGINE is being compiled into a self-contained
    - * shared-library. */
    +/*
    + * This stuff is needed if this ENGINE is being compiled into a
    + * self-contained shared-library.
    + */
     #ifdef ENGINE_DYNAMIC_SUPPORT
     static int bind_fn(ENGINE *e, const char *id)
    -	{
    -	if(id && (strcmp(id, engine_openssl_id) != 0))
    -		return 0;
    -	if(!bind_helper(e))
    -		return 0;
    -	return 1;
    -	}
    -IMPLEMENT_DYNAMIC_CHECK_FN()
    -IMPLEMENT_DYNAMIC_BIND_FN(bind_fn)
    -#endif /* ENGINE_DYNAMIC_SUPPORT */
    +{
    +    if (id && (strcmp(id, engine_openssl_id) != 0))
    +        return 0;
    +    if (!bind_helper(e))
    +        return 0;
    +    return 1;
    +}
     
    +IMPLEMENT_DYNAMIC_CHECK_FN()
    +    IMPLEMENT_DYNAMIC_BIND_FN(bind_fn)
    +#endif                          /* ENGINE_DYNAMIC_SUPPORT */
     #ifdef TEST_ENG_OPENSSL_RC4
    -/* This section of code compiles an "alternative implementation" of two modes of
    +/*-
    + * This section of code compiles an "alternative implementation" of two modes of
      * RC4 into this ENGINE. The result is that EVP_CIPHER operation for "rc4"
      * should under normal circumstances go via this support rather than the default
      * EVP support. There are other symbols to tweak the testing;
    @@ -217,168 +230,173 @@ IMPLEMENT_DYNAMIC_BIND_FN(bind_fn)
      *        the "init_key" handler is called.
      *    TEST_ENG_OPENSSL_RC4_P_CIPHER - ditto for the "cipher" handler.
      */
    -#include 
    -#define TEST_RC4_KEY_SIZE		16
    -static int test_cipher_nids[] = {NID_rc4,NID_rc4_40};
    +# include 
    +# define TEST_RC4_KEY_SIZE               16
    +static int test_cipher_nids[] = { NID_rc4, NID_rc4_40 };
    +
     static int test_cipher_nids_number = 2;
     typedef struct {
    -	unsigned char key[TEST_RC4_KEY_SIZE];
    -	RC4_KEY ks;
    -	} TEST_RC4_KEY;
    -#define test(ctx) ((TEST_RC4_KEY *)(ctx)->cipher_data)
    +    unsigned char key[TEST_RC4_KEY_SIZE];
    +    RC4_KEY ks;
    +} TEST_RC4_KEY;
    +# define test(ctx) ((TEST_RC4_KEY *)(ctx)->cipher_data)
     static int test_rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -			const unsigned char *iv, int enc)
    -	{
    -#ifdef TEST_ENG_OPENSSL_RC4_P_INIT
    -	fprintf(stderr, "(TEST_ENG_OPENSSL_RC4) test_init_key() called\n");
    -#endif
    -	memcpy(&test(ctx)->key[0],key,EVP_CIPHER_CTX_key_length(ctx));
    -	RC4_set_key(&test(ctx)->ks,EVP_CIPHER_CTX_key_length(ctx),
    -		test(ctx)->key);
    -	return 1;
    -	}
    +                             const unsigned char *iv, int enc)
    +{
    +# ifdef TEST_ENG_OPENSSL_RC4_P_INIT
    +    fprintf(stderr, "(TEST_ENG_OPENSSL_RC4) test_init_key() called\n");
    +# endif
    +    memcpy(&test(ctx)->key[0], key, EVP_CIPHER_CTX_key_length(ctx));
    +    RC4_set_key(&test(ctx)->ks, EVP_CIPHER_CTX_key_length(ctx),
    +                test(ctx)->key);
    +    return 1;
    +}
    +
     static int test_rc4_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -		      const unsigned char *in, size_t inl)
    -	{
    -#ifdef TEST_ENG_OPENSSL_RC4_P_CIPHER
    -	fprintf(stderr, "(TEST_ENG_OPENSSL_RC4) test_cipher() called\n");
    -#endif
    -	RC4(&test(ctx)->ks,inl,in,out);
    -	return 1;
    -	}
    -static const EVP_CIPHER test_r4_cipher=
    -	{
    -	NID_rc4,
    -	1,TEST_RC4_KEY_SIZE,0,
    -	EVP_CIPH_VARIABLE_LENGTH,
    -	test_rc4_init_key,
    -	test_rc4_cipher,
    -	NULL,
    -	sizeof(TEST_RC4_KEY),
    -	NULL,
    -	NULL,
    -	NULL,
    -	NULL
    -	};
    -static const EVP_CIPHER test_r4_40_cipher=
    -	{
    -	NID_rc4_40,
    -	1,5 /* 40 bit */,0,
    -	EVP_CIPH_VARIABLE_LENGTH,
    -	test_rc4_init_key,
    -	test_rc4_cipher,
    -	NULL,
    -	sizeof(TEST_RC4_KEY),
    -	NULL, 
    -	NULL,
    -	NULL,
    -	NULL
    -	};
    +                           const unsigned char *in, size_t inl)
    +{
    +# ifdef TEST_ENG_OPENSSL_RC4_P_CIPHER
    +    fprintf(stderr, "(TEST_ENG_OPENSSL_RC4) test_cipher() called\n");
    +# endif
    +    RC4(&test(ctx)->ks, inl, in, out);
    +    return 1;
    +}
    +
    +static const EVP_CIPHER test_r4_cipher = {
    +    NID_rc4,
    +    1, TEST_RC4_KEY_SIZE, 0,
    +    EVP_CIPH_VARIABLE_LENGTH,
    +    test_rc4_init_key,
    +    test_rc4_cipher,
    +    NULL,
    +    sizeof(TEST_RC4_KEY),
    +    NULL,
    +    NULL,
    +    NULL,
    +    NULL
    +};
    +
    +static const EVP_CIPHER test_r4_40_cipher = {
    +    NID_rc4_40,
    +    1, 5 /* 40 bit */ , 0,
    +    EVP_CIPH_VARIABLE_LENGTH,
    +    test_rc4_init_key,
    +    test_rc4_cipher,
    +    NULL,
    +    sizeof(TEST_RC4_KEY),
    +    NULL,
    +    NULL,
    +    NULL,
    +    NULL
    +};
    +
     static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
    -			const int **nids, int nid)
    -	{
    -	if(!cipher)
    -		{
    -		/* We are returning a list of supported nids */
    -		*nids = test_cipher_nids;
    -		return test_cipher_nids_number;
    -		}
    -	/* We are being asked for a specific cipher */
    -	if(nid == NID_rc4)
    -		*cipher = &test_r4_cipher;
    -	else if(nid == NID_rc4_40)
    -		*cipher = &test_r4_40_cipher;
    -	else
    -		{
    -#ifdef TEST_ENG_OPENSSL_RC4_OTHERS
    -		fprintf(stderr, "(TEST_ENG_OPENSSL_RC4) returning NULL for "
    -				"nid %d\n", nid);
    -#endif
    -		*cipher = NULL;
    -		return 0;
    -		}
    -	return 1;
    -	}
    +                           const int **nids, int nid)
    +{
    +    if (!cipher) {
    +        /* We are returning a list of supported nids */
    +        *nids = test_cipher_nids;
    +        return test_cipher_nids_number;
    +    }
    +    /* We are being asked for a specific cipher */
    +    if (nid == NID_rc4)
    +        *cipher = &test_r4_cipher;
    +    else if (nid == NID_rc4_40)
    +        *cipher = &test_r4_40_cipher;
    +    else {
    +# ifdef TEST_ENG_OPENSSL_RC4_OTHERS
    +        fprintf(stderr, "(TEST_ENG_OPENSSL_RC4) returning NULL for "
    +                "nid %d\n", nid);
    +# endif
    +        *cipher = NULL;
    +        return 0;
    +    }
    +    return 1;
    +}
     #endif
     
     #ifdef TEST_ENG_OPENSSL_SHA
     /* Much the same sort of comment as for TEST_ENG_OPENSSL_RC4 */
    -#include 
    -static int test_digest_nids[] = {NID_sha1};
    +# include 
    +static int test_digest_nids[] = { NID_sha1 };
    +
     static int test_digest_nids_number = 1;
     static int test_sha1_init(EVP_MD_CTX *ctx)
    -	{
    -#ifdef TEST_ENG_OPENSSL_SHA_P_INIT
    -	fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_init() called\n");
    -#endif
    -	return SHA1_Init(ctx->md_data);
    -	}
    -static int test_sha1_update(EVP_MD_CTX *ctx,const void *data,size_t count)
    -	{
    -#ifdef TEST_ENG_OPENSSL_SHA_P_UPDATE
    -	fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_update() called\n");
    -#endif
    -	return SHA1_Update(ctx->md_data,data,count);
    -	}
    -static int test_sha1_final(EVP_MD_CTX *ctx,unsigned char *md)
    -	{
    -#ifdef TEST_ENG_OPENSSL_SHA_P_FINAL
    -	fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_final() called\n");
    -#endif
    -	return SHA1_Final(md,ctx->md_data);
    -	}
    -static const EVP_MD test_sha_md=
    -	{
    -	NID_sha1,
    -	NID_sha1WithRSAEncryption,
    -	SHA_DIGEST_LENGTH,
    -	0,
    -	test_sha1_init,
    -	test_sha1_update,
    -	test_sha1_final,
    -	NULL,
    -	NULL,
    -	EVP_PKEY_RSA_method,
    -	SHA_CBLOCK,
    -	sizeof(EVP_MD *)+sizeof(SHA_CTX),
    -	};
    +{
    +# ifdef TEST_ENG_OPENSSL_SHA_P_INIT
    +    fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_init() called\n");
    +# endif
    +    return SHA1_Init(ctx->md_data);
    +}
    +
    +static int test_sha1_update(EVP_MD_CTX *ctx, const void *data, size_t count)
    +{
    +# ifdef TEST_ENG_OPENSSL_SHA_P_UPDATE
    +    fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_update() called\n");
    +# endif
    +    return SHA1_Update(ctx->md_data, data, count);
    +}
    +
    +static int test_sha1_final(EVP_MD_CTX *ctx, unsigned char *md)
    +{
    +# ifdef TEST_ENG_OPENSSL_SHA_P_FINAL
    +    fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_final() called\n");
    +# endif
    +    return SHA1_Final(md, ctx->md_data);
    +}
    +
    +static const EVP_MD test_sha_md = {
    +    NID_sha1,
    +    NID_sha1WithRSAEncryption,
    +    SHA_DIGEST_LENGTH,
    +    0,
    +    test_sha1_init,
    +    test_sha1_update,
    +    test_sha1_final,
    +    NULL,
    +    NULL,
    +    EVP_PKEY_RSA_method,
    +    SHA_CBLOCK,
    +    sizeof(EVP_MD *) + sizeof(SHA_CTX),
    +};
    +
     static int openssl_digests(ENGINE *e, const EVP_MD **digest,
    -			const int **nids, int nid)
    -	{
    -	if(!digest)
    -		{
    -		/* We are returning a list of supported nids */
    -		*nids = test_digest_nids;
    -		return test_digest_nids_number;
    -		}
    -	/* We are being asked for a specific digest */
    -	if(nid == NID_sha1)
    -		*digest = &test_sha_md;
    -	else
    -		{
    -#ifdef TEST_ENG_OPENSSL_SHA_OTHERS
    -		fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) returning NULL for "
    -				"nid %d\n", nid);
    -#endif
    -		*digest = NULL;
    -		return 0;
    -		}
    -	return 1;
    -	}
    +                           const int **nids, int nid)
    +{
    +    if (!digest) {
    +        /* We are returning a list of supported nids */
    +        *nids = test_digest_nids;
    +        return test_digest_nids_number;
    +    }
    +    /* We are being asked for a specific digest */
    +    if (nid == NID_sha1)
    +        *digest = &test_sha_md;
    +    else {
    +# ifdef TEST_ENG_OPENSSL_SHA_OTHERS
    +        fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) returning NULL for "
    +                "nid %d\n", nid);
    +# endif
    +        *digest = NULL;
    +        return 0;
    +    }
    +    return 1;
    +}
     #endif
     
     #ifdef TEST_ENG_OPENSSL_PKEY
     static EVP_PKEY *openssl_load_privkey(ENGINE *eng, const char *key_id,
    -	UI_METHOD *ui_method, void *callback_data)
    -	{
    -	BIO *in;
    -	EVP_PKEY *key;
    -	fprintf(stderr, "(TEST_ENG_OPENSSL_PKEY)Loading Private key %s\n", key_id);
    -	in = BIO_new_file(key_id, "r");
    -	if (!in)
    -		return NULL;
    -	key = PEM_read_bio_PrivateKey(in, NULL, 0, NULL);
    -	BIO_free(in);
    -	return key;
    -	}
    +                                      UI_METHOD *ui_method,
    +                                      void *callback_data)
    +{
    +    BIO *in;
    +    EVP_PKEY *key;
    +    fprintf(stderr, "(TEST_ENG_OPENSSL_PKEY)Loading Private key %s\n",
    +            key_id);
    +    in = BIO_new_file(key_id, "r");
    +    if (!in)
    +        return NULL;
    +    key = PEM_read_bio_PrivateKey(in, NULL, 0, NULL);
    +    BIO_free(in);
    +    return key;
    +}
     #endif
    diff --git a/openssl/crypto/engine/eng_pkey.c b/openssl/crypto/engine/eng_pkey.c
    index 1dfa2e366..23580d9ec 100644
    --- a/openssl/crypto/engine/eng_pkey.c
    +++ b/openssl/crypto/engine/eng_pkey.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -57,140 +57,130 @@
     
     /* Basic get/set stuff */
     
    -int ENGINE_set_load_privkey_function(ENGINE *e, ENGINE_LOAD_KEY_PTR loadpriv_f)
    -	{
    -	e->load_privkey = loadpriv_f;
    -	return 1;
    -	}
    +int ENGINE_set_load_privkey_function(ENGINE *e,
    +                                     ENGINE_LOAD_KEY_PTR loadpriv_f)
    +{
    +    e->load_privkey = loadpriv_f;
    +    return 1;
    +}
     
     int ENGINE_set_load_pubkey_function(ENGINE *e, ENGINE_LOAD_KEY_PTR loadpub_f)
    -	{
    -	e->load_pubkey = loadpub_f;
    -	return 1;
    -	}
    +{
    +    e->load_pubkey = loadpub_f;
    +    return 1;
    +}
     
     int ENGINE_set_load_ssl_client_cert_function(ENGINE *e,
    -				ENGINE_SSL_CLIENT_CERT_PTR loadssl_f)
    -	{
    -	e->load_ssl_client_cert = loadssl_f;
    -	return 1;
    -	}
    +                                             ENGINE_SSL_CLIENT_CERT_PTR
    +                                             loadssl_f)
    +{
    +    e->load_ssl_client_cert = loadssl_f;
    +    return 1;
    +}
     
     ENGINE_LOAD_KEY_PTR ENGINE_get_load_privkey_function(const ENGINE *e)
    -	{
    -	return e->load_privkey;
    -	}
    +{
    +    return e->load_privkey;
    +}
     
     ENGINE_LOAD_KEY_PTR ENGINE_get_load_pubkey_function(const ENGINE *e)
    -	{
    -	return e->load_pubkey;
    -	}
    +{
    +    return e->load_pubkey;
    +}
     
    -ENGINE_SSL_CLIENT_CERT_PTR ENGINE_get_ssl_client_cert_function(const ENGINE *e)
    -	{
    -	return e->load_ssl_client_cert;
    -	}
    +ENGINE_SSL_CLIENT_CERT_PTR ENGINE_get_ssl_client_cert_function(const ENGINE
    +                                                               *e)
    +{
    +    return e->load_ssl_client_cert;
    +}
     
     /* API functions to load public/private keys */
     
     EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id,
    -	UI_METHOD *ui_method, void *callback_data)
    -	{
    -	EVP_PKEY *pkey;
    +                                  UI_METHOD *ui_method, void *callback_data)
    +{
    +    EVP_PKEY *pkey;
     
    -	if(e == NULL)
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_LOAD_PRIVATE_KEY,
    -			ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -	CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    -	if(e->funct_ref == 0)
    -		{
    -		CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    -		ENGINEerr(ENGINE_F_ENGINE_LOAD_PRIVATE_KEY,
    -			ENGINE_R_NOT_INITIALISED);
    -		return 0;
    -		}
    -	CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    -	if (!e->load_privkey)
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_LOAD_PRIVATE_KEY,
    -			ENGINE_R_NO_LOAD_FUNCTION);
    -		return 0;
    -		}
    -	pkey = e->load_privkey(e, key_id, ui_method, callback_data);
    -	if (!pkey)
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_LOAD_PRIVATE_KEY,
    -			ENGINE_R_FAILED_LOADING_PRIVATE_KEY);
    -		return 0;
    -		}
    -	return pkey;
    -	}
    +    if (e == NULL) {
    +        ENGINEerr(ENGINE_F_ENGINE_LOAD_PRIVATE_KEY,
    +                  ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +    CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    +    if (e->funct_ref == 0) {
    +        CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    +        ENGINEerr(ENGINE_F_ENGINE_LOAD_PRIVATE_KEY, ENGINE_R_NOT_INITIALISED);
    +        return 0;
    +    }
    +    CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    +    if (!e->load_privkey) {
    +        ENGINEerr(ENGINE_F_ENGINE_LOAD_PRIVATE_KEY,
    +                  ENGINE_R_NO_LOAD_FUNCTION);
    +        return 0;
    +    }
    +    pkey = e->load_privkey(e, key_id, ui_method, callback_data);
    +    if (!pkey) {
    +        ENGINEerr(ENGINE_F_ENGINE_LOAD_PRIVATE_KEY,
    +                  ENGINE_R_FAILED_LOADING_PRIVATE_KEY);
    +        return 0;
    +    }
    +    return pkey;
    +}
     
     EVP_PKEY *ENGINE_load_public_key(ENGINE *e, const char *key_id,
    -	UI_METHOD *ui_method, void *callback_data)
    -	{
    -	EVP_PKEY *pkey;
    +                                 UI_METHOD *ui_method, void *callback_data)
    +{
    +    EVP_PKEY *pkey;
     
    -	if(e == NULL)
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_LOAD_PUBLIC_KEY,
    -			ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -	CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    -	if(e->funct_ref == 0)
    -		{
    -		CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    -		ENGINEerr(ENGINE_F_ENGINE_LOAD_PUBLIC_KEY,
    -			ENGINE_R_NOT_INITIALISED);
    -		return 0;
    -		}
    -	CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    -	if (!e->load_pubkey)
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_LOAD_PUBLIC_KEY,
    -			ENGINE_R_NO_LOAD_FUNCTION);
    -		return 0;
    -		}
    -	pkey = e->load_pubkey(e, key_id, ui_method, callback_data);
    -	if (!pkey)
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_LOAD_PUBLIC_KEY,
    -			ENGINE_R_FAILED_LOADING_PUBLIC_KEY);
    -		return 0;
    -		}
    -	return pkey;
    -	}
    +    if (e == NULL) {
    +        ENGINEerr(ENGINE_F_ENGINE_LOAD_PUBLIC_KEY,
    +                  ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +    CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    +    if (e->funct_ref == 0) {
    +        CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    +        ENGINEerr(ENGINE_F_ENGINE_LOAD_PUBLIC_KEY, ENGINE_R_NOT_INITIALISED);
    +        return 0;
    +    }
    +    CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    +    if (!e->load_pubkey) {
    +        ENGINEerr(ENGINE_F_ENGINE_LOAD_PUBLIC_KEY, ENGINE_R_NO_LOAD_FUNCTION);
    +        return 0;
    +    }
    +    pkey = e->load_pubkey(e, key_id, ui_method, callback_data);
    +    if (!pkey) {
    +        ENGINEerr(ENGINE_F_ENGINE_LOAD_PUBLIC_KEY,
    +                  ENGINE_R_FAILED_LOADING_PUBLIC_KEY);
    +        return 0;
    +    }
    +    return pkey;
    +}
     
     int ENGINE_load_ssl_client_cert(ENGINE *e, SSL *s,
    -	STACK_OF(X509_NAME) *ca_dn, X509 **pcert, EVP_PKEY **ppkey,
    -	STACK_OF(X509) **pother, UI_METHOD *ui_method, void *callback_data)
    -	{
    +                                STACK_OF(X509_NAME) *ca_dn, X509 **pcert,
    +                                EVP_PKEY **ppkey, STACK_OF(X509) **pother,
    +                                UI_METHOD *ui_method, void *callback_data)
    +{
     
    -	if(e == NULL)
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_LOAD_SSL_CLIENT_CERT,
    -			ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -	CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    -	if(e->funct_ref == 0)
    -		{
    -		CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    -		ENGINEerr(ENGINE_F_ENGINE_LOAD_SSL_CLIENT_CERT,
    -			ENGINE_R_NOT_INITIALISED);
    -		return 0;
    -		}
    -	CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    -	if (!e->load_ssl_client_cert)
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_LOAD_SSL_CLIENT_CERT,
    -			ENGINE_R_NO_LOAD_FUNCTION);
    -		return 0;
    -		}
    -	return e->load_ssl_client_cert(e, s, ca_dn, pcert, ppkey, pother,
    -					ui_method, callback_data);
    -	}
    +    if (e == NULL) {
    +        ENGINEerr(ENGINE_F_ENGINE_LOAD_SSL_CLIENT_CERT,
    +                  ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +    CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    +    if (e->funct_ref == 0) {
    +        CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    +        ENGINEerr(ENGINE_F_ENGINE_LOAD_SSL_CLIENT_CERT,
    +                  ENGINE_R_NOT_INITIALISED);
    +        return 0;
    +    }
    +    CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    +    if (!e->load_ssl_client_cert) {
    +        ENGINEerr(ENGINE_F_ENGINE_LOAD_SSL_CLIENT_CERT,
    +                  ENGINE_R_NO_LOAD_FUNCTION);
    +        return 0;
    +    }
    +    return e->load_ssl_client_cert(e, s, ca_dn, pcert, ppkey, pother,
    +                                   ui_method, callback_data);
    +}
    diff --git a/openssl/crypto/engine/eng_rdrand.c b/openssl/crypto/engine/eng_rdrand.c
    index 4e9e91d54..9316d6fe2 100644
    --- a/openssl/crypto/engine/eng_rdrand.c
    +++ b/openssl/crypto/engine/eng_rdrand.c
    @@ -61,83 +61,89 @@
     
     size_t OPENSSL_ia32_rdrand(void);
     
    -static int get_random_bytes (unsigned char *buf, int num)
    -	{
    -	size_t rnd;
    -
    -	while (num>=(int)sizeof(size_t)) {
    -		if ((rnd = OPENSSL_ia32_rdrand()) == 0) return 0;
    -
    -		*((size_t *)buf) = rnd;
    -		buf += sizeof(size_t);
    -		num -= sizeof(size_t);
    -	}
    -	if (num) {
    -		if ((rnd = OPENSSL_ia32_rdrand()) == 0) return 0;
    -
    -		memcpy (buf,&rnd,num);
    -	}
    -
    -	return 1;
    -	}
    -
    -static int random_status (void)
    -{	return 1;	}
    -
    -static RAND_METHOD rdrand_meth =
    -	{
    -	NULL,	/* seed */
    -	get_random_bytes,
    -	NULL,	/* cleanup */
    -	NULL,	/* add */
    -	get_random_bytes,
    -	random_status,
    -	};
    +static int get_random_bytes(unsigned char *buf, int num)
    +{
    +    size_t rnd;
    +
    +    while (num >= (int)sizeof(size_t)) {
    +        if ((rnd = OPENSSL_ia32_rdrand()) == 0)
    +            return 0;
    +
    +        *((size_t *)buf) = rnd;
    +        buf += sizeof(size_t);
    +        num -= sizeof(size_t);
    +    }
    +    if (num) {
    +        if ((rnd = OPENSSL_ia32_rdrand()) == 0)
    +            return 0;
    +
    +        memcpy(buf, &rnd, num);
    +    }
    +
    +    return 1;
    +}
    +
    +static int random_status(void)
    +{
    +    return 1;
    +}
    +
    +static RAND_METHOD rdrand_meth = {
    +    NULL,                       /* seed */
    +    get_random_bytes,
    +    NULL,                       /* cleanup */
    +    NULL,                       /* add */
    +    get_random_bytes,
    +    random_status,
    +};
     
     static int rdrand_init(ENGINE *e)
    -{	return 1;	}
    +{
    +    return 1;
    +}
     
     static const char *engine_e_rdrand_id = "rdrand";
     static const char *engine_e_rdrand_name = "Intel RDRAND engine";
     
     static int bind_helper(ENGINE *e)
    -	{
    -	if (!ENGINE_set_id(e, engine_e_rdrand_id) ||
    -	    !ENGINE_set_name(e, engine_e_rdrand_name) ||
    -            !ENGINE_set_flags(e, ENGINE_FLAGS_NO_REGISTER_ALL) ||
    -	    !ENGINE_set_init_function(e, rdrand_init) ||
    -	    !ENGINE_set_RAND(e, &rdrand_meth) )
    -		return 0;
    +{
    +    if (!ENGINE_set_id(e, engine_e_rdrand_id) ||
    +        !ENGINE_set_name(e, engine_e_rdrand_name) ||
    +        !ENGINE_set_flags(e, ENGINE_FLAGS_NO_REGISTER_ALL) ||
    +        !ENGINE_set_init_function(e, rdrand_init) ||
    +        !ENGINE_set_RAND(e, &rdrand_meth))
    +        return 0;
     
    -	return 1;
    -	}
    +    return 1;
    +}
     
     static ENGINE *ENGINE_rdrand(void)
    -	{
    -	ENGINE *ret = ENGINE_new();
    -	if(!ret)
    -		return NULL;
    -	if(!bind_helper(ret))
    -		{
    -		ENGINE_free(ret);
    -		return NULL;
    -		}
    -	return ret;
    -	}
    -
    -void ENGINE_load_rdrand (void)
    -	{
    -	extern unsigned int OPENSSL_ia32cap_P[];
    -
    -	if (OPENSSL_ia32cap_P[1] & (1<<(62-32)))
    -		{
    -		ENGINE *toadd = ENGINE_rdrand();
    -		if(!toadd) return;
    -		ENGINE_add(toadd);
    -		ENGINE_free(toadd);
    -		ERR_clear_error();
    -		}
    -	}
    +{
    +    ENGINE *ret = ENGINE_new();
    +    if (!ret)
    +        return NULL;
    +    if (!bind_helper(ret)) {
    +        ENGINE_free(ret);
    +        return NULL;
    +    }
    +    return ret;
    +}
    +
    +void ENGINE_load_rdrand(void)
    +{
    +    extern unsigned int OPENSSL_ia32cap_P[];
    +
    +    if (OPENSSL_ia32cap_P[1] & (1 << (62 - 32))) {
    +        ENGINE *toadd = ENGINE_rdrand();
    +        if (!toadd)
    +            return;
    +        ENGINE_add(toadd);
    +        ENGINE_free(toadd);
    +        ERR_clear_error();
    +    }
    +}
     #else
    -void ENGINE_load_rdrand (void) {}
    +void ENGINE_load_rdrand(void)
    +{
    +}
     #endif
    diff --git a/openssl/crypto/engine/eng_rsax.c b/openssl/crypto/engine/eng_rsax.c
    index 96e63477e..8362754c7 100644
    --- a/openssl/crypto/engine/eng_rsax.c
    +++ b/openssl/crypto/engine/eng_rsax.c
    @@ -70,7 +70,7 @@
     #include 
     #include 
     #ifndef OPENSSL_NO_RSA
    -#include 
    +# include 
     #endif
     #include 
     #include 
    @@ -80,59 +80,60 @@
     
     #if (defined(__x86_64) || defined(__x86_64__) || \
          defined(_M_AMD64) || defined (_M_X64)) && !defined(OPENSSL_NO_ASM)
    -#define COMPILE_RSAX
    -static ENGINE *ENGINE_rsax (void);
    +# define COMPILE_RSAX
    +static ENGINE *ENGINE_rsax(void);
     #endif
     
    -void ENGINE_load_rsax (void)
    -	{
    +void ENGINE_load_rsax(void)
    +{
     /* On non-x86 CPUs it just returns. */
     #ifdef COMPILE_RSAX
    -	ENGINE *toadd = ENGINE_rsax();
    -	if(!toadd) return;
    -	ENGINE_add(toadd);
    -	ENGINE_free(toadd);
    -	ERR_clear_error();
    +    ENGINE *toadd = ENGINE_rsax();
    +    if (!toadd)
    +        return;
    +    ENGINE_add(toadd);
    +    ENGINE_free(toadd);
    +    ERR_clear_error();
     #endif
    -	}
    +}
     
     #ifdef COMPILE_RSAX
    -#define E_RSAX_LIB_NAME "rsax engine"
    +# define E_RSAX_LIB_NAME "rsax engine"
     
     static int e_rsax_destroy(ENGINE *e);
     static int e_rsax_init(ENGINE *e);
     static int e_rsax_finish(ENGINE *e);
    -static int e_rsax_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void));
    +static int e_rsax_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void));
     
    -#ifndef OPENSSL_NO_RSA
    +# ifndef OPENSSL_NO_RSA
     /* RSA stuff */
    -static int e_rsax_rsa_mod_exp(BIGNUM *r, const BIGNUM *I, RSA *rsa, BN_CTX *ctx);
    +static int e_rsax_rsa_mod_exp(BIGNUM *r, const BIGNUM *I, RSA *rsa,
    +                              BN_CTX *ctx);
     static int e_rsax_rsa_finish(RSA *r);
    -#endif
    +# endif
     
     static const ENGINE_CMD_DEFN e_rsax_cmd_defns[] = {
    -	{0, NULL, NULL, 0}
    -	};
    +    {0, NULL, NULL, 0}
    +};
     
    -#ifndef OPENSSL_NO_RSA
    +# ifndef OPENSSL_NO_RSA
     /* Our internal RSA_METHOD that we provide pointers to */
    -static RSA_METHOD e_rsax_rsa =
    -	{
    -	"Intel RSA-X method",
    -	NULL,
    -	NULL,
    -	NULL,
    -	NULL,
    -	e_rsax_rsa_mod_exp,
    -	NULL,
    -	NULL,
    -	e_rsax_rsa_finish,
    -	RSA_FLAG_CACHE_PUBLIC|RSA_FLAG_CACHE_PRIVATE,
    -	NULL,
    -	NULL,
    -	NULL
    -	};
    -#endif
    +static RSA_METHOD e_rsax_rsa = {
    +    "Intel RSA-X method",
    +    NULL,
    +    NULL,
    +    NULL,
    +    NULL,
    +    e_rsax_rsa_mod_exp,
    +    NULL,
    +    NULL,
    +    e_rsax_rsa_finish,
    +    RSA_FLAG_CACHE_PUBLIC | RSA_FLAG_CACHE_PRIVATE,
    +    NULL,
    +    NULL,
    +    NULL
    +};
    +# endif
     
     /* Constants used when creating the ENGINE */
     static const char *engine_e_rsax_id = "rsax";
    @@ -140,262 +141,266 @@ static const char *engine_e_rsax_name = "RSAX engine support";
     
     /* This internal function is used by ENGINE_rsax() */
     static int bind_helper(ENGINE *e)
    -	{
    -#ifndef OPENSSL_NO_RSA
    -	const RSA_METHOD *meth1;
    -#endif
    -	if(!ENGINE_set_id(e, engine_e_rsax_id) ||
    -			!ENGINE_set_name(e, engine_e_rsax_name) ||
    -#ifndef OPENSSL_NO_RSA
    -			!ENGINE_set_RSA(e, &e_rsax_rsa) ||
    -#endif
    -			!ENGINE_set_destroy_function(e, e_rsax_destroy) ||
    -			!ENGINE_set_init_function(e, e_rsax_init) ||
    -			!ENGINE_set_finish_function(e, e_rsax_finish) ||
    -			!ENGINE_set_ctrl_function(e, e_rsax_ctrl) ||
    -			!ENGINE_set_cmd_defns(e, e_rsax_cmd_defns))
    -		return 0;
    +{
    +# ifndef OPENSSL_NO_RSA
    +    const RSA_METHOD *meth1;
    +# endif
    +    if (!ENGINE_set_id(e, engine_e_rsax_id) ||
    +        !ENGINE_set_name(e, engine_e_rsax_name) ||
    +# ifndef OPENSSL_NO_RSA
    +        !ENGINE_set_RSA(e, &e_rsax_rsa) ||
    +# endif
    +        !ENGINE_set_destroy_function(e, e_rsax_destroy) ||
    +        !ENGINE_set_init_function(e, e_rsax_init) ||
    +        !ENGINE_set_finish_function(e, e_rsax_finish) ||
    +        !ENGINE_set_ctrl_function(e, e_rsax_ctrl) ||
    +        !ENGINE_set_cmd_defns(e, e_rsax_cmd_defns))
    +        return 0;
     
    -#ifndef OPENSSL_NO_RSA
    -	meth1 = RSA_PKCS1_SSLeay();
    -	e_rsax_rsa.rsa_pub_enc = meth1->rsa_pub_enc;
    -	e_rsax_rsa.rsa_pub_dec = meth1->rsa_pub_dec;
    -	e_rsax_rsa.rsa_priv_enc = meth1->rsa_priv_enc;
    -	e_rsax_rsa.rsa_priv_dec = meth1->rsa_priv_dec;
    -	e_rsax_rsa.bn_mod_exp = meth1->bn_mod_exp;
    -#endif
    -	return 1;
    -	}
    +# ifndef OPENSSL_NO_RSA
    +    meth1 = RSA_PKCS1_SSLeay();
    +    e_rsax_rsa.rsa_pub_enc = meth1->rsa_pub_enc;
    +    e_rsax_rsa.rsa_pub_dec = meth1->rsa_pub_dec;
    +    e_rsax_rsa.rsa_priv_enc = meth1->rsa_priv_enc;
    +    e_rsax_rsa.rsa_priv_dec = meth1->rsa_priv_dec;
    +    e_rsax_rsa.bn_mod_exp = meth1->bn_mod_exp;
    +# endif
    +    return 1;
    +}
     
     static ENGINE *ENGINE_rsax(void)
    -	{
    -	ENGINE *ret = ENGINE_new();
    -	if(!ret)
    -		return NULL;
    -	if(!bind_helper(ret))
    -		{
    -		ENGINE_free(ret);
    -		return NULL;
    -		}
    -	return ret;
    -	}
    +{
    +    ENGINE *ret = ENGINE_new();
    +    if (!ret)
    +        return NULL;
    +    if (!bind_helper(ret)) {
    +        ENGINE_free(ret);
    +        return NULL;
    +    }
    +    return ret;
    +}
     
    -#ifndef OPENSSL_NO_RSA
    +# ifndef OPENSSL_NO_RSA
     /* Used to attach our own key-data to an RSA structure */
     static int rsax_ex_data_idx = -1;
    -#endif
    +# endif
     
     static int e_rsax_destroy(ENGINE *e)
    -	{
    -	return 1;
    -	}
    +{
    +    return 1;
    +}
     
     /* (de)initialisation functions. */
     static int e_rsax_init(ENGINE *e)
    -	{
    -#ifndef OPENSSL_NO_RSA
    -	if (rsax_ex_data_idx == -1)
    -		rsax_ex_data_idx = RSA_get_ex_new_index(0,
    -			NULL,
    -			NULL, NULL, NULL);
    -#endif
    -	if (rsax_ex_data_idx  == -1)
    -		return 0;
    -	return 1;
    -	}
    +{
    +# ifndef OPENSSL_NO_RSA
    +    if (rsax_ex_data_idx == -1)
    +        rsax_ex_data_idx = RSA_get_ex_new_index(0, NULL, NULL, NULL, NULL);
    +# endif
    +    if (rsax_ex_data_idx == -1)
    +        return 0;
    +    return 1;
    +}
     
     static int e_rsax_finish(ENGINE *e)
    -	{
    -	return 1;
    -	}
    -
    -static int e_rsax_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void))
    -	{
    -	int to_return = 1;
    +{
    +    return 1;
    +}
     
    -	switch(cmd)
    -		{
    -	/* The command isn't understood by this engine */
    -	default:
    -		to_return = 0;
    -		break;
    -		}
    +static int e_rsax_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void))
    +{
    +    int to_return = 1;
     
    -	return to_return;
    -	}
    +    switch (cmd) {
    +        /* The command isn't understood by this engine */
    +    default:
    +        to_return = 0;
    +        break;
    +    }
     
    +    return to_return;
    +}
     
    -#ifndef OPENSSL_NO_RSA
    +# ifndef OPENSSL_NO_RSA
     
    -#ifdef _WIN32
    +#  ifdef _WIN32
     typedef unsigned __int64 UINT64;
    -#else
    +#  else
     typedef unsigned long long UINT64;
    -#endif
    +#  endif
     typedef unsigned short UINT16;
     
    -/* Table t is interleaved in the following manner:
    - * The order in memory is t[0][0], t[0][1], ..., t[0][7], t[1][0], ...
    - * A particular 512-bit value is stored in t[][index] rather than the more
    - * normal t[index][]; i.e. the qwords of a particular entry in t are not
    - * adjacent in memory
    +/*
    + * Table t is interleaved in the following manner: The order in memory is
    + * t[0][0], t[0][1], ..., t[0][7], t[1][0], ... A particular 512-bit value is
    + * stored in t[][index] rather than the more normal t[index][]; i.e. the
    + * qwords of a particular entry in t are not adjacent in memory
      */
     
     /* Init BIGNUM b from the interleaved UINT64 array */
    -static int interleaved_array_to_bn_512(BIGNUM* b, UINT64 *array);
    +static int interleaved_array_to_bn_512(BIGNUM *b, UINT64 *array);
     
    -/* Extract array elements from BIGNUM b
    - * To set the whole array from b, call with n=8
    +/*
    + * Extract array elements from BIGNUM b To set the whole array from b, call
    + * with n=8
      */
    -static int bn_extract_to_array_512(const BIGNUM* b, unsigned int n, UINT64 *array);
    +static int bn_extract_to_array_512(const BIGNUM *b, unsigned int n,
    +                                   UINT64 *array);
     
     struct mod_ctx_512 {
         UINT64 t[8][8];
         UINT64 m[8];
    -    UINT64 m1[8]; /* 2^278 % m */
    -    UINT64 m2[8]; /* 2^640 % m */
    -    UINT64 k1[2]; /* (- 1/m) % 2^128 */
    +    UINT64 m1[8];               /* 2^278 % m */
    +    UINT64 m2[8];               /* 2^640 % m */
    +    UINT64 k1[2];               /* (- 1/m) % 2^128 */
     };
     
     static int mod_exp_pre_compute_data_512(UINT64 *m, struct mod_ctx_512 *data);
     
     void mod_exp_512(UINT64 *result, /* 512 bits, 8 qwords */
    -		 UINT64 *g,      /* 512 bits, 8 qwords */
    -		 UINT64 *exp,    /* 512 bits, 8 qwords */
    -		 struct mod_ctx_512 *data);
    +                 UINT64 *g,     /* 512 bits, 8 qwords */
    +                 UINT64 *exp,   /* 512 bits, 8 qwords */
    +                 struct mod_ctx_512 *data);
     
    -typedef struct st_e_rsax_mod_ctx
    -{
    -  UINT64 type;
    -  union {
    -    struct mod_ctx_512 b512;
    -  } ctx;
    +typedef struct st_e_rsax_mod_ctx {
    +    UINT64 type;
    +    union {
    +        struct mod_ctx_512 b512;
    +    } ctx;
     
     } E_RSAX_MOD_CTX;
     
    -static E_RSAX_MOD_CTX *e_rsax_get_ctx(RSA *rsa, int idx, BIGNUM* m)
    +static E_RSAX_MOD_CTX *e_rsax_get_ctx(RSA *rsa, int idx, BIGNUM *m)
     {
    -	E_RSAX_MOD_CTX *hptr;
    -
    -        if (idx < 0 || idx > 2)
    -           return NULL;
    +    E_RSAX_MOD_CTX *hptr;
    +
    +    if (idx < 0 || idx > 2)
    +        return NULL;
    +
    +    hptr = RSA_get_ex_data(rsa, rsax_ex_data_idx);
    +    if (!hptr) {
    +        hptr = OPENSSL_malloc(3 * sizeof(E_RSAX_MOD_CTX));
    +        if (!hptr)
    +            return NULL;
    +        hptr[2].type = hptr[1].type = hptr[0].type = 0;
    +        RSA_set_ex_data(rsa, rsax_ex_data_idx, hptr);
    +    }
     
    -	hptr = RSA_get_ex_data(rsa, rsax_ex_data_idx);
    -	if (!hptr) {
    -	    hptr = OPENSSL_malloc(3*sizeof(E_RSAX_MOD_CTX));
    -	    if (!hptr) return NULL;
    -            hptr[2].type = hptr[1].type= hptr[0].type = 0;
    -	    RSA_set_ex_data(rsa, rsax_ex_data_idx, hptr);
    -        }
    +    if (hptr[idx].type == (UINT64)BN_num_bits(m))
    +        return hptr + idx;
     
    -        if (hptr[idx].type == (UINT64)BN_num_bits(m))
    -            return hptr+idx;
    +    if (BN_num_bits(m) == 512) {
    +        UINT64 _m[8];
    +        bn_extract_to_array_512(m, 8, _m);
    +        memset(&hptr[idx].ctx.b512, 0, sizeof(struct mod_ctx_512));
    +        mod_exp_pre_compute_data_512(_m, &hptr[idx].ctx.b512);
    +    }
     
    -        if (BN_num_bits(m) == 512) {
    -  	    UINT64 _m[8];
    -	    bn_extract_to_array_512(m, 8, _m);
    -	    memset( &hptr[idx].ctx.b512, 0, sizeof(struct mod_ctx_512));
    -	    mod_exp_pre_compute_data_512(_m, &hptr[idx].ctx.b512);
    -	}
    -
    -        hptr[idx].type = BN_num_bits(m);
    -	return hptr+idx;
    +    hptr[idx].type = BN_num_bits(m);
    +    return hptr + idx;
     }
     
     static int e_rsax_rsa_finish(RSA *rsa)
    -	{
    -	E_RSAX_MOD_CTX *hptr = RSA_get_ex_data(rsa, rsax_ex_data_idx);
    -	if(hptr)
    -		{
    -		OPENSSL_free(hptr);
    -		RSA_set_ex_data(rsa, rsax_ex_data_idx, NULL);
    -		}
    -	if (rsa->_method_mod_n)
    -		BN_MONT_CTX_free(rsa->_method_mod_n);
    -	if (rsa->_method_mod_p)
    -		BN_MONT_CTX_free(rsa->_method_mod_p);
    -	if (rsa->_method_mod_q)
    -		BN_MONT_CTX_free(rsa->_method_mod_q);
    -	return 1;
    -	}
    -
    +{
    +    E_RSAX_MOD_CTX *hptr = RSA_get_ex_data(rsa, rsax_ex_data_idx);
    +    if (hptr) {
    +        OPENSSL_free(hptr);
    +        RSA_set_ex_data(rsa, rsax_ex_data_idx, NULL);
    +    }
    +    if (rsa->_method_mod_n)
    +        BN_MONT_CTX_free(rsa->_method_mod_n);
    +    if (rsa->_method_mod_p)
    +        BN_MONT_CTX_free(rsa->_method_mod_p);
    +    if (rsa->_method_mod_q)
    +        BN_MONT_CTX_free(rsa->_method_mod_q);
    +    return 1;
    +}
     
     static int e_rsax_bn_mod_exp(BIGNUM *r, const BIGNUM *g, const BIGNUM *e,
    -                    const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont, E_RSAX_MOD_CTX* rsax_mod_ctx )
    +                             const BIGNUM *m, BN_CTX *ctx,
    +                             BN_MONT_CTX *in_mont,
    +                             E_RSAX_MOD_CTX *rsax_mod_ctx)
     {
    -	if (rsax_mod_ctx && BN_get_flags(e, BN_FLG_CONSTTIME) != 0) {
    -	   if (BN_num_bits(m) == 512) {
    -  		UINT64 _r[8];
    -   	  	UINT64 _g[8];
    -		UINT64 _e[8];
    -
    -		/* Init the arrays from the BIGNUMs */
    -		bn_extract_to_array_512(g, 8, _g);
    -		bn_extract_to_array_512(e, 8, _e);
    -
    -		mod_exp_512(_r, _g, _e, &rsax_mod_ctx->ctx.b512);
    -		/* Return the result in the BIGNUM */
    -		interleaved_array_to_bn_512(r, _r);
    -                return 1;
    -           }
    +    if (rsax_mod_ctx && BN_get_flags(e, BN_FLG_CONSTTIME) != 0) {
    +        if (BN_num_bits(m) == 512) {
    +            UINT64 _r[8];
    +            UINT64 _g[8];
    +            UINT64 _e[8];
    +
    +            /* Init the arrays from the BIGNUMs */
    +            bn_extract_to_array_512(g, 8, _g);
    +            bn_extract_to_array_512(e, 8, _e);
    +
    +            mod_exp_512(_r, _g, _e, &rsax_mod_ctx->ctx.b512);
    +            /* Return the result in the BIGNUM */
    +            interleaved_array_to_bn_512(r, _r);
    +            return 1;
             }
    +    }
     
    -	return BN_mod_exp_mont(r, g, e, m, ctx, in_mont);
    +    return BN_mod_exp_mont(r, g, e, m, ctx, in_mont);
     }
     
    -/* Declares for the Intel CIAP 512-bit / CRT / 1024 bit RSA modular
    +/*
    + * Declares for the Intel CIAP 512-bit / CRT / 1024 bit RSA modular
      * exponentiation routine precalculations and a structure to hold the
    - * necessary values.  These files are meant to live in crypto/rsa/ in
    - * the target openssl.
    + * necessary values.  These files are meant to live in crypto/rsa/ in the
    + * target openssl.
      */
     
     /*
      * Local method: extracts a piece from a BIGNUM, to fit it into
      * an array. Call with n=8 to extract an entire 512-bit BIGNUM
      */
    -static int bn_extract_to_array_512(const BIGNUM* b, unsigned int n, UINT64 *array)
    +static int bn_extract_to_array_512(const BIGNUM *b, unsigned int n,
    +                                   UINT64 *array)
     {
    -	int i;
    -	UINT64 tmp;
    -	unsigned char bn_buff[64];
    -	memset(bn_buff, 0, 64);
    -	if (BN_num_bytes(b) > 64) {
    -		printf ("Can't support this byte size\n");
    -		return 0; }
    -	if (BN_num_bytes(b)!=0) {
    -		if (!BN_bn2bin(b, bn_buff+(64-BN_num_bytes(b)))) {
    -			printf ("Error's in bn2bin\n");
    -			/* We have to error, here */
    -			return 0; } }
    -	while (n-- > 0) {
    -		array[n] = 0;
    -		for (i=7; i>=0; i--) {
    -			tmp = bn_buff[63-(n*8+i)];
    -			array[n] |= tmp << (8*i); } }
    -	return 1;
    +    int i;
    +    UINT64 tmp;
    +    unsigned char bn_buff[64];
    +    memset(bn_buff, 0, 64);
    +    if (BN_num_bytes(b) > 64) {
    +        printf("Can't support this byte size\n");
    +        return 0;
    +    }
    +    if (BN_num_bytes(b) != 0) {
    +        if (!BN_bn2bin(b, bn_buff + (64 - BN_num_bytes(b)))) {
    +            printf("Error's in bn2bin\n");
    +            /* We have to error, here */
    +            return 0;
    +        }
    +    }
    +    while (n-- > 0) {
    +        array[n] = 0;
    +        for (i = 7; i >= 0; i--) {
    +            tmp = bn_buff[63 - (n * 8 + i)];
    +            array[n] |= tmp << (8 * i);
    +        }
    +    }
    +    return 1;
     }
     
     /* Init a 512-bit BIGNUM from the UINT64*_ (8 * 64) interleaved array */
    -static int interleaved_array_to_bn_512(BIGNUM* b, UINT64 *array)
    +static int interleaved_array_to_bn_512(BIGNUM *b, UINT64 *array)
     {
    -	unsigned char tmp[64];
    -	int n=8;
    -	int i;
    -	while (n-- > 0) {
    -		for (i = 7; i>=0; i--) {
    -			tmp[63-(n*8+i)] = (unsigned char)(array[n]>>(8*i)); } }
    -	BN_bin2bn(tmp, 64, b);
    -        return 0;
    +    unsigned char tmp[64];
    +    int n = 8;
    +    int i;
    +    while (n-- > 0) {
    +        for (i = 7; i >= 0; i--) {
    +            tmp[63 - (n * 8 + i)] = (unsigned char)(array[n] >> (8 * i));
    +    }}
    +    BN_bin2bn(tmp, 64, b);
    +    return 0;
     }
     
    -
     /* The main 512bit precompute call */
     static int mod_exp_pre_compute_data_512(UINT64 *m, struct mod_ctx_512 *data)
    - {
    +{
         BIGNUM two_768, two_640, two_128, two_512, tmp, _m, tmp2;
     
         /* We need a BN_CTX for the modulo functions */
    -    BN_CTX* ctx;
    +    BN_CTX *ctx;
         /* Some tmps */
         UINT64 _t[8];
         int i, j, ret = 0;
    @@ -414,8 +419,10 @@ static int mod_exp_pre_compute_data_512(UINT64 *m, struct mod_ctx_512 *data)
         BN_init(&tmp2);
     
         /* Create our context */
    -    if ((ctx=BN_CTX_new()) == NULL) { goto err; }
    -	BN_CTX_start(ctx);
    +    if ((ctx = BN_CTX_new()) == NULL) {
    +        goto err;
    +    }
    +    BN_CTX_start(ctx);
     
         /*
          * For production, if you care, these only need to be set once,
    @@ -429,19 +436,20 @@ static int mod_exp_pre_compute_data_512(UINT64 *m, struct mod_ctx_512 *data)
         if (0 == (m[7] & 0x8000000000000000)) {
             exit(1);
         }
    -    if (0 == (m[0] & 0x1)) { /* Odd modulus required for Mont */
    +    if (0 == (m[0] & 0x1)) {    /* Odd modulus required for Mont */
             exit(1);
         }
     
         /* Precompute m1 */
         BN_mod(&tmp, &two_768, &_m, ctx);
         if (!bn_extract_to_array_512(&tmp, 8, &data->m1[0])) {
    -	    goto err; }
    +        goto err;
    +    }
     
         /* Precompute m2 */
         BN_mod(&tmp, &two_640, &_m, ctx);
         if (!bn_extract_to_array_512(&tmp, 8, &data->m2[0])) {
    -	    goto err;
    +        goto err;
         }
     
         /*
    @@ -449,32 +457,47 @@ static int mod_exp_pre_compute_data_512(UINT64 *m, struct mod_ctx_512 *data)
          * be non-negative.
          */
         BN_mod_inverse(&tmp, &_m, &two_128, ctx);
    -    if (!BN_is_zero(&tmp)) { BN_sub(&tmp, &two_128, &tmp); }
    +    if (!BN_is_zero(&tmp)) {
    +        BN_sub(&tmp, &two_128, &tmp);
    +    }
         if (!bn_extract_to_array_512(&tmp, 2, &data->k1[0])) {
    -	    goto err; }
    +        goto err;
    +    }
     
         /* Precompute t */
    -    for (i=0; i<8; i++) {
    +    for (i = 0; i < 8; i++) {
             BN_zero(&tmp);
    -        if (i & 1) { BN_add(&tmp, &two_512, &tmp); }
    -        if (i & 2) { BN_add(&tmp, &two_512, &tmp); }
    -        if (i & 4) { BN_add(&tmp, &two_640, &tmp); }
    +        if (i & 1) {
    +            BN_add(&tmp, &two_512, &tmp);
    +        }
    +        if (i & 2) {
    +            BN_add(&tmp, &two_512, &tmp);
    +        }
    +        if (i & 4) {
    +            BN_add(&tmp, &two_640, &tmp);
    +        }
     
             BN_nnmod(&tmp2, &tmp, &_m, ctx);
             if (!bn_extract_to_array_512(&tmp2, 8, _t)) {
    -	        goto err; }
    -        for (j=0; j<8; j++) data->t[j][i] = _t[j]; }
    +            goto err;
    +        }
    +        for (j = 0; j < 8; j++)
    +            data->t[j][i] = _t[j];
    +    }
     
         /* Precompute m */
    -    for (i=0; i<8; i++) {
    -        data->m[i] = m[i]; }
    +    for (i = 0; i < 8; i++) {
    +        data->m[i] = m[i];
    +    }
     
         ret = 1;
     
    -err:
    + err:
         /* Cleanup */
    -	if (ctx != NULL) {
    -		BN_CTX_end(ctx); BN_CTX_free(ctx); }
    +    if (ctx != NULL) {
    +        BN_CTX_end(ctx);
    +        BN_CTX_free(ctx);
    +    }
         BN_free(&two_768);
         BN_free(&two_640);
         BN_free(&two_128);
    @@ -486,183 +509,193 @@ err:
         return ret;
     }
     
    +static int e_rsax_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa,
    +                              BN_CTX *ctx)
    +{
    +    BIGNUM *r1, *m1, *vrfy;
    +    BIGNUM local_dmp1, local_dmq1, local_c, local_r1;
    +    BIGNUM *dmp1, *dmq1, *c, *pr1;
    +    int ret = 0;
    +
    +    BN_CTX_start(ctx);
    +    r1 = BN_CTX_get(ctx);
    +    m1 = BN_CTX_get(ctx);
    +    vrfy = BN_CTX_get(ctx);
    +
    +    {
    +        BIGNUM local_p, local_q;
    +        BIGNUM *p = NULL, *q = NULL;
    +        int error = 0;
    +
    +        /*
    +         * Make sure BN_mod_inverse in Montgomery intialization uses the
    +         * BN_FLG_CONSTTIME flag (unless RSA_FLAG_NO_CONSTTIME is set)
    +         */
    +        if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME)) {
    +            BN_init(&local_p);
    +            p = &local_p;
    +            BN_with_flags(p, rsa->p, BN_FLG_CONSTTIME);
    +
    +            BN_init(&local_q);
    +            q = &local_q;
    +            BN_with_flags(q, rsa->q, BN_FLG_CONSTTIME);
    +        } else {
    +            p = rsa->p;
    +            q = rsa->q;
    +        }
    +
    +        if (rsa->flags & RSA_FLAG_CACHE_PRIVATE) {
    +            if (!BN_MONT_CTX_set_locked
    +                (&rsa->_method_mod_p, CRYPTO_LOCK_RSA, p, ctx))
    +                error = 1;
    +            if (!BN_MONT_CTX_set_locked
    +                (&rsa->_method_mod_q, CRYPTO_LOCK_RSA, q, ctx))
    +                error = 1;
    +        }
    +
    +        /* clean up */
    +        if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME)) {
    +            BN_free(&local_p);
    +            BN_free(&local_q);
    +        }
    +        if (error)
    +            goto err;
    +    }
    +
    +    if (rsa->flags & RSA_FLAG_CACHE_PUBLIC)
    +        if (!BN_MONT_CTX_set_locked
    +            (&rsa->_method_mod_n, CRYPTO_LOCK_RSA, rsa->n, ctx))
    +            goto err;
    +
    +    /* compute I mod q */
    +    if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME)) {
    +        c = &local_c;
    +        BN_with_flags(c, I, BN_FLG_CONSTTIME);
    +        if (!BN_mod(r1, c, rsa->q, ctx))
    +            goto err;
    +    } else {
    +        if (!BN_mod(r1, I, rsa->q, ctx))
    +            goto err;
    +    }
    +
    +    /* compute r1^dmq1 mod q */
    +    if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME)) {
    +        dmq1 = &local_dmq1;
    +        BN_with_flags(dmq1, rsa->dmq1, BN_FLG_CONSTTIME);
    +    } else
    +        dmq1 = rsa->dmq1;
    +
    +    if (!e_rsax_bn_mod_exp(m1, r1, dmq1, rsa->q, ctx,
    +                           rsa->_method_mod_q, e_rsax_get_ctx(rsa, 0,
    +                                                              rsa->q)))
    +        goto err;
    +
    +    /* compute I mod p */
    +    if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME)) {
    +        c = &local_c;
    +        BN_with_flags(c, I, BN_FLG_CONSTTIME);
    +        if (!BN_mod(r1, c, rsa->p, ctx))
    +            goto err;
    +    } else {
    +        if (!BN_mod(r1, I, rsa->p, ctx))
    +            goto err;
    +    }
    +
    +    /* compute r1^dmp1 mod p */
    +    if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME)) {
    +        dmp1 = &local_dmp1;
    +        BN_with_flags(dmp1, rsa->dmp1, BN_FLG_CONSTTIME);
    +    } else
    +        dmp1 = rsa->dmp1;
    +
    +    if (!e_rsax_bn_mod_exp(r0, r1, dmp1, rsa->p, ctx,
    +                           rsa->_method_mod_p, e_rsax_get_ctx(rsa, 1,
    +                                                              rsa->p)))
    +        goto err;
     
    -static int e_rsax_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx)
    -	{
    -	BIGNUM *r1,*m1,*vrfy;
    -	BIGNUM local_dmp1,local_dmq1,local_c,local_r1;
    -	BIGNUM *dmp1,*dmq1,*c,*pr1;
    -	int ret=0;
    -
    -	BN_CTX_start(ctx);
    -	r1 = BN_CTX_get(ctx);
    -	m1 = BN_CTX_get(ctx);
    -	vrfy = BN_CTX_get(ctx);
    -
    -	{
    -		BIGNUM local_p, local_q;
    -		BIGNUM *p = NULL, *q = NULL;
    -		int error = 0;
    -
    -		/* Make sure BN_mod_inverse in Montgomery
    -		 * intialization uses the BN_FLG_CONSTTIME flag
    -		 * (unless RSA_FLAG_NO_CONSTTIME is set)
    -		 */
    -		if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME))
    -			{
    -			BN_init(&local_p);
    -			p = &local_p;
    -			BN_with_flags(p, rsa->p, BN_FLG_CONSTTIME);
    -
    -			BN_init(&local_q);
    -			q = &local_q;
    -			BN_with_flags(q, rsa->q, BN_FLG_CONSTTIME);
    -			}
    -		else
    -			{
    -			p = rsa->p;
    -			q = rsa->q;
    -			}
    -
    -		if (rsa->flags & RSA_FLAG_CACHE_PRIVATE)
    -			{
    -			if (!BN_MONT_CTX_set_locked(&rsa->_method_mod_p, CRYPTO_LOCK_RSA, p, ctx))
    -				error = 1;
    -			if (!BN_MONT_CTX_set_locked(&rsa->_method_mod_q, CRYPTO_LOCK_RSA, q, ctx))
    -				error = 1;
    -			}
    -
    -		/* clean up */
    -		if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME))
    -			{
    -			BN_free(&local_p);
    -			BN_free(&local_q);
    -			}
    -		if ( error )
    -			goto err;
    -	}
    -
    -	if (rsa->flags & RSA_FLAG_CACHE_PUBLIC)
    -		if (!BN_MONT_CTX_set_locked(&rsa->_method_mod_n, CRYPTO_LOCK_RSA, rsa->n, ctx))
    -			goto err;
    -
    -	/* compute I mod q */
    -	if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME))
    -		{
    -		c = &local_c;
    -		BN_with_flags(c, I, BN_FLG_CONSTTIME);
    -		if (!BN_mod(r1,c,rsa->q,ctx)) goto err;
    -		}
    -	else
    -		{
    -		if (!BN_mod(r1,I,rsa->q,ctx)) goto err;
    -		}
    -
    -	/* compute r1^dmq1 mod q */
    -	if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME))
    -		{
    -		dmq1 = &local_dmq1;
    -		BN_with_flags(dmq1, rsa->dmq1, BN_FLG_CONSTTIME);
    -		}
    -	else
    -		dmq1 = rsa->dmq1;
    -
    -	if (!e_rsax_bn_mod_exp(m1,r1,dmq1,rsa->q,ctx,
    -		rsa->_method_mod_q, e_rsax_get_ctx(rsa, 0, rsa->q) )) goto err;
    -
    -	/* compute I mod p */
    -	if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME))
    -		{
    -		c = &local_c;
    -		BN_with_flags(c, I, BN_FLG_CONSTTIME);
    -		if (!BN_mod(r1,c,rsa->p,ctx)) goto err;
    -		}
    -	else
    -		{
    -		if (!BN_mod(r1,I,rsa->p,ctx)) goto err;
    -		}
    -
    -	/* compute r1^dmp1 mod p */
    -	if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME))
    -		{
    -		dmp1 = &local_dmp1;
    -		BN_with_flags(dmp1, rsa->dmp1, BN_FLG_CONSTTIME);
    -		}
    -	else
    -		dmp1 = rsa->dmp1;
    -
    -	if (!e_rsax_bn_mod_exp(r0,r1,dmp1,rsa->p,ctx,
    -		rsa->_method_mod_p, e_rsax_get_ctx(rsa, 1, rsa->p) )) goto err;
    -
    -	if (!BN_sub(r0,r0,m1)) goto err;
    -	/* This will help stop the size of r0 increasing, which does
    -	 * affect the multiply if it optimised for a power of 2 size */
    -	if (BN_is_negative(r0))
    -		if (!BN_add(r0,r0,rsa->p)) goto err;
    -
    -	if (!BN_mul(r1,r0,rsa->iqmp,ctx)) goto err;
    -
    -	/* Turn BN_FLG_CONSTTIME flag on before division operation */
    -	if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME))
    -		{
    -		pr1 = &local_r1;
    -		BN_with_flags(pr1, r1, BN_FLG_CONSTTIME);
    -		}
    -	else
    -		pr1 = r1;
    -	if (!BN_mod(r0,pr1,rsa->p,ctx)) goto err;
    -
    -	/* If p < q it is occasionally possible for the correction of
    -         * adding 'p' if r0 is negative above to leave the result still
    -	 * negative. This can break the private key operations: the following
    -	 * second correction should *always* correct this rare occurrence.
    -	 * This will *never* happen with OpenSSL generated keys because
    -         * they ensure p > q [steve]
    +    if (!BN_sub(r0, r0, m1))
    +        goto err;
    +    /*
    +     * This will help stop the size of r0 increasing, which does affect the
    +     * multiply if it optimised for a power of 2 size
    +     */
    +    if (BN_is_negative(r0))
    +        if (!BN_add(r0, r0, rsa->p))
    +            goto err;
    +
    +    if (!BN_mul(r1, r0, rsa->iqmp, ctx))
    +        goto err;
    +
    +    /* Turn BN_FLG_CONSTTIME flag on before division operation */
    +    if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME)) {
    +        pr1 = &local_r1;
    +        BN_with_flags(pr1, r1, BN_FLG_CONSTTIME);
    +    } else
    +        pr1 = r1;
    +    if (!BN_mod(r0, pr1, rsa->p, ctx))
    +        goto err;
    +
    +    /*
    +     * If p < q it is occasionally possible for the correction of adding 'p'
    +     * if r0 is negative above to leave the result still negative. This can
    +     * break the private key operations: the following second correction
    +     * should *always* correct this rare occurrence. This will *never* happen
    +     * with OpenSSL generated keys because they ensure p > q [steve]
    +     */
    +    if (BN_is_negative(r0))
    +        if (!BN_add(r0, r0, rsa->p))
    +            goto err;
    +    if (!BN_mul(r1, r0, rsa->q, ctx))
    +        goto err;
    +    if (!BN_add(r0, r1, m1))
    +        goto err;
    +
    +    if (rsa->e && rsa->n) {
    +        if (!e_rsax_bn_mod_exp
    +            (vrfy, r0, rsa->e, rsa->n, ctx, rsa->_method_mod_n,
    +             e_rsax_get_ctx(rsa, 2, rsa->n)))
    +            goto err;
    +
    +        /*
    +         * If 'I' was greater than (or equal to) rsa->n, the operation will
    +         * be equivalent to using 'I mod n'. However, the result of the
    +         * verify will *always* be less than 'n' so we don't check for
    +         * absolute equality, just congruency.
              */
    -	if (BN_is_negative(r0))
    -		if (!BN_add(r0,r0,rsa->p)) goto err;
    -	if (!BN_mul(r1,r0,rsa->q,ctx)) goto err;
    -	if (!BN_add(r0,r1,m1)) goto err;
    -
    -	if (rsa->e && rsa->n)
    -		{
    -		if (!e_rsax_bn_mod_exp(vrfy,r0,rsa->e,rsa->n,ctx,rsa->_method_mod_n, e_rsax_get_ctx(rsa, 2, rsa->n) ))
    -                    goto err;
    -
    -		/* If 'I' was greater than (or equal to) rsa->n, the operation
    -		 * will be equivalent to using 'I mod n'. However, the result of
    -		 * the verify will *always* be less than 'n' so we don't check
    -		 * for absolute equality, just congruency. */
    -		if (!BN_sub(vrfy, vrfy, I)) goto err;
    -		if (!BN_mod(vrfy, vrfy, rsa->n, ctx)) goto err;
    -		if (BN_is_negative(vrfy))
    -			if (!BN_add(vrfy, vrfy, rsa->n)) goto err;
    -		if (!BN_is_zero(vrfy))
    -			{
    -			/* 'I' and 'vrfy' aren't congruent mod n. Don't leak
    -			 * miscalculated CRT output, just do a raw (slower)
    -			 * mod_exp and return that instead. */
    -
    -			BIGNUM local_d;
    -			BIGNUM *d = NULL;
    -
    -			if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME))
    -				{
    -				d = &local_d;
    -				BN_with_flags(d, rsa->d, BN_FLG_CONSTTIME);
    -				}
    -			else
    -				d = rsa->d;
    -			if (!e_rsax_bn_mod_exp(r0,I,d,rsa->n,ctx,
    -						   rsa->_method_mod_n, e_rsax_get_ctx(rsa, 2, rsa->n) )) goto err;
    -			}
    -		}
    -	ret=1;
    -
    -err:
    -	BN_CTX_end(ctx);
    -
    -	return ret;
    -	}
    -#endif /* !OPENSSL_NO_RSA */
    -#endif /* !COMPILE_RSAX */
    +        if (!BN_sub(vrfy, vrfy, I))
    +            goto err;
    +        if (!BN_mod(vrfy, vrfy, rsa->n, ctx))
    +            goto err;
    +        if (BN_is_negative(vrfy))
    +            if (!BN_add(vrfy, vrfy, rsa->n))
    +                goto err;
    +        if (!BN_is_zero(vrfy)) {
    +            /*
    +             * 'I' and 'vrfy' aren't congruent mod n. Don't leak
    +             * miscalculated CRT output, just do a raw (slower) mod_exp and
    +             * return that instead.
    +             */
    +
    +            BIGNUM local_d;
    +            BIGNUM *d = NULL;
    +
    +            if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME)) {
    +                d = &local_d;
    +                BN_with_flags(d, rsa->d, BN_FLG_CONSTTIME);
    +            } else
    +                d = rsa->d;
    +            if (!e_rsax_bn_mod_exp(r0, I, d, rsa->n, ctx,
    +                                   rsa->_method_mod_n, e_rsax_get_ctx(rsa, 2,
    +                                                                      rsa->n)))
    +                goto err;
    +        }
    +    }
    +    ret = 1;
    +
    + err:
    +    BN_CTX_end(ctx);
    +
    +    return ret;
    +}
    +# endif                         /* !OPENSSL_NO_RSA */
    +#endif                          /* !COMPILE_RSAX */
    diff --git a/openssl/crypto/engine/eng_table.c b/openssl/crypto/engine/eng_table.c
    index 4fde94818..27d31f70c 100644
    --- a/openssl/crypto/engine/eng_table.c
    +++ b/openssl/crypto/engine/eng_table.c
    @@ -6,7 +6,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -58,294 +58,301 @@
     #include "eng_int.h"
     
     /* The type of the items in the table */
    -typedef struct st_engine_pile
    -	{
    -	/* The 'nid' of this algorithm/mode */
    -	int nid;
    -	/* ENGINEs that implement this algorithm/mode. */
    -	STACK_OF(ENGINE) *sk;
    -	/* The default ENGINE to perform this algorithm/mode. */
    -	ENGINE *funct;
    -	/* Zero if 'sk' is newer than the cached 'funct', non-zero otherwise */
    -	int uptodate;
    -	} ENGINE_PILE;
    +typedef struct st_engine_pile {
    +    /* The 'nid' of this algorithm/mode */
    +    int nid;
    +    /* ENGINEs that implement this algorithm/mode. */
    +    STACK_OF(ENGINE) *sk;
    +    /* The default ENGINE to perform this algorithm/mode. */
    +    ENGINE *funct;
    +    /*
    +     * Zero if 'sk' is newer than the cached 'funct', non-zero otherwise
    +     */
    +    int uptodate;
    +} ENGINE_PILE;
     
     DECLARE_LHASH_OF(ENGINE_PILE);
     
     /* The type exposed in eng_int.h */
    -struct st_engine_table
    -	{
    -	LHASH_OF(ENGINE_PILE) piles;
    -	}; /* ENGINE_TABLE */
    +struct st_engine_table {
    +    LHASH_OF(ENGINE_PILE) piles;
    +};                              /* ENGINE_TABLE */
     
    -
    -typedef struct st_engine_pile_doall
    -	{
    -	engine_table_doall_cb *cb;
    -	void *arg;
    -	} ENGINE_PILE_DOALL;
    -	
    +typedef struct st_engine_pile_doall {
    +    engine_table_doall_cb *cb;
    +    void *arg;
    +} ENGINE_PILE_DOALL;
     
     /* Global flags (ENGINE_TABLE_FLAG_***). */
     static unsigned int table_flags = 0;
     
     /* API function manipulating 'table_flags' */
     unsigned int ENGINE_get_table_flags(void)
    -	{
    -	return table_flags;
    -	}
    +{
    +    return table_flags;
    +}
     
     void ENGINE_set_table_flags(unsigned int flags)
    -	{
    -	table_flags = flags;
    -	}
    +{
    +    table_flags = flags;
    +}
     
     /* Internal functions for the "piles" hash table */
     static unsigned long engine_pile_hash(const ENGINE_PILE *c)
    -	{
    -	return c->nid;
    -	}
    +{
    +    return c->nid;
    +}
     
     static int engine_pile_cmp(const ENGINE_PILE *a, const ENGINE_PILE *b)
    -	{
    -	return a->nid - b->nid;
    -	}
    +{
    +    return a->nid - b->nid;
    +}
    +
     static IMPLEMENT_LHASH_HASH_FN(engine_pile, ENGINE_PILE)
     static IMPLEMENT_LHASH_COMP_FN(engine_pile, ENGINE_PILE)
     
     static int int_table_check(ENGINE_TABLE **t, int create)
    -	{
    -	LHASH_OF(ENGINE_PILE) *lh;
    +{
    +    LHASH_OF(ENGINE_PILE) *lh;
     
    -	if(*t) return 1;
    -	if(!create) return 0;
    -	if((lh = lh_ENGINE_PILE_new()) == NULL)
    -		return 0;
    -	*t = (ENGINE_TABLE *)lh;
    -	return 1;
    -	}
    +    if (*t)
    +        return 1;
    +    if (!create)
    +        return 0;
    +    if ((lh = lh_ENGINE_PILE_new()) == NULL)
    +        return 0;
    +    *t = (ENGINE_TABLE *)lh;
    +    return 1;
    +}
     
    -/* Privately exposed (via eng_int.h) functions for adding and/or removing
    - * ENGINEs from the implementation table */
    +/*
    + * Privately exposed (via eng_int.h) functions for adding and/or removing
    + * ENGINEs from the implementation table
    + */
     int engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB *cleanup,
    -		ENGINE *e, const int *nids, int num_nids, int setdefault)
    -	{
    -	int ret = 0, added = 0;
    -	ENGINE_PILE tmplate, *fnd;
    -	CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    -	if(!(*table))
    -		added = 1;
    -	if(!int_table_check(table, 1))
    -		goto end;
    -	if(added)
    -		/* The cleanup callback needs to be added */
    -		engine_cleanup_add_first(cleanup);
    -	while(num_nids--)
    -		{
    -		tmplate.nid = *nids;
    -		fnd = lh_ENGINE_PILE_retrieve(&(*table)->piles, &tmplate);
    -		if(!fnd)
    -			{
    -			fnd = OPENSSL_malloc(sizeof(ENGINE_PILE));
    -			if(!fnd) goto end;
    -			fnd->uptodate = 1;
    -			fnd->nid = *nids;
    -			fnd->sk = sk_ENGINE_new_null();
    -			if(!fnd->sk)
    -				{
    -				OPENSSL_free(fnd);
    -				goto end;
    -				}
    -			fnd->funct = NULL;
    -			(void)lh_ENGINE_PILE_insert(&(*table)->piles, fnd);
    -			}
    -		/* A registration shouldn't add duplciate entries */
    -		(void)sk_ENGINE_delete_ptr(fnd->sk, e);
    -		/* if 'setdefault', this ENGINE goes to the head of the list */
    -		if(!sk_ENGINE_push(fnd->sk, e))
    -			goto end;
    -		/* "touch" this ENGINE_PILE */
    -		fnd->uptodate = 0;
    -		if(setdefault)
    -			{
    -			if(!engine_unlocked_init(e))
    -				{
    -				ENGINEerr(ENGINE_F_ENGINE_TABLE_REGISTER,
    -						ENGINE_R_INIT_FAILED);
    -				goto end;
    -				}
    -			if(fnd->funct)
    -				engine_unlocked_finish(fnd->funct, 0);
    -			fnd->funct = e;
    -			fnd->uptodate = 1;
    -			}
    -		nids++;
    -		}
    -	ret = 1;
    -end:
    -	CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    -	return ret;
    -	}
    +                          ENGINE *e, const int *nids, int num_nids,
    +                          int setdefault)
    +{
    +    int ret = 0, added = 0;
    +    ENGINE_PILE tmplate, *fnd;
    +    CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    +    if (!(*table))
    +        added = 1;
    +    if (!int_table_check(table, 1))
    +        goto end;
    +    if (added)
    +        /* The cleanup callback needs to be added */
    +        engine_cleanup_add_first(cleanup);
    +    while (num_nids--) {
    +        tmplate.nid = *nids;
    +        fnd = lh_ENGINE_PILE_retrieve(&(*table)->piles, &tmplate);
    +        if (!fnd) {
    +            fnd = OPENSSL_malloc(sizeof(ENGINE_PILE));
    +            if (!fnd)
    +                goto end;
    +            fnd->uptodate = 1;
    +            fnd->nid = *nids;
    +            fnd->sk = sk_ENGINE_new_null();
    +            if (!fnd->sk) {
    +                OPENSSL_free(fnd);
    +                goto end;
    +            }
    +            fnd->funct = NULL;
    +            (void)lh_ENGINE_PILE_insert(&(*table)->piles, fnd);
    +        }
    +        /* A registration shouldn't add duplciate entries */
    +        (void)sk_ENGINE_delete_ptr(fnd->sk, e);
    +        /*
    +         * if 'setdefault', this ENGINE goes to the head of the list
    +         */
    +        if (!sk_ENGINE_push(fnd->sk, e))
    +            goto end;
    +        /* "touch" this ENGINE_PILE */
    +        fnd->uptodate = 0;
    +        if (setdefault) {
    +            if (!engine_unlocked_init(e)) {
    +                ENGINEerr(ENGINE_F_ENGINE_TABLE_REGISTER,
    +                          ENGINE_R_INIT_FAILED);
    +                goto end;
    +            }
    +            if (fnd->funct)
    +                engine_unlocked_finish(fnd->funct, 0);
    +            fnd->funct = e;
    +            fnd->uptodate = 1;
    +        }
    +        nids++;
    +    }
    +    ret = 1;
    + end:
    +    CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    +    return ret;
    +}
    +
     static void int_unregister_cb_doall_arg(ENGINE_PILE *pile, ENGINE *e)
    -	{
    -	int n;
    -	/* Iterate the 'c->sk' stack removing any occurance of 'e' */
    -	while((n = sk_ENGINE_find(pile->sk, e)) >= 0)
    -		{
    -		(void)sk_ENGINE_delete(pile->sk, n);
    -		pile->uptodate = 0;
    -		}
    -	if(pile->funct == e)
    -		{
    -		engine_unlocked_finish(e, 0);
    -		pile->funct = NULL;
    -		}
    -	}
    +{
    +    int n;
    +    /* Iterate the 'c->sk' stack removing any occurance of 'e' */
    +    while ((n = sk_ENGINE_find(pile->sk, e)) >= 0) {
    +        (void)sk_ENGINE_delete(pile->sk, n);
    +        pile->uptodate = 0;
    +    }
    +    if (pile->funct == e) {
    +        engine_unlocked_finish(e, 0);
    +        pile->funct = NULL;
    +    }
    +}
    +
     static IMPLEMENT_LHASH_DOALL_ARG_FN(int_unregister_cb, ENGINE_PILE, ENGINE)
     
     void engine_table_unregister(ENGINE_TABLE **table, ENGINE *e)
    -	{
    -	CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    -	if(int_table_check(table, 0))
    -		lh_ENGINE_PILE_doall_arg(&(*table)->piles,
    -					 LHASH_DOALL_ARG_FN(int_unregister_cb),
    -					 ENGINE, e);
    -	CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    -	}
    +{
    +    CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    +    if (int_table_check(table, 0))
    +        lh_ENGINE_PILE_doall_arg(&(*table)->piles,
    +                                 LHASH_DOALL_ARG_FN(int_unregister_cb),
    +                                 ENGINE, e);
    +    CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    +}
     
     static void int_cleanup_cb_doall(ENGINE_PILE *p)
    -	{
    -	sk_ENGINE_free(p->sk);
    -	if(p->funct)
    -		engine_unlocked_finish(p->funct, 0);
    -	OPENSSL_free(p);
    -	}
    +{
    +    sk_ENGINE_free(p->sk);
    +    if (p->funct)
    +        engine_unlocked_finish(p->funct, 0);
    +    OPENSSL_free(p);
    +}
    +
     static IMPLEMENT_LHASH_DOALL_FN(int_cleanup_cb, ENGINE_PILE)
     
     void engine_table_cleanup(ENGINE_TABLE **table)
    -	{
    -	CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    -	if(*table)
    -		{
    -		lh_ENGINE_PILE_doall(&(*table)->piles,
    -				     LHASH_DOALL_FN(int_cleanup_cb));
    -		lh_ENGINE_PILE_free(&(*table)->piles);
    -		*table = NULL;
    -		}
    -	CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    -	}
    +{
    +    CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    +    if (*table) {
    +        lh_ENGINE_PILE_doall(&(*table)->piles,
    +                             LHASH_DOALL_FN(int_cleanup_cb));
    +        lh_ENGINE_PILE_free(&(*table)->piles);
    +        *table = NULL;
    +    }
    +    CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    +}
     
     /* return a functional reference for a given 'nid' */
     #ifndef ENGINE_TABLE_DEBUG
     ENGINE *engine_table_select(ENGINE_TABLE **table, int nid)
     #else
    -ENGINE *engine_table_select_tmp(ENGINE_TABLE **table, int nid, const char *f, int l)
    +ENGINE *engine_table_select_tmp(ENGINE_TABLE **table, int nid, const char *f,
    +                                int l)
     #endif
    -	{
    -	ENGINE *ret = NULL;
    -	ENGINE_PILE tmplate, *fnd=NULL;
    -	int initres, loop = 0;
    +{
    +    ENGINE *ret = NULL;
    +    ENGINE_PILE tmplate, *fnd = NULL;
    +    int initres, loop = 0;
     
    -	if(!(*table))
    -		{
    +    if (!(*table)) {
     #ifdef ENGINE_TABLE_DEBUG
    -		fprintf(stderr, "engine_table_dbg: %s:%d, nid=%d, nothing "
    -			"registered!\n", f, l, nid);
    +        fprintf(stderr, "engine_table_dbg: %s:%d, nid=%d, nothing "
    +                "registered!\n", f, l, nid);
     #endif
    -		return NULL;
    -		}
    -	ERR_set_mark();
    -	CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    -	/* Check again inside the lock otherwise we could race against cleanup
    -	 * operations. But don't worry about a fprintf(stderr). */
    -	if(!int_table_check(table, 0)) goto end;
    -	tmplate.nid = nid;
    -	fnd = lh_ENGINE_PILE_retrieve(&(*table)->piles, &tmplate);
    -	if(!fnd) goto end;
    -	if(fnd->funct && engine_unlocked_init(fnd->funct))
    -		{
    +        return NULL;
    +    }
    +    ERR_set_mark();
    +    CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    +    /*
    +     * Check again inside the lock otherwise we could race against cleanup
    +     * operations. But don't worry about a fprintf(stderr).
    +     */
    +    if (!int_table_check(table, 0))
    +        goto end;
    +    tmplate.nid = nid;
    +    fnd = lh_ENGINE_PILE_retrieve(&(*table)->piles, &tmplate);
    +    if (!fnd)
    +        goto end;
    +    if (fnd->funct && engine_unlocked_init(fnd->funct)) {
     #ifdef ENGINE_TABLE_DEBUG
    -		fprintf(stderr, "engine_table_dbg: %s:%d, nid=%d, using "
    -			"ENGINE '%s' cached\n", f, l, nid, fnd->funct->id);
    +        fprintf(stderr, "engine_table_dbg: %s:%d, nid=%d, using "
    +                "ENGINE '%s' cached\n", f, l, nid, fnd->funct->id);
     #endif
    -		ret = fnd->funct;
    -		goto end;
    -		}
    -	if(fnd->uptodate)
    -		{
    -		ret = fnd->funct;
    -		goto end;
    -		}
    -trynext:
    -	ret = sk_ENGINE_value(fnd->sk, loop++);
    -	if(!ret)
    -		{
    +        ret = fnd->funct;
    +        goto end;
    +    }
    +    if (fnd->uptodate) {
    +        ret = fnd->funct;
    +        goto end;
    +    }
    + trynext:
    +    ret = sk_ENGINE_value(fnd->sk, loop++);
    +    if (!ret) {
     #ifdef ENGINE_TABLE_DEBUG
    -		fprintf(stderr, "engine_table_dbg: %s:%d, nid=%d, no "
    -				"registered implementations would initialise\n",
    -				f, l, nid);
    +        fprintf(stderr, "engine_table_dbg: %s:%d, nid=%d, no "
    +                "registered implementations would initialise\n", f, l, nid);
     #endif
    -		goto end;
    -		}
    -	/* Try to initialise the ENGINE? */
    -	if((ret->funct_ref > 0) || !(table_flags & ENGINE_TABLE_FLAG_NOINIT))
    -		initres = engine_unlocked_init(ret);
    -	else
    -		initres = 0;
    -	if(initres)
    -		{
    -		/* Update 'funct' */
    -		if((fnd->funct != ret) && engine_unlocked_init(ret))
    -			{
    -			/* If there was a previous default we release it. */
    -			if(fnd->funct)
    -				engine_unlocked_finish(fnd->funct, 0);
    -			fnd->funct = ret;
    +        goto end;
    +    }
    +    /* Try to initialise the ENGINE? */
    +    if ((ret->funct_ref > 0) || !(table_flags & ENGINE_TABLE_FLAG_NOINIT))
    +        initres = engine_unlocked_init(ret);
    +    else
    +        initres = 0;
    +    if (initres) {
    +        /* Update 'funct' */
    +        if ((fnd->funct != ret) && engine_unlocked_init(ret)) {
    +            /* If there was a previous default we release it. */
    +            if (fnd->funct)
    +                engine_unlocked_finish(fnd->funct, 0);
    +            fnd->funct = ret;
     #ifdef ENGINE_TABLE_DEBUG
    -			fprintf(stderr, "engine_table_dbg: %s:%d, nid=%d, "
    -				"setting default to '%s'\n", f, l, nid, ret->id);
    +            fprintf(stderr, "engine_table_dbg: %s:%d, nid=%d, "
    +                    "setting default to '%s'\n", f, l, nid, ret->id);
     #endif
    -			}
    +        }
     #ifdef ENGINE_TABLE_DEBUG
    -		fprintf(stderr, "engine_table_dbg: %s:%d, nid=%d, using "
    -				"newly initialised '%s'\n", f, l, nid, ret->id);
    +        fprintf(stderr, "engine_table_dbg: %s:%d, nid=%d, using "
    +                "newly initialised '%s'\n", f, l, nid, ret->id);
     #endif
    -		goto end;
    -		}
    -	goto trynext;
    -end:
    -	/* If it failed, it is unlikely to succeed again until some future
    -	 * registrations have taken place. In all cases, we cache. */
    -	if(fnd) fnd->uptodate = 1;
    +        goto end;
    +    }
    +    goto trynext;
    + end:
    +    /*
    +     * If it failed, it is unlikely to succeed again until some future
    +     * registrations have taken place. In all cases, we cache.
    +     */
    +    if (fnd)
    +        fnd->uptodate = 1;
     #ifdef ENGINE_TABLE_DEBUG
    -	if(ret)
    -		fprintf(stderr, "engine_table_dbg: %s:%d, nid=%d, caching "
    -				"ENGINE '%s'\n", f, l, nid, ret->id);
    -	else
    -		fprintf(stderr, "engine_table_dbg: %s:%d, nid=%d, caching "
    -				"'no matching ENGINE'\n", f, l, nid);
    +    if (ret)
    +        fprintf(stderr, "engine_table_dbg: %s:%d, nid=%d, caching "
    +                "ENGINE '%s'\n", f, l, nid, ret->id);
    +    else
    +        fprintf(stderr, "engine_table_dbg: %s:%d, nid=%d, caching "
    +                "'no matching ENGINE'\n", f, l, nid);
     #endif
    -	CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    -	/* Whatever happened, any failed init()s are not failures in this
    -	 * context, so clear our error state. */
    -	ERR_pop_to_mark();
    -	return ret;
    -	}
    +    CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    +    /*
    +     * Whatever happened, any failed init()s are not failures in this
    +     * context, so clear our error state.
    +     */
    +    ERR_pop_to_mark();
    +    return ret;
    +}
     
     /* Table enumeration */
     
     static void int_cb_doall_arg(ENGINE_PILE *pile, ENGINE_PILE_DOALL *dall)
    -	{
    -	dall->cb(pile->nid, pile->sk, pile->funct, dall->arg);
    -	}
    -static IMPLEMENT_LHASH_DOALL_ARG_FN(int_cb, ENGINE_PILE,ENGINE_PILE_DOALL)
    +{
    +    dall->cb(pile->nid, pile->sk, pile->funct, dall->arg);
    +}
    +
    +static IMPLEMENT_LHASH_DOALL_ARG_FN(int_cb, ENGINE_PILE, ENGINE_PILE_DOALL)
     
     void engine_table_doall(ENGINE_TABLE *table, engine_table_doall_cb *cb,
    -								void *arg)
    -	{
    -	ENGINE_PILE_DOALL dall;
    -	dall.cb = cb;
    -	dall.arg = arg;
    -	lh_ENGINE_PILE_doall_arg(&table->piles, LHASH_DOALL_ARG_FN(int_cb),
    -				 ENGINE_PILE_DOALL, &dall);
    -	}
    +                        void *arg)
    +{
    +    ENGINE_PILE_DOALL dall;
    +    dall.cb = cb;
    +    dall.arg = arg;
    +    if (table)
    +        lh_ENGINE_PILE_doall_arg(&table->piles,
    +                                 LHASH_DOALL_ARG_FN(int_cb),
    +                                 ENGINE_PILE_DOALL, &dall);
    +}
    diff --git a/openssl/crypto/engine/engine.h b/openssl/crypto/engine/engine.h
    index f8be49772..bd7b59144 100644
    --- a/openssl/crypto/engine/engine.h
    +++ b/openssl/crypto/engine/engine.h
    @@ -1,6 +1,7 @@
     /* openssl/engine.h */
    -/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 1999-2004 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -57,241 +58,294 @@
      */
     /* ====================================================================
      * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
    - * ECDH support in OpenSSL originally developed by 
    + * ECDH support in OpenSSL originally developed by
      * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
      */
     
     #ifndef HEADER_ENGINE_H
    -#define HEADER_ENGINE_H
    -
    -#include 
    -
    -#ifdef OPENSSL_NO_ENGINE
    -#error ENGINE is disabled.
    -#endif
    -
    -#ifndef OPENSSL_NO_DEPRECATED
    -#include 
    -#ifndef OPENSSL_NO_RSA
    -#include 
    -#endif
    -#ifndef OPENSSL_NO_DSA
    -#include 
    -#endif
    -#ifndef OPENSSL_NO_DH
    -#include 
    -#endif
    -#ifndef OPENSSL_NO_ECDH
    -#include 
    -#endif
    -#ifndef OPENSSL_NO_ECDSA
    -#include 
    -#endif
    -#include 
    -#include 
    -#include 
    -#endif
    -
    -#include 
    -#include 
    -
    -#include 
    +# define HEADER_ENGINE_H
    +
    +# include 
    +
    +# ifdef OPENSSL_NO_ENGINE
    +#  error ENGINE is disabled.
    +# endif
    +
    +# ifndef OPENSSL_NO_DEPRECATED
    +#  include 
    +#  ifndef OPENSSL_NO_RSA
    +#   include 
    +#  endif
    +#  ifndef OPENSSL_NO_DSA
    +#   include 
    +#  endif
    +#  ifndef OPENSSL_NO_DH
    +#   include 
    +#  endif
    +#  ifndef OPENSSL_NO_ECDH
    +#   include 
    +#  endif
    +#  ifndef OPENSSL_NO_ECDSA
    +#   include 
    +#  endif
    +#  include 
    +#  include 
    +#  include 
    +# endif
    +
    +# include 
    +# include 
    +
    +# include 
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -/* These flags are used to control combinations of algorithm (methods)
    - * by bitwise "OR"ing. */
    -#define ENGINE_METHOD_RSA		(unsigned int)0x0001
    -#define ENGINE_METHOD_DSA		(unsigned int)0x0002
    -#define ENGINE_METHOD_DH		(unsigned int)0x0004
    -#define ENGINE_METHOD_RAND		(unsigned int)0x0008
    -#define ENGINE_METHOD_ECDH		(unsigned int)0x0010
    -#define ENGINE_METHOD_ECDSA		(unsigned int)0x0020
    -#define ENGINE_METHOD_CIPHERS		(unsigned int)0x0040
    -#define ENGINE_METHOD_DIGESTS		(unsigned int)0x0080
    -#define ENGINE_METHOD_STORE		(unsigned int)0x0100
    -#define ENGINE_METHOD_PKEY_METHS	(unsigned int)0x0200
    -#define ENGINE_METHOD_PKEY_ASN1_METHS	(unsigned int)0x0400
    +/*
    + * These flags are used to control combinations of algorithm (methods) by
    + * bitwise "OR"ing.
    + */
    +# define ENGINE_METHOD_RSA               (unsigned int)0x0001
    +# define ENGINE_METHOD_DSA               (unsigned int)0x0002
    +# define ENGINE_METHOD_DH                (unsigned int)0x0004
    +# define ENGINE_METHOD_RAND              (unsigned int)0x0008
    +# define ENGINE_METHOD_ECDH              (unsigned int)0x0010
    +# define ENGINE_METHOD_ECDSA             (unsigned int)0x0020
    +# define ENGINE_METHOD_CIPHERS           (unsigned int)0x0040
    +# define ENGINE_METHOD_DIGESTS           (unsigned int)0x0080
    +# define ENGINE_METHOD_STORE             (unsigned int)0x0100
    +# define ENGINE_METHOD_PKEY_METHS        (unsigned int)0x0200
    +# define ENGINE_METHOD_PKEY_ASN1_METHS   (unsigned int)0x0400
     /* Obvious all-or-nothing cases. */
    -#define ENGINE_METHOD_ALL		(unsigned int)0xFFFF
    -#define ENGINE_METHOD_NONE		(unsigned int)0x0000
    -
    -/* This(ese) flag(s) controls behaviour of the ENGINE_TABLE mechanism used
    - * internally to control registration of ENGINE implementations, and can be set
    - * by ENGINE_set_table_flags(). The "NOINIT" flag prevents attempts to
    - * initialise registered ENGINEs if they are not already initialised. */
    -#define ENGINE_TABLE_FLAG_NOINIT	(unsigned int)0x0001
    +# define ENGINE_METHOD_ALL               (unsigned int)0xFFFF
    +# define ENGINE_METHOD_NONE              (unsigned int)0x0000
    +
    +/*
    + * This(ese) flag(s) controls behaviour of the ENGINE_TABLE mechanism used
    + * internally to control registration of ENGINE implementations, and can be
    + * set by ENGINE_set_table_flags(). The "NOINIT" flag prevents attempts to
    + * initialise registered ENGINEs if they are not already initialised.
    + */
    +# define ENGINE_TABLE_FLAG_NOINIT        (unsigned int)0x0001
     
     /* ENGINE flags that can be set by ENGINE_set_flags(). */
    -/* #define ENGINE_FLAGS_MALLOCED	0x0001 */ /* Not used */
    -
    -/* This flag is for ENGINEs that wish to handle the various 'CMD'-related
    - * control commands on their own. Without this flag, ENGINE_ctrl() handles these
    - * control commands on behalf of the ENGINE using their "cmd_defns" data. */
    -#define ENGINE_FLAGS_MANUAL_CMD_CTRL	(int)0x0002
    -
    -/* This flag is for ENGINEs who return new duplicate structures when found via
    - * "ENGINE_by_id()". When an ENGINE must store state (eg. if ENGINE_ctrl()
    - * commands are called in sequence as part of some stateful process like
    - * key-generation setup and execution), it can set this flag - then each attempt
    - * to obtain the ENGINE will result in it being copied into a new structure.
    - * Normally, ENGINEs don't declare this flag so ENGINE_by_id() just increments
    - * the existing ENGINE's structural reference count. */
    -#define ENGINE_FLAGS_BY_ID_COPY		(int)0x0004
    -
    -/* This flag if for an ENGINE that does not want its methods registered as 
    - * part of ENGINE_register_all_complete() for example if the methods are
    - * not usable as default methods.
    - */
    -
    -#define ENGINE_FLAGS_NO_REGISTER_ALL	(int)0x0008
    -
    -/* ENGINEs can support their own command types, and these flags are used in
    - * ENGINE_CTRL_GET_CMD_FLAGS to indicate to the caller what kind of input each
    - * command expects. Currently only numeric and string input is supported. If a
    - * control command supports none of the _NUMERIC, _STRING, or _NO_INPUT options,
    - * then it is regarded as an "internal" control command - and not for use in
    - * config setting situations. As such, they're not available to the
    - * ENGINE_ctrl_cmd_string() function, only raw ENGINE_ctrl() access. Changes to
    - * this list of 'command types' should be reflected carefully in
    - * ENGINE_cmd_is_executable() and ENGINE_ctrl_cmd_string(). */
    +/* Not used */
    +/* #define ENGINE_FLAGS_MALLOCED        0x0001 */
    +
    +/*
    + * This flag is for ENGINEs that wish to handle the various 'CMD'-related
    + * control commands on their own. Without this flag, ENGINE_ctrl() handles
    + * these control commands on behalf of the ENGINE using their "cmd_defns"
    + * data.
    + */
    +# define ENGINE_FLAGS_MANUAL_CMD_CTRL    (int)0x0002
    +
    +/*
    + * This flag is for ENGINEs who return new duplicate structures when found
    + * via "ENGINE_by_id()". When an ENGINE must store state (eg. if
    + * ENGINE_ctrl() commands are called in sequence as part of some stateful
    + * process like key-generation setup and execution), it can set this flag -
    + * then each attempt to obtain the ENGINE will result in it being copied into
    + * a new structure. Normally, ENGINEs don't declare this flag so
    + * ENGINE_by_id() just increments the existing ENGINE's structural reference
    + * count.
    + */
    +# define ENGINE_FLAGS_BY_ID_COPY         (int)0x0004
    +
    +/*
    + * This flag if for an ENGINE that does not want its methods registered as
    + * part of ENGINE_register_all_complete() for example if the methods are not
    + * usable as default methods.
    + */
    +
    +# define ENGINE_FLAGS_NO_REGISTER_ALL    (int)0x0008
    +
    +/*
    + * ENGINEs can support their own command types, and these flags are used in
    + * ENGINE_CTRL_GET_CMD_FLAGS to indicate to the caller what kind of input
    + * each command expects. Currently only numeric and string input is
    + * supported. If a control command supports none of the _NUMERIC, _STRING, or
    + * _NO_INPUT options, then it is regarded as an "internal" control command -
    + * and not for use in config setting situations. As such, they're not
    + * available to the ENGINE_ctrl_cmd_string() function, only raw ENGINE_ctrl()
    + * access. Changes to this list of 'command types' should be reflected
    + * carefully in ENGINE_cmd_is_executable() and ENGINE_ctrl_cmd_string().
    + */
     
     /* accepts a 'long' input value (3rd parameter to ENGINE_ctrl) */
    -#define ENGINE_CMD_FLAG_NUMERIC		(unsigned int)0x0001
    -/* accepts string input (cast from 'void*' to 'const char *', 4th parameter to
    - * ENGINE_ctrl) */
    -#define ENGINE_CMD_FLAG_STRING		(unsigned int)0x0002
    -/* Indicates that the control command takes *no* input. Ie. the control command
    - * is unparameterised. */
    -#define ENGINE_CMD_FLAG_NO_INPUT	(unsigned int)0x0004
    -/* Indicates that the control command is internal. This control command won't
    +# define ENGINE_CMD_FLAG_NUMERIC         (unsigned int)0x0001
    +/*
    + * accepts string input (cast from 'void*' to 'const char *', 4th parameter
    + * to ENGINE_ctrl)
    + */
    +# define ENGINE_CMD_FLAG_STRING          (unsigned int)0x0002
    +/*
    + * Indicates that the control command takes *no* input. Ie. the control
    + * command is unparameterised.
    + */
    +# define ENGINE_CMD_FLAG_NO_INPUT        (unsigned int)0x0004
    +/*
    + * Indicates that the control command is internal. This control command won't
      * be shown in any output, and is only usable through the ENGINE_ctrl_cmd()
    - * function. */
    -#define ENGINE_CMD_FLAG_INTERNAL	(unsigned int)0x0008
    -
    -/* NB: These 3 control commands are deprecated and should not be used. ENGINEs
    - * relying on these commands should compile conditional support for
    - * compatibility (eg. if these symbols are defined) but should also migrate the
    - * same functionality to their own ENGINE-specific control functions that can be
    - * "discovered" by calling applications. The fact these control commands
    - * wouldn't be "executable" (ie. usable by text-based config) doesn't change the
    - * fact that application code can find and use them without requiring per-ENGINE
    - * hacking. */
    -
    -/* These flags are used to tell the ctrl function what should be done.
    - * All command numbers are shared between all engines, even if some don't
    - * make sense to some engines.  In such a case, they do nothing but return
    - * the error ENGINE_R_CTRL_COMMAND_NOT_IMPLEMENTED. */
    -#define ENGINE_CTRL_SET_LOGSTREAM		1
    -#define ENGINE_CTRL_SET_PASSWORD_CALLBACK	2
    -#define ENGINE_CTRL_HUP				3 /* Close and reinitialise any
    -						     handles/connections etc. */
    -#define ENGINE_CTRL_SET_USER_INTERFACE          4 /* Alternative to callback */
    -#define ENGINE_CTRL_SET_CALLBACK_DATA           5 /* User-specific data, used
    -						     when calling the password
    -						     callback and the user
    -						     interface */
    -#define ENGINE_CTRL_LOAD_CONFIGURATION		6 /* Load a configuration, given
    -						     a string that represents a
    -						     file name or so */
    -#define ENGINE_CTRL_LOAD_SECTION		7 /* Load data from a given
    -						     section in the already loaded
    -						     configuration */
    -
    -/* These control commands allow an application to deal with an arbitrary engine
    - * in a dynamic way. Warn: Negative return values indicate errors FOR THESE
    - * COMMANDS because zero is used to indicate 'end-of-list'. Other commands,
    - * including ENGINE-specific command types, return zero for an error.
    - *
    - * An ENGINE can choose to implement these ctrl functions, and can internally
    - * manage things however it chooses - it does so by setting the
    - * ENGINE_FLAGS_MANUAL_CMD_CTRL flag (using ENGINE_set_flags()). Otherwise the
    - * ENGINE_ctrl() code handles this on the ENGINE's behalf using the cmd_defns
    - * data (set using ENGINE_set_cmd_defns()). This means an ENGINE's ctrl()
    - * handler need only implement its own commands - the above "meta" commands will
    - * be taken care of. */
    -
    -/* Returns non-zero if the supplied ENGINE has a ctrl() handler. If "not", then
    - * all the remaining control commands will return failure, so it is worth
    - * checking this first if the caller is trying to "discover" the engine's
    - * capabilities and doesn't want errors generated unnecessarily. */
    -#define ENGINE_CTRL_HAS_CTRL_FUNCTION		10
    -/* Returns a positive command number for the first command supported by the
    - * engine. Returns zero if no ctrl commands are supported. */
    -#define ENGINE_CTRL_GET_FIRST_CMD_TYPE		11
    -/* The 'long' argument specifies a command implemented by the engine, and the
    - * return value is the next command supported, or zero if there are no more. */
    -#define ENGINE_CTRL_GET_NEXT_CMD_TYPE		12
    -/* The 'void*' argument is a command name (cast from 'const char *'), and the
    - * return value is the command that corresponds to it. */
    -#define ENGINE_CTRL_GET_CMD_FROM_NAME		13
    -/* The next two allow a command to be converted into its corresponding string
    - * form. In each case, the 'long' argument supplies the command. In the NAME_LEN
    - * case, the return value is the length of the command name (not counting a
    - * trailing EOL). In the NAME case, the 'void*' argument must be a string buffer
    - * large enough, and it will be populated with the name of the command (WITH a
    - * trailing EOL). */
    -#define ENGINE_CTRL_GET_NAME_LEN_FROM_CMD	14
    -#define ENGINE_CTRL_GET_NAME_FROM_CMD		15
    + * function.
    + */
    +# define ENGINE_CMD_FLAG_INTERNAL        (unsigned int)0x0008
    +
    +/*
    + * NB: These 3 control commands are deprecated and should not be used.
    + * ENGINEs relying on these commands should compile conditional support for
    + * compatibility (eg. if these symbols are defined) but should also migrate
    + * the same functionality to their own ENGINE-specific control functions that
    + * can be "discovered" by calling applications. The fact these control
    + * commands wouldn't be "executable" (ie. usable by text-based config)
    + * doesn't change the fact that application code can find and use them
    + * without requiring per-ENGINE hacking.
    + */
    +
    +/*
    + * These flags are used to tell the ctrl function what should be done. All
    + * command numbers are shared between all engines, even if some don't make
    + * sense to some engines.  In such a case, they do nothing but return the
    + * error ENGINE_R_CTRL_COMMAND_NOT_IMPLEMENTED.
    + */
    +# define ENGINE_CTRL_SET_LOGSTREAM               1
    +# define ENGINE_CTRL_SET_PASSWORD_CALLBACK       2
    +# define ENGINE_CTRL_HUP                         3/* Close and reinitialise
    +                                                   * any handles/connections
    +                                                   * etc. */
    +# define ENGINE_CTRL_SET_USER_INTERFACE          4/* Alternative to callback */
    +# define ENGINE_CTRL_SET_CALLBACK_DATA           5/* User-specific data, used
    +                                                   * when calling the password
    +                                                   * callback and the user
    +                                                   * interface */
    +# define ENGINE_CTRL_LOAD_CONFIGURATION          6/* Load a configuration,
    +                                                   * given a string that
    +                                                   * represents a file name
    +                                                   * or so */
    +# define ENGINE_CTRL_LOAD_SECTION                7/* Load data from a given
    +                                                   * section in the already
    +                                                   * loaded configuration */
    +
    +/*
    + * These control commands allow an application to deal with an arbitrary
    + * engine in a dynamic way. Warn: Negative return values indicate errors FOR
    + * THESE COMMANDS because zero is used to indicate 'end-of-list'. Other
    + * commands, including ENGINE-specific command types, return zero for an
    + * error. An ENGINE can choose to implement these ctrl functions, and can
    + * internally manage things however it chooses - it does so by setting the
    + * ENGINE_FLAGS_MANUAL_CMD_CTRL flag (using ENGINE_set_flags()). Otherwise
    + * the ENGINE_ctrl() code handles this on the ENGINE's behalf using the
    + * cmd_defns data (set using ENGINE_set_cmd_defns()). This means an ENGINE's
    + * ctrl() handler need only implement its own commands - the above "meta"
    + * commands will be taken care of.
    + */
    +
    +/*
    + * Returns non-zero if the supplied ENGINE has a ctrl() handler. If "not",
    + * then all the remaining control commands will return failure, so it is
    + * worth checking this first if the caller is trying to "discover" the
    + * engine's capabilities and doesn't want errors generated unnecessarily.
    + */
    +# define ENGINE_CTRL_HAS_CTRL_FUNCTION           10
    +/*
    + * Returns a positive command number for the first command supported by the
    + * engine. Returns zero if no ctrl commands are supported.
    + */
    +# define ENGINE_CTRL_GET_FIRST_CMD_TYPE          11
    +/*
    + * The 'long' argument specifies a command implemented by the engine, and the
    + * return value is the next command supported, or zero if there are no more.
    + */
    +# define ENGINE_CTRL_GET_NEXT_CMD_TYPE           12
    +/*
    + * The 'void*' argument is a command name (cast from 'const char *'), and the
    + * return value is the command that corresponds to it.
    + */
    +# define ENGINE_CTRL_GET_CMD_FROM_NAME           13
    +/*
    + * The next two allow a command to be converted into its corresponding string
    + * form. In each case, the 'long' argument supplies the command. In the
    + * NAME_LEN case, the return value is the length of the command name (not
    + * counting a trailing EOL). In the NAME case, the 'void*' argument must be a
    + * string buffer large enough, and it will be populated with the name of the
    + * command (WITH a trailing EOL).
    + */
    +# define ENGINE_CTRL_GET_NAME_LEN_FROM_CMD       14
    +# define ENGINE_CTRL_GET_NAME_FROM_CMD           15
     /* The next two are similar but give a "short description" of a command. */
    -#define ENGINE_CTRL_GET_DESC_LEN_FROM_CMD	16
    -#define ENGINE_CTRL_GET_DESC_FROM_CMD		17
    -/* With this command, the return value is the OR'd combination of
    +# define ENGINE_CTRL_GET_DESC_LEN_FROM_CMD       16
    +# define ENGINE_CTRL_GET_DESC_FROM_CMD           17
    +/*
    + * With this command, the return value is the OR'd combination of
      * ENGINE_CMD_FLAG_*** values that indicate what kind of input a given
    - * engine-specific ctrl command expects. */
    -#define ENGINE_CTRL_GET_CMD_FLAGS		18
    + * engine-specific ctrl command expects.
    + */
    +# define ENGINE_CTRL_GET_CMD_FLAGS               18
     
    -/* ENGINE implementations should start the numbering of their own control
    - * commands from this value. (ie. ENGINE_CMD_BASE, ENGINE_CMD_BASE + 1, etc). */
    -#define ENGINE_CMD_BASE				200
    +/*
    + * ENGINE implementations should start the numbering of their own control
    + * commands from this value. (ie. ENGINE_CMD_BASE, ENGINE_CMD_BASE + 1, etc).
    + */
    +# define ENGINE_CMD_BASE                         200
     
    -/* NB: These 2 nCipher "chil" control commands are deprecated, and their
    +/*
    + * NB: These 2 nCipher "chil" control commands are deprecated, and their
      * functionality is now available through ENGINE-specific control commands
      * (exposed through the above-mentioned 'CMD'-handling). Code using these 2
    - * commands should be migrated to the more general command handling before these
    - * are removed. */
    + * commands should be migrated to the more general command handling before
    + * these are removed.
    + */
     
     /* Flags specific to the nCipher "chil" engine */
    -#define ENGINE_CTRL_CHIL_SET_FORKCHECK		100
    -	/* Depending on the value of the (long)i argument, this sets or
    -	 * unsets the SimpleForkCheck flag in the CHIL API to enable or
    -	 * disable checking and workarounds for applications that fork().
    -	 */
    -#define ENGINE_CTRL_CHIL_NO_LOCKING		101
    -	/* This prevents the initialisation function from providing mutex
    -	 * callbacks to the nCipher library. */
    -
    -/* If an ENGINE supports its own specific control commands and wishes the
    - * framework to handle the above 'ENGINE_CMD_***'-manipulation commands on its
    - * behalf, it should supply a null-terminated array of ENGINE_CMD_DEFN entries
    - * to ENGINE_set_cmd_defns(). It should also implement a ctrl() handler that
    - * supports the stated commands (ie. the "cmd_num" entries as described by the
    - * array). NB: The array must be ordered in increasing order of cmd_num.
    - * "null-terminated" means that the last ENGINE_CMD_DEFN element has cmd_num set
    - * to zero and/or cmd_name set to NULL. */
    -typedef struct ENGINE_CMD_DEFN_st
    -	{
    -	unsigned int cmd_num; /* The command number */
    -	const char *cmd_name; /* The command name itself */
    -	const char *cmd_desc; /* A short description of the command */
    -	unsigned int cmd_flags; /* The input the command expects */
    -	} ENGINE_CMD_DEFN;
    +# define ENGINE_CTRL_CHIL_SET_FORKCHECK          100
    +        /*
    +         * Depending on the value of the (long)i argument, this sets or
    +         * unsets the SimpleForkCheck flag in the CHIL API to enable or
    +         * disable checking and workarounds for applications that fork().
    +         */
    +# define ENGINE_CTRL_CHIL_NO_LOCKING             101
    +        /*
    +         * This prevents the initialisation function from providing mutex
    +         * callbacks to the nCipher library.
    +         */
    +
    +/*
    + * If an ENGINE supports its own specific control commands and wishes the
    + * framework to handle the above 'ENGINE_CMD_***'-manipulation commands on
    + * its behalf, it should supply a null-terminated array of ENGINE_CMD_DEFN
    + * entries to ENGINE_set_cmd_defns(). It should also implement a ctrl()
    + * handler that supports the stated commands (ie. the "cmd_num" entries as
    + * described by the array). NB: The array must be ordered in increasing order
    + * of cmd_num. "null-terminated" means that the last ENGINE_CMD_DEFN element
    + * has cmd_num set to zero and/or cmd_name set to NULL.
    + */
    +typedef struct ENGINE_CMD_DEFN_st {
    +    unsigned int cmd_num;       /* The command number */
    +    const char *cmd_name;       /* The command name itself */
    +    const char *cmd_desc;       /* A short description of the command */
    +    unsigned int cmd_flags;     /* The input the command expects */
    +} ENGINE_CMD_DEFN;
     
     /* Generic function pointer */
    -typedef int (*ENGINE_GEN_FUNC_PTR)(void);
    +typedef int (*ENGINE_GEN_FUNC_PTR) (void);
     /* Generic function pointer taking no arguments */
    -typedef int (*ENGINE_GEN_INT_FUNC_PTR)(ENGINE *);
    +typedef int (*ENGINE_GEN_INT_FUNC_PTR) (ENGINE *);
     /* Specific control function pointer */
    -typedef int (*ENGINE_CTRL_FUNC_PTR)(ENGINE *, int, long, void *, void (*f)(void));
    +typedef int (*ENGINE_CTRL_FUNC_PTR) (ENGINE *, int, long, void *,
    +                                     void (*f) (void));
     /* Generic load_key function pointer */
    -typedef EVP_PKEY * (*ENGINE_LOAD_KEY_PTR)(ENGINE *, const char *,
    -	UI_METHOD *ui_method, void *callback_data);
    -typedef int (*ENGINE_SSL_CLIENT_CERT_PTR)(ENGINE *, SSL *ssl,
    -	STACK_OF(X509_NAME) *ca_dn, X509 **pcert, EVP_PKEY **pkey,
    -	STACK_OF(X509) **pother, UI_METHOD *ui_method, void *callback_data);
    -/* These callback types are for an ENGINE's handler for cipher and digest logic.
    +typedef EVP_PKEY *(*ENGINE_LOAD_KEY_PTR)(ENGINE *, const char *,
    +                                         UI_METHOD *ui_method,
    +                                         void *callback_data);
    +typedef int (*ENGINE_SSL_CLIENT_CERT_PTR) (ENGINE *, SSL *ssl,
    +                                           STACK_OF(X509_NAME) *ca_dn,
    +                                           X509 **pcert, EVP_PKEY **pkey,
    +                                           STACK_OF(X509) **pother,
    +                                           UI_METHOD *ui_method,
    +                                           void *callback_data);
    +/*-
    + * These callback types are for an ENGINE's handler for cipher and digest logic.
      * These handlers have these prototypes;
      *   int foo(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid);
      *   int foo(ENGINE *e, const EVP_MD **digest, const int **nids, int nid);
    @@ -301,21 +355,29 @@ typedef int (*ENGINE_SSL_CLIENT_CERT_PTR)(ENGINE *, SSL *ssl,
      * If the framework wants a list of supported 'nid's, it will call;
      *   foo(e, NULL, &p_nids, 0); (returns number of 'nids' or -1 for error)
      */
    -/* Returns to a pointer to the array of supported cipher 'nid's. If the second
    - * parameter is non-NULL it is set to the size of the returned array. */
    -typedef int (*ENGINE_CIPHERS_PTR)(ENGINE *, const EVP_CIPHER **, const int **, int);
    -typedef int (*ENGINE_DIGESTS_PTR)(ENGINE *, const EVP_MD **, const int **, int);
    -typedef int (*ENGINE_PKEY_METHS_PTR)(ENGINE *, EVP_PKEY_METHOD **, const int **, int);
    -typedef int (*ENGINE_PKEY_ASN1_METHS_PTR)(ENGINE *, EVP_PKEY_ASN1_METHOD **, const int **, int);
    -/* STRUCTURE functions ... all of these functions deal with pointers to ENGINE
    - * structures where the pointers have a "structural reference". This means that
    - * their reference is to allowed access to the structure but it does not imply
    - * that the structure is functional. To simply increment or decrement the
    - * structural reference count, use ENGINE_by_id and ENGINE_free. NB: This is not
    - * required when iterating using ENGINE_get_next as it will automatically
    - * decrement the structural reference count of the "current" ENGINE and
    - * increment the structural reference count of the ENGINE it returns (unless it
    - * is NULL). */
    +/*
    + * Returns to a pointer to the array of supported cipher 'nid's. If the
    + * second parameter is non-NULL it is set to the size of the returned array.
    + */
    +typedef int (*ENGINE_CIPHERS_PTR) (ENGINE *, const EVP_CIPHER **,
    +                                   const int **, int);
    +typedef int (*ENGINE_DIGESTS_PTR) (ENGINE *, const EVP_MD **, const int **,
    +                                   int);
    +typedef int (*ENGINE_PKEY_METHS_PTR) (ENGINE *, EVP_PKEY_METHOD **,
    +                                      const int **, int);
    +typedef int (*ENGINE_PKEY_ASN1_METHS_PTR) (ENGINE *, EVP_PKEY_ASN1_METHOD **,
    +                                           const int **, int);
    +/*
    + * STRUCTURE functions ... all of these functions deal with pointers to
    + * ENGINE structures where the pointers have a "structural reference". This
    + * means that their reference is to allowed access to the structure but it
    + * does not imply that the structure is functional. To simply increment or
    + * decrement the structural reference count, use ENGINE_by_id and
    + * ENGINE_free. NB: This is not required when iterating using ENGINE_get_next
    + * as it will automatically decrement the structural reference count of the
    + * "current" ENGINE and increment the structural reference count of the
    + * ENGINE it returns (unless it is NULL).
    + */
     
     /* Get the first/last "ENGINE" type available. */
     ENGINE *ENGINE_get_first(void);
    @@ -332,7 +394,7 @@ ENGINE *ENGINE_by_id(const char *id);
     /* Add all the built-in engines. */
     void ENGINE_load_openssl(void);
     void ENGINE_load_dynamic(void);
    -#ifndef OPENSSL_NO_STATIC_ENGINE
    +# ifndef OPENSSL_NO_STATIC_ENGINE
     void ENGINE_load_4758cca(void);
     void ENGINE_load_aep(void);
     void ENGINE_load_atalla(void);
    @@ -343,30 +405,32 @@ void ENGINE_load_sureware(void);
     void ENGINE_load_ubsec(void);
     void ENGINE_load_padlock(void);
     void ENGINE_load_capi(void);
    -#ifndef OPENSSL_NO_GMP
    +#  ifndef OPENSSL_NO_GMP
     void ENGINE_load_gmp(void);
    -#endif
    -#ifndef OPENSSL_NO_GOST
    +#  endif
    +#  ifndef OPENSSL_NO_GOST
     void ENGINE_load_gost(void);
    -#endif
    -#endif
    +#  endif
    +# endif
     void ENGINE_load_cryptodev(void);
    -void ENGINE_load_rsax(void);
     void ENGINE_load_rdrand(void);
     void ENGINE_load_builtin_engines(void);
     
    -/* Get and set global flags (ENGINE_TABLE_FLAG_***) for the implementation
    - * "registry" handling. */
    +/*
    + * Get and set global flags (ENGINE_TABLE_FLAG_***) for the implementation
    + * "registry" handling.
    + */
     unsigned int ENGINE_get_table_flags(void);
     void ENGINE_set_table_flags(unsigned int flags);
     
    -/* Manage registration of ENGINEs per "table". For each type, there are 3
    +/*- Manage registration of ENGINEs per "table". For each type, there are 3
      * functions;
      *   ENGINE_register_***(e) - registers the implementation from 'e' (if it has one)
      *   ENGINE_unregister_***(e) - unregister the implementation from 'e'
      *   ENGINE_register_all_***() - call ENGINE_register_***() for each 'e' in the list
      * Cleanup is automatically registered from each table when required, so
    - * ENGINE_cleanup() will reverse any "register" operations. */
    + * ENGINE_cleanup() will reverse any "register" operations.
    + */
     
     int ENGINE_register_RSA(ENGINE *e);
     void ENGINE_unregister_RSA(ENGINE *e);
    @@ -412,63 +476,77 @@ int ENGINE_register_pkey_asn1_meths(ENGINE *e);
     void ENGINE_unregister_pkey_asn1_meths(ENGINE *e);
     void ENGINE_register_all_pkey_asn1_meths(void);
     
    -/* These functions register all support from the above categories. Note, use of
    - * these functions can result in static linkage of code your application may not
    - * need. If you only need a subset of functionality, consider using more
    - * selective initialisation. */
    +/*
    + * These functions register all support from the above categories. Note, use
    + * of these functions can result in static linkage of code your application
    + * may not need. If you only need a subset of functionality, consider using
    + * more selective initialisation.
    + */
     int ENGINE_register_complete(ENGINE *e);
     int ENGINE_register_all_complete(void);
     
    -/* Send parametrised control commands to the engine. The possibilities to send
    - * down an integer, a pointer to data or a function pointer are provided. Any of
    - * the parameters may or may not be NULL, depending on the command number. In
    - * actuality, this function only requires a structural (rather than functional)
    - * reference to an engine, but many control commands may require the engine be
    - * functional. The caller should be aware of trying commands that require an
    - * operational ENGINE, and only use functional references in such situations. */
    -int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void));
    -
    -/* This function tests if an ENGINE-specific command is usable as a "setting".
    - * Eg. in an application's config file that gets processed through
    +/*
    + * Send parametrised control commands to the engine. The possibilities to
    + * send down an integer, a pointer to data or a function pointer are
    + * provided. Any of the parameters may or may not be NULL, depending on the
    + * command number. In actuality, this function only requires a structural
    + * (rather than functional) reference to an engine, but many control commands
    + * may require the engine be functional. The caller should be aware of trying
    + * commands that require an operational ENGINE, and only use functional
    + * references in such situations.
    + */
    +int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void));
    +
    +/*
    + * This function tests if an ENGINE-specific command is usable as a
    + * "setting". Eg. in an application's config file that gets processed through
      * ENGINE_ctrl_cmd_string(). If this returns zero, it is not available to
    - * ENGINE_ctrl_cmd_string(), only ENGINE_ctrl(). */
    + * ENGINE_ctrl_cmd_string(), only ENGINE_ctrl().
    + */
     int ENGINE_cmd_is_executable(ENGINE *e, int cmd);
     
    -/* This function works like ENGINE_ctrl() with the exception of taking a
    - * command name instead of a command number, and can handle optional commands.
    - * See the comment on ENGINE_ctrl_cmd_string() for an explanation on how to
    - * use the cmd_name and cmd_optional. */
    +/*
    + * This function works like ENGINE_ctrl() with the exception of taking a
    + * command name instead of a command number, and can handle optional
    + * commands. See the comment on ENGINE_ctrl_cmd_string() for an explanation
    + * on how to use the cmd_name and cmd_optional.
    + */
     int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name,
    -        long i, void *p, void (*f)(void), int cmd_optional);
    -
    -/* This function passes a command-name and argument to an ENGINE. The cmd_name
    - * is converted to a command number and the control command is called using
    - * 'arg' as an argument (unless the ENGINE doesn't support such a command, in
    - * which case no control command is called). The command is checked for input
    - * flags, and if necessary the argument will be converted to a numeric value. If
    - * cmd_optional is non-zero, then if the ENGINE doesn't support the given
    - * cmd_name the return value will be success anyway. This function is intended
    - * for applications to use so that users (or config files) can supply
    - * engine-specific config data to the ENGINE at run-time to control behaviour of
    - * specific engines. As such, it shouldn't be used for calling ENGINE_ctrl()
    - * functions that return data, deal with binary data, or that are otherwise
    - * supposed to be used directly through ENGINE_ctrl() in application code. Any
    - * "return" data from an ENGINE_ctrl() operation in this function will be lost -
    - * the return value is interpreted as failure if the return value is zero,
    - * success otherwise, and this function returns a boolean value as a result. In
    - * other words, vendors of 'ENGINE'-enabled devices should write ENGINE
    - * implementations with parameterisations that work in this scheme, so that
    - * compliant ENGINE-based applications can work consistently with the same
    - * configuration for the same ENGINE-enabled devices, across applications. */
    +                    long i, void *p, void (*f) (void), int cmd_optional);
    +
    +/*
    + * This function passes a command-name and argument to an ENGINE. The
    + * cmd_name is converted to a command number and the control command is
    + * called using 'arg' as an argument (unless the ENGINE doesn't support such
    + * a command, in which case no control command is called). The command is
    + * checked for input flags, and if necessary the argument will be converted
    + * to a numeric value. If cmd_optional is non-zero, then if the ENGINE
    + * doesn't support the given cmd_name the return value will be success
    + * anyway. This function is intended for applications to use so that users
    + * (or config files) can supply engine-specific config data to the ENGINE at
    + * run-time to control behaviour of specific engines. As such, it shouldn't
    + * be used for calling ENGINE_ctrl() functions that return data, deal with
    + * binary data, or that are otherwise supposed to be used directly through
    + * ENGINE_ctrl() in application code. Any "return" data from an ENGINE_ctrl()
    + * operation in this function will be lost - the return value is interpreted
    + * as failure if the return value is zero, success otherwise, and this
    + * function returns a boolean value as a result. In other words, vendors of
    + * 'ENGINE'-enabled devices should write ENGINE implementations with
    + * parameterisations that work in this scheme, so that compliant ENGINE-based
    + * applications can work consistently with the same configuration for the
    + * same ENGINE-enabled devices, across applications.
    + */
     int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
    -				int cmd_optional);
    -
    -/* These functions are useful for manufacturing new ENGINE structures. They
    - * don't address reference counting at all - one uses them to populate an ENGINE
    - * structure with personalised implementations of things prior to using it
    - * directly or adding it to the builtin ENGINE list in OpenSSL. These are also
    - * here so that the ENGINE structure doesn't have to be exposed and break binary
    - * compatibility! */
    +                           int cmd_optional);
    +
    +/*
    + * These functions are useful for manufacturing new ENGINE structures. They
    + * don't address reference counting at all - one uses them to populate an
    + * ENGINE structure with personalised implementations of things prior to
    + * using it directly or adding it to the builtin ENGINE list in OpenSSL.
    + * These are also here so that the ENGINE structure doesn't have to be
    + * exposed and break binary compatibility!
    + */
     ENGINE *ENGINE_new(void);
     int ENGINE_free(ENGINE *e);
     int ENGINE_up_ref(ENGINE *e);
    @@ -485,10 +563,12 @@ int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f);
     int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f);
     int ENGINE_set_finish_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR finish_f);
     int ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f);
    -int ENGINE_set_load_privkey_function(ENGINE *e, ENGINE_LOAD_KEY_PTR loadpriv_f);
    +int ENGINE_set_load_privkey_function(ENGINE *e,
    +                                     ENGINE_LOAD_KEY_PTR loadpriv_f);
     int ENGINE_set_load_pubkey_function(ENGINE *e, ENGINE_LOAD_KEY_PTR loadpub_f);
     int ENGINE_set_load_ssl_client_cert_function(ENGINE *e,
    -				ENGINE_SSL_CLIENT_CERT_PTR loadssl_f);
    +                                             ENGINE_SSL_CLIENT_CERT_PTR
    +                                             loadssl_f);
     int ENGINE_set_ciphers(ENGINE *e, ENGINE_CIPHERS_PTR f);
     int ENGINE_set_digests(ENGINE *e, ENGINE_DIGESTS_PTR f);
     int ENGINE_set_pkey_meths(ENGINE *e, ENGINE_PKEY_METHS_PTR f);
    @@ -497,20 +577,25 @@ int ENGINE_set_flags(ENGINE *e, int flags);
     int ENGINE_set_cmd_defns(ENGINE *e, const ENGINE_CMD_DEFN *defns);
     /* These functions allow control over any per-structure ENGINE data. */
     int ENGINE_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
    -		CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
    +                            CRYPTO_EX_dup *dup_func,
    +                            CRYPTO_EX_free *free_func);
     int ENGINE_set_ex_data(ENGINE *e, int idx, void *arg);
     void *ENGINE_get_ex_data(const ENGINE *e, int idx);
     
    -/* This function cleans up anything that needs it. Eg. the ENGINE_add() function
    - * automatically ensures the list cleanup function is registered to be called
    - * from ENGINE_cleanup(). Similarly, all ENGINE_register_*** functions ensure
    - * ENGINE_cleanup() will clean up after them. */
    +/*
    + * This function cleans up anything that needs it. Eg. the ENGINE_add()
    + * function automatically ensures the list cleanup function is registered to
    + * be called from ENGINE_cleanup(). Similarly, all ENGINE_register_***
    + * functions ensure ENGINE_cleanup() will clean up after them.
    + */
     void ENGINE_cleanup(void);
     
    -/* These return values from within the ENGINE structure. These can be useful
    +/*
    + * These return values from within the ENGINE structure. These can be useful
      * with functional references as well as structural references - it depends
      * which you obtained. Using the result for functional purposes if you only
    - * obtained a structural reference may be problematic! */
    + * obtained a structural reference may be problematic!
    + */
     const char *ENGINE_get_id(const ENGINE *e);
     const char *ENGINE_get_name(const ENGINE *e);
     const RSA_METHOD *ENGINE_get_RSA(const ENGINE *e);
    @@ -526,7 +611,8 @@ ENGINE_GEN_INT_FUNC_PTR ENGINE_get_finish_function(const ENGINE *e);
     ENGINE_CTRL_FUNC_PTR ENGINE_get_ctrl_function(const ENGINE *e);
     ENGINE_LOAD_KEY_PTR ENGINE_get_load_privkey_function(const ENGINE *e);
     ENGINE_LOAD_KEY_PTR ENGINE_get_load_pubkey_function(const ENGINE *e);
    -ENGINE_SSL_CLIENT_CERT_PTR ENGINE_get_ssl_client_cert_function(const ENGINE *e);
    +ENGINE_SSL_CLIENT_CERT_PTR ENGINE_get_ssl_client_cert_function(const ENGINE
    +                                                               *e);
     ENGINE_CIPHERS_PTR ENGINE_get_ciphers(const ENGINE *e);
     ENGINE_DIGESTS_PTR ENGINE_get_digests(const ENGINE *e);
     ENGINE_PKEY_METHS_PTR ENGINE_get_pkey_meths(const ENGINE *e);
    @@ -536,49 +622,60 @@ const EVP_MD *ENGINE_get_digest(ENGINE *e, int nid);
     const EVP_PKEY_METHOD *ENGINE_get_pkey_meth(ENGINE *e, int nid);
     const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth(ENGINE *e, int nid);
     const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth_str(ENGINE *e,
    -					const char *str, int len);
    +                                                          const char *str,
    +                                                          int len);
     const EVP_PKEY_ASN1_METHOD *ENGINE_pkey_asn1_find_str(ENGINE **pe,
    -					const char *str, int len);
    +                                                      const char *str,
    +                                                      int len);
     const ENGINE_CMD_DEFN *ENGINE_get_cmd_defns(const ENGINE *e);
     int ENGINE_get_flags(const ENGINE *e);
     
    -/* FUNCTIONAL functions. These functions deal with ENGINE structures
    - * that have (or will) be initialised for use. Broadly speaking, the
    - * structural functions are useful for iterating the list of available
    - * engine types, creating new engine types, and other "list" operations.
    - * These functions actually deal with ENGINEs that are to be used. As
    - * such these functions can fail (if applicable) when particular
    - * engines are unavailable - eg. if a hardware accelerator is not
    - * attached or not functioning correctly. Each ENGINE has 2 reference
    - * counts; structural and functional. Every time a functional reference
    - * is obtained or released, a corresponding structural reference is
    - * automatically obtained or released too. */
    -
    -/* Initialise a engine type for use (or up its reference count if it's
    - * already in use). This will fail if the engine is not currently
    - * operational and cannot initialise. */
    +/*
    + * FUNCTIONAL functions. These functions deal with ENGINE structures that
    + * have (or will) be initialised for use. Broadly speaking, the structural
    + * functions are useful for iterating the list of available engine types,
    + * creating new engine types, and other "list" operations. These functions
    + * actually deal with ENGINEs that are to be used. As such these functions
    + * can fail (if applicable) when particular engines are unavailable - eg. if
    + * a hardware accelerator is not attached or not functioning correctly. Each
    + * ENGINE has 2 reference counts; structural and functional. Every time a
    + * functional reference is obtained or released, a corresponding structural
    + * reference is automatically obtained or released too.
    + */
    +
    +/*
    + * Initialise a engine type for use (or up its reference count if it's
    + * already in use). This will fail if the engine is not currently operational
    + * and cannot initialise.
    + */
     int ENGINE_init(ENGINE *e);
    -/* Free a functional reference to a engine type. This does not require
    - * a corresponding call to ENGINE_free as it also releases a structural
    - * reference. */
    +/*
    + * Free a functional reference to a engine type. This does not require a
    + * corresponding call to ENGINE_free as it also releases a structural
    + * reference.
    + */
     int ENGINE_finish(ENGINE *e);
     
    -/* The following functions handle keys that are stored in some secondary
    +/*
    + * The following functions handle keys that are stored in some secondary
      * location, handled by the engine.  The storage may be on a card or
    - * whatever. */
    + * whatever.
    + */
     EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id,
    -	UI_METHOD *ui_method, void *callback_data);
    +                                  UI_METHOD *ui_method, void *callback_data);
     EVP_PKEY *ENGINE_load_public_key(ENGINE *e, const char *key_id,
    -	UI_METHOD *ui_method, void *callback_data);
    +                                 UI_METHOD *ui_method, void *callback_data);
     int ENGINE_load_ssl_client_cert(ENGINE *e, SSL *s,
    -	STACK_OF(X509_NAME) *ca_dn, X509 **pcert, EVP_PKEY **ppkey,
    -	STACK_OF(X509) **pother,
    -	UI_METHOD *ui_method, void *callback_data);
    -
    -/* This returns a pointer for the current ENGINE structure that
    - * is (by default) performing any RSA operations. The value returned
    - * is an incremented reference, so it should be free'd (ENGINE_finish)
    - * before it is discarded. */
    +                                STACK_OF(X509_NAME) *ca_dn, X509 **pcert,
    +                                EVP_PKEY **ppkey, STACK_OF(X509) **pother,
    +                                UI_METHOD *ui_method, void *callback_data);
    +
    +/*
    + * This returns a pointer for the current ENGINE structure that is (by
    + * default) performing any RSA operations. The value returned is an
    + * incremented reference, so it should be free'd (ENGINE_finish) before it is
    + * discarded.
    + */
     ENGINE *ENGINE_get_default_RSA(void);
     /* Same for the other "methods" */
     ENGINE *ENGINE_get_default_DSA(void);
    @@ -586,17 +683,21 @@ ENGINE *ENGINE_get_default_ECDH(void);
     ENGINE *ENGINE_get_default_ECDSA(void);
     ENGINE *ENGINE_get_default_DH(void);
     ENGINE *ENGINE_get_default_RAND(void);
    -/* These functions can be used to get a functional reference to perform
    - * ciphering or digesting corresponding to "nid". */
    +/*
    + * These functions can be used to get a functional reference to perform
    + * ciphering or digesting corresponding to "nid".
    + */
     ENGINE *ENGINE_get_cipher_engine(int nid);
     ENGINE *ENGINE_get_digest_engine(int nid);
     ENGINE *ENGINE_get_pkey_meth_engine(int nid);
     ENGINE *ENGINE_get_pkey_asn1_meth_engine(int nid);
     
    -/* This sets a new default ENGINE structure for performing RSA
    - * operations. If the result is non-zero (success) then the ENGINE
    - * structure will have had its reference count up'd so the caller
    - * should still free their own reference 'e'. */
    +/*
    + * This sets a new default ENGINE structure for performing RSA operations. If
    + * the result is non-zero (success) then the ENGINE structure will have had
    + * its reference count up'd so the caller should still free their own
    + * reference 'e'.
    + */
     int ENGINE_set_default_RSA(ENGINE *e);
     int ENGINE_set_default_string(ENGINE *e, const char *def_list);
     /* Same for the other "methods" */
    @@ -610,11 +711,13 @@ int ENGINE_set_default_digests(ENGINE *e);
     int ENGINE_set_default_pkey_meths(ENGINE *e);
     int ENGINE_set_default_pkey_asn1_meths(ENGINE *e);
     
    -/* The combination "set" - the flags are bitwise "OR"d from the
    +/*
    + * The combination "set" - the flags are bitwise "OR"d from the
      * ENGINE_METHOD_*** defines above. As with the "ENGINE_register_complete()"
      * function, this function can result in unnecessary static linkage. If your
      * application requires only specific functionality, consider using more
    - * selective functions. */
    + * selective functions.
    + */
     int ENGINE_set_default(ENGINE *e, unsigned int flags);
     
     void ENGINE_add_conf_module(void);
    @@ -627,125 +730,140 @@ void ENGINE_add_conf_module(void);
     /**************************/
     
     /* Binary/behaviour compatibility levels */
    -#define OSSL_DYNAMIC_VERSION		(unsigned long)0x00020000
    -/* Binary versions older than this are too old for us (whether we're a loader or
    - * a loadee) */
    -#define OSSL_DYNAMIC_OLDEST		(unsigned long)0x00020000
    -
    -/* When compiling an ENGINE entirely as an external shared library, loadable by
    - * the "dynamic" ENGINE, these types are needed. The 'dynamic_fns' structure
    - * type provides the calling application's (or library's) error functionality
    - * and memory management function pointers to the loaded library. These should
    - * be used/set in the loaded library code so that the loading application's
    - * 'state' will be used/changed in all operations. The 'static_state' pointer
    - * allows the loaded library to know if it shares the same static data as the
    - * calling application (or library), and thus whether these callbacks need to be
    - * set or not. */
    -typedef void *(*dyn_MEM_malloc_cb)(size_t);
    -typedef void *(*dyn_MEM_realloc_cb)(void *, size_t);
    -typedef void (*dyn_MEM_free_cb)(void *);
    +# define OSSL_DYNAMIC_VERSION            (unsigned long)0x00020000
    +/*
    + * Binary versions older than this are too old for us (whether we're a loader
    + * or a loadee)
    + */
    +# define OSSL_DYNAMIC_OLDEST             (unsigned long)0x00020000
    +
    +/*
    + * When compiling an ENGINE entirely as an external shared library, loadable
    + * by the "dynamic" ENGINE, these types are needed. The 'dynamic_fns'
    + * structure type provides the calling application's (or library's) error
    + * functionality and memory management function pointers to the loaded
    + * library. These should be used/set in the loaded library code so that the
    + * loading application's 'state' will be used/changed in all operations. The
    + * 'static_state' pointer allows the loaded library to know if it shares the
    + * same static data as the calling application (or library), and thus whether
    + * these callbacks need to be set or not.
    + */
    +typedef void *(*dyn_MEM_malloc_cb) (size_t);
    +typedef void *(*dyn_MEM_realloc_cb) (void *, size_t);
    +typedef void (*dyn_MEM_free_cb) (void *);
     typedef struct st_dynamic_MEM_fns {
    -	dyn_MEM_malloc_cb			malloc_cb;
    -	dyn_MEM_realloc_cb			realloc_cb;
    -	dyn_MEM_free_cb				free_cb;
    -	} dynamic_MEM_fns;
    -/* FIXME: Perhaps the memory and locking code (crypto.h) should declare and use
    - * these types so we (and any other dependant code) can simplify a bit?? */
    -typedef void (*dyn_lock_locking_cb)(int,int,const char *,int);
    -typedef int (*dyn_lock_add_lock_cb)(int*,int,int,const char *,int);
    -typedef struct CRYPTO_dynlock_value *(*dyn_dynlock_create_cb)(
    -						const char *,int);
    -typedef void (*dyn_dynlock_lock_cb)(int,struct CRYPTO_dynlock_value *,
    -						const char *,int);
    -typedef void (*dyn_dynlock_destroy_cb)(struct CRYPTO_dynlock_value *,
    -						const char *,int);
    +    dyn_MEM_malloc_cb malloc_cb;
    +    dyn_MEM_realloc_cb realloc_cb;
    +    dyn_MEM_free_cb free_cb;
    +} dynamic_MEM_fns;
    +/*
    + * FIXME: Perhaps the memory and locking code (crypto.h) should declare and
    + * use these types so we (and any other dependant code) can simplify a bit??
    + */
    +typedef void (*dyn_lock_locking_cb) (int, int, const char *, int);
    +typedef int (*dyn_lock_add_lock_cb) (int *, int, int, const char *, int);
    +typedef struct CRYPTO_dynlock_value *(*dyn_dynlock_create_cb) (const char *,
    +                                                               int);
    +typedef void (*dyn_dynlock_lock_cb) (int, struct CRYPTO_dynlock_value *,
    +                                     const char *, int);
    +typedef void (*dyn_dynlock_destroy_cb) (struct CRYPTO_dynlock_value *,
    +                                        const char *, int);
     typedef struct st_dynamic_LOCK_fns {
    -	dyn_lock_locking_cb			lock_locking_cb;
    -	dyn_lock_add_lock_cb			lock_add_lock_cb;
    -	dyn_dynlock_create_cb			dynlock_create_cb;
    -	dyn_dynlock_lock_cb			dynlock_lock_cb;
    -	dyn_dynlock_destroy_cb			dynlock_destroy_cb;
    -	} dynamic_LOCK_fns;
    +    dyn_lock_locking_cb lock_locking_cb;
    +    dyn_lock_add_lock_cb lock_add_lock_cb;
    +    dyn_dynlock_create_cb dynlock_create_cb;
    +    dyn_dynlock_lock_cb dynlock_lock_cb;
    +    dyn_dynlock_destroy_cb dynlock_destroy_cb;
    +} dynamic_LOCK_fns;
     /* The top-level structure */
     typedef struct st_dynamic_fns {
    -	void 					*static_state;
    -	const ERR_FNS				*err_fns;
    -	const CRYPTO_EX_DATA_IMPL		*ex_data_fns;
    -	dynamic_MEM_fns				mem_fns;
    -	dynamic_LOCK_fns			lock_fns;
    -	} dynamic_fns;
    -
    -/* The version checking function should be of this prototype. NB: The
    - * ossl_version value passed in is the OSSL_DYNAMIC_VERSION of the loading code.
    - * If this function returns zero, it indicates a (potential) version
    +    void *static_state;
    +    const ERR_FNS *err_fns;
    +    const CRYPTO_EX_DATA_IMPL *ex_data_fns;
    +    dynamic_MEM_fns mem_fns;
    +    dynamic_LOCK_fns lock_fns;
    +} dynamic_fns;
    +
    +/*
    + * The version checking function should be of this prototype. NB: The
    + * ossl_version value passed in is the OSSL_DYNAMIC_VERSION of the loading
    + * code. If this function returns zero, it indicates a (potential) version
      * incompatibility and the loaded library doesn't believe it can proceed.
      * Otherwise, the returned value is the (latest) version supported by the
    - * loading library. The loader may still decide that the loaded code's version
    - * is unsatisfactory and could veto the load. The function is expected to
    - * be implemented with the symbol name "v_check", and a default implementation
    - * can be fully instantiated with IMPLEMENT_DYNAMIC_CHECK_FN(). */
    -typedef unsigned long (*dynamic_v_check_fn)(unsigned long ossl_version);
    -#define IMPLEMENT_DYNAMIC_CHECK_FN() \
    -	OPENSSL_EXPORT unsigned long v_check(unsigned long v); \
    -	OPENSSL_EXPORT unsigned long v_check(unsigned long v) { \
    -		if(v >= OSSL_DYNAMIC_OLDEST) return OSSL_DYNAMIC_VERSION; \
    -		return 0; }
    -
    -/* This function is passed the ENGINE structure to initialise with its own
    + * loading library. The loader may still decide that the loaded code's
    + * version is unsatisfactory and could veto the load. The function is
    + * expected to be implemented with the symbol name "v_check", and a default
    + * implementation can be fully instantiated with
    + * IMPLEMENT_DYNAMIC_CHECK_FN().
    + */
    +typedef unsigned long (*dynamic_v_check_fn) (unsigned long ossl_version);
    +# define IMPLEMENT_DYNAMIC_CHECK_FN() \
    +        OPENSSL_EXPORT unsigned long v_check(unsigned long v); \
    +        OPENSSL_EXPORT unsigned long v_check(unsigned long v) { \
    +                if(v >= OSSL_DYNAMIC_OLDEST) return OSSL_DYNAMIC_VERSION; \
    +                return 0; }
    +
    +/*
    + * This function is passed the ENGINE structure to initialise with its own
      * function and command settings. It should not adjust the structural or
    - * functional reference counts. If this function returns zero, (a) the load will
    - * be aborted, (b) the previous ENGINE state will be memcpy'd back onto the
    - * structure, and (c) the shared library will be unloaded. So implementations
    - * should do their own internal cleanup in failure circumstances otherwise they
    - * could leak. The 'id' parameter, if non-NULL, represents the ENGINE id that
    - * the loader is looking for. If this is NULL, the shared library can choose to
    - * return failure or to initialise a 'default' ENGINE. If non-NULL, the shared
    - * library must initialise only an ENGINE matching the passed 'id'. The function
    - * is expected to be implemented with the symbol name "bind_engine". A standard
    - * implementation can be instantiated with IMPLEMENT_DYNAMIC_BIND_FN(fn) where
    - * the parameter 'fn' is a callback function that populates the ENGINE structure
    - * and returns an int value (zero for failure). 'fn' should have prototype;
    - *    [static] int fn(ENGINE *e, const char *id); */
    -typedef int (*dynamic_bind_engine)(ENGINE *e, const char *id,
    -				const dynamic_fns *fns);
    -#define IMPLEMENT_DYNAMIC_BIND_FN(fn) \
    -	OPENSSL_EXPORT \
    -	int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns); \
    -	OPENSSL_EXPORT \
    -	int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { \
    -		if(ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \
    -		if(!CRYPTO_set_mem_functions(fns->mem_fns.malloc_cb, \
    -			fns->mem_fns.realloc_cb, fns->mem_fns.free_cb)) \
    -			return 0; \
    -		CRYPTO_set_locking_callback(fns->lock_fns.lock_locking_cb); \
    -		CRYPTO_set_add_lock_callback(fns->lock_fns.lock_add_lock_cb); \
    -		CRYPTO_set_dynlock_create_callback(fns->lock_fns.dynlock_create_cb); \
    -		CRYPTO_set_dynlock_lock_callback(fns->lock_fns.dynlock_lock_cb); \
    -		CRYPTO_set_dynlock_destroy_callback(fns->lock_fns.dynlock_destroy_cb); \
    -		if(!CRYPTO_set_ex_data_implementation(fns->ex_data_fns)) \
    -			return 0; \
    -		if(!ERR_set_implementation(fns->err_fns)) return 0; \
    -	skip_cbs: \
    -		if(!fn(e,id)) return 0; \
    -		return 1; }
    -
    -/* If the loading application (or library) and the loaded ENGINE library share
    - * the same static data (eg. they're both dynamically linked to the same
    - * libcrypto.so) we need a way to avoid trying to set system callbacks - this
    - * would fail, and for the same reason that it's unnecessary to try. If the
    - * loaded ENGINE has (or gets from through the loader) its own copy of the
    - * libcrypto static data, we will need to set the callbacks. The easiest way to
    - * detect this is to have a function that returns a pointer to some static data
    - * and let the loading application and loaded ENGINE compare their respective
    - * values. */
    + * functional reference counts. If this function returns zero, (a) the load
    + * will be aborted, (b) the previous ENGINE state will be memcpy'd back onto
    + * the structure, and (c) the shared library will be unloaded. So
    + * implementations should do their own internal cleanup in failure
    + * circumstances otherwise they could leak. The 'id' parameter, if non-NULL,
    + * represents the ENGINE id that the loader is looking for. If this is NULL,
    + * the shared library can choose to return failure or to initialise a
    + * 'default' ENGINE. If non-NULL, the shared library must initialise only an
    + * ENGINE matching the passed 'id'. The function is expected to be
    + * implemented with the symbol name "bind_engine". A standard implementation
    + * can be instantiated with IMPLEMENT_DYNAMIC_BIND_FN(fn) where the parameter
    + * 'fn' is a callback function that populates the ENGINE structure and
    + * returns an int value (zero for failure). 'fn' should have prototype;
    + * [static] int fn(ENGINE *e, const char *id);
    + */
    +typedef int (*dynamic_bind_engine) (ENGINE *e, const char *id,
    +                                    const dynamic_fns *fns);
    +# define IMPLEMENT_DYNAMIC_BIND_FN(fn) \
    +        OPENSSL_EXPORT \
    +        int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns); \
    +        OPENSSL_EXPORT \
    +        int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { \
    +                if(ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \
    +                if(!CRYPTO_set_mem_functions(fns->mem_fns.malloc_cb, \
    +                        fns->mem_fns.realloc_cb, fns->mem_fns.free_cb)) \
    +                        return 0; \
    +                CRYPTO_set_locking_callback(fns->lock_fns.lock_locking_cb); \
    +                CRYPTO_set_add_lock_callback(fns->lock_fns.lock_add_lock_cb); \
    +                CRYPTO_set_dynlock_create_callback(fns->lock_fns.dynlock_create_cb); \
    +                CRYPTO_set_dynlock_lock_callback(fns->lock_fns.dynlock_lock_cb); \
    +                CRYPTO_set_dynlock_destroy_callback(fns->lock_fns.dynlock_destroy_cb); \
    +                if(!CRYPTO_set_ex_data_implementation(fns->ex_data_fns)) \
    +                        return 0; \
    +                if(!ERR_set_implementation(fns->err_fns)) return 0; \
    +        skip_cbs: \
    +                if(!fn(e,id)) return 0; \
    +                return 1; }
    +
    +/*
    + * If the loading application (or library) and the loaded ENGINE library
    + * share the same static data (eg. they're both dynamically linked to the
    + * same libcrypto.so) we need a way to avoid trying to set system callbacks -
    + * this would fail, and for the same reason that it's unnecessary to try. If
    + * the loaded ENGINE has (or gets from through the loader) its own copy of
    + * the libcrypto static data, we will need to set the callbacks. The easiest
    + * way to detect this is to have a function that returns a pointer to some
    + * static data and let the loading application and loaded ENGINE compare
    + * their respective values.
    + */
     void *ENGINE_get_static_state(void);
     
    -#if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(HAVE_CRYPTODEV)
    +# if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(HAVE_CRYPTODEV)
     void ENGINE_setup_bsd_cryptodev(void);
    -#endif
    +# endif
     
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     void ERR_load_ENGINE_strings(void);
    @@ -753,88 +871,88 @@ void ERR_load_ENGINE_strings(void);
     /* Error codes for the ENGINE functions. */
     
     /* Function codes. */
    -#define ENGINE_F_DYNAMIC_CTRL				 180
    -#define ENGINE_F_DYNAMIC_GET_DATA_CTX			 181
    -#define ENGINE_F_DYNAMIC_LOAD				 182
    -#define ENGINE_F_DYNAMIC_SET_DATA_CTX			 183
    -#define ENGINE_F_ENGINE_ADD				 105
    -#define ENGINE_F_ENGINE_BY_ID				 106
    -#define ENGINE_F_ENGINE_CMD_IS_EXECUTABLE		 170
    -#define ENGINE_F_ENGINE_CTRL				 142
    -#define ENGINE_F_ENGINE_CTRL_CMD			 178
    -#define ENGINE_F_ENGINE_CTRL_CMD_STRING			 171
    -#define ENGINE_F_ENGINE_FINISH				 107
    -#define ENGINE_F_ENGINE_FREE_UTIL			 108
    -#define ENGINE_F_ENGINE_GET_CIPHER			 185
    -#define ENGINE_F_ENGINE_GET_DEFAULT_TYPE		 177
    -#define ENGINE_F_ENGINE_GET_DIGEST			 186
    -#define ENGINE_F_ENGINE_GET_NEXT			 115
    -#define ENGINE_F_ENGINE_GET_PKEY_ASN1_METH		 193
    -#define ENGINE_F_ENGINE_GET_PKEY_METH			 192
    -#define ENGINE_F_ENGINE_GET_PREV			 116
    -#define ENGINE_F_ENGINE_INIT				 119
    -#define ENGINE_F_ENGINE_LIST_ADD			 120
    -#define ENGINE_F_ENGINE_LIST_REMOVE			 121
    -#define ENGINE_F_ENGINE_LOAD_PRIVATE_KEY		 150
    -#define ENGINE_F_ENGINE_LOAD_PUBLIC_KEY			 151
    -#define ENGINE_F_ENGINE_LOAD_SSL_CLIENT_CERT		 194
    -#define ENGINE_F_ENGINE_NEW				 122
    -#define ENGINE_F_ENGINE_REMOVE				 123
    -#define ENGINE_F_ENGINE_SET_DEFAULT_STRING		 189
    -#define ENGINE_F_ENGINE_SET_DEFAULT_TYPE		 126
    -#define ENGINE_F_ENGINE_SET_ID				 129
    -#define ENGINE_F_ENGINE_SET_NAME			 130
    -#define ENGINE_F_ENGINE_TABLE_REGISTER			 184
    -#define ENGINE_F_ENGINE_UNLOAD_KEY			 152
    -#define ENGINE_F_ENGINE_UNLOCKED_FINISH			 191
    -#define ENGINE_F_ENGINE_UP_REF				 190
    -#define ENGINE_F_INT_CTRL_HELPER			 172
    -#define ENGINE_F_INT_ENGINE_CONFIGURE			 188
    -#define ENGINE_F_INT_ENGINE_MODULE_INIT			 187
    -#define ENGINE_F_LOG_MESSAGE				 141
    +# define ENGINE_F_DYNAMIC_CTRL                            180
    +# define ENGINE_F_DYNAMIC_GET_DATA_CTX                    181
    +# define ENGINE_F_DYNAMIC_LOAD                            182
    +# define ENGINE_F_DYNAMIC_SET_DATA_CTX                    183
    +# define ENGINE_F_ENGINE_ADD                              105
    +# define ENGINE_F_ENGINE_BY_ID                            106
    +# define ENGINE_F_ENGINE_CMD_IS_EXECUTABLE                170
    +# define ENGINE_F_ENGINE_CTRL                             142
    +# define ENGINE_F_ENGINE_CTRL_CMD                         178
    +# define ENGINE_F_ENGINE_CTRL_CMD_STRING                  171
    +# define ENGINE_F_ENGINE_FINISH                           107
    +# define ENGINE_F_ENGINE_FREE_UTIL                        108
    +# define ENGINE_F_ENGINE_GET_CIPHER                       185
    +# define ENGINE_F_ENGINE_GET_DEFAULT_TYPE                 177
    +# define ENGINE_F_ENGINE_GET_DIGEST                       186
    +# define ENGINE_F_ENGINE_GET_NEXT                         115
    +# define ENGINE_F_ENGINE_GET_PKEY_ASN1_METH               193
    +# define ENGINE_F_ENGINE_GET_PKEY_METH                    192
    +# define ENGINE_F_ENGINE_GET_PREV                         116
    +# define ENGINE_F_ENGINE_INIT                             119
    +# define ENGINE_F_ENGINE_LIST_ADD                         120
    +# define ENGINE_F_ENGINE_LIST_REMOVE                      121
    +# define ENGINE_F_ENGINE_LOAD_PRIVATE_KEY                 150
    +# define ENGINE_F_ENGINE_LOAD_PUBLIC_KEY                  151
    +# define ENGINE_F_ENGINE_LOAD_SSL_CLIENT_CERT             194
    +# define ENGINE_F_ENGINE_NEW                              122
    +# define ENGINE_F_ENGINE_REMOVE                           123
    +# define ENGINE_F_ENGINE_SET_DEFAULT_STRING               189
    +# define ENGINE_F_ENGINE_SET_DEFAULT_TYPE                 126
    +# define ENGINE_F_ENGINE_SET_ID                           129
    +# define ENGINE_F_ENGINE_SET_NAME                         130
    +# define ENGINE_F_ENGINE_TABLE_REGISTER                   184
    +# define ENGINE_F_ENGINE_UNLOAD_KEY                       152
    +# define ENGINE_F_ENGINE_UNLOCKED_FINISH                  191
    +# define ENGINE_F_ENGINE_UP_REF                           190
    +# define ENGINE_F_INT_CTRL_HELPER                         172
    +# define ENGINE_F_INT_ENGINE_CONFIGURE                    188
    +# define ENGINE_F_INT_ENGINE_MODULE_INIT                  187
    +# define ENGINE_F_LOG_MESSAGE                             141
     
     /* Reason codes. */
    -#define ENGINE_R_ALREADY_LOADED				 100
    -#define ENGINE_R_ARGUMENT_IS_NOT_A_NUMBER		 133
    -#define ENGINE_R_CMD_NOT_EXECUTABLE			 134
    -#define ENGINE_R_COMMAND_TAKES_INPUT			 135
    -#define ENGINE_R_COMMAND_TAKES_NO_INPUT			 136
    -#define ENGINE_R_CONFLICTING_ENGINE_ID			 103
    -#define ENGINE_R_CTRL_COMMAND_NOT_IMPLEMENTED		 119
    -#define ENGINE_R_DH_NOT_IMPLEMENTED			 139
    -#define ENGINE_R_DSA_NOT_IMPLEMENTED			 140
    -#define ENGINE_R_DSO_FAILURE				 104
    -#define ENGINE_R_DSO_NOT_FOUND				 132
    -#define ENGINE_R_ENGINES_SECTION_ERROR			 148
    -#define ENGINE_R_ENGINE_CONFIGURATION_ERROR		 102
    -#define ENGINE_R_ENGINE_IS_NOT_IN_LIST			 105
    -#define ENGINE_R_ENGINE_SECTION_ERROR			 149
    -#define ENGINE_R_FAILED_LOADING_PRIVATE_KEY		 128
    -#define ENGINE_R_FAILED_LOADING_PUBLIC_KEY		 129
    -#define ENGINE_R_FINISH_FAILED				 106
    -#define ENGINE_R_GET_HANDLE_FAILED			 107
    -#define ENGINE_R_ID_OR_NAME_MISSING			 108
    -#define ENGINE_R_INIT_FAILED				 109
    -#define ENGINE_R_INTERNAL_LIST_ERROR			 110
    -#define ENGINE_R_INVALID_ARGUMENT			 143
    -#define ENGINE_R_INVALID_CMD_NAME			 137
    -#define ENGINE_R_INVALID_CMD_NUMBER			 138
    -#define ENGINE_R_INVALID_INIT_VALUE			 151
    -#define ENGINE_R_INVALID_STRING				 150
    -#define ENGINE_R_NOT_INITIALISED			 117
    -#define ENGINE_R_NOT_LOADED				 112
    -#define ENGINE_R_NO_CONTROL_FUNCTION			 120
    -#define ENGINE_R_NO_INDEX				 144
    -#define ENGINE_R_NO_LOAD_FUNCTION			 125
    -#define ENGINE_R_NO_REFERENCE				 130
    -#define ENGINE_R_NO_SUCH_ENGINE				 116
    -#define ENGINE_R_NO_UNLOAD_FUNCTION			 126
    -#define ENGINE_R_PROVIDE_PARAMETERS			 113
    -#define ENGINE_R_RSA_NOT_IMPLEMENTED			 141
    -#define ENGINE_R_UNIMPLEMENTED_CIPHER			 146
    -#define ENGINE_R_UNIMPLEMENTED_DIGEST			 147
    -#define ENGINE_R_UNIMPLEMENTED_PUBLIC_KEY_METHOD	 101
    -#define ENGINE_R_VERSION_INCOMPATIBILITY		 145
    +# define ENGINE_R_ALREADY_LOADED                          100
    +# define ENGINE_R_ARGUMENT_IS_NOT_A_NUMBER                133
    +# define ENGINE_R_CMD_NOT_EXECUTABLE                      134
    +# define ENGINE_R_COMMAND_TAKES_INPUT                     135
    +# define ENGINE_R_COMMAND_TAKES_NO_INPUT                  136
    +# define ENGINE_R_CONFLICTING_ENGINE_ID                   103
    +# define ENGINE_R_CTRL_COMMAND_NOT_IMPLEMENTED            119
    +# define ENGINE_R_DH_NOT_IMPLEMENTED                      139
    +# define ENGINE_R_DSA_NOT_IMPLEMENTED                     140
    +# define ENGINE_R_DSO_FAILURE                             104
    +# define ENGINE_R_DSO_NOT_FOUND                           132
    +# define ENGINE_R_ENGINES_SECTION_ERROR                   148
    +# define ENGINE_R_ENGINE_CONFIGURATION_ERROR              102
    +# define ENGINE_R_ENGINE_IS_NOT_IN_LIST                   105
    +# define ENGINE_R_ENGINE_SECTION_ERROR                    149
    +# define ENGINE_R_FAILED_LOADING_PRIVATE_KEY              128
    +# define ENGINE_R_FAILED_LOADING_PUBLIC_KEY               129
    +# define ENGINE_R_FINISH_FAILED                           106
    +# define ENGINE_R_GET_HANDLE_FAILED                       107
    +# define ENGINE_R_ID_OR_NAME_MISSING                      108
    +# define ENGINE_R_INIT_FAILED                             109
    +# define ENGINE_R_INTERNAL_LIST_ERROR                     110
    +# define ENGINE_R_INVALID_ARGUMENT                        143
    +# define ENGINE_R_INVALID_CMD_NAME                        137
    +# define ENGINE_R_INVALID_CMD_NUMBER                      138
    +# define ENGINE_R_INVALID_INIT_VALUE                      151
    +# define ENGINE_R_INVALID_STRING                          150
    +# define ENGINE_R_NOT_INITIALISED                         117
    +# define ENGINE_R_NOT_LOADED                              112
    +# define ENGINE_R_NO_CONTROL_FUNCTION                     120
    +# define ENGINE_R_NO_INDEX                                144
    +# define ENGINE_R_NO_LOAD_FUNCTION                        125
    +# define ENGINE_R_NO_REFERENCE                            130
    +# define ENGINE_R_NO_SUCH_ENGINE                          116
    +# define ENGINE_R_NO_UNLOAD_FUNCTION                      126
    +# define ENGINE_R_PROVIDE_PARAMETERS                      113
    +# define ENGINE_R_RSA_NOT_IMPLEMENTED                     141
    +# define ENGINE_R_UNIMPLEMENTED_CIPHER                    146
    +# define ENGINE_R_UNIMPLEMENTED_DIGEST                    147
    +# define ENGINE_R_UNIMPLEMENTED_PUBLIC_KEY_METHOD         101
    +# define ENGINE_R_VERSION_INCOMPATIBILITY                 145
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/engine/enginetest.c b/openssl/crypto/engine/enginetest.c
    index f4d70e7e0..ab7c0c00d 100644
    --- a/openssl/crypto/engine/enginetest.c
    +++ b/openssl/crypto/engine/enginetest.c
    @@ -1,6 +1,7 @@
     /* crypto/engine/enginetest.c */
    -/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 1999-2001 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -64,220 +65,205 @@
     int main(int argc, char *argv[])
     {
         printf("No ENGINE support\n");
    -    return(0);
    +    return (0);
     }
     #else
    -#include 
    -#include 
    -#include 
    -#include 
    +# include 
    +# include 
    +# include 
    +# include 
     
     static void display_engine_list(void)
    -	{
    -	ENGINE *h;
    -	int loop;
    +{
    +    ENGINE *h;
    +    int loop;
     
    -	h = ENGINE_get_first();
    -	loop = 0;
    -	printf("listing available engine types\n");
    -	while(h)
    -		{
    -		printf("engine %i, id = \"%s\", name = \"%s\"\n",
    -			loop++, ENGINE_get_id(h), ENGINE_get_name(h));
    -		h = ENGINE_get_next(h);
    -		}
    -	printf("end of list\n");
    -	/* ENGINE_get_first() increases the struct_ref counter, so we 
    -           must call ENGINE_free() to decrease it again */
    -	ENGINE_free(h);
    -	}
    +    h = ENGINE_get_first();
    +    loop = 0;
    +    printf("listing available engine types\n");
    +    while (h) {
    +        printf("engine %i, id = \"%s\", name = \"%s\"\n",
    +               loop++, ENGINE_get_id(h), ENGINE_get_name(h));
    +        h = ENGINE_get_next(h);
    +    }
    +    printf("end of list\n");
    +    /*
    +     * ENGINE_get_first() increases the struct_ref counter, so we must call
    +     * ENGINE_free() to decrease it again
    +     */
    +    ENGINE_free(h);
    +}
     
     int main(int argc, char *argv[])
    -	{
    -	ENGINE *block[512];
    -	char buf[256];
    -	const char *id, *name;
    -	ENGINE *ptr;
    -	int loop;
    -	int to_return = 1;
    -	ENGINE *new_h1 = NULL;
    -	ENGINE *new_h2 = NULL;
    -	ENGINE *new_h3 = NULL;
    -	ENGINE *new_h4 = NULL;
    +{
    +    ENGINE *block[512];
    +    char buf[256];
    +    const char *id, *name;
    +    ENGINE *ptr;
    +    int loop;
    +    int to_return = 1;
    +    ENGINE *new_h1 = NULL;
    +    ENGINE *new_h2 = NULL;
    +    ENGINE *new_h3 = NULL;
    +    ENGINE *new_h4 = NULL;
     
    -	/* enable memory leak checking unless explicitly disabled */
    -	if (!((getenv("OPENSSL_DEBUG_MEMORY") != NULL) && (0 == strcmp(getenv("OPENSSL_DEBUG_MEMORY"), "off"))))
    -		{
    -		CRYPTO_malloc_debug_init();
    -		CRYPTO_set_mem_debug_options(V_CRYPTO_MDEBUG_ALL);
    -		}
    -	else
    -		{
    -		/* OPENSSL_DEBUG_MEMORY=off */
    -		CRYPTO_set_mem_debug_functions(0, 0, 0, 0, 0);
    -		}
    -	CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON);
    -	ERR_load_crypto_strings();
    +    /* enable memory leak checking unless explicitly disabled */
    +    if (!((getenv("OPENSSL_DEBUG_MEMORY") != NULL)
    +          && (0 == strcmp(getenv("OPENSSL_DEBUG_MEMORY"), "off")))) {
    +        CRYPTO_malloc_debug_init();
    +        CRYPTO_set_mem_debug_options(V_CRYPTO_MDEBUG_ALL);
    +    } else {
    +        /* OPENSSL_DEBUG_MEMORY=off */
    +        CRYPTO_set_mem_debug_functions(0, 0, 0, 0, 0);
    +    }
    +    CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON);
    +    ERR_load_crypto_strings();
     
    -	memset(block, 0, 512 * sizeof(ENGINE *));
    -	if(((new_h1 = ENGINE_new()) == NULL) ||
    -			!ENGINE_set_id(new_h1, "test_id0") ||
    -			!ENGINE_set_name(new_h1, "First test item") ||
    -			((new_h2 = ENGINE_new()) == NULL) ||
    -			!ENGINE_set_id(new_h2, "test_id1") ||
    -			!ENGINE_set_name(new_h2, "Second test item") ||
    -			((new_h3 = ENGINE_new()) == NULL) ||
    -			!ENGINE_set_id(new_h3, "test_id2") ||
    -			!ENGINE_set_name(new_h3, "Third test item") ||
    -			((new_h4 = ENGINE_new()) == NULL) ||
    -			!ENGINE_set_id(new_h4, "test_id3") ||
    -			!ENGINE_set_name(new_h4, "Fourth test item"))
    -		{
    -		printf("Couldn't set up test ENGINE structures\n");
    -		goto end;
    -		}
    -	printf("\nenginetest beginning\n\n");
    -	display_engine_list();
    -	if(!ENGINE_add(new_h1))
    -		{
    -		printf("Add failed!\n");
    -		goto end;
    -		}
    -	display_engine_list();
    -	ptr = ENGINE_get_first();
    -	if(!ENGINE_remove(ptr))
    -		{
    -		printf("Remove failed!\n");
    -		goto end;
    -		}
    -	if (ptr)
    -		ENGINE_free(ptr);
    -	display_engine_list();
    -	if(!ENGINE_add(new_h3) || !ENGINE_add(new_h2))
    -		{
    -		printf("Add failed!\n");
    -		goto end;
    -		}
    -	display_engine_list();
    -	if(!ENGINE_remove(new_h2))
    -		{
    -		printf("Remove failed!\n");
    -		goto end;
    -		}
    -	display_engine_list();
    -	if(!ENGINE_add(new_h4))
    -		{
    -		printf("Add failed!\n");
    -		goto end;
    -		}
    -	display_engine_list();
    -	if(ENGINE_add(new_h3))
    -		{
    -		printf("Add *should* have failed but didn't!\n");
    -		goto end;
    -		}
    -	else
    -		printf("Add that should fail did.\n");
    -	ERR_clear_error();
    -	if(ENGINE_remove(new_h2))
    -		{
    -		printf("Remove *should* have failed but didn't!\n");
    -		goto end;
    -		}
    -	else
    -		printf("Remove that should fail did.\n");
    -	ERR_clear_error();
    -	if(!ENGINE_remove(new_h3))
    -		{
    -		printf("Remove failed!\n");
    -		goto end;
    -		}
    -	display_engine_list();
    -	if(!ENGINE_remove(new_h4))
    -		{
    -		printf("Remove failed!\n");
    -		goto end;
    -		}
    -	display_engine_list();
    -	/* Depending on whether there's any hardware support compiled
    -	 * in, this remove may be destined to fail. */
    -	ptr = ENGINE_get_first();
    -	if(ptr)
    -		if(!ENGINE_remove(ptr))
    -			printf("Remove failed!i - probably no hardware "
    -				"support present.\n");
    -	if (ptr)
    -		ENGINE_free(ptr);
    -	display_engine_list();
    -	if(!ENGINE_add(new_h1) || !ENGINE_remove(new_h1))
    -		{
    -		printf("Couldn't add and remove to an empty list!\n");
    -		goto end;
    -		}
    -	else
    -		printf("Successfully added and removed to an empty list!\n");
    -	printf("About to beef up the engine-type list\n");
    -	for(loop = 0; loop < 512; loop++)
    -		{
    -		sprintf(buf, "id%i", loop);
    -		id = BUF_strdup(buf);
    -		sprintf(buf, "Fake engine type %i", loop);
    -		name = BUF_strdup(buf);
    -		if(((block[loop] = ENGINE_new()) == NULL) ||
    -				!ENGINE_set_id(block[loop], id) ||
    -				!ENGINE_set_name(block[loop], name))
    -			{
    -			printf("Couldn't create block of ENGINE structures.\n"
    -				"I'll probably also core-dump now, damn.\n");
    -			goto end;
    -			}
    -		}
    -	for(loop = 0; loop < 512; loop++)
    -		{
    -		if(!ENGINE_add(block[loop]))
    -			{
    -			printf("\nAdding stopped at %i, (%s,%s)\n",
    -				loop, ENGINE_get_id(block[loop]),
    -				ENGINE_get_name(block[loop]));
    -			goto cleanup_loop;
    -			}
    -		else
    -			printf("."); fflush(stdout);
    -		}
    -cleanup_loop:
    -	printf("\nAbout to empty the engine-type list\n");
    -	while((ptr = ENGINE_get_first()) != NULL)
    -		{
    -		if(!ENGINE_remove(ptr))
    -			{
    -			printf("\nRemove failed!\n");
    -			goto end;
    -			}
    -		ENGINE_free(ptr);
    -		printf("."); fflush(stdout);
    -		}
    -	for(loop = 0; loop < 512; loop++)
    -		{
    -		OPENSSL_free((void *)ENGINE_get_id(block[loop]));
    -		OPENSSL_free((void *)ENGINE_get_name(block[loop]));
    -		}
    -	printf("\nTests completed happily\n");
    -	to_return = 0;
    -end:
    -	if(to_return)
    -		ERR_print_errors_fp(stderr);
    -	if(new_h1) ENGINE_free(new_h1);
    -	if(new_h2) ENGINE_free(new_h2);
    -	if(new_h3) ENGINE_free(new_h3);
    -	if(new_h4) ENGINE_free(new_h4);
    -	for(loop = 0; loop < 512; loop++)
    -		if(block[loop])
    -			ENGINE_free(block[loop]);
    -	ENGINE_cleanup();
    -	CRYPTO_cleanup_all_ex_data();
    -	ERR_free_strings();
    -	ERR_remove_thread_state(NULL);
    -	CRYPTO_mem_leaks_fp(stderr);
    -	return to_return;
    -	}
    +    memset(block, 0, 512 * sizeof(ENGINE *));
    +    if (((new_h1 = ENGINE_new()) == NULL) ||
    +        !ENGINE_set_id(new_h1, "test_id0") ||
    +        !ENGINE_set_name(new_h1, "First test item") ||
    +        ((new_h2 = ENGINE_new()) == NULL) ||
    +        !ENGINE_set_id(new_h2, "test_id1") ||
    +        !ENGINE_set_name(new_h2, "Second test item") ||
    +        ((new_h3 = ENGINE_new()) == NULL) ||
    +        !ENGINE_set_id(new_h3, "test_id2") ||
    +        !ENGINE_set_name(new_h3, "Third test item") ||
    +        ((new_h4 = ENGINE_new()) == NULL) ||
    +        !ENGINE_set_id(new_h4, "test_id3") ||
    +        !ENGINE_set_name(new_h4, "Fourth test item")) {
    +        printf("Couldn't set up test ENGINE structures\n");
    +        goto end;
    +    }
    +    printf("\nenginetest beginning\n\n");
    +    display_engine_list();
    +    if (!ENGINE_add(new_h1)) {
    +        printf("Add failed!\n");
    +        goto end;
    +    }
    +    display_engine_list();
    +    ptr = ENGINE_get_first();
    +    if (!ENGINE_remove(ptr)) {
    +        printf("Remove failed!\n");
    +        goto end;
    +    }
    +    if (ptr)
    +        ENGINE_free(ptr);
    +    display_engine_list();
    +    if (!ENGINE_add(new_h3) || !ENGINE_add(new_h2)) {
    +        printf("Add failed!\n");
    +        goto end;
    +    }
    +    display_engine_list();
    +    if (!ENGINE_remove(new_h2)) {
    +        printf("Remove failed!\n");
    +        goto end;
    +    }
    +    display_engine_list();
    +    if (!ENGINE_add(new_h4)) {
    +        printf("Add failed!\n");
    +        goto end;
    +    }
    +    display_engine_list();
    +    if (ENGINE_add(new_h3)) {
    +        printf("Add *should* have failed but didn't!\n");
    +        goto end;
    +    } else
    +        printf("Add that should fail did.\n");
    +    ERR_clear_error();
    +    if (ENGINE_remove(new_h2)) {
    +        printf("Remove *should* have failed but didn't!\n");
    +        goto end;
    +    } else
    +        printf("Remove that should fail did.\n");
    +    ERR_clear_error();
    +    if (!ENGINE_remove(new_h3)) {
    +        printf("Remove failed!\n");
    +        goto end;
    +    }
    +    display_engine_list();
    +    if (!ENGINE_remove(new_h4)) {
    +        printf("Remove failed!\n");
    +        goto end;
    +    }
    +    display_engine_list();
    +    /*
    +     * Depending on whether there's any hardware support compiled in, this
    +     * remove may be destined to fail.
    +     */
    +    ptr = ENGINE_get_first();
    +    if (ptr)
    +        if (!ENGINE_remove(ptr))
    +            printf("Remove failed!i - probably no hardware "
    +                   "support present.\n");
    +    if (ptr)
    +        ENGINE_free(ptr);
    +    display_engine_list();
    +    if (!ENGINE_add(new_h1) || !ENGINE_remove(new_h1)) {
    +        printf("Couldn't add and remove to an empty list!\n");
    +        goto end;
    +    } else
    +        printf("Successfully added and removed to an empty list!\n");
    +    printf("About to beef up the engine-type list\n");
    +    for (loop = 0; loop < 512; loop++) {
    +        sprintf(buf, "id%i", loop);
    +        id = BUF_strdup(buf);
    +        sprintf(buf, "Fake engine type %i", loop);
    +        name = BUF_strdup(buf);
    +        if (((block[loop] = ENGINE_new()) == NULL) ||
    +            !ENGINE_set_id(block[loop], id) ||
    +            !ENGINE_set_name(block[loop], name)) {
    +            printf("Couldn't create block of ENGINE structures.\n"
    +                   "I'll probably also core-dump now, damn.\n");
    +            goto end;
    +        }
    +    }
    +    for (loop = 0; loop < 512; loop++) {
    +        if (!ENGINE_add(block[loop])) {
    +            printf("\nAdding stopped at %i, (%s,%s)\n",
    +                   loop, ENGINE_get_id(block[loop]),
    +                   ENGINE_get_name(block[loop]));
    +            goto cleanup_loop;
    +        } else
    +            printf(".");
    +        fflush(stdout);
    +    }
    + cleanup_loop:
    +    printf("\nAbout to empty the engine-type list\n");
    +    while ((ptr = ENGINE_get_first()) != NULL) {
    +        if (!ENGINE_remove(ptr)) {
    +            printf("\nRemove failed!\n");
    +            goto end;
    +        }
    +        ENGINE_free(ptr);
    +        printf(".");
    +        fflush(stdout);
    +    }
    +    for (loop = 0; loop < 512; loop++) {
    +        OPENSSL_free((void *)ENGINE_get_id(block[loop]));
    +        OPENSSL_free((void *)ENGINE_get_name(block[loop]));
    +    }
    +    printf("\nTests completed happily\n");
    +    to_return = 0;
    + end:
    +    if (to_return)
    +        ERR_print_errors_fp(stderr);
    +    if (new_h1)
    +        ENGINE_free(new_h1);
    +    if (new_h2)
    +        ENGINE_free(new_h2);
    +    if (new_h3)
    +        ENGINE_free(new_h3);
    +    if (new_h4)
    +        ENGINE_free(new_h4);
    +    for (loop = 0; loop < 512; loop++)
    +        if (block[loop])
    +            ENGINE_free(block[loop]);
    +    ENGINE_cleanup();
    +    CRYPTO_cleanup_all_ex_data();
    +    ERR_free_strings();
    +    ERR_remove_thread_state(NULL);
    +    CRYPTO_mem_leaks_fp(stderr);
    +    return to_return;
    +}
     #endif
    diff --git a/openssl/crypto/engine/tb_asnmth.c b/openssl/crypto/engine/tb_asnmth.c
    index 75090339f..a1a9b88c4 100644
    --- a/openssl/crypto/engine/tb_asnmth.c
    +++ b/openssl/crypto/engine/tb_asnmth.c
    @@ -6,7 +6,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,191 +56,191 @@
     #include "asn1_locl.h"
     #include 
     
    -/* If this symbol is defined then ENGINE_get_pkey_asn1_meth_engine(), the
    +/*
    + * If this symbol is defined then ENGINE_get_pkey_asn1_meth_engine(), the
      * function that is used by EVP to hook in pkey_asn1_meth code and cache
      * defaults (etc), will display brief debugging summaries to stderr with the
    - * 'nid'. */
    + * 'nid'.
    + */
     /* #define ENGINE_PKEY_ASN1_METH_DEBUG */
     
     static ENGINE_TABLE *pkey_asn1_meth_table = NULL;
     
     void ENGINE_unregister_pkey_asn1_meths(ENGINE *e)
    -	{
    -	engine_table_unregister(&pkey_asn1_meth_table, e);
    -	}
    +{
    +    engine_table_unregister(&pkey_asn1_meth_table, e);
    +}
     
     static void engine_unregister_all_pkey_asn1_meths(void)
    -	{
    -	engine_table_cleanup(&pkey_asn1_meth_table);
    -	}
    +{
    +    engine_table_cleanup(&pkey_asn1_meth_table);
    +}
     
     int ENGINE_register_pkey_asn1_meths(ENGINE *e)
    -	{
    -	if(e->pkey_asn1_meths)
    -		{
    -		const int *nids;
    -		int num_nids = e->pkey_asn1_meths(e, NULL, &nids, 0);
    -		if(num_nids > 0)
    -			return engine_table_register(&pkey_asn1_meth_table,
    -				engine_unregister_all_pkey_asn1_meths, e, nids,
    -					num_nids, 0);
    -		}
    -	return 1;
    -	}
    +{
    +    if (e->pkey_asn1_meths) {
    +        const int *nids;
    +        int num_nids = e->pkey_asn1_meths(e, NULL, &nids, 0);
    +        if (num_nids > 0)
    +            return engine_table_register(&pkey_asn1_meth_table,
    +                                         engine_unregister_all_pkey_asn1_meths,
    +                                         e, nids, num_nids, 0);
    +    }
    +    return 1;
    +}
     
     void ENGINE_register_all_pkey_asn1_meths(void)
    -	{
    -	ENGINE *e;
    +{
    +    ENGINE *e;
     
    -	for(e=ENGINE_get_first() ; e ; e=ENGINE_get_next(e))
    -		ENGINE_register_pkey_asn1_meths(e);
    -	}
    +    for (e = ENGINE_get_first(); e; e = ENGINE_get_next(e))
    +        ENGINE_register_pkey_asn1_meths(e);
    +}
     
     int ENGINE_set_default_pkey_asn1_meths(ENGINE *e)
    -	{
    -	if(e->pkey_asn1_meths)
    -		{
    -		const int *nids;
    -		int num_nids = e->pkey_asn1_meths(e, NULL, &nids, 0);
    -		if(num_nids > 0)
    -			return engine_table_register(&pkey_asn1_meth_table,
    -				engine_unregister_all_pkey_asn1_meths, e, nids,
    -					num_nids, 1);
    -		}
    -	return 1;
    -	}
    -
    -/* Exposed API function to get a functional reference from the implementation
    +{
    +    if (e->pkey_asn1_meths) {
    +        const int *nids;
    +        int num_nids = e->pkey_asn1_meths(e, NULL, &nids, 0);
    +        if (num_nids > 0)
    +            return engine_table_register(&pkey_asn1_meth_table,
    +                                         engine_unregister_all_pkey_asn1_meths,
    +                                         e, nids, num_nids, 1);
    +    }
    +    return 1;
    +}
    +
    +/*
    + * Exposed API function to get a functional reference from the implementation
      * table (ie. try to get a functional reference from the tabled structural
    - * references) for a given pkey_asn1_meth 'nid' */
    + * references) for a given pkey_asn1_meth 'nid'
    + */
     ENGINE *ENGINE_get_pkey_asn1_meth_engine(int nid)
    -	{
    -	return engine_table_select(&pkey_asn1_meth_table, nid);
    -	}
    +{
    +    return engine_table_select(&pkey_asn1_meth_table, nid);
    +}
     
    -/* Obtains a pkey_asn1_meth implementation from an ENGINE functional reference */
    +/*
    + * Obtains a pkey_asn1_meth implementation from an ENGINE functional
    + * reference
    + */
     const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth(ENGINE *e, int nid)
    -	{
    -	EVP_PKEY_ASN1_METHOD *ret;
    -	ENGINE_PKEY_ASN1_METHS_PTR fn = ENGINE_get_pkey_asn1_meths(e);
    -	if(!fn || !fn(e, &ret, NULL, nid))
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_GET_PKEY_ASN1_METH,
    -				ENGINE_R_UNIMPLEMENTED_PUBLIC_KEY_METHOD);
    -		return NULL;
    -		}
    -	return ret;
    -	}
    +{
    +    EVP_PKEY_ASN1_METHOD *ret;
    +    ENGINE_PKEY_ASN1_METHS_PTR fn = ENGINE_get_pkey_asn1_meths(e);
    +    if (!fn || !fn(e, &ret, NULL, nid)) {
    +        ENGINEerr(ENGINE_F_ENGINE_GET_PKEY_ASN1_METH,
    +                  ENGINE_R_UNIMPLEMENTED_PUBLIC_KEY_METHOD);
    +        return NULL;
    +    }
    +    return ret;
    +}
     
     /* Gets the pkey_asn1_meth callback from an ENGINE structure */
     ENGINE_PKEY_ASN1_METHS_PTR ENGINE_get_pkey_asn1_meths(const ENGINE *e)
    -	{
    -	return e->pkey_asn1_meths;
    -	}
    +{
    +    return e->pkey_asn1_meths;
    +}
     
     /* Sets the pkey_asn1_meth callback in an ENGINE structure */
     int ENGINE_set_pkey_asn1_meths(ENGINE *e, ENGINE_PKEY_ASN1_METHS_PTR f)
    -	{
    -	e->pkey_asn1_meths = f;
    -	return 1;
    -	}
    +{
    +    e->pkey_asn1_meths = f;
    +    return 1;
    +}
     
    -/* Internal function to free up EVP_PKEY_ASN1_METHOD structures before an
    +/*
    + * Internal function to free up EVP_PKEY_ASN1_METHOD structures before an
      * ENGINE is destroyed
      */
     
     void engine_pkey_asn1_meths_free(ENGINE *e)
    -	{
    -	int i;
    -	EVP_PKEY_ASN1_METHOD *pkm;
    -	if (e->pkey_asn1_meths)
    -		{
    -		const int *pknids;
    -		int npknids;
    -		npknids = e->pkey_asn1_meths(e, NULL, &pknids, 0);
    -		for (i = 0; i < npknids; i++)
    -			{
    -			if (e->pkey_asn1_meths(e, &pkm, NULL, pknids[i]))
    -				{
    -				EVP_PKEY_asn1_free(pkm);
    -				}
    -			}
    -		}
    -	}
    -
    -/* Find a method based on a string. This does a linear search through
    - * all implemented algorithms. This is OK in practice because only
    - * a small number of algorithms are likely to be implemented in an engine
    - * and it is not used for speed critical operations.
    +{
    +    int i;
    +    EVP_PKEY_ASN1_METHOD *pkm;
    +    if (e->pkey_asn1_meths) {
    +        const int *pknids;
    +        int npknids;
    +        npknids = e->pkey_asn1_meths(e, NULL, &pknids, 0);
    +        for (i = 0; i < npknids; i++) {
    +            if (e->pkey_asn1_meths(e, &pkm, NULL, pknids[i])) {
    +                EVP_PKEY_asn1_free(pkm);
    +            }
    +        }
    +    }
    +}
    +
    +/*
    + * Find a method based on a string. This does a linear search through all
    + * implemented algorithms. This is OK in practice because only a small number
    + * of algorithms are likely to be implemented in an engine and it is not used
    + * for speed critical operations.
      */
     
     const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth_str(ENGINE *e,
    -					const char *str, int len)
    -	{
    -	int i, nidcount;
    -	const int *nids;
    -	EVP_PKEY_ASN1_METHOD *ameth;
    -	if (!e->pkey_asn1_meths)
    -		return NULL;
    -	if (len == -1)
    -		len = strlen(str);
    -	nidcount = e->pkey_asn1_meths(e, NULL, &nids, 0);
    -	for (i = 0; i < nidcount; i++)
    -		{
    -		e->pkey_asn1_meths(e, &ameth, NULL, nids[i]);
    -		if (((int)strlen(ameth->pem_str) == len) && 
    -					!strncasecmp(ameth->pem_str, str, len))
    -			return ameth;
    -		}
    -	return NULL;
    -	}
    -
    -typedef struct 
    -	{
    -	ENGINE *e;
    -	const EVP_PKEY_ASN1_METHOD *ameth;
    -	const char *str;
    -	int len;
    -	} ENGINE_FIND_STR;
    +                                                          const char *str,
    +                                                          int len)
    +{
    +    int i, nidcount;
    +    const int *nids;
    +    EVP_PKEY_ASN1_METHOD *ameth;
    +    if (!e->pkey_asn1_meths)
    +        return NULL;
    +    if (len == -1)
    +        len = strlen(str);
    +    nidcount = e->pkey_asn1_meths(e, NULL, &nids, 0);
    +    for (i = 0; i < nidcount; i++) {
    +        e->pkey_asn1_meths(e, &ameth, NULL, nids[i]);
    +        if (((int)strlen(ameth->pem_str) == len) &&
    +            !strncasecmp(ameth->pem_str, str, len))
    +            return ameth;
    +    }
    +    return NULL;
    +}
    +
    +typedef struct {
    +    ENGINE *e;
    +    const EVP_PKEY_ASN1_METHOD *ameth;
    +    const char *str;
    +    int len;
    +} ENGINE_FIND_STR;
     
     static void look_str_cb(int nid, STACK_OF(ENGINE) *sk, ENGINE *def, void *arg)
    -	{
    -	ENGINE_FIND_STR *lk = arg;
    -	int i;
    -	if (lk->ameth)
    -		return;
    -	for (i = 0; i < sk_ENGINE_num(sk); i++)
    -		{
    -		ENGINE *e = sk_ENGINE_value(sk, i);
    -		EVP_PKEY_ASN1_METHOD *ameth;
    -		e->pkey_asn1_meths(e, &ameth, NULL, nid);
    -		if (((int)strlen(ameth->pem_str) == lk->len) && 
    -				!strncasecmp(ameth->pem_str, lk->str, lk->len))
    -			{
    -			lk->e = e;
    -			lk->ameth = ameth;
    -			return;
    -			}
    -		}
    -	}
    +{
    +    ENGINE_FIND_STR *lk = arg;
    +    int i;
    +    if (lk->ameth)
    +        return;
    +    for (i = 0; i < sk_ENGINE_num(sk); i++) {
    +        ENGINE *e = sk_ENGINE_value(sk, i);
    +        EVP_PKEY_ASN1_METHOD *ameth;
    +        e->pkey_asn1_meths(e, &ameth, NULL, nid);
    +        if (((int)strlen(ameth->pem_str) == lk->len) &&
    +            !strncasecmp(ameth->pem_str, lk->str, lk->len)) {
    +            lk->e = e;
    +            lk->ameth = ameth;
    +            return;
    +        }
    +    }
    +}
     
     const EVP_PKEY_ASN1_METHOD *ENGINE_pkey_asn1_find_str(ENGINE **pe,
    -					const char *str, int len)
    -	{
    -	ENGINE_FIND_STR fstr;
    -	fstr.e = NULL;
    -	fstr.ameth = NULL;
    -	fstr.str = str;
    -	fstr.len = len;
    -	CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    -	engine_table_doall(pkey_asn1_meth_table, look_str_cb, &fstr);
    -	/* If found obtain a structural reference to engine */
    -	if (fstr.e)
    -		{
    -		fstr.e->struct_ref++;
    -		engine_ref_debug(fstr.e, 0, 1)
    -		}
    -	*pe = fstr.e;
    -	CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    -	return fstr.ameth;
    -	}
    +                                                      const char *str,
    +                                                      int len)
    +{
    +    ENGINE_FIND_STR fstr;
    +    fstr.e = NULL;
    +    fstr.ameth = NULL;
    +    fstr.str = str;
    +    fstr.len = len;
    +    CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    +    engine_table_doall(pkey_asn1_meth_table, look_str_cb, &fstr);
    +    /* If found obtain a structural reference to engine */
    +    if (fstr.e) {
    +        fstr.e->struct_ref++;
    +        engine_ref_debug(fstr.e, 0, 1)
    +    }
    +    *pe = fstr.e;
    +    CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);
    +    return fstr.ameth;
    +}
    diff --git a/openssl/crypto/engine/tb_cipher.c b/openssl/crypto/engine/tb_cipher.c
    index 177fc1fb7..fcfb2efd8 100644
    --- a/openssl/crypto/engine/tb_cipher.c
    +++ b/openssl/crypto/engine/tb_cipher.c
    @@ -6,7 +6,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -54,90 +54,90 @@
     
     #include "eng_int.h"
     
    -/* If this symbol is defined then ENGINE_get_cipher_engine(), the function that
    - * is used by EVP to hook in cipher code and cache defaults (etc), will display
    - * brief debugging summaries to stderr with the 'nid'. */
    +/*
    + * If this symbol is defined then ENGINE_get_cipher_engine(), the function
    + * that is used by EVP to hook in cipher code and cache defaults (etc), will
    + * display brief debugging summaries to stderr with the 'nid'.
    + */
     /* #define ENGINE_CIPHER_DEBUG */
     
     static ENGINE_TABLE *cipher_table = NULL;
     
     void ENGINE_unregister_ciphers(ENGINE *e)
    -	{
    -	engine_table_unregister(&cipher_table, e);
    -	}
    +{
    +    engine_table_unregister(&cipher_table, e);
    +}
     
     static void engine_unregister_all_ciphers(void)
    -	{
    -	engine_table_cleanup(&cipher_table);
    -	}
    +{
    +    engine_table_cleanup(&cipher_table);
    +}
     
     int ENGINE_register_ciphers(ENGINE *e)
    -	{
    -	if(e->ciphers)
    -		{
    -		const int *nids;
    -		int num_nids = e->ciphers(e, NULL, &nids, 0);
    -		if(num_nids > 0)
    -			return engine_table_register(&cipher_table,
    -					engine_unregister_all_ciphers, e, nids,
    -					num_nids, 0);
    -		}
    -	return 1;
    -	}
    +{
    +    if (e->ciphers) {
    +        const int *nids;
    +        int num_nids = e->ciphers(e, NULL, &nids, 0);
    +        if (num_nids > 0)
    +            return engine_table_register(&cipher_table,
    +                                         engine_unregister_all_ciphers, e,
    +                                         nids, num_nids, 0);
    +    }
    +    return 1;
    +}
     
     void ENGINE_register_all_ciphers()
    -	{
    -	ENGINE *e;
    +{
    +    ENGINE *e;
     
    -	for(e=ENGINE_get_first() ; e ; e=ENGINE_get_next(e))
    -		ENGINE_register_ciphers(e);
    -	}
    +    for (e = ENGINE_get_first(); e; e = ENGINE_get_next(e))
    +        ENGINE_register_ciphers(e);
    +}
     
     int ENGINE_set_default_ciphers(ENGINE *e)
    -	{
    -	if(e->ciphers)
    -		{
    -		const int *nids;
    -		int num_nids = e->ciphers(e, NULL, &nids, 0);
    -		if(num_nids > 0)
    -			return engine_table_register(&cipher_table,
    -					engine_unregister_all_ciphers, e, nids,
    -					num_nids, 1);
    -		}
    -	return 1;
    -	}
    +{
    +    if (e->ciphers) {
    +        const int *nids;
    +        int num_nids = e->ciphers(e, NULL, &nids, 0);
    +        if (num_nids > 0)
    +            return engine_table_register(&cipher_table,
    +                                         engine_unregister_all_ciphers, e,
    +                                         nids, num_nids, 1);
    +    }
    +    return 1;
    +}
     
    -/* Exposed API function to get a functional reference from the implementation
    +/*
    + * Exposed API function to get a functional reference from the implementation
      * table (ie. try to get a functional reference from the tabled structural
    - * references) for a given cipher 'nid' */
    + * references) for a given cipher 'nid'
    + */
     ENGINE *ENGINE_get_cipher_engine(int nid)
    -	{
    -	return engine_table_select(&cipher_table, nid);
    -	}
    +{
    +    return engine_table_select(&cipher_table, nid);
    +}
     
     /* Obtains a cipher implementation from an ENGINE functional reference */
     const EVP_CIPHER *ENGINE_get_cipher(ENGINE *e, int nid)
    -	{
    -	const EVP_CIPHER *ret;
    -	ENGINE_CIPHERS_PTR fn = ENGINE_get_ciphers(e);
    -	if(!fn || !fn(e, &ret, NULL, nid))
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_GET_CIPHER,
    -				ENGINE_R_UNIMPLEMENTED_CIPHER);
    -		return NULL;
    -		}
    -	return ret;
    -	}
    +{
    +    const EVP_CIPHER *ret;
    +    ENGINE_CIPHERS_PTR fn = ENGINE_get_ciphers(e);
    +    if (!fn || !fn(e, &ret, NULL, nid)) {
    +        ENGINEerr(ENGINE_F_ENGINE_GET_CIPHER, ENGINE_R_UNIMPLEMENTED_CIPHER);
    +        return NULL;
    +    }
    +    return ret;
    +}
     
     /* Gets the cipher callback from an ENGINE structure */
     ENGINE_CIPHERS_PTR ENGINE_get_ciphers(const ENGINE *e)
    -	{
    -	return e->ciphers;
    -	}
    +{
    +    return e->ciphers;
    +}
     
     /* Sets the cipher callback in an ENGINE structure */
     int ENGINE_set_ciphers(ENGINE *e, ENGINE_CIPHERS_PTR f)
    -	{
    -	e->ciphers = f;
    -	return 1;
    -	}
    +{
    +    e->ciphers = f;
    +    return 1;
    +}
    diff --git a/openssl/crypto/engine/tb_dh.c b/openssl/crypto/engine/tb_dh.c
    index 6e9d42876..8114afa63 100644
    --- a/openssl/crypto/engine/tb_dh.c
    +++ b/openssl/crypto/engine/tb_dh.c
    @@ -6,7 +6,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -54,65 +54,71 @@
     
     #include "eng_int.h"
     
    -/* If this symbol is defined then ENGINE_get_default_DH(), the function that is
    - * used by DH to hook in implementation code and cache defaults (etc), will
    - * display brief debugging summaries to stderr with the 'nid'. */
    +/*
    + * If this symbol is defined then ENGINE_get_default_DH(), the function that
    + * is used by DH to hook in implementation code and cache defaults (etc),
    + * will display brief debugging summaries to stderr with the 'nid'.
    + */
     /* #define ENGINE_DH_DEBUG */
     
     static ENGINE_TABLE *dh_table = NULL;
     static const int dummy_nid = 1;
     
     void ENGINE_unregister_DH(ENGINE *e)
    -	{
    -	engine_table_unregister(&dh_table, e);
    -	}
    +{
    +    engine_table_unregister(&dh_table, e);
    +}
     
     static void engine_unregister_all_DH(void)
    -	{
    -	engine_table_cleanup(&dh_table);
    -	}
    +{
    +    engine_table_cleanup(&dh_table);
    +}
     
     int ENGINE_register_DH(ENGINE *e)
    -	{
    -	if(e->dh_meth)
    -		return engine_table_register(&dh_table,
    -				engine_unregister_all_DH, e, &dummy_nid, 1, 0);
    -	return 1;
    -	}
    +{
    +    if (e->dh_meth)
    +        return engine_table_register(&dh_table,
    +                                     engine_unregister_all_DH, e, &dummy_nid,
    +                                     1, 0);
    +    return 1;
    +}
     
     void ENGINE_register_all_DH()
    -	{
    -	ENGINE *e;
    +{
    +    ENGINE *e;
     
    -	for(e=ENGINE_get_first() ; e ; e=ENGINE_get_next(e))
    -		ENGINE_register_DH(e);
    -	}
    +    for (e = ENGINE_get_first(); e; e = ENGINE_get_next(e))
    +        ENGINE_register_DH(e);
    +}
     
     int ENGINE_set_default_DH(ENGINE *e)
    -	{
    -	if(e->dh_meth)
    -		return engine_table_register(&dh_table,
    -				engine_unregister_all_DH, e, &dummy_nid, 1, 1);
    -	return 1;
    -	}
    +{
    +    if (e->dh_meth)
    +        return engine_table_register(&dh_table,
    +                                     engine_unregister_all_DH, e, &dummy_nid,
    +                                     1, 1);
    +    return 1;
    +}
     
    -/* Exposed API function to get a functional reference from the implementation
    +/*
    + * Exposed API function to get a functional reference from the implementation
      * table (ie. try to get a functional reference from the tabled structural
    - * references). */
    + * references).
    + */
     ENGINE *ENGINE_get_default_DH(void)
    -	{
    -	return engine_table_select(&dh_table, dummy_nid);
    -	}
    +{
    +    return engine_table_select(&dh_table, dummy_nid);
    +}
     
     /* Obtains an DH implementation from an ENGINE functional reference */
     const DH_METHOD *ENGINE_get_DH(const ENGINE *e)
    -	{
    -	return e->dh_meth;
    -	}
    +{
    +    return e->dh_meth;
    +}
     
     /* Sets an DH implementation in an ENGINE structure */
     int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth)
    -	{
    -	e->dh_meth = dh_meth;
    -	return 1;
    -	}
    +{
    +    e->dh_meth = dh_meth;
    +    return 1;
    +}
    diff --git a/openssl/crypto/engine/tb_digest.c b/openssl/crypto/engine/tb_digest.c
    index d3f4bb274..de1ad9c01 100644
    --- a/openssl/crypto/engine/tb_digest.c
    +++ b/openssl/crypto/engine/tb_digest.c
    @@ -6,7 +6,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -54,90 +54,90 @@
     
     #include "eng_int.h"
     
    -/* If this symbol is defined then ENGINE_get_digest_engine(), the function that
    - * is used by EVP to hook in digest code and cache defaults (etc), will display
    - * brief debugging summaries to stderr with the 'nid'. */
    +/*
    + * If this symbol is defined then ENGINE_get_digest_engine(), the function
    + * that is used by EVP to hook in digest code and cache defaults (etc), will
    + * display brief debugging summaries to stderr with the 'nid'.
    + */
     /* #define ENGINE_DIGEST_DEBUG */
     
     static ENGINE_TABLE *digest_table = NULL;
     
     void ENGINE_unregister_digests(ENGINE *e)
    -	{
    -	engine_table_unregister(&digest_table, e);
    -	}
    +{
    +    engine_table_unregister(&digest_table, e);
    +}
     
     static void engine_unregister_all_digests(void)
    -	{
    -	engine_table_cleanup(&digest_table);
    -	}
    +{
    +    engine_table_cleanup(&digest_table);
    +}
     
     int ENGINE_register_digests(ENGINE *e)
    -	{
    -	if(e->digests)
    -		{
    -		const int *nids;
    -		int num_nids = e->digests(e, NULL, &nids, 0);
    -		if(num_nids > 0)
    -			return engine_table_register(&digest_table,
    -					engine_unregister_all_digests, e, nids,
    -					num_nids, 0);
    -		}
    -	return 1;
    -	}
    +{
    +    if (e->digests) {
    +        const int *nids;
    +        int num_nids = e->digests(e, NULL, &nids, 0);
    +        if (num_nids > 0)
    +            return engine_table_register(&digest_table,
    +                                         engine_unregister_all_digests, e,
    +                                         nids, num_nids, 0);
    +    }
    +    return 1;
    +}
     
     void ENGINE_register_all_digests()
    -	{
    -	ENGINE *e;
    +{
    +    ENGINE *e;
     
    -	for(e=ENGINE_get_first() ; e ; e=ENGINE_get_next(e))
    -		ENGINE_register_digests(e);
    -	}
    +    for (e = ENGINE_get_first(); e; e = ENGINE_get_next(e))
    +        ENGINE_register_digests(e);
    +}
     
     int ENGINE_set_default_digests(ENGINE *e)
    -	{
    -	if(e->digests)
    -		{
    -		const int *nids;
    -		int num_nids = e->digests(e, NULL, &nids, 0);
    -		if(num_nids > 0)
    -			return engine_table_register(&digest_table,
    -					engine_unregister_all_digests, e, nids,
    -					num_nids, 1);
    -		}
    -	return 1;
    -	}
    +{
    +    if (e->digests) {
    +        const int *nids;
    +        int num_nids = e->digests(e, NULL, &nids, 0);
    +        if (num_nids > 0)
    +            return engine_table_register(&digest_table,
    +                                         engine_unregister_all_digests, e,
    +                                         nids, num_nids, 1);
    +    }
    +    return 1;
    +}
     
    -/* Exposed API function to get a functional reference from the implementation
    +/*
    + * Exposed API function to get a functional reference from the implementation
      * table (ie. try to get a functional reference from the tabled structural
    - * references) for a given digest 'nid' */
    + * references) for a given digest 'nid'
    + */
     ENGINE *ENGINE_get_digest_engine(int nid)
    -	{
    -	return engine_table_select(&digest_table, nid);
    -	}
    +{
    +    return engine_table_select(&digest_table, nid);
    +}
     
     /* Obtains a digest implementation from an ENGINE functional reference */
     const EVP_MD *ENGINE_get_digest(ENGINE *e, int nid)
    -	{
    -	const EVP_MD *ret;
    -	ENGINE_DIGESTS_PTR fn = ENGINE_get_digests(e);
    -	if(!fn || !fn(e, &ret, NULL, nid))
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_GET_DIGEST,
    -				ENGINE_R_UNIMPLEMENTED_DIGEST);
    -		return NULL;
    -		}
    -	return ret;
    -	}
    +{
    +    const EVP_MD *ret;
    +    ENGINE_DIGESTS_PTR fn = ENGINE_get_digests(e);
    +    if (!fn || !fn(e, &ret, NULL, nid)) {
    +        ENGINEerr(ENGINE_F_ENGINE_GET_DIGEST, ENGINE_R_UNIMPLEMENTED_DIGEST);
    +        return NULL;
    +    }
    +    return ret;
    +}
     
     /* Gets the digest callback from an ENGINE structure */
     ENGINE_DIGESTS_PTR ENGINE_get_digests(const ENGINE *e)
    -	{
    -	return e->digests;
    -	}
    +{
    +    return e->digests;
    +}
     
     /* Sets the digest callback in an ENGINE structure */
     int ENGINE_set_digests(ENGINE *e, ENGINE_DIGESTS_PTR f)
    -	{
    -	e->digests = f;
    -	return 1;
    -	}
    +{
    +    e->digests = f;
    +    return 1;
    +}
    diff --git a/openssl/crypto/engine/tb_dsa.c b/openssl/crypto/engine/tb_dsa.c
    index e4674f5f0..c1f57f146 100644
    --- a/openssl/crypto/engine/tb_dsa.c
    +++ b/openssl/crypto/engine/tb_dsa.c
    @@ -6,7 +6,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -54,65 +54,71 @@
     
     #include "eng_int.h"
     
    -/* If this symbol is defined then ENGINE_get_default_DSA(), the function that is
    - * used by DSA to hook in implementation code and cache defaults (etc), will
    - * display brief debugging summaries to stderr with the 'nid'. */
    +/*
    + * If this symbol is defined then ENGINE_get_default_DSA(), the function that
    + * is used by DSA to hook in implementation code and cache defaults (etc),
    + * will display brief debugging summaries to stderr with the 'nid'.
    + */
     /* #define ENGINE_DSA_DEBUG */
     
     static ENGINE_TABLE *dsa_table = NULL;
     static const int dummy_nid = 1;
     
     void ENGINE_unregister_DSA(ENGINE *e)
    -	{
    -	engine_table_unregister(&dsa_table, e);
    -	}
    +{
    +    engine_table_unregister(&dsa_table, e);
    +}
     
     static void engine_unregister_all_DSA(void)
    -	{
    -	engine_table_cleanup(&dsa_table);
    -	}
    +{
    +    engine_table_cleanup(&dsa_table);
    +}
     
     int ENGINE_register_DSA(ENGINE *e)
    -	{
    -	if(e->dsa_meth)
    -		return engine_table_register(&dsa_table,
    -				engine_unregister_all_DSA, e, &dummy_nid, 1, 0);
    -	return 1;
    -	}
    +{
    +    if (e->dsa_meth)
    +        return engine_table_register(&dsa_table,
    +                                     engine_unregister_all_DSA, e, &dummy_nid,
    +                                     1, 0);
    +    return 1;
    +}
     
     void ENGINE_register_all_DSA()
    -	{
    -	ENGINE *e;
    +{
    +    ENGINE *e;
     
    -	for(e=ENGINE_get_first() ; e ; e=ENGINE_get_next(e))
    -		ENGINE_register_DSA(e);
    -	}
    +    for (e = ENGINE_get_first(); e; e = ENGINE_get_next(e))
    +        ENGINE_register_DSA(e);
    +}
     
     int ENGINE_set_default_DSA(ENGINE *e)
    -	{
    -	if(e->dsa_meth)
    -		return engine_table_register(&dsa_table,
    -				engine_unregister_all_DSA, e, &dummy_nid, 1, 1);
    -	return 1;
    -	}
    +{
    +    if (e->dsa_meth)
    +        return engine_table_register(&dsa_table,
    +                                     engine_unregister_all_DSA, e, &dummy_nid,
    +                                     1, 1);
    +    return 1;
    +}
     
    -/* Exposed API function to get a functional reference from the implementation
    +/*
    + * Exposed API function to get a functional reference from the implementation
      * table (ie. try to get a functional reference from the tabled structural
    - * references). */
    + * references).
    + */
     ENGINE *ENGINE_get_default_DSA(void)
    -	{
    -	return engine_table_select(&dsa_table, dummy_nid);
    -	}
    +{
    +    return engine_table_select(&dsa_table, dummy_nid);
    +}
     
     /* Obtains an DSA implementation from an ENGINE functional reference */
     const DSA_METHOD *ENGINE_get_DSA(const ENGINE *e)
    -	{
    -	return e->dsa_meth;
    -	}
    +{
    +    return e->dsa_meth;
    +}
     
     /* Sets an DSA implementation in an ENGINE structure */
     int ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth)
    -	{
    -	e->dsa_meth = dsa_meth;
    -	return 1;
    -	}
    +{
    +    e->dsa_meth = dsa_meth;
    +    return 1;
    +}
    diff --git a/openssl/crypto/engine/tb_ecdh.c b/openssl/crypto/engine/tb_ecdh.c
    index c8ec7812c..c51441be8 100644
    --- a/openssl/crypto/engine/tb_ecdh.c
    +++ b/openssl/crypto/engine/tb_ecdh.c
    @@ -21,7 +21,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -69,65 +69,71 @@
     
     #include "eng_int.h"
     
    -/* If this symbol is defined then ENGINE_get_default_ECDH(), the function that is
    - * used by ECDH to hook in implementation code and cache defaults (etc), will
    - * display brief debugging summaries to stderr with the 'nid'. */
    +/*
    + * If this symbol is defined then ENGINE_get_default_ECDH(), the function
    + * that is used by ECDH to hook in implementation code and cache defaults
    + * (etc), will display brief debugging summaries to stderr with the 'nid'.
    + */
     /* #define ENGINE_ECDH_DEBUG */
     
     static ENGINE_TABLE *ecdh_table = NULL;
     static const int dummy_nid = 1;
     
     void ENGINE_unregister_ECDH(ENGINE *e)
    -	{
    -	engine_table_unregister(&ecdh_table, e);
    -	}
    +{
    +    engine_table_unregister(&ecdh_table, e);
    +}
     
     static void engine_unregister_all_ECDH(void)
    -	{
    -	engine_table_cleanup(&ecdh_table);
    -	}
    +{
    +    engine_table_cleanup(&ecdh_table);
    +}
     
     int ENGINE_register_ECDH(ENGINE *e)
    -	{
    -	if(e->ecdh_meth)
    -		return engine_table_register(&ecdh_table,
    -				engine_unregister_all_ECDH, e, &dummy_nid, 1, 0);
    -	return 1;
    -	}
    +{
    +    if (e->ecdh_meth)
    +        return engine_table_register(&ecdh_table,
    +                                     engine_unregister_all_ECDH, e,
    +                                     &dummy_nid, 1, 0);
    +    return 1;
    +}
     
     void ENGINE_register_all_ECDH()
    -	{
    -	ENGINE *e;
    +{
    +    ENGINE *e;
     
    -	for(e=ENGINE_get_first() ; e ; e=ENGINE_get_next(e))
    -		ENGINE_register_ECDH(e);
    -	}
    +    for (e = ENGINE_get_first(); e; e = ENGINE_get_next(e))
    +        ENGINE_register_ECDH(e);
    +}
     
     int ENGINE_set_default_ECDH(ENGINE *e)
    -	{
    -	if(e->ecdh_meth)
    -		return engine_table_register(&ecdh_table,
    -				engine_unregister_all_ECDH, e, &dummy_nid, 1, 1);
    -	return 1;
    -	}
    +{
    +    if (e->ecdh_meth)
    +        return engine_table_register(&ecdh_table,
    +                                     engine_unregister_all_ECDH, e,
    +                                     &dummy_nid, 1, 1);
    +    return 1;
    +}
     
    -/* Exposed API function to get a functional reference from the implementation
    +/*
    + * Exposed API function to get a functional reference from the implementation
      * table (ie. try to get a functional reference from the tabled structural
    - * references). */
    + * references).
    + */
     ENGINE *ENGINE_get_default_ECDH(void)
    -	{
    -	return engine_table_select(&ecdh_table, dummy_nid);
    -	}
    +{
    +    return engine_table_select(&ecdh_table, dummy_nid);
    +}
     
     /* Obtains an ECDH implementation from an ENGINE functional reference */
     const ECDH_METHOD *ENGINE_get_ECDH(const ENGINE *e)
    -	{
    -	return e->ecdh_meth;
    -	}
    +{
    +    return e->ecdh_meth;
    +}
     
     /* Sets an ECDH implementation in an ENGINE structure */
     int ENGINE_set_ECDH(ENGINE *e, const ECDH_METHOD *ecdh_meth)
    -	{
    -	e->ecdh_meth = ecdh_meth;
    -	return 1;
    -	}
    +{
    +    e->ecdh_meth = ecdh_meth;
    +    return 1;
    +}
    diff --git a/openssl/crypto/engine/tb_ecdsa.c b/openssl/crypto/engine/tb_ecdsa.c
    index 005ecb622..a8b9be60d 100644
    --- a/openssl/crypto/engine/tb_ecdsa.c
    +++ b/openssl/crypto/engine/tb_ecdsa.c
    @@ -6,7 +6,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -54,65 +54,71 @@
     
     #include "eng_int.h"
     
    -/* If this symbol is defined then ENGINE_get_default_ECDSA(), the function that is
    - * used by ECDSA to hook in implementation code and cache defaults (etc), will
    - * display brief debugging summaries to stderr with the 'nid'. */
    +/*
    + * If this symbol is defined then ENGINE_get_default_ECDSA(), the function
    + * that is used by ECDSA to hook in implementation code and cache defaults
    + * (etc), will display brief debugging summaries to stderr with the 'nid'.
    + */
     /* #define ENGINE_ECDSA_DEBUG */
     
     static ENGINE_TABLE *ecdsa_table = NULL;
     static const int dummy_nid = 1;
     
     void ENGINE_unregister_ECDSA(ENGINE *e)
    -	{
    -	engine_table_unregister(&ecdsa_table, e);
    -	}
    +{
    +    engine_table_unregister(&ecdsa_table, e);
    +}
     
     static void engine_unregister_all_ECDSA(void)
    -	{
    -	engine_table_cleanup(&ecdsa_table);
    -	}
    +{
    +    engine_table_cleanup(&ecdsa_table);
    +}
     
     int ENGINE_register_ECDSA(ENGINE *e)
    -	{
    -	if(e->ecdsa_meth)
    -		return engine_table_register(&ecdsa_table,
    -				engine_unregister_all_ECDSA, e, &dummy_nid, 1, 0);
    -	return 1;
    -	}
    +{
    +    if (e->ecdsa_meth)
    +        return engine_table_register(&ecdsa_table,
    +                                     engine_unregister_all_ECDSA, e,
    +                                     &dummy_nid, 1, 0);
    +    return 1;
    +}
     
     void ENGINE_register_all_ECDSA()
    -	{
    -	ENGINE *e;
    +{
    +    ENGINE *e;
     
    -	for(e=ENGINE_get_first() ; e ; e=ENGINE_get_next(e))
    -		ENGINE_register_ECDSA(e);
    -	}
    +    for (e = ENGINE_get_first(); e; e = ENGINE_get_next(e))
    +        ENGINE_register_ECDSA(e);
    +}
     
     int ENGINE_set_default_ECDSA(ENGINE *e)
    -	{
    -	if(e->ecdsa_meth)
    -		return engine_table_register(&ecdsa_table,
    -				engine_unregister_all_ECDSA, e, &dummy_nid, 1, 1);
    -	return 1;
    -	}
    +{
    +    if (e->ecdsa_meth)
    +        return engine_table_register(&ecdsa_table,
    +                                     engine_unregister_all_ECDSA, e,
    +                                     &dummy_nid, 1, 1);
    +    return 1;
    +}
     
    -/* Exposed API function to get a functional reference from the implementation
    +/*
    + * Exposed API function to get a functional reference from the implementation
      * table (ie. try to get a functional reference from the tabled structural
    - * references). */
    + * references).
    + */
     ENGINE *ENGINE_get_default_ECDSA(void)
    -	{
    -	return engine_table_select(&ecdsa_table, dummy_nid);
    -	}
    +{
    +    return engine_table_select(&ecdsa_table, dummy_nid);
    +}
     
     /* Obtains an ECDSA implementation from an ENGINE functional reference */
     const ECDSA_METHOD *ENGINE_get_ECDSA(const ENGINE *e)
    -	{
    -	return e->ecdsa_meth;
    -	}
    +{
    +    return e->ecdsa_meth;
    +}
     
     /* Sets an ECDSA implementation in an ENGINE structure */
     int ENGINE_set_ECDSA(ENGINE *e, const ECDSA_METHOD *ecdsa_meth)
    -	{
    -	e->ecdsa_meth = ecdsa_meth;
    -	return 1;
    -	}
    +{
    +    e->ecdsa_meth = ecdsa_meth;
    +    return 1;
    +}
    diff --git a/openssl/crypto/engine/tb_pkmeth.c b/openssl/crypto/engine/tb_pkmeth.c
    index 1cdb967f2..29e65be1a 100644
    --- a/openssl/crypto/engine/tb_pkmeth.c
    +++ b/openssl/crypto/engine/tb_pkmeth.c
    @@ -6,7 +6,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -55,113 +55,112 @@
     #include "eng_int.h"
     #include 
     
    -/* If this symbol is defined then ENGINE_get_pkey_meth_engine(), the function
    - * that is used by EVP to hook in pkey_meth code and cache defaults (etc), will
    - * display brief debugging summaries to stderr with the 'nid'. */
    +/*
    + * If this symbol is defined then ENGINE_get_pkey_meth_engine(), the function
    + * that is used by EVP to hook in pkey_meth code and cache defaults (etc),
    + * will display brief debugging summaries to stderr with the 'nid'.
    + */
     /* #define ENGINE_PKEY_METH_DEBUG */
     
     static ENGINE_TABLE *pkey_meth_table = NULL;
     
     void ENGINE_unregister_pkey_meths(ENGINE *e)
    -	{
    -	engine_table_unregister(&pkey_meth_table, e);
    -	}
    +{
    +    engine_table_unregister(&pkey_meth_table, e);
    +}
     
     static void engine_unregister_all_pkey_meths(void)
    -	{
    -	engine_table_cleanup(&pkey_meth_table);
    -	}
    +{
    +    engine_table_cleanup(&pkey_meth_table);
    +}
     
     int ENGINE_register_pkey_meths(ENGINE *e)
    -	{
    -	if(e->pkey_meths)
    -		{
    -		const int *nids;
    -		int num_nids = e->pkey_meths(e, NULL, &nids, 0);
    -		if(num_nids > 0)
    -			return engine_table_register(&pkey_meth_table,
    -				engine_unregister_all_pkey_meths, e, nids,
    -					num_nids, 0);
    -		}
    -	return 1;
    -	}
    +{
    +    if (e->pkey_meths) {
    +        const int *nids;
    +        int num_nids = e->pkey_meths(e, NULL, &nids, 0);
    +        if (num_nids > 0)
    +            return engine_table_register(&pkey_meth_table,
    +                                         engine_unregister_all_pkey_meths, e,
    +                                         nids, num_nids, 0);
    +    }
    +    return 1;
    +}
     
     void ENGINE_register_all_pkey_meths()
    -	{
    -	ENGINE *e;
    +{
    +    ENGINE *e;
     
    -	for(e=ENGINE_get_first() ; e ; e=ENGINE_get_next(e))
    -		ENGINE_register_pkey_meths(e);
    -	}
    +    for (e = ENGINE_get_first(); e; e = ENGINE_get_next(e))
    +        ENGINE_register_pkey_meths(e);
    +}
     
     int ENGINE_set_default_pkey_meths(ENGINE *e)
    -	{
    -	if(e->pkey_meths)
    -		{
    -		const int *nids;
    -		int num_nids = e->pkey_meths(e, NULL, &nids, 0);
    -		if(num_nids > 0)
    -			return engine_table_register(&pkey_meth_table,
    -				engine_unregister_all_pkey_meths, e, nids,
    -					num_nids, 1);
    -		}
    -	return 1;
    -	}
    +{
    +    if (e->pkey_meths) {
    +        const int *nids;
    +        int num_nids = e->pkey_meths(e, NULL, &nids, 0);
    +        if (num_nids > 0)
    +            return engine_table_register(&pkey_meth_table,
    +                                         engine_unregister_all_pkey_meths, e,
    +                                         nids, num_nids, 1);
    +    }
    +    return 1;
    +}
     
    -/* Exposed API function to get a functional reference from the implementation
    +/*
    + * Exposed API function to get a functional reference from the implementation
      * table (ie. try to get a functional reference from the tabled structural
    - * references) for a given pkey_meth 'nid' */
    + * references) for a given pkey_meth 'nid'
    + */
     ENGINE *ENGINE_get_pkey_meth_engine(int nid)
    -	{
    -	return engine_table_select(&pkey_meth_table, nid);
    -	}
    +{
    +    return engine_table_select(&pkey_meth_table, nid);
    +}
     
     /* Obtains a pkey_meth implementation from an ENGINE functional reference */
     const EVP_PKEY_METHOD *ENGINE_get_pkey_meth(ENGINE *e, int nid)
    -	{
    -	EVP_PKEY_METHOD *ret;
    -	ENGINE_PKEY_METHS_PTR fn = ENGINE_get_pkey_meths(e);
    -	if(!fn || !fn(e, &ret, NULL, nid))
    -		{
    -		ENGINEerr(ENGINE_F_ENGINE_GET_PKEY_METH,
    -				ENGINE_R_UNIMPLEMENTED_PUBLIC_KEY_METHOD);
    -		return NULL;
    -		}
    -	return ret;
    -	}
    +{
    +    EVP_PKEY_METHOD *ret;
    +    ENGINE_PKEY_METHS_PTR fn = ENGINE_get_pkey_meths(e);
    +    if (!fn || !fn(e, &ret, NULL, nid)) {
    +        ENGINEerr(ENGINE_F_ENGINE_GET_PKEY_METH,
    +                  ENGINE_R_UNIMPLEMENTED_PUBLIC_KEY_METHOD);
    +        return NULL;
    +    }
    +    return ret;
    +}
     
     /* Gets the pkey_meth callback from an ENGINE structure */
     ENGINE_PKEY_METHS_PTR ENGINE_get_pkey_meths(const ENGINE *e)
    -	{
    -	return e->pkey_meths;
    -	}
    +{
    +    return e->pkey_meths;
    +}
     
     /* Sets the pkey_meth callback in an ENGINE structure */
     int ENGINE_set_pkey_meths(ENGINE *e, ENGINE_PKEY_METHS_PTR f)
    -	{
    -	e->pkey_meths = f;
    -	return 1;
    -	}
    +{
    +    e->pkey_meths = f;
    +    return 1;
    +}
     
    -/* Internal function to free up EVP_PKEY_METHOD structures before an
    - * ENGINE is destroyed
    +/*
    + * Internal function to free up EVP_PKEY_METHOD structures before an ENGINE
    + * is destroyed
      */
     
     void engine_pkey_meths_free(ENGINE *e)
    -	{
    -	int i;
    -	EVP_PKEY_METHOD *pkm;
    -	if (e->pkey_meths)
    -		{
    -		const int *pknids;
    -		int npknids;
    -		npknids = e->pkey_meths(e, NULL, &pknids, 0);
    -		for (i = 0; i < npknids; i++)
    -			{
    -			if (e->pkey_meths(e, &pkm, NULL, pknids[i]))
    -				{
    -				EVP_PKEY_meth_free(pkm);
    -				}
    -			}
    -		}
    -	}
    +{
    +    int i;
    +    EVP_PKEY_METHOD *pkm;
    +    if (e->pkey_meths) {
    +        const int *pknids;
    +        int npknids;
    +        npknids = e->pkey_meths(e, NULL, &pknids, 0);
    +        for (i = 0; i < npknids; i++) {
    +            if (e->pkey_meths(e, &pkm, NULL, pknids[i])) {
    +                EVP_PKEY_meth_free(pkm);
    +            }
    +        }
    +    }
    +}
    diff --git a/openssl/crypto/engine/tb_rand.c b/openssl/crypto/engine/tb_rand.c
    index f36f67c0f..a522264d0 100644
    --- a/openssl/crypto/engine/tb_rand.c
    +++ b/openssl/crypto/engine/tb_rand.c
    @@ -6,7 +6,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -54,65 +54,71 @@
     
     #include "eng_int.h"
     
    -/* If this symbol is defined then ENGINE_get_default_RAND(), the function that is
    - * used by RAND to hook in implementation code and cache defaults (etc), will
    - * display brief debugging summaries to stderr with the 'nid'. */
    +/*
    + * If this symbol is defined then ENGINE_get_default_RAND(), the function
    + * that is used by RAND to hook in implementation code and cache defaults
    + * (etc), will display brief debugging summaries to stderr with the 'nid'.
    + */
     /* #define ENGINE_RAND_DEBUG */
     
     static ENGINE_TABLE *rand_table = NULL;
     static const int dummy_nid = 1;
     
     void ENGINE_unregister_RAND(ENGINE *e)
    -	{
    -	engine_table_unregister(&rand_table, e);
    -	}
    +{
    +    engine_table_unregister(&rand_table, e);
    +}
     
     static void engine_unregister_all_RAND(void)
    -	{
    -	engine_table_cleanup(&rand_table);
    -	}
    +{
    +    engine_table_cleanup(&rand_table);
    +}
     
     int ENGINE_register_RAND(ENGINE *e)
    -	{
    -	if(e->rand_meth)
    -		return engine_table_register(&rand_table,
    -				engine_unregister_all_RAND, e, &dummy_nid, 1, 0);
    -	return 1;
    -	}
    +{
    +    if (e->rand_meth)
    +        return engine_table_register(&rand_table,
    +                                     engine_unregister_all_RAND, e,
    +                                     &dummy_nid, 1, 0);
    +    return 1;
    +}
     
     void ENGINE_register_all_RAND()
    -	{
    -	ENGINE *e;
    +{
    +    ENGINE *e;
     
    -	for(e=ENGINE_get_first() ; e ; e=ENGINE_get_next(e))
    -		ENGINE_register_RAND(e);
    -	}
    +    for (e = ENGINE_get_first(); e; e = ENGINE_get_next(e))
    +        ENGINE_register_RAND(e);
    +}
     
     int ENGINE_set_default_RAND(ENGINE *e)
    -	{
    -	if(e->rand_meth)
    -		return engine_table_register(&rand_table,
    -				engine_unregister_all_RAND, e, &dummy_nid, 1, 1);
    -	return 1;
    -	}
    +{
    +    if (e->rand_meth)
    +        return engine_table_register(&rand_table,
    +                                     engine_unregister_all_RAND, e,
    +                                     &dummy_nid, 1, 1);
    +    return 1;
    +}
     
    -/* Exposed API function to get a functional reference from the implementation
    +/*
    + * Exposed API function to get a functional reference from the implementation
      * table (ie. try to get a functional reference from the tabled structural
    - * references). */
    + * references).
    + */
     ENGINE *ENGINE_get_default_RAND(void)
    -	{
    -	return engine_table_select(&rand_table, dummy_nid);
    -	}
    +{
    +    return engine_table_select(&rand_table, dummy_nid);
    +}
     
     /* Obtains an RAND implementation from an ENGINE functional reference */
     const RAND_METHOD *ENGINE_get_RAND(const ENGINE *e)
    -	{
    -	return e->rand_meth;
    -	}
    +{
    +    return e->rand_meth;
    +}
     
     /* Sets an RAND implementation in an ENGINE structure */
     int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth)
    -	{
    -	e->rand_meth = rand_meth;
    -	return 1;
    -	}
    +{
    +    e->rand_meth = rand_meth;
    +    return 1;
    +}
    diff --git a/openssl/crypto/engine/tb_rsa.c b/openssl/crypto/engine/tb_rsa.c
    index fbc707fd2..2790a8219 100644
    --- a/openssl/crypto/engine/tb_rsa.c
    +++ b/openssl/crypto/engine/tb_rsa.c
    @@ -6,7 +6,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -54,65 +54,71 @@
     
     #include "eng_int.h"
     
    -/* If this symbol is defined then ENGINE_get_default_RSA(), the function that is
    - * used by RSA to hook in implementation code and cache defaults (etc), will
    - * display brief debugging summaries to stderr with the 'nid'. */
    +/*
    + * If this symbol is defined then ENGINE_get_default_RSA(), the function that
    + * is used by RSA to hook in implementation code and cache defaults (etc),
    + * will display brief debugging summaries to stderr with the 'nid'.
    + */
     /* #define ENGINE_RSA_DEBUG */
     
     static ENGINE_TABLE *rsa_table = NULL;
     static const int dummy_nid = 1;
     
     void ENGINE_unregister_RSA(ENGINE *e)
    -	{
    -	engine_table_unregister(&rsa_table, e);
    -	}
    +{
    +    engine_table_unregister(&rsa_table, e);
    +}
     
     static void engine_unregister_all_RSA(void)
    -	{
    -	engine_table_cleanup(&rsa_table);
    -	}
    +{
    +    engine_table_cleanup(&rsa_table);
    +}
     
     int ENGINE_register_RSA(ENGINE *e)
    -	{
    -	if(e->rsa_meth)
    -		return engine_table_register(&rsa_table,
    -				engine_unregister_all_RSA, e, &dummy_nid, 1, 0);
    -	return 1;
    -	}
    +{
    +    if (e->rsa_meth)
    +        return engine_table_register(&rsa_table,
    +                                     engine_unregister_all_RSA, e, &dummy_nid,
    +                                     1, 0);
    +    return 1;
    +}
     
     void ENGINE_register_all_RSA()
    -	{
    -	ENGINE *e;
    +{
    +    ENGINE *e;
     
    -	for(e=ENGINE_get_first() ; e ; e=ENGINE_get_next(e))
    -		ENGINE_register_RSA(e);
    -	}
    +    for (e = ENGINE_get_first(); e; e = ENGINE_get_next(e))
    +        ENGINE_register_RSA(e);
    +}
     
     int ENGINE_set_default_RSA(ENGINE *e)
    -	{
    -	if(e->rsa_meth)
    -		return engine_table_register(&rsa_table,
    -				engine_unregister_all_RSA, e, &dummy_nid, 1, 1);
    -	return 1;
    -	}
    +{
    +    if (e->rsa_meth)
    +        return engine_table_register(&rsa_table,
    +                                     engine_unregister_all_RSA, e, &dummy_nid,
    +                                     1, 1);
    +    return 1;
    +}
     
    -/* Exposed API function to get a functional reference from the implementation
    +/*
    + * Exposed API function to get a functional reference from the implementation
      * table (ie. try to get a functional reference from the tabled structural
    - * references). */
    + * references).
    + */
     ENGINE *ENGINE_get_default_RSA(void)
    -	{
    -	return engine_table_select(&rsa_table, dummy_nid);
    -	}
    +{
    +    return engine_table_select(&rsa_table, dummy_nid);
    +}
     
     /* Obtains an RSA implementation from an ENGINE functional reference */
     const RSA_METHOD *ENGINE_get_RSA(const ENGINE *e)
    -	{
    -	return e->rsa_meth;
    -	}
    +{
    +    return e->rsa_meth;
    +}
     
     /* Sets an RSA implementation in an ENGINE structure */
     int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth)
    -	{
    -	e->rsa_meth = rsa_meth;
    -	return 1;
    -	}
    +{
    +    e->rsa_meth = rsa_meth;
    +    return 1;
    +}
    diff --git a/openssl/crypto/engine/tb_store.c b/openssl/crypto/engine/tb_store.c
    index 8cc435c93..1eab49d74 100644
    --- a/openssl/crypto/engine/tb_store.c
    +++ b/openssl/crypto/engine/tb_store.c
    @@ -6,7 +6,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -54,70 +54,76 @@
     
     #include "eng_int.h"
     
    -/* If this symbol is defined then ENGINE_get_default_STORE(), the function that is
    - * used by STORE to hook in implementation code and cache defaults (etc), will
    - * display brief debugging summaries to stderr with the 'nid'. */
    +/*
    + * If this symbol is defined then ENGINE_get_default_STORE(), the function
    + * that is used by STORE to hook in implementation code and cache defaults
    + * (etc), will display brief debugging summaries to stderr with the 'nid'.
    + */
     /* #define ENGINE_STORE_DEBUG */
     
     static ENGINE_TABLE *store_table = NULL;
     static const int dummy_nid = 1;
     
     void ENGINE_unregister_STORE(ENGINE *e)
    -	{
    -	engine_table_unregister(&store_table, e);
    -	}
    +{
    +    engine_table_unregister(&store_table, e);
    +}
     
     static void engine_unregister_all_STORE(void)
    -	{
    -	engine_table_cleanup(&store_table);
    -	}
    +{
    +    engine_table_cleanup(&store_table);
    +}
     
     int ENGINE_register_STORE(ENGINE *e)
    -	{
    -	if(e->store_meth)
    -		return engine_table_register(&store_table,
    -				engine_unregister_all_STORE, e, &dummy_nid, 1, 0);
    -	return 1;
    -	}
    +{
    +    if (e->store_meth)
    +        return engine_table_register(&store_table,
    +                                     engine_unregister_all_STORE, e,
    +                                     &dummy_nid, 1, 0);
    +    return 1;
    +}
     
     void ENGINE_register_all_STORE()
    -	{
    -	ENGINE *e;
    +{
    +    ENGINE *e;
     
    -	for(e=ENGINE_get_first() ; e ; e=ENGINE_get_next(e))
    -		ENGINE_register_STORE(e);
    -	}
    +    for (e = ENGINE_get_first(); e; e = ENGINE_get_next(e))
    +        ENGINE_register_STORE(e);
    +}
     
     /* The following two functions are removed because they're useless. */
     #if 0
     int ENGINE_set_default_STORE(ENGINE *e)
    -	{
    -	if(e->store_meth)
    -		return engine_table_register(&store_table,
    -				engine_unregister_all_STORE, e, &dummy_nid, 1, 1);
    -	return 1;
    -	}
    +{
    +    if (e->store_meth)
    +        return engine_table_register(&store_table,
    +                                     engine_unregister_all_STORE, e,
    +                                     &dummy_nid, 1, 1);
    +    return 1;
    +}
     #endif
     
     #if 0
    -/* Exposed API function to get a functional reference from the implementation
    +/*
    + * Exposed API function to get a functional reference from the implementation
      * table (ie. try to get a functional reference from the tabled structural
    - * references). */
    + * references).
    + */
     ENGINE *ENGINE_get_default_STORE(void)
    -	{
    -	return engine_table_select(&store_table, dummy_nid);
    -	}
    +{
    +    return engine_table_select(&store_table, dummy_nid);
    +}
     #endif
     
     /* Obtains an STORE implementation from an ENGINE functional reference */
     const STORE_METHOD *ENGINE_get_STORE(const ENGINE *e)
    -	{
    -	return e->store_meth;
    -	}
    +{
    +    return e->store_meth;
    +}
     
     /* Sets an STORE implementation in an ENGINE structure */
     int ENGINE_set_STORE(ENGINE *e, const STORE_METHOD *store_meth)
    -	{
    -	e->store_meth = store_meth;
    -	return 1;
    -	}
    +{
    +    e->store_meth = store_meth;
    +    return 1;
    +}
    diff --git a/openssl/crypto/err/err.c b/openssl/crypto/err/err.c
    index fcdb24400..e77d963b6 100644
    --- a/openssl/crypto/err/err.c
    +++ b/openssl/crypto/err/err.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,7 +63,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -126,121 +126,117 @@ static void err_load_strings(int lib, ERR_STRING_DATA *str);
     
     static void ERR_STATE_free(ERR_STATE *s);
     #ifndef OPENSSL_NO_ERR
    -static ERR_STRING_DATA ERR_str_libraries[]=
    -	{
    -{ERR_PACK(ERR_LIB_NONE,0,0)		,"unknown library"},
    -{ERR_PACK(ERR_LIB_SYS,0,0)		,"system library"},
    -{ERR_PACK(ERR_LIB_BN,0,0)		,"bignum routines"},
    -{ERR_PACK(ERR_LIB_RSA,0,0)		,"rsa routines"},
    -{ERR_PACK(ERR_LIB_DH,0,0)		,"Diffie-Hellman routines"},
    -{ERR_PACK(ERR_LIB_EVP,0,0)		,"digital envelope routines"},
    -{ERR_PACK(ERR_LIB_BUF,0,0)		,"memory buffer routines"},
    -{ERR_PACK(ERR_LIB_OBJ,0,0)		,"object identifier routines"},
    -{ERR_PACK(ERR_LIB_PEM,0,0)		,"PEM routines"},
    -{ERR_PACK(ERR_LIB_DSA,0,0)		,"dsa routines"},
    -{ERR_PACK(ERR_LIB_X509,0,0)		,"x509 certificate routines"},
    -{ERR_PACK(ERR_LIB_ASN1,0,0)		,"asn1 encoding routines"},
    -{ERR_PACK(ERR_LIB_CONF,0,0)		,"configuration file routines"},
    -{ERR_PACK(ERR_LIB_CRYPTO,0,0)		,"common libcrypto routines"},
    -{ERR_PACK(ERR_LIB_EC,0,0)		,"elliptic curve routines"},
    -{ERR_PACK(ERR_LIB_SSL,0,0)		,"SSL routines"},
    -{ERR_PACK(ERR_LIB_BIO,0,0)		,"BIO routines"},
    -{ERR_PACK(ERR_LIB_PKCS7,0,0)		,"PKCS7 routines"},
    -{ERR_PACK(ERR_LIB_X509V3,0,0)		,"X509 V3 routines"},
    -{ERR_PACK(ERR_LIB_PKCS12,0,0)		,"PKCS12 routines"},
    -{ERR_PACK(ERR_LIB_RAND,0,0)		,"random number generator"},
    -{ERR_PACK(ERR_LIB_DSO,0,0)		,"DSO support routines"},
    -{ERR_PACK(ERR_LIB_TS,0,0)		,"time stamp routines"},
    -{ERR_PACK(ERR_LIB_ENGINE,0,0)		,"engine routines"},
    -{ERR_PACK(ERR_LIB_OCSP,0,0)		,"OCSP routines"},
    -{ERR_PACK(ERR_LIB_FIPS,0,0)		,"FIPS routines"},
    -{ERR_PACK(ERR_LIB_CMS,0,0)		,"CMS routines"},
    -{ERR_PACK(ERR_LIB_HMAC,0,0)		,"HMAC routines"},
    -{0,NULL},
    -	};
    -
    -static ERR_STRING_DATA ERR_str_functs[]=
    -	{
    -	{ERR_PACK(0,SYS_F_FOPEN,0),     	"fopen"},
    -	{ERR_PACK(0,SYS_F_CONNECT,0),		"connect"},
    -	{ERR_PACK(0,SYS_F_GETSERVBYNAME,0),	"getservbyname"},
    -	{ERR_PACK(0,SYS_F_SOCKET,0),		"socket"}, 
    -	{ERR_PACK(0,SYS_F_IOCTLSOCKET,0),	"ioctlsocket"},
    -	{ERR_PACK(0,SYS_F_BIND,0),		"bind"},
    -	{ERR_PACK(0,SYS_F_LISTEN,0),		"listen"},
    -	{ERR_PACK(0,SYS_F_ACCEPT,0),		"accept"},
    -#ifdef OPENSSL_SYS_WINDOWS
    -	{ERR_PACK(0,SYS_F_WSASTARTUP,0),	"WSAstartup"},
    +static ERR_STRING_DATA ERR_str_libraries[] = {
    +    {ERR_PACK(ERR_LIB_NONE, 0, 0), "unknown library"},
    +    {ERR_PACK(ERR_LIB_SYS, 0, 0), "system library"},
    +    {ERR_PACK(ERR_LIB_BN, 0, 0), "bignum routines"},
    +    {ERR_PACK(ERR_LIB_RSA, 0, 0), "rsa routines"},
    +    {ERR_PACK(ERR_LIB_DH, 0, 0), "Diffie-Hellman routines"},
    +    {ERR_PACK(ERR_LIB_EVP, 0, 0), "digital envelope routines"},
    +    {ERR_PACK(ERR_LIB_BUF, 0, 0), "memory buffer routines"},
    +    {ERR_PACK(ERR_LIB_OBJ, 0, 0), "object identifier routines"},
    +    {ERR_PACK(ERR_LIB_PEM, 0, 0), "PEM routines"},
    +    {ERR_PACK(ERR_LIB_DSA, 0, 0), "dsa routines"},
    +    {ERR_PACK(ERR_LIB_X509, 0, 0), "x509 certificate routines"},
    +    {ERR_PACK(ERR_LIB_ASN1, 0, 0), "asn1 encoding routines"},
    +    {ERR_PACK(ERR_LIB_CONF, 0, 0), "configuration file routines"},
    +    {ERR_PACK(ERR_LIB_CRYPTO, 0, 0), "common libcrypto routines"},
    +    {ERR_PACK(ERR_LIB_EC, 0, 0), "elliptic curve routines"},
    +    {ERR_PACK(ERR_LIB_SSL, 0, 0), "SSL routines"},
    +    {ERR_PACK(ERR_LIB_BIO, 0, 0), "BIO routines"},
    +    {ERR_PACK(ERR_LIB_PKCS7, 0, 0), "PKCS7 routines"},
    +    {ERR_PACK(ERR_LIB_X509V3, 0, 0), "X509 V3 routines"},
    +    {ERR_PACK(ERR_LIB_PKCS12, 0, 0), "PKCS12 routines"},
    +    {ERR_PACK(ERR_LIB_RAND, 0, 0), "random number generator"},
    +    {ERR_PACK(ERR_LIB_DSO, 0, 0), "DSO support routines"},
    +    {ERR_PACK(ERR_LIB_TS, 0, 0), "time stamp routines"},
    +    {ERR_PACK(ERR_LIB_ENGINE, 0, 0), "engine routines"},
    +    {ERR_PACK(ERR_LIB_OCSP, 0, 0), "OCSP routines"},
    +    {ERR_PACK(ERR_LIB_FIPS, 0, 0), "FIPS routines"},
    +    {ERR_PACK(ERR_LIB_CMS, 0, 0), "CMS routines"},
    +    {ERR_PACK(ERR_LIB_HMAC, 0, 0), "HMAC routines"},
    +    {0, NULL},
    +};
    +
    +static ERR_STRING_DATA ERR_str_functs[] = {
    +    {ERR_PACK(0, SYS_F_FOPEN, 0), "fopen"},
    +    {ERR_PACK(0, SYS_F_CONNECT, 0), "connect"},
    +    {ERR_PACK(0, SYS_F_GETSERVBYNAME, 0), "getservbyname"},
    +    {ERR_PACK(0, SYS_F_SOCKET, 0), "socket"},
    +    {ERR_PACK(0, SYS_F_IOCTLSOCKET, 0), "ioctlsocket"},
    +    {ERR_PACK(0, SYS_F_BIND, 0), "bind"},
    +    {ERR_PACK(0, SYS_F_LISTEN, 0), "listen"},
    +    {ERR_PACK(0, SYS_F_ACCEPT, 0), "accept"},
    +# ifdef OPENSSL_SYS_WINDOWS
    +    {ERR_PACK(0, SYS_F_WSASTARTUP, 0), "WSAstartup"},
    +# endif
    +    {ERR_PACK(0, SYS_F_OPENDIR, 0), "opendir"},
    +    {ERR_PACK(0, SYS_F_FREAD, 0), "fread"},
    +    {0, NULL},
    +};
    +
    +static ERR_STRING_DATA ERR_str_reasons[] = {
    +    {ERR_R_SYS_LIB, "system lib"},
    +    {ERR_R_BN_LIB, "BN lib"},
    +    {ERR_R_RSA_LIB, "RSA lib"},
    +    {ERR_R_DH_LIB, "DH lib"},
    +    {ERR_R_EVP_LIB, "EVP lib"},
    +    {ERR_R_BUF_LIB, "BUF lib"},
    +    {ERR_R_OBJ_LIB, "OBJ lib"},
    +    {ERR_R_PEM_LIB, "PEM lib"},
    +    {ERR_R_DSA_LIB, "DSA lib"},
    +    {ERR_R_X509_LIB, "X509 lib"},
    +    {ERR_R_ASN1_LIB, "ASN1 lib"},
    +    {ERR_R_CONF_LIB, "CONF lib"},
    +    {ERR_R_CRYPTO_LIB, "CRYPTO lib"},
    +    {ERR_R_EC_LIB, "EC lib"},
    +    {ERR_R_SSL_LIB, "SSL lib"},
    +    {ERR_R_BIO_LIB, "BIO lib"},
    +    {ERR_R_PKCS7_LIB, "PKCS7 lib"},
    +    {ERR_R_X509V3_LIB, "X509V3 lib"},
    +    {ERR_R_PKCS12_LIB, "PKCS12 lib"},
    +    {ERR_R_RAND_LIB, "RAND lib"},
    +    {ERR_R_DSO_LIB, "DSO lib"},
    +    {ERR_R_ENGINE_LIB, "ENGINE lib"},
    +    {ERR_R_OCSP_LIB, "OCSP lib"},
    +    {ERR_R_TS_LIB, "TS lib"},
    +
    +    {ERR_R_NESTED_ASN1_ERROR, "nested asn1 error"},
    +    {ERR_R_BAD_ASN1_OBJECT_HEADER, "bad asn1 object header"},
    +    {ERR_R_BAD_GET_ASN1_OBJECT_CALL, "bad get asn1 object call"},
    +    {ERR_R_EXPECTING_AN_ASN1_SEQUENCE, "expecting an asn1 sequence"},
    +    {ERR_R_ASN1_LENGTH_MISMATCH, "asn1 length mismatch"},
    +    {ERR_R_MISSING_ASN1_EOS, "missing asn1 eos"},
    +
    +    {ERR_R_FATAL, "fatal"},
    +    {ERR_R_MALLOC_FAILURE, "malloc failure"},
    +    {ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED,
    +     "called a function you should not call"},
    +    {ERR_R_PASSED_NULL_PARAMETER, "passed a null parameter"},
    +    {ERR_R_INTERNAL_ERROR, "internal error"},
    +    {ERR_R_DISABLED, "called a function that was disabled at compile-time"},
    +
    +    {0, NULL},
    +};
     #endif
    -	{ERR_PACK(0,SYS_F_OPENDIR,0),		"opendir"},
    -	{ERR_PACK(0,SYS_F_FREAD,0),		"fread"},
    -	{0,NULL},
    -	};
    -
    -static ERR_STRING_DATA ERR_str_reasons[]=
    -	{
    -{ERR_R_SYS_LIB				,"system lib"},
    -{ERR_R_BN_LIB				,"BN lib"},
    -{ERR_R_RSA_LIB				,"RSA lib"},
    -{ERR_R_DH_LIB				,"DH lib"},
    -{ERR_R_EVP_LIB				,"EVP lib"},
    -{ERR_R_BUF_LIB				,"BUF lib"},
    -{ERR_R_OBJ_LIB				,"OBJ lib"},
    -{ERR_R_PEM_LIB				,"PEM lib"},
    -{ERR_R_DSA_LIB				,"DSA lib"},
    -{ERR_R_X509_LIB				,"X509 lib"},
    -{ERR_R_ASN1_LIB				,"ASN1 lib"},
    -{ERR_R_CONF_LIB				,"CONF lib"},
    -{ERR_R_CRYPTO_LIB			,"CRYPTO lib"},
    -{ERR_R_EC_LIB				,"EC lib"},
    -{ERR_R_SSL_LIB				,"SSL lib"},
    -{ERR_R_BIO_LIB				,"BIO lib"},
    -{ERR_R_PKCS7_LIB			,"PKCS7 lib"},
    -{ERR_R_X509V3_LIB			,"X509V3 lib"},
    -{ERR_R_PKCS12_LIB			,"PKCS12 lib"},
    -{ERR_R_RAND_LIB				,"RAND lib"},
    -{ERR_R_DSO_LIB				,"DSO lib"},
    -{ERR_R_ENGINE_LIB			,"ENGINE lib"},
    -{ERR_R_OCSP_LIB				,"OCSP lib"},
    -{ERR_R_TS_LIB				,"TS lib"},
    -
    -{ERR_R_NESTED_ASN1_ERROR		,"nested asn1 error"},
    -{ERR_R_BAD_ASN1_OBJECT_HEADER		,"bad asn1 object header"},
    -{ERR_R_BAD_GET_ASN1_OBJECT_CALL		,"bad get asn1 object call"},
    -{ERR_R_EXPECTING_AN_ASN1_SEQUENCE	,"expecting an asn1 sequence"},
    -{ERR_R_ASN1_LENGTH_MISMATCH		,"asn1 length mismatch"},
    -{ERR_R_MISSING_ASN1_EOS			,"missing asn1 eos"},
    -
    -{ERR_R_FATAL                            ,"fatal"},
    -{ERR_R_MALLOC_FAILURE			,"malloc failure"},
    -{ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED	,"called a function you should not call"},
    -{ERR_R_PASSED_NULL_PARAMETER		,"passed a null parameter"},
    -{ERR_R_INTERNAL_ERROR			,"internal error"},
    -{ERR_R_DISABLED				,"called a function that was disabled at compile-time"},
    -
    -{0,NULL},
    -	};
    -#endif
    -
     
     /* Define the predeclared (but externally opaque) "ERR_FNS" type */
    -struct st_ERR_FNS
    -	{
    -	/* Works on the "error_hash" string table */
    -	LHASH_OF(ERR_STRING_DATA) *(*cb_err_get)(int create);
    -	void (*cb_err_del)(void);
    -	ERR_STRING_DATA *(*cb_err_get_item)(const ERR_STRING_DATA *);
    -	ERR_STRING_DATA *(*cb_err_set_item)(ERR_STRING_DATA *);
    -	ERR_STRING_DATA *(*cb_err_del_item)(ERR_STRING_DATA *);
    -	/* Works on the "thread_hash" error-state table */
    -	LHASH_OF(ERR_STATE) *(*cb_thread_get)(int create);
    -	void (*cb_thread_release)(LHASH_OF(ERR_STATE) **hash);
    -	ERR_STATE *(*cb_thread_get_item)(const ERR_STATE *);
    -	ERR_STATE *(*cb_thread_set_item)(ERR_STATE *);
    -	void (*cb_thread_del_item)(const ERR_STATE *);
    -	/* Returns the next available error "library" numbers */
    -	int (*cb_get_next_lib)(void);
    -	};
    +struct st_ERR_FNS {
    +    /* Works on the "error_hash" string table */
    +    LHASH_OF(ERR_STRING_DATA) *(*cb_err_get) (int create);
    +    void (*cb_err_del) (void);
    +    ERR_STRING_DATA *(*cb_err_get_item) (const ERR_STRING_DATA *);
    +    ERR_STRING_DATA *(*cb_err_set_item) (ERR_STRING_DATA *);
    +    ERR_STRING_DATA *(*cb_err_del_item) (ERR_STRING_DATA *);
    +    /* Works on the "thread_hash" error-state table */
    +    LHASH_OF(ERR_STATE) *(*cb_thread_get) (int create);
    +    void (*cb_thread_release) (LHASH_OF(ERR_STATE) **hash);
    +    ERR_STATE *(*cb_thread_get_item) (const ERR_STATE *);
    +    ERR_STATE *(*cb_thread_set_item) (ERR_STATE *);
    +    void (*cb_thread_del_item) (const ERR_STATE *);
    +    /* Returns the next available error "library" numbers */
    +    int (*cb_get_next_lib) (void);
    +};
     
     /* Predeclarations of the "err_defaults" functions */
     static LHASH_OF(ERR_STRING_DATA) *int_err_get(int create);
    @@ -255,20 +251,19 @@ static ERR_STATE *int_thread_set_item(ERR_STATE *);
     static void int_thread_del_item(const ERR_STATE *);
     static int int_err_get_next_lib(void);
     /* The static ERR_FNS table using these defaults functions */
    -static const ERR_FNS err_defaults =
    -	{
    -	int_err_get,
    -	int_err_del,
    -	int_err_get_item,
    -	int_err_set_item,
    -	int_err_del_item,
    -	int_thread_get,
    -	int_thread_release,
    -	int_thread_get_item,
    -	int_thread_set_item,
    -	int_thread_del_item,
    -	int_err_get_next_lib
    -	};
    +static const ERR_FNS err_defaults = {
    +    int_err_get,
    +    int_err_del,
    +    int_err_get_item,
    +    int_err_set_item,
    +    int_err_del_item,
    +    int_thread_get,
    +    int_thread_release,
    +    int_thread_get_item,
    +    int_thread_set_item,
    +    int_thread_del_item,
    +    int_err_get_next_lib
    +};
     
     /* The replacable table of ERR_FNS functions we use at run-time */
     static const ERR_FNS *err_fns = NULL;
    @@ -276,863 +271,875 @@ static const ERR_FNS *err_fns = NULL;
     /* Eg. rather than using "err_get()", use "ERRFN(err_get)()". */
     #define ERRFN(a) err_fns->cb_##a
     
    -/* The internal state used by "err_defaults" - as such, the setting, reading,
    +/*
    + * The internal state used by "err_defaults" - as such, the setting, reading,
      * creating, and deleting of this data should only be permitted via the
    - * "err_defaults" functions. This way, a linked module can completely defer all
    - * ERR state operation (together with requisite locking) to the implementations
    - * and state in the loading application. */
    + * "err_defaults" functions. This way, a linked module can completely defer
    + * all ERR state operation (together with requisite locking) to the
    + * implementations and state in the loading application.
    + */
     static LHASH_OF(ERR_STRING_DATA) *int_error_hash = NULL;
     static LHASH_OF(ERR_STATE) *int_thread_hash = NULL;
     static int int_thread_hash_references = 0;
    -static int int_err_library_number= ERR_LIB_USER;
    +static int int_err_library_number = ERR_LIB_USER;
     
    -/* Internal function that checks whether "err_fns" is set and if not, sets it to
    - * the defaults. */
    +/*
    + * Internal function that checks whether "err_fns" is set and if not, sets it
    + * to the defaults.
    + */
     static void err_fns_check(void)
    -	{
    -	if (err_fns) return;
    -	
    -	CRYPTO_w_lock(CRYPTO_LOCK_ERR);
    -	if (!err_fns)
    -		err_fns = &err_defaults;
    -	CRYPTO_w_unlock(CRYPTO_LOCK_ERR);
    -	}
    +{
    +    if (err_fns)
    +        return;
    +
    +    CRYPTO_w_lock(CRYPTO_LOCK_ERR);
    +    if (!err_fns)
    +        err_fns = &err_defaults;
    +    CRYPTO_w_unlock(CRYPTO_LOCK_ERR);
    +}
     
     /* API functions to get or set the underlying ERR functions. */
     
     const ERR_FNS *ERR_get_implementation(void)
    -	{
    -	err_fns_check();
    -	return err_fns;
    -	}
    +{
    +    err_fns_check();
    +    return err_fns;
    +}
     
     int ERR_set_implementation(const ERR_FNS *fns)
    -	{
    -	int ret = 0;
    -
    -	CRYPTO_w_lock(CRYPTO_LOCK_ERR);
    -	/* It's too late if 'err_fns' is non-NULL. BTW: not much point setting
    -	 * an error is there?! */
    -	if (!err_fns)
    -		{
    -		err_fns = fns;
    -		ret = 1;
    -		}
    -	CRYPTO_w_unlock(CRYPTO_LOCK_ERR);
    -	return ret;
    -	}
    -
    -/* These are the callbacks provided to "lh_new()" when creating the LHASH tables
    - * internal to the "err_defaults" implementation. */
    -
    -static unsigned long get_error_values(int inc,int top,const char **file,int *line,
    -				      const char **data,int *flags);
    +{
    +    int ret = 0;
    +
    +    CRYPTO_w_lock(CRYPTO_LOCK_ERR);
    +    /*
    +     * It's too late if 'err_fns' is non-NULL. BTW: not much point setting an
    +     * error is there?!
    +     */
    +    if (!err_fns) {
    +        err_fns = fns;
    +        ret = 1;
    +    }
    +    CRYPTO_w_unlock(CRYPTO_LOCK_ERR);
    +    return ret;
    +}
    +
    +/*
    + * These are the callbacks provided to "lh_new()" when creating the LHASH
    + * tables internal to the "err_defaults" implementation.
    + */
    +
    +static unsigned long get_error_values(int inc, int top, const char **file,
    +                                      int *line, const char **data,
    +                                      int *flags);
     
     /* The internal functions used in the "err_defaults" implementation */
     
     static unsigned long err_string_data_hash(const ERR_STRING_DATA *a)
    -	{
    -	unsigned long ret,l;
    +{
    +    unsigned long ret, l;
    +
    +    l = a->error;
    +    ret = l ^ ERR_GET_LIB(l) ^ ERR_GET_FUNC(l);
    +    return (ret ^ ret % 19 * 13);
    +}
     
    -	l=a->error;
    -	ret=l^ERR_GET_LIB(l)^ERR_GET_FUNC(l);
    -	return(ret^ret%19*13);
    -	}
     static IMPLEMENT_LHASH_HASH_FN(err_string_data, ERR_STRING_DATA)
     
     static int err_string_data_cmp(const ERR_STRING_DATA *a,
    -			       const ERR_STRING_DATA *b)
    -	{
    -	return (int)(a->error - b->error);
    -	}
    +                               const ERR_STRING_DATA *b)
    +{
    +    return (int)(a->error - b->error);
    +}
    +
     static IMPLEMENT_LHASH_COMP_FN(err_string_data, ERR_STRING_DATA)
     
     static LHASH_OF(ERR_STRING_DATA) *int_err_get(int create)
    -	{
    -	LHASH_OF(ERR_STRING_DATA) *ret = NULL;
    -
    -	CRYPTO_w_lock(CRYPTO_LOCK_ERR);
    -	if (!int_error_hash && create)
    -		{
    -		CRYPTO_push_info("int_err_get (err.c)");
    -		int_error_hash = lh_ERR_STRING_DATA_new();
    -		CRYPTO_pop_info();
    -		}
    -	if (int_error_hash)
    -		ret = int_error_hash;
    -	CRYPTO_w_unlock(CRYPTO_LOCK_ERR);
    -
    -	return ret;
    -	}
    +{
    +    LHASH_OF(ERR_STRING_DATA) *ret = NULL;
    +
    +    CRYPTO_w_lock(CRYPTO_LOCK_ERR);
    +    if (!int_error_hash && create) {
    +        CRYPTO_push_info("int_err_get (err.c)");
    +        int_error_hash = lh_ERR_STRING_DATA_new();
    +        CRYPTO_pop_info();
    +    }
    +    if (int_error_hash)
    +        ret = int_error_hash;
    +    CRYPTO_w_unlock(CRYPTO_LOCK_ERR);
    +
    +    return ret;
    +}
     
     static void int_err_del(void)
    -	{
    -	CRYPTO_w_lock(CRYPTO_LOCK_ERR);
    -	if (int_error_hash)
    -		{
    -		lh_ERR_STRING_DATA_free(int_error_hash);
    -		int_error_hash = NULL;
    -		}
    -	CRYPTO_w_unlock(CRYPTO_LOCK_ERR);
    -	}
    +{
    +    CRYPTO_w_lock(CRYPTO_LOCK_ERR);
    +    if (int_error_hash) {
    +        lh_ERR_STRING_DATA_free(int_error_hash);
    +        int_error_hash = NULL;
    +    }
    +    CRYPTO_w_unlock(CRYPTO_LOCK_ERR);
    +}
     
     static ERR_STRING_DATA *int_err_get_item(const ERR_STRING_DATA *d)
    -	{
    -	ERR_STRING_DATA *p;
    -	LHASH_OF(ERR_STRING_DATA) *hash;
    +{
    +    ERR_STRING_DATA *p;
    +    LHASH_OF(ERR_STRING_DATA) *hash;
     
    -	err_fns_check();
    -	hash = ERRFN(err_get)(0);
    -	if (!hash)
    -		return NULL;
    +    err_fns_check();
    +    hash = ERRFN(err_get) (0);
    +    if (!hash)
    +        return NULL;
     
    -	CRYPTO_r_lock(CRYPTO_LOCK_ERR);
    -	p = lh_ERR_STRING_DATA_retrieve(hash, d);
    -	CRYPTO_r_unlock(CRYPTO_LOCK_ERR);
    +    CRYPTO_r_lock(CRYPTO_LOCK_ERR);
    +    p = lh_ERR_STRING_DATA_retrieve(hash, d);
    +    CRYPTO_r_unlock(CRYPTO_LOCK_ERR);
     
    -	return p;
    -	}
    +    return p;
    +}
     
     static ERR_STRING_DATA *int_err_set_item(ERR_STRING_DATA *d)
    -	{
    -	ERR_STRING_DATA *p;
    -	LHASH_OF(ERR_STRING_DATA) *hash;
    +{
    +    ERR_STRING_DATA *p;
    +    LHASH_OF(ERR_STRING_DATA) *hash;
     
    -	err_fns_check();
    -	hash = ERRFN(err_get)(1);
    -	if (!hash)
    -		return NULL;
    +    err_fns_check();
    +    hash = ERRFN(err_get) (1);
    +    if (!hash)
    +        return NULL;
     
    -	CRYPTO_w_lock(CRYPTO_LOCK_ERR);
    -	p = lh_ERR_STRING_DATA_insert(hash, d);
    -	CRYPTO_w_unlock(CRYPTO_LOCK_ERR);
    +    CRYPTO_w_lock(CRYPTO_LOCK_ERR);
    +    p = lh_ERR_STRING_DATA_insert(hash, d);
    +    CRYPTO_w_unlock(CRYPTO_LOCK_ERR);
     
    -	return p;
    -	}
    +    return p;
    +}
     
     static ERR_STRING_DATA *int_err_del_item(ERR_STRING_DATA *d)
    -	{
    -	ERR_STRING_DATA *p;
    -	LHASH_OF(ERR_STRING_DATA) *hash;
    +{
    +    ERR_STRING_DATA *p;
    +    LHASH_OF(ERR_STRING_DATA) *hash;
     
    -	err_fns_check();
    -	hash = ERRFN(err_get)(0);
    -	if (!hash)
    -		return NULL;
    +    err_fns_check();
    +    hash = ERRFN(err_get) (0);
    +    if (!hash)
    +        return NULL;
     
    -	CRYPTO_w_lock(CRYPTO_LOCK_ERR);
    -	p = lh_ERR_STRING_DATA_delete(hash, d);
    -	CRYPTO_w_unlock(CRYPTO_LOCK_ERR);
    +    CRYPTO_w_lock(CRYPTO_LOCK_ERR);
    +    p = lh_ERR_STRING_DATA_delete(hash, d);
    +    CRYPTO_w_unlock(CRYPTO_LOCK_ERR);
     
    -	return p;
    -	}
    +    return p;
    +}
     
     static unsigned long err_state_hash(const ERR_STATE *a)
    -	{
    -	return CRYPTO_THREADID_hash(&a->tid) * 13;
    -	}
    +{
    +    return CRYPTO_THREADID_hash(&a->tid) * 13;
    +}
    +
     static IMPLEMENT_LHASH_HASH_FN(err_state, ERR_STATE)
     
     static int err_state_cmp(const ERR_STATE *a, const ERR_STATE *b)
    -	{
    -	return CRYPTO_THREADID_cmp(&a->tid, &b->tid);
    -	}
    +{
    +    return CRYPTO_THREADID_cmp(&a->tid, &b->tid);
    +}
    +
     static IMPLEMENT_LHASH_COMP_FN(err_state, ERR_STATE)
     
     static LHASH_OF(ERR_STATE) *int_thread_get(int create)
    -	{
    -	LHASH_OF(ERR_STATE) *ret = NULL;
    -
    -	CRYPTO_w_lock(CRYPTO_LOCK_ERR);
    -	if (!int_thread_hash && create)
    -		{
    -		CRYPTO_push_info("int_thread_get (err.c)");
    -		int_thread_hash = lh_ERR_STATE_new();
    -		CRYPTO_pop_info();
    -		}
    -	if (int_thread_hash)
    -		{
    -		int_thread_hash_references++;
    -		ret = int_thread_hash;
    -		}
    -	CRYPTO_w_unlock(CRYPTO_LOCK_ERR);
    -	return ret;
    -	}
    +{
    +    LHASH_OF(ERR_STATE) *ret = NULL;
    +
    +    CRYPTO_w_lock(CRYPTO_LOCK_ERR);
    +    if (!int_thread_hash && create) {
    +        CRYPTO_push_info("int_thread_get (err.c)");
    +        int_thread_hash = lh_ERR_STATE_new();
    +        CRYPTO_pop_info();
    +    }
    +    if (int_thread_hash) {
    +        int_thread_hash_references++;
    +        ret = int_thread_hash;
    +    }
    +    CRYPTO_w_unlock(CRYPTO_LOCK_ERR);
    +    return ret;
    +}
     
     static void int_thread_release(LHASH_OF(ERR_STATE) **hash)
    -	{
    -	int i;
    +{
    +    int i;
     
    -	if (hash == NULL || *hash == NULL)
    -		return;
    +    if (hash == NULL || *hash == NULL)
    +        return;
     
    -	i = CRYPTO_add(&int_thread_hash_references, -1, CRYPTO_LOCK_ERR);
    +    i = CRYPTO_add(&int_thread_hash_references, -1, CRYPTO_LOCK_ERR);
     
     #ifdef REF_PRINT
    -	fprintf(stderr,"%4d:%s\n",int_thread_hash_references,"ERR");
    +    fprintf(stderr, "%4d:%s\n", int_thread_hash_references, "ERR");
     #endif
    -	if (i > 0) return;
    +    if (i > 0)
    +        return;
     #ifdef REF_CHECK
    -	if (i < 0)
    -		{
    -		fprintf(stderr,"int_thread_release, bad reference count\n");
    -		abort(); /* ok */
    -		}
    +    if (i < 0) {
    +        fprintf(stderr, "int_thread_release, bad reference count\n");
    +        abort();                /* ok */
    +    }
     #endif
    -	*hash = NULL;
    -	}
    +    *hash = NULL;
    +}
     
     static ERR_STATE *int_thread_get_item(const ERR_STATE *d)
    -	{
    -	ERR_STATE *p;
    -	LHASH_OF(ERR_STATE) *hash;
    +{
    +    ERR_STATE *p;
    +    LHASH_OF(ERR_STATE) *hash;
     
    -	err_fns_check();
    -	hash = ERRFN(thread_get)(0);
    -	if (!hash)
    -		return NULL;
    +    err_fns_check();
    +    hash = ERRFN(thread_get) (0);
    +    if (!hash)
    +        return NULL;
     
    -	CRYPTO_r_lock(CRYPTO_LOCK_ERR);
    -	p = lh_ERR_STATE_retrieve(hash, d);
    -	CRYPTO_r_unlock(CRYPTO_LOCK_ERR);
    +    CRYPTO_r_lock(CRYPTO_LOCK_ERR);
    +    p = lh_ERR_STATE_retrieve(hash, d);
    +    CRYPTO_r_unlock(CRYPTO_LOCK_ERR);
     
    -	ERRFN(thread_release)(&hash);
    -	return p;
    -	}
    +    ERRFN(thread_release) (&hash);
    +    return p;
    +}
     
     static ERR_STATE *int_thread_set_item(ERR_STATE *d)
    -	{
    -	ERR_STATE *p;
    -	LHASH_OF(ERR_STATE) *hash;
    +{
    +    ERR_STATE *p;
    +    LHASH_OF(ERR_STATE) *hash;
     
    -	err_fns_check();
    -	hash = ERRFN(thread_get)(1);
    -	if (!hash)
    -		return NULL;
    +    err_fns_check();
    +    hash = ERRFN(thread_get) (1);
    +    if (!hash)
    +        return NULL;
     
    -	CRYPTO_w_lock(CRYPTO_LOCK_ERR);
    -	p = lh_ERR_STATE_insert(hash, d);
    -	CRYPTO_w_unlock(CRYPTO_LOCK_ERR);
    +    CRYPTO_w_lock(CRYPTO_LOCK_ERR);
    +    p = lh_ERR_STATE_insert(hash, d);
    +    CRYPTO_w_unlock(CRYPTO_LOCK_ERR);
     
    -	ERRFN(thread_release)(&hash);
    -	return p;
    -	}
    +    ERRFN(thread_release) (&hash);
    +    return p;
    +}
     
     static void int_thread_del_item(const ERR_STATE *d)
    -	{
    -	ERR_STATE *p;
    -	LHASH_OF(ERR_STATE) *hash;
    -
    -	err_fns_check();
    -	hash = ERRFN(thread_get)(0);
    -	if (!hash)
    -		return;
    -
    -	CRYPTO_w_lock(CRYPTO_LOCK_ERR);
    -	p = lh_ERR_STATE_delete(hash, d);
    -	/* make sure we don't leak memory */
    -	if (int_thread_hash_references == 1
    -	    && int_thread_hash && lh_ERR_STATE_num_items(int_thread_hash) == 0)
    -		{
    -		lh_ERR_STATE_free(int_thread_hash);
    -		int_thread_hash = NULL;
    -		}
    -	CRYPTO_w_unlock(CRYPTO_LOCK_ERR);
    -
    -	ERRFN(thread_release)(&hash);
    -	if (p)
    -		ERR_STATE_free(p);
    -	}
    +{
    +    ERR_STATE *p;
    +    LHASH_OF(ERR_STATE) *hash;
    +
    +    err_fns_check();
    +    hash = ERRFN(thread_get) (0);
    +    if (!hash)
    +        return;
    +
    +    CRYPTO_w_lock(CRYPTO_LOCK_ERR);
    +    p = lh_ERR_STATE_delete(hash, d);
    +    /* make sure we don't leak memory */
    +    if (int_thread_hash_references == 1
    +        && int_thread_hash && lh_ERR_STATE_num_items(int_thread_hash) == 0) {
    +        lh_ERR_STATE_free(int_thread_hash);
    +        int_thread_hash = NULL;
    +    }
    +    CRYPTO_w_unlock(CRYPTO_LOCK_ERR);
    +
    +    ERRFN(thread_release) (&hash);
    +    if (p)
    +        ERR_STATE_free(p);
    +}
     
     static int int_err_get_next_lib(void)
    -	{
    -	int ret;
    -
    -	CRYPTO_w_lock(CRYPTO_LOCK_ERR);
    -	ret = int_err_library_number++;
    -	CRYPTO_w_unlock(CRYPTO_LOCK_ERR);
    +{
    +    int ret;
     
    -	return ret;
    -	}
    +    CRYPTO_w_lock(CRYPTO_LOCK_ERR);
    +    ret = int_err_library_number++;
    +    CRYPTO_w_unlock(CRYPTO_LOCK_ERR);
     
    +    return ret;
    +}
     
     #ifndef OPENSSL_NO_ERR
    -#define NUM_SYS_STR_REASONS 127
    -#define LEN_SYS_STR_REASON 32
    +# define NUM_SYS_STR_REASONS 127
    +# define LEN_SYS_STR_REASON 32
     
     static ERR_STRING_DATA SYS_str_reasons[NUM_SYS_STR_REASONS + 1];
    -/* SYS_str_reasons is filled with copies of strerror() results at
    - * initialization.
    - * 'errno' values up to 127 should cover all usual errors,
    - * others will be displayed numerically by ERR_error_string.
    - * It is crucial that we have something for each reason code
    - * that occurs in ERR_str_reasons, or bogus reason strings
    - * will be returned for SYSerr(), which always gets an errno
    - * value and never one of those 'standard' reason codes. */
    +/*
    + * SYS_str_reasons is filled with copies of strerror() results at
    + * initialization. 'errno' values up to 127 should cover all usual errors,
    + * others will be displayed numerically by ERR_error_string. It is crucial
    + * that we have something for each reason code that occurs in
    + * ERR_str_reasons, or bogus reason strings will be returned for SYSerr(),
    + * which always gets an errno value and never one of those 'standard' reason
    + * codes.
    + */
     
     static void build_SYS_str_reasons(void)
    -	{
    -	/* OPENSSL_malloc cannot be used here, use static storage instead */
    -	static char strerror_tab[NUM_SYS_STR_REASONS][LEN_SYS_STR_REASON];
    -	int i;
    -	static int init = 1;
    -
    -	CRYPTO_r_lock(CRYPTO_LOCK_ERR);
    -	if (!init)
    -		{
    -		CRYPTO_r_unlock(CRYPTO_LOCK_ERR);
    -		return;
    -		}
    -	
    -	CRYPTO_r_unlock(CRYPTO_LOCK_ERR);
    -	CRYPTO_w_lock(CRYPTO_LOCK_ERR);
    -	if (!init)
    -		{
    -		CRYPTO_w_unlock(CRYPTO_LOCK_ERR);
    -		return;
    -		}
    -
    -	for (i = 1; i <= NUM_SYS_STR_REASONS; i++)
    -		{
    -		ERR_STRING_DATA *str = &SYS_str_reasons[i - 1];
    -
    -		str->error = (unsigned long)i;
    -		if (str->string == NULL)
    -			{
    -			char (*dest)[LEN_SYS_STR_REASON] = &(strerror_tab[i - 1]);
    -			char *src = strerror(i);
    -			if (src != NULL)
    -				{
    -				strncpy(*dest, src, sizeof *dest);
    -				(*dest)[sizeof *dest - 1] = '\0';
    -				str->string = *dest;
    -				}
    -			}
    -		if (str->string == NULL)
    -			str->string = "unknown";
    -		}
    -
    -	/* Now we still have SYS_str_reasons[NUM_SYS_STR_REASONS] = {0, NULL},
    -	 * as required by ERR_load_strings. */
    -
    -	init = 0;
    -	
    -	CRYPTO_w_unlock(CRYPTO_LOCK_ERR);
    -	}
    +{
    +    /* OPENSSL_malloc cannot be used here, use static storage instead */
    +    static char strerror_tab[NUM_SYS_STR_REASONS][LEN_SYS_STR_REASON];
    +    int i;
    +    static int init = 1;
    +
    +    CRYPTO_r_lock(CRYPTO_LOCK_ERR);
    +    if (!init) {
    +        CRYPTO_r_unlock(CRYPTO_LOCK_ERR);
    +        return;
    +    }
    +
    +    CRYPTO_r_unlock(CRYPTO_LOCK_ERR);
    +    CRYPTO_w_lock(CRYPTO_LOCK_ERR);
    +    if (!init) {
    +        CRYPTO_w_unlock(CRYPTO_LOCK_ERR);
    +        return;
    +    }
    +
    +    for (i = 1; i <= NUM_SYS_STR_REASONS; i++) {
    +        ERR_STRING_DATA *str = &SYS_str_reasons[i - 1];
    +
    +        str->error = (unsigned long)i;
    +        if (str->string == NULL) {
    +            char (*dest)[LEN_SYS_STR_REASON] = &(strerror_tab[i - 1]);
    +            char *src = strerror(i);
    +            if (src != NULL) {
    +                strncpy(*dest, src, sizeof *dest);
    +                (*dest)[sizeof *dest - 1] = '\0';
    +                str->string = *dest;
    +            }
    +        }
    +        if (str->string == NULL)
    +            str->string = "unknown";
    +    }
    +
    +    /*
    +     * Now we still have SYS_str_reasons[NUM_SYS_STR_REASONS] = {0, NULL}, as
    +     * required by ERR_load_strings.
    +     */
    +
    +    init = 0;
    +
    +    CRYPTO_w_unlock(CRYPTO_LOCK_ERR);
    +}
     #endif
     
     #define err_clear_data(p,i) \
    -	do { \
    -	if (((p)->err_data[i] != NULL) && \
    -		(p)->err_data_flags[i] & ERR_TXT_MALLOCED) \
    -		{  \
    -		OPENSSL_free((p)->err_data[i]); \
    -		(p)->err_data[i]=NULL; \
    -		} \
    -	(p)->err_data_flags[i]=0; \
    -	} while(0)
    +        do { \
    +        if (((p)->err_data[i] != NULL) && \
    +                (p)->err_data_flags[i] & ERR_TXT_MALLOCED) \
    +                {  \
    +                OPENSSL_free((p)->err_data[i]); \
    +                (p)->err_data[i]=NULL; \
    +                } \
    +        (p)->err_data_flags[i]=0; \
    +        } while(0)
     
     #define err_clear(p,i) \
    -	do { \
    -	(p)->err_flags[i]=0; \
    -	(p)->err_buffer[i]=0; \
    -	err_clear_data(p,i); \
    -	(p)->err_file[i]=NULL; \
    -	(p)->err_line[i]= -1; \
    -	} while(0)
    +        do { \
    +        (p)->err_flags[i]=0; \
    +        (p)->err_buffer[i]=0; \
    +        err_clear_data(p,i); \
    +        (p)->err_file[i]=NULL; \
    +        (p)->err_line[i]= -1; \
    +        } while(0)
     
     static void ERR_STATE_free(ERR_STATE *s)
    -	{
    -	int i;
    +{
    +    int i;
     
    -	if (s == NULL)
    -	    return;
    +    if (s == NULL)
    +        return;
     
    -	for (i=0; ierror)
    -		{
    -		if (lib)
    -			str->error|=ERR_PACK(lib,0,0);
    -		ERRFN(err_set_item)(str);
    -		str++;
    -		}
    -	}
    +{
    +    while (str->error) {
    +        if (lib)
    +            str->error |= ERR_PACK(lib, 0, 0);
    +        ERRFN(err_set_item) (str);
    +        str++;
    +    }
    +}
     
     void ERR_load_strings(int lib, ERR_STRING_DATA *str)
    -	{
    -	ERR_load_ERR_strings();
    -	err_load_strings(lib, str);
    -	}
    +{
    +    ERR_load_ERR_strings();
    +    err_load_strings(lib, str);
    +}
     
     void ERR_unload_strings(int lib, ERR_STRING_DATA *str)
    -	{
    -	while (str->error)
    -		{
    -		if (lib)
    -			str->error|=ERR_PACK(lib,0,0);
    -		ERRFN(err_del_item)(str);
    -		str++;
    -		}
    -	}
    +{
    +    while (str->error) {
    +        if (lib)
    +            str->error |= ERR_PACK(lib, 0, 0);
    +        ERRFN(err_del_item) (str);
    +        str++;
    +    }
    +}
     
     void ERR_free_strings(void)
    -	{
    -	err_fns_check();
    -	ERRFN(err_del)();
    -	}
    +{
    +    err_fns_check();
    +    ERRFN(err_del) ();
    +}
     
     /********************************************************/
     
    -void ERR_put_error(int lib, int func, int reason, const char *file,
    -	     int line)
    -	{
    -	ERR_STATE *es;
    +void ERR_put_error(int lib, int func, int reason, const char *file, int line)
    +{
    +    ERR_STATE *es;
     
     #ifdef _OSD_POSIX
    -	/* In the BS2000-OSD POSIX subsystem, the compiler generates
    -	 * path names in the form "*POSIX(/etc/passwd)".
    -	 * This dirty hack strips them to something sensible.
    -	 * @@@ We shouldn't modify a const string, though.
    -	 */
    -	if (strncmp(file,"*POSIX(", sizeof("*POSIX(")-1) == 0) {
    -		char *end;
    -
    -		/* Skip the "*POSIX(" prefix */
    -		file += sizeof("*POSIX(")-1;
    -		end = &file[strlen(file)-1];
    -		if (*end == ')')
    -			*end = '\0';
    -		/* Optional: use the basename of the path only. */
    -		if ((end = strrchr(file, '/')) != NULL)
    -			file = &end[1];
    -	}
    +    /*
    +     * In the BS2000-OSD POSIX subsystem, the compiler generates path names
    +     * in the form "*POSIX(/etc/passwd)". This dirty hack strips them to
    +     * something sensible. @@@ We shouldn't modify a const string, though.
    +     */
    +    if (strncmp(file, "*POSIX(", sizeof("*POSIX(") - 1) == 0) {
    +        char *end;
    +
    +        /* Skip the "*POSIX(" prefix */
    +        file += sizeof("*POSIX(") - 1;
    +        end = &file[strlen(file) - 1];
    +        if (*end == ')')
    +            *end = '\0';
    +        /* Optional: use the basename of the path only. */
    +        if ((end = strrchr(file, '/')) != NULL)
    +            file = &end[1];
    +    }
     #endif
    -	es=ERR_get_state();
    -
    -	es->top=(es->top+1)%ERR_NUM_ERRORS;
    -	if (es->top == es->bottom)
    -		es->bottom=(es->bottom+1)%ERR_NUM_ERRORS;
    -	es->err_flags[es->top]=0;
    -	es->err_buffer[es->top]=ERR_PACK(lib,func,reason);
    -	es->err_file[es->top]=file;
    -	es->err_line[es->top]=line;
    -	err_clear_data(es,es->top);
    -	}
    +    es = ERR_get_state();
    +
    +    es->top = (es->top + 1) % ERR_NUM_ERRORS;
    +    if (es->top == es->bottom)
    +        es->bottom = (es->bottom + 1) % ERR_NUM_ERRORS;
    +    es->err_flags[es->top] = 0;
    +    es->err_buffer[es->top] = ERR_PACK(lib, func, reason);
    +    es->err_file[es->top] = file;
    +    es->err_line[es->top] = line;
    +    err_clear_data(es, es->top);
    +}
     
     void ERR_clear_error(void)
    -	{
    -	int i;
    -	ERR_STATE *es;
    -
    -	es=ERR_get_state();
    +{
    +    int i;
    +    ERR_STATE *es;
     
    -	for (i=0; itop=es->bottom=0;
    -	}
    +    es = ERR_get_state();
     
    +    for (i = 0; i < ERR_NUM_ERRORS; i++) {
    +        err_clear(es, i);
    +    }
    +    es->top = es->bottom = 0;
    +}
     
     unsigned long ERR_get_error(void)
    -	{ return(get_error_values(1,0,NULL,NULL,NULL,NULL)); }
    +{
    +    return (get_error_values(1, 0, NULL, NULL, NULL, NULL));
    +}
     
    -unsigned long ERR_get_error_line(const char **file,
    -	     int *line)
    -	{ return(get_error_values(1,0,file,line,NULL,NULL)); }
    +unsigned long ERR_get_error_line(const char **file, int *line)
    +{
    +    return (get_error_values(1, 0, file, line, NULL, NULL));
    +}
     
     unsigned long ERR_get_error_line_data(const char **file, int *line,
    -	     const char **data, int *flags)
    -	{ return(get_error_values(1,0,file,line,data,flags)); }
    -
    +                                      const char **data, int *flags)
    +{
    +    return (get_error_values(1, 0, file, line, data, flags));
    +}
     
     unsigned long ERR_peek_error(void)
    -	{ return(get_error_values(0,0,NULL,NULL,NULL,NULL)); }
    +{
    +    return (get_error_values(0, 0, NULL, NULL, NULL, NULL));
    +}
     
     unsigned long ERR_peek_error_line(const char **file, int *line)
    -	{ return(get_error_values(0,0,file,line,NULL,NULL)); }
    +{
    +    return (get_error_values(0, 0, file, line, NULL, NULL));
    +}
     
     unsigned long ERR_peek_error_line_data(const char **file, int *line,
    -	     const char **data, int *flags)
    -	{ return(get_error_values(0,0,file,line,data,flags)); }
    -
    +                                       const char **data, int *flags)
    +{
    +    return (get_error_values(0, 0, file, line, data, flags));
    +}
     
     unsigned long ERR_peek_last_error(void)
    -	{ return(get_error_values(0,1,NULL,NULL,NULL,NULL)); }
    +{
    +    return (get_error_values(0, 1, NULL, NULL, NULL, NULL));
    +}
     
     unsigned long ERR_peek_last_error_line(const char **file, int *line)
    -	{ return(get_error_values(0,1,file,line,NULL,NULL)); }
    +{
    +    return (get_error_values(0, 1, file, line, NULL, NULL));
    +}
     
     unsigned long ERR_peek_last_error_line_data(const char **file, int *line,
    -	     const char **data, int *flags)
    -	{ return(get_error_values(0,1,file,line,data,flags)); }
    -
    -
    -static unsigned long get_error_values(int inc, int top, const char **file, int *line,
    -	     const char **data, int *flags)
    -	{	
    -	int i=0;
    -	ERR_STATE *es;
    -	unsigned long ret;
    -
    -	es=ERR_get_state();
    -
    -	if (inc && top)
    -		{
    -		if (file) *file = "";
    -		if (line) *line = 0;
    -		if (data) *data = "";
    -		if (flags) *flags = 0;
    -			
    -		return ERR_R_INTERNAL_ERROR;
    -		}
    -
    -	if (es->bottom == es->top) return 0;
    -	if (top)
    -		i=es->top;			 /* last error */
    -	else
    -		i=(es->bottom+1)%ERR_NUM_ERRORS; /* first error */
    -
    -	ret=es->err_buffer[i];
    -	if (inc)
    -		{
    -		es->bottom=i;
    -		es->err_buffer[i]=0;
    -		}
    -
    -	if ((file != NULL) && (line != NULL))
    -		{
    -		if (es->err_file[i] == NULL)
    -			{
    -			*file="NA";
    -			if (line != NULL) *line=0;
    -			}
    -		else
    -			{
    -			*file=es->err_file[i];
    -			if (line != NULL) *line=es->err_line[i];
    -			}
    -		}
    -
    -	if (data == NULL)
    -		{
    -		if (inc)
    -			{
    -			err_clear_data(es, i);
    -			}
    -		}
    -	else
    -		{
    -		if (es->err_data[i] == NULL)
    -			{
    -			*data="";
    -			if (flags != NULL) *flags=0;
    -			}
    -		else
    -			{
    -			*data=es->err_data[i];
    -			if (flags != NULL) *flags=es->err_data_flags[i];
    -			}
    -		}
    -	return ret;
    -	}
    +                                            const char **data, int *flags)
    +{
    +    return (get_error_values(0, 1, file, line, data, flags));
    +}
    +
    +static unsigned long get_error_values(int inc, int top, const char **file,
    +                                      int *line, const char **data,
    +                                      int *flags)
    +{
    +    int i = 0;
    +    ERR_STATE *es;
    +    unsigned long ret;
    +
    +    es = ERR_get_state();
    +
    +    if (inc && top) {
    +        if (file)
    +            *file = "";
    +        if (line)
    +            *line = 0;
    +        if (data)
    +            *data = "";
    +        if (flags)
    +            *flags = 0;
    +
    +        return ERR_R_INTERNAL_ERROR;
    +    }
    +
    +    if (es->bottom == es->top)
    +        return 0;
    +    if (top)
    +        i = es->top;            /* last error */
    +    else
    +        i = (es->bottom + 1) % ERR_NUM_ERRORS; /* first error */
    +
    +    ret = es->err_buffer[i];
    +    if (inc) {
    +        es->bottom = i;
    +        es->err_buffer[i] = 0;
    +    }
    +
    +    if ((file != NULL) && (line != NULL)) {
    +        if (es->err_file[i] == NULL) {
    +            *file = "NA";
    +            if (line != NULL)
    +                *line = 0;
    +        } else {
    +            *file = es->err_file[i];
    +            if (line != NULL)
    +                *line = es->err_line[i];
    +        }
    +    }
    +
    +    if (data == NULL) {
    +        if (inc) {
    +            err_clear_data(es, i);
    +        }
    +    } else {
    +        if (es->err_data[i] == NULL) {
    +            *data = "";
    +            if (flags != NULL)
    +                *flags = 0;
    +        } else {
    +            *data = es->err_data[i];
    +            if (flags != NULL)
    +                *flags = es->err_data_flags[i];
    +        }
    +    }
    +    return ret;
    +}
     
     void ERR_error_string_n(unsigned long e, char *buf, size_t len)
    -	{
    -	char lsbuf[64], fsbuf[64], rsbuf[64];
    -	const char *ls,*fs,*rs;
    -	unsigned long l,f,r;
    -
    -	l=ERR_GET_LIB(e);
    -	f=ERR_GET_FUNC(e);
    -	r=ERR_GET_REASON(e);
    -
    -	ls=ERR_lib_error_string(e);
    -	fs=ERR_func_error_string(e);
    -	rs=ERR_reason_error_string(e);
    -
    -	if (ls == NULL) 
    -		BIO_snprintf(lsbuf, sizeof(lsbuf), "lib(%lu)", l);
    -	if (fs == NULL)
    -		BIO_snprintf(fsbuf, sizeof(fsbuf), "func(%lu)", f);
    -	if (rs == NULL)
    -		BIO_snprintf(rsbuf, sizeof(rsbuf), "reason(%lu)", r);
    -
    -	BIO_snprintf(buf, len,"error:%08lX:%s:%s:%s", e, ls?ls:lsbuf, 
    -		fs?fs:fsbuf, rs?rs:rsbuf);
    -	if (strlen(buf) == len-1)
    -		{
    -		/* output may be truncated; make sure we always have 5 
    -		 * colon-separated fields, i.e. 4 colons ... */
    +{
    +    char lsbuf[64], fsbuf[64], rsbuf[64];
    +    const char *ls, *fs, *rs;
    +    unsigned long l, f, r;
    +
    +    l = ERR_GET_LIB(e);
    +    f = ERR_GET_FUNC(e);
    +    r = ERR_GET_REASON(e);
    +
    +    ls = ERR_lib_error_string(e);
    +    fs = ERR_func_error_string(e);
    +    rs = ERR_reason_error_string(e);
    +
    +    if (ls == NULL)
    +        BIO_snprintf(lsbuf, sizeof(lsbuf), "lib(%lu)", l);
    +    if (fs == NULL)
    +        BIO_snprintf(fsbuf, sizeof(fsbuf), "func(%lu)", f);
    +    if (rs == NULL)
    +        BIO_snprintf(rsbuf, sizeof(rsbuf), "reason(%lu)", r);
    +
    +    BIO_snprintf(buf, len, "error:%08lX:%s:%s:%s", e, ls ? ls : lsbuf,
    +                 fs ? fs : fsbuf, rs ? rs : rsbuf);
    +    if (strlen(buf) == len - 1) {
    +        /*
    +         * output may be truncated; make sure we always have 5
    +         * colon-separated fields, i.e. 4 colons ...
    +         */
     #define NUM_COLONS 4
    -		if (len > NUM_COLONS) /* ... if possible */
    -			{
    -			int i;
    -			char *s = buf;
    -			
    -			for (i = 0; i < NUM_COLONS; i++)
    -				{
    -				char *colon = strchr(s, ':');
    -				if (colon == NULL || colon > &buf[len-1] - NUM_COLONS + i)
    -					{
    -					/* set colon no. i at last possible position
    -					 * (buf[len-1] is the terminating 0)*/
    -					colon = &buf[len-1] - NUM_COLONS + i;
    -					*colon = ':';
    -					}
    -				s = colon + 1;
    -				}
    -			}
    -		}
    -	}
    +        if (len > NUM_COLONS) { /* ... if possible */
    +            int i;
    +            char *s = buf;
    +
    +            for (i = 0; i < NUM_COLONS; i++) {
    +                char *colon = strchr(s, ':');
    +                if (colon == NULL || colon > &buf[len - 1] - NUM_COLONS + i) {
    +                    /*
    +                     * set colon no. i at last possible position (buf[len-1]
    +                     * is the terminating 0)
    +                     */
    +                    colon = &buf[len - 1] - NUM_COLONS + i;
    +                    *colon = ':';
    +                }
    +                s = colon + 1;
    +            }
    +        }
    +    }
    +}
     
     /* BAD for multi-threading: uses a local buffer if ret == NULL */
    -/* ERR_error_string_n should be used instead for ret != NULL
    - * as ERR_error_string cannot know how large the buffer is */
    +/*
    + * ERR_error_string_n should be used instead for ret != NULL as
    + * ERR_error_string cannot know how large the buffer is
    + */
     char *ERR_error_string(unsigned long e, char *ret)
    -	{
    -	static char buf[256];
    +{
    +    static char buf[256];
     
    -	if (ret == NULL) ret=buf;
    -	ERR_error_string_n(e, ret, 256);
    +    if (ret == NULL)
    +        ret = buf;
    +    ERR_error_string_n(e, ret, 256);
     
    -	return ret;
    -	}
    +    return ret;
    +}
     
     LHASH_OF(ERR_STRING_DATA) *ERR_get_string_table(void)
    -	{
    -	err_fns_check();
    -	return ERRFN(err_get)(0);
    -	}
    +{
    +    err_fns_check();
    +    return ERRFN(err_get) (0);
    +}
     
     LHASH_OF(ERR_STATE) *ERR_get_err_state_table(void)
    -	{
    -	err_fns_check();
    -	return ERRFN(thread_get)(0);
    -	}
    +{
    +    err_fns_check();
    +    return ERRFN(thread_get) (0);
    +}
     
     void ERR_release_err_state_table(LHASH_OF(ERR_STATE) **hash)
    -	{
    -	err_fns_check();
    -	ERRFN(thread_release)(hash);
    -	}
    +{
    +    err_fns_check();
    +    ERRFN(thread_release) (hash);
    +}
     
     const char *ERR_lib_error_string(unsigned long e)
    -	{
    -	ERR_STRING_DATA d,*p;
    -	unsigned long l;
    +{
    +    ERR_STRING_DATA d, *p;
    +    unsigned long l;
     
    -	err_fns_check();
    -	l=ERR_GET_LIB(e);
    -	d.error=ERR_PACK(l,0,0);
    -	p=ERRFN(err_get_item)(&d);
    -	return((p == NULL)?NULL:p->string);
    -	}
    +    err_fns_check();
    +    l = ERR_GET_LIB(e);
    +    d.error = ERR_PACK(l, 0, 0);
    +    p = ERRFN(err_get_item) (&d);
    +    return ((p == NULL) ? NULL : p->string);
    +}
     
     const char *ERR_func_error_string(unsigned long e)
    -	{
    -	ERR_STRING_DATA d,*p;
    -	unsigned long l,f;
    -
    -	err_fns_check();
    -	l=ERR_GET_LIB(e);
    -	f=ERR_GET_FUNC(e);
    -	d.error=ERR_PACK(l,f,0);
    -	p=ERRFN(err_get_item)(&d);
    -	return((p == NULL)?NULL:p->string);
    -	}
    +{
    +    ERR_STRING_DATA d, *p;
    +    unsigned long l, f;
    +
    +    err_fns_check();
    +    l = ERR_GET_LIB(e);
    +    f = ERR_GET_FUNC(e);
    +    d.error = ERR_PACK(l, f, 0);
    +    p = ERRFN(err_get_item) (&d);
    +    return ((p == NULL) ? NULL : p->string);
    +}
     
     const char *ERR_reason_error_string(unsigned long e)
    -	{
    -	ERR_STRING_DATA d,*p=NULL;
    -	unsigned long l,r;
    -
    -	err_fns_check();
    -	l=ERR_GET_LIB(e);
    -	r=ERR_GET_REASON(e);
    -	d.error=ERR_PACK(l,0,r);
    -	p=ERRFN(err_get_item)(&d);
    -	if (!p)
    -		{
    -		d.error=ERR_PACK(0,0,r);
    -		p=ERRFN(err_get_item)(&d);
    -		}
    -	return((p == NULL)?NULL:p->string);
    -	}
    +{
    +    ERR_STRING_DATA d, *p = NULL;
    +    unsigned long l, r;
    +
    +    err_fns_check();
    +    l = ERR_GET_LIB(e);
    +    r = ERR_GET_REASON(e);
    +    d.error = ERR_PACK(l, 0, r);
    +    p = ERRFN(err_get_item) (&d);
    +    if (!p) {
    +        d.error = ERR_PACK(0, 0, r);
    +        p = ERRFN(err_get_item) (&d);
    +    }
    +    return ((p == NULL) ? NULL : p->string);
    +}
     
     void ERR_remove_thread_state(const CRYPTO_THREADID *id)
    -	{
    -	ERR_STATE tmp;
    -
    -	if (id)
    -		CRYPTO_THREADID_cpy(&tmp.tid, id);
    -	else
    -		CRYPTO_THREADID_current(&tmp.tid);
    -	err_fns_check();
    -	/* thread_del_item automatically destroys the LHASH if the number of
    -	 * items reaches zero. */
    -	ERRFN(thread_del_item)(&tmp);
    -	}
    +{
    +    ERR_STATE tmp;
    +
    +    if (id)
    +        CRYPTO_THREADID_cpy(&tmp.tid, id);
    +    else
    +        CRYPTO_THREADID_current(&tmp.tid);
    +    err_fns_check();
    +    /*
    +     * thread_del_item automatically destroys the LHASH if the number of
    +     * items reaches zero.
    +     */
    +    ERRFN(thread_del_item) (&tmp);
    +}
     
     #ifndef OPENSSL_NO_DEPRECATED
     void ERR_remove_state(unsigned long pid)
    -	{
    -	ERR_remove_thread_state(NULL);
    -	}
    +{
    +    ERR_remove_thread_state(NULL);
    +}
     #endif
     
     ERR_STATE *ERR_get_state(void)
    -	{
    -	static ERR_STATE fallback;
    -	ERR_STATE *ret,tmp,*tmpp=NULL;
    -	int i;
    -	CRYPTO_THREADID tid;
    -
    -	err_fns_check();
    -	CRYPTO_THREADID_current(&tid);
    -	CRYPTO_THREADID_cpy(&tmp.tid, &tid);
    -	ret=ERRFN(thread_get_item)(&tmp);
    -
    -	/* ret == the error state, if NULL, make a new one */
    -	if (ret == NULL)
    -		{
    -		ret=(ERR_STATE *)OPENSSL_malloc(sizeof(ERR_STATE));
    -		if (ret == NULL) return(&fallback);
    -		CRYPTO_THREADID_cpy(&ret->tid, &tid);
    -		ret->top=0;
    -		ret->bottom=0;
    -		for (i=0; ierr_data[i]=NULL;
    -			ret->err_data_flags[i]=0;
    -			}
    -		tmpp = ERRFN(thread_set_item)(ret);
    -		/* To check if insertion failed, do a get. */
    -		if (ERRFN(thread_get_item)(ret) != ret)
    -			{
    -			ERR_STATE_free(ret); /* could not insert it */
    -			return(&fallback);
    -			}
    -		/* If a race occured in this function and we came second, tmpp
    -		 * is the first one that we just replaced. */
    -		if (tmpp)
    -			ERR_STATE_free(tmpp);
    -		}
    -	return ret;
    -	}
    +{
    +    static ERR_STATE fallback;
    +    ERR_STATE *ret, tmp, *tmpp = NULL;
    +    int i;
    +    CRYPTO_THREADID tid;
    +
    +    err_fns_check();
    +    CRYPTO_THREADID_current(&tid);
    +    CRYPTO_THREADID_cpy(&tmp.tid, &tid);
    +    ret = ERRFN(thread_get_item) (&tmp);
    +
    +    /* ret == the error state, if NULL, make a new one */
    +    if (ret == NULL) {
    +        ret = (ERR_STATE *)OPENSSL_malloc(sizeof(ERR_STATE));
    +        if (ret == NULL)
    +            return (&fallback);
    +        CRYPTO_THREADID_cpy(&ret->tid, &tid);
    +        ret->top = 0;
    +        ret->bottom = 0;
    +        for (i = 0; i < ERR_NUM_ERRORS; i++) {
    +            ret->err_data[i] = NULL;
    +            ret->err_data_flags[i] = 0;
    +        }
    +        tmpp = ERRFN(thread_set_item) (ret);
    +        /* To check if insertion failed, do a get. */
    +        if (ERRFN(thread_get_item) (ret) != ret) {
    +            ERR_STATE_free(ret); /* could not insert it */
    +            return (&fallback);
    +        }
    +        /*
    +         * If a race occured in this function and we came second, tmpp is the
    +         * first one that we just replaced.
    +         */
    +        if (tmpp)
    +            ERR_STATE_free(tmpp);
    +    }
    +    return ret;
    +}
     
     int ERR_get_next_error_library(void)
    -	{
    -	err_fns_check();
    -	return ERRFN(get_next_lib)();
    -	}
    +{
    +    err_fns_check();
    +    return ERRFN(get_next_lib) ();
    +}
     
     void ERR_set_error_data(char *data, int flags)
    -	{
    -	ERR_STATE *es;
    -	int i;
    +{
    +    ERR_STATE *es;
    +    int i;
     
    -	es=ERR_get_state();
    +    es = ERR_get_state();
     
    -	i=es->top;
    -	if (i == 0)
    -		i=ERR_NUM_ERRORS-1;
    +    i = es->top;
    +    if (i == 0)
    +        i = ERR_NUM_ERRORS - 1;
     
    -	err_clear_data(es,i);
    -	es->err_data[i]=data;
    -	es->err_data_flags[i]=flags;
    -	}
    +    err_clear_data(es, i);
    +    es->err_data[i] = data;
    +    es->err_data_flags[i] = flags;
    +}
     
     void ERR_add_error_data(int num, ...)
    -	{
    -	va_list args;
    -	va_start(args, num);
    -	ERR_add_error_vdata(num, args);
    -	va_end(args);
    -	}
    +{
    +    va_list args;
    +    va_start(args, num);
    +    ERR_add_error_vdata(num, args);
    +    va_end(args);
    +}
     
     void ERR_add_error_vdata(int num, va_list args)
    -	{
    -	int i,n,s;
    -	char *str,*p,*a;
    -
    -	s=80;
    -	str=OPENSSL_malloc(s+1);
    -	if (str == NULL) return;
    -	str[0]='\0';
    -
    -	n=0;
    -	for (i=0; i */
    -		if (a != NULL)
    -			{
    -			n+=strlen(a);
    -			if (n > s)
    -				{
    -				s=n+20;
    -				p=OPENSSL_realloc(str,s+1);
    -				if (p == NULL)
    -					{
    -					OPENSSL_free(str);
    -					return;
    -					}
    -				else
    -					str=p;
    -				}
    -			BUF_strlcat(str,a,(size_t)s+1);
    -			}
    -		}
    -	ERR_set_error_data(str,ERR_TXT_MALLOCED|ERR_TXT_STRING);
    -	}
    +{
    +    int i, n, s;
    +    char *str, *p, *a;
    +
    +    s = 80;
    +    str = OPENSSL_malloc(s + 1);
    +    if (str == NULL)
    +        return;
    +    str[0] = '\0';
    +
    +    n = 0;
    +    for (i = 0; i < num; i++) {
    +        a = va_arg(args, char *);
    +        /* ignore NULLs, thanks to Bob Beck  */
    +        if (a != NULL) {
    +            n += strlen(a);
    +            if (n > s) {
    +                s = n + 20;
    +                p = OPENSSL_realloc(str, s + 1);
    +                if (p == NULL) {
    +                    OPENSSL_free(str);
    +                    return;
    +                } else
    +                    str = p;
    +            }
    +            BUF_strlcat(str, a, (size_t)s + 1);
    +        }
    +    }
    +    ERR_set_error_data(str, ERR_TXT_MALLOCED | ERR_TXT_STRING);
    +}
     
     int ERR_set_mark(void)
    -	{
    -	ERR_STATE *es;
    +{
    +    ERR_STATE *es;
     
    -	es=ERR_get_state();
    +    es = ERR_get_state();
     
    -	if (es->bottom == es->top) return 0;
    -	es->err_flags[es->top]|=ERR_FLAG_MARK;
    -	return 1;
    -	}
    +    if (es->bottom == es->top)
    +        return 0;
    +    es->err_flags[es->top] |= ERR_FLAG_MARK;
    +    return 1;
    +}
     
     int ERR_pop_to_mark(void)
    -	{
    -	ERR_STATE *es;
    -
    -	es=ERR_get_state();
    -
    -	while(es->bottom != es->top
    -		&& (es->err_flags[es->top] & ERR_FLAG_MARK) == 0)
    -		{
    -		err_clear(es,es->top);
    -		es->top-=1;
    -		if (es->top == -1) es->top=ERR_NUM_ERRORS-1;
    -		}
    -		
    -	if (es->bottom == es->top) return 0;
    -	es->err_flags[es->top]&=~ERR_FLAG_MARK;
    -	return 1;
    -	}
    +{
    +    ERR_STATE *es;
    +
    +    es = ERR_get_state();
    +
    +    while (es->bottom != es->top
    +           && (es->err_flags[es->top] & ERR_FLAG_MARK) == 0) {
    +        err_clear(es, es->top);
    +        es->top -= 1;
    +        if (es->top == -1)
    +            es->top = ERR_NUM_ERRORS - 1;
    +    }
    +
    +    if (es->bottom == es->top)
    +        return 0;
    +    es->err_flags[es->top] &= ~ERR_FLAG_MARK;
    +    return 1;
    +}
    diff --git a/openssl/crypto/err/err.h b/openssl/crypto/err/err.h
    index 974cc9cc6..585aa8ba3 100644
    --- a/openssl/crypto/err/err.h
    +++ b/openssl/crypto/err/err.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,7 +63,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -110,260 +110,259 @@
      */
     
     #ifndef HEADER_ERR_H
    -#define HEADER_ERR_H
    +# define HEADER_ERR_H
     
    -#include 
    +# include 
     
    -#ifndef OPENSSL_NO_FP_API
    -#include 
    -#include 
    -#endif
    +# ifndef OPENSSL_NO_FP_API
    +#  include 
    +#  include 
    +# endif
     
    -#include 
    -#ifndef OPENSSL_NO_BIO
    -#include 
    -#endif
    -#ifndef OPENSSL_NO_LHASH
    -#include 
    -#endif
    +# include 
    +# ifndef OPENSSL_NO_BIO
    +#  include 
    +# endif
    +# ifndef OPENSSL_NO_LHASH
    +#  include 
    +# endif
     
    -#ifdef	__cplusplus
    +#ifdef  __cplusplus
     extern "C" {
     #endif
     
    -#ifndef OPENSSL_NO_ERR
    -#define ERR_PUT_error(a,b,c,d,e)	ERR_put_error(a,b,c,d,e)
    -#else
    -#define ERR_PUT_error(a,b,c,d,e)	ERR_put_error(a,b,c,NULL,0)
    -#endif
    +# ifndef OPENSSL_NO_ERR
    +#  define ERR_PUT_error(a,b,c,d,e)        ERR_put_error(a,b,c,d,e)
    +# else
    +#  define ERR_PUT_error(a,b,c,d,e)        ERR_put_error(a,b,c,NULL,0)
    +# endif
     
    -#include 
    +# include 
     
    -#define ERR_TXT_MALLOCED	0x01
    -#define ERR_TXT_STRING		0x02
    +# define ERR_TXT_MALLOCED        0x01
    +# define ERR_TXT_STRING          0x02
     
    -#define ERR_FLAG_MARK		0x01
    +# define ERR_FLAG_MARK           0x01
     
    -#define ERR_NUM_ERRORS	16
    -typedef struct err_state_st
    -	{
    -	CRYPTO_THREADID tid;
    -	int err_flags[ERR_NUM_ERRORS];
    -	unsigned long err_buffer[ERR_NUM_ERRORS];
    -	char *err_data[ERR_NUM_ERRORS];
    -	int err_data_flags[ERR_NUM_ERRORS];
    -	const char *err_file[ERR_NUM_ERRORS];
    -	int err_line[ERR_NUM_ERRORS];
    -	int top,bottom;
    -	} ERR_STATE;
    +# define ERR_NUM_ERRORS  16
    +typedef struct err_state_st {
    +    CRYPTO_THREADID tid;
    +    int err_flags[ERR_NUM_ERRORS];
    +    unsigned long err_buffer[ERR_NUM_ERRORS];
    +    char *err_data[ERR_NUM_ERRORS];
    +    int err_data_flags[ERR_NUM_ERRORS];
    +    const char *err_file[ERR_NUM_ERRORS];
    +    int err_line[ERR_NUM_ERRORS];
    +    int top, bottom;
    +} ERR_STATE;
     
     /* library */
    -#define ERR_LIB_NONE		1
    -#define ERR_LIB_SYS		2
    -#define ERR_LIB_BN		3
    -#define ERR_LIB_RSA		4
    -#define ERR_LIB_DH		5
    -#define ERR_LIB_EVP		6
    -#define ERR_LIB_BUF		7
    -#define ERR_LIB_OBJ		8
    -#define ERR_LIB_PEM		9
    -#define ERR_LIB_DSA		10
    -#define ERR_LIB_X509		11
    +# define ERR_LIB_NONE            1
    +# define ERR_LIB_SYS             2
    +# define ERR_LIB_BN              3
    +# define ERR_LIB_RSA             4
    +# define ERR_LIB_DH              5
    +# define ERR_LIB_EVP             6
    +# define ERR_LIB_BUF             7
    +# define ERR_LIB_OBJ             8
    +# define ERR_LIB_PEM             9
    +# define ERR_LIB_DSA             10
    +# define ERR_LIB_X509            11
     /* #define ERR_LIB_METH         12 */
    -#define ERR_LIB_ASN1		13
    -#define ERR_LIB_CONF		14
    -#define ERR_LIB_CRYPTO		15
    -#define ERR_LIB_EC		16
    -#define ERR_LIB_SSL		20
    +# define ERR_LIB_ASN1            13
    +# define ERR_LIB_CONF            14
    +# define ERR_LIB_CRYPTO          15
    +# define ERR_LIB_EC              16
    +# define ERR_LIB_SSL             20
     /* #define ERR_LIB_SSL23        21 */
     /* #define ERR_LIB_SSL2         22 */
     /* #define ERR_LIB_SSL3         23 */
     /* #define ERR_LIB_RSAREF       30 */
     /* #define ERR_LIB_PROXY        31 */
    -#define ERR_LIB_BIO		32
    -#define ERR_LIB_PKCS7		33
    -#define ERR_LIB_X509V3		34
    -#define ERR_LIB_PKCS12		35
    -#define ERR_LIB_RAND		36
    -#define ERR_LIB_DSO		37
    -#define ERR_LIB_ENGINE		38
    -#define ERR_LIB_OCSP            39
    -#define ERR_LIB_UI              40
    -#define ERR_LIB_COMP            41
    -#define ERR_LIB_ECDSA		42
    -#define ERR_LIB_ECDH		43
    -#define ERR_LIB_STORE           44
    -#define ERR_LIB_FIPS		45
    -#define ERR_LIB_CMS		46
    -#define ERR_LIB_TS		47
    -#define ERR_LIB_HMAC		48
    -#define ERR_LIB_JPAKE		49
    -
    -#define ERR_LIB_USER		128
    -
    -#define SYSerr(f,r)  ERR_PUT_error(ERR_LIB_SYS,(f),(r),__FILE__,__LINE__)
    -#define BNerr(f,r)   ERR_PUT_error(ERR_LIB_BN,(f),(r),__FILE__,__LINE__)
    -#define RSAerr(f,r)  ERR_PUT_error(ERR_LIB_RSA,(f),(r),__FILE__,__LINE__)
    -#define DHerr(f,r)   ERR_PUT_error(ERR_LIB_DH,(f),(r),__FILE__,__LINE__)
    -#define EVPerr(f,r)  ERR_PUT_error(ERR_LIB_EVP,(f),(r),__FILE__,__LINE__)
    -#define BUFerr(f,r)  ERR_PUT_error(ERR_LIB_BUF,(f),(r),__FILE__,__LINE__)
    -#define OBJerr(f,r)  ERR_PUT_error(ERR_LIB_OBJ,(f),(r),__FILE__,__LINE__)
    -#define PEMerr(f,r)  ERR_PUT_error(ERR_LIB_PEM,(f),(r),__FILE__,__LINE__)
    -#define DSAerr(f,r)  ERR_PUT_error(ERR_LIB_DSA,(f),(r),__FILE__,__LINE__)
    -#define X509err(f,r) ERR_PUT_error(ERR_LIB_X509,(f),(r),__FILE__,__LINE__)
    -#define ASN1err(f,r) ERR_PUT_error(ERR_LIB_ASN1,(f),(r),__FILE__,__LINE__)
    -#define CONFerr(f,r) ERR_PUT_error(ERR_LIB_CONF,(f),(r),__FILE__,__LINE__)
    -#define CRYPTOerr(f,r) ERR_PUT_error(ERR_LIB_CRYPTO,(f),(r),__FILE__,__LINE__)
    -#define ECerr(f,r)   ERR_PUT_error(ERR_LIB_EC,(f),(r),__FILE__,__LINE__)
    -#define SSLerr(f,r)  ERR_PUT_error(ERR_LIB_SSL,(f),(r),__FILE__,__LINE__)
    -#define BIOerr(f,r)  ERR_PUT_error(ERR_LIB_BIO,(f),(r),__FILE__,__LINE__)
    -#define PKCS7err(f,r) ERR_PUT_error(ERR_LIB_PKCS7,(f),(r),__FILE__,__LINE__)
    -#define X509V3err(f,r) ERR_PUT_error(ERR_LIB_X509V3,(f),(r),__FILE__,__LINE__)
    -#define PKCS12err(f,r) ERR_PUT_error(ERR_LIB_PKCS12,(f),(r),__FILE__,__LINE__)
    -#define RANDerr(f,r) ERR_PUT_error(ERR_LIB_RAND,(f),(r),__FILE__,__LINE__)
    -#define DSOerr(f,r) ERR_PUT_error(ERR_LIB_DSO,(f),(r),__FILE__,__LINE__)
    -#define ENGINEerr(f,r) ERR_PUT_error(ERR_LIB_ENGINE,(f),(r),__FILE__,__LINE__)
    -#define OCSPerr(f,r) ERR_PUT_error(ERR_LIB_OCSP,(f),(r),__FILE__,__LINE__)
    -#define UIerr(f,r) ERR_PUT_error(ERR_LIB_UI,(f),(r),__FILE__,__LINE__)
    -#define COMPerr(f,r) ERR_PUT_error(ERR_LIB_COMP,(f),(r),__FILE__,__LINE__)
    -#define ECDSAerr(f,r)  ERR_PUT_error(ERR_LIB_ECDSA,(f),(r),__FILE__,__LINE__)
    -#define ECDHerr(f,r)  ERR_PUT_error(ERR_LIB_ECDH,(f),(r),__FILE__,__LINE__)
    -#define STOREerr(f,r) ERR_PUT_error(ERR_LIB_STORE,(f),(r),__FILE__,__LINE__)
    -#define FIPSerr(f,r) ERR_PUT_error(ERR_LIB_FIPS,(f),(r),__FILE__,__LINE__)
    -#define CMSerr(f,r) ERR_PUT_error(ERR_LIB_CMS,(f),(r),__FILE__,__LINE__)
    -#define TSerr(f,r) ERR_PUT_error(ERR_LIB_TS,(f),(r),__FILE__,__LINE__)
    -#define HMACerr(f,r) ERR_PUT_error(ERR_LIB_HMAC,(f),(r),__FILE__,__LINE__)
    -#define JPAKEerr(f,r) ERR_PUT_error(ERR_LIB_JPAKE,(f),(r),__FILE__,__LINE__)
    -
    -/* Borland C seems too stupid to be able to shift and do longs in
    - * the pre-processor :-( */
    -#define ERR_PACK(l,f,r)		(((((unsigned long)l)&0xffL)*0x1000000)| \
    -				((((unsigned long)f)&0xfffL)*0x1000)| \
    -				((((unsigned long)r)&0xfffL)))
    -#define ERR_GET_LIB(l)		(int)((((unsigned long)l)>>24L)&0xffL)
    -#define ERR_GET_FUNC(l)		(int)((((unsigned long)l)>>12L)&0xfffL)
    -#define ERR_GET_REASON(l)	(int)((l)&0xfffL)
    -#define ERR_FATAL_ERROR(l)	(int)((l)&ERR_R_FATAL)
    -
    +# define ERR_LIB_BIO             32
    +# define ERR_LIB_PKCS7           33
    +# define ERR_LIB_X509V3          34
    +# define ERR_LIB_PKCS12          35
    +# define ERR_LIB_RAND            36
    +# define ERR_LIB_DSO             37
    +# define ERR_LIB_ENGINE          38
    +# define ERR_LIB_OCSP            39
    +# define ERR_LIB_UI              40
    +# define ERR_LIB_COMP            41
    +# define ERR_LIB_ECDSA           42
    +# define ERR_LIB_ECDH            43
    +# define ERR_LIB_STORE           44
    +# define ERR_LIB_FIPS            45
    +# define ERR_LIB_CMS             46
    +# define ERR_LIB_TS              47
    +# define ERR_LIB_HMAC            48
    +# define ERR_LIB_JPAKE           49
    +
    +# define ERR_LIB_USER            128
    +
    +# define SYSerr(f,r)  ERR_PUT_error(ERR_LIB_SYS,(f),(r),__FILE__,__LINE__)
    +# define BNerr(f,r)   ERR_PUT_error(ERR_LIB_BN,(f),(r),__FILE__,__LINE__)
    +# define RSAerr(f,r)  ERR_PUT_error(ERR_LIB_RSA,(f),(r),__FILE__,__LINE__)
    +# define DHerr(f,r)   ERR_PUT_error(ERR_LIB_DH,(f),(r),__FILE__,__LINE__)
    +# define EVPerr(f,r)  ERR_PUT_error(ERR_LIB_EVP,(f),(r),__FILE__,__LINE__)
    +# define BUFerr(f,r)  ERR_PUT_error(ERR_LIB_BUF,(f),(r),__FILE__,__LINE__)
    +# define OBJerr(f,r)  ERR_PUT_error(ERR_LIB_OBJ,(f),(r),__FILE__,__LINE__)
    +# define PEMerr(f,r)  ERR_PUT_error(ERR_LIB_PEM,(f),(r),__FILE__,__LINE__)
    +# define DSAerr(f,r)  ERR_PUT_error(ERR_LIB_DSA,(f),(r),__FILE__,__LINE__)
    +# define X509err(f,r) ERR_PUT_error(ERR_LIB_X509,(f),(r),__FILE__,__LINE__)
    +# define ASN1err(f,r) ERR_PUT_error(ERR_LIB_ASN1,(f),(r),__FILE__,__LINE__)
    +# define CONFerr(f,r) ERR_PUT_error(ERR_LIB_CONF,(f),(r),__FILE__,__LINE__)
    +# define CRYPTOerr(f,r) ERR_PUT_error(ERR_LIB_CRYPTO,(f),(r),__FILE__,__LINE__)
    +# define ECerr(f,r)   ERR_PUT_error(ERR_LIB_EC,(f),(r),__FILE__,__LINE__)
    +# define SSLerr(f,r)  ERR_PUT_error(ERR_LIB_SSL,(f),(r),__FILE__,__LINE__)
    +# define BIOerr(f,r)  ERR_PUT_error(ERR_LIB_BIO,(f),(r),__FILE__,__LINE__)
    +# define PKCS7err(f,r) ERR_PUT_error(ERR_LIB_PKCS7,(f),(r),__FILE__,__LINE__)
    +# define X509V3err(f,r) ERR_PUT_error(ERR_LIB_X509V3,(f),(r),__FILE__,__LINE__)
    +# define PKCS12err(f,r) ERR_PUT_error(ERR_LIB_PKCS12,(f),(r),__FILE__,__LINE__)
    +# define RANDerr(f,r) ERR_PUT_error(ERR_LIB_RAND,(f),(r),__FILE__,__LINE__)
    +# define DSOerr(f,r) ERR_PUT_error(ERR_LIB_DSO,(f),(r),__FILE__,__LINE__)
    +# define ENGINEerr(f,r) ERR_PUT_error(ERR_LIB_ENGINE,(f),(r),__FILE__,__LINE__)
    +# define OCSPerr(f,r) ERR_PUT_error(ERR_LIB_OCSP,(f),(r),__FILE__,__LINE__)
    +# define UIerr(f,r) ERR_PUT_error(ERR_LIB_UI,(f),(r),__FILE__,__LINE__)
    +# define COMPerr(f,r) ERR_PUT_error(ERR_LIB_COMP,(f),(r),__FILE__,__LINE__)
    +# define ECDSAerr(f,r)  ERR_PUT_error(ERR_LIB_ECDSA,(f),(r),__FILE__,__LINE__)
    +# define ECDHerr(f,r)  ERR_PUT_error(ERR_LIB_ECDH,(f),(r),__FILE__,__LINE__)
    +# define STOREerr(f,r) ERR_PUT_error(ERR_LIB_STORE,(f),(r),__FILE__,__LINE__)
    +# define FIPSerr(f,r) ERR_PUT_error(ERR_LIB_FIPS,(f),(r),__FILE__,__LINE__)
    +# define CMSerr(f,r) ERR_PUT_error(ERR_LIB_CMS,(f),(r),__FILE__,__LINE__)
    +# define TSerr(f,r) ERR_PUT_error(ERR_LIB_TS,(f),(r),__FILE__,__LINE__)
    +# define HMACerr(f,r) ERR_PUT_error(ERR_LIB_HMAC,(f),(r),__FILE__,__LINE__)
    +# define JPAKEerr(f,r) ERR_PUT_error(ERR_LIB_JPAKE,(f),(r),__FILE__,__LINE__)
    +
    +/*
    + * Borland C seems too stupid to be able to shift and do longs in the
    + * pre-processor :-(
    + */
    +# define ERR_PACK(l,f,r)         (((((unsigned long)l)&0xffL)*0x1000000)| \
    +                                ((((unsigned long)f)&0xfffL)*0x1000)| \
    +                                ((((unsigned long)r)&0xfffL)))
    +# define ERR_GET_LIB(l)          (int)((((unsigned long)l)>>24L)&0xffL)
    +# define ERR_GET_FUNC(l)         (int)((((unsigned long)l)>>12L)&0xfffL)
    +# define ERR_GET_REASON(l)       (int)((l)&0xfffL)
    +# define ERR_FATAL_ERROR(l)      (int)((l)&ERR_R_FATAL)
     
     /* OS functions */
    -#define SYS_F_FOPEN		1
    -#define SYS_F_CONNECT		2
    -#define SYS_F_GETSERVBYNAME	3
    -#define SYS_F_SOCKET		4
    -#define SYS_F_IOCTLSOCKET	5
    -#define SYS_F_BIND		6
    -#define SYS_F_LISTEN		7
    -#define SYS_F_ACCEPT		8
    -#define SYS_F_WSASTARTUP	9 /* Winsock stuff */
    -#define SYS_F_OPENDIR		10
    -#define SYS_F_FREAD		11
    -
    +# define SYS_F_FOPEN             1
    +# define SYS_F_CONNECT           2
    +# define SYS_F_GETSERVBYNAME     3
    +# define SYS_F_SOCKET            4
    +# define SYS_F_IOCTLSOCKET       5
    +# define SYS_F_BIND              6
    +# define SYS_F_LISTEN            7
    +# define SYS_F_ACCEPT            8
    +# define SYS_F_WSASTARTUP        9/* Winsock stuff */
    +# define SYS_F_OPENDIR           10
    +# define SYS_F_FREAD             11
     
     /* reasons */
    -#define ERR_R_SYS_LIB	ERR_LIB_SYS       /* 2 */
    -#define ERR_R_BN_LIB	ERR_LIB_BN        /* 3 */
    -#define ERR_R_RSA_LIB	ERR_LIB_RSA       /* 4 */
    -#define ERR_R_DH_LIB	ERR_LIB_DH        /* 5 */
    -#define ERR_R_EVP_LIB	ERR_LIB_EVP       /* 6 */
    -#define ERR_R_BUF_LIB	ERR_LIB_BUF       /* 7 */
    -#define ERR_R_OBJ_LIB	ERR_LIB_OBJ       /* 8 */
    -#define ERR_R_PEM_LIB	ERR_LIB_PEM       /* 9 */
    -#define ERR_R_DSA_LIB	ERR_LIB_DSA      /* 10 */
    -#define ERR_R_X509_LIB	ERR_LIB_X509     /* 11 */
    -#define ERR_R_ASN1_LIB	ERR_LIB_ASN1     /* 13 */
    -#define ERR_R_CONF_LIB	ERR_LIB_CONF     /* 14 */
    -#define ERR_R_CRYPTO_LIB ERR_LIB_CRYPTO  /* 15 */
    -#define ERR_R_EC_LIB	ERR_LIB_EC       /* 16 */
    -#define ERR_R_SSL_LIB	ERR_LIB_SSL      /* 20 */
    -#define ERR_R_BIO_LIB	ERR_LIB_BIO      /* 32 */
    -#define ERR_R_PKCS7_LIB	ERR_LIB_PKCS7    /* 33 */
    -#define ERR_R_X509V3_LIB ERR_LIB_X509V3  /* 34 */
    -#define ERR_R_PKCS12_LIB ERR_LIB_PKCS12  /* 35 */
    -#define ERR_R_RAND_LIB	ERR_LIB_RAND     /* 36 */
    -#define ERR_R_DSO_LIB	ERR_LIB_DSO      /* 37 */
    -#define ERR_R_ENGINE_LIB ERR_LIB_ENGINE  /* 38 */
    -#define ERR_R_OCSP_LIB  ERR_LIB_OCSP     /* 39 */
    -#define ERR_R_UI_LIB    ERR_LIB_UI       /* 40 */
    -#define ERR_R_COMP_LIB	ERR_LIB_COMP     /* 41 */
    -#define ERR_R_ECDSA_LIB ERR_LIB_ECDSA	 /* 42 */
    -#define ERR_R_ECDH_LIB  ERR_LIB_ECDH	 /* 43 */
    -#define ERR_R_STORE_LIB ERR_LIB_STORE    /* 44 */
    -#define ERR_R_TS_LIB	ERR_LIB_TS       /* 45 */
    -
    -#define ERR_R_NESTED_ASN1_ERROR			58
    -#define ERR_R_BAD_ASN1_OBJECT_HEADER		59
    -#define ERR_R_BAD_GET_ASN1_OBJECT_CALL		60
    -#define ERR_R_EXPECTING_AN_ASN1_SEQUENCE	61
    -#define ERR_R_ASN1_LENGTH_MISMATCH		62
    -#define ERR_R_MISSING_ASN1_EOS			63
    +# define ERR_R_SYS_LIB   ERR_LIB_SYS/* 2 */
    +# define ERR_R_BN_LIB    ERR_LIB_BN/* 3 */
    +# define ERR_R_RSA_LIB   ERR_LIB_RSA/* 4 */
    +# define ERR_R_DH_LIB    ERR_LIB_DH/* 5 */
    +# define ERR_R_EVP_LIB   ERR_LIB_EVP/* 6 */
    +# define ERR_R_BUF_LIB   ERR_LIB_BUF/* 7 */
    +# define ERR_R_OBJ_LIB   ERR_LIB_OBJ/* 8 */
    +# define ERR_R_PEM_LIB   ERR_LIB_PEM/* 9 */
    +# define ERR_R_DSA_LIB   ERR_LIB_DSA/* 10 */
    +# define ERR_R_X509_LIB  ERR_LIB_X509/* 11 */
    +# define ERR_R_ASN1_LIB  ERR_LIB_ASN1/* 13 */
    +# define ERR_R_CONF_LIB  ERR_LIB_CONF/* 14 */
    +# define ERR_R_CRYPTO_LIB ERR_LIB_CRYPTO/* 15 */
    +# define ERR_R_EC_LIB    ERR_LIB_EC/* 16 */
    +# define ERR_R_SSL_LIB   ERR_LIB_SSL/* 20 */
    +# define ERR_R_BIO_LIB   ERR_LIB_BIO/* 32 */
    +# define ERR_R_PKCS7_LIB ERR_LIB_PKCS7/* 33 */
    +# define ERR_R_X509V3_LIB ERR_LIB_X509V3/* 34 */
    +# define ERR_R_PKCS12_LIB ERR_LIB_PKCS12/* 35 */
    +# define ERR_R_RAND_LIB  ERR_LIB_RAND/* 36 */
    +# define ERR_R_DSO_LIB   ERR_LIB_DSO/* 37 */
    +# define ERR_R_ENGINE_LIB ERR_LIB_ENGINE/* 38 */
    +# define ERR_R_OCSP_LIB  ERR_LIB_OCSP/* 39 */
    +# define ERR_R_UI_LIB    ERR_LIB_UI/* 40 */
    +# define ERR_R_COMP_LIB  ERR_LIB_COMP/* 41 */
    +# define ERR_R_ECDSA_LIB ERR_LIB_ECDSA/* 42 */
    +# define ERR_R_ECDH_LIB  ERR_LIB_ECDH/* 43 */
    +# define ERR_R_STORE_LIB ERR_LIB_STORE/* 44 */
    +# define ERR_R_TS_LIB    ERR_LIB_TS/* 45 */
    +
    +# define ERR_R_NESTED_ASN1_ERROR                 58
    +# define ERR_R_BAD_ASN1_OBJECT_HEADER            59
    +# define ERR_R_BAD_GET_ASN1_OBJECT_CALL          60
    +# define ERR_R_EXPECTING_AN_ASN1_SEQUENCE        61
    +# define ERR_R_ASN1_LENGTH_MISMATCH              62
    +# define ERR_R_MISSING_ASN1_EOS                  63
     
     /* fatal error */
    -#define ERR_R_FATAL				64
    -#define	ERR_R_MALLOC_FAILURE			(1|ERR_R_FATAL)
    -#define	ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED	(2|ERR_R_FATAL)
    -#define	ERR_R_PASSED_NULL_PARAMETER		(3|ERR_R_FATAL)
    -#define	ERR_R_INTERNAL_ERROR			(4|ERR_R_FATAL)
    -#define	ERR_R_DISABLED				(5|ERR_R_FATAL)
    -
    -/* 99 is the maximum possible ERR_R_... code, higher values
    - * are reserved for the individual libraries */
    -
    +# define ERR_R_FATAL                             64
    +# define ERR_R_MALLOC_FAILURE                    (1|ERR_R_FATAL)
    +# define ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED       (2|ERR_R_FATAL)
    +# define ERR_R_PASSED_NULL_PARAMETER             (3|ERR_R_FATAL)
    +# define ERR_R_INTERNAL_ERROR                    (4|ERR_R_FATAL)
    +# define ERR_R_DISABLED                          (5|ERR_R_FATAL)
    +
    +/*
    + * 99 is the maximum possible ERR_R_... code, higher values are reserved for
    + * the individual libraries
    + */
     
    -typedef struct ERR_string_data_st
    -	{
    -	unsigned long error;
    -	const char *string;
    -	} ERR_STRING_DATA;
    +typedef struct ERR_string_data_st {
    +    unsigned long error;
    +    const char *string;
    +} ERR_STRING_DATA;
     
    -void ERR_put_error(int lib, int func,int reason,const char *file,int line);
    -void ERR_set_error_data(char *data,int flags);
    +void ERR_put_error(int lib, int func, int reason, const char *file, int line);
    +void ERR_set_error_data(char *data, int flags);
     
     unsigned long ERR_get_error(void);
    -unsigned long ERR_get_error_line(const char **file,int *line);
    -unsigned long ERR_get_error_line_data(const char **file,int *line,
    -				      const char **data, int *flags);
    +unsigned long ERR_get_error_line(const char **file, int *line);
    +unsigned long ERR_get_error_line_data(const char **file, int *line,
    +                                      const char **data, int *flags);
     unsigned long ERR_peek_error(void);
    -unsigned long ERR_peek_error_line(const char **file,int *line);
    -unsigned long ERR_peek_error_line_data(const char **file,int *line,
    -				       const char **data,int *flags);
    +unsigned long ERR_peek_error_line(const char **file, int *line);
    +unsigned long ERR_peek_error_line_data(const char **file, int *line,
    +                                       const char **data, int *flags);
     unsigned long ERR_peek_last_error(void);
    -unsigned long ERR_peek_last_error_line(const char **file,int *line);
    -unsigned long ERR_peek_last_error_line_data(const char **file,int *line,
    -				       const char **data,int *flags);
    -void ERR_clear_error(void );
    -char *ERR_error_string(unsigned long e,char *buf);
    +unsigned long ERR_peek_last_error_line(const char **file, int *line);
    +unsigned long ERR_peek_last_error_line_data(const char **file, int *line,
    +                                            const char **data, int *flags);
    +void ERR_clear_error(void);
    +char *ERR_error_string(unsigned long e, char *buf);
     void ERR_error_string_n(unsigned long e, char *buf, size_t len);
     const char *ERR_lib_error_string(unsigned long e);
     const char *ERR_func_error_string(unsigned long e);
     const char *ERR_reason_error_string(unsigned long e);
    -void ERR_print_errors_cb(int (*cb)(const char *str, size_t len, void *u),
    -			 void *u);
    -#ifndef OPENSSL_NO_FP_API
    +void ERR_print_errors_cb(int (*cb) (const char *str, size_t len, void *u),
    +                         void *u);
    +# ifndef OPENSSL_NO_FP_API
     void ERR_print_errors_fp(FILE *fp);
    -#endif
    -#ifndef OPENSSL_NO_BIO
    +# endif
    +# ifndef OPENSSL_NO_BIO
     void ERR_print_errors(BIO *bp);
    -#endif
    +# endif
     void ERR_add_error_data(int num, ...);
     void ERR_add_error_vdata(int num, va_list args);
    -void ERR_load_strings(int lib,ERR_STRING_DATA str[]);
    -void ERR_unload_strings(int lib,ERR_STRING_DATA str[]);
    +void ERR_load_strings(int lib, ERR_STRING_DATA str[]);
    +void ERR_unload_strings(int lib, ERR_STRING_DATA str[]);
     void ERR_load_ERR_strings(void);
     void ERR_load_crypto_strings(void);
     void ERR_free_strings(void);
     
     void ERR_remove_thread_state(const CRYPTO_THREADID *tid);
    -#ifndef OPENSSL_NO_DEPRECATED
    +# ifndef OPENSSL_NO_DEPRECATED
     void ERR_remove_state(unsigned long pid); /* if zero we look it up */
    -#endif
    +# endif
     ERR_STATE *ERR_get_state(void);
     
    -#ifndef OPENSSL_NO_LHASH
    +# ifndef OPENSSL_NO_LHASH
     LHASH_OF(ERR_STRING_DATA) *ERR_get_string_table(void);
     LHASH_OF(ERR_STATE) *ERR_get_err_state_table(void);
     void ERR_release_err_state_table(LHASH_OF(ERR_STATE) **hash);
    -#endif
    +# endif
     
     int ERR_get_next_error_library(void);
     
    @@ -372,14 +371,18 @@ int ERR_pop_to_mark(void);
     
     /* Already defined in ossl_typ.h */
     /* typedef struct st_ERR_FNS ERR_FNS; */
    -/* An application can use this function and provide the return value to loaded
    - * modules that should use the application's ERR state/functionality */
    +/*
    + * An application can use this function and provide the return value to
    + * loaded modules that should use the application's ERR state/functionality
    + */
     const ERR_FNS *ERR_get_implementation(void);
    -/* A loaded module should call this function prior to any ERR operations using
    - * the application's "ERR_FNS". */
    +/*
    + * A loaded module should call this function prior to any ERR operations
    + * using the application's "ERR_FNS".
    + */
     int ERR_set_implementation(const ERR_FNS *fns);
     
    -#ifdef	__cplusplus
    +#ifdef  __cplusplus
     }
     #endif
     
    diff --git a/openssl/crypto/err/err_all.c b/openssl/crypto/err/err_all.c
    index 8eb547d98..d7575a7ef 100644
    --- a/openssl/crypto/err/err_all.c
    +++ b/openssl/crypto/err/err_all.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,27 +60,27 @@
     #include 
     #include 
     #ifndef OPENSSL_NO_EC
    -#include 
    +# include 
     #endif
     #include 
     #include 
     #ifndef OPENSSL_NO_COMP
    -#include 
    +# include 
     #endif
     #ifndef OPENSSL_NO_RSA
    -#include 
    +# include 
     #endif
     #ifndef OPENSSL_NO_DH
    -#include 
    +# include 
     #endif
     #ifndef OPENSSL_NO_DSA
    -#include 
    +# include 
     #endif
     #ifndef OPENSSL_NO_ECDSA
    -#include 
    +# include 
     #endif
     #ifndef OPENSSL_NO_ECDH
    -#include 
    +# include 
     #endif
     #include 
     #include 
    @@ -92,77 +92,77 @@
     #include 
     #include 
     #ifndef OPENSSL_NO_ENGINE
    -#include 
    +# include 
     #endif
     #include 
     #include 
     #include 
     #ifdef OPENSSL_FIPS
    -#include 
    +# include 
     #endif
     #include 
     #ifndef OPENSSL_NO_CMS
    -#include 
    +# include 
     #endif
     #ifndef OPENSSL_NO_JPAKE
    -#include 
    +# include 
     #endif
     
     void ERR_load_crypto_strings(void)
    -	{
    +{
     #ifndef OPENSSL_NO_ERR
    -	ERR_load_ERR_strings(); /* include error strings for SYSerr */
    -	ERR_load_BN_strings();
    -#ifndef OPENSSL_NO_RSA
    -	ERR_load_RSA_strings();
    -#endif
    -#ifndef OPENSSL_NO_DH
    -	ERR_load_DH_strings();
    -#endif
    -	ERR_load_EVP_strings();
    -	ERR_load_BUF_strings();
    -	ERR_load_OBJ_strings();
    -	ERR_load_PEM_strings();
    -#ifndef OPENSSL_NO_DSA
    -	ERR_load_DSA_strings();
    -#endif
    -	ERR_load_X509_strings();
    -	ERR_load_ASN1_strings();
    -	ERR_load_CONF_strings();
    -	ERR_load_CRYPTO_strings();
    -#ifndef OPENSSL_NO_COMP
    -	ERR_load_COMP_strings();
    -#endif
    -#ifndef OPENSSL_NO_EC
    -	ERR_load_EC_strings();
    -#endif
    -#ifndef OPENSSL_NO_ECDSA
    -	ERR_load_ECDSA_strings();
    -#endif
    -#ifndef OPENSSL_NO_ECDH
    -	ERR_load_ECDH_strings();
    -#endif
    -	/* skip ERR_load_SSL_strings() because it is not in this library */
    -	ERR_load_BIO_strings();
    -	ERR_load_PKCS7_strings();	
    -	ERR_load_X509V3_strings();
    -	ERR_load_PKCS12_strings();
    -	ERR_load_RAND_strings();
    -	ERR_load_DSO_strings();
    -	ERR_load_TS_strings();
    -#ifndef OPENSSL_NO_ENGINE
    -	ERR_load_ENGINE_strings();
    -#endif
    -	ERR_load_OCSP_strings();
    -	ERR_load_UI_strings();
    -#ifdef OPENSSL_FIPS
    -	ERR_load_FIPS_strings();
    -#endif
    -#ifndef OPENSSL_NO_CMS
    -	ERR_load_CMS_strings();
    -#endif
    -#ifndef OPENSSL_NO_JPAKE
    -	ERR_load_JPAKE_strings();
    -#endif
    -#endif
    -	}
    +    ERR_load_ERR_strings();     /* include error strings for SYSerr */
    +    ERR_load_BN_strings();
    +# ifndef OPENSSL_NO_RSA
    +    ERR_load_RSA_strings();
    +# endif
    +# ifndef OPENSSL_NO_DH
    +    ERR_load_DH_strings();
    +# endif
    +    ERR_load_EVP_strings();
    +    ERR_load_BUF_strings();
    +    ERR_load_OBJ_strings();
    +    ERR_load_PEM_strings();
    +# ifndef OPENSSL_NO_DSA
    +    ERR_load_DSA_strings();
    +# endif
    +    ERR_load_X509_strings();
    +    ERR_load_ASN1_strings();
    +    ERR_load_CONF_strings();
    +    ERR_load_CRYPTO_strings();
    +# ifndef OPENSSL_NO_COMP
    +    ERR_load_COMP_strings();
    +# endif
    +# ifndef OPENSSL_NO_EC
    +    ERR_load_EC_strings();
    +# endif
    +# ifndef OPENSSL_NO_ECDSA
    +    ERR_load_ECDSA_strings();
    +# endif
    +# ifndef OPENSSL_NO_ECDH
    +    ERR_load_ECDH_strings();
    +# endif
    +    /* skip ERR_load_SSL_strings() because it is not in this library */
    +    ERR_load_BIO_strings();
    +    ERR_load_PKCS7_strings();
    +    ERR_load_X509V3_strings();
    +    ERR_load_PKCS12_strings();
    +    ERR_load_RAND_strings();
    +    ERR_load_DSO_strings();
    +    ERR_load_TS_strings();
    +# ifndef OPENSSL_NO_ENGINE
    +    ERR_load_ENGINE_strings();
    +# endif
    +    ERR_load_OCSP_strings();
    +    ERR_load_UI_strings();
    +# ifdef OPENSSL_FIPS
    +    ERR_load_FIPS_strings();
    +# endif
    +# ifndef OPENSSL_NO_CMS
    +    ERR_load_CMS_strings();
    +# endif
    +# ifndef OPENSSL_NO_JPAKE
    +    ERR_load_JPAKE_strings();
    +# endif
    +#endif
    +}
    diff --git a/openssl/crypto/err/err_prn.c b/openssl/crypto/err/err_prn.c
    index a0168ac8e..6e352effe 100644
    --- a/openssl/crypto/err/err_prn.c
    +++ b/openssl/crypto/err/err_prn.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,52 +63,51 @@
     #include 
     #include 
     
    -void ERR_print_errors_cb(int (*cb)(const char *str, size_t len, void *u),
    -			 void *u)
    -	{
    -	unsigned long l;
    -	char buf[256];
    -	char buf2[4096];
    -	const char *file,*data;
    -	int line,flags;
    -	unsigned long es;
    -	CRYPTO_THREADID cur;
    +void ERR_print_errors_cb(int (*cb) (const char *str, size_t len, void *u),
    +                         void *u)
    +{
    +    unsigned long l;
    +    char buf[256];
    +    char buf2[4096];
    +    const char *file, *data;
    +    int line, flags;
    +    unsigned long es;
    +    CRYPTO_THREADID cur;
     
    -	CRYPTO_THREADID_current(&cur);
    -	es=CRYPTO_THREADID_hash(&cur);
    -	while ((l=ERR_get_error_line_data(&file,&line,&data,&flags)) != 0)
    -		{
    -		ERR_error_string_n(l, buf, sizeof buf);
    -		BIO_snprintf(buf2, sizeof(buf2), "%lu:%s:%s:%d:%s\n", es, buf,
    -			file, line, (flags & ERR_TXT_STRING) ? data : "");
    -		if (cb(buf2, strlen(buf2), u) <= 0)
    -			break; /* abort outputting the error report */
    -		}
    -	}
    +    CRYPTO_THREADID_current(&cur);
    +    es = CRYPTO_THREADID_hash(&cur);
    +    while ((l = ERR_get_error_line_data(&file, &line, &data, &flags)) != 0) {
    +        ERR_error_string_n(l, buf, sizeof buf);
    +        BIO_snprintf(buf2, sizeof(buf2), "%lu:%s:%s:%d:%s\n", es, buf,
    +                     file, line, (flags & ERR_TXT_STRING) ? data : "");
    +        if (cb(buf2, strlen(buf2), u) <= 0)
    +            break;              /* abort outputting the error report */
    +    }
    +}
     
     #ifndef OPENSSL_NO_FP_API
     static int print_fp(const char *str, size_t len, void *fp)
    -	{
    -	BIO bio;
    +{
    +    BIO bio;
    +
    +    BIO_set(&bio, BIO_s_file());
    +    BIO_set_fp(&bio, fp, BIO_NOCLOSE);
     
    -	BIO_set(&bio,BIO_s_file());
    -	BIO_set_fp(&bio,fp,BIO_NOCLOSE);
    +    return BIO_printf(&bio, "%s", str);
    +}
     
    -	return BIO_printf(&bio, "%s", str);
    -	}
     void ERR_print_errors_fp(FILE *fp)
    -	{
    -	ERR_print_errors_cb(print_fp, fp);
    -	}
    +{
    +    ERR_print_errors_cb(print_fp, fp);
    +}
     #endif
     
     static int print_bio(const char *str, size_t len, void *bp)
    -	{
    -	return BIO_write((BIO *)bp, str, len);
    -	}
    -void ERR_print_errors(BIO *bp)
    -	{
    -	ERR_print_errors_cb(print_bio, bp);
    -	}
    +{
    +    return BIO_write((BIO *)bp, str, len);
    +}
     
    -	
    +void ERR_print_errors(BIO *bp)
    +{
    +    ERR_print_errors_cb(print_bio, bp);
    +}
    diff --git a/openssl/crypto/err/openssl.ec b/openssl/crypto/err/openssl.ec
    index bafbc35d3..139afe323 100644
    --- a/openssl/crypto/err/openssl.ec
    +++ b/openssl/crypto/err/openssl.ec
    @@ -41,6 +41,7 @@ L NONE		crypto/x509/x509_vfy.h		NONE
     L NONE		crypto/ec/ec_lcl.h		NONE
     L NONE		crypto/asn1/asn_lcl.h		NONE
     L NONE		crypto/cms/cms_lcl.h		NONE
    +L NONE		ssl/ssl_locl.h			NONE
     
     
     F RSAREF_F_RSA_BN2BIN
    diff --git a/openssl/crypto/evp/Makefile b/openssl/crypto/evp/Makefile
    index fa25bff6b..30590d56b 100644
    --- a/openssl/crypto/evp/Makefile
    +++ b/openssl/crypto/evp/Makefile
    @@ -28,8 +28,8 @@ LIBSRC= encode.c digest.c evp_enc.c evp_key.c evp_acnf.c evp_cnf.c \
     	bio_md.c bio_b64.c bio_enc.c evp_err.c e_null.c \
     	c_all.c c_allc.c c_alld.c evp_lib.c bio_ok.c \
     	evp_pkey.c evp_pbe.c p5_crpt.c p5_crpt2.c \
    -	e_old.c pmeth_lib.c pmeth_fn.c pmeth_gn.c m_sigver.c evp_fips.c	\
    -	e_aes_cbc_hmac_sha1.c e_rc4_hmac_md5.c
    +	e_old.c pmeth_lib.c pmeth_fn.c pmeth_gn.c m_sigver.c \
    +	e_aes_cbc_hmac_sha1.c e_aes_cbc_hmac_sha256.c e_rc4_hmac_md5.c
     
     LIBOBJ=	encode.o digest.o evp_enc.o evp_key.o evp_acnf.o evp_cnf.o \
     	e_des.o e_bf.o e_idea.o e_des3.o e_camellia.o\
    @@ -41,8 +41,8 @@ LIBOBJ=	encode.o digest.o evp_enc.o evp_key.o evp_acnf.o evp_cnf.o \
     	bio_md.o bio_b64.o bio_enc.o evp_err.o e_null.o \
     	c_all.o c_allc.o c_alld.o evp_lib.o bio_ok.o \
     	evp_pkey.o evp_pbe.o p5_crpt.o p5_crpt2.o \
    -	e_old.o pmeth_lib.o pmeth_fn.o pmeth_gn.o m_sigver.o evp_fips.o \
    -	e_aes_cbc_hmac_sha1.o e_rc4_hmac_md5.o
    +	e_old.o pmeth_lib.o pmeth_fn.o pmeth_gn.o m_sigver.o \
    +	e_aes_cbc_hmac_sha1.o e_aes_cbc_hmac_sha256.o e_rc4_hmac_md5.o
     
     SRC= $(LIBSRC)
     
    @@ -202,16 +202,36 @@ e_aes_cbc_hmac_sha1.o: ../../include/openssl/bio.h
     e_aes_cbc_hmac_sha1.o: ../../include/openssl/crypto.h
     e_aes_cbc_hmac_sha1.o: ../../include/openssl/e_os2.h
     e_aes_cbc_hmac_sha1.o: ../../include/openssl/evp.h
    +e_aes_cbc_hmac_sha1.o: ../../include/openssl/modes.h
     e_aes_cbc_hmac_sha1.o: ../../include/openssl/obj_mac.h
     e_aes_cbc_hmac_sha1.o: ../../include/openssl/objects.h
     e_aes_cbc_hmac_sha1.o: ../../include/openssl/opensslconf.h
     e_aes_cbc_hmac_sha1.o: ../../include/openssl/opensslv.h
     e_aes_cbc_hmac_sha1.o: ../../include/openssl/ossl_typ.h
    +e_aes_cbc_hmac_sha1.o: ../../include/openssl/rand.h
     e_aes_cbc_hmac_sha1.o: ../../include/openssl/safestack.h
     e_aes_cbc_hmac_sha1.o: ../../include/openssl/sha.h
     e_aes_cbc_hmac_sha1.o: ../../include/openssl/stack.h
    -e_aes_cbc_hmac_sha1.o: ../../include/openssl/symhacks.h e_aes_cbc_hmac_sha1.c
    -e_aes_cbc_hmac_sha1.o: evp_locl.h
    +e_aes_cbc_hmac_sha1.o: ../../include/openssl/symhacks.h ../modes/modes_lcl.h
    +e_aes_cbc_hmac_sha1.o: e_aes_cbc_hmac_sha1.c
    +e_aes_cbc_hmac_sha256.o: ../../include/openssl/aes.h
    +e_aes_cbc_hmac_sha256.o: ../../include/openssl/asn1.h
    +e_aes_cbc_hmac_sha256.o: ../../include/openssl/bio.h
    +e_aes_cbc_hmac_sha256.o: ../../include/openssl/crypto.h
    +e_aes_cbc_hmac_sha256.o: ../../include/openssl/e_os2.h
    +e_aes_cbc_hmac_sha256.o: ../../include/openssl/evp.h
    +e_aes_cbc_hmac_sha256.o: ../../include/openssl/modes.h
    +e_aes_cbc_hmac_sha256.o: ../../include/openssl/obj_mac.h
    +e_aes_cbc_hmac_sha256.o: ../../include/openssl/objects.h
    +e_aes_cbc_hmac_sha256.o: ../../include/openssl/opensslconf.h
    +e_aes_cbc_hmac_sha256.o: ../../include/openssl/opensslv.h
    +e_aes_cbc_hmac_sha256.o: ../../include/openssl/ossl_typ.h
    +e_aes_cbc_hmac_sha256.o: ../../include/openssl/rand.h
    +e_aes_cbc_hmac_sha256.o: ../../include/openssl/safestack.h
    +e_aes_cbc_hmac_sha256.o: ../../include/openssl/sha.h
    +e_aes_cbc_hmac_sha256.o: ../../include/openssl/stack.h
    +e_aes_cbc_hmac_sha256.o: ../../include/openssl/symhacks.h ../modes/modes_lcl.h
    +e_aes_cbc_hmac_sha256.o: e_aes_cbc_hmac_sha256.c
     e_bf.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
     e_bf.o: ../../include/openssl/blowfish.h ../../include/openssl/buffer.h
     e_bf.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
    @@ -225,11 +245,13 @@ e_camellia.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
     e_camellia.o: ../../include/openssl/camellia.h ../../include/openssl/crypto.h
     e_camellia.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
     e_camellia.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
    -e_camellia.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
    +e_camellia.o: ../../include/openssl/modes.h ../../include/openssl/obj_mac.h
    +e_camellia.o: ../../include/openssl/objects.h
     e_camellia.o: ../../include/openssl/opensslconf.h
     e_camellia.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
     e_camellia.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
    -e_camellia.o: ../../include/openssl/symhacks.h e_camellia.c evp_locl.h
    +e_camellia.o: ../../include/openssl/symhacks.h ../modes/modes_lcl.h
    +e_camellia.o: e_camellia.c evp_locl.h
     e_cast.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
     e_cast.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
     e_cast.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
    @@ -258,9 +280,10 @@ e_des3.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
     e_des3.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
     e_des3.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
     e_des3.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
    -e_des3.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
    -e_des3.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
    -e_des3.o: ../../include/openssl/ui_compat.h ../cryptlib.h e_des3.c evp_locl.h
    +e_des3.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
    +e_des3.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
    +e_des3.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
    +e_des3.o: ../cryptlib.h e_des3.c evp_locl.h
     e_idea.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
     e_idea.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
     e_idea.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
    @@ -383,7 +406,7 @@ evp_enc.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
     evp_enc.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
     evp_enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
     evp_enc.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
    -evp_enc.o: ../constant_time_locl.h ../cryptlib.h evp_enc.c evp_locl.h
    +evp_enc.o: ../cryptlib.h evp_enc.c evp_locl.h
     evp_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
     evp_err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
     evp_err.o: ../../include/openssl/err.h ../../include/openssl/evp.h
    @@ -392,13 +415,6 @@ evp_err.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
     evp_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
     evp_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
     evp_err.o: ../../include/openssl/symhacks.h evp_err.c
    -evp_fips.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
    -evp_fips.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
    -evp_fips.o: ../../include/openssl/evp.h ../../include/openssl/obj_mac.h
    -evp_fips.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
    -evp_fips.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
    -evp_fips.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
    -evp_fips.o: ../../include/openssl/symhacks.h evp_fips.c
     evp_key.o: ../../e_os.h ../../include/openssl/asn1.h
     evp_key.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
     evp_key.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
    diff --git a/openssl/crypto/evp/bio_b64.c b/openssl/crypto/evp/bio_b64.c
    index 16863fe23..538b52026 100644
    --- a/openssl/crypto/evp/bio_b64.c
    +++ b/openssl/crypto/evp/bio_b64.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -65,535 +65,509 @@
     static int b64_write(BIO *h, const char *buf, int num);
     static int b64_read(BIO *h, char *buf, int size);
     static int b64_puts(BIO *h, const char *str);
    -/*static int b64_gets(BIO *h, char *str, int size); */
    +/*
    + * static int b64_gets(BIO *h, char *str, int size);
    + */
     static long b64_ctrl(BIO *h, int cmd, long arg1, void *arg2);
     static int b64_new(BIO *h);
     static int b64_free(BIO *data);
    -static long b64_callback_ctrl(BIO *h,int cmd,bio_info_cb *fp);
    -#define B64_BLOCK_SIZE	1024
    -#define B64_BLOCK_SIZE2	768
    -#define B64_NONE	0
    -#define B64_ENCODE	1
    -#define B64_DECODE	2
    -
    -typedef struct b64_struct
    -	{
    -	/*BIO *bio; moved to the BIO structure */
    -	int buf_len;
    -	int buf_off;
    -	int tmp_len;		/* used to find the start when decoding */
    -	int tmp_nl;		/* If true, scan until '\n' */
    -	int encode;
    -	int start;		/* have we started decoding yet? */
    -	int cont;		/* <= 0 when finished */
    -	EVP_ENCODE_CTX base64;
    -	char buf[EVP_ENCODE_LENGTH(B64_BLOCK_SIZE)+10];
    -	char tmp[B64_BLOCK_SIZE];
    -	} BIO_B64_CTX;
    -
    -static BIO_METHOD methods_b64=
    -	{
    -	BIO_TYPE_BASE64,"base64 encoding",
    -	b64_write,
    -	b64_read,
    -	b64_puts,
    -	NULL, /* b64_gets, */
    -	b64_ctrl,
    -	b64_new,
    -	b64_free,
    -	b64_callback_ctrl,
    -	};
    +static long b64_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp);
    +#define B64_BLOCK_SIZE  1024
    +#define B64_BLOCK_SIZE2 768
    +#define B64_NONE        0
    +#define B64_ENCODE      1
    +#define B64_DECODE      2
    +
    +typedef struct b64_struct {
    +    /*
    +     * BIO *bio; moved to the BIO structure
    +     */
    +    int buf_len;
    +    int buf_off;
    +    int tmp_len;                /* used to find the start when decoding */
    +    int tmp_nl;                 /* If true, scan until '\n' */
    +    int encode;
    +    int start;                  /* have we started decoding yet? */
    +    int cont;                   /* <= 0 when finished */
    +    EVP_ENCODE_CTX base64;
    +    char buf[EVP_ENCODE_LENGTH(B64_BLOCK_SIZE) + 10];
    +    char tmp[B64_BLOCK_SIZE];
    +} BIO_B64_CTX;
    +
    +static BIO_METHOD methods_b64 = {
    +    BIO_TYPE_BASE64, "base64 encoding",
    +    b64_write,
    +    b64_read,
    +    b64_puts,
    +    NULL,                       /* b64_gets, */
    +    b64_ctrl,
    +    b64_new,
    +    b64_free,
    +    b64_callback_ctrl,
    +};
     
     BIO_METHOD *BIO_f_base64(void)
    -	{
    -	return(&methods_b64);
    -	}
    +{
    +    return (&methods_b64);
    +}
     
     static int b64_new(BIO *bi)
    -	{
    -	BIO_B64_CTX *ctx;
    -
    -	ctx=(BIO_B64_CTX *)OPENSSL_malloc(sizeof(BIO_B64_CTX));
    -	if (ctx == NULL) return(0);
    -
    -	ctx->buf_len=0;
    -	ctx->tmp_len=0;
    -	ctx->tmp_nl=0;
    -	ctx->buf_off=0;
    -	ctx->cont=1;
    -	ctx->start=1;
    -	ctx->encode=0;
    -
    -	bi->init=1;
    -	bi->ptr=(char *)ctx;
    -	bi->flags=0;
    -	bi->num = 0;
    -	return(1);
    -	}
    +{
    +    BIO_B64_CTX *ctx;
    +
    +    ctx = (BIO_B64_CTX *)OPENSSL_malloc(sizeof(BIO_B64_CTX));
    +    if (ctx == NULL)
    +        return (0);
    +
    +    ctx->buf_len = 0;
    +    ctx->tmp_len = 0;
    +    ctx->tmp_nl = 0;
    +    ctx->buf_off = 0;
    +    ctx->cont = 1;
    +    ctx->start = 1;
    +    ctx->encode = 0;
    +
    +    bi->init = 1;
    +    bi->ptr = (char *)ctx;
    +    bi->flags = 0;
    +    bi->num = 0;
    +    return (1);
    +}
     
     static int b64_free(BIO *a)
    -	{
    -	if (a == NULL) return(0);
    -	OPENSSL_free(a->ptr);
    -	a->ptr=NULL;
    -	a->init=0;
    -	a->flags=0;
    -	return(1);
    -	}
    -	
    +{
    +    if (a == NULL)
    +        return (0);
    +    OPENSSL_free(a->ptr);
    +    a->ptr = NULL;
    +    a->init = 0;
    +    a->flags = 0;
    +    return (1);
    +}
    +
     static int b64_read(BIO *b, char *out, int outl)
    -	{
    -	int ret=0,i,ii,j,k,x,n,num,ret_code=0;
    -	BIO_B64_CTX *ctx;
    -	unsigned char *p,*q;
    -
    -	if (out == NULL) return(0);
    -	ctx=(BIO_B64_CTX *)b->ptr;
    -
    -	if ((ctx == NULL) || (b->next_bio == NULL)) return(0);
    -
    -	BIO_clear_retry_flags(b);
    -
    -	if (ctx->encode != B64_DECODE)
    -		{
    -		ctx->encode=B64_DECODE;
    -		ctx->buf_len=0;
    -		ctx->buf_off=0;
    -		ctx->tmp_len=0;
    -		EVP_DecodeInit(&(ctx->base64));
    -		}
    -
    -	/* First check if there are bytes decoded/encoded */
    -	if (ctx->buf_len > 0)
    -		{
    -		OPENSSL_assert(ctx->buf_len >= ctx->buf_off);
    -		i=ctx->buf_len-ctx->buf_off;
    -		if (i > outl) i=outl;
    -		OPENSSL_assert(ctx->buf_off+i < (int)sizeof(ctx->buf));
    -		memcpy(out,&(ctx->buf[ctx->buf_off]),i);
    -		ret=i;
    -		out+=i;
    -		outl-=i;
    -		ctx->buf_off+=i;
    -		if (ctx->buf_len == ctx->buf_off)
    -			{
    -			ctx->buf_len=0;
    -			ctx->buf_off=0;
    -			}
    -		}
    -
    -	/* At this point, we have room of outl bytes and an empty
    -	 * buffer, so we should read in some more. */
    -
    -	ret_code=0;
    -	while (outl > 0)
    -		{
    -		if (ctx->cont <= 0)
    -			break;
    -
    -		i=BIO_read(b->next_bio,&(ctx->tmp[ctx->tmp_len]),
    -			B64_BLOCK_SIZE-ctx->tmp_len);
    -
    -		if (i <= 0)
    -			{
    -			ret_code=i;
    -
    -			/* Should we continue next time we are called? */
    -			if (!BIO_should_retry(b->next_bio))
    -				{
    -				ctx->cont=i;
    -				/* If buffer empty break */
    -				if(ctx->tmp_len == 0)
    -					break;
    -				/* Fall through and process what we have */
    -				else
    -					i = 0;
    -				}
    -			/* else we retry and add more data to buffer */
    -			else
    -				break;
    -			}
    -		i+=ctx->tmp_len;
    -		ctx->tmp_len = i;
    -
    -		/* We need to scan, a line at a time until we
    -		 * have a valid line if we are starting. */
    -		if (ctx->start && (BIO_get_flags(b) & BIO_FLAGS_BASE64_NO_NL))
    -			{
    -			/* ctx->start=1; */
    -			ctx->tmp_len=0;
    -			}
    -		else if (ctx->start)
    -			{
    -			q=p=(unsigned char *)ctx->tmp;
    -			num = 0;
    -			for (j=0; jtmp_nl)
    -					{
    -					p=q;
    -					ctx->tmp_nl=0;
    -					continue;
    -					}
    -
    -				k=EVP_DecodeUpdate(&(ctx->base64),
    -					(unsigned char *)ctx->buf,
    -					&num,p,q-p);
    -				if ((k <= 0) && (num == 0) && (ctx->start))
    -					EVP_DecodeInit(&ctx->base64);
    -				else 
    -					{
    -					if (p != (unsigned char *)
    -						&(ctx->tmp[0]))
    -						{
    -						i-=(p- (unsigned char *)
    -							&(ctx->tmp[0]));
    -						for (x=0; x < i; x++)
    -							ctx->tmp[x]=p[x];
    -						}
    -					EVP_DecodeInit(&ctx->base64);
    -					ctx->start=0;
    -					break;
    -					}
    -				p=q;
    -				}
    -
    -			/* we fell off the end without starting */
    -			if ((j == i) && (num == 0))
    -				{
    -				/* Is this is one long chunk?, if so, keep on
    -				 * reading until a new line. */
    -				if (p == (unsigned char *)&(ctx->tmp[0]))
    -					{
    -					/* Check buffer full */
    -					if (i == B64_BLOCK_SIZE)
    -						{
    -						ctx->tmp_nl=1;
    -						ctx->tmp_len=0;
    -						}
    -					}
    -				else if (p != q) /* finished on a '\n' */
    -					{
    -					n=q-p;
    -					for (ii=0; iitmp[ii]=p[ii];
    -					ctx->tmp_len=n;
    -					}
    -				/* else finished on a '\n' */
    -				continue;
    -				}
    -			else
    -			{
    -				ctx->tmp_len=0;
    -			}
    -		}
    -		else if ((i < B64_BLOCK_SIZE) && (ctx->cont > 0))
    -		{
    -			/* If buffer isn't full and we can retry then
    -			 * restart to read in more data.
    -			 */
    -			continue;
    -		}
    -
    -		if (BIO_get_flags(b) & BIO_FLAGS_BASE64_NO_NL)
    -			{
    -			int z,jj;
    +{
    +    int ret = 0, i, ii, j, k, x, n, num, ret_code = 0;
    +    BIO_B64_CTX *ctx;
    +    unsigned char *p, *q;
    +
    +    if (out == NULL)
    +        return (0);
    +    ctx = (BIO_B64_CTX *)b->ptr;
    +
    +    if ((ctx == NULL) || (b->next_bio == NULL))
    +        return (0);
    +
    +    BIO_clear_retry_flags(b);
    +
    +    if (ctx->encode != B64_DECODE) {
    +        ctx->encode = B64_DECODE;
    +        ctx->buf_len = 0;
    +        ctx->buf_off = 0;
    +        ctx->tmp_len = 0;
    +        EVP_DecodeInit(&(ctx->base64));
    +    }
    +
    +    /* First check if there are bytes decoded/encoded */
    +    if (ctx->buf_len > 0) {
    +        OPENSSL_assert(ctx->buf_len >= ctx->buf_off);
    +        i = ctx->buf_len - ctx->buf_off;
    +        if (i > outl)
    +            i = outl;
    +        OPENSSL_assert(ctx->buf_off + i < (int)sizeof(ctx->buf));
    +        memcpy(out, &(ctx->buf[ctx->buf_off]), i);
    +        ret = i;
    +        out += i;
    +        outl -= i;
    +        ctx->buf_off += i;
    +        if (ctx->buf_len == ctx->buf_off) {
    +            ctx->buf_len = 0;
    +            ctx->buf_off = 0;
    +        }
    +    }
    +
    +    /*
    +     * At this point, we have room of outl bytes and an empty buffer, so we
    +     * should read in some more.
    +     */
    +
    +    ret_code = 0;
    +    while (outl > 0) {
    +        if (ctx->cont <= 0)
    +            break;
    +
    +        i = BIO_read(b->next_bio, &(ctx->tmp[ctx->tmp_len]),
    +                     B64_BLOCK_SIZE - ctx->tmp_len);
    +
    +        if (i <= 0) {
    +            ret_code = i;
    +
    +            /* Should we continue next time we are called? */
    +            if (!BIO_should_retry(b->next_bio)) {
    +                ctx->cont = i;
    +                /* If buffer empty break */
    +                if (ctx->tmp_len == 0)
    +                    break;
    +                /* Fall through and process what we have */
    +                else
    +                    i = 0;
    +            }
    +            /* else we retry and add more data to buffer */
    +            else
    +                break;
    +        }
    +        i += ctx->tmp_len;
    +        ctx->tmp_len = i;
    +
    +        /*
    +         * We need to scan, a line at a time until we have a valid line if we
    +         * are starting.
    +         */
    +        if (ctx->start && (BIO_get_flags(b) & BIO_FLAGS_BASE64_NO_NL)) {
    +            /* ctx->start=1; */
    +            ctx->tmp_len = 0;
    +        } else if (ctx->start) {
    +            q = p = (unsigned char *)ctx->tmp;
    +            num = 0;
    +            for (j = 0; j < i; j++) {
    +                if (*(q++) != '\n')
    +                    continue;
    +
    +                /*
    +                 * due to a previous very long line, we need to keep on
    +                 * scanning for a '\n' before we even start looking for
    +                 * base64 encoded stuff.
    +                 */
    +                if (ctx->tmp_nl) {
    +                    p = q;
    +                    ctx->tmp_nl = 0;
    +                    continue;
    +                }
    +
    +                k = EVP_DecodeUpdate(&(ctx->base64),
    +                                     (unsigned char *)ctx->buf,
    +                                     &num, p, q - p);
    +                if ((k <= 0) && (num == 0) && (ctx->start))
    +                    EVP_DecodeInit(&ctx->base64);
    +                else {
    +                    if (p != (unsigned char *)
    +                        &(ctx->tmp[0])) {
    +                        i -= (p - (unsigned char *)
    +                              &(ctx->tmp[0]));
    +                        for (x = 0; x < i; x++)
    +                            ctx->tmp[x] = p[x];
    +                    }
    +                    EVP_DecodeInit(&ctx->base64);
    +                    ctx->start = 0;
    +                    break;
    +                }
    +                p = q;
    +            }
    +
    +            /* we fell off the end without starting */
    +            if ((j == i) && (num == 0)) {
    +                /*
    +                 * Is this is one long chunk?, if so, keep on reading until a
    +                 * new line.
    +                 */
    +                if (p == (unsigned char *)&(ctx->tmp[0])) {
    +                    /* Check buffer full */
    +                    if (i == B64_BLOCK_SIZE) {
    +                        ctx->tmp_nl = 1;
    +                        ctx->tmp_len = 0;
    +                    }
    +                } else if (p != q) { /* finished on a '\n' */
    +                    n = q - p;
    +                    for (ii = 0; ii < n; ii++)
    +                        ctx->tmp[ii] = p[ii];
    +                    ctx->tmp_len = n;
    +                }
    +                /* else finished on a '\n' */
    +                continue;
    +            } else {
    +                ctx->tmp_len = 0;
    +            }
    +        } else if ((i < B64_BLOCK_SIZE) && (ctx->cont > 0)) {
    +            /*
    +             * If buffer isn't full and we can retry then restart to read in
    +             * more data.
    +             */
    +            continue;
    +        }
    +
    +        if (BIO_get_flags(b) & BIO_FLAGS_BASE64_NO_NL) {
    +            int z, jj;
     
     #if 0
    -			jj=(i>>2)<<2;
    +            jj = (i >> 2) << 2;
     #else
    -			jj = i & ~3; /* process per 4 */
    +            jj = i & ~3;        /* process per 4 */
     #endif
    -			z=EVP_DecodeBlock((unsigned char *)ctx->buf,
    -				(unsigned char *)ctx->tmp,jj);
    -			if (jj > 2)
    -				{
    -				if (ctx->tmp[jj-1] == '=')
    -					{
    -					z--;
    -					if (ctx->tmp[jj-2] == '=')
    -						z--;
    -					}
    -				}
    -			/* z is now number of output bytes and jj is the
    -			 * number consumed */
    -			if (jj != i)
    -				{
    -				memmove(ctx->tmp, &ctx->tmp[jj], i-jj);
    -				ctx->tmp_len=i-jj;
    -				}
    -			ctx->buf_len=0;
    -			if (z > 0)
    -				{
    -				ctx->buf_len=z;
    -				}
    -			i=z;
    -			}
    -		else
    -			{
    -			i=EVP_DecodeUpdate(&(ctx->base64),
    -				(unsigned char *)ctx->buf,&ctx->buf_len,
    -				(unsigned char *)ctx->tmp,i);
    -			ctx->tmp_len = 0;
    -			}
    -		ctx->buf_off=0;
    -		if (i < 0)
    -			{
    -			ret_code=0;
    -			ctx->buf_len=0;
    -			break;
    -			}
    -
    -		if (ctx->buf_len <= outl)
    -			i=ctx->buf_len;
    -		else
    -			i=outl;
    -
    -		memcpy(out,ctx->buf,i);
    -		ret+=i;
    -		ctx->buf_off=i;
    -		if (ctx->buf_off == ctx->buf_len)
    -			{
    -			ctx->buf_len=0;
    -			ctx->buf_off=0;
    -			}
    -		outl-=i;
    -		out+=i;
    -		}
    -	/* BIO_clear_retry_flags(b); */
    -	BIO_copy_next_retry(b);
    -	return((ret == 0)?ret_code:ret);
    -	}
    +            z = EVP_DecodeBlock((unsigned char *)ctx->buf,
    +                                (unsigned char *)ctx->tmp, jj);
    +            if (jj > 2) {
    +                if (ctx->tmp[jj - 1] == '=') {
    +                    z--;
    +                    if (ctx->tmp[jj - 2] == '=')
    +                        z--;
    +                }
    +            }
    +            /*
    +             * z is now number of output bytes and jj is the number consumed
    +             */
    +            if (jj != i) {
    +                memmove(ctx->tmp, &ctx->tmp[jj], i - jj);
    +                ctx->tmp_len = i - jj;
    +            }
    +            ctx->buf_len = 0;
    +            if (z > 0) {
    +                ctx->buf_len = z;
    +            }
    +            i = z;
    +        } else {
    +            i = EVP_DecodeUpdate(&(ctx->base64),
    +                                 (unsigned char *)ctx->buf, &ctx->buf_len,
    +                                 (unsigned char *)ctx->tmp, i);
    +            ctx->tmp_len = 0;
    +        }
    +        ctx->buf_off = 0;
    +        if (i < 0) {
    +            ret_code = 0;
    +            ctx->buf_len = 0;
    +            break;
    +        }
    +
    +        if (ctx->buf_len <= outl)
    +            i = ctx->buf_len;
    +        else
    +            i = outl;
    +
    +        memcpy(out, ctx->buf, i);
    +        ret += i;
    +        ctx->buf_off = i;
    +        if (ctx->buf_off == ctx->buf_len) {
    +            ctx->buf_len = 0;
    +            ctx->buf_off = 0;
    +        }
    +        outl -= i;
    +        out += i;
    +    }
    +    /* BIO_clear_retry_flags(b); */
    +    BIO_copy_next_retry(b);
    +    return ((ret == 0) ? ret_code : ret);
    +}
     
     static int b64_write(BIO *b, const char *in, int inl)
    -	{
    -	int ret=0;
    -	int n;
    -	int i;
    -	BIO_B64_CTX *ctx;
    -
    -	ctx=(BIO_B64_CTX *)b->ptr;
    -	BIO_clear_retry_flags(b);
    -
    -	if (ctx->encode != B64_ENCODE)
    -		{
    -		ctx->encode=B64_ENCODE;
    -		ctx->buf_len=0;
    -		ctx->buf_off=0;
    -		ctx->tmp_len=0;
    -		EVP_EncodeInit(&(ctx->base64));
    -		}
    -
    -	OPENSSL_assert(ctx->buf_off < (int)sizeof(ctx->buf));
    -	OPENSSL_assert(ctx->buf_len <= (int)sizeof(ctx->buf));
    -	OPENSSL_assert(ctx->buf_len >= ctx->buf_off);
    -	n=ctx->buf_len-ctx->buf_off;
    -	while (n > 0)
    -		{
    -		i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n);
    -		if (i <= 0)
    -			{
    -			BIO_copy_next_retry(b);
    -			return(i);
    -			}
    -		OPENSSL_assert(i <= n);
    -		ctx->buf_off+=i;
    -		OPENSSL_assert(ctx->buf_off <= (int)sizeof(ctx->buf));
    -		OPENSSL_assert(ctx->buf_len >= ctx->buf_off);
    -		n-=i;
    -		}
    -	/* at this point all pending data has been written */
    -	ctx->buf_off=0;
    -	ctx->buf_len=0;
    -
    -	if ((in == NULL) || (inl <= 0)) return(0);
    -
    -	while (inl > 0)
    -		{
    -		n=(inl > B64_BLOCK_SIZE)?B64_BLOCK_SIZE:inl;
    -
    -		if (BIO_get_flags(b) & BIO_FLAGS_BASE64_NO_NL)
    -			{
    -			if (ctx->tmp_len > 0)
    -				{
    -				OPENSSL_assert(ctx->tmp_len <= 3);
    -				n=3-ctx->tmp_len;
    -				/* There's a theoretical possibility for this */
    -				if (n > inl) 
    -					n=inl;
    -				memcpy(&(ctx->tmp[ctx->tmp_len]),in,n);
    -				ctx->tmp_len+=n;
    -				ret += n;
    -				if (ctx->tmp_len < 3)
    -					break;
    -				ctx->buf_len=EVP_EncodeBlock((unsigned char *)ctx->buf,(unsigned char *)ctx->tmp,ctx->tmp_len);
    -				OPENSSL_assert(ctx->buf_len <= (int)sizeof(ctx->buf));
    -				OPENSSL_assert(ctx->buf_len >= ctx->buf_off);
    -				/* Since we're now done using the temporary
    -				   buffer, the length should be 0'd */
    -				ctx->tmp_len=0;
    -				}
    -			else
    -				{
    -				if (n < 3)
    -					{
    -					memcpy(ctx->tmp,in,n);
    -					ctx->tmp_len=n;
    -					ret += n;
    -					break;
    -					}
    -				n-=n%3;
    -				ctx->buf_len=EVP_EncodeBlock((unsigned char *)ctx->buf,(const unsigned char *)in,n);
    -				OPENSSL_assert(ctx->buf_len <= (int)sizeof(ctx->buf));
    -				OPENSSL_assert(ctx->buf_len >= ctx->buf_off);
    -				ret += n;
    -				}
    -			}
    -		else
    -			{
    -			EVP_EncodeUpdate(&(ctx->base64),
    -				(unsigned char *)ctx->buf,&ctx->buf_len,
    -				(unsigned char *)in,n);
    -			OPENSSL_assert(ctx->buf_len <= (int)sizeof(ctx->buf));
    -			OPENSSL_assert(ctx->buf_len >= ctx->buf_off);
    -			ret += n;
    -			}
    -		inl-=n;
    -		in+=n;
    -
    -		ctx->buf_off=0;
    -		n=ctx->buf_len;
    -		while (n > 0)
    -			{
    -			i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n);
    -			if (i <= 0)
    -				{
    -				BIO_copy_next_retry(b);
    -				return((ret == 0)?i:ret);
    -				}
    -			OPENSSL_assert(i <= n);
    -			n-=i;
    -			ctx->buf_off+=i;
    -			OPENSSL_assert(ctx->buf_off <= (int)sizeof(ctx->buf));
    -			OPENSSL_assert(ctx->buf_len >= ctx->buf_off);
    -			}
    -		ctx->buf_len=0;
    -		ctx->buf_off=0;
    -		}
    -	return(ret);
    -	}
    +{
    +    int ret = 0;
    +    int n;
    +    int i;
    +    BIO_B64_CTX *ctx;
    +
    +    ctx = (BIO_B64_CTX *)b->ptr;
    +    BIO_clear_retry_flags(b);
    +
    +    if (ctx->encode != B64_ENCODE) {
    +        ctx->encode = B64_ENCODE;
    +        ctx->buf_len = 0;
    +        ctx->buf_off = 0;
    +        ctx->tmp_len = 0;
    +        EVP_EncodeInit(&(ctx->base64));
    +    }
    +
    +    OPENSSL_assert(ctx->buf_off < (int)sizeof(ctx->buf));
    +    OPENSSL_assert(ctx->buf_len <= (int)sizeof(ctx->buf));
    +    OPENSSL_assert(ctx->buf_len >= ctx->buf_off);
    +    n = ctx->buf_len - ctx->buf_off;
    +    while (n > 0) {
    +        i = BIO_write(b->next_bio, &(ctx->buf[ctx->buf_off]), n);
    +        if (i <= 0) {
    +            BIO_copy_next_retry(b);
    +            return (i);
    +        }
    +        OPENSSL_assert(i <= n);
    +        ctx->buf_off += i;
    +        OPENSSL_assert(ctx->buf_off <= (int)sizeof(ctx->buf));
    +        OPENSSL_assert(ctx->buf_len >= ctx->buf_off);
    +        n -= i;
    +    }
    +    /* at this point all pending data has been written */
    +    ctx->buf_off = 0;
    +    ctx->buf_len = 0;
    +
    +    if ((in == NULL) || (inl <= 0))
    +        return (0);
    +
    +    while (inl > 0) {
    +        n = (inl > B64_BLOCK_SIZE) ? B64_BLOCK_SIZE : inl;
    +
    +        if (BIO_get_flags(b) & BIO_FLAGS_BASE64_NO_NL) {
    +            if (ctx->tmp_len > 0) {
    +                OPENSSL_assert(ctx->tmp_len <= 3);
    +                n = 3 - ctx->tmp_len;
    +                /*
    +                 * There's a theoretical possibility for this
    +                 */
    +                if (n > inl)
    +                    n = inl;
    +                memcpy(&(ctx->tmp[ctx->tmp_len]), in, n);
    +                ctx->tmp_len += n;
    +                ret += n;
    +                if (ctx->tmp_len < 3)
    +                    break;
    +                ctx->buf_len =
    +                    EVP_EncodeBlock((unsigned char *)ctx->buf,
    +                                    (unsigned char *)ctx->tmp, ctx->tmp_len);
    +                OPENSSL_assert(ctx->buf_len <= (int)sizeof(ctx->buf));
    +                OPENSSL_assert(ctx->buf_len >= ctx->buf_off);
    +                /*
    +                 * Since we're now done using the temporary buffer, the
    +                 * length should be 0'd
    +                 */
    +                ctx->tmp_len = 0;
    +            } else {
    +                if (n < 3) {
    +                    memcpy(ctx->tmp, in, n);
    +                    ctx->tmp_len = n;
    +                    ret += n;
    +                    break;
    +                }
    +                n -= n % 3;
    +                ctx->buf_len =
    +                    EVP_EncodeBlock((unsigned char *)ctx->buf,
    +                                    (const unsigned char *)in, n);
    +                OPENSSL_assert(ctx->buf_len <= (int)sizeof(ctx->buf));
    +                OPENSSL_assert(ctx->buf_len >= ctx->buf_off);
    +                ret += n;
    +            }
    +        } else {
    +            EVP_EncodeUpdate(&(ctx->base64),
    +                             (unsigned char *)ctx->buf, &ctx->buf_len,
    +                             (unsigned char *)in, n);
    +            OPENSSL_assert(ctx->buf_len <= (int)sizeof(ctx->buf));
    +            OPENSSL_assert(ctx->buf_len >= ctx->buf_off);
    +            ret += n;
    +        }
    +        inl -= n;
    +        in += n;
    +
    +        ctx->buf_off = 0;
    +        n = ctx->buf_len;
    +        while (n > 0) {
    +            i = BIO_write(b->next_bio, &(ctx->buf[ctx->buf_off]), n);
    +            if (i <= 0) {
    +                BIO_copy_next_retry(b);
    +                return ((ret == 0) ? i : ret);
    +            }
    +            OPENSSL_assert(i <= n);
    +            n -= i;
    +            ctx->buf_off += i;
    +            OPENSSL_assert(ctx->buf_off <= (int)sizeof(ctx->buf));
    +            OPENSSL_assert(ctx->buf_len >= ctx->buf_off);
    +        }
    +        ctx->buf_len = 0;
    +        ctx->buf_off = 0;
    +    }
    +    return (ret);
    +}
     
     static long b64_ctrl(BIO *b, int cmd, long num, void *ptr)
    -	{
    -	BIO_B64_CTX *ctx;
    -	long ret=1;
    -	int i;
    -
    -	ctx=(BIO_B64_CTX *)b->ptr;
    -
    -	switch (cmd)
    -		{
    -	case BIO_CTRL_RESET:
    -		ctx->cont=1;
    -		ctx->start=1;
    -		ctx->encode=B64_NONE;
    -		ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		break;
    -	case BIO_CTRL_EOF:	/* More to read */
    -		if (ctx->cont <= 0)
    -			ret=1;
    -		else
    -			ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		break;
    -	case BIO_CTRL_WPENDING: /* More to write in buffer */
    -		OPENSSL_assert(ctx->buf_len >= ctx->buf_off);
    -		ret=ctx->buf_len-ctx->buf_off;
    -		if ((ret == 0) && (ctx->encode != B64_NONE)
    -			&& (ctx->base64.num != 0))
    -			ret=1;
    -		else if (ret <= 0)
    -			ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		break;
    -	case BIO_CTRL_PENDING: /* More to read in buffer */
    -		OPENSSL_assert(ctx->buf_len >= ctx->buf_off);
    -		ret=ctx->buf_len-ctx->buf_off;
    -		if (ret <= 0)
    -			ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		break;
    -	case BIO_CTRL_FLUSH:
    -		/* do a final write */
    -again:
    -		while (ctx->buf_len != ctx->buf_off)
    -			{
    -			i=b64_write(b,NULL,0);
    -			if (i < 0)
    -				return i;
    -			}
    -		if (BIO_get_flags(b) & BIO_FLAGS_BASE64_NO_NL)
    -			{
    -			if (ctx->tmp_len != 0)
    -				{
    -				ctx->buf_len=EVP_EncodeBlock(
    -					(unsigned char *)ctx->buf,
    -					(unsigned char *)ctx->tmp,
    -					ctx->tmp_len);
    -				ctx->buf_off=0;
    -				ctx->tmp_len=0;
    -				goto again;
    -				}
    -			}
    -		else if (ctx->encode != B64_NONE && ctx->base64.num != 0)
    -			{
    -			ctx->buf_off=0;
    -			EVP_EncodeFinal(&(ctx->base64),
    -				(unsigned char *)ctx->buf,
    -				&(ctx->buf_len));
    -			/* push out the bytes */
    -			goto again;
    -			}
    -		/* Finally flush the underlying BIO */
    -		ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		break;
    -
    -	case BIO_C_DO_STATE_MACHINE:
    -		BIO_clear_retry_flags(b);
    -		ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		BIO_copy_next_retry(b);
    -		break;
    -
    -	case BIO_CTRL_DUP:
    -		break;
    -	case BIO_CTRL_INFO:
    -	case BIO_CTRL_GET:
    -	case BIO_CTRL_SET:
    -	default:
    -		ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		break;
    -		}
    -	return(ret);
    -	}
    +{
    +    BIO_B64_CTX *ctx;
    +    long ret = 1;
    +    int i;
    +
    +    ctx = (BIO_B64_CTX *)b->ptr;
    +
    +    switch (cmd) {
    +    case BIO_CTRL_RESET:
    +        ctx->cont = 1;
    +        ctx->start = 1;
    +        ctx->encode = B64_NONE;
    +        ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        break;
    +    case BIO_CTRL_EOF:         /* More to read */
    +        if (ctx->cont <= 0)
    +            ret = 1;
    +        else
    +            ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        break;
    +    case BIO_CTRL_WPENDING:    /* More to write in buffer */
    +        OPENSSL_assert(ctx->buf_len >= ctx->buf_off);
    +        ret = ctx->buf_len - ctx->buf_off;
    +        if ((ret == 0) && (ctx->encode != B64_NONE)
    +            && (ctx->base64.num != 0))
    +            ret = 1;
    +        else if (ret <= 0)
    +            ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        break;
    +    case BIO_CTRL_PENDING:     /* More to read in buffer */
    +        OPENSSL_assert(ctx->buf_len >= ctx->buf_off);
    +        ret = ctx->buf_len - ctx->buf_off;
    +        if (ret <= 0)
    +            ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        break;
    +    case BIO_CTRL_FLUSH:
    +        /* do a final write */
    + again:
    +        while (ctx->buf_len != ctx->buf_off) {
    +            i = b64_write(b, NULL, 0);
    +            if (i < 0)
    +                return i;
    +        }
    +        if (BIO_get_flags(b) & BIO_FLAGS_BASE64_NO_NL) {
    +            if (ctx->tmp_len != 0) {
    +                ctx->buf_len = EVP_EncodeBlock((unsigned char *)ctx->buf,
    +                                               (unsigned char *)ctx->tmp,
    +                                               ctx->tmp_len);
    +                ctx->buf_off = 0;
    +                ctx->tmp_len = 0;
    +                goto again;
    +            }
    +        } else if (ctx->encode != B64_NONE && ctx->base64.num != 0) {
    +            ctx->buf_off = 0;
    +            EVP_EncodeFinal(&(ctx->base64),
    +                            (unsigned char *)ctx->buf, &(ctx->buf_len));
    +            /* push out the bytes */
    +            goto again;
    +        }
    +        /* Finally flush the underlying BIO */
    +        ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        break;
    +
    +    case BIO_C_DO_STATE_MACHINE:
    +        BIO_clear_retry_flags(b);
    +        ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        BIO_copy_next_retry(b);
    +        break;
    +
    +    case BIO_CTRL_DUP:
    +        break;
    +    case BIO_CTRL_INFO:
    +    case BIO_CTRL_GET:
    +    case BIO_CTRL_SET:
    +    default:
    +        ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        break;
    +    }
    +    return (ret);
    +}
     
     static long b64_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp)
    -	{
    -	long ret=1;
    -
    -	if (b->next_bio == NULL) return(0);
    -	switch (cmd)
    -		{
    -	default:
    -		ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
    -		break;
    -		}
    -	return(ret);
    -	}
    +{
    +    long ret = 1;
    +
    +    if (b->next_bio == NULL)
    +        return (0);
    +    switch (cmd) {
    +    default:
    +        ret = BIO_callback_ctrl(b->next_bio, cmd, fp);
    +        break;
    +    }
    +    return (ret);
    +}
     
     static int b64_puts(BIO *b, const char *str)
    -	{
    -	return b64_write(b,str,strlen(str));
    -	}
    +{
    +    return b64_write(b, str, strlen(str));
    +}
    diff --git a/openssl/crypto/evp/bio_enc.c b/openssl/crypto/evp/bio_enc.c
    index b6efb5fbc..363e0246a 100644
    --- a/openssl/crypto/evp/bio_enc.c
    +++ b/openssl/crypto/evp/bio_enc.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -64,365 +64,365 @@
     
     static int enc_write(BIO *h, const char *buf, int num);
     static int enc_read(BIO *h, char *buf, int size);
    -/*static int enc_puts(BIO *h, const char *str); */
    -/*static int enc_gets(BIO *h, char *str, int size); */
    +/*
    + * static int enc_puts(BIO *h, const char *str);
    + */
    +/*
    + * static int enc_gets(BIO *h, char *str, int size);
    + */
     static long enc_ctrl(BIO *h, int cmd, long arg1, void *arg2);
     static int enc_new(BIO *h);
     static int enc_free(BIO *data);
     static long enc_callback_ctrl(BIO *h, int cmd, bio_info_cb *fps);
    -#define ENC_BLOCK_SIZE	(1024*4)
    -#define BUF_OFFSET	(EVP_MAX_BLOCK_LENGTH*2)
    -
    -typedef struct enc_struct
    -	{
    -	int buf_len;
    -	int buf_off;
    -	int cont;		/* <= 0 when finished */
    -	int finished;
    -	int ok;			/* bad decrypt */
    -	EVP_CIPHER_CTX cipher;
    -	/* buf is larger than ENC_BLOCK_SIZE because EVP_DecryptUpdate
    -	 * can return up to a block more data than is presented to it
    -	 */
    -	char buf[ENC_BLOCK_SIZE+BUF_OFFSET+2];
    -	} BIO_ENC_CTX;
    -
    -static BIO_METHOD methods_enc=
    -	{
    -	BIO_TYPE_CIPHER,"cipher",
    -	enc_write,
    -	enc_read,
    -	NULL, /* enc_puts, */
    -	NULL, /* enc_gets, */
    -	enc_ctrl,
    -	enc_new,
    -	enc_free,
    -	enc_callback_ctrl,
    -	};
    +#define ENC_BLOCK_SIZE  (1024*4)
    +#define BUF_OFFSET      (EVP_MAX_BLOCK_LENGTH*2)
    +
    +typedef struct enc_struct {
    +    int buf_len;
    +    int buf_off;
    +    int cont;                   /* <= 0 when finished */
    +    int finished;
    +    int ok;                     /* bad decrypt */
    +    EVP_CIPHER_CTX cipher;
    +    /*
    +     * buf is larger than ENC_BLOCK_SIZE because EVP_DecryptUpdate can return
    +     * up to a block more data than is presented to it
    +     */
    +    char buf[ENC_BLOCK_SIZE + BUF_OFFSET + 2];
    +} BIO_ENC_CTX;
    +
    +static BIO_METHOD methods_enc = {
    +    BIO_TYPE_CIPHER, "cipher",
    +    enc_write,
    +    enc_read,
    +    NULL,                       /* enc_puts, */
    +    NULL,                       /* enc_gets, */
    +    enc_ctrl,
    +    enc_new,
    +    enc_free,
    +    enc_callback_ctrl,
    +};
     
     BIO_METHOD *BIO_f_cipher(void)
    -	{
    -	return(&methods_enc);
    -	}
    +{
    +    return (&methods_enc);
    +}
     
     static int enc_new(BIO *bi)
    -	{
    -	BIO_ENC_CTX *ctx;
    -
    -	ctx=(BIO_ENC_CTX *)OPENSSL_malloc(sizeof(BIO_ENC_CTX));
    -	if (ctx == NULL) return(0);
    -	EVP_CIPHER_CTX_init(&ctx->cipher);
    -
    -	ctx->buf_len=0;
    -	ctx->buf_off=0;
    -	ctx->cont=1;
    -	ctx->finished=0;
    -	ctx->ok=1;
    -
    -	bi->init=0;
    -	bi->ptr=(char *)ctx;
    -	bi->flags=0;
    -	return(1);
    -	}
    +{
    +    BIO_ENC_CTX *ctx;
    +
    +    ctx = (BIO_ENC_CTX *)OPENSSL_malloc(sizeof(BIO_ENC_CTX));
    +    if (ctx == NULL)
    +        return (0);
    +    EVP_CIPHER_CTX_init(&ctx->cipher);
    +
    +    ctx->buf_len = 0;
    +    ctx->buf_off = 0;
    +    ctx->cont = 1;
    +    ctx->finished = 0;
    +    ctx->ok = 1;
    +
    +    bi->init = 0;
    +    bi->ptr = (char *)ctx;
    +    bi->flags = 0;
    +    return (1);
    +}
     
     static int enc_free(BIO *a)
    -	{
    -	BIO_ENC_CTX *b;
    -
    -	if (a == NULL) return(0);
    -	b=(BIO_ENC_CTX *)a->ptr;
    -	EVP_CIPHER_CTX_cleanup(&(b->cipher));
    -	OPENSSL_cleanse(a->ptr,sizeof(BIO_ENC_CTX));
    -	OPENSSL_free(a->ptr);
    -	a->ptr=NULL;
    -	a->init=0;
    -	a->flags=0;
    -	return(1);
    -	}
    -	
    +{
    +    BIO_ENC_CTX *b;
    +
    +    if (a == NULL)
    +        return (0);
    +    b = (BIO_ENC_CTX *)a->ptr;
    +    EVP_CIPHER_CTX_cleanup(&(b->cipher));
    +    OPENSSL_cleanse(a->ptr, sizeof(BIO_ENC_CTX));
    +    OPENSSL_free(a->ptr);
    +    a->ptr = NULL;
    +    a->init = 0;
    +    a->flags = 0;
    +    return (1);
    +}
    +
     static int enc_read(BIO *b, char *out, int outl)
    -	{
    -	int ret=0,i;
    -	BIO_ENC_CTX *ctx;
    -
    -	if (out == NULL) return(0);
    -	ctx=(BIO_ENC_CTX *)b->ptr;
    -
    -	if ((ctx == NULL) || (b->next_bio == NULL)) return(0);
    -
    -	/* First check if there are bytes decoded/encoded */
    -	if (ctx->buf_len > 0)
    -		{
    -		i=ctx->buf_len-ctx->buf_off;
    -		if (i > outl) i=outl;
    -		memcpy(out,&(ctx->buf[ctx->buf_off]),i);
    -		ret=i;
    -		out+=i;
    -		outl-=i;
    -		ctx->buf_off+=i;
    -		if (ctx->buf_len == ctx->buf_off)
    -			{
    -			ctx->buf_len=0;
    -			ctx->buf_off=0;
    -			}
    -		}
    -
    -	/* At this point, we have room of outl bytes and an empty
    -	 * buffer, so we should read in some more. */
    -
    -	while (outl > 0)
    -		{
    -		if (ctx->cont <= 0) break;
    -
    -		/* read in at IV offset, read the EVP_Cipher
    -		 * documentation about why */
    -		i=BIO_read(b->next_bio,&(ctx->buf[BUF_OFFSET]),ENC_BLOCK_SIZE);
    -
    -		if (i <= 0)
    -			{
    -			/* Should be continue next time we are called? */
    -			if (!BIO_should_retry(b->next_bio))
    -				{
    -				ctx->cont=i;
    -				i=EVP_CipherFinal_ex(&(ctx->cipher),
    -					(unsigned char *)ctx->buf,
    -					&(ctx->buf_len));
    -				ctx->ok=i;
    -				ctx->buf_off=0;
    -				}
    -			else 
    -				{
    -				ret=(ret == 0)?i:ret;
    -				break;
    -				}
    -			}
    -		else
    -			{
    -			EVP_CipherUpdate(&(ctx->cipher),
    -				(unsigned char *)ctx->buf,&ctx->buf_len,
    -				(unsigned char *)&(ctx->buf[BUF_OFFSET]),i);
    -			ctx->cont=1;
    -			/* Note: it is possible for EVP_CipherUpdate to
    -			 * decrypt zero bytes because this is or looks like
    -			 * the final block: if this happens we should retry
    -			 * and either read more data or decrypt the final
    -			 * block
    -			 */
    -			if(ctx->buf_len == 0) continue;
    -			}
    -
    -		if (ctx->buf_len <= outl)
    -			i=ctx->buf_len;
    -		else
    -			i=outl;
    -		if (i <= 0) break;
    -		memcpy(out,ctx->buf,i);
    -		ret+=i;
    -		ctx->buf_off=i;
    -		outl-=i;
    -		out+=i;
    -		}
    -
    -	BIO_clear_retry_flags(b);
    -	BIO_copy_next_retry(b);
    -	return((ret == 0)?ctx->cont:ret);
    -	}
    +{
    +    int ret = 0, i;
    +    BIO_ENC_CTX *ctx;
    +
    +    if (out == NULL)
    +        return (0);
    +    ctx = (BIO_ENC_CTX *)b->ptr;
    +
    +    if ((ctx == NULL) || (b->next_bio == NULL))
    +        return (0);
    +
    +    /* First check if there are bytes decoded/encoded */
    +    if (ctx->buf_len > 0) {
    +        i = ctx->buf_len - ctx->buf_off;
    +        if (i > outl)
    +            i = outl;
    +        memcpy(out, &(ctx->buf[ctx->buf_off]), i);
    +        ret = i;
    +        out += i;
    +        outl -= i;
    +        ctx->buf_off += i;
    +        if (ctx->buf_len == ctx->buf_off) {
    +            ctx->buf_len = 0;
    +            ctx->buf_off = 0;
    +        }
    +    }
    +
    +    /*
    +     * At this point, we have room of outl bytes and an empty buffer, so we
    +     * should read in some more.
    +     */
    +
    +    while (outl > 0) {
    +        if (ctx->cont <= 0)
    +            break;
    +
    +        /*
    +         * read in at IV offset, read the EVP_Cipher documentation about why
    +         */
    +        i = BIO_read(b->next_bio, &(ctx->buf[BUF_OFFSET]), ENC_BLOCK_SIZE);
    +
    +        if (i <= 0) {
    +            /* Should be continue next time we are called? */
    +            if (!BIO_should_retry(b->next_bio)) {
    +                ctx->cont = i;
    +                i = EVP_CipherFinal_ex(&(ctx->cipher),
    +                                       (unsigned char *)ctx->buf,
    +                                       &(ctx->buf_len));
    +                ctx->ok = i;
    +                ctx->buf_off = 0;
    +            } else {
    +                ret = (ret == 0) ? i : ret;
    +                break;
    +            }
    +        } else {
    +            EVP_CipherUpdate(&(ctx->cipher),
    +                             (unsigned char *)ctx->buf, &ctx->buf_len,
    +                             (unsigned char *)&(ctx->buf[BUF_OFFSET]), i);
    +            ctx->cont = 1;
    +            /*
    +             * Note: it is possible for EVP_CipherUpdate to decrypt zero
    +             * bytes because this is or looks like the final block: if this
    +             * happens we should retry and either read more data or decrypt
    +             * the final block
    +             */
    +            if (ctx->buf_len == 0)
    +                continue;
    +        }
    +
    +        if (ctx->buf_len <= outl)
    +            i = ctx->buf_len;
    +        else
    +            i = outl;
    +        if (i <= 0)
    +            break;
    +        memcpy(out, ctx->buf, i);
    +        ret += i;
    +        ctx->buf_off = i;
    +        outl -= i;
    +        out += i;
    +    }
    +
    +    BIO_clear_retry_flags(b);
    +    BIO_copy_next_retry(b);
    +    return ((ret == 0) ? ctx->cont : ret);
    +}
     
     static int enc_write(BIO *b, const char *in, int inl)
    -	{
    -	int ret=0,n,i;
    -	BIO_ENC_CTX *ctx;
    -
    -	ctx=(BIO_ENC_CTX *)b->ptr;
    -	ret=inl;
    -
    -	BIO_clear_retry_flags(b);
    -	n=ctx->buf_len-ctx->buf_off;
    -	while (n > 0)
    -		{
    -		i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n);
    -		if (i <= 0)
    -			{
    -			BIO_copy_next_retry(b);
    -			return(i);
    -			}
    -		ctx->buf_off+=i;
    -		n-=i;
    -		}
    -	/* at this point all pending data has been written */
    -
    -	if ((in == NULL) || (inl <= 0)) return(0);
    -
    -	ctx->buf_off=0;
    -	while (inl > 0)
    -		{
    -		n=(inl > ENC_BLOCK_SIZE)?ENC_BLOCK_SIZE:inl;
    -		EVP_CipherUpdate(&(ctx->cipher),
    -			(unsigned char *)ctx->buf,&ctx->buf_len,
    -			(unsigned char *)in,n);
    -		inl-=n;
    -		in+=n;
    -
    -		ctx->buf_off=0;
    -		n=ctx->buf_len;
    -		while (n > 0)
    -			{
    -			i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n);
    -			if (i <= 0)
    -				{
    -				BIO_copy_next_retry(b);
    -				return (ret == inl) ? i : ret - inl;
    -				}
    -			n-=i;
    -			ctx->buf_off+=i;
    -			}
    -		ctx->buf_len=0;
    -		ctx->buf_off=0;
    -		}
    -	BIO_copy_next_retry(b);
    -	return(ret);
    -	}
    +{
    +    int ret = 0, n, i;
    +    BIO_ENC_CTX *ctx;
    +
    +    ctx = (BIO_ENC_CTX *)b->ptr;
    +    ret = inl;
    +
    +    BIO_clear_retry_flags(b);
    +    n = ctx->buf_len - ctx->buf_off;
    +    while (n > 0) {
    +        i = BIO_write(b->next_bio, &(ctx->buf[ctx->buf_off]), n);
    +        if (i <= 0) {
    +            BIO_copy_next_retry(b);
    +            return (i);
    +        }
    +        ctx->buf_off += i;
    +        n -= i;
    +    }
    +    /* at this point all pending data has been written */
    +
    +    if ((in == NULL) || (inl <= 0))
    +        return (0);
    +
    +    ctx->buf_off = 0;
    +    while (inl > 0) {
    +        n = (inl > ENC_BLOCK_SIZE) ? ENC_BLOCK_SIZE : inl;
    +        EVP_CipherUpdate(&(ctx->cipher),
    +                         (unsigned char *)ctx->buf, &ctx->buf_len,
    +                         (unsigned char *)in, n);
    +        inl -= n;
    +        in += n;
    +
    +        ctx->buf_off = 0;
    +        n = ctx->buf_len;
    +        while (n > 0) {
    +            i = BIO_write(b->next_bio, &(ctx->buf[ctx->buf_off]), n);
    +            if (i <= 0) {
    +                BIO_copy_next_retry(b);
    +                return (ret == inl) ? i : ret - inl;
    +            }
    +            n -= i;
    +            ctx->buf_off += i;
    +        }
    +        ctx->buf_len = 0;
    +        ctx->buf_off = 0;
    +    }
    +    BIO_copy_next_retry(b);
    +    return (ret);
    +}
     
     static long enc_ctrl(BIO *b, int cmd, long num, void *ptr)
    -	{
    -	BIO *dbio;
    -	BIO_ENC_CTX *ctx,*dctx;
    -	long ret=1;
    -	int i;
    -	EVP_CIPHER_CTX **c_ctx;
    -
    -	ctx=(BIO_ENC_CTX *)b->ptr;
    -
    -	switch (cmd)
    -		{
    -	case BIO_CTRL_RESET:
    -		ctx->ok=1;
    -		ctx->finished=0;
    -		EVP_CipherInit_ex(&(ctx->cipher),NULL,NULL,NULL,NULL,
    -			ctx->cipher.encrypt);
    -		ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		break;
    -	case BIO_CTRL_EOF:	/* More to read */
    -		if (ctx->cont <= 0)
    -			ret=1;
    -		else
    -			ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		break;
    -	case BIO_CTRL_WPENDING:
    -		ret=ctx->buf_len-ctx->buf_off;
    -		if (ret <= 0)
    -			ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		break;
    -	case BIO_CTRL_PENDING: /* More to read in buffer */
    -		ret=ctx->buf_len-ctx->buf_off;
    -		if (ret <= 0)
    -			ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		break;
    -	case BIO_CTRL_FLUSH:
    -		/* do a final write */
    -again:
    -		while (ctx->buf_len != ctx->buf_off)
    -			{
    -			i=enc_write(b,NULL,0);
    -			if (i < 0)
    -				return i;
    -			}
    -
    -		if (!ctx->finished)
    -			{
    -			ctx->finished=1;
    -			ctx->buf_off=0;
    -			ret=EVP_CipherFinal_ex(&(ctx->cipher),
    -				(unsigned char *)ctx->buf,
    -				&(ctx->buf_len));
    -			ctx->ok=(int)ret;
    -			if (ret <= 0) break;
    -
    -			/* push out the bytes */
    -			goto again;
    -			}
    -		
    -		/* Finally flush the underlying BIO */
    -		ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		break;
    -	case BIO_C_GET_CIPHER_STATUS:
    -		ret=(long)ctx->ok;
    -		break;
    -	case BIO_C_DO_STATE_MACHINE:
    -		BIO_clear_retry_flags(b);
    -		ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		BIO_copy_next_retry(b);
    -		break;
    -	case BIO_C_GET_CIPHER_CTX:
    -		c_ctx=(EVP_CIPHER_CTX **)ptr;
    -		(*c_ctx)= &(ctx->cipher);
    -		b->init=1;
    -		break;
    -	case BIO_CTRL_DUP:
    -		dbio=(BIO *)ptr;
    -		dctx=(BIO_ENC_CTX *)dbio->ptr;
    -		EVP_CIPHER_CTX_init(&dctx->cipher);
    -		ret = EVP_CIPHER_CTX_copy(&dctx->cipher,&ctx->cipher);
    -		if (ret)
    -			dbio->init=1;
    -		break;
    -	default:
    -		ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		break;
    -		}
    -	return(ret);
    -	}
    +{
    +    BIO *dbio;
    +    BIO_ENC_CTX *ctx, *dctx;
    +    long ret = 1;
    +    int i;
    +    EVP_CIPHER_CTX **c_ctx;
    +
    +    ctx = (BIO_ENC_CTX *)b->ptr;
    +
    +    switch (cmd) {
    +    case BIO_CTRL_RESET:
    +        ctx->ok = 1;
    +        ctx->finished = 0;
    +        EVP_CipherInit_ex(&(ctx->cipher), NULL, NULL, NULL, NULL,
    +                          ctx->cipher.encrypt);
    +        ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        break;
    +    case BIO_CTRL_EOF:         /* More to read */
    +        if (ctx->cont <= 0)
    +            ret = 1;
    +        else
    +            ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        break;
    +    case BIO_CTRL_WPENDING:
    +        ret = ctx->buf_len - ctx->buf_off;
    +        if (ret <= 0)
    +            ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        break;
    +    case BIO_CTRL_PENDING:     /* More to read in buffer */
    +        ret = ctx->buf_len - ctx->buf_off;
    +        if (ret <= 0)
    +            ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        break;
    +    case BIO_CTRL_FLUSH:
    +        /* do a final write */
    + again:
    +        while (ctx->buf_len != ctx->buf_off) {
    +            i = enc_write(b, NULL, 0);
    +            if (i < 0)
    +                return i;
    +        }
    +
    +        if (!ctx->finished) {
    +            ctx->finished = 1;
    +            ctx->buf_off = 0;
    +            ret = EVP_CipherFinal_ex(&(ctx->cipher),
    +                                     (unsigned char *)ctx->buf,
    +                                     &(ctx->buf_len));
    +            ctx->ok = (int)ret;
    +            if (ret <= 0)
    +                break;
    +
    +            /* push out the bytes */
    +            goto again;
    +        }
    +
    +        /* Finally flush the underlying BIO */
    +        ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        break;
    +    case BIO_C_GET_CIPHER_STATUS:
    +        ret = (long)ctx->ok;
    +        break;
    +    case BIO_C_DO_STATE_MACHINE:
    +        BIO_clear_retry_flags(b);
    +        ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        BIO_copy_next_retry(b);
    +        break;
    +    case BIO_C_GET_CIPHER_CTX:
    +        c_ctx = (EVP_CIPHER_CTX **)ptr;
    +        (*c_ctx) = &(ctx->cipher);
    +        b->init = 1;
    +        break;
    +    case BIO_CTRL_DUP:
    +        dbio = (BIO *)ptr;
    +        dctx = (BIO_ENC_CTX *)dbio->ptr;
    +        EVP_CIPHER_CTX_init(&dctx->cipher);
    +        ret = EVP_CIPHER_CTX_copy(&dctx->cipher, &ctx->cipher);
    +        if (ret)
    +            dbio->init = 1;
    +        break;
    +    default:
    +        ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        break;
    +    }
    +    return (ret);
    +}
     
     static long enc_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp)
    -	{
    -	long ret=1;
    -
    -	if (b->next_bio == NULL) return(0);
    -	switch (cmd)
    -		{
    -	default:
    -		ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
    -		break;
    -		}
    -	return(ret);
    -	}
    -
    -/*
    +{
    +    long ret = 1;
    +
    +    if (b->next_bio == NULL)
    +        return (0);
    +    switch (cmd) {
    +    default:
    +        ret = BIO_callback_ctrl(b->next_bio, cmd, fp);
    +        break;
    +    }
    +    return (ret);
    +}
    +
    +/*-
     void BIO_set_cipher_ctx(b,c)
     BIO *b;
     EVP_CIPHER_ctx *c;
    -	{
    -	if (b == NULL) return;
    -
    -	if ((b->callback != NULL) &&
    -		(b->callback(b,BIO_CB_CTRL,(char *)c,BIO_CTRL_SET,e,0L) <= 0))
    -		return;
    -
    -	b->init=1;
    -	ctx=(BIO_ENC_CTX *)b->ptr;
    -	memcpy(ctx->cipher,c,sizeof(EVP_CIPHER_CTX));
    -	
    -	if (b->callback != NULL)
    -		b->callback(b,BIO_CB_CTRL,(char *)c,BIO_CTRL_SET,e,1L);
    -	}
    +        {
    +        if (b == NULL) return;
    +
    +        if ((b->callback != NULL) &&
    +                (b->callback(b,BIO_CB_CTRL,(char *)c,BIO_CTRL_SET,e,0L) <= 0))
    +                return;
    +
    +        b->init=1;
    +        ctx=(BIO_ENC_CTX *)b->ptr;
    +        memcpy(ctx->cipher,c,sizeof(EVP_CIPHER_CTX));
    +
    +        if (b->callback != NULL)
    +                b->callback(b,BIO_CB_CTRL,(char *)c,BIO_CTRL_SET,e,1L);
    +        }
     */
     
     void BIO_set_cipher(BIO *b, const EVP_CIPHER *c, const unsigned char *k,
    -	     const unsigned char *i, int e)
    -	{
    -	BIO_ENC_CTX *ctx;
    +                    const unsigned char *i, int e)
    +{
    +    BIO_ENC_CTX *ctx;
     
    -	if (b == NULL) return;
    +    if (b == NULL)
    +        return;
     
    -	if ((b->callback != NULL) &&
    -		(b->callback(b,BIO_CB_CTRL,(const char *)c,BIO_CTRL_SET,e,0L) <= 0))
    -		return;
    +    if ((b->callback != NULL) &&
    +        (b->callback(b, BIO_CB_CTRL, (const char *)c, BIO_CTRL_SET, e, 0L) <=
    +         0))
    +        return;
     
    -	b->init=1;
    -	ctx=(BIO_ENC_CTX *)b->ptr;
    -	EVP_CipherInit_ex(&(ctx->cipher),c,NULL, k,i,e);
    -	
    -	if (b->callback != NULL)
    -		b->callback(b,BIO_CB_CTRL,(const char *)c,BIO_CTRL_SET,e,1L);
    -	}
    +    b->init = 1;
    +    ctx = (BIO_ENC_CTX *)b->ptr;
    +    EVP_CipherInit_ex(&(ctx->cipher), c, NULL, k, i, e);
     
    +    if (b->callback != NULL)
    +        b->callback(b, BIO_CB_CTRL, (const char *)c, BIO_CTRL_SET, e, 1L);
    +}
    diff --git a/openssl/crypto/evp/bio_md.c b/openssl/crypto/evp/bio_md.c
    index 144fdfd56..f0b0c0c0a 100644
    --- a/openssl/crypto/evp/bio_md.c
    +++ b/openssl/crypto/evp/bio_md.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,214 +62,211 @@
     #include 
     #include 
     
    -/* BIO_put and BIO_get both add to the digest,
    - * BIO_gets returns the digest */
    +/*
    + * BIO_put and BIO_get both add to the digest, BIO_gets returns the digest
    + */
     
     static int md_write(BIO *h, char const *buf, int num);
     static int md_read(BIO *h, char *buf, int size);
    -/*static int md_puts(BIO *h, const char *str); */
    +/*
    + * static int md_puts(BIO *h, const char *str);
    + */
     static int md_gets(BIO *h, char *str, int size);
     static long md_ctrl(BIO *h, int cmd, long arg1, void *arg2);
     static int md_new(BIO *h);
     static int md_free(BIO *data);
    -static long md_callback_ctrl(BIO *h,int cmd,bio_info_cb *fp);
    +static long md_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp);
     
    -static BIO_METHOD methods_md=
    -	{
    -	BIO_TYPE_MD,"message digest",
    -	md_write,
    -	md_read,
    -	NULL, /* md_puts, */
    -	md_gets,
    -	md_ctrl,
    -	md_new,
    -	md_free,
    -	md_callback_ctrl,
    -	};
    +static BIO_METHOD methods_md = {
    +    BIO_TYPE_MD, "message digest",
    +    md_write,
    +    md_read,
    +    NULL,                       /* md_puts, */
    +    md_gets,
    +    md_ctrl,
    +    md_new,
    +    md_free,
    +    md_callback_ctrl,
    +};
     
     BIO_METHOD *BIO_f_md(void)
    -	{
    -	return(&methods_md);
    -	}
    +{
    +    return (&methods_md);
    +}
     
     static int md_new(BIO *bi)
    -	{
    -	EVP_MD_CTX *ctx;
    +{
    +    EVP_MD_CTX *ctx;
     
    -	ctx=EVP_MD_CTX_create();
    -	if (ctx == NULL) return(0);
    +    ctx = EVP_MD_CTX_create();
    +    if (ctx == NULL)
    +        return (0);
     
    -	bi->init=0;
    -	bi->ptr=(char *)ctx;
    -	bi->flags=0;
    -	return(1);
    -	}
    +    bi->init = 0;
    +    bi->ptr = (char *)ctx;
    +    bi->flags = 0;
    +    return (1);
    +}
     
     static int md_free(BIO *a)
    -	{
    -	if (a == NULL) return(0);
    -	EVP_MD_CTX_destroy(a->ptr);
    -	a->ptr=NULL;
    -	a->init=0;
    -	a->flags=0;
    -	return(1);
    -	}
    -	
    +{
    +    if (a == NULL)
    +        return (0);
    +    EVP_MD_CTX_destroy(a->ptr);
    +    a->ptr = NULL;
    +    a->init = 0;
    +    a->flags = 0;
    +    return (1);
    +}
    +
     static int md_read(BIO *b, char *out, int outl)
    -	{
    -	int ret=0;
    -	EVP_MD_CTX *ctx;
    +{
    +    int ret = 0;
    +    EVP_MD_CTX *ctx;
     
    -	if (out == NULL) return(0);
    -	ctx=b->ptr;
    +    if (out == NULL)
    +        return (0);
    +    ctx = b->ptr;
     
    -	if ((ctx == NULL) || (b->next_bio == NULL)) return(0);
    +    if ((ctx == NULL) || (b->next_bio == NULL))
    +        return (0);
     
    -	ret=BIO_read(b->next_bio,out,outl);
    -	if (b->init)
    -		{
    -		if (ret > 0)
    -			{
    -			if (EVP_DigestUpdate(ctx,(unsigned char *)out,
    -				(unsigned int)ret)<=0) return (-1);
    -			}
    -		}
    -	BIO_clear_retry_flags(b);
    -	BIO_copy_next_retry(b);
    -	return(ret);
    -	}
    +    ret = BIO_read(b->next_bio, out, outl);
    +    if (b->init) {
    +        if (ret > 0) {
    +            if (EVP_DigestUpdate(ctx, (unsigned char *)out,
    +                                 (unsigned int)ret) <= 0)
    +                return (-1);
    +        }
    +    }
    +    BIO_clear_retry_flags(b);
    +    BIO_copy_next_retry(b);
    +    return (ret);
    +}
     
     static int md_write(BIO *b, const char *in, int inl)
    -	{
    -	int ret=0;
    -	EVP_MD_CTX *ctx;
    +{
    +    int ret = 0;
    +    EVP_MD_CTX *ctx;
     
    -	if ((in == NULL) || (inl <= 0)) return(0);
    -	ctx=b->ptr;
    +    if ((in == NULL) || (inl <= 0))
    +        return (0);
    +    ctx = b->ptr;
     
    -	if ((ctx != NULL) && (b->next_bio != NULL))
    -		ret=BIO_write(b->next_bio,in,inl);
    -	if (b->init)
    -		{
    -		if (ret > 0)
    -			{
    -			if (!EVP_DigestUpdate(ctx,(const unsigned char *)in,
    -				(unsigned int)ret))
    -				{
    -				BIO_clear_retry_flags(b);
    -				return 0;
    -				}
    -			}
    -		}
    -	if(b->next_bio != NULL)
    -		{
    -		BIO_clear_retry_flags(b);
    -		BIO_copy_next_retry(b);
    -		}
    -	return(ret);
    -	}
    +    if ((ctx != NULL) && (b->next_bio != NULL))
    +        ret = BIO_write(b->next_bio, in, inl);
    +    if (b->init) {
    +        if (ret > 0) {
    +            if (!EVP_DigestUpdate(ctx, (const unsigned char *)in,
    +                                  (unsigned int)ret)) {
    +                BIO_clear_retry_flags(b);
    +                return 0;
    +            }
    +        }
    +    }
    +    if (b->next_bio != NULL) {
    +        BIO_clear_retry_flags(b);
    +        BIO_copy_next_retry(b);
    +    }
    +    return (ret);
    +}
     
     static long md_ctrl(BIO *b, int cmd, long num, void *ptr)
    -	{
    -	EVP_MD_CTX *ctx,*dctx,**pctx;
    -	const EVP_MD **ppmd;
    -	EVP_MD *md;
    -	long ret=1;
    -	BIO *dbio;
    +{
    +    EVP_MD_CTX *ctx, *dctx, **pctx;
    +    const EVP_MD **ppmd;
    +    EVP_MD *md;
    +    long ret = 1;
    +    BIO *dbio;
     
    -	ctx=b->ptr;
    +    ctx = b->ptr;
     
    -	switch (cmd)
    -		{
    -	case BIO_CTRL_RESET:
    -		if (b->init)
    -			ret = EVP_DigestInit_ex(ctx,ctx->digest, NULL);
    -		else
    -			ret=0;
    -		if (ret > 0)
    -			ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		break;
    -	case BIO_C_GET_MD:
    -		if (b->init)
    -			{
    -			ppmd=ptr;
    -			*ppmd=ctx->digest;
    -			}
    -		else
    -			ret=0;
    -		break;
    -	case BIO_C_GET_MD_CTX:
    -		pctx=ptr;
    -		*pctx=ctx;
    -		b->init = 1;
    -		break;
    -	case BIO_C_SET_MD_CTX:
    -		if (b->init)
    -			b->ptr=ptr;
    -		else
    -			ret=0;
    -		break;
    -	case BIO_C_DO_STATE_MACHINE:
    -		BIO_clear_retry_flags(b);
    -		ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		BIO_copy_next_retry(b);
    -		break;
    +    switch (cmd) {
    +    case BIO_CTRL_RESET:
    +        if (b->init)
    +            ret = EVP_DigestInit_ex(ctx, ctx->digest, NULL);
    +        else
    +            ret = 0;
    +        if (ret > 0)
    +            ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        break;
    +    case BIO_C_GET_MD:
    +        if (b->init) {
    +            ppmd = ptr;
    +            *ppmd = ctx->digest;
    +        } else
    +            ret = 0;
    +        break;
    +    case BIO_C_GET_MD_CTX:
    +        pctx = ptr;
    +        *pctx = ctx;
    +        b->init = 1;
    +        break;
    +    case BIO_C_SET_MD_CTX:
    +        if (b->init)
    +            b->ptr = ptr;
    +        else
    +            ret = 0;
    +        break;
    +    case BIO_C_DO_STATE_MACHINE:
    +        BIO_clear_retry_flags(b);
    +        ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        BIO_copy_next_retry(b);
    +        break;
     
    -	case BIO_C_SET_MD:
    -		md=ptr;
    -		ret = EVP_DigestInit_ex(ctx,md, NULL);
    -		if (ret > 0)
    -			b->init=1;
    -		break;
    -	case BIO_CTRL_DUP:
    -		dbio=ptr;
    -		dctx=dbio->ptr;
    -		if (!EVP_MD_CTX_copy_ex(dctx,ctx))
    -			return 0;
    -		b->init=1;
    -		break;
    -	default:
    -		ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		break;
    -		}
    -	return(ret);
    -	}
    +    case BIO_C_SET_MD:
    +        md = ptr;
    +        ret = EVP_DigestInit_ex(ctx, md, NULL);
    +        if (ret > 0)
    +            b->init = 1;
    +        break;
    +    case BIO_CTRL_DUP:
    +        dbio = ptr;
    +        dctx = dbio->ptr;
    +        if (!EVP_MD_CTX_copy_ex(dctx, ctx))
    +            return 0;
    +        b->init = 1;
    +        break;
    +    default:
    +        ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        break;
    +    }
    +    return (ret);
    +}
     
     static long md_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp)
    -	{
    -	long ret=1;
    +{
    +    long ret = 1;
     
    -	if (b->next_bio == NULL) return(0);
    -	switch (cmd)
    -		{
    -	default:
    -		ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
    -		break;
    -		}
    -	return(ret);
    -	}
    +    if (b->next_bio == NULL)
    +        return (0);
    +    switch (cmd) {
    +    default:
    +        ret = BIO_callback_ctrl(b->next_bio, cmd, fp);
    +        break;
    +    }
    +    return (ret);
    +}
     
     static int md_gets(BIO *bp, char *buf, int size)
    -	{
    -	EVP_MD_CTX *ctx;
    -	unsigned int ret;
    +{
    +    EVP_MD_CTX *ctx;
    +    unsigned int ret;
     
    +    ctx = bp->ptr;
    +    if (size < ctx->digest->md_size)
    +        return (0);
    +    if (EVP_DigestFinal_ex(ctx, (unsigned char *)buf, &ret) <= 0)
    +        return -1;
     
    -	ctx=bp->ptr;
    -	if (size < ctx->digest->md_size)
    -		return(0);
    -	if (EVP_DigestFinal_ex(ctx,(unsigned char *)buf,&ret)<=0) 
    -		return -1;
    -		
    -	return((int)ret);
    -	}
    +    return ((int)ret);
    +}
     
    -/*
    +/*-
     static int md_puts(bp,str)
     BIO *bp;
     char *str;
    -	{
    -	return(-1);
    -	}
    +        {
    +        return(-1);
    +        }
     */
    -
    diff --git a/openssl/crypto/evp/bio_ok.c b/openssl/crypto/evp/bio_ok.c
    index e64335353..a4550349b 100644
    --- a/openssl/crypto/evp/bio_ok.c
    +++ b/openssl/crypto/evp/bio_ok.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,71 +49,71 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
     
    -/*
    -	From: Arne Ansper 
    -
    -	Why BIO_f_reliable?
    -
    -	I wrote function which took BIO* as argument, read data from it
    -	and processed it. Then I wanted to store the input file in 
    -	encrypted form. OK I pushed BIO_f_cipher to the BIO stack
    -	and everything was OK. BUT if user types wrong password 
    -	BIO_f_cipher outputs only garbage and my function crashes. Yes
    -	I can and I should fix my function, but BIO_f_cipher is 
    -	easy way to add encryption support to many existing applications
    -	and it's hard to debug and fix them all. 
    -
    -	So I wanted another BIO which would catch the incorrect passwords and
    -	file damages which cause garbage on BIO_f_cipher's output. 
    -
    -	The easy way is to push the BIO_f_md and save the checksum at 
    -	the end of the file. However there are several problems with this
    -	approach:
    -
    -	1) you must somehow separate checksum from actual data. 
    -	2) you need lot's of memory when reading the file, because you 
    -	must read to the end of the file and verify the checksum before
    -	letting the application to read the data. 
    -	
    -	BIO_f_reliable tries to solve both problems, so that you can 
    -	read and write arbitrary long streams using only fixed amount
    -	of memory.
    -
    -	BIO_f_reliable splits data stream into blocks. Each block is prefixed
    -	with it's length and suffixed with it's digest. So you need only 
    -	several Kbytes of memory to buffer single block before verifying 
    -	it's digest. 
    -
    -	BIO_f_reliable goes further and adds several important capabilities:
    -
    -	1) the digest of the block is computed over the whole stream 
    -	-- so nobody can rearrange the blocks or remove or replace them.
    -
    -	2) to detect invalid passwords right at the start BIO_f_reliable 
    -	adds special prefix to the stream. In order to avoid known plain-text
    -	attacks this prefix is generated as follows:
    -
    -		*) digest is initialized with random seed instead of 
    -		standardized one.
    -		*) same seed is written to output
    -		*) well-known text is then hashed and the output 
    -		of the digest is also written to output.
    -
    -	reader can now read the seed from stream, hash the same string
    -	and then compare the digest output.
    -
    -	Bad things: BIO_f_reliable knows what's going on in EVP_Digest. I 
    -	initially wrote and tested this code on x86 machine and wrote the
    -	digests out in machine-dependent order :( There are people using
    -	this code and I cannot change this easily without making existing
    -	data files unreadable.
    +/*-
    +        From: Arne Ansper 
    +
    +        Why BIO_f_reliable?
    +
    +        I wrote function which took BIO* as argument, read data from it
    +        and processed it. Then I wanted to store the input file in
    +        encrypted form. OK I pushed BIO_f_cipher to the BIO stack
    +        and everything was OK. BUT if user types wrong password
    +        BIO_f_cipher outputs only garbage and my function crashes. Yes
    +        I can and I should fix my function, but BIO_f_cipher is
    +        easy way to add encryption support to many existing applications
    +        and it's hard to debug and fix them all.
    +
    +        So I wanted another BIO which would catch the incorrect passwords and
    +        file damages which cause garbage on BIO_f_cipher's output.
    +
    +        The easy way is to push the BIO_f_md and save the checksum at
    +        the end of the file. However there are several problems with this
    +        approach:
    +
    +        1) you must somehow separate checksum from actual data.
    +        2) you need lot's of memory when reading the file, because you
    +        must read to the end of the file and verify the checksum before
    +        letting the application to read the data.
    +
    +        BIO_f_reliable tries to solve both problems, so that you can
    +        read and write arbitrary long streams using only fixed amount
    +        of memory.
    +
    +        BIO_f_reliable splits data stream into blocks. Each block is prefixed
    +        with it's length and suffixed with it's digest. So you need only
    +        several Kbytes of memory to buffer single block before verifying
    +        it's digest.
    +
    +        BIO_f_reliable goes further and adds several important capabilities:
    +
    +        1) the digest of the block is computed over the whole stream
    +        -- so nobody can rearrange the blocks or remove or replace them.
    +
    +        2) to detect invalid passwords right at the start BIO_f_reliable
    +        adds special prefix to the stream. In order to avoid known plain-text
    +        attacks this prefix is generated as follows:
    +
    +                *) digest is initialized with random seed instead of
    +                standardized one.
    +                *) same seed is written to output
    +                *) well-known text is then hashed and the output
    +                of the digest is also written to output.
    +
    +        reader can now read the seed from stream, hash the same string
    +        and then compare the digest output.
    +
    +        Bad things: BIO_f_reliable knows what's going on in EVP_Digest. I
    +        initially wrote and tested this code on x86 machine and wrote the
    +        digests out in machine-dependent order :( There are people using
    +        this code and I cannot change this easily without making existing
    +        data files unreadable.
     
     */
     
    @@ -133,492 +133,491 @@ static int ok_new(BIO *h);
     static int ok_free(BIO *data);
     static long ok_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp);
     
    -static int sig_out(BIO* b);
    -static int sig_in(BIO* b);
    -static int block_out(BIO* b);
    -static int block_in(BIO* b);
    -#define OK_BLOCK_SIZE	(1024*4)
    -#define OK_BLOCK_BLOCK	4
    -#define IOBS		(OK_BLOCK_SIZE+ OK_BLOCK_BLOCK+ 3*EVP_MAX_MD_SIZE)
    +static int sig_out(BIO *b);
    +static int sig_in(BIO *b);
    +static int block_out(BIO *b);
    +static int block_in(BIO *b);
    +#define OK_BLOCK_SIZE   (1024*4)
    +#define OK_BLOCK_BLOCK  4
    +#define IOBS            (OK_BLOCK_SIZE+ OK_BLOCK_BLOCK+ 3*EVP_MAX_MD_SIZE)
     #define WELLKNOWN "The quick brown fox jumped over the lazy dog's back."
     
    -typedef struct ok_struct
    -	{
    -	size_t buf_len;
    -	size_t buf_off;
    -	size_t buf_len_save;
    -	size_t buf_off_save;
    -	int cont;		/* <= 0 when finished */
    -	int finished;
    -	EVP_MD_CTX md;
    -	int blockout;		/* output block is ready */ 
    -	int sigio;		/* must process signature */
    -	unsigned char buf[IOBS];
    -	} BIO_OK_CTX;
    -
    -static BIO_METHOD methods_ok=
    -	{
    -	BIO_TYPE_CIPHER,"reliable",
    -	ok_write,
    -	ok_read,
    -	NULL, /* ok_puts, */
    -	NULL, /* ok_gets, */
    -	ok_ctrl,
    -	ok_new,
    -	ok_free,
    -	ok_callback_ctrl,
    -	};
    +typedef struct ok_struct {
    +    size_t buf_len;
    +    size_t buf_off;
    +    size_t buf_len_save;
    +    size_t buf_off_save;
    +    int cont;                   /* <= 0 when finished */
    +    int finished;
    +    EVP_MD_CTX md;
    +    int blockout;               /* output block is ready */
    +    int sigio;                  /* must process signature */
    +    unsigned char buf[IOBS];
    +} BIO_OK_CTX;
    +
    +static BIO_METHOD methods_ok = {
    +    BIO_TYPE_CIPHER, "reliable",
    +    ok_write,
    +    ok_read,
    +    NULL,                       /* ok_puts, */
    +    NULL,                       /* ok_gets, */
    +    ok_ctrl,
    +    ok_new,
    +    ok_free,
    +    ok_callback_ctrl,
    +};
     
     BIO_METHOD *BIO_f_reliable(void)
    -	{
    -	return(&methods_ok);
    -	}
    +{
    +    return (&methods_ok);
    +}
     
     static int ok_new(BIO *bi)
    -	{
    -	BIO_OK_CTX *ctx;
    -
    -	ctx=(BIO_OK_CTX *)OPENSSL_malloc(sizeof(BIO_OK_CTX));
    -	if (ctx == NULL) return(0);
    -
    -	ctx->buf_len=0;
    -	ctx->buf_off=0;
    -	ctx->buf_len_save=0;
    -	ctx->buf_off_save=0;
    -	ctx->cont=1;
    -	ctx->finished=0;
    -	ctx->blockout= 0;
    -	ctx->sigio=1;
    -
    -	EVP_MD_CTX_init(&ctx->md);
    -
    -	bi->init=0;
    -	bi->ptr=(char *)ctx;
    -	bi->flags=0;
    -	return(1);
    -	}
    +{
    +    BIO_OK_CTX *ctx;
    +
    +    ctx = (BIO_OK_CTX *)OPENSSL_malloc(sizeof(BIO_OK_CTX));
    +    if (ctx == NULL)
    +        return (0);
    +
    +    ctx->buf_len = 0;
    +    ctx->buf_off = 0;
    +    ctx->buf_len_save = 0;
    +    ctx->buf_off_save = 0;
    +    ctx->cont = 1;
    +    ctx->finished = 0;
    +    ctx->blockout = 0;
    +    ctx->sigio = 1;
    +
    +    EVP_MD_CTX_init(&ctx->md);
    +
    +    bi->init = 0;
    +    bi->ptr = (char *)ctx;
    +    bi->flags = 0;
    +    return (1);
    +}
     
     static int ok_free(BIO *a)
    -	{
    -	if (a == NULL) return(0);
    -	EVP_MD_CTX_cleanup(&((BIO_OK_CTX *)a->ptr)->md);
    -	OPENSSL_cleanse(a->ptr,sizeof(BIO_OK_CTX));
    -	OPENSSL_free(a->ptr);
    -	a->ptr=NULL;
    -	a->init=0;
    -	a->flags=0;
    -	return(1);
    -	}
    -	
    +{
    +    if (a == NULL)
    +        return (0);
    +    EVP_MD_CTX_cleanup(&((BIO_OK_CTX *)a->ptr)->md);
    +    OPENSSL_cleanse(a->ptr, sizeof(BIO_OK_CTX));
    +    OPENSSL_free(a->ptr);
    +    a->ptr = NULL;
    +    a->init = 0;
    +    a->flags = 0;
    +    return (1);
    +}
    +
     static int ok_read(BIO *b, char *out, int outl)
    -	{
    -	int ret=0,i,n;
    -	BIO_OK_CTX *ctx;
    -
    -	if (out == NULL) return(0);
    -	ctx=(BIO_OK_CTX *)b->ptr;
    -
    -	if ((ctx == NULL) || (b->next_bio == NULL) || (b->init == 0)) return(0);
    -
    -	while(outl > 0)
    -		{
    -
    -		/* copy clean bytes to output buffer */
    -		if (ctx->blockout)
    -			{
    -			i=ctx->buf_len-ctx->buf_off;
    -			if (i > outl) i=outl;
    -			memcpy(out,&(ctx->buf[ctx->buf_off]),i);
    -			ret+=i;
    -			out+=i;
    -			outl-=i;
    -			ctx->buf_off+=i;
    -
    -			/* all clean bytes are out */
    -			if (ctx->buf_len == ctx->buf_off)
    -				{
    -				ctx->buf_off=0;
    -
    -				/* copy start of the next block into proper place */
    -				if(ctx->buf_len_save- ctx->buf_off_save > 0)
    -					{
    -					ctx->buf_len= ctx->buf_len_save- ctx->buf_off_save;
    -					memmove(ctx->buf, &(ctx->buf[ctx->buf_off_save]),
    -							ctx->buf_len);
    -					}
    -				else
    -					{
    -					ctx->buf_len=0;
    -					}
    -				ctx->blockout= 0;
    -				}
    -			}
    -	
    -		/* output buffer full -- cancel */
    -		if (outl == 0) break;
    -
    -		/* no clean bytes in buffer -- fill it */
    -		n=IOBS- ctx->buf_len;
    -		i=BIO_read(b->next_bio,&(ctx->buf[ctx->buf_len]),n);
    -
    -		if (i <= 0) break;	/* nothing new */
    -
    -		ctx->buf_len+= i;
    -
    -		/* no signature yet -- check if we got one */
    -		if (ctx->sigio == 1)
    -			{
    -			if (!sig_in(b))
    -				{
    -				BIO_clear_retry_flags(b);
    -				return 0;
    -				}
    -			}
    -
    -		/* signature ok -- check if we got block */
    -		if (ctx->sigio == 0)
    -			{
    -			if (!block_in(b))
    -				{
    -				BIO_clear_retry_flags(b);
    -				return 0;
    -				}
    -			}
    -
    -		/* invalid block -- cancel */
    -		if (ctx->cont <= 0) break;
    -
    -		}
    -
    -	BIO_clear_retry_flags(b);
    -	BIO_copy_next_retry(b);
    -	return(ret);
    -	}
    +{
    +    int ret = 0, i, n;
    +    BIO_OK_CTX *ctx;
    +
    +    if (out == NULL)
    +        return (0);
    +    ctx = (BIO_OK_CTX *)b->ptr;
    +
    +    if ((ctx == NULL) || (b->next_bio == NULL) || (b->init == 0))
    +        return (0);
    +
    +    while (outl > 0) {
    +
    +        /* copy clean bytes to output buffer */
    +        if (ctx->blockout) {
    +            i = ctx->buf_len - ctx->buf_off;
    +            if (i > outl)
    +                i = outl;
    +            memcpy(out, &(ctx->buf[ctx->buf_off]), i);
    +            ret += i;
    +            out += i;
    +            outl -= i;
    +            ctx->buf_off += i;
    +
    +            /* all clean bytes are out */
    +            if (ctx->buf_len == ctx->buf_off) {
    +                ctx->buf_off = 0;
    +
    +                /*
    +                 * copy start of the next block into proper place
    +                 */
    +                if (ctx->buf_len_save - ctx->buf_off_save > 0) {
    +                    ctx->buf_len = ctx->buf_len_save - ctx->buf_off_save;
    +                    memmove(ctx->buf, &(ctx->buf[ctx->buf_off_save]),
    +                            ctx->buf_len);
    +                } else {
    +                    ctx->buf_len = 0;
    +                }
    +                ctx->blockout = 0;
    +            }
    +        }
    +
    +        /* output buffer full -- cancel */
    +        if (outl == 0)
    +            break;
    +
    +        /* no clean bytes in buffer -- fill it */
    +        n = IOBS - ctx->buf_len;
    +        i = BIO_read(b->next_bio, &(ctx->buf[ctx->buf_len]), n);
    +
    +        if (i <= 0)
    +            break;              /* nothing new */
    +
    +        ctx->buf_len += i;
    +
    +        /* no signature yet -- check if we got one */
    +        if (ctx->sigio == 1) {
    +            if (!sig_in(b)) {
    +                BIO_clear_retry_flags(b);
    +                return 0;
    +            }
    +        }
    +
    +        /* signature ok -- check if we got block */
    +        if (ctx->sigio == 0) {
    +            if (!block_in(b)) {
    +                BIO_clear_retry_flags(b);
    +                return 0;
    +            }
    +        }
    +
    +        /* invalid block -- cancel */
    +        if (ctx->cont <= 0)
    +            break;
    +
    +    }
    +
    +    BIO_clear_retry_flags(b);
    +    BIO_copy_next_retry(b);
    +    return (ret);
    +}
     
     static int ok_write(BIO *b, const char *in, int inl)
    -	{
    -	int ret=0,n,i;
    -	BIO_OK_CTX *ctx;
    -
    -	if (inl <= 0) return inl;
    -
    -	ctx=(BIO_OK_CTX *)b->ptr;
    -	ret=inl;
    -
    -	if ((ctx == NULL) || (b->next_bio == NULL) || (b->init == 0)) return(0);
    -
    -	if(ctx->sigio && !sig_out(b))
    -		return 0;
    -
    -	do{
    -		BIO_clear_retry_flags(b);
    -		n=ctx->buf_len-ctx->buf_off;
    -		while (ctx->blockout && n > 0)
    -			{
    -			i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n);
    -			if (i <= 0)
    -				{
    -				BIO_copy_next_retry(b);
    -				if(!BIO_should_retry(b))
    -					ctx->cont= 0;
    -				return(i);
    -				}
    -			ctx->buf_off+=i;
    -			n-=i;
    -			}
    -
    -		/* at this point all pending data has been written */
    -		ctx->blockout= 0;
    -		if (ctx->buf_len == ctx->buf_off)
    -			{
    -			ctx->buf_len=OK_BLOCK_BLOCK;
    -			ctx->buf_off=0;
    -			}
    -	
    -		if ((in == NULL) || (inl <= 0)) return(0);
    -
    -		n= (inl+ ctx->buf_len > OK_BLOCK_SIZE+ OK_BLOCK_BLOCK) ? 
    -			(int)(OK_BLOCK_SIZE+OK_BLOCK_BLOCK-ctx->buf_len) : inl;
    -
    -		memcpy((unsigned char *)(&(ctx->buf[ctx->buf_len])),(unsigned char *)in,n);
    -		ctx->buf_len+= n;
    -		inl-=n;
    -		in+=n;
    -
    -		if(ctx->buf_len >= OK_BLOCK_SIZE+ OK_BLOCK_BLOCK)
    -			{
    -			if (!block_out(b))
    -				{
    -				BIO_clear_retry_flags(b);
    -				return 0;
    -				}
    -			}
    -	}while(inl > 0);
    -
    -	BIO_clear_retry_flags(b);
    -	BIO_copy_next_retry(b);
    -	return(ret);
    -	}
    +{
    +    int ret = 0, n, i;
    +    BIO_OK_CTX *ctx;
    +
    +    if (inl <= 0)
    +        return inl;
    +
    +    ctx = (BIO_OK_CTX *)b->ptr;
    +    ret = inl;
    +
    +    if ((ctx == NULL) || (b->next_bio == NULL) || (b->init == 0))
    +        return (0);
    +
    +    if (ctx->sigio && !sig_out(b))
    +        return 0;
    +
    +    do {
    +        BIO_clear_retry_flags(b);
    +        n = ctx->buf_len - ctx->buf_off;
    +        while (ctx->blockout && n > 0) {
    +            i = BIO_write(b->next_bio, &(ctx->buf[ctx->buf_off]), n);
    +            if (i <= 0) {
    +                BIO_copy_next_retry(b);
    +                if (!BIO_should_retry(b))
    +                    ctx->cont = 0;
    +                return (i);
    +            }
    +            ctx->buf_off += i;
    +            n -= i;
    +        }
    +
    +        /* at this point all pending data has been written */
    +        ctx->blockout = 0;
    +        if (ctx->buf_len == ctx->buf_off) {
    +            ctx->buf_len = OK_BLOCK_BLOCK;
    +            ctx->buf_off = 0;
    +        }
    +
    +        if ((in == NULL) || (inl <= 0))
    +            return (0);
    +
    +        n = (inl + ctx->buf_len > OK_BLOCK_SIZE + OK_BLOCK_BLOCK) ?
    +            (int)(OK_BLOCK_SIZE + OK_BLOCK_BLOCK - ctx->buf_len) : inl;
    +
    +        memcpy((unsigned char *)(&(ctx->buf[ctx->buf_len])),
    +               (unsigned char *)in, n);
    +        ctx->buf_len += n;
    +        inl -= n;
    +        in += n;
    +
    +        if (ctx->buf_len >= OK_BLOCK_SIZE + OK_BLOCK_BLOCK) {
    +            if (!block_out(b)) {
    +                BIO_clear_retry_flags(b);
    +                return 0;
    +            }
    +        }
    +    } while (inl > 0);
    +
    +    BIO_clear_retry_flags(b);
    +    BIO_copy_next_retry(b);
    +    return (ret);
    +}
     
     static long ok_ctrl(BIO *b, int cmd, long num, void *ptr)
    -	{
    -	BIO_OK_CTX *ctx;
    -	EVP_MD *md;
    -	const EVP_MD **ppmd;
    -	long ret=1;
    -	int i;
    -
    -	ctx=b->ptr;
    -
    -	switch (cmd)
    -		{
    -	case BIO_CTRL_RESET:
    -		ctx->buf_len=0;
    -		ctx->buf_off=0;
    -		ctx->buf_len_save=0;
    -		ctx->buf_off_save=0;
    -		ctx->cont=1;
    -		ctx->finished=0;
    -		ctx->blockout= 0;
    -		ctx->sigio=1;
    -		ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		break;
    -	case BIO_CTRL_EOF:	/* More to read */
    -		if (ctx->cont <= 0)
    -			ret=1;
    -		else
    -			ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		break;
    -	case BIO_CTRL_PENDING: /* More to read in buffer */
    -	case BIO_CTRL_WPENDING: /* More to read in buffer */
    -		ret=ctx->blockout ? ctx->buf_len-ctx->buf_off : 0;
    -		if (ret <= 0)
    -			ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		break;
    -	case BIO_CTRL_FLUSH:
    -		/* do a final write */
    -		if(ctx->blockout == 0)
    -			if (!block_out(b))
    -				return 0;
    -
    -		while (ctx->blockout)
    -			{
    -			i=ok_write(b,NULL,0);
    -			if (i < 0)
    -				{
    -				ret=i;
    -				break;
    -				}
    -			}
    -
    -		ctx->finished=1;
    -		ctx->buf_off=ctx->buf_len=0;
    -		ctx->cont=(int)ret;
    -		
    -		/* Finally flush the underlying BIO */
    -		ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		break;
    -	case BIO_C_DO_STATE_MACHINE:
    -		BIO_clear_retry_flags(b);
    -		ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		BIO_copy_next_retry(b);
    -		break;
    -	case BIO_CTRL_INFO:
    -		ret=(long)ctx->cont;
    -		break;
    -	case BIO_C_SET_MD:
    -		md=ptr;
    -		if (!EVP_DigestInit_ex(&ctx->md, md, NULL))
    -			return 0;
    -		b->init=1;
    -		break;
    -	case BIO_C_GET_MD:
    -		if (b->init)
    -			{
    -			ppmd=ptr;
    -			*ppmd=ctx->md.digest;
    -			}
    -		else
    -			ret=0;
    -		break;
    -	default:
    -		ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
    -		break;
    -		}
    -	return(ret);
    -	}
    +{
    +    BIO_OK_CTX *ctx;
    +    EVP_MD *md;
    +    const EVP_MD **ppmd;
    +    long ret = 1;
    +    int i;
    +
    +    ctx = b->ptr;
    +
    +    switch (cmd) {
    +    case BIO_CTRL_RESET:
    +        ctx->buf_len = 0;
    +        ctx->buf_off = 0;
    +        ctx->buf_len_save = 0;
    +        ctx->buf_off_save = 0;
    +        ctx->cont = 1;
    +        ctx->finished = 0;
    +        ctx->blockout = 0;
    +        ctx->sigio = 1;
    +        ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        break;
    +    case BIO_CTRL_EOF:         /* More to read */
    +        if (ctx->cont <= 0)
    +            ret = 1;
    +        else
    +            ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        break;
    +    case BIO_CTRL_PENDING:     /* More to read in buffer */
    +    case BIO_CTRL_WPENDING:    /* More to read in buffer */
    +        ret = ctx->blockout ? ctx->buf_len - ctx->buf_off : 0;
    +        if (ret <= 0)
    +            ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        break;
    +    case BIO_CTRL_FLUSH:
    +        /* do a final write */
    +        if (ctx->blockout == 0)
    +            if (!block_out(b))
    +                return 0;
    +
    +        while (ctx->blockout) {
    +            i = ok_write(b, NULL, 0);
    +            if (i < 0) {
    +                ret = i;
    +                break;
    +            }
    +        }
    +
    +        ctx->finished = 1;
    +        ctx->buf_off = ctx->buf_len = 0;
    +        ctx->cont = (int)ret;
    +
    +        /* Finally flush the underlying BIO */
    +        ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        break;
    +    case BIO_C_DO_STATE_MACHINE:
    +        BIO_clear_retry_flags(b);
    +        ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        BIO_copy_next_retry(b);
    +        break;
    +    case BIO_CTRL_INFO:
    +        ret = (long)ctx->cont;
    +        break;
    +    case BIO_C_SET_MD:
    +        md = ptr;
    +        if (!EVP_DigestInit_ex(&ctx->md, md, NULL))
    +            return 0;
    +        b->init = 1;
    +        break;
    +    case BIO_C_GET_MD:
    +        if (b->init) {
    +            ppmd = ptr;
    +            *ppmd = ctx->md.digest;
    +        } else
    +            ret = 0;
    +        break;
    +    default:
    +        ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
    +        break;
    +    }
    +    return (ret);
    +}
     
     static long ok_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp)
    -	{
    -	long ret=1;
    -
    -	if (b->next_bio == NULL) return(0);
    -	switch (cmd)
    -		{
    -	default:
    -		ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
    -		break;
    -		}
    -	return(ret);
    -	}
    +{
    +    long ret = 1;
    +
    +    if (b->next_bio == NULL)
    +        return (0);
    +    switch (cmd) {
    +    default:
    +        ret = BIO_callback_ctrl(b->next_bio, cmd, fp);
    +        break;
    +    }
    +    return (ret);
    +}
     
     static void longswap(void *_ptr, size_t len)
    -{	const union { long one; char little; } is_endian = {1};
    +{
    +    const union {
    +        long one;
    +        char little;
    +    } is_endian = {
    +        1
    +    };
    +
    +    if (is_endian.little) {
    +        size_t i;
    +        unsigned char *p = _ptr, c;
    +
    +        for (i = 0; i < len; i += 4) {
    +            c = p[0], p[0] = p[3], p[3] = c;
    +            c = p[1], p[1] = p[2], p[2] = c;
    +        }
    +    }
    +}
     
    -	if (is_endian.little) {
    -		size_t i;
    -		unsigned char *p=_ptr,c;
    +static int sig_out(BIO *b)
    +{
    +    BIO_OK_CTX *ctx;
    +    EVP_MD_CTX *md;
    +
    +    ctx = b->ptr;
    +    md = &ctx->md;
    +
    +    if (ctx->buf_len + 2 * md->digest->md_size > OK_BLOCK_SIZE)
    +        return 1;
    +
    +    if (!EVP_DigestInit_ex(md, md->digest, NULL))
    +        goto berr;
    +    /*
    +     * FIXME: there's absolutely no guarantee this makes any sense at all,
    +     * particularly now EVP_MD_CTX has been restructured.
    +     */
    +    RAND_pseudo_bytes(md->md_data, md->digest->md_size);
    +    memcpy(&(ctx->buf[ctx->buf_len]), md->md_data, md->digest->md_size);
    +    longswap(&(ctx->buf[ctx->buf_len]), md->digest->md_size);
    +    ctx->buf_len += md->digest->md_size;
    +
    +    if (!EVP_DigestUpdate(md, WELLKNOWN, strlen(WELLKNOWN)))
    +        goto berr;
    +    if (!EVP_DigestFinal_ex(md, &(ctx->buf[ctx->buf_len]), NULL))
    +        goto berr;
    +    ctx->buf_len += md->digest->md_size;
    +    ctx->blockout = 1;
    +    ctx->sigio = 0;
    +    return 1;
    + berr:
    +    BIO_clear_retry_flags(b);
    +    return 0;
    +}
     
    -		for(i= 0;i < len;i+= 4) {
    -			c=p[0],p[0]=p[3],p[3]=c;
    -			c=p[1],p[1]=p[2],p[2]=c;
    -		}
    -	}
    +static int sig_in(BIO *b)
    +{
    +    BIO_OK_CTX *ctx;
    +    EVP_MD_CTX *md;
    +    unsigned char tmp[EVP_MAX_MD_SIZE];
    +    int ret = 0;
    +
    +    ctx = b->ptr;
    +    md = &ctx->md;
    +
    +    if ((int)(ctx->buf_len - ctx->buf_off) < 2 * md->digest->md_size)
    +        return 1;
    +
    +    if (!EVP_DigestInit_ex(md, md->digest, NULL))
    +        goto berr;
    +    memcpy(md->md_data, &(ctx->buf[ctx->buf_off]), md->digest->md_size);
    +    longswap(md->md_data, md->digest->md_size);
    +    ctx->buf_off += md->digest->md_size;
    +
    +    if (!EVP_DigestUpdate(md, WELLKNOWN, strlen(WELLKNOWN)))
    +        goto berr;
    +    if (!EVP_DigestFinal_ex(md, tmp, NULL))
    +        goto berr;
    +    ret = memcmp(&(ctx->buf[ctx->buf_off]), tmp, md->digest->md_size) == 0;
    +    ctx->buf_off += md->digest->md_size;
    +    if (ret == 1) {
    +        ctx->sigio = 0;
    +        if (ctx->buf_len != ctx->buf_off) {
    +            memmove(ctx->buf, &(ctx->buf[ctx->buf_off]),
    +                    ctx->buf_len - ctx->buf_off);
    +        }
    +        ctx->buf_len -= ctx->buf_off;
    +        ctx->buf_off = 0;
    +    } else {
    +        ctx->cont = 0;
    +    }
    +    return 1;
    + berr:
    +    BIO_clear_retry_flags(b);
    +    return 0;
     }
     
    -static int sig_out(BIO* b)
    -	{
    -	BIO_OK_CTX *ctx;
    -	EVP_MD_CTX *md;
    -
    -	ctx=b->ptr;
    -	md=&ctx->md;
    -
    -	if(ctx->buf_len+ 2* md->digest->md_size > OK_BLOCK_SIZE) return 1;
    -
    -	if (!EVP_DigestInit_ex(md, md->digest, NULL))
    -		goto berr;
    -	/* FIXME: there's absolutely no guarantee this makes any sense at all,
    -	 * particularly now EVP_MD_CTX has been restructured.
    -	 */
    -	RAND_pseudo_bytes(md->md_data, md->digest->md_size);
    -	memcpy(&(ctx->buf[ctx->buf_len]), md->md_data, md->digest->md_size);
    -	longswap(&(ctx->buf[ctx->buf_len]), md->digest->md_size);
    -	ctx->buf_len+= md->digest->md_size;
    -
    -	if (!EVP_DigestUpdate(md, WELLKNOWN, strlen(WELLKNOWN)))
    -		goto berr;
    -	if (!EVP_DigestFinal_ex(md, &(ctx->buf[ctx->buf_len]), NULL))
    -		goto berr;
    -	ctx->buf_len+= md->digest->md_size;
    -	ctx->blockout= 1;
    -	ctx->sigio= 0;
    -	return 1;
    -	berr:
    -	BIO_clear_retry_flags(b);
    -	return 0;
    -	}
    -
    -static int sig_in(BIO* b)
    -	{
    -	BIO_OK_CTX *ctx;
    -	EVP_MD_CTX *md;
    -	unsigned char tmp[EVP_MAX_MD_SIZE];
    -	int ret= 0;
    -
    -	ctx=b->ptr;
    -	md=&ctx->md;
    -
    -	if((int)(ctx->buf_len-ctx->buf_off) < 2*md->digest->md_size) return 1;
    -
    -	if (!EVP_DigestInit_ex(md, md->digest, NULL))
    -		goto berr;
    -	memcpy(md->md_data, &(ctx->buf[ctx->buf_off]), md->digest->md_size);
    -	longswap(md->md_data, md->digest->md_size);
    -	ctx->buf_off+= md->digest->md_size;
    -
    -	if (!EVP_DigestUpdate(md, WELLKNOWN, strlen(WELLKNOWN)))
    -		goto berr;
    -	if (!EVP_DigestFinal_ex(md, tmp, NULL))
    -		goto berr;
    -	ret= memcmp(&(ctx->buf[ctx->buf_off]), tmp, md->digest->md_size) == 0;
    -	ctx->buf_off+= md->digest->md_size;
    -	if(ret == 1)
    -		{
    -		ctx->sigio= 0;
    -		if(ctx->buf_len != ctx->buf_off)
    -			{
    -			memmove(ctx->buf, &(ctx->buf[ctx->buf_off]), ctx->buf_len- ctx->buf_off);
    -			}
    -		ctx->buf_len-= ctx->buf_off;
    -		ctx->buf_off= 0;
    -		}
    -	else
    -		{
    -		ctx->cont= 0;
    -		}
    -	return 1;
    -	berr:
    -	BIO_clear_retry_flags(b);
    -	return 0;
    -	}
    -
    -static int block_out(BIO* b)
    -	{
    -	BIO_OK_CTX *ctx;
    -	EVP_MD_CTX *md;
    -	unsigned long tl;
    -
    -	ctx=b->ptr;
    -	md=&ctx->md;
    -
    -	tl= ctx->buf_len- OK_BLOCK_BLOCK;
    -	ctx->buf[0]=(unsigned char)(tl>>24);
    -	ctx->buf[1]=(unsigned char)(tl>>16);
    -	ctx->buf[2]=(unsigned char)(tl>>8);
    -	ctx->buf[3]=(unsigned char)(tl);
    -	if (!EVP_DigestUpdate(md,
    -		(unsigned char*) &(ctx->buf[OK_BLOCK_BLOCK]), tl))
    -		goto berr;
    -	if (!EVP_DigestFinal_ex(md, &(ctx->buf[ctx->buf_len]), NULL))
    -		goto berr;
    -	ctx->buf_len+= md->digest->md_size;
    -	ctx->blockout= 1;
    -	return 1;
    -	berr:
    -	BIO_clear_retry_flags(b);
    -	return 0;
    -	}
    -
    -static int block_in(BIO* b)
    -	{
    -	BIO_OK_CTX *ctx;
    -	EVP_MD_CTX *md;
    -	unsigned long tl= 0;
    -	unsigned char tmp[EVP_MAX_MD_SIZE];
    -
    -	ctx=b->ptr;
    -	md=&ctx->md;
    -
    -	assert(sizeof(tl)>=OK_BLOCK_BLOCK);	/* always true */
    -	tl =ctx->buf[0]; tl<<=8;
    -	tl|=ctx->buf[1]; tl<<=8;
    -	tl|=ctx->buf[2]; tl<<=8;
    -	tl|=ctx->buf[3];
    -
    -	if (ctx->buf_len < tl+ OK_BLOCK_BLOCK+ md->digest->md_size) return 1;
    - 
    -	if (!EVP_DigestUpdate(md,
    -			(unsigned char*) &(ctx->buf[OK_BLOCK_BLOCK]), tl))
    -		goto berr;
    -	if (!EVP_DigestFinal_ex(md, tmp, NULL))
    -		goto berr;
    -	if(memcmp(&(ctx->buf[tl+ OK_BLOCK_BLOCK]), tmp, md->digest->md_size) == 0)
    -		{
    -		/* there might be parts from next block lurking around ! */
    -		ctx->buf_off_save= tl+ OK_BLOCK_BLOCK+ md->digest->md_size;
    -		ctx->buf_len_save= ctx->buf_len;
    -		ctx->buf_off= OK_BLOCK_BLOCK;
    -		ctx->buf_len= tl+ OK_BLOCK_BLOCK;
    -		ctx->blockout= 1;
    -		}
    -	else
    -		{
    -		ctx->cont= 0;
    -		}
    -	return 1;
    -	berr:
    -	BIO_clear_retry_flags(b);
    -	return 0;
    -	}
    +static int block_out(BIO *b)
    +{
    +    BIO_OK_CTX *ctx;
    +    EVP_MD_CTX *md;
    +    unsigned long tl;
    +
    +    ctx = b->ptr;
    +    md = &ctx->md;
    +
    +    tl = ctx->buf_len - OK_BLOCK_BLOCK;
    +    ctx->buf[0] = (unsigned char)(tl >> 24);
    +    ctx->buf[1] = (unsigned char)(tl >> 16);
    +    ctx->buf[2] = (unsigned char)(tl >> 8);
    +    ctx->buf[3] = (unsigned char)(tl);
    +    if (!EVP_DigestUpdate(md,
    +                          (unsigned char *)&(ctx->buf[OK_BLOCK_BLOCK]), tl))
    +        goto berr;
    +    if (!EVP_DigestFinal_ex(md, &(ctx->buf[ctx->buf_len]), NULL))
    +        goto berr;
    +    ctx->buf_len += md->digest->md_size;
    +    ctx->blockout = 1;
    +    return 1;
    + berr:
    +    BIO_clear_retry_flags(b);
    +    return 0;
    +}
     
    +static int block_in(BIO *b)
    +{
    +    BIO_OK_CTX *ctx;
    +    EVP_MD_CTX *md;
    +    unsigned long tl = 0;
    +    unsigned char tmp[EVP_MAX_MD_SIZE];
    +
    +    ctx = b->ptr;
    +    md = &ctx->md;
    +
    +    assert(sizeof(tl) >= OK_BLOCK_BLOCK); /* always true */
    +    tl = ctx->buf[0];
    +    tl <<= 8;
    +    tl |= ctx->buf[1];
    +    tl <<= 8;
    +    tl |= ctx->buf[2];
    +    tl <<= 8;
    +    tl |= ctx->buf[3];
    +
    +    if (ctx->buf_len < tl + OK_BLOCK_BLOCK + md->digest->md_size)
    +        return 1;
    +
    +    if (!EVP_DigestUpdate(md,
    +                          (unsigned char *)&(ctx->buf[OK_BLOCK_BLOCK]), tl))
    +        goto berr;
    +    if (!EVP_DigestFinal_ex(md, tmp, NULL))
    +        goto berr;
    +    if (memcmp(&(ctx->buf[tl + OK_BLOCK_BLOCK]), tmp, md->digest->md_size) ==
    +        0) {
    +        /* there might be parts from next block lurking around ! */
    +        ctx->buf_off_save = tl + OK_BLOCK_BLOCK + md->digest->md_size;
    +        ctx->buf_len_save = ctx->buf_len;
    +        ctx->buf_off = OK_BLOCK_BLOCK;
    +        ctx->buf_len = tl + OK_BLOCK_BLOCK;
    +        ctx->blockout = 1;
    +    } else {
    +        ctx->cont = 0;
    +    }
    +    return 1;
    + berr:
    +    BIO_clear_retry_flags(b);
    +    return 0;
    +}
    diff --git a/openssl/crypto/evp/c_all.c b/openssl/crypto/evp/c_all.c
    index 766c4cecd..a3ed00d4c 100644
    --- a/openssl/crypto/evp/c_all.c
    +++ b/openssl/crypto/evp/c_all.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,31 +60,31 @@
     #include "cryptlib.h"
     #include 
     #ifndef OPENSSL_NO_ENGINE
    -#include 
    +# include 
     #endif
     
     #if 0
    -#undef OpenSSL_add_all_algorithms
    +# undef OpenSSL_add_all_algorithms
     
     void OpenSSL_add_all_algorithms(void)
    -	{
    -	OPENSSL_add_all_algorithms_noconf();
    -	}
    +{
    +    OPENSSL_add_all_algorithms_noconf();
    +}
     #endif
     
     void OPENSSL_add_all_algorithms_noconf(void)
    -	{
    -	/*
    -	 * For the moment OPENSSL_cpuid_setup does something
    -	 * only on IA-32, but we reserve the option for all
    -	 * platforms...
    -	 */
    -	OPENSSL_cpuid_setup();
    -	OpenSSL_add_all_ciphers();
    -	OpenSSL_add_all_digests();
    +{
    +    /*
    +     * For the moment OPENSSL_cpuid_setup does something
    +     * only on IA-32, but we reserve the option for all
    +     * platforms...
    +     */
    +    OPENSSL_cpuid_setup();
    +    OpenSSL_add_all_ciphers();
    +    OpenSSL_add_all_digests();
     #ifndef OPENSSL_NO_ENGINE
     # if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(HAVE_CRYPTODEV)
    -	ENGINE_setup_bsd_cryptodev();
    +    ENGINE_setup_bsd_cryptodev();
     # endif
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/evp/c_allc.c b/openssl/crypto/evp/c_allc.c
    index 2a45d435e..280e58408 100644
    --- a/openssl/crypto/evp/c_allc.c
    +++ b/openssl/crypto/evp/c_allc.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,168 +63,179 @@
     #include 
     
     void OpenSSL_add_all_ciphers(void)
    -	{
    +{
     
     #ifndef OPENSSL_NO_DES
    -	EVP_add_cipher(EVP_des_cfb());
    -	EVP_add_cipher(EVP_des_cfb1());
    -	EVP_add_cipher(EVP_des_cfb8());
    -	EVP_add_cipher(EVP_des_ede_cfb());
    -	EVP_add_cipher(EVP_des_ede3_cfb());
    -	EVP_add_cipher(EVP_des_ede3_cfb1());
    -	EVP_add_cipher(EVP_des_ede3_cfb8());
    -
    -	EVP_add_cipher(EVP_des_ofb());
    -	EVP_add_cipher(EVP_des_ede_ofb());
    -	EVP_add_cipher(EVP_des_ede3_ofb());
    -
    -	EVP_add_cipher(EVP_desx_cbc());
    -	EVP_add_cipher_alias(SN_desx_cbc,"DESX");
    -	EVP_add_cipher_alias(SN_desx_cbc,"desx");
    -
    -	EVP_add_cipher(EVP_des_cbc());
    -	EVP_add_cipher_alias(SN_des_cbc,"DES");
    -	EVP_add_cipher_alias(SN_des_cbc,"des");
    -	EVP_add_cipher(EVP_des_ede_cbc());
    -	EVP_add_cipher(EVP_des_ede3_cbc());
    -	EVP_add_cipher_alias(SN_des_ede3_cbc,"DES3");
    -	EVP_add_cipher_alias(SN_des_ede3_cbc,"des3");
    -
    -	EVP_add_cipher(EVP_des_ecb());
    -	EVP_add_cipher(EVP_des_ede());
    -	EVP_add_cipher(EVP_des_ede3());
    +    EVP_add_cipher(EVP_des_cfb());
    +    EVP_add_cipher(EVP_des_cfb1());
    +    EVP_add_cipher(EVP_des_cfb8());
    +    EVP_add_cipher(EVP_des_ede_cfb());
    +    EVP_add_cipher(EVP_des_ede3_cfb());
    +    EVP_add_cipher(EVP_des_ede3_cfb1());
    +    EVP_add_cipher(EVP_des_ede3_cfb8());
    +
    +    EVP_add_cipher(EVP_des_ofb());
    +    EVP_add_cipher(EVP_des_ede_ofb());
    +    EVP_add_cipher(EVP_des_ede3_ofb());
    +
    +    EVP_add_cipher(EVP_desx_cbc());
    +    EVP_add_cipher_alias(SN_desx_cbc, "DESX");
    +    EVP_add_cipher_alias(SN_desx_cbc, "desx");
    +
    +    EVP_add_cipher(EVP_des_cbc());
    +    EVP_add_cipher_alias(SN_des_cbc, "DES");
    +    EVP_add_cipher_alias(SN_des_cbc, "des");
    +    EVP_add_cipher(EVP_des_ede_cbc());
    +    EVP_add_cipher(EVP_des_ede3_cbc());
    +    EVP_add_cipher_alias(SN_des_ede3_cbc, "DES3");
    +    EVP_add_cipher_alias(SN_des_ede3_cbc, "des3");
    +
    +    EVP_add_cipher(EVP_des_ecb());
    +    EVP_add_cipher(EVP_des_ede());
    +    EVP_add_cipher(EVP_des_ede3());
    +    EVP_add_cipher(EVP_des_ede3_wrap());
     #endif
     
     #ifndef OPENSSL_NO_RC4
    -	EVP_add_cipher(EVP_rc4());
    -	EVP_add_cipher(EVP_rc4_40());
    -#ifndef OPENSSL_NO_MD5
    -	EVP_add_cipher(EVP_rc4_hmac_md5());
    -#endif
    +    EVP_add_cipher(EVP_rc4());
    +    EVP_add_cipher(EVP_rc4_40());
    +# ifndef OPENSSL_NO_MD5
    +    EVP_add_cipher(EVP_rc4_hmac_md5());
    +# endif
     #endif
     
     #ifndef OPENSSL_NO_IDEA
    -	EVP_add_cipher(EVP_idea_ecb());
    -	EVP_add_cipher(EVP_idea_cfb());
    -	EVP_add_cipher(EVP_idea_ofb());
    -	EVP_add_cipher(EVP_idea_cbc());
    -	EVP_add_cipher_alias(SN_idea_cbc,"IDEA");
    -	EVP_add_cipher_alias(SN_idea_cbc,"idea");
    +    EVP_add_cipher(EVP_idea_ecb());
    +    EVP_add_cipher(EVP_idea_cfb());
    +    EVP_add_cipher(EVP_idea_ofb());
    +    EVP_add_cipher(EVP_idea_cbc());
    +    EVP_add_cipher_alias(SN_idea_cbc, "IDEA");
    +    EVP_add_cipher_alias(SN_idea_cbc, "idea");
     #endif
     
     #ifndef OPENSSL_NO_SEED
    -	EVP_add_cipher(EVP_seed_ecb());
    -	EVP_add_cipher(EVP_seed_cfb());
    -	EVP_add_cipher(EVP_seed_ofb());
    -	EVP_add_cipher(EVP_seed_cbc());
    -	EVP_add_cipher_alias(SN_seed_cbc,"SEED");
    -	EVP_add_cipher_alias(SN_seed_cbc,"seed");
    +    EVP_add_cipher(EVP_seed_ecb());
    +    EVP_add_cipher(EVP_seed_cfb());
    +    EVP_add_cipher(EVP_seed_ofb());
    +    EVP_add_cipher(EVP_seed_cbc());
    +    EVP_add_cipher_alias(SN_seed_cbc, "SEED");
    +    EVP_add_cipher_alias(SN_seed_cbc, "seed");
     #endif
     
     #ifndef OPENSSL_NO_RC2
    -	EVP_add_cipher(EVP_rc2_ecb());
    -	EVP_add_cipher(EVP_rc2_cfb());
    -	EVP_add_cipher(EVP_rc2_ofb());
    -	EVP_add_cipher(EVP_rc2_cbc());
    -	EVP_add_cipher(EVP_rc2_40_cbc());
    -	EVP_add_cipher(EVP_rc2_64_cbc());
    -	EVP_add_cipher_alias(SN_rc2_cbc,"RC2");
    -	EVP_add_cipher_alias(SN_rc2_cbc,"rc2");
    +    EVP_add_cipher(EVP_rc2_ecb());
    +    EVP_add_cipher(EVP_rc2_cfb());
    +    EVP_add_cipher(EVP_rc2_ofb());
    +    EVP_add_cipher(EVP_rc2_cbc());
    +    EVP_add_cipher(EVP_rc2_40_cbc());
    +    EVP_add_cipher(EVP_rc2_64_cbc());
    +    EVP_add_cipher_alias(SN_rc2_cbc, "RC2");
    +    EVP_add_cipher_alias(SN_rc2_cbc, "rc2");
     #endif
     
     #ifndef OPENSSL_NO_BF
    -	EVP_add_cipher(EVP_bf_ecb());
    -	EVP_add_cipher(EVP_bf_cfb());
    -	EVP_add_cipher(EVP_bf_ofb());
    -	EVP_add_cipher(EVP_bf_cbc());
    -	EVP_add_cipher_alias(SN_bf_cbc,"BF");
    -	EVP_add_cipher_alias(SN_bf_cbc,"bf");
    -	EVP_add_cipher_alias(SN_bf_cbc,"blowfish");
    +    EVP_add_cipher(EVP_bf_ecb());
    +    EVP_add_cipher(EVP_bf_cfb());
    +    EVP_add_cipher(EVP_bf_ofb());
    +    EVP_add_cipher(EVP_bf_cbc());
    +    EVP_add_cipher_alias(SN_bf_cbc, "BF");
    +    EVP_add_cipher_alias(SN_bf_cbc, "bf");
    +    EVP_add_cipher_alias(SN_bf_cbc, "blowfish");
     #endif
     
     #ifndef OPENSSL_NO_CAST
    -	EVP_add_cipher(EVP_cast5_ecb());
    -	EVP_add_cipher(EVP_cast5_cfb());
    -	EVP_add_cipher(EVP_cast5_ofb());
    -	EVP_add_cipher(EVP_cast5_cbc());
    -	EVP_add_cipher_alias(SN_cast5_cbc,"CAST");
    -	EVP_add_cipher_alias(SN_cast5_cbc,"cast");
    -	EVP_add_cipher_alias(SN_cast5_cbc,"CAST-cbc");
    -	EVP_add_cipher_alias(SN_cast5_cbc,"cast-cbc");
    +    EVP_add_cipher(EVP_cast5_ecb());
    +    EVP_add_cipher(EVP_cast5_cfb());
    +    EVP_add_cipher(EVP_cast5_ofb());
    +    EVP_add_cipher(EVP_cast5_cbc());
    +    EVP_add_cipher_alias(SN_cast5_cbc, "CAST");
    +    EVP_add_cipher_alias(SN_cast5_cbc, "cast");
    +    EVP_add_cipher_alias(SN_cast5_cbc, "CAST-cbc");
    +    EVP_add_cipher_alias(SN_cast5_cbc, "cast-cbc");
     #endif
     
     #ifndef OPENSSL_NO_RC5
    -	EVP_add_cipher(EVP_rc5_32_12_16_ecb());
    -	EVP_add_cipher(EVP_rc5_32_12_16_cfb());
    -	EVP_add_cipher(EVP_rc5_32_12_16_ofb());
    -	EVP_add_cipher(EVP_rc5_32_12_16_cbc());
    -	EVP_add_cipher_alias(SN_rc5_cbc,"rc5");
    -	EVP_add_cipher_alias(SN_rc5_cbc,"RC5");
    +    EVP_add_cipher(EVP_rc5_32_12_16_ecb());
    +    EVP_add_cipher(EVP_rc5_32_12_16_cfb());
    +    EVP_add_cipher(EVP_rc5_32_12_16_ofb());
    +    EVP_add_cipher(EVP_rc5_32_12_16_cbc());
    +    EVP_add_cipher_alias(SN_rc5_cbc, "rc5");
    +    EVP_add_cipher_alias(SN_rc5_cbc, "RC5");
     #endif
     
     #ifndef OPENSSL_NO_AES
    -	EVP_add_cipher(EVP_aes_128_ecb());
    -	EVP_add_cipher(EVP_aes_128_cbc());
    -	EVP_add_cipher(EVP_aes_128_cfb());
    -	EVP_add_cipher(EVP_aes_128_cfb1());
    -	EVP_add_cipher(EVP_aes_128_cfb8());
    -	EVP_add_cipher(EVP_aes_128_ofb());
    -	EVP_add_cipher(EVP_aes_128_ctr());
    -	EVP_add_cipher(EVP_aes_128_gcm());
    -	EVP_add_cipher(EVP_aes_128_xts());
    -	EVP_add_cipher_alias(SN_aes_128_cbc,"AES128");
    -	EVP_add_cipher_alias(SN_aes_128_cbc,"aes128");
    -	EVP_add_cipher(EVP_aes_192_ecb());
    -	EVP_add_cipher(EVP_aes_192_cbc());
    -	EVP_add_cipher(EVP_aes_192_cfb());
    -	EVP_add_cipher(EVP_aes_192_cfb1());
    -	EVP_add_cipher(EVP_aes_192_cfb8());
    -	EVP_add_cipher(EVP_aes_192_ofb());
    -	EVP_add_cipher(EVP_aes_192_ctr());
    -	EVP_add_cipher(EVP_aes_192_gcm());
    -	EVP_add_cipher_alias(SN_aes_192_cbc,"AES192");
    -	EVP_add_cipher_alias(SN_aes_192_cbc,"aes192");
    -	EVP_add_cipher(EVP_aes_256_ecb());
    -	EVP_add_cipher(EVP_aes_256_cbc());
    -	EVP_add_cipher(EVP_aes_256_cfb());
    -	EVP_add_cipher(EVP_aes_256_cfb1());
    -	EVP_add_cipher(EVP_aes_256_cfb8());
    -	EVP_add_cipher(EVP_aes_256_ofb());
    -	EVP_add_cipher(EVP_aes_256_ctr());
    -	EVP_add_cipher(EVP_aes_256_gcm());
    -	EVP_add_cipher(EVP_aes_256_xts());
    -	EVP_add_cipher_alias(SN_aes_256_cbc,"AES256");
    -	EVP_add_cipher_alias(SN_aes_256_cbc,"aes256");
    -#if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA1)
    -	EVP_add_cipher(EVP_aes_128_cbc_hmac_sha1());
    -	EVP_add_cipher(EVP_aes_256_cbc_hmac_sha1());
    -#endif
    +    EVP_add_cipher(EVP_aes_128_ecb());
    +    EVP_add_cipher(EVP_aes_128_cbc());
    +    EVP_add_cipher(EVP_aes_128_cfb());
    +    EVP_add_cipher(EVP_aes_128_cfb1());
    +    EVP_add_cipher(EVP_aes_128_cfb8());
    +    EVP_add_cipher(EVP_aes_128_ofb());
    +    EVP_add_cipher(EVP_aes_128_ctr());
    +    EVP_add_cipher(EVP_aes_128_gcm());
    +    EVP_add_cipher(EVP_aes_128_xts());
    +    EVP_add_cipher(EVP_aes_128_ccm());
    +    EVP_add_cipher(EVP_aes_128_wrap());
    +    EVP_add_cipher_alias(SN_aes_128_cbc, "AES128");
    +    EVP_add_cipher_alias(SN_aes_128_cbc, "aes128");
    +    EVP_add_cipher(EVP_aes_192_ecb());
    +    EVP_add_cipher(EVP_aes_192_cbc());
    +    EVP_add_cipher(EVP_aes_192_cfb());
    +    EVP_add_cipher(EVP_aes_192_cfb1());
    +    EVP_add_cipher(EVP_aes_192_cfb8());
    +    EVP_add_cipher(EVP_aes_192_ofb());
    +    EVP_add_cipher(EVP_aes_192_ctr());
    +    EVP_add_cipher(EVP_aes_192_gcm());
    +    EVP_add_cipher(EVP_aes_192_ccm());
    +    EVP_add_cipher(EVP_aes_192_wrap());
    +    EVP_add_cipher_alias(SN_aes_192_cbc, "AES192");
    +    EVP_add_cipher_alias(SN_aes_192_cbc, "aes192");
    +    EVP_add_cipher(EVP_aes_256_ecb());
    +    EVP_add_cipher(EVP_aes_256_cbc());
    +    EVP_add_cipher(EVP_aes_256_cfb());
    +    EVP_add_cipher(EVP_aes_256_cfb1());
    +    EVP_add_cipher(EVP_aes_256_cfb8());
    +    EVP_add_cipher(EVP_aes_256_ofb());
    +    EVP_add_cipher(EVP_aes_256_ctr());
    +    EVP_add_cipher(EVP_aes_256_gcm());
    +    EVP_add_cipher(EVP_aes_256_xts());
    +    EVP_add_cipher(EVP_aes_256_ccm());
    +    EVP_add_cipher(EVP_aes_256_wrap());
    +    EVP_add_cipher_alias(SN_aes_256_cbc, "AES256");
    +    EVP_add_cipher_alias(SN_aes_256_cbc, "aes256");
    +# if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA1)
    +    EVP_add_cipher(EVP_aes_128_cbc_hmac_sha1());
    +    EVP_add_cipher(EVP_aes_256_cbc_hmac_sha1());
    +# endif
    +# if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA256)
    +    EVP_add_cipher(EVP_aes_128_cbc_hmac_sha256());
    +    EVP_add_cipher(EVP_aes_256_cbc_hmac_sha256());
    +# endif
     #endif
     
     #ifndef OPENSSL_NO_CAMELLIA
    -	EVP_add_cipher(EVP_camellia_128_ecb());
    -	EVP_add_cipher(EVP_camellia_128_cbc());
    -	EVP_add_cipher(EVP_camellia_128_cfb());
    -	EVP_add_cipher(EVP_camellia_128_cfb1());
    -	EVP_add_cipher(EVP_camellia_128_cfb8());
    -	EVP_add_cipher(EVP_camellia_128_ofb());
    -	EVP_add_cipher_alias(SN_camellia_128_cbc,"CAMELLIA128");
    -	EVP_add_cipher_alias(SN_camellia_128_cbc,"camellia128");
    -	EVP_add_cipher(EVP_camellia_192_ecb());
    -	EVP_add_cipher(EVP_camellia_192_cbc());
    -	EVP_add_cipher(EVP_camellia_192_cfb());
    -	EVP_add_cipher(EVP_camellia_192_cfb1());
    -	EVP_add_cipher(EVP_camellia_192_cfb8());
    -	EVP_add_cipher(EVP_camellia_192_ofb());
    -	EVP_add_cipher_alias(SN_camellia_192_cbc,"CAMELLIA192");
    -	EVP_add_cipher_alias(SN_camellia_192_cbc,"camellia192");
    -	EVP_add_cipher(EVP_camellia_256_ecb());
    -	EVP_add_cipher(EVP_camellia_256_cbc());
    -	EVP_add_cipher(EVP_camellia_256_cfb());
    -	EVP_add_cipher(EVP_camellia_256_cfb1());
    -	EVP_add_cipher(EVP_camellia_256_cfb8());
    -	EVP_add_cipher(EVP_camellia_256_ofb());
    -	EVP_add_cipher_alias(SN_camellia_256_cbc,"CAMELLIA256");
    -	EVP_add_cipher_alias(SN_camellia_256_cbc,"camellia256");
    +    EVP_add_cipher(EVP_camellia_128_ecb());
    +    EVP_add_cipher(EVP_camellia_128_cbc());
    +    EVP_add_cipher(EVP_camellia_128_cfb());
    +    EVP_add_cipher(EVP_camellia_128_cfb1());
    +    EVP_add_cipher(EVP_camellia_128_cfb8());
    +    EVP_add_cipher(EVP_camellia_128_ofb());
    +    EVP_add_cipher_alias(SN_camellia_128_cbc, "CAMELLIA128");
    +    EVP_add_cipher_alias(SN_camellia_128_cbc, "camellia128");
    +    EVP_add_cipher(EVP_camellia_192_ecb());
    +    EVP_add_cipher(EVP_camellia_192_cbc());
    +    EVP_add_cipher(EVP_camellia_192_cfb());
    +    EVP_add_cipher(EVP_camellia_192_cfb1());
    +    EVP_add_cipher(EVP_camellia_192_cfb8());
    +    EVP_add_cipher(EVP_camellia_192_ofb());
    +    EVP_add_cipher_alias(SN_camellia_192_cbc, "CAMELLIA192");
    +    EVP_add_cipher_alias(SN_camellia_192_cbc, "camellia192");
    +    EVP_add_cipher(EVP_camellia_256_ecb());
    +    EVP_add_cipher(EVP_camellia_256_cbc());
    +    EVP_add_cipher(EVP_camellia_256_cfb());
    +    EVP_add_cipher(EVP_camellia_256_cfb1());
    +    EVP_add_cipher(EVP_camellia_256_cfb8());
    +    EVP_add_cipher(EVP_camellia_256_ofb());
    +    EVP_add_cipher_alias(SN_camellia_256_cbc, "CAMELLIA256");
    +    EVP_add_cipher_alias(SN_camellia_256_cbc, "camellia256");
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/evp/c_alld.c b/openssl/crypto/evp/c_alld.c
    index 311e1fe2f..fdbe3ee04 100644
    --- a/openssl/crypto/evp/c_alld.c
    +++ b/openssl/crypto/evp/c_alld.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,52 +63,52 @@
     #include 
     
     void OpenSSL_add_all_digests(void)
    -	{
    +{
     #ifndef OPENSSL_NO_MD4
    -	EVP_add_digest(EVP_md4());
    +    EVP_add_digest(EVP_md4());
     #endif
     #ifndef OPENSSL_NO_MD5
    -	EVP_add_digest(EVP_md5());
    -	EVP_add_digest_alias(SN_md5,"ssl2-md5");
    -	EVP_add_digest_alias(SN_md5,"ssl3-md5");
    +    EVP_add_digest(EVP_md5());
    +    EVP_add_digest_alias(SN_md5, "ssl2-md5");
    +    EVP_add_digest_alias(SN_md5, "ssl3-md5");
     #endif
     #if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA0)
    -	EVP_add_digest(EVP_sha());
    -#ifndef OPENSSL_NO_DSA
    -	EVP_add_digest(EVP_dss());
    -#endif
    +    EVP_add_digest(EVP_sha());
    +# ifndef OPENSSL_NO_DSA
    +    EVP_add_digest(EVP_dss());
    +# endif
     #endif
     #if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA1)
    -	EVP_add_digest(EVP_sha1());
    -	EVP_add_digest_alias(SN_sha1,"ssl3-sha1");
    -	EVP_add_digest_alias(SN_sha1WithRSAEncryption,SN_sha1WithRSA);
    -#ifndef OPENSSL_NO_DSA
    -	EVP_add_digest(EVP_dss1());
    -	EVP_add_digest_alias(SN_dsaWithSHA1,SN_dsaWithSHA1_2);
    -	EVP_add_digest_alias(SN_dsaWithSHA1,"DSS1");
    -	EVP_add_digest_alias(SN_dsaWithSHA1,"dss1");
    -#endif
    -#ifndef OPENSSL_NO_ECDSA
    -	EVP_add_digest(EVP_ecdsa());
    -#endif
    +    EVP_add_digest(EVP_sha1());
    +    EVP_add_digest_alias(SN_sha1, "ssl3-sha1");
    +    EVP_add_digest_alias(SN_sha1WithRSAEncryption, SN_sha1WithRSA);
    +# ifndef OPENSSL_NO_DSA
    +    EVP_add_digest(EVP_dss1());
    +    EVP_add_digest_alias(SN_dsaWithSHA1, SN_dsaWithSHA1_2);
    +    EVP_add_digest_alias(SN_dsaWithSHA1, "DSS1");
    +    EVP_add_digest_alias(SN_dsaWithSHA1, "dss1");
    +# endif
    +# ifndef OPENSSL_NO_ECDSA
    +    EVP_add_digest(EVP_ecdsa());
    +# endif
     #endif
     #if !defined(OPENSSL_NO_MDC2) && !defined(OPENSSL_NO_DES)
    -	EVP_add_digest(EVP_mdc2());
    +    EVP_add_digest(EVP_mdc2());
     #endif
     #ifndef OPENSSL_NO_RIPEMD
    -	EVP_add_digest(EVP_ripemd160());
    -	EVP_add_digest_alias(SN_ripemd160,"ripemd");
    -	EVP_add_digest_alias(SN_ripemd160,"rmd160");
    +    EVP_add_digest(EVP_ripemd160());
    +    EVP_add_digest_alias(SN_ripemd160, "ripemd");
    +    EVP_add_digest_alias(SN_ripemd160, "rmd160");
     #endif
     #ifndef OPENSSL_NO_SHA256
    -	EVP_add_digest(EVP_sha224());
    -	EVP_add_digest(EVP_sha256());
    +    EVP_add_digest(EVP_sha224());
    +    EVP_add_digest(EVP_sha256());
     #endif
     #ifndef OPENSSL_NO_SHA512
    -	EVP_add_digest(EVP_sha384());
    -	EVP_add_digest(EVP_sha512());
    +    EVP_add_digest(EVP_sha384());
    +    EVP_add_digest(EVP_sha512());
     #endif
     #ifndef OPENSSL_NO_WHIRLPOOL
    -	EVP_add_digest(EVP_whirlpool());
    +    EVP_add_digest(EVP_whirlpool());
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/evp/digest.c b/openssl/crypto/evp/digest.c
    index d14e8e48d..bd7760d0c 100644
    --- a/openssl/crypto/evp/digest.c
    +++ b/openssl/crypto/evp/digest.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,7 +63,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -114,294 +114,290 @@
     #include 
     #include 
     #ifndef OPENSSL_NO_ENGINE
    -#include 
    +# include 
     #endif
     
     #ifdef OPENSSL_FIPS
    -#include 
    +# include 
    +# include "evp_locl.h"
     #endif
     
     void EVP_MD_CTX_init(EVP_MD_CTX *ctx)
    -	{
    -	memset(ctx,'\0',sizeof *ctx);
    -	}
    +{
    +    memset(ctx, '\0', sizeof *ctx);
    +}
     
     EVP_MD_CTX *EVP_MD_CTX_create(void)
    -	{
    -	EVP_MD_CTX *ctx=OPENSSL_malloc(sizeof *ctx);
    +{
    +    EVP_MD_CTX *ctx = OPENSSL_malloc(sizeof *ctx);
     
    -	if (ctx)
    -		EVP_MD_CTX_init(ctx);
    +    if (ctx)
    +        EVP_MD_CTX_init(ctx);
     
    -	return ctx;
    -	}
    +    return ctx;
    +}
     
     int EVP_DigestInit(EVP_MD_CTX *ctx, const EVP_MD *type)
    -	{
    -	EVP_MD_CTX_init(ctx);
    -	return EVP_DigestInit_ex(ctx, type, NULL);
    -	}
    +{
    +    EVP_MD_CTX_init(ctx);
    +    return EVP_DigestInit_ex(ctx, type, NULL);
    +}
     
     int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl)
    -	{
    -	EVP_MD_CTX_clear_flags(ctx,EVP_MD_CTX_FLAG_CLEANED);
    +{
    +    EVP_MD_CTX_clear_flags(ctx, EVP_MD_CTX_FLAG_CLEANED);
    +#ifdef OPENSSL_FIPS
    +    /* If FIPS mode switch to approved implementation if possible */
    +    if (FIPS_mode()) {
    +        const EVP_MD *fipsmd;
    +        if (type) {
    +            fipsmd = evp_get_fips_md(type);
    +            if (fipsmd)
    +                type = fipsmd;
    +        }
    +    }
    +#endif
     #ifndef OPENSSL_NO_ENGINE
    -	/* Whether it's nice or not, "Inits" can be used on "Final"'d contexts
    -	 * so this context may already have an ENGINE! Try to avoid releasing
    -	 * the previous handle, re-querying for an ENGINE, and having a
    -	 * reinitialisation, when it may all be unecessary. */
    -	if (ctx->engine && ctx->digest && (!type ||
    -			(type && (type->type == ctx->digest->type))))
    -		goto skip_to_init;
    -	if (type)
    -		{
    -		/* Ensure an ENGINE left lying around from last time is cleared
    -		 * (the previous check attempted to avoid this if the same
    -		 * ENGINE and EVP_MD could be used). */
    -		if(ctx->engine)
    -			ENGINE_finish(ctx->engine);
    -		if(impl)
    -			{
    -			if (!ENGINE_init(impl))
    -				{
    -				EVPerr(EVP_F_EVP_DIGESTINIT_EX,EVP_R_INITIALIZATION_ERROR);
    -				return 0;
    -				}
    -			}
    -		else
    -			/* Ask if an ENGINE is reserved for this job */
    -			impl = ENGINE_get_digest_engine(type->type);
    -		if(impl)
    -			{
    -			/* There's an ENGINE for this job ... (apparently) */
    -			const EVP_MD *d = ENGINE_get_digest(impl, type->type);
    -			if(!d)
    -				{
    -				/* Same comment from evp_enc.c */
    -				EVPerr(EVP_F_EVP_DIGESTINIT_EX,EVP_R_INITIALIZATION_ERROR);
    -				ENGINE_finish(impl);
    -				return 0;
    -				}
    -			/* We'll use the ENGINE's private digest definition */
    -			type = d;
    -			/* Store the ENGINE functional reference so we know
    -			 * 'type' came from an ENGINE and we need to release
    -			 * it when done. */
    -			ctx->engine = impl;
    -			}
    -		else
    -			ctx->engine = NULL;
    -		}
    -	else
    -	if(!ctx->digest)
    -		{
    -		EVPerr(EVP_F_EVP_DIGESTINIT_EX,EVP_R_NO_DIGEST_SET);
    -		return 0;
    -		}
    +    /*
    +     * Whether it's nice or not, "Inits" can be used on "Final"'d contexts so
    +     * this context may already have an ENGINE! Try to avoid releasing the
    +     * previous handle, re-querying for an ENGINE, and having a
    +     * reinitialisation, when it may all be unecessary.
    +     */
    +    if (ctx->engine && ctx->digest && (!type ||
    +                                       (type
    +                                        && (type->type ==
    +                                            ctx->digest->type))))
    +        goto skip_to_init;
    +    if (type) {
    +        /*
    +         * Ensure an ENGINE left lying around from last time is cleared (the
    +         * previous check attempted to avoid this if the same ENGINE and
    +         * EVP_MD could be used).
    +         */
    +        if (ctx->engine)
    +            ENGINE_finish(ctx->engine);
    +        if (impl) {
    +            if (!ENGINE_init(impl)) {
    +                EVPerr(EVP_F_EVP_DIGESTINIT_EX, EVP_R_INITIALIZATION_ERROR);
    +                return 0;
    +            }
    +        } else
    +            /* Ask if an ENGINE is reserved for this job */
    +            impl = ENGINE_get_digest_engine(type->type);
    +        if (impl) {
    +            /* There's an ENGINE for this job ... (apparently) */
    +            const EVP_MD *d = ENGINE_get_digest(impl, type->type);
    +            if (!d) {
    +                /* Same comment from evp_enc.c */
    +                EVPerr(EVP_F_EVP_DIGESTINIT_EX, EVP_R_INITIALIZATION_ERROR);
    +                ENGINE_finish(impl);
    +                return 0;
    +            }
    +            /* We'll use the ENGINE's private digest definition */
    +            type = d;
    +            /*
    +             * Store the ENGINE functional reference so we know 'type' came
    +             * from an ENGINE and we need to release it when done.
    +             */
    +            ctx->engine = impl;
    +        } else
    +            ctx->engine = NULL;
    +    } else if (!ctx->digest) {
    +        EVPerr(EVP_F_EVP_DIGESTINIT_EX, EVP_R_NO_DIGEST_SET);
    +        return 0;
    +    }
     #endif
    -	if (ctx->digest != type)
    -		{
    -		if (ctx->digest && ctx->digest->ctx_size)
    -			OPENSSL_free(ctx->md_data);
    -		ctx->digest=type;
    -		if (!(ctx->flags & EVP_MD_CTX_FLAG_NO_INIT) && type->ctx_size)
    -			{
    -			ctx->update = type->update;
    -			ctx->md_data=OPENSSL_malloc(type->ctx_size);
    -			if (ctx->md_data == NULL)
    -				{
    -				EVPerr(EVP_F_EVP_DIGESTINIT_EX,
    -							ERR_R_MALLOC_FAILURE);
    -				return 0;
    -				}
    -			}
    -		}
    +    if (ctx->digest != type) {
    +        if (ctx->digest && ctx->digest->ctx_size)
    +            OPENSSL_free(ctx->md_data);
    +        ctx->digest = type;
    +        if (!(ctx->flags & EVP_MD_CTX_FLAG_NO_INIT) && type->ctx_size) {
    +            ctx->update = type->update;
    +            ctx->md_data = OPENSSL_malloc(type->ctx_size);
    +            if (ctx->md_data == NULL) {
    +                EVPerr(EVP_F_EVP_DIGESTINIT_EX, ERR_R_MALLOC_FAILURE);
    +                return 0;
    +            }
    +        }
    +    }
     #ifndef OPENSSL_NO_ENGINE
    -skip_to_init:
    + skip_to_init:
     #endif
    -	if (ctx->pctx)
    -		{
    -		int r;
    -		r = EVP_PKEY_CTX_ctrl(ctx->pctx, -1, EVP_PKEY_OP_TYPE_SIG,
    -					EVP_PKEY_CTRL_DIGESTINIT, 0, ctx);
    -		if (r <= 0 && (r != -2))
    -			return 0;
    -		}
    -	if (ctx->flags & EVP_MD_CTX_FLAG_NO_INIT)
    -		return 1;
    +    if (ctx->pctx) {
    +        int r;
    +        r = EVP_PKEY_CTX_ctrl(ctx->pctx, -1, EVP_PKEY_OP_TYPE_SIG,
    +                              EVP_PKEY_CTRL_DIGESTINIT, 0, ctx);
    +        if (r <= 0 && (r != -2))
    +            return 0;
    +    }
    +    if (ctx->flags & EVP_MD_CTX_FLAG_NO_INIT)
    +        return 1;
     #ifdef OPENSSL_FIPS
    -	if (FIPS_mode())
    -		{
    -		if (FIPS_digestinit(ctx, type))
    -			return 1;
    -		OPENSSL_free(ctx->md_data);
    -		ctx->md_data = NULL;
    -		return 0;
    -		}
    +    if (FIPS_mode()) {
    +        if (FIPS_digestinit(ctx, type))
    +            return 1;
    +        OPENSSL_free(ctx->md_data);
    +        ctx->md_data = NULL;
    +        return 0;
    +    }
     #endif
    -	return ctx->digest->init(ctx);
    -	}
    +    return ctx->digest->init(ctx);
    +}
     
     int EVP_DigestUpdate(EVP_MD_CTX *ctx, const void *data, size_t count)
    -	{
    +{
     #ifdef OPENSSL_FIPS
    -	return FIPS_digestupdate(ctx, data, count);
    +    return FIPS_digestupdate(ctx, data, count);
     #else
    -	return ctx->update(ctx,data,count);
    +    return ctx->update(ctx, data, count);
     #endif
    -	}
    +}
     
     /* The caller can assume that this removes any secret data from the context */
     int EVP_DigestFinal(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *size)
    -	{
    -	int ret;
    -	ret = EVP_DigestFinal_ex(ctx, md, size);
    -	EVP_MD_CTX_cleanup(ctx);
    -	return ret;
    -	}
    +{
    +    int ret;
    +    ret = EVP_DigestFinal_ex(ctx, md, size);
    +    EVP_MD_CTX_cleanup(ctx);
    +    return ret;
    +}
     
     /* The caller can assume that this removes any secret data from the context */
     int EVP_DigestFinal_ex(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *size)
    -	{
    +{
     #ifdef OPENSSL_FIPS
    -	return FIPS_digestfinal(ctx, md, size);
    +    return FIPS_digestfinal(ctx, md, size);
     #else
    -	int ret;
    +    int ret;
     
    -	OPENSSL_assert(ctx->digest->md_size <= EVP_MAX_MD_SIZE);
    -	ret=ctx->digest->final(ctx,md);
    -	if (size != NULL)
    -		*size=ctx->digest->md_size;
    -	if (ctx->digest->cleanup)
    -		{
    -		ctx->digest->cleanup(ctx);
    -		EVP_MD_CTX_set_flags(ctx,EVP_MD_CTX_FLAG_CLEANED);
    -		}
    -	memset(ctx->md_data,0,ctx->digest->ctx_size);
    -	return ret;
    +    OPENSSL_assert(ctx->digest->md_size <= EVP_MAX_MD_SIZE);
    +    ret = ctx->digest->final(ctx, md);
    +    if (size != NULL)
    +        *size = ctx->digest->md_size;
    +    if (ctx->digest->cleanup) {
    +        ctx->digest->cleanup(ctx);
    +        EVP_MD_CTX_set_flags(ctx, EVP_MD_CTX_FLAG_CLEANED);
    +    }
    +    memset(ctx->md_data, 0, ctx->digest->ctx_size);
    +    return ret;
     #endif
    -	}
    +}
     
     int EVP_MD_CTX_copy(EVP_MD_CTX *out, const EVP_MD_CTX *in)
    -	{
    -	EVP_MD_CTX_init(out);
    -	return EVP_MD_CTX_copy_ex(out, in);
    -	}
    +{
    +    EVP_MD_CTX_init(out);
    +    return EVP_MD_CTX_copy_ex(out, in);
    +}
     
     int EVP_MD_CTX_copy_ex(EVP_MD_CTX *out, const EVP_MD_CTX *in)
    -	{
    -	unsigned char *tmp_buf;
    -	if ((in == NULL) || (in->digest == NULL))
    -		{
    -		EVPerr(EVP_F_EVP_MD_CTX_COPY_EX,EVP_R_INPUT_NOT_INITIALIZED);
    -		return 0;
    -		}
    +{
    +    unsigned char *tmp_buf;
    +    if ((in == NULL) || (in->digest == NULL)) {
    +        EVPerr(EVP_F_EVP_MD_CTX_COPY_EX, EVP_R_INPUT_NOT_INITIALIZED);
    +        return 0;
    +    }
     #ifndef OPENSSL_NO_ENGINE
    -	/* Make sure it's safe to copy a digest context using an ENGINE */
    -	if (in->engine && !ENGINE_init(in->engine))
    -		{
    -		EVPerr(EVP_F_EVP_MD_CTX_COPY_EX,ERR_R_ENGINE_LIB);
    -		return 0;
    -		}
    +    /* Make sure it's safe to copy a digest context using an ENGINE */
    +    if (in->engine && !ENGINE_init(in->engine)) {
    +        EVPerr(EVP_F_EVP_MD_CTX_COPY_EX, ERR_R_ENGINE_LIB);
    +        return 0;
    +    }
     #endif
     
    -	if (out->digest == in->digest)
    -		{
    -		tmp_buf = out->md_data;
    -	    	EVP_MD_CTX_set_flags(out,EVP_MD_CTX_FLAG_REUSE);
    -		}
    -	else tmp_buf = NULL;
    -	EVP_MD_CTX_cleanup(out);
    -	memcpy(out,in,sizeof *out);
    +    if (out->digest == in->digest) {
    +        tmp_buf = out->md_data;
    +        EVP_MD_CTX_set_flags(out, EVP_MD_CTX_FLAG_REUSE);
    +    } else
    +        tmp_buf = NULL;
    +    EVP_MD_CTX_cleanup(out);
    +    memcpy(out, in, sizeof *out);
    +
    +    if (in->md_data && out->digest->ctx_size) {
    +        if (tmp_buf)
    +            out->md_data = tmp_buf;
    +        else {
    +            out->md_data = OPENSSL_malloc(out->digest->ctx_size);
    +            if (!out->md_data) {
    +                EVPerr(EVP_F_EVP_MD_CTX_COPY_EX, ERR_R_MALLOC_FAILURE);
    +                return 0;
    +            }
    +        }
    +        memcpy(out->md_data, in->md_data, out->digest->ctx_size);
    +    }
     
    -	if (in->md_data && out->digest->ctx_size)
    -		{
    -		if (tmp_buf)
    -			out->md_data = tmp_buf;
    -		else
    -			{
    -			out->md_data=OPENSSL_malloc(out->digest->ctx_size);
    -			if (!out->md_data)
    -				{
    -				EVPerr(EVP_F_EVP_MD_CTX_COPY_EX,ERR_R_MALLOC_FAILURE);
    -				return 0;
    -				}
    -			}
    -		memcpy(out->md_data,in->md_data,out->digest->ctx_size);
    -		}
    +    out->update = in->update;
     
    -	out->update = in->update;
    +    if (in->pctx) {
    +        out->pctx = EVP_PKEY_CTX_dup(in->pctx);
    +        if (!out->pctx) {
    +            EVP_MD_CTX_cleanup(out);
    +            return 0;
    +        }
    +    }
     
    -	if (in->pctx)
    -		{
    -		out->pctx = EVP_PKEY_CTX_dup(in->pctx);
    -		if (!out->pctx)
    -			{
    -			EVP_MD_CTX_cleanup(out);
    -			return 0;
    -			}
    -		}
    +    if (out->digest->copy)
    +        return out->digest->copy(out, in);
     
    -	if (out->digest->copy)
    -		return out->digest->copy(out,in);
    -	
    -	return 1;
    -	}
    +    return 1;
    +}
     
     int EVP_Digest(const void *data, size_t count,
    -		unsigned char *md, unsigned int *size, const EVP_MD *type, ENGINE *impl)
    -	{
    -	EVP_MD_CTX ctx;
    -	int ret;
    +               unsigned char *md, unsigned int *size, const EVP_MD *type,
    +               ENGINE *impl)
    +{
    +    EVP_MD_CTX ctx;
    +    int ret;
     
    -	EVP_MD_CTX_init(&ctx);
    -	EVP_MD_CTX_set_flags(&ctx,EVP_MD_CTX_FLAG_ONESHOT);
    -	ret=EVP_DigestInit_ex(&ctx, type, impl)
    -	  && EVP_DigestUpdate(&ctx, data, count)
    -	  && EVP_DigestFinal_ex(&ctx, md, size);
    -	EVP_MD_CTX_cleanup(&ctx);
    +    EVP_MD_CTX_init(&ctx);
    +    EVP_MD_CTX_set_flags(&ctx, EVP_MD_CTX_FLAG_ONESHOT);
    +    ret = EVP_DigestInit_ex(&ctx, type, impl)
    +        && EVP_DigestUpdate(&ctx, data, count)
    +        && EVP_DigestFinal_ex(&ctx, md, size);
    +    EVP_MD_CTX_cleanup(&ctx);
     
    -	return ret;
    -	}
    +    return ret;
    +}
     
     void EVP_MD_CTX_destroy(EVP_MD_CTX *ctx)
    -	{
    -	if (ctx)
    -		{
    -		EVP_MD_CTX_cleanup(ctx);
    -		OPENSSL_free(ctx);
    -		}
    -	}
    +{
    +    if (ctx) {
    +        EVP_MD_CTX_cleanup(ctx);
    +        OPENSSL_free(ctx);
    +    }
    +}
     
     /* This call frees resources associated with the context */
     int EVP_MD_CTX_cleanup(EVP_MD_CTX *ctx)
    -	{
    +{
     #ifndef OPENSSL_FIPS
    -	/* Don't assume ctx->md_data was cleaned in EVP_Digest_Final,
    -	 * because sometimes only copies of the context are ever finalised.
    -	 */
    -	if (ctx->digest && ctx->digest->cleanup
    -	    && !EVP_MD_CTX_test_flags(ctx,EVP_MD_CTX_FLAG_CLEANED))
    -		ctx->digest->cleanup(ctx);
    -	if (ctx->digest && ctx->digest->ctx_size && ctx->md_data
    -	    && !EVP_MD_CTX_test_flags(ctx, EVP_MD_CTX_FLAG_REUSE))
    -		{
    -		OPENSSL_cleanse(ctx->md_data,ctx->digest->ctx_size);
    -		OPENSSL_free(ctx->md_data);
    -		}
    +    /*
    +     * Don't assume ctx->md_data was cleaned in EVP_Digest_Final, because
    +     * sometimes only copies of the context are ever finalised.
    +     */
    +    if (ctx->digest && ctx->digest->cleanup
    +        && !EVP_MD_CTX_test_flags(ctx, EVP_MD_CTX_FLAG_CLEANED))
    +        ctx->digest->cleanup(ctx);
    +    if (ctx->digest && ctx->digest->ctx_size && ctx->md_data
    +        && !EVP_MD_CTX_test_flags(ctx, EVP_MD_CTX_FLAG_REUSE)) {
    +        OPENSSL_cleanse(ctx->md_data, ctx->digest->ctx_size);
    +        OPENSSL_free(ctx->md_data);
    +    }
     #endif
    -	if (ctx->pctx)
    -		EVP_PKEY_CTX_free(ctx->pctx);
    +    if (ctx->pctx)
    +        EVP_PKEY_CTX_free(ctx->pctx);
     #ifndef OPENSSL_NO_ENGINE
    -	if(ctx->engine)
    -		/* The EVP_MD we used belongs to an ENGINE, release the
    -		 * functional reference we held for this reason. */
    -		ENGINE_finish(ctx->engine);
    +    if (ctx->engine)
    +        /*
    +         * The EVP_MD we used belongs to an ENGINE, release the functional
    +         * reference we held for this reason.
    +         */
    +        ENGINE_finish(ctx->engine);
     #endif
     #ifdef OPENSSL_FIPS
    -	FIPS_md_ctx_cleanup(ctx);
    +    FIPS_md_ctx_cleanup(ctx);
     #endif
    -	memset(ctx,'\0',sizeof *ctx);
    +    memset(ctx, '\0', sizeof *ctx);
     
    -	return 1;
    -	}
    +    return 1;
    +}
    diff --git a/openssl/crypto/evp/e_aes.c b/openssl/crypto/evp/e_aes.c
    index dc3c2a162..41844bcab 100644
    --- a/openssl/crypto/evp/e_aes.c
    +++ b/openssl/crypto/evp/e_aes.c
    @@ -6,7 +6,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -50,1326 +50,1972 @@
     
     #include 
     #ifndef OPENSSL_NO_AES
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -#include "evp_locl.h"
    -#ifndef OPENSSL_FIPS
    -#include "modes_lcl.h"
    -#include 
    -
    -typedef struct
    -	{
    -	AES_KEY ks;
    -	block128_f block;
    -	union {
    -		cbc128_f cbc;
    -		ctr128_f ctr;
    -	} stream;
    -	} EVP_AES_KEY;
    -
    -typedef struct
    -	{
    -	AES_KEY ks;		/* AES key schedule to use */
    -	int key_set;		/* Set if key initialised */
    -	int iv_set;		/* Set if an iv is set */
    -	GCM128_CONTEXT gcm;
    -	unsigned char *iv;	/* Temporary IV store */
    -	int ivlen;		/* IV length */
    -	int taglen;
    -	int iv_gen;		/* It is OK to generate IVs */
    -	int tls_aad_len;	/* TLS AAD length */
    -	ctr128_f ctr;
    -	} EVP_AES_GCM_CTX;
    -
    -typedef struct
    -	{
    -	AES_KEY ks1, ks2;	/* AES key schedules to use */
    -	XTS128_CONTEXT xts;
    -	void     (*stream)(const unsigned char *in,
    -			unsigned char *out, size_t length,
    -			const AES_KEY *key1, const AES_KEY *key2,
    -			const unsigned char iv[16]);
    -	} EVP_AES_XTS_CTX;
    -
    -typedef struct
    -	{
    -	AES_KEY ks;		/* AES key schedule to use */
    -	int key_set;		/* Set if key initialised */
    -	int iv_set;		/* Set if an iv is set */
    -	int tag_set;		/* Set if tag is valid */
    -	int len_set;		/* Set if message length set */
    -	int L, M;		/* L and M parameters from RFC3610 */
    -	CCM128_CONTEXT ccm;
    -	ccm128_f str;
    -	} EVP_AES_CCM_CTX;
    -
    -#define MAXBITCHUNK	((size_t)1<<(sizeof(size_t)*8-4))
    -
    -#ifdef VPAES_ASM
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
    +# include "evp_locl.h"
    +# include "modes_lcl.h"
    +# include 
    +
    +# undef EVP_CIPH_FLAG_FIPS
    +# define EVP_CIPH_FLAG_FIPS 0
    +
    +typedef struct {
    +    union {
    +        double align;
    +        AES_KEY ks;
    +    } ks;
    +    block128_f block;
    +    union {
    +        cbc128_f cbc;
    +        ctr128_f ctr;
    +    } stream;
    +} EVP_AES_KEY;
    +
    +typedef struct {
    +    union {
    +        double align;
    +        AES_KEY ks;
    +    } ks;                       /* AES key schedule to use */
    +    int key_set;                /* Set if key initialised */
    +    int iv_set;                 /* Set if an iv is set */
    +    GCM128_CONTEXT gcm;
    +    unsigned char *iv;          /* Temporary IV store */
    +    int ivlen;                  /* IV length */
    +    int taglen;
    +    int iv_gen;                 /* It is OK to generate IVs */
    +    int tls_aad_len;            /* TLS AAD length */
    +    ctr128_f ctr;
    +} EVP_AES_GCM_CTX;
    +
    +typedef struct {
    +    union {
    +        double align;
    +        AES_KEY ks;
    +    } ks1, ks2;                 /* AES key schedules to use */
    +    XTS128_CONTEXT xts;
    +    void (*stream) (const unsigned char *in,
    +                    unsigned char *out, size_t length,
    +                    const AES_KEY *key1, const AES_KEY *key2,
    +                    const unsigned char iv[16]);
    +} EVP_AES_XTS_CTX;
    +
    +typedef struct {
    +    union {
    +        double align;
    +        AES_KEY ks;
    +    } ks;                       /* AES key schedule to use */
    +    int key_set;                /* Set if key initialised */
    +    int iv_set;                 /* Set if an iv is set */
    +    int tag_set;                /* Set if tag is valid */
    +    int len_set;                /* Set if message length set */
    +    int L, M;                   /* L and M parameters from RFC3610 */
    +    CCM128_CONTEXT ccm;
    +    ccm128_f str;
    +} EVP_AES_CCM_CTX;
    +
    +# define MAXBITCHUNK     ((size_t)1<<(sizeof(size_t)*8-4))
    +
    +# ifdef VPAES_ASM
     int vpaes_set_encrypt_key(const unsigned char *userKey, int bits,
    -			AES_KEY *key);
    +                          AES_KEY *key);
     int vpaes_set_decrypt_key(const unsigned char *userKey, int bits,
    -			AES_KEY *key);
    +                          AES_KEY *key);
     
     void vpaes_encrypt(const unsigned char *in, unsigned char *out,
    -			const AES_KEY *key);
    +                   const AES_KEY *key);
     void vpaes_decrypt(const unsigned char *in, unsigned char *out,
    -			const AES_KEY *key);
    +                   const AES_KEY *key);
     
     void vpaes_cbc_encrypt(const unsigned char *in,
    -			unsigned char *out,
    -			size_t length,
    -			const AES_KEY *key,
    -			unsigned char *ivec, int enc);
    -#endif
    -#ifdef BSAES_ASM
    +                       unsigned char *out,
    +                       size_t length,
    +                       const AES_KEY *key, unsigned char *ivec, int enc);
    +# endif
    +# ifdef BSAES_ASM
     void bsaes_cbc_encrypt(const unsigned char *in, unsigned char *out,
    -			size_t length, const AES_KEY *key,
    -			unsigned char ivec[16], int enc);
    +                       size_t length, const AES_KEY *key,
    +                       unsigned char ivec[16], int enc);
     void bsaes_ctr32_encrypt_blocks(const unsigned char *in, unsigned char *out,
    -			size_t len, const AES_KEY *key,
    -			const unsigned char ivec[16]);
    +                                size_t len, const AES_KEY *key,
    +                                const unsigned char ivec[16]);
     void bsaes_xts_encrypt(const unsigned char *inp, unsigned char *out,
    -			size_t len, const AES_KEY *key1,
    -			const AES_KEY *key2, const unsigned char iv[16]);
    +                       size_t len, const AES_KEY *key1,
    +                       const AES_KEY *key2, const unsigned char iv[16]);
     void bsaes_xts_decrypt(const unsigned char *inp, unsigned char *out,
    -			size_t len, const AES_KEY *key1,
    -			const AES_KEY *key2, const unsigned char iv[16]);
    -#endif
    -#ifdef AES_CTR_ASM
    +                       size_t len, const AES_KEY *key1,
    +                       const AES_KEY *key2, const unsigned char iv[16]);
    +# endif
    +# ifdef AES_CTR_ASM
     void AES_ctr32_encrypt(const unsigned char *in, unsigned char *out,
    -			size_t blocks, const AES_KEY *key,
    -			const unsigned char ivec[AES_BLOCK_SIZE]);
    -#endif
    -#ifdef AES_XTS_ASM
    -void AES_xts_encrypt(const char *inp,char *out,size_t len,
    -			const AES_KEY *key1, const AES_KEY *key2,
    -			const unsigned char iv[16]);
    -void AES_xts_decrypt(const char *inp,char *out,size_t len,
    -			const AES_KEY *key1, const AES_KEY *key2,
    -			const unsigned char iv[16]);
    -#endif
    -
    -#if	defined(AES_ASM) && !defined(I386_ONLY) &&	(  \
    -	((defined(__i386)	|| defined(__i386__)	|| \
    -	  defined(_M_IX86)) && defined(OPENSSL_IA32_SSE2))|| \
    -	defined(__x86_64)	|| defined(__x86_64__)	|| \
    -	defined(_M_AMD64)	|| defined(_M_X64)	|| \
    -	defined(__INTEL__)				)
    -
    -extern unsigned int OPENSSL_ia32cap_P[2];
    -
    -#ifdef VPAES_ASM
    -#define VPAES_CAPABLE	(OPENSSL_ia32cap_P[1]&(1<<(41-32)))
    -#endif
    -#ifdef BSAES_ASM
    -#define BSAES_CAPABLE	(OPENSSL_ia32cap_P[1]&(1<<(41-32)))
    -#endif
    +                       size_t blocks, const AES_KEY *key,
    +                       const unsigned char ivec[AES_BLOCK_SIZE]);
    +# endif
    +# ifdef AES_XTS_ASM
    +void AES_xts_encrypt(const char *inp, char *out, size_t len,
    +                     const AES_KEY *key1, const AES_KEY *key2,
    +                     const unsigned char iv[16]);
    +void AES_xts_decrypt(const char *inp, char *out, size_t len,
    +                     const AES_KEY *key1, const AES_KEY *key2,
    +                     const unsigned char iv[16]);
    +# endif
    +
    +# if     defined(OPENSSL_CPUID_OBJ) && (defined(__powerpc__) || defined(__ppc__) || defined(_ARCH_PPC))
    +#  include "ppc_arch.h"
    +#  ifdef VPAES_ASM
    +#   define VPAES_CAPABLE (OPENSSL_ppccap_P & PPC_ALTIVEC)
    +#  endif
    +#  define HWAES_CAPABLE  (OPENSSL_ppccap_P & PPC_CRYPTO207)
    +#  define HWAES_set_encrypt_key aes_p8_set_encrypt_key
    +#  define HWAES_set_decrypt_key aes_p8_set_decrypt_key
    +#  define HWAES_encrypt aes_p8_encrypt
    +#  define HWAES_decrypt aes_p8_decrypt
    +#  define HWAES_cbc_encrypt aes_p8_cbc_encrypt
    +#  define HWAES_ctr32_encrypt_blocks aes_p8_ctr32_encrypt_blocks
    +# endif
    +
    +# if     defined(AES_ASM) && !defined(I386_ONLY) &&      (  \
    +        ((defined(__i386)       || defined(__i386__)    || \
    +          defined(_M_IX86)) && defined(OPENSSL_IA32_SSE2))|| \
    +        defined(__x86_64)       || defined(__x86_64__)  || \
    +        defined(_M_AMD64)       || defined(_M_X64)      || \
    +        defined(__INTEL__)                              )
    +
    +extern unsigned int OPENSSL_ia32cap_P[];
    +
    +#  ifdef VPAES_ASM
    +#   define VPAES_CAPABLE   (OPENSSL_ia32cap_P[1]&(1<<(41-32)))
    +#  endif
    +#  ifdef BSAES_ASM
    +#   define BSAES_CAPABLE   (OPENSSL_ia32cap_P[1]&(1<<(41-32)))
    +#  endif
     /*
      * AES-NI section
      */
    -#define	AESNI_CAPABLE	(OPENSSL_ia32cap_P[1]&(1<<(57-32)))
    +#  define AESNI_CAPABLE   (OPENSSL_ia32cap_P[1]&(1<<(57-32)))
     
     int aesni_set_encrypt_key(const unsigned char *userKey, int bits,
    -			AES_KEY *key);
    +                          AES_KEY *key);
     int aesni_set_decrypt_key(const unsigned char *userKey, int bits,
    -			AES_KEY *key);
    +                          AES_KEY *key);
     
     void aesni_encrypt(const unsigned char *in, unsigned char *out,
    -			const AES_KEY *key);
    +                   const AES_KEY *key);
     void aesni_decrypt(const unsigned char *in, unsigned char *out,
    -			const AES_KEY *key);
    +                   const AES_KEY *key);
     
     void aesni_ecb_encrypt(const unsigned char *in,
    -			unsigned char *out,
    -			size_t length,
    -			const AES_KEY *key,
    -			int enc);
    +                       unsigned char *out,
    +                       size_t length, const AES_KEY *key, int enc);
     void aesni_cbc_encrypt(const unsigned char *in,
    -			unsigned char *out,
    -			size_t length,
    -			const AES_KEY *key,
    -			unsigned char *ivec, int enc);
    +                       unsigned char *out,
    +                       size_t length,
    +                       const AES_KEY *key, unsigned char *ivec, int enc);
     
     void aesni_ctr32_encrypt_blocks(const unsigned char *in,
    -			unsigned char *out,
    -			size_t blocks,
    -			const void *key,
    -			const unsigned char *ivec);
    +                                unsigned char *out,
    +                                size_t blocks,
    +                                const void *key, const unsigned char *ivec);
     
     void aesni_xts_encrypt(const unsigned char *in,
    -			unsigned char *out,
    -			size_t length,
    -			const AES_KEY *key1, const AES_KEY *key2,
    -			const unsigned char iv[16]);
    +                       unsigned char *out,
    +                       size_t length,
    +                       const AES_KEY *key1, const AES_KEY *key2,
    +                       const unsigned char iv[16]);
     
     void aesni_xts_decrypt(const unsigned char *in,
    -			unsigned char *out,
    -			size_t length,
    -			const AES_KEY *key1, const AES_KEY *key2,
    -			const unsigned char iv[16]);
    -
    -void aesni_ccm64_encrypt_blocks (const unsigned char *in,
    -			unsigned char *out,
    -			size_t blocks,
    -			const void *key,
    -			const unsigned char ivec[16],
    -			unsigned char cmac[16]);
    -
    -void aesni_ccm64_decrypt_blocks (const unsigned char *in,
    -			unsigned char *out,
    -			size_t blocks,
    -			const void *key,
    -			const unsigned char ivec[16],
    -			unsigned char cmac[16]);
    +                       unsigned char *out,
    +                       size_t length,
    +                       const AES_KEY *key1, const AES_KEY *key2,
    +                       const unsigned char iv[16]);
    +
    +void aesni_ccm64_encrypt_blocks(const unsigned char *in,
    +                                unsigned char *out,
    +                                size_t blocks,
    +                                const void *key,
    +                                const unsigned char ivec[16],
    +                                unsigned char cmac[16]);
    +
    +void aesni_ccm64_decrypt_blocks(const unsigned char *in,
    +                                unsigned char *out,
    +                                size_t blocks,
    +                                const void *key,
    +                                const unsigned char ivec[16],
    +                                unsigned char cmac[16]);
    +
    +#  if defined(__x86_64) || defined(__x86_64__) || defined(_M_AMD64) || defined(_M_X64)
    +size_t aesni_gcm_encrypt(const unsigned char *in,
    +                         unsigned char *out,
    +                         size_t len,
    +                         const void *key, unsigned char ivec[16], u64 *Xi);
    +#   define AES_gcm_encrypt aesni_gcm_encrypt
    +size_t aesni_gcm_decrypt(const unsigned char *in,
    +                         unsigned char *out,
    +                         size_t len,
    +                         const void *key, unsigned char ivec[16], u64 *Xi);
    +#   define AES_gcm_decrypt aesni_gcm_decrypt
    +void gcm_ghash_avx(u64 Xi[2], const u128 Htable[16], const u8 *in,
    +                   size_t len);
    +#   define AES_GCM_ASM(gctx)       (gctx->ctr==aesni_ctr32_encrypt_blocks && \
    +                                 gctx->gcm.ghash==gcm_ghash_avx)
    +#   define AES_GCM_ASM2(gctx)      (gctx->gcm.block==(block128_f)aesni_encrypt && \
    +                                 gctx->gcm.ghash==gcm_ghash_avx)
    +#   undef AES_GCM_ASM2          /* minor size optimization */
    +#  endif
     
     static int aesni_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -		   const unsigned char *iv, int enc)
    -	{
    -	int ret, mode;
    -	EVP_AES_KEY *dat = (EVP_AES_KEY *)ctx->cipher_data;
    -
    -	mode = ctx->cipher->flags & EVP_CIPH_MODE;
    -	if ((mode == EVP_CIPH_ECB_MODE || mode == EVP_CIPH_CBC_MODE)
    -	    && !enc)
    -		{ 
    -		ret = aesni_set_decrypt_key(key, ctx->key_len*8, ctx->cipher_data);
    -		dat->block	= (block128_f)aesni_decrypt;
    -		dat->stream.cbc	= mode==EVP_CIPH_CBC_MODE ?
    -					(cbc128_f)aesni_cbc_encrypt :
    -					NULL;
    -		}
    -	else	{
    -		ret = aesni_set_encrypt_key(key, ctx->key_len*8, ctx->cipher_data);
    -		dat->block	= (block128_f)aesni_encrypt;
    -		if (mode==EVP_CIPH_CBC_MODE)
    -			dat->stream.cbc	= (cbc128_f)aesni_cbc_encrypt;
    -		else if (mode==EVP_CIPH_CTR_MODE)
    -			dat->stream.ctr = (ctr128_f)aesni_ctr32_encrypt_blocks;
    -		else
    -			dat->stream.cbc = NULL;
    -		}
    -
    -	if(ret < 0)
    -		{
    -		EVPerr(EVP_F_AESNI_INIT_KEY,EVP_R_AES_KEY_SETUP_FAILED);
    -		return 0;
    -		}
    -
    -	return 1;
    -	}
    -
    -static int aesni_cbc_cipher(EVP_CIPHER_CTX *ctx,unsigned char *out,
    -	const unsigned char *in, size_t len)
    +                          const unsigned char *iv, int enc)
    +{
    +    int ret, mode;
    +    EVP_AES_KEY *dat = (EVP_AES_KEY *) ctx->cipher_data;
    +
    +    mode = ctx->cipher->flags & EVP_CIPH_MODE;
    +    if ((mode == EVP_CIPH_ECB_MODE || mode == EVP_CIPH_CBC_MODE)
    +        && !enc) {
    +        ret = aesni_set_decrypt_key(key, ctx->key_len * 8, ctx->cipher_data);
    +        dat->block = (block128_f) aesni_decrypt;
    +        dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ?
    +            (cbc128_f) aesni_cbc_encrypt : NULL;
    +    } else {
    +        ret = aesni_set_encrypt_key(key, ctx->key_len * 8, ctx->cipher_data);
    +        dat->block = (block128_f) aesni_encrypt;
    +        if (mode == EVP_CIPH_CBC_MODE)
    +            dat->stream.cbc = (cbc128_f) aesni_cbc_encrypt;
    +        else if (mode == EVP_CIPH_CTR_MODE)
    +            dat->stream.ctr = (ctr128_f) aesni_ctr32_encrypt_blocks;
    +        else
    +            dat->stream.cbc = NULL;
    +    }
    +
    +    if (ret < 0) {
    +        EVPerr(EVP_F_AESNI_INIT_KEY, EVP_R_AES_KEY_SETUP_FAILED);
    +        return 0;
    +    }
    +
    +    return 1;
    +}
    +
    +static int aesni_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                            const unsigned char *in, size_t len)
     {
    -	aesni_cbc_encrypt(in,out,len,ctx->cipher_data,ctx->iv,ctx->encrypt);
    +    aesni_cbc_encrypt(in, out, len, ctx->cipher_data, ctx->iv, ctx->encrypt);
     
    -	return 1;
    +    return 1;
     }
     
    -static int aesni_ecb_cipher(EVP_CIPHER_CTX *ctx,unsigned char *out,
    -	const unsigned char *in, size_t len)
    +static int aesni_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                            const unsigned char *in, size_t len)
     {
    -	size_t	bl = ctx->cipher->block_size;
    +    size_t bl = ctx->cipher->block_size;
     
    -	if (lencipher_data,ctx->encrypt);
    +    aesni_ecb_encrypt(in, out, len, ctx->cipher_data, ctx->encrypt);
     
    -	return 1;
    +    return 1;
     }
     
    -#define aesni_ofb_cipher aes_ofb_cipher
    -static int aesni_ofb_cipher(EVP_CIPHER_CTX *ctx,unsigned char *out,
    -	const unsigned char *in,size_t len);
    +#  define aesni_ofb_cipher aes_ofb_cipher
    +static int aesni_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                            const unsigned char *in, size_t len);
     
    -#define aesni_cfb_cipher aes_cfb_cipher
    -static int aesni_cfb_cipher(EVP_CIPHER_CTX *ctx,unsigned char *out,
    -	const unsigned char *in,size_t len);
    +#  define aesni_cfb_cipher aes_cfb_cipher
    +static int aesni_cfb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                            const unsigned char *in, size_t len);
     
    -#define aesni_cfb8_cipher aes_cfb8_cipher
    -static int aesni_cfb8_cipher(EVP_CIPHER_CTX *ctx,unsigned char *out,
    -	const unsigned char *in,size_t len);
    +#  define aesni_cfb8_cipher aes_cfb8_cipher
    +static int aesni_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                             const unsigned char *in, size_t len);
     
    -#define aesni_cfb1_cipher aes_cfb1_cipher
    -static int aesni_cfb1_cipher(EVP_CIPHER_CTX *ctx,unsigned char *out,
    -	const unsigned char *in,size_t len);
    +#  define aesni_cfb1_cipher aes_cfb1_cipher
    +static int aesni_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                             const unsigned char *in, size_t len);
     
    -#define aesni_ctr_cipher aes_ctr_cipher
    +#  define aesni_ctr_cipher aes_ctr_cipher
     static int aesni_ctr_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -		const unsigned char *in, size_t len);
    +                            const unsigned char *in, size_t len);
     
     static int aesni_gcm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -                        const unsigned char *iv, int enc)
    -	{
    -	EVP_AES_GCM_CTX *gctx = ctx->cipher_data;
    -	if (!iv && !key)
    -		return 1;
    -	if (key)
    -		{
    -		aesni_set_encrypt_key(key, ctx->key_len * 8, &gctx->ks);
    -		CRYPTO_gcm128_init(&gctx->gcm, &gctx->ks,
    -				(block128_f)aesni_encrypt);
    -		gctx->ctr = (ctr128_f)aesni_ctr32_encrypt_blocks;
    -		/* If we have an iv can set it directly, otherwise use
    -		 * saved IV.
    -		 */
    -		if (iv == NULL && gctx->iv_set)
    -			iv = gctx->iv;
    -		if (iv)
    -			{
    -			CRYPTO_gcm128_setiv(&gctx->gcm, iv, gctx->ivlen);
    -			gctx->iv_set = 1;
    -			}
    -		gctx->key_set = 1;
    -		}
    -	else
    -		{
    -		/* If key set use IV, otherwise copy */
    -		if (gctx->key_set)
    -			CRYPTO_gcm128_setiv(&gctx->gcm, iv, gctx->ivlen);
    -		else
    -			memcpy(gctx->iv, iv, gctx->ivlen);
    -		gctx->iv_set = 1;
    -		gctx->iv_gen = 0;
    -		}
    -	return 1;
    -	}
    -
    -#define aesni_gcm_cipher aes_gcm_cipher
    +                              const unsigned char *iv, int enc)
    +{
    +    EVP_AES_GCM_CTX *gctx = ctx->cipher_data;
    +    if (!iv && !key)
    +        return 1;
    +    if (key) {
    +        aesni_set_encrypt_key(key, ctx->key_len * 8, &gctx->ks.ks);
    +        CRYPTO_gcm128_init(&gctx->gcm, &gctx->ks, (block128_f) aesni_encrypt);
    +        gctx->ctr = (ctr128_f) aesni_ctr32_encrypt_blocks;
    +        /*
    +         * If we have an iv can set it directly, otherwise use saved IV.
    +         */
    +        if (iv == NULL && gctx->iv_set)
    +            iv = gctx->iv;
    +        if (iv) {
    +            CRYPTO_gcm128_setiv(&gctx->gcm, iv, gctx->ivlen);
    +            gctx->iv_set = 1;
    +        }
    +        gctx->key_set = 1;
    +    } else {
    +        /* If key set use IV, otherwise copy */
    +        if (gctx->key_set)
    +            CRYPTO_gcm128_setiv(&gctx->gcm, iv, gctx->ivlen);
    +        else
    +            memcpy(gctx->iv, iv, gctx->ivlen);
    +        gctx->iv_set = 1;
    +        gctx->iv_gen = 0;
    +    }
    +    return 1;
    +}
    +
    +#  define aesni_gcm_cipher aes_gcm_cipher
     static int aesni_gcm_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -		const unsigned char *in, size_t len);
    +                            const unsigned char *in, size_t len);
     
     static int aesni_xts_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -                        const unsigned char *iv, int enc)
    -	{
    -	EVP_AES_XTS_CTX *xctx = ctx->cipher_data;
    -	if (!iv && !key)
    -		return 1;
    -
    -	if (key)
    -		{
    -		/* key_len is two AES keys */
    -		if (enc)
    -			{
    -			aesni_set_encrypt_key(key, ctx->key_len * 4, &xctx->ks1);
    -			xctx->xts.block1 = (block128_f)aesni_encrypt;
    -			xctx->stream = aesni_xts_encrypt;
    -			}
    -		else
    -			{
    -			aesni_set_decrypt_key(key, ctx->key_len * 4, &xctx->ks1);
    -			xctx->xts.block1 = (block128_f)aesni_decrypt;
    -			xctx->stream = aesni_xts_decrypt;
    -			}
    -
    -		aesni_set_encrypt_key(key + ctx->key_len/2,
    -						ctx->key_len * 4, &xctx->ks2);
    -		xctx->xts.block2 = (block128_f)aesni_encrypt;
    -
    -		xctx->xts.key1 = &xctx->ks1;
    -		}
    -
    -	if (iv)
    -		{
    -		xctx->xts.key2 = &xctx->ks2;
    -		memcpy(ctx->iv, iv, 16);
    -		}
    -
    -	return 1;
    -	}
    -
    -#define aesni_xts_cipher aes_xts_cipher
    +                              const unsigned char *iv, int enc)
    +{
    +    EVP_AES_XTS_CTX *xctx = ctx->cipher_data;
    +    if (!iv && !key)
    +        return 1;
    +
    +    if (key) {
    +        /* key_len is two AES keys */
    +        if (enc) {
    +            aesni_set_encrypt_key(key, ctx->key_len * 4, &xctx->ks1.ks);
    +            xctx->xts.block1 = (block128_f) aesni_encrypt;
    +            xctx->stream = aesni_xts_encrypt;
    +        } else {
    +            aesni_set_decrypt_key(key, ctx->key_len * 4, &xctx->ks1.ks);
    +            xctx->xts.block1 = (block128_f) aesni_decrypt;
    +            xctx->stream = aesni_xts_decrypt;
    +        }
    +
    +        aesni_set_encrypt_key(key + ctx->key_len / 2,
    +                              ctx->key_len * 4, &xctx->ks2.ks);
    +        xctx->xts.block2 = (block128_f) aesni_encrypt;
    +
    +        xctx->xts.key1 = &xctx->ks1;
    +    }
    +
    +    if (iv) {
    +        xctx->xts.key2 = &xctx->ks2;
    +        memcpy(ctx->iv, iv, 16);
    +    }
    +
    +    return 1;
    +}
    +
    +#  define aesni_xts_cipher aes_xts_cipher
     static int aesni_xts_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -		const unsigned char *in, size_t len);
    +                            const unsigned char *in, size_t len);
     
     static int aesni_ccm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -                        const unsigned char *iv, int enc)
    -	{
    -	EVP_AES_CCM_CTX *cctx = ctx->cipher_data;
    -	if (!iv && !key)
    -		return 1;
    -	if (key)
    -		{
    -		aesni_set_encrypt_key(key, ctx->key_len * 8, &cctx->ks);
    -		CRYPTO_ccm128_init(&cctx->ccm, cctx->M, cctx->L,
    -					&cctx->ks, (block128_f)aesni_encrypt);
    -		cctx->str = enc?(ccm128_f)aesni_ccm64_encrypt_blocks :
    -				(ccm128_f)aesni_ccm64_decrypt_blocks;
    -		cctx->key_set = 1;
    -		}
    -	if (iv)
    -		{
    -		memcpy(ctx->iv, iv, 15 - cctx->L);
    -		cctx->iv_set = 1;
    -		}
    -	return 1;
    -	}
    -
    -#define aesni_ccm_cipher aes_ccm_cipher
    +                              const unsigned char *iv, int enc)
    +{
    +    EVP_AES_CCM_CTX *cctx = ctx->cipher_data;
    +    if (!iv && !key)
    +        return 1;
    +    if (key) {
    +        aesni_set_encrypt_key(key, ctx->key_len * 8, &cctx->ks.ks);
    +        CRYPTO_ccm128_init(&cctx->ccm, cctx->M, cctx->L,
    +                           &cctx->ks, (block128_f) aesni_encrypt);
    +        cctx->str = enc ? (ccm128_f) aesni_ccm64_encrypt_blocks :
    +            (ccm128_f) aesni_ccm64_decrypt_blocks;
    +        cctx->key_set = 1;
    +    }
    +    if (iv) {
    +        memcpy(ctx->iv, iv, 15 - cctx->L);
    +        cctx->iv_set = 1;
    +    }
    +    return 1;
    +}
    +
    +#  define aesni_ccm_cipher aes_ccm_cipher
     static int aesni_ccm_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -		const unsigned char *in, size_t len);
    +                            const unsigned char *in, size_t len);
     
    -#define BLOCK_CIPHER_generic(nid,keylen,blocksize,ivlen,nmode,mode,MODE,flags) \
    +#  define BLOCK_CIPHER_generic(nid,keylen,blocksize,ivlen,nmode,mode,MODE,flags) \
     static const EVP_CIPHER aesni_##keylen##_##mode = { \
    -	nid##_##keylen##_##nmode,blocksize,keylen/8,ivlen, \
    -	flags|EVP_CIPH_##MODE##_MODE,	\
    -	aesni_init_key,			\
    -	aesni_##mode##_cipher,		\
    -	NULL,				\
    -	sizeof(EVP_AES_KEY),		\
    -	NULL,NULL,NULL,NULL }; \
    +        nid##_##keylen##_##nmode,blocksize,keylen/8,ivlen, \
    +        flags|EVP_CIPH_##MODE##_MODE,   \
    +        aesni_init_key,                 \
    +        aesni_##mode##_cipher,          \
    +        NULL,                           \
    +        sizeof(EVP_AES_KEY),            \
    +        NULL,NULL,NULL,NULL }; \
     static const EVP_CIPHER aes_##keylen##_##mode = { \
    -	nid##_##keylen##_##nmode,blocksize,	\
    -	keylen/8,ivlen, \
    -	flags|EVP_CIPH_##MODE##_MODE,	\
    -	aes_init_key,			\
    -	aes_##mode##_cipher,		\
    -	NULL,				\
    -	sizeof(EVP_AES_KEY),		\
    -	NULL,NULL,NULL,NULL }; \
    +        nid##_##keylen##_##nmode,blocksize,     \
    +        keylen/8,ivlen, \
    +        flags|EVP_CIPH_##MODE##_MODE,   \
    +        aes_init_key,                   \
    +        aes_##mode##_cipher,            \
    +        NULL,                           \
    +        sizeof(EVP_AES_KEY),            \
    +        NULL,NULL,NULL,NULL }; \
     const EVP_CIPHER *EVP_aes_##keylen##_##mode(void) \
     { return AESNI_CAPABLE?&aesni_##keylen##_##mode:&aes_##keylen##_##mode; }
     
    -#define BLOCK_CIPHER_custom(nid,keylen,blocksize,ivlen,mode,MODE,flags) \
    +#  define BLOCK_CIPHER_custom(nid,keylen,blocksize,ivlen,mode,MODE,flags) \
     static const EVP_CIPHER aesni_##keylen##_##mode = { \
    -	nid##_##keylen##_##mode,blocksize, \
    -	(EVP_CIPH_##MODE##_MODE==EVP_CIPH_XTS_MODE?2:1)*keylen/8, ivlen, \
    -	flags|EVP_CIPH_##MODE##_MODE,	\
    -	aesni_##mode##_init_key,	\
    -	aesni_##mode##_cipher,		\
    -	aes_##mode##_cleanup,		\
    -	sizeof(EVP_AES_##MODE##_CTX),	\
    -	NULL,NULL,aes_##mode##_ctrl,NULL }; \
    +        nid##_##keylen##_##mode,blocksize, \
    +        (EVP_CIPH_##MODE##_MODE==EVP_CIPH_XTS_MODE?2:1)*keylen/8, ivlen, \
    +        flags|EVP_CIPH_##MODE##_MODE,   \
    +        aesni_##mode##_init_key,        \
    +        aesni_##mode##_cipher,          \
    +        aes_##mode##_cleanup,           \
    +        sizeof(EVP_AES_##MODE##_CTX),   \
    +        NULL,NULL,aes_##mode##_ctrl,NULL }; \
     static const EVP_CIPHER aes_##keylen##_##mode = { \
    -	nid##_##keylen##_##mode,blocksize, \
    -	(EVP_CIPH_##MODE##_MODE==EVP_CIPH_XTS_MODE?2:1)*keylen/8, ivlen, \
    -	flags|EVP_CIPH_##MODE##_MODE,	\
    -	aes_##mode##_init_key,		\
    -	aes_##mode##_cipher,		\
    -	aes_##mode##_cleanup,		\
    -	sizeof(EVP_AES_##MODE##_CTX),	\
    -	NULL,NULL,aes_##mode##_ctrl,NULL }; \
    +        nid##_##keylen##_##mode,blocksize, \
    +        (EVP_CIPH_##MODE##_MODE==EVP_CIPH_XTS_MODE?2:1)*keylen/8, ivlen, \
    +        flags|EVP_CIPH_##MODE##_MODE,   \
    +        aes_##mode##_init_key,          \
    +        aes_##mode##_cipher,            \
    +        aes_##mode##_cleanup,           \
    +        sizeof(EVP_AES_##MODE##_CTX),   \
    +        NULL,NULL,aes_##mode##_ctrl,NULL }; \
     const EVP_CIPHER *EVP_aes_##keylen##_##mode(void) \
     { return AESNI_CAPABLE?&aesni_##keylen##_##mode:&aes_##keylen##_##mode; }
     
    -#else
    +# elif   defined(AES_ASM) && (defined(__sparc) || defined(__sparc__))
    +
    +#  include "sparc_arch.h"
    +
    +extern unsigned int OPENSSL_sparcv9cap_P[];
    +
    +#  define SPARC_AES_CAPABLE       (OPENSSL_sparcv9cap_P[1] & CFR_AES)
    +
    +void aes_t4_set_encrypt_key(const unsigned char *key, int bits, AES_KEY *ks);
    +void aes_t4_set_decrypt_key(const unsigned char *key, int bits, AES_KEY *ks);
    +void aes_t4_encrypt(const unsigned char *in, unsigned char *out,
    +                    const AES_KEY *key);
    +void aes_t4_decrypt(const unsigned char *in, unsigned char *out,
    +                    const AES_KEY *key);
    +/*
    + * Key-length specific subroutines were chosen for following reason.
    + * Each SPARC T4 core can execute up to 8 threads which share core's
    + * resources. Loading as much key material to registers allows to
    + * minimize references to shared memory interface, as well as amount
    + * of instructions in inner loops [much needed on T4]. But then having
    + * non-key-length specific routines would require conditional branches
    + * either in inner loops or on subroutines' entries. Former is hardly
    + * acceptable, while latter means code size increase to size occupied
    + * by multiple key-length specfic subroutines, so why fight?
    + */
    +void aes128_t4_cbc_encrypt(const unsigned char *in, unsigned char *out,
    +                           size_t len, const AES_KEY *key,
    +                           unsigned char *ivec);
    +void aes128_t4_cbc_decrypt(const unsigned char *in, unsigned char *out,
    +                           size_t len, const AES_KEY *key,
    +                           unsigned char *ivec);
    +void aes192_t4_cbc_encrypt(const unsigned char *in, unsigned char *out,
    +                           size_t len, const AES_KEY *key,
    +                           unsigned char *ivec);
    +void aes192_t4_cbc_decrypt(const unsigned char *in, unsigned char *out,
    +                           size_t len, const AES_KEY *key,
    +                           unsigned char *ivec);
    +void aes256_t4_cbc_encrypt(const unsigned char *in, unsigned char *out,
    +                           size_t len, const AES_KEY *key,
    +                           unsigned char *ivec);
    +void aes256_t4_cbc_decrypt(const unsigned char *in, unsigned char *out,
    +                           size_t len, const AES_KEY *key,
    +                           unsigned char *ivec);
    +void aes128_t4_ctr32_encrypt(const unsigned char *in, unsigned char *out,
    +                             size_t blocks, const AES_KEY *key,
    +                             unsigned char *ivec);
    +void aes192_t4_ctr32_encrypt(const unsigned char *in, unsigned char *out,
    +                             size_t blocks, const AES_KEY *key,
    +                             unsigned char *ivec);
    +void aes256_t4_ctr32_encrypt(const unsigned char *in, unsigned char *out,
    +                             size_t blocks, const AES_KEY *key,
    +                             unsigned char *ivec);
    +void aes128_t4_xts_encrypt(const unsigned char *in, unsigned char *out,
    +                           size_t blocks, const AES_KEY *key1,
    +                           const AES_KEY *key2, const unsigned char *ivec);
    +void aes128_t4_xts_decrypt(const unsigned char *in, unsigned char *out,
    +                           size_t blocks, const AES_KEY *key1,
    +                           const AES_KEY *key2, const unsigned char *ivec);
    +void aes256_t4_xts_encrypt(const unsigned char *in, unsigned char *out,
    +                           size_t blocks, const AES_KEY *key1,
    +                           const AES_KEY *key2, const unsigned char *ivec);
    +void aes256_t4_xts_decrypt(const unsigned char *in, unsigned char *out,
    +                           size_t blocks, const AES_KEY *key1,
    +                           const AES_KEY *key2, const unsigned char *ivec);
    +
    +static int aes_t4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    +                           const unsigned char *iv, int enc)
    +{
    +    int ret, mode, bits;
    +    EVP_AES_KEY *dat = (EVP_AES_KEY *) ctx->cipher_data;
    +
    +    mode = ctx->cipher->flags & EVP_CIPH_MODE;
    +    bits = ctx->key_len * 8;
    +    if ((mode == EVP_CIPH_ECB_MODE || mode == EVP_CIPH_CBC_MODE)
    +        && !enc) {
    +        ret = 0;
    +        aes_t4_set_decrypt_key(key, bits, ctx->cipher_data);
    +        dat->block = (block128_f) aes_t4_decrypt;
    +        switch (bits) {
    +        case 128:
    +            dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ?
    +                (cbc128_f) aes128_t4_cbc_decrypt : NULL;
    +            break;
    +        case 192:
    +            dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ?
    +                (cbc128_f) aes192_t4_cbc_decrypt : NULL;
    +            break;
    +        case 256:
    +            dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ?
    +                (cbc128_f) aes256_t4_cbc_decrypt : NULL;
    +            break;
    +        default:
    +            ret = -1;
    +        }
    +    } else {
    +        ret = 0;
    +        aes_t4_set_encrypt_key(key, bits, ctx->cipher_data);
    +        dat->block = (block128_f) aes_t4_encrypt;
    +        switch (bits) {
    +        case 128:
    +            if (mode == EVP_CIPH_CBC_MODE)
    +                dat->stream.cbc = (cbc128_f) aes128_t4_cbc_encrypt;
    +            else if (mode == EVP_CIPH_CTR_MODE)
    +                dat->stream.ctr = (ctr128_f) aes128_t4_ctr32_encrypt;
    +            else
    +                dat->stream.cbc = NULL;
    +            break;
    +        case 192:
    +            if (mode == EVP_CIPH_CBC_MODE)
    +                dat->stream.cbc = (cbc128_f) aes192_t4_cbc_encrypt;
    +            else if (mode == EVP_CIPH_CTR_MODE)
    +                dat->stream.ctr = (ctr128_f) aes192_t4_ctr32_encrypt;
    +            else
    +                dat->stream.cbc = NULL;
    +            break;
    +        case 256:
    +            if (mode == EVP_CIPH_CBC_MODE)
    +                dat->stream.cbc = (cbc128_f) aes256_t4_cbc_encrypt;
    +            else if (mode == EVP_CIPH_CTR_MODE)
    +                dat->stream.ctr = (ctr128_f) aes256_t4_ctr32_encrypt;
    +            else
    +                dat->stream.cbc = NULL;
    +            break;
    +        default:
    +            ret = -1;
    +        }
    +    }
    +
    +    if (ret < 0) {
    +        EVPerr(EVP_F_AES_T4_INIT_KEY, EVP_R_AES_KEY_SETUP_FAILED);
    +        return 0;
    +    }
    +
    +    return 1;
    +}
    +
    +#  define aes_t4_cbc_cipher aes_cbc_cipher
    +static int aes_t4_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                             const unsigned char *in, size_t len);
    +
    +#  define aes_t4_ecb_cipher aes_ecb_cipher
    +static int aes_t4_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                             const unsigned char *in, size_t len);
    +
    +#  define aes_t4_ofb_cipher aes_ofb_cipher
    +static int aes_t4_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                             const unsigned char *in, size_t len);
    +
    +#  define aes_t4_cfb_cipher aes_cfb_cipher
    +static int aes_t4_cfb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                             const unsigned char *in, size_t len);
    +
    +#  define aes_t4_cfb8_cipher aes_cfb8_cipher
    +static int aes_t4_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                              const unsigned char *in, size_t len);
    +
    +#  define aes_t4_cfb1_cipher aes_cfb1_cipher
    +static int aes_t4_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                              const unsigned char *in, size_t len);
    +
    +#  define aes_t4_ctr_cipher aes_ctr_cipher
    +static int aes_t4_ctr_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                             const unsigned char *in, size_t len);
    +
    +static int aes_t4_gcm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    +                               const unsigned char *iv, int enc)
    +{
    +    EVP_AES_GCM_CTX *gctx = ctx->cipher_data;
    +    if (!iv && !key)
    +        return 1;
    +    if (key) {
    +        int bits = ctx->key_len * 8;
    +        aes_t4_set_encrypt_key(key, bits, &gctx->ks.ks);
    +        CRYPTO_gcm128_init(&gctx->gcm, &gctx->ks,
    +                           (block128_f) aes_t4_encrypt);
    +        switch (bits) {
    +        case 128:
    +            gctx->ctr = (ctr128_f) aes128_t4_ctr32_encrypt;
    +            break;
    +        case 192:
    +            gctx->ctr = (ctr128_f) aes192_t4_ctr32_encrypt;
    +            break;
    +        case 256:
    +            gctx->ctr = (ctr128_f) aes256_t4_ctr32_encrypt;
    +            break;
    +        default:
    +            return 0;
    +        }
    +        /*
    +         * If we have an iv can set it directly, otherwise use saved IV.
    +         */
    +        if (iv == NULL && gctx->iv_set)
    +            iv = gctx->iv;
    +        if (iv) {
    +            CRYPTO_gcm128_setiv(&gctx->gcm, iv, gctx->ivlen);
    +            gctx->iv_set = 1;
    +        }
    +        gctx->key_set = 1;
    +    } else {
    +        /* If key set use IV, otherwise copy */
    +        if (gctx->key_set)
    +            CRYPTO_gcm128_setiv(&gctx->gcm, iv, gctx->ivlen);
    +        else
    +            memcpy(gctx->iv, iv, gctx->ivlen);
    +        gctx->iv_set = 1;
    +        gctx->iv_gen = 0;
    +    }
    +    return 1;
    +}
    +
    +#  define aes_t4_gcm_cipher aes_gcm_cipher
    +static int aes_t4_gcm_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                             const unsigned char *in, size_t len);
    +
    +static int aes_t4_xts_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    +                               const unsigned char *iv, int enc)
    +{
    +    EVP_AES_XTS_CTX *xctx = ctx->cipher_data;
    +    if (!iv && !key)
    +        return 1;
    +
    +    if (key) {
    +        int bits = ctx->key_len * 4;
    +        xctx->stream = NULL;
    +        /* key_len is two AES keys */
    +        if (enc) {
    +            aes_t4_set_encrypt_key(key, bits, &xctx->ks1.ks);
    +            xctx->xts.block1 = (block128_f) aes_t4_encrypt;
    +            switch (bits) {
    +            case 128:
    +                xctx->stream = aes128_t4_xts_encrypt;
    +                break;
    +#  if 0                         /* not yet */
    +            case 192:
    +                xctx->stream = aes192_t4_xts_encrypt;
    +                break;
    +#  endif
    +            case 256:
    +                xctx->stream = aes256_t4_xts_encrypt;
    +                break;
    +            default:
    +                return 0;
    +            }
    +        } else {
    +            aes_t4_set_decrypt_key(key, ctx->key_len * 4, &xctx->ks1.ks);
    +            xctx->xts.block1 = (block128_f) aes_t4_decrypt;
    +            switch (bits) {
    +            case 128:
    +                xctx->stream = aes128_t4_xts_decrypt;
    +                break;
    +#  if 0                         /* not yet */
    +            case 192:
    +                xctx->stream = aes192_t4_xts_decrypt;
    +                break;
    +#  endif
    +            case 256:
    +                xctx->stream = aes256_t4_xts_decrypt;
    +                break;
    +            default:
    +                return 0;
    +            }
    +        }
    +
    +        aes_t4_set_encrypt_key(key + ctx->key_len / 2,
    +                               ctx->key_len * 4, &xctx->ks2.ks);
    +        xctx->xts.block2 = (block128_f) aes_t4_encrypt;
    +
    +        xctx->xts.key1 = &xctx->ks1;
    +    }
    +
    +    if (iv) {
    +        xctx->xts.key2 = &xctx->ks2;
    +        memcpy(ctx->iv, iv, 16);
    +    }
    +
    +    return 1;
    +}
    +
    +#  define aes_t4_xts_cipher aes_xts_cipher
    +static int aes_t4_xts_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                             const unsigned char *in, size_t len);
    +
    +static int aes_t4_ccm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    +                               const unsigned char *iv, int enc)
    +{
    +    EVP_AES_CCM_CTX *cctx = ctx->cipher_data;
    +    if (!iv && !key)
    +        return 1;
    +    if (key) {
    +        int bits = ctx->key_len * 8;
    +        aes_t4_set_encrypt_key(key, bits, &cctx->ks.ks);
    +        CRYPTO_ccm128_init(&cctx->ccm, cctx->M, cctx->L,
    +                           &cctx->ks, (block128_f) aes_t4_encrypt);
    +#  if 0                         /* not yet */
    +        switch (bits) {
    +        case 128:
    +            cctx->str = enc ? (ccm128_f) aes128_t4_ccm64_encrypt :
    +                (ccm128_f) ae128_t4_ccm64_decrypt;
    +            break;
    +        case 192:
    +            cctx->str = enc ? (ccm128_f) aes192_t4_ccm64_encrypt :
    +                (ccm128_f) ae192_t4_ccm64_decrypt;
    +            break;
    +        case 256:
    +            cctx->str = enc ? (ccm128_f) aes256_t4_ccm64_encrypt :
    +                (ccm128_f) ae256_t4_ccm64_decrypt;
    +            break;
    +        default:
    +            return 0;
    +        }
    +#  endif
    +        cctx->key_set = 1;
    +    }
    +    if (iv) {
    +        memcpy(ctx->iv, iv, 15 - cctx->L);
    +        cctx->iv_set = 1;
    +    }
    +    return 1;
    +}
     
    -#define BLOCK_CIPHER_generic(nid,keylen,blocksize,ivlen,nmode,mode,MODE,flags) \
    +#  define aes_t4_ccm_cipher aes_ccm_cipher
    +static int aes_t4_ccm_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                             const unsigned char *in, size_t len);
    +
    +#  define BLOCK_CIPHER_generic(nid,keylen,blocksize,ivlen,nmode,mode,MODE,flags) \
    +static const EVP_CIPHER aes_t4_##keylen##_##mode = { \
    +        nid##_##keylen##_##nmode,blocksize,keylen/8,ivlen, \
    +        flags|EVP_CIPH_##MODE##_MODE,   \
    +        aes_t4_init_key,                \
    +        aes_t4_##mode##_cipher,         \
    +        NULL,                           \
    +        sizeof(EVP_AES_KEY),            \
    +        NULL,NULL,NULL,NULL }; \
     static const EVP_CIPHER aes_##keylen##_##mode = { \
    -	nid##_##keylen##_##nmode,blocksize,keylen/8,ivlen, \
    -	flags|EVP_CIPH_##MODE##_MODE,	\
    -	aes_init_key,			\
    -	aes_##mode##_cipher,		\
    -	NULL,				\
    -	sizeof(EVP_AES_KEY),		\
    -	NULL,NULL,NULL,NULL }; \
    +        nid##_##keylen##_##nmode,blocksize,     \
    +        keylen/8,ivlen, \
    +        flags|EVP_CIPH_##MODE##_MODE,   \
    +        aes_init_key,                   \
    +        aes_##mode##_cipher,            \
    +        NULL,                           \
    +        sizeof(EVP_AES_KEY),            \
    +        NULL,NULL,NULL,NULL }; \
     const EVP_CIPHER *EVP_aes_##keylen##_##mode(void) \
    -{ return &aes_##keylen##_##mode; }
    +{ return SPARC_AES_CAPABLE?&aes_t4_##keylen##_##mode:&aes_##keylen##_##mode; }
    +
    +#  define BLOCK_CIPHER_custom(nid,keylen,blocksize,ivlen,mode,MODE,flags) \
    +static const EVP_CIPHER aes_t4_##keylen##_##mode = { \
    +        nid##_##keylen##_##mode,blocksize, \
    +        (EVP_CIPH_##MODE##_MODE==EVP_CIPH_XTS_MODE?2:1)*keylen/8, ivlen, \
    +        flags|EVP_CIPH_##MODE##_MODE,   \
    +        aes_t4_##mode##_init_key,       \
    +        aes_t4_##mode##_cipher,         \
    +        aes_##mode##_cleanup,           \
    +        sizeof(EVP_AES_##MODE##_CTX),   \
    +        NULL,NULL,aes_##mode##_ctrl,NULL }; \
    +static const EVP_CIPHER aes_##keylen##_##mode = { \
    +        nid##_##keylen##_##mode,blocksize, \
    +        (EVP_CIPH_##MODE##_MODE==EVP_CIPH_XTS_MODE?2:1)*keylen/8, ivlen, \
    +        flags|EVP_CIPH_##MODE##_MODE,   \
    +        aes_##mode##_init_key,          \
    +        aes_##mode##_cipher,            \
    +        aes_##mode##_cleanup,           \
    +        sizeof(EVP_AES_##MODE##_CTX),   \
    +        NULL,NULL,aes_##mode##_ctrl,NULL }; \
    +const EVP_CIPHER *EVP_aes_##keylen##_##mode(void) \
    +{ return SPARC_AES_CAPABLE?&aes_t4_##keylen##_##mode:&aes_##keylen##_##mode; }
    +
    +# else
     
    -#define BLOCK_CIPHER_custom(nid,keylen,blocksize,ivlen,mode,MODE,flags) \
    +#  define BLOCK_CIPHER_generic(nid,keylen,blocksize,ivlen,nmode,mode,MODE,flags) \
     static const EVP_CIPHER aes_##keylen##_##mode = { \
    -	nid##_##keylen##_##mode,blocksize, \
    -	(EVP_CIPH_##MODE##_MODE==EVP_CIPH_XTS_MODE?2:1)*keylen/8, ivlen, \
    -	flags|EVP_CIPH_##MODE##_MODE,	\
    -	aes_##mode##_init_key,		\
    -	aes_##mode##_cipher,		\
    -	aes_##mode##_cleanup,		\
    -	sizeof(EVP_AES_##MODE##_CTX),	\
    -	NULL,NULL,aes_##mode##_ctrl,NULL }; \
    +        nid##_##keylen##_##nmode,blocksize,keylen/8,ivlen, \
    +        flags|EVP_CIPH_##MODE##_MODE,   \
    +        aes_init_key,                   \
    +        aes_##mode##_cipher,            \
    +        NULL,                           \
    +        sizeof(EVP_AES_KEY),            \
    +        NULL,NULL,NULL,NULL }; \
     const EVP_CIPHER *EVP_aes_##keylen##_##mode(void) \
     { return &aes_##keylen##_##mode; }
    -#endif
     
    -#define BLOCK_CIPHER_generic_pack(nid,keylen,flags)		\
    -	BLOCK_CIPHER_generic(nid,keylen,16,16,cbc,cbc,CBC,flags|EVP_CIPH_FLAG_DEFAULT_ASN1)	\
    -	BLOCK_CIPHER_generic(nid,keylen,16,0,ecb,ecb,ECB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1)	\
    -	BLOCK_CIPHER_generic(nid,keylen,1,16,ofb128,ofb,OFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1)	\
    -	BLOCK_CIPHER_generic(nid,keylen,1,16,cfb128,cfb,CFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1)	\
    -	BLOCK_CIPHER_generic(nid,keylen,1,16,cfb1,cfb1,CFB,flags)	\
    -	BLOCK_CIPHER_generic(nid,keylen,1,16,cfb8,cfb8,CFB,flags)	\
    -	BLOCK_CIPHER_generic(nid,keylen,1,16,ctr,ctr,CTR,flags)
    +#  define BLOCK_CIPHER_custom(nid,keylen,blocksize,ivlen,mode,MODE,flags) \
    +static const EVP_CIPHER aes_##keylen##_##mode = { \
    +        nid##_##keylen##_##mode,blocksize, \
    +        (EVP_CIPH_##MODE##_MODE==EVP_CIPH_XTS_MODE?2:1)*keylen/8, ivlen, \
    +        flags|EVP_CIPH_##MODE##_MODE,   \
    +        aes_##mode##_init_key,          \
    +        aes_##mode##_cipher,            \
    +        aes_##mode##_cleanup,           \
    +        sizeof(EVP_AES_##MODE##_CTX),   \
    +        NULL,NULL,aes_##mode##_ctrl,NULL }; \
    +const EVP_CIPHER *EVP_aes_##keylen##_##mode(void) \
    +{ return &aes_##keylen##_##mode; }
    +# endif
    +
    +# if defined(OPENSSL_CPUID_OBJ) && (defined(__arm__) || defined(__arm) || defined(__aarch64__))
    +#  include "arm_arch.h"
    +#  if __ARM_MAX_ARCH__>=7
    +#   if defined(BSAES_ASM)
    +#    define BSAES_CAPABLE (OPENSSL_armcap_P & ARMV7_NEON)
    +#   endif
    +#   define HWAES_CAPABLE (OPENSSL_armcap_P & ARMV8_AES)
    +#   define HWAES_set_encrypt_key aes_v8_set_encrypt_key
    +#   define HWAES_set_decrypt_key aes_v8_set_decrypt_key
    +#   define HWAES_encrypt aes_v8_encrypt
    +#   define HWAES_decrypt aes_v8_decrypt
    +#   define HWAES_cbc_encrypt aes_v8_cbc_encrypt
    +#   define HWAES_ctr32_encrypt_blocks aes_v8_ctr32_encrypt_blocks
    +#  endif
    +# endif
    +
    +# if defined(HWAES_CAPABLE)
    +int HWAES_set_encrypt_key(const unsigned char *userKey, const int bits,
    +                          AES_KEY *key);
    +int HWAES_set_decrypt_key(const unsigned char *userKey, const int bits,
    +                          AES_KEY *key);
    +void HWAES_encrypt(const unsigned char *in, unsigned char *out,
    +                   const AES_KEY *key);
    +void HWAES_decrypt(const unsigned char *in, unsigned char *out,
    +                   const AES_KEY *key);
    +void HWAES_cbc_encrypt(const unsigned char *in, unsigned char *out,
    +                       size_t length, const AES_KEY *key,
    +                       unsigned char *ivec, const int enc);
    +void HWAES_ctr32_encrypt_blocks(const unsigned char *in, unsigned char *out,
    +                                size_t len, const AES_KEY *key,
    +                                const unsigned char ivec[16]);
    +# endif
    +
    +# define BLOCK_CIPHER_generic_pack(nid,keylen,flags)             \
    +        BLOCK_CIPHER_generic(nid,keylen,16,16,cbc,cbc,CBC,flags|EVP_CIPH_FLAG_DEFAULT_ASN1)     \
    +        BLOCK_CIPHER_generic(nid,keylen,16,0,ecb,ecb,ECB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1)      \
    +        BLOCK_CIPHER_generic(nid,keylen,1,16,ofb128,ofb,OFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1)   \
    +        BLOCK_CIPHER_generic(nid,keylen,1,16,cfb128,cfb,CFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1)   \
    +        BLOCK_CIPHER_generic(nid,keylen,1,16,cfb1,cfb1,CFB,flags)       \
    +        BLOCK_CIPHER_generic(nid,keylen,1,16,cfb8,cfb8,CFB,flags)       \
    +        BLOCK_CIPHER_generic(nid,keylen,1,16,ctr,ctr,CTR,flags)
     
     static int aes_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -		   const unsigned char *iv, int enc)
    -	{
    -	int ret, mode;
    -	EVP_AES_KEY *dat = (EVP_AES_KEY *)ctx->cipher_data;
    -
    -	mode = ctx->cipher->flags & EVP_CIPH_MODE;
    -	if ((mode == EVP_CIPH_ECB_MODE || mode == EVP_CIPH_CBC_MODE)
    -	    && !enc)
    -#ifdef BSAES_CAPABLE
    -	    if (BSAES_CAPABLE && mode==EVP_CIPH_CBC_MODE)
    -		{
    -		ret = AES_set_decrypt_key(key,ctx->key_len*8,&dat->ks);
    -		dat->block	= (block128_f)AES_decrypt;
    -		dat->stream.cbc	= (cbc128_f)bsaes_cbc_encrypt;
    -		}
    -	    else
    -#endif
    -#ifdef VPAES_CAPABLE
    -	    if (VPAES_CAPABLE)
    -		{
    -		ret = vpaes_set_decrypt_key(key,ctx->key_len*8,&dat->ks);
    -		dat->block	= (block128_f)vpaes_decrypt;
    -		dat->stream.cbc	= mode==EVP_CIPH_CBC_MODE ?
    -					(cbc128_f)vpaes_cbc_encrypt :
    -					NULL;
    -		}
    -	    else
    -#endif
    -		{
    -		ret = AES_set_decrypt_key(key,ctx->key_len*8,&dat->ks);
    -		dat->block	= (block128_f)AES_decrypt;
    -		dat->stream.cbc	= mode==EVP_CIPH_CBC_MODE ?
    -					(cbc128_f)AES_cbc_encrypt :
    -					NULL;
    -		}
    -	else
    -#ifdef BSAES_CAPABLE
    -	    if (BSAES_CAPABLE && mode==EVP_CIPH_CTR_MODE)
    -		{
    -		ret = AES_set_encrypt_key(key,ctx->key_len*8,&dat->ks);
    -		dat->block	= (block128_f)AES_encrypt;
    -		dat->stream.ctr	= (ctr128_f)bsaes_ctr32_encrypt_blocks;
    -		}
    -	    else
    -#endif
    -#ifdef VPAES_CAPABLE
    -	    if (VPAES_CAPABLE)
    -		{
    -		ret = vpaes_set_encrypt_key(key,ctx->key_len*8,&dat->ks);
    -		dat->block	= (block128_f)vpaes_encrypt;
    -		dat->stream.cbc	= mode==EVP_CIPH_CBC_MODE ?
    -					(cbc128_f)vpaes_cbc_encrypt :
    -					NULL;
    -		}
    -	    else
    -#endif
    -		{
    -		ret = AES_set_encrypt_key(key,ctx->key_len*8,&dat->ks);
    -		dat->block	= (block128_f)AES_encrypt;
    -		dat->stream.cbc	= mode==EVP_CIPH_CBC_MODE ?
    -					(cbc128_f)AES_cbc_encrypt :
    -					NULL;
    -#ifdef AES_CTR_ASM
    -		if (mode==EVP_CIPH_CTR_MODE)
    -			dat->stream.ctr = (ctr128_f)AES_ctr32_encrypt;
    -#endif
    -		}
    -
    -	if(ret < 0)
    -		{
    -		EVPerr(EVP_F_AES_INIT_KEY,EVP_R_AES_KEY_SETUP_FAILED);
    -		return 0;
    -		}
    -
    -	return 1;
    -	}
    +                        const unsigned char *iv, int enc)
    +{
    +    int ret, mode;
    +    EVP_AES_KEY *dat = (EVP_AES_KEY *) ctx->cipher_data;
    +
    +    mode = ctx->cipher->flags & EVP_CIPH_MODE;
    +    if ((mode == EVP_CIPH_ECB_MODE || mode == EVP_CIPH_CBC_MODE)
    +        && !enc)
    +# ifdef HWAES_CAPABLE
    +        if (HWAES_CAPABLE) {
    +            ret = HWAES_set_decrypt_key(key, ctx->key_len * 8, &dat->ks.ks);
    +            dat->block = (block128_f) HWAES_decrypt;
    +            dat->stream.cbc = NULL;
    +#  ifdef HWAES_cbc_encrypt
    +            if (mode == EVP_CIPH_CBC_MODE)
    +                dat->stream.cbc = (cbc128_f) HWAES_cbc_encrypt;
    +#  endif
    +        } else
    +# endif
    +# ifdef BSAES_CAPABLE
    +        if (BSAES_CAPABLE && mode == EVP_CIPH_CBC_MODE) {
    +            ret = AES_set_decrypt_key(key, ctx->key_len * 8, &dat->ks.ks);
    +            dat->block = (block128_f) AES_decrypt;
    +            dat->stream.cbc = (cbc128_f) bsaes_cbc_encrypt;
    +        } else
    +# endif
    +# ifdef VPAES_CAPABLE
    +        if (VPAES_CAPABLE) {
    +            ret = vpaes_set_decrypt_key(key, ctx->key_len * 8, &dat->ks.ks);
    +            dat->block = (block128_f) vpaes_decrypt;
    +            dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ?
    +                (cbc128_f) vpaes_cbc_encrypt : NULL;
    +        } else
    +# endif
    +        {
    +            ret = AES_set_decrypt_key(key, ctx->key_len * 8, &dat->ks.ks);
    +            dat->block = (block128_f) AES_decrypt;
    +            dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ?
    +                (cbc128_f) AES_cbc_encrypt : NULL;
    +    } else
    +# ifdef HWAES_CAPABLE
    +    if (HWAES_CAPABLE) {
    +        ret = HWAES_set_encrypt_key(key, ctx->key_len * 8, &dat->ks.ks);
    +        dat->block = (block128_f) HWAES_encrypt;
    +        dat->stream.cbc = NULL;
    +#  ifdef HWAES_cbc_encrypt
    +        if (mode == EVP_CIPH_CBC_MODE)
    +            dat->stream.cbc = (cbc128_f) HWAES_cbc_encrypt;
    +        else
    +#  endif
    +#  ifdef HWAES_ctr32_encrypt_blocks
    +        if (mode == EVP_CIPH_CTR_MODE)
    +            dat->stream.ctr = (ctr128_f) HWAES_ctr32_encrypt_blocks;
    +        else
    +#  endif
    +            (void)0;            /* terminate potentially open 'else' */
    +    } else
    +# endif
    +# ifdef BSAES_CAPABLE
    +    if (BSAES_CAPABLE && mode == EVP_CIPH_CTR_MODE) {
    +        ret = AES_set_encrypt_key(key, ctx->key_len * 8, &dat->ks.ks);
    +        dat->block = (block128_f) AES_encrypt;
    +        dat->stream.ctr = (ctr128_f) bsaes_ctr32_encrypt_blocks;
    +    } else
    +# endif
    +# ifdef VPAES_CAPABLE
    +    if (VPAES_CAPABLE) {
    +        ret = vpaes_set_encrypt_key(key, ctx->key_len * 8, &dat->ks.ks);
    +        dat->block = (block128_f) vpaes_encrypt;
    +        dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ?
    +            (cbc128_f) vpaes_cbc_encrypt : NULL;
    +    } else
    +# endif
    +    {
    +        ret = AES_set_encrypt_key(key, ctx->key_len * 8, &dat->ks.ks);
    +        dat->block = (block128_f) AES_encrypt;
    +        dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ?
    +            (cbc128_f) AES_cbc_encrypt : NULL;
    +# ifdef AES_CTR_ASM
    +        if (mode == EVP_CIPH_CTR_MODE)
    +            dat->stream.ctr = (ctr128_f) AES_ctr32_encrypt;
    +# endif
    +    }
    +
    +    if (ret < 0) {
    +        EVPerr(EVP_F_AES_INIT_KEY, EVP_R_AES_KEY_SETUP_FAILED);
    +        return 0;
    +    }
    +
    +    return 1;
    +}
     
    -static int aes_cbc_cipher(EVP_CIPHER_CTX *ctx,unsigned char *out,
    -	const unsigned char *in, size_t len)
    +static int aes_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                          const unsigned char *in, size_t len)
     {
    -	EVP_AES_KEY *dat = (EVP_AES_KEY *)ctx->cipher_data;
    +    EVP_AES_KEY *dat = (EVP_AES_KEY *) ctx->cipher_data;
     
    -	if (dat->stream.cbc)
    -		(*dat->stream.cbc)(in,out,len,&dat->ks,ctx->iv,ctx->encrypt);
    -	else if (ctx->encrypt)
    -		CRYPTO_cbc128_encrypt(in,out,len,&dat->ks,ctx->iv,dat->block);
    -	else
    -		CRYPTO_cbc128_encrypt(in,out,len,&dat->ks,ctx->iv,dat->block);
    +    if (dat->stream.cbc)
    +        (*dat->stream.cbc) (in, out, len, &dat->ks, ctx->iv, ctx->encrypt);
    +    else if (ctx->encrypt)
    +        CRYPTO_cbc128_encrypt(in, out, len, &dat->ks, ctx->iv, dat->block);
    +    else
    +        CRYPTO_cbc128_decrypt(in, out, len, &dat->ks, ctx->iv, dat->block);
     
    -	return 1;
    +    return 1;
     }
     
    -static int aes_ecb_cipher(EVP_CIPHER_CTX *ctx,unsigned char *out,
    -	const unsigned char *in, size_t len)
    +static int aes_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                          const unsigned char *in, size_t len)
     {
    -	size_t	bl = ctx->cipher->block_size;
    -	size_t	i;
    -	EVP_AES_KEY *dat = (EVP_AES_KEY *)ctx->cipher_data;
    +    size_t bl = ctx->cipher->block_size;
    +    size_t i;
    +    EVP_AES_KEY *dat = (EVP_AES_KEY *) ctx->cipher_data;
     
    -	if (lenblock)(in+i,out+i,&dat->ks);
    +    for (i = 0, len -= bl; i <= len; i += bl)
    +        (*dat->block) (in + i, out + i, &dat->ks);
     
    -	return 1;
    +    return 1;
     }
     
    -static int aes_ofb_cipher(EVP_CIPHER_CTX *ctx,unsigned char *out,
    -	const unsigned char *in,size_t len)
    +static int aes_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                          const unsigned char *in, size_t len)
     {
    -	EVP_AES_KEY *dat = (EVP_AES_KEY *)ctx->cipher_data;
    +    EVP_AES_KEY *dat = (EVP_AES_KEY *) ctx->cipher_data;
     
    -	CRYPTO_ofb128_encrypt(in,out,len,&dat->ks,
    -			ctx->iv,&ctx->num,dat->block);
    -	return 1;
    +    CRYPTO_ofb128_encrypt(in, out, len, &dat->ks,
    +                          ctx->iv, &ctx->num, dat->block);
    +    return 1;
     }
     
    -static int aes_cfb_cipher(EVP_CIPHER_CTX *ctx,unsigned char *out,
    -	const unsigned char *in,size_t len)
    +static int aes_cfb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                          const unsigned char *in, size_t len)
     {
    -	EVP_AES_KEY *dat = (EVP_AES_KEY *)ctx->cipher_data;
    +    EVP_AES_KEY *dat = (EVP_AES_KEY *) ctx->cipher_data;
     
    -	CRYPTO_cfb128_encrypt(in,out,len,&dat->ks,
    -			ctx->iv,&ctx->num,ctx->encrypt,dat->block);
    -	return 1;
    +    CRYPTO_cfb128_encrypt(in, out, len, &dat->ks,
    +                          ctx->iv, &ctx->num, ctx->encrypt, dat->block);
    +    return 1;
     }
     
    -static int aes_cfb8_cipher(EVP_CIPHER_CTX *ctx,unsigned char *out,
    -	const unsigned char *in,size_t len)
    +static int aes_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                           const unsigned char *in, size_t len)
     {
    -	EVP_AES_KEY *dat = (EVP_AES_KEY *)ctx->cipher_data;
    +    EVP_AES_KEY *dat = (EVP_AES_KEY *) ctx->cipher_data;
     
    -	CRYPTO_cfb128_8_encrypt(in,out,len,&dat->ks,
    -			ctx->iv,&ctx->num,ctx->encrypt,dat->block);
    -	return 1;
    +    CRYPTO_cfb128_8_encrypt(in, out, len, &dat->ks,
    +                            ctx->iv, &ctx->num, ctx->encrypt, dat->block);
    +    return 1;
     }
     
    -static int aes_cfb1_cipher(EVP_CIPHER_CTX *ctx,unsigned char *out,
    -	const unsigned char *in,size_t len)
    +static int aes_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                           const unsigned char *in, size_t len)
     {
    -	EVP_AES_KEY *dat = (EVP_AES_KEY *)ctx->cipher_data;
    -
    -	if (ctx->flags&EVP_CIPH_FLAG_LENGTH_BITS) {
    -		CRYPTO_cfb128_1_encrypt(in,out,len,&dat->ks,
    -			ctx->iv,&ctx->num,ctx->encrypt,dat->block);
    -		return 1;
    -	}
    -
    -	while (len>=MAXBITCHUNK) {
    -		CRYPTO_cfb128_1_encrypt(in,out,MAXBITCHUNK*8,&dat->ks,
    -			ctx->iv,&ctx->num,ctx->encrypt,dat->block);
    -		len-=MAXBITCHUNK;
    -	}
    -	if (len)
    -		CRYPTO_cfb128_1_encrypt(in,out,len*8,&dat->ks,
    -			ctx->iv,&ctx->num,ctx->encrypt,dat->block);
    -	
    -	return 1;
    +    EVP_AES_KEY *dat = (EVP_AES_KEY *) ctx->cipher_data;
    +
    +    if (ctx->flags & EVP_CIPH_FLAG_LENGTH_BITS) {
    +        CRYPTO_cfb128_1_encrypt(in, out, len, &dat->ks,
    +                                ctx->iv, &ctx->num, ctx->encrypt, dat->block);
    +        return 1;
    +    }
    +
    +    while (len >= MAXBITCHUNK) {
    +        CRYPTO_cfb128_1_encrypt(in, out, MAXBITCHUNK * 8, &dat->ks,
    +                                ctx->iv, &ctx->num, ctx->encrypt, dat->block);
    +        len -= MAXBITCHUNK;
    +    }
    +    if (len)
    +        CRYPTO_cfb128_1_encrypt(in, out, len * 8, &dat->ks,
    +                                ctx->iv, &ctx->num, ctx->encrypt, dat->block);
    +
    +    return 1;
     }
     
    -static int aes_ctr_cipher (EVP_CIPHER_CTX *ctx, unsigned char *out,
    -		const unsigned char *in, size_t len)
    +static int aes_ctr_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                          const unsigned char *in, size_t len)
     {
    -	unsigned int num = ctx->num;
    -	EVP_AES_KEY *dat = (EVP_AES_KEY *)ctx->cipher_data;
    -
    -	if (dat->stream.ctr)
    -		CRYPTO_ctr128_encrypt_ctr32(in,out,len,&dat->ks,
    -			ctx->iv,ctx->buf,&num,dat->stream.ctr);
    -	else
    -		CRYPTO_ctr128_encrypt(in,out,len,&dat->ks,
    -			ctx->iv,ctx->buf,&num,dat->block);
    -	ctx->num = (size_t)num;
    -	return 1;
    +    unsigned int num = ctx->num;
    +    EVP_AES_KEY *dat = (EVP_AES_KEY *) ctx->cipher_data;
    +
    +    if (dat->stream.ctr)
    +        CRYPTO_ctr128_encrypt_ctr32(in, out, len, &dat->ks,
    +                                    ctx->iv, ctx->buf, &num, dat->stream.ctr);
    +    else
    +        CRYPTO_ctr128_encrypt(in, out, len, &dat->ks,
    +                              ctx->iv, ctx->buf, &num, dat->block);
    +    ctx->num = (size_t)num;
    +    return 1;
     }
     
    -BLOCK_CIPHER_generic_pack(NID_aes,128,EVP_CIPH_FLAG_FIPS)
    -BLOCK_CIPHER_generic_pack(NID_aes,192,EVP_CIPH_FLAG_FIPS)
    -BLOCK_CIPHER_generic_pack(NID_aes,256,EVP_CIPH_FLAG_FIPS)
    +BLOCK_CIPHER_generic_pack(NID_aes, 128, EVP_CIPH_FLAG_FIPS)
    +    BLOCK_CIPHER_generic_pack(NID_aes, 192, EVP_CIPH_FLAG_FIPS)
    +    BLOCK_CIPHER_generic_pack(NID_aes, 256, EVP_CIPH_FLAG_FIPS)
     
     static int aes_gcm_cleanup(EVP_CIPHER_CTX *c)
    -	{
    -	EVP_AES_GCM_CTX *gctx = c->cipher_data;
    -	OPENSSL_cleanse(&gctx->gcm, sizeof(gctx->gcm));
    -	if (gctx->iv != c->iv)
    -		OPENSSL_free(gctx->iv);
    -	return 1;
    -	}
    +{
    +    EVP_AES_GCM_CTX *gctx = c->cipher_data;
    +    OPENSSL_cleanse(&gctx->gcm, sizeof(gctx->gcm));
    +    if (gctx->iv != c->iv)
    +        OPENSSL_free(gctx->iv);
    +    return 1;
    +}
     
     /* increment counter (64-bit int) by 1 */
    -static void ctr64_inc(unsigned char *counter) {
    -	int n=8;
    -	unsigned char  c;
    -
    -	do {
    -		--n;
    -		c = counter[n];
    -		++c;
    -		counter[n] = c;
    -		if (c) return;
    -	} while (n);
    +static void ctr64_inc(unsigned char *counter)
    +{
    +    int n = 8;
    +    unsigned char c;
    +
    +    do {
    +        --n;
    +        c = counter[n];
    +        ++c;
    +        counter[n] = c;
    +        if (c)
    +            return;
    +    } while (n);
     }
     
     static int aes_gcm_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr)
    -	{
    -	EVP_AES_GCM_CTX *gctx = c->cipher_data;
    -	switch (type)
    -		{
    -	case EVP_CTRL_INIT:
    -		gctx->key_set = 0;
    -		gctx->iv_set = 0;
    -		gctx->ivlen = c->cipher->iv_len;
    -		gctx->iv = c->iv;
    -		gctx->taglen = -1;
    -		gctx->iv_gen = 0;
    -		gctx->tls_aad_len = -1;
    -		return 1;
    -
    -	case EVP_CTRL_GCM_SET_IVLEN:
    -		if (arg <= 0)
    -			return 0;
    -#ifdef OPENSSL_FIPS
    -		if (FIPS_module_mode() && !(c->flags & EVP_CIPH_FLAG_NON_FIPS_ALLOW)
    -						 && arg < 12)
    -			return 0;
    -#endif
    -		/* Allocate memory for IV if needed */
    -		if ((arg > EVP_MAX_IV_LENGTH) && (arg > gctx->ivlen))
    -			{
    -			if (gctx->iv != c->iv)
    -				OPENSSL_free(gctx->iv);
    -			gctx->iv = OPENSSL_malloc(arg);
    -			if (!gctx->iv)
    -				return 0;
    -			}
    -		gctx->ivlen = arg;
    -		return 1;
    -
    -	case EVP_CTRL_GCM_SET_TAG:
    -		if (arg <= 0 || arg > 16 || c->encrypt)
    -			return 0;
    -		memcpy(c->buf, ptr, arg);
    -		gctx->taglen = arg;
    -		return 1;
    -
    -	case EVP_CTRL_GCM_GET_TAG:
    -		if (arg <= 0 || arg > 16 || !c->encrypt || gctx->taglen < 0)
    -			return 0;
    -		memcpy(ptr, c->buf, arg);
    -		return 1;
    -
    -	case EVP_CTRL_GCM_SET_IV_FIXED:
    -		/* Special case: -1 length restores whole IV */
    -		if (arg == -1)
    -			{
    -			memcpy(gctx->iv, ptr, gctx->ivlen);
    -			gctx->iv_gen = 1;
    -			return 1;
    -			}
    -		/* Fixed field must be at least 4 bytes and invocation field
    -		 * at least 8.
    -		 */
    -		if ((arg < 4) || (gctx->ivlen - arg) < 8)
    -			return 0;
    -		if (arg)
    -			memcpy(gctx->iv, ptr, arg);
    -		if (c->encrypt &&
    -			RAND_bytes(gctx->iv + arg, gctx->ivlen - arg) <= 0)
    -			return 0;
    -		gctx->iv_gen = 1;
    -		return 1;
    -
    -	case EVP_CTRL_GCM_IV_GEN:
    -		if (gctx->iv_gen == 0 || gctx->key_set == 0)
    -			return 0;
    -		CRYPTO_gcm128_setiv(&gctx->gcm, gctx->iv, gctx->ivlen);
    -		if (arg <= 0 || arg > gctx->ivlen)
    -			arg = gctx->ivlen;
    -		memcpy(ptr, gctx->iv + gctx->ivlen - arg, arg);
    -		/* Invocation field will be at least 8 bytes in size and
    -		 * so no need to check wrap around or increment more than
    -		 * last 8 bytes.
    -		 */
    -		ctr64_inc(gctx->iv + gctx->ivlen - 8);
    -		gctx->iv_set = 1;
    -		return 1;
    -
    -	case EVP_CTRL_GCM_SET_IV_INV:
    -		if (gctx->iv_gen == 0 || gctx->key_set == 0 || c->encrypt)
    -			return 0;
    -		memcpy(gctx->iv + gctx->ivlen - arg, ptr, arg);
    -		CRYPTO_gcm128_setiv(&gctx->gcm, gctx->iv, gctx->ivlen);
    -		gctx->iv_set = 1;
    -		return 1;
    -
    -	case EVP_CTRL_AEAD_TLS1_AAD:
    -		/* Save the AAD for later use */
    -		if (arg != 13)
    -			return 0;
    -		memcpy(c->buf, ptr, arg);
    -		gctx->tls_aad_len = arg;
    -			{
    -			unsigned int len=c->buf[arg-2]<<8|c->buf[arg-1];
    -			/* Correct length for explicit IV */
    -			len -= EVP_GCM_TLS_EXPLICIT_IV_LEN;
    -			/* If decrypting correct for tag too */
    -			if (!c->encrypt)
    -				len -= EVP_GCM_TLS_TAG_LEN;
    -                        c->buf[arg-2] = len>>8;
    -                        c->buf[arg-1] = len & 0xff;
    -			}
    -		/* Extra padding: tag appended to record */
    -		return EVP_GCM_TLS_TAG_LEN;
    -
    -	case EVP_CTRL_COPY:
    -		{
    -			EVP_CIPHER_CTX *out = ptr;
    -			EVP_AES_GCM_CTX *gctx_out = out->cipher_data;
    -			if (gctx->gcm.key)
    -				{
    -				if (gctx->gcm.key != &gctx->ks)
    -					return 0;
    -				gctx_out->gcm.key = &gctx_out->ks;
    -				}
    -			if (gctx->iv == c->iv)
    -				gctx_out->iv = out->iv;
    -			else
    -			{
    -				gctx_out->iv = OPENSSL_malloc(gctx->ivlen);
    -				if (!gctx_out->iv)
    -					return 0;
    -				memcpy(gctx_out->iv, gctx->iv, gctx->ivlen);
    -			}
    -			return 1;
    -		}
    -
    -	default:
    -		return -1;
    -
    -		}
    -	}
    +{
    +    EVP_AES_GCM_CTX *gctx = c->cipher_data;
    +    switch (type) {
    +    case EVP_CTRL_INIT:
    +        gctx->key_set = 0;
    +        gctx->iv_set = 0;
    +        gctx->ivlen = c->cipher->iv_len;
    +        gctx->iv = c->iv;
    +        gctx->taglen = -1;
    +        gctx->iv_gen = 0;
    +        gctx->tls_aad_len = -1;
    +        return 1;
    +
    +    case EVP_CTRL_GCM_SET_IVLEN:
    +        if (arg <= 0)
    +            return 0;
    +        /* Allocate memory for IV if needed */
    +        if ((arg > EVP_MAX_IV_LENGTH) && (arg > gctx->ivlen)) {
    +            if (gctx->iv != c->iv)
    +                OPENSSL_free(gctx->iv);
    +            gctx->iv = OPENSSL_malloc(arg);
    +            if (!gctx->iv)
    +                return 0;
    +        }
    +        gctx->ivlen = arg;
    +        return 1;
    +
    +    case EVP_CTRL_GCM_SET_TAG:
    +        if (arg <= 0 || arg > 16 || c->encrypt)
    +            return 0;
    +        memcpy(c->buf, ptr, arg);
    +        gctx->taglen = arg;
    +        return 1;
    +
    +    case EVP_CTRL_GCM_GET_TAG:
    +        if (arg <= 0 || arg > 16 || !c->encrypt || gctx->taglen < 0)
    +            return 0;
    +        memcpy(ptr, c->buf, arg);
    +        return 1;
    +
    +    case EVP_CTRL_GCM_SET_IV_FIXED:
    +        /* Special case: -1 length restores whole IV */
    +        if (arg == -1) {
    +            memcpy(gctx->iv, ptr, gctx->ivlen);
    +            gctx->iv_gen = 1;
    +            return 1;
    +        }
    +        /*
    +         * Fixed field must be at least 4 bytes and invocation field at least
    +         * 8.
    +         */
    +        if ((arg < 4) || (gctx->ivlen - arg) < 8)
    +            return 0;
    +        if (arg)
    +            memcpy(gctx->iv, ptr, arg);
    +        if (c->encrypt && RAND_bytes(gctx->iv + arg, gctx->ivlen - arg) <= 0)
    +            return 0;
    +        gctx->iv_gen = 1;
    +        return 1;
    +
    +    case EVP_CTRL_GCM_IV_GEN:
    +        if (gctx->iv_gen == 0 || gctx->key_set == 0)
    +            return 0;
    +        CRYPTO_gcm128_setiv(&gctx->gcm, gctx->iv, gctx->ivlen);
    +        if (arg <= 0 || arg > gctx->ivlen)
    +            arg = gctx->ivlen;
    +        memcpy(ptr, gctx->iv + gctx->ivlen - arg, arg);
    +        /*
    +         * Invocation field will be at least 8 bytes in size and so no need
    +         * to check wrap around or increment more than last 8 bytes.
    +         */
    +        ctr64_inc(gctx->iv + gctx->ivlen - 8);
    +        gctx->iv_set = 1;
    +        return 1;
    +
    +    case EVP_CTRL_GCM_SET_IV_INV:
    +        if (gctx->iv_gen == 0 || gctx->key_set == 0 || c->encrypt)
    +            return 0;
    +        memcpy(gctx->iv + gctx->ivlen - arg, ptr, arg);
    +        CRYPTO_gcm128_setiv(&gctx->gcm, gctx->iv, gctx->ivlen);
    +        gctx->iv_set = 1;
    +        return 1;
    +
    +    case EVP_CTRL_AEAD_TLS1_AAD:
    +        /* Save the AAD for later use */
    +        if (arg != 13)
    +            return 0;
    +        memcpy(c->buf, ptr, arg);
    +        gctx->tls_aad_len = arg;
    +        {
    +            unsigned int len = c->buf[arg - 2] << 8 | c->buf[arg - 1];
    +            /* Correct length for explicit IV */
    +            len -= EVP_GCM_TLS_EXPLICIT_IV_LEN;
    +            /* If decrypting correct for tag too */
    +            if (!c->encrypt)
    +                len -= EVP_GCM_TLS_TAG_LEN;
    +            c->buf[arg - 2] = len >> 8;
    +            c->buf[arg - 1] = len & 0xff;
    +        }
    +        /* Extra padding: tag appended to record */
    +        return EVP_GCM_TLS_TAG_LEN;
    +
    +    case EVP_CTRL_COPY:
    +        {
    +            EVP_CIPHER_CTX *out = ptr;
    +            EVP_AES_GCM_CTX *gctx_out = out->cipher_data;
    +            if (gctx->gcm.key) {
    +                if (gctx->gcm.key != &gctx->ks)
    +                    return 0;
    +                gctx_out->gcm.key = &gctx_out->ks;
    +            }
    +            if (gctx->iv == c->iv)
    +                gctx_out->iv = out->iv;
    +            else {
    +                gctx_out->iv = OPENSSL_malloc(gctx->ivlen);
    +                if (!gctx_out->iv)
    +                    return 0;
    +                memcpy(gctx_out->iv, gctx->iv, gctx->ivlen);
    +            }
    +            return 1;
    +        }
    +
    +    default:
    +        return -1;
    +
    +    }
    +}
     
     static int aes_gcm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -                        const unsigned char *iv, int enc)
    -	{
    -	EVP_AES_GCM_CTX *gctx = ctx->cipher_data;
    -	if (!iv && !key)
    -		return 1;
    -	if (key)
    -		{ do {
    -#ifdef BSAES_CAPABLE
    -		if (BSAES_CAPABLE)
    -			{
    -			AES_set_encrypt_key(key,ctx->key_len*8,&gctx->ks);
    -			CRYPTO_gcm128_init(&gctx->gcm,&gctx->ks,
    -					(block128_f)AES_encrypt);
    -			gctx->ctr = (ctr128_f)bsaes_ctr32_encrypt_blocks;
    -			break;
    -			}
    -		else
    -#endif
    -#ifdef VPAES_CAPABLE
    -		if (VPAES_CAPABLE)
    -			{
    -			vpaes_set_encrypt_key(key,ctx->key_len*8,&gctx->ks);
    -			CRYPTO_gcm128_init(&gctx->gcm,&gctx->ks,
    -					(block128_f)vpaes_encrypt);
    -			gctx->ctr = NULL;
    -			break;
    -			}
    -		else
    -#endif
    -		(void)0;	/* terminate potentially open 'else' */
    -
    -		AES_set_encrypt_key(key, ctx->key_len * 8, &gctx->ks);
    -		CRYPTO_gcm128_init(&gctx->gcm, &gctx->ks, (block128_f)AES_encrypt);
    -#ifdef AES_CTR_ASM
    -		gctx->ctr = (ctr128_f)AES_ctr32_encrypt;
    -#else
    -		gctx->ctr = NULL;
    -#endif
    -		} while (0);
    -
    -		/* If we have an iv can set it directly, otherwise use
    -		 * saved IV.
    -		 */
    -		if (iv == NULL && gctx->iv_set)
    -			iv = gctx->iv;
    -		if (iv)
    -			{
    -			CRYPTO_gcm128_setiv(&gctx->gcm, iv, gctx->ivlen);
    -			gctx->iv_set = 1;
    -			}
    -		gctx->key_set = 1;
    -		}
    -	else
    -		{
    -		/* If key set use IV, otherwise copy */
    -		if (gctx->key_set)
    -			CRYPTO_gcm128_setiv(&gctx->gcm, iv, gctx->ivlen);
    -		else
    -			memcpy(gctx->iv, iv, gctx->ivlen);
    -		gctx->iv_set = 1;
    -		gctx->iv_gen = 0;
    -		}
    -	return 1;
    -	}
    -
    -/* Handle TLS GCM packet format. This consists of the last portion of the IV
    +                            const unsigned char *iv, int enc)
    +{
    +    EVP_AES_GCM_CTX *gctx = ctx->cipher_data;
    +    if (!iv && !key)
    +        return 1;
    +    if (key) {
    +        do {
    +# ifdef HWAES_CAPABLE
    +            if (HWAES_CAPABLE) {
    +                HWAES_set_encrypt_key(key, ctx->key_len * 8, &gctx->ks.ks);
    +                CRYPTO_gcm128_init(&gctx->gcm, &gctx->ks,
    +                                   (block128_f) HWAES_encrypt);
    +#  ifdef HWAES_ctr32_encrypt_blocks
    +                gctx->ctr = (ctr128_f) HWAES_ctr32_encrypt_blocks;
    +#  else
    +                gctx->ctr = NULL;
    +#  endif
    +                break;
    +            } else
    +# endif
    +# ifdef BSAES_CAPABLE
    +            if (BSAES_CAPABLE) {
    +                AES_set_encrypt_key(key, ctx->key_len * 8, &gctx->ks.ks);
    +                CRYPTO_gcm128_init(&gctx->gcm, &gctx->ks,
    +                                   (block128_f) AES_encrypt);
    +                gctx->ctr = (ctr128_f) bsaes_ctr32_encrypt_blocks;
    +                break;
    +            } else
    +# endif
    +# ifdef VPAES_CAPABLE
    +            if (VPAES_CAPABLE) {
    +                vpaes_set_encrypt_key(key, ctx->key_len * 8, &gctx->ks.ks);
    +                CRYPTO_gcm128_init(&gctx->gcm, &gctx->ks,
    +                                   (block128_f) vpaes_encrypt);
    +                gctx->ctr = NULL;
    +                break;
    +            } else
    +# endif
    +                (void)0;        /* terminate potentially open 'else' */
    +
    +            AES_set_encrypt_key(key, ctx->key_len * 8, &gctx->ks.ks);
    +            CRYPTO_gcm128_init(&gctx->gcm, &gctx->ks,
    +                               (block128_f) AES_encrypt);
    +# ifdef AES_CTR_ASM
    +            gctx->ctr = (ctr128_f) AES_ctr32_encrypt;
    +# else
    +            gctx->ctr = NULL;
    +# endif
    +        } while (0);
    +
    +        /*
    +         * If we have an iv can set it directly, otherwise use saved IV.
    +         */
    +        if (iv == NULL && gctx->iv_set)
    +            iv = gctx->iv;
    +        if (iv) {
    +            CRYPTO_gcm128_setiv(&gctx->gcm, iv, gctx->ivlen);
    +            gctx->iv_set = 1;
    +        }
    +        gctx->key_set = 1;
    +    } else {
    +        /* If key set use IV, otherwise copy */
    +        if (gctx->key_set)
    +            CRYPTO_gcm128_setiv(&gctx->gcm, iv, gctx->ivlen);
    +        else
    +            memcpy(gctx->iv, iv, gctx->ivlen);
    +        gctx->iv_set = 1;
    +        gctx->iv_gen = 0;
    +    }
    +    return 1;
    +}
    +
    +/*
    + * Handle TLS GCM packet format. This consists of the last portion of the IV
      * followed by the payload and finally the tag. On encrypt generate IV,
      * encrypt payload and write the tag. On verify retrieve IV, decrypt payload
      * and verify tag.
      */
     
     static int aes_gcm_tls_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -		const unsigned char *in, size_t len)
    -	{
    -	EVP_AES_GCM_CTX *gctx = ctx->cipher_data;
    -	int rv = -1;
    -	/* Encrypt/decrypt must be performed in place */
    -	if (out != in || len < (EVP_GCM_TLS_EXPLICIT_IV_LEN+EVP_GCM_TLS_TAG_LEN))
    -		return -1;
    -	/* Set IV from start of buffer or generate IV and write to start
    -	 * of buffer.
    -	 */
    -	if (EVP_CIPHER_CTX_ctrl(ctx, ctx->encrypt ?
    -				EVP_CTRL_GCM_IV_GEN : EVP_CTRL_GCM_SET_IV_INV,
    -				EVP_GCM_TLS_EXPLICIT_IV_LEN, out) <= 0)
    -		goto err;
    -	/* Use saved AAD */
    -	if (CRYPTO_gcm128_aad(&gctx->gcm, ctx->buf, gctx->tls_aad_len))
    -		goto err;
    -	/* Fix buffer and length to point to payload */
    -	in += EVP_GCM_TLS_EXPLICIT_IV_LEN;
    -	out += EVP_GCM_TLS_EXPLICIT_IV_LEN;
    -	len -= EVP_GCM_TLS_EXPLICIT_IV_LEN + EVP_GCM_TLS_TAG_LEN;
    -	if (ctx->encrypt)
    -		{
    -		/* Encrypt payload */
    -		if (gctx->ctr)
    -			{
    -			if (CRYPTO_gcm128_encrypt_ctr32(&gctx->gcm,
    -							in, out, len,
    -							gctx->ctr))
    -				goto err;
    -			}
    -		else	{
    -			if (CRYPTO_gcm128_encrypt(&gctx->gcm, in, out, len))
    -				goto err;
    -			}
    -		out += len;
    -		/* Finally write tag */
    -		CRYPTO_gcm128_tag(&gctx->gcm, out, EVP_GCM_TLS_TAG_LEN);
    -		rv = len + EVP_GCM_TLS_EXPLICIT_IV_LEN + EVP_GCM_TLS_TAG_LEN;
    -		}
    -	else
    -		{
    -		/* Decrypt */
    -		if (gctx->ctr)
    -			{
    -			if (CRYPTO_gcm128_decrypt_ctr32(&gctx->gcm,
    -							in, out, len,
    -							gctx->ctr))
    -				goto err;
    -			}
    -		else	{
    -			if (CRYPTO_gcm128_decrypt(&gctx->gcm, in, out, len))
    -				goto err;
    -			}
    -		/* Retrieve tag */
    -		CRYPTO_gcm128_tag(&gctx->gcm, ctx->buf,
    -					EVP_GCM_TLS_TAG_LEN);
    -		/* If tag mismatch wipe buffer */
    -		if (memcmp(ctx->buf, in + len, EVP_GCM_TLS_TAG_LEN))
    -			{
    -			OPENSSL_cleanse(out, len);
    -			goto err;
    -			}
    -		rv = len;
    -		}
    -
    -	err:
    -	gctx->iv_set = 0;
    -	gctx->tls_aad_len = -1;
    -	return rv;
    -	}
    +                              const unsigned char *in, size_t len)
    +{
    +    EVP_AES_GCM_CTX *gctx = ctx->cipher_data;
    +    int rv = -1;
    +    /* Encrypt/decrypt must be performed in place */
    +    if (out != in
    +        || len < (EVP_GCM_TLS_EXPLICIT_IV_LEN + EVP_GCM_TLS_TAG_LEN))
    +        return -1;
    +    /*
    +     * Set IV from start of buffer or generate IV and write to start of
    +     * buffer.
    +     */
    +    if (EVP_CIPHER_CTX_ctrl(ctx, ctx->encrypt ?
    +                            EVP_CTRL_GCM_IV_GEN : EVP_CTRL_GCM_SET_IV_INV,
    +                            EVP_GCM_TLS_EXPLICIT_IV_LEN, out) <= 0)
    +        goto err;
    +    /* Use saved AAD */
    +    if (CRYPTO_gcm128_aad(&gctx->gcm, ctx->buf, gctx->tls_aad_len))
    +        goto err;
    +    /* Fix buffer and length to point to payload */
    +    in += EVP_GCM_TLS_EXPLICIT_IV_LEN;
    +    out += EVP_GCM_TLS_EXPLICIT_IV_LEN;
    +    len -= EVP_GCM_TLS_EXPLICIT_IV_LEN + EVP_GCM_TLS_TAG_LEN;
    +    if (ctx->encrypt) {
    +        /* Encrypt payload */
    +        if (gctx->ctr) {
    +            size_t bulk = 0;
    +# if defined(AES_GCM_ASM)
    +            if (len >= 32 && AES_GCM_ASM(gctx)) {
    +                if (CRYPTO_gcm128_encrypt(&gctx->gcm, NULL, NULL, 0))
    +                    return -1;
    +
    +                bulk = AES_gcm_encrypt(in, out, len,
    +                                       gctx->gcm.key,
    +                                       gctx->gcm.Yi.c, gctx->gcm.Xi.u);
    +                gctx->gcm.len.u[1] += bulk;
    +            }
    +# endif
    +            if (CRYPTO_gcm128_encrypt_ctr32(&gctx->gcm,
    +                                            in + bulk,
    +                                            out + bulk,
    +                                            len - bulk, gctx->ctr))
    +                goto err;
    +        } else {
    +            size_t bulk = 0;
    +# if defined(AES_GCM_ASM2)
    +            if (len >= 32 && AES_GCM_ASM2(gctx)) {
    +                if (CRYPTO_gcm128_encrypt(&gctx->gcm, NULL, NULL, 0))
    +                    return -1;
    +
    +                bulk = AES_gcm_encrypt(in, out, len,
    +                                       gctx->gcm.key,
    +                                       gctx->gcm.Yi.c, gctx->gcm.Xi.u);
    +                gctx->gcm.len.u[1] += bulk;
    +            }
    +# endif
    +            if (CRYPTO_gcm128_encrypt(&gctx->gcm,
    +                                      in + bulk, out + bulk, len - bulk))
    +                goto err;
    +        }
    +        out += len;
    +        /* Finally write tag */
    +        CRYPTO_gcm128_tag(&gctx->gcm, out, EVP_GCM_TLS_TAG_LEN);
    +        rv = len + EVP_GCM_TLS_EXPLICIT_IV_LEN + EVP_GCM_TLS_TAG_LEN;
    +    } else {
    +        /* Decrypt */
    +        if (gctx->ctr) {
    +            size_t bulk = 0;
    +# if defined(AES_GCM_ASM)
    +            if (len >= 16 && AES_GCM_ASM(gctx)) {
    +                if (CRYPTO_gcm128_decrypt(&gctx->gcm, NULL, NULL, 0))
    +                    return -1;
    +
    +                bulk = AES_gcm_decrypt(in, out, len,
    +                                       gctx->gcm.key,
    +                                       gctx->gcm.Yi.c, gctx->gcm.Xi.u);
    +                gctx->gcm.len.u[1] += bulk;
    +            }
    +# endif
    +            if (CRYPTO_gcm128_decrypt_ctr32(&gctx->gcm,
    +                                            in + bulk,
    +                                            out + bulk,
    +                                            len - bulk, gctx->ctr))
    +                goto err;
    +        } else {
    +            size_t bulk = 0;
    +# if defined(AES_GCM_ASM2)
    +            if (len >= 16 && AES_GCM_ASM2(gctx)) {
    +                if (CRYPTO_gcm128_decrypt(&gctx->gcm, NULL, NULL, 0))
    +                    return -1;
    +
    +                bulk = AES_gcm_decrypt(in, out, len,
    +                                       gctx->gcm.key,
    +                                       gctx->gcm.Yi.c, gctx->gcm.Xi.u);
    +                gctx->gcm.len.u[1] += bulk;
    +            }
    +# endif
    +            if (CRYPTO_gcm128_decrypt(&gctx->gcm,
    +                                      in + bulk, out + bulk, len - bulk))
    +                goto err;
    +        }
    +        /* Retrieve tag */
    +        CRYPTO_gcm128_tag(&gctx->gcm, ctx->buf, EVP_GCM_TLS_TAG_LEN);
    +        /* If tag mismatch wipe buffer */
    +        if (memcmp(ctx->buf, in + len, EVP_GCM_TLS_TAG_LEN)) {
    +            OPENSSL_cleanse(out, len);
    +            goto err;
    +        }
    +        rv = len;
    +    }
    +
    + err:
    +    gctx->iv_set = 0;
    +    gctx->tls_aad_len = -1;
    +    return rv;
    +}
     
     static int aes_gcm_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -		const unsigned char *in, size_t len)
    -	{
    -	EVP_AES_GCM_CTX *gctx = ctx->cipher_data;
    -	/* If not set up, return error */
    -	if (!gctx->key_set)
    -		return -1;
    -
    -	if (gctx->tls_aad_len >= 0)
    -		return aes_gcm_tls_cipher(ctx, out, in, len);
    -
    -	if (!gctx->iv_set)
    -		return -1;
    -	if (in)
    -		{
    -		if (out == NULL)
    -			{
    -			if (CRYPTO_gcm128_aad(&gctx->gcm, in, len))
    -				return -1;
    -			}
    -		else if (ctx->encrypt)
    -			{
    -			if (gctx->ctr)
    -				{
    -				if (CRYPTO_gcm128_encrypt_ctr32(&gctx->gcm,
    -							in, out, len,
    -							gctx->ctr))
    -					return -1;
    -				}
    -			else	{
    -				if (CRYPTO_gcm128_encrypt(&gctx->gcm, in, out, len))
    -					return -1;
    -				}
    -			}
    -		else
    -			{
    -			if (gctx->ctr)
    -				{
    -				if (CRYPTO_gcm128_decrypt_ctr32(&gctx->gcm,
    -							in, out, len,
    -							gctx->ctr))
    -					return -1;
    -				}
    -			else	{
    -				if (CRYPTO_gcm128_decrypt(&gctx->gcm, in, out, len))
    -					return -1;
    -				}
    -			}
    -		return len;
    -		}
    -	else
    -		{
    -		if (!ctx->encrypt)
    -			{
    -			if (gctx->taglen < 0)
    -				return -1;
    -			if (CRYPTO_gcm128_finish(&gctx->gcm,
    -					ctx->buf, gctx->taglen) != 0)
    -				return -1;
    -			gctx->iv_set = 0;
    -			return 0;
    -			}
    -		CRYPTO_gcm128_tag(&gctx->gcm, ctx->buf, 16);
    -		gctx->taglen = 16;
    -		/* Don't reuse the IV */
    -		gctx->iv_set = 0;
    -		return 0;
    -		}
    -
    -	}
    -
    -#define CUSTOM_FLAGS	(EVP_CIPH_FLAG_DEFAULT_ASN1 \
    -		| EVP_CIPH_CUSTOM_IV | EVP_CIPH_FLAG_CUSTOM_CIPHER \
    -		| EVP_CIPH_ALWAYS_CALL_INIT | EVP_CIPH_CTRL_INIT \
    -		| EVP_CIPH_CUSTOM_COPY)
    -
    -BLOCK_CIPHER_custom(NID_aes,128,1,12,gcm,GCM,
    -		EVP_CIPH_FLAG_FIPS|EVP_CIPH_FLAG_AEAD_CIPHER|CUSTOM_FLAGS)
    -BLOCK_CIPHER_custom(NID_aes,192,1,12,gcm,GCM,
    -		EVP_CIPH_FLAG_FIPS|EVP_CIPH_FLAG_AEAD_CIPHER|CUSTOM_FLAGS)
    -BLOCK_CIPHER_custom(NID_aes,256,1,12,gcm,GCM,
    -		EVP_CIPH_FLAG_FIPS|EVP_CIPH_FLAG_AEAD_CIPHER|CUSTOM_FLAGS)
    +                          const unsigned char *in, size_t len)
    +{
    +    EVP_AES_GCM_CTX *gctx = ctx->cipher_data;
    +    /* If not set up, return error */
    +    if (!gctx->key_set)
    +        return -1;
    +
    +    if (gctx->tls_aad_len >= 0)
    +        return aes_gcm_tls_cipher(ctx, out, in, len);
    +
    +    if (!gctx->iv_set)
    +        return -1;
    +    if (in) {
    +        if (out == NULL) {
    +            if (CRYPTO_gcm128_aad(&gctx->gcm, in, len))
    +                return -1;
    +        } else if (ctx->encrypt) {
    +            if (gctx->ctr) {
    +                size_t bulk = 0;
    +# if defined(AES_GCM_ASM)
    +                if (len >= 32 && AES_GCM_ASM(gctx)) {
    +                    size_t res = (16 - gctx->gcm.mres) % 16;
    +
    +                    if (CRYPTO_gcm128_encrypt(&gctx->gcm, in, out, res))
    +                        return -1;
    +
    +                    bulk = AES_gcm_encrypt(in + res,
    +                                           out + res, len - res,
    +                                           gctx->gcm.key, gctx->gcm.Yi.c,
    +                                           gctx->gcm.Xi.u);
    +                    gctx->gcm.len.u[1] += bulk;
    +                    bulk += res;
    +                }
    +# endif
    +                if (CRYPTO_gcm128_encrypt_ctr32(&gctx->gcm,
    +                                                in + bulk,
    +                                                out + bulk,
    +                                                len - bulk, gctx->ctr))
    +                    return -1;
    +            } else {
    +                size_t bulk = 0;
    +# if defined(AES_GCM_ASM2)
    +                if (len >= 32 && AES_GCM_ASM2(gctx)) {
    +                    size_t res = (16 - gctx->gcm.mres) % 16;
    +
    +                    if (CRYPTO_gcm128_encrypt(&gctx->gcm, in, out, res))
    +                        return -1;
    +
    +                    bulk = AES_gcm_encrypt(in + res,
    +                                           out + res, len - res,
    +                                           gctx->gcm.key, gctx->gcm.Yi.c,
    +                                           gctx->gcm.Xi.u);
    +                    gctx->gcm.len.u[1] += bulk;
    +                    bulk += res;
    +                }
    +# endif
    +                if (CRYPTO_gcm128_encrypt(&gctx->gcm,
    +                                          in + bulk, out + bulk, len - bulk))
    +                    return -1;
    +            }
    +        } else {
    +            if (gctx->ctr) {
    +                size_t bulk = 0;
    +# if defined(AES_GCM_ASM)
    +                if (len >= 16 && AES_GCM_ASM(gctx)) {
    +                    size_t res = (16 - gctx->gcm.mres) % 16;
    +
    +                    if (CRYPTO_gcm128_decrypt(&gctx->gcm, in, out, res))
    +                        return -1;
    +
    +                    bulk = AES_gcm_decrypt(in + res,
    +                                           out + res, len - res,
    +                                           gctx->gcm.key,
    +                                           gctx->gcm.Yi.c, gctx->gcm.Xi.u);
    +                    gctx->gcm.len.u[1] += bulk;
    +                    bulk += res;
    +                }
    +# endif
    +                if (CRYPTO_gcm128_decrypt_ctr32(&gctx->gcm,
    +                                                in + bulk,
    +                                                out + bulk,
    +                                                len - bulk, gctx->ctr))
    +                    return -1;
    +            } else {
    +                size_t bulk = 0;
    +# if defined(AES_GCM_ASM2)
    +                if (len >= 16 && AES_GCM_ASM2(gctx)) {
    +                    size_t res = (16 - gctx->gcm.mres) % 16;
    +
    +                    if (CRYPTO_gcm128_decrypt(&gctx->gcm, in, out, res))
    +                        return -1;
    +
    +                    bulk = AES_gcm_decrypt(in + res,
    +                                           out + res, len - res,
    +                                           gctx->gcm.key,
    +                                           gctx->gcm.Yi.c, gctx->gcm.Xi.u);
    +                    gctx->gcm.len.u[1] += bulk;
    +                    bulk += res;
    +                }
    +# endif
    +                if (CRYPTO_gcm128_decrypt(&gctx->gcm,
    +                                          in + bulk, out + bulk, len - bulk))
    +                    return -1;
    +            }
    +        }
    +        return len;
    +    } else {
    +        if (!ctx->encrypt) {
    +            if (gctx->taglen < 0)
    +                return -1;
    +            if (CRYPTO_gcm128_finish(&gctx->gcm, ctx->buf, gctx->taglen) != 0)
    +                return -1;
    +            gctx->iv_set = 0;
    +            return 0;
    +        }
    +        CRYPTO_gcm128_tag(&gctx->gcm, ctx->buf, 16);
    +        gctx->taglen = 16;
    +        /* Don't reuse the IV */
    +        gctx->iv_set = 0;
    +        return 0;
    +    }
    +
    +}
    +
    +# define CUSTOM_FLAGS    (EVP_CIPH_FLAG_DEFAULT_ASN1 \
    +                | EVP_CIPH_CUSTOM_IV | EVP_CIPH_FLAG_CUSTOM_CIPHER \
    +                | EVP_CIPH_ALWAYS_CALL_INIT | EVP_CIPH_CTRL_INIT \
    +                | EVP_CIPH_CUSTOM_COPY)
    +
    +BLOCK_CIPHER_custom(NID_aes, 128, 1, 12, gcm, GCM,
    +                    EVP_CIPH_FLAG_FIPS | EVP_CIPH_FLAG_AEAD_CIPHER |
    +                    CUSTOM_FLAGS)
    +    BLOCK_CIPHER_custom(NID_aes, 192, 1, 12, gcm, GCM,
    +                    EVP_CIPH_FLAG_FIPS | EVP_CIPH_FLAG_AEAD_CIPHER |
    +                    CUSTOM_FLAGS)
    +    BLOCK_CIPHER_custom(NID_aes, 256, 1, 12, gcm, GCM,
    +                    EVP_CIPH_FLAG_FIPS | EVP_CIPH_FLAG_AEAD_CIPHER |
    +                    CUSTOM_FLAGS)
     
     static int aes_xts_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr)
    -	{
    -	EVP_AES_XTS_CTX *xctx = c->cipher_data;
    -	if (type == EVP_CTRL_COPY)
    -		{
    -		EVP_CIPHER_CTX *out = ptr;
    -		EVP_AES_XTS_CTX *xctx_out = out->cipher_data;
    -		if (xctx->xts.key1)
    -			{
    -			if (xctx->xts.key1 != &xctx->ks1)
    -				return 0;
    -			xctx_out->xts.key1 = &xctx_out->ks1;
    -			}
    -		if (xctx->xts.key2)
    -			{
    -			if (xctx->xts.key2 != &xctx->ks2)
    -				return 0;
    -			xctx_out->xts.key2 = &xctx_out->ks2;
    -			}
    -		return 1;
    -		}
    -	else if (type != EVP_CTRL_INIT)
    -		return -1;
    -	/* key1 and key2 are used as an indicator both key and IV are set */
    -	xctx->xts.key1 = NULL;
    -	xctx->xts.key2 = NULL;
    -	return 1;
    -	}
    +{
    +    EVP_AES_XTS_CTX *xctx = c->cipher_data;
    +    if (type == EVP_CTRL_COPY) {
    +        EVP_CIPHER_CTX *out = ptr;
    +        EVP_AES_XTS_CTX *xctx_out = out->cipher_data;
    +        if (xctx->xts.key1) {
    +            if (xctx->xts.key1 != &xctx->ks1)
    +                return 0;
    +            xctx_out->xts.key1 = &xctx_out->ks1;
    +        }
    +        if (xctx->xts.key2) {
    +            if (xctx->xts.key2 != &xctx->ks2)
    +                return 0;
    +            xctx_out->xts.key2 = &xctx_out->ks2;
    +        }
    +        return 1;
    +    } else if (type != EVP_CTRL_INIT)
    +        return -1;
    +    /* key1 and key2 are used as an indicator both key and IV are set */
    +    xctx->xts.key1 = NULL;
    +    xctx->xts.key2 = NULL;
    +    return 1;
    +}
     
     static int aes_xts_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -                        const unsigned char *iv, int enc)
    -	{
    -	EVP_AES_XTS_CTX *xctx = ctx->cipher_data;
    -	if (!iv && !key)
    -		return 1;
    -
    -	if (key) do
    -		{
    -#ifdef AES_XTS_ASM
    -		xctx->stream = enc ? AES_xts_encrypt : AES_xts_decrypt;
    -#else
    -		xctx->stream = NULL;
    -#endif
    -		/* key_len is two AES keys */
    -#ifdef BSAES_CAPABLE
    -		if (BSAES_CAPABLE)
    -			xctx->stream = enc ? bsaes_xts_encrypt : bsaes_xts_decrypt;
    -		else
    -#endif
    -#ifdef VPAES_CAPABLE
    -		if (VPAES_CAPABLE)
    -		    {
    -		    if (enc)
    -			{
    -			vpaes_set_encrypt_key(key, ctx->key_len * 4, &xctx->ks1);
    -			xctx->xts.block1 = (block128_f)vpaes_encrypt;
    -			}
    -		    else
    -			{
    -			vpaes_set_decrypt_key(key, ctx->key_len * 4, &xctx->ks1);
    -			xctx->xts.block1 = (block128_f)vpaes_decrypt;
    -			}
    -
    -		    vpaes_set_encrypt_key(key + ctx->key_len/2,
    -						ctx->key_len * 4, &xctx->ks2);
    -		    xctx->xts.block2 = (block128_f)vpaes_encrypt;
    -
    -		    xctx->xts.key1 = &xctx->ks1;
    -		    break;
    -		    }
    -		else
    -#endif
    -		(void)0;	/* terminate potentially open 'else' */
    -
    -		if (enc)
    -			{
    -			AES_set_encrypt_key(key, ctx->key_len * 4, &xctx->ks1);
    -			xctx->xts.block1 = (block128_f)AES_encrypt;
    -			}
    -		else
    -			{
    -			AES_set_decrypt_key(key, ctx->key_len * 4, &xctx->ks1);
    -			xctx->xts.block1 = (block128_f)AES_decrypt;
    -			}
    -
    -		AES_set_encrypt_key(key + ctx->key_len/2,
    -						ctx->key_len * 4, &xctx->ks2);
    -		xctx->xts.block2 = (block128_f)AES_encrypt;
    -
    -		xctx->xts.key1 = &xctx->ks1;
    -		} while (0);
    -
    -	if (iv)
    -		{
    -		xctx->xts.key2 = &xctx->ks2;
    -		memcpy(ctx->iv, iv, 16);
    -		}
    -
    -	return 1;
    -	}
    +                            const unsigned char *iv, int enc)
    +{
    +    EVP_AES_XTS_CTX *xctx = ctx->cipher_data;
    +    if (!iv && !key)
    +        return 1;
    +
    +    if (key)
    +        do {
    +# ifdef AES_XTS_ASM
    +            xctx->stream = enc ? AES_xts_encrypt : AES_xts_decrypt;
    +# else
    +            xctx->stream = NULL;
    +# endif
    +            /* key_len is two AES keys */
    +# ifdef HWAES_CAPABLE
    +            if (HWAES_CAPABLE) {
    +                if (enc) {
    +                    HWAES_set_encrypt_key(key, ctx->key_len * 4,
    +                                          &xctx->ks1.ks);
    +                    xctx->xts.block1 = (block128_f) HWAES_encrypt;
    +                } else {
    +                    HWAES_set_decrypt_key(key, ctx->key_len * 4,
    +                                          &xctx->ks1.ks);
    +                    xctx->xts.block1 = (block128_f) HWAES_decrypt;
    +                }
    +
    +                HWAES_set_encrypt_key(key + ctx->key_len / 2,
    +                                      ctx->key_len * 4, &xctx->ks2.ks);
    +                xctx->xts.block2 = (block128_f) HWAES_encrypt;
    +
    +                xctx->xts.key1 = &xctx->ks1;
    +                break;
    +            } else
    +# endif
    +# ifdef BSAES_CAPABLE
    +            if (BSAES_CAPABLE)
    +                xctx->stream = enc ? bsaes_xts_encrypt : bsaes_xts_decrypt;
    +            else
    +# endif
    +# ifdef VPAES_CAPABLE
    +            if (VPAES_CAPABLE) {
    +                if (enc) {
    +                    vpaes_set_encrypt_key(key, ctx->key_len * 4,
    +                                          &xctx->ks1.ks);
    +                    xctx->xts.block1 = (block128_f) vpaes_encrypt;
    +                } else {
    +                    vpaes_set_decrypt_key(key, ctx->key_len * 4,
    +                                          &xctx->ks1.ks);
    +                    xctx->xts.block1 = (block128_f) vpaes_decrypt;
    +                }
    +
    +                vpaes_set_encrypt_key(key + ctx->key_len / 2,
    +                                      ctx->key_len * 4, &xctx->ks2.ks);
    +                xctx->xts.block2 = (block128_f) vpaes_encrypt;
    +
    +                xctx->xts.key1 = &xctx->ks1;
    +                break;
    +            } else
    +# endif
    +                (void)0;        /* terminate potentially open 'else' */
    +
    +            if (enc) {
    +                AES_set_encrypt_key(key, ctx->key_len * 4, &xctx->ks1.ks);
    +                xctx->xts.block1 = (block128_f) AES_encrypt;
    +            } else {
    +                AES_set_decrypt_key(key, ctx->key_len * 4, &xctx->ks1.ks);
    +                xctx->xts.block1 = (block128_f) AES_decrypt;
    +            }
    +
    +            AES_set_encrypt_key(key + ctx->key_len / 2,
    +                                ctx->key_len * 4, &xctx->ks2.ks);
    +            xctx->xts.block2 = (block128_f) AES_encrypt;
    +
    +            xctx->xts.key1 = &xctx->ks1;
    +        } while (0);
    +
    +    if (iv) {
    +        xctx->xts.key2 = &xctx->ks2;
    +        memcpy(ctx->iv, iv, 16);
    +    }
    +
    +    return 1;
    +}
     
     static int aes_xts_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -		const unsigned char *in, size_t len)
    -	{
    -	EVP_AES_XTS_CTX *xctx = ctx->cipher_data;
    -	if (!xctx->xts.key1 || !xctx->xts.key2)
    -		return 0;
    -	if (!out || !in || lenflags & EVP_CIPH_FLAG_NON_FIPS_ALLOW) &&
    -			(len > (1UL<<20)*16))
    -		{
    -		EVPerr(EVP_F_AES_XTS_CIPHER, EVP_R_TOO_LARGE);
    -		return 0;
    -		}
    -#endif
    -	if (xctx->stream)
    -		(*xctx->stream)(in, out, len,
    -				xctx->xts.key1, xctx->xts.key2, ctx->iv);
    -	else if (CRYPTO_xts128_encrypt(&xctx->xts, ctx->iv, in, out, len,
    -								ctx->encrypt))
    -		return 0;
    -	return 1;
    -	}
    +                          const unsigned char *in, size_t len)
    +{
    +    EVP_AES_XTS_CTX *xctx = ctx->cipher_data;
    +    if (!xctx->xts.key1 || !xctx->xts.key2)
    +        return 0;
    +    if (!out || !in || len < AES_BLOCK_SIZE)
    +        return 0;
    +    if (xctx->stream)
    +        (*xctx->stream) (in, out, len,
    +                         xctx->xts.key1, xctx->xts.key2, ctx->iv);
    +    else if (CRYPTO_xts128_encrypt(&xctx->xts, ctx->iv, in, out, len,
    +                                   ctx->encrypt))
    +        return 0;
    +    return 1;
    +}
     
    -#define aes_xts_cleanup NULL
    +# define aes_xts_cleanup NULL
     
    -#define XTS_FLAGS	(EVP_CIPH_FLAG_DEFAULT_ASN1 | EVP_CIPH_CUSTOM_IV \
    -			 | EVP_CIPH_ALWAYS_CALL_INIT | EVP_CIPH_CTRL_INIT \
    -			 | EVP_CIPH_CUSTOM_COPY)
    +# define XTS_FLAGS       (EVP_CIPH_FLAG_DEFAULT_ASN1 | EVP_CIPH_CUSTOM_IV \
    +                         | EVP_CIPH_ALWAYS_CALL_INIT | EVP_CIPH_CTRL_INIT \
    +                         | EVP_CIPH_CUSTOM_COPY)
     
    -BLOCK_CIPHER_custom(NID_aes,128,1,16,xts,XTS,EVP_CIPH_FLAG_FIPS|XTS_FLAGS)
    -BLOCK_CIPHER_custom(NID_aes,256,1,16,xts,XTS,EVP_CIPH_FLAG_FIPS|XTS_FLAGS)
    +BLOCK_CIPHER_custom(NID_aes, 128, 1, 16, xts, XTS,
    +                    EVP_CIPH_FLAG_FIPS | XTS_FLAGS)
    +    BLOCK_CIPHER_custom(NID_aes, 256, 1, 16, xts, XTS,
    +                    EVP_CIPH_FLAG_FIPS | XTS_FLAGS)
     
     static int aes_ccm_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr)
    -	{
    -	EVP_AES_CCM_CTX *cctx = c->cipher_data;
    -	switch (type)
    -		{
    -	case EVP_CTRL_INIT:
    -		cctx->key_set = 0;
    -		cctx->iv_set = 0;
    -		cctx->L = 8;
    -		cctx->M = 12;
    -		cctx->tag_set = 0;
    -		cctx->len_set = 0;
    -		return 1;
    -
    -	case EVP_CTRL_CCM_SET_IVLEN:
    -		arg = 15 - arg;
    -	case EVP_CTRL_CCM_SET_L:
    -		if (arg < 2 || arg > 8)
    -			return 0;
    -		cctx->L = arg;
    -		return 1;
    -
    -	case EVP_CTRL_CCM_SET_TAG:
    -		if ((arg & 1) || arg < 4 || arg > 16)
    -			return 0;
    -		if ((c->encrypt && ptr) || (!c->encrypt && !ptr))
    -			return 0;
    -		if (ptr)
    -			{
    -			cctx->tag_set = 1;
    -			memcpy(c->buf, ptr, arg);
    -			}
    -		cctx->M = arg;
    -		return 1;
    -
    -	case EVP_CTRL_CCM_GET_TAG:
    -		if (!c->encrypt || !cctx->tag_set)
    -			return 0;
    -		if(!CRYPTO_ccm128_tag(&cctx->ccm, ptr, (size_t)arg))
    -			return 0;
    -		cctx->tag_set = 0;
    -		cctx->iv_set = 0;
    -		cctx->len_set = 0;
    -		return 1;
    -
    -	case EVP_CTRL_COPY:
    -		{
    -			EVP_CIPHER_CTX *out = ptr;
    -			EVP_AES_CCM_CTX *cctx_out = out->cipher_data;
    -			if (cctx->ccm.key)
    -				{
    -				if (cctx->ccm.key != &cctx->ks)
    -					return 0;
    -				cctx_out->ccm.key = &cctx_out->ks;
    -				}
    -			return 1;
    -		}
    -
    -	default:
    -		return -1;
    -
    -		}
    -	}
    +{
    +    EVP_AES_CCM_CTX *cctx = c->cipher_data;
    +    switch (type) {
    +    case EVP_CTRL_INIT:
    +        cctx->key_set = 0;
    +        cctx->iv_set = 0;
    +        cctx->L = 8;
    +        cctx->M = 12;
    +        cctx->tag_set = 0;
    +        cctx->len_set = 0;
    +        return 1;
    +
    +    case EVP_CTRL_CCM_SET_IVLEN:
    +        arg = 15 - arg;
    +    case EVP_CTRL_CCM_SET_L:
    +        if (arg < 2 || arg > 8)
    +            return 0;
    +        cctx->L = arg;
    +        return 1;
    +
    +    case EVP_CTRL_CCM_SET_TAG:
    +        if ((arg & 1) || arg < 4 || arg > 16)
    +            return 0;
    +        if ((c->encrypt && ptr) || (!c->encrypt && !ptr))
    +            return 0;
    +        if (ptr) {
    +            cctx->tag_set = 1;
    +            memcpy(c->buf, ptr, arg);
    +        }
    +        cctx->M = arg;
    +        return 1;
    +
    +    case EVP_CTRL_CCM_GET_TAG:
    +        if (!c->encrypt || !cctx->tag_set)
    +            return 0;
    +        if (!CRYPTO_ccm128_tag(&cctx->ccm, ptr, (size_t)arg))
    +            return 0;
    +        cctx->tag_set = 0;
    +        cctx->iv_set = 0;
    +        cctx->len_set = 0;
    +        return 1;
    +
    +    case EVP_CTRL_COPY:
    +        {
    +            EVP_CIPHER_CTX *out = ptr;
    +            EVP_AES_CCM_CTX *cctx_out = out->cipher_data;
    +            if (cctx->ccm.key) {
    +                if (cctx->ccm.key != &cctx->ks)
    +                    return 0;
    +                cctx_out->ccm.key = &cctx_out->ks;
    +            }
    +            return 1;
    +        }
    +
    +    default:
    +        return -1;
    +
    +    }
    +}
     
     static int aes_ccm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -                        const unsigned char *iv, int enc)
    -	{
    -	EVP_AES_CCM_CTX *cctx = ctx->cipher_data;
    -	if (!iv && !key)
    -		return 1;
    -	if (key) do
    -		{
    -#ifdef VPAES_CAPABLE
    -		if (VPAES_CAPABLE)
    -			{
    -			vpaes_set_encrypt_key(key, ctx->key_len*8, &cctx->ks);
    -			CRYPTO_ccm128_init(&cctx->ccm, cctx->M, cctx->L,
    -					&cctx->ks, (block128_f)vpaes_encrypt);
    -			cctx->str = NULL;
    -			cctx->key_set = 1;
    -			break;
    -			}
    -#endif
    -		AES_set_encrypt_key(key, ctx->key_len * 8, &cctx->ks);
    -		CRYPTO_ccm128_init(&cctx->ccm, cctx->M, cctx->L,
    -					&cctx->ks, (block128_f)AES_encrypt);
    -		cctx->str = NULL;
    -		cctx->key_set = 1;
    -		} while (0);
    -	if (iv)
    -		{
    -		memcpy(ctx->iv, iv, 15 - cctx->L);
    -		cctx->iv_set = 1;
    -		}
    -	return 1;
    -	}
    +                            const unsigned char *iv, int enc)
    +{
    +    EVP_AES_CCM_CTX *cctx = ctx->cipher_data;
    +    if (!iv && !key)
    +        return 1;
    +    if (key)
    +        do {
    +# ifdef HWAES_CAPABLE
    +            if (HWAES_CAPABLE) {
    +                HWAES_set_encrypt_key(key, ctx->key_len * 8, &cctx->ks.ks);
    +
    +                CRYPTO_ccm128_init(&cctx->ccm, cctx->M, cctx->L,
    +                                   &cctx->ks, (block128_f) HWAES_encrypt);
    +                cctx->str = NULL;
    +                cctx->key_set = 1;
    +                break;
    +            } else
    +# endif
    +# ifdef VPAES_CAPABLE
    +            if (VPAES_CAPABLE) {
    +                vpaes_set_encrypt_key(key, ctx->key_len * 8, &cctx->ks.ks);
    +                CRYPTO_ccm128_init(&cctx->ccm, cctx->M, cctx->L,
    +                                   &cctx->ks, (block128_f) vpaes_encrypt);
    +                cctx->str = NULL;
    +                cctx->key_set = 1;
    +                break;
    +            }
    +# endif
    +            AES_set_encrypt_key(key, ctx->key_len * 8, &cctx->ks.ks);
    +            CRYPTO_ccm128_init(&cctx->ccm, cctx->M, cctx->L,
    +                               &cctx->ks, (block128_f) AES_encrypt);
    +            cctx->str = NULL;
    +            cctx->key_set = 1;
    +        } while (0);
    +    if (iv) {
    +        memcpy(ctx->iv, iv, 15 - cctx->L);
    +        cctx->iv_set = 1;
    +    }
    +    return 1;
    +}
     
     static int aes_ccm_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -		const unsigned char *in, size_t len)
    -	{
    -	EVP_AES_CCM_CTX *cctx = ctx->cipher_data;
    -	CCM128_CONTEXT *ccm = &cctx->ccm;
    -	/* If not set up, return error */
    -	if (!cctx->iv_set && !cctx->key_set)
    -		return -1;
    -	if (!ctx->encrypt && !cctx->tag_set)
    -		return -1;
    -	if (!out)
    -		{
    -		if (!in)
    -			{
    -			if (CRYPTO_ccm128_setiv(ccm, ctx->iv, 15 - cctx->L,len))
    -				return -1;
    -			cctx->len_set = 1;
    -			return len;
    -			}
    -		/* If have AAD need message length */
    -		if (!cctx->len_set && len)
    -			return -1;
    -		CRYPTO_ccm128_aad(ccm, in, len);
    -		return len;
    -		}
    -	/* EVP_*Final() doesn't return any data */
    -	if (!in)
    -		return 0;
    -	/* If not set length yet do it */
    -	if (!cctx->len_set)
    -		{
    -		if (CRYPTO_ccm128_setiv(ccm, ctx->iv, 15 - cctx->L, len))
    -			return -1;
    -		cctx->len_set = 1;
    -		}
    -	if (ctx->encrypt)
    -		{
    -		if (cctx->str ? CRYPTO_ccm128_encrypt_ccm64(ccm, in, out, len,
    -						cctx->str) :
    -				CRYPTO_ccm128_encrypt(ccm, in, out, len))
    -			return -1;
    -		cctx->tag_set = 1;
    -		return len;
    -		}
    -	else
    -		{
    -		int rv = -1;
    -		if (cctx->str ? !CRYPTO_ccm128_decrypt_ccm64(ccm, in, out, len,
    -						cctx->str) :
    -				!CRYPTO_ccm128_decrypt(ccm, in, out, len))
    -			{
    -			unsigned char tag[16];
    -			if (CRYPTO_ccm128_tag(ccm, tag, cctx->M))
    -				{
    -				if (!memcmp(tag, ctx->buf, cctx->M))
    -					rv = len;
    -				}
    -			}
    -		if (rv == -1)
    -			OPENSSL_cleanse(out, len);
    -		cctx->iv_set = 0;
    -		cctx->tag_set = 0;
    -		cctx->len_set = 0;
    -		return rv;
    -		}
    -
    -	}
    -
    -#define aes_ccm_cleanup NULL
    -
    -BLOCK_CIPHER_custom(NID_aes,128,1,12,ccm,CCM,EVP_CIPH_FLAG_FIPS|CUSTOM_FLAGS)
    -BLOCK_CIPHER_custom(NID_aes,192,1,12,ccm,CCM,EVP_CIPH_FLAG_FIPS|CUSTOM_FLAGS)
    -BLOCK_CIPHER_custom(NID_aes,256,1,12,ccm,CCM,EVP_CIPH_FLAG_FIPS|CUSTOM_FLAGS)
    +                          const unsigned char *in, size_t len)
    +{
    +    EVP_AES_CCM_CTX *cctx = ctx->cipher_data;
    +    CCM128_CONTEXT *ccm = &cctx->ccm;
    +    /* If not set up, return error */
    +    if (!cctx->iv_set && !cctx->key_set)
    +        return -1;
    +    if (!ctx->encrypt && !cctx->tag_set)
    +        return -1;
    +    if (!out) {
    +        if (!in) {
    +            if (CRYPTO_ccm128_setiv(ccm, ctx->iv, 15 - cctx->L, len))
    +                return -1;
    +            cctx->len_set = 1;
    +            return len;
    +        }
    +        /* If have AAD need message length */
    +        if (!cctx->len_set && len)
    +            return -1;
    +        CRYPTO_ccm128_aad(ccm, in, len);
    +        return len;
    +    }
    +    /* EVP_*Final() doesn't return any data */
    +    if (!in)
    +        return 0;
    +    /* If not set length yet do it */
    +    if (!cctx->len_set) {
    +        if (CRYPTO_ccm128_setiv(ccm, ctx->iv, 15 - cctx->L, len))
    +            return -1;
    +        cctx->len_set = 1;
    +    }
    +    if (ctx->encrypt) {
    +        if (cctx->str ? CRYPTO_ccm128_encrypt_ccm64(ccm, in, out, len,
    +                                                    cctx->str) :
    +            CRYPTO_ccm128_encrypt(ccm, in, out, len))
    +            return -1;
    +        cctx->tag_set = 1;
    +        return len;
    +    } else {
    +        int rv = -1;
    +        if (cctx->str ? !CRYPTO_ccm128_decrypt_ccm64(ccm, in, out, len,
    +                                                     cctx->str) :
    +            !CRYPTO_ccm128_decrypt(ccm, in, out, len)) {
    +            unsigned char tag[16];
    +            if (CRYPTO_ccm128_tag(ccm, tag, cctx->M)) {
    +                if (!memcmp(tag, ctx->buf, cctx->M))
    +                    rv = len;
    +            }
    +        }
    +        if (rv == -1)
    +            OPENSSL_cleanse(out, len);
    +        cctx->iv_set = 0;
    +        cctx->tag_set = 0;
    +        cctx->len_set = 0;
    +        return rv;
    +    }
     
    +}
    +
    +# define aes_ccm_cleanup NULL
    +
    +BLOCK_CIPHER_custom(NID_aes, 128, 1, 12, ccm, CCM,
    +                    EVP_CIPH_FLAG_FIPS | CUSTOM_FLAGS)
    +    BLOCK_CIPHER_custom(NID_aes, 192, 1, 12, ccm, CCM,
    +                    EVP_CIPH_FLAG_FIPS | CUSTOM_FLAGS)
    +    BLOCK_CIPHER_custom(NID_aes, 256, 1, 12, ccm, CCM,
    +                    EVP_CIPH_FLAG_FIPS | CUSTOM_FLAGS)
     #endif
    -#endif
    +typedef struct {
    +    union {
    +        double align;
    +        AES_KEY ks;
    +    } ks;
    +    /* Indicates if IV has been set */
    +    unsigned char *iv;
    +} EVP_AES_WRAP_CTX;
    +
    +static int aes_wrap_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    +                             const unsigned char *iv, int enc)
    +{
    +    EVP_AES_WRAP_CTX *wctx = ctx->cipher_data;
    +    if (!iv && !key)
    +        return 1;
    +    if (key) {
    +        if (ctx->encrypt)
    +            AES_set_encrypt_key(key, ctx->key_len * 8, &wctx->ks.ks);
    +        else
    +            AES_set_decrypt_key(key, ctx->key_len * 8, &wctx->ks.ks);
    +        if (!iv)
    +            wctx->iv = NULL;
    +    }
    +    if (iv) {
    +        memcpy(ctx->iv, iv, 8);
    +        wctx->iv = ctx->iv;
    +    }
    +    return 1;
    +}
    +
    +static int aes_wrap_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                           const unsigned char *in, size_t inlen)
    +{
    +    EVP_AES_WRAP_CTX *wctx = ctx->cipher_data;
    +    size_t rv;
    +    if (!in)
    +        return 0;
    +    if (inlen % 8)
    +        return -1;
    +    if (ctx->encrypt && inlen < 8)
    +        return -1;
    +    if (!ctx->encrypt && inlen < 16)
    +        return -1;
    +    if (!out) {
    +        if (ctx->encrypt)
    +            return inlen + 8;
    +        else
    +            return inlen - 8;
    +    }
    +    if (ctx->encrypt)
    +        rv = CRYPTO_128_wrap(&wctx->ks.ks, wctx->iv, out, in, inlen,
    +                             (block128_f) AES_encrypt);
    +    else
    +        rv = CRYPTO_128_unwrap(&wctx->ks.ks, wctx->iv, out, in, inlen,
    +                               (block128_f) AES_decrypt);
    +    return rv ? (int)rv : -1;
    +}
    +
    +#define WRAP_FLAGS      (EVP_CIPH_WRAP_MODE \
    +                | EVP_CIPH_CUSTOM_IV | EVP_CIPH_FLAG_CUSTOM_CIPHER \
    +                | EVP_CIPH_ALWAYS_CALL_INIT | EVP_CIPH_FLAG_DEFAULT_ASN1)
    +
    +static const EVP_CIPHER aes_128_wrap = {
    +    NID_id_aes128_wrap,
    +    8, 16, 8, WRAP_FLAGS,
    +    aes_wrap_init_key, aes_wrap_cipher,
    +    NULL,
    +    sizeof(EVP_AES_WRAP_CTX),
    +    NULL, NULL, NULL, NULL
    +};
    +
    +const EVP_CIPHER *EVP_aes_128_wrap(void)
    +{
    +    return &aes_128_wrap;
    +}
    +
    +static const EVP_CIPHER aes_192_wrap = {
    +    NID_id_aes192_wrap,
    +    8, 24, 8, WRAP_FLAGS,
    +    aes_wrap_init_key, aes_wrap_cipher,
    +    NULL,
    +    sizeof(EVP_AES_WRAP_CTX),
    +    NULL, NULL, NULL, NULL
    +};
    +
    +const EVP_CIPHER *EVP_aes_192_wrap(void)
    +{
    +    return &aes_192_wrap;
    +}
    +
    +static const EVP_CIPHER aes_256_wrap = {
    +    NID_id_aes256_wrap,
    +    8, 32, 8, WRAP_FLAGS,
    +    aes_wrap_init_key, aes_wrap_cipher,
    +    NULL,
    +    sizeof(EVP_AES_WRAP_CTX),
    +    NULL, NULL, NULL, NULL
    +};
    +
    +const EVP_CIPHER *EVP_aes_256_wrap(void)
    +{
    +    return &aes_256_wrap;
    +}
    diff --git a/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c b/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
    index fb2c884a7..e0127a9bb 100644
    --- a/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
    +++ b/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
    @@ -54,528 +54,949 @@
     
     #if !defined(OPENSSL_NO_AES) && !defined(OPENSSL_NO_SHA1)
     
    -#include 
    -#include 
    -#include 
    -#include 
    -#include "evp_locl.h"
    -
    -#ifndef EVP_CIPH_FLAG_AEAD_CIPHER
    -#define EVP_CIPH_FLAG_AEAD_CIPHER	0x200000
    -#define EVP_CTRL_AEAD_TLS1_AAD		0x16
    -#define EVP_CTRL_AEAD_SET_MAC_KEY	0x17
    -#endif
    -
    -#if !defined(EVP_CIPH_FLAG_DEFAULT_ASN1)
    -#define EVP_CIPH_FLAG_DEFAULT_ASN1 0
    -#endif
    -
    -#define TLS1_1_VERSION 0x0302
    -
    -typedef struct
    -    {
    -    AES_KEY		ks;
    -    SHA_CTX		head,tail,md;
    -    size_t		payload_length;	/* AAD length in decrypt case */
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
    +# include "modes_lcl.h"
    +
    +# ifndef EVP_CIPH_FLAG_AEAD_CIPHER
    +#  define EVP_CIPH_FLAG_AEAD_CIPHER       0x200000
    +#  define EVP_CTRL_AEAD_TLS1_AAD          0x16
    +#  define EVP_CTRL_AEAD_SET_MAC_KEY       0x17
    +# endif
    +
    +# if !defined(EVP_CIPH_FLAG_DEFAULT_ASN1)
    +#  define EVP_CIPH_FLAG_DEFAULT_ASN1 0
    +# endif
    +
    +# if !defined(EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK)
    +#  define EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK 0
    +# endif
    +
    +# define TLS1_1_VERSION 0x0302
    +
    +typedef struct {
    +    AES_KEY ks;
    +    SHA_CTX head, tail, md;
    +    size_t payload_length;      /* AAD length in decrypt case */
         union {
    -	unsigned int	tls_ver;
    -    	unsigned char	tls_aad[16];	/* 13 used */
    +        unsigned int tls_ver;
    +        unsigned char tls_aad[16]; /* 13 used */
         } aux;
    -    } EVP_AES_HMAC_SHA1;
    -
    -#define NO_PAYLOAD_LENGTH	((size_t)-1)
    +} EVP_AES_HMAC_SHA1;
     
    -#if	defined(AES_ASM) &&	( \
    -	defined(__x86_64)	|| defined(__x86_64__)	|| \
    -	defined(_M_AMD64)	|| defined(_M_X64)	|| \
    -	defined(__INTEL__)	)
    +# define NO_PAYLOAD_LENGTH       ((size_t)-1)
     
    -#if defined(__GNUC__) && __GNUC__>=2 && !defined(PEDANTIC)
    -# define BSWAP(x) ({ unsigned int r=(x); asm ("bswapl %0":"=r"(r):"0"(r)); r; })
    -#endif
    +# if     defined(AES_ASM) &&     ( \
    +        defined(__x86_64)       || defined(__x86_64__)  || \
    +        defined(_M_AMD64)       || defined(_M_X64)      || \
    +        defined(__INTEL__)      )
     
    -extern unsigned int OPENSSL_ia32cap_P[2];
    -#define AESNI_CAPABLE   (1<<(57-32))
    +extern unsigned int OPENSSL_ia32cap_P[3];
    +#  define AESNI_CAPABLE   (1<<(57-32))
     
     int aesni_set_encrypt_key(const unsigned char *userKey, int bits,
    -			      AES_KEY *key);
    +                          AES_KEY *key);
     int aesni_set_decrypt_key(const unsigned char *userKey, int bits,
    -			      AES_KEY *key);
    +                          AES_KEY *key);
     
     void aesni_cbc_encrypt(const unsigned char *in,
    -			   unsigned char *out,
    -			   size_t length,
    -			   const AES_KEY *key,
    -			   unsigned char *ivec, int enc);
    +                       unsigned char *out,
    +                       size_t length,
    +                       const AES_KEY *key, unsigned char *ivec, int enc);
    +
    +void aesni_cbc_sha1_enc(const void *inp, void *out, size_t blocks,
    +                        const AES_KEY *key, unsigned char iv[16],
    +                        SHA_CTX *ctx, const void *in0);
     
    -void aesni_cbc_sha1_enc (const void *inp, void *out, size_t blocks,
    -		const AES_KEY *key, unsigned char iv[16],
    -		SHA_CTX *ctx,const void *in0);
    +void aesni256_cbc_sha1_dec(const void *inp, void *out, size_t blocks,
    +                           const AES_KEY *key, unsigned char iv[16],
    +                           SHA_CTX *ctx, const void *in0);
     
    -#define data(ctx) ((EVP_AES_HMAC_SHA1 *)(ctx)->cipher_data)
    +#  define data(ctx) ((EVP_AES_HMAC_SHA1 *)(ctx)->cipher_data)
     
     static int aesni_cbc_hmac_sha1_init_key(EVP_CIPHER_CTX *ctx,
    -			const unsigned char *inkey,
    -			const unsigned char *iv, int enc)
    -	{
    -	EVP_AES_HMAC_SHA1 *key = data(ctx);
    -	int ret;
    +                                        const unsigned char *inkey,
    +                                        const unsigned char *iv, int enc)
    +{
    +    EVP_AES_HMAC_SHA1 *key = data(ctx);
    +    int ret;
     
    -	if (enc)
    -		ret=aesni_set_encrypt_key(inkey,ctx->key_len*8,&key->ks);
    -	else
    -		ret=aesni_set_decrypt_key(inkey,ctx->key_len*8,&key->ks);
    +    if (enc)
    +        ret = aesni_set_encrypt_key(inkey, ctx->key_len * 8, &key->ks);
    +    else
    +        ret = aesni_set_decrypt_key(inkey, ctx->key_len * 8, &key->ks);
     
    -	SHA1_Init(&key->head);	/* handy when benchmarking */
    -	key->tail = key->head;
    -	key->md   = key->head;
    +    SHA1_Init(&key->head);      /* handy when benchmarking */
    +    key->tail = key->head;
    +    key->md = key->head;
     
    -	key->payload_length = NO_PAYLOAD_LENGTH;
    +    key->payload_length = NO_PAYLOAD_LENGTH;
     
    -	return ret<0?0:1;
    -	}
    +    return ret < 0 ? 0 : 1;
    +}
     
    -#define	STITCHED_CALL
    +#  define STITCHED_CALL
    +#  undef  STITCHED_DECRYPT_CALL
     
    -#if !defined(STITCHED_CALL)
    -#define	aes_off 0
    -#endif
    +#  if !defined(STITCHED_CALL)
    +#   define aes_off 0
    +#  endif
     
    -void sha1_block_data_order (void *c,const void *p,size_t len);
    +void sha1_block_data_order(void *c, const void *p, size_t len);
     
    -static void sha1_update(SHA_CTX *c,const void *data,size_t len)
    -{	const unsigned char *ptr = data;
    -	size_t res;
    +static void sha1_update(SHA_CTX *c, const void *data, size_t len)
    +{
    +    const unsigned char *ptr = data;
    +    size_t res;
     
    -	if ((res = c->num)) {
    -		res = SHA_CBLOCK-res;
    -		if (lennum)) {
    +        res = SHA_CBLOCK - res;
    +        if (len < res)
    +            res = len;
    +        SHA1_Update(c, ptr, res);
    +        ptr += res;
    +        len -= res;
    +    }
     
    -	res = len % SHA_CBLOCK;
    -	len -= res;
    +    res = len % SHA_CBLOCK;
    +    len -= res;
     
    -	if (len) {
    -		sha1_block_data_order(c,ptr,len/SHA_CBLOCK);
    +    if (len) {
    +        sha1_block_data_order(c, ptr, len / SHA_CBLOCK);
     
    -		ptr += len;
    -		c->Nh += len>>29;
    -		c->Nl += len<<=3;
    -		if (c->Nl<(unsigned int)len) c->Nh++;
    -	}
    +        ptr += len;
    +        c->Nh += len >> 29;
    +        c->Nl += len <<= 3;
    +        if (c->Nl < (unsigned int)len)
    +            c->Nh++;
    +    }
     
    -	if (res)
    -		SHA1_Update(c,ptr,res);
    +    if (res)
    +        SHA1_Update(c, ptr, res);
     }
     
    -#ifdef SHA1_Update
    -#undef SHA1_Update
    -#endif
    -#define SHA1_Update sha1_update
    +#  ifdef SHA1_Update
    +#   undef SHA1_Update
    +#  endif
    +#  define SHA1_Update sha1_update
    +
    +#  if !defined(OPENSSL_NO_MULTIBLOCK) && EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK
    +
    +typedef struct {
    +    unsigned int A[8], B[8], C[8], D[8], E[8];
    +} SHA1_MB_CTX;
    +typedef struct {
    +    const unsigned char *ptr;
    +    int blocks;
    +} HASH_DESC;
    +
    +void sha1_multi_block(SHA1_MB_CTX *, const HASH_DESC *, int);
    +
    +typedef struct {
    +    const unsigned char *inp;
    +    unsigned char *out;
    +    int blocks;
    +    u64 iv[2];
    +} CIPH_DESC;
    +
    +void aesni_multi_cbc_encrypt(CIPH_DESC *, void *, int);
    +
    +static size_t tls1_1_multi_block_encrypt(EVP_AES_HMAC_SHA1 *key,
    +                                         unsigned char *out,
    +                                         const unsigned char *inp,
    +                                         size_t inp_len, int n4x)
    +{                               /* n4x is 1 or 2 */
    +    HASH_DESC hash_d[8], edges[8];
    +    CIPH_DESC ciph_d[8];
    +    unsigned char storage[sizeof(SHA1_MB_CTX) + 32];
    +    union {
    +        u64 q[16];
    +        u32 d[32];
    +        u8 c[128];
    +    } blocks[8];
    +    SHA1_MB_CTX *ctx;
    +    unsigned int frag, last, packlen, i, x4 = 4 * n4x, minblocks, processed =
    +        0;
    +    size_t ret = 0;
    +    u8 *IVs;
    +#   if defined(BSWAP8)
    +    u64 seqnum;
    +#   endif
    +
    +    /* ask for IVs in bulk */
    +    if (RAND_bytes((IVs = blocks[0].c), 16 * x4) <= 0)
    +        return 0;
    +
    +    ctx = (SHA1_MB_CTX *) (storage + 32 - ((size_t)storage % 32)); /* align */
    +
    +    frag = (unsigned int)inp_len >> (1 + n4x);
    +    last = (unsigned int)inp_len + frag - (frag << (1 + n4x));
    +    if (last > frag && ((last + 13 + 9) % 64) < (x4 - 1)) {
    +        frag++;
    +        last -= x4 - 1;
    +    }
    +
    +    packlen = 5 + 16 + ((frag + 20 + 16) & -16);
    +
    +    /* populate descriptors with pointers and IVs */
    +    hash_d[0].ptr = inp;
    +    ciph_d[0].inp = inp;
    +    /* 5+16 is place for header and explicit IV */
    +    ciph_d[0].out = out + 5 + 16;
    +    memcpy(ciph_d[0].out - 16, IVs, 16);
    +    memcpy(ciph_d[0].iv, IVs, 16);
    +    IVs += 16;
    +
    +    for (i = 1; i < x4; i++) {
    +        ciph_d[i].inp = hash_d[i].ptr = hash_d[i - 1].ptr + frag;
    +        ciph_d[i].out = ciph_d[i - 1].out + packlen;
    +        memcpy(ciph_d[i].out - 16, IVs, 16);
    +        memcpy(ciph_d[i].iv, IVs, 16);
    +        IVs += 16;
    +    }
    +
    +#   if defined(BSWAP8)
    +    memcpy(blocks[0].c, key->md.data, 8);
    +    seqnum = BSWAP8(blocks[0].q[0]);
    +#   endif
    +    for (i = 0; i < x4; i++) {
    +        unsigned int len = (i == (x4 - 1) ? last : frag);
    +#   if !defined(BSWAP8)
    +        unsigned int carry, j;
    +#   endif
    +
    +        ctx->A[i] = key->md.h0;
    +        ctx->B[i] = key->md.h1;
    +        ctx->C[i] = key->md.h2;
    +        ctx->D[i] = key->md.h3;
    +        ctx->E[i] = key->md.h4;
    +
    +        /* fix seqnum */
    +#   if defined(BSWAP8)
    +        blocks[i].q[0] = BSWAP8(seqnum + i);
    +#   else
    +        for (carry = i, j = 8; j--;) {
    +            blocks[i].c[j] = ((u8 *)key->md.data)[j] + carry;
    +            carry = (blocks[i].c[j] - carry) >> (sizeof(carry) * 8 - 1);
    +        }
    +#   endif
    +        blocks[i].c[8] = ((u8 *)key->md.data)[8];
    +        blocks[i].c[9] = ((u8 *)key->md.data)[9];
    +        blocks[i].c[10] = ((u8 *)key->md.data)[10];
    +        /* fix length */
    +        blocks[i].c[11] = (u8)(len >> 8);
    +        blocks[i].c[12] = (u8)(len);
    +
    +        memcpy(blocks[i].c + 13, hash_d[i].ptr, 64 - 13);
    +        hash_d[i].ptr += 64 - 13;
    +        hash_d[i].blocks = (len - (64 - 13)) / 64;
    +
    +        edges[i].ptr = blocks[i].c;
    +        edges[i].blocks = 1;
    +    }
    +
    +    /* hash 13-byte headers and first 64-13 bytes of inputs */
    +    sha1_multi_block(ctx, edges, n4x);
    +    /* hash bulk inputs */
    +#   define MAXCHUNKSIZE    2048
    +#   if     MAXCHUNKSIZE%64
    +#    error  "MAXCHUNKSIZE is not divisible by 64"
    +#   elif   MAXCHUNKSIZE
    +    /*
    +     * goal is to minimize pressure on L1 cache by moving in shorter steps,
    +     * so that hashed data is still in the cache by the time we encrypt it
    +     */
    +    minblocks = ((frag <= last ? frag : last) - (64 - 13)) / 64;
    +    if (minblocks > MAXCHUNKSIZE / 64) {
    +        for (i = 0; i < x4; i++) {
    +            edges[i].ptr = hash_d[i].ptr;
    +            edges[i].blocks = MAXCHUNKSIZE / 64;
    +            ciph_d[i].blocks = MAXCHUNKSIZE / 16;
    +        }
    +        do {
    +            sha1_multi_block(ctx, edges, n4x);
    +            aesni_multi_cbc_encrypt(ciph_d, &key->ks, n4x);
    +
    +            for (i = 0; i < x4; i++) {
    +                edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE;
    +                hash_d[i].blocks -= MAXCHUNKSIZE / 64;
    +                edges[i].blocks = MAXCHUNKSIZE / 64;
    +                ciph_d[i].inp += MAXCHUNKSIZE;
    +                ciph_d[i].out += MAXCHUNKSIZE;
    +                ciph_d[i].blocks = MAXCHUNKSIZE / 16;
    +                memcpy(ciph_d[i].iv, ciph_d[i].out - 16, 16);
    +            }
    +            processed += MAXCHUNKSIZE;
    +            minblocks -= MAXCHUNKSIZE / 64;
    +        } while (minblocks > MAXCHUNKSIZE / 64);
    +    }
    +#   endif
    +#   undef  MAXCHUNKSIZE
    +    sha1_multi_block(ctx, hash_d, n4x);
    +
    +    memset(blocks, 0, sizeof(blocks));
    +    for (i = 0; i < x4; i++) {
    +        unsigned int len = (i == (x4 - 1) ? last : frag),
    +            off = hash_d[i].blocks * 64;
    +        const unsigned char *ptr = hash_d[i].ptr + off;
    +
    +        off = (len - processed) - (64 - 13) - off; /* remainder actually */
    +        memcpy(blocks[i].c, ptr, off);
    +        blocks[i].c[off] = 0x80;
    +        len += 64 + 13;         /* 64 is HMAC header */
    +        len *= 8;               /* convert to bits */
    +        if (off < (64 - 8)) {
    +#   ifdef BSWAP4
    +            blocks[i].d[15] = BSWAP4(len);
    +#   else
    +            PUTU32(blocks[i].c + 60, len);
    +#   endif
    +            edges[i].blocks = 1;
    +        } else {
    +#   ifdef BSWAP4
    +            blocks[i].d[31] = BSWAP4(len);
    +#   else
    +            PUTU32(blocks[i].c + 124, len);
    +#   endif
    +            edges[i].blocks = 2;
    +        }
    +        edges[i].ptr = blocks[i].c;
    +    }
    +
    +    /* hash input tails and finalize */
    +    sha1_multi_block(ctx, edges, n4x);
    +
    +    memset(blocks, 0, sizeof(blocks));
    +    for (i = 0; i < x4; i++) {
    +#   ifdef BSWAP4
    +        blocks[i].d[0] = BSWAP4(ctx->A[i]);
    +        ctx->A[i] = key->tail.h0;
    +        blocks[i].d[1] = BSWAP4(ctx->B[i]);
    +        ctx->B[i] = key->tail.h1;
    +        blocks[i].d[2] = BSWAP4(ctx->C[i]);
    +        ctx->C[i] = key->tail.h2;
    +        blocks[i].d[3] = BSWAP4(ctx->D[i]);
    +        ctx->D[i] = key->tail.h3;
    +        blocks[i].d[4] = BSWAP4(ctx->E[i]);
    +        ctx->E[i] = key->tail.h4;
    +        blocks[i].c[20] = 0x80;
    +        blocks[i].d[15] = BSWAP4((64 + 20) * 8);
    +#   else
    +        PUTU32(blocks[i].c + 0, ctx->A[i]);
    +        ctx->A[i] = key->tail.h0;
    +        PUTU32(blocks[i].c + 4, ctx->B[i]);
    +        ctx->B[i] = key->tail.h1;
    +        PUTU32(blocks[i].c + 8, ctx->C[i]);
    +        ctx->C[i] = key->tail.h2;
    +        PUTU32(blocks[i].c + 12, ctx->D[i]);
    +        ctx->D[i] = key->tail.h3;
    +        PUTU32(blocks[i].c + 16, ctx->E[i]);
    +        ctx->E[i] = key->tail.h4;
    +        blocks[i].c[20] = 0x80;
    +        PUTU32(blocks[i].c + 60, (64 + 20) * 8);
    +#   endif
    +        edges[i].ptr = blocks[i].c;
    +        edges[i].blocks = 1;
    +    }
    +
    +    /* finalize MACs */
    +    sha1_multi_block(ctx, edges, n4x);
    +
    +    for (i = 0; i < x4; i++) {
    +        unsigned int len = (i == (x4 - 1) ? last : frag), pad, j;
    +        unsigned char *out0 = out;
    +
    +        memcpy(ciph_d[i].out, ciph_d[i].inp, len - processed);
    +        ciph_d[i].inp = ciph_d[i].out;
    +
    +        out += 5 + 16 + len;
    +
    +        /* write MAC */
    +        PUTU32(out + 0, ctx->A[i]);
    +        PUTU32(out + 4, ctx->B[i]);
    +        PUTU32(out + 8, ctx->C[i]);
    +        PUTU32(out + 12, ctx->D[i]);
    +        PUTU32(out + 16, ctx->E[i]);
    +        out += 20;
    +        len += 20;
    +
    +        /* pad */
    +        pad = 15 - len % 16;
    +        for (j = 0; j <= pad; j++)
    +            *(out++) = pad;
    +        len += pad + 1;
    +
    +        ciph_d[i].blocks = (len - processed) / 16;
    +        len += 16;              /* account for explicit iv */
    +
    +        /* arrange header */
    +        out0[0] = ((u8 *)key->md.data)[8];
    +        out0[1] = ((u8 *)key->md.data)[9];
    +        out0[2] = ((u8 *)key->md.data)[10];
    +        out0[3] = (u8)(len >> 8);
    +        out0[4] = (u8)(len);
    +
    +        ret += len + 5;
    +        inp += frag;
    +    }
    +
    +    aesni_multi_cbc_encrypt(ciph_d, &key->ks, n4x);
    +
    +    OPENSSL_cleanse(blocks, sizeof(blocks));
    +    OPENSSL_cleanse(ctx, sizeof(*ctx));
    +
    +    return ret;
    +}
    +#  endif
     
     static int aesni_cbc_hmac_sha1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -		      const unsigned char *in, size_t len)
    -	{
    -	EVP_AES_HMAC_SHA1 *key = data(ctx);
    -	unsigned int l;
    -	size_t	plen = key->payload_length,
    -		iv = 0,		/* explicit IV in TLS 1.1 and later */
    -		sha_off = 0;
    -#if defined(STITCHED_CALL)
    -	size_t	aes_off = 0,
    -		blocks;
    -
    -	sha_off = SHA_CBLOCK-key->md.num;
    -#endif
    +                                      const unsigned char *in, size_t len)
    +{
    +    EVP_AES_HMAC_SHA1 *key = data(ctx);
    +    unsigned int l;
    +    size_t plen = key->payload_length, iv = 0, /* explicit IV in TLS 1.1 and
    +                                                * later */
    +        sha_off = 0;
    +#  if defined(STITCHED_CALL)
    +    size_t aes_off = 0, blocks;
    +
    +    sha_off = SHA_CBLOCK - key->md.num;
    +#  endif
    +
    +    key->payload_length = NO_PAYLOAD_LENGTH;
    +
    +    if (len % AES_BLOCK_SIZE)
    +        return 0;
    +
    +    if (ctx->encrypt) {
    +        if (plen == NO_PAYLOAD_LENGTH)
    +            plen = len;
    +        else if (len !=
    +                 ((plen + SHA_DIGEST_LENGTH +
    +                   AES_BLOCK_SIZE) & -AES_BLOCK_SIZE))
    +            return 0;
    +        else if (key->aux.tls_ver >= TLS1_1_VERSION)
    +            iv = AES_BLOCK_SIZE;
    +
    +#  if defined(STITCHED_CALL)
    +        if (plen > (sha_off + iv)
    +            && (blocks = (plen - (sha_off + iv)) / SHA_CBLOCK)) {
    +            SHA1_Update(&key->md, in + iv, sha_off);
    +
    +            aesni_cbc_sha1_enc(in, out, blocks, &key->ks,
    +                               ctx->iv, &key->md, in + iv + sha_off);
    +            blocks *= SHA_CBLOCK;
    +            aes_off += blocks;
    +            sha_off += blocks;
    +            key->md.Nh += blocks >> 29;
    +            key->md.Nl += blocks <<= 3;
    +            if (key->md.Nl < (unsigned int)blocks)
    +                key->md.Nh++;
    +        } else {
    +            sha_off = 0;
    +        }
    +#  endif
    +        sha_off += iv;
    +        SHA1_Update(&key->md, in + sha_off, plen - sha_off);
    +
    +        if (plen != len) {      /* "TLS" mode of operation */
    +            if (in != out)
    +                memcpy(out + aes_off, in + aes_off, plen - aes_off);
    +
    +            /* calculate HMAC and append it to payload */
    +            SHA1_Final(out + plen, &key->md);
    +            key->md = key->tail;
    +            SHA1_Update(&key->md, out + plen, SHA_DIGEST_LENGTH);
    +            SHA1_Final(out + plen, &key->md);
    +
    +            /* pad the payload|hmac */
    +            plen += SHA_DIGEST_LENGTH;
    +            for (l = len - plen - 1; plen < len; plen++)
    +                out[plen] = l;
    +            /* encrypt HMAC|padding at once */
    +            aesni_cbc_encrypt(out + aes_off, out + aes_off, len - aes_off,
    +                              &key->ks, ctx->iv, 1);
    +        } else {
    +            aesni_cbc_encrypt(in + aes_off, out + aes_off, len - aes_off,
    +                              &key->ks, ctx->iv, 1);
    +        }
    +    } else {
    +        union {
    +            unsigned int u[SHA_DIGEST_LENGTH / sizeof(unsigned int)];
    +            unsigned char c[32 + SHA_DIGEST_LENGTH];
    +        } mac, *pmac;
    +
    +        /* arrange cache line alignment */
    +        pmac = (void *)(((size_t)mac.c + 31) & ((size_t)0 - 32));
    +
    +        if (plen != NO_PAYLOAD_LENGTH) { /* "TLS" mode of operation */
    +            size_t inp_len, mask, j, i;
    +            unsigned int res, maxpad, pad, bitlen;
    +            int ret = 1;
    +            union {
    +                unsigned int u[SHA_LBLOCK];
    +                unsigned char c[SHA_CBLOCK];
    +            } *data = (void *)key->md.data;
    +#  if defined(STITCHED_DECRYPT_CALL)
    +            unsigned char tail_iv[AES_BLOCK_SIZE];
    +            int stitch = 0;
    +#  endif
    +
    +            if ((key->aux.tls_aad[plen - 4] << 8 | key->aux.tls_aad[plen - 3])
    +                >= TLS1_1_VERSION) {
    +                if (len < (AES_BLOCK_SIZE + SHA_DIGEST_LENGTH + 1))
    +                    return 0;
    +
    +                /* omit explicit iv */
    +                memcpy(ctx->iv, in, AES_BLOCK_SIZE);
    +                in += AES_BLOCK_SIZE;
    +                out += AES_BLOCK_SIZE;
    +                len -= AES_BLOCK_SIZE;
    +            } else if (len < (SHA_DIGEST_LENGTH + 1))
    +                return 0;
    +
    +#  if defined(STITCHED_DECRYPT_CALL)
    +            if (len >= 1024 && ctx->key_len == 32) {
    +                /* decrypt last block */
    +                memcpy(tail_iv, in + len - 2 * AES_BLOCK_SIZE,
    +                       AES_BLOCK_SIZE);
    +                aesni_cbc_encrypt(in + len - AES_BLOCK_SIZE,
    +                                  out + len - AES_BLOCK_SIZE, AES_BLOCK_SIZE,
    +                                  &key->ks, tail_iv, 0);
    +                stitch = 1;
    +            } else
    +#  endif
    +                /* decrypt HMAC|padding at once */
    +                aesni_cbc_encrypt(in, out, len, &key->ks, ctx->iv, 0);
    +
    +            /* figure out payload length */
    +            pad = out[len - 1];
    +            maxpad = len - (SHA_DIGEST_LENGTH + 1);
    +            maxpad |= (255 - maxpad) >> (sizeof(maxpad) * 8 - 8);
    +            maxpad &= 255;
    +
    +            inp_len = len - (SHA_DIGEST_LENGTH + pad + 1);
    +            mask = (0 - ((inp_len - len) >> (sizeof(inp_len) * 8 - 1)));
    +            inp_len &= mask;
    +            ret &= (int)mask;
    +
    +            key->aux.tls_aad[plen - 2] = inp_len >> 8;
    +            key->aux.tls_aad[plen - 1] = inp_len;
    +
    +            /* calculate HMAC */
    +            key->md = key->head;
    +            SHA1_Update(&key->md, key->aux.tls_aad, plen);
    +
    +#  if defined(STITCHED_DECRYPT_CALL)
    +            if (stitch) {
    +                blocks = (len - (256 + 32 + SHA_CBLOCK)) / SHA_CBLOCK;
    +                aes_off = len - AES_BLOCK_SIZE - blocks * SHA_CBLOCK;
    +                sha_off = SHA_CBLOCK - plen;
    +
    +                aesni_cbc_encrypt(in, out, aes_off, &key->ks, ctx->iv, 0);
    +
    +                SHA1_Update(&key->md, out, sha_off);
    +                aesni256_cbc_sha1_dec(in + aes_off,
    +                                      out + aes_off, blocks, &key->ks,
    +                                      ctx->iv, &key->md, out + sha_off);
    +
    +                sha_off += blocks *= SHA_CBLOCK;
    +                out += sha_off;
    +                len -= sha_off;
    +                inp_len -= sha_off;
    +
    +                key->md.Nl += (blocks << 3); /* at most 18 bits */
    +                memcpy(ctx->iv, tail_iv, AES_BLOCK_SIZE);
    +            }
    +#  endif
    +
    +#  if 1
    +            len -= SHA_DIGEST_LENGTH; /* amend mac */
    +            if (len >= (256 + SHA_CBLOCK)) {
    +                j = (len - (256 + SHA_CBLOCK)) & (0 - SHA_CBLOCK);
    +                j += SHA_CBLOCK - key->md.num;
    +                SHA1_Update(&key->md, out, j);
    +                out += j;
    +                len -= j;
    +                inp_len -= j;
    +            }
    +
    +            /* but pretend as if we hashed padded payload */
    +            bitlen = key->md.Nl + (inp_len << 3); /* at most 18 bits */
    +#   ifdef BSWAP4
    +            bitlen = BSWAP4(bitlen);
    +#   else
    +            mac.c[0] = 0;
    +            mac.c[1] = (unsigned char)(bitlen >> 16);
    +            mac.c[2] = (unsigned char)(bitlen >> 8);
    +            mac.c[3] = (unsigned char)bitlen;
    +            bitlen = mac.u[0];
    +#   endif
    +
    +            pmac->u[0] = 0;
    +            pmac->u[1] = 0;
    +            pmac->u[2] = 0;
    +            pmac->u[3] = 0;
    +            pmac->u[4] = 0;
    +
    +            for (res = key->md.num, j = 0; j < len; j++) {
    +                size_t c = out[j];
    +                mask = (j - inp_len) >> (sizeof(j) * 8 - 8);
    +                c &= mask;
    +                c |= 0x80 & ~mask & ~((inp_len - j) >> (sizeof(j) * 8 - 8));
    +                data->c[res++] = (unsigned char)c;
    +
    +                if (res != SHA_CBLOCK)
    +                    continue;
    +
    +                /* j is not incremented yet */
    +                mask = 0 - ((inp_len + 7 - j) >> (sizeof(j) * 8 - 1));
    +                data->u[SHA_LBLOCK - 1] |= bitlen & mask;
    +                sha1_block_data_order(&key->md, data, 1);
    +                mask &= 0 - ((j - inp_len - 72) >> (sizeof(j) * 8 - 1));
    +                pmac->u[0] |= key->md.h0 & mask;
    +                pmac->u[1] |= key->md.h1 & mask;
    +                pmac->u[2] |= key->md.h2 & mask;
    +                pmac->u[3] |= key->md.h3 & mask;
    +                pmac->u[4] |= key->md.h4 & mask;
    +                res = 0;
    +            }
    +
    +            for (i = res; i < SHA_CBLOCK; i++, j++)
    +                data->c[i] = 0;
    +
    +            if (res > SHA_CBLOCK - 8) {
    +                mask = 0 - ((inp_len + 8 - j) >> (sizeof(j) * 8 - 1));
    +                data->u[SHA_LBLOCK - 1] |= bitlen & mask;
    +                sha1_block_data_order(&key->md, data, 1);
    +                mask &= 0 - ((j - inp_len - 73) >> (sizeof(j) * 8 - 1));
    +                pmac->u[0] |= key->md.h0 & mask;
    +                pmac->u[1] |= key->md.h1 & mask;
    +                pmac->u[2] |= key->md.h2 & mask;
    +                pmac->u[3] |= key->md.h3 & mask;
    +                pmac->u[4] |= key->md.h4 & mask;
    +
    +                memset(data, 0, SHA_CBLOCK);
    +                j += 64;
    +            }
    +            data->u[SHA_LBLOCK - 1] = bitlen;
    +            sha1_block_data_order(&key->md, data, 1);
    +            mask = 0 - ((j - inp_len - 73) >> (sizeof(j) * 8 - 1));
    +            pmac->u[0] |= key->md.h0 & mask;
    +            pmac->u[1] |= key->md.h1 & mask;
    +            pmac->u[2] |= key->md.h2 & mask;
    +            pmac->u[3] |= key->md.h3 & mask;
    +            pmac->u[4] |= key->md.h4 & mask;
    +
    +#   ifdef BSWAP4
    +            pmac->u[0] = BSWAP4(pmac->u[0]);
    +            pmac->u[1] = BSWAP4(pmac->u[1]);
    +            pmac->u[2] = BSWAP4(pmac->u[2]);
    +            pmac->u[3] = BSWAP4(pmac->u[3]);
    +            pmac->u[4] = BSWAP4(pmac->u[4]);
    +#   else
    +            for (i = 0; i < 5; i++) {
    +                res = pmac->u[i];
    +                pmac->c[4 * i + 0] = (unsigned char)(res >> 24);
    +                pmac->c[4 * i + 1] = (unsigned char)(res >> 16);
    +                pmac->c[4 * i + 2] = (unsigned char)(res >> 8);
    +                pmac->c[4 * i + 3] = (unsigned char)res;
    +            }
    +#   endif
    +            len += SHA_DIGEST_LENGTH;
    +#  else
    +            SHA1_Update(&key->md, out, inp_len);
    +            res = key->md.num;
    +            SHA1_Final(pmac->c, &key->md);
    +
    +            {
    +                unsigned int inp_blocks, pad_blocks;
    +
    +                /* but pretend as if we hashed padded payload */
    +                inp_blocks =
    +                    1 + ((SHA_CBLOCK - 9 - res) >> (sizeof(res) * 8 - 1));
    +                res += (unsigned int)(len - inp_len);
    +                pad_blocks = res / SHA_CBLOCK;
    +                res %= SHA_CBLOCK;
    +                pad_blocks +=
    +                    1 + ((SHA_CBLOCK - 9 - res) >> (sizeof(res) * 8 - 1));
    +                for (; inp_blocks < pad_blocks; inp_blocks++)
    +                    sha1_block_data_order(&key->md, data, 1);
    +            }
    +#  endif
    +            key->md = key->tail;
    +            SHA1_Update(&key->md, pmac->c, SHA_DIGEST_LENGTH);
    +            SHA1_Final(pmac->c, &key->md);
    +
    +            /* verify HMAC */
    +            out += inp_len;
    +            len -= inp_len;
    +#  if 1
    +            {
    +                unsigned char *p = out + len - 1 - maxpad - SHA_DIGEST_LENGTH;
    +                size_t off = out - p;
    +                unsigned int c, cmask;
    +
    +                maxpad += SHA_DIGEST_LENGTH;
    +                for (res = 0, i = 0, j = 0; j < maxpad; j++) {
    +                    c = p[j];
    +                    cmask =
    +                        ((int)(j - off - SHA_DIGEST_LENGTH)) >> (sizeof(int) *
    +                                                                 8 - 1);
    +                    res |= (c ^ pad) & ~cmask; /* ... and padding */
    +                    cmask &= ((int)(off - 1 - j)) >> (sizeof(int) * 8 - 1);
    +                    res |= (c ^ pmac->c[i]) & cmask;
    +                    i += 1 & cmask;
    +                }
    +                maxpad -= SHA_DIGEST_LENGTH;
    +
    +                res = 0 - ((0 - res) >> (sizeof(res) * 8 - 1));
    +                ret &= (int)~res;
    +            }
    +#  else
    +            for (res = 0, i = 0; i < SHA_DIGEST_LENGTH; i++)
    +                res |= out[i] ^ pmac->c[i];
    +            res = 0 - ((0 - res) >> (sizeof(res) * 8 - 1));
    +            ret &= (int)~res;
    +
    +            /* verify padding */
    +            pad = (pad & ~res) | (maxpad & res);
    +            out = out + len - 1 - pad;
    +            for (res = 0, i = 0; i < pad; i++)
    +                res |= out[i] ^ pad;
    +
    +            res = (0 - res) >> (sizeof(res) * 8 - 1);
    +            ret &= (int)~res;
    +#  endif
    +            return ret;
    +        } else {
    +#  if defined(STITCHED_DECRYPT_CALL)
    +            if (len >= 1024 && ctx->key_len == 32) {
    +                if (sha_off %= SHA_CBLOCK)
    +                    blocks = (len - 3 * SHA_CBLOCK) / SHA_CBLOCK;
    +                else
    +                    blocks = (len - 2 * SHA_CBLOCK) / SHA_CBLOCK;
    +                aes_off = len - blocks * SHA_CBLOCK;
    +
    +                aesni_cbc_encrypt(in, out, aes_off, &key->ks, ctx->iv, 0);
    +                SHA1_Update(&key->md, out, sha_off);
    +                aesni256_cbc_sha1_dec(in + aes_off,
    +                                      out + aes_off, blocks, &key->ks,
    +                                      ctx->iv, &key->md, out + sha_off);
    +
    +                sha_off += blocks *= SHA_CBLOCK;
    +                out += sha_off;
    +                len -= sha_off;
    +
    +                key->md.Nh += blocks >> 29;
    +                key->md.Nl += blocks <<= 3;
    +                if (key->md.Nl < (unsigned int)blocks)
    +                    key->md.Nh++;
    +            } else
    +#  endif
    +                /* decrypt HMAC|padding at once */
    +                aesni_cbc_encrypt(in, out, len, &key->ks, ctx->iv, 0);
    +
    +            SHA1_Update(&key->md, out, len);
    +        }
    +    }
    +
    +    return 1;
    +}
     
    -	key->payload_length = NO_PAYLOAD_LENGTH;
    -
    -	if (len%AES_BLOCK_SIZE) return 0;
    -
    -	if (ctx->encrypt) {
    -		if (plen==NO_PAYLOAD_LENGTH)
    -			plen = len;
    -		else if (len!=((plen+SHA_DIGEST_LENGTH+AES_BLOCK_SIZE)&-AES_BLOCK_SIZE))
    -			return 0;
    -		else if (key->aux.tls_ver >= TLS1_1_VERSION)
    -			iv = AES_BLOCK_SIZE;
    -
    -#if defined(STITCHED_CALL)
    -		if (plen>(sha_off+iv) && (blocks=(plen-(sha_off+iv))/SHA_CBLOCK)) {
    -			SHA1_Update(&key->md,in+iv,sha_off);
    -
    -			aesni_cbc_sha1_enc(in,out,blocks,&key->ks,
    -				ctx->iv,&key->md,in+iv+sha_off);
    -			blocks *= SHA_CBLOCK;
    -			aes_off += blocks;
    -			sha_off += blocks;
    -			key->md.Nh += blocks>>29;
    -			key->md.Nl += blocks<<=3;
    -			if (key->md.Nl<(unsigned int)blocks) key->md.Nh++;
    -		} else {
    -			sha_off = 0;
    -		}
    -#endif
    -		sha_off += iv;
    -		SHA1_Update(&key->md,in+sha_off,plen-sha_off);
    -
    -		if (plen!=len)	{	/* "TLS" mode of operation */
    -			if (in!=out)
    -				memcpy(out+aes_off,in+aes_off,plen-aes_off);
    -
    -			/* calculate HMAC and append it to payload */
    -			SHA1_Final(out+plen,&key->md);
    -			key->md = key->tail;
    -			SHA1_Update(&key->md,out+plen,SHA_DIGEST_LENGTH);
    -			SHA1_Final(out+plen,&key->md);
    -
    -			/* pad the payload|hmac */
    -			plen += SHA_DIGEST_LENGTH;
    -			for (l=len-plen-1;plenks,ctx->iv,1);
    -		} else {
    -			aesni_cbc_encrypt(in+aes_off,out+aes_off,len-aes_off,
    -					&key->ks,ctx->iv,1);
    -		}
    -	} else {
    -		union { unsigned int  u[SHA_DIGEST_LENGTH/sizeof(unsigned int)];
    -			unsigned char c[32+SHA_DIGEST_LENGTH]; } mac, *pmac;
    -
    -		/* arrange cache line alignment */
    -		pmac = (void *)(((size_t)mac.c+31)&((size_t)0-32));
    -
    -		/* decrypt HMAC|padding at once */
    -		aesni_cbc_encrypt(in,out,len,
    -				&key->ks,ctx->iv,0);
    -
    -		if (plen) {	/* "TLS" mode of operation */
    -			size_t inp_len, mask, j, i;
    -			unsigned int res, maxpad, pad, bitlen;
    -			int ret = 1;
    -			union {	unsigned int  u[SHA_LBLOCK];
    -				unsigned char c[SHA_CBLOCK]; }
    -				*data = (void *)key->md.data;
    -
    -			if ((key->aux.tls_aad[plen-4]<<8|key->aux.tls_aad[plen-3])
    -			    >= TLS1_1_VERSION)
    -				iv = AES_BLOCK_SIZE;
    -
    -			if (len<(iv+SHA_DIGEST_LENGTH+1))
    -				return 0;
    -
    -			/* omit explicit iv */
    -			out += iv;
    -			len -= iv;
    -
    -			/* figure out payload length */
    -			pad = out[len-1];
    -			maxpad = len-(SHA_DIGEST_LENGTH+1);
    -			maxpad |= (255-maxpad)>>(sizeof(maxpad)*8-8);
    -			maxpad &= 255;
    -
    -			inp_len = len - (SHA_DIGEST_LENGTH+pad+1);
    -			mask = (0-((inp_len-len)>>(sizeof(inp_len)*8-1)));
    -			inp_len &= mask;
    -			ret &= (int)mask;
    -
    -			key->aux.tls_aad[plen-2] = inp_len>>8;
    -			key->aux.tls_aad[plen-1] = inp_len;
    -
    -			/* calculate HMAC */
    -			key->md = key->head;
    -			SHA1_Update(&key->md,key->aux.tls_aad,plen);
    -
    -#if 1
    -			len -= SHA_DIGEST_LENGTH;		/* amend mac */
    -			if (len>=(256+SHA_CBLOCK)) {
    -				j = (len-(256+SHA_CBLOCK))&(0-SHA_CBLOCK);
    -				j += SHA_CBLOCK-key->md.num;
    -				SHA1_Update(&key->md,out,j);
    -				out += j;
    -				len -= j;
    -				inp_len -= j;
    -			}
    -
    -			/* but pretend as if we hashed padded payload */
    -			bitlen = key->md.Nl+(inp_len<<3);	/* at most 18 bits */
    -#ifdef BSWAP
    -			bitlen = BSWAP(bitlen);
    -#else
    -			mac.c[0] = 0;
    -			mac.c[1] = (unsigned char)(bitlen>>16);
    -			mac.c[2] = (unsigned char)(bitlen>>8);
    -			mac.c[3] = (unsigned char)bitlen;
    -			bitlen = mac.u[0];
    -#endif
    +static int aesni_cbc_hmac_sha1_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg,
    +                                    void *ptr)
    +{
    +    EVP_AES_HMAC_SHA1 *key = data(ctx);
    +
    +    switch (type) {
    +    case EVP_CTRL_AEAD_SET_MAC_KEY:
    +        {
    +            unsigned int i;
    +            unsigned char hmac_key[64];
    +
    +            memset(hmac_key, 0, sizeof(hmac_key));
    +
    +            if (arg > (int)sizeof(hmac_key)) {
    +                SHA1_Init(&key->head);
    +                SHA1_Update(&key->head, ptr, arg);
    +                SHA1_Final(hmac_key, &key->head);
    +            } else {
    +                memcpy(hmac_key, ptr, arg);
    +            }
    +
    +            for (i = 0; i < sizeof(hmac_key); i++)
    +                hmac_key[i] ^= 0x36; /* ipad */
    +            SHA1_Init(&key->head);
    +            SHA1_Update(&key->head, hmac_key, sizeof(hmac_key));
    +
    +            for (i = 0; i < sizeof(hmac_key); i++)
    +                hmac_key[i] ^= 0x36 ^ 0x5c; /* opad */
    +            SHA1_Init(&key->tail);
    +            SHA1_Update(&key->tail, hmac_key, sizeof(hmac_key));
    +
    +            OPENSSL_cleanse(hmac_key, sizeof(hmac_key));
    +
    +            return 1;
    +        }
    +    case EVP_CTRL_AEAD_TLS1_AAD:
    +        {
    +            unsigned char *p = ptr;
    +            unsigned int len = p[arg - 2] << 8 | p[arg - 1];
    +
    +            if (ctx->encrypt) {
    +                key->payload_length = len;
    +                if ((key->aux.tls_ver =
    +                     p[arg - 4] << 8 | p[arg - 3]) >= TLS1_1_VERSION) {
    +                    len -= AES_BLOCK_SIZE;
    +                    p[arg - 2] = len >> 8;
    +                    p[arg - 1] = len;
    +                }
    +                key->md = key->head;
    +                SHA1_Update(&key->md, p, arg);
    +
    +                return (int)(((len + SHA_DIGEST_LENGTH +
    +                               AES_BLOCK_SIZE) & -AES_BLOCK_SIZE)
    +                             - len);
    +            } else {
    +                if (arg > 13)
    +                    arg = 13;
    +                memcpy(key->aux.tls_aad, ptr, arg);
    +                key->payload_length = arg;
    +
    +                return SHA_DIGEST_LENGTH;
    +            }
    +        }
    +#  if !defined(OPENSSL_NO_MULTIBLOCK) && EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK
    +    case EVP_CTRL_TLS1_1_MULTIBLOCK_MAX_BUFSIZE:
    +        return (int)(5 + 16 + ((arg + 20 + 16) & -16));
    +    case EVP_CTRL_TLS1_1_MULTIBLOCK_AAD:
    +        {
    +            EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param =
    +                (EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *) ptr;
    +            unsigned int n4x = 1, x4;
    +            unsigned int frag, last, packlen, inp_len;
    +
    +            if (arg < (int)sizeof(EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM))
    +                return -1;
    +
    +            inp_len = param->inp[11] << 8 | param->inp[12];
    +
    +            if (ctx->encrypt) {
    +                if ((param->inp[9] << 8 | param->inp[10]) < TLS1_1_VERSION)
    +                    return -1;
    +
    +                if (inp_len) {
    +                    if (inp_len < 4096)
    +                        return 0; /* too short */
    +
    +                    if (inp_len >= 8192 && OPENSSL_ia32cap_P[2] & (1 << 5))
    +                        n4x = 2; /* AVX2 */
    +                } else if ((n4x = param->interleave / 4) && n4x <= 2)
    +                    inp_len = param->len;
    +                else
    +                    return -1;
    +
    +                key->md = key->head;
    +                SHA1_Update(&key->md, param->inp, 13);
    +
    +                x4 = 4 * n4x;
    +                n4x += 1;
    +
    +                frag = inp_len >> n4x;
    +                last = inp_len + frag - (frag << n4x);
    +                if (last > frag && ((last + 13 + 9) % 64 < (x4 - 1))) {
    +                    frag++;
    +                    last -= x4 - 1;
    +                }
    +
    +                packlen = 5 + 16 + ((frag + 20 + 16) & -16);
    +                packlen = (packlen << n4x) - packlen;
    +                packlen += 5 + 16 + ((last + 20 + 16) & -16);
    +
    +                param->interleave = x4;
    +
    +                return (int)packlen;
    +            } else
    +                return -1;      /* not yet */
    +        }
    +    case EVP_CTRL_TLS1_1_MULTIBLOCK_ENCRYPT:
    +        {
    +            EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param =
    +                (EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *) ptr;
    +
    +            return (int)tls1_1_multi_block_encrypt(key, param->out,
    +                                                   param->inp, param->len,
    +                                                   param->interleave / 4);
    +        }
    +    case EVP_CTRL_TLS1_1_MULTIBLOCK_DECRYPT:
    +#  endif
    +    default:
    +        return -1;
    +    }
    +}
     
    -			pmac->u[0]=0;
    -			pmac->u[1]=0;
    -			pmac->u[2]=0;
    -			pmac->u[3]=0;
    -			pmac->u[4]=0;
    -
    -			for (res=key->md.num, j=0;j>(sizeof(j)*8-8);
    -				c &= mask;
    -				c |= 0x80&~mask&~((inp_len-j)>>(sizeof(j)*8-8));
    -				data->c[res++]=(unsigned char)c;
    -
    -				if (res!=SHA_CBLOCK) continue;
    -
    -				/* j is not incremented yet */
    -				mask = 0-((inp_len+7-j)>>(sizeof(j)*8-1));
    -				data->u[SHA_LBLOCK-1] |= bitlen&mask;
    -				sha1_block_data_order(&key->md,data,1);
    -				mask &= 0-((j-inp_len-72)>>(sizeof(j)*8-1));
    -				pmac->u[0] |= key->md.h0 & mask;
    -				pmac->u[1] |= key->md.h1 & mask;
    -				pmac->u[2] |= key->md.h2 & mask;
    -				pmac->u[3] |= key->md.h3 & mask;
    -				pmac->u[4] |= key->md.h4 & mask;
    -				res=0;
    -			}
    -
    -			for(i=res;ic[i]=0;
    -
    -			if (res>SHA_CBLOCK-8) {
    -				mask = 0-((inp_len+8-j)>>(sizeof(j)*8-1));
    -				data->u[SHA_LBLOCK-1] |= bitlen&mask;
    -				sha1_block_data_order(&key->md,data,1);
    -				mask &= 0-((j-inp_len-73)>>(sizeof(j)*8-1));
    -				pmac->u[0] |= key->md.h0 & mask;
    -				pmac->u[1] |= key->md.h1 & mask;
    -				pmac->u[2] |= key->md.h2 & mask;
    -				pmac->u[3] |= key->md.h3 & mask;
    -				pmac->u[4] |= key->md.h4 & mask;
    -
    -				memset(data,0,SHA_CBLOCK);
    -				j+=64;
    -			}
    -			data->u[SHA_LBLOCK-1] = bitlen;
    -			sha1_block_data_order(&key->md,data,1);
    -			mask = 0-((j-inp_len-73)>>(sizeof(j)*8-1));
    -			pmac->u[0] |= key->md.h0 & mask;
    -			pmac->u[1] |= key->md.h1 & mask;
    -			pmac->u[2] |= key->md.h2 & mask;
    -			pmac->u[3] |= key->md.h3 & mask;
    -			pmac->u[4] |= key->md.h4 & mask;
    -
    -#ifdef BSWAP
    -			pmac->u[0] = BSWAP(pmac->u[0]);
    -			pmac->u[1] = BSWAP(pmac->u[1]);
    -			pmac->u[2] = BSWAP(pmac->u[2]);
    -			pmac->u[3] = BSWAP(pmac->u[3]);
    -			pmac->u[4] = BSWAP(pmac->u[4]);
    -#else
    -			for (i=0;i<5;i++) {
    -				res = pmac->u[i];
    -				pmac->c[4*i+0]=(unsigned char)(res>>24);
    -				pmac->c[4*i+1]=(unsigned char)(res>>16);
    -				pmac->c[4*i+2]=(unsigned char)(res>>8);
    -				pmac->c[4*i+3]=(unsigned char)res;
    -			}
    -#endif
    -			len += SHA_DIGEST_LENGTH;
    -#else
    -			SHA1_Update(&key->md,out,inp_len);
    -			res = key->md.num;
    -			SHA1_Final(pmac->c,&key->md);
    -
    -			{
    -			unsigned int inp_blocks, pad_blocks;
    -
    -			/* but pretend as if we hashed padded payload */
    -			inp_blocks = 1+((SHA_CBLOCK-9-res)>>(sizeof(res)*8-1));
    -			res += (unsigned int)(len-inp_len);
    -			pad_blocks = res / SHA_CBLOCK;
    -			res %= SHA_CBLOCK;
    -			pad_blocks += 1+((SHA_CBLOCK-9-res)>>(sizeof(res)*8-1));
    -			for (;inp_blocksmd,data,1);
    -			}
    -#endif
    -			key->md = key->tail;
    -			SHA1_Update(&key->md,pmac->c,SHA_DIGEST_LENGTH);
    -			SHA1_Final(pmac->c,&key->md);
    -
    -			/* verify HMAC */
    -			out += inp_len;
    -			len -= inp_len;
    -#if 1
    -			{
    -			unsigned char *p = out+len-1-maxpad-SHA_DIGEST_LENGTH;
    -			size_t off = out-p;
    -			unsigned int c, cmask;
    -
    -			maxpad += SHA_DIGEST_LENGTH;
    -			for (res=0,i=0,j=0;j>(sizeof(int)*8-1);
    -				res |= (c^pad)&~cmask;	/* ... and padding */
    -				cmask &= ((int)(off-1-j))>>(sizeof(int)*8-1);
    -				res |= (c^pmac->c[i])&cmask;
    -				i += 1&cmask;
    -			}
    -			maxpad -= SHA_DIGEST_LENGTH;
    -
    -			res = 0-((0-res)>>(sizeof(res)*8-1));
    -			ret &= (int)~res;
    -			}
    -#else
    -			for (res=0,i=0;ic[i];
    -			res = 0-((0-res)>>(sizeof(res)*8-1));
    -			ret &= (int)~res;
    -
    -			/* verify padding */
    -			pad = (pad&~res) | (maxpad&res);
    -			out = out+len-1-pad;
    -			for (res=0,i=0;i>(sizeof(res)*8-1);
    -			ret &= (int)~res;
    -#endif
    -			return ret;
    -		} else {
    -			SHA1_Update(&key->md,out,len);
    -		}
    -	}
    -
    -	return 1;
    -	}
    -
    -static int aesni_cbc_hmac_sha1_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr)
    -	{
    -	EVP_AES_HMAC_SHA1 *key = data(ctx);
    -
    -	switch (type)
    -		{
    -	case EVP_CTRL_AEAD_SET_MAC_KEY:
    -		{
    -		unsigned int  i;
    -		unsigned char hmac_key[64];
    -
    -		memset (hmac_key,0,sizeof(hmac_key));
    -
    -		if (arg > (int)sizeof(hmac_key)) {
    -			SHA1_Init(&key->head);
    -			SHA1_Update(&key->head,ptr,arg);
    -			SHA1_Final(hmac_key,&key->head);
    -		} else {
    -			memcpy(hmac_key,ptr,arg);
    -		}
    -
    -		for (i=0;ihead);
    -		SHA1_Update(&key->head,hmac_key,sizeof(hmac_key));
    -
    -		for (i=0;itail);
    -		SHA1_Update(&key->tail,hmac_key,sizeof(hmac_key));
    -
    -		OPENSSL_cleanse(hmac_key,sizeof(hmac_key));
    -
    -		return 1;
    -		}
    -	case EVP_CTRL_AEAD_TLS1_AAD:
    -		{
    -		unsigned char *p=ptr;
    -		unsigned int   len=p[arg-2]<<8|p[arg-1];
    -
    -		if (ctx->encrypt)
    -			{
    -			key->payload_length = len;
    -			if ((key->aux.tls_ver=p[arg-4]<<8|p[arg-3]) >= TLS1_1_VERSION) {
    -				len -= AES_BLOCK_SIZE;
    -				p[arg-2] = len>>8;
    -				p[arg-1] = len;
    -			}
    -			key->md = key->head;
    -			SHA1_Update(&key->md,p,arg);
    -
    -			return (int)(((len+SHA_DIGEST_LENGTH+AES_BLOCK_SIZE)&-AES_BLOCK_SIZE)
    -				- len);
    -			}
    -		else
    -			{
    -			if (arg>13) arg = 13;
    -			memcpy(key->aux.tls_aad,ptr,arg);
    -			key->payload_length = arg;
    -
    -			return SHA_DIGEST_LENGTH;
    -			}
    -		}
    -	default:
    -		return -1;
    -		}
    -	}
    -
    -static EVP_CIPHER aesni_128_cbc_hmac_sha1_cipher =
    -	{
    -#ifdef NID_aes_128_cbc_hmac_sha1
    -	NID_aes_128_cbc_hmac_sha1,
    -#else
    -	NID_undef,
    -#endif
    -	16,16,16,
    -	EVP_CIPH_CBC_MODE|EVP_CIPH_FLAG_DEFAULT_ASN1|EVP_CIPH_FLAG_AEAD_CIPHER,
    -	aesni_cbc_hmac_sha1_init_key,
    -	aesni_cbc_hmac_sha1_cipher,
    -	NULL,
    -	sizeof(EVP_AES_HMAC_SHA1),
    -	EVP_CIPH_FLAG_DEFAULT_ASN1?NULL:EVP_CIPHER_set_asn1_iv,
    -	EVP_CIPH_FLAG_DEFAULT_ASN1?NULL:EVP_CIPHER_get_asn1_iv,
    -	aesni_cbc_hmac_sha1_ctrl,
    -	NULL
    -	};
    -
    -static EVP_CIPHER aesni_256_cbc_hmac_sha1_cipher =
    -	{
    -#ifdef NID_aes_256_cbc_hmac_sha1
    -	NID_aes_256_cbc_hmac_sha1,
    -#else
    -	NID_undef,
    -#endif
    -	16,32,16,
    -	EVP_CIPH_CBC_MODE|EVP_CIPH_FLAG_DEFAULT_ASN1|EVP_CIPH_FLAG_AEAD_CIPHER,
    -	aesni_cbc_hmac_sha1_init_key,
    -	aesni_cbc_hmac_sha1_cipher,
    -	NULL,
    -	sizeof(EVP_AES_HMAC_SHA1),
    -	EVP_CIPH_FLAG_DEFAULT_ASN1?NULL:EVP_CIPHER_set_asn1_iv,
    -	EVP_CIPH_FLAG_DEFAULT_ASN1?NULL:EVP_CIPHER_get_asn1_iv,
    -	aesni_cbc_hmac_sha1_ctrl,
    -	NULL
    -	};
    +static EVP_CIPHER aesni_128_cbc_hmac_sha1_cipher = {
    +#  ifdef NID_aes_128_cbc_hmac_sha1
    +    NID_aes_128_cbc_hmac_sha1,
    +#  else
    +    NID_undef,
    +#  endif
    +    16, 16, 16,
    +    EVP_CIPH_CBC_MODE | EVP_CIPH_FLAG_DEFAULT_ASN1 |
    +        EVP_CIPH_FLAG_AEAD_CIPHER | EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK,
    +    aesni_cbc_hmac_sha1_init_key,
    +    aesni_cbc_hmac_sha1_cipher,
    +    NULL,
    +    sizeof(EVP_AES_HMAC_SHA1),
    +    EVP_CIPH_FLAG_DEFAULT_ASN1 ? NULL : EVP_CIPHER_set_asn1_iv,
    +    EVP_CIPH_FLAG_DEFAULT_ASN1 ? NULL : EVP_CIPHER_get_asn1_iv,
    +    aesni_cbc_hmac_sha1_ctrl,
    +    NULL
    +};
    +
    +static EVP_CIPHER aesni_256_cbc_hmac_sha1_cipher = {
    +#  ifdef NID_aes_256_cbc_hmac_sha1
    +    NID_aes_256_cbc_hmac_sha1,
    +#  else
    +    NID_undef,
    +#  endif
    +    16, 32, 16,
    +    EVP_CIPH_CBC_MODE | EVP_CIPH_FLAG_DEFAULT_ASN1 |
    +        EVP_CIPH_FLAG_AEAD_CIPHER | EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK,
    +    aesni_cbc_hmac_sha1_init_key,
    +    aesni_cbc_hmac_sha1_cipher,
    +    NULL,
    +    sizeof(EVP_AES_HMAC_SHA1),
    +    EVP_CIPH_FLAG_DEFAULT_ASN1 ? NULL : EVP_CIPHER_set_asn1_iv,
    +    EVP_CIPH_FLAG_DEFAULT_ASN1 ? NULL : EVP_CIPHER_get_asn1_iv,
    +    aesni_cbc_hmac_sha1_ctrl,
    +    NULL
    +};
     
     const EVP_CIPHER *EVP_aes_128_cbc_hmac_sha1(void)
    -	{
    -	return(OPENSSL_ia32cap_P[1]&AESNI_CAPABLE?
    -		&aesni_128_cbc_hmac_sha1_cipher:NULL);
    -	}
    +{
    +    return (OPENSSL_ia32cap_P[1] & AESNI_CAPABLE ?
    +            &aesni_128_cbc_hmac_sha1_cipher : NULL);
    +}
     
     const EVP_CIPHER *EVP_aes_256_cbc_hmac_sha1(void)
    -	{
    -	return(OPENSSL_ia32cap_P[1]&AESNI_CAPABLE?
    -		&aesni_256_cbc_hmac_sha1_cipher:NULL);
    -	}
    -#else
    +{
    +    return (OPENSSL_ia32cap_P[1] & AESNI_CAPABLE ?
    +            &aesni_256_cbc_hmac_sha1_cipher : NULL);
    +}
    +# else
     const EVP_CIPHER *EVP_aes_128_cbc_hmac_sha1(void)
    -	{
    -	return NULL;
    -	}
    +{
    +    return NULL;
    +}
    +
     const EVP_CIPHER *EVP_aes_256_cbc_hmac_sha1(void)
    -	{
    -	return NULL;
    -	}
    -#endif
    +{
    +    return NULL;
    +}
    +# endif
     #endif
    diff --git a/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c b/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
    new file mode 100755
    index 000000000..30398c7ca
    --- /dev/null
    +++ b/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
    @@ -0,0 +1,970 @@
    +/* ====================================================================
    + * Copyright (c) 2011-2013 The OpenSSL Project.  All rights reserved.
    + *
    + * Redistribution and use in source and binary forms, with or without
    + * modification, are permitted provided that the following conditions
    + * are met:
    + *
    + * 1. Redistributions of source code must retain the above copyright
    + *    notice, this list of conditions and the following disclaimer.
    + *
    + * 2. Redistributions in binary form must reproduce the above copyright
    + *    notice, this list of conditions and the following disclaimer in
    + *    the documentation and/or other materials provided with the
    + *    distribution.
    + *
    + * 3. All advertising materials mentioning features or use of this
    + *    software must display the following acknowledgment:
    + *    "This product includes software developed by the OpenSSL Project
    + *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
    + *
    + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
    + *    endorse or promote products derived from this software without
    + *    prior written permission. For written permission, please contact
    + *    licensing@OpenSSL.org.
    + *
    + * 5. Products derived from this software may not be called "OpenSSL"
    + *    nor may "OpenSSL" appear in their names without prior written
    + *    permission of the OpenSSL Project.
    + *
    + * 6. Redistributions of any form whatsoever must retain the following
    + *    acknowledgment:
    + *    "This product includes software developed by the OpenSSL Project
    + *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
    + *
    + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
    + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
    + * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
    + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
    + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
    + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
    + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
    + * OF THE POSSIBILITY OF SUCH DAMAGE.
    + * ====================================================================
    + */
    +
    +#include 
    +
    +#include 
    +#include 
    +
    +#if !defined(OPENSSL_NO_AES) && !defined(OPENSSL_NO_SHA256)
    +
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
    +# include "modes_lcl.h"
    +
    +# ifndef EVP_CIPH_FLAG_AEAD_CIPHER
    +#  define EVP_CIPH_FLAG_AEAD_CIPHER       0x200000
    +#  define EVP_CTRL_AEAD_TLS1_AAD          0x16
    +#  define EVP_CTRL_AEAD_SET_MAC_KEY       0x17
    +# endif
    +
    +# if !defined(EVP_CIPH_FLAG_DEFAULT_ASN1)
    +#  define EVP_CIPH_FLAG_DEFAULT_ASN1 0
    +# endif
    +
    +# if !defined(EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK)
    +#  define EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK 0
    +# endif
    +
    +# define TLS1_1_VERSION 0x0302
    +
    +typedef struct {
    +    AES_KEY ks;
    +    SHA256_CTX head, tail, md;
    +    size_t payload_length;      /* AAD length in decrypt case */
    +    union {
    +        unsigned int tls_ver;
    +        unsigned char tls_aad[16]; /* 13 used */
    +    } aux;
    +} EVP_AES_HMAC_SHA256;
    +
    +# define NO_PAYLOAD_LENGTH       ((size_t)-1)
    +
    +# if     defined(AES_ASM) &&     ( \
    +        defined(__x86_64)       || defined(__x86_64__)  || \
    +        defined(_M_AMD64)       || defined(_M_X64)      || \
    +        defined(__INTEL__)      )
    +
    +extern unsigned int OPENSSL_ia32cap_P[3];
    +#  define AESNI_CAPABLE   (1<<(57-32))
    +
    +int aesni_set_encrypt_key(const unsigned char *userKey, int bits,
    +                          AES_KEY *key);
    +int aesni_set_decrypt_key(const unsigned char *userKey, int bits,
    +                          AES_KEY *key);
    +
    +void aesni_cbc_encrypt(const unsigned char *in,
    +                       unsigned char *out,
    +                       size_t length,
    +                       const AES_KEY *key, unsigned char *ivec, int enc);
    +
    +int aesni_cbc_sha256_enc(const void *inp, void *out, size_t blocks,
    +                         const AES_KEY *key, unsigned char iv[16],
    +                         SHA256_CTX *ctx, const void *in0);
    +
    +#  define data(ctx) ((EVP_AES_HMAC_SHA256 *)(ctx)->cipher_data)
    +
    +static int aesni_cbc_hmac_sha256_init_key(EVP_CIPHER_CTX *ctx,
    +                                          const unsigned char *inkey,
    +                                          const unsigned char *iv, int enc)
    +{
    +    EVP_AES_HMAC_SHA256 *key = data(ctx);
    +    int ret;
    +
    +    if (enc)
    +        memset(&key->ks, 0, sizeof(key->ks.rd_key)),
    +            ret = aesni_set_encrypt_key(inkey, ctx->key_len * 8, &key->ks);
    +    else
    +        ret = aesni_set_decrypt_key(inkey, ctx->key_len * 8, &key->ks);
    +
    +    SHA256_Init(&key->head);    /* handy when benchmarking */
    +    key->tail = key->head;
    +    key->md = key->head;
    +
    +    key->payload_length = NO_PAYLOAD_LENGTH;
    +
    +    return ret < 0 ? 0 : 1;
    +}
    +
    +#  define STITCHED_CALL
    +
    +#  if !defined(STITCHED_CALL)
    +#   define aes_off 0
    +#  endif
    +
    +void sha256_block_data_order(void *c, const void *p, size_t len);
    +
    +static void sha256_update(SHA256_CTX *c, const void *data, size_t len)
    +{
    +    const unsigned char *ptr = data;
    +    size_t res;
    +
    +    if ((res = c->num)) {
    +        res = SHA256_CBLOCK - res;
    +        if (len < res)
    +            res = len;
    +        SHA256_Update(c, ptr, res);
    +        ptr += res;
    +        len -= res;
    +    }
    +
    +    res = len % SHA256_CBLOCK;
    +    len -= res;
    +
    +    if (len) {
    +        sha256_block_data_order(c, ptr, len / SHA256_CBLOCK);
    +
    +        ptr += len;
    +        c->Nh += len >> 29;
    +        c->Nl += len <<= 3;
    +        if (c->Nl < (unsigned int)len)
    +            c->Nh++;
    +    }
    +
    +    if (res)
    +        SHA256_Update(c, ptr, res);
    +}
    +
    +#  ifdef SHA256_Update
    +#   undef SHA256_Update
    +#  endif
    +#  define SHA256_Update sha256_update
    +
    +#  if !defined(OPENSSL_NO_MULTIBLOCK) && EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK
    +
    +typedef struct {
    +    unsigned int A[8], B[8], C[8], D[8], E[8], F[8], G[8], H[8];
    +} SHA256_MB_CTX;
    +typedef struct {
    +    const unsigned char *ptr;
    +    int blocks;
    +} HASH_DESC;
    +
    +void sha256_multi_block(SHA256_MB_CTX *, const HASH_DESC *, int);
    +
    +typedef struct {
    +    const unsigned char *inp;
    +    unsigned char *out;
    +    int blocks;
    +    u64 iv[2];
    +} CIPH_DESC;
    +
    +void aesni_multi_cbc_encrypt(CIPH_DESC *, void *, int);
    +
    +static size_t tls1_1_multi_block_encrypt(EVP_AES_HMAC_SHA256 *key,
    +                                         unsigned char *out,
    +                                         const unsigned char *inp,
    +                                         size_t inp_len, int n4x)
    +{                               /* n4x is 1 or 2 */
    +    HASH_DESC hash_d[8], edges[8];
    +    CIPH_DESC ciph_d[8];
    +    unsigned char storage[sizeof(SHA256_MB_CTX) + 32];
    +    union {
    +        u64 q[16];
    +        u32 d[32];
    +        u8 c[128];
    +    } blocks[8];
    +    SHA256_MB_CTX *ctx;
    +    unsigned int frag, last, packlen, i, x4 = 4 * n4x, minblocks, processed =
    +        0;
    +    size_t ret = 0;
    +    u8 *IVs;
    +#   if defined(BSWAP8)
    +    u64 seqnum;
    +#   endif
    +
    +    /* ask for IVs in bulk */
    +    if (RAND_bytes((IVs = blocks[0].c), 16 * x4) <= 0)
    +        return 0;
    +
    +    /* align */
    +    ctx = (SHA256_MB_CTX *) (storage + 32 - ((size_t)storage % 32));
    +
    +    frag = (unsigned int)inp_len >> (1 + n4x);
    +    last = (unsigned int)inp_len + frag - (frag << (1 + n4x));
    +    if (last > frag && ((last + 13 + 9) % 64) < (x4 - 1)) {
    +        frag++;
    +        last -= x4 - 1;
    +    }
    +
    +    packlen = 5 + 16 + ((frag + 32 + 16) & -16);
    +
    +    /* populate descriptors with pointers and IVs */
    +    hash_d[0].ptr = inp;
    +    ciph_d[0].inp = inp;
    +    /* 5+16 is place for header and explicit IV */
    +    ciph_d[0].out = out + 5 + 16;
    +    memcpy(ciph_d[0].out - 16, IVs, 16);
    +    memcpy(ciph_d[0].iv, IVs, 16);
    +    IVs += 16;
    +
    +    for (i = 1; i < x4; i++) {
    +        ciph_d[i].inp = hash_d[i].ptr = hash_d[i - 1].ptr + frag;
    +        ciph_d[i].out = ciph_d[i - 1].out + packlen;
    +        memcpy(ciph_d[i].out - 16, IVs, 16);
    +        memcpy(ciph_d[i].iv, IVs, 16);
    +        IVs += 16;
    +    }
    +
    +#   if defined(BSWAP8)
    +    memcpy(blocks[0].c, key->md.data, 8);
    +    seqnum = BSWAP8(blocks[0].q[0]);
    +#   endif
    +    for (i = 0; i < x4; i++) {
    +        unsigned int len = (i == (x4 - 1) ? last : frag);
    +#   if !defined(BSWAP8)
    +        unsigned int carry, j;
    +#   endif
    +
    +        ctx->A[i] = key->md.h[0];
    +        ctx->B[i] = key->md.h[1];
    +        ctx->C[i] = key->md.h[2];
    +        ctx->D[i] = key->md.h[3];
    +        ctx->E[i] = key->md.h[4];
    +        ctx->F[i] = key->md.h[5];
    +        ctx->G[i] = key->md.h[6];
    +        ctx->H[i] = key->md.h[7];
    +
    +        /* fix seqnum */
    +#   if defined(BSWAP8)
    +        blocks[i].q[0] = BSWAP8(seqnum + i);
    +#   else
    +        for (carry = i, j = 8; j--;) {
    +            blocks[i].c[j] = ((u8 *)key->md.data)[j] + carry;
    +            carry = (blocks[i].c[j] - carry) >> (sizeof(carry) * 8 - 1);
    +        }
    +#   endif
    +        blocks[i].c[8] = ((u8 *)key->md.data)[8];
    +        blocks[i].c[9] = ((u8 *)key->md.data)[9];
    +        blocks[i].c[10] = ((u8 *)key->md.data)[10];
    +        /* fix length */
    +        blocks[i].c[11] = (u8)(len >> 8);
    +        blocks[i].c[12] = (u8)(len);
    +
    +        memcpy(blocks[i].c + 13, hash_d[i].ptr, 64 - 13);
    +        hash_d[i].ptr += 64 - 13;
    +        hash_d[i].blocks = (len - (64 - 13)) / 64;
    +
    +        edges[i].ptr = blocks[i].c;
    +        edges[i].blocks = 1;
    +    }
    +
    +    /* hash 13-byte headers and first 64-13 bytes of inputs */
    +    sha256_multi_block(ctx, edges, n4x);
    +    /* hash bulk inputs */
    +#   define MAXCHUNKSIZE    2048
    +#   if     MAXCHUNKSIZE%64
    +#    error  "MAXCHUNKSIZE is not divisible by 64"
    +#   elif   MAXCHUNKSIZE
    +    /*
    +     * goal is to minimize pressure on L1 cache by moving in shorter steps,
    +     * so that hashed data is still in the cache by the time we encrypt it
    +     */
    +    minblocks = ((frag <= last ? frag : last) - (64 - 13)) / 64;
    +    if (minblocks > MAXCHUNKSIZE / 64) {
    +        for (i = 0; i < x4; i++) {
    +            edges[i].ptr = hash_d[i].ptr;
    +            edges[i].blocks = MAXCHUNKSIZE / 64;
    +            ciph_d[i].blocks = MAXCHUNKSIZE / 16;
    +        }
    +        do {
    +            sha256_multi_block(ctx, edges, n4x);
    +            aesni_multi_cbc_encrypt(ciph_d, &key->ks, n4x);
    +
    +            for (i = 0; i < x4; i++) {
    +                edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE;
    +                hash_d[i].blocks -= MAXCHUNKSIZE / 64;
    +                edges[i].blocks = MAXCHUNKSIZE / 64;
    +                ciph_d[i].inp += MAXCHUNKSIZE;
    +                ciph_d[i].out += MAXCHUNKSIZE;
    +                ciph_d[i].blocks = MAXCHUNKSIZE / 16;
    +                memcpy(ciph_d[i].iv, ciph_d[i].out - 16, 16);
    +            }
    +            processed += MAXCHUNKSIZE;
    +            minblocks -= MAXCHUNKSIZE / 64;
    +        } while (minblocks > MAXCHUNKSIZE / 64);
    +    }
    +#   endif
    +#   undef  MAXCHUNKSIZE
    +    sha256_multi_block(ctx, hash_d, n4x);
    +
    +    memset(blocks, 0, sizeof(blocks));
    +    for (i = 0; i < x4; i++) {
    +        unsigned int len = (i == (x4 - 1) ? last : frag),
    +            off = hash_d[i].blocks * 64;
    +        const unsigned char *ptr = hash_d[i].ptr + off;
    +
    +        off = (len - processed) - (64 - 13) - off; /* remainder actually */
    +        memcpy(blocks[i].c, ptr, off);
    +        blocks[i].c[off] = 0x80;
    +        len += 64 + 13;         /* 64 is HMAC header */
    +        len *= 8;               /* convert to bits */
    +        if (off < (64 - 8)) {
    +#   ifdef BSWAP4
    +            blocks[i].d[15] = BSWAP4(len);
    +#   else
    +            PUTU32(blocks[i].c + 60, len);
    +#   endif
    +            edges[i].blocks = 1;
    +        } else {
    +#   ifdef BSWAP4
    +            blocks[i].d[31] = BSWAP4(len);
    +#   else
    +            PUTU32(blocks[i].c + 124, len);
    +#   endif
    +            edges[i].blocks = 2;
    +        }
    +        edges[i].ptr = blocks[i].c;
    +    }
    +
    +    /* hash input tails and finalize */
    +    sha256_multi_block(ctx, edges, n4x);
    +
    +    memset(blocks, 0, sizeof(blocks));
    +    for (i = 0; i < x4; i++) {
    +#   ifdef BSWAP4
    +        blocks[i].d[0] = BSWAP4(ctx->A[i]);
    +        ctx->A[i] = key->tail.h[0];
    +        blocks[i].d[1] = BSWAP4(ctx->B[i]);
    +        ctx->B[i] = key->tail.h[1];
    +        blocks[i].d[2] = BSWAP4(ctx->C[i]);
    +        ctx->C[i] = key->tail.h[2];
    +        blocks[i].d[3] = BSWAP4(ctx->D[i]);
    +        ctx->D[i] = key->tail.h[3];
    +        blocks[i].d[4] = BSWAP4(ctx->E[i]);
    +        ctx->E[i] = key->tail.h[4];
    +        blocks[i].d[5] = BSWAP4(ctx->F[i]);
    +        ctx->F[i] = key->tail.h[5];
    +        blocks[i].d[6] = BSWAP4(ctx->G[i]);
    +        ctx->G[i] = key->tail.h[6];
    +        blocks[i].d[7] = BSWAP4(ctx->H[i]);
    +        ctx->H[i] = key->tail.h[7];
    +        blocks[i].c[32] = 0x80;
    +        blocks[i].d[15] = BSWAP4((64 + 32) * 8);
    +#   else
    +        PUTU32(blocks[i].c + 0, ctx->A[i]);
    +        ctx->A[i] = key->tail.h[0];
    +        PUTU32(blocks[i].c + 4, ctx->B[i]);
    +        ctx->B[i] = key->tail.h[1];
    +        PUTU32(blocks[i].c + 8, ctx->C[i]);
    +        ctx->C[i] = key->tail.h[2];
    +        PUTU32(blocks[i].c + 12, ctx->D[i]);
    +        ctx->D[i] = key->tail.h[3];
    +        PUTU32(blocks[i].c + 16, ctx->E[i]);
    +        ctx->E[i] = key->tail.h[4];
    +        PUTU32(blocks[i].c + 20, ctx->F[i]);
    +        ctx->F[i] = key->tail.h[5];
    +        PUTU32(blocks[i].c + 24, ctx->G[i]);
    +        ctx->G[i] = key->tail.h[6];
    +        PUTU32(blocks[i].c + 28, ctx->H[i]);
    +        ctx->H[i] = key->tail.h[7];
    +        blocks[i].c[32] = 0x80;
    +        PUTU32(blocks[i].c + 60, (64 + 32) * 8);
    +#   endif
    +        edges[i].ptr = blocks[i].c;
    +        edges[i].blocks = 1;
    +    }
    +
    +    /* finalize MACs */
    +    sha256_multi_block(ctx, edges, n4x);
    +
    +    for (i = 0; i < x4; i++) {
    +        unsigned int len = (i == (x4 - 1) ? last : frag), pad, j;
    +        unsigned char *out0 = out;
    +
    +        memcpy(ciph_d[i].out, ciph_d[i].inp, len - processed);
    +        ciph_d[i].inp = ciph_d[i].out;
    +
    +        out += 5 + 16 + len;
    +
    +        /* write MAC */
    +        PUTU32(out + 0, ctx->A[i]);
    +        PUTU32(out + 4, ctx->B[i]);
    +        PUTU32(out + 8, ctx->C[i]);
    +        PUTU32(out + 12, ctx->D[i]);
    +        PUTU32(out + 16, ctx->E[i]);
    +        PUTU32(out + 20, ctx->F[i]);
    +        PUTU32(out + 24, ctx->G[i]);
    +        PUTU32(out + 28, ctx->H[i]);
    +        out += 32;
    +        len += 32;
    +
    +        /* pad */
    +        pad = 15 - len % 16;
    +        for (j = 0; j <= pad; j++)
    +            *(out++) = pad;
    +        len += pad + 1;
    +
    +        ciph_d[i].blocks = (len - processed) / 16;
    +        len += 16;              /* account for explicit iv */
    +
    +        /* arrange header */
    +        out0[0] = ((u8 *)key->md.data)[8];
    +        out0[1] = ((u8 *)key->md.data)[9];
    +        out0[2] = ((u8 *)key->md.data)[10];
    +        out0[3] = (u8)(len >> 8);
    +        out0[4] = (u8)(len);
    +
    +        ret += len + 5;
    +        inp += frag;
    +    }
    +
    +    aesni_multi_cbc_encrypt(ciph_d, &key->ks, n4x);
    +
    +    OPENSSL_cleanse(blocks, sizeof(blocks));
    +    OPENSSL_cleanse(ctx, sizeof(*ctx));
    +
    +    return ret;
    +}
    +#  endif
    +
    +static int aesni_cbc_hmac_sha256_cipher(EVP_CIPHER_CTX *ctx,
    +                                        unsigned char *out,
    +                                        const unsigned char *in, size_t len)
    +{
    +    EVP_AES_HMAC_SHA256 *key = data(ctx);
    +    unsigned int l;
    +    size_t plen = key->payload_length, iv = 0, /* explicit IV in TLS 1.1 and
    +                                                * later */
    +        sha_off = 0;
    +#  if defined(STITCHED_CALL)
    +    size_t aes_off = 0, blocks;
    +
    +    sha_off = SHA256_CBLOCK - key->md.num;
    +#  endif
    +
    +    key->payload_length = NO_PAYLOAD_LENGTH;
    +
    +    if (len % AES_BLOCK_SIZE)
    +        return 0;
    +
    +    if (ctx->encrypt) {
    +        if (plen == NO_PAYLOAD_LENGTH)
    +            plen = len;
    +        else if (len !=
    +                 ((plen + SHA256_DIGEST_LENGTH +
    +                   AES_BLOCK_SIZE) & -AES_BLOCK_SIZE))
    +            return 0;
    +        else if (key->aux.tls_ver >= TLS1_1_VERSION)
    +            iv = AES_BLOCK_SIZE;
    +
    +#  if defined(STITCHED_CALL)
    +        if (OPENSSL_ia32cap_P[1] & (1 << (60 - 32)) && /* AVX? */
    +            plen > (sha_off + iv) &&
    +            (blocks = (plen - (sha_off + iv)) / SHA256_CBLOCK)) {
    +            SHA256_Update(&key->md, in + iv, sha_off);
    +
    +            (void)aesni_cbc_sha256_enc(in, out, blocks, &key->ks,
    +                                       ctx->iv, &key->md, in + iv + sha_off);
    +            blocks *= SHA256_CBLOCK;
    +            aes_off += blocks;
    +            sha_off += blocks;
    +            key->md.Nh += blocks >> 29;
    +            key->md.Nl += blocks <<= 3;
    +            if (key->md.Nl < (unsigned int)blocks)
    +                key->md.Nh++;
    +        } else {
    +            sha_off = 0;
    +        }
    +#  endif
    +        sha_off += iv;
    +        SHA256_Update(&key->md, in + sha_off, plen - sha_off);
    +
    +        if (plen != len) {      /* "TLS" mode of operation */
    +            if (in != out)
    +                memcpy(out + aes_off, in + aes_off, plen - aes_off);
    +
    +            /* calculate HMAC and append it to payload */
    +            SHA256_Final(out + plen, &key->md);
    +            key->md = key->tail;
    +            SHA256_Update(&key->md, out + plen, SHA256_DIGEST_LENGTH);
    +            SHA256_Final(out + plen, &key->md);
    +
    +            /* pad the payload|hmac */
    +            plen += SHA256_DIGEST_LENGTH;
    +            for (l = len - plen - 1; plen < len; plen++)
    +                out[plen] = l;
    +            /* encrypt HMAC|padding at once */
    +            aesni_cbc_encrypt(out + aes_off, out + aes_off, len - aes_off,
    +                              &key->ks, ctx->iv, 1);
    +        } else {
    +            aesni_cbc_encrypt(in + aes_off, out + aes_off, len - aes_off,
    +                              &key->ks, ctx->iv, 1);
    +        }
    +    } else {
    +        union {
    +            unsigned int u[SHA256_DIGEST_LENGTH / sizeof(unsigned int)];
    +            unsigned char c[64 + SHA256_DIGEST_LENGTH];
    +        } mac, *pmac;
    +
    +        /* arrange cache line alignment */
    +        pmac = (void *)(((size_t)mac.c + 63) & ((size_t)0 - 64));
    +
    +        /* decrypt HMAC|padding at once */
    +        aesni_cbc_encrypt(in, out, len, &key->ks, ctx->iv, 0);
    +
    +        if (plen != NO_PAYLOAD_LENGTH) { /* "TLS" mode of operation */
    +            size_t inp_len, mask, j, i;
    +            unsigned int res, maxpad, pad, bitlen;
    +            int ret = 1;
    +            union {
    +                unsigned int u[SHA_LBLOCK];
    +                unsigned char c[SHA256_CBLOCK];
    +            } *data = (void *)key->md.data;
    +
    +            if ((key->aux.tls_aad[plen - 4] << 8 | key->aux.tls_aad[plen - 3])
    +                >= TLS1_1_VERSION)
    +                iv = AES_BLOCK_SIZE;
    +
    +            if (len < (iv + SHA256_DIGEST_LENGTH + 1))
    +                return 0;
    +
    +            /* omit explicit iv */
    +            out += iv;
    +            len -= iv;
    +
    +            /* figure out payload length */
    +            pad = out[len - 1];
    +            maxpad = len - (SHA256_DIGEST_LENGTH + 1);
    +            maxpad |= (255 - maxpad) >> (sizeof(maxpad) * 8 - 8);
    +            maxpad &= 255;
    +
    +            inp_len = len - (SHA256_DIGEST_LENGTH + pad + 1);
    +            mask = (0 - ((inp_len - len) >> (sizeof(inp_len) * 8 - 1)));
    +            inp_len &= mask;
    +            ret &= (int)mask;
    +
    +            key->aux.tls_aad[plen - 2] = inp_len >> 8;
    +            key->aux.tls_aad[plen - 1] = inp_len;
    +
    +            /* calculate HMAC */
    +            key->md = key->head;
    +            SHA256_Update(&key->md, key->aux.tls_aad, plen);
    +
    +#  if 1
    +            len -= SHA256_DIGEST_LENGTH; /* amend mac */
    +            if (len >= (256 + SHA256_CBLOCK)) {
    +                j = (len - (256 + SHA256_CBLOCK)) & (0 - SHA256_CBLOCK);
    +                j += SHA256_CBLOCK - key->md.num;
    +                SHA256_Update(&key->md, out, j);
    +                out += j;
    +                len -= j;
    +                inp_len -= j;
    +            }
    +
    +            /* but pretend as if we hashed padded payload */
    +            bitlen = key->md.Nl + (inp_len << 3); /* at most 18 bits */
    +#   ifdef BSWAP4
    +            bitlen = BSWAP4(bitlen);
    +#   else
    +            mac.c[0] = 0;
    +            mac.c[1] = (unsigned char)(bitlen >> 16);
    +            mac.c[2] = (unsigned char)(bitlen >> 8);
    +            mac.c[3] = (unsigned char)bitlen;
    +            bitlen = mac.u[0];
    +#   endif
    +
    +            pmac->u[0] = 0;
    +            pmac->u[1] = 0;
    +            pmac->u[2] = 0;
    +            pmac->u[3] = 0;
    +            pmac->u[4] = 0;
    +            pmac->u[5] = 0;
    +            pmac->u[6] = 0;
    +            pmac->u[7] = 0;
    +
    +            for (res = key->md.num, j = 0; j < len; j++) {
    +                size_t c = out[j];
    +                mask = (j - inp_len) >> (sizeof(j) * 8 - 8);
    +                c &= mask;
    +                c |= 0x80 & ~mask & ~((inp_len - j) >> (sizeof(j) * 8 - 8));
    +                data->c[res++] = (unsigned char)c;
    +
    +                if (res != SHA256_CBLOCK)
    +                    continue;
    +
    +                /* j is not incremented yet */
    +                mask = 0 - ((inp_len + 7 - j) >> (sizeof(j) * 8 - 1));
    +                data->u[SHA_LBLOCK - 1] |= bitlen & mask;
    +                sha256_block_data_order(&key->md, data, 1);
    +                mask &= 0 - ((j - inp_len - 72) >> (sizeof(j) * 8 - 1));
    +                pmac->u[0] |= key->md.h[0] & mask;
    +                pmac->u[1] |= key->md.h[1] & mask;
    +                pmac->u[2] |= key->md.h[2] & mask;
    +                pmac->u[3] |= key->md.h[3] & mask;
    +                pmac->u[4] |= key->md.h[4] & mask;
    +                pmac->u[5] |= key->md.h[5] & mask;
    +                pmac->u[6] |= key->md.h[6] & mask;
    +                pmac->u[7] |= key->md.h[7] & mask;
    +                res = 0;
    +            }
    +
    +            for (i = res; i < SHA256_CBLOCK; i++, j++)
    +                data->c[i] = 0;
    +
    +            if (res > SHA256_CBLOCK - 8) {
    +                mask = 0 - ((inp_len + 8 - j) >> (sizeof(j) * 8 - 1));
    +                data->u[SHA_LBLOCK - 1] |= bitlen & mask;
    +                sha256_block_data_order(&key->md, data, 1);
    +                mask &= 0 - ((j - inp_len - 73) >> (sizeof(j) * 8 - 1));
    +                pmac->u[0] |= key->md.h[0] & mask;
    +                pmac->u[1] |= key->md.h[1] & mask;
    +                pmac->u[2] |= key->md.h[2] & mask;
    +                pmac->u[3] |= key->md.h[3] & mask;
    +                pmac->u[4] |= key->md.h[4] & mask;
    +                pmac->u[5] |= key->md.h[5] & mask;
    +                pmac->u[6] |= key->md.h[6] & mask;
    +                pmac->u[7] |= key->md.h[7] & mask;
    +
    +                memset(data, 0, SHA256_CBLOCK);
    +                j += 64;
    +            }
    +            data->u[SHA_LBLOCK - 1] = bitlen;
    +            sha256_block_data_order(&key->md, data, 1);
    +            mask = 0 - ((j - inp_len - 73) >> (sizeof(j) * 8 - 1));
    +            pmac->u[0] |= key->md.h[0] & mask;
    +            pmac->u[1] |= key->md.h[1] & mask;
    +            pmac->u[2] |= key->md.h[2] & mask;
    +            pmac->u[3] |= key->md.h[3] & mask;
    +            pmac->u[4] |= key->md.h[4] & mask;
    +            pmac->u[5] |= key->md.h[5] & mask;
    +            pmac->u[6] |= key->md.h[6] & mask;
    +            pmac->u[7] |= key->md.h[7] & mask;
    +
    +#   ifdef BSWAP4
    +            pmac->u[0] = BSWAP4(pmac->u[0]);
    +            pmac->u[1] = BSWAP4(pmac->u[1]);
    +            pmac->u[2] = BSWAP4(pmac->u[2]);
    +            pmac->u[3] = BSWAP4(pmac->u[3]);
    +            pmac->u[4] = BSWAP4(pmac->u[4]);
    +            pmac->u[5] = BSWAP4(pmac->u[5]);
    +            pmac->u[6] = BSWAP4(pmac->u[6]);
    +            pmac->u[7] = BSWAP4(pmac->u[7]);
    +#   else
    +            for (i = 0; i < 8; i++) {
    +                res = pmac->u[i];
    +                pmac->c[4 * i + 0] = (unsigned char)(res >> 24);
    +                pmac->c[4 * i + 1] = (unsigned char)(res >> 16);
    +                pmac->c[4 * i + 2] = (unsigned char)(res >> 8);
    +                pmac->c[4 * i + 3] = (unsigned char)res;
    +            }
    +#   endif
    +            len += SHA256_DIGEST_LENGTH;
    +#  else
    +            SHA256_Update(&key->md, out, inp_len);
    +            res = key->md.num;
    +            SHA256_Final(pmac->c, &key->md);
    +
    +            {
    +                unsigned int inp_blocks, pad_blocks;
    +
    +                /* but pretend as if we hashed padded payload */
    +                inp_blocks =
    +                    1 + ((SHA256_CBLOCK - 9 - res) >> (sizeof(res) * 8 - 1));
    +                res += (unsigned int)(len - inp_len);
    +                pad_blocks = res / SHA256_CBLOCK;
    +                res %= SHA256_CBLOCK;
    +                pad_blocks +=
    +                    1 + ((SHA256_CBLOCK - 9 - res) >> (sizeof(res) * 8 - 1));
    +                for (; inp_blocks < pad_blocks; inp_blocks++)
    +                    sha1_block_data_order(&key->md, data, 1);
    +            }
    +#  endif
    +            key->md = key->tail;
    +            SHA256_Update(&key->md, pmac->c, SHA256_DIGEST_LENGTH);
    +            SHA256_Final(pmac->c, &key->md);
    +
    +            /* verify HMAC */
    +            out += inp_len;
    +            len -= inp_len;
    +#  if 1
    +            {
    +                unsigned char *p =
    +                    out + len - 1 - maxpad - SHA256_DIGEST_LENGTH;
    +                size_t off = out - p;
    +                unsigned int c, cmask;
    +
    +                maxpad += SHA256_DIGEST_LENGTH;
    +                for (res = 0, i = 0, j = 0; j < maxpad; j++) {
    +                    c = p[j];
    +                    cmask =
    +                        ((int)(j - off - SHA256_DIGEST_LENGTH)) >>
    +                        (sizeof(int) * 8 - 1);
    +                    res |= (c ^ pad) & ~cmask; /* ... and padding */
    +                    cmask &= ((int)(off - 1 - j)) >> (sizeof(int) * 8 - 1);
    +                    res |= (c ^ pmac->c[i]) & cmask;
    +                    i += 1 & cmask;
    +                }
    +                maxpad -= SHA256_DIGEST_LENGTH;
    +
    +                res = 0 - ((0 - res) >> (sizeof(res) * 8 - 1));
    +                ret &= (int)~res;
    +            }
    +#  else
    +            for (res = 0, i = 0; i < SHA256_DIGEST_LENGTH; i++)
    +                res |= out[i] ^ pmac->c[i];
    +            res = 0 - ((0 - res) >> (sizeof(res) * 8 - 1));
    +            ret &= (int)~res;
    +
    +            /* verify padding */
    +            pad = (pad & ~res) | (maxpad & res);
    +            out = out + len - 1 - pad;
    +            for (res = 0, i = 0; i < pad; i++)
    +                res |= out[i] ^ pad;
    +
    +            res = (0 - res) >> (sizeof(res) * 8 - 1);
    +            ret &= (int)~res;
    +#  endif
    +            return ret;
    +        } else {
    +            SHA256_Update(&key->md, out, len);
    +        }
    +    }
    +
    +    return 1;
    +}
    +
    +static int aesni_cbc_hmac_sha256_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg,
    +                                      void *ptr)
    +{
    +    EVP_AES_HMAC_SHA256 *key = data(ctx);
    +
    +    switch (type) {
    +    case EVP_CTRL_AEAD_SET_MAC_KEY:
    +        {
    +            unsigned int i;
    +            unsigned char hmac_key[64];
    +
    +            memset(hmac_key, 0, sizeof(hmac_key));
    +
    +            if (arg > (int)sizeof(hmac_key)) {
    +                SHA256_Init(&key->head);
    +                SHA256_Update(&key->head, ptr, arg);
    +                SHA256_Final(hmac_key, &key->head);
    +            } else {
    +                memcpy(hmac_key, ptr, arg);
    +            }
    +
    +            for (i = 0; i < sizeof(hmac_key); i++)
    +                hmac_key[i] ^= 0x36; /* ipad */
    +            SHA256_Init(&key->head);
    +            SHA256_Update(&key->head, hmac_key, sizeof(hmac_key));
    +
    +            for (i = 0; i < sizeof(hmac_key); i++)
    +                hmac_key[i] ^= 0x36 ^ 0x5c; /* opad */
    +            SHA256_Init(&key->tail);
    +            SHA256_Update(&key->tail, hmac_key, sizeof(hmac_key));
    +
    +            OPENSSL_cleanse(hmac_key, sizeof(hmac_key));
    +
    +            return 1;
    +        }
    +    case EVP_CTRL_AEAD_TLS1_AAD:
    +        {
    +            unsigned char *p = ptr;
    +            unsigned int len = p[arg - 2] << 8 | p[arg - 1];
    +
    +            if (ctx->encrypt) {
    +                key->payload_length = len;
    +                if ((key->aux.tls_ver =
    +                     p[arg - 4] << 8 | p[arg - 3]) >= TLS1_1_VERSION) {
    +                    len -= AES_BLOCK_SIZE;
    +                    p[arg - 2] = len >> 8;
    +                    p[arg - 1] = len;
    +                }
    +                key->md = key->head;
    +                SHA256_Update(&key->md, p, arg);
    +
    +                return (int)(((len + SHA256_DIGEST_LENGTH +
    +                               AES_BLOCK_SIZE) & -AES_BLOCK_SIZE)
    +                             - len);
    +            } else {
    +                if (arg > 13)
    +                    arg = 13;
    +                memcpy(key->aux.tls_aad, ptr, arg);
    +                key->payload_length = arg;
    +
    +                return SHA256_DIGEST_LENGTH;
    +            }
    +        }
    +#  if !defined(OPENSSL_NO_MULTIBLOCK) && EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK
    +    case EVP_CTRL_TLS1_1_MULTIBLOCK_MAX_BUFSIZE:
    +        return (int)(5 + 16 + ((arg + 32 + 16) & -16));
    +    case EVP_CTRL_TLS1_1_MULTIBLOCK_AAD:
    +        {
    +            EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param =
    +                (EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *) ptr;
    +            unsigned int n4x = 1, x4;
    +            unsigned int frag, last, packlen, inp_len;
    +
    +            if (arg < (int)sizeof(EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM))
    +                return -1;
    +
    +            inp_len = param->inp[11] << 8 | param->inp[12];
    +
    +            if (ctx->encrypt) {
    +                if ((param->inp[9] << 8 | param->inp[10]) < TLS1_1_VERSION)
    +                    return -1;
    +
    +                if (inp_len) {
    +                    if (inp_len < 4096)
    +                        return 0; /* too short */
    +
    +                    if (inp_len >= 8192 && OPENSSL_ia32cap_P[2] & (1 << 5))
    +                        n4x = 2; /* AVX2 */
    +                } else if ((n4x = param->interleave / 4) && n4x <= 2)
    +                    inp_len = param->len;
    +                else
    +                    return -1;
    +
    +                key->md = key->head;
    +                SHA256_Update(&key->md, param->inp, 13);
    +
    +                x4 = 4 * n4x;
    +                n4x += 1;
    +
    +                frag = inp_len >> n4x;
    +                last = inp_len + frag - (frag << n4x);
    +                if (last > frag && ((last + 13 + 9) % 64 < (x4 - 1))) {
    +                    frag++;
    +                    last -= x4 - 1;
    +                }
    +
    +                packlen = 5 + 16 + ((frag + 32 + 16) & -16);
    +                packlen = (packlen << n4x) - packlen;
    +                packlen += 5 + 16 + ((last + 32 + 16) & -16);
    +
    +                param->interleave = x4;
    +
    +                return (int)packlen;
    +            } else
    +                return -1;      /* not yet */
    +        }
    +    case EVP_CTRL_TLS1_1_MULTIBLOCK_ENCRYPT:
    +        {
    +            EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param =
    +                (EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *) ptr;
    +
    +            return (int)tls1_1_multi_block_encrypt(key, param->out,
    +                                                   param->inp, param->len,
    +                                                   param->interleave / 4);
    +        }
    +    case EVP_CTRL_TLS1_1_MULTIBLOCK_DECRYPT:
    +#  endif
    +    default:
    +        return -1;
    +    }
    +}
    +
    +static EVP_CIPHER aesni_128_cbc_hmac_sha256_cipher = {
    +#  ifdef NID_aes_128_cbc_hmac_sha256
    +    NID_aes_128_cbc_hmac_sha256,
    +#  else
    +    NID_undef,
    +#  endif
    +    16, 16, 16,
    +    EVP_CIPH_CBC_MODE | EVP_CIPH_FLAG_DEFAULT_ASN1 |
    +        EVP_CIPH_FLAG_AEAD_CIPHER | EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK,
    +    aesni_cbc_hmac_sha256_init_key,
    +    aesni_cbc_hmac_sha256_cipher,
    +    NULL,
    +    sizeof(EVP_AES_HMAC_SHA256),
    +    EVP_CIPH_FLAG_DEFAULT_ASN1 ? NULL : EVP_CIPHER_set_asn1_iv,
    +    EVP_CIPH_FLAG_DEFAULT_ASN1 ? NULL : EVP_CIPHER_get_asn1_iv,
    +    aesni_cbc_hmac_sha256_ctrl,
    +    NULL
    +};
    +
    +static EVP_CIPHER aesni_256_cbc_hmac_sha256_cipher = {
    +#  ifdef NID_aes_256_cbc_hmac_sha256
    +    NID_aes_256_cbc_hmac_sha256,
    +#  else
    +    NID_undef,
    +#  endif
    +    16, 32, 16,
    +    EVP_CIPH_CBC_MODE | EVP_CIPH_FLAG_DEFAULT_ASN1 |
    +        EVP_CIPH_FLAG_AEAD_CIPHER | EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK,
    +    aesni_cbc_hmac_sha256_init_key,
    +    aesni_cbc_hmac_sha256_cipher,
    +    NULL,
    +    sizeof(EVP_AES_HMAC_SHA256),
    +    EVP_CIPH_FLAG_DEFAULT_ASN1 ? NULL : EVP_CIPHER_set_asn1_iv,
    +    EVP_CIPH_FLAG_DEFAULT_ASN1 ? NULL : EVP_CIPHER_get_asn1_iv,
    +    aesni_cbc_hmac_sha256_ctrl,
    +    NULL
    +};
    +
    +const EVP_CIPHER *EVP_aes_128_cbc_hmac_sha256(void)
    +{
    +    return ((OPENSSL_ia32cap_P[1] & AESNI_CAPABLE) &&
    +            aesni_cbc_sha256_enc(NULL, NULL, 0, NULL, NULL, NULL, NULL) ?
    +            &aesni_128_cbc_hmac_sha256_cipher : NULL);
    +}
    +
    +const EVP_CIPHER *EVP_aes_256_cbc_hmac_sha256(void)
    +{
    +    return ((OPENSSL_ia32cap_P[1] & AESNI_CAPABLE) &&
    +            aesni_cbc_sha256_enc(NULL, NULL, 0, NULL, NULL, NULL, NULL) ?
    +            &aesni_256_cbc_hmac_sha256_cipher : NULL);
    +}
    +# else
    +const EVP_CIPHER *EVP_aes_128_cbc_hmac_sha256(void)
    +{
    +    return NULL;
    +}
    +
    +const EVP_CIPHER *EVP_aes_256_cbc_hmac_sha256(void)
    +{
    +    return NULL;
    +}
    +# endif
    +#endif
    diff --git a/openssl/crypto/evp/e_bf.c b/openssl/crypto/evp/e_bf.c
    index cc224e536..d6a017826 100644
    --- a/openssl/crypto/evp/e_bf.c
    +++ b/openssl/crypto/evp/e_bf.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -59,30 +59,29 @@
     #include 
     #include "cryptlib.h"
     #ifndef OPENSSL_NO_BF
    -#include 
    -#include "evp_locl.h"
    -#include 
    -#include 
    +# include 
    +# include "evp_locl.h"
    +# include 
    +# include 
     
     static int bf_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -		       const unsigned char *iv, int enc);
    +                       const unsigned char *iv, int enc);
     
    -typedef struct
    -	{
    -	BF_KEY ks;
    -	} EVP_BF_KEY;
    +typedef struct {
    +    BF_KEY ks;
    +} EVP_BF_KEY;
     
    -#define data(ctx)	EVP_C_DATA(EVP_BF_KEY,ctx)
    +# define data(ctx)       EVP_C_DATA(EVP_BF_KEY,ctx)
     
     IMPLEMENT_BLOCK_CIPHER(bf, ks, BF, EVP_BF_KEY, NID_bf, 8, 16, 8, 64,
    -			EVP_CIPH_VARIABLE_LENGTH, bf_init_key, NULL, 
    -			EVP_CIPHER_set_asn1_iv, EVP_CIPHER_get_asn1_iv, NULL)
    -	
    +                       EVP_CIPH_VARIABLE_LENGTH, bf_init_key, NULL,
    +                       EVP_CIPHER_set_asn1_iv, EVP_CIPHER_get_asn1_iv, NULL)
    +
     static int bf_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -		       const unsigned char *iv, int enc)
    -	{
    -	BF_set_key(&data(ctx)->ks,EVP_CIPHER_CTX_key_length(ctx),key);
    -	return 1;
    -	}
    +                       const unsigned char *iv, int enc)
    +{
    +    BF_set_key(&data(ctx)->ks, EVP_CIPHER_CTX_key_length(ctx), key);
    +    return 1;
    +}
     
     #endif
    diff --git a/openssl/crypto/evp/e_camellia.c b/openssl/crypto/evp/e_camellia.c
    index a7b40d1c6..f9c840136 100644
    --- a/openssl/crypto/evp/e_camellia.c
    +++ b/openssl/crypto/evp/e_camellia.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -55,77 +55,340 @@
     
     #include 
     #ifndef OPENSSL_NO_CAMELLIA
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -#include "evp_locl.h"
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
    +# include "evp_locl.h"
    +# include "modes_lcl.h"
     
     static int camellia_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -	const unsigned char *iv, int enc);
    +                             const unsigned char *iv, int enc);
     
     /* Camellia subkey Structure */
    -typedef struct
    -	{
    -	CAMELLIA_KEY ks;
    -	} EVP_CAMELLIA_KEY;
    +typedef struct {
    +    CAMELLIA_KEY ks;
    +    block128_f block;
    +    union {
    +        cbc128_f cbc;
    +        ctr128_f ctr;
    +    } stream;
    +} EVP_CAMELLIA_KEY;
    +
    +# define MAXBITCHUNK     ((size_t)1<<(sizeof(size_t)*8-4))
     
     /* Attribute operation for Camellia */
    -#define data(ctx)	EVP_C_DATA(EVP_CAMELLIA_KEY,ctx)
    -
    -IMPLEMENT_BLOCK_CIPHER(camellia_128, ks, Camellia, EVP_CAMELLIA_KEY,
    -	NID_camellia_128, 16, 16, 16, 128,
    -	0, camellia_init_key, NULL, 
    -	EVP_CIPHER_set_asn1_iv,
    -	EVP_CIPHER_get_asn1_iv,
    -	NULL)
    -IMPLEMENT_BLOCK_CIPHER(camellia_192, ks, Camellia, EVP_CAMELLIA_KEY,
    -	NID_camellia_192, 16, 24, 16, 128,
    -	0, camellia_init_key, NULL, 
    -	EVP_CIPHER_set_asn1_iv,
    -	EVP_CIPHER_get_asn1_iv,
    -	NULL)
    -IMPLEMENT_BLOCK_CIPHER(camellia_256, ks, Camellia, EVP_CAMELLIA_KEY,
    -	NID_camellia_256, 16, 32, 16, 128,
    -	0, camellia_init_key, NULL, 
    -	EVP_CIPHER_set_asn1_iv,
    -	EVP_CIPHER_get_asn1_iv,
    -	NULL)
    -
    -#define IMPLEMENT_CAMELLIA_CFBR(ksize,cbits)	IMPLEMENT_CFBR(camellia,Camellia,EVP_CAMELLIA_KEY,ks,ksize,cbits,16)
    -
    -IMPLEMENT_CAMELLIA_CFBR(128,1)
    -IMPLEMENT_CAMELLIA_CFBR(192,1)
    -IMPLEMENT_CAMELLIA_CFBR(256,1)
    -
    -IMPLEMENT_CAMELLIA_CFBR(128,8)
    -IMPLEMENT_CAMELLIA_CFBR(192,8)
    -IMPLEMENT_CAMELLIA_CFBR(256,8)
    -
    -
    -
    -/* The subkey for Camellia is generated. */ 
    +# define data(ctx)       EVP_C_DATA(EVP_CAMELLIA_KEY,ctx)
    +
    +# if defined(AES_ASM) && (defined(__sparc) || defined(__sparc__))
    +/* ---------^^^ this is not a typo, just a way to detect that
    + * assembler support was in general requested... */
    +#  include "sparc_arch.h"
    +
    +extern unsigned int OPENSSL_sparcv9cap_P[];
    +
    +#  define SPARC_CMLL_CAPABLE      (OPENSSL_sparcv9cap_P[1] & CFR_CAMELLIA)
    +
    +void cmll_t4_set_key(const unsigned char *key, int bits, CAMELLIA_KEY *ks);
    +void cmll_t4_encrypt(const unsigned char *in, unsigned char *out,
    +                     const CAMELLIA_KEY *key);
    +void cmll_t4_decrypt(const unsigned char *in, unsigned char *out,
    +                     const CAMELLIA_KEY *key);
    +
    +void cmll128_t4_cbc_encrypt(const unsigned char *in, unsigned char *out,
    +                            size_t len, const CAMELLIA_KEY *key,
    +                            unsigned char *ivec);
    +void cmll128_t4_cbc_decrypt(const unsigned char *in, unsigned char *out,
    +                            size_t len, const CAMELLIA_KEY *key,
    +                            unsigned char *ivec);
    +void cmll256_t4_cbc_encrypt(const unsigned char *in, unsigned char *out,
    +                            size_t len, const CAMELLIA_KEY *key,
    +                            unsigned char *ivec);
    +void cmll256_t4_cbc_decrypt(const unsigned char *in, unsigned char *out,
    +                            size_t len, const CAMELLIA_KEY *key,
    +                            unsigned char *ivec);
    +void cmll128_t4_ctr32_encrypt(const unsigned char *in, unsigned char *out,
    +                              size_t blocks, const CAMELLIA_KEY *key,
    +                              unsigned char *ivec);
    +void cmll256_t4_ctr32_encrypt(const unsigned char *in, unsigned char *out,
    +                              size_t blocks, const CAMELLIA_KEY *key,
    +                              unsigned char *ivec);
    +
    +static int cmll_t4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    +                            const unsigned char *iv, int enc)
    +{
    +    int ret, mode, bits;
    +    EVP_CAMELLIA_KEY *dat = (EVP_CAMELLIA_KEY *) ctx->cipher_data;
    +
    +    mode = ctx->cipher->flags & EVP_CIPH_MODE;
    +    bits = ctx->key_len * 8;
    +
    +    cmll_t4_set_key(key, bits, &dat->ks);
    +
    +    if ((mode == EVP_CIPH_ECB_MODE || mode == EVP_CIPH_CBC_MODE)
    +        && !enc) {
    +        ret = 0;
    +        dat->block = (block128_f) cmll_t4_decrypt;
    +        switch (bits) {
    +        case 128:
    +            dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ?
    +                (cbc128_f) cmll128_t4_cbc_decrypt : NULL;
    +            break;
    +        case 192:
    +        case 256:
    +            dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ?
    +                (cbc128_f) cmll256_t4_cbc_decrypt : NULL;
    +            break;
    +        default:
    +            ret = -1;
    +        }
    +    } else {
    +        ret = 0;
    +        dat->block = (block128_f) cmll_t4_encrypt;
    +        switch (bits) {
    +        case 128:
    +            if (mode == EVP_CIPH_CBC_MODE)
    +                dat->stream.cbc = (cbc128_f) cmll128_t4_cbc_encrypt;
    +            else if (mode == EVP_CIPH_CTR_MODE)
    +                dat->stream.ctr = (ctr128_f) cmll128_t4_ctr32_encrypt;
    +            else
    +                dat->stream.cbc = NULL;
    +            break;
    +        case 192:
    +        case 256:
    +            if (mode == EVP_CIPH_CBC_MODE)
    +                dat->stream.cbc = (cbc128_f) cmll256_t4_cbc_encrypt;
    +            else if (mode == EVP_CIPH_CTR_MODE)
    +                dat->stream.ctr = (ctr128_f) cmll256_t4_ctr32_encrypt;
    +            else
    +                dat->stream.cbc = NULL;
    +            break;
    +        default:
    +            ret = -1;
    +        }
    +    }
    +
    +    if (ret < 0) {
    +        EVPerr(EVP_F_CMLL_T4_INIT_KEY, EVP_R_CAMELLIA_KEY_SETUP_FAILED);
    +        return 0;
    +    }
    +
    +    return 1;
    +}
    +
    +#  define cmll_t4_cbc_cipher camellia_cbc_cipher
    +static int cmll_t4_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                              const unsigned char *in, size_t len);
    +
    +#  define cmll_t4_ecb_cipher camellia_ecb_cipher
    +static int cmll_t4_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                              const unsigned char *in, size_t len);
    +
    +#  define cmll_t4_ofb_cipher camellia_ofb_cipher
    +static int cmll_t4_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                              const unsigned char *in, size_t len);
    +
    +#  define cmll_t4_cfb_cipher camellia_cfb_cipher
    +static int cmll_t4_cfb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                              const unsigned char *in, size_t len);
    +
    +#  define cmll_t4_cfb8_cipher camellia_cfb8_cipher
    +static int cmll_t4_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                               const unsigned char *in, size_t len);
    +
    +#  define cmll_t4_cfb1_cipher camellia_cfb1_cipher
    +static int cmll_t4_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                               const unsigned char *in, size_t len);
    +
    +#  define cmll_t4_ctr_cipher camellia_ctr_cipher
    +static int cmll_t4_ctr_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                              const unsigned char *in, size_t len);
    +
    +#  define BLOCK_CIPHER_generic(nid,keylen,blocksize,ivlen,nmode,mode,MODE,flags) \
    +static const EVP_CIPHER cmll_t4_##keylen##_##mode = { \
    +        nid##_##keylen##_##nmode,blocksize,keylen/8,ivlen, \
    +        flags|EVP_CIPH_##MODE##_MODE,   \
    +        cmll_t4_init_key,               \
    +        cmll_t4_##mode##_cipher,        \
    +        NULL,                           \
    +        sizeof(EVP_CAMELLIA_KEY),       \
    +        NULL,NULL,NULL,NULL }; \
    +static const EVP_CIPHER camellia_##keylen##_##mode = { \
    +        nid##_##keylen##_##nmode,blocksize,     \
    +        keylen/8,ivlen, \
    +        flags|EVP_CIPH_##MODE##_MODE,   \
    +        camellia_init_key,              \
    +        camellia_##mode##_cipher,       \
    +        NULL,                           \
    +        sizeof(EVP_CAMELLIA_KEY),       \
    +        NULL,NULL,NULL,NULL }; \
    +const EVP_CIPHER *EVP_camellia_##keylen##_##mode(void) \
    +{ return SPARC_CMLL_CAPABLE?&cmll_t4_##keylen##_##mode:&camellia_##keylen##_##mode; }
    +
    +# else
    +
    +#  define BLOCK_CIPHER_generic(nid,keylen,blocksize,ivlen,nmode,mode,MODE,flags) \
    +static const EVP_CIPHER camellia_##keylen##_##mode = { \
    +        nid##_##keylen##_##nmode,blocksize,keylen/8,ivlen, \
    +        flags|EVP_CIPH_##MODE##_MODE,   \
    +        camellia_init_key,              \
    +        camellia_##mode##_cipher,       \
    +        NULL,                           \
    +        sizeof(EVP_CAMELLIA_KEY),       \
    +        NULL,NULL,NULL,NULL }; \
    +const EVP_CIPHER *EVP_camellia_##keylen##_##mode(void) \
    +{ return &camellia_##keylen##_##mode; }
    +
    +# endif
    +
    +# define BLOCK_CIPHER_generic_pack(nid,keylen,flags)             \
    +        BLOCK_CIPHER_generic(nid,keylen,16,16,cbc,cbc,CBC,flags|EVP_CIPH_FLAG_DEFAULT_ASN1)     \
    +        BLOCK_CIPHER_generic(nid,keylen,16,0,ecb,ecb,ECB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1)      \
    +        BLOCK_CIPHER_generic(nid,keylen,1,16,ofb128,ofb,OFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1)   \
    +        BLOCK_CIPHER_generic(nid,keylen,1,16,cfb128,cfb,CFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1)   \
    +        BLOCK_CIPHER_generic(nid,keylen,1,16,cfb1,cfb1,CFB,flags)       \
    +        BLOCK_CIPHER_generic(nid,keylen,1,16,cfb8,cfb8,CFB,flags)
    +# if 0                          /* not yet, missing NID */
    +BLOCK_CIPHER_generic(nid, keylen, 1, 16, ctr, ctr, CTR, flags)
    +# endif
    +/* The subkey for Camellia is generated. */
     static int camellia_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -	const unsigned char *iv, int enc)
    -	{
    -	int ret;
    +                             const unsigned char *iv, int enc)
    +{
    +    int ret, mode;
    +    EVP_CAMELLIA_KEY *dat = (EVP_CAMELLIA_KEY *) ctx->cipher_data;
    +
    +    ret = Camellia_set_key(key, ctx->key_len * 8, &dat->ks);
    +    if (ret < 0) {
    +        EVPerr(EVP_F_CAMELLIA_INIT_KEY, EVP_R_CAMELLIA_KEY_SETUP_FAILED);
    +        return 0;
    +    }
    +
    +    mode = ctx->cipher->flags & EVP_CIPH_MODE;
    +    if ((mode == EVP_CIPH_ECB_MODE || mode == EVP_CIPH_CBC_MODE)
    +        && !enc) {
    +        dat->block = (block128_f) Camellia_decrypt;
    +        dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ?
    +            (cbc128_f) Camellia_cbc_encrypt : NULL;
    +    } else {
    +        dat->block = (block128_f) Camellia_encrypt;
    +        dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ?
    +            (cbc128_f) Camellia_cbc_encrypt : NULL;
    +    }
    +
    +    return 1;
    +}
    +
    +static int camellia_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                               const unsigned char *in, size_t len)
    +{
    +    EVP_CAMELLIA_KEY *dat = (EVP_CAMELLIA_KEY *) ctx->cipher_data;
    +
    +    if (dat->stream.cbc)
    +        (*dat->stream.cbc) (in, out, len, &dat->ks, ctx->iv, ctx->encrypt);
    +    else if (ctx->encrypt)
    +        CRYPTO_cbc128_encrypt(in, out, len, &dat->ks, ctx->iv, dat->block);
    +    else
    +        CRYPTO_cbc128_decrypt(in, out, len, &dat->ks, ctx->iv, dat->block);
    +
    +    return 1;
    +}
    +
    +static int camellia_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                               const unsigned char *in, size_t len)
    +{
    +    size_t bl = ctx->cipher->block_size;
    +    size_t i;
    +    EVP_CAMELLIA_KEY *dat = (EVP_CAMELLIA_KEY *) ctx->cipher_data;
    +
    +    if (len < bl)
    +        return 1;
    +
    +    for (i = 0, len -= bl; i <= len; i += bl)
    +        (*dat->block) (in + i, out + i, &dat->ks);
     
    -	ret=Camellia_set_key(key, ctx->key_len * 8, ctx->cipher_data);
    +    return 1;
    +}
     
    -	if(ret < 0)
    -		{
    -		EVPerr(EVP_F_CAMELLIA_INIT_KEY,EVP_R_CAMELLIA_KEY_SETUP_FAILED);
    -		return 0;
    -		}
    +static int camellia_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                               const unsigned char *in, size_t len)
    +{
    +    EVP_CAMELLIA_KEY *dat = (EVP_CAMELLIA_KEY *) ctx->cipher_data;
     
    -	return 1;
    -	}
    +    CRYPTO_ofb128_encrypt(in, out, len, &dat->ks,
    +                          ctx->iv, &ctx->num, dat->block);
    +    return 1;
    +}
    +
    +static int camellia_cfb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                               const unsigned char *in, size_t len)
    +{
    +    EVP_CAMELLIA_KEY *dat = (EVP_CAMELLIA_KEY *) ctx->cipher_data;
    +
    +    CRYPTO_cfb128_encrypt(in, out, len, &dat->ks,
    +                          ctx->iv, &ctx->num, ctx->encrypt, dat->block);
    +    return 1;
    +}
    +
    +static int camellia_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                                const unsigned char *in, size_t len)
    +{
    +    EVP_CAMELLIA_KEY *dat = (EVP_CAMELLIA_KEY *) ctx->cipher_data;
    +
    +    CRYPTO_cfb128_8_encrypt(in, out, len, &dat->ks,
    +                            ctx->iv, &ctx->num, ctx->encrypt, dat->block);
    +    return 1;
    +}
    +
    +static int camellia_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                                const unsigned char *in, size_t len)
    +{
    +    EVP_CAMELLIA_KEY *dat = (EVP_CAMELLIA_KEY *) ctx->cipher_data;
    +
    +    if (ctx->flags & EVP_CIPH_FLAG_LENGTH_BITS) {
    +        CRYPTO_cfb128_1_encrypt(in, out, len, &dat->ks,
    +                                ctx->iv, &ctx->num, ctx->encrypt, dat->block);
    +        return 1;
    +    }
    +
    +    while (len >= MAXBITCHUNK) {
    +        CRYPTO_cfb128_1_encrypt(in, out, MAXBITCHUNK * 8, &dat->ks,
    +                                ctx->iv, &ctx->num, ctx->encrypt, dat->block);
    +        len -= MAXBITCHUNK;
    +    }
    +    if (len)
    +        CRYPTO_cfb128_1_encrypt(in, out, len * 8, &dat->ks,
    +                                ctx->iv, &ctx->num, ctx->encrypt, dat->block);
    +
    +    return 1;
    +}
    +
    +# if 0                          /* not yet, missing NID */
    +static int camellia_ctr_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                               const unsigned char *in, size_t len)
    +{
    +    unsigned int num = ctx->num;
    +    EVP_CAMELLIA_KEY *dat = (EVP_CAMELLIA_KEY *) ctx->cipher_data;
    +
    +    if (dat->stream.ctr)
    +        CRYPTO_ctr128_encrypt_ctr32(in, out, len, &dat->ks,
    +                                    ctx->iv, ctx->buf, &num, dat->stream.ctr);
    +    else
    +        CRYPTO_ctr128_encrypt(in, out, len, &dat->ks,
    +                              ctx->iv, ctx->buf, &num, dat->block);
    +    ctx->num = (size_t)num;
    +    return 1;
    +}
    +# endif
     
    +BLOCK_CIPHER_generic_pack(NID_camellia, 128, 0)
    +    BLOCK_CIPHER_generic_pack(NID_camellia, 192, 0)
    +    BLOCK_CIPHER_generic_pack(NID_camellia, 256, 0)
     #else
     
     # ifdef PEDANTIC
    -static void *dummy=&dummy;
    +static void *dummy = &dummy;
     # endif
     
     #endif
    diff --git a/openssl/crypto/evp/e_cast.c b/openssl/crypto/evp/e_cast.c
    index d77bcd929..3f7454856 100644
    --- a/openssl/crypto/evp/e_cast.c
    +++ b/openssl/crypto/evp/e_cast.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,31 +60,30 @@
     #include "cryptlib.h"
     
     #ifndef OPENSSL_NO_CAST
    -#include 
    -#include 
    -#include "evp_locl.h"
    -#include 
    +# include 
    +# include 
    +# include "evp_locl.h"
    +# include 
     
     static int cast_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -			 const unsigned char *iv,int enc);
    +                         const unsigned char *iv, int enc);
    +
    +typedef struct {
    +    CAST_KEY ks;
    +} EVP_CAST_KEY;
     
    -typedef struct
    -	{
    -	CAST_KEY ks;
    -	} EVP_CAST_KEY;
    +# define data(ctx)       EVP_C_DATA(EVP_CAST_KEY,ctx)
     
    -#define data(ctx)	EVP_C_DATA(EVP_CAST_KEY,ctx)
    +IMPLEMENT_BLOCK_CIPHER(cast5, ks, CAST, EVP_CAST_KEY,
    +                       NID_cast5, 8, CAST_KEY_LENGTH, 8, 64,
    +                       EVP_CIPH_VARIABLE_LENGTH, cast_init_key, NULL,
    +                       EVP_CIPHER_set_asn1_iv, EVP_CIPHER_get_asn1_iv, NULL)
     
    -IMPLEMENT_BLOCK_CIPHER(cast5, ks, CAST, EVP_CAST_KEY, 
    -			NID_cast5, 8, CAST_KEY_LENGTH, 8, 64,
    -			EVP_CIPH_VARIABLE_LENGTH, cast_init_key, NULL,
    -			EVP_CIPHER_set_asn1_iv, EVP_CIPHER_get_asn1_iv, NULL)
    -			
     static int cast_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -			 const unsigned char *iv, int enc)
    -	{
    -	CAST_set_key(&data(ctx)->ks,EVP_CIPHER_CTX_key_length(ctx),key);
    -	return 1;
    -	}
    +                         const unsigned char *iv, int enc)
    +{
    +    CAST_set_key(&data(ctx)->ks, EVP_CIPHER_CTX_key_length(ctx), key);
    +    return 1;
    +}
     
     #endif
    diff --git a/openssl/crypto/evp/e_des.c b/openssl/crypto/evp/e_des.c
    index ca009f2c5..aae13a675 100644
    --- a/openssl/crypto/evp/e_des.c
    +++ b/openssl/crypto/evp/e_des.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -59,166 +59,210 @@
     #include 
     #include "cryptlib.h"
     #ifndef OPENSSL_NO_DES
    -#include 
    -#include 
    -#include "evp_locl.h"
    -#include 
    -#include 
    +# include 
    +# include 
    +# include "evp_locl.h"
    +# include 
    +# include 
    +
    +typedef struct {
    +    union {
    +        double align;
    +        DES_key_schedule ks;
    +    } ks;
    +    union {
    +        void (*cbc) (const void *, void *, size_t, const void *, void *);
    +    } stream;
    +} EVP_DES_KEY;
    +
    +# if defined(AES_ASM) && (defined(__sparc) || defined(__sparc__))
    +/* ---------^^^ this is not a typo, just a way to detect that
    + * assembler support was in general requested... */
    +#  include "sparc_arch.h"
    +
    +extern unsigned int OPENSSL_sparcv9cap_P[];
    +
    +#  define SPARC_DES_CAPABLE       (OPENSSL_sparcv9cap_P[1] & CFR_DES)
    +
    +void des_t4_key_expand(const void *key, DES_key_schedule *ks);
    +void des_t4_cbc_encrypt(const void *inp, void *out, size_t len,
    +                        DES_key_schedule *ks, unsigned char iv[8]);
    +void des_t4_cbc_decrypt(const void *inp, void *out, size_t len,
    +                        DES_key_schedule *ks, unsigned char iv[8]);
    +# endif
     
     static int des_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -			const unsigned char *iv, int enc);
    +                        const unsigned char *iv, int enc);
     static int des_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr);
     
    -/* Because of various casts and different names can't use IMPLEMENT_BLOCK_CIPHER */
    +/*
    + * Because of various casts and different names can't use
    + * IMPLEMENT_BLOCK_CIPHER
    + */
     
     static int des_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -			  const unsigned char *in, size_t inl)
    +                          const unsigned char *in, size_t inl)
     {
    -	BLOCK_CIPHER_ecb_loop()
    -		DES_ecb_encrypt((DES_cblock *)(in + i), (DES_cblock *)(out + i), ctx->cipher_data, ctx->encrypt);
    -	return 1;
    +    BLOCK_CIPHER_ecb_loop()
    +        DES_ecb_encrypt((DES_cblock *)(in + i), (DES_cblock *)(out + i),
    +                        ctx->cipher_data, ctx->encrypt);
    +    return 1;
     }
     
     static int des_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -			  const unsigned char *in, size_t inl)
    +                          const unsigned char *in, size_t inl)
     {
    -	while(inl>=EVP_MAXCHUNK)
    -		{
    -		DES_ofb64_encrypt(in, out, (long)EVP_MAXCHUNK, ctx->cipher_data,
    -				(DES_cblock *)ctx->iv, &ctx->num);
    -		inl-=EVP_MAXCHUNK;
    -		in +=EVP_MAXCHUNK;
    -		out+=EVP_MAXCHUNK;
    -		}
    -	if (inl)
    -		DES_ofb64_encrypt(in, out, (long)inl, ctx->cipher_data,
    -				(DES_cblock *)ctx->iv, &ctx->num);
    -	return 1;
    +    while (inl >= EVP_MAXCHUNK) {
    +        DES_ofb64_encrypt(in, out, (long)EVP_MAXCHUNK, ctx->cipher_data,
    +                          (DES_cblock *)ctx->iv, &ctx->num);
    +        inl -= EVP_MAXCHUNK;
    +        in += EVP_MAXCHUNK;
    +        out += EVP_MAXCHUNK;
    +    }
    +    if (inl)
    +        DES_ofb64_encrypt(in, out, (long)inl, ctx->cipher_data,
    +                          (DES_cblock *)ctx->iv, &ctx->num);
    +    return 1;
     }
     
     static int des_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -			  const unsigned char *in, size_t inl)
    +                          const unsigned char *in, size_t inl)
     {
    -	while(inl>=EVP_MAXCHUNK)
    -		{
    -		DES_ncbc_encrypt(in, out, (long)EVP_MAXCHUNK, ctx->cipher_data,
    -				(DES_cblock *)ctx->iv, ctx->encrypt);
    -		inl-=EVP_MAXCHUNK;
    -		in +=EVP_MAXCHUNK;
    -		out+=EVP_MAXCHUNK;
    -		}
    -	if (inl)
    -		DES_ncbc_encrypt(in, out, (long)inl, ctx->cipher_data,
    -				(DES_cblock *)ctx->iv, ctx->encrypt);
    -	return 1;
    +    EVP_DES_KEY *dat = (EVP_DES_KEY *) ctx->cipher_data;
    +
    +    if (dat->stream.cbc) {
    +        (*dat->stream.cbc) (in, out, inl, &dat->ks.ks, ctx->iv);
    +        return 1;
    +    }
    +    while (inl >= EVP_MAXCHUNK) {
    +        DES_ncbc_encrypt(in, out, (long)EVP_MAXCHUNK, ctx->cipher_data,
    +                         (DES_cblock *)ctx->iv, ctx->encrypt);
    +        inl -= EVP_MAXCHUNK;
    +        in += EVP_MAXCHUNK;
    +        out += EVP_MAXCHUNK;
    +    }
    +    if (inl)
    +        DES_ncbc_encrypt(in, out, (long)inl, ctx->cipher_data,
    +                         (DES_cblock *)ctx->iv, ctx->encrypt);
    +    return 1;
     }
     
     static int des_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -			    const unsigned char *in, size_t inl)
    +                            const unsigned char *in, size_t inl)
     {
    -	while(inl>=EVP_MAXCHUNK)
    -		{
    -		DES_cfb64_encrypt(in,out, (long)EVP_MAXCHUNK, ctx->cipher_data,
    -				(DES_cblock *)ctx->iv, &ctx->num, ctx->encrypt);
    -		inl-=EVP_MAXCHUNK;
    -		in +=EVP_MAXCHUNK;
    -		out+=EVP_MAXCHUNK;
    -		}
    -	if (inl)
    -		DES_cfb64_encrypt(in, out, (long)inl, ctx->cipher_data,
    -			  (DES_cblock *)ctx->iv, &ctx->num, ctx->encrypt);
    -	return 1;
    +    while (inl >= EVP_MAXCHUNK) {
    +        DES_cfb64_encrypt(in, out, (long)EVP_MAXCHUNK, ctx->cipher_data,
    +                          (DES_cblock *)ctx->iv, &ctx->num, ctx->encrypt);
    +        inl -= EVP_MAXCHUNK;
    +        in += EVP_MAXCHUNK;
    +        out += EVP_MAXCHUNK;
    +    }
    +    if (inl)
    +        DES_cfb64_encrypt(in, out, (long)inl, ctx->cipher_data,
    +                          (DES_cblock *)ctx->iv, &ctx->num, ctx->encrypt);
    +    return 1;
     }
     
    -/* Although we have a CFB-r implementation for DES, it doesn't pack the right
    -   way, so wrap it here */
    +/*
    + * Although we have a CFB-r implementation for DES, it doesn't pack the right
    + * way, so wrap it here
    + */
     static int des_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -			   const unsigned char *in, size_t inl)
    -    {
    -    size_t n,chunk=EVP_MAXCHUNK/8;
    -    unsigned char c[1],d[1];
    -
    -    if (inl=chunk)
    -	{
    -	for(n=0 ; n < chunk*8; ++n)
    -	    {
    -	    c[0]=(in[n/8]&(1 << (7-n%8))) ? 0x80 : 0;
    -	    DES_cfb_encrypt(c,d,1,1,ctx->cipher_data,(DES_cblock *)ctx->iv,
    -			ctx->encrypt);
    -	    out[n/8]=(out[n/8]&~(0x80 >> (unsigned int)(n%8))) |
    -		     ((d[0]&0x80) >> (unsigned int)(n%8));
    -	    }
    -	inl-=chunk;
    -	in +=chunk;
    -	out+=chunk;
    -	if (inl= chunk) {
    +        for (n = 0; n < chunk * 8; ++n) {
    +            c[0] = (in[n / 8] & (1 << (7 - n % 8))) ? 0x80 : 0;
    +            DES_cfb_encrypt(c, d, 1, 1, ctx->cipher_data,
    +                            (DES_cblock *)ctx->iv, ctx->encrypt);
    +            out[n / 8] =
    +                (out[n / 8] & ~(0x80 >> (unsigned int)(n % 8))) |
    +                ((d[0] & 0x80) >> (unsigned int)(n % 8));
    +        }
    +        inl -= chunk;
    +        in += chunk;
    +        out += chunk;
    +        if (inl < chunk)
    +            chunk = inl;
         }
     
    +    return 1;
    +}
    +
     static int des_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -			   const unsigned char *in, size_t inl)
    -    {
    -    while (inl>=EVP_MAXCHUNK)
    -	{
    -	DES_cfb_encrypt(in,out,8,(long)EVP_MAXCHUNK,ctx->cipher_data,
    -			(DES_cblock *)ctx->iv,ctx->encrypt);
    -	inl-=EVP_MAXCHUNK;
    -	in +=EVP_MAXCHUNK;
    -	out+=EVP_MAXCHUNK;
    -	}
    +                           const unsigned char *in, size_t inl)
    +{
    +    while (inl >= EVP_MAXCHUNK) {
    +        DES_cfb_encrypt(in, out, 8, (long)EVP_MAXCHUNK, ctx->cipher_data,
    +                        (DES_cblock *)ctx->iv, ctx->encrypt);
    +        inl -= EVP_MAXCHUNK;
    +        in += EVP_MAXCHUNK;
    +        out += EVP_MAXCHUNK;
    +    }
         if (inl)
    -	DES_cfb_encrypt(in,out,8,(long)inl,ctx->cipher_data,
    -			(DES_cblock *)ctx->iv,ctx->encrypt);
    +        DES_cfb_encrypt(in, out, 8, (long)inl, ctx->cipher_data,
    +                        (DES_cblock *)ctx->iv, ctx->encrypt);
         return 1;
    -    }
    +}
     
    -BLOCK_CIPHER_defs(des, DES_key_schedule, NID_des, 8, 8, 8, 64,
    -			EVP_CIPH_RAND_KEY, des_init_key, NULL,
    -			EVP_CIPHER_set_asn1_iv,
    -			EVP_CIPHER_get_asn1_iv,
    -			des_ctrl)
    +BLOCK_CIPHER_defs(des, EVP_DES_KEY, NID_des, 8, 8, 8, 64,
    +                  EVP_CIPH_RAND_KEY, des_init_key, NULL,
    +                  EVP_CIPHER_set_asn1_iv, EVP_CIPHER_get_asn1_iv, des_ctrl)
     
    -BLOCK_CIPHER_def_cfb(des,DES_key_schedule,NID_des,8,8,1,
    -		     EVP_CIPH_RAND_KEY, des_init_key,NULL,
    -		     EVP_CIPHER_set_asn1_iv,
    -		     EVP_CIPHER_get_asn1_iv,des_ctrl)
    +    BLOCK_CIPHER_def_cfb(des, EVP_DES_KEY, NID_des, 8, 8, 1,
    +                     EVP_CIPH_RAND_KEY, des_init_key, NULL,
    +                     EVP_CIPHER_set_asn1_iv, EVP_CIPHER_get_asn1_iv, des_ctrl)
     
    -BLOCK_CIPHER_def_cfb(des,DES_key_schedule,NID_des,8,8,8,
    -		     EVP_CIPH_RAND_KEY,des_init_key,NULL,
    -		     EVP_CIPHER_set_asn1_iv,
    -		     EVP_CIPHER_get_asn1_iv,des_ctrl)
    +    BLOCK_CIPHER_def_cfb(des, EVP_DES_KEY, NID_des, 8, 8, 8,
    +                     EVP_CIPH_RAND_KEY, des_init_key, NULL,
    +                     EVP_CIPHER_set_asn1_iv, EVP_CIPHER_get_asn1_iv, des_ctrl)
     
     static int des_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -			const unsigned char *iv, int enc)
    -	{
    -	DES_cblock *deskey = (DES_cblock *)key;
    -#ifdef EVP_CHECK_DES_KEY
    -	if(DES_set_key_checked(deskey,ctx->cipher_data) != 0)
    -		return 0;
    -#else
    -	DES_set_key_unchecked(deskey,ctx->cipher_data);
    -#endif
    -	return 1;
    -	}
    +                        const unsigned char *iv, int enc)
    +{
    +    DES_cblock *deskey = (DES_cblock *)key;
    +    EVP_DES_KEY *dat = (EVP_DES_KEY *) ctx->cipher_data;
    +
    +    dat->stream.cbc = NULL;
    +# if defined(SPARC_DES_CAPABLE)
    +    if (SPARC_DES_CAPABLE) {
    +        int mode = ctx->cipher->flags & EVP_CIPH_MODE;
    +
    +        if (mode == EVP_CIPH_CBC_MODE) {
    +            des_t4_key_expand(key, &dat->ks.ks);
    +            dat->stream.cbc = enc ? des_t4_cbc_encrypt : des_t4_cbc_decrypt;
    +            return 1;
    +        }
    +    }
    +# endif
    +# ifdef EVP_CHECK_DES_KEY
    +    if (DES_set_key_checked(deskey, dat->ks.ks) != 0)
    +        return 0;
    +# else
    +    DES_set_key_unchecked(deskey, ctx->cipher_data);
    +# endif
    +    return 1;
    +}
     
     static int des_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr)
    -	{
    -	
    -	switch(type)
    -		{
    -	case EVP_CTRL_RAND_KEY:
    -		if (RAND_bytes(ptr, 8) <= 0)
    -			return 0;
    -		DES_set_odd_parity((DES_cblock *)ptr);
    -		return 1;
    -
    -	default:
    -		return -1;
    -		}
    -	}
    +{
    +
    +    switch (type) {
    +    case EVP_CTRL_RAND_KEY:
    +        if (RAND_bytes(ptr, 8) <= 0)
    +            return 0;
    +        DES_set_odd_parity((DES_cblock *)ptr);
    +        return 1;
    +
    +    default:
    +        return -1;
    +    }
    +}
     
     #endif
    diff --git a/openssl/crypto/evp/e_des3.c b/openssl/crypto/evp/e_des3.c
    index 8d7b7de29..301d93e13 100644
    --- a/openssl/crypto/evp/e_des3.c
    +++ b/openssl/crypto/evp/e_des3.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -59,258 +59,435 @@
     #include 
     #include "cryptlib.h"
     #ifndef OPENSSL_NO_DES
    -#include 
    -#include 
    -#include "evp_locl.h"
    -#include 
    -#include 
    +# include 
    +# include 
    +# include "evp_locl.h"
    +# include 
    +# include 
    +
    +/* Block use of implementations in FIPS mode */
    +# undef EVP_CIPH_FLAG_FIPS
    +# define EVP_CIPH_FLAG_FIPS      0
     
    -#ifndef OPENSSL_FIPS
    +typedef struct {
    +    union {
    +        double align;
    +        DES_key_schedule ks[3];
    +    } ks;
    +    union {
    +        void (*cbc) (const void *, void *, size_t, const void *, void *);
    +    } stream;
    +} DES_EDE_KEY;
    +# define ks1 ks.ks[0]
    +# define ks2 ks.ks[1]
    +# define ks3 ks.ks[2]
    +
    +# if defined(AES_ASM) && (defined(__sparc) || defined(__sparc__))
    +/* ---------^^^ this is not a typo, just a way to detect that
    + * assembler support was in general requested... */
    +#  include "sparc_arch.h"
    +
    +extern unsigned int OPENSSL_sparcv9cap_P[];
    +
    +#  define SPARC_DES_CAPABLE       (OPENSSL_sparcv9cap_P[1] & CFR_DES)
    +
    +void des_t4_key_expand(const void *key, DES_key_schedule *ks);
    +void des_t4_ede3_cbc_encrypt(const void *inp, void *out, size_t len,
    +                             DES_key_schedule *ks, unsigned char iv[8]);
    +void des_t4_ede3_cbc_decrypt(const void *inp, void *out, size_t len,
    +                             DES_key_schedule *ks, unsigned char iv[8]);
    +# endif
     
     static int des_ede_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -			    const unsigned char *iv,int enc);
    +                            const unsigned char *iv, int enc);
     
     static int des_ede3_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -			     const unsigned char *iv,int enc);
    +                             const unsigned char *iv, int enc);
     
     static int des3_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr);
     
    -typedef struct
    -    {
    -    DES_key_schedule ks1;/* key schedule */
    -    DES_key_schedule ks2;/* key schedule (for ede) */
    -    DES_key_schedule ks3;/* key schedule (for ede3) */
    -    } DES_EDE_KEY;
    -
    -#define data(ctx) ((DES_EDE_KEY *)(ctx)->cipher_data)
    +# define data(ctx) ((DES_EDE_KEY *)(ctx)->cipher_data)
     
    -/* Because of various casts and different args can't use IMPLEMENT_BLOCK_CIPHER */
    +/*
    + * Because of various casts and different args can't use
    + * IMPLEMENT_BLOCK_CIPHER
    + */
     
     static int des_ede_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -			      const unsigned char *in, size_t inl)
    +                              const unsigned char *in, size_t inl)
     {
    -	BLOCK_CIPHER_ecb_loop()
    -		DES_ecb3_encrypt((const_DES_cblock *)(in + i),
    -				 (DES_cblock *)(out + i),
    -				 &data(ctx)->ks1, &data(ctx)->ks2,
    -				 &data(ctx)->ks3,
    -				 ctx->encrypt);
    -	return 1;
    +    BLOCK_CIPHER_ecb_loop()
    +        DES_ecb3_encrypt((const_DES_cblock *)(in + i),
    +                         (DES_cblock *)(out + i),
    +                         &data(ctx)->ks1, &data(ctx)->ks2,
    +                         &data(ctx)->ks3, ctx->encrypt);
    +    return 1;
     }
     
     static int des_ede_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -			      const unsigned char *in, size_t inl)
    +                              const unsigned char *in, size_t inl)
     {
    -	while (inl>=EVP_MAXCHUNK)
    -		{
    -		DES_ede3_ofb64_encrypt(in, out, (long)EVP_MAXCHUNK,
    -			       &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3,
    -			       (DES_cblock *)ctx->iv, &ctx->num);
    -		inl-=EVP_MAXCHUNK;
    -		in +=EVP_MAXCHUNK;
    -		out+=EVP_MAXCHUNK;
    -		}
    -	if (inl)
    -		DES_ede3_ofb64_encrypt(in, out, (long)inl,
    -				&data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3,
    -                               (DES_cblock *)ctx->iv, &ctx->num);
    -
    -	return 1;
    +    while (inl >= EVP_MAXCHUNK) {
    +        DES_ede3_ofb64_encrypt(in, out, (long)EVP_MAXCHUNK,
    +                               &data(ctx)->ks1, &data(ctx)->ks2,
    +                               &data(ctx)->ks3, (DES_cblock *)ctx->iv,
    +                               &ctx->num);
    +        inl -= EVP_MAXCHUNK;
    +        in += EVP_MAXCHUNK;
    +        out += EVP_MAXCHUNK;
    +    }
    +    if (inl)
    +        DES_ede3_ofb64_encrypt(in, out, (long)inl,
    +                               &data(ctx)->ks1, &data(ctx)->ks2,
    +                               &data(ctx)->ks3, (DES_cblock *)ctx->iv,
    +                               &ctx->num);
    +
    +    return 1;
     }
     
     static int des_ede_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -			      const unsigned char *in, size_t inl)
    +                              const unsigned char *in, size_t inl)
     {
    -#ifdef KSSL_DEBUG
    -	{
    +    DES_EDE_KEY *dat = data(ctx);
    +
    +# ifdef KSSL_DEBUG
    +    {
             int i;
    -        char *cp;
    -	printf("des_ede_cbc_cipher(ctx=%lx, buflen=%d)\n", ctx, ctx->buf_len);
    -	printf("\t iv= ");
    -        for(i=0;i<8;i++)
    -                printf("%02X",ctx->iv[i]);
    -	printf("\n");
    -	}
    -#endif    /* KSSL_DEBUG */
    -	while (inl>=EVP_MAXCHUNK)
    -		{
    -		DES_ede3_cbc_encrypt(in, out, (long)EVP_MAXCHUNK,
    -			     &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3,
    -			     (DES_cblock *)ctx->iv, ctx->encrypt);
    -		inl-=EVP_MAXCHUNK;
    -		in +=EVP_MAXCHUNK;
    -		out+=EVP_MAXCHUNK;
    -		}
    -	if (inl)
    -		DES_ede3_cbc_encrypt(in, out, (long)inl,
    -			     &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3,
    +        fprintf(stderr, "des_ede_cbc_cipher(ctx=%p, buflen=%d)\n", ctx,
    +                ctx->buf_len);
    +        fprintf(stderr, "\t iv= ");
    +        for (i = 0; i < 8; i++)
    +            fprintf(stderr, "%02X", ctx->iv[i]);
    +        fprintf(stderr, "\n");
    +    }
    +# endif                         /* KSSL_DEBUG */
    +    if (dat->stream.cbc) {
    +        (*dat->stream.cbc) (in, out, inl, &dat->ks, ctx->iv);
    +        return 1;
    +    }
    +
    +    while (inl >= EVP_MAXCHUNK) {
    +        DES_ede3_cbc_encrypt(in, out, (long)EVP_MAXCHUNK,
    +                             &dat->ks1, &dat->ks2, &dat->ks3,
    +                             (DES_cblock *)ctx->iv, ctx->encrypt);
    +        inl -= EVP_MAXCHUNK;
    +        in += EVP_MAXCHUNK;
    +        out += EVP_MAXCHUNK;
    +    }
    +    if (inl)
    +        DES_ede3_cbc_encrypt(in, out, (long)inl,
    +                             &dat->ks1, &dat->ks2, &dat->ks3,
                                  (DES_cblock *)ctx->iv, ctx->encrypt);
    -	return 1;
    +    return 1;
     }
     
     static int des_ede_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -			      const unsigned char *in, size_t inl)
    +                                const unsigned char *in, size_t inl)
     {
    -	while (inl>=EVP_MAXCHUNK)
    -		{
    -		DES_ede3_cfb64_encrypt(in, out, (long)EVP_MAXCHUNK, 
    -			       &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3,
    -			       (DES_cblock *)ctx->iv, &ctx->num, ctx->encrypt);
    -		inl-=EVP_MAXCHUNK;
    -		in +=EVP_MAXCHUNK;
    -		out+=EVP_MAXCHUNK;
    -		}
    -	if (inl)
    -		DES_ede3_cfb64_encrypt(in, out, (long)inl,
    -			       &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3,
    -                               (DES_cblock *)ctx->iv, &ctx->num, ctx->encrypt);
    -	return 1;
    +    while (inl >= EVP_MAXCHUNK) {
    +        DES_ede3_cfb64_encrypt(in, out, (long)EVP_MAXCHUNK,
    +                               &data(ctx)->ks1, &data(ctx)->ks2,
    +                               &data(ctx)->ks3, (DES_cblock *)ctx->iv,
    +                               &ctx->num, ctx->encrypt);
    +        inl -= EVP_MAXCHUNK;
    +        in += EVP_MAXCHUNK;
    +        out += EVP_MAXCHUNK;
    +    }
    +    if (inl)
    +        DES_ede3_cfb64_encrypt(in, out, (long)inl,
    +                               &data(ctx)->ks1, &data(ctx)->ks2,
    +                               &data(ctx)->ks3, (DES_cblock *)ctx->iv,
    +                               &ctx->num, ctx->encrypt);
    +    return 1;
     }
     
    -/* Although we have a CFB-r implementation for 3-DES, it doesn't pack the right
    -   way, so wrap it here */
    +/*
    + * Although we have a CFB-r implementation for 3-DES, it doesn't pack the
    + * right way, so wrap it here
    + */
     static int des_ede3_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -				const unsigned char *in, size_t inl)
    -    {
    +                                const unsigned char *in, size_t inl)
    +{
         size_t n;
    -    unsigned char c[1],d[1];
    -
    -    for(n=0 ; n < inl ; ++n)
    -	{
    -	c[0]=(in[n/8]&(1 << (7-n%8))) ? 0x80 : 0;
    -	DES_ede3_cfb_encrypt(c,d,1,1,
    -			     &data(ctx)->ks1,&data(ctx)->ks2,&data(ctx)->ks3,
    -			     (DES_cblock *)ctx->iv,ctx->encrypt);
    -	out[n/8]=(out[n/8]&~(0x80 >> (unsigned int)(n%8))) |
    -		 ((d[0]&0x80) >> (unsigned int)(n%8));
    -	}
    +    unsigned char c[1], d[1];
     
    -    return 1;
    +    for (n = 0; n < inl; ++n) {
    +        c[0] = (in[n / 8] & (1 << (7 - n % 8))) ? 0x80 : 0;
    +        DES_ede3_cfb_encrypt(c, d, 1, 1,
    +                             &data(ctx)->ks1, &data(ctx)->ks2,
    +                             &data(ctx)->ks3, (DES_cblock *)ctx->iv,
    +                             ctx->encrypt);
    +        out[n / 8] = (out[n / 8] & ~(0x80 >> (unsigned int)(n % 8)))
    +            | ((d[0] & 0x80) >> (unsigned int)(n % 8));
         }
     
    +    return 1;
    +}
    +
     static int des_ede3_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -				const unsigned char *in, size_t inl)
    -    {
    -    while (inl>=EVP_MAXCHUNK)
    -	{
    -	DES_ede3_cfb_encrypt(in,out,8,(long)EVP_MAXCHUNK,
    -			 &data(ctx)->ks1,&data(ctx)->ks2,&data(ctx)->ks3,
    -			 (DES_cblock *)ctx->iv,ctx->encrypt);
    -	inl-=EVP_MAXCHUNK;
    -	in +=EVP_MAXCHUNK;
    -	out+=EVP_MAXCHUNK;
    -	}
    +                                const unsigned char *in, size_t inl)
    +{
    +    while (inl >= EVP_MAXCHUNK) {
    +        DES_ede3_cfb_encrypt(in, out, 8, (long)EVP_MAXCHUNK,
    +                             &data(ctx)->ks1, &data(ctx)->ks2,
    +                             &data(ctx)->ks3, (DES_cblock *)ctx->iv,
    +                             ctx->encrypt);
    +        inl -= EVP_MAXCHUNK;
    +        in += EVP_MAXCHUNK;
    +        out += EVP_MAXCHUNK;
    +    }
         if (inl)
    -	DES_ede3_cfb_encrypt(in,out,8,(long)inl,
    -			&data(ctx)->ks1,&data(ctx)->ks2,&data(ctx)->ks3,
    -			(DES_cblock *)ctx->iv,ctx->encrypt);
    +        DES_ede3_cfb_encrypt(in, out, 8, (long)inl,
    +                             &data(ctx)->ks1, &data(ctx)->ks2,
    +                             &data(ctx)->ks3, (DES_cblock *)ctx->iv,
    +                             ctx->encrypt);
         return 1;
    -    }
    +}
     
     BLOCK_CIPHER_defs(des_ede, DES_EDE_KEY, NID_des_ede, 8, 16, 8, 64,
    -			EVP_CIPH_RAND_KEY, des_ede_init_key, NULL, 
    -			EVP_CIPHER_set_asn1_iv,
    -			EVP_CIPHER_get_asn1_iv,
    -			des3_ctrl)
    -
    -#define des_ede3_cfb64_cipher des_ede_cfb64_cipher
    -#define des_ede3_ofb_cipher des_ede_ofb_cipher
    -#define des_ede3_cbc_cipher des_ede_cbc_cipher
    -#define des_ede3_ecb_cipher des_ede_ecb_cipher
    -
    -BLOCK_CIPHER_defs(des_ede3, DES_EDE_KEY, NID_des_ede3, 8, 24, 8, 64,
    -			EVP_CIPH_RAND_KEY, des_ede3_init_key, NULL, 
    -			EVP_CIPHER_set_asn1_iv,
    -			EVP_CIPHER_get_asn1_iv,
    -			des3_ctrl)
    -
    -BLOCK_CIPHER_def_cfb(des_ede3,DES_EDE_KEY,NID_des_ede3,24,8,1,
    -		     EVP_CIPH_RAND_KEY, des_ede3_init_key,NULL,
    -		     EVP_CIPHER_set_asn1_iv,
    -		     EVP_CIPHER_get_asn1_iv,
    -		     des3_ctrl)
    -
    -BLOCK_CIPHER_def_cfb(des_ede3,DES_EDE_KEY,NID_des_ede3,24,8,8,
    -		     EVP_CIPH_RAND_KEY, des_ede3_init_key,NULL,
    -		     EVP_CIPHER_set_asn1_iv,
    -		     EVP_CIPHER_get_asn1_iv,
    -		     des3_ctrl)
    +                  EVP_CIPH_RAND_KEY | EVP_CIPH_FLAG_DEFAULT_ASN1,
    +                  des_ede_init_key, NULL, NULL, NULL, des3_ctrl)
    +# define des_ede3_cfb64_cipher des_ede_cfb64_cipher
    +# define des_ede3_ofb_cipher des_ede_ofb_cipher
    +# define des_ede3_cbc_cipher des_ede_cbc_cipher
    +# define des_ede3_ecb_cipher des_ede_ecb_cipher
    +    BLOCK_CIPHER_defs(des_ede3, DES_EDE_KEY, NID_des_ede3, 8, 24, 8, 64,
    +                  EVP_CIPH_RAND_KEY | EVP_CIPH_FLAG_FIPS |
    +                  EVP_CIPH_FLAG_DEFAULT_ASN1, des_ede3_init_key, NULL, NULL, NULL,
    +                  des3_ctrl)
    +
    +    BLOCK_CIPHER_def_cfb(des_ede3, DES_EDE_KEY, NID_des_ede3, 24, 8, 1,
    +                     EVP_CIPH_RAND_KEY | EVP_CIPH_FLAG_FIPS |
    +                     EVP_CIPH_FLAG_DEFAULT_ASN1, des_ede3_init_key, NULL, NULL,
    +                     NULL, des3_ctrl)
    +
    +    BLOCK_CIPHER_def_cfb(des_ede3, DES_EDE_KEY, NID_des_ede3, 24, 8, 8,
    +                     EVP_CIPH_RAND_KEY | EVP_CIPH_FLAG_FIPS |
    +                     EVP_CIPH_FLAG_DEFAULT_ASN1, des_ede3_init_key, NULL, NULL,
    +                     NULL, des3_ctrl)
     
     static int des_ede_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -			    const unsigned char *iv, int enc)
    -	{
    -	DES_cblock *deskey = (DES_cblock *)key;
    -#ifdef EVP_CHECK_DES_KEY
    -	if (DES_set_key_checked(&deskey[0],&data(ctx)->ks1)
    -		!! DES_set_key_checked(&deskey[1],&data(ctx)->ks2))
    -		return 0;
    -#else
    -	DES_set_key_unchecked(&deskey[0],&data(ctx)->ks1);
    -	DES_set_key_unchecked(&deskey[1],&data(ctx)->ks2);
    -#endif
    -	memcpy(&data(ctx)->ks3,&data(ctx)->ks1,
    -	       sizeof(data(ctx)->ks1));
    -	return 1;
    -	}
    +                            const unsigned char *iv, int enc)
    +{
    +    DES_cblock *deskey = (DES_cblock *)key;
    +    DES_EDE_KEY *dat = data(ctx);
    +
    +    dat->stream.cbc = NULL;
    +# if defined(SPARC_DES_CAPABLE)
    +    if (SPARC_DES_CAPABLE) {
    +        int mode = ctx->cipher->flags & EVP_CIPH_MODE;
    +
    +        if (mode == EVP_CIPH_CBC_MODE) {
    +            des_t4_key_expand(&deskey[0], &dat->ks1);
    +            des_t4_key_expand(&deskey[1], &dat->ks2);
    +            memcpy(&dat->ks3, &dat->ks1, sizeof(dat->ks1));
    +            dat->stream.cbc = enc ? des_t4_ede3_cbc_encrypt :
    +                des_t4_ede3_cbc_decrypt;
    +            return 1;
    +        }
    +    }
    +# endif
    +# ifdef EVP_CHECK_DES_KEY
    +    if (DES_set_key_checked(&deskey[0], &dat->ks1)
    +        ! !DES_set_key_checked(&deskey[1], &dat->ks2))
    +        return 0;
    +# else
    +    DES_set_key_unchecked(&deskey[0], &dat->ks1);
    +    DES_set_key_unchecked(&deskey[1], &dat->ks2);
    +# endif
    +    memcpy(&dat->ks3, &dat->ks1, sizeof(dat->ks1));
    +    return 1;
    +}
     
     static int des_ede3_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -			     const unsigned char *iv, int enc)
    -	{
    -	DES_cblock *deskey = (DES_cblock *)key;
    -#ifdef KSSL_DEBUG
    -	{
    +                             const unsigned char *iv, int enc)
    +{
    +    DES_cblock *deskey = (DES_cblock *)key;
    +    DES_EDE_KEY *dat = data(ctx);
    +
    +# ifdef KSSL_DEBUG
    +    {
             int i;
    -        printf("des_ede3_init_key(ctx=%lx)\n", ctx);
    -	printf("\tKEY= ");
    -        for(i=0;i<24;i++) printf("%02X",key[i]); printf("\n");
    -	printf("\t IV= ");
    -        for(i=0;i<8;i++) printf("%02X",iv[i]); printf("\n");
    -	}
    -#endif	/* KSSL_DEBUG */
    -
    -#ifdef EVP_CHECK_DES_KEY
    -	if (DES_set_key_checked(&deskey[0],&data(ctx)->ks1)
    -		|| DES_set_key_checked(&deskey[1],&data(ctx)->ks2)
    -		|| DES_set_key_checked(&deskey[2],&data(ctx)->ks3))
    -		return 0;
    -#else
    -	DES_set_key_unchecked(&deskey[0],&data(ctx)->ks1);
    -	DES_set_key_unchecked(&deskey[1],&data(ctx)->ks2);
    -	DES_set_key_unchecked(&deskey[2],&data(ctx)->ks3);
    -#endif
    -	return 1;
    -	}
    +        fprintf(stderr, "des_ede3_init_key(ctx=%p)\n", ctx);
    +        fprintf(stderr, "\tKEY= ");
    +        for (i = 0; i < 24; i++)
    +            fprintf(stderr, "%02X", key[i]);
    +        fprintf(stderr, "\n");
    +        if (iv) {
    +            fprintf(stderr, "\t IV= ");
    +            for (i = 0; i < 8; i++)
    +                fprintf(stderr, "%02X", iv[i]);
    +            fprintf(stderr, "\n");
    +        }
    +    }
    +# endif                         /* KSSL_DEBUG */
    +
    +    dat->stream.cbc = NULL;
    +# if defined(SPARC_DES_CAPABLE)
    +    if (SPARC_DES_CAPABLE) {
    +        int mode = ctx->cipher->flags & EVP_CIPH_MODE;
    +
    +        if (mode == EVP_CIPH_CBC_MODE) {
    +            des_t4_key_expand(&deskey[0], &dat->ks1);
    +            des_t4_key_expand(&deskey[1], &dat->ks2);
    +            des_t4_key_expand(&deskey[2], &dat->ks3);
    +            dat->stream.cbc = enc ? des_t4_ede3_cbc_encrypt :
    +                des_t4_ede3_cbc_decrypt;
    +            return 1;
    +        }
    +    }
    +# endif
    +# ifdef EVP_CHECK_DES_KEY
    +    if (DES_set_key_checked(&deskey[0], &dat->ks1)
    +        || DES_set_key_checked(&deskey[1], &dat->ks2)
    +        || DES_set_key_checked(&deskey[2], &dat->ks3))
    +        return 0;
    +# else
    +    DES_set_key_unchecked(&deskey[0], &dat->ks1);
    +    DES_set_key_unchecked(&deskey[1], &dat->ks2);
    +    DES_set_key_unchecked(&deskey[2], &dat->ks3);
    +# endif
    +    return 1;
    +}
     
     static int des3_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr)
    -	{
    -
    -	DES_cblock *deskey = ptr;
    -
    -	switch(type)
    -		{
    -	case EVP_CTRL_RAND_KEY:
    -		if (RAND_bytes(ptr, c->key_len) <= 0)
    -			return 0;
    -		DES_set_odd_parity(deskey);
    -		if (c->key_len >= 16)
    -			DES_set_odd_parity(deskey + 1);
    -		if (c->key_len >= 24)
    -			DES_set_odd_parity(deskey + 2);
    -		return 1;
    -
    -	default:
    -		return -1;
    -		}
    -	}
    +{
    +
    +    DES_cblock *deskey = ptr;
    +
    +    switch (type) {
    +    case EVP_CTRL_RAND_KEY:
    +        if (RAND_bytes(ptr, c->key_len) <= 0)
    +            return 0;
    +        DES_set_odd_parity(deskey);
    +        if (c->key_len >= 16)
    +            DES_set_odd_parity(deskey + 1);
    +        if (c->key_len >= 24)
    +            DES_set_odd_parity(deskey + 2);
    +        return 1;
    +
    +    default:
    +        return -1;
    +    }
    +}
     
     const EVP_CIPHER *EVP_des_ede(void)
     {
    -	return &des_ede_ecb;
    +    return &des_ede_ecb;
     }
     
     const EVP_CIPHER *EVP_des_ede3(void)
     {
    -	return &des_ede3_ecb;
    +    return &des_ede3_ecb;
     }
    -#endif
    +
    +# ifndef OPENSSL_NO_SHA
    +
    +#  include 
    +
    +static const unsigned char wrap_iv[8] =
    +    { 0x4a, 0xdd, 0xa2, 0x2c, 0x79, 0xe8, 0x21, 0x05 };
    +
    +static int des_ede3_unwrap(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                           const unsigned char *in, size_t inl)
    +{
    +    unsigned char icv[8], iv[8], sha1tmp[SHA_DIGEST_LENGTH];
    +    int rv = -1;
    +    if (inl < 24)
    +        return -1;
    +    if (!out)
    +        return inl - 16;
    +    memcpy(ctx->iv, wrap_iv, 8);
    +    /* Decrypt first block which will end up as icv */
    +    des_ede_cbc_cipher(ctx, icv, in, 8);
    +    /* Decrypt central blocks */
    +    /*
    +     * If decrypting in place move whole output along a block so the next
    +     * des_ede_cbc_cipher is in place.
    +     */
    +    if (out == in) {
    +        memmove(out, out + 8, inl - 8);
    +        in -= 8;
    +    }
    +    des_ede_cbc_cipher(ctx, out, in + 8, inl - 16);
    +    /* Decrypt final block which will be IV */
    +    des_ede_cbc_cipher(ctx, iv, in + inl - 8, 8);
    +    /* Reverse order of everything */
    +    BUF_reverse(icv, NULL, 8);
    +    BUF_reverse(out, NULL, inl - 16);
    +    BUF_reverse(ctx->iv, iv, 8);
    +    /* Decrypt again using new IV */
    +    des_ede_cbc_cipher(ctx, out, out, inl - 16);
    +    des_ede_cbc_cipher(ctx, icv, icv, 8);
    +    /* Work out SHA1 hash of first portion */
    +    SHA1(out, inl - 16, sha1tmp);
    +
    +    if (!CRYPTO_memcmp(sha1tmp, icv, 8))
    +        rv = inl - 16;
    +    OPENSSL_cleanse(icv, 8);
    +    OPENSSL_cleanse(sha1tmp, SHA_DIGEST_LENGTH);
    +    OPENSSL_cleanse(iv, 8);
    +    OPENSSL_cleanse(ctx->iv, 8);
    +    if (rv == -1)
    +        OPENSSL_cleanse(out, inl - 16);
    +
    +    return rv;
    +}
    +
    +static int des_ede3_wrap(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                         const unsigned char *in, size_t inl)
    +{
    +    unsigned char sha1tmp[SHA_DIGEST_LENGTH];
    +    if (!out)
    +        return inl + 16;
    +    /* Copy input to output buffer + 8 so we have space for IV */
    +    memmove(out + 8, in, inl);
    +    /* Work out ICV */
    +    SHA1(in, inl, sha1tmp);
    +    memcpy(out + inl + 8, sha1tmp, 8);
    +    OPENSSL_cleanse(sha1tmp, SHA_DIGEST_LENGTH);
    +    /* Generate random IV */
    +    RAND_bytes(ctx->iv, 8);
    +    memcpy(out, ctx->iv, 8);
    +    /* Encrypt everything after IV in place */
    +    des_ede_cbc_cipher(ctx, out + 8, out + 8, inl + 8);
    +    BUF_reverse(out, NULL, inl + 16);
    +    memcpy(ctx->iv, wrap_iv, 8);
    +    des_ede_cbc_cipher(ctx, out, out, inl + 16);
    +    return inl + 16;
    +}
    +
    +static int des_ede3_wrap_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                                const unsigned char *in, size_t inl)
    +{
    +    /*
    +     * Sanity check input length: we typically only wrap keys so EVP_MAXCHUNK
    +     * is more than will ever be needed. Also input length must be a multiple
    +     * of 8 bits.
    +     */
    +    if (inl >= EVP_MAXCHUNK || inl % 8)
    +        return -1;
    +    if (ctx->encrypt)
    +        return des_ede3_wrap(ctx, out, in, inl);
    +    else
    +        return des_ede3_unwrap(ctx, out, in, inl);
    +}
    +
    +static const EVP_CIPHER des3_wrap = {
    +    NID_id_smime_alg_CMS3DESwrap,
    +    8, 24, 0,
    +    EVP_CIPH_WRAP_MODE | EVP_CIPH_CUSTOM_IV | EVP_CIPH_FLAG_CUSTOM_CIPHER
    +        | EVP_CIPH_FLAG_DEFAULT_ASN1,
    +    des_ede3_init_key, des_ede3_wrap_cipher,
    +    NULL,
    +    sizeof(DES_EDE_KEY),
    +    NULL, NULL, NULL, NULL
    +};
    +
    +const EVP_CIPHER *EVP_des_ede3_wrap(void)
    +{
    +    return &des3_wrap;
    +}
    +
    +# endif
     #endif
    diff --git a/openssl/crypto/evp/e_dsa.c b/openssl/crypto/evp/e_dsa.c
    index b96f2738b..523993f4d 100644
    --- a/openssl/crypto/evp/e_dsa.c
    +++ b/openssl/crypto/evp/e_dsa.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,10 +62,8 @@
     #include 
     #include 
     
    -static EVP_PKEY_METHOD dss_method=
    -	{
    -	DSA_sign,
    -	DSA_verify,
    -	{EVP_PKEY_DSA,EVP_PKEY_DSA2,EVP_PKEY_DSA3,NULL},
    -	};
    -
    +static EVP_PKEY_METHOD dss_method = {
    +    DSA_sign,
    +    DSA_verify,
    +    {EVP_PKEY_DSA, EVP_PKEY_DSA2, EVP_PKEY_DSA3, NULL},
    +};
    diff --git a/openssl/crypto/evp/e_idea.c b/openssl/crypto/evp/e_idea.c
    index 806b08036..cac72b33b 100644
    --- a/openssl/crypto/evp/e_idea.c
    +++ b/openssl/crypto/evp/e_idea.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,59 +60,60 @@
     #include "cryptlib.h"
     
     #ifndef OPENSSL_NO_IDEA
    -#include 
    -#include 
    -#include "evp_locl.h"
    -#include 
    +# include 
    +# include 
    +# include "evp_locl.h"
    +# include 
     
     static int idea_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -			 const unsigned char *iv,int enc);
    +                         const unsigned char *iv, int enc);
     
    -/* NB idea_ecb_encrypt doesn't take an 'encrypt' argument so we treat it as a special
    - * case 
    +/*
    + * NB idea_ecb_encrypt doesn't take an 'encrypt' argument so we treat it as a
    + * special case
      */
     
     static int idea_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -			   const unsigned char *in, size_t inl)
    +                           const unsigned char *in, size_t inl)
     {
    -	BLOCK_CIPHER_ecb_loop()
    -		idea_ecb_encrypt(in + i, out + i, ctx->cipher_data);
    -	return 1;
    +    BLOCK_CIPHER_ecb_loop()
    +        idea_ecb_encrypt(in + i, out + i, ctx->cipher_data);
    +    return 1;
     }
     
     /* Can't use IMPLEMENT_BLOCK_CIPHER because idea_ecb_encrypt is different */
     
    -typedef struct
    -	{
    -	IDEA_KEY_SCHEDULE ks;
    -	} EVP_IDEA_KEY;
    +typedef struct {
    +    IDEA_KEY_SCHEDULE ks;
    +} EVP_IDEA_KEY;
     
     BLOCK_CIPHER_func_cbc(idea, idea, EVP_IDEA_KEY, ks)
    -BLOCK_CIPHER_func_ofb(idea, idea, 64, EVP_IDEA_KEY, ks)
    -BLOCK_CIPHER_func_cfb(idea, idea, 64, EVP_IDEA_KEY, ks)
    +    BLOCK_CIPHER_func_ofb(idea, idea, 64, EVP_IDEA_KEY, ks)
    +    BLOCK_CIPHER_func_cfb(idea, idea, 64, EVP_IDEA_KEY, ks)
     
    -BLOCK_CIPHER_defs(idea, IDEA_KEY_SCHEDULE, NID_idea, 8, 16, 8, 64,
    -			0, idea_init_key, NULL, 
    -			EVP_CIPHER_set_asn1_iv, EVP_CIPHER_get_asn1_iv, NULL)
    +    BLOCK_CIPHER_defs(idea, IDEA_KEY_SCHEDULE, NID_idea, 8, 16, 8, 64,
    +                  0, idea_init_key, NULL,
    +                  EVP_CIPHER_set_asn1_iv, EVP_CIPHER_get_asn1_iv, NULL)
     
     static int idea_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -			 const unsigned char *iv, int enc)
    -	{
    -	if(!enc) {
    -		if (EVP_CIPHER_CTX_mode(ctx) == EVP_CIPH_OFB_MODE) enc = 1;
    -		else if (EVP_CIPHER_CTX_mode(ctx) == EVP_CIPH_CFB_MODE) enc = 1;
    -	}
    -	if (enc) idea_set_encrypt_key(key,ctx->cipher_data);
    -	else
    -		{
    -		IDEA_KEY_SCHEDULE tmp;
    +                         const unsigned char *iv, int enc)
    +{
    +    if (!enc) {
    +        if (EVP_CIPHER_CTX_mode(ctx) == EVP_CIPH_OFB_MODE)
    +            enc = 1;
    +        else if (EVP_CIPHER_CTX_mode(ctx) == EVP_CIPH_CFB_MODE)
    +            enc = 1;
    +    }
    +    if (enc)
    +        idea_set_encrypt_key(key, ctx->cipher_data);
    +    else {
    +        IDEA_KEY_SCHEDULE tmp;
     
    -		idea_set_encrypt_key(key,&tmp);
    -		idea_set_decrypt_key(&tmp,ctx->cipher_data);
    -		OPENSSL_cleanse((unsigned char *)&tmp,
    -				sizeof(IDEA_KEY_SCHEDULE));
    -		}
    -	return 1;
    -	}
    +        idea_set_encrypt_key(key, &tmp);
    +        idea_set_decrypt_key(&tmp, ctx->cipher_data);
    +        OPENSSL_cleanse((unsigned char *)&tmp, sizeof(IDEA_KEY_SCHEDULE));
    +    }
    +    return 1;
    +}
     
     #endif
    diff --git a/openssl/crypto/evp/e_null.c b/openssl/crypto/evp/e_null.c
    index f0c1f78b5..599fcb808 100644
    --- a/openssl/crypto/evp/e_null.c
    +++ b/openssl/crypto/evp/e_null.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,44 +61,40 @@
     #include 
     #include 
     
    -#ifndef OPENSSL_FIPS
    -
     static int null_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -	const unsigned char *iv,int enc);
    +                         const unsigned char *iv, int enc);
     static int null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -	const unsigned char *in, size_t inl);
    -static const EVP_CIPHER n_cipher=
    -	{
    -	NID_undef,
    -	1,0,0,
    -	0,
    -	null_init_key,
    -	null_cipher,
    -	NULL,
    -	0,
    -	NULL,
    -	NULL,
    -	NULL,
    -	NULL
    -	};
    +                       const unsigned char *in, size_t inl);
    +static const EVP_CIPHER n_cipher = {
    +    NID_undef,
    +    1, 0, 0,
    +    0,
    +    null_init_key,
    +    null_cipher,
    +    NULL,
    +    0,
    +    NULL,
    +    NULL,
    +    NULL,
    +    NULL
    +};
     
     const EVP_CIPHER *EVP_enc_null(void)
    -	{
    -	return(&n_cipher);
    -	}
    +{
    +    return (&n_cipher);
    +}
     
     static int null_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -	     const unsigned char *iv, int enc)
    -	{
    -	/*	memset(&(ctx->c),0,sizeof(ctx->c));*/
    -	return 1;
    -	}
    +                         const unsigned char *iv, int enc)
    +{
    +    /*      memset(&(ctx->c),0,sizeof(ctx->c)); */
    +    return 1;
    +}
     
     static int null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -	     const unsigned char *in, size_t inl)
    -	{
    -	if (in != out)
    -		memcpy((char *)out,(const char *)in,inl);
    -	return 1;
    -	}
    -#endif
    +                       const unsigned char *in, size_t inl)
    +{
    +    if (in != out)
    +        memcpy((char *)out, (const char *)in, inl);
    +    return 1;
    +}
    diff --git a/openssl/crypto/evp/e_old.c b/openssl/crypto/evp/e_old.c
    index 1642af486..c93f5a548 100644
    --- a/openssl/crypto/evp/e_old.c
    +++ b/openssl/crypto/evp/e_old.c
    @@ -1,6 +1,7 @@
     /* crypto/evp/e_old.c -*- mode:C; c-file-style: "eay" -*- */
    -/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
    - * project 2004.
    +/*
    + * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
    + * 2004.
      */
     /* ====================================================================
      * Copyright (c) 2004 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -60,66 +61,104 @@
     static void *dummy = &dummy;
     #else
     
    -#include 
    +# include 
     
    -/* Define some deprecated functions, so older programs
    -   don't crash and burn too quickly.  On Windows and VMS,
    -   these will never be used, since functions and variables
    -   in shared libraries are selected by entry point location,
    -   not by name.  */
    +/*
    + * Define some deprecated functions, so older programs don't crash and burn
    + * too quickly.  On Windows and VMS, these will never be used, since
    + * functions and variables in shared libraries are selected by entry point
    + * location, not by name.
    + */
     
    -#ifndef OPENSSL_NO_BF
    -#undef EVP_bf_cfb
    +# ifndef OPENSSL_NO_BF
    +#  undef EVP_bf_cfb
     const EVP_CIPHER *EVP_bf_cfb(void);
    -const EVP_CIPHER *EVP_bf_cfb(void) { return EVP_bf_cfb64(); }
    -#endif
    +const EVP_CIPHER *EVP_bf_cfb(void)
    +{
    +    return EVP_bf_cfb64();
    +}
    +# endif
     
    -#ifndef OPENSSL_NO_DES
    -#undef EVP_des_cfb
    +# ifndef OPENSSL_NO_DES
    +#  undef EVP_des_cfb
     const EVP_CIPHER *EVP_des_cfb(void);
    -const EVP_CIPHER *EVP_des_cfb(void) { return EVP_des_cfb64(); }
    -#undef EVP_des_ede3_cfb
    +const EVP_CIPHER *EVP_des_cfb(void)
    +{
    +    return EVP_des_cfb64();
    +}
    +
    +#  undef EVP_des_ede3_cfb
     const EVP_CIPHER *EVP_des_ede3_cfb(void);
    -const EVP_CIPHER *EVP_des_ede3_cfb(void) { return EVP_des_ede3_cfb64(); }
    -#undef EVP_des_ede_cfb
    +const EVP_CIPHER *EVP_des_ede3_cfb(void)
    +{
    +    return EVP_des_ede3_cfb64();
    +}
    +
    +#  undef EVP_des_ede_cfb
     const EVP_CIPHER *EVP_des_ede_cfb(void);
    -const EVP_CIPHER *EVP_des_ede_cfb(void) { return EVP_des_ede_cfb64(); }
    -#endif
    +const EVP_CIPHER *EVP_des_ede_cfb(void)
    +{
    +    return EVP_des_ede_cfb64();
    +}
    +# endif
     
    -#ifndef OPENSSL_NO_IDEA
    -#undef EVP_idea_cfb
    +# ifndef OPENSSL_NO_IDEA
    +#  undef EVP_idea_cfb
     const EVP_CIPHER *EVP_idea_cfb(void);
    -const EVP_CIPHER *EVP_idea_cfb(void) { return EVP_idea_cfb64(); }
    -#endif
    +const EVP_CIPHER *EVP_idea_cfb(void)
    +{
    +    return EVP_idea_cfb64();
    +}
    +# endif
     
    -#ifndef OPENSSL_NO_RC2
    -#undef EVP_rc2_cfb
    +# ifndef OPENSSL_NO_RC2
    +#  undef EVP_rc2_cfb
     const EVP_CIPHER *EVP_rc2_cfb(void);
    -const EVP_CIPHER *EVP_rc2_cfb(void) { return EVP_rc2_cfb64(); }
    -#endif
    +const EVP_CIPHER *EVP_rc2_cfb(void)
    +{
    +    return EVP_rc2_cfb64();
    +}
    +# endif
     
    -#ifndef OPENSSL_NO_CAST
    -#undef EVP_cast5_cfb
    +# ifndef OPENSSL_NO_CAST
    +#  undef EVP_cast5_cfb
     const EVP_CIPHER *EVP_cast5_cfb(void);
    -const EVP_CIPHER *EVP_cast5_cfb(void) { return EVP_cast5_cfb64(); }
    -#endif
    +const EVP_CIPHER *EVP_cast5_cfb(void)
    +{
    +    return EVP_cast5_cfb64();
    +}
    +# endif
     
    -#ifndef OPENSSL_NO_RC5
    -#undef EVP_rc5_32_12_16_cfb
    +# ifndef OPENSSL_NO_RC5
    +#  undef EVP_rc5_32_12_16_cfb
     const EVP_CIPHER *EVP_rc5_32_12_16_cfb(void);
    -const EVP_CIPHER *EVP_rc5_32_12_16_cfb(void) { return EVP_rc5_32_12_16_cfb64(); }
    -#endif
    +const EVP_CIPHER *EVP_rc5_32_12_16_cfb(void)
    +{
    +    return EVP_rc5_32_12_16_cfb64();
    +}
    +# endif
     
    -#ifndef OPENSSL_NO_AES
    -#undef EVP_aes_128_cfb
    +# ifndef OPENSSL_NO_AES
    +#  undef EVP_aes_128_cfb
     const EVP_CIPHER *EVP_aes_128_cfb(void);
    -const EVP_CIPHER *EVP_aes_128_cfb(void) { return EVP_aes_128_cfb128(); }
    -#undef EVP_aes_192_cfb
    +const EVP_CIPHER *EVP_aes_128_cfb(void)
    +{
    +    return EVP_aes_128_cfb128();
    +}
    +
    +#  undef EVP_aes_192_cfb
     const EVP_CIPHER *EVP_aes_192_cfb(void);
    -const EVP_CIPHER *EVP_aes_192_cfb(void) { return EVP_aes_192_cfb128(); }
    -#undef EVP_aes_256_cfb
    +const EVP_CIPHER *EVP_aes_192_cfb(void)
    +{
    +    return EVP_aes_192_cfb128();
    +}
    +
    +#  undef EVP_aes_256_cfb
     const EVP_CIPHER *EVP_aes_256_cfb(void);
    -const EVP_CIPHER *EVP_aes_256_cfb(void) { return EVP_aes_256_cfb128(); }
    -#endif
    +const EVP_CIPHER *EVP_aes_256_cfb(void)
    +{
    +    return EVP_aes_256_cfb128();
    +}
    +# endif
     
     #endif
    diff --git a/openssl/crypto/evp/e_rc2.c b/openssl/crypto/evp/e_rc2.c
    index d4c33b58d..718cc8694 100644
    --- a/openssl/crypto/evp/e_rc2.c
    +++ b/openssl/crypto/evp/e_rc2.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,178 +61,175 @@
     
     #ifndef OPENSSL_NO_RC2
     
    -#include 
    -#include 
    -#include "evp_locl.h"
    -#include 
    +# include 
    +# include 
    +# include "evp_locl.h"
    +# include 
     
     static int rc2_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -			const unsigned char *iv,int enc);
    +                        const unsigned char *iv, int enc);
     static int rc2_meth_to_magic(EVP_CIPHER_CTX *ctx);
     static int rc2_magic_to_meth(int i);
     static int rc2_set_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
     static int rc2_get_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
     static int rc2_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr);
     
    -typedef struct
    -	{
    -	int key_bits;	/* effective key bits */
    -	RC2_KEY ks;	/* key schedule */
    -	} EVP_RC2_KEY;
    +typedef struct {
    +    int key_bits;               /* effective key bits */
    +    RC2_KEY ks;                 /* key schedule */
    +} EVP_RC2_KEY;
     
    -#define data(ctx)	((EVP_RC2_KEY *)(ctx)->cipher_data)
    +# define data(ctx)       ((EVP_RC2_KEY *)(ctx)->cipher_data)
     
     IMPLEMENT_BLOCK_CIPHER(rc2, ks, RC2, EVP_RC2_KEY, NID_rc2,
    -			8,
    -			RC2_KEY_LENGTH, 8, 64,
    -			EVP_CIPH_VARIABLE_LENGTH | EVP_CIPH_CTRL_INIT,
    -			rc2_init_key, NULL,
    -			rc2_set_asn1_type_and_iv, rc2_get_asn1_type_and_iv, 
    -			rc2_ctrl)
    -
    -#define RC2_40_MAGIC	0xa0
    -#define RC2_64_MAGIC	0x78
    -#define RC2_128_MAGIC	0x3a
    -
    -static const EVP_CIPHER r2_64_cbc_cipher=
    -	{
    -	NID_rc2_64_cbc,
    -	8,8 /* 64 bit */,8,
    -	EVP_CIPH_CBC_MODE | EVP_CIPH_VARIABLE_LENGTH | EVP_CIPH_CTRL_INIT,
    -	rc2_init_key,
    -	rc2_cbc_cipher,
    -	NULL,
    -	sizeof(EVP_RC2_KEY),
    -	rc2_set_asn1_type_and_iv,
    -	rc2_get_asn1_type_and_iv,
    -	rc2_ctrl,
    -	NULL
    -	};
    -
    -static const EVP_CIPHER r2_40_cbc_cipher=
    -	{
    -	NID_rc2_40_cbc,
    -	8,5 /* 40 bit */,8,
    -	EVP_CIPH_CBC_MODE | EVP_CIPH_VARIABLE_LENGTH | EVP_CIPH_CTRL_INIT,
    -	rc2_init_key,
    -	rc2_cbc_cipher,
    -	NULL,
    -	sizeof(EVP_RC2_KEY),
    -	rc2_set_asn1_type_and_iv,
    -	rc2_get_asn1_type_and_iv,
    -	rc2_ctrl,
    -	NULL
    -	};
    +                       8,
    +                       RC2_KEY_LENGTH, 8, 64,
    +                       EVP_CIPH_VARIABLE_LENGTH | EVP_CIPH_CTRL_INIT,
    +                       rc2_init_key, NULL,
    +                       rc2_set_asn1_type_and_iv, rc2_get_asn1_type_and_iv,
    +                       rc2_ctrl)
    +# define RC2_40_MAGIC    0xa0
    +# define RC2_64_MAGIC    0x78
    +# define RC2_128_MAGIC   0x3a
    +static const EVP_CIPHER r2_64_cbc_cipher = {
    +    NID_rc2_64_cbc,
    +    8, 8 /* 64 bit */ , 8,
    +    EVP_CIPH_CBC_MODE | EVP_CIPH_VARIABLE_LENGTH | EVP_CIPH_CTRL_INIT,
    +    rc2_init_key,
    +    rc2_cbc_cipher,
    +    NULL,
    +    sizeof(EVP_RC2_KEY),
    +    rc2_set_asn1_type_and_iv,
    +    rc2_get_asn1_type_and_iv,
    +    rc2_ctrl,
    +    NULL
    +};
    +
    +static const EVP_CIPHER r2_40_cbc_cipher = {
    +    NID_rc2_40_cbc,
    +    8, 5 /* 40 bit */ , 8,
    +    EVP_CIPH_CBC_MODE | EVP_CIPH_VARIABLE_LENGTH | EVP_CIPH_CTRL_INIT,
    +    rc2_init_key,
    +    rc2_cbc_cipher,
    +    NULL,
    +    sizeof(EVP_RC2_KEY),
    +    rc2_set_asn1_type_and_iv,
    +    rc2_get_asn1_type_and_iv,
    +    rc2_ctrl,
    +    NULL
    +};
     
     const EVP_CIPHER *EVP_rc2_64_cbc(void)
    -	{
    -	return(&r2_64_cbc_cipher);
    -	}
    +{
    +    return (&r2_64_cbc_cipher);
    +}
     
     const EVP_CIPHER *EVP_rc2_40_cbc(void)
    -	{
    -	return(&r2_40_cbc_cipher);
    -	}
    -	
    +{
    +    return (&r2_40_cbc_cipher);
    +}
    +
     static int rc2_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -			const unsigned char *iv, int enc)
    -	{
    -	RC2_set_key(&data(ctx)->ks,EVP_CIPHER_CTX_key_length(ctx),
    -		    key,data(ctx)->key_bits);
    -	return 1;
    -	}
    +                        const unsigned char *iv, int enc)
    +{
    +    RC2_set_key(&data(ctx)->ks, EVP_CIPHER_CTX_key_length(ctx),
    +                key, data(ctx)->key_bits);
    +    return 1;
    +}
     
     static int rc2_meth_to_magic(EVP_CIPHER_CTX *e)
    -	{
    -	int i;
    -
    -	EVP_CIPHER_CTX_ctrl(e, EVP_CTRL_GET_RC2_KEY_BITS, 0, &i);
    -	if 	(i == 128) return(RC2_128_MAGIC);
    -	else if (i == 64)  return(RC2_64_MAGIC);
    -	else if (i == 40)  return(RC2_40_MAGIC);
    -	else return(0);
    -	}
    +{
    +    int i;
    +
    +    EVP_CIPHER_CTX_ctrl(e, EVP_CTRL_GET_RC2_KEY_BITS, 0, &i);
    +    if (i == 128)
    +        return (RC2_128_MAGIC);
    +    else if (i == 64)
    +        return (RC2_64_MAGIC);
    +    else if (i == 40)
    +        return (RC2_40_MAGIC);
    +    else
    +        return (0);
    +}
     
     static int rc2_magic_to_meth(int i)
    -	{
    -	if      (i == RC2_128_MAGIC) return 128;
    -	else if (i == RC2_64_MAGIC)  return 64;
    -	else if (i == RC2_40_MAGIC)  return 40;
    -	else
    -		{
    -		EVPerr(EVP_F_RC2_MAGIC_TO_METH,EVP_R_UNSUPPORTED_KEY_SIZE);
    -		return(0);
    -		}
    -	}
    +{
    +    if (i == RC2_128_MAGIC)
    +        return 128;
    +    else if (i == RC2_64_MAGIC)
    +        return 64;
    +    else if (i == RC2_40_MAGIC)
    +        return 40;
    +    else {
    +        EVPerr(EVP_F_RC2_MAGIC_TO_METH, EVP_R_UNSUPPORTED_KEY_SIZE);
    +        return (0);
    +    }
    +}
     
     static int rc2_get_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
    -	{
    -	long num=0;
    -	int i=0;
    -	int key_bits;
    -	unsigned int l;
    -	unsigned char iv[EVP_MAX_IV_LENGTH];
    -
    -	if (type != NULL)
    -		{
    -		l=EVP_CIPHER_CTX_iv_length(c);
    -		OPENSSL_assert(l <= sizeof(iv));
    -		i=ASN1_TYPE_get_int_octetstring(type,&num,iv,l);
    -		if (i != (int)l)
    -			return(-1);
    -		key_bits =rc2_magic_to_meth((int)num);
    -		if (!key_bits)
    -			return(-1);
    -		if(i > 0 && !EVP_CipherInit_ex(c, NULL, NULL, NULL, iv, -1))
    -			return -1;
    -		EVP_CIPHER_CTX_ctrl(c, EVP_CTRL_SET_RC2_KEY_BITS, key_bits, NULL);
    -		EVP_CIPHER_CTX_set_key_length(c, key_bits / 8);
    -		}
    -	return(i);
    -	}
    +{
    +    long num = 0;
    +    int i = 0;
    +    int key_bits;
    +    unsigned int l;
    +    unsigned char iv[EVP_MAX_IV_LENGTH];
    +
    +    if (type != NULL) {
    +        l = EVP_CIPHER_CTX_iv_length(c);
    +        OPENSSL_assert(l <= sizeof(iv));
    +        i = ASN1_TYPE_get_int_octetstring(type, &num, iv, l);
    +        if (i != (int)l)
    +            return (-1);
    +        key_bits = rc2_magic_to_meth((int)num);
    +        if (!key_bits)
    +            return (-1);
    +        if (i > 0 && !EVP_CipherInit_ex(c, NULL, NULL, NULL, iv, -1))
    +            return -1;
    +        EVP_CIPHER_CTX_ctrl(c, EVP_CTRL_SET_RC2_KEY_BITS, key_bits, NULL);
    +        EVP_CIPHER_CTX_set_key_length(c, key_bits / 8);
    +    }
    +    return (i);
    +}
     
     static int rc2_set_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
    -	{
    -	long num;
    -	int i=0,j;
    -
    -	if (type != NULL)
    -		{
    -		num=rc2_meth_to_magic(c);
    -		j=EVP_CIPHER_CTX_iv_length(c);
    -		i=ASN1_TYPE_set_int_octetstring(type,num,c->oiv,j);
    -		}
    -	return(i);
    -	}
    +{
    +    long num;
    +    int i = 0, j;
    +
    +    if (type != NULL) {
    +        num = rc2_meth_to_magic(c);
    +        j = EVP_CIPHER_CTX_iv_length(c);
    +        i = ASN1_TYPE_set_int_octetstring(type, num, c->oiv, j);
    +    }
    +    return (i);
    +}
     
     static int rc2_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr)
    -	{
    -	switch(type)
    -		{
    -	case EVP_CTRL_INIT:
    -		data(c)->key_bits = EVP_CIPHER_CTX_key_length(c) * 8;
    -		return 1;
    -
    -	case EVP_CTRL_GET_RC2_KEY_BITS:
    -		*(int *)ptr = data(c)->key_bits;
    -		return 1;
    -			
    -	case EVP_CTRL_SET_RC2_KEY_BITS:
    -		if(arg > 0)
    -			{
    -			data(c)->key_bits = arg;
    -			return 1;
    -			}
    -		return 0;
    -#ifdef PBE_PRF_TEST
    -	case EVP_CTRL_PBE_PRF_NID:
    -		*(int *)ptr = NID_hmacWithMD5;
    -		return 1;
    -#endif
    -
    -	default:
    -		return -1;
    -		}
    -	}
    +{
    +    switch (type) {
    +    case EVP_CTRL_INIT:
    +        data(c)->key_bits = EVP_CIPHER_CTX_key_length(c) * 8;
    +        return 1;
    +
    +    case EVP_CTRL_GET_RC2_KEY_BITS:
    +        *(int *)ptr = data(c)->key_bits;
    +        return 1;
    +
    +    case EVP_CTRL_SET_RC2_KEY_BITS:
    +        if (arg > 0) {
    +            data(c)->key_bits = arg;
    +            return 1;
    +        }
    +        return 0;
    +# ifdef PBE_PRF_TEST
    +    case EVP_CTRL_PBE_PRF_NID:
    +        *(int *)ptr = NID_hmacWithMD5;
    +        return 1;
    +# endif
    +
    +    default:
    +        return -1;
    +    }
    +}
     
     #endif
    diff --git a/openssl/crypto/evp/e_rc4.c b/openssl/crypto/evp/e_rc4.c
    index b4f6bda82..08e48f391 100644
    --- a/openssl/crypto/evp/e_rc4.c
    +++ b/openssl/crypto/evp/e_rc4.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,77 +61,73 @@
     
     #ifndef OPENSSL_NO_RC4
     
    -#include 
    -#include "evp_locl.h"
    -#include 
    -#include 
    +# include 
    +# include "evp_locl.h"
    +# include 
    +# include 
     
     /* FIXME: surely this is available elsewhere? */
    -#define EVP_RC4_KEY_SIZE		16
    +# define EVP_RC4_KEY_SIZE                16
     
    -typedef struct
    -    {
    -    RC4_KEY ks;	/* working key */
    -    } EVP_RC4_KEY;
    +typedef struct {
    +    RC4_KEY ks;                 /* working key */
    +} EVP_RC4_KEY;
     
    -#define data(ctx) ((EVP_RC4_KEY *)(ctx)->cipher_data)
    +# define data(ctx) ((EVP_RC4_KEY *)(ctx)->cipher_data)
     
     static int rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -			const unsigned char *iv,int enc);
    +                        const unsigned char *iv, int enc);
     static int rc4_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -		      const unsigned char *in, size_t inl);
    -static const EVP_CIPHER r4_cipher=
    -	{
    -	NID_rc4,
    -	1,EVP_RC4_KEY_SIZE,0,
    -	EVP_CIPH_VARIABLE_LENGTH,
    -	rc4_init_key,
    -	rc4_cipher,
    -	NULL,
    -	sizeof(EVP_RC4_KEY),
    -	NULL,
    -	NULL,
    -	NULL,
    -	NULL
    -	};
    +                      const unsigned char *in, size_t inl);
    +static const EVP_CIPHER r4_cipher = {
    +    NID_rc4,
    +    1, EVP_RC4_KEY_SIZE, 0,
    +    EVP_CIPH_VARIABLE_LENGTH,
    +    rc4_init_key,
    +    rc4_cipher,
    +    NULL,
    +    sizeof(EVP_RC4_KEY),
    +    NULL,
    +    NULL,
    +    NULL,
    +    NULL
    +};
     
    -static const EVP_CIPHER r4_40_cipher=
    -	{
    -	NID_rc4_40,
    -	1,5 /* 40 bit */,0,
    -	EVP_CIPH_VARIABLE_LENGTH,
    -	rc4_init_key,
    -	rc4_cipher,
    -	NULL,
    -	sizeof(EVP_RC4_KEY),
    -	NULL, 
    -	NULL,
    -	NULL,
    -	NULL
    -	};
    +static const EVP_CIPHER r4_40_cipher = {
    +    NID_rc4_40,
    +    1, 5 /* 40 bit */ , 0,
    +    EVP_CIPH_VARIABLE_LENGTH,
    +    rc4_init_key,
    +    rc4_cipher,
    +    NULL,
    +    sizeof(EVP_RC4_KEY),
    +    NULL,
    +    NULL,
    +    NULL,
    +    NULL
    +};
     
     const EVP_CIPHER *EVP_rc4(void)
    -	{
    -	return(&r4_cipher);
    -	}
    +{
    +    return (&r4_cipher);
    +}
     
     const EVP_CIPHER *EVP_rc4_40(void)
    -	{
    -	return(&r4_40_cipher);
    -	}
    +{
    +    return (&r4_40_cipher);
    +}
     
     static int rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -			const unsigned char *iv, int enc)
    -	{
    -	RC4_set_key(&data(ctx)->ks,EVP_CIPHER_CTX_key_length(ctx),
    -		    key);
    -	return 1;
    -	}
    +                        const unsigned char *iv, int enc)
    +{
    +    RC4_set_key(&data(ctx)->ks, EVP_CIPHER_CTX_key_length(ctx), key);
    +    return 1;
    +}
     
     static int rc4_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -		      const unsigned char *in, size_t inl)
    -	{
    -	RC4(&data(ctx)->ks,inl,in,out);
    -	return 1;
    -	}
    +                      const unsigned char *in, size_t inl)
    +{
    +    RC4(&data(ctx)->ks, inl, in, out);
    +    return 1;
    +}
     #endif
    diff --git a/openssl/crypto/evp/e_rc4_hmac_md5.c b/openssl/crypto/evp/e_rc4_hmac_md5.c
    index 56563191b..80735d345 100644
    --- a/openssl/crypto/evp/e_rc4_hmac_md5.c
    +++ b/openssl/crypto/evp/e_rc4_hmac_md5.c
    @@ -54,245 +54,249 @@
     
     #if !defined(OPENSSL_NO_RC4) && !defined(OPENSSL_NO_MD5)
     
    -#include 
    -#include 
    -#include 
    -#include 
    -
    -#ifndef EVP_CIPH_FLAG_AEAD_CIPHER
    -#define EVP_CIPH_FLAG_AEAD_CIPHER	0x200000
    -#define EVP_CTRL_AEAD_TLS1_AAD		0x16
    -#define EVP_CTRL_AEAD_SET_MAC_KEY	0x17
    -#endif
    +# include 
    +# include 
    +# include 
    +# include 
    +
    +# ifndef EVP_CIPH_FLAG_AEAD_CIPHER
    +#  define EVP_CIPH_FLAG_AEAD_CIPHER       0x200000
    +#  define EVP_CTRL_AEAD_TLS1_AAD          0x16
    +#  define EVP_CTRL_AEAD_SET_MAC_KEY       0x17
    +# endif
     
     /* FIXME: surely this is available elsewhere? */
    -#define EVP_RC4_KEY_SIZE		16
    +# define EVP_RC4_KEY_SIZE                16
     
    -typedef struct
    -    {
    -    RC4_KEY		ks;
    -    MD5_CTX		head,tail,md;
    -    size_t		payload_length;
    -    } EVP_RC4_HMAC_MD5;
    +typedef struct {
    +    RC4_KEY ks;
    +    MD5_CTX head, tail, md;
    +    size_t payload_length;
    +} EVP_RC4_HMAC_MD5;
     
    -#define NO_PAYLOAD_LENGTH	((size_t)-1)
    +# define NO_PAYLOAD_LENGTH       ((size_t)-1)
     
    -void rc4_md5_enc (RC4_KEY *key, const void *in0, void *out,
    -		MD5_CTX *ctx,const void *inp,size_t blocks);
    +void rc4_md5_enc(RC4_KEY *key, const void *in0, void *out,
    +                 MD5_CTX *ctx, const void *inp, size_t blocks);
     
    -#define data(ctx) ((EVP_RC4_HMAC_MD5 *)(ctx)->cipher_data)
    +# define data(ctx) ((EVP_RC4_HMAC_MD5 *)(ctx)->cipher_data)
     
     static int rc4_hmac_md5_init_key(EVP_CIPHER_CTX *ctx,
    -			const unsigned char *inkey,
    -			const unsigned char *iv, int enc)
    -	{
    -	EVP_RC4_HMAC_MD5 *key = data(ctx);
    +                                 const unsigned char *inkey,
    +                                 const unsigned char *iv, int enc)
    +{
    +    EVP_RC4_HMAC_MD5 *key = data(ctx);
     
    -	RC4_set_key(&key->ks,EVP_CIPHER_CTX_key_length(ctx),
    -		    inkey);
    +    RC4_set_key(&key->ks, EVP_CIPHER_CTX_key_length(ctx), inkey);
     
    -	MD5_Init(&key->head);	/* handy when benchmarking */
    -	key->tail = key->head;
    -	key->md   = key->head;
    +    MD5_Init(&key->head);       /* handy when benchmarking */
    +    key->tail = key->head;
    +    key->md = key->head;
     
    -	key->payload_length = NO_PAYLOAD_LENGTH;
    +    key->payload_length = NO_PAYLOAD_LENGTH;
     
    -	return 1;
    -	}
    +    return 1;
    +}
     
    -#if	!defined(OPENSSL_NO_ASM) &&	( \
    -	defined(__x86_64)	|| defined(__x86_64__)	|| \
    -	defined(_M_AMD64)	|| defined(_M_X64)	|| \
    -	defined(__INTEL__)		) && \
    -	!(defined(__APPLE__) && defined(__MACH__))
    -#define	STITCHED_CALL
    -#endif
    +# if     !defined(OPENSSL_NO_ASM) &&     ( \
    +        defined(__x86_64)       || defined(__x86_64__)  || \
    +        defined(_M_AMD64)       || defined(_M_X64)      || \
    +        defined(__INTEL__)              ) && \
    +        !(defined(__APPLE__) && defined(__MACH__))
    +#  define STITCHED_CALL
    +# endif
     
    -#if !defined(STITCHED_CALL)
    -#define	rc4_off 0
    -#define	md5_off 0
    -#endif
    +# if !defined(STITCHED_CALL)
    +#  define rc4_off 0
    +#  define md5_off 0
    +# endif
     
     static int rc4_hmac_md5_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -		      const unsigned char *in, size_t len)
    -	{
    -	EVP_RC4_HMAC_MD5 *key = data(ctx);
    -#if defined(STITCHED_CALL)
    -	size_t	rc4_off = 32-1-(key->ks.x&(32-1)),	/* 32 is $MOD from rc4_md5-x86_64.pl */
    -		md5_off = MD5_CBLOCK-key->md.num,
    -		blocks;
    -	unsigned int l;
    -	extern unsigned int OPENSSL_ia32cap_P[];
    -#endif
    -	size_t	plen = key->payload_length;
    -
    -	if (plen!=NO_PAYLOAD_LENGTH && len!=(plen+MD5_DIGEST_LENGTH)) return 0;
    -
    -	if (ctx->encrypt) {
    -		if (plen==NO_PAYLOAD_LENGTH) plen = len;
    -#if defined(STITCHED_CALL)
    -		/* cipher has to "fall behind" */
    -		if (rc4_off>md5_off) md5_off+=MD5_CBLOCK;
    -
    -		if (plen>md5_off && (blocks=(plen-md5_off)/MD5_CBLOCK) &&
    -		    (OPENSSL_ia32cap_P[0]&(1<<20))==0) {
    -			MD5_Update(&key->md,in,md5_off);
    -			RC4(&key->ks,rc4_off,in,out);
    -
    -			rc4_md5_enc(&key->ks,in+rc4_off,out+rc4_off,
    -				&key->md,in+md5_off,blocks);
    -			blocks *= MD5_CBLOCK;
    -			rc4_off += blocks;
    -			md5_off += blocks;
    -			key->md.Nh += blocks>>29;
    -			key->md.Nl += blocks<<=3;
    -			if (key->md.Nl<(unsigned int)blocks) key->md.Nh++;
    -		} else {
    -			rc4_off = 0;
    -			md5_off = 0;
    -		}
    -#endif
    -		MD5_Update(&key->md,in+md5_off,plen-md5_off);
    -
    -		if (plen!=len) {	/* "TLS" mode of operation */
    -			if (in!=out)
    -				memcpy(out+rc4_off,in+rc4_off,plen-rc4_off);
    -
    -			/* calculate HMAC and append it to payload */
    -			MD5_Final(out+plen,&key->md);
    -			key->md = key->tail;
    -			MD5_Update(&key->md,out+plen,MD5_DIGEST_LENGTH);
    -			MD5_Final(out+plen,&key->md);
    -			/* encrypt HMAC at once */
    -			RC4(&key->ks,len-rc4_off,out+rc4_off,out+rc4_off);
    -		} else {
    -			RC4(&key->ks,len-rc4_off,in+rc4_off,out+rc4_off);
    -		}
    -	} else {
    -		unsigned char mac[MD5_DIGEST_LENGTH];
    -#if defined(STITCHED_CALL)
    -		/* digest has to "fall behind" */
    -		if (md5_off>rc4_off)	rc4_off += 2*MD5_CBLOCK;
    -		else			rc4_off += MD5_CBLOCK;
    -
    -		if (len>rc4_off && (blocks=(len-rc4_off)/MD5_CBLOCK) &&
    -		    (OPENSSL_ia32cap_P[0]&(1<<20))==0) {
    -			RC4(&key->ks,rc4_off,in,out);
    -			MD5_Update(&key->md,out,md5_off);
    -
    -			rc4_md5_enc(&key->ks,in+rc4_off,out+rc4_off,
    -				&key->md,out+md5_off,blocks);
    -			blocks *= MD5_CBLOCK;
    -			rc4_off += blocks;
    -			md5_off += blocks;
    -			l = (key->md.Nl+(blocks<<3))&0xffffffffU;
    -			if (lmd.Nl) key->md.Nh++;
    -			key->md.Nl  = l;
    -			key->md.Nh += blocks>>29;
    -		} else {
    -			md5_off=0;
    -			rc4_off=0;
    -		}
    -#endif
    -		/* decrypt HMAC at once */
    -		RC4(&key->ks,len-rc4_off,in+rc4_off,out+rc4_off);
    -		if (plen!=NO_PAYLOAD_LENGTH) {	/* "TLS" mode of operation */
    -			MD5_Update(&key->md,out+md5_off,plen-md5_off);
    -
    -			/* calculate HMAC and verify it */
    -			MD5_Final(mac,&key->md);
    -			key->md = key->tail;
    -			MD5_Update(&key->md,mac,MD5_DIGEST_LENGTH);
    -			MD5_Final(mac,&key->md);
    -
    -			if (memcmp(out+plen,mac,MD5_DIGEST_LENGTH))
    -				return 0;
    -		} else {
    -			MD5_Update(&key->md,out+md5_off,len-md5_off);
    -		}
    -	}
    -
    -	key->payload_length = NO_PAYLOAD_LENGTH;
    -
    -	return 1;
    -	}
    -
    -static int rc4_hmac_md5_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr)
    -	{
    -	EVP_RC4_HMAC_MD5 *key = data(ctx);
    -
    -	switch (type)
    -		{
    -	case EVP_CTRL_AEAD_SET_MAC_KEY:
    -		{
    -		unsigned int  i;
    -		unsigned char hmac_key[64];
    -
    -		memset (hmac_key,0,sizeof(hmac_key));
    -
    -		if (arg > (int)sizeof(hmac_key)) {
    -			MD5_Init(&key->head);
    -			MD5_Update(&key->head,ptr,arg);
    -			MD5_Final(hmac_key,&key->head);
    -		} else {
    -			memcpy(hmac_key,ptr,arg);
    -		}
    -
    -		for (i=0;ihead);
    -		MD5_Update(&key->head,hmac_key,sizeof(hmac_key));
    -
    -		for (i=0;itail);
    -		MD5_Update(&key->tail,hmac_key,sizeof(hmac_key));
    -
    -		return 1;
    -		}
    -	case EVP_CTRL_AEAD_TLS1_AAD:
    -		{
    -		unsigned char *p=ptr;
    -		unsigned int   len=p[arg-2]<<8|p[arg-1];
    -
    -		if (!ctx->encrypt)
    -			{
    -			len -= MD5_DIGEST_LENGTH;
    -			p[arg-2] = len>>8;
    -			p[arg-1] = len;
    -			}
    -		key->payload_length=len;
    -		key->md = key->head;
    -		MD5_Update(&key->md,p,arg);
    -
    -		return MD5_DIGEST_LENGTH;
    -		}
    -	default:
    -		return -1;
    -		}
    -	}
    -
    -static EVP_CIPHER r4_hmac_md5_cipher=
    -	{
    -#ifdef NID_rc4_hmac_md5
    -	NID_rc4_hmac_md5,
    -#else
    -	NID_undef,
    -#endif
    -	1,EVP_RC4_KEY_SIZE,0,
    -	EVP_CIPH_STREAM_CIPHER|EVP_CIPH_VARIABLE_LENGTH|EVP_CIPH_FLAG_AEAD_CIPHER,
    -	rc4_hmac_md5_init_key,
    -	rc4_hmac_md5_cipher,
    -	NULL,
    -	sizeof(EVP_RC4_HMAC_MD5),
    -	NULL,
    -	NULL,
    -	rc4_hmac_md5_ctrl,
    -	NULL
    -	};
    +                               const unsigned char *in, size_t len)
    +{
    +    EVP_RC4_HMAC_MD5 *key = data(ctx);
    +# if defined(STITCHED_CALL)
    +    size_t rc4_off = 32 - 1 - (key->ks.x & (32 - 1)), /* 32 is $MOD from
    +                                                       * rc4_md5-x86_64.pl */
    +        md5_off = MD5_CBLOCK - key->md.num, blocks;
    +    unsigned int l;
    +    extern unsigned int OPENSSL_ia32cap_P[];
    +# endif
    +    size_t plen = key->payload_length;
    +
    +    if (plen != NO_PAYLOAD_LENGTH && len != (plen + MD5_DIGEST_LENGTH))
    +        return 0;
    +
    +    if (ctx->encrypt) {
    +        if (plen == NO_PAYLOAD_LENGTH)
    +            plen = len;
    +# if defined(STITCHED_CALL)
    +        /* cipher has to "fall behind" */
    +        if (rc4_off > md5_off)
    +            md5_off += MD5_CBLOCK;
    +
    +        if (plen > md5_off && (blocks = (plen - md5_off) / MD5_CBLOCK) &&
    +            (OPENSSL_ia32cap_P[0] & (1 << 20)) == 0) {
    +            MD5_Update(&key->md, in, md5_off);
    +            RC4(&key->ks, rc4_off, in, out);
    +
    +            rc4_md5_enc(&key->ks, in + rc4_off, out + rc4_off,
    +                        &key->md, in + md5_off, blocks);
    +            blocks *= MD5_CBLOCK;
    +            rc4_off += blocks;
    +            md5_off += blocks;
    +            key->md.Nh += blocks >> 29;
    +            key->md.Nl += blocks <<= 3;
    +            if (key->md.Nl < (unsigned int)blocks)
    +                key->md.Nh++;
    +        } else {
    +            rc4_off = 0;
    +            md5_off = 0;
    +        }
    +# endif
    +        MD5_Update(&key->md, in + md5_off, plen - md5_off);
    +
    +        if (plen != len) {      /* "TLS" mode of operation */
    +            if (in != out)
    +                memcpy(out + rc4_off, in + rc4_off, plen - rc4_off);
    +
    +            /* calculate HMAC and append it to payload */
    +            MD5_Final(out + plen, &key->md);
    +            key->md = key->tail;
    +            MD5_Update(&key->md, out + plen, MD5_DIGEST_LENGTH);
    +            MD5_Final(out + plen, &key->md);
    +            /* encrypt HMAC at once */
    +            RC4(&key->ks, len - rc4_off, out + rc4_off, out + rc4_off);
    +        } else {
    +            RC4(&key->ks, len - rc4_off, in + rc4_off, out + rc4_off);
    +        }
    +    } else {
    +        unsigned char mac[MD5_DIGEST_LENGTH];
    +# if defined(STITCHED_CALL)
    +        /* digest has to "fall behind" */
    +        if (md5_off > rc4_off)
    +            rc4_off += 2 * MD5_CBLOCK;
    +        else
    +            rc4_off += MD5_CBLOCK;
    +
    +        if (len > rc4_off && (blocks = (len - rc4_off) / MD5_CBLOCK) &&
    +            (OPENSSL_ia32cap_P[0] & (1 << 20)) == 0) {
    +            RC4(&key->ks, rc4_off, in, out);
    +            MD5_Update(&key->md, out, md5_off);
    +
    +            rc4_md5_enc(&key->ks, in + rc4_off, out + rc4_off,
    +                        &key->md, out + md5_off, blocks);
    +            blocks *= MD5_CBLOCK;
    +            rc4_off += blocks;
    +            md5_off += blocks;
    +            l = (key->md.Nl + (blocks << 3)) & 0xffffffffU;
    +            if (l < key->md.Nl)
    +                key->md.Nh++;
    +            key->md.Nl = l;
    +            key->md.Nh += blocks >> 29;
    +        } else {
    +            md5_off = 0;
    +            rc4_off = 0;
    +        }
    +# endif
    +        /* decrypt HMAC at once */
    +        RC4(&key->ks, len - rc4_off, in + rc4_off, out + rc4_off);
    +        if (plen != NO_PAYLOAD_LENGTH) { /* "TLS" mode of operation */
    +            MD5_Update(&key->md, out + md5_off, plen - md5_off);
    +
    +            /* calculate HMAC and verify it */
    +            MD5_Final(mac, &key->md);
    +            key->md = key->tail;
    +            MD5_Update(&key->md, mac, MD5_DIGEST_LENGTH);
    +            MD5_Final(mac, &key->md);
    +
    +            if (memcmp(out + plen, mac, MD5_DIGEST_LENGTH))
    +                return 0;
    +        } else {
    +            MD5_Update(&key->md, out + md5_off, len - md5_off);
    +        }
    +    }
    +
    +    key->payload_length = NO_PAYLOAD_LENGTH;
    +
    +    return 1;
    +}
    +
    +static int rc4_hmac_md5_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg,
    +                             void *ptr)
    +{
    +    EVP_RC4_HMAC_MD5 *key = data(ctx);
    +
    +    switch (type) {
    +    case EVP_CTRL_AEAD_SET_MAC_KEY:
    +        {
    +            unsigned int i;
    +            unsigned char hmac_key[64];
    +
    +            memset(hmac_key, 0, sizeof(hmac_key));
    +
    +            if (arg > (int)sizeof(hmac_key)) {
    +                MD5_Init(&key->head);
    +                MD5_Update(&key->head, ptr, arg);
    +                MD5_Final(hmac_key, &key->head);
    +            } else {
    +                memcpy(hmac_key, ptr, arg);
    +            }
    +
    +            for (i = 0; i < sizeof(hmac_key); i++)
    +                hmac_key[i] ^= 0x36; /* ipad */
    +            MD5_Init(&key->head);
    +            MD5_Update(&key->head, hmac_key, sizeof(hmac_key));
    +
    +            for (i = 0; i < sizeof(hmac_key); i++)
    +                hmac_key[i] ^= 0x36 ^ 0x5c; /* opad */
    +            MD5_Init(&key->tail);
    +            MD5_Update(&key->tail, hmac_key, sizeof(hmac_key));
    +
    +            return 1;
    +        }
    +    case EVP_CTRL_AEAD_TLS1_AAD:
    +        {
    +            unsigned char *p = ptr;
    +            unsigned int len = p[arg - 2] << 8 | p[arg - 1];
    +
    +            if (!ctx->encrypt) {
    +                len -= MD5_DIGEST_LENGTH;
    +                p[arg - 2] = len >> 8;
    +                p[arg - 1] = len;
    +            }
    +            key->payload_length = len;
    +            key->md = key->head;
    +            MD5_Update(&key->md, p, arg);
    +
    +            return MD5_DIGEST_LENGTH;
    +        }
    +    default:
    +        return -1;
    +    }
    +}
    +
    +static EVP_CIPHER r4_hmac_md5_cipher = {
    +# ifdef NID_rc4_hmac_md5
    +    NID_rc4_hmac_md5,
    +# else
    +    NID_undef,
    +# endif
    +    1, EVP_RC4_KEY_SIZE, 0,
    +    EVP_CIPH_STREAM_CIPHER | EVP_CIPH_VARIABLE_LENGTH |
    +        EVP_CIPH_FLAG_AEAD_CIPHER,
    +    rc4_hmac_md5_init_key,
    +    rc4_hmac_md5_cipher,
    +    NULL,
    +    sizeof(EVP_RC4_HMAC_MD5),
    +    NULL,
    +    NULL,
    +    rc4_hmac_md5_ctrl,
    +    NULL
    +};
     
     const EVP_CIPHER *EVP_rc4_hmac_md5(void)
    -	{
    -	return(&r4_hmac_md5_cipher);
    -	}
    +{
    +    return (&r4_hmac_md5_cipher);
    +}
     #endif
    diff --git a/openssl/crypto/evp/e_rc5.c b/openssl/crypto/evp/e_rc5.c
    index 19a10c640..f17e99d0c 100644
    --- a/openssl/crypto/evp/e_rc5.c
    +++ b/openssl/crypto/evp/e_rc5.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,66 +61,62 @@
     
     #ifndef OPENSSL_NO_RC5
     
    -#include 
    -#include 
    -#include "evp_locl.h"
    -#include 
    +# include 
    +# include 
    +# include "evp_locl.h"
    +# include 
     
     static int r_32_12_16_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -			       const unsigned char *iv,int enc);
    +                               const unsigned char *iv, int enc);
     static int rc5_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr);
     
    -typedef struct
    -	{
    -	int rounds;	/* number of rounds */
    -	RC5_32_KEY ks;	/* key schedule */
    -	} EVP_RC5_KEY;
    +typedef struct {
    +    int rounds;                 /* number of rounds */
    +    RC5_32_KEY ks;              /* key schedule */
    +} EVP_RC5_KEY;
     
    -#define data(ctx)	EVP_C_DATA(EVP_RC5_KEY,ctx)
    +# define data(ctx)       EVP_C_DATA(EVP_RC5_KEY,ctx)
     
     IMPLEMENT_BLOCK_CIPHER(rc5_32_12_16, ks, RC5_32, EVP_RC5_KEY, NID_rc5,
    -		       8, RC5_32_KEY_LENGTH, 8, 64,
    -		       EVP_CIPH_VARIABLE_LENGTH | EVP_CIPH_CTRL_INIT,
    -		       r_32_12_16_init_key, NULL,
    -		       NULL, NULL, rc5_ctrl)
    +                       8, RC5_32_KEY_LENGTH, 8, 64,
    +                       EVP_CIPH_VARIABLE_LENGTH | EVP_CIPH_CTRL_INIT,
    +                       r_32_12_16_init_key, NULL, NULL, NULL, rc5_ctrl)
     
     static int rc5_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr)
    -	{
    -	switch(type)
    -		{
    -	case EVP_CTRL_INIT:
    -		data(c)->rounds = RC5_12_ROUNDS;
    -		return 1;
    +{
    +    switch (type) {
    +    case EVP_CTRL_INIT:
    +        data(c)->rounds = RC5_12_ROUNDS;
    +        return 1;
    +
    +    case EVP_CTRL_GET_RC5_ROUNDS:
    +        *(int *)ptr = data(c)->rounds;
    +        return 1;
     
    -	case EVP_CTRL_GET_RC5_ROUNDS:
    -		*(int *)ptr = data(c)->rounds;
    -		return 1;
    -			
    -	case EVP_CTRL_SET_RC5_ROUNDS:
    -		switch(arg)
    -			{
    -		case RC5_8_ROUNDS:
    -		case RC5_12_ROUNDS:
    -		case RC5_16_ROUNDS:
    -			data(c)->rounds = arg;
    -			return 1;
    +    case EVP_CTRL_SET_RC5_ROUNDS:
    +        switch (arg) {
    +        case RC5_8_ROUNDS:
    +        case RC5_12_ROUNDS:
    +        case RC5_16_ROUNDS:
    +            data(c)->rounds = arg;
    +            return 1;
     
    -		default:
    -			EVPerr(EVP_F_RC5_CTRL, EVP_R_UNSUPORTED_NUMBER_OF_ROUNDS);
    -			return 0;
    -			}
    +        default:
    +            EVPerr(EVP_F_RC5_CTRL, EVP_R_UNSUPORTED_NUMBER_OF_ROUNDS);
    +            return 0;
    +        }
     
    -	default:
    -		return -1;
    -		}
    -	}
    +    default:
    +        return -1;
    +    }
    +}
     
     static int r_32_12_16_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -			       const unsigned char *iv, int enc)
    -	{
    -	RC5_32_set_key(&data(ctx)->ks,EVP_CIPHER_CTX_key_length(ctx),
    -		       key,data(ctx)->rounds);
    -	return 1;
    -	}
    +                               const unsigned char *iv, int enc)
    +{
    +    RC5_32_set_key(&data(ctx)->ks, EVP_CIPHER_CTX_key_length(ctx),
    +                   key, data(ctx)->rounds);
    +    return 1;
    +}
     
     #endif
    diff --git a/openssl/crypto/evp/e_seed.c b/openssl/crypto/evp/e_seed.c
    index 2d1759d27..c948a8f39 100644
    --- a/openssl/crypto/evp/e_seed.c
    +++ b/openssl/crypto/evp/e_seed.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -55,29 +55,28 @@
     
     #include 
     #ifndef OPENSSL_NO_SEED
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -#include "evp_locl.h"
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
    +# include "evp_locl.h"
     
    -static int seed_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,	const unsigned char *iv, int enc);
    +static int seed_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    +                         const unsigned char *iv, int enc);
     
    -typedef struct
    -	{
    -	SEED_KEY_SCHEDULE ks;
    -	} EVP_SEED_KEY;
    +typedef struct {
    +    SEED_KEY_SCHEDULE ks;
    +} EVP_SEED_KEY;
     
     IMPLEMENT_BLOCK_CIPHER(seed, ks, SEED, EVP_SEED_KEY, NID_seed,
    -                       16, 16, 16, 128,
    -                       0, seed_init_key, 0, 0, 0, 0)
    +                       16, 16, 16, 128, 0, seed_init_key, 0, 0, 0, 0)
     
     static int seed_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
                              const unsigned char *iv, int enc)
    -	{
    -	SEED_set_key(key, ctx->cipher_data);
    -	return 1;
    -	}
    +{
    +    SEED_set_key(key, ctx->cipher_data);
    +    return 1;
    +}
     
     #endif
    diff --git a/openssl/crypto/evp/e_xcbc_d.c b/openssl/crypto/evp/e_xcbc_d.c
    index 250e88c8c..3430df9e8 100644
    --- a/openssl/crypto/evp/e_xcbc_d.c
    +++ b/openssl/crypto/evp/e_xcbc_d.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,78 +61,70 @@
     
     #ifndef OPENSSL_NO_DES
     
    -#include 
    -#include 
    -#include "evp_locl.h"
    -#include 
    +# include 
    +# include 
    +# include "evp_locl.h"
    +# include 
     
     static int desx_cbc_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -			     const unsigned char *iv,int enc);
    +                             const unsigned char *iv, int enc);
     static int desx_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -			   const unsigned char *in, size_t inl);
    -
    +                           const unsigned char *in, size_t inl);
     
    -typedef struct
    -    {
    -    DES_key_schedule ks;/* key schedule */
    +typedef struct {
    +    DES_key_schedule ks;        /* key schedule */
         DES_cblock inw;
         DES_cblock outw;
    -    } DESX_CBC_KEY;
    +} DESX_CBC_KEY;
     
    -#define data(ctx) ((DESX_CBC_KEY *)(ctx)->cipher_data)
    +# define data(ctx) ((DESX_CBC_KEY *)(ctx)->cipher_data)
     
    -static const EVP_CIPHER d_xcbc_cipher=
    -	{
    -	NID_desx_cbc,
    -	8,24,8,
    -	EVP_CIPH_CBC_MODE,
    -	desx_cbc_init_key,
    -	desx_cbc_cipher,
    -	NULL,
    -	sizeof(DESX_CBC_KEY),
    -	EVP_CIPHER_set_asn1_iv,
    -	EVP_CIPHER_get_asn1_iv,
    -	NULL,
    -	NULL
    -	};
    +static const EVP_CIPHER d_xcbc_cipher = {
    +    NID_desx_cbc,
    +    8, 24, 8,
    +    EVP_CIPH_CBC_MODE,
    +    desx_cbc_init_key,
    +    desx_cbc_cipher,
    +    NULL,
    +    sizeof(DESX_CBC_KEY),
    +    EVP_CIPHER_set_asn1_iv,
    +    EVP_CIPHER_get_asn1_iv,
    +    NULL,
    +    NULL
    +};
     
     const EVP_CIPHER *EVP_desx_cbc(void)
    -	{
    -	return(&d_xcbc_cipher);
    -	}
    -	
    +{
    +    return (&d_xcbc_cipher);
    +}
    +
     static int desx_cbc_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -			     const unsigned char *iv, int enc)
    -	{
    -	DES_cblock *deskey = (DES_cblock *)key;
    +                             const unsigned char *iv, int enc)
    +{
    +    DES_cblock *deskey = (DES_cblock *)key;
     
    -	DES_set_key_unchecked(deskey,&data(ctx)->ks);
    -	memcpy(&data(ctx)->inw[0],&key[8],8);
    -	memcpy(&data(ctx)->outw[0],&key[16],8);
    +    DES_set_key_unchecked(deskey, &data(ctx)->ks);
    +    memcpy(&data(ctx)->inw[0], &key[8], 8);
    +    memcpy(&data(ctx)->outw[0], &key[16], 8);
     
    -	return 1;
    -	}
    +    return 1;
    +}
     
     static int desx_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -			   const unsigned char *in, size_t inl)
    -	{
    -	while (inl>=EVP_MAXCHUNK)
    -		{
    -		DES_xcbc_encrypt(in,out,(long)EVP_MAXCHUNK,&data(ctx)->ks,
    -			 (DES_cblock *)&(ctx->iv[0]),
    -			 &data(ctx)->inw,
    -			 &data(ctx)->outw,
    -			 ctx->encrypt);
    -		inl-=EVP_MAXCHUNK;
    -		in +=EVP_MAXCHUNK;
    -		out+=EVP_MAXCHUNK;
    -		}
    -	if (inl)
    -		DES_xcbc_encrypt(in,out,(long)inl,&data(ctx)->ks,
    -			(DES_cblock *)&(ctx->iv[0]),
    -			&data(ctx)->inw,
    -			&data(ctx)->outw,
    -			ctx->encrypt);
    -	return 1;
    -	}
    +                           const unsigned char *in, size_t inl)
    +{
    +    while (inl >= EVP_MAXCHUNK) {
    +        DES_xcbc_encrypt(in, out, (long)EVP_MAXCHUNK, &data(ctx)->ks,
    +                         (DES_cblock *)&(ctx->iv[0]),
    +                         &data(ctx)->inw, &data(ctx)->outw, ctx->encrypt);
    +        inl -= EVP_MAXCHUNK;
    +        in += EVP_MAXCHUNK;
    +        out += EVP_MAXCHUNK;
    +    }
    +    if (inl)
    +        DES_xcbc_encrypt(in, out, (long)inl, &data(ctx)->ks,
    +                         (DES_cblock *)&(ctx->iv[0]),
    +                         &data(ctx)->inw, &data(ctx)->outw, ctx->encrypt);
    +    return 1;
    +}
     #endif
    diff --git a/openssl/crypto/evp/encode.c b/openssl/crypto/evp/encode.c
    index 4654bdc61..d1d8a07c1 100644
    --- a/openssl/crypto/evp/encode.c
    +++ b/openssl/crypto/evp/encode.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,20 +61,21 @@
     #include 
     
     #ifndef CHARSET_EBCDIC
    -#define conv_bin2ascii(a)	(data_bin2ascii[(a)&0x3f])
    -#define conv_ascii2bin(a)	(data_ascii2bin[(a)&0x7f])
    +# define conv_bin2ascii(a)       (data_bin2ascii[(a)&0x3f])
    +# define conv_ascii2bin(a)       (data_ascii2bin[(a)&0x7f])
     #else
    -/* We assume that PEM encoded files are EBCDIC files
    - * (i.e., printable text files). Convert them here while decoding.
    - * When encoding, output is EBCDIC (text) format again.
    - * (No need for conversion in the conv_bin2ascii macro, as the
    - * underlying textstring data_bin2ascii[] is already EBCDIC)
    +/*
    + * We assume that PEM encoded files are EBCDIC files (i.e., printable text
    + * files). Convert them here while decoding. When encoding, output is EBCDIC
    + * (text) format again. (No need for conversion in the conv_bin2ascii macro,
    + * as the underlying textstring data_bin2ascii[] is already EBCDIC)
      */
    -#define conv_bin2ascii(a)	(data_bin2ascii[(a)&0x3f])
    -#define conv_ascii2bin(a)	(data_ascii2bin[os_toascii[a]&0x7f])
    +# define conv_bin2ascii(a)       (data_bin2ascii[(a)&0x3f])
    +# define conv_ascii2bin(a)       (data_ascii2bin[os_toascii[a]&0x7f])
     #endif
     
    -/* 64 char lines
    +/*-
    + * 64 char lines
      * pad input with 0
      * left over chars are set to =
      * 1 byte  => xx==
    @@ -85,362 +86,367 @@
     #define CHUNKS_PER_LINE (64/4)
     #define CHAR_PER_LINE   (64+1)
     
    -static const unsigned char data_bin2ascii[65]="ABCDEFGHIJKLMNOPQRSTUVWXYZ\
    +static const unsigned char data_bin2ascii[65] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ\
     abcdefghijklmnopqrstuvwxyz0123456789+/";
     
    -/* 0xF0 is a EOLN
    +/*-
    + * 0xF0 is a EOLN
      * 0xF1 is ignore but next needs to be 0xF0 (for \r\n processing).
      * 0xF2 is EOF
      * 0xE0 is ignore at start of line.
      * 0xFF is error
      */
     
    -#define B64_EOLN		0xF0
    -#define B64_CR			0xF1
    -#define B64_EOF			0xF2
    -#define B64_WS			0xE0
    -#define B64_ERROR       	0xFF
    -#define B64_NOT_BASE64(a)	(((a)|0x13) == 0xF3)
    -
    -static const unsigned char data_ascii2bin[128]={
    -	0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -	0xFF,0xE0,0xF0,0xFF,0xFF,0xF1,0xFF,0xFF,
    -	0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -	0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -	0xE0,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
    -	0xFF,0xFF,0xFF,0x3E,0xFF,0xF2,0xFF,0x3F,
    -	0x34,0x35,0x36,0x37,0x38,0x39,0x3A,0x3B,
    -	0x3C,0x3D,0xFF,0xFF,0xFF,0x00,0xFF,0xFF,
    -	0xFF,0x00,0x01,0x02,0x03,0x04,0x05,0x06,
    -	0x07,0x08,0x09,0x0A,0x0B,0x0C,0x0D,0x0E,
    -	0x0F,0x10,0x11,0x12,0x13,0x14,0x15,0x16,
    -	0x17,0x18,0x19,0xFF,0xFF,0xFF,0xFF,0xFF,
    -	0xFF,0x1A,0x1B,0x1C,0x1D,0x1E,0x1F,0x20,
    -	0x21,0x22,0x23,0x24,0x25,0x26,0x27,0x28,
    -	0x29,0x2A,0x2B,0x2C,0x2D,0x2E,0x2F,0x30,
    -	0x31,0x32,0x33,0xFF,0xFF,0xFF,0xFF,0xFF,
    -	};
    +#define B64_EOLN                0xF0
    +#define B64_CR                  0xF1
    +#define B64_EOF                 0xF2
    +#define B64_WS                  0xE0
    +#define B64_ERROR               0xFF
    +#define B64_NOT_BASE64(a)       (((a)|0x13) == 0xF3)
    +
    +static const unsigned char data_ascii2bin[128] = {
    +    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +    0xFF, 0xE0, 0xF0, 0xFF, 0xFF, 0xF1, 0xFF, 0xFF,
    +    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +    0xE0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +    0xFF, 0xFF, 0xFF, 0x3E, 0xFF, 0xF2, 0xFF, 0x3F,
    +    0x34, 0x35, 0x36, 0x37, 0x38, 0x39, 0x3A, 0x3B,
    +    0x3C, 0x3D, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF,
    +    0xFF, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06,
    +    0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E,
    +    0x0F, 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16,
    +    0x17, 0x18, 0x19, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +    0xFF, 0x1A, 0x1B, 0x1C, 0x1D, 0x1E, 0x1F, 0x20,
    +    0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27, 0x28,
    +    0x29, 0x2A, 0x2B, 0x2C, 0x2D, 0x2E, 0x2F, 0x30,
    +    0x31, 0x32, 0x33, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    +};
     
     void EVP_EncodeInit(EVP_ENCODE_CTX *ctx)
    -	{
    -	ctx->length=48;
    -	ctx->num=0;
    -	ctx->line_num=0;
    -	}
    +{
    +    ctx->length = 48;
    +    ctx->num = 0;
    +    ctx->line_num = 0;
    +}
     
     void EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
    -	     const unsigned char *in, int inl)
    -	{
    -	int i,j;
    -	unsigned int total=0;
    -
    -	*outl=0;
    -	if (inl == 0) return;
    -	OPENSSL_assert(ctx->length <= (int)sizeof(ctx->enc_data));
    -	if ((ctx->num+inl) < ctx->length)
    -		{
    -		memcpy(&(ctx->enc_data[ctx->num]),in,inl);
    -		ctx->num+=inl;
    -		return;
    -		}
    -	if (ctx->num != 0)
    -		{
    -		i=ctx->length-ctx->num;
    -		memcpy(&(ctx->enc_data[ctx->num]),in,i);
    -		in+=i;
    -		inl-=i;
    -		j=EVP_EncodeBlock(out,ctx->enc_data,ctx->length);
    -		ctx->num=0;
    -		out+=j;
    -		*(out++)='\n';
    -		*out='\0';
    -		total=j+1;
    -		}
    -	while (inl >= ctx->length)
    -		{
    -		j=EVP_EncodeBlock(out,in,ctx->length);
    -		in+=ctx->length;
    -		inl-=ctx->length;
    -		out+=j;
    -		*(out++)='\n';
    -		*out='\0';
    -		total+=j+1;
    -		}
    -	if (inl != 0)
    -		memcpy(&(ctx->enc_data[0]),in,inl);
    -	ctx->num=inl;
    -	*outl=total;
    -	}
    +                      const unsigned char *in, int inl)
    +{
    +    int i, j;
    +    unsigned int total = 0;
    +
    +    *outl = 0;
    +    if (inl == 0)
    +        return;
    +    OPENSSL_assert(ctx->length <= (int)sizeof(ctx->enc_data));
    +    if ((ctx->num + inl) < ctx->length) {
    +        memcpy(&(ctx->enc_data[ctx->num]), in, inl);
    +        ctx->num += inl;
    +        return;
    +    }
    +    if (ctx->num != 0) {
    +        i = ctx->length - ctx->num;
    +        memcpy(&(ctx->enc_data[ctx->num]), in, i);
    +        in += i;
    +        inl -= i;
    +        j = EVP_EncodeBlock(out, ctx->enc_data, ctx->length);
    +        ctx->num = 0;
    +        out += j;
    +        *(out++) = '\n';
    +        *out = '\0';
    +        total = j + 1;
    +    }
    +    while (inl >= ctx->length) {
    +        j = EVP_EncodeBlock(out, in, ctx->length);
    +        in += ctx->length;
    +        inl -= ctx->length;
    +        out += j;
    +        *(out++) = '\n';
    +        *out = '\0';
    +        total += j + 1;
    +    }
    +    if (inl != 0)
    +        memcpy(&(ctx->enc_data[0]), in, inl);
    +    ctx->num = inl;
    +    *outl = total;
    +}
     
     void EVP_EncodeFinal(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl)
    -	{
    -	unsigned int ret=0;
    -
    -	if (ctx->num != 0)
    -		{
    -		ret=EVP_EncodeBlock(out,ctx->enc_data,ctx->num);
    -		out[ret++]='\n';
    -		out[ret]='\0';
    -		ctx->num=0;
    -		}
    -	*outl=ret;
    -	}
    +{
    +    unsigned int ret = 0;
    +
    +    if (ctx->num != 0) {
    +        ret = EVP_EncodeBlock(out, ctx->enc_data, ctx->num);
    +        out[ret++] = '\n';
    +        out[ret] = '\0';
    +        ctx->num = 0;
    +    }
    +    *outl = ret;
    +}
     
     int EVP_EncodeBlock(unsigned char *t, const unsigned char *f, int dlen)
    -	{
    -	int i,ret=0;
    -	unsigned long l;
    -
    -	for (i=dlen; i > 0; i-=3)
    -		{
    -		if (i >= 3)
    -			{
    -			l=	(((unsigned long)f[0])<<16L)|
    -				(((unsigned long)f[1])<< 8L)|f[2];
    -			*(t++)=conv_bin2ascii(l>>18L);
    -			*(t++)=conv_bin2ascii(l>>12L);
    -			*(t++)=conv_bin2ascii(l>> 6L);
    -			*(t++)=conv_bin2ascii(l     );
    -			}
    -		else
    -			{
    -			l=((unsigned long)f[0])<<16L;
    -			if (i == 2) l|=((unsigned long)f[1]<<8L);
    -
    -			*(t++)=conv_bin2ascii(l>>18L);
    -			*(t++)=conv_bin2ascii(l>>12L);
    -			*(t++)=(i == 1)?'=':conv_bin2ascii(l>> 6L);
    -			*(t++)='=';
    -			}
    -		ret+=4;
    -		f+=3;
    -		}
    -
    -	*t='\0';
    -	return(ret);
    -	}
    +{
    +    int i, ret = 0;
    +    unsigned long l;
    +
    +    for (i = dlen; i > 0; i -= 3) {
    +        if (i >= 3) {
    +            l = (((unsigned long)f[0]) << 16L) |
    +                (((unsigned long)f[1]) << 8L) | f[2];
    +            *(t++) = conv_bin2ascii(l >> 18L);
    +            *(t++) = conv_bin2ascii(l >> 12L);
    +            *(t++) = conv_bin2ascii(l >> 6L);
    +            *(t++) = conv_bin2ascii(l);
    +        } else {
    +            l = ((unsigned long)f[0]) << 16L;
    +            if (i == 2)
    +                l |= ((unsigned long)f[1] << 8L);
    +
    +            *(t++) = conv_bin2ascii(l >> 18L);
    +            *(t++) = conv_bin2ascii(l >> 12L);
    +            *(t++) = (i == 1) ? '=' : conv_bin2ascii(l >> 6L);
    +            *(t++) = '=';
    +        }
    +        ret += 4;
    +        f += 3;
    +    }
    +
    +    *t = '\0';
    +    return (ret);
    +}
     
     void EVP_DecodeInit(EVP_ENCODE_CTX *ctx)
    -	{
    -	ctx->length=30;
    -	ctx->num=0;
    -	ctx->line_num=0;
    -	ctx->expect_nl=0;
    -	}
    -
    -/* -1 for error
    +{
    +    ctx->length = 30;
    +    ctx->num = 0;
    +    ctx->line_num = 0;
    +    ctx->expect_nl = 0;
    +}
    +
    +/*-
    + * -1 for error
      *  0 for last line
      *  1 for full line
      */
     int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
    -	     const unsigned char *in, int inl)
    -	{
    -	int seof= -1,eof=0,rv= -1,ret=0,i,v,tmp,n,ln,exp_nl;
    -	unsigned char *d;
    -
    -	n=ctx->num;
    -	d=ctx->enc_data;
    -	ln=ctx->line_num;
    -	exp_nl=ctx->expect_nl;
    -
    -	/* last line of input. */
    -	if ((inl == 0) || ((n == 0) && (conv_ascii2bin(in[0]) == B64_EOF)))
    -		{ rv=0; goto end; }
    -		
    -	/* We parse the input data */
    -	for (i=0; i 80 characters, scream alot */
    -		if (ln >= 80) { rv= -1; goto end; }
    -
    -		/* Get char and put it into the buffer */
    -		tmp= *(in++);
    -		v=conv_ascii2bin(tmp);
    -		/* only save the good data :-) */
    -		if (!B64_NOT_BASE64(v))
    -			{
    -			OPENSSL_assert(n < (int)sizeof(ctx->enc_data));
    -			d[n++]=tmp;
    -			ln++;
    -			}
    -		else if (v == B64_ERROR)
    -			{
    -			rv= -1;
    -			goto end;
    -			}
    -
    -		/* have we seen a '=' which is 'definitly' the last
    -		 * input line.  seof will point to the character that
    -		 * holds it. and eof will hold how many characters to
    -		 * chop off. */
    -		if (tmp == '=')
    -			{
    -			if (seof == -1) seof=n;
    -			eof++;
    -			}
    -
    -		if (v == B64_CR)
    -			{
    -			ln = 0;
    -			if (exp_nl)
    -				continue;
    -			}
    -
    -		/* eoln */
    -		if (v == B64_EOLN)
    -			{
    -			ln=0;
    -			if (exp_nl)
    -				{
    -				exp_nl=0;
    -				continue;
    -				}
    -			}
    -		exp_nl=0;
    -
    -		/* If we are at the end of input and it looks like a
    -		 * line, process it. */
    -		if (((i+1) == inl) && (((n&3) == 0) || eof))
    -			{
    -			v=B64_EOF;
    -			/* In case things were given us in really small
    -			   records (so two '=' were given in separate
    -			   updates), eof may contain the incorrect number
    -			   of ending bytes to skip, so let's redo the count */
    -			eof = 0;
    -			if (d[n-1] == '=') eof++;
    -			if (d[n-2] == '=') eof++;
    -			/* There will never be more than two '=' */
    -			}
    -
    -		if ((v == B64_EOF && (n&3) == 0) || (n >= 64))
    -			{
    -			/* This is needed to work correctly on 64 byte input
    -			 * lines.  We process the line and then need to
    -			 * accept the '\n' */
    -			if ((v != B64_EOF) && (n >= 64)) exp_nl=1;
    -			if (n > 0)
    -				{
    -				v=EVP_DecodeBlock(out,d,n);
    -				n=0;
    -				if (v < 0) { rv=0; goto end; }
    -				if (eof > v) { rv=-1; goto end; }
    -				ret+=(v-eof);
    -				}
    -			else
    -				{
    -				eof=1;
    -				v=0;
    -				}
    -
    -			/* This is the case where we have had a short
    -			 * but valid input line */
    -			if ((v < ctx->length) && eof)
    -				{
    -				rv=0;
    -				goto end;
    -				}
    -			else
    -				ctx->length=v;
    -
    -			if (seof >= 0) { rv=0; goto end; }
    -			out+=v;
    -			}
    -		}
    -	rv=1;
    -end:
    -	*outl=ret;
    -	ctx->num=n;
    -	ctx->line_num=ln;
    -	ctx->expect_nl=exp_nl;
    -	return(rv);
    -	}
    +                     const unsigned char *in, int inl)
    +{
    +    int seof = -1, eof = 0, rv = -1, ret = 0, i, v, tmp, n, ln, exp_nl;
    +    unsigned char *d;
    +
    +    n = ctx->num;
    +    d = ctx->enc_data;
    +    ln = ctx->line_num;
    +    exp_nl = ctx->expect_nl;
    +
    +    /* last line of input. */
    +    if ((inl == 0) || ((n == 0) && (conv_ascii2bin(in[0]) == B64_EOF))) {
    +        rv = 0;
    +        goto end;
    +    }
    +
    +    /* We parse the input data */
    +    for (i = 0; i < inl; i++) {
    +        /* If the current line is > 80 characters, scream alot */
    +        if (ln >= 80) {
    +            rv = -1;
    +            goto end;
    +        }
    +
    +        /* Get char and put it into the buffer */
    +        tmp = *(in++);
    +        v = conv_ascii2bin(tmp);
    +        /* only save the good data :-) */
    +        if (!B64_NOT_BASE64(v)) {
    +            OPENSSL_assert(n < (int)sizeof(ctx->enc_data));
    +            d[n++] = tmp;
    +            ln++;
    +        } else if (v == B64_ERROR) {
    +            rv = -1;
    +            goto end;
    +        }
    +
    +        /*
    +         * have we seen a '=' which is 'definitly' the last input line.  seof
    +         * will point to the character that holds it. and eof will hold how
    +         * many characters to chop off.
    +         */
    +        if (tmp == '=') {
    +            if (seof == -1)
    +                seof = n;
    +            eof++;
    +        }
    +
    +        if (v == B64_CR) {
    +            ln = 0;
    +            if (exp_nl)
    +                continue;
    +        }
    +
    +        /* eoln */
    +        if (v == B64_EOLN) {
    +            ln = 0;
    +            if (exp_nl) {
    +                exp_nl = 0;
    +                continue;
    +            }
    +        }
    +        exp_nl = 0;
    +
    +        /*
    +         * If we are at the end of input and it looks like a line, process
    +         * it.
    +         */
    +        if (((i + 1) == inl) && (((n & 3) == 0) || eof)) {
    +            v = B64_EOF;
    +            /*
    +             * In case things were given us in really small records (so two
    +             * '=' were given in separate updates), eof may contain the
    +             * incorrect number of ending bytes to skip, so let's redo the
    +             * count
    +             */
    +            eof = 0;
    +            if (d[n - 1] == '=')
    +                eof++;
    +            if (d[n - 2] == '=')
    +                eof++;
    +            /* There will never be more than two '=' */
    +        }
    +
    +        if ((v == B64_EOF && (n & 3) == 0) || (n >= 64)) {
    +            /*
    +             * This is needed to work correctly on 64 byte input lines.  We
    +             * process the line and then need to accept the '\n'
    +             */
    +            if ((v != B64_EOF) && (n >= 64))
    +                exp_nl = 1;
    +            if (n > 0) {
    +                v = EVP_DecodeBlock(out, d, n);
    +                n = 0;
    +                if (v < 0) {
    +                    rv = 0;
    +                    goto end;
    +                }
    +                if (eof > v) {
    +                    rv = -1;
    +                    goto end;
    +                }
    +                ret += (v - eof);
    +            } else {
    +                eof = 1;
    +                v = 0;
    +            }
    +
    +            /*
    +             * This is the case where we have had a short but valid input
    +             * line
    +             */
    +            if ((v < ctx->length) && eof) {
    +                rv = 0;
    +                goto end;
    +            } else
    +                ctx->length = v;
    +
    +            if (seof >= 0) {
    +                rv = 0;
    +                goto end;
    +            }
    +            out += v;
    +        }
    +    }
    +    rv = 1;
    + end:
    +    *outl = ret;
    +    ctx->num = n;
    +    ctx->line_num = ln;
    +    ctx->expect_nl = exp_nl;
    +    return (rv);
    +}
     
     int EVP_DecodeBlock(unsigned char *t, const unsigned char *f, int n)
    -	{
    -	int i,ret=0,a,b,c,d;
    -	unsigned long l;
    -
    -	/* trim white space from the start of the line. */
    -	while ((conv_ascii2bin(*f) == B64_WS) && (n > 0))
    -		{
    -		f++;
    -		n--;
    -		}
    -
    -	/* strip off stuff at the end of the line
    -	 * ascii2bin values B64_WS, B64_EOLN, B64_EOLN and B64_EOF */
    -	while ((n > 3) && (B64_NOT_BASE64(conv_ascii2bin(f[n-1]))))
    -		n--;
    -
    -	if (n%4 != 0) return(-1);
    -
    -	for (i=0; i>16L)&0xff;
    -		*(t++)=(unsigned char)(l>> 8L)&0xff;
    -		*(t++)=(unsigned char)(l     )&0xff;
    -		ret+=3;
    -		}
    -	return(ret);
    -	}
    +{
    +    int i, ret = 0, a, b, c, d;
    +    unsigned long l;
    +
    +    /* trim white space from the start of the line. */
    +    while ((conv_ascii2bin(*f) == B64_WS) && (n > 0)) {
    +        f++;
    +        n--;
    +    }
    +
    +    /*
    +     * strip off stuff at the end of the line ascii2bin values B64_WS,
    +     * B64_EOLN, B64_EOLN and B64_EOF
    +     */
    +    while ((n > 3) && (B64_NOT_BASE64(conv_ascii2bin(f[n - 1]))))
    +        n--;
    +
    +    if (n % 4 != 0)
    +        return (-1);
    +
    +    for (i = 0; i < n; i += 4) {
    +        a = conv_ascii2bin(*(f++));
    +        b = conv_ascii2bin(*(f++));
    +        c = conv_ascii2bin(*(f++));
    +        d = conv_ascii2bin(*(f++));
    +        if ((a & 0x80) || (b & 0x80) || (c & 0x80) || (d & 0x80))
    +            return (-1);
    +        l = ((((unsigned long)a) << 18L) |
    +             (((unsigned long)b) << 12L) |
    +             (((unsigned long)c) << 6L) | (((unsigned long)d)));
    +        *(t++) = (unsigned char)(l >> 16L) & 0xff;
    +        *(t++) = (unsigned char)(l >> 8L) & 0xff;
    +        *(t++) = (unsigned char)(l) & 0xff;
    +        ret += 3;
    +    }
    +    return (ret);
    +}
     
     int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl)
    -	{
    -	int i;
    -
    -	*outl=0;
    -	if (ctx->num != 0)
    -		{
    -		i=EVP_DecodeBlock(out,ctx->enc_data,ctx->num);
    -		if (i < 0) return(-1);
    -		ctx->num=0;
    -		*outl=i;
    -		return(1);
    -		}
    -	else
    -		return(1);
    -	}
    +{
    +    int i;
    +
    +    *outl = 0;
    +    if (ctx->num != 0) {
    +        i = EVP_DecodeBlock(out, ctx->enc_data, ctx->num);
    +        if (i < 0)
    +            return (-1);
    +        ctx->num = 0;
    +        *outl = i;
    +        return (1);
    +    } else
    +        return (1);
    +}
     
     #ifdef undef
     int EVP_DecodeValid(unsigned char *buf, int len)
    -	{
    -	int i,num=0,bad=0;
    -
    -	if (len == 0) return(-1);
    -	while (conv_ascii2bin(*buf) == B64_WS)
    -		{
    -		buf++;
    -		len--;
    -		if (len == 0) return(-1);
    -		}
    -
    -	for (i=len; i >= 4; i-=4)
    -		{
    -		if (	(conv_ascii2bin(buf[0]) >= 0x40) ||
    -			(conv_ascii2bin(buf[1]) >= 0x40) ||
    -			(conv_ascii2bin(buf[2]) >= 0x40) ||
    -			(conv_ascii2bin(buf[3]) >= 0x40))
    -			return(-1);
    -		buf+=4;
    -		num+=1+(buf[2] != '=')+(buf[3] != '=');
    -		}
    -	if ((i == 1) && (conv_ascii2bin(buf[0]) == B64_EOLN))
    -		return(num);
    -	if ((i == 2) && (conv_ascii2bin(buf[0]) == B64_EOLN) &&
    -		(conv_ascii2bin(buf[0]) == B64_EOLN))
    -		return(num);
    -	return(1);
    -	}
    +{
    +    int i, num = 0, bad = 0;
    +
    +    if (len == 0)
    +        return (-1);
    +    while (conv_ascii2bin(*buf) == B64_WS) {
    +        buf++;
    +        len--;
    +        if (len == 0)
    +            return (-1);
    +    }
    +
    +    for (i = len; i >= 4; i -= 4) {
    +        if ((conv_ascii2bin(buf[0]) >= 0x40) ||
    +            (conv_ascii2bin(buf[1]) >= 0x40) ||
    +            (conv_ascii2bin(buf[2]) >= 0x40) ||
    +            (conv_ascii2bin(buf[3]) >= 0x40))
    +            return (-1);
    +        buf += 4;
    +        num += 1 + (buf[2] != '=') + (buf[3] != '=');
    +    }
    +    if ((i == 1) && (conv_ascii2bin(buf[0]) == B64_EOLN))
    +        return (num);
    +    if ((i == 2) && (conv_ascii2bin(buf[0]) == B64_EOLN) &&
    +        (conv_ascii2bin(buf[0]) == B64_EOLN))
    +        return (num);
    +    return (1);
    +}
     #endif
    diff --git a/openssl/crypto/evp/evp.h b/openssl/crypto/evp/evp.h
    index faeb3c24e..47abbac4a 100644
    --- a/openssl/crypto/evp/evp.h
    +++ b/openssl/crypto/evp/evp.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -57,593 +57,633 @@
      */
     
     #ifndef HEADER_ENVELOPE_H
    -#define HEADER_ENVELOPE_H
    -
    -#ifdef OPENSSL_ALGORITHM_DEFINES
    -# include 
    -#else
    -# define OPENSSL_ALGORITHM_DEFINES
    -# include 
    -# undef OPENSSL_ALGORITHM_DEFINES
    -#endif
    +# define HEADER_ENVELOPE_H
    +
    +# ifdef OPENSSL_ALGORITHM_DEFINES
    +#  include 
    +# else
    +#  define OPENSSL_ALGORITHM_DEFINES
    +#  include 
    +#  undef OPENSSL_ALGORITHM_DEFINES
    +# endif
     
    -#include 
    +# include 
     
    -#include 
    +# include 
     
    -#ifndef OPENSSL_NO_BIO
    -#include 
    -#endif
    +# ifndef OPENSSL_NO_BIO
    +#  include 
    +# endif
     
    -/*
    -#define EVP_RC2_KEY_SIZE		16
    -#define EVP_RC4_KEY_SIZE		16
    -#define EVP_BLOWFISH_KEY_SIZE		16
    -#define EVP_CAST5_KEY_SIZE		16
    -#define EVP_RC5_32_12_16_KEY_SIZE	16
    +/*-
    +#define EVP_RC2_KEY_SIZE                16
    +#define EVP_RC4_KEY_SIZE                16
    +#define EVP_BLOWFISH_KEY_SIZE           16
    +#define EVP_CAST5_KEY_SIZE              16
    +#define EVP_RC5_32_12_16_KEY_SIZE       16
     */
    -#define EVP_MAX_MD_SIZE			64	/* longest known is SHA512 */
    -#define EVP_MAX_KEY_LENGTH		64
    -#define EVP_MAX_IV_LENGTH		16
    -#define EVP_MAX_BLOCK_LENGTH		32
    +# define EVP_MAX_MD_SIZE                 64/* longest known is SHA512 */
    +# define EVP_MAX_KEY_LENGTH              64
    +# define EVP_MAX_IV_LENGTH               16
    +# define EVP_MAX_BLOCK_LENGTH            32
     
    -#define PKCS5_SALT_LEN			8
    +# define PKCS5_SALT_LEN                  8
     /* Default PKCS#5 iteration count */
    -#define PKCS5_DEFAULT_ITER		2048
    -
    -#include 
    -
    -#define EVP_PK_RSA	0x0001
    -#define EVP_PK_DSA	0x0002
    -#define EVP_PK_DH	0x0004
    -#define EVP_PK_EC	0x0008
    -#define EVP_PKT_SIGN	0x0010
    -#define EVP_PKT_ENC	0x0020
    -#define EVP_PKT_EXCH	0x0040
    -#define EVP_PKS_RSA	0x0100
    -#define EVP_PKS_DSA	0x0200
    -#define EVP_PKS_EC	0x0400
    -#define EVP_PKT_EXP	0x1000 /* <= 512 bit key */
    -
    -#define EVP_PKEY_NONE	NID_undef
    -#define EVP_PKEY_RSA	NID_rsaEncryption
    -#define EVP_PKEY_RSA2	NID_rsa
    -#define EVP_PKEY_DSA	NID_dsa
    -#define EVP_PKEY_DSA1	NID_dsa_2
    -#define EVP_PKEY_DSA2	NID_dsaWithSHA
    -#define EVP_PKEY_DSA3	NID_dsaWithSHA1
    -#define EVP_PKEY_DSA4	NID_dsaWithSHA1_2
    -#define EVP_PKEY_DH	NID_dhKeyAgreement
    -#define EVP_PKEY_EC	NID_X9_62_id_ecPublicKey
    -#define EVP_PKEY_HMAC	NID_hmac
    -#define EVP_PKEY_CMAC	NID_cmac
    -
    -#ifdef	__cplusplus
    +# define PKCS5_DEFAULT_ITER              2048
    +
    +# include 
    +
    +# define EVP_PK_RSA      0x0001
    +# define EVP_PK_DSA      0x0002
    +# define EVP_PK_DH       0x0004
    +# define EVP_PK_EC       0x0008
    +# define EVP_PKT_SIGN    0x0010
    +# define EVP_PKT_ENC     0x0020
    +# define EVP_PKT_EXCH    0x0040
    +# define EVP_PKS_RSA     0x0100
    +# define EVP_PKS_DSA     0x0200
    +# define EVP_PKS_EC      0x0400
    +# define EVP_PKT_EXP     0x1000 /* <= 512 bit key */
    +
    +# define EVP_PKEY_NONE   NID_undef
    +# define EVP_PKEY_RSA    NID_rsaEncryption
    +# define EVP_PKEY_RSA2   NID_rsa
    +# define EVP_PKEY_DSA    NID_dsa
    +# define EVP_PKEY_DSA1   NID_dsa_2
    +# define EVP_PKEY_DSA2   NID_dsaWithSHA
    +# define EVP_PKEY_DSA3   NID_dsaWithSHA1
    +# define EVP_PKEY_DSA4   NID_dsaWithSHA1_2
    +# define EVP_PKEY_DH     NID_dhKeyAgreement
    +# define EVP_PKEY_DHX    NID_dhpublicnumber
    +# define EVP_PKEY_EC     NID_X9_62_id_ecPublicKey
    +# define EVP_PKEY_HMAC   NID_hmac
    +# define EVP_PKEY_CMAC   NID_cmac
    +
    +#ifdef  __cplusplus
     extern "C" {
     #endif
     
    -/* Type needs to be a bit field
    - * Sub-type needs to be for variations on the method, as in, can it do
    - * arbitrary encryption.... */
    -struct evp_pkey_st
    -	{
    -	int type;
    -	int save_type;
    -	int references;
    -	const EVP_PKEY_ASN1_METHOD *ameth;
    -	ENGINE *engine;
    -	union	{
    -		char *ptr;
    -#ifndef OPENSSL_NO_RSA
    -		struct rsa_st *rsa;	/* RSA */
    -#endif
    -#ifndef OPENSSL_NO_DSA
    -		struct dsa_st *dsa;	/* DSA */
    -#endif
    -#ifndef OPENSSL_NO_DH
    -		struct dh_st *dh;	/* DH */
    -#endif
    -#ifndef OPENSSL_NO_EC
    -		struct ec_key_st *ec;	/* ECC */
    -#endif
    -		} pkey;
    -	int save_parameters;
    -	STACK_OF(X509_ATTRIBUTE) *attributes; /* [ 0 ] */
    -	} /* EVP_PKEY */;
    -
    -#define EVP_PKEY_MO_SIGN	0x0001
    -#define EVP_PKEY_MO_VERIFY	0x0002
    -#define EVP_PKEY_MO_ENCRYPT	0x0004
    -#define EVP_PKEY_MO_DECRYPT	0x0008
    -
    -#ifndef EVP_MD
    -struct env_md_st
    -	{
    -	int type;
    -	int pkey_type;
    -	int md_size;
    -	unsigned long flags;
    -	int (*init)(EVP_MD_CTX *ctx);
    -	int (*update)(EVP_MD_CTX *ctx,const void *data,size_t count);
    -	int (*final)(EVP_MD_CTX *ctx,unsigned char *md);
    -	int (*copy)(EVP_MD_CTX *to,const EVP_MD_CTX *from);
    -	int (*cleanup)(EVP_MD_CTX *ctx);
    -
    -	/* FIXME: prototype these some day */
    -	int (*sign)(int type, const unsigned char *m, unsigned int m_length,
    -		    unsigned char *sigret, unsigned int *siglen, void *key);
    -	int (*verify)(int type, const unsigned char *m, unsigned int m_length,
    -		      const unsigned char *sigbuf, unsigned int siglen,
    -		      void *key);
    -	int required_pkey_type[5]; /*EVP_PKEY_xxx */
    -	int block_size;
    -	int ctx_size; /* how big does the ctx->md_data need to be */
    -	/* control function */
    -	int (*md_ctrl)(EVP_MD_CTX *ctx, int cmd, int p1, void *p2);
    -	} /* EVP_MD */;
    -
    -typedef int evp_sign_method(int type,const unsigned char *m,
    -			    unsigned int m_length,unsigned char *sigret,
    -			    unsigned int *siglen, void *key);
    -typedef int evp_verify_method(int type,const unsigned char *m,
    -			    unsigned int m_length,const unsigned char *sigbuf,
    -			    unsigned int siglen, void *key);
    -
    -#define EVP_MD_FLAG_ONESHOT	0x0001 /* digest can only handle a single
    -					* block */
    -
    -#define EVP_MD_FLAG_PKEY_DIGEST	0x0002 /* digest is a "clone" digest used
    -					* which is a copy of an existing
    -					* one for a specific public key type.
    -					* EVP_dss1() etc */
    +/*
    + * Type needs to be a bit field Sub-type needs to be for variations on the
    + * method, as in, can it do arbitrary encryption....
    + */
    +struct evp_pkey_st {
    +    int type;
    +    int save_type;
    +    int references;
    +    const EVP_PKEY_ASN1_METHOD *ameth;
    +    ENGINE *engine;
    +    union {
    +        char *ptr;
    +# ifndef OPENSSL_NO_RSA
    +        struct rsa_st *rsa;     /* RSA */
    +# endif
    +# ifndef OPENSSL_NO_DSA
    +        struct dsa_st *dsa;     /* DSA */
    +# endif
    +# ifndef OPENSSL_NO_DH
    +        struct dh_st *dh;       /* DH */
    +# endif
    +# ifndef OPENSSL_NO_EC
    +        struct ec_key_st *ec;   /* ECC */
    +# endif
    +    } pkey;
    +    int save_parameters;
    +    STACK_OF(X509_ATTRIBUTE) *attributes; /* [ 0 ] */
    +} /* EVP_PKEY */ ;
    +
    +# define EVP_PKEY_MO_SIGN        0x0001
    +# define EVP_PKEY_MO_VERIFY      0x0002
    +# define EVP_PKEY_MO_ENCRYPT     0x0004
    +# define EVP_PKEY_MO_DECRYPT     0x0008
    +
    +# ifndef EVP_MD
    +struct env_md_st {
    +    int type;
    +    int pkey_type;
    +    int md_size;
    +    unsigned long flags;
    +    int (*init) (EVP_MD_CTX *ctx);
    +    int (*update) (EVP_MD_CTX *ctx, const void *data, size_t count);
    +    int (*final) (EVP_MD_CTX *ctx, unsigned char *md);
    +    int (*copy) (EVP_MD_CTX *to, const EVP_MD_CTX *from);
    +    int (*cleanup) (EVP_MD_CTX *ctx);
    +    /* FIXME: prototype these some day */
    +    int (*sign) (int type, const unsigned char *m, unsigned int m_length,
    +                 unsigned char *sigret, unsigned int *siglen, void *key);
    +    int (*verify) (int type, const unsigned char *m, unsigned int m_length,
    +                   const unsigned char *sigbuf, unsigned int siglen,
    +                   void *key);
    +    int required_pkey_type[5];  /* EVP_PKEY_xxx */
    +    int block_size;
    +    int ctx_size;               /* how big does the ctx->md_data need to be */
    +    /* control function */
    +    int (*md_ctrl) (EVP_MD_CTX *ctx, int cmd, int p1, void *p2);
    +} /* EVP_MD */ ;
    +
    +typedef int evp_sign_method(int type, const unsigned char *m,
    +                            unsigned int m_length, unsigned char *sigret,
    +                            unsigned int *siglen, void *key);
    +typedef int evp_verify_method(int type, const unsigned char *m,
    +                              unsigned int m_length,
    +                              const unsigned char *sigbuf,
    +                              unsigned int siglen, void *key);
    +
    +/* digest can only handle a single block */
    +#  define EVP_MD_FLAG_ONESHOT     0x0001
    +
    +/*
    + * digest is a "clone" digest used
    + * which is a copy of an existing
    + * one for a specific public key type.
    + * EVP_dss1() etc
    + */
    +#  define EVP_MD_FLAG_PKEY_DIGEST 0x0002
     
     /* Digest uses EVP_PKEY_METHOD for signing instead of MD specific signing */
     
    -#define EVP_MD_FLAG_PKEY_METHOD_SIGNATURE	0x0004
    +#  define EVP_MD_FLAG_PKEY_METHOD_SIGNATURE       0x0004
     
     /* DigestAlgorithmIdentifier flags... */
     
    -#define EVP_MD_FLAG_DIGALGID_MASK		0x0018
    +#  define EVP_MD_FLAG_DIGALGID_MASK               0x0018
     
     /* NULL or absent parameter accepted. Use NULL */
     
    -#define EVP_MD_FLAG_DIGALGID_NULL		0x0000
    +#  define EVP_MD_FLAG_DIGALGID_NULL               0x0000
     
     /* NULL or absent parameter accepted. Use NULL for PKCS#1 otherwise absent */
     
    -#define EVP_MD_FLAG_DIGALGID_ABSENT		0x0008
    +#  define EVP_MD_FLAG_DIGALGID_ABSENT             0x0008
     
     /* Custom handling via ctrl */
     
    -#define EVP_MD_FLAG_DIGALGID_CUSTOM		0x0018
    +#  define EVP_MD_FLAG_DIGALGID_CUSTOM             0x0018
     
    -#define EVP_MD_FLAG_FIPS	0x0400 /* Note if suitable for use in FIPS mode */
    +/* Note if suitable for use in FIPS mode */
    +#  define EVP_MD_FLAG_FIPS        0x0400
     
     /* Digest ctrls */
     
    -#define	EVP_MD_CTRL_DIGALGID			0x1
    -#define	EVP_MD_CTRL_MICALG			0x2
    +#  define EVP_MD_CTRL_DIGALGID                    0x1
    +#  define EVP_MD_CTRL_MICALG                      0x2
     
     /* Minimum Algorithm specific ctrl value */
     
    -#define	EVP_MD_CTRL_ALG_CTRL			0x1000
    +#  define EVP_MD_CTRL_ALG_CTRL                    0x1000
     
    -#define EVP_PKEY_NULL_method	NULL,NULL,{0,0,0,0}
    +#  define EVP_PKEY_NULL_method    NULL,NULL,{0,0,0,0}
     
    -#ifndef OPENSSL_NO_DSA
    -#define EVP_PKEY_DSA_method	(evp_sign_method *)DSA_sign, \
    -				(evp_verify_method *)DSA_verify, \
    -				{EVP_PKEY_DSA,EVP_PKEY_DSA2,EVP_PKEY_DSA3, \
    -					EVP_PKEY_DSA4,0}
    -#else
    -#define EVP_PKEY_DSA_method	EVP_PKEY_NULL_method
    -#endif
    +#  ifndef OPENSSL_NO_DSA
    +#   define EVP_PKEY_DSA_method     (evp_sign_method *)DSA_sign, \
    +                                (evp_verify_method *)DSA_verify, \
    +                                {EVP_PKEY_DSA,EVP_PKEY_DSA2,EVP_PKEY_DSA3, \
    +                                        EVP_PKEY_DSA4,0}
    +#  else
    +#   define EVP_PKEY_DSA_method     EVP_PKEY_NULL_method
    +#  endif
     
    -#ifndef OPENSSL_NO_ECDSA
    -#define EVP_PKEY_ECDSA_method   (evp_sign_method *)ECDSA_sign, \
    -				(evp_verify_method *)ECDSA_verify, \
    +#  ifndef OPENSSL_NO_ECDSA
    +#   define EVP_PKEY_ECDSA_method   (evp_sign_method *)ECDSA_sign, \
    +                                (evp_verify_method *)ECDSA_verify, \
                                      {EVP_PKEY_EC,0,0,0}
    -#else   
    -#define EVP_PKEY_ECDSA_method   EVP_PKEY_NULL_method
    -#endif
    -
    -#ifndef OPENSSL_NO_RSA
    -#define EVP_PKEY_RSA_method	(evp_sign_method *)RSA_sign, \
    -				(evp_verify_method *)RSA_verify, \
    -				{EVP_PKEY_RSA,EVP_PKEY_RSA2,0,0}
    -#define EVP_PKEY_RSA_ASN1_OCTET_STRING_method \
    -				(evp_sign_method *)RSA_sign_ASN1_OCTET_STRING, \
    -				(evp_verify_method *)RSA_verify_ASN1_OCTET_STRING, \
    -				{EVP_PKEY_RSA,EVP_PKEY_RSA2,0,0}
    -#else
    -#define EVP_PKEY_RSA_method	EVP_PKEY_NULL_method
    -#define EVP_PKEY_RSA_ASN1_OCTET_STRING_method EVP_PKEY_NULL_method
    -#endif
    -
    -#endif /* !EVP_MD */
    -
    -struct env_md_ctx_st
    -	{
    -	const EVP_MD *digest;
    -	ENGINE *engine; /* functional reference if 'digest' is ENGINE-provided */
    -	unsigned long flags;
    -	void *md_data;
    -	/* Public key context for sign/verify */
    -	EVP_PKEY_CTX *pctx;
    -	/* Update function: usually copied from EVP_MD */
    -	int (*update)(EVP_MD_CTX *ctx,const void *data,size_t count);
    -	} /* EVP_MD_CTX */;
    +#  else
    +#   define EVP_PKEY_ECDSA_method   EVP_PKEY_NULL_method
    +#  endif
    +
    +#  ifndef OPENSSL_NO_RSA
    +#   define EVP_PKEY_RSA_method     (evp_sign_method *)RSA_sign, \
    +                                (evp_verify_method *)RSA_verify, \
    +                                {EVP_PKEY_RSA,EVP_PKEY_RSA2,0,0}
    +#   define EVP_PKEY_RSA_ASN1_OCTET_STRING_method \
    +                                (evp_sign_method *)RSA_sign_ASN1_OCTET_STRING, \
    +                                (evp_verify_method *)RSA_verify_ASN1_OCTET_STRING, \
    +                                {EVP_PKEY_RSA,EVP_PKEY_RSA2,0,0}
    +#  else
    +#   define EVP_PKEY_RSA_method     EVP_PKEY_NULL_method
    +#   define EVP_PKEY_RSA_ASN1_OCTET_STRING_method EVP_PKEY_NULL_method
    +#  endif
    +
    +# endif                         /* !EVP_MD */
    +
    +struct env_md_ctx_st {
    +    const EVP_MD *digest;
    +    ENGINE *engine;             /* functional reference if 'digest' is
    +                                 * ENGINE-provided */
    +    unsigned long flags;
    +    void *md_data;
    +    /* Public key context for sign/verify */
    +    EVP_PKEY_CTX *pctx;
    +    /* Update function: usually copied from EVP_MD */
    +    int (*update) (EVP_MD_CTX *ctx, const void *data, size_t count);
    +} /* EVP_MD_CTX */ ;
     
     /* values for EVP_MD_CTX flags */
     
    -#define EVP_MD_CTX_FLAG_ONESHOT		0x0001 /* digest update will be called
    -						* once only */
    -#define EVP_MD_CTX_FLAG_CLEANED		0x0002 /* context has already been
    -						* cleaned */
    -#define EVP_MD_CTX_FLAG_REUSE		0x0004 /* Don't free up ctx->md_data
    -						* in EVP_MD_CTX_cleanup */
    -/* FIPS and pad options are ignored in 1.0.0, definitions are here
    - * so we don't accidentally reuse the values for other purposes.
    +# define EVP_MD_CTX_FLAG_ONESHOT         0x0001/* digest update will be
    +                                                * called once only */
    +# define EVP_MD_CTX_FLAG_CLEANED         0x0002/* context has already been
    +                                                * cleaned */
    +# define EVP_MD_CTX_FLAG_REUSE           0x0004/* Don't free up ctx->md_data
    +                                                * in EVP_MD_CTX_cleanup */
    +/*
    + * FIPS and pad options are ignored in 1.0.0, definitions are here so we
    + * don't accidentally reuse the values for other purposes.
      */
     
    -#define EVP_MD_CTX_FLAG_NON_FIPS_ALLOW	0x0008	/* Allow use of non FIPS digest
    -						 * in FIPS mode */
    +# define EVP_MD_CTX_FLAG_NON_FIPS_ALLOW  0x0008/* Allow use of non FIPS
    +                                                * digest in FIPS mode */
     
    -/* The following PAD options are also currently ignored in 1.0.0, digest
    +/*
    + * The following PAD options are also currently ignored in 1.0.0, digest
      * parameters are handled through EVP_DigestSign*() and EVP_DigestVerify*()
      * instead.
      */
    -#define EVP_MD_CTX_FLAG_PAD_MASK	0xF0	/* RSA mode to use */
    -#define EVP_MD_CTX_FLAG_PAD_PKCS1	0x00	/* PKCS#1 v1.5 mode */
    -#define EVP_MD_CTX_FLAG_PAD_X931	0x10	/* X9.31 mode */
    -#define EVP_MD_CTX_FLAG_PAD_PSS		0x20	/* PSS mode */
    -
    -#define EVP_MD_CTX_FLAG_NO_INIT		0x0100 /* Don't initialize md_data */
    -
    -struct evp_cipher_st
    -	{
    -	int nid;
    -	int block_size;
    -	int key_len;		/* Default value for variable length ciphers */
    -	int iv_len;
    -	unsigned long flags;	/* Various flags */
    -	int (*init)(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -		    const unsigned char *iv, int enc);	/* init key */
    -	int (*do_cipher)(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -			 const unsigned char *in, size_t inl);/* encrypt/decrypt data */
    -	int (*cleanup)(EVP_CIPHER_CTX *); /* cleanup ctx */
    -	int ctx_size;		/* how big ctx->cipher_data needs to be */
    -	int (*set_asn1_parameters)(EVP_CIPHER_CTX *, ASN1_TYPE *); /* Populate a ASN1_TYPE with parameters */
    -	int (*get_asn1_parameters)(EVP_CIPHER_CTX *, ASN1_TYPE *); /* Get parameters from a ASN1_TYPE */
    -	int (*ctrl)(EVP_CIPHER_CTX *, int type, int arg, void *ptr); /* Miscellaneous operations */
    -	void *app_data;		/* Application data */
    -	} /* EVP_CIPHER */;
    +# define EVP_MD_CTX_FLAG_PAD_MASK        0xF0/* RSA mode to use */
    +# define EVP_MD_CTX_FLAG_PAD_PKCS1       0x00/* PKCS#1 v1.5 mode */
    +# define EVP_MD_CTX_FLAG_PAD_X931        0x10/* X9.31 mode */
    +# define EVP_MD_CTX_FLAG_PAD_PSS         0x20/* PSS mode */
    +
    +# define EVP_MD_CTX_FLAG_NO_INIT         0x0100/* Don't initialize md_data */
    +
    +struct evp_cipher_st {
    +    int nid;
    +    int block_size;
    +    /* Default value for variable length ciphers */
    +    int key_len;
    +    int iv_len;
    +    /* Various flags */
    +    unsigned long flags;
    +    /* init key */
    +    int (*init) (EVP_CIPHER_CTX *ctx, const unsigned char *key,
    +                 const unsigned char *iv, int enc);
    +    /* encrypt/decrypt data */
    +    int (*do_cipher) (EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                      const unsigned char *in, size_t inl);
    +    /* cleanup ctx */
    +    int (*cleanup) (EVP_CIPHER_CTX *);
    +    /* how big ctx->cipher_data needs to be */
    +    int ctx_size;
    +    /* Populate a ASN1_TYPE with parameters */
    +    int (*set_asn1_parameters) (EVP_CIPHER_CTX *, ASN1_TYPE *);
    +    /* Get parameters from a ASN1_TYPE */
    +    int (*get_asn1_parameters) (EVP_CIPHER_CTX *, ASN1_TYPE *);
    +    /* Miscellaneous operations */
    +    int (*ctrl) (EVP_CIPHER_CTX *, int type, int arg, void *ptr);
    +    /* Application data */
    +    void *app_data;
    +} /* EVP_CIPHER */ ;
     
     /* Values for cipher flags */
     
     /* Modes for ciphers */
     
    -#define		EVP_CIPH_STREAM_CIPHER		0x0
    -#define		EVP_CIPH_ECB_MODE		0x1
    -#define		EVP_CIPH_CBC_MODE		0x2
    -#define		EVP_CIPH_CFB_MODE		0x3
    -#define		EVP_CIPH_OFB_MODE		0x4
    -#define		EVP_CIPH_CTR_MODE		0x5
    -#define		EVP_CIPH_GCM_MODE		0x6
    -#define		EVP_CIPH_CCM_MODE		0x7
    -#define		EVP_CIPH_XTS_MODE		0x10001
    -#define 	EVP_CIPH_MODE			0xF0007
    +# define         EVP_CIPH_STREAM_CIPHER          0x0
    +# define         EVP_CIPH_ECB_MODE               0x1
    +# define         EVP_CIPH_CBC_MODE               0x2
    +# define         EVP_CIPH_CFB_MODE               0x3
    +# define         EVP_CIPH_OFB_MODE               0x4
    +# define         EVP_CIPH_CTR_MODE               0x5
    +# define         EVP_CIPH_GCM_MODE               0x6
    +# define         EVP_CIPH_CCM_MODE               0x7
    +# define         EVP_CIPH_XTS_MODE               0x10001
    +# define         EVP_CIPH_WRAP_MODE              0x10002
    +# define         EVP_CIPH_MODE                   0xF0007
     /* Set if variable length cipher */
    -#define 	EVP_CIPH_VARIABLE_LENGTH	0x8
    +# define         EVP_CIPH_VARIABLE_LENGTH        0x8
     /* Set if the iv handling should be done by the cipher itself */
    -#define 	EVP_CIPH_CUSTOM_IV		0x10
    +# define         EVP_CIPH_CUSTOM_IV              0x10
     /* Set if the cipher's init() function should be called if key is NULL */
    -#define 	EVP_CIPH_ALWAYS_CALL_INIT	0x20
    +# define         EVP_CIPH_ALWAYS_CALL_INIT       0x20
     /* Call ctrl() to init cipher parameters */
    -#define 	EVP_CIPH_CTRL_INIT		0x40
    +# define         EVP_CIPH_CTRL_INIT              0x40
     /* Don't use standard key length function */
    -#define 	EVP_CIPH_CUSTOM_KEY_LENGTH	0x80
    +# define         EVP_CIPH_CUSTOM_KEY_LENGTH      0x80
     /* Don't use standard block padding */
    -#define 	EVP_CIPH_NO_PADDING		0x100
    +# define         EVP_CIPH_NO_PADDING             0x100
     /* cipher handles random key generation */
    -#define 	EVP_CIPH_RAND_KEY		0x200
    +# define         EVP_CIPH_RAND_KEY               0x200
     /* cipher has its own additional copying logic */
    -#define 	EVP_CIPH_CUSTOM_COPY		0x400
    +# define         EVP_CIPH_CUSTOM_COPY            0x400
     /* Allow use default ASN1 get/set iv */
    -#define		EVP_CIPH_FLAG_DEFAULT_ASN1	0x1000
    +# define         EVP_CIPH_FLAG_DEFAULT_ASN1      0x1000
     /* Buffer length in bits not bytes: CFB1 mode only */
    -#define		EVP_CIPH_FLAG_LENGTH_BITS	0x2000
    +# define         EVP_CIPH_FLAG_LENGTH_BITS       0x2000
     /* Note if suitable for use in FIPS mode */
    -#define		EVP_CIPH_FLAG_FIPS		0x4000
    +# define         EVP_CIPH_FLAG_FIPS              0x4000
     /* Allow non FIPS cipher in FIPS mode */
    -#define		EVP_CIPH_FLAG_NON_FIPS_ALLOW	0x8000
    -/* Cipher handles any and all padding logic as well
    - * as finalisation.
    +# define         EVP_CIPH_FLAG_NON_FIPS_ALLOW    0x8000
    +/*
    + * Cipher handles any and all padding logic as well as finalisation.
      */
    -#define 	EVP_CIPH_FLAG_CUSTOM_CIPHER	0x100000
    -#define		EVP_CIPH_FLAG_AEAD_CIPHER	0x200000
    +# define         EVP_CIPH_FLAG_CUSTOM_CIPHER     0x100000
    +# define         EVP_CIPH_FLAG_AEAD_CIPHER       0x200000
    +# define         EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK 0x400000
    +
    +/*
    + * Cipher context flag to indicate we can handle wrap mode: if allowed in
    + * older applications it could overflow buffers.
    + */
    +
    +# define         EVP_CIPHER_CTX_FLAG_WRAP_ALLOW  0x1
     
     /* ctrl() values */
     
    -#define		EVP_CTRL_INIT			0x0
    -#define 	EVP_CTRL_SET_KEY_LENGTH		0x1
    -#define 	EVP_CTRL_GET_RC2_KEY_BITS	0x2
    -#define 	EVP_CTRL_SET_RC2_KEY_BITS	0x3
    -#define 	EVP_CTRL_GET_RC5_ROUNDS		0x4
    -#define 	EVP_CTRL_SET_RC5_ROUNDS		0x5
    -#define 	EVP_CTRL_RAND_KEY		0x6
    -#define 	EVP_CTRL_PBE_PRF_NID		0x7
    -#define 	EVP_CTRL_COPY			0x8
    -#define 	EVP_CTRL_GCM_SET_IVLEN		0x9
    -#define 	EVP_CTRL_GCM_GET_TAG		0x10
    -#define 	EVP_CTRL_GCM_SET_TAG		0x11
    -#define		EVP_CTRL_GCM_SET_IV_FIXED	0x12
    -#define		EVP_CTRL_GCM_IV_GEN		0x13
    -#define		EVP_CTRL_CCM_SET_IVLEN		EVP_CTRL_GCM_SET_IVLEN
    -#define		EVP_CTRL_CCM_GET_TAG		EVP_CTRL_GCM_GET_TAG
    -#define		EVP_CTRL_CCM_SET_TAG		EVP_CTRL_GCM_SET_TAG
    -#define		EVP_CTRL_CCM_SET_L		0x14
    -#define		EVP_CTRL_CCM_SET_MSGLEN		0x15
    -/* AEAD cipher deduces payload length and returns number of bytes
    - * required to store MAC and eventual padding. Subsequent call to
    - * EVP_Cipher even appends/verifies MAC.
    +# define         EVP_CTRL_INIT                   0x0
    +# define         EVP_CTRL_SET_KEY_LENGTH         0x1
    +# define         EVP_CTRL_GET_RC2_KEY_BITS       0x2
    +# define         EVP_CTRL_SET_RC2_KEY_BITS       0x3
    +# define         EVP_CTRL_GET_RC5_ROUNDS         0x4
    +# define         EVP_CTRL_SET_RC5_ROUNDS         0x5
    +# define         EVP_CTRL_RAND_KEY               0x6
    +# define         EVP_CTRL_PBE_PRF_NID            0x7
    +# define         EVP_CTRL_COPY                   0x8
    +# define         EVP_CTRL_GCM_SET_IVLEN          0x9
    +# define         EVP_CTRL_GCM_GET_TAG            0x10
    +# define         EVP_CTRL_GCM_SET_TAG            0x11
    +# define         EVP_CTRL_GCM_SET_IV_FIXED       0x12
    +# define         EVP_CTRL_GCM_IV_GEN             0x13
    +# define         EVP_CTRL_CCM_SET_IVLEN          EVP_CTRL_GCM_SET_IVLEN
    +# define         EVP_CTRL_CCM_GET_TAG            EVP_CTRL_GCM_GET_TAG
    +# define         EVP_CTRL_CCM_SET_TAG            EVP_CTRL_GCM_SET_TAG
    +# define         EVP_CTRL_CCM_SET_L              0x14
    +# define         EVP_CTRL_CCM_SET_MSGLEN         0x15
    +/*
    + * AEAD cipher deduces payload length and returns number of bytes required to
    + * store MAC and eventual padding. Subsequent call to EVP_Cipher even
    + * appends/verifies MAC.
      */
    -#define		EVP_CTRL_AEAD_TLS1_AAD		0x16
    +# define         EVP_CTRL_AEAD_TLS1_AAD          0x16
     /* Used by composite AEAD ciphers, no-op in GCM, CCM... */
    -#define		EVP_CTRL_AEAD_SET_MAC_KEY	0x17
    +# define         EVP_CTRL_AEAD_SET_MAC_KEY       0x17
     /* Set the GCM invocation field, decrypt only */
    -#define		EVP_CTRL_GCM_SET_IV_INV		0x18
    +# define         EVP_CTRL_GCM_SET_IV_INV         0x18
    +
    +# define         EVP_CTRL_TLS1_1_MULTIBLOCK_AAD  0x19
    +# define         EVP_CTRL_TLS1_1_MULTIBLOCK_ENCRYPT      0x1a
    +# define         EVP_CTRL_TLS1_1_MULTIBLOCK_DECRYPT      0x1b
    +# define         EVP_CTRL_TLS1_1_MULTIBLOCK_MAX_BUFSIZE  0x1c
    +
    +typedef struct {
    +    unsigned char *out;
    +    const unsigned char *inp;
    +    size_t len;
    +    unsigned int interleave;
    +} EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM;
     
     /* GCM TLS constants */
     /* Length of fixed part of IV derived from PRF */
    -#define EVP_GCM_TLS_FIXED_IV_LEN			4
    +# define EVP_GCM_TLS_FIXED_IV_LEN                        4
     /* Length of explicit part of IV part of TLS records */
    -#define EVP_GCM_TLS_EXPLICIT_IV_LEN			8
    +# define EVP_GCM_TLS_EXPLICIT_IV_LEN                     8
     /* Length of tag for TLS */
    -#define EVP_GCM_TLS_TAG_LEN				16
    -
    -typedef struct evp_cipher_info_st
    -	{
    -	const EVP_CIPHER *cipher;
    -	unsigned char iv[EVP_MAX_IV_LENGTH];
    -	} EVP_CIPHER_INFO;
    -
    -struct evp_cipher_ctx_st
    -	{
    -	const EVP_CIPHER *cipher;
    -	ENGINE *engine;	/* functional reference if 'cipher' is ENGINE-provided */
    -	int encrypt;		/* encrypt or decrypt */
    -	int buf_len;		/* number we have left */
    -
    -	unsigned char  oiv[EVP_MAX_IV_LENGTH];	/* original iv */
    -	unsigned char  iv[EVP_MAX_IV_LENGTH];	/* working iv */
    -	unsigned char buf[EVP_MAX_BLOCK_LENGTH];/* saved partial block */
    -	int num;				/* used by cfb/ofb/ctr mode */
    -
    -	void *app_data;		/* application stuff */
    -	int key_len;		/* May change for variable length cipher */
    -	unsigned long flags;	/* Various flags */
    -	void *cipher_data; /* per EVP data */
    -	int final_used;
    -	int block_mask;
    -	unsigned char final[EVP_MAX_BLOCK_LENGTH];/* possible final block */
    -	} /* EVP_CIPHER_CTX */;
    -
    -typedef struct evp_Encode_Ctx_st
    -	{
    -	int num;	/* number saved in a partial encode/decode */
    -	int length;	/* The length is either the output line length
    -			 * (in input bytes) or the shortest input line
    -			 * length that is ok.  Once decoding begins,
    -			 * the length is adjusted up each time a longer
    -			 * line is decoded */
    -	unsigned char enc_data[80];	/* data to encode */
    -	int line_num;	/* number read on current line */
    -	int expect_nl;
    -	} EVP_ENCODE_CTX;
    +# define EVP_GCM_TLS_TAG_LEN                             16
    +
    +typedef struct evp_cipher_info_st {
    +    const EVP_CIPHER *cipher;
    +    unsigned char iv[EVP_MAX_IV_LENGTH];
    +} EVP_CIPHER_INFO;
    +
    +struct evp_cipher_ctx_st {
    +    const EVP_CIPHER *cipher;
    +    ENGINE *engine;             /* functional reference if 'cipher' is
    +                                 * ENGINE-provided */
    +    int encrypt;                /* encrypt or decrypt */
    +    int buf_len;                /* number we have left */
    +    unsigned char oiv[EVP_MAX_IV_LENGTH]; /* original iv */
    +    unsigned char iv[EVP_MAX_IV_LENGTH]; /* working iv */
    +    unsigned char buf[EVP_MAX_BLOCK_LENGTH]; /* saved partial block */
    +    int num;                    /* used by cfb/ofb/ctr mode */
    +    void *app_data;             /* application stuff */
    +    int key_len;                /* May change for variable length cipher */
    +    unsigned long flags;        /* Various flags */
    +    void *cipher_data;          /* per EVP data */
    +    int final_used;
    +    int block_mask;
    +    unsigned char final[EVP_MAX_BLOCK_LENGTH]; /* possible final block */
    +} /* EVP_CIPHER_CTX */ ;
    +
    +typedef struct evp_Encode_Ctx_st {
    +    /* number saved in a partial encode/decode */
    +    int num;
    +    /*
    +     * The length is either the output line length (in input bytes) or the
    +     * shortest input line length that is ok.  Once decoding begins, the
    +     * length is adjusted up each time a longer line is decoded
    +     */
    +    int length;
    +    /* data to encode */
    +    unsigned char enc_data[80];
    +    /* number read on current line */
    +    int line_num;
    +    int expect_nl;
    +} EVP_ENCODE_CTX;
     
     /* Password based encryption function */
    -typedef int (EVP_PBE_KEYGEN)(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
    -		ASN1_TYPE *param, const EVP_CIPHER *cipher,
    -                const EVP_MD *md, int en_de);
    -
    -#ifndef OPENSSL_NO_RSA
    -#define EVP_PKEY_assign_RSA(pkey,rsa) EVP_PKEY_assign((pkey),EVP_PKEY_RSA,\
    -					(char *)(rsa))
    -#endif
    +typedef int (EVP_PBE_KEYGEN) (EVP_CIPHER_CTX *ctx, const char *pass,
    +                              int passlen, ASN1_TYPE *param,
    +                              const EVP_CIPHER *cipher, const EVP_MD *md,
    +                              int en_de);
    +
    +# ifndef OPENSSL_NO_RSA
    +#  define EVP_PKEY_assign_RSA(pkey,rsa) EVP_PKEY_assign((pkey),EVP_PKEY_RSA,\
    +                                        (char *)(rsa))
    +# endif
     
    -#ifndef OPENSSL_NO_DSA
    -#define EVP_PKEY_assign_DSA(pkey,dsa) EVP_PKEY_assign((pkey),EVP_PKEY_DSA,\
    -					(char *)(dsa))
    -#endif
    +# ifndef OPENSSL_NO_DSA
    +#  define EVP_PKEY_assign_DSA(pkey,dsa) EVP_PKEY_assign((pkey),EVP_PKEY_DSA,\
    +                                        (char *)(dsa))
    +# endif
     
    -#ifndef OPENSSL_NO_DH
    -#define EVP_PKEY_assign_DH(pkey,dh) EVP_PKEY_assign((pkey),EVP_PKEY_DH,\
    -					(char *)(dh))
    -#endif
    +# ifndef OPENSSL_NO_DH
    +#  define EVP_PKEY_assign_DH(pkey,dh) EVP_PKEY_assign((pkey),EVP_PKEY_DH,\
    +                                        (char *)(dh))
    +# endif
     
    -#ifndef OPENSSL_NO_EC
    -#define EVP_PKEY_assign_EC_KEY(pkey,eckey) EVP_PKEY_assign((pkey),EVP_PKEY_EC,\
    +# ifndef OPENSSL_NO_EC
    +#  define EVP_PKEY_assign_EC_KEY(pkey,eckey) EVP_PKEY_assign((pkey),EVP_PKEY_EC,\
                                             (char *)(eckey))
    -#endif
    +# endif
     
     /* Add some extra combinations */
    -#define EVP_get_digestbynid(a) EVP_get_digestbyname(OBJ_nid2sn(a))
    -#define EVP_get_digestbyobj(a) EVP_get_digestbynid(OBJ_obj2nid(a))
    -#define EVP_get_cipherbynid(a) EVP_get_cipherbyname(OBJ_nid2sn(a))
    -#define EVP_get_cipherbyobj(a) EVP_get_cipherbynid(OBJ_obj2nid(a))
    +# define EVP_get_digestbynid(a) EVP_get_digestbyname(OBJ_nid2sn(a))
    +# define EVP_get_digestbyobj(a) EVP_get_digestbynid(OBJ_obj2nid(a))
    +# define EVP_get_cipherbynid(a) EVP_get_cipherbyname(OBJ_nid2sn(a))
    +# define EVP_get_cipherbyobj(a) EVP_get_cipherbynid(OBJ_obj2nid(a))
     
     int EVP_MD_type(const EVP_MD *md);
    -#define EVP_MD_nid(e)			EVP_MD_type(e)
    -#define EVP_MD_name(e)			OBJ_nid2sn(EVP_MD_nid(e))
    -int EVP_MD_pkey_type(const EVP_MD *md);	
    +# define EVP_MD_nid(e)                   EVP_MD_type(e)
    +# define EVP_MD_name(e)                  OBJ_nid2sn(EVP_MD_nid(e))
    +int EVP_MD_pkey_type(const EVP_MD *md);
     int EVP_MD_size(const EVP_MD *md);
     int EVP_MD_block_size(const EVP_MD *md);
     unsigned long EVP_MD_flags(const EVP_MD *md);
     
     const EVP_MD *EVP_MD_CTX_md(const EVP_MD_CTX *ctx);
    -#define EVP_MD_CTX_size(e)		EVP_MD_size(EVP_MD_CTX_md(e))
    -#define EVP_MD_CTX_block_size(e)	EVP_MD_block_size(EVP_MD_CTX_md(e))
    -#define EVP_MD_CTX_type(e)		EVP_MD_type(EVP_MD_CTX_md(e))
    +# define EVP_MD_CTX_size(e)              EVP_MD_size(EVP_MD_CTX_md(e))
    +# define EVP_MD_CTX_block_size(e)        EVP_MD_block_size(EVP_MD_CTX_md(e))
    +# define EVP_MD_CTX_type(e)              EVP_MD_type(EVP_MD_CTX_md(e))
     
     int EVP_CIPHER_nid(const EVP_CIPHER *cipher);
    -#define EVP_CIPHER_name(e)		OBJ_nid2sn(EVP_CIPHER_nid(e))
    +# define EVP_CIPHER_name(e)              OBJ_nid2sn(EVP_CIPHER_nid(e))
     int EVP_CIPHER_block_size(const EVP_CIPHER *cipher);
     int EVP_CIPHER_key_length(const EVP_CIPHER *cipher);
     int EVP_CIPHER_iv_length(const EVP_CIPHER *cipher);
     unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher);
    -#define EVP_CIPHER_mode(e)		(EVP_CIPHER_flags(e) & EVP_CIPH_MODE)
    +# define EVP_CIPHER_mode(e)              (EVP_CIPHER_flags(e) & EVP_CIPH_MODE)
     
    -const EVP_CIPHER * EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx);
    +const EVP_CIPHER *EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx);
     int EVP_CIPHER_CTX_nid(const EVP_CIPHER_CTX *ctx);
     int EVP_CIPHER_CTX_block_size(const EVP_CIPHER_CTX *ctx);
     int EVP_CIPHER_CTX_key_length(const EVP_CIPHER_CTX *ctx);
     int EVP_CIPHER_CTX_iv_length(const EVP_CIPHER_CTX *ctx);
     int EVP_CIPHER_CTX_copy(EVP_CIPHER_CTX *out, const EVP_CIPHER_CTX *in);
    -void * EVP_CIPHER_CTX_get_app_data(const EVP_CIPHER_CTX *ctx);
    +void *EVP_CIPHER_CTX_get_app_data(const EVP_CIPHER_CTX *ctx);
     void EVP_CIPHER_CTX_set_app_data(EVP_CIPHER_CTX *ctx, void *data);
    -#define EVP_CIPHER_CTX_type(c)         EVP_CIPHER_type(EVP_CIPHER_CTX_cipher(c))
    +# define EVP_CIPHER_CTX_type(c)         EVP_CIPHER_type(EVP_CIPHER_CTX_cipher(c))
     unsigned long EVP_CIPHER_CTX_flags(const EVP_CIPHER_CTX *ctx);
    -#define EVP_CIPHER_CTX_mode(e)		(EVP_CIPHER_CTX_flags(e) & EVP_CIPH_MODE)
    -
    -#define EVP_ENCODE_LENGTH(l)	(((l+2)/3*4)+(l/48+1)*2+80)
    -#define EVP_DECODE_LENGTH(l)	((l+3)/4*3+80)
    -
    -#define EVP_SignInit_ex(a,b,c)		EVP_DigestInit_ex(a,b,c)
    -#define EVP_SignInit(a,b)		EVP_DigestInit(a,b)
    -#define EVP_SignUpdate(a,b,c)		EVP_DigestUpdate(a,b,c)
    -#define	EVP_VerifyInit_ex(a,b,c)	EVP_DigestInit_ex(a,b,c)
    -#define	EVP_VerifyInit(a,b)		EVP_DigestInit(a,b)
    -#define	EVP_VerifyUpdate(a,b,c)		EVP_DigestUpdate(a,b,c)
    -#define EVP_OpenUpdate(a,b,c,d,e)	EVP_DecryptUpdate(a,b,c,d,e)
    -#define EVP_SealUpdate(a,b,c,d,e)	EVP_EncryptUpdate(a,b,c,d,e)	
    -#define EVP_DigestSignUpdate(a,b,c)	EVP_DigestUpdate(a,b,c)
    -#define EVP_DigestVerifyUpdate(a,b,c)	EVP_DigestUpdate(a,b,c)
    -
    -#ifdef CONST_STRICT
    -void BIO_set_md(BIO *,const EVP_MD *md);
    -#else
    -# define BIO_set_md(b,md)		BIO_ctrl(b,BIO_C_SET_MD,0,(char *)md)
    -#endif
    -#define BIO_get_md(b,mdp)		BIO_ctrl(b,BIO_C_GET_MD,0,(char *)mdp)
    -#define BIO_get_md_ctx(b,mdcp)     BIO_ctrl(b,BIO_C_GET_MD_CTX,0,(char *)mdcp)
    -#define BIO_set_md_ctx(b,mdcp)     BIO_ctrl(b,BIO_C_SET_MD_CTX,0,(char *)mdcp)
    -#define BIO_get_cipher_status(b)	BIO_ctrl(b,BIO_C_GET_CIPHER_STATUS,0,NULL)
    -#define BIO_get_cipher_ctx(b,c_pp)	BIO_ctrl(b,BIO_C_GET_CIPHER_CTX,0,(char *)c_pp)
    +# define EVP_CIPHER_CTX_mode(e)          (EVP_CIPHER_CTX_flags(e) & EVP_CIPH_MODE)
    +
    +# define EVP_ENCODE_LENGTH(l)    (((l+2)/3*4)+(l/48+1)*2+80)
    +# define EVP_DECODE_LENGTH(l)    ((l+3)/4*3+80)
    +
    +# define EVP_SignInit_ex(a,b,c)          EVP_DigestInit_ex(a,b,c)
    +# define EVP_SignInit(a,b)               EVP_DigestInit(a,b)
    +# define EVP_SignUpdate(a,b,c)           EVP_DigestUpdate(a,b,c)
    +# define EVP_VerifyInit_ex(a,b,c)        EVP_DigestInit_ex(a,b,c)
    +# define EVP_VerifyInit(a,b)             EVP_DigestInit(a,b)
    +# define EVP_VerifyUpdate(a,b,c)         EVP_DigestUpdate(a,b,c)
    +# define EVP_OpenUpdate(a,b,c,d,e)       EVP_DecryptUpdate(a,b,c,d,e)
    +# define EVP_SealUpdate(a,b,c,d,e)       EVP_EncryptUpdate(a,b,c,d,e)
    +# define EVP_DigestSignUpdate(a,b,c)     EVP_DigestUpdate(a,b,c)
    +# define EVP_DigestVerifyUpdate(a,b,c)   EVP_DigestUpdate(a,b,c)
    +
    +# ifdef CONST_STRICT
    +void BIO_set_md(BIO *, const EVP_MD *md);
    +# else
    +#  define BIO_set_md(b,md)               BIO_ctrl(b,BIO_C_SET_MD,0,(char *)md)
    +# endif
    +# define BIO_get_md(b,mdp)               BIO_ctrl(b,BIO_C_GET_MD,0,(char *)mdp)
    +# define BIO_get_md_ctx(b,mdcp)     BIO_ctrl(b,BIO_C_GET_MD_CTX,0,(char *)mdcp)
    +# define BIO_set_md_ctx(b,mdcp)     BIO_ctrl(b,BIO_C_SET_MD_CTX,0,(char *)mdcp)
    +# define BIO_get_cipher_status(b)        BIO_ctrl(b,BIO_C_GET_CIPHER_STATUS,0,NULL)
    +# define BIO_get_cipher_ctx(b,c_pp)      BIO_ctrl(b,BIO_C_GET_CIPHER_CTX,0,(char *)c_pp)
     
     int EVP_Cipher(EVP_CIPHER_CTX *c,
    -		unsigned char *out,
    -		const unsigned char *in,
    -		unsigned int inl);
    -
    -#define EVP_add_cipher_alias(n,alias) \
    -	OBJ_NAME_add((alias),OBJ_NAME_TYPE_CIPHER_METH|OBJ_NAME_ALIAS,(n))
    -#define EVP_add_digest_alias(n,alias) \
    -	OBJ_NAME_add((alias),OBJ_NAME_TYPE_MD_METH|OBJ_NAME_ALIAS,(n))
    -#define EVP_delete_cipher_alias(alias) \
    -	OBJ_NAME_remove(alias,OBJ_NAME_TYPE_CIPHER_METH|OBJ_NAME_ALIAS);
    -#define EVP_delete_digest_alias(alias) \
    -	OBJ_NAME_remove(alias,OBJ_NAME_TYPE_MD_METH|OBJ_NAME_ALIAS);
    -
    -void	EVP_MD_CTX_init(EVP_MD_CTX *ctx);
    -int	EVP_MD_CTX_cleanup(EVP_MD_CTX *ctx);
    +               unsigned char *out, const unsigned char *in, unsigned int inl);
    +
    +# define EVP_add_cipher_alias(n,alias) \
    +        OBJ_NAME_add((alias),OBJ_NAME_TYPE_CIPHER_METH|OBJ_NAME_ALIAS,(n))
    +# define EVP_add_digest_alias(n,alias) \
    +        OBJ_NAME_add((alias),OBJ_NAME_TYPE_MD_METH|OBJ_NAME_ALIAS,(n))
    +# define EVP_delete_cipher_alias(alias) \
    +        OBJ_NAME_remove(alias,OBJ_NAME_TYPE_CIPHER_METH|OBJ_NAME_ALIAS);
    +# define EVP_delete_digest_alias(alias) \
    +        OBJ_NAME_remove(alias,OBJ_NAME_TYPE_MD_METH|OBJ_NAME_ALIAS);
    +
    +void EVP_MD_CTX_init(EVP_MD_CTX *ctx);
    +int EVP_MD_CTX_cleanup(EVP_MD_CTX *ctx);
     EVP_MD_CTX *EVP_MD_CTX_create(void);
    -void	EVP_MD_CTX_destroy(EVP_MD_CTX *ctx);
    -int     EVP_MD_CTX_copy_ex(EVP_MD_CTX *out,const EVP_MD_CTX *in);  
    -void	EVP_MD_CTX_set_flags(EVP_MD_CTX *ctx, int flags);
    -void	EVP_MD_CTX_clear_flags(EVP_MD_CTX *ctx, int flags);
    -int 	EVP_MD_CTX_test_flags(const EVP_MD_CTX *ctx,int flags);
    -int	EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl);
    -int	EVP_DigestUpdate(EVP_MD_CTX *ctx,const void *d,
    -			 size_t cnt);
    -int	EVP_DigestFinal_ex(EVP_MD_CTX *ctx,unsigned char *md,unsigned int *s);
    -int	EVP_Digest(const void *data, size_t count,
    -		unsigned char *md, unsigned int *size, const EVP_MD *type, ENGINE *impl);
    -
    -int     EVP_MD_CTX_copy(EVP_MD_CTX *out,const EVP_MD_CTX *in);  
    -int	EVP_DigestInit(EVP_MD_CTX *ctx, const EVP_MD *type);
    -int	EVP_DigestFinal(EVP_MD_CTX *ctx,unsigned char *md,unsigned int *s);
    -
    -int	EVP_read_pw_string(char *buf,int length,const char *prompt,int verify);
    -int	EVP_read_pw_string_min(char *buf,int minlen,int maxlen,const char *prompt,int verify);
    -void	EVP_set_pw_prompt(const char *prompt);
    -char *	EVP_get_pw_prompt(void);
    -
    -int	EVP_BytesToKey(const EVP_CIPHER *type,const EVP_MD *md,
    -		const unsigned char *salt, const unsigned char *data,
    -		int datal, int count, unsigned char *key,unsigned char *iv);
    -
    -void	EVP_CIPHER_CTX_set_flags(EVP_CIPHER_CTX *ctx, int flags);
    -void	EVP_CIPHER_CTX_clear_flags(EVP_CIPHER_CTX *ctx, int flags);
    -int 	EVP_CIPHER_CTX_test_flags(const EVP_CIPHER_CTX *ctx,int flags);
    -
    -int	EVP_EncryptInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
    -		const unsigned char *key, const unsigned char *iv);
    -int	EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
    -		const unsigned char *key, const unsigned char *iv);
    -int	EVP_EncryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -		int *outl, const unsigned char *in, int inl);
    -int	EVP_EncryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl);
    -int	EVP_EncryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl);
    -
    -int	EVP_DecryptInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
    -		const unsigned char *key, const unsigned char *iv);
    -int	EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
    -		const unsigned char *key, const unsigned char *iv);
    -int	EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -		int *outl, const unsigned char *in, int inl);
    -int	EVP_DecryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl);
    -int	EVP_DecryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl);
    -
    -int	EVP_CipherInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
    -		       const unsigned char *key,const unsigned char *iv,
    -		       int enc);
    -int	EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
    -		       const unsigned char *key,const unsigned char *iv,
    -		       int enc);
    -int	EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -		int *outl, const unsigned char *in, int inl);
    -int	EVP_CipherFinal(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl);
    -int	EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl);
    -
    -int	EVP_SignFinal(EVP_MD_CTX *ctx,unsigned char *md,unsigned int *s,
    -		EVP_PKEY *pkey);
    -
    -int	EVP_VerifyFinal(EVP_MD_CTX *ctx,const unsigned char *sigbuf,
    -		unsigned int siglen,EVP_PKEY *pkey);
    -
    -int	EVP_DigestSignInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx,
    -			const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey);
    -int	EVP_DigestSignFinal(EVP_MD_CTX *ctx,
    -			unsigned char *sigret, size_t *siglen);
    -
    -int	EVP_DigestVerifyInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx,
    -			const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey);
    -int	EVP_DigestVerifyFinal(EVP_MD_CTX *ctx,
    -			unsigned char *sig, size_t siglen);
    -
    -int	EVP_OpenInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *type,
    -		const unsigned char *ek, int ekl, const unsigned char *iv,
    -		EVP_PKEY *priv);
    -int	EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl);
    -
    -int	EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
    -		 unsigned char **ek, int *ekl, unsigned char *iv,
    -		EVP_PKEY **pubk, int npubk);
    -int	EVP_SealFinal(EVP_CIPHER_CTX *ctx,unsigned char *out,int *outl);
    -
    -void	EVP_EncodeInit(EVP_ENCODE_CTX *ctx);
    -void	EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx,unsigned char *out,int *outl,
    -		const unsigned char *in,int inl);
    -void	EVP_EncodeFinal(EVP_ENCODE_CTX *ctx,unsigned char *out,int *outl);
    -int	EVP_EncodeBlock(unsigned char *t, const unsigned char *f, int n);
    -
    -void	EVP_DecodeInit(EVP_ENCODE_CTX *ctx);
    -int	EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx,unsigned char *out,int *outl,
    -		const unsigned char *in, int inl);
    -int	EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, unsigned
    -		char *out, int *outl);
    -int	EVP_DecodeBlock(unsigned char *t, const unsigned char *f, int n);
    +void EVP_MD_CTX_destroy(EVP_MD_CTX *ctx);
    +int EVP_MD_CTX_copy_ex(EVP_MD_CTX *out, const EVP_MD_CTX *in);
    +void EVP_MD_CTX_set_flags(EVP_MD_CTX *ctx, int flags);
    +void EVP_MD_CTX_clear_flags(EVP_MD_CTX *ctx, int flags);
    +int EVP_MD_CTX_test_flags(const EVP_MD_CTX *ctx, int flags);
    +int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl);
    +int EVP_DigestUpdate(EVP_MD_CTX *ctx, const void *d, size_t cnt);
    +int EVP_DigestFinal_ex(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *s);
    +int EVP_Digest(const void *data, size_t count,
    +               unsigned char *md, unsigned int *size, const EVP_MD *type,
    +               ENGINE *impl);
    +
    +int EVP_MD_CTX_copy(EVP_MD_CTX *out, const EVP_MD_CTX *in);
    +int EVP_DigestInit(EVP_MD_CTX *ctx, const EVP_MD *type);
    +int EVP_DigestFinal(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *s);
    +
    +int EVP_read_pw_string(char *buf, int length, const char *prompt, int verify);
    +int EVP_read_pw_string_min(char *buf, int minlen, int maxlen,
    +                           const char *prompt, int verify);
    +void EVP_set_pw_prompt(const char *prompt);
    +char *EVP_get_pw_prompt(void);
    +
    +int EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md,
    +                   const unsigned char *salt, const unsigned char *data,
    +                   int datal, int count, unsigned char *key,
    +                   unsigned char *iv);
    +
    +void EVP_CIPHER_CTX_set_flags(EVP_CIPHER_CTX *ctx, int flags);
    +void EVP_CIPHER_CTX_clear_flags(EVP_CIPHER_CTX *ctx, int flags);
    +int EVP_CIPHER_CTX_test_flags(const EVP_CIPHER_CTX *ctx, int flags);
    +
    +int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
    +                    const unsigned char *key, const unsigned char *iv);
    +int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
    +                       ENGINE *impl, const unsigned char *key,
    +                       const unsigned char *iv);
    +int EVP_EncryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl,
    +                      const unsigned char *in, int inl);
    +int EVP_EncryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl);
    +int EVP_EncryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl);
    +
    +int EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
    +                    const unsigned char *key, const unsigned char *iv);
    +int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
    +                       ENGINE *impl, const unsigned char *key,
    +                       const unsigned char *iv);
    +int EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl,
    +                      const unsigned char *in, int inl);
    +int EVP_DecryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl);
    +int EVP_DecryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl);
    +
    +int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
    +                   const unsigned char *key, const unsigned char *iv,
    +                   int enc);
    +int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
    +                      ENGINE *impl, const unsigned char *key,
    +                      const unsigned char *iv, int enc);
    +int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl,
    +                     const unsigned char *in, int inl);
    +int EVP_CipherFinal(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl);
    +int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl);
    +
    +int EVP_SignFinal(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *s,
    +                  EVP_PKEY *pkey);
    +
    +int EVP_VerifyFinal(EVP_MD_CTX *ctx, const unsigned char *sigbuf,
    +                    unsigned int siglen, EVP_PKEY *pkey);
    +
    +int EVP_DigestSignInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx,
    +                       const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey);
    +int EVP_DigestSignFinal(EVP_MD_CTX *ctx,
    +                        unsigned char *sigret, size_t *siglen);
    +
    +int EVP_DigestVerifyInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx,
    +                         const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey);
    +int EVP_DigestVerifyFinal(EVP_MD_CTX *ctx,
    +                          const unsigned char *sig, size_t siglen);
    +
    +int EVP_OpenInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
    +                 const unsigned char *ek, int ekl, const unsigned char *iv,
    +                 EVP_PKEY *priv);
    +int EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl);
    +
    +int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
    +                 unsigned char **ek, int *ekl, unsigned char *iv,
    +                 EVP_PKEY **pubk, int npubk);
    +int EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl);
    +
    +void EVP_EncodeInit(EVP_ENCODE_CTX *ctx);
    +void EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
    +                      const unsigned char *in, int inl);
    +void EVP_EncodeFinal(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl);
    +int EVP_EncodeBlock(unsigned char *t, const unsigned char *f, int n);
    +
    +void EVP_DecodeInit(EVP_ENCODE_CTX *ctx);
    +int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
    +                     const unsigned char *in, int inl);
    +int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, unsigned
    +                    char *out, int *outl);
    +int EVP_DecodeBlock(unsigned char *t, const unsigned char *f, int n);
     
     void EVP_CIPHER_CTX_init(EVP_CIPHER_CTX *a);
     int EVP_CIPHER_CTX_cleanup(EVP_CIPHER_CTX *a);
    @@ -654,68 +694,68 @@ int EVP_CIPHER_CTX_set_padding(EVP_CIPHER_CTX *c, int pad);
     int EVP_CIPHER_CTX_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr);
     int EVP_CIPHER_CTX_rand_key(EVP_CIPHER_CTX *ctx, unsigned char *key);
     
    -#ifndef OPENSSL_NO_BIO
    +# ifndef OPENSSL_NO_BIO
     BIO_METHOD *BIO_f_md(void);
     BIO_METHOD *BIO_f_base64(void);
     BIO_METHOD *BIO_f_cipher(void);
     BIO_METHOD *BIO_f_reliable(void);
    -void BIO_set_cipher(BIO *b,const EVP_CIPHER *c,const unsigned char *k,
    -		const unsigned char *i, int enc);
    -#endif
    +void BIO_set_cipher(BIO *b, const EVP_CIPHER *c, const unsigned char *k,
    +                    const unsigned char *i, int enc);
    +# endif
     
     const EVP_MD *EVP_md_null(void);
    -#ifndef OPENSSL_NO_MD2
    +# ifndef OPENSSL_NO_MD2
     const EVP_MD *EVP_md2(void);
    -#endif
    -#ifndef OPENSSL_NO_MD4
    +# endif
    +# ifndef OPENSSL_NO_MD4
     const EVP_MD *EVP_md4(void);
    -#endif
    -#ifndef OPENSSL_NO_MD5
    +# endif
    +# ifndef OPENSSL_NO_MD5
     const EVP_MD *EVP_md5(void);
    -#endif
    -#ifndef OPENSSL_NO_SHA
    +# endif
    +# ifndef OPENSSL_NO_SHA
     const EVP_MD *EVP_sha(void);
     const EVP_MD *EVP_sha1(void);
     const EVP_MD *EVP_dss(void);
     const EVP_MD *EVP_dss1(void);
     const EVP_MD *EVP_ecdsa(void);
    -#endif
    -#ifndef OPENSSL_NO_SHA256
    +# endif
    +# ifndef OPENSSL_NO_SHA256
     const EVP_MD *EVP_sha224(void);
     const EVP_MD *EVP_sha256(void);
    -#endif
    -#ifndef OPENSSL_NO_SHA512
    +# endif
    +# ifndef OPENSSL_NO_SHA512
     const EVP_MD *EVP_sha384(void);
     const EVP_MD *EVP_sha512(void);
    -#endif
    -#ifndef OPENSSL_NO_MDC2
    +# endif
    +# ifndef OPENSSL_NO_MDC2
     const EVP_MD *EVP_mdc2(void);
    -#endif
    -#ifndef OPENSSL_NO_RIPEMD
    +# endif
    +# ifndef OPENSSL_NO_RIPEMD
     const EVP_MD *EVP_ripemd160(void);
    -#endif
    -#ifndef OPENSSL_NO_WHIRLPOOL
    +# endif
    +# ifndef OPENSSL_NO_WHIRLPOOL
     const EVP_MD *EVP_whirlpool(void);
    -#endif
    -const EVP_CIPHER *EVP_enc_null(void);		/* does nothing :-) */
    -#ifndef OPENSSL_NO_DES
    +# endif
    +const EVP_CIPHER *EVP_enc_null(void); /* does nothing :-) */
    +# ifndef OPENSSL_NO_DES
     const EVP_CIPHER *EVP_des_ecb(void);
     const EVP_CIPHER *EVP_des_ede(void);
     const EVP_CIPHER *EVP_des_ede3(void);
     const EVP_CIPHER *EVP_des_ede_ecb(void);
     const EVP_CIPHER *EVP_des_ede3_ecb(void);
     const EVP_CIPHER *EVP_des_cfb64(void);
    -# define EVP_des_cfb EVP_des_cfb64
    +#  define EVP_des_cfb EVP_des_cfb64
     const EVP_CIPHER *EVP_des_cfb1(void);
     const EVP_CIPHER *EVP_des_cfb8(void);
     const EVP_CIPHER *EVP_des_ede_cfb64(void);
    -# define EVP_des_ede_cfb EVP_des_ede_cfb64
    -#if 0
    +#  define EVP_des_ede_cfb EVP_des_ede_cfb64
    +#  if 0
     const EVP_CIPHER *EVP_des_ede_cfb1(void);
     const EVP_CIPHER *EVP_des_ede_cfb8(void);
    -#endif
    +#  endif
     const EVP_CIPHER *EVP_des_ede3_cfb64(void);
    -# define EVP_des_ede3_cfb EVP_des_ede3_cfb64
    +#  define EVP_des_ede3_cfb EVP_des_ede3_cfb64
     const EVP_CIPHER *EVP_des_ede3_cfb1(void);
     const EVP_CIPHER *EVP_des_ede3_cfb8(void);
     const EVP_CIPHER *EVP_des_ofb(void);
    @@ -725,146 +765,157 @@ const EVP_CIPHER *EVP_des_cbc(void);
     const EVP_CIPHER *EVP_des_ede_cbc(void);
     const EVP_CIPHER *EVP_des_ede3_cbc(void);
     const EVP_CIPHER *EVP_desx_cbc(void);
    -/* This should now be supported through the dev_crypto ENGINE. But also, why are
    - * rc4 and md5 declarations made here inside a "NO_DES" precompiler branch? */
    -#if 0
    -# ifdef OPENSSL_OPENBSD_DEV_CRYPTO
    +const EVP_CIPHER *EVP_des_ede3_wrap(void);
    +/*
    + * This should now be supported through the dev_crypto ENGINE. But also, why
    + * are rc4 and md5 declarations made here inside a "NO_DES" precompiler
    + * branch?
    + */
    +#  if 0
    +#   ifdef OPENSSL_OPENBSD_DEV_CRYPTO
     const EVP_CIPHER *EVP_dev_crypto_des_ede3_cbc(void);
     const EVP_CIPHER *EVP_dev_crypto_rc4(void);
     const EVP_MD *EVP_dev_crypto_md5(void);
    +#   endif
    +#  endif
     # endif
    -#endif
    -#endif
    -#ifndef OPENSSL_NO_RC4
    +# ifndef OPENSSL_NO_RC4
     const EVP_CIPHER *EVP_rc4(void);
     const EVP_CIPHER *EVP_rc4_40(void);
    -#ifndef OPENSSL_NO_MD5
    +#  ifndef OPENSSL_NO_MD5
     const EVP_CIPHER *EVP_rc4_hmac_md5(void);
    -#endif
    -#endif
    -#ifndef OPENSSL_NO_IDEA
    +#  endif
    +# endif
    +# ifndef OPENSSL_NO_IDEA
     const EVP_CIPHER *EVP_idea_ecb(void);
     const EVP_CIPHER *EVP_idea_cfb64(void);
    -# define EVP_idea_cfb EVP_idea_cfb64
    +#  define EVP_idea_cfb EVP_idea_cfb64
     const EVP_CIPHER *EVP_idea_ofb(void);
     const EVP_CIPHER *EVP_idea_cbc(void);
    -#endif
    -#ifndef OPENSSL_NO_RC2
    +# endif
    +# ifndef OPENSSL_NO_RC2
     const EVP_CIPHER *EVP_rc2_ecb(void);
     const EVP_CIPHER *EVP_rc2_cbc(void);
     const EVP_CIPHER *EVP_rc2_40_cbc(void);
     const EVP_CIPHER *EVP_rc2_64_cbc(void);
     const EVP_CIPHER *EVP_rc2_cfb64(void);
    -# define EVP_rc2_cfb EVP_rc2_cfb64
    +#  define EVP_rc2_cfb EVP_rc2_cfb64
     const EVP_CIPHER *EVP_rc2_ofb(void);
    -#endif
    -#ifndef OPENSSL_NO_BF
    +# endif
    +# ifndef OPENSSL_NO_BF
     const EVP_CIPHER *EVP_bf_ecb(void);
     const EVP_CIPHER *EVP_bf_cbc(void);
     const EVP_CIPHER *EVP_bf_cfb64(void);
    -# define EVP_bf_cfb EVP_bf_cfb64
    +#  define EVP_bf_cfb EVP_bf_cfb64
     const EVP_CIPHER *EVP_bf_ofb(void);
    -#endif
    -#ifndef OPENSSL_NO_CAST
    +# endif
    +# ifndef OPENSSL_NO_CAST
     const EVP_CIPHER *EVP_cast5_ecb(void);
     const EVP_CIPHER *EVP_cast5_cbc(void);
     const EVP_CIPHER *EVP_cast5_cfb64(void);
    -# define EVP_cast5_cfb EVP_cast5_cfb64
    +#  define EVP_cast5_cfb EVP_cast5_cfb64
     const EVP_CIPHER *EVP_cast5_ofb(void);
    -#endif
    -#ifndef OPENSSL_NO_RC5
    +# endif
    +# ifndef OPENSSL_NO_RC5
     const EVP_CIPHER *EVP_rc5_32_12_16_cbc(void);
     const EVP_CIPHER *EVP_rc5_32_12_16_ecb(void);
     const EVP_CIPHER *EVP_rc5_32_12_16_cfb64(void);
    -# define EVP_rc5_32_12_16_cfb EVP_rc5_32_12_16_cfb64
    +#  define EVP_rc5_32_12_16_cfb EVP_rc5_32_12_16_cfb64
     const EVP_CIPHER *EVP_rc5_32_12_16_ofb(void);
    -#endif
    -#ifndef OPENSSL_NO_AES
    +# endif
    +# ifndef OPENSSL_NO_AES
     const EVP_CIPHER *EVP_aes_128_ecb(void);
     const EVP_CIPHER *EVP_aes_128_cbc(void);
     const EVP_CIPHER *EVP_aes_128_cfb1(void);
     const EVP_CIPHER *EVP_aes_128_cfb8(void);
     const EVP_CIPHER *EVP_aes_128_cfb128(void);
    -# define EVP_aes_128_cfb EVP_aes_128_cfb128
    +#  define EVP_aes_128_cfb EVP_aes_128_cfb128
     const EVP_CIPHER *EVP_aes_128_ofb(void);
     const EVP_CIPHER *EVP_aes_128_ctr(void);
     const EVP_CIPHER *EVP_aes_128_ccm(void);
     const EVP_CIPHER *EVP_aes_128_gcm(void);
     const EVP_CIPHER *EVP_aes_128_xts(void);
    +const EVP_CIPHER *EVP_aes_128_wrap(void);
     const EVP_CIPHER *EVP_aes_192_ecb(void);
     const EVP_CIPHER *EVP_aes_192_cbc(void);
     const EVP_CIPHER *EVP_aes_192_cfb1(void);
     const EVP_CIPHER *EVP_aes_192_cfb8(void);
     const EVP_CIPHER *EVP_aes_192_cfb128(void);
    -# define EVP_aes_192_cfb EVP_aes_192_cfb128
    +#  define EVP_aes_192_cfb EVP_aes_192_cfb128
     const EVP_CIPHER *EVP_aes_192_ofb(void);
     const EVP_CIPHER *EVP_aes_192_ctr(void);
     const EVP_CIPHER *EVP_aes_192_ccm(void);
     const EVP_CIPHER *EVP_aes_192_gcm(void);
    +const EVP_CIPHER *EVP_aes_192_wrap(void);
     const EVP_CIPHER *EVP_aes_256_ecb(void);
     const EVP_CIPHER *EVP_aes_256_cbc(void);
     const EVP_CIPHER *EVP_aes_256_cfb1(void);
     const EVP_CIPHER *EVP_aes_256_cfb8(void);
     const EVP_CIPHER *EVP_aes_256_cfb128(void);
    -# define EVP_aes_256_cfb EVP_aes_256_cfb128
    +#  define EVP_aes_256_cfb EVP_aes_256_cfb128
     const EVP_CIPHER *EVP_aes_256_ofb(void);
     const EVP_CIPHER *EVP_aes_256_ctr(void);
     const EVP_CIPHER *EVP_aes_256_ccm(void);
     const EVP_CIPHER *EVP_aes_256_gcm(void);
     const EVP_CIPHER *EVP_aes_256_xts(void);
    -#if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA1)
    +const EVP_CIPHER *EVP_aes_256_wrap(void);
    +#  if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA1)
     const EVP_CIPHER *EVP_aes_128_cbc_hmac_sha1(void);
     const EVP_CIPHER *EVP_aes_256_cbc_hmac_sha1(void);
    -#endif
    -#endif
    -#ifndef OPENSSL_NO_CAMELLIA
    +#  endif
    +#  ifndef OPENSSL_NO_SHA256
    +const EVP_CIPHER *EVP_aes_128_cbc_hmac_sha256(void);
    +const EVP_CIPHER *EVP_aes_256_cbc_hmac_sha256(void);
    +#  endif
    +# endif
    +# ifndef OPENSSL_NO_CAMELLIA
     const EVP_CIPHER *EVP_camellia_128_ecb(void);
     const EVP_CIPHER *EVP_camellia_128_cbc(void);
     const EVP_CIPHER *EVP_camellia_128_cfb1(void);
     const EVP_CIPHER *EVP_camellia_128_cfb8(void);
     const EVP_CIPHER *EVP_camellia_128_cfb128(void);
    -# define EVP_camellia_128_cfb EVP_camellia_128_cfb128
    +#  define EVP_camellia_128_cfb EVP_camellia_128_cfb128
     const EVP_CIPHER *EVP_camellia_128_ofb(void);
     const EVP_CIPHER *EVP_camellia_192_ecb(void);
     const EVP_CIPHER *EVP_camellia_192_cbc(void);
     const EVP_CIPHER *EVP_camellia_192_cfb1(void);
     const EVP_CIPHER *EVP_camellia_192_cfb8(void);
     const EVP_CIPHER *EVP_camellia_192_cfb128(void);
    -# define EVP_camellia_192_cfb EVP_camellia_192_cfb128
    +#  define EVP_camellia_192_cfb EVP_camellia_192_cfb128
     const EVP_CIPHER *EVP_camellia_192_ofb(void);
     const EVP_CIPHER *EVP_camellia_256_ecb(void);
     const EVP_CIPHER *EVP_camellia_256_cbc(void);
     const EVP_CIPHER *EVP_camellia_256_cfb1(void);
     const EVP_CIPHER *EVP_camellia_256_cfb8(void);
     const EVP_CIPHER *EVP_camellia_256_cfb128(void);
    -# define EVP_camellia_256_cfb EVP_camellia_256_cfb128
    +#  define EVP_camellia_256_cfb EVP_camellia_256_cfb128
     const EVP_CIPHER *EVP_camellia_256_ofb(void);
    -#endif
    +# endif
     
    -#ifndef OPENSSL_NO_SEED
    +# ifndef OPENSSL_NO_SEED
     const EVP_CIPHER *EVP_seed_ecb(void);
     const EVP_CIPHER *EVP_seed_cbc(void);
     const EVP_CIPHER *EVP_seed_cfb128(void);
    -# define EVP_seed_cfb EVP_seed_cfb128
    +#  define EVP_seed_cfb EVP_seed_cfb128
     const EVP_CIPHER *EVP_seed_ofb(void);
    -#endif
    +# endif
     
     void OPENSSL_add_all_algorithms_noconf(void);
     void OPENSSL_add_all_algorithms_conf(void);
     
    -#ifdef OPENSSL_LOAD_CONF
    -#define OpenSSL_add_all_algorithms() \
    -		OPENSSL_add_all_algorithms_conf()
    -#else
    -#define OpenSSL_add_all_algorithms() \
    -		OPENSSL_add_all_algorithms_noconf()
    -#endif
    +# ifdef OPENSSL_LOAD_CONF
    +#  define OpenSSL_add_all_algorithms() \
    +                OPENSSL_add_all_algorithms_conf()
    +# else
    +#  define OpenSSL_add_all_algorithms() \
    +                OPENSSL_add_all_algorithms_noconf()
    +# endif
     
     void OpenSSL_add_all_ciphers(void);
     void OpenSSL_add_all_digests(void);
    -#define SSLeay_add_all_algorithms() OpenSSL_add_all_algorithms()
    -#define SSLeay_add_all_ciphers() OpenSSL_add_all_ciphers()
    -#define SSLeay_add_all_digests() OpenSSL_add_all_digests()
    +# define SSLeay_add_all_algorithms() OpenSSL_add_all_algorithms()
    +# define SSLeay_add_all_ciphers() OpenSSL_add_all_ciphers()
    +# define SSLeay_add_all_digests() OpenSSL_add_all_digests()
     
     int EVP_add_cipher(const EVP_CIPHER *cipher);
     int EVP_add_digest(const EVP_MD *digest);
    @@ -873,79 +924,83 @@ const EVP_CIPHER *EVP_get_cipherbyname(const char *name);
     const EVP_MD *EVP_get_digestbyname(const char *name);
     void EVP_cleanup(void);
     
    -void EVP_CIPHER_do_all(void (*fn)(const EVP_CIPHER *ciph,
    -		const char *from, const char *to, void *x), void *arg);
    -void EVP_CIPHER_do_all_sorted(void (*fn)(const EVP_CIPHER *ciph,
    -		const char *from, const char *to, void *x), void *arg);
    -
    -void EVP_MD_do_all(void (*fn)(const EVP_MD *ciph,
    -		const char *from, const char *to, void *x), void *arg);
    -void EVP_MD_do_all_sorted(void (*fn)(const EVP_MD *ciph,
    -		const char *from, const char *to, void *x), void *arg);
    -
    -int		EVP_PKEY_decrypt_old(unsigned char *dec_key,
    -			const unsigned char *enc_key,int enc_key_len,
    -			EVP_PKEY *private_key);
    -int		EVP_PKEY_encrypt_old(unsigned char *enc_key,
    -			const unsigned char *key,int key_len,
    -			EVP_PKEY *pub_key);
    -int		EVP_PKEY_type(int type);
    -int		EVP_PKEY_id(const EVP_PKEY *pkey);
    -int		EVP_PKEY_base_id(const EVP_PKEY *pkey);
    -int		EVP_PKEY_bits(EVP_PKEY *pkey);
    -int		EVP_PKEY_size(EVP_PKEY *pkey);
    -int 		EVP_PKEY_set_type(EVP_PKEY *pkey,int type);
    -int		EVP_PKEY_set_type_str(EVP_PKEY *pkey, const char *str, int len);
    -int 		EVP_PKEY_assign(EVP_PKEY *pkey,int type,void *key);
    -void *		EVP_PKEY_get0(EVP_PKEY *pkey);
    -
    -#ifndef OPENSSL_NO_RSA
    +void EVP_CIPHER_do_all(void (*fn) (const EVP_CIPHER *ciph,
    +                                   const char *from, const char *to, void *x),
    +                       void *arg);
    +void EVP_CIPHER_do_all_sorted(void (*fn)
    +                               (const EVP_CIPHER *ciph, const char *from,
    +                                const char *to, void *x), void *arg);
    +
    +void EVP_MD_do_all(void (*fn) (const EVP_MD *ciph,
    +                               const char *from, const char *to, void *x),
    +                   void *arg);
    +void EVP_MD_do_all_sorted(void (*fn)
    +                           (const EVP_MD *ciph, const char *from,
    +                            const char *to, void *x), void *arg);
    +
    +int EVP_PKEY_decrypt_old(unsigned char *dec_key,
    +                         const unsigned char *enc_key, int enc_key_len,
    +                         EVP_PKEY *private_key);
    +int EVP_PKEY_encrypt_old(unsigned char *enc_key,
    +                         const unsigned char *key, int key_len,
    +                         EVP_PKEY *pub_key);
    +int EVP_PKEY_type(int type);
    +int EVP_PKEY_id(const EVP_PKEY *pkey);
    +int EVP_PKEY_base_id(const EVP_PKEY *pkey);
    +int EVP_PKEY_bits(EVP_PKEY *pkey);
    +int EVP_PKEY_size(EVP_PKEY *pkey);
    +int EVP_PKEY_set_type(EVP_PKEY *pkey, int type);
    +int EVP_PKEY_set_type_str(EVP_PKEY *pkey, const char *str, int len);
    +int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key);
    +void *EVP_PKEY_get0(EVP_PKEY *pkey);
    +
    +# ifndef OPENSSL_NO_RSA
     struct rsa_st;
    -int EVP_PKEY_set1_RSA(EVP_PKEY *pkey,struct rsa_st *key);
    +int EVP_PKEY_set1_RSA(EVP_PKEY *pkey, struct rsa_st *key);
     struct rsa_st *EVP_PKEY_get1_RSA(EVP_PKEY *pkey);
    -#endif
    -#ifndef OPENSSL_NO_DSA
    +# endif
    +# ifndef OPENSSL_NO_DSA
     struct dsa_st;
    -int EVP_PKEY_set1_DSA(EVP_PKEY *pkey,struct dsa_st *key);
    +int EVP_PKEY_set1_DSA(EVP_PKEY *pkey, struct dsa_st *key);
     struct dsa_st *EVP_PKEY_get1_DSA(EVP_PKEY *pkey);
    -#endif
    -#ifndef OPENSSL_NO_DH
    +# endif
    +# ifndef OPENSSL_NO_DH
     struct dh_st;
    -int EVP_PKEY_set1_DH(EVP_PKEY *pkey,struct dh_st *key);
    +int EVP_PKEY_set1_DH(EVP_PKEY *pkey, struct dh_st *key);
     struct dh_st *EVP_PKEY_get1_DH(EVP_PKEY *pkey);
    -#endif
    -#ifndef OPENSSL_NO_EC
    +# endif
    +# ifndef OPENSSL_NO_EC
     struct ec_key_st;
    -int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey,struct ec_key_st *key);
    +int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, struct ec_key_st *key);
     struct ec_key_st *EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey);
    -#endif
    +# endif
     
    -EVP_PKEY *	EVP_PKEY_new(void);
    -void		EVP_PKEY_free(EVP_PKEY *pkey);
    +EVP_PKEY *EVP_PKEY_new(void);
    +void EVP_PKEY_free(EVP_PKEY *pkey);
     
    -EVP_PKEY *	d2i_PublicKey(int type,EVP_PKEY **a, const unsigned char **pp,
    -			long length);
    -int		i2d_PublicKey(EVP_PKEY *a, unsigned char **pp);
    +EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **a, const unsigned char **pp,
    +                        long length);
    +int i2d_PublicKey(EVP_PKEY *a, unsigned char **pp);
     
    -EVP_PKEY *	d2i_PrivateKey(int type,EVP_PKEY **a, const unsigned char **pp,
    -			long length);
    -EVP_PKEY *	d2i_AutoPrivateKey(EVP_PKEY **a, const unsigned char **pp,
    -			long length);
    -int		i2d_PrivateKey(EVP_PKEY *a, unsigned char **pp);
    +EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp,
    +                         long length);
    +EVP_PKEY *d2i_AutoPrivateKey(EVP_PKEY **a, const unsigned char **pp,
    +                             long length);
    +int i2d_PrivateKey(EVP_PKEY *a, unsigned char **pp);
     
     int EVP_PKEY_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from);
     int EVP_PKEY_missing_parameters(const EVP_PKEY *pkey);
    -int EVP_PKEY_save_parameters(EVP_PKEY *pkey,int mode);
    +int EVP_PKEY_save_parameters(EVP_PKEY *pkey, int mode);
     int EVP_PKEY_cmp_parameters(const EVP_PKEY *a, const EVP_PKEY *b);
     
     int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b);
     
     int EVP_PKEY_print_public(BIO *out, const EVP_PKEY *pkey,
    -				int indent, ASN1_PCTX *pctx);
    +                          int indent, ASN1_PCTX *pctx);
     int EVP_PKEY_print_private(BIO *out, const EVP_PKEY *pkey,
    -				int indent, ASN1_PCTX *pctx);
    +                           int indent, ASN1_PCTX *pctx);
     int EVP_PKEY_print_params(BIO *out, const EVP_PKEY *pkey,
    -				int indent, ASN1_PCTX *pctx);
    +                          int indent, ASN1_PCTX *pctx);
     
     int EVP_PKEY_get_default_digest_nid(EVP_PKEY *pkey, int *pnid);
     
    @@ -956,164 +1011,185 @@ int EVP_CIPHER_param_to_asn1(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
     int EVP_CIPHER_asn1_to_param(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
     
     /* These are used by EVP_CIPHER methods */
    -int EVP_CIPHER_set_asn1_iv(EVP_CIPHER_CTX *c,ASN1_TYPE *type);
    -int EVP_CIPHER_get_asn1_iv(EVP_CIPHER_CTX *c,ASN1_TYPE *type);
    +int EVP_CIPHER_set_asn1_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
    +int EVP_CIPHER_get_asn1_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
     
     /* PKCS5 password based encryption */
     int PKCS5_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
    -			 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md,
    -			 int en_de);
    +                       ASN1_TYPE *param, const EVP_CIPHER *cipher,
    +                       const EVP_MD *md, int en_de);
     int PKCS5_PBKDF2_HMAC_SHA1(const char *pass, int passlen,
    -			   const unsigned char *salt, int saltlen, int iter,
    -			   int keylen, unsigned char *out);
    +                           const unsigned char *salt, int saltlen, int iter,
    +                           int keylen, unsigned char *out);
     int PKCS5_PBKDF2_HMAC(const char *pass, int passlen,
    -			   const unsigned char *salt, int saltlen, int iter,
    -			   const EVP_MD *digest,
    -		      int keylen, unsigned char *out);
    +                      const unsigned char *salt, int saltlen, int iter,
    +                      const EVP_MD *digest, int keylen, unsigned char *out);
     int PKCS5_v2_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
    -			 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md,
    -			 int en_de);
    +                          ASN1_TYPE *param, const EVP_CIPHER *cipher,
    +                          const EVP_MD *md, int en_de);
     
     void PKCS5_PBE_add(void);
     
    -int EVP_PBE_CipherInit (ASN1_OBJECT *pbe_obj, const char *pass, int passlen,
    -	     ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de);
    +int EVP_PBE_CipherInit(ASN1_OBJECT *pbe_obj, const char *pass, int passlen,
    +                       ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de);
     
     /* PBE type */
     
     /* Can appear as the outermost AlgorithmIdentifier */
    -#define EVP_PBE_TYPE_OUTER	0x0
    +# define EVP_PBE_TYPE_OUTER      0x0
     /* Is an PRF type OID */
    -#define EVP_PBE_TYPE_PRF	0x1
    +# define EVP_PBE_TYPE_PRF        0x1
     
    -int EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid, int md_nid,
    -	     EVP_PBE_KEYGEN *keygen);
    +int EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid,
    +                         int md_nid, EVP_PBE_KEYGEN *keygen);
     int EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md,
    -		    EVP_PBE_KEYGEN *keygen);
    -int EVP_PBE_find(int type, int pbe_nid,
    -			int *pcnid, int *pmnid, EVP_PBE_KEYGEN **pkeygen);
    +                    EVP_PBE_KEYGEN *keygen);
    +int EVP_PBE_find(int type, int pbe_nid, int *pcnid, int *pmnid,
    +                 EVP_PBE_KEYGEN **pkeygen);
     void EVP_PBE_cleanup(void);
     
    -#define ASN1_PKEY_ALIAS		0x1
    -#define ASN1_PKEY_DYNAMIC	0x2
    -#define ASN1_PKEY_SIGPARAM_NULL	0x4
    +# define ASN1_PKEY_ALIAS         0x1
    +# define ASN1_PKEY_DYNAMIC       0x2
    +# define ASN1_PKEY_SIGPARAM_NULL 0x4
     
    -#define ASN1_PKEY_CTRL_PKCS7_SIGN	0x1
    -#define ASN1_PKEY_CTRL_PKCS7_ENCRYPT	0x2
    -#define ASN1_PKEY_CTRL_DEFAULT_MD_NID	0x3
    -#define ASN1_PKEY_CTRL_CMS_SIGN		0x5
    -#define ASN1_PKEY_CTRL_CMS_ENVELOPE	0x7
    +# define ASN1_PKEY_CTRL_PKCS7_SIGN       0x1
    +# define ASN1_PKEY_CTRL_PKCS7_ENCRYPT    0x2
    +# define ASN1_PKEY_CTRL_DEFAULT_MD_NID   0x3
    +# define ASN1_PKEY_CTRL_CMS_SIGN         0x5
    +# define ASN1_PKEY_CTRL_CMS_ENVELOPE     0x7
    +# define ASN1_PKEY_CTRL_CMS_RI_TYPE      0x8
     
     int EVP_PKEY_asn1_get_count(void);
     const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_get0(int idx);
     const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find(ENGINE **pe, int type);
     const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find_str(ENGINE **pe,
    -					const char *str, int len);
    +                                                   const char *str, int len);
     int EVP_PKEY_asn1_add0(const EVP_PKEY_ASN1_METHOD *ameth);
     int EVP_PKEY_asn1_add_alias(int to, int from);
    -int EVP_PKEY_asn1_get0_info(int *ppkey_id, int *pkey_base_id, int *ppkey_flags,
    -				const char **pinfo, const char **ppem_str,
    -					const EVP_PKEY_ASN1_METHOD *ameth);
    -
    -const EVP_PKEY_ASN1_METHOD* EVP_PKEY_get0_asn1(EVP_PKEY *pkey);
    -EVP_PKEY_ASN1_METHOD* EVP_PKEY_asn1_new(int id, int flags,
    -					const char *pem_str, const char *info);
    -void EVP_PKEY_asn1_copy(EVP_PKEY_ASN1_METHOD *dst, 
    -			const EVP_PKEY_ASN1_METHOD *src);
    +int EVP_PKEY_asn1_get0_info(int *ppkey_id, int *pkey_base_id,
    +                            int *ppkey_flags, const char **pinfo,
    +                            const char **ppem_str,
    +                            const EVP_PKEY_ASN1_METHOD *ameth);
    +
    +const EVP_PKEY_ASN1_METHOD *EVP_PKEY_get0_asn1(EVP_PKEY *pkey);
    +EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_new(int id, int flags,
    +                                        const char *pem_str,
    +                                        const char *info);
    +void EVP_PKEY_asn1_copy(EVP_PKEY_ASN1_METHOD *dst,
    +                        const EVP_PKEY_ASN1_METHOD *src);
     void EVP_PKEY_asn1_free(EVP_PKEY_ASN1_METHOD *ameth);
     void EVP_PKEY_asn1_set_public(EVP_PKEY_ASN1_METHOD *ameth,
    -		int (*pub_decode)(EVP_PKEY *pk, X509_PUBKEY *pub),
    -		int (*pub_encode)(X509_PUBKEY *pub, const EVP_PKEY *pk),
    -		int (*pub_cmp)(const EVP_PKEY *a, const EVP_PKEY *b),
    -		int (*pub_print)(BIO *out, const EVP_PKEY *pkey, int indent,
    -							ASN1_PCTX *pctx),
    -		int (*pkey_size)(const EVP_PKEY *pk),
    -		int (*pkey_bits)(const EVP_PKEY *pk));
    +                              int (*pub_decode) (EVP_PKEY *pk,
    +                                                 X509_PUBKEY *pub),
    +                              int (*pub_encode) (X509_PUBKEY *pub,
    +                                                 const EVP_PKEY *pk),
    +                              int (*pub_cmp) (const EVP_PKEY *a,
    +                                              const EVP_PKEY *b),
    +                              int (*pub_print) (BIO *out,
    +                                                const EVP_PKEY *pkey,
    +                                                int indent, ASN1_PCTX *pctx),
    +                              int (*pkey_size) (const EVP_PKEY *pk),
    +                              int (*pkey_bits) (const EVP_PKEY *pk));
     void EVP_PKEY_asn1_set_private(EVP_PKEY_ASN1_METHOD *ameth,
    -		int (*priv_decode)(EVP_PKEY *pk, PKCS8_PRIV_KEY_INFO *p8inf),
    -		int (*priv_encode)(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pk),
    -		int (*priv_print)(BIO *out, const EVP_PKEY *pkey, int indent,
    -							ASN1_PCTX *pctx));
    +                               int (*priv_decode) (EVP_PKEY *pk,
    +                                                   PKCS8_PRIV_KEY_INFO
    +                                                   *p8inf),
    +                               int (*priv_encode) (PKCS8_PRIV_KEY_INFO *p8,
    +                                                   const EVP_PKEY *pk),
    +                               int (*priv_print) (BIO *out,
    +                                                  const EVP_PKEY *pkey,
    +                                                  int indent,
    +                                                  ASN1_PCTX *pctx));
     void EVP_PKEY_asn1_set_param(EVP_PKEY_ASN1_METHOD *ameth,
    -		int (*param_decode)(EVP_PKEY *pkey,
    -				const unsigned char **pder, int derlen),
    -		int (*param_encode)(const EVP_PKEY *pkey, unsigned char **pder),
    -		int (*param_missing)(const EVP_PKEY *pk),
    -		int (*param_copy)(EVP_PKEY *to, const EVP_PKEY *from),
    -		int (*param_cmp)(const EVP_PKEY *a, const EVP_PKEY *b),
    -		int (*param_print)(BIO *out, const EVP_PKEY *pkey, int indent,
    -							ASN1_PCTX *pctx));
    +                             int (*param_decode) (EVP_PKEY *pkey,
    +                                                  const unsigned char **pder,
    +                                                  int derlen),
    +                             int (*param_encode) (const EVP_PKEY *pkey,
    +                                                  unsigned char **pder),
    +                             int (*param_missing) (const EVP_PKEY *pk),
    +                             int (*param_copy) (EVP_PKEY *to,
    +                                                const EVP_PKEY *from),
    +                             int (*param_cmp) (const EVP_PKEY *a,
    +                                               const EVP_PKEY *b),
    +                             int (*param_print) (BIO *out,
    +                                                 const EVP_PKEY *pkey,
    +                                                 int indent,
    +                                                 ASN1_PCTX *pctx));
     
     void EVP_PKEY_asn1_set_free(EVP_PKEY_ASN1_METHOD *ameth,
    -		void (*pkey_free)(EVP_PKEY *pkey));
    +                            void (*pkey_free) (EVP_PKEY *pkey));
     void EVP_PKEY_asn1_set_ctrl(EVP_PKEY_ASN1_METHOD *ameth,
    -		int (*pkey_ctrl)(EVP_PKEY *pkey, int op,
    -							long arg1, void *arg2));
    +                            int (*pkey_ctrl) (EVP_PKEY *pkey, int op,
    +                                              long arg1, void *arg2));
     
    +# define EVP_PKEY_OP_UNDEFINED           0
    +# define EVP_PKEY_OP_PARAMGEN            (1<<1)
    +# define EVP_PKEY_OP_KEYGEN              (1<<2)
    +# define EVP_PKEY_OP_SIGN                (1<<3)
    +# define EVP_PKEY_OP_VERIFY              (1<<4)
    +# define EVP_PKEY_OP_VERIFYRECOVER       (1<<5)
    +# define EVP_PKEY_OP_SIGNCTX             (1<<6)
    +# define EVP_PKEY_OP_VERIFYCTX           (1<<7)
    +# define EVP_PKEY_OP_ENCRYPT             (1<<8)
    +# define EVP_PKEY_OP_DECRYPT             (1<<9)
    +# define EVP_PKEY_OP_DERIVE              (1<<10)
     
    -#define EVP_PKEY_OP_UNDEFINED		0
    -#define EVP_PKEY_OP_PARAMGEN		(1<<1)
    -#define EVP_PKEY_OP_KEYGEN		(1<<2)
    -#define EVP_PKEY_OP_SIGN		(1<<3)
    -#define EVP_PKEY_OP_VERIFY		(1<<4)
    -#define EVP_PKEY_OP_VERIFYRECOVER	(1<<5)
    -#define EVP_PKEY_OP_SIGNCTX		(1<<6)
    -#define EVP_PKEY_OP_VERIFYCTX		(1<<7)
    -#define EVP_PKEY_OP_ENCRYPT		(1<<8)
    -#define EVP_PKEY_OP_DECRYPT		(1<<9)
    -#define EVP_PKEY_OP_DERIVE		(1<<10)
    +# define EVP_PKEY_OP_TYPE_SIG    \
    +        (EVP_PKEY_OP_SIGN | EVP_PKEY_OP_VERIFY | EVP_PKEY_OP_VERIFYRECOVER \
    +                | EVP_PKEY_OP_SIGNCTX | EVP_PKEY_OP_VERIFYCTX)
     
    -#define EVP_PKEY_OP_TYPE_SIG	\
    -	(EVP_PKEY_OP_SIGN | EVP_PKEY_OP_VERIFY | EVP_PKEY_OP_VERIFYRECOVER \
    -		| EVP_PKEY_OP_SIGNCTX | EVP_PKEY_OP_VERIFYCTX)
    +# define EVP_PKEY_OP_TYPE_CRYPT \
    +        (EVP_PKEY_OP_ENCRYPT | EVP_PKEY_OP_DECRYPT)
     
    -#define EVP_PKEY_OP_TYPE_CRYPT \
    -	(EVP_PKEY_OP_ENCRYPT | EVP_PKEY_OP_DECRYPT)
    +# define EVP_PKEY_OP_TYPE_NOGEN \
    +        (EVP_PKEY_OP_SIG | EVP_PKEY_OP_CRYPT | EVP_PKEY_OP_DERIVE)
     
    -#define EVP_PKEY_OP_TYPE_NOGEN \
    -	(EVP_PKEY_OP_SIG | EVP_PKEY_OP_CRYPT | EVP_PKEY_OP_DERIVE)
    +# define EVP_PKEY_OP_TYPE_GEN \
    +                (EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN)
     
    -#define EVP_PKEY_OP_TYPE_GEN \
    -		(EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN)
    +# define  EVP_PKEY_CTX_set_signature_md(ctx, md) \
    +                EVP_PKEY_CTX_ctrl(ctx, -1, EVP_PKEY_OP_TYPE_SIG,  \
    +                                        EVP_PKEY_CTRL_MD, 0, (void *)md)
     
    -#define	 EVP_PKEY_CTX_set_signature_md(ctx, md)	\
    -		EVP_PKEY_CTX_ctrl(ctx, -1, EVP_PKEY_OP_TYPE_SIG,  \
    -					EVP_PKEY_CTRL_MD, 0, (void *)md)
    +# define  EVP_PKEY_CTX_get_signature_md(ctx, pmd)        \
    +                EVP_PKEY_CTX_ctrl(ctx, -1, EVP_PKEY_OP_TYPE_SIG,  \
    +                                        EVP_PKEY_CTRL_GET_MD, 0, (void *)pmd)
     
    -#define EVP_PKEY_CTRL_MD		1
    -#define EVP_PKEY_CTRL_PEER_KEY		2
    +# define EVP_PKEY_CTRL_MD                1
    +# define EVP_PKEY_CTRL_PEER_KEY          2
     
    -#define EVP_PKEY_CTRL_PKCS7_ENCRYPT	3
    -#define EVP_PKEY_CTRL_PKCS7_DECRYPT	4
    +# define EVP_PKEY_CTRL_PKCS7_ENCRYPT     3
    +# define EVP_PKEY_CTRL_PKCS7_DECRYPT     4
     
    -#define EVP_PKEY_CTRL_PKCS7_SIGN	5
    +# define EVP_PKEY_CTRL_PKCS7_SIGN        5
     
    -#define EVP_PKEY_CTRL_SET_MAC_KEY	6
    +# define EVP_PKEY_CTRL_SET_MAC_KEY       6
     
    -#define EVP_PKEY_CTRL_DIGESTINIT	7
    +# define EVP_PKEY_CTRL_DIGESTINIT        7
     
     /* Used by GOST key encryption in TLS */
    -#define EVP_PKEY_CTRL_SET_IV 		8
    +# define EVP_PKEY_CTRL_SET_IV            8
     
    -#define EVP_PKEY_CTRL_CMS_ENCRYPT	9
    -#define EVP_PKEY_CTRL_CMS_DECRYPT	10
    -#define EVP_PKEY_CTRL_CMS_SIGN		11
    +# define EVP_PKEY_CTRL_CMS_ENCRYPT       9
    +# define EVP_PKEY_CTRL_CMS_DECRYPT       10
    +# define EVP_PKEY_CTRL_CMS_SIGN          11
     
    -#define EVP_PKEY_CTRL_CIPHER		12
    +# define EVP_PKEY_CTRL_CIPHER            12
     
    -#define EVP_PKEY_ALG_CTRL		0x1000
    +# define EVP_PKEY_CTRL_GET_MD            13
     
    +# define EVP_PKEY_ALG_CTRL               0x1000
     
    -#define EVP_PKEY_FLAG_AUTOARGLEN	2
    -/* Method handles all operations: don't assume any digest related
    - * defaults.
    +# define EVP_PKEY_FLAG_AUTOARGLEN        2
    +/*
    + * Method handles all operations: don't assume any digest related defaults.
      */
    -#define EVP_PKEY_FLAG_SIGCTX_CUSTOM	4
    +# define EVP_PKEY_FLAG_SIGCTX_CUSTOM     4
     
     const EVP_PKEY_METHOD *EVP_PKEY_meth_find(int type);
    -EVP_PKEY_METHOD* EVP_PKEY_meth_new(int id, int flags);
    +EVP_PKEY_METHOD *EVP_PKEY_meth_new(int id, int flags);
     void EVP_PKEY_meth_get0_info(int *ppkey_id, int *pflags,
    -				const EVP_PKEY_METHOD *meth);
    +                             const EVP_PKEY_METHOD *meth);
     void EVP_PKEY_meth_copy(EVP_PKEY_METHOD *dst, const EVP_PKEY_METHOD *src);
     void EVP_PKEY_meth_free(EVP_PKEY_METHOD *pmeth);
     int EVP_PKEY_meth_add0(const EVP_PKEY_METHOD *pmeth);
    @@ -1124,15 +1200,15 @@ EVP_PKEY_CTX *EVP_PKEY_CTX_dup(EVP_PKEY_CTX *ctx);
     void EVP_PKEY_CTX_free(EVP_PKEY_CTX *ctx);
     
     int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype,
    -				int cmd, int p1, void *p2);
    +                      int cmd, int p1, void *p2);
     int EVP_PKEY_CTX_ctrl_str(EVP_PKEY_CTX *ctx, const char *type,
    -						const char *value);
    +                          const char *value);
     
     int EVP_PKEY_CTX_get_operation(EVP_PKEY_CTX *ctx);
     void EVP_PKEY_CTX_set0_keygen_info(EVP_PKEY_CTX *ctx, int *dat, int datlen);
     
     EVP_PKEY *EVP_PKEY_new_mac_key(int type, ENGINE *e,
    -				const unsigned char *key, int keylen);
    +                               const unsigned char *key, int keylen);
     
     void EVP_PKEY_CTX_set_data(EVP_PKEY_CTX *ctx, void *data);
     void *EVP_PKEY_CTX_get_data(EVP_PKEY_CTX *ctx);
    @@ -1145,30 +1221,30 @@ void *EVP_PKEY_CTX_get_app_data(EVP_PKEY_CTX *ctx);
     
     int EVP_PKEY_sign_init(EVP_PKEY_CTX *ctx);
     int EVP_PKEY_sign(EVP_PKEY_CTX *ctx,
    -			unsigned char *sig, size_t *siglen,
    -			const unsigned char *tbs, size_t tbslen);
    +                  unsigned char *sig, size_t *siglen,
    +                  const unsigned char *tbs, size_t tbslen);
     int EVP_PKEY_verify_init(EVP_PKEY_CTX *ctx);
     int EVP_PKEY_verify(EVP_PKEY_CTX *ctx,
    -			const unsigned char *sig, size_t siglen,
    -			const unsigned char *tbs, size_t tbslen);
    +                    const unsigned char *sig, size_t siglen,
    +                    const unsigned char *tbs, size_t tbslen);
     int EVP_PKEY_verify_recover_init(EVP_PKEY_CTX *ctx);
     int EVP_PKEY_verify_recover(EVP_PKEY_CTX *ctx,
    -			unsigned char *rout, size_t *routlen,
    -			const unsigned char *sig, size_t siglen);
    +                            unsigned char *rout, size_t *routlen,
    +                            const unsigned char *sig, size_t siglen);
     int EVP_PKEY_encrypt_init(EVP_PKEY_CTX *ctx);
     int EVP_PKEY_encrypt(EVP_PKEY_CTX *ctx,
    -			unsigned char *out, size_t *outlen,
    -			const unsigned char *in, size_t inlen);
    +                     unsigned char *out, size_t *outlen,
    +                     const unsigned char *in, size_t inlen);
     int EVP_PKEY_decrypt_init(EVP_PKEY_CTX *ctx);
     int EVP_PKEY_decrypt(EVP_PKEY_CTX *ctx,
    -			unsigned char *out, size_t *outlen,
    -			const unsigned char *in, size_t inlen);
    +                     unsigned char *out, size_t *outlen,
    +                     const unsigned char *in, size_t inlen);
     
     int EVP_PKEY_derive_init(EVP_PKEY_CTX *ctx);
     int EVP_PKEY_derive_set_peer(EVP_PKEY_CTX *ctx, EVP_PKEY *peer);
     int EVP_PKEY_derive(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen);
     
    -typedef int EVP_PKEY_gen_cb(EVP_PKEY_CTX *ctx);
    +typedef int EVP_PKEY_gen_cb (EVP_PKEY_CTX *ctx);
     
     int EVP_PKEY_paramgen_init(EVP_PKEY_CTX *ctx);
     int EVP_PKEY_paramgen(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey);
    @@ -1181,71 +1257,102 @@ EVP_PKEY_gen_cb *EVP_PKEY_CTX_get_cb(EVP_PKEY_CTX *ctx);
     int EVP_PKEY_CTX_get_keygen_info(EVP_PKEY_CTX *ctx, int idx);
     
     void EVP_PKEY_meth_set_init(EVP_PKEY_METHOD *pmeth,
    -	int (*init)(EVP_PKEY_CTX *ctx));
    +                            int (*init) (EVP_PKEY_CTX *ctx));
     
     void EVP_PKEY_meth_set_copy(EVP_PKEY_METHOD *pmeth,
    -	int (*copy)(EVP_PKEY_CTX *dst, EVP_PKEY_CTX *src));
    +                            int (*copy) (EVP_PKEY_CTX *dst,
    +                                         EVP_PKEY_CTX *src));
     
     void EVP_PKEY_meth_set_cleanup(EVP_PKEY_METHOD *pmeth,
    -	void (*cleanup)(EVP_PKEY_CTX *ctx));
    +                               void (*cleanup) (EVP_PKEY_CTX *ctx));
     
     void EVP_PKEY_meth_set_paramgen(EVP_PKEY_METHOD *pmeth,
    -	int (*paramgen_init)(EVP_PKEY_CTX *ctx),
    -	int (*paramgen)(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey));
    +                                int (*paramgen_init) (EVP_PKEY_CTX *ctx),
    +                                int (*paramgen) (EVP_PKEY_CTX *ctx,
    +                                                 EVP_PKEY *pkey));
     
     void EVP_PKEY_meth_set_keygen(EVP_PKEY_METHOD *pmeth,
    -	int (*keygen_init)(EVP_PKEY_CTX *ctx),
    -	int (*keygen)(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey));
    +                              int (*keygen_init) (EVP_PKEY_CTX *ctx),
    +                              int (*keygen) (EVP_PKEY_CTX *ctx,
    +                                             EVP_PKEY *pkey));
     
     void EVP_PKEY_meth_set_sign(EVP_PKEY_METHOD *pmeth,
    -	int (*sign_init)(EVP_PKEY_CTX *ctx),
    -	int (*sign)(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
    -					const unsigned char *tbs, size_t tbslen));
    +                            int (*sign_init) (EVP_PKEY_CTX *ctx),
    +                            int (*sign) (EVP_PKEY_CTX *ctx,
    +                                         unsigned char *sig, size_t *siglen,
    +                                         const unsigned char *tbs,
    +                                         size_t tbslen));
     
     void EVP_PKEY_meth_set_verify(EVP_PKEY_METHOD *pmeth,
    -	int (*verify_init)(EVP_PKEY_CTX *ctx),
    -	int (*verify)(EVP_PKEY_CTX *ctx, const unsigned char *sig, size_t siglen,
    -					const unsigned char *tbs, size_t tbslen));
    +                              int (*verify_init) (EVP_PKEY_CTX *ctx),
    +                              int (*verify) (EVP_PKEY_CTX *ctx,
    +                                             const unsigned char *sig,
    +                                             size_t siglen,
    +                                             const unsigned char *tbs,
    +                                             size_t tbslen));
     
     void EVP_PKEY_meth_set_verify_recover(EVP_PKEY_METHOD *pmeth,
    -	int (*verify_recover_init)(EVP_PKEY_CTX *ctx),
    -	int (*verify_recover)(EVP_PKEY_CTX *ctx,
    -					unsigned char *sig, size_t *siglen,
    -					const unsigned char *tbs, size_t tbslen));
    +                                      int (*verify_recover_init) (EVP_PKEY_CTX
    +                                                                  *ctx),
    +                                      int (*verify_recover) (EVP_PKEY_CTX
    +                                                             *ctx,
    +                                                             unsigned char
    +                                                             *sig,
    +                                                             size_t *siglen,
    +                                                             const unsigned
    +                                                             char *tbs,
    +                                                             size_t tbslen));
     
     void EVP_PKEY_meth_set_signctx(EVP_PKEY_METHOD *pmeth,
    -	int (*signctx_init)(EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx),
    -	int (*signctx)(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
    -					EVP_MD_CTX *mctx));
    +                               int (*signctx_init) (EVP_PKEY_CTX *ctx,
    +                                                    EVP_MD_CTX *mctx),
    +                               int (*signctx) (EVP_PKEY_CTX *ctx,
    +                                               unsigned char *sig,
    +                                               size_t *siglen,
    +                                               EVP_MD_CTX *mctx));
     
     void EVP_PKEY_meth_set_verifyctx(EVP_PKEY_METHOD *pmeth,
    -	int (*verifyctx_init)(EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx),
    -	int (*verifyctx)(EVP_PKEY_CTX *ctx, const unsigned char *sig,int siglen,
    -					EVP_MD_CTX *mctx));
    +                                 int (*verifyctx_init) (EVP_PKEY_CTX *ctx,
    +                                                        EVP_MD_CTX *mctx),
    +                                 int (*verifyctx) (EVP_PKEY_CTX *ctx,
    +                                                   const unsigned char *sig,
    +                                                   int siglen,
    +                                                   EVP_MD_CTX *mctx));
     
     void EVP_PKEY_meth_set_encrypt(EVP_PKEY_METHOD *pmeth,
    -	int (*encrypt_init)(EVP_PKEY_CTX *ctx),
    -	int (*encryptfn)(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen,
    -					const unsigned char *in, size_t inlen));
    +                               int (*encrypt_init) (EVP_PKEY_CTX *ctx),
    +                               int (*encryptfn) (EVP_PKEY_CTX *ctx,
    +                                                 unsigned char *out,
    +                                                 size_t *outlen,
    +                                                 const unsigned char *in,
    +                                                 size_t inlen));
     
     void EVP_PKEY_meth_set_decrypt(EVP_PKEY_METHOD *pmeth,
    -	int (*decrypt_init)(EVP_PKEY_CTX *ctx),
    -	int (*decrypt)(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen,
    -					const unsigned char *in, size_t inlen));
    +                               int (*decrypt_init) (EVP_PKEY_CTX *ctx),
    +                               int (*decrypt) (EVP_PKEY_CTX *ctx,
    +                                               unsigned char *out,
    +                                               size_t *outlen,
    +                                               const unsigned char *in,
    +                                               size_t inlen));
     
     void EVP_PKEY_meth_set_derive(EVP_PKEY_METHOD *pmeth,
    -	int (*derive_init)(EVP_PKEY_CTX *ctx),
    -	int (*derive)(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen));
    +                              int (*derive_init) (EVP_PKEY_CTX *ctx),
    +                              int (*derive) (EVP_PKEY_CTX *ctx,
    +                                             unsigned char *key,
    +                                             size_t *keylen));
     
     void EVP_PKEY_meth_set_ctrl(EVP_PKEY_METHOD *pmeth,
    -	int (*ctrl)(EVP_PKEY_CTX *ctx, int type, int p1, void *p2),
    -	int (*ctrl_str)(EVP_PKEY_CTX *ctx,
    -					const char *type, const char *value));
    +                            int (*ctrl) (EVP_PKEY_CTX *ctx, int type, int p1,
    +                                         void *p2),
    +                            int (*ctrl_str) (EVP_PKEY_CTX *ctx,
    +                                             const char *type,
    +                                             const char *value));
     
     void EVP_add_alg_module(void);
     
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     void ERR_load_EVP_strings(void);
    @@ -1253,155 +1360,158 @@ void ERR_load_EVP_strings(void);
     /* Error codes for the EVP functions. */
     
     /* Function codes. */
    -#define EVP_F_AESNI_INIT_KEY				 165
    -#define EVP_F_AESNI_XTS_CIPHER				 176
    -#define EVP_F_AES_INIT_KEY				 133
    -#define EVP_F_AES_XTS					 172
    -#define EVP_F_AES_XTS_CIPHER				 175
    -#define EVP_F_ALG_MODULE_INIT				 177
    -#define EVP_F_CAMELLIA_INIT_KEY				 159
    -#define EVP_F_CMAC_INIT					 173
    -#define EVP_F_D2I_PKEY					 100
    -#define EVP_F_DO_SIGVER_INIT				 161
    -#define EVP_F_DSAPKEY2PKCS8				 134
    -#define EVP_F_DSA_PKEY2PKCS8				 135
    -#define EVP_F_ECDSA_PKEY2PKCS8				 129
    -#define EVP_F_ECKEY_PKEY2PKCS8				 132
    -#define EVP_F_EVP_CIPHERINIT_EX				 123
    -#define EVP_F_EVP_CIPHER_CTX_COPY			 163
    -#define EVP_F_EVP_CIPHER_CTX_CTRL			 124
    -#define EVP_F_EVP_CIPHER_CTX_SET_KEY_LENGTH		 122
    -#define EVP_F_EVP_DECRYPTFINAL_EX			 101
    -#define EVP_F_EVP_DIGESTINIT_EX				 128
    -#define EVP_F_EVP_ENCRYPTFINAL_EX			 127
    -#define EVP_F_EVP_MD_CTX_COPY_EX			 110
    -#define EVP_F_EVP_MD_SIZE				 162
    -#define EVP_F_EVP_OPENINIT				 102
    -#define EVP_F_EVP_PBE_ALG_ADD				 115
    -#define EVP_F_EVP_PBE_ALG_ADD_TYPE			 160
    -#define EVP_F_EVP_PBE_CIPHERINIT			 116
    -#define EVP_F_EVP_PKCS82PKEY				 111
    -#define EVP_F_EVP_PKCS82PKEY_BROKEN			 136
    -#define EVP_F_EVP_PKEY2PKCS8_BROKEN			 113
    -#define EVP_F_EVP_PKEY_COPY_PARAMETERS			 103
    -#define EVP_F_EVP_PKEY_CTX_CTRL				 137
    -#define EVP_F_EVP_PKEY_CTX_CTRL_STR			 150
    -#define EVP_F_EVP_PKEY_CTX_DUP				 156
    -#define EVP_F_EVP_PKEY_DECRYPT				 104
    -#define EVP_F_EVP_PKEY_DECRYPT_INIT			 138
    -#define EVP_F_EVP_PKEY_DECRYPT_OLD			 151
    -#define EVP_F_EVP_PKEY_DERIVE				 153
    -#define EVP_F_EVP_PKEY_DERIVE_INIT			 154
    -#define EVP_F_EVP_PKEY_DERIVE_SET_PEER			 155
    -#define EVP_F_EVP_PKEY_ENCRYPT				 105
    -#define EVP_F_EVP_PKEY_ENCRYPT_INIT			 139
    -#define EVP_F_EVP_PKEY_ENCRYPT_OLD			 152
    -#define EVP_F_EVP_PKEY_GET1_DH				 119
    -#define EVP_F_EVP_PKEY_GET1_DSA				 120
    -#define EVP_F_EVP_PKEY_GET1_ECDSA			 130
    -#define EVP_F_EVP_PKEY_GET1_EC_KEY			 131
    -#define EVP_F_EVP_PKEY_GET1_RSA				 121
    -#define EVP_F_EVP_PKEY_KEYGEN				 146
    -#define EVP_F_EVP_PKEY_KEYGEN_INIT			 147
    -#define EVP_F_EVP_PKEY_NEW				 106
    -#define EVP_F_EVP_PKEY_PARAMGEN				 148
    -#define EVP_F_EVP_PKEY_PARAMGEN_INIT			 149
    -#define EVP_F_EVP_PKEY_SIGN				 140
    -#define EVP_F_EVP_PKEY_SIGN_INIT			 141
    -#define EVP_F_EVP_PKEY_VERIFY				 142
    -#define EVP_F_EVP_PKEY_VERIFY_INIT			 143
    -#define EVP_F_EVP_PKEY_VERIFY_RECOVER			 144
    -#define EVP_F_EVP_PKEY_VERIFY_RECOVER_INIT		 145
    -#define EVP_F_EVP_RIJNDAEL				 126
    -#define EVP_F_EVP_SIGNFINAL				 107
    -#define EVP_F_EVP_VERIFYFINAL				 108
    -#define EVP_F_FIPS_CIPHERINIT				 166
    -#define EVP_F_FIPS_CIPHER_CTX_COPY			 170
    -#define EVP_F_FIPS_CIPHER_CTX_CTRL			 167
    -#define EVP_F_FIPS_CIPHER_CTX_SET_KEY_LENGTH		 171
    -#define EVP_F_FIPS_DIGESTINIT				 168
    -#define EVP_F_FIPS_MD_CTX_COPY				 169
    -#define EVP_F_HMAC_INIT_EX				 174
    -#define EVP_F_INT_CTX_NEW				 157
    -#define EVP_F_PKCS5_PBE_KEYIVGEN			 117
    -#define EVP_F_PKCS5_V2_PBE_KEYIVGEN			 118
    -#define EVP_F_PKCS5_V2_PBKDF2_KEYIVGEN			 164
    -#define EVP_F_PKCS8_SET_BROKEN				 112
    -#define EVP_F_PKEY_SET_TYPE				 158
    -#define EVP_F_RC2_MAGIC_TO_METH				 109
    -#define EVP_F_RC5_CTRL					 125
    +# define EVP_F_AESNI_INIT_KEY                             165
    +# define EVP_F_AESNI_XTS_CIPHER                           176
    +# define EVP_F_AES_INIT_KEY                               133
    +# define EVP_F_AES_T4_INIT_KEY                            178
    +# define EVP_F_AES_XTS                                    172
    +# define EVP_F_AES_XTS_CIPHER                             175
    +# define EVP_F_ALG_MODULE_INIT                            177
    +# define EVP_F_CAMELLIA_INIT_KEY                          159
    +# define EVP_F_CMAC_INIT                                  173
    +# define EVP_F_CMLL_T4_INIT_KEY                           179
    +# define EVP_F_D2I_PKEY                                   100
    +# define EVP_F_DO_SIGVER_INIT                             161
    +# define EVP_F_DSAPKEY2PKCS8                              134
    +# define EVP_F_DSA_PKEY2PKCS8                             135
    +# define EVP_F_ECDSA_PKEY2PKCS8                           129
    +# define EVP_F_ECKEY_PKEY2PKCS8                           132
    +# define EVP_F_EVP_CIPHERINIT_EX                          123
    +# define EVP_F_EVP_CIPHER_CTX_COPY                        163
    +# define EVP_F_EVP_CIPHER_CTX_CTRL                        124
    +# define EVP_F_EVP_CIPHER_CTX_SET_KEY_LENGTH              122
    +# define EVP_F_EVP_DECRYPTFINAL_EX                        101
    +# define EVP_F_EVP_DIGESTINIT_EX                          128
    +# define EVP_F_EVP_ENCRYPTFINAL_EX                        127
    +# define EVP_F_EVP_MD_CTX_COPY_EX                         110
    +# define EVP_F_EVP_MD_SIZE                                162
    +# define EVP_F_EVP_OPENINIT                               102
    +# define EVP_F_EVP_PBE_ALG_ADD                            115
    +# define EVP_F_EVP_PBE_ALG_ADD_TYPE                       160
    +# define EVP_F_EVP_PBE_CIPHERINIT                         116
    +# define EVP_F_EVP_PKCS82PKEY                             111
    +# define EVP_F_EVP_PKCS82PKEY_BROKEN                      136
    +# define EVP_F_EVP_PKEY2PKCS8_BROKEN                      113
    +# define EVP_F_EVP_PKEY_COPY_PARAMETERS                   103
    +# define EVP_F_EVP_PKEY_CTX_CTRL                          137
    +# define EVP_F_EVP_PKEY_CTX_CTRL_STR                      150
    +# define EVP_F_EVP_PKEY_CTX_DUP                           156
    +# define EVP_F_EVP_PKEY_DECRYPT                           104
    +# define EVP_F_EVP_PKEY_DECRYPT_INIT                      138
    +# define EVP_F_EVP_PKEY_DECRYPT_OLD                       151
    +# define EVP_F_EVP_PKEY_DERIVE                            153
    +# define EVP_F_EVP_PKEY_DERIVE_INIT                       154
    +# define EVP_F_EVP_PKEY_DERIVE_SET_PEER                   155
    +# define EVP_F_EVP_PKEY_ENCRYPT                           105
    +# define EVP_F_EVP_PKEY_ENCRYPT_INIT                      139
    +# define EVP_F_EVP_PKEY_ENCRYPT_OLD                       152
    +# define EVP_F_EVP_PKEY_GET1_DH                           119
    +# define EVP_F_EVP_PKEY_GET1_DSA                          120
    +# define EVP_F_EVP_PKEY_GET1_ECDSA                        130
    +# define EVP_F_EVP_PKEY_GET1_EC_KEY                       131
    +# define EVP_F_EVP_PKEY_GET1_RSA                          121
    +# define EVP_F_EVP_PKEY_KEYGEN                            146
    +# define EVP_F_EVP_PKEY_KEYGEN_INIT                       147
    +# define EVP_F_EVP_PKEY_NEW                               106
    +# define EVP_F_EVP_PKEY_PARAMGEN                          148
    +# define EVP_F_EVP_PKEY_PARAMGEN_INIT                     149
    +# define EVP_F_EVP_PKEY_SIGN                              140
    +# define EVP_F_EVP_PKEY_SIGN_INIT                         141
    +# define EVP_F_EVP_PKEY_VERIFY                            142
    +# define EVP_F_EVP_PKEY_VERIFY_INIT                       143
    +# define EVP_F_EVP_PKEY_VERIFY_RECOVER                    144
    +# define EVP_F_EVP_PKEY_VERIFY_RECOVER_INIT               145
    +# define EVP_F_EVP_RIJNDAEL                               126
    +# define EVP_F_EVP_SIGNFINAL                              107
    +# define EVP_F_EVP_VERIFYFINAL                            108
    +# define EVP_F_FIPS_CIPHERINIT                            166
    +# define EVP_F_FIPS_CIPHER_CTX_COPY                       170
    +# define EVP_F_FIPS_CIPHER_CTX_CTRL                       167
    +# define EVP_F_FIPS_CIPHER_CTX_SET_KEY_LENGTH             171
    +# define EVP_F_FIPS_DIGESTINIT                            168
    +# define EVP_F_FIPS_MD_CTX_COPY                           169
    +# define EVP_F_HMAC_INIT_EX                               174
    +# define EVP_F_INT_CTX_NEW                                157
    +# define EVP_F_PKCS5_PBE_KEYIVGEN                         117
    +# define EVP_F_PKCS5_V2_PBE_KEYIVGEN                      118
    +# define EVP_F_PKCS5_V2_PBKDF2_KEYIVGEN                   164
    +# define EVP_F_PKCS8_SET_BROKEN                           112
    +# define EVP_F_PKEY_SET_TYPE                              158
    +# define EVP_F_RC2_MAGIC_TO_METH                          109
    +# define EVP_F_RC5_CTRL                                   125
     
     /* Reason codes. */
    -#define EVP_R_AES_IV_SETUP_FAILED			 162
    -#define EVP_R_AES_KEY_SETUP_FAILED			 143
    -#define EVP_R_ASN1_LIB					 140
    -#define EVP_R_BAD_BLOCK_LENGTH				 136
    -#define EVP_R_BAD_DECRYPT				 100
    -#define EVP_R_BAD_KEY_LENGTH				 137
    -#define EVP_R_BN_DECODE_ERROR				 112
    -#define EVP_R_BN_PUBKEY_ERROR				 113
    -#define EVP_R_BUFFER_TOO_SMALL				 155
    -#define EVP_R_CAMELLIA_KEY_SETUP_FAILED			 157
    -#define EVP_R_CIPHER_PARAMETER_ERROR			 122
    -#define EVP_R_COMMAND_NOT_SUPPORTED			 147
    -#define EVP_R_CTRL_NOT_IMPLEMENTED			 132
    -#define EVP_R_CTRL_OPERATION_NOT_IMPLEMENTED		 133
    -#define EVP_R_DATA_NOT_MULTIPLE_OF_BLOCK_LENGTH		 138
    -#define EVP_R_DECODE_ERROR				 114
    -#define EVP_R_DIFFERENT_KEY_TYPES			 101
    -#define EVP_R_DIFFERENT_PARAMETERS			 153
    -#define EVP_R_DISABLED_FOR_FIPS				 163
    -#define EVP_R_ENCODE_ERROR				 115
    -#define EVP_R_ERROR_LOADING_SECTION			 165
    -#define EVP_R_ERROR_SETTING_FIPS_MODE			 166
    -#define EVP_R_EVP_PBE_CIPHERINIT_ERROR			 119
    -#define EVP_R_EXPECTING_AN_RSA_KEY			 127
    -#define EVP_R_EXPECTING_A_DH_KEY			 128
    -#define EVP_R_EXPECTING_A_DSA_KEY			 129
    -#define EVP_R_EXPECTING_A_ECDSA_KEY			 141
    -#define EVP_R_EXPECTING_A_EC_KEY			 142
    -#define EVP_R_FIPS_MODE_NOT_SUPPORTED			 167
    -#define EVP_R_INITIALIZATION_ERROR			 134
    -#define EVP_R_INPUT_NOT_INITIALIZED			 111
    -#define EVP_R_INVALID_DIGEST				 152
    -#define EVP_R_INVALID_FIPS_MODE				 168
    -#define EVP_R_INVALID_KEY_LENGTH			 130
    -#define EVP_R_INVALID_OPERATION				 148
    -#define EVP_R_IV_TOO_LARGE				 102
    -#define EVP_R_KEYGEN_FAILURE				 120
    -#define EVP_R_MESSAGE_DIGEST_IS_NULL			 159
    -#define EVP_R_METHOD_NOT_SUPPORTED			 144
    -#define EVP_R_MISSING_PARAMETERS			 103
    -#define EVP_R_NO_CIPHER_SET				 131
    -#define EVP_R_NO_DEFAULT_DIGEST				 158
    -#define EVP_R_NO_DIGEST_SET				 139
    -#define EVP_R_NO_DSA_PARAMETERS				 116
    -#define EVP_R_NO_KEY_SET				 154
    -#define EVP_R_NO_OPERATION_SET				 149
    -#define EVP_R_NO_SIGN_FUNCTION_CONFIGURED		 104
    -#define EVP_R_NO_VERIFY_FUNCTION_CONFIGURED		 105
    -#define EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE	 150
    -#define EVP_R_OPERATON_NOT_INITIALIZED			 151
    -#define EVP_R_PKCS8_UNKNOWN_BROKEN_TYPE			 117
    -#define EVP_R_PRIVATE_KEY_DECODE_ERROR			 145
    -#define EVP_R_PRIVATE_KEY_ENCODE_ERROR			 146
    -#define EVP_R_PUBLIC_KEY_NOT_RSA			 106
    -#define EVP_R_TOO_LARGE					 164
    -#define EVP_R_UNKNOWN_CIPHER				 160
    -#define EVP_R_UNKNOWN_DIGEST				 161
    -#define EVP_R_UNKNOWN_OPTION				 169
    -#define EVP_R_UNKNOWN_PBE_ALGORITHM			 121
    -#define EVP_R_UNSUPORTED_NUMBER_OF_ROUNDS		 135
    -#define EVP_R_UNSUPPORTED_ALGORITHM			 156
    -#define EVP_R_UNSUPPORTED_CIPHER			 107
    -#define EVP_R_UNSUPPORTED_KEYLENGTH			 123
    -#define EVP_R_UNSUPPORTED_KEY_DERIVATION_FUNCTION	 124
    -#define EVP_R_UNSUPPORTED_KEY_SIZE			 108
    -#define EVP_R_UNSUPPORTED_PRF				 125
    -#define EVP_R_UNSUPPORTED_PRIVATE_KEY_ALGORITHM		 118
    -#define EVP_R_UNSUPPORTED_SALT_TYPE			 126
    -#define EVP_R_WRONG_FINAL_BLOCK_LENGTH			 109
    -#define EVP_R_WRONG_PUBLIC_KEY_TYPE			 110
    +# define EVP_R_AES_IV_SETUP_FAILED                        162
    +# define EVP_R_AES_KEY_SETUP_FAILED                       143
    +# define EVP_R_ASN1_LIB                                   140
    +# define EVP_R_BAD_BLOCK_LENGTH                           136
    +# define EVP_R_BAD_DECRYPT                                100
    +# define EVP_R_BAD_KEY_LENGTH                             137
    +# define EVP_R_BN_DECODE_ERROR                            112
    +# define EVP_R_BN_PUBKEY_ERROR                            113
    +# define EVP_R_BUFFER_TOO_SMALL                           155
    +# define EVP_R_CAMELLIA_KEY_SETUP_FAILED                  157
    +# define EVP_R_CIPHER_PARAMETER_ERROR                     122
    +# define EVP_R_COMMAND_NOT_SUPPORTED                      147
    +# define EVP_R_CTRL_NOT_IMPLEMENTED                       132
    +# define EVP_R_CTRL_OPERATION_NOT_IMPLEMENTED             133
    +# define EVP_R_DATA_NOT_MULTIPLE_OF_BLOCK_LENGTH          138
    +# define EVP_R_DECODE_ERROR                               114
    +# define EVP_R_DIFFERENT_KEY_TYPES                        101
    +# define EVP_R_DIFFERENT_PARAMETERS                       153
    +# define EVP_R_DISABLED_FOR_FIPS                          163
    +# define EVP_R_ENCODE_ERROR                               115
    +# define EVP_R_ERROR_LOADING_SECTION                      165
    +# define EVP_R_ERROR_SETTING_FIPS_MODE                    166
    +# define EVP_R_EVP_PBE_CIPHERINIT_ERROR                   119
    +# define EVP_R_EXPECTING_AN_RSA_KEY                       127
    +# define EVP_R_EXPECTING_A_DH_KEY                         128
    +# define EVP_R_EXPECTING_A_DSA_KEY                        129
    +# define EVP_R_EXPECTING_A_ECDSA_KEY                      141
    +# define EVP_R_EXPECTING_A_EC_KEY                         142
    +# define EVP_R_FIPS_MODE_NOT_SUPPORTED                    167
    +# define EVP_R_INITIALIZATION_ERROR                       134
    +# define EVP_R_INPUT_NOT_INITIALIZED                      111
    +# define EVP_R_INVALID_DIGEST                             152
    +# define EVP_R_INVALID_FIPS_MODE                          168
    +# define EVP_R_INVALID_KEY_LENGTH                         130
    +# define EVP_R_INVALID_OPERATION                          148
    +# define EVP_R_IV_TOO_LARGE                               102
    +# define EVP_R_KEYGEN_FAILURE                             120
    +# define EVP_R_MESSAGE_DIGEST_IS_NULL                     159
    +# define EVP_R_METHOD_NOT_SUPPORTED                       144
    +# define EVP_R_MISSING_PARAMETERS                         103
    +# define EVP_R_NO_CIPHER_SET                              131
    +# define EVP_R_NO_DEFAULT_DIGEST                          158
    +# define EVP_R_NO_DIGEST_SET                              139
    +# define EVP_R_NO_DSA_PARAMETERS                          116
    +# define EVP_R_NO_KEY_SET                                 154
    +# define EVP_R_NO_OPERATION_SET                           149
    +# define EVP_R_NO_SIGN_FUNCTION_CONFIGURED                104
    +# define EVP_R_NO_VERIFY_FUNCTION_CONFIGURED              105
    +# define EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE   150
    +# define EVP_R_OPERATON_NOT_INITIALIZED                   151
    +# define EVP_R_PKCS8_UNKNOWN_BROKEN_TYPE                  117
    +# define EVP_R_PRIVATE_KEY_DECODE_ERROR                   145
    +# define EVP_R_PRIVATE_KEY_ENCODE_ERROR                   146
    +# define EVP_R_PUBLIC_KEY_NOT_RSA                         106
    +# define EVP_R_TOO_LARGE                                  164
    +# define EVP_R_UNKNOWN_CIPHER                             160
    +# define EVP_R_UNKNOWN_DIGEST                             161
    +# define EVP_R_UNKNOWN_OPTION                             169
    +# define EVP_R_UNKNOWN_PBE_ALGORITHM                      121
    +# define EVP_R_UNSUPORTED_NUMBER_OF_ROUNDS                135
    +# define EVP_R_UNSUPPORTED_ALGORITHM                      156
    +# define EVP_R_UNSUPPORTED_CIPHER                         107
    +# define EVP_R_UNSUPPORTED_KEYLENGTH                      123
    +# define EVP_R_UNSUPPORTED_KEY_DERIVATION_FUNCTION        124
    +# define EVP_R_UNSUPPORTED_KEY_SIZE                       108
    +# define EVP_R_UNSUPPORTED_PRF                            125
    +# define EVP_R_UNSUPPORTED_PRIVATE_KEY_ALGORITHM          118
    +# define EVP_R_UNSUPPORTED_SALT_TYPE                      126
    +# define EVP_R_WRAP_MODE_NOT_ALLOWED                      170
    +# define EVP_R_WRONG_FINAL_BLOCK_LENGTH                   109
    +# define EVP_R_WRONG_PUBLIC_KEY_TYPE                      110
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/evp/evp_acnf.c b/openssl/crypto/evp/evp_acnf.c
    index 643a1864e..9703116e0 100644
    --- a/openssl/crypto/evp/evp_acnf.c
    +++ b/openssl/crypto/evp/evp_acnf.c
    @@ -1,6 +1,7 @@
     /* evp_acnf.c */
    -/* Written by Stephen Henson (steve@openssl.org) for the OpenSSL
    - * project 2001.
    +/*
    + * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project
    + * 2001.
      */
     /* ====================================================================
      * Copyright (c) 2001 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -60,14 +61,13 @@
     #include 
     #include 
     
    -
    -/* Load all algorithms and configure OpenSSL.
    - * This function is called automatically when
    - * OPENSSL_LOAD_CONF is set.
    +/*
    + * Load all algorithms and configure OpenSSL. This function is called
    + * automatically when OPENSSL_LOAD_CONF is set.
      */
     
     void OPENSSL_add_all_algorithms_conf(void)
    -	{
    -	OPENSSL_add_all_algorithms_noconf();
    -	OPENSSL_config(NULL);
    -	}
    +{
    +    OPENSSL_add_all_algorithms_noconf();
    +    OPENSSL_config(NULL);
    +}
    diff --git a/openssl/crypto/evp/evp_cnf.c b/openssl/crypto/evp/evp_cnf.c
    index 2e4db3023..6fd3a6da0 100644
    --- a/openssl/crypto/evp/evp_cnf.c
    +++ b/openssl/crypto/evp/evp_cnf.c
    @@ -1,6 +1,7 @@
     /* evp_cnf.c */
    -/* Written by Stephen Henson (steve@openssl.org) for the OpenSSL
    - * project 2007.
    +/*
    + * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project
    + * 2007.
      */
     /* ====================================================================
      * Copyright (c) 2007 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -65,61 +66,53 @@
     #include 
     #include 
     #ifdef OPENSSL_FIPS
    -#include 
    +# include 
     #endif
     
    -
     /* Algorithm configuration module. */
     
     static int alg_module_init(CONF_IMODULE *md, const CONF *cnf)
    -	{
    -	int i;
    -	const char *oid_section;
    -	STACK_OF(CONF_VALUE) *sktmp;
    -	CONF_VALUE *oval;
    -	oid_section = CONF_imodule_get_value(md);
    -	if(!(sktmp = NCONF_get_section(cnf, oid_section)))
    -		{
    -		EVPerr(EVP_F_ALG_MODULE_INIT, EVP_R_ERROR_LOADING_SECTION);
    -		return 0;
    -		}
    -	for(i = 0; i < sk_CONF_VALUE_num(sktmp); i++)
    -		{
    -		oval = sk_CONF_VALUE_value(sktmp, i);
    -		if (!strcmp(oval->name, "fips_mode"))
    -			{
    -			int m;
    -			if (!X509V3_get_value_bool(oval, &m))
    -				{
    -				EVPerr(EVP_F_ALG_MODULE_INIT, EVP_R_INVALID_FIPS_MODE);
    -				return 0;
    -				}
    -			if (m > 0)
    -				{
    +{
    +    int i;
    +    const char *oid_section;
    +    STACK_OF(CONF_VALUE) *sktmp;
    +    CONF_VALUE *oval;
    +    oid_section = CONF_imodule_get_value(md);
    +    if (!(sktmp = NCONF_get_section(cnf, oid_section))) {
    +        EVPerr(EVP_F_ALG_MODULE_INIT, EVP_R_ERROR_LOADING_SECTION);
    +        return 0;
    +    }
    +    for (i = 0; i < sk_CONF_VALUE_num(sktmp); i++) {
    +        oval = sk_CONF_VALUE_value(sktmp, i);
    +        if (!strcmp(oval->name, "fips_mode")) {
    +            int m;
    +            if (!X509V3_get_value_bool(oval, &m)) {
    +                EVPerr(EVP_F_ALG_MODULE_INIT, EVP_R_INVALID_FIPS_MODE);
    +                return 0;
    +            }
    +            if (m > 0) {
     #ifdef OPENSSL_FIPS
    -				if (!FIPS_mode() && !FIPS_mode_set(1))
    -					{
    -					EVPerr(EVP_F_ALG_MODULE_INIT, EVP_R_ERROR_SETTING_FIPS_MODE);
    -					return 0;
    -					}
    +                if (!FIPS_mode() && !FIPS_mode_set(1)) {
    +                    EVPerr(EVP_F_ALG_MODULE_INIT,
    +                           EVP_R_ERROR_SETTING_FIPS_MODE);
    +                    return 0;
    +                }
     #else
    -				EVPerr(EVP_F_ALG_MODULE_INIT, EVP_R_FIPS_MODE_NOT_SUPPORTED);
    -				return 0;
    +                EVPerr(EVP_F_ALG_MODULE_INIT, EVP_R_FIPS_MODE_NOT_SUPPORTED);
    +                return 0;
     #endif
    -				}
    -			}
    -		else
    -			{
    -			EVPerr(EVP_F_ALG_MODULE_INIT, EVP_R_UNKNOWN_OPTION);
    -			ERR_add_error_data(4, "name=", oval->name,
    -						", value=", oval->value);
    -			}
    -				
    -		}
    -	return 1;
    -	}
    +            }
    +        } else {
    +            EVPerr(EVP_F_ALG_MODULE_INIT, EVP_R_UNKNOWN_OPTION);
    +            ERR_add_error_data(4, "name=", oval->name,
    +                               ", value=", oval->value);
    +        }
    +
    +    }
    +    return 1;
    +}
     
     void EVP_add_alg_module(void)
    -	{
    -	CONF_module_add("alg_section", alg_module_init, 0);
    -	}
    +{
    +    CONF_module_add("alg_section", alg_module_init, 0);
    +}
    diff --git a/openssl/crypto/evp/evp_enc.c b/openssl/crypto/evp/evp_enc.c
    index 7b1842a52..65f0e0244 100644
    --- a/openssl/crypto/evp/evp_enc.c
    +++ b/openssl/crypto/evp/evp_enc.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,626 +62,605 @@
     #include 
     #include 
     #ifndef OPENSSL_NO_ENGINE
    -#include 
    +# include 
     #endif
     #ifdef OPENSSL_FIPS
    -#include 
    +# include 
     #endif
    -#include "constant_time_locl.h"
     #include "evp_locl.h"
     
     #ifdef OPENSSL_FIPS
    -#define M_do_cipher(ctx, out, in, inl) FIPS_cipher(ctx, out, in, inl)
    +# define M_do_cipher(ctx, out, in, inl) FIPS_cipher(ctx, out, in, inl)
     #else
    -#define M_do_cipher(ctx, out, in, inl) ctx->cipher->do_cipher(ctx, out, in, inl)
    +# define M_do_cipher(ctx, out, in, inl) ctx->cipher->do_cipher(ctx, out, in, inl)
     #endif
     
    -
    -const char EVP_version[]="EVP" OPENSSL_VERSION_PTEXT;
    +const char EVP_version[] = "EVP" OPENSSL_VERSION_PTEXT;
     
     void EVP_CIPHER_CTX_init(EVP_CIPHER_CTX *ctx)
    -	{
    -	memset(ctx,0,sizeof(EVP_CIPHER_CTX));
    -	/* ctx->cipher=NULL; */
    -	}
    +{
    +    memset(ctx, 0, sizeof(EVP_CIPHER_CTX));
    +    /* ctx->cipher=NULL; */
    +}
     
     EVP_CIPHER_CTX *EVP_CIPHER_CTX_new(void)
    -	{
    -	EVP_CIPHER_CTX *ctx=OPENSSL_malloc(sizeof *ctx);
    -	if (ctx)
    -		EVP_CIPHER_CTX_init(ctx);
    -	return ctx;
    -	}
    +{
    +    EVP_CIPHER_CTX *ctx = OPENSSL_malloc(sizeof *ctx);
    +    if (ctx)
    +        EVP_CIPHER_CTX_init(ctx);
    +    return ctx;
    +}
     
     int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
    -	     const unsigned char *key, const unsigned char *iv, int enc)
    -	{
    -	if (cipher)
    -		EVP_CIPHER_CTX_init(ctx);
    -	return EVP_CipherInit_ex(ctx,cipher,NULL,key,iv,enc);
    -	}
    -
    -int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl,
    -	     const unsigned char *key, const unsigned char *iv, int enc)
    -	{
    -	if (enc == -1)
    -		enc = ctx->encrypt;
    -	else
    -		{
    -		if (enc)
    -			enc = 1;
    -		ctx->encrypt = enc;
    -		}
    +                   const unsigned char *key, const unsigned char *iv, int enc)
    +{
    +    if (cipher)
    +        EVP_CIPHER_CTX_init(ctx);
    +    return EVP_CipherInit_ex(ctx, cipher, NULL, key, iv, enc);
    +}
    +
    +int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
    +                      ENGINE *impl, const unsigned char *key,
    +                      const unsigned char *iv, int enc)
    +{
    +    if (enc == -1)
    +        enc = ctx->encrypt;
    +    else {
    +        if (enc)
    +            enc = 1;
    +        ctx->encrypt = enc;
    +    }
     #ifndef OPENSSL_NO_ENGINE
    -	/* Whether it's nice or not, "Inits" can be used on "Final"'d contexts
    -	 * so this context may already have an ENGINE! Try to avoid releasing
    -	 * the previous handle, re-querying for an ENGINE, and having a
    -	 * reinitialisation, when it may all be unecessary. */
    -	if (ctx->engine && ctx->cipher && (!cipher ||
    -			(cipher && (cipher->nid == ctx->cipher->nid))))
    -		goto skip_to_init;
    +    /*
    +     * Whether it's nice or not, "Inits" can be used on "Final"'d contexts so
    +     * this context may already have an ENGINE! Try to avoid releasing the
    +     * previous handle, re-querying for an ENGINE, and having a
    +     * reinitialisation, when it may all be unecessary.
    +     */
    +    if (ctx->engine && ctx->cipher && (!cipher ||
    +                                       (cipher
    +                                        && (cipher->nid ==
    +                                            ctx->cipher->nid))))
    +        goto skip_to_init;
     #endif
    -	if (cipher)
    -		{
    -		/* Ensure a context left lying around from last time is cleared
    -		 * (the previous check attempted to avoid this if the same
    -		 * ENGINE and EVP_CIPHER could be used). */
    -		if (ctx->cipher)
    -			{
    -			unsigned long flags = ctx->flags;
    -			EVP_CIPHER_CTX_cleanup(ctx);
    -			/* Restore encrypt and flags */
    -			ctx->encrypt = enc;
    -			ctx->flags = flags;
    -			}
    +    if (cipher) {
    +        /*
    +         * Ensure a context left lying around from last time is cleared (the
    +         * previous check attempted to avoid this if the same ENGINE and
    +         * EVP_CIPHER could be used).
    +         */
    +        if (ctx->cipher) {
    +            unsigned long flags = ctx->flags;
    +            EVP_CIPHER_CTX_cleanup(ctx);
    +            /* Restore encrypt and flags */
    +            ctx->encrypt = enc;
    +            ctx->flags = flags;
    +        }
     #ifndef OPENSSL_NO_ENGINE
    -		if(impl)
    -			{
    -			if (!ENGINE_init(impl))
    -				{
    -				EVPerr(EVP_F_EVP_CIPHERINIT_EX, EVP_R_INITIALIZATION_ERROR);
    -				return 0;
    -				}
    -			}
    -		else
    -			/* Ask if an ENGINE is reserved for this job */
    -			impl = ENGINE_get_cipher_engine(cipher->nid);
    -		if(impl)
    -			{
    -			/* There's an ENGINE for this job ... (apparently) */
    -			const EVP_CIPHER *c = ENGINE_get_cipher(impl, cipher->nid);
    -			if(!c)
    -				{
    -				/* One positive side-effect of US's export
    -				 * control history, is that we should at least
    -				 * be able to avoid using US mispellings of
    -				 * "initialisation"? */
    -				EVPerr(EVP_F_EVP_CIPHERINIT_EX, EVP_R_INITIALIZATION_ERROR);
    -				return 0;
    -				}
    -			/* We'll use the ENGINE's private cipher definition */
    -			cipher = c;
    -			/* Store the ENGINE functional reference so we know
    -			 * 'cipher' came from an ENGINE and we need to release
    -			 * it when done. */
    -			ctx->engine = impl;
    -			}
    -		else
    -			ctx->engine = NULL;
    +        if (impl) {
    +            if (!ENGINE_init(impl)) {
    +                EVPerr(EVP_F_EVP_CIPHERINIT_EX, EVP_R_INITIALIZATION_ERROR);
    +                return 0;
    +            }
    +        } else
    +            /* Ask if an ENGINE is reserved for this job */
    +            impl = ENGINE_get_cipher_engine(cipher->nid);
    +        if (impl) {
    +            /* There's an ENGINE for this job ... (apparently) */
    +            const EVP_CIPHER *c = ENGINE_get_cipher(impl, cipher->nid);
    +            if (!c) {
    +                /*
    +                 * One positive side-effect of US's export control history,
    +                 * is that we should at least be able to avoid using US
    +                 * mispellings of "initialisation"?
    +                 */
    +                EVPerr(EVP_F_EVP_CIPHERINIT_EX, EVP_R_INITIALIZATION_ERROR);
    +                return 0;
    +            }
    +            /* We'll use the ENGINE's private cipher definition */
    +            cipher = c;
    +            /*
    +             * Store the ENGINE functional reference so we know 'cipher' came
    +             * from an ENGINE and we need to release it when done.
    +             */
    +            ctx->engine = impl;
    +        } else
    +            ctx->engine = NULL;
     #endif
     
     #ifdef OPENSSL_FIPS
    -		if (FIPS_mode())
    -			return FIPS_cipherinit(ctx, cipher, key, iv, enc);
    +        if (FIPS_mode()) {
    +            const EVP_CIPHER *fcipher;
    +            if (cipher)
    +                fcipher = evp_get_fips_cipher(cipher);
    +            if (fcipher)
    +                cipher = fcipher;
    +            return FIPS_cipherinit(ctx, cipher, key, iv, enc);
    +        }
     #endif
    -		ctx->cipher=cipher;
    -		if (ctx->cipher->ctx_size)
    -			{
    -			ctx->cipher_data=OPENSSL_malloc(ctx->cipher->ctx_size);
    -			if (!ctx->cipher_data)
    -				{
    -				EVPerr(EVP_F_EVP_CIPHERINIT_EX, ERR_R_MALLOC_FAILURE);
    -				return 0;
    -				}
    -			}
    -		else
    -			{
    -			ctx->cipher_data = NULL;
    -			}
    -		ctx->key_len = cipher->key_len;
    -		ctx->flags = 0;
    -		if(ctx->cipher->flags & EVP_CIPH_CTRL_INIT)
    -			{
    -			if(!EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_INIT, 0, NULL))
    -				{
    -				EVPerr(EVP_F_EVP_CIPHERINIT_EX, EVP_R_INITIALIZATION_ERROR);
    -				return 0;
    -				}
    -			}
    -		}
    -	else if(!ctx->cipher)
    -		{
    -		EVPerr(EVP_F_EVP_CIPHERINIT_EX, EVP_R_NO_CIPHER_SET);
    -		return 0;
    -		}
    +        ctx->cipher = cipher;
    +        if (ctx->cipher->ctx_size) {
    +            ctx->cipher_data = OPENSSL_malloc(ctx->cipher->ctx_size);
    +            if (!ctx->cipher_data) {
    +                EVPerr(EVP_F_EVP_CIPHERINIT_EX, ERR_R_MALLOC_FAILURE);
    +                return 0;
    +            }
    +        } else {
    +            ctx->cipher_data = NULL;
    +        }
    +        ctx->key_len = cipher->key_len;
    +        /* Preserve wrap enable flag, zero everything else */
    +        ctx->flags &= EVP_CIPHER_CTX_FLAG_WRAP_ALLOW;
    +        if (ctx->cipher->flags & EVP_CIPH_CTRL_INIT) {
    +            if (!EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_INIT, 0, NULL)) {
    +                EVPerr(EVP_F_EVP_CIPHERINIT_EX, EVP_R_INITIALIZATION_ERROR);
    +                return 0;
    +            }
    +        }
    +    } else if (!ctx->cipher) {
    +        EVPerr(EVP_F_EVP_CIPHERINIT_EX, EVP_R_NO_CIPHER_SET);
    +        return 0;
    +    }
     #ifndef OPENSSL_NO_ENGINE
    -skip_to_init:
    + skip_to_init:
     #endif
     #ifdef OPENSSL_FIPS
    -	if (FIPS_mode())
    -		return FIPS_cipherinit(ctx, cipher, key, iv, enc);
    +    if (FIPS_mode())
    +        return FIPS_cipherinit(ctx, cipher, key, iv, enc);
     #endif
    -	/* we assume block size is a power of 2 in *cryptUpdate */
    -	OPENSSL_assert(ctx->cipher->block_size == 1
    -	    || ctx->cipher->block_size == 8
    -	    || ctx->cipher->block_size == 16);
    -
    -	if(!(EVP_CIPHER_CTX_flags(ctx) & EVP_CIPH_CUSTOM_IV)) {
    -		switch(EVP_CIPHER_CTX_mode(ctx)) {
    -
    -			case EVP_CIPH_STREAM_CIPHER:
    -			case EVP_CIPH_ECB_MODE:
    -			break;
    -
    -			case EVP_CIPH_CFB_MODE:
    -			case EVP_CIPH_OFB_MODE:
    -
    -			ctx->num = 0;
    -			/* fall-through */
    -
    -			case EVP_CIPH_CBC_MODE:
    -
    -			OPENSSL_assert(EVP_CIPHER_CTX_iv_length(ctx) <=
    -					(int)sizeof(ctx->iv));
    -			if(iv) memcpy(ctx->oiv, iv, EVP_CIPHER_CTX_iv_length(ctx));
    -			memcpy(ctx->iv, ctx->oiv, EVP_CIPHER_CTX_iv_length(ctx));
    -			break;
    -
    -			case EVP_CIPH_CTR_MODE:
    -			ctx->num = 0;
    -			/* Don't reuse IV for CTR mode */
    -			if(iv)
    -				memcpy(ctx->iv, iv, EVP_CIPHER_CTX_iv_length(ctx));
    -			break;
    -
    -			default:
    -			return 0;
    -			break;
    -		}
    -	}
    -
    -	if(key || (ctx->cipher->flags & EVP_CIPH_ALWAYS_CALL_INIT)) {
    -		if(!ctx->cipher->init(ctx,key,iv,enc)) return 0;
    -	}
    -	ctx->buf_len=0;
    -	ctx->final_used=0;
    -	ctx->block_mask=ctx->cipher->block_size-1;
    -	return 1;
    -	}
    +    /* we assume block size is a power of 2 in *cryptUpdate */
    +    OPENSSL_assert(ctx->cipher->block_size == 1
    +                   || ctx->cipher->block_size == 8
    +                   || ctx->cipher->block_size == 16);
    +
    +    if (!(ctx->flags & EVP_CIPHER_CTX_FLAG_WRAP_ALLOW)
    +        && EVP_CIPHER_CTX_mode(ctx) == EVP_CIPH_WRAP_MODE) {
    +        EVPerr(EVP_F_EVP_CIPHERINIT_EX, EVP_R_WRAP_MODE_NOT_ALLOWED);
    +        return 0;
    +    }
    +
    +    if (!(EVP_CIPHER_CTX_flags(ctx) & EVP_CIPH_CUSTOM_IV)) {
    +        switch (EVP_CIPHER_CTX_mode(ctx)) {
    +
    +        case EVP_CIPH_STREAM_CIPHER:
    +        case EVP_CIPH_ECB_MODE:
    +            break;
    +
    +        case EVP_CIPH_CFB_MODE:
    +        case EVP_CIPH_OFB_MODE:
    +
    +            ctx->num = 0;
    +            /* fall-through */
    +
    +        case EVP_CIPH_CBC_MODE:
    +
    +            OPENSSL_assert(EVP_CIPHER_CTX_iv_length(ctx) <=
    +                           (int)sizeof(ctx->iv));
    +            if (iv)
    +                memcpy(ctx->oiv, iv, EVP_CIPHER_CTX_iv_length(ctx));
    +            memcpy(ctx->iv, ctx->oiv, EVP_CIPHER_CTX_iv_length(ctx));
    +            break;
    +
    +        case EVP_CIPH_CTR_MODE:
    +            ctx->num = 0;
    +            /* Don't reuse IV for CTR mode */
    +            if (iv)
    +                memcpy(ctx->iv, iv, EVP_CIPHER_CTX_iv_length(ctx));
    +            break;
    +
    +        default:
    +            return 0;
    +            break;
    +        }
    +    }
    +
    +    if (key || (ctx->cipher->flags & EVP_CIPH_ALWAYS_CALL_INIT)) {
    +        if (!ctx->cipher->init(ctx, key, iv, enc))
    +            return 0;
    +    }
    +    ctx->buf_len = 0;
    +    ctx->final_used = 0;
    +    ctx->block_mask = ctx->cipher->block_size - 1;
    +    return 1;
    +}
     
     int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl,
    -	     const unsigned char *in, int inl)
    -	{
    -	if (ctx->encrypt)
    -		return EVP_EncryptUpdate(ctx,out,outl,in,inl);
    -	else	return EVP_DecryptUpdate(ctx,out,outl,in,inl);
    -	}
    +                     const unsigned char *in, int inl)
    +{
    +    if (ctx->encrypt)
    +        return EVP_EncryptUpdate(ctx, out, outl, in, inl);
    +    else
    +        return EVP_DecryptUpdate(ctx, out, outl, in, inl);
    +}
     
     int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
    -	{
    -	if (ctx->encrypt)
    -		return EVP_EncryptFinal_ex(ctx,out,outl);
    -	else	return EVP_DecryptFinal_ex(ctx,out,outl);
    -	}
    +{
    +    if (ctx->encrypt)
    +        return EVP_EncryptFinal_ex(ctx, out, outl);
    +    else
    +        return EVP_DecryptFinal_ex(ctx, out, outl);
    +}
     
     int EVP_CipherFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
    -	{
    -	if (ctx->encrypt)
    -		return EVP_EncryptFinal(ctx,out,outl);
    -	else	return EVP_DecryptFinal(ctx,out,outl);
    -	}
    +{
    +    if (ctx->encrypt)
    +        return EVP_EncryptFinal(ctx, out, outl);
    +    else
    +        return EVP_DecryptFinal(ctx, out, outl);
    +}
     
     int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
    -	     const unsigned char *key, const unsigned char *iv)
    -	{
    -	return EVP_CipherInit(ctx, cipher, key, iv, 1);
    -	}
    +                    const unsigned char *key, const unsigned char *iv)
    +{
    +    return EVP_CipherInit(ctx, cipher, key, iv, 1);
    +}
     
    -int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
    -		const unsigned char *key, const unsigned char *iv)
    -	{
    -	return EVP_CipherInit_ex(ctx, cipher, impl, key, iv, 1);
    -	}
    +int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
    +                       ENGINE *impl, const unsigned char *key,
    +                       const unsigned char *iv)
    +{
    +    return EVP_CipherInit_ex(ctx, cipher, impl, key, iv, 1);
    +}
     
     int EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
    -	     const unsigned char *key, const unsigned char *iv)
    -	{
    -	return EVP_CipherInit(ctx, cipher, key, iv, 0);
    -	}
    +                    const unsigned char *key, const unsigned char *iv)
    +{
    +    return EVP_CipherInit(ctx, cipher, key, iv, 0);
    +}
     
    -int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl,
    -	     const unsigned char *key, const unsigned char *iv)
    -	{
    -	return EVP_CipherInit_ex(ctx, cipher, impl, key, iv, 0);
    -	}
    +int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
    +                       ENGINE *impl, const unsigned char *key,
    +                       const unsigned char *iv)
    +{
    +    return EVP_CipherInit_ex(ctx, cipher, impl, key, iv, 0);
    +}
     
     int EVP_EncryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl,
    -	     const unsigned char *in, int inl)
    -	{
    -	int i,j,bl;
    -
    -	if (ctx->cipher->flags & EVP_CIPH_FLAG_CUSTOM_CIPHER)
    -		{
    -		i = M_do_cipher(ctx, out, in, inl);
    -		if (i < 0)
    -			return 0;
    -		else
    -			*outl = i;
    -		return 1;
    -		}
    -
    -	if (inl <= 0)
    -		{
    -		*outl = 0;
    -		return inl == 0;
    -		}
    -
    -	if(ctx->buf_len == 0 && (inl&(ctx->block_mask)) == 0)
    -		{
    -		if(M_do_cipher(ctx,out,in,inl))
    -			{
    -			*outl=inl;
    -			return 1;
    -			}
    -		else
    -			{
    -			*outl=0;
    -			return 0;
    -			}
    -		}
    -	i=ctx->buf_len;
    -	bl=ctx->cipher->block_size;
    -	OPENSSL_assert(bl <= (int)sizeof(ctx->buf));
    -	if (i != 0)
    -		{
    -		if (i+inl < bl)
    -			{
    -			memcpy(&(ctx->buf[i]),in,inl);
    -			ctx->buf_len+=inl;
    -			*outl=0;
    -			return 1;
    -			}
    -		else
    -			{
    -			j=bl-i;
    -			memcpy(&(ctx->buf[i]),in,j);
    -			if(!M_do_cipher(ctx,out,ctx->buf,bl)) return 0;
    -			inl-=j;
    -			in+=j;
    -			out+=bl;
    -			*outl=bl;
    -			}
    -		}
    -	else
    -		*outl = 0;
    -	i=inl&(bl-1);
    -	inl-=i;
    -	if (inl > 0)
    -		{
    -		if(!M_do_cipher(ctx,out,in,inl)) return 0;
    -		*outl+=inl;
    -		}
    -
    -	if (i != 0)
    -		memcpy(ctx->buf,&(in[inl]),i);
    -	ctx->buf_len=i;
    -	return 1;
    -	}
    +                      const unsigned char *in, int inl)
    +{
    +    int i, j, bl;
    +
    +    if (ctx->cipher->flags & EVP_CIPH_FLAG_CUSTOM_CIPHER) {
    +        i = M_do_cipher(ctx, out, in, inl);
    +        if (i < 0)
    +            return 0;
    +        else
    +            *outl = i;
    +        return 1;
    +    }
    +
    +    if (inl <= 0) {
    +        *outl = 0;
    +        return inl == 0;
    +    }
    +
    +    if (ctx->buf_len == 0 && (inl & (ctx->block_mask)) == 0) {
    +        if (M_do_cipher(ctx, out, in, inl)) {
    +            *outl = inl;
    +            return 1;
    +        } else {
    +            *outl = 0;
    +            return 0;
    +        }
    +    }
    +    i = ctx->buf_len;
    +    bl = ctx->cipher->block_size;
    +    OPENSSL_assert(bl <= (int)sizeof(ctx->buf));
    +    if (i != 0) {
    +        if (i + inl < bl) {
    +            memcpy(&(ctx->buf[i]), in, inl);
    +            ctx->buf_len += inl;
    +            *outl = 0;
    +            return 1;
    +        } else {
    +            j = bl - i;
    +            memcpy(&(ctx->buf[i]), in, j);
    +            if (!M_do_cipher(ctx, out, ctx->buf, bl))
    +                return 0;
    +            inl -= j;
    +            in += j;
    +            out += bl;
    +            *outl = bl;
    +        }
    +    } else
    +        *outl = 0;
    +    i = inl & (bl - 1);
    +    inl -= i;
    +    if (inl > 0) {
    +        if (!M_do_cipher(ctx, out, in, inl))
    +            return 0;
    +        *outl += inl;
    +    }
    +
    +    if (i != 0)
    +        memcpy(ctx->buf, &(in[inl]), i);
    +    ctx->buf_len = i;
    +    return 1;
    +}
     
     int EVP_EncryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
    -	{
    -	int ret;
    -	ret = EVP_EncryptFinal_ex(ctx, out, outl);
    -	return ret;
    -	}
    +{
    +    int ret;
    +    ret = EVP_EncryptFinal_ex(ctx, out, outl);
    +    return ret;
    +}
     
     int EVP_EncryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
    -	{
    -	int n,ret;
    -	unsigned int i, b, bl;
    -
    -	if (ctx->cipher->flags & EVP_CIPH_FLAG_CUSTOM_CIPHER)
    -		{
    -		ret = M_do_cipher(ctx, out, NULL, 0);
    -		if (ret < 0)
    -			return 0;
    -		else 
    -			*outl = ret;
    -		return 1;
    -		}
    -
    -	b=ctx->cipher->block_size;
    -	OPENSSL_assert(b <= sizeof ctx->buf);
    -	if (b == 1)
    -		{
    -		*outl=0;
    -		return 1;
    -		}
    -	bl=ctx->buf_len;
    -	if (ctx->flags & EVP_CIPH_NO_PADDING)
    -		{
    -		if(bl)
    -			{
    -			EVPerr(EVP_F_EVP_ENCRYPTFINAL_EX,EVP_R_DATA_NOT_MULTIPLE_OF_BLOCK_LENGTH);
    -			return 0;
    -			}
    -		*outl = 0;
    -		return 1;
    -		}
    -
    -	n=b-bl;
    -	for (i=bl; ibuf[i]=n;
    -	ret=M_do_cipher(ctx,out,ctx->buf,b);
    -
    -
    -	if(ret)
    -		*outl=b;
    -
    -	return ret;
    -	}
    +{
    +    int n, ret;
    +    unsigned int i, b, bl;
    +
    +    if (ctx->cipher->flags & EVP_CIPH_FLAG_CUSTOM_CIPHER) {
    +        ret = M_do_cipher(ctx, out, NULL, 0);
    +        if (ret < 0)
    +            return 0;
    +        else
    +            *outl = ret;
    +        return 1;
    +    }
    +
    +    b = ctx->cipher->block_size;
    +    OPENSSL_assert(b <= sizeof ctx->buf);
    +    if (b == 1) {
    +        *outl = 0;
    +        return 1;
    +    }
    +    bl = ctx->buf_len;
    +    if (ctx->flags & EVP_CIPH_NO_PADDING) {
    +        if (bl) {
    +            EVPerr(EVP_F_EVP_ENCRYPTFINAL_EX,
    +                   EVP_R_DATA_NOT_MULTIPLE_OF_BLOCK_LENGTH);
    +            return 0;
    +        }
    +        *outl = 0;
    +        return 1;
    +    }
    +
    +    n = b - bl;
    +    for (i = bl; i < b; i++)
    +        ctx->buf[i] = n;
    +    ret = M_do_cipher(ctx, out, ctx->buf, b);
    +
    +    if (ret)
    +        *outl = b;
    +
    +    return ret;
    +}
     
     int EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl,
    -	     const unsigned char *in, int inl)
    -	{
    -	int fix_len;
    -	unsigned int b;
    -
    -	if (ctx->cipher->flags & EVP_CIPH_FLAG_CUSTOM_CIPHER)
    -		{
    -		fix_len = M_do_cipher(ctx, out, in, inl);
    -		if (fix_len < 0)
    -			{
    -			*outl = 0;
    -			return 0;
    -			}
    -		else
    -			*outl = fix_len;
    -		return 1;
    -		}
    -
    -	if (inl <= 0)
    -		{
    -		*outl = 0;
    -		return inl == 0;
    -		}
    -
    -	if (ctx->flags & EVP_CIPH_NO_PADDING)
    -		return EVP_EncryptUpdate(ctx, out, outl, in, inl);
    -
    -	b=ctx->cipher->block_size;
    -	OPENSSL_assert(b <= sizeof ctx->final);
    -
    -	if(ctx->final_used)
    -		{
    -		memcpy(out,ctx->final,b);
    -		out+=b;
    -		fix_len = 1;
    -		}
    -	else
    -		fix_len = 0;
    -
    -
    -	if(!EVP_EncryptUpdate(ctx,out,outl,in,inl))
    -		return 0;
    -
    -	/* if we have 'decrypted' a multiple of block size, make sure
    -	 * we have a copy of this last block */
    -	if (b > 1 && !ctx->buf_len)
    -		{
    -		*outl-=b;
    -		ctx->final_used=1;
    -		memcpy(ctx->final,&out[*outl],b);
    -		}
    -	else
    -		ctx->final_used = 0;
    -
    -	if (fix_len)
    -		*outl += b;
    -		
    -	return 1;
    -	}
    +                      const unsigned char *in, int inl)
    +{
    +    int fix_len;
    +    unsigned int b;
    +
    +    if (ctx->cipher->flags & EVP_CIPH_FLAG_CUSTOM_CIPHER) {
    +        fix_len = M_do_cipher(ctx, out, in, inl);
    +        if (fix_len < 0) {
    +            *outl = 0;
    +            return 0;
    +        } else
    +            *outl = fix_len;
    +        return 1;
    +    }
    +
    +    if (inl <= 0) {
    +        *outl = 0;
    +        return inl == 0;
    +    }
    +
    +    if (ctx->flags & EVP_CIPH_NO_PADDING)
    +        return EVP_EncryptUpdate(ctx, out, outl, in, inl);
    +
    +    b = ctx->cipher->block_size;
    +    OPENSSL_assert(b <= sizeof ctx->final);
    +
    +    if (ctx->final_used) {
    +        memcpy(out, ctx->final, b);
    +        out += b;
    +        fix_len = 1;
    +    } else
    +        fix_len = 0;
    +
    +    if (!EVP_EncryptUpdate(ctx, out, outl, in, inl))
    +        return 0;
    +
    +    /*
    +     * if we have 'decrypted' a multiple of block size, make sure we have a
    +     * copy of this last block
    +     */
    +    if (b > 1 && !ctx->buf_len) {
    +        *outl -= b;
    +        ctx->final_used = 1;
    +        memcpy(ctx->final, &out[*outl], b);
    +    } else
    +        ctx->final_used = 0;
    +
    +    if (fix_len)
    +        *outl += b;
    +
    +    return 1;
    +}
     
     int EVP_DecryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
    -	{
    -	int ret;
    -	ret = EVP_DecryptFinal_ex(ctx, out, outl);
    -	return ret;
    -	}
    +{
    +    int ret;
    +    ret = EVP_DecryptFinal_ex(ctx, out, outl);
    +    return ret;
    +}
     
     int EVP_DecryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
    -	{
    -	unsigned int i, b;
    -        unsigned char pad, padding_good;
    -	*outl=0;
    -
    -	if (ctx->cipher->flags & EVP_CIPH_FLAG_CUSTOM_CIPHER)
    -		{
    -		int ret = M_do_cipher(ctx, out, NULL, 0);
    -		if (ret < 0)
    -			return 0;
    -		else
    -			*outl = ret;
    -		return 1;
    -		}
    -
    -	b=(unsigned int)(ctx->cipher->block_size);
    -	if (ctx->flags & EVP_CIPH_NO_PADDING)
    -		{
    -		if(ctx->buf_len)
    -			{
    -			EVPerr(EVP_F_EVP_DECRYPTFINAL_EX,EVP_R_DATA_NOT_MULTIPLE_OF_BLOCK_LENGTH);
    -			return 0;
    -			}
    -		*outl = 0;
    -		return 1;
    -		}
    -	if (b > 1)
    -		{
    -		if (ctx->buf_len || !ctx->final_used)
    -			{
    -			EVPerr(EVP_F_EVP_DECRYPTFINAL_EX,EVP_R_WRONG_FINAL_BLOCK_LENGTH);
    -			return(0);
    -			}
    -		OPENSSL_assert(b <= sizeof ctx->final);
    -		pad=ctx->final[b-1];
    -
    -		padding_good = (unsigned char)(~constant_time_is_zero_8(pad));
    -		padding_good &= constant_time_ge_8(b, pad);
    -
    -                for (i = 1; i < b; ++i)
    -			{
    -			unsigned char is_pad_index = constant_time_lt_8(i, pad);
    -			unsigned char pad_byte_good = constant_time_eq_8(ctx->final[b-i-1], pad);
    -			padding_good &= constant_time_select_8(is_pad_index, pad_byte_good, 0xff);
    -			}
    -
    -		/*
    -		 * At least 1 byte is always padding, so we always write b - 1
    -		 * bytes to avoid a timing leak. The caller is required to have |b|
    -		 * bytes space in |out| by the API contract.
    -		 */
    -		for (i = 0; i < b - 1; ++i)
    -			out[i] = ctx->final[i] & padding_good;
    -		/* Safe cast: for a good padding, EVP_MAX_IV_LENGTH >= b >= pad */
    -		*outl = padding_good & ((unsigned char)(b - pad));
    -		return padding_good & 1;
    -		}
    -	else
    -		{
    -		*outl = 0;
    -		return 1;
    -		}
    -	}
    +{
    +    int i, n;
    +    unsigned int b;
    +    *outl = 0;
    +
    +    if (ctx->cipher->flags & EVP_CIPH_FLAG_CUSTOM_CIPHER) {
    +        i = M_do_cipher(ctx, out, NULL, 0);
    +        if (i < 0)
    +            return 0;
    +        else
    +            *outl = i;
    +        return 1;
    +    }
    +
    +    b = ctx->cipher->block_size;
    +    if (ctx->flags & EVP_CIPH_NO_PADDING) {
    +        if (ctx->buf_len) {
    +            EVPerr(EVP_F_EVP_DECRYPTFINAL_EX,
    +                   EVP_R_DATA_NOT_MULTIPLE_OF_BLOCK_LENGTH);
    +            return 0;
    +        }
    +        *outl = 0;
    +        return 1;
    +    }
    +    if (b > 1) {
    +        if (ctx->buf_len || !ctx->final_used) {
    +            EVPerr(EVP_F_EVP_DECRYPTFINAL_EX, EVP_R_WRONG_FINAL_BLOCK_LENGTH);
    +            return (0);
    +        }
    +        OPENSSL_assert(b <= sizeof ctx->final);
    +
    +        /*
    +         * The following assumes that the ciphertext has been authenticated.
    +         * Otherwise it provides a padding oracle.
    +         */
    +        n = ctx->final[b - 1];
    +        if (n == 0 || n > (int)b) {
    +            EVPerr(EVP_F_EVP_DECRYPTFINAL_EX, EVP_R_BAD_DECRYPT);
    +            return (0);
    +        }
    +        for (i = 0; i < n; i++) {
    +            if (ctx->final[--b] != n) {
    +                EVPerr(EVP_F_EVP_DECRYPTFINAL_EX, EVP_R_BAD_DECRYPT);
    +                return (0);
    +            }
    +        }
    +        n = ctx->cipher->block_size - n;
    +        for (i = 0; i < n; i++)
    +            out[i] = ctx->final[i];
    +        *outl = n;
    +    } else
    +        *outl = 0;
    +    return (1);
    +}
     
     void EVP_CIPHER_CTX_free(EVP_CIPHER_CTX *ctx)
    -	{
    -	if (ctx)
    -		{
    -		EVP_CIPHER_CTX_cleanup(ctx);
    -		OPENSSL_free(ctx);
    -		}
    -	}
    +{
    +    if (ctx) {
    +        EVP_CIPHER_CTX_cleanup(ctx);
    +        OPENSSL_free(ctx);
    +    }
    +}
     
     int EVP_CIPHER_CTX_cleanup(EVP_CIPHER_CTX *c)
    -	{
    +{
     #ifndef OPENSSL_FIPS
    -	if (c->cipher != NULL)
    -		{
    -		if(c->cipher->cleanup && !c->cipher->cleanup(c))
    -			return 0;
    -		/* Cleanse cipher context data */
    -		if (c->cipher_data)
    -			OPENSSL_cleanse(c->cipher_data, c->cipher->ctx_size);
    -		}
    -	if (c->cipher_data)
    -		OPENSSL_free(c->cipher_data);
    +    if (c->cipher != NULL) {
    +        if (c->cipher->cleanup && !c->cipher->cleanup(c))
    +            return 0;
    +        /* Cleanse cipher context data */
    +        if (c->cipher_data)
    +            OPENSSL_cleanse(c->cipher_data, c->cipher->ctx_size);
    +    }
    +    if (c->cipher_data)
    +        OPENSSL_free(c->cipher_data);
     #endif
     #ifndef OPENSSL_NO_ENGINE
    -	if (c->engine)
    -		/* The EVP_CIPHER we used belongs to an ENGINE, release the
    -		 * functional reference we held for this reason. */
    -		ENGINE_finish(c->engine);
    +    if (c->engine)
    +        /*
    +         * The EVP_CIPHER we used belongs to an ENGINE, release the
    +         * functional reference we held for this reason.
    +         */
    +        ENGINE_finish(c->engine);
     #endif
     #ifdef OPENSSL_FIPS
    -	FIPS_cipher_ctx_cleanup(c);
    +    FIPS_cipher_ctx_cleanup(c);
     #endif
    -	memset(c,0,sizeof(EVP_CIPHER_CTX));
    -	return 1;
    -	}
    +    memset(c, 0, sizeof(EVP_CIPHER_CTX));
    +    return 1;
    +}
     
     int EVP_CIPHER_CTX_set_key_length(EVP_CIPHER_CTX *c, int keylen)
    -	{
    -	if(c->cipher->flags & EVP_CIPH_CUSTOM_KEY_LENGTH) 
    -		return EVP_CIPHER_CTX_ctrl(c, EVP_CTRL_SET_KEY_LENGTH, keylen, NULL);
    -	if(c->key_len == keylen) return 1;
    -	if((keylen > 0) && (c->cipher->flags & EVP_CIPH_VARIABLE_LENGTH))
    -		{
    -		c->key_len = keylen;
    -		return 1;
    -		}
    -	EVPerr(EVP_F_EVP_CIPHER_CTX_SET_KEY_LENGTH,EVP_R_INVALID_KEY_LENGTH);
    -	return 0;
    -	}
    +{
    +    if (c->cipher->flags & EVP_CIPH_CUSTOM_KEY_LENGTH)
    +        return EVP_CIPHER_CTX_ctrl(c, EVP_CTRL_SET_KEY_LENGTH, keylen, NULL);
    +    if (c->key_len == keylen)
    +        return 1;
    +    if ((keylen > 0) && (c->cipher->flags & EVP_CIPH_VARIABLE_LENGTH)) {
    +        c->key_len = keylen;
    +        return 1;
    +    }
    +    EVPerr(EVP_F_EVP_CIPHER_CTX_SET_KEY_LENGTH, EVP_R_INVALID_KEY_LENGTH);
    +    return 0;
    +}
     
     int EVP_CIPHER_CTX_set_padding(EVP_CIPHER_CTX *ctx, int pad)
    -	{
    -	if (pad) ctx->flags &= ~EVP_CIPH_NO_PADDING;
    -	else ctx->flags |= EVP_CIPH_NO_PADDING;
    -	return 1;
    -	}
    +{
    +    if (pad)
    +        ctx->flags &= ~EVP_CIPH_NO_PADDING;
    +    else
    +        ctx->flags |= EVP_CIPH_NO_PADDING;
    +    return 1;
    +}
     
     int EVP_CIPHER_CTX_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr)
     {
    -	int ret;
    -	if(!ctx->cipher) {
    -		EVPerr(EVP_F_EVP_CIPHER_CTX_CTRL, EVP_R_NO_CIPHER_SET);
    -		return 0;
    -	}
    -
    -	if(!ctx->cipher->ctrl) {
    -		EVPerr(EVP_F_EVP_CIPHER_CTX_CTRL, EVP_R_CTRL_NOT_IMPLEMENTED);
    -		return 0;
    -	}
    -
    -	ret = ctx->cipher->ctrl(ctx, type, arg, ptr);
    -	if(ret == -1) {
    -		EVPerr(EVP_F_EVP_CIPHER_CTX_CTRL, EVP_R_CTRL_OPERATION_NOT_IMPLEMENTED);
    -		return 0;
    -	}
    -	return ret;
    +    int ret;
    +    if (!ctx->cipher) {
    +        EVPerr(EVP_F_EVP_CIPHER_CTX_CTRL, EVP_R_NO_CIPHER_SET);
    +        return 0;
    +    }
    +
    +    if (!ctx->cipher->ctrl) {
    +        EVPerr(EVP_F_EVP_CIPHER_CTX_CTRL, EVP_R_CTRL_NOT_IMPLEMENTED);
    +        return 0;
    +    }
    +
    +    ret = ctx->cipher->ctrl(ctx, type, arg, ptr);
    +    if (ret == -1) {
    +        EVPerr(EVP_F_EVP_CIPHER_CTX_CTRL,
    +               EVP_R_CTRL_OPERATION_NOT_IMPLEMENTED);
    +        return 0;
    +    }
    +    return ret;
     }
     
     int EVP_CIPHER_CTX_rand_key(EVP_CIPHER_CTX *ctx, unsigned char *key)
    -	{
    -	if (ctx->cipher->flags & EVP_CIPH_RAND_KEY)
    -		return EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_RAND_KEY, 0, key);
    -	if (RAND_bytes(key, ctx->key_len) <= 0)
    -		return 0;
    -	return 1;
    -	}
    +{
    +    if (ctx->cipher->flags & EVP_CIPH_RAND_KEY)
    +        return EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_RAND_KEY, 0, key);
    +    if (RAND_bytes(key, ctx->key_len) <= 0)
    +        return 0;
    +    return 1;
    +}
     
     int EVP_CIPHER_CTX_copy(EVP_CIPHER_CTX *out, const EVP_CIPHER_CTX *in)
    -	{
    -	if ((in == NULL) || (in->cipher == NULL))
    -		{
    -		EVPerr(EVP_F_EVP_CIPHER_CTX_COPY,EVP_R_INPUT_NOT_INITIALIZED);
    -		return 0;
    -		}
    +{
    +    if ((in == NULL) || (in->cipher == NULL)) {
    +        EVPerr(EVP_F_EVP_CIPHER_CTX_COPY, EVP_R_INPUT_NOT_INITIALIZED);
    +        return 0;
    +    }
     #ifndef OPENSSL_NO_ENGINE
    -	/* Make sure it's safe to copy a cipher context using an ENGINE */
    -	if (in->engine && !ENGINE_init(in->engine))
    -		{
    -		EVPerr(EVP_F_EVP_CIPHER_CTX_COPY,ERR_R_ENGINE_LIB);
    -		return 0;
    -		}
    +    /* Make sure it's safe to copy a cipher context using an ENGINE */
    +    if (in->engine && !ENGINE_init(in->engine)) {
    +        EVPerr(EVP_F_EVP_CIPHER_CTX_COPY, ERR_R_ENGINE_LIB);
    +        return 0;
    +    }
     #endif
     
    -	EVP_CIPHER_CTX_cleanup(out);
    -	memcpy(out,in,sizeof *out);
    -
    -	if (in->cipher_data && in->cipher->ctx_size)
    -		{
    -		out->cipher_data=OPENSSL_malloc(in->cipher->ctx_size);
    -		if (!out->cipher_data)
    -			{
    -			EVPerr(EVP_F_EVP_CIPHER_CTX_COPY,ERR_R_MALLOC_FAILURE);
    -			return 0;
    -			}
    -		memcpy(out->cipher_data,in->cipher_data,in->cipher->ctx_size);
    -		}
    -
    -	if (in->cipher->flags & EVP_CIPH_CUSTOM_COPY)
    -		return in->cipher->ctrl((EVP_CIPHER_CTX *)in, EVP_CTRL_COPY, 0, out);
    -	return 1;
    -	}
    +    EVP_CIPHER_CTX_cleanup(out);
    +    memcpy(out, in, sizeof *out);
    +
    +    if (in->cipher_data && in->cipher->ctx_size) {
    +        out->cipher_data = OPENSSL_malloc(in->cipher->ctx_size);
    +        if (!out->cipher_data) {
    +            EVPerr(EVP_F_EVP_CIPHER_CTX_COPY, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +        memcpy(out->cipher_data, in->cipher_data, in->cipher->ctx_size);
    +    }
    +
    +    if (in->cipher->flags & EVP_CIPH_CUSTOM_COPY)
    +        return in->cipher->ctrl((EVP_CIPHER_CTX *)in, EVP_CTRL_COPY, 0, out);
    +    return 1;
    +}
    diff --git a/openssl/crypto/evp/evp_err.c b/openssl/crypto/evp/evp_err.c
    index 08eab9882..15cf5532b 100644
    --- a/openssl/crypto/evp/evp_err.c
    +++ b/openssl/crypto/evp/evp_err.c
    @@ -1,13 +1,13 @@
     /* crypto/evp/evp_err.c */
     /* ====================================================================
    - * Copyright (c) 1999-2011 The OpenSSL Project.  All rights reserved.
    + * Copyright (c) 1999-2013 The OpenSSL Project.  All rights reserved.
      *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* NOTE: this file was auto generated by the mkerr.pl script: any changes
    +/*
    + * NOTE: this file was auto generated by the mkerr.pl script: any changes
      * made to it will be overwritten when the script next updates this file,
      * only reason strings will be preserved.
      */
    @@ -65,176 +66,189 @@
     /* BEGIN ERROR CODES */
     #ifndef OPENSSL_NO_ERR
     
    -#define ERR_FUNC(func) ERR_PACK(ERR_LIB_EVP,func,0)
    -#define ERR_REASON(reason) ERR_PACK(ERR_LIB_EVP,0,reason)
    +# define ERR_FUNC(func) ERR_PACK(ERR_LIB_EVP,func,0)
    +# define ERR_REASON(reason) ERR_PACK(ERR_LIB_EVP,0,reason)
     
    -static ERR_STRING_DATA EVP_str_functs[]=
    -	{
    -{ERR_FUNC(EVP_F_AESNI_INIT_KEY),	"AESNI_INIT_KEY"},
    -{ERR_FUNC(EVP_F_AESNI_XTS_CIPHER),	"AESNI_XTS_CIPHER"},
    -{ERR_FUNC(EVP_F_AES_INIT_KEY),	"AES_INIT_KEY"},
    -{ERR_FUNC(EVP_F_AES_XTS),	"AES_XTS"},
    -{ERR_FUNC(EVP_F_AES_XTS_CIPHER),	"AES_XTS_CIPHER"},
    -{ERR_FUNC(EVP_F_ALG_MODULE_INIT),	"ALG_MODULE_INIT"},
    -{ERR_FUNC(EVP_F_CAMELLIA_INIT_KEY),	"CAMELLIA_INIT_KEY"},
    -{ERR_FUNC(EVP_F_CMAC_INIT),	"CMAC_INIT"},
    -{ERR_FUNC(EVP_F_D2I_PKEY),	"D2I_PKEY"},
    -{ERR_FUNC(EVP_F_DO_SIGVER_INIT),	"DO_SIGVER_INIT"},
    -{ERR_FUNC(EVP_F_DSAPKEY2PKCS8),	"DSAPKEY2PKCS8"},
    -{ERR_FUNC(EVP_F_DSA_PKEY2PKCS8),	"DSA_PKEY2PKCS8"},
    -{ERR_FUNC(EVP_F_ECDSA_PKEY2PKCS8),	"ECDSA_PKEY2PKCS8"},
    -{ERR_FUNC(EVP_F_ECKEY_PKEY2PKCS8),	"ECKEY_PKEY2PKCS8"},
    -{ERR_FUNC(EVP_F_EVP_CIPHERINIT_EX),	"EVP_CipherInit_ex"},
    -{ERR_FUNC(EVP_F_EVP_CIPHER_CTX_COPY),	"EVP_CIPHER_CTX_copy"},
    -{ERR_FUNC(EVP_F_EVP_CIPHER_CTX_CTRL),	"EVP_CIPHER_CTX_ctrl"},
    -{ERR_FUNC(EVP_F_EVP_CIPHER_CTX_SET_KEY_LENGTH),	"EVP_CIPHER_CTX_set_key_length"},
    -{ERR_FUNC(EVP_F_EVP_DECRYPTFINAL_EX),	"EVP_DecryptFinal_ex"},
    -{ERR_FUNC(EVP_F_EVP_DIGESTINIT_EX),	"EVP_DigestInit_ex"},
    -{ERR_FUNC(EVP_F_EVP_ENCRYPTFINAL_EX),	"EVP_EncryptFinal_ex"},
    -{ERR_FUNC(EVP_F_EVP_MD_CTX_COPY_EX),	"EVP_MD_CTX_copy_ex"},
    -{ERR_FUNC(EVP_F_EVP_MD_SIZE),	"EVP_MD_size"},
    -{ERR_FUNC(EVP_F_EVP_OPENINIT),	"EVP_OpenInit"},
    -{ERR_FUNC(EVP_F_EVP_PBE_ALG_ADD),	"EVP_PBE_alg_add"},
    -{ERR_FUNC(EVP_F_EVP_PBE_ALG_ADD_TYPE),	"EVP_PBE_alg_add_type"},
    -{ERR_FUNC(EVP_F_EVP_PBE_CIPHERINIT),	"EVP_PBE_CipherInit"},
    -{ERR_FUNC(EVP_F_EVP_PKCS82PKEY),	"EVP_PKCS82PKEY"},
    -{ERR_FUNC(EVP_F_EVP_PKCS82PKEY_BROKEN),	"EVP_PKCS82PKEY_BROKEN"},
    -{ERR_FUNC(EVP_F_EVP_PKEY2PKCS8_BROKEN),	"EVP_PKEY2PKCS8_broken"},
    -{ERR_FUNC(EVP_F_EVP_PKEY_COPY_PARAMETERS),	"EVP_PKEY_copy_parameters"},
    -{ERR_FUNC(EVP_F_EVP_PKEY_CTX_CTRL),	"EVP_PKEY_CTX_ctrl"},
    -{ERR_FUNC(EVP_F_EVP_PKEY_CTX_CTRL_STR),	"EVP_PKEY_CTX_ctrl_str"},
    -{ERR_FUNC(EVP_F_EVP_PKEY_CTX_DUP),	"EVP_PKEY_CTX_dup"},
    -{ERR_FUNC(EVP_F_EVP_PKEY_DECRYPT),	"EVP_PKEY_decrypt"},
    -{ERR_FUNC(EVP_F_EVP_PKEY_DECRYPT_INIT),	"EVP_PKEY_decrypt_init"},
    -{ERR_FUNC(EVP_F_EVP_PKEY_DECRYPT_OLD),	"EVP_PKEY_decrypt_old"},
    -{ERR_FUNC(EVP_F_EVP_PKEY_DERIVE),	"EVP_PKEY_derive"},
    -{ERR_FUNC(EVP_F_EVP_PKEY_DERIVE_INIT),	"EVP_PKEY_derive_init"},
    -{ERR_FUNC(EVP_F_EVP_PKEY_DERIVE_SET_PEER),	"EVP_PKEY_derive_set_peer"},
    -{ERR_FUNC(EVP_F_EVP_PKEY_ENCRYPT),	"EVP_PKEY_encrypt"},
    -{ERR_FUNC(EVP_F_EVP_PKEY_ENCRYPT_INIT),	"EVP_PKEY_encrypt_init"},
    -{ERR_FUNC(EVP_F_EVP_PKEY_ENCRYPT_OLD),	"EVP_PKEY_encrypt_old"},
    -{ERR_FUNC(EVP_F_EVP_PKEY_GET1_DH),	"EVP_PKEY_get1_DH"},
    -{ERR_FUNC(EVP_F_EVP_PKEY_GET1_DSA),	"EVP_PKEY_get1_DSA"},
    -{ERR_FUNC(EVP_F_EVP_PKEY_GET1_ECDSA),	"EVP_PKEY_GET1_ECDSA"},
    -{ERR_FUNC(EVP_F_EVP_PKEY_GET1_EC_KEY),	"EVP_PKEY_get1_EC_KEY"},
    -{ERR_FUNC(EVP_F_EVP_PKEY_GET1_RSA),	"EVP_PKEY_get1_RSA"},
    -{ERR_FUNC(EVP_F_EVP_PKEY_KEYGEN),	"EVP_PKEY_keygen"},
    -{ERR_FUNC(EVP_F_EVP_PKEY_KEYGEN_INIT),	"EVP_PKEY_keygen_init"},
    -{ERR_FUNC(EVP_F_EVP_PKEY_NEW),	"EVP_PKEY_new"},
    -{ERR_FUNC(EVP_F_EVP_PKEY_PARAMGEN),	"EVP_PKEY_paramgen"},
    -{ERR_FUNC(EVP_F_EVP_PKEY_PARAMGEN_INIT),	"EVP_PKEY_paramgen_init"},
    -{ERR_FUNC(EVP_F_EVP_PKEY_SIGN),	"EVP_PKEY_sign"},
    -{ERR_FUNC(EVP_F_EVP_PKEY_SIGN_INIT),	"EVP_PKEY_sign_init"},
    -{ERR_FUNC(EVP_F_EVP_PKEY_VERIFY),	"EVP_PKEY_verify"},
    -{ERR_FUNC(EVP_F_EVP_PKEY_VERIFY_INIT),	"EVP_PKEY_verify_init"},
    -{ERR_FUNC(EVP_F_EVP_PKEY_VERIFY_RECOVER),	"EVP_PKEY_verify_recover"},
    -{ERR_FUNC(EVP_F_EVP_PKEY_VERIFY_RECOVER_INIT),	"EVP_PKEY_verify_recover_init"},
    -{ERR_FUNC(EVP_F_EVP_RIJNDAEL),	"EVP_RIJNDAEL"},
    -{ERR_FUNC(EVP_F_EVP_SIGNFINAL),	"EVP_SignFinal"},
    -{ERR_FUNC(EVP_F_EVP_VERIFYFINAL),	"EVP_VerifyFinal"},
    -{ERR_FUNC(EVP_F_FIPS_CIPHERINIT),	"FIPS_CIPHERINIT"},
    -{ERR_FUNC(EVP_F_FIPS_CIPHER_CTX_COPY),	"FIPS_CIPHER_CTX_COPY"},
    -{ERR_FUNC(EVP_F_FIPS_CIPHER_CTX_CTRL),	"FIPS_CIPHER_CTX_CTRL"},
    -{ERR_FUNC(EVP_F_FIPS_CIPHER_CTX_SET_KEY_LENGTH),	"FIPS_CIPHER_CTX_SET_KEY_LENGTH"},
    -{ERR_FUNC(EVP_F_FIPS_DIGESTINIT),	"FIPS_DIGESTINIT"},
    -{ERR_FUNC(EVP_F_FIPS_MD_CTX_COPY),	"FIPS_MD_CTX_COPY"},
    -{ERR_FUNC(EVP_F_HMAC_INIT_EX),	"HMAC_Init_ex"},
    -{ERR_FUNC(EVP_F_INT_CTX_NEW),	"INT_CTX_NEW"},
    -{ERR_FUNC(EVP_F_PKCS5_PBE_KEYIVGEN),	"PKCS5_PBE_keyivgen"},
    -{ERR_FUNC(EVP_F_PKCS5_V2_PBE_KEYIVGEN),	"PKCS5_v2_PBE_keyivgen"},
    -{ERR_FUNC(EVP_F_PKCS5_V2_PBKDF2_KEYIVGEN),	"PKCS5_V2_PBKDF2_KEYIVGEN"},
    -{ERR_FUNC(EVP_F_PKCS8_SET_BROKEN),	"PKCS8_set_broken"},
    -{ERR_FUNC(EVP_F_PKEY_SET_TYPE),	"PKEY_SET_TYPE"},
    -{ERR_FUNC(EVP_F_RC2_MAGIC_TO_METH),	"RC2_MAGIC_TO_METH"},
    -{ERR_FUNC(EVP_F_RC5_CTRL),	"RC5_CTRL"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA EVP_str_functs[] = {
    +    {ERR_FUNC(EVP_F_AESNI_INIT_KEY), "AESNI_INIT_KEY"},
    +    {ERR_FUNC(EVP_F_AESNI_XTS_CIPHER), "AESNI_XTS_CIPHER"},
    +    {ERR_FUNC(EVP_F_AES_INIT_KEY), "AES_INIT_KEY"},
    +    {ERR_FUNC(EVP_F_AES_T4_INIT_KEY), "AES_T4_INIT_KEY"},
    +    {ERR_FUNC(EVP_F_AES_XTS), "AES_XTS"},
    +    {ERR_FUNC(EVP_F_AES_XTS_CIPHER), "AES_XTS_CIPHER"},
    +    {ERR_FUNC(EVP_F_ALG_MODULE_INIT), "ALG_MODULE_INIT"},
    +    {ERR_FUNC(EVP_F_CAMELLIA_INIT_KEY), "CAMELLIA_INIT_KEY"},
    +    {ERR_FUNC(EVP_F_CMAC_INIT), "CMAC_INIT"},
    +    {ERR_FUNC(EVP_F_CMLL_T4_INIT_KEY), "CMLL_T4_INIT_KEY"},
    +    {ERR_FUNC(EVP_F_D2I_PKEY), "D2I_PKEY"},
    +    {ERR_FUNC(EVP_F_DO_SIGVER_INIT), "DO_SIGVER_INIT"},
    +    {ERR_FUNC(EVP_F_DSAPKEY2PKCS8), "DSAPKEY2PKCS8"},
    +    {ERR_FUNC(EVP_F_DSA_PKEY2PKCS8), "DSA_PKEY2PKCS8"},
    +    {ERR_FUNC(EVP_F_ECDSA_PKEY2PKCS8), "ECDSA_PKEY2PKCS8"},
    +    {ERR_FUNC(EVP_F_ECKEY_PKEY2PKCS8), "ECKEY_PKEY2PKCS8"},
    +    {ERR_FUNC(EVP_F_EVP_CIPHERINIT_EX), "EVP_CipherInit_ex"},
    +    {ERR_FUNC(EVP_F_EVP_CIPHER_CTX_COPY), "EVP_CIPHER_CTX_copy"},
    +    {ERR_FUNC(EVP_F_EVP_CIPHER_CTX_CTRL), "EVP_CIPHER_CTX_ctrl"},
    +    {ERR_FUNC(EVP_F_EVP_CIPHER_CTX_SET_KEY_LENGTH),
    +     "EVP_CIPHER_CTX_set_key_length"},
    +    {ERR_FUNC(EVP_F_EVP_DECRYPTFINAL_EX), "EVP_DecryptFinal_ex"},
    +    {ERR_FUNC(EVP_F_EVP_DIGESTINIT_EX), "EVP_DigestInit_ex"},
    +    {ERR_FUNC(EVP_F_EVP_ENCRYPTFINAL_EX), "EVP_EncryptFinal_ex"},
    +    {ERR_FUNC(EVP_F_EVP_MD_CTX_COPY_EX), "EVP_MD_CTX_copy_ex"},
    +    {ERR_FUNC(EVP_F_EVP_MD_SIZE), "EVP_MD_size"},
    +    {ERR_FUNC(EVP_F_EVP_OPENINIT), "EVP_OpenInit"},
    +    {ERR_FUNC(EVP_F_EVP_PBE_ALG_ADD), "EVP_PBE_alg_add"},
    +    {ERR_FUNC(EVP_F_EVP_PBE_ALG_ADD_TYPE), "EVP_PBE_alg_add_type"},
    +    {ERR_FUNC(EVP_F_EVP_PBE_CIPHERINIT), "EVP_PBE_CipherInit"},
    +    {ERR_FUNC(EVP_F_EVP_PKCS82PKEY), "EVP_PKCS82PKEY"},
    +    {ERR_FUNC(EVP_F_EVP_PKCS82PKEY_BROKEN), "EVP_PKCS82PKEY_BROKEN"},
    +    {ERR_FUNC(EVP_F_EVP_PKEY2PKCS8_BROKEN), "EVP_PKEY2PKCS8_broken"},
    +    {ERR_FUNC(EVP_F_EVP_PKEY_COPY_PARAMETERS), "EVP_PKEY_copy_parameters"},
    +    {ERR_FUNC(EVP_F_EVP_PKEY_CTX_CTRL), "EVP_PKEY_CTX_ctrl"},
    +    {ERR_FUNC(EVP_F_EVP_PKEY_CTX_CTRL_STR), "EVP_PKEY_CTX_ctrl_str"},
    +    {ERR_FUNC(EVP_F_EVP_PKEY_CTX_DUP), "EVP_PKEY_CTX_dup"},
    +    {ERR_FUNC(EVP_F_EVP_PKEY_DECRYPT), "EVP_PKEY_decrypt"},
    +    {ERR_FUNC(EVP_F_EVP_PKEY_DECRYPT_INIT), "EVP_PKEY_decrypt_init"},
    +    {ERR_FUNC(EVP_F_EVP_PKEY_DECRYPT_OLD), "EVP_PKEY_decrypt_old"},
    +    {ERR_FUNC(EVP_F_EVP_PKEY_DERIVE), "EVP_PKEY_derive"},
    +    {ERR_FUNC(EVP_F_EVP_PKEY_DERIVE_INIT), "EVP_PKEY_derive_init"},
    +    {ERR_FUNC(EVP_F_EVP_PKEY_DERIVE_SET_PEER), "EVP_PKEY_derive_set_peer"},
    +    {ERR_FUNC(EVP_F_EVP_PKEY_ENCRYPT), "EVP_PKEY_encrypt"},
    +    {ERR_FUNC(EVP_F_EVP_PKEY_ENCRYPT_INIT), "EVP_PKEY_encrypt_init"},
    +    {ERR_FUNC(EVP_F_EVP_PKEY_ENCRYPT_OLD), "EVP_PKEY_encrypt_old"},
    +    {ERR_FUNC(EVP_F_EVP_PKEY_GET1_DH), "EVP_PKEY_get1_DH"},
    +    {ERR_FUNC(EVP_F_EVP_PKEY_GET1_DSA), "EVP_PKEY_get1_DSA"},
    +    {ERR_FUNC(EVP_F_EVP_PKEY_GET1_ECDSA), "EVP_PKEY_GET1_ECDSA"},
    +    {ERR_FUNC(EVP_F_EVP_PKEY_GET1_EC_KEY), "EVP_PKEY_get1_EC_KEY"},
    +    {ERR_FUNC(EVP_F_EVP_PKEY_GET1_RSA), "EVP_PKEY_get1_RSA"},
    +    {ERR_FUNC(EVP_F_EVP_PKEY_KEYGEN), "EVP_PKEY_keygen"},
    +    {ERR_FUNC(EVP_F_EVP_PKEY_KEYGEN_INIT), "EVP_PKEY_keygen_init"},
    +    {ERR_FUNC(EVP_F_EVP_PKEY_NEW), "EVP_PKEY_new"},
    +    {ERR_FUNC(EVP_F_EVP_PKEY_PARAMGEN), "EVP_PKEY_paramgen"},
    +    {ERR_FUNC(EVP_F_EVP_PKEY_PARAMGEN_INIT), "EVP_PKEY_paramgen_init"},
    +    {ERR_FUNC(EVP_F_EVP_PKEY_SIGN), "EVP_PKEY_sign"},
    +    {ERR_FUNC(EVP_F_EVP_PKEY_SIGN_INIT), "EVP_PKEY_sign_init"},
    +    {ERR_FUNC(EVP_F_EVP_PKEY_VERIFY), "EVP_PKEY_verify"},
    +    {ERR_FUNC(EVP_F_EVP_PKEY_VERIFY_INIT), "EVP_PKEY_verify_init"},
    +    {ERR_FUNC(EVP_F_EVP_PKEY_VERIFY_RECOVER), "EVP_PKEY_verify_recover"},
    +    {ERR_FUNC(EVP_F_EVP_PKEY_VERIFY_RECOVER_INIT),
    +     "EVP_PKEY_verify_recover_init"},
    +    {ERR_FUNC(EVP_F_EVP_RIJNDAEL), "EVP_RIJNDAEL"},
    +    {ERR_FUNC(EVP_F_EVP_SIGNFINAL), "EVP_SignFinal"},
    +    {ERR_FUNC(EVP_F_EVP_VERIFYFINAL), "EVP_VerifyFinal"},
    +    {ERR_FUNC(EVP_F_FIPS_CIPHERINIT), "FIPS_CIPHERINIT"},
    +    {ERR_FUNC(EVP_F_FIPS_CIPHER_CTX_COPY), "FIPS_CIPHER_CTX_COPY"},
    +    {ERR_FUNC(EVP_F_FIPS_CIPHER_CTX_CTRL), "FIPS_CIPHER_CTX_CTRL"},
    +    {ERR_FUNC(EVP_F_FIPS_CIPHER_CTX_SET_KEY_LENGTH),
    +     "FIPS_CIPHER_CTX_SET_KEY_LENGTH"},
    +    {ERR_FUNC(EVP_F_FIPS_DIGESTINIT), "FIPS_DIGESTINIT"},
    +    {ERR_FUNC(EVP_F_FIPS_MD_CTX_COPY), "FIPS_MD_CTX_COPY"},
    +    {ERR_FUNC(EVP_F_HMAC_INIT_EX), "HMAC_Init_ex"},
    +    {ERR_FUNC(EVP_F_INT_CTX_NEW), "INT_CTX_NEW"},
    +    {ERR_FUNC(EVP_F_PKCS5_PBE_KEYIVGEN), "PKCS5_PBE_keyivgen"},
    +    {ERR_FUNC(EVP_F_PKCS5_V2_PBE_KEYIVGEN), "PKCS5_v2_PBE_keyivgen"},
    +    {ERR_FUNC(EVP_F_PKCS5_V2_PBKDF2_KEYIVGEN), "PKCS5_V2_PBKDF2_KEYIVGEN"},
    +    {ERR_FUNC(EVP_F_PKCS8_SET_BROKEN), "PKCS8_set_broken"},
    +    {ERR_FUNC(EVP_F_PKEY_SET_TYPE), "PKEY_SET_TYPE"},
    +    {ERR_FUNC(EVP_F_RC2_MAGIC_TO_METH), "RC2_MAGIC_TO_METH"},
    +    {ERR_FUNC(EVP_F_RC5_CTRL), "RC5_CTRL"},
    +    {0, NULL}
    +};
     
    -static ERR_STRING_DATA EVP_str_reasons[]=
    -	{
    -{ERR_REASON(EVP_R_AES_IV_SETUP_FAILED)   ,"aes iv setup failed"},
    -{ERR_REASON(EVP_R_AES_KEY_SETUP_FAILED)  ,"aes key setup failed"},
    -{ERR_REASON(EVP_R_ASN1_LIB)              ,"asn1 lib"},
    -{ERR_REASON(EVP_R_BAD_BLOCK_LENGTH)      ,"bad block length"},
    -{ERR_REASON(EVP_R_BAD_DECRYPT)           ,"bad decrypt"},
    -{ERR_REASON(EVP_R_BAD_KEY_LENGTH)        ,"bad key length"},
    -{ERR_REASON(EVP_R_BN_DECODE_ERROR)       ,"bn decode error"},
    -{ERR_REASON(EVP_R_BN_PUBKEY_ERROR)       ,"bn pubkey error"},
    -{ERR_REASON(EVP_R_BUFFER_TOO_SMALL)      ,"buffer too small"},
    -{ERR_REASON(EVP_R_CAMELLIA_KEY_SETUP_FAILED),"camellia key setup failed"},
    -{ERR_REASON(EVP_R_CIPHER_PARAMETER_ERROR),"cipher parameter error"},
    -{ERR_REASON(EVP_R_COMMAND_NOT_SUPPORTED) ,"command not supported"},
    -{ERR_REASON(EVP_R_CTRL_NOT_IMPLEMENTED)  ,"ctrl not implemented"},
    -{ERR_REASON(EVP_R_CTRL_OPERATION_NOT_IMPLEMENTED),"ctrl operation not implemented"},
    -{ERR_REASON(EVP_R_DATA_NOT_MULTIPLE_OF_BLOCK_LENGTH),"data not multiple of block length"},
    -{ERR_REASON(EVP_R_DECODE_ERROR)          ,"decode error"},
    -{ERR_REASON(EVP_R_DIFFERENT_KEY_TYPES)   ,"different key types"},
    -{ERR_REASON(EVP_R_DIFFERENT_PARAMETERS)  ,"different parameters"},
    -{ERR_REASON(EVP_R_DISABLED_FOR_FIPS)     ,"disabled for fips"},
    -{ERR_REASON(EVP_R_ENCODE_ERROR)          ,"encode error"},
    -{ERR_REASON(EVP_R_ERROR_LOADING_SECTION) ,"error loading section"},
    -{ERR_REASON(EVP_R_ERROR_SETTING_FIPS_MODE),"error setting fips mode"},
    -{ERR_REASON(EVP_R_EVP_PBE_CIPHERINIT_ERROR),"evp pbe cipherinit error"},
    -{ERR_REASON(EVP_R_EXPECTING_AN_RSA_KEY)  ,"expecting an rsa key"},
    -{ERR_REASON(EVP_R_EXPECTING_A_DH_KEY)    ,"expecting a dh key"},
    -{ERR_REASON(EVP_R_EXPECTING_A_DSA_KEY)   ,"expecting a dsa key"},
    -{ERR_REASON(EVP_R_EXPECTING_A_ECDSA_KEY) ,"expecting a ecdsa key"},
    -{ERR_REASON(EVP_R_EXPECTING_A_EC_KEY)    ,"expecting a ec key"},
    -{ERR_REASON(EVP_R_FIPS_MODE_NOT_SUPPORTED),"fips mode not supported"},
    -{ERR_REASON(EVP_R_INITIALIZATION_ERROR)  ,"initialization error"},
    -{ERR_REASON(EVP_R_INPUT_NOT_INITIALIZED) ,"input not initialized"},
    -{ERR_REASON(EVP_R_INVALID_DIGEST)        ,"invalid digest"},
    -{ERR_REASON(EVP_R_INVALID_FIPS_MODE)     ,"invalid fips mode"},
    -{ERR_REASON(EVP_R_INVALID_KEY_LENGTH)    ,"invalid key length"},
    -{ERR_REASON(EVP_R_INVALID_OPERATION)     ,"invalid operation"},
    -{ERR_REASON(EVP_R_IV_TOO_LARGE)          ,"iv too large"},
    -{ERR_REASON(EVP_R_KEYGEN_FAILURE)        ,"keygen failure"},
    -{ERR_REASON(EVP_R_MESSAGE_DIGEST_IS_NULL),"message digest is null"},
    -{ERR_REASON(EVP_R_METHOD_NOT_SUPPORTED)  ,"method not supported"},
    -{ERR_REASON(EVP_R_MISSING_PARAMETERS)    ,"missing parameters"},
    -{ERR_REASON(EVP_R_NO_CIPHER_SET)         ,"no cipher set"},
    -{ERR_REASON(EVP_R_NO_DEFAULT_DIGEST)     ,"no default digest"},
    -{ERR_REASON(EVP_R_NO_DIGEST_SET)         ,"no digest set"},
    -{ERR_REASON(EVP_R_NO_DSA_PARAMETERS)     ,"no dsa parameters"},
    -{ERR_REASON(EVP_R_NO_KEY_SET)            ,"no key set"},
    -{ERR_REASON(EVP_R_NO_OPERATION_SET)      ,"no operation set"},
    -{ERR_REASON(EVP_R_NO_SIGN_FUNCTION_CONFIGURED),"no sign function configured"},
    -{ERR_REASON(EVP_R_NO_VERIFY_FUNCTION_CONFIGURED),"no verify function configured"},
    -{ERR_REASON(EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE),"operation not supported for this keytype"},
    -{ERR_REASON(EVP_R_OPERATON_NOT_INITIALIZED),"operaton not initialized"},
    -{ERR_REASON(EVP_R_PKCS8_UNKNOWN_BROKEN_TYPE),"pkcs8 unknown broken type"},
    -{ERR_REASON(EVP_R_PRIVATE_KEY_DECODE_ERROR),"private key decode error"},
    -{ERR_REASON(EVP_R_PRIVATE_KEY_ENCODE_ERROR),"private key encode error"},
    -{ERR_REASON(EVP_R_PUBLIC_KEY_NOT_RSA)    ,"public key not rsa"},
    -{ERR_REASON(EVP_R_TOO_LARGE)             ,"too large"},
    -{ERR_REASON(EVP_R_UNKNOWN_CIPHER)        ,"unknown cipher"},
    -{ERR_REASON(EVP_R_UNKNOWN_DIGEST)        ,"unknown digest"},
    -{ERR_REASON(EVP_R_UNKNOWN_OPTION)        ,"unknown option"},
    -{ERR_REASON(EVP_R_UNKNOWN_PBE_ALGORITHM) ,"unknown pbe algorithm"},
    -{ERR_REASON(EVP_R_UNSUPORTED_NUMBER_OF_ROUNDS),"unsuported number of rounds"},
    -{ERR_REASON(EVP_R_UNSUPPORTED_ALGORITHM) ,"unsupported algorithm"},
    -{ERR_REASON(EVP_R_UNSUPPORTED_CIPHER)    ,"unsupported cipher"},
    -{ERR_REASON(EVP_R_UNSUPPORTED_KEYLENGTH) ,"unsupported keylength"},
    -{ERR_REASON(EVP_R_UNSUPPORTED_KEY_DERIVATION_FUNCTION),"unsupported key derivation function"},
    -{ERR_REASON(EVP_R_UNSUPPORTED_KEY_SIZE)  ,"unsupported key size"},
    -{ERR_REASON(EVP_R_UNSUPPORTED_PRF)       ,"unsupported prf"},
    -{ERR_REASON(EVP_R_UNSUPPORTED_PRIVATE_KEY_ALGORITHM),"unsupported private key algorithm"},
    -{ERR_REASON(EVP_R_UNSUPPORTED_SALT_TYPE) ,"unsupported salt type"},
    -{ERR_REASON(EVP_R_WRONG_FINAL_BLOCK_LENGTH),"wrong final block length"},
    -{ERR_REASON(EVP_R_WRONG_PUBLIC_KEY_TYPE) ,"wrong public key type"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA EVP_str_reasons[] = {
    +    {ERR_REASON(EVP_R_AES_IV_SETUP_FAILED), "aes iv setup failed"},
    +    {ERR_REASON(EVP_R_AES_KEY_SETUP_FAILED), "aes key setup failed"},
    +    {ERR_REASON(EVP_R_ASN1_LIB), "asn1 lib"},
    +    {ERR_REASON(EVP_R_BAD_BLOCK_LENGTH), "bad block length"},
    +    {ERR_REASON(EVP_R_BAD_DECRYPT), "bad decrypt"},
    +    {ERR_REASON(EVP_R_BAD_KEY_LENGTH), "bad key length"},
    +    {ERR_REASON(EVP_R_BN_DECODE_ERROR), "bn decode error"},
    +    {ERR_REASON(EVP_R_BN_PUBKEY_ERROR), "bn pubkey error"},
    +    {ERR_REASON(EVP_R_BUFFER_TOO_SMALL), "buffer too small"},
    +    {ERR_REASON(EVP_R_CAMELLIA_KEY_SETUP_FAILED),
    +     "camellia key setup failed"},
    +    {ERR_REASON(EVP_R_CIPHER_PARAMETER_ERROR), "cipher parameter error"},
    +    {ERR_REASON(EVP_R_COMMAND_NOT_SUPPORTED), "command not supported"},
    +    {ERR_REASON(EVP_R_CTRL_NOT_IMPLEMENTED), "ctrl not implemented"},
    +    {ERR_REASON(EVP_R_CTRL_OPERATION_NOT_IMPLEMENTED),
    +     "ctrl operation not implemented"},
    +    {ERR_REASON(EVP_R_DATA_NOT_MULTIPLE_OF_BLOCK_LENGTH),
    +     "data not multiple of block length"},
    +    {ERR_REASON(EVP_R_DECODE_ERROR), "decode error"},
    +    {ERR_REASON(EVP_R_DIFFERENT_KEY_TYPES), "different key types"},
    +    {ERR_REASON(EVP_R_DIFFERENT_PARAMETERS), "different parameters"},
    +    {ERR_REASON(EVP_R_DISABLED_FOR_FIPS), "disabled for fips"},
    +    {ERR_REASON(EVP_R_ENCODE_ERROR), "encode error"},
    +    {ERR_REASON(EVP_R_ERROR_LOADING_SECTION), "error loading section"},
    +    {ERR_REASON(EVP_R_ERROR_SETTING_FIPS_MODE), "error setting fips mode"},
    +    {ERR_REASON(EVP_R_EVP_PBE_CIPHERINIT_ERROR), "evp pbe cipherinit error"},
    +    {ERR_REASON(EVP_R_EXPECTING_AN_RSA_KEY), "expecting an rsa key"},
    +    {ERR_REASON(EVP_R_EXPECTING_A_DH_KEY), "expecting a dh key"},
    +    {ERR_REASON(EVP_R_EXPECTING_A_DSA_KEY), "expecting a dsa key"},
    +    {ERR_REASON(EVP_R_EXPECTING_A_ECDSA_KEY), "expecting a ecdsa key"},
    +    {ERR_REASON(EVP_R_EXPECTING_A_EC_KEY), "expecting a ec key"},
    +    {ERR_REASON(EVP_R_FIPS_MODE_NOT_SUPPORTED), "fips mode not supported"},
    +    {ERR_REASON(EVP_R_INITIALIZATION_ERROR), "initialization error"},
    +    {ERR_REASON(EVP_R_INPUT_NOT_INITIALIZED), "input not initialized"},
    +    {ERR_REASON(EVP_R_INVALID_DIGEST), "invalid digest"},
    +    {ERR_REASON(EVP_R_INVALID_FIPS_MODE), "invalid fips mode"},
    +    {ERR_REASON(EVP_R_INVALID_KEY_LENGTH), "invalid key length"},
    +    {ERR_REASON(EVP_R_INVALID_OPERATION), "invalid operation"},
    +    {ERR_REASON(EVP_R_IV_TOO_LARGE), "iv too large"},
    +    {ERR_REASON(EVP_R_KEYGEN_FAILURE), "keygen failure"},
    +    {ERR_REASON(EVP_R_MESSAGE_DIGEST_IS_NULL), "message digest is null"},
    +    {ERR_REASON(EVP_R_METHOD_NOT_SUPPORTED), "method not supported"},
    +    {ERR_REASON(EVP_R_MISSING_PARAMETERS), "missing parameters"},
    +    {ERR_REASON(EVP_R_NO_CIPHER_SET), "no cipher set"},
    +    {ERR_REASON(EVP_R_NO_DEFAULT_DIGEST), "no default digest"},
    +    {ERR_REASON(EVP_R_NO_DIGEST_SET), "no digest set"},
    +    {ERR_REASON(EVP_R_NO_DSA_PARAMETERS), "no dsa parameters"},
    +    {ERR_REASON(EVP_R_NO_KEY_SET), "no key set"},
    +    {ERR_REASON(EVP_R_NO_OPERATION_SET), "no operation set"},
    +    {ERR_REASON(EVP_R_NO_SIGN_FUNCTION_CONFIGURED),
    +     "no sign function configured"},
    +    {ERR_REASON(EVP_R_NO_VERIFY_FUNCTION_CONFIGURED),
    +     "no verify function configured"},
    +    {ERR_REASON(EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE),
    +     "operation not supported for this keytype"},
    +    {ERR_REASON(EVP_R_OPERATON_NOT_INITIALIZED), "operaton not initialized"},
    +    {ERR_REASON(EVP_R_PKCS8_UNKNOWN_BROKEN_TYPE),
    +     "pkcs8 unknown broken type"},
    +    {ERR_REASON(EVP_R_PRIVATE_KEY_DECODE_ERROR), "private key decode error"},
    +    {ERR_REASON(EVP_R_PRIVATE_KEY_ENCODE_ERROR), "private key encode error"},
    +    {ERR_REASON(EVP_R_PUBLIC_KEY_NOT_RSA), "public key not rsa"},
    +    {ERR_REASON(EVP_R_TOO_LARGE), "too large"},
    +    {ERR_REASON(EVP_R_UNKNOWN_CIPHER), "unknown cipher"},
    +    {ERR_REASON(EVP_R_UNKNOWN_DIGEST), "unknown digest"},
    +    {ERR_REASON(EVP_R_UNKNOWN_OPTION), "unknown option"},
    +    {ERR_REASON(EVP_R_UNKNOWN_PBE_ALGORITHM), "unknown pbe algorithm"},
    +    {ERR_REASON(EVP_R_UNSUPORTED_NUMBER_OF_ROUNDS),
    +     "unsuported number of rounds"},
    +    {ERR_REASON(EVP_R_UNSUPPORTED_ALGORITHM), "unsupported algorithm"},
    +    {ERR_REASON(EVP_R_UNSUPPORTED_CIPHER), "unsupported cipher"},
    +    {ERR_REASON(EVP_R_UNSUPPORTED_KEYLENGTH), "unsupported keylength"},
    +    {ERR_REASON(EVP_R_UNSUPPORTED_KEY_DERIVATION_FUNCTION),
    +     "unsupported key derivation function"},
    +    {ERR_REASON(EVP_R_UNSUPPORTED_KEY_SIZE), "unsupported key size"},
    +    {ERR_REASON(EVP_R_UNSUPPORTED_PRF), "unsupported prf"},
    +    {ERR_REASON(EVP_R_UNSUPPORTED_PRIVATE_KEY_ALGORITHM),
    +     "unsupported private key algorithm"},
    +    {ERR_REASON(EVP_R_UNSUPPORTED_SALT_TYPE), "unsupported salt type"},
    +    {ERR_REASON(EVP_R_WRAP_MODE_NOT_ALLOWED), "wrap mode not allowed"},
    +    {ERR_REASON(EVP_R_WRONG_FINAL_BLOCK_LENGTH), "wrong final block length"},
    +    {ERR_REASON(EVP_R_WRONG_PUBLIC_KEY_TYPE), "wrong public key type"},
    +    {0, NULL}
    +};
     
     #endif
     
     void ERR_load_EVP_strings(void)
    -	{
    +{
     #ifndef OPENSSL_NO_ERR
     
    -	if (ERR_func_error_string(EVP_str_functs[0].error) == NULL)
    -		{
    -		ERR_load_strings(0,EVP_str_functs);
    -		ERR_load_strings(0,EVP_str_reasons);
    -		}
    +    if (ERR_func_error_string(EVP_str_functs[0].error) == NULL) {
    +        ERR_load_strings(0, EVP_str_functs);
    +        ERR_load_strings(0, EVP_str_reasons);
    +    }
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/evp/evp_fips.c b/openssl/crypto/evp/evp_fips.c
    deleted file mode 100644
    index cb7f4fc0f..000000000
    --- a/openssl/crypto/evp/evp_fips.c
    +++ /dev/null
    @@ -1,113 +0,0 @@
    -/* crypto/evp/evp_fips.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project.
    - */
    -/* ====================================================================
    - * Copyright (c) 2011 The OpenSSL Project.  All rights reserved.
    - *
    - * Redistribution and use in source and binary forms, with or without
    - * modification, are permitted provided that the following conditions
    - * are met:
    - *
    - * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    - *
    - * 2. Redistributions in binary form must reproduce the above copyright
    - *    notice, this list of conditions and the following disclaimer in
    - *    the documentation and/or other materials provided with the
    - *    distribution.
    - *
    - * 3. All advertising materials mentioning features or use of this
    - *    software must display the following acknowledgment:
    - *    "This product includes software developed by the OpenSSL Project
    - *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
    - *
    - * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
    - *    endorse or promote products derived from this software without
    - *    prior written permission. For written permission, please contact
    - *    licensing@OpenSSL.org.
    - *
    - * 5. Products derived from this software may not be called "OpenSSL"
    - *    nor may "OpenSSL" appear in their names without prior written
    - *    permission of the OpenSSL Project.
    - *
    - * 6. Redistributions of any form whatsoever must retain the following
    - *    acknowledgment:
    - *    "This product includes software developed by the OpenSSL Project
    - *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
    - *
    - * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
    - * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
    - * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
    - * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
    - * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    - * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
    - * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
    - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
    - * OF THE POSSIBILITY OF SUCH DAMAGE.
    - * ====================================================================
    - */
    -
    -
    -#include 
    -
    -#ifdef OPENSSL_FIPS
    -#include 
    -
    -const EVP_CIPHER *EVP_aes_128_cbc(void)  { return FIPS_evp_aes_128_cbc(); }
    -const EVP_CIPHER *EVP_aes_128_ccm(void)  { return FIPS_evp_aes_128_ccm(); }
    -const EVP_CIPHER *EVP_aes_128_cfb1(void)  { return FIPS_evp_aes_128_cfb1(); }
    -const EVP_CIPHER *EVP_aes_128_cfb128(void)  { return FIPS_evp_aes_128_cfb128(); }
    -const EVP_CIPHER *EVP_aes_128_cfb8(void)  { return FIPS_evp_aes_128_cfb8(); }
    -const EVP_CIPHER *EVP_aes_128_ctr(void)  { return FIPS_evp_aes_128_ctr(); }
    -const EVP_CIPHER *EVP_aes_128_ecb(void)  { return FIPS_evp_aes_128_ecb(); }
    -const EVP_CIPHER *EVP_aes_128_gcm(void)  { return FIPS_evp_aes_128_gcm(); }
    -const EVP_CIPHER *EVP_aes_128_ofb(void)  { return FIPS_evp_aes_128_ofb(); }
    -const EVP_CIPHER *EVP_aes_128_xts(void)  { return FIPS_evp_aes_128_xts(); }
    -const EVP_CIPHER *EVP_aes_192_cbc(void)  { return FIPS_evp_aes_192_cbc(); }
    -const EVP_CIPHER *EVP_aes_192_ccm(void)  { return FIPS_evp_aes_192_ccm(); }
    -const EVP_CIPHER *EVP_aes_192_cfb1(void)  { return FIPS_evp_aes_192_cfb1(); }
    -const EVP_CIPHER *EVP_aes_192_cfb128(void)  { return FIPS_evp_aes_192_cfb128(); }
    -const EVP_CIPHER *EVP_aes_192_cfb8(void)  { return FIPS_evp_aes_192_cfb8(); }
    -const EVP_CIPHER *EVP_aes_192_ctr(void)  { return FIPS_evp_aes_192_ctr(); }
    -const EVP_CIPHER *EVP_aes_192_ecb(void)  { return FIPS_evp_aes_192_ecb(); }
    -const EVP_CIPHER *EVP_aes_192_gcm(void)  { return FIPS_evp_aes_192_gcm(); }
    -const EVP_CIPHER *EVP_aes_192_ofb(void)  { return FIPS_evp_aes_192_ofb(); }
    -const EVP_CIPHER *EVP_aes_256_cbc(void)  { return FIPS_evp_aes_256_cbc(); }
    -const EVP_CIPHER *EVP_aes_256_ccm(void)  { return FIPS_evp_aes_256_ccm(); }
    -const EVP_CIPHER *EVP_aes_256_cfb1(void)  { return FIPS_evp_aes_256_cfb1(); }
    -const EVP_CIPHER *EVP_aes_256_cfb128(void)  { return FIPS_evp_aes_256_cfb128(); }
    -const EVP_CIPHER *EVP_aes_256_cfb8(void)  { return FIPS_evp_aes_256_cfb8(); }
    -const EVP_CIPHER *EVP_aes_256_ctr(void)  { return FIPS_evp_aes_256_ctr(); }
    -const EVP_CIPHER *EVP_aes_256_ecb(void)  { return FIPS_evp_aes_256_ecb(); }
    -const EVP_CIPHER *EVP_aes_256_gcm(void)  { return FIPS_evp_aes_256_gcm(); }
    -const EVP_CIPHER *EVP_aes_256_ofb(void)  { return FIPS_evp_aes_256_ofb(); }
    -const EVP_CIPHER *EVP_aes_256_xts(void)  { return FIPS_evp_aes_256_xts(); }
    -const EVP_CIPHER *EVP_des_ede(void)  { return FIPS_evp_des_ede(); }
    -const EVP_CIPHER *EVP_des_ede3(void)  { return FIPS_evp_des_ede3(); }
    -const EVP_CIPHER *EVP_des_ede3_cbc(void)  { return FIPS_evp_des_ede3_cbc(); }
    -const EVP_CIPHER *EVP_des_ede3_cfb1(void)  { return FIPS_evp_des_ede3_cfb1(); }
    -const EVP_CIPHER *EVP_des_ede3_cfb64(void)  { return FIPS_evp_des_ede3_cfb64(); }
    -const EVP_CIPHER *EVP_des_ede3_cfb8(void)  { return FIPS_evp_des_ede3_cfb8(); }
    -const EVP_CIPHER *EVP_des_ede3_ecb(void)  { return FIPS_evp_des_ede3_ecb(); }
    -const EVP_CIPHER *EVP_des_ede3_ofb(void)  { return FIPS_evp_des_ede3_ofb(); }
    -const EVP_CIPHER *EVP_des_ede_cbc(void)  { return FIPS_evp_des_ede_cbc(); }
    -const EVP_CIPHER *EVP_des_ede_cfb64(void)  { return FIPS_evp_des_ede_cfb64(); }
    -const EVP_CIPHER *EVP_des_ede_ecb(void)  { return FIPS_evp_des_ede_ecb(); }
    -const EVP_CIPHER *EVP_des_ede_ofb(void)  { return FIPS_evp_des_ede_ofb(); }
    -const EVP_CIPHER *EVP_enc_null(void)  { return FIPS_evp_enc_null(); }
    -
    -const EVP_MD *EVP_sha1(void)  { return FIPS_evp_sha1(); }
    -const EVP_MD *EVP_sha224(void)  { return FIPS_evp_sha224(); }
    -const EVP_MD *EVP_sha256(void)  { return FIPS_evp_sha256(); }
    -const EVP_MD *EVP_sha384(void)  { return FIPS_evp_sha384(); }
    -const EVP_MD *EVP_sha512(void)  { return FIPS_evp_sha512(); }
    -
    -const EVP_MD *EVP_dss(void)  { return FIPS_evp_dss(); }
    -const EVP_MD *EVP_dss1(void)  { return FIPS_evp_dss1(); }
    -const EVP_MD *EVP_ecdsa(void)  { return FIPS_evp_ecdsa(); }
    -
    -#endif
    diff --git a/openssl/crypto/evp/evp_key.c b/openssl/crypto/evp/evp_key.c
    index 7961fbebf..71fa627b2 100644
    --- a/openssl/crypto/evp/evp_key.c
    +++ b/openssl/crypto/evp/evp_key.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -67,123 +67,127 @@
     static char prompt_string[80];
     
     void EVP_set_pw_prompt(const char *prompt)
    -	{
    -	if (prompt == NULL)
    -		prompt_string[0]='\0';
    -	else
    -		{
    -		strncpy(prompt_string,prompt,79);
    -		prompt_string[79]='\0';
    -		}
    -	}
    +{
    +    if (prompt == NULL)
    +        prompt_string[0] = '\0';
    +    else {
    +        strncpy(prompt_string, prompt, 79);
    +        prompt_string[79] = '\0';
    +    }
    +}
     
     char *EVP_get_pw_prompt(void)
    -	{
    -	if (prompt_string[0] == '\0')
    -		return(NULL);
    -	else
    -		return(prompt_string);
    -	}
    +{
    +    if (prompt_string[0] == '\0')
    +        return (NULL);
    +    else
    +        return (prompt_string);
    +}
     
    -/* For historical reasons, the standard function for reading passwords is
    - * in the DES library -- if someone ever wants to disable DES,
    - * this function will fail */
    +/*
    + * For historical reasons, the standard function for reading passwords is in
    + * the DES library -- if someone ever wants to disable DES, this function
    + * will fail
    + */
     int EVP_read_pw_string(char *buf, int len, const char *prompt, int verify)
    -	{
    -	return EVP_read_pw_string_min(buf, 0, len, prompt, verify);
    -	}
    -
    -int EVP_read_pw_string_min(char *buf, int min, int len, const char *prompt, int verify)
    -	{
    -	int ret;
    -	char buff[BUFSIZ];
    -	UI *ui;
    +{
    +    return EVP_read_pw_string_min(buf, 0, len, prompt, verify);
    +}
     
    -	if ((prompt == NULL) && (prompt_string[0] != '\0'))
    -		prompt=prompt_string;
    -	ui = UI_new();
    -	UI_add_input_string(ui,prompt,0,buf,min,(len>=BUFSIZ)?BUFSIZ-1:len);
    -	if (verify)
    -		UI_add_verify_string(ui,prompt,0,
    -			buff,min,(len>=BUFSIZ)?BUFSIZ-1:len,buf);
    -	ret = UI_process(ui);
    -	UI_free(ui);
    -	OPENSSL_cleanse(buff,BUFSIZ);
    -	return ret;
    -	}
    +int EVP_read_pw_string_min(char *buf, int min, int len, const char *prompt,
    +                           int verify)
    +{
    +    int ret;
    +    char buff[BUFSIZ];
    +    UI *ui;
     
    -int EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md, 
    -	     const unsigned char *salt, const unsigned char *data, int datal,
    -	     int count, unsigned char *key, unsigned char *iv)
    -	{
    -	EVP_MD_CTX c;
    -	unsigned char md_buf[EVP_MAX_MD_SIZE];
    -	int niv,nkey,addmd=0;
    -	unsigned int mds=0,i;
    -	int rv = 0;
    -	nkey=type->key_len;
    -	niv=type->iv_len;
    -	OPENSSL_assert(nkey <= EVP_MAX_KEY_LENGTH);
    -	OPENSSL_assert(niv <= EVP_MAX_IV_LENGTH);
    +    if ((prompt == NULL) && (prompt_string[0] != '\0'))
    +        prompt = prompt_string;
    +    ui = UI_new();
    +    UI_add_input_string(ui, prompt, 0, buf, min,
    +                        (len >= BUFSIZ) ? BUFSIZ - 1 : len);
    +    if (verify)
    +        UI_add_verify_string(ui, prompt, 0,
    +                             buff, min, (len >= BUFSIZ) ? BUFSIZ - 1 : len,
    +                             buf);
    +    ret = UI_process(ui);
    +    UI_free(ui);
    +    OPENSSL_cleanse(buff, BUFSIZ);
    +    return ret;
    +}
     
    -	if (data == NULL) return(nkey);
    +int EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md,
    +                   const unsigned char *salt, const unsigned char *data,
    +                   int datal, int count, unsigned char *key,
    +                   unsigned char *iv)
    +{
    +    EVP_MD_CTX c;
    +    unsigned char md_buf[EVP_MAX_MD_SIZE];
    +    int niv, nkey, addmd = 0;
    +    unsigned int mds = 0, i;
    +    int rv = 0;
    +    nkey = type->key_len;
    +    niv = type->iv_len;
    +    OPENSSL_assert(nkey <= EVP_MAX_KEY_LENGTH);
    +    OPENSSL_assert(niv <= EVP_MAX_IV_LENGTH);
     
    -	EVP_MD_CTX_init(&c);
    -	for (;;)
    -		{
    -		if (!EVP_DigestInit_ex(&c,md, NULL))
    -			return 0;
    -		if (addmd++)
    -			if (!EVP_DigestUpdate(&c,&(md_buf[0]),mds))
    -				goto err;
    -		if (!EVP_DigestUpdate(&c,data,datal))
    -			goto err;
    -		if (salt != NULL)
    -			if (!EVP_DigestUpdate(&c,salt,PKCS5_SALT_LEN))
    -				goto err;
    -		if (!EVP_DigestFinal_ex(&c,&(md_buf[0]),&mds))
    -			goto err;
    +    if (data == NULL)
    +        return (nkey);
     
    -		for (i=1; i<(unsigned int)count; i++)
    -			{
    -			if (!EVP_DigestInit_ex(&c,md, NULL))
    -				goto err;
    -			if (!EVP_DigestUpdate(&c,&(md_buf[0]),mds))
    -				goto err;
    -			if (!EVP_DigestFinal_ex(&c,&(md_buf[0]),&mds))
    -				goto err;
    -			}
    -		i=0;
    -		if (nkey)
    -			{
    -			for (;;)
    -				{
    -				if (nkey == 0) break;
    -				if (i == mds) break;
    -				if (key != NULL)
    -					*(key++)=md_buf[i];
    -				nkey--;
    -				i++;
    -				}
    -			}
    -		if (niv && (i != mds))
    -			{
    -			for (;;)
    -				{
    -				if (niv == 0) break;
    -				if (i == mds) break;
    -				if (iv != NULL)
    -					*(iv++)=md_buf[i];
    -				niv--;
    -				i++;
    -				}
    -			}
    -		if ((nkey == 0) && (niv == 0)) break;
    -		}
    -	rv = type->key_len;
    -	err:
    -	EVP_MD_CTX_cleanup(&c);
    -	OPENSSL_cleanse(&(md_buf[0]),EVP_MAX_MD_SIZE);
    -	return rv;
    -	}
    +    EVP_MD_CTX_init(&c);
    +    for (;;) {
    +        if (!EVP_DigestInit_ex(&c, md, NULL))
    +            return 0;
    +        if (addmd++)
    +            if (!EVP_DigestUpdate(&c, &(md_buf[0]), mds))
    +                goto err;
    +        if (!EVP_DigestUpdate(&c, data, datal))
    +            goto err;
    +        if (salt != NULL)
    +            if (!EVP_DigestUpdate(&c, salt, PKCS5_SALT_LEN))
    +                goto err;
    +        if (!EVP_DigestFinal_ex(&c, &(md_buf[0]), &mds))
    +            goto err;
     
    +        for (i = 1; i < (unsigned int)count; i++) {
    +            if (!EVP_DigestInit_ex(&c, md, NULL))
    +                goto err;
    +            if (!EVP_DigestUpdate(&c, &(md_buf[0]), mds))
    +                goto err;
    +            if (!EVP_DigestFinal_ex(&c, &(md_buf[0]), &mds))
    +                goto err;
    +        }
    +        i = 0;
    +        if (nkey) {
    +            for (;;) {
    +                if (nkey == 0)
    +                    break;
    +                if (i == mds)
    +                    break;
    +                if (key != NULL)
    +                    *(key++) = md_buf[i];
    +                nkey--;
    +                i++;
    +            }
    +        }
    +        if (niv && (i != mds)) {
    +            for (;;) {
    +                if (niv == 0)
    +                    break;
    +                if (i == mds)
    +                    break;
    +                if (iv != NULL)
    +                    *(iv++) = md_buf[i];
    +                niv--;
    +                i++;
    +            }
    +        }
    +        if ((nkey == 0) && (niv == 0))
    +            break;
    +    }
    +    rv = type->key_len;
    + err:
    +    EVP_MD_CTX_cleanup(&c);
    +    OPENSSL_cleanse(&(md_buf[0]), EVP_MAX_MD_SIZE);
    +    return rv;
    +}
    diff --git a/openssl/crypto/evp/evp_lib.c b/openssl/crypto/evp/evp_lib.c
    index b180e4828..a53a27ca0 100644
    --- a/openssl/crypto/evp/evp_lib.c
    +++ b/openssl/crypto/evp/evp_lib.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,257 +60,308 @@
     #include "cryptlib.h"
     #include 
     #include 
    +#ifdef OPENSSL_FIPS
    +# include 
    +# include "evp_locl.h"
    +#endif
     
     int EVP_CIPHER_param_to_asn1(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
    -	{
    -	int ret;
    -
    -	if (c->cipher->set_asn1_parameters != NULL)
    -		ret=c->cipher->set_asn1_parameters(c,type);
    -	else if (c->cipher->flags & EVP_CIPH_FLAG_DEFAULT_ASN1)
    -		ret=EVP_CIPHER_set_asn1_iv(c, type);
    -	else
    -		ret=-1;
    -	return(ret);
    -	}
    +{
    +    int ret;
    +
    +    if (c->cipher->set_asn1_parameters != NULL)
    +        ret = c->cipher->set_asn1_parameters(c, type);
    +    else if (c->cipher->flags & EVP_CIPH_FLAG_DEFAULT_ASN1) {
    +        if (EVP_CIPHER_CTX_mode(c) == EVP_CIPH_WRAP_MODE) {
    +            ASN1_TYPE_set(type, V_ASN1_NULL, NULL);
    +            ret = 1;
    +        } else
    +            ret = EVP_CIPHER_set_asn1_iv(c, type);
    +    } else
    +        ret = -1;
    +    return (ret);
    +}
     
     int EVP_CIPHER_asn1_to_param(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
    -	{
    -	int ret;
    -
    -	if (c->cipher->get_asn1_parameters != NULL)
    -		ret=c->cipher->get_asn1_parameters(c,type);
    -	else if (c->cipher->flags & EVP_CIPH_FLAG_DEFAULT_ASN1)
    -		ret=EVP_CIPHER_get_asn1_iv(c, type);
    -	else
    -		ret=-1;
    -	return(ret);
    -	}
    +{
    +    int ret;
    +
    +    if (c->cipher->get_asn1_parameters != NULL)
    +        ret = c->cipher->get_asn1_parameters(c, type);
    +    else if (c->cipher->flags & EVP_CIPH_FLAG_DEFAULT_ASN1) {
    +        if (EVP_CIPHER_CTX_mode(c) == EVP_CIPH_WRAP_MODE)
    +            return 1;
    +        ret = EVP_CIPHER_get_asn1_iv(c, type);
    +    } else
    +        ret = -1;
    +    return (ret);
    +}
     
     int EVP_CIPHER_get_asn1_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
    -	{
    -	int i=0;
    -	unsigned int l;
    -
    -	if (type != NULL) 
    -		{
    -		l=EVP_CIPHER_CTX_iv_length(c);
    -		OPENSSL_assert(l <= sizeof(c->iv));
    -		i=ASN1_TYPE_get_octetstring(type,c->oiv,l);
    -		if (i != (int)l)
    -			return(-1);
    -		else if (i > 0)
    -			memcpy(c->iv,c->oiv,l);
    -		}
    -	return(i);
    -	}
    +{
    +    int i = 0;
    +    unsigned int l;
    +
    +    if (type != NULL) {
    +        l = EVP_CIPHER_CTX_iv_length(c);
    +        OPENSSL_assert(l <= sizeof(c->iv));
    +        i = ASN1_TYPE_get_octetstring(type, c->oiv, l);
    +        if (i != (int)l)
    +            return (-1);
    +        else if (i > 0)
    +            memcpy(c->iv, c->oiv, l);
    +    }
    +    return (i);
    +}
     
     int EVP_CIPHER_set_asn1_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
    -	{
    -	int i=0;
    -	unsigned int j;
    -
    -	if (type != NULL)
    -		{
    -		j=EVP_CIPHER_CTX_iv_length(c);
    -		OPENSSL_assert(j <= sizeof(c->iv));
    -		i=ASN1_TYPE_set_octetstring(type,c->oiv,j);
    -		}
    -	return(i);
    -	}
    +{
    +    int i = 0;
    +    unsigned int j;
    +
    +    if (type != NULL) {
    +        j = EVP_CIPHER_CTX_iv_length(c);
    +        OPENSSL_assert(j <= sizeof(c->iv));
    +        i = ASN1_TYPE_set_octetstring(type, c->oiv, j);
    +    }
    +    return (i);
    +}
     
     /* Convert the various cipher NIDs and dummies to a proper OID NID */
     int EVP_CIPHER_type(const EVP_CIPHER *ctx)
     {
    -	int nid;
    -	ASN1_OBJECT *otmp;
    -	nid = EVP_CIPHER_nid(ctx);
    +    int nid;
    +    ASN1_OBJECT *otmp;
    +    nid = EVP_CIPHER_nid(ctx);
     
    -	switch(nid) {
    +    switch (nid) {
     
    -		case NID_rc2_cbc:
    -		case NID_rc2_64_cbc:
    -		case NID_rc2_40_cbc:
    +    case NID_rc2_cbc:
    +    case NID_rc2_64_cbc:
    +    case NID_rc2_40_cbc:
     
    -		return NID_rc2_cbc;
    +        return NID_rc2_cbc;
     
    -		case NID_rc4:
    -		case NID_rc4_40:
    +    case NID_rc4:
    +    case NID_rc4_40:
     
    -		return NID_rc4;
    +        return NID_rc4;
     
    -		case NID_aes_128_cfb128:
    -		case NID_aes_128_cfb8:
    -		case NID_aes_128_cfb1:
    +    case NID_aes_128_cfb128:
    +    case NID_aes_128_cfb8:
    +    case NID_aes_128_cfb1:
     
    -		return NID_aes_128_cfb128;
    +        return NID_aes_128_cfb128;
     
    -		case NID_aes_192_cfb128:
    -		case NID_aes_192_cfb8:
    -		case NID_aes_192_cfb1:
    +    case NID_aes_192_cfb128:
    +    case NID_aes_192_cfb8:
    +    case NID_aes_192_cfb1:
     
    -		return NID_aes_192_cfb128;
    +        return NID_aes_192_cfb128;
     
    -		case NID_aes_256_cfb128:
    -		case NID_aes_256_cfb8:
    -		case NID_aes_256_cfb1:
    +    case NID_aes_256_cfb128:
    +    case NID_aes_256_cfb8:
    +    case NID_aes_256_cfb1:
     
    -		return NID_aes_256_cfb128;
    +        return NID_aes_256_cfb128;
     
    -		case NID_des_cfb64:
    -		case NID_des_cfb8:
    -		case NID_des_cfb1:
    +    case NID_des_cfb64:
    +    case NID_des_cfb8:
    +    case NID_des_cfb1:
     
    -		return NID_des_cfb64;
    +        return NID_des_cfb64;
     
    -		case NID_des_ede3_cfb64:
    -		case NID_des_ede3_cfb8:
    -		case NID_des_ede3_cfb1:
    +    case NID_des_ede3_cfb64:
    +    case NID_des_ede3_cfb8:
    +    case NID_des_ede3_cfb1:
     
    -		return NID_des_cfb64;
    +        return NID_des_cfb64;
     
    -		default:
    -		/* Check it has an OID and it is valid */
    -		otmp = OBJ_nid2obj(nid);
    -		if(!otmp || !otmp->data) nid = NID_undef;
    -		ASN1_OBJECT_free(otmp);
    -		return nid;
    -	}
    +    default:
    +        /* Check it has an OID and it is valid */
    +        otmp = OBJ_nid2obj(nid);
    +        if (!otmp || !otmp->data)
    +            nid = NID_undef;
    +        ASN1_OBJECT_free(otmp);
    +        return nid;
    +    }
     }
     
     int EVP_CIPHER_block_size(const EVP_CIPHER *e)
    -	{
    -	return e->block_size;
    -	}
    +{
    +    return e->block_size;
    +}
     
     int EVP_CIPHER_CTX_block_size(const EVP_CIPHER_CTX *ctx)
    -	{
    -	return ctx->cipher->block_size;
    -	}
    +{
    +    return ctx->cipher->block_size;
    +}
     
    -int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl)
    -	{
    -	return ctx->cipher->do_cipher(ctx,out,in,inl);
    -	}
    +int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +               const unsigned char *in, unsigned int inl)
    +{
    +    return ctx->cipher->do_cipher(ctx, out, in, inl);
    +}
     
     const EVP_CIPHER *EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx)
    -	{
    -	return ctx->cipher;
    -	}
    +{
    +    return ctx->cipher;
    +}
     
     unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher)
    -	{
    -	return cipher->flags;
    -	}
    +{
    +#ifdef OPENSSL_FIPS
    +    const EVP_CIPHER *fcipher;
    +    fcipher = evp_get_fips_cipher(cipher);
    +    if (fcipher && fcipher->flags & EVP_CIPH_FLAG_FIPS)
    +        return cipher->flags | EVP_CIPH_FLAG_FIPS;
    +#endif
    +    return cipher->flags;
    +}
     
     unsigned long EVP_CIPHER_CTX_flags(const EVP_CIPHER_CTX *ctx)
    -	{
    -	return ctx->cipher->flags;
    -	}
    +{
    +#ifdef OPENSSL_FIPS
    +    return EVP_CIPHER_flags(ctx->cipher);
    +#else
    +    return ctx->cipher->flags;
    +#endif
    +}
     
     void *EVP_CIPHER_CTX_get_app_data(const EVP_CIPHER_CTX *ctx)
    -	{
    -	return ctx->app_data;
    -	}
    +{
    +    return ctx->app_data;
    +}
     
     void EVP_CIPHER_CTX_set_app_data(EVP_CIPHER_CTX *ctx, void *data)
    -	{
    -	ctx->app_data = data;
    -	}
    +{
    +    ctx->app_data = data;
    +}
     
     int EVP_CIPHER_iv_length(const EVP_CIPHER *cipher)
    -	{
    -	return cipher->iv_len;
    -	}
    +{
    +    return cipher->iv_len;
    +}
     
     int EVP_CIPHER_CTX_iv_length(const EVP_CIPHER_CTX *ctx)
    -	{
    -	return ctx->cipher->iv_len;
    -	}
    +{
    +    return ctx->cipher->iv_len;
    +}
     
     int EVP_CIPHER_key_length(const EVP_CIPHER *cipher)
    -	{
    -	return cipher->key_len;
    -	}
    +{
    +    return cipher->key_len;
    +}
     
     int EVP_CIPHER_CTX_key_length(const EVP_CIPHER_CTX *ctx)
    -	{
    -	return ctx->key_len;
    -	}
    +{
    +    return ctx->key_len;
    +}
     
     int EVP_CIPHER_nid(const EVP_CIPHER *cipher)
    -	{
    -	return cipher->nid;
    -	}
    +{
    +    return cipher->nid;
    +}
     
     int EVP_CIPHER_CTX_nid(const EVP_CIPHER_CTX *ctx)
    -	{
    -	return ctx->cipher->nid;
    -	}
    +{
    +    return ctx->cipher->nid;
    +}
     
    -int EVP_MD_block_size(const EVP_MD *md) 
    -	{
    -	return md->block_size;
    -	}
    +int EVP_MD_block_size(const EVP_MD *md)
    +{
    +    return md->block_size;
    +}
     
     int EVP_MD_type(const EVP_MD *md)
    -	{
    -	return md->type;
    -	}
    +{
    +    return md->type;
    +}
     
     int EVP_MD_pkey_type(const EVP_MD *md)
    -	{
    -	return md->pkey_type;
    -	}
    +{
    +    return md->pkey_type;
    +}
     
     int EVP_MD_size(const EVP_MD *md)
    -	{
    -	if (!md)
    -		{
    -		EVPerr(EVP_F_EVP_MD_SIZE, EVP_R_MESSAGE_DIGEST_IS_NULL);
    -		return -1;
    -		}
    -	return md->md_size;
    -	}
    +{
    +    if (!md) {
    +        EVPerr(EVP_F_EVP_MD_SIZE, EVP_R_MESSAGE_DIGEST_IS_NULL);
    +        return -1;
    +    }
    +    return md->md_size;
    +}
    +
    +#ifdef OPENSSL_FIPS
    +
    +const EVP_MD *evp_get_fips_md(const EVP_MD *md)
    +{
    +    int nid = EVP_MD_type(md);
    +    if (nid == NID_dsa)
    +        return FIPS_evp_dss1();
    +    else if (nid == NID_dsaWithSHA)
    +        return FIPS_evp_dss();
    +    else if (nid == NID_ecdsa_with_SHA1)
    +        return FIPS_evp_ecdsa();
    +    else
    +        return FIPS_get_digestbynid(nid);
    +}
    +
    +const EVP_CIPHER *evp_get_fips_cipher(const EVP_CIPHER *cipher)
    +{
    +    int nid = cipher->nid;
    +    if (nid == NID_undef)
    +        return FIPS_evp_enc_null();
    +    else
    +        return FIPS_get_cipherbynid(nid);
    +}
    +
    +#endif
     
     unsigned long EVP_MD_flags(const EVP_MD *md)
    -	{
    -	return md->flags;
    -	}
    +{
    +#ifdef OPENSSL_FIPS
    +    const EVP_MD *fmd;
    +    fmd = evp_get_fips_md(md);
    +    if (fmd && fmd->flags & EVP_MD_FLAG_FIPS)
    +        return md->flags | EVP_MD_FLAG_FIPS;
    +#endif
    +    return md->flags;
    +}
     
     const EVP_MD *EVP_MD_CTX_md(const EVP_MD_CTX *ctx)
    -	{
    -	if (!ctx)
    -		return NULL;
    -	return ctx->digest;
    -	}
    +{
    +    if (!ctx)
    +        return NULL;
    +    return ctx->digest;
    +}
     
     void EVP_MD_CTX_set_flags(EVP_MD_CTX *ctx, int flags)
    -	{
    -	ctx->flags |= flags;
    -	}
    +{
    +    ctx->flags |= flags;
    +}
     
     void EVP_MD_CTX_clear_flags(EVP_MD_CTX *ctx, int flags)
    -	{
    -	ctx->flags &= ~flags;
    -	}
    +{
    +    ctx->flags &= ~flags;
    +}
     
     int EVP_MD_CTX_test_flags(const EVP_MD_CTX *ctx, int flags)
    -	{
    -	return (ctx->flags & flags);
    -	}
    +{
    +    return (ctx->flags & flags);
    +}
     
     void EVP_CIPHER_CTX_set_flags(EVP_CIPHER_CTX *ctx, int flags)
    -	{
    -	ctx->flags |= flags;
    -	}
    +{
    +    ctx->flags |= flags;
    +}
     
     void EVP_CIPHER_CTX_clear_flags(EVP_CIPHER_CTX *ctx, int flags)
    -	{
    -	ctx->flags &= ~flags;
    -	}
    +{
    +    ctx->flags &= ~flags;
    +}
     
     int EVP_CIPHER_CTX_test_flags(const EVP_CIPHER_CTX *ctx, int flags)
    -	{
    -	return (ctx->flags & flags);
    -	}
    +{
    +    return (ctx->flags & flags);
    +}
    diff --git a/openssl/crypto/evp/evp_locl.h b/openssl/crypto/evp/evp_locl.h
    index 08c0a66d3..2bb709a06 100644
    --- a/openssl/crypto/evp/evp_locl.h
    +++ b/openssl/crypto/evp/evp_locl.h
    @@ -1,6 +1,7 @@
     /* evp_locl.h */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -61,18 +62,18 @@
     /* Wrapper functions for each cipher mode */
     
     #define BLOCK_CIPHER_ecb_loop() \
    -	size_t i, bl; \
    -	bl = ctx->cipher->block_size;\
    -	if(inl < bl) return 1;\
    -	inl -= bl; \
    -	for(i=0; i <= inl; i+=bl) 
    +        size_t i, bl; \
    +        bl = ctx->cipher->block_size;\
    +        if(inl < bl) return 1;\
    +        inl -= bl; \
    +        for(i=0; i <= inl; i+=bl)
     
     #define BLOCK_CIPHER_func_ecb(cname, cprefix, kstruct, ksched) \
     static int cname##_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) \
     {\
    -	BLOCK_CIPHER_ecb_loop() \
    -		cprefix##_ecb_encrypt(in + i, out + i, &((kstruct *)ctx->cipher_data)->ksched, ctx->encrypt);\
    -	return 1;\
    +        BLOCK_CIPHER_ecb_loop() \
    +                cprefix##_ecb_encrypt(in + i, out + i, &((kstruct *)ctx->cipher_data)->ksched, ctx->encrypt);\
    +        return 1;\
     }
     
     #define EVP_MAXCHUNK ((size_t)1<<(sizeof(long)*8-2))
    @@ -80,306 +81,293 @@ static int cname##_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const uns
     #define BLOCK_CIPHER_func_ofb(cname, cprefix, cbits, kstruct, ksched) \
     static int cname##_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) \
     {\
    -	while(inl>=EVP_MAXCHUNK)\
    -	    {\
    -	    cprefix##_ofb##cbits##_encrypt(in, out, (long)EVP_MAXCHUNK, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, &ctx->num);\
    -	    inl-=EVP_MAXCHUNK;\
    -	    in +=EVP_MAXCHUNK;\
    -	    out+=EVP_MAXCHUNK;\
    -	    }\
    -	if (inl)\
    -	    cprefix##_ofb##cbits##_encrypt(in, out, (long)inl, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, &ctx->num);\
    -	return 1;\
    +        while(inl>=EVP_MAXCHUNK)\
    +            {\
    +            cprefix##_ofb##cbits##_encrypt(in, out, (long)EVP_MAXCHUNK, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, &ctx->num);\
    +            inl-=EVP_MAXCHUNK;\
    +            in +=EVP_MAXCHUNK;\
    +            out+=EVP_MAXCHUNK;\
    +            }\
    +        if (inl)\
    +            cprefix##_ofb##cbits##_encrypt(in, out, (long)inl, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, &ctx->num);\
    +        return 1;\
     }
     
     #define BLOCK_CIPHER_func_cbc(cname, cprefix, kstruct, ksched) \
     static int cname##_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) \
     {\
    -	while(inl>=EVP_MAXCHUNK) \
    -	    {\
    -	    cprefix##_cbc_encrypt(in, out, (long)EVP_MAXCHUNK, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, ctx->encrypt);\
    -	    inl-=EVP_MAXCHUNK;\
    -	    in +=EVP_MAXCHUNK;\
    -	    out+=EVP_MAXCHUNK;\
    -	    }\
    -	if (inl)\
    -	    cprefix##_cbc_encrypt(in, out, (long)inl, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, ctx->encrypt);\
    -	return 1;\
    +        while(inl>=EVP_MAXCHUNK) \
    +            {\
    +            cprefix##_cbc_encrypt(in, out, (long)EVP_MAXCHUNK, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, ctx->encrypt);\
    +            inl-=EVP_MAXCHUNK;\
    +            in +=EVP_MAXCHUNK;\
    +            out+=EVP_MAXCHUNK;\
    +            }\
    +        if (inl)\
    +            cprefix##_cbc_encrypt(in, out, (long)inl, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, ctx->encrypt);\
    +        return 1;\
     }
     
     #define BLOCK_CIPHER_func_cfb(cname, cprefix, cbits, kstruct, ksched) \
     static int cname##_cfb##cbits##_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) \
     {\
    -	size_t chunk=EVP_MAXCHUNK;\
    -	if (cbits==1)  chunk>>=3;\
    -	if (inl=chunk)\
    -	    {\
    +        size_t chunk=EVP_MAXCHUNK;\
    +        if (cbits==1)  chunk>>=3;\
    +        if (inl=chunk)\
    +            {\
                 cprefix##_cfb##cbits##_encrypt(in, out, (long)((cbits==1) && !(ctx->flags & EVP_CIPH_FLAG_LENGTH_BITS) ?inl*8:inl), &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, &ctx->num, ctx->encrypt);\
    -	    inl-=chunk;\
    -	    in +=chunk;\
    -	    out+=chunk;\
    -	    if(inlc))+\
    -		sizeof((((EVP_CIPHER_CTX *)NULL)->c.kstruct)),\
    -	set_asn1, get_asn1,\
    -	ctrl, \
    -	NULL \
    +        nid##_cbc, block_size, key_len, iv_len, \
    +        flags | EVP_CIPH_CBC_MODE,\
    +        init_key,\
    +        cname##_cbc_cipher,\
    +        cleanup,\
    +        sizeof(EVP_CIPHER_CTX)-sizeof((((EVP_CIPHER_CTX *)NULL)->c))+\
    +                sizeof((((EVP_CIPHER_CTX *)NULL)->c.kstruct)),\
    +        set_asn1, get_asn1,\
    +        ctrl, \
    +        NULL \
     };\
     const EVP_CIPHER *EVP_##cname##_cbc(void) { return &cname##_cbc; }\
     static const EVP_CIPHER cname##_cfb = {\
    -	nid##_cfb64, 1, key_len, iv_len, \
    -	flags | EVP_CIPH_CFB_MODE,\
    -	init_key,\
    -	cname##_cfb_cipher,\
    -	cleanup,\
    -	sizeof(EVP_CIPHER_CTX)-sizeof((((EVP_CIPHER_CTX *)NULL)->c))+\
    -		sizeof((((EVP_CIPHER_CTX *)NULL)->c.kstruct)),\
    -	set_asn1, get_asn1,\
    -	ctrl,\
    -	NULL \
    +        nid##_cfb64, 1, key_len, iv_len, \
    +        flags | EVP_CIPH_CFB_MODE,\
    +        init_key,\
    +        cname##_cfb_cipher,\
    +        cleanup,\
    +        sizeof(EVP_CIPHER_CTX)-sizeof((((EVP_CIPHER_CTX *)NULL)->c))+\
    +                sizeof((((EVP_CIPHER_CTX *)NULL)->c.kstruct)),\
    +        set_asn1, get_asn1,\
    +        ctrl,\
    +        NULL \
     };\
     const EVP_CIPHER *EVP_##cname##_cfb(void) { return &cname##_cfb; }\
     static const EVP_CIPHER cname##_ofb = {\
    -	nid##_ofb64, 1, key_len, iv_len, \
    -	flags | EVP_CIPH_OFB_MODE,\
    -	init_key,\
    -	cname##_ofb_cipher,\
    -	cleanup,\
    -	sizeof(EVP_CIPHER_CTX)-sizeof((((EVP_CIPHER_CTX *)NULL)->c))+\
    -		sizeof((((EVP_CIPHER_CTX *)NULL)->c.kstruct)),\
    -	set_asn1, get_asn1,\
    -	ctrl,\
    -	NULL \
    +        nid##_ofb64, 1, key_len, iv_len, \
    +        flags | EVP_CIPH_OFB_MODE,\
    +        init_key,\
    +        cname##_ofb_cipher,\
    +        cleanup,\
    +        sizeof(EVP_CIPHER_CTX)-sizeof((((EVP_CIPHER_CTX *)NULL)->c))+\
    +                sizeof((((EVP_CIPHER_CTX *)NULL)->c.kstruct)),\
    +        set_asn1, get_asn1,\
    +        ctrl,\
    +        NULL \
     };\
     const EVP_CIPHER *EVP_##cname##_ofb(void) { return &cname##_ofb; }\
     static const EVP_CIPHER cname##_ecb = {\
    -	nid##_ecb, block_size, key_len, iv_len, \
    -	flags | EVP_CIPH_ECB_MODE,\
    -	init_key,\
    -	cname##_ecb_cipher,\
    -	cleanup,\
    -	sizeof(EVP_CIPHER_CTX)-sizeof((((EVP_CIPHER_CTX *)NULL)->c))+\
    -		sizeof((((EVP_CIPHER_CTX *)NULL)->c.kstruct)),\
    -	set_asn1, get_asn1,\
    -	ctrl,\
    -	NULL \
    +        nid##_ecb, block_size, key_len, iv_len, \
    +        flags | EVP_CIPH_ECB_MODE,\
    +        init_key,\
    +        cname##_ecb_cipher,\
    +        cleanup,\
    +        sizeof(EVP_CIPHER_CTX)-sizeof((((EVP_CIPHER_CTX *)NULL)->c))+\
    +                sizeof((((EVP_CIPHER_CTX *)NULL)->c.kstruct)),\
    +        set_asn1, get_asn1,\
    +        ctrl,\
    +        NULL \
     };\
     const EVP_CIPHER *EVP_##cname##_ecb(void) { return &cname##_ecb; }
     */
     
     #define IMPLEMENT_BLOCK_CIPHER(cname, ksched, cprefix, kstruct, nid, \
    -			       block_size, key_len, iv_len, cbits, \
    -			       flags, init_key, \
    -			       cleanup, set_asn1, get_asn1, ctrl) \
    -	BLOCK_CIPHER_all_funcs(cname, cprefix, cbits, kstruct, ksched) \
    -	BLOCK_CIPHER_defs(cname, kstruct, nid, block_size, key_len, iv_len, \
    -			  cbits, flags, init_key, cleanup, set_asn1, \
    -			  get_asn1, ctrl)
    +                               block_size, key_len, iv_len, cbits, \
    +                               flags, init_key, \
    +                               cleanup, set_asn1, get_asn1, ctrl) \
    +        BLOCK_CIPHER_all_funcs(cname, cprefix, cbits, kstruct, ksched) \
    +        BLOCK_CIPHER_defs(cname, kstruct, nid, block_size, key_len, iv_len, \
    +                          cbits, flags, init_key, cleanup, set_asn1, \
    +                          get_asn1, ctrl)
     
    -#define EVP_C_DATA(kstruct, ctx)	((kstruct *)(ctx)->cipher_data)
    +#define EVP_C_DATA(kstruct, ctx)        ((kstruct *)(ctx)->cipher_data)
     
     #define IMPLEMENT_CFBR(cipher,cprefix,kstruct,ksched,keysize,cbits,iv_len) \
    -	BLOCK_CIPHER_func_cfb(cipher##_##keysize,cprefix,cbits,kstruct,ksched) \
    -	BLOCK_CIPHER_def_cfb(cipher##_##keysize,kstruct, \
    -			     NID_##cipher##_##keysize, keysize/8, iv_len, cbits, \
    -			     0, cipher##_init_key, NULL, \
    -			     EVP_CIPHER_set_asn1_iv, \
    -			     EVP_CIPHER_get_asn1_iv, \
    -			     NULL)
    -
    -struct evp_pkey_ctx_st
    -	{
    -	/* Method associated with this operation */
    -	const EVP_PKEY_METHOD *pmeth;
    -	/* Engine that implements this method or NULL if builtin */
    -	ENGINE *engine;
    -	/* Key: may be NULL */
    -	EVP_PKEY *pkey;
    -	/* Peer key for key agreement, may be NULL */
    -	EVP_PKEY *peerkey;
    -	/* Actual operation */
    -	int operation;
    -	/* Algorithm specific data */
    -	void *data;
    -	/* Application specific data */
    -	void *app_data;
    -	/* Keygen callback */
    -	EVP_PKEY_gen_cb *pkey_gencb;
    -	/* implementation specific keygen data */
    -	int *keygen_info;
    -	int keygen_info_count;
    -	} /* EVP_PKEY_CTX */;
    -
    -#define EVP_PKEY_FLAG_DYNAMIC	1
    -
    -struct evp_pkey_method_st
    -	{
    -	int pkey_id;
    -	int flags;
    -
    -	int (*init)(EVP_PKEY_CTX *ctx);
    -	int (*copy)(EVP_PKEY_CTX *dst, EVP_PKEY_CTX *src);
    -	void (*cleanup)(EVP_PKEY_CTX *ctx);
    -
    -	int (*paramgen_init)(EVP_PKEY_CTX *ctx);
    -	int (*paramgen)(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey);
    -
    -	int (*keygen_init)(EVP_PKEY_CTX *ctx);
    -	int (*keygen)(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey);
    -
    -	int (*sign_init)(EVP_PKEY_CTX *ctx);
    -	int (*sign)(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
    -				const unsigned char *tbs, size_t tbslen);
    -
    -	int (*verify_init)(EVP_PKEY_CTX *ctx);
    -	int (*verify)(EVP_PKEY_CTX *ctx,
    -				const unsigned char *sig, size_t siglen,
    -				const unsigned char *tbs, size_t tbslen);
    -
    -	int (*verify_recover_init)(EVP_PKEY_CTX *ctx);
    -	int (*verify_recover)(EVP_PKEY_CTX *ctx,
    -				unsigned char *rout, size_t *routlen,
    -				const unsigned char *sig, size_t siglen);
    -
    -	int (*signctx_init)(EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx);
    -	int (*signctx)(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
    -					EVP_MD_CTX *mctx);
    -
    -	int (*verifyctx_init)(EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx);
    -	int (*verifyctx)(EVP_PKEY_CTX *ctx, const unsigned char *sig,int siglen,
    -					EVP_MD_CTX *mctx);
    -
    -	int (*encrypt_init)(EVP_PKEY_CTX *ctx);
    -	int (*encrypt)(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen,
    -					const unsigned char *in, size_t inlen);
    -
    -	int (*decrypt_init)(EVP_PKEY_CTX *ctx);
    -	int (*decrypt)(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen,
    -					const unsigned char *in, size_t inlen);
    -
    -	int (*derive_init)(EVP_PKEY_CTX *ctx);
    -	int (*derive)(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen);
    -
    -	int (*ctrl)(EVP_PKEY_CTX *ctx, int type, int p1, void *p2);
    -	int (*ctrl_str)(EVP_PKEY_CTX *ctx, const char *type, const char *value);
    -
    -
    -	} /* EVP_PKEY_METHOD */;
    +        BLOCK_CIPHER_func_cfb(cipher##_##keysize,cprefix,cbits,kstruct,ksched) \
    +        BLOCK_CIPHER_def_cfb(cipher##_##keysize,kstruct, \
    +                             NID_##cipher##_##keysize, keysize/8, iv_len, cbits, \
    +                             0, cipher##_init_key, NULL, \
    +                             EVP_CIPHER_set_asn1_iv, \
    +                             EVP_CIPHER_get_asn1_iv, \
    +                             NULL)
    +
    +struct evp_pkey_ctx_st {
    +    /* Method associated with this operation */
    +    const EVP_PKEY_METHOD *pmeth;
    +    /* Engine that implements this method or NULL if builtin */
    +    ENGINE *engine;
    +    /* Key: may be NULL */
    +    EVP_PKEY *pkey;
    +    /* Peer key for key agreement, may be NULL */
    +    EVP_PKEY *peerkey;
    +    /* Actual operation */
    +    int operation;
    +    /* Algorithm specific data */
    +    void *data;
    +    /* Application specific data */
    +    void *app_data;
    +    /* Keygen callback */
    +    EVP_PKEY_gen_cb *pkey_gencb;
    +    /* implementation specific keygen data */
    +    int *keygen_info;
    +    int keygen_info_count;
    +} /* EVP_PKEY_CTX */ ;
    +
    +#define EVP_PKEY_FLAG_DYNAMIC   1
    +
    +struct evp_pkey_method_st {
    +    int pkey_id;
    +    int flags;
    +    int (*init) (EVP_PKEY_CTX *ctx);
    +    int (*copy) (EVP_PKEY_CTX *dst, EVP_PKEY_CTX *src);
    +    void (*cleanup) (EVP_PKEY_CTX *ctx);
    +    int (*paramgen_init) (EVP_PKEY_CTX *ctx);
    +    int (*paramgen) (EVP_PKEY_CTX *ctx, EVP_PKEY *pkey);
    +    int (*keygen_init) (EVP_PKEY_CTX *ctx);
    +    int (*keygen) (EVP_PKEY_CTX *ctx, EVP_PKEY *pkey);
    +    int (*sign_init) (EVP_PKEY_CTX *ctx);
    +    int (*sign) (EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
    +                 const unsigned char *tbs, size_t tbslen);
    +    int (*verify_init) (EVP_PKEY_CTX *ctx);
    +    int (*verify) (EVP_PKEY_CTX *ctx,
    +                   const unsigned char *sig, size_t siglen,
    +                   const unsigned char *tbs, size_t tbslen);
    +    int (*verify_recover_init) (EVP_PKEY_CTX *ctx);
    +    int (*verify_recover) (EVP_PKEY_CTX *ctx,
    +                           unsigned char *rout, size_t *routlen,
    +                           const unsigned char *sig, size_t siglen);
    +    int (*signctx_init) (EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx);
    +    int (*signctx) (EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
    +                    EVP_MD_CTX *mctx);
    +    int (*verifyctx_init) (EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx);
    +    int (*verifyctx) (EVP_PKEY_CTX *ctx, const unsigned char *sig, int siglen,
    +                      EVP_MD_CTX *mctx);
    +    int (*encrypt_init) (EVP_PKEY_CTX *ctx);
    +    int (*encrypt) (EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen,
    +                    const unsigned char *in, size_t inlen);
    +    int (*decrypt_init) (EVP_PKEY_CTX *ctx);
    +    int (*decrypt) (EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen,
    +                    const unsigned char *in, size_t inlen);
    +    int (*derive_init) (EVP_PKEY_CTX *ctx);
    +    int (*derive) (EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen);
    +    int (*ctrl) (EVP_PKEY_CTX *ctx, int type, int p1, void *p2);
    +    int (*ctrl_str) (EVP_PKEY_CTX *ctx, const char *type, const char *value);
    +} /* EVP_PKEY_METHOD */ ;
     
     void evp_pkey_set_cb_translate(BN_GENCB *cb, EVP_PKEY_CTX *ctx);
     
    -int PKCS5_v2_PBKDF2_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
    -			     ASN1_TYPE *param,
    -			     const EVP_CIPHER *c, const EVP_MD *md, int en_de);
    -
    -#ifdef OPENSSL_FIPS
    +int PKCS5_v2_PBKDF2_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass,
    +                             int passlen, ASN1_TYPE *param,
    +                             const EVP_CIPHER *c, const EVP_MD *md,
    +                             int en_de);
     
    -#ifdef OPENSSL_DOING_MAKEDEPEND
    -#undef SHA1_Init
    -#undef SHA1_Update
    -#undef SHA224_Init
    -#undef SHA256_Init
    -#undef SHA384_Init
    -#undef SHA512_Init
    -#undef DES_set_key_unchecked
    -#endif
    +const EVP_MD *evp_get_fips_md(const EVP_MD *md);
    +const EVP_CIPHER *evp_get_fips_cipher(const EVP_CIPHER *cipher);
     
    -#define RIPEMD160_Init	private_RIPEMD160_Init
    -#define WHIRLPOOL_Init	private_WHIRLPOOL_Init
    -#define MD5_Init	private_MD5_Init
    -#define MD4_Init	private_MD4_Init
    -#define MD2_Init	private_MD2_Init
    -#define MDC2_Init	private_MDC2_Init
    -#define SHA_Init	private_SHA_Init
    -#define SHA1_Init	private_SHA1_Init
    -#define SHA224_Init	private_SHA224_Init
    -#define SHA256_Init	private_SHA256_Init
    -#define SHA384_Init	private_SHA384_Init
    -#define SHA512_Init	private_SHA512_Init
    +#ifdef OPENSSL_FIPS
     
    -#define BF_set_key	private_BF_set_key
    -#define CAST_set_key	private_CAST_set_key
    -#define idea_set_encrypt_key	private_idea_set_encrypt_key
    -#define SEED_set_key	private_SEED_set_key
    -#define RC2_set_key	private_RC2_set_key
    -#define RC4_set_key	private_RC4_set_key
    -#define DES_set_key_unchecked	private_DES_set_key_unchecked
    -#define Camellia_set_key	private_Camellia_set_key
    +# ifdef OPENSSL_DOING_MAKEDEPEND
    +#  undef SHA1_Init
    +#  undef SHA1_Update
    +#  undef SHA224_Init
    +#  undef SHA256_Init
    +#  undef SHA384_Init
    +#  undef SHA512_Init
    +#  undef DES_set_key_unchecked
    +# endif
    +
    +# define RIPEMD160_Init  private_RIPEMD160_Init
    +# define WHIRLPOOL_Init  private_WHIRLPOOL_Init
    +# define MD5_Init        private_MD5_Init
    +# define MD4_Init        private_MD4_Init
    +# define MD2_Init        private_MD2_Init
    +# define MDC2_Init       private_MDC2_Init
    +# define SHA_Init        private_SHA_Init
    +# define SHA1_Init       private_SHA1_Init
    +# define SHA224_Init     private_SHA224_Init
    +# define SHA256_Init     private_SHA256_Init
    +# define SHA384_Init     private_SHA384_Init
    +# define SHA512_Init     private_SHA512_Init
    +
    +# define BF_set_key      private_BF_set_key
    +# define CAST_set_key    private_CAST_set_key
    +# define idea_set_encrypt_key    private_idea_set_encrypt_key
    +# define SEED_set_key    private_SEED_set_key
    +# define RC2_set_key     private_RC2_set_key
    +# define RC4_set_key     private_RC4_set_key
    +# define DES_set_key_unchecked   private_DES_set_key_unchecked
    +# define Camellia_set_key        private_Camellia_set_key
     
     #endif
    diff --git a/openssl/crypto/evp/evp_pbe.c b/openssl/crypto/evp/evp_pbe.c
    index 596969594..e3fa95db9 100644
    --- a/openssl/crypto/evp/evp_pbe.c
    +++ b/openssl/crypto/evp/evp_pbe.c
    @@ -1,6 +1,7 @@
     /* evp_pbe.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999-2006 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -70,247 +71,234 @@ static STACK_OF(EVP_PBE_CTL) *pbe_algs;
     
     /* Setup a cipher context from a PBE algorithm */
     
    -typedef struct
    -	{
    -	int pbe_type;
    -	int pbe_nid;
    -	int cipher_nid;
    -	int md_nid;
    -	EVP_PBE_KEYGEN *keygen;
    -	} EVP_PBE_CTL;
    -
    -static const EVP_PBE_CTL builtin_pbe[] = 
    -	{
    -	{EVP_PBE_TYPE_OUTER, NID_pbeWithMD2AndDES_CBC,
    -			NID_des_cbc, NID_md2, PKCS5_PBE_keyivgen},
    -	{EVP_PBE_TYPE_OUTER, NID_pbeWithMD5AndDES_CBC,
    -			NID_des_cbc, NID_md5, PKCS5_PBE_keyivgen},
    -	{EVP_PBE_TYPE_OUTER, NID_pbeWithSHA1AndRC2_CBC,
    -			NID_rc2_64_cbc, NID_sha1, PKCS5_PBE_keyivgen},
    +typedef struct {
    +    int pbe_type;
    +    int pbe_nid;
    +    int cipher_nid;
    +    int md_nid;
    +    EVP_PBE_KEYGEN *keygen;
    +} EVP_PBE_CTL;
    +
    +static const EVP_PBE_CTL builtin_pbe[] = {
    +    {EVP_PBE_TYPE_OUTER, NID_pbeWithMD2AndDES_CBC,
    +     NID_des_cbc, NID_md2, PKCS5_PBE_keyivgen},
    +    {EVP_PBE_TYPE_OUTER, NID_pbeWithMD5AndDES_CBC,
    +     NID_des_cbc, NID_md5, PKCS5_PBE_keyivgen},
    +    {EVP_PBE_TYPE_OUTER, NID_pbeWithSHA1AndRC2_CBC,
    +     NID_rc2_64_cbc, NID_sha1, PKCS5_PBE_keyivgen},
     
     #ifndef OPENSSL_NO_HMAC
    -	{EVP_PBE_TYPE_OUTER, NID_id_pbkdf2, -1, -1, PKCS5_v2_PBKDF2_keyivgen},
    +    {EVP_PBE_TYPE_OUTER, NID_id_pbkdf2, -1, -1, PKCS5_v2_PBKDF2_keyivgen},
     #endif
     
    -	{EVP_PBE_TYPE_OUTER, NID_pbe_WithSHA1And128BitRC4,
    -			NID_rc4, NID_sha1, PKCS12_PBE_keyivgen},
    -	{EVP_PBE_TYPE_OUTER, NID_pbe_WithSHA1And40BitRC4,
    -			NID_rc4_40, NID_sha1, PKCS12_PBE_keyivgen},
    -	{EVP_PBE_TYPE_OUTER, NID_pbe_WithSHA1And3_Key_TripleDES_CBC,
    -		 	NID_des_ede3_cbc, NID_sha1, PKCS12_PBE_keyivgen},
    -	{EVP_PBE_TYPE_OUTER, NID_pbe_WithSHA1And2_Key_TripleDES_CBC, 
    -			NID_des_ede_cbc, NID_sha1, PKCS12_PBE_keyivgen},
    -	{EVP_PBE_TYPE_OUTER, NID_pbe_WithSHA1And128BitRC2_CBC,
    -			NID_rc2_cbc, NID_sha1, PKCS12_PBE_keyivgen},
    -	{EVP_PBE_TYPE_OUTER, NID_pbe_WithSHA1And40BitRC2_CBC,
    -			NID_rc2_40_cbc, NID_sha1, PKCS12_PBE_keyivgen},
    +    {EVP_PBE_TYPE_OUTER, NID_pbe_WithSHA1And128BitRC4,
    +     NID_rc4, NID_sha1, PKCS12_PBE_keyivgen},
    +    {EVP_PBE_TYPE_OUTER, NID_pbe_WithSHA1And40BitRC4,
    +     NID_rc4_40, NID_sha1, PKCS12_PBE_keyivgen},
    +    {EVP_PBE_TYPE_OUTER, NID_pbe_WithSHA1And3_Key_TripleDES_CBC,
    +     NID_des_ede3_cbc, NID_sha1, PKCS12_PBE_keyivgen},
    +    {EVP_PBE_TYPE_OUTER, NID_pbe_WithSHA1And2_Key_TripleDES_CBC,
    +     NID_des_ede_cbc, NID_sha1, PKCS12_PBE_keyivgen},
    +    {EVP_PBE_TYPE_OUTER, NID_pbe_WithSHA1And128BitRC2_CBC,
    +     NID_rc2_cbc, NID_sha1, PKCS12_PBE_keyivgen},
    +    {EVP_PBE_TYPE_OUTER, NID_pbe_WithSHA1And40BitRC2_CBC,
    +     NID_rc2_40_cbc, NID_sha1, PKCS12_PBE_keyivgen},
     
     #ifndef OPENSSL_NO_HMAC
    -	{EVP_PBE_TYPE_OUTER, NID_pbes2, -1, -1, PKCS5_v2_PBE_keyivgen},
    +    {EVP_PBE_TYPE_OUTER, NID_pbes2, -1, -1, PKCS5_v2_PBE_keyivgen},
     #endif
    -	{EVP_PBE_TYPE_OUTER, NID_pbeWithMD2AndRC2_CBC,
    -			NID_rc2_64_cbc, NID_md2, PKCS5_PBE_keyivgen},
    -	{EVP_PBE_TYPE_OUTER, NID_pbeWithMD5AndRC2_CBC,
    -			NID_rc2_64_cbc, NID_md5, PKCS5_PBE_keyivgen},
    -	{EVP_PBE_TYPE_OUTER, NID_pbeWithSHA1AndDES_CBC,
    -			NID_des_cbc, NID_sha1, PKCS5_PBE_keyivgen},
    -
    -
    -	{EVP_PBE_TYPE_PRF, NID_hmacWithSHA1, -1, NID_sha1, 0},
    -	{EVP_PBE_TYPE_PRF, NID_hmacWithMD5, -1, NID_md5, 0},
    -	{EVP_PBE_TYPE_PRF, NID_hmacWithSHA224, -1, NID_sha224, 0},
    -	{EVP_PBE_TYPE_PRF, NID_hmacWithSHA256, -1, NID_sha256, 0},
    -	{EVP_PBE_TYPE_PRF, NID_hmacWithSHA384, -1, NID_sha384, 0},
    -	{EVP_PBE_TYPE_PRF, NID_hmacWithSHA512, -1, NID_sha512, 0},
    -	{EVP_PBE_TYPE_PRF, NID_id_HMACGostR3411_94, -1, NID_id_GostR3411_94, 0},
    -	};
    +    {EVP_PBE_TYPE_OUTER, NID_pbeWithMD2AndRC2_CBC,
    +     NID_rc2_64_cbc, NID_md2, PKCS5_PBE_keyivgen},
    +    {EVP_PBE_TYPE_OUTER, NID_pbeWithMD5AndRC2_CBC,
    +     NID_rc2_64_cbc, NID_md5, PKCS5_PBE_keyivgen},
    +    {EVP_PBE_TYPE_OUTER, NID_pbeWithSHA1AndDES_CBC,
    +     NID_des_cbc, NID_sha1, PKCS5_PBE_keyivgen},
    +
    +    {EVP_PBE_TYPE_PRF, NID_hmacWithSHA1, -1, NID_sha1, 0},
    +    {EVP_PBE_TYPE_PRF, NID_hmacWithMD5, -1, NID_md5, 0},
    +    {EVP_PBE_TYPE_PRF, NID_hmacWithSHA224, -1, NID_sha224, 0},
    +    {EVP_PBE_TYPE_PRF, NID_hmacWithSHA256, -1, NID_sha256, 0},
    +    {EVP_PBE_TYPE_PRF, NID_hmacWithSHA384, -1, NID_sha384, 0},
    +    {EVP_PBE_TYPE_PRF, NID_hmacWithSHA512, -1, NID_sha512, 0},
    +    {EVP_PBE_TYPE_PRF, NID_id_HMACGostR3411_94, -1, NID_id_GostR3411_94, 0},
    +};
     
     #ifdef TEST
     int main(int argc, char **argv)
    -	{
    -	int i, nid_md, nid_cipher;
    -	EVP_PBE_CTL *tpbe, *tpbe2;
    -	/*OpenSSL_add_all_algorithms();*/
    -
    -	for (i = 0; i < sizeof(builtin_pbe)/sizeof(EVP_PBE_CTL); i++)
    -		{
    -		tpbe = builtin_pbe + i;
    -		fprintf(stderr, "%d %d %s ", tpbe->pbe_type, tpbe->pbe_nid,
    -						OBJ_nid2sn(tpbe->pbe_nid));
    -		if (EVP_PBE_find(tpbe->pbe_type, tpbe->pbe_nid,
    -					&nid_cipher ,&nid_md,0))
    -			fprintf(stderr, "Found %s %s\n",
    -					OBJ_nid2sn(nid_cipher),
    -					OBJ_nid2sn(nid_md));
    -		else
    -			fprintf(stderr, "Find ERROR!!\n");
    -		}
    -
    -	return 0;
    -	}
    +{
    +    int i, nid_md, nid_cipher;
    +    EVP_PBE_CTL *tpbe, *tpbe2;
    +    /*
    +     * OpenSSL_add_all_algorithms();
    +     */
    +
    +    for (i = 0; i < sizeof(builtin_pbe) / sizeof(EVP_PBE_CTL); i++) {
    +        tpbe = builtin_pbe + i;
    +        fprintf(stderr, "%d %d %s ", tpbe->pbe_type, tpbe->pbe_nid,
    +                OBJ_nid2sn(tpbe->pbe_nid));
    +        if (EVP_PBE_find(tpbe->pbe_type, tpbe->pbe_nid,
    +                         &nid_cipher, &nid_md, 0))
    +            fprintf(stderr, "Found %s %s\n",
    +                    OBJ_nid2sn(nid_cipher), OBJ_nid2sn(nid_md));
    +        else
    +            fprintf(stderr, "Find ERROR!!\n");
    +    }
    +
    +    return 0;
    +}
     #endif
    -		
    -
     
     int EVP_PBE_CipherInit(ASN1_OBJECT *pbe_obj, const char *pass, int passlen,
    -		       ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de)
    -	{
    -	const EVP_CIPHER *cipher;
    -	const EVP_MD *md;
    -	int cipher_nid, md_nid;
    -	EVP_PBE_KEYGEN *keygen;
    -
    -	if (!EVP_PBE_find(EVP_PBE_TYPE_OUTER, OBJ_obj2nid(pbe_obj),
    -					&cipher_nid, &md_nid, &keygen))
    -		{
    -		char obj_tmp[80];
    -		EVPerr(EVP_F_EVP_PBE_CIPHERINIT,EVP_R_UNKNOWN_PBE_ALGORITHM);
    -		if (!pbe_obj) BUF_strlcpy (obj_tmp, "NULL", sizeof obj_tmp);
    -		else i2t_ASN1_OBJECT(obj_tmp, sizeof obj_tmp, pbe_obj);
    -		ERR_add_error_data(2, "TYPE=", obj_tmp);
    -		return 0;
    -		}
    -
    -	if(!pass)
    -		passlen = 0;
    -	else if (passlen == -1)
    -		passlen = strlen(pass);
    -
    -	if (cipher_nid == -1)
    -		cipher = NULL;
    -	else
    -		{
    -		cipher = EVP_get_cipherbynid(cipher_nid);
    -		if (!cipher)
    -			{
    -			EVPerr(EVP_F_EVP_PBE_CIPHERINIT,EVP_R_UNKNOWN_CIPHER);
    -			return 0;
    -			}
    -		}
    -
    -	if (md_nid == -1)
    -		md = NULL;
    -	else
    -		{
    -		md = EVP_get_digestbynid(md_nid);
    -		if (!md)
    -			{
    -			EVPerr(EVP_F_EVP_PBE_CIPHERINIT,EVP_R_UNKNOWN_DIGEST);
    -			return 0;
    -			}
    -		}
    -
    -	if (!keygen(ctx, pass, passlen, param, cipher, md, en_de))
    -		{
    -		EVPerr(EVP_F_EVP_PBE_CIPHERINIT,EVP_R_KEYGEN_FAILURE);
    -		return 0;
    -		}
    -	return 1;	
    +                       ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de)
    +{
    +    const EVP_CIPHER *cipher;
    +    const EVP_MD *md;
    +    int cipher_nid, md_nid;
    +    EVP_PBE_KEYGEN *keygen;
    +
    +    if (!EVP_PBE_find(EVP_PBE_TYPE_OUTER, OBJ_obj2nid(pbe_obj),
    +                      &cipher_nid, &md_nid, &keygen)) {
    +        char obj_tmp[80];
    +        EVPerr(EVP_F_EVP_PBE_CIPHERINIT, EVP_R_UNKNOWN_PBE_ALGORITHM);
    +        if (!pbe_obj)
    +            BUF_strlcpy(obj_tmp, "NULL", sizeof obj_tmp);
    +        else
    +            i2t_ASN1_OBJECT(obj_tmp, sizeof obj_tmp, pbe_obj);
    +        ERR_add_error_data(2, "TYPE=", obj_tmp);
    +        return 0;
    +    }
    +
    +    if (!pass)
    +        passlen = 0;
    +    else if (passlen == -1)
    +        passlen = strlen(pass);
    +
    +    if (cipher_nid == -1)
    +        cipher = NULL;
    +    else {
    +        cipher = EVP_get_cipherbynid(cipher_nid);
    +        if (!cipher) {
    +            EVPerr(EVP_F_EVP_PBE_CIPHERINIT, EVP_R_UNKNOWN_CIPHER);
    +            return 0;
    +        }
    +    }
    +
    +    if (md_nid == -1)
    +        md = NULL;
    +    else {
    +        md = EVP_get_digestbynid(md_nid);
    +        if (!md) {
    +            EVPerr(EVP_F_EVP_PBE_CIPHERINIT, EVP_R_UNKNOWN_DIGEST);
    +            return 0;
    +        }
    +    }
    +
    +    if (!keygen(ctx, pass, passlen, param, cipher, md, en_de)) {
    +        EVPerr(EVP_F_EVP_PBE_CIPHERINIT, EVP_R_KEYGEN_FAILURE);
    +        return 0;
    +    }
    +    return 1;
     }
     
     DECLARE_OBJ_BSEARCH_CMP_FN(EVP_PBE_CTL, EVP_PBE_CTL, pbe2);
     
     static int pbe2_cmp(const EVP_PBE_CTL *pbe1, const EVP_PBE_CTL *pbe2)
    -	{
    -	int ret = pbe1->pbe_type - pbe2->pbe_type;
    -	if (ret)
    -		return ret;
    -	else
    -		return pbe1->pbe_nid - pbe2->pbe_nid;
    -	}
    +{
    +    int ret = pbe1->pbe_type - pbe2->pbe_type;
    +    if (ret)
    +        return ret;
    +    else
    +        return pbe1->pbe_nid - pbe2->pbe_nid;
    +}
     
     IMPLEMENT_OBJ_BSEARCH_CMP_FN(EVP_PBE_CTL, EVP_PBE_CTL, pbe2);
     
    -static int pbe_cmp(const EVP_PBE_CTL * const *a, const EVP_PBE_CTL * const *b)
    -	{
    -	int ret = (*a)->pbe_type - (*b)->pbe_type;
    -	if (ret)
    -		return ret;
    -	else
    -		return (*a)->pbe_nid - (*b)->pbe_nid;
    -	}
    +static int pbe_cmp(const EVP_PBE_CTL *const *a, const EVP_PBE_CTL *const *b)
    +{
    +    int ret = (*a)->pbe_type - (*b)->pbe_type;
    +    if (ret)
    +        return ret;
    +    else
    +        return (*a)->pbe_nid - (*b)->pbe_nid;
    +}
     
     /* Add a PBE algorithm */
     
    -int EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid, int md_nid,
    -			 EVP_PBE_KEYGEN *keygen)
    -	{
    -	EVP_PBE_CTL *pbe_tmp;
    -	if (!pbe_algs)
    -		pbe_algs = sk_EVP_PBE_CTL_new(pbe_cmp);
    -	if (!(pbe_tmp = (EVP_PBE_CTL*) OPENSSL_malloc (sizeof(EVP_PBE_CTL))))
    -		{
    -		EVPerr(EVP_F_EVP_PBE_ALG_ADD_TYPE,ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	pbe_tmp->pbe_type = pbe_type;
    -	pbe_tmp->pbe_nid = pbe_nid;
    -	pbe_tmp->cipher_nid = cipher_nid;
    -	pbe_tmp->md_nid = md_nid;
    -	pbe_tmp->keygen = keygen;
    -
    -
    -	sk_EVP_PBE_CTL_push (pbe_algs, pbe_tmp);
    -	return 1;
    -	}
    +int EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid,
    +                         int md_nid, EVP_PBE_KEYGEN *keygen)
    +{
    +    EVP_PBE_CTL *pbe_tmp;
    +    if (!pbe_algs)
    +        pbe_algs = sk_EVP_PBE_CTL_new(pbe_cmp);
    +    if (!(pbe_tmp = (EVP_PBE_CTL *)OPENSSL_malloc(sizeof(EVP_PBE_CTL)))) {
    +        EVPerr(EVP_F_EVP_PBE_ALG_ADD_TYPE, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    pbe_tmp->pbe_type = pbe_type;
    +    pbe_tmp->pbe_nid = pbe_nid;
    +    pbe_tmp->cipher_nid = cipher_nid;
    +    pbe_tmp->md_nid = md_nid;
    +    pbe_tmp->keygen = keygen;
    +
    +    sk_EVP_PBE_CTL_push(pbe_algs, pbe_tmp);
    +    return 1;
    +}
     
     int EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md,
    -		    EVP_PBE_KEYGEN *keygen)
    -	{
    -	int cipher_nid, md_nid;
    -	if (cipher)
    -		cipher_nid = EVP_CIPHER_nid(cipher);
    -	else
    -		cipher_nid = -1;
    -	if (md)
    -		md_nid = EVP_MD_type(md);
    -	else
    -		md_nid = -1;
    -
    -	return EVP_PBE_alg_add_type(EVP_PBE_TYPE_OUTER, nid,
    -					cipher_nid, md_nid, keygen);
    -	}
    +                    EVP_PBE_KEYGEN *keygen)
    +{
    +    int cipher_nid, md_nid;
    +    if (cipher)
    +        cipher_nid = EVP_CIPHER_nid(cipher);
    +    else
    +        cipher_nid = -1;
    +    if (md)
    +        md_nid = EVP_MD_type(md);
    +    else
    +        md_nid = -1;
    +
    +    return EVP_PBE_alg_add_type(EVP_PBE_TYPE_OUTER, nid,
    +                                cipher_nid, md_nid, keygen);
    +}
     
     int EVP_PBE_find(int type, int pbe_nid,
    -		 int *pcnid, int *pmnid, EVP_PBE_KEYGEN **pkeygen)
    -	{
    -	EVP_PBE_CTL *pbetmp = NULL, pbelu;
    -	int i;
    -	if (pbe_nid == NID_undef)
    -		return 0;
    -
    -	pbelu.pbe_type = type;
    -	pbelu.pbe_nid = pbe_nid;
    -
    -	if (pbe_algs)
    -		{
    -		i = sk_EVP_PBE_CTL_find(pbe_algs, &pbelu);
    -		if (i != -1)
    -			pbetmp = sk_EVP_PBE_CTL_value (pbe_algs, i);
    -		}
    -	if (pbetmp == NULL)
    -		{
    -		pbetmp = OBJ_bsearch_pbe2(&pbelu, builtin_pbe,
    -				     sizeof(builtin_pbe)/sizeof(EVP_PBE_CTL));
    -		}
    -	if (pbetmp == NULL)
    -		return 0;
    -	if (pcnid)
    -		*pcnid = pbetmp->cipher_nid;
    -	if (pmnid)
    -		*pmnid = pbetmp->md_nid;
    -	if (pkeygen)
    -		*pkeygen = pbetmp->keygen;
    -	return 1;
    -	}
    +                 int *pcnid, int *pmnid, EVP_PBE_KEYGEN **pkeygen)
    +{
    +    EVP_PBE_CTL *pbetmp = NULL, pbelu;
    +    int i;
    +    if (pbe_nid == NID_undef)
    +        return 0;
    +
    +    pbelu.pbe_type = type;
    +    pbelu.pbe_nid = pbe_nid;
    +
    +    if (pbe_algs) {
    +        i = sk_EVP_PBE_CTL_find(pbe_algs, &pbelu);
    +        if (i != -1)
    +            pbetmp = sk_EVP_PBE_CTL_value(pbe_algs, i);
    +    }
    +    if (pbetmp == NULL) {
    +        pbetmp = OBJ_bsearch_pbe2(&pbelu, builtin_pbe,
    +                                  sizeof(builtin_pbe) / sizeof(EVP_PBE_CTL));
    +    }
    +    if (pbetmp == NULL)
    +        return 0;
    +    if (pcnid)
    +        *pcnid = pbetmp->cipher_nid;
    +    if (pmnid)
    +        *pmnid = pbetmp->md_nid;
    +    if (pkeygen)
    +        *pkeygen = pbetmp->keygen;
    +    return 1;
    +}
     
     static void free_evp_pbe_ctl(EVP_PBE_CTL *pbe)
    -	 {
    -	 OPENSSL_freeFunc(pbe);
    -	 }
    +{
    +    OPENSSL_freeFunc(pbe);
    +}
     
     void EVP_PBE_cleanup(void)
    -	{
    -	sk_EVP_PBE_CTL_pop_free(pbe_algs, free_evp_pbe_ctl);
    -	pbe_algs = NULL;
    -	}
    +{
    +    sk_EVP_PBE_CTL_pop_free(pbe_algs, free_evp_pbe_ctl);
    +    pbe_algs = NULL;
    +}
    diff --git a/openssl/crypto/evp/evp_pkey.c b/openssl/crypto/evp/evp_pkey.c
    index ceebf6928..6a456297b 100644
    --- a/openssl/crypto/evp/evp_pkey.c
    +++ b/openssl/crypto/evp/evp_pkey.c
    @@ -1,6 +1,7 @@
     /* evp_pkey.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999-2005 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -67,176 +68,162 @@
     
     EVP_PKEY *EVP_PKCS82PKEY(PKCS8_PRIV_KEY_INFO *p8)
     {
    -	EVP_PKEY *pkey = NULL;
    -	ASN1_OBJECT *algoid;
    -	char obj_tmp[80];
    -
    -	if (!PKCS8_pkey_get0(&algoid, NULL, NULL, NULL, p8))
    -		return NULL;
    -
    -	if (!(pkey = EVP_PKEY_new())) {
    -		EVPerr(EVP_F_EVP_PKCS82PKEY,ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    -
    -	if (!EVP_PKEY_set_type(pkey, OBJ_obj2nid(algoid)))
    -		{
    -		EVPerr(EVP_F_EVP_PKCS82PKEY, EVP_R_UNSUPPORTED_PRIVATE_KEY_ALGORITHM);
    -		i2t_ASN1_OBJECT(obj_tmp, 80, algoid);
    -		ERR_add_error_data(2, "TYPE=", obj_tmp);
    -		goto error;
    -		}
    -
    -	if (pkey->ameth->priv_decode)
    -		{
    -		if (!pkey->ameth->priv_decode(pkey, p8))
    -			{
    -			EVPerr(EVP_F_EVP_PKCS82PKEY,
    -					EVP_R_PRIVATE_KEY_DECODE_ERROR);
    -			goto error;
    -			}
    -		}
    -	else
    -		{
    -		EVPerr(EVP_F_EVP_PKCS82PKEY, EVP_R_METHOD_NOT_SUPPORTED);
    -		goto error;
    -		}
    -
    -	return pkey;
    -
    -	error:
    -	EVP_PKEY_free (pkey);
    -	return NULL;
    +    EVP_PKEY *pkey = NULL;
    +    ASN1_OBJECT *algoid;
    +    char obj_tmp[80];
    +
    +    if (!PKCS8_pkey_get0(&algoid, NULL, NULL, NULL, p8))
    +        return NULL;
    +
    +    if (!(pkey = EVP_PKEY_new())) {
    +        EVPerr(EVP_F_EVP_PKCS82PKEY, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +
    +    if (!EVP_PKEY_set_type(pkey, OBJ_obj2nid(algoid))) {
    +        EVPerr(EVP_F_EVP_PKCS82PKEY, EVP_R_UNSUPPORTED_PRIVATE_KEY_ALGORITHM);
    +        i2t_ASN1_OBJECT(obj_tmp, 80, algoid);
    +        ERR_add_error_data(2, "TYPE=", obj_tmp);
    +        goto error;
    +    }
    +
    +    if (pkey->ameth->priv_decode) {
    +        if (!pkey->ameth->priv_decode(pkey, p8)) {
    +            EVPerr(EVP_F_EVP_PKCS82PKEY, EVP_R_PRIVATE_KEY_DECODE_ERROR);
    +            goto error;
    +        }
    +    } else {
    +        EVPerr(EVP_F_EVP_PKCS82PKEY, EVP_R_METHOD_NOT_SUPPORTED);
    +        goto error;
    +    }
    +
    +    return pkey;
    +
    + error:
    +    EVP_PKEY_free(pkey);
    +    return NULL;
     }
     
     PKCS8_PRIV_KEY_INFO *EVP_PKEY2PKCS8(EVP_PKEY *pkey)
     {
    -	return EVP_PKEY2PKCS8_broken(pkey, PKCS8_OK);
    +    return EVP_PKEY2PKCS8_broken(pkey, PKCS8_OK);
     }
     
     /* Turn a private key into a PKCS8 structure */
     
     PKCS8_PRIV_KEY_INFO *EVP_PKEY2PKCS8_broken(EVP_PKEY *pkey, int broken)
     {
    -	PKCS8_PRIV_KEY_INFO *p8;
    -
    -	if (!(p8 = PKCS8_PRIV_KEY_INFO_new())) {	
    -		EVPerr(EVP_F_EVP_PKEY2PKCS8_BROKEN,ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    -	p8->broken = broken;
    -
    -	if (pkey->ameth)
    -		{
    -		if (pkey->ameth->priv_encode)
    -			{
    -			if (!pkey->ameth->priv_encode(p8, pkey))
    -				{
    -				EVPerr(EVP_F_EVP_PKEY2PKCS8_BROKEN,
    -					EVP_R_PRIVATE_KEY_ENCODE_ERROR);
    -				goto error;
    -				}
    -			}
    -		else
    -			{
    -			EVPerr(EVP_F_EVP_PKEY2PKCS8_BROKEN,
    -					EVP_R_METHOD_NOT_SUPPORTED);
    -			goto error;
    -			}
    -		}
    -	else
    -		{
    -		EVPerr(EVP_F_EVP_PKEY2PKCS8_BROKEN,
    -				EVP_R_UNSUPPORTED_PRIVATE_KEY_ALGORITHM);
    -		goto error;
    -		}
    -	RAND_add(p8->pkey->value.octet_string->data,
    -		 p8->pkey->value.octet_string->length, 0.0);
    -	return p8;
    -	error:
    -	PKCS8_PRIV_KEY_INFO_free(p8);
    -	return NULL;
    +    PKCS8_PRIV_KEY_INFO *p8;
    +
    +    if (!(p8 = PKCS8_PRIV_KEY_INFO_new())) {
    +        EVPerr(EVP_F_EVP_PKEY2PKCS8_BROKEN, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +    p8->broken = broken;
    +
    +    if (pkey->ameth) {
    +        if (pkey->ameth->priv_encode) {
    +            if (!pkey->ameth->priv_encode(p8, pkey)) {
    +                EVPerr(EVP_F_EVP_PKEY2PKCS8_BROKEN,
    +                       EVP_R_PRIVATE_KEY_ENCODE_ERROR);
    +                goto error;
    +            }
    +        } else {
    +            EVPerr(EVP_F_EVP_PKEY2PKCS8_BROKEN, EVP_R_METHOD_NOT_SUPPORTED);
    +            goto error;
    +        }
    +    } else {
    +        EVPerr(EVP_F_EVP_PKEY2PKCS8_BROKEN,
    +               EVP_R_UNSUPPORTED_PRIVATE_KEY_ALGORITHM);
    +        goto error;
    +    }
    +    RAND_add(p8->pkey->value.octet_string->data,
    +             p8->pkey->value.octet_string->length, 0.0);
    +    return p8;
    + error:
    +    PKCS8_PRIV_KEY_INFO_free(p8);
    +    return NULL;
     }
     
     PKCS8_PRIV_KEY_INFO *PKCS8_set_broken(PKCS8_PRIV_KEY_INFO *p8, int broken)
     {
    -	switch (broken) {
    -
    -		case PKCS8_OK:
    -		p8->broken = PKCS8_OK;
    -		return p8;
    -		break;
    -
    -		case PKCS8_NO_OCTET:
    -		p8->broken = PKCS8_NO_OCTET;
    -		p8->pkey->type = V_ASN1_SEQUENCE;
    -		return p8;
    -		break;
    -
    -		default:
    -		EVPerr(EVP_F_PKCS8_SET_BROKEN,EVP_R_PKCS8_UNKNOWN_BROKEN_TYPE);
    -		return NULL;
    -	}
    +    switch (broken) {
    +
    +    case PKCS8_OK:
    +        p8->broken = PKCS8_OK;
    +        return p8;
    +        break;
    +
    +    case PKCS8_NO_OCTET:
    +        p8->broken = PKCS8_NO_OCTET;
    +        p8->pkey->type = V_ASN1_SEQUENCE;
    +        return p8;
    +        break;
    +
    +    default:
    +        EVPerr(EVP_F_PKCS8_SET_BROKEN, EVP_R_PKCS8_UNKNOWN_BROKEN_TYPE);
    +        return NULL;
    +    }
     }
     
     /* EVP_PKEY attribute functions */
     
     int EVP_PKEY_get_attr_count(const EVP_PKEY *key)
     {
    -	return X509at_get_attr_count(key->attributes);
    +    return X509at_get_attr_count(key->attributes);
     }
     
    -int EVP_PKEY_get_attr_by_NID(const EVP_PKEY *key, int nid,
    -			  int lastpos)
    +int EVP_PKEY_get_attr_by_NID(const EVP_PKEY *key, int nid, int lastpos)
     {
    -	return X509at_get_attr_by_NID(key->attributes, nid, lastpos);
    +    return X509at_get_attr_by_NID(key->attributes, nid, lastpos);
     }
     
     int EVP_PKEY_get_attr_by_OBJ(const EVP_PKEY *key, ASN1_OBJECT *obj,
    -			  int lastpos)
    +                             int lastpos)
     {
    -	return X509at_get_attr_by_OBJ(key->attributes, obj, lastpos);
    +    return X509at_get_attr_by_OBJ(key->attributes, obj, lastpos);
     }
     
     X509_ATTRIBUTE *EVP_PKEY_get_attr(const EVP_PKEY *key, int loc)
     {
    -	return X509at_get_attr(key->attributes, loc);
    +    return X509at_get_attr(key->attributes, loc);
     }
     
     X509_ATTRIBUTE *EVP_PKEY_delete_attr(EVP_PKEY *key, int loc)
     {
    -	return X509at_delete_attr(key->attributes, loc);
    +    return X509at_delete_attr(key->attributes, loc);
     }
     
     int EVP_PKEY_add1_attr(EVP_PKEY *key, X509_ATTRIBUTE *attr)
     {
    -	if(X509at_add1_attr(&key->attributes, attr)) return 1;
    -	return 0;
    +    if (X509at_add1_attr(&key->attributes, attr))
    +        return 1;
    +    return 0;
     }
     
     int EVP_PKEY_add1_attr_by_OBJ(EVP_PKEY *key,
    -			const ASN1_OBJECT *obj, int type,
    -			const unsigned char *bytes, int len)
    +                              const ASN1_OBJECT *obj, int type,
    +                              const unsigned char *bytes, int len)
     {
    -	if(X509at_add1_attr_by_OBJ(&key->attributes, obj,
    -				type, bytes, len)) return 1;
    -	return 0;
    +    if (X509at_add1_attr_by_OBJ(&key->attributes, obj, type, bytes, len))
    +        return 1;
    +    return 0;
     }
     
     int EVP_PKEY_add1_attr_by_NID(EVP_PKEY *key,
    -			int nid, int type,
    -			const unsigned char *bytes, int len)
    +                              int nid, int type,
    +                              const unsigned char *bytes, int len)
     {
    -	if(X509at_add1_attr_by_NID(&key->attributes, nid,
    -				type, bytes, len)) return 1;
    -	return 0;
    +    if (X509at_add1_attr_by_NID(&key->attributes, nid, type, bytes, len))
    +        return 1;
    +    return 0;
     }
     
     int EVP_PKEY_add1_attr_by_txt(EVP_PKEY *key,
    -			const char *attrname, int type,
    -			const unsigned char *bytes, int len)
    +                              const char *attrname, int type,
    +                              const unsigned char *bytes, int len)
     {
    -	if(X509at_add1_attr_by_txt(&key->attributes, attrname,
    -				type, bytes, len)) return 1;
    -	return 0;
    +    if (X509at_add1_attr_by_txt(&key->attributes, attrname, type, bytes, len))
    +        return 1;
    +    return 0;
     }
    diff --git a/openssl/crypto/evp/evp_test.c b/openssl/crypto/evp/evp_test.c
    index 55c7cdfdc..d7441ec7b 100644
    --- a/openssl/crypto/evp/evp_test.c
    +++ b/openssl/crypto/evp/evp_test.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -55,46 +55,43 @@
     #include 
     #include 
     #ifndef OPENSSL_NO_ENGINE
    -#include 
    +# include 
     #endif
     #include 
     #include 
     
    -static void hexdump(FILE *f,const char *title,const unsigned char *s,int l)
    -    {
    -    int n=0;
    -
    -    fprintf(f,"%s",title);
    -    for( ; n < l ; ++n)
    -	{
    -	if((n%16) == 0)
    -	    fprintf(f,"\n%04x",n);
    -	fprintf(f," %02x",s[n]);
    -	}
    -    fprintf(f,"\n");
    +static void hexdump(FILE *f, const char *title, const unsigned char *s, int l)
    +{
    +    int n = 0;
    +
    +    fprintf(f, "%s", title);
    +    for (; n < l; ++n) {
    +        if ((n % 16) == 0)
    +            fprintf(f, "\n%04x", n);
    +        fprintf(f, " %02x", s[n]);
         }
    +    fprintf(f, "\n");
    +}
     
     static int convert(unsigned char *s)
    -    {
    +{
         unsigned char *d;
     
    -    for(d=s ; *s ; s+=2,++d)
    -	{
    -	unsigned int n;
    -
    -	if(!s[1])
    -	    {
    -	    fprintf(stderr,"Odd number of hex digits!");
    -	    EXIT(4);
    -	    }
    -	sscanf((char *)s,"%2x",&n);
    -	*d=(unsigned char)n;
    -	}
    -    return s-d;
    +    for (d = s; *s; s += 2, ++d) {
    +        unsigned int n;
    +
    +        if (!s[1]) {
    +            fprintf(stderr, "Odd number of hex digits!");
    +            EXIT(4);
    +        }
    +        sscanf((char *)s, "%2x", &n);
    +        *d = (unsigned char)n;
         }
    +    return s - d;
    +}
     
     static char *sstrsep(char **string, const char *delim)
    -    {
    +{
         char isdelim[256];
         char *token = *string;
     
    @@ -104,242 +101,374 @@ static char *sstrsep(char **string, const char *delim)
         memset(isdelim, 0, 256);
         isdelim[0] = 1;
     
    -    while (*delim)
    -        {
    +    while (*delim) {
             isdelim[(unsigned char)(*delim)] = 1;
             delim++;
    -        }
    +    }
     
    -    while (!isdelim[(unsigned char)(**string)])
    -        {
    +    while (!isdelim[(unsigned char)(**string)]) {
             (*string)++;
    -        }
    +    }
     
    -    if (**string)
    -        {
    +    if (**string) {
             **string = 0;
             (*string)++;
    -        }
    +    }
     
         return token;
    -    }
    +}
     
    -static unsigned char *ustrsep(char **p,const char *sep)
    -    { return (unsigned char *)sstrsep(p,sep); }
    +static unsigned char *ustrsep(char **p, const char *sep)
    +{
    +    return (unsigned char *)sstrsep(p, sep);
    +}
     
     static int test1_exit(int ec)
    -	{
    -	EXIT(ec);
    -	return(0);		/* To keep some compilers quiet */
    -	}
    -
    -static void test1(const EVP_CIPHER *c,const unsigned char *key,int kn,
    -		  const unsigned char *iv,int in,
    -		  const unsigned char *plaintext,int pn,
    -		  const unsigned char *ciphertext,int cn,
    -		  int encdec)
    -    {
    +{
    +    EXIT(ec);
    +    return (0);                 /* To keep some compilers quiet */
    +}
    +
    +static void test1(const EVP_CIPHER *c, const unsigned char *key, int kn,
    +                  const unsigned char *iv, int in,
    +                  const unsigned char *plaintext, int pn,
    +                  const unsigned char *ciphertext, int cn,
    +                  const unsigned char *aad, int an,
    +                  const unsigned char *tag, int tn, int encdec)
    +{
         EVP_CIPHER_CTX ctx;
         unsigned char out[4096];
    -    int outl,outl2;
    -
    -    printf("Testing cipher %s%s\n",EVP_CIPHER_name(c),
    -	   (encdec == 1 ? "(encrypt)" : (encdec == 0 ? "(decrypt)" : "(encrypt/decrypt)")));
    -    hexdump(stdout,"Key",key,kn);
    -    if(in)
    -	hexdump(stdout,"IV",iv,in);
    -    hexdump(stdout,"Plaintext",plaintext,pn);
    -    hexdump(stdout,"Ciphertext",ciphertext,cn);
    -    
    -    if(kn != c->key_len)
    -	{
    -	fprintf(stderr,"Key length doesn't match, got %d expected %lu\n",kn,
    -		(unsigned long)c->key_len);
    -	test1_exit(5);
    -	}
    +    int outl, outl2, mode;
    +
    +    printf("Testing cipher %s%s\n", EVP_CIPHER_name(c),
    +           (encdec ==
    +            1 ? "(encrypt)" : (encdec ==
    +                               0 ? "(decrypt)" : "(encrypt/decrypt)")));
    +    hexdump(stdout, "Key", key, kn);
    +    if (in)
    +        hexdump(stdout, "IV", iv, in);
    +    hexdump(stdout, "Plaintext", plaintext, pn);
    +    hexdump(stdout, "Ciphertext", ciphertext, cn);
    +    if (an)
    +        hexdump(stdout, "AAD", aad, an);
    +    if (tn)
    +        hexdump(stdout, "Tag", tag, tn);
    +    mode = EVP_CIPHER_mode(c);
    +    if (kn != EVP_CIPHER_key_length(c)) {
    +        fprintf(stderr, "Key length doesn't match, got %d expected %lu\n", kn,
    +                (unsigned long)EVP_CIPHER_key_length(c));
    +        test1_exit(5);
    +    }
         EVP_CIPHER_CTX_init(&ctx);
    -    if (encdec != 0)
    -        {
    -	if(!EVP_EncryptInit_ex(&ctx,c,NULL,key,iv))
    -	    {
    -	    fprintf(stderr,"EncryptInit failed\n");
    -	    ERR_print_errors_fp(stderr);
    -	    test1_exit(10);
    -	    }
    -	EVP_CIPHER_CTX_set_padding(&ctx,0);
    -
    -	if(!EVP_EncryptUpdate(&ctx,out,&outl,plaintext,pn))
    -	    {
    -	    fprintf(stderr,"Encrypt failed\n");
    -	    ERR_print_errors_fp(stderr);
    -	    test1_exit(6);
    -	    }
    -	if(!EVP_EncryptFinal_ex(&ctx,out+outl,&outl2))
    -	    {
    -	    fprintf(stderr,"EncryptFinal failed\n");
    -	    ERR_print_errors_fp(stderr);
    -	    test1_exit(7);
    -	    }
    -
    -	if(outl+outl2 != cn)
    -	    {
    -	    fprintf(stderr,"Ciphertext length mismatch got %d expected %d\n",
    -		    outl+outl2,cn);
    -	    test1_exit(8);
    -	    }
    -
    -	if(memcmp(out,ciphertext,cn))
    -	    {
    -	    fprintf(stderr,"Ciphertext mismatch\n");
    -	    hexdump(stderr,"Got",out,cn);
    -	    hexdump(stderr,"Expected",ciphertext,cn);
    -	    test1_exit(9);
    -	    }
    -	}
    -
    -    if (encdec <= 0)
    -        {
    -	if(!EVP_DecryptInit_ex(&ctx,c,NULL,key,iv))
    -	    {
    -	    fprintf(stderr,"DecryptInit failed\n");
    -	    ERR_print_errors_fp(stderr);
    -	    test1_exit(11);
    -	    }
    -	EVP_CIPHER_CTX_set_padding(&ctx,0);
    -
    -	if(!EVP_DecryptUpdate(&ctx,out,&outl,ciphertext,cn))
    -	    {
    -	    fprintf(stderr,"Decrypt failed\n");
    -	    ERR_print_errors_fp(stderr);
    -	    test1_exit(6);
    -	    }
    -	if(!EVP_DecryptFinal_ex(&ctx,out+outl,&outl2))
    -	    {
    -	    fprintf(stderr,"DecryptFinal failed\n");
    -	    ERR_print_errors_fp(stderr);
    -	    test1_exit(7);
    -	    }
    -
    -	if(outl+outl2 != pn)
    -	    {
    -	    fprintf(stderr,"Plaintext length mismatch got %d expected %d\n",
    -		    outl+outl2,pn);
    -	    test1_exit(8);
    -	    }
    -
    -	if(memcmp(out,plaintext,pn))
    -	    {
    -	    fprintf(stderr,"Plaintext mismatch\n");
    -	    hexdump(stderr,"Got",out,pn);
    -	    hexdump(stderr,"Expected",plaintext,pn);
    -	    test1_exit(9);
    -	    }
    -	}
    +    EVP_CIPHER_CTX_set_flags(&ctx, EVP_CIPHER_CTX_FLAG_WRAP_ALLOW);
    +    if (encdec != 0) {
    +        if (mode == EVP_CIPH_GCM_MODE) {
    +            if (!EVP_EncryptInit_ex(&ctx, c, NULL, NULL, NULL)) {
    +                fprintf(stderr, "EncryptInit failed\n");
    +                ERR_print_errors_fp(stderr);
    +                test1_exit(10);
    +            }
    +            if (!EVP_CIPHER_CTX_ctrl(&ctx, EVP_CTRL_GCM_SET_IVLEN, in, NULL)) {
    +                fprintf(stderr, "IV length set failed\n");
    +                ERR_print_errors_fp(stderr);
    +                test1_exit(11);
    +            }
    +            if (!EVP_EncryptInit_ex(&ctx, NULL, NULL, key, iv)) {
    +                fprintf(stderr, "Key/IV set failed\n");
    +                ERR_print_errors_fp(stderr);
    +                test1_exit(12);
    +            }
    +            if (an && !EVP_EncryptUpdate(&ctx, NULL, &outl, aad, an)) {
    +                fprintf(stderr, "AAD set failed\n");
    +                ERR_print_errors_fp(stderr);
    +                test1_exit(13);
    +            }
    +        } else if (mode == EVP_CIPH_CCM_MODE) {
    +            if (!EVP_EncryptInit_ex(&ctx, c, NULL, NULL, NULL)) {
    +                fprintf(stderr, "EncryptInit failed\n");
    +                ERR_print_errors_fp(stderr);
    +                test1_exit(10);
    +            }
    +            if (!EVP_CIPHER_CTX_ctrl(&ctx, EVP_CTRL_CCM_SET_IVLEN, in, NULL)) {
    +                fprintf(stderr, "IV length set failed\n");
    +                ERR_print_errors_fp(stderr);
    +                test1_exit(11);
    +            }
    +            if (!EVP_CIPHER_CTX_ctrl(&ctx, EVP_CTRL_CCM_SET_TAG, tn, NULL)) {
    +                fprintf(stderr, "Tag length set failed\n");
    +                ERR_print_errors_fp(stderr);
    +                test1_exit(11);
    +            }
    +            if (!EVP_EncryptInit_ex(&ctx, NULL, NULL, key, iv)) {
    +                fprintf(stderr, "Key/IV set failed\n");
    +                ERR_print_errors_fp(stderr);
    +                test1_exit(12);
    +            }
    +            if (!EVP_EncryptUpdate(&ctx, NULL, &outl, NULL, pn)) {
    +                fprintf(stderr, "Plaintext length set failed\n");
    +                ERR_print_errors_fp(stderr);
    +                test1_exit(12);
    +            }
    +            if (an && !EVP_EncryptUpdate(&ctx, NULL, &outl, aad, an)) {
    +                fprintf(stderr, "AAD set failed\n");
    +                ERR_print_errors_fp(stderr);
    +                test1_exit(13);
    +            }
    +        } else if (mode == EVP_CIPH_WRAP_MODE) {
    +            if (!EVP_EncryptInit_ex(&ctx, c, NULL, key, in ? iv : NULL)) {
    +                fprintf(stderr, "EncryptInit failed\n");
    +                ERR_print_errors_fp(stderr);
    +                test1_exit(10);
    +            }
    +        } else if (!EVP_EncryptInit_ex(&ctx, c, NULL, key, iv)) {
    +            fprintf(stderr, "EncryptInit failed\n");
    +            ERR_print_errors_fp(stderr);
    +            test1_exit(10);
    +        }
    +        EVP_CIPHER_CTX_set_padding(&ctx, 0);
     
    -    EVP_CIPHER_CTX_cleanup(&ctx);
    +        if (!EVP_EncryptUpdate(&ctx, out, &outl, plaintext, pn)) {
    +            fprintf(stderr, "Encrypt failed\n");
    +            ERR_print_errors_fp(stderr);
    +            test1_exit(6);
    +        }
    +        if (!EVP_EncryptFinal_ex(&ctx, out + outl, &outl2)) {
    +            fprintf(stderr, "EncryptFinal failed\n");
    +            ERR_print_errors_fp(stderr);
    +            test1_exit(7);
    +        }
     
    -    printf("\n");
    +        if (outl + outl2 != cn) {
    +            fprintf(stderr, "Ciphertext length mismatch got %d expected %d\n",
    +                    outl + outl2, cn);
    +            test1_exit(8);
    +        }
    +
    +        if (memcmp(out, ciphertext, cn)) {
    +            fprintf(stderr, "Ciphertext mismatch\n");
    +            hexdump(stderr, "Got", out, cn);
    +            hexdump(stderr, "Expected", ciphertext, cn);
    +            test1_exit(9);
    +        }
    +        if (mode == EVP_CIPH_GCM_MODE || mode == EVP_CIPH_CCM_MODE) {
    +            unsigned char rtag[16];
    +            /*
    +             * Note: EVP_CTRL_CCM_GET_TAG has same value as
    +             * EVP_CTRL_GCM_GET_TAG
    +             */
    +            if (!EVP_CIPHER_CTX_ctrl(&ctx, EVP_CTRL_GCM_GET_TAG, tn, rtag)) {
    +                fprintf(stderr, "Get tag failed\n");
    +                ERR_print_errors_fp(stderr);
    +                test1_exit(14);
    +            }
    +            if (memcmp(rtag, tag, tn)) {
    +                fprintf(stderr, "Tag mismatch\n");
    +                hexdump(stderr, "Got", rtag, tn);
    +                hexdump(stderr, "Expected", tag, tn);
    +                test1_exit(9);
    +            }
    +        }
    +    }
    +
    +    if (encdec <= 0) {
    +        if (mode == EVP_CIPH_GCM_MODE) {
    +            if (!EVP_DecryptInit_ex(&ctx, c, NULL, NULL, NULL)) {
    +                fprintf(stderr, "EncryptInit failed\n");
    +                ERR_print_errors_fp(stderr);
    +                test1_exit(10);
    +            }
    +            if (!EVP_CIPHER_CTX_ctrl(&ctx, EVP_CTRL_GCM_SET_IVLEN, in, NULL)) {
    +                fprintf(stderr, "IV length set failed\n");
    +                ERR_print_errors_fp(stderr);
    +                test1_exit(11);
    +            }
    +            if (!EVP_DecryptInit_ex(&ctx, NULL, NULL, key, iv)) {
    +                fprintf(stderr, "Key/IV set failed\n");
    +                ERR_print_errors_fp(stderr);
    +                test1_exit(12);
    +            }
    +            if (!EVP_CIPHER_CTX_ctrl
    +                (&ctx, EVP_CTRL_GCM_SET_TAG, tn, (void *)tag)) {
    +                fprintf(stderr, "Set tag failed\n");
    +                ERR_print_errors_fp(stderr);
    +                test1_exit(14);
    +            }
    +            if (an && !EVP_DecryptUpdate(&ctx, NULL, &outl, aad, an)) {
    +                fprintf(stderr, "AAD set failed\n");
    +                ERR_print_errors_fp(stderr);
    +                test1_exit(13);
    +            }
    +        } else if (mode == EVP_CIPH_CCM_MODE) {
    +            if (!EVP_DecryptInit_ex(&ctx, c, NULL, NULL, NULL)) {
    +                fprintf(stderr, "DecryptInit failed\n");
    +                ERR_print_errors_fp(stderr);
    +                test1_exit(10);
    +            }
    +            if (!EVP_CIPHER_CTX_ctrl(&ctx, EVP_CTRL_CCM_SET_IVLEN, in, NULL)) {
    +                fprintf(stderr, "IV length set failed\n");
    +                ERR_print_errors_fp(stderr);
    +                test1_exit(11);
    +            }
    +            if (!EVP_CIPHER_CTX_ctrl
    +                (&ctx, EVP_CTRL_CCM_SET_TAG, tn, (void *)tag)) {
    +                fprintf(stderr, "Tag length set failed\n");
    +                ERR_print_errors_fp(stderr);
    +                test1_exit(11);
    +            }
    +            if (!EVP_DecryptInit_ex(&ctx, NULL, NULL, key, iv)) {
    +                fprintf(stderr, "Key/Nonce set failed\n");
    +                ERR_print_errors_fp(stderr);
    +                test1_exit(12);
    +            }
    +            if (!EVP_DecryptUpdate(&ctx, NULL, &outl, NULL, pn)) {
    +                fprintf(stderr, "Plaintext length set failed\n");
    +                ERR_print_errors_fp(stderr);
    +                test1_exit(12);
    +            }
    +            if (an && !EVP_EncryptUpdate(&ctx, NULL, &outl, aad, an)) {
    +                fprintf(stderr, "AAD set failed\n");
    +                ERR_print_errors_fp(stderr);
    +                test1_exit(13);
    +            }
    +        } else if (mode == EVP_CIPH_WRAP_MODE) {
    +            if (!EVP_DecryptInit_ex(&ctx, c, NULL, key, in ? iv : NULL)) {
    +                fprintf(stderr, "EncryptInit failed\n");
    +                ERR_print_errors_fp(stderr);
    +                test1_exit(10);
    +            }
    +        } else if (!EVP_DecryptInit_ex(&ctx, c, NULL, key, iv)) {
    +            fprintf(stderr, "DecryptInit failed\n");
    +            ERR_print_errors_fp(stderr);
    +            test1_exit(11);
    +        }
    +        EVP_CIPHER_CTX_set_padding(&ctx, 0);
    +
    +        if (!EVP_DecryptUpdate(&ctx, out, &outl, ciphertext, cn)) {
    +            fprintf(stderr, "Decrypt failed\n");
    +            ERR_print_errors_fp(stderr);
    +            test1_exit(6);
    +        }
    +        if (mode != EVP_CIPH_CCM_MODE
    +            && !EVP_DecryptFinal_ex(&ctx, out + outl, &outl2)) {
    +            fprintf(stderr, "DecryptFinal failed\n");
    +            ERR_print_errors_fp(stderr);
    +            test1_exit(7);
    +        }
    +
    +        if (outl + outl2 != pn) {
    +            fprintf(stderr, "Plaintext length mismatch got %d expected %d\n",
    +                    outl + outl2, pn);
    +            test1_exit(8);
    +        }
    +
    +        if (memcmp(out, plaintext, pn)) {
    +            fprintf(stderr, "Plaintext mismatch\n");
    +            hexdump(stderr, "Got", out, pn);
    +            hexdump(stderr, "Expected", plaintext, pn);
    +            test1_exit(9);
    +        }
         }
     
    -static int test_cipher(const char *cipher,const unsigned char *key,int kn,
    -		       const unsigned char *iv,int in,
    -		       const unsigned char *plaintext,int pn,
    -		       const unsigned char *ciphertext,int cn,
    -		       int encdec)
    -    {
    +    EVP_CIPHER_CTX_cleanup(&ctx);
    +
    +    printf("\n");
    +}
    +
    +static int test_cipher(const char *cipher, const unsigned char *key, int kn,
    +                       const unsigned char *iv, int in,
    +                       const unsigned char *plaintext, int pn,
    +                       const unsigned char *ciphertext, int cn,
    +                       const unsigned char *aad, int an,
    +                       const unsigned char *tag, int tn, int encdec)
    +{
         const EVP_CIPHER *c;
     
    -    c=EVP_get_cipherbyname(cipher);
    -    if(!c)
    -	return 0;
    +    c = EVP_get_cipherbyname(cipher);
    +    if (!c)
    +        return 0;
     
    -    test1(c,key,kn,iv,in,plaintext,pn,ciphertext,cn,encdec);
    +    test1(c, key, kn, iv, in, plaintext, pn, ciphertext, cn, aad, an, tag, tn,
    +          encdec);
     
         return 1;
    -    }
    +}
     
     static int test_digest(const char *digest,
    -		       const unsigned char *plaintext,int pn,
    -		       const unsigned char *ciphertext, unsigned int cn)
    -    {
    +                       const unsigned char *plaintext, int pn,
    +                       const unsigned char *ciphertext, unsigned int cn)
    +{
         const EVP_MD *d;
         EVP_MD_CTX ctx;
         unsigned char md[EVP_MAX_MD_SIZE];
         unsigned int mdn;
     
    -    d=EVP_get_digestbyname(digest);
    -    if(!d)
    -	return 0;
    +    d = EVP_get_digestbyname(digest);
    +    if (!d)
    +        return 0;
     
    -    printf("Testing digest %s\n",EVP_MD_name(d));
    -    hexdump(stdout,"Plaintext",plaintext,pn);
    -    hexdump(stdout,"Digest",ciphertext,cn);
    +    printf("Testing digest %s\n", EVP_MD_name(d));
    +    hexdump(stdout, "Plaintext", plaintext, pn);
    +    hexdump(stdout, "Digest", ciphertext, cn);
     
         EVP_MD_CTX_init(&ctx);
    -    if(!EVP_DigestInit_ex(&ctx,d, NULL))
    -	{
    -	fprintf(stderr,"DigestInit failed\n");
    -	ERR_print_errors_fp(stderr);
    -	EXIT(100);
    -	}
    -    if(!EVP_DigestUpdate(&ctx,plaintext,pn))
    -	{
    -	fprintf(stderr,"DigestUpdate failed\n");
    -	ERR_print_errors_fp(stderr);
    -	EXIT(101);
    -	}
    -    if(!EVP_DigestFinal_ex(&ctx,md,&mdn))
    -	{
    -	fprintf(stderr,"DigestFinal failed\n");
    -	ERR_print_errors_fp(stderr);
    -	EXIT(101);
    -	}
    +    if (!EVP_DigestInit_ex(&ctx, d, NULL)) {
    +        fprintf(stderr, "DigestInit failed\n");
    +        ERR_print_errors_fp(stderr);
    +        EXIT(100);
    +    }
    +    if (!EVP_DigestUpdate(&ctx, plaintext, pn)) {
    +        fprintf(stderr, "DigestUpdate failed\n");
    +        ERR_print_errors_fp(stderr);
    +        EXIT(101);
    +    }
    +    if (!EVP_DigestFinal_ex(&ctx, md, &mdn)) {
    +        fprintf(stderr, "DigestFinal failed\n");
    +        ERR_print_errors_fp(stderr);
    +        EXIT(101);
    +    }
         EVP_MD_CTX_cleanup(&ctx);
     
    -    if(mdn != cn)
    -	{
    -	fprintf(stderr,"Digest length mismatch, got %d expected %d\n",mdn,cn);
    -	EXIT(102);
    -	}
    +    if (mdn != cn) {
    +        fprintf(stderr, "Digest length mismatch, got %d expected %d\n", mdn,
    +                cn);
    +        EXIT(102);
    +    }
     
    -    if(memcmp(md,ciphertext,cn))
    -	{
    -	fprintf(stderr,"Digest mismatch\n");
    -	hexdump(stderr,"Got",md,cn);
    -	hexdump(stderr,"Expected",ciphertext,cn);
    -	EXIT(103);
    -	}
    +    if (memcmp(md, ciphertext, cn)) {
    +        fprintf(stderr, "Digest mismatch\n");
    +        hexdump(stderr, "Got", md, cn);
    +        hexdump(stderr, "Expected", ciphertext, cn);
    +        EXIT(103);
    +    }
     
         printf("\n");
     
         EVP_MD_CTX_cleanup(&ctx);
     
         return 1;
    -    }
    +}
     
    -int main(int argc,char **argv)
    -    {
    +int main(int argc, char **argv)
    +{
         const char *szTestFile;
         FILE *f;
     
    -    if(argc != 2)
    -	{
    -	fprintf(stderr,"%s \n",argv[0]);
    -	EXIT(1);
    -	}
    +    if (argc != 2) {
    +        fprintf(stderr, "%s \n", argv[0]);
    +        EXIT(1);
    +    }
         CRYPTO_malloc_debug_init();
         CRYPTO_set_mem_debug_options(V_CRYPTO_MDEBUG_ALL);
         CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON);
     
    -    szTestFile=argv[1];
    -
    -    f=fopen(szTestFile,"r");
    -    if(!f)
    -	{
    -	perror(szTestFile);
    -	EXIT(2);
    -	}
    +    szTestFile = argv[1];
     
    +    f = fopen(szTestFile, "r");
    +    if (!f) {
    +        perror(szTestFile);
    +        EXIT(2);
    +    }
    +    ERR_load_crypto_strings();
         /* Load up the software EVP_CIPHER and EVP_MD definitions */
         OpenSSL_add_all_ciphers();
         OpenSSL_add_all_digests();
    @@ -351,91 +480,108 @@ int main(int argc,char **argv)
         OPENSSL_config();
     #endif
     #ifndef OPENSSL_NO_ENGINE
    -    /* Register all available ENGINE implementations of ciphers and digests.
    -     * This could perhaps be changed to "ENGINE_register_all_complete()"? */
    +    /*
    +     * Register all available ENGINE implementations of ciphers and digests.
    +     * This could perhaps be changed to "ENGINE_register_all_complete()"?
    +     */
         ENGINE_register_all_ciphers();
         ENGINE_register_all_digests();
    -    /* If we add command-line options, this statement should be switchable.
    -     * It'll prevent ENGINEs being ENGINE_init()ialised for cipher/digest use if
    -     * they weren't already initialised. */
    +    /*
    +     * If we add command-line options, this statement should be switchable.
    +     * It'll prevent ENGINEs being ENGINE_init()ialised for cipher/digest use
    +     * if they weren't already initialised.
    +     */
         /* ENGINE_set_cipher_flags(ENGINE_CIPHER_FLAG_NOINIT); */
     #endif
     
    -    for( ; ; )
    -	{
    -	char line[4096];
    -	char *p;
    -	char *cipher;
    -	unsigned char *iv,*key,*plaintext,*ciphertext;
    -	int encdec;
    -	int kn,in,pn,cn;
    -
    -	if(!fgets((char *)line,sizeof line,f))
    -	    break;
    -	if(line[0] == '#' || line[0] == '\n')
    -	    continue;
    -	p=line;
    -	cipher=sstrsep(&p,":");	
    -	key=ustrsep(&p,":");
    -	iv=ustrsep(&p,":");
    -	plaintext=ustrsep(&p,":");
    -	ciphertext=ustrsep(&p,":");
    -	if (p[-1] == '\n') {
    -	    p[-1] = '\0';
    -	    encdec = -1;
    -	} else {
    -	    encdec = atoi(sstrsep(&p,"\n"));
    -	}
    -	      
    -
    -	kn=convert(key);
    -	in=convert(iv);
    -	pn=convert(plaintext);
    -	cn=convert(ciphertext);
    -
    -	if(!test_cipher(cipher,key,kn,iv,in,plaintext,pn,ciphertext,cn,encdec)
    -	   && !test_digest(cipher,plaintext,pn,ciphertext,cn))
    -	    {
    +    for (;;) {
    +        char line[4096];
    +        char *p;
    +        char *cipher;
    +        unsigned char *iv, *key, *plaintext, *ciphertext, *aad, *tag;
    +        int encdec;
    +        int kn, in, pn, cn;
    +        int an = 0;
    +        int tn = 0;
    +
    +        if (!fgets((char *)line, sizeof line, f))
    +            break;
    +        if (line[0] == '#' || line[0] == '\n')
    +            continue;
    +        p = line;
    +        cipher = sstrsep(&p, ":");
    +        key = ustrsep(&p, ":");
    +        iv = ustrsep(&p, ":");
    +        plaintext = ustrsep(&p, ":");
    +        ciphertext = ustrsep(&p, ":");
    +        if (p[-1] == '\n') {
    +            encdec = -1;
    +            p[-1] = '\0';
    +            tag = aad = NULL;
    +            an = tn = 0;
    +        } else {
    +            aad = ustrsep(&p, ":");
    +            tag = ustrsep(&p, ":");
    +            if (tag == NULL) {
    +                p = (char *)aad;
    +                tag = aad = NULL;
    +                an = tn = 0;
    +            }
    +            if (p[-1] == '\n') {
    +                encdec = -1;
    +                p[-1] = '\0';
    +            } else
    +                encdec = atoi(sstrsep(&p, "\n"));
    +        }
    +
    +        kn = convert(key);
    +        in = convert(iv);
    +        pn = convert(plaintext);
    +        cn = convert(ciphertext);
    +        if (aad) {
    +            an = convert(aad);
    +            tn = convert(tag);
    +        }
    +
    +        if (!test_cipher
    +            (cipher, key, kn, iv, in, plaintext, pn, ciphertext, cn, aad, an,
    +             tag, tn, encdec)
    +            && !test_digest(cipher, plaintext, pn, ciphertext, cn)) {
     #ifdef OPENSSL_NO_AES
    -	    if (strstr(cipher, "AES") == cipher)
    -		{
    -		fprintf(stdout, "Cipher disabled, skipping %s\n", cipher); 
    -		continue;
    -		}
    +            if (strstr(cipher, "AES") == cipher) {
    +                fprintf(stdout, "Cipher disabled, skipping %s\n", cipher);
    +                continue;
    +            }
     #endif
     #ifdef OPENSSL_NO_DES
    -	    if (strstr(cipher, "DES") == cipher)
    -		{
    -		fprintf(stdout, "Cipher disabled, skipping %s\n", cipher); 
    -		continue;
    -		}
    +            if (strstr(cipher, "DES") == cipher) {
    +                fprintf(stdout, "Cipher disabled, skipping %s\n", cipher);
    +                continue;
    +            }
     #endif
     #ifdef OPENSSL_NO_RC4
    -	    if (strstr(cipher, "RC4") == cipher)
    -		{
    -		fprintf(stdout, "Cipher disabled, skipping %s\n", cipher); 
    -		continue;
    -		}
    +            if (strstr(cipher, "RC4") == cipher) {
    +                fprintf(stdout, "Cipher disabled, skipping %s\n", cipher);
    +                continue;
    +            }
     #endif
     #ifdef OPENSSL_NO_CAMELLIA
    -	    if (strstr(cipher, "CAMELLIA") == cipher)
    -		{
    -		fprintf(stdout, "Cipher disabled, skipping %s\n", cipher); 
    -		continue;
    -		}
    +            if (strstr(cipher, "CAMELLIA") == cipher) {
    +                fprintf(stdout, "Cipher disabled, skipping %s\n", cipher);
    +                continue;
    +            }
     #endif
     #ifdef OPENSSL_NO_SEED
    -	    if (strstr(cipher, "SEED") == cipher)
    -		{
    -		fprintf(stdout, "Cipher disabled, skipping %s\n", cipher); 
    -		continue;
    -		}
    +            if (strstr(cipher, "SEED") == cipher) {
    +                fprintf(stdout, "Cipher disabled, skipping %s\n", cipher);
    +                continue;
    +            }
     #endif
    -	    fprintf(stderr,"Can't find %s\n",cipher);
    -	    EXIT(3);
    -	    }
    -	}
    -	fclose(f);
    +            fprintf(stderr, "Can't find %s\n", cipher);
    +            EXIT(3);
    +        }
    +    }
    +    fclose(f);
     
     #ifndef OPENSSL_NO_ENGINE
         ENGINE_cleanup();
    @@ -447,4 +593,4 @@ int main(int argc,char **argv)
         CRYPTO_mem_leaks_fp(stderr);
     
         return 0;
    -    }
    +}
    diff --git a/openssl/crypto/evp/evptests.txt b/openssl/crypto/evp/evptests.txt
    index c273707c1..4e9958b3b 100644
    --- a/openssl/crypto/evp/evptests.txt
    +++ b/openssl/crypto/evp/evptests.txt
    @@ -1,4 +1,5 @@
     #cipher:key:iv:plaintext:ciphertext:0/1(decrypt/encrypt)
    +#aadcipher:key:iv:plaintext:ciphertext:aad:tag:0/1(decrypt/encrypt)
     #digest:::input:output
     
     # SHA(1) tests (from shatest.c)
    @@ -332,3 +333,69 @@ SEED-ECB:00000000000000000000000000000000::000102030405060708090A0B0C0D0E0F:5EBA
     SEED-ECB:000102030405060708090A0B0C0D0E0F::00000000000000000000000000000000:C11F22F20140505084483597E4370F43:1
     SEED-ECB:4706480851E61BE85D74BFB3FD956185::83A2F8A288641FB9A4E9A5CC2F131C7D:EE54D13EBCAE706D226BC3142CD40D4A:1
     SEED-ECB:28DBC3BC49FFD87DCFA509B11D422BE7::B41E6BE2EBA84A148E2EED84593C5EC7:9B9B7BFCD1813CB95D0B3618F40F5122:1
    +
    +# AES CCM 256 bit key
    +aes-256-ccm:1bde3251d41a8b5ea013c195ae128b218b3e0306376357077ef1c1c78548b92e:5b8e40746f6b98e00f1d13ff41:53bd72a97089e312422bf72e242377b3c6ee3e2075389b999c4ef7f28bd2b80a:9a5fcccdb4cf04e7293d2775cc76a488f042382d949b43b7d6bb2b9864786726:c17a32514eb6103f3249e076d4c871dc97e04b286699e54491dc18f6d734d4c0:2024931d73bca480c24a24ece6b6c2bf
    +
    +# AES GCM test vectors from http://csrc.nist.gov/groups/ST/toolkit/BCM/documents/proposedmodes/gcm/gcm-spec.pdf
    +aes-128-gcm:00000000000000000000000000000000:000000000000000000000000::::58e2fccefa7e3061367f1d57a4e7455a
    +aes-128-gcm:00000000000000000000000000000000:000000000000000000000000:00000000000000000000000000000000:0388dace60b6a392f328c2b971b2fe78::ab6e47d42cec13bdf53a67b21257bddf
    +aes-128-gcm:feffe9928665731c6d6a8f9467308308:cafebabefacedbaddecaf888:d9313225f88406e5a55909c5aff5269a86a7a9531534f7da2e4c303d8a318a721c3c0c95956809532fcf0e2449a6b525b16aedf5aa0de657ba637b391aafd255:42831ec2217774244b7221b784d0d49ce3aa212f2c02a4e035c17e2329aca12e21d514b25466931c7d8f6a5aac84aa051ba30b396a0aac973d58e091473f5985::4d5c2af327cd64a62cf35abd2ba6fab4
    +aes-128-gcm:feffe9928665731c6d6a8f9467308308:cafebabefacedbaddecaf888:d9313225f88406e5a55909c5aff5269a86a7a9531534f7da2e4c303d8a318a721c3c0c95956809532fcf0e2449a6b525b16aedf5aa0de657ba637b39:42831ec2217774244b7221b784d0d49ce3aa212f2c02a4e035c17e2329aca12e21d514b25466931c7d8f6a5aac84aa051ba30b396a0aac973d58e091:feedfacedeadbeeffeedfacedeadbeefabaddad2:5bc94fbc3221a5db94fae95ae7121a47
    +aes-128-gcm:feffe9928665731c6d6a8f9467308308:cafebabefacedbad:d9313225f88406e5a55909c5aff5269a86a7a9531534f7da2e4c303d8a318a721c3c0c95956809532fcf0e2449a6b525b16aedf5aa0de657ba637b39:61353b4c2806934a777ff51fa22a4755699b2a714fcdc6f83766e5f97b6c742373806900e49f24b22b097544d4896b424989b5e1ebac0f07c23f4598:feedfacedeadbeeffeedfacedeadbeefabaddad2:3612d2e79e3b0785561be14aaca2fccb
    +aes-128-gcm:feffe9928665731c6d6a8f9467308308:9313225df88406e555909c5aff5269aa6a7a9538534f7da1e4c303d2a318a728c3c0c95156809539fcf0e2429a6b525416aedbf5a0de6a57a637b39b:d9313225f88406e5a55909c5aff5269a86a7a9531534f7da2e4c303d8a318a721c3c0c95956809532fcf0e2449a6b525b16aedf5aa0de657ba637b39:8ce24998625615b603a033aca13fb894be9112a5c3a211a8ba262a3cca7e2ca701e4a9a4fba43c90ccdcb281d48c7c6fd62875d2aca417034c34aee5:feedfacedeadbeeffeedfacedeadbeefabaddad2:619cc5aefffe0bfa462af43c1699d050
    +aes-192-gcm:000000000000000000000000000000000000000000000000:000000000000000000000000::::cd33b28ac773f74ba00ed1f312572435
    +aes-192-gcm:000000000000000000000000000000000000000000000000:000000000000000000000000:00000000000000000000000000000000:98e7247c07f0fe411c267e4384b0f600::2ff58d80033927ab8ef4d4587514f0fb
    +aes-192-gcm:feffe9928665731c6d6a8f9467308308feffe9928665731c:cafebabefacedbaddecaf888:d9313225f88406e5a55909c5aff5269a86a7a9531534f7da2e4c303d8a318a721c3c0c95956809532fcf0e2449a6b525b16aedf5aa0de657ba637b391aafd255:3980ca0b3c00e841eb06fac4872a2757859e1ceaa6efd984628593b40ca1e19c7d773d00c144c525ac619d18c84a3f4718e2448b2fe324d9ccda2710acade256::9924a7c8587336bfb118024db8674a14
    +aes-192-gcm:feffe9928665731c6d6a8f9467308308feffe9928665731c:cafebabefacedbaddecaf888:d9313225f88406e5a55909c5aff5269a86a7a9531534f7da2e4c303d8a318a721c3c0c95956809532fcf0e2449a6b525b16aedf5aa0de657ba637b39:3980ca0b3c00e841eb06fac4872a2757859e1ceaa6efd984628593b40ca1e19c7d773d00c144c525ac619d18c84a3f4718e2448b2fe324d9ccda2710:feedfacedeadbeeffeedfacedeadbeefabaddad2:2519498e80f1478f37ba55bd6d27618c
    +aes-192-gcm:feffe9928665731c6d6a8f9467308308feffe9928665731c:cafebabefacedbad:d9313225f88406e5a55909c5aff5269a86a7a9531534f7da2e4c303d8a318a721c3c0c95956809532fcf0e2449a6b525b16aedf5aa0de657ba637b39:0f10f599ae14a154ed24b36e25324db8c566632ef2bbb34f8347280fc4507057fddc29df9a471f75c66541d4d4dad1c9e93a19a58e8b473fa0f062f7:feedfacedeadbeeffeedfacedeadbeefabaddad2:65dcc57fcf623a24094fcca40d3533f8
    +aes-192-gcm:feffe9928665731c6d6a8f9467308308feffe9928665731c:9313225df88406e555909c5aff5269aa6a7a9538534f7da1e4c303d2a318a728c3c0c95156809539fcf0e2429a6b525416aedbf5a0de6a57a637b39b:d9313225f88406e5a55909c5aff5269a86a7a9531534f7da2e4c303d8a318a721c3c0c95956809532fcf0e2449a6b525b16aedf5aa0de657ba637b39:d27e88681ce3243c4830165a8fdcf9ff1de9a1d8e6b447ef6ef7b79828666e4581e79012af34ddd9e2f037589b292db3e67c036745fa22e7e9b7373b:feedfacedeadbeeffeedfacedeadbeefabaddad2:dcf566ff291c25bbb8568fc3d376a6d9
    +aes-256-gcm:0000000000000000000000000000000000000000000000000000000000000000:000000000000000000000000::::530f8afbc74536b9a963b4f1c4cb738b
    +aes-256-gcm:0000000000000000000000000000000000000000000000000000000000000000:000000000000000000000000:00000000000000000000000000000000:cea7403d4d606b6e074ec5d3baf39d18::d0d1c8a799996bf0265b98b5d48ab919
    +aes-256-gcm:feffe9928665731c6d6a8f9467308308feffe9928665731c6d6a8f9467308308:cafebabefacedbaddecaf888:d9313225f88406e5a55909c5aff5269a86a7a9531534f7da2e4c303d8a318a721c3c0c95956809532fcf0e2449a6b525b16aedf5aa0de657ba637b391aafd255:522dc1f099567d07f47f37a32a84427d643a8cdcbfe5c0c97598a2bd2555d1aa8cb08e48590dbb3da7b08b1056828838c5f61e6393ba7a0abcc9f662898015ad::b094dac5d93471bdec1a502270e3cc6c
    +aes-256-gcm:feffe9928665731c6d6a8f9467308308feffe9928665731c6d6a8f9467308308:cafebabefacedbaddecaf888:d9313225f88406e5a55909c5aff5269a86a7a9531534f7da2e4c303d8a318a721c3c0c95956809532fcf0e2449a6b525b16aedf5aa0de657ba637b39:522dc1f099567d07f47f37a32a84427d643a8cdcbfe5c0c97598a2bd2555d1aa8cb08e48590dbb3da7b08b1056828838c5f61e6393ba7a0abcc9f662:feedfacedeadbeeffeedfacedeadbeefabaddad2:76fc6ece0f4e1768cddf8853bb2d551b
    +aes-256-gcm:feffe9928665731c6d6a8f9467308308feffe9928665731c6d6a8f9467308308:cafebabefacedbad:d9313225f88406e5a55909c5aff5269a86a7a9531534f7da2e4c303d8a318a721c3c0c95956809532fcf0e2449a6b525b16aedf5aa0de657ba637b39:c3762df1ca787d32ae47c13bf19844cbaf1ae14d0b976afac52ff7d79bba9de0feb582d33934a4f0954cc2363bc73f7862ac430e64abe499f47c9b1f:feedfacedeadbeeffeedfacedeadbeefabaddad2:3a337dbf46a792c45e454913fe2ea8f2
    +aes-256-gcm:feffe9928665731c6d6a8f9467308308feffe9928665731c6d6a8f9467308308:9313225df88406e555909c5aff5269aa6a7a9538534f7da1e4c303d2a318a728c3c0c95156809539fcf0e2429a6b525416aedbf5a0de6a57a637b39b:d9313225f88406e5a55909c5aff5269a86a7a9531534f7da2e4c303d8a318a721c3c0c95956809532fcf0e2449a6b525b16aedf5aa0de657ba637b39:5a8def2f0c9e53f1f75d7853659e2a20eeb2b22aafde6419a058ab4f6f746bf40fc0c3b780f244452da3ebf1c5d82cdea2418997200ef82e44ae7e3f:feedfacedeadbeeffeedfacedeadbeefabaddad2:a44a8266ee1c8eb0c8b5d4cf5ae9f19a
    +# local add-ons, primarily streaming ghash tests
    +# 128 bytes aad
    +aes-128-gcm:00000000000000000000000000000000:000000000000000000000000:::d9313225f88406e5a55909c5aff5269a86a7a9531534f7da2e4c303d8a318a721c3c0c95956809532fcf0e2449a6b525b16aedf5aa0de657ba637b391aafd255522dc1f099567d07f47f37a32a84427d643a8cdcbfe5c0c97598a2bd2555d1aa8cb08e48590dbb3da7b08b1056828838c5f61e6393ba7a0abcc9f662898015ad:5fea793a2d6f974d37e68e0cb8ff9492
    +# 48 bytes plaintext
    +aes-128-gcm:00000000000000000000000000000000:000000000000000000000000:000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000:0388dace60b6a392f328c2b971b2fe78f795aaab494b5923f7fd89ff948bc1e0200211214e7394da2089b6acd093abe0::9dd0a376b08e40eb00c35f29f9ea61a4
    +# 80 bytes plaintext
    +aes-128-gcm:00000000000000000000000000000000:000000000000000000000000:0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000:0388dace60b6a392f328c2b971b2fe78f795aaab494b5923f7fd89ff948bc1e0200211214e7394da2089b6acd093abe0c94da219118e297d7b7ebcbcc9c388f28ade7d85a8ee35616f7124a9d5270291::98885a3a22bd4742fe7b72172193b163
    +# 128 bytes plaintext
    +aes-128-gcm:00000000000000000000000000000000:000000000000000000000000:0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000:0388dace60b6a392f328c2b971b2fe78f795aaab494b5923f7fd89ff948bc1e0200211214e7394da2089b6acd093abe0c94da219118e297d7b7ebcbcc9c388f28ade7d85a8ee35616f7124a9d527029195b84d1b96c690ff2f2de30bf2ec89e00253786e126504f0dab90c48a30321de3345e6b0461e7c9e6c6b7afedde83f40::cac45f60e31efd3b5a43b98a22ce1aa1
    +# 192 bytes plaintext, iv is chosen so that initial counter LSB is 0xFF
    +aes-128-gcm:00000000000000000000000000000000:ffffffff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000:000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000:56b3373ca9ef6e4a2b64fe1e9a17b61425f10d47a75a5fce13efc6bc784af24f4141bdd48cf7c770887afd573cca5418a9aeffcd7c5ceddfc6a78397b9a85b499da558257267caab2ad0b23ca476a53cb17fb41c4b8b475cb4f3f7165094c229c9e8c4dc0a2a5ff1903e501511221376a1cdb8364c5061a20cae74bc4acd76ceb0abc9fd3217ef9f8c90be402ddf6d8697f4f880dff15bfb7a6b28241ec8fe183c2d59e3f9dfff653c7126f0acb9e64211f42bae12af462b1070bef1ab5e3606::566f8ef683078bfdeeffa869d751a017
    +# 80 bytes plaintext, submitted by Intel
    +aes-128-gcm:843ffcf5d2b72694d19ed01d01249412:dbcca32ebf9b804617c3aa9e:000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f:6268c6fa2a80b2d137467f092f657ac04d89be2beaa623d61b5a868c8f03ff95d3dcee23ad2f1ab3a6c80eaf4b140eb05de3457f0fbc111a6b43d0763aa422a3013cf1dc37fe417d1fbfc449b75d4cc5:00000000000000000000000000000000101112131415161718191a1b1c1d1e1f:3b629ccfbc1119b7319e1dce2cd6fd6d
    +
    +# AES XTS test vectors from IEEE Std 1619-2007
    +aes-128-xts:0000000000000000000000000000000000000000000000000000000000000000:00000000000000000000000000000000:0000000000000000000000000000000000000000000000000000000000000000:917cf69ebd68b2ec9b9fe9a3eadda692cd43d2f59598ed858c02c2652fbf922e
    +aes-128-xts:1111111111111111111111111111111122222222222222222222222222222222:33333333330000000000000000000000:4444444444444444444444444444444444444444444444444444444444444444:c454185e6a16936e39334038acef838bfb186fff7480adc4289382ecd6d394f0
    +aes-128-xts:fffefdfcfbfaf9f8f7f6f5f4f3f2f1f022222222222222222222222222222222:33333333330000000000000000000000:4444444444444444444444444444444444444444444444444444444444444444:af85336b597afc1a900b2eb21ec949d292df4c047e0b21532186a5971a227a89
    +aes-128-xts:2718281828459045235360287471352631415926535897932384626433832795:00000000000000000000000000000000:000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff:27a7479befa1d476489f308cd4cfa6e2a96e4bbe3208ff25287dd3819616e89cc78cf7f5e543445f8333d8fa7f56000005279fa5d8b5e4ad40e736ddb4d35412328063fd2aab53e5ea1e0a9f332500a5df9487d07a5c92cc512c8866c7e860ce93fdf166a24912b422976146ae20ce846bb7dc9ba94a767aaef20c0d61ad02655ea92dc4c4e41a8952c651d33174be51a10c421110e6d81588ede82103a252d8a750e8768defffed9122810aaeb99f9172af82b604dc4b8e51bcb08235a6f4341332e4ca60482a4ba1a03b3e65008fc5da76b70bf1690db4eae29c5f1badd03c5ccf2a55d705ddcd86d449511ceb7ec30bf12b1fa35b913f9f747a8afd1b130e94bff94effd01a91735ca1726acd0b197c4e5b03393697e126826fb6bbde8ecc1e08298516e2c9ed03ff3c1b7860f6de76d4cecd94c8119855ef5297ca67e9f3e7ff72b1e99785ca0a7e7720c5b36dc6d72cac9574c8cbbc2f801e23e56fd344b07f22154beba0f08ce8891e643ed995c94d9a69c9f1b5f499027a78572aeebd74d20cc39881c213ee770b1010e4bea718846977ae119f7a023ab58cca0ad752afe656bb3c17256a9f6e9bf19fdd5a38fc82bbe872c5539edb609ef4f79c203ebb140f2e583cb2ad15b4aa5b655016a8449277dbd477ef2c8d6c017db738b18deb4a427d1923ce3ff262735779a418f20a282df920147beabe421ee5319d0568
    +aes-128-xts:2718281828459045235360287471352631415926535897932384626433832795:01000000000000000000000000000000:27a7479befa1d476489f308cd4cfa6e2a96e4bbe3208ff25287dd3819616e89cc78cf7f5e543445f8333d8fa7f56000005279fa5d8b5e4ad40e736ddb4d35412328063fd2aab53e5ea1e0a9f332500a5df9487d07a5c92cc512c8866c7e860ce93fdf166a24912b422976146ae20ce846bb7dc9ba94a767aaef20c0d61ad02655ea92dc4c4e41a8952c651d33174be51a10c421110e6d81588ede82103a252d8a750e8768defffed9122810aaeb99f9172af82b604dc4b8e51bcb08235a6f4341332e4ca60482a4ba1a03b3e65008fc5da76b70bf1690db4eae29c5f1badd03c5ccf2a55d705ddcd86d449511ceb7ec30bf12b1fa35b913f9f747a8afd1b130e94bff94effd01a91735ca1726acd0b197c4e5b03393697e126826fb6bbde8ecc1e08298516e2c9ed03ff3c1b7860f6de76d4cecd94c8119855ef5297ca67e9f3e7ff72b1e99785ca0a7e7720c5b36dc6d72cac9574c8cbbc2f801e23e56fd344b07f22154beba0f08ce8891e643ed995c94d9a69c9f1b5f499027a78572aeebd74d20cc39881c213ee770b1010e4bea718846977ae119f7a023ab58cca0ad752afe656bb3c17256a9f6e9bf19fdd5a38fc82bbe872c5539edb609ef4f79c203ebb140f2e583cb2ad15b4aa5b655016a8449277dbd477ef2c8d6c017db738b18deb4a427d1923ce3ff262735779a418f20a282df920147beabe421ee5319d0568:264d3ca8512194fec312c8c9891f279fefdd608d0c027b60483a3fa811d65ee59d52d9e40ec5672d81532b38b6b089ce951f0f9c35590b8b978d175213f329bb1c2fd30f2f7f30492a61a532a79f51d36f5e31a7c9a12c286082ff7d2394d18f783e1a8e72c722caaaa52d8f065657d2631fd25bfd8e5baad6e527d763517501c68c5edc3cdd55435c532d7125c8614deed9adaa3acade5888b87bef641c4c994c8091b5bcd387f3963fb5bc37aa922fbfe3df4e5b915e6eb514717bdd2a74079a5073f5c4bfd46adf7d282e7a393a52579d11a028da4d9cd9c77124f9648ee383b1ac763930e7162a8d37f350b2f74b8472cf09902063c6b32e8c2d9290cefbd7346d1c779a0df50edcde4531da07b099c638e83a755944df2aef1aa31752fd323dcb710fb4bfbb9d22b925bc3577e1b8949e729a90bbafeacf7f7879e7b1147e28ba0bae940db795a61b15ecf4df8db07b824bb062802cc98a9545bb2aaeed77cb3fc6db15dcd7d80d7d5bc406c4970a3478ada8899b329198eb61c193fb6275aa8ca340344a75a862aebe92eee1ce032fd950b47d7704a3876923b4ad62844bf4a09c4dbe8b4397184b7471360c9564880aedddb9baa4af2e75394b08cd32ff479c57a07d3eab5d54de5f9738b8d27f27a9f0ab11799d7b7ffefb2704c95c6ad12c39f1e867a4b7b1d7818a4b753dfd2a89ccb45e001a03a867b187f225dd
    +aes-128-xts:2718281828459045235360287471352631415926535897932384626433832795:02000000000000000000000000000000:264d3ca8512194fec312c8c9891f279fefdd608d0c027b60483a3fa811d65ee59d52d9e40ec5672d81532b38b6b089ce951f0f9c35590b8b978d175213f329bb1c2fd30f2f7f30492a61a532a79f51d36f5e31a7c9a12c286082ff7d2394d18f783e1a8e72c722caaaa52d8f065657d2631fd25bfd8e5baad6e527d763517501c68c5edc3cdd55435c532d7125c8614deed9adaa3acade5888b87bef641c4c994c8091b5bcd387f3963fb5bc37aa922fbfe3df4e5b915e6eb514717bdd2a74079a5073f5c4bfd46adf7d282e7a393a52579d11a028da4d9cd9c77124f9648ee383b1ac763930e7162a8d37f350b2f74b8472cf09902063c6b32e8c2d9290cefbd7346d1c779a0df50edcde4531da07b099c638e83a755944df2aef1aa31752fd323dcb710fb4bfbb9d22b925bc3577e1b8949e729a90bbafeacf7f7879e7b1147e28ba0bae940db795a61b15ecf4df8db07b824bb062802cc98a9545bb2aaeed77cb3fc6db15dcd7d80d7d5bc406c4970a3478ada8899b329198eb61c193fb6275aa8ca340344a75a862aebe92eee1ce032fd950b47d7704a3876923b4ad62844bf4a09c4dbe8b4397184b7471360c9564880aedddb9baa4af2e75394b08cd32ff479c57a07d3eab5d54de5f9738b8d27f27a9f0ab11799d7b7ffefb2704c95c6ad12c39f1e867a4b7b1d7818a4b753dfd2a89ccb45e001a03a867b187f225dd:fa762a3680b76007928ed4a4f49a9456031b704782e65e16cecb54ed7d017b5e18abd67b338e81078f21edb7868d901ebe9c731a7c18b5e6dec1d6a72e078ac9a4262f860beefa14f4e821018272e411a951502b6e79066e84252c3346f3aa62344351a291d4bedc7a07618bdea2af63145cc7a4b8d4070691ae890cd65733e7946e9021a1dffc4c59f159425ee6d50ca9b135fa6162cea18a939838dc000fb386fad086acce5ac07cb2ece7fd580b00cfa5e98589631dc25e8e2a3daf2ffdec26531659912c9d8f7a15e5865ea8fb5816d6207052bd7128cd743c12c8118791a4736811935eb982a532349e31dd401e0b660a568cb1a4711f552f55ded59f1f15bf7196b3ca12a91e488ef59d64f3a02bf45239499ac6176ae321c4a211ec545365971c5d3f4f09d4eb139bfdf2073d33180b21002b65cc9865e76cb24cd92c874c24c18350399a936ab3637079295d76c417776b94efce3a0ef7206b15110519655c956cbd8b2489405ee2b09a6b6eebe0c53790a12a8998378b33a5b71159625f4ba49d2a2fdba59fbf0897bc7aabd8d707dc140a80f0f309f835d3da54ab584e501dfa0ee977fec543f74186a802b9a37adb3e8291eca04d66520d229e60401e7282bef486ae059aa70696e0e305d777140a7a883ecdcb69b9ff938e8a4231864c69ca2c2043bed007ff3e605e014bcf518138dc3a25c5e236171a2d01d6
    +aes-128-xts:2718281828459045235360287471352631415926535897932384626433832795:fd000000000000000000000000000000:8e41b78c390b5af9d758bb214a67e9f6bf7727b09ac6124084c37611398fa45daad94868600ed391fb1acd4857a95b466e62ef9f4b377244d1c152e7b30d731aad30c716d214b707aed99eb5b5e580b3e887cf7497465651d4b60e6042051da3693c3b78c14489543be8b6ad0ba629565bba202313ba7b0d0c94a3252b676f46cc02ce0f8a7d34c0ed229129673c1f61aed579d08a9203a25aac3a77e9db60267996db38df637356d9dcd1632e369939f2a29d89345c66e05066f1a3677aef18dea4113faeb629e46721a66d0a7e785d3e29af2594eb67dfa982affe0aac058f6e15864269b135418261fc3afb089472cf68c45dd7f231c6249ba0255e1e033833fc4d00a3fe02132d7bc3873614b8aee34273581ea0325c81f0270affa13641d052d36f0757d484014354d02d6883ca15c24d8c3956b1bd027bcf41f151fd8023c5340e5606f37e90fdb87c86fb4fa634b3718a30bace06a66eaf8f63c4aa3b637826a87fe8cfa44282e92cb1615af3a28e53bc74c7cba1a0977be9065d0c1a5dec6c54ae38d37f37aa35283e048e5530a85c4e7a29d7b92ec0c3169cdf2a805c7604bce60049b9fb7b8eaac10f51ae23794ceba68bb58112e293b9b692ca721b37c662f8574ed4dba6f88e170881c82cddc1034a0ca7e284bf0962b6b26292d836fa9f73c1ac770eef0f2d3a1eaf61d3e03555fd424eedd67e18a18094f888:d55f684f81f4426e9fde92a5ff02df2ac896af63962888a97910c1379e20b0a3b1db613fb7fe2e07004329ea5c22bfd33e3dbe4cf58cc608c2c26c19a2e2fe22f98732c2b5cb844cc6c0702d91e1d50fc4382a7eba5635cd602432a2306ac4ce82f8d70c8d9bc15f918fe71e74c622d5cf71178bf6e0b9cc9f2b41dd8dbe441c41cd0c73a6dc47a348f6702f9d0e9b1b1431e948e299b9ec2272ab2c5f0c7be86affa5dec87a0bee81d3d50007edaa2bcfccb35605155ff36ed8edd4a40dcd4b243acd11b2b987bdbfaf91a7cac27e9c5aea525ee53de7b2d3332c8644402b823e94a7db26276d2d23aa07180f76b4fd29b9c0823099c9d62c519880aee7e9697617c1497d47bf3e571950311421b6b734d38b0db91eb85331b91ea9f61530f54512a5a52a4bad589eb69781d537f23297bb459bdad2948a29e1550bf4787e0be95bb173cf5fab17dab7a13a052a63453d97ccec1a321954886b7a1299faaeecae35c6eaaca753b041b5e5f093bf83397fd21dd6b3012066fcc058cc32c3b09d7562dee29509b5839392c9ff05f51f3166aaac4ac5f238038a3045e6f72e48ef0fe8bc675e82c318a268e43970271bf119b81bf6a982746554f84e72b9f00280a320a08142923c23c883423ff949827f29bbacdc1ccdb04938ce6098c95ba6b32528f4ef78eed778b2e122ddfd1cbdd11d1c0a6783e011fc536d63d053260637
    +aes-128-xts:2718281828459045235360287471352631415926535897932384626433832795:fe000000000000000000000000000000:d55f684f81f4426e9fde92a5ff02df2ac896af63962888a97910c1379e20b0a3b1db613fb7fe2e07004329ea5c22bfd33e3dbe4cf58cc608c2c26c19a2e2fe22f98732c2b5cb844cc6c0702d91e1d50fc4382a7eba5635cd602432a2306ac4ce82f8d70c8d9bc15f918fe71e74c622d5cf71178bf6e0b9cc9f2b41dd8dbe441c41cd0c73a6dc47a348f6702f9d0e9b1b1431e948e299b9ec2272ab2c5f0c7be86affa5dec87a0bee81d3d50007edaa2bcfccb35605155ff36ed8edd4a40dcd4b243acd11b2b987bdbfaf91a7cac27e9c5aea525ee53de7b2d3332c8644402b823e94a7db26276d2d23aa07180f76b4fd29b9c0823099c9d62c519880aee7e9697617c1497d47bf3e571950311421b6b734d38b0db91eb85331b91ea9f61530f54512a5a52a4bad589eb69781d537f23297bb459bdad2948a29e1550bf4787e0be95bb173cf5fab17dab7a13a052a63453d97ccec1a321954886b7a1299faaeecae35c6eaaca753b041b5e5f093bf83397fd21dd6b3012066fcc058cc32c3b09d7562dee29509b5839392c9ff05f51f3166aaac4ac5f238038a3045e6f72e48ef0fe8bc675e82c318a268e43970271bf119b81bf6a982746554f84e72b9f00280a320a08142923c23c883423ff949827f29bbacdc1ccdb04938ce6098c95ba6b32528f4ef78eed778b2e122ddfd1cbdd11d1c0a6783e011fc536d63d053260637:72efc1ebfe1ee25975a6eb3aa8589dda2b261f1c85bdab442a9e5b2dd1d7c3957a16fc08e526d4b1223f1b1232a11af274c3d70dac57f83e0983c498f1a6f1aecb021c3e70085a1e527f1ce41ee5911a82020161529cd82773762daf5459de94a0a82adae7e1703c808543c29ed6fb32d9e004327c1355180c995a07741493a09c21ba01a387882da4f62534b87bb15d60d197201c0fd3bf30c1500a3ecfecdd66d8721f90bcc4c17ee925c61b0a03727a9c0d5f5ca462fbfa0af1c2513a9d9d4b5345bd27a5f6e653f751693e6b6a2b8ead57d511e00e58c45b7b8d005af79288f5c7c22fd4f1bf7a898b03a5634c6a1ae3f9fae5de4f296a2896b23e7ed43ed14fa5a2803f4d28f0d3ffcf24757677aebdb47bb388378708948a8d4126ed1839e0da29a537a8c198b3c66ab00712dd261674bf45a73d67f76914f830ca014b65596f27e4cf62de66125a5566df9975155628b400fbfb3a29040ed50faffdbb18aece7c5c44693260aab386c0a37b11b114f1c415aebb653be468179428d43a4d8bc3ec38813eca30a13cf1bb18d524f1992d44d8b1a42ea30b22e6c95b199d8d182f8840b09d059585c31ad691fa0619ff038aca2c39a943421157361717c49d322028a74648113bd8c9d7ec77cf3c89c1ec8718ceff8516d96b34c3c614f10699c9abc4ed0411506223bea16af35c883accdbe1104eef0cfdb54e12fb230a
    +aes-128-xts:2718281828459045235360287471352631415926535897932384626433832795:ff000000000000000000000000000000:72efc1ebfe1ee25975a6eb3aa8589dda2b261f1c85bdab442a9e5b2dd1d7c3957a16fc08e526d4b1223f1b1232a11af274c3d70dac57f83e0983c498f1a6f1aecb021c3e70085a1e527f1ce41ee5911a82020161529cd82773762daf5459de94a0a82adae7e1703c808543c29ed6fb32d9e004327c1355180c995a07741493a09c21ba01a387882da4f62534b87bb15d60d197201c0fd3bf30c1500a3ecfecdd66d8721f90bcc4c17ee925c61b0a03727a9c0d5f5ca462fbfa0af1c2513a9d9d4b5345bd27a5f6e653f751693e6b6a2b8ead57d511e00e58c45b7b8d005af79288f5c7c22fd4f1bf7a898b03a5634c6a1ae3f9fae5de4f296a2896b23e7ed43ed14fa5a2803f4d28f0d3ffcf24757677aebdb47bb388378708948a8d4126ed1839e0da29a537a8c198b3c66ab00712dd261674bf45a73d67f76914f830ca014b65596f27e4cf62de66125a5566df9975155628b400fbfb3a29040ed50faffdbb18aece7c5c44693260aab386c0a37b11b114f1c415aebb653be468179428d43a4d8bc3ec38813eca30a13cf1bb18d524f1992d44d8b1a42ea30b22e6c95b199d8d182f8840b09d059585c31ad691fa0619ff038aca2c39a943421157361717c49d322028a74648113bd8c9d7ec77cf3c89c1ec8718ceff8516d96b34c3c614f10699c9abc4ed0411506223bea16af35c883accdbe1104eef0cfdb54e12fb230a:3260ae8dad1f4a32c5cafe3ab0eb95549d461a67ceb9e5aa2d3afb62dece0553193ba50c75be251e08d1d08f1088576c7efdfaaf3f459559571e12511753b07af073f35da06af0ce0bbf6b8f5ccc5cea500ec1b211bd51f63b606bf6528796ca12173ba39b8935ee44ccce646f90a45bf9ccc567f0ace13dc2d53ebeedc81f58b2e41179dddf0d5a5c42f5d8506c1a5d2f8f59f3ea873cbcd0eec19acbf325423bd3dcb8c2b1bf1d1eaed0eba7f0698e4314fbeb2f1566d1b9253008cbccf45a2b0d9c5c9c21474f4076e02be26050b99dee4fd68a4cf890e496e4fcae7b70f94ea5a9062da0daeba1993d2ccd1dd3c244b8428801495a58b216547e7e847c46d1d756377b6242d2e5fb83bf752b54e0df71e889f3a2bb0f4c10805bf3c590376e3c24e22ff57f7fa965577375325cea5d920db94b9c336b455f6e894c01866fe9fbb8c8d3f70a2957285f6dfb5dcd8cbf54782f8fe7766d4723819913ac773421e3a31095866bad22c86a6036b2518b2059b4229d18c8c2ccbdf906c6cc6e82464ee57bddb0bebcb1dc645325bfb3e665ef7251082c88ebb1cf203bd779fdd38675713c8daadd17e1cabee432b09787b6ddf3304e38b731b45df5df51b78fcfb3d32466028d0ba36555e7e11ab0ee0666061d1645d962444bc47a38188930a84b4d561395c73c087021927ca638b7afc8a8679ccb84c26555440ec7f10445cd
    +
    +aes-256-xts:27182818284590452353602874713526624977572470936999595749669676273141592653589793238462643383279502884197169399375105820974944592:ff000000000000000000000000000000:000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff:1c3b3a102f770386e4836c99e370cf9bea00803f5e482357a4ae12d414a3e63b5d31e276f8fe4a8d66b317f9ac683f44680a86ac35adfc3345befecb4bb188fd5776926c49a3095eb108fd1098baec70aaa66999a72a82f27d848b21d4a741b0c5cd4d5fff9dac89aeba122961d03a757123e9870f8acf1000020887891429ca2a3e7a7d7df7b10355165c8b9a6d0a7de8b062c4500dc4cd120c0f7418dae3d0b5781c34803fa75421c790dfe1de1834f280d7667b327f6c8cd7557e12ac3a0f93ec05c52e0493ef31a12d3d9260f79a289d6a379bc70c50841473d1a8cc81ec583e9645e07b8d9670655ba5bbcfecc6dc3966380ad8fecb17b6ba02469a020a84e18e8f84252070c13e9f1f289be54fbc481457778f616015e1327a02b140f1505eb309326d68378f8374595c849d84f4c333ec4423885143cb47bd71c5edae9be69a2ffeceb1bec9de244fbe15992b11b77c040f12bd8f6a975a44a0f90c29a9abc3d4d893927284c58754cce294529f8614dcd2aba991925fedc4ae74ffac6e333b93eb4aff0479da9a410e4450e0dd7ae4c6e2910900575da401fc07059f645e8b7e9bfdef33943054ff84011493c27b3429eaedb4ed5376441a77ed43851ad77f16f541dfd269d50d6a5f14fb0aab1cbb4c1550be97f7ab4066193c4caa773dad38014bd2092fa755c824bb5e54c4f36ffda9fcea70b9c6e693e148c151
    +aes-256-xts:27182818284590452353602874713526624977572470936999595749669676273141592653589793238462643383279502884197169399375105820974944592:ffff0000000000000000000000000000:000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff:77a31251618a15e6b92d1d66dffe7b50b50bad552305ba0217a610688eff7e11e1d0225438e093242d6db274fde801d4cae06f2092c728b2478559df58e837c2469ee4a4fa794e4bbc7f39bc026e3cb72c33b0888f25b4acf56a2a9804f1ce6d3d6e1dc6ca181d4b546179d55544aa7760c40d06741539c7e3cd9d2f6650b2013fd0eeb8c2b8e3d8d240ccae2d4c98320a7442e1c8d75a42d6e6cfa4c2eca1798d158c7aecdf82490f24bb9b38e108bcda12c3faf9a21141c3613b58367f922aaa26cd22f23d708dae699ad7cb40a8ad0b6e2784973dcb605684c08b8d6998c69aac049921871ebb65301a4619ca80ecb485a31d744223ce8ddc2394828d6a80470c092f5ba413c3378fa6054255c6f9df4495862bbb3287681f931b687c888abf844dfc8fc28331e579928cd12bd2390ae123cf03818d14dedde5c0c24c8ab018bfca75ca096f2d531f3d1619e785f1ada437cab92e980558b3dce1474afb75bfedbf8ff54cb2618e0244c9ac0d3c66fb51598cd2db11f9be39791abe447c63094f7c453b7ff87cb5bb36b7c79efb0872d17058b83b15ab0866ad8a58656c5a7e20dbdf308b2461d97c0ec0024a2715055249cf3b478ddd4740de654f75ca686e0d7345c69ed50cdc2a8b332b1f8824108ac937eb050585608ee734097fc09054fbff89eeaeea791f4a7ab1f9868294a4f9e27b42af8100cb9d59cef9645803
    +aes-256-xts:27182818284590452353602874713526624977572470936999595749669676273141592653589793238462643383279502884197169399375105820974944592:ffffff00000000000000000000000000:000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff:e387aaa58ba483afa7e8eb469778317ecf4cf573aa9d4eac23f2cdf914e4e200a8b490e42ee646802dc6ee2b471b278195d60918ececb44bf79966f83faba0499298ebc699c0c8634715a320bb4f075d622e74c8c932004f25b41e361025b5a87815391f6108fc4afa6a05d9303c6ba68a128a55705d415985832fdeaae6c8e19110e84d1b1f199a2692119edc96132658f09da7c623efcec712537a3d94c0bf5d7e352ec94ae5797fdb377dc1551150721adf15bd26a8efc2fcaad56881fa9e62462c28f30ae1ceaca93c345cf243b73f542e2074a705bd2643bb9f7cc79bb6e7091ea6e232df0f9ad0d6cf502327876d82207abf2115cdacf6d5a48f6c1879a65b115f0f8b3cb3c59d15dd8c769bc014795a1837f3901b5845eb491adfefe097b1fa30a12fc1f65ba22905031539971a10f2f36c321bb51331cdefb39e3964c7ef079994f5b69b2edd83a71ef549971ee93f44eac3938fcdd61d01fa71799da3a8091c4c48aa9ed263ff0749df95d44fef6a0bb578ec69456aa5408ae32c7af08ad7ba8921287e3bbee31b767be06a0e705c864a769137df28292283ea81a2480241b44d9921cdbec1bc28dc1fda114bd8e5217ac9d8ebafa720e9da4f9ace231cc949e5b96fe76ffc21063fddc83a6b8679c00d35e09576a875305bed5f36ed242c8900dd1fa965bc950dfce09b132263a1eef52dd6888c309f5a7d712826
    +aes-256-xts:27182818284590452353602874713526624977572470936999595749669676273141592653589793238462643383279502884197169399375105820974944592:ffffffff000000000000000000000000:000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff:bf53d2dade78e822a4d949a9bc6766b01b06a8ef70d26748c6a7fc36d80ae4c5520f7c4ab0ac8544424fa405162fef5a6b7f229498063618d39f0003cb5fb8d1c86b643497da1ff945c8d3bedeca4f479702a7a735f043ddb1d6aaade3c4a0ac7ca7f3fa5279bef56f82cd7a2f38672e824814e10700300a055e1630b8f1cb0e919f5e942010a416e2bf48cb46993d3cb6a51c19bacf864785a00bc2ecff15d350875b246ed53e68be6f55bd7e05cfc2b2ed6432198a6444b6d8c247fab941f569768b5c429366f1d3f00f0345b96123d56204c01c63b22ce78baf116e525ed90fdea39fa469494d3866c31e05f295ff21fea8d4e6e13d67e47ce722e9698a1c1048d68ebcde76b86fcf976eab8aa9790268b7068e017a8b9b749409514f1053027fd16c3786ea1bac5f15cb79711ee2abe82f5cf8b13ae73030ef5b9e4457e75d1304f988d62dd6fc4b94ed38ba831da4b7634971b6cd8ec325d9c61c00f1df73627ed3745a5e8489f3a95c69639c32cd6e1d537a85f75cc844726e8a72fc0077ad22000f1d5078f6b866318c668f1ad03d5a5fced5219f2eabbd0aa5c0f460d183f04404a0d6f469558e81fab24a167905ab4c7878502ad3e38fdbe62a41556cec37325759533ce8f25f367c87bb5578d667ae93f9e2fd99bcbc5f2fbba88cf6516139420fcff3b7361d86322c4bd84c82f335abb152c4a93411373aaa8220
    +aes-256-xts:27182818284590452353602874713526624977572470936999595749669676273141592653589793238462643383279502884197169399375105820974944592:ffffffffff0000000000000000000000:000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff:64497e5a831e4a932c09be3e5393376daa599548b816031d224bbf50a818ed2350eae7e96087c8a0db51ad290bd00c1ac1620857635bf246c176ab463be30b808da548081ac847b158e1264be25bb0910bbc92647108089415d45fab1b3d2604e8a8eff1ae4020cfa39936b66827b23f371b92200be90251e6d73c5f86de5fd4a950781933d79a28272b782a2ec313efdfcc0628f43d744c2dc2ff3dcb66999b50c7ca895b0c64791eeaa5f29499fb1c026f84ce5b5c72ba1083cddb5ce45434631665c333b60b11593fb253c5179a2c8db813782a004856a1653011e93fb6d876c18366dd8683f53412c0c180f9c848592d593f8609ca736317d356e13e2bff3a9f59cd9aeb19cd482593d8c46128bb32423b37a9adfb482b99453fbe25a41bf6feb4aa0bef5ed24bf73c762978025482c13115e4015aac992e5613a3b5c2f685b84795cb6e9b2656d8c88157e52c42f978d8634c43d06fea928f2822e465aa6576e9bf419384506cc3ce3c54ac1a6f67dc66f3b30191e698380bc999b05abce19dc0c6dcc2dd001ec535ba18deb2df1a101023108318c75dc98611a09dc48a0acdec676fabdf222f07e026f059b672b56e5cbc8e1d21bbd867dd927212054681d70ea737134cdfce93b6f82ae22423274e58a0821cc5502e2d0ab4585e94de6975be5e0b4efce51cd3e70c25a1fbbbd609d273ad5b0d59631c531f6a0a57b9
    +
    +aes-128-xts:fffefdfcfbfaf9f8f7f6f5f4f3f2f1f0bfbebdbcbbbab9b8b7b6b5b4b3b2b1b0:9a785634120000000000000000000000:000102030405060708090a0b0c0d0e0f10:6c1625db4671522d3d7599601de7ca09ed
    +aes-128-xts:fffefdfcfbfaf9f8f7f6f5f4f3f2f1f0bfbebdbcbbbab9b8b7b6b5b4b3b2b1b0:9a785634120000000000000000000000:000102030405060708090a0b0c0d0e0f1011:d069444b7a7e0cab09e24447d24deb1fedbf
    +aes-128-xts:fffefdfcfbfaf9f8f7f6f5f4f3f2f1f0bfbebdbcbbbab9b8b7b6b5b4b3b2b1b0:9a785634120000000000000000000000:000102030405060708090a0b0c0d0e0f101112:e5df1351c0544ba1350b3363cd8ef4beedbf9d
    +aes-128-xts:fffefdfcfbfaf9f8f7f6f5f4f3f2f1f0bfbebdbcbbbab9b8b7b6b5b4b3b2b1b0:9a785634120000000000000000000000:000102030405060708090a0b0c0d0e0f10111213:9d84c813f719aa2c7be3f66171c7c5c2edbf9dac
    +aes-128-xts:e0e1e2e3e4e5e6e7e8e9eaebecedeeefc0c1c2c3c4c5c6c7c8c9cacbcccdcecf:21436587a90000000000000000000000:000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff:38b45812ef43a05bd957e545907e223b954ab4aaf088303ad910eadf14b42be68b2461149d8c8ba85f992be970bc621f1b06573f63e867bf5875acafa04e42ccbd7bd3c2a0fb1fff791ec5ec36c66ae4ac1e806d81fbf709dbe29e471fad38549c8e66f5345d7c1eb94f405d1ec785cc6f6a68f6254dd8339f9d84057e01a17741990482999516b5611a38f41bb6478e6f173f320805dd71b1932fc333cb9ee39936beea9ad96fa10fb4112b901734ddad40bc1878995f8e11aee7d141a2f5d48b7a4e1e7f0b2c04830e69a4fd1378411c2f287edf48c6c4e5c247a19680f7fe41cefbd49b582106e3616cbbe4dfb2344b2ae9519391f3e0fb4922254b1d6d2d19c6d4d537b3a26f3bcc51588b32f3eca0829b6a5ac72578fb814fb43cf80d64a233e3f997a3f02683342f2b33d25b492536b93becb2f5e1a8b82f5b883342729e8ae09d16938841a21a97fb543eea3bbff59f13c1a18449e398701c1ad51648346cbc04c27bb2da3b93a1372ccae548fb53bee476f9e9c91773b1bb19828394d55d3e1a20ed69113a860b6829ffa847224604435070221b257e8dff783615d2cae4803a93aa4334ab482a0afac9c0aeda70b45a481df5dec5df8cc0f423c77a5fd46cd312021d4b438862419a791be03bb4d97c0e59578542531ba466a83baf92cefc151b5cc1611a167893819b63fb8a6b18e86de60290fa72b797b0ce59f3
    +# AES wrap tests from RFC3394
    +id-aes128-wrap:000102030405060708090A0B0C0D0E0F::00112233445566778899AABBCCDDEEFF:1FA68B0A8112B447AEF34BD8FB5A7B829D3E862371D2CFE5
    +id-aes192-wrap:000102030405060708090A0B0C0D0E0F1011121314151617::00112233445566778899AABBCCDDEEFF:96778B25AE6CA435F92B5B97C050AED2468AB8A17AD84E5D
    +id-aes256-wrap:000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F::00112233445566778899AABBCCDDEEFF:64E8C3F9CE0F5BA263E9777905818A2A93C8191E7D6E8AE7
    +id-aes192-wrap:000102030405060708090A0B0C0D0E0F1011121314151617::00112233445566778899AABBCCDDEEFF0001020304050607:031D33264E15D33268F24EC260743EDCE1C6C7DDEE725A936BA814915C6762D2
    +id-aes256-wrap:000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F::00112233445566778899AABBCCDDEEFF0001020304050607:A8F9BC1612C68B3FF6E6F4FBE30E71E4769C8B80A32CB8958CD5D17D6B254DA1
    +id-aes256-wrap:000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F::00112233445566778899AABBCCDDEEFF000102030405060708090A0B0C0D0E0F:28C9F404C4B810F4CBCCB35CFB87F8263F5786E2D80ED326CBC7F0E71A99F43BFB988B9B7A02DD21
    diff --git a/openssl/crypto/evp/m_dss.c b/openssl/crypto/evp/m_dss.c
    index 6fb7e9a86..147844862 100644
    --- a/openssl/crypto/evp/m_dss.c
    +++ b/openssl/crypto/evp/m_dss.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,40 +62,43 @@
     #include 
     #include 
     #ifndef OPENSSL_NO_DSA
    -#include 
    +# include 
     #endif
     
     #ifndef OPENSSL_NO_SHA
    -#ifndef OPENSSL_FIPS
     
     static int init(EVP_MD_CTX *ctx)
    -	{ return SHA1_Init(ctx->md_data); }
    +{
    +    return SHA1_Init(ctx->md_data);
    +}
     
    -static int update(EVP_MD_CTX *ctx,const void *data,size_t count)
    -	{ return SHA1_Update(ctx->md_data,data,count); }
    +static int update(EVP_MD_CTX *ctx, const void *data, size_t count)
    +{
    +    return SHA1_Update(ctx->md_data, data, count);
    +}
     
    -static int final(EVP_MD_CTX *ctx,unsigned char *md)
    -	{ return SHA1_Final(md,ctx->md_data); }
    +static int final(EVP_MD_CTX *ctx, unsigned char *md)
    +{
    +    return SHA1_Final(md, ctx->md_data);
    +}
     
    -static const EVP_MD dsa_md=
    -	{
    -	NID_dsaWithSHA,
    -	NID_dsaWithSHA,
    -	SHA_DIGEST_LENGTH,
    -	EVP_MD_FLAG_PKEY_DIGEST,
    -	init,
    -	update,
    -	final,
    -	NULL,
    -	NULL,
    -	EVP_PKEY_DSA_method,
    -	SHA_CBLOCK,
    -	sizeof(EVP_MD *)+sizeof(SHA_CTX),
    -	};
    +static const EVP_MD dsa_md = {
    +    NID_dsaWithSHA,
    +    NID_dsaWithSHA,
    +    SHA_DIGEST_LENGTH,
    +    EVP_MD_FLAG_PKEY_DIGEST,
    +    init,
    +    update,
    +    final,
    +    NULL,
    +    NULL,
    +    EVP_PKEY_DSA_method,
    +    SHA_CBLOCK,
    +    sizeof(EVP_MD *) + sizeof(SHA_CTX),
    +};
     
     const EVP_MD *EVP_dss(void)
    -	{
    -	return(&dsa_md);
    -	}
    -#endif
    +{
    +    return (&dsa_md);
    +}
     #endif
    diff --git a/openssl/crypto/evp/m_dss1.c b/openssl/crypto/evp/m_dss1.c
    index 2df362a67..e36fabff7 100644
    --- a/openssl/crypto/evp/m_dss1.c
    +++ b/openssl/crypto/evp/m_dss1.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,43 +61,45 @@
     
     #ifndef OPENSSL_NO_SHA
     
    -#include 
    -#include 
    -#include 
    -#ifndef OPENSSL_NO_DSA
    -#include 
    -#endif
    -
    -#ifndef OPENSSL_FIPS 
    +# include 
    +# include 
    +# include 
    +# ifndef OPENSSL_NO_DSA
    +#  include 
    +# endif
     
     static int init(EVP_MD_CTX *ctx)
    -	{ return SHA1_Init(ctx->md_data); }
    +{
    +    return SHA1_Init(ctx->md_data);
    +}
     
    -static int update(EVP_MD_CTX *ctx,const void *data,size_t count)
    -	{ return SHA1_Update(ctx->md_data,data,count); }
    +static int update(EVP_MD_CTX *ctx, const void *data, size_t count)
    +{
    +    return SHA1_Update(ctx->md_data, data, count);
    +}
     
    -static int final(EVP_MD_CTX *ctx,unsigned char *md)
    -	{ return SHA1_Final(md,ctx->md_data); }
    +static int final(EVP_MD_CTX *ctx, unsigned char *md)
    +{
    +    return SHA1_Final(md, ctx->md_data);
    +}
     
    -static const EVP_MD dss1_md=
    -	{
    -	NID_dsa,
    -	NID_dsaWithSHA1,
    -	SHA_DIGEST_LENGTH,
    -	EVP_MD_FLAG_PKEY_DIGEST,
    -	init,
    -	update,
    -	final,
    -	NULL,
    -	NULL,
    -	EVP_PKEY_DSA_method,
    -	SHA_CBLOCK,
    -	sizeof(EVP_MD *)+sizeof(SHA_CTX),
    -	};
    +static const EVP_MD dss1_md = {
    +    NID_dsa,
    +    NID_dsaWithSHA1,
    +    SHA_DIGEST_LENGTH,
    +    EVP_MD_FLAG_PKEY_DIGEST,
    +    init,
    +    update,
    +    final,
    +    NULL,
    +    NULL,
    +    EVP_PKEY_DSA_method,
    +    SHA_CBLOCK,
    +    sizeof(EVP_MD *) + sizeof(SHA_CTX),
    +};
     
     const EVP_MD *EVP_dss1(void)
    -	{
    -	return(&dss1_md);
    -	}
    -#endif
    +{
    +    return (&dss1_md);
    +}
     #endif
    diff --git a/openssl/crypto/evp/m_ecdsa.c b/openssl/crypto/evp/m_ecdsa.c
    index 4b15fb0f6..803d31495 100644
    --- a/openssl/crypto/evp/m_ecdsa.c
    +++ b/openssl/crypto/evp/m_ecdsa.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -58,21 +58,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -87,10 +87,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -102,7 +102,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -116,36 +116,39 @@
     #include 
     
     #ifndef OPENSSL_NO_SHA
    -#ifndef OPENSSL_FIPS
     
     static int init(EVP_MD_CTX *ctx)
    -	{ return SHA1_Init(ctx->md_data); }
    +{
    +    return SHA1_Init(ctx->md_data);
    +}
     
    -static int update(EVP_MD_CTX *ctx,const void *data,size_t count)
    -	{ return SHA1_Update(ctx->md_data,data,count); }
    +static int update(EVP_MD_CTX *ctx, const void *data, size_t count)
    +{
    +    return SHA1_Update(ctx->md_data, data, count);
    +}
     
    -static int final(EVP_MD_CTX *ctx,unsigned char *md)
    -	{ return SHA1_Final(md,ctx->md_data); }
    +static int final(EVP_MD_CTX *ctx, unsigned char *md)
    +{
    +    return SHA1_Final(md, ctx->md_data);
    +}
     
    -static const EVP_MD ecdsa_md=
    -	{
    -	NID_ecdsa_with_SHA1,
    -	NID_ecdsa_with_SHA1,
    -	SHA_DIGEST_LENGTH,
    -	EVP_MD_FLAG_PKEY_DIGEST,
    -	init,
    -	update,
    -	final,
    -	NULL,
    -	NULL,
    -	EVP_PKEY_ECDSA_method,
    -	SHA_CBLOCK,
    -	sizeof(EVP_MD *)+sizeof(SHA_CTX),
    -	};
    +static const EVP_MD ecdsa_md = {
    +    NID_ecdsa_with_SHA1,
    +    NID_ecdsa_with_SHA1,
    +    SHA_DIGEST_LENGTH,
    +    EVP_MD_FLAG_PKEY_DIGEST,
    +    init,
    +    update,
    +    final,
    +    NULL,
    +    NULL,
    +    EVP_PKEY_ECDSA_method,
    +    SHA_CBLOCK,
    +    sizeof(EVP_MD *) + sizeof(SHA_CTX),
    +};
     
     const EVP_MD *EVP_ecdsa(void)
    -	{
    -	return(&ecdsa_md);
    -	}
    -#endif
    +{
    +    return (&ecdsa_md);
    +}
     #endif
    diff --git a/openssl/crypto/evp/m_md2.c b/openssl/crypto/evp/m_md2.c
    index 5ce849f16..3c4cd7bf8 100644
    --- a/openssl/crypto/evp/m_md2.c
    +++ b/openssl/crypto/evp/m_md2.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,41 +61,46 @@
     
     #ifndef OPENSSL_NO_MD2
     
    -#include 
    -#include 
    -#include 
    -#include 
    -#ifndef OPENSSL_NO_RSA
    -#include 
    -#endif
    +# include 
    +# include 
    +# include 
    +# include 
    +# ifndef OPENSSL_NO_RSA
    +#  include 
    +# endif
     
     static int init(EVP_MD_CTX *ctx)
    -	{ return MD2_Init(ctx->md_data); }
    +{
    +    return MD2_Init(ctx->md_data);
    +}
     
    -static int update(EVP_MD_CTX *ctx,const void *data,size_t count)
    -	{ return MD2_Update(ctx->md_data,data,count); }
    +static int update(EVP_MD_CTX *ctx, const void *data, size_t count)
    +{
    +    return MD2_Update(ctx->md_data, data, count);
    +}
     
    -static int final(EVP_MD_CTX *ctx,unsigned char *md)
    -	{ return MD2_Final(md,ctx->md_data); }
    +static int final(EVP_MD_CTX *ctx, unsigned char *md)
    +{
    +    return MD2_Final(md, ctx->md_data);
    +}
     
    -static const EVP_MD md2_md=
    -	{
    -	NID_md2,
    -	NID_md2WithRSAEncryption,
    -	MD2_DIGEST_LENGTH,
    -	0,
    -	init,
    -	update,
    -	final,
    -	NULL,
    -	NULL,
    -	EVP_PKEY_RSA_method,
    -	MD2_BLOCK,
    -	sizeof(EVP_MD *)+sizeof(MD2_CTX),
    -	};
    +static const EVP_MD md2_md = {
    +    NID_md2,
    +    NID_md2WithRSAEncryption,
    +    MD2_DIGEST_LENGTH,
    +    0,
    +    init,
    +    update,
    +    final,
    +    NULL,
    +    NULL,
    +    EVP_PKEY_RSA_method,
    +    MD2_BLOCK,
    +    sizeof(EVP_MD *) + sizeof(MD2_CTX),
    +};
     
     const EVP_MD *EVP_md2(void)
    -	{
    -	return(&md2_md);
    -	}
    +{
    +    return (&md2_md);
    +}
     #endif
    diff --git a/openssl/crypto/evp/m_md4.c b/openssl/crypto/evp/m_md4.c
    index 6d47f61b2..851de69f8 100644
    --- a/openssl/crypto/evp/m_md4.c
    +++ b/openssl/crypto/evp/m_md4.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,43 +61,48 @@
     
     #ifndef OPENSSL_NO_MD4
     
    -#include 
    -#include 
    -#include 
    -#include 
    -#ifndef OPENSSL_NO_RSA
    -#include 
    -#endif
    +# include 
    +# include 
    +# include 
    +# include 
    +# ifndef OPENSSL_NO_RSA
    +#  include 
    +# endif
     
    -#include "evp_locl.h"
    +# include "evp_locl.h"
     
     static int init(EVP_MD_CTX *ctx)
    -	{ return MD4_Init(ctx->md_data); }
    +{
    +    return MD4_Init(ctx->md_data);
    +}
     
    -static int update(EVP_MD_CTX *ctx,const void *data,size_t count)
    -	{ return MD4_Update(ctx->md_data,data,count); }
    +static int update(EVP_MD_CTX *ctx, const void *data, size_t count)
    +{
    +    return MD4_Update(ctx->md_data, data, count);
    +}
     
    -static int final(EVP_MD_CTX *ctx,unsigned char *md)
    -	{ return MD4_Final(md,ctx->md_data); }
    +static int final(EVP_MD_CTX *ctx, unsigned char *md)
    +{
    +    return MD4_Final(md, ctx->md_data);
    +}
     
    -static const EVP_MD md4_md=
    -	{
    -	NID_md4,
    -	NID_md4WithRSAEncryption,
    -	MD4_DIGEST_LENGTH,
    -	0,
    -	init,
    -	update,
    -	final,
    -	NULL,
    -	NULL,
    -	EVP_PKEY_RSA_method,
    -	MD4_CBLOCK,
    -	sizeof(EVP_MD *)+sizeof(MD4_CTX),
    -	};
    +static const EVP_MD md4_md = {
    +    NID_md4,
    +    NID_md4WithRSAEncryption,
    +    MD4_DIGEST_LENGTH,
    +    0,
    +    init,
    +    update,
    +    final,
    +    NULL,
    +    NULL,
    +    EVP_PKEY_RSA_method,
    +    MD4_CBLOCK,
    +    sizeof(EVP_MD *) + sizeof(MD4_CTX),
    +};
     
     const EVP_MD *EVP_md4(void)
    -	{
    -	return(&md4_md);
    -	}
    +{
    +    return (&md4_md);
    +}
     #endif
    diff --git a/openssl/crypto/evp/m_md5.c b/openssl/crypto/evp/m_md5.c
    index 9a8bae025..e5d5f71b8 100644
    --- a/openssl/crypto/evp/m_md5.c
    +++ b/openssl/crypto/evp/m_md5.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,42 +61,47 @@
     
     #ifndef OPENSSL_NO_MD5
     
    -#include 
    -#include 
    -#include 
    -#include 
    -#ifndef OPENSSL_NO_RSA
    -#include 
    -#endif
    -#include "evp_locl.h"
    +# include 
    +# include 
    +# include 
    +# include 
    +# ifndef OPENSSL_NO_RSA
    +#  include 
    +# endif
    +# include "evp_locl.h"
     
     static int init(EVP_MD_CTX *ctx)
    -	{ return MD5_Init(ctx->md_data); }
    +{
    +    return MD5_Init(ctx->md_data);
    +}
     
    -static int update(EVP_MD_CTX *ctx,const void *data,size_t count)
    -	{ return MD5_Update(ctx->md_data,data,count); }
    +static int update(EVP_MD_CTX *ctx, const void *data, size_t count)
    +{
    +    return MD5_Update(ctx->md_data, data, count);
    +}
     
    -static int final(EVP_MD_CTX *ctx,unsigned char *md)
    -	{ return MD5_Final(md,ctx->md_data); }
    +static int final(EVP_MD_CTX *ctx, unsigned char *md)
    +{
    +    return MD5_Final(md, ctx->md_data);
    +}
     
    -static const EVP_MD md5_md=
    -	{
    -	NID_md5,
    -	NID_md5WithRSAEncryption,
    -	MD5_DIGEST_LENGTH,
    -	0,
    -	init,
    -	update,
    -	final,
    -	NULL,
    -	NULL,
    -	EVP_PKEY_RSA_method,
    -	MD5_CBLOCK,
    -	sizeof(EVP_MD *)+sizeof(MD5_CTX),
    -	};
    +static const EVP_MD md5_md = {
    +    NID_md5,
    +    NID_md5WithRSAEncryption,
    +    MD5_DIGEST_LENGTH,
    +    0,
    +    init,
    +    update,
    +    final,
    +    NULL,
    +    NULL,
    +    EVP_PKEY_RSA_method,
    +    MD5_CBLOCK,
    +    sizeof(EVP_MD *) + sizeof(MD5_CTX),
    +};
     
     const EVP_MD *EVP_md5(void)
    -	{
    -	return(&md5_md);
    -	}
    +{
    +    return (&md5_md);
    +}
     #endif
    diff --git a/openssl/crypto/evp/m_mdc2.c b/openssl/crypto/evp/m_mdc2.c
    index 3602bed31..94e12a6bd 100644
    --- a/openssl/crypto/evp/m_mdc2.c
    +++ b/openssl/crypto/evp/m_mdc2.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,43 +61,48 @@
     
     #ifndef OPENSSL_NO_MDC2
     
    -#include 
    -#include 
    -#include 
    -#include 
    -#ifndef OPENSSL_NO_RSA
    -#include 
    -#endif
    +# include 
    +# include 
    +# include 
    +# include 
    +# ifndef OPENSSL_NO_RSA
    +#  include 
    +# endif
     
    -#include "evp_locl.h"
    +# include "evp_locl.h"
     
     static int init(EVP_MD_CTX *ctx)
    -	{ return MDC2_Init(ctx->md_data); }
    +{
    +    return MDC2_Init(ctx->md_data);
    +}
     
    -static int update(EVP_MD_CTX *ctx,const void *data,size_t count)
    -	{ return MDC2_Update(ctx->md_data,data,count); }
    +static int update(EVP_MD_CTX *ctx, const void *data, size_t count)
    +{
    +    return MDC2_Update(ctx->md_data, data, count);
    +}
     
    -static int final(EVP_MD_CTX *ctx,unsigned char *md)
    -	{ return MDC2_Final(md,ctx->md_data); }
    +static int final(EVP_MD_CTX *ctx, unsigned char *md)
    +{
    +    return MDC2_Final(md, ctx->md_data);
    +}
     
    -static const EVP_MD mdc2_md=
    -	{
    -	NID_mdc2,
    -	NID_mdc2WithRSA,
    -	MDC2_DIGEST_LENGTH,
    -	0,
    -	init,
    -	update,
    -	final,
    -	NULL,
    -	NULL,
    -	EVP_PKEY_RSA_ASN1_OCTET_STRING_method,
    -	MDC2_BLOCK,
    -	sizeof(EVP_MD *)+sizeof(MDC2_CTX),
    -	};
    +static const EVP_MD mdc2_md = {
    +    NID_mdc2,
    +    NID_mdc2WithRSA,
    +    MDC2_DIGEST_LENGTH,
    +    0,
    +    init,
    +    update,
    +    final,
    +    NULL,
    +    NULL,
    +    EVP_PKEY_RSA_ASN1_OCTET_STRING_method,
    +    MDC2_BLOCK,
    +    sizeof(EVP_MD *) + sizeof(MDC2_CTX),
    +};
     
     const EVP_MD *EVP_mdc2(void)
    -	{
    -	return(&mdc2_md);
    -	}
    +{
    +    return (&mdc2_md);
    +}
     #endif
    diff --git a/openssl/crypto/evp/m_null.c b/openssl/crypto/evp/m_null.c
    index cb0721699..017e1feb0 100644
    --- a/openssl/crypto/evp/m_null.c
    +++ b/openssl/crypto/evp/m_null.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,33 +63,36 @@
     #include 
     
     static int init(EVP_MD_CTX *ctx)
    -	{ return 1; }
    +{
    +    return 1;
    +}
     
    -static int update(EVP_MD_CTX *ctx,const void *data,size_t count)
    -	{ return 1; }
    +static int update(EVP_MD_CTX *ctx, const void *data, size_t count)
    +{
    +    return 1;
    +}
     
    -static int final(EVP_MD_CTX *ctx,unsigned char *md)
    -	{ return 1; }
    +static int final(EVP_MD_CTX *ctx, unsigned char *md)
    +{
    +    return 1;
    +}
     
    -static const EVP_MD null_md=
    -	{
    -	NID_undef,
    -	NID_undef,
    -	0,
    -	0,
    -	init,
    -	update,
    -	final,
    -	NULL,
    -	NULL,
    -	EVP_PKEY_NULL_method,
    -	0,
    -	sizeof(EVP_MD *),
    -	};
    +static const EVP_MD null_md = {
    +    NID_undef,
    +    NID_undef,
    +    0,
    +    0,
    +    init,
    +    update,
    +    final,
    +    NULL,
    +    NULL,
    +    EVP_PKEY_NULL_method,
    +    0,
    +    sizeof(EVP_MD *),
    +};
     
     const EVP_MD *EVP_md_null(void)
    -	{
    -	return(&null_md);
    -	}
    -
    -
    +{
    +    return (&null_md);
    +}
    diff --git a/openssl/crypto/evp/m_ripemd.c b/openssl/crypto/evp/m_ripemd.c
    index 7bf4804cf..81de0ef4e 100644
    --- a/openssl/crypto/evp/m_ripemd.c
    +++ b/openssl/crypto/evp/m_ripemd.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,42 +61,47 @@
     
     #ifndef OPENSSL_NO_RIPEMD
     
    -#include 
    -#include 
    -#include 
    -#include 
    -#ifndef OPENSSL_NO_RSA
    -#include 
    -#endif
    -#include "evp_locl.h"
    +# include 
    +# include 
    +# include 
    +# include 
    +# ifndef OPENSSL_NO_RSA
    +#  include 
    +# endif
    +# include "evp_locl.h"
     
     static int init(EVP_MD_CTX *ctx)
    -	{ return RIPEMD160_Init(ctx->md_data); }
    +{
    +    return RIPEMD160_Init(ctx->md_data);
    +}
     
    -static int update(EVP_MD_CTX *ctx,const void *data,size_t count)
    -	{ return RIPEMD160_Update(ctx->md_data,data,count); }
    +static int update(EVP_MD_CTX *ctx, const void *data, size_t count)
    +{
    +    return RIPEMD160_Update(ctx->md_data, data, count);
    +}
     
    -static int final(EVP_MD_CTX *ctx,unsigned char *md)
    -	{ return RIPEMD160_Final(md,ctx->md_data); }
    +static int final(EVP_MD_CTX *ctx, unsigned char *md)
    +{
    +    return RIPEMD160_Final(md, ctx->md_data);
    +}
     
    -static const EVP_MD ripemd160_md=
    -	{
    -	NID_ripemd160,
    -	NID_ripemd160WithRSA,
    -	RIPEMD160_DIGEST_LENGTH,
    -	0,
    -	init,
    -	update,
    -	final,
    -	NULL,
    -	NULL,
    -	EVP_PKEY_RSA_method,
    -	RIPEMD160_CBLOCK,
    -	sizeof(EVP_MD *)+sizeof(RIPEMD160_CTX),
    -	};
    +static const EVP_MD ripemd160_md = {
    +    NID_ripemd160,
    +    NID_ripemd160WithRSA,
    +    RIPEMD160_DIGEST_LENGTH,
    +    0,
    +    init,
    +    update,
    +    final,
    +    NULL,
    +    NULL,
    +    EVP_PKEY_RSA_method,
    +    RIPEMD160_CBLOCK,
    +    sizeof(EVP_MD *) + sizeof(RIPEMD160_CTX),
    +};
     
     const EVP_MD *EVP_ripemd160(void)
    -	{
    -	return(&ripemd160_md);
    -	}
    +{
    +    return (&ripemd160_md);
    +}
     #endif
    diff --git a/openssl/crypto/evp/m_sha.c b/openssl/crypto/evp/m_sha.c
    index 8769cdd42..e1e22e0c1 100644
    --- a/openssl/crypto/evp/m_sha.c
    +++ b/openssl/crypto/evp/m_sha.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,41 +61,46 @@
     
     #if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA0)
     
    -#include 
    -#include 
    -#include 
    -#ifndef OPENSSL_NO_RSA
    -#include 
    -#endif
    -#include "evp_locl.h"
    +# include 
    +# include 
    +# include 
    +# ifndef OPENSSL_NO_RSA
    +#  include 
    +# endif
    +# include "evp_locl.h"
     
     static int init(EVP_MD_CTX *ctx)
    -	{ return SHA_Init(ctx->md_data); }
    +{
    +    return SHA_Init(ctx->md_data);
    +}
     
    -static int update(EVP_MD_CTX *ctx,const void *data,size_t count)
    -	{ return SHA_Update(ctx->md_data,data,count); }
    +static int update(EVP_MD_CTX *ctx, const void *data, size_t count)
    +{
    +    return SHA_Update(ctx->md_data, data, count);
    +}
     
    -static int final(EVP_MD_CTX *ctx,unsigned char *md)
    -	{ return SHA_Final(md,ctx->md_data); }
    +static int final(EVP_MD_CTX *ctx, unsigned char *md)
    +{
    +    return SHA_Final(md, ctx->md_data);
    +}
     
    -static const EVP_MD sha_md=
    -	{
    -	NID_sha,
    -	NID_shaWithRSAEncryption,
    -	SHA_DIGEST_LENGTH,
    -	0,
    -	init,
    -	update,
    -	final,
    -	NULL,
    -	NULL,
    -	EVP_PKEY_RSA_method,
    -	SHA_CBLOCK,
    -	sizeof(EVP_MD *)+sizeof(SHA_CTX),
    -	};
    +static const EVP_MD sha_md = {
    +    NID_sha,
    +    NID_shaWithRSAEncryption,
    +    SHA_DIGEST_LENGTH,
    +    0,
    +    init,
    +    update,
    +    final,
    +    NULL,
    +    NULL,
    +    EVP_PKEY_RSA_method,
    +    SHA_CBLOCK,
    +    sizeof(EVP_MD *) + sizeof(SHA_CTX),
    +};
     
     const EVP_MD *EVP_sha(void)
    -	{
    -	return(&sha_md);
    -	}
    +{
    +    return (&sha_md);
    +}
     #endif
    diff --git a/openssl/crypto/evp/m_sha1.c b/openssl/crypto/evp/m_sha1.c
    index bd0c01ad3..a74e6b779 100644
    --- a/openssl/crypto/evp/m_sha1.c
    +++ b/openssl/crypto/evp/m_sha1.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -59,151 +59,177 @@
     #include 
     #include "cryptlib.h"
     
    -#ifndef OPENSSL_FIPS
    -
     #ifndef OPENSSL_NO_SHA
     
    -#include 
    -#include 
    -#include 
    -#ifndef OPENSSL_NO_RSA
    -#include 
    -#endif
    -
    +# include 
    +# include 
    +# include 
    +# ifndef OPENSSL_NO_RSA
    +#  include 
    +# endif
     
     static int init(EVP_MD_CTX *ctx)
    -	{ return SHA1_Init(ctx->md_data); }
    -
    -static int update(EVP_MD_CTX *ctx,const void *data,size_t count)
    -	{ return SHA1_Update(ctx->md_data,data,count); }
    -
    -static int final(EVP_MD_CTX *ctx,unsigned char *md)
    -	{ return SHA1_Final(md,ctx->md_data); }
    -
    -static const EVP_MD sha1_md=
    -	{
    -	NID_sha1,
    -	NID_sha1WithRSAEncryption,
    -	SHA_DIGEST_LENGTH,
    -	EVP_MD_FLAG_PKEY_METHOD_SIGNATURE|EVP_MD_FLAG_DIGALGID_ABSENT,
    -	init,
    -	update,
    -	final,
    -	NULL,
    -	NULL,
    -	EVP_PKEY_RSA_method,
    -	SHA_CBLOCK,
    -	sizeof(EVP_MD *)+sizeof(SHA_CTX),
    -	};
    +{
    +    return SHA1_Init(ctx->md_data);
    +}
    +
    +static int update(EVP_MD_CTX *ctx, const void *data, size_t count)
    +{
    +    return SHA1_Update(ctx->md_data, data, count);
    +}
    +
    +static int final(EVP_MD_CTX *ctx, unsigned char *md)
    +{
    +    return SHA1_Final(md, ctx->md_data);
    +}
    +
    +static const EVP_MD sha1_md = {
    +    NID_sha1,
    +    NID_sha1WithRSAEncryption,
    +    SHA_DIGEST_LENGTH,
    +    EVP_MD_FLAG_PKEY_METHOD_SIGNATURE | EVP_MD_FLAG_DIGALGID_ABSENT,
    +    init,
    +    update,
    +    final,
    +    NULL,
    +    NULL,
    +    EVP_PKEY_RSA_method,
    +    SHA_CBLOCK,
    +    sizeof(EVP_MD *) + sizeof(SHA_CTX),
    +};
     
     const EVP_MD *EVP_sha1(void)
    -	{
    -	return(&sha1_md);
    -	}
    +{
    +    return (&sha1_md);
    +}
     #endif
     
     #ifndef OPENSSL_NO_SHA256
     static int init224(EVP_MD_CTX *ctx)
    -	{ return SHA224_Init(ctx->md_data); }
    +{
    +    return SHA224_Init(ctx->md_data);
    +}
    +
     static int init256(EVP_MD_CTX *ctx)
    -	{ return SHA256_Init(ctx->md_data); }
    +{
    +    return SHA256_Init(ctx->md_data);
    +}
    +
     /*
      * Even though there're separate SHA224_[Update|Final], we call
      * SHA256 functions even in SHA224 context. This is what happens
      * there anyway, so we can spare few CPU cycles:-)
      */
    -static int update256(EVP_MD_CTX *ctx,const void *data,size_t count)
    -	{ return SHA256_Update(ctx->md_data,data,count); }
    -static int final256(EVP_MD_CTX *ctx,unsigned char *md)
    -	{ return SHA256_Final(md,ctx->md_data); }
    -
    -static const EVP_MD sha224_md=
    -	{
    -	NID_sha224,
    -	NID_sha224WithRSAEncryption,
    -	SHA224_DIGEST_LENGTH,
    -	EVP_MD_FLAG_PKEY_METHOD_SIGNATURE|EVP_MD_FLAG_DIGALGID_ABSENT,
    -	init224,
    -	update256,
    -	final256,
    -	NULL,
    -	NULL,
    -	EVP_PKEY_RSA_method,
    -	SHA256_CBLOCK,
    -	sizeof(EVP_MD *)+sizeof(SHA256_CTX),
    -	};
    +static int update256(EVP_MD_CTX *ctx, const void *data, size_t count)
    +{
    +    return SHA256_Update(ctx->md_data, data, count);
    +}
    +
    +static int final256(EVP_MD_CTX *ctx, unsigned char *md)
    +{
    +    return SHA256_Final(md, ctx->md_data);
    +}
    +
    +static const EVP_MD sha224_md = {
    +    NID_sha224,
    +    NID_sha224WithRSAEncryption,
    +    SHA224_DIGEST_LENGTH,
    +    EVP_MD_FLAG_PKEY_METHOD_SIGNATURE | EVP_MD_FLAG_DIGALGID_ABSENT,
    +    init224,
    +    update256,
    +    final256,
    +    NULL,
    +    NULL,
    +    EVP_PKEY_RSA_method,
    +    SHA256_CBLOCK,
    +    sizeof(EVP_MD *) + sizeof(SHA256_CTX),
    +};
     
     const EVP_MD *EVP_sha224(void)
    -	{ return(&sha224_md); }
    -
    -static const EVP_MD sha256_md=
    -	{
    -	NID_sha256,
    -	NID_sha256WithRSAEncryption,
    -	SHA256_DIGEST_LENGTH,
    -	EVP_MD_FLAG_PKEY_METHOD_SIGNATURE|EVP_MD_FLAG_DIGALGID_ABSENT,
    -	init256,
    -	update256,
    -	final256,
    -	NULL,
    -	NULL,
    -	EVP_PKEY_RSA_method,
    -	SHA256_CBLOCK,
    -	sizeof(EVP_MD *)+sizeof(SHA256_CTX),
    -	};
    +{
    +    return (&sha224_md);
    +}
    +
    +static const EVP_MD sha256_md = {
    +    NID_sha256,
    +    NID_sha256WithRSAEncryption,
    +    SHA256_DIGEST_LENGTH,
    +    EVP_MD_FLAG_PKEY_METHOD_SIGNATURE | EVP_MD_FLAG_DIGALGID_ABSENT,
    +    init256,
    +    update256,
    +    final256,
    +    NULL,
    +    NULL,
    +    EVP_PKEY_RSA_method,
    +    SHA256_CBLOCK,
    +    sizeof(EVP_MD *) + sizeof(SHA256_CTX),
    +};
     
     const EVP_MD *EVP_sha256(void)
    -	{ return(&sha256_md); }
    -#endif	/* ifndef OPENSSL_NO_SHA256 */
    +{
    +    return (&sha256_md);
    +}
    +#endif                          /* ifndef OPENSSL_NO_SHA256 */
     
     #ifndef OPENSSL_NO_SHA512
     static int init384(EVP_MD_CTX *ctx)
    -	{ return SHA384_Init(ctx->md_data); }
    +{
    +    return SHA384_Init(ctx->md_data);
    +}
    +
     static int init512(EVP_MD_CTX *ctx)
    -	{ return SHA512_Init(ctx->md_data); }
    +{
    +    return SHA512_Init(ctx->md_data);
    +}
    +
     /* See comment in SHA224/256 section */
    -static int update512(EVP_MD_CTX *ctx,const void *data,size_t count)
    -	{ return SHA512_Update(ctx->md_data,data,count); }
    -static int final512(EVP_MD_CTX *ctx,unsigned char *md)
    -	{ return SHA512_Final(md,ctx->md_data); }
    -
    -static const EVP_MD sha384_md=
    -	{
    -	NID_sha384,
    -	NID_sha384WithRSAEncryption,
    -	SHA384_DIGEST_LENGTH,
    -	EVP_MD_FLAG_PKEY_METHOD_SIGNATURE|EVP_MD_FLAG_DIGALGID_ABSENT,
    -	init384,
    -	update512,
    -	final512,
    -	NULL,
    -	NULL,
    -	EVP_PKEY_RSA_method,
    -	SHA512_CBLOCK,
    -	sizeof(EVP_MD *)+sizeof(SHA512_CTX),
    -	};
    +static int update512(EVP_MD_CTX *ctx, const void *data, size_t count)
    +{
    +    return SHA512_Update(ctx->md_data, data, count);
    +}
    +
    +static int final512(EVP_MD_CTX *ctx, unsigned char *md)
    +{
    +    return SHA512_Final(md, ctx->md_data);
    +}
    +
    +static const EVP_MD sha384_md = {
    +    NID_sha384,
    +    NID_sha384WithRSAEncryption,
    +    SHA384_DIGEST_LENGTH,
    +    EVP_MD_FLAG_PKEY_METHOD_SIGNATURE | EVP_MD_FLAG_DIGALGID_ABSENT,
    +    init384,
    +    update512,
    +    final512,
    +    NULL,
    +    NULL,
    +    EVP_PKEY_RSA_method,
    +    SHA512_CBLOCK,
    +    sizeof(EVP_MD *) + sizeof(SHA512_CTX),
    +};
     
     const EVP_MD *EVP_sha384(void)
    -	{ return(&sha384_md); }
    -
    -static const EVP_MD sha512_md=
    -	{
    -	NID_sha512,
    -	NID_sha512WithRSAEncryption,
    -	SHA512_DIGEST_LENGTH,
    -	EVP_MD_FLAG_PKEY_METHOD_SIGNATURE|EVP_MD_FLAG_DIGALGID_ABSENT,
    -	init512,
    -	update512,
    -	final512,
    -	NULL,
    -	NULL,
    -	EVP_PKEY_RSA_method,
    -	SHA512_CBLOCK,
    -	sizeof(EVP_MD *)+sizeof(SHA512_CTX),
    -	};
    +{
    +    return (&sha384_md);
    +}
    +
    +static const EVP_MD sha512_md = {
    +    NID_sha512,
    +    NID_sha512WithRSAEncryption,
    +    SHA512_DIGEST_LENGTH,
    +    EVP_MD_FLAG_PKEY_METHOD_SIGNATURE | EVP_MD_FLAG_DIGALGID_ABSENT,
    +    init512,
    +    update512,
    +    final512,
    +    NULL,
    +    NULL,
    +    EVP_PKEY_RSA_method,
    +    SHA512_CBLOCK,
    +    sizeof(EVP_MD *) + sizeof(SHA512_CTX),
    +};
     
     const EVP_MD *EVP_sha512(void)
    -	{ return(&sha512_md); }
    -#endif	/* ifndef OPENSSL_NO_SHA512 */
    -
    -#endif
    +{
    +    return (&sha512_md);
    +}
    +#endif                          /* ifndef OPENSSL_NO_SHA512 */
    diff --git a/openssl/crypto/evp/m_sigver.c b/openssl/crypto/evp/m_sigver.c
    index 7e2731f4a..4492d207f 100644
    --- a/openssl/crypto/evp/m_sigver.c
    +++ b/openssl/crypto/evp/m_sigver.c
    @@ -1,6 +1,7 @@
     /* m_sigver.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2006.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2006.
      */
     /* ====================================================================
      * Copyright (c) 2006,2007 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -64,137 +65,139 @@
     #include "evp_locl.h"
     
     static int do_sigver_init(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx,
    -			  const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey,
    -			  int ver)
    -	{
    -	if (ctx->pctx == NULL)
    -		ctx->pctx = EVP_PKEY_CTX_new(pkey, e);
    -	if (ctx->pctx == NULL)
    -		return 0;
    +                          const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey,
    +                          int ver)
    +{
    +    if (ctx->pctx == NULL)
    +        ctx->pctx = EVP_PKEY_CTX_new(pkey, e);
    +    if (ctx->pctx == NULL)
    +        return 0;
     
    -	if (type == NULL)
    -		{
    -		int def_nid;
    -		if (EVP_PKEY_get_default_digest_nid(pkey, &def_nid) > 0)
    -			type = EVP_get_digestbynid(def_nid);
    -		}
    +    if (!(ctx->pctx->pmeth->flags & EVP_PKEY_FLAG_SIGCTX_CUSTOM)) {
     
    -	if (type == NULL)
    -		{
    -		EVPerr(EVP_F_DO_SIGVER_INIT, EVP_R_NO_DEFAULT_DIGEST);
    -		return 0;
    -		}
    +        if (type == NULL) {
    +            int def_nid;
    +            if (EVP_PKEY_get_default_digest_nid(pkey, &def_nid) > 0)
    +                type = EVP_get_digestbynid(def_nid);
    +        }
     
    -	if (ver)
    -		{
    -		if (ctx->pctx->pmeth->verifyctx_init)
    -			{
    -			if (ctx->pctx->pmeth->verifyctx_init(ctx->pctx, ctx) <=0)
    -				return 0;
    -			ctx->pctx->operation = EVP_PKEY_OP_VERIFYCTX;
    -			}
    -		else if (EVP_PKEY_verify_init(ctx->pctx) <= 0)
    -			return 0;
    -		}
    -	else
    -		{
    -		if (ctx->pctx->pmeth->signctx_init)
    -			{
    -			if (ctx->pctx->pmeth->signctx_init(ctx->pctx, ctx) <= 0)
    -				return 0;
    -			ctx->pctx->operation = EVP_PKEY_OP_SIGNCTX;
    -			}
    -		else if (EVP_PKEY_sign_init(ctx->pctx) <= 0)
    -			return 0;
    -		}
    -	if (EVP_PKEY_CTX_set_signature_md(ctx->pctx, type) <= 0)
    -		return 0;
    -	if (pctx)
    -		*pctx = ctx->pctx;
    -	if (!EVP_DigestInit_ex(ctx, type, e))
    -		return 0;
    -	return 1;
    -	}
    +        if (type == NULL) {
    +            EVPerr(EVP_F_DO_SIGVER_INIT, EVP_R_NO_DEFAULT_DIGEST);
    +            return 0;
    +        }
    +    }
    +
    +    if (ver) {
    +        if (ctx->pctx->pmeth->verifyctx_init) {
    +            if (ctx->pctx->pmeth->verifyctx_init(ctx->pctx, ctx) <= 0)
    +                return 0;
    +            ctx->pctx->operation = EVP_PKEY_OP_VERIFYCTX;
    +        } else if (EVP_PKEY_verify_init(ctx->pctx) <= 0)
    +            return 0;
    +    } else {
    +        if (ctx->pctx->pmeth->signctx_init) {
    +            if (ctx->pctx->pmeth->signctx_init(ctx->pctx, ctx) <= 0)
    +                return 0;
    +            ctx->pctx->operation = EVP_PKEY_OP_SIGNCTX;
    +        } else if (EVP_PKEY_sign_init(ctx->pctx) <= 0)
    +            return 0;
    +    }
    +    if (EVP_PKEY_CTX_set_signature_md(ctx->pctx, type) <= 0)
    +        return 0;
    +    if (pctx)
    +        *pctx = ctx->pctx;
    +    if (ctx->pctx->pmeth->flags & EVP_PKEY_FLAG_SIGCTX_CUSTOM)
    +        return 1;
    +    if (!EVP_DigestInit_ex(ctx, type, e))
    +        return 0;
    +    return 1;
    +}
     
     int EVP_DigestSignInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx,
    -			const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey)
    -	{
    -	return do_sigver_init(ctx, pctx, type, e, pkey, 0);
    -	}
    +                       const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey)
    +{
    +    return do_sigver_init(ctx, pctx, type, e, pkey, 0);
    +}
     
     int EVP_DigestVerifyInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx,
    -			const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey)
    -	{
    -	return do_sigver_init(ctx, pctx, type, e, pkey, 1);
    -	}
    +                         const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey)
    +{
    +    return do_sigver_init(ctx, pctx, type, e, pkey, 1);
    +}
     
    -int EVP_DigestSignFinal(EVP_MD_CTX *ctx, unsigned char *sigret, size_t *siglen)
    -	{
    -	int sctx, r = 0;
    -	if (ctx->pctx->pmeth->signctx)
    -		sctx = 1;
    -	else
    -		sctx = 0;
    -	if (sigret)
    -		{
    -		EVP_MD_CTX tmp_ctx;
    -		unsigned char md[EVP_MAX_MD_SIZE];
    -		unsigned int mdlen;
    -		EVP_MD_CTX_init(&tmp_ctx);
    -		if (!EVP_MD_CTX_copy_ex(&tmp_ctx,ctx))
    -		     	return 0;
    -		if (sctx)
    -			r = tmp_ctx.pctx->pmeth->signctx(tmp_ctx.pctx,
    -					sigret, siglen, &tmp_ctx);
    -		else
    -			r = EVP_DigestFinal_ex(&tmp_ctx,md,&mdlen);
    -		EVP_MD_CTX_cleanup(&tmp_ctx);
    -		if (sctx || !r)
    -			return r;
    -		if (EVP_PKEY_sign(ctx->pctx, sigret, siglen, md, mdlen) <= 0)
    -			return 0;
    -		}
    -	else
    -		{
    -		if (sctx)
    -			{
    -			if (ctx->pctx->pmeth->signctx(ctx->pctx, sigret, siglen, ctx) <= 0)
    -				return 0;
    -			}
    -		else
    -			{
    -			int s = EVP_MD_size(ctx->digest);
    -			if (s < 0 || EVP_PKEY_sign(ctx->pctx, sigret, siglen, NULL, s) <= 0)
    -				return 0;
    -			}
    -		}
    -	return 1;
    -	}
    +int EVP_DigestSignFinal(EVP_MD_CTX *ctx, unsigned char *sigret,
    +                        size_t *siglen)
    +{
    +    int sctx, r = 0;
    +    EVP_PKEY_CTX *pctx = ctx->pctx;
    +    if (pctx->pmeth->flags & EVP_PKEY_FLAG_SIGCTX_CUSTOM) {
    +        EVP_PKEY_CTX *dctx;
    +        if (!sigret)
    +            return pctx->pmeth->signctx(pctx, sigret, siglen, ctx);
    +        dctx = EVP_PKEY_CTX_dup(ctx->pctx);
    +        if (!dctx)
    +            return 0;
    +        r = dctx->pmeth->signctx(dctx, sigret, siglen, ctx);
    +        EVP_PKEY_CTX_free(dctx);
    +        return r;
    +    }
    +    if (pctx->pmeth->signctx)
    +        sctx = 1;
    +    else
    +        sctx = 0;
    +    if (sigret) {
    +        EVP_MD_CTX tmp_ctx;
    +        unsigned char md[EVP_MAX_MD_SIZE];
    +        unsigned int mdlen;
    +        EVP_MD_CTX_init(&tmp_ctx);
    +        if (!EVP_MD_CTX_copy_ex(&tmp_ctx, ctx))
    +            return 0;
    +        if (sctx)
    +            r = tmp_ctx.pctx->pmeth->signctx(tmp_ctx.pctx,
    +                                             sigret, siglen, &tmp_ctx);
    +        else
    +            r = EVP_DigestFinal_ex(&tmp_ctx, md, &mdlen);
    +        EVP_MD_CTX_cleanup(&tmp_ctx);
    +        if (sctx || !r)
    +            return r;
    +        if (EVP_PKEY_sign(ctx->pctx, sigret, siglen, md, mdlen) <= 0)
    +            return 0;
    +    } else {
    +        if (sctx) {
    +            if (pctx->pmeth->signctx(pctx, sigret, siglen, ctx) <= 0)
    +                return 0;
    +        } else {
    +            int s = EVP_MD_size(ctx->digest);
    +            if (s < 0 || EVP_PKEY_sign(pctx, sigret, siglen, NULL, s) <= 0)
    +                return 0;
    +        }
    +    }
    +    return 1;
    +}
     
    -int EVP_DigestVerifyFinal(EVP_MD_CTX *ctx, unsigned char *sig, size_t siglen)
    -	{
    -	EVP_MD_CTX tmp_ctx;
    -	unsigned char md[EVP_MAX_MD_SIZE];
    -	int r;
    -	unsigned int mdlen;
    -	int vctx;
    +int EVP_DigestVerifyFinal(EVP_MD_CTX *ctx, const unsigned char *sig,
    +                          size_t siglen)
    +{
    +    EVP_MD_CTX tmp_ctx;
    +    unsigned char md[EVP_MAX_MD_SIZE];
    +    int r;
    +    unsigned int mdlen;
    +    int vctx;
     
    -	if (ctx->pctx->pmeth->verifyctx)
    -		vctx = 1;
    -	else
    -		vctx = 0;
    -	EVP_MD_CTX_init(&tmp_ctx);
    -	if (!EVP_MD_CTX_copy_ex(&tmp_ctx,ctx))
    -		return -1;	
    -	if (vctx)
    -		{
    -		r = tmp_ctx.pctx->pmeth->verifyctx(tmp_ctx.pctx,
    -					sig, siglen, &tmp_ctx);
    -		}
    -	else
    -		r = EVP_DigestFinal_ex(&tmp_ctx,md,&mdlen);
    -	EVP_MD_CTX_cleanup(&tmp_ctx);
    -	if (vctx || !r)
    -		return r;
    -	return EVP_PKEY_verify(ctx->pctx, sig, siglen, md, mdlen);
    -	}
    +    if (ctx->pctx->pmeth->verifyctx)
    +        vctx = 1;
    +    else
    +        vctx = 0;
    +    EVP_MD_CTX_init(&tmp_ctx);
    +    if (!EVP_MD_CTX_copy_ex(&tmp_ctx, ctx))
    +        return -1;
    +    if (vctx) {
    +        r = tmp_ctx.pctx->pmeth->verifyctx(tmp_ctx.pctx,
    +                                           sig, siglen, &tmp_ctx);
    +    } else
    +        r = EVP_DigestFinal_ex(&tmp_ctx, md, &mdlen);
    +    EVP_MD_CTX_cleanup(&tmp_ctx);
    +    if (vctx || !r)
    +        return r;
    +    return EVP_PKEY_verify(ctx->pctx, sig, siglen, md, mdlen);
    +}
    diff --git a/openssl/crypto/evp/m_wp.c b/openssl/crypto/evp/m_wp.c
    index c51bc2d5d..a890939ec 100644
    --- a/openssl/crypto/evp/m_wp.c
    +++ b/openssl/crypto/evp/m_wp.c
    @@ -5,39 +5,44 @@
     
     #ifndef OPENSSL_NO_WHIRLPOOL
     
    -#include 
    -#include 
    -#include 
    -#include 
    -#include "evp_locl.h"
    +# include 
    +# include 
    +# include 
    +# include 
    +# include "evp_locl.h"
     
     static int init(EVP_MD_CTX *ctx)
    -	{ return WHIRLPOOL_Init(ctx->md_data); }
    -
    -static int update(EVP_MD_CTX *ctx,const void *data,size_t count)
    -	{ return WHIRLPOOL_Update(ctx->md_data,data,count); }
    -
    -static int final(EVP_MD_CTX *ctx,unsigned char *md)
    -	{ return WHIRLPOOL_Final(md,ctx->md_data); }
    -
    -static const EVP_MD whirlpool_md=
    -	{
    -	NID_whirlpool,
    -	0,
    -	WHIRLPOOL_DIGEST_LENGTH,
    -	0,
    -	init,
    -	update,
    -	final,
    -	NULL,
    -	NULL,
    -	EVP_PKEY_NULL_method,
    -	WHIRLPOOL_BBLOCK/8,
    -	sizeof(EVP_MD *)+sizeof(WHIRLPOOL_CTX),
    -	};
    +{
    +    return WHIRLPOOL_Init(ctx->md_data);
    +}
    +
    +static int update(EVP_MD_CTX *ctx, const void *data, size_t count)
    +{
    +    return WHIRLPOOL_Update(ctx->md_data, data, count);
    +}
    +
    +static int final(EVP_MD_CTX *ctx, unsigned char *md)
    +{
    +    return WHIRLPOOL_Final(md, ctx->md_data);
    +}
    +
    +static const EVP_MD whirlpool_md = {
    +    NID_whirlpool,
    +    0,
    +    WHIRLPOOL_DIGEST_LENGTH,
    +    0,
    +    init,
    +    update,
    +    final,
    +    NULL,
    +    NULL,
    +    EVP_PKEY_NULL_method,
    +    WHIRLPOOL_BBLOCK / 8,
    +    sizeof(EVP_MD *) + sizeof(WHIRLPOOL_CTX),
    +};
     
     const EVP_MD *EVP_whirlpool(void)
    -	{
    -	return(&whirlpool_md);
    -	}
    +{
    +    return (&whirlpool_md);
    +}
     #endif
    diff --git a/openssl/crypto/evp/names.c b/openssl/crypto/evp/names.c
    index 6311ad7cf..ff115a31c 100644
    --- a/openssl/crypto/evp/names.c
    +++ b/openssl/crypto/evp/names.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,144 +63,153 @@
     #include 
     
     int EVP_add_cipher(const EVP_CIPHER *c)
    -	{
    -	int r;
    -
    -	if (c == NULL) return 0;
    +{
    +    int r;
     
    -	OPENSSL_init();
    +    if (c == NULL)
    +        return 0;
     
    -	r=OBJ_NAME_add(OBJ_nid2sn(c->nid),OBJ_NAME_TYPE_CIPHER_METH,(const char *)c);
    -	if (r == 0) return(0);
    -	check_defer(c->nid);
    -	r=OBJ_NAME_add(OBJ_nid2ln(c->nid),OBJ_NAME_TYPE_CIPHER_METH,(const char *)c);
    -	return(r);
    -	}
    +    OPENSSL_init();
     
    +    r = OBJ_NAME_add(OBJ_nid2sn(c->nid), OBJ_NAME_TYPE_CIPHER_METH,
    +                     (const char *)c);
    +    if (r == 0)
    +        return (0);
    +    check_defer(c->nid);
    +    r = OBJ_NAME_add(OBJ_nid2ln(c->nid), OBJ_NAME_TYPE_CIPHER_METH,
    +                     (const char *)c);
    +    return (r);
    +}
     
     int EVP_add_digest(const EVP_MD *md)
    -	{
    -	int r;
    -	const char *name;
    -	OPENSSL_init();
    -
    -	name=OBJ_nid2sn(md->type);
    -	r=OBJ_NAME_add(name,OBJ_NAME_TYPE_MD_METH,(const char *)md);
    -	if (r == 0) return(0);
    -	check_defer(md->type);
    -	r=OBJ_NAME_add(OBJ_nid2ln(md->type),OBJ_NAME_TYPE_MD_METH,(const char *)md);
    -	if (r == 0) return(0);
    -
    -	if (md->pkey_type && md->type != md->pkey_type)
    -		{
    -		r=OBJ_NAME_add(OBJ_nid2sn(md->pkey_type),
    -			OBJ_NAME_TYPE_MD_METH|OBJ_NAME_ALIAS,name);
    -		if (r == 0) return(0);
    -		check_defer(md->pkey_type);
    -		r=OBJ_NAME_add(OBJ_nid2ln(md->pkey_type),
    -			OBJ_NAME_TYPE_MD_METH|OBJ_NAME_ALIAS,name);
    -		}
    -	return(r);
    -	}
    +{
    +    int r;
    +    const char *name;
    +    OPENSSL_init();
    +
    +    name = OBJ_nid2sn(md->type);
    +    r = OBJ_NAME_add(name, OBJ_NAME_TYPE_MD_METH, (const char *)md);
    +    if (r == 0)
    +        return (0);
    +    check_defer(md->type);
    +    r = OBJ_NAME_add(OBJ_nid2ln(md->type), OBJ_NAME_TYPE_MD_METH,
    +                     (const char *)md);
    +    if (r == 0)
    +        return (0);
    +
    +    if (md->pkey_type && md->type != md->pkey_type) {
    +        r = OBJ_NAME_add(OBJ_nid2sn(md->pkey_type),
    +                         OBJ_NAME_TYPE_MD_METH | OBJ_NAME_ALIAS, name);
    +        if (r == 0)
    +            return (0);
    +        check_defer(md->pkey_type);
    +        r = OBJ_NAME_add(OBJ_nid2ln(md->pkey_type),
    +                         OBJ_NAME_TYPE_MD_METH | OBJ_NAME_ALIAS, name);
    +    }
    +    return (r);
    +}
     
     const EVP_CIPHER *EVP_get_cipherbyname(const char *name)
    -	{
    -	const EVP_CIPHER *cp;
    +{
    +    const EVP_CIPHER *cp;
     
    -	cp=(const EVP_CIPHER *)OBJ_NAME_get(name,OBJ_NAME_TYPE_CIPHER_METH);
    -	return(cp);
    -	}
    +    cp = (const EVP_CIPHER *)OBJ_NAME_get(name, OBJ_NAME_TYPE_CIPHER_METH);
    +    return (cp);
    +}
     
     const EVP_MD *EVP_get_digestbyname(const char *name)
    -	{
    -	const EVP_MD *cp;
    +{
    +    const EVP_MD *cp;
     
    -	cp=(const EVP_MD *)OBJ_NAME_get(name,OBJ_NAME_TYPE_MD_METH);
    -	return(cp);
    -	}
    +    cp = (const EVP_MD *)OBJ_NAME_get(name, OBJ_NAME_TYPE_MD_METH);
    +    return (cp);
    +}
     
     void EVP_cleanup(void)
    -	{
    -	OBJ_NAME_cleanup(OBJ_NAME_TYPE_CIPHER_METH);
    -	OBJ_NAME_cleanup(OBJ_NAME_TYPE_MD_METH);
    -	/* The above calls will only clean out the contents of the name
    -	   hash table, but not the hash table itself.  The following line
    -	   does that part.  -- Richard Levitte */
    -	OBJ_NAME_cleanup(-1);
    -
    -	EVP_PBE_cleanup();
    -	if (obj_cleanup_defer == 2)
    -		{
    -		obj_cleanup_defer = 0;
    -		OBJ_cleanup();
    -		}
    -	OBJ_sigid_free();
    -	}
    -
    -struct doall_cipher
    -	{
    -	void *arg;
    -	void (*fn)(const EVP_CIPHER *ciph,
    -			const char *from, const char *to, void *arg);
    -	};
    +{
    +    OBJ_NAME_cleanup(OBJ_NAME_TYPE_CIPHER_METH);
    +    OBJ_NAME_cleanup(OBJ_NAME_TYPE_MD_METH);
    +    /*
    +     * The above calls will only clean out the contents of the name hash
    +     * table, but not the hash table itself.  The following line does that
    +     * part.  -- Richard Levitte
    +     */
    +    OBJ_NAME_cleanup(-1);
    +
    +    EVP_PBE_cleanup();
    +    if (obj_cleanup_defer == 2) {
    +        obj_cleanup_defer = 0;
    +        OBJ_cleanup();
    +    }
    +    OBJ_sigid_free();
    +}
    +
    +struct doall_cipher {
    +    void *arg;
    +    void (*fn) (const EVP_CIPHER *ciph,
    +                const char *from, const char *to, void *arg);
    +};
     
     static void do_all_cipher_fn(const OBJ_NAME *nm, void *arg)
    -	{
    -	struct doall_cipher *dc = arg;
    -	if (nm->alias)
    -		dc->fn(NULL, nm->name, nm->data, dc->arg);
    -	else
    -		dc->fn((const EVP_CIPHER *)nm->data, nm->name, NULL, dc->arg);
    -	}
    -
    -void EVP_CIPHER_do_all(void (*fn)(const EVP_CIPHER *ciph,
    -		const char *from, const char *to, void *x), void *arg)
    -	{
    -	struct doall_cipher dc;
    -	dc.fn = fn;
    -	dc.arg = arg;
    -	OBJ_NAME_do_all(OBJ_NAME_TYPE_CIPHER_METH, do_all_cipher_fn, &dc);
    -	}
    -
    -void EVP_CIPHER_do_all_sorted(void (*fn)(const EVP_CIPHER *ciph,
    -		const char *from, const char *to, void *x), void *arg)
    -	{
    -	struct doall_cipher dc;
    -	dc.fn = fn;
    -	dc.arg = arg;
    -	OBJ_NAME_do_all_sorted(OBJ_NAME_TYPE_CIPHER_METH, do_all_cipher_fn,&dc);
    -	}
    -
    -struct doall_md
    -	{
    -	void *arg;
    -	void (*fn)(const EVP_MD *ciph,
    -			const char *from, const char *to, void *arg);
    -	};
    +{
    +    struct doall_cipher *dc = arg;
    +    if (nm->alias)
    +        dc->fn(NULL, nm->name, nm->data, dc->arg);
    +    else
    +        dc->fn((const EVP_CIPHER *)nm->data, nm->name, NULL, dc->arg);
    +}
    +
    +void EVP_CIPHER_do_all(void (*fn) (const EVP_CIPHER *ciph,
    +                                   const char *from, const char *to, void *x),
    +                       void *arg)
    +{
    +    struct doall_cipher dc;
    +    dc.fn = fn;
    +    dc.arg = arg;
    +    OBJ_NAME_do_all(OBJ_NAME_TYPE_CIPHER_METH, do_all_cipher_fn, &dc);
    +}
    +
    +void EVP_CIPHER_do_all_sorted(void (*fn) (const EVP_CIPHER *ciph,
    +                                          const char *from, const char *to,
    +                                          void *x), void *arg)
    +{
    +    struct doall_cipher dc;
    +    dc.fn = fn;
    +    dc.arg = arg;
    +    OBJ_NAME_do_all_sorted(OBJ_NAME_TYPE_CIPHER_METH, do_all_cipher_fn, &dc);
    +}
    +
    +struct doall_md {
    +    void *arg;
    +    void (*fn) (const EVP_MD *ciph,
    +                const char *from, const char *to, void *arg);
    +};
     
     static void do_all_md_fn(const OBJ_NAME *nm, void *arg)
    -	{
    -	struct doall_md *dc = arg;
    -	if (nm->alias)
    -		dc->fn(NULL, nm->name, nm->data, dc->arg);
    -	else
    -		dc->fn((const EVP_MD *)nm->data, nm->name, NULL, dc->arg);
    -	}
    -
    -void EVP_MD_do_all(void (*fn)(const EVP_MD *md,
    -		const char *from, const char *to, void *x), void *arg)
    -	{
    -	struct doall_md dc;
    -	dc.fn = fn;
    -	dc.arg = arg;
    -	OBJ_NAME_do_all(OBJ_NAME_TYPE_MD_METH, do_all_md_fn, &dc);
    -	}
    -
    -void EVP_MD_do_all_sorted(void (*fn)(const EVP_MD *md,
    -		const char *from, const char *to, void *x), void *arg)
    -	{
    -	struct doall_md dc;
    -	dc.fn = fn;
    -	dc.arg = arg;
    -	OBJ_NAME_do_all_sorted(OBJ_NAME_TYPE_MD_METH, do_all_md_fn, &dc);
    -	}
    +{
    +    struct doall_md *dc = arg;
    +    if (nm->alias)
    +        dc->fn(NULL, nm->name, nm->data, dc->arg);
    +    else
    +        dc->fn((const EVP_MD *)nm->data, nm->name, NULL, dc->arg);
    +}
    +
    +void EVP_MD_do_all(void (*fn) (const EVP_MD *md,
    +                               const char *from, const char *to, void *x),
    +                   void *arg)
    +{
    +    struct doall_md dc;
    +    dc.fn = fn;
    +    dc.arg = arg;
    +    OBJ_NAME_do_all(OBJ_NAME_TYPE_MD_METH, do_all_md_fn, &dc);
    +}
    +
    +void EVP_MD_do_all_sorted(void (*fn) (const EVP_MD *md,
    +                                      const char *from, const char *to,
    +                                      void *x), void *arg)
    +{
    +    struct doall_md dc;
    +    dc.fn = fn;
    +    dc.arg = arg;
    +    OBJ_NAME_do_all_sorted(OBJ_NAME_TYPE_MD_METH, do_all_md_fn, &dc);
    +}
    diff --git a/openssl/crypto/evp/openbsd_hw.c b/openssl/crypto/evp/openbsd_hw.c
    index 3831a5731..75d12e233 100644
    --- a/openssl/crypto/evp/openbsd_hw.c
    +++ b/openssl/crypto/evp/openbsd_hw.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -52,212 +52,204 @@
     #include 
     #include "evp_locl.h"
     
    -/* This stuff should now all be supported through
    - * crypto/engine/hw_openbsd_dev_crypto.c unless I botched it up */
    -static void *dummy=&dummy;
    +/*
    + * This stuff should now all be supported through
    + * crypto/engine/hw_openbsd_dev_crypto.c unless I botched it up
    + */
    +static void *dummy = &dummy;
     
     #if 0
     
     /* check flag after OpenSSL headers to ensure make depend works */
    -#ifdef OPENSSL_OPENBSD_DEV_CRYPTO
    +# ifdef OPENSSL_OPENBSD_DEV_CRYPTO
     
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    +#  include 
    +#  include 
    +#  include 
    +#  include 
    +#  include 
    +#  include 
    +#  include 
     
     /* longest key supported in hardware */
    -#define MAX_HW_KEY	24
    -#define MAX_HW_IV	8
    +#  define MAX_HW_KEY      24
    +#  define MAX_HW_IV       8
     
    -#define MD5_DIGEST_LENGTH	16
    -#define MD5_CBLOCK		64
    +#  define MD5_DIGEST_LENGTH       16
    +#  define MD5_CBLOCK              64
     
     static int fd;
     static int dev_failed;
     
     typedef struct session_op session_op;
     
    -#define CDATA(ctx) EVP_C_DATA(session_op,ctx)
    +#  define CDATA(ctx) EVP_C_DATA(session_op,ctx)
     
     static void err(const char *str)
    -    {
    -    fprintf(stderr,"%s: errno %d\n",str,errno);
    -    }
    +{
    +    fprintf(stderr, "%s: errno %d\n", str, errno);
    +}
     
     static int dev_crypto_init(session_op *ses)
    -    {
    -    if(dev_failed)
    -	return 0;
    -    if(!fd)
    -	{
    -	int cryptodev_fd;
    -
    -        if ((cryptodev_fd=open("/dev/crypto",O_RDWR,0)) < 0)
    -	    {
    -	    err("/dev/crypto");
    -	    dev_failed=1;
    -	    return 0;
    -	    }
    -        if (ioctl(cryptodev_fd,CRIOGET,&fd) == -1)
    -	    {
    -	    err("CRIOGET failed");
    -	    close(cryptodev_fd);
    -	    dev_failed=1;
    -	    return 0;
    -	    }
    -	close(cryptodev_fd);
    -	}
    +{
    +    if (dev_failed)
    +        return 0;
    +    if (!fd) {
    +        int cryptodev_fd;
    +
    +        if ((cryptodev_fd = open("/dev/crypto", O_RDWR, 0)) < 0) {
    +            err("/dev/crypto");
    +            dev_failed = 1;
    +            return 0;
    +        }
    +        if (ioctl(cryptodev_fd, CRIOGET, &fd) == -1) {
    +            err("CRIOGET failed");
    +            close(cryptodev_fd);
    +            dev_failed = 1;
    +            return 0;
    +        }
    +        close(cryptodev_fd);
    +    }
         assert(ses);
    -    memset(ses,'\0',sizeof *ses);
    +    memset(ses, '\0', sizeof *ses);
     
         return 1;
    -    }
    +}
     
     static int dev_crypto_cleanup(EVP_CIPHER_CTX *ctx)
    -    {
    -    if(ioctl(fd,CIOCFSESSION,&CDATA(ctx)->ses) == -1)
    -	err("CIOCFSESSION failed");
    +{
    +    if (ioctl(fd, CIOCFSESSION, &CDATA(ctx)->ses) == -1)
    +        err("CIOCFSESSION failed");
     
         OPENSSL_free(CDATA(ctx)->key);
     
         return 1;
    -    }
    +}
     
    -static int dev_crypto_init_key(EVP_CIPHER_CTX *ctx,int cipher,
    -			       const unsigned char *key,int klen)
    -    {
    -    if(!dev_crypto_init(CDATA(ctx)))
    -	return 0;
    +static int dev_crypto_init_key(EVP_CIPHER_CTX *ctx, int cipher,
    +                               const unsigned char *key, int klen)
    +{
    +    if (!dev_crypto_init(CDATA(ctx)))
    +        return 0;
     
    -    CDATA(ctx)->key=OPENSSL_malloc(MAX_HW_KEY);
    +    CDATA(ctx)->key = OPENSSL_malloc(MAX_HW_KEY);
     
         assert(ctx->cipher->iv_len <= MAX_HW_IV);
     
    -    memcpy(CDATA(ctx)->key,key,klen);
    -    
    -    CDATA(ctx)->cipher=cipher;
    -    CDATA(ctx)->keylen=klen;
    +    memcpy(CDATA(ctx)->key, key, klen);
     
    -    if (ioctl(fd,CIOCGSESSION,CDATA(ctx)) == -1)
    -	{
    -	err("CIOCGSESSION failed");
    -	return 0;
    -	}
    -    return 1;
    +    CDATA(ctx)->cipher = cipher;
    +    CDATA(ctx)->keylen = klen;
    +
    +    if (ioctl(fd, CIOCGSESSION, CDATA(ctx)) == -1) {
    +        err("CIOCGSESSION failed");
    +        return 0;
         }
    +    return 1;
    +}
     
    -static int dev_crypto_cipher(EVP_CIPHER_CTX *ctx,unsigned char *out,
    -			     const unsigned char *in,unsigned int inl)
    -    {
    +static int dev_crypto_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                             const unsigned char *in, unsigned int inl)
    +{
         struct crypt_op cryp;
         unsigned char lb[MAX_HW_IV];
     
    -    if(!inl)
    -	return 1;
    +    if (!inl)
    +        return 1;
     
         assert(CDATA(ctx));
         assert(!dev_failed);
     
    -    memset(&cryp,'\0',sizeof cryp);
    -    cryp.ses=CDATA(ctx)->ses;
    -    cryp.op=ctx->encrypt ? COP_ENCRYPT : COP_DECRYPT;
    -    cryp.flags=0;
    -    cryp.len=inl;
    -    assert((inl&(ctx->cipher->block_size-1)) == 0);
    -    cryp.src=(caddr_t)in;
    -    cryp.dst=(caddr_t)out;
    -    cryp.mac=0;
    -    if(ctx->cipher->iv_len)
    -	cryp.iv=(caddr_t)ctx->iv;
    -
    -    if(!ctx->encrypt)
    -	memcpy(lb,&in[cryp.len-ctx->cipher->iv_len],ctx->cipher->iv_len);
    -
    -    if(ioctl(fd, CIOCCRYPT, &cryp) == -1)
    -	{
    -	if(errno == EINVAL) /* buffers are misaligned */
    -	    {
    -	    unsigned int cinl=0;
    -	    char *cin=NULL;
    -	    char *cout=NULL;
    -
    -	    /* NB: this can only make cinl != inl with stream ciphers */
    -	    cinl=(inl+3)/4*4;
    -
    -	    if(((unsigned long)in&3) || cinl != inl)
    -		{
    -		cin=OPENSSL_malloc(cinl);
    -		memcpy(cin,in,inl);
    -		cryp.src=cin;
    -		}
    -
    -	    if(((unsigned long)out&3) || cinl != inl)
    -		{
    -		cout=OPENSSL_malloc(cinl);
    -		cryp.dst=cout;
    -		}
    -
    -	    cryp.len=cinl;
    -
    -	    if(ioctl(fd, CIOCCRYPT, &cryp) == -1)
    -		{
    -		err("CIOCCRYPT(2) failed");
    -		printf("src=%p dst=%p\n",cryp.src,cryp.dst);
    -		abort();
    -		return 0;
    -		}
    -		
    -	    if(cout)
    -		{
    -		memcpy(out,cout,inl);
    -		OPENSSL_free(cout);
    -		}
    -	    if(cin)
    -		OPENSSL_free(cin);
    -	    }
    -	else 
    -	    {	    
    -	    err("CIOCCRYPT failed");
    -	    abort();
    -	    return 0;
    -	    }
    -	}
    -
    -    if(ctx->encrypt)
    -	memcpy(ctx->iv,&out[cryp.len-ctx->cipher->iv_len],ctx->cipher->iv_len);
    +    memset(&cryp, '\0', sizeof cryp);
    +    cryp.ses = CDATA(ctx)->ses;
    +    cryp.op = ctx->encrypt ? COP_ENCRYPT : COP_DECRYPT;
    +    cryp.flags = 0;
    +    cryp.len = inl;
    +    assert((inl & (ctx->cipher->block_size - 1)) == 0);
    +    cryp.src = (caddr_t) in;
    +    cryp.dst = (caddr_t) out;
    +    cryp.mac = 0;
    +    if (ctx->cipher->iv_len)
    +        cryp.iv = (caddr_t) ctx->iv;
    +
    +    if (!ctx->encrypt)
    +        memcpy(lb, &in[cryp.len - ctx->cipher->iv_len], ctx->cipher->iv_len);
    +
    +    if (ioctl(fd, CIOCCRYPT, &cryp) == -1) {
    +        if (errno == EINVAL) {  /* buffers are misaligned */
    +            unsigned int cinl = 0;
    +            char *cin = NULL;
    +            char *cout = NULL;
    +
    +            /* NB: this can only make cinl != inl with stream ciphers */
    +            cinl = (inl + 3) / 4 * 4;
    +
    +            if (((unsigned long)in & 3) || cinl != inl) {
    +                cin = OPENSSL_malloc(cinl);
    +                memcpy(cin, in, inl);
    +                cryp.src = cin;
    +            }
    +
    +            if (((unsigned long)out & 3) || cinl != inl) {
    +                cout = OPENSSL_malloc(cinl);
    +                cryp.dst = cout;
    +            }
    +
    +            cryp.len = cinl;
    +
    +            if (ioctl(fd, CIOCCRYPT, &cryp) == -1) {
    +                err("CIOCCRYPT(2) failed");
    +                printf("src=%p dst=%p\n", cryp.src, cryp.dst);
    +                abort();
    +                return 0;
    +            }
    +
    +            if (cout) {
    +                memcpy(out, cout, inl);
    +                OPENSSL_free(cout);
    +            }
    +            if (cin)
    +                OPENSSL_free(cin);
    +        } else {
    +            err("CIOCCRYPT failed");
    +            abort();
    +            return 0;
    +        }
    +    }
    +
    +    if (ctx->encrypt)
    +        memcpy(ctx->iv, &out[cryp.len - ctx->cipher->iv_len],
    +               ctx->cipher->iv_len);
         else
    -	memcpy(ctx->iv,lb,ctx->cipher->iv_len);
    +        memcpy(ctx->iv, lb, ctx->cipher->iv_len);
     
         return 1;
    -    }
    +}
     
     static int dev_crypto_des_ede3_init_key(EVP_CIPHER_CTX *ctx,
    -					const unsigned char *key,
    -					const unsigned char *iv, int enc)
    -    { return dev_crypto_init_key(ctx,CRYPTO_3DES_CBC,key,24); }
    +                                        const unsigned char *key,
    +                                        const unsigned char *iv, int enc)
    +{
    +    return dev_crypto_init_key(ctx, CRYPTO_3DES_CBC, key, 24);
    +}
     
    -#define dev_crypto_des_ede3_cbc_cipher dev_crypto_cipher
    +#  define dev_crypto_des_ede3_cbc_cipher dev_crypto_cipher
     
     BLOCK_CIPHER_def_cbc(dev_crypto_des_ede3, session_op, NID_des_ede3, 8, 24, 8,
    -		     0, dev_crypto_des_ede3_init_key,
    -		     dev_crypto_cleanup, 
    -		     EVP_CIPHER_set_asn1_iv,
    -		     EVP_CIPHER_get_asn1_iv,
    -		     NULL)
    +                     0, dev_crypto_des_ede3_init_key,
    +                     dev_crypto_cleanup,
    +                     EVP_CIPHER_set_asn1_iv, EVP_CIPHER_get_asn1_iv, NULL)
     
     static int dev_crypto_rc4_init_key(EVP_CIPHER_CTX *ctx,
    -					const unsigned char *key,
    -					const unsigned char *iv, int enc)
    -    { return dev_crypto_init_key(ctx,CRYPTO_ARC4,key,16); }
    +                                   const unsigned char *key,
    +                                   const unsigned char *iv, int enc)
    +{
    +    return dev_crypto_init_key(ctx, CRYPTO_ARC4, key, 16);
    +}
     
    -static const EVP_CIPHER r4_cipher=
    -    {
    +static const EVP_CIPHER r4_cipher = {
         NID_rc4,
    -    1,16,0,	/* FIXME: key should be up to 256 bytes */
    +    1, 16, 0,                   /* FIXME: key should be up to 256 bytes */
         EVP_CIPH_VARIABLE_LENGTH,
         dev_crypto_rc4_init_key,
         dev_crypto_cipher,
    @@ -266,169 +258,160 @@ static const EVP_CIPHER r4_cipher=
         NULL,
         NULL,
         NULL
    -    };
    +};
     
     const EVP_CIPHER *EVP_dev_crypto_rc4(void)
    -    { return &r4_cipher; }
    +{
    +    return &r4_cipher;
    +}
     
    -typedef struct
    -    {
    +typedef struct {
         session_op sess;
         char *data;
         int len;
         unsigned char md[EVP_MAX_MD_SIZE];
    -    } MD_DATA;
    +} MD_DATA;
     
    -static int dev_crypto_init_digest(MD_DATA *md_data,int mac)
    -    {
    -    if(!dev_crypto_init(&md_data->sess))
    -	return 0;
    +static int dev_crypto_init_digest(MD_DATA *md_data, int mac)
    +{
    +    if (!dev_crypto_init(&md_data->sess))
    +        return 0;
     
    -    md_data->len=0;
    -    md_data->data=NULL;
    +    md_data->len = 0;
    +    md_data->data = NULL;
     
    -    md_data->sess.mac=mac;
    +    md_data->sess.mac = mac;
     
    -    if (ioctl(fd,CIOCGSESSION,&md_data->sess) == -1)
    -	{
    -	err("CIOCGSESSION failed");
    -	return 0;
    -	}
    -    return 1;
    +    if (ioctl(fd, CIOCGSESSION, &md_data->sess) == -1) {
    +        err("CIOCGSESSION failed");
    +        return 0;
         }
    +    return 1;
    +}
     
     static int dev_crypto_cleanup_digest(MD_DATA *md_data)
    -    {
    -    if (ioctl(fd,CIOCFSESSION,&md_data->sess.ses) == -1)
    -	{
    -	err("CIOCFSESSION failed");
    -	return 0;
    -	}
    +{
    +    if (ioctl(fd, CIOCFSESSION, &md_data->sess.ses) == -1) {
    +        err("CIOCFSESSION failed");
    +        return 0;
    +    }
     
         return 1;
    -    }
    +}
     
     /* FIXME: if device can do chained MACs, then don't accumulate */
     /* FIXME: move accumulation to the framework */
     static int dev_crypto_md5_init(EVP_MD_CTX *ctx)
    -    { return dev_crypto_init_digest(ctx->md_data,CRYPTO_MD5); }
    +{
    +    return dev_crypto_init_digest(ctx->md_data, CRYPTO_MD5);
    +}
     
    -static int do_digest(int ses,unsigned char *md,const void *data,int len)
    -    {
    +static int do_digest(int ses, unsigned char *md, const void *data, int len)
    +{
         struct crypt_op cryp;
    -    static unsigned char md5zero[16]=
    -	{
    -	0xd4,0x1d,0x8c,0xd9,0x8f,0x00,0xb2,0x04,
    -	0xe9,0x80,0x09,0x98,0xec,0xf8,0x42,0x7e
    -	};
    +    static unsigned char md5zero[16] = {
    +        0xd4, 0x1d, 0x8c, 0xd9, 0x8f, 0x00, 0xb2, 0x04,
    +        0xe9, 0x80, 0x09, 0x98, 0xec, 0xf8, 0x42, 0x7e
    +    };
     
         /* some cards can't do zero length */
    -    if(!len)
    -	{
    -	memcpy(md,md5zero,16);
    -	return 1;
    -	}
    -
    -    memset(&cryp,'\0',sizeof cryp);
    -    cryp.ses=ses;
    -    cryp.op=COP_ENCRYPT;/* required to do the MAC rather than check it */
    -    cryp.len=len;
    -    cryp.src=(caddr_t)data;
    -    cryp.dst=(caddr_t)data; // FIXME!!!
    -    cryp.mac=(caddr_t)md;
    -
    -    if(ioctl(fd, CIOCCRYPT, &cryp) == -1)
    -	{
    -	if(errno == EINVAL) /* buffer is misaligned */
    -	    {
    -	    char *dcopy;
    -
    -	    dcopy=OPENSSL_malloc(len);
    -	    memcpy(dcopy,data,len);
    -	    cryp.src=dcopy;
    -	    cryp.dst=cryp.src; // FIXME!!!
    -
    -	    if(ioctl(fd, CIOCCRYPT, &cryp) == -1)
    -		{
    -		err("CIOCCRYPT(MAC2) failed");
    -		abort();
    -		return 0;
    -		}
    -	    OPENSSL_free(dcopy);
    -	    }
    -	else
    -	    {
    -	    err("CIOCCRYPT(MAC) failed");
    -	    abort();
    -	    return 0;
    -	    }
    -	}
    -    //    printf("done\n");
    +    if (!len) {
    +        memcpy(md, md5zero, 16);
    +        return 1;
    +    }
     
    -    return 1;
    +    memset(&cryp, '\0', sizeof cryp);
    +    cryp.ses = ses;
    +    cryp.op = COP_ENCRYPT;      /* required to do the MAC rather than check
    +                                 * it */
    +    cryp.len = len;
    +    cryp.src = (caddr_t) data;
    +    cryp.dst = (caddr_t) data;  // FIXME!!!
    +    cryp.mac = (caddr_t) md;
    +
    +    if (ioctl(fd, CIOCCRYPT, &cryp) == -1) {
    +        if (errno == EINVAL) {  /* buffer is misaligned */
    +            char *dcopy;
    +
    +            dcopy = OPENSSL_malloc(len);
    +            memcpy(dcopy, data, len);
    +            cryp.src = dcopy;
    +            cryp.dst = cryp.src; // FIXME!!!
    +
    +            if (ioctl(fd, CIOCCRYPT, &cryp) == -1) {
    +                err("CIOCCRYPT(MAC2) failed");
    +                abort();
    +                return 0;
    +            }
    +            OPENSSL_free(dcopy);
    +        } else {
    +            err("CIOCCRYPT(MAC) failed");
    +            abort();
    +            return 0;
    +        }
         }
    +    // printf("done\n");
    +
    +    return 1;
    +}
     
    -static int dev_crypto_md5_update(EVP_MD_CTX *ctx,const void *data,
    -				 unsigned long len)
    -    {
    -    MD_DATA *md_data=ctx->md_data;
    +static int dev_crypto_md5_update(EVP_MD_CTX *ctx, const void *data,
    +                                 unsigned long len)
    +{
    +    MD_DATA *md_data = ctx->md_data;
     
    -    if(ctx->flags&EVP_MD_CTX_FLAG_ONESHOT)
    -	return do_digest(md_data->sess.ses,md_data->md,data,len);
    +    if (ctx->flags & EVP_MD_CTX_FLAG_ONESHOT)
    +        return do_digest(md_data->sess.ses, md_data->md, data, len);
     
    -    md_data->data=OPENSSL_realloc(md_data->data,md_data->len+len);
    -    memcpy(md_data->data+md_data->len,data,len);
    -    md_data->len+=len;
    +    md_data->data = OPENSSL_realloc(md_data->data, md_data->len + len);
    +    memcpy(md_data->data + md_data->len, data, len);
    +    md_data->len += len;
     
         return 1;
    -    }	
    +}
     
    -static int dev_crypto_md5_final(EVP_MD_CTX *ctx,unsigned char *md)
    -    {
    +static int dev_crypto_md5_final(EVP_MD_CTX *ctx, unsigned char *md)
    +{
         int ret;
    -    MD_DATA *md_data=ctx->md_data;
    -
    -    if(ctx->flags&EVP_MD_CTX_FLAG_ONESHOT)
    -	{
    -	memcpy(md,md_data->md,MD5_DIGEST_LENGTH);
    -	ret=1;
    -	}
    -    else
    -	{
    -	ret=do_digest(md_data->sess.ses,md,md_data->data,md_data->len);
    -	OPENSSL_free(md_data->data);
    -	md_data->data=NULL;
    -	md_data->len=0;
    -	}
    +    MD_DATA *md_data = ctx->md_data;
    +
    +    if (ctx->flags & EVP_MD_CTX_FLAG_ONESHOT) {
    +        memcpy(md, md_data->md, MD5_DIGEST_LENGTH);
    +        ret = 1;
    +    } else {
    +        ret = do_digest(md_data->sess.ses, md, md_data->data, md_data->len);
    +        OPENSSL_free(md_data->data);
    +        md_data->data = NULL;
    +        md_data->len = 0;
    +    }
     
         return ret;
    -    }
    +}
     
    -static int dev_crypto_md5_copy(EVP_MD_CTX *to,const EVP_MD_CTX *from)
    -    {
    -    const MD_DATA *from_md=from->md_data;
    -    MD_DATA *to_md=to->md_data;
    +static int dev_crypto_md5_copy(EVP_MD_CTX *to, const EVP_MD_CTX *from)
    +{
    +    const MD_DATA *from_md = from->md_data;
    +    MD_DATA *to_md = to->md_data;
     
         // How do we copy sessions?
    -    assert(from->digest->flags&EVP_MD_FLAG_ONESHOT);
    +    assert(from->digest->flags & EVP_MD_FLAG_ONESHOT);
     
    -    to_md->data=OPENSSL_malloc(from_md->len);
    -    memcpy(to_md->data,from_md->data,from_md->len);
    +    to_md->data = OPENSSL_malloc(from_md->len);
    +    memcpy(to_md->data, from_md->data, from_md->len);
     
         return 1;
    -    }
    +}
     
     static int dev_crypto_md5_cleanup(EVP_MD_CTX *ctx)
    -    {
    +{
         return dev_crypto_cleanup_digest(ctx->md_data);
    -    }
    +}
     
    -static const EVP_MD md5_md=
    -    {
    +static const EVP_MD md5_md = {
         NID_md5,
         NID_md5WithRSAEncryption,
         MD5_DIGEST_LENGTH,
    -    EVP_MD_FLAG_ONESHOT,	// XXX: set according to device info...
    +    EVP_MD_FLAG_ONESHOT,        // XXX: set according to device info...
         dev_crypto_md5_init,
         dev_crypto_md5_update,
         dev_crypto_md5_final,
    @@ -437,10 +420,12 @@ static const EVP_MD md5_md=
         EVP_PKEY_RSA_method,
         MD5_CBLOCK,
         sizeof(MD_DATA),
    -    };
    +};
     
     const EVP_MD *EVP_dev_crypto_md5(void)
    -    { return &md5_md; }
    +{
    +    return &md5_md;
    +}
     
    -#endif
    +# endif
     #endif
    diff --git a/openssl/crypto/evp/p5_crpt.c b/openssl/crypto/evp/p5_crpt.c
    index 294cc90d8..d06ab90a3 100644
    --- a/openssl/crypto/evp/p5_crpt.c
    +++ b/openssl/crypto/evp/p5_crpt.c
    @@ -1,6 +1,7 @@
     /* p5_crpt.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,7 +63,8 @@
     #include 
     #include 
     
    -/* Doesn't do anything now: Builtin PBE algorithms in static table.
    +/*
    + * Doesn't do anything now: Builtin PBE algorithms in static table.
      */
     
     void PKCS5_PBE_add(void)
    @@ -70,74 +72,78 @@ void PKCS5_PBE_add(void)
     }
     
     int PKCS5_PBE_keyivgen(EVP_CIPHER_CTX *cctx, const char *pass, int passlen,
    -			 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md,
    -			 int en_de)
    +                       ASN1_TYPE *param, const EVP_CIPHER *cipher,
    +                       const EVP_MD *md, int en_de)
     {
    -	EVP_MD_CTX ctx;
    -	unsigned char md_tmp[EVP_MAX_MD_SIZE];
    -	unsigned char key[EVP_MAX_KEY_LENGTH], iv[EVP_MAX_IV_LENGTH];
    -	int i;
    -	PBEPARAM *pbe;
    -	int saltlen, iter;
    -	unsigned char *salt;
    -	const unsigned char *pbuf;
    -	int mdsize;
    -	int rv = 0;
    -	EVP_MD_CTX_init(&ctx);
    +    EVP_MD_CTX ctx;
    +    unsigned char md_tmp[EVP_MAX_MD_SIZE];
    +    unsigned char key[EVP_MAX_KEY_LENGTH], iv[EVP_MAX_IV_LENGTH];
    +    int i;
    +    PBEPARAM *pbe;
    +    int saltlen, iter;
    +    unsigned char *salt;
    +    const unsigned char *pbuf;
    +    int mdsize;
    +    int rv = 0;
    +    EVP_MD_CTX_init(&ctx);
     
    -	/* Extract useful info from parameter */
    -	if (param == NULL || param->type != V_ASN1_SEQUENCE ||
    -	    param->value.sequence == NULL) {
    -		EVPerr(EVP_F_PKCS5_PBE_KEYIVGEN,EVP_R_DECODE_ERROR);
    -		return 0;
    -	}
    +    /* Extract useful info from parameter */
    +    if (param == NULL || param->type != V_ASN1_SEQUENCE ||
    +        param->value.sequence == NULL) {
    +        EVPerr(EVP_F_PKCS5_PBE_KEYIVGEN, EVP_R_DECODE_ERROR);
    +        return 0;
    +    }
     
    -	pbuf = param->value.sequence->data;
    -	if (!(pbe = d2i_PBEPARAM(NULL, &pbuf, param->value.sequence->length))) {
    -		EVPerr(EVP_F_PKCS5_PBE_KEYIVGEN,EVP_R_DECODE_ERROR);
    -		return 0;
    -	}
    +    pbuf = param->value.sequence->data;
    +    if (!(pbe = d2i_PBEPARAM(NULL, &pbuf, param->value.sequence->length))) {
    +        EVPerr(EVP_F_PKCS5_PBE_KEYIVGEN, EVP_R_DECODE_ERROR);
    +        return 0;
    +    }
     
    -	if (!pbe->iter) iter = 1;
    -	else iter = ASN1_INTEGER_get (pbe->iter);
    -	salt = pbe->salt->data;
    -	saltlen = pbe->salt->length;
    +    if (!pbe->iter)
    +        iter = 1;
    +    else
    +        iter = ASN1_INTEGER_get(pbe->iter);
    +    salt = pbe->salt->data;
    +    saltlen = pbe->salt->length;
     
    -	if(!pass) passlen = 0;
    -	else if(passlen == -1) passlen = strlen(pass);
    +    if (!pass)
    +        passlen = 0;
    +    else if (passlen == -1)
    +        passlen = strlen(pass);
     
    -	if (!EVP_DigestInit_ex(&ctx, md, NULL))
    -		goto err;
    -	if (!EVP_DigestUpdate(&ctx, pass, passlen))
    -		goto err;
    -	if (!EVP_DigestUpdate(&ctx, salt, saltlen))
    -		goto err;
    -	PBEPARAM_free(pbe);
    -	if (!EVP_DigestFinal_ex(&ctx, md_tmp, NULL))
    -		goto err;
    -	mdsize = EVP_MD_size(md);
    -	if (mdsize < 0)
    -	    return 0;
    -	for (i = 1; i < iter; i++) {
    -		if (!EVP_DigestInit_ex(&ctx, md, NULL))
    -			goto err;
    -		if (!EVP_DigestUpdate(&ctx, md_tmp, mdsize))
    -			goto err;
    -		if (!EVP_DigestFinal_ex (&ctx, md_tmp, NULL))
    -			goto err;
    -	}
    -	OPENSSL_assert(EVP_CIPHER_key_length(cipher) <= (int)sizeof(md_tmp));
    -	memcpy(key, md_tmp, EVP_CIPHER_key_length(cipher));
    -	OPENSSL_assert(EVP_CIPHER_iv_length(cipher) <= 16);
    -	memcpy(iv, md_tmp + (16 - EVP_CIPHER_iv_length(cipher)),
    -						 EVP_CIPHER_iv_length(cipher));
    -	if (!EVP_CipherInit_ex(cctx, cipher, NULL, key, iv, en_de))
    -		goto err;
    -	OPENSSL_cleanse(md_tmp, EVP_MAX_MD_SIZE);
    -	OPENSSL_cleanse(key, EVP_MAX_KEY_LENGTH);
    -	OPENSSL_cleanse(iv, EVP_MAX_IV_LENGTH);
    -	rv = 1;
    -	err:
    -	EVP_MD_CTX_cleanup(&ctx);
    -	return rv;
    +    if (!EVP_DigestInit_ex(&ctx, md, NULL))
    +        goto err;
    +    if (!EVP_DigestUpdate(&ctx, pass, passlen))
    +        goto err;
    +    if (!EVP_DigestUpdate(&ctx, salt, saltlen))
    +        goto err;
    +    PBEPARAM_free(pbe);
    +    if (!EVP_DigestFinal_ex(&ctx, md_tmp, NULL))
    +        goto err;
    +    mdsize = EVP_MD_size(md);
    +    if (mdsize < 0)
    +        return 0;
    +    for (i = 1; i < iter; i++) {
    +        if (!EVP_DigestInit_ex(&ctx, md, NULL))
    +            goto err;
    +        if (!EVP_DigestUpdate(&ctx, md_tmp, mdsize))
    +            goto err;
    +        if (!EVP_DigestFinal_ex(&ctx, md_tmp, NULL))
    +            goto err;
    +    }
    +    OPENSSL_assert(EVP_CIPHER_key_length(cipher) <= (int)sizeof(md_tmp));
    +    memcpy(key, md_tmp, EVP_CIPHER_key_length(cipher));
    +    OPENSSL_assert(EVP_CIPHER_iv_length(cipher) <= 16);
    +    memcpy(iv, md_tmp + (16 - EVP_CIPHER_iv_length(cipher)),
    +           EVP_CIPHER_iv_length(cipher));
    +    if (!EVP_CipherInit_ex(cctx, cipher, NULL, key, iv, en_de))
    +        goto err;
    +    OPENSSL_cleanse(md_tmp, EVP_MAX_MD_SIZE);
    +    OPENSSL_cleanse(key, EVP_MAX_KEY_LENGTH);
    +    OPENSSL_cleanse(iv, EVP_MAX_IV_LENGTH);
    +    rv = 1;
    + err:
    +    EVP_MD_CTX_cleanup(&ctx);
    +    return rv;
     }
    diff --git a/openssl/crypto/evp/p5_crpt2.c b/openssl/crypto/evp/p5_crpt2.c
    index fe3c6c881..f2ae1e579 100644
    --- a/openssl/crypto/evp/p5_crpt2.c
    +++ b/openssl/crypto/evp/p5_crpt2.c
    @@ -1,6 +1,7 @@
     /* p5_crpt2.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999-2006 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -59,286 +60,275 @@
     #include 
     #include "cryptlib.h"
     #if !defined(OPENSSL_NO_HMAC) && !defined(OPENSSL_NO_SHA)
    -#include 
    -#include 
    -#include 
    -#include "evp_locl.h"
    +# include 
    +# include 
    +# include 
    +# include "evp_locl.h"
     
     /* set this to print out info about the keygen algorithm */
     /* #define DEBUG_PKCS5V2 */
     
    -#ifdef DEBUG_PKCS5V2
    -	static void h__dump (const unsigned char *p, int len);
    -#endif
    +# ifdef DEBUG_PKCS5V2
    +static void h__dump(const unsigned char *p, int len);
    +# endif
     
    -/* This is an implementation of PKCS#5 v2.0 password based encryption key
    - * derivation function PBKDF2.
    - * SHA1 version verified against test vectors posted by Peter Gutmann
    - *  to the PKCS-TNG  mailing list.
    +/*
    + * This is an implementation of PKCS#5 v2.0 password based encryption key
    + * derivation function PBKDF2. SHA1 version verified against test vectors
    + * posted by Peter Gutmann  to the PKCS-TNG
    + *  mailing list.
      */
     
     int PKCS5_PBKDF2_HMAC(const char *pass, int passlen,
    -			   const unsigned char *salt, int saltlen, int iter,
    -			   const EVP_MD *digest,
    -			   int keylen, unsigned char *out)
    -	{
    -	unsigned char digtmp[EVP_MAX_MD_SIZE], *p, itmp[4];
    -	int cplen, j, k, tkeylen, mdlen;
    -	unsigned long i = 1;
    -	HMAC_CTX hctx_tpl, hctx;
    -
    -	mdlen = EVP_MD_size(digest);
    -	if (mdlen < 0)
    -		return 0;
    -
    -	HMAC_CTX_init(&hctx_tpl);
    -	p = out;
    -	tkeylen = keylen;
    -	if(!pass)
    -		passlen = 0;
    -	else if(passlen == -1)
    -		passlen = strlen(pass);
    -	if (!HMAC_Init_ex(&hctx_tpl, pass, passlen, digest, NULL))
    -		{
    -		HMAC_CTX_cleanup(&hctx_tpl);
    -		return 0;
    -		}
    -	while(tkeylen)
    -		{
    -		if(tkeylen > mdlen)
    -			cplen = mdlen;
    -		else
    -			cplen = tkeylen;
    -		/* We are unlikely to ever use more than 256 blocks (5120 bits!)
    -		 * but just in case...
    -		 */
    -		itmp[0] = (unsigned char)((i >> 24) & 0xff);
    -		itmp[1] = (unsigned char)((i >> 16) & 0xff);
    -		itmp[2] = (unsigned char)((i >> 8) & 0xff);
    -		itmp[3] = (unsigned char)(i & 0xff);
    -		if (!HMAC_CTX_copy(&hctx, &hctx_tpl))
    -			{
    -			HMAC_CTX_cleanup(&hctx_tpl);
    -			return 0;
    -			}
    -		if (!HMAC_Update(&hctx, salt, saltlen)
    -		    || !HMAC_Update(&hctx, itmp, 4)
    -		    || !HMAC_Final(&hctx, digtmp, NULL))
    -			{
    -			HMAC_CTX_cleanup(&hctx_tpl);
    -			HMAC_CTX_cleanup(&hctx);
    -			return 0;
    -			}
    -		HMAC_CTX_cleanup(&hctx);
    -		memcpy(p, digtmp, cplen);
    -		for(j = 1; j < iter; j++)
    -			{
    -			if (!HMAC_CTX_copy(&hctx, &hctx_tpl))
    -				{
    -				HMAC_CTX_cleanup(&hctx_tpl);
    -				return 0;
    -				}
    -			if (!HMAC_Update(&hctx, digtmp, mdlen)
    -			    || !HMAC_Final(&hctx, digtmp, NULL))
    -				{
    -				HMAC_CTX_cleanup(&hctx_tpl);
    -				HMAC_CTX_cleanup(&hctx);
    -				return 0;
    -				}
    -			HMAC_CTX_cleanup(&hctx);
    -			for(k = 0; k < cplen; k++)
    -				p[k] ^= digtmp[k];
    -			}
    -		tkeylen-= cplen;
    -		i++;
    -		p+= cplen;
    -		}
    -	HMAC_CTX_cleanup(&hctx_tpl);
    -#ifdef DEBUG_PKCS5V2
    -	fprintf(stderr, "Password:\n");
    -	h__dump (pass, passlen);
    -	fprintf(stderr, "Salt:\n");
    -	h__dump (salt, saltlen);
    -	fprintf(stderr, "Iteration count %d\n", iter);
    -	fprintf(stderr, "Key:\n");
    -	h__dump (out, keylen);
    -#endif
    -	return 1;
    -	}
    +                      const unsigned char *salt, int saltlen, int iter,
    +                      const EVP_MD *digest, int keylen, unsigned char *out)
    +{
    +    unsigned char digtmp[EVP_MAX_MD_SIZE], *p, itmp[4];
    +    int cplen, j, k, tkeylen, mdlen;
    +    unsigned long i = 1;
    +    HMAC_CTX hctx_tpl, hctx;
    +
    +    mdlen = EVP_MD_size(digest);
    +    if (mdlen < 0)
    +        return 0;
    +
    +    HMAC_CTX_init(&hctx_tpl);
    +    p = out;
    +    tkeylen = keylen;
    +    if (!pass)
    +        passlen = 0;
    +    else if (passlen == -1)
    +        passlen = strlen(pass);
    +    if (!HMAC_Init_ex(&hctx_tpl, pass, passlen, digest, NULL)) {
    +        HMAC_CTX_cleanup(&hctx_tpl);
    +        return 0;
    +    }
    +    while (tkeylen) {
    +        if (tkeylen > mdlen)
    +            cplen = mdlen;
    +        else
    +            cplen = tkeylen;
    +        /*
    +         * We are unlikely to ever use more than 256 blocks (5120 bits!) but
    +         * just in case...
    +         */
    +        itmp[0] = (unsigned char)((i >> 24) & 0xff);
    +        itmp[1] = (unsigned char)((i >> 16) & 0xff);
    +        itmp[2] = (unsigned char)((i >> 8) & 0xff);
    +        itmp[3] = (unsigned char)(i & 0xff);
    +        if (!HMAC_CTX_copy(&hctx, &hctx_tpl)) {
    +            HMAC_CTX_cleanup(&hctx_tpl);
    +            return 0;
    +        }
    +        if (!HMAC_Update(&hctx, salt, saltlen)
    +            || !HMAC_Update(&hctx, itmp, 4)
    +            || !HMAC_Final(&hctx, digtmp, NULL)) {
    +            HMAC_CTX_cleanup(&hctx_tpl);
    +            HMAC_CTX_cleanup(&hctx);
    +            return 0;
    +        }
    +        HMAC_CTX_cleanup(&hctx);
    +        memcpy(p, digtmp, cplen);
    +        for (j = 1; j < iter; j++) {
    +            if (!HMAC_CTX_copy(&hctx, &hctx_tpl)) {
    +                HMAC_CTX_cleanup(&hctx_tpl);
    +                return 0;
    +            }
    +            if (!HMAC_Update(&hctx, digtmp, mdlen)
    +                || !HMAC_Final(&hctx, digtmp, NULL)) {
    +                HMAC_CTX_cleanup(&hctx_tpl);
    +                HMAC_CTX_cleanup(&hctx);
    +                return 0;
    +            }
    +            HMAC_CTX_cleanup(&hctx);
    +            for (k = 0; k < cplen; k++)
    +                p[k] ^= digtmp[k];
    +        }
    +        tkeylen -= cplen;
    +        i++;
    +        p += cplen;
    +    }
    +    HMAC_CTX_cleanup(&hctx_tpl);
    +# ifdef DEBUG_PKCS5V2
    +    fprintf(stderr, "Password:\n");
    +    h__dump(pass, passlen);
    +    fprintf(stderr, "Salt:\n");
    +    h__dump(salt, saltlen);
    +    fprintf(stderr, "Iteration count %d\n", iter);
    +    fprintf(stderr, "Key:\n");
    +    h__dump(out, keylen);
    +# endif
    +    return 1;
    +}
     
     int PKCS5_PBKDF2_HMAC_SHA1(const char *pass, int passlen,
    -			   const unsigned char *salt, int saltlen, int iter,
    -			   int keylen, unsigned char *out)
    -	{
    -	return PKCS5_PBKDF2_HMAC(pass, passlen, salt, saltlen, iter, EVP_sha1(),
    -					keylen, out);
    -	}
    -
    -#ifdef DO_TEST
    +                           const unsigned char *salt, int saltlen, int iter,
    +                           int keylen, unsigned char *out)
    +{
    +    return PKCS5_PBKDF2_HMAC(pass, passlen, salt, saltlen, iter, EVP_sha1(),
    +                             keylen, out);
    +}
    +
    +# ifdef DO_TEST
     main()
     {
    -	unsigned char out[4];
    -	unsigned char salt[] = {0x12, 0x34, 0x56, 0x78};
    -	PKCS5_PBKDF2_HMAC_SHA1("password", -1, salt, 4, 5, 4, out);
    -	fprintf(stderr, "Out %02X %02X %02X %02X\n",
    -					 out[0], out[1], out[2], out[3]);
    +    unsigned char out[4];
    +    unsigned char salt[] = { 0x12, 0x34, 0x56, 0x78 };
    +    PKCS5_PBKDF2_HMAC_SHA1("password", -1, salt, 4, 5, 4, out);
    +    fprintf(stderr, "Out %02X %02X %02X %02X\n",
    +            out[0], out[1], out[2], out[3]);
     }
     
    -#endif
    +# endif
     
    -/* Now the key derivation function itself. This is a bit evil because
    - * it has to check the ASN1 parameters are valid: and there are quite a
    - * few of them...
    +/*
    + * Now the key derivation function itself. This is a bit evil because it has
    + * to check the ASN1 parameters are valid: and there are quite a few of
    + * them...
      */
     
     int PKCS5_v2_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
    -                         ASN1_TYPE *param, const EVP_CIPHER *c, const EVP_MD *md,
    -                         int en_de)
    +                          ASN1_TYPE *param, const EVP_CIPHER *c,
    +                          const EVP_MD *md, int en_de)
     {
    -	const unsigned char *pbuf;
    -	int plen;
    -	PBE2PARAM *pbe2 = NULL;
    -	const EVP_CIPHER *cipher;
    -
    -	int rv = 0;
    -
    -	if (param == NULL || param->type != V_ASN1_SEQUENCE ||
    -	    param->value.sequence == NULL) {
    -		EVPerr(EVP_F_PKCS5_V2_PBE_KEYIVGEN,EVP_R_DECODE_ERROR);
    -		goto err;
    -	}
    -
    -	pbuf = param->value.sequence->data;
    -	plen = param->value.sequence->length;
    -	if(!(pbe2 = d2i_PBE2PARAM(NULL, &pbuf, plen))) {
    -		EVPerr(EVP_F_PKCS5_V2_PBE_KEYIVGEN,EVP_R_DECODE_ERROR);
    -		goto err;
    -	}
    -
    -	/* See if we recognise the key derivation function */
    -
    -	if(OBJ_obj2nid(pbe2->keyfunc->algorithm) != NID_id_pbkdf2) {
    -		EVPerr(EVP_F_PKCS5_V2_PBE_KEYIVGEN,
    -				EVP_R_UNSUPPORTED_KEY_DERIVATION_FUNCTION);
    -		goto err;
    -	}
    -
    -	/* lets see if we recognise the encryption algorithm.
    -	 */
    -
    -	cipher = EVP_get_cipherbyobj(pbe2->encryption->algorithm);
    -
    -	if(!cipher) {
    -		EVPerr(EVP_F_PKCS5_V2_PBE_KEYIVGEN,
    -						EVP_R_UNSUPPORTED_CIPHER);
    -		goto err;
    -	}
    -
    -	/* Fixup cipher based on AlgorithmIdentifier */
    -	if (!EVP_CipherInit_ex(ctx, cipher, NULL, NULL, NULL, en_de))
    -		goto err;
    -	if(EVP_CIPHER_asn1_to_param(ctx, pbe2->encryption->parameter) < 0) {
    -		EVPerr(EVP_F_PKCS5_V2_PBE_KEYIVGEN,
    -					EVP_R_CIPHER_PARAMETER_ERROR);
    -		goto err;
    -	}
    -	rv = PKCS5_v2_PBKDF2_keyivgen(ctx, pass, passlen,
    -					pbe2->keyfunc->parameter, c, md, en_de);
    -	err:
    -	PBE2PARAM_free(pbe2);
    -	return rv;
    +    const unsigned char *pbuf;
    +    int plen;
    +    PBE2PARAM *pbe2 = NULL;
    +    const EVP_CIPHER *cipher;
    +
    +    int rv = 0;
    +
    +    if (param == NULL || param->type != V_ASN1_SEQUENCE ||
    +        param->value.sequence == NULL) {
    +        EVPerr(EVP_F_PKCS5_V2_PBE_KEYIVGEN, EVP_R_DECODE_ERROR);
    +        goto err;
    +    }
    +
    +    pbuf = param->value.sequence->data;
    +    plen = param->value.sequence->length;
    +    if (!(pbe2 = d2i_PBE2PARAM(NULL, &pbuf, plen))) {
    +        EVPerr(EVP_F_PKCS5_V2_PBE_KEYIVGEN, EVP_R_DECODE_ERROR);
    +        goto err;
    +    }
    +
    +    /* See if we recognise the key derivation function */
    +
    +    if (OBJ_obj2nid(pbe2->keyfunc->algorithm) != NID_id_pbkdf2) {
    +        EVPerr(EVP_F_PKCS5_V2_PBE_KEYIVGEN,
    +               EVP_R_UNSUPPORTED_KEY_DERIVATION_FUNCTION);
    +        goto err;
    +    }
    +
    +    /*
    +     * lets see if we recognise the encryption algorithm.
    +     */
    +
    +    cipher = EVP_get_cipherbyobj(pbe2->encryption->algorithm);
    +
    +    if (!cipher) {
    +        EVPerr(EVP_F_PKCS5_V2_PBE_KEYIVGEN, EVP_R_UNSUPPORTED_CIPHER);
    +        goto err;
    +    }
    +
    +    /* Fixup cipher based on AlgorithmIdentifier */
    +    if (!EVP_CipherInit_ex(ctx, cipher, NULL, NULL, NULL, en_de))
    +        goto err;
    +    if (EVP_CIPHER_asn1_to_param(ctx, pbe2->encryption->parameter) < 0) {
    +        EVPerr(EVP_F_PKCS5_V2_PBE_KEYIVGEN, EVP_R_CIPHER_PARAMETER_ERROR);
    +        goto err;
    +    }
    +    rv = PKCS5_v2_PBKDF2_keyivgen(ctx, pass, passlen,
    +                                  pbe2->keyfunc->parameter, c, md, en_de);
    + err:
    +    PBE2PARAM_free(pbe2);
    +    return rv;
     }
     
    -int PKCS5_v2_PBKDF2_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
    -                         ASN1_TYPE *param,
    -			 const EVP_CIPHER *c, const EVP_MD *md, int en_de)
    +int PKCS5_v2_PBKDF2_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass,
    +                             int passlen, ASN1_TYPE *param,
    +                             const EVP_CIPHER *c, const EVP_MD *md, int en_de)
     {
    -	unsigned char *salt, key[EVP_MAX_KEY_LENGTH];
    -	const unsigned char *pbuf;
    -	int saltlen, iter, plen;
    -	int rv = 0;
    -	unsigned int keylen = 0;
    -	int prf_nid, hmac_md_nid;
    -	PBKDF2PARAM *kdf = NULL;
    -	const EVP_MD *prfmd;
    -
    -	if (EVP_CIPHER_CTX_cipher(ctx) == NULL)
    -		{
    -		EVPerr(EVP_F_PKCS5_V2_PBKDF2_KEYIVGEN,EVP_R_NO_CIPHER_SET);
    -		goto err;
    -		}
    -	keylen = EVP_CIPHER_CTX_key_length(ctx);
    -	OPENSSL_assert(keylen <= sizeof key);
    -
    -	/* Decode parameter */
    -
    -	if(!param || (param->type != V_ASN1_SEQUENCE))
    -		{
    -		EVPerr(EVP_F_PKCS5_V2_PBKDF2_KEYIVGEN,EVP_R_DECODE_ERROR);
    -		goto err;
    -		}
    -
    -	pbuf = param->value.sequence->data;
    -	plen = param->value.sequence->length;
    -
    -	if(!(kdf = d2i_PBKDF2PARAM(NULL, &pbuf, plen)) ) {
    -		EVPerr(EVP_F_PKCS5_V2_PBKDF2_KEYIVGEN,EVP_R_DECODE_ERROR);
    -		goto err;
    -	}
    -
    -	keylen = EVP_CIPHER_CTX_key_length(ctx);
    -
    -	/* Now check the parameters of the kdf */
    -
    -	if(kdf->keylength && (ASN1_INTEGER_get(kdf->keylength) != (int)keylen)){
    -		EVPerr(EVP_F_PKCS5_V2_PBKDF2_KEYIVGEN,
    -						EVP_R_UNSUPPORTED_KEYLENGTH);
    -		goto err;
    -	}
    -
    -	if (kdf->prf)
    -		prf_nid = OBJ_obj2nid(kdf->prf->algorithm);
    -	else
    -		prf_nid = NID_hmacWithSHA1;
    -
    -	if (!EVP_PBE_find(EVP_PBE_TYPE_PRF, prf_nid, NULL, &hmac_md_nid, 0))
    -		{
    -		EVPerr(EVP_F_PKCS5_V2_PBKDF2_KEYIVGEN, EVP_R_UNSUPPORTED_PRF);
    -		goto err;
    -		}
    -
    -	prfmd = EVP_get_digestbynid(hmac_md_nid);
    -	if (prfmd == NULL)
    -		{
    -		EVPerr(EVP_F_PKCS5_V2_PBKDF2_KEYIVGEN, EVP_R_UNSUPPORTED_PRF);
    -		goto err;
    -		}
    -
    -	if(kdf->salt->type != V_ASN1_OCTET_STRING) {
    -		EVPerr(EVP_F_PKCS5_V2_PBKDF2_KEYIVGEN,
    -						EVP_R_UNSUPPORTED_SALT_TYPE);
    -		goto err;
    -	}
    -
    -	/* it seems that its all OK */
    -	salt = kdf->salt->value.octet_string->data;
    -	saltlen = kdf->salt->value.octet_string->length;
    -	iter = ASN1_INTEGER_get(kdf->iter);
    -	if(!PKCS5_PBKDF2_HMAC(pass, passlen, salt, saltlen, iter, prfmd,
    -						   keylen, key))
    -		goto err;
    -	rv = EVP_CipherInit_ex(ctx, NULL, NULL, key, NULL, en_de);
    -	err:
    -	OPENSSL_cleanse(key, keylen);
    -	PBKDF2PARAM_free(kdf);
    -	return rv;
    +    unsigned char *salt, key[EVP_MAX_KEY_LENGTH];
    +    const unsigned char *pbuf;
    +    int saltlen, iter, plen;
    +    int rv = 0;
    +    unsigned int keylen = 0;
    +    int prf_nid, hmac_md_nid;
    +    PBKDF2PARAM *kdf = NULL;
    +    const EVP_MD *prfmd;
    +
    +    if (EVP_CIPHER_CTX_cipher(ctx) == NULL) {
    +        EVPerr(EVP_F_PKCS5_V2_PBKDF2_KEYIVGEN, EVP_R_NO_CIPHER_SET);
    +        goto err;
    +    }
    +    keylen = EVP_CIPHER_CTX_key_length(ctx);
    +    OPENSSL_assert(keylen <= sizeof key);
    +
    +    /* Decode parameter */
    +
    +    if (!param || (param->type != V_ASN1_SEQUENCE)) {
    +        EVPerr(EVP_F_PKCS5_V2_PBKDF2_KEYIVGEN, EVP_R_DECODE_ERROR);
    +        goto err;
    +    }
    +
    +    pbuf = param->value.sequence->data;
    +    plen = param->value.sequence->length;
    +
    +    if (!(kdf = d2i_PBKDF2PARAM(NULL, &pbuf, plen))) {
    +        EVPerr(EVP_F_PKCS5_V2_PBKDF2_KEYIVGEN, EVP_R_DECODE_ERROR);
    +        goto err;
    +    }
    +
    +    keylen = EVP_CIPHER_CTX_key_length(ctx);
    +
    +    /* Now check the parameters of the kdf */
    +
    +    if (kdf->keylength && (ASN1_INTEGER_get(kdf->keylength) != (int)keylen)) {
    +        EVPerr(EVP_F_PKCS5_V2_PBKDF2_KEYIVGEN, EVP_R_UNSUPPORTED_KEYLENGTH);
    +        goto err;
    +    }
    +
    +    if (kdf->prf)
    +        prf_nid = OBJ_obj2nid(kdf->prf->algorithm);
    +    else
    +        prf_nid = NID_hmacWithSHA1;
    +
    +    if (!EVP_PBE_find(EVP_PBE_TYPE_PRF, prf_nid, NULL, &hmac_md_nid, 0)) {
    +        EVPerr(EVP_F_PKCS5_V2_PBKDF2_KEYIVGEN, EVP_R_UNSUPPORTED_PRF);
    +        goto err;
    +    }
    +
    +    prfmd = EVP_get_digestbynid(hmac_md_nid);
    +    if (prfmd == NULL) {
    +        EVPerr(EVP_F_PKCS5_V2_PBKDF2_KEYIVGEN, EVP_R_UNSUPPORTED_PRF);
    +        goto err;
    +    }
    +
    +    if (kdf->salt->type != V_ASN1_OCTET_STRING) {
    +        EVPerr(EVP_F_PKCS5_V2_PBKDF2_KEYIVGEN, EVP_R_UNSUPPORTED_SALT_TYPE);
    +        goto err;
    +    }
    +
    +    /* it seems that its all OK */
    +    salt = kdf->salt->value.octet_string->data;
    +    saltlen = kdf->salt->value.octet_string->length;
    +    iter = ASN1_INTEGER_get(kdf->iter);
    +    if (!PKCS5_PBKDF2_HMAC(pass, passlen, salt, saltlen, iter, prfmd,
    +                           keylen, key))
    +        goto err;
    +    rv = EVP_CipherInit_ex(ctx, NULL, NULL, key, NULL, en_de);
    + err:
    +    OPENSSL_cleanse(key, keylen);
    +    PBKDF2PARAM_free(kdf);
    +    return rv;
     }
     
    -#ifdef DEBUG_PKCS5V2
    -static void h__dump (const unsigned char *p, int len)
    +# ifdef DEBUG_PKCS5V2
    +static void h__dump(const unsigned char *p, int len)
     {
    -        for (; len --; p++) fprintf(stderr, "%02X ", *p);
    -        fprintf(stderr, "\n");
    +    for (; len--; p++)
    +        fprintf(stderr, "%02X ", *p);
    +    fprintf(stderr, "\n");
     }
    -#endif
    +# endif
     #endif
    diff --git a/openssl/crypto/evp/p_dec.c b/openssl/crypto/evp/p_dec.c
    index 4201dcbad..225b8b45e 100644
    --- a/openssl/crypto/evp/p_dec.c
    +++ b/openssl/crypto/evp/p_dec.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,28 +60,28 @@
     #include "cryptlib.h"
     #include 
     #ifndef OPENSSL_NO_RSA
    -#include 
    +# include 
     #endif
     #include 
     #include 
     #include 
     
     int EVP_PKEY_decrypt_old(unsigned char *key, const unsigned char *ek, int ekl,
    -	     EVP_PKEY *priv)
    -	{
    -	int ret= -1;
    -	
    +                         EVP_PKEY *priv)
    +{
    +    int ret = -1;
    +
     #ifndef OPENSSL_NO_RSA
    -	if (priv->type != EVP_PKEY_RSA)
    -		{
    +    if (priv->type != EVP_PKEY_RSA) {
     #endif
    -		EVPerr(EVP_F_EVP_PKEY_DECRYPT_OLD,EVP_R_PUBLIC_KEY_NOT_RSA);
    +        EVPerr(EVP_F_EVP_PKEY_DECRYPT_OLD, EVP_R_PUBLIC_KEY_NOT_RSA);
     #ifndef OPENSSL_NO_RSA
    -		goto err;
    -                }
    +        goto err;
    +    }
     
    -	ret=RSA_private_decrypt(ekl,ek,key,priv->pkey.rsa,RSA_PKCS1_PADDING);
    -err:
    +    ret =
    +        RSA_private_decrypt(ekl, ek, key, priv->pkey.rsa, RSA_PKCS1_PADDING);
    + err:
     #endif
    -	return(ret);
    -	}
    +    return (ret);
    +}
    diff --git a/openssl/crypto/evp/p_enc.c b/openssl/crypto/evp/p_enc.c
    index b5a3a84c4..f565f33fb 100644
    --- a/openssl/crypto/evp/p_enc.c
    +++ b/openssl/crypto/evp/p_enc.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,27 +60,28 @@
     #include "cryptlib.h"
     #include 
     #ifndef OPENSSL_NO_RSA
    -#include 
    +# include 
     #endif
     #include 
     #include 
     #include 
     
    -int EVP_PKEY_encrypt_old(unsigned char *ek, const unsigned char *key, int key_len,
    -	     EVP_PKEY *pubk)
    -	{
    -	int ret=0;
    -	
    +int EVP_PKEY_encrypt_old(unsigned char *ek, const unsigned char *key,
    +                         int key_len, EVP_PKEY *pubk)
    +{
    +    int ret = 0;
    +
     #ifndef OPENSSL_NO_RSA
    -	if (pubk->type != EVP_PKEY_RSA)
    -		{
    +    if (pubk->type != EVP_PKEY_RSA) {
     #endif
    -		EVPerr(EVP_F_EVP_PKEY_ENCRYPT_OLD,EVP_R_PUBLIC_KEY_NOT_RSA);
    +        EVPerr(EVP_F_EVP_PKEY_ENCRYPT_OLD, EVP_R_PUBLIC_KEY_NOT_RSA);
     #ifndef OPENSSL_NO_RSA
    -		goto err;
    -		}
    -	ret=RSA_public_encrypt(key_len,key,ek,pubk->pkey.rsa,RSA_PKCS1_PADDING);
    -err:
    +        goto err;
    +    }
    +    ret =
    +        RSA_public_encrypt(key_len, key, ek, pubk->pkey.rsa,
    +                           RSA_PKCS1_PADDING);
    + err:
     #endif
    -	return(ret);
    -	}
    +    return (ret);
    +}
    diff --git a/openssl/crypto/evp/p_lib.c b/openssl/crypto/evp/p_lib.c
    index e26ccd0d0..1171d3086 100644
    --- a/openssl/crypto/evp/p_lib.c
    +++ b/openssl/crypto/evp/p_lib.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -65,17 +65,17 @@
     #include 
     #include 
     #ifndef OPENSSL_NO_RSA
    -#include 
    +# include 
     #endif
     #ifndef OPENSSL_NO_DSA
    -#include 
    +# include 
     #endif
     #ifndef OPENSSL_NO_DH
    -#include 
    +# include 
     #endif
     
     #ifndef OPENSSL_NO_ENGINE
    -#include 
    +# include 
     #endif
     
     #include "asn1_locl.h"
    @@ -83,233 +83,224 @@
     static void EVP_PKEY_free_it(EVP_PKEY *x);
     
     int EVP_PKEY_bits(EVP_PKEY *pkey)
    -	{
    -	if (pkey && pkey->ameth && pkey->ameth->pkey_bits)
    -		return pkey->ameth->pkey_bits(pkey);
    -	return 0;
    -	}
    +{
    +    if (pkey && pkey->ameth && pkey->ameth->pkey_bits)
    +        return pkey->ameth->pkey_bits(pkey);
    +    return 0;
    +}
     
     int EVP_PKEY_size(EVP_PKEY *pkey)
    -	{
    -	if (pkey && pkey->ameth && pkey->ameth->pkey_size)
    -		return pkey->ameth->pkey_size(pkey);
    -	return 0;
    -	}
    +{
    +    if (pkey && pkey->ameth && pkey->ameth->pkey_size)
    +        return pkey->ameth->pkey_size(pkey);
    +    return 0;
    +}
     
     int EVP_PKEY_save_parameters(EVP_PKEY *pkey, int mode)
    -	{
    +{
     #ifndef OPENSSL_NO_DSA
    -	if (pkey->type == EVP_PKEY_DSA)
    -		{
    -		int ret=pkey->save_parameters;
    -
    -		if (mode >= 0)
    -			pkey->save_parameters=mode;
    -		return(ret);
    -		}
    +    if (pkey->type == EVP_PKEY_DSA) {
    +        int ret = pkey->save_parameters;
    +
    +        if (mode >= 0)
    +            pkey->save_parameters = mode;
    +        return (ret);
    +    }
     #endif
     #ifndef OPENSSL_NO_EC
    -	if (pkey->type == EVP_PKEY_EC)
    -		{
    -		int ret = pkey->save_parameters;
    -
    -		if (mode >= 0)
    -			pkey->save_parameters = mode;
    -		return(ret);
    -		}
    +    if (pkey->type == EVP_PKEY_EC) {
    +        int ret = pkey->save_parameters;
    +
    +        if (mode >= 0)
    +            pkey->save_parameters = mode;
    +        return (ret);
    +    }
     #endif
    -	return(0);
    -	}
    +    return (0);
    +}
     
     int EVP_PKEY_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from)
    -	{
    -	if (to->type != from->type)
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_COPY_PARAMETERS,EVP_R_DIFFERENT_KEY_TYPES);
    -		goto err;
    -		}
    -
    -	if (EVP_PKEY_missing_parameters(from))
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_COPY_PARAMETERS,EVP_R_MISSING_PARAMETERS);
    -		goto err;
    -		}
    -	if (from->ameth && from->ameth->param_copy)
    -		return from->ameth->param_copy(to, from);
    -err:
    -	return 0;
    -	}
    +{
    +    if (to->type != from->type) {
    +        EVPerr(EVP_F_EVP_PKEY_COPY_PARAMETERS, EVP_R_DIFFERENT_KEY_TYPES);
    +        goto err;
    +    }
    +
    +    if (EVP_PKEY_missing_parameters(from)) {
    +        EVPerr(EVP_F_EVP_PKEY_COPY_PARAMETERS, EVP_R_MISSING_PARAMETERS);
    +        goto err;
    +    }
    +    if (from->ameth && from->ameth->param_copy)
    +        return from->ameth->param_copy(to, from);
    + err:
    +    return 0;
    +}
     
     int EVP_PKEY_missing_parameters(const EVP_PKEY *pkey)
    -	{
    -	if (pkey->ameth && pkey->ameth->param_missing)
    -		return pkey->ameth->param_missing(pkey);
    -	return 0;
    -	}
    +{
    +    if (pkey->ameth && pkey->ameth->param_missing)
    +        return pkey->ameth->param_missing(pkey);
    +    return 0;
    +}
     
     int EVP_PKEY_cmp_parameters(const EVP_PKEY *a, const EVP_PKEY *b)
    -	{
    -	if (a->type != b->type)
    -		return -1;
    -	if (a->ameth && a->ameth->param_cmp)
    -		return a->ameth->param_cmp(a, b);
    -	return -2;
    -	}
    +{
    +    if (a->type != b->type)
    +        return -1;
    +    if (a->ameth && a->ameth->param_cmp)
    +        return a->ameth->param_cmp(a, b);
    +    return -2;
    +}
     
     int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b)
    -	{
    -	if (a->type != b->type)
    -		return -1;
    -
    -	if (a->ameth)
    -		{
    -		int ret;
    -		/* Compare parameters if the algorithm has them */
    -		if (a->ameth->param_cmp)
    -			{
    -			ret = a->ameth->param_cmp(a, b);
    -			if (ret <= 0)
    -				return ret;
    -			}
    -
    -		if (a->ameth->pub_cmp)
    -			return a->ameth->pub_cmp(a, b);
    -		}
    -
    -	return -2;
    -	}
    +{
    +    if (a->type != b->type)
    +        return -1;
    +
    +    if (a->ameth) {
    +        int ret;
    +        /* Compare parameters if the algorithm has them */
    +        if (a->ameth->param_cmp) {
    +            ret = a->ameth->param_cmp(a, b);
    +            if (ret <= 0)
    +                return ret;
    +        }
    +
    +        if (a->ameth->pub_cmp)
    +            return a->ameth->pub_cmp(a, b);
    +    }
    +
    +    return -2;
    +}
     
     EVP_PKEY *EVP_PKEY_new(void)
    -	{
    -	EVP_PKEY *ret;
    -
    -	ret=(EVP_PKEY *)OPENSSL_malloc(sizeof(EVP_PKEY));
    -	if (ret == NULL)
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_NEW,ERR_R_MALLOC_FAILURE);
    -		return(NULL);
    -		}
    -	ret->type=EVP_PKEY_NONE;
    -	ret->save_type=EVP_PKEY_NONE;
    -	ret->references=1;
    -	ret->ameth=NULL;
    -	ret->engine=NULL;
    -	ret->pkey.ptr=NULL;
    -	ret->attributes=NULL;
    -	ret->save_parameters=1;
    -	return(ret);
    -	}
    -
    -/* Setup a public key ASN1 method and ENGINE from a NID or a string.
    - * If pkey is NULL just return 1 or 0 if the algorithm exists.
    +{
    +    EVP_PKEY *ret;
    +
    +    ret = (EVP_PKEY *)OPENSSL_malloc(sizeof(EVP_PKEY));
    +    if (ret == NULL) {
    +        EVPerr(EVP_F_EVP_PKEY_NEW, ERR_R_MALLOC_FAILURE);
    +        return (NULL);
    +    }
    +    ret->type = EVP_PKEY_NONE;
    +    ret->save_type = EVP_PKEY_NONE;
    +    ret->references = 1;
    +    ret->ameth = NULL;
    +    ret->engine = NULL;
    +    ret->pkey.ptr = NULL;
    +    ret->attributes = NULL;
    +    ret->save_parameters = 1;
    +    return (ret);
    +}
    +
    +/*
    + * Setup a public key ASN1 method and ENGINE from a NID or a string. If pkey
    + * is NULL just return 1 or 0 if the algorithm exists.
      */
     
     static int pkey_set_type(EVP_PKEY *pkey, int type, const char *str, int len)
    -	{
    -	const EVP_PKEY_ASN1_METHOD *ameth;
    -	ENGINE *e = NULL;
    -	if (pkey)
    -		{
    -		if (pkey->pkey.ptr)
    -			EVP_PKEY_free_it(pkey);
    -		/* If key type matches and a method exists then this
    -		 * lookup has succeeded once so just indicate success.
    -		 */
    -		if ((type == pkey->save_type) && pkey->ameth)
    -			return 1;
    +{
    +    const EVP_PKEY_ASN1_METHOD *ameth;
    +    ENGINE *e = NULL;
    +    if (pkey) {
    +        if (pkey->pkey.ptr)
    +            EVP_PKEY_free_it(pkey);
    +        /*
    +         * If key type matches and a method exists then this lookup has
    +         * succeeded once so just indicate success.
    +         */
    +        if ((type == pkey->save_type) && pkey->ameth)
    +            return 1;
     #ifndef OPENSSL_NO_ENGINE
    -		/* If we have an ENGINE release it */
    -		if (pkey->engine)
    -			{
    -			ENGINE_finish(pkey->engine);
    -			pkey->engine = NULL;
    -			}
    +        /* If we have an ENGINE release it */
    +        if (pkey->engine) {
    +            ENGINE_finish(pkey->engine);
    +            pkey->engine = NULL;
    +        }
     #endif
    -		}
    -	if (str)
    -		ameth = EVP_PKEY_asn1_find_str(&e, str, len);
    -	else
    -		ameth = EVP_PKEY_asn1_find(&e, type);
    +    }
    +    if (str)
    +        ameth = EVP_PKEY_asn1_find_str(&e, str, len);
    +    else
    +        ameth = EVP_PKEY_asn1_find(&e, type);
     #ifndef OPENSSL_NO_ENGINE
    -	if (!pkey && e)
    -		ENGINE_finish(e);
    +    if (!pkey && e)
    +        ENGINE_finish(e);
     #endif
    -	if (!ameth)
    -		{
    -		EVPerr(EVP_F_PKEY_SET_TYPE, EVP_R_UNSUPPORTED_ALGORITHM);
    -		return 0;
    -		}
    -	if (pkey)
    -		{
    -		pkey->ameth = ameth;
    -		pkey->engine = e;
    -
    -		pkey->type = pkey->ameth->pkey_id;
    -		pkey->save_type=type;
    -		}
    -	return 1;
    -	}
    +    if (!ameth) {
    +        EVPerr(EVP_F_PKEY_SET_TYPE, EVP_R_UNSUPPORTED_ALGORITHM);
    +        return 0;
    +    }
    +    if (pkey) {
    +        pkey->ameth = ameth;
    +        pkey->engine = e;
    +
    +        pkey->type = pkey->ameth->pkey_id;
    +        pkey->save_type = type;
    +    }
    +    return 1;
    +}
     
     int EVP_PKEY_set_type(EVP_PKEY *pkey, int type)
    -	{
    -	return pkey_set_type(pkey, type, NULL, -1);
    -	}
    +{
    +    return pkey_set_type(pkey, type, NULL, -1);
    +}
     
     int EVP_PKEY_set_type_str(EVP_PKEY *pkey, const char *str, int len)
    -	{
    -	return pkey_set_type(pkey, EVP_PKEY_NONE, str, len);
    -	}
    +{
    +    return pkey_set_type(pkey, EVP_PKEY_NONE, str, len);
    +}
     
     int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key)
    -	{
    -	if (!EVP_PKEY_set_type(pkey, type))
    -		return 0;
    -	pkey->pkey.ptr=key;
    -	return (key != NULL);
    -	}
    +{
    +    if (!EVP_PKEY_set_type(pkey, type))
    +        return 0;
    +    pkey->pkey.ptr = key;
    +    return (key != NULL);
    +}
     
     void *EVP_PKEY_get0(EVP_PKEY *pkey)
    -	{
    -	return pkey->pkey.ptr;
    -	}
    +{
    +    return pkey->pkey.ptr;
    +}
     
     #ifndef OPENSSL_NO_RSA
     int EVP_PKEY_set1_RSA(EVP_PKEY *pkey, RSA *key)
     {
    -	int ret = EVP_PKEY_assign_RSA(pkey, key);
    -	if(ret)
    -		RSA_up_ref(key);
    -	return ret;
    +    int ret = EVP_PKEY_assign_RSA(pkey, key);
    +    if (ret)
    +        RSA_up_ref(key);
    +    return ret;
     }
     
     RSA *EVP_PKEY_get1_RSA(EVP_PKEY *pkey)
    -	{
    -	if(pkey->type != EVP_PKEY_RSA) {
    -		EVPerr(EVP_F_EVP_PKEY_GET1_RSA, EVP_R_EXPECTING_AN_RSA_KEY);
    -		return NULL;
    -	}
    -	RSA_up_ref(pkey->pkey.rsa);
    -	return pkey->pkey.rsa;
    +{
    +    if (pkey->type != EVP_PKEY_RSA) {
    +        EVPerr(EVP_F_EVP_PKEY_GET1_RSA, EVP_R_EXPECTING_AN_RSA_KEY);
    +        return NULL;
    +    }
    +    RSA_up_ref(pkey->pkey.rsa);
    +    return pkey->pkey.rsa;
     }
     #endif
     
     #ifndef OPENSSL_NO_DSA
     int EVP_PKEY_set1_DSA(EVP_PKEY *pkey, DSA *key)
     {
    -	int ret = EVP_PKEY_assign_DSA(pkey, key);
    -	if(ret)
    -		DSA_up_ref(key);
    -	return ret;
    +    int ret = EVP_PKEY_assign_DSA(pkey, key);
    +    if (ret)
    +        DSA_up_ref(key);
    +    return ret;
     }
     
     DSA *EVP_PKEY_get1_DSA(EVP_PKEY *pkey)
    -	{
    -	if(pkey->type != EVP_PKEY_DSA) {
    -		EVPerr(EVP_F_EVP_PKEY_GET1_DSA, EVP_R_EXPECTING_A_DSA_KEY);
    -		return NULL;
    -	}
    -	DSA_up_ref(pkey->pkey.dsa);
    -	return pkey->pkey.dsa;
    +{
    +    if (pkey->type != EVP_PKEY_DSA) {
    +        EVPerr(EVP_F_EVP_PKEY_GET1_DSA, EVP_R_EXPECTING_A_DSA_KEY);
    +        return NULL;
    +    }
    +    DSA_up_ref(pkey->pkey.dsa);
    +    return pkey->pkey.dsa;
     }
     #endif
     
    @@ -317,153 +308,149 @@ DSA *EVP_PKEY_get1_DSA(EVP_PKEY *pkey)
     
     int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, EC_KEY *key)
     {
    -	int ret = EVP_PKEY_assign_EC_KEY(pkey,key);
    -	if (ret)
    -		EC_KEY_up_ref(key);
    -	return ret;
    +    int ret = EVP_PKEY_assign_EC_KEY(pkey, key);
    +    if (ret)
    +        EC_KEY_up_ref(key);
    +    return ret;
     }
     
     EC_KEY *EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey)
     {
    -	if (pkey->type != EVP_PKEY_EC)
    -	{
    -		EVPerr(EVP_F_EVP_PKEY_GET1_EC_KEY, EVP_R_EXPECTING_A_EC_KEY);
    -		return NULL;
    -	}
    -	EC_KEY_up_ref(pkey->pkey.ec);
    -	return pkey->pkey.ec;
    +    if (pkey->type != EVP_PKEY_EC) {
    +        EVPerr(EVP_F_EVP_PKEY_GET1_EC_KEY, EVP_R_EXPECTING_A_EC_KEY);
    +        return NULL;
    +    }
    +    EC_KEY_up_ref(pkey->pkey.ec);
    +    return pkey->pkey.ec;
     }
     #endif
     
    -
     #ifndef OPENSSL_NO_DH
     
     int EVP_PKEY_set1_DH(EVP_PKEY *pkey, DH *key)
     {
    -	int ret = EVP_PKEY_assign_DH(pkey, key);
    -	if(ret)
    -		DH_up_ref(key);
    -	return ret;
    +    int ret = EVP_PKEY_assign_DH(pkey, key);
    +    if (ret)
    +        DH_up_ref(key);
    +    return ret;
     }
     
     DH *EVP_PKEY_get1_DH(EVP_PKEY *pkey)
    -	{
    -	if(pkey->type != EVP_PKEY_DH) {
    -		EVPerr(EVP_F_EVP_PKEY_GET1_DH, EVP_R_EXPECTING_A_DH_KEY);
    -		return NULL;
    -	}
    -	DH_up_ref(pkey->pkey.dh);
    -	return pkey->pkey.dh;
    +{
    +    if (pkey->type != EVP_PKEY_DH && pkey->type != EVP_PKEY_DHX) {
    +        EVPerr(EVP_F_EVP_PKEY_GET1_DH, EVP_R_EXPECTING_A_DH_KEY);
    +        return NULL;
    +    }
    +    DH_up_ref(pkey->pkey.dh);
    +    return pkey->pkey.dh;
     }
     #endif
     
     int EVP_PKEY_type(int type)
    -	{
    -	int ret;
    -	const EVP_PKEY_ASN1_METHOD *ameth;
    -	ENGINE *e;
    -	ameth = EVP_PKEY_asn1_find(&e, type);
    -	if (ameth)
    -		ret = ameth->pkey_id;
    -	else
    -		ret = NID_undef;
    +{
    +    int ret;
    +    const EVP_PKEY_ASN1_METHOD *ameth;
    +    ENGINE *e;
    +    ameth = EVP_PKEY_asn1_find(&e, type);
    +    if (ameth)
    +        ret = ameth->pkey_id;
    +    else
    +        ret = NID_undef;
     #ifndef OPENSSL_NO_ENGINE
    -	if (e)
    -		ENGINE_finish(e);
    +    if (e)
    +        ENGINE_finish(e);
     #endif
    -	return ret;
    -	}
    +    return ret;
    +}
     
     int EVP_PKEY_id(const EVP_PKEY *pkey)
    -	{
    -	return pkey->type;
    -	}
    +{
    +    return pkey->type;
    +}
     
     int EVP_PKEY_base_id(const EVP_PKEY *pkey)
    -	{
    -	return EVP_PKEY_type(pkey->type);
    -	}
    +{
    +    return EVP_PKEY_type(pkey->type);
    +}
     
     void EVP_PKEY_free(EVP_PKEY *x)
    -	{
    -	int i;
    +{
    +    int i;
     
    -	if (x == NULL) return;
    +    if (x == NULL)
    +        return;
     
    -	i=CRYPTO_add(&x->references,-1,CRYPTO_LOCK_EVP_PKEY);
    +    i = CRYPTO_add(&x->references, -1, CRYPTO_LOCK_EVP_PKEY);
     #ifdef REF_PRINT
    -	REF_PRINT("EVP_PKEY",x);
    +    REF_PRINT("EVP_PKEY", x);
     #endif
    -	if (i > 0) return;
    +    if (i > 0)
    +        return;
     #ifdef REF_CHECK
    -	if (i < 0)
    -		{
    -		fprintf(stderr,"EVP_PKEY_free, bad reference count\n");
    -		abort();
    -		}
    +    if (i < 0) {
    +        fprintf(stderr, "EVP_PKEY_free, bad reference count\n");
    +        abort();
    +    }
     #endif
    -	EVP_PKEY_free_it(x);
    -	if (x->attributes)
    -		sk_X509_ATTRIBUTE_pop_free(x->attributes, X509_ATTRIBUTE_free);
    -	OPENSSL_free(x);
    -	}
    +    EVP_PKEY_free_it(x);
    +    if (x->attributes)
    +        sk_X509_ATTRIBUTE_pop_free(x->attributes, X509_ATTRIBUTE_free);
    +    OPENSSL_free(x);
    +}
     
     static void EVP_PKEY_free_it(EVP_PKEY *x)
    -	{
    -	if (x->ameth && x->ameth->pkey_free)
    -		{
    -		x->ameth->pkey_free(x);
    -		x->pkey.ptr = NULL;
    -		}
    +{
    +    if (x->ameth && x->ameth->pkey_free) {
    +        x->ameth->pkey_free(x);
    +        x->pkey.ptr = NULL;
    +    }
     #ifndef OPENSSL_NO_ENGINE
    -	if (x->engine)
    -		{
    -		ENGINE_finish(x->engine);
    -		x->engine = NULL;
    -		}
    +    if (x->engine) {
    +        ENGINE_finish(x->engine);
    +        x->engine = NULL;
    +    }
     #endif
    -	}
    +}
     
     static int unsup_alg(BIO *out, const EVP_PKEY *pkey, int indent,
    -				const char *kstr)
    -	{
    -	BIO_indent(out, indent, 128);
    -	BIO_printf(out, "%s algorithm \"%s\" unsupported\n",
    -						kstr, OBJ_nid2ln(pkey->type));
    -	return 1;
    -	}
    +                     const char *kstr)
    +{
    +    BIO_indent(out, indent, 128);
    +    BIO_printf(out, "%s algorithm \"%s\" unsupported\n",
    +               kstr, OBJ_nid2ln(pkey->type));
    +    return 1;
    +}
     
     int EVP_PKEY_print_public(BIO *out, const EVP_PKEY *pkey,
    -				int indent, ASN1_PCTX *pctx)
    -	{
    -	if (pkey->ameth && pkey->ameth->pub_print)
    -		return pkey->ameth->pub_print(out, pkey, indent, pctx);
    -	
    -	return unsup_alg(out, pkey, indent, "Public Key");
    -	}
    +                          int indent, ASN1_PCTX *pctx)
    +{
    +    if (pkey->ameth && pkey->ameth->pub_print)
    +        return pkey->ameth->pub_print(out, pkey, indent, pctx);
    +
    +    return unsup_alg(out, pkey, indent, "Public Key");
    +}
     
     int EVP_PKEY_print_private(BIO *out, const EVP_PKEY *pkey,
    -				int indent, ASN1_PCTX *pctx)
    -	{
    -	if (pkey->ameth && pkey->ameth->priv_print)
    -		return pkey->ameth->priv_print(out, pkey, indent, pctx);
    -	
    -	return unsup_alg(out, pkey, indent, "Private Key");
    -	}
    +                           int indent, ASN1_PCTX *pctx)
    +{
    +    if (pkey->ameth && pkey->ameth->priv_print)
    +        return pkey->ameth->priv_print(out, pkey, indent, pctx);
    +
    +    return unsup_alg(out, pkey, indent, "Private Key");
    +}
     
     int EVP_PKEY_print_params(BIO *out, const EVP_PKEY *pkey,
    -				int indent, ASN1_PCTX *pctx)
    -	{
    -	if (pkey->ameth && pkey->ameth->param_print)
    -		return pkey->ameth->param_print(out, pkey, indent, pctx);
    -	return unsup_alg(out, pkey, indent, "Parameters");
    -	}
    +                          int indent, ASN1_PCTX *pctx)
    +{
    +    if (pkey->ameth && pkey->ameth->param_print)
    +        return pkey->ameth->param_print(out, pkey, indent, pctx);
    +    return unsup_alg(out, pkey, indent, "Parameters");
    +}
     
     int EVP_PKEY_get_default_digest_nid(EVP_PKEY *pkey, int *pnid)
    -	{
    -	if (!pkey->ameth || !pkey->ameth->pkey_ctrl)
    -		return -2;
    -	return pkey->ameth->pkey_ctrl(pkey, ASN1_PKEY_CTRL_DEFAULT_MD_NID,
    -						0, pnid);
    -	}
    -
    +{
    +    if (!pkey->ameth || !pkey->ameth->pkey_ctrl)
    +        return -2;
    +    return pkey->ameth->pkey_ctrl(pkey, ASN1_PKEY_CTRL_DEFAULT_MD_NID,
    +                                  0, pnid);
    +}
    diff --git a/openssl/crypto/evp/p_open.c b/openssl/crypto/evp/p_open.c
    index c748fbea8..229eb6417 100644
    --- a/openssl/crypto/evp/p_open.c
    +++ b/openssl/crypto/evp/p_open.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,68 +61,69 @@
     
     #ifndef OPENSSL_NO_RSA
     
    -#include 
    -#include 
    -#include 
    -#include 
    +# include 
    +# include 
    +# include 
    +# include 
     
     int EVP_OpenInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
    -	const unsigned char *ek, int ekl, const unsigned char *iv,
    -	EVP_PKEY *priv)
    -	{
    -	unsigned char *key=NULL;
    -	int i,size=0,ret=0;
    +                 const unsigned char *ek, int ekl, const unsigned char *iv,
    +                 EVP_PKEY *priv)
    +{
    +    unsigned char *key = NULL;
    +    int i, size = 0, ret = 0;
     
    -	if(type) {	
    -		EVP_CIPHER_CTX_init(ctx);
    -		if(!EVP_DecryptInit_ex(ctx,type,NULL, NULL,NULL)) return 0;
    -	}
    +    if (type) {
    +        EVP_CIPHER_CTX_init(ctx);
    +        if (!EVP_DecryptInit_ex(ctx, type, NULL, NULL, NULL))
    +            return 0;
    +    }
     
    -	if(!priv) return 1;
    +    if (!priv)
    +        return 1;
     
    -	if (priv->type != EVP_PKEY_RSA)
    -		{
    -		EVPerr(EVP_F_EVP_OPENINIT,EVP_R_PUBLIC_KEY_NOT_RSA);
    -		goto err;
    -                }
    +    if (priv->type != EVP_PKEY_RSA) {
    +        EVPerr(EVP_F_EVP_OPENINIT, EVP_R_PUBLIC_KEY_NOT_RSA);
    +        goto err;
    +    }
     
    -	size=RSA_size(priv->pkey.rsa);
    -	key=(unsigned char *)OPENSSL_malloc(size+2);
    -	if (key == NULL)
    -		{
    -		/* ERROR */
    -		EVPerr(EVP_F_EVP_OPENINIT,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    +    size = RSA_size(priv->pkey.rsa);
    +    key = (unsigned char *)OPENSSL_malloc(size + 2);
    +    if (key == NULL) {
    +        /* ERROR */
    +        EVPerr(EVP_F_EVP_OPENINIT, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
     
    -	i=EVP_PKEY_decrypt_old(key,ek,ekl,priv);
    -	if ((i <= 0) || !EVP_CIPHER_CTX_set_key_length(ctx, i))
    -		{
    -		/* ERROR */
    -		goto err;
    -		}
    -	if(!EVP_DecryptInit_ex(ctx,NULL,NULL,key,iv)) goto err;
    +    i = EVP_PKEY_decrypt_old(key, ek, ekl, priv);
    +    if ((i <= 0) || !EVP_CIPHER_CTX_set_key_length(ctx, i)) {
    +        /* ERROR */
    +        goto err;
    +    }
    +    if (!EVP_DecryptInit_ex(ctx, NULL, NULL, key, iv))
    +        goto err;
     
    -	ret=1;
    -err:
    -	if (key != NULL) OPENSSL_cleanse(key,size);
    -	OPENSSL_free(key);
    -	return(ret);
    -	}
    +    ret = 1;
    + err:
    +    if (key != NULL)
    +        OPENSSL_cleanse(key, size);
    +    OPENSSL_free(key);
    +    return (ret);
    +}
     
     int EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
    -	{
    -	int i;
    +{
    +    int i;
     
    -	i=EVP_DecryptFinal_ex(ctx,out,outl);
    -	if (i)
    -		i = EVP_DecryptInit_ex(ctx,NULL,NULL,NULL,NULL);
    -	return(i);
    -	}
    -#else /* !OPENSSL_NO_RSA */
    +    i = EVP_DecryptFinal_ex(ctx, out, outl);
    +    if (i)
    +        i = EVP_DecryptInit_ex(ctx, NULL, NULL, NULL, NULL);
    +    return (i);
    +}
    +#else                           /* !OPENSSL_NO_RSA */
     
     # ifdef PEDANTIC
    -static void *dummy=&dummy;
    +static void *dummy = &dummy;
     # endif
     
     #endif
    diff --git a/openssl/crypto/evp/p_seal.c b/openssl/crypto/evp/p_seal.c
    index e5919b0fb..caabbf406 100644
    --- a/openssl/crypto/evp/p_seal.c
    +++ b/openssl/crypto/evp/p_seal.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,57 +60,61 @@
     #include "cryptlib.h"
     #include 
     #ifndef OPENSSL_NO_RSA
    -#include 
    +# include 
     #endif
     #include 
     #include 
     #include 
     
    -int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, unsigned char **ek,
    -	     int *ekl, unsigned char *iv, EVP_PKEY **pubk, int npubk)
    -	{
    -	unsigned char key[EVP_MAX_KEY_LENGTH];
    -	int i;
    -	
    -	if(type) {
    -		EVP_CIPHER_CTX_init(ctx);
    -		if(!EVP_EncryptInit_ex(ctx,type,NULL,NULL,NULL)) return 0;
    -	}
    -	if ((npubk <= 0) || !pubk)
    -		return 1;
    -	if (EVP_CIPHER_CTX_rand_key(ctx, key) <= 0)
    -		return 0;
    -	if (EVP_CIPHER_CTX_iv_length(ctx))
    -		RAND_pseudo_bytes(iv,EVP_CIPHER_CTX_iv_length(ctx));
    +int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
    +                 unsigned char **ek, int *ekl, unsigned char *iv,
    +                 EVP_PKEY **pubk, int npubk)
    +{
    +    unsigned char key[EVP_MAX_KEY_LENGTH];
    +    int i;
    +
    +    if (type) {
    +        EVP_CIPHER_CTX_init(ctx);
    +        if (!EVP_EncryptInit_ex(ctx, type, NULL, NULL, NULL))
    +            return 0;
    +    }
    +    if ((npubk <= 0) || !pubk)
    +        return 1;
    +    if (EVP_CIPHER_CTX_rand_key(ctx, key) <= 0)
    +        return 0;
    +    if (EVP_CIPHER_CTX_iv_length(ctx))
    +        RAND_pseudo_bytes(iv, EVP_CIPHER_CTX_iv_length(ctx));
     
    -	if(!EVP_EncryptInit_ex(ctx,NULL,NULL,key,iv)) return 0;
    +    if (!EVP_EncryptInit_ex(ctx, NULL, NULL, key, iv))
    +        return 0;
     
    -	for (i=0; idigest->flags & EVP_MD_FLAG_PKEY_METHOD_SIGNATURE)
    -		{
    -		size_t sltmp = (size_t)EVP_PKEY_size(pkey);
    -		i = 0;
    -		pkctx = EVP_PKEY_CTX_new(pkey, NULL);
    -		if (!pkctx)
    -			goto err;
    -		if (EVP_PKEY_sign_init(pkctx) <= 0)
    -			goto err;
    -		if (EVP_PKEY_CTX_set_signature_md(pkctx, ctx->digest) <= 0)
    -			goto err;
    -		if (EVP_PKEY_sign(pkctx, sigret, &sltmp, m, m_len) <= 0)
    -			goto err;
    -		*siglen = sltmp;
    -		i = 1;
    -		err:
    -		EVP_PKEY_CTX_free(pkctx);
    -		return i;
    -		}
    +    *siglen = 0;
    +    EVP_MD_CTX_init(&tmp_ctx);
    +    if (!EVP_MD_CTX_copy_ex(&tmp_ctx, ctx))
    +        goto err;
    +    if (!EVP_DigestFinal_ex(&tmp_ctx, &(m[0]), &m_len))
    +        goto err;
    +    EVP_MD_CTX_cleanup(&tmp_ctx);
     
    -	for (i=0; i<4; i++)
    -		{
    -		v=ctx->digest->required_pkey_type[i];
    -		if (v == 0) break;
    -		if (pkey->type == v)
    -			{
    -			ok=1;
    -			break;
    -			}
    -		}
    -	if (!ok)
    -		{
    -		EVPerr(EVP_F_EVP_SIGNFINAL,EVP_R_WRONG_PUBLIC_KEY_TYPE);
    -		return(0);
    -		}
    +    if (ctx->digest->flags & EVP_MD_FLAG_PKEY_METHOD_SIGNATURE) {
    +        size_t sltmp = (size_t)EVP_PKEY_size(pkey);
    +        i = 0;
    +        pkctx = EVP_PKEY_CTX_new(pkey, NULL);
    +        if (!pkctx)
    +            goto err;
    +        if (EVP_PKEY_sign_init(pkctx) <= 0)
    +            goto err;
    +        if (EVP_PKEY_CTX_set_signature_md(pkctx, ctx->digest) <= 0)
    +            goto err;
    +        if (EVP_PKEY_sign(pkctx, sigret, &sltmp, m, m_len) <= 0)
    +            goto err;
    +        *siglen = sltmp;
    +        i = 1;
    + err:
    +        EVP_PKEY_CTX_free(pkctx);
    +        return i;
    +    }
     
    -	if (ctx->digest->sign == NULL)
    -		{
    -		EVPerr(EVP_F_EVP_SIGNFINAL,EVP_R_NO_SIGN_FUNCTION_CONFIGURED);
    -		return(0);
    -		}
    -	return(ctx->digest->sign(ctx->digest->type,m,m_len,sigret,siglen,
    -		pkey->pkey.ptr));
    -	}
    +    for (i = 0; i < 4; i++) {
    +        v = ctx->digest->required_pkey_type[i];
    +        if (v == 0)
    +            break;
    +        if (pkey->type == v) {
    +            ok = 1;
    +            break;
    +        }
    +    }
    +    if (!ok) {
    +        EVPerr(EVP_F_EVP_SIGNFINAL, EVP_R_WRONG_PUBLIC_KEY_TYPE);
    +        return (0);
    +    }
     
    +    if (ctx->digest->sign == NULL) {
    +        EVPerr(EVP_F_EVP_SIGNFINAL, EVP_R_NO_SIGN_FUNCTION_CONFIGURED);
    +        return (0);
    +    }
    +    return (ctx->digest->sign(ctx->digest->type, m, m_len, sigret, siglen,
    +                              pkey->pkey.ptr));
    +}
    diff --git a/openssl/crypto/evp/p_verify.c b/openssl/crypto/evp/p_verify.c
    index c66d63ccf..65e1e2169 100644
    --- a/openssl/crypto/evp/p_verify.c
    +++ b/openssl/crypto/evp/p_verify.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,59 +63,54 @@
     #include 
     
     int EVP_VerifyFinal(EVP_MD_CTX *ctx, const unsigned char *sigbuf,
    -	     unsigned int siglen, EVP_PKEY *pkey)
    -	{
    -	unsigned char m[EVP_MAX_MD_SIZE];
    -	unsigned int m_len;
    -	int i = 0,ok = 0,v;
    -	EVP_MD_CTX tmp_ctx;
    -	EVP_PKEY_CTX *pkctx = NULL;
    -
    -	EVP_MD_CTX_init(&tmp_ctx);
    -	if (!EVP_MD_CTX_copy_ex(&tmp_ctx,ctx))
    -		goto err;    
    -	if (!EVP_DigestFinal_ex(&tmp_ctx,&(m[0]),&m_len))
    -		goto err;
    -	EVP_MD_CTX_cleanup(&tmp_ctx);
    +                    unsigned int siglen, EVP_PKEY *pkey)
    +{
    +    unsigned char m[EVP_MAX_MD_SIZE];
    +    unsigned int m_len;
    +    int i = 0, ok = 0, v;
    +    EVP_MD_CTX tmp_ctx;
    +    EVP_PKEY_CTX *pkctx = NULL;
     
    -	if (ctx->digest->flags & EVP_MD_FLAG_PKEY_METHOD_SIGNATURE)
    -		{
    -		i = -1;
    -		pkctx = EVP_PKEY_CTX_new(pkey, NULL);
    -		if (!pkctx)
    -			goto err;
    -		if (EVP_PKEY_verify_init(pkctx) <= 0)
    -			goto err;
    -		if (EVP_PKEY_CTX_set_signature_md(pkctx, ctx->digest) <= 0)
    -			goto err;
    -		i = EVP_PKEY_verify(pkctx, sigbuf, siglen, m, m_len);
    -		err:
    -		EVP_PKEY_CTX_free(pkctx);
    -		return i;
    -		}
    +    EVP_MD_CTX_init(&tmp_ctx);
    +    if (!EVP_MD_CTX_copy_ex(&tmp_ctx, ctx))
    +        goto err;
    +    if (!EVP_DigestFinal_ex(&tmp_ctx, &(m[0]), &m_len))
    +        goto err;
    +    EVP_MD_CTX_cleanup(&tmp_ctx);
     
    -	for (i=0; i<4; i++)
    -		{
    -		v=ctx->digest->required_pkey_type[i];
    -		if (v == 0) break;
    -		if (pkey->type == v)
    -			{
    -			ok=1;
    -			break;
    -			}
    -		}
    -	if (!ok)
    -		{
    -		EVPerr(EVP_F_EVP_VERIFYFINAL,EVP_R_WRONG_PUBLIC_KEY_TYPE);
    -		return(-1);
    -		}
    -        if (ctx->digest->verify == NULL)
    -                {
    -		EVPerr(EVP_F_EVP_VERIFYFINAL,EVP_R_NO_VERIFY_FUNCTION_CONFIGURED);
    -		return(0);
    -		}
    +    if (ctx->digest->flags & EVP_MD_FLAG_PKEY_METHOD_SIGNATURE) {
    +        i = -1;
    +        pkctx = EVP_PKEY_CTX_new(pkey, NULL);
    +        if (!pkctx)
    +            goto err;
    +        if (EVP_PKEY_verify_init(pkctx) <= 0)
    +            goto err;
    +        if (EVP_PKEY_CTX_set_signature_md(pkctx, ctx->digest) <= 0)
    +            goto err;
    +        i = EVP_PKEY_verify(pkctx, sigbuf, siglen, m, m_len);
    + err:
    +        EVP_PKEY_CTX_free(pkctx);
    +        return i;
    +    }
     
    -	return(ctx->digest->verify(ctx->digest->type,m,m_len,
    -		sigbuf,siglen,pkey->pkey.ptr));
    -	}
    +    for (i = 0; i < 4; i++) {
    +        v = ctx->digest->required_pkey_type[i];
    +        if (v == 0)
    +            break;
    +        if (pkey->type == v) {
    +            ok = 1;
    +            break;
    +        }
    +    }
    +    if (!ok) {
    +        EVPerr(EVP_F_EVP_VERIFYFINAL, EVP_R_WRONG_PUBLIC_KEY_TYPE);
    +        return (-1);
    +    }
    +    if (ctx->digest->verify == NULL) {
    +        EVPerr(EVP_F_EVP_VERIFYFINAL, EVP_R_NO_VERIFY_FUNCTION_CONFIGURED);
    +        return (0);
    +    }
     
    +    return (ctx->digest->verify(ctx->digest->type, m, m_len,
    +                                sigbuf, siglen, pkey->pkey.ptr));
    +}
    diff --git a/openssl/crypto/evp/pmeth_fn.c b/openssl/crypto/evp/pmeth_fn.c
    index c4676f2f8..a8b7f2f6d 100644
    --- a/openssl/crypto/evp/pmeth_fn.c
    +++ b/openssl/crypto/evp/pmeth_fn.c
    @@ -1,6 +1,7 @@
     /* pmeth_fn.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2006.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2006.
      */
     /* ====================================================================
      * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -64,305 +65,282 @@
     #include "evp_locl.h"
     
     #define M_check_autoarg(ctx, arg, arglen, err) \
    -	if (ctx->pmeth->flags & EVP_PKEY_FLAG_AUTOARGLEN) \
    -		{ \
    -		size_t pksize = (size_t)EVP_PKEY_size(ctx->pkey); \
    -		if (!arg) \
    -			{ \
    -			*arglen = pksize; \
    -			return 1; \
    -			} \
    -		else if (*arglen < pksize) \
    -			{ \
    -			EVPerr(err, EVP_R_BUFFER_TOO_SMALL); /*ckerr_ignore*/\
    -			return 0; \
    -			} \
    -		}
    +        if (ctx->pmeth->flags & EVP_PKEY_FLAG_AUTOARGLEN) \
    +                { \
    +                size_t pksize = (size_t)EVP_PKEY_size(ctx->pkey); \
    +                if (!arg) \
    +                        { \
    +                        *arglen = pksize; \
    +                        return 1; \
    +                        } \
    +                else if (*arglen < pksize) \
    +                        { \
    +                        EVPerr(err, EVP_R_BUFFER_TOO_SMALL); /*ckerr_ignore*/\
    +                        return 0; \
    +                        } \
    +                }
     
     int EVP_PKEY_sign_init(EVP_PKEY_CTX *ctx)
    -	{
    -	int ret;
    -	if (!ctx || !ctx->pmeth || !ctx->pmeth->sign)
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_SIGN_INIT,
    -			EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    -		return -2;
    -		}
    -	ctx->operation = EVP_PKEY_OP_SIGN;
    -	if (!ctx->pmeth->sign_init)
    -		return 1;
    -	ret = ctx->pmeth->sign_init(ctx);
    -	if (ret <= 0)
    -		ctx->operation = EVP_PKEY_OP_UNDEFINED;
    -	return ret;
    -	}
    +{
    +    int ret;
    +    if (!ctx || !ctx->pmeth || !ctx->pmeth->sign) {
    +        EVPerr(EVP_F_EVP_PKEY_SIGN_INIT,
    +               EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    +        return -2;
    +    }
    +    ctx->operation = EVP_PKEY_OP_SIGN;
    +    if (!ctx->pmeth->sign_init)
    +        return 1;
    +    ret = ctx->pmeth->sign_init(ctx);
    +    if (ret <= 0)
    +        ctx->operation = EVP_PKEY_OP_UNDEFINED;
    +    return ret;
    +}
     
     int EVP_PKEY_sign(EVP_PKEY_CTX *ctx,
    -			unsigned char *sig, size_t *siglen,
    -			const unsigned char *tbs, size_t tbslen)
    -	{
    -	if (!ctx || !ctx->pmeth || !ctx->pmeth->sign)
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_SIGN,
    -			EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    -		return -2;
    -		}
    -	if (ctx->operation != EVP_PKEY_OP_SIGN)
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_SIGN, EVP_R_OPERATON_NOT_INITIALIZED);
    -		return -1;
    -		}
    -	M_check_autoarg(ctx, sig, siglen, EVP_F_EVP_PKEY_SIGN)
    -	return ctx->pmeth->sign(ctx, sig, siglen, tbs, tbslen);
    -	}
    +                  unsigned char *sig, size_t *siglen,
    +                  const unsigned char *tbs, size_t tbslen)
    +{
    +    if (!ctx || !ctx->pmeth || !ctx->pmeth->sign) {
    +        EVPerr(EVP_F_EVP_PKEY_SIGN,
    +               EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    +        return -2;
    +    }
    +    if (ctx->operation != EVP_PKEY_OP_SIGN) {
    +        EVPerr(EVP_F_EVP_PKEY_SIGN, EVP_R_OPERATON_NOT_INITIALIZED);
    +        return -1;
    +    }
    +    M_check_autoarg(ctx, sig, siglen, EVP_F_EVP_PKEY_SIGN)
    +        return ctx->pmeth->sign(ctx, sig, siglen, tbs, tbslen);
    +}
     
     int EVP_PKEY_verify_init(EVP_PKEY_CTX *ctx)
    -	{
    -	int ret;
    -	if (!ctx || !ctx->pmeth || !ctx->pmeth->verify)
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_VERIFY_INIT,
    -			EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    -		return -2;
    -		}
    -	ctx->operation = EVP_PKEY_OP_VERIFY;
    -	if (!ctx->pmeth->verify_init)
    -		return 1;
    -	ret = ctx->pmeth->verify_init(ctx);
    -	if (ret <= 0)
    -		ctx->operation = EVP_PKEY_OP_UNDEFINED;
    -	return ret;
    -	}
    +{
    +    int ret;
    +    if (!ctx || !ctx->pmeth || !ctx->pmeth->verify) {
    +        EVPerr(EVP_F_EVP_PKEY_VERIFY_INIT,
    +               EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    +        return -2;
    +    }
    +    ctx->operation = EVP_PKEY_OP_VERIFY;
    +    if (!ctx->pmeth->verify_init)
    +        return 1;
    +    ret = ctx->pmeth->verify_init(ctx);
    +    if (ret <= 0)
    +        ctx->operation = EVP_PKEY_OP_UNDEFINED;
    +    return ret;
    +}
     
     int EVP_PKEY_verify(EVP_PKEY_CTX *ctx,
    -			const unsigned char *sig, size_t siglen,
    -			const unsigned char *tbs, size_t tbslen)
    -	{
    -	if (!ctx || !ctx->pmeth || !ctx->pmeth->verify)
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_VERIFY,
    -			EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    -		return -2;
    -		}
    -	if (ctx->operation != EVP_PKEY_OP_VERIFY)
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_VERIFY, EVP_R_OPERATON_NOT_INITIALIZED);
    -		return -1;
    -		}
    -	return ctx->pmeth->verify(ctx, sig, siglen, tbs, tbslen);
    -	}
    +                    const unsigned char *sig, size_t siglen,
    +                    const unsigned char *tbs, size_t tbslen)
    +{
    +    if (!ctx || !ctx->pmeth || !ctx->pmeth->verify) {
    +        EVPerr(EVP_F_EVP_PKEY_VERIFY,
    +               EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    +        return -2;
    +    }
    +    if (ctx->operation != EVP_PKEY_OP_VERIFY) {
    +        EVPerr(EVP_F_EVP_PKEY_VERIFY, EVP_R_OPERATON_NOT_INITIALIZED);
    +        return -1;
    +    }
    +    return ctx->pmeth->verify(ctx, sig, siglen, tbs, tbslen);
    +}
     
     int EVP_PKEY_verify_recover_init(EVP_PKEY_CTX *ctx)
    -	{
    -	int ret;
    -	if (!ctx || !ctx->pmeth || !ctx->pmeth->verify_recover)
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_VERIFY_RECOVER_INIT,
    -			EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    -		return -2;
    -		}
    -	ctx->operation = EVP_PKEY_OP_VERIFYRECOVER;
    -	if (!ctx->pmeth->verify_recover_init)
    -		return 1;
    -	ret = ctx->pmeth->verify_recover_init(ctx);
    -	if (ret <= 0)
    -		ctx->operation = EVP_PKEY_OP_UNDEFINED;
    -	return ret;
    -	}
    +{
    +    int ret;
    +    if (!ctx || !ctx->pmeth || !ctx->pmeth->verify_recover) {
    +        EVPerr(EVP_F_EVP_PKEY_VERIFY_RECOVER_INIT,
    +               EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    +        return -2;
    +    }
    +    ctx->operation = EVP_PKEY_OP_VERIFYRECOVER;
    +    if (!ctx->pmeth->verify_recover_init)
    +        return 1;
    +    ret = ctx->pmeth->verify_recover_init(ctx);
    +    if (ret <= 0)
    +        ctx->operation = EVP_PKEY_OP_UNDEFINED;
    +    return ret;
    +}
     
     int EVP_PKEY_verify_recover(EVP_PKEY_CTX *ctx,
    -			unsigned char *rout, size_t *routlen,
    -			const unsigned char *sig, size_t siglen)
    -	{
    -	if (!ctx || !ctx->pmeth || !ctx->pmeth->verify_recover)
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_VERIFY_RECOVER,
    -			EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    -		return -2;
    -		}
    -	if (ctx->operation != EVP_PKEY_OP_VERIFYRECOVER)
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_VERIFY_RECOVER, EVP_R_OPERATON_NOT_INITIALIZED);
    -		return -1;
    -		}
    -	M_check_autoarg(ctx, rout, routlen, EVP_F_EVP_PKEY_VERIFY_RECOVER)
    -	return ctx->pmeth->verify_recover(ctx, rout, routlen, sig, siglen);
    -	}
    +                            unsigned char *rout, size_t *routlen,
    +                            const unsigned char *sig, size_t siglen)
    +{
    +    if (!ctx || !ctx->pmeth || !ctx->pmeth->verify_recover) {
    +        EVPerr(EVP_F_EVP_PKEY_VERIFY_RECOVER,
    +               EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    +        return -2;
    +    }
    +    if (ctx->operation != EVP_PKEY_OP_VERIFYRECOVER) {
    +        EVPerr(EVP_F_EVP_PKEY_VERIFY_RECOVER, EVP_R_OPERATON_NOT_INITIALIZED);
    +        return -1;
    +    }
    +    M_check_autoarg(ctx, rout, routlen, EVP_F_EVP_PKEY_VERIFY_RECOVER)
    +        return ctx->pmeth->verify_recover(ctx, rout, routlen, sig, siglen);
    +}
     
     int EVP_PKEY_encrypt_init(EVP_PKEY_CTX *ctx)
    -	{
    -	int ret;
    -	if (!ctx || !ctx->pmeth || !ctx->pmeth->encrypt)
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_ENCRYPT_INIT,
    -			EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    -		return -2;
    -		}
    -	ctx->operation = EVP_PKEY_OP_ENCRYPT;
    -	if (!ctx->pmeth->encrypt_init)
    -		return 1;
    -	ret = ctx->pmeth->encrypt_init(ctx);
    -	if (ret <= 0)
    -		ctx->operation = EVP_PKEY_OP_UNDEFINED;
    -	return ret;
    -	}
    +{
    +    int ret;
    +    if (!ctx || !ctx->pmeth || !ctx->pmeth->encrypt) {
    +        EVPerr(EVP_F_EVP_PKEY_ENCRYPT_INIT,
    +               EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    +        return -2;
    +    }
    +    ctx->operation = EVP_PKEY_OP_ENCRYPT;
    +    if (!ctx->pmeth->encrypt_init)
    +        return 1;
    +    ret = ctx->pmeth->encrypt_init(ctx);
    +    if (ret <= 0)
    +        ctx->operation = EVP_PKEY_OP_UNDEFINED;
    +    return ret;
    +}
     
     int EVP_PKEY_encrypt(EVP_PKEY_CTX *ctx,
    -			unsigned char *out, size_t *outlen,
    -			const unsigned char *in, size_t inlen)
    -	{
    -	if (!ctx || !ctx->pmeth || !ctx->pmeth->encrypt)
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_ENCRYPT,
    -			EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    -		return -2;
    -		}
    -	if (ctx->operation != EVP_PKEY_OP_ENCRYPT)
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_ENCRYPT, EVP_R_OPERATON_NOT_INITIALIZED);
    -		return -1;
    -		}
    -	M_check_autoarg(ctx, out, outlen, EVP_F_EVP_PKEY_ENCRYPT)
    -	return ctx->pmeth->encrypt(ctx, out, outlen, in, inlen);
    -	}
    +                     unsigned char *out, size_t *outlen,
    +                     const unsigned char *in, size_t inlen)
    +{
    +    if (!ctx || !ctx->pmeth || !ctx->pmeth->encrypt) {
    +        EVPerr(EVP_F_EVP_PKEY_ENCRYPT,
    +               EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    +        return -2;
    +    }
    +    if (ctx->operation != EVP_PKEY_OP_ENCRYPT) {
    +        EVPerr(EVP_F_EVP_PKEY_ENCRYPT, EVP_R_OPERATON_NOT_INITIALIZED);
    +        return -1;
    +    }
    +    M_check_autoarg(ctx, out, outlen, EVP_F_EVP_PKEY_ENCRYPT)
    +        return ctx->pmeth->encrypt(ctx, out, outlen, in, inlen);
    +}
     
     int EVP_PKEY_decrypt_init(EVP_PKEY_CTX *ctx)
    -	{
    -	int ret;
    -	if (!ctx || !ctx->pmeth || !ctx->pmeth->decrypt)
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_DECRYPT_INIT,
    -			EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    -		return -2;
    -		}
    -	ctx->operation = EVP_PKEY_OP_DECRYPT;
    -	if (!ctx->pmeth->decrypt_init)
    -		return 1;
    -	ret = ctx->pmeth->decrypt_init(ctx);
    -	if (ret <= 0)
    -		ctx->operation = EVP_PKEY_OP_UNDEFINED;
    -	return ret;
    -	}
    +{
    +    int ret;
    +    if (!ctx || !ctx->pmeth || !ctx->pmeth->decrypt) {
    +        EVPerr(EVP_F_EVP_PKEY_DECRYPT_INIT,
    +               EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    +        return -2;
    +    }
    +    ctx->operation = EVP_PKEY_OP_DECRYPT;
    +    if (!ctx->pmeth->decrypt_init)
    +        return 1;
    +    ret = ctx->pmeth->decrypt_init(ctx);
    +    if (ret <= 0)
    +        ctx->operation = EVP_PKEY_OP_UNDEFINED;
    +    return ret;
    +}
     
     int EVP_PKEY_decrypt(EVP_PKEY_CTX *ctx,
    -			unsigned char *out, size_t *outlen,
    -			const unsigned char *in, size_t inlen)
    -	{
    -	if (!ctx || !ctx->pmeth || !ctx->pmeth->decrypt)
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_DECRYPT,
    -			EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    -		return -2;
    -		}
    -	if (ctx->operation != EVP_PKEY_OP_DECRYPT)
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_DECRYPT, EVP_R_OPERATON_NOT_INITIALIZED);
    -		return -1;
    -		}
    -	M_check_autoarg(ctx, out, outlen, EVP_F_EVP_PKEY_DECRYPT)
    -	return ctx->pmeth->decrypt(ctx, out, outlen, in, inlen);
    -	}
    -
    +                     unsigned char *out, size_t *outlen,
    +                     const unsigned char *in, size_t inlen)
    +{
    +    if (!ctx || !ctx->pmeth || !ctx->pmeth->decrypt) {
    +        EVPerr(EVP_F_EVP_PKEY_DECRYPT,
    +               EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    +        return -2;
    +    }
    +    if (ctx->operation != EVP_PKEY_OP_DECRYPT) {
    +        EVPerr(EVP_F_EVP_PKEY_DECRYPT, EVP_R_OPERATON_NOT_INITIALIZED);
    +        return -1;
    +    }
    +    M_check_autoarg(ctx, out, outlen, EVP_F_EVP_PKEY_DECRYPT)
    +        return ctx->pmeth->decrypt(ctx, out, outlen, in, inlen);
    +}
     
     int EVP_PKEY_derive_init(EVP_PKEY_CTX *ctx)
    -	{
    -	int ret;
    -	if (!ctx || !ctx->pmeth || !ctx->pmeth->derive)
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_DERIVE_INIT,
    -			EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    -		return -2;
    -		}
    -	ctx->operation = EVP_PKEY_OP_DERIVE;
    -	if (!ctx->pmeth->derive_init)
    -		return 1;
    -	ret = ctx->pmeth->derive_init(ctx);
    -	if (ret <= 0)
    -		ctx->operation = EVP_PKEY_OP_UNDEFINED;
    -	return ret;
    -	}
    +{
    +    int ret;
    +    if (!ctx || !ctx->pmeth || !ctx->pmeth->derive) {
    +        EVPerr(EVP_F_EVP_PKEY_DERIVE_INIT,
    +               EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    +        return -2;
    +    }
    +    ctx->operation = EVP_PKEY_OP_DERIVE;
    +    if (!ctx->pmeth->derive_init)
    +        return 1;
    +    ret = ctx->pmeth->derive_init(ctx);
    +    if (ret <= 0)
    +        ctx->operation = EVP_PKEY_OP_UNDEFINED;
    +    return ret;
    +}
     
     int EVP_PKEY_derive_set_peer(EVP_PKEY_CTX *ctx, EVP_PKEY *peer)
    -	{
    -	int ret;
    -	if (!ctx || !ctx->pmeth || !(ctx->pmeth->derive||ctx->pmeth->encrypt||ctx->pmeth->decrypt) || !ctx->pmeth->ctrl)
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_DERIVE_SET_PEER,
    -			EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    -		return -2;
    -		}
    -	if (ctx->operation != EVP_PKEY_OP_DERIVE && ctx->operation != EVP_PKEY_OP_ENCRYPT && ctx->operation != EVP_PKEY_OP_DECRYPT)
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_DERIVE_SET_PEER,
    -					EVP_R_OPERATON_NOT_INITIALIZED);
    -		return -1;
    -		}
    -
    -	ret = ctx->pmeth->ctrl(ctx, EVP_PKEY_CTRL_PEER_KEY, 0, peer);
    +{
    +    int ret;
    +    if (!ctx || !ctx->pmeth
    +        || !(ctx->pmeth->derive || ctx->pmeth->encrypt || ctx->pmeth->decrypt)
    +        || !ctx->pmeth->ctrl) {
    +        EVPerr(EVP_F_EVP_PKEY_DERIVE_SET_PEER,
    +               EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    +        return -2;
    +    }
    +    if (ctx->operation != EVP_PKEY_OP_DERIVE
    +        && ctx->operation != EVP_PKEY_OP_ENCRYPT
    +        && ctx->operation != EVP_PKEY_OP_DECRYPT) {
    +        EVPerr(EVP_F_EVP_PKEY_DERIVE_SET_PEER,
    +               EVP_R_OPERATON_NOT_INITIALIZED);
    +        return -1;
    +    }
     
    -	if (ret <= 0)
    -		return ret;
    +    ret = ctx->pmeth->ctrl(ctx, EVP_PKEY_CTRL_PEER_KEY, 0, peer);
     
    -	if (ret == 2)
    -		return 1;
    +    if (ret <= 0)
    +        return ret;
     
    -	if (!ctx->pkey)
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_DERIVE_SET_PEER, EVP_R_NO_KEY_SET);
    -		return -1;
    -		}
    +    if (ret == 2)
    +        return 1;
     
    -	if (ctx->pkey->type != peer->type)
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_DERIVE_SET_PEER,
    -						EVP_R_DIFFERENT_KEY_TYPES);
    -		return -1;
    -		}
    +    if (!ctx->pkey) {
    +        EVPerr(EVP_F_EVP_PKEY_DERIVE_SET_PEER, EVP_R_NO_KEY_SET);
    +        return -1;
    +    }
     
    -	/* ran@cryptocom.ru: For clarity.  The error is if parameters in peer are
    -	 * present (!missing) but don't match.  EVP_PKEY_cmp_parameters may return
    -	 * 1 (match), 0 (don't match) and -2 (comparison is not defined).  -1
    -	 * (different key types) is impossible here because it is checked earlier.
    -	 * -2 is OK for us here, as well as 1, so we can check for 0 only. */
    -	if (!EVP_PKEY_missing_parameters(peer) &&
    -		!EVP_PKEY_cmp_parameters(ctx->pkey, peer))
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_DERIVE_SET_PEER,
    -						EVP_R_DIFFERENT_PARAMETERS);
    -		return -1;
    -		}
    +    if (ctx->pkey->type != peer->type) {
    +        EVPerr(EVP_F_EVP_PKEY_DERIVE_SET_PEER, EVP_R_DIFFERENT_KEY_TYPES);
    +        return -1;
    +    }
     
    -	if (ctx->peerkey)
    -		EVP_PKEY_free(ctx->peerkey);
    -	ctx->peerkey = peer;
    +    /*
    +     * ran@cryptocom.ru: For clarity.  The error is if parameters in peer are
    +     * present (!missing) but don't match.  EVP_PKEY_cmp_parameters may return
    +     * 1 (match), 0 (don't match) and -2 (comparison is not defined).  -1
    +     * (different key types) is impossible here because it is checked earlier.
    +     * -2 is OK for us here, as well as 1, so we can check for 0 only.
    +     */
    +    if (!EVP_PKEY_missing_parameters(peer) &&
    +        !EVP_PKEY_cmp_parameters(ctx->pkey, peer)) {
    +        EVPerr(EVP_F_EVP_PKEY_DERIVE_SET_PEER, EVP_R_DIFFERENT_PARAMETERS);
    +        return -1;
    +    }
     
    -	ret = ctx->pmeth->ctrl(ctx, EVP_PKEY_CTRL_PEER_KEY, 1, peer);
    +    if (ctx->peerkey)
    +        EVP_PKEY_free(ctx->peerkey);
    +    ctx->peerkey = peer;
     
    -	if (ret <= 0)
    -		{
    -		ctx->peerkey = NULL;
    -		return ret;
    -		}
    +    ret = ctx->pmeth->ctrl(ctx, EVP_PKEY_CTRL_PEER_KEY, 1, peer);
     
    -	CRYPTO_add(&peer->references,1,CRYPTO_LOCK_EVP_PKEY);
    -	return 1;
    -	}
    +    if (ret <= 0) {
    +        ctx->peerkey = NULL;
    +        return ret;
    +    }
     
    +    CRYPTO_add(&peer->references, 1, CRYPTO_LOCK_EVP_PKEY);
    +    return 1;
    +}
     
     int EVP_PKEY_derive(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *pkeylen)
    -	{
    -	if (!ctx || !ctx->pmeth || !ctx->pmeth->derive)
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_DERIVE,
    -			EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    -		return -2;
    -		}
    -	if (ctx->operation != EVP_PKEY_OP_DERIVE)
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_DERIVE, EVP_R_OPERATON_NOT_INITIALIZED);
    -		return -1;
    -		}
    -	M_check_autoarg(ctx, key, pkeylen, EVP_F_EVP_PKEY_DERIVE)
    -	return ctx->pmeth->derive(ctx, key, pkeylen);
    -	}
    -
    +{
    +    if (!ctx || !ctx->pmeth || !ctx->pmeth->derive) {
    +        EVPerr(EVP_F_EVP_PKEY_DERIVE,
    +               EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    +        return -2;
    +    }
    +    if (ctx->operation != EVP_PKEY_OP_DERIVE) {
    +        EVPerr(EVP_F_EVP_PKEY_DERIVE, EVP_R_OPERATON_NOT_INITIALIZED);
    +        return -1;
    +    }
    +    M_check_autoarg(ctx, key, pkeylen, EVP_F_EVP_PKEY_DERIVE)
    +        return ctx->pmeth->derive(ctx, key, pkeylen);
    +}
    diff --git a/openssl/crypto/evp/pmeth_gn.c b/openssl/crypto/evp/pmeth_gn.c
    index 4651c8137..59f81342e 100644
    --- a/openssl/crypto/evp/pmeth_gn.c
    +++ b/openssl/crypto/evp/pmeth_gn.c
    @@ -1,6 +1,7 @@
     /* pmeth_gn.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2006.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2006.
      */
     /* ====================================================================
      * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -65,157 +66,150 @@
     #include "evp_locl.h"
     
     int EVP_PKEY_paramgen_init(EVP_PKEY_CTX *ctx)
    -	{
    -	int ret;
    -	if (!ctx || !ctx->pmeth || !ctx->pmeth->paramgen)
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_PARAMGEN_INIT,
    -			EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    -		return -2;
    -		}
    -	ctx->operation = EVP_PKEY_OP_PARAMGEN;
    -	if (!ctx->pmeth->paramgen_init)
    -		return 1;
    -	ret = ctx->pmeth->paramgen_init(ctx);
    -	if (ret <= 0)
    -		ctx->operation = EVP_PKEY_OP_UNDEFINED;
    -	return ret;
    -	}
    +{
    +    int ret;
    +    if (!ctx || !ctx->pmeth || !ctx->pmeth->paramgen) {
    +        EVPerr(EVP_F_EVP_PKEY_PARAMGEN_INIT,
    +               EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    +        return -2;
    +    }
    +    ctx->operation = EVP_PKEY_OP_PARAMGEN;
    +    if (!ctx->pmeth->paramgen_init)
    +        return 1;
    +    ret = ctx->pmeth->paramgen_init(ctx);
    +    if (ret <= 0)
    +        ctx->operation = EVP_PKEY_OP_UNDEFINED;
    +    return ret;
    +}
     
     int EVP_PKEY_paramgen(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey)
    -	{
    -	int ret;
    -	if (!ctx || !ctx->pmeth || !ctx->pmeth->paramgen)
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_PARAMGEN,
    -			EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    -		return -2;
    -		}
    -
    -	if (ctx->operation != EVP_PKEY_OP_PARAMGEN)
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_PARAMGEN, EVP_R_OPERATON_NOT_INITIALIZED);
    -		return -1;
    -		}
    -
    -	if (!ppkey)
    -		return -1;
    -
    -	if (!*ppkey)
    -		*ppkey = EVP_PKEY_new();
    -
    -	ret = ctx->pmeth->paramgen(ctx, *ppkey);
    -	if (ret <= 0)
    -		{
    -		EVP_PKEY_free(*ppkey);
    -		*ppkey = NULL;
    -		}
    -	return ret;
    -	}
    +{
    +    int ret;
    +    if (!ctx || !ctx->pmeth || !ctx->pmeth->paramgen) {
    +        EVPerr(EVP_F_EVP_PKEY_PARAMGEN,
    +               EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    +        return -2;
    +    }
    +
    +    if (ctx->operation != EVP_PKEY_OP_PARAMGEN) {
    +        EVPerr(EVP_F_EVP_PKEY_PARAMGEN, EVP_R_OPERATON_NOT_INITIALIZED);
    +        return -1;
    +    }
    +
    +    if (!ppkey)
    +        return -1;
    +
    +    if (!*ppkey)
    +        *ppkey = EVP_PKEY_new();
    +
    +    ret = ctx->pmeth->paramgen(ctx, *ppkey);
    +    if (ret <= 0) {
    +        EVP_PKEY_free(*ppkey);
    +        *ppkey = NULL;
    +    }
    +    return ret;
    +}
     
     int EVP_PKEY_keygen_init(EVP_PKEY_CTX *ctx)
    -	{
    -	int ret;
    -	if (!ctx || !ctx->pmeth || !ctx->pmeth->keygen)
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_KEYGEN_INIT,
    -			EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    -		return -2;
    -		}
    -	ctx->operation = EVP_PKEY_OP_KEYGEN;
    -	if (!ctx->pmeth->keygen_init)
    -		return 1;
    -	ret = ctx->pmeth->keygen_init(ctx);
    -	if (ret <= 0)
    -		ctx->operation = EVP_PKEY_OP_UNDEFINED;
    -	return ret;
    -	}
    +{
    +    int ret;
    +    if (!ctx || !ctx->pmeth || !ctx->pmeth->keygen) {
    +        EVPerr(EVP_F_EVP_PKEY_KEYGEN_INIT,
    +               EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    +        return -2;
    +    }
    +    ctx->operation = EVP_PKEY_OP_KEYGEN;
    +    if (!ctx->pmeth->keygen_init)
    +        return 1;
    +    ret = ctx->pmeth->keygen_init(ctx);
    +    if (ret <= 0)
    +        ctx->operation = EVP_PKEY_OP_UNDEFINED;
    +    return ret;
    +}
     
     int EVP_PKEY_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey)
    -	{
    -	int ret;
    -
    -	if (!ctx || !ctx->pmeth || !ctx->pmeth->keygen)
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_KEYGEN,
    -			EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    -		return -2;
    -		}
    -	if (ctx->operation != EVP_PKEY_OP_KEYGEN)
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_KEYGEN, EVP_R_OPERATON_NOT_INITIALIZED);
    -		return -1;
    -		}
    -
    -	if (!ppkey)
    -		return -1;
    -
    -	if (!*ppkey)
    -		*ppkey = EVP_PKEY_new();
    -
    -	ret = ctx->pmeth->keygen(ctx, *ppkey);
    -	if (ret <= 0)
    -		{
    -		EVP_PKEY_free(*ppkey);
    -		*ppkey = NULL;
    -		}
    -	return ret;
    -	}
    +{
    +    int ret;
    +
    +    if (!ctx || !ctx->pmeth || !ctx->pmeth->keygen) {
    +        EVPerr(EVP_F_EVP_PKEY_KEYGEN,
    +               EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    +        return -2;
    +    }
    +    if (ctx->operation != EVP_PKEY_OP_KEYGEN) {
    +        EVPerr(EVP_F_EVP_PKEY_KEYGEN, EVP_R_OPERATON_NOT_INITIALIZED);
    +        return -1;
    +    }
    +
    +    if (!ppkey)
    +        return -1;
    +
    +    if (!*ppkey)
    +        *ppkey = EVP_PKEY_new();
    +
    +    ret = ctx->pmeth->keygen(ctx, *ppkey);
    +    if (ret <= 0) {
    +        EVP_PKEY_free(*ppkey);
    +        *ppkey = NULL;
    +    }
    +    return ret;
    +}
     
     void EVP_PKEY_CTX_set_cb(EVP_PKEY_CTX *ctx, EVP_PKEY_gen_cb *cb)
    -	{
    -	ctx->pkey_gencb = cb;
    -	}
    +{
    +    ctx->pkey_gencb = cb;
    +}
     
     EVP_PKEY_gen_cb *EVP_PKEY_CTX_get_cb(EVP_PKEY_CTX *ctx)
    -	{
    -	return ctx->pkey_gencb;
    -	}
    +{
    +    return ctx->pkey_gencb;
    +}
     
    -/* "translation callback" to call EVP_PKEY_CTX callbacks using BN_GENCB
    - * style callbacks.
    +/*
    + * "translation callback" to call EVP_PKEY_CTX callbacks using BN_GENCB style
    + * callbacks.
      */
     
     static int trans_cb(int a, int b, BN_GENCB *gcb)
    -	{
    -	EVP_PKEY_CTX *ctx = gcb->arg;
    -	ctx->keygen_info[0] = a;
    -	ctx->keygen_info[1] = b;
    -	return ctx->pkey_gencb(ctx);
    -	}	
    +{
    +    EVP_PKEY_CTX *ctx = gcb->arg;
    +    ctx->keygen_info[0] = a;
    +    ctx->keygen_info[1] = b;
    +    return ctx->pkey_gencb(ctx);
    +}
     
     void evp_pkey_set_cb_translate(BN_GENCB *cb, EVP_PKEY_CTX *ctx)
    -	{
    -	BN_GENCB_set(cb, trans_cb, ctx)
    -	}
    +{
    +    BN_GENCB_set(cb, trans_cb, ctx)
    +}
     
     int EVP_PKEY_CTX_get_keygen_info(EVP_PKEY_CTX *ctx, int idx)
    -	{
    -	if (idx == -1)
    -		return ctx->keygen_info_count; 
    -	if (idx < 0 || idx > ctx->keygen_info_count)
    -		return 0;
    -	return ctx->keygen_info[idx];
    -	}
    +{
    +    if (idx == -1)
    +        return ctx->keygen_info_count;
    +    if (idx < 0 || idx > ctx->keygen_info_count)
    +        return 0;
    +    return ctx->keygen_info[idx];
    +}
     
     EVP_PKEY *EVP_PKEY_new_mac_key(int type, ENGINE *e,
    -				const unsigned char *key, int keylen)
    -	{
    -	EVP_PKEY_CTX *mac_ctx = NULL;
    -	EVP_PKEY *mac_key = NULL;
    -	mac_ctx = EVP_PKEY_CTX_new_id(type, e);
    -	if (!mac_ctx)
    -		return NULL;
    -	if (EVP_PKEY_keygen_init(mac_ctx) <= 0)
    -		goto merr;
    -	if (EVP_PKEY_CTX_ctrl(mac_ctx, -1, EVP_PKEY_OP_KEYGEN,
    -				EVP_PKEY_CTRL_SET_MAC_KEY,
    -				keylen, (void *)key) <= 0)
    -		goto merr;
    -	if (EVP_PKEY_keygen(mac_ctx, &mac_key) <= 0)
    -		goto merr;
    -	merr:
    -	if (mac_ctx)
    -		EVP_PKEY_CTX_free(mac_ctx);
    -	return mac_key;
    -	}
    +                               const unsigned char *key, int keylen)
    +{
    +    EVP_PKEY_CTX *mac_ctx = NULL;
    +    EVP_PKEY *mac_key = NULL;
    +    mac_ctx = EVP_PKEY_CTX_new_id(type, e);
    +    if (!mac_ctx)
    +        return NULL;
    +    if (EVP_PKEY_keygen_init(mac_ctx) <= 0)
    +        goto merr;
    +    if (EVP_PKEY_CTX_ctrl(mac_ctx, -1, EVP_PKEY_OP_KEYGEN,
    +                          EVP_PKEY_CTRL_SET_MAC_KEY,
    +                          keylen, (void *)key) <= 0)
    +        goto merr;
    +    if (EVP_PKEY_keygen(mac_ctx, &mac_key) <= 0)
    +        goto merr;
    + merr:
    +    if (mac_ctx)
    +        EVP_PKEY_CTX_free(mac_ctx);
    +    return mac_key;
    +}
    diff --git a/openssl/crypto/evp/pmeth_lib.c b/openssl/crypto/evp/pmeth_lib.c
    index acfa7b6f8..9f81d1002 100644
    --- a/openssl/crypto/evp/pmeth_lib.c
    +++ b/openssl/crypto/evp/pmeth_lib.c
    @@ -1,6 +1,7 @@
     /* pmeth_lib.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2006.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2006.
      */
     /* ====================================================================
      * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,532 +63,551 @@
     #include 
     #include 
     #ifndef OPENSSL_NO_ENGINE
    -#include 
    +# include 
     #endif
     #include "asn1_locl.h"
     #include "evp_locl.h"
     
    -typedef int sk_cmp_fn_type(const char * const *a, const char * const *b);
    +typedef int sk_cmp_fn_type(const char *const *a, const char *const *b);
     
     DECLARE_STACK_OF(EVP_PKEY_METHOD)
     STACK_OF(EVP_PKEY_METHOD) *app_pkey_methods = NULL;
     
     extern const EVP_PKEY_METHOD rsa_pkey_meth, dh_pkey_meth, dsa_pkey_meth;
     extern const EVP_PKEY_METHOD ec_pkey_meth, hmac_pkey_meth, cmac_pkey_meth;
    +extern const EVP_PKEY_METHOD dhx_pkey_meth;
     
    -static const EVP_PKEY_METHOD *standard_methods[] =
    -	{
    +static const EVP_PKEY_METHOD *standard_methods[] = {
     #ifndef OPENSSL_NO_RSA
    -	&rsa_pkey_meth,
    +    &rsa_pkey_meth,
     #endif
     #ifndef OPENSSL_NO_DH
    -	&dh_pkey_meth,
    +    &dh_pkey_meth,
     #endif
     #ifndef OPENSSL_NO_DSA
    -	&dsa_pkey_meth,
    +    &dsa_pkey_meth,
     #endif
     #ifndef OPENSSL_NO_EC
    -	&ec_pkey_meth,
    +    &ec_pkey_meth,
     #endif
    -	&hmac_pkey_meth,
    -	&cmac_pkey_meth
    -	};
    +    &hmac_pkey_meth,
    +    &cmac_pkey_meth,
    +#ifndef OPENSSL_NO_DH
    +    &dhx_pkey_meth
    +#endif
    +};
     
     DECLARE_OBJ_BSEARCH_CMP_FN(const EVP_PKEY_METHOD *, const EVP_PKEY_METHOD *,
    -			   pmeth);
    +                           pmeth);
     
    -static int pmeth_cmp(const EVP_PKEY_METHOD * const *a,
    -		     const EVP_PKEY_METHOD * const *b)
    -	{
    -        return ((*a)->pkey_id - (*b)->pkey_id);
    -	}
    +static int pmeth_cmp(const EVP_PKEY_METHOD *const *a,
    +                     const EVP_PKEY_METHOD *const *b)
    +{
    +    return ((*a)->pkey_id - (*b)->pkey_id);
    +}
     
     IMPLEMENT_OBJ_BSEARCH_CMP_FN(const EVP_PKEY_METHOD *, const EVP_PKEY_METHOD *,
    -			     pmeth);
    +                             pmeth);
     
     const EVP_PKEY_METHOD *EVP_PKEY_meth_find(int type)
    -	{
    -	EVP_PKEY_METHOD tmp;
    -	const EVP_PKEY_METHOD *t = &tmp, **ret;
    -	tmp.pkey_id = type;
    -	if (app_pkey_methods)
    -		{
    -		int idx;
    -		idx = sk_EVP_PKEY_METHOD_find(app_pkey_methods, &tmp);
    -		if (idx >= 0)
    -			return sk_EVP_PKEY_METHOD_value(app_pkey_methods, idx);
    -		}
    -	ret = OBJ_bsearch_pmeth(&t, standard_methods,
    -			  sizeof(standard_methods)/sizeof(EVP_PKEY_METHOD *));
    -	if (!ret || !*ret)
    -		return NULL;
    -	return *ret;
    -	}
    +{
    +    EVP_PKEY_METHOD tmp;
    +    const EVP_PKEY_METHOD *t = &tmp, **ret;
    +    tmp.pkey_id = type;
    +    if (app_pkey_methods) {
    +        int idx;
    +        idx = sk_EVP_PKEY_METHOD_find(app_pkey_methods, &tmp);
    +        if (idx >= 0)
    +            return sk_EVP_PKEY_METHOD_value(app_pkey_methods, idx);
    +    }
    +    ret = OBJ_bsearch_pmeth(&t, standard_methods,
    +                            sizeof(standard_methods) /
    +                            sizeof(EVP_PKEY_METHOD *));
    +    if (!ret || !*ret)
    +        return NULL;
    +    return *ret;
    +}
     
     static EVP_PKEY_CTX *int_ctx_new(EVP_PKEY *pkey, ENGINE *e, int id)
    -	{
    -	EVP_PKEY_CTX *ret;
    -	const EVP_PKEY_METHOD *pmeth;
    -	if (id == -1)
    -		{
    -		if (!pkey || !pkey->ameth)
    -			return NULL;
    -		id = pkey->ameth->pkey_id;
    -		}
    +{
    +    EVP_PKEY_CTX *ret;
    +    const EVP_PKEY_METHOD *pmeth;
    +    if (id == -1) {
    +        if (!pkey || !pkey->ameth)
    +            return NULL;
    +        id = pkey->ameth->pkey_id;
    +    }
     #ifndef OPENSSL_NO_ENGINE
    -	if (pkey && pkey->engine)
    -		e = pkey->engine;
    -	/* Try to find an ENGINE which implements this method */
    -	if (e)
    -		{
    -		if (!ENGINE_init(e))
    -			{
    -			EVPerr(EVP_F_INT_CTX_NEW,ERR_R_ENGINE_LIB);
    -			return NULL;
    -			}
    -		}
    -	else
    -		e = ENGINE_get_pkey_meth_engine(id);
    -
    -	/* If an ENGINE handled this method look it up. Othewise
    -	 * use internal tables.
    -	 */
    -
    -	if (e)
    -		pmeth = ENGINE_get_pkey_meth(e, id);
    -	else
    +    if (pkey && pkey->engine)
    +        e = pkey->engine;
    +    /* Try to find an ENGINE which implements this method */
    +    if (e) {
    +        if (!ENGINE_init(e)) {
    +            EVPerr(EVP_F_INT_CTX_NEW, ERR_R_ENGINE_LIB);
    +            return NULL;
    +        }
    +    } else
    +        e = ENGINE_get_pkey_meth_engine(id);
    +
    +    /*
    +     * If an ENGINE handled this method look it up. Othewise use internal
    +     * tables.
    +     */
    +
    +    if (e)
    +        pmeth = ENGINE_get_pkey_meth(e, id);
    +    else
     #endif
    -		pmeth = EVP_PKEY_meth_find(id);
    +        pmeth = EVP_PKEY_meth_find(id);
     
    -	if (pmeth == NULL)
    -		{
    -		EVPerr(EVP_F_INT_CTX_NEW,EVP_R_UNSUPPORTED_ALGORITHM);
    -		return NULL;
    -		}
    +    if (pmeth == NULL) {
    +        EVPerr(EVP_F_INT_CTX_NEW, EVP_R_UNSUPPORTED_ALGORITHM);
    +        return NULL;
    +    }
     
    -	ret = OPENSSL_malloc(sizeof(EVP_PKEY_CTX));
    -	if (!ret)
    -		{
    +    ret = OPENSSL_malloc(sizeof(EVP_PKEY_CTX));
    +    if (!ret) {
     #ifndef OPENSSL_NO_ENGINE
    -		if (e)
    -			ENGINE_finish(e);
    +        if (e)
    +            ENGINE_finish(e);
     #endif
    -		EVPerr(EVP_F_INT_CTX_NEW,ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -		}
    -	ret->engine = e;
    -	ret->pmeth = pmeth;
    -	ret->operation = EVP_PKEY_OP_UNDEFINED;
    -	ret->pkey = pkey;
    -	ret->peerkey = NULL;
    -	ret->pkey_gencb = 0;
    -	if (pkey)
    -		CRYPTO_add(&pkey->references,1,CRYPTO_LOCK_EVP_PKEY);
    -	ret->data = NULL;
    -
    -	if (pmeth->init)
    -		{
    -		if (pmeth->init(ret) <= 0)
    -			{
    -			EVP_PKEY_CTX_free(ret);
    -			return NULL;
    -			}
    -		}
    -
    -	return ret;
    -	}
    -
    -EVP_PKEY_METHOD* EVP_PKEY_meth_new(int id, int flags)
    -	{
    -	EVP_PKEY_METHOD *pmeth;
    -	pmeth = OPENSSL_malloc(sizeof(EVP_PKEY_METHOD));
    -	if (!pmeth)
    -		return NULL;
    -
    -	memset(pmeth, 0, sizeof(EVP_PKEY_METHOD));
    -
    -	pmeth->pkey_id = id;
    -	pmeth->flags = flags | EVP_PKEY_FLAG_DYNAMIC;
    -
    -	pmeth->init = 0;
    -	pmeth->copy = 0;
    -	pmeth->cleanup = 0;
    -	pmeth->paramgen_init = 0;
    -	pmeth->paramgen = 0;
    -	pmeth->keygen_init = 0;
    -	pmeth->keygen = 0;
    -	pmeth->sign_init = 0;
    -	pmeth->sign = 0;
    -	pmeth->verify_init = 0;
    -	pmeth->verify = 0;
    -	pmeth->verify_recover_init = 0;
    -	pmeth->verify_recover = 0;
    -	pmeth->signctx_init = 0;
    -	pmeth->signctx = 0;
    -	pmeth->verifyctx_init = 0;
    -	pmeth->verifyctx = 0;
    -	pmeth->encrypt_init = 0;
    -	pmeth->encrypt = 0;
    -	pmeth->decrypt_init = 0;
    -	pmeth->decrypt = 0;
    -	pmeth->derive_init = 0;
    -	pmeth->derive = 0;
    -	pmeth->ctrl = 0;
    -	pmeth->ctrl_str = 0;
    -
    -	return pmeth;
    -	}
    +        EVPerr(EVP_F_INT_CTX_NEW, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +    ret->engine = e;
    +    ret->pmeth = pmeth;
    +    ret->operation = EVP_PKEY_OP_UNDEFINED;
    +    ret->pkey = pkey;
    +    ret->peerkey = NULL;
    +    ret->pkey_gencb = 0;
    +    if (pkey)
    +        CRYPTO_add(&pkey->references, 1, CRYPTO_LOCK_EVP_PKEY);
    +    ret->data = NULL;
    +
    +    if (pmeth->init) {
    +        if (pmeth->init(ret) <= 0) {
    +            EVP_PKEY_CTX_free(ret);
    +            return NULL;
    +        }
    +    }
    +
    +    return ret;
    +}
    +
    +EVP_PKEY_METHOD *EVP_PKEY_meth_new(int id, int flags)
    +{
    +    EVP_PKEY_METHOD *pmeth;
    +    pmeth = OPENSSL_malloc(sizeof(EVP_PKEY_METHOD));
    +    if (!pmeth)
    +        return NULL;
    +
    +    memset(pmeth, 0, sizeof(EVP_PKEY_METHOD));
    +
    +    pmeth->pkey_id = id;
    +    pmeth->flags = flags | EVP_PKEY_FLAG_DYNAMIC;
    +
    +    pmeth->init = 0;
    +    pmeth->copy = 0;
    +    pmeth->cleanup = 0;
    +    pmeth->paramgen_init = 0;
    +    pmeth->paramgen = 0;
    +    pmeth->keygen_init = 0;
    +    pmeth->keygen = 0;
    +    pmeth->sign_init = 0;
    +    pmeth->sign = 0;
    +    pmeth->verify_init = 0;
    +    pmeth->verify = 0;
    +    pmeth->verify_recover_init = 0;
    +    pmeth->verify_recover = 0;
    +    pmeth->signctx_init = 0;
    +    pmeth->signctx = 0;
    +    pmeth->verifyctx_init = 0;
    +    pmeth->verifyctx = 0;
    +    pmeth->encrypt_init = 0;
    +    pmeth->encrypt = 0;
    +    pmeth->decrypt_init = 0;
    +    pmeth->decrypt = 0;
    +    pmeth->derive_init = 0;
    +    pmeth->derive = 0;
    +    pmeth->ctrl = 0;
    +    pmeth->ctrl_str = 0;
    +
    +    return pmeth;
    +}
     
     void EVP_PKEY_meth_get0_info(int *ppkey_id, int *pflags,
    -				const EVP_PKEY_METHOD *meth)
    -	{
    -	if (ppkey_id)
    -		*ppkey_id = meth->pkey_id;
    -	if (pflags)
    -		*pflags = meth->flags;
    -	}
    +                             const EVP_PKEY_METHOD *meth)
    +{
    +    if (ppkey_id)
    +        *ppkey_id = meth->pkey_id;
    +    if (pflags)
    +        *pflags = meth->flags;
    +}
     
     void EVP_PKEY_meth_copy(EVP_PKEY_METHOD *dst, const EVP_PKEY_METHOD *src)
    -	{
    +{
     
    -	dst->init = src->init;
    -	dst->copy = src->copy;
    -	dst->cleanup = src->cleanup;
    +    dst->init = src->init;
    +    dst->copy = src->copy;
    +    dst->cleanup = src->cleanup;
     
    -	dst->paramgen_init = src->paramgen_init;
    -	dst->paramgen = src->paramgen;
    +    dst->paramgen_init = src->paramgen_init;
    +    dst->paramgen = src->paramgen;
     
    -	dst->keygen_init = src->keygen_init;
    -	dst->keygen = src->keygen;
    +    dst->keygen_init = src->keygen_init;
    +    dst->keygen = src->keygen;
     
    -	dst->sign_init = src->sign_init;
    -	dst->sign = src->sign;
    +    dst->sign_init = src->sign_init;
    +    dst->sign = src->sign;
     
    -	dst->verify_init = src->verify_init;
    -	dst->verify = src->verify;
    +    dst->verify_init = src->verify_init;
    +    dst->verify = src->verify;
     
    -	dst->verify_recover_init = src->verify_recover_init;
    -	dst->verify_recover = src->verify_recover;
    +    dst->verify_recover_init = src->verify_recover_init;
    +    dst->verify_recover = src->verify_recover;
     
    -	dst->signctx_init = src->signctx_init;
    -	dst->signctx = src->signctx;
    +    dst->signctx_init = src->signctx_init;
    +    dst->signctx = src->signctx;
     
    -	dst->verifyctx_init = src->verifyctx_init;
    -	dst->verifyctx = src->verifyctx;
    +    dst->verifyctx_init = src->verifyctx_init;
    +    dst->verifyctx = src->verifyctx;
     
    -	dst->encrypt_init = src->encrypt_init;
    -	dst->encrypt = src->encrypt;
    +    dst->encrypt_init = src->encrypt_init;
    +    dst->encrypt = src->encrypt;
     
    -	dst->decrypt_init = src->decrypt_init;
    -	dst->decrypt = src->decrypt;
    +    dst->decrypt_init = src->decrypt_init;
    +    dst->decrypt = src->decrypt;
     
    -	dst->derive_init = src->derive_init;
    -	dst->derive = src->derive;
    +    dst->derive_init = src->derive_init;
    +    dst->derive = src->derive;
     
    -	dst->ctrl = src->ctrl;
    -	dst->ctrl_str = src->ctrl_str;
    -	}
    +    dst->ctrl = src->ctrl;
    +    dst->ctrl_str = src->ctrl_str;
    +}
     
     void EVP_PKEY_meth_free(EVP_PKEY_METHOD *pmeth)
    -	{
    -	if (pmeth && (pmeth->flags & EVP_PKEY_FLAG_DYNAMIC))
    -		OPENSSL_free(pmeth);
    -	}
    +{
    +    if (pmeth && (pmeth->flags & EVP_PKEY_FLAG_DYNAMIC))
    +        OPENSSL_free(pmeth);
    +}
     
     EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e)
    -	{
    -	return int_ctx_new(pkey, e, -1);
    -	}
    +{
    +    return int_ctx_new(pkey, e, -1);
    +}
     
     EVP_PKEY_CTX *EVP_PKEY_CTX_new_id(int id, ENGINE *e)
    -	{
    -	return int_ctx_new(NULL, e, id);
    -	}
    +{
    +    return int_ctx_new(NULL, e, id);
    +}
     
     EVP_PKEY_CTX *EVP_PKEY_CTX_dup(EVP_PKEY_CTX *pctx)
    -	{
    -	EVP_PKEY_CTX *rctx;
    -	if (!pctx->pmeth || !pctx->pmeth->copy)
    -		return NULL;
    +{
    +    EVP_PKEY_CTX *rctx;
    +    if (!pctx->pmeth || !pctx->pmeth->copy)
    +        return NULL;
     #ifndef OPENSSL_NO_ENGINE
    -	/* Make sure it's safe to copy a pkey context using an ENGINE */
    -	if (pctx->engine && !ENGINE_init(pctx->engine))
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_CTX_DUP,ERR_R_ENGINE_LIB);
    -		return 0;
    -		}
    +    /* Make sure it's safe to copy a pkey context using an ENGINE */
    +    if (pctx->engine && !ENGINE_init(pctx->engine)) {
    +        EVPerr(EVP_F_EVP_PKEY_CTX_DUP, ERR_R_ENGINE_LIB);
    +        return 0;
    +    }
     #endif
    -	rctx = OPENSSL_malloc(sizeof(EVP_PKEY_CTX));
    -	if (!rctx)
    -		return NULL;
    +    rctx = OPENSSL_malloc(sizeof(EVP_PKEY_CTX));
    +    if (!rctx)
    +        return NULL;
     
    -	rctx->pmeth = pctx->pmeth;
    +    rctx->pmeth = pctx->pmeth;
     #ifndef OPENSSL_NO_ENGINE
    -	rctx->engine = pctx->engine;
    +    rctx->engine = pctx->engine;
     #endif
     
    -	if (pctx->pkey)
    -		CRYPTO_add(&pctx->pkey->references,1,CRYPTO_LOCK_EVP_PKEY);
    +    if (pctx->pkey)
    +        CRYPTO_add(&pctx->pkey->references, 1, CRYPTO_LOCK_EVP_PKEY);
     
    -	rctx->pkey = pctx->pkey;
    +    rctx->pkey = pctx->pkey;
     
    -	if (pctx->peerkey)
    -		CRYPTO_add(&pctx->peerkey->references,1,CRYPTO_LOCK_EVP_PKEY);
    +    if (pctx->peerkey)
    +        CRYPTO_add(&pctx->peerkey->references, 1, CRYPTO_LOCK_EVP_PKEY);
     
    -	rctx->peerkey = pctx->peerkey;
    +    rctx->peerkey = pctx->peerkey;
     
    -	rctx->data = NULL;
    -	rctx->app_data = NULL;
    -	rctx->operation = pctx->operation;
    +    rctx->data = NULL;
    +    rctx->app_data = NULL;
    +    rctx->operation = pctx->operation;
     
    -	if (pctx->pmeth->copy(rctx, pctx) > 0)
    -		return rctx;
    +    if (pctx->pmeth->copy(rctx, pctx) > 0)
    +        return rctx;
     
    -	EVP_PKEY_CTX_free(rctx);
    -	return NULL;
    +    EVP_PKEY_CTX_free(rctx);
    +    return NULL;
     
    -	}
    +}
     
     int EVP_PKEY_meth_add0(const EVP_PKEY_METHOD *pmeth)
    -	{
    -	if (app_pkey_methods == NULL)
    -		{
    -		app_pkey_methods = sk_EVP_PKEY_METHOD_new(pmeth_cmp);
    -		if (!app_pkey_methods)
    -			return 0;
    -		}
    -	if (!sk_EVP_PKEY_METHOD_push(app_pkey_methods, pmeth))
    -		return 0;
    -	sk_EVP_PKEY_METHOD_sort(app_pkey_methods);
    -	return 1;
    -	}
    +{
    +    if (app_pkey_methods == NULL) {
    +        app_pkey_methods = sk_EVP_PKEY_METHOD_new(pmeth_cmp);
    +        if (!app_pkey_methods)
    +            return 0;
    +    }
    +    if (!sk_EVP_PKEY_METHOD_push(app_pkey_methods, pmeth))
    +        return 0;
    +    sk_EVP_PKEY_METHOD_sort(app_pkey_methods);
    +    return 1;
    +}
     
     void EVP_PKEY_CTX_free(EVP_PKEY_CTX *ctx)
    -	{
    -	if (ctx == NULL)
    -		return;
    -	if (ctx->pmeth && ctx->pmeth->cleanup)
    -		ctx->pmeth->cleanup(ctx);
    -	if (ctx->pkey)
    -		EVP_PKEY_free(ctx->pkey);
    -	if (ctx->peerkey)
    -		EVP_PKEY_free(ctx->peerkey);
    +{
    +    if (ctx == NULL)
    +        return;
    +    if (ctx->pmeth && ctx->pmeth->cleanup)
    +        ctx->pmeth->cleanup(ctx);
    +    if (ctx->pkey)
    +        EVP_PKEY_free(ctx->pkey);
    +    if (ctx->peerkey)
    +        EVP_PKEY_free(ctx->peerkey);
     #ifndef OPENSSL_NO_ENGINE
    -	if(ctx->engine)
    -		/* The EVP_PKEY_CTX we used belongs to an ENGINE, release the
    -		 * functional reference we held for this reason. */
    -		ENGINE_finish(ctx->engine);
    +    if (ctx->engine)
    +        /*
    +         * The EVP_PKEY_CTX we used belongs to an ENGINE, release the
    +         * functional reference we held for this reason.
    +         */
    +        ENGINE_finish(ctx->engine);
     #endif
    -	OPENSSL_free(ctx);
    -	}
    +    OPENSSL_free(ctx);
    +}
     
     int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype,
    -				int cmd, int p1, void *p2)
    -	{
    -	int ret;
    -	if (!ctx || !ctx->pmeth || !ctx->pmeth->ctrl)
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_CTX_CTRL, EVP_R_COMMAND_NOT_SUPPORTED);
    -		return -2;
    -		}
    -	if ((keytype != -1) && (ctx->pmeth->pkey_id != keytype))
    -		return -1;
    -
    -	if (ctx->operation == EVP_PKEY_OP_UNDEFINED)
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_CTX_CTRL, EVP_R_NO_OPERATION_SET);
    -		return -1;
    -		}
    -
    -	if ((optype != -1) && !(ctx->operation & optype))
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_CTX_CTRL, EVP_R_INVALID_OPERATION);
    -		return -1;
    -		}
    -
    -	ret = ctx->pmeth->ctrl(ctx, cmd, p1, p2);
    -
    -	if (ret == -2)
    -		EVPerr(EVP_F_EVP_PKEY_CTX_CTRL, EVP_R_COMMAND_NOT_SUPPORTED);
    -
    -	return ret;
    -
    -	}
    +                      int cmd, int p1, void *p2)
    +{
    +    int ret;
    +    if (!ctx || !ctx->pmeth || !ctx->pmeth->ctrl) {
    +        EVPerr(EVP_F_EVP_PKEY_CTX_CTRL, EVP_R_COMMAND_NOT_SUPPORTED);
    +        return -2;
    +    }
    +    if ((keytype != -1) && (ctx->pmeth->pkey_id != keytype))
    +        return -1;
    +
    +    if (ctx->operation == EVP_PKEY_OP_UNDEFINED) {
    +        EVPerr(EVP_F_EVP_PKEY_CTX_CTRL, EVP_R_NO_OPERATION_SET);
    +        return -1;
    +    }
    +
    +    if ((optype != -1) && !(ctx->operation & optype)) {
    +        EVPerr(EVP_F_EVP_PKEY_CTX_CTRL, EVP_R_INVALID_OPERATION);
    +        return -1;
    +    }
    +
    +    ret = ctx->pmeth->ctrl(ctx, cmd, p1, p2);
    +
    +    if (ret == -2)
    +        EVPerr(EVP_F_EVP_PKEY_CTX_CTRL, EVP_R_COMMAND_NOT_SUPPORTED);
    +
    +    return ret;
    +
    +}
     
     int EVP_PKEY_CTX_ctrl_str(EVP_PKEY_CTX *ctx,
    -					const char *name, const char *value)
    -	{
    -	if (!ctx || !ctx->pmeth || !ctx->pmeth->ctrl_str)
    -		{
    -		EVPerr(EVP_F_EVP_PKEY_CTX_CTRL_STR,
    -						EVP_R_COMMAND_NOT_SUPPORTED);
    -		return -2;
    -		}
    -	if (!strcmp(name, "digest"))
    -		{
    -		const EVP_MD *md;
    -		if (!value || !(md = EVP_get_digestbyname(value)))
    -			{
    -			EVPerr(EVP_F_EVP_PKEY_CTX_CTRL_STR,
    -						EVP_R_INVALID_DIGEST);
    -			return 0;
    -			}
    -		return EVP_PKEY_CTX_set_signature_md(ctx, md);
    -		}
    -	return ctx->pmeth->ctrl_str(ctx, name, value);
    -	}
    +                          const char *name, const char *value)
    +{
    +    if (!ctx || !ctx->pmeth || !ctx->pmeth->ctrl_str) {
    +        EVPerr(EVP_F_EVP_PKEY_CTX_CTRL_STR, EVP_R_COMMAND_NOT_SUPPORTED);
    +        return -2;
    +    }
    +    if (!strcmp(name, "digest")) {
    +        const EVP_MD *md;
    +        if (!value || !(md = EVP_get_digestbyname(value))) {
    +            EVPerr(EVP_F_EVP_PKEY_CTX_CTRL_STR, EVP_R_INVALID_DIGEST);
    +            return 0;
    +        }
    +        return EVP_PKEY_CTX_set_signature_md(ctx, md);
    +    }
    +    return ctx->pmeth->ctrl_str(ctx, name, value);
    +}
     
     int EVP_PKEY_CTX_get_operation(EVP_PKEY_CTX *ctx)
    -	{
    -	return ctx->operation;
    -	}
    +{
    +    return ctx->operation;
    +}
     
     void EVP_PKEY_CTX_set0_keygen_info(EVP_PKEY_CTX *ctx, int *dat, int datlen)
    -	{
    -	ctx->keygen_info = dat;
    -	ctx->keygen_info_count = datlen;
    -	}
    +{
    +    ctx->keygen_info = dat;
    +    ctx->keygen_info_count = datlen;
    +}
     
     void EVP_PKEY_CTX_set_data(EVP_PKEY_CTX *ctx, void *data)
    -	{
    -	ctx->data = data;
    -	}
    +{
    +    ctx->data = data;
    +}
     
     void *EVP_PKEY_CTX_get_data(EVP_PKEY_CTX *ctx)
    -	{
    -	return ctx->data;
    -	}
    +{
    +    return ctx->data;
    +}
     
     EVP_PKEY *EVP_PKEY_CTX_get0_pkey(EVP_PKEY_CTX *ctx)
    -	{
    -	return ctx->pkey;
    -	}
    +{
    +    return ctx->pkey;
    +}
     
     EVP_PKEY *EVP_PKEY_CTX_get0_peerkey(EVP_PKEY_CTX *ctx)
    -	{
    -	return ctx->peerkey;
    -	}
    -	
    +{
    +    return ctx->peerkey;
    +}
    +
     void EVP_PKEY_CTX_set_app_data(EVP_PKEY_CTX *ctx, void *data)
    -	{
    -	ctx->app_data = data;
    -	}
    +{
    +    ctx->app_data = data;
    +}
     
     void *EVP_PKEY_CTX_get_app_data(EVP_PKEY_CTX *ctx)
    -	{
    -	return ctx->app_data;
    -	}
    +{
    +    return ctx->app_data;
    +}
     
     void EVP_PKEY_meth_set_init(EVP_PKEY_METHOD *pmeth,
    -	int (*init)(EVP_PKEY_CTX *ctx))
    -	{
    -	pmeth->init = init;
    -	}
    +                            int (*init) (EVP_PKEY_CTX *ctx))
    +{
    +    pmeth->init = init;
    +}
     
     void EVP_PKEY_meth_set_copy(EVP_PKEY_METHOD *pmeth,
    -	int (*copy)(EVP_PKEY_CTX *dst, EVP_PKEY_CTX *src))
    -	{
    -	pmeth->copy = copy;
    -	}
    +                            int (*copy) (EVP_PKEY_CTX *dst,
    +                                         EVP_PKEY_CTX *src))
    +{
    +    pmeth->copy = copy;
    +}
     
     void EVP_PKEY_meth_set_cleanup(EVP_PKEY_METHOD *pmeth,
    -	void (*cleanup)(EVP_PKEY_CTX *ctx))
    -	{
    -	pmeth->cleanup = cleanup;
    -	}
    +                               void (*cleanup) (EVP_PKEY_CTX *ctx))
    +{
    +    pmeth->cleanup = cleanup;
    +}
     
     void EVP_PKEY_meth_set_paramgen(EVP_PKEY_METHOD *pmeth,
    -	int (*paramgen_init)(EVP_PKEY_CTX *ctx),
    -	int (*paramgen)(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey))
    -	{
    -	pmeth->paramgen_init = paramgen_init;
    -	pmeth->paramgen = paramgen;
    -	}
    +                                int (*paramgen_init) (EVP_PKEY_CTX *ctx),
    +                                int (*paramgen) (EVP_PKEY_CTX *ctx,
    +                                                 EVP_PKEY *pkey))
    +{
    +    pmeth->paramgen_init = paramgen_init;
    +    pmeth->paramgen = paramgen;
    +}
     
     void EVP_PKEY_meth_set_keygen(EVP_PKEY_METHOD *pmeth,
    -	int (*keygen_init)(EVP_PKEY_CTX *ctx),
    -	int (*keygen)(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey))
    -	{
    -	pmeth->keygen_init = keygen_init;
    -	pmeth->keygen = keygen;
    -	}
    +                              int (*keygen_init) (EVP_PKEY_CTX *ctx),
    +                              int (*keygen) (EVP_PKEY_CTX *ctx,
    +                                             EVP_PKEY *pkey))
    +{
    +    pmeth->keygen_init = keygen_init;
    +    pmeth->keygen = keygen;
    +}
     
     void EVP_PKEY_meth_set_sign(EVP_PKEY_METHOD *pmeth,
    -	int (*sign_init)(EVP_PKEY_CTX *ctx),
    -	int (*sign)(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
    -					const unsigned char *tbs, size_t tbslen))
    -	{
    -	pmeth->sign_init = sign_init;
    -	pmeth->sign = sign;
    -	}
    +                            int (*sign_init) (EVP_PKEY_CTX *ctx),
    +                            int (*sign) (EVP_PKEY_CTX *ctx,
    +                                         unsigned char *sig, size_t *siglen,
    +                                         const unsigned char *tbs,
    +                                         size_t tbslen))
    +{
    +    pmeth->sign_init = sign_init;
    +    pmeth->sign = sign;
    +}
     
     void EVP_PKEY_meth_set_verify(EVP_PKEY_METHOD *pmeth,
    -	int (*verify_init)(EVP_PKEY_CTX *ctx),
    -	int (*verify)(EVP_PKEY_CTX *ctx, const unsigned char *sig, size_t siglen,
    -					const unsigned char *tbs, size_t tbslen))
    -	{
    -	pmeth->verify_init = verify_init;
    -	pmeth->verify = verify;
    -	}
    +                              int (*verify_init) (EVP_PKEY_CTX *ctx),
    +                              int (*verify) (EVP_PKEY_CTX *ctx,
    +                                             const unsigned char *sig,
    +                                             size_t siglen,
    +                                             const unsigned char *tbs,
    +                                             size_t tbslen))
    +{
    +    pmeth->verify_init = verify_init;
    +    pmeth->verify = verify;
    +}
     
     void EVP_PKEY_meth_set_verify_recover(EVP_PKEY_METHOD *pmeth,
    -	int (*verify_recover_init)(EVP_PKEY_CTX *ctx),
    -	int (*verify_recover)(EVP_PKEY_CTX *ctx,
    -					unsigned char *sig, size_t *siglen,
    -					const unsigned char *tbs, size_t tbslen))
    -	{
    -	pmeth->verify_recover_init = verify_recover_init;
    -	pmeth->verify_recover = verify_recover;
    -	}
    +                                      int (*verify_recover_init) (EVP_PKEY_CTX
    +                                                                  *ctx),
    +                                      int (*verify_recover) (EVP_PKEY_CTX
    +                                                             *ctx,
    +                                                             unsigned char
    +                                                             *sig,
    +                                                             size_t *siglen,
    +                                                             const unsigned
    +                                                             char *tbs,
    +                                                             size_t tbslen))
    +{
    +    pmeth->verify_recover_init = verify_recover_init;
    +    pmeth->verify_recover = verify_recover;
    +}
     
     void EVP_PKEY_meth_set_signctx(EVP_PKEY_METHOD *pmeth,
    -	int (*signctx_init)(EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx),
    -	int (*signctx)(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
    -					EVP_MD_CTX *mctx))
    -	{
    -	pmeth->signctx_init = signctx_init;
    -	pmeth->signctx = signctx;
    -	}
    +                               int (*signctx_init) (EVP_PKEY_CTX *ctx,
    +                                                    EVP_MD_CTX *mctx),
    +                               int (*signctx) (EVP_PKEY_CTX *ctx,
    +                                               unsigned char *sig,
    +                                               size_t *siglen,
    +                                               EVP_MD_CTX *mctx))
    +{
    +    pmeth->signctx_init = signctx_init;
    +    pmeth->signctx = signctx;
    +}
     
     void EVP_PKEY_meth_set_verifyctx(EVP_PKEY_METHOD *pmeth,
    -	int (*verifyctx_init)(EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx),
    -	int (*verifyctx)(EVP_PKEY_CTX *ctx, const unsigned char *sig,int siglen,
    -					EVP_MD_CTX *mctx))
    -	{
    -	pmeth->verifyctx_init = verifyctx_init;
    -	pmeth->verifyctx = verifyctx;
    -	}
    +                                 int (*verifyctx_init) (EVP_PKEY_CTX *ctx,
    +                                                        EVP_MD_CTX *mctx),
    +                                 int (*verifyctx) (EVP_PKEY_CTX *ctx,
    +                                                   const unsigned char *sig,
    +                                                   int siglen,
    +                                                   EVP_MD_CTX *mctx))
    +{
    +    pmeth->verifyctx_init = verifyctx_init;
    +    pmeth->verifyctx = verifyctx;
    +}
     
     void EVP_PKEY_meth_set_encrypt(EVP_PKEY_METHOD *pmeth,
    -	int (*encrypt_init)(EVP_PKEY_CTX *ctx),
    -	int (*encryptfn)(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen,
    -					const unsigned char *in, size_t inlen))
    -	{
    -	pmeth->encrypt_init = encrypt_init;
    -	pmeth->encrypt = encryptfn;
    -	}
    +                               int (*encrypt_init) (EVP_PKEY_CTX *ctx),
    +                               int (*encryptfn) (EVP_PKEY_CTX *ctx,
    +                                                 unsigned char *out,
    +                                                 size_t *outlen,
    +                                                 const unsigned char *in,
    +                                                 size_t inlen))
    +{
    +    pmeth->encrypt_init = encrypt_init;
    +    pmeth->encrypt = encryptfn;
    +}
     
     void EVP_PKEY_meth_set_decrypt(EVP_PKEY_METHOD *pmeth,
    -	int (*decrypt_init)(EVP_PKEY_CTX *ctx),
    -	int (*decrypt)(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen,
    -					const unsigned char *in, size_t inlen))
    -	{
    -	pmeth->decrypt_init = decrypt_init;
    -	pmeth->decrypt = decrypt;
    -	}
    +                               int (*decrypt_init) (EVP_PKEY_CTX *ctx),
    +                               int (*decrypt) (EVP_PKEY_CTX *ctx,
    +                                               unsigned char *out,
    +                                               size_t *outlen,
    +                                               const unsigned char *in,
    +                                               size_t inlen))
    +{
    +    pmeth->decrypt_init = decrypt_init;
    +    pmeth->decrypt = decrypt;
    +}
     
     void EVP_PKEY_meth_set_derive(EVP_PKEY_METHOD *pmeth,
    -	int (*derive_init)(EVP_PKEY_CTX *ctx),
    -	int (*derive)(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen))
    -	{
    -	pmeth->derive_init = derive_init;
    -	pmeth->derive = derive;
    -	}
    +                              int (*derive_init) (EVP_PKEY_CTX *ctx),
    +                              int (*derive) (EVP_PKEY_CTX *ctx,
    +                                             unsigned char *key,
    +                                             size_t *keylen))
    +{
    +    pmeth->derive_init = derive_init;
    +    pmeth->derive = derive;
    +}
     
     void EVP_PKEY_meth_set_ctrl(EVP_PKEY_METHOD *pmeth,
    -	int (*ctrl)(EVP_PKEY_CTX *ctx, int type, int p1, void *p2),
    -	int (*ctrl_str)(EVP_PKEY_CTX *ctx, const char *type, const char *value))
    -	{
    -	pmeth->ctrl = ctrl;
    -	pmeth->ctrl_str = ctrl_str;
    -	}
    +                            int (*ctrl) (EVP_PKEY_CTX *ctx, int type, int p1,
    +                                         void *p2),
    +                            int (*ctrl_str) (EVP_PKEY_CTX *ctx,
    +                                             const char *type,
    +                                             const char *value))
    +{
    +    pmeth->ctrl = ctrl;
    +    pmeth->ctrl_str = ctrl_str;
    +}
    diff --git a/openssl/crypto/ex_data.c b/openssl/crypto/ex_data.c
    index e2bc8298d..5a3546a2d 100644
    --- a/openssl/crypto/ex_data.c
    +++ b/openssl/crypto/ex_data.c
    @@ -34,21 +34,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -63,10 +63,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -78,7 +78,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -92,7 +92,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -142,103 +142,108 @@
     #include 
     
     /* What an "implementation of ex_data functionality" looks like */
    -struct st_CRYPTO_EX_DATA_IMPL
    -	{
    -	/*********************/
    -	/* GLOBAL OPERATIONS */
    -	/* Return a new class index */
    -	int (*cb_new_class)(void);
    -	/* Cleanup all state used by the implementation */
    -	void (*cb_cleanup)(void);
    -	/************************/
    -	/* PER-CLASS OPERATIONS */
    -	/* Get a new method index within a class */
    -	int (*cb_get_new_index)(int class_index, long argl, void *argp,
    -			CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func,
    -			CRYPTO_EX_free *free_func);
    -	/* Initialise a new CRYPTO_EX_DATA of a given class */
    -	int (*cb_new_ex_data)(int class_index, void *obj,
    -			CRYPTO_EX_DATA *ad);
    -	/* Duplicate a CRYPTO_EX_DATA of a given class onto a copy */
    -	int (*cb_dup_ex_data)(int class_index, CRYPTO_EX_DATA *to,
    -			CRYPTO_EX_DATA *from);
    -	/* Cleanup a CRYPTO_EX_DATA of a given class */
    -	void (*cb_free_ex_data)(int class_index, void *obj,
    -			CRYPTO_EX_DATA *ad);
    -	};
    +struct st_CRYPTO_EX_DATA_IMPL {
    +        /*********************/
    +    /* GLOBAL OPERATIONS */
    +    /* Return a new class index */
    +    int (*cb_new_class) (void);
    +    /* Cleanup all state used by the implementation */
    +    void (*cb_cleanup) (void);
    +        /************************/
    +    /* PER-CLASS OPERATIONS */
    +    /* Get a new method index within a class */
    +    int (*cb_get_new_index) (int class_index, long argl, void *argp,
    +                             CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func,
    +                             CRYPTO_EX_free *free_func);
    +    /* Initialise a new CRYPTO_EX_DATA of a given class */
    +    int (*cb_new_ex_data) (int class_index, void *obj, CRYPTO_EX_DATA *ad);
    +    /* Duplicate a CRYPTO_EX_DATA of a given class onto a copy */
    +    int (*cb_dup_ex_data) (int class_index, CRYPTO_EX_DATA *to,
    +                           CRYPTO_EX_DATA *from);
    +    /* Cleanup a CRYPTO_EX_DATA of a given class */
    +    void (*cb_free_ex_data) (int class_index, void *obj, CRYPTO_EX_DATA *ad);
    +};
     
     /* The implementation we use at run-time */
     static const CRYPTO_EX_DATA_IMPL *impl = NULL;
     
    -/* To call "impl" functions, use this macro rather than referring to 'impl' directly, eg.
    - * EX_IMPL(get_new_index)(...); */
    +/*
    + * To call "impl" functions, use this macro rather than referring to 'impl'
    + * directly, eg. EX_IMPL(get_new_index)(...);
    + */
     #define EX_IMPL(a) impl->cb_##a
     
     /* Predeclare the "default" ex_data implementation */
     static int int_new_class(void);
     static void int_cleanup(void);
     static int int_get_new_index(int class_index, long argl, void *argp,
    -		CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func,
    -		CRYPTO_EX_free *free_func);
    -static int int_new_ex_data(int class_index, void *obj,
    -		CRYPTO_EX_DATA *ad);
    +                             CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func,
    +                             CRYPTO_EX_free *free_func);
    +static int int_new_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad);
     static int int_dup_ex_data(int class_index, CRYPTO_EX_DATA *to,
    -		CRYPTO_EX_DATA *from);
    -static void int_free_ex_data(int class_index, void *obj,
    -		CRYPTO_EX_DATA *ad);
    -static CRYPTO_EX_DATA_IMPL impl_default =
    -	{
    -	int_new_class,
    -	int_cleanup,
    -	int_get_new_index,
    -	int_new_ex_data,
    -	int_dup_ex_data,
    -	int_free_ex_data
    -	};
    -
    -/* Internal function that checks whether "impl" is set and if not, sets it to
    - * the default. */
    +                           CRYPTO_EX_DATA *from);
    +static void int_free_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad);
    +static CRYPTO_EX_DATA_IMPL impl_default = {
    +    int_new_class,
    +    int_cleanup,
    +    int_get_new_index,
    +    int_new_ex_data,
    +    int_dup_ex_data,
    +    int_free_ex_data
    +};
    +
    +/*
    + * Internal function that checks whether "impl" is set and if not, sets it to
    + * the default.
    + */
     static void impl_check(void)
    -	{
    -	CRYPTO_w_lock(CRYPTO_LOCK_EX_DATA);
    -	if(!impl)
    -		impl = &impl_default;
    -	CRYPTO_w_unlock(CRYPTO_LOCK_EX_DATA);
    -	}
    -/* A macro wrapper for impl_check that first uses a non-locked test before
    - * invoking the function (which checks again inside a lock). */
    +{
    +    CRYPTO_w_lock(CRYPTO_LOCK_EX_DATA);
    +    if (!impl)
    +        impl = &impl_default;
    +    CRYPTO_w_unlock(CRYPTO_LOCK_EX_DATA);
    +}
    +
    +/*
    + * A macro wrapper for impl_check that first uses a non-locked test before
    + * invoking the function (which checks again inside a lock).
    + */
     #define IMPL_CHECK if(!impl) impl_check();
     
     /* API functions to get/set the "ex_data" implementation */
     const CRYPTO_EX_DATA_IMPL *CRYPTO_get_ex_data_implementation(void)
    -	{
    -	IMPL_CHECK
    -	return impl;
    -	}
    +{
    +    IMPL_CHECK return impl;
    +}
    +
     int CRYPTO_set_ex_data_implementation(const CRYPTO_EX_DATA_IMPL *i)
    -	{
    -	int toret = 0;
    -	CRYPTO_w_lock(CRYPTO_LOCK_EX_DATA);
    -	if(!impl)
    -		{
    -		impl = i;
    -		toret = 1;
    -		}
    -	CRYPTO_w_unlock(CRYPTO_LOCK_EX_DATA);
    -	return toret;
    -	}
    +{
    +    int toret = 0;
    +    CRYPTO_w_lock(CRYPTO_LOCK_EX_DATA);
    +    if (!impl) {
    +        impl = i;
    +        toret = 1;
    +    }
    +    CRYPTO_w_unlock(CRYPTO_LOCK_EX_DATA);
    +    return toret;
    +}
     
     /****************************************************************************/
    -/* Interal (default) implementation of "ex_data" support. API functions are
    - * further down. */
    +/*
    + * Interal (default) implementation of "ex_data" support. API functions are
    + * further down.
    + */
     
    -/* The type that represents what each "class" used to implement locally. A STACK
    - * of CRYPTO_EX_DATA_FUNCS plus a index-counter. The 'class_index' is the global
    - * value representing the class that is used to distinguish these items. */
    +/*
    + * The type that represents what each "class" used to implement locally. A
    + * STACK of CRYPTO_EX_DATA_FUNCS plus a index-counter. The 'class_index' is
    + * the global value representing the class that is used to distinguish these
    + * items.
    + */
     typedef struct st_ex_class_item {
    -	int class_index;
    -	STACK_OF(CRYPTO_EX_DATA_FUNCS) *meth;
    -	int meth_num;
    +    int class_index;
    +    STACK_OF(CRYPTO_EX_DATA_FUNCS) *meth;
    +    int meth_num;
     } EX_CLASS_ITEM;
     
     /* When assigning new class indexes, this is our counter */
    @@ -250,387 +255,390 @@ static LHASH_OF(EX_CLASS_ITEM) *ex_data = NULL;
     
     /* The callbacks required in the "ex_data" hash table */
     static unsigned long ex_class_item_hash(const EX_CLASS_ITEM *a)
    -	{
    -	return a->class_index;
    -	}
    +{
    +    return a->class_index;
    +}
    +
     static IMPLEMENT_LHASH_HASH_FN(ex_class_item, EX_CLASS_ITEM)
     
     static int ex_class_item_cmp(const EX_CLASS_ITEM *a, const EX_CLASS_ITEM *b)
    -	{
    -	return a->class_index - b->class_index;
    -	}
    -static IMPLEMENT_LHASH_COMP_FN(ex_class_item, EX_CLASS_ITEM)
    +{
    +    return a->class_index - b->class_index;
    +}
     
    -/* Internal functions used by the "impl_default" implementation to access the
    - * state */
    +static IMPLEMENT_LHASH_COMP_FN(ex_class_item, EX_CLASS_ITEM)
     
    +/*
    + * Internal functions used by the "impl_default" implementation to access the
    + * state
    + */
     static int ex_data_check(void)
    -	{
    -	int toret = 1;
    -	CRYPTO_w_lock(CRYPTO_LOCK_EX_DATA);
    -	if(!ex_data
    -	   && (ex_data = lh_EX_CLASS_ITEM_new()) == NULL)
    -		toret = 0;
    -	CRYPTO_w_unlock(CRYPTO_LOCK_EX_DATA);
    -	return toret;
    -	}
    -/* This macros helps reduce the locking from repeated checks because the
    - * ex_data_check() function checks ex_data again inside a lock. */
    +{
    +    int toret = 1;
    +    CRYPTO_w_lock(CRYPTO_LOCK_EX_DATA);
    +    if (!ex_data && (ex_data = lh_EX_CLASS_ITEM_new()) == NULL)
    +        toret = 0;
    +    CRYPTO_w_unlock(CRYPTO_LOCK_EX_DATA);
    +    return toret;
    +}
    +
    +/*
    + * This macros helps reduce the locking from repeated checks because the
    + * ex_data_check() function checks ex_data again inside a lock.
    + */
     #define EX_DATA_CHECK(iffail) if(!ex_data && !ex_data_check()) {iffail}
     
     /* This "inner" callback is used by the callback function that follows it */
     static void def_cleanup_util_cb(CRYPTO_EX_DATA_FUNCS *funcs)
    -	{
    -	OPENSSL_free(funcs);
    -	}
    +{
    +    OPENSSL_free(funcs);
    +}
     
    -/* This callback is used in lh_doall to destroy all EX_CLASS_ITEM values from
    - * "ex_data" prior to the ex_data hash table being itself destroyed. Doesn't do
    - * any locking. */
    +/*
    + * This callback is used in lh_doall to destroy all EX_CLASS_ITEM values from
    + * "ex_data" prior to the ex_data hash table being itself destroyed. Doesn't
    + * do any locking.
    + */
     static void def_cleanup_cb(void *a_void)
    -	{
    -	EX_CLASS_ITEM *item = (EX_CLASS_ITEM *)a_void;
    -	sk_CRYPTO_EX_DATA_FUNCS_pop_free(item->meth, def_cleanup_util_cb);
    -	OPENSSL_free(item);
    -	}
    -
    -/* Return the EX_CLASS_ITEM from the "ex_data" hash table that corresponds to a
    - * given class. Handles locking. */
    +{
    +    EX_CLASS_ITEM *item = (EX_CLASS_ITEM *)a_void;
    +    sk_CRYPTO_EX_DATA_FUNCS_pop_free(item->meth, def_cleanup_util_cb);
    +    OPENSSL_free(item);
    +}
    +
    +/*
    + * Return the EX_CLASS_ITEM from the "ex_data" hash table that corresponds to
    + * a given class. Handles locking.
    + */
     static EX_CLASS_ITEM *def_get_class(int class_index)
    -	{
    -	EX_CLASS_ITEM d, *p, *gen;
    -	EX_DATA_CHECK(return NULL;)
    -	d.class_index = class_index;
    -	CRYPTO_w_lock(CRYPTO_LOCK_EX_DATA);
    -	p = lh_EX_CLASS_ITEM_retrieve(ex_data, &d);
    -	if(!p)
    -		{
    -		gen = OPENSSL_malloc(sizeof(EX_CLASS_ITEM));
    -		if(gen)
    -			{
    -			gen->class_index = class_index;
    -			gen->meth_num = 0;
    -			gen->meth = sk_CRYPTO_EX_DATA_FUNCS_new_null();
    -			if(!gen->meth)
    -				OPENSSL_free(gen);
    -			else
    -				{
    -				/* Because we're inside the ex_data lock, the
    -				 * return value from the insert will be NULL */
    -				(void)lh_EX_CLASS_ITEM_insert(ex_data, gen);
    -				p = gen;
    -				}
    -			}
    -		}
    -	CRYPTO_w_unlock(CRYPTO_LOCK_EX_DATA);
    -	if(!p)
    -		CRYPTOerr(CRYPTO_F_DEF_GET_CLASS,ERR_R_MALLOC_FAILURE);
    -	return p;
    -	}
    -
    -/* Add a new method to the given EX_CLASS_ITEM and return the corresponding
    - * index (or -1 for error). Handles locking. */
    +{
    +    EX_CLASS_ITEM d, *p, *gen;
    +    EX_DATA_CHECK(return NULL;)
    +        d.class_index = class_index;
    +    CRYPTO_w_lock(CRYPTO_LOCK_EX_DATA);
    +    p = lh_EX_CLASS_ITEM_retrieve(ex_data, &d);
    +    if (!p) {
    +        gen = OPENSSL_malloc(sizeof(EX_CLASS_ITEM));
    +        if (gen) {
    +            gen->class_index = class_index;
    +            gen->meth_num = 0;
    +            gen->meth = sk_CRYPTO_EX_DATA_FUNCS_new_null();
    +            if (!gen->meth)
    +                OPENSSL_free(gen);
    +            else {
    +                /*
    +                 * Because we're inside the ex_data lock, the return value
    +                 * from the insert will be NULL
    +                 */
    +                (void)lh_EX_CLASS_ITEM_insert(ex_data, gen);
    +                p = gen;
    +            }
    +        }
    +    }
    +    CRYPTO_w_unlock(CRYPTO_LOCK_EX_DATA);
    +    if (!p)
    +        CRYPTOerr(CRYPTO_F_DEF_GET_CLASS, ERR_R_MALLOC_FAILURE);
    +    return p;
    +}
    +
    +/*
    + * Add a new method to the given EX_CLASS_ITEM and return the corresponding
    + * index (or -1 for error). Handles locking.
    + */
     static int def_add_index(EX_CLASS_ITEM *item, long argl, void *argp,
    -		CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func,
    -		CRYPTO_EX_free *free_func)
    -	{
    -	int toret = -1;
    -	CRYPTO_EX_DATA_FUNCS *a = (CRYPTO_EX_DATA_FUNCS *)OPENSSL_malloc(
    -					sizeof(CRYPTO_EX_DATA_FUNCS));
    -	if(!a)
    -		{
    -		CRYPTOerr(CRYPTO_F_DEF_ADD_INDEX,ERR_R_MALLOC_FAILURE);
    -		return -1;
    -		}
    -	a->argl=argl;
    -	a->argp=argp;
    -	a->new_func=new_func;
    -	a->dup_func=dup_func;
    -	a->free_func=free_func;
    -	CRYPTO_w_lock(CRYPTO_LOCK_EX_DATA);
    -	while (sk_CRYPTO_EX_DATA_FUNCS_num(item->meth) <= item->meth_num)
    -		{
    -		if (!sk_CRYPTO_EX_DATA_FUNCS_push(item->meth, NULL))
    -			{
    -			CRYPTOerr(CRYPTO_F_DEF_ADD_INDEX,ERR_R_MALLOC_FAILURE);
    -			OPENSSL_free(a);
    -			goto err;
    -			}
    -		}
    -	toret = item->meth_num++;
    -	(void)sk_CRYPTO_EX_DATA_FUNCS_set(item->meth, toret, a);
    -err:
    -	CRYPTO_w_unlock(CRYPTO_LOCK_EX_DATA);
    -	return toret;
    -	}
    +                         CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func,
    +                         CRYPTO_EX_free *free_func)
    +{
    +    int toret = -1;
    +    CRYPTO_EX_DATA_FUNCS *a =
    +        (CRYPTO_EX_DATA_FUNCS *)OPENSSL_malloc(sizeof(CRYPTO_EX_DATA_FUNCS));
    +    if (!a) {
    +        CRYPTOerr(CRYPTO_F_DEF_ADD_INDEX, ERR_R_MALLOC_FAILURE);
    +        return -1;
    +    }
    +    a->argl = argl;
    +    a->argp = argp;
    +    a->new_func = new_func;
    +    a->dup_func = dup_func;
    +    a->free_func = free_func;
    +    CRYPTO_w_lock(CRYPTO_LOCK_EX_DATA);
    +    while (sk_CRYPTO_EX_DATA_FUNCS_num(item->meth) <= item->meth_num) {
    +        if (!sk_CRYPTO_EX_DATA_FUNCS_push(item->meth, NULL)) {
    +            CRYPTOerr(CRYPTO_F_DEF_ADD_INDEX, ERR_R_MALLOC_FAILURE);
    +            OPENSSL_free(a);
    +            goto err;
    +        }
    +    }
    +    toret = item->meth_num++;
    +    (void)sk_CRYPTO_EX_DATA_FUNCS_set(item->meth, toret, a);
    + err:
    +    CRYPTO_w_unlock(CRYPTO_LOCK_EX_DATA);
    +    return toret;
    +}
     
     /**************************************************************/
     /* The functions in the default CRYPTO_EX_DATA_IMPL structure */
     
     static int int_new_class(void)
    -	{
    -	int toret;
    -	CRYPTO_w_lock(CRYPTO_LOCK_EX_DATA);
    -	toret = ex_class++;
    -	CRYPTO_w_unlock(CRYPTO_LOCK_EX_DATA);
    -	return toret;
    -	}
    +{
    +    int toret;
    +    CRYPTO_w_lock(CRYPTO_LOCK_EX_DATA);
    +    toret = ex_class++;
    +    CRYPTO_w_unlock(CRYPTO_LOCK_EX_DATA);
    +    return toret;
    +}
     
     static void int_cleanup(void)
    -	{
    -	EX_DATA_CHECK(return;)
    -	lh_EX_CLASS_ITEM_doall(ex_data, def_cleanup_cb);
    -	lh_EX_CLASS_ITEM_free(ex_data);
    -	ex_data = NULL;
    -	impl = NULL;
    -	}
    +{
    +    EX_DATA_CHECK(return;)
    +        lh_EX_CLASS_ITEM_doall(ex_data, def_cleanup_cb);
    +    lh_EX_CLASS_ITEM_free(ex_data);
    +    ex_data = NULL;
    +    impl = NULL;
    +}
     
     static int int_get_new_index(int class_index, long argl, void *argp,
    -		CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func,
    -		CRYPTO_EX_free *free_func)
    -	{
    -	EX_CLASS_ITEM *item = def_get_class(class_index);
    -	if(!item)
    -		return -1;
    -	return def_add_index(item, argl, argp, new_func, dup_func, free_func);
    -	}
    -
    -/* Thread-safe by copying a class's array of "CRYPTO_EX_DATA_FUNCS" entries in
    - * the lock, then using them outside the lock. NB: Thread-safety only applies to
    - * the global "ex_data" state (ie. class definitions), not thread-safe on 'ad'
    - * itself. */
    -static int int_new_ex_data(int class_index, void *obj,
    -		CRYPTO_EX_DATA *ad)
    -	{
    -	int mx,i;
    -	void *ptr;
    -	CRYPTO_EX_DATA_FUNCS **storage = NULL;
    -	EX_CLASS_ITEM *item = def_get_class(class_index);
    -	if(!item)
    -		/* error is already set */
    -		return 0;
    -	ad->sk = NULL;
    -	CRYPTO_r_lock(CRYPTO_LOCK_EX_DATA);
    -	mx = sk_CRYPTO_EX_DATA_FUNCS_num(item->meth);
    -	if(mx > 0)
    -		{
    -		storage = OPENSSL_malloc(mx * sizeof(CRYPTO_EX_DATA_FUNCS*));
    -		if(!storage)
    -			goto skip;
    -		for(i = 0; i < mx; i++)
    -			storage[i] = sk_CRYPTO_EX_DATA_FUNCS_value(item->meth,i);
    -		}
    -skip:
    -	CRYPTO_r_unlock(CRYPTO_LOCK_EX_DATA);
    -	if((mx > 0) && !storage)
    -		{
    -		CRYPTOerr(CRYPTO_F_INT_NEW_EX_DATA,ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	for(i = 0; i < mx; i++)
    -		{
    -		if(storage[i] && storage[i]->new_func)
    -			{
    -			ptr = CRYPTO_get_ex_data(ad, i);
    -			storage[i]->new_func(obj,ptr,ad,i,
    -				storage[i]->argl,storage[i]->argp);
    -			}
    -		}
    -	if(storage)
    -		OPENSSL_free(storage);
    -	return 1;
    -	}
    +                             CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func,
    +                             CRYPTO_EX_free *free_func)
    +{
    +    EX_CLASS_ITEM *item = def_get_class(class_index);
    +    if (!item)
    +        return -1;
    +    return def_add_index(item, argl, argp, new_func, dup_func, free_func);
    +}
    +
    +/*
    + * Thread-safe by copying a class's array of "CRYPTO_EX_DATA_FUNCS" entries
    + * in the lock, then using them outside the lock. NB: Thread-safety only
    + * applies to the global "ex_data" state (ie. class definitions), not
    + * thread-safe on 'ad' itself.
    + */
    +static int int_new_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad)
    +{
    +    int mx, i;
    +    void *ptr;
    +    CRYPTO_EX_DATA_FUNCS **storage = NULL;
    +    EX_CLASS_ITEM *item = def_get_class(class_index);
    +    if (!item)
    +        /* error is already set */
    +        return 0;
    +    ad->sk = NULL;
    +    CRYPTO_r_lock(CRYPTO_LOCK_EX_DATA);
    +    mx = sk_CRYPTO_EX_DATA_FUNCS_num(item->meth);
    +    if (mx > 0) {
    +        storage = OPENSSL_malloc(mx * sizeof(CRYPTO_EX_DATA_FUNCS *));
    +        if (!storage)
    +            goto skip;
    +        for (i = 0; i < mx; i++)
    +            storage[i] = sk_CRYPTO_EX_DATA_FUNCS_value(item->meth, i);
    +    }
    + skip:
    +    CRYPTO_r_unlock(CRYPTO_LOCK_EX_DATA);
    +    if ((mx > 0) && !storage) {
    +        CRYPTOerr(CRYPTO_F_INT_NEW_EX_DATA, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    for (i = 0; i < mx; i++) {
    +        if (storage[i] && storage[i]->new_func) {
    +            ptr = CRYPTO_get_ex_data(ad, i);
    +            storage[i]->new_func(obj, ptr, ad, i,
    +                                 storage[i]->argl, storage[i]->argp);
    +        }
    +    }
    +    if (storage)
    +        OPENSSL_free(storage);
    +    return 1;
    +}
     
     /* Same thread-safety notes as for "int_new_ex_data" */
     static int int_dup_ex_data(int class_index, CRYPTO_EX_DATA *to,
    -		CRYPTO_EX_DATA *from)
    -	{
    -	int mx, j, i;
    -	char *ptr;
    -	CRYPTO_EX_DATA_FUNCS **storage = NULL;
    -	EX_CLASS_ITEM *item;
    -	if(!from->sk)
    -		/* 'to' should be "blank" which *is* just like 'from' */
    -		return 1;
    -	if((item = def_get_class(class_index)) == NULL)
    -		return 0;
    -	CRYPTO_r_lock(CRYPTO_LOCK_EX_DATA);
    -	mx = sk_CRYPTO_EX_DATA_FUNCS_num(item->meth);
    -	j = sk_void_num(from->sk);
    -	if(j < mx)
    -		mx = j;
    -	if(mx > 0)
    -		{
    -		storage = OPENSSL_malloc(mx * sizeof(CRYPTO_EX_DATA_FUNCS*));
    -		if(!storage)
    -			goto skip;
    -		for(i = 0; i < mx; i++)
    -			storage[i] = sk_CRYPTO_EX_DATA_FUNCS_value(item->meth,i);
    -		}
    -skip:
    -	CRYPTO_r_unlock(CRYPTO_LOCK_EX_DATA);
    -	if((mx > 0) && !storage)
    -		{
    -		CRYPTOerr(CRYPTO_F_INT_DUP_EX_DATA,ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	for(i = 0; i < mx; i++)
    -		{
    -		ptr = CRYPTO_get_ex_data(from, i);
    -		if(storage[i] && storage[i]->dup_func)
    -			storage[i]->dup_func(to,from,&ptr,i,
    -				storage[i]->argl,storage[i]->argp);
    -		CRYPTO_set_ex_data(to,i,ptr);
    -		}
    -	if(storage)
    -		OPENSSL_free(storage);
    -	return 1;
    -	}
    +                           CRYPTO_EX_DATA *from)
    +{
    +    int mx, j, i;
    +    char *ptr;
    +    CRYPTO_EX_DATA_FUNCS **storage = NULL;
    +    EX_CLASS_ITEM *item;
    +    if (!from->sk)
    +        /* 'to' should be "blank" which *is* just like 'from' */
    +        return 1;
    +    if ((item = def_get_class(class_index)) == NULL)
    +        return 0;
    +    CRYPTO_r_lock(CRYPTO_LOCK_EX_DATA);
    +    mx = sk_CRYPTO_EX_DATA_FUNCS_num(item->meth);
    +    j = sk_void_num(from->sk);
    +    if (j < mx)
    +        mx = j;
    +    if (mx > 0) {
    +        storage = OPENSSL_malloc(mx * sizeof(CRYPTO_EX_DATA_FUNCS *));
    +        if (!storage)
    +            goto skip;
    +        for (i = 0; i < mx; i++)
    +            storage[i] = sk_CRYPTO_EX_DATA_FUNCS_value(item->meth, i);
    +    }
    + skip:
    +    CRYPTO_r_unlock(CRYPTO_LOCK_EX_DATA);
    +    if ((mx > 0) && !storage) {
    +        CRYPTOerr(CRYPTO_F_INT_DUP_EX_DATA, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    for (i = 0; i < mx; i++) {
    +        ptr = CRYPTO_get_ex_data(from, i);
    +        if (storage[i] && storage[i]->dup_func)
    +            storage[i]->dup_func(to, from, &ptr, i,
    +                                 storage[i]->argl, storage[i]->argp);
    +        CRYPTO_set_ex_data(to, i, ptr);
    +    }
    +    if (storage)
    +        OPENSSL_free(storage);
    +    return 1;
    +}
     
     /* Same thread-safety notes as for "int_new_ex_data" */
    -static void int_free_ex_data(int class_index, void *obj,
    -		CRYPTO_EX_DATA *ad)
    -	{
    -	int mx,i;
    -	EX_CLASS_ITEM *item;
    -	void *ptr;
    -	CRYPTO_EX_DATA_FUNCS **storage = NULL;
    -	if((item = def_get_class(class_index)) == NULL)
    -		return;
    -	CRYPTO_r_lock(CRYPTO_LOCK_EX_DATA);
    -	mx = sk_CRYPTO_EX_DATA_FUNCS_num(item->meth);
    -	if(mx > 0)
    -		{
    -		storage = OPENSSL_malloc(mx * sizeof(CRYPTO_EX_DATA_FUNCS*));
    -		if(!storage)
    -			goto skip;
    -		for(i = 0; i < mx; i++)
    -			storage[i] = sk_CRYPTO_EX_DATA_FUNCS_value(item->meth,i);
    -		}
    -skip:
    -	CRYPTO_r_unlock(CRYPTO_LOCK_EX_DATA);
    -	if((mx > 0) && !storage)
    -		{
    -		CRYPTOerr(CRYPTO_F_INT_FREE_EX_DATA,ERR_R_MALLOC_FAILURE);
    -		return;
    -		}
    -	for(i = 0; i < mx; i++)
    -		{
    -		if(storage[i] && storage[i]->free_func)
    -			{
    -			ptr = CRYPTO_get_ex_data(ad,i);
    -			storage[i]->free_func(obj,ptr,ad,i,
    -				storage[i]->argl,storage[i]->argp);
    -			}
    -		}
    -	if(storage)
    -		OPENSSL_free(storage);
    -	if(ad->sk)
    -		{
    -		sk_void_free(ad->sk);
    -		ad->sk=NULL;
    -		}
    -	}
    +static void int_free_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad)
    +{
    +    int mx, i;
    +    EX_CLASS_ITEM *item;
    +    void *ptr;
    +    CRYPTO_EX_DATA_FUNCS **storage = NULL;
    +    if ((item = def_get_class(class_index)) == NULL)
    +        return;
    +    CRYPTO_r_lock(CRYPTO_LOCK_EX_DATA);
    +    mx = sk_CRYPTO_EX_DATA_FUNCS_num(item->meth);
    +    if (mx > 0) {
    +        storage = OPENSSL_malloc(mx * sizeof(CRYPTO_EX_DATA_FUNCS *));
    +        if (!storage)
    +            goto skip;
    +        for (i = 0; i < mx; i++)
    +            storage[i] = sk_CRYPTO_EX_DATA_FUNCS_value(item->meth, i);
    +    }
    + skip:
    +    CRYPTO_r_unlock(CRYPTO_LOCK_EX_DATA);
    +    if ((mx > 0) && !storage) {
    +        CRYPTOerr(CRYPTO_F_INT_FREE_EX_DATA, ERR_R_MALLOC_FAILURE);
    +        return;
    +    }
    +    for (i = 0; i < mx; i++) {
    +        if (storage[i] && storage[i]->free_func) {
    +            ptr = CRYPTO_get_ex_data(ad, i);
    +            storage[i]->free_func(obj, ptr, ad, i,
    +                                  storage[i]->argl, storage[i]->argp);
    +        }
    +    }
    +    if (storage)
    +        OPENSSL_free(storage);
    +    if (ad->sk) {
    +        sk_void_free(ad->sk);
    +        ad->sk = NULL;
    +    }
    +}
     
     /********************************************************************/
    -/* API functions that defer all "state" operations to the "ex_data"
    - * implementation we have set. */
    +/*
    + * API functions that defer all "state" operations to the "ex_data"
    + * implementation we have set.
    + */
     
    -/* Obtain an index for a new class (not the same as getting a new index within
    - * an existing class - this is actually getting a new *class*) */
    +/*
    + * Obtain an index for a new class (not the same as getting a new index
    + * within an existing class - this is actually getting a new *class*)
    + */
     int CRYPTO_ex_data_new_class(void)
    -	{
    -	IMPL_CHECK
    -	return EX_IMPL(new_class)();
    -	}
    +{
    +    IMPL_CHECK return EX_IMPL(new_class) ();
    +}
     
    -/* Release all "ex_data" state to prevent memory leaks. This can't be made
    +/*
    + * Release all "ex_data" state to prevent memory leaks. This can't be made
      * thread-safe without overhauling a lot of stuff, and shouldn't really be
      * called under potential race-conditions anyway (it's for program shutdown
    - * after all). */
    + * after all).
    + */
     void CRYPTO_cleanup_all_ex_data(void)
    -	{
    -	IMPL_CHECK
    -	EX_IMPL(cleanup)();
    -	}
    +{
    +    IMPL_CHECK EX_IMPL(cleanup) ();
    +}
     
     /* Inside an existing class, get/register a new index. */
     int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp,
    -		CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func,
    -		CRYPTO_EX_free *free_func)
    -	{
    -	int ret = -1;
    -
    -	IMPL_CHECK
    -	ret = EX_IMPL(get_new_index)(class_index,
    -			argl, argp, new_func, dup_func, free_func);
    -	return ret;
    -	}
    -
    -/* Initialise a new CRYPTO_EX_DATA for use in a particular class - including
    - * calling new() callbacks for each index in the class used by this variable */
    +                            CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func,
    +                            CRYPTO_EX_free *free_func)
    +{
    +    int ret = -1;
    +
    +    IMPL_CHECK
    +        ret = EX_IMPL(get_new_index) (class_index,
    +                                      argl, argp, new_func, dup_func,
    +                                      free_func);
    +    return ret;
    +}
    +
    +/*
    + * Initialise a new CRYPTO_EX_DATA for use in a particular class - including
    + * calling new() callbacks for each index in the class used by this variable
    + */
     int CRYPTO_new_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad)
    -	{
    -	IMPL_CHECK
    -	return EX_IMPL(new_ex_data)(class_index, obj, ad);
    -	}
    +{
    +    IMPL_CHECK return EX_IMPL(new_ex_data) (class_index, obj, ad);
    +}
     
    -/* Duplicate a CRYPTO_EX_DATA variable - including calling dup() callbacks for
    - * each index in the class used by this variable */
    +/*
    + * Duplicate a CRYPTO_EX_DATA variable - including calling dup() callbacks
    + * for each index in the class used by this variable
    + */
     int CRYPTO_dup_ex_data(int class_index, CRYPTO_EX_DATA *to,
    -	     CRYPTO_EX_DATA *from)
    -	{
    -	IMPL_CHECK
    -	return EX_IMPL(dup_ex_data)(class_index, to, from);
    -	}
    -
    -/* Cleanup a CRYPTO_EX_DATA variable - including calling free() callbacks for
    - * each index in the class used by this variable */
    +                       CRYPTO_EX_DATA *from)
    +{
    +    IMPL_CHECK return EX_IMPL(dup_ex_data) (class_index, to, from);
    +}
    +
    +/*
    + * Cleanup a CRYPTO_EX_DATA variable - including calling free() callbacks for
    + * each index in the class used by this variable
    + */
     void CRYPTO_free_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad)
    -	{
    -	IMPL_CHECK
    -	EX_IMPL(free_ex_data)(class_index, obj, ad);
    -	}
    +{
    +    IMPL_CHECK EX_IMPL(free_ex_data) (class_index, obj, ad);
    +}
     
    -/* For a given CRYPTO_EX_DATA variable, set the value corresponding to a
    - * particular index in the class used by this variable */
    +/*
    + * For a given CRYPTO_EX_DATA variable, set the value corresponding to a
    + * particular index in the class used by this variable
    + */
     int CRYPTO_set_ex_data(CRYPTO_EX_DATA *ad, int idx, void *val)
    -	{
    -	int i;
    -
    -	if (ad->sk == NULL)
    -		{
    -		if ((ad->sk=sk_void_new_null()) == NULL)
    -			{
    -			CRYPTOerr(CRYPTO_F_CRYPTO_SET_EX_DATA,ERR_R_MALLOC_FAILURE);
    -			return(0);
    -			}
    -		}
    -	i=sk_void_num(ad->sk);
    -
    -	while (i <= idx)
    -		{
    -		if (!sk_void_push(ad->sk,NULL))
    -			{
    -			CRYPTOerr(CRYPTO_F_CRYPTO_SET_EX_DATA,ERR_R_MALLOC_FAILURE);
    -			return(0);
    -			}
    -		i++;
    -		}
    -	sk_void_set(ad->sk,idx,val);
    -	return(1);
    -	}
    -
    -/* For a given CRYPTO_EX_DATA_ variable, get the value corresponding to a
    - * particular index in the class used by this variable */
    +{
    +    int i;
    +
    +    if (ad->sk == NULL) {
    +        if ((ad->sk = sk_void_new_null()) == NULL) {
    +            CRYPTOerr(CRYPTO_F_CRYPTO_SET_EX_DATA, ERR_R_MALLOC_FAILURE);
    +            return (0);
    +        }
    +    }
    +    i = sk_void_num(ad->sk);
    +
    +    while (i <= idx) {
    +        if (!sk_void_push(ad->sk, NULL)) {
    +            CRYPTOerr(CRYPTO_F_CRYPTO_SET_EX_DATA, ERR_R_MALLOC_FAILURE);
    +            return (0);
    +        }
    +        i++;
    +    }
    +    sk_void_set(ad->sk, idx, val);
    +    return (1);
    +}
    +
    +/*
    + * For a given CRYPTO_EX_DATA_ variable, get the value corresponding to a
    + * particular index in the class used by this variable
    + */
     void *CRYPTO_get_ex_data(const CRYPTO_EX_DATA *ad, int idx)
    -	{
    -	if (ad->sk == NULL)
    -		return(0);
    -	else if (idx >= sk_void_num(ad->sk))
    -		return(0);
    -	else
    -		return(sk_void_value(ad->sk,idx));
    -	}
    +{
    +    if (ad->sk == NULL)
    +        return (0);
    +    else if (idx >= sk_void_num(ad->sk))
    +        return (0);
    +    else
    +        return (sk_void_value(ad->sk, idx));
    +}
     
     IMPLEMENT_STACK_OF(CRYPTO_EX_DATA_FUNCS)
    diff --git a/openssl/crypto/fips_err.h b/openssl/crypto/fips_err.h
    index c671691b4..0308b63bb 100644
    --- a/openssl/crypto/fips_err.h
    +++ b/openssl/crypto/fips_err.h
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* NOTE: this file was auto generated by the mkerr.pl script: any changes
    +/*
    + * NOTE: this file was auto generated by the mkerr.pl script: any changes
      * made to it will be overwritten when the script next updates this file,
      * only reason strings will be preserved.
      */
    @@ -65,145 +66,158 @@
     /* BEGIN ERROR CODES */
     #ifndef OPENSSL_NO_ERR
     
    -#define ERR_FUNC(func) ERR_PACK(ERR_LIB_FIPS,func,0)
    -#define ERR_REASON(reason) ERR_PACK(ERR_LIB_FIPS,0,reason)
    +# define ERR_FUNC(func) ERR_PACK(ERR_LIB_FIPS,func,0)
    +# define ERR_REASON(reason) ERR_PACK(ERR_LIB_FIPS,0,reason)
     
    -static ERR_STRING_DATA FIPS_str_functs[]=
    -	{
    -{ERR_FUNC(FIPS_F_DH_BUILTIN_GENPARAMS),	"DH_BUILTIN_GENPARAMS"},
    -{ERR_FUNC(FIPS_F_DH_INIT),	"DH_INIT"},
    -{ERR_FUNC(FIPS_F_DRBG_RESEED),	"DRBG_RESEED"},
    -{ERR_FUNC(FIPS_F_DSA_BUILTIN_PARAMGEN),	"DSA_BUILTIN_PARAMGEN"},
    -{ERR_FUNC(FIPS_F_DSA_BUILTIN_PARAMGEN2),	"DSA_BUILTIN_PARAMGEN2"},
    -{ERR_FUNC(FIPS_F_DSA_DO_SIGN),	"DSA_do_sign"},
    -{ERR_FUNC(FIPS_F_DSA_DO_VERIFY),	"DSA_do_verify"},
    -{ERR_FUNC(FIPS_F_FIPS_CHECK_DSA),	"FIPS_CHECK_DSA"},
    -{ERR_FUNC(FIPS_F_FIPS_CHECK_DSA_PRNG),	"fips_check_dsa_prng"},
    -{ERR_FUNC(FIPS_F_FIPS_CHECK_EC),	"FIPS_CHECK_EC"},
    -{ERR_FUNC(FIPS_F_FIPS_CHECK_EC_PRNG),	"fips_check_ec_prng"},
    -{ERR_FUNC(FIPS_F_FIPS_CHECK_INCORE_FINGERPRINT),	"FIPS_check_incore_fingerprint"},
    -{ERR_FUNC(FIPS_F_FIPS_CHECK_RSA),	"fips_check_rsa"},
    -{ERR_FUNC(FIPS_F_FIPS_CHECK_RSA_PRNG),	"fips_check_rsa_prng"},
    -{ERR_FUNC(FIPS_F_FIPS_CIPHER),	"FIPS_cipher"},
    -{ERR_FUNC(FIPS_F_FIPS_CIPHERINIT),	"FIPS_cipherinit"},
    -{ERR_FUNC(FIPS_F_FIPS_CIPHER_CTX_CTRL),	"FIPS_CIPHER_CTX_CTRL"},
    -{ERR_FUNC(FIPS_F_FIPS_DIGESTFINAL),	"FIPS_digestfinal"},
    -{ERR_FUNC(FIPS_F_FIPS_DIGESTINIT),	"FIPS_digestinit"},
    -{ERR_FUNC(FIPS_F_FIPS_DIGESTUPDATE),	"FIPS_digestupdate"},
    -{ERR_FUNC(FIPS_F_FIPS_DRBG_BYTES),	"FIPS_DRBG_BYTES"},
    -{ERR_FUNC(FIPS_F_FIPS_DRBG_CHECK),	"FIPS_DRBG_CHECK"},
    -{ERR_FUNC(FIPS_F_FIPS_DRBG_CPRNG_TEST),	"FIPS_DRBG_CPRNG_TEST"},
    -{ERR_FUNC(FIPS_F_FIPS_DRBG_ERROR_CHECK),	"FIPS_DRBG_ERROR_CHECK"},
    -{ERR_FUNC(FIPS_F_FIPS_DRBG_GENERATE),	"FIPS_drbg_generate"},
    -{ERR_FUNC(FIPS_F_FIPS_DRBG_INIT),	"FIPS_drbg_init"},
    -{ERR_FUNC(FIPS_F_FIPS_DRBG_INSTANTIATE),	"FIPS_drbg_instantiate"},
    -{ERR_FUNC(FIPS_F_FIPS_DRBG_NEW),	"FIPS_drbg_new"},
    -{ERR_FUNC(FIPS_F_FIPS_DRBG_RESEED),	"FIPS_drbg_reseed"},
    -{ERR_FUNC(FIPS_F_FIPS_DRBG_SINGLE_KAT),	"FIPS_DRBG_SINGLE_KAT"},
    -{ERR_FUNC(FIPS_F_FIPS_DSA_SIGN_DIGEST),	"FIPS_dsa_sign_digest"},
    -{ERR_FUNC(FIPS_F_FIPS_DSA_VERIFY_DIGEST),	"FIPS_dsa_verify_digest"},
    -{ERR_FUNC(FIPS_F_FIPS_GET_ENTROPY),	"FIPS_GET_ENTROPY"},
    -{ERR_FUNC(FIPS_F_FIPS_MODULE_MODE_SET),	"FIPS_module_mode_set"},
    -{ERR_FUNC(FIPS_F_FIPS_PKEY_SIGNATURE_TEST),	"fips_pkey_signature_test"},
    -{ERR_FUNC(FIPS_F_FIPS_RAND_ADD),	"FIPS_rand_add"},
    -{ERR_FUNC(FIPS_F_FIPS_RAND_BYTES),	"FIPS_rand_bytes"},
    -{ERR_FUNC(FIPS_F_FIPS_RAND_PSEUDO_BYTES),	"FIPS_rand_pseudo_bytes"},
    -{ERR_FUNC(FIPS_F_FIPS_RAND_SEED),	"FIPS_rand_seed"},
    -{ERR_FUNC(FIPS_F_FIPS_RAND_SET_METHOD),	"FIPS_rand_set_method"},
    -{ERR_FUNC(FIPS_F_FIPS_RAND_STATUS),	"FIPS_rand_status"},
    -{ERR_FUNC(FIPS_F_FIPS_RSA_SIGN_DIGEST),	"FIPS_rsa_sign_digest"},
    -{ERR_FUNC(FIPS_F_FIPS_RSA_VERIFY_DIGEST),	"FIPS_rsa_verify_digest"},
    -{ERR_FUNC(FIPS_F_FIPS_SELFTEST_AES),	"FIPS_selftest_aes"},
    -{ERR_FUNC(FIPS_F_FIPS_SELFTEST_AES_CCM),	"FIPS_selftest_aes_ccm"},
    -{ERR_FUNC(FIPS_F_FIPS_SELFTEST_AES_GCM),	"FIPS_selftest_aes_gcm"},
    -{ERR_FUNC(FIPS_F_FIPS_SELFTEST_AES_XTS),	"FIPS_selftest_aes_xts"},
    -{ERR_FUNC(FIPS_F_FIPS_SELFTEST_CMAC),	"FIPS_selftest_cmac"},
    -{ERR_FUNC(FIPS_F_FIPS_SELFTEST_DES),	"FIPS_selftest_des"},
    -{ERR_FUNC(FIPS_F_FIPS_SELFTEST_DSA),	"FIPS_selftest_dsa"},
    -{ERR_FUNC(FIPS_F_FIPS_SELFTEST_ECDSA),	"FIPS_selftest_ecdsa"},
    -{ERR_FUNC(FIPS_F_FIPS_SELFTEST_HMAC),	"FIPS_selftest_hmac"},
    -{ERR_FUNC(FIPS_F_FIPS_SELFTEST_SHA1),	"FIPS_selftest_sha1"},
    -{ERR_FUNC(FIPS_F_FIPS_SELFTEST_X931),	"FIPS_selftest_x931"},
    -{ERR_FUNC(FIPS_F_FIPS_SET_PRNG_KEY),	"FIPS_SET_PRNG_KEY"},
    -{ERR_FUNC(FIPS_F_HASH_FINAL),	"HASH_FINAL"},
    -{ERR_FUNC(FIPS_F_RSA_BUILTIN_KEYGEN),	"RSA_BUILTIN_KEYGEN"},
    -{ERR_FUNC(FIPS_F_RSA_EAY_INIT),	"RSA_EAY_INIT"},
    -{ERR_FUNC(FIPS_F_RSA_EAY_PRIVATE_DECRYPT),	"RSA_EAY_PRIVATE_DECRYPT"},
    -{ERR_FUNC(FIPS_F_RSA_EAY_PRIVATE_ENCRYPT),	"RSA_EAY_PRIVATE_ENCRYPT"},
    -{ERR_FUNC(FIPS_F_RSA_EAY_PUBLIC_DECRYPT),	"RSA_EAY_PUBLIC_DECRYPT"},
    -{ERR_FUNC(FIPS_F_RSA_EAY_PUBLIC_ENCRYPT),	"RSA_EAY_PUBLIC_ENCRYPT"},
    -{ERR_FUNC(FIPS_F_RSA_X931_GENERATE_KEY_EX),	"RSA_X931_generate_key_ex"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA FIPS_str_functs[] = {
    +    {ERR_FUNC(FIPS_F_DH_BUILTIN_GENPARAMS), "DH_BUILTIN_GENPARAMS"},
    +    {ERR_FUNC(FIPS_F_DH_INIT), "DH_INIT"},
    +    {ERR_FUNC(FIPS_F_DRBG_RESEED), "DRBG_RESEED"},
    +    {ERR_FUNC(FIPS_F_DSA_BUILTIN_PARAMGEN), "DSA_BUILTIN_PARAMGEN"},
    +    {ERR_FUNC(FIPS_F_DSA_BUILTIN_PARAMGEN2), "DSA_BUILTIN_PARAMGEN2"},
    +    {ERR_FUNC(FIPS_F_DSA_DO_SIGN), "DSA_do_sign"},
    +    {ERR_FUNC(FIPS_F_DSA_DO_VERIFY), "DSA_do_verify"},
    +    {ERR_FUNC(FIPS_F_FIPS_CHECK_DSA), "FIPS_CHECK_DSA"},
    +    {ERR_FUNC(FIPS_F_FIPS_CHECK_DSA_PRNG), "fips_check_dsa_prng"},
    +    {ERR_FUNC(FIPS_F_FIPS_CHECK_EC), "FIPS_CHECK_EC"},
    +    {ERR_FUNC(FIPS_F_FIPS_CHECK_EC_PRNG), "fips_check_ec_prng"},
    +    {ERR_FUNC(FIPS_F_FIPS_CHECK_INCORE_FINGERPRINT),
    +     "FIPS_check_incore_fingerprint"},
    +    {ERR_FUNC(FIPS_F_FIPS_CHECK_RSA), "fips_check_rsa"},
    +    {ERR_FUNC(FIPS_F_FIPS_CHECK_RSA_PRNG), "fips_check_rsa_prng"},
    +    {ERR_FUNC(FIPS_F_FIPS_CIPHER), "FIPS_cipher"},
    +    {ERR_FUNC(FIPS_F_FIPS_CIPHERINIT), "FIPS_cipherinit"},
    +    {ERR_FUNC(FIPS_F_FIPS_CIPHER_CTX_CTRL), "FIPS_CIPHER_CTX_CTRL"},
    +    {ERR_FUNC(FIPS_F_FIPS_DIGESTFINAL), "FIPS_digestfinal"},
    +    {ERR_FUNC(FIPS_F_FIPS_DIGESTINIT), "FIPS_digestinit"},
    +    {ERR_FUNC(FIPS_F_FIPS_DIGESTUPDATE), "FIPS_digestupdate"},
    +    {ERR_FUNC(FIPS_F_FIPS_DRBG_BYTES), "FIPS_DRBG_BYTES"},
    +    {ERR_FUNC(FIPS_F_FIPS_DRBG_CHECK), "FIPS_DRBG_CHECK"},
    +    {ERR_FUNC(FIPS_F_FIPS_DRBG_CPRNG_TEST), "FIPS_DRBG_CPRNG_TEST"},
    +    {ERR_FUNC(FIPS_F_FIPS_DRBG_ERROR_CHECK), "FIPS_DRBG_ERROR_CHECK"},
    +    {ERR_FUNC(FIPS_F_FIPS_DRBG_GENERATE), "FIPS_drbg_generate"},
    +    {ERR_FUNC(FIPS_F_FIPS_DRBG_INIT), "FIPS_drbg_init"},
    +    {ERR_FUNC(FIPS_F_FIPS_DRBG_INSTANTIATE), "FIPS_drbg_instantiate"},
    +    {ERR_FUNC(FIPS_F_FIPS_DRBG_NEW), "FIPS_drbg_new"},
    +    {ERR_FUNC(FIPS_F_FIPS_DRBG_RESEED), "FIPS_drbg_reseed"},
    +    {ERR_FUNC(FIPS_F_FIPS_DRBG_SINGLE_KAT), "FIPS_DRBG_SINGLE_KAT"},
    +    {ERR_FUNC(FIPS_F_FIPS_DSA_SIGN_DIGEST), "FIPS_dsa_sign_digest"},
    +    {ERR_FUNC(FIPS_F_FIPS_DSA_VERIFY_DIGEST), "FIPS_dsa_verify_digest"},
    +    {ERR_FUNC(FIPS_F_FIPS_GET_ENTROPY), "FIPS_GET_ENTROPY"},
    +    {ERR_FUNC(FIPS_F_FIPS_MODULE_MODE_SET), "FIPS_module_mode_set"},
    +    {ERR_FUNC(FIPS_F_FIPS_PKEY_SIGNATURE_TEST), "fips_pkey_signature_test"},
    +    {ERR_FUNC(FIPS_F_FIPS_RAND_ADD), "FIPS_rand_add"},
    +    {ERR_FUNC(FIPS_F_FIPS_RAND_BYTES), "FIPS_rand_bytes"},
    +    {ERR_FUNC(FIPS_F_FIPS_RAND_PSEUDO_BYTES), "FIPS_rand_pseudo_bytes"},
    +    {ERR_FUNC(FIPS_F_FIPS_RAND_SEED), "FIPS_rand_seed"},
    +    {ERR_FUNC(FIPS_F_FIPS_RAND_SET_METHOD), "FIPS_rand_set_method"},
    +    {ERR_FUNC(FIPS_F_FIPS_RAND_STATUS), "FIPS_rand_status"},
    +    {ERR_FUNC(FIPS_F_FIPS_RSA_SIGN_DIGEST), "FIPS_rsa_sign_digest"},
    +    {ERR_FUNC(FIPS_F_FIPS_RSA_VERIFY_DIGEST), "FIPS_rsa_verify_digest"},
    +    {ERR_FUNC(FIPS_F_FIPS_SELFTEST_AES), "FIPS_selftest_aes"},
    +    {ERR_FUNC(FIPS_F_FIPS_SELFTEST_AES_CCM), "FIPS_selftest_aes_ccm"},
    +    {ERR_FUNC(FIPS_F_FIPS_SELFTEST_AES_GCM), "FIPS_selftest_aes_gcm"},
    +    {ERR_FUNC(FIPS_F_FIPS_SELFTEST_AES_XTS), "FIPS_selftest_aes_xts"},
    +    {ERR_FUNC(FIPS_F_FIPS_SELFTEST_CMAC), "FIPS_selftest_cmac"},
    +    {ERR_FUNC(FIPS_F_FIPS_SELFTEST_DES), "FIPS_selftest_des"},
    +    {ERR_FUNC(FIPS_F_FIPS_SELFTEST_DSA), "FIPS_selftest_dsa"},
    +    {ERR_FUNC(FIPS_F_FIPS_SELFTEST_ECDSA), "FIPS_selftest_ecdsa"},
    +    {ERR_FUNC(FIPS_F_FIPS_SELFTEST_HMAC), "FIPS_selftest_hmac"},
    +    {ERR_FUNC(FIPS_F_FIPS_SELFTEST_SHA1), "FIPS_selftest_sha1"},
    +    {ERR_FUNC(FIPS_F_FIPS_SELFTEST_X931), "FIPS_selftest_x931"},
    +    {ERR_FUNC(FIPS_F_FIPS_SET_PRNG_KEY), "FIPS_SET_PRNG_KEY"},
    +    {ERR_FUNC(FIPS_F_HASH_FINAL), "HASH_FINAL"},
    +    {ERR_FUNC(FIPS_F_RSA_BUILTIN_KEYGEN), "RSA_BUILTIN_KEYGEN"},
    +    {ERR_FUNC(FIPS_F_RSA_EAY_INIT), "RSA_EAY_INIT"},
    +    {ERR_FUNC(FIPS_F_RSA_EAY_PRIVATE_DECRYPT), "RSA_EAY_PRIVATE_DECRYPT"},
    +    {ERR_FUNC(FIPS_F_RSA_EAY_PRIVATE_ENCRYPT), "RSA_EAY_PRIVATE_ENCRYPT"},
    +    {ERR_FUNC(FIPS_F_RSA_EAY_PUBLIC_DECRYPT), "RSA_EAY_PUBLIC_DECRYPT"},
    +    {ERR_FUNC(FIPS_F_RSA_EAY_PUBLIC_ENCRYPT), "RSA_EAY_PUBLIC_ENCRYPT"},
    +    {ERR_FUNC(FIPS_F_RSA_X931_GENERATE_KEY_EX), "RSA_X931_generate_key_ex"},
    +    {0, NULL}
    +};
     
    -static ERR_STRING_DATA FIPS_str_reasons[]=
    -	{
    -{ERR_REASON(FIPS_R_ADDITIONAL_INPUT_ERROR_UNDETECTED),"additional input error undetected"},
    -{ERR_REASON(FIPS_R_ADDITIONAL_INPUT_TOO_LONG),"additional input too long"},
    -{ERR_REASON(FIPS_R_ALREADY_INSTANTIATED) ,"already instantiated"},
    -{ERR_REASON(FIPS_R_AUTHENTICATION_FAILURE),"authentication failure"},
    -{ERR_REASON(FIPS_R_CONTRADICTING_EVIDENCE),"contradicting evidence"},
    -{ERR_REASON(FIPS_R_DRBG_NOT_INITIALISED) ,"drbg not initialised"},
    -{ERR_REASON(FIPS_R_DRBG_STUCK)           ,"drbg stuck"},
    -{ERR_REASON(FIPS_R_ENTROPY_ERROR_UNDETECTED),"entropy error undetected"},
    -{ERR_REASON(FIPS_R_ENTROPY_NOT_REQUESTED_FOR_RESEED),"entropy not requested for reseed"},
    -{ERR_REASON(FIPS_R_ENTROPY_SOURCE_STUCK) ,"entropy source stuck"},
    -{ERR_REASON(FIPS_R_ERROR_INITIALISING_DRBG),"error initialising drbg"},
    -{ERR_REASON(FIPS_R_ERROR_INSTANTIATING_DRBG),"error instantiating drbg"},
    -{ERR_REASON(FIPS_R_ERROR_RETRIEVING_ADDITIONAL_INPUT),"error retrieving additional input"},
    -{ERR_REASON(FIPS_R_ERROR_RETRIEVING_ENTROPY),"error retrieving entropy"},
    -{ERR_REASON(FIPS_R_ERROR_RETRIEVING_NONCE),"error retrieving nonce"},
    -{ERR_REASON(FIPS_R_FINGERPRINT_DOES_NOT_MATCH),"fingerprint does not match"},
    -{ERR_REASON(FIPS_R_FINGERPRINT_DOES_NOT_MATCH_NONPIC_RELOCATED),"fingerprint does not match nonpic relocated"},
    -{ERR_REASON(FIPS_R_FINGERPRINT_DOES_NOT_MATCH_SEGMENT_ALIASING),"fingerprint does not match segment aliasing"},
    -{ERR_REASON(FIPS_R_FIPS_MODE_ALREADY_SET),"fips mode already set"},
    -{ERR_REASON(FIPS_R_FIPS_SELFTEST_FAILED) ,"fips selftest failed"},
    -{ERR_REASON(FIPS_R_FUNCTION_ERROR)       ,"function error"},
    -{ERR_REASON(FIPS_R_GENERATE_ERROR)       ,"generate error"},
    -{ERR_REASON(FIPS_R_GENERATE_ERROR_UNDETECTED),"generate error undetected"},
    -{ERR_REASON(FIPS_R_INSTANTIATE_ERROR)    ,"instantiate error"},
    -{ERR_REASON(FIPS_R_INSUFFICIENT_SECURITY_STRENGTH),"insufficient security strength"},
    -{ERR_REASON(FIPS_R_INTERNAL_ERROR)       ,"internal error"},
    -{ERR_REASON(FIPS_R_INVALID_KEY_LENGTH)   ,"invalid key length"},
    -{ERR_REASON(FIPS_R_INVALID_PARAMETERS)   ,"invalid parameters"},
    -{ERR_REASON(FIPS_R_IN_ERROR_STATE)       ,"in error state"},
    -{ERR_REASON(FIPS_R_KEY_TOO_SHORT)        ,"key too short"},
    -{ERR_REASON(FIPS_R_NONCE_ERROR_UNDETECTED),"nonce error undetected"},
    -{ERR_REASON(FIPS_R_NON_FIPS_METHOD)      ,"non fips method"},
    -{ERR_REASON(FIPS_R_NOPR_TEST1_FAILURE)   ,"nopr test1 failure"},
    -{ERR_REASON(FIPS_R_NOPR_TEST2_FAILURE)   ,"nopr test2 failure"},
    -{ERR_REASON(FIPS_R_NOT_INSTANTIATED)     ,"not instantiated"},
    -{ERR_REASON(FIPS_R_PAIRWISE_TEST_FAILED) ,"pairwise test failed"},
    -{ERR_REASON(FIPS_R_PERSONALISATION_ERROR_UNDETECTED),"personalisation error undetected"},
    -{ERR_REASON(FIPS_R_PERSONALISATION_STRING_TOO_LONG),"personalisation string too long"},
    -{ERR_REASON(FIPS_R_PRNG_STRENGTH_TOO_LOW),"prng strength too low"},
    -{ERR_REASON(FIPS_R_PR_TEST1_FAILURE)     ,"pr test1 failure"},
    -{ERR_REASON(FIPS_R_PR_TEST2_FAILURE)     ,"pr test2 failure"},
    -{ERR_REASON(FIPS_R_REQUEST_LENGTH_ERROR_UNDETECTED),"request length error undetected"},
    -{ERR_REASON(FIPS_R_REQUEST_TOO_LARGE_FOR_DRBG),"request too large for drbg"},
    -{ERR_REASON(FIPS_R_RESEED_COUNTER_ERROR) ,"reseed counter error"},
    -{ERR_REASON(FIPS_R_RESEED_ERROR)         ,"reseed error"},
    -{ERR_REASON(FIPS_R_SELFTEST_FAILED)      ,"selftest failed"},
    -{ERR_REASON(FIPS_R_SELFTEST_FAILURE)     ,"selftest failure"},
    -{ERR_REASON(FIPS_R_STRENGTH_ERROR_UNDETECTED),"strength error undetected"},
    -{ERR_REASON(FIPS_R_TEST_FAILURE)         ,"test failure"},
    -{ERR_REASON(FIPS_R_UNINSTANTIATE_ERROR)  ,"uninstantiate error"},
    -{ERR_REASON(FIPS_R_UNINSTANTIATE_ZEROISE_ERROR),"uninstantiate zeroise error"},
    -{ERR_REASON(FIPS_R_UNSUPPORTED_DRBG_TYPE),"unsupported drbg type"},
    -{ERR_REASON(FIPS_R_UNSUPPORTED_PLATFORM) ,"unsupported platform"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA FIPS_str_reasons[] = {
    +    {ERR_REASON(FIPS_R_ADDITIONAL_INPUT_ERROR_UNDETECTED),
    +     "additional input error undetected"},
    +    {ERR_REASON(FIPS_R_ADDITIONAL_INPUT_TOO_LONG),
    +     "additional input too long"},
    +    {ERR_REASON(FIPS_R_ALREADY_INSTANTIATED), "already instantiated"},
    +    {ERR_REASON(FIPS_R_AUTHENTICATION_FAILURE), "authentication failure"},
    +    {ERR_REASON(FIPS_R_CONTRADICTING_EVIDENCE), "contradicting evidence"},
    +    {ERR_REASON(FIPS_R_DRBG_NOT_INITIALISED), "drbg not initialised"},
    +    {ERR_REASON(FIPS_R_DRBG_STUCK), "drbg stuck"},
    +    {ERR_REASON(FIPS_R_ENTROPY_ERROR_UNDETECTED), "entropy error undetected"},
    +    {ERR_REASON(FIPS_R_ENTROPY_NOT_REQUESTED_FOR_RESEED),
    +     "entropy not requested for reseed"},
    +    {ERR_REASON(FIPS_R_ENTROPY_SOURCE_STUCK), "entropy source stuck"},
    +    {ERR_REASON(FIPS_R_ERROR_INITIALISING_DRBG), "error initialising drbg"},
    +    {ERR_REASON(FIPS_R_ERROR_INSTANTIATING_DRBG), "error instantiating drbg"},
    +    {ERR_REASON(FIPS_R_ERROR_RETRIEVING_ADDITIONAL_INPUT),
    +     "error retrieving additional input"},
    +    {ERR_REASON(FIPS_R_ERROR_RETRIEVING_ENTROPY), "error retrieving entropy"},
    +    {ERR_REASON(FIPS_R_ERROR_RETRIEVING_NONCE), "error retrieving nonce"},
    +    {ERR_REASON(FIPS_R_FINGERPRINT_DOES_NOT_MATCH),
    +     "fingerprint does not match"},
    +    {ERR_REASON(FIPS_R_FINGERPRINT_DOES_NOT_MATCH_NONPIC_RELOCATED),
    +     "fingerprint does not match nonpic relocated"},
    +    {ERR_REASON(FIPS_R_FINGERPRINT_DOES_NOT_MATCH_SEGMENT_ALIASING),
    +     "fingerprint does not match segment aliasing"},
    +    {ERR_REASON(FIPS_R_FIPS_MODE_ALREADY_SET), "fips mode already set"},
    +    {ERR_REASON(FIPS_R_FIPS_SELFTEST_FAILED), "fips selftest failed"},
    +    {ERR_REASON(FIPS_R_FUNCTION_ERROR), "function error"},
    +    {ERR_REASON(FIPS_R_GENERATE_ERROR), "generate error"},
    +    {ERR_REASON(FIPS_R_GENERATE_ERROR_UNDETECTED),
    +     "generate error undetected"},
    +    {ERR_REASON(FIPS_R_INSTANTIATE_ERROR), "instantiate error"},
    +    {ERR_REASON(FIPS_R_INSUFFICIENT_SECURITY_STRENGTH),
    +     "insufficient security strength"},
    +    {ERR_REASON(FIPS_R_INTERNAL_ERROR), "internal error"},
    +    {ERR_REASON(FIPS_R_INVALID_KEY_LENGTH), "invalid key length"},
    +    {ERR_REASON(FIPS_R_INVALID_PARAMETERS), "invalid parameters"},
    +    {ERR_REASON(FIPS_R_IN_ERROR_STATE), "in error state"},
    +    {ERR_REASON(FIPS_R_KEY_TOO_SHORT), "key too short"},
    +    {ERR_REASON(FIPS_R_NONCE_ERROR_UNDETECTED), "nonce error undetected"},
    +    {ERR_REASON(FIPS_R_NON_FIPS_METHOD), "non fips method"},
    +    {ERR_REASON(FIPS_R_NOPR_TEST1_FAILURE), "nopr test1 failure"},
    +    {ERR_REASON(FIPS_R_NOPR_TEST2_FAILURE), "nopr test2 failure"},
    +    {ERR_REASON(FIPS_R_NOT_INSTANTIATED), "not instantiated"},
    +    {ERR_REASON(FIPS_R_PAIRWISE_TEST_FAILED), "pairwise test failed"},
    +    {ERR_REASON(FIPS_R_PERSONALISATION_ERROR_UNDETECTED),
    +     "personalisation error undetected"},
    +    {ERR_REASON(FIPS_R_PERSONALISATION_STRING_TOO_LONG),
    +     "personalisation string too long"},
    +    {ERR_REASON(FIPS_R_PRNG_STRENGTH_TOO_LOW), "prng strength too low"},
    +    {ERR_REASON(FIPS_R_PR_TEST1_FAILURE), "pr test1 failure"},
    +    {ERR_REASON(FIPS_R_PR_TEST2_FAILURE), "pr test2 failure"},
    +    {ERR_REASON(FIPS_R_REQUEST_LENGTH_ERROR_UNDETECTED),
    +     "request length error undetected"},
    +    {ERR_REASON(FIPS_R_REQUEST_TOO_LARGE_FOR_DRBG),
    +     "request too large for drbg"},
    +    {ERR_REASON(FIPS_R_RESEED_COUNTER_ERROR), "reseed counter error"},
    +    {ERR_REASON(FIPS_R_RESEED_ERROR), "reseed error"},
    +    {ERR_REASON(FIPS_R_SELFTEST_FAILED), "selftest failed"},
    +    {ERR_REASON(FIPS_R_SELFTEST_FAILURE), "selftest failure"},
    +    {ERR_REASON(FIPS_R_STRENGTH_ERROR_UNDETECTED),
    +     "strength error undetected"},
    +    {ERR_REASON(FIPS_R_TEST_FAILURE), "test failure"},
    +    {ERR_REASON(FIPS_R_UNINSTANTIATE_ERROR), "uninstantiate error"},
    +    {ERR_REASON(FIPS_R_UNINSTANTIATE_ZEROISE_ERROR),
    +     "uninstantiate zeroise error"},
    +    {ERR_REASON(FIPS_R_UNSUPPORTED_DRBG_TYPE), "unsupported drbg type"},
    +    {ERR_REASON(FIPS_R_UNSUPPORTED_PLATFORM), "unsupported platform"},
    +    {0, NULL}
    +};
     
     #endif
     
     void ERR_load_FIPS_strings(void)
    -	{
    +{
     #ifndef OPENSSL_NO_ERR
     
    -	if (ERR_func_error_string(FIPS_str_functs[0].error) == NULL)
    -		{
    -		ERR_load_strings(0,FIPS_str_functs);
    -		ERR_load_strings(0,FIPS_str_reasons);
    -		}
    +    if (ERR_func_error_string(FIPS_str_functs[0].error) == NULL) {
    +        ERR_load_strings(0, FIPS_str_functs);
    +        ERR_load_strings(0, FIPS_str_reasons);
    +    }
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/fips_ers.c b/openssl/crypto/fips_ers.c
    index 09f11748f..1788ed288 100644
    --- a/openssl/crypto/fips_ers.c
    +++ b/openssl/crypto/fips_ers.c
    @@ -3,5 +3,5 @@
     #ifdef OPENSSL_FIPS
     # include "fips_err.h"
     #else
    -static void *dummy=&dummy;
    +static void *dummy = &dummy;
     #endif
    diff --git a/openssl/crypto/hmac/hm_ameth.c b/openssl/crypto/hmac/hm_ameth.c
    index e03f24aed..29b2b5dff 100644
    --- a/openssl/crypto/hmac/hm_ameth.c
    +++ b/openssl/crypto/hmac/hm_ameth.c
    @@ -1,5 +1,6 @@
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2007.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2007.
      */
     /* ====================================================================
      * Copyright (c) 2007 The OpenSSL Project.  All rights reserved.
    @@ -9,7 +10,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,106 +63,100 @@
     
     #define HMAC_TEST_PRIVATE_KEY_FORMAT
     
    -/* HMAC "ASN1" method. This is just here to indicate the
    - * maximum HMAC output length and to free up an HMAC
    - * key.
    +/*
    + * HMAC "ASN1" method. This is just here to indicate the maximum HMAC output
    + * length and to free up an HMAC key.
      */
     
     static int hmac_size(const EVP_PKEY *pkey)
    -	{
    -	return EVP_MAX_MD_SIZE;
    -	}
    +{
    +    return EVP_MAX_MD_SIZE;
    +}
     
     static void hmac_key_free(EVP_PKEY *pkey)
    -	{
    -	ASN1_OCTET_STRING *os = (ASN1_OCTET_STRING *)pkey->pkey.ptr;
    -	if (os)
    -		{
    -		if (os->data)
    -			OPENSSL_cleanse(os->data, os->length);
    -		ASN1_OCTET_STRING_free(os);
    -		}
    -	}
    -
    +{
    +    ASN1_OCTET_STRING *os = (ASN1_OCTET_STRING *)pkey->pkey.ptr;
    +    if (os) {
    +        if (os->data)
    +            OPENSSL_cleanse(os->data, os->length);
    +        ASN1_OCTET_STRING_free(os);
    +    }
    +}
     
     static int hmac_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2)
    -	{
    -	switch (op)
    -		{
    -		case ASN1_PKEY_CTRL_DEFAULT_MD_NID:
    -		*(int *)arg2 = NID_sha1;
    -		return 1;
    -
    -		default:
    -		return -2;
    -		}
    -	}
    +{
    +    switch (op) {
    +    case ASN1_PKEY_CTRL_DEFAULT_MD_NID:
    +        *(int *)arg2 = NID_sha256;
    +        return 1;
    +
    +    default:
    +        return -2;
    +    }
    +}
     
     #ifdef HMAC_TEST_PRIVATE_KEY_FORMAT
    -/* A bogus private key format for test purposes. This is simply the
    - * HMAC key with "HMAC PRIVATE KEY" in the headers. When enabled the
    - * genpkey utility can be used to "generate" HMAC keys.
    +/*
    + * A bogus private key format for test purposes. This is simply the HMAC key
    + * with "HMAC PRIVATE KEY" in the headers. When enabled the genpkey utility
    + * can be used to "generate" HMAC keys.
      */
     
     static int old_hmac_decode(EVP_PKEY *pkey,
    -					const unsigned char **pder, int derlen)
    -	{
    -	ASN1_OCTET_STRING *os;
    -	os = ASN1_OCTET_STRING_new();
    -	if (!os || !ASN1_OCTET_STRING_set(os, *pder, derlen))
    -		return 0;
    -	EVP_PKEY_assign(pkey, EVP_PKEY_HMAC, os);
    -	return 1;
    -	}
    +                           const unsigned char **pder, int derlen)
    +{
    +    ASN1_OCTET_STRING *os;
    +    os = ASN1_OCTET_STRING_new();
    +    if (!os || !ASN1_OCTET_STRING_set(os, *pder, derlen))
    +        return 0;
    +    EVP_PKEY_assign(pkey, EVP_PKEY_HMAC, os);
    +    return 1;
    +}
     
     static int old_hmac_encode(const EVP_PKEY *pkey, unsigned char **pder)
    -	{
    -	int inc;
    -	ASN1_OCTET_STRING *os = (ASN1_OCTET_STRING *)pkey->pkey.ptr;
    -	if (pder)
    -		{
    -		if (!*pder)
    -			{
    -			*pder = OPENSSL_malloc(os->length);
    -			inc = 0;
    -			}
    -		else inc = 1;
    -
    -		memcpy(*pder, os->data, os->length);
    -
    -		if (inc)
    -			*pder += os->length;
    -		}
    -			
    -	return os->length;
    -	}
    +{
    +    int inc;
    +    ASN1_OCTET_STRING *os = (ASN1_OCTET_STRING *)pkey->pkey.ptr;
    +    if (pder) {
    +        if (!*pder) {
    +            *pder = OPENSSL_malloc(os->length);
    +            inc = 0;
    +        } else
    +            inc = 1;
    +
    +        memcpy(*pder, os->data, os->length);
    +
    +        if (inc)
    +            *pder += os->length;
    +    }
    +
    +    return os->length;
    +}
     
     #endif
     
    -const EVP_PKEY_ASN1_METHOD hmac_asn1_meth = 
    -	{
    -	EVP_PKEY_HMAC,
    -	EVP_PKEY_HMAC,
    -	0,
    +const EVP_PKEY_ASN1_METHOD hmac_asn1_meth = {
    +    EVP_PKEY_HMAC,
    +    EVP_PKEY_HMAC,
    +    0,
     
    -	"HMAC",
    -	"OpenSSL HMAC method",
    +    "HMAC",
    +    "OpenSSL HMAC method",
     
    -	0,0,0,0,
    +    0, 0, 0, 0,
     
    -	0,0,0,
    +    0, 0, 0,
     
    -	hmac_size,
    -	0,
    -	0,0,0,0,0,0,0,
    +    hmac_size,
    +    0,
    +    0, 0, 0, 0, 0, 0, 0,
     
    -	hmac_key_free,
    -	hmac_pkey_ctrl,
    +    hmac_key_free,
    +    hmac_pkey_ctrl,
     #ifdef HMAC_TEST_PRIVATE_KEY_FORMAT
    -	old_hmac_decode,
    -	old_hmac_encode
    +    old_hmac_decode,
    +    old_hmac_encode
     #else
    -	0,0
    +    0, 0
     #endif
    -	};
    -
    +};
    diff --git a/openssl/crypto/hmac/hm_pmeth.c b/openssl/crypto/hmac/hm_pmeth.c
    index 0daa44511..0ffff79cc 100644
    --- a/openssl/crypto/hmac/hm_pmeth.c
    +++ b/openssl/crypto/hmac/hm_pmeth.c
    @@ -1,5 +1,6 @@
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2007.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2007.
      */
     /* ====================================================================
      * Copyright (c) 2007 The OpenSSL Project.  All rights reserved.
    @@ -9,7 +10,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -65,207 +66,197 @@
     
     /* HMAC pkey context structure */
     
    -typedef struct
    -	{
    -	const EVP_MD *md;	/* MD for HMAC use */
    -	ASN1_OCTET_STRING ktmp; /* Temp storage for key */
    -	HMAC_CTX ctx;
    -	} HMAC_PKEY_CTX;
    +typedef struct {
    +    const EVP_MD *md;           /* MD for HMAC use */
    +    ASN1_OCTET_STRING ktmp;     /* Temp storage for key */
    +    HMAC_CTX ctx;
    +} HMAC_PKEY_CTX;
     
     static int pkey_hmac_init(EVP_PKEY_CTX *ctx)
    -	{
    -	HMAC_PKEY_CTX *hctx;
    -	hctx = OPENSSL_malloc(sizeof(HMAC_PKEY_CTX));
    -	if (!hctx)
    -		return 0;
    -	hctx->md = NULL;
    -	hctx->ktmp.data = NULL;
    -	hctx->ktmp.length = 0;
    -	hctx->ktmp.flags = 0;
    -	hctx->ktmp.type = V_ASN1_OCTET_STRING;
    -	HMAC_CTX_init(&hctx->ctx);
    -
    -	ctx->data = hctx;
    -	ctx->keygen_info_count = 0;
    -
    -	return 1;
    -	}
    +{
    +    HMAC_PKEY_CTX *hctx;
    +    hctx = OPENSSL_malloc(sizeof(HMAC_PKEY_CTX));
    +    if (!hctx)
    +        return 0;
    +    hctx->md = NULL;
    +    hctx->ktmp.data = NULL;
    +    hctx->ktmp.length = 0;
    +    hctx->ktmp.flags = 0;
    +    hctx->ktmp.type = V_ASN1_OCTET_STRING;
    +    HMAC_CTX_init(&hctx->ctx);
    +
    +    ctx->data = hctx;
    +    ctx->keygen_info_count = 0;
    +
    +    return 1;
    +}
     
     static int pkey_hmac_copy(EVP_PKEY_CTX *dst, EVP_PKEY_CTX *src)
    -	{
    -	HMAC_PKEY_CTX *sctx, *dctx;
    -	if (!pkey_hmac_init(dst))
    -		return 0;
    -       	sctx = src->data;
    -	dctx = dst->data;
    -	dctx->md = sctx->md;
    -	HMAC_CTX_init(&dctx->ctx);
    -	if (!HMAC_CTX_copy(&dctx->ctx, &sctx->ctx))
    -		return 0;
    -	if (sctx->ktmp.data)
    -		{
    -		if (!ASN1_OCTET_STRING_set(&dctx->ktmp,
    -					sctx->ktmp.data, sctx->ktmp.length))
    -			return 0;
    -		}
    -	return 1;
    -	}
    +{
    +    HMAC_PKEY_CTX *sctx, *dctx;
    +    if (!pkey_hmac_init(dst))
    +        return 0;
    +    sctx = src->data;
    +    dctx = dst->data;
    +    dctx->md = sctx->md;
    +    HMAC_CTX_init(&dctx->ctx);
    +    if (!HMAC_CTX_copy(&dctx->ctx, &sctx->ctx))
    +        return 0;
    +    if (sctx->ktmp.data) {
    +        if (!ASN1_OCTET_STRING_set(&dctx->ktmp,
    +                                   sctx->ktmp.data, sctx->ktmp.length))
    +            return 0;
    +    }
    +    return 1;
    +}
     
     static void pkey_hmac_cleanup(EVP_PKEY_CTX *ctx)
    -	{
    -	HMAC_PKEY_CTX *hctx = ctx->data;
    -	HMAC_CTX_cleanup(&hctx->ctx);
    -	if (hctx->ktmp.data)
    -		{
    -		if (hctx->ktmp.length)
    -			OPENSSL_cleanse(hctx->ktmp.data, hctx->ktmp.length);
    -		OPENSSL_free(hctx->ktmp.data);
    -		hctx->ktmp.data = NULL;
    -		}
    -	OPENSSL_free(hctx);
    -	}
    +{
    +    HMAC_PKEY_CTX *hctx = ctx->data;
    +    HMAC_CTX_cleanup(&hctx->ctx);
    +    if (hctx->ktmp.data) {
    +        if (hctx->ktmp.length)
    +            OPENSSL_cleanse(hctx->ktmp.data, hctx->ktmp.length);
    +        OPENSSL_free(hctx->ktmp.data);
    +        hctx->ktmp.data = NULL;
    +    }
    +    OPENSSL_free(hctx);
    +}
     
     static int pkey_hmac_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey)
    -	{
    -	ASN1_OCTET_STRING *hkey = NULL;
    -	HMAC_PKEY_CTX *hctx = ctx->data;
    -	if (!hctx->ktmp.data)
    -		return 0;
    -	hkey = ASN1_OCTET_STRING_dup(&hctx->ktmp);
    -	if (!hkey)
    -		return 0;
    -	EVP_PKEY_assign(pkey, EVP_PKEY_HMAC, hkey);
    -	
    -	return 1;
    -	}
    -
    -static int int_update(EVP_MD_CTX *ctx,const void *data,size_t count)
    -	{
    -	HMAC_PKEY_CTX *hctx = ctx->pctx->data;
    -	if (!HMAC_Update(&hctx->ctx, data, count))
    -		return 0;
    -	return 1;
    -	}
    +{
    +    ASN1_OCTET_STRING *hkey = NULL;
    +    HMAC_PKEY_CTX *hctx = ctx->data;
    +    if (!hctx->ktmp.data)
    +        return 0;
    +    hkey = ASN1_OCTET_STRING_dup(&hctx->ktmp);
    +    if (!hkey)
    +        return 0;
    +    EVP_PKEY_assign(pkey, EVP_PKEY_HMAC, hkey);
    +
    +    return 1;
    +}
    +
    +static int int_update(EVP_MD_CTX *ctx, const void *data, size_t count)
    +{
    +    HMAC_PKEY_CTX *hctx = ctx->pctx->data;
    +    if (!HMAC_Update(&hctx->ctx, data, count))
    +        return 0;
    +    return 1;
    +}
     
     static int hmac_signctx_init(EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx)
    -	{
    -	HMAC_PKEY_CTX *hctx = ctx->data;
    -	HMAC_CTX_set_flags(&hctx->ctx, mctx->flags & ~EVP_MD_CTX_FLAG_NO_INIT);
    -	EVP_MD_CTX_set_flags(mctx, EVP_MD_CTX_FLAG_NO_INIT);
    -	mctx->update = int_update;
    -	return 1;
    -	}
    +{
    +    HMAC_PKEY_CTX *hctx = ctx->data;
    +    HMAC_CTX_set_flags(&hctx->ctx, mctx->flags & ~EVP_MD_CTX_FLAG_NO_INIT);
    +    EVP_MD_CTX_set_flags(mctx, EVP_MD_CTX_FLAG_NO_INIT);
    +    mctx->update = int_update;
    +    return 1;
    +}
     
     static int hmac_signctx(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
    -					EVP_MD_CTX *mctx)
    -	{
    -	unsigned int hlen;
    -	HMAC_PKEY_CTX *hctx = ctx->data;
    -	int l = EVP_MD_CTX_size(mctx);
    -
    -	if (l < 0)
    -		return 0;
    -	*siglen = l;
    -	if (!sig)
    -		return 1;
    -
    -	if (!HMAC_Final(&hctx->ctx, sig, &hlen))
    -		return 0;
    -	*siglen = (size_t)hlen;
    -	return 1;
    -	}
    +                        EVP_MD_CTX *mctx)
    +{
    +    unsigned int hlen;
    +    HMAC_PKEY_CTX *hctx = ctx->data;
    +    int l = EVP_MD_CTX_size(mctx);
    +
    +    if (l < 0)
    +        return 0;
    +    *siglen = l;
    +    if (!sig)
    +        return 1;
    +
    +    if (!HMAC_Final(&hctx->ctx, sig, &hlen))
    +        return 0;
    +    *siglen = (size_t)hlen;
    +    return 1;
    +}
     
     static int pkey_hmac_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2)
    -	{
    -	HMAC_PKEY_CTX *hctx = ctx->data;
    -	ASN1_OCTET_STRING *key;
    -	switch (type)
    -		{
    -
    -		case EVP_PKEY_CTRL_SET_MAC_KEY:
    -		if ((!p2 && p1 > 0) || (p1 < -1))
    -			return 0;
    -		if (!ASN1_OCTET_STRING_set(&hctx->ktmp, p2, p1))
    -			return 0;
    -		break;
    -
    -		case EVP_PKEY_CTRL_MD:
    -		hctx->md = p2;
    -		break;
    -
    -		case EVP_PKEY_CTRL_DIGESTINIT:
    -		key = (ASN1_OCTET_STRING *)ctx->pkey->pkey.ptr;
    -		if (!HMAC_Init_ex(&hctx->ctx, key->data, key->length, hctx->md,
    -				ctx->engine))
    -			return 0;
    -		break;
    -
    -		default:
    -		return -2;
    -
    -		}
    -	return 1;
    -	}
    +{
    +    HMAC_PKEY_CTX *hctx = ctx->data;
    +    ASN1_OCTET_STRING *key;
    +    switch (type) {
    +
    +    case EVP_PKEY_CTRL_SET_MAC_KEY:
    +        if ((!p2 && p1 > 0) || (p1 < -1))
    +            return 0;
    +        if (!ASN1_OCTET_STRING_set(&hctx->ktmp, p2, p1))
    +            return 0;
    +        break;
    +
    +    case EVP_PKEY_CTRL_MD:
    +        hctx->md = p2;
    +        break;
    +
    +    case EVP_PKEY_CTRL_DIGESTINIT:
    +        key = (ASN1_OCTET_STRING *)ctx->pkey->pkey.ptr;
    +        if (!HMAC_Init_ex(&hctx->ctx, key->data, key->length, hctx->md,
    +                          ctx->engine))
    +            return 0;
    +        break;
    +
    +    default:
    +        return -2;
    +
    +    }
    +    return 1;
    +}
     
     static int pkey_hmac_ctrl_str(EVP_PKEY_CTX *ctx,
    -			const char *type, const char *value)
    -	{
    -	if (!value)
    -		{
    -		return 0;
    -		}
    -	if (!strcmp(type, "key"))
    -		{
    -		void *p = (void *)value;
    -		return pkey_hmac_ctrl(ctx, EVP_PKEY_CTRL_SET_MAC_KEY,
    -				-1, p);
    -		}
    -	if (!strcmp(type, "hexkey"))
    -		{
    -		unsigned char *key;
    -		int r;
    -		long keylen;
    -		key = string_to_hex(value, &keylen);
    -		if (!key)
    -			return 0;
    -		r = pkey_hmac_ctrl(ctx, EVP_PKEY_CTRL_SET_MAC_KEY, keylen, key);
    -		OPENSSL_free(key);
    -		return r;
    -		}
    -	return -2;
    -	}
    -
    -const EVP_PKEY_METHOD hmac_pkey_meth = 
    -	{
    -	EVP_PKEY_HMAC,
    -	0,
    -	pkey_hmac_init,
    -	pkey_hmac_copy,
    -	pkey_hmac_cleanup,
    -
    -	0, 0,
    -
    -	0,
    -	pkey_hmac_keygen,
    -
    -	0, 0,
    -
    -	0, 0,
    -
    -	0,0,
    -
    -	hmac_signctx_init,
    -	hmac_signctx,
    -
    -	0,0,
    -
    -	0,0,
    -
    -	0,0,
    -
    -	0,0,
    -
    -	pkey_hmac_ctrl,
    -	pkey_hmac_ctrl_str
    -
    -	};
    +                              const char *type, const char *value)
    +{
    +    if (!value) {
    +        return 0;
    +    }
    +    if (!strcmp(type, "key")) {
    +        void *p = (void *)value;
    +        return pkey_hmac_ctrl(ctx, EVP_PKEY_CTRL_SET_MAC_KEY, -1, p);
    +    }
    +    if (!strcmp(type, "hexkey")) {
    +        unsigned char *key;
    +        int r;
    +        long keylen;
    +        key = string_to_hex(value, &keylen);
    +        if (!key)
    +            return 0;
    +        r = pkey_hmac_ctrl(ctx, EVP_PKEY_CTRL_SET_MAC_KEY, keylen, key);
    +        OPENSSL_free(key);
    +        return r;
    +    }
    +    return -2;
    +}
    +
    +const EVP_PKEY_METHOD hmac_pkey_meth = {
    +    EVP_PKEY_HMAC,
    +    0,
    +    pkey_hmac_init,
    +    pkey_hmac_copy,
    +    pkey_hmac_cleanup,
    +
    +    0, 0,
    +
    +    0,
    +    pkey_hmac_keygen,
    +
    +    0, 0,
    +
    +    0, 0,
    +
    +    0, 0,
    +
    +    hmac_signctx_init,
    +    hmac_signctx,
    +
    +    0, 0,
    +
    +    0, 0,
    +
    +    0, 0,
    +
    +    0, 0,
    +
    +    pkey_hmac_ctrl,
    +    pkey_hmac_ctrl_str
    +};
    diff --git a/openssl/crypto/hmac/hmac.c b/openssl/crypto/hmac/hmac.c
    index ba27cbf56..1fc9e2c3f 100644
    --- a/openssl/crypto/hmac/hmac.c
    +++ b/openssl/crypto/hmac/hmac.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,190 +62,192 @@
     #include 
     
     #ifdef OPENSSL_FIPS
    -#include 
    +# include 
     #endif
     
     int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
    -		  const EVP_MD *md, ENGINE *impl)
    -	{
    -	int i,j,reset=0;
    -	unsigned char pad[HMAC_MAX_MD_CBLOCK];
    +                 const EVP_MD *md, ENGINE *impl)
    +{
    +    int i, j, reset = 0;
    +    unsigned char pad[HMAC_MAX_MD_CBLOCK];
     
     #ifdef OPENSSL_FIPS
    -	if (FIPS_mode())
    -		{
    -		/* If we have an ENGINE need to allow non FIPS */
    -		if ((impl || ctx->i_ctx.engine)
    -			&&  !(ctx->i_ctx.flags & EVP_CIPH_FLAG_NON_FIPS_ALLOW))
    -			{
    -			EVPerr(EVP_F_HMAC_INIT_EX, EVP_R_DISABLED_FOR_FIPS);
    -			return 0;
    -			}
    -		/* Other algorithm blocking will be done in FIPS_cmac_init,
    -		 * via FIPS_hmac_init_ex().
    -		 */
    -		if (!impl && !ctx->i_ctx.engine)
    -			return FIPS_hmac_init_ex(ctx, key, len, md, NULL);
    -		}
    +    /* If FIPS mode switch to approved implementation if possible */
    +    if (FIPS_mode()) {
    +        const EVP_MD *fipsmd;
    +        if (md) {
    +            fipsmd = FIPS_get_digestbynid(EVP_MD_type(md));
    +            if (fipsmd)
    +                md = fipsmd;
    +        }
    +    }
    +
    +    if (FIPS_mode()) {
    +        /* If we have an ENGINE need to allow non FIPS */
    +        if ((impl || ctx->i_ctx.engine)
    +            && !(ctx->i_ctx.flags & EVP_CIPH_FLAG_NON_FIPS_ALLOW)) {
    +            EVPerr(EVP_F_HMAC_INIT_EX, EVP_R_DISABLED_FOR_FIPS);
    +            return 0;
    +        }
    +        /*
    +         * Other algorithm blocking will be done in FIPS_cmac_init, via
    +         * FIPS_hmac_init_ex().
    +         */
    +        if (!impl && !ctx->i_ctx.engine)
    +            return FIPS_hmac_init_ex(ctx, key, len, md, NULL);
    +    }
     #endif
     
    -	if (md != NULL)
    -		{
    -		reset=1;
    -		ctx->md=md;
    -		}
    -	else
    -		md=ctx->md;
    -
    -	if (key != NULL)
    -		{
    -		reset=1;
    -		j=EVP_MD_block_size(md);
    -		OPENSSL_assert(j <= (int)sizeof(ctx->key));
    -		if (j < len)
    -			{
    -			if (!EVP_DigestInit_ex(&ctx->md_ctx,md, impl))
    -				goto err;
    -			if (!EVP_DigestUpdate(&ctx->md_ctx,key,len))
    -				goto err;
    -			if (!EVP_DigestFinal_ex(&(ctx->md_ctx),ctx->key,
    -				&ctx->key_length))
    -				goto err;
    -			}
    -		else
    -			{
    -			OPENSSL_assert(len>=0 && len<=(int)sizeof(ctx->key));
    -			memcpy(ctx->key,key,len);
    -			ctx->key_length=len;
    -			}
    -		if(ctx->key_length != HMAC_MAX_MD_CBLOCK)
    -			memset(&ctx->key[ctx->key_length], 0,
    -				HMAC_MAX_MD_CBLOCK - ctx->key_length);
    -		}
    -
    -	if (reset)	
    -		{
    -		for (i=0; ikey[i];
    -		if (!EVP_DigestInit_ex(&ctx->i_ctx,md, impl))
    -			goto err;
    -		if (!EVP_DigestUpdate(&ctx->i_ctx,pad,EVP_MD_block_size(md)))
    -			goto err;
    -
    -		for (i=0; ikey[i];
    -		if (!EVP_DigestInit_ex(&ctx->o_ctx,md, impl))
    -			goto err;
    -		if (!EVP_DigestUpdate(&ctx->o_ctx,pad,EVP_MD_block_size(md)))
    -			goto err;
    -		}
    -	if (!EVP_MD_CTX_copy_ex(&ctx->md_ctx,&ctx->i_ctx))
    -			goto err;
    -	return 1;
    -	err:
    -	return 0;
    -	}
    +    if (md != NULL) {
    +        reset = 1;
    +        ctx->md = md;
    +    } else
    +        md = ctx->md;
    +
    +    if (key != NULL) {
    +        reset = 1;
    +        j = EVP_MD_block_size(md);
    +        OPENSSL_assert(j <= (int)sizeof(ctx->key));
    +        if (j < len) {
    +            if (!EVP_DigestInit_ex(&ctx->md_ctx, md, impl))
    +                goto err;
    +            if (!EVP_DigestUpdate(&ctx->md_ctx, key, len))
    +                goto err;
    +            if (!EVP_DigestFinal_ex(&(ctx->md_ctx), ctx->key,
    +                                    &ctx->key_length))
    +                goto err;
    +        } else {
    +            OPENSSL_assert(len >= 0 && len <= (int)sizeof(ctx->key));
    +            memcpy(ctx->key, key, len);
    +            ctx->key_length = len;
    +        }
    +        if (ctx->key_length != HMAC_MAX_MD_CBLOCK)
    +            memset(&ctx->key[ctx->key_length], 0,
    +                   HMAC_MAX_MD_CBLOCK - ctx->key_length);
    +    }
    +
    +    if (reset) {
    +        for (i = 0; i < HMAC_MAX_MD_CBLOCK; i++)
    +            pad[i] = 0x36 ^ ctx->key[i];
    +        if (!EVP_DigestInit_ex(&ctx->i_ctx, md, impl))
    +            goto err;
    +        if (!EVP_DigestUpdate(&ctx->i_ctx, pad, EVP_MD_block_size(md)))
    +            goto err;
    +
    +        for (i = 0; i < HMAC_MAX_MD_CBLOCK; i++)
    +            pad[i] = 0x5c ^ ctx->key[i];
    +        if (!EVP_DigestInit_ex(&ctx->o_ctx, md, impl))
    +            goto err;
    +        if (!EVP_DigestUpdate(&ctx->o_ctx, pad, EVP_MD_block_size(md)))
    +            goto err;
    +    }
    +    if (!EVP_MD_CTX_copy_ex(&ctx->md_ctx, &ctx->i_ctx))
    +        goto err;
    +    return 1;
    + err:
    +    return 0;
    +}
     
     int HMAC_Init(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md)
    -	{
    -	if(key && md)
    -	    HMAC_CTX_init(ctx);
    -	return HMAC_Init_ex(ctx,key,len,md, NULL);
    -	}
    +{
    +    if (key && md)
    +        HMAC_CTX_init(ctx);
    +    return HMAC_Init_ex(ctx, key, len, md, NULL);
    +}
     
     int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len)
    -	{
    +{
     #ifdef OPENSSL_FIPS
    -	if (FIPS_mode() && !ctx->i_ctx.engine)
    -		return FIPS_hmac_update(ctx, data, len);
    +    if (FIPS_mode() && !ctx->i_ctx.engine)
    +        return FIPS_hmac_update(ctx, data, len);
     #endif
    -	return EVP_DigestUpdate(&ctx->md_ctx,data,len);
    -	}
    +    return EVP_DigestUpdate(&ctx->md_ctx, data, len);
    +}
     
     int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len)
    -	{
    -	unsigned int i;
    -	unsigned char buf[EVP_MAX_MD_SIZE];
    +{
    +    unsigned int i;
    +    unsigned char buf[EVP_MAX_MD_SIZE];
     #ifdef OPENSSL_FIPS
    -	if (FIPS_mode() && !ctx->i_ctx.engine)
    -		return FIPS_hmac_final(ctx, md, len);
    +    if (FIPS_mode() && !ctx->i_ctx.engine)
    +        return FIPS_hmac_final(ctx, md, len);
     #endif
     
    -	if (!EVP_DigestFinal_ex(&ctx->md_ctx,buf,&i))
    -		goto err;
    -	if (!EVP_MD_CTX_copy_ex(&ctx->md_ctx,&ctx->o_ctx))
    -		goto err;
    -	if (!EVP_DigestUpdate(&ctx->md_ctx,buf,i))
    -		goto err;
    -	if (!EVP_DigestFinal_ex(&ctx->md_ctx,md,len))
    -		goto err;
    -	return 1;
    -	err:
    -	return 0;
    -	}
    +    if (!EVP_DigestFinal_ex(&ctx->md_ctx, buf, &i))
    +        goto err;
    +    if (!EVP_MD_CTX_copy_ex(&ctx->md_ctx, &ctx->o_ctx))
    +        goto err;
    +    if (!EVP_DigestUpdate(&ctx->md_ctx, buf, i))
    +        goto err;
    +    if (!EVP_DigestFinal_ex(&ctx->md_ctx, md, len))
    +        goto err;
    +    return 1;
    + err:
    +    return 0;
    +}
     
     void HMAC_CTX_init(HMAC_CTX *ctx)
    -	{
    -	EVP_MD_CTX_init(&ctx->i_ctx);
    -	EVP_MD_CTX_init(&ctx->o_ctx);
    -	EVP_MD_CTX_init(&ctx->md_ctx);
    -	}
    +{
    +    EVP_MD_CTX_init(&ctx->i_ctx);
    +    EVP_MD_CTX_init(&ctx->o_ctx);
    +    EVP_MD_CTX_init(&ctx->md_ctx);
    +}
     
     int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx)
    -	{
    -	if (!EVP_MD_CTX_copy(&dctx->i_ctx, &sctx->i_ctx))
    -		goto err;
    -	if (!EVP_MD_CTX_copy(&dctx->o_ctx, &sctx->o_ctx))
    -		goto err;
    -	if (!EVP_MD_CTX_copy(&dctx->md_ctx, &sctx->md_ctx))
    -		goto err;
    -	memcpy(dctx->key, sctx->key, HMAC_MAX_MD_CBLOCK);
    -	dctx->key_length = sctx->key_length;
    -	dctx->md = sctx->md;
    -	return 1;
    -	err:
    -	return 0;
    -	}
    +{
    +    if (!EVP_MD_CTX_copy(&dctx->i_ctx, &sctx->i_ctx))
    +        goto err;
    +    if (!EVP_MD_CTX_copy(&dctx->o_ctx, &sctx->o_ctx))
    +        goto err;
    +    if (!EVP_MD_CTX_copy(&dctx->md_ctx, &sctx->md_ctx))
    +        goto err;
    +    memcpy(dctx->key, sctx->key, HMAC_MAX_MD_CBLOCK);
    +    dctx->key_length = sctx->key_length;
    +    dctx->md = sctx->md;
    +    return 1;
    + err:
    +    return 0;
    +}
     
     void HMAC_CTX_cleanup(HMAC_CTX *ctx)
    -	{
    +{
     #ifdef OPENSSL_FIPS
    -	if (FIPS_mode() && !ctx->i_ctx.engine)
    -		{
    -		FIPS_hmac_ctx_cleanup(ctx);
    -		return;
    -		}
    +    if (FIPS_mode() && !ctx->i_ctx.engine) {
    +        FIPS_hmac_ctx_cleanup(ctx);
    +        return;
    +    }
     #endif
    -	EVP_MD_CTX_cleanup(&ctx->i_ctx);
    -	EVP_MD_CTX_cleanup(&ctx->o_ctx);
    -	EVP_MD_CTX_cleanup(&ctx->md_ctx);
    -	memset(ctx,0,sizeof *ctx);
    -	}
    +    EVP_MD_CTX_cleanup(&ctx->i_ctx);
    +    EVP_MD_CTX_cleanup(&ctx->o_ctx);
    +    EVP_MD_CTX_cleanup(&ctx->md_ctx);
    +    memset(ctx, 0, sizeof *ctx);
    +}
     
     unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len,
    -		    const unsigned char *d, size_t n, unsigned char *md,
    -		    unsigned int *md_len)
    -	{
    -	HMAC_CTX c;
    -	static unsigned char m[EVP_MAX_MD_SIZE];
    -
    -	if (md == NULL) md=m;
    -	HMAC_CTX_init(&c);
    -	if (!HMAC_Init(&c,key,key_len,evp_md))
    -		goto err;
    -	if (!HMAC_Update(&c,d,n))
    -		goto err;
    -	if (!HMAC_Final(&c,md,md_len))
    -		goto err;
    -	HMAC_CTX_cleanup(&c);
    -	return md;
    -	err:
    -	return NULL;
    -	}
    +                    const unsigned char *d, size_t n, unsigned char *md,
    +                    unsigned int *md_len)
    +{
    +    HMAC_CTX c;
    +    static unsigned char m[EVP_MAX_MD_SIZE];
    +
    +    if (md == NULL)
    +        md = m;
    +    HMAC_CTX_init(&c);
    +    if (!HMAC_Init(&c, key, key_len, evp_md))
    +        goto err;
    +    if (!HMAC_Update(&c, d, n))
    +        goto err;
    +    if (!HMAC_Final(&c, md, md_len))
    +        goto err;
    +    HMAC_CTX_cleanup(&c);
    +    return md;
    + err:
    +    return NULL;
    +}
     
     void HMAC_CTX_set_flags(HMAC_CTX *ctx, unsigned long flags)
    -	{
    -	EVP_MD_CTX_set_flags(&ctx->i_ctx, flags);
    -	EVP_MD_CTX_set_flags(&ctx->o_ctx, flags);
    -	EVP_MD_CTX_set_flags(&ctx->md_ctx, flags);
    -	}
    +{
    +    EVP_MD_CTX_set_flags(&ctx->i_ctx, flags);
    +    EVP_MD_CTX_set_flags(&ctx->o_ctx, flags);
    +    EVP_MD_CTX_set_flags(&ctx->md_ctx, flags);
    +}
    diff --git a/openssl/crypto/hmac/hmac.h b/openssl/crypto/hmac/hmac.h
    index 1be002219..b8b55cda7 100644
    --- a/openssl/crypto/hmac/hmac.h
    +++ b/openssl/crypto/hmac/hmac.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,56 +49,55 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
     #ifndef HEADER_HMAC_H
    -#define HEADER_HMAC_H
    +# define HEADER_HMAC_H
     
    -#include 
    +# include 
     
    -#ifdef OPENSSL_NO_HMAC
    -#error HMAC is disabled.
    -#endif
    +# ifdef OPENSSL_NO_HMAC
    +#  error HMAC is disabled.
    +# endif
     
    -#include 
    +# include 
     
    -#define HMAC_MAX_MD_CBLOCK	128	/* largest known is SHA512 */
    +# define HMAC_MAX_MD_CBLOCK      128/* largest known is SHA512 */
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -typedef struct hmac_ctx_st
    -	{
    -	const EVP_MD *md;
    -	EVP_MD_CTX md_ctx;
    -	EVP_MD_CTX i_ctx;
    -	EVP_MD_CTX o_ctx;
    -	unsigned int key_length;
    -	unsigned char key[HMAC_MAX_MD_CBLOCK];
    -	} HMAC_CTX;
    -
    -#define HMAC_size(e)	(EVP_MD_size((e)->md))
    +typedef struct hmac_ctx_st {
    +    const EVP_MD *md;
    +    EVP_MD_CTX md_ctx;
    +    EVP_MD_CTX i_ctx;
    +    EVP_MD_CTX o_ctx;
    +    unsigned int key_length;
    +    unsigned char key[HMAC_MAX_MD_CBLOCK];
    +} HMAC_CTX;
     
    +# define HMAC_size(e)    (EVP_MD_size((e)->md))
     
     void HMAC_CTX_init(HMAC_CTX *ctx);
     void HMAC_CTX_cleanup(HMAC_CTX *ctx);
     
    -#define HMAC_cleanup(ctx) HMAC_CTX_cleanup(ctx) /* deprecated */
    +/* deprecated */
    +# define HMAC_cleanup(ctx) HMAC_CTX_cleanup(ctx)
     
    -int HMAC_Init(HMAC_CTX *ctx, const void *key, int len,
    -	       const EVP_MD *md); /* deprecated */
    +/* deprecated */
    +int HMAC_Init(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md);
     int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
    -		  const EVP_MD *md, ENGINE *impl);
    +                 const EVP_MD *md, ENGINE *impl);
     int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
     int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len);
     unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len,
    -		    const unsigned char *d, size_t n, unsigned char *md,
    -		    unsigned int *md_len);
    +                    const unsigned char *d, size_t n, unsigned char *md,
    +                    unsigned int *md_len);
     int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx);
     
     void HMAC_CTX_set_flags(HMAC_CTX *ctx, unsigned long flags);
    diff --git a/openssl/crypto/hmac/hmactest.c b/openssl/crypto/hmac/hmactest.c
    index 1b906b81a..3d130a03e 100644
    --- a/openssl/crypto/hmac/hmactest.c
    +++ b/openssl/crypto/hmac/hmactest.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -66,110 +66,102 @@
     int main(int argc, char *argv[])
     {
         printf("No HMAC support\n");
    -    return(0);
    +    return (0);
     }
     #else
    -#include 
    -#ifndef OPENSSL_NO_MD5
    -#include 
    -#endif
    +# include 
    +# ifndef OPENSSL_NO_MD5
    +#  include 
    +# endif
     
    -#ifdef CHARSET_EBCDIC
    -#include 
    -#endif
    +# ifdef CHARSET_EBCDIC
    +#  include 
    +# endif
     
    -#ifndef OPENSSL_NO_MD5
    -static struct test_st
    -	{
    -	unsigned char key[16];
    -	int key_len;
    -	unsigned char data[64];
    -	int data_len;
    -	unsigned char *digest;
    -	} test[4]={
    -	{	"",
    -		0,
    -		"More text test vectors to stuff up EBCDIC machines :-)",
    -		54,
    -		(unsigned char *)"e9139d1e6ee064ef8cf514fc7dc83e86",
    -	},{	{0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,
    -		 0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,},
    -		16,
    -		"Hi There",
    -		8,
    -		(unsigned char *)"9294727a3638bb1c13f48ef8158bfc9d",
    -	},{	"Jefe",
    -		4,
    -		"what do ya want for nothing?",
    -		28,
    -		(unsigned char *)"750c783e6ab0b503eaa86e310a5db738",
    -	},{
    -		{0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,
    -		 0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,},
    -		16,
    -		{0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,
    -		 0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,
    -		 0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,
    -		 0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,
    -		 0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,
    -		 0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,
    -		 0xdd,0xdd},
    -		50,
    -		(unsigned char *)"56be34521d144c88dbb8c733f0e8b3f6",
    -	},
    -	};
    -#endif
    +# ifndef OPENSSL_NO_MD5
    +static struct test_st {
    +    unsigned char key[16];
    +    int key_len;
    +    unsigned char data[64];
    +    int data_len;
    +    unsigned char *digest;
    +} test[4] = {
    +    {
    +        "", 0, "More text test vectors to stuff up EBCDIC machines :-)", 54,
    +        (unsigned char *)"e9139d1e6ee064ef8cf514fc7dc83e86",
    +    },
    +    {
    +        {
    +            0x0b, 0x0b, 0x0b, 0x0b, 0x0b, 0x0b, 0x0b, 0x0b, 0x0b, 0x0b, 0x0b,
    +            0x0b, 0x0b, 0x0b, 0x0b, 0x0b,
    +        }, 16, "Hi There", 8,
    +        (unsigned char *)"9294727a3638bb1c13f48ef8158bfc9d",
    +    },
    +    {
    +        "Jefe", 4, "what do ya want for nothing?", 28,
    +        (unsigned char *)"750c783e6ab0b503eaa86e310a5db738",
    +    },
    +    {
    +        {
    +            0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa,
    +            0xaa, 0xaa, 0xaa, 0xaa, 0xaa,
    +        }, 16, {
    +            0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd,
    +            0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd,
    +            0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd,
    +            0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd,
    +            0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd
    +        }, 50, (unsigned char *)"56be34521d144c88dbb8c733f0e8b3f6",
    +    },
    +};
    +# endif
     
     static char *pt(unsigned char *md);
     int main(int argc, char *argv[])
    -	{
    -#ifndef OPENSSL_NO_MD5
    -	int i;
    -	char *p;
    -#endif
    -	int err=0;
    +{
    +# ifndef OPENSSL_NO_MD5
    +    int i;
    +    char *p;
    +# endif
    +    int err = 0;
     
    -#ifdef OPENSSL_NO_MD5
    -	printf("test skipped: MD5 disabled\n");
    -#else
    +# ifdef OPENSSL_NO_MD5
    +    printf("test skipped: MD5 disabled\n");
    +# else
     
    -#ifdef CHARSET_EBCDIC
    -	ebcdic2ascii(test[0].data, test[0].data, test[0].data_len);
    -	ebcdic2ascii(test[1].data, test[1].data, test[1].data_len);
    -	ebcdic2ascii(test[2].key,  test[2].key,  test[2].key_len);
    -	ebcdic2ascii(test[2].data, test[2].data, test[2].data_len);
    -#endif
    +#  ifdef CHARSET_EBCDIC
    +    ebcdic2ascii(test[0].data, test[0].data, test[0].data_len);
    +    ebcdic2ascii(test[1].data, test[1].data, test[1].data_len);
    +    ebcdic2ascii(test[2].key, test[2].key, test[2].key_len);
    +    ebcdic2ascii(test[2].data, test[2].data, test[2].data_len);
    +#  endif
     
    -	for (i=0; i<4; i++)
    -		{
    -		p=pt(HMAC(EVP_md5(),
    -			test[i].key, test[i].key_len,
    -			test[i].data, test[i].data_len,
    -			NULL,NULL));
    +    for (i = 0; i < 4; i++) {
    +        p = pt(HMAC(EVP_md5(),
    +                    test[i].key, test[i].key_len,
    +                    test[i].data, test[i].data_len, NULL, NULL));
     
    -		if (strcmp(p,(char *)test[i].digest) != 0)
    -			{
    -			printf("error calculating HMAC on %d entry'\n",i);
    -			printf("got %s instead of %s\n",p,test[i].digest);
    -			err++;
    -			}
    -		else
    -			printf("test %d ok\n",i);
    -		}
    -#endif /* OPENSSL_NO_MD5 */
    -	EXIT(err);
    -	return(0);
    -	}
    +        if (strcmp(p, (char *)test[i].digest) != 0) {
    +            printf("error calculating HMAC on %d entry'\n", i);
    +            printf("got %s instead of %s\n", p, test[i].digest);
    +            err++;
    +        } else
    +            printf("test %d ok\n", i);
    +    }
    +# endif                         /* OPENSSL_NO_MD5 */
    +    EXIT(err);
    +    return (0);
    +}
     
    -#ifndef OPENSSL_NO_MD5
    +# ifndef OPENSSL_NO_MD5
     static char *pt(unsigned char *md)
    -	{
    -	int i;
    -	static char buf[80];
    +{
    +    int i;
    +    static char buf[80];
     
    -	for (i=0; i
     #include "idea_lcl.h"
     
    -void idea_cbc_encrypt(const unsigned char *in, unsigned char *out, long length,
    -	     IDEA_KEY_SCHEDULE *ks, unsigned char *iv, int encrypt)
    -	{
    -	register unsigned long tin0,tin1;
    -	register unsigned long tout0,tout1,xor0,xor1;
    -	register long l=length;
    -	unsigned long tin[2];
    +void idea_cbc_encrypt(const unsigned char *in, unsigned char *out,
    +                      long length, IDEA_KEY_SCHEDULE *ks, unsigned char *iv,
    +                      int encrypt)
    +{
    +    register unsigned long tin0, tin1;
    +    register unsigned long tout0, tout1, xor0, xor1;
    +    register long l = length;
    +    unsigned long tin[2];
     
    -	if (encrypt)
    -		{
    -		n2l(iv,tout0);
    -		n2l(iv,tout1);
    -		iv-=8;
    -		for (l-=8; l>=0; l-=8)
    -			{
    -			n2l(in,tin0);
    -			n2l(in,tin1);
    -			tin0^=tout0;
    -			tin1^=tout1;
    -			tin[0]=tin0;
    -			tin[1]=tin1;
    -			idea_encrypt(tin,ks);
    -			tout0=tin[0]; l2n(tout0,out);
    -			tout1=tin[1]; l2n(tout1,out);
    -			}
    -		if (l != -8)
    -			{
    -			n2ln(in,tin0,tin1,l+8);
    -			tin0^=tout0;
    -			tin1^=tout1;
    -			tin[0]=tin0;
    -			tin[1]=tin1;
    -			idea_encrypt(tin,ks);
    -			tout0=tin[0]; l2n(tout0,out);
    -			tout1=tin[1]; l2n(tout1,out);
    -			}
    -		l2n(tout0,iv);
    -		l2n(tout1,iv);
    -		}
    -	else
    -		{
    -		n2l(iv,xor0);
    -		n2l(iv,xor1);
    -		iv-=8;
    -		for (l-=8; l>=0; l-=8)
    -			{
    -			n2l(in,tin0); tin[0]=tin0;
    -			n2l(in,tin1); tin[1]=tin1;
    -			idea_encrypt(tin,ks);
    -			tout0=tin[0]^xor0;
    -			tout1=tin[1]^xor1;
    -			l2n(tout0,out);
    -			l2n(tout1,out);
    -			xor0=tin0;
    -			xor1=tin1;
    -			}
    -		if (l != -8)
    -			{
    -			n2l(in,tin0); tin[0]=tin0;
    -			n2l(in,tin1); tin[1]=tin1;
    -			idea_encrypt(tin,ks);
    -			tout0=tin[0]^xor0;
    -			tout1=tin[1]^xor1;
    -			l2nn(tout0,tout1,out,l+8);
    -			xor0=tin0;
    -			xor1=tin1;
    -			}
    -		l2n(xor0,iv);
    -		l2n(xor1,iv);
    -		}
    -	tin0=tin1=tout0=tout1=xor0=xor1=0;
    -	tin[0]=tin[1]=0;
    -	}
    +    if (encrypt) {
    +        n2l(iv, tout0);
    +        n2l(iv, tout1);
    +        iv -= 8;
    +        for (l -= 8; l >= 0; l -= 8) {
    +            n2l(in, tin0);
    +            n2l(in, tin1);
    +            tin0 ^= tout0;
    +            tin1 ^= tout1;
    +            tin[0] = tin0;
    +            tin[1] = tin1;
    +            idea_encrypt(tin, ks);
    +            tout0 = tin[0];
    +            l2n(tout0, out);
    +            tout1 = tin[1];
    +            l2n(tout1, out);
    +        }
    +        if (l != -8) {
    +            n2ln(in, tin0, tin1, l + 8);
    +            tin0 ^= tout0;
    +            tin1 ^= tout1;
    +            tin[0] = tin0;
    +            tin[1] = tin1;
    +            idea_encrypt(tin, ks);
    +            tout0 = tin[0];
    +            l2n(tout0, out);
    +            tout1 = tin[1];
    +            l2n(tout1, out);
    +        }
    +        l2n(tout0, iv);
    +        l2n(tout1, iv);
    +    } else {
    +        n2l(iv, xor0);
    +        n2l(iv, xor1);
    +        iv -= 8;
    +        for (l -= 8; l >= 0; l -= 8) {
    +            n2l(in, tin0);
    +            tin[0] = tin0;
    +            n2l(in, tin1);
    +            tin[1] = tin1;
    +            idea_encrypt(tin, ks);
    +            tout0 = tin[0] ^ xor0;
    +            tout1 = tin[1] ^ xor1;
    +            l2n(tout0, out);
    +            l2n(tout1, out);
    +            xor0 = tin0;
    +            xor1 = tin1;
    +        }
    +        if (l != -8) {
    +            n2l(in, tin0);
    +            tin[0] = tin0;
    +            n2l(in, tin1);
    +            tin[1] = tin1;
    +            idea_encrypt(tin, ks);
    +            tout0 = tin[0] ^ xor0;
    +            tout1 = tin[1] ^ xor1;
    +            l2nn(tout0, tout1, out, l + 8);
    +            xor0 = tin0;
    +            xor1 = tin1;
    +        }
    +        l2n(xor0, iv);
    +        l2n(xor1, iv);
    +    }
    +    tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
    +    tin[0] = tin[1] = 0;
    +}
     
     void idea_encrypt(unsigned long *d, IDEA_KEY_SCHEDULE *key)
    -	{
    -	register IDEA_INT *p;
    -	register unsigned long x1,x2,x3,x4,t0,t1,ul;
    +{
    +    register IDEA_INT *p;
    +    register unsigned long x1, x2, x3, x4, t0, t1, ul;
     
    -	x2=d[0];
    -	x1=(x2>>16);
    -	x4=d[1];
    -	x3=(x4>>16);
    +    x2 = d[0];
    +    x1 = (x2 >> 16);
    +    x4 = d[1];
    +    x3 = (x4 >> 16);
     
    -	p= &(key->data[0][0]);
    +    p = &(key->data[0][0]);
     
    -	E_IDEA(0);
    -	E_IDEA(1);
    -	E_IDEA(2);
    -	E_IDEA(3);
    -	E_IDEA(4);
    -	E_IDEA(5);
    -	E_IDEA(6);
    -	E_IDEA(7);
    +    E_IDEA(0);
    +    E_IDEA(1);
    +    E_IDEA(2);
    +    E_IDEA(3);
    +    E_IDEA(4);
    +    E_IDEA(5);
    +    E_IDEA(6);
    +    E_IDEA(7);
     
    -	x1&=0xffff;
    -	idea_mul(x1,x1,*p,ul); p++;
    +    x1 &= 0xffff;
    +    idea_mul(x1, x1, *p, ul);
    +    p++;
     
    -	t0= x3+ *(p++);
    -	t1= x2+ *(p++);
    +    t0 = x3 + *(p++);
    +    t1 = x2 + *(p++);
     
    -	x4&=0xffff;
    -	idea_mul(x4,x4,*p,ul);
    +    x4 &= 0xffff;
    +    idea_mul(x4, x4, *p, ul);
     
    -	d[0]=(t0&0xffff)|((x1&0xffff)<<16);
    -	d[1]=(x4&0xffff)|((t1&0xffff)<<16);
    -	}
    +    d[0] = (t0 & 0xffff) | ((x1 & 0xffff) << 16);
    +    d[1] = (x4 & 0xffff) | ((t1 & 0xffff) << 16);
    +}
    diff --git a/openssl/crypto/idea/i_cfb64.c b/openssl/crypto/idea/i_cfb64.c
    index 66d49d520..a1547ed5d 100644
    --- a/openssl/crypto/idea/i_cfb64.c
    +++ b/openssl/crypto/idea/i_cfb64.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -59,64 +59,65 @@
     #include 
     #include "idea_lcl.h"
     
    -/* The input and output encrypted as though 64bit cfb mode is being
    - * used.  The extra state information to record how much of the
    - * 64bit block we have used is contained in *num;
    +/*
    + * The input and output encrypted as though 64bit cfb mode is being used.
    + * The extra state information to record how much of the 64bit block we have
    + * used is contained in *num;
      */
     
     void idea_cfb64_encrypt(const unsigned char *in, unsigned char *out,
    -			long length, IDEA_KEY_SCHEDULE *schedule,
    -			unsigned char *ivec, int *num, int encrypt)
    -	{
    -	register unsigned long v0,v1,t;
    -	register int n= *num;
    -	register long l=length;
    -	unsigned long ti[2];
    -	unsigned char *iv,c,cc;
    -
    -	iv=(unsigned char *)ivec;
    -	if (encrypt)
    -		{
    -		while (l--)
    -			{
    -			if (n == 0)
    -				{
    -				n2l(iv,v0); ti[0]=v0;
    -				n2l(iv,v1); ti[1]=v1;
    -				idea_encrypt((unsigned long *)ti,schedule);
    -				iv=(unsigned char *)ivec;
    -				t=ti[0]; l2n(t,iv);
    -				t=ti[1]; l2n(t,iv);
    -				iv=(unsigned char *)ivec;
    -				}
    -			c= *(in++)^iv[n];
    -			*(out++)=c;
    -			iv[n]=c;
    -			n=(n+1)&0x07;
    -			}
    -		}
    -	else
    -		{
    -		while (l--)
    -			{
    -			if (n == 0)
    -				{
    -				n2l(iv,v0); ti[0]=v0;
    -				n2l(iv,v1); ti[1]=v1;
    -				idea_encrypt((unsigned long *)ti,schedule);
    -				iv=(unsigned char *)ivec;
    -				t=ti[0]; l2n(t,iv);
    -				t=ti[1]; l2n(t,iv);
    -				iv=(unsigned char *)ivec;
    -				}
    -			cc= *(in++);
    -			c=iv[n];
    -			iv[n]=cc;
    -			*(out++)=c^cc;
    -			n=(n+1)&0x07;
    -			}
    -		}
    -	v0=v1=ti[0]=ti[1]=t=c=cc=0;
    -	*num=n;
    -	}
    +                        long length, IDEA_KEY_SCHEDULE *schedule,
    +                        unsigned char *ivec, int *num, int encrypt)
    +{
    +    register unsigned long v0, v1, t;
    +    register int n = *num;
    +    register long l = length;
    +    unsigned long ti[2];
    +    unsigned char *iv, c, cc;
     
    +    iv = (unsigned char *)ivec;
    +    if (encrypt) {
    +        while (l--) {
    +            if (n == 0) {
    +                n2l(iv, v0);
    +                ti[0] = v0;
    +                n2l(iv, v1);
    +                ti[1] = v1;
    +                idea_encrypt((unsigned long *)ti, schedule);
    +                iv = (unsigned char *)ivec;
    +                t = ti[0];
    +                l2n(t, iv);
    +                t = ti[1];
    +                l2n(t, iv);
    +                iv = (unsigned char *)ivec;
    +            }
    +            c = *(in++) ^ iv[n];
    +            *(out++) = c;
    +            iv[n] = c;
    +            n = (n + 1) & 0x07;
    +        }
    +    } else {
    +        while (l--) {
    +            if (n == 0) {
    +                n2l(iv, v0);
    +                ti[0] = v0;
    +                n2l(iv, v1);
    +                ti[1] = v1;
    +                idea_encrypt((unsigned long *)ti, schedule);
    +                iv = (unsigned char *)ivec;
    +                t = ti[0];
    +                l2n(t, iv);
    +                t = ti[1];
    +                l2n(t, iv);
    +                iv = (unsigned char *)ivec;
    +            }
    +            cc = *(in++);
    +            c = iv[n];
    +            iv[n] = cc;
    +            *(out++) = c ^ cc;
    +            n = (n + 1) & 0x07;
    +        }
    +    }
    +    v0 = v1 = ti[0] = ti[1] = t = c = cc = 0;
    +    *num = n;
    +}
    diff --git a/openssl/crypto/idea/i_ecb.c b/openssl/crypto/idea/i_ecb.c
    index fef38230a..a6b879a92 100644
    --- a/openssl/crypto/idea/i_ecb.c
    +++ b/openssl/crypto/idea/i_ecb.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,26 +60,29 @@
     #include "idea_lcl.h"
     #include 
     
    -const char IDEA_version[]="IDEA" OPENSSL_VERSION_PTEXT;
    +const char IDEA_version[] = "IDEA" OPENSSL_VERSION_PTEXT;
     
     const char *idea_options(void)
    -	{
    -	if (sizeof(short) != sizeof(IDEA_INT))
    -		return("idea(int)");
    -	else
    -		return("idea(short)");
    -	}
    +{
    +    if (sizeof(short) != sizeof(IDEA_INT))
    +        return ("idea(int)");
    +    else
    +        return ("idea(short)");
    +}
     
     void idea_ecb_encrypt(const unsigned char *in, unsigned char *out,
    -	     IDEA_KEY_SCHEDULE *ks)
    -	{
    -	unsigned long l0,l1,d[2];
    -
    -	n2l(in,l0); d[0]=l0;
    -	n2l(in,l1); d[1]=l1;
    -	idea_encrypt(d,ks);
    -	l0=d[0]; l2n(l0,out);
    -	l1=d[1]; l2n(l1,out);
    -	l0=l1=d[0]=d[1]=0;
    -	}
    +                      IDEA_KEY_SCHEDULE *ks)
    +{
    +    unsigned long l0, l1, d[2];
     
    +    n2l(in, l0);
    +    d[0] = l0;
    +    n2l(in, l1);
    +    d[1] = l1;
    +    idea_encrypt(d, ks);
    +    l0 = d[0];
    +    l2n(l0, out);
    +    l1 = d[1];
    +    l2n(l1, out);
    +    l0 = l1 = d[0] = d[1] = 0;
    +}
    diff --git a/openssl/crypto/idea/i_ofb64.c b/openssl/crypto/idea/i_ofb64.c
    index e749e88e3..aa5948801 100644
    --- a/openssl/crypto/idea/i_ofb64.c
    +++ b/openssl/crypto/idea/i_ofb64.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -59,53 +59,52 @@
     #include 
     #include "idea_lcl.h"
     
    -/* The input and output encrypted as though 64bit ofb mode is being
    - * used.  The extra state information to record how much of the
    - * 64bit block we have used is contained in *num;
    +/*
    + * The input and output encrypted as though 64bit ofb mode is being used.
    + * The extra state information to record how much of the 64bit block we have
    + * used is contained in *num;
      */
     void idea_ofb64_encrypt(const unsigned char *in, unsigned char *out,
    -			long length, IDEA_KEY_SCHEDULE *schedule,
    -			unsigned char *ivec, int *num)
    -	{
    -	register unsigned long v0,v1,t;
    -	register int n= *num;
    -	register long l=length;
    -	unsigned char d[8];
    -	register char *dp;
    -	unsigned long ti[2];
    -	unsigned char *iv;
    -	int save=0;
    -
    -	iv=(unsigned char *)ivec;
    -	n2l(iv,v0);
    -	n2l(iv,v1);
    -	ti[0]=v0;
    -	ti[1]=v1;
    -	dp=(char *)d;
    -	l2n(v0,dp);
    -	l2n(v1,dp);
    -	while (l--)
    -		{
    -		if (n == 0)
    -			{
    -			idea_encrypt((unsigned long *)ti,schedule);
    -			dp=(char *)d;
    -			t=ti[0]; l2n(t,dp);
    -			t=ti[1]; l2n(t,dp);
    -			save++;
    -			}
    -		*(out++)= *(in++)^d[n];
    -		n=(n+1)&0x07;
    -		}
    -	if (save)
    -		{
    -		v0=ti[0];
    -		v1=ti[1];
    -		iv=(unsigned char *)ivec;
    -		l2n(v0,iv);
    -		l2n(v1,iv);
    -		}
    -	t=v0=v1=ti[0]=ti[1]=0;
    -	*num=n;
    -	}
    +                        long length, IDEA_KEY_SCHEDULE *schedule,
    +                        unsigned char *ivec, int *num)
    +{
    +    register unsigned long v0, v1, t;
    +    register int n = *num;
    +    register long l = length;
    +    unsigned char d[8];
    +    register char *dp;
    +    unsigned long ti[2];
    +    unsigned char *iv;
    +    int save = 0;
     
    +    iv = (unsigned char *)ivec;
    +    n2l(iv, v0);
    +    n2l(iv, v1);
    +    ti[0] = v0;
    +    ti[1] = v1;
    +    dp = (char *)d;
    +    l2n(v0, dp);
    +    l2n(v1, dp);
    +    while (l--) {
    +        if (n == 0) {
    +            idea_encrypt((unsigned long *)ti, schedule);
    +            dp = (char *)d;
    +            t = ti[0];
    +            l2n(t, dp);
    +            t = ti[1];
    +            l2n(t, dp);
    +            save++;
    +        }
    +        *(out++) = *(in++) ^ d[n];
    +        n = (n + 1) & 0x07;
    +    }
    +    if (save) {
    +        v0 = ti[0];
    +        v1 = ti[1];
    +        iv = (unsigned char *)ivec;
    +        l2n(v0, iv);
    +        l2n(v1, iv);
    +    }
    +    t = v0 = v1 = ti[0] = ti[1] = 0;
    +    *num = n;
    +}
    diff --git a/openssl/crypto/idea/i_skey.c b/openssl/crypto/idea/i_skey.c
    index afb830964..536515133 100644
    --- a/openssl/crypto/idea/i_skey.c
    +++ b/openssl/crypto/idea/i_skey.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,102 +63,109 @@
     static IDEA_INT inverse(unsigned int xin);
     void idea_set_encrypt_key(const unsigned char *key, IDEA_KEY_SCHEDULE *ks)
     #ifdef OPENSSL_FIPS
    -	{
    -	fips_cipher_abort(IDEA);
    -	private_idea_set_encrypt_key(key, ks);
    -	}
    -void private_idea_set_encrypt_key(const unsigned char *key, IDEA_KEY_SCHEDULE *ks)
    +{
    +    fips_cipher_abort(IDEA);
    +    private_idea_set_encrypt_key(key, ks);
    +}
    +
    +void private_idea_set_encrypt_key(const unsigned char *key,
    +                                  IDEA_KEY_SCHEDULE *ks)
     #endif
    -	{
    -	int i;
    -	register IDEA_INT *kt,*kf,r0,r1,r2;
    +{
    +    int i;
    +    register IDEA_INT *kt, *kf, r0, r1, r2;
     
    -	kt= &(ks->data[0][0]);
    -	n2s(key,kt[0]); n2s(key,kt[1]); n2s(key,kt[2]); n2s(key,kt[3]);
    -	n2s(key,kt[4]); n2s(key,kt[5]); n2s(key,kt[6]); n2s(key,kt[7]);
    +    kt = &(ks->data[0][0]);
    +    n2s(key, kt[0]);
    +    n2s(key, kt[1]);
    +    n2s(key, kt[2]);
    +    n2s(key, kt[3]);
    +    n2s(key, kt[4]);
    +    n2s(key, kt[5]);
    +    n2s(key, kt[6]);
    +    n2s(key, kt[7]);
     
    -	kf=kt;
    -	kt+=8;
    -	for (i=0; i<6; i++)
    -		{
    -		r2= kf[1];
    -		r1= kf[2];
    -		*(kt++)= ((r2<<9) | (r1>>7))&0xffff;
    -		r0= kf[3];
    -		*(kt++)= ((r1<<9) | (r0>>7))&0xffff;
    -		r1= kf[4];
    -		*(kt++)= ((r0<<9) | (r1>>7))&0xffff;
    -		r0= kf[5];
    -		*(kt++)= ((r1<<9) | (r0>>7))&0xffff;
    -		r1= kf[6];
    -		*(kt++)= ((r0<<9) | (r1>>7))&0xffff;
    -		r0= kf[7];
    -		*(kt++)= ((r1<<9) | (r0>>7))&0xffff;
    -		r1= kf[0];
    -		if (i >= 5) break;
    -		*(kt++)= ((r0<<9) | (r1>>7))&0xffff;
    -		*(kt++)= ((r1<<9) | (r2>>7))&0xffff;
    -		kf+=8;
    -		}
    -	}
    +    kf = kt;
    +    kt += 8;
    +    for (i = 0; i < 6; i++) {
    +        r2 = kf[1];
    +        r1 = kf[2];
    +        *(kt++) = ((r2 << 9) | (r1 >> 7)) & 0xffff;
    +        r0 = kf[3];
    +        *(kt++) = ((r1 << 9) | (r0 >> 7)) & 0xffff;
    +        r1 = kf[4];
    +        *(kt++) = ((r0 << 9) | (r1 >> 7)) & 0xffff;
    +        r0 = kf[5];
    +        *(kt++) = ((r1 << 9) | (r0 >> 7)) & 0xffff;
    +        r1 = kf[6];
    +        *(kt++) = ((r0 << 9) | (r1 >> 7)) & 0xffff;
    +        r0 = kf[7];
    +        *(kt++) = ((r1 << 9) | (r0 >> 7)) & 0xffff;
    +        r1 = kf[0];
    +        if (i >= 5)
    +            break;
    +        *(kt++) = ((r0 << 9) | (r1 >> 7)) & 0xffff;
    +        *(kt++) = ((r1 << 9) | (r2 >> 7)) & 0xffff;
    +        kf += 8;
    +    }
    +}
     
     void idea_set_decrypt_key(IDEA_KEY_SCHEDULE *ek, IDEA_KEY_SCHEDULE *dk)
    -	{
    -	int r;
    -	register IDEA_INT *fp,*tp,t;
    +{
    +    int r;
    +    register IDEA_INT *fp, *tp, t;
     
    -	tp= &(dk->data[0][0]);
    -	fp= &(ek->data[8][0]);
    -	for (r=0; r<9; r++)
    -		{
    -		*(tp++)=inverse(fp[0]);
    -		*(tp++)=((int)(0x10000L-fp[2])&0xffff);
    -		*(tp++)=((int)(0x10000L-fp[1])&0xffff);
    -		*(tp++)=inverse(fp[3]);
    -		if (r == 8) break;
    -		fp-=6;
    -		*(tp++)=fp[4];
    -		*(tp++)=fp[5];
    -		}
    +    tp = &(dk->data[0][0]);
    +    fp = &(ek->data[8][0]);
    +    for (r = 0; r < 9; r++) {
    +        *(tp++) = inverse(fp[0]);
    +        *(tp++) = ((int)(0x10000L - fp[2]) & 0xffff);
    +        *(tp++) = ((int)(0x10000L - fp[1]) & 0xffff);
    +        *(tp++) = inverse(fp[3]);
    +        if (r == 8)
    +            break;
    +        fp -= 6;
    +        *(tp++) = fp[4];
    +        *(tp++) = fp[5];
    +    }
     
    -	tp= &(dk->data[0][0]);
    -	t=tp[1];
    -	tp[1]=tp[2];
    -	tp[2]=t;
    +    tp = &(dk->data[0][0]);
    +    t = tp[1];
    +    tp[1] = tp[2];
    +    tp[2] = t;
     
    -	t=tp[49];
    -	tp[49]=tp[50];
    -	tp[50]=t;
    -	}
    +    t = tp[49];
    +    tp[49] = tp[50];
    +    tp[50] = t;
    +}
     
     /* taken directly from the 'paper' I'll have a look at it later */
     static IDEA_INT inverse(unsigned int xin)
    -	{
    -	long n1,n2,q,r,b1,b2,t;
    +{
    +    long n1, n2, q, r, b1, b2, t;
     
    -	if (xin == 0)
    -		b2=0;
    -	else
    -		{
    -		n1=0x10001;
    -		n2=xin;
    -		b2=1;
    -		b1=0;
    +    if (xin == 0)
    +        b2 = 0;
    +    else {
    +        n1 = 0x10001;
    +        n2 = xin;
    +        b2 = 1;
    +        b1 = 0;
     
    -		do	{
    -			r=(n1%n2);
    -			q=(n1-r)/n2;
    -			if (r == 0)
    -				{ if (b2 < 0) b2=0x10001+b2; }
    -			else
    -				{
    -				n1=n2;
    -				n2=r;
    -				t=b2;
    -				b2=b1-q*b2;
    -				b1=t;
    -				}
    -			} while (r != 0);
    -		}
    -	return((IDEA_INT)b2);
    -	}
    +        do {
    +            r = (n1 % n2);
    +            q = (n1 - r) / n2;
    +            if (r == 0) {
    +                if (b2 < 0)
    +                    b2 = 0x10001 + b2;
    +            } else {
    +                n1 = n2;
    +                n2 = r;
    +                t = b2;
    +                b2 = b1 - q * b2;
    +                b1 = t;
    +            }
    +        } while (r != 0);
    +    }
    +    return ((IDEA_INT) b2);
    +}
    diff --git a/openssl/crypto/idea/idea.h b/openssl/crypto/idea/idea.h
    index e9a1e7f1a..607598403 100644
    --- a/openssl/crypto/idea/idea.h
    +++ b/openssl/crypto/idea/idea.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -57,44 +57,46 @@
      */
     
     #ifndef HEADER_IDEA_H
    -#define HEADER_IDEA_H
    +# define HEADER_IDEA_H
     
    -#include  /* IDEA_INT, OPENSSL_NO_IDEA */
    +# include /* IDEA_INT, OPENSSL_NO_IDEA */
     
    -#ifdef OPENSSL_NO_IDEA
    -#error IDEA is disabled.
    -#endif
    +# ifdef OPENSSL_NO_IDEA
    +#  error IDEA is disabled.
    +# endif
     
    -#define IDEA_ENCRYPT	1
    -#define IDEA_DECRYPT	0
    +# define IDEA_ENCRYPT    1
    +# define IDEA_DECRYPT    0
     
    -#define IDEA_BLOCK	8
    -#define IDEA_KEY_LENGTH	16
    +# define IDEA_BLOCK      8
    +# define IDEA_KEY_LENGTH 16
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -typedef struct idea_key_st
    -	{
    -	IDEA_INT data[9][6];
    -	} IDEA_KEY_SCHEDULE;
    +typedef struct idea_key_st {
    +    IDEA_INT data[9][6];
    +} IDEA_KEY_SCHEDULE;
     
     const char *idea_options(void);
     void idea_ecb_encrypt(const unsigned char *in, unsigned char *out,
    -	IDEA_KEY_SCHEDULE *ks);
    -#ifdef OPENSSL_FIPS
    -void private_idea_set_encrypt_key(const unsigned char *key, IDEA_KEY_SCHEDULE *ks);
    -#endif
    +                      IDEA_KEY_SCHEDULE *ks);
    +# ifdef OPENSSL_FIPS
    +void private_idea_set_encrypt_key(const unsigned char *key,
    +                                  IDEA_KEY_SCHEDULE *ks);
    +# endif
     void idea_set_encrypt_key(const unsigned char *key, IDEA_KEY_SCHEDULE *ks);
     void idea_set_decrypt_key(IDEA_KEY_SCHEDULE *ek, IDEA_KEY_SCHEDULE *dk);
     void idea_cbc_encrypt(const unsigned char *in, unsigned char *out,
    -	long length, IDEA_KEY_SCHEDULE *ks, unsigned char *iv,int enc);
    +                      long length, IDEA_KEY_SCHEDULE *ks, unsigned char *iv,
    +                      int enc);
     void idea_cfb64_encrypt(const unsigned char *in, unsigned char *out,
    -	long length, IDEA_KEY_SCHEDULE *ks, unsigned char *iv,
    -	int *num,int enc);
    +                        long length, IDEA_KEY_SCHEDULE *ks, unsigned char *iv,
    +                        int *num, int enc);
     void idea_ofb64_encrypt(const unsigned char *in, unsigned char *out,
    -	long length, IDEA_KEY_SCHEDULE *ks, unsigned char *iv, int *num);
    +                        long length, IDEA_KEY_SCHEDULE *ks, unsigned char *iv,
    +                        int *num);
     void idea_encrypt(unsigned long *in, IDEA_KEY_SCHEDULE *ks);
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/idea/idea_lcl.h b/openssl/crypto/idea/idea_lcl.h
    index f3dbfa67e..e40695384 100644
    --- a/openssl/crypto/idea/idea_lcl.h
    +++ b/openssl/crypto/idea/idea_lcl.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,78 +49,80 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
     
    -/* The new form of this macro (check if the a*b == 0) was suggested by 
    - * Colin Plumb  */
    +/*
    + * The new form of this macro (check if the a*b == 0) was suggested by Colin
    + * Plumb 
    + */
     /* Removal of the inner if from from Wei Dai 24/4/96 */
     #define idea_mul(r,a,b,ul) \
     ul=(unsigned long)a*b; \
     if (ul != 0) \
    -	{ \
    -	r=(ul&0xffff)-(ul>>16); \
    -	r-=((r)>>16); \
    -	} \
    +        { \
    +        r=(ul&0xffff)-(ul>>16); \
    +        r-=((r)>>16); \
    +        } \
     else \
    -	r=(-(int)a-b+1); /* assuming a or b is 0 and in range */ 
    +        r=(-(int)a-b+1);        /* assuming a or b is 0 and in range */
     
     #ifdef undef
    -#define idea_mul(r,a,b,ul,sl) \
    +# define idea_mul(r,a,b,ul,sl) \
     if (a == 0) r=(0x10001-b)&0xffff; \
     else if (b == 0) r=(0x10001-a)&0xffff; \
    -else	{ \
    -	ul=(unsigned long)a*b; \
    -	sl=(ul&0xffff)-(ul>>16); \
    -	if (sl <= 0) sl+=0x10001; \
    -	r=sl; \
    -	} 
    +else    { \
    +        ul=(unsigned long)a*b; \
    +        sl=(ul&0xffff)-(ul>>16); \
    +        if (sl <= 0) sl+=0x10001; \
    +        r=sl; \
    +        }
     #endif
     
    -/*  7/12/95 - Many thanks to Rhys Weatherley 
    - * for pointing out that I was assuming little endian
    - * byte order for all quantities what idea
    - * actually used bigendian.  No where in the spec does it mention
    - * this, it is all in terms of 16 bit numbers and even the example
    - * does not use byte streams for the input example :-(.
    - * If you byte swap each pair of input, keys and iv, the functions
    - * would produce the output as the old version :-(.
    +/*
    + * 7/12/95 - Many thanks to Rhys Weatherley  for
    + * pointing out that I was assuming little endian byte order for all
    + * quantities what idea actually used bigendian.  No where in the spec does
    + * it mention this, it is all in terms of 16 bit numbers and even the example
    + * does not use byte streams for the input example :-(. If you byte swap each
    + * pair of input, keys and iv, the functions would produce the output as the
    + * old version :-(.
      */
     
     /* NOTE - c is not incremented as per n2l */
    -#define n2ln(c,l1,l2,n)	{ \
    -			c+=n; \
    -			l1=l2=0; \
    -			switch (n) { \
    -			case 8: l2 =((unsigned long)(*(--(c))))    ; \
    -			case 7: l2|=((unsigned long)(*(--(c))))<< 8; \
    -			case 6: l2|=((unsigned long)(*(--(c))))<<16; \
    -			case 5: l2|=((unsigned long)(*(--(c))))<<24; \
    -			case 4: l1 =((unsigned long)(*(--(c))))    ; \
    -			case 3: l1|=((unsigned long)(*(--(c))))<< 8; \
    -			case 2: l1|=((unsigned long)(*(--(c))))<<16; \
    -			case 1: l1|=((unsigned long)(*(--(c))))<<24; \
    -				} \
    -			}
    +#define n2ln(c,l1,l2,n) { \
    +                        c+=n; \
    +                        l1=l2=0; \
    +                        switch (n) { \
    +                        case 8: l2 =((unsigned long)(*(--(c))))    ; \
    +                        case 7: l2|=((unsigned long)(*(--(c))))<< 8; \
    +                        case 6: l2|=((unsigned long)(*(--(c))))<<16; \
    +                        case 5: l2|=((unsigned long)(*(--(c))))<<24; \
    +                        case 4: l1 =((unsigned long)(*(--(c))))    ; \
    +                        case 3: l1|=((unsigned long)(*(--(c))))<< 8; \
    +                        case 2: l1|=((unsigned long)(*(--(c))))<<16; \
    +                        case 1: l1|=((unsigned long)(*(--(c))))<<24; \
    +                                } \
    +                        }
     
     /* NOTE - c is not incremented as per l2n */
    -#define l2nn(l1,l2,c,n)	{ \
    -			c+=n; \
    -			switch (n) { \
    -			case 8: *(--(c))=(unsigned char)(((l2)    )&0xff); \
    -			case 7: *(--(c))=(unsigned char)(((l2)>> 8)&0xff); \
    -			case 6: *(--(c))=(unsigned char)(((l2)>>16)&0xff); \
    -			case 5: *(--(c))=(unsigned char)(((l2)>>24)&0xff); \
    -			case 4: *(--(c))=(unsigned char)(((l1)    )&0xff); \
    -			case 3: *(--(c))=(unsigned char)(((l1)>> 8)&0xff); \
    -			case 2: *(--(c))=(unsigned char)(((l1)>>16)&0xff); \
    -			case 1: *(--(c))=(unsigned char)(((l1)>>24)&0xff); \
    -				} \
    -			}
    +#define l2nn(l1,l2,c,n) { \
    +                        c+=n; \
    +                        switch (n) { \
    +                        case 8: *(--(c))=(unsigned char)(((l2)    )&0xff); \
    +                        case 7: *(--(c))=(unsigned char)(((l2)>> 8)&0xff); \
    +                        case 6: *(--(c))=(unsigned char)(((l2)>>16)&0xff); \
    +                        case 5: *(--(c))=(unsigned char)(((l2)>>24)&0xff); \
    +                        case 4: *(--(c))=(unsigned char)(((l1)    )&0xff); \
    +                        case 3: *(--(c))=(unsigned char)(((l1)>> 8)&0xff); \
    +                        case 2: *(--(c))=(unsigned char)(((l1)>>16)&0xff); \
    +                        case 1: *(--(c))=(unsigned char)(((l1)>>24)&0xff); \
    +                                } \
    +                        }
     
     #undef n2l
     #define n2l(c,l)        (l =((unsigned long)(*((c)++)))<<24L, \
    @@ -135,81 +137,80 @@ else	{ \
                              *((c)++)=(unsigned char)(((l)     )&0xff))
     
     #undef s2n
    -#define s2n(l,c)	(*((c)++)=(unsigned char)(((l)     )&0xff), \
    -			 *((c)++)=(unsigned char)(((l)>> 8L)&0xff))
    +#define s2n(l,c)        (*((c)++)=(unsigned char)(((l)     )&0xff), \
    +                         *((c)++)=(unsigned char)(((l)>> 8L)&0xff))
     
     #undef n2s
    -#define n2s(c,l)	(l =((IDEA_INT)(*((c)++)))<< 8L, \
    -			 l|=((IDEA_INT)(*((c)++)))      )
    +#define n2s(c,l)        (l =((IDEA_INT)(*((c)++)))<< 8L, \
    +                         l|=((IDEA_INT)(*((c)++)))      )
     
     #ifdef undef
     /* NOTE - c is not incremented as per c2l */
    -#define c2ln(c,l1,l2,n)	{ \
    -			c+=n; \
    -			l1=l2=0; \
    -			switch (n) { \
    -			case 8: l2 =((unsigned long)(*(--(c))))<<24; \
    -			case 7: l2|=((unsigned long)(*(--(c))))<<16; \
    -			case 6: l2|=((unsigned long)(*(--(c))))<< 8; \
    -			case 5: l2|=((unsigned long)(*(--(c))));     \
    -			case 4: l1 =((unsigned long)(*(--(c))))<<24; \
    -			case 3: l1|=((unsigned long)(*(--(c))))<<16; \
    -			case 2: l1|=((unsigned long)(*(--(c))))<< 8; \
    -			case 1: l1|=((unsigned long)(*(--(c))));     \
    -				} \
    -			}
    +# define c2ln(c,l1,l2,n) { \
    +                        c+=n; \
    +                        l1=l2=0; \
    +                        switch (n) { \
    +                        case 8: l2 =((unsigned long)(*(--(c))))<<24; \
    +                        case 7: l2|=((unsigned long)(*(--(c))))<<16; \
    +                        case 6: l2|=((unsigned long)(*(--(c))))<< 8; \
    +                        case 5: l2|=((unsigned long)(*(--(c))));     \
    +                        case 4: l1 =((unsigned long)(*(--(c))))<<24; \
    +                        case 3: l1|=((unsigned long)(*(--(c))))<<16; \
    +                        case 2: l1|=((unsigned long)(*(--(c))))<< 8; \
    +                        case 1: l1|=((unsigned long)(*(--(c))));     \
    +                                } \
    +                        }
     
     /* NOTE - c is not incremented as per l2c */
    -#define l2cn(l1,l2,c,n)	{ \
    -			c+=n; \
    -			switch (n) { \
    -			case 8: *(--(c))=(unsigned char)(((l2)>>24)&0xff); \
    -			case 7: *(--(c))=(unsigned char)(((l2)>>16)&0xff); \
    -			case 6: *(--(c))=(unsigned char)(((l2)>> 8)&0xff); \
    -			case 5: *(--(c))=(unsigned char)(((l2)    )&0xff); \
    -			case 4: *(--(c))=(unsigned char)(((l1)>>24)&0xff); \
    -			case 3: *(--(c))=(unsigned char)(((l1)>>16)&0xff); \
    -			case 2: *(--(c))=(unsigned char)(((l1)>> 8)&0xff); \
    -			case 1: *(--(c))=(unsigned char)(((l1)    )&0xff); \
    -				} \
    -			}
    -
    -#undef c2s
    -#define c2s(c,l)	(l =((unsigned long)(*((c)++)))    , \
    -			 l|=((unsigned long)(*((c)++)))<< 8L)
    -
    -#undef s2c
    -#define s2c(l,c)	(*((c)++)=(unsigned char)(((l)     )&0xff), \
    -			 *((c)++)=(unsigned char)(((l)>> 8L)&0xff))
    -
    -#undef c2l
    -#define c2l(c,l)	(l =((unsigned long)(*((c)++)))     , \
    -			 l|=((unsigned long)(*((c)++)))<< 8L, \
    -			 l|=((unsigned long)(*((c)++)))<<16L, \
    -			 l|=((unsigned long)(*((c)++)))<<24L)
    -
    -#undef l2c
    -#define l2c(l,c)	(*((c)++)=(unsigned char)(((l)     )&0xff), \
    -			 *((c)++)=(unsigned char)(((l)>> 8L)&0xff), \
    -			 *((c)++)=(unsigned char)(((l)>>16L)&0xff), \
    -			 *((c)++)=(unsigned char)(((l)>>24L)&0xff))
    +# define l2cn(l1,l2,c,n) { \
    +                        c+=n; \
    +                        switch (n) { \
    +                        case 8: *(--(c))=(unsigned char)(((l2)>>24)&0xff); \
    +                        case 7: *(--(c))=(unsigned char)(((l2)>>16)&0xff); \
    +                        case 6: *(--(c))=(unsigned char)(((l2)>> 8)&0xff); \
    +                        case 5: *(--(c))=(unsigned char)(((l2)    )&0xff); \
    +                        case 4: *(--(c))=(unsigned char)(((l1)>>24)&0xff); \
    +                        case 3: *(--(c))=(unsigned char)(((l1)>>16)&0xff); \
    +                        case 2: *(--(c))=(unsigned char)(((l1)>> 8)&0xff); \
    +                        case 1: *(--(c))=(unsigned char)(((l1)    )&0xff); \
    +                                } \
    +                        }
    +
    +# undef c2s
    +# define c2s(c,l)        (l =((unsigned long)(*((c)++)))    , \
    +                         l|=((unsigned long)(*((c)++)))<< 8L)
    +
    +# undef s2c
    +# define s2c(l,c)        (*((c)++)=(unsigned char)(((l)     )&0xff), \
    +                         *((c)++)=(unsigned char)(((l)>> 8L)&0xff))
    +
    +# undef c2l
    +# define c2l(c,l)        (l =((unsigned long)(*((c)++)))     , \
    +                         l|=((unsigned long)(*((c)++)))<< 8L, \
    +                         l|=((unsigned long)(*((c)++)))<<16L, \
    +                         l|=((unsigned long)(*((c)++)))<<24L)
    +
    +# undef l2c
    +# define l2c(l,c)        (*((c)++)=(unsigned char)(((l)     )&0xff), \
    +                         *((c)++)=(unsigned char)(((l)>> 8L)&0xff), \
    +                         *((c)++)=(unsigned char)(((l)>>16L)&0xff), \
    +                         *((c)++)=(unsigned char)(((l)>>24L)&0xff))
     #endif
     
     #define E_IDEA(num) \
    -	x1&=0xffff; \
    -	idea_mul(x1,x1,*p,ul); p++; \
    -	x2+= *(p++); \
    -	x3+= *(p++); \
    -	x4&=0xffff; \
    -	idea_mul(x4,x4,*p,ul); p++; \
    -	t0=(x1^x3)&0xffff; \
    -	idea_mul(t0,t0,*p,ul); p++; \
    -	t1=(t0+(x2^x4))&0xffff; \
    -	idea_mul(t1,t1,*p,ul); p++; \
    -	t0+=t1; \
    -	x1^=t1; \
    -	x4^=t0; \
    -	ul=x2^t0; /* do the swap to x3 */ \
    -	x2=x3^t1; \
    -	x3=ul;
    -
    +        x1&=0xffff; \
    +        idea_mul(x1,x1,*p,ul); p++; \
    +        x2+= *(p++); \
    +        x3+= *(p++); \
    +        x4&=0xffff; \
    +        idea_mul(x4,x4,*p,ul); p++; \
    +        t0=(x1^x3)&0xffff; \
    +        idea_mul(t0,t0,*p,ul); p++; \
    +        t1=(t0+(x2^x4))&0xffff; \
    +        idea_mul(t1,t1,*p,ul); p++; \
    +        t0+=t1; \
    +        x1^=t1; \
    +        x4^=t0; \
    +        ul=x2^t0; /* do the swap to x3 */ \
    +        x2=x3^t1; \
    +        x3=ul;
    diff --git a/openssl/crypto/idea/idea_spd.c b/openssl/crypto/idea/idea_spd.c
    index 699353e87..59acc407d 100644
    --- a/openssl/crypto/idea/idea_spd.c
    +++ b/openssl/crypto/idea/idea_spd.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,7 +60,7 @@
     /* 06-Apr-92 Luke Brennan    Support for VMS and add extra signal calls */
     
     #if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC)) && !defined(OPENSSL_SYS_MACOSX)
    -#define TIMES
    +# define TIMES
     #endif
     
     #include 
    @@ -68,232 +68,216 @@
     #include 
     #include OPENSSL_UNISTD_IO
     OPENSSL_DECLARE_EXIT
    -
     #ifndef OPENSSL_SYS_NETWARE
    -#include 
    +# include 
     #endif
    -
     #ifndef _IRIX
    -#include 
    +# include 
     #endif
     #ifdef TIMES
    -#include 
    -#include 
    +# include 
    +# include 
     #endif
    -
    -/* Depending on the VMS version, the tms structure is perhaps defined.
    -   The __TMS macro will show if it was.  If it wasn't defined, we should
    -   undefine TIMES, since that tells the rest of the program how things
    -   should be handled.				-- Richard Levitte */
    +    /*
    +     * Depending on the VMS version, the tms structure is perhaps defined.
    +     * The __TMS macro will show if it was.  If it wasn't defined, we should
    +     * undefine TIMES, since that tells the rest of the program how things
    +     * should be handled.  -- Richard Levitte
    +     */
     #if defined(OPENSSL_SYS_VMS_DECC) && !defined(__TMS)
    -#undef TIMES
    +# undef TIMES
     #endif
    -
     #ifndef TIMES
    -#include 
    +# include 
     #endif
    -
     #if defined(sun) || defined(__ultrix)
    -#define _POSIX_SOURCE
    -#include 
    -#include 
    +# define _POSIX_SOURCE
    +# include 
    +# include 
     #endif
    -
     #include 
    -
     /* The following if from times(3) man page.  It may need to be changed */
     #ifndef HZ
    -#ifndef CLK_TCK
    -#define HZ	100.0
    -#else /* CLK_TCK */
    -#define HZ ((double)CLK_TCK)
    +# ifndef CLK_TCK
    +#  define HZ      100.0
    +# else                          /* CLK_TCK */
    +#  define HZ ((double)CLK_TCK)
    +# endif
     #endif
    -#endif
    -
    -#define BUFSIZE	((long)1024)
    -long run=0;
    +#define BUFSIZE ((long)1024)
    +long run = 0;
     
     double Time_F(int s);
     #ifdef SIGALRM
    -#if defined(__STDC__) || defined(sgi) || defined(_AIX)
    -#define SIGRETTYPE void
    -#else
    -#define SIGRETTYPE int
    -#endif
    +# if defined(__STDC__) || defined(sgi) || defined(_AIX)
    +#  define SIGRETTYPE void
    +# else
    +#  define SIGRETTYPE int
    +# endif
     
     SIGRETTYPE sig_done(int sig);
     SIGRETTYPE sig_done(int sig)
    -	{
    -	signal(SIGALRM,sig_done);
    -	run=0;
    -#ifdef LINT
    -	sig=sig;
    -#endif
    -	}
    +{
    +    signal(SIGALRM, sig_done);
    +    run = 0;
    +# ifdef LINT
    +    sig = sig;
    +# endif
    +}
     #endif
     
    -#define START	0
    -#define STOP	1
    +#define START   0
    +#define STOP    1
     
     double Time_F(int s)
    -	{
    -	double ret;
    +{
    +    double ret;
     #ifdef TIMES
    -	static struct tms tstart,tend;
    +    static struct tms tstart, tend;
     
    -	if (s == START)
    -		{
    -		times(&tstart);
    -		return(0);
    -		}
    -	else
    -		{
    -		times(&tend);
    -		ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
    -		return((ret == 0.0)?1e-6:ret);
    -		}
    -#else /* !times() */
    -	static struct timeb tstart,tend;
    -	long i;
    +    if (s == START) {
    +        times(&tstart);
    +        return (0);
    +    } else {
    +        times(&tend);
    +        ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ;
    +        return ((ret == 0.0) ? 1e-6 : ret);
    +    }
    +#else                           /* !times() */
    +    static struct timeb tstart, tend;
    +    long i;
     
    -	if (s == START)
    -		{
    -		ftime(&tstart);
    -		return(0);
    -		}
    -	else
    -		{
    -		ftime(&tend);
    -		i=(long)tend.millitm-(long)tstart.millitm;
    -		ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
    -		return((ret == 0.0)?1e-6:ret);
    -		}
    +    if (s == START) {
    +        ftime(&tstart);
    +        return (0);
    +    } else {
    +        ftime(&tend);
    +        i = (long)tend.millitm - (long)tstart.millitm;
    +        ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1e3;
    +        return ((ret == 0.0) ? 1e-6 : ret);
    +    }
     #endif
    -	}
    +}
     
     int main(int argc, char **argv)
    -	{
    -	long count;
    -	static unsigned char buf[BUFSIZE];
    -	static unsigned char key[] ={
    -			0x12,0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,
    -			0xfe,0xdc,0xba,0x98,0x76,0x54,0x32,0x10,
    -			};
    -	IDEA_KEY_SCHEDULE sch;
    -	double a,aa,b,c,d;
    +{
    +    long count;
    +    static unsigned char buf[BUFSIZE];
    +    static unsigned char key[] = {
    +        0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0,
    +        0xfe, 0xdc, 0xba, 0x98, 0x76, 0x54, 0x32, 0x10,
    +    };
    +    IDEA_KEY_SCHEDULE sch;
    +    double a, aa, b, c, d;
     #ifndef SIGALRM
    -	long ca,cca,cb,cc;
    +    long ca, cca, cb, cc;
     #endif
     
     #ifndef TIMES
    -	printf("To get the most accurate results, try to run this\n");
    -	printf("program when this computer is idle.\n");
    +    printf("To get the most accurate results, try to run this\n");
    +    printf("program when this computer is idle.\n");
     #endif
     
     #ifndef SIGALRM
    -	printf("First we calculate the approximate speed ...\n");
    -	idea_set_encrypt_key(key,&sch);
    -	count=10;
    -	do	{
    -		long i;
    -		IDEA_INT data[2];
    +    printf("First we calculate the approximate speed ...\n");
    +    idea_set_encrypt_key(key, &sch);
    +    count = 10;
    +    do {
    +        long i;
    +        IDEA_INT data[2];
     
    -		count*=2;
    -		Time_F(START);
    -		for (i=count; i; i--)
    -			idea_encrypt(data,&sch);
    -		d=Time_F(STOP);
    -		} while (d < 3.0);
    -	ca=count/4;
    -	cca=count/200;
    -	cb=count;
    -	cc=count*8/BUFSIZE+1;
    -	printf("idea_set_encrypt_key %ld times\n",ca);
    -#define COND(d)	(count <= (d))
    -#define COUNT(d) (d)
    +        count *= 2;
    +        Time_F(START);
    +        for (i = count; i; i--)
    +            idea_encrypt(data, &sch);
    +        d = Time_F(STOP);
    +    } while (d < 3.0);
    +    ca = count / 4;
    +    cca = count / 200;
    +    cb = count;
    +    cc = count * 8 / BUFSIZE + 1;
    +    printf("idea_set_encrypt_key %ld times\n", ca);
    +# define COND(d) (count <= (d))
    +# define COUNT(d) (d)
     #else
    -#define COND(c)	(run)
    -#define COUNT(d) (count)
    -	signal(SIGALRM,sig_done);
    -	printf("Doing idea_set_encrypt_key for 10 seconds\n");
    -	alarm(10);
    +# define COND(c) (run)
    +# define COUNT(d) (count)
    +    signal(SIGALRM, sig_done);
    +    printf("Doing idea_set_encrypt_key for 10 seconds\n");
    +    alarm(10);
     #endif
     
    -	Time_F(START);
    -	for (count=0,run=1; COND(ca); count+=4)
    -		{
    -		idea_set_encrypt_key(key,&sch);
    -		idea_set_encrypt_key(key,&sch);
    -		idea_set_encrypt_key(key,&sch);
    -		idea_set_encrypt_key(key,&sch);
    -		}
    -	d=Time_F(STOP);
    -	printf("%ld idea idea_set_encrypt_key's in %.2f seconds\n",count,d);
    -	a=((double)COUNT(ca))/d;
    +    Time_F(START);
    +    for (count = 0, run = 1; COND(ca); count += 4) {
    +        idea_set_encrypt_key(key, &sch);
    +        idea_set_encrypt_key(key, &sch);
    +        idea_set_encrypt_key(key, &sch);
    +        idea_set_encrypt_key(key, &sch);
    +    }
    +    d = Time_F(STOP);
    +    printf("%ld idea idea_set_encrypt_key's in %.2f seconds\n", count, d);
    +    a = ((double)COUNT(ca)) / d;
     
     #ifdef SIGALRM
    -	printf("Doing idea_set_decrypt_key for 10 seconds\n");
    -	alarm(10);
    +    printf("Doing idea_set_decrypt_key for 10 seconds\n");
    +    alarm(10);
     #else
    -	printf("Doing idea_set_decrypt_key %ld times\n",cca);
    +    printf("Doing idea_set_decrypt_key %ld times\n", cca);
     #endif
     
    -	Time_F(START);
    -	for (count=0,run=1; COND(cca); count+=4)
    -		{
    -		idea_set_decrypt_key(&sch,&sch);
    -		idea_set_decrypt_key(&sch,&sch);
    -		idea_set_decrypt_key(&sch,&sch);
    -		idea_set_decrypt_key(&sch,&sch);
    -		}
    -	d=Time_F(STOP);
    -	printf("%ld idea idea_set_decrypt_key's in %.2f seconds\n",count,d);
    -	aa=((double)COUNT(cca))/d;
    +    Time_F(START);
    +    for (count = 0, run = 1; COND(cca); count += 4) {
    +        idea_set_decrypt_key(&sch, &sch);
    +        idea_set_decrypt_key(&sch, &sch);
    +        idea_set_decrypt_key(&sch, &sch);
    +        idea_set_decrypt_key(&sch, &sch);
    +    }
    +    d = Time_F(STOP);
    +    printf("%ld idea idea_set_decrypt_key's in %.2f seconds\n", count, d);
    +    aa = ((double)COUNT(cca)) / d;
     
     #ifdef SIGALRM
    -	printf("Doing idea_encrypt's for 10 seconds\n");
    -	alarm(10);
    +    printf("Doing idea_encrypt's for 10 seconds\n");
    +    alarm(10);
     #else
    -	printf("Doing idea_encrypt %ld times\n",cb);
    +    printf("Doing idea_encrypt %ld times\n", cb);
     #endif
    -	Time_F(START);
    -	for (count=0,run=1; COND(cb); count+=4)
    -		{
    -		unsigned long data[2];
    +    Time_F(START);
    +    for (count = 0, run = 1; COND(cb); count += 4) {
    +        unsigned long data[2];
     
    -		idea_encrypt(data,&sch);
    -		idea_encrypt(data,&sch);
    -		idea_encrypt(data,&sch);
    -		idea_encrypt(data,&sch);
    -		}
    -	d=Time_F(STOP);
    -	printf("%ld idea_encrypt's in %.2f second\n",count,d);
    -	b=((double)COUNT(cb)*8)/d;
    +        idea_encrypt(data, &sch);
    +        idea_encrypt(data, &sch);
    +        idea_encrypt(data, &sch);
    +        idea_encrypt(data, &sch);
    +    }
    +    d = Time_F(STOP);
    +    printf("%ld idea_encrypt's in %.2f second\n", count, d);
    +    b = ((double)COUNT(cb) * 8) / d;
     
     #ifdef SIGALRM
    -	printf("Doing idea_cbc_encrypt on %ld byte blocks for 10 seconds\n",
    -		BUFSIZE);
    -	alarm(10);
    +    printf("Doing idea_cbc_encrypt on %ld byte blocks for 10 seconds\n",
    +           BUFSIZE);
    +    alarm(10);
     #else
    -	printf("Doing idea_cbc_encrypt %ld times on %ld byte blocks\n",cc,
    -		BUFSIZE);
    +    printf("Doing idea_cbc_encrypt %ld times on %ld byte blocks\n", cc,
    +           BUFSIZE);
     #endif
    -	Time_F(START);
    -	for (count=0,run=1; COND(cc); count++)
    -		idea_cbc_encrypt(buf,buf,BUFSIZE,&sch,
    -			&(key[0]),IDEA_ENCRYPT);
    -	d=Time_F(STOP);
    -	printf("%ld idea_cbc_encrypt's of %ld byte blocks in %.2f second\n",
    -		count,BUFSIZE,d);
    -	c=((double)COUNT(cc)*BUFSIZE)/d;
    +    Time_F(START);
    +    for (count = 0, run = 1; COND(cc); count++)
    +        idea_cbc_encrypt(buf, buf, BUFSIZE, &sch, &(key[0]), IDEA_ENCRYPT);
    +    d = Time_F(STOP);
    +    printf("%ld idea_cbc_encrypt's of %ld byte blocks in %.2f second\n",
    +           count, BUFSIZE, d);
    +    c = ((double)COUNT(cc) * BUFSIZE) / d;
     
    -	printf("IDEA set_encrypt_key per sec = %12.2f (%9.3fuS)\n",a,1.0e6/a);
    -	printf("IDEA set_decrypt_key per sec = %12.2f (%9.3fuS)\n",aa,1.0e6/aa);
    -	printf("IDEA raw ecb bytes   per sec = %12.2f (%9.3fuS)\n",b,8.0e6/b);
    -	printf("IDEA cbc     bytes   per sec = %12.2f (%9.3fuS)\n",c,8.0e6/c);
    -	exit(0);
    +    printf("IDEA set_encrypt_key per sec = %12.2f (%9.3fuS)\n", a, 1.0e6 / a);
    +    printf("IDEA set_decrypt_key per sec = %12.2f (%9.3fuS)\n", aa,
    +           1.0e6 / aa);
    +    printf("IDEA raw ecb bytes   per sec = %12.2f (%9.3fuS)\n", b, 8.0e6 / b);
    +    printf("IDEA cbc     bytes   per sec = %12.2f (%9.3fuS)\n", c, 8.0e6 / c);
    +    exit(0);
     #if defined(LINT) || defined(OPENSSL_SYS_MSDOS)
    -	return(0);
    +    return (0);
     #endif
    -	}
    -
    +}
    diff --git a/openssl/crypto/idea/ideatest.c b/openssl/crypto/idea/ideatest.c
    index d509f8116..a967dd58a 100644
    --- a/openssl/crypto/idea/ideatest.c
    +++ b/openssl/crypto/idea/ideatest.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -66,170 +66,167 @@
     int main(int argc, char *argv[])
     {
         printf("No IDEA support\n");
    -    return(0);
    +    return (0);
     }
     #else
    -#include 
    +# include 
    +
    +unsigned char k[16] = {
    +    0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x04,
    +    0x00, 0x05, 0x00, 0x06, 0x00, 0x07, 0x00, 0x08
    +};
     
    -unsigned char k[16]={
    -	0x00,0x01,0x00,0x02,0x00,0x03,0x00,0x04,
    -	0x00,0x05,0x00,0x06,0x00,0x07,0x00,0x08};
    +unsigned char in[8] = { 0x00, 0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03 };
    +unsigned char c[8] = { 0x11, 0xFB, 0xED, 0x2B, 0x01, 0x98, 0x6D, 0xE5 };
     
    -unsigned char in[8]={0x00,0x00,0x00,0x01,0x00,0x02,0x00,0x03};
    -unsigned char  c[8]={0x11,0xFB,0xED,0x2B,0x01,0x98,0x6D,0xE5};
     unsigned char out[80];
     
    -char *text="Hello to all people out there";
    -
    -static unsigned char cfb_key[16]={
    -	0xe1,0xf0,0xc3,0xd2,0xa5,0xb4,0x87,0x96,
    -	0x69,0x78,0x4b,0x5a,0x2d,0x3c,0x0f,0x1e,
    -	};
    -static unsigned char cfb_iv[80]={0x34,0x12,0x78,0x56,0xab,0x90,0xef,0xcd};
    -static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8];
    -#define CFB_TEST_SIZE 24
    -static unsigned char plain[CFB_TEST_SIZE]=
    -        {
    -        0x4e,0x6f,0x77,0x20,0x69,0x73,
    -        0x20,0x74,0x68,0x65,0x20,0x74,
    -        0x69,0x6d,0x65,0x20,0x66,0x6f,
    -        0x72,0x20,0x61,0x6c,0x6c,0x20
    -        };
    -static unsigned char cfb_cipher64[CFB_TEST_SIZE]={
    -	0x59,0xD8,0xE2,0x65,0x00,0x58,0x6C,0x3F,
    -	0x2C,0x17,0x25,0xD0,0x1A,0x38,0xB7,0x2A,
    -	0x39,0x61,0x37,0xDC,0x79,0xFB,0x9F,0x45
    -
    -/*	0xF9,0x78,0x32,0xB5,0x42,0x1A,0x6B,0x38,
    -	0x9A,0x44,0xD6,0x04,0x19,0x43,0xC4,0xD9,
    -	0x3D,0x1E,0xAE,0x47,0xFC,0xCF,0x29,0x0B,*/
    -	}; 
    +char *text = "Hello to all people out there";
    +
    +static unsigned char cfb_key[16] = {
    +    0xe1, 0xf0, 0xc3, 0xd2, 0xa5, 0xb4, 0x87, 0x96,
    +    0x69, 0x78, 0x4b, 0x5a, 0x2d, 0x3c, 0x0f, 0x1e,
    +};
    +static unsigned char cfb_iv[80] =
    +    { 0x34, 0x12, 0x78, 0x56, 0xab, 0x90, 0xef, 0xcd };
    +static unsigned char cfb_buf1[40], cfb_buf2[40], cfb_tmp[8];
    +# define CFB_TEST_SIZE 24
    +static unsigned char plain[CFB_TEST_SIZE] = {
    +    0x4e, 0x6f, 0x77, 0x20, 0x69, 0x73,
    +    0x20, 0x74, 0x68, 0x65, 0x20, 0x74,
    +    0x69, 0x6d, 0x65, 0x20, 0x66, 0x6f,
    +    0x72, 0x20, 0x61, 0x6c, 0x6c, 0x20
    +};
    +
    +static unsigned char cfb_cipher64[CFB_TEST_SIZE] = {
    +    0x59, 0xD8, 0xE2, 0x65, 0x00, 0x58, 0x6C, 0x3F,
    +    0x2C, 0x17, 0x25, 0xD0, 0x1A, 0x38, 0xB7, 0x2A,
    +    0x39, 0x61, 0x37, 0xDC, 0x79, 0xFB, 0x9F, 0x45
    +/*- 0xF9,0x78,0x32,0xB5,0x42,0x1A,0x6B,0x38,
    +    0x9A,0x44,0xD6,0x04,0x19,0x43,0xC4,0xD9,
    +    0x3D,0x1E,0xAE,0x47,0xFC,0xCF,0x29,0x0B,*/
    +};
     
     static int cfb64_test(unsigned char *cfb_cipher);
     static char *pt(unsigned char *p);
     int main(int argc, char *argv[])
    -	{
    -	int i,err=0;
    -	IDEA_KEY_SCHEDULE key,dkey; 
    -	unsigned char iv[8];
    -
    -	idea_set_encrypt_key(k,&key);
    -	idea_ecb_encrypt(in,out,&key);
    -	if (memcmp(out,c,8) != 0)
    -		{
    -		printf("ecb idea error encrypting\n");
    -		printf("got     :");
    -		for (i=0; i<8; i++)
    -			printf("%02X ",out[i]);
    -		printf("\n");
    -		printf("expected:");
    -		for (i=0; i<8; i++)
    -			printf("%02X ",c[i]);
    -		err=20;
    -		printf("\n");
    -		}
    -
    -	idea_set_decrypt_key(&key,&dkey);
    -	idea_ecb_encrypt(c,out,&dkey);
    -	if (memcmp(out,in,8) != 0)
    -		{
    -		printf("ecb idea error decrypting\n");
    -		printf("got     :");
    -		for (i=0; i<8; i++)
    -			printf("%02X ",out[i]);
    -		printf("\n");
    -		printf("expected:");
    -		for (i=0; i<8; i++)
    -			printf("%02X ",in[i]);
    -		printf("\n");
    -		err=3;
    -		}
    -
    -	if (err == 0) printf("ecb idea ok\n");
    -
    -	memcpy(iv,k,8);
    -	idea_cbc_encrypt((unsigned char *)text,out,strlen(text)+1,&key,iv,1);
    -	memcpy(iv,k,8);
    -	idea_cbc_encrypt(out,out,8,&dkey,iv,0);
    -	idea_cbc_encrypt(&(out[8]),&(out[8]),strlen(text)+1-8,&dkey,iv,0);
    -	if (memcmp(text,out,strlen(text)+1) != 0)
    -		{
    -		printf("cbc idea bad\n");
    -		err=4;
    -		}
    -	else
    -		printf("cbc idea ok\n");
    -
    -	printf("cfb64 idea ");
    -	if (cfb64_test(cfb_cipher64))
    -		{
    -		printf("bad\n");
    -		err=5;
    -		}
    -	else
    -		printf("ok\n");
    -
    -#ifdef OPENSSL_SYS_NETWARE
    -    if (err) printf("ERROR: %d\n", err);
    -#endif
    -	EXIT(err);
    -	return(err);
    -	}
    +{
    +    int i, err = 0;
    +    IDEA_KEY_SCHEDULE key, dkey;
    +    unsigned char iv[8];
    +
    +    idea_set_encrypt_key(k, &key);
    +    idea_ecb_encrypt(in, out, &key);
    +    if (memcmp(out, c, 8) != 0) {
    +        printf("ecb idea error encrypting\n");
    +        printf("got     :");
    +        for (i = 0; i < 8; i++)
    +            printf("%02X ", out[i]);
    +        printf("\n");
    +        printf("expected:");
    +        for (i = 0; i < 8; i++)
    +            printf("%02X ", c[i]);
    +        err = 20;
    +        printf("\n");
    +    }
    +
    +    idea_set_decrypt_key(&key, &dkey);
    +    idea_ecb_encrypt(c, out, &dkey);
    +    if (memcmp(out, in, 8) != 0) {
    +        printf("ecb idea error decrypting\n");
    +        printf("got     :");
    +        for (i = 0; i < 8; i++)
    +            printf("%02X ", out[i]);
    +        printf("\n");
    +        printf("expected:");
    +        for (i = 0; i < 8; i++)
    +            printf("%02X ", in[i]);
    +        printf("\n");
    +        err = 3;
    +    }
    +
    +    if (err == 0)
    +        printf("ecb idea ok\n");
    +
    +    memcpy(iv, k, 8);
    +    idea_cbc_encrypt((unsigned char *)text, out, strlen(text) + 1, &key, iv,
    +                     1);
    +    memcpy(iv, k, 8);
    +    idea_cbc_encrypt(out, out, 8, &dkey, iv, 0);
    +    idea_cbc_encrypt(&(out[8]), &(out[8]), strlen(text) + 1 - 8, &dkey, iv,
    +                     0);
    +    if (memcmp(text, out, strlen(text) + 1) != 0) {
    +        printf("cbc idea bad\n");
    +        err = 4;
    +    } else
    +        printf("cbc idea ok\n");
    +
    +    printf("cfb64 idea ");
    +    if (cfb64_test(cfb_cipher64)) {
    +        printf("bad\n");
    +        err = 5;
    +    } else
    +        printf("ok\n");
    +
    +# ifdef OPENSSL_SYS_NETWARE
    +    if (err)
    +        printf("ERROR: %d\n", err);
    +# endif
    +    EXIT(err);
    +    return (err);
    +}
     
     static int cfb64_test(unsigned char *cfb_cipher)
    -        {
    -        IDEA_KEY_SCHEDULE eks,dks;
    -        int err=0,i,n;
    -
    -        idea_set_encrypt_key(cfb_key,&eks);
    -        idea_set_decrypt_key(&eks,&dks);
    -        memcpy(cfb_tmp,cfb_iv,8);
    -        n=0;
    -        idea_cfb64_encrypt(plain,cfb_buf1,(long)12,&eks,
    -                cfb_tmp,&n,IDEA_ENCRYPT);
    -        idea_cfb64_encrypt(&(plain[12]),&(cfb_buf1[12]),
    -                (long)CFB_TEST_SIZE-12,&eks,
    -                cfb_tmp,&n,IDEA_ENCRYPT);
    -        if (memcmp(cfb_cipher,cfb_buf1,CFB_TEST_SIZE) != 0)
    -                {
    -                err=1;
    -                printf("idea_cfb64_encrypt encrypt error\n");
    -                for (i=0; i>4)&0xf];
    -		ret[i*2+1]=f[p[i]&0xf];
    -		}
    -	ret[16]='\0';
    -	return(ret);
    -	}
    +{
    +    static char bufs[10][20];
    +    static int bnum = 0;
    +    char *ret;
    +    int i;
    +    static char *f = "0123456789ABCDEF";
    +
    +    ret = &(bufs[bnum++][0]);
    +    bnum %= 10;
    +    for (i = 0; i < 8; i++) {
    +        ret[i * 2] = f[(p[i] >> 4) & 0xf];
    +        ret[i * 2 + 1] = f[p[i] & 0xf];
    +    }
    +    ret[16] = '\0';
    +    return (ret);
    +}
     #endif
    diff --git a/openssl/crypto/install-crypto.com b/openssl/crypto/install-crypto.com
    index d19081d4d..af1d75b52 100644
    --- a/openssl/crypto/install-crypto.com
    +++ b/openssl/crypto/install-crypto.com
    @@ -81,7 +81,7 @@ $ sdirs := , -
        buffer, bio, stack, lhash, rand, err, -
        evp, asn1, pem, x509, x509v3, conf, txt_db, pkcs7, pkcs12, comp, ocsp, -
        ui, krb5, -
    -   cms, pqueue, ts, jpake, srp, store, cmac
    +   store, cms, pqueue, ts, jpake
     $!
     $ exheader_ := crypto.h, opensslv.h, ebcdic.h, symhacks.h, ossl_typ.h
     $ exheader_'archd' := opensslconf.h
    @@ -139,9 +139,6 @@ $ exheader_cms := cms.h
     $ exheader_pqueue := pqueue.h
     $ exheader_ts := ts.h
     $ exheader_jpake := jpake.h
    -$ exheader_srp := srp.h
    -$ exheader_store := store.h
    -$ exheader_cmac := cmac.h
     $ libs := ssl_libcrypto
     $!
     $ exe_dir := [-.'archd'.exe.crypto]
    diff --git a/openssl/crypto/jpake/jpake.c b/openssl/crypto/jpake/jpake.c
    index 8e4b633cc..8c38727e2 100644
    --- a/openssl/crypto/jpake/jpake.c
    +++ b/openssl/crypto/jpake/jpake.c
    @@ -4,78 +4,77 @@
     #include 
     #include 
     #include 
    +#include 
     
     /*
      * In the definition, (xa, xb, xc, xd) are Alice's (x1, x2, x3, x4) or
      * Bob's (x3, x4, x1, x2). If you see what I mean.
      */
     
    -typedef struct
    -    {
    -    char *name;  /* Must be unique */
    +typedef struct {
    +    char *name;                 /* Must be unique */
         char *peer_name;
         BIGNUM *p;
         BIGNUM *g;
         BIGNUM *q;
    -    BIGNUM *gxc; /* Alice's g^{x3} or Bob's g^{x1} */
    -    BIGNUM *gxd; /* Alice's g^{x4} or Bob's g^{x2} */
    -    } JPAKE_CTX_PUBLIC;
    +    BIGNUM *gxc;                /* Alice's g^{x3} or Bob's g^{x1} */
    +    BIGNUM *gxd;                /* Alice's g^{x4} or Bob's g^{x2} */
    +} JPAKE_CTX_PUBLIC;
     
    -struct JPAKE_CTX
    -    {
    +struct JPAKE_CTX {
         JPAKE_CTX_PUBLIC p;
    -    BIGNUM *secret;   /* The shared secret */
    +    BIGNUM *secret;             /* The shared secret */
         BN_CTX *ctx;
    -    BIGNUM *xa;       /* Alice's x1 or Bob's x3 */
    -    BIGNUM *xb;       /* Alice's x2 or Bob's x4 */
    -    BIGNUM *key;      /* The calculated (shared) key */
    -    };
    +    BIGNUM *xa;                 /* Alice's x1 or Bob's x3 */
    +    BIGNUM *xb;                 /* Alice's x2 or Bob's x4 */
    +    BIGNUM *key;                /* The calculated (shared) key */
    +};
     
     static void JPAKE_ZKP_init(JPAKE_ZKP *zkp)
    -    {
    +{
         zkp->gr = BN_new();
         zkp->b = BN_new();
    -    }
    +}
     
     static void JPAKE_ZKP_release(JPAKE_ZKP *zkp)
    -    {
    +{
         BN_free(zkp->b);
         BN_free(zkp->gr);
    -    }
    +}
     
     /* Two birds with one stone - make the global name as expected */
    -#define JPAKE_STEP_PART_init	JPAKE_STEP2_init
    -#define JPAKE_STEP_PART_release	JPAKE_STEP2_release
    +#define JPAKE_STEP_PART_init    JPAKE_STEP2_init
    +#define JPAKE_STEP_PART_release JPAKE_STEP2_release
     
     void JPAKE_STEP_PART_init(JPAKE_STEP_PART *p)
    -    {
    +{
         p->gx = BN_new();
         JPAKE_ZKP_init(&p->zkpx);
    -    }
    +}
     
     void JPAKE_STEP_PART_release(JPAKE_STEP_PART *p)
    -    {
    +{
         JPAKE_ZKP_release(&p->zkpx);
         BN_free(p->gx);
    -    }
    +}
     
     void JPAKE_STEP1_init(JPAKE_STEP1 *s1)
    -    {
    +{
         JPAKE_STEP_PART_init(&s1->p1);
         JPAKE_STEP_PART_init(&s1->p2);
    -    }
    +}
     
     void JPAKE_STEP1_release(JPAKE_STEP1 *s1)
    -    {
    +{
         JPAKE_STEP_PART_release(&s1->p2);
         JPAKE_STEP_PART_release(&s1->p1);
    -    }
    +}
     
     static void JPAKE_CTX_init(JPAKE_CTX *ctx, const char *name,
    -			   const char *peer_name, const BIGNUM *p,
    -			   const BIGNUM *g, const BIGNUM *q,
    -			   const BIGNUM *secret)
    -    {
    +                           const char *peer_name, const BIGNUM *p,
    +                           const BIGNUM *g, const BIGNUM *q,
    +                           const BIGNUM *secret)
    +{
         ctx->p.name = OPENSSL_strdup(name);
         ctx->p.peer_name = OPENSSL_strdup(peer_name);
         ctx->p.p = BN_dup(p);
    @@ -90,10 +89,10 @@ static void JPAKE_CTX_init(JPAKE_CTX *ctx, const char *name,
         ctx->xb = BN_new();
         ctx->key = BN_new();
         ctx->ctx = BN_CTX_new();
    -    }
    -    
    +}
    +
     static void JPAKE_CTX_release(JPAKE_CTX *ctx)
    -    {
    +{
         BN_CTX_free(ctx->ctx);
         BN_clear_free(ctx->key);
         BN_clear_free(ctx->xb);
    @@ -110,45 +109,45 @@ static void JPAKE_CTX_release(JPAKE_CTX *ctx)
         OPENSSL_free(ctx->p.name);
     
         memset(ctx, '\0', sizeof *ctx);
    -    }
    -    
    +}
    +
     JPAKE_CTX *JPAKE_CTX_new(const char *name, const char *peer_name,
    -			 const BIGNUM *p, const BIGNUM *g, const BIGNUM *q,
    -			 const BIGNUM *secret)
    -    {
    +                         const BIGNUM *p, const BIGNUM *g, const BIGNUM *q,
    +                         const BIGNUM *secret)
    +{
         JPAKE_CTX *ctx = OPENSSL_malloc(sizeof *ctx);
     
         JPAKE_CTX_init(ctx, name, peer_name, p, g, q, secret);
     
         return ctx;
    -    }
    +}
     
     void JPAKE_CTX_free(JPAKE_CTX *ctx)
    -    {
    +{
         JPAKE_CTX_release(ctx);
         OPENSSL_free(ctx);
    -    }
    +}
     
     static void hashlength(SHA_CTX *sha, size_t l)
    -    {
    +{
         unsigned char b[2];
     
         OPENSSL_assert(l <= 0xffff);
         b[0] = l >> 8;
    -    b[1] = l&0xff;
    +    b[1] = l & 0xff;
         SHA1_Update(sha, b, 2);
    -    }
    +}
     
     static void hashstring(SHA_CTX *sha, const char *string)
    -    {
    +{
         size_t l = strlen(string);
     
         hashlength(sha, l);
         SHA1_Update(sha, string, l);
    -    }
    +}
     
     static void hashbn(SHA_CTX *sha, const BIGNUM *bn)
    -    {
    +{
         size_t l = BN_num_bytes(bn);
         unsigned char *bin = OPENSSL_malloc(l);
     
    @@ -156,19 +155,19 @@ static void hashbn(SHA_CTX *sha, const BIGNUM *bn)
         BN_bn2bin(bn, bin);
         SHA1_Update(sha, bin, l);
         OPENSSL_free(bin);
    -    }
    +}
     
     /* h=hash(g, g^r, g^x, name) */
     static void zkp_hash(BIGNUM *h, const BIGNUM *zkpg, const JPAKE_STEP_PART *p,
    -		     const char *proof_name)
    -    {
    +                     const char *proof_name)
    +{
         unsigned char md[SHA_DIGEST_LENGTH];
         SHA_CTX sha;
     
    -   /*
    -    * XXX: hash should not allow moving of the boundaries - Java code
    -    * is flawed in this respect. Length encoding seems simplest.
    -    */
    +    /*
    +     * XXX: hash should not allow moving of the boundaries - Java code
    +     * is flawed in this respect. Length encoding seems simplest.
    +     */
         SHA1_Init(&sha);
         hashbn(&sha, zkpg);
         OPENSSL_assert(!BN_is_zero(p->zkpx.gr));
    @@ -177,43 +176,43 @@ static void zkp_hash(BIGNUM *h, const BIGNUM *zkpg, const JPAKE_STEP_PART *p,
         hashstring(&sha, proof_name);
         SHA1_Final(md, &sha);
         BN_bin2bn(md, SHA_DIGEST_LENGTH, h);
    -    }
    +}
     
     /*
      * Prove knowledge of x
      * Note that p->gx has already been calculated
      */
     static void generate_zkp(JPAKE_STEP_PART *p, const BIGNUM *x,
    -			 const BIGNUM *zkpg, JPAKE_CTX *ctx)
    -    {
    +                         const BIGNUM *zkpg, JPAKE_CTX *ctx)
    +{
         BIGNUM *r = BN_new();
         BIGNUM *h = BN_new();
         BIGNUM *t = BN_new();
     
    -   /*
    +   /*-
         * r in [0,q)
         * XXX: Java chooses r in [0, 2^160) - i.e. distribution not uniform
         */
         BN_rand_range(r, ctx->p.q);
    -   /* g^r */
    +    /* g^r */
         BN_mod_exp(p->zkpx.gr, zkpg, r, ctx->p.p, ctx->ctx);
     
    -   /* h=hash... */
    +    /* h=hash... */
         zkp_hash(h, zkpg, p, ctx->p.name);
     
    -   /* b = r - x*h */
    +    /* b = r - x*h */
         BN_mod_mul(t, x, h, ctx->p.q, ctx->ctx);
         BN_mod_sub(p->zkpx.b, r, t, ctx->p.q, ctx->ctx);
     
    -   /* cleanup */
    +    /* cleanup */
         BN_free(t);
         BN_free(h);
         BN_free(r);
    -    }
    +}
     
     static int verify_zkp(const JPAKE_STEP_PART *p, const BIGNUM *zkpg,
    -		      JPAKE_CTX *ctx)
    -    {
    +                      JPAKE_CTX *ctx)
    +{
         BIGNUM *h = BN_new();
         BIGNUM *t1 = BN_new();
         BIGNUM *t2 = BN_new();
    @@ -222,74 +221,74 @@ static int verify_zkp(const JPAKE_STEP_PART *p, const BIGNUM *zkpg,
     
         zkp_hash(h, zkpg, p, ctx->p.peer_name);
     
    -   /* t1 = g^b */
    +    /* t1 = g^b */
         BN_mod_exp(t1, zkpg, p->zkpx.b, ctx->p.p, ctx->ctx);
    -   /* t2 = (g^x)^h = g^{hx} */
    +    /* t2 = (g^x)^h = g^{hx} */
         BN_mod_exp(t2, p->gx, h, ctx->p.p, ctx->ctx);
    -   /* t3 = t1 * t2 = g^{hx} * g^b = g^{hx+b} = g^r (allegedly) */
    +    /* t3 = t1 * t2 = g^{hx} * g^b = g^{hx+b} = g^r (allegedly) */
         BN_mod_mul(t3, t1, t2, ctx->p.p, ctx->ctx);
     
    -   /* verify t3 == g^r */
    -    if(BN_cmp(t3, p->zkpx.gr) == 0)
    -	ret = 1;
    +    /* verify t3 == g^r */
    +    if (BN_cmp(t3, p->zkpx.gr) == 0)
    +        ret = 1;
         else
    -	JPAKEerr(JPAKE_F_VERIFY_ZKP, JPAKE_R_ZKP_VERIFY_FAILED);
    +        JPAKEerr(JPAKE_F_VERIFY_ZKP, JPAKE_R_ZKP_VERIFY_FAILED);
     
    -   /* cleanup */
    +    /* cleanup */
         BN_free(t3);
         BN_free(t2);
         BN_free(t1);
         BN_free(h);
     
         return ret;
    -    }    
    +}
     
     static void generate_step_part(JPAKE_STEP_PART *p, const BIGNUM *x,
    -			       const BIGNUM *g, JPAKE_CTX *ctx)
    -    {
    +                               const BIGNUM *g, JPAKE_CTX *ctx)
    +{
         BN_mod_exp(p->gx, g, x, ctx->p.p, ctx->ctx);
         generate_zkp(p, x, g, ctx);
    -    }
    +}
     
     /* Generate each party's random numbers. xa is in [0, q), xb is in [1, q). */
     static void genrand(JPAKE_CTX *ctx)
    -    {
    +{
         BIGNUM *qm1;
     
    -   /* xa in [0, q) */
    +    /* xa in [0, q) */
         BN_rand_range(ctx->xa, ctx->p.q);
     
    -   /* q-1 */
    +    /* q-1 */
         qm1 = BN_new();
         BN_copy(qm1, ctx->p.q);
         BN_sub_word(qm1, 1);
     
    -   /* ... and xb in [0, q-1) */
    +    /* ... and xb in [0, q-1) */
         BN_rand_range(ctx->xb, qm1);
    -   /* [1, q) */
    +    /* [1, q) */
         BN_add_word(ctx->xb, 1);
     
    -   /* cleanup */
    +    /* cleanup */
         BN_free(qm1);
    -    }
    +}
     
     int JPAKE_STEP1_generate(JPAKE_STEP1 *send, JPAKE_CTX *ctx)
    -    {
    +{
         genrand(ctx);
         generate_step_part(&send->p1, ctx->xa, ctx->p.g, ctx);
         generate_step_part(&send->p2, ctx->xb, ctx->p.g, ctx);
     
         return 1;
    -    }
    +}
     
     /* g^x is a legal value */
     static int is_legal(const BIGNUM *gx, const JPAKE_CTX *ctx)
    -    {
    +{
         BIGNUM *t;
         int res;
    -    
    -    if(BN_is_negative(gx) || BN_is_zero(gx) || BN_cmp(gx, ctx->p.p) >= 0)
    -	return 0;
    +
    +    if (BN_is_negative(gx) || BN_is_zero(gx) || BN_cmp(gx, ctx->p.p) >= 0)
    +        return 0;
     
         t = BN_new();
         BN_mod_exp(t, gx, ctx->p.q, ctx->p.p, ctx->ctx);
    @@ -297,69 +296,65 @@ static int is_legal(const BIGNUM *gx, const JPAKE_CTX *ctx)
         BN_free(t);
     
         return res;
    -    }
    +}
     
     int JPAKE_STEP1_process(JPAKE_CTX *ctx, const JPAKE_STEP1 *received)
    -    {
    -    if(!is_legal(received->p1.gx, ctx))
    -	{
    -	JPAKEerr(JPAKE_F_JPAKE_STEP1_PROCESS, JPAKE_R_G_TO_THE_X3_IS_NOT_LEGAL);
    -	return 0;
    -	}
    -
    -    if(!is_legal(received->p2.gx, ctx))
    -	{
    -	JPAKEerr(JPAKE_F_JPAKE_STEP1_PROCESS, JPAKE_R_G_TO_THE_X4_IS_NOT_LEGAL);
    -	return 0;
    -	}
    -
    -   /* verify their ZKP(xc) */
    -    if(!verify_zkp(&received->p1, ctx->p.g, ctx))
    -	{
    -	JPAKEerr(JPAKE_F_JPAKE_STEP1_PROCESS, JPAKE_R_VERIFY_X3_FAILED);
    -	return 0;
    -	}
    -
    -   /* verify their ZKP(xd) */
    -    if(!verify_zkp(&received->p2, ctx->p.g, ctx))
    -	{
    -	JPAKEerr(JPAKE_F_JPAKE_STEP1_PROCESS, JPAKE_R_VERIFY_X4_FAILED);
    -	return 0;
    -	}
    -
    -   /* g^xd != 1 */
    -    if(BN_is_one(received->p2.gx))
    -	{
    -	JPAKEerr(JPAKE_F_JPAKE_STEP1_PROCESS, JPAKE_R_G_TO_THE_X4_IS_ONE);
    -	return 0;
    -	}
    -
    -   /* Save the bits we need for later */
    +{
    +    if (!is_legal(received->p1.gx, ctx)) {
    +        JPAKEerr(JPAKE_F_JPAKE_STEP1_PROCESS,
    +                 JPAKE_R_G_TO_THE_X3_IS_NOT_LEGAL);
    +        return 0;
    +    }
    +
    +    if (!is_legal(received->p2.gx, ctx)) {
    +        JPAKEerr(JPAKE_F_JPAKE_STEP1_PROCESS,
    +                 JPAKE_R_G_TO_THE_X4_IS_NOT_LEGAL);
    +        return 0;
    +    }
    +
    +    /* verify their ZKP(xc) */
    +    if (!verify_zkp(&received->p1, ctx->p.g, ctx)) {
    +        JPAKEerr(JPAKE_F_JPAKE_STEP1_PROCESS, JPAKE_R_VERIFY_X3_FAILED);
    +        return 0;
    +    }
    +
    +    /* verify their ZKP(xd) */
    +    if (!verify_zkp(&received->p2, ctx->p.g, ctx)) {
    +        JPAKEerr(JPAKE_F_JPAKE_STEP1_PROCESS, JPAKE_R_VERIFY_X4_FAILED);
    +        return 0;
    +    }
    +
    +    /* g^xd != 1 */
    +    if (BN_is_one(received->p2.gx)) {
    +        JPAKEerr(JPAKE_F_JPAKE_STEP1_PROCESS, JPAKE_R_G_TO_THE_X4_IS_ONE);
    +        return 0;
    +    }
    +
    +    /* Save the bits we need for later */
         BN_copy(ctx->p.gxc, received->p1.gx);
         BN_copy(ctx->p.gxd, received->p2.gx);
     
         return 1;
    -    }
    -
    +}
     
     int JPAKE_STEP2_generate(JPAKE_STEP2 *send, JPAKE_CTX *ctx)
    -    {
    +{
         BIGNUM *t1 = BN_new();
         BIGNUM *t2 = BN_new();
     
    -   /*
    +   /*-
         * X = g^{(xa + xc + xd) * xb * s}
         * t1 = g^xa
         */
         BN_mod_exp(t1, ctx->p.g, ctx->xa, ctx->p.p, ctx->ctx);
    -   /* t2 = t1 * g^{xc} = g^{xa} * g^{xc} = g^{xa + xc} */
    +    /* t2 = t1 * g^{xc} = g^{xa} * g^{xc} = g^{xa + xc} */
         BN_mod_mul(t2, t1, ctx->p.gxc, ctx->p.p, ctx->ctx);
    -   /* t1 = t2 * g^{xd} = g^{xa + xc + xd} */
    +    /* t1 = t2 * g^{xd} = g^{xa + xc + xd} */
         BN_mod_mul(t1, t2, ctx->p.gxd, ctx->p.p, ctx->ctx);
    -   /* t2 = xb * s */
    +    /* t2 = xb * s */
         BN_mod_mul(t2, ctx->xb, ctx->secret, ctx->p.q, ctx->ctx);
     
    -   /*
    +   /*-
         * ZKP(xb * s)
         * XXX: this is kinda funky, because we're using
         *
    @@ -370,21 +365,21 @@ int JPAKE_STEP2_generate(JPAKE_STEP2 *send, JPAKE_CTX *ctx)
         */
         generate_step_part(send, t2, t1, ctx);
     
    -   /* cleanup */
    +    /* cleanup */
         BN_free(t1);
         BN_free(t2);
     
         return 1;
    -    }
    +}
     
     /* gx = g^{xc + xa + xb} * xd * s */
     static int compute_key(JPAKE_CTX *ctx, const BIGNUM *gx)
    -    {
    +{
         BIGNUM *t1 = BN_new();
         BIGNUM *t2 = BN_new();
         BIGNUM *t3 = BN_new();
     
    -   /*
    +   /*-
         * K = (gx/g^{xb * xd * s})^{xb}
         *   = (g^{(xc + xa + xb) * xd * s - xb * xd *s})^{xb}
         *   = (g^{(xa + xc) * xd * s})^{xb}
    @@ -392,120 +387,122 @@ static int compute_key(JPAKE_CTX *ctx, const BIGNUM *gx)
         * [which is the same regardless of who calculates it]
         */
     
    -   /* t1 = (g^{xd})^{xb} = g^{xb * xd} */
    +    /* t1 = (g^{xd})^{xb} = g^{xb * xd} */
         BN_mod_exp(t1, ctx->p.gxd, ctx->xb, ctx->p.p, ctx->ctx);
    -   /* t2 = -s = q-s */
    +    /* t2 = -s = q-s */
         BN_sub(t2, ctx->p.q, ctx->secret);
    -   /* t3 = t1^t2 = g^{-xb * xd * s} */
    +    /* t3 = t1^t2 = g^{-xb * xd * s} */
         BN_mod_exp(t3, t1, t2, ctx->p.p, ctx->ctx);
    -   /* t1 = gx * t3 = X/g^{xb * xd * s} */
    +    /* t1 = gx * t3 = X/g^{xb * xd * s} */
         BN_mod_mul(t1, gx, t3, ctx->p.p, ctx->ctx);
    -   /* K = t1^{xb} */
    +    /* K = t1^{xb} */
         BN_mod_exp(ctx->key, t1, ctx->xb, ctx->p.p, ctx->ctx);
     
    -   /* cleanup */
    +    /* cleanup */
         BN_free(t3);
         BN_free(t2);
         BN_free(t1);
     
         return 1;
    -    }
    +}
     
     int JPAKE_STEP2_process(JPAKE_CTX *ctx, const JPAKE_STEP2 *received)
    -    {
    +{
         BIGNUM *t1 = BN_new();
         BIGNUM *t2 = BN_new();
         int ret = 0;
     
    -   /*
    +   /*-
         * g' = g^{xc + xa + xb} [from our POV]
         * t1 = xa + xb
         */
         BN_mod_add(t1, ctx->xa, ctx->xb, ctx->p.q, ctx->ctx);
    -   /* t2 = g^{t1} = g^{xa+xb} */
    +    /* t2 = g^{t1} = g^{xa+xb} */
         BN_mod_exp(t2, ctx->p.g, t1, ctx->p.p, ctx->ctx);
    -   /* t1 = g^{xc} * t2 = g^{xc + xa + xb} */
    +    /* t1 = g^{xc} * t2 = g^{xc + xa + xb} */
         BN_mod_mul(t1, ctx->p.gxc, t2, ctx->p.p, ctx->ctx);
     
    -    if(verify_zkp(received, t1, ctx))
    -	ret = 1;
    +    if (verify_zkp(received, t1, ctx))
    +        ret = 1;
         else
    -	JPAKEerr(JPAKE_F_JPAKE_STEP2_PROCESS, JPAKE_R_VERIFY_B_FAILED);
    +        JPAKEerr(JPAKE_F_JPAKE_STEP2_PROCESS, JPAKE_R_VERIFY_B_FAILED);
     
         compute_key(ctx, received->gx);
     
    -   /* cleanup */
    +    /* cleanup */
         BN_free(t2);
         BN_free(t1);
     
         return ret;
    -    }
    +}
     
     static void quickhashbn(unsigned char *md, const BIGNUM *bn)
    -    {
    +{
         SHA_CTX sha;
     
         SHA1_Init(&sha);
         hashbn(&sha, bn);
         SHA1_Final(md, &sha);
    -    }
    +}
     
     void JPAKE_STEP3A_init(JPAKE_STEP3A *s3a)
    -    {}
    +{
    +}
     
     int JPAKE_STEP3A_generate(JPAKE_STEP3A *send, JPAKE_CTX *ctx)
    -    {
    +{
         quickhashbn(send->hhk, ctx->key);
         SHA1(send->hhk, sizeof send->hhk, send->hhk);
     
         return 1;
    -    }
    +}
     
     int JPAKE_STEP3A_process(JPAKE_CTX *ctx, const JPAKE_STEP3A *received)
    -    {
    +{
         unsigned char hhk[SHA_DIGEST_LENGTH];
     
         quickhashbn(hhk, ctx->key);
         SHA1(hhk, sizeof hhk, hhk);
    -    if(memcmp(hhk, received->hhk, sizeof hhk))
    -	{
    -	JPAKEerr(JPAKE_F_JPAKE_STEP3A_PROCESS, JPAKE_R_HASH_OF_HASH_OF_KEY_MISMATCH);
    -	return 0;
    -	}
    -    return 1;
    +    if (memcmp(hhk, received->hhk, sizeof hhk)) {
    +        JPAKEerr(JPAKE_F_JPAKE_STEP3A_PROCESS,
    +                 JPAKE_R_HASH_OF_HASH_OF_KEY_MISMATCH);
    +        return 0;
         }
    +    return 1;
    +}
     
     void JPAKE_STEP3A_release(JPAKE_STEP3A *s3a)
    -    {}
    +{
    +}
     
     void JPAKE_STEP3B_init(JPAKE_STEP3B *s3b)
    -    {}
    +{
    +}
     
     int JPAKE_STEP3B_generate(JPAKE_STEP3B *send, JPAKE_CTX *ctx)
    -    {
    +{
         quickhashbn(send->hk, ctx->key);
     
         return 1;
    -    }
    +}
     
     int JPAKE_STEP3B_process(JPAKE_CTX *ctx, const JPAKE_STEP3B *received)
    -    {
    +{
         unsigned char hk[SHA_DIGEST_LENGTH];
     
         quickhashbn(hk, ctx->key);
    -    if(memcmp(hk, received->hk, sizeof hk))
    -	{
    -	JPAKEerr(JPAKE_F_JPAKE_STEP3B_PROCESS, JPAKE_R_HASH_OF_KEY_MISMATCH);
    -	return 0;
    -	}
    -    return 1;
    +    if (memcmp(hk, received->hk, sizeof hk)) {
    +        JPAKEerr(JPAKE_F_JPAKE_STEP3B_PROCESS, JPAKE_R_HASH_OF_KEY_MISMATCH);
    +        return 0;
         }
    +    return 1;
    +}
     
     void JPAKE_STEP3B_release(JPAKE_STEP3B *s3b)
    -    {}
    +{
    +}
     
     const BIGNUM *JPAKE_get_shared_key(JPAKE_CTX *ctx)
    -    {
    +{
         return ctx->key;
    -    }
    -
    +}
    diff --git a/openssl/crypto/jpake/jpake.h b/openssl/crypto/jpake/jpake.h
    index fd143b4d9..371eed679 100644
    --- a/openssl/crypto/jpake/jpake.h
    +++ b/openssl/crypto/jpake/jpake.h
    @@ -1,63 +1,59 @@
     /*
      * Implement J-PAKE, as described in
      * http://grouper.ieee.org/groups/1363/Research/contributions/hao-ryan-2008.pdf
    - * 
    + *
      * With hints from http://www.cl.cam.ac.uk/~fh240/software/JPAKE2.java.
      */
     
     #ifndef HEADER_JPAKE_H
    -#define HEADER_JPAKE_H
    +# define HEADER_JPAKE_H
     
    -#include 
    +# include 
     
    -#ifdef OPENSSL_NO_JPAKE
    -#error JPAKE is disabled.
    -#endif
    +# ifdef OPENSSL_NO_JPAKE
    +#  error JPAKE is disabled.
    +# endif
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -#include 
    -#include 
    +# include 
    +# include 
     
     typedef struct JPAKE_CTX JPAKE_CTX;
     
     /* Note that "g" in the ZKPs is not necessarily the J-PAKE g. */
    -typedef struct
    -    {
    -    BIGNUM *gr; /* g^r (r random) */
    -    BIGNUM *b;  /* b = r - x*h, h=hash(g, g^r, g^x, name) */
    -    } JPAKE_ZKP;
    -
    -typedef struct
    -    {
    -    BIGNUM *gx;       /* g^x in step 1, g^(xa + xc + xd) * xb * s in step 2 */
    -    JPAKE_ZKP zkpx;   /* ZKP(x) or ZKP(xb * s) */
    -    } JPAKE_STEP_PART;
    -
    -typedef struct
    -    {
    -    JPAKE_STEP_PART p1;   /* g^x3, ZKP(x3) or g^x1, ZKP(x1) */
    -    JPAKE_STEP_PART p2;   /* g^x4, ZKP(x4) or g^x2, ZKP(x2) */
    -    } JPAKE_STEP1;
    +typedef struct {
    +    BIGNUM *gr;                 /* g^r (r random) */
    +    BIGNUM *b;                  /* b = r - x*h, h=hash(g, g^r, g^x, name) */
    +} JPAKE_ZKP;
    +
    +typedef struct {
    +    BIGNUM *gx;                 /* g^x in step 1, g^(xa + xc + xd) * xb * s
    +                                 * in step 2 */
    +    JPAKE_ZKP zkpx;             /* ZKP(x) or ZKP(xb * s) */
    +} JPAKE_STEP_PART;
    +
    +typedef struct {
    +    JPAKE_STEP_PART p1;         /* g^x3, ZKP(x3) or g^x1, ZKP(x1) */
    +    JPAKE_STEP_PART p2;         /* g^x4, ZKP(x4) or g^x2, ZKP(x2) */
    +} JPAKE_STEP1;
     
     typedef JPAKE_STEP_PART JPAKE_STEP2;
     
    -typedef struct
    -    {
    +typedef struct {
         unsigned char hhk[SHA_DIGEST_LENGTH];
    -    } JPAKE_STEP3A;
    +} JPAKE_STEP3A;
     
    -typedef struct
    -    {
    +typedef struct {
         unsigned char hk[SHA_DIGEST_LENGTH];
    -    } JPAKE_STEP3B;
    +} JPAKE_STEP3B;
     
     /* Parameters are copied */
     JPAKE_CTX *JPAKE_CTX_new(const char *name, const char *peer_name,
    -			 const BIGNUM *p, const BIGNUM *g, const BIGNUM *q,
    -			 const BIGNUM *secret);
    +                         const BIGNUM *p, const BIGNUM *g, const BIGNUM *q,
    +                         const BIGNUM *secret);
     void JPAKE_CTX_free(JPAKE_CTX *ctx);
     
     /*
    @@ -100,7 +96,8 @@ void JPAKE_STEP3B_release(JPAKE_STEP3B *s3b);
     const BIGNUM *JPAKE_get_shared_key(JPAKE_CTX *ctx);
     
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     void ERR_load_JPAKE_strings(void);
    @@ -108,22 +105,22 @@ void ERR_load_JPAKE_strings(void);
     /* Error codes for the JPAKE functions. */
     
     /* Function codes. */
    -#define JPAKE_F_JPAKE_STEP1_PROCESS			 101
    -#define JPAKE_F_JPAKE_STEP2_PROCESS			 102
    -#define JPAKE_F_JPAKE_STEP3A_PROCESS			 103
    -#define JPAKE_F_JPAKE_STEP3B_PROCESS			 104
    -#define JPAKE_F_VERIFY_ZKP				 100
    +# define JPAKE_F_JPAKE_STEP1_PROCESS                      101
    +# define JPAKE_F_JPAKE_STEP2_PROCESS                      102
    +# define JPAKE_F_JPAKE_STEP3A_PROCESS                     103
    +# define JPAKE_F_JPAKE_STEP3B_PROCESS                     104
    +# define JPAKE_F_VERIFY_ZKP                               100
     
     /* Reason codes. */
    -#define JPAKE_R_G_TO_THE_X3_IS_NOT_LEGAL		 108
    -#define JPAKE_R_G_TO_THE_X4_IS_NOT_LEGAL		 109
    -#define JPAKE_R_G_TO_THE_X4_IS_ONE			 105
    -#define JPAKE_R_HASH_OF_HASH_OF_KEY_MISMATCH		 106
    -#define JPAKE_R_HASH_OF_KEY_MISMATCH			 107
    -#define JPAKE_R_VERIFY_B_FAILED				 102
    -#define JPAKE_R_VERIFY_X3_FAILED			 103
    -#define JPAKE_R_VERIFY_X4_FAILED			 104
    -#define JPAKE_R_ZKP_VERIFY_FAILED			 100
    +# define JPAKE_R_G_TO_THE_X3_IS_NOT_LEGAL                 108
    +# define JPAKE_R_G_TO_THE_X4_IS_NOT_LEGAL                 109
    +# define JPAKE_R_G_TO_THE_X4_IS_ONE                       105
    +# define JPAKE_R_HASH_OF_HASH_OF_KEY_MISMATCH             106
    +# define JPAKE_R_HASH_OF_KEY_MISMATCH                     107
    +# define JPAKE_R_VERIFY_B_FAILED                          102
    +# define JPAKE_R_VERIFY_X3_FAILED                         103
    +# define JPAKE_R_VERIFY_X4_FAILED                         104
    +# define JPAKE_R_ZKP_VERIFY_FAILED                        100
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/jpake/jpake_err.c b/openssl/crypto/jpake/jpake_err.c
    index a9a9dee75..be236d9ea 100644
    --- a/openssl/crypto/jpake/jpake_err.c
    +++ b/openssl/crypto/jpake/jpake_err.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* NOTE: this file was auto generated by the mkerr.pl script: any changes
    +/*
    + * NOTE: this file was auto generated by the mkerr.pl script: any changes
      * made to it will be overwritten when the script next updates this file,
      * only reason strings will be preserved.
      */
    @@ -65,43 +66,43 @@
     /* BEGIN ERROR CODES */
     #ifndef OPENSSL_NO_ERR
     
    -#define ERR_FUNC(func) ERR_PACK(ERR_LIB_JPAKE,func,0)
    -#define ERR_REASON(reason) ERR_PACK(ERR_LIB_JPAKE,0,reason)
    +# define ERR_FUNC(func) ERR_PACK(ERR_LIB_JPAKE,func,0)
    +# define ERR_REASON(reason) ERR_PACK(ERR_LIB_JPAKE,0,reason)
     
    -static ERR_STRING_DATA JPAKE_str_functs[]=
    -	{
    -{ERR_FUNC(JPAKE_F_JPAKE_STEP1_PROCESS),	"JPAKE_STEP1_process"},
    -{ERR_FUNC(JPAKE_F_JPAKE_STEP2_PROCESS),	"JPAKE_STEP2_process"},
    -{ERR_FUNC(JPAKE_F_JPAKE_STEP3A_PROCESS),	"JPAKE_STEP3A_process"},
    -{ERR_FUNC(JPAKE_F_JPAKE_STEP3B_PROCESS),	"JPAKE_STEP3B_process"},
    -{ERR_FUNC(JPAKE_F_VERIFY_ZKP),	"VERIFY_ZKP"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA JPAKE_str_functs[] = {
    +    {ERR_FUNC(JPAKE_F_JPAKE_STEP1_PROCESS), "JPAKE_STEP1_process"},
    +    {ERR_FUNC(JPAKE_F_JPAKE_STEP2_PROCESS), "JPAKE_STEP2_process"},
    +    {ERR_FUNC(JPAKE_F_JPAKE_STEP3A_PROCESS), "JPAKE_STEP3A_process"},
    +    {ERR_FUNC(JPAKE_F_JPAKE_STEP3B_PROCESS), "JPAKE_STEP3B_process"},
    +    {ERR_FUNC(JPAKE_F_VERIFY_ZKP), "VERIFY_ZKP"},
    +    {0, NULL}
    +};
     
    -static ERR_STRING_DATA JPAKE_str_reasons[]=
    -	{
    -{ERR_REASON(JPAKE_R_G_TO_THE_X3_IS_NOT_LEGAL),"g to the x3 is not legal"},
    -{ERR_REASON(JPAKE_R_G_TO_THE_X4_IS_NOT_LEGAL),"g to the x4 is not legal"},
    -{ERR_REASON(JPAKE_R_G_TO_THE_X4_IS_ONE)  ,"g to the x4 is one"},
    -{ERR_REASON(JPAKE_R_HASH_OF_HASH_OF_KEY_MISMATCH),"hash of hash of key mismatch"},
    -{ERR_REASON(JPAKE_R_HASH_OF_KEY_MISMATCH),"hash of key mismatch"},
    -{ERR_REASON(JPAKE_R_VERIFY_B_FAILED)     ,"verify b failed"},
    -{ERR_REASON(JPAKE_R_VERIFY_X3_FAILED)    ,"verify x3 failed"},
    -{ERR_REASON(JPAKE_R_VERIFY_X4_FAILED)    ,"verify x4 failed"},
    -{ERR_REASON(JPAKE_R_ZKP_VERIFY_FAILED)   ,"zkp verify failed"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA JPAKE_str_reasons[] = {
    +    {ERR_REASON(JPAKE_R_G_TO_THE_X3_IS_NOT_LEGAL),
    +     "g to the x3 is not legal"},
    +    {ERR_REASON(JPAKE_R_G_TO_THE_X4_IS_NOT_LEGAL),
    +     "g to the x4 is not legal"},
    +    {ERR_REASON(JPAKE_R_G_TO_THE_X4_IS_ONE), "g to the x4 is one"},
    +    {ERR_REASON(JPAKE_R_HASH_OF_HASH_OF_KEY_MISMATCH),
    +     "hash of hash of key mismatch"},
    +    {ERR_REASON(JPAKE_R_HASH_OF_KEY_MISMATCH), "hash of key mismatch"},
    +    {ERR_REASON(JPAKE_R_VERIFY_B_FAILED), "verify b failed"},
    +    {ERR_REASON(JPAKE_R_VERIFY_X3_FAILED), "verify x3 failed"},
    +    {ERR_REASON(JPAKE_R_VERIFY_X4_FAILED), "verify x4 failed"},
    +    {ERR_REASON(JPAKE_R_ZKP_VERIFY_FAILED), "zkp verify failed"},
    +    {0, NULL}
    +};
     
     #endif
     
     void ERR_load_JPAKE_strings(void)
    -	{
    +{
     #ifndef OPENSSL_NO_ERR
     
    -	if (ERR_func_error_string(JPAKE_str_functs[0].error) == NULL)
    -		{
    -		ERR_load_strings(0,JPAKE_str_functs);
    -		ERR_load_strings(0,JPAKE_str_reasons);
    -		}
    +    if (ERR_func_error_string(JPAKE_str_functs[0].error) == NULL) {
    +        ERR_load_strings(0, JPAKE_str_functs);
    +        ERR_load_strings(0, JPAKE_str_reasons);
    +    }
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/jpake/jpaketest.c b/openssl/crypto/jpake/jpaketest.c
    index eaba75ed8..ef9e54bdb 100644
    --- a/openssl/crypto/jpake/jpaketest.c
    +++ b/openssl/crypto/jpake/jpaketest.c
    @@ -2,29 +2,29 @@
     
     #ifdef OPENSSL_NO_JPAKE
     
    -#include 
    +# include 
     
     int main(int argc, char *argv[])
     {
         printf("No J-PAKE support\n");
    -    return(0);
    +    return (0);
     }
     
     #else
     
    -#include 
    -#include 
    +# include 
    +# include 
     
     static void showbn(const char *name, const BIGNUM *bn)
    -    {
    +{
         fputs(name, stdout);
         fputs(" = ", stdout);
         BN_print_fp(stdout, bn);
         putc('\n', stdout);
    -    }
    +}
     
     static int run_jpake(JPAKE_CTX *alice, JPAKE_CTX *bob)
    -    {
    +{
         JPAKE_STEP1 alice_s1;
         JPAKE_STEP1 bob_s1;
         JPAKE_STEP2 alice_s2;
    @@ -32,86 +32,80 @@ static int run_jpake(JPAKE_CTX *alice, JPAKE_CTX *bob)
         JPAKE_STEP3A alice_s3a;
         JPAKE_STEP3B bob_s3b;
     
    -   /* Alice -> Bob: step 1 */
    +    /* Alice -> Bob: step 1 */
         puts("A->B s1");
         JPAKE_STEP1_init(&alice_s1);
         JPAKE_STEP1_generate(&alice_s1, alice);
    -    if(!JPAKE_STEP1_process(bob, &alice_s1))
    -	{
    -	printf("Bob fails to process Alice's step 1\n");
    -	ERR_print_errors_fp(stdout);
    -	return 1;
    -	}
    +    if (!JPAKE_STEP1_process(bob, &alice_s1)) {
    +        printf("Bob fails to process Alice's step 1\n");
    +        ERR_print_errors_fp(stdout);
    +        return 1;
    +    }
         JPAKE_STEP1_release(&alice_s1);
     
    -   /* Bob -> Alice: step 1 */
    +    /* Bob -> Alice: step 1 */
         puts("B->A s1");
         JPAKE_STEP1_init(&bob_s1);
         JPAKE_STEP1_generate(&bob_s1, bob);
    -    if(!JPAKE_STEP1_process(alice, &bob_s1))
    -	{
    -	printf("Alice fails to process Bob's step 1\n");
    -	ERR_print_errors_fp(stdout);
    -	return 2;
    -	}
    +    if (!JPAKE_STEP1_process(alice, &bob_s1)) {
    +        printf("Alice fails to process Bob's step 1\n");
    +        ERR_print_errors_fp(stdout);
    +        return 2;
    +    }
         JPAKE_STEP1_release(&bob_s1);
     
    -   /* Alice -> Bob: step 2 */
    +    /* Alice -> Bob: step 2 */
         puts("A->B s2");
         JPAKE_STEP2_init(&alice_s2);
         JPAKE_STEP2_generate(&alice_s2, alice);
    -    if(!JPAKE_STEP2_process(bob, &alice_s2))
    -	{
    -	printf("Bob fails to process Alice's step 2\n");
    -	ERR_print_errors_fp(stdout);
    -	return 3;
    -	}
    +    if (!JPAKE_STEP2_process(bob, &alice_s2)) {
    +        printf("Bob fails to process Alice's step 2\n");
    +        ERR_print_errors_fp(stdout);
    +        return 3;
    +    }
         JPAKE_STEP2_release(&alice_s2);
     
    -   /* Bob -> Alice: step 2 */
    +    /* Bob -> Alice: step 2 */
         puts("B->A s2");
         JPAKE_STEP2_init(&bob_s2);
         JPAKE_STEP2_generate(&bob_s2, bob);
    -    if(!JPAKE_STEP2_process(alice, &bob_s2))
    -	{
    -	printf("Alice fails to process Bob's step 2\n");
    -	ERR_print_errors_fp(stdout);
    -	return 4;
    -	}
    +    if (!JPAKE_STEP2_process(alice, &bob_s2)) {
    +        printf("Alice fails to process Bob's step 2\n");
    +        ERR_print_errors_fp(stdout);
    +        return 4;
    +    }
         JPAKE_STEP2_release(&bob_s2);
     
         showbn("Alice's key", JPAKE_get_shared_key(alice));
         showbn("Bob's key  ", JPAKE_get_shared_key(bob));
     
    -   /* Alice -> Bob: step 3a */
    +    /* Alice -> Bob: step 3a */
         puts("A->B s3a");
         JPAKE_STEP3A_init(&alice_s3a);
         JPAKE_STEP3A_generate(&alice_s3a, alice);
    -    if(!JPAKE_STEP3A_process(bob, &alice_s3a))
    -	{
    -	printf("Bob fails to process Alice's step 3a\n");
    -	ERR_print_errors_fp(stdout);
    -	return 5;
    -	}
    +    if (!JPAKE_STEP3A_process(bob, &alice_s3a)) {
    +        printf("Bob fails to process Alice's step 3a\n");
    +        ERR_print_errors_fp(stdout);
    +        return 5;
    +    }
         JPAKE_STEP3A_release(&alice_s3a);
    -    
    -   /* Bob -> Alice: step 3b */
    +
    +    /* Bob -> Alice: step 3b */
         puts("B->A s3b");
         JPAKE_STEP3B_init(&bob_s3b);
         JPAKE_STEP3B_generate(&bob_s3b, bob);
    -    if(!JPAKE_STEP3B_process(alice, &bob_s3b))
    -	{
    -	printf("Alice fails to process Bob's step 3b\n");
    -	ERR_print_errors_fp(stdout);
    -	return 6;
    -	}
    +    if (!JPAKE_STEP3B_process(alice, &bob_s3b)) {
    +        printf("Alice fails to process Bob's step 3b\n");
    +        ERR_print_errors_fp(stdout);
    +        return 6;
    +    }
         JPAKE_STEP3B_release(&bob_s3b);
     
         return 0;
    -    }
    +}
     
     int main(int argc, char **argv)
    -    {
    +{
         JPAKE_CTX *alice;
         JPAKE_CTX *bob;
         BIGNUM *p = NULL;
    @@ -128,17 +122,18 @@ int main(int argc, char **argv)
     
         ERR_load_crypto_strings();
     
    -    /*
    +    /*-
         BN_hex2bn(&p, "fd7f53811d75122952df4a9c2eece4e7f611b7523cef4400c31e3f80b6512669455d402251fb593d8d58fabfc5f5ba30f6cb9b556cd7813b801d346ff26660b76b9950a5a49f9fe8047b1022c24fbba9d7feb7c61bf83b57e7c6a8a6150f04fb83f6d3c51ec3023554135a169132f675f3ae2b61d72aeff22203199dd14801c7");
         BN_hex2bn(&g, "f7e1a085d69b3ddecbbcab5c36b857b97994afbbfa3aea82f9574c0b3d0782675159578ebad4594fe67107108180b449167123e84c281613b7cf09328cc8a6e13c167a8b547c8d28e0a3ae1e2bb3a675916ea37f0bfa213562f1fb627a01243bcca4f1bea8519089a883dfe15ae59f06928b665e807b552564014c3bfecf492a");
         BN_hex2bn(&q, "9760508f15230bccb292b982a2eb840bf0581cf5");
         */
    -    /*
    +    /*-
         p = BN_new();
         BN_generate_prime(p, 1024, 1, NULL, NULL, NULL, NULL);
         */
    -   /* Use a safe prime for p (that we found earlier) */
    -    BN_hex2bn(&p, "F9E5B365665EA7A05A9C534502780FEE6F1AB5BD4F49947FD036DBD7E905269AF46EF28B0FC07487EE4F5D20FB3C0AF8E700F3A2FA3414970CBED44FEDFF80CE78D800F184BB82435D137AADA2C6C16523247930A63B85661D1FC817A51ACD96168E95898A1F83A79FFB529368AA7833ABD1B0C3AEDDB14D2E1A2F71D99F763F");
    +    /* Use a safe prime for p (that we found earlier) */
    +    BN_hex2bn(&p,
    +              "F9E5B365665EA7A05A9C534502780FEE6F1AB5BD4F49947FD036DBD7E905269AF46EF28B0FC07487EE4F5D20FB3C0AF8E700F3A2FA3414970CBED44FEDFF80CE78D800F184BB82435D137AADA2C6C16523247930A63B85661D1FC817A51ACD96168E95898A1F83A79FFB529368AA7833ABD1B0C3AEDDB14D2E1A2F71D99F763F");
         showbn("p", p);
         g = BN_new();
         BN_set_word(g, 2);
    @@ -149,29 +144,27 @@ int main(int argc, char **argv)
     
         BN_rand(secret, 32, -1, 0);
     
    -   /* A normal run, expect this to work... */
    +    /* A normal run, expect this to work... */
         alice = JPAKE_CTX_new("Alice", "Bob", p, g, q, secret);
         bob = JPAKE_CTX_new("Bob", "Alice", p, g, q, secret);
     
    -    if(run_jpake(alice, bob) != 0)
    -	{
    -	fprintf(stderr, "Plain JPAKE run failed\n");
    -	return 1;
    -	}
    +    if (run_jpake(alice, bob) != 0) {
    +        fprintf(stderr, "Plain JPAKE run failed\n");
    +        return 1;
    +    }
     
         JPAKE_CTX_free(bob);
         JPAKE_CTX_free(alice);
     
    -   /* Now give Alice and Bob different secrets */
    +    /* Now give Alice and Bob different secrets */
         alice = JPAKE_CTX_new("Alice", "Bob", p, g, q, secret);
         BN_add_word(secret, 1);
         bob = JPAKE_CTX_new("Bob", "Alice", p, g, q, secret);
     
    -    if(run_jpake(alice, bob) != 5)
    -	{
    -	fprintf(stderr, "Mismatched secret JPAKE run failed\n");
    -	return 1;
    -	}
    +    if (run_jpake(alice, bob) != 5) {
    +        fprintf(stderr, "Mismatched secret JPAKE run failed\n");
    +        return 1;
    +    }
     
         JPAKE_CTX_free(bob);
         JPAKE_CTX_free(alice);
    @@ -187,6 +180,6 @@ int main(int argc, char **argv)
         CRYPTO_mem_leaks(bio_err);
     
         return 0;
    -    }
    +}
     
     #endif
    diff --git a/openssl/crypto/krb5/krb5_asn.c b/openssl/crypto/krb5/krb5_asn.c
    index 1fb741d2a..d9851e973 100644
    --- a/openssl/crypto/krb5/krb5_asn.c
    +++ b/openssl/crypto/krb5/krb5_asn.c
    @@ -1,7 +1,8 @@
     /* krb5_asn.c */
    -/* Written by Vern Staats  for the OpenSSL project,
    -** using ocsp/{*.h,*asn*.c} as a starting point
    -*/
    +/*
    + * Written by Vern Staats  for the OpenSSL project, **
    + * using ocsp/{*.h,*asn*.c} as a starting point
    + */
     /* ====================================================================
      * Copyright (c) 2000 The OpenSSL Project.  All rights reserved.
      *
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -61,107 +62,101 @@
     
     
     ASN1_SEQUENCE(KRB5_ENCDATA) = {
    -	ASN1_EXP(KRB5_ENCDATA, etype,		ASN1_INTEGER,	  0),
    -	ASN1_EXP_OPT(KRB5_ENCDATA, kvno,	ASN1_INTEGER,	  1),
    -	ASN1_EXP(KRB5_ENCDATA, cipher,		ASN1_OCTET_STRING,2)
    +        ASN1_EXP(KRB5_ENCDATA, etype,           ASN1_INTEGER,     0),
    +        ASN1_EXP_OPT(KRB5_ENCDATA, kvno,        ASN1_INTEGER,     1),
    +        ASN1_EXP(KRB5_ENCDATA, cipher,          ASN1_OCTET_STRING,2)
     } ASN1_SEQUENCE_END(KRB5_ENCDATA)
     
     IMPLEMENT_ASN1_FUNCTIONS(KRB5_ENCDATA)
     
     
     ASN1_SEQUENCE(KRB5_PRINCNAME) = {
    -	ASN1_EXP(KRB5_PRINCNAME, nametype,	ASN1_INTEGER,	  0),
    -	ASN1_EXP_SEQUENCE_OF(KRB5_PRINCNAME, namestring, ASN1_GENERALSTRING, 1)
    +        ASN1_EXP(KRB5_PRINCNAME, nametype,      ASN1_INTEGER,     0),
    +        ASN1_EXP_SEQUENCE_OF(KRB5_PRINCNAME, namestring, ASN1_GENERALSTRING, 1)
     } ASN1_SEQUENCE_END(KRB5_PRINCNAME)
     
     IMPLEMENT_ASN1_FUNCTIONS(KRB5_PRINCNAME)
     
    -
     /* [APPLICATION 1] = 0x61 */
     ASN1_SEQUENCE(KRB5_TKTBODY) = {
    -	ASN1_EXP(KRB5_TKTBODY, tktvno,		ASN1_INTEGER,	  0),
    -	ASN1_EXP(KRB5_TKTBODY, realm, 		ASN1_GENERALSTRING, 1),
    -	ASN1_EXP(KRB5_TKTBODY, sname,		KRB5_PRINCNAME,	  2),
    -	ASN1_EXP(KRB5_TKTBODY, encdata,		KRB5_ENCDATA,	  3)
    +        ASN1_EXP(KRB5_TKTBODY, tktvno,          ASN1_INTEGER,     0),
    +        ASN1_EXP(KRB5_TKTBODY, realm,           ASN1_GENERALSTRING, 1),
    +        ASN1_EXP(KRB5_TKTBODY, sname,           KRB5_PRINCNAME,   2),
    +        ASN1_EXP(KRB5_TKTBODY, encdata,         KRB5_ENCDATA,     3)
     } ASN1_SEQUENCE_END(KRB5_TKTBODY)
     
     IMPLEMENT_ASN1_FUNCTIONS(KRB5_TKTBODY)
     
     
    -ASN1_ITEM_TEMPLATE(KRB5_TICKET) = 
    -	ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_EXPTAG|ASN1_TFLG_APPLICATION, 1,
    -			KRB5_TICKET, KRB5_TKTBODY)
    +ASN1_ITEM_TEMPLATE(KRB5_TICKET) =
    +        ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_EXPTAG|ASN1_TFLG_APPLICATION, 1,
    +                        KRB5_TICKET, KRB5_TKTBODY)
     ASN1_ITEM_TEMPLATE_END(KRB5_TICKET)
     
     IMPLEMENT_ASN1_FUNCTIONS(KRB5_TICKET)
     
    -
     /* [APPLICATION 14] = 0x6e */
     ASN1_SEQUENCE(KRB5_APREQBODY) = {
    -	ASN1_EXP(KRB5_APREQBODY, pvno,		ASN1_INTEGER,	  0),
    -	ASN1_EXP(KRB5_APREQBODY, msgtype,	ASN1_INTEGER,	  1),
    -	ASN1_EXP(KRB5_APREQBODY, apoptions,	ASN1_BIT_STRING,  2),
    -	ASN1_EXP(KRB5_APREQBODY, ticket, 	KRB5_TICKET,	  3),
    -	ASN1_EXP(KRB5_APREQBODY, authenticator,	KRB5_ENCDATA,	  4),
    +        ASN1_EXP(KRB5_APREQBODY, pvno,          ASN1_INTEGER,     0),
    +        ASN1_EXP(KRB5_APREQBODY, msgtype,       ASN1_INTEGER,     1),
    +        ASN1_EXP(KRB5_APREQBODY, apoptions,     ASN1_BIT_STRING,  2),
    +        ASN1_EXP(KRB5_APREQBODY, ticket,        KRB5_TICKET,      3),
    +        ASN1_EXP(KRB5_APREQBODY, authenticator, KRB5_ENCDATA,     4),
     } ASN1_SEQUENCE_END(KRB5_APREQBODY)
     
     IMPLEMENT_ASN1_FUNCTIONS(KRB5_APREQBODY)
     
    -ASN1_ITEM_TEMPLATE(KRB5_APREQ) = 
    -	ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_EXPTAG|ASN1_TFLG_APPLICATION, 14,
    -			KRB5_APREQ, KRB5_APREQBODY)
    +ASN1_ITEM_TEMPLATE(KRB5_APREQ) =
    +        ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_EXPTAG|ASN1_TFLG_APPLICATION, 14,
    +                        KRB5_APREQ, KRB5_APREQBODY)
     ASN1_ITEM_TEMPLATE_END(KRB5_APREQ)
     
     IMPLEMENT_ASN1_FUNCTIONS(KRB5_APREQ)
     
    -
    -/*  Authenticator stuff 	*/
    +/*  Authenticator stuff         */
     
     ASN1_SEQUENCE(KRB5_CHECKSUM) = {
    -	ASN1_EXP(KRB5_CHECKSUM, ctype,		ASN1_INTEGER,	  0),
    -	ASN1_EXP(KRB5_CHECKSUM, checksum,	ASN1_OCTET_STRING,1)
    +        ASN1_EXP(KRB5_CHECKSUM, ctype,          ASN1_INTEGER,     0),
    +        ASN1_EXP(KRB5_CHECKSUM, checksum,       ASN1_OCTET_STRING,1)
     } ASN1_SEQUENCE_END(KRB5_CHECKSUM)
     
     IMPLEMENT_ASN1_FUNCTIONS(KRB5_CHECKSUM)
     
     
     ASN1_SEQUENCE(KRB5_ENCKEY) = {
    -	ASN1_EXP(KRB5_ENCKEY,	ktype,		ASN1_INTEGER,	  0),
    -	ASN1_EXP(KRB5_ENCKEY,	keyvalue,	ASN1_OCTET_STRING,1)
    +        ASN1_EXP(KRB5_ENCKEY,   ktype,          ASN1_INTEGER,     0),
    +        ASN1_EXP(KRB5_ENCKEY,   keyvalue,       ASN1_OCTET_STRING,1)
     } ASN1_SEQUENCE_END(KRB5_ENCKEY)
     
     IMPLEMENT_ASN1_FUNCTIONS(KRB5_ENCKEY)
     
    -
     /* SEQ OF SEQ; see ASN1_EXP_SEQUENCE_OF_OPT() below */
     ASN1_SEQUENCE(KRB5_AUTHDATA) = {
    -	ASN1_EXP(KRB5_AUTHDATA,	adtype,		ASN1_INTEGER,	  0),
    -	ASN1_EXP(KRB5_AUTHDATA,	addata, 	ASN1_OCTET_STRING,1)
    +        ASN1_EXP(KRB5_AUTHDATA, adtype,         ASN1_INTEGER,     0),
    +        ASN1_EXP(KRB5_AUTHDATA, addata,         ASN1_OCTET_STRING,1)
     } ASN1_SEQUENCE_END(KRB5_AUTHDATA)
     
     IMPLEMENT_ASN1_FUNCTIONS(KRB5_AUTHDATA)
     
    -
     /* [APPLICATION 2] = 0x62 */
     ASN1_SEQUENCE(KRB5_AUTHENTBODY) = {
    -	ASN1_EXP(KRB5_AUTHENTBODY,	avno,	ASN1_INTEGER,	  0),
    -	ASN1_EXP(KRB5_AUTHENTBODY,	crealm,	ASN1_GENERALSTRING, 1),
    -	ASN1_EXP(KRB5_AUTHENTBODY,	cname,	KRB5_PRINCNAME,	  2),
    -	ASN1_EXP_OPT(KRB5_AUTHENTBODY,	cksum,	KRB5_CHECKSUM,	  3),
    -	ASN1_EXP(KRB5_AUTHENTBODY,	cusec,	ASN1_INTEGER,	  4),
    -	ASN1_EXP(KRB5_AUTHENTBODY,	ctime,	ASN1_GENERALIZEDTIME, 5),
    -	ASN1_EXP_OPT(KRB5_AUTHENTBODY,	subkey,	KRB5_ENCKEY,	  6),
    -	ASN1_EXP_OPT(KRB5_AUTHENTBODY,	seqnum,	ASN1_INTEGER,	  7),
    -	ASN1_EXP_SEQUENCE_OF_OPT
    -		    (KRB5_AUTHENTBODY,	authorization,	KRB5_AUTHDATA, 8),
    +        ASN1_EXP(KRB5_AUTHENTBODY,      avno,   ASN1_INTEGER,     0),
    +        ASN1_EXP(KRB5_AUTHENTBODY,      crealm, ASN1_GENERALSTRING, 1),
    +        ASN1_EXP(KRB5_AUTHENTBODY,      cname,  KRB5_PRINCNAME,   2),
    +        ASN1_EXP_OPT(KRB5_AUTHENTBODY,  cksum,  KRB5_CHECKSUM,    3),
    +        ASN1_EXP(KRB5_AUTHENTBODY,      cusec,  ASN1_INTEGER,     4),
    +        ASN1_EXP(KRB5_AUTHENTBODY,      ctime,  ASN1_GENERALIZEDTIME, 5),
    +        ASN1_EXP_OPT(KRB5_AUTHENTBODY,  subkey, KRB5_ENCKEY,      6),
    +        ASN1_EXP_OPT(KRB5_AUTHENTBODY,  seqnum, ASN1_INTEGER,     7),
    +        ASN1_EXP_SEQUENCE_OF_OPT
    +                    (KRB5_AUTHENTBODY,  authorization,  KRB5_AUTHDATA, 8),
     } ASN1_SEQUENCE_END(KRB5_AUTHENTBODY)
     
     IMPLEMENT_ASN1_FUNCTIONS(KRB5_AUTHENTBODY)
     
    -ASN1_ITEM_TEMPLATE(KRB5_AUTHENT) = 
    -	ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_EXPTAG|ASN1_TFLG_APPLICATION, 2,
    -			KRB5_AUTHENT, KRB5_AUTHENTBODY)
    +ASN1_ITEM_TEMPLATE(KRB5_AUTHENT) =
    +        ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_EXPTAG|ASN1_TFLG_APPLICATION, 2,
    +                        KRB5_AUTHENT, KRB5_AUTHENTBODY)
     ASN1_ITEM_TEMPLATE_END(KRB5_AUTHENT)
     
     IMPLEMENT_ASN1_FUNCTIONS(KRB5_AUTHENT)
    -
    diff --git a/openssl/crypto/krb5/krb5_asn.h b/openssl/crypto/krb5/krb5_asn.h
    index 41725d0dc..9cf5a26dd 100644
    --- a/openssl/crypto/krb5/krb5_asn.h
    +++ b/openssl/crypto/krb5/krb5_asn.h
    @@ -1,7 +1,8 @@
     /* krb5_asn.h */
    -/* Written by Vern Staats  for the OpenSSL project,
    -** using ocsp/{*.h,*asn*.c} as a starting point
    -*/
    +/*
    + * Written by Vern Staats  for the OpenSSL project, **
    + * using ocsp/{*.h,*asn*.c} as a starting point
    + */
     
     /* ====================================================================
      * Copyright (c) 1998-2000 The OpenSSL Project.  All rights reserved.
    @@ -11,7 +12,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -58,177 +59,161 @@
      */
     
     #ifndef HEADER_KRB5_ASN_H
    -#define HEADER_KRB5_ASN_H
    +# define HEADER_KRB5_ASN_H
     
     /*
    -#include 
    -*/
    -#include 
    + * #include 
    + */
    +# include 
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    +/*
    + * ASN.1 from Kerberos RFC 1510
    + */
     
    -/*	ASN.1 from Kerberos RFC 1510
    -*/
    -
    -/*	EncryptedData ::=   SEQUENCE {
    -**		etype[0]                      INTEGER, -- EncryptionType
    -**		kvno[1]                       INTEGER OPTIONAL,
    -**		cipher[2]                     OCTET STRING -- ciphertext
    -**	}
    -*/
    -typedef	struct	krb5_encdata_st
    -	{
    -	ASN1_INTEGER			*etype;
    -	ASN1_INTEGER			*kvno;
    -	ASN1_OCTET_STRING		*cipher;
    -	}	KRB5_ENCDATA;
    +/*-     EncryptedData ::=   SEQUENCE {
    + *              etype[0]                      INTEGER, -- EncryptionType
    + *              kvno[1]                       INTEGER OPTIONAL,
    + *              cipher[2]                     OCTET STRING -- ciphertext
    + *      }
    + */
    +typedef struct krb5_encdata_st {
    +    ASN1_INTEGER *etype;
    +    ASN1_INTEGER *kvno;
    +    ASN1_OCTET_STRING *cipher;
    +} KRB5_ENCDATA;
     
     DECLARE_STACK_OF(KRB5_ENCDATA)
     
    -/*	PrincipalName ::=   SEQUENCE {
    -**		name-type[0]                  INTEGER,
    -**		name-string[1]                SEQUENCE OF GeneralString
    -**	}
    -*/
    -typedef	struct	krb5_princname_st
    -	{
    -	ASN1_INTEGER			*nametype;
    -	STACK_OF(ASN1_GENERALSTRING)	*namestring;
    -	}	KRB5_PRINCNAME;
    +/*-     PrincipalName ::=   SEQUENCE {
    + *              name-type[0]                  INTEGER,
    + *              name-string[1]                SEQUENCE OF GeneralString
    + *      }
    + */
    +typedef struct krb5_princname_st {
    +    ASN1_INTEGER *nametype;
    +    STACK_OF(ASN1_GENERALSTRING) *namestring;
    +} KRB5_PRINCNAME;
     
     DECLARE_STACK_OF(KRB5_PRINCNAME)
     
    -
    -/*	Ticket ::=	[APPLICATION 1] SEQUENCE {
    -**		tkt-vno[0]                    INTEGER,
    -**		realm[1]                      Realm,
    -**		sname[2]                      PrincipalName,
    -**		enc-part[3]                   EncryptedData
    -**	}
    -*/
    -typedef	struct	krb5_tktbody_st
    -	{
    -	ASN1_INTEGER			*tktvno;
    -	ASN1_GENERALSTRING		*realm;
    -	KRB5_PRINCNAME			*sname;
    -	KRB5_ENCDATA			*encdata;
    -	}	KRB5_TKTBODY;
    +/*-     Ticket ::=      [APPLICATION 1] SEQUENCE {
    + *              tkt-vno[0]                    INTEGER,
    + *              realm[1]                      Realm,
    + *              sname[2]                      PrincipalName,
    + *              enc-part[3]                   EncryptedData
    + *      }
    + */
    +typedef struct krb5_tktbody_st {
    +    ASN1_INTEGER *tktvno;
    +    ASN1_GENERALSTRING *realm;
    +    KRB5_PRINCNAME *sname;
    +    KRB5_ENCDATA *encdata;
    +} KRB5_TKTBODY;
     
     typedef STACK_OF(KRB5_TKTBODY) KRB5_TICKET;
     DECLARE_STACK_OF(KRB5_TKTBODY)
     
    -
    -/*	AP-REQ ::=      [APPLICATION 14] SEQUENCE {
    -**		pvno[0]                       INTEGER,
    -**		msg-type[1]                   INTEGER,
    -**		ap-options[2]                 APOptions,
    -**		ticket[3]                     Ticket,
    -**		authenticator[4]              EncryptedData
    -**	}
    -**
    -**	APOptions ::=   BIT STRING {
    -**		reserved(0), use-session-key(1), mutual-required(2) }
    -*/
    -typedef	struct	krb5_ap_req_st
    -	{
    -	ASN1_INTEGER			*pvno;
    -	ASN1_INTEGER			*msgtype;
    -	ASN1_BIT_STRING			*apoptions;
    -	KRB5_TICKET			*ticket;
    -	KRB5_ENCDATA			*authenticator;
    -	}	KRB5_APREQBODY;
    +/*-     AP-REQ ::=      [APPLICATION 14] SEQUENCE {
    + *              pvno[0]                       INTEGER,
    + *              msg-type[1]                   INTEGER,
    + *              ap-options[2]                 APOptions,
    + *              ticket[3]                     Ticket,
    + *              authenticator[4]              EncryptedData
    + *      }
    + *
    + *      APOptions ::=   BIT STRING {
    + *              reserved(0), use-session-key(1), mutual-required(2) }
    + */
    +typedef struct krb5_ap_req_st {
    +    ASN1_INTEGER *pvno;
    +    ASN1_INTEGER *msgtype;
    +    ASN1_BIT_STRING *apoptions;
    +    KRB5_TICKET *ticket;
    +    KRB5_ENCDATA *authenticator;
    +} KRB5_APREQBODY;
     
     typedef STACK_OF(KRB5_APREQBODY) KRB5_APREQ;
     DECLARE_STACK_OF(KRB5_APREQBODY)
     
    +/*      Authenticator Stuff     */
     
    -/*	Authenticator Stuff	*/
    -
    -
    -/*	Checksum ::=   SEQUENCE {
    -**		cksumtype[0]                  INTEGER,
    -**		checksum[1]                   OCTET STRING
    -**	}
    -*/
    -typedef	struct	krb5_checksum_st
    -	{
    -	ASN1_INTEGER			*ctype;
    -	ASN1_OCTET_STRING		*checksum;
    -	}	KRB5_CHECKSUM;
    +/*-     Checksum ::=   SEQUENCE {
    + *              cksumtype[0]                  INTEGER,
    + *              checksum[1]                   OCTET STRING
    + *      }
    + */
    +typedef struct krb5_checksum_st {
    +    ASN1_INTEGER *ctype;
    +    ASN1_OCTET_STRING *checksum;
    +} KRB5_CHECKSUM;
     
     DECLARE_STACK_OF(KRB5_CHECKSUM)
     
    -
    -/*	EncryptionKey ::=   SEQUENCE {
    -**		keytype[0]                    INTEGER,
    -**		keyvalue[1]                   OCTET STRING
    -**	}
    -*/
    -typedef struct  krb5_encryptionkey_st
    -	{
    -	ASN1_INTEGER			*ktype;
    -	ASN1_OCTET_STRING		*keyvalue;
    -	}	KRB5_ENCKEY;
    +/*-     EncryptionKey ::=   SEQUENCE {
    + *              keytype[0]                    INTEGER,
    + *              keyvalue[1]                   OCTET STRING
    + *      }
    + */
    +typedef struct krb5_encryptionkey_st {
    +    ASN1_INTEGER *ktype;
    +    ASN1_OCTET_STRING *keyvalue;
    +} KRB5_ENCKEY;
     
     DECLARE_STACK_OF(KRB5_ENCKEY)
     
    -
    -/*	AuthorizationData ::=   SEQUENCE OF SEQUENCE {
    -**		ad-type[0]                    INTEGER,
    -**              ad-data[1]                    OCTET STRING
    -**	}
    -*/
    -typedef struct	krb5_authorization_st
    -	{
    -	ASN1_INTEGER			*adtype;
    -	ASN1_OCTET_STRING		*addata;
    -	}	KRB5_AUTHDATA;
    +/*-     AuthorizationData ::=   SEQUENCE OF SEQUENCE {
    + *              ad-type[0]                    INTEGER,
    + *              ad-data[1]                    OCTET STRING
    + *      }
    + */
    +typedef struct krb5_authorization_st {
    +    ASN1_INTEGER *adtype;
    +    ASN1_OCTET_STRING *addata;
    +} KRB5_AUTHDATA;
     
     DECLARE_STACK_OF(KRB5_AUTHDATA)
     
    -			
    -/*	-- Unencrypted authenticator
    -**	Authenticator ::=    [APPLICATION 2] SEQUENCE    {
    -**		authenticator-vno[0]          INTEGER,
    -**		crealm[1]                     Realm,
    -**		cname[2]                      PrincipalName,
    -**		cksum[3]                      Checksum OPTIONAL,
    -**		cusec[4]                      INTEGER,
    -**		ctime[5]                      KerberosTime,
    -**		subkey[6]                     EncryptionKey OPTIONAL,
    -**		seq-number[7]                 INTEGER OPTIONAL,
    -**		authorization-data[8]         AuthorizationData OPTIONAL
    -**	}
    -*/
    -typedef struct	krb5_authenticator_st
    -	{
    -	ASN1_INTEGER			*avno;
    -	ASN1_GENERALSTRING		*crealm;
    -	KRB5_PRINCNAME			*cname;
    -	KRB5_CHECKSUM			*cksum;
    -	ASN1_INTEGER			*cusec;
    -	ASN1_GENERALIZEDTIME		*ctime;
    -	KRB5_ENCKEY			*subkey;
    -	ASN1_INTEGER			*seqnum;
    -	KRB5_AUTHDATA			*authorization;
    -	}	KRB5_AUTHENTBODY;
    +/*-     -- Unencrypted authenticator
    + *      Authenticator ::=    [APPLICATION 2] SEQUENCE    {
    + *              authenticator-vno[0]          INTEGER,
    + *              crealm[1]                     Realm,
    + *              cname[2]                      PrincipalName,
    + *              cksum[3]                      Checksum OPTIONAL,
    + *              cusec[4]                      INTEGER,
    + *              ctime[5]                      KerberosTime,
    + *              subkey[6]                     EncryptionKey OPTIONAL,
    + *              seq-number[7]                 INTEGER OPTIONAL,
    + *              authorization-data[8]         AuthorizationData OPTIONAL
    + *      }
    + */
    +typedef struct krb5_authenticator_st {
    +    ASN1_INTEGER *avno;
    +    ASN1_GENERALSTRING *crealm;
    +    KRB5_PRINCNAME *cname;
    +    KRB5_CHECKSUM *cksum;
    +    ASN1_INTEGER *cusec;
    +    ASN1_GENERALIZEDTIME *ctime;
    +    KRB5_ENCKEY *subkey;
    +    ASN1_INTEGER *seqnum;
    +    KRB5_AUTHDATA *authorization;
    +} KRB5_AUTHENTBODY;
     
     typedef STACK_OF(KRB5_AUTHENTBODY) KRB5_AUTHENT;
     DECLARE_STACK_OF(KRB5_AUTHENTBODY)
     
    -
    -/*  DECLARE_ASN1_FUNCTIONS(type) = DECLARE_ASN1_FUNCTIONS_name(type, type) =
    -**	type *name##_new(void);
    -**	void name##_free(type *a);
    -**	DECLARE_ASN1_ENCODE_FUNCTIONS(type, name, name) =
    -**	 DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) =
    -**	  type *d2i_##name(type **a, const unsigned char **in, long len);
    -**	  int i2d_##name(type *a, unsigned char **out);
    -**	  DECLARE_ASN1_ITEM(itname) = OPENSSL_EXTERN const ASN1_ITEM itname##_it
    -*/
    +/*-  DECLARE_ASN1_FUNCTIONS(type) = DECLARE_ASN1_FUNCTIONS_name(type, type) =
    + *      type *name##_new(void);
    + *      void name##_free(type *a);
    + *      DECLARE_ASN1_ENCODE_FUNCTIONS(type, name, name) =
    + *       DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) =
    + *        type *d2i_##name(type **a, const unsigned char **in, long len);
    + *        int i2d_##name(type *a, unsigned char **out);
    + *        DECLARE_ASN1_ITEM(itname) = OPENSSL_EXTERN const ASN1_ITEM itname##_it
    + */
     
     DECLARE_ASN1_FUNCTIONS(KRB5_ENCDATA)
     DECLARE_ASN1_FUNCTIONS(KRB5_PRINCNAME)
    @@ -243,9 +228,9 @@ DECLARE_ASN1_FUNCTIONS(KRB5_AUTHDATA)
     DECLARE_ASN1_FUNCTIONS(KRB5_AUTHENTBODY)
     DECLARE_ASN1_FUNCTIONS(KRB5_AUTHENT)
     
    -
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     
    @@ -253,4 +238,3 @@ DECLARE_ASN1_FUNCTIONS(KRB5_AUTHENT)
     }
     #endif
     #endif
    -
    diff --git a/openssl/crypto/lhash/lh_stats.c b/openssl/crypto/lhash/lh_stats.c
    index 815615e33..0bfec2322 100644
    --- a/openssl/crypto/lhash/lh_stats.c
    +++ b/openssl/crypto/lhash/lh_stats.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -59,190 +59,188 @@
     #include 
     #include 
     #include 
    -/* If you wish to build this outside of SSLeay, remove the following lines
    - * and things should work as expected */
    +/*
    + * If you wish to build this outside of SSLeay, remove the following lines
    + * and things should work as expected
    + */
     #include "cryptlib.h"
     
     #ifndef OPENSSL_NO_BIO
    -#include 
    +# include 
     #endif
     #include 
     
     #ifdef OPENSSL_NO_BIO
     
     void lh_stats(LHASH *lh, FILE *out)
    -	{
    -	fprintf(out,"num_items             = %lu\n",lh->num_items);
    -	fprintf(out,"num_nodes             = %u\n",lh->num_nodes);
    -	fprintf(out,"num_alloc_nodes       = %u\n",lh->num_alloc_nodes);
    -	fprintf(out,"num_expands           = %lu\n",lh->num_expands);
    -	fprintf(out,"num_expand_reallocs   = %lu\n",lh->num_expand_reallocs);
    -	fprintf(out,"num_contracts         = %lu\n",lh->num_contracts);
    -	fprintf(out,"num_contract_reallocs = %lu\n",lh->num_contract_reallocs);
    -	fprintf(out,"num_hash_calls        = %lu\n",lh->num_hash_calls);
    -	fprintf(out,"num_comp_calls        = %lu\n",lh->num_comp_calls);
    -	fprintf(out,"num_insert            = %lu\n",lh->num_insert);
    -	fprintf(out,"num_replace           = %lu\n",lh->num_replace);
    -	fprintf(out,"num_delete            = %lu\n",lh->num_delete);
    -	fprintf(out,"num_no_delete         = %lu\n",lh->num_no_delete);
    -	fprintf(out,"num_retrieve          = %lu\n",lh->num_retrieve);
    -	fprintf(out,"num_retrieve_miss     = %lu\n",lh->num_retrieve_miss);
    -	fprintf(out,"num_hash_comps        = %lu\n",lh->num_hash_comps);
    -#if 0
    -	fprintf(out,"p                     = %u\n",lh->p);
    -	fprintf(out,"pmax                  = %u\n",lh->pmax);
    -	fprintf(out,"up_load               = %lu\n",lh->up_load);
    -	fprintf(out,"down_load             = %lu\n",lh->down_load);
    -#endif
    -	}
    +{
    +    fprintf(out, "num_items             = %lu\n", lh->num_items);
    +    fprintf(out, "num_nodes             = %u\n", lh->num_nodes);
    +    fprintf(out, "num_alloc_nodes       = %u\n", lh->num_alloc_nodes);
    +    fprintf(out, "num_expands           = %lu\n", lh->num_expands);
    +    fprintf(out, "num_expand_reallocs   = %lu\n", lh->num_expand_reallocs);
    +    fprintf(out, "num_contracts         = %lu\n", lh->num_contracts);
    +    fprintf(out, "num_contract_reallocs = %lu\n", lh->num_contract_reallocs);
    +    fprintf(out, "num_hash_calls        = %lu\n", lh->num_hash_calls);
    +    fprintf(out, "num_comp_calls        = %lu\n", lh->num_comp_calls);
    +    fprintf(out, "num_insert            = %lu\n", lh->num_insert);
    +    fprintf(out, "num_replace           = %lu\n", lh->num_replace);
    +    fprintf(out, "num_delete            = %lu\n", lh->num_delete);
    +    fprintf(out, "num_no_delete         = %lu\n", lh->num_no_delete);
    +    fprintf(out, "num_retrieve          = %lu\n", lh->num_retrieve);
    +    fprintf(out, "num_retrieve_miss     = %lu\n", lh->num_retrieve_miss);
    +    fprintf(out, "num_hash_comps        = %lu\n", lh->num_hash_comps);
    +# if 0
    +    fprintf(out, "p                     = %u\n", lh->p);
    +    fprintf(out, "pmax                  = %u\n", lh->pmax);
    +    fprintf(out, "up_load               = %lu\n", lh->up_load);
    +    fprintf(out, "down_load             = %lu\n", lh->down_load);
    +# endif
    +}
     
     void lh_node_stats(LHASH *lh, FILE *out)
    -	{
    -	LHASH_NODE *n;
    -	unsigned int i,num;
    -
    -	for (i=0; inum_nodes; i++)
    -		{
    -		for (n=lh->b[i],num=0; n != NULL; n=n->next)
    -			num++;
    -		fprintf(out,"node %6u -> %3u\n",i,num);
    -		}
    -	}
    +{
    +    LHASH_NODE *n;
    +    unsigned int i, num;
    +
    +    for (i = 0; i < lh->num_nodes; i++) {
    +        for (n = lh->b[i], num = 0; n != NULL; n = n->next)
    +            num++;
    +        fprintf(out, "node %6u -> %3u\n", i, num);
    +    }
    +}
     
     void lh_node_usage_stats(LHASH *lh, FILE *out)
    -	{
    -	LHASH_NODE *n;
    -	unsigned long num;
    -	unsigned int i;
    -	unsigned long total=0,n_used=0;
    -
    -	for (i=0; inum_nodes; i++)
    -		{
    -		for (n=lh->b[i],num=0; n != NULL; n=n->next)
    -			num++;
    -		if (num != 0)
    -			{
    -			n_used++;
    -			total+=num;
    -			}
    -		}
    -	fprintf(out,"%lu nodes used out of %u\n",n_used,lh->num_nodes);
    -	fprintf(out,"%lu items\n",total);
    -	if (n_used == 0) return;
    -	fprintf(out,"load %d.%02d  actual load %d.%02d\n",
    -		(int)(total/lh->num_nodes),
    -		(int)((total%lh->num_nodes)*100/lh->num_nodes),
    -		(int)(total/n_used),
    -		(int)((total%n_used)*100/n_used));
    -	}
    +{
    +    LHASH_NODE *n;
    +    unsigned long num;
    +    unsigned int i;
    +    unsigned long total = 0, n_used = 0;
    +
    +    for (i = 0; i < lh->num_nodes; i++) {
    +        for (n = lh->b[i], num = 0; n != NULL; n = n->next)
    +            num++;
    +        if (num != 0) {
    +            n_used++;
    +            total += num;
    +        }
    +    }
    +    fprintf(out, "%lu nodes used out of %u\n", n_used, lh->num_nodes);
    +    fprintf(out, "%lu items\n", total);
    +    if (n_used == 0)
    +        return;
    +    fprintf(out, "load %d.%02d  actual load %d.%02d\n",
    +            (int)(total / lh->num_nodes),
    +            (int)((total % lh->num_nodes) * 100 / lh->num_nodes),
    +            (int)(total / n_used), (int)((total % n_used) * 100 / n_used));
    +}
     
     #else
     
    -#ifndef OPENSSL_NO_FP_API
    +# ifndef OPENSSL_NO_FP_API
     void lh_stats(const _LHASH *lh, FILE *fp)
    -	{
    -	BIO *bp;
    -
    -	bp=BIO_new(BIO_s_file());
    -	if (bp == NULL) goto end;
    -	BIO_set_fp(bp,fp,BIO_NOCLOSE);
    -	lh_stats_bio(lh,bp);
    -	BIO_free(bp);
    -end:;
    -	}
    +{
    +    BIO *bp;
    +
    +    bp = BIO_new(BIO_s_file());
    +    if (bp == NULL)
    +        goto end;
    +    BIO_set_fp(bp, fp, BIO_NOCLOSE);
    +    lh_stats_bio(lh, bp);
    +    BIO_free(bp);
    + end:;
    +}
     
     void lh_node_stats(const _LHASH *lh, FILE *fp)
    -	{
    -	BIO *bp;
    -
    -	bp=BIO_new(BIO_s_file());
    -	if (bp == NULL) goto end;
    -	BIO_set_fp(bp,fp,BIO_NOCLOSE);
    -	lh_node_stats_bio(lh,bp);
    -	BIO_free(bp);
    -end:;
    -	}
    +{
    +    BIO *bp;
    +
    +    bp = BIO_new(BIO_s_file());
    +    if (bp == NULL)
    +        goto end;
    +    BIO_set_fp(bp, fp, BIO_NOCLOSE);
    +    lh_node_stats_bio(lh, bp);
    +    BIO_free(bp);
    + end:;
    +}
     
     void lh_node_usage_stats(const _LHASH *lh, FILE *fp)
    -	{
    -	BIO *bp;
    +{
    +    BIO *bp;
     
    -	bp=BIO_new(BIO_s_file());
    -	if (bp == NULL) goto end;
    -	BIO_set_fp(bp,fp,BIO_NOCLOSE);
    -	lh_node_usage_stats_bio(lh,bp);
    -	BIO_free(bp);
    -end:;
    -	}
    +    bp = BIO_new(BIO_s_file());
    +    if (bp == NULL)
    +        goto end;
    +    BIO_set_fp(bp, fp, BIO_NOCLOSE);
    +    lh_node_usage_stats_bio(lh, bp);
    +    BIO_free(bp);
    + end:;
    +}
     
    -#endif
    +# endif
     
     void lh_stats_bio(const _LHASH *lh, BIO *out)
    -	{
    -	BIO_printf(out,"num_items             = %lu\n",lh->num_items);
    -	BIO_printf(out,"num_nodes             = %u\n",lh->num_nodes);
    -	BIO_printf(out,"num_alloc_nodes       = %u\n",lh->num_alloc_nodes);
    -	BIO_printf(out,"num_expands           = %lu\n",lh->num_expands);
    -	BIO_printf(out,"num_expand_reallocs   = %lu\n",
    -		   lh->num_expand_reallocs);
    -	BIO_printf(out,"num_contracts         = %lu\n",lh->num_contracts);
    -	BIO_printf(out,"num_contract_reallocs = %lu\n",
    -		   lh->num_contract_reallocs);
    -	BIO_printf(out,"num_hash_calls        = %lu\n",lh->num_hash_calls);
    -	BIO_printf(out,"num_comp_calls        = %lu\n",lh->num_comp_calls);
    -	BIO_printf(out,"num_insert            = %lu\n",lh->num_insert);
    -	BIO_printf(out,"num_replace           = %lu\n",lh->num_replace);
    -	BIO_printf(out,"num_delete            = %lu\n",lh->num_delete);
    -	BIO_printf(out,"num_no_delete         = %lu\n",lh->num_no_delete);
    -	BIO_printf(out,"num_retrieve          = %lu\n",lh->num_retrieve);
    -	BIO_printf(out,"num_retrieve_miss     = %lu\n",lh->num_retrieve_miss);
    -	BIO_printf(out,"num_hash_comps        = %lu\n",lh->num_hash_comps);
    -#if 0
    -	BIO_printf(out,"p                     = %u\n",lh->p);
    -	BIO_printf(out,"pmax                  = %u\n",lh->pmax);
    -	BIO_printf(out,"up_load               = %lu\n",lh->up_load);
    -	BIO_printf(out,"down_load             = %lu\n",lh->down_load);
    -#endif
    -	}
    +{
    +    BIO_printf(out, "num_items             = %lu\n", lh->num_items);
    +    BIO_printf(out, "num_nodes             = %u\n", lh->num_nodes);
    +    BIO_printf(out, "num_alloc_nodes       = %u\n", lh->num_alloc_nodes);
    +    BIO_printf(out, "num_expands           = %lu\n", lh->num_expands);
    +    BIO_printf(out, "num_expand_reallocs   = %lu\n", lh->num_expand_reallocs);
    +    BIO_printf(out, "num_contracts         = %lu\n", lh->num_contracts);
    +    BIO_printf(out, "num_contract_reallocs = %lu\n",
    +               lh->num_contract_reallocs);
    +    BIO_printf(out, "num_hash_calls        = %lu\n", lh->num_hash_calls);
    +    BIO_printf(out, "num_comp_calls        = %lu\n", lh->num_comp_calls);
    +    BIO_printf(out, "num_insert            = %lu\n", lh->num_insert);
    +    BIO_printf(out, "num_replace           = %lu\n", lh->num_replace);
    +    BIO_printf(out, "num_delete            = %lu\n", lh->num_delete);
    +    BIO_printf(out, "num_no_delete         = %lu\n", lh->num_no_delete);
    +    BIO_printf(out, "num_retrieve          = %lu\n", lh->num_retrieve);
    +    BIO_printf(out, "num_retrieve_miss     = %lu\n", lh->num_retrieve_miss);
    +    BIO_printf(out, "num_hash_comps        = %lu\n", lh->num_hash_comps);
    +# if 0
    +    BIO_printf(out, "p                     = %u\n", lh->p);
    +    BIO_printf(out, "pmax                  = %u\n", lh->pmax);
    +    BIO_printf(out, "up_load               = %lu\n", lh->up_load);
    +    BIO_printf(out, "down_load             = %lu\n", lh->down_load);
    +# endif
    +}
     
     void lh_node_stats_bio(const _LHASH *lh, BIO *out)
    -	{
    -	LHASH_NODE *n;
    -	unsigned int i,num;
    -
    -	for (i=0; inum_nodes; i++)
    -		{
    -		for (n=lh->b[i],num=0; n != NULL; n=n->next)
    -			num++;
    -		BIO_printf(out,"node %6u -> %3u\n",i,num);
    -		}
    -	}
    +{
    +    LHASH_NODE *n;
    +    unsigned int i, num;
    +
    +    for (i = 0; i < lh->num_nodes; i++) {
    +        for (n = lh->b[i], num = 0; n != NULL; n = n->next)
    +            num++;
    +        BIO_printf(out, "node %6u -> %3u\n", i, num);
    +    }
    +}
     
     void lh_node_usage_stats_bio(const _LHASH *lh, BIO *out)
    -	{
    -	LHASH_NODE *n;
    -	unsigned long num;
    -	unsigned int i;
    -	unsigned long total=0,n_used=0;
    -
    -	for (i=0; inum_nodes; i++)
    -		{
    -		for (n=lh->b[i],num=0; n != NULL; n=n->next)
    -			num++;
    -		if (num != 0)
    -			{
    -			n_used++;
    -			total+=num;
    -			}
    -		}
    -	BIO_printf(out,"%lu nodes used out of %u\n",n_used,lh->num_nodes);
    -	BIO_printf(out,"%lu items\n",total);
    -	if (n_used == 0) return;
    -	BIO_printf(out,"load %d.%02d  actual load %d.%02d\n",
    -		   (int)(total/lh->num_nodes),
    -		   (int)((total%lh->num_nodes)*100/lh->num_nodes),
    -		   (int)(total/n_used),
    -		   (int)((total%n_used)*100/n_used));
    -	}
    +{
    +    LHASH_NODE *n;
    +    unsigned long num;
    +    unsigned int i;
    +    unsigned long total = 0, n_used = 0;
    +
    +    for (i = 0; i < lh->num_nodes; i++) {
    +        for (n = lh->b[i], num = 0; n != NULL; n = n->next)
    +            num++;
    +        if (num != 0) {
    +            n_used++;
    +            total += num;
    +        }
    +    }
    +    BIO_printf(out, "%lu nodes used out of %u\n", n_used, lh->num_nodes);
    +    BIO_printf(out, "%lu items\n", total);
    +    if (n_used == 0)
    +        return;
    +    BIO_printf(out, "load %d.%02d  actual load %d.%02d\n",
    +               (int)(total / lh->num_nodes),
    +               (int)((total % lh->num_nodes) * 100 / lh->num_nodes),
    +               (int)(total / n_used), (int)((total % n_used) * 100 / n_used));
    +}
     
     #endif
    diff --git a/openssl/crypto/lhash/lh_test.c b/openssl/crypto/lhash/lh_test.c
    index 85700c859..d9db83f7a 100644
    --- a/openssl/crypto/lhash/lh_test.c
    +++ b/openssl/crypto/lhash/lh_test.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,27 +62,27 @@
     #include 
     
     main()
    -	{
    -	LHASH *conf;
    -	char buf[256];
    -	int i;
    +{
    +    LHASH *conf;
    +    char buf[256];
    +    int i;
     
    -	conf=lh_new(lh_strhash,strcmp);
    -	for (;;)
    -		{
    -		char *p;
    +    conf = lh_new(lh_strhash, strcmp);
    +    for (;;) {
    +        char *p;
     
    -		buf[0]='\0';
    -		fgets(buf,256,stdin);
    -		if (buf[0] == '\0') break;
    -		i=strlen(buf);
    -		p=OPENSSL_malloc(i+1);
    -		memcpy(p,buf,i+1);
    -		lh_insert(conf,p);
    -		}
    +        buf[0] = '\0';
    +        fgets(buf, 256, stdin);
    +        if (buf[0] == '\0')
    +            break;
    +        i = strlen(buf);
    +        p = OPENSSL_malloc(i + 1);
    +        memcpy(p, buf, i + 1);
    +        lh_insert(conf, p);
    +    }
     
    -	lh_node_stats(conf,stdout);
    -	lh_stats(conf,stdout);
    -	lh_node_usage_stats(conf,stdout);
    -	exit(0);
    -	}
    +    lh_node_stats(conf, stdout);
    +    lh_stats(conf, stdout);
    +    lh_node_usage_stats(conf, stdout);
    +    exit(0);
    +}
    diff --git a/openssl/crypto/lhash/lhash.c b/openssl/crypto/lhash/lhash.c
    index 47f748081..53c5c138b 100644
    --- a/openssl/crypto/lhash/lhash.c
    +++ b/openssl/crypto/lhash/lhash.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,32 +49,33 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
     
    -/* Code for dynamic hash table routines
    +/*-
    + * Code for dynamic hash table routines
      * Author - Eric Young v 2.0
      *
      * 2.2 eay - added #include "crypto.h" so the memory leak checking code is
    - *	     present. eay 18-Jun-98
    + *           present. eay 18-Jun-98
      *
      * 2.1 eay - Added an 'error in last operation' flag. eay 6-May-98
      *
      * 2.0 eay - Fixed a bug that occurred when using lh_delete
    - *	     from inside lh_doall().  As entries were deleted,
    - *	     the 'table' was 'contract()ed', making some entries
    - *	     jump from the end of the table to the start, there by
    - *	     skipping the lh_doall() processing. eay - 4/12/95
    + *           from inside lh_doall().  As entries were deleted,
    + *           the 'table' was 'contract()ed', making some entries
    + *           jump from the end of the table to the start, there by
    + *           skipping the lh_doall() processing. eay - 4/12/95
      *
      * 1.9 eay - Fixed a memory leak in lh_free, the LHASH_NODEs
    - *	     were not being free()ed. 21/11/95
    + *           were not being free()ed. 21/11/95
      *
      * 1.8 eay - Put the stats routines into a separate file, lh_stats.c
    - *	     19/09/95
    + *           19/09/95
      *
      * 1.7 eay - Removed the fputs() for realloc failures - the code
      *           should silently tolerate them.  I have also fixed things
    @@ -100,376 +101,358 @@
     #include 
     #include 
     
    -const char lh_version[]="lhash" OPENSSL_VERSION_PTEXT;
    +const char lh_version[] = "lhash" OPENSSL_VERSION_PTEXT;
     
    -#undef MIN_NODES 
    -#define MIN_NODES	16
    -#define UP_LOAD		(2*LH_LOAD_MULT) /* load times 256  (default 2) */
    -#define DOWN_LOAD	(LH_LOAD_MULT)   /* load times 256  (default 1) */
    +#undef MIN_NODES
    +#define MIN_NODES       16
    +#define UP_LOAD         (2*LH_LOAD_MULT) /* load times 256 (default 2) */
    +#define DOWN_LOAD       (LH_LOAD_MULT) /* load times 256 (default 1) */
     
     static void expand(_LHASH *lh);
     static void contract(_LHASH *lh);
     static LHASH_NODE **getrn(_LHASH *lh, const void *data, unsigned long *rhash);
     
     _LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c)
    -	{
    -	_LHASH *ret;
    -	int i;
    -
    -	if ((ret=OPENSSL_malloc(sizeof(_LHASH))) == NULL)
    -		goto err0;
    -	if ((ret->b=OPENSSL_malloc(sizeof(LHASH_NODE *)*MIN_NODES)) == NULL)
    -		goto err1;
    -	for (i=0; ib[i]=NULL;
    -	ret->comp=((c == NULL)?(LHASH_COMP_FN_TYPE)strcmp:c);
    -	ret->hash=((h == NULL)?(LHASH_HASH_FN_TYPE)lh_strhash:h);
    -	ret->num_nodes=MIN_NODES/2;
    -	ret->num_alloc_nodes=MIN_NODES;
    -	ret->p=0;
    -	ret->pmax=MIN_NODES/2;
    -	ret->up_load=UP_LOAD;
    -	ret->down_load=DOWN_LOAD;
    -	ret->num_items=0;
    -
    -	ret->num_expands=0;
    -	ret->num_expand_reallocs=0;
    -	ret->num_contracts=0;
    -	ret->num_contract_reallocs=0;
    -	ret->num_hash_calls=0;
    -	ret->num_comp_calls=0;
    -	ret->num_insert=0;
    -	ret->num_replace=0;
    -	ret->num_delete=0;
    -	ret->num_no_delete=0;
    -	ret->num_retrieve=0;
    -	ret->num_retrieve_miss=0;
    -	ret->num_hash_comps=0;
    -
    -	ret->error=0;
    -	return(ret);
    -err1:
    -	OPENSSL_free(ret);
    -err0:
    -	return(NULL);
    -	}
    +{
    +    _LHASH *ret;
    +    int i;
    +
    +    if ((ret = OPENSSL_malloc(sizeof(_LHASH))) == NULL)
    +        goto err0;
    +    if ((ret->b = OPENSSL_malloc(sizeof(LHASH_NODE *) * MIN_NODES)) == NULL)
    +        goto err1;
    +    for (i = 0; i < MIN_NODES; i++)
    +        ret->b[i] = NULL;
    +    ret->comp = ((c == NULL) ? (LHASH_COMP_FN_TYPE)strcmp : c);
    +    ret->hash = ((h == NULL) ? (LHASH_HASH_FN_TYPE)lh_strhash : h);
    +    ret->num_nodes = MIN_NODES / 2;
    +    ret->num_alloc_nodes = MIN_NODES;
    +    ret->p = 0;
    +    ret->pmax = MIN_NODES / 2;
    +    ret->up_load = UP_LOAD;
    +    ret->down_load = DOWN_LOAD;
    +    ret->num_items = 0;
    +
    +    ret->num_expands = 0;
    +    ret->num_expand_reallocs = 0;
    +    ret->num_contracts = 0;
    +    ret->num_contract_reallocs = 0;
    +    ret->num_hash_calls = 0;
    +    ret->num_comp_calls = 0;
    +    ret->num_insert = 0;
    +    ret->num_replace = 0;
    +    ret->num_delete = 0;
    +    ret->num_no_delete = 0;
    +    ret->num_retrieve = 0;
    +    ret->num_retrieve_miss = 0;
    +    ret->num_hash_comps = 0;
    +
    +    ret->error = 0;
    +    return (ret);
    + err1:
    +    OPENSSL_free(ret);
    + err0:
    +    return (NULL);
    +}
     
     void lh_free(_LHASH *lh)
    -	{
    -	unsigned int i;
    -	LHASH_NODE *n,*nn;
    -
    -	if (lh == NULL)
    -	    return;
    -
    -	for (i=0; inum_nodes; i++)
    -		{
    -		n=lh->b[i];
    -		while (n != NULL)
    -			{
    -			nn=n->next;
    -			OPENSSL_free(n);
    -			n=nn;
    -			}
    -		}
    -	OPENSSL_free(lh->b);
    -	OPENSSL_free(lh);
    -	}
    +{
    +    unsigned int i;
    +    LHASH_NODE *n, *nn;
    +
    +    if (lh == NULL)
    +        return;
    +
    +    for (i = 0; i < lh->num_nodes; i++) {
    +        n = lh->b[i];
    +        while (n != NULL) {
    +            nn = n->next;
    +            OPENSSL_free(n);
    +            n = nn;
    +        }
    +    }
    +    OPENSSL_free(lh->b);
    +    OPENSSL_free(lh);
    +}
     
     void *lh_insert(_LHASH *lh, void *data)
    -	{
    -	unsigned long hash;
    -	LHASH_NODE *nn,**rn;
    -	void *ret;
    -
    -	lh->error=0;
    -	if (lh->up_load <= (lh->num_items*LH_LOAD_MULT/lh->num_nodes))
    -		expand(lh);
    -
    -	rn=getrn(lh,data,&hash);
    -
    -	if (*rn == NULL)
    -		{
    -		if ((nn=(LHASH_NODE *)OPENSSL_malloc(sizeof(LHASH_NODE))) == NULL)
    -			{
    -			lh->error++;
    -			return(NULL);
    -			}
    -		nn->data=data;
    -		nn->next=NULL;
    +{
    +    unsigned long hash;
    +    LHASH_NODE *nn, **rn;
    +    void *ret;
    +
    +    lh->error = 0;
    +    if (lh->up_load <= (lh->num_items * LH_LOAD_MULT / lh->num_nodes))
    +        expand(lh);
    +
    +    rn = getrn(lh, data, &hash);
    +
    +    if (*rn == NULL) {
    +        if ((nn = (LHASH_NODE *)OPENSSL_malloc(sizeof(LHASH_NODE))) == NULL) {
    +            lh->error++;
    +            return (NULL);
    +        }
    +        nn->data = data;
    +        nn->next = NULL;
     #ifndef OPENSSL_NO_HASH_COMP
    -		nn->hash=hash;
    +        nn->hash = hash;
     #endif
    -		*rn=nn;
    -		ret=NULL;
    -		lh->num_insert++;
    -		lh->num_items++;
    -		}
    -	else /* replace same key */
    -		{
    -		ret= (*rn)->data;
    -		(*rn)->data=data;
    -		lh->num_replace++;
    -		}
    -	return(ret);
    -	}
    +        *rn = nn;
    +        ret = NULL;
    +        lh->num_insert++;
    +        lh->num_items++;
    +    } else {                    /* replace same key */
    +
    +        ret = (*rn)->data;
    +        (*rn)->data = data;
    +        lh->num_replace++;
    +    }
    +    return (ret);
    +}
     
     void *lh_delete(_LHASH *lh, const void *data)
    -	{
    -	unsigned long hash;
    -	LHASH_NODE *nn,**rn;
    -	void *ret;
    -
    -	lh->error=0;
    -	rn=getrn(lh,data,&hash);
    -
    -	if (*rn == NULL)
    -		{
    -		lh->num_no_delete++;
    -		return(NULL);
    -		}
    -	else
    -		{
    -		nn= *rn;
    -		*rn=nn->next;
    -		ret=nn->data;
    -		OPENSSL_free(nn);
    -		lh->num_delete++;
    -		}
    -
    -	lh->num_items--;
    -	if ((lh->num_nodes > MIN_NODES) &&
    -		(lh->down_load >= (lh->num_items*LH_LOAD_MULT/lh->num_nodes)))
    -		contract(lh);
    -
    -	return(ret);
    -	}
    +{
    +    unsigned long hash;
    +    LHASH_NODE *nn, **rn;
    +    void *ret;
    +
    +    lh->error = 0;
    +    rn = getrn(lh, data, &hash);
    +
    +    if (*rn == NULL) {
    +        lh->num_no_delete++;
    +        return (NULL);
    +    } else {
    +        nn = *rn;
    +        *rn = nn->next;
    +        ret = nn->data;
    +        OPENSSL_free(nn);
    +        lh->num_delete++;
    +    }
    +
    +    lh->num_items--;
    +    if ((lh->num_nodes > MIN_NODES) &&
    +        (lh->down_load >= (lh->num_items * LH_LOAD_MULT / lh->num_nodes)))
    +        contract(lh);
    +
    +    return (ret);
    +}
     
     void *lh_retrieve(_LHASH *lh, const void *data)
    -	{
    -	unsigned long hash;
    -	LHASH_NODE **rn;
    -	void *ret;
    -
    -	lh->error=0;
    -	rn=getrn(lh,data,&hash);
    -
    -	if (*rn == NULL)
    -		{
    -		lh->num_retrieve_miss++;
    -		return(NULL);
    -		}
    -	else
    -		{
    -		ret= (*rn)->data;
    -		lh->num_retrieve++;
    -		}
    -	return(ret);
    -	}
    +{
    +    unsigned long hash;
    +    LHASH_NODE **rn;
    +    void *ret;
    +
    +    lh->error = 0;
    +    rn = getrn(lh, data, &hash);
    +
    +    if (*rn == NULL) {
    +        lh->num_retrieve_miss++;
    +        return (NULL);
    +    } else {
    +        ret = (*rn)->data;
    +        lh->num_retrieve++;
    +    }
    +    return (ret);
    +}
     
     static void doall_util_fn(_LHASH *lh, int use_arg, LHASH_DOALL_FN_TYPE func,
    -			  LHASH_DOALL_ARG_FN_TYPE func_arg, void *arg)
    -	{
    -	int i;
    -	LHASH_NODE *a,*n;
    -
    -	if (lh == NULL)
    -		return;
    -
    -	/* reverse the order so we search from 'top to bottom'
    -	 * We were having memory leaks otherwise */
    -	for (i=lh->num_nodes-1; i>=0; i--)
    -		{
    -		a=lh->b[i];
    -		while (a != NULL)
    -			{
    -			/* 28/05/91 - eay - n added so items can be deleted
    -			 * via lh_doall */
    -			/* 22/05/08 - ben - eh? since a is not passed,
    -			 * this should not be needed */
    -			n=a->next;
    -			if(use_arg)
    -				func_arg(a->data,arg);
    -			else
    -				func(a->data);
    -			a=n;
    -			}
    -		}
    -	}
    +                          LHASH_DOALL_ARG_FN_TYPE func_arg, void *arg)
    +{
    +    int i;
    +    LHASH_NODE *a, *n;
    +
    +    if (lh == NULL)
    +        return;
    +
    +    /*
    +     * reverse the order so we search from 'top to bottom' We were having
    +     * memory leaks otherwise
    +     */
    +    for (i = lh->num_nodes - 1; i >= 0; i--) {
    +        a = lh->b[i];
    +        while (a != NULL) {
    +            /*
    +             * 28/05/91 - eay - n added so items can be deleted via lh_doall
    +             */
    +            /*
    +             * 22/05/08 - ben - eh? since a is not passed, this should not be
    +             * needed
    +             */
    +            n = a->next;
    +            if (use_arg)
    +                func_arg(a->data, arg);
    +            else
    +                func(a->data);
    +            a = n;
    +        }
    +    }
    +}
     
     void lh_doall(_LHASH *lh, LHASH_DOALL_FN_TYPE func)
    -	{
    -	doall_util_fn(lh, 0, func, (LHASH_DOALL_ARG_FN_TYPE)0, NULL);
    -	}
    +{
    +    doall_util_fn(lh, 0, func, (LHASH_DOALL_ARG_FN_TYPE)0, NULL);
    +}
     
     void lh_doall_arg(_LHASH *lh, LHASH_DOALL_ARG_FN_TYPE func, void *arg)
    -	{
    -	doall_util_fn(lh, 1, (LHASH_DOALL_FN_TYPE)0, func, arg);
    -	}
    +{
    +    doall_util_fn(lh, 1, (LHASH_DOALL_FN_TYPE)0, func, arg);
    +}
     
     static void expand(_LHASH *lh)
    -	{
    -	LHASH_NODE **n,**n1,**n2,*np;
    -	unsigned int p,i,j;
    -	unsigned long hash,nni;
    -
    -	lh->num_nodes++;
    -	lh->num_expands++;
    -	p=(int)lh->p++;
    -	n1= &(lh->b[p]);
    -	n2= &(lh->b[p+(int)lh->pmax]);
    -	*n2=NULL;        /* 27/07/92 - eay - undefined pointer bug */
    -	nni=lh->num_alloc_nodes;
    -	
    -	for (np= *n1; np != NULL; )
    -		{
    +{
    +    LHASH_NODE **n, **n1, **n2, *np;
    +    unsigned int p, i, j;
    +    unsigned long hash, nni;
    +
    +    lh->num_nodes++;
    +    lh->num_expands++;
    +    p = (int)lh->p++;
    +    n1 = &(lh->b[p]);
    +    n2 = &(lh->b[p + (int)lh->pmax]);
    +    *n2 = NULL;                 /* 27/07/92 - eay - undefined pointer bug */
    +    nni = lh->num_alloc_nodes;
    +
    +    for (np = *n1; np != NULL;) {
     #ifndef OPENSSL_NO_HASH_COMP
    -		hash=np->hash;
    +        hash = np->hash;
     #else
    -		hash=lh->hash(np->data);
    -		lh->num_hash_calls++;
    +        hash = lh->hash(np->data);
    +        lh->num_hash_calls++;
     #endif
    -		if ((hash%nni) != p)
    -			{ /* move it */
    -			*n1= (*n1)->next;
    -			np->next= *n2;
    -			*n2=np;
    -			}
    -		else
    -			n1= &((*n1)->next);
    -		np= *n1;
    -		}
    -
    -	if ((lh->p) >= lh->pmax)
    -		{
    -		j=(int)lh->num_alloc_nodes*2;
    -		n=(LHASH_NODE **)OPENSSL_realloc(lh->b,
    -			(int)(sizeof(LHASH_NODE *)*j));
    -		if (n == NULL)
    -			{
    -/*			fputs("realloc error in lhash",stderr); */
    -			lh->error++;
    -			lh->p=0;
    -			return;
    -			}
    -		/* else */
    -		for (i=(int)lh->num_alloc_nodes; ipmax=lh->num_alloc_nodes;
    -		lh->num_alloc_nodes=j;
    -		lh->num_expand_reallocs++;
    -		lh->p=0;
    -		lh->b=n;
    -		}
    -	}
    +        if ((hash % nni) != p) { /* move it */
    +            *n1 = (*n1)->next;
    +            np->next = *n2;
    +            *n2 = np;
    +        } else
    +            n1 = &((*n1)->next);
    +        np = *n1;
    +    }
    +
    +    if ((lh->p) >= lh->pmax) {
    +        j = (int)lh->num_alloc_nodes * 2;
    +        n = (LHASH_NODE **)OPENSSL_realloc(lh->b,
    +                                           (int)(sizeof(LHASH_NODE *) * j));
    +        if (n == NULL) {
    +/*                      fputs("realloc error in lhash",stderr); */
    +            lh->error++;
    +            lh->p = 0;
    +            return;
    +        }
    +        /* else */
    +        for (i = (int)lh->num_alloc_nodes; i < j; i++) /* 26/02/92 eay */
    +            n[i] = NULL;        /* 02/03/92 eay */
    +        lh->pmax = lh->num_alloc_nodes;
    +        lh->num_alloc_nodes = j;
    +        lh->num_expand_reallocs++;
    +        lh->p = 0;
    +        lh->b = n;
    +    }
    +}
     
     static void contract(_LHASH *lh)
    -	{
    -	LHASH_NODE **n,*n1,*np;
    -
    -	np=lh->b[lh->p+lh->pmax-1];
    -	lh->b[lh->p+lh->pmax-1]=NULL; /* 24/07-92 - eay - weird but :-( */
    -	if (lh->p == 0)
    -		{
    -		n=(LHASH_NODE **)OPENSSL_realloc(lh->b,
    -			(unsigned int)(sizeof(LHASH_NODE *)*lh->pmax));
    -		if (n == NULL)
    -			{
    -/*			fputs("realloc error in lhash",stderr); */
    -			lh->error++;
    -			return;
    -			}
    -		lh->num_contract_reallocs++;
    -		lh->num_alloc_nodes/=2;
    -		lh->pmax/=2;
    -		lh->p=lh->pmax-1;
    -		lh->b=n;
    -		}
    -	else
    -		lh->p--;
    -
    -	lh->num_nodes--;
    -	lh->num_contracts++;
    -
    -	n1=lh->b[(int)lh->p];
    -	if (n1 == NULL)
    -		lh->b[(int)lh->p]=np;
    -	else
    -		{
    -		while (n1->next != NULL)
    -			n1=n1->next;
    -		n1->next=np;
    -		}
    -	}
    +{
    +    LHASH_NODE **n, *n1, *np;
    +
    +    np = lh->b[lh->p + lh->pmax - 1];
    +    lh->b[lh->p + lh->pmax - 1] = NULL; /* 24/07-92 - eay - weird but :-( */
    +    if (lh->p == 0) {
    +        n = (LHASH_NODE **)OPENSSL_realloc(lh->b,
    +                                           (unsigned int)(sizeof(LHASH_NODE *)
    +                                                          * lh->pmax));
    +        if (n == NULL) {
    +/*                      fputs("realloc error in lhash",stderr); */
    +            lh->error++;
    +            return;
    +        }
    +        lh->num_contract_reallocs++;
    +        lh->num_alloc_nodes /= 2;
    +        lh->pmax /= 2;
    +        lh->p = lh->pmax - 1;
    +        lh->b = n;
    +    } else
    +        lh->p--;
    +
    +    lh->num_nodes--;
    +    lh->num_contracts++;
    +
    +    n1 = lh->b[(int)lh->p];
    +    if (n1 == NULL)
    +        lh->b[(int)lh->p] = np;
    +    else {
    +        while (n1->next != NULL)
    +            n1 = n1->next;
    +        n1->next = np;
    +    }
    +}
     
     static LHASH_NODE **getrn(_LHASH *lh, const void *data, unsigned long *rhash)
    -	{
    -	LHASH_NODE **ret,*n1;
    -	unsigned long hash,nn;
    -	LHASH_COMP_FN_TYPE cf;
    -
    -	hash=(*(lh->hash))(data);
    -	lh->num_hash_calls++;
    -	*rhash=hash;
    -
    -	nn=hash%lh->pmax;
    -	if (nn < lh->p)
    -		nn=hash%lh->num_alloc_nodes;
    -
    -	cf=lh->comp;
    -	ret= &(lh->b[(int)nn]);
    -	for (n1= *ret; n1 != NULL; n1=n1->next)
    -		{
    +{
    +    LHASH_NODE **ret, *n1;
    +    unsigned long hash, nn;
    +    LHASH_COMP_FN_TYPE cf;
    +
    +    hash = (*(lh->hash)) (data);
    +    lh->num_hash_calls++;
    +    *rhash = hash;
    +
    +    nn = hash % lh->pmax;
    +    if (nn < lh->p)
    +        nn = hash % lh->num_alloc_nodes;
    +
    +    cf = lh->comp;
    +    ret = &(lh->b[(int)nn]);
    +    for (n1 = *ret; n1 != NULL; n1 = n1->next) {
     #ifndef OPENSSL_NO_HASH_COMP
    -		lh->num_hash_comps++;
    -		if (n1->hash != hash)
    -			{
    -			ret= &(n1->next);
    -			continue;
    -			}
    +        lh->num_hash_comps++;
    +        if (n1->hash != hash) {
    +            ret = &(n1->next);
    +            continue;
    +        }
     #endif
    -		lh->num_comp_calls++;
    -		if(cf(n1->data,data) == 0)
    -			break;
    -		ret= &(n1->next);
    -		}
    -	return(ret);
    -	}
    -
    -/* The following hash seems to work very well on normal text strings
    - * no collisions on /usr/dict/words and it distributes on %2^n quite
    - * well, not as good as MD5, but still good.
    +        lh->num_comp_calls++;
    +        if (cf(n1->data, data) == 0)
    +            break;
    +        ret = &(n1->next);
    +    }
    +    return (ret);
    +}
    +
    +/*
    + * The following hash seems to work very well on normal text strings no
    + * collisions on /usr/dict/words and it distributes on %2^n quite well, not
    + * as good as MD5, but still good.
      */
     unsigned long lh_strhash(const char *c)
    -	{
    -	unsigned long ret=0;
    -	long n;
    -	unsigned long v;
    -	int r;
    -
    -	if ((c == NULL) || (*c == '\0'))
    -		return(ret);
    -/*
    -	unsigned char b[16];
    -	MD5(c,strlen(c),b);
    -	return(b[0]|(b[1]<<8)|(b[2]<<16)|(b[3]<<24)); 
    +{
    +    unsigned long ret = 0;
    +    long n;
    +    unsigned long v;
    +    int r;
    +
    +    if ((c == NULL) || (*c == '\0'))
    +        return (ret);
    +/*-
    +    unsigned char b[16];
    +    MD5(c,strlen(c),b);
    +    return(b[0]|(b[1]<<8)|(b[2]<<16)|(b[3]<<24));
     */
     
    -	n=0x100;
    -	while (*c)
    -		{
    -		v=n|(*c);
    -		n+=0x100;
    -		r= (int)((v>>2)^v)&0x0f;
    -		ret=(ret<>(32-r));
    -		ret&=0xFFFFFFFFL;
    -		ret^=v*v;
    -		c++;
    -		}
    -	return((ret>>16)^ret);
    -	}
    +    n = 0x100;
    +    while (*c) {
    +        v = n | (*c);
    +        n += 0x100;
    +        r = (int)((v >> 2) ^ v) & 0x0f;
    +        ret = (ret << r) | (ret >> (32 - r));
    +        ret &= 0xFFFFFFFFL;
    +        ret ^= v * v;
    +        c++;
    +    }
    +    return ((ret >> 16) ^ ret);
    +}
     
     unsigned long lh_num_items(const _LHASH *lh)
    -	{
    -	return lh ? lh->num_items : 0;
    -	}
    +{
    +    return lh ? lh->num_items : 0;
    +}
    diff --git a/openssl/crypto/lhash/lhash.h b/openssl/crypto/lhash/lhash.h
    index e7d876359..b6c328bff 100644
    --- a/openssl/crypto/lhash/lhash.h
    +++ b/openssl/crypto/lhash/lhash.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,128 +49,128 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
     
    -/* Header for dynamic hash table routines
    - * Author - Eric Young
    +/*
    + * Header for dynamic hash table routines Author - Eric Young
      */
     
     #ifndef HEADER_LHASH_H
    -#define HEADER_LHASH_H
    +# define HEADER_LHASH_H
     
    -#include 
    -#ifndef OPENSSL_NO_FP_API
    -#include 
    -#endif
    +# include 
    +# ifndef OPENSSL_NO_FP_API
    +#  include 
    +# endif
     
    -#ifndef OPENSSL_NO_BIO
    -#include 
    -#endif
    +# ifndef OPENSSL_NO_BIO
    +#  include 
    +# endif
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -typedef struct lhash_node_st
    -	{
    -	void *data;
    -	struct lhash_node_st *next;
    -#ifndef OPENSSL_NO_HASH_COMP
    -	unsigned long hash;
    -#endif
    -	} LHASH_NODE;
    -
    -typedef int (*LHASH_COMP_FN_TYPE)(const void *, const void *);
    -typedef unsigned long (*LHASH_HASH_FN_TYPE)(const void *);
    -typedef void (*LHASH_DOALL_FN_TYPE)(void *);
    -typedef void (*LHASH_DOALL_ARG_FN_TYPE)(void *, void *);
    -
    -/* Macros for declaring and implementing type-safe wrappers for LHASH callbacks.
    - * This way, callbacks can be provided to LHASH structures without function
    - * pointer casting and the macro-defined callbacks provide per-variable casting
    - * before deferring to the underlying type-specific callbacks. NB: It is
    - * possible to place a "static" in front of both the DECLARE and IMPLEMENT
    - * macros if the functions are strictly internal. */
    +typedef struct lhash_node_st {
    +    void *data;
    +    struct lhash_node_st *next;
    +# ifndef OPENSSL_NO_HASH_COMP
    +    unsigned long hash;
    +# endif
    +} LHASH_NODE;
    +
    +typedef int (*LHASH_COMP_FN_TYPE) (const void *, const void *);
    +typedef unsigned long (*LHASH_HASH_FN_TYPE) (const void *);
    +typedef void (*LHASH_DOALL_FN_TYPE) (void *);
    +typedef void (*LHASH_DOALL_ARG_FN_TYPE) (void *, void *);
    +
    +/*
    + * Macros for declaring and implementing type-safe wrappers for LHASH
    + * callbacks. This way, callbacks can be provided to LHASH structures without
    + * function pointer casting and the macro-defined callbacks provide
    + * per-variable casting before deferring to the underlying type-specific
    + * callbacks. NB: It is possible to place a "static" in front of both the
    + * DECLARE and IMPLEMENT macros if the functions are strictly internal.
    + */
     
     /* First: "hash" functions */
    -#define DECLARE_LHASH_HASH_FN(name, o_type) \
    -	unsigned long name##_LHASH_HASH(const void *);
    -#define IMPLEMENT_LHASH_HASH_FN(name, o_type) \
    -	unsigned long name##_LHASH_HASH(const void *arg) { \
    -		const o_type *a = arg; \
    -		return name##_hash(a); }
    -#define LHASH_HASH_FN(name) name##_LHASH_HASH
    +# define DECLARE_LHASH_HASH_FN(name, o_type) \
    +        unsigned long name##_LHASH_HASH(const void *);
    +# define IMPLEMENT_LHASH_HASH_FN(name, o_type) \
    +        unsigned long name##_LHASH_HASH(const void *arg) { \
    +                const o_type *a = arg; \
    +                return name##_hash(a); }
    +# define LHASH_HASH_FN(name) name##_LHASH_HASH
     
     /* Second: "compare" functions */
    -#define DECLARE_LHASH_COMP_FN(name, o_type) \
    -	int name##_LHASH_COMP(const void *, const void *);
    -#define IMPLEMENT_LHASH_COMP_FN(name, o_type) \
    -	int name##_LHASH_COMP(const void *arg1, const void *arg2) { \
    -		const o_type *a = arg1;		    \
    -		const o_type *b = arg2; \
    -		return name##_cmp(a,b); }
    -#define LHASH_COMP_FN(name) name##_LHASH_COMP
    +# define DECLARE_LHASH_COMP_FN(name, o_type) \
    +        int name##_LHASH_COMP(const void *, const void *);
    +# define IMPLEMENT_LHASH_COMP_FN(name, o_type) \
    +        int name##_LHASH_COMP(const void *arg1, const void *arg2) { \
    +                const o_type *a = arg1;             \
    +                const o_type *b = arg2; \
    +                return name##_cmp(a,b); }
    +# define LHASH_COMP_FN(name) name##_LHASH_COMP
     
     /* Third: "doall" functions */
    -#define DECLARE_LHASH_DOALL_FN(name, o_type) \
    -	void name##_LHASH_DOALL(void *);
    -#define IMPLEMENT_LHASH_DOALL_FN(name, o_type) \
    -	void name##_LHASH_DOALL(void *arg) { \
    -		o_type *a = arg; \
    -		name##_doall(a); }
    -#define LHASH_DOALL_FN(name) name##_LHASH_DOALL
    +# define DECLARE_LHASH_DOALL_FN(name, o_type) \
    +        void name##_LHASH_DOALL(void *);
    +# define IMPLEMENT_LHASH_DOALL_FN(name, o_type) \
    +        void name##_LHASH_DOALL(void *arg) { \
    +                o_type *a = arg; \
    +                name##_doall(a); }
    +# define LHASH_DOALL_FN(name) name##_LHASH_DOALL
     
     /* Fourth: "doall_arg" functions */
    -#define DECLARE_LHASH_DOALL_ARG_FN(name, o_type, a_type) \
    -	void name##_LHASH_DOALL_ARG(void *, void *);
    -#define IMPLEMENT_LHASH_DOALL_ARG_FN(name, o_type, a_type) \
    -	void name##_LHASH_DOALL_ARG(void *arg1, void *arg2) { \
    -		o_type *a = arg1; \
    -		a_type *b = arg2; \
    -		name##_doall_arg(a, b); }
    -#define LHASH_DOALL_ARG_FN(name) name##_LHASH_DOALL_ARG
    -
    -typedef struct lhash_st
    -	{
    -	LHASH_NODE **b;
    -	LHASH_COMP_FN_TYPE comp;
    -	LHASH_HASH_FN_TYPE hash;
    -	unsigned int num_nodes;
    -	unsigned int num_alloc_nodes;
    -	unsigned int p;
    -	unsigned int pmax;
    -	unsigned long up_load; /* load times 256 */
    -	unsigned long down_load; /* load times 256 */
    -	unsigned long num_items;
    -
    -	unsigned long num_expands;
    -	unsigned long num_expand_reallocs;
    -	unsigned long num_contracts;
    -	unsigned long num_contract_reallocs;
    -	unsigned long num_hash_calls;
    -	unsigned long num_comp_calls;
    -	unsigned long num_insert;
    -	unsigned long num_replace;
    -	unsigned long num_delete;
    -	unsigned long num_no_delete;
    -	unsigned long num_retrieve;
    -	unsigned long num_retrieve_miss;
    -	unsigned long num_hash_comps;
    -
    -	int error;
    -	} _LHASH;	/* Do not use _LHASH directly, use LHASH_OF
    -			 * and friends */
    -
    -#define LH_LOAD_MULT	256
    -
    -/* Indicates a malloc() error in the last call, this is only bad
    - * in lh_insert(). */
    -#define lh_error(lh)	((lh)->error)
    +# define DECLARE_LHASH_DOALL_ARG_FN(name, o_type, a_type) \
    +        void name##_LHASH_DOALL_ARG(void *, void *);
    +# define IMPLEMENT_LHASH_DOALL_ARG_FN(name, o_type, a_type) \
    +        void name##_LHASH_DOALL_ARG(void *arg1, void *arg2) { \
    +                o_type *a = arg1; \
    +                a_type *b = arg2; \
    +                name##_doall_arg(a, b); }
    +# define LHASH_DOALL_ARG_FN(name) name##_LHASH_DOALL_ARG
    +
    +typedef struct lhash_st {
    +    LHASH_NODE **b;
    +    LHASH_COMP_FN_TYPE comp;
    +    LHASH_HASH_FN_TYPE hash;
    +    unsigned int num_nodes;
    +    unsigned int num_alloc_nodes;
    +    unsigned int p;
    +    unsigned int pmax;
    +    unsigned long up_load;      /* load times 256 */
    +    unsigned long down_load;    /* load times 256 */
    +    unsigned long num_items;
    +    unsigned long num_expands;
    +    unsigned long num_expand_reallocs;
    +    unsigned long num_contracts;
    +    unsigned long num_contract_reallocs;
    +    unsigned long num_hash_calls;
    +    unsigned long num_comp_calls;
    +    unsigned long num_insert;
    +    unsigned long num_replace;
    +    unsigned long num_delete;
    +    unsigned long num_no_delete;
    +    unsigned long num_retrieve;
    +    unsigned long num_retrieve_miss;
    +    unsigned long num_hash_comps;
    +    int error;
    +} _LHASH;                       /* Do not use _LHASH directly, use LHASH_OF
    +                                 * and friends */
    +
    +# define LH_LOAD_MULT    256
    +
    +/*
    + * Indicates a malloc() error in the last call, this is only bad in
    + * lh_insert().
    + */
    +# define lh_error(lh)    ((lh)->error)
     
     _LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c);
     void lh_free(_LHASH *lh);
    @@ -182,53 +182,53 @@ void lh_doall_arg(_LHASH *lh, LHASH_DOALL_ARG_FN_TYPE func, void *arg);
     unsigned long lh_strhash(const char *c);
     unsigned long lh_num_items(const _LHASH *lh);
     
    -#ifndef OPENSSL_NO_FP_API
    +# ifndef OPENSSL_NO_FP_API
     void lh_stats(const _LHASH *lh, FILE *out);
     void lh_node_stats(const _LHASH *lh, FILE *out);
     void lh_node_usage_stats(const _LHASH *lh, FILE *out);
    -#endif
    +# endif
     
    -#ifndef OPENSSL_NO_BIO
    +# ifndef OPENSSL_NO_BIO
     void lh_stats_bio(const _LHASH *lh, BIO *out);
     void lh_node_stats_bio(const _LHASH *lh, BIO *out);
     void lh_node_usage_stats_bio(const _LHASH *lh, BIO *out);
    -#endif
    +# endif
     
     /* Type checking... */
     
    -#define LHASH_OF(type) struct lhash_st_##type
    +# define LHASH_OF(type) struct lhash_st_##type
     
    -#define DECLARE_LHASH_OF(type) LHASH_OF(type) { int dummy; }
    +# define DECLARE_LHASH_OF(type) LHASH_OF(type) { int dummy; }
     
    -#define CHECKED_LHASH_OF(type,lh) \
    +# define CHECKED_LHASH_OF(type,lh) \
       ((_LHASH *)CHECKED_PTR_OF(LHASH_OF(type),lh))
     
     /* Define wrapper functions. */
    -#define LHM_lh_new(type, name) \
    +# define LHM_lh_new(type, name) \
       ((LHASH_OF(type) *)lh_new(LHASH_HASH_FN(name), LHASH_COMP_FN(name)))
    -#define LHM_lh_error(type, lh) \
    +# define LHM_lh_error(type, lh) \
       lh_error(CHECKED_LHASH_OF(type,lh))
    -#define LHM_lh_insert(type, lh, inst) \
    +# define LHM_lh_insert(type, lh, inst) \
       ((type *)lh_insert(CHECKED_LHASH_OF(type, lh), \
    -		     CHECKED_PTR_OF(type, inst)))
    -#define LHM_lh_retrieve(type, lh, inst) \
    +                     CHECKED_PTR_OF(type, inst)))
    +# define LHM_lh_retrieve(type, lh, inst) \
       ((type *)lh_retrieve(CHECKED_LHASH_OF(type, lh), \
    -		       CHECKED_PTR_OF(type, inst)))
    -#define LHM_lh_delete(type, lh, inst) \
    -  ((type *)lh_delete(CHECKED_LHASH_OF(type, lh),			\
    -		     CHECKED_PTR_OF(type, inst)))
    -#define LHM_lh_doall(type, lh,fn) lh_doall(CHECKED_LHASH_OF(type, lh), fn)
    -#define LHM_lh_doall_arg(type, lh, fn, arg_type, arg) \
    +                       CHECKED_PTR_OF(type, inst)))
    +# define LHM_lh_delete(type, lh, inst) \
    +  ((type *)lh_delete(CHECKED_LHASH_OF(type, lh),                        \
    +                     CHECKED_PTR_OF(type, inst)))
    +# define LHM_lh_doall(type, lh,fn) lh_doall(CHECKED_LHASH_OF(type, lh), fn)
    +# define LHM_lh_doall_arg(type, lh, fn, arg_type, arg) \
       lh_doall_arg(CHECKED_LHASH_OF(type, lh), fn, CHECKED_PTR_OF(arg_type, arg))
    -#define LHM_lh_num_items(type, lh) lh_num_items(CHECKED_LHASH_OF(type, lh))
    -#define LHM_lh_down_load(type, lh) (CHECKED_LHASH_OF(type, lh)->down_load)
    -#define LHM_lh_node_stats_bio(type, lh, out) \
    +# define LHM_lh_num_items(type, lh) lh_num_items(CHECKED_LHASH_OF(type, lh))
    +# define LHM_lh_down_load(type, lh) (CHECKED_LHASH_OF(type, lh)->down_load)
    +# define LHM_lh_node_stats_bio(type, lh, out) \
       lh_node_stats_bio(CHECKED_LHASH_OF(type, lh), out)
    -#define LHM_lh_node_usage_stats_bio(type, lh, out) \
    +# define LHM_lh_node_usage_stats_bio(type, lh, out) \
       lh_node_usage_stats_bio(CHECKED_LHASH_OF(type, lh), out)
    -#define LHM_lh_stats_bio(type, lh, out) \
    +# define LHM_lh_stats_bio(type, lh, out) \
       lh_stats_bio(CHECKED_LHASH_OF(type, lh), out)
    -#define LHM_lh_free(type, lh) lh_free(CHECKED_LHASH_OF(type, lh))
    +# define LHM_lh_free(type, lh) lh_free(CHECKED_LHASH_OF(type, lh))
     
     DECLARE_LHASH_OF(OPENSSL_STRING);
     DECLARE_LHASH_OF(OPENSSL_CSTRING);
    @@ -238,4 +238,3 @@ DECLARE_LHASH_OF(OPENSSL_CSTRING);
     #endif
     
     #endif
    -
    diff --git a/openssl/crypto/md2/md2.c b/openssl/crypto/md2/md2.c
    index f4d6f6226..584e34a64 100644
    --- a/openssl/crypto/md2/md2.c
    +++ b/openssl/crypto/md2/md2.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,65 +60,60 @@
     #include 
     #include 
     
    -#define BUFSIZE	1024*16
    +#define BUFSIZE 1024*16
     
     void do_fp(FILE *f);
     void pt(unsigned char *md);
     int read(int, void *, unsigned int);
     void exit(int);
     int main(int argc, char *argv[])
    -	{
    -	int i,err=0;
    -	FILE *IN;
    +{
    +    int i, err = 0;
    +    FILE *IN;
     
    -	if (argc == 1)
    -		{
    -		do_fp(stdin);
    -		}
    -	else
    -		{
    -		for (i=1; i /* OPENSSL_NO_MD2, MD2_INT */
    -#ifdef OPENSSL_NO_MD2
    -#error MD2 is disabled.
    -#endif
    -#include 
    +# include /* OPENSSL_NO_MD2, MD2_INT */
    +# ifdef OPENSSL_NO_MD2
    +#  error MD2 is disabled.
    +# endif
    +# include 
     
    -#define MD2_DIGEST_LENGTH	16
    -#define MD2_BLOCK       	16
    +# define MD2_DIGEST_LENGTH       16
    +# define MD2_BLOCK               16
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -typedef struct MD2state_st
    -	{
    -	unsigned int num;
    -	unsigned char data[MD2_BLOCK];
    -	MD2_INT cksm[MD2_BLOCK];
    -	MD2_INT state[MD2_BLOCK];
    -	} MD2_CTX;
    +typedef struct MD2state_st {
    +    unsigned int num;
    +    unsigned char data[MD2_BLOCK];
    +    MD2_INT cksm[MD2_BLOCK];
    +    MD2_INT state[MD2_BLOCK];
    +} MD2_CTX;
     
     const char *MD2_options(void);
    -#ifdef OPENSSL_FIPS
    +# ifdef OPENSSL_FIPS
     int private_MD2_Init(MD2_CTX *c);
    -#endif
    +# endif
     int MD2_Init(MD2_CTX *c);
     int MD2_Update(MD2_CTX *c, const unsigned char *data, size_t len);
     int MD2_Final(unsigned char *md, MD2_CTX *c);
    -unsigned char *MD2(const unsigned char *d, size_t n,unsigned char *md);
    +unsigned char *MD2(const unsigned char *d, size_t n, unsigned char *md);
     #ifdef  __cplusplus
     }
     #endif
    diff --git a/openssl/crypto/md2/md2_dgst.c b/openssl/crypto/md2/md2_dgst.c
    index bf89def73..9cd79f8d7 100644
    --- a/openssl/crypto/md2/md2_dgst.c
    +++ b/openssl/crypto/md2/md2_dgst.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,165 +63,162 @@
     #include 
     #include 
     
    -const char MD2_version[]="MD2" OPENSSL_VERSION_PTEXT;
    +const char MD2_version[] = "MD2" OPENSSL_VERSION_PTEXT;
     
    -/* Implemented from RFC1319 The MD2 Message-Digest Algorithm
    +/*
    + * Implemented from RFC1319 The MD2 Message-Digest Algorithm
      */
     
    -#define UCHAR	unsigned char
    +#define UCHAR   unsigned char
     
     static void md2_block(MD2_CTX *c, const unsigned char *d);
    -/* The magic S table - I have converted it to hex since it is
    - * basically just a random byte string. */
    -static const MD2_INT S[256]={
    -	0x29, 0x2E, 0x43, 0xC9, 0xA2, 0xD8, 0x7C, 0x01,
    -	0x3D, 0x36, 0x54, 0xA1, 0xEC, 0xF0, 0x06, 0x13,
    -	0x62, 0xA7, 0x05, 0xF3, 0xC0, 0xC7, 0x73, 0x8C,
    -	0x98, 0x93, 0x2B, 0xD9, 0xBC, 0x4C, 0x82, 0xCA,
    -	0x1E, 0x9B, 0x57, 0x3C, 0xFD, 0xD4, 0xE0, 0x16,
    -	0x67, 0x42, 0x6F, 0x18, 0x8A, 0x17, 0xE5, 0x12,
    -	0xBE, 0x4E, 0xC4, 0xD6, 0xDA, 0x9E, 0xDE, 0x49,
    -	0xA0, 0xFB, 0xF5, 0x8E, 0xBB, 0x2F, 0xEE, 0x7A,
    -	0xA9, 0x68, 0x79, 0x91, 0x15, 0xB2, 0x07, 0x3F,
    -	0x94, 0xC2, 0x10, 0x89, 0x0B, 0x22, 0x5F, 0x21,
    -	0x80, 0x7F, 0x5D, 0x9A, 0x5A, 0x90, 0x32, 0x27,
    -	0x35, 0x3E, 0xCC, 0xE7, 0xBF, 0xF7, 0x97, 0x03,
    -	0xFF, 0x19, 0x30, 0xB3, 0x48, 0xA5, 0xB5, 0xD1,
    -	0xD7, 0x5E, 0x92, 0x2A, 0xAC, 0x56, 0xAA, 0xC6,
    -	0x4F, 0xB8, 0x38, 0xD2, 0x96, 0xA4, 0x7D, 0xB6,
    -	0x76, 0xFC, 0x6B, 0xE2, 0x9C, 0x74, 0x04, 0xF1,
    -	0x45, 0x9D, 0x70, 0x59, 0x64, 0x71, 0x87, 0x20,
    -	0x86, 0x5B, 0xCF, 0x65, 0xE6, 0x2D, 0xA8, 0x02,
    -	0x1B, 0x60, 0x25, 0xAD, 0xAE, 0xB0, 0xB9, 0xF6,
    -	0x1C, 0x46, 0x61, 0x69, 0x34, 0x40, 0x7E, 0x0F,
    -	0x55, 0x47, 0xA3, 0x23, 0xDD, 0x51, 0xAF, 0x3A,
    -	0xC3, 0x5C, 0xF9, 0xCE, 0xBA, 0xC5, 0xEA, 0x26,
    -	0x2C, 0x53, 0x0D, 0x6E, 0x85, 0x28, 0x84, 0x09,
    -	0xD3, 0xDF, 0xCD, 0xF4, 0x41, 0x81, 0x4D, 0x52,
    -	0x6A, 0xDC, 0x37, 0xC8, 0x6C, 0xC1, 0xAB, 0xFA,
    -	0x24, 0xE1, 0x7B, 0x08, 0x0C, 0xBD, 0xB1, 0x4A,
    -	0x78, 0x88, 0x95, 0x8B, 0xE3, 0x63, 0xE8, 0x6D,
    -	0xE9, 0xCB, 0xD5, 0xFE, 0x3B, 0x00, 0x1D, 0x39,
    -	0xF2, 0xEF, 0xB7, 0x0E, 0x66, 0x58, 0xD0, 0xE4,
    -	0xA6, 0x77, 0x72, 0xF8, 0xEB, 0x75, 0x4B, 0x0A,
    -	0x31, 0x44, 0x50, 0xB4, 0x8F, 0xED, 0x1F, 0x1A,
    -	0xDB, 0x99, 0x8D, 0x33, 0x9F, 0x11, 0x83, 0x14,
    -	};
    +/*
    + * The magic S table - I have converted it to hex since it is basically just
    + * a random byte string.
    + */
    +static const MD2_INT S[256] = {
    +    0x29, 0x2E, 0x43, 0xC9, 0xA2, 0xD8, 0x7C, 0x01,
    +    0x3D, 0x36, 0x54, 0xA1, 0xEC, 0xF0, 0x06, 0x13,
    +    0x62, 0xA7, 0x05, 0xF3, 0xC0, 0xC7, 0x73, 0x8C,
    +    0x98, 0x93, 0x2B, 0xD9, 0xBC, 0x4C, 0x82, 0xCA,
    +    0x1E, 0x9B, 0x57, 0x3C, 0xFD, 0xD4, 0xE0, 0x16,
    +    0x67, 0x42, 0x6F, 0x18, 0x8A, 0x17, 0xE5, 0x12,
    +    0xBE, 0x4E, 0xC4, 0xD6, 0xDA, 0x9E, 0xDE, 0x49,
    +    0xA0, 0xFB, 0xF5, 0x8E, 0xBB, 0x2F, 0xEE, 0x7A,
    +    0xA9, 0x68, 0x79, 0x91, 0x15, 0xB2, 0x07, 0x3F,
    +    0x94, 0xC2, 0x10, 0x89, 0x0B, 0x22, 0x5F, 0x21,
    +    0x80, 0x7F, 0x5D, 0x9A, 0x5A, 0x90, 0x32, 0x27,
    +    0x35, 0x3E, 0xCC, 0xE7, 0xBF, 0xF7, 0x97, 0x03,
    +    0xFF, 0x19, 0x30, 0xB3, 0x48, 0xA5, 0xB5, 0xD1,
    +    0xD7, 0x5E, 0x92, 0x2A, 0xAC, 0x56, 0xAA, 0xC6,
    +    0x4F, 0xB8, 0x38, 0xD2, 0x96, 0xA4, 0x7D, 0xB6,
    +    0x76, 0xFC, 0x6B, 0xE2, 0x9C, 0x74, 0x04, 0xF1,
    +    0x45, 0x9D, 0x70, 0x59, 0x64, 0x71, 0x87, 0x20,
    +    0x86, 0x5B, 0xCF, 0x65, 0xE6, 0x2D, 0xA8, 0x02,
    +    0x1B, 0x60, 0x25, 0xAD, 0xAE, 0xB0, 0xB9, 0xF6,
    +    0x1C, 0x46, 0x61, 0x69, 0x34, 0x40, 0x7E, 0x0F,
    +    0x55, 0x47, 0xA3, 0x23, 0xDD, 0x51, 0xAF, 0x3A,
    +    0xC3, 0x5C, 0xF9, 0xCE, 0xBA, 0xC5, 0xEA, 0x26,
    +    0x2C, 0x53, 0x0D, 0x6E, 0x85, 0x28, 0x84, 0x09,
    +    0xD3, 0xDF, 0xCD, 0xF4, 0x41, 0x81, 0x4D, 0x52,
    +    0x6A, 0xDC, 0x37, 0xC8, 0x6C, 0xC1, 0xAB, 0xFA,
    +    0x24, 0xE1, 0x7B, 0x08, 0x0C, 0xBD, 0xB1, 0x4A,
    +    0x78, 0x88, 0x95, 0x8B, 0xE3, 0x63, 0xE8, 0x6D,
    +    0xE9, 0xCB, 0xD5, 0xFE, 0x3B, 0x00, 0x1D, 0x39,
    +    0xF2, 0xEF, 0xB7, 0x0E, 0x66, 0x58, 0xD0, 0xE4,
    +    0xA6, 0x77, 0x72, 0xF8, 0xEB, 0x75, 0x4B, 0x0A,
    +    0x31, 0x44, 0x50, 0xB4, 0x8F, 0xED, 0x1F, 0x1A,
    +    0xDB, 0x99, 0x8D, 0x33, 0x9F, 0x11, 0x83, 0x14,
    +};
     
     const char *MD2_options(void)
    -	{
    -	if (sizeof(MD2_INT) == 1)
    -		return("md2(char)");
    -	else
    -		return("md2(int)");
    -	}
    +{
    +    if (sizeof(MD2_INT) == 1)
    +        return ("md2(char)");
    +    else
    +        return ("md2(int)");
    +}
     
     fips_md_init(MD2)
    -	{
    -	c->num=0;
    -	memset(c->state,0,sizeof c->state);
    -	memset(c->cksm,0,sizeof c->cksm);
    -	memset(c->data,0,sizeof c->data);
    -	return 1;
    -	}
    +{
    +    c->num = 0;
    +    memset(c->state, 0, sizeof c->state);
    +    memset(c->cksm, 0, sizeof c->cksm);
    +    memset(c->data, 0, sizeof c->data);
    +    return 1;
    +}
     
     int MD2_Update(MD2_CTX *c, const unsigned char *data, size_t len)
    -	{
    -	register UCHAR *p;
    -
    -	if (len == 0) return 1;
    -
    -	p=c->data;
    -	if (c->num != 0)
    -		{
    -		if ((c->num+len) >= MD2_BLOCK)
    -			{
    -			memcpy(&(p[c->num]),data,MD2_BLOCK-c->num);
    -			md2_block(c,c->data);
    -			data+=(MD2_BLOCK - c->num);
    -			len-=(MD2_BLOCK - c->num);
    -			c->num=0;
    -			/* drop through and do the rest */
    -			}
    -		else
    -			{
    -			memcpy(&(p[c->num]),data,len);
    -			/* data+=len; */
    -			c->num+=(int)len;
    -			return 1;
    -			}
    -		}
    -	/* we now can process the input data in blocks of MD2_BLOCK
    -	 * chars and save the leftovers to c->data. */
    -	while (len >= MD2_BLOCK)
    -		{
    -		md2_block(c,data);
    -		data+=MD2_BLOCK;
    -		len-=MD2_BLOCK;
    -		}
    -	memcpy(p,data,len);
    -	c->num=(int)len;
    -	return 1;
    -	}
    +{
    +    register UCHAR *p;
    +
    +    if (len == 0)
    +        return 1;
    +
    +    p = c->data;
    +    if (c->num != 0) {
    +        if ((c->num + len) >= MD2_BLOCK) {
    +            memcpy(&(p[c->num]), data, MD2_BLOCK - c->num);
    +            md2_block(c, c->data);
    +            data += (MD2_BLOCK - c->num);
    +            len -= (MD2_BLOCK - c->num);
    +            c->num = 0;
    +            /* drop through and do the rest */
    +        } else {
    +            memcpy(&(p[c->num]), data, len);
    +            /* data+=len; */
    +            c->num += (int)len;
    +            return 1;
    +        }
    +    }
    +    /*
    +     * we now can process the input data in blocks of MD2_BLOCK chars and
    +     * save the leftovers to c->data.
    +     */
    +    while (len >= MD2_BLOCK) {
    +        md2_block(c, data);
    +        data += MD2_BLOCK;
    +        len -= MD2_BLOCK;
    +    }
    +    memcpy(p, data, len);
    +    c->num = (int)len;
    +    return 1;
    +}
     
     static void md2_block(MD2_CTX *c, const unsigned char *d)
    -	{
    -	register MD2_INT t,*sp1,*sp2;
    -	register int i,j;
    -	MD2_INT state[48];
    -
    -	sp1=c->state;
    -	sp2=c->cksm;
    -	j=sp2[MD2_BLOCK-1];
    -	for (i=0; i<16; i++)
    -		{
    -		state[i]=sp1[i];
    -		state[i+16]=t=d[i];
    -		state[i+32]=(t^sp1[i]);
    -		j=sp2[i]^=S[t^j];
    -		}
    -	t=0;
    -	for (i=0; i<18; i++)
    -		{
    -		for (j=0; j<48; j+=8)
    -			{
    -			t= state[j+ 0]^=S[t];
    -			t= state[j+ 1]^=S[t];
    -			t= state[j+ 2]^=S[t];
    -			t= state[j+ 3]^=S[t];
    -			t= state[j+ 4]^=S[t];
    -			t= state[j+ 5]^=S[t];
    -			t= state[j+ 6]^=S[t];
    -			t= state[j+ 7]^=S[t];
    -			}
    -		t=(t+i)&0xff;
    -		}
    -	memcpy(sp1,state,16*sizeof(MD2_INT));
    -	OPENSSL_cleanse(state,48*sizeof(MD2_INT));
    -	}
    +{
    +    register MD2_INT t, *sp1, *sp2;
    +    register int i, j;
    +    MD2_INT state[48];
    +
    +    sp1 = c->state;
    +    sp2 = c->cksm;
    +    j = sp2[MD2_BLOCK - 1];
    +    for (i = 0; i < 16; i++) {
    +        state[i] = sp1[i];
    +        state[i + 16] = t = d[i];
    +        state[i + 32] = (t ^ sp1[i]);
    +        j = sp2[i] ^= S[t ^ j];
    +    }
    +    t = 0;
    +    for (i = 0; i < 18; i++) {
    +        for (j = 0; j < 48; j += 8) {
    +            t = state[j + 0] ^= S[t];
    +            t = state[j + 1] ^= S[t];
    +            t = state[j + 2] ^= S[t];
    +            t = state[j + 3] ^= S[t];
    +            t = state[j + 4] ^= S[t];
    +            t = state[j + 5] ^= S[t];
    +            t = state[j + 6] ^= S[t];
    +            t = state[j + 7] ^= S[t];
    +        }
    +        t = (t + i) & 0xff;
    +    }
    +    memcpy(sp1, state, 16 * sizeof(MD2_INT));
    +    OPENSSL_cleanse(state, 48 * sizeof(MD2_INT));
    +}
     
     int MD2_Final(unsigned char *md, MD2_CTX *c)
    -	{
    -	int i,v;
    -	register UCHAR *cp;
    -	register MD2_INT *p1,*p2;
    -
    -	cp=c->data;
    -	p1=c->state;
    -	p2=c->cksm;
    -	v=MD2_BLOCK-c->num;
    -	for (i=c->num; idata;
    +    p1 = c->state;
    +    p2 = c->cksm;
    +    v = MD2_BLOCK - c->num;
    +    for (i = c->num; i < MD2_BLOCK; i++)
    +        cp[i] = (UCHAR) v;
    +
    +    md2_block(c, cp);
    +
    +    for (i = 0; i < MD2_BLOCK; i++)
    +        cp[i] = (UCHAR) p2[i];
    +    md2_block(c, cp);
    +
    +    for (i = 0; i < 16; i++)
    +        md[i] = (UCHAR) (p1[i] & 0xff);
    +    memset((char *)&c, 0, sizeof(c));
    +    return 1;
    +}
    diff --git a/openssl/crypto/md2/md2_one.c b/openssl/crypto/md2/md2_one.c
    index f7fef5cc0..cd2631b26 100644
    --- a/openssl/crypto/md2/md2_one.c
    +++ b/openssl/crypto/md2/md2_one.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,35 +60,37 @@
     #include "cryptlib.h"
     #include 
     
    -/* This is a separate file so that #defines in cryptlib.h can
    - * map my MD functions to different names */
    +/*
    + * This is a separate file so that #defines in cryptlib.h can map my MD
    + * functions to different names
    + */
     
     unsigned char *MD2(const unsigned char *d, size_t n, unsigned char *md)
    -	{
    -	MD2_CTX c;
    -	static unsigned char m[MD2_DIGEST_LENGTH];
    +{
    +    MD2_CTX c;
    +    static unsigned char m[MD2_DIGEST_LENGTH];
     
    -	if (md == NULL) md=m;
    -	if (!MD2_Init(&c))
    -		return NULL;
    +    if (md == NULL)
    +        md = m;
    +    if (!MD2_Init(&c))
    +        return NULL;
     #ifndef CHARSET_EBCDIC
    -	MD2_Update(&c,d,n);
    +    MD2_Update(&c, d, n);
     #else
    -	{
    -		char temp[1024];
    -		unsigned long chunk;
    +    {
    +        char temp[1024];
    +        unsigned long chunk;
     
    -		while (n > 0)
    -		{
    -			chunk = (n > sizeof(temp)) ? sizeof(temp) : n;
    -			ebcdic2ascii(temp, d, chunk);
    -			MD2_Update(&c,temp,chunk);
    -			n -= chunk;
    -			d += chunk;
    -		}
    -	}
    +        while (n > 0) {
    +            chunk = (n > sizeof(temp)) ? sizeof(temp) : n;
    +            ebcdic2ascii(temp, d, chunk);
    +            MD2_Update(&c, temp, chunk);
    +            n -= chunk;
    +            d += chunk;
    +        }
    +    }
     #endif
    -	MD2_Final(md,&c);
    -	OPENSSL_cleanse(&c,sizeof(c));	/* Security consideration */
    -	return(md);
    -	}
    +    MD2_Final(md, &c);
    +    OPENSSL_cleanse(&c, sizeof(c)); /* Security consideration */
    +    return (md);
    +}
    diff --git a/openssl/crypto/md2/md2test.c b/openssl/crypto/md2/md2test.c
    index db5f5bc6d..49a8a9bc7 100644
    --- a/openssl/crypto/md2/md2test.c
    +++ b/openssl/crypto/md2/md2test.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -66,78 +66,77 @@
     int main(int argc, char *argv[])
     {
         printf("No MD2 support\n");
    -    return(0);
    +    return (0);
     }
     #else
    -#include 
    -#include 
    +# include 
    +# include 
     
    -#ifdef CHARSET_EBCDIC
    -#include 
    -#endif
    +# ifdef CHARSET_EBCDIC
    +#  include 
    +# endif
     
    -static char *test[]={
    -	"",
    -	"a",
    -	"abc",
    -	"message digest",
    -	"abcdefghijklmnopqrstuvwxyz",
    -	"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",
    -	"12345678901234567890123456789012345678901234567890123456789012345678901234567890",
    -	NULL,
    -	};
    +static char *test[] = {
    +    "",
    +    "a",
    +    "abc",
    +    "message digest",
    +    "abcdefghijklmnopqrstuvwxyz",
    +    "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",
    +    "12345678901234567890123456789012345678901234567890123456789012345678901234567890",
    +    NULL,
    +};
     
    -static char *ret[]={
    -	"8350e5a3e24c153df2275c9f80692773",
    -	"32ec01ec4a6dac72c0ab96fb34c0b5d1",
    -	"da853b0d3f88d99b30283a69e6ded6bb",
    -	"ab4f496bfb2a530b219ff33031fe06b0",
    -	"4e8ddff3650292ab5a4108c3aa47940b",
    -	"da33def2a42df13975352846c30338cd",
    -	"d5976f79d83d3a0dc9806c3c66f3efd8",
    -	};
    +static char *ret[] = {
    +    "8350e5a3e24c153df2275c9f80692773",
    +    "32ec01ec4a6dac72c0ab96fb34c0b5d1",
    +    "da853b0d3f88d99b30283a69e6ded6bb",
    +    "ab4f496bfb2a530b219ff33031fe06b0",
    +    "4e8ddff3650292ab5a4108c3aa47940b",
    +    "da33def2a42df13975352846c30338cd",
    +    "d5976f79d83d3a0dc9806c3c66f3efd8",
    +};
     
     static char *pt(unsigned char *md);
     int main(int argc, char *argv[])
    -	{
    -	int i,err=0;
    -	char **P,**R;
    -	char *p;
    -	unsigned char md[MD2_DIGEST_LENGTH];
    +{
    +    int i, err = 0;
    +    char **P, **R;
    +    char *p;
    +    unsigned char md[MD2_DIGEST_LENGTH];
     
    -	P=test;
    -	R=ret;
    -	i=1;
    -	while (*P != NULL)
    -		{
    -		EVP_Digest((unsigned char *)*P,strlen(*P),md,NULL,EVP_md2(), NULL);
    -		p=pt(md);
    -		if (strcmp(p,*R) != 0)
    -			{
    -			printf("error calculating MD2 on '%s'\n",*P);
    -			printf("got %s instead of %s\n",p,*R);
    -			err++;
    -			}
    -		else
    -			printf("test %d ok\n",i);
    -		i++;
    -		R++;
    -		P++;
    -		}
    -#ifdef OPENSSL_SYS_NETWARE
    -    if (err) printf("ERROR: %d\n", err);
    -#endif
    -	EXIT(err);
    -	return err;
    -	}
    +    P = test;
    +    R = ret;
    +    i = 1;
    +    while (*P != NULL) {
    +        EVP_Digest((unsigned char *)*P, strlen(*P), md, NULL, EVP_md2(),
    +                   NULL);
    +        p = pt(md);
    +        if (strcmp(p, *R) != 0) {
    +            printf("error calculating MD2 on '%s'\n", *P);
    +            printf("got %s instead of %s\n", p, *R);
    +            err++;
    +        } else
    +            printf("test %d ok\n", i);
    +        i++;
    +        R++;
    +        P++;
    +    }
    +# ifdef OPENSSL_SYS_NETWARE
    +    if (err)
    +        printf("ERROR: %d\n", err);
    +# endif
    +    EXIT(err);
    +    return err;
    +}
     
     static char *pt(unsigned char *md)
    -	{
    -	int i;
    -	static char buf[80];
    +{
    +    int i;
    +    static char buf[80];
     
    -	for (i=0; i
    + *                                      
      */
     
     #if !defined(DATA_ORDER_IS_BIG_ENDIAN) && !defined(DATA_ORDER_IS_LITTLE_ENDIAN)
    -#error "DATA_ORDER must be defined!"
    +# error "DATA_ORDER must be defined!"
     #endif
     
     #ifndef HASH_CBLOCK
    -#error "HASH_CBLOCK must be defined!"
    +# error "HASH_CBLOCK must be defined!"
     #endif
     #ifndef HASH_LONG
    -#error "HASH_LONG must be defined!"
    +# error "HASH_LONG must be defined!"
     #endif
     #ifndef HASH_CTX
    -#error "HASH_CTX must be defined!"
    +# error "HASH_CTX must be defined!"
     #endif
     
     #ifndef HASH_UPDATE
    -#error "HASH_UPDATE must be defined!"
    +# error "HASH_UPDATE must be defined!"
     #endif
     #ifndef HASH_TRANSFORM
    -#error "HASH_TRANSFORM must be defined!"
    +# error "HASH_TRANSFORM must be defined!"
     #endif
     #ifndef HASH_FINAL
    -#error "HASH_FINAL must be defined!"
    +# error "HASH_FINAL must be defined!"
     #endif
     
     #ifndef HASH_BLOCK_DATA_ORDER
    -#error "HASH_BLOCK_DATA_ORDER must be defined!"
    +# error "HASH_BLOCK_DATA_ORDER must be defined!"
     #endif
     
     /*
    @@ -142,136 +142,154 @@
      */
     #undef ROTATE
     #ifndef PEDANTIC
    -# if defined(_MSC_VER) || defined(__ICC)
    -#  define ROTATE(a,n)	_lrotl(a,n)
    +# if defined(_MSC_VER)
    +#  define ROTATE(a,n)   _lrotl(a,n)
    +# elif defined(__ICC)
    +#  define ROTATE(a,n)   _rotl(a,n)
     # elif defined(__MWERKS__)
     #  if defined(__POWERPC__)
    -#   define ROTATE(a,n)	__rlwinm(a,n,0,31)
    +#   define ROTATE(a,n)  __rlwinm(a,n,0,31)
     #  elif defined(__MC68K__)
         /* Motorola specific tweak.  */
    -#   define ROTATE(a,n)	( n<24 ? __rol(a,n) : __ror(a,32-n) )
    +#   define ROTATE(a,n)  ( n<24 ? __rol(a,n) : __ror(a,32-n) )
     #  else
    -#   define ROTATE(a,n)	__rol(a,n)
    +#   define ROTATE(a,n)  __rol(a,n)
     #  endif
     # elif defined(__GNUC__) && __GNUC__>=2 && !defined(OPENSSL_NO_ASM) && !defined(OPENSSL_NO_INLINE_ASM)
       /*
        * Some GNU C inline assembler templates. Note that these are
        * rotates by *constant* number of bits! But that's exactly
        * what we need here...
    -   * 					
    +   *                                    
        */
     #  if defined(__i386) || defined(__i386__) || defined(__x86_64) || defined(__x86_64__)
    -#   define ROTATE(a,n)	({ register unsigned int ret;	\
    -				asm (			\
    -				"roll %1,%0"		\
    -				: "=r"(ret)		\
    -				: "I"(n), "0"((unsigned int)(a))	\
    -				: "cc");		\
    -			   ret;				\
    -			})
    +#   define ROTATE(a,n)  ({ register unsigned int ret;   \
    +                                asm (                   \
    +                                "roll %1,%0"            \
    +                                : "=r"(ret)             \
    +                                : "I"(n), "0"((unsigned int)(a))        \
    +                                : "cc");                \
    +                           ret;                         \
    +                        })
     #  elif defined(_ARCH_PPC) || defined(_ARCH_PPC64) || \
    -	defined(__powerpc) || defined(__ppc__) || defined(__powerpc64__)
    -#   define ROTATE(a,n)	({ register unsigned int ret;	\
    -				asm (			\
    -				"rlwinm %0,%1,%2,0,31"	\
    -				: "=r"(ret)		\
    -				: "r"(a), "I"(n));	\
    -			   ret;				\
    -			})
    +        defined(__powerpc) || defined(__ppc__) || defined(__powerpc64__)
    +#   define ROTATE(a,n)  ({ register unsigned int ret;   \
    +                                asm (                   \
    +                                "rlwinm %0,%1,%2,0,31"  \
    +                                : "=r"(ret)             \
    +                                : "r"(a), "I"(n));      \
    +                           ret;                         \
    +                        })
     #  elif defined(__s390x__)
    -#   define ROTATE(a,n) ({ register unsigned int ret;	\
    -				asm ("rll %0,%1,%2"	\
    -				: "=r"(ret)		\
    -				: "r"(a), "I"(n));	\
    -			  ret;				\
    -			})
    +#   define ROTATE(a,n) ({ register unsigned int ret;    \
    +                                asm ("rll %0,%1,%2"     \
    +                                : "=r"(ret)             \
    +                                : "r"(a), "I"(n));      \
    +                          ret;                          \
    +                        })
     #  endif
     # endif
    -#endif /* PEDANTIC */
    +#endif                          /* PEDANTIC */
     
     #ifndef ROTATE
    -#define ROTATE(a,n)     (((a)<<(n))|(((a)&0xffffffff)>>(32-(n))))
    +# define ROTATE(a,n)     (((a)<<(n))|(((a)&0xffffffff)>>(32-(n))))
     #endif
     
     #if defined(DATA_ORDER_IS_BIG_ENDIAN)
     
    -#ifndef PEDANTIC
    -# if defined(__GNUC__) && __GNUC__>=2 && !defined(OPENSSL_NO_ASM) && !defined(OPENSSL_NO_INLINE_ASM)
    -#  if ((defined(__i386) || defined(__i386__)) && !defined(I386_ONLY)) || \
    +# ifndef PEDANTIC
    +#  if defined(__GNUC__) && __GNUC__>=2 && !defined(OPENSSL_NO_ASM) && !defined(OPENSSL_NO_INLINE_ASM)
    +#   if ((defined(__i386) || defined(__i386__)) && !defined(I386_ONLY)) || \
           (defined(__x86_64) || defined(__x86_64__))
    -#   if !defined(B_ENDIAN)
    +#    if !defined(B_ENDIAN)
         /*
          * This gives ~30-40% performance improvement in SHA-256 compiled
          * with gcc [on P4]. Well, first macro to be frank. We can pull
          * this trick on x86* platforms only, because these CPUs can fetch
          * unaligned data without raising an exception.
          */
    -#   define HOST_c2l(c,l)	({ unsigned int r=*((const unsigned int *)(c));	\
    -				   asm ("bswapl %0":"=r"(r):"0"(r));	\
    -				   (c)+=4; (l)=r;			})
    -#   define HOST_l2c(l,c)	({ unsigned int r=(l);			\
    -				   asm ("bswapl %0":"=r"(r):"0"(r));	\
    -				   *((unsigned int *)(c))=r; (c)+=4; r;	})
    +#     define HOST_c2l(c,l)        ({ unsigned int r=*((const unsigned int *)(c)); \
    +                                   asm ("bswapl %0":"=r"(r):"0"(r));    \
    +                                   (c)+=4; (l)=r;                       })
    +#     define HOST_l2c(l,c)        ({ unsigned int r=(l);                  \
    +                                   asm ("bswapl %0":"=r"(r):"0"(r));    \
    +                                   *((unsigned int *)(c))=r; (c)+=4; r; })
    +#    endif
    +#   elif defined(__aarch64__)
    +#    if defined(__BYTE_ORDER__)
    +#     if defined(__ORDER_LITTLE_ENDIAN__) && __BYTE_ORDER__==__ORDER_LITTLE_ENDIAN__
    +#      define HOST_c2l(c,l)      ({ unsigned int r;              \
    +                                   asm ("rev    %w0,%w1"        \
    +                                        :"=r"(r)                \
    +                                        :"r"(*((const unsigned int *)(c))));\
    +                                   (c)+=4; (l)=r;               })
    +#      define HOST_l2c(l,c)      ({ unsigned int r;              \
    +                                   asm ("rev    %w0,%w1"        \
    +                                        :"=r"(r)                \
    +                                        :"r"((unsigned int)(l)));\
    +                                   *((unsigned int *)(c))=r; (c)+=4; r; })
    +#     elif defined(__ORDER_BIG_ENDIAN__) && __BYTE_ORDER__==__ORDER_BIG_ENDIAN__
    +#      define HOST_c2l(c,l)      ((l)=*((const unsigned int *)(c)), (c)+=4, (l))
    +#      define HOST_l2c(l,c)      (*((unsigned int *)(c))=(l), (c)+=4, (l))
    +#     endif
    +#    endif
     #   endif
     #  endif
    +#  if defined(__s390__) || defined(__s390x__)
    +#   define HOST_c2l(c,l) ((l)=*((const unsigned int *)(c)), (c)+=4, (l))
    +#   define HOST_l2c(l,c) (*((unsigned int *)(c))=(l), (c)+=4, (l))
    +#  endif
     # endif
    -#endif
    -#if defined(__s390__) || defined(__s390x__)
    -# define HOST_c2l(c,l) ((l)=*((const unsigned int *)(c)), (c)+=4, (l))
    -# define HOST_l2c(l,c) (*((unsigned int *)(c))=(l), (c)+=4, (l))
    -#endif
     
    -#ifndef HOST_c2l
    -#define HOST_c2l(c,l)	(l =(((unsigned long)(*((c)++)))<<24),		\
    -			 l|=(((unsigned long)(*((c)++)))<<16),		\
    -			 l|=(((unsigned long)(*((c)++)))<< 8),		\
    -			 l|=(((unsigned long)(*((c)++)))    ),		\
    -			 l)
    -#endif
    -#ifndef HOST_l2c
    -#define HOST_l2c(l,c)	(*((c)++)=(unsigned char)(((l)>>24)&0xff),	\
    -			 *((c)++)=(unsigned char)(((l)>>16)&0xff),	\
    -			 *((c)++)=(unsigned char)(((l)>> 8)&0xff),	\
    -			 *((c)++)=(unsigned char)(((l)    )&0xff),	\
    -			 l)
    -#endif
    +# ifndef HOST_c2l
    +#  define HOST_c2l(c,l)   (l =(((unsigned long)(*((c)++)))<<24),          \
    +                         l|=(((unsigned long)(*((c)++)))<<16),          \
    +                         l|=(((unsigned long)(*((c)++)))<< 8),          \
    +                         l|=(((unsigned long)(*((c)++)))    )           )
    +# endif
    +# ifndef HOST_l2c
    +#  define HOST_l2c(l,c)   (*((c)++)=(unsigned char)(((l)>>24)&0xff),      \
    +                         *((c)++)=(unsigned char)(((l)>>16)&0xff),      \
    +                         *((c)++)=(unsigned char)(((l)>> 8)&0xff),      \
    +                         *((c)++)=(unsigned char)(((l)    )&0xff),      \
    +                         l)
    +# endif
     
     #elif defined(DATA_ORDER_IS_LITTLE_ENDIAN)
     
    -#ifndef PEDANTIC
    -# if defined(__GNUC__) && __GNUC__>=2 && !defined(OPENSSL_NO_ASM) && !defined(OPENSSL_NO_INLINE_ASM)
    -#  if defined(__s390x__)
    -#   define HOST_c2l(c,l)	({ asm ("lrv	%0,%1"			\
    -				   :"=d"(l) :"m"(*(const unsigned int *)(c)));\
    -				   (c)+=4; (l);				})
    -#   define HOST_l2c(l,c)	({ asm ("strv	%1,%0"			\
    -				   :"=m"(*(unsigned int *)(c)) :"d"(l));\
    -				   (c)+=4; (l);				})
    +# ifndef PEDANTIC
    +#  if defined(__GNUC__) && __GNUC__>=2 && !defined(OPENSSL_NO_ASM) && !defined(OPENSSL_NO_INLINE_ASM)
    +#   if defined(__s390x__)
    +#    define HOST_c2l(c,l)        ({ asm ("lrv    %0,%1"                  \
    +                                   :"=d"(l) :"m"(*(const unsigned int *)(c)));\
    +                                   (c)+=4; (l);                         })
    +#    define HOST_l2c(l,c)        ({ asm ("strv   %1,%0"                  \
    +                                   :"=m"(*(unsigned int *)(c)) :"d"(l));\
    +                                   (c)+=4; (l);                         })
    +#   endif
    +#  endif
    +#  if defined(__i386) || defined(__i386__) || defined(__x86_64) || defined(__x86_64__)
    +#   ifndef B_ENDIAN
    +    /* See comment in DATA_ORDER_IS_BIG_ENDIAN section. */
    +#    define HOST_c2l(c,l)        ((l)=*((const unsigned int *)(c)), (c)+=4, l)
    +#    define HOST_l2c(l,c)        (*((unsigned int *)(c))=(l), (c)+=4, l)
    +#   endif
     #  endif
     # endif
    -#endif
    -#if defined(__i386) || defined(__i386__) || defined(__x86_64) || defined(__x86_64__)
    -# ifndef B_ENDIAN
    -   /* See comment in DATA_ORDER_IS_BIG_ENDIAN section. */
    -#  define HOST_c2l(c,l)	((l)=*((const unsigned int *)(c)), (c)+=4, l)
    -#  define HOST_l2c(l,c)	(*((unsigned int *)(c))=(l), (c)+=4, l)
    -# endif
    -#endif
     
    -#ifndef HOST_c2l
    -#define HOST_c2l(c,l)	(l =(((unsigned long)(*((c)++)))    ),		\
    -			 l|=(((unsigned long)(*((c)++)))<< 8),		\
    -			 l|=(((unsigned long)(*((c)++)))<<16),		\
    -			 l|=(((unsigned long)(*((c)++)))<<24),		\
    -			 l)
    -#endif
    -#ifndef HOST_l2c
    -#define HOST_l2c(l,c)	(*((c)++)=(unsigned char)(((l)    )&0xff),	\
    -			 *((c)++)=(unsigned char)(((l)>> 8)&0xff),	\
    -			 *((c)++)=(unsigned char)(((l)>>16)&0xff),	\
    -			 *((c)++)=(unsigned char)(((l)>>24)&0xff),	\
    -			 l)
    -#endif
    +# ifndef HOST_c2l
    +#  define HOST_c2l(c,l)   (l =(((unsigned long)(*((c)++)))    ),          \
    +                         l|=(((unsigned long)(*((c)++)))<< 8),          \
    +                         l|=(((unsigned long)(*((c)++)))<<16),          \
    +                         l|=(((unsigned long)(*((c)++)))<<24)           )
    +# endif
    +# ifndef HOST_l2c
    +#  define HOST_l2c(l,c)   (*((c)++)=(unsigned char)(((l)    )&0xff),      \
    +                         *((c)++)=(unsigned char)(((l)>> 8)&0xff),      \
    +                         *((c)++)=(unsigned char)(((l)>>16)&0xff),      \
    +                         *((c)++)=(unsigned char)(((l)>>24)&0xff),      \
    +                         l)
    +# endif
     
     #endif
     
    @@ -279,112 +297,107 @@
      * Time for some action:-)
      */
     
    -int HASH_UPDATE (HASH_CTX *c, const void *data_, size_t len)
    -	{
    -	const unsigned char *data=data_;
    -	unsigned char *p;
    -	HASH_LONG l;
    -	size_t n;
    -
    -	if (len==0) return 1;
    -
    -	l=(c->Nl+(((HASH_LONG)len)<<3))&0xffffffffUL;
    -	/* 95-05-24 eay Fixed a bug with the overflow handling, thanks to
    -	 * Wei Dai  for pointing it out. */
    -	if (l < c->Nl) /* overflow */
    -		c->Nh++;
    -	c->Nh+=(HASH_LONG)(len>>29);	/* might cause compiler warning on 16-bit */
    -	c->Nl=l;
    -
    -	n = c->num;
    -	if (n != 0)
    -		{
    -		p=(unsigned char *)c->data;
    -
    -		if (len >= HASH_CBLOCK || len+n >= HASH_CBLOCK)
    -			{
    -			memcpy (p+n,data,HASH_CBLOCK-n);
    -			HASH_BLOCK_DATA_ORDER (c,p,1);
    -			n      = HASH_CBLOCK-n;
    -			data  += n;
    -			len   -= n;
    -			c->num = 0;
    -			memset (p,0,HASH_CBLOCK);	/* keep it zeroed */
    -			}
    -		else
    -			{
    -			memcpy (p+n,data,len);
    -			c->num += (unsigned int)len;
    -			return 1;
    -			}
    -		}
    -
    -	n = len/HASH_CBLOCK;
    -	if (n > 0)
    -		{
    -		HASH_BLOCK_DATA_ORDER (c,data,n);
    -		n    *= HASH_CBLOCK;
    -		data += n;
    -		len  -= n;
    -		}
    -
    -	if (len != 0)
    -		{
    -		p = (unsigned char *)c->data;
    -		c->num = (unsigned int)len;
    -		memcpy (p,data,len);
    -		}
    -	return 1;
    -	}
    -
    +int HASH_UPDATE(HASH_CTX *c, const void *data_, size_t len)
    +{
    +    const unsigned char *data = data_;
    +    unsigned char *p;
    +    HASH_LONG l;
    +    size_t n;
     
    -void HASH_TRANSFORM (HASH_CTX *c, const unsigned char *data)
    -	{
    -	HASH_BLOCK_DATA_ORDER (c,data,1);
    -	}
    +    if (len == 0)
    +        return 1;
     
    -
    -int HASH_FINAL (unsigned char *md, HASH_CTX *c)
    -	{
    -	unsigned char *p = (unsigned char *)c->data;
    -	size_t n = c->num;
    -
    -	p[n] = 0x80; /* there is always room for one */
    -	n++;
    -
    -	if (n > (HASH_CBLOCK-8))
    -		{
    -		memset (p+n,0,HASH_CBLOCK-n);
    -		n=0;
    -		HASH_BLOCK_DATA_ORDER (c,p,1);
    -		}
    -	memset (p+n,0,HASH_CBLOCK-8-n);
    -
    -	p += HASH_CBLOCK-8;
    +    l = (c->Nl + (((HASH_LONG) len) << 3)) & 0xffffffffUL;
    +    /*
    +     * 95-05-24 eay Fixed a bug with the overflow handling, thanks to Wei Dai
    +     *  for pointing it out.
    +     */
    +    if (l < c->Nl)              /* overflow */
    +        c->Nh++;
    +    c->Nh += (HASH_LONG) (len >> 29); /* might cause compiler warning on
    +                                       * 16-bit */
    +    c->Nl = l;
    +
    +    n = c->num;
    +    if (n != 0) {
    +        p = (unsigned char *)c->data;
    +
    +        if (len >= HASH_CBLOCK || len + n >= HASH_CBLOCK) {
    +            memcpy(p + n, data, HASH_CBLOCK - n);
    +            HASH_BLOCK_DATA_ORDER(c, p, 1);
    +            n = HASH_CBLOCK - n;
    +            data += n;
    +            len -= n;
    +            c->num = 0;
    +            memset(p, 0, HASH_CBLOCK); /* keep it zeroed */
    +        } else {
    +            memcpy(p + n, data, len);
    +            c->num += (unsigned int)len;
    +            return 1;
    +        }
    +    }
    +
    +    n = len / HASH_CBLOCK;
    +    if (n > 0) {
    +        HASH_BLOCK_DATA_ORDER(c, data, n);
    +        n *= HASH_CBLOCK;
    +        data += n;
    +        len -= n;
    +    }
    +
    +    if (len != 0) {
    +        p = (unsigned char *)c->data;
    +        c->num = (unsigned int)len;
    +        memcpy(p, data, len);
    +    }
    +    return 1;
    +}
    +
    +void HASH_TRANSFORM(HASH_CTX *c, const unsigned char *data)
    +{
    +    HASH_BLOCK_DATA_ORDER(c, data, 1);
    +}
    +
    +int HASH_FINAL(unsigned char *md, HASH_CTX *c)
    +{
    +    unsigned char *p = (unsigned char *)c->data;
    +    size_t n = c->num;
    +
    +    p[n] = 0x80;                /* there is always room for one */
    +    n++;
    +
    +    if (n > (HASH_CBLOCK - 8)) {
    +        memset(p + n, 0, HASH_CBLOCK - n);
    +        n = 0;
    +        HASH_BLOCK_DATA_ORDER(c, p, 1);
    +    }
    +    memset(p + n, 0, HASH_CBLOCK - 8 - n);
    +
    +    p += HASH_CBLOCK - 8;
     #if   defined(DATA_ORDER_IS_BIG_ENDIAN)
    -	(void)HOST_l2c(c->Nh,p);
    -	(void)HOST_l2c(c->Nl,p);
    +    (void)HOST_l2c(c->Nh, p);
    +    (void)HOST_l2c(c->Nl, p);
     #elif defined(DATA_ORDER_IS_LITTLE_ENDIAN)
    -	(void)HOST_l2c(c->Nl,p);
    -	(void)HOST_l2c(c->Nh,p);
    +    (void)HOST_l2c(c->Nl, p);
    +    (void)HOST_l2c(c->Nh, p);
     #endif
    -	p -= HASH_CBLOCK;
    -	HASH_BLOCK_DATA_ORDER (c,p,1);
    -	c->num=0;
    -	memset (p,0,HASH_CBLOCK);
    +    p -= HASH_CBLOCK;
    +    HASH_BLOCK_DATA_ORDER(c, p, 1);
    +    c->num = 0;
    +    memset(p, 0, HASH_CBLOCK);
     
     #ifndef HASH_MAKE_STRING
    -#error "HASH_MAKE_STRING must be defined!"
    +# error "HASH_MAKE_STRING must be defined!"
     #else
    -	HASH_MAKE_STRING(c,md);
    +    HASH_MAKE_STRING(c, md);
     #endif
     
    -	return 1;
    -	}
    +    return 1;
    +}
     
     #ifndef MD32_REG_T
    -#if defined(__alpha) || defined(__sparcv9) || defined(__mips)
    -#define MD32_REG_T long
    +# if defined(__alpha) || defined(__sparcv9) || defined(__mips)
    +#  define MD32_REG_T long
     /*
      * This comment was originaly written for MD5, which is why it
      * discusses A-D. But it basically applies to all 32-bit digests,
    @@ -398,18 +411,18 @@ int HASH_FINAL (unsigned char *md, HASH_CTX *c)
      * *either* case. Now declaring 'em long excuses the compiler
      * from keeping 32 MSBs zeroed resulting in 13% performance
      * improvement under SPARC Solaris7/64 and 5% under AlphaLinux.
    - * Well, to be honest it should say that this *prevents* 
    + * Well, to be honest it should say that this *prevents*
      * performance degradation.
    - *				
    + *                              
      */
    -#else
    +# else
     /*
      * Above is not absolute and there are LP64 compilers that
      * generate better code if MD32_REG_T is defined int. The above
      * pre-processor condition reflects the circumstances under which
      * the conclusion was made and is subject to further extension.
    - *				
    + *                              
      */
    -#define MD32_REG_T int
    -#endif
    +#  define MD32_REG_T int
    +# endif
     #endif
    diff --git a/openssl/crypto/md4/md4.c b/openssl/crypto/md4/md4.c
    index 141415ad4..c9fab6669 100644
    --- a/openssl/crypto/md4/md4.c
    +++ b/openssl/crypto/md4/md4.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,7 +60,7 @@
     #include 
     #include 
     
    -#define BUFSIZE	1024*16
    +#define BUFSIZE 1024*16
     
     void do_fp(FILE *f);
     void pt(unsigned char *md);
    @@ -69,59 +69,53 @@ int read(int, void *, unsigned int);
     #endif
     
     int main(int argc, char **argv)
    -	{
    -	int i,err=0;
    -	FILE *IN;
    +{
    +    int i, err = 0;
    +    FILE *IN;
     
    -	if (argc == 1)
    -		{
    -		do_fp(stdin);
    -		}
    -	else
    -		{
    -		for (i=1; i
    -#include 
    +# include 
    +# include 
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -#ifdef OPENSSL_NO_MD4
    -#error MD4 is disabled.
    -#endif
    +# ifdef OPENSSL_NO_MD4
    +#  error MD4 is disabled.
    +# endif
     
    -/*
    +/*-
      * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
      * ! MD4_LONG has to be at least 32 bits wide. If it's wider, then !
    - * ! MD4_LONG_LOG2 has to be defined along.			   !
    + * ! MD4_LONG_LOG2 has to be defined along.                        !
      * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
      */
     
    -#if defined(__LP32__)
    -#define MD4_LONG unsigned long
    -#elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__)
    -#define MD4_LONG unsigned long
    -#define MD4_LONG_LOG2 3
    +# if defined(__LP32__)
    +#  define MD4_LONG unsigned long
    +# elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__)
    +#  define MD4_LONG unsigned long
    +#  define MD4_LONG_LOG2 3
     /*
      * _CRAY note. I could declare short, but I have no idea what impact
      * does it have on performance on none-T3E machines. I could declare
      * int, but at least on C90 sizeof(int) can be chosen at compile time.
      * So I've chosen long...
    - *					
    + *                                      
      */
    -#else
    -#define MD4_LONG unsigned int
    -#endif
    +# else
    +#  define MD4_LONG unsigned int
    +# endif
     
    -#define MD4_CBLOCK	64
    -#define MD4_LBLOCK	(MD4_CBLOCK/4)
    -#define MD4_DIGEST_LENGTH 16
    +# define MD4_CBLOCK      64
    +# define MD4_LBLOCK      (MD4_CBLOCK/4)
    +# define MD4_DIGEST_LENGTH 16
     
    -typedef struct MD4state_st
    -	{
    -	MD4_LONG A,B,C,D;
    -	MD4_LONG Nl,Nh;
    -	MD4_LONG data[MD4_LBLOCK];
    -	unsigned int num;
    -	} MD4_CTX;
    +typedef struct MD4state_st {
    +    MD4_LONG A, B, C, D;
    +    MD4_LONG Nl, Nh;
    +    MD4_LONG data[MD4_LBLOCK];
    +    unsigned int num;
    +} MD4_CTX;
     
    -#ifdef OPENSSL_FIPS
    +# ifdef OPENSSL_FIPS
     int private_MD4_Init(MD4_CTX *c);
    -#endif
    +# endif
     int MD4_Init(MD4_CTX *c);
     int MD4_Update(MD4_CTX *c, const void *data, size_t len);
     int MD4_Final(unsigned char *md, MD4_CTX *c);
    diff --git a/openssl/crypto/md4/md4_dgst.c b/openssl/crypto/md4/md4_dgst.c
    index b5b165b05..614fca005 100644
    --- a/openssl/crypto/md4/md4_dgst.c
    +++ b/openssl/crypto/md4/md4_dgst.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,9 +61,10 @@
     #include 
     #include "md4_locl.h"
     
    -const char MD4_version[]="MD4" OPENSSL_VERSION_PTEXT;
    +const char MD4_version[] = "MD4" OPENSSL_VERSION_PTEXT;
     
    -/* Implemented from RFC1186 The MD4 Message-Digest Algorithm
    +/*
    + * Implemented from RFC1186 The MD4 Message-Digest Algorithm
      */
     
     #define INIT_DATA_A (unsigned long)0x67452301L
    @@ -72,98 +73,127 @@ const char MD4_version[]="MD4" OPENSSL_VERSION_PTEXT;
     #define INIT_DATA_D (unsigned long)0x10325476L
     
     fips_md_init(MD4)
    -	{
    -	memset (c,0,sizeof(*c));
    -	c->A=INIT_DATA_A;
    -	c->B=INIT_DATA_B;
    -	c->C=INIT_DATA_C;
    -	c->D=INIT_DATA_D;
    -	return 1;
    -	}
    +{
    +    memset(c, 0, sizeof(*c));
    +    c->A = INIT_DATA_A;
    +    c->B = INIT_DATA_B;
    +    c->C = INIT_DATA_C;
    +    c->D = INIT_DATA_D;
    +    return 1;
    +}
     
     #ifndef md4_block_data_order
    -#ifdef X
    -#undef X
    -#endif
    -void md4_block_data_order (MD4_CTX *c, const void *data_, size_t num)
    -	{
    -	const unsigned char *data=data_;
    -	register unsigned MD32_REG_T A,B,C,D,l;
    -#ifndef MD32_XARRAY
    -	/* See comment in crypto/sha/sha_locl.h for details. */
    -	unsigned MD32_REG_T	XX0, XX1, XX2, XX3, XX4, XX5, XX6, XX7,
    -				XX8, XX9,XX10,XX11,XX12,XX13,XX14,XX15;
    -# define X(i)	XX##i
    -#else
    -	MD4_LONG XX[MD4_LBLOCK];
    -# define X(i)	XX[i]
    -#endif
    +# ifdef X
    +#  undef X
    +# endif
    +void md4_block_data_order(MD4_CTX *c, const void *data_, size_t num)
    +{
    +    const unsigned char *data = data_;
    +    register unsigned MD32_REG_T A, B, C, D, l;
    +# ifndef MD32_XARRAY
    +    /* See comment in crypto/sha/sha_locl.h for details. */
    +    unsigned MD32_REG_T XX0, XX1, XX2, XX3, XX4, XX5, XX6, XX7,
    +        XX8, XX9, XX10, XX11, XX12, XX13, XX14, XX15;
    +#  define X(i)   XX##i
    +# else
    +    MD4_LONG XX[MD4_LBLOCK];
    +#  define X(i)   XX[i]
    +# endif
     
    -	A=c->A;
    -	B=c->B;
    -	C=c->C;
    -	D=c->D;
    +    A = c->A;
    +    B = c->B;
    +    C = c->C;
    +    D = c->D;
     
    -	for (;num--;)
    -		{
    -	(void)HOST_c2l(data,l); X( 0)=l;
    -	(void)HOST_c2l(data,l); X( 1)=l;
    -	/* Round 0 */
    -	R0(A,B,C,D,X( 0), 3,0);	(void)HOST_c2l(data,l); X( 2)=l;
    -	R0(D,A,B,C,X( 1), 7,0);	(void)HOST_c2l(data,l); X( 3)=l;
    -	R0(C,D,A,B,X( 2),11,0);	(void)HOST_c2l(data,l); X( 4)=l;
    -	R0(B,C,D,A,X( 3),19,0);	(void)HOST_c2l(data,l); X( 5)=l;
    -	R0(A,B,C,D,X( 4), 3,0);	(void)HOST_c2l(data,l); X( 6)=l;
    -	R0(D,A,B,C,X( 5), 7,0);	(void)HOST_c2l(data,l); X( 7)=l;
    -	R0(C,D,A,B,X( 6),11,0);	(void)HOST_c2l(data,l); X( 8)=l;
    -	R0(B,C,D,A,X( 7),19,0);	(void)HOST_c2l(data,l); X( 9)=l;
    -	R0(A,B,C,D,X( 8), 3,0);	(void)HOST_c2l(data,l); X(10)=l;
    -	R0(D,A,B,C,X( 9), 7,0);	(void)HOST_c2l(data,l); X(11)=l;
    -	R0(C,D,A,B,X(10),11,0);	(void)HOST_c2l(data,l); X(12)=l;
    -	R0(B,C,D,A,X(11),19,0);	(void)HOST_c2l(data,l); X(13)=l;
    -	R0(A,B,C,D,X(12), 3,0);	(void)HOST_c2l(data,l); X(14)=l;
    -	R0(D,A,B,C,X(13), 7,0);	(void)HOST_c2l(data,l); X(15)=l;
    -	R0(C,D,A,B,X(14),11,0);
    -	R0(B,C,D,A,X(15),19,0);
    -	/* Round 1 */
    -	R1(A,B,C,D,X( 0), 3,0x5A827999L);
    -	R1(D,A,B,C,X( 4), 5,0x5A827999L);
    -	R1(C,D,A,B,X( 8), 9,0x5A827999L);
    -	R1(B,C,D,A,X(12),13,0x5A827999L);
    -	R1(A,B,C,D,X( 1), 3,0x5A827999L);
    -	R1(D,A,B,C,X( 5), 5,0x5A827999L);
    -	R1(C,D,A,B,X( 9), 9,0x5A827999L);
    -	R1(B,C,D,A,X(13),13,0x5A827999L);
    -	R1(A,B,C,D,X( 2), 3,0x5A827999L);
    -	R1(D,A,B,C,X( 6), 5,0x5A827999L);
    -	R1(C,D,A,B,X(10), 9,0x5A827999L);
    -	R1(B,C,D,A,X(14),13,0x5A827999L);
    -	R1(A,B,C,D,X( 3), 3,0x5A827999L);
    -	R1(D,A,B,C,X( 7), 5,0x5A827999L);
    -	R1(C,D,A,B,X(11), 9,0x5A827999L);
    -	R1(B,C,D,A,X(15),13,0x5A827999L);
    -	/* Round 2 */
    -	R2(A,B,C,D,X( 0), 3,0x6ED9EBA1L);
    -	R2(D,A,B,C,X( 8), 9,0x6ED9EBA1L);
    -	R2(C,D,A,B,X( 4),11,0x6ED9EBA1L);
    -	R2(B,C,D,A,X(12),15,0x6ED9EBA1L);
    -	R2(A,B,C,D,X( 2), 3,0x6ED9EBA1L);
    -	R2(D,A,B,C,X(10), 9,0x6ED9EBA1L);
    -	R2(C,D,A,B,X( 6),11,0x6ED9EBA1L);
    -	R2(B,C,D,A,X(14),15,0x6ED9EBA1L);
    -	R2(A,B,C,D,X( 1), 3,0x6ED9EBA1L);
    -	R2(D,A,B,C,X( 9), 9,0x6ED9EBA1L);
    -	R2(C,D,A,B,X( 5),11,0x6ED9EBA1L);
    -	R2(B,C,D,A,X(13),15,0x6ED9EBA1L);
    -	R2(A,B,C,D,X( 3), 3,0x6ED9EBA1L);
    -	R2(D,A,B,C,X(11), 9,0x6ED9EBA1L);
    -	R2(C,D,A,B,X( 7),11,0x6ED9EBA1L);
    -	R2(B,C,D,A,X(15),15,0x6ED9EBA1L);
    +    for (; num--;) {
    +        (void)HOST_c2l(data, l);
    +        X(0) = l;
    +        (void)HOST_c2l(data, l);
    +        X(1) = l;
    +        /* Round 0 */
    +        R0(A, B, C, D, X(0), 3, 0);
    +        (void)HOST_c2l(data, l);
    +        X(2) = l;
    +        R0(D, A, B, C, X(1), 7, 0);
    +        (void)HOST_c2l(data, l);
    +        X(3) = l;
    +        R0(C, D, A, B, X(2), 11, 0);
    +        (void)HOST_c2l(data, l);
    +        X(4) = l;
    +        R0(B, C, D, A, X(3), 19, 0);
    +        (void)HOST_c2l(data, l);
    +        X(5) = l;
    +        R0(A, B, C, D, X(4), 3, 0);
    +        (void)HOST_c2l(data, l);
    +        X(6) = l;
    +        R0(D, A, B, C, X(5), 7, 0);
    +        (void)HOST_c2l(data, l);
    +        X(7) = l;
    +        R0(C, D, A, B, X(6), 11, 0);
    +        (void)HOST_c2l(data, l);
    +        X(8) = l;
    +        R0(B, C, D, A, X(7), 19, 0);
    +        (void)HOST_c2l(data, l);
    +        X(9) = l;
    +        R0(A, B, C, D, X(8), 3, 0);
    +        (void)HOST_c2l(data, l);
    +        X(10) = l;
    +        R0(D, A, B, C, X(9), 7, 0);
    +        (void)HOST_c2l(data, l);
    +        X(11) = l;
    +        R0(C, D, A, B, X(10), 11, 0);
    +        (void)HOST_c2l(data, l);
    +        X(12) = l;
    +        R0(B, C, D, A, X(11), 19, 0);
    +        (void)HOST_c2l(data, l);
    +        X(13) = l;
    +        R0(A, B, C, D, X(12), 3, 0);
    +        (void)HOST_c2l(data, l);
    +        X(14) = l;
    +        R0(D, A, B, C, X(13), 7, 0);
    +        (void)HOST_c2l(data, l);
    +        X(15) = l;
    +        R0(C, D, A, B, X(14), 11, 0);
    +        R0(B, C, D, A, X(15), 19, 0);
    +        /* Round 1 */
    +        R1(A, B, C, D, X(0), 3, 0x5A827999L);
    +        R1(D, A, B, C, X(4), 5, 0x5A827999L);
    +        R1(C, D, A, B, X(8), 9, 0x5A827999L);
    +        R1(B, C, D, A, X(12), 13, 0x5A827999L);
    +        R1(A, B, C, D, X(1), 3, 0x5A827999L);
    +        R1(D, A, B, C, X(5), 5, 0x5A827999L);
    +        R1(C, D, A, B, X(9), 9, 0x5A827999L);
    +        R1(B, C, D, A, X(13), 13, 0x5A827999L);
    +        R1(A, B, C, D, X(2), 3, 0x5A827999L);
    +        R1(D, A, B, C, X(6), 5, 0x5A827999L);
    +        R1(C, D, A, B, X(10), 9, 0x5A827999L);
    +        R1(B, C, D, A, X(14), 13, 0x5A827999L);
    +        R1(A, B, C, D, X(3), 3, 0x5A827999L);
    +        R1(D, A, B, C, X(7), 5, 0x5A827999L);
    +        R1(C, D, A, B, X(11), 9, 0x5A827999L);
    +        R1(B, C, D, A, X(15), 13, 0x5A827999L);
    +        /* Round 2 */
    +        R2(A, B, C, D, X(0), 3, 0x6ED9EBA1L);
    +        R2(D, A, B, C, X(8), 9, 0x6ED9EBA1L);
    +        R2(C, D, A, B, X(4), 11, 0x6ED9EBA1L);
    +        R2(B, C, D, A, X(12), 15, 0x6ED9EBA1L);
    +        R2(A, B, C, D, X(2), 3, 0x6ED9EBA1L);
    +        R2(D, A, B, C, X(10), 9, 0x6ED9EBA1L);
    +        R2(C, D, A, B, X(6), 11, 0x6ED9EBA1L);
    +        R2(B, C, D, A, X(14), 15, 0x6ED9EBA1L);
    +        R2(A, B, C, D, X(1), 3, 0x6ED9EBA1L);
    +        R2(D, A, B, C, X(9), 9, 0x6ED9EBA1L);
    +        R2(C, D, A, B, X(5), 11, 0x6ED9EBA1L);
    +        R2(B, C, D, A, X(13), 15, 0x6ED9EBA1L);
    +        R2(A, B, C, D, X(3), 3, 0x6ED9EBA1L);
    +        R2(D, A, B, C, X(11), 9, 0x6ED9EBA1L);
    +        R2(C, D, A, B, X(7), 11, 0x6ED9EBA1L);
    +        R2(B, C, D, A, X(15), 15, 0x6ED9EBA1L);
     
    -	A = c->A += A;
    -	B = c->B += B;
    -	C = c->C += C;
    -	D = c->D += D;
    -		}
    -	}
    +        A = c->A += A;
    +        B = c->B += B;
    +        C = c->C += C;
    +        D = c->D += D;
    +    }
    +}
     #endif
    diff --git a/openssl/crypto/md4/md4_locl.h b/openssl/crypto/md4/md4_locl.h
    index 99c3e5004..dc86a86c5 100644
    --- a/openssl/crypto/md4/md4_locl.h
    +++ b/openssl/crypto/md4/md4_locl.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,51 +62,52 @@
     #include 
     
     #ifndef MD4_LONG_LOG2
    -#define MD4_LONG_LOG2 2 /* default to 32 bits */
    +# define MD4_LONG_LOG2 2        /* default to 32 bits */
     #endif
     
    -void md4_block_data_order (MD4_CTX *c, const void *p,size_t num);
    +void md4_block_data_order(MD4_CTX *c, const void *p, size_t num);
     
     #define DATA_ORDER_IS_LITTLE_ENDIAN
     
    -#define HASH_LONG		MD4_LONG
    -#define HASH_CTX		MD4_CTX
    -#define HASH_CBLOCK		MD4_CBLOCK
    -#define HASH_UPDATE		MD4_Update
    -#define HASH_TRANSFORM		MD4_Transform
    -#define HASH_FINAL		MD4_Final
    -#define	HASH_MAKE_STRING(c,s)	do {	\
    -	unsigned long ll;		\
    -	ll=(c)->A; (void)HOST_l2c(ll,(s));	\
    -	ll=(c)->B; (void)HOST_l2c(ll,(s));	\
    -	ll=(c)->C; (void)HOST_l2c(ll,(s));	\
    -	ll=(c)->D; (void)HOST_l2c(ll,(s));	\
    -	} while (0)
    -#define	HASH_BLOCK_DATA_ORDER	md4_block_data_order
    +#define HASH_LONG               MD4_LONG
    +#define HASH_CTX                MD4_CTX
    +#define HASH_CBLOCK             MD4_CBLOCK
    +#define HASH_UPDATE             MD4_Update
    +#define HASH_TRANSFORM          MD4_Transform
    +#define HASH_FINAL              MD4_Final
    +#define HASH_MAKE_STRING(c,s)   do {    \
    +        unsigned long ll;               \
    +        ll=(c)->A; (void)HOST_l2c(ll,(s));      \
    +        ll=(c)->B; (void)HOST_l2c(ll,(s));      \
    +        ll=(c)->C; (void)HOST_l2c(ll,(s));      \
    +        ll=(c)->D; (void)HOST_l2c(ll,(s));      \
    +        } while (0)
    +#define HASH_BLOCK_DATA_ORDER   md4_block_data_order
     
     #include "md32_common.h"
     
    -/*
    -#define	F(x,y,z)	(((x) & (y))  |  ((~(x)) & (z)))
    -#define	G(x,y,z)	(((x) & (y))  |  ((x) & ((z))) | ((y) & ((z))))
    +/*-
    +#define F(x,y,z)        (((x) & (y))  |  ((~(x)) & (z)))
    +#define G(x,y,z)        (((x) & (y))  |  ((x) & ((z))) | ((y) & ((z))))
     */
     
    -/* As pointed out by Wei Dai , the above can be
    - * simplified to the code below.  Wei attributes these optimizations
    - * to Peter Gutmann's SHS code, and he attributes it to Rich Schroeppel.
    +/*
    + * As pointed out by Wei Dai , the above can be simplified
    + * to the code below.  Wei attributes these optimizations to Peter Gutmann's
    + * SHS code, and he attributes it to Rich Schroeppel.
      */
    -#define	F(b,c,d)	((((c) ^ (d)) & (b)) ^ (d))
    -#define G(b,c,d)	(((b) & (c)) | ((b) & (d)) | ((c) & (d)))
    -#define	H(b,c,d)	((b) ^ (c) ^ (d))
    +#define F(b,c,d)        ((((c) ^ (d)) & (b)) ^ (d))
    +#define G(b,c,d)        (((b) & (c)) | ((b) & (d)) | ((c) & (d)))
    +#define H(b,c,d)        ((b) ^ (c) ^ (d))
     
     #define R0(a,b,c,d,k,s,t) { \
    -	a+=((k)+(t)+F((b),(c),(d))); \
    -	a=ROTATE(a,s); };
    +        a+=((k)+(t)+F((b),(c),(d))); \
    +        a=ROTATE(a,s); };
     
     #define R1(a,b,c,d,k,s,t) { \
    -	a+=((k)+(t)+G((b),(c),(d))); \
    -	a=ROTATE(a,s); };\
    +        a+=((k)+(t)+G((b),(c),(d))); \
    +        a=ROTATE(a,s); };\
     
     #define R2(a,b,c,d,k,s,t) { \
    -	a+=((k)+(t)+H((b),(c),(d))); \
    -	a=ROTATE(a,s); };
    +        a+=((k)+(t)+H((b),(c),(d))); \
    +        a=ROTATE(a,s); };
    diff --git a/openssl/crypto/md4/md4_one.c b/openssl/crypto/md4/md4_one.c
    index bb6436263..32ebd5fac 100644
    --- a/openssl/crypto/md4/md4_one.c
    +++ b/openssl/crypto/md4/md4_one.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,36 +62,35 @@
     #include 
     
     #ifdef CHARSET_EBCDIC
    -#include 
    +# include 
     #endif
     
     unsigned char *MD4(const unsigned char *d, size_t n, unsigned char *md)
    -	{
    -	MD4_CTX c;
    -	static unsigned char m[MD4_DIGEST_LENGTH];
    +{
    +    MD4_CTX c;
    +    static unsigned char m[MD4_DIGEST_LENGTH];
     
    -	if (md == NULL) md=m;
    -	if (!MD4_Init(&c))
    -		return NULL;
    +    if (md == NULL)
    +        md = m;
    +    if (!MD4_Init(&c))
    +        return NULL;
     #ifndef CHARSET_EBCDIC
    -	MD4_Update(&c,d,n);
    +    MD4_Update(&c, d, n);
     #else
    -	{
    -		char temp[1024];
    -		unsigned long chunk;
    +    {
    +        char temp[1024];
    +        unsigned long chunk;
     
    -		while (n > 0)
    -		{
    -			chunk = (n > sizeof(temp)) ? sizeof(temp) : n;
    -			ebcdic2ascii(temp, d, chunk);
    -			MD4_Update(&c,temp,chunk);
    -			n -= chunk;
    -			d += chunk;
    -		}
    -	}
    +        while (n > 0) {
    +            chunk = (n > sizeof(temp)) ? sizeof(temp) : n;
    +            ebcdic2ascii(temp, d, chunk);
    +            MD4_Update(&c, temp, chunk);
    +            n -= chunk;
    +            d += chunk;
    +        }
    +    }
     #endif
    -	MD4_Final(md,&c);
    -	OPENSSL_cleanse(&c,sizeof(c)); /* security consideration */
    -	return(md);
    -	}
    -
    +    MD4_Final(md, &c);
    +    OPENSSL_cleanse(&c, sizeof(c)); /* security consideration */
    +    return (md);
    +}
    diff --git a/openssl/crypto/md4/md4test.c b/openssl/crypto/md4/md4test.c
    index 56591728a..59f23bb5d 100644
    --- a/openssl/crypto/md4/md4test.c
    +++ b/openssl/crypto/md4/md4test.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -66,71 +66,68 @@
     int main(int argc, char *argv[])
     {
         printf("No MD4 support\n");
    -    return(0);
    +    return (0);
     }
     #else
    -#include 
    -#include 
    +# include 
    +# include 
     
    -static char *test[]={
    -	"",
    -	"a",
    -	"abc",
    -	"message digest",
    -	"abcdefghijklmnopqrstuvwxyz",
    -	"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",
    -	"12345678901234567890123456789012345678901234567890123456789012345678901234567890",
    -	NULL,
    -	};
    +static char *test[] = {
    +    "",
    +    "a",
    +    "abc",
    +    "message digest",
    +    "abcdefghijklmnopqrstuvwxyz",
    +    "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",
    +    "12345678901234567890123456789012345678901234567890123456789012345678901234567890",
    +    NULL,
    +};
     
    -static char *ret[]={
    -"31d6cfe0d16ae931b73c59d7e0c089c0",
    -"bde52cb31de33e46245e05fbdbd6fb24",
    -"a448017aaf21d8525fc10ae87aa6729d",
    -"d9130a8164549fe818874806e1c7014b",
    -"d79e1c308aa5bbcdeea8ed63df412da9",
    -"043f8582f241db351ce627e153e7f0e4",
    -"e33b4ddc9c38f2199c3e7b164fcc0536",
    +static char *ret[] = {
    +    "31d6cfe0d16ae931b73c59d7e0c089c0",
    +    "bde52cb31de33e46245e05fbdbd6fb24",
    +    "a448017aaf21d8525fc10ae87aa6729d",
    +    "d9130a8164549fe818874806e1c7014b",
    +    "d79e1c308aa5bbcdeea8ed63df412da9",
    +    "043f8582f241db351ce627e153e7f0e4",
    +    "e33b4ddc9c38f2199c3e7b164fcc0536",
     };
     
     static char *pt(unsigned char *md);
     int main(int argc, char *argv[])
    -	{
    -	int i,err=0;
    -	char **P,**R;
    -	char *p;
    -	unsigned char md[MD4_DIGEST_LENGTH];
    +{
    +    int i, err = 0;
    +    char **P, **R;
    +    char *p;
    +    unsigned char md[MD4_DIGEST_LENGTH];
     
    -	P=test;
    -	R=ret;
    -	i=1;
    -	while (*P != NULL)
    -		{
    -		EVP_Digest(&(P[0][0]),strlen((char *)*P),md,NULL,EVP_md4(), NULL);
    -		p=pt(md);
    -		if (strcmp(p,(char *)*R) != 0)
    -			{
    -			printf("error calculating MD4 on '%s'\n",*P);
    -			printf("got %s instead of %s\n",p,*R);
    -			err++;
    -			}
    -		else
    -			printf("test %d ok\n",i);
    -		i++;
    -		R++;
    -		P++;
    -		}
    -	EXIT(err);
    -	return(0);
    -	}
    +    P = test;
    +    R = ret;
    +    i = 1;
    +    while (*P != NULL) {
    +        EVP_Digest(&(P[0][0]), strlen((char *)*P), md, NULL, EVP_md4(), NULL);
    +        p = pt(md);
    +        if (strcmp(p, (char *)*R) != 0) {
    +            printf("error calculating MD4 on '%s'\n", *P);
    +            printf("got %s instead of %s\n", p, *R);
    +            err++;
    +        } else
    +            printf("test %d ok\n", i);
    +        i++;
    +        R++;
    +        P++;
    +    }
    +    EXIT(err);
    +    return (0);
    +}
     
     static char *pt(unsigned char *md)
    -	{
    -	int i;
    -	static char buf[80];
    +{
    +    int i;
    +    static char buf[80];
     
    -	for (i=0; i $@
     
    +md5-sparcv9.S:	asm/md5-sparcv9.pl
    +	$(PERL) asm/md5-sparcv9.pl $@ $(CFLAGS)
    +
     files:
     	$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
     
    diff --git a/openssl/crypto/md5/asm/md5-sparcv9.pl b/openssl/crypto/md5/asm/md5-sparcv9.pl
    new file mode 100755
    index 000000000..407da3c1b
    --- /dev/null
    +++ b/openssl/crypto/md5/asm/md5-sparcv9.pl
    @@ -0,0 +1,430 @@
    +#!/usr/bin/env perl
    +
    +# ====================================================================
    +# Written by Andy Polyakov  for the OpenSSL
    +# project. The module is, however, dual licensed under OpenSSL and
    +# CRYPTOGAMS licenses depending on where you obtain it. For further
    +# details see http://www.openssl.org/~appro/cryptogams/.
    +#
    +# Hardware SPARC T4 support by David S. Miller .
    +# ====================================================================
    +
    +# MD5 for SPARCv9, 6.9 cycles per byte on UltraSPARC, >40% faster than
    +# code generated by Sun C 5.2.
    +
    +# SPARC T4 MD5 hardware achieves 3.20 cycles per byte, which is 2.1x
    +# faster than software. Multi-process benchmark saturates at 12x
    +# single-process result on 8-core processor, or ~11GBps per 2.85GHz
    +# socket.
    +
    +$output=shift;
    +open STDOUT,">$output";
    +
    +use integer;
    +
    +($ctx,$inp,$len)=("%i0","%i1","%i2");	# input arguments
    +
    +# 64-bit values
    +@X=("%o0","%o1","%o2","%o3","%o4","%o5","%o7","%g1","%g2");
    +$tx="%g3";
    +($AB,$CD)=("%g4","%g5");
    +
    +# 32-bit values
    +@V=($A,$B,$C,$D)=map("%l$_",(0..3));
    +($t1,$t2,$t3,$saved_asi)=map("%l$_",(4..7));
    +($shr,$shl1,$shl2)=("%i3","%i4","%i5");
    +
    +my @K=(	0xd76aa478,0xe8c7b756,0x242070db,0xc1bdceee,
    +	0xf57c0faf,0x4787c62a,0xa8304613,0xfd469501,
    +	0x698098d8,0x8b44f7af,0xffff5bb1,0x895cd7be,
    +	0x6b901122,0xfd987193,0xa679438e,0x49b40821,
    +
    +	0xf61e2562,0xc040b340,0x265e5a51,0xe9b6c7aa,
    +	0xd62f105d,0x02441453,0xd8a1e681,0xe7d3fbc8,
    +	0x21e1cde6,0xc33707d6,0xf4d50d87,0x455a14ed,
    +	0xa9e3e905,0xfcefa3f8,0x676f02d9,0x8d2a4c8a,
    +
    +	0xfffa3942,0x8771f681,0x6d9d6122,0xfde5380c,
    +	0xa4beea44,0x4bdecfa9,0xf6bb4b60,0xbebfbc70,
    +	0x289b7ec6,0xeaa127fa,0xd4ef3085,0x04881d05,
    +	0xd9d4d039,0xe6db99e5,0x1fa27cf8,0xc4ac5665,
    +
    +	0xf4292244,0x432aff97,0xab9423a7,0xfc93a039,
    +	0x655b59c3,0x8f0ccc92,0xffeff47d,0x85845dd1,
    +	0x6fa87e4f,0xfe2ce6e0,0xa3014314,0x4e0811a1,
    +	0xf7537e82,0xbd3af235,0x2ad7d2bb,0xeb86d391, 0	);
    +
    +sub R0 {
    +  my ($i,$a,$b,$c,$d) = @_;
    +  my $rot = (7,12,17,22)[$i%4];
    +  my $j   = ($i+1)/2;
    +
    +  if ($i&1) {
    +    $code.=<<___;
    +	 srlx	@X[$j],$shr,@X[$j]	! align X[`$i+1`]
    +	and	$b,$t1,$t1		! round $i
    +	 sllx	@X[$j+1],$shl1,$tx
    +	add	$t2,$a,$a
    +	 sllx	$tx,$shl2,$tx
    +	xor	$d,$t1,$t1
    +	 or	$tx,@X[$j],@X[$j]
    +	 sethi	%hi(@K[$i+1]),$t2
    +	add	$t1,$a,$a
    +	 or	$t2,%lo(@K[$i+1]),$t2
    +	sll	$a,$rot,$t3
    +	 add	@X[$j],$t2,$t2		! X[`$i+1`]+K[`$i+1`]
    +	srl	$a,32-$rot,$a
    +	add	$b,$t3,$t3
    +	 xor	 $b,$c,$t1
    +	add	$t3,$a,$a
    +___
    +  } else {
    +    $code.=<<___;
    +	 srlx	@X[$j],32,$tx		! extract X[`2*$j+1`]
    +	and	$b,$t1,$t1		! round $i
    +	add	$t2,$a,$a
    +	xor	$d,$t1,$t1
    +	 sethi	%hi(@K[$i+1]),$t2
    +	add	$t1,$a,$a
    +	 or	$t2,%lo(@K[$i+1]),$t2
    +	sll	$a,$rot,$t3
    +	 add	$tx,$t2,$t2		! X[`2*$j+1`]+K[`$i+1`]
    +	srl	$a,32-$rot,$a
    +	add	$b,$t3,$t3
    +	 xor	 $b,$c,$t1
    +	add	$t3,$a,$a
    +___
    +  }
    +}
    +
    +sub R0_1 {
    +  my ($i,$a,$b,$c,$d) = @_;
    +  my $rot = (7,12,17,22)[$i%4];
    +
    +$code.=<<___;
    +	 srlx	@X[0],32,$tx		! extract X[1]
    +	and	$b,$t1,$t1		! round $i
    +	add	$t2,$a,$a
    +	xor	$d,$t1,$t1
    +	 sethi	%hi(@K[$i+1]),$t2
    +	add	$t1,$a,$a
    +	 or	$t2,%lo(@K[$i+1]),$t2
    +	sll	$a,$rot,$t3
    +	 add	$tx,$t2,$t2		! X[1]+K[`$i+1`]
    +	srl	$a,32-$rot,$a
    +	add	$b,$t3,$t3
    +	 andn	 $b,$c,$t1
    +	add	$t3,$a,$a
    +___
    +}
    +
    +sub R1 {
    +  my ($i,$a,$b,$c,$d) = @_;
    +  my $rot = (5,9,14,20)[$i%4];
    +  my $j   = $i<31 ? (1+5*($i+1))%16 : (5+3*($i+1))%16;
    +  my $xi  = @X[$j/2];
    +
    +$code.=<<___ if ($j&1 && ($xi=$tx));
    +	 srlx	@X[$j/2],32,$xi		! extract X[$j]
    +___
    +$code.=<<___;
    +	and	$b,$d,$t3		! round $i
    +	add	$t2,$a,$a
    +	or	$t3,$t1,$t1
    +	 sethi	%hi(@K[$i+1]),$t2
    +	add	$t1,$a,$a
    +	 or	$t2,%lo(@K[$i+1]),$t2
    +	sll	$a,$rot,$t3
    +	 add	$xi,$t2,$t2		! X[$j]+K[`$i+1`]
    +	srl	$a,32-$rot,$a
    +	add	$b,$t3,$t3
    +	 `$i<31?"andn":"xor"`	 $b,$c,$t1
    +	add	$t3,$a,$a
    +___
    +}
    +
    +sub R2 {
    +  my ($i,$a,$b,$c,$d) = @_;
    +  my $rot = (4,11,16,23)[$i%4];
    +  my $j   = $i<47 ? (5+3*($i+1))%16 : (0+7*($i+1))%16;
    +  my $xi  = @X[$j/2];
    +
    +$code.=<<___ if ($j&1 && ($xi=$tx));
    +	 srlx	@X[$j/2],32,$xi		! extract X[$j]
    +___
    +$code.=<<___;
    +	add	$t2,$a,$a		! round $i
    +	xor	$b,$t1,$t1
    +	 sethi	%hi(@K[$i+1]),$t2
    +	add	$t1,$a,$a
    +	 or	$t2,%lo(@K[$i+1]),$t2
    +	sll	$a,$rot,$t3
    +	 add	$xi,$t2,$t2		! X[$j]+K[`$i+1`]
    +	srl	$a,32-$rot,$a
    +	add	$b,$t3,$t3
    +	 xor	 $b,$c,$t1
    +	add	$t3,$a,$a
    +___
    +}
    +
    +sub R3 {
    +  my ($i,$a,$b,$c,$d) = @_;
    +  my $rot = (6,10,15,21)[$i%4];
    +  my $j   = (0+7*($i+1))%16;
    +  my $xi  = @X[$j/2];
    +
    +$code.=<<___;
    +	add	$t2,$a,$a		! round $i
    +___
    +$code.=<<___ if ($j&1 && ($xi=$tx));
    +	 srlx	@X[$j/2],32,$xi		! extract X[$j]
    +___
    +$code.=<<___;
    +	orn	$b,$d,$t1
    +	 sethi	%hi(@K[$i+1]),$t2
    +	xor	$c,$t1,$t1
    +	 or	$t2,%lo(@K[$i+1]),$t2
    +	add	$t1,$a,$a
    +	sll	$a,$rot,$t3
    +	 add	$xi,$t2,$t2		! X[$j]+K[`$i+1`]
    +	srl	$a,32-$rot,$a
    +	add	$b,$t3,$t3
    +	add	$t3,$a,$a
    +___
    +}
    +
    +$code.=<<___;
    +#include "sparc_arch.h"
    +
    +#ifdef __arch64__
    +.register	%g2,#scratch
    +.register	%g3,#scratch
    +#endif
    +
    +.section	".text",#alloc,#execinstr
    +
    +#ifdef __PIC__
    +SPARC_PIC_THUNK(%g1)
    +#endif
    +
    +.globl	md5_block_asm_data_order
    +.align	32
    +md5_block_asm_data_order:
    +	SPARC_LOAD_ADDRESS_LEAF(OPENSSL_sparcv9cap_P,%g1,%g5)
    +	ld	[%g1+4],%g1		! OPENSSL_sparcv9cap_P[1]
    +
    +	andcc	%g1, CFR_MD5, %g0
    +	be	.Lsoftware
    +	nop
    +
    +	mov	4, %g1
    +	andcc	%o1, 0x7, %g0
    +	lda	[%o0 + %g0]0x88, %f0		! load context
    +	lda	[%o0 + %g1]0x88, %f1
    +	add	%o0, 8, %o0
    +	lda	[%o0 + %g0]0x88, %f2
    +	lda	[%o0 + %g1]0x88, %f3
    +	bne,pn	%icc, .Lhwunaligned
    +	sub	%o0, 8, %o0
    +
    +.Lhw_loop:
    +	ldd	[%o1 + 0x00], %f8
    +	ldd	[%o1 + 0x08], %f10
    +	ldd	[%o1 + 0x10], %f12
    +	ldd	[%o1 + 0x18], %f14
    +	ldd	[%o1 + 0x20], %f16
    +	ldd	[%o1 + 0x28], %f18
    +	ldd	[%o1 + 0x30], %f20
    +	subcc	%o2, 1, %o2		! done yet? 
    +	ldd	[%o1 + 0x38], %f22
    +	add	%o1, 0x40, %o1
    +	prefetch [%o1 + 63], 20
    +
    +	.word	0x81b02800		! MD5
    +
    +	bne,pt	SIZE_T_CC, .Lhw_loop
    +	nop
    +
    +.Lhwfinish:
    +	sta	%f0, [%o0 + %g0]0x88	! store context
    +	sta	%f1, [%o0 + %g1]0x88
    +	add	%o0, 8, %o0
    +	sta	%f2, [%o0 + %g0]0x88
    +	sta	%f3, [%o0 + %g1]0x88
    +	retl
    +	nop
    +
    +.align	8
    +.Lhwunaligned:
    +	alignaddr %o1, %g0, %o1
    +
    +	ldd	[%o1 + 0x00], %f10
    +.Lhwunaligned_loop:
    +	ldd	[%o1 + 0x08], %f12
    +	ldd	[%o1 + 0x10], %f14
    +	ldd	[%o1 + 0x18], %f16
    +	ldd	[%o1 + 0x20], %f18
    +	ldd	[%o1 + 0x28], %f20
    +	ldd	[%o1 + 0x30], %f22
    +	ldd	[%o1 + 0x38], %f24
    +	subcc	%o2, 1, %o2		! done yet?
    +	ldd	[%o1 + 0x40], %f26
    +	add	%o1, 0x40, %o1
    +	prefetch [%o1 + 63], 20
    +
    +	faligndata %f10, %f12, %f8
    +	faligndata %f12, %f14, %f10
    +	faligndata %f14, %f16, %f12
    +	faligndata %f16, %f18, %f14
    +	faligndata %f18, %f20, %f16
    +	faligndata %f20, %f22, %f18
    +	faligndata %f22, %f24, %f20
    +	faligndata %f24, %f26, %f22
    +
    +	.word	0x81b02800		! MD5
    +
    +	bne,pt	SIZE_T_CC, .Lhwunaligned_loop
    +	for	%f26, %f26, %f10	! %f10=%f26
    +
    +	ba	.Lhwfinish
    +	nop
    +
    +.align	16
    +.Lsoftware:
    +	save	%sp,-STACK_FRAME,%sp
    +
    +	rd	%asi,$saved_asi
    +	wr	%g0,0x88,%asi		! ASI_PRIMARY_LITTLE
    +	and	$inp,7,$shr
    +	andn	$inp,7,$inp
    +
    +	sll	$shr,3,$shr		! *=8
    +	mov	56,$shl2
    +	ld	[$ctx+0],$A
    +	sub	$shl2,$shr,$shl2
    +	ld	[$ctx+4],$B
    +	and	$shl2,32,$shl1
    +	add	$shl2,8,$shl2
    +	ld	[$ctx+8],$C
    +	sub	$shl2,$shl1,$shl2	! shr+shl1+shl2==64
    +	ld	[$ctx+12],$D
    +	nop
    +
    +.Loop:
    +	 cmp	$shr,0			! was inp aligned?
    +	ldxa	[$inp+0]%asi,@X[0]	! load little-endian input
    +	ldxa	[$inp+8]%asi,@X[1]
    +	ldxa	[$inp+16]%asi,@X[2]
    +	ldxa	[$inp+24]%asi,@X[3]
    +	ldxa	[$inp+32]%asi,@X[4]
    +	 sllx	$A,32,$AB		! pack A,B
    +	ldxa	[$inp+40]%asi,@X[5]
    +	 sllx	$C,32,$CD		! pack C,D
    +	ldxa	[$inp+48]%asi,@X[6]
    +	 or	$B,$AB,$AB
    +	ldxa	[$inp+56]%asi,@X[7]
    +	 or	$D,$CD,$CD
    +	bnz,a,pn	%icc,.+8
    +	ldxa	[$inp+64]%asi,@X[8]
    +
    +	srlx	@X[0],$shr,@X[0]	! align X[0]
    +	sllx	@X[1],$shl1,$tx
    +	 sethi	%hi(@K[0]),$t2
    +	sllx	$tx,$shl2,$tx
    +	 or	$t2,%lo(@K[0]),$t2
    +	or	$tx,@X[0],@X[0]
    +	 xor	$C,$D,$t1
    +	 add	@X[0],$t2,$t2		! X[0]+K[0]
    +___
    +	for ($i=0;$i<15;$i++)	{ &R0($i,@V);	unshift(@V,pop(@V)); }
    +	for (;$i<16;$i++)	{ &R0_1($i,@V);	unshift(@V,pop(@V)); }
    +	for (;$i<32;$i++)	{ &R1($i,@V);	unshift(@V,pop(@V)); }
    +	for (;$i<48;$i++)	{ &R2($i,@V);	unshift(@V,pop(@V)); }
    +	for (;$i<64;$i++)	{ &R3($i,@V);	unshift(@V,pop(@V)); }
    +$code.=<<___;
    +	srlx	$AB,32,$t1		! unpack A,B,C,D and accumulate
    +	add	$inp,64,$inp		! advance inp
    +	srlx	$CD,32,$t2
    +	add	$t1,$A,$A
    +	subcc	$len,1,$len		! done yet?
    +	add	$AB,$B,$B
    +	add	$t2,$C,$C
    +	add	$CD,$D,$D
    +	srl	$B,0,$B			! clruw	$B
    +	bne	SIZE_T_CC,.Loop
    +	srl	$D,0,$D			! clruw	$D
    +
    +	st	$A,[$ctx+0]		! write out ctx
    +	st	$B,[$ctx+4]
    +	st	$C,[$ctx+8]
    +	st	$D,[$ctx+12]
    +
    +	wr	%g0,$saved_asi,%asi
    +	ret
    +	restore
    +.type	md5_block_asm_data_order,#function
    +.size	md5_block_asm_data_order,(.-md5_block_asm_data_order)
    +
    +.asciz	"MD5 block transform for SPARCv9, CRYPTOGAMS by "
    +.align	4
    +___
    +
    +# Purpose of these subroutines is to explicitly encode VIS instructions,
    +# so that one can compile the module without having to specify VIS
    +# extentions on compiler command line, e.g. -xarch=v9 vs. -xarch=v9a.
    +# Idea is to reserve for option to produce "universal" binary and let
    +# programmer detect if current CPU is VIS capable at run-time.
    +sub unvis {
    +my ($mnemonic,$rs1,$rs2,$rd)=@_;
    +my $ref,$opf;
    +my %visopf = (	"faligndata"	=> 0x048,
    +		"for"		=> 0x07c	);
    +
    +    $ref = "$mnemonic\t$rs1,$rs2,$rd";
    +
    +    if ($opf=$visopf{$mnemonic}) {
    +	foreach ($rs1,$rs2,$rd) {
    +	    return $ref if (!/%f([0-9]{1,2})/);
    +	    $_=$1;
    +	    if ($1>=32) {
    +		return $ref if ($1&1);
    +		# re-encode for upper double register addressing
    +		$_=($1|$1>>5)&31;
    +	    }
    +	}
    +
    +	return	sprintf ".word\t0x%08x !%s",
    +			0x81b00000|$rd<<25|$rs1<<14|$opf<<5|$rs2,
    +			$ref;
    +    } else {
    +	return $ref;
    +    }
    +}
    +sub unalignaddr {
    +my ($mnemonic,$rs1,$rs2,$rd)=@_;
    +my %bias = ( "g" => 0, "o" => 8, "l" => 16, "i" => 24 );
    +my $ref="$mnemonic\t$rs1,$rs2,$rd";
    +
    +    foreach ($rs1,$rs2,$rd) {
    +	if (/%([goli])([0-7])/)	{ $_=$bias{$1}+$2; }
    +	else			{ return $ref; }
    +    }
    +    return  sprintf ".word\t0x%08x !%s",
    +		    0x81b00300|$rd<<25|$rs1<<14|$rs2,
    +		    $ref;
    +}
    +
    +foreach (split("\n",$code)) {
    +	s/\`([^\`]*)\`/eval $1/ge;
    +
    +	s/\b(f[^\s]*)\s+(%f[0-9]{1,2}),\s*(%f[0-9]{1,2}),\s*(%f[0-9]{1,2})/
    +		&unvis($1,$2,$3,$4)
    +	 /ge;
    +	s/\b(alignaddr)\s+(%[goli][0-7]),\s*(%[goli][0-7]),\s*(%[goli][0-7])/
    +		&unalignaddr($1,$2,$3,$4)
    +	 /ge;
    +
    +	print $_,"\n";
    +}
    +
    +close STDOUT;
    diff --git a/openssl/crypto/md5/md5.c b/openssl/crypto/md5/md5.c
    index 563733abc..f0282c507 100644
    --- a/openssl/crypto/md5/md5.c
    +++ b/openssl/crypto/md5/md5.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,7 +60,7 @@
     #include 
     #include 
     
    -#define BUFSIZE	1024*16
    +#define BUFSIZE 1024*16
     
     void do_fp(FILE *f);
     void pt(unsigned char *md);
    @@ -69,59 +69,53 @@ int read(int, void *, unsigned int);
     #endif
     
     int main(int argc, char **argv)
    -	{
    -	int i,err=0;
    -	FILE *IN;
    +{
    +    int i, err = 0;
    +    FILE *IN;
     
    -	if (argc == 1)
    -		{
    -		do_fp(stdin);
    -		}
    -	else
    -		{
    -		for (i=1; i
    -#include 
    +# include 
    +# include 
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -#ifdef OPENSSL_NO_MD5
    -#error MD5 is disabled.
    -#endif
    +# ifdef OPENSSL_NO_MD5
    +#  error MD5 is disabled.
    +# endif
     
     /*
      * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
      * ! MD5_LONG has to be at least 32 bits wide. If it's wider, then !
    - * ! MD5_LONG_LOG2 has to be defined along.			   !
    + * ! MD5_LONG_LOG2 has to be defined along.                        !
      * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
      */
     
    -#if defined(__LP32__)
    -#define MD5_LONG unsigned long
    -#elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__)
    -#define MD5_LONG unsigned long
    -#define MD5_LONG_LOG2 3
    +# if defined(__LP32__)
    +#  define MD5_LONG unsigned long
    +# elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__)
    +#  define MD5_LONG unsigned long
    +#  define MD5_LONG_LOG2 3
     /*
      * _CRAY note. I could declare short, but I have no idea what impact
      * does it have on performance on none-T3E machines. I could declare
      * int, but at least on C90 sizeof(int) can be chosen at compile time.
      * So I've chosen long...
    - *					
    + *                                      
      */
    -#else
    -#define MD5_LONG unsigned int
    -#endif
    +# else
    +#  define MD5_LONG unsigned int
    +# endif
     
    -#define MD5_CBLOCK	64
    -#define MD5_LBLOCK	(MD5_CBLOCK/4)
    -#define MD5_DIGEST_LENGTH 16
    +# define MD5_CBLOCK      64
    +# define MD5_LBLOCK      (MD5_CBLOCK/4)
    +# define MD5_DIGEST_LENGTH 16
     
    -typedef struct MD5state_st
    -	{
    -	MD5_LONG A,B,C,D;
    -	MD5_LONG Nl,Nh;
    -	MD5_LONG data[MD5_LBLOCK];
    -	unsigned int num;
    -	} MD5_CTX;
    +typedef struct MD5state_st {
    +    MD5_LONG A, B, C, D;
    +    MD5_LONG Nl, Nh;
    +    MD5_LONG data[MD5_LBLOCK];
    +    unsigned int num;
    +} MD5_CTX;
     
    -#ifdef OPENSSL_FIPS
    +# ifdef OPENSSL_FIPS
     int private_MD5_Init(MD5_CTX *c);
    -#endif
    +# endif
     int MD5_Init(MD5_CTX *c);
     int MD5_Update(MD5_CTX *c, const void *data, size_t len);
     int MD5_Final(unsigned char *md, MD5_CTX *c);
    diff --git a/openssl/crypto/md5/md5_dgst.c b/openssl/crypto/md5/md5_dgst.c
    index 265890de5..2b5194670 100644
    --- a/openssl/crypto/md5/md5_dgst.c
    +++ b/openssl/crypto/md5/md5_dgst.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,9 +61,10 @@
     #include 
     #include 
     
    -const char MD5_version[]="MD5" OPENSSL_VERSION_PTEXT;
    +const char MD5_version[] = "MD5" OPENSSL_VERSION_PTEXT;
     
    -/* Implemented from RFC1321 The MD5 Message-Digest Algorithm
    +/*
    + * Implemented from RFC1321 The MD5 Message-Digest Algorithm
      */
     
     #define INIT_DATA_A (unsigned long)0x67452301L
    @@ -72,114 +73,144 @@ const char MD5_version[]="MD5" OPENSSL_VERSION_PTEXT;
     #define INIT_DATA_D (unsigned long)0x10325476L
     
     fips_md_init(MD5)
    -	{
    -	memset (c,0,sizeof(*c));
    -	c->A=INIT_DATA_A;
    -	c->B=INIT_DATA_B;
    -	c->C=INIT_DATA_C;
    -	c->D=INIT_DATA_D;
    -	return 1;
    -	}
    +{
    +    memset(c, 0, sizeof(*c));
    +    c->A = INIT_DATA_A;
    +    c->B = INIT_DATA_B;
    +    c->C = INIT_DATA_C;
    +    c->D = INIT_DATA_D;
    +    return 1;
    +}
     
     #ifndef md5_block_data_order
    -#ifdef X
    -#undef X
    -#endif
    -void md5_block_data_order (MD5_CTX *c, const void *data_, size_t num)
    -	{
    -	const unsigned char *data=data_;
    -	register unsigned MD32_REG_T A,B,C,D,l;
    -#ifndef MD32_XARRAY
    -	/* See comment in crypto/sha/sha_locl.h for details. */
    -	unsigned MD32_REG_T	XX0, XX1, XX2, XX3, XX4, XX5, XX6, XX7,
    -				XX8, XX9,XX10,XX11,XX12,XX13,XX14,XX15;
    -# define X(i)	XX##i
    -#else
    -	MD5_LONG XX[MD5_LBLOCK];
    -# define X(i)	XX[i]
    -#endif
    +# ifdef X
    +#  undef X
    +# endif
    +void md5_block_data_order(MD5_CTX *c, const void *data_, size_t num)
    +{
    +    const unsigned char *data = data_;
    +    register unsigned MD32_REG_T A, B, C, D, l;
    +# ifndef MD32_XARRAY
    +    /* See comment in crypto/sha/sha_locl.h for details. */
    +    unsigned MD32_REG_T XX0, XX1, XX2, XX3, XX4, XX5, XX6, XX7,
    +        XX8, XX9, XX10, XX11, XX12, XX13, XX14, XX15;
    +#  define X(i)   XX##i
    +# else
    +    MD5_LONG XX[MD5_LBLOCK];
    +#  define X(i)   XX[i]
    +# endif
     
    -	A=c->A;
    -	B=c->B;
    -	C=c->C;
    -	D=c->D;
    +    A = c->A;
    +    B = c->B;
    +    C = c->C;
    +    D = c->D;
     
    -	for (;num--;)
    -		{
    -	HOST_c2l(data,l); X( 0)=l;		HOST_c2l(data,l); X( 1)=l;
    -	/* Round 0 */
    -	R0(A,B,C,D,X( 0), 7,0xd76aa478L);	HOST_c2l(data,l); X( 2)=l;
    -	R0(D,A,B,C,X( 1),12,0xe8c7b756L);	HOST_c2l(data,l); X( 3)=l;
    -	R0(C,D,A,B,X( 2),17,0x242070dbL);	HOST_c2l(data,l); X( 4)=l;
    -	R0(B,C,D,A,X( 3),22,0xc1bdceeeL);	HOST_c2l(data,l); X( 5)=l;
    -	R0(A,B,C,D,X( 4), 7,0xf57c0fafL);	HOST_c2l(data,l); X( 6)=l;
    -	R0(D,A,B,C,X( 5),12,0x4787c62aL);	HOST_c2l(data,l); X( 7)=l;
    -	R0(C,D,A,B,X( 6),17,0xa8304613L);	HOST_c2l(data,l); X( 8)=l;
    -	R0(B,C,D,A,X( 7),22,0xfd469501L);	HOST_c2l(data,l); X( 9)=l;
    -	R0(A,B,C,D,X( 8), 7,0x698098d8L);	HOST_c2l(data,l); X(10)=l;
    -	R0(D,A,B,C,X( 9),12,0x8b44f7afL);	HOST_c2l(data,l); X(11)=l;
    -	R0(C,D,A,B,X(10),17,0xffff5bb1L);	HOST_c2l(data,l); X(12)=l;
    -	R0(B,C,D,A,X(11),22,0x895cd7beL);	HOST_c2l(data,l); X(13)=l;
    -	R0(A,B,C,D,X(12), 7,0x6b901122L);	HOST_c2l(data,l); X(14)=l;
    -	R0(D,A,B,C,X(13),12,0xfd987193L);	HOST_c2l(data,l); X(15)=l;
    -	R0(C,D,A,B,X(14),17,0xa679438eL);
    -	R0(B,C,D,A,X(15),22,0x49b40821L);
    -	/* Round 1 */
    -	R1(A,B,C,D,X( 1), 5,0xf61e2562L);
    -	R1(D,A,B,C,X( 6), 9,0xc040b340L);
    -	R1(C,D,A,B,X(11),14,0x265e5a51L);
    -	R1(B,C,D,A,X( 0),20,0xe9b6c7aaL);
    -	R1(A,B,C,D,X( 5), 5,0xd62f105dL);
    -	R1(D,A,B,C,X(10), 9,0x02441453L);
    -	R1(C,D,A,B,X(15),14,0xd8a1e681L);
    -	R1(B,C,D,A,X( 4),20,0xe7d3fbc8L);
    -	R1(A,B,C,D,X( 9), 5,0x21e1cde6L);
    -	R1(D,A,B,C,X(14), 9,0xc33707d6L);
    -	R1(C,D,A,B,X( 3),14,0xf4d50d87L);
    -	R1(B,C,D,A,X( 8),20,0x455a14edL);
    -	R1(A,B,C,D,X(13), 5,0xa9e3e905L);
    -	R1(D,A,B,C,X( 2), 9,0xfcefa3f8L);
    -	R1(C,D,A,B,X( 7),14,0x676f02d9L);
    -	R1(B,C,D,A,X(12),20,0x8d2a4c8aL);
    -	/* Round 2 */
    -	R2(A,B,C,D,X( 5), 4,0xfffa3942L);
    -	R2(D,A,B,C,X( 8),11,0x8771f681L);
    -	R2(C,D,A,B,X(11),16,0x6d9d6122L);
    -	R2(B,C,D,A,X(14),23,0xfde5380cL);
    -	R2(A,B,C,D,X( 1), 4,0xa4beea44L);
    -	R2(D,A,B,C,X( 4),11,0x4bdecfa9L);
    -	R2(C,D,A,B,X( 7),16,0xf6bb4b60L);
    -	R2(B,C,D,A,X(10),23,0xbebfbc70L);
    -	R2(A,B,C,D,X(13), 4,0x289b7ec6L);
    -	R2(D,A,B,C,X( 0),11,0xeaa127faL);
    -	R2(C,D,A,B,X( 3),16,0xd4ef3085L);
    -	R2(B,C,D,A,X( 6),23,0x04881d05L);
    -	R2(A,B,C,D,X( 9), 4,0xd9d4d039L);
    -	R2(D,A,B,C,X(12),11,0xe6db99e5L);
    -	R2(C,D,A,B,X(15),16,0x1fa27cf8L);
    -	R2(B,C,D,A,X( 2),23,0xc4ac5665L);
    -	/* Round 3 */
    -	R3(A,B,C,D,X( 0), 6,0xf4292244L);
    -	R3(D,A,B,C,X( 7),10,0x432aff97L);
    -	R3(C,D,A,B,X(14),15,0xab9423a7L);
    -	R3(B,C,D,A,X( 5),21,0xfc93a039L);
    -	R3(A,B,C,D,X(12), 6,0x655b59c3L);
    -	R3(D,A,B,C,X( 3),10,0x8f0ccc92L);
    -	R3(C,D,A,B,X(10),15,0xffeff47dL);
    -	R3(B,C,D,A,X( 1),21,0x85845dd1L);
    -	R3(A,B,C,D,X( 8), 6,0x6fa87e4fL);
    -	R3(D,A,B,C,X(15),10,0xfe2ce6e0L);
    -	R3(C,D,A,B,X( 6),15,0xa3014314L);
    -	R3(B,C,D,A,X(13),21,0x4e0811a1L);
    -	R3(A,B,C,D,X( 4), 6,0xf7537e82L);
    -	R3(D,A,B,C,X(11),10,0xbd3af235L);
    -	R3(C,D,A,B,X( 2),15,0x2ad7d2bbL);
    -	R3(B,C,D,A,X( 9),21,0xeb86d391L);
    +    for (; num--;) {
    +        HOST_c2l(data, l);
    +        X(0) = l;
    +        HOST_c2l(data, l);
    +        X(1) = l;
    +        /* Round 0 */
    +        R0(A, B, C, D, X(0), 7, 0xd76aa478L);
    +        HOST_c2l(data, l);
    +        X(2) = l;
    +        R0(D, A, B, C, X(1), 12, 0xe8c7b756L);
    +        HOST_c2l(data, l);
    +        X(3) = l;
    +        R0(C, D, A, B, X(2), 17, 0x242070dbL);
    +        HOST_c2l(data, l);
    +        X(4) = l;
    +        R0(B, C, D, A, X(3), 22, 0xc1bdceeeL);
    +        HOST_c2l(data, l);
    +        X(5) = l;
    +        R0(A, B, C, D, X(4), 7, 0xf57c0fafL);
    +        HOST_c2l(data, l);
    +        X(6) = l;
    +        R0(D, A, B, C, X(5), 12, 0x4787c62aL);
    +        HOST_c2l(data, l);
    +        X(7) = l;
    +        R0(C, D, A, B, X(6), 17, 0xa8304613L);
    +        HOST_c2l(data, l);
    +        X(8) = l;
    +        R0(B, C, D, A, X(7), 22, 0xfd469501L);
    +        HOST_c2l(data, l);
    +        X(9) = l;
    +        R0(A, B, C, D, X(8), 7, 0x698098d8L);
    +        HOST_c2l(data, l);
    +        X(10) = l;
    +        R0(D, A, B, C, X(9), 12, 0x8b44f7afL);
    +        HOST_c2l(data, l);
    +        X(11) = l;
    +        R0(C, D, A, B, X(10), 17, 0xffff5bb1L);
    +        HOST_c2l(data, l);
    +        X(12) = l;
    +        R0(B, C, D, A, X(11), 22, 0x895cd7beL);
    +        HOST_c2l(data, l);
    +        X(13) = l;
    +        R0(A, B, C, D, X(12), 7, 0x6b901122L);
    +        HOST_c2l(data, l);
    +        X(14) = l;
    +        R0(D, A, B, C, X(13), 12, 0xfd987193L);
    +        HOST_c2l(data, l);
    +        X(15) = l;
    +        R0(C, D, A, B, X(14), 17, 0xa679438eL);
    +        R0(B, C, D, A, X(15), 22, 0x49b40821L);
    +        /* Round 1 */
    +        R1(A, B, C, D, X(1), 5, 0xf61e2562L);
    +        R1(D, A, B, C, X(6), 9, 0xc040b340L);
    +        R1(C, D, A, B, X(11), 14, 0x265e5a51L);
    +        R1(B, C, D, A, X(0), 20, 0xe9b6c7aaL);
    +        R1(A, B, C, D, X(5), 5, 0xd62f105dL);
    +        R1(D, A, B, C, X(10), 9, 0x02441453L);
    +        R1(C, D, A, B, X(15), 14, 0xd8a1e681L);
    +        R1(B, C, D, A, X(4), 20, 0xe7d3fbc8L);
    +        R1(A, B, C, D, X(9), 5, 0x21e1cde6L);
    +        R1(D, A, B, C, X(14), 9, 0xc33707d6L);
    +        R1(C, D, A, B, X(3), 14, 0xf4d50d87L);
    +        R1(B, C, D, A, X(8), 20, 0x455a14edL);
    +        R1(A, B, C, D, X(13), 5, 0xa9e3e905L);
    +        R1(D, A, B, C, X(2), 9, 0xfcefa3f8L);
    +        R1(C, D, A, B, X(7), 14, 0x676f02d9L);
    +        R1(B, C, D, A, X(12), 20, 0x8d2a4c8aL);
    +        /* Round 2 */
    +        R2(A, B, C, D, X(5), 4, 0xfffa3942L);
    +        R2(D, A, B, C, X(8), 11, 0x8771f681L);
    +        R2(C, D, A, B, X(11), 16, 0x6d9d6122L);
    +        R2(B, C, D, A, X(14), 23, 0xfde5380cL);
    +        R2(A, B, C, D, X(1), 4, 0xa4beea44L);
    +        R2(D, A, B, C, X(4), 11, 0x4bdecfa9L);
    +        R2(C, D, A, B, X(7), 16, 0xf6bb4b60L);
    +        R2(B, C, D, A, X(10), 23, 0xbebfbc70L);
    +        R2(A, B, C, D, X(13), 4, 0x289b7ec6L);
    +        R2(D, A, B, C, X(0), 11, 0xeaa127faL);
    +        R2(C, D, A, B, X(3), 16, 0xd4ef3085L);
    +        R2(B, C, D, A, X(6), 23, 0x04881d05L);
    +        R2(A, B, C, D, X(9), 4, 0xd9d4d039L);
    +        R2(D, A, B, C, X(12), 11, 0xe6db99e5L);
    +        R2(C, D, A, B, X(15), 16, 0x1fa27cf8L);
    +        R2(B, C, D, A, X(2), 23, 0xc4ac5665L);
    +        /* Round 3 */
    +        R3(A, B, C, D, X(0), 6, 0xf4292244L);
    +        R3(D, A, B, C, X(7), 10, 0x432aff97L);
    +        R3(C, D, A, B, X(14), 15, 0xab9423a7L);
    +        R3(B, C, D, A, X(5), 21, 0xfc93a039L);
    +        R3(A, B, C, D, X(12), 6, 0x655b59c3L);
    +        R3(D, A, B, C, X(3), 10, 0x8f0ccc92L);
    +        R3(C, D, A, B, X(10), 15, 0xffeff47dL);
    +        R3(B, C, D, A, X(1), 21, 0x85845dd1L);
    +        R3(A, B, C, D, X(8), 6, 0x6fa87e4fL);
    +        R3(D, A, B, C, X(15), 10, 0xfe2ce6e0L);
    +        R3(C, D, A, B, X(6), 15, 0xa3014314L);
    +        R3(B, C, D, A, X(13), 21, 0x4e0811a1L);
    +        R3(A, B, C, D, X(4), 6, 0xf7537e82L);
    +        R3(D, A, B, C, X(11), 10, 0xbd3af235L);
    +        R3(C, D, A, B, X(2), 15, 0x2ad7d2bbL);
    +        R3(B, C, D, A, X(9), 21, 0xeb86d391L);
     
    -	A = c->A += A;
    -	B = c->B += B;
    -	C = c->C += C;
    -	D = c->D += D;
    -		}
    -	}
    +        A = c->A += A;
    +        B = c->B += B;
    +        C = c->C += C;
    +        D = c->D += D;
    +    }
    +}
     #endif
    diff --git a/openssl/crypto/md5/md5_locl.h b/openssl/crypto/md5/md5_locl.h
    index 74d63d1f9..82e69218d 100644
    --- a/openssl/crypto/md5/md5_locl.h
    +++ b/openssl/crypto/md5/md5_locl.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,7 +62,7 @@
     #include 
     
     #ifndef MD5_LONG_LOG2
    -#define MD5_LONG_LOG2 2 /* default to 32 bits */
    +# define MD5_LONG_LOG2 2        /* default to 32 bits */
     #endif
     
     #ifdef MD5_ASM
    @@ -71,60 +71,63 @@
     #  define md5_block_data_order md5_block_asm_data_order
     # elif defined(__ia64) || defined(__ia64__) || defined(_M_IA64)
     #  define md5_block_data_order md5_block_asm_data_order
    +# elif defined(__sparc) || defined(__sparc__)
    +#  define md5_block_data_order md5_block_asm_data_order
     # endif
     #endif
     
    -void md5_block_data_order (MD5_CTX *c, const void *p,size_t num);
    +void md5_block_data_order(MD5_CTX *c, const void *p, size_t num);
     
     #define DATA_ORDER_IS_LITTLE_ENDIAN
     
    -#define HASH_LONG		MD5_LONG
    -#define HASH_CTX		MD5_CTX
    -#define HASH_CBLOCK		MD5_CBLOCK
    -#define HASH_UPDATE		MD5_Update
    -#define HASH_TRANSFORM		MD5_Transform
    -#define HASH_FINAL		MD5_Final
    -#define	HASH_MAKE_STRING(c,s)	do {	\
    -	unsigned long ll;		\
    -	ll=(c)->A; (void)HOST_l2c(ll,(s));	\
    -	ll=(c)->B; (void)HOST_l2c(ll,(s));	\
    -	ll=(c)->C; (void)HOST_l2c(ll,(s));	\
    -	ll=(c)->D; (void)HOST_l2c(ll,(s));	\
    -	} while (0)
    -#define	HASH_BLOCK_DATA_ORDER	md5_block_data_order
    +#define HASH_LONG               MD5_LONG
    +#define HASH_CTX                MD5_CTX
    +#define HASH_CBLOCK             MD5_CBLOCK
    +#define HASH_UPDATE             MD5_Update
    +#define HASH_TRANSFORM          MD5_Transform
    +#define HASH_FINAL              MD5_Final
    +#define HASH_MAKE_STRING(c,s)   do {    \
    +        unsigned long ll;               \
    +        ll=(c)->A; (void)HOST_l2c(ll,(s));      \
    +        ll=(c)->B; (void)HOST_l2c(ll,(s));      \
    +        ll=(c)->C; (void)HOST_l2c(ll,(s));      \
    +        ll=(c)->D; (void)HOST_l2c(ll,(s));      \
    +        } while (0)
    +#define HASH_BLOCK_DATA_ORDER   md5_block_data_order
     
     #include "md32_common.h"
     
    -/*
    -#define	F(x,y,z)	(((x) & (y))  |  ((~(x)) & (z)))
    -#define	G(x,y,z)	(((x) & (z))  |  ((y) & (~(z))))
    +/*-
    +#define F(x,y,z)        (((x) & (y))  |  ((~(x)) & (z)))
    +#define G(x,y,z)        (((x) & (z))  |  ((y) & (~(z))))
     */
     
    -/* As pointed out by Wei Dai , the above can be
    - * simplified to the code below.  Wei attributes these optimizations
    - * to Peter Gutmann's SHS code, and he attributes it to Rich Schroeppel.
    +/*
    + * As pointed out by Wei Dai , the above can be simplified
    + * to the code below.  Wei attributes these optimizations to Peter Gutmann's
    + * SHS code, and he attributes it to Rich Schroeppel.
      */
    -#define	F(b,c,d)	((((c) ^ (d)) & (b)) ^ (d))
    -#define	G(b,c,d)	((((b) ^ (c)) & (d)) ^ (c))
    -#define	H(b,c,d)	((b) ^ (c) ^ (d))
    -#define	I(b,c,d)	(((~(d)) | (b)) ^ (c))
    +#define F(b,c,d)        ((((c) ^ (d)) & (b)) ^ (d))
    +#define G(b,c,d)        ((((b) ^ (c)) & (d)) ^ (c))
    +#define H(b,c,d)        ((b) ^ (c) ^ (d))
    +#define I(b,c,d)        (((~(d)) | (b)) ^ (c))
     
     #define R0(a,b,c,d,k,s,t) { \
    -	a+=((k)+(t)+F((b),(c),(d))); \
    -	a=ROTATE(a,s); \
    -	a+=b; };\
    +        a+=((k)+(t)+F((b),(c),(d))); \
    +        a=ROTATE(a,s); \
    +        a+=b; };\
     
     #define R1(a,b,c,d,k,s,t) { \
    -	a+=((k)+(t)+G((b),(c),(d))); \
    -	a=ROTATE(a,s); \
    -	a+=b; };
    +        a+=((k)+(t)+G((b),(c),(d))); \
    +        a=ROTATE(a,s); \
    +        a+=b; };
     
     #define R2(a,b,c,d,k,s,t) { \
    -	a+=((k)+(t)+H((b),(c),(d))); \
    -	a=ROTATE(a,s); \
    -	a+=b; };
    +        a+=((k)+(t)+H((b),(c),(d))); \
    +        a=ROTATE(a,s); \
    +        a+=b; };
     
     #define R3(a,b,c,d,k,s,t) { \
    -	a+=((k)+(t)+I((b),(c),(d))); \
    -	a=ROTATE(a,s); \
    -	a+=b; };
    +        a+=((k)+(t)+I((b),(c),(d))); \
    +        a=ROTATE(a,s); \
    +        a+=b; };
    diff --git a/openssl/crypto/md5/md5_one.c b/openssl/crypto/md5/md5_one.c
    index 43fee8937..4ac882e73 100644
    --- a/openssl/crypto/md5/md5_one.c
    +++ b/openssl/crypto/md5/md5_one.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,36 +62,35 @@
     #include 
     
     #ifdef CHARSET_EBCDIC
    -#include 
    +# include 
     #endif
     
     unsigned char *MD5(const unsigned char *d, size_t n, unsigned char *md)
    -	{
    -	MD5_CTX c;
    -	static unsigned char m[MD5_DIGEST_LENGTH];
    +{
    +    MD5_CTX c;
    +    static unsigned char m[MD5_DIGEST_LENGTH];
     
    -	if (md == NULL) md=m;
    -	if (!MD5_Init(&c))
    -		return NULL;
    +    if (md == NULL)
    +        md = m;
    +    if (!MD5_Init(&c))
    +        return NULL;
     #ifndef CHARSET_EBCDIC
    -	MD5_Update(&c,d,n);
    +    MD5_Update(&c, d, n);
     #else
    -	{
    -		char temp[1024];
    -		unsigned long chunk;
    +    {
    +        char temp[1024];
    +        unsigned long chunk;
     
    -		while (n > 0)
    -		{
    -			chunk = (n > sizeof(temp)) ? sizeof(temp) : n;
    -			ebcdic2ascii(temp, d, chunk);
    -			MD5_Update(&c,temp,chunk);
    -			n -= chunk;
    -			d += chunk;
    -		}
    -	}
    +        while (n > 0) {
    +            chunk = (n > sizeof(temp)) ? sizeof(temp) : n;
    +            ebcdic2ascii(temp, d, chunk);
    +            MD5_Update(&c, temp, chunk);
    +            n -= chunk;
    +            d += chunk;
    +        }
    +    }
     #endif
    -	MD5_Final(md,&c);
    -	OPENSSL_cleanse(&c,sizeof(c)); /* security consideration */
    -	return(md);
    -	}
    -
    +    MD5_Final(md, &c);
    +    OPENSSL_cleanse(&c, sizeof(c)); /* security consideration */
    +    return (md);
    +}
    diff --git a/openssl/crypto/md5/md5test.c b/openssl/crypto/md5/md5test.c
    index 2b37190e3..0d0ab2d7d 100644
    --- a/openssl/crypto/md5/md5test.c
    +++ b/openssl/crypto/md5/md5test.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -66,75 +66,73 @@
     int main(int argc, char *argv[])
     {
         printf("No MD5 support\n");
    -    return(0);
    +    return (0);
     }
     #else
    -#include 
    -#include 
    +# include 
    +# include 
     
    -static char *test[]={
    -	"",
    -	"a",
    -	"abc",
    -	"message digest",
    -	"abcdefghijklmnopqrstuvwxyz",
    -	"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",
    -	"12345678901234567890123456789012345678901234567890123456789012345678901234567890",
    -	NULL,
    -	};
    +static char *test[] = {
    +    "",
    +    "a",
    +    "abc",
    +    "message digest",
    +    "abcdefghijklmnopqrstuvwxyz",
    +    "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",
    +    "12345678901234567890123456789012345678901234567890123456789012345678901234567890",
    +    NULL,
    +};
     
    -static char *ret[]={
    -	"d41d8cd98f00b204e9800998ecf8427e",
    -	"0cc175b9c0f1b6a831c399e269772661",
    -	"900150983cd24fb0d6963f7d28e17f72",
    -	"f96b697d7cb7938d525a2f31aaf161d0",
    -	"c3fcd3d76192e4007dfb496cca67e13b",
    -	"d174ab98d277d9f5a5611c2c9f419d9f",
    -	"57edf4a22be3c955ac49da2e2107b67a",
    -	};
    +static char *ret[] = {
    +    "d41d8cd98f00b204e9800998ecf8427e",
    +    "0cc175b9c0f1b6a831c399e269772661",
    +    "900150983cd24fb0d6963f7d28e17f72",
    +    "f96b697d7cb7938d525a2f31aaf161d0",
    +    "c3fcd3d76192e4007dfb496cca67e13b",
    +    "d174ab98d277d9f5a5611c2c9f419d9f",
    +    "57edf4a22be3c955ac49da2e2107b67a",
    +};
     
     static char *pt(unsigned char *md);
     int main(int argc, char *argv[])
    -	{
    -	int i,err=0;
    -	char **P,**R;
    -	char *p;
    -	unsigned char md[MD5_DIGEST_LENGTH];
    +{
    +    int i, err = 0;
    +    char **P, **R;
    +    char *p;
    +    unsigned char md[MD5_DIGEST_LENGTH];
     
    -	P=test;
    -	R=ret;
    -	i=1;
    -	while (*P != NULL)
    -		{
    -		EVP_Digest(&(P[0][0]),strlen((char *)*P),md,NULL,EVP_md5(), NULL);
    -		p=pt(md);
    -		if (strcmp(p,(char *)*R) != 0)
    -			{
    -			printf("error calculating MD5 on '%s'\n",*P);
    -			printf("got %s instead of %s\n",p,*R);
    -			err++;
    -			}
    -		else
    -			printf("test %d ok\n",i);
    -		i++;
    -		R++;
    -		P++;
    -		}
    +    P = test;
    +    R = ret;
    +    i = 1;
    +    while (*P != NULL) {
    +        EVP_Digest(&(P[0][0]), strlen((char *)*P), md, NULL, EVP_md5(), NULL);
    +        p = pt(md);
    +        if (strcmp(p, (char *)*R) != 0) {
    +            printf("error calculating MD5 on '%s'\n", *P);
    +            printf("got %s instead of %s\n", p, *R);
    +            err++;
    +        } else
    +            printf("test %d ok\n", i);
    +        i++;
    +        R++;
    +        P++;
    +    }
     
    -#ifdef OPENSSL_SYS_NETWARE
    -    if (err) printf("ERROR: %d\n", err);
    -#endif
    -	EXIT(err);
    -	return(0);
    -	}
    +# ifdef OPENSSL_SYS_NETWARE
    +    if (err)
    +        printf("ERROR: %d\n", err);
    +# endif
    +    EXIT(err);
    +    return (0);
    +}
     
     static char *pt(unsigned char *md)
    -	{
    -	int i;
    -	static char buf[80];
    +{
    +    int i;
    +    static char buf[80];
     
    -	for (i=0; i
    +# include 
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -#ifdef OPENSSL_NO_MDC2
    -#error MDC2 is disabled.
    -#endif
    +# ifdef OPENSSL_NO_MDC2
    +#  error MDC2 is disabled.
    +# endif
     
    -#define MDC2_BLOCK              8
    -#define MDC2_DIGEST_LENGTH      16
    - 
    -typedef struct mdc2_ctx_st
    -	{
    -	unsigned int num;
    -	unsigned char data[MDC2_BLOCK];
    -	DES_cblock h,hh;
    -	int pad_type; /* either 1 or 2, default 1 */
    -	} MDC2_CTX;
    +# define MDC2_BLOCK              8
    +# define MDC2_DIGEST_LENGTH      16
     
    +typedef struct mdc2_ctx_st {
    +    unsigned int num;
    +    unsigned char data[MDC2_BLOCK];
    +    DES_cblock h, hh;
    +    int pad_type;               /* either 1 or 2, default 1 */
    +} MDC2_CTX;
     
    -#ifdef OPENSSL_FIPS
    +# ifdef OPENSSL_FIPS
     int private_MDC2_Init(MDC2_CTX *c);
    -#endif
    +# endif
     int MDC2_Init(MDC2_CTX *c);
     int MDC2_Update(MDC2_CTX *c, const unsigned char *data, size_t len);
     int MDC2_Final(unsigned char *md, MDC2_CTX *c);
    -unsigned char *MDC2(const unsigned char *d, size_t n,
    -	unsigned char *md);
    +unsigned char *MDC2(const unsigned char *d, size_t n, unsigned char *md);
     
     #ifdef  __cplusplus
     }
     #endif
     
     #endif
    -
    diff --git a/openssl/crypto/mdc2/mdc2_one.c b/openssl/crypto/mdc2/mdc2_one.c
    index 72647f67e..790775c6f 100644
    --- a/openssl/crypto/mdc2/mdc2_one.c
    +++ b/openssl/crypto/mdc2/mdc2_one.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,16 +61,16 @@
     #include 
     
     unsigned char *MDC2(const unsigned char *d, size_t n, unsigned char *md)
    -	{
    -	MDC2_CTX c;
    -	static unsigned char m[MDC2_DIGEST_LENGTH];
    -
    -	if (md == NULL) md=m;
    -	if (!MDC2_Init(&c))
    -		return NULL;
    -	MDC2_Update(&c,d,n);
    -        MDC2_Final(md,&c);
    -	OPENSSL_cleanse(&c,sizeof(c)); /* security consideration */
    -	return(md);
    -	}
    +{
    +    MDC2_CTX c;
    +    static unsigned char m[MDC2_DIGEST_LENGTH];
     
    +    if (md == NULL)
    +        md = m;
    +    if (!MDC2_Init(&c))
    +        return NULL;
    +    MDC2_Update(&c, d, n);
    +    MDC2_Final(md, &c);
    +    OPENSSL_cleanse(&c, sizeof(c)); /* security consideration */
    +    return (md);
    +}
    diff --git a/openssl/crypto/mdc2/mdc2dgst.c b/openssl/crypto/mdc2/mdc2dgst.c
    index d66ed6a1c..6615cf84d 100644
    --- a/openssl/crypto/mdc2/mdc2dgst.c
    +++ b/openssl/crypto/mdc2/mdc2dgst.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -64,137 +64,133 @@
     #include 
     
     #undef c2l
    -#define c2l(c,l)	(l =((DES_LONG)(*((c)++)))    , \
    -			 l|=((DES_LONG)(*((c)++)))<< 8L, \
    -			 l|=((DES_LONG)(*((c)++)))<<16L, \
    -			 l|=((DES_LONG)(*((c)++)))<<24L)
    +#define c2l(c,l)        (l =((DES_LONG)(*((c)++)))    , \
    +                         l|=((DES_LONG)(*((c)++)))<< 8L, \
    +                         l|=((DES_LONG)(*((c)++)))<<16L, \
    +                         l|=((DES_LONG)(*((c)++)))<<24L)
     
     #undef l2c
    -#define l2c(l,c)	(*((c)++)=(unsigned char)(((l)     )&0xff), \
    -			*((c)++)=(unsigned char)(((l)>> 8L)&0xff), \
    -			*((c)++)=(unsigned char)(((l)>>16L)&0xff), \
    -			*((c)++)=(unsigned char)(((l)>>24L)&0xff))
    +#define l2c(l,c)        (*((c)++)=(unsigned char)(((l)     )&0xff), \
    +                        *((c)++)=(unsigned char)(((l)>> 8L)&0xff), \
    +                        *((c)++)=(unsigned char)(((l)>>16L)&0xff), \
    +                        *((c)++)=(unsigned char)(((l)>>24L)&0xff))
     
     static void mdc2_body(MDC2_CTX *c, const unsigned char *in, size_t len);
     fips_md_init(MDC2)
    -	{
    -	c->num=0;
    -	c->pad_type=1;
    -	memset(&(c->h[0]),0x52,MDC2_BLOCK);
    -	memset(&(c->hh[0]),0x25,MDC2_BLOCK);
    -	return 1;
    -	}
    +{
    +    c->num = 0;
    +    c->pad_type = 1;
    +    memset(&(c->h[0]), 0x52, MDC2_BLOCK);
    +    memset(&(c->hh[0]), 0x25, MDC2_BLOCK);
    +    return 1;
    +}
     
     int MDC2_Update(MDC2_CTX *c, const unsigned char *in, size_t len)
    -	{
    -	size_t i,j;
    -
    -	i=c->num;
    -	if (i != 0)
    -		{
    -		if (i+len < MDC2_BLOCK)
    -			{
    -			/* partial block */
    -			memcpy(&(c->data[i]),in,len);
    -			c->num+=(int)len;
    -			return 1;
    -			}
    -		else
    -			{
    -			/* filled one */
    -			j=MDC2_BLOCK-i;
    -			memcpy(&(c->data[i]),in,j);
    -			len-=j;
    -			in+=j;
    -			c->num=0;
    -			mdc2_body(c,&(c->data[0]),MDC2_BLOCK);
    -			}
    -		}
    -	i=len&~((size_t)MDC2_BLOCK-1);
    -	if (i > 0) mdc2_body(c,in,i);
    -	j=len-i;
    -	if (j > 0)
    -		{
    -		memcpy(&(c->data[0]),&(in[i]),j);
    -		c->num=(int)j;
    -		}
    -	return 1;
    -	}
    +{
    +    size_t i, j;
    +
    +    i = c->num;
    +    if (i != 0) {
    +        if (i + len < MDC2_BLOCK) {
    +            /* partial block */
    +            memcpy(&(c->data[i]), in, len);
    +            c->num += (int)len;
    +            return 1;
    +        } else {
    +            /* filled one */
    +            j = MDC2_BLOCK - i;
    +            memcpy(&(c->data[i]), in, j);
    +            len -= j;
    +            in += j;
    +            c->num = 0;
    +            mdc2_body(c, &(c->data[0]), MDC2_BLOCK);
    +        }
    +    }
    +    i = len & ~((size_t)MDC2_BLOCK - 1);
    +    if (i > 0)
    +        mdc2_body(c, in, i);
    +    j = len - i;
    +    if (j > 0) {
    +        memcpy(&(c->data[0]), &(in[i]), j);
    +        c->num = (int)j;
    +    }
    +    return 1;
    +}
     
     static void mdc2_body(MDC2_CTX *c, const unsigned char *in, size_t len)
    -	{
    -	register DES_LONG tin0,tin1;
    -	register DES_LONG ttin0,ttin1;
    -	DES_LONG d[2],dd[2];
    -	DES_key_schedule k;
    -	unsigned char *p;
    -	size_t i;
    -
    -	for (i=0; ih[0]=(c->h[0]&0x9f)|0x40;
    -		c->hh[0]=(c->hh[0]&0x9f)|0x20;
    -
    -		DES_set_odd_parity(&c->h);
    -		DES_set_key_unchecked(&c->h,&k);
    -		DES_encrypt1(d,&k,1);
    -
    -		DES_set_odd_parity(&c->hh);
    -		DES_set_key_unchecked(&c->hh,&k);
    -		DES_encrypt1(dd,&k,1);
    -
    -		ttin0=tin0^dd[0];
    -		ttin1=tin1^dd[1];
    -		tin0^=d[0];
    -		tin1^=d[1];
    -
    -		p=c->h;
    -		l2c(tin0,p);
    -		l2c(ttin1,p);
    -		p=c->hh;
    -		l2c(ttin0,p);
    -		l2c(tin1,p);
    -		}
    -	}
    +{
    +    register DES_LONG tin0, tin1;
    +    register DES_LONG ttin0, ttin1;
    +    DES_LONG d[2], dd[2];
    +    DES_key_schedule k;
    +    unsigned char *p;
    +    size_t i;
    +
    +    for (i = 0; i < len; i += 8) {
    +        c2l(in, tin0);
    +        d[0] = dd[0] = tin0;
    +        c2l(in, tin1);
    +        d[1] = dd[1] = tin1;
    +        c->h[0] = (c->h[0] & 0x9f) | 0x40;
    +        c->hh[0] = (c->hh[0] & 0x9f) | 0x20;
    +
    +        DES_set_odd_parity(&c->h);
    +        DES_set_key_unchecked(&c->h, &k);
    +        DES_encrypt1(d, &k, 1);
    +
    +        DES_set_odd_parity(&c->hh);
    +        DES_set_key_unchecked(&c->hh, &k);
    +        DES_encrypt1(dd, &k, 1);
    +
    +        ttin0 = tin0 ^ dd[0];
    +        ttin1 = tin1 ^ dd[1];
    +        tin0 ^= d[0];
    +        tin1 ^= d[1];
    +
    +        p = c->h;
    +        l2c(tin0, p);
    +        l2c(ttin1, p);
    +        p = c->hh;
    +        l2c(ttin0, p);
    +        l2c(tin1, p);
    +    }
    +}
     
     int MDC2_Final(unsigned char *md, MDC2_CTX *c)
    -	{
    -	unsigned int i;
    -	int j;
    -
    -	i=c->num;
    -	j=c->pad_type;
    -	if ((i > 0) || (j == 2))
    -		{
    -		if (j == 2)
    -			c->data[i++]=0x80;
    -		memset(&(c->data[i]),0,MDC2_BLOCK-i);
    -		mdc2_body(c,c->data,MDC2_BLOCK);
    -		}
    -	memcpy(md,(char *)c->h,MDC2_BLOCK);
    -	memcpy(&(md[MDC2_BLOCK]),(char *)c->hh,MDC2_BLOCK);
    -	return 1;
    -	}
    +{
    +    unsigned int i;
    +    int j;
    +
    +    i = c->num;
    +    j = c->pad_type;
    +    if ((i > 0) || (j == 2)) {
    +        if (j == 2)
    +            c->data[i++] = 0x80;
    +        memset(&(c->data[i]), 0, MDC2_BLOCK - i);
    +        mdc2_body(c, c->data, MDC2_BLOCK);
    +    }
    +    memcpy(md, (char *)c->h, MDC2_BLOCK);
    +    memcpy(&(md[MDC2_BLOCK]), (char *)c->hh, MDC2_BLOCK);
    +    return 1;
    +}
     
     #undef TEST
     
     #ifdef TEST
     main()
    -	{
    -	unsigned char md[MDC2_DIGEST_LENGTH];
    -	int i;
    -	MDC2_CTX c;
    -	static char *text="Now is the time for all ";
    -
    -	MDC2_Init(&c);
    -	MDC2_Update(&c,text,strlen(text));
    -	MDC2_Final(&(md[0]),&c);
    -
    -	for (i=0; i
    -#include 
    +# include 
    +# include 
     
    -#ifdef CHARSET_EBCDIC
    -#include 
    -#endif
    +# ifdef CHARSET_EBCDIC
    +#  include 
    +# endif
     
    -static unsigned char pad1[16]={
    -	0x42,0xE5,0x0C,0xD2,0x24,0xBA,0xCE,0xBA,
    -	0x76,0x0B,0xDD,0x2B,0xD4,0x09,0x28,0x1A
    -	};
    +static unsigned char pad1[16] = {
    +    0x42, 0xE5, 0x0C, 0xD2, 0x24, 0xBA, 0xCE, 0xBA,
    +    0x76, 0x0B, 0xDD, 0x2B, 0xD4, 0x09, 0x28, 0x1A
    +};
     
    -static unsigned char pad2[16]={
    -	0x2E,0x46,0x79,0xB5,0xAD,0xD9,0xCA,0x75,
    -	0x35,0xD8,0x7A,0xFE,0xAB,0x33,0xBE,0xE2
    -	};
    +static unsigned char pad2[16] = {
    +    0x2E, 0x46, 0x79, 0xB5, 0xAD, 0xD9, 0xCA, 0x75,
    +    0x35, 0xD8, 0x7A, 0xFE, 0xAB, 0x33, 0xBE, 0xE2
    +};
     
     int main(int argc, char *argv[])
    -	{
    -	int ret=0;
    -	unsigned char md[MDC2_DIGEST_LENGTH];
    -	int i;
    -	EVP_MD_CTX c;
    -	static char *text="Now is the time for all ";
    +{
    +    int ret = 0;
    +    unsigned char md[MDC2_DIGEST_LENGTH];
    +    int i;
    +    EVP_MD_CTX c;
    +    static char *text = "Now is the time for all ";
     
    -#ifdef CHARSET_EBCDIC
    -	ebcdic2ascii(text,text,strlen(text));
    -#endif
    +# ifdef CHARSET_EBCDIC
    +    ebcdic2ascii(text, text, strlen(text));
    +# endif
     
    -	EVP_MD_CTX_init(&c);
    -	EVP_DigestInit_ex(&c,EVP_mdc2(), NULL);
    -	EVP_DigestUpdate(&c,(unsigned char *)text,strlen(text));
    -	EVP_DigestFinal_ex(&c,&(md[0]),NULL);
    +    EVP_MD_CTX_init(&c);
    +    EVP_DigestInit_ex(&c, EVP_mdc2(), NULL);
    +    EVP_DigestUpdate(&c, (unsigned char *)text, strlen(text));
    +    EVP_DigestFinal_ex(&c, &(md[0]), NULL);
     
    -	if (memcmp(md,pad1,MDC2_DIGEST_LENGTH) != 0)
    -		{
    -		for (i=0; ipad_type=2;
    -	EVP_DigestUpdate(&c,(unsigned char *)text,strlen(text));
    -	EVP_DigestFinal_ex(&c,&(md[0]),NULL);
    +    EVP_DigestInit_ex(&c, EVP_mdc2(), NULL);
    +    /* FIXME: use a ctl function? */
    +    ((MDC2_CTX *)c.md_data)->pad_type = 2;
    +    EVP_DigestUpdate(&c, (unsigned char *)text, strlen(text));
    +    EVP_DigestFinal_ex(&c, &(md[0]), NULL);
     
    -	if (memcmp(md,pad2,MDC2_DIGEST_LENGTH) != 0)
    -		{
    -		for (i=0; i
     #include "cryptlib.h"
     
    +static int allow_customize = 1; /* we provide flexible functions for */
    +static int allow_customize_debug = 1; /* exchanging memory-related functions
    +                                       * at run-time, but this must be done
    +                                       * before any blocks are actually
    +                                       * allocated; or we'll run into huge
    +                                       * problems when malloc/free pairs
    +                                       * don't match etc. */
     
    -static int allow_customize = 1;      /* we provide flexible functions for */
    -static int allow_customize_debug = 1;/* exchanging memory-related functions at
    -                                      * run-time, but this must be done
    -                                      * before any blocks are actually
    -                                      * allocated; or we'll run into huge
    -                                      * problems when malloc/free pairs
    -                                      * don't match etc. */
    -
    -
    -
    -/* the following pointers may be changed as long as 'allow_customize' is set */
    +/*
    + * the following pointers may be changed as long as 'allow_customize' is set
    + */
     
    -static void *(*malloc_func)(size_t)         = malloc;
    +static void *(*malloc_func) (size_t) = malloc;
     static void *default_malloc_ex(size_t num, const char *file, int line)
    -	{ return malloc_func(num); }
    -static void *(*malloc_ex_func)(size_t, const char *file, int line)
    -        = default_malloc_ex;
    +{
    +    return malloc_func(num);
    +}
    +
    +static void *(*malloc_ex_func) (size_t, const char *file, int line)
    +    = default_malloc_ex;
     
    -static void *(*realloc_func)(void *, size_t)= realloc;
    +static void *(*realloc_func) (void *, size_t) = realloc;
     static void *default_realloc_ex(void *str, size_t num,
    -        const char *file, int line)
    -	{ return realloc_func(str,num); }
    -static void *(*realloc_ex_func)(void *, size_t, const char *file, int line)
    -        = default_realloc_ex;
    +                                const char *file, int line)
    +{
    +    return realloc_func(str, num);
    +}
     
    -static void (*free_func)(void *)            = free;
    +static void *(*realloc_ex_func) (void *, size_t, const char *file, int line)
    +    = default_realloc_ex;
     
    -static void *(*malloc_locked_func)(size_t)  = malloc;
    -static void *default_malloc_locked_ex(size_t num, const char *file, int line)
    -	{ return malloc_locked_func(num); }
    -static void *(*malloc_locked_ex_func)(size_t, const char *file, int line)
    -        = default_malloc_locked_ex;
    +static void (*free_func) (void *) = free;
     
    -static void (*free_locked_func)(void *)     = free;
    +static void *(*malloc_locked_func) (size_t) = malloc;
    +static void *default_malloc_locked_ex(size_t num, const char *file, int line)
    +{
    +    return malloc_locked_func(num);
    +}
     
    +static void *(*malloc_locked_ex_func) (size_t, const char *file, int line)
    +    = default_malloc_locked_ex;
     
    +static void (*free_locked_func) (void *) = free;
     
     /* may be changed as long as 'allow_customize_debug' is set */
     /* XXX use correct function pointer types */
     #ifdef CRYPTO_MDEBUG
     /* use default functions from mem_dbg.c */
    -static void (*malloc_debug_func)(void *,int,const char *,int,int)
    -	= CRYPTO_dbg_malloc;
    -static void (*realloc_debug_func)(void *,void *,int,const char *,int,int)
    -	= CRYPTO_dbg_realloc;
    -static void (*free_debug_func)(void *,int) = CRYPTO_dbg_free;
    -static void (*set_debug_options_func)(long) = CRYPTO_dbg_set_options;
    -static long (*get_debug_options_func)(void) = CRYPTO_dbg_get_options;
    +static void (*malloc_debug_func) (void *, int, const char *, int, int)
    +    = CRYPTO_dbg_malloc;
    +static void (*realloc_debug_func) (void *, void *, int, const char *, int,
    +                                   int)
    +    = CRYPTO_dbg_realloc;
    +static void (*free_debug_func) (void *, int) = CRYPTO_dbg_free;
    +static void (*set_debug_options_func) (long) = CRYPTO_dbg_set_options;
    +static long (*get_debug_options_func) (void) = CRYPTO_dbg_get_options;
     #else
    -/* applications can use CRYPTO_malloc_debug_init() to select above case
    - * at run-time */
    -static void (*malloc_debug_func)(void *,int,const char *,int,int) = NULL;
    -static void (*realloc_debug_func)(void *,void *,int,const char *,int,int)
    -	= NULL;
    -static void (*free_debug_func)(void *,int) = NULL;
    -static void (*set_debug_options_func)(long) = NULL;
    -static long (*get_debug_options_func)(void) = NULL;
    +/*
    + * applications can use CRYPTO_malloc_debug_init() to select above case at
    + * run-time
    + */
    +static void (*malloc_debug_func) (void *, int, const char *, int, int) = NULL;
    +static void (*realloc_debug_func) (void *, void *, int, const char *, int,
    +                                   int)
    +    = NULL;
    +static void (*free_debug_func) (void *, int) = NULL;
    +static void (*set_debug_options_func) (long) = NULL;
    +static long (*get_debug_options_func) (void) = NULL;
     #endif
     
    -int CRYPTO_set_mem_functions(void *(*m)(size_t), void *(*r)(void *, size_t),
    -	void (*f)(void *))
    -	{
    -	/* Dummy call just to ensure OPENSSL_init() gets linked in */
    -	OPENSSL_init();
    -	if (!allow_customize)
    -		return 0;
    -	if ((m == 0) || (r == 0) || (f == 0))
    -		return 0;
    -	malloc_func=m; malloc_ex_func=default_malloc_ex;
    -	realloc_func=r; realloc_ex_func=default_realloc_ex;
    -	free_func=f;
    -	malloc_locked_func=m; malloc_locked_ex_func=default_malloc_locked_ex;
    -	free_locked_func=f;
    -	return 1;
    -	}
    -
    -int CRYPTO_set_mem_ex_functions(
    -        void *(*m)(size_t,const char *,int),
    -        void *(*r)(void *, size_t,const char *,int),
    -	void (*f)(void *))
    -	{
    -	if (!allow_customize)
    -		return 0;
    -	if ((m == 0) || (r == 0) || (f == 0))
    -		return 0;
    -	malloc_func=0; malloc_ex_func=m;
    -	realloc_func=0; realloc_ex_func=r;
    -	free_func=f;
    -	malloc_locked_func=0; malloc_locked_ex_func=m;
    -	free_locked_func=f;
    -	return 1;
    -	}
    -
    -int CRYPTO_set_locked_mem_functions(void *(*m)(size_t), void (*f)(void *))
    -	{
    -	if (!allow_customize)
    -		return 0;
    -	if ((m == NULL) || (f == NULL))
    -		return 0;
    -	malloc_locked_func=m; malloc_locked_ex_func=default_malloc_locked_ex;
    -	free_locked_func=f;
    -	return 1;
    -	}
    -
    -int CRYPTO_set_locked_mem_ex_functions(
    -        void *(*m)(size_t,const char *,int),
    -        void (*f)(void *))
    -	{
    -	if (!allow_customize)
    -		return 0;
    -	if ((m == NULL) || (f == NULL))
    -		return 0;
    -	malloc_locked_func=0; malloc_locked_ex_func=m;
    -	free_func=f;
    -	return 1;
    -	}
    -
    -int CRYPTO_set_mem_debug_functions(void (*m)(void *,int,const char *,int,int),
    -				   void (*r)(void *,void *,int,const char *,int,int),
    -				   void (*f)(void *,int),
    -				   void (*so)(long),
    -				   long (*go)(void))
    -	{
    -	if (!allow_customize_debug)
    -		return 0;
    -	OPENSSL_init();
    -	malloc_debug_func=m;
    -	realloc_debug_func=r;
    -	free_debug_func=f;
    -	set_debug_options_func=so;
    -	get_debug_options_func=go;
    -	return 1;
    -	}
    -
    -
    -void CRYPTO_get_mem_functions(void *(**m)(size_t), void *(**r)(void *, size_t),
    -	void (**f)(void *))
    -	{
    -	if (m != NULL) *m = (malloc_ex_func == default_malloc_ex) ? 
    -	                     malloc_func : 0;
    -	if (r != NULL) *r = (realloc_ex_func == default_realloc_ex) ? 
    -	                     realloc_func : 0;
    -	if (f != NULL) *f=free_func;
    -	}
    -
    -void CRYPTO_get_mem_ex_functions(
    -        void *(**m)(size_t,const char *,int),
    -        void *(**r)(void *, size_t,const char *,int),
    -	void (**f)(void *))
    -	{
    -	if (m != NULL) *m = (malloc_ex_func != default_malloc_ex) ?
    -	                    malloc_ex_func : 0;
    -	if (r != NULL) *r = (realloc_ex_func != default_realloc_ex) ?
    -	                    realloc_ex_func : 0;
    -	if (f != NULL) *f=free_func;
    -	}
    -
    -void CRYPTO_get_locked_mem_functions(void *(**m)(size_t), void (**f)(void *))
    -	{
    -	if (m != NULL) *m = (malloc_locked_ex_func == default_malloc_locked_ex) ? 
    -	                     malloc_locked_func : 0;
    -	if (f != NULL) *f=free_locked_func;
    -	}
    -
    -void CRYPTO_get_locked_mem_ex_functions(
    -        void *(**m)(size_t,const char *,int),
    -        void (**f)(void *))
    -	{
    -	if (m != NULL) *m = (malloc_locked_ex_func != default_malloc_locked_ex) ?
    -	                    malloc_locked_ex_func : 0;
    -	if (f != NULL) *f=free_locked_func;
    -	}
    -
    -void CRYPTO_get_mem_debug_functions(void (**m)(void *,int,const char *,int,int),
    -				    void (**r)(void *,void *,int,const char *,int,int),
    -				    void (**f)(void *,int),
    -				    void (**so)(long),
    -				    long (**go)(void))
    -	{
    -	if (m != NULL) *m=malloc_debug_func;
    -	if (r != NULL) *r=realloc_debug_func;
    -	if (f != NULL) *f=free_debug_func;
    -	if (so != NULL) *so=set_debug_options_func;
    -	if (go != NULL) *go=get_debug_options_func;
    -	}
    -
    +int CRYPTO_set_mem_functions(void *(*m) (size_t), void *(*r) (void *, size_t),
    +                             void (*f) (void *))
    +{
    +    /* Dummy call just to ensure OPENSSL_init() gets linked in */
    +    OPENSSL_init();
    +    if (!allow_customize)
    +        return 0;
    +    if ((m == 0) || (r == 0) || (f == 0))
    +        return 0;
    +    malloc_func = m;
    +    malloc_ex_func = default_malloc_ex;
    +    realloc_func = r;
    +    realloc_ex_func = default_realloc_ex;
    +    free_func = f;
    +    malloc_locked_func = m;
    +    malloc_locked_ex_func = default_malloc_locked_ex;
    +    free_locked_func = f;
    +    return 1;
    +}
    +
    +int CRYPTO_set_mem_ex_functions(void *(*m) (size_t, const char *, int),
    +                                void *(*r) (void *, size_t, const char *,
    +                                            int), void (*f) (void *))
    +{
    +    if (!allow_customize)
    +        return 0;
    +    if ((m == 0) || (r == 0) || (f == 0))
    +        return 0;
    +    malloc_func = 0;
    +    malloc_ex_func = m;
    +    realloc_func = 0;
    +    realloc_ex_func = r;
    +    free_func = f;
    +    malloc_locked_func = 0;
    +    malloc_locked_ex_func = m;
    +    free_locked_func = f;
    +    return 1;
    +}
    +
    +int CRYPTO_set_locked_mem_functions(void *(*m) (size_t), void (*f) (void *))
    +{
    +    if (!allow_customize)
    +        return 0;
    +    if ((m == NULL) || (f == NULL))
    +        return 0;
    +    malloc_locked_func = m;
    +    malloc_locked_ex_func = default_malloc_locked_ex;
    +    free_locked_func = f;
    +    return 1;
    +}
    +
    +int CRYPTO_set_locked_mem_ex_functions(void *(*m) (size_t, const char *, int),
    +                                       void (*f) (void *))
    +{
    +    if (!allow_customize)
    +        return 0;
    +    if ((m == NULL) || (f == NULL))
    +        return 0;
    +    malloc_locked_func = 0;
    +    malloc_locked_ex_func = m;
    +    free_func = f;
    +    return 1;
    +}
    +
    +int CRYPTO_set_mem_debug_functions(void (*m)
    +                                    (void *, int, const char *, int, int),
    +                                   void (*r) (void *, void *, int,
    +                                              const char *, int, int),
    +                                   void (*f) (void *, int), void (*so) (long),
    +                                   long (*go) (void))
    +{
    +    if (!allow_customize_debug)
    +        return 0;
    +    OPENSSL_init();
    +    malloc_debug_func = m;
    +    realloc_debug_func = r;
    +    free_debug_func = f;
    +    set_debug_options_func = so;
    +    get_debug_options_func = go;
    +    return 1;
    +}
    +
    +void CRYPTO_get_mem_functions(void *(**m) (size_t),
    +                              void *(**r) (void *, size_t),
    +                              void (**f) (void *))
    +{
    +    if (m != NULL)
    +        *m = (malloc_ex_func == default_malloc_ex) ? malloc_func : 0;
    +    if (r != NULL)
    +        *r = (realloc_ex_func == default_realloc_ex) ? realloc_func : 0;
    +    if (f != NULL)
    +        *f = free_func;
    +}
    +
    +void CRYPTO_get_mem_ex_functions(void *(**m) (size_t, const char *, int),
    +                                 void *(**r) (void *, size_t, const char *,
    +                                              int), void (**f) (void *))
    +{
    +    if (m != NULL)
    +        *m = (malloc_ex_func != default_malloc_ex) ? malloc_ex_func : 0;
    +    if (r != NULL)
    +        *r = (realloc_ex_func != default_realloc_ex) ? realloc_ex_func : 0;
    +    if (f != NULL)
    +        *f = free_func;
    +}
    +
    +void CRYPTO_get_locked_mem_functions(void *(**m) (size_t),
    +                                     void (**f) (void *))
    +{
    +    if (m != NULL)
    +        *m = (malloc_locked_ex_func == default_malloc_locked_ex) ?
    +            malloc_locked_func : 0;
    +    if (f != NULL)
    +        *f = free_locked_func;
    +}
    +
    +void CRYPTO_get_locked_mem_ex_functions(void
    +                                        *(**m) (size_t, const char *, int),
    +                                        void (**f) (void *))
    +{
    +    if (m != NULL)
    +        *m = (malloc_locked_ex_func != default_malloc_locked_ex) ?
    +            malloc_locked_ex_func : 0;
    +    if (f != NULL)
    +        *f = free_locked_func;
    +}
    +
    +void CRYPTO_get_mem_debug_functions(void (**m)
    +                                     (void *, int, const char *, int, int),
    +                                    void (**r) (void *, void *, int,
    +                                                const char *, int, int),
    +                                    void (**f) (void *, int),
    +                                    void (**so) (long), long (**go) (void))
    +{
    +    if (m != NULL)
    +        *m = malloc_debug_func;
    +    if (r != NULL)
    +        *r = realloc_debug_func;
    +    if (f != NULL)
    +        *f = free_debug_func;
    +    if (so != NULL)
    +        *so = set_debug_options_func;
    +    if (go != NULL)
    +        *go = get_debug_options_func;
    +}
     
     void *CRYPTO_malloc_locked(int num, const char *file, int line)
    -	{
    -	void *ret = NULL;
    -
    -	if (num <= 0) return NULL;
    -
    -	allow_customize = 0;
    -	if (malloc_debug_func != NULL)
    -		{
    -		allow_customize_debug = 0;
    -		malloc_debug_func(NULL, num, file, line, 0);
    -		}
    -	ret = malloc_locked_ex_func(num,file,line);
    +{
    +    void *ret = NULL;
    +
    +    if (num <= 0)
    +        return NULL;
    +
    +    if (allow_customize)
    +        allow_customize = 0;
    +    if (malloc_debug_func != NULL) {
    +        if (allow_customize_debug)
    +            allow_customize_debug = 0;
    +        malloc_debug_func(NULL, num, file, line, 0);
    +    }
    +    ret = malloc_locked_ex_func(num, file, line);
     #ifdef LEVITTE_DEBUG_MEM
    -	fprintf(stderr, "LEVITTE_DEBUG_MEM:         > 0x%p (%d)\n", ret, num);
    +    fprintf(stderr, "LEVITTE_DEBUG_MEM:         > 0x%p (%d)\n", ret, num);
     #endif
    -	if (malloc_debug_func != NULL)
    -		malloc_debug_func(ret, num, file, line, 1);
    +    if (malloc_debug_func != NULL)
    +        malloc_debug_func(ret, num, file, line, 1);
     
     #ifndef OPENSSL_CPUID_OBJ
    -        /* Create a dependency on the value of 'cleanse_ctr' so our memory
    -         * sanitisation function can't be optimised out. NB: We only do
    -         * this for >2Kb so the overhead doesn't bother us. */
    -        if(ret && (num > 2048))
    -	{	extern unsigned char cleanse_ctr;
    -		((unsigned char *)ret)[0] = cleanse_ctr;
    -	}
    +    /*
    +     * Create a dependency on the value of 'cleanse_ctr' so our memory
    +     * sanitisation function can't be optimised out. NB: We only do this for
    +     * >2Kb so the overhead doesn't bother us.
    +     */
    +    if (ret && (num > 2048)) {
    +        extern unsigned char cleanse_ctr;
    +        ((unsigned char *)ret)[0] = cleanse_ctr;
    +    }
     #endif
     
    -	return ret;
    -	}
    +    return ret;
    +}
     
     void CRYPTO_free_locked(void *str)
    -	{
    -	if (free_debug_func != NULL)
    -		free_debug_func(str, 0);
    +{
    +    if (free_debug_func != NULL)
    +        free_debug_func(str, 0);
     #ifdef LEVITTE_DEBUG_MEM
    -	fprintf(stderr, "LEVITTE_DEBUG_MEM:         < 0x%p\n", str);
    +    fprintf(stderr, "LEVITTE_DEBUG_MEM:         < 0x%p\n", str);
     #endif
    -	free_locked_func(str);
    -	if (free_debug_func != NULL)
    -		free_debug_func(NULL, 1);
    -	}
    +    free_locked_func(str);
    +    if (free_debug_func != NULL)
    +        free_debug_func(NULL, 1);
    +}
     
     void *CRYPTO_malloc(int num, const char *file, int line)
    -	{
    -	void *ret = NULL;
    -
    -	if (num <= 0) return NULL;
    -
    -	allow_customize = 0;
    -	if (malloc_debug_func != NULL)
    -		{
    -		allow_customize_debug = 0;
    -		malloc_debug_func(NULL, num, file, line, 0);
    -		}
    -	ret = malloc_ex_func(num,file,line);
    +{
    +    void *ret = NULL;
    +
    +    if (num <= 0)
    +        return NULL;
    +
    +    if (allow_customize)
    +        allow_customize = 0;
    +    if (malloc_debug_func != NULL) {
    +        if (allow_customize_debug)
    +            allow_customize_debug = 0;
    +        malloc_debug_func(NULL, num, file, line, 0);
    +    }
    +    ret = malloc_ex_func(num, file, line);
     #ifdef LEVITTE_DEBUG_MEM
    -	fprintf(stderr, "LEVITTE_DEBUG_MEM:         > 0x%p (%d)\n", ret, num);
    +    fprintf(stderr, "LEVITTE_DEBUG_MEM:         > 0x%p (%d)\n", ret, num);
     #endif
    -	if (malloc_debug_func != NULL)
    -		malloc_debug_func(ret, num, file, line, 1);
    +    if (malloc_debug_func != NULL)
    +        malloc_debug_func(ret, num, file, line, 1);
     
     #ifndef OPENSSL_CPUID_OBJ
    -        /* Create a dependency on the value of 'cleanse_ctr' so our memory
    -         * sanitisation function can't be optimised out. NB: We only do
    -         * this for >2Kb so the overhead doesn't bother us. */
    -        if(ret && (num > 2048))
    -	{	extern unsigned char cleanse_ctr;
    -                ((unsigned char *)ret)[0] = cleanse_ctr;
    -	}
    +    /*
    +     * Create a dependency on the value of 'cleanse_ctr' so our memory
    +     * sanitisation function can't be optimised out. NB: We only do this for
    +     * >2Kb so the overhead doesn't bother us.
    +     */
    +    if (ret && (num > 2048)) {
    +        extern unsigned char cleanse_ctr;
    +        ((unsigned char *)ret)[0] = cleanse_ctr;
    +    }
     #endif
     
    -	return ret;
    -	}
    +    return ret;
    +}
    +
     char *CRYPTO_strdup(const char *str, const char *file, int line)
    -	{
    -	char *ret = CRYPTO_malloc(strlen(str)+1, file, line);
    +{
    +    char *ret = CRYPTO_malloc(strlen(str) + 1, file, line);
     
    -	strcpy(ret, str);
    -	return ret;
    -	}
    +    strcpy(ret, str);
    +    return ret;
    +}
     
     void *CRYPTO_realloc(void *str, int num, const char *file, int line)
    -	{
    -	void *ret = NULL;
    +{
    +    void *ret = NULL;
     
    -	if (str == NULL)
    -		return CRYPTO_malloc(num, file, line);
    +    if (str == NULL)
    +        return CRYPTO_malloc(num, file, line);
     
    -	if (num <= 0) return NULL;
    +    if (num <= 0)
    +        return NULL;
     
    -	if (realloc_debug_func != NULL)
    -		realloc_debug_func(str, NULL, num, file, line, 0);
    -	ret = realloc_ex_func(str,num,file,line);
    +    if (realloc_debug_func != NULL)
    +        realloc_debug_func(str, NULL, num, file, line, 0);
    +    ret = realloc_ex_func(str, num, file, line);
     #ifdef LEVITTE_DEBUG_MEM
    -	fprintf(stderr, "LEVITTE_DEBUG_MEM:         | 0x%p -> 0x%p (%d)\n", str, ret, num);
    +    fprintf(stderr, "LEVITTE_DEBUG_MEM:         | 0x%p -> 0x%p (%d)\n", str,
    +            ret, num);
     #endif
    -	if (realloc_debug_func != NULL)
    -		realloc_debug_func(str, ret, num, file, line, 1);
    +    if (realloc_debug_func != NULL)
    +        realloc_debug_func(str, ret, num, file, line, 1);
     
    -	return ret;
    -	}
    +    return ret;
    +}
     
     void *CRYPTO_realloc_clean(void *str, int old_len, int num, const char *file,
    -			   int line)
    -	{
    -	void *ret = NULL;
    -
    -	if (str == NULL)
    -		return CRYPTO_malloc(num, file, line);
    -
    -	if (num <= 0) return NULL;
    -
    -	/* We don't support shrinking the buffer. Note the memcpy that copies
    -	 * |old_len| bytes to the new buffer, below. */
    -	if (num < old_len) return NULL;
    -
    -	if (realloc_debug_func != NULL)
    -		realloc_debug_func(str, NULL, num, file, line, 0);
    -	ret=malloc_ex_func(num,file,line);
    -	if(ret)
    -		{
    -		memcpy(ret,str,old_len);
    -		OPENSSL_cleanse(str,old_len);
    -		free_func(str);
    -		}
    +                           int line)
    +{
    +    void *ret = NULL;
    +
    +    if (str == NULL)
    +        return CRYPTO_malloc(num, file, line);
    +
    +    if (num <= 0)
    +        return NULL;
    +
    +    /*
    +     * We don't support shrinking the buffer. Note the memcpy that copies
    +     * |old_len| bytes to the new buffer, below.
    +     */
    +    if (num < old_len)
    +        return NULL;
    +
    +    if (realloc_debug_func != NULL)
    +        realloc_debug_func(str, NULL, num, file, line, 0);
    +    ret = malloc_ex_func(num, file, line);
    +    if (ret) {
    +        memcpy(ret, str, old_len);
    +        OPENSSL_cleanse(str, old_len);
    +        free_func(str);
    +    }
     #ifdef LEVITTE_DEBUG_MEM
    -	fprintf(stderr,
    -		"LEVITTE_DEBUG_MEM:         | 0x%p -> 0x%p (%d)\n",
    -		str, ret, num);
    +    fprintf(stderr,
    +            "LEVITTE_DEBUG_MEM:         | 0x%p -> 0x%p (%d)\n",
    +            str, ret, num);
     #endif
    -	if (realloc_debug_func != NULL)
    -		realloc_debug_func(str, ret, num, file, line, 1);
    +    if (realloc_debug_func != NULL)
    +        realloc_debug_func(str, ret, num, file, line, 1);
     
    -	return ret;
    -	}
    +    return ret;
    +}
     
     void CRYPTO_free(void *str)
    -	{
    -	if (free_debug_func != NULL)
    -		free_debug_func(str, 0);
    +{
    +    if (free_debug_func != NULL)
    +        free_debug_func(str, 0);
     #ifdef LEVITTE_DEBUG_MEM
    -	fprintf(stderr, "LEVITTE_DEBUG_MEM:         < 0x%p\n", str);
    +    fprintf(stderr, "LEVITTE_DEBUG_MEM:         < 0x%p\n", str);
     #endif
    -	free_func(str);
    -	if (free_debug_func != NULL)
    -		free_debug_func(NULL, 1);
    -	}
    +    free_func(str);
    +    if (free_debug_func != NULL)
    +        free_debug_func(NULL, 1);
    +}
     
     void *CRYPTO_remalloc(void *a, int num, const char *file, int line)
    -	{
    -	if (a != NULL) OPENSSL_free(a);
    -	a=(char *)OPENSSL_malloc(num);
    -	return(a);
    -	}
    +{
    +    if (a != NULL)
    +        OPENSSL_free(a);
    +    a = (char *)OPENSSL_malloc(num);
    +    return (a);
    +}
     
     void CRYPTO_set_mem_debug_options(long bits)
    -	{
    -	if (set_debug_options_func != NULL)
    -		set_debug_options_func(bits);
    -	}
    +{
    +    if (set_debug_options_func != NULL)
    +        set_debug_options_func(bits);
    +}
     
     long CRYPTO_get_mem_debug_options(void)
    -	{
    -	if (get_debug_options_func != NULL)
    -		return get_debug_options_func();
    -	return 0;
    -	}
    +{
    +    if (get_debug_options_func != NULL)
    +        return get_debug_options_func();
    +    return 0;
    +}
    diff --git a/openssl/crypto/mem_clr.c b/openssl/crypto/mem_clr.c
    index add1f7802..3df1f3928 100644
    --- a/openssl/crypto/mem_clr.c
    +++ b/openssl/crypto/mem_clr.c
    @@ -1,6 +1,7 @@
     /* crypto/mem_clr.c -*- mode:C; c-file-style: "eay" -*- */
    -/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
    - * project 2002.
    +/*
    + * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
    + * 2002.
      */
     /* ====================================================================
      * Copyright (c) 2001 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,16 +63,15 @@
     unsigned char cleanse_ctr = 0;
     
     void OPENSSL_cleanse(void *ptr, size_t len)
    -	{
    -	unsigned char *p = ptr;
    -	size_t loop = len, ctr = cleanse_ctr;
    -	while(loop--)
    -		{
    -		*(p++) = (unsigned char)ctr;
    -		ctr += (17 + ((size_t)p & 0xF));
    -		}
    -	p=memchr(ptr, (unsigned char)ctr, len);
    -	if(p)
    -		ctr += (63 + (size_t)p);
    -	cleanse_ctr = (unsigned char)ctr;
    -	}
    +{
    +    unsigned char *p = ptr;
    +    size_t loop = len, ctr = cleanse_ctr;
    +    while (loop--) {
    +        *(p++) = (unsigned char)ctr;
    +        ctr += (17 + ((size_t)p & 0xF));
    +    }
    +    p = memchr(ptr, (unsigned char)ctr, len);
    +    if (p)
    +        ctr += (63 + (size_t)p);
    +    cleanse_ctr = (unsigned char)ctr;
    +}
    diff --git a/openssl/crypto/mem_dbg.c b/openssl/crypto/mem_dbg.c
    index ac793397f..8525ded78 100644
    --- a/openssl/crypto/mem_dbg.c
    +++ b/openssl/crypto/mem_dbg.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,7 +63,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -111,764 +111,720 @@
     
     #include 
     #include 
    -#include 	
    +#include 
     #include "cryptlib.h"
     #include 
     #include 
     #include 
     #include 
     
    -static int mh_mode=CRYPTO_MEM_CHECK_OFF;
    -/* The state changes to CRYPTO_MEM_CHECK_ON | CRYPTO_MEM_CHECK_ENABLE
    - * when the application asks for it (usually after library initialisation
    - * for which no book-keeping is desired).
    - *
    - * State CRYPTO_MEM_CHECK_ON exists only temporarily when the library
    - * thinks that certain allocations should not be checked (e.g. the data
    - * structures used for memory checking).  It is not suitable as an initial
    - * state: the library will unexpectedly enable memory checking when it
    - * executes one of those sections that want to disable checking
    - * temporarily.
    - *
    - * State CRYPTO_MEM_CHECK_ENABLE without ..._ON makes no sense whatsoever.
    +static int mh_mode = CRYPTO_MEM_CHECK_OFF;
    +/*
    + * The state changes to CRYPTO_MEM_CHECK_ON | CRYPTO_MEM_CHECK_ENABLE when
    + * the application asks for it (usually after library initialisation for
    + * which no book-keeping is desired). State CRYPTO_MEM_CHECK_ON exists only
    + * temporarily when the library thinks that certain allocations should not be
    + * checked (e.g. the data structures used for memory checking).  It is not
    + * suitable as an initial state: the library will unexpectedly enable memory
    + * checking when it executes one of those sections that want to disable
    + * checking temporarily. State CRYPTO_MEM_CHECK_ENABLE without ..._ON makes
    + * no sense whatsoever.
      */
     
     static unsigned long order = 0; /* number of memory requests */
     
     DECLARE_LHASH_OF(MEM);
    -static LHASH_OF(MEM) *mh=NULL; /* hash-table of memory requests
    -				* (address as key); access requires
    -				* MALLOC2 lock */
    -
    +static LHASH_OF(MEM) *mh = NULL; /* hash-table of memory requests (address as
    +                                  * key); access requires MALLOC2 lock */
     
     typedef struct app_mem_info_st
    -/* For application-defined information (static C-string `info')
    +/*-
    + * For application-defined information (static C-string `info')
      * to be displayed in memory leak list.
      * Each thread has its own stack.  For applications, there is
      *   CRYPTO_push_info("...")     to push an entry,
      *   CRYPTO_pop_info()           to pop an entry,
      *   CRYPTO_remove_all_info()    to pop all entries.
      */
    -	{
    -	CRYPTO_THREADID threadid;
    -	const char *file;
    -	int line;
    -	const char *info;
    -	struct app_mem_info_st *next; /* tail of thread's stack */
    -	int references;
    -	} APP_INFO;
    +{
    +    CRYPTO_THREADID threadid;
    +    const char *file;
    +    int line;
    +    const char *info;
    +    struct app_mem_info_st *next; /* tail of thread's stack */
    +    int references;
    +} APP_INFO;
     
     static void app_info_free(APP_INFO *);
     
     DECLARE_LHASH_OF(APP_INFO);
    -static LHASH_OF(APP_INFO) *amih=NULL; /* hash-table with those
    -				       * app_mem_info_st's that are at
    -				       * the top of their thread's
    -				       * stack (with `thread' as key);
    -				       * access requires MALLOC2
    -				       * lock */
    +static LHASH_OF(APP_INFO) *amih = NULL; /* hash-table with those
    +                                         * app_mem_info_st's that are at the
    +                                         * top of their thread's stack (with
    +                                         * `thread' as key); access requires
    +                                         * MALLOC2 lock */
     
     typedef struct mem_st
     /* memory-block description */
    -	{
    -	void *addr;
    -	int num;
    -	const char *file;
    -	int line;
    -	CRYPTO_THREADID threadid;
    -	unsigned long order;
    -	time_t time;
    -	APP_INFO *app_info;
    -	} MEM;
    -
    -static long options =             /* extra information to be recorded */
    +{
    +    void *addr;
    +    int num;
    +    const char *file;
    +    int line;
    +    CRYPTO_THREADID threadid;
    +    unsigned long order;
    +    time_t time;
    +    APP_INFO *app_info;
    +} MEM;
    +
    +static long options =           /* extra information to be recorded */
     #if defined(CRYPTO_MDEBUG_TIME) || defined(CRYPTO_MDEBUG_ALL)
    -	V_CRYPTO_MDEBUG_TIME |
    +    V_CRYPTO_MDEBUG_TIME |
     #endif
     #if defined(CRYPTO_MDEBUG_THREAD) || defined(CRYPTO_MDEBUG_ALL)
    -	V_CRYPTO_MDEBUG_THREAD |
    +    V_CRYPTO_MDEBUG_THREAD |
     #endif
    -	0;
    -
    +    0;
     
    -static unsigned int num_disable = 0; /* num_disable > 0
    -                                      *     iff
    -                                      * mh_mode == CRYPTO_MEM_CHECK_ON (w/o ..._ENABLE)
    -                                      */
    +static unsigned int num_disable = 0; /* num_disable > 0 iff mh_mode ==
    +                                      * CRYPTO_MEM_CHECK_ON (w/o ..._ENABLE) */
     
    -/* Valid iff num_disable > 0.  CRYPTO_LOCK_MALLOC2 is locked exactly in this
    +/*
    + * Valid iff num_disable > 0.  CRYPTO_LOCK_MALLOC2 is locked exactly in this
      * case (by the thread named in disabling_thread).
      */
     static CRYPTO_THREADID disabling_threadid;
     
     static void app_info_free(APP_INFO *inf)
    -	{
    -	if (--(inf->references) <= 0)
    -		{
    -		if (inf->next != NULL)
    -			{
    -			app_info_free(inf->next);
    -			}
    -		OPENSSL_free(inf);
    -		}
    -	}
    +{
    +    if (--(inf->references) <= 0) {
    +        if (inf->next != NULL) {
    +            app_info_free(inf->next);
    +        }
    +        OPENSSL_free(inf);
    +    }
    +}
     
     int CRYPTO_mem_ctrl(int mode)
    -	{
    -	int ret=mh_mode;
    -
    -	CRYPTO_w_lock(CRYPTO_LOCK_MALLOC);
    -	switch (mode)
    -		{
    -	/* for applications (not to be called while multiple threads
    -	 * use the library): */
    -	case CRYPTO_MEM_CHECK_ON: /* aka MemCheck_start() */
    -		mh_mode = CRYPTO_MEM_CHECK_ON|CRYPTO_MEM_CHECK_ENABLE;
    -		num_disable = 0;
    -		break;
    -	case CRYPTO_MEM_CHECK_OFF: /* aka MemCheck_stop() */
    -		mh_mode = 0;
    -		num_disable = 0; /* should be true *before* MemCheck_stop is used,
    -		                    or there'll be a lot of confusion */
    -		break;
    -
    -	/* switch off temporarily (for library-internal use): */
    -	case CRYPTO_MEM_CHECK_DISABLE: /* aka MemCheck_off() */
    -		if (mh_mode & CRYPTO_MEM_CHECK_ON)
    -			{
    -			CRYPTO_THREADID cur;
    -			CRYPTO_THREADID_current(&cur);
    -			if (!num_disable || CRYPTO_THREADID_cmp(&disabling_threadid, &cur)) /* otherwise we already have the MALLOC2 lock */
    -				{
    -				/* Long-time lock CRYPTO_LOCK_MALLOC2 must not be claimed while
    -				 * we're holding CRYPTO_LOCK_MALLOC, or we'll deadlock if
    -				 * somebody else holds CRYPTO_LOCK_MALLOC2 (and cannot release
    -				 * it because we block entry to this function).
    -				 * Give them a chance, first, and then claim the locks in
    -				 * appropriate order (long-time lock first).
    -				 */
    -				CRYPTO_w_unlock(CRYPTO_LOCK_MALLOC);
    -				/* Note that after we have waited for CRYPTO_LOCK_MALLOC2
    -				 * and CRYPTO_LOCK_MALLOC, we'll still be in the right
    -				 * "case" and "if" branch because MemCheck_start and
    -				 * MemCheck_stop may never be used while there are multiple
    -				 * OpenSSL threads. */
    -				CRYPTO_w_lock(CRYPTO_LOCK_MALLOC2);
    -				CRYPTO_w_lock(CRYPTO_LOCK_MALLOC);
    -				mh_mode &= ~CRYPTO_MEM_CHECK_ENABLE;
    -				CRYPTO_THREADID_cpy(&disabling_threadid, &cur);
    -				}
    -			num_disable++;
    -			}
    -		break;
    -	case CRYPTO_MEM_CHECK_ENABLE: /* aka MemCheck_on() */
    -		if (mh_mode & CRYPTO_MEM_CHECK_ON)
    -			{
    -			if (num_disable) /* always true, or something is going wrong */
    -				{
    -				num_disable--;
    -				if (num_disable == 0)
    -					{
    -					mh_mode|=CRYPTO_MEM_CHECK_ENABLE;
    -					CRYPTO_w_unlock(CRYPTO_LOCK_MALLOC2);
    -					}
    -				}
    -			}
    -		break;
    -
    -	default:
    -		break;
    -		}
    -	CRYPTO_w_unlock(CRYPTO_LOCK_MALLOC);
    -	return(ret);
    -	}
    +{
    +    int ret = mh_mode;
    +
    +    CRYPTO_w_lock(CRYPTO_LOCK_MALLOC);
    +    switch (mode) {
    +        /*
    +         * for applications (not to be called while multiple threads use the
    +         * library):
    +         */
    +    case CRYPTO_MEM_CHECK_ON:  /* aka MemCheck_start() */
    +        mh_mode = CRYPTO_MEM_CHECK_ON | CRYPTO_MEM_CHECK_ENABLE;
    +        num_disable = 0;
    +        break;
    +    case CRYPTO_MEM_CHECK_OFF: /* aka MemCheck_stop() */
    +        mh_mode = 0;
    +        num_disable = 0;        /* should be true *before* MemCheck_stop is
    +                                 * used, or there'll be a lot of confusion */
    +        break;
    +
    +        /* switch off temporarily (for library-internal use): */
    +    case CRYPTO_MEM_CHECK_DISABLE: /* aka MemCheck_off() */
    +        if (mh_mode & CRYPTO_MEM_CHECK_ON) {
    +            CRYPTO_THREADID cur;
    +            CRYPTO_THREADID_current(&cur);
    +            /* see if we don't have the MALLOC2 lock already */
    +            if (!num_disable
    +                || CRYPTO_THREADID_cmp(&disabling_threadid, &cur)) {
    +                /*
    +                 * Long-time lock CRYPTO_LOCK_MALLOC2 must not be claimed
    +                 * while we're holding CRYPTO_LOCK_MALLOC, or we'll deadlock
    +                 * if somebody else holds CRYPTO_LOCK_MALLOC2 (and cannot
    +                 * release it because we block entry to this function). Give
    +                 * them a chance, first, and then claim the locks in
    +                 * appropriate order (long-time lock first).
    +                 */
    +                CRYPTO_w_unlock(CRYPTO_LOCK_MALLOC);
    +                /*
    +                 * Note that after we have waited for CRYPTO_LOCK_MALLOC2 and
    +                 * CRYPTO_LOCK_MALLOC, we'll still be in the right "case" and
    +                 * "if" branch because MemCheck_start and MemCheck_stop may
    +                 * never be used while there are multiple OpenSSL threads.
    +                 */
    +                CRYPTO_w_lock(CRYPTO_LOCK_MALLOC2);
    +                CRYPTO_w_lock(CRYPTO_LOCK_MALLOC);
    +                mh_mode &= ~CRYPTO_MEM_CHECK_ENABLE;
    +                CRYPTO_THREADID_cpy(&disabling_threadid, &cur);
    +            }
    +            num_disable++;
    +        }
    +        break;
    +    case CRYPTO_MEM_CHECK_ENABLE: /* aka MemCheck_on() */
    +        if (mh_mode & CRYPTO_MEM_CHECK_ON) {
    +            if (num_disable) {  /* always true, or something is going wrong */
    +                num_disable--;
    +                if (num_disable == 0) {
    +                    mh_mode |= CRYPTO_MEM_CHECK_ENABLE;
    +                    CRYPTO_w_unlock(CRYPTO_LOCK_MALLOC2);
    +                }
    +            }
    +        }
    +        break;
    +
    +    default:
    +        break;
    +    }
    +    CRYPTO_w_unlock(CRYPTO_LOCK_MALLOC);
    +    return (ret);
    +}
     
     int CRYPTO_is_mem_check_on(void)
    -	{
    -	int ret = 0;
    +{
    +    int ret = 0;
     
    -	if (mh_mode & CRYPTO_MEM_CHECK_ON)
    -		{
    -		CRYPTO_THREADID cur;
    -		CRYPTO_THREADID_current(&cur);
    -		CRYPTO_r_lock(CRYPTO_LOCK_MALLOC);
    +    if (mh_mode & CRYPTO_MEM_CHECK_ON) {
    +        CRYPTO_THREADID cur;
    +        CRYPTO_THREADID_current(&cur);
    +        CRYPTO_r_lock(CRYPTO_LOCK_MALLOC);
     
    -		ret = (mh_mode & CRYPTO_MEM_CHECK_ENABLE)
    -		        || CRYPTO_THREADID_cmp(&disabling_threadid, &cur);
    -
    -		CRYPTO_r_unlock(CRYPTO_LOCK_MALLOC);
    -		}
    -	return(ret);
    -	}	
    +        ret = (mh_mode & CRYPTO_MEM_CHECK_ENABLE)
    +            || CRYPTO_THREADID_cmp(&disabling_threadid, &cur);
     
    +        CRYPTO_r_unlock(CRYPTO_LOCK_MALLOC);
    +    }
    +    return (ret);
    +}
     
     void CRYPTO_dbg_set_options(long bits)
    -	{
    -	options = bits;
    -	}
    +{
    +    options = bits;
    +}
     
     long CRYPTO_dbg_get_options(void)
    -	{
    -	return options;
    -	}
    +{
    +    return options;
    +}
     
     static int mem_cmp(const MEM *a, const MEM *b)
    -	{
    +{
     #ifdef _WIN64
    -	const char *ap=(const char *)a->addr,
    -		   *bp=(const char *)b->addr;
    -	if (ap==bp)	return 0;
    -	else if (ap>bp)	return 1;
    -	else		return -1;
    +    const char *ap = (const char *)a->addr, *bp = (const char *)b->addr;
    +    if (ap == bp)
    +        return 0;
    +    else if (ap > bp)
    +        return 1;
    +    else
    +        return -1;
     #else
    -	return (const char *)a->addr - (const char *)b->addr;
    +    return (const char *)a->addr - (const char *)b->addr;
     #endif
    -	}
    +}
    +
     static IMPLEMENT_LHASH_COMP_FN(mem, MEM)
     
     static unsigned long mem_hash(const MEM *a)
    -	{
    -	unsigned long ret;
    +{
    +    unsigned long ret;
     
    -	ret=(unsigned long)a->addr;
    +    ret = (unsigned long)a->addr;
    +
    +    ret = ret * 17851 + (ret >> 14) * 7 + (ret >> 4) * 251;
    +    return (ret);
    +}
     
    -	ret=ret*17851+(ret>>14)*7+(ret>>4)*251;
    -	return(ret);
    -	}
     static IMPLEMENT_LHASH_HASH_FN(mem, MEM)
     
     /* static int app_info_cmp(APP_INFO *a, APP_INFO *b) */
     static int app_info_cmp(const void *a_void, const void *b_void)
    -	{
    -	return CRYPTO_THREADID_cmp(&((const APP_INFO *)a_void)->threadid,
    -				&((const APP_INFO *)b_void)->threadid);
    -	}
    +{
    +    return CRYPTO_THREADID_cmp(&((const APP_INFO *)a_void)->threadid,
    +                               &((const APP_INFO *)b_void)->threadid);
    +}
    +
     static IMPLEMENT_LHASH_COMP_FN(app_info, APP_INFO)
     
     static unsigned long app_info_hash(const APP_INFO *a)
    -	{
    -	unsigned long ret;
    -
    -	ret = CRYPTO_THREADID_hash(&a->threadid);
    -	/* This is left in as a "who am I to question legacy?" measure */
    -	ret=ret*17851+(ret>>14)*7+(ret>>4)*251;
    -	return(ret);
    -	}
    +{
    +    unsigned long ret;
    +
    +    ret = CRYPTO_THREADID_hash(&a->threadid);
    +    /* This is left in as a "who am I to question legacy?" measure */
    +    ret = ret * 17851 + (ret >> 14) * 7 + (ret >> 4) * 251;
    +    return (ret);
    +}
    +
     static IMPLEMENT_LHASH_HASH_FN(app_info, APP_INFO)
     
     static APP_INFO *pop_info(void)
    -	{
    -	APP_INFO tmp;
    -	APP_INFO *ret = NULL;
    -
    -	if (amih != NULL)
    -		{
    -		CRYPTO_THREADID_current(&tmp.threadid);
    -		if ((ret=lh_APP_INFO_delete(amih,&tmp)) != NULL)
    -			{
    -			APP_INFO *next=ret->next;
    -
    -			if (next != NULL)
    -				{
    -				next->references++;
    -				(void)lh_APP_INFO_insert(amih,next);
    -				}
    +{
    +    APP_INFO tmp;
    +    APP_INFO *ret = NULL;
    +
    +    if (amih != NULL) {
    +        CRYPTO_THREADID_current(&tmp.threadid);
    +        if ((ret = lh_APP_INFO_delete(amih, &tmp)) != NULL) {
    +            APP_INFO *next = ret->next;
    +
    +            if (next != NULL) {
    +                next->references++;
    +                (void)lh_APP_INFO_insert(amih, next);
    +            }
     #ifdef LEVITTE_DEBUG_MEM
    -			if (CRYPTO_THREADID_cmp(&ret->threadid, &tmp.threadid))
    -				{
    -				fprintf(stderr, "pop_info(): deleted info has other thread ID (%lu) than the current thread (%lu)!!!!\n",
    -					CRYPTO_THREADID_hash(&ret->threadid),
    -					CRYPTO_THREADID_hash(&tmp.threadid));
    -				abort();
    -				}
    +            if (CRYPTO_THREADID_cmp(&ret->threadid, &tmp.threadid)) {
    +                fprintf(stderr,
    +                        "pop_info(): deleted info has other thread ID (%lu) than the current thread (%lu)!!!!\n",
    +                        CRYPTO_THREADID_hash(&ret->threadid),
    +                        CRYPTO_THREADID_hash(&tmp.threadid));
    +                abort();
    +            }
     #endif
    -			if (--(ret->references) <= 0)
    -				{
    -				ret->next = NULL;
    -				if (next != NULL)
    -					next->references--;
    -				OPENSSL_free(ret);
    -				}
    -			}
    -		}
    -	return(ret);
    -	}
    +            if (--(ret->references) <= 0) {
    +                ret->next = NULL;
    +                if (next != NULL)
    +                    next->references--;
    +                OPENSSL_free(ret);
    +            }
    +        }
    +    }
    +    return (ret);
    +}
     
     int CRYPTO_push_info_(const char *info, const char *file, int line)
    -	{
    -	APP_INFO *ami, *amim;
    -	int ret=0;
    -
    -	if (is_MemCheck_on())
    -		{
    -		MemCheck_off(); /* obtain MALLOC2 lock */
    -
    -		if ((ami = (APP_INFO *)OPENSSL_malloc(sizeof(APP_INFO))) == NULL)
    -			{
    -			ret=0;
    -			goto err;
    -			}
    -		if (amih == NULL)
    -			{
    -			if ((amih=lh_APP_INFO_new()) == NULL)
    -				{
    -				OPENSSL_free(ami);
    -				ret=0;
    -				goto err;
    -				}
    -			}
    -
    -		CRYPTO_THREADID_current(&ami->threadid);
    -		ami->file=file;
    -		ami->line=line;
    -		ami->info=info;
    -		ami->references=1;
    -		ami->next=NULL;
    -
    -		if ((amim=lh_APP_INFO_insert(amih,ami)) != NULL)
    -			{
    +{
    +    APP_INFO *ami, *amim;
    +    int ret = 0;
    +
    +    if (is_MemCheck_on()) {
    +        MemCheck_off();         /* obtain MALLOC2 lock */
    +
    +        if ((ami = (APP_INFO *)OPENSSL_malloc(sizeof(APP_INFO))) == NULL) {
    +            ret = 0;
    +            goto err;
    +        }
    +        if (amih == NULL) {
    +            if ((amih = lh_APP_INFO_new()) == NULL) {
    +                OPENSSL_free(ami);
    +                ret = 0;
    +                goto err;
    +            }
    +        }
    +
    +        CRYPTO_THREADID_current(&ami->threadid);
    +        ami->file = file;
    +        ami->line = line;
    +        ami->info = info;
    +        ami->references = 1;
    +        ami->next = NULL;
    +
    +        if ((amim = lh_APP_INFO_insert(amih, ami)) != NULL) {
     #ifdef LEVITTE_DEBUG_MEM
    -			if (CRYPTO_THREADID_cmp(&ami->threadid, &amim->threadid))
    -				{
    -				fprintf(stderr, "CRYPTO_push_info(): previous info has other thread ID (%lu) than the current thread (%lu)!!!!\n",
    -					CRYPTO_THREADID_hash(&amim->threadid),
    -					CRYPTO_THREADID_hash(&ami->threadid));
    -				abort();
    -				}
    +            if (CRYPTO_THREADID_cmp(&ami->threadid, &amim->threadid)) {
    +                fprintf(stderr,
    +                        "CRYPTO_push_info(): previous info has other thread ID (%lu) than the current thread (%lu)!!!!\n",
    +                        CRYPTO_THREADID_hash(&amim->threadid),
    +                        CRYPTO_THREADID_hash(&ami->threadid));
    +                abort();
    +            }
     #endif
    -			ami->next=amim;
    -			}
    +            ami->next = amim;
    +        }
      err:
    -		MemCheck_on(); /* release MALLOC2 lock */
    -		}
    +        MemCheck_on();          /* release MALLOC2 lock */
    +    }
     
    -	return(ret);
    -	}
    +    return (ret);
    +}
     
     int CRYPTO_pop_info(void)
    -	{
    -	int ret=0;
    +{
    +    int ret = 0;
     
    -	if (is_MemCheck_on()) /* _must_ be true, or something went severely wrong */
    -		{
    -		MemCheck_off(); /* obtain MALLOC2 lock */
    +    if (is_MemCheck_on()) {     /* _must_ be true, or something went severely
    +                                 * wrong */
    +        MemCheck_off();         /* obtain MALLOC2 lock */
     
    -		ret=(pop_info() != NULL);
    +        ret = (pop_info() != NULL);
     
    -		MemCheck_on(); /* release MALLOC2 lock */
    -		}
    -	return(ret);
    -	}
    +        MemCheck_on();          /* release MALLOC2 lock */
    +    }
    +    return (ret);
    +}
     
     int CRYPTO_remove_all_info(void)
    -	{
    -	int ret=0;
    +{
    +    int ret = 0;
     
    -	if (is_MemCheck_on()) /* _must_ be true */
    -		{
    -		MemCheck_off(); /* obtain MALLOC2 lock */
    +    if (is_MemCheck_on()) {     /* _must_ be true */
    +        MemCheck_off();         /* obtain MALLOC2 lock */
     
    -		while(pop_info() != NULL)
    -			ret++;
    +        while (pop_info() != NULL)
    +            ret++;
     
    -		MemCheck_on(); /* release MALLOC2 lock */
    -		}
    -	return(ret);
    -	}
    +        MemCheck_on();          /* release MALLOC2 lock */
    +    }
    +    return (ret);
    +}
     
    -
    -static unsigned long break_order_num=0;
    +static unsigned long break_order_num = 0;
     void CRYPTO_dbg_malloc(void *addr, int num, const char *file, int line,
    -	int before_p)
    -	{
    -	MEM *m,*mm;
    -	APP_INFO tmp,*amim;
    -
    -	switch(before_p & 127)
    -		{
    -	case 0:
    -		break;
    -	case 1:
    -		if (addr == NULL)
    -			break;
    -
    -		if (is_MemCheck_on())
    -			{
    -			MemCheck_off(); /* make sure we hold MALLOC2 lock */
    -			if ((m=(MEM *)OPENSSL_malloc(sizeof(MEM))) == NULL)
    -				{
    -				OPENSSL_free(addr);
    -				MemCheck_on(); /* release MALLOC2 lock
    -				                * if num_disabled drops to 0 */
    -				return;
    -				}
    -			if (mh == NULL)
    -				{
    -				if ((mh=lh_MEM_new()) == NULL)
    -					{
    -					OPENSSL_free(addr);
    -					OPENSSL_free(m);
    -					addr=NULL;
    -					goto err;
    -					}
    -				}
    -
    -			m->addr=addr;
    -			m->file=file;
    -			m->line=line;
    -			m->num=num;
    -			if (options & V_CRYPTO_MDEBUG_THREAD)
    -				CRYPTO_THREADID_current(&m->threadid);
    -			else
    -				memset(&m->threadid, 0, sizeof(m->threadid));
    -
    -			if (order == break_order_num)
    -				{
    -				/* BREAK HERE */
    -				m->order=order;
    -				}
    -			m->order=order++;
    +                       int before_p)
    +{
    +    MEM *m, *mm;
    +    APP_INFO tmp, *amim;
    +
    +    switch (before_p & 127) {
    +    case 0:
    +        break;
    +    case 1:
    +        if (addr == NULL)
    +            break;
    +
    +        if (is_MemCheck_on()) {
    +            MemCheck_off();     /* make sure we hold MALLOC2 lock */
    +            if ((m = (MEM *)OPENSSL_malloc(sizeof(MEM))) == NULL) {
    +                OPENSSL_free(addr);
    +                MemCheck_on();  /* release MALLOC2 lock if num_disabled drops
    +                                 * to 0 */
    +                return;
    +            }
    +            if (mh == NULL) {
    +                if ((mh = lh_MEM_new()) == NULL) {
    +                    OPENSSL_free(addr);
    +                    OPENSSL_free(m);
    +                    addr = NULL;
    +                    goto err;
    +                }
    +            }
    +
    +            m->addr = addr;
    +            m->file = file;
    +            m->line = line;
    +            m->num = num;
    +            if (options & V_CRYPTO_MDEBUG_THREAD)
    +                CRYPTO_THREADID_current(&m->threadid);
    +            else
    +                memset(&m->threadid, 0, sizeof(m->threadid));
    +
    +            if (order == break_order_num) {
    +                /* BREAK HERE */
    +                m->order = order;
    +            }
    +            m->order = order++;
     #ifdef LEVITTE_DEBUG_MEM
    -			fprintf(stderr, "LEVITTE_DEBUG_MEM: [%5ld] %c 0x%p (%d)\n",
    -				m->order,
    -				(before_p & 128) ? '*' : '+',
    -				m->addr, m->num);
    +            fprintf(stderr, "LEVITTE_DEBUG_MEM: [%5ld] %c 0x%p (%d)\n",
    +                    m->order, (before_p & 128) ? '*' : '+', m->addr, m->num);
     #endif
    -			if (options & V_CRYPTO_MDEBUG_TIME)
    -				m->time=time(NULL);
    -			else
    -				m->time=0;
    -
    -			CRYPTO_THREADID_current(&tmp.threadid);
    -			m->app_info=NULL;
    -			if (amih != NULL
    -			    && (amim=lh_APP_INFO_retrieve(amih,&tmp)) != NULL)
    -				{
    -				m->app_info = amim;
    -				amim->references++;
    -				}
    -
    -			if ((mm=lh_MEM_insert(mh, m)) != NULL)
    -				{
    -				/* Not good, but don't sweat it */
    -				if (mm->app_info != NULL)
    -					{
    -					mm->app_info->references--;
    -					}
    -				OPENSSL_free(mm);
    -				}
    -		err:
    -			MemCheck_on(); /* release MALLOC2 lock
    -			                * if num_disabled drops to 0 */
    -			}
    -		break;
    -		}
    -	return;
    -	}
    +            if (options & V_CRYPTO_MDEBUG_TIME)
    +                m->time = time(NULL);
    +            else
    +                m->time = 0;
    +
    +            CRYPTO_THREADID_current(&tmp.threadid);
    +            m->app_info = NULL;
    +            if (amih != NULL
    +                && (amim = lh_APP_INFO_retrieve(amih, &tmp)) != NULL) {
    +                m->app_info = amim;
    +                amim->references++;
    +            }
    +
    +            if ((mm = lh_MEM_insert(mh, m)) != NULL) {
    +                /* Not good, but don't sweat it */
    +                if (mm->app_info != NULL) {
    +                    mm->app_info->references--;
    +                }
    +                OPENSSL_free(mm);
    +            }
    + err:
    +            MemCheck_on();      /* release MALLOC2 lock if num_disabled drops
    +                                 * to 0 */
    +        }
    +        break;
    +    }
    +    return;
    +}
     
     void CRYPTO_dbg_free(void *addr, int before_p)
    -	{
    -	MEM m,*mp;
    -
    -	switch(before_p)
    -		{
    -	case 0:
    -		if (addr == NULL)
    -			break;
    -
    -		if (is_MemCheck_on() && (mh != NULL))
    -			{
    -			MemCheck_off(); /* make sure we hold MALLOC2 lock */
    -
    -			m.addr=addr;
    -			mp=lh_MEM_delete(mh,&m);
    -			if (mp != NULL)
    -				{
    +{
    +    MEM m, *mp;
    +
    +    switch (before_p) {
    +    case 0:
    +        if (addr == NULL)
    +            break;
    +
    +        if (is_MemCheck_on() && (mh != NULL)) {
    +            MemCheck_off();     /* make sure we hold MALLOC2 lock */
    +
    +            m.addr = addr;
    +            mp = lh_MEM_delete(mh, &m);
    +            if (mp != NULL) {
     #ifdef LEVITTE_DEBUG_MEM
    -			fprintf(stderr, "LEVITTE_DEBUG_MEM: [%5ld] - 0x%p (%d)\n",
    -				mp->order, mp->addr, mp->num);
    +                fprintf(stderr, "LEVITTE_DEBUG_MEM: [%5ld] - 0x%p (%d)\n",
    +                        mp->order, mp->addr, mp->num);
     #endif
    -				if (mp->app_info != NULL)
    -					app_info_free(mp->app_info);
    -				OPENSSL_free(mp);
    -				}
    -
    -			MemCheck_on(); /* release MALLOC2 lock
    -			                * if num_disabled drops to 0 */
    -			}
    -		break;
    -	case 1:
    -		break;
    -		}
    -	}
    +                if (mp->app_info != NULL)
    +                    app_info_free(mp->app_info);
    +                OPENSSL_free(mp);
    +            }
    +
    +            MemCheck_on();      /* release MALLOC2 lock if num_disabled drops
    +                                 * to 0 */
    +        }
    +        break;
    +    case 1:
    +        break;
    +    }
    +}
     
     void CRYPTO_dbg_realloc(void *addr1, void *addr2, int num,
    -	const char *file, int line, int before_p)
    -	{
    -	MEM m,*mp;
    +                        const char *file, int line, int before_p)
    +{
    +    MEM m, *mp;
     
     #ifdef LEVITTE_DEBUG_MEM
    -	fprintf(stderr, "LEVITTE_DEBUG_MEM: --> CRYPTO_dbg_malloc(addr1 = %p, addr2 = %p, num = %d, file = \"%s\", line = %d, before_p = %d)\n",
    -		addr1, addr2, num, file, line, before_p);
    +    fprintf(stderr,
    +            "LEVITTE_DEBUG_MEM: --> CRYPTO_dbg_malloc(addr1 = %p, addr2 = %p, num = %d, file = \"%s\", line = %d, before_p = %d)\n",
    +            addr1, addr2, num, file, line, before_p);
     #endif
     
    -	switch(before_p)
    -		{
    -	case 0:
    -		break;
    -	case 1:
    -		if (addr2 == NULL)
    -			break;
    -
    -		if (addr1 == NULL)
    -			{
    -			CRYPTO_dbg_malloc(addr2, num, file, line, 128 | before_p);
    -			break;
    -			}
    -
    -		if (is_MemCheck_on())
    -			{
    -			MemCheck_off(); /* make sure we hold MALLOC2 lock */
    -
    -			m.addr=addr1;
    -			mp=lh_MEM_delete(mh,&m);
    -			if (mp != NULL)
    -				{
    +    switch (before_p) {
    +    case 0:
    +        break;
    +    case 1:
    +        if (addr2 == NULL)
    +            break;
    +
    +        if (addr1 == NULL) {
    +            CRYPTO_dbg_malloc(addr2, num, file, line, 128 | before_p);
    +            break;
    +        }
    +
    +        if (is_MemCheck_on()) {
    +            MemCheck_off();     /* make sure we hold MALLOC2 lock */
    +
    +            m.addr = addr1;
    +            mp = lh_MEM_delete(mh, &m);
    +            if (mp != NULL) {
     #ifdef LEVITTE_DEBUG_MEM
    -				fprintf(stderr, "LEVITTE_DEBUG_MEM: [%5ld] * 0x%p (%d) -> 0x%p (%d)\n",
    -					mp->order,
    -					mp->addr, mp->num,
    -					addr2, num);
    +                fprintf(stderr,
    +                        "LEVITTE_DEBUG_MEM: [%5ld] * 0x%p (%d) -> 0x%p (%d)\n",
    +                        mp->order, mp->addr, mp->num, addr2, num);
     #endif
    -				mp->addr=addr2;
    -				mp->num=num;
    -				(void)lh_MEM_insert(mh,mp);
    -				}
    -
    -			MemCheck_on(); /* release MALLOC2 lock
    -			                * if num_disabled drops to 0 */
    -			}
    -		break;
    -		}
    -	return;
    -	}
    -
    -
    -typedef struct mem_leak_st
    -	{
    -	BIO *bio;
    -	int chunks;
    -	long bytes;
    -	} MEM_LEAK;
    +                mp->addr = addr2;
    +                mp->num = num;
    +                (void)lh_MEM_insert(mh, mp);
    +            }
    +
    +            MemCheck_on();      /* release MALLOC2 lock if num_disabled drops
    +                                 * to 0 */
    +        }
    +        break;
    +    }
    +    return;
    +}
    +
    +typedef struct mem_leak_st {
    +    BIO *bio;
    +    int chunks;
    +    long bytes;
    +} MEM_LEAK;
     
     static void print_leak_doall_arg(const MEM *m, MEM_LEAK *l)
    -	{
    -	char buf[1024];
    -	char *bufp = buf;
    -	APP_INFO *amip;
    -	int ami_cnt;
    -	struct tm *lcl = NULL;
    -	CRYPTO_THREADID ti;
    +{
    +    char buf[1024];
    +    char *bufp = buf;
    +    APP_INFO *amip;
    +    int ami_cnt;
    +    struct tm *lcl = NULL;
    +    CRYPTO_THREADID ti;
     
     #define BUF_REMAIN (sizeof buf - (size_t)(bufp - buf))
     
    -	if(m->addr == (char *)l->bio)
    -	    return;
    -
    -	if (options & V_CRYPTO_MDEBUG_TIME)
    -		{
    -		lcl = localtime(&m->time);
    -	
    -		BIO_snprintf(bufp, BUF_REMAIN, "[%02d:%02d:%02d] ",
    -			lcl->tm_hour,lcl->tm_min,lcl->tm_sec);
    -		bufp += strlen(bufp);
    -		}
    -
    -	BIO_snprintf(bufp, BUF_REMAIN, "%5lu file=%s, line=%d, ",
    -		m->order,m->file,m->line);
    -	bufp += strlen(bufp);
    -
    -	if (options & V_CRYPTO_MDEBUG_THREAD)
    -		{
    -		BIO_snprintf(bufp, BUF_REMAIN, "thread=%lu, ",
    -			CRYPTO_THREADID_hash(&m->threadid));
    -		bufp += strlen(bufp);
    -		}
    -
    -	BIO_snprintf(bufp, BUF_REMAIN, "number=%d, address=%08lX\n",
    -		m->num,(unsigned long)m->addr);
    -	bufp += strlen(bufp);
    -
    -	BIO_puts(l->bio,buf);
    -	
    -	l->chunks++;
    -	l->bytes+=m->num;
    -
    -	amip=m->app_info;
    -	ami_cnt=0;
    -	if (!amip)
    -		return;
    -	CRYPTO_THREADID_cpy(&ti, &amip->threadid);
    -
    -	do
    -		{
    -		int buf_len;
    -		int info_len;
    -
    -		ami_cnt++;
    -		memset(buf,'>',ami_cnt);
    -		BIO_snprintf(buf + ami_cnt, sizeof buf - ami_cnt,
    -			" thread=%lu, file=%s, line=%d, info=\"",
    -			CRYPTO_THREADID_hash(&amip->threadid), amip->file,
    -			amip->line);
    -		buf_len=strlen(buf);
    -		info_len=strlen(amip->info);
    -		if (128 - buf_len - 3 < info_len)
    -			{
    -			memcpy(buf + buf_len, amip->info, 128 - buf_len - 3);
    -			buf_len = 128 - 3;
    -			}
    -		else
    -			{
    -			BUF_strlcpy(buf + buf_len, amip->info,
    -				    sizeof buf - buf_len);
    -			buf_len = strlen(buf);
    -			}
    -		BIO_snprintf(buf + buf_len, sizeof buf - buf_len, "\"\n");
    -		
    -		BIO_puts(l->bio,buf);
    -
    -		amip = amip->next;
    -		}
    -	while(amip && !CRYPTO_THREADID_cmp(&amip->threadid, &ti));
    +    if (m->addr == (char *)l->bio)
    +        return;
    +
    +    if (options & V_CRYPTO_MDEBUG_TIME) {
    +        lcl = localtime(&m->time);
    +
    +        BIO_snprintf(bufp, BUF_REMAIN, "[%02d:%02d:%02d] ",
    +                     lcl->tm_hour, lcl->tm_min, lcl->tm_sec);
    +        bufp += strlen(bufp);
    +    }
    +
    +    BIO_snprintf(bufp, BUF_REMAIN, "%5lu file=%s, line=%d, ",
    +                 m->order, m->file, m->line);
    +    bufp += strlen(bufp);
    +
    +    if (options & V_CRYPTO_MDEBUG_THREAD) {
    +        BIO_snprintf(bufp, BUF_REMAIN, "thread=%lu, ",
    +                     CRYPTO_THREADID_hash(&m->threadid));
    +        bufp += strlen(bufp);
    +    }
    +
    +    BIO_snprintf(bufp, BUF_REMAIN, "number=%d, address=%08lX\n",
    +                 m->num, (unsigned long)m->addr);
    +    bufp += strlen(bufp);
    +
    +    BIO_puts(l->bio, buf);
    +
    +    l->chunks++;
    +    l->bytes += m->num;
    +
    +    amip = m->app_info;
    +    ami_cnt = 0;
    +    if (!amip)
    +        return;
    +    CRYPTO_THREADID_cpy(&ti, &amip->threadid);
    +
    +    do {
    +        int buf_len;
    +        int info_len;
    +
    +        ami_cnt++;
    +        memset(buf, '>', ami_cnt);
    +        BIO_snprintf(buf + ami_cnt, sizeof buf - ami_cnt,
    +                     " thread=%lu, file=%s, line=%d, info=\"",
    +                     CRYPTO_THREADID_hash(&amip->threadid), amip->file,
    +                     amip->line);
    +        buf_len = strlen(buf);
    +        info_len = strlen(amip->info);
    +        if (128 - buf_len - 3 < info_len) {
    +            memcpy(buf + buf_len, amip->info, 128 - buf_len - 3);
    +            buf_len = 128 - 3;
    +        } else {
    +            BUF_strlcpy(buf + buf_len, amip->info, sizeof buf - buf_len);
    +            buf_len = strlen(buf);
    +        }
    +        BIO_snprintf(buf + buf_len, sizeof buf - buf_len, "\"\n");
    +
    +        BIO_puts(l->bio, buf);
    +
    +        amip = amip->next;
    +    }
    +    while (amip && !CRYPTO_THREADID_cmp(&amip->threadid, &ti));
     
     #ifdef LEVITTE_DEBUG_MEM
    -	if (amip)
    -		{
    -		fprintf(stderr, "Thread switch detected in backtrace!!!!\n");
    -		abort();
    -		}
    +    if (amip) {
    +        fprintf(stderr, "Thread switch detected in backtrace!!!!\n");
    +        abort();
    +    }
     #endif
    -	}
    +}
     
     static IMPLEMENT_LHASH_DOALL_ARG_FN(print_leak, const MEM, MEM_LEAK)
     
     void CRYPTO_mem_leaks(BIO *b)
    -	{
    -	MEM_LEAK ml;
    -
    -	if (mh == NULL && amih == NULL)
    -		return;
    -
    -	MemCheck_off(); /* obtain MALLOC2 lock */
    -
    -	ml.bio=b;
    -	ml.bytes=0;
    -	ml.chunks=0;
    -	if (mh != NULL)
    -		lh_MEM_doall_arg(mh, LHASH_DOALL_ARG_FN(print_leak), MEM_LEAK,
    -				 &ml);
    -	if (ml.chunks != 0)
    -		{
    -		BIO_printf(b,"%ld bytes leaked in %d chunks\n",
    -			   ml.bytes,ml.chunks);
    +{
    +    MEM_LEAK ml;
    +
    +    if (mh == NULL && amih == NULL)
    +        return;
    +
    +    MemCheck_off();             /* obtain MALLOC2 lock */
    +
    +    ml.bio = b;
    +    ml.bytes = 0;
    +    ml.chunks = 0;
    +    if (mh != NULL)
    +        lh_MEM_doall_arg(mh, LHASH_DOALL_ARG_FN(print_leak), MEM_LEAK, &ml);
    +    if (ml.chunks != 0) {
    +        BIO_printf(b, "%ld bytes leaked in %d chunks\n", ml.bytes, ml.chunks);
     #ifdef CRYPTO_MDEBUG_ABORT
    -		abort();
    +        abort();
     #endif
    -		}
    -	else
    -		{
    -		/* Make sure that, if we found no leaks, memory-leak debugging itself
    -		 * does not introduce memory leaks (which might irritate
    -		 * external debugging tools).
    -		 * (When someone enables leak checking, but does not call
    -		 * this function, we declare it to be their fault.)
    -		 *
    -		 * XXX    This should be in CRYPTO_mem_leaks_cb,
    -		 * and CRYPTO_mem_leaks should be implemented by
    -		 * using CRYPTO_mem_leaks_cb.
    -		 * (Also there should be a variant of lh_doall_arg
    -		 * that takes a function pointer instead of a void *;
    -		 * this would obviate the ugly and illegal
    -		 * void_fn_to_char kludge in CRYPTO_mem_leaks_cb.
    -		 * Otherwise the code police will come and get us.)
    -		 */
    -		int old_mh_mode;
    -
    -		CRYPTO_w_lock(CRYPTO_LOCK_MALLOC);
    -
    -		/* avoid deadlock when lh_free() uses CRYPTO_dbg_free(),
    -		 * which uses CRYPTO_is_mem_check_on */
    -		old_mh_mode = mh_mode;
    -		mh_mode = CRYPTO_MEM_CHECK_OFF;
    -
    -		if (mh != NULL)
    -			{
    -			lh_MEM_free(mh);
    -			mh = NULL;
    -			}
    -		if (amih != NULL)
    -			{
    -			if (lh_APP_INFO_num_items(amih) == 0) 
    -				{
    -				lh_APP_INFO_free(amih);
    -				amih = NULL;
    -				}
    -			}
    -
    -		mh_mode = old_mh_mode;
    -		CRYPTO_w_unlock(CRYPTO_LOCK_MALLOC);
    -		}
    -	MemCheck_on(); /* release MALLOC2 lock */
    -	}
    +    } else {
    +        /*
    +         * Make sure that, if we found no leaks, memory-leak debugging itself
    +         * does not introduce memory leaks (which might irritate external
    +         * debugging tools). (When someone enables leak checking, but does not
    +         * call this function, we declare it to be their fault.) XXX This
    +         * should be in CRYPTO_mem_leaks_cb, and CRYPTO_mem_leaks should be
    +         * implemented by using CRYPTO_mem_leaks_cb. (Also there should be a
    +         * variant of lh_doall_arg that takes a function pointer instead of a
    +         * void *; this would obviate the ugly and illegal void_fn_to_char
    +         * kludge in CRYPTO_mem_leaks_cb. Otherwise the code police will come
    +         * and get us.)
    +         */
    +        int old_mh_mode;
    +
    +        CRYPTO_w_lock(CRYPTO_LOCK_MALLOC);
    +
    +        /*
    +         * avoid deadlock when lh_free() uses CRYPTO_dbg_free(), which uses
    +         * CRYPTO_is_mem_check_on
    +         */
    +        old_mh_mode = mh_mode;
    +        mh_mode = CRYPTO_MEM_CHECK_OFF;
    +
    +        if (mh != NULL) {
    +            lh_MEM_free(mh);
    +            mh = NULL;
    +        }
    +        if (amih != NULL) {
    +            if (lh_APP_INFO_num_items(amih) == 0) {
    +                lh_APP_INFO_free(amih);
    +                amih = NULL;
    +            }
    +        }
    +
    +        mh_mode = old_mh_mode;
    +        CRYPTO_w_unlock(CRYPTO_LOCK_MALLOC);
    +    }
    +    MemCheck_on();              /* release MALLOC2 lock */
    +}
     
     #ifndef OPENSSL_NO_FP_API
     void CRYPTO_mem_leaks_fp(FILE *fp)
    -	{
    -	BIO *b;
    -
    -	if (mh == NULL) return;
    -	/* Need to turn off memory checking when allocated BIOs ... especially
    -	 * as we're creating them at a time when we're trying to check we've not
    -	 * left anything un-free()'d!! */
    -	MemCheck_off();
    -	b = BIO_new(BIO_s_file());
    -	MemCheck_on();
    -	if(!b) return;
    -	BIO_set_fp(b,fp,BIO_NOCLOSE);
    -	CRYPTO_mem_leaks(b);
    -	BIO_free(b);
    -	}
    +{
    +    BIO *b;
    +
    +    if (mh == NULL)
    +        return;
    +    /*
    +     * Need to turn off memory checking when allocated BIOs ... especially as
    +     * we're creating them at a time when we're trying to check we've not
    +     * left anything un-free()'d!!
    +     */
    +    MemCheck_off();
    +    b = BIO_new(BIO_s_file());
    +    MemCheck_on();
    +    if (!b)
    +        return;
    +    BIO_set_fp(b, fp, BIO_NOCLOSE);
    +    CRYPTO_mem_leaks(b);
    +    BIO_free(b);
    +}
     #endif
     
    +/*
    + * FIXME: We really don't allow much to the callback.  For example, it has no
    + * chance of reaching the info stack for the item it processes.  Should it
    + * really be this way? -- Richard Levitte
    + */
    +/*
    + * NB: The prototypes have been typedef'd to CRYPTO_MEM_LEAK_CB inside
    + * crypto.h If this code is restructured, remove the callback type if it is
    + * no longer needed. -- Geoff Thorpe
    + */
     
    -
    -/* FIXME: We really don't allow much to the callback.  For example, it has
    -   no chance of reaching the info stack for the item it processes.  Should
    -   it really be this way?  -- Richard Levitte */
    -/* NB: The prototypes have been typedef'd to CRYPTO_MEM_LEAK_CB inside crypto.h
    - * If this code is restructured, remove the callback type if it is no longer
    - * needed. -- Geoff Thorpe */
    -
    -/* Can't pass CRYPTO_MEM_LEAK_CB directly to lh_MEM_doall_arg because it
    - * is a function pointer and conversion to void * is prohibited. Instead
    - * pass its address
    +/*
    + * Can't pass CRYPTO_MEM_LEAK_CB directly to lh_MEM_doall_arg because it is a
    + * function pointer and conversion to void * is prohibited. Instead pass its
    + * address
      */
     
     typedef CRYPTO_MEM_LEAK_CB *PCRYPTO_MEM_LEAK_CB;
     
     static void cb_leak_doall_arg(const MEM *m, PCRYPTO_MEM_LEAK_CB *cb)
    -	{
    -	(*cb)(m->order,m->file,m->line,m->num,m->addr);
    -	}
    +{
    +    (*cb) (m->order, m->file, m->line, m->num, m->addr);
    +}
     
     static IMPLEMENT_LHASH_DOALL_ARG_FN(cb_leak, const MEM, PCRYPTO_MEM_LEAK_CB)
     
     void CRYPTO_mem_leaks_cb(CRYPTO_MEM_LEAK_CB *cb)
    -	{
    -	if (mh == NULL) return;
    -	CRYPTO_w_lock(CRYPTO_LOCK_MALLOC2);
    -	lh_MEM_doall_arg(mh, LHASH_DOALL_ARG_FN(cb_leak), PCRYPTO_MEM_LEAK_CB,
    -			 &cb);
    -	CRYPTO_w_unlock(CRYPTO_LOCK_MALLOC2);
    -	}
    +{
    +    if (mh == NULL)
    +        return;
    +    CRYPTO_w_lock(CRYPTO_LOCK_MALLOC2);
    +    lh_MEM_doall_arg(mh, LHASH_DOALL_ARG_FN(cb_leak), PCRYPTO_MEM_LEAK_CB,
    +                     &cb);
    +    CRYPTO_w_unlock(CRYPTO_LOCK_MALLOC2);
    +}
    diff --git a/openssl/crypto/modes/Makefile b/openssl/crypto/modes/Makefile
    index 3d8bafd57..cbcbfad4b 100644
    --- a/openssl/crypto/modes/Makefile
    +++ b/openssl/crypto/modes/Makefile
    @@ -22,9 +22,9 @@ APPS=
     
     LIB=$(TOP)/libcrypto.a
     LIBSRC= cbc128.c ctr128.c cts128.c cfb128.c ofb128.c gcm128.c \
    -	ccm128.c xts128.c
    +	ccm128.c xts128.c wrap128.c
     LIBOBJ= cbc128.o ctr128.o cts128.o cfb128.o ofb128.o gcm128.o \
    -	ccm128.o xts128.o $(MODES_ASM_OBJ)
    +	ccm128.o xts128.o wrap128.o $(MODES_ASM_OBJ)
     
     SRC= $(LIBSRC)
     
    @@ -50,20 +50,26 @@ ghash-x86.s:	asm/ghash-x86.pl
     	$(PERL) asm/ghash-x86.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
     ghash-x86_64.s:	asm/ghash-x86_64.pl
     	$(PERL) asm/ghash-x86_64.pl $(PERLASM_SCHEME) > $@
    +aesni-gcm-x86_64.s:	asm/aesni-gcm-x86_64.pl
    +	$(PERL) asm/aesni-gcm-x86_64.pl $(PERLASM_SCHEME) > $@
     ghash-sparcv9.s:	asm/ghash-sparcv9.pl
     	$(PERL) asm/ghash-sparcv9.pl $@ $(CFLAGS)
     ghash-alpha.s:	asm/ghash-alpha.pl
    -	(preproc=/tmp/$$$$.$@; trap "rm $$preproc" INT; \
    +	(preproc=$$$$.$@.S; trap "rm $$preproc" INT; \
     	$(PERL) asm/ghash-alpha.pl > $$preproc && \
    -	$(CC) -E $$preproc > $@ && rm $$preproc)
    -
    +	$(CC) -E -P $$preproc > $@ && rm $$preproc)
     ghash-parisc.s:	asm/ghash-parisc.pl
     	$(PERL) asm/ghash-parisc.pl $(PERLASM_SCHEME) $@
    +ghashv8-armx.S:	asm/ghashv8-armx.pl
    +	$(PERL) asm/ghashv8-armx.pl $(PERLASM_SCHEME) $@
    +ghashp8-ppc.s:	asm/ghashp8-ppc.pl
    +	$(PERL) asm/ghashp8-ppc.pl $(PERLASM_SCHEME) $@
     
     # GNU make "catch all"
     ghash-%.S:	asm/ghash-%.pl;	$(PERL) $< $(PERLASM_SCHEME) $@
     
     ghash-armv4.o:	ghash-armv4.S
    +ghashv8-armx.o:	ghashv8-armx.S
     
     files:
     	$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
    @@ -137,6 +143,14 @@ ofb128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h
     ofb128.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
     ofb128.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
     ofb128.o: ../../include/openssl/symhacks.h modes_lcl.h ofb128.c
    +wrap128.o: ../../e_os.h ../../include/openssl/bio.h
    +wrap128.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
    +wrap128.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
    +wrap128.o: ../../include/openssl/lhash.h ../../include/openssl/modes.h
    +wrap128.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
    +wrap128.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
    +wrap128.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
    +wrap128.o: ../cryptlib.h wrap128.c
     xts128.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
     xts128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h
     xts128.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
    diff --git a/openssl/crypto/modes/asm/aesni-gcm-x86_64.pl b/openssl/crypto/modes/asm/aesni-gcm-x86_64.pl
    new file mode 100755
    index 000000000..7e4e04ea2
    --- /dev/null
    +++ b/openssl/crypto/modes/asm/aesni-gcm-x86_64.pl
    @@ -0,0 +1,1057 @@
    +#!/usr/bin/env perl
    +#
    +# ====================================================================
    +# Written by Andy Polyakov  for the OpenSSL
    +# project. The module is, however, dual licensed under OpenSSL and
    +# CRYPTOGAMS licenses depending on where you obtain it. For further
    +# details see http://www.openssl.org/~appro/cryptogams/.
    +# ====================================================================
    +#
    +#
    +# AES-NI-CTR+GHASH stitch.
    +#
    +# February 2013
    +#
    +# OpenSSL GCM implementation is organized in such way that its
    +# performance is rather close to the sum of its streamed components,
    +# in the context parallelized AES-NI CTR and modulo-scheduled
    +# PCLMULQDQ-enabled GHASH. Unfortunately, as no stitch implementation
    +# was observed to perform significantly better than the sum of the
    +# components on contemporary CPUs, the effort was deemed impossible to
    +# justify. This module is based on combination of Intel submissions,
    +# [1] and [2], with MOVBE twist suggested by Ilya Albrekht and Max
    +# Locktyukhin of Intel Corp. who verified that it reduces shuffles
    +# pressure with notable relative improvement, achieving 1.0 cycle per
    +# byte processed with 128-bit key on Haswell processor, and 0.74 -
    +# on Broadwell. [Mentioned results are raw profiled measurements for
    +# favourable packet size, one divisible by 96. Applications using the
    +# EVP interface will observe a few percent worse performance.]
    +#
    +# [1] http://rt.openssl.org/Ticket/Display.html?id=2900&user=guest&pass=guest
    +# [2] http://www.intel.com/content/dam/www/public/us/en/documents/software-support/enabling-high-performance-gcm.pdf
    +
    +$flavour = shift;
    +$output  = shift;
    +if ($flavour =~ /\./) { $output = $flavour; undef $flavour; }
    +
    +$win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
    +
    +$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
    +( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
    +( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
    +die "can't locate x86_64-xlate.pl";
    +
    +if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
    +		=~ /GNU assembler version ([2-9]\.[0-9]+)/) {
    +	$avx = ($1>=2.19) + ($1>=2.22);
    +}
    +
    +if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
    +	    `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/) {
    +	$avx = ($1>=2.09) + ($1>=2.10);
    +}
    +
    +if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
    +	    `ml64 2>&1` =~ /Version ([0-9]+)\./) {
    +	$avx = ($1>=10) + ($1>=11);
    +}
    +
    +if (!$avx && `$ENV{CC} -v 2>&1` =~ /(^clang version|based on LLVM) ([3-9]\.[0-9]+)/) {
    +	$avx = ($2>=3.0) + ($2>3.0);
    +}
    +
    +open OUT,"| \"$^X\" $xlate $flavour $output";
    +*STDOUT=*OUT;
    +
    +if ($avx>1) {{{
    +
    +($inp,$out,$len,$key,$ivp,$Xip)=("%rdi","%rsi","%rdx","%rcx","%r8","%r9");
    +
    +($Ii,$T1,$T2,$Hkey,
    + $Z0,$Z1,$Z2,$Z3,$Xi) = map("%xmm$_",(0..8));
    +
    +($inout0,$inout1,$inout2,$inout3,$inout4,$inout5,$rndkey) = map("%xmm$_",(9..15));
    +
    +($counter,$rounds,$ret,$const,$in0,$end0)=("%ebx","%ebp","%r10","%r11","%r14","%r15");
    +
    +$code=<<___;
    +.text
    +
    +.type	_aesni_ctr32_ghash_6x,\@abi-omnipotent
    +.align	32
    +_aesni_ctr32_ghash_6x:
    +	vmovdqu		0x20($const),$T2	# borrow $T2, .Lone_msb
    +	sub		\$6,$len
    +	vpxor		$Z0,$Z0,$Z0		# $Z0   = 0
    +	vmovdqu		0x00-0x80($key),$rndkey
    +	vpaddb		$T2,$T1,$inout1
    +	vpaddb		$T2,$inout1,$inout2
    +	vpaddb		$T2,$inout2,$inout3
    +	vpaddb		$T2,$inout3,$inout4
    +	vpaddb		$T2,$inout4,$inout5
    +	vpxor		$rndkey,$T1,$inout0
    +	vmovdqu		$Z0,16+8(%rsp)		# "$Z3" = 0
    +	jmp		.Loop6x
    +
    +.align	32
    +.Loop6x:
    +	add		\$`6<<24`,$counter
    +	jc		.Lhandle_ctr32		# discard $inout[1-5]?
    +	vmovdqu		0x00-0x20($Xip),$Hkey	# $Hkey^1
    +	  vpaddb	$T2,$inout5,$T1		# next counter value
    +	  vpxor		$rndkey,$inout1,$inout1
    +	  vpxor		$rndkey,$inout2,$inout2
    +
    +.Lresume_ctr32:
    +	vmovdqu		$T1,($ivp)		# save next counter value
    +	vpclmulqdq	\$0x10,$Hkey,$Z3,$Z1
    +	  vpxor		$rndkey,$inout3,$inout3
    +	  vmovups	0x10-0x80($key),$T2	# borrow $T2 for $rndkey
    +	vpclmulqdq	\$0x01,$Hkey,$Z3,$Z2
    +	xor		%r12,%r12
    +	cmp		$in0,$end0
    +
    +	  vaesenc	$T2,$inout0,$inout0
    +	vmovdqu		0x30+8(%rsp),$Ii	# I[4]
    +	  vpxor		$rndkey,$inout4,$inout4
    +	vpclmulqdq	\$0x00,$Hkey,$Z3,$T1
    +	  vaesenc	$T2,$inout1,$inout1
    +	  vpxor		$rndkey,$inout5,$inout5
    +	setnc		%r12b
    +	vpclmulqdq	\$0x11,$Hkey,$Z3,$Z3
    +	  vaesenc	$T2,$inout2,$inout2
    +	vmovdqu		0x10-0x20($Xip),$Hkey	# $Hkey^2
    +	neg		%r12
    +	  vaesenc	$T2,$inout3,$inout3
    +	 vpxor		$Z1,$Z2,$Z2
    +	vpclmulqdq	\$0x00,$Hkey,$Ii,$Z1
    +	 vpxor		$Z0,$Xi,$Xi		# modulo-scheduled
    +	  vaesenc	$T2,$inout4,$inout4
    +	 vpxor		$Z1,$T1,$Z0
    +	and		\$0x60,%r12
    +	  vmovups	0x20-0x80($key),$rndkey
    +	vpclmulqdq	\$0x10,$Hkey,$Ii,$T1
    +	  vaesenc	$T2,$inout5,$inout5
    +
    +	vpclmulqdq	\$0x01,$Hkey,$Ii,$T2
    +	lea		($in0,%r12),$in0
    +	  vaesenc	$rndkey,$inout0,$inout0
    +	 vpxor		16+8(%rsp),$Xi,$Xi	# modulo-scheduled [vpxor $Z3,$Xi,$Xi]
    +	vpclmulqdq	\$0x11,$Hkey,$Ii,$Hkey
    +	 vmovdqu	0x40+8(%rsp),$Ii	# I[3]
    +	  vaesenc	$rndkey,$inout1,$inout1
    +	movbe		0x58($in0),%r13
    +	  vaesenc	$rndkey,$inout2,$inout2
    +	movbe		0x50($in0),%r12
    +	  vaesenc	$rndkey,$inout3,$inout3
    +	mov		%r13,0x20+8(%rsp)
    +	  vaesenc	$rndkey,$inout4,$inout4
    +	mov		%r12,0x28+8(%rsp)
    +	vmovdqu		0x30-0x20($Xip),$Z1	# borrow $Z1 for $Hkey^3
    +	  vaesenc	$rndkey,$inout5,$inout5
    +
    +	  vmovups	0x30-0x80($key),$rndkey
    +	 vpxor		$T1,$Z2,$Z2
    +	vpclmulqdq	\$0x00,$Z1,$Ii,$T1
    +	  vaesenc	$rndkey,$inout0,$inout0
    +	 vpxor		$T2,$Z2,$Z2
    +	vpclmulqdq	\$0x10,$Z1,$Ii,$T2
    +	  vaesenc	$rndkey,$inout1,$inout1
    +	 vpxor		$Hkey,$Z3,$Z3
    +	vpclmulqdq	\$0x01,$Z1,$Ii,$Hkey
    +	  vaesenc	$rndkey,$inout2,$inout2
    +	vpclmulqdq	\$0x11,$Z1,$Ii,$Z1
    +	 vmovdqu	0x50+8(%rsp),$Ii	# I[2]
    +	  vaesenc	$rndkey,$inout3,$inout3
    +	  vaesenc	$rndkey,$inout4,$inout4
    +	 vpxor		$T1,$Z0,$Z0
    +	vmovdqu		0x40-0x20($Xip),$T1	# borrow $T1 for $Hkey^4
    +	  vaesenc	$rndkey,$inout5,$inout5
    +
    +	  vmovups	0x40-0x80($key),$rndkey
    +	 vpxor		$T2,$Z2,$Z2
    +	vpclmulqdq	\$0x00,$T1,$Ii,$T2
    +	  vaesenc	$rndkey,$inout0,$inout0
    +	 vpxor		$Hkey,$Z2,$Z2
    +	vpclmulqdq	\$0x10,$T1,$Ii,$Hkey
    +	  vaesenc	$rndkey,$inout1,$inout1
    +	movbe		0x48($in0),%r13
    +	 vpxor		$Z1,$Z3,$Z3
    +	vpclmulqdq	\$0x01,$T1,$Ii,$Z1
    +	  vaesenc	$rndkey,$inout2,$inout2
    +	movbe		0x40($in0),%r12
    +	vpclmulqdq	\$0x11,$T1,$Ii,$T1
    +	 vmovdqu	0x60+8(%rsp),$Ii	# I[1]
    +	  vaesenc	$rndkey,$inout3,$inout3
    +	mov		%r13,0x30+8(%rsp)
    +	  vaesenc	$rndkey,$inout4,$inout4
    +	mov		%r12,0x38+8(%rsp)
    +	 vpxor		$T2,$Z0,$Z0
    +	vmovdqu		0x60-0x20($Xip),$T2	# borrow $T2 for $Hkey^5
    +	  vaesenc	$rndkey,$inout5,$inout5
    +
    +	  vmovups	0x50-0x80($key),$rndkey
    +	 vpxor		$Hkey,$Z2,$Z2
    +	vpclmulqdq	\$0x00,$T2,$Ii,$Hkey
    +	  vaesenc	$rndkey,$inout0,$inout0
    +	 vpxor		$Z1,$Z2,$Z2
    +	vpclmulqdq	\$0x10,$T2,$Ii,$Z1
    +	  vaesenc	$rndkey,$inout1,$inout1
    +	movbe		0x38($in0),%r13
    +	 vpxor		$T1,$Z3,$Z3
    +	vpclmulqdq	\$0x01,$T2,$Ii,$T1
    +	 vpxor		0x70+8(%rsp),$Xi,$Xi	# accumulate I[0]
    +	  vaesenc	$rndkey,$inout2,$inout2
    +	movbe		0x30($in0),%r12
    +	vpclmulqdq	\$0x11,$T2,$Ii,$T2
    +	  vaesenc	$rndkey,$inout3,$inout3
    +	mov		%r13,0x40+8(%rsp)
    +	  vaesenc	$rndkey,$inout4,$inout4
    +	mov		%r12,0x48+8(%rsp)
    +	 vpxor		$Hkey,$Z0,$Z0
    +	 vmovdqu	0x70-0x20($Xip),$Hkey	# $Hkey^6
    +	  vaesenc	$rndkey,$inout5,$inout5
    +
    +	  vmovups	0x60-0x80($key),$rndkey
    +	 vpxor		$Z1,$Z2,$Z2
    +	vpclmulqdq	\$0x10,$Hkey,$Xi,$Z1
    +	  vaesenc	$rndkey,$inout0,$inout0
    +	 vpxor		$T1,$Z2,$Z2
    +	vpclmulqdq	\$0x01,$Hkey,$Xi,$T1
    +	  vaesenc	$rndkey,$inout1,$inout1
    +	movbe		0x28($in0),%r13
    +	 vpxor		$T2,$Z3,$Z3
    +	vpclmulqdq	\$0x00,$Hkey,$Xi,$T2
    +	  vaesenc	$rndkey,$inout2,$inout2
    +	movbe		0x20($in0),%r12
    +	vpclmulqdq	\$0x11,$Hkey,$Xi,$Xi
    +	  vaesenc	$rndkey,$inout3,$inout3
    +	mov		%r13,0x50+8(%rsp)
    +	  vaesenc	$rndkey,$inout4,$inout4
    +	mov		%r12,0x58+8(%rsp)
    +	vpxor		$Z1,$Z2,$Z2
    +	  vaesenc	$rndkey,$inout5,$inout5
    +	vpxor		$T1,$Z2,$Z2
    +
    +	  vmovups	0x70-0x80($key),$rndkey
    +	vpslldq		\$8,$Z2,$Z1
    +	vpxor		$T2,$Z0,$Z0
    +	vmovdqu		0x10($const),$Hkey	# .Lpoly
    +
    +	  vaesenc	$rndkey,$inout0,$inout0
    +	vpxor		$Xi,$Z3,$Z3
    +	  vaesenc	$rndkey,$inout1,$inout1
    +	vpxor		$Z1,$Z0,$Z0
    +	movbe		0x18($in0),%r13
    +	  vaesenc	$rndkey,$inout2,$inout2
    +	movbe		0x10($in0),%r12
    +	vpalignr	\$8,$Z0,$Z0,$Ii		# 1st phase
    +	vpclmulqdq	\$0x10,$Hkey,$Z0,$Z0
    +	mov		%r13,0x60+8(%rsp)
    +	  vaesenc	$rndkey,$inout3,$inout3
    +	mov		%r12,0x68+8(%rsp)
    +	  vaesenc	$rndkey,$inout4,$inout4
    +	  vmovups	0x80-0x80($key),$T1	# borrow $T1 for $rndkey
    +	  vaesenc	$rndkey,$inout5,$inout5
    +
    +	  vaesenc	$T1,$inout0,$inout0
    +	  vmovups	0x90-0x80($key),$rndkey
    +	  vaesenc	$T1,$inout1,$inout1
    +	vpsrldq		\$8,$Z2,$Z2
    +	  vaesenc	$T1,$inout2,$inout2
    +	vpxor		$Z2,$Z3,$Z3
    +	  vaesenc	$T1,$inout3,$inout3
    +	vpxor		$Ii,$Z0,$Z0
    +	movbe		0x08($in0),%r13
    +	  vaesenc	$T1,$inout4,$inout4
    +	movbe		0x00($in0),%r12
    +	  vaesenc	$T1,$inout5,$inout5
    +	  vmovups	0xa0-0x80($key),$T1
    +	  cmp		\$11,$rounds
    +	  jb		.Lenc_tail		# 128-bit key
    +
    +	  vaesenc	$rndkey,$inout0,$inout0
    +	  vaesenc	$rndkey,$inout1,$inout1
    +	  vaesenc	$rndkey,$inout2,$inout2
    +	  vaesenc	$rndkey,$inout3,$inout3
    +	  vaesenc	$rndkey,$inout4,$inout4
    +	  vaesenc	$rndkey,$inout5,$inout5
    +
    +	  vaesenc	$T1,$inout0,$inout0
    +	  vaesenc	$T1,$inout1,$inout1
    +	  vaesenc	$T1,$inout2,$inout2
    +	  vaesenc	$T1,$inout3,$inout3
    +	  vaesenc	$T1,$inout4,$inout4
    +	  vmovups	0xb0-0x80($key),$rndkey
    +	  vaesenc	$T1,$inout5,$inout5
    +	  vmovups	0xc0-0x80($key),$T1
    +	  je		.Lenc_tail		# 192-bit key
    +
    +	  vaesenc	$rndkey,$inout0,$inout0
    +	  vaesenc	$rndkey,$inout1,$inout1
    +	  vaesenc	$rndkey,$inout2,$inout2
    +	  vaesenc	$rndkey,$inout3,$inout3
    +	  vaesenc	$rndkey,$inout4,$inout4
    +	  vaesenc	$rndkey,$inout5,$inout5
    +
    +	  vaesenc	$T1,$inout0,$inout0
    +	  vaesenc	$T1,$inout1,$inout1
    +	  vaesenc	$T1,$inout2,$inout2
    +	  vaesenc	$T1,$inout3,$inout3
    +	  vaesenc	$T1,$inout4,$inout4
    +	  vmovups	0xd0-0x80($key),$rndkey
    +	  vaesenc	$T1,$inout5,$inout5
    +	  vmovups	0xe0-0x80($key),$T1
    +	  jmp		.Lenc_tail		# 256-bit key
    +
    +.align	32
    +.Lhandle_ctr32:
    +	vmovdqu		($const),$Ii		# borrow $Ii for .Lbswap_mask
    +	  vpshufb	$Ii,$T1,$Z2		# byte-swap counter
    +	  vmovdqu	0x30($const),$Z1	# borrow $Z1, .Ltwo_lsb
    +	  vpaddd	0x40($const),$Z2,$inout1	# .Lone_lsb
    +	  vpaddd	$Z1,$Z2,$inout2
    +	vmovdqu		0x00-0x20($Xip),$Hkey	# $Hkey^1
    +	  vpaddd	$Z1,$inout1,$inout3
    +	  vpshufb	$Ii,$inout1,$inout1
    +	  vpaddd	$Z1,$inout2,$inout4
    +	  vpshufb	$Ii,$inout2,$inout2
    +	  vpxor		$rndkey,$inout1,$inout1
    +	  vpaddd	$Z1,$inout3,$inout5
    +	  vpshufb	$Ii,$inout3,$inout3
    +	  vpxor		$rndkey,$inout2,$inout2
    +	  vpaddd	$Z1,$inout4,$T1		# byte-swapped next counter value
    +	  vpshufb	$Ii,$inout4,$inout4
    +	  vpshufb	$Ii,$inout5,$inout5
    +	  vpshufb	$Ii,$T1,$T1		# next counter value
    +	jmp		.Lresume_ctr32
    +
    +.align	32
    +.Lenc_tail:
    +	  vaesenc	$rndkey,$inout0,$inout0
    +	vmovdqu		$Z3,16+8(%rsp)		# postpone vpxor $Z3,$Xi,$Xi
    +	vpalignr	\$8,$Z0,$Z0,$Xi		# 2nd phase
    +	  vaesenc	$rndkey,$inout1,$inout1
    +	vpclmulqdq	\$0x10,$Hkey,$Z0,$Z0
    +	  vpxor		0x00($inp),$T1,$T2
    +	  vaesenc	$rndkey,$inout2,$inout2
    +	  vpxor		0x10($inp),$T1,$Ii
    +	  vaesenc	$rndkey,$inout3,$inout3
    +	  vpxor		0x20($inp),$T1,$Z1
    +	  vaesenc	$rndkey,$inout4,$inout4
    +	  vpxor		0x30($inp),$T1,$Z2
    +	  vaesenc	$rndkey,$inout5,$inout5
    +	  vpxor		0x40($inp),$T1,$Z3
    +	  vpxor		0x50($inp),$T1,$Hkey
    +	  vmovdqu	($ivp),$T1		# load next counter value
    +
    +	  vaesenclast	$T2,$inout0,$inout0
    +	  vmovdqu	0x20($const),$T2	# borrow $T2, .Lone_msb
    +	  vaesenclast	$Ii,$inout1,$inout1
    +	 vpaddb		$T2,$T1,$Ii
    +	mov		%r13,0x70+8(%rsp)
    +	lea		0x60($inp),$inp
    +	  vaesenclast	$Z1,$inout2,$inout2
    +	 vpaddb		$T2,$Ii,$Z1
    +	mov		%r12,0x78+8(%rsp)
    +	lea		0x60($out),$out
    +	  vmovdqu	0x00-0x80($key),$rndkey
    +	  vaesenclast	$Z2,$inout3,$inout3
    +	 vpaddb		$T2,$Z1,$Z2
    +	  vaesenclast	$Z3, $inout4,$inout4
    +	 vpaddb		$T2,$Z2,$Z3
    +	  vaesenclast	$Hkey,$inout5,$inout5
    +	 vpaddb		$T2,$Z3,$Hkey
    +
    +	add		\$0x60,$ret
    +	sub		\$0x6,$len
    +	jc		.L6x_done
    +
    +	  vmovups	$inout0,-0x60($out)	# save output
    +	 vpxor		$rndkey,$T1,$inout0
    +	  vmovups	$inout1,-0x50($out)
    +	 vmovdqa	$Ii,$inout1		# 0 latency
    +	  vmovups	$inout2,-0x40($out)
    +	 vmovdqa	$Z1,$inout2		# 0 latency
    +	  vmovups	$inout3,-0x30($out)
    +	 vmovdqa	$Z2,$inout3		# 0 latency
    +	  vmovups	$inout4,-0x20($out)
    +	 vmovdqa	$Z3,$inout4		# 0 latency
    +	  vmovups	$inout5,-0x10($out)
    +	 vmovdqa	$Hkey,$inout5		# 0 latency
    +	vmovdqu		0x20+8(%rsp),$Z3	# I[5]
    +	jmp		.Loop6x
    +
    +.L6x_done:
    +	vpxor		16+8(%rsp),$Xi,$Xi	# modulo-scheduled
    +	vpxor		$Z0,$Xi,$Xi		# modulo-scheduled
    +
    +	ret
    +.size	_aesni_ctr32_ghash_6x,.-_aesni_ctr32_ghash_6x
    +___
    +######################################################################
    +#
    +# size_t aesni_gcm_[en|de]crypt(const void *inp, void *out, size_t len,
    +#		const AES_KEY *key, unsigned char iv[16],
    +#		struct { u128 Xi,H,Htbl[9]; } *Xip);
    +$code.=<<___;
    +.globl	aesni_gcm_decrypt
    +.type	aesni_gcm_decrypt,\@function,6
    +.align	32
    +aesni_gcm_decrypt:
    +	xor	$ret,$ret
    +	cmp	\$0x60,$len			# minimal accepted length
    +	jb	.Lgcm_dec_abort
    +
    +	lea	(%rsp),%rax			# save stack pointer
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +___
    +$code.=<<___ if ($win64);
    +	lea	-0xa8(%rsp),%rsp
    +	movaps	%xmm6,-0xd8(%rax)
    +	movaps	%xmm7,-0xc8(%rax)
    +	movaps	%xmm8,-0xb8(%rax)
    +	movaps	%xmm9,-0xa8(%rax)
    +	movaps	%xmm10,-0x98(%rax)
    +	movaps	%xmm11,-0x88(%rax)
    +	movaps	%xmm12,-0x78(%rax)
    +	movaps	%xmm13,-0x68(%rax)
    +	movaps	%xmm14,-0x58(%rax)
    +	movaps	%xmm15,-0x48(%rax)
    +.Lgcm_dec_body:
    +___
    +$code.=<<___;
    +	vzeroupper
    +
    +	vmovdqu		($ivp),$T1		# input counter value
    +	add		\$-128,%rsp
    +	mov		12($ivp),$counter
    +	lea		.Lbswap_mask(%rip),$const
    +	lea		-0x80($key),$in0	# borrow $in0
    +	mov		\$0xf80,$end0		# borrow $end0
    +	vmovdqu		($Xip),$Xi		# load Xi
    +	and		\$-128,%rsp		# ensure stack alignment
    +	vmovdqu		($const),$Ii		# borrow $Ii for .Lbswap_mask
    +	lea		0x80($key),$key		# size optimization
    +	lea		0x20+0x20($Xip),$Xip	# size optimization
    +	mov		0xf0-0x80($key),$rounds
    +	vpshufb		$Ii,$Xi,$Xi
    +
    +	and		$end0,$in0
    +	and		%rsp,$end0
    +	sub		$in0,$end0
    +	jc		.Ldec_no_key_aliasing
    +	cmp		\$768,$end0
    +	jnc		.Ldec_no_key_aliasing
    +	sub		$end0,%rsp		# avoid aliasing with key
    +.Ldec_no_key_aliasing:
    +
    +	vmovdqu		0x50($inp),$Z3		# I[5]
    +	lea		($inp),$in0
    +	vmovdqu		0x40($inp),$Z0
    +	lea		-0xc0($inp,$len),$end0
    +	vmovdqu		0x30($inp),$Z1
    +	shr		\$4,$len
    +	xor		$ret,$ret
    +	vmovdqu		0x20($inp),$Z2
    +	 vpshufb	$Ii,$Z3,$Z3		# passed to _aesni_ctr32_ghash_6x
    +	vmovdqu		0x10($inp),$T2
    +	 vpshufb	$Ii,$Z0,$Z0
    +	vmovdqu		($inp),$Hkey
    +	 vpshufb	$Ii,$Z1,$Z1
    +	vmovdqu		$Z0,0x30(%rsp)
    +	 vpshufb	$Ii,$Z2,$Z2
    +	vmovdqu		$Z1,0x40(%rsp)
    +	 vpshufb	$Ii,$T2,$T2
    +	vmovdqu		$Z2,0x50(%rsp)
    +	 vpshufb	$Ii,$Hkey,$Hkey
    +	vmovdqu		$T2,0x60(%rsp)
    +	vmovdqu		$Hkey,0x70(%rsp)
    +
    +	call		_aesni_ctr32_ghash_6x
    +
    +	vmovups		$inout0,-0x60($out)	# save output
    +	vmovups		$inout1,-0x50($out)
    +	vmovups		$inout2,-0x40($out)
    +	vmovups		$inout3,-0x30($out)
    +	vmovups		$inout4,-0x20($out)
    +	vmovups		$inout5,-0x10($out)
    +
    +	vpshufb		($const),$Xi,$Xi	# .Lbswap_mask
    +	vmovdqu		$Xi,-0x40($Xip)		# output Xi
    +
    +	vzeroupper
    +___
    +$code.=<<___ if ($win64);
    +	movaps	-0xd8(%rax),%xmm6
    +	movaps	-0xd8(%rax),%xmm7
    +	movaps	-0xb8(%rax),%xmm8
    +	movaps	-0xa8(%rax),%xmm9
    +	movaps	-0x98(%rax),%xmm10
    +	movaps	-0x88(%rax),%xmm11
    +	movaps	-0x78(%rax),%xmm12
    +	movaps	-0x68(%rax),%xmm13
    +	movaps	-0x58(%rax),%xmm14
    +	movaps	-0x48(%rax),%xmm15
    +___
    +$code.=<<___;
    +	mov	-48(%rax),%r15
    +	mov	-40(%rax),%r14
    +	mov	-32(%rax),%r13
    +	mov	-24(%rax),%r12
    +	mov	-16(%rax),%rbp
    +	mov	-8(%rax),%rbx
    +	lea	(%rax),%rsp		# restore %rsp
    +.Lgcm_dec_abort:
    +	mov	$ret,%rax		# return value
    +	ret
    +.size	aesni_gcm_decrypt,.-aesni_gcm_decrypt
    +___
    +
    +$code.=<<___;
    +.type	_aesni_ctr32_6x,\@abi-omnipotent
    +.align	32
    +_aesni_ctr32_6x:
    +	vmovdqu		0x00-0x80($key),$Z0	# borrow $Z0 for $rndkey
    +	vmovdqu		0x20($const),$T2	# borrow $T2, .Lone_msb
    +	lea		-1($rounds),%r13
    +	vmovups		0x10-0x80($key),$rndkey
    +	lea		0x20-0x80($key),%r12
    +	vpxor		$Z0,$T1,$inout0
    +	add		\$`6<<24`,$counter
    +	jc		.Lhandle_ctr32_2
    +	vpaddb		$T2,$T1,$inout1
    +	vpaddb		$T2,$inout1,$inout2
    +	vpxor		$Z0,$inout1,$inout1
    +	vpaddb		$T2,$inout2,$inout3
    +	vpxor		$Z0,$inout2,$inout2
    +	vpaddb		$T2,$inout3,$inout4
    +	vpxor		$Z0,$inout3,$inout3
    +	vpaddb		$T2,$inout4,$inout5
    +	vpxor		$Z0,$inout4,$inout4
    +	vpaddb		$T2,$inout5,$T1
    +	vpxor		$Z0,$inout5,$inout5
    +	jmp		.Loop_ctr32
    +
    +.align	16
    +.Loop_ctr32:
    +	vaesenc		$rndkey,$inout0,$inout0
    +	vaesenc		$rndkey,$inout1,$inout1
    +	vaesenc		$rndkey,$inout2,$inout2
    +	vaesenc		$rndkey,$inout3,$inout3
    +	vaesenc		$rndkey,$inout4,$inout4
    +	vaesenc		$rndkey,$inout5,$inout5
    +	vmovups		(%r12),$rndkey
    +	lea		0x10(%r12),%r12
    +	dec		%r13d
    +	jnz		.Loop_ctr32
    +
    +	vmovdqu		(%r12),$Hkey		# last round key
    +	vaesenc		$rndkey,$inout0,$inout0
    +	vpxor		0x00($inp),$Hkey,$Z0
    +	vaesenc		$rndkey,$inout1,$inout1
    +	vpxor		0x10($inp),$Hkey,$Z1
    +	vaesenc		$rndkey,$inout2,$inout2
    +	vpxor		0x20($inp),$Hkey,$Z2
    +	vaesenc		$rndkey,$inout3,$inout3
    +	vpxor		0x30($inp),$Hkey,$Xi
    +	vaesenc		$rndkey,$inout4,$inout4
    +	vpxor		0x40($inp),$Hkey,$T2
    +	vaesenc		$rndkey,$inout5,$inout5
    +	vpxor		0x50($inp),$Hkey,$Hkey
    +	lea		0x60($inp),$inp
    +
    +	vaesenclast	$Z0,$inout0,$inout0
    +	vaesenclast	$Z1,$inout1,$inout1
    +	vaesenclast	$Z2,$inout2,$inout2
    +	vaesenclast	$Xi,$inout3,$inout3
    +	vaesenclast	$T2,$inout4,$inout4
    +	vaesenclast	$Hkey,$inout5,$inout5
    +	vmovups		$inout0,0x00($out)
    +	vmovups		$inout1,0x10($out)
    +	vmovups		$inout2,0x20($out)
    +	vmovups		$inout3,0x30($out)
    +	vmovups		$inout4,0x40($out)
    +	vmovups		$inout5,0x50($out)
    +	lea		0x60($out),$out
    +
    +	ret
    +.align	32
    +.Lhandle_ctr32_2:
    +	vpshufb		$Ii,$T1,$Z2		# byte-swap counter
    +	vmovdqu		0x30($const),$Z1	# borrow $Z1, .Ltwo_lsb
    +	vpaddd		0x40($const),$Z2,$inout1	# .Lone_lsb
    +	vpaddd		$Z1,$Z2,$inout2
    +	vpaddd		$Z1,$inout1,$inout3
    +	vpshufb		$Ii,$inout1,$inout1
    +	vpaddd		$Z1,$inout2,$inout4
    +	vpshufb		$Ii,$inout2,$inout2
    +	vpxor		$Z0,$inout1,$inout1
    +	vpaddd		$Z1,$inout3,$inout5
    +	vpshufb		$Ii,$inout3,$inout3
    +	vpxor		$Z0,$inout2,$inout2
    +	vpaddd		$Z1,$inout4,$T1		# byte-swapped next counter value
    +	vpshufb		$Ii,$inout4,$inout4
    +	vpxor		$Z0,$inout3,$inout3
    +	vpshufb		$Ii,$inout5,$inout5
    +	vpxor		$Z0,$inout4,$inout4
    +	vpshufb		$Ii,$T1,$T1		# next counter value
    +	vpxor		$Z0,$inout5,$inout5
    +	jmp	.Loop_ctr32
    +.size	_aesni_ctr32_6x,.-_aesni_ctr32_6x
    +
    +.globl	aesni_gcm_encrypt
    +.type	aesni_gcm_encrypt,\@function,6
    +.align	32
    +aesni_gcm_encrypt:
    +	xor	$ret,$ret
    +	cmp	\$0x60*3,$len			# minimal accepted length
    +	jb	.Lgcm_enc_abort
    +
    +	lea	(%rsp),%rax			# save stack pointer
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +___
    +$code.=<<___ if ($win64);
    +	lea	-0xa8(%rsp),%rsp
    +	movaps	%xmm6,-0xd8(%rax)
    +	movaps	%xmm7,-0xc8(%rax)
    +	movaps	%xmm8,-0xb8(%rax)
    +	movaps	%xmm9,-0xa8(%rax)
    +	movaps	%xmm10,-0x98(%rax)
    +	movaps	%xmm11,-0x88(%rax)
    +	movaps	%xmm12,-0x78(%rax)
    +	movaps	%xmm13,-0x68(%rax)
    +	movaps	%xmm14,-0x58(%rax)
    +	movaps	%xmm15,-0x48(%rax)
    +.Lgcm_enc_body:
    +___
    +$code.=<<___;
    +	vzeroupper
    +
    +	vmovdqu		($ivp),$T1		# input counter value
    +	add		\$-128,%rsp
    +	mov		12($ivp),$counter
    +	lea		.Lbswap_mask(%rip),$const
    +	lea		-0x80($key),$in0	# borrow $in0
    +	mov		\$0xf80,$end0		# borrow $end0
    +	lea		0x80($key),$key		# size optimization
    +	vmovdqu		($const),$Ii		# borrow $Ii for .Lbswap_mask
    +	and		\$-128,%rsp		# ensure stack alignment
    +	mov		0xf0-0x80($key),$rounds
    +
    +	and		$end0,$in0
    +	and		%rsp,$end0
    +	sub		$in0,$end0
    +	jc		.Lenc_no_key_aliasing
    +	cmp		\$768,$end0
    +	jnc		.Lenc_no_key_aliasing
    +	sub		$end0,%rsp		# avoid aliasing with key
    +.Lenc_no_key_aliasing:
    +
    +	lea		($out),$in0
    +	lea		-0xc0($out,$len),$end0
    +	shr		\$4,$len
    +
    +	call		_aesni_ctr32_6x
    +	vpshufb		$Ii,$inout0,$Xi		# save bswapped output on stack
    +	vpshufb		$Ii,$inout1,$T2
    +	vmovdqu		$Xi,0x70(%rsp)
    +	vpshufb		$Ii,$inout2,$Z0
    +	vmovdqu		$T2,0x60(%rsp)
    +	vpshufb		$Ii,$inout3,$Z1
    +	vmovdqu		$Z0,0x50(%rsp)
    +	vpshufb		$Ii,$inout4,$Z2
    +	vmovdqu		$Z1,0x40(%rsp)
    +	vpshufb		$Ii,$inout5,$Z3		# passed to _aesni_ctr32_ghash_6x
    +	vmovdqu		$Z2,0x30(%rsp)
    +
    +	call		_aesni_ctr32_6x
    +
    +	vmovdqu		($Xip),$Xi		# load Xi
    +	lea		0x20+0x20($Xip),$Xip	# size optimization
    +	sub		\$12,$len
    +	mov		\$0x60*2,$ret
    +	vpshufb		$Ii,$Xi,$Xi
    +
    +	call		_aesni_ctr32_ghash_6x
    +	vmovdqu		0x20(%rsp),$Z3		# I[5]
    +	 vmovdqu	($const),$Ii		# borrow $Ii for .Lbswap_mask
    +	vmovdqu		0x00-0x20($Xip),$Hkey	# $Hkey^1
    +	vpunpckhqdq	$Z3,$Z3,$T1
    +	vmovdqu		0x20-0x20($Xip),$rndkey	# borrow $rndkey for $HK
    +	 vmovups	$inout0,-0x60($out)	# save output
    +	 vpshufb	$Ii,$inout0,$inout0	# but keep bswapped copy
    +	vpxor		$Z3,$T1,$T1
    +	 vmovups	$inout1,-0x50($out)
    +	 vpshufb	$Ii,$inout1,$inout1
    +	 vmovups	$inout2,-0x40($out)
    +	 vpshufb	$Ii,$inout2,$inout2
    +	 vmovups	$inout3,-0x30($out)
    +	 vpshufb	$Ii,$inout3,$inout3
    +	 vmovups	$inout4,-0x20($out)
    +	 vpshufb	$Ii,$inout4,$inout4
    +	 vmovups	$inout5,-0x10($out)
    +	 vpshufb	$Ii,$inout5,$inout5
    +	 vmovdqu	$inout0,0x10(%rsp)	# free $inout0
    +___
    +{ my ($HK,$T3)=($rndkey,$inout0);
    +
    +$code.=<<___;
    +	 vmovdqu	0x30(%rsp),$Z2		# I[4]
    +	 vmovdqu	0x10-0x20($Xip),$Ii	# borrow $Ii for $Hkey^2
    +	 vpunpckhqdq	$Z2,$Z2,$T2
    +	vpclmulqdq	\$0x00,$Hkey,$Z3,$Z1
    +	 vpxor		$Z2,$T2,$T2
    +	vpclmulqdq	\$0x11,$Hkey,$Z3,$Z3
    +	vpclmulqdq	\$0x00,$HK,$T1,$T1
    +
    +	 vmovdqu	0x40(%rsp),$T3		# I[3]
    +	vpclmulqdq	\$0x00,$Ii,$Z2,$Z0
    +	 vmovdqu	0x30-0x20($Xip),$Hkey	# $Hkey^3
    +	vpxor		$Z1,$Z0,$Z0
    +	 vpunpckhqdq	$T3,$T3,$Z1
    +	vpclmulqdq	\$0x11,$Ii,$Z2,$Z2
    +	 vpxor		$T3,$Z1,$Z1
    +	vpxor		$Z3,$Z2,$Z2
    +	vpclmulqdq	\$0x10,$HK,$T2,$T2
    +	 vmovdqu	0x50-0x20($Xip),$HK
    +	vpxor		$T1,$T2,$T2
    +
    +	 vmovdqu	0x50(%rsp),$T1		# I[2]
    +	vpclmulqdq	\$0x00,$Hkey,$T3,$Z3
    +	 vmovdqu	0x40-0x20($Xip),$Ii	# borrow $Ii for $Hkey^4
    +	vpxor		$Z0,$Z3,$Z3
    +	 vpunpckhqdq	$T1,$T1,$Z0
    +	vpclmulqdq	\$0x11,$Hkey,$T3,$T3
    +	 vpxor		$T1,$Z0,$Z0
    +	vpxor		$Z2,$T3,$T3
    +	vpclmulqdq	\$0x00,$HK,$Z1,$Z1
    +	vpxor		$T2,$Z1,$Z1
    +
    +	 vmovdqu	0x60(%rsp),$T2		# I[1]
    +	vpclmulqdq	\$0x00,$Ii,$T1,$Z2
    +	 vmovdqu	0x60-0x20($Xip),$Hkey	# $Hkey^5
    +	vpxor		$Z3,$Z2,$Z2
    +	 vpunpckhqdq	$T2,$T2,$Z3
    +	vpclmulqdq	\$0x11,$Ii,$T1,$T1
    +	 vpxor		$T2,$Z3,$Z3
    +	vpxor		$T3,$T1,$T1
    +	vpclmulqdq	\$0x10,$HK,$Z0,$Z0
    +	 vmovdqu	0x80-0x20($Xip),$HK
    +	vpxor		$Z1,$Z0,$Z0
    +
    +	 vpxor		0x70(%rsp),$Xi,$Xi	# accumulate I[0]
    +	vpclmulqdq	\$0x00,$Hkey,$T2,$Z1
    +	 vmovdqu	0x70-0x20($Xip),$Ii	# borrow $Ii for $Hkey^6
    +	 vpunpckhqdq	$Xi,$Xi,$T3
    +	vpxor		$Z2,$Z1,$Z1
    +	vpclmulqdq	\$0x11,$Hkey,$T2,$T2
    +	 vpxor		$Xi,$T3,$T3
    +	vpxor		$T1,$T2,$T2
    +	vpclmulqdq	\$0x00,$HK,$Z3,$Z3
    +	vpxor		$Z0,$Z3,$Z0
    +
    +	vpclmulqdq	\$0x00,$Ii,$Xi,$Z2
    +	 vmovdqu	0x00-0x20($Xip),$Hkey	# $Hkey^1
    +	 vpunpckhqdq	$inout5,$inout5,$T1
    +	vpclmulqdq	\$0x11,$Ii,$Xi,$Xi
    +	 vpxor		$inout5,$T1,$T1
    +	vpxor		$Z1,$Z2,$Z1
    +	vpclmulqdq	\$0x10,$HK,$T3,$T3
    +	 vmovdqu	0x20-0x20($Xip),$HK
    +	vpxor		$T2,$Xi,$Z3
    +	vpxor		$Z0,$T3,$Z2
    +
    +	 vmovdqu	0x10-0x20($Xip),$Ii	# borrow $Ii for $Hkey^2
    +	  vpxor		$Z1,$Z3,$T3		# aggregated Karatsuba post-processing
    +	vpclmulqdq	\$0x00,$Hkey,$inout5,$Z0
    +	  vpxor		$T3,$Z2,$Z2
    +	 vpunpckhqdq	$inout4,$inout4,$T2
    +	vpclmulqdq	\$0x11,$Hkey,$inout5,$inout5
    +	 vpxor		$inout4,$T2,$T2
    +	  vpslldq	\$8,$Z2,$T3
    +	vpclmulqdq	\$0x00,$HK,$T1,$T1
    +	  vpxor		$T3,$Z1,$Xi
    +	  vpsrldq	\$8,$Z2,$Z2
    +	  vpxor		$Z2,$Z3,$Z3
    +
    +	vpclmulqdq	\$0x00,$Ii,$inout4,$Z1
    +	 vmovdqu	0x30-0x20($Xip),$Hkey	# $Hkey^3
    +	vpxor		$Z0,$Z1,$Z1
    +	 vpunpckhqdq	$inout3,$inout3,$T3
    +	vpclmulqdq	\$0x11,$Ii,$inout4,$inout4
    +	 vpxor		$inout3,$T3,$T3
    +	vpxor		$inout5,$inout4,$inout4
    +	  vpalignr	\$8,$Xi,$Xi,$inout5	# 1st phase
    +	vpclmulqdq	\$0x10,$HK,$T2,$T2
    +	 vmovdqu	0x50-0x20($Xip),$HK
    +	vpxor		$T1,$T2,$T2
    +
    +	vpclmulqdq	\$0x00,$Hkey,$inout3,$Z0
    +	 vmovdqu	0x40-0x20($Xip),$Ii	# borrow $Ii for $Hkey^4
    +	vpxor		$Z1,$Z0,$Z0
    +	 vpunpckhqdq	$inout2,$inout2,$T1
    +	vpclmulqdq	\$0x11,$Hkey,$inout3,$inout3
    +	 vpxor		$inout2,$T1,$T1
    +	vpxor		$inout4,$inout3,$inout3
    +	  vxorps	0x10(%rsp),$Z3,$Z3	# accumulate $inout0
    +	vpclmulqdq	\$0x00,$HK,$T3,$T3
    +	vpxor		$T2,$T3,$T3
    +
    +	  vpclmulqdq	\$0x10,0x10($const),$Xi,$Xi
    +	  vxorps	$inout5,$Xi,$Xi
    +
    +	vpclmulqdq	\$0x00,$Ii,$inout2,$Z1
    +	 vmovdqu	0x60-0x20($Xip),$Hkey	# $Hkey^5
    +	vpxor		$Z0,$Z1,$Z1
    +	 vpunpckhqdq	$inout1,$inout1,$T2
    +	vpclmulqdq	\$0x11,$Ii,$inout2,$inout2
    +	 vpxor		$inout1,$T2,$T2
    +	  vpalignr	\$8,$Xi,$Xi,$inout5	# 2nd phase
    +	vpxor		$inout3,$inout2,$inout2
    +	vpclmulqdq	\$0x10,$HK,$T1,$T1
    +	 vmovdqu	0x80-0x20($Xip),$HK
    +	vpxor		$T3,$T1,$T1
    +
    +	  vxorps	$Z3,$inout5,$inout5
    +	  vpclmulqdq	\$0x10,0x10($const),$Xi,$Xi
    +	  vxorps	$inout5,$Xi,$Xi
    +
    +	vpclmulqdq	\$0x00,$Hkey,$inout1,$Z0
    +	 vmovdqu	0x70-0x20($Xip),$Ii	# borrow $Ii for $Hkey^6
    +	vpxor		$Z1,$Z0,$Z0
    +	 vpunpckhqdq	$Xi,$Xi,$T3
    +	vpclmulqdq	\$0x11,$Hkey,$inout1,$inout1
    +	 vpxor		$Xi,$T3,$T3
    +	vpxor		$inout2,$inout1,$inout1
    +	vpclmulqdq	\$0x00,$HK,$T2,$T2
    +	vpxor		$T1,$T2,$T2
    +
    +	vpclmulqdq	\$0x00,$Ii,$Xi,$Z1
    +	vpclmulqdq	\$0x11,$Ii,$Xi,$Z3
    +	vpxor		$Z0,$Z1,$Z1
    +	vpclmulqdq	\$0x10,$HK,$T3,$Z2
    +	vpxor		$inout1,$Z3,$Z3
    +	vpxor		$T2,$Z2,$Z2
    +
    +	vpxor		$Z1,$Z3,$Z0		# aggregated Karatsuba post-processing
    +	vpxor		$Z0,$Z2,$Z2
    +	vpslldq		\$8,$Z2,$T1
    +	vmovdqu		0x10($const),$Hkey	# .Lpoly
    +	vpsrldq		\$8,$Z2,$Z2
    +	vpxor		$T1,$Z1,$Xi
    +	vpxor		$Z2,$Z3,$Z3
    +
    +	vpalignr	\$8,$Xi,$Xi,$T2		# 1st phase
    +	vpclmulqdq	\$0x10,$Hkey,$Xi,$Xi
    +	vpxor		$T2,$Xi,$Xi
    +
    +	vpalignr	\$8,$Xi,$Xi,$T2		# 2nd phase
    +	vpclmulqdq	\$0x10,$Hkey,$Xi,$Xi
    +	vpxor		$Z3,$T2,$T2
    +	vpxor		$T2,$Xi,$Xi
    +___
    +}
    +$code.=<<___;
    +	vpshufb		($const),$Xi,$Xi	# .Lbswap_mask
    +	vmovdqu		$Xi,-0x40($Xip)		# output Xi
    +
    +	vzeroupper
    +___
    +$code.=<<___ if ($win64);
    +	movaps	-0xd8(%rax),%xmm6
    +	movaps	-0xc8(%rax),%xmm7
    +	movaps	-0xb8(%rax),%xmm8
    +	movaps	-0xa8(%rax),%xmm9
    +	movaps	-0x98(%rax),%xmm10
    +	movaps	-0x88(%rax),%xmm11
    +	movaps	-0x78(%rax),%xmm12
    +	movaps	-0x68(%rax),%xmm13
    +	movaps	-0x58(%rax),%xmm14
    +	movaps	-0x48(%rax),%xmm15
    +___
    +$code.=<<___;
    +	mov	-48(%rax),%r15
    +	mov	-40(%rax),%r14
    +	mov	-32(%rax),%r13
    +	mov	-24(%rax),%r12
    +	mov	-16(%rax),%rbp
    +	mov	-8(%rax),%rbx
    +	lea	(%rax),%rsp		# restore %rsp
    +.Lgcm_enc_abort:
    +	mov	$ret,%rax		# return value
    +	ret
    +.size	aesni_gcm_encrypt,.-aesni_gcm_encrypt
    +___
    +
    +$code.=<<___;
    +.align	64
    +.Lbswap_mask:
    +	.byte	15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,0
    +.Lpoly:
    +	.byte	0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0xc2
    +.Lone_msb:
    +	.byte	0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1
    +.Ltwo_lsb:
    +	.byte	2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
    +.Lone_lsb:
    +	.byte	1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
    +.asciz	"AES-NI GCM module for x86_64, CRYPTOGAMS by "
    +.align	64
    +___
    +if ($win64) {
    +$rec="%rcx";
    +$frame="%rdx";
    +$context="%r8";
    +$disp="%r9";
    +
    +$code.=<<___
    +.extern	__imp_RtlVirtualUnwind
    +.type	gcm_se_handler,\@abi-omnipotent
    +.align	16
    +gcm_se_handler:
    +	push	%rsi
    +	push	%rdi
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +	pushfq
    +	sub	\$64,%rsp
    +
    +	mov	120($context),%rax	# pull context->Rax
    +	mov	248($context),%rbx	# pull context->Rip
    +
    +	mov	8($disp),%rsi		# disp->ImageBase
    +	mov	56($disp),%r11		# disp->HandlerData
    +
    +	mov	0(%r11),%r10d		# HandlerData[0]
    +	lea	(%rsi,%r10),%r10	# prologue label
    +	cmp	%r10,%rbx		# context->RipRsp
    +
    +	mov	4(%r11),%r10d		# HandlerData[1]
    +	lea	(%rsi,%r10),%r10	# epilogue label
    +	cmp	%r10,%rbx		# context->Rip>=epilogue label
    +	jae	.Lcommon_seh_tail
    +
    +	mov	120($context),%rax	# pull context->Rax
    +
    +	mov	-48(%rax),%r15
    +	mov	-40(%rax),%r14
    +	mov	-32(%rax),%r13
    +	mov	-24(%rax),%r12
    +	mov	-16(%rax),%rbp
    +	mov	-8(%rax),%rbx
    +	mov	%r15,240($context)
    +	mov	%r14,232($context)
    +	mov	%r13,224($context)
    +	mov	%r12,216($context)
    +	mov	%rbp,160($context)
    +	mov	%rbx,144($context)
    +
    +	lea	-0xd8(%rax),%rsi	# %xmm save area
    +	lea	512($context),%rdi	# & context.Xmm6
    +	mov	\$20,%ecx		# 10*sizeof(%xmm0)/sizeof(%rax)
    +	.long	0xa548f3fc		# cld; rep movsq
    +
    +.Lcommon_seh_tail:
    +	mov	8(%rax),%rdi
    +	mov	16(%rax),%rsi
    +	mov	%rax,152($context)	# restore context->Rsp
    +	mov	%rsi,168($context)	# restore context->Rsi
    +	mov	%rdi,176($context)	# restore context->Rdi
    +
    +	mov	40($disp),%rdi		# disp->ContextRecord
    +	mov	$context,%rsi		# context
    +	mov	\$154,%ecx		# sizeof(CONTEXT)
    +	.long	0xa548f3fc		# cld; rep movsq
    +
    +	mov	$disp,%rsi
    +	xor	%rcx,%rcx		# arg1, UNW_FLAG_NHANDLER
    +	mov	8(%rsi),%rdx		# arg2, disp->ImageBase
    +	mov	0(%rsi),%r8		# arg3, disp->ControlPc
    +	mov	16(%rsi),%r9		# arg4, disp->FunctionEntry
    +	mov	40(%rsi),%r10		# disp->ContextRecord
    +	lea	56(%rsi),%r11		# &disp->HandlerData
    +	lea	24(%rsi),%r12		# &disp->EstablisherFrame
    +	mov	%r10,32(%rsp)		# arg5
    +	mov	%r11,40(%rsp)		# arg6
    +	mov	%r12,48(%rsp)		# arg7
    +	mov	%rcx,56(%rsp)		# arg8, (NULL)
    +	call	*__imp_RtlVirtualUnwind(%rip)
    +
    +	mov	\$1,%eax		# ExceptionContinueSearch
    +	add	\$64,%rsp
    +	popfq
    +	pop	%r15
    +	pop	%r14
    +	pop	%r13
    +	pop	%r12
    +	pop	%rbp
    +	pop	%rbx
    +	pop	%rdi
    +	pop	%rsi
    +	ret
    +.size	gcm_se_handler,.-gcm_se_handler
    +
    +.section	.pdata
    +.align	4
    +	.rva	.LSEH_begin_aesni_gcm_decrypt
    +	.rva	.LSEH_end_aesni_gcm_decrypt
    +	.rva	.LSEH_gcm_dec_info
    +
    +	.rva	.LSEH_begin_aesni_gcm_encrypt
    +	.rva	.LSEH_end_aesni_gcm_encrypt
    +	.rva	.LSEH_gcm_enc_info
    +.section	.xdata
    +.align	8
    +.LSEH_gcm_dec_info:
    +	.byte	9,0,0,0
    +	.rva	gcm_se_handler
    +	.rva	.Lgcm_dec_body,.Lgcm_dec_abort
    +.LSEH_gcm_enc_info:
    +	.byte	9,0,0,0
    +	.rva	gcm_se_handler
    +	.rva	.Lgcm_enc_body,.Lgcm_enc_abort
    +___
    +}
    +}}} else {{{
    +$code=<<___;	# assembler is too old
    +.text
    +
    +.globl	aesni_gcm_encrypt
    +.type	aesni_gcm_encrypt,\@abi-omnipotent
    +aesni_gcm_encrypt:
    +	xor	%eax,%eax
    +	ret
    +.size	aesni_gcm_encrypt,.-aesni_gcm_encrypt
    +
    +.globl	aesni_gcm_decrypt
    +.type	aesni_gcm_decrypt,\@abi-omnipotent
    +aesni_gcm_decrypt:
    +	xor	%eax,%eax
    +	ret
    +.size	aesni_gcm_decrypt,.-aesni_gcm_decrypt
    +___
    +}}}
    +
    +$code =~ s/\`([^\`]*)\`/eval($1)/gem;
    +
    +print $code;
    +
    +close STDOUT;
    diff --git a/openssl/crypto/modes/asm/ghash-armv4.pl b/openssl/crypto/modes/asm/ghash-armv4.pl
    index d91586ee2..77fbf3446 100644
    --- a/openssl/crypto/modes/asm/ghash-armv4.pl
    +++ b/openssl/crypto/modes/asm/ghash-armv4.pl
    @@ -35,6 +35,20 @@
     # Add NEON implementation featuring polynomial multiplication, i.e. no
     # lookup tables involved. On Cortex A8 it was measured to process one
     # byte in 15 cycles or 55% faster than integer-only code.
    +#
    +# April 2014
    +#
    +# Switch to multiplication algorithm suggested in paper referred
    +# below and combine it with reduction algorithm from x86 module.
    +# Performance improvement over previous version varies from 65% on
    +# Snapdragon S4 to 110% on Cortex A9. In absolute terms Cortex A8
    +# processes one byte in 8.45 cycles, A9 - in 10.2, Snapdragon S4 -
    +# in 9.33.
    +#
    +# Cmara, D.; Gouva, C. P. L.; Lpez, J. & Dahab, R.: Fast Software
    +# Polynomial Multiplication on ARM Processors using the NEON Engine.
    +# 
    +# http://conradoplg.cryptoland.net/files/2010/12/mocrysen13.pdf
     
     # ====================================================================
     # Note about "528B" variant. In ARM case it makes lesser sense to
    @@ -303,117 +317,161 @@ $code.=<<___;
     .size	gcm_gmult_4bit,.-gcm_gmult_4bit
     ___
     {
    -my $cnt=$Htbl;	# $Htbl is used once in the very beginning
    -
    -my ($Hhi, $Hlo, $Zo, $T, $xi, $mod) = map("d$_",(0..7));
    -my ($Qhi, $Qlo, $Z,  $R, $zero, $Qpost, $IN) = map("q$_",(8..15));
    -
    -# Z:Zo keeps 128-bit result shifted by 1 to the right, with bottom bit
    -# in Zo. Or should I say "top bit", because GHASH is specified in
    -# reverse bit order? Otherwise straightforward 128-bt H by one input
    -# byte multiplication and modulo-reduction, times 16.
    +my ($Xl,$Xm,$Xh,$IN)=map("q$_",(0..3));
    +my ($t0,$t1,$t2,$t3)=map("q$_",(8..12));
    +my ($Hlo,$Hhi,$Hhl,$k48,$k32,$k16)=map("d$_",(26..31));
     
    -sub Dlo()   { shift=~m|q([1]?[0-9])|?"d".($1*2):"";     }
    -sub Dhi()   { shift=~m|q([1]?[0-9])|?"d".($1*2+1):"";   }
    -sub Q()     { shift=~m|d([1-3]?[02468])|?"q".($1/2):""; }
    +sub clmul64x64 {
    +my ($r,$a,$b)=@_;
    +$code.=<<___;
    +	vext.8		$t0#lo, $a, $a, #1	@ A1
    +	vmull.p8	$t0, $t0#lo, $b		@ F = A1*B
    +	vext.8		$r#lo, $b, $b, #1	@ B1
    +	vmull.p8	$r, $a, $r#lo		@ E = A*B1
    +	vext.8		$t1#lo, $a, $a, #2	@ A2
    +	vmull.p8	$t1, $t1#lo, $b		@ H = A2*B
    +	vext.8		$t3#lo, $b, $b, #2	@ B2
    +	vmull.p8	$t3, $a, $t3#lo		@ G = A*B2
    +	vext.8		$t2#lo, $a, $a, #3	@ A3
    +	veor		$t0, $t0, $r		@ L = E + F
    +	vmull.p8	$t2, $t2#lo, $b		@ J = A3*B
    +	vext.8		$r#lo, $b, $b, #3	@ B3
    +	veor		$t1, $t1, $t3		@ M = G + H
    +	vmull.p8	$r, $a, $r#lo		@ I = A*B3
    +	veor		$t0#lo, $t0#lo, $t0#hi	@ t0 = (L) (P0 + P1) << 8
    +	vand		$t0#hi, $t0#hi, $k48
    +	vext.8		$t3#lo, $b, $b, #4	@ B4
    +	veor		$t1#lo, $t1#lo, $t1#hi	@ t1 = (M) (P2 + P3) << 16
    +	vand		$t1#hi, $t1#hi, $k32
    +	vmull.p8	$t3, $a, $t3#lo		@ K = A*B4
    +	veor		$t2, $t2, $r		@ N = I + J
    +	veor		$t0#lo, $t0#lo, $t0#hi
    +	veor		$t1#lo, $t1#lo, $t1#hi
    +	veor		$t2#lo, $t2#lo, $t2#hi	@ t2 = (N) (P4 + P5) << 24
    +	vand		$t2#hi, $t2#hi, $k16
    +	vext.8		$t0, $t0, $t0, #15
    +	veor		$t3#lo, $t3#lo, $t3#hi	@ t3 = (K) (P6 + P7) << 32
    +	vmov.i64	$t3#hi, #0
    +	vext.8		$t1, $t1, $t1, #14
    +	veor		$t2#lo, $t2#lo, $t2#hi
    +	vmull.p8	$r, $a, $b		@ D = A*B
    +	vext.8		$t3, $t3, $t3, #12
    +	vext.8		$t2, $t2, $t2, #13
    +	veor		$t0, $t0, $t1
    +	veor		$t2, $t2, $t3
    +	veor		$r, $r, $t0
    +	veor		$r, $r, $t2
    +___
    +}
     
     $code.=<<___;
    -#if __ARM_ARCH__>=7
    +#if __ARM_MAX_ARCH__>=7
    +.arch	armv7-a
     .fpu	neon
     
    +.global	gcm_init_neon
    +.type	gcm_init_neon,%function
    +.align	4
    +gcm_init_neon:
    +	vld1.64		$IN#hi,[r1,:64]!	@ load H
    +	vmov.i8		$t0,#0xe1
    +	vld1.64		$IN#lo,[r1,:64]
    +	vshl.i64	$t0#hi,#57
    +	vshr.u64	$t0#lo,#63		@ t0=0xc2....01
    +	vdup.8		$t1,$IN#hi[7]
    +	vshr.u64	$Hlo,$IN#lo,#63
    +	vshr.s8		$t1,#7			@ broadcast carry bit
    +	vshl.i64	$IN,$IN,#1
    +	vand		$t0,$t0,$t1
    +	vorr		$IN#hi,$Hlo		@ H<<<=1
    +	veor		$IN,$IN,$t0		@ twisted H
    +	vstmia		r0,{$IN}
    +
    +	ret					@ bx lr
    +.size	gcm_init_neon,.-gcm_init_neon
    +
     .global	gcm_gmult_neon
     .type	gcm_gmult_neon,%function
     .align	4
     gcm_gmult_neon:
    -	sub		$Htbl,#16		@ point at H in GCM128_CTX
    -	vld1.64		`&Dhi("$IN")`,[$Xi,:64]!@ load Xi
    -	vmov.i32	$mod,#0xe1		@ our irreducible polynomial
    -	vld1.64		`&Dlo("$IN")`,[$Xi,:64]!
    -	vshr.u64	$mod,#32
    -	vldmia		$Htbl,{$Hhi-$Hlo}	@ load H
    -	veor		$zero,$zero
    +	vld1.64		$IN#hi,[$Xi,:64]!	@ load Xi
    +	vld1.64		$IN#lo,[$Xi,:64]!
    +	vmov.i64	$k48,#0x0000ffffffffffff
    +	vldmia		$Htbl,{$Hlo-$Hhi}	@ load twisted H
    +	vmov.i64	$k32,#0x00000000ffffffff
     #ifdef __ARMEL__
     	vrev64.8	$IN,$IN
     #endif
    -	veor		$Qpost,$Qpost
    -	veor		$R,$R
    -	mov		$cnt,#16
    -	veor		$Z,$Z
    +	vmov.i64	$k16,#0x000000000000ffff
    +	veor		$Hhl,$Hlo,$Hhi		@ Karatsuba pre-processing
     	mov		$len,#16
    -	veor		$Zo,$Zo
    -	vdup.8		$xi,`&Dlo("$IN")`[0]	@ broadcast lowest byte
    -	b		.Linner_neon
    +	b		.Lgmult_neon
     .size	gcm_gmult_neon,.-gcm_gmult_neon
     
     .global	gcm_ghash_neon
     .type	gcm_ghash_neon,%function
     .align	4
     gcm_ghash_neon:
    -	vld1.64		`&Dhi("$Z")`,[$Xi,:64]!	@ load Xi
    -	vmov.i32	$mod,#0xe1		@ our irreducible polynomial
    -	vld1.64		`&Dlo("$Z")`,[$Xi,:64]!
    -	vshr.u64	$mod,#32
    -	vldmia		$Xi,{$Hhi-$Hlo}		@ load H
    -	veor		$zero,$zero
    -	nop
    +	vld1.64		$Xl#hi,[$Xi,:64]!	@ load Xi
    +	vld1.64		$Xl#lo,[$Xi,:64]!
    +	vmov.i64	$k48,#0x0000ffffffffffff
    +	vldmia		$Htbl,{$Hlo-$Hhi}	@ load twisted H
    +	vmov.i64	$k32,#0x00000000ffffffff
     #ifdef __ARMEL__
    -	vrev64.8	$Z,$Z
    +	vrev64.8	$Xl,$Xl
     #endif
    -.Louter_neon:
    -	vld1.64		`&Dhi($IN)`,[$inp]!	@ load inp
    -	veor		$Qpost,$Qpost
    -	vld1.64		`&Dlo($IN)`,[$inp]!
    -	veor		$R,$R
    -	mov		$cnt,#16
    +	vmov.i64	$k16,#0x000000000000ffff
    +	veor		$Hhl,$Hlo,$Hhi		@ Karatsuba pre-processing
    +
    +.Loop_neon:
    +	vld1.64		$IN#hi,[$inp]!		@ load inp
    +	vld1.64		$IN#lo,[$inp]!
     #ifdef __ARMEL__
     	vrev64.8	$IN,$IN
     #endif
    -	veor		$Zo,$Zo
    -	veor		$IN,$Z			@ inp^=Xi
    -	veor		$Z,$Z
    -	vdup.8		$xi,`&Dlo("$IN")`[0]	@ broadcast lowest byte
    -.Linner_neon:
    -	subs		$cnt,$cnt,#1
    -	vmull.p8	$Qlo,$Hlo,$xi		@ H.loXi[i]
    -	vmull.p8	$Qhi,$Hhi,$xi		@ H.hiXi[i]
    -	vext.8		$IN,$zero,#1		@ IN>>=8
    -
    -	veor		$Z,$Qpost		@ modulo-scheduled part
    -	vshl.i64	`&Dlo("$R")`,#48
    -	vdup.8		$xi,`&Dlo("$IN")`[0]	@ broadcast lowest byte
    -	veor		$T,`&Dlo("$Qlo")`,`&Dlo("$Z")`
    -
    -	veor		`&Dhi("$Z")`,`&Dlo("$R")`
    -	vuzp.8		$Qlo,$Qhi
    -	vsli.8		$Zo,$T,#1		@ compose the "carry" byte
    -	vext.8		$Z,$zero,#1		@ Z>>=8
    -
    -	vmull.p8	$R,$Zo,$mod		@ "carry"0xe1
    -	vshr.u8		$Zo,$T,#7		@ save Z's bottom bit
    -	vext.8		$Qpost,$Qlo,$zero,#1	@ Qlo>>=8
    -	veor		$Z,$Qhi
    -	bne		.Linner_neon
    -
    -	veor		$Z,$Qpost		@ modulo-scheduled artefact
    -	vshl.i64	`&Dlo("$R")`,#48
    -	veor		`&Dhi("$Z")`,`&Dlo("$R")`
    -
    -	@ finalization, normalize Z:Zo
    -	vand		$Zo,$mod		@ suffices to mask the bit
    -	vshr.u64	`&Dhi(&Q("$Zo"))`,`&Dlo("$Z")`,#63
    -	vshl.i64	$Z,#1
    +	veor		$IN,$Xl			@ inp^=Xi
    +.Lgmult_neon:
    +___
    +	&clmul64x64	($Xl,$Hlo,"$IN#lo");	# H.loXi.lo
    +$code.=<<___;
    +	veor		$IN#lo,$IN#lo,$IN#hi	@ Karatsuba pre-processing
    +___
    +	&clmul64x64	($Xm,$Hhl,"$IN#lo");	# (H.lo+H.hi)(Xi.lo+Xi.hi)
    +	&clmul64x64	($Xh,$Hhi,"$IN#hi");	# H.hiXi.hi
    +$code.=<<___;
    +	veor		$Xm,$Xm,$Xl		@ Karatsuba post-processing
    +	veor		$Xm,$Xm,$Xh
    +	veor		$Xl#hi,$Xl#hi,$Xm#lo
    +	veor		$Xh#lo,$Xh#lo,$Xm#hi	@ Xh|Xl - 256-bit result
    +
    +	@ equivalent of reduction_avx from ghash-x86_64.pl
    +	vshl.i64	$t1,$Xl,#57		@ 1st phase
    +	vshl.i64	$t2,$Xl,#62
    +	veor		$t2,$t2,$t1		@
    +	vshl.i64	$t1,$Xl,#63
    +	veor		$t2, $t2, $t1		@
    + 	veor		$Xl#hi,$Xl#hi,$t2#lo	@
    +	veor		$Xh#lo,$Xh#lo,$t2#hi
    +
    +	vshr.u64	$t2,$Xl,#1		@ 2nd phase
    +	veor		$Xh,$Xh,$Xl
    +	veor		$Xl,$Xl,$t2		@
    +	vshr.u64	$t2,$t2,#6
    +	vshr.u64	$Xl,$Xl,#1		@
    +	veor		$Xl,$Xl,$Xh		@
    +	veor		$Xl,$Xl,$t2		@
    +
     	subs		$len,#16
    -	vorr		$Z,`&Q("$Zo")`		@ Z=Z:Zo<<1
    -	bne		.Louter_neon
    +	bne		.Loop_neon
     
     #ifdef __ARMEL__
    -	vrev64.8	$Z,$Z
    +	vrev64.8	$Xl,$Xl
     #endif
     	sub		$Xi,#16	
    -	vst1.64		`&Dhi("$Z")`,[$Xi,:64]!	@ write out Xi
    -	vst1.64		`&Dlo("$Z")`,[$Xi,:64]
    +	vst1.64		$Xl#hi,[$Xi,:64]!	@ write out Xi
    +	vst1.64		$Xl#lo,[$Xi,:64]
     
    -	bx	lr
    +	ret					@ bx lr
     .size	gcm_ghash_neon,.-gcm_ghash_neon
     #endif
     ___
    @@ -423,7 +481,13 @@ $code.=<<___;
     .align  2
     ___
     
    -$code =~ s/\`([^\`]*)\`/eval $1/gem;
    -$code =~ s/\bbx\s+lr\b/.word\t0xe12fff1e/gm;	# make it possible to compile with -march=armv4
    -print $code;
    +foreach (split("\n",$code)) {
    +	s/\`([^\`]*)\`/eval $1/geo;
    +
    +	s/\bq([0-9]+)#(lo|hi)/sprintf "d%d",2*$1+($2 eq "hi")/geo	or
    +	s/\bret\b/bx	lr/go		or
    +	s/\bbx\s+lr\b/.word\t0xe12fff1e/go;    # make it possible to compile with -march=armv4
    +
    +	print $_,"\n";
    +}
     close STDOUT; # enforce flush
    diff --git a/openssl/crypto/modes/asm/ghash-s390x.pl b/openssl/crypto/modes/asm/ghash-s390x.pl
    index 6a40d5d89..39096b423 100644
    --- a/openssl/crypto/modes/asm/ghash-s390x.pl
    +++ b/openssl/crypto/modes/asm/ghash-s390x.pl
    @@ -186,13 +186,13 @@ $code.=<<___;
     	sllg	$rem1,$Zlo,3
     	xgr	$Zlo,$tmp
     	ngr	$rem1,$x78
    +	sllg	$tmp,$Zhi,60
     	j	.Lghash_inner
     .align	16
     .Lghash_inner:
     	srlg	$Zlo,$Zlo,4
    -	sllg	$tmp,$Zhi,60
    -	xg	$Zlo,8($nlo,$Htbl)
     	srlg	$Zhi,$Zhi,4
    +	xg	$Zlo,8($nlo,$Htbl)
     	llgc	$xi,0($cnt,$Xi)
     	xg	$Zhi,0($nlo,$Htbl)
     	sllg	$nlo,$xi,4
    @@ -213,9 +213,9 @@ $code.=<<___;
     	sllg	$rem1,$Zlo,3
     	xgr	$Zlo,$tmp
     	ngr	$rem1,$x78
    +	sllg	$tmp,$Zhi,60
     	brct	$cnt,.Lghash_inner
     
    -	sllg	$tmp,$Zhi,60
     	srlg	$Zlo,$Zlo,4
     	srlg	$Zhi,$Zhi,4
     	xg	$Zlo,8($nlo,$Htbl)
    diff --git a/openssl/crypto/modes/asm/ghash-sparcv9.pl b/openssl/crypto/modes/asm/ghash-sparcv9.pl
    index 70e7b044a..0365e0f1f 100644
    --- a/openssl/crypto/modes/asm/ghash-sparcv9.pl
    +++ b/openssl/crypto/modes/asm/ghash-sparcv9.pl
    @@ -36,6 +36,15 @@
     # references to input data and Z.hi updates to achieve 12 cycles
     # timing. To anchor to something else, sha1-sparcv9.pl spends 11.6
     # cycles to process one byte on UltraSPARC pre-Tx CPU and ~24 on T1.
    +#
    +# October 2012
    +#
    +# Add VIS3 lookup-table-free implementation using polynomial
    +# multiplication xmulx[hi] and extended addition addxc[cc]
    +# instructions. 4.52/7.63x improvement on T3/T4 or in absolute
    +# terms 7.90/2.14 cycles per byte. On T4 multi-process benchmark
    +# saturates at ~15.5x single-process result on 8-core processor,
    +# or ~20.5GBps per 2.85GHz socket.
     
     $bits=32;
     for (@ARGV)     { $bits=64 if (/\-m64/ || /\-xarch\=v9/); }
    @@ -66,6 +75,10 @@ $Htbl="%i1";
     $inp="%i2";
     $len="%i3";
     
    +$code.=<<___ if ($bits==64);
    +.register	%g2,#scratch
    +.register	%g3,#scratch
    +___
     $code.=<<___;
     .section	".text",#alloc,#execinstr
     
    @@ -321,10 +334,238 @@ gcm_gmult_4bit:
     	restore
     .type	gcm_gmult_4bit,#function
     .size	gcm_gmult_4bit,(.-gcm_gmult_4bit)
    -.asciz	"GHASH for SPARCv9, CRYPTOGAMS by "
    +___
    +
    +{{{
    +# Straightforward 128x128-bit multiplication using Karatsuba algorithm
    +# followed by pair of 64-bit reductions [with a shortcut in first one,
    +# which allowed to break dependency between reductions and remove one
    +# multiplication from critical path]. While it might be suboptimal
    +# with regard to sheer number of multiplications, other methods [such
    +# as aggregate reduction] would require more 64-bit registers, which
    +# we don't have in 32-bit application context.
    +
    +($Xip,$Htable,$inp,$len)=map("%i$_",(0..3));
    +
    +($Hhl,$Hlo,$Hhi,$Xlo,$Xhi,$xE1,$sqr, $C0,$C1,$C2,$C3,$V)=
    +	(map("%o$_",(0..5,7)),map("%g$_",(1..5)));
    +
    +($shl,$shr)=map("%l$_",(0..7));
    +
    +# For details regarding "twisted H" see ghash-x86.pl.
    +$code.=<<___;
    +.globl	gcm_init_vis3
    +.align	32
    +gcm_init_vis3:
    +	save	%sp,-$frame,%sp
    +
    +	ldx	[%i1+0],$Hhi
    +	ldx	[%i1+8],$Hlo
    +	mov	0xE1,$Xhi
    +	mov	1,$Xlo
    +	sllx	$Xhi,57,$Xhi
    +	srax	$Hhi,63,$C0		! broadcast carry
    +	addcc	$Hlo,$Hlo,$Hlo		! H<<=1
    +	addxc	$Hhi,$Hhi,$Hhi
    +	and	$C0,$Xlo,$Xlo
    +	and	$C0,$Xhi,$Xhi
    +	xor	$Xlo,$Hlo,$Hlo
    +	xor	$Xhi,$Hhi,$Hhi
    +	stx	$Hlo,[%i0+8]		! save twisted H
    +	stx	$Hhi,[%i0+0]
    +
    +	sethi	%hi(0xA0406080),$V
    +	sethi	%hi(0x20C0E000),%l0
    +	or	$V,%lo(0xA0406080),$V
    +	or	%l0,%lo(0x20C0E000),%l0
    +	sllx	$V,32,$V
    +	or	%l0,$V,$V		! (0xE0i)&0xff=0xA040608020C0E000
    +	stx	$V,[%i0+16]
    +
    +	ret
    +	restore
    +.type	gcm_init_vis3,#function
    +.size	gcm_init_vis3,.-gcm_init_vis3
    +
    +.globl	gcm_gmult_vis3
    +.align	32
    +gcm_gmult_vis3:
    +	save	%sp,-$frame,%sp
    +
    +	ldx	[$Xip+8],$Xlo		! load Xi
    +	ldx	[$Xip+0],$Xhi
    +	ldx	[$Htable+8],$Hlo	! load twisted H
    +	ldx	[$Htable+0],$Hhi
    +
    +	mov	0xE1,%l7
    +	sllx	%l7,57,$xE1		! 57 is not a typo
    +	ldx	[$Htable+16],$V		! (0xE0i)&0xff=0xA040608020C0E000
    +
    +	xor	$Hhi,$Hlo,$Hhl		! Karatsuba pre-processing
    +	xmulx	$Xlo,$Hlo,$C0
    +	xor	$Xlo,$Xhi,$C2		! Karatsuba pre-processing
    +	xmulx	$C2,$Hhl,$C1
    +	xmulxhi	$Xlo,$Hlo,$Xlo
    +	xmulxhi	$C2,$Hhl,$C2
    +	xmulxhi	$Xhi,$Hhi,$C3
    +	xmulx	$Xhi,$Hhi,$Xhi
    +
    +	sll	$C0,3,$sqr
    +	srlx	$V,$sqr,$sqr		! 0xE0 [implicit &(7<<3)]
    +	xor	$C0,$sqr,$sqr
    +	sllx	$sqr,57,$sqr		! ($C00xE1)<<1<<56 [implicit &0x7f]
    +
    +	xor	$C0,$C1,$C1		! Karatsuba post-processing
    +	xor	$Xlo,$C2,$C2
    +	 xor	$sqr,$Xlo,$Xlo		! real destination is $C1
    +	xor	$C3,$C2,$C2
    +	xor	$Xlo,$C1,$C1
    +	xor	$Xhi,$C2,$C2
    +	xor	$Xhi,$C1,$C1
    +
    +	xmulxhi	$C0,$xE1,$Xlo		! 0xE1<<1<<56
    +	 xor	$C0,$C2,$C2
    +	xmulx	$C1,$xE1,$C0
    +	 xor	$C1,$C3,$C3
    +	xmulxhi	$C1,$xE1,$C1
    +
    +	xor	$Xlo,$C2,$C2
    +	xor	$C0,$C2,$C2
    +	xor	$C1,$C3,$C3
    +
    +	stx	$C2,[$Xip+8]		! save Xi
    +	stx	$C3,[$Xip+0]
    +
    +	ret
    +	restore
    +.type	gcm_gmult_vis3,#function
    +.size	gcm_gmult_vis3,.-gcm_gmult_vis3
    +
    +.globl	gcm_ghash_vis3
    +.align	32
    +gcm_ghash_vis3:
    +	save	%sp,-$frame,%sp
    +
    +	ldx	[$Xip+8],$C2		! load Xi
    +	ldx	[$Xip+0],$C3
    +	ldx	[$Htable+8],$Hlo	! load twisted H
    +	ldx	[$Htable+0],$Hhi
    +
    +	mov	0xE1,%l7
    +	sllx	%l7,57,$xE1		! 57 is not a typo
    +	ldx	[$Htable+16],$V		! (0xE0i)&0xff=0xA040608020C0E000
    +
    +	and	$inp,7,$shl
    +	andn	$inp,7,$inp
    +	sll	$shl,3,$shl
    +	prefetch [$inp+63], 20
    +	sub	%g0,$shl,$shr
    +
    +	xor	$Hhi,$Hlo,$Hhl		! Karatsuba pre-processing
    +.Loop:
    +	ldx	[$inp+8],$Xlo
    +	brz,pt	$shl,1f
    +	ldx	[$inp+0],$Xhi
    +
    +	ldx	[$inp+16],$C1		! align data
    +	srlx	$Xlo,$shr,$C0
    +	sllx	$Xlo,$shl,$Xlo
    +	sllx	$Xhi,$shl,$Xhi
    +	srlx	$C1,$shr,$C1
    +	or	$C0,$Xhi,$Xhi
    +	or	$C1,$Xlo,$Xlo
    +1:
    +	add	$inp,16,$inp
    +	sub	$len,16,$len
    +	xor	$C2,$Xlo,$Xlo
    +	xor	$C3,$Xhi,$Xhi
    +	prefetch [$inp+63], 20
    +
    +	xmulx	$Xlo,$Hlo,$C0
    +	xor	$Xlo,$Xhi,$C2		! Karatsuba pre-processing
    +	xmulx	$C2,$Hhl,$C1
    +	xmulxhi	$Xlo,$Hlo,$Xlo
    +	xmulxhi	$C2,$Hhl,$C2
    +	xmulxhi	$Xhi,$Hhi,$C3
    +	xmulx	$Xhi,$Hhi,$Xhi
    +
    +	sll	$C0,3,$sqr
    +	srlx	$V,$sqr,$sqr		! 0xE0 [implicit &(7<<3)]
    +	xor	$C0,$sqr,$sqr
    +	sllx	$sqr,57,$sqr		! ($C00xE1)<<1<<56 [implicit &0x7f]
    +
    +	xor	$C0,$C1,$C1		! Karatsuba post-processing
    +	xor	$Xlo,$C2,$C2
    +	 xor	$sqr,$Xlo,$Xlo		! real destination is $C1
    +	xor	$C3,$C2,$C2
    +	xor	$Xlo,$C1,$C1
    +	xor	$Xhi,$C2,$C2
    +	xor	$Xhi,$C1,$C1
    +
    +	xmulxhi	$C0,$xE1,$Xlo		! 0xE1<<1<<56
    +	 xor	$C0,$C2,$C2
    +	xmulx	$C1,$xE1,$C0
    +	 xor	$C1,$C3,$C3
    +	xmulxhi	$C1,$xE1,$C1
    +
    +	xor	$Xlo,$C2,$C2
    +	xor	$C0,$C2,$C2
    +	brnz,pt	$len,.Loop
    +	xor	$C1,$C3,$C3
    +
    +	stx	$C2,[$Xip+8]		! save Xi
    +	stx	$C3,[$Xip+0]
    +
    +	ret
    +	restore
    +.type	gcm_ghash_vis3,#function
    +.size	gcm_ghash_vis3,.-gcm_ghash_vis3
    +___
    +}}}
    +$code.=<<___;
    +.asciz	"GHASH for SPARCv9/VIS3, CRYPTOGAMS by "
     .align	4
     ___
     
    -$code =~ s/\`([^\`]*)\`/eval $1/gem;
    -print $code;
    +
    +# Purpose of these subroutines is to explicitly encode VIS instructions,
    +# so that one can compile the module without having to specify VIS
    +# extentions on compiler command line, e.g. -xarch=v9 vs. -xarch=v9a.
    +# Idea is to reserve for option to produce "universal" binary and let
    +# programmer detect if current CPU is VIS capable at run-time.
    +sub unvis3 {
    +my ($mnemonic,$rs1,$rs2,$rd)=@_;
    +my %bias = ( "g" => 0, "o" => 8, "l" => 16, "i" => 24 );
    +my ($ref,$opf);
    +my %visopf = (	"addxc"		=> 0x011,
    +		"addxccc"	=> 0x013,
    +		"xmulx"		=> 0x115,
    +		"xmulxhi"	=> 0x116	);
    +
    +    $ref = "$mnemonic\t$rs1,$rs2,$rd";
    +
    +    if ($opf=$visopf{$mnemonic}) {
    +	foreach ($rs1,$rs2,$rd) {
    +	    return $ref if (!/%([goli])([0-9])/);
    +	    $_=$bias{$1}+$2;
    +	}
    +
    +	return	sprintf ".word\t0x%08x !%s",
    +			0x81b00000|$rd<<25|$rs1<<14|$opf<<5|$rs2,
    +			$ref;
    +    } else {
    +	return $ref;
    +    }
    +}
    +
    +foreach (split("\n",$code)) {
    +	s/\`([^\`]*)\`/eval $1/ge;
    +
    +	s/\b(xmulx[hi]*|addxc[c]{0,2})\s+(%[goli][0-7]),\s*(%[goli][0-7]),\s*(%[goli][0-7])/
    +		&unvis3($1,$2,$3,$4)
    +	 /ge;
    +
    +	print $_,"\n";
    +}
    +
     close STDOUT;
    diff --git a/openssl/crypto/modes/asm/ghash-x86.pl b/openssl/crypto/modes/asm/ghash-x86.pl
    index 83c727e07..23a5527b3 100644
    --- a/openssl/crypto/modes/asm/ghash-x86.pl
    +++ b/openssl/crypto/modes/asm/ghash-x86.pl
    @@ -12,25 +12,27 @@
     # The module implements "4-bit" GCM GHASH function and underlying
     # single multiplication operation in GF(2^128). "4-bit" means that it
     # uses 256 bytes per-key table [+64/128 bytes fixed table]. It has two
    -# code paths: vanilla x86 and vanilla MMX. Former will be executed on
    -# 486 and Pentium, latter on all others. MMX GHASH features so called
    +# code paths: vanilla x86 and vanilla SSE. Former will be executed on
    +# 486 and Pentium, latter on all others. SSE GHASH features so called
     # "528B" variant of "4-bit" method utilizing additional 256+16 bytes
     # of per-key storage [+512 bytes shared table]. Performance results
     # are for streamed GHASH subroutine and are expressed in cycles per
     # processed byte, less is better:
     #
    -#		gcc 2.95.3(*)	MMX assembler	x86 assembler
    +#		gcc 2.95.3(*)	SSE assembler	x86 assembler
     #
     # Pentium	105/111(**)	-		50
     # PIII		68 /75		12.2		24
     # P4		125/125		17.8		84(***)
     # Opteron	66 /70		10.1		30
     # Core2		54 /67		8.4		18
    +# Atom		105/105		16.8		53
    +# VIA Nano	69 /71		13.0		27
     #
     # (*)	gcc 3.4.x was observed to generate few percent slower code,
     #	which is one of reasons why 2.95.3 results were chosen,
     #	another reason is lack of 3.4.x results for older CPUs;
    -#	comparison with MMX results is not completely fair, because C
    +#	comparison with SSE results is not completely fair, because C
     #	results are for vanilla "256B" implementation, while
     #	assembler results are for "528B";-)
     # (**)	second number is result for code compiled with -fPIC flag,
    @@ -40,8 +42,8 @@
     #
     # To summarize, it's >2-5 times faster than gcc-generated code. To
     # anchor it to something else SHA1 assembler processes one byte in
    -# 11-13 cycles on contemporary x86 cores. As for choice of MMX in
    -# particular, see comment at the end of the file...
    +# ~7 cycles on contemporary x86 cores. As for choice of MMX/SSE
    +# in particular, see comment at the end of the file...
     
     # May 2010
     #
    @@ -113,6 +115,16 @@
     # similar manner resulted in almost 20% degradation on Sandy Bridge,
     # where original 64-bit code processes one byte in 1.95 cycles.
     
    +#####################################################################
    +# For reference, AMD Bulldozer processes one byte in 1.98 cycles in
    +# 32-bit mode and 1.89 in 64-bit.
    +
    +# February 2013
    +#
    +# Overhaul: aggregate Karatsuba post-processing, improve ILP in
    +# reduction_alg9. Resulting performance is 1.96 cycles per byte on
    +# Westmere, 1.95 - on Sandy/Ivy Bridge, 1.76 - on Bulldozer.
    +
     $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
     push(@INC,"${dir}","${dir}../../perlasm");
     require "x86asm.pl";
    @@ -822,17 +834,18 @@ $len="ebx";
     &static_label("bswap");
     
     sub clmul64x64_T2 {	# minimal "register" pressure
    -my ($Xhi,$Xi,$Hkey)=@_;
    +my ($Xhi,$Xi,$Hkey,$HK)=@_;
     
     	&movdqa		($Xhi,$Xi);		#
     	&pshufd		($T1,$Xi,0b01001110);
    -	&pshufd		($T2,$Hkey,0b01001110);
    +	&pshufd		($T2,$Hkey,0b01001110)	if (!defined($HK));
     	&pxor		($T1,$Xi);		#
    -	&pxor		($T2,$Hkey);
    +	&pxor		($T2,$Hkey)		if (!defined($HK));
    +			$HK=$T2			if (!defined($HK));
     
     	&pclmulqdq	($Xi,$Hkey,0x00);	#######
     	&pclmulqdq	($Xhi,$Hkey,0x11);	#######
    -	&pclmulqdq	($T1,$T2,0x00);		#######
    +	&pclmulqdq	($T1,$HK,0x00);		#######
     	&xorps		($T1,$Xi);		#
     	&xorps		($T1,$Xhi);		#
     
    @@ -879,31 +892,32 @@ if (1) {		# Algorithm 9 with <<1 twist.
     			# below. Algorithm 9 was therefore chosen for
     			# further optimization...
     
    -sub reduction_alg9 {	# 17/13 times faster than Intel version
    +sub reduction_alg9 {	# 17/11 times faster than Intel version
     my ($Xhi,$Xi) = @_;
     
     	# 1st phase
    -	&movdqa		($T1,$Xi);		#
    +	&movdqa		($T2,$Xi);		#
    +	&movdqa		($T1,$Xi);
    +	&psllq		($Xi,5);
    +	&pxor		($T1,$Xi);		#
     	&psllq		($Xi,1);
     	&pxor		($Xi,$T1);		#
    -	&psllq		($Xi,5);		#
    -	&pxor		($Xi,$T1);		#
     	&psllq		($Xi,57);		#
    -	&movdqa		($T2,$Xi);		#
    +	&movdqa		($T1,$Xi);		#
     	&pslldq		($Xi,8);
    -	&psrldq		($T2,8);		#
    -	&pxor		($Xi,$T1);
    -	&pxor		($Xhi,$T2);		#
    +	&psrldq		($T1,8);		#	
    +	&pxor		($Xi,$T2);
    +	&pxor		($Xhi,$T1);		#
     
     	# 2nd phase
     	&movdqa		($T2,$Xi);
    +	&psrlq		($Xi,1);
    +	&pxor		($Xhi,$T2);		#
    +	&pxor		($T2,$Xi);
     	&psrlq		($Xi,5);
     	&pxor		($Xi,$T2);		#
     	&psrlq		($Xi,1);		#
    -	&pxor		($Xi,$T2);		#
    -	&pxor		($T2,$Xhi);
    -	&psrlq		($Xi,1);		#
    -	&pxor		($Xi,$T2);		#
    +	&pxor		($Xi,$Xhi)		#
     }
     
     &function_begin_B("gcm_init_clmul");
    @@ -937,8 +951,14 @@ my ($Xhi,$Xi) = @_;
     	&clmul64x64_T2	($Xhi,$Xi,$Hkey);
     	&reduction_alg9	($Xhi,$Xi);
     
    +	&pshufd		($T1,$Hkey,0b01001110);
    +	&pshufd		($T2,$Xi,0b01001110);
    +	&pxor		($T1,$Hkey);		# Karatsuba pre-processing
     	&movdqu		(&QWP(0,$Htbl),$Hkey);	# save H
    +	&pxor		($T2,$Xi);		# Karatsuba pre-processing
     	&movdqu		(&QWP(16,$Htbl),$Xi);	# save H^2
    +	&palignr	($T2,$T1,8);		# low part is H.lo^H.hi
    +	&movdqu		(&QWP(32,$Htbl),$T2);	# save Karatsuba "salt"
     
     	&ret		();
     &function_end_B("gcm_init_clmul");
    @@ -956,8 +976,9 @@ my ($Xhi,$Xi) = @_;
     	&movdqa		($T3,&QWP(0,$const));
     	&movups		($Hkey,&QWP(0,$Htbl));
     	&pshufb		($Xi,$T3);
    +	&movups		($T2,&QWP(32,$Htbl));
     
    -	&clmul64x64_T2	($Xhi,$Xi,$Hkey);
    +	&clmul64x64_T2	($Xhi,$Xi,$Hkey,$T2);
     	&reduction_alg9	($Xhi,$Xi);
     
     	&pshufb		($Xi,$T3);
    @@ -994,79 +1015,109 @@ my ($Xhi,$Xi) = @_;
     	&movdqu		($Xn,&QWP(16,$inp));	# Ii+1
     	&pshufb		($T1,$T3);
     	&pshufb		($Xn,$T3);
    +	&movdqu		($T3,&QWP(32,$Htbl));
     	&pxor		($Xi,$T1);		# Ii+Xi
     
    -	&clmul64x64_T2	($Xhn,$Xn,$Hkey);	# H*Ii+1
    +	&pshufd		($T1,$Xn,0b01001110);	# H*Ii+1
    +	&movdqa		($Xhn,$Xn);
    +	&pxor		($T1,$Xn);		#
    +	&lea		($inp,&DWP(32,$inp));	# i+=2
    +
    +	&pclmulqdq	($Xn,$Hkey,0x00);	#######
    +	&pclmulqdq	($Xhn,$Hkey,0x11);	#######
    +	&pclmulqdq	($T1,$T3,0x00);		#######
     	&movups		($Hkey,&QWP(16,$Htbl));	# load H^2
    +	&nop		();
     
    -	&lea		($inp,&DWP(32,$inp));	# i+=2
     	&sub		($len,0x20);
     	&jbe		(&label("even_tail"));
    +	&jmp		(&label("mod_loop"));
     
    -&set_label("mod_loop");
    -	&clmul64x64_T2	($Xhi,$Xi,$Hkey);	# H^2*(Ii+Xi)
    -	&movdqu		($T1,&QWP(0,$inp));	# Ii
    -	&movups		($Hkey,&QWP(0,$Htbl));	# load H
    +&set_label("mod_loop",32);
    +	&pshufd		($T2,$Xi,0b01001110);	# H^2*(Ii+Xi)
    +	&movdqa		($Xhi,$Xi);
    +	&pxor		($T2,$Xi);		#
    +	&nop		();
     
    -	&pxor		($Xi,$Xn);		# (H*Ii+1) + H^2*(Ii+Xi)
    -	&pxor		($Xhi,$Xhn);
    +	&pclmulqdq	($Xi,$Hkey,0x00);	#######
    +	&pclmulqdq	($Xhi,$Hkey,0x11);	#######
    +	&pclmulqdq	($T2,$T3,0x10);		#######
    +	&movups		($Hkey,&QWP(0,$Htbl));	# load H
     
    -	&movdqu		($Xn,&QWP(16,$inp));	# Ii+1
    -	&pshufb		($T1,$T3);
    -	&pshufb		($Xn,$T3);
    +	&xorps		($Xi,$Xn);		# (H*Ii+1) + H^2*(Ii+Xi)
    +	&movdqa		($T3,&QWP(0,$const));
    +	&xorps		($Xhi,$Xhn);
    +	 &movdqu	($Xhn,&QWP(0,$inp));	# Ii
    +	&pxor		($T1,$Xi);		# aggregated Karatsuba post-processing
    +	 &movdqu	($Xn,&QWP(16,$inp));	# Ii+1
    +	&pxor		($T1,$Xhi);		#
     
    -	&movdqa		($T3,$Xn);		#&clmul64x64_TX	($Xhn,$Xn,$Hkey); H*Ii+1
    -	&movdqa		($Xhn,$Xn);
    -	 &pxor		($Xhi,$T1);		# "Ii+Xi", consume early
    +	 &pshufb	($Xhn,$T3);
    +	&pxor		($T2,$T1);		#
     
    -	  &movdqa	($T1,$Xi);		#&reduction_alg9($Xhi,$Xi); 1st phase
    +	&movdqa		($T1,$T2);		#
    +	&psrldq		($T2,8);
    +	&pslldq		($T1,8);		#
    +	&pxor		($Xhi,$T2);
    +	&pxor		($Xi,$T1);		#
    +	 &pshufb	($Xn,$T3);
    +	 &pxor		($Xhi,$Xhn);		# "Ii+Xi", consume early
    +
    +	&movdqa		($Xhn,$Xn);		#&clmul64x64_TX	($Xhn,$Xn,$Hkey); H*Ii+1
    +	  &movdqa	($T2,$Xi);		#&reduction_alg9($Xhi,$Xi); 1st phase
    +	  &movdqa	($T1,$Xi);
    +	  &psllq	($Xi,5);
    +	  &pxor		($T1,$Xi);		#
     	  &psllq	($Xi,1);
     	  &pxor		($Xi,$T1);		#
    -	  &psllq	($Xi,5);		#
    -	  &pxor		($Xi,$T1);		#
     	&pclmulqdq	($Xn,$Hkey,0x00);	#######
    +	&movups		($T3,&QWP(32,$Htbl));
     	  &psllq	($Xi,57);		#
    -	  &movdqa	($T2,$Xi);		#
    +	  &movdqa	($T1,$Xi);		#
     	  &pslldq	($Xi,8);
    -	  &psrldq	($T2,8);		#	
    -	  &pxor		($Xi,$T1);
    -	&pshufd		($T1,$T3,0b01001110);
    +	  &psrldq	($T1,8);		#	
    +	  &pxor		($Xi,$T2);
    +	  &pxor		($Xhi,$T1);		#
    +	&pshufd		($T1,$Xhn,0b01001110);
    +	  &movdqa	($T2,$Xi);		# 2nd phase
    +	  &psrlq	($Xi,1);
    +	&pxor		($T1,$Xhn);
     	  &pxor		($Xhi,$T2);		#
    -	&pxor		($T1,$T3);
    -	&pshufd		($T3,$Hkey,0b01001110);
    -	&pxor		($T3,$Hkey);		#
    -
     	&pclmulqdq	($Xhn,$Hkey,0x11);	#######
    -	  &movdqa	($T2,$Xi);		# 2nd phase
    +	&movups		($Hkey,&QWP(16,$Htbl));	# load H^2
    +	  &pxor		($T2,$Xi);
     	  &psrlq	($Xi,5);
     	  &pxor		($Xi,$T2);		#
     	  &psrlq	($Xi,1);		#
    -	  &pxor		($Xi,$T2);		#
    -	  &pxor		($T2,$Xhi);
    -	  &psrlq	($Xi,1);		#
    -	  &pxor		($Xi,$T2);		#
    -
    +	  &pxor		($Xi,$Xhi)		#
     	&pclmulqdq	($T1,$T3,0x00);		#######
    -	&movups		($Hkey,&QWP(16,$Htbl));	# load H^2
    -	&xorps		($T1,$Xn);		#
    -	&xorps		($T1,$Xhn);		#
    -
    -	&movdqa		($T3,$T1);		#
    -	&psrldq		($T1,8);
    -	&pslldq		($T3,8);		#
    -	&pxor		($Xhn,$T1);
    -	&pxor		($Xn,$T3);		#
    -	&movdqa		($T3,&QWP(0,$const));
     
     	&lea		($inp,&DWP(32,$inp));
     	&sub		($len,0x20);
     	&ja		(&label("mod_loop"));
     
     &set_label("even_tail");
    -	&clmul64x64_T2	($Xhi,$Xi,$Hkey);	# H^2*(Ii+Xi)
    +	&pshufd		($T2,$Xi,0b01001110);	# H^2*(Ii+Xi)
    +	&movdqa		($Xhi,$Xi);
    +	&pxor		($T2,$Xi);		#
     
    -	&pxor		($Xi,$Xn);		# (H*Ii+1) + H^2*(Ii+Xi)
    -	&pxor		($Xhi,$Xhn);
    +	&pclmulqdq	($Xi,$Hkey,0x00);	#######
    +	&pclmulqdq	($Xhi,$Hkey,0x11);	#######
    +	&pclmulqdq	($T2,$T3,0x10);		#######
    +	&movdqa		($T3,&QWP(0,$const));
    +
    +	&xorps		($Xi,$Xn);		# (H*Ii+1) + H^2*(Ii+Xi)
    +	&xorps		($Xhi,$Xhn);
    +	&pxor		($T1,$Xi);		# aggregated Karatsuba post-processing
    +	&pxor		($T1,$Xhi);		#
    +
    +	&pxor		($T2,$T1);		#
    +
    +	&movdqa		($T1,$T2);		#
    +	&psrldq		($T2,8);
    +	&pslldq		($T1,8);		#
    +	&pxor		($Xhi,$T2);
    +	&pxor		($Xi,$T1);		#
     
     	&reduction_alg9	($Xhi,$Xi);
     
    @@ -1273,13 +1324,6 @@ my ($Xhi,$Xi)=@_;
     &set_label("bswap",64);
     	&data_byte(15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,0);
     	&data_byte(1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0xc2);	# 0x1c2_polynomial
    -}}	# $sse2
    -
    -&set_label("rem_4bit",64);
    -	&data_word(0,0x0000<<$S,0,0x1C20<<$S,0,0x3840<<$S,0,0x2460<<$S);
    -	&data_word(0,0x7080<<$S,0,0x6CA0<<$S,0,0x48C0<<$S,0,0x54E0<<$S);
    -	&data_word(0,0xE100<<$S,0,0xFD20<<$S,0,0xD940<<$S,0,0xC560<<$S);
    -	&data_word(0,0x9180<<$S,0,0x8DA0<<$S,0,0xA9C0<<$S,0,0xB5E0<<$S);
     &set_label("rem_8bit",64);
     	&data_short(0x0000,0x01C2,0x0384,0x0246,0x0708,0x06CA,0x048C,0x054E);
     	&data_short(0x0E10,0x0FD2,0x0D94,0x0C56,0x0918,0x08DA,0x0A9C,0x0B5E);
    @@ -1313,6 +1357,13 @@ my ($Xhi,$Xi)=@_;
     	&data_short(0xA7D0,0xA612,0xA454,0xA596,0xA0D8,0xA11A,0xA35C,0xA29E);
     	&data_short(0xB5E0,0xB422,0xB664,0xB7A6,0xB2E8,0xB32A,0xB16C,0xB0AE);
     	&data_short(0xBBF0,0xBA32,0xB874,0xB9B6,0xBCF8,0xBD3A,0xBF7C,0xBEBE);
    +}}	# $sse2
    +
    +&set_label("rem_4bit",64);
    +	&data_word(0,0x0000<<$S,0,0x1C20<<$S,0,0x3840<<$S,0,0x2460<<$S);
    +	&data_word(0,0x7080<<$S,0,0x6CA0<<$S,0,0x48C0<<$S,0,0x54E0<<$S);
    +	&data_word(0,0xE100<<$S,0,0xFD20<<$S,0,0xD940<<$S,0,0xC560<<$S);
    +	&data_word(0,0x9180<<$S,0,0x8DA0<<$S,0,0xA9C0<<$S,0,0xB5E0<<$S);
     }}}	# !$x86only
     
     &asciz("GHASH for x86, CRYPTOGAMS by ");
    diff --git a/openssl/crypto/modes/asm/ghash-x86_64.pl b/openssl/crypto/modes/asm/ghash-x86_64.pl
    index 38d779edb..6e656ca13 100644
    --- a/openssl/crypto/modes/asm/ghash-x86_64.pl
    +++ b/openssl/crypto/modes/asm/ghash-x86_64.pl
    @@ -22,6 +22,8 @@
     # P4		28.6		14.0		+100%
     # Opteron	19.3		7.7		+150%
     # Core2		17.8		8.1(**)		+120%
    +# Atom		31.6		16.8		+88%
    +# VIA Nano	21.8		10.1		+115%
     #
     # (*)	comparison is not completely fair, because C results are
     #	for vanilla "256B" implementation, while assembler results
    @@ -39,6 +41,44 @@
     # providing access to a Westmere-based system on behalf of Intel
     # Open Source Technology Centre.
     
    +# December 2012
    +#
    +# Overhaul: aggregate Karatsuba post-processing, improve ILP in
    +# reduction_alg9, increase reduction aggregate factor to 4x. As for
    +# the latter. ghash-x86.pl discusses that it makes lesser sense to
    +# increase aggregate factor. Then why increase here? Critical path
    +# consists of 3 independent pclmulqdq instructions, Karatsuba post-
    +# processing and reduction. "On top" of this we lay down aggregated
    +# multiplication operations, triplets of independent pclmulqdq's. As
    +# issue rate for pclmulqdq is limited, it makes lesser sense to
    +# aggregate more multiplications than it takes to perform remaining
    +# non-multiplication operations. 2x is near-optimal coefficient for
    +# contemporary Intel CPUs (therefore modest improvement coefficient),
    +# but not for Bulldozer. Latter is because logical SIMD operations
    +# are twice as slow in comparison to Intel, so that critical path is
    +# longer. A CPU with higher pclmulqdq issue rate would also benefit
    +# from higher aggregate factor...
    +#
    +# Westmere	1.78(+13%)
    +# Sandy Bridge	1.80(+8%)
    +# Ivy Bridge	1.80(+7%)
    +# Haswell	0.55(+93%) (if system doesn't support AVX)
    +# Broadwell	0.45(+110%)(if system doesn't support AVX)
    +# Bulldozer	1.49(+27%)
    +# Silvermont	2.88(+13%)
    +
    +# March 2013
    +#
    +# ... 8x aggregate factor AVX code path is using reduction algorithm
    +# suggested by Shay Gueron[1]. Even though contemporary AVX-capable
    +# CPUs such as Sandy and Ivy Bridge can execute it, the code performs
    +# sub-optimally in comparison to above mentioned version. But thanks
    +# to Ilya Albrekht and Max Locktyukhin of Intel Corp. we knew that
    +# it performs in 0.41 cycles per byte on Haswell processor, and in
    +# 0.29 on Broadwell.
    +#
    +# [1] http://rt.openssl.org/Ticket/Display.html?id=2900&user=guest&pass=guest
    +
     $flavour = shift;
     $output  = shift;
     if ($flavour =~ /\./) { $output = $flavour; undef $flavour; }
    @@ -50,9 +90,30 @@ $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
     ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
     die "can't locate x86_64-xlate.pl";
     
    +if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
    +		=~ /GNU assembler version ([2-9]\.[0-9]+)/) {
    +	$avx = ($1>=2.19) + ($1>=2.22);
    +}
    +
    +if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
    +	    `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/) {
    +	$avx = ($1>=2.09) + ($1>=2.10);
    +}
    +
    +if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
    +	    `ml64 2>&1` =~ /Version ([0-9]+)\./) {
    +	$avx = ($1>=10) + ($1>=11);
    +}
    +
    +if (!$avx && `$ENV{CC} -v 2>&1` =~ /(^clang version|based on LLVM) ([3-9]\.[0-9]+)/) {
    +	$avx = ($2>=3.0) + ($2>3.0);
    +}
    +
     open OUT,"| \"$^X\" $xlate $flavour $output";
     *STDOUT=*OUT;
     
    +$do4xaggr=1;
    +
     # common register layout
     $nlo="%rax";
     $nhi="%rbx";
    @@ -160,6 +221,7 @@ ___
     
     $code=<<___;
     .text
    +.extern	OPENSSL_ia32cap_P
     
     .globl	gcm_gmult_4bit
     .type	gcm_gmult_4bit,\@function,2
    @@ -352,19 +414,27 @@ ___
     ($T1,$T2,$T3)=("%xmm3","%xmm4","%xmm5");
     
     sub clmul64x64_T2 {	# minimal register pressure
    -my ($Xhi,$Xi,$Hkey,$modulo)=@_;
    +my ($Xhi,$Xi,$Hkey,$HK)=@_;
     
    -$code.=<<___ if (!defined($modulo));
    +if (!defined($HK)) {	$HK = $T2;
    +$code.=<<___;
     	movdqa		$Xi,$Xhi		#
     	pshufd		\$0b01001110,$Xi,$T1
     	pshufd		\$0b01001110,$Hkey,$T2
     	pxor		$Xi,$T1			#
     	pxor		$Hkey,$T2
     ___
    +} else {
    +$code.=<<___;
    +	movdqa		$Xi,$Xhi		#
    +	pshufd		\$0b01001110,$Xi,$T1
    +	pxor		$Xi,$T1			#
    +___
    +}
     $code.=<<___;
     	pclmulqdq	\$0x00,$Hkey,$Xi	#######
     	pclmulqdq	\$0x11,$Hkey,$Xhi	#######
    -	pclmulqdq	\$0x00,$T2,$T1		#######
    +	pclmulqdq	\$0x00,$HK,$T1		#######
     	pxor		$Xi,$T1			#
     	pxor		$Xhi,$T1		#
     
    @@ -376,42 +446,53 @@ $code.=<<___;
     ___
     }
     
    -sub reduction_alg9 {	# 17/13 times faster than Intel version
    +sub reduction_alg9 {	# 17/11 times faster than Intel version
     my ($Xhi,$Xi) = @_;
     
     $code.=<<___;
     	# 1st phase
    -	movdqa		$Xi,$T1			#
    +	movdqa		$Xi,$T2			#
    +	movdqa		$Xi,$T1
    +	psllq		\$5,$Xi
    +	pxor		$Xi,$T1			#
     	psllq		\$1,$Xi
     	pxor		$T1,$Xi			#
    -	psllq		\$5,$Xi			#
    -	pxor		$T1,$Xi			#
     	psllq		\$57,$Xi		#
    -	movdqa		$Xi,$T2			#
    +	movdqa		$Xi,$T1			#
     	pslldq		\$8,$Xi
    -	psrldq		\$8,$T2			#	
    -	pxor		$T1,$Xi
    -	pxor		$T2,$Xhi		#
    +	psrldq		\$8,$T1			#	
    +	pxor		$T2,$Xi
    +	pxor		$T1,$Xhi		#
     
     	# 2nd phase
     	movdqa		$Xi,$T2
    +	psrlq		\$1,$Xi
    +	pxor		$T2,$Xhi		#
    +	pxor		$Xi,$T2
     	psrlq		\$5,$Xi
     	pxor		$T2,$Xi			#
     	psrlq		\$1,$Xi			#
    -	pxor		$T2,$Xi			#
    -	pxor		$Xhi,$T2
    -	psrlq		\$1,$Xi			#
    -	pxor		$T2,$Xi			#
    +	pxor		$Xhi,$Xi		#
     ___
     }
     
     { my ($Htbl,$Xip)=@_4args;
    +  my $HK="%xmm6";
     
     $code.=<<___;
     .globl	gcm_init_clmul
     .type	gcm_init_clmul,\@abi-omnipotent
     .align	16
     gcm_init_clmul:
    +.L_init_clmul:
    +___
    +$code.=<<___ if ($win64);
    +.LSEH_begin_gcm_init_clmul:
    +	# I can't trust assembler to use specific encoding:-(
    +	.byte	0x48,0x83,0xec,0x18		#sub	$0x18,%rsp
    +	.byte	0x0f,0x29,0x34,0x24		#movaps	%xmm6,(%rsp)
    +___
    +$code.=<<___;
     	movdqu		($Xip),$Hkey
     	pshufd		\$0b01001110,$Hkey,$Hkey	# dword swap
     
    @@ -430,13 +511,47 @@ gcm_init_clmul:
     	pxor		$T3,$Hkey		# if(carry) H^=0x1c2_polynomial
     
     	# calculate H^2
    +	pshufd		\$0b01001110,$Hkey,$HK
     	movdqa		$Hkey,$Xi
    +	pxor		$Hkey,$HK
     ___
    -	&clmul64x64_T2	($Xhi,$Xi,$Hkey);
    +	&clmul64x64_T2	($Xhi,$Xi,$Hkey,$HK);
     	&reduction_alg9	($Xhi,$Xi);
     $code.=<<___;
    -	movdqu		$Hkey,($Htbl)		# save H
    -	movdqu		$Xi,16($Htbl)		# save H^2
    +	pshufd		\$0b01001110,$Hkey,$T1
    +	pshufd		\$0b01001110,$Xi,$T2
    +	pxor		$Hkey,$T1		# Karatsuba pre-processing
    +	movdqu		$Hkey,0x00($Htbl)	# save H
    +	pxor		$Xi,$T2			# Karatsuba pre-processing
    +	movdqu		$Xi,0x10($Htbl)		# save H^2
    +	palignr		\$8,$T1,$T2		# low part is H.lo^H.hi...
    +	movdqu		$T2,0x20($Htbl)		# save Karatsuba "salt"
    +___
    +if ($do4xaggr) {
    +	&clmul64x64_T2	($Xhi,$Xi,$Hkey,$HK);	# H^3
    +	&reduction_alg9	($Xhi,$Xi);
    +$code.=<<___;
    +	movdqa		$Xi,$T3
    +___
    +	&clmul64x64_T2	($Xhi,$Xi,$Hkey,$HK);	# H^4
    +	&reduction_alg9	($Xhi,$Xi);
    +$code.=<<___;
    +	pshufd		\$0b01001110,$T3,$T1
    +	pshufd		\$0b01001110,$Xi,$T2
    +	pxor		$T3,$T1			# Karatsuba pre-processing
    +	movdqu		$T3,0x30($Htbl)		# save H^3
    +	pxor		$Xi,$T2			# Karatsuba pre-processing
    +	movdqu		$Xi,0x40($Htbl)		# save H^4
    +	palignr		\$8,$T1,$T2		# low part is H^3.lo^H^3.hi...
    +	movdqu		$T2,0x50($Htbl)		# save Karatsuba "salt"
    +___
    +}
    +$code.=<<___ if ($win64);
    +	movaps	(%rsp),%xmm6
    +	lea	0x18(%rsp),%rsp
    +.LSEH_end_gcm_init_clmul:
    +___
    +$code.=<<___;
     	ret
     .size	gcm_init_clmul,.-gcm_init_clmul
     ___
    @@ -449,13 +564,38 @@ $code.=<<___;
     .type	gcm_gmult_clmul,\@abi-omnipotent
     .align	16
     gcm_gmult_clmul:
    +.L_gmult_clmul:
     	movdqu		($Xip),$Xi
     	movdqa		.Lbswap_mask(%rip),$T3
     	movdqu		($Htbl),$Hkey
    +	movdqu		0x20($Htbl),$T2
     	pshufb		$T3,$Xi
     ___
    -	&clmul64x64_T2	($Xhi,$Xi,$Hkey);
    -	&reduction_alg9	($Xhi,$Xi);
    +	&clmul64x64_T2	($Xhi,$Xi,$Hkey,$T2);
    +$code.=<<___ if (0 || (&reduction_alg9($Xhi,$Xi)&&0));
    +	# experimental alternative. special thing about is that there
    +	# no dependency between the two multiplications... 
    +	mov		\$`0xE1<<1`,%eax
    +	mov		\$0xA040608020C0E000,%r10	# ((7..0)0xE0)&0xff
    +	mov		\$0x07,%r11d
    +	movq		%rax,$T1
    +	movq		%r10,$T2
    +	movq		%r11,$T3		# borrow $T3
    +	pand		$Xi,$T3
    +	pshufb		$T3,$T2			# ($Xi&7)0xE0
    +	movq		%rax,$T3
    +	pclmulqdq	\$0x00,$Xi,$T1		# (0xE1<<1)
    +	pxor		$Xi,$T2
    +	pslldq		\$15,$T2
    +	paddd		$T2,$T2			# <<(64+56+1)
    +	pxor		$T2,$Xi
    +	pclmulqdq	\$0x01,$T3,$Xi
    +	movdqa		.Lbswap_mask(%rip),$T3	# reload $T3
    +	psrldq		\$1,$T1
    +	pxor		$T1,$Xhi
    +	pslldq		\$7,$Xi
    +	pxor		$Xhi,$Xi
    +___
     $code.=<<___;
     	pshufb		$T3,$Xi
     	movdqu		$Xi,($Xip)
    @@ -465,129 +605,327 @@ ___
     }
     
     { my ($Xip,$Htbl,$inp,$len)=@_4args;
    -  my $Xn="%xmm6";
    -  my $Xhn="%xmm7";
    -  my $Hkey2="%xmm8";
    -  my $T1n="%xmm9";
    -  my $T2n="%xmm10";
    +  my ($Xln,$Xmn,$Xhn,$Hkey2,$HK) = map("%xmm$_",(3..7));
    +  my ($T1,$T2,$T3)=map("%xmm$_",(8..10));
     
     $code.=<<___;
     .globl	gcm_ghash_clmul
     .type	gcm_ghash_clmul,\@abi-omnipotent
    -.align	16
    +.align	32
     gcm_ghash_clmul:
    +.L_ghash_clmul:
     ___
     $code.=<<___ if ($win64);
    +	lea	-0x88(%rsp),%rax
     .LSEH_begin_gcm_ghash_clmul:
     	# I can't trust assembler to use specific encoding:-(
    -	.byte	0x48,0x83,0xec,0x58		#sub	\$0x58,%rsp
    -	.byte	0x0f,0x29,0x34,0x24		#movaps	%xmm6,(%rsp)
    -	.byte	0x0f,0x29,0x7c,0x24,0x10	#movdqa	%xmm7,0x10(%rsp)
    -	.byte	0x44,0x0f,0x29,0x44,0x24,0x20	#movaps	%xmm8,0x20(%rsp)
    -	.byte	0x44,0x0f,0x29,0x4c,0x24,0x30	#movaps	%xmm9,0x30(%rsp)
    -	.byte	0x44,0x0f,0x29,0x54,0x24,0x40	#movaps	%xmm10,0x40(%rsp)
    +	.byte	0x48,0x8d,0x60,0xe0		#lea	-0x20(%rax),%rsp
    +	.byte	0x0f,0x29,0x70,0xe0		#movaps	%xmm6,-0x20(%rax)
    +	.byte	0x0f,0x29,0x78,0xf0		#movaps	%xmm7,-0x10(%rax)
    +	.byte	0x44,0x0f,0x29,0x00		#movaps	%xmm8,0(%rax)
    +	.byte	0x44,0x0f,0x29,0x48,0x10	#movaps	%xmm9,0x10(%rax)
    +	.byte	0x44,0x0f,0x29,0x50,0x20	#movaps	%xmm10,0x20(%rax)
    +	.byte	0x44,0x0f,0x29,0x58,0x30	#movaps	%xmm11,0x30(%rax)
    +	.byte	0x44,0x0f,0x29,0x60,0x40	#movaps	%xmm12,0x40(%rax)
    +	.byte	0x44,0x0f,0x29,0x68,0x50	#movaps	%xmm13,0x50(%rax)
    +	.byte	0x44,0x0f,0x29,0x70,0x60	#movaps	%xmm14,0x60(%rax)
    +	.byte	0x44,0x0f,0x29,0x78,0x70	#movaps	%xmm15,0x70(%rax)
     ___
     $code.=<<___;
     	movdqa		.Lbswap_mask(%rip),$T3
     
     	movdqu		($Xip),$Xi
     	movdqu		($Htbl),$Hkey
    +	movdqu		0x20($Htbl),$HK
     	pshufb		$T3,$Xi
     
     	sub		\$0x10,$len
     	jz		.Lodd_tail
     
    -	movdqu		16($Htbl),$Hkey2
    +	movdqu		0x10($Htbl),$Hkey2
    +___
    +if ($do4xaggr) {
    +my ($Xl,$Xm,$Xh,$Hkey3,$Hkey4)=map("%xmm$_",(11..15));
    +
    +$code.=<<___;
    +	mov		OPENSSL_ia32cap_P+4(%rip),%eax
    +	cmp		\$0x30,$len
    +	jb		.Lskip4x
    +
    +	and		\$`1<<26|1<<22`,%eax	# isolate MOVBE+XSAVE
    +	cmp		\$`1<<22`,%eax		# check for MOVBE without XSAVE
    +	je		.Lskip4x
    +
    +	sub		\$0x30,$len
    +	mov		\$0xA040608020C0E000,%rax	# ((7..0)0xE0)&0xff
    +	movdqu		0x30($Htbl),$Hkey3
    +	movdqu		0x40($Htbl),$Hkey4
    +
    +	#######
    +	# Xi+4 =[(H*Ii+3) + (H^2*Ii+2) + (H^3*Ii+1) + H^4*(Ii+Xi)] mod P
    +	#
    +	movdqu		0x30($inp),$Xln
    +	 movdqu		0x20($inp),$Xl
    +	pshufb		$T3,$Xln
    +	 pshufb		$T3,$Xl
    +	movdqa		$Xln,$Xhn
    +	pshufd		\$0b01001110,$Xln,$Xmn
    +	pxor		$Xln,$Xmn
    +	pclmulqdq	\$0x00,$Hkey,$Xln
    +	pclmulqdq	\$0x11,$Hkey,$Xhn
    +	pclmulqdq	\$0x00,$HK,$Xmn
    +
    +	movdqa		$Xl,$Xh
    +	pshufd		\$0b01001110,$Xl,$Xm
    +	pxor		$Xl,$Xm
    +	pclmulqdq	\$0x00,$Hkey2,$Xl
    +	pclmulqdq	\$0x11,$Hkey2,$Xh
    +	pclmulqdq	\$0x10,$HK,$Xm
    +	xorps		$Xl,$Xln
    +	xorps		$Xh,$Xhn
    +	movups		0x50($Htbl),$HK
    +	xorps		$Xm,$Xmn
    +
    +	movdqu		0x10($inp),$Xl
    +	 movdqu		0($inp),$T1
    +	pshufb		$T3,$Xl
    +	 pshufb		$T3,$T1
    +	movdqa		$Xl,$Xh
    +	pshufd		\$0b01001110,$Xl,$Xm
    +	 pxor		$T1,$Xi
    +	pxor		$Xl,$Xm
    +	pclmulqdq	\$0x00,$Hkey3,$Xl
    +	 movdqa		$Xi,$Xhi
    +	 pshufd		\$0b01001110,$Xi,$T1
    +	 pxor		$Xi,$T1
    +	pclmulqdq	\$0x11,$Hkey3,$Xh
    +	pclmulqdq	\$0x00,$HK,$Xm
    +	xorps		$Xl,$Xln
    +	xorps		$Xh,$Xhn
    +
    +	lea	0x40($inp),$inp
    +	sub	\$0x40,$len
    +	jc	.Ltail4x
    +
    +	jmp	.Lmod4_loop
    +.align	32
    +.Lmod4_loop:
    +	pclmulqdq	\$0x00,$Hkey4,$Xi
    +	xorps		$Xm,$Xmn
    +	 movdqu		0x30($inp),$Xl
    +	 pshufb		$T3,$Xl
    +	pclmulqdq	\$0x11,$Hkey4,$Xhi
    +	xorps		$Xln,$Xi
    +	 movdqu		0x20($inp),$Xln
    +	 movdqa		$Xl,$Xh
    +	pclmulqdq	\$0x10,$HK,$T1
    +	 pshufd		\$0b01001110,$Xl,$Xm
    +	xorps		$Xhn,$Xhi
    +	 pxor		$Xl,$Xm
    +	 pshufb		$T3,$Xln
    +	movups		0x20($Htbl),$HK
    +	xorps		$Xmn,$T1
    +	 pclmulqdq	\$0x00,$Hkey,$Xl
    +	 pshufd		\$0b01001110,$Xln,$Xmn
    +
    +	pxor		$Xi,$T1			# aggregated Karatsuba post-processing
    +	 movdqa		$Xln,$Xhn
    +	pxor		$Xhi,$T1		#
    +	 pxor		$Xln,$Xmn
    +	movdqa		$T1,$T2			#
    +	 pclmulqdq	\$0x11,$Hkey,$Xh
    +	pslldq		\$8,$T1
    +	psrldq		\$8,$T2			#
    +	pxor		$T1,$Xi
    +	movdqa		.L7_mask(%rip),$T1
    +	pxor		$T2,$Xhi		#
    +	movq		%rax,$T2
    +
    +	pand		$Xi,$T1			# 1st phase
    +	pshufb		$T1,$T2			#
    +	pxor		$Xi,$T2			#
    +	 pclmulqdq	\$0x00,$HK,$Xm
    +	psllq		\$57,$T2		#
    +	movdqa		$T2,$T1			#
    +	pslldq		\$8,$T2
    +	 pclmulqdq	\$0x00,$Hkey2,$Xln
    +	psrldq		\$8,$T1			#	
    +	pxor		$T2,$Xi
    +	pxor		$T1,$Xhi		#
    +	movdqu		0($inp),$T1
    +
    +	movdqa		$Xi,$T2			# 2nd phase
    +	psrlq		\$1,$Xi
    +	 pclmulqdq	\$0x11,$Hkey2,$Xhn
    +	 xorps		$Xl,$Xln
    +	 movdqu		0x10($inp),$Xl
    +	 pshufb		$T3,$Xl
    +	 pclmulqdq	\$0x10,$HK,$Xmn
    +	 xorps		$Xh,$Xhn
    +	 movups		0x50($Htbl),$HK
    +	pshufb		$T3,$T1
    +	pxor		$T2,$Xhi		#
    +	pxor		$Xi,$T2
    +	psrlq		\$5,$Xi
    +
    +	 movdqa		$Xl,$Xh
    +	 pxor		$Xm,$Xmn
    +	 pshufd		\$0b01001110,$Xl,$Xm
    +	pxor		$T2,$Xi			#
    +	pxor		$T1,$Xhi
    +	 pxor		$Xl,$Xm
    +	 pclmulqdq	\$0x00,$Hkey3,$Xl
    +	psrlq		\$1,$Xi			#
    +	pxor		$Xhi,$Xi		#
    +	movdqa		$Xi,$Xhi
    +	 pclmulqdq	\$0x11,$Hkey3,$Xh
    +	 xorps		$Xl,$Xln
    +	pshufd		\$0b01001110,$Xi,$T1
    +	pxor		$Xi,$T1
    +
    +	 pclmulqdq	\$0x00,$HK,$Xm
    +	 xorps		$Xh,$Xhn
    +
    +	lea	0x40($inp),$inp
    +	sub	\$0x40,$len
    +	jnc	.Lmod4_loop
    +
    +.Ltail4x:
    +	pclmulqdq	\$0x00,$Hkey4,$Xi
    +	pclmulqdq	\$0x11,$Hkey4,$Xhi
    +	pclmulqdq	\$0x10,$HK,$T1
    +	xorps		$Xm,$Xmn
    +	xorps		$Xln,$Xi
    +	xorps		$Xhn,$Xhi
    +	pxor		$Xi,$Xhi		# aggregated Karatsuba post-processing
    +	pxor		$Xmn,$T1
    +
    +	pxor		$Xhi,$T1		#
    +	pxor		$Xi,$Xhi
    +
    +	movdqa		$T1,$T2			#
    +	psrldq		\$8,$T1
    +	pslldq		\$8,$T2			#
    +	pxor		$T1,$Xhi
    +	pxor		$T2,$Xi			#
    +___
    +	&reduction_alg9($Xhi,$Xi);
    +$code.=<<___;
    +	add	\$0x40,$len
    +	jz	.Ldone
    +	movdqu	0x20($Htbl),$HK
    +	sub	\$0x10,$len
    +	jz	.Lodd_tail
    +.Lskip4x:
    +___
    +}
    +$code.=<<___;
     	#######
     	# Xi+2 =[H*(Ii+1 + Xi+1)] mod P =
     	#	[(H*Ii+1) + (H*Xi+1)] mod P =
     	#	[(H*Ii+1) + H^2*(Ii+Xi)] mod P
     	#
     	movdqu		($inp),$T1		# Ii
    -	movdqu		16($inp),$Xn		# Ii+1
    +	movdqu		16($inp),$Xln		# Ii+1
     	pshufb		$T3,$T1
    -	pshufb		$T3,$Xn
    +	pshufb		$T3,$Xln
     	pxor		$T1,$Xi			# Ii+Xi
    -___
    -	&clmul64x64_T2	($Xhn,$Xn,$Hkey);	# H*Ii+1
    -$code.=<<___;
    -	movdqa		$Xi,$Xhi		#
    -	pshufd		\$0b01001110,$Xi,$T1
    -	pshufd		\$0b01001110,$Hkey2,$T2
    -	pxor		$Xi,$T1			#
    -	pxor		$Hkey2,$T2
    +
    +	movdqa		$Xln,$Xhn
    +	pshufd		\$0b01001110,$Xln,$Xmn
    +	pxor		$Xln,$Xmn
    +	pclmulqdq	\$0x00,$Hkey,$Xln
    +	pclmulqdq	\$0x11,$Hkey,$Xhn
    +	pclmulqdq	\$0x00,$HK,$Xmn
     
     	lea		32($inp),$inp		# i+=2
    +	nop
     	sub		\$0x20,$len
     	jbe		.Leven_tail
    +	nop
    +	jmp		.Lmod_loop
     
    +.align	32
     .Lmod_loop:
    -___
    -	&clmul64x64_T2	($Xhi,$Xi,$Hkey2,1);	# H^2*(Ii+Xi)
    -$code.=<<___;
    -	movdqu		($inp),$T1		# Ii
    -	pxor		$Xn,$Xi			# (H*Ii+1) + H^2*(Ii+Xi)
    -	pxor		$Xhn,$Xhi
    +	movdqa		$Xi,$Xhi
    +	movdqa		$Xmn,$T1
    +	pshufd		\$0b01001110,$Xi,$Xmn	#
    +	pxor		$Xi,$Xmn		#
     
    -	movdqu		16($inp),$Xn		# Ii+1
    -	pshufb		$T3,$T1
    -	pshufb		$T3,$Xn
    +	pclmulqdq	\$0x00,$Hkey2,$Xi
    +	pclmulqdq	\$0x11,$Hkey2,$Xhi
    +	pclmulqdq	\$0x10,$HK,$Xmn
     
    -	movdqa		$Xn,$Xhn		#
    -	pshufd		\$0b01001110,$Xn,$T1n
    -	pshufd		\$0b01001110,$Hkey,$T2n
    -	pxor		$Xn,$T1n		#
    -	pxor		$Hkey,$T2n
    -	 pxor		$T1,$Xhi		# "Ii+Xi", consume early
    +	pxor		$Xln,$Xi		# (H*Ii+1) + H^2*(Ii+Xi)
    +	pxor		$Xhn,$Xhi
    +	  movdqu	($inp),$T2		# Ii
    +	pxor		$Xi,$T1			# aggregated Karatsuba post-processing
    +	  pshufb	$T3,$T2
    +	  movdqu	16($inp),$Xln		# Ii+1
    +
    +	pxor		$Xhi,$T1
    +	  pxor		$T2,$Xhi		# "Ii+Xi", consume early
    +	pxor		$T1,$Xmn
    +	 pshufb		$T3,$Xln
    +	movdqa		$Xmn,$T1		#
    +	psrldq		\$8,$T1
    +	pslldq		\$8,$Xmn		#
    +	pxor		$T1,$Xhi
    +	pxor		$Xmn,$Xi		#
    +
    +	movdqa		$Xln,$Xhn		#
     
    -	  movdqa	$Xi,$T1			# 1st phase
    +	  movdqa	$Xi,$T2			# 1st phase
    +	  movdqa	$Xi,$T1
    +	  psllq		\$5,$Xi
    +	  pxor		$Xi,$T1			#
    +	pclmulqdq	\$0x00,$Hkey,$Xln	#######
     	  psllq		\$1,$Xi
     	  pxor		$T1,$Xi			#
    -	  psllq		\$5,$Xi			#
    -	  pxor		$T1,$Xi			#
    -	pclmulqdq	\$0x00,$Hkey,$Xn	#######
     	  psllq		\$57,$Xi		#
    -	  movdqa	$Xi,$T2			#
    +	  movdqa	$Xi,$T1			#
     	  pslldq	\$8,$Xi
    -	  psrldq	\$8,$T2			#	
    -	  pxor		$T1,$Xi
    -	  pxor		$T2,$Xhi		#
    +	  psrldq	\$8,$T1			#	
    +	  pxor		$T2,$Xi
    +	pshufd		\$0b01001110,$Xhn,$Xmn
    +	  pxor		$T1,$Xhi		#
    +	pxor		$Xhn,$Xmn		#
     
    -	pclmulqdq	\$0x11,$Hkey,$Xhn	#######
     	  movdqa	$Xi,$T2			# 2nd phase
    +	  psrlq		\$1,$Xi
    +	pclmulqdq	\$0x11,$Hkey,$Xhn	#######
    +	  pxor		$T2,$Xhi		#
    +	  pxor		$Xi,$T2
     	  psrlq		\$5,$Xi
     	  pxor		$T2,$Xi			#
    +	lea		32($inp),$inp
     	  psrlq		\$1,$Xi			#
    -	  pxor		$T2,$Xi			#
    -	  pxor		$Xhi,$T2
    -	  psrlq		\$1,$Xi			#
    -	  pxor		$T2,$Xi			#
    +	pclmulqdq	\$0x00,$HK,$Xmn		#######
    +	  pxor		$Xhi,$Xi		#
     
    -	pclmulqdq	\$0x00,$T2n,$T1n	#######
    -	 movdqa		$Xi,$Xhi		#
    -	 pshufd		\$0b01001110,$Xi,$T1
    -	 pshufd		\$0b01001110,$Hkey2,$T2
    -	 pxor		$Xi,$T1			#
    -	 pxor		$Hkey2,$T2
    -
    -	pxor		$Xn,$T1n		#
    -	pxor		$Xhn,$T1n		#
    -	movdqa		$T1n,$T2n		#
    -	psrldq		\$8,$T1n
    -	pslldq		\$8,$T2n		#
    -	pxor		$T1n,$Xhn
    -	pxor		$T2n,$Xn		#
    -
    -	lea		32($inp),$inp
     	sub		\$0x20,$len
     	ja		.Lmod_loop
     
     .Leven_tail:
    -___
    -	&clmul64x64_T2	($Xhi,$Xi,$Hkey2,1);	# H^2*(Ii+Xi)
    -$code.=<<___;
    -	pxor		$Xn,$Xi			# (H*Ii+1) + H^2*(Ii+Xi)
    +	 movdqa		$Xi,$Xhi
    +	 movdqa		$Xmn,$T1
    +	 pshufd		\$0b01001110,$Xi,$Xmn	#
    +	 pxor		$Xi,$Xmn		#
    +
    +	pclmulqdq	\$0x00,$Hkey2,$Xi
    +	pclmulqdq	\$0x11,$Hkey2,$Xhi
    +	pclmulqdq	\$0x10,$HK,$Xmn
    +
    +	pxor		$Xln,$Xi		# (H*Ii+1) + H^2*(Ii+Xi)
     	pxor		$Xhn,$Xhi
    +	pxor		$Xi,$T1
    +	pxor		$Xhi,$T1
    +	pxor		$T1,$Xmn
    +	movdqa		$Xmn,$T1		#
    +	psrldq		\$8,$T1
    +	pslldq		\$8,$Xmn		#
    +	pxor		$T1,$Xhi
    +	pxor		$Xmn,$Xi		#
     ___
     	&reduction_alg9	($Xhi,$Xi);
     $code.=<<___;
    @@ -599,7 +937,7 @@ $code.=<<___;
     	pshufb		$T3,$T1
     	pxor		$T1,$Xi			# Ii+Xi
     ___
    -	&clmul64x64_T2	($Xhi,$Xi,$Hkey);	# H*(Ii+Xi)
    +	&clmul64x64_T2	($Xhi,$Xi,$Hkey,$HK);	# H*(Ii+Xi)
     	&reduction_alg9	($Xhi,$Xi);
     $code.=<<___;
     .Ldone:
    @@ -612,21 +950,607 @@ $code.=<<___ if ($win64);
     	movaps	0x20(%rsp),%xmm8
     	movaps	0x30(%rsp),%xmm9
     	movaps	0x40(%rsp),%xmm10
    -	add	\$0x58,%rsp
    +	movaps	0x50(%rsp),%xmm11
    +	movaps	0x60(%rsp),%xmm12
    +	movaps	0x70(%rsp),%xmm13
    +	movaps	0x80(%rsp),%xmm14
    +	movaps	0x90(%rsp),%xmm15
    +	lea	0xa8(%rsp),%rsp
    +.LSEH_end_gcm_ghash_clmul:
     ___
     $code.=<<___;
     	ret
    -.LSEH_end_gcm_ghash_clmul:
     .size	gcm_ghash_clmul,.-gcm_ghash_clmul
     ___
     }
    +
    +$code.=<<___;
    +.globl	gcm_init_avx
    +.type	gcm_init_avx,\@abi-omnipotent
    +.align	32
    +gcm_init_avx:
    +___
    +if ($avx) {
    +my ($Htbl,$Xip)=@_4args;
    +my $HK="%xmm6";
    +
    +$code.=<<___ if ($win64);
    +.LSEH_begin_gcm_init_avx:
    +	# I can't trust assembler to use specific encoding:-(
    +	.byte	0x48,0x83,0xec,0x18		#sub	$0x18,%rsp
    +	.byte	0x0f,0x29,0x34,0x24		#movaps	%xmm6,(%rsp)
    +___
    +$code.=<<___;
    +	vzeroupper
    +
    +	vmovdqu		($Xip),$Hkey
    +	vpshufd		\$0b01001110,$Hkey,$Hkey	# dword swap
    +
    +	# <<1 twist
    +	vpshufd		\$0b11111111,$Hkey,$T2	# broadcast uppermost dword
    +	vpsrlq		\$63,$Hkey,$T1
    +	vpsllq		\$1,$Hkey,$Hkey
    +	vpxor		$T3,$T3,$T3		#
    +	vpcmpgtd	$T2,$T3,$T3		# broadcast carry bit
    +	vpslldq		\$8,$T1,$T1
    +	vpor		$T1,$Hkey,$Hkey		# H<<=1
    +
    +	# magic reduction
    +	vpand		.L0x1c2_polynomial(%rip),$T3,$T3
    +	vpxor		$T3,$Hkey,$Hkey		# if(carry) H^=0x1c2_polynomial
    +
    +	vpunpckhqdq	$Hkey,$Hkey,$HK
    +	vmovdqa		$Hkey,$Xi
    +	vpxor		$Hkey,$HK,$HK
    +	mov		\$4,%r10		# up to H^8
    +	jmp		.Linit_start_avx
    +___
    +
    +sub clmul64x64_avx {
    +my ($Xhi,$Xi,$Hkey,$HK)=@_;
    +
    +if (!defined($HK)) {	$HK = $T2;
    +$code.=<<___;
    +	vpunpckhqdq	$Xi,$Xi,$T1
    +	vpunpckhqdq	$Hkey,$Hkey,$T2
    +	vpxor		$Xi,$T1,$T1		#
    +	vpxor		$Hkey,$T2,$T2
    +___
    +} else {
    +$code.=<<___;
    +	vpunpckhqdq	$Xi,$Xi,$T1
    +	vpxor		$Xi,$T1,$T1		#
    +___
    +}
    +$code.=<<___;
    +	vpclmulqdq	\$0x11,$Hkey,$Xi,$Xhi	#######
    +	vpclmulqdq	\$0x00,$Hkey,$Xi,$Xi	#######
    +	vpclmulqdq	\$0x00,$HK,$T1,$T1	#######
    +	vpxor		$Xi,$Xhi,$T2		#
    +	vpxor		$T2,$T1,$T1		#
    +
    +	vpslldq		\$8,$T1,$T2		#
    +	vpsrldq		\$8,$T1,$T1
    +	vpxor		$T2,$Xi,$Xi		#
    +	vpxor		$T1,$Xhi,$Xhi
    +___
    +}
    +
    +sub reduction_avx {
    +my ($Xhi,$Xi) = @_;
    +
    +$code.=<<___;
    +	vpsllq		\$57,$Xi,$T1		# 1st phase
    +	vpsllq		\$62,$Xi,$T2
    +	vpxor		$T1,$T2,$T2		#
    +	vpsllq		\$63,$Xi,$T1
    +	vpxor		$T1,$T2,$T2		#
    +	vpslldq		\$8,$T2,$T1		#
    +	vpsrldq		\$8,$T2,$T2
    +	vpxor		$T1,$Xi,$Xi		#
    +	vpxor		$T2,$Xhi,$Xhi
    +
    +	vpsrlq		\$1,$Xi,$T2		# 2nd phase
    +	vpxor		$Xi,$Xhi,$Xhi
    +	vpxor		$T2,$Xi,$Xi		#
    +	vpsrlq		\$5,$T2,$T2
    +	vpxor		$T2,$Xi,$Xi		#
    +	vpsrlq		\$1,$Xi,$Xi		#
    +	vpxor		$Xhi,$Xi,$Xi		#
    +___
    +}
     
    +$code.=<<___;
    +.align	32
    +.Linit_loop_avx:
    +	vpalignr	\$8,$T1,$T2,$T3		# low part is H.lo^H.hi...
    +	vmovdqu		$T3,-0x10($Htbl)	# save Karatsuba "salt"
    +___
    +	&clmul64x64_avx	($Xhi,$Xi,$Hkey,$HK);	# calculate H^3,5,7
    +	&reduction_avx	($Xhi,$Xi);
    +$code.=<<___;
    +.Linit_start_avx:
    +	vmovdqa		$Xi,$T3
    +___
    +	&clmul64x64_avx	($Xhi,$Xi,$Hkey,$HK);	# calculate H^2,4,6,8
    +	&reduction_avx	($Xhi,$Xi);
    +$code.=<<___;
    +	vpshufd		\$0b01001110,$T3,$T1
    +	vpshufd		\$0b01001110,$Xi,$T2
    +	vpxor		$T3,$T1,$T1		# Karatsuba pre-processing
    +	vmovdqu		$T3,0x00($Htbl)		# save H^1,3,5,7
    +	vpxor		$Xi,$T2,$T2		# Karatsuba pre-processing
    +	vmovdqu		$Xi,0x10($Htbl)		# save H^2,4,6,8
    +	lea		0x30($Htbl),$Htbl
    +	sub		\$1,%r10
    +	jnz		.Linit_loop_avx
    +
    +	vpalignr	\$8,$T2,$T1,$T3		# last "salt" is flipped
    +	vmovdqu		$T3,-0x10($Htbl)
    +
    +	vzeroupper
    +___
    +$code.=<<___ if ($win64);
    +	movaps	(%rsp),%xmm6
    +	lea	0x18(%rsp),%rsp
    +.LSEH_end_gcm_init_avx:
    +___
    +$code.=<<___;
    +	ret
    +.size	gcm_init_avx,.-gcm_init_avx
    +___
    +} else {
    +$code.=<<___;
    +	jmp	.L_init_clmul
    +.size	gcm_init_avx,.-gcm_init_avx
    +___
    +}
    +
    +$code.=<<___;
    +.globl	gcm_gmult_avx
    +.type	gcm_gmult_avx,\@abi-omnipotent
    +.align	32
    +gcm_gmult_avx:
    +	jmp	.L_gmult_clmul
    +.size	gcm_gmult_avx,.-gcm_gmult_avx
    +___
    +
    +$code.=<<___;
    +.globl	gcm_ghash_avx
    +.type	gcm_ghash_avx,\@abi-omnipotent
    +.align	32
    +gcm_ghash_avx:
    +___
    +if ($avx) {
    +my ($Xip,$Htbl,$inp,$len)=@_4args;
    +my ($Xlo,$Xhi,$Xmi,
    +    $Zlo,$Zhi,$Zmi,
    +    $Hkey,$HK,$T1,$T2,
    +    $Xi,$Xo,$Tred,$bswap,$Ii,$Ij) = map("%xmm$_",(0..15));
    +
    +$code.=<<___ if ($win64);
    +	lea	-0x88(%rsp),%rax
    +.LSEH_begin_gcm_ghash_avx:
    +	# I can't trust assembler to use specific encoding:-(
    +	.byte	0x48,0x8d,0x60,0xe0		#lea	-0x20(%rax),%rsp
    +	.byte	0x0f,0x29,0x70,0xe0		#movaps	%xmm6,-0x20(%rax)
    +	.byte	0x0f,0x29,0x78,0xf0		#movaps	%xmm7,-0x10(%rax)
    +	.byte	0x44,0x0f,0x29,0x00		#movaps	%xmm8,0(%rax)
    +	.byte	0x44,0x0f,0x29,0x48,0x10	#movaps	%xmm9,0x10(%rax)
    +	.byte	0x44,0x0f,0x29,0x50,0x20	#movaps	%xmm10,0x20(%rax)
    +	.byte	0x44,0x0f,0x29,0x58,0x30	#movaps	%xmm11,0x30(%rax)
    +	.byte	0x44,0x0f,0x29,0x60,0x40	#movaps	%xmm12,0x40(%rax)
    +	.byte	0x44,0x0f,0x29,0x68,0x50	#movaps	%xmm13,0x50(%rax)
    +	.byte	0x44,0x0f,0x29,0x70,0x60	#movaps	%xmm14,0x60(%rax)
    +	.byte	0x44,0x0f,0x29,0x78,0x70	#movaps	%xmm15,0x70(%rax)
    +___
    +$code.=<<___;
    +	vzeroupper
    +
    +	vmovdqu		($Xip),$Xi		# load $Xi
    +	lea		.L0x1c2_polynomial(%rip),%r10
    +	lea		0x40($Htbl),$Htbl	# size optimization
    +	vmovdqu		.Lbswap_mask(%rip),$bswap
    +	vpshufb		$bswap,$Xi,$Xi
    +	cmp		\$0x80,$len
    +	jb		.Lshort_avx
    +	sub		\$0x80,$len
    +
    +	vmovdqu		0x70($inp),$Ii		# I[7]
    +	vmovdqu		0x00-0x40($Htbl),$Hkey	# $Hkey^1
    +	vpshufb		$bswap,$Ii,$Ii
    +	vmovdqu		0x20-0x40($Htbl),$HK
    +
    +	vpunpckhqdq	$Ii,$Ii,$T2
    +	 vmovdqu	0x60($inp),$Ij		# I[6]
    +	vpclmulqdq	\$0x00,$Hkey,$Ii,$Xlo
    +	vpxor		$Ii,$T2,$T2
    +	 vpshufb	$bswap,$Ij,$Ij
    +	vpclmulqdq	\$0x11,$Hkey,$Ii,$Xhi
    +	 vmovdqu	0x10-0x40($Htbl),$Hkey	# $Hkey^2
    +	 vpunpckhqdq	$Ij,$Ij,$T1
    +	 vmovdqu	0x50($inp),$Ii		# I[5]
    +	vpclmulqdq	\$0x00,$HK,$T2,$Xmi
    +	 vpxor		$Ij,$T1,$T1
    +
    +	 vpshufb	$bswap,$Ii,$Ii
    +	vpclmulqdq	\$0x00,$Hkey,$Ij,$Zlo
    +	 vpunpckhqdq	$Ii,$Ii,$T2
    +	vpclmulqdq	\$0x11,$Hkey,$Ij,$Zhi
    +	 vmovdqu	0x30-0x40($Htbl),$Hkey	# $Hkey^3
    +	 vpxor		$Ii,$T2,$T2
    +	 vmovdqu	0x40($inp),$Ij		# I[4]
    +	vpclmulqdq	\$0x10,$HK,$T1,$Zmi
    +	 vmovdqu	0x50-0x40($Htbl),$HK
    +
    +	 vpshufb	$bswap,$Ij,$Ij
    +	vpxor		$Xlo,$Zlo,$Zlo
    +	vpclmulqdq	\$0x00,$Hkey,$Ii,$Xlo
    +	vpxor		$Xhi,$Zhi,$Zhi
    +	 vpunpckhqdq	$Ij,$Ij,$T1
    +	vpclmulqdq	\$0x11,$Hkey,$Ii,$Xhi
    +	 vmovdqu	0x40-0x40($Htbl),$Hkey	# $Hkey^4
    +	vpxor		$Xmi,$Zmi,$Zmi
    +	vpclmulqdq	\$0x00,$HK,$T2,$Xmi
    +	 vpxor		$Ij,$T1,$T1
    +
    +	 vmovdqu	0x30($inp),$Ii		# I[3]
    +	vpxor		$Zlo,$Xlo,$Xlo
    +	vpclmulqdq	\$0x00,$Hkey,$Ij,$Zlo
    +	vpxor		$Zhi,$Xhi,$Xhi
    +	 vpshufb	$bswap,$Ii,$Ii
    +	vpclmulqdq	\$0x11,$Hkey,$Ij,$Zhi
    +	 vmovdqu	0x60-0x40($Htbl),$Hkey	# $Hkey^5
    +	vpxor		$Zmi,$Xmi,$Xmi
    +	 vpunpckhqdq	$Ii,$Ii,$T2
    +	vpclmulqdq	\$0x10,$HK,$T1,$Zmi
    +	 vmovdqu	0x80-0x40($Htbl),$HK
    +	 vpxor		$Ii,$T2,$T2
    +
    +	 vmovdqu	0x20($inp),$Ij		# I[2]
    +	vpxor		$Xlo,$Zlo,$Zlo
    +	vpclmulqdq	\$0x00,$Hkey,$Ii,$Xlo
    +	vpxor		$Xhi,$Zhi,$Zhi
    +	 vpshufb	$bswap,$Ij,$Ij
    +	vpclmulqdq	\$0x11,$Hkey,$Ii,$Xhi
    +	 vmovdqu	0x70-0x40($Htbl),$Hkey	# $Hkey^6
    +	vpxor		$Xmi,$Zmi,$Zmi
    +	 vpunpckhqdq	$Ij,$Ij,$T1
    +	vpclmulqdq	\$0x00,$HK,$T2,$Xmi
    +	 vpxor		$Ij,$T1,$T1
    +
    +	 vmovdqu	0x10($inp),$Ii		# I[1]
    +	vpxor		$Zlo,$Xlo,$Xlo
    +	vpclmulqdq	\$0x00,$Hkey,$Ij,$Zlo
    +	vpxor		$Zhi,$Xhi,$Xhi
    +	 vpshufb	$bswap,$Ii,$Ii
    +	vpclmulqdq	\$0x11,$Hkey,$Ij,$Zhi
    +	 vmovdqu	0x90-0x40($Htbl),$Hkey	# $Hkey^7
    +	vpxor		$Zmi,$Xmi,$Xmi
    +	 vpunpckhqdq	$Ii,$Ii,$T2
    +	vpclmulqdq	\$0x10,$HK,$T1,$Zmi
    +	 vmovdqu	0xb0-0x40($Htbl),$HK
    +	 vpxor		$Ii,$T2,$T2
    +
    +	 vmovdqu	($inp),$Ij		# I[0]
    +	vpxor		$Xlo,$Zlo,$Zlo
    +	vpclmulqdq	\$0x00,$Hkey,$Ii,$Xlo
    +	vpxor		$Xhi,$Zhi,$Zhi
    +	 vpshufb	$bswap,$Ij,$Ij
    +	vpclmulqdq	\$0x11,$Hkey,$Ii,$Xhi
    +	 vmovdqu	0xa0-0x40($Htbl),$Hkey	# $Hkey^8
    +	vpxor		$Xmi,$Zmi,$Zmi
    +	vpclmulqdq	\$0x10,$HK,$T2,$Xmi
    +
    +	lea		0x80($inp),$inp
    +	cmp		\$0x80,$len
    +	jb		.Ltail_avx
    +
    +	vpxor		$Xi,$Ij,$Ij		# accumulate $Xi
    +	sub		\$0x80,$len
    +	jmp		.Loop8x_avx
    +
    +.align	32
    +.Loop8x_avx:
    +	vpunpckhqdq	$Ij,$Ij,$T1
    +	 vmovdqu	0x70($inp),$Ii		# I[7]
    +	vpxor		$Xlo,$Zlo,$Zlo
    +	vpxor		$Ij,$T1,$T1
    +	vpclmulqdq	\$0x00,$Hkey,$Ij,$Xi
    +	 vpshufb	$bswap,$Ii,$Ii
    +	vpxor		$Xhi,$Zhi,$Zhi
    +	vpclmulqdq	\$0x11,$Hkey,$Ij,$Xo
    +	 vmovdqu	0x00-0x40($Htbl),$Hkey	# $Hkey^1
    +	 vpunpckhqdq	$Ii,$Ii,$T2
    +	vpxor		$Xmi,$Zmi,$Zmi
    +	vpclmulqdq	\$0x00,$HK,$T1,$Tred
    +	 vmovdqu	0x20-0x40($Htbl),$HK
    +	 vpxor		$Ii,$T2,$T2
    +
    +	  vmovdqu	0x60($inp),$Ij		# I[6]
    +	 vpclmulqdq	\$0x00,$Hkey,$Ii,$Xlo
    +	vpxor		$Zlo,$Xi,$Xi		# collect result
    +	  vpshufb	$bswap,$Ij,$Ij
    +	 vpclmulqdq	\$0x11,$Hkey,$Ii,$Xhi
    +	vxorps		$Zhi,$Xo,$Xo
    +	  vmovdqu	0x10-0x40($Htbl),$Hkey	# $Hkey^2
    +	 vpunpckhqdq	$Ij,$Ij,$T1
    +	 vpclmulqdq	\$0x00,$HK,  $T2,$Xmi
    +	vpxor		$Zmi,$Tred,$Tred
    +	 vxorps		$Ij,$T1,$T1
    +
    +	  vmovdqu	0x50($inp),$Ii		# I[5]
    +	vpxor		$Xi,$Tred,$Tred		# aggregated Karatsuba post-processing
    +	 vpclmulqdq	\$0x00,$Hkey,$Ij,$Zlo
    +	vpxor		$Xo,$Tred,$Tred
    +	vpslldq		\$8,$Tred,$T2
    +	 vpxor		$Xlo,$Zlo,$Zlo
    +	 vpclmulqdq	\$0x11,$Hkey,$Ij,$Zhi
    +	vpsrldq		\$8,$Tred,$Tred
    +	vpxor		$T2, $Xi, $Xi
    +	  vmovdqu	0x30-0x40($Htbl),$Hkey	# $Hkey^3
    +	  vpshufb	$bswap,$Ii,$Ii
    +	vxorps		$Tred,$Xo, $Xo
    +	 vpxor		$Xhi,$Zhi,$Zhi
    +	 vpunpckhqdq	$Ii,$Ii,$T2
    +	 vpclmulqdq	\$0x10,$HK,  $T1,$Zmi
    +	  vmovdqu	0x50-0x40($Htbl),$HK
    +	 vpxor		$Ii,$T2,$T2
    +	 vpxor		$Xmi,$Zmi,$Zmi
    +
    +	  vmovdqu	0x40($inp),$Ij		# I[4]
    +	vpalignr	\$8,$Xi,$Xi,$Tred	# 1st phase
    +	 vpclmulqdq	\$0x00,$Hkey,$Ii,$Xlo
    +	  vpshufb	$bswap,$Ij,$Ij
    +	 vpxor		$Zlo,$Xlo,$Xlo
    +	 vpclmulqdq	\$0x11,$Hkey,$Ii,$Xhi
    +	  vmovdqu	0x40-0x40($Htbl),$Hkey	# $Hkey^4
    +	 vpunpckhqdq	$Ij,$Ij,$T1
    +	 vpxor		$Zhi,$Xhi,$Xhi
    +	 vpclmulqdq	\$0x00,$HK,  $T2,$Xmi
    +	 vxorps		$Ij,$T1,$T1
    +	 vpxor		$Zmi,$Xmi,$Xmi
    +
    +	  vmovdqu	0x30($inp),$Ii		# I[3]
    +	vpclmulqdq	\$0x10,(%r10),$Xi,$Xi
    +	 vpclmulqdq	\$0x00,$Hkey,$Ij,$Zlo
    +	  vpshufb	$bswap,$Ii,$Ii
    +	 vpxor		$Xlo,$Zlo,$Zlo
    +	 vpclmulqdq	\$0x11,$Hkey,$Ij,$Zhi
    +	  vmovdqu	0x60-0x40($Htbl),$Hkey	# $Hkey^5
    +	 vpunpckhqdq	$Ii,$Ii,$T2
    +	 vpxor		$Xhi,$Zhi,$Zhi
    +	 vpclmulqdq	\$0x10,$HK,  $T1,$Zmi
    +	  vmovdqu	0x80-0x40($Htbl),$HK
    +	 vpxor		$Ii,$T2,$T2
    +	 vpxor		$Xmi,$Zmi,$Zmi
    +
    +	  vmovdqu	0x20($inp),$Ij		# I[2]
    +	 vpclmulqdq	\$0x00,$Hkey,$Ii,$Xlo
    +	  vpshufb	$bswap,$Ij,$Ij
    +	 vpxor		$Zlo,$Xlo,$Xlo
    +	 vpclmulqdq	\$0x11,$Hkey,$Ii,$Xhi
    +	  vmovdqu	0x70-0x40($Htbl),$Hkey	# $Hkey^6
    +	 vpunpckhqdq	$Ij,$Ij,$T1
    +	 vpxor		$Zhi,$Xhi,$Xhi
    +	 vpclmulqdq	\$0x00,$HK,  $T2,$Xmi
    +	 vpxor		$Ij,$T1,$T1
    +	 vpxor		$Zmi,$Xmi,$Xmi
    +	vxorps		$Tred,$Xi,$Xi
    +
    +	  vmovdqu	0x10($inp),$Ii		# I[1]
    +	vpalignr	\$8,$Xi,$Xi,$Tred	# 2nd phase
    +	 vpclmulqdq	\$0x00,$Hkey,$Ij,$Zlo
    +	  vpshufb	$bswap,$Ii,$Ii
    +	 vpxor		$Xlo,$Zlo,$Zlo
    +	 vpclmulqdq	\$0x11,$Hkey,$Ij,$Zhi
    +	  vmovdqu	0x90-0x40($Htbl),$Hkey	# $Hkey^7
    +	vpclmulqdq	\$0x10,(%r10),$Xi,$Xi
    +	vxorps		$Xo,$Tred,$Tred
    +	 vpunpckhqdq	$Ii,$Ii,$T2
    +	 vpxor		$Xhi,$Zhi,$Zhi
    +	 vpclmulqdq	\$0x10,$HK,  $T1,$Zmi
    +	  vmovdqu	0xb0-0x40($Htbl),$HK
    +	 vpxor		$Ii,$T2,$T2
    +	 vpxor		$Xmi,$Zmi,$Zmi
    +
    +	  vmovdqu	($inp),$Ij		# I[0]
    +	 vpclmulqdq	\$0x00,$Hkey,$Ii,$Xlo
    +	  vpshufb	$bswap,$Ij,$Ij
    +	 vpclmulqdq	\$0x11,$Hkey,$Ii,$Xhi
    +	  vmovdqu	0xa0-0x40($Htbl),$Hkey	# $Hkey^8
    +	vpxor		$Tred,$Ij,$Ij
    +	 vpclmulqdq	\$0x10,$HK,  $T2,$Xmi
    +	vpxor		$Xi,$Ij,$Ij		# accumulate $Xi
    +
    +	lea		0x80($inp),$inp
    +	sub		\$0x80,$len
    +	jnc		.Loop8x_avx
    +
    +	add		\$0x80,$len
    +	jmp		.Ltail_no_xor_avx
    +
    +.align	32
    +.Lshort_avx:
    +	vmovdqu		-0x10($inp,$len),$Ii	# very last word
    +	lea		($inp,$len),$inp
    +	vmovdqu		0x00-0x40($Htbl),$Hkey	# $Hkey^1
    +	vmovdqu		0x20-0x40($Htbl),$HK
    +	vpshufb		$bswap,$Ii,$Ij
    +
    +	vmovdqa		$Xlo,$Zlo		# subtle way to zero $Zlo,
    +	vmovdqa		$Xhi,$Zhi		# $Zhi and
    +	vmovdqa		$Xmi,$Zmi		# $Zmi
    +	sub		\$0x10,$len
    +	jz		.Ltail_avx
    +
    +	vpunpckhqdq	$Ij,$Ij,$T1
    +	vpxor		$Xlo,$Zlo,$Zlo
    +	vpclmulqdq	\$0x00,$Hkey,$Ij,$Xlo
    +	vpxor		$Ij,$T1,$T1
    +	 vmovdqu	-0x20($inp),$Ii
    +	vpxor		$Xhi,$Zhi,$Zhi
    +	vpclmulqdq	\$0x11,$Hkey,$Ij,$Xhi
    +	vmovdqu		0x10-0x40($Htbl),$Hkey	# $Hkey^2
    +	 vpshufb	$bswap,$Ii,$Ij
    +	vpxor		$Xmi,$Zmi,$Zmi
    +	vpclmulqdq	\$0x00,$HK,$T1,$Xmi
    +	vpsrldq		\$8,$HK,$HK
    +	sub		\$0x10,$len
    +	jz		.Ltail_avx
    +
    +	vpunpckhqdq	$Ij,$Ij,$T1
    +	vpxor		$Xlo,$Zlo,$Zlo
    +	vpclmulqdq	\$0x00,$Hkey,$Ij,$Xlo
    +	vpxor		$Ij,$T1,$T1
    +	 vmovdqu	-0x30($inp),$Ii
    +	vpxor		$Xhi,$Zhi,$Zhi
    +	vpclmulqdq	\$0x11,$Hkey,$Ij,$Xhi
    +	vmovdqu		0x30-0x40($Htbl),$Hkey	# $Hkey^3
    +	 vpshufb	$bswap,$Ii,$Ij
    +	vpxor		$Xmi,$Zmi,$Zmi
    +	vpclmulqdq	\$0x00,$HK,$T1,$Xmi
    +	vmovdqu		0x50-0x40($Htbl),$HK
    +	sub		\$0x10,$len
    +	jz		.Ltail_avx
    +
    +	vpunpckhqdq	$Ij,$Ij,$T1
    +	vpxor		$Xlo,$Zlo,$Zlo
    +	vpclmulqdq	\$0x00,$Hkey,$Ij,$Xlo
    +	vpxor		$Ij,$T1,$T1
    +	 vmovdqu	-0x40($inp),$Ii
    +	vpxor		$Xhi,$Zhi,$Zhi
    +	vpclmulqdq	\$0x11,$Hkey,$Ij,$Xhi
    +	vmovdqu		0x40-0x40($Htbl),$Hkey	# $Hkey^4
    +	 vpshufb	$bswap,$Ii,$Ij
    +	vpxor		$Xmi,$Zmi,$Zmi
    +	vpclmulqdq	\$0x00,$HK,$T1,$Xmi
    +	vpsrldq		\$8,$HK,$HK
    +	sub		\$0x10,$len
    +	jz		.Ltail_avx
    +
    +	vpunpckhqdq	$Ij,$Ij,$T1
    +	vpxor		$Xlo,$Zlo,$Zlo
    +	vpclmulqdq	\$0x00,$Hkey,$Ij,$Xlo
    +	vpxor		$Ij,$T1,$T1
    +	 vmovdqu	-0x50($inp),$Ii
    +	vpxor		$Xhi,$Zhi,$Zhi
    +	vpclmulqdq	\$0x11,$Hkey,$Ij,$Xhi
    +	vmovdqu		0x60-0x40($Htbl),$Hkey	# $Hkey^5
    +	 vpshufb	$bswap,$Ii,$Ij
    +	vpxor		$Xmi,$Zmi,$Zmi
    +	vpclmulqdq	\$0x00,$HK,$T1,$Xmi
    +	vmovdqu		0x80-0x40($Htbl),$HK
    +	sub		\$0x10,$len
    +	jz		.Ltail_avx
    +
    +	vpunpckhqdq	$Ij,$Ij,$T1
    +	vpxor		$Xlo,$Zlo,$Zlo
    +	vpclmulqdq	\$0x00,$Hkey,$Ij,$Xlo
    +	vpxor		$Ij,$T1,$T1
    +	 vmovdqu	-0x60($inp),$Ii
    +	vpxor		$Xhi,$Zhi,$Zhi
    +	vpclmulqdq	\$0x11,$Hkey,$Ij,$Xhi
    +	vmovdqu		0x70-0x40($Htbl),$Hkey	# $Hkey^6
    +	 vpshufb	$bswap,$Ii,$Ij
    +	vpxor		$Xmi,$Zmi,$Zmi
    +	vpclmulqdq	\$0x00,$HK,$T1,$Xmi
    +	vpsrldq		\$8,$HK,$HK
    +	sub		\$0x10,$len
    +	jz		.Ltail_avx
    +
    +	vpunpckhqdq	$Ij,$Ij,$T1
    +	vpxor		$Xlo,$Zlo,$Zlo
    +	vpclmulqdq	\$0x00,$Hkey,$Ij,$Xlo
    +	vpxor		$Ij,$T1,$T1
    +	 vmovdqu	-0x70($inp),$Ii
    +	vpxor		$Xhi,$Zhi,$Zhi
    +	vpclmulqdq	\$0x11,$Hkey,$Ij,$Xhi
    +	vmovdqu		0x90-0x40($Htbl),$Hkey	# $Hkey^7
    +	 vpshufb	$bswap,$Ii,$Ij
    +	vpxor		$Xmi,$Zmi,$Zmi
    +	vpclmulqdq	\$0x00,$HK,$T1,$Xmi
    +	vmovq		0xb8-0x40($Htbl),$HK
    +	sub		\$0x10,$len
    +	jmp		.Ltail_avx
    +
    +.align	32
    +.Ltail_avx:
    +	vpxor		$Xi,$Ij,$Ij		# accumulate $Xi
    +.Ltail_no_xor_avx:
    +	vpunpckhqdq	$Ij,$Ij,$T1
    +	vpxor		$Xlo,$Zlo,$Zlo
    +	vpclmulqdq	\$0x00,$Hkey,$Ij,$Xlo
    +	vpxor		$Ij,$T1,$T1
    +	vpxor		$Xhi,$Zhi,$Zhi
    +	vpclmulqdq	\$0x11,$Hkey,$Ij,$Xhi
    +	vpxor		$Xmi,$Zmi,$Zmi
    +	vpclmulqdq	\$0x00,$HK,$T1,$Xmi
    +
    +	vmovdqu		(%r10),$Tred
    +
    +	vpxor		$Xlo,$Zlo,$Xi
    +	vpxor		$Xhi,$Zhi,$Xo
    +	vpxor		$Xmi,$Zmi,$Zmi
    +
    +	vpxor		$Xi, $Zmi,$Zmi		# aggregated Karatsuba post-processing
    +	vpxor		$Xo, $Zmi,$Zmi
    +	vpslldq		\$8, $Zmi,$T2
    +	vpsrldq		\$8, $Zmi,$Zmi
    +	vpxor		$T2, $Xi, $Xi
    +	vpxor		$Zmi,$Xo, $Xo
    +
    +	vpclmulqdq	\$0x10,$Tred,$Xi,$T2	# 1st phase
    +	vpalignr	\$8,$Xi,$Xi,$Xi
    +	vpxor		$T2,$Xi,$Xi
    +
    +	vpclmulqdq	\$0x10,$Tred,$Xi,$T2	# 2nd phase
    +	vpalignr	\$8,$Xi,$Xi,$Xi
    +	vpxor		$Xo,$Xi,$Xi
    +	vpxor		$T2,$Xi,$Xi
    +
    +	cmp		\$0,$len
    +	jne		.Lshort_avx
    +
    +	vpshufb		$bswap,$Xi,$Xi
    +	vmovdqu		$Xi,($Xip)
    +	vzeroupper
    +___
    +$code.=<<___ if ($win64);
    +	movaps	(%rsp),%xmm6
    +	movaps	0x10(%rsp),%xmm7
    +	movaps	0x20(%rsp),%xmm8
    +	movaps	0x30(%rsp),%xmm9
    +	movaps	0x40(%rsp),%xmm10
    +	movaps	0x50(%rsp),%xmm11
    +	movaps	0x60(%rsp),%xmm12
    +	movaps	0x70(%rsp),%xmm13
    +	movaps	0x80(%rsp),%xmm14
    +	movaps	0x90(%rsp),%xmm15
    +	lea	0xa8(%rsp),%rsp
    +.LSEH_end_gcm_ghash_avx:
    +___
    +$code.=<<___;
    +	ret
    +.size	gcm_ghash_avx,.-gcm_ghash_avx
    +___
    +} else {
    +$code.=<<___;
    +	jmp	.L_ghash_clmul
    +.size	gcm_ghash_avx,.-gcm_ghash_avx
    +___
    +}
    +
     $code.=<<___;
     .align	64
     .Lbswap_mask:
     	.byte	15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,0
     .L0x1c2_polynomial:
     	.byte	1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0xc2
    +.L7_mask:
    +	.long	7,0,7,0
    +.L7_mask_poly:
    +	.long	7,0,`0xE1<<1`,0
     .align	64
     .type	.Lrem_4bit,\@object
     .Lrem_4bit:
    @@ -774,10 +1698,24 @@ se_handler:
     	.rva	.LSEH_end_gcm_ghash_4bit
     	.rva	.LSEH_info_gcm_ghash_4bit
     
    +	.rva	.LSEH_begin_gcm_init_clmul
    +	.rva	.LSEH_end_gcm_init_clmul
    +	.rva	.LSEH_info_gcm_init_clmul
    +
     	.rva	.LSEH_begin_gcm_ghash_clmul
     	.rva	.LSEH_end_gcm_ghash_clmul
     	.rva	.LSEH_info_gcm_ghash_clmul
    +___
    +$code.=<<___	if ($avx);
    +	.rva	.LSEH_begin_gcm_init_avx
    +	.rva	.LSEH_end_gcm_init_avx
    +	.rva	.LSEH_info_gcm_init_clmul
     
    +	.rva	.LSEH_begin_gcm_ghash_avx
    +	.rva	.LSEH_end_gcm_ghash_avx
    +	.rva	.LSEH_info_gcm_ghash_clmul
    +___
    +$code.=<<___;
     .section	.xdata
     .align	8
     .LSEH_info_gcm_gmult_4bit:
    @@ -788,14 +1726,23 @@ se_handler:
     	.byte	9,0,0,0
     	.rva	se_handler
     	.rva	.Lghash_prologue,.Lghash_epilogue	# HandlerData
    +.LSEH_info_gcm_init_clmul:
    +	.byte	0x01,0x08,0x03,0x00
    +	.byte	0x08,0x68,0x00,0x00	#movaps	0x00(rsp),xmm6
    +	.byte	0x04,0x22,0x00,0x00	#sub	rsp,0x18
     .LSEH_info_gcm_ghash_clmul:
    -	.byte	0x01,0x1f,0x0b,0x00
    -	.byte	0x1f,0xa8,0x04,0x00	#movaps 0x40(rsp),xmm10
    -	.byte	0x19,0x98,0x03,0x00	#movaps 0x30(rsp),xmm9
    -	.byte	0x13,0x88,0x02,0x00	#movaps 0x20(rsp),xmm8
    -	.byte	0x0d,0x78,0x01,0x00	#movaps 0x10(rsp),xmm7
    -	.byte	0x08,0x68,0x00,0x00	#movaps (rsp),xmm6
    -	.byte	0x04,0xa2,0x00,0x00	#sub	rsp,0x58
    +	.byte	0x01,0x33,0x16,0x00
    +	.byte	0x33,0xf8,0x09,0x00	#movaps 0x90(rsp),xmm15
    +	.byte	0x2e,0xe8,0x08,0x00	#movaps 0x80(rsp),xmm14
    +	.byte	0x29,0xd8,0x07,0x00	#movaps 0x70(rsp),xmm13
    +	.byte	0x24,0xc8,0x06,0x00	#movaps 0x60(rsp),xmm12
    +	.byte	0x1f,0xb8,0x05,0x00	#movaps 0x50(rsp),xmm11
    +	.byte	0x1a,0xa8,0x04,0x00	#movaps 0x40(rsp),xmm10
    +	.byte	0x15,0x98,0x03,0x00	#movaps 0x30(rsp),xmm9
    +	.byte	0x10,0x88,0x02,0x00	#movaps 0x20(rsp),xmm8
    +	.byte	0x0c,0x78,0x01,0x00	#movaps 0x10(rsp),xmm7
    +	.byte	0x08,0x68,0x00,0x00	#movaps 0x00(rsp),xmm6
    +	.byte	0x04,0x01,0x15,0x00	#sub	rsp,0xa8
     ___
     }
     
    diff --git a/openssl/crypto/modes/asm/ghashp8-ppc.pl b/openssl/crypto/modes/asm/ghashp8-ppc.pl
    new file mode 100755
    index 000000000..e76a58c34
    --- /dev/null
    +++ b/openssl/crypto/modes/asm/ghashp8-ppc.pl
    @@ -0,0 +1,234 @@
    +#!/usr/bin/env perl
    +#
    +# ====================================================================
    +# Written by Andy Polyakov  for the OpenSSL
    +# project. The module is, however, dual licensed under OpenSSL and
    +# CRYPTOGAMS licenses depending on where you obtain it. For further
    +# details see http://www.openssl.org/~appro/cryptogams/.
    +# ====================================================================
    +#
    +# GHASH for for PowerISA v2.07.
    +#
    +# July 2014
    +#
    +# Accurate performance measurements are problematic, because it's
    +# always virtualized setup with possibly throttled processor.
    +# Relative comparison is therefore more informative. This initial
    +# version is ~2.1x slower than hardware-assisted AES-128-CTR, ~12x
    +# faster than "4-bit" integer-only compiler-generated 64-bit code.
    +# "Initial version" means that there is room for futher improvement.
    +
    +$flavour=shift;
    +$output =shift;
    +
    +if ($flavour =~ /64/) {
    +	$SIZE_T=8;
    +	$LRSAVE=2*$SIZE_T;
    +	$STU="stdu";
    +	$POP="ld";
    +	$PUSH="std";
    +} elsif ($flavour =~ /32/) {
    +	$SIZE_T=4;
    +	$LRSAVE=$SIZE_T;
    +	$STU="stwu";
    +	$POP="lwz";
    +	$PUSH="stw";
    +} else { die "nonsense $flavour"; }
    +
    +$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
    +( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
    +( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or
    +die "can't locate ppc-xlate.pl";
    +
    +open STDOUT,"| $^X $xlate $flavour $output" || die "can't call $xlate: $!";
    +
    +my ($Xip,$Htbl,$inp,$len)=map("r$_",(3..6));	# argument block
    +
    +my ($Xl,$Xm,$Xh,$IN)=map("v$_",(0..3));
    +my ($zero,$t0,$t1,$t2,$xC2,$H,$Hh,$Hl,$lemask)=map("v$_",(4..12));
    +my $vrsave="r12";
    +
    +$code=<<___;
    +.machine	"any"
    +
    +.text
    +
    +.globl	.gcm_init_p8
    +.align	5
    +.gcm_init_p8:
    +	lis		r0,0xfff0
    +	li		r8,0x10
    +	mfspr		$vrsave,256
    +	li		r9,0x20
    +	mtspr		256,r0
    +	li		r10,0x30
    +	lvx_u		$H,0,r4			# load H
    +
    +	vspltisb	$xC2,-16		# 0xf0
    +	vspltisb	$t0,1			# one
    +	vaddubm		$xC2,$xC2,$xC2		# 0xe0
    +	vxor		$zero,$zero,$zero
    +	vor		$xC2,$xC2,$t0		# 0xe1
    +	vsldoi		$xC2,$xC2,$zero,15	# 0xe1...
    +	vsldoi		$t1,$zero,$t0,1		# ...1
    +	vaddubm		$xC2,$xC2,$xC2		# 0xc2...
    +	vspltisb	$t2,7
    +	vor		$xC2,$xC2,$t1		# 0xc2....01
    +	vspltb		$t1,$H,0		# most significant byte
    +	vsl		$H,$H,$t0		# H<<=1
    +	vsrab		$t1,$t1,$t2		# broadcast carry bit
    +	vand		$t1,$t1,$xC2
    +	vxor		$H,$H,$t1		# twisted H
    +
    +	vsldoi		$H,$H,$H,8		# twist even more ...
    +	vsldoi		$xC2,$zero,$xC2,8	# 0xc2.0
    +	vsldoi		$Hl,$zero,$H,8		# ... and split
    +	vsldoi		$Hh,$H,$zero,8
    +
    +	stvx_u		$xC2,0,r3		# save pre-computed table
    +	stvx_u		$Hl,r8,r3
    +	stvx_u		$H, r9,r3
    +	stvx_u		$Hh,r10,r3
    +
    +	mtspr		256,$vrsave
    +	blr
    +	.long		0
    +	.byte		0,12,0x14,0,0,0,2,0
    +	.long		0
    +.size	.gcm_init_p8,.-.gcm_init_p8
    +
    +.globl	.gcm_gmult_p8
    +.align	5
    +.gcm_gmult_p8:
    +	lis		r0,0xfff8
    +	li		r8,0x10
    +	mfspr		$vrsave,256
    +	li		r9,0x20
    +	mtspr		256,r0
    +	li		r10,0x30
    +	lvx_u		$IN,0,$Xip		# load Xi
    +
    +	lvx_u		$Hl,r8,$Htbl		# load pre-computed table
    +	 le?lvsl	$lemask,r0,r0
    +	lvx_u		$H, r9,$Htbl
    +	 le?vspltisb	$t0,0x07
    +	lvx_u		$Hh,r10,$Htbl
    +	 le?vxor	$lemask,$lemask,$t0
    +	lvx_u		$xC2,0,$Htbl
    +	 le?vperm	$IN,$IN,$IN,$lemask
    +	vxor		$zero,$zero,$zero
    +
    +	vpmsumd		$Xl,$IN,$Hl		# H.loXi.lo
    +	vpmsumd		$Xm,$IN,$H		# H.hiXi.lo+H.loXi.hi
    +	vpmsumd		$Xh,$IN,$Hh		# H.hiXi.hi
    +
    +	vpmsumd		$t2,$Xl,$xC2		# 1st phase
    +
    +	vsldoi		$t0,$Xm,$zero,8
    +	vsldoi		$t1,$zero,$Xm,8
    +	vxor		$Xl,$Xl,$t0
    +	vxor		$Xh,$Xh,$t1
    +
    +	vsldoi		$Xl,$Xl,$Xl,8
    +	vxor		$Xl,$Xl,$t2
    +
    +	vsldoi		$t1,$Xl,$Xl,8		# 2nd phase
    +	vpmsumd		$Xl,$Xl,$xC2
    +	vxor		$t1,$t1,$Xh
    +	vxor		$Xl,$Xl,$t1
    +
    +	le?vperm	$Xl,$Xl,$Xl,$lemask
    +	stvx_u		$Xl,0,$Xip		# write out Xi
    +
    +	mtspr		256,$vrsave
    +	blr
    +	.long		0
    +	.byte		0,12,0x14,0,0,0,2,0
    +	.long		0
    +.size	.gcm_gmult_p8,.-.gcm_gmult_p8
    +
    +.globl	.gcm_ghash_p8
    +.align	5
    +.gcm_ghash_p8:
    +	lis		r0,0xfff8
    +	li		r8,0x10
    +	mfspr		$vrsave,256
    +	li		r9,0x20
    +	mtspr		256,r0
    +	li		r10,0x30
    +	lvx_u		$Xl,0,$Xip		# load Xi
    +
    +	lvx_u		$Hl,r8,$Htbl		# load pre-computed table
    +	 le?lvsl	$lemask,r0,r0
    +	lvx_u		$H, r9,$Htbl
    +	 le?vspltisb	$t0,0x07
    +	lvx_u		$Hh,r10,$Htbl
    +	 le?vxor	$lemask,$lemask,$t0
    +	lvx_u		$xC2,0,$Htbl
    +	 le?vperm	$Xl,$Xl,$Xl,$lemask
    +	vxor		$zero,$zero,$zero
    +
    +	lvx_u		$IN,0,$inp
    +	addi		$inp,$inp,16
    +	subi		$len,$len,16
    +	 le?vperm	$IN,$IN,$IN,$lemask
    +	vxor		$IN,$IN,$Xl
    +	b		Loop
    +
    +.align	5
    +Loop:
    +	 subic		$len,$len,16
    +	vpmsumd		$Xl,$IN,$Hl		# H.loXi.lo
    +	 subfe.		r0,r0,r0		# borrow?-1:0
    +	vpmsumd		$Xm,$IN,$H		# H.hiXi.lo+H.loXi.hi
    +	 and		r0,r0,$len
    +	vpmsumd		$Xh,$IN,$Hh		# H.hiXi.hi
    +	 add		$inp,$inp,r0
    +
    +	vpmsumd		$t2,$Xl,$xC2		# 1st phase
    +
    +	vsldoi		$t0,$Xm,$zero,8
    +	vsldoi		$t1,$zero,$Xm,8
    +	vxor		$Xl,$Xl,$t0
    +	vxor		$Xh,$Xh,$t1
    +
    +	vsldoi		$Xl,$Xl,$Xl,8
    +	vxor		$Xl,$Xl,$t2
    +	 lvx_u		$IN,0,$inp
    +	 addi		$inp,$inp,16
    +
    +	vsldoi		$t1,$Xl,$Xl,8		# 2nd phase
    +	vpmsumd		$Xl,$Xl,$xC2
    +	 le?vperm	$IN,$IN,$IN,$lemask
    +	vxor		$t1,$t1,$Xh
    +	vxor		$IN,$IN,$t1
    +	vxor		$IN,$IN,$Xl
    +	beq		Loop			# did $len-=16 borrow?
    +
    +	vxor		$Xl,$Xl,$t1
    +	le?vperm	$Xl,$Xl,$Xl,$lemask
    +	stvx_u		$Xl,0,$Xip		# write out Xi
    +
    +	mtspr		256,$vrsave
    +	blr
    +	.long		0
    +	.byte		0,12,0x14,0,0,0,4,0
    +	.long		0
    +.size	.gcm_ghash_p8,.-.gcm_ghash_p8
    +
    +.asciz  "GHASH for PowerISA 2.07, CRYPTOGAMS by "
    +.align  2
    +___
    +
    +foreach (split("\n",$code)) {
    +	if ($flavour =~ /le$/o) {	# little-endian
    +	    s/le\?//o		or
    +	    s/be\?/#be#/o;
    +	} else {
    +	    s/le\?/#le#/o	or
    +	    s/be\?//o;
    +	}
    +	print $_,"\n";
    +}
    +
    +close STDOUT; # enforce flush
    diff --git a/openssl/crypto/modes/asm/ghashv8-armx.pl b/openssl/crypto/modes/asm/ghashv8-armx.pl
    new file mode 100755
    index 000000000..54a1ac4db
    --- /dev/null
    +++ b/openssl/crypto/modes/asm/ghashv8-armx.pl
    @@ -0,0 +1,241 @@
    +#!/usr/bin/env perl
    +#
    +# ====================================================================
    +# Written by Andy Polyakov  for the OpenSSL
    +# project. The module is, however, dual licensed under OpenSSL and
    +# CRYPTOGAMS licenses depending on where you obtain it. For further
    +# details see http://www.openssl.org/~appro/cryptogams/.
    +# ====================================================================
    +#
    +# GHASH for ARMv8 Crypto Extension, 64-bit polynomial multiplication.
    +#
    +# June 2014
    +#
    +# Initial version was developed in tight cooperation with Ard
    +# Biesheuvel  from bits-n-pieces from
    +# other assembly modules. Just like aesv8-armx.pl this module
    +# supports both AArch32 and AArch64 execution modes.
    +#
    +# Current performance in cycles per processed byte:
    +#
    +#		PMULL[2]	32-bit NEON(*)
    +# Apple A7	1.76		5.62
    +# Cortex-A53	1.45		8.39
    +# Cortex-A57	2.22		7.61
    +#
    +# (*)	presented for reference/comparison purposes;
    +
    +$flavour = shift;
    +open STDOUT,">".shift;
    +
    +$Xi="x0";	# argument block
    +$Htbl="x1";
    +$inp="x2";
    +$len="x3";
    +
    +$inc="x12";
    +
    +{
    +my ($Xl,$Xm,$Xh,$IN)=map("q$_",(0..3));
    +my ($t0,$t1,$t2,$t3,$H,$Hhl)=map("q$_",(8..14));
    +
    +$code=<<___;
    +#include "arm_arch.h"
    +
    +.text
    +___
    +$code.=".arch	armv8-a+crypto\n"	if ($flavour =~ /64/);
    +$code.=".fpu	neon\n.code	32\n"	if ($flavour !~ /64/);
    +
    +$code.=<<___;
    +.global	gcm_init_v8
    +.type	gcm_init_v8,%function
    +.align	4
    +gcm_init_v8:
    +	vld1.64		{$t1},[x1]		@ load H
    +	vmov.i8		$t0,#0xe1
    +	vext.8		$IN,$t1,$t1,#8
    +	vshl.i64	$t0,$t0,#57
    +	vshr.u64	$t2,$t0,#63
    +	vext.8		$t0,$t2,$t0,#8		@ t0=0xc2....01
    +	vdup.32		$t1,${t1}[1]
    +	vshr.u64	$t3,$IN,#63
    +	vshr.s32	$t1,$t1,#31		@ broadcast carry bit
    +	vand		$t3,$t3,$t0
    +	vshl.i64	$IN,$IN,#1
    +	vext.8		$t3,$t3,$t3,#8
    +	vand		$t0,$t0,$t1
    +	vorr		$IN,$IN,$t3		@ H<<<=1
    +	veor		$IN,$IN,$t0		@ twisted H
    +	vst1.64		{$IN},[x0]
    +
    +	ret
    +.size	gcm_init_v8,.-gcm_init_v8
    +
    +.global	gcm_gmult_v8
    +.type	gcm_gmult_v8,%function
    +.align	4
    +gcm_gmult_v8:
    +	vld1.64		{$t1},[$Xi]		@ load Xi
    +	vmov.i8		$t3,#0xe1
    +	vld1.64		{$H},[$Htbl]		@ load twisted H
    +	vshl.u64	$t3,$t3,#57
    +#ifndef __ARMEB__
    +	vrev64.8	$t1,$t1
    +#endif
    +	vext.8		$Hhl,$H,$H,#8
    +	mov		$len,#0
    +	vext.8		$IN,$t1,$t1,#8
    +	mov		$inc,#0
    +	veor		$Hhl,$Hhl,$H		@ Karatsuba pre-processing
    +	mov		$inp,$Xi
    +	b		.Lgmult_v8
    +.size	gcm_gmult_v8,.-gcm_gmult_v8
    +
    +.global	gcm_ghash_v8
    +.type	gcm_ghash_v8,%function
    +.align	4
    +gcm_ghash_v8:
    +	vld1.64		{$Xl},[$Xi]		@ load [rotated] Xi
    +	subs		$len,$len,#16
    +	vmov.i8		$t3,#0xe1
    +	mov		$inc,#16
    +	vld1.64		{$H},[$Htbl]		@ load twisted H
    +	cclr		$inc,eq
    +	vext.8		$Xl,$Xl,$Xl,#8
    +	vshl.u64	$t3,$t3,#57
    +	vld1.64		{$t1},[$inp],$inc	@ load [rotated] inp
    +	vext.8		$Hhl,$H,$H,#8
    +#ifndef __ARMEB__
    +	vrev64.8	$Xl,$Xl
    +	vrev64.8	$t1,$t1
    +#endif
    +	veor		$Hhl,$Hhl,$H		@ Karatsuba pre-processing
    +	vext.8		$IN,$t1,$t1,#8
    +	b		.Loop_v8
    +
    +.align	4
    +.Loop_v8:
    +	vext.8		$t2,$Xl,$Xl,#8
    +	veor		$IN,$IN,$Xl		@ inp^=Xi
    +	veor		$t1,$t1,$t2		@ $t1 is rotated inp^Xi
    +
    +.Lgmult_v8:
    +	vpmull.p64	$Xl,$H,$IN		@ H.loXi.lo
    +	veor		$t1,$t1,$IN		@ Karatsuba pre-processing
    +	vpmull2.p64	$Xh,$H,$IN		@ H.hiXi.hi
    +	subs		$len,$len,#16
    +	vpmull.p64	$Xm,$Hhl,$t1		@ (H.lo+H.hi)(Xi.lo+Xi.hi)
    +	cclr		$inc,eq
    +
    +	vext.8		$t1,$Xl,$Xh,#8		@ Karatsuba post-processing
    +	veor		$t2,$Xl,$Xh
    +	veor		$Xm,$Xm,$t1
    +	 vld1.64	{$t1},[$inp],$inc	@ load [rotated] inp
    +	veor		$Xm,$Xm,$t2
    +	vpmull.p64	$t2,$Xl,$t3		@ 1st phase
    +
    +	vmov		$Xh#lo,$Xm#hi		@ Xh|Xm - 256-bit result
    +	vmov		$Xm#hi,$Xl#lo		@ Xm is rotated Xl
    +#ifndef __ARMEB__
    +	 vrev64.8	$t1,$t1
    +#endif
    +	veor		$Xl,$Xm,$t2
    +	 vext.8		$IN,$t1,$t1,#8
    +
    +	vext.8		$t2,$Xl,$Xl,#8		@ 2nd phase
    +	vpmull.p64	$Xl,$Xl,$t3
    +	veor		$t2,$t2,$Xh
    +	veor		$Xl,$Xl,$t2
    +	b.hs		.Loop_v8
    +
    +#ifndef __ARMEB__
    +	vrev64.8	$Xl,$Xl
    +#endif
    +	vext.8		$Xl,$Xl,$Xl,#8
    +	vst1.64		{$Xl},[$Xi]		@ write out Xi
    +
    +	ret
    +.size	gcm_ghash_v8,.-gcm_ghash_v8
    +___
    +}
    +$code.=<<___;
    +.asciz  "GHASH for ARMv8, CRYPTOGAMS by "
    +.align  2
    +___
    +
    +if ($flavour =~ /64/) {			######## 64-bit code
    +    sub unvmov {
    +	my $arg=shift;
    +
    +	$arg =~ m/q([0-9]+)#(lo|hi),\s*q([0-9]+)#(lo|hi)/o &&
    +	sprintf	"ins	v%d.d[%d],v%d.d[%d]",$1,($2 eq "lo")?0:1,$3,($4 eq "lo")?0:1;
    +    }
    +    foreach(split("\n",$code)) {
    +	s/cclr\s+([wx])([^,]+),\s*([a-z]+)/csel	$1$2,$1zr,$1$2,$3/o	or
    +	s/vmov\.i8/movi/o		or	# fix up legacy mnemonics
    +	s/vmov\s+(.*)/unvmov($1)/geo	or
    +	s/vext\.8/ext/o			or
    +	s/vshr\.s/sshr\.s/o		or
    +	s/vshr/ushr/o			or
    +	s/^(\s+)v/$1/o			or	# strip off v prefix
    +	s/\bbx\s+lr\b/ret/o;
    +
    +	s/\bq([0-9]+)\b/"v".($1<8?$1:$1+8).".16b"/geo;	# old->new registers
    +	s/@\s/\/\//o;				# old->new style commentary
    +
    +	# fix up remainig legacy suffixes
    +	s/\.[ui]?8(\s)/$1/o;
    +	s/\.[uis]?32//o and s/\.16b/\.4s/go;
    +	m/\.p64/o and s/\.16b/\.1q/o;		# 1st pmull argument
    +	m/l\.p64/o and s/\.16b/\.1d/go;		# 2nd and 3rd pmull arguments
    +	s/\.[uisp]?64//o and s/\.16b/\.2d/go;
    +	s/\.[42]([sd])\[([0-3])\]/\.$1\[$2\]/o;
    +
    +	print $_,"\n";
    +    }
    +} else {				######## 32-bit code
    +    sub unvdup32 {
    +	my $arg=shift;
    +
    +	$arg =~ m/q([0-9]+),\s*q([0-9]+)\[([0-3])\]/o &&
    +	sprintf	"vdup.32	q%d,d%d[%d]",$1,2*$2+($3>>1),$3&1;
    +    }
    +    sub unvpmullp64 {
    +	my ($mnemonic,$arg)=@_;
    +
    +	if ($arg =~ m/q([0-9]+),\s*q([0-9]+),\s*q([0-9]+)/o) {
    +	    my $word = 0xf2a00e00|(($1&7)<<13)|(($1&8)<<19)
    +				 |(($2&7)<<17)|(($2&8)<<4)
    +				 |(($3&7)<<1) |(($3&8)<<2);
    +	    $word |= 0x00010001	 if ($mnemonic =~ "2");
    +	    # since ARMv7 instructions are always encoded little-endian.
    +	    # correct solution is to use .inst directive, but older
    +	    # assemblers don't implement it:-(
    +	    sprintf ".byte\t0x%02x,0x%02x,0x%02x,0x%02x\t@ %s %s",
    +			$word&0xff,($word>>8)&0xff,
    +			($word>>16)&0xff,($word>>24)&0xff,
    +			$mnemonic,$arg;
    +	}
    +    }
    +
    +    foreach(split("\n",$code)) {
    +	s/\b[wx]([0-9]+)\b/r$1/go;		# new->old registers
    +	s/\bv([0-9])\.[12468]+[bsd]\b/q$1/go;	# new->old registers
    +        s/\/\/\s?/@ /o;				# new->old style commentary
    +
    +	# fix up remainig new-style suffixes
    +	s/\],#[0-9]+/]!/o;
    +
    +	s/cclr\s+([^,]+),\s*([a-z]+)/mov$2	$1,#0/o			or
    +	s/vdup\.32\s+(.*)/unvdup32($1)/geo				or
    +	s/v?(pmull2?)\.p64\s+(.*)/unvpmullp64($1,$2)/geo		or
    +	s/\bq([0-9]+)#(lo|hi)/sprintf "d%d",2*$1+($2 eq "hi")/geo	or
    +	s/^(\s+)b\./$1b/o						or
    +	s/^(\s+)ret/$1bx\tlr/o;
    +
    +        print $_,"\n";
    +    }
    +}
    +
    +close STDOUT; # enforce flush
    diff --git a/openssl/crypto/modes/cbc128.c b/openssl/crypto/modes/cbc128.c
    index 0e54f7547..c13caea53 100644
    --- a/openssl/crypto/modes/cbc128.c
    +++ b/openssl/crypto/modes/cbc128.c
    @@ -6,7 +6,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -59,147 +59,149 @@
     #endif
     #include 
     
    -#ifndef STRICT_ALIGNMENT
    -#  define STRICT_ALIGNMENT 0
    +#if !defined(STRICT_ALIGNMENT) && !defined(PEDANTIC)
    +# define STRICT_ALIGNMENT 0
     #endif
     
     void CRYPTO_cbc128_encrypt(const unsigned char *in, unsigned char *out,
    -			size_t len, const void *key,
    -			unsigned char ivec[16], block128_f block)
    +                           size_t len, const void *key,
    +                           unsigned char ivec[16], block128_f block)
     {
    -	size_t n;
    -	const unsigned char *iv = ivec;
    +    size_t n;
    +    const unsigned char *iv = ivec;
     
    -	assert(in && out && key && ivec);
    +    assert(in && out && key && ivec);
     
     #if !defined(OPENSSL_SMALL_FOOTPRINT)
    -	if (STRICT_ALIGNMENT &&
    -	    ((size_t)in|(size_t)out|(size_t)ivec)%sizeof(size_t) != 0) {
    -		while (len>=16) {
    -			for(n=0; n<16; ++n)
    -				out[n] = in[n] ^ iv[n];
    -			(*block)(out, out, key);
    -			iv = out;
    -			len -= 16;
    -			in  += 16;
    -			out += 16;
    -		}
    -	} else {
    -		while (len>=16) {
    -			for(n=0; n<16; n+=sizeof(size_t))
    -				*(size_t*)(out+n) =
    -				*(size_t*)(in+n) ^ *(size_t*)(iv+n);
    -			(*block)(out, out, key);
    -			iv = out;
    -			len -= 16;
    -			in  += 16;
    -			out += 16;
    -		}
    -	}
    +    if (STRICT_ALIGNMENT &&
    +        ((size_t)in | (size_t)out | (size_t)ivec) % sizeof(size_t) != 0) {
    +        while (len >= 16) {
    +            for (n = 0; n < 16; ++n)
    +                out[n] = in[n] ^ iv[n];
    +            (*block) (out, out, key);
    +            iv = out;
    +            len -= 16;
    +            in += 16;
    +            out += 16;
    +        }
    +    } else {
    +        while (len >= 16) {
    +            for (n = 0; n < 16; n += sizeof(size_t))
    +                *(size_t *)(out + n) =
    +                    *(size_t *)(in + n) ^ *(size_t *)(iv + n);
    +            (*block) (out, out, key);
    +            iv = out;
    +            len -= 16;
    +            in += 16;
    +            out += 16;
    +        }
    +    }
     #endif
    -	while (len) {
    -		for(n=0; n<16 && n=16) {
    -				(*block)(in, out, key);
    -				for(n=0; n<16; ++n)
    -					out[n] ^= iv[n];
    -				iv = in;
    -				len -= 16;
    -				in  += 16;
    -				out += 16;
    -			}
    -		}
    -		else  if (16%sizeof(size_t) == 0) { /* always true */
    -			while (len>=16) {
    -				size_t *out_t=(size_t *)out, *iv_t=(size_t *)iv;
    +        if (STRICT_ALIGNMENT &&
    +            ((size_t)in | (size_t)out | (size_t)ivec) % sizeof(size_t) != 0) {
    +            while (len >= 16) {
    +                (*block) (in, out, key);
    +                for (n = 0; n < 16; ++n)
    +                    out[n] ^= iv[n];
    +                iv = in;
    +                len -= 16;
    +                in += 16;
    +                out += 16;
    +            }
    +        } else if (16 % sizeof(size_t) == 0) { /* always true */
    +            while (len >= 16) {
    +                size_t *out_t = (size_t *)out, *iv_t = (size_t *)iv;
     
    -				(*block)(in, out, key);
    -				for(n=0; n<16/sizeof(size_t); n++)
    -					out_t[n] ^= iv_t[n];
    -				iv = in;
    -				len -= 16;
    -				in  += 16;
    -				out += 16;
    -			}
    -		}
    -		memcpy(ivec,iv,16);
    -	} else {
    -		if (STRICT_ALIGNMENT &&
    -		    ((size_t)in|(size_t)out|(size_t)ivec)%sizeof(size_t) != 0) {
    -			unsigned char c;
    -			while (len>=16) {
    -				(*block)(in, tmp.c, key);
    -				for(n=0; n<16; ++n) {
    -					c = in[n];
    -					out[n] = tmp.c[n] ^ ivec[n];
    -					ivec[n] = c;
    -				}
    -				len -= 16;
    -				in  += 16;
    -				out += 16;
    -			}
    -		}
    -		else if (16%sizeof(size_t) == 0) { /* always true */
    -			while (len>=16) {
    -				size_t c, *out_t=(size_t *)out, *ivec_t=(size_t *)ivec;
    -				const size_t *in_t=(const size_t *)in;
    +                (*block) (in, out, key);
    +                for (n = 0; n < 16 / sizeof(size_t); n++)
    +                    out_t[n] ^= iv_t[n];
    +                iv = in;
    +                len -= 16;
    +                in += 16;
    +                out += 16;
    +            }
    +        }
    +        memcpy(ivec, iv, 16);
    +    } else {
    +        if (STRICT_ALIGNMENT &&
    +            ((size_t)in | (size_t)out | (size_t)ivec) % sizeof(size_t) != 0) {
    +            unsigned char c;
    +            while (len >= 16) {
    +                (*block) (in, tmp.c, key);
    +                for (n = 0; n < 16; ++n) {
    +                    c = in[n];
    +                    out[n] = tmp.c[n] ^ ivec[n];
    +                    ivec[n] = c;
    +                }
    +                len -= 16;
    +                in += 16;
    +                out += 16;
    +            }
    +        } else if (16 % sizeof(size_t) == 0) { /* always true */
    +            while (len >= 16) {
    +                size_t c, *out_t = (size_t *)out, *ivec_t = (size_t *)ivec;
    +                const size_t *in_t = (const size_t *)in;
     
    -				(*block)(in, tmp.c, key);
    -				for(n=0; n<16/sizeof(size_t); n++) {
    -					c = in_t[n];
    -					out_t[n] = tmp.t[n] ^ ivec_t[n];
    -					ivec_t[n] = c;
    -				}
    -				len -= 16;
    -				in  += 16;
    -				out += 16;
    -			}
    -		}
    -	}
    +                (*block) (in, tmp.c, key);
    +                for (n = 0; n < 16 / sizeof(size_t); n++) {
    +                    c = in_t[n];
    +                    out_t[n] = tmp.t[n] ^ ivec_t[n];
    +                    ivec_t[n] = c;
    +                }
    +                len -= 16;
    +                in += 16;
    +                out += 16;
    +            }
    +        }
    +    }
     #endif
    -	while (len) {
    -		unsigned char c;
    -		(*block)(in, tmp.c, key);
    -		for(n=0; n<16 && n
     
    -/* First you setup M and L parameters and pass the key schedule.
    - * This is called once per session setup... */
    +/*
    + * First you setup M and L parameters and pass the key schedule. This is
    + * called once per session setup...
    + */
     void CRYPTO_ccm128_init(CCM128_CONTEXT *ctx,
    -	unsigned int M,unsigned int L,void *key,block128_f block)
    +                        unsigned int M, unsigned int L, void *key,
    +                        block128_f block)
     {
    -	memset(ctx->nonce.c,0,sizeof(ctx->nonce.c));
    -	ctx->nonce.c[0] = ((u8)(L-1)&7) | (u8)(((M-2)/2)&7)<<3;
    -	ctx->blocks = 0;
    -	ctx->block = block;
    -	ctx->key = key;
    +    memset(ctx->nonce.c, 0, sizeof(ctx->nonce.c));
    +    ctx->nonce.c[0] = ((u8)(L - 1) & 7) | (u8)(((M - 2) / 2) & 7) << 3;
    +    ctx->blocks = 0;
    +    ctx->block = block;
    +    ctx->key = key;
     }
     
     /* !!! Following interfaces are to be called *once* per packet !!! */
     
     /* Then you setup per-message nonce and pass the length of the message */
     int CRYPTO_ccm128_setiv(CCM128_CONTEXT *ctx,
    -	const unsigned char *nonce,size_t nlen,size_t mlen)
    +                        const unsigned char *nonce, size_t nlen, size_t mlen)
     {
    -	unsigned int L = ctx->nonce.c[0]&7;	/* the L parameter */
    +    unsigned int L = ctx->nonce.c[0] & 7; /* the L parameter */
     
    -	if (nlen<(14-L)) return -1;		/* nonce is too short */
    +    if (nlen < (14 - L))
    +        return -1;              /* nonce is too short */
     
    -	if (sizeof(mlen)==8 && L>=3) {
    -		ctx->nonce.c[8]  = (u8)(mlen>>(56%(sizeof(mlen)*8)));
    -		ctx->nonce.c[9]  = (u8)(mlen>>(48%(sizeof(mlen)*8)));
    -		ctx->nonce.c[10] = (u8)(mlen>>(40%(sizeof(mlen)*8)));
    -		ctx->nonce.c[11] = (u8)(mlen>>(32%(sizeof(mlen)*8)));
    -	}
    -	else
    -		ctx->nonce.u[1] = 0;
    +    if (sizeof(mlen) == 8 && L >= 3) {
    +        ctx->nonce.c[8] = (u8)(mlen >> (56 % (sizeof(mlen) * 8)));
    +        ctx->nonce.c[9] = (u8)(mlen >> (48 % (sizeof(mlen) * 8)));
    +        ctx->nonce.c[10] = (u8)(mlen >> (40 % (sizeof(mlen) * 8)));
    +        ctx->nonce.c[11] = (u8)(mlen >> (32 % (sizeof(mlen) * 8)));
    +    } else
    +        ctx->nonce.u[1] = 0;
     
    -	ctx->nonce.c[12] = (u8)(mlen>>24);
    -	ctx->nonce.c[13] = (u8)(mlen>>16);
    -	ctx->nonce.c[14] = (u8)(mlen>>8);
    -	ctx->nonce.c[15] = (u8)mlen;
    +    ctx->nonce.c[12] = (u8)(mlen >> 24);
    +    ctx->nonce.c[13] = (u8)(mlen >> 16);
    +    ctx->nonce.c[14] = (u8)(mlen >> 8);
    +    ctx->nonce.c[15] = (u8)mlen;
     
    -	ctx->nonce.c[0] &= ~0x40;	/* clear Adata flag */
    -	memcpy(&ctx->nonce.c[1],nonce,14-L);
    +    ctx->nonce.c[0] &= ~0x40;   /* clear Adata flag */
    +    memcpy(&ctx->nonce.c[1], nonce, 14 - L);
     
    -	return 0;
    +    return 0;
     }
     
     /* Then you pass additional authentication data, this is optional */
     void CRYPTO_ccm128_aad(CCM128_CONTEXT *ctx,
    -	const unsigned char *aad,size_t alen)
    -{	unsigned int i;
    -	block128_f block = ctx->block;
    -
    -	if (alen==0) return;
    -
    -	ctx->nonce.c[0] |= 0x40;	/* set Adata flag */
    -	(*block)(ctx->nonce.c,ctx->cmac.c,ctx->key),
    -	ctx->blocks++;
    -
    -	if (alen<(0x10000-0x100)) {
    -		ctx->cmac.c[0] ^= (u8)(alen>>8);
    -		ctx->cmac.c[1] ^= (u8)alen;
    -		i=2;
    -	}
    -	else if (sizeof(alen)==8 && alen>=(size_t)1<<(32%(sizeof(alen)*8))) {
    -		ctx->cmac.c[0] ^= 0xFF;
    -		ctx->cmac.c[1] ^= 0xFF;
    -		ctx->cmac.c[2] ^= (u8)(alen>>(56%(sizeof(alen)*8)));
    -		ctx->cmac.c[3] ^= (u8)(alen>>(48%(sizeof(alen)*8)));
    -		ctx->cmac.c[4] ^= (u8)(alen>>(40%(sizeof(alen)*8)));
    -		ctx->cmac.c[5] ^= (u8)(alen>>(32%(sizeof(alen)*8)));
    -		ctx->cmac.c[6] ^= (u8)(alen>>24);
    -		ctx->cmac.c[7] ^= (u8)(alen>>16);
    -		ctx->cmac.c[8] ^= (u8)(alen>>8);
    -		ctx->cmac.c[9] ^= (u8)alen;
    -		i=10;
    -	}
    -	else {
    -		ctx->cmac.c[0] ^= 0xFF;
    -		ctx->cmac.c[1] ^= 0xFE;
    -		ctx->cmac.c[2] ^= (u8)(alen>>24);
    -		ctx->cmac.c[3] ^= (u8)(alen>>16);
    -		ctx->cmac.c[4] ^= (u8)(alen>>8);
    -		ctx->cmac.c[5] ^= (u8)alen;
    -		i=6;
    -	}
    -
    -	do {
    -		for(;i<16 && alen;++i,++aad,--alen)
    -			ctx->cmac.c[i] ^= *aad;
    -		(*block)(ctx->cmac.c,ctx->cmac.c,ctx->key),
    -		ctx->blocks++;
    -		i=0;
    -	} while (alen);
    +                       const unsigned char *aad, size_t alen)
    +{
    +    unsigned int i;
    +    block128_f block = ctx->block;
    +
    +    if (alen == 0)
    +        return;
    +
    +    ctx->nonce.c[0] |= 0x40;    /* set Adata flag */
    +    (*block) (ctx->nonce.c, ctx->cmac.c, ctx->key), ctx->blocks++;
    +
    +    if (alen < (0x10000 - 0x100)) {
    +        ctx->cmac.c[0] ^= (u8)(alen >> 8);
    +        ctx->cmac.c[1] ^= (u8)alen;
    +        i = 2;
    +    } else if (sizeof(alen) == 8
    +               && alen >= (size_t)1 << (32 % (sizeof(alen) * 8))) {
    +        ctx->cmac.c[0] ^= 0xFF;
    +        ctx->cmac.c[1] ^= 0xFF;
    +        ctx->cmac.c[2] ^= (u8)(alen >> (56 % (sizeof(alen) * 8)));
    +        ctx->cmac.c[3] ^= (u8)(alen >> (48 % (sizeof(alen) * 8)));
    +        ctx->cmac.c[4] ^= (u8)(alen >> (40 % (sizeof(alen) * 8)));
    +        ctx->cmac.c[5] ^= (u8)(alen >> (32 % (sizeof(alen) * 8)));
    +        ctx->cmac.c[6] ^= (u8)(alen >> 24);
    +        ctx->cmac.c[7] ^= (u8)(alen >> 16);
    +        ctx->cmac.c[8] ^= (u8)(alen >> 8);
    +        ctx->cmac.c[9] ^= (u8)alen;
    +        i = 10;
    +    } else {
    +        ctx->cmac.c[0] ^= 0xFF;
    +        ctx->cmac.c[1] ^= 0xFE;
    +        ctx->cmac.c[2] ^= (u8)(alen >> 24);
    +        ctx->cmac.c[3] ^= (u8)(alen >> 16);
    +        ctx->cmac.c[4] ^= (u8)(alen >> 8);
    +        ctx->cmac.c[5] ^= (u8)alen;
    +        i = 6;
    +    }
    +
    +    do {
    +        for (; i < 16 && alen; ++i, ++aad, --alen)
    +            ctx->cmac.c[i] ^= *aad;
    +        (*block) (ctx->cmac.c, ctx->cmac.c, ctx->key), ctx->blocks++;
    +        i = 0;
    +    } while (alen);
     }
     
     /* Finally you encrypt or decrypt the message */
     
    -/* counter part of nonce may not be larger than L*8 bits,
    - * L is not larger than 8, therefore 64-bit counter... */
    -static void ctr64_inc(unsigned char *counter) {
    -	unsigned int n=8;
    -	u8  c;
    -
    -	counter += 8;
    -	do {
    -		--n;
    -		c = counter[n];
    -		++c;
    -		counter[n] = c;
    -		if (c) return;
    -	} while (n);
    +/*
    + * counter part of nonce may not be larger than L*8 bits, L is not larger
    + * than 8, therefore 64-bit counter...
    + */
    +static void ctr64_inc(unsigned char *counter)
    +{
    +    unsigned int n = 8;
    +    u8 c;
    +
    +    counter += 8;
    +    do {
    +        --n;
    +        c = counter[n];
    +        ++c;
    +        counter[n] = c;
    +        if (c)
    +            return;
    +    } while (n);
     }
     
     int CRYPTO_ccm128_encrypt(CCM128_CONTEXT *ctx,
    -	const unsigned char *inp, unsigned char *out,
    -	size_t len)
    +                          const unsigned char *inp, unsigned char *out,
    +                          size_t len)
     {
    -	size_t		n;
    -	unsigned int	i,L;
    -	unsigned char	flags0	= ctx->nonce.c[0];
    -	block128_f	block	= ctx->block;
    -	void *		key	= ctx->key;
    -	union { u64 u[2]; u8 c[16]; } scratch;
    -
    -	if (!(flags0&0x40))
    -		(*block)(ctx->nonce.c,ctx->cmac.c,key),
    -		ctx->blocks++;
    -
    -	ctx->nonce.c[0] = L = flags0&7;
    -	for (n=0,i=15-L;i<15;++i) {
    -		n |= ctx->nonce.c[i];
    -		ctx->nonce.c[i]=0;
    -		n <<= 8;
    -	}
    -	n |= ctx->nonce.c[15];	/* reconstructed length */
    -	ctx->nonce.c[15]=1;
    -
    -	if (n!=len) return -1;	/* length mismatch */
    -
    -	ctx->blocks += ((len+15)>>3)|1;
    -	if (ctx->blocks > (U64(1)<<61))	return -2; /* too much data */
    -
    -	while (len>=16) {
    +    size_t n;
    +    unsigned int i, L;
    +    unsigned char flags0 = ctx->nonce.c[0];
    +    block128_f block = ctx->block;
    +    void *key = ctx->key;
    +    union {
    +        u64 u[2];
    +        u8 c[16];
    +    } scratch;
    +
    +    if (!(flags0 & 0x40))
    +        (*block) (ctx->nonce.c, ctx->cmac.c, key), ctx->blocks++;
    +
    +    ctx->nonce.c[0] = L = flags0 & 7;
    +    for (n = 0, i = 15 - L; i < 15; ++i) {
    +        n |= ctx->nonce.c[i];
    +        ctx->nonce.c[i] = 0;
    +        n <<= 8;
    +    }
    +    n |= ctx->nonce.c[15];      /* reconstructed length */
    +    ctx->nonce.c[15] = 1;
    +
    +    if (n != len)
    +        return -1;              /* length mismatch */
    +
    +    ctx->blocks += ((len + 15) >> 3) | 1;
    +    if (ctx->blocks > (U64(1) << 61))
    +        return -2;              /* too much data */
    +
    +    while (len >= 16) {
     #if defined(STRICT_ALIGNMENT)
    -		union { u64 u[2]; u8 c[16]; } temp;
    -
    -		memcpy (temp.c,inp,16);
    -		ctx->cmac.u[0] ^= temp.u[0];
    -		ctx->cmac.u[1] ^= temp.u[1];
    +        union {
    +            u64 u[2];
    +            u8 c[16];
    +        } temp;
    +
    +        memcpy(temp.c, inp, 16);
    +        ctx->cmac.u[0] ^= temp.u[0];
    +        ctx->cmac.u[1] ^= temp.u[1];
     #else
    -		ctx->cmac.u[0] ^= ((u64*)inp)[0];
    -		ctx->cmac.u[1] ^= ((u64*)inp)[1];
    +        ctx->cmac.u[0] ^= ((u64 *)inp)[0];
    +        ctx->cmac.u[1] ^= ((u64 *)inp)[1];
     #endif
    -		(*block)(ctx->cmac.c,ctx->cmac.c,key);
    -		(*block)(ctx->nonce.c,scratch.c,key);
    -		ctr64_inc(ctx->nonce.c);
    +        (*block) (ctx->cmac.c, ctx->cmac.c, key);
    +        (*block) (ctx->nonce.c, scratch.c, key);
    +        ctr64_inc(ctx->nonce.c);
     #if defined(STRICT_ALIGNMENT)
    -		temp.u[0] ^= scratch.u[0];
    -		temp.u[1] ^= scratch.u[1];
    -		memcpy(out,temp.c,16);
    +        temp.u[0] ^= scratch.u[0];
    +        temp.u[1] ^= scratch.u[1];
    +        memcpy(out, temp.c, 16);
     #else
    -		((u64*)out)[0] = scratch.u[0]^((u64*)inp)[0];
    -		((u64*)out)[1] = scratch.u[1]^((u64*)inp)[1];
    +        ((u64 *)out)[0] = scratch.u[0] ^ ((u64 *)inp)[0];
    +        ((u64 *)out)[1] = scratch.u[1] ^ ((u64 *)inp)[1];
     #endif
    -		inp += 16;
    -		out += 16;
    -		len -= 16;
    -	}
    -
    -	if (len) {
    -		for (i=0; icmac.c[i] ^= inp[i];
    -		(*block)(ctx->cmac.c,ctx->cmac.c,key);
    -		(*block)(ctx->nonce.c,scratch.c,key);
    -		for (i=0; inonce.c[i]=0;
    -
    -	(*block)(ctx->nonce.c,scratch.c,key);
    -	ctx->cmac.u[0] ^= scratch.u[0];
    -	ctx->cmac.u[1] ^= scratch.u[1];
    -
    -	ctx->nonce.c[0] = flags0;
    -
    -	return 0;
    +        inp += 16;
    +        out += 16;
    +        len -= 16;
    +    }
    +
    +    if (len) {
    +        for (i = 0; i < len; ++i)
    +            ctx->cmac.c[i] ^= inp[i];
    +        (*block) (ctx->cmac.c, ctx->cmac.c, key);
    +        (*block) (ctx->nonce.c, scratch.c, key);
    +        for (i = 0; i < len; ++i)
    +            out[i] = scratch.c[i] ^ inp[i];
    +    }
    +
    +    for (i = 15 - L; i < 16; ++i)
    +        ctx->nonce.c[i] = 0;
    +
    +    (*block) (ctx->nonce.c, scratch.c, key);
    +    ctx->cmac.u[0] ^= scratch.u[0];
    +    ctx->cmac.u[1] ^= scratch.u[1];
    +
    +    ctx->nonce.c[0] = flags0;
    +
    +    return 0;
     }
     
     int CRYPTO_ccm128_decrypt(CCM128_CONTEXT *ctx,
    -	const unsigned char *inp, unsigned char *out,
    -	size_t len)
    +                          const unsigned char *inp, unsigned char *out,
    +                          size_t len)
     {
    -	size_t		n;
    -	unsigned int	i,L;
    -	unsigned char	flags0	= ctx->nonce.c[0];
    -	block128_f	block	= ctx->block;
    -	void *		key	= ctx->key;
    -	union { u64 u[2]; u8 c[16]; } scratch;
    -
    -	if (!(flags0&0x40))
    -		(*block)(ctx->nonce.c,ctx->cmac.c,key);
    -
    -	ctx->nonce.c[0] = L = flags0&7;
    -	for (n=0,i=15-L;i<15;++i) {
    -		n |= ctx->nonce.c[i];
    -		ctx->nonce.c[i]=0;
    -		n <<= 8;
    -	}
    -	n |= ctx->nonce.c[15];	/* reconstructed length */
    -	ctx->nonce.c[15]=1;
    -
    -	if (n!=len) return -1;
    -
    -	while (len>=16) {
    +    size_t n;
    +    unsigned int i, L;
    +    unsigned char flags0 = ctx->nonce.c[0];
    +    block128_f block = ctx->block;
    +    void *key = ctx->key;
    +    union {
    +        u64 u[2];
    +        u8 c[16];
    +    } scratch;
    +
    +    if (!(flags0 & 0x40))
    +        (*block) (ctx->nonce.c, ctx->cmac.c, key);
    +
    +    ctx->nonce.c[0] = L = flags0 & 7;
    +    for (n = 0, i = 15 - L; i < 15; ++i) {
    +        n |= ctx->nonce.c[i];
    +        ctx->nonce.c[i] = 0;
    +        n <<= 8;
    +    }
    +    n |= ctx->nonce.c[15];      /* reconstructed length */
    +    ctx->nonce.c[15] = 1;
    +
    +    if (n != len)
    +        return -1;
    +
    +    while (len >= 16) {
     #if defined(STRICT_ALIGNMENT)
    -		union { u64 u[2]; u8 c[16]; } temp;
    +        union {
    +            u64 u[2];
    +            u8 c[16];
    +        } temp;
     #endif
    -		(*block)(ctx->nonce.c,scratch.c,key);
    -		ctr64_inc(ctx->nonce.c);
    +        (*block) (ctx->nonce.c, scratch.c, key);
    +        ctr64_inc(ctx->nonce.c);
     #if defined(STRICT_ALIGNMENT)
    -		memcpy (temp.c,inp,16);
    -		ctx->cmac.u[0] ^= (scratch.u[0] ^= temp.u[0]);
    -		ctx->cmac.u[1] ^= (scratch.u[1] ^= temp.u[1]);
    -		memcpy (out,scratch.c,16);
    +        memcpy(temp.c, inp, 16);
    +        ctx->cmac.u[0] ^= (scratch.u[0] ^= temp.u[0]);
    +        ctx->cmac.u[1] ^= (scratch.u[1] ^= temp.u[1]);
    +        memcpy(out, scratch.c, 16);
     #else
    -		ctx->cmac.u[0] ^= (((u64*)out)[0] = scratch.u[0]^((u64*)inp)[0]);
    -		ctx->cmac.u[1] ^= (((u64*)out)[1] = scratch.u[1]^((u64*)inp)[1]);
    +        ctx->cmac.u[0] ^= (((u64 *)out)[0] = scratch.u[0] ^ ((u64 *)inp)[0]);
    +        ctx->cmac.u[1] ^= (((u64 *)out)[1] = scratch.u[1] ^ ((u64 *)inp)[1]);
     #endif
    -		(*block)(ctx->cmac.c,ctx->cmac.c,key);
    +        (*block) (ctx->cmac.c, ctx->cmac.c, key);
     
    -		inp += 16;
    -		out += 16;
    -		len -= 16;
    -	}
    +        inp += 16;
    +        out += 16;
    +        len -= 16;
    +    }
     
    -	if (len) {
    -		(*block)(ctx->nonce.c,scratch.c,key);
    -		for (i=0; icmac.c[i] ^= (out[i] = scratch.c[i]^inp[i]);
    -		(*block)(ctx->cmac.c,ctx->cmac.c,key);
    -	}
    +    if (len) {
    +        (*block) (ctx->nonce.c, scratch.c, key);
    +        for (i = 0; i < len; ++i)
    +            ctx->cmac.c[i] ^= (out[i] = scratch.c[i] ^ inp[i]);
    +        (*block) (ctx->cmac.c, ctx->cmac.c, key);
    +    }
     
    -	for (i=15-L;i<16;++i)
    -		ctx->nonce.c[i]=0;
    +    for (i = 15 - L; i < 16; ++i)
    +        ctx->nonce.c[i] = 0;
     
    -	(*block)(ctx->nonce.c,scratch.c,key);
    -	ctx->cmac.u[0] ^= scratch.u[0];
    -	ctx->cmac.u[1] ^= scratch.u[1];
    +    (*block) (ctx->nonce.c, scratch.c, key);
    +    ctx->cmac.u[0] ^= scratch.u[0];
    +    ctx->cmac.u[1] ^= scratch.u[1];
     
    -	ctx->nonce.c[0] = flags0;
    +    ctx->nonce.c[0] = flags0;
     
    -	return 0;
    +    return 0;
     }
     
    -static void ctr64_add (unsigned char *counter,size_t inc)
    -{	size_t n=8, val=0;
    -
    -	counter += 8;
    -	do {
    -		--n;
    -		val += counter[n] + (inc&0xff);
    -		counter[n] = (unsigned char)val;
    -		val >>= 8;	/* carry bit */
    -		inc >>= 8;
    -	} while(n && (inc || val));
    +static void ctr64_add(unsigned char *counter, size_t inc)
    +{
    +    size_t n = 8, val = 0;
    +
    +    counter += 8;
    +    do {
    +        --n;
    +        val += counter[n] + (inc & 0xff);
    +        counter[n] = (unsigned char)val;
    +        val >>= 8;              /* carry bit */
    +        inc >>= 8;
    +    } while (n && (inc || val));
     }
     
     int CRYPTO_ccm128_encrypt_ccm64(CCM128_CONTEXT *ctx,
    -	const unsigned char *inp, unsigned char *out,
    -	size_t len,ccm128_f stream)
    +                                const unsigned char *inp, unsigned char *out,
    +                                size_t len, ccm128_f stream)
     {
    -	size_t		n;
    -	unsigned int	i,L;
    -	unsigned char	flags0	= ctx->nonce.c[0];
    -	block128_f	block	= ctx->block;
    -	void *		key	= ctx->key;
    -	union { u64 u[2]; u8 c[16]; } scratch;
    -
    -	if (!(flags0&0x40))
    -		(*block)(ctx->nonce.c,ctx->cmac.c,key),
    -		ctx->blocks++;
    -
    -	ctx->nonce.c[0] = L = flags0&7;
    -	for (n=0,i=15-L;i<15;++i) {
    -		n |= ctx->nonce.c[i];
    -		ctx->nonce.c[i]=0;
    -		n <<= 8;
    -	}
    -	n |= ctx->nonce.c[15];	/* reconstructed length */
    -	ctx->nonce.c[15]=1;
    -
    -	if (n!=len) return -1;	/* length mismatch */
    -
    -	ctx->blocks += ((len+15)>>3)|1;
    -	if (ctx->blocks > (U64(1)<<61))	return -2; /* too much data */
    -
    -	if ((n=len/16)) {
    -		(*stream)(inp,out,n,key,ctx->nonce.c,ctx->cmac.c);
    -		n   *= 16;
    -		inp += n;
    -		out += n;
    -		len -= n;
    -		if (len) ctr64_add(ctx->nonce.c,n/16);
    -	}
    -
    -	if (len) {
    -		for (i=0; icmac.c[i] ^= inp[i];
    -		(*block)(ctx->cmac.c,ctx->cmac.c,key);
    -		(*block)(ctx->nonce.c,scratch.c,key);
    -		for (i=0; inonce.c[i]=0;
    -
    -	(*block)(ctx->nonce.c,scratch.c,key);
    -	ctx->cmac.u[0] ^= scratch.u[0];
    -	ctx->cmac.u[1] ^= scratch.u[1];
    -
    -	ctx->nonce.c[0] = flags0;
    -
    -	return 0;
    +    size_t n;
    +    unsigned int i, L;
    +    unsigned char flags0 = ctx->nonce.c[0];
    +    block128_f block = ctx->block;
    +    void *key = ctx->key;
    +    union {
    +        u64 u[2];
    +        u8 c[16];
    +    } scratch;
    +
    +    if (!(flags0 & 0x40))
    +        (*block) (ctx->nonce.c, ctx->cmac.c, key), ctx->blocks++;
    +
    +    ctx->nonce.c[0] = L = flags0 & 7;
    +    for (n = 0, i = 15 - L; i < 15; ++i) {
    +        n |= ctx->nonce.c[i];
    +        ctx->nonce.c[i] = 0;
    +        n <<= 8;
    +    }
    +    n |= ctx->nonce.c[15];      /* reconstructed length */
    +    ctx->nonce.c[15] = 1;
    +
    +    if (n != len)
    +        return -1;              /* length mismatch */
    +
    +    ctx->blocks += ((len + 15) >> 3) | 1;
    +    if (ctx->blocks > (U64(1) << 61))
    +        return -2;              /* too much data */
    +
    +    if ((n = len / 16)) {
    +        (*stream) (inp, out, n, key, ctx->nonce.c, ctx->cmac.c);
    +        n *= 16;
    +        inp += n;
    +        out += n;
    +        len -= n;
    +        if (len)
    +            ctr64_add(ctx->nonce.c, n / 16);
    +    }
    +
    +    if (len) {
    +        for (i = 0; i < len; ++i)
    +            ctx->cmac.c[i] ^= inp[i];
    +        (*block) (ctx->cmac.c, ctx->cmac.c, key);
    +        (*block) (ctx->nonce.c, scratch.c, key);
    +        for (i = 0; i < len; ++i)
    +            out[i] = scratch.c[i] ^ inp[i];
    +    }
    +
    +    for (i = 15 - L; i < 16; ++i)
    +        ctx->nonce.c[i] = 0;
    +
    +    (*block) (ctx->nonce.c, scratch.c, key);
    +    ctx->cmac.u[0] ^= scratch.u[0];
    +    ctx->cmac.u[1] ^= scratch.u[1];
    +
    +    ctx->nonce.c[0] = flags0;
    +
    +    return 0;
     }
     
     int CRYPTO_ccm128_decrypt_ccm64(CCM128_CONTEXT *ctx,
    -	const unsigned char *inp, unsigned char *out,
    -	size_t len,ccm128_f stream)
    +                                const unsigned char *inp, unsigned char *out,
    +                                size_t len, ccm128_f stream)
     {
    -	size_t		n;
    -	unsigned int	i,L;
    -	unsigned char	flags0	= ctx->nonce.c[0];
    -	block128_f	block	= ctx->block;
    -	void *		key	= ctx->key;
    -	union { u64 u[2]; u8 c[16]; } scratch;
    -
    -	if (!(flags0&0x40))
    -		(*block)(ctx->nonce.c,ctx->cmac.c,key);
    -
    -	ctx->nonce.c[0] = L = flags0&7;
    -	for (n=0,i=15-L;i<15;++i) {
    -		n |= ctx->nonce.c[i];
    -		ctx->nonce.c[i]=0;
    -		n <<= 8;
    -	}
    -	n |= ctx->nonce.c[15];	/* reconstructed length */
    -	ctx->nonce.c[15]=1;
    -
    -	if (n!=len) return -1;
    -
    -	if ((n=len/16)) {
    -		(*stream)(inp,out,n,key,ctx->nonce.c,ctx->cmac.c);
    -		n   *= 16;
    -		inp += n;
    -		out += n;
    -		len -= n;
    -		if (len) ctr64_add(ctx->nonce.c,n/16);
    -	}
    -
    -	if (len) {
    -		(*block)(ctx->nonce.c,scratch.c,key);
    -		for (i=0; icmac.c[i] ^= (out[i] = scratch.c[i]^inp[i]);
    -		(*block)(ctx->cmac.c,ctx->cmac.c,key);
    -	}
    -
    -	for (i=15-L;i<16;++i)
    -		ctx->nonce.c[i]=0;
    -
    -	(*block)(ctx->nonce.c,scratch.c,key);
    -	ctx->cmac.u[0] ^= scratch.u[0];
    -	ctx->cmac.u[1] ^= scratch.u[1];
    -
    -	ctx->nonce.c[0] = flags0;
    -
    -	return 0;
    +    size_t n;
    +    unsigned int i, L;
    +    unsigned char flags0 = ctx->nonce.c[0];
    +    block128_f block = ctx->block;
    +    void *key = ctx->key;
    +    union {
    +        u64 u[2];
    +        u8 c[16];
    +    } scratch;
    +
    +    if (!(flags0 & 0x40))
    +        (*block) (ctx->nonce.c, ctx->cmac.c, key);
    +
    +    ctx->nonce.c[0] = L = flags0 & 7;
    +    for (n = 0, i = 15 - L; i < 15; ++i) {
    +        n |= ctx->nonce.c[i];
    +        ctx->nonce.c[i] = 0;
    +        n <<= 8;
    +    }
    +    n |= ctx->nonce.c[15];      /* reconstructed length */
    +    ctx->nonce.c[15] = 1;
    +
    +    if (n != len)
    +        return -1;
    +
    +    if ((n = len / 16)) {
    +        (*stream) (inp, out, n, key, ctx->nonce.c, ctx->cmac.c);
    +        n *= 16;
    +        inp += n;
    +        out += n;
    +        len -= n;
    +        if (len)
    +            ctr64_add(ctx->nonce.c, n / 16);
    +    }
    +
    +    if (len) {
    +        (*block) (ctx->nonce.c, scratch.c, key);
    +        for (i = 0; i < len; ++i)
    +            ctx->cmac.c[i] ^= (out[i] = scratch.c[i] ^ inp[i]);
    +        (*block) (ctx->cmac.c, ctx->cmac.c, key);
    +    }
    +
    +    for (i = 15 - L; i < 16; ++i)
    +        ctx->nonce.c[i] = 0;
    +
    +    (*block) (ctx->nonce.c, scratch.c, key);
    +    ctx->cmac.u[0] ^= scratch.u[0];
    +    ctx->cmac.u[1] ^= scratch.u[1];
    +
    +    ctx->nonce.c[0] = flags0;
    +
    +    return 0;
     }
     
    -size_t CRYPTO_ccm128_tag(CCM128_CONTEXT *ctx,unsigned char *tag,size_t len)
    -{	unsigned int M = (ctx->nonce.c[0]>>3)&7;	/* the M parameter */
    -
    -	M *= 2; M += 2;
    -	if (lencmac.c,M);
    -	return M;
    +size_t CRYPTO_ccm128_tag(CCM128_CONTEXT *ctx, unsigned char *tag, size_t len)
    +{
    +    unsigned int M = (ctx->nonce.c[0] >> 3) & 7; /* the M parameter */
    +
    +    M *= 2;
    +    M += 2;
    +    if (len < M)
    +        return 0;
    +    memcpy(tag, ctx->cmac.c, M);
    +    return M;
     }
    diff --git a/openssl/crypto/modes/cfb128.c b/openssl/crypto/modes/cfb128.c
    index 4e6f5d35e..d4ecbd08e 100644
    --- a/openssl/crypto/modes/cfb128.c
    +++ b/openssl/crypto/modes/cfb128.c
    @@ -6,7 +6,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -59,14 +59,15 @@
     #endif
     #include 
     
    -/* The input and output encrypted as though 128bit cfb mode is being
    - * used.  The extra state information to record how much of the
    - * 128bit block we have used is contained in *num;
    +/*
    + * The input and output encrypted as though 128bit cfb mode is being used.
    + * The extra state information to record how much of the 128bit block we have
    + * used is contained in *num;
      */
     void CRYPTO_cfb128_encrypt(const unsigned char *in, unsigned char *out,
    -			size_t len, const void *key,
    -			unsigned char ivec[16], int *num,
    -			int enc, block128_f block)
    +                           size_t len, const void *key,
    +                           unsigned char ivec[16], int *num,
    +                           int enc, block128_f block)
     {
         unsigned int n;
         size_t l = 0;
    @@ -77,166 +78,177 @@ void CRYPTO_cfb128_encrypt(const unsigned char *in, unsigned char *out,
     
         if (enc) {
     #if !defined(OPENSSL_SMALL_FOOTPRINT)
    -	if (16%sizeof(size_t) == 0) do {	/* always true actually */
    -		while (n && len) {
    -			*(out++) = ivec[n] ^= *(in++);
    -			--len;
    -			n = (n+1) % 16;
    -		}
    -#if defined(STRICT_ALIGNMENT)
    -		if (((size_t)in|(size_t)out|(size_t)ivec)%sizeof(size_t) != 0)
    -			break;
    -#endif
    -		while (len>=16) {
    -			(*block)(ivec, ivec, key);
    -			for (; n<16; n+=sizeof(size_t)) {
    -				*(size_t*)(out+n) =
    -				*(size_t*)(ivec+n) ^= *(size_t*)(in+n);
    -			}
    -			len -= 16;
    -			out += 16;
    -			in  += 16;
    -			n = 0;
    -		}
    -		if (len) {
    -			(*block)(ivec, ivec, key);
    -			while (len--) {
    -				out[n] = ivec[n] ^= in[n];
    -				++n;
    -			}
    -		}
    -		*num = n;
    -		return;
    -	} while (0);
    -	/* the rest would be commonly eliminated by x86* compiler */
    +        if (16 % sizeof(size_t) == 0) { /* always true actually */
    +            do {
    +                while (n && len) {
    +                    *(out++) = ivec[n] ^= *(in++);
    +                    --len;
    +                    n = (n + 1) % 16;
    +                }
    +# if defined(STRICT_ALIGNMENT)
    +                if (((size_t)in | (size_t)out | (size_t)ivec) %
    +                    sizeof(size_t) != 0)
    +                    break;
    +# endif
    +                while (len >= 16) {
    +                    (*block) (ivec, ivec, key);
    +                    for (; n < 16; n += sizeof(size_t)) {
    +                        *(size_t *)(out + n) =
    +                            *(size_t *)(ivec + n) ^= *(size_t *)(in + n);
    +                    }
    +                    len -= 16;
    +                    out += 16;
    +                    in += 16;
    +                    n = 0;
    +                }
    +                if (len) {
    +                    (*block) (ivec, ivec, key);
    +                    while (len--) {
    +                        out[n] = ivec[n] ^= in[n];
    +                        ++n;
    +                    }
    +                }
    +                *num = n;
    +                return;
    +            } while (0);
    +        }
    +        /* the rest would be commonly eliminated by x86* compiler */
     #endif
    -	while (l=16) {
    -			(*block)(ivec, ivec, key);
    -			for (; n<16; n+=sizeof(size_t)) {
    -				size_t t = *(size_t*)(in+n);
    -				*(size_t*)(out+n) = *(size_t*)(ivec+n) ^ t;
    -				*(size_t*)(ivec+n) = t;
    -			}
    -			len -= 16;
    -			out += 16;
    -			in  += 16;
    -			n = 0;
    -		}
    -		if (len) {
    -			(*block)(ivec, ivec, key);
    -			while (len--) {
    -				unsigned char c;
    -				out[n] = ivec[n] ^ (c = in[n]); ivec[n] = c;
    -				++n;
    -			}
    - 		}
    -		*num = n;
    -		return;
    -	} while (0);
    -	/* the rest would be commonly eliminated by x86* compiler */
    +        if (16 % sizeof(size_t) == 0) { /* always true actually */
    +            do {
    +                while (n && len) {
    +                    unsigned char c;
    +                    *(out++) = ivec[n] ^ (c = *(in++));
    +                    ivec[n] = c;
    +                    --len;
    +                    n = (n + 1) % 16;
    +                }
    +# if defined(STRICT_ALIGNMENT)
    +                if (((size_t)in | (size_t)out | (size_t)ivec) %
    +                    sizeof(size_t) != 0)
    +                    break;
    +# endif
    +                while (len >= 16) {
    +                    (*block) (ivec, ivec, key);
    +                    for (; n < 16; n += sizeof(size_t)) {
    +                        size_t t = *(size_t *)(in + n);
    +                        *(size_t *)(out + n) = *(size_t *)(ivec + n) ^ t;
    +                        *(size_t *)(ivec + n) = t;
    +                    }
    +                    len -= 16;
    +                    out += 16;
    +                    in += 16;
    +                    n = 0;
    +                }
    +                if (len) {
    +                    (*block) (ivec, ivec, key);
    +                    while (len--) {
    +                        unsigned char c;
    +                        out[n] = ivec[n] ^ (c = in[n]);
    +                        ivec[n] = c;
    +                        ++n;
    +                    }
    +                }
    +                *num = n;
    +                return;
    +            } while (0);
    +        }
    +        /* the rest would be commonly eliminated by x86* compiler */
     #endif
    -	while (l128) return;
    -
    -	/* fill in the first half of the new IV with the current IV */
    -	memcpy(ovec,ivec,16);
    -	/* construct the new IV */
    -	(*block)(ivec,ivec,key);
    -	num = (nbits+7)/8;
    -	if (enc)	/* encrypt the input */
    -	    for(n=0 ; n < num ; ++n)
    -		out[n] = (ovec[16+n] = in[n] ^ ivec[n]);
    -	else		/* decrypt the input */
    -	    for(n=0 ; n < num ; ++n)
    -		out[n] = (ovec[16+n] = in[n]) ^ ivec[n];
    -	/* shift ovec left... */
    -	rem = nbits%8;
    -	num = nbits/8;
    -	if(rem==0)
    -	    memcpy(ivec,ovec+num,16);
    -	else
    -	    for(n=0 ; n < 16 ; ++n)
    -		ivec[n] = ovec[n+num]<>(8-rem);
    +    int n, rem, num;
    +    unsigned char ovec[16 * 2 + 1]; /* +1 because we dererefence (but don't
    +                                     * use) one byte off the end */
    +
    +    if (nbits <= 0 || nbits > 128)
    +        return;
    +
    +    /* fill in the first half of the new IV with the current IV */
    +    memcpy(ovec, ivec, 16);
    +    /* construct the new IV */
    +    (*block) (ivec, ivec, key);
    +    num = (nbits + 7) / 8;
    +    if (enc)                    /* encrypt the input */
    +        for (n = 0; n < num; ++n)
    +            out[n] = (ovec[16 + n] = in[n] ^ ivec[n]);
    +    else                        /* decrypt the input */
    +        for (n = 0; n < num; ++n)
    +            out[n] = (ovec[16 + n] = in[n]) ^ ivec[n];
    +    /* shift ovec left... */
    +    rem = nbits % 8;
    +    num = nbits / 8;
    +    if (rem == 0)
    +        memcpy(ivec, ovec + num, 16);
    +    else
    +        for (n = 0; n < 16; ++n)
    +            ivec[n] = ovec[n + num] << rem | ovec[n + num + 1] >> (8 - rem);
     
         /* it is not necessary to cleanse ovec, since the IV is not secret */
     }
     
     /* N.B. This expects the input to be packed, MS bit first */
     void CRYPTO_cfb128_1_encrypt(const unsigned char *in, unsigned char *out,
    -		 	size_t bits, const void *key,
    -			unsigned char ivec[16], int *num,
    -			int enc, block128_f block)
    +                             size_t bits, const void *key,
    +                             unsigned char ivec[16], int *num,
    +                             int enc, block128_f block)
     {
         size_t n;
    -    unsigned char c[1],d[1];
    +    unsigned char c[1], d[1];
     
         assert(in && out && key && ivec && num);
         assert(*num == 0);
     
    -    for(n=0 ; n> (unsigned int)(n%8));
    -	}
    +    for (n = 0; n < bits; ++n) {
    +        c[0] = (in[n / 8] & (1 << (7 - n % 8))) ? 0x80 : 0;
    +        cfbr_encrypt_block(c, d, 1, key, ivec, enc, block);
    +        out[n / 8] = (out[n / 8] & ~(1 << (unsigned int)(7 - n % 8))) |
    +            ((d[0] & 0x80) >> (unsigned int)(n % 8));
    +    }
     }
     
     void CRYPTO_cfb128_8_encrypt(const unsigned char *in, unsigned char *out,
    -			size_t length, const void *key,
    -			unsigned char ivec[16], int *num,
    -			int enc, block128_f block)
    +                             size_t length, const void *key,
    +                             unsigned char ivec[16], int *num,
    +                             int enc, block128_f block)
     {
         size_t n;
     
         assert(in && out && key && ivec && num);
         assert(*num == 0);
     
    -    for(n=0 ; n
     
    -/* NOTE: the IV/counter CTR mode is big-endian.  The code itself
    - * is endian-neutral. */
    +/*
    + * NOTE: the IV/counter CTR mode is big-endian.  The code itself is
    + * endian-neutral.
    + */
     
     /* increment counter (128-bit int) by 1 */
    -static void ctr128_inc(unsigned char *counter) {
    -	u32 n=16;
    -	u8  c;
    -
    -	do {
    -		--n;
    -		c = counter[n];
    -		++c;
    -		counter[n] = c;
    -		if (c) return;
    -	} while (n);
    +static void ctr128_inc(unsigned char *counter)
    +{
    +    u32 n = 16;
    +    u8 c;
    +
    +    do {
    +        --n;
    +        c = counter[n];
    +        ++c;
    +        counter[n] = c;
    +        if (c)
    +            return;
    +    } while (n);
     }
     
     #if !defined(OPENSSL_SMALL_FOOTPRINT)
    -static void ctr128_inc_aligned(unsigned char *counter) {
    -	size_t *data,c,n;
    -	const union { long one; char little; } is_endian = {1};
    -
    -	if (is_endian.little) {
    -		ctr128_inc(counter);
    -		return;
    -	}
    -
    -	data = (size_t *)counter;
    -	n = 16/sizeof(size_t);
    -	do {
    -		--n;
    -		c = data[n];
    -		++c;
    -		data[n] = c;
    -		if (c) return;
    -	} while (n);
    +static void ctr128_inc_aligned(unsigned char *counter)
    +{
    +    size_t *data, c, n;
    +    const union {
    +        long one;
    +        char little;
    +    } is_endian = {
    +        1
    +    };
    +
    +    if (is_endian.little) {
    +        ctr128_inc(counter);
    +        return;
    +    }
    +
    +    data = (size_t *)counter;
    +    n = 16 / sizeof(size_t);
    +    do {
    +        --n;
    +        c = data[n];
    +        ++c;
    +        data[n] = c;
    +        if (c)
    +            return;
    +    } while (n);
     }
     #endif
     
    -/* The input encrypted as though 128bit counter mode is being
    - * used.  The extra state information to record how much of the
    - * 128bit block we have used is contained in *num, and the
    - * encrypted counter is kept in ecount_buf.  Both *num and
    - * ecount_buf must be initialised with zeros before the first
    - * call to CRYPTO_ctr128_encrypt().
    - *
    - * This algorithm assumes that the counter is in the x lower bits
    - * of the IV (ivec), and that the application has full control over
    - * overflow and the rest of the IV.  This implementation takes NO
    - * responsability for checking that the counter doesn't overflow
    - * into the rest of the IV when incremented.
    +/*
    + * The input encrypted as though 128bit counter mode is being used.  The
    + * extra state information to record how much of the 128bit block we have
    + * used is contained in *num, and the encrypted counter is kept in
    + * ecount_buf.  Both *num and ecount_buf must be initialised with zeros
    + * before the first call to CRYPTO_ctr128_encrypt(). This algorithm assumes
    + * that the counter is in the x lower bits of the IV (ivec), and that the
    + * application has full control over overflow and the rest of the IV.  This
    + * implementation takes NO responsability for checking that the counter
    + * doesn't overflow into the rest of the IV when incremented.
      */
     void CRYPTO_ctr128_encrypt(const unsigned char *in, unsigned char *out,
    -			size_t len, const void *key,
    -			unsigned char ivec[16], unsigned char ecount_buf[16],
    -			unsigned int *num, block128_f block)
    +                           size_t len, const void *key,
    +                           unsigned char ivec[16],
    +                           unsigned char ecount_buf[16], unsigned int *num,
    +                           block128_f block)
     {
    -	unsigned int n;
    -	size_t l=0;
    +    unsigned int n;
    +    size_t l = 0;
     
    -	assert(in && out && key && ecount_buf && num);
    -	assert(*num < 16);
    +    assert(in && out && key && ecount_buf && num);
    +    assert(*num < 16);
     
    -	n = *num;
    +    n = *num;
     
     #if !defined(OPENSSL_SMALL_FOOTPRINT)
    -	if (16%sizeof(size_t) == 0) do { /* always true actually */
    -		while (n && len) {
    -			*(out++) = *(in++) ^ ecount_buf[n];
    -			--len;
    -			n = (n+1) % 16;
    -		}
    -
    -#if defined(STRICT_ALIGNMENT)
    -		if (((size_t)in|(size_t)out|(size_t)ivec)%sizeof(size_t) != 0)
    -			break;
    -#endif
    -		while (len>=16) {
    -			(*block)(ivec, ecount_buf, key);
    -			ctr128_inc_aligned(ivec);
    -			for (; n<16; n+=sizeof(size_t))
    -				*(size_t *)(out+n) =
    -				*(size_t *)(in+n) ^ *(size_t *)(ecount_buf+n);
    -			len -= 16;
    -			out += 16;
    -			in  += 16;
    -			n = 0;
    -		}
    -		if (len) {
    -			(*block)(ivec, ecount_buf, key);
    - 			ctr128_inc_aligned(ivec);
    -			while (len--) {
    -				out[n] = in[n] ^ ecount_buf[n];
    -				++n;
    -			}
    -		}
    -		*num = n;
    -		return;
    -	} while(0);
    -	/* the rest would be commonly eliminated by x86* compiler */
    +    if (16 % sizeof(size_t) == 0) { /* always true actually */
    +        do {
    +            while (n && len) {
    +                *(out++) = *(in++) ^ ecount_buf[n];
    +                --len;
    +                n = (n + 1) % 16;
    +            }
    +
    +# if defined(STRICT_ALIGNMENT)
    +            if (((size_t)in | (size_t)out | (size_t)ivec) % sizeof(size_t) !=
    +                0)
    +                break;
    +# endif
    +            while (len >= 16) {
    +                (*block) (ivec, ecount_buf, key);
    +                ctr128_inc_aligned(ivec);
    +                for (; n < 16; n += sizeof(size_t))
    +                    *(size_t *)(out + n) =
    +                        *(size_t *)(in + n) ^ *(size_t *)(ecount_buf + n);
    +                len -= 16;
    +                out += 16;
    +                in += 16;
    +                n = 0;
    +            }
    +            if (len) {
    +                (*block) (ivec, ecount_buf, key);
    +                ctr128_inc_aligned(ivec);
    +                while (len--) {
    +                    out[n] = in[n] ^ ecount_buf[n];
    +                    ++n;
    +                }
    +            }
    +            *num = n;
    +            return;
    +        } while (0);
    +    }
    +    /* the rest would be commonly eliminated by x86* compiler */
     #endif
    -	while (l=16) {
    -		size_t blocks = len/16;
    -		/*
    -		 * 1<<28 is just a not-so-small yet not-so-large number...
    -		 * Below condition is practically never met, but it has to
    -		 * be checked for code correctness.
    -		 */
    -		if (sizeof(size_t)>sizeof(unsigned int) && blocks>(1U<<28))
    -			blocks = (1U<<28);
    -		/*
    -		 * As (*func) operates on 32-bit counter, caller
    -		 * has to handle overflow. 'if' below detects the
    -		 * overflow, which is then handled by limiting the
    -		 * amount of blocks to the exact overflow point...
    -		 */
    -		ctr32 += (u32)blocks;
    -		if (ctr32 < blocks) {
    -			blocks -= ctr32;
    -			ctr32   = 0;
    -		}
    -		(*func)(in,out,blocks,key,ivec);
    -		/* (*ctr) does not update ivec, caller does: */
    -		PUTU32(ivec+12,ctr32);
    -		/* ... overflow was detected, propogate carry. */
    -		if (ctr32 == 0)	ctr96_inc(ivec);
    -		blocks *= 16;
    -		len -= blocks;
    -		out += blocks;
    -		in  += blocks;
    -	}
    -	if (len) {
    -		memset(ecount_buf,0,16);
    -		(*func)(ecount_buf,ecount_buf,1,key,ivec);
    -		++ctr32;
    -		PUTU32(ivec+12,ctr32);
    -		if (ctr32 == 0)	ctr96_inc(ivec);
    -		while (len--) {
    -			out[n] = in[n] ^ ecount_buf[n];
    -			++n;
    -		}
    -	}
    -
    -	*num=n;
    +    unsigned int n, ctr32;
    +
    +    assert(in && out && key && ecount_buf && num);
    +    assert(*num < 16);
    +
    +    n = *num;
    +
    +    while (n && len) {
    +        *(out++) = *(in++) ^ ecount_buf[n];
    +        --len;
    +        n = (n + 1) % 16;
    +    }
    +
    +    ctr32 = GETU32(ivec + 12);
    +    while (len >= 16) {
    +        size_t blocks = len / 16;
    +        /*
    +         * 1<<28 is just a not-so-small yet not-so-large number...
    +         * Below condition is practically never met, but it has to
    +         * be checked for code correctness.
    +         */
    +        if (sizeof(size_t) > sizeof(unsigned int) && blocks > (1U << 28))
    +            blocks = (1U << 28);
    +        /*
    +         * As (*func) operates on 32-bit counter, caller
    +         * has to handle overflow. 'if' below detects the
    +         * overflow, which is then handled by limiting the
    +         * amount of blocks to the exact overflow point...
    +         */
    +        ctr32 += (u32)blocks;
    +        if (ctr32 < blocks) {
    +            blocks -= ctr32;
    +            ctr32 = 0;
    +        }
    +        (*func) (in, out, blocks, key, ivec);
    +        /* (*ctr) does not update ivec, caller does: */
    +        PUTU32(ivec + 12, ctr32);
    +        /* ... overflow was detected, propogate carry. */
    +        if (ctr32 == 0)
    +            ctr96_inc(ivec);
    +        blocks *= 16;
    +        len -= blocks;
    +        out += blocks;
    +        in += blocks;
    +    }
    +    if (len) {
    +        memset(ecount_buf, 0, 16);
    +        (*func) (ecount_buf, ecount_buf, 1, key, ivec);
    +        ++ctr32;
    +        PUTU32(ivec + 12, ctr32);
    +        if (ctr32 == 0)
    +            ctr96_inc(ivec);
    +        while (len--) {
    +            out[n] = in[n] ^ ecount_buf[n];
    +            ++n;
    +        }
    +    }
    +
    +    *num = n;
     }
    diff --git a/openssl/crypto/modes/cts128.c b/openssl/crypto/modes/cts128.c
    index 2d583de6f..137be595a 100644
    --- a/openssl/crypto/modes/cts128.c
    +++ b/openssl/crypto/modes/cts128.c
    @@ -29,425 +29,516 @@
      * compliant with the NIST proposal, both extending CBC mode.
      */
     
    -size_t CRYPTO_cts128_encrypt_block(const unsigned char *in, unsigned char *out,
    -			size_t len, const void *key,
    -			unsigned char ivec[16], block128_f block)
    -{	size_t residue, n;
    +size_t CRYPTO_cts128_encrypt_block(const unsigned char *in,
    +                                   unsigned char *out, size_t len,
    +                                   const void *key, unsigned char ivec[16],
    +                                   block128_f block)
    +{
    +    size_t residue, n;
     
    -	assert (in && out && key && ivec);
    +    assert(in && out && key && ivec);
     
    -	if (len <= 16) return 0;
    +    if (len <= 16)
    +        return 0;
     
    -	if ((residue=len%16) == 0) residue = 16;
    +    if ((residue = len % 16) == 0)
    +        residue = 16;
     
    -	len -= residue;
    +    len -= residue;
     
    -	CRYPTO_cbc128_encrypt(in,out,len,key,ivec,block);
    +    CRYPTO_cbc128_encrypt(in, out, len, key, ivec, block);
     
    -	in  += len;
    -	out += len;
    +    in += len;
    +    out += len;
     
    -	for (n=0; n
    -#include 
    +# include 
    +# include 
     
     /* test vectors from RFC 3962 */
     static const unsigned char test_key[16] = "chicken teriyaki";
     static const unsigned char test_input[64] =
    -		"I would like the" " General Gau's C"
    -		"hicken, please, " "and wonton soup.";
    -static const unsigned char test_iv[16] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};
    -
    -static const unsigned char vector_17[17] =
    -{0xc6,0x35,0x35,0x68,0xf2,0xbf,0x8c,0xb4, 0xd8,0xa5,0x80,0x36,0x2d,0xa7,0xff,0x7f,
    - 0x97};
    -static const unsigned char vector_31[31] =
    -{0xfc,0x00,0x78,0x3e,0x0e,0xfd,0xb2,0xc1, 0xd4,0x45,0xd4,0xc8,0xef,0xf7,0xed,0x22,
    - 0x97,0x68,0x72,0x68,0xd6,0xec,0xcc,0xc0, 0xc0,0x7b,0x25,0xe2,0x5e,0xcf,0xe5};
    -static const unsigned char vector_32[32] =
    -{0x39,0x31,0x25,0x23,0xa7,0x86,0x62,0xd5, 0xbe,0x7f,0xcb,0xcc,0x98,0xeb,0xf5,0xa8,
    - 0x97,0x68,0x72,0x68,0xd6,0xec,0xcc,0xc0, 0xc0,0x7b,0x25,0xe2,0x5e,0xcf,0xe5,0x84};
    -static const unsigned char vector_47[47] =
    -{0x97,0x68,0x72,0x68,0xd6,0xec,0xcc,0xc0, 0xc0,0x7b,0x25,0xe2,0x5e,0xcf,0xe5,0x84,
    - 0xb3,0xff,0xfd,0x94,0x0c,0x16,0xa1,0x8c, 0x1b,0x55,0x49,0xd2,0xf8,0x38,0x02,0x9e,
    - 0x39,0x31,0x25,0x23,0xa7,0x86,0x62,0xd5, 0xbe,0x7f,0xcb,0xcc,0x98,0xeb,0xf5};
    -static const unsigned char vector_48[48] =
    -{0x97,0x68,0x72,0x68,0xd6,0xec,0xcc,0xc0, 0xc0,0x7b,0x25,0xe2,0x5e,0xcf,0xe5,0x84,
    - 0x9d,0xad,0x8b,0xbb,0x96,0xc4,0xcd,0xc0, 0x3b,0xc1,0x03,0xe1,0xa1,0x94,0xbb,0xd8,
    - 0x39,0x31,0x25,0x23,0xa7,0x86,0x62,0xd5, 0xbe,0x7f,0xcb,0xcc,0x98,0xeb,0xf5,0xa8};
    -static const unsigned char vector_64[64] =
    -{0x97,0x68,0x72,0x68,0xd6,0xec,0xcc,0xc0, 0xc0,0x7b,0x25,0xe2,0x5e,0xcf,0xe5,0x84,
    - 0x39,0x31,0x25,0x23,0xa7,0x86,0x62,0xd5, 0xbe,0x7f,0xcb,0xcc,0x98,0xeb,0xf5,0xa8,
    - 0x48,0x07,0xef,0xe8,0x36,0xee,0x89,0xa5, 0x26,0x73,0x0d,0xbc,0x2f,0x7b,0xc8,0x40,
    - 0x9d,0xad,0x8b,0xbb,0x96,0xc4,0xcd,0xc0, 0x3b,0xc1,0x03,0xe1,0xa1,0x94,0xbb,0xd8};
    +    "I would like the" " General Gau's C"
    +    "hicken, please, " "and wonton soup.";
    +static const unsigned char test_iv[16] =
    +    { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
    +
    +static const unsigned char vector_17[17] = {
    +    0xc6, 0x35, 0x35, 0x68, 0xf2, 0xbf, 0x8c, 0xb4,
    +    0xd8, 0xa5, 0x80, 0x36, 0x2d, 0xa7, 0xff, 0x7f,
    +    0x97
    +};
    +
    +static const unsigned char vector_31[31] = {
    +    0xfc, 0x00, 0x78, 0x3e, 0x0e, 0xfd, 0xb2, 0xc1,
    +    0xd4, 0x45, 0xd4, 0xc8, 0xef, 0xf7, 0xed, 0x22,
    +    0x97, 0x68, 0x72, 0x68, 0xd6, 0xec, 0xcc, 0xc0,
    +    0xc0, 0x7b, 0x25, 0xe2, 0x5e, 0xcf, 0xe5
    +};
    +
    +static const unsigned char vector_32[32] = {
    +    0x39, 0x31, 0x25, 0x23, 0xa7, 0x86, 0x62, 0xd5,
    +    0xbe, 0x7f, 0xcb, 0xcc, 0x98, 0xeb, 0xf5, 0xa8,
    +    0x97, 0x68, 0x72, 0x68, 0xd6, 0xec, 0xcc, 0xc0,
    +    0xc0, 0x7b, 0x25, 0xe2, 0x5e, 0xcf, 0xe5, 0x84
    +};
    +
    +static const unsigned char vector_47[47] = {
    +    0x97, 0x68, 0x72, 0x68, 0xd6, 0xec, 0xcc, 0xc0,
    +    0xc0, 0x7b, 0x25, 0xe2, 0x5e, 0xcf, 0xe5, 0x84,
    +    0xb3, 0xff, 0xfd, 0x94, 0x0c, 0x16, 0xa1, 0x8c,
    +    0x1b, 0x55, 0x49, 0xd2, 0xf8, 0x38, 0x02, 0x9e,
    +    0x39, 0x31, 0x25, 0x23, 0xa7, 0x86, 0x62, 0xd5,
    +    0xbe, 0x7f, 0xcb, 0xcc, 0x98, 0xeb, 0xf5
    +};
    +
    +static const unsigned char vector_48[48] = {
    +    0x97, 0x68, 0x72, 0x68, 0xd6, 0xec, 0xcc, 0xc0,
    +    0xc0, 0x7b, 0x25, 0xe2, 0x5e, 0xcf, 0xe5, 0x84,
    +    0x9d, 0xad, 0x8b, 0xbb, 0x96, 0xc4, 0xcd, 0xc0,
    +    0x3b, 0xc1, 0x03, 0xe1, 0xa1, 0x94, 0xbb, 0xd8,
    +    0x39, 0x31, 0x25, 0x23, 0xa7, 0x86, 0x62, 0xd5,
    +    0xbe, 0x7f, 0xcb, 0xcc, 0x98, 0xeb, 0xf5, 0xa8
    +};
    +
    +static const unsigned char vector_64[64] = {
    +    0x97, 0x68, 0x72, 0x68, 0xd6, 0xec, 0xcc, 0xc0,
    +    0xc0, 0x7b, 0x25, 0xe2, 0x5e, 0xcf, 0xe5, 0x84,
    +    0x39, 0x31, 0x25, 0x23, 0xa7, 0x86, 0x62, 0xd5,
    +    0xbe, 0x7f, 0xcb, 0xcc, 0x98, 0xeb, 0xf5, 0xa8,
    +    0x48, 0x07, 0xef, 0xe8, 0x36, 0xee, 0x89, 0xa5,
    +    0x26, 0x73, 0x0d, 0xbc, 0x2f, 0x7b, 0xc8, 0x40,
    +    0x9d, 0xad, 0x8b, 0xbb, 0x96, 0xc4, 0xcd, 0xc0,
    +    0x3b, 0xc1, 0x03, 0xe1, 0xa1, 0x94, 0xbb, 0xd8
    +};
     
     static AES_KEY encks, decks;
     
    -void test_vector(const unsigned char *vector,size_t len)
    -{	unsigned char iv[sizeof(test_iv)];
    -	unsigned char cleartext[64],ciphertext[64];
    -	size_t tail;
    -
    -	printf("vector_%d\n",len); fflush(stdout);
    -
    -	if ((tail=len%16) == 0) tail = 16;
    -	tail += 16;
    -
    -	/* test block-based encryption */
    -	memcpy(iv,test_iv,sizeof(test_iv));
    -	CRYPTO_cts128_encrypt_block(test_input,ciphertext,len,&encks,iv,(block128_f)AES_encrypt);
    -	if (memcmp(ciphertext,vector,len))
    -		fprintf(stderr,"output_%d mismatch\n",len), exit(1);
    -	if (memcmp(iv,vector+len-tail,sizeof(iv)))
    -		fprintf(stderr,"iv_%d mismatch\n",len), exit(1);
    -
    -	/* test block-based decryption */
    -	memcpy(iv,test_iv,sizeof(test_iv));
    -	CRYPTO_cts128_decrypt_block(ciphertext,cleartext,len,&decks,iv,(block128_f)AES_decrypt);
    -	if (memcmp(cleartext,test_input,len))
    -		fprintf(stderr,"input_%d mismatch\n",len), exit(2);
    -	if (memcmp(iv,vector+len-tail,sizeof(iv)))
    -		fprintf(stderr,"iv_%d mismatch\n",len), exit(2);
    -
    -	/* test streamed encryption */
    -	memcpy(iv,test_iv,sizeof(test_iv));
    -	CRYPTO_cts128_encrypt(test_input,ciphertext,len,&encks,iv,(cbc128_f)AES_cbc_encrypt);
    -	if (memcmp(ciphertext,vector,len))
    -		fprintf(stderr,"output_%d mismatch\n",len), exit(3);
    -	if (memcmp(iv,vector+len-tail,sizeof(iv)))
    -		fprintf(stderr,"iv_%d mismatch\n",len), exit(3);
    -
    -	/* test streamed decryption */
    -	memcpy(iv,test_iv,sizeof(test_iv));
    -	CRYPTO_cts128_decrypt(ciphertext,cleartext,len,&decks,iv,(cbc128_f)AES_cbc_encrypt);
    -	if (memcmp(cleartext,test_input,len))
    -		fprintf(stderr,"input_%d mismatch\n",len), exit(4);
    -	if (memcmp(iv,vector+len-tail,sizeof(iv)))
    -		fprintf(stderr,"iv_%d mismatch\n",len), exit(4);
    +void test_vector(const unsigned char *vector, size_t len)
    +{
    +    unsigned char iv[sizeof(test_iv)];
    +    unsigned char cleartext[64], ciphertext[64];
    +    size_t tail;
    +
    +    printf("vector_%d\n", len);
    +    fflush(stdout);
    +
    +    if ((tail = len % 16) == 0)
    +        tail = 16;
    +    tail += 16;
    +
    +    /* test block-based encryption */
    +    memcpy(iv, test_iv, sizeof(test_iv));
    +    CRYPTO_cts128_encrypt_block(test_input, ciphertext, len, &encks, iv,
    +                                (block128_f) AES_encrypt);
    +    if (memcmp(ciphertext, vector, len))
    +        fprintf(stderr, "output_%d mismatch\n", len), exit(1);
    +    if (memcmp(iv, vector + len - tail, sizeof(iv)))
    +        fprintf(stderr, "iv_%d mismatch\n", len), exit(1);
    +
    +    /* test block-based decryption */
    +    memcpy(iv, test_iv, sizeof(test_iv));
    +    CRYPTO_cts128_decrypt_block(ciphertext, cleartext, len, &decks, iv,
    +                                (block128_f) AES_decrypt);
    +    if (memcmp(cleartext, test_input, len))
    +        fprintf(stderr, "input_%d mismatch\n", len), exit(2);
    +    if (memcmp(iv, vector + len - tail, sizeof(iv)))
    +        fprintf(stderr, "iv_%d mismatch\n", len), exit(2);
    +
    +    /* test streamed encryption */
    +    memcpy(iv, test_iv, sizeof(test_iv));
    +    CRYPTO_cts128_encrypt(test_input, ciphertext, len, &encks, iv,
    +                          (cbc128_f) AES_cbc_encrypt);
    +    if (memcmp(ciphertext, vector, len))
    +        fprintf(stderr, "output_%d mismatch\n", len), exit(3);
    +    if (memcmp(iv, vector + len - tail, sizeof(iv)))
    +        fprintf(stderr, "iv_%d mismatch\n", len), exit(3);
    +
    +    /* test streamed decryption */
    +    memcpy(iv, test_iv, sizeof(test_iv));
    +    CRYPTO_cts128_decrypt(ciphertext, cleartext, len, &decks, iv,
    +                          (cbc128_f) AES_cbc_encrypt);
    +    if (memcmp(cleartext, test_input, len))
    +        fprintf(stderr, "input_%d mismatch\n", len), exit(4);
    +    if (memcmp(iv, vector + len - tail, sizeof(iv)))
    +        fprintf(stderr, "iv_%d mismatch\n", len), exit(4);
     }
     
    -void test_nistvector(const unsigned char *vector,size_t len)
    -{	unsigned char iv[sizeof(test_iv)];
    -	unsigned char cleartext[64],ciphertext[64],nistvector[64];
    -	size_t tail;
    -
    -	printf("nistvector_%d\n",len); fflush(stdout);
    -
    -	if ((tail=len%16) == 0) tail = 16;
    -
    -	len -= 16 + tail;
    -	memcpy(nistvector,vector,len);
    -	/* flip two last blocks */
    -	memcpy(nistvector+len,vector+len+16,tail);
    -	memcpy(nistvector+len+tail,vector+len,16);
    -	len += 16 + tail;
    -	tail = 16;
    -
    -	/* test block-based encryption */
    -	memcpy(iv,test_iv,sizeof(test_iv));
    -	CRYPTO_nistcts128_encrypt_block(test_input,ciphertext,len,&encks,iv,(block128_f)AES_encrypt);
    -	if (memcmp(ciphertext,nistvector,len))
    -		fprintf(stderr,"output_%d mismatch\n",len), exit(1);
    -	if (memcmp(iv,nistvector+len-tail,sizeof(iv)))
    -		fprintf(stderr,"iv_%d mismatch\n",len), exit(1);
    -
    -	/* test block-based decryption */
    -	memcpy(iv,test_iv,sizeof(test_iv));
    -	CRYPTO_nistcts128_decrypt_block(ciphertext,cleartext,len,&decks,iv,(block128_f)AES_decrypt);
    -	if (memcmp(cleartext,test_input,len))
    -		fprintf(stderr,"input_%d mismatch\n",len), exit(2);
    -	if (memcmp(iv,nistvector+len-tail,sizeof(iv)))
    -		fprintf(stderr,"iv_%d mismatch\n",len), exit(2);
    -
    -	/* test streamed encryption */
    -	memcpy(iv,test_iv,sizeof(test_iv));
    -	CRYPTO_nistcts128_encrypt(test_input,ciphertext,len,&encks,iv,(cbc128_f)AES_cbc_encrypt);
    -	if (memcmp(ciphertext,nistvector,len))
    -		fprintf(stderr,"output_%d mismatch\n",len), exit(3);
    -	if (memcmp(iv,nistvector+len-tail,sizeof(iv)))
    -		fprintf(stderr,"iv_%d mismatch\n",len), exit(3);
    -
    -	/* test streamed decryption */
    -	memcpy(iv,test_iv,sizeof(test_iv));
    -	CRYPTO_nistcts128_decrypt(ciphertext,cleartext,len,&decks,iv,(cbc128_f)AES_cbc_encrypt);
    -	if (memcmp(cleartext,test_input,len))
    -		fprintf(stderr,"input_%d mismatch\n",len), exit(4);
    -	if (memcmp(iv,nistvector+len-tail,sizeof(iv)))
    -		fprintf(stderr,"iv_%d mismatch\n",len), exit(4);
    +void test_nistvector(const unsigned char *vector, size_t len)
    +{
    +    unsigned char iv[sizeof(test_iv)];
    +    unsigned char cleartext[64], ciphertext[64], nistvector[64];
    +    size_t tail;
    +
    +    printf("nistvector_%d\n", len);
    +    fflush(stdout);
    +
    +    if ((tail = len % 16) == 0)
    +        tail = 16;
    +
    +    len -= 16 + tail;
    +    memcpy(nistvector, vector, len);
    +    /* flip two last blocks */
    +    memcpy(nistvector + len, vector + len + 16, tail);
    +    memcpy(nistvector + len + tail, vector + len, 16);
    +    len += 16 + tail;
    +    tail = 16;
    +
    +    /* test block-based encryption */
    +    memcpy(iv, test_iv, sizeof(test_iv));
    +    CRYPTO_nistcts128_encrypt_block(test_input, ciphertext, len, &encks, iv,
    +                                    (block128_f) AES_encrypt);
    +    if (memcmp(ciphertext, nistvector, len))
    +        fprintf(stderr, "output_%d mismatch\n", len), exit(1);
    +    if (memcmp(iv, nistvector + len - tail, sizeof(iv)))
    +        fprintf(stderr, "iv_%d mismatch\n", len), exit(1);
    +
    +    /* test block-based decryption */
    +    memcpy(iv, test_iv, sizeof(test_iv));
    +    CRYPTO_nistcts128_decrypt_block(ciphertext, cleartext, len, &decks, iv,
    +                                    (block128_f) AES_decrypt);
    +    if (memcmp(cleartext, test_input, len))
    +        fprintf(stderr, "input_%d mismatch\n", len), exit(2);
    +    if (memcmp(iv, nistvector + len - tail, sizeof(iv)))
    +        fprintf(stderr, "iv_%d mismatch\n", len), exit(2);
    +
    +    /* test streamed encryption */
    +    memcpy(iv, test_iv, sizeof(test_iv));
    +    CRYPTO_nistcts128_encrypt(test_input, ciphertext, len, &encks, iv,
    +                              (cbc128_f) AES_cbc_encrypt);
    +    if (memcmp(ciphertext, nistvector, len))
    +        fprintf(stderr, "output_%d mismatch\n", len), exit(3);
    +    if (memcmp(iv, nistvector + len - tail, sizeof(iv)))
    +        fprintf(stderr, "iv_%d mismatch\n", len), exit(3);
    +
    +    /* test streamed decryption */
    +    memcpy(iv, test_iv, sizeof(test_iv));
    +    CRYPTO_nistcts128_decrypt(ciphertext, cleartext, len, &decks, iv,
    +                              (cbc128_f) AES_cbc_encrypt);
    +    if (memcmp(cleartext, test_input, len))
    +        fprintf(stderr, "input_%d mismatch\n", len), exit(4);
    +    if (memcmp(iv, nistvector + len - tail, sizeof(iv)))
    +        fprintf(stderr, "iv_%d mismatch\n", len), exit(4);
     }
     
     int main()
     {
    -	AES_set_encrypt_key(test_key,128,&encks);
    -	AES_set_decrypt_key(test_key,128,&decks);
    -
    -	test_vector(vector_17,sizeof(vector_17));
    -	test_vector(vector_31,sizeof(vector_31));
    -	test_vector(vector_32,sizeof(vector_32));
    -	test_vector(vector_47,sizeof(vector_47));
    -	test_vector(vector_48,sizeof(vector_48));
    -	test_vector(vector_64,sizeof(vector_64));
    -
    -	test_nistvector(vector_17,sizeof(vector_17));
    -	test_nistvector(vector_31,sizeof(vector_31));
    -	test_nistvector(vector_32,sizeof(vector_32));
    -	test_nistvector(vector_47,sizeof(vector_47));
    -	test_nistvector(vector_48,sizeof(vector_48));
    -	test_nistvector(vector_64,sizeof(vector_64));
    -
    -	return 0;
    +    AES_set_encrypt_key(test_key, 128, &encks);
    +    AES_set_decrypt_key(test_key, 128, &decks);
    +
    +    test_vector(vector_17, sizeof(vector_17));
    +    test_vector(vector_31, sizeof(vector_31));
    +    test_vector(vector_32, sizeof(vector_32));
    +    test_vector(vector_47, sizeof(vector_47));
    +    test_vector(vector_48, sizeof(vector_48));
    +    test_vector(vector_64, sizeof(vector_64));
    +
    +    test_nistvector(vector_17, sizeof(vector_17));
    +    test_nistvector(vector_31, sizeof(vector_31));
    +    test_nistvector(vector_32, sizeof(vector_32));
    +    test_nistvector(vector_47, sizeof(vector_47));
    +    test_nistvector(vector_48, sizeof(vector_48));
    +    test_nistvector(vector_64, sizeof(vector_64));
    +
    +    return 0;
     }
     #endif
    diff --git a/openssl/crypto/modes/gcm128.c b/openssl/crypto/modes/gcm128.c
    index e1dc2b0f4..4debf537f 100644
    --- a/openssl/crypto/modes/gcm128.c
    +++ b/openssl/crypto/modes/gcm128.c
    @@ -6,7 +6,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,27 +62,27 @@
     
     #if defined(BSWAP4) && defined(STRICT_ALIGNMENT)
     /* redefine, because alignment is ensured */
    -#undef	GETU32
    -#define	GETU32(p)	BSWAP4(*(const u32 *)(p))
    -#undef	PUTU32
    -#define	PUTU32(p,v)	*(u32 *)(p) = BSWAP4(v)
    -#endif
    -
    -#define	PACK(s)		((size_t)(s)<<(sizeof(size_t)*8-16))
    -#define REDUCE1BIT(V)	do { \
    -	if (sizeof(size_t)==8) { \
    -		u64 T = U64(0xe100000000000000) & (0-(V.lo&1)); \
    -		V.lo  = (V.hi<<63)|(V.lo>>1); \
    -		V.hi  = (V.hi>>1 )^T; \
    -	} \
    -	else { \
    -		u32 T = 0xe1000000U & (0-(u32)(V.lo&1)); \
    -		V.lo  = (V.hi<<63)|(V.lo>>1); \
    -		V.hi  = (V.hi>>1 )^((u64)T<<32); \
    -	} \
    +# undef  GETU32
    +# define GETU32(p)       BSWAP4(*(const u32 *)(p))
    +# undef  PUTU32
    +# define PUTU32(p,v)     *(u32 *)(p) = BSWAP4(v)
    +#endif
    +
    +#define PACK(s)         ((size_t)(s)<<(sizeof(size_t)*8-16))
    +#define REDUCE1BIT(V)   do { \
    +        if (sizeof(size_t)==8) { \
    +                u64 T = U64(0xe100000000000000) & (0-(V.lo&1)); \
    +                V.lo  = (V.hi<<63)|(V.lo>>1); \
    +                V.hi  = (V.hi>>1 )^T; \
    +        } \
    +        else { \
    +                u32 T = 0xe1000000U & (0-(u32)(V.lo&1)); \
    +                V.lo  = (V.hi<<63)|(V.lo>>1); \
    +                V.hi  = (V.hi>>1 )^((u64)T<<32); \
    +        } \
     } while(0)
     
    -/*
    +/*-
      * Even though permitted values for TABLE_BITS are 8, 4 and 1, it should
      * never be set to 8. 8 is effectively reserved for testing purposes.
      * TABLE_BITS>1 are lookup-table-driven implementations referred to as
    @@ -116,286 +116,311 @@
      *
      * Value of 1 is not appropriate for performance reasons.
      */
    -#if	TABLE_BITS==8
    +#if     TABLE_BITS==8
     
     static void gcm_init_8bit(u128 Htable[256], u64 H[2])
     {
    -	int  i, j;
    -	u128 V;
    -
    -	Htable[0].hi = 0;
    -	Htable[0].lo = 0;
    -	V.hi = H[0];
    -	V.lo = H[1];
    -
    -	for (Htable[128]=V, i=64; i>0; i>>=1) {
    -		REDUCE1BIT(V);
    -		Htable[i] = V;
    -	}
    -
    -	for (i=2; i<256; i<<=1) {
    -		u128 *Hi = Htable+i, H0 = *Hi;
    -		for (j=1; j 0; i >>= 1) {
    +        REDUCE1BIT(V);
    +        Htable[i] = V;
    +    }
    +
    +    for (i = 2; i < 256; i <<= 1) {
    +        u128 *Hi = Htable + i, H0 = *Hi;
    +        for (j = 1; j < i; ++j) {
    +            Hi[j].hi = H0.hi ^ Htable[j].hi;
    +            Hi[j].lo = H0.lo ^ Htable[j].lo;
    +        }
    +    }
     }
     
     static void gcm_gmult_8bit(u64 Xi[2], const u128 Htable[256])
     {
    -	u128 Z = { 0, 0};
    -	const u8 *xi = (const u8 *)Xi+15;
    -	size_t rem, n = *xi;
    -	const union { long one; char little; } is_endian = {1};
    -	static const size_t rem_8bit[256] = {
    -		PACK(0x0000), PACK(0x01C2), PACK(0x0384), PACK(0x0246),
    -		PACK(0x0708), PACK(0x06CA), PACK(0x048C), PACK(0x054E),
    -		PACK(0x0E10), PACK(0x0FD2), PACK(0x0D94), PACK(0x0C56),
    -		PACK(0x0918), PACK(0x08DA), PACK(0x0A9C), PACK(0x0B5E),
    -		PACK(0x1C20), PACK(0x1DE2), PACK(0x1FA4), PACK(0x1E66),
    -		PACK(0x1B28), PACK(0x1AEA), PACK(0x18AC), PACK(0x196E),
    -		PACK(0x1230), PACK(0x13F2), PACK(0x11B4), PACK(0x1076),
    -		PACK(0x1538), PACK(0x14FA), PACK(0x16BC), PACK(0x177E),
    -		PACK(0x3840), PACK(0x3982), PACK(0x3BC4), PACK(0x3A06),
    -		PACK(0x3F48), PACK(0x3E8A), PACK(0x3CCC), PACK(0x3D0E),
    -		PACK(0x3650), PACK(0x3792), PACK(0x35D4), PACK(0x3416),
    -		PACK(0x3158), PACK(0x309A), PACK(0x32DC), PACK(0x331E),
    -		PACK(0x2460), PACK(0x25A2), PACK(0x27E4), PACK(0x2626),
    -		PACK(0x2368), PACK(0x22AA), PACK(0x20EC), PACK(0x212E),
    -		PACK(0x2A70), PACK(0x2BB2), PACK(0x29F4), PACK(0x2836),
    -		PACK(0x2D78), PACK(0x2CBA), PACK(0x2EFC), PACK(0x2F3E),
    -		PACK(0x7080), PACK(0x7142), PACK(0x7304), PACK(0x72C6),
    -		PACK(0x7788), PACK(0x764A), PACK(0x740C), PACK(0x75CE),
    -		PACK(0x7E90), PACK(0x7F52), PACK(0x7D14), PACK(0x7CD6),
    -		PACK(0x7998), PACK(0x785A), PACK(0x7A1C), PACK(0x7BDE),
    -		PACK(0x6CA0), PACK(0x6D62), PACK(0x6F24), PACK(0x6EE6),
    -		PACK(0x6BA8), PACK(0x6A6A), PACK(0x682C), PACK(0x69EE),
    -		PACK(0x62B0), PACK(0x6372), PACK(0x6134), PACK(0x60F6),
    -		PACK(0x65B8), PACK(0x647A), PACK(0x663C), PACK(0x67FE),
    -		PACK(0x48C0), PACK(0x4902), PACK(0x4B44), PACK(0x4A86),
    -		PACK(0x4FC8), PACK(0x4E0A), PACK(0x4C4C), PACK(0x4D8E),
    -		PACK(0x46D0), PACK(0x4712), PACK(0x4554), PACK(0x4496),
    -		PACK(0x41D8), PACK(0x401A), PACK(0x425C), PACK(0x439E),
    -		PACK(0x54E0), PACK(0x5522), PACK(0x5764), PACK(0x56A6),
    -		PACK(0x53E8), PACK(0x522A), PACK(0x506C), PACK(0x51AE),
    -		PACK(0x5AF0), PACK(0x5B32), PACK(0x5974), PACK(0x58B6),
    -		PACK(0x5DF8), PACK(0x5C3A), PACK(0x5E7C), PACK(0x5FBE),
    -		PACK(0xE100), PACK(0xE0C2), PACK(0xE284), PACK(0xE346),
    -		PACK(0xE608), PACK(0xE7CA), PACK(0xE58C), PACK(0xE44E),
    -		PACK(0xEF10), PACK(0xEED2), PACK(0xEC94), PACK(0xED56),
    -		PACK(0xE818), PACK(0xE9DA), PACK(0xEB9C), PACK(0xEA5E),
    -		PACK(0xFD20), PACK(0xFCE2), PACK(0xFEA4), PACK(0xFF66),
    -		PACK(0xFA28), PACK(0xFBEA), PACK(0xF9AC), PACK(0xF86E),
    -		PACK(0xF330), PACK(0xF2F2), PACK(0xF0B4), PACK(0xF176),
    -		PACK(0xF438), PACK(0xF5FA), PACK(0xF7BC), PACK(0xF67E),
    -		PACK(0xD940), PACK(0xD882), PACK(0xDAC4), PACK(0xDB06),
    -		PACK(0xDE48), PACK(0xDF8A), PACK(0xDDCC), PACK(0xDC0E),
    -		PACK(0xD750), PACK(0xD692), PACK(0xD4D4), PACK(0xD516),
    -		PACK(0xD058), PACK(0xD19A), PACK(0xD3DC), PACK(0xD21E),
    -		PACK(0xC560), PACK(0xC4A2), PACK(0xC6E4), PACK(0xC726),
    -		PACK(0xC268), PACK(0xC3AA), PACK(0xC1EC), PACK(0xC02E),
    -		PACK(0xCB70), PACK(0xCAB2), PACK(0xC8F4), PACK(0xC936),
    -		PACK(0xCC78), PACK(0xCDBA), PACK(0xCFFC), PACK(0xCE3E),
    -		PACK(0x9180), PACK(0x9042), PACK(0x9204), PACK(0x93C6),
    -		PACK(0x9688), PACK(0x974A), PACK(0x950C), PACK(0x94CE),
    -		PACK(0x9F90), PACK(0x9E52), PACK(0x9C14), PACK(0x9DD6),
    -		PACK(0x9898), PACK(0x995A), PACK(0x9B1C), PACK(0x9ADE),
    -		PACK(0x8DA0), PACK(0x8C62), PACK(0x8E24), PACK(0x8FE6),
    -		PACK(0x8AA8), PACK(0x8B6A), PACK(0x892C), PACK(0x88EE),
    -		PACK(0x83B0), PACK(0x8272), PACK(0x8034), PACK(0x81F6),
    -		PACK(0x84B8), PACK(0x857A), PACK(0x873C), PACK(0x86FE),
    -		PACK(0xA9C0), PACK(0xA802), PACK(0xAA44), PACK(0xAB86),
    -		PACK(0xAEC8), PACK(0xAF0A), PACK(0xAD4C), PACK(0xAC8E),
    -		PACK(0xA7D0), PACK(0xA612), PACK(0xA454), PACK(0xA596),
    -		PACK(0xA0D8), PACK(0xA11A), PACK(0xA35C), PACK(0xA29E),
    -		PACK(0xB5E0), PACK(0xB422), PACK(0xB664), PACK(0xB7A6),
    -		PACK(0xB2E8), PACK(0xB32A), PACK(0xB16C), PACK(0xB0AE),
    -		PACK(0xBBF0), PACK(0xBA32), PACK(0xB874), PACK(0xB9B6),
    -		PACK(0xBCF8), PACK(0xBD3A), PACK(0xBF7C), PACK(0xBEBE) };
    -
    -	while (1) {
    -		Z.hi ^= Htable[n].hi;
    -		Z.lo ^= Htable[n].lo;
    -
    -		if ((u8 *)Xi==xi)	break;
    -
    -		n = *(--xi);
    -
    -		rem  = (size_t)Z.lo&0xff;
    -		Z.lo = (Z.hi<<56)|(Z.lo>>8);
    -		Z.hi = (Z.hi>>8);
    -		if (sizeof(size_t)==8)
    -			Z.hi ^= rem_8bit[rem];
    -		else
    -			Z.hi ^= (u64)rem_8bit[rem]<<32;
    -	}
    -
    -	if (is_endian.little) {
    -#ifdef BSWAP8
    -		Xi[0] = BSWAP8(Z.hi);
    -		Xi[1] = BSWAP8(Z.lo);
    -#else
    -		u8 *p = (u8 *)Xi;
    -		u32 v;
    -		v = (u32)(Z.hi>>32);	PUTU32(p,v);
    -		v = (u32)(Z.hi);	PUTU32(p+4,v);
    -		v = (u32)(Z.lo>>32);	PUTU32(p+8,v);
    -		v = (u32)(Z.lo);	PUTU32(p+12,v);
    -#endif
    -	}
    -	else {
    -		Xi[0] = Z.hi;
    -		Xi[1] = Z.lo;
    -	}
    +    u128 Z = { 0, 0 };
    +    const u8 *xi = (const u8 *)Xi + 15;
    +    size_t rem, n = *xi;
    +    const union {
    +        long one;
    +        char little;
    +    } is_endian = {
    +        1
    +    };
    +    static const size_t rem_8bit[256] = {
    +        PACK(0x0000), PACK(0x01C2), PACK(0x0384), PACK(0x0246),
    +        PACK(0x0708), PACK(0x06CA), PACK(0x048C), PACK(0x054E),
    +        PACK(0x0E10), PACK(0x0FD2), PACK(0x0D94), PACK(0x0C56),
    +        PACK(0x0918), PACK(0x08DA), PACK(0x0A9C), PACK(0x0B5E),
    +        PACK(0x1C20), PACK(0x1DE2), PACK(0x1FA4), PACK(0x1E66),
    +        PACK(0x1B28), PACK(0x1AEA), PACK(0x18AC), PACK(0x196E),
    +        PACK(0x1230), PACK(0x13F2), PACK(0x11B4), PACK(0x1076),
    +        PACK(0x1538), PACK(0x14FA), PACK(0x16BC), PACK(0x177E),
    +        PACK(0x3840), PACK(0x3982), PACK(0x3BC4), PACK(0x3A06),
    +        PACK(0x3F48), PACK(0x3E8A), PACK(0x3CCC), PACK(0x3D0E),
    +        PACK(0x3650), PACK(0x3792), PACK(0x35D4), PACK(0x3416),
    +        PACK(0x3158), PACK(0x309A), PACK(0x32DC), PACK(0x331E),
    +        PACK(0x2460), PACK(0x25A2), PACK(0x27E4), PACK(0x2626),
    +        PACK(0x2368), PACK(0x22AA), PACK(0x20EC), PACK(0x212E),
    +        PACK(0x2A70), PACK(0x2BB2), PACK(0x29F4), PACK(0x2836),
    +        PACK(0x2D78), PACK(0x2CBA), PACK(0x2EFC), PACK(0x2F3E),
    +        PACK(0x7080), PACK(0x7142), PACK(0x7304), PACK(0x72C6),
    +        PACK(0x7788), PACK(0x764A), PACK(0x740C), PACK(0x75CE),
    +        PACK(0x7E90), PACK(0x7F52), PACK(0x7D14), PACK(0x7CD6),
    +        PACK(0x7998), PACK(0x785A), PACK(0x7A1C), PACK(0x7BDE),
    +        PACK(0x6CA0), PACK(0x6D62), PACK(0x6F24), PACK(0x6EE6),
    +        PACK(0x6BA8), PACK(0x6A6A), PACK(0x682C), PACK(0x69EE),
    +        PACK(0x62B0), PACK(0x6372), PACK(0x6134), PACK(0x60F6),
    +        PACK(0x65B8), PACK(0x647A), PACK(0x663C), PACK(0x67FE),
    +        PACK(0x48C0), PACK(0x4902), PACK(0x4B44), PACK(0x4A86),
    +        PACK(0x4FC8), PACK(0x4E0A), PACK(0x4C4C), PACK(0x4D8E),
    +        PACK(0x46D0), PACK(0x4712), PACK(0x4554), PACK(0x4496),
    +        PACK(0x41D8), PACK(0x401A), PACK(0x425C), PACK(0x439E),
    +        PACK(0x54E0), PACK(0x5522), PACK(0x5764), PACK(0x56A6),
    +        PACK(0x53E8), PACK(0x522A), PACK(0x506C), PACK(0x51AE),
    +        PACK(0x5AF0), PACK(0x5B32), PACK(0x5974), PACK(0x58B6),
    +        PACK(0x5DF8), PACK(0x5C3A), PACK(0x5E7C), PACK(0x5FBE),
    +        PACK(0xE100), PACK(0xE0C2), PACK(0xE284), PACK(0xE346),
    +        PACK(0xE608), PACK(0xE7CA), PACK(0xE58C), PACK(0xE44E),
    +        PACK(0xEF10), PACK(0xEED2), PACK(0xEC94), PACK(0xED56),
    +        PACK(0xE818), PACK(0xE9DA), PACK(0xEB9C), PACK(0xEA5E),
    +        PACK(0xFD20), PACK(0xFCE2), PACK(0xFEA4), PACK(0xFF66),
    +        PACK(0xFA28), PACK(0xFBEA), PACK(0xF9AC), PACK(0xF86E),
    +        PACK(0xF330), PACK(0xF2F2), PACK(0xF0B4), PACK(0xF176),
    +        PACK(0xF438), PACK(0xF5FA), PACK(0xF7BC), PACK(0xF67E),
    +        PACK(0xD940), PACK(0xD882), PACK(0xDAC4), PACK(0xDB06),
    +        PACK(0xDE48), PACK(0xDF8A), PACK(0xDDCC), PACK(0xDC0E),
    +        PACK(0xD750), PACK(0xD692), PACK(0xD4D4), PACK(0xD516),
    +        PACK(0xD058), PACK(0xD19A), PACK(0xD3DC), PACK(0xD21E),
    +        PACK(0xC560), PACK(0xC4A2), PACK(0xC6E4), PACK(0xC726),
    +        PACK(0xC268), PACK(0xC3AA), PACK(0xC1EC), PACK(0xC02E),
    +        PACK(0xCB70), PACK(0xCAB2), PACK(0xC8F4), PACK(0xC936),
    +        PACK(0xCC78), PACK(0xCDBA), PACK(0xCFFC), PACK(0xCE3E),
    +        PACK(0x9180), PACK(0x9042), PACK(0x9204), PACK(0x93C6),
    +        PACK(0x9688), PACK(0x974A), PACK(0x950C), PACK(0x94CE),
    +        PACK(0x9F90), PACK(0x9E52), PACK(0x9C14), PACK(0x9DD6),
    +        PACK(0x9898), PACK(0x995A), PACK(0x9B1C), PACK(0x9ADE),
    +        PACK(0x8DA0), PACK(0x8C62), PACK(0x8E24), PACK(0x8FE6),
    +        PACK(0x8AA8), PACK(0x8B6A), PACK(0x892C), PACK(0x88EE),
    +        PACK(0x83B0), PACK(0x8272), PACK(0x8034), PACK(0x81F6),
    +        PACK(0x84B8), PACK(0x857A), PACK(0x873C), PACK(0x86FE),
    +        PACK(0xA9C0), PACK(0xA802), PACK(0xAA44), PACK(0xAB86),
    +        PACK(0xAEC8), PACK(0xAF0A), PACK(0xAD4C), PACK(0xAC8E),
    +        PACK(0xA7D0), PACK(0xA612), PACK(0xA454), PACK(0xA596),
    +        PACK(0xA0D8), PACK(0xA11A), PACK(0xA35C), PACK(0xA29E),
    +        PACK(0xB5E0), PACK(0xB422), PACK(0xB664), PACK(0xB7A6),
    +        PACK(0xB2E8), PACK(0xB32A), PACK(0xB16C), PACK(0xB0AE),
    +        PACK(0xBBF0), PACK(0xBA32), PACK(0xB874), PACK(0xB9B6),
    +        PACK(0xBCF8), PACK(0xBD3A), PACK(0xBF7C), PACK(0xBEBE)
    +    };
    +
    +    while (1) {
    +        Z.hi ^= Htable[n].hi;
    +        Z.lo ^= Htable[n].lo;
    +
    +        if ((u8 *)Xi == xi)
    +            break;
    +
    +        n = *(--xi);
    +
    +        rem = (size_t)Z.lo & 0xff;
    +        Z.lo = (Z.hi << 56) | (Z.lo >> 8);
    +        Z.hi = (Z.hi >> 8);
    +        if (sizeof(size_t) == 8)
    +            Z.hi ^= rem_8bit[rem];
    +        else
    +            Z.hi ^= (u64)rem_8bit[rem] << 32;
    +    }
    +
    +    if (is_endian.little) {
    +# ifdef BSWAP8
    +        Xi[0] = BSWAP8(Z.hi);
    +        Xi[1] = BSWAP8(Z.lo);
    +# else
    +        u8 *p = (u8 *)Xi;
    +        u32 v;
    +        v = (u32)(Z.hi >> 32);
    +        PUTU32(p, v);
    +        v = (u32)(Z.hi);
    +        PUTU32(p + 4, v);
    +        v = (u32)(Z.lo >> 32);
    +        PUTU32(p + 8, v);
    +        v = (u32)(Z.lo);
    +        PUTU32(p + 12, v);
    +# endif
    +    } else {
    +        Xi[0] = Z.hi;
    +        Xi[1] = Z.lo;
    +    }
     }
    -#define GCM_MUL(ctx,Xi)   gcm_gmult_8bit(ctx->Xi.u,ctx->Htable)
     
    -#elif	TABLE_BITS==4
    +# define GCM_MUL(ctx,Xi)   gcm_gmult_8bit(ctx->Xi.u,ctx->Htable)
    +
    +#elif   TABLE_BITS==4
     
     static void gcm_init_4bit(u128 Htable[16], u64 H[2])
     {
    -	u128 V;
    -#if defined(OPENSSL_SMALL_FOOTPRINT)
    -	int  i;
    -#endif
    +    u128 V;
    +# if defined(OPENSSL_SMALL_FOOTPRINT)
    +    int i;
    +# endif
     
    -	Htable[0].hi = 0;
    -	Htable[0].lo = 0;
    -	V.hi = H[0];
    -	V.lo = H[1];
    -
    -#if defined(OPENSSL_SMALL_FOOTPRINT)
    -	for (Htable[8]=V, i=4; i>0; i>>=1) {
    -		REDUCE1BIT(V);
    -		Htable[i] = V;
    -	}
    -
    -	for (i=2; i<16; i<<=1) {
    -		u128 *Hi = Htable+i;
    -		int   j;
    -		for (V=*Hi, j=1; j>32;
    -			Htable[j].lo = V.hi<<32|V.hi>>32;
    -		}
    -	}
    -#endif
    +    Htable[0].hi = 0;
    +    Htable[0].lo = 0;
    +    V.hi = H[0];
    +    V.lo = H[1];
    +
    +# if defined(OPENSSL_SMALL_FOOTPRINT)
    +    for (Htable[8] = V, i = 4; i > 0; i >>= 1) {
    +        REDUCE1BIT(V);
    +        Htable[i] = V;
    +    }
    +
    +    for (i = 2; i < 16; i <<= 1) {
    +        u128 *Hi = Htable + i;
    +        int j;
    +        for (V = *Hi, j = 1; j < i; ++j) {
    +            Hi[j].hi = V.hi ^ Htable[j].hi;
    +            Hi[j].lo = V.lo ^ Htable[j].lo;
    +        }
    +    }
    +# else
    +    Htable[8] = V;
    +    REDUCE1BIT(V);
    +    Htable[4] = V;
    +    REDUCE1BIT(V);
    +    Htable[2] = V;
    +    REDUCE1BIT(V);
    +    Htable[1] = V;
    +    Htable[3].hi = V.hi ^ Htable[2].hi, Htable[3].lo = V.lo ^ Htable[2].lo;
    +    V = Htable[4];
    +    Htable[5].hi = V.hi ^ Htable[1].hi, Htable[5].lo = V.lo ^ Htable[1].lo;
    +    Htable[6].hi = V.hi ^ Htable[2].hi, Htable[6].lo = V.lo ^ Htable[2].lo;
    +    Htable[7].hi = V.hi ^ Htable[3].hi, Htable[7].lo = V.lo ^ Htable[3].lo;
    +    V = Htable[8];
    +    Htable[9].hi = V.hi ^ Htable[1].hi, Htable[9].lo = V.lo ^ Htable[1].lo;
    +    Htable[10].hi = V.hi ^ Htable[2].hi, Htable[10].lo = V.lo ^ Htable[2].lo;
    +    Htable[11].hi = V.hi ^ Htable[3].hi, Htable[11].lo = V.lo ^ Htable[3].lo;
    +    Htable[12].hi = V.hi ^ Htable[4].hi, Htable[12].lo = V.lo ^ Htable[4].lo;
    +    Htable[13].hi = V.hi ^ Htable[5].hi, Htable[13].lo = V.lo ^ Htable[5].lo;
    +    Htable[14].hi = V.hi ^ Htable[6].hi, Htable[14].lo = V.lo ^ Htable[6].lo;
    +    Htable[15].hi = V.hi ^ Htable[7].hi, Htable[15].lo = V.lo ^ Htable[7].lo;
    +# endif
    +# if defined(GHASH_ASM) && (defined(__arm__) || defined(__arm))
    +    /*
    +     * ARM assembler expects specific dword order in Htable.
    +     */
    +    {
    +        int j;
    +        const union {
    +            long one;
    +            char little;
    +        } is_endian = {
    +            1
    +        };
    +
    +        if (is_endian.little)
    +            for (j = 0; j < 16; ++j) {
    +                V = Htable[j];
    +                Htable[j].hi = V.lo;
    +                Htable[j].lo = V.hi;
    +        } else
    +            for (j = 0; j < 16; ++j) {
    +                V = Htable[j];
    +                Htable[j].hi = V.lo << 32 | V.lo >> 32;
    +                Htable[j].lo = V.hi << 32 | V.hi >> 32;
    +            }
    +    }
    +# endif
     }
     
    -#ifndef GHASH_ASM
    +# ifndef GHASH_ASM
     static const size_t rem_4bit[16] = {
    -	PACK(0x0000), PACK(0x1C20), PACK(0x3840), PACK(0x2460),
    -	PACK(0x7080), PACK(0x6CA0), PACK(0x48C0), PACK(0x54E0),
    -	PACK(0xE100), PACK(0xFD20), PACK(0xD940), PACK(0xC560),
    -	PACK(0x9180), PACK(0x8DA0), PACK(0xA9C0), PACK(0xB5E0) };
    +    PACK(0x0000), PACK(0x1C20), PACK(0x3840), PACK(0x2460),
    +    PACK(0x7080), PACK(0x6CA0), PACK(0x48C0), PACK(0x54E0),
    +    PACK(0xE100), PACK(0xFD20), PACK(0xD940), PACK(0xC560),
    +    PACK(0x9180), PACK(0x8DA0), PACK(0xA9C0), PACK(0xB5E0)
    +};
     
     static void gcm_gmult_4bit(u64 Xi[2], const u128 Htable[16])
     {
    -	u128 Z;
    -	int cnt = 15;
    -	size_t rem, nlo, nhi;
    -	const union { long one; char little; } is_endian = {1};
    -
    -	nlo  = ((const u8 *)Xi)[15];
    -	nhi  = nlo>>4;
    -	nlo &= 0xf;
    -
    -	Z.hi = Htable[nlo].hi;
    -	Z.lo = Htable[nlo].lo;
    -
    -	while (1) {
    -		rem  = (size_t)Z.lo&0xf;
    -		Z.lo = (Z.hi<<60)|(Z.lo>>4);
    -		Z.hi = (Z.hi>>4);
    -		if (sizeof(size_t)==8)
    -			Z.hi ^= rem_4bit[rem];
    -		else
    -			Z.hi ^= (u64)rem_4bit[rem]<<32;
    -
    -		Z.hi ^= Htable[nhi].hi;
    -		Z.lo ^= Htable[nhi].lo;
    -
    -		if (--cnt<0)		break;
    -
    -		nlo  = ((const u8 *)Xi)[cnt];
    -		nhi  = nlo>>4;
    -		nlo &= 0xf;
    -
    -		rem  = (size_t)Z.lo&0xf;
    -		Z.lo = (Z.hi<<60)|(Z.lo>>4);
    -		Z.hi = (Z.hi>>4);
    -		if (sizeof(size_t)==8)
    -			Z.hi ^= rem_4bit[rem];
    -		else
    -			Z.hi ^= (u64)rem_4bit[rem]<<32;
    -
    -		Z.hi ^= Htable[nlo].hi;
    -		Z.lo ^= Htable[nlo].lo;
    -	}
    -
    -	if (is_endian.little) {
    -#ifdef BSWAP8
    -		Xi[0] = BSWAP8(Z.hi);
    -		Xi[1] = BSWAP8(Z.lo);
    -#else
    -		u8 *p = (u8 *)Xi;
    -		u32 v;
    -		v = (u32)(Z.hi>>32);	PUTU32(p,v);
    -		v = (u32)(Z.hi);	PUTU32(p+4,v);
    -		v = (u32)(Z.lo>>32);	PUTU32(p+8,v);
    -		v = (u32)(Z.lo);	PUTU32(p+12,v);
    -#endif
    -	}
    -	else {
    -		Xi[0] = Z.hi;
    -		Xi[1] = Z.lo;
    -	}
    +    u128 Z;
    +    int cnt = 15;
    +    size_t rem, nlo, nhi;
    +    const union {
    +        long one;
    +        char little;
    +    } is_endian = {
    +        1
    +    };
    +
    +    nlo = ((const u8 *)Xi)[15];
    +    nhi = nlo >> 4;
    +    nlo &= 0xf;
    +
    +    Z.hi = Htable[nlo].hi;
    +    Z.lo = Htable[nlo].lo;
    +
    +    while (1) {
    +        rem = (size_t)Z.lo & 0xf;
    +        Z.lo = (Z.hi << 60) | (Z.lo >> 4);
    +        Z.hi = (Z.hi >> 4);
    +        if (sizeof(size_t) == 8)
    +            Z.hi ^= rem_4bit[rem];
    +        else
    +            Z.hi ^= (u64)rem_4bit[rem] << 32;
    +
    +        Z.hi ^= Htable[nhi].hi;
    +        Z.lo ^= Htable[nhi].lo;
    +
    +        if (--cnt < 0)
    +            break;
    +
    +        nlo = ((const u8 *)Xi)[cnt];
    +        nhi = nlo >> 4;
    +        nlo &= 0xf;
    +
    +        rem = (size_t)Z.lo & 0xf;
    +        Z.lo = (Z.hi << 60) | (Z.lo >> 4);
    +        Z.hi = (Z.hi >> 4);
    +        if (sizeof(size_t) == 8)
    +            Z.hi ^= rem_4bit[rem];
    +        else
    +            Z.hi ^= (u64)rem_4bit[rem] << 32;
    +
    +        Z.hi ^= Htable[nlo].hi;
    +        Z.lo ^= Htable[nlo].lo;
    +    }
    +
    +    if (is_endian.little) {
    +#  ifdef BSWAP8
    +        Xi[0] = BSWAP8(Z.hi);
    +        Xi[1] = BSWAP8(Z.lo);
    +#  else
    +        u8 *p = (u8 *)Xi;
    +        u32 v;
    +        v = (u32)(Z.hi >> 32);
    +        PUTU32(p, v);
    +        v = (u32)(Z.hi);
    +        PUTU32(p + 4, v);
    +        v = (u32)(Z.lo >> 32);
    +        PUTU32(p + 8, v);
    +        v = (u32)(Z.lo);
    +        PUTU32(p + 12, v);
    +#  endif
    +    } else {
    +        Xi[0] = Z.hi;
    +        Xi[1] = Z.lo;
    +    }
     }
     
    -#if !defined(OPENSSL_SMALL_FOOTPRINT)
    +#  if !defined(OPENSSL_SMALL_FOOTPRINT)
     /*
      * Streamed gcm_mult_4bit, see CRYPTO_gcm128_[en|de]crypt for
      * details... Compiler-generated code doesn't seem to give any
    @@ -403,1503 +428,1936 @@ static void gcm_gmult_4bit(u64 Xi[2], const u128 Htable[16])
      * mostly as reference and a placeholder for possible future
      * non-trivial optimization[s]...
      */
    -static void gcm_ghash_4bit(u64 Xi[2],const u128 Htable[16],
    -				const u8 *inp,size_t len)
    +static void gcm_ghash_4bit(u64 Xi[2], const u128 Htable[16],
    +                           const u8 *inp, size_t len)
     {
         u128 Z;
         int cnt;
         size_t rem, nlo, nhi;
    -    const union { long one; char little; } is_endian = {1};
    -
    -#if 1
    +    const union {
    +        long one;
    +        char little;
    +    } is_endian = {
    +        1
    +    };
    +
    +#   if 1
         do {
    -	cnt  = 15;
    -	nlo  = ((const u8 *)Xi)[15];
    -	nlo ^= inp[15];
    -	nhi  = nlo>>4;
    -	nlo &= 0xf;
    -
    -	Z.hi = Htable[nlo].hi;
    -	Z.lo = Htable[nlo].lo;
    -
    -	while (1) {
    -		rem  = (size_t)Z.lo&0xf;
    -		Z.lo = (Z.hi<<60)|(Z.lo>>4);
    -		Z.hi = (Z.hi>>4);
    -		if (sizeof(size_t)==8)
    -			Z.hi ^= rem_4bit[rem];
    -		else
    -			Z.hi ^= (u64)rem_4bit[rem]<<32;
    -
    -		Z.hi ^= Htable[nhi].hi;
    -		Z.lo ^= Htable[nhi].lo;
    -
    -		if (--cnt<0)		break;
    -
    -		nlo  = ((const u8 *)Xi)[cnt];
    -		nlo ^= inp[cnt];
    -		nhi  = nlo>>4;
    -		nlo &= 0xf;
    -
    -		rem  = (size_t)Z.lo&0xf;
    -		Z.lo = (Z.hi<<60)|(Z.lo>>4);
    -		Z.hi = (Z.hi>>4);
    -		if (sizeof(size_t)==8)
    -			Z.hi ^= rem_4bit[rem];
    -		else
    -			Z.hi ^= (u64)rem_4bit[rem]<<32;
    -
    -		Z.hi ^= Htable[nlo].hi;
    -		Z.lo ^= Htable[nlo].lo;
    -	}
    -#else
    +        cnt = 15;
    +        nlo = ((const u8 *)Xi)[15];
    +        nlo ^= inp[15];
    +        nhi = nlo >> 4;
    +        nlo &= 0xf;
    +
    +        Z.hi = Htable[nlo].hi;
    +        Z.lo = Htable[nlo].lo;
    +
    +        while (1) {
    +            rem = (size_t)Z.lo & 0xf;
    +            Z.lo = (Z.hi << 60) | (Z.lo >> 4);
    +            Z.hi = (Z.hi >> 4);
    +            if (sizeof(size_t) == 8)
    +                Z.hi ^= rem_4bit[rem];
    +            else
    +                Z.hi ^= (u64)rem_4bit[rem] << 32;
    +
    +            Z.hi ^= Htable[nhi].hi;
    +            Z.lo ^= Htable[nhi].lo;
    +
    +            if (--cnt < 0)
    +                break;
    +
    +            nlo = ((const u8 *)Xi)[cnt];
    +            nlo ^= inp[cnt];
    +            nhi = nlo >> 4;
    +            nlo &= 0xf;
    +
    +            rem = (size_t)Z.lo & 0xf;
    +            Z.lo = (Z.hi << 60) | (Z.lo >> 4);
    +            Z.hi = (Z.hi >> 4);
    +            if (sizeof(size_t) == 8)
    +                Z.hi ^= rem_4bit[rem];
    +            else
    +                Z.hi ^= (u64)rem_4bit[rem] << 32;
    +
    +            Z.hi ^= Htable[nlo].hi;
    +            Z.lo ^= Htable[nlo].lo;
    +        }
    +#   else
         /*
          * Extra 256+16 bytes per-key plus 512 bytes shared tables
          * [should] give ~50% improvement... One could have PACK()-ed
          * the rem_8bit even here, but the priority is to minimize
          * cache footprint...
    -     */ 
    -    u128 Hshr4[16];	/* Htable shifted right by 4 bits */
    -    u8   Hshl4[16];	/* Htable shifted left  by 4 bits */
    +     */
    +    u128 Hshr4[16];             /* Htable shifted right by 4 bits */
    +    u8 Hshl4[16];               /* Htable shifted left by 4 bits */
         static const unsigned short rem_8bit[256] = {
    -	0x0000, 0x01C2, 0x0384, 0x0246, 0x0708, 0x06CA, 0x048C, 0x054E,
    -	0x0E10, 0x0FD2, 0x0D94, 0x0C56, 0x0918, 0x08DA, 0x0A9C, 0x0B5E,
    -	0x1C20, 0x1DE2, 0x1FA4, 0x1E66, 0x1B28, 0x1AEA, 0x18AC, 0x196E,
    -	0x1230, 0x13F2, 0x11B4, 0x1076, 0x1538, 0x14FA, 0x16BC, 0x177E,
    -	0x3840, 0x3982, 0x3BC4, 0x3A06, 0x3F48, 0x3E8A, 0x3CCC, 0x3D0E,
    -	0x3650, 0x3792, 0x35D4, 0x3416, 0x3158, 0x309A, 0x32DC, 0x331E,
    -	0x2460, 0x25A2, 0x27E4, 0x2626, 0x2368, 0x22AA, 0x20EC, 0x212E,
    -	0x2A70, 0x2BB2, 0x29F4, 0x2836, 0x2D78, 0x2CBA, 0x2EFC, 0x2F3E,
    -	0x7080, 0x7142, 0x7304, 0x72C6, 0x7788, 0x764A, 0x740C, 0x75CE,
    -	0x7E90, 0x7F52, 0x7D14, 0x7CD6, 0x7998, 0x785A, 0x7A1C, 0x7BDE,
    -	0x6CA0, 0x6D62, 0x6F24, 0x6EE6, 0x6BA8, 0x6A6A, 0x682C, 0x69EE,
    -	0x62B0, 0x6372, 0x6134, 0x60F6, 0x65B8, 0x647A, 0x663C, 0x67FE,
    -	0x48C0, 0x4902, 0x4B44, 0x4A86, 0x4FC8, 0x4E0A, 0x4C4C, 0x4D8E,
    -	0x46D0, 0x4712, 0x4554, 0x4496, 0x41D8, 0x401A, 0x425C, 0x439E,
    -	0x54E0, 0x5522, 0x5764, 0x56A6, 0x53E8, 0x522A, 0x506C, 0x51AE,
    -	0x5AF0, 0x5B32, 0x5974, 0x58B6, 0x5DF8, 0x5C3A, 0x5E7C, 0x5FBE,
    -	0xE100, 0xE0C2, 0xE284, 0xE346, 0xE608, 0xE7CA, 0xE58C, 0xE44E,
    -	0xEF10, 0xEED2, 0xEC94, 0xED56, 0xE818, 0xE9DA, 0xEB9C, 0xEA5E,
    -	0xFD20, 0xFCE2, 0xFEA4, 0xFF66, 0xFA28, 0xFBEA, 0xF9AC, 0xF86E,
    -	0xF330, 0xF2F2, 0xF0B4, 0xF176, 0xF438, 0xF5FA, 0xF7BC, 0xF67E,
    -	0xD940, 0xD882, 0xDAC4, 0xDB06, 0xDE48, 0xDF8A, 0xDDCC, 0xDC0E,
    -	0xD750, 0xD692, 0xD4D4, 0xD516, 0xD058, 0xD19A, 0xD3DC, 0xD21E,
    -	0xC560, 0xC4A2, 0xC6E4, 0xC726, 0xC268, 0xC3AA, 0xC1EC, 0xC02E,
    -	0xCB70, 0xCAB2, 0xC8F4, 0xC936, 0xCC78, 0xCDBA, 0xCFFC, 0xCE3E,
    -	0x9180, 0x9042, 0x9204, 0x93C6, 0x9688, 0x974A, 0x950C, 0x94CE,
    -	0x9F90, 0x9E52, 0x9C14, 0x9DD6, 0x9898, 0x995A, 0x9B1C, 0x9ADE,
    -	0x8DA0, 0x8C62, 0x8E24, 0x8FE6, 0x8AA8, 0x8B6A, 0x892C, 0x88EE,
    -	0x83B0, 0x8272, 0x8034, 0x81F6, 0x84B8, 0x857A, 0x873C, 0x86FE,
    -	0xA9C0, 0xA802, 0xAA44, 0xAB86, 0xAEC8, 0xAF0A, 0xAD4C, 0xAC8E,
    -	0xA7D0, 0xA612, 0xA454, 0xA596, 0xA0D8, 0xA11A, 0xA35C, 0xA29E,
    -	0xB5E0, 0xB422, 0xB664, 0xB7A6, 0xB2E8, 0xB32A, 0xB16C, 0xB0AE,
    -	0xBBF0, 0xBA32, 0xB874, 0xB9B6, 0xBCF8, 0xBD3A, 0xBF7C, 0xBEBE };
    +        0x0000, 0x01C2, 0x0384, 0x0246, 0x0708, 0x06CA, 0x048C, 0x054E,
    +        0x0E10, 0x0FD2, 0x0D94, 0x0C56, 0x0918, 0x08DA, 0x0A9C, 0x0B5E,
    +        0x1C20, 0x1DE2, 0x1FA4, 0x1E66, 0x1B28, 0x1AEA, 0x18AC, 0x196E,
    +        0x1230, 0x13F2, 0x11B4, 0x1076, 0x1538, 0x14FA, 0x16BC, 0x177E,
    +        0x3840, 0x3982, 0x3BC4, 0x3A06, 0x3F48, 0x3E8A, 0x3CCC, 0x3D0E,
    +        0x3650, 0x3792, 0x35D4, 0x3416, 0x3158, 0x309A, 0x32DC, 0x331E,
    +        0x2460, 0x25A2, 0x27E4, 0x2626, 0x2368, 0x22AA, 0x20EC, 0x212E,
    +        0x2A70, 0x2BB2, 0x29F4, 0x2836, 0x2D78, 0x2CBA, 0x2EFC, 0x2F3E,
    +        0x7080, 0x7142, 0x7304, 0x72C6, 0x7788, 0x764A, 0x740C, 0x75CE,
    +        0x7E90, 0x7F52, 0x7D14, 0x7CD6, 0x7998, 0x785A, 0x7A1C, 0x7BDE,
    +        0x6CA0, 0x6D62, 0x6F24, 0x6EE6, 0x6BA8, 0x6A6A, 0x682C, 0x69EE,
    +        0x62B0, 0x6372, 0x6134, 0x60F6, 0x65B8, 0x647A, 0x663C, 0x67FE,
    +        0x48C0, 0x4902, 0x4B44, 0x4A86, 0x4FC8, 0x4E0A, 0x4C4C, 0x4D8E,
    +        0x46D0, 0x4712, 0x4554, 0x4496, 0x41D8, 0x401A, 0x425C, 0x439E,
    +        0x54E0, 0x5522, 0x5764, 0x56A6, 0x53E8, 0x522A, 0x506C, 0x51AE,
    +        0x5AF0, 0x5B32, 0x5974, 0x58B6, 0x5DF8, 0x5C3A, 0x5E7C, 0x5FBE,
    +        0xE100, 0xE0C2, 0xE284, 0xE346, 0xE608, 0xE7CA, 0xE58C, 0xE44E,
    +        0xEF10, 0xEED2, 0xEC94, 0xED56, 0xE818, 0xE9DA, 0xEB9C, 0xEA5E,
    +        0xFD20, 0xFCE2, 0xFEA4, 0xFF66, 0xFA28, 0xFBEA, 0xF9AC, 0xF86E,
    +        0xF330, 0xF2F2, 0xF0B4, 0xF176, 0xF438, 0xF5FA, 0xF7BC, 0xF67E,
    +        0xD940, 0xD882, 0xDAC4, 0xDB06, 0xDE48, 0xDF8A, 0xDDCC, 0xDC0E,
    +        0xD750, 0xD692, 0xD4D4, 0xD516, 0xD058, 0xD19A, 0xD3DC, 0xD21E,
    +        0xC560, 0xC4A2, 0xC6E4, 0xC726, 0xC268, 0xC3AA, 0xC1EC, 0xC02E,
    +        0xCB70, 0xCAB2, 0xC8F4, 0xC936, 0xCC78, 0xCDBA, 0xCFFC, 0xCE3E,
    +        0x9180, 0x9042, 0x9204, 0x93C6, 0x9688, 0x974A, 0x950C, 0x94CE,
    +        0x9F90, 0x9E52, 0x9C14, 0x9DD6, 0x9898, 0x995A, 0x9B1C, 0x9ADE,
    +        0x8DA0, 0x8C62, 0x8E24, 0x8FE6, 0x8AA8, 0x8B6A, 0x892C, 0x88EE,
    +        0x83B0, 0x8272, 0x8034, 0x81F6, 0x84B8, 0x857A, 0x873C, 0x86FE,
    +        0xA9C0, 0xA802, 0xAA44, 0xAB86, 0xAEC8, 0xAF0A, 0xAD4C, 0xAC8E,
    +        0xA7D0, 0xA612, 0xA454, 0xA596, 0xA0D8, 0xA11A, 0xA35C, 0xA29E,
    +        0xB5E0, 0xB422, 0xB664, 0xB7A6, 0xB2E8, 0xB32A, 0xB16C, 0xB0AE,
    +        0xBBF0, 0xBA32, 0xB874, 0xB9B6, 0xBCF8, 0xBD3A, 0xBF7C, 0xBEBE
    +    };
         /*
          * This pre-processing phase slows down procedure by approximately
          * same time as it makes each loop spin faster. In other words
          * single block performance is approximately same as straightforward
          * "4-bit" implementation, and then it goes only faster...
          */
    -    for (cnt=0; cnt<16; ++cnt) {
    -	Z.hi = Htable[cnt].hi;
    -	Z.lo = Htable[cnt].lo;
    -	Hshr4[cnt].lo = (Z.hi<<60)|(Z.lo>>4);
    -	Hshr4[cnt].hi = (Z.hi>>4);
    -	Hshl4[cnt]    = (u8)(Z.lo<<4);
    +    for (cnt = 0; cnt < 16; ++cnt) {
    +        Z.hi = Htable[cnt].hi;
    +        Z.lo = Htable[cnt].lo;
    +        Hshr4[cnt].lo = (Z.hi << 60) | (Z.lo >> 4);
    +        Hshr4[cnt].hi = (Z.hi >> 4);
    +        Hshl4[cnt] = (u8)(Z.lo << 4);
         }
     
         do {
    -	for (Z.lo=0, Z.hi=0, cnt=15; cnt; --cnt) {
    -		nlo  = ((const u8 *)Xi)[cnt];
    -		nlo ^= inp[cnt];
    -		nhi  = nlo>>4;
    -		nlo &= 0xf;
    +        for (Z.lo = 0, Z.hi = 0, cnt = 15; cnt; --cnt) {
    +            nlo = ((const u8 *)Xi)[cnt];
    +            nlo ^= inp[cnt];
    +            nhi = nlo >> 4;
    +            nlo &= 0xf;
     
    -		Z.hi ^= Htable[nlo].hi;
    -		Z.lo ^= Htable[nlo].lo;
    +            Z.hi ^= Htable[nlo].hi;
    +            Z.lo ^= Htable[nlo].lo;
     
    -		rem = (size_t)Z.lo&0xff;
    +            rem = (size_t)Z.lo & 0xff;
     
    -		Z.lo = (Z.hi<<56)|(Z.lo>>8);
    -		Z.hi = (Z.hi>>8);
    +            Z.lo = (Z.hi << 56) | (Z.lo >> 8);
    +            Z.hi = (Z.hi >> 8);
     
    -		Z.hi ^= Hshr4[nhi].hi;
    -		Z.lo ^= Hshr4[nhi].lo;
    -		Z.hi ^= (u64)rem_8bit[rem^Hshl4[nhi]]<<48;
    -	}
    +            Z.hi ^= Hshr4[nhi].hi;
    +            Z.lo ^= Hshr4[nhi].lo;
    +            Z.hi ^= (u64)rem_8bit[rem ^ Hshl4[nhi]] << 48;
    +        }
     
    -	nlo  = ((const u8 *)Xi)[0];
    -	nlo ^= inp[0];
    -	nhi  = nlo>>4;
    -	nlo &= 0xf;
    +        nlo = ((const u8 *)Xi)[0];
    +        nlo ^= inp[0];
    +        nhi = nlo >> 4;
    +        nlo &= 0xf;
     
    -	Z.hi ^= Htable[nlo].hi;
    -	Z.lo ^= Htable[nlo].lo;
    +        Z.hi ^= Htable[nlo].hi;
    +        Z.lo ^= Htable[nlo].lo;
     
    -	rem = (size_t)Z.lo&0xf;
    +        rem = (size_t)Z.lo & 0xf;
     
    -	Z.lo = (Z.hi<<60)|(Z.lo>>4);
    -	Z.hi = (Z.hi>>4);
    +        Z.lo = (Z.hi << 60) | (Z.lo >> 4);
    +        Z.hi = (Z.hi >> 4);
     
    -	Z.hi ^= Htable[nhi].hi;
    -	Z.lo ^= Htable[nhi].lo;
    -	Z.hi ^= ((u64)rem_8bit[rem<<4])<<48;
    -#endif
    +        Z.hi ^= Htable[nhi].hi;
    +        Z.lo ^= Htable[nhi].lo;
    +        Z.hi ^= ((u64)rem_8bit[rem << 4]) << 48;
    +#   endif
     
    -	if (is_endian.little) {
    -#ifdef BSWAP8
    -		Xi[0] = BSWAP8(Z.hi);
    -		Xi[1] = BSWAP8(Z.lo);
    -#else
    -		u8 *p = (u8 *)Xi;
    -		u32 v;
    -		v = (u32)(Z.hi>>32);	PUTU32(p,v);
    -		v = (u32)(Z.hi);	PUTU32(p+4,v);
    -		v = (u32)(Z.lo>>32);	PUTU32(p+8,v);
    -		v = (u32)(Z.lo);	PUTU32(p+12,v);
    -#endif
    -	}
    -	else {
    -		Xi[0] = Z.hi;
    -		Xi[1] = Z.lo;
    -	}
    -    } while (inp+=16, len-=16);
    +        if (is_endian.little) {
    +#   ifdef BSWAP8
    +            Xi[0] = BSWAP8(Z.hi);
    +            Xi[1] = BSWAP8(Z.lo);
    +#   else
    +            u8 *p = (u8 *)Xi;
    +            u32 v;
    +            v = (u32)(Z.hi >> 32);
    +            PUTU32(p, v);
    +            v = (u32)(Z.hi);
    +            PUTU32(p + 4, v);
    +            v = (u32)(Z.lo >> 32);
    +            PUTU32(p + 8, v);
    +            v = (u32)(Z.lo);
    +            PUTU32(p + 12, v);
    +#   endif
    +        } else {
    +            Xi[0] = Z.hi;
    +            Xi[1] = Z.lo;
    +        }
    +    } while (inp += 16, len -= 16);
     }
    -#endif
    -#else
    -void gcm_gmult_4bit(u64 Xi[2],const u128 Htable[16]);
    -void gcm_ghash_4bit(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len);
    -#endif
    +#  endif
    +# else
    +void gcm_gmult_4bit(u64 Xi[2], const u128 Htable[16]);
    +void gcm_ghash_4bit(u64 Xi[2], const u128 Htable[16], const u8 *inp,
    +                    size_t len);
    +# endif
     
    -#define GCM_MUL(ctx,Xi)   gcm_gmult_4bit(ctx->Xi.u,ctx->Htable)
    -#if defined(GHASH_ASM) || !defined(OPENSSL_SMALL_FOOTPRINT)
    -#define GHASH(ctx,in,len) gcm_ghash_4bit((ctx)->Xi.u,(ctx)->Htable,in,len)
    -/* GHASH_CHUNK is "stride parameter" missioned to mitigate cache
    - * trashing effect. In other words idea is to hash data while it's
    - * still in L1 cache after encryption pass... */
    -#define GHASH_CHUNK       (3*1024)
    -#endif
    +# define GCM_MUL(ctx,Xi)   gcm_gmult_4bit(ctx->Xi.u,ctx->Htable)
    +# if defined(GHASH_ASM) || !defined(OPENSSL_SMALL_FOOTPRINT)
    +#  define GHASH(ctx,in,len) gcm_ghash_4bit((ctx)->Xi.u,(ctx)->Htable,in,len)
    +/*
    + * GHASH_CHUNK is "stride parameter" missioned to mitigate cache trashing
    + * effect. In other words idea is to hash data while it's still in L1 cache
    + * after encryption pass...
    + */
    +#  define GHASH_CHUNK       (3*1024)
    +# endif
     
    -#else	/* TABLE_BITS */
    +#else                           /* TABLE_BITS */
     
    -static void gcm_gmult_1bit(u64 Xi[2],const u64 H[2])
    +static void gcm_gmult_1bit(u64 Xi[2], const u64 H[2])
     {
    -	u128 V,Z = { 0,0 };
    -	long X;
    -	int  i,j;
    -	const long *xi = (const long *)Xi;
    -	const union { long one; char little; } is_endian = {1};
    -
    -	V.hi = H[0];	/* H is in host byte order, no byte swapping */
    -	V.lo = H[1];
    -
    -	for (j=0; j<16/sizeof(long); ++j) {
    -		if (is_endian.little) {
    -			if (sizeof(long)==8) {
    -#ifdef BSWAP8
    -				X = (long)(BSWAP8(xi[j]));
    -#else
    -				const u8 *p = (const u8 *)(xi+j);
    -				X = (long)((u64)GETU32(p)<<32|GETU32(p+4));
    -#endif
    -			}
    -			else {
    -				const u8 *p = (const u8 *)(xi+j);
    -				X = (long)GETU32(p);
    -			}
    -		}
    -		else
    -			X = xi[j];
    -
    -		for (i=0; i<8*sizeof(long); ++i, X<<=1) {
    -			u64 M = (u64)(X>>(8*sizeof(long)-1));
    -			Z.hi ^= V.hi&M;
    -			Z.lo ^= V.lo&M;
    -
    -			REDUCE1BIT(V);
    -		}
    -	}
    -
    -	if (is_endian.little) {
    -#ifdef BSWAP8
    -		Xi[0] = BSWAP8(Z.hi);
    -		Xi[1] = BSWAP8(Z.lo);
    -#else
    -		u8 *p = (u8 *)Xi;
    -		u32 v;
    -		v = (u32)(Z.hi>>32);	PUTU32(p,v);
    -		v = (u32)(Z.hi);	PUTU32(p+4,v);
    -		v = (u32)(Z.lo>>32);	PUTU32(p+8,v);
    -		v = (u32)(Z.lo);	PUTU32(p+12,v);
    -#endif
    -	}
    -	else {
    -		Xi[0] = Z.hi;
    -		Xi[1] = Z.lo;
    -	}
    +    u128 V, Z = { 0, 0 };
    +    long X;
    +    int i, j;
    +    const long *xi = (const long *)Xi;
    +    const union {
    +        long one;
    +        char little;
    +    } is_endian = {
    +        1
    +    };
    +
    +    V.hi = H[0];                /* H is in host byte order, no byte swapping */
    +    V.lo = H[1];
    +
    +    for (j = 0; j < 16 / sizeof(long); ++j) {
    +        if (is_endian.little) {
    +            if (sizeof(long) == 8) {
    +# ifdef BSWAP8
    +                X = (long)(BSWAP8(xi[j]));
    +# else
    +                const u8 *p = (const u8 *)(xi + j);
    +                X = (long)((u64)GETU32(p) << 32 | GETU32(p + 4));
    +# endif
    +            } else {
    +                const u8 *p = (const u8 *)(xi + j);
    +                X = (long)GETU32(p);
    +            }
    +        } else
    +            X = xi[j];
    +
    +        for (i = 0; i < 8 * sizeof(long); ++i, X <<= 1) {
    +            u64 M = (u64)(X >> (8 * sizeof(long) - 1));
    +            Z.hi ^= V.hi & M;
    +            Z.lo ^= V.lo & M;
    +
    +            REDUCE1BIT(V);
    +        }
    +    }
    +
    +    if (is_endian.little) {
    +# ifdef BSWAP8
    +        Xi[0] = BSWAP8(Z.hi);
    +        Xi[1] = BSWAP8(Z.lo);
    +# else
    +        u8 *p = (u8 *)Xi;
    +        u32 v;
    +        v = (u32)(Z.hi >> 32);
    +        PUTU32(p, v);
    +        v = (u32)(Z.hi);
    +        PUTU32(p + 4, v);
    +        v = (u32)(Z.lo >> 32);
    +        PUTU32(p + 8, v);
    +        v = (u32)(Z.lo);
    +        PUTU32(p + 12, v);
    +# endif
    +    } else {
    +        Xi[0] = Z.hi;
    +        Xi[1] = Z.lo;
    +    }
     }
    -#define GCM_MUL(ctx,Xi)	  gcm_gmult_1bit(ctx->Xi.u,ctx->H.u)
    +
    +# define GCM_MUL(ctx,Xi)   gcm_gmult_1bit(ctx->Xi.u,ctx->H.u)
     
     #endif
     
    -#if	TABLE_BITS==4 && defined(GHASH_ASM)
    -# if	!defined(I386_ONLY) && \
    -	(defined(__i386)	|| defined(__i386__)	|| \
    -	 defined(__x86_64)	|| defined(__x86_64__)	|| \
    -	 defined(_M_IX86)	|| defined(_M_AMD64)	|| defined(_M_X64))
    +#if     TABLE_BITS==4 && (defined(GHASH_ASM) || defined(OPENSSL_CPUID_OBJ))
    +# if    !defined(I386_ONLY) && \
    +        (defined(__i386)        || defined(__i386__)    || \
    +         defined(__x86_64)      || defined(__x86_64__)  || \
    +         defined(_M_IX86)       || defined(_M_AMD64)    || defined(_M_X64))
     #  define GHASH_ASM_X86_OR_64
     #  define GCM_FUNCREF_4BIT
     extern unsigned int OPENSSL_ia32cap_P[2];
     
    -void gcm_init_clmul(u128 Htable[16],const u64 Xi[2]);
    -void gcm_gmult_clmul(u64 Xi[2],const u128 Htable[16]);
    -void gcm_ghash_clmul(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len);
    +void gcm_init_clmul(u128 Htable[16], const u64 Xi[2]);
    +void gcm_gmult_clmul(u64 Xi[2], const u128 Htable[16]);
    +void gcm_ghash_clmul(u64 Xi[2], const u128 Htable[16], const u8 *inp,
    +                     size_t len);
     
    -#  if	defined(__i386) || defined(__i386__) || defined(_M_IX86)
    +#  if defined(__i386) || defined(__i386__) || defined(_M_IX86)
    +#   define gcm_init_avx   gcm_init_clmul
    +#   define gcm_gmult_avx  gcm_gmult_clmul
    +#   define gcm_ghash_avx  gcm_ghash_clmul
    +#  else
    +void gcm_init_avx(u128 Htable[16], const u64 Xi[2]);
    +void gcm_gmult_avx(u64 Xi[2], const u128 Htable[16]);
    +void gcm_ghash_avx(u64 Xi[2], const u128 Htable[16], const u8 *inp,
    +                   size_t len);
    +#  endif
    +
    +#  if   defined(__i386) || defined(__i386__) || defined(_M_IX86)
     #   define GHASH_ASM_X86
    -void gcm_gmult_4bit_mmx(u64 Xi[2],const u128 Htable[16]);
    -void gcm_ghash_4bit_mmx(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len);
    +void gcm_gmult_4bit_mmx(u64 Xi[2], const u128 Htable[16]);
    +void gcm_ghash_4bit_mmx(u64 Xi[2], const u128 Htable[16], const u8 *inp,
    +                        size_t len);
     
    -void gcm_gmult_4bit_x86(u64 Xi[2],const u128 Htable[16]);
    -void gcm_ghash_4bit_x86(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len);
    +void gcm_gmult_4bit_x86(u64 Xi[2], const u128 Htable[16]);
    +void gcm_ghash_4bit_x86(u64 Xi[2], const u128 Htable[16], const u8 *inp,
    +                        size_t len);
     #  endif
    -# elif defined(__arm__) || defined(__arm)
    +# elif defined(__arm__) || defined(__arm) || defined(__aarch64__)
     #  include "arm_arch.h"
    -#  if __ARM_ARCH__>=7
    +#  if __ARM_MAX_ARCH__>=7
     #   define GHASH_ASM_ARM
     #   define GCM_FUNCREF_4BIT
    -void gcm_gmult_neon(u64 Xi[2],const u128 Htable[16]);
    -void gcm_ghash_neon(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len);
    +#   define PMULL_CAPABLE        (OPENSSL_armcap_P & ARMV8_PMULL)
    +#   if defined(__arm__) || defined(__arm)
    +#    define NEON_CAPABLE        (OPENSSL_armcap_P & ARMV7_NEON)
    +#   endif
    +void gcm_init_neon(u128 Htable[16], const u64 Xi[2]);
    +void gcm_gmult_neon(u64 Xi[2], const u128 Htable[16]);
    +void gcm_ghash_neon(u64 Xi[2], const u128 Htable[16], const u8 *inp,
    +                    size_t len);
    +void gcm_init_v8(u128 Htable[16], const u64 Xi[2]);
    +void gcm_gmult_v8(u64 Xi[2], const u128 Htable[16]);
    +void gcm_ghash_v8(u64 Xi[2], const u128 Htable[16], const u8 *inp,
    +                  size_t len);
     #  endif
    +# elif defined(__sparc__) || defined(__sparc)
    +#  include "sparc_arch.h"
    +#  define GHASH_ASM_SPARC
    +#  define GCM_FUNCREF_4BIT
    +extern unsigned int OPENSSL_sparcv9cap_P[];
    +void gcm_init_vis3(u128 Htable[16], const u64 Xi[2]);
    +void gcm_gmult_vis3(u64 Xi[2], const u128 Htable[16]);
    +void gcm_ghash_vis3(u64 Xi[2], const u128 Htable[16], const u8 *inp,
    +                    size_t len);
    +# elif defined(OPENSSL_CPUID_OBJ) && (defined(__powerpc__) || defined(__ppc__) || defined(_ARCH_PPC))
    +#  include "ppc_arch.h"
    +#  define GHASH_ASM_PPC
    +#  define GCM_FUNCREF_4BIT
    +void gcm_init_p8(u128 Htable[16], const u64 Xi[2]);
    +void gcm_gmult_p8(u64 Xi[2], const u128 Htable[16]);
    +void gcm_ghash_p8(u64 Xi[2], const u128 Htable[16], const u8 *inp,
    +                  size_t len);
     # endif
     #endif
     
     #ifdef GCM_FUNCREF_4BIT
     # undef  GCM_MUL
    -# define GCM_MUL(ctx,Xi)	(*gcm_gmult_p)(ctx->Xi.u,ctx->Htable)
    +# define GCM_MUL(ctx,Xi)        (*gcm_gmult_p)(ctx->Xi.u,ctx->Htable)
     # ifdef GHASH
     #  undef  GHASH
    -#  define GHASH(ctx,in,len)	(*gcm_ghash_p)(ctx->Xi.u,ctx->Htable,in,len)
    +#  define GHASH(ctx,in,len)     (*gcm_ghash_p)(ctx->Xi.u,ctx->Htable,in,len)
     # endif
     #endif
     
    -void CRYPTO_gcm128_init(GCM128_CONTEXT *ctx,void *key,block128_f block)
    +void CRYPTO_gcm128_init(GCM128_CONTEXT *ctx, void *key, block128_f block)
     {
    -	const union { long one; char little; } is_endian = {1};
    +    const union {
    +        long one;
    +        char little;
    +    } is_endian = {
    +        1
    +    };
     
    -	memset(ctx,0,sizeof(*ctx));
    -	ctx->block = block;
    -	ctx->key   = key;
    +    memset(ctx, 0, sizeof(*ctx));
    +    ctx->block = block;
    +    ctx->key = key;
     
    -	(*block)(ctx->H.c,ctx->H.c,key);
    +    (*block) (ctx->H.c, ctx->H.c, key);
     
    -	if (is_endian.little) {
    -		/* H is stored in host byte order */
    +    if (is_endian.little) {
    +        /* H is stored in host byte order */
     #ifdef BSWAP8
    -		ctx->H.u[0] = BSWAP8(ctx->H.u[0]);
    -		ctx->H.u[1] = BSWAP8(ctx->H.u[1]);
    +        ctx->H.u[0] = BSWAP8(ctx->H.u[0]);
    +        ctx->H.u[1] = BSWAP8(ctx->H.u[1]);
     #else
    -		u8 *p = ctx->H.c;
    -		u64 hi,lo;
    -		hi = (u64)GETU32(p)  <<32|GETU32(p+4);
    -		lo = (u64)GETU32(p+8)<<32|GETU32(p+12);
    -		ctx->H.u[0] = hi;
    -		ctx->H.u[1] = lo;
    +        u8 *p = ctx->H.c;
    +        u64 hi, lo;
    +        hi = (u64)GETU32(p) << 32 | GETU32(p + 4);
    +        lo = (u64)GETU32(p + 8) << 32 | GETU32(p + 12);
    +        ctx->H.u[0] = hi;
    +        ctx->H.u[1] = lo;
     #endif
    -	}
    -
    -#if	TABLE_BITS==8
    -	gcm_init_8bit(ctx->Htable,ctx->H.u);
    -#elif	TABLE_BITS==4
    -# if	defined(GHASH_ASM_X86_OR_64)
    -#  if	!defined(GHASH_ASM_X86) || defined(OPENSSL_IA32_SSE2)
    -	if (OPENSSL_ia32cap_P[0]&(1<<24) &&	/* check FXSR bit */
    -	    OPENSSL_ia32cap_P[1]&(1<<1) ) {	/* check PCLMULQDQ bit */
    -		gcm_init_clmul(ctx->Htable,ctx->H.u);
    -		ctx->gmult = gcm_gmult_clmul;
    -		ctx->ghash = gcm_ghash_clmul;
    -		return;
    -	}
    +    }
    +#if     TABLE_BITS==8
    +    gcm_init_8bit(ctx->Htable, ctx->H.u);
    +#elif   TABLE_BITS==4
    +# if    defined(GHASH_ASM_X86_OR_64)
    +#  if   !defined(GHASH_ASM_X86) || defined(OPENSSL_IA32_SSE2)
    +    if (OPENSSL_ia32cap_P[0] & (1 << 24) && /* check FXSR bit */
    +        OPENSSL_ia32cap_P[1] & (1 << 1)) { /* check PCLMULQDQ bit */
    +        if (((OPENSSL_ia32cap_P[1] >> 22) & 0x41) == 0x41) { /* AVX+MOVBE */
    +            gcm_init_avx(ctx->Htable, ctx->H.u);
    +            ctx->gmult = gcm_gmult_avx;
    +            ctx->ghash = gcm_ghash_avx;
    +        } else {
    +            gcm_init_clmul(ctx->Htable, ctx->H.u);
    +            ctx->gmult = gcm_gmult_clmul;
    +            ctx->ghash = gcm_ghash_clmul;
    +        }
    +        return;
    +    }
     #  endif
    -	gcm_init_4bit(ctx->Htable,ctx->H.u);
    -#  if	defined(GHASH_ASM_X86)			/* x86 only */
    -#   if	defined(OPENSSL_IA32_SSE2)
    -	if (OPENSSL_ia32cap_P[0]&(1<<25)) {	/* check SSE bit */
    +    gcm_init_4bit(ctx->Htable, ctx->H.u);
    +#  if   defined(GHASH_ASM_X86)  /* x86 only */
    +#   if  defined(OPENSSL_IA32_SSE2)
    +    if (OPENSSL_ia32cap_P[0] & (1 << 25)) { /* check SSE bit */
     #   else
    -	if (OPENSSL_ia32cap_P[0]&(1<<23)) {	/* check MMX bit */
    +    if (OPENSSL_ia32cap_P[0] & (1 << 23)) { /* check MMX bit */
     #   endif
    -		ctx->gmult = gcm_gmult_4bit_mmx;
    -		ctx->ghash = gcm_ghash_4bit_mmx;
    -	} else {
    -		ctx->gmult = gcm_gmult_4bit_x86;
    -		ctx->ghash = gcm_ghash_4bit_x86;
    -	}
    +        ctx->gmult = gcm_gmult_4bit_mmx;
    +        ctx->ghash = gcm_ghash_4bit_mmx;
    +    } else {
    +        ctx->gmult = gcm_gmult_4bit_x86;
    +        ctx->ghash = gcm_ghash_4bit_x86;
    +    }
     #  else
    -	ctx->gmult = gcm_gmult_4bit;
    -	ctx->ghash = gcm_ghash_4bit;
    +    ctx->gmult = gcm_gmult_4bit;
    +    ctx->ghash = gcm_ghash_4bit;
    +#  endif
    +# elif  defined(GHASH_ASM_ARM)
    +#  ifdef PMULL_CAPABLE
    +    if (PMULL_CAPABLE) {
    +        gcm_init_v8(ctx->Htable, ctx->H.u);
    +        ctx->gmult = gcm_gmult_v8;
    +        ctx->ghash = gcm_ghash_v8;
    +    } else
     #  endif
    -# elif	defined(GHASH_ASM_ARM)
    -	if (OPENSSL_armcap_P & ARMV7_NEON) {
    -		ctx->gmult = gcm_gmult_neon;
    -		ctx->ghash = gcm_ghash_neon;
    -	} else {
    -		gcm_init_4bit(ctx->Htable,ctx->H.u);
    -		ctx->gmult = gcm_gmult_4bit;
    -		ctx->ghash = gcm_ghash_4bit;
    -	}
    +#  ifdef NEON_CAPABLE
    +    if (NEON_CAPABLE) {
    +        gcm_init_neon(ctx->Htable, ctx->H.u);
    +        ctx->gmult = gcm_gmult_neon;
    +        ctx->ghash = gcm_ghash_neon;
    +    } else
    +#  endif
    +    {
    +        gcm_init_4bit(ctx->Htable, ctx->H.u);
    +        ctx->gmult = gcm_gmult_4bit;
    +        ctx->ghash = gcm_ghash_4bit;
    +    }
    +# elif  defined(GHASH_ASM_SPARC)
    +    if (OPENSSL_sparcv9cap_P[0] & SPARCV9_VIS3) {
    +        gcm_init_vis3(ctx->Htable, ctx->H.u);
    +        ctx->gmult = gcm_gmult_vis3;
    +        ctx->ghash = gcm_ghash_vis3;
    +    } else {
    +        gcm_init_4bit(ctx->Htable, ctx->H.u);
    +        ctx->gmult = gcm_gmult_4bit;
    +        ctx->ghash = gcm_ghash_4bit;
    +    }
    +# elif  defined(GHASH_ASM_PPC)
    +    if (OPENSSL_ppccap_P & PPC_CRYPTO207) {
    +        gcm_init_p8(ctx->Htable, ctx->H.u);
    +        ctx->gmult = gcm_gmult_p8;
    +        ctx->ghash = gcm_ghash_p8;
    +    } else {
    +        gcm_init_4bit(ctx->Htable, ctx->H.u);
    +        ctx->gmult = gcm_gmult_4bit;
    +        ctx->ghash = gcm_ghash_4bit;
    +    }
     # else
    -	gcm_init_4bit(ctx->Htable,ctx->H.u);
    +    gcm_init_4bit(ctx->Htable, ctx->H.u);
     # endif
     #endif
     }
     
    -void CRYPTO_gcm128_setiv(GCM128_CONTEXT *ctx,const unsigned char *iv,size_t len)
    +void CRYPTO_gcm128_setiv(GCM128_CONTEXT *ctx, const unsigned char *iv,
    +                         size_t len)
     {
    -	const union { long one; char little; } is_endian = {1};
    -	unsigned int ctr;
    +    const union {
    +        long one;
    +        char little;
    +    } is_endian = {
    +        1
    +    };
    +    unsigned int ctr;
     #ifdef GCM_FUNCREF_4BIT
    -	void (*gcm_gmult_p)(u64 Xi[2],const u128 Htable[16])	= ctx->gmult;
    -#endif
    -
    -	ctx->Yi.u[0]  = 0;
    -	ctx->Yi.u[1]  = 0;
    -	ctx->Xi.u[0]  = 0;
    -	ctx->Xi.u[1]  = 0;
    -	ctx->len.u[0] = 0;	/* AAD length */
    -	ctx->len.u[1] = 0;	/* message length */
    -	ctx->ares = 0;
    -	ctx->mres = 0;
    -
    -	if (len==12) {
    -		memcpy(ctx->Yi.c,iv,12);
    -		ctx->Yi.c[15]=1;
    -		ctr=1;
    -	}
    -	else {
    -		size_t i;
    -		u64 len0 = len;
    -
    -		while (len>=16) {
    -			for (i=0; i<16; ++i) ctx->Yi.c[i] ^= iv[i];
    -			GCM_MUL(ctx,Yi);
    -			iv += 16;
    -			len -= 16;
    -		}
    -		if (len) {
    -			for (i=0; iYi.c[i] ^= iv[i];
    -			GCM_MUL(ctx,Yi);
    -		}
    -		len0 <<= 3;
    -		if (is_endian.little) {
    +    void (*gcm_gmult_p) (u64 Xi[2], const u128 Htable[16]) = ctx->gmult;
    +#endif
    +
    +    ctx->Yi.u[0] = 0;
    +    ctx->Yi.u[1] = 0;
    +    ctx->Xi.u[0] = 0;
    +    ctx->Xi.u[1] = 0;
    +    ctx->len.u[0] = 0;          /* AAD length */
    +    ctx->len.u[1] = 0;          /* message length */
    +    ctx->ares = 0;
    +    ctx->mres = 0;
    +
    +    if (len == 12) {
    +        memcpy(ctx->Yi.c, iv, 12);
    +        ctx->Yi.c[15] = 1;
    +        ctr = 1;
    +    } else {
    +        size_t i;
    +        u64 len0 = len;
    +
    +        while (len >= 16) {
    +            for (i = 0; i < 16; ++i)
    +                ctx->Yi.c[i] ^= iv[i];
    +            GCM_MUL(ctx, Yi);
    +            iv += 16;
    +            len -= 16;
    +        }
    +        if (len) {
    +            for (i = 0; i < len; ++i)
    +                ctx->Yi.c[i] ^= iv[i];
    +            GCM_MUL(ctx, Yi);
    +        }
    +        len0 <<= 3;
    +        if (is_endian.little) {
     #ifdef BSWAP8
    -			ctx->Yi.u[1]  ^= BSWAP8(len0);
    +            ctx->Yi.u[1] ^= BSWAP8(len0);
     #else
    -			ctx->Yi.c[8]  ^= (u8)(len0>>56);
    -			ctx->Yi.c[9]  ^= (u8)(len0>>48);
    -			ctx->Yi.c[10] ^= (u8)(len0>>40);
    -			ctx->Yi.c[11] ^= (u8)(len0>>32);
    -			ctx->Yi.c[12] ^= (u8)(len0>>24);
    -			ctx->Yi.c[13] ^= (u8)(len0>>16);
    -			ctx->Yi.c[14] ^= (u8)(len0>>8);
    -			ctx->Yi.c[15] ^= (u8)(len0);
    +            ctx->Yi.c[8] ^= (u8)(len0 >> 56);
    +            ctx->Yi.c[9] ^= (u8)(len0 >> 48);
    +            ctx->Yi.c[10] ^= (u8)(len0 >> 40);
    +            ctx->Yi.c[11] ^= (u8)(len0 >> 32);
    +            ctx->Yi.c[12] ^= (u8)(len0 >> 24);
    +            ctx->Yi.c[13] ^= (u8)(len0 >> 16);
    +            ctx->Yi.c[14] ^= (u8)(len0 >> 8);
    +            ctx->Yi.c[15] ^= (u8)(len0);
     #endif
    -		}
    -		else
    -			ctx->Yi.u[1]  ^= len0;
    +        } else
    +            ctx->Yi.u[1] ^= len0;
     
    -		GCM_MUL(ctx,Yi);
    +        GCM_MUL(ctx, Yi);
     
    -		if (is_endian.little)
    +        if (is_endian.little)
     #ifdef BSWAP4
    -			ctr = BSWAP4(ctx->Yi.d[3]);
    +            ctr = BSWAP4(ctx->Yi.d[3]);
     #else
    -			ctr = GETU32(ctx->Yi.c+12);
    +            ctr = GETU32(ctx->Yi.c + 12);
     #endif
    -		else
    -			ctr = ctx->Yi.d[3];
    -	}
    +        else
    +            ctr = ctx->Yi.d[3];
    +    }
     
    -	(*ctx->block)(ctx->Yi.c,ctx->EK0.c,ctx->key);
    -	++ctr;
    -	if (is_endian.little)
    +    (*ctx->block) (ctx->Yi.c, ctx->EK0.c, ctx->key);
    +    ++ctr;
    +    if (is_endian.little)
     #ifdef BSWAP4
    -		ctx->Yi.d[3] = BSWAP4(ctr);
    +        ctx->Yi.d[3] = BSWAP4(ctr);
     #else
    -		PUTU32(ctx->Yi.c+12,ctr);
    +        PUTU32(ctx->Yi.c + 12, ctr);
     #endif
    -	else
    -		ctx->Yi.d[3] = ctr;
    +    else
    +        ctx->Yi.d[3] = ctr;
     }
     
    -int CRYPTO_gcm128_aad(GCM128_CONTEXT *ctx,const unsigned char *aad,size_t len)
    +int CRYPTO_gcm128_aad(GCM128_CONTEXT *ctx, const unsigned char *aad,
    +                      size_t len)
     {
    -	size_t i;
    -	unsigned int n;
    -	u64 alen = ctx->len.u[0];
    +    size_t i;
    +    unsigned int n;
    +    u64 alen = ctx->len.u[0];
     #ifdef GCM_FUNCREF_4BIT
    -	void (*gcm_gmult_p)(u64 Xi[2],const u128 Htable[16])	= ctx->gmult;
    +    void (*gcm_gmult_p) (u64 Xi[2], const u128 Htable[16]) = ctx->gmult;
     # ifdef GHASH
    -	void (*gcm_ghash_p)(u64 Xi[2],const u128 Htable[16],
    -				const u8 *inp,size_t len)	= ctx->ghash;
    +    void (*gcm_ghash_p) (u64 Xi[2], const u128 Htable[16],
    +                         const u8 *inp, size_t len) = ctx->ghash;
     # endif
     #endif
     
    -	if (ctx->len.u[1]) return -2;
    -
    -	alen += len;
    -	if (alen>(U64(1)<<61) || (sizeof(len)==8 && alenlen.u[0] = alen;
    -
    -	n = ctx->ares;
    -	if (n) {
    -		while (n && len) {
    -			ctx->Xi.c[n] ^= *(aad++);
    -			--len;
    -			n = (n+1)%16;
    -		}
    -		if (n==0) GCM_MUL(ctx,Xi);
    -		else {
    -			ctx->ares = n;
    -			return 0;
    -		}
    -	}
    -
    +    if (ctx->len.u[1])
    +        return -2;
    +
    +    alen += len;
    +    if (alen > (U64(1) << 61) || (sizeof(len) == 8 && alen < len))
    +        return -1;
    +    ctx->len.u[0] = alen;
    +
    +    n = ctx->ares;
    +    if (n) {
    +        while (n && len) {
    +            ctx->Xi.c[n] ^= *(aad++);
    +            --len;
    +            n = (n + 1) % 16;
    +        }
    +        if (n == 0)
    +            GCM_MUL(ctx, Xi);
    +        else {
    +            ctx->ares = n;
    +            return 0;
    +        }
    +    }
     #ifdef GHASH
    -	if ((i = (len&(size_t)-16))) {
    -		GHASH(ctx,aad,i);
    -		aad += i;
    -		len -= i;
    -	}
    +    if ((i = (len & (size_t)-16))) {
    +        GHASH(ctx, aad, i);
    +        aad += i;
    +        len -= i;
    +    }
     #else
    -	while (len>=16) {
    -		for (i=0; i<16; ++i) ctx->Xi.c[i] ^= aad[i];
    -		GCM_MUL(ctx,Xi);
    -		aad += 16;
    -		len -= 16;
    -	}
    +    while (len >= 16) {
    +        for (i = 0; i < 16; ++i)
    +            ctx->Xi.c[i] ^= aad[i];
    +        GCM_MUL(ctx, Xi);
    +        aad += 16;
    +        len -= 16;
    +    }
     #endif
    -	if (len) {
    -		n = (unsigned int)len;
    -		for (i=0; iXi.c[i] ^= aad[i];
    -	}
    +    if (len) {
    +        n = (unsigned int)len;
    +        for (i = 0; i < len; ++i)
    +            ctx->Xi.c[i] ^= aad[i];
    +    }
     
    -	ctx->ares = n;
    -	return 0;
    +    ctx->ares = n;
    +    return 0;
     }
     
     int CRYPTO_gcm128_encrypt(GCM128_CONTEXT *ctx,
    -		const unsigned char *in, unsigned char *out,
    -		size_t len)
    +                          const unsigned char *in, unsigned char *out,
    +                          size_t len)
     {
    -	const union { long one; char little; } is_endian = {1};
    -	unsigned int n, ctr;
    -	size_t i;
    -	u64        mlen  = ctx->len.u[1];
    -	block128_f block = ctx->block;
    -	void      *key   = ctx->key;
    +    const union {
    +        long one;
    +        char little;
    +    } is_endian = {
    +        1
    +    };
    +    unsigned int n, ctr;
    +    size_t i;
    +    u64 mlen = ctx->len.u[1];
    +    block128_f block = ctx->block;
    +    void *key = ctx->key;
     #ifdef GCM_FUNCREF_4BIT
    -	void (*gcm_gmult_p)(u64 Xi[2],const u128 Htable[16])	= ctx->gmult;
    +    void (*gcm_gmult_p) (u64 Xi[2], const u128 Htable[16]) = ctx->gmult;
     # ifdef GHASH
    -	void (*gcm_ghash_p)(u64 Xi[2],const u128 Htable[16],
    -				const u8 *inp,size_t len)	= ctx->ghash;
    +    void (*gcm_ghash_p) (u64 Xi[2], const u128 Htable[16],
    +                         const u8 *inp, size_t len) = ctx->ghash;
     # endif
     #endif
     
     #if 0
    -	n = (unsigned int)mlen%16; /* alternative to ctx->mres */
    +    n = (unsigned int)mlen % 16; /* alternative to ctx->mres */
     #endif
    -	mlen += len;
    -	if (mlen>((U64(1)<<36)-32) || (sizeof(len)==8 && mlenlen.u[1] = mlen;
    -
    -	if (ctx->ares) {
    -		/* First call to encrypt finalizes GHASH(AAD) */
    -		GCM_MUL(ctx,Xi);
    -		ctx->ares = 0;
    -	}
    -
    -	if (is_endian.little)
    -#ifdef BSWAP4
    -		ctr = BSWAP4(ctx->Yi.d[3]);
    -#else
    -		ctr = GETU32(ctx->Yi.c+12);
    -#endif
    -	else
    -		ctr = ctx->Yi.d[3];
    +    mlen += len;
    +    if (mlen > ((U64(1) << 36) - 32) || (sizeof(len) == 8 && mlen < len))
    +        return -1;
    +    ctx->len.u[1] = mlen;
     
    -	n = ctx->mres;
    -#if !defined(OPENSSL_SMALL_FOOTPRINT)
    -	if (16%sizeof(size_t) == 0) do {	/* always true actually */
    -		if (n) {
    -			while (n && len) {
    -				ctx->Xi.c[n] ^= *(out++) = *(in++)^ctx->EKi.c[n];
    -				--len;
    -				n = (n+1)%16;
    -			}
    -			if (n==0) GCM_MUL(ctx,Xi);
    -			else {
    -				ctx->mres = n;
    -				return 0;
    -			}
    -		}
    -#if defined(STRICT_ALIGNMENT)
    -		if (((size_t)in|(size_t)out)%sizeof(size_t) != 0)
    -			break;
    -#endif
    -#if defined(GHASH) && defined(GHASH_CHUNK)
    -		while (len>=GHASH_CHUNK) {
    -		    size_t j=GHASH_CHUNK;
    -
    -		    while (j) {
    -		    	size_t *out_t=(size_t *)out;
    -		    	const size_t *in_t=(const size_t *)in;
    +    if (ctx->ares) {
    +        /* First call to encrypt finalizes GHASH(AAD) */
    +        GCM_MUL(ctx, Xi);
    +        ctx->ares = 0;
    +    }
     
    -			(*block)(ctx->Yi.c,ctx->EKi.c,key);
    -			++ctr;
    -			if (is_endian.little)
    +    if (is_endian.little)
     #ifdef BSWAP4
    -				ctx->Yi.d[3] = BSWAP4(ctr);
    +        ctr = BSWAP4(ctx->Yi.d[3]);
     #else
    -				PUTU32(ctx->Yi.c+12,ctr);
    +        ctr = GETU32(ctx->Yi.c + 12);
     #endif
    -			else
    -				ctx->Yi.d[3] = ctr;
    -			for (i=0; i<16/sizeof(size_t); ++i)
    -				out_t[i] = in_t[i] ^ ctx->EKi.t[i];
    -			out += 16;
    -			in  += 16;
    -			j   -= 16;
    -		    }
    -		    GHASH(ctx,out-GHASH_CHUNK,GHASH_CHUNK);
    -		    len -= GHASH_CHUNK;
    -		}
    -		if ((i = (len&(size_t)-16))) {
    -		    size_t j=i;
    -
    -		    while (len>=16) {
    -		    	size_t *out_t=(size_t *)out;
    -		    	const size_t *in_t=(const size_t *)in;
    -
    -			(*block)(ctx->Yi.c,ctx->EKi.c,key);
    -			++ctr;
    -			if (is_endian.little)
    -#ifdef BSWAP4
    -				ctx->Yi.d[3] = BSWAP4(ctr);
    -#else
    -				PUTU32(ctx->Yi.c+12,ctr);
    -#endif
    -			else
    -				ctx->Yi.d[3] = ctr;
    -			for (i=0; i<16/sizeof(size_t); ++i)
    -				out_t[i] = in_t[i] ^ ctx->EKi.t[i];
    -			out += 16;
    -			in  += 16;
    -			len -= 16;
    -		    }
    -		    GHASH(ctx,out-j,j);
    -		}
    -#else
    -		while (len>=16) {
    -		    	size_t *out_t=(size_t *)out;
    -		    	const size_t *in_t=(const size_t *)in;
    +    else
    +        ctr = ctx->Yi.d[3];
     
    -			(*block)(ctx->Yi.c,ctx->EKi.c,key);
    -			++ctr;
    -			if (is_endian.little)
    -#ifdef BSWAP4
    -				ctx->Yi.d[3] = BSWAP4(ctr);
    -#else
    -				PUTU32(ctx->Yi.c+12,ctr);
    -#endif
    -			else
    -				ctx->Yi.d[3] = ctr;
    -			for (i=0; i<16/sizeof(size_t); ++i)
    -				ctx->Xi.t[i] ^=
    -				out_t[i] = in_t[i]^ctx->EKi.t[i];
    -			GCM_MUL(ctx,Xi);
    -			out += 16;
    -			in  += 16;
    -			len -= 16;
    -		}
    -#endif
    -		if (len) {
    -			(*block)(ctx->Yi.c,ctx->EKi.c,key);
    -			++ctr;
    -			if (is_endian.little)
    -#ifdef BSWAP4
    -				ctx->Yi.d[3] = BSWAP4(ctr);
    -#else
    -				PUTU32(ctx->Yi.c+12,ctr);
    -#endif
    -			else
    -				ctx->Yi.d[3] = ctr;
    -			while (len--) {
    -				ctx->Xi.c[n] ^= out[n] = in[n]^ctx->EKi.c[n];
    -				++n;
    -			}
    -		}
    -
    -		ctx->mres = n;
    -		return 0;
    -	} while(0);
    +    n = ctx->mres;
    +#if !defined(OPENSSL_SMALL_FOOTPRINT)
    +    if (16 % sizeof(size_t) == 0) { /* always true actually */
    +        do {
    +            if (n) {
    +                while (n && len) {
    +                    ctx->Xi.c[n] ^= *(out++) = *(in++) ^ ctx->EKi.c[n];
    +                    --len;
    +                    n = (n + 1) % 16;
    +                }
    +                if (n == 0)
    +                    GCM_MUL(ctx, Xi);
    +                else {
    +                    ctx->mres = n;
    +                    return 0;
    +                }
    +            }
    +# if defined(STRICT_ALIGNMENT)
    +            if (((size_t)in | (size_t)out) % sizeof(size_t) != 0)
    +                break;
    +# endif
    +# if defined(GHASH) && defined(GHASH_CHUNK)
    +            while (len >= GHASH_CHUNK) {
    +                size_t j = GHASH_CHUNK;
    +
    +                while (j) {
    +                    size_t *out_t = (size_t *)out;
    +                    const size_t *in_t = (const size_t *)in;
    +
    +                    (*block) (ctx->Yi.c, ctx->EKi.c, key);
    +                    ++ctr;
    +                    if (is_endian.little)
    +#  ifdef BSWAP4
    +                        ctx->Yi.d[3] = BSWAP4(ctr);
    +#  else
    +                        PUTU32(ctx->Yi.c + 12, ctr);
    +#  endif
    +                    else
    +                        ctx->Yi.d[3] = ctr;
    +                    for (i = 0; i < 16 / sizeof(size_t); ++i)
    +                        out_t[i] = in_t[i] ^ ctx->EKi.t[i];
    +                    out += 16;
    +                    in += 16;
    +                    j -= 16;
    +                }
    +                GHASH(ctx, out - GHASH_CHUNK, GHASH_CHUNK);
    +                len -= GHASH_CHUNK;
    +            }
    +            if ((i = (len & (size_t)-16))) {
    +                size_t j = i;
    +
    +                while (len >= 16) {
    +                    size_t *out_t = (size_t *)out;
    +                    const size_t *in_t = (const size_t *)in;
    +
    +                    (*block) (ctx->Yi.c, ctx->EKi.c, key);
    +                    ++ctr;
    +                    if (is_endian.little)
    +#  ifdef BSWAP4
    +                        ctx->Yi.d[3] = BSWAP4(ctr);
    +#  else
    +                        PUTU32(ctx->Yi.c + 12, ctr);
    +#  endif
    +                    else
    +                        ctx->Yi.d[3] = ctr;
    +                    for (i = 0; i < 16 / sizeof(size_t); ++i)
    +                        out_t[i] = in_t[i] ^ ctx->EKi.t[i];
    +                    out += 16;
    +                    in += 16;
    +                    len -= 16;
    +                }
    +                GHASH(ctx, out - j, j);
    +            }
    +# else
    +            while (len >= 16) {
    +                size_t *out_t = (size_t *)out;
    +                const size_t *in_t = (const size_t *)in;
    +
    +                (*block) (ctx->Yi.c, ctx->EKi.c, key);
    +                ++ctr;
    +                if (is_endian.little)
    +#  ifdef BSWAP4
    +                    ctx->Yi.d[3] = BSWAP4(ctr);
    +#  else
    +                    PUTU32(ctx->Yi.c + 12, ctr);
    +#  endif
    +                else
    +                    ctx->Yi.d[3] = ctr;
    +                for (i = 0; i < 16 / sizeof(size_t); ++i)
    +                    ctx->Xi.t[i] ^= out_t[i] = in_t[i] ^ ctx->EKi.t[i];
    +                GCM_MUL(ctx, Xi);
    +                out += 16;
    +                in += 16;
    +                len -= 16;
    +            }
    +# endif
    +            if (len) {
    +                (*block) (ctx->Yi.c, ctx->EKi.c, key);
    +                ++ctr;
    +                if (is_endian.little)
    +# ifdef BSWAP4
    +                    ctx->Yi.d[3] = BSWAP4(ctr);
    +# else
    +                    PUTU32(ctx->Yi.c + 12, ctr);
    +# endif
    +                else
    +                    ctx->Yi.d[3] = ctr;
    +                while (len--) {
    +                    ctx->Xi.c[n] ^= out[n] = in[n] ^ ctx->EKi.c[n];
    +                    ++n;
    +                }
    +            }
    +
    +            ctx->mres = n;
    +            return 0;
    +        } while (0);
    +    }
     #endif
    -	for (i=0;iYi.c,ctx->EKi.c,key);
    -			++ctr;
    -			if (is_endian.little)
    +    for (i = 0; i < len; ++i) {
    +        if (n == 0) {
    +            (*block) (ctx->Yi.c, ctx->EKi.c, key);
    +            ++ctr;
    +            if (is_endian.little)
     #ifdef BSWAP4
    -				ctx->Yi.d[3] = BSWAP4(ctr);
    +                ctx->Yi.d[3] = BSWAP4(ctr);
     #else
    -				PUTU32(ctx->Yi.c+12,ctr);
    -#endif
    -			else
    -				ctx->Yi.d[3] = ctr;
    -		}
    -		ctx->Xi.c[n] ^= out[i] = in[i]^ctx->EKi.c[n];
    -		n = (n+1)%16;
    -		if (n==0)
    -			GCM_MUL(ctx,Xi);
    -	}
    -
    -	ctx->mres = n;
    -	return 0;
    +                PUTU32(ctx->Yi.c + 12, ctr);
    +#endif
    +            else
    +                ctx->Yi.d[3] = ctr;
    +        }
    +        ctx->Xi.c[n] ^= out[i] = in[i] ^ ctx->EKi.c[n];
    +        n = (n + 1) % 16;
    +        if (n == 0)
    +            GCM_MUL(ctx, Xi);
    +    }
    +
    +    ctx->mres = n;
    +    return 0;
     }
     
     int CRYPTO_gcm128_decrypt(GCM128_CONTEXT *ctx,
    -		const unsigned char *in, unsigned char *out,
    -		size_t len)
    +                          const unsigned char *in, unsigned char *out,
    +                          size_t len)
     {
    -	const union { long one; char little; } is_endian = {1};
    -	unsigned int n, ctr;
    -	size_t i;
    -	u64        mlen  = ctx->len.u[1];
    -	block128_f block = ctx->block;
    -	void      *key   = ctx->key;
    +    const union {
    +        long one;
    +        char little;
    +    } is_endian = {
    +        1
    +    };
    +    unsigned int n, ctr;
    +    size_t i;
    +    u64 mlen = ctx->len.u[1];
    +    block128_f block = ctx->block;
    +    void *key = ctx->key;
     #ifdef GCM_FUNCREF_4BIT
    -	void (*gcm_gmult_p)(u64 Xi[2],const u128 Htable[16])	= ctx->gmult;
    +    void (*gcm_gmult_p) (u64 Xi[2], const u128 Htable[16]) = ctx->gmult;
     # ifdef GHASH
    -	void (*gcm_ghash_p)(u64 Xi[2],const u128 Htable[16],
    -				const u8 *inp,size_t len)	= ctx->ghash;
    +    void (*gcm_ghash_p) (u64 Xi[2], const u128 Htable[16],
    +                         const u8 *inp, size_t len) = ctx->ghash;
     # endif
     #endif
     
    -	mlen += len;
    -	if (mlen>((U64(1)<<36)-32) || (sizeof(len)==8 && mlenlen.u[1] = mlen;
    +    mlen += len;
    +    if (mlen > ((U64(1) << 36) - 32) || (sizeof(len) == 8 && mlen < len))
    +        return -1;
    +    ctx->len.u[1] = mlen;
     
    -	if (ctx->ares) {
    -		/* First call to decrypt finalizes GHASH(AAD) */
    -		GCM_MUL(ctx,Xi);
    -		ctx->ares = 0;
    -	}
    +    if (ctx->ares) {
    +        /* First call to decrypt finalizes GHASH(AAD) */
    +        GCM_MUL(ctx, Xi);
    +        ctx->ares = 0;
    +    }
     
    -	if (is_endian.little)
    +    if (is_endian.little)
     #ifdef BSWAP4
    -		ctr = BSWAP4(ctx->Yi.d[3]);
    +        ctr = BSWAP4(ctx->Yi.d[3]);
     #else
    -		ctr = GETU32(ctx->Yi.c+12);
    +        ctr = GETU32(ctx->Yi.c + 12);
     #endif
    -	else
    -		ctr = ctx->Yi.d[3];
    +    else
    +        ctr = ctx->Yi.d[3];
     
    -	n = ctx->mres;
    +    n = ctx->mres;
     #if !defined(OPENSSL_SMALL_FOOTPRINT)
    -	if (16%sizeof(size_t) == 0) do {	/* always true actually */
    -		if (n) {
    -			while (n && len) {
    -				u8 c = *(in++);
    -				*(out++) = c^ctx->EKi.c[n];
    -				ctx->Xi.c[n] ^= c;
    -				--len;
    -				n = (n+1)%16;
    -			}
    -			if (n==0) GCM_MUL (ctx,Xi);
    -			else {
    -				ctx->mres = n;
    -				return 0;
    -			}
    -		}
    -#if defined(STRICT_ALIGNMENT)
    -		if (((size_t)in|(size_t)out)%sizeof(size_t) != 0)
    -			break;
    -#endif
    -#if defined(GHASH) && defined(GHASH_CHUNK)
    -		while (len>=GHASH_CHUNK) {
    -		    size_t j=GHASH_CHUNK;
    -
    -		    GHASH(ctx,in,GHASH_CHUNK);
    -		    while (j) {
    -		    	size_t *out_t=(size_t *)out;
    -		    	const size_t *in_t=(const size_t *)in;
    -
    -			(*block)(ctx->Yi.c,ctx->EKi.c,key);
    -			++ctr;
    -			if (is_endian.little)
    -#ifdef BSWAP4
    -				ctx->Yi.d[3] = BSWAP4(ctr);
    -#else
    -				PUTU32(ctx->Yi.c+12,ctr);
    +    if (16 % sizeof(size_t) == 0) { /* always true actually */
    +        do {
    +            if (n) {
    +                while (n && len) {
    +                    u8 c = *(in++);
    +                    *(out++) = c ^ ctx->EKi.c[n];
    +                    ctx->Xi.c[n] ^= c;
    +                    --len;
    +                    n = (n + 1) % 16;
    +                }
    +                if (n == 0)
    +                    GCM_MUL(ctx, Xi);
    +                else {
    +                    ctx->mres = n;
    +                    return 0;
    +                }
    +            }
    +# if defined(STRICT_ALIGNMENT)
    +            if (((size_t)in | (size_t)out) % sizeof(size_t) != 0)
    +                break;
    +# endif
    +# if defined(GHASH) && defined(GHASH_CHUNK)
    +            while (len >= GHASH_CHUNK) {
    +                size_t j = GHASH_CHUNK;
    +
    +                GHASH(ctx, in, GHASH_CHUNK);
    +                while (j) {
    +                    size_t *out_t = (size_t *)out;
    +                    const size_t *in_t = (const size_t *)in;
    +
    +                    (*block) (ctx->Yi.c, ctx->EKi.c, key);
    +                    ++ctr;
    +                    if (is_endian.little)
    +#  ifdef BSWAP4
    +                        ctx->Yi.d[3] = BSWAP4(ctr);
    +#  else
    +                        PUTU32(ctx->Yi.c + 12, ctr);
    +#  endif
    +                    else
    +                        ctx->Yi.d[3] = ctr;
    +                    for (i = 0; i < 16 / sizeof(size_t); ++i)
    +                        out_t[i] = in_t[i] ^ ctx->EKi.t[i];
    +                    out += 16;
    +                    in += 16;
    +                    j -= 16;
    +                }
    +                len -= GHASH_CHUNK;
    +            }
    +            if ((i = (len & (size_t)-16))) {
    +                GHASH(ctx, in, i);
    +                while (len >= 16) {
    +                    size_t *out_t = (size_t *)out;
    +                    const size_t *in_t = (const size_t *)in;
    +
    +                    (*block) (ctx->Yi.c, ctx->EKi.c, key);
    +                    ++ctr;
    +                    if (is_endian.little)
    +#  ifdef BSWAP4
    +                        ctx->Yi.d[3] = BSWAP4(ctr);
    +#  else
    +                        PUTU32(ctx->Yi.c + 12, ctr);
    +#  endif
    +                    else
    +                        ctx->Yi.d[3] = ctr;
    +                    for (i = 0; i < 16 / sizeof(size_t); ++i)
    +                        out_t[i] = in_t[i] ^ ctx->EKi.t[i];
    +                    out += 16;
    +                    in += 16;
    +                    len -= 16;
    +                }
    +            }
    +# else
    +            while (len >= 16) {
    +                size_t *out_t = (size_t *)out;
    +                const size_t *in_t = (const size_t *)in;
    +
    +                (*block) (ctx->Yi.c, ctx->EKi.c, key);
    +                ++ctr;
    +                if (is_endian.little)
    +#  ifdef BSWAP4
    +                    ctx->Yi.d[3] = BSWAP4(ctr);
    +#  else
    +                    PUTU32(ctx->Yi.c + 12, ctr);
    +#  endif
    +                else
    +                    ctx->Yi.d[3] = ctr;
    +                for (i = 0; i < 16 / sizeof(size_t); ++i) {
    +                    size_t c = in[i];
    +                    out[i] = c ^ ctx->EKi.t[i];
    +                    ctx->Xi.t[i] ^= c;
    +                }
    +                GCM_MUL(ctx, Xi);
    +                out += 16;
    +                in += 16;
    +                len -= 16;
    +            }
    +# endif
    +            if (len) {
    +                (*block) (ctx->Yi.c, ctx->EKi.c, key);
    +                ++ctr;
    +                if (is_endian.little)
    +# ifdef BSWAP4
    +                    ctx->Yi.d[3] = BSWAP4(ctr);
    +# else
    +                    PUTU32(ctx->Yi.c + 12, ctr);
    +# endif
    +                else
    +                    ctx->Yi.d[3] = ctr;
    +                while (len--) {
    +                    u8 c = in[n];
    +                    ctx->Xi.c[n] ^= c;
    +                    out[n] = c ^ ctx->EKi.c[n];
    +                    ++n;
    +                }
    +            }
    +
    +            ctx->mres = n;
    +            return 0;
    +        } while (0);
    +    }
     #endif
    -			else
    -				ctx->Yi.d[3] = ctr;
    -			for (i=0; i<16/sizeof(size_t); ++i)
    -				out_t[i] = in_t[i]^ctx->EKi.t[i];
    -			out += 16;
    -			in  += 16;
    -			j   -= 16;
    -		    }
    -		    len -= GHASH_CHUNK;
    -		}
    -		if ((i = (len&(size_t)-16))) {
    -		    GHASH(ctx,in,i);
    -		    while (len>=16) {
    -		    	size_t *out_t=(size_t *)out;
    -		    	const size_t *in_t=(const size_t *)in;
    -
    -			(*block)(ctx->Yi.c,ctx->EKi.c,key);
    -			++ctr;
    -			if (is_endian.little)
    +    for (i = 0; i < len; ++i) {
    +        u8 c;
    +        if (n == 0) {
    +            (*block) (ctx->Yi.c, ctx->EKi.c, key);
    +            ++ctr;
    +            if (is_endian.little)
     #ifdef BSWAP4
    -				ctx->Yi.d[3] = BSWAP4(ctr);
    +                ctx->Yi.d[3] = BSWAP4(ctr);
     #else
    -				PUTU32(ctx->Yi.c+12,ctr);
    -#endif
    -			else
    -				ctx->Yi.d[3] = ctr;
    -			for (i=0; i<16/sizeof(size_t); ++i)
    -				out_t[i] = in_t[i]^ctx->EKi.t[i];
    -			out += 16;
    -			in  += 16;
    -			len -= 16;
    -		    }
    -		}
    -#else
    -		while (len>=16) {
    -		    	size_t *out_t=(size_t *)out;
    -		    	const size_t *in_t=(const size_t *)in;
    +                PUTU32(ctx->Yi.c + 12, ctr);
    +#endif
    +            else
    +                ctx->Yi.d[3] = ctr;
    +        }
    +        c = in[i];
    +        out[i] = c ^ ctx->EKi.c[n];
    +        ctx->Xi.c[n] ^= c;
    +        n = (n + 1) % 16;
    +        if (n == 0)
    +            GCM_MUL(ctx, Xi);
    +    }
     
    -			(*block)(ctx->Yi.c,ctx->EKi.c,key);
    -			++ctr;
    -			if (is_endian.little)
    -#ifdef BSWAP4
    -				ctx->Yi.d[3] = BSWAP4(ctr);
    -#else
    -				PUTU32(ctx->Yi.c+12,ctr);
    -#endif
    -			else
    -				ctx->Yi.d[3] = ctr;
    -			for (i=0; i<16/sizeof(size_t); ++i) {
    -				size_t c = in[i];
    -				out[i] = c^ctx->EKi.t[i];
    -				ctx->Xi.t[i] ^= c;
    -			}
    -			GCM_MUL(ctx,Xi);
    -			out += 16;
    -			in  += 16;
    -			len -= 16;
    -		}
    -#endif
    -		if (len) {
    -			(*block)(ctx->Yi.c,ctx->EKi.c,key);
    -			++ctr;
    -			if (is_endian.little)
    -#ifdef BSWAP4
    -				ctx->Yi.d[3] = BSWAP4(ctr);
    -#else
    -				PUTU32(ctx->Yi.c+12,ctr);
    -#endif
    -			else
    -				ctx->Yi.d[3] = ctr;
    -			while (len--) {
    -				u8 c = in[n];
    -				ctx->Xi.c[n] ^= c;
    -				out[n] = c^ctx->EKi.c[n];
    -				++n;
    -			}
    -		}
    -
    -		ctx->mres = n;
    -		return 0;
    -	} while(0);
    -#endif
    -	for (i=0;iYi.c,ctx->EKi.c,key);
    -			++ctr;
    -			if (is_endian.little)
    -#ifdef BSWAP4
    -				ctx->Yi.d[3] = BSWAP4(ctr);
    -#else
    -				PUTU32(ctx->Yi.c+12,ctr);
    -#endif
    -			else
    -				ctx->Yi.d[3] = ctr;
    -		}
    -		c = in[i];
    -		out[i] = c^ctx->EKi.c[n];
    -		ctx->Xi.c[n] ^= c;
    -		n = (n+1)%16;
    -		if (n==0)
    -			GCM_MUL(ctx,Xi);
    -	}
    -
    -	ctx->mres = n;
    -	return 0;
    +    ctx->mres = n;
    +    return 0;
     }
     
     int CRYPTO_gcm128_encrypt_ctr32(GCM128_CONTEXT *ctx,
    -		const unsigned char *in, unsigned char *out,
    -		size_t len, ctr128_f stream)
    +                                const unsigned char *in, unsigned char *out,
    +                                size_t len, ctr128_f stream)
     {
    -	const union { long one; char little; } is_endian = {1};
    -	unsigned int n, ctr;
    -	size_t i;
    -	u64   mlen = ctx->len.u[1];
    -	void *key  = ctx->key;
    +    const union {
    +        long one;
    +        char little;
    +    } is_endian = {
    +        1
    +    };
    +    unsigned int n, ctr;
    +    size_t i;
    +    u64 mlen = ctx->len.u[1];
    +    void *key = ctx->key;
     #ifdef GCM_FUNCREF_4BIT
    -	void (*gcm_gmult_p)(u64 Xi[2],const u128 Htable[16])	= ctx->gmult;
    +    void (*gcm_gmult_p) (u64 Xi[2], const u128 Htable[16]) = ctx->gmult;
     # ifdef GHASH
    -	void (*gcm_ghash_p)(u64 Xi[2],const u128 Htable[16],
    -				const u8 *inp,size_t len)	= ctx->ghash;
    +    void (*gcm_ghash_p) (u64 Xi[2], const u128 Htable[16],
    +                         const u8 *inp, size_t len) = ctx->ghash;
     # endif
     #endif
     
    -	mlen += len;
    -	if (mlen>((U64(1)<<36)-32) || (sizeof(len)==8 && mlenlen.u[1] = mlen;
    +    mlen += len;
    +    if (mlen > ((U64(1) << 36) - 32) || (sizeof(len) == 8 && mlen < len))
    +        return -1;
    +    ctx->len.u[1] = mlen;
     
    -	if (ctx->ares) {
    -		/* First call to encrypt finalizes GHASH(AAD) */
    -		GCM_MUL(ctx,Xi);
    -		ctx->ares = 0;
    -	}
    +    if (ctx->ares) {
    +        /* First call to encrypt finalizes GHASH(AAD) */
    +        GCM_MUL(ctx, Xi);
    +        ctx->ares = 0;
    +    }
     
    -	if (is_endian.little)
    +    if (is_endian.little)
     #ifdef BSWAP4
    -		ctr = BSWAP4(ctx->Yi.d[3]);
    +        ctr = BSWAP4(ctx->Yi.d[3]);
     #else
    -		ctr = GETU32(ctx->Yi.c+12);
    -#endif
    -	else
    -		ctr = ctx->Yi.d[3];
    -
    -	n = ctx->mres;
    -	if (n) {
    -		while (n && len) {
    -			ctx->Xi.c[n] ^= *(out++) = *(in++)^ctx->EKi.c[n];
    -			--len;
    -			n = (n+1)%16;
    -		}
    -		if (n==0) GCM_MUL(ctx,Xi);
    -		else {
    -			ctx->mres = n;
    -			return 0;
    -		}
    -	}
    +        ctr = GETU32(ctx->Yi.c + 12);
    +#endif
    +    else
    +        ctr = ctx->Yi.d[3];
    +
    +    n = ctx->mres;
    +    if (n) {
    +        while (n && len) {
    +            ctx->Xi.c[n] ^= *(out++) = *(in++) ^ ctx->EKi.c[n];
    +            --len;
    +            n = (n + 1) % 16;
    +        }
    +        if (n == 0)
    +            GCM_MUL(ctx, Xi);
    +        else {
    +            ctx->mres = n;
    +            return 0;
    +        }
    +    }
     #if defined(GHASH) && !defined(OPENSSL_SMALL_FOOTPRINT)
    -	while (len>=GHASH_CHUNK) {
    -		(*stream)(in,out,GHASH_CHUNK/16,key,ctx->Yi.c);
    -		ctr += GHASH_CHUNK/16;
    -		if (is_endian.little)
    -#ifdef BSWAP4
    -			ctx->Yi.d[3] = BSWAP4(ctr);
    -#else
    -			PUTU32(ctx->Yi.c+12,ctr);
    -#endif
    -		else
    -			ctx->Yi.d[3] = ctr;
    -		GHASH(ctx,out,GHASH_CHUNK);
    -		out += GHASH_CHUNK;
    -		in  += GHASH_CHUNK;
    -		len -= GHASH_CHUNK;
    -	}
    +    while (len >= GHASH_CHUNK) {
    +        (*stream) (in, out, GHASH_CHUNK / 16, key, ctx->Yi.c);
    +        ctr += GHASH_CHUNK / 16;
    +        if (is_endian.little)
    +# ifdef BSWAP4
    +            ctx->Yi.d[3] = BSWAP4(ctr);
    +# else
    +            PUTU32(ctx->Yi.c + 12, ctr);
    +# endif
    +        else
    +            ctx->Yi.d[3] = ctr;
    +        GHASH(ctx, out, GHASH_CHUNK);
    +        out += GHASH_CHUNK;
    +        in += GHASH_CHUNK;
    +        len -= GHASH_CHUNK;
    +    }
     #endif
    -	if ((i = (len&(size_t)-16))) {
    -		size_t j=i/16;
    +    if ((i = (len & (size_t)-16))) {
    +        size_t j = i / 16;
     
    -		(*stream)(in,out,j,key,ctx->Yi.c);
    -		ctr += (unsigned int)j;
    -		if (is_endian.little)
    +        (*stream) (in, out, j, key, ctx->Yi.c);
    +        ctr += (unsigned int)j;
    +        if (is_endian.little)
     #ifdef BSWAP4
    -			ctx->Yi.d[3] = BSWAP4(ctr);
    +            ctx->Yi.d[3] = BSWAP4(ctr);
     #else
    -			PUTU32(ctx->Yi.c+12,ctr);
    +            PUTU32(ctx->Yi.c + 12, ctr);
     #endif
    -		else
    -			ctx->Yi.d[3] = ctr;
    -		in  += i;
    -		len -= i;
    +        else
    +            ctx->Yi.d[3] = ctr;
    +        in += i;
    +        len -= i;
     #if defined(GHASH)
    -		GHASH(ctx,out,i);
    -		out += i;
    +        GHASH(ctx, out, i);
    +        out += i;
     #else
    -		while (j--) {
    -			for (i=0;i<16;++i) ctx->Xi.c[i] ^= out[i];
    -			GCM_MUL(ctx,Xi);
    -			out += 16;
    -		}
    +        while (j--) {
    +            for (i = 0; i < 16; ++i)
    +                ctx->Xi.c[i] ^= out[i];
    +            GCM_MUL(ctx, Xi);
    +            out += 16;
    +        }
     #endif
    -	}
    -	if (len) {
    -		(*ctx->block)(ctx->Yi.c,ctx->EKi.c,key);
    -		++ctr;
    -		if (is_endian.little)
    +    }
    +    if (len) {
    +        (*ctx->block) (ctx->Yi.c, ctx->EKi.c, key);
    +        ++ctr;
    +        if (is_endian.little)
     #ifdef BSWAP4
    -			ctx->Yi.d[3] = BSWAP4(ctr);
    +            ctx->Yi.d[3] = BSWAP4(ctr);
     #else
    -			PUTU32(ctx->Yi.c+12,ctr);
    -#endif
    -		else
    -			ctx->Yi.d[3] = ctr;
    -		while (len--) {
    -			ctx->Xi.c[n] ^= out[n] = in[n]^ctx->EKi.c[n];
    -			++n;
    -		}
    -	}
    -
    -	ctx->mres = n;
    -	return 0;
    +            PUTU32(ctx->Yi.c + 12, ctr);
    +#endif
    +        else
    +            ctx->Yi.d[3] = ctr;
    +        while (len--) {
    +            ctx->Xi.c[n] ^= out[n] = in[n] ^ ctx->EKi.c[n];
    +            ++n;
    +        }
    +    }
    +
    +    ctx->mres = n;
    +    return 0;
     }
     
     int CRYPTO_gcm128_decrypt_ctr32(GCM128_CONTEXT *ctx,
    -		const unsigned char *in, unsigned char *out,
    -		size_t len,ctr128_f stream)
    +                                const unsigned char *in, unsigned char *out,
    +                                size_t len, ctr128_f stream)
     {
    -	const union { long one; char little; } is_endian = {1};
    -	unsigned int n, ctr;
    -	size_t i;
    -	u64   mlen = ctx->len.u[1];
    -	void *key  = ctx->key;
    +    const union {
    +        long one;
    +        char little;
    +    } is_endian = {
    +        1
    +    };
    +    unsigned int n, ctr;
    +    size_t i;
    +    u64 mlen = ctx->len.u[1];
    +    void *key = ctx->key;
     #ifdef GCM_FUNCREF_4BIT
    -	void (*gcm_gmult_p)(u64 Xi[2],const u128 Htable[16])	= ctx->gmult;
    +    void (*gcm_gmult_p) (u64 Xi[2], const u128 Htable[16]) = ctx->gmult;
     # ifdef GHASH
    -	void (*gcm_ghash_p)(u64 Xi[2],const u128 Htable[16],
    -				const u8 *inp,size_t len)	= ctx->ghash;
    +    void (*gcm_ghash_p) (u64 Xi[2], const u128 Htable[16],
    +                         const u8 *inp, size_t len) = ctx->ghash;
     # endif
     #endif
     
    -	mlen += len;
    -	if (mlen>((U64(1)<<36)-32) || (sizeof(len)==8 && mlenlen.u[1] = mlen;
    +    mlen += len;
    +    if (mlen > ((U64(1) << 36) - 32) || (sizeof(len) == 8 && mlen < len))
    +        return -1;
    +    ctx->len.u[1] = mlen;
     
    -	if (ctx->ares) {
    -		/* First call to decrypt finalizes GHASH(AAD) */
    -		GCM_MUL(ctx,Xi);
    -		ctx->ares = 0;
    -	}
    +    if (ctx->ares) {
    +        /* First call to decrypt finalizes GHASH(AAD) */
    +        GCM_MUL(ctx, Xi);
    +        ctx->ares = 0;
    +    }
     
    -	if (is_endian.little)
    +    if (is_endian.little)
     #ifdef BSWAP4
    -		ctr = BSWAP4(ctx->Yi.d[3]);
    +        ctr = BSWAP4(ctx->Yi.d[3]);
     #else
    -		ctr = GETU32(ctx->Yi.c+12);
    -#endif
    -	else
    -		ctr = ctx->Yi.d[3];
    -
    -	n = ctx->mres;
    -	if (n) {
    -		while (n && len) {
    -			u8 c = *(in++);
    -			*(out++) = c^ctx->EKi.c[n];
    -			ctx->Xi.c[n] ^= c;
    -			--len;
    -			n = (n+1)%16;
    -		}
    -		if (n==0) GCM_MUL (ctx,Xi);
    -		else {
    -			ctx->mres = n;
    -			return 0;
    -		}
    -	}
    +        ctr = GETU32(ctx->Yi.c + 12);
    +#endif
    +    else
    +        ctr = ctx->Yi.d[3];
    +
    +    n = ctx->mres;
    +    if (n) {
    +        while (n && len) {
    +            u8 c = *(in++);
    +            *(out++) = c ^ ctx->EKi.c[n];
    +            ctx->Xi.c[n] ^= c;
    +            --len;
    +            n = (n + 1) % 16;
    +        }
    +        if (n == 0)
    +            GCM_MUL(ctx, Xi);
    +        else {
    +            ctx->mres = n;
    +            return 0;
    +        }
    +    }
     #if defined(GHASH) && !defined(OPENSSL_SMALL_FOOTPRINT)
    -	while (len>=GHASH_CHUNK) {
    -		GHASH(ctx,in,GHASH_CHUNK);
    -		(*stream)(in,out,GHASH_CHUNK/16,key,ctx->Yi.c);
    -		ctr += GHASH_CHUNK/16;
    -		if (is_endian.little)
    -#ifdef BSWAP4
    -			ctx->Yi.d[3] = BSWAP4(ctr);
    -#else
    -			PUTU32(ctx->Yi.c+12,ctr);
    -#endif
    -		else
    -			ctx->Yi.d[3] = ctr;
    -		out += GHASH_CHUNK;
    -		in  += GHASH_CHUNK;
    -		len -= GHASH_CHUNK;
    -	}
    +    while (len >= GHASH_CHUNK) {
    +        GHASH(ctx, in, GHASH_CHUNK);
    +        (*stream) (in, out, GHASH_CHUNK / 16, key, ctx->Yi.c);
    +        ctr += GHASH_CHUNK / 16;
    +        if (is_endian.little)
    +# ifdef BSWAP4
    +            ctx->Yi.d[3] = BSWAP4(ctr);
    +# else
    +            PUTU32(ctx->Yi.c + 12, ctr);
    +# endif
    +        else
    +            ctx->Yi.d[3] = ctr;
    +        out += GHASH_CHUNK;
    +        in += GHASH_CHUNK;
    +        len -= GHASH_CHUNK;
    +    }
     #endif
    -	if ((i = (len&(size_t)-16))) {
    -		size_t j=i/16;
    +    if ((i = (len & (size_t)-16))) {
    +        size_t j = i / 16;
     
     #if defined(GHASH)
    -		GHASH(ctx,in,i);
    +        GHASH(ctx, in, i);
     #else
    -		while (j--) {
    -			size_t k;
    -			for (k=0;k<16;++k) ctx->Xi.c[k] ^= in[k];
    -			GCM_MUL(ctx,Xi);
    -			in += 16;
    -		}
    -		j   = i/16;
    -		in -= i;
    -#endif
    -		(*stream)(in,out,j,key,ctx->Yi.c);
    -		ctr += (unsigned int)j;
    -		if (is_endian.little)
    +        while (j--) {
    +            size_t k;
    +            for (k = 0; k < 16; ++k)
    +                ctx->Xi.c[k] ^= in[k];
    +            GCM_MUL(ctx, Xi);
    +            in += 16;
    +        }
    +        j = i / 16;
    +        in -= i;
    +#endif
    +        (*stream) (in, out, j, key, ctx->Yi.c);
    +        ctr += (unsigned int)j;
    +        if (is_endian.little)
     #ifdef BSWAP4
    -			ctx->Yi.d[3] = BSWAP4(ctr);
    +            ctx->Yi.d[3] = BSWAP4(ctr);
     #else
    -			PUTU32(ctx->Yi.c+12,ctr);
    +            PUTU32(ctx->Yi.c + 12, ctr);
     #endif
    -		else
    -			ctx->Yi.d[3] = ctr;
    -		out += i;
    -		in  += i;
    -		len -= i;
    -	}
    -	if (len) {
    -		(*ctx->block)(ctx->Yi.c,ctx->EKi.c,key);
    -		++ctr;
    -		if (is_endian.little)
    +        else
    +            ctx->Yi.d[3] = ctr;
    +        out += i;
    +        in += i;
    +        len -= i;
    +    }
    +    if (len) {
    +        (*ctx->block) (ctx->Yi.c, ctx->EKi.c, key);
    +        ++ctr;
    +        if (is_endian.little)
     #ifdef BSWAP4
    -			ctx->Yi.d[3] = BSWAP4(ctr);
    +            ctx->Yi.d[3] = BSWAP4(ctr);
     #else
    -			PUTU32(ctx->Yi.c+12,ctr);
    -#endif
    -		else
    -			ctx->Yi.d[3] = ctr;
    -		while (len--) {
    -			u8 c = in[n];
    -			ctx->Xi.c[n] ^= c;
    -			out[n] = c^ctx->EKi.c[n];
    -			++n;
    -		}
    -	}
    -
    -	ctx->mres = n;
    -	return 0;
    +            PUTU32(ctx->Yi.c + 12, ctr);
    +#endif
    +        else
    +            ctx->Yi.d[3] = ctr;
    +        while (len--) {
    +            u8 c = in[n];
    +            ctx->Xi.c[n] ^= c;
    +            out[n] = c ^ ctx->EKi.c[n];
    +            ++n;
    +        }
    +    }
    +
    +    ctx->mres = n;
    +    return 0;
     }
     
    -int CRYPTO_gcm128_finish(GCM128_CONTEXT *ctx,const unsigned char *tag,
    -			size_t len)
    +int CRYPTO_gcm128_finish(GCM128_CONTEXT *ctx, const unsigned char *tag,
    +                         size_t len)
     {
    -	const union { long one; char little; } is_endian = {1};
    -	u64 alen = ctx->len.u[0]<<3;
    -	u64 clen = ctx->len.u[1]<<3;
    +    const union {
    +        long one;
    +        char little;
    +    } is_endian = {
    +        1
    +    };
    +    u64 alen = ctx->len.u[0] << 3;
    +    u64 clen = ctx->len.u[1] << 3;
     #ifdef GCM_FUNCREF_4BIT
    -	void (*gcm_gmult_p)(u64 Xi[2],const u128 Htable[16])	= ctx->gmult;
    +    void (*gcm_gmult_p) (u64 Xi[2], const u128 Htable[16]) = ctx->gmult;
     #endif
     
    -	if (ctx->mres || ctx->ares)
    -		GCM_MUL(ctx,Xi);
    +    if (ctx->mres || ctx->ares)
    +        GCM_MUL(ctx, Xi);
     
    -	if (is_endian.little) {
    +    if (is_endian.little) {
     #ifdef BSWAP8
    -		alen = BSWAP8(alen);
    -		clen = BSWAP8(clen);
    +        alen = BSWAP8(alen);
    +        clen = BSWAP8(clen);
     #else
    -		u8 *p = ctx->len.c;
    +        u8 *p = ctx->len.c;
     
    -		ctx->len.u[0] = alen;
    -		ctx->len.u[1] = clen;
    +        ctx->len.u[0] = alen;
    +        ctx->len.u[1] = clen;
     
    -		alen = (u64)GETU32(p)  <<32|GETU32(p+4);
    -		clen = (u64)GETU32(p+8)<<32|GETU32(p+12);
    +        alen = (u64)GETU32(p) << 32 | GETU32(p + 4);
    +        clen = (u64)GETU32(p + 8) << 32 | GETU32(p + 12);
     #endif
    -	}
    +    }
     
    -	ctx->Xi.u[0] ^= alen;
    -	ctx->Xi.u[1] ^= clen;
    -	GCM_MUL(ctx,Xi);
    +    ctx->Xi.u[0] ^= alen;
    +    ctx->Xi.u[1] ^= clen;
    +    GCM_MUL(ctx, Xi);
     
    -	ctx->Xi.u[0] ^= ctx->EK0.u[0];
    -	ctx->Xi.u[1] ^= ctx->EK0.u[1];
    +    ctx->Xi.u[0] ^= ctx->EK0.u[0];
    +    ctx->Xi.u[1] ^= ctx->EK0.u[1];
     
    -	if (tag && len<=sizeof(ctx->Xi))
    -		return memcmp(ctx->Xi.c,tag,len);
    -	else
    -		return -1;
    +    if (tag && len <= sizeof(ctx->Xi))
    +        return memcmp(ctx->Xi.c, tag, len);
    +    else
    +        return -1;
     }
     
     void CRYPTO_gcm128_tag(GCM128_CONTEXT *ctx, unsigned char *tag, size_t len)
     {
    -	CRYPTO_gcm128_finish(ctx, NULL, 0);
    -	memcpy(tag, ctx->Xi.c, len<=sizeof(ctx->Xi.c)?len:sizeof(ctx->Xi.c));
    +    CRYPTO_gcm128_finish(ctx, NULL, 0);
    +    memcpy(tag, ctx->Xi.c,
    +           len <= sizeof(ctx->Xi.c) ? len : sizeof(ctx->Xi.c));
     }
     
     GCM128_CONTEXT *CRYPTO_gcm128_new(void *key, block128_f block)
     {
    -	GCM128_CONTEXT *ret;
    +    GCM128_CONTEXT *ret;
     
    -	if ((ret = (GCM128_CONTEXT *)OPENSSL_malloc(sizeof(GCM128_CONTEXT))))
    -		CRYPTO_gcm128_init(ret,key,block);
    +    if ((ret = (GCM128_CONTEXT *)OPENSSL_malloc(sizeof(GCM128_CONTEXT))))
    +        CRYPTO_gcm128_init(ret, key, block);
     
    -	return ret;
    +    return ret;
     }
     
     void CRYPTO_gcm128_release(GCM128_CONTEXT *ctx)
     {
    -	if (ctx) {
    -		OPENSSL_cleanse(ctx,sizeof(*ctx));
    -		OPENSSL_free(ctx);
    -	}
    +    if (ctx) {
    +        OPENSSL_cleanse(ctx, sizeof(*ctx));
    +        OPENSSL_free(ctx);
    +    }
     }
     
     #if defined(SELFTEST)
    -#include 
    -#include 
    +# include 
    +# include 
     
     /* Test Case 1 */
    -static const u8	K1[16],
    -		*P1=NULL,
    -		*A1=NULL,
    -		IV1[12],
    -		*C1=NULL,
    -		T1[]=  {0x58,0xe2,0xfc,0xce,0xfa,0x7e,0x30,0x61,0x36,0x7f,0x1d,0x57,0xa4,0xe7,0x45,0x5a};
    +static const u8 K1[16], *P1 = NULL, *A1 = NULL, IV1[12], *C1 = NULL;
    +static const u8 T1[] = {
    +    0x58, 0xe2, 0xfc, 0xce, 0xfa, 0x7e, 0x30, 0x61,
    +    0x36, 0x7f, 0x1d, 0x57, 0xa4, 0xe7, 0x45, 0x5a
    +};
     
     /* Test Case 2 */
    -#define K2 K1
    -#define A2 A1
    -#define IV2 IV1
    -static const u8	P2[16],
    -		C2[]=  {0x03,0x88,0xda,0xce,0x60,0xb6,0xa3,0x92,0xf3,0x28,0xc2,0xb9,0x71,0xb2,0xfe,0x78},
    -		T2[]=  {0xab,0x6e,0x47,0xd4,0x2c,0xec,0x13,0xbd,0xf5,0x3a,0x67,0xb2,0x12,0x57,0xbd,0xdf};
    +# define K2 K1
    +# define A2 A1
    +# define IV2 IV1
    +static const u8 P2[16];
    +static const u8 C2[] = {
    +    0x03, 0x88, 0xda, 0xce, 0x60, 0xb6, 0xa3, 0x92,
    +    0xf3, 0x28, 0xc2, 0xb9, 0x71, 0xb2, 0xfe, 0x78
    +};
    +
    +static const u8 T2[] = {
    +    0xab, 0x6e, 0x47, 0xd4, 0x2c, 0xec, 0x13, 0xbd,
    +    0xf5, 0x3a, 0x67, 0xb2, 0x12, 0x57, 0xbd, 0xdf
    +};
     
     /* Test Case 3 */
    -#define A3 A2
    -static const u8	K3[]=  {0xfe,0xff,0xe9,0x92,0x86,0x65,0x73,0x1c,0x6d,0x6a,0x8f,0x94,0x67,0x30,0x83,0x08},
    -		P3[]=  {0xd9,0x31,0x32,0x25,0xf8,0x84,0x06,0xe5,0xa5,0x59,0x09,0xc5,0xaf,0xf5,0x26,0x9a,
    -			0x86,0xa7,0xa9,0x53,0x15,0x34,0xf7,0xda,0x2e,0x4c,0x30,0x3d,0x8a,0x31,0x8a,0x72,
    -			0x1c,0x3c,0x0c,0x95,0x95,0x68,0x09,0x53,0x2f,0xcf,0x0e,0x24,0x49,0xa6,0xb5,0x25,
    -			0xb1,0x6a,0xed,0xf5,0xaa,0x0d,0xe6,0x57,0xba,0x63,0x7b,0x39,0x1a,0xaf,0xd2,0x55},
    -		IV3[]= {0xca,0xfe,0xba,0xbe,0xfa,0xce,0xdb,0xad,0xde,0xca,0xf8,0x88},
    -		C3[]=  {0x42,0x83,0x1e,0xc2,0x21,0x77,0x74,0x24,0x4b,0x72,0x21,0xb7,0x84,0xd0,0xd4,0x9c,
    -			0xe3,0xaa,0x21,0x2f,0x2c,0x02,0xa4,0xe0,0x35,0xc1,0x7e,0x23,0x29,0xac,0xa1,0x2e,
    -			0x21,0xd5,0x14,0xb2,0x54,0x66,0x93,0x1c,0x7d,0x8f,0x6a,0x5a,0xac,0x84,0xaa,0x05,
    -			0x1b,0xa3,0x0b,0x39,0x6a,0x0a,0xac,0x97,0x3d,0x58,0xe0,0x91,0x47,0x3f,0x59,0x85},
    -		T3[]=  {0x4d,0x5c,0x2a,0xf3,0x27,0xcd,0x64,0xa6,0x2c,0xf3,0x5a,0xbd,0x2b,0xa6,0xfa,0xb4};
    +# define A3 A2
    +static const u8 K3[] = {
    +    0xfe, 0xff, 0xe9, 0x92, 0x86, 0x65, 0x73, 0x1c,
    +    0x6d, 0x6a, 0x8f, 0x94, 0x67, 0x30, 0x83, 0x08
    +};
    +
    +static const u8 P3[] = {
    +    0xd9, 0x31, 0x32, 0x25, 0xf8, 0x84, 0x06, 0xe5,
    +    0xa5, 0x59, 0x09, 0xc5, 0xaf, 0xf5, 0x26, 0x9a,
    +    0x86, 0xa7, 0xa9, 0x53, 0x15, 0x34, 0xf7, 0xda,
    +    0x2e, 0x4c, 0x30, 0x3d, 0x8a, 0x31, 0x8a, 0x72,
    +    0x1c, 0x3c, 0x0c, 0x95, 0x95, 0x68, 0x09, 0x53,
    +    0x2f, 0xcf, 0x0e, 0x24, 0x49, 0xa6, 0xb5, 0x25,
    +    0xb1, 0x6a, 0xed, 0xf5, 0xaa, 0x0d, 0xe6, 0x57,
    +    0xba, 0x63, 0x7b, 0x39, 0x1a, 0xaf, 0xd2, 0x55
    +};
    +
    +static const u8 IV3[] = {
    +    0xca, 0xfe, 0xba, 0xbe, 0xfa, 0xce, 0xdb, 0xad,
    +    0xde, 0xca, 0xf8, 0x88
    +};
    +
    +static const u8 C3[] = {
    +    0x42, 0x83, 0x1e, 0xc2, 0x21, 0x77, 0x74, 0x24,
    +    0x4b, 0x72, 0x21, 0xb7, 0x84, 0xd0, 0xd4, 0x9c,
    +    0xe3, 0xaa, 0x21, 0x2f, 0x2c, 0x02, 0xa4, 0xe0,
    +    0x35, 0xc1, 0x7e, 0x23, 0x29, 0xac, 0xa1, 0x2e,
    +    0x21, 0xd5, 0x14, 0xb2, 0x54, 0x66, 0x93, 0x1c,
    +    0x7d, 0x8f, 0x6a, 0x5a, 0xac, 0x84, 0xaa, 0x05,
    +    0x1b, 0xa3, 0x0b, 0x39, 0x6a, 0x0a, 0xac, 0x97,
    +    0x3d, 0x58, 0xe0, 0x91, 0x47, 0x3f, 0x59, 0x85
    +};
    +
    +static const u8 T3[] = {
    +    0x4d, 0x5c, 0x2a, 0xf3, 0x27, 0xcd, 0x64, 0xa6,
    +    0x2c, 0xf3, 0x5a, 0xbd, 0x2b, 0xa6, 0xfa, 0xb4
    +};
     
     /* Test Case 4 */
    -#define K4 K3
    -#define IV4 IV3
    -static const u8	P4[]=  {0xd9,0x31,0x32,0x25,0xf8,0x84,0x06,0xe5,0xa5,0x59,0x09,0xc5,0xaf,0xf5,0x26,0x9a,
    -			0x86,0xa7,0xa9,0x53,0x15,0x34,0xf7,0xda,0x2e,0x4c,0x30,0x3d,0x8a,0x31,0x8a,0x72,
    -			0x1c,0x3c,0x0c,0x95,0x95,0x68,0x09,0x53,0x2f,0xcf,0x0e,0x24,0x49,0xa6,0xb5,0x25,
    -			0xb1,0x6a,0xed,0xf5,0xaa,0x0d,0xe6,0x57,0xba,0x63,0x7b,0x39},
    -		A4[]=  {0xfe,0xed,0xfa,0xce,0xde,0xad,0xbe,0xef,0xfe,0xed,0xfa,0xce,0xde,0xad,0xbe,0xef,
    -			0xab,0xad,0xda,0xd2},
    -		C4[]=  {0x42,0x83,0x1e,0xc2,0x21,0x77,0x74,0x24,0x4b,0x72,0x21,0xb7,0x84,0xd0,0xd4,0x9c,
    -			0xe3,0xaa,0x21,0x2f,0x2c,0x02,0xa4,0xe0,0x35,0xc1,0x7e,0x23,0x29,0xac,0xa1,0x2e,
    -			0x21,0xd5,0x14,0xb2,0x54,0x66,0x93,0x1c,0x7d,0x8f,0x6a,0x5a,0xac,0x84,0xaa,0x05,
    -			0x1b,0xa3,0x0b,0x39,0x6a,0x0a,0xac,0x97,0x3d,0x58,0xe0,0x91},
    -		T4[]=  {0x5b,0xc9,0x4f,0xbc,0x32,0x21,0xa5,0xdb,0x94,0xfa,0xe9,0x5a,0xe7,0x12,0x1a,0x47};
    +# define K4 K3
    +# define IV4 IV3
    +static const u8 P4[] = {
    +    0xd9, 0x31, 0x32, 0x25, 0xf8, 0x84, 0x06, 0xe5,
    +    0xa5, 0x59, 0x09, 0xc5, 0xaf, 0xf5, 0x26, 0x9a,
    +    0x86, 0xa7, 0xa9, 0x53, 0x15, 0x34, 0xf7, 0xda,
    +    0x2e, 0x4c, 0x30, 0x3d, 0x8a, 0x31, 0x8a, 0x72,
    +    0x1c, 0x3c, 0x0c, 0x95, 0x95, 0x68, 0x09, 0x53,
    +    0x2f, 0xcf, 0x0e, 0x24, 0x49, 0xa6, 0xb5, 0x25,
    +    0xb1, 0x6a, 0xed, 0xf5, 0xaa, 0x0d, 0xe6, 0x57,
    +    0xba, 0x63, 0x7b, 0x39
    +};
    +
    +static const u8 A4[] = {
    +    0xfe, 0xed, 0xfa, 0xce, 0xde, 0xad, 0xbe, 0xef,
    +    0xfe, 0xed, 0xfa, 0xce, 0xde, 0xad, 0xbe, 0xef,
    +    0xab, 0xad, 0xda, 0xd2
    +};
    +
    +static const u8 C4[] = {
    +    0x42, 0x83, 0x1e, 0xc2, 0x21, 0x77, 0x74, 0x24,
    +    0x4b, 0x72, 0x21, 0xb7, 0x84, 0xd0, 0xd4, 0x9c,
    +    0xe3, 0xaa, 0x21, 0x2f, 0x2c, 0x02, 0xa4, 0xe0,
    +    0x35, 0xc1, 0x7e, 0x23, 0x29, 0xac, 0xa1, 0x2e,
    +    0x21, 0xd5, 0x14, 0xb2, 0x54, 0x66, 0x93, 0x1c,
    +    0x7d, 0x8f, 0x6a, 0x5a, 0xac, 0x84, 0xaa, 0x05,
    +    0x1b, 0xa3, 0x0b, 0x39, 0x6a, 0x0a, 0xac, 0x97,
    +    0x3d, 0x58, 0xe0, 0x91
    +};
    +
    +static const u8 T4[] = {
    +    0x5b, 0xc9, 0x4f, 0xbc, 0x32, 0x21, 0xa5, 0xdb,
    +    0x94, 0xfa, 0xe9, 0x5a, 0xe7, 0x12, 0x1a, 0x47
    +};
     
     /* Test Case 5 */
    -#define K5 K4
    -#define P5 P4
    -#define A5 A4
    -static const u8	IV5[]= {0xca,0xfe,0xba,0xbe,0xfa,0xce,0xdb,0xad},
    -		C5[]=  {0x61,0x35,0x3b,0x4c,0x28,0x06,0x93,0x4a,0x77,0x7f,0xf5,0x1f,0xa2,0x2a,0x47,0x55,
    -			0x69,0x9b,0x2a,0x71,0x4f,0xcd,0xc6,0xf8,0x37,0x66,0xe5,0xf9,0x7b,0x6c,0x74,0x23,
    -			0x73,0x80,0x69,0x00,0xe4,0x9f,0x24,0xb2,0x2b,0x09,0x75,0x44,0xd4,0x89,0x6b,0x42,
    -			0x49,0x89,0xb5,0xe1,0xeb,0xac,0x0f,0x07,0xc2,0x3f,0x45,0x98},
    -		T5[]=  {0x36,0x12,0xd2,0xe7,0x9e,0x3b,0x07,0x85,0x56,0x1b,0xe1,0x4a,0xac,0xa2,0xfc,0xcb};
    +# define K5 K4
    +# define P5 P4
    +# define A5 A4
    +static const u8 IV5[] = {
    +    0xca, 0xfe, 0xba, 0xbe, 0xfa, 0xce, 0xdb, 0xad
    +};
    +
    +static const u8 C5[] = {
    +    0x61, 0x35, 0x3b, 0x4c, 0x28, 0x06, 0x93, 0x4a,
    +    0x77, 0x7f, 0xf5, 0x1f, 0xa2, 0x2a, 0x47, 0x55,
    +    0x69, 0x9b, 0x2a, 0x71, 0x4f, 0xcd, 0xc6, 0xf8,
    +    0x37, 0x66, 0xe5, 0xf9, 0x7b, 0x6c, 0x74, 0x23,
    +    0x73, 0x80, 0x69, 0x00, 0xe4, 0x9f, 0x24, 0xb2,
    +    0x2b, 0x09, 0x75, 0x44, 0xd4, 0x89, 0x6b, 0x42,
    +    0x49, 0x89, 0xb5, 0xe1, 0xeb, 0xac, 0x0f, 0x07,
    +    0xc2, 0x3f, 0x45, 0x98
    +};
    +
    +static const u8 T5[] = {
    +    0x36, 0x12, 0xd2, 0xe7, 0x9e, 0x3b, 0x07, 0x85,
    +    0x56, 0x1b, 0xe1, 0x4a, 0xac, 0xa2, 0xfc, 0xcb
    +};
     
     /* Test Case 6 */
    -#define K6 K5
    -#define P6 P5
    -#define A6 A5
    -static const u8	IV6[]= {0x93,0x13,0x22,0x5d,0xf8,0x84,0x06,0xe5,0x55,0x90,0x9c,0x5a,0xff,0x52,0x69,0xaa,
    -			0x6a,0x7a,0x95,0x38,0x53,0x4f,0x7d,0xa1,0xe4,0xc3,0x03,0xd2,0xa3,0x18,0xa7,0x28,
    -			0xc3,0xc0,0xc9,0x51,0x56,0x80,0x95,0x39,0xfc,0xf0,0xe2,0x42,0x9a,0x6b,0x52,0x54,
    -			0x16,0xae,0xdb,0xf5,0xa0,0xde,0x6a,0x57,0xa6,0x37,0xb3,0x9b},
    -		C6[]=  {0x8c,0xe2,0x49,0x98,0x62,0x56,0x15,0xb6,0x03,0xa0,0x33,0xac,0xa1,0x3f,0xb8,0x94,
    -			0xbe,0x91,0x12,0xa5,0xc3,0xa2,0x11,0xa8,0xba,0x26,0x2a,0x3c,0xca,0x7e,0x2c,0xa7,
    -			0x01,0xe4,0xa9,0xa4,0xfb,0xa4,0x3c,0x90,0xcc,0xdc,0xb2,0x81,0xd4,0x8c,0x7c,0x6f,
    -			0xd6,0x28,0x75,0xd2,0xac,0xa4,0x17,0x03,0x4c,0x34,0xae,0xe5},
    -		T6[]=  {0x61,0x9c,0xc5,0xae,0xff,0xfe,0x0b,0xfa,0x46,0x2a,0xf4,0x3c,0x16,0x99,0xd0,0x50};
    +# define K6 K5
    +# define P6 P5
    +# define A6 A5
    +static const u8 IV6[] = {
    +    0x93, 0x13, 0x22, 0x5d, 0xf8, 0x84, 0x06, 0xe5,
    +    0x55, 0x90, 0x9c, 0x5a, 0xff, 0x52, 0x69, 0xaa,
    +    0x6a, 0x7a, 0x95, 0x38, 0x53, 0x4f, 0x7d, 0xa1,
    +    0xe4, 0xc3, 0x03, 0xd2, 0xa3, 0x18, 0xa7, 0x28,
    +    0xc3, 0xc0, 0xc9, 0x51, 0x56, 0x80, 0x95, 0x39,
    +    0xfc, 0xf0, 0xe2, 0x42, 0x9a, 0x6b, 0x52, 0x54,
    +    0x16, 0xae, 0xdb, 0xf5, 0xa0, 0xde, 0x6a, 0x57,
    +    0xa6, 0x37, 0xb3, 0x9b
    +};
    +
    +static const u8 C6[] = {
    +    0x8c, 0xe2, 0x49, 0x98, 0x62, 0x56, 0x15, 0xb6,
    +    0x03, 0xa0, 0x33, 0xac, 0xa1, 0x3f, 0xb8, 0x94,
    +    0xbe, 0x91, 0x12, 0xa5, 0xc3, 0xa2, 0x11, 0xa8,
    +    0xba, 0x26, 0x2a, 0x3c, 0xca, 0x7e, 0x2c, 0xa7,
    +    0x01, 0xe4, 0xa9, 0xa4, 0xfb, 0xa4, 0x3c, 0x90,
    +    0xcc, 0xdc, 0xb2, 0x81, 0xd4, 0x8c, 0x7c, 0x6f,
    +    0xd6, 0x28, 0x75, 0xd2, 0xac, 0xa4, 0x17, 0x03,
    +    0x4c, 0x34, 0xae, 0xe5
    +};
    +
    +static const u8 T6[] = {
    +    0x61, 0x9c, 0xc5, 0xae, 0xff, 0xfe, 0x0b, 0xfa,
    +    0x46, 0x2a, 0xf4, 0x3c, 0x16, 0x99, 0xd0, 0x50
    +};
     
     /* Test Case 7 */
    -static const u8 K7[24],
    -		*P7=NULL,
    -		*A7=NULL,
    -		IV7[12],
    -		*C7=NULL,
    -		T7[]=  {0xcd,0x33,0xb2,0x8a,0xc7,0x73,0xf7,0x4b,0xa0,0x0e,0xd1,0xf3,0x12,0x57,0x24,0x35};
    +static const u8 K7[24], *P7 = NULL, *A7 = NULL, IV7[12], *C7 = NULL;
    +static const u8 T7[] = {
    +    0xcd, 0x33, 0xb2, 0x8a, 0xc7, 0x73, 0xf7, 0x4b,
    +    0xa0, 0x0e, 0xd1, 0xf3, 0x12, 0x57, 0x24, 0x35
    +};
     
     /* Test Case 8 */
    -#define K8 K7
    -#define IV8 IV7
    -#define A8 A7
    -static const u8	P8[16],
    -		C8[]=  {0x98,0xe7,0x24,0x7c,0x07,0xf0,0xfe,0x41,0x1c,0x26,0x7e,0x43,0x84,0xb0,0xf6,0x00},
    -		T8[]=  {0x2f,0xf5,0x8d,0x80,0x03,0x39,0x27,0xab,0x8e,0xf4,0xd4,0x58,0x75,0x14,0xf0,0xfb};
    +# define K8 K7
    +# define IV8 IV7
    +# define A8 A7
    +static const u8 P8[16];
    +static const u8 C8[] = {
    +    0x98, 0xe7, 0x24, 0x7c, 0x07, 0xf0, 0xfe, 0x41,
    +    0x1c, 0x26, 0x7e, 0x43, 0x84, 0xb0, 0xf6, 0x00
    +};
    +
    +static const u8 T8[] = {
    +    0x2f, 0xf5, 0x8d, 0x80, 0x03, 0x39, 0x27, 0xab,
    +    0x8e, 0xf4, 0xd4, 0x58, 0x75, 0x14, 0xf0, 0xfb
    +};
     
     /* Test Case 9 */
    -#define A9 A8
    -static const u8	K9[]=  {0xfe,0xff,0xe9,0x92,0x86,0x65,0x73,0x1c,0x6d,0x6a,0x8f,0x94,0x67,0x30,0x83,0x08,
    -			0xfe,0xff,0xe9,0x92,0x86,0x65,0x73,0x1c},
    -		P9[]=  {0xd9,0x31,0x32,0x25,0xf8,0x84,0x06,0xe5,0xa5,0x59,0x09,0xc5,0xaf,0xf5,0x26,0x9a,
    -			0x86,0xa7,0xa9,0x53,0x15,0x34,0xf7,0xda,0x2e,0x4c,0x30,0x3d,0x8a,0x31,0x8a,0x72,
    -			0x1c,0x3c,0x0c,0x95,0x95,0x68,0x09,0x53,0x2f,0xcf,0x0e,0x24,0x49,0xa6,0xb5,0x25,
    -			0xb1,0x6a,0xed,0xf5,0xaa,0x0d,0xe6,0x57,0xba,0x63,0x7b,0x39,0x1a,0xaf,0xd2,0x55},
    -		IV9[]= {0xca,0xfe,0xba,0xbe,0xfa,0xce,0xdb,0xad,0xde,0xca,0xf8,0x88},
    -		C9[]=  {0x39,0x80,0xca,0x0b,0x3c,0x00,0xe8,0x41,0xeb,0x06,0xfa,0xc4,0x87,0x2a,0x27,0x57,
    -			0x85,0x9e,0x1c,0xea,0xa6,0xef,0xd9,0x84,0x62,0x85,0x93,0xb4,0x0c,0xa1,0xe1,0x9c,
    -			0x7d,0x77,0x3d,0x00,0xc1,0x44,0xc5,0x25,0xac,0x61,0x9d,0x18,0xc8,0x4a,0x3f,0x47,
    -			0x18,0xe2,0x44,0x8b,0x2f,0xe3,0x24,0xd9,0xcc,0xda,0x27,0x10,0xac,0xad,0xe2,0x56},
    -		T9[]=  {0x99,0x24,0xa7,0xc8,0x58,0x73,0x36,0xbf,0xb1,0x18,0x02,0x4d,0xb8,0x67,0x4a,0x14};
    +# define A9 A8
    +static const u8 K9[] = {
    +    0xfe, 0xff, 0xe9, 0x92, 0x86, 0x65, 0x73, 0x1c,
    +    0x6d, 0x6a, 0x8f, 0x94, 0x67, 0x30, 0x83, 0x08,
    +    0xfe, 0xff, 0xe9, 0x92, 0x86, 0x65, 0x73, 0x1c
    +};
    +
    +static const u8 P9[] = {
    +    0xd9, 0x31, 0x32, 0x25, 0xf8, 0x84, 0x06, 0xe5,
    +    0xa5, 0x59, 0x09, 0xc5, 0xaf, 0xf5, 0x26, 0x9a,
    +    0x86, 0xa7, 0xa9, 0x53, 0x15, 0x34, 0xf7, 0xda,
    +    0x2e, 0x4c, 0x30, 0x3d, 0x8a, 0x31, 0x8a, 0x72,
    +    0x1c, 0x3c, 0x0c, 0x95, 0x95, 0x68, 0x09, 0x53,
    +    0x2f, 0xcf, 0x0e, 0x24, 0x49, 0xa6, 0xb5, 0x25,
    +    0xb1, 0x6a, 0xed, 0xf5, 0xaa, 0x0d, 0xe6, 0x57,
    +    0xba, 0x63, 0x7b, 0x39, 0x1a, 0xaf, 0xd2, 0x55
    +};
    +
    +static const u8 IV9[] = {
    +    0xca, 0xfe, 0xba, 0xbe, 0xfa, 0xce, 0xdb, 0xad,
    +    0xde, 0xca, 0xf8, 0x88
    +};
    +
    +static const u8 C9[] = {
    +    0x39, 0x80, 0xca, 0x0b, 0x3c, 0x00, 0xe8, 0x41,
    +    0xeb, 0x06, 0xfa, 0xc4, 0x87, 0x2a, 0x27, 0x57,
    +    0x85, 0x9e, 0x1c, 0xea, 0xa6, 0xef, 0xd9, 0x84,
    +    0x62, 0x85, 0x93, 0xb4, 0x0c, 0xa1, 0xe1, 0x9c,
    +    0x7d, 0x77, 0x3d, 0x00, 0xc1, 0x44, 0xc5, 0x25,
    +    0xac, 0x61, 0x9d, 0x18, 0xc8, 0x4a, 0x3f, 0x47,
    +    0x18, 0xe2, 0x44, 0x8b, 0x2f, 0xe3, 0x24, 0xd9,
    +    0xcc, 0xda, 0x27, 0x10, 0xac, 0xad, 0xe2, 0x56
    +};
    +
    +static const u8 T9[] = {
    +    0x99, 0x24, 0xa7, 0xc8, 0x58, 0x73, 0x36, 0xbf,
    +    0xb1, 0x18, 0x02, 0x4d, 0xb8, 0x67, 0x4a, 0x14
    +};
     
     /* Test Case 10 */
    -#define K10 K9
    -#define IV10 IV9
    -static const u8	P10[]= {0xd9,0x31,0x32,0x25,0xf8,0x84,0x06,0xe5,0xa5,0x59,0x09,0xc5,0xaf,0xf5,0x26,0x9a,
    -			0x86,0xa7,0xa9,0x53,0x15,0x34,0xf7,0xda,0x2e,0x4c,0x30,0x3d,0x8a,0x31,0x8a,0x72,
    -			0x1c,0x3c,0x0c,0x95,0x95,0x68,0x09,0x53,0x2f,0xcf,0x0e,0x24,0x49,0xa6,0xb5,0x25,
    -			0xb1,0x6a,0xed,0xf5,0xaa,0x0d,0xe6,0x57,0xba,0x63,0x7b,0x39},
    -		A10[]= {0xfe,0xed,0xfa,0xce,0xde,0xad,0xbe,0xef,0xfe,0xed,0xfa,0xce,0xde,0xad,0xbe,0xef,
    -			0xab,0xad,0xda,0xd2},
    -		C10[]= {0x39,0x80,0xca,0x0b,0x3c,0x00,0xe8,0x41,0xeb,0x06,0xfa,0xc4,0x87,0x2a,0x27,0x57,
    -			0x85,0x9e,0x1c,0xea,0xa6,0xef,0xd9,0x84,0x62,0x85,0x93,0xb4,0x0c,0xa1,0xe1,0x9c,
    -			0x7d,0x77,0x3d,0x00,0xc1,0x44,0xc5,0x25,0xac,0x61,0x9d,0x18,0xc8,0x4a,0x3f,0x47,
    -			0x18,0xe2,0x44,0x8b,0x2f,0xe3,0x24,0xd9,0xcc,0xda,0x27,0x10},
    -		T10[]= {0x25,0x19,0x49,0x8e,0x80,0xf1,0x47,0x8f,0x37,0xba,0x55,0xbd,0x6d,0x27,0x61,0x8c};
    +# define K10 K9
    +# define IV10 IV9
    +static const u8 P10[] = {
    +    0xd9, 0x31, 0x32, 0x25, 0xf8, 0x84, 0x06, 0xe5,
    +    0xa5, 0x59, 0x09, 0xc5, 0xaf, 0xf5, 0x26, 0x9a,
    +    0x86, 0xa7, 0xa9, 0x53, 0x15, 0x34, 0xf7, 0xda,
    +    0x2e, 0x4c, 0x30, 0x3d, 0x8a, 0x31, 0x8a, 0x72,
    +    0x1c, 0x3c, 0x0c, 0x95, 0x95, 0x68, 0x09, 0x53,
    +    0x2f, 0xcf, 0x0e, 0x24, 0x49, 0xa6, 0xb5, 0x25,
    +    0xb1, 0x6a, 0xed, 0xf5, 0xaa, 0x0d, 0xe6, 0x57,
    +    0xba, 0x63, 0x7b, 0x39
    +};
    +
    +static const u8 A10[] = {
    +    0xfe, 0xed, 0xfa, 0xce, 0xde, 0xad, 0xbe, 0xef,
    +    0xfe, 0xed, 0xfa, 0xce, 0xde, 0xad, 0xbe, 0xef,
    +    0xab, 0xad, 0xda, 0xd2
    +};
    +
    +static const u8 C10[] = {
    +    0x39, 0x80, 0xca, 0x0b, 0x3c, 0x00, 0xe8, 0x41,
    +    0xeb, 0x06, 0xfa, 0xc4, 0x87, 0x2a, 0x27, 0x57,
    +    0x85, 0x9e, 0x1c, 0xea, 0xa6, 0xef, 0xd9, 0x84,
    +    0x62, 0x85, 0x93, 0xb4, 0x0c, 0xa1, 0xe1, 0x9c,
    +    0x7d, 0x77, 0x3d, 0x00, 0xc1, 0x44, 0xc5, 0x25,
    +    0xac, 0x61, 0x9d, 0x18, 0xc8, 0x4a, 0x3f, 0x47,
    +    0x18, 0xe2, 0x44, 0x8b, 0x2f, 0xe3, 0x24, 0xd9,
    +    0xcc, 0xda, 0x27, 0x10
    +};
    +
    +static const u8 T10[] = {
    +    0x25, 0x19, 0x49, 0x8e, 0x80, 0xf1, 0x47, 0x8f,
    +    0x37, 0xba, 0x55, 0xbd, 0x6d, 0x27, 0x61, 0x8c
    +};
     
     /* Test Case 11 */
    -#define K11 K10
    -#define P11 P10
    -#define A11 A10
    -static const u8	IV11[]={0xca,0xfe,0xba,0xbe,0xfa,0xce,0xdb,0xad},
    -		C11[]= {0x0f,0x10,0xf5,0x99,0xae,0x14,0xa1,0x54,0xed,0x24,0xb3,0x6e,0x25,0x32,0x4d,0xb8,
    -			0xc5,0x66,0x63,0x2e,0xf2,0xbb,0xb3,0x4f,0x83,0x47,0x28,0x0f,0xc4,0x50,0x70,0x57,
    -			0xfd,0xdc,0x29,0xdf,0x9a,0x47,0x1f,0x75,0xc6,0x65,0x41,0xd4,0xd4,0xda,0xd1,0xc9,
    -			0xe9,0x3a,0x19,0xa5,0x8e,0x8b,0x47,0x3f,0xa0,0xf0,0x62,0xf7},
    -		T11[]= {0x65,0xdc,0xc5,0x7f,0xcf,0x62,0x3a,0x24,0x09,0x4f,0xcc,0xa4,0x0d,0x35,0x33,0xf8};
    +# define K11 K10
    +# define P11 P10
    +# define A11 A10
    +static const u8 IV11[] = { 0xca, 0xfe, 0xba, 0xbe, 0xfa, 0xce, 0xdb, 0xad };
    +
    +static const u8 C11[] = {
    +    0x0f, 0x10, 0xf5, 0x99, 0xae, 0x14, 0xa1, 0x54,
    +    0xed, 0x24, 0xb3, 0x6e, 0x25, 0x32, 0x4d, 0xb8,
    +    0xc5, 0x66, 0x63, 0x2e, 0xf2, 0xbb, 0xb3, 0x4f,
    +    0x83, 0x47, 0x28, 0x0f, 0xc4, 0x50, 0x70, 0x57,
    +    0xfd, 0xdc, 0x29, 0xdf, 0x9a, 0x47, 0x1f, 0x75,
    +    0xc6, 0x65, 0x41, 0xd4, 0xd4, 0xda, 0xd1, 0xc9,
    +    0xe9, 0x3a, 0x19, 0xa5, 0x8e, 0x8b, 0x47, 0x3f,
    +    0xa0, 0xf0, 0x62, 0xf7
    +};
    +
    +static const u8 T11[] = {
    +    0x65, 0xdc, 0xc5, 0x7f, 0xcf, 0x62, 0x3a, 0x24,
    +    0x09, 0x4f, 0xcc, 0xa4, 0x0d, 0x35, 0x33, 0xf8
    +};
     
     /* Test Case 12 */
    -#define K12 K11
    -#define P12 P11
    -#define A12 A11
    -static const u8	IV12[]={0x93,0x13,0x22,0x5d,0xf8,0x84,0x06,0xe5,0x55,0x90,0x9c,0x5a,0xff,0x52,0x69,0xaa,
    -			0x6a,0x7a,0x95,0x38,0x53,0x4f,0x7d,0xa1,0xe4,0xc3,0x03,0xd2,0xa3,0x18,0xa7,0x28,
    -			0xc3,0xc0,0xc9,0x51,0x56,0x80,0x95,0x39,0xfc,0xf0,0xe2,0x42,0x9a,0x6b,0x52,0x54,
    -			0x16,0xae,0xdb,0xf5,0xa0,0xde,0x6a,0x57,0xa6,0x37,0xb3,0x9b},
    -		C12[]= {0xd2,0x7e,0x88,0x68,0x1c,0xe3,0x24,0x3c,0x48,0x30,0x16,0x5a,0x8f,0xdc,0xf9,0xff,
    -			0x1d,0xe9,0xa1,0xd8,0xe6,0xb4,0x47,0xef,0x6e,0xf7,0xb7,0x98,0x28,0x66,0x6e,0x45,
    -			0x81,0xe7,0x90,0x12,0xaf,0x34,0xdd,0xd9,0xe2,0xf0,0x37,0x58,0x9b,0x29,0x2d,0xb3,
    -			0xe6,0x7c,0x03,0x67,0x45,0xfa,0x22,0xe7,0xe9,0xb7,0x37,0x3b},
    -		T12[]= {0xdc,0xf5,0x66,0xff,0x29,0x1c,0x25,0xbb,0xb8,0x56,0x8f,0xc3,0xd3,0x76,0xa6,0xd9};
    +# define K12 K11
    +# define P12 P11
    +# define A12 A11
    +static const u8 IV12[] = {
    +    0x93, 0x13, 0x22, 0x5d, 0xf8, 0x84, 0x06, 0xe5,
    +    0x55, 0x90, 0x9c, 0x5a, 0xff, 0x52, 0x69, 0xaa,
    +    0x6a, 0x7a, 0x95, 0x38, 0x53, 0x4f, 0x7d, 0xa1,
    +    0xe4, 0xc3, 0x03, 0xd2, 0xa3, 0x18, 0xa7, 0x28,
    +    0xc3, 0xc0, 0xc9, 0x51, 0x56, 0x80, 0x95, 0x39,
    +    0xfc, 0xf0, 0xe2, 0x42, 0x9a, 0x6b, 0x52, 0x54,
    +    0x16, 0xae, 0xdb, 0xf5, 0xa0, 0xde, 0x6a, 0x57,
    +    0xa6, 0x37, 0xb3, 0x9b
    +};
    +
    +static const u8 C12[] = {
    +    0xd2, 0x7e, 0x88, 0x68, 0x1c, 0xe3, 0x24, 0x3c,
    +    0x48, 0x30, 0x16, 0x5a, 0x8f, 0xdc, 0xf9, 0xff,
    +    0x1d, 0xe9, 0xa1, 0xd8, 0xe6, 0xb4, 0x47, 0xef,
    +    0x6e, 0xf7, 0xb7, 0x98, 0x28, 0x66, 0x6e, 0x45,
    +    0x81, 0xe7, 0x90, 0x12, 0xaf, 0x34, 0xdd, 0xd9,
    +    0xe2, 0xf0, 0x37, 0x58, 0x9b, 0x29, 0x2d, 0xb3,
    +    0xe6, 0x7c, 0x03, 0x67, 0x45, 0xfa, 0x22, 0xe7,
    +    0xe9, 0xb7, 0x37, 0x3b
    +};
    +
    +static const u8 T12[] = {
    +    0xdc, 0xf5, 0x66, 0xff, 0x29, 0x1c, 0x25, 0xbb,
    +    0xb8, 0x56, 0x8f, 0xc3, 0xd3, 0x76, 0xa6, 0xd9
    +};
     
     /* Test Case 13 */
    -static const u8	K13[32],
    -		*P13=NULL,
    -		*A13=NULL,
    -		IV13[12],
    -		*C13=NULL,
    -		T13[]={0x53,0x0f,0x8a,0xfb,0xc7,0x45,0x36,0xb9,0xa9,0x63,0xb4,0xf1,0xc4,0xcb,0x73,0x8b};
    +static const u8 K13[32], *P13 = NULL, *A13 = NULL, IV13[12], *C13 = NULL;
    +static const u8 T13[] = {
    +    0x53, 0x0f, 0x8a, 0xfb, 0xc7, 0x45, 0x36, 0xb9,
    +    0xa9, 0x63, 0xb4, 0xf1, 0xc4, 0xcb, 0x73, 0x8b
    +};
     
     /* Test Case 14 */
    -#define K14 K13
    -#define A14 A13
    -static const u8	P14[16],
    -		IV14[12],
    -		C14[]= {0xce,0xa7,0x40,0x3d,0x4d,0x60,0x6b,0x6e,0x07,0x4e,0xc5,0xd3,0xba,0xf3,0x9d,0x18},
    -		T14[]= {0xd0,0xd1,0xc8,0xa7,0x99,0x99,0x6b,0xf0,0x26,0x5b,0x98,0xb5,0xd4,0x8a,0xb9,0x19};
    +# define K14 K13
    +# define A14 A13
    +static const u8 P14[16], IV14[12];
    +static const u8 C14[] = {
    +    0xce, 0xa7, 0x40, 0x3d, 0x4d, 0x60, 0x6b, 0x6e,
    +    0x07, 0x4e, 0xc5, 0xd3, 0xba, 0xf3, 0x9d, 0x18
    +};
    +
    +static const u8 T14[] = {
    +    0xd0, 0xd1, 0xc8, 0xa7, 0x99, 0x99, 0x6b, 0xf0,
    +    0x26, 0x5b, 0x98, 0xb5, 0xd4, 0x8a, 0xb9, 0x19
    +};
     
     /* Test Case 15 */
    -#define A15 A14
    -static const u8	K15[]= {0xfe,0xff,0xe9,0x92,0x86,0x65,0x73,0x1c,0x6d,0x6a,0x8f,0x94,0x67,0x30,0x83,0x08,
    -			0xfe,0xff,0xe9,0x92,0x86,0x65,0x73,0x1c,0x6d,0x6a,0x8f,0x94,0x67,0x30,0x83,0x08},
    -		P15[]= {0xd9,0x31,0x32,0x25,0xf8,0x84,0x06,0xe5,0xa5,0x59,0x09,0xc5,0xaf,0xf5,0x26,0x9a,
    -			0x86,0xa7,0xa9,0x53,0x15,0x34,0xf7,0xda,0x2e,0x4c,0x30,0x3d,0x8a,0x31,0x8a,0x72,
    -			0x1c,0x3c,0x0c,0x95,0x95,0x68,0x09,0x53,0x2f,0xcf,0x0e,0x24,0x49,0xa6,0xb5,0x25,
    -			0xb1,0x6a,0xed,0xf5,0xaa,0x0d,0xe6,0x57,0xba,0x63,0x7b,0x39,0x1a,0xaf,0xd2,0x55},
    -		IV15[]={0xca,0xfe,0xba,0xbe,0xfa,0xce,0xdb,0xad,0xde,0xca,0xf8,0x88},
    -		C15[]= {0x52,0x2d,0xc1,0xf0,0x99,0x56,0x7d,0x07,0xf4,0x7f,0x37,0xa3,0x2a,0x84,0x42,0x7d,
    -			0x64,0x3a,0x8c,0xdc,0xbf,0xe5,0xc0,0xc9,0x75,0x98,0xa2,0xbd,0x25,0x55,0xd1,0xaa,
    -			0x8c,0xb0,0x8e,0x48,0x59,0x0d,0xbb,0x3d,0xa7,0xb0,0x8b,0x10,0x56,0x82,0x88,0x38,
    -			0xc5,0xf6,0x1e,0x63,0x93,0xba,0x7a,0x0a,0xbc,0xc9,0xf6,0x62,0x89,0x80,0x15,0xad},
    -		T15[]= {0xb0,0x94,0xda,0xc5,0xd9,0x34,0x71,0xbd,0xec,0x1a,0x50,0x22,0x70,0xe3,0xcc,0x6c};
    +# define A15 A14
    +static const u8 K15[] = {
    +    0xfe, 0xff, 0xe9, 0x92, 0x86, 0x65, 0x73, 0x1c,
    +    0x6d, 0x6a, 0x8f, 0x94, 0x67, 0x30, 0x83, 0x08,
    +    0xfe, 0xff, 0xe9, 0x92, 0x86, 0x65, 0x73, 0x1c,
    +    0x6d, 0x6a, 0x8f, 0x94, 0x67, 0x30, 0x83, 0x08
    +};
    +
    +static const u8 P15[] = {
    +    0xd9, 0x31, 0x32, 0x25, 0xf8, 0x84, 0x06, 0xe5,
    +    0xa5, 0x59, 0x09, 0xc5, 0xaf, 0xf5, 0x26, 0x9a,
    +    0x86, 0xa7, 0xa9, 0x53, 0x15, 0x34, 0xf7, 0xda,
    +    0x2e, 0x4c, 0x30, 0x3d, 0x8a, 0x31, 0x8a, 0x72,
    +    0x1c, 0x3c, 0x0c, 0x95, 0x95, 0x68, 0x09, 0x53,
    +    0x2f, 0xcf, 0x0e, 0x24, 0x49, 0xa6, 0xb5, 0x25,
    +    0xb1, 0x6a, 0xed, 0xf5, 0xaa, 0x0d, 0xe6, 0x57,
    +    0xba, 0x63, 0x7b, 0x39, 0x1a, 0xaf, 0xd2, 0x55
    +};
    +
    +static const u8 IV15[] = {
    +    0xca, 0xfe, 0xba, 0xbe, 0xfa, 0xce, 0xdb, 0xad,
    +    0xde, 0xca, 0xf8, 0x88
    +};
    +
    +static const u8 C15[] = {
    +    0x52, 0x2d, 0xc1, 0xf0, 0x99, 0x56, 0x7d, 0x07,
    +    0xf4, 0x7f, 0x37, 0xa3, 0x2a, 0x84, 0x42, 0x7d,
    +    0x64, 0x3a, 0x8c, 0xdc, 0xbf, 0xe5, 0xc0, 0xc9,
    +    0x75, 0x98, 0xa2, 0xbd, 0x25, 0x55, 0xd1, 0xaa,
    +    0x8c, 0xb0, 0x8e, 0x48, 0x59, 0x0d, 0xbb, 0x3d,
    +    0xa7, 0xb0, 0x8b, 0x10, 0x56, 0x82, 0x88, 0x38,
    +    0xc5, 0xf6, 0x1e, 0x63, 0x93, 0xba, 0x7a, 0x0a,
    +    0xbc, 0xc9, 0xf6, 0x62, 0x89, 0x80, 0x15, 0xad
    +};
    +
    +static const u8 T15[] = {
    +    0xb0, 0x94, 0xda, 0xc5, 0xd9, 0x34, 0x71, 0xbd,
    +    0xec, 0x1a, 0x50, 0x22, 0x70, 0xe3, 0xcc, 0x6c
    +};
     
     /* Test Case 16 */
    -#define K16 K15
    -#define IV16 IV15
    -static const u8	P16[]= {0xd9,0x31,0x32,0x25,0xf8,0x84,0x06,0xe5,0xa5,0x59,0x09,0xc5,0xaf,0xf5,0x26,0x9a,
    -			0x86,0xa7,0xa9,0x53,0x15,0x34,0xf7,0xda,0x2e,0x4c,0x30,0x3d,0x8a,0x31,0x8a,0x72,
    -			0x1c,0x3c,0x0c,0x95,0x95,0x68,0x09,0x53,0x2f,0xcf,0x0e,0x24,0x49,0xa6,0xb5,0x25,
    -			0xb1,0x6a,0xed,0xf5,0xaa,0x0d,0xe6,0x57,0xba,0x63,0x7b,0x39},
    -		A16[]= {0xfe,0xed,0xfa,0xce,0xde,0xad,0xbe,0xef,0xfe,0xed,0xfa,0xce,0xde,0xad,0xbe,0xef,
    -			0xab,0xad,0xda,0xd2},
    -		C16[]= {0x52,0x2d,0xc1,0xf0,0x99,0x56,0x7d,0x07,0xf4,0x7f,0x37,0xa3,0x2a,0x84,0x42,0x7d,
    -			0x64,0x3a,0x8c,0xdc,0xbf,0xe5,0xc0,0xc9,0x75,0x98,0xa2,0xbd,0x25,0x55,0xd1,0xaa,
    -			0x8c,0xb0,0x8e,0x48,0x59,0x0d,0xbb,0x3d,0xa7,0xb0,0x8b,0x10,0x56,0x82,0x88,0x38,
    -			0xc5,0xf6,0x1e,0x63,0x93,0xba,0x7a,0x0a,0xbc,0xc9,0xf6,0x62},
    -		T16[]= {0x76,0xfc,0x6e,0xce,0x0f,0x4e,0x17,0x68,0xcd,0xdf,0x88,0x53,0xbb,0x2d,0x55,0x1b};
    +# define K16 K15
    +# define IV16 IV15
    +static const u8 P16[] = {
    +    0xd9, 0x31, 0x32, 0x25, 0xf8, 0x84, 0x06, 0xe5,
    +    0xa5, 0x59, 0x09, 0xc5, 0xaf, 0xf5, 0x26, 0x9a,
    +    0x86, 0xa7, 0xa9, 0x53, 0x15, 0x34, 0xf7, 0xda,
    +    0x2e, 0x4c, 0x30, 0x3d, 0x8a, 0x31, 0x8a, 0x72,
    +    0x1c, 0x3c, 0x0c, 0x95, 0x95, 0x68, 0x09, 0x53,
    +    0x2f, 0xcf, 0x0e, 0x24, 0x49, 0xa6, 0xb5, 0x25,
    +    0xb1, 0x6a, 0xed, 0xf5, 0xaa, 0x0d, 0xe6, 0x57,
    +    0xba, 0x63, 0x7b, 0x39
    +};
    +
    +static const u8 A16[] = {
    +    0xfe, 0xed, 0xfa, 0xce, 0xde, 0xad, 0xbe, 0xef,
    +    0xfe, 0xed, 0xfa, 0xce, 0xde, 0xad, 0xbe, 0xef,
    +    0xab, 0xad, 0xda, 0xd2
    +};
    +
    +static const u8 C16[] = {
    +    0x52, 0x2d, 0xc1, 0xf0, 0x99, 0x56, 0x7d, 0x07,
    +    0xf4, 0x7f, 0x37, 0xa3, 0x2a, 0x84, 0x42, 0x7d,
    +    0x64, 0x3a, 0x8c, 0xdc, 0xbf, 0xe5, 0xc0, 0xc9,
    +    0x75, 0x98, 0xa2, 0xbd, 0x25, 0x55, 0xd1, 0xaa,
    +    0x8c, 0xb0, 0x8e, 0x48, 0x59, 0x0d, 0xbb, 0x3d,
    +    0xa7, 0xb0, 0x8b, 0x10, 0x56, 0x82, 0x88, 0x38,
    +    0xc5, 0xf6, 0x1e, 0x63, 0x93, 0xba, 0x7a, 0x0a,
    +    0xbc, 0xc9, 0xf6, 0x62
    +};
    +
    +static const u8 T16[] = {
    +    0x76, 0xfc, 0x6e, 0xce, 0x0f, 0x4e, 0x17, 0x68,
    +    0xcd, 0xdf, 0x88, 0x53, 0xbb, 0x2d, 0x55, 0x1b
    +};
     
     /* Test Case 17 */
    -#define K17 K16
    -#define P17 P16
    -#define A17 A16
    -static const u8	IV17[]={0xca,0xfe,0xba,0xbe,0xfa,0xce,0xdb,0xad},
    -		C17[]= {0xc3,0x76,0x2d,0xf1,0xca,0x78,0x7d,0x32,0xae,0x47,0xc1,0x3b,0xf1,0x98,0x44,0xcb,
    -			0xaf,0x1a,0xe1,0x4d,0x0b,0x97,0x6a,0xfa,0xc5,0x2f,0xf7,0xd7,0x9b,0xba,0x9d,0xe0,
    -			0xfe,0xb5,0x82,0xd3,0x39,0x34,0xa4,0xf0,0x95,0x4c,0xc2,0x36,0x3b,0xc7,0x3f,0x78,
    -			0x62,0xac,0x43,0x0e,0x64,0xab,0xe4,0x99,0xf4,0x7c,0x9b,0x1f},
    -		T17[]= {0x3a,0x33,0x7d,0xbf,0x46,0xa7,0x92,0xc4,0x5e,0x45,0x49,0x13,0xfe,0x2e,0xa8,0xf2};
    +# define K17 K16
    +# define P17 P16
    +# define A17 A16
    +static const u8 IV17[] = { 0xca, 0xfe, 0xba, 0xbe, 0xfa, 0xce, 0xdb, 0xad };
    +
    +static const u8 C17[] = {
    +    0xc3, 0x76, 0x2d, 0xf1, 0xca, 0x78, 0x7d, 0x32,
    +    0xae, 0x47, 0xc1, 0x3b, 0xf1, 0x98, 0x44, 0xcb,
    +    0xaf, 0x1a, 0xe1, 0x4d, 0x0b, 0x97, 0x6a, 0xfa,
    +    0xc5, 0x2f, 0xf7, 0xd7, 0x9b, 0xba, 0x9d, 0xe0,
    +    0xfe, 0xb5, 0x82, 0xd3, 0x39, 0x34, 0xa4, 0xf0,
    +    0x95, 0x4c, 0xc2, 0x36, 0x3b, 0xc7, 0x3f, 0x78,
    +    0x62, 0xac, 0x43, 0x0e, 0x64, 0xab, 0xe4, 0x99,
    +    0xf4, 0x7c, 0x9b, 0x1f
    +};
    +
    +static const u8 T17[] = {
    +    0x3a, 0x33, 0x7d, 0xbf, 0x46, 0xa7, 0x92, 0xc4,
    +    0x5e, 0x45, 0x49, 0x13, 0xfe, 0x2e, 0xa8, 0xf2
    +};
     
     /* Test Case 18 */
    -#define K18 K17
    -#define P18 P17
    -#define A18 A17
    -static const u8	IV18[]={0x93,0x13,0x22,0x5d,0xf8,0x84,0x06,0xe5,0x55,0x90,0x9c,0x5a,0xff,0x52,0x69,0xaa,
    -			0x6a,0x7a,0x95,0x38,0x53,0x4f,0x7d,0xa1,0xe4,0xc3,0x03,0xd2,0xa3,0x18,0xa7,0x28,
    -			0xc3,0xc0,0xc9,0x51,0x56,0x80,0x95,0x39,0xfc,0xf0,0xe2,0x42,0x9a,0x6b,0x52,0x54,
    -			0x16,0xae,0xdb,0xf5,0xa0,0xde,0x6a,0x57,0xa6,0x37,0xb3,0x9b},
    -		C18[]= {0x5a,0x8d,0xef,0x2f,0x0c,0x9e,0x53,0xf1,0xf7,0x5d,0x78,0x53,0x65,0x9e,0x2a,0x20,
    -			0xee,0xb2,0xb2,0x2a,0xaf,0xde,0x64,0x19,0xa0,0x58,0xab,0x4f,0x6f,0x74,0x6b,0xf4,
    -			0x0f,0xc0,0xc3,0xb7,0x80,0xf2,0x44,0x45,0x2d,0xa3,0xeb,0xf1,0xc5,0xd8,0x2c,0xde,
    -			0xa2,0x41,0x89,0x97,0x20,0x0e,0xf8,0x2e,0x44,0xae,0x7e,0x3f},
    -		T18[]= {0xa4,0x4a,0x82,0x66,0xee,0x1c,0x8e,0xb0,0xc8,0xb5,0xd4,0xcf,0x5a,0xe9,0xf1,0x9a};
    +# define K18 K17
    +# define P18 P17
    +# define A18 A17
    +static const u8 IV18[] = {
    +    0x93, 0x13, 0x22, 0x5d, 0xf8, 0x84, 0x06, 0xe5,
    +    0x55, 0x90, 0x9c, 0x5a, 0xff, 0x52, 0x69, 0xaa,
    +    0x6a, 0x7a, 0x95, 0x38, 0x53, 0x4f, 0x7d, 0xa1,
    +    0xe4, 0xc3, 0x03, 0xd2, 0xa3, 0x18, 0xa7, 0x28,
    +    0xc3, 0xc0, 0xc9, 0x51, 0x56, 0x80, 0x95, 0x39,
    +    0xfc, 0xf0, 0xe2, 0x42, 0x9a, 0x6b, 0x52, 0x54,
    +    0x16, 0xae, 0xdb, 0xf5, 0xa0, 0xde, 0x6a, 0x57,
    +    0xa6, 0x37, 0xb3, 0x9b
    +};
    +
    +static const u8 C18[] = {
    +    0x5a, 0x8d, 0xef, 0x2f, 0x0c, 0x9e, 0x53, 0xf1,
    +    0xf7, 0x5d, 0x78, 0x53, 0x65, 0x9e, 0x2a, 0x20,
    +    0xee, 0xb2, 0xb2, 0x2a, 0xaf, 0xde, 0x64, 0x19,
    +    0xa0, 0x58, 0xab, 0x4f, 0x6f, 0x74, 0x6b, 0xf4,
    +    0x0f, 0xc0, 0xc3, 0xb7, 0x80, 0xf2, 0x44, 0x45,
    +    0x2d, 0xa3, 0xeb, 0xf1, 0xc5, 0xd8, 0x2c, 0xde,
    +    0xa2, 0x41, 0x89, 0x97, 0x20, 0x0e, 0xf8, 0x2e,
    +    0x44, 0xae, 0x7e, 0x3f
    +};
    +
    +static const u8 T18[] = {
    +    0xa4, 0x4a, 0x82, 0x66, 0xee, 0x1c, 0x8e, 0xb0,
    +    0xc8, 0xb5, 0xd4, 0xcf, 0x5a, 0xe9, 0xf1, 0x9a
    +};
     
     /* Test Case 19 */
    -#define K19 K1
    -#define P19 P1
    -#define IV19 IV1
    -#define C19 C1
    -static const u8 A19[]= {0xd9,0x31,0x32,0x25,0xf8,0x84,0x06,0xe5,0xa5,0x59,0x09,0xc5,0xaf,0xf5,0x26,0x9a,
    -			0x86,0xa7,0xa9,0x53,0x15,0x34,0xf7,0xda,0x2e,0x4c,0x30,0x3d,0x8a,0x31,0x8a,0x72,
    -			0x1c,0x3c,0x0c,0x95,0x95,0x68,0x09,0x53,0x2f,0xcf,0x0e,0x24,0x49,0xa6,0xb5,0x25,
    -			0xb1,0x6a,0xed,0xf5,0xaa,0x0d,0xe6,0x57,0xba,0x63,0x7b,0x39,0x1a,0xaf,0xd2,0x55,
    -			0x52,0x2d,0xc1,0xf0,0x99,0x56,0x7d,0x07,0xf4,0x7f,0x37,0xa3,0x2a,0x84,0x42,0x7d,
    -			0x64,0x3a,0x8c,0xdc,0xbf,0xe5,0xc0,0xc9,0x75,0x98,0xa2,0xbd,0x25,0x55,0xd1,0xaa,
    -			0x8c,0xb0,0x8e,0x48,0x59,0x0d,0xbb,0x3d,0xa7,0xb0,0x8b,0x10,0x56,0x82,0x88,0x38,
    -			0xc5,0xf6,0x1e,0x63,0x93,0xba,0x7a,0x0a,0xbc,0xc9,0xf6,0x62,0x89,0x80,0x15,0xad},
    -		T19[]= {0x5f,0xea,0x79,0x3a,0x2d,0x6f,0x97,0x4d,0x37,0xe6,0x8e,0x0c,0xb8,0xff,0x94,0x92};
    +# define K19 K1
    +# define P19 P1
    +# define IV19 IV1
    +# define C19 C1
    +static const u8 A19[] = {
    +    0xd9, 0x31, 0x32, 0x25, 0xf8, 0x84, 0x06, 0xe5,
    +    0xa5, 0x59, 0x09, 0xc5, 0xaf, 0xf5, 0x26, 0x9a,
    +    0x86, 0xa7, 0xa9, 0x53, 0x15, 0x34, 0xf7, 0xda,
    +    0x2e, 0x4c, 0x30, 0x3d, 0x8a, 0x31, 0x8a, 0x72,
    +    0x1c, 0x3c, 0x0c, 0x95, 0x95, 0x68, 0x09, 0x53,
    +    0x2f, 0xcf, 0x0e, 0x24, 0x49, 0xa6, 0xb5, 0x25,
    +    0xb1, 0x6a, 0xed, 0xf5, 0xaa, 0x0d, 0xe6, 0x57,
    +    0xba, 0x63, 0x7b, 0x39, 0x1a, 0xaf, 0xd2, 0x55,
    +    0x52, 0x2d, 0xc1, 0xf0, 0x99, 0x56, 0x7d, 0x07,
    +    0xf4, 0x7f, 0x37, 0xa3, 0x2a, 0x84, 0x42, 0x7d,
    +    0x64, 0x3a, 0x8c, 0xdc, 0xbf, 0xe5, 0xc0, 0xc9,
    +    0x75, 0x98, 0xa2, 0xbd, 0x25, 0x55, 0xd1, 0xaa,
    +    0x8c, 0xb0, 0x8e, 0x48, 0x59, 0x0d, 0xbb, 0x3d,
    +    0xa7, 0xb0, 0x8b, 0x10, 0x56, 0x82, 0x88, 0x38,
    +    0xc5, 0xf6, 0x1e, 0x63, 0x93, 0xba, 0x7a, 0x0a,
    +    0xbc, 0xc9, 0xf6, 0x62, 0x89, 0x80, 0x15, 0xad
    +};
    +
    +static const u8 T19[] = {
    +    0x5f, 0xea, 0x79, 0x3a, 0x2d, 0x6f, 0x97, 0x4d,
    +    0x37, 0xe6, 0x8e, 0x0c, 0xb8, 0xff, 0x94, 0x92
    +};
     
     /* Test Case 20 */
    -#define K20 K1
    -#define A20 A1
    -static const u8 IV20[64]={0xff,0xff,0xff,0xff},	/* this results in 0xff in counter LSB */
    -		P20[288],
    -		C20[]= {0x56,0xb3,0x37,0x3c,0xa9,0xef,0x6e,0x4a,0x2b,0x64,0xfe,0x1e,0x9a,0x17,0xb6,0x14,
    -			0x25,0xf1,0x0d,0x47,0xa7,0x5a,0x5f,0xce,0x13,0xef,0xc6,0xbc,0x78,0x4a,0xf2,0x4f,
    -			0x41,0x41,0xbd,0xd4,0x8c,0xf7,0xc7,0x70,0x88,0x7a,0xfd,0x57,0x3c,0xca,0x54,0x18,
    -			0xa9,0xae,0xff,0xcd,0x7c,0x5c,0xed,0xdf,0xc6,0xa7,0x83,0x97,0xb9,0xa8,0x5b,0x49,
    -			0x9d,0xa5,0x58,0x25,0x72,0x67,0xca,0xab,0x2a,0xd0,0xb2,0x3c,0xa4,0x76,0xa5,0x3c,
    -			0xb1,0x7f,0xb4,0x1c,0x4b,0x8b,0x47,0x5c,0xb4,0xf3,0xf7,0x16,0x50,0x94,0xc2,0x29,
    -			0xc9,0xe8,0xc4,0xdc,0x0a,0x2a,0x5f,0xf1,0x90,0x3e,0x50,0x15,0x11,0x22,0x13,0x76,
    -			0xa1,0xcd,0xb8,0x36,0x4c,0x50,0x61,0xa2,0x0c,0xae,0x74,0xbc,0x4a,0xcd,0x76,0xce,
    -			0xb0,0xab,0xc9,0xfd,0x32,0x17,0xef,0x9f,0x8c,0x90,0xbe,0x40,0x2d,0xdf,0x6d,0x86,
    -			0x97,0xf4,0xf8,0x80,0xdf,0xf1,0x5b,0xfb,0x7a,0x6b,0x28,0x24,0x1e,0xc8,0xfe,0x18,
    -			0x3c,0x2d,0x59,0xe3,0xf9,0xdf,0xff,0x65,0x3c,0x71,0x26,0xf0,0xac,0xb9,0xe6,0x42,
    -			0x11,0xf4,0x2b,0xae,0x12,0xaf,0x46,0x2b,0x10,0x70,0xbe,0xf1,0xab,0x5e,0x36,0x06,
    -			0x87,0x2c,0xa1,0x0d,0xee,0x15,0xb3,0x24,0x9b,0x1a,0x1b,0x95,0x8f,0x23,0x13,0x4c,
    -			0x4b,0xcc,0xb7,0xd0,0x32,0x00,0xbc,0xe4,0x20,0xa2,0xf8,0xeb,0x66,0xdc,0xf3,0x64,
    -			0x4d,0x14,0x23,0xc1,0xb5,0x69,0x90,0x03,0xc1,0x3e,0xce,0xf4,0xbf,0x38,0xa3,0xb6,
    -			0x0e,0xed,0xc3,0x40,0x33,0xba,0xc1,0x90,0x27,0x83,0xdc,0x6d,0x89,0xe2,0xe7,0x74,
    -			0x18,0x8a,0x43,0x9c,0x7e,0xbc,0xc0,0x67,0x2d,0xbd,0xa4,0xdd,0xcf,0xb2,0x79,0x46,
    -			0x13,0xb0,0xbe,0x41,0x31,0x5e,0xf7,0x78,0x70,0x8a,0x70,0xee,0x7d,0x75,0x16,0x5c},
    -		T20[]= {0x8b,0x30,0x7f,0x6b,0x33,0x28,0x6d,0x0a,0xb0,0x26,0xa9,0xed,0x3f,0xe1,0xe8,0x5f};
    -
    -#define TEST_CASE(n)	do {					\
    -	u8 out[sizeof(P##n)];					\
    -	AES_set_encrypt_key(K##n,sizeof(K##n)*8,&key);		\
    -	CRYPTO_gcm128_init(&ctx,&key,(block128_f)AES_encrypt);	\
    -	CRYPTO_gcm128_setiv(&ctx,IV##n,sizeof(IV##n));		\
    -	memset(out,0,sizeof(out));				\
    -	if (A##n) CRYPTO_gcm128_aad(&ctx,A##n,sizeof(A##n));	\
    -	if (P##n) CRYPTO_gcm128_encrypt(&ctx,P##n,out,sizeof(out));	\
    -	if (CRYPTO_gcm128_finish(&ctx,T##n,16) ||		\
    -	    (C##n && memcmp(out,C##n,sizeof(out))))		\
    -		ret++, printf ("encrypt test#%d failed.\n",n);	\
    -	CRYPTO_gcm128_setiv(&ctx,IV##n,sizeof(IV##n));		\
    -	memset(out,0,sizeof(out));				\
    -	if (A##n) CRYPTO_gcm128_aad(&ctx,A##n,sizeof(A##n));	\
    -	if (C##n) CRYPTO_gcm128_decrypt(&ctx,C##n,out,sizeof(out));	\
    -	if (CRYPTO_gcm128_finish(&ctx,T##n,16) ||		\
    -	    (P##n && memcmp(out,P##n,sizeof(out))))		\
    -		ret++, printf ("decrypt test#%d failed.\n",n);	\
    -	} while(0)
    +# define K20 K1
    +# define A20 A1
    +/* this results in 0xff in counter LSB */
    +static const u8 IV20[64] = { 0xff, 0xff, 0xff, 0xff };
    +
    +static const u8 P20[288];
    +static const u8 C20[] = {
    +    0x56, 0xb3, 0x37, 0x3c, 0xa9, 0xef, 0x6e, 0x4a,
    +    0x2b, 0x64, 0xfe, 0x1e, 0x9a, 0x17, 0xb6, 0x14,
    +    0x25, 0xf1, 0x0d, 0x47, 0xa7, 0x5a, 0x5f, 0xce,
    +    0x13, 0xef, 0xc6, 0xbc, 0x78, 0x4a, 0xf2, 0x4f,
    +    0x41, 0x41, 0xbd, 0xd4, 0x8c, 0xf7, 0xc7, 0x70,
    +    0x88, 0x7a, 0xfd, 0x57, 0x3c, 0xca, 0x54, 0x18,
    +    0xa9, 0xae, 0xff, 0xcd, 0x7c, 0x5c, 0xed, 0xdf,
    +    0xc6, 0xa7, 0x83, 0x97, 0xb9, 0xa8, 0x5b, 0x49,
    +    0x9d, 0xa5, 0x58, 0x25, 0x72, 0x67, 0xca, 0xab,
    +    0x2a, 0xd0, 0xb2, 0x3c, 0xa4, 0x76, 0xa5, 0x3c,
    +    0xb1, 0x7f, 0xb4, 0x1c, 0x4b, 0x8b, 0x47, 0x5c,
    +    0xb4, 0xf3, 0xf7, 0x16, 0x50, 0x94, 0xc2, 0x29,
    +    0xc9, 0xe8, 0xc4, 0xdc, 0x0a, 0x2a, 0x5f, 0xf1,
    +    0x90, 0x3e, 0x50, 0x15, 0x11, 0x22, 0x13, 0x76,
    +    0xa1, 0xcd, 0xb8, 0x36, 0x4c, 0x50, 0x61, 0xa2,
    +    0x0c, 0xae, 0x74, 0xbc, 0x4a, 0xcd, 0x76, 0xce,
    +    0xb0, 0xab, 0xc9, 0xfd, 0x32, 0x17, 0xef, 0x9f,
    +    0x8c, 0x90, 0xbe, 0x40, 0x2d, 0xdf, 0x6d, 0x86,
    +    0x97, 0xf4, 0xf8, 0x80, 0xdf, 0xf1, 0x5b, 0xfb,
    +    0x7a, 0x6b, 0x28, 0x24, 0x1e, 0xc8, 0xfe, 0x18,
    +    0x3c, 0x2d, 0x59, 0xe3, 0xf9, 0xdf, 0xff, 0x65,
    +    0x3c, 0x71, 0x26, 0xf0, 0xac, 0xb9, 0xe6, 0x42,
    +    0x11, 0xf4, 0x2b, 0xae, 0x12, 0xaf, 0x46, 0x2b,
    +    0x10, 0x70, 0xbe, 0xf1, 0xab, 0x5e, 0x36, 0x06,
    +    0x87, 0x2c, 0xa1, 0x0d, 0xee, 0x15, 0xb3, 0x24,
    +    0x9b, 0x1a, 0x1b, 0x95, 0x8f, 0x23, 0x13, 0x4c,
    +    0x4b, 0xcc, 0xb7, 0xd0, 0x32, 0x00, 0xbc, 0xe4,
    +    0x20, 0xa2, 0xf8, 0xeb, 0x66, 0xdc, 0xf3, 0x64,
    +    0x4d, 0x14, 0x23, 0xc1, 0xb5, 0x69, 0x90, 0x03,
    +    0xc1, 0x3e, 0xce, 0xf4, 0xbf, 0x38, 0xa3, 0xb6,
    +    0x0e, 0xed, 0xc3, 0x40, 0x33, 0xba, 0xc1, 0x90,
    +    0x27, 0x83, 0xdc, 0x6d, 0x89, 0xe2, 0xe7, 0x74,
    +    0x18, 0x8a, 0x43, 0x9c, 0x7e, 0xbc, 0xc0, 0x67,
    +    0x2d, 0xbd, 0xa4, 0xdd, 0xcf, 0xb2, 0x79, 0x46,
    +    0x13, 0xb0, 0xbe, 0x41, 0x31, 0x5e, 0xf7, 0x78,
    +    0x70, 0x8a, 0x70, 0xee, 0x7d, 0x75, 0x16, 0x5c
    +};
    +
    +static const u8 T20[] = {
    +    0x8b, 0x30, 0x7f, 0x6b, 0x33, 0x28, 0x6d, 0x0a,
    +    0xb0, 0x26, 0xa9, 0xed, 0x3f, 0xe1, 0xe8, 0x5f
    +};
    +
    +# define TEST_CASE(n)    do {                                    \
    +        u8 out[sizeof(P##n)];                                   \
    +        AES_set_encrypt_key(K##n,sizeof(K##n)*8,&key);          \
    +        CRYPTO_gcm128_init(&ctx,&key,(block128_f)AES_encrypt);  \
    +        CRYPTO_gcm128_setiv(&ctx,IV##n,sizeof(IV##n));          \
    +        memset(out,0,sizeof(out));                              \
    +        if (A##n) CRYPTO_gcm128_aad(&ctx,A##n,sizeof(A##n));    \
    +        if (P##n) CRYPTO_gcm128_encrypt(&ctx,P##n,out,sizeof(out));     \
    +        if (CRYPTO_gcm128_finish(&ctx,T##n,16) ||               \
    +            (C##n && memcmp(out,C##n,sizeof(out))))             \
    +                ret++, printf ("encrypt test#%d failed.\n",n);  \
    +        CRYPTO_gcm128_setiv(&ctx,IV##n,sizeof(IV##n));          \
    +        memset(out,0,sizeof(out));                              \
    +        if (A##n) CRYPTO_gcm128_aad(&ctx,A##n,sizeof(A##n));    \
    +        if (C##n) CRYPTO_gcm128_decrypt(&ctx,C##n,out,sizeof(out));     \
    +        if (CRYPTO_gcm128_finish(&ctx,T##n,16) ||               \
    +            (P##n && memcmp(out,P##n,sizeof(out))))             \
    +                ret++, printf ("decrypt test#%d failed.\n",n);  \
    +        } while(0)
     
     int main()
     {
    -	GCM128_CONTEXT ctx;
    -	AES_KEY key;
    -	int ret=0;
    -
    -	TEST_CASE(1);
    -	TEST_CASE(2);
    -	TEST_CASE(3);
    -	TEST_CASE(4);
    -	TEST_CASE(5);
    -	TEST_CASE(6);
    -	TEST_CASE(7);
    -	TEST_CASE(8);
    -	TEST_CASE(9);
    -	TEST_CASE(10);
    -	TEST_CASE(11);
    -	TEST_CASE(12);
    -	TEST_CASE(13);
    -	TEST_CASE(14);
    -	TEST_CASE(15);
    -	TEST_CASE(16);
    -	TEST_CASE(17);
    -	TEST_CASE(18);
    -	TEST_CASE(19);
    -	TEST_CASE(20);
    -
    -#ifdef OPENSSL_CPUID_OBJ
    -	{
    -	size_t start,stop,gcm_t,ctr_t,OPENSSL_rdtsc();
    -	union { u64 u; u8 c[1024]; } buf;
    -	int i;
    -
    -	AES_set_encrypt_key(K1,sizeof(K1)*8,&key);
    -	CRYPTO_gcm128_init(&ctx,&key,(block128_f)AES_encrypt);
    -	CRYPTO_gcm128_setiv(&ctx,IV1,sizeof(IV1));
    -
    -	CRYPTO_gcm128_encrypt(&ctx,buf.c,buf.c,sizeof(buf));
    -	start = OPENSSL_rdtsc();
    -	CRYPTO_gcm128_encrypt(&ctx,buf.c,buf.c,sizeof(buf));
    -	gcm_t = OPENSSL_rdtsc() - start;
    -
    -	CRYPTO_ctr128_encrypt(buf.c,buf.c,sizeof(buf),
    -			&key,ctx.Yi.c,ctx.EKi.c,&ctx.mres,
    -			(block128_f)AES_encrypt);
    -	start = OPENSSL_rdtsc();
    -	CRYPTO_ctr128_encrypt(buf.c,buf.c,sizeof(buf),
    -			&key,ctx.Yi.c,ctx.EKi.c,&ctx.mres,
    -			(block128_f)AES_encrypt);
    -	ctr_t = OPENSSL_rdtsc() - start;
    -
    -	printf("%.2f-%.2f=%.2f\n",
    -			gcm_t/(double)sizeof(buf),
    -			ctr_t/(double)sizeof(buf),
    -			(gcm_t-ctr_t)/(double)sizeof(buf));
    -#ifdef GHASH
    -	{
    -	void (*gcm_ghash_p)(u64 Xi[2],const u128 Htable[16],
    -				const u8 *inp,size_t len)	= ctx.ghash;
    -
    -	GHASH((&ctx),buf.c,sizeof(buf));
    -	start = OPENSSL_rdtsc();
    -	for (i=0;i<100;++i) GHASH((&ctx),buf.c,sizeof(buf));
    -	gcm_t = OPENSSL_rdtsc() - start;
    -	printf("%.2f\n",gcm_t/(double)sizeof(buf)/(double)i);
    -	}
    -#endif
    -	}
    -#endif
    +    GCM128_CONTEXT ctx;
    +    AES_KEY key;
    +    int ret = 0;
    +
    +    TEST_CASE(1);
    +    TEST_CASE(2);
    +    TEST_CASE(3);
    +    TEST_CASE(4);
    +    TEST_CASE(5);
    +    TEST_CASE(6);
    +    TEST_CASE(7);
    +    TEST_CASE(8);
    +    TEST_CASE(9);
    +    TEST_CASE(10);
    +    TEST_CASE(11);
    +    TEST_CASE(12);
    +    TEST_CASE(13);
    +    TEST_CASE(14);
    +    TEST_CASE(15);
    +    TEST_CASE(16);
    +    TEST_CASE(17);
    +    TEST_CASE(18);
    +    TEST_CASE(19);
    +    TEST_CASE(20);
    +
    +# ifdef OPENSSL_CPUID_OBJ
    +    {
    +        size_t start, stop, gcm_t, ctr_t, OPENSSL_rdtsc();
    +        union {
    +            u64 u;
    +            u8 c[1024];
    +        } buf;
    +        int i;
    +
    +        AES_set_encrypt_key(K1, sizeof(K1) * 8, &key);
    +        CRYPTO_gcm128_init(&ctx, &key, (block128_f) AES_encrypt);
    +        CRYPTO_gcm128_setiv(&ctx, IV1, sizeof(IV1));
    +
    +        CRYPTO_gcm128_encrypt(&ctx, buf.c, buf.c, sizeof(buf));
    +        start = OPENSSL_rdtsc();
    +        CRYPTO_gcm128_encrypt(&ctx, buf.c, buf.c, sizeof(buf));
    +        gcm_t = OPENSSL_rdtsc() - start;
    +
    +        CRYPTO_ctr128_encrypt(buf.c, buf.c, sizeof(buf),
    +                              &key, ctx.Yi.c, ctx.EKi.c, &ctx.mres,
    +                              (block128_f) AES_encrypt);
    +        start = OPENSSL_rdtsc();
    +        CRYPTO_ctr128_encrypt(buf.c, buf.c, sizeof(buf),
    +                              &key, ctx.Yi.c, ctx.EKi.c, &ctx.mres,
    +                              (block128_f) AES_encrypt);
    +        ctr_t = OPENSSL_rdtsc() - start;
    +
    +        printf("%.2f-%.2f=%.2f\n",
    +               gcm_t / (double)sizeof(buf),
    +               ctr_t / (double)sizeof(buf),
    +               (gcm_t - ctr_t) / (double)sizeof(buf));
    +#  ifdef GHASH
    +        {
    +            void (*gcm_ghash_p) (u64 Xi[2], const u128 Htable[16],
    +                                 const u8 *inp, size_t len) = ctx.ghash;
    +
    +            GHASH((&ctx), buf.c, sizeof(buf));
    +            start = OPENSSL_rdtsc();
    +            for (i = 0; i < 100; ++i)
    +                GHASH((&ctx), buf.c, sizeof(buf));
    +            gcm_t = OPENSSL_rdtsc() - start;
    +            printf("%.2f\n", gcm_t / (double)sizeof(buf) / (double)i);
    +        }
    +#  endif
    +    }
    +# endif
     
    -	return ret;
    +    return ret;
     }
     #endif
    diff --git a/openssl/crypto/modes/modes.h b/openssl/crypto/modes/modes.h
    index 7773c2542..fd488499a 100644
    --- a/openssl/crypto/modes/modes.h
    +++ b/openssl/crypto/modes/modes.h
    @@ -10,132 +10,154 @@
     #ifdef  __cplusplus
     extern "C" {
     #endif
    -typedef void (*block128_f)(const unsigned char in[16],
    -			unsigned char out[16],
    -			const void *key);
    +typedef void (*block128_f) (const unsigned char in[16],
    +                            unsigned char out[16], const void *key);
     
    -typedef void (*cbc128_f)(const unsigned char *in, unsigned char *out,
    -			size_t len, const void *key,
    -			unsigned char ivec[16], int enc);
    +typedef void (*cbc128_f) (const unsigned char *in, unsigned char *out,
    +                          size_t len, const void *key,
    +                          unsigned char ivec[16], int enc);
     
    -typedef void (*ctr128_f)(const unsigned char *in, unsigned char *out,
    -			size_t blocks, const void *key,
    -			const unsigned char ivec[16]);
    +typedef void (*ctr128_f) (const unsigned char *in, unsigned char *out,
    +                          size_t blocks, const void *key,
    +                          const unsigned char ivec[16]);
     
    -typedef void (*ccm128_f)(const unsigned char *in, unsigned char *out,
    -			size_t blocks, const void *key,
    -			const unsigned char ivec[16],unsigned char cmac[16]);
    +typedef void (*ccm128_f) (const unsigned char *in, unsigned char *out,
    +                          size_t blocks, const void *key,
    +                          const unsigned char ivec[16],
    +                          unsigned char cmac[16]);
     
     void CRYPTO_cbc128_encrypt(const unsigned char *in, unsigned char *out,
    -			size_t len, const void *key,
    -			unsigned char ivec[16], block128_f block);
    +                           size_t len, const void *key,
    +                           unsigned char ivec[16], block128_f block);
     void CRYPTO_cbc128_decrypt(const unsigned char *in, unsigned char *out,
    -			size_t len, const void *key,
    -			unsigned char ivec[16], block128_f block);
    +                           size_t len, const void *key,
    +                           unsigned char ivec[16], block128_f block);
     
     void CRYPTO_ctr128_encrypt(const unsigned char *in, unsigned char *out,
    -			size_t len, const void *key,
    -			unsigned char ivec[16], unsigned char ecount_buf[16],
    -			unsigned int *num, block128_f block);
    +                           size_t len, const void *key,
    +                           unsigned char ivec[16],
    +                           unsigned char ecount_buf[16], unsigned int *num,
    +                           block128_f block);
     
     void CRYPTO_ctr128_encrypt_ctr32(const unsigned char *in, unsigned char *out,
    -			size_t len, const void *key,
    -			unsigned char ivec[16], unsigned char ecount_buf[16],
    -			unsigned int *num, ctr128_f ctr);
    +                                 size_t len, const void *key,
    +                                 unsigned char ivec[16],
    +                                 unsigned char ecount_buf[16],
    +                                 unsigned int *num, ctr128_f ctr);
     
     void CRYPTO_ofb128_encrypt(const unsigned char *in, unsigned char *out,
    -			size_t len, const void *key,
    -			unsigned char ivec[16], int *num,
    -			block128_f block);
    +                           size_t len, const void *key,
    +                           unsigned char ivec[16], int *num,
    +                           block128_f block);
     
     void CRYPTO_cfb128_encrypt(const unsigned char *in, unsigned char *out,
    -			size_t len, const void *key,
    -			unsigned char ivec[16], int *num,
    -			int enc, block128_f block);
    +                           size_t len, const void *key,
    +                           unsigned char ivec[16], int *num,
    +                           int enc, block128_f block);
     void CRYPTO_cfb128_8_encrypt(const unsigned char *in, unsigned char *out,
    -			size_t length, const void *key,
    -			unsigned char ivec[16], int *num,
    -			int enc, block128_f block);
    +                             size_t length, const void *key,
    +                             unsigned char ivec[16], int *num,
    +                             int enc, block128_f block);
     void CRYPTO_cfb128_1_encrypt(const unsigned char *in, unsigned char *out,
    -			size_t bits, const void *key,
    -			unsigned char ivec[16], int *num,
    -			int enc, block128_f block);
    -
    -size_t CRYPTO_cts128_encrypt_block(const unsigned char *in, unsigned char *out,
    -			size_t len, const void *key,
    -			unsigned char ivec[16], block128_f block);
    +                             size_t bits, const void *key,
    +                             unsigned char ivec[16], int *num,
    +                             int enc, block128_f block);
    +
    +size_t CRYPTO_cts128_encrypt_block(const unsigned char *in,
    +                                   unsigned char *out, size_t len,
    +                                   const void *key, unsigned char ivec[16],
    +                                   block128_f block);
     size_t CRYPTO_cts128_encrypt(const unsigned char *in, unsigned char *out,
    -			size_t len, const void *key,
    -			unsigned char ivec[16], cbc128_f cbc);
    -size_t CRYPTO_cts128_decrypt_block(const unsigned char *in, unsigned char *out,
    -			size_t len, const void *key,
    -			unsigned char ivec[16], block128_f block);
    +                             size_t len, const void *key,
    +                             unsigned char ivec[16], cbc128_f cbc);
    +size_t CRYPTO_cts128_decrypt_block(const unsigned char *in,
    +                                   unsigned char *out, size_t len,
    +                                   const void *key, unsigned char ivec[16],
    +                                   block128_f block);
     size_t CRYPTO_cts128_decrypt(const unsigned char *in, unsigned char *out,
    -			size_t len, const void *key,
    -			unsigned char ivec[16], cbc128_f cbc);
    -
    -size_t CRYPTO_nistcts128_encrypt_block(const unsigned char *in, unsigned char *out,
    -			size_t len, const void *key,
    -			unsigned char ivec[16], block128_f block);
    +                             size_t len, const void *key,
    +                             unsigned char ivec[16], cbc128_f cbc);
    +
    +size_t CRYPTO_nistcts128_encrypt_block(const unsigned char *in,
    +                                       unsigned char *out, size_t len,
    +                                       const void *key,
    +                                       unsigned char ivec[16],
    +                                       block128_f block);
     size_t CRYPTO_nistcts128_encrypt(const unsigned char *in, unsigned char *out,
    -			size_t len, const void *key,
    -			unsigned char ivec[16], cbc128_f cbc);
    -size_t CRYPTO_nistcts128_decrypt_block(const unsigned char *in, unsigned char *out,
    -			size_t len, const void *key,
    -			unsigned char ivec[16], block128_f block);
    +                                 size_t len, const void *key,
    +                                 unsigned char ivec[16], cbc128_f cbc);
    +size_t CRYPTO_nistcts128_decrypt_block(const unsigned char *in,
    +                                       unsigned char *out, size_t len,
    +                                       const void *key,
    +                                       unsigned char ivec[16],
    +                                       block128_f block);
     size_t CRYPTO_nistcts128_decrypt(const unsigned char *in, unsigned char *out,
    -			size_t len, const void *key,
    -			unsigned char ivec[16], cbc128_f cbc);
    +                                 size_t len, const void *key,
    +                                 unsigned char ivec[16], cbc128_f cbc);
     
     typedef struct gcm128_context GCM128_CONTEXT;
     
     GCM128_CONTEXT *CRYPTO_gcm128_new(void *key, block128_f block);
    -void CRYPTO_gcm128_init(GCM128_CONTEXT *ctx,void *key,block128_f block);
    +void CRYPTO_gcm128_init(GCM128_CONTEXT *ctx, void *key, block128_f block);
     void CRYPTO_gcm128_setiv(GCM128_CONTEXT *ctx, const unsigned char *iv,
    -			size_t len);
    +                         size_t len);
     int CRYPTO_gcm128_aad(GCM128_CONTEXT *ctx, const unsigned char *aad,
    -			size_t len);
    +                      size_t len);
     int CRYPTO_gcm128_encrypt(GCM128_CONTEXT *ctx,
    -			const unsigned char *in, unsigned char *out,
    -			size_t len);
    +                          const unsigned char *in, unsigned char *out,
    +                          size_t len);
     int CRYPTO_gcm128_decrypt(GCM128_CONTEXT *ctx,
    -			const unsigned char *in, unsigned char *out,
    -			size_t len);
    +                          const unsigned char *in, unsigned char *out,
    +                          size_t len);
     int CRYPTO_gcm128_encrypt_ctr32(GCM128_CONTEXT *ctx,
    -			const unsigned char *in, unsigned char *out,
    -			size_t len, ctr128_f stream);
    +                                const unsigned char *in, unsigned char *out,
    +                                size_t len, ctr128_f stream);
     int CRYPTO_gcm128_decrypt_ctr32(GCM128_CONTEXT *ctx,
    -			const unsigned char *in, unsigned char *out,
    -			size_t len, ctr128_f stream);
    -int CRYPTO_gcm128_finish(GCM128_CONTEXT *ctx,const unsigned char *tag,
    -			size_t len);
    +                                const unsigned char *in, unsigned char *out,
    +                                size_t len, ctr128_f stream);
    +int CRYPTO_gcm128_finish(GCM128_CONTEXT *ctx, const unsigned char *tag,
    +                         size_t len);
     void CRYPTO_gcm128_tag(GCM128_CONTEXT *ctx, unsigned char *tag, size_t len);
     void CRYPTO_gcm128_release(GCM128_CONTEXT *ctx);
     
     typedef struct ccm128_context CCM128_CONTEXT;
     
     void CRYPTO_ccm128_init(CCM128_CONTEXT *ctx,
    -	unsigned int M, unsigned int L, void *key,block128_f block);
    -int CRYPTO_ccm128_setiv(CCM128_CONTEXT *ctx,
    -	const unsigned char *nonce, size_t nlen, size_t mlen);
    -void CRYPTO_ccm128_aad(CCM128_CONTEXT *ctx,
    -	const unsigned char *aad, size_t alen);
    -int CRYPTO_ccm128_encrypt(CCM128_CONTEXT *ctx,
    -	const unsigned char *inp, unsigned char *out, size_t len);
    -int CRYPTO_ccm128_decrypt(CCM128_CONTEXT *ctx,
    -	const unsigned char *inp, unsigned char *out, size_t len);
    -int CRYPTO_ccm128_encrypt_ccm64(CCM128_CONTEXT *ctx,
    -	const unsigned char *inp, unsigned char *out, size_t len,
    -	ccm128_f stream);
    -int CRYPTO_ccm128_decrypt_ccm64(CCM128_CONTEXT *ctx,
    -	const unsigned char *inp, unsigned char *out, size_t len,
    -	ccm128_f stream);
    +                        unsigned int M, unsigned int L, void *key,
    +                        block128_f block);
    +int CRYPTO_ccm128_setiv(CCM128_CONTEXT *ctx, const unsigned char *nonce,
    +                        size_t nlen, size_t mlen);
    +void CRYPTO_ccm128_aad(CCM128_CONTEXT *ctx, const unsigned char *aad,
    +                       size_t alen);
    +int CRYPTO_ccm128_encrypt(CCM128_CONTEXT *ctx, const unsigned char *inp,
    +                          unsigned char *out, size_t len);
    +int CRYPTO_ccm128_decrypt(CCM128_CONTEXT *ctx, const unsigned char *inp,
    +                          unsigned char *out, size_t len);
    +int CRYPTO_ccm128_encrypt_ccm64(CCM128_CONTEXT *ctx, const unsigned char *inp,
    +                                unsigned char *out, size_t len,
    +                                ccm128_f stream);
    +int CRYPTO_ccm128_decrypt_ccm64(CCM128_CONTEXT *ctx, const unsigned char *inp,
    +                                unsigned char *out, size_t len,
    +                                ccm128_f stream);
     size_t CRYPTO_ccm128_tag(CCM128_CONTEXT *ctx, unsigned char *tag, size_t len);
     
     typedef struct xts128_context XTS128_CONTEXT;
     
    -int CRYPTO_xts128_encrypt(const XTS128_CONTEXT *ctx, const unsigned char iv[16],
    -	const unsigned char *inp, unsigned char *out, size_t len, int enc);
    +int CRYPTO_xts128_encrypt(const XTS128_CONTEXT *ctx,
    +                          const unsigned char iv[16],
    +                          const unsigned char *inp, unsigned char *out,
    +                          size_t len, int enc);
    +
    +size_t CRYPTO_128_wrap(void *key, const unsigned char *iv,
    +                       unsigned char *out,
    +                       const unsigned char *in, size_t inlen,
    +                       block128_f block);
    +
    +size_t CRYPTO_128_unwrap(void *key, const unsigned char *iv,
    +                         unsigned char *out,
    +                         const unsigned char *in, size_t inlen,
    +                         block128_f block);
    +
     #ifdef  __cplusplus
     }
     #endif
    diff --git a/openssl/crypto/modes/modes_lcl.h b/openssl/crypto/modes/modes_lcl.h
    index 9d83e1284..900f54ca2 100644
    --- a/openssl/crypto/modes/modes_lcl.h
    +++ b/openssl/crypto/modes/modes_lcl.h
    @@ -7,122 +7,137 @@
     
     #include 
     
    -
     #if (defined(_WIN32) || defined(_WIN64)) && !defined(__MINGW32__)
     typedef __int64 i64;
     typedef unsigned __int64 u64;
    -#define U64(C) C##UI64
    +# define U64(C) C##UI64
     #elif defined(__arch64__)
     typedef long i64;
     typedef unsigned long u64;
    -#define U64(C) C##UL
    +# define U64(C) C##UL
     #else
     typedef long long i64;
     typedef unsigned long long u64;
    -#define U64(C) C##ULL
    +# define U64(C) C##ULL
     #endif
     
     typedef unsigned int u32;
     typedef unsigned char u8;
     
     #define STRICT_ALIGNMENT 1
    -#if defined(__i386)	|| defined(__i386__)	|| \
    -    defined(__x86_64)	|| defined(__x86_64__)	|| \
    -    defined(_M_IX86)	|| defined(_M_AMD64)	|| defined(_M_X64) || \
    -    defined(__s390__)	|| defined(__s390x__)
    -# undef STRICT_ALIGNMENT
    +#ifndef PEDANTIC
    +# if defined(__i386)    || defined(__i386__)    || \
    +     defined(__x86_64)  || defined(__x86_64__)  || \
    +     defined(_M_IX86)   || defined(_M_AMD64)    || defined(_M_X64) || \
    +     defined(__aarch64__)                       || \
    +     defined(__s390__)  || defined(__s390x__)
    +#  undef STRICT_ALIGNMENT
    +# endif
     #endif
     
     #if !defined(PEDANTIC) && !defined(OPENSSL_NO_ASM) && !defined(OPENSSL_NO_INLINE_ASM)
    -#if defined(__GNUC__) && __GNUC__>=2
    -# if defined(__x86_64) || defined(__x86_64__)
    -#  define BSWAP8(x) ({	u64 ret=(x);			\
    -			asm ("bswapq %0"		\
    -			: "+r"(ret));	ret;		})
    -#  define BSWAP4(x) ({	u32 ret=(x);			\
    -			asm ("bswapl %0"		\
    -			: "+r"(ret));	ret;		})
    -# elif (defined(__i386) || defined(__i386__)) && !defined(I386_ONLY)
    -#  define BSWAP8(x) ({	u32 lo=(u64)(x)>>32,hi=(x);	\
    -			asm ("bswapl %0; bswapl %1"	\
    -			: "+r"(hi),"+r"(lo));		\
    -			(u64)hi<<32|lo;			})
    -#  define BSWAP4(x) ({	u32 ret=(x);			\
    -			asm ("bswapl %0"		\
    -			: "+r"(ret));	ret;		})
    -# elif (defined(__arm__) || defined(__arm)) && !defined(STRICT_ALIGNMENT)
    -#  define BSWAP8(x) ({	u32 lo=(u64)(x)>>32,hi=(x);	\
    -			asm ("rev %0,%0; rev %1,%1"	\
    -			: "+r"(hi),"+r"(lo));		\
    -			(u64)hi<<32|lo;			})
    -#  define BSWAP4(x) ({	u32 ret;			\
    -			asm ("rev %0,%1"		\
    -			: "=r"(ret) : "r"((u32)(x)));	\
    -			ret;				})
    +# if defined(__GNUC__) && __GNUC__>=2
    +#  if defined(__x86_64) || defined(__x86_64__)
    +#   define BSWAP8(x) ({ u64 ret=(x);                    \
    +                        asm ("bswapq %0"                \
    +                        : "+r"(ret));   ret;            })
    +#   define BSWAP4(x) ({ u32 ret=(x);                    \
    +                        asm ("bswapl %0"                \
    +                        : "+r"(ret));   ret;            })
    +#  elif (defined(__i386) || defined(__i386__)) && !defined(I386_ONLY)
    +#   define BSWAP8(x) ({ u32 lo=(u64)(x)>>32,hi=(x);     \
    +                        asm ("bswapl %0; bswapl %1"     \
    +                        : "+r"(hi),"+r"(lo));           \
    +                        (u64)hi<<32|lo;                 })
    +#   define BSWAP4(x) ({ u32 ret=(x);                    \
    +                        asm ("bswapl %0"                \
    +                        : "+r"(ret));   ret;            })
    +#  elif defined(__aarch64__)
    +#   define BSWAP8(x) ({ u64 ret;                        \
    +                        asm ("rev %0,%1"                \
    +                        : "=r"(ret) : "r"(x)); ret;     })
    +#   define BSWAP4(x) ({ u32 ret;                        \
    +                        asm ("rev %w0,%w1"              \
    +                        : "=r"(ret) : "r"(x)); ret;     })
    +#  elif (defined(__arm__) || defined(__arm)) && !defined(STRICT_ALIGNMENT)
    +#   define BSWAP8(x) ({ u32 lo=(u64)(x)>>32,hi=(x);     \
    +                        asm ("rev %0,%0; rev %1,%1"     \
    +                        : "+r"(hi),"+r"(lo));           \
    +                        (u64)hi<<32|lo;                 })
    +#   define BSWAP4(x) ({ u32 ret;                        \
    +                        asm ("rev %0,%1"                \
    +                        : "=r"(ret) : "r"((u32)(x)));   \
    +                        ret;                            })
    +#  endif
    +# elif defined(_MSC_VER)
    +#  if _MSC_VER>=1300
    +#   pragma intrinsic(_byteswap_uint64,_byteswap_ulong)
    +#   define BSWAP8(x)    _byteswap_uint64((u64)(x))
    +#   define BSWAP4(x)    _byteswap_ulong((u32)(x))
    +#  elif defined(_M_IX86)
    +__inline u32 _bswap4(u32 val)
    +{
    +_asm mov eax, val _asm bswap eax}
    +#   define BSWAP4(x)    _bswap4(x)
    +#  endif
     # endif
    -#elif defined(_MSC_VER)
    -# if _MSC_VER>=1300
    -#  pragma intrinsic(_byteswap_uint64,_byteswap_ulong)
    -#  define BSWAP8(x)	_byteswap_uint64((u64)(x))
    -#  define BSWAP4(x)	_byteswap_ulong((u32)(x))
    -# elif defined(_M_IX86)
    -   __inline u32 _bswap4(u32 val) {
    -	_asm mov eax,val
    -	_asm bswap eax
    -   }
    -#  define BSWAP4(x)	_bswap4(x)
    -# endif
    -#endif
     #endif
    -
     #if defined(BSWAP4) && !defined(STRICT_ALIGNMENT)
    -#define GETU32(p)	BSWAP4(*(const u32 *)(p))
    -#define PUTU32(p,v)	*(u32 *)(p) = BSWAP4(v)
    +# define GETU32(p)       BSWAP4(*(const u32 *)(p))
    +# define PUTU32(p,v)     *(u32 *)(p) = BSWAP4(v)
     #else
    -#define GETU32(p)	((u32)(p)[0]<<24|(u32)(p)[1]<<16|(u32)(p)[2]<<8|(u32)(p)[3])
    -#define PUTU32(p,v)	((p)[0]=(u8)((v)>>24),(p)[1]=(u8)((v)>>16),(p)[2]=(u8)((v)>>8),(p)[3]=(u8)(v))
    +# define GETU32(p)       ((u32)(p)[0]<<24|(u32)(p)[1]<<16|(u32)(p)[2]<<8|(u32)(p)[3])
    +# define PUTU32(p,v)     ((p)[0]=(u8)((v)>>24),(p)[1]=(u8)((v)>>16),(p)[2]=(u8)((v)>>8),(p)[3]=(u8)(v))
     #endif
    +/*- GCM definitions */ typedef struct {
    +    u64 hi, lo;
    +} u128;
     
    -/* GCM definitions */
    -
    -typedef struct { u64 hi,lo; } u128;
    -
    -#ifdef	TABLE_BITS
    -#undef	TABLE_BITS
    +#ifdef  TABLE_BITS
    +# undef  TABLE_BITS
     #endif
     /*
      * Even though permitted values for TABLE_BITS are 8, 4 and 1, it should
      * never be set to 8 [or 1]. For further information see gcm128.c.
      */
    -#define	TABLE_BITS 4
    +#define TABLE_BITS 4
     
     struct gcm128_context {
    -	/* Following 6 names follow names in GCM specification */
    -	union { u64 u[2]; u32 d[4]; u8 c[16]; size_t t[16/sizeof(size_t)]; }
    -	  Yi,EKi,EK0,len,Xi,H;
    -	/* Relative position of Xi, H and pre-computed Htable is used
    -	 * in some assembler modules, i.e. don't change the order! */
    +    /* Following 6 names follow names in GCM specification */
    +    union {
    +        u64 u[2];
    +        u32 d[4];
    +        u8 c[16];
    +        size_t t[16 / sizeof(size_t)];
    +    } Yi, EKi, EK0, len, Xi, H;
    +    /*
    +     * Relative position of Xi, H and pre-computed Htable is used in some
    +     * assembler modules, i.e. don't change the order!
    +     */
     #if TABLE_BITS==8
    -	u128 Htable[256];
    +    u128 Htable[256];
     #else
    -	u128 Htable[16];
    -	void (*gmult)(u64 Xi[2],const u128 Htable[16]);
    -	void (*ghash)(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len);
    +    u128 Htable[16];
    +    void (*gmult) (u64 Xi[2], const u128 Htable[16]);
    +    void (*ghash) (u64 Xi[2], const u128 Htable[16], const u8 *inp,
    +                   size_t len);
     #endif
    -	unsigned int mres, ares;
    -	block128_f block;
    -	void *key;
    +    unsigned int mres, ares;
    +    block128_f block;
    +    void *key;
     };
     
     struct xts128_context {
    -	void      *key1, *key2;
    -	block128_f block1,block2;
    +    void *key1, *key2;
    +    block128_f block1, block2;
     };
     
     struct ccm128_context {
    -	union { u64 u[2]; u8 c[16]; } nonce, cmac;
    -	u64 blocks;
    -	block128_f block;
    -	void *key;
    +    union {
    +        u64 u[2];
    +        u8 c[16];
    +    } nonce, cmac;
    +    u64 blocks;
    +    block128_f block;
    +    void *key;
     };
    -
    diff --git a/openssl/crypto/modes/ofb128.c b/openssl/crypto/modes/ofb128.c
    index 01c01702c..4dbaccd7a 100644
    --- a/openssl/crypto/modes/ofb128.c
    +++ b/openssl/crypto/modes/ofb128.c
    @@ -6,7 +6,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -59,63 +59,66 @@
     #endif
     #include 
     
    -/* The input and output encrypted as though 128bit ofb mode is being
    - * used.  The extra state information to record how much of the
    - * 128bit block we have used is contained in *num;
    +/*
    + * The input and output encrypted as though 128bit ofb mode is being used.
    + * The extra state information to record how much of the 128bit block we have
    + * used is contained in *num;
      */
     void CRYPTO_ofb128_encrypt(const unsigned char *in, unsigned char *out,
    -			size_t len, const void *key,
    -			unsigned char ivec[16], int *num,
    -			block128_f block)
    +                           size_t len, const void *key,
    +                           unsigned char ivec[16], int *num, block128_f block)
     {
    -	unsigned int n;
    -	size_t l=0;
    +    unsigned int n;
    +    size_t l = 0;
     
    -	assert(in && out && key && ivec && num);
    +    assert(in && out && key && ivec && num);
     
    -	n = *num;
    +    n = *num;
     
     #if !defined(OPENSSL_SMALL_FOOTPRINT)
    -	if (16%sizeof(size_t) == 0) do { /* always true actually */
    -		while (n && len) {
    -			*(out++) = *(in++) ^ ivec[n];
    -			--len;
    -			n = (n+1) % 16;
    -		}
    -#if defined(STRICT_ALIGNMENT)
    -		if (((size_t)in|(size_t)out|(size_t)ivec)%sizeof(size_t) != 0)
    -			break;
    -#endif
    -		while (len>=16) {
    -			(*block)(ivec, ivec, key);
    -			for (; n<16; n+=sizeof(size_t))
    -				*(size_t*)(out+n) =
    -				*(size_t*)(in+n) ^ *(size_t*)(ivec+n);
    -			len -= 16;
    -			out += 16;
    -			in  += 16;
    -			n = 0;
    -		}
    -		if (len) {
    -			(*block)(ivec, ivec, key);
    -			while (len--) {
    -				out[n] = in[n] ^ ivec[n];
    -				++n;
    -			}
    -		}
    -		*num = n;
    -		return;
    -	} while(0);
    -	/* the rest would be commonly eliminated by x86* compiler */
    +    if (16 % sizeof(size_t) == 0) { /* always true actually */
    +        do {
    +            while (n && len) {
    +                *(out++) = *(in++) ^ ivec[n];
    +                --len;
    +                n = (n + 1) % 16;
    +            }
    +# if defined(STRICT_ALIGNMENT)
    +            if (((size_t)in | (size_t)out | (size_t)ivec) % sizeof(size_t) !=
    +                0)
    +                break;
    +# endif
    +            while (len >= 16) {
    +                (*block) (ivec, ivec, key);
    +                for (; n < 16; n += sizeof(size_t))
    +                    *(size_t *)(out + n) =
    +                        *(size_t *)(in + n) ^ *(size_t *)(ivec + n);
    +                len -= 16;
    +                out += 16;
    +                in += 16;
    +                n = 0;
    +            }
    +            if (len) {
    +                (*block) (ivec, ivec, key);
    +                while (len--) {
    +                    out[n] = in[n] ^ ivec[n];
    +                    ++n;
    +                }
    +            }
    +            *num = n;
    +            return;
    +        } while (0);
    +    }
    +    /* the rest would be commonly eliminated by x86* compiler */
     #endif
    -	while (l
    +
    +static const unsigned char default_iv[] = {
    +    0xA6, 0xA6, 0xA6, 0xA6, 0xA6, 0xA6, 0xA6, 0xA6,
    +};
    +
    +/*
    + * Input size limit: lower than maximum of standards but far larger than
    + * anything that will be used in practice.
    + */
    +#define CRYPTO128_WRAP_MAX (1UL << 31)
    +
    +size_t CRYPTO_128_wrap(void *key, const unsigned char *iv,
    +                       unsigned char *out,
    +                       const unsigned char *in, size_t inlen,
    +                       block128_f block)
    +{
    +    unsigned char *A, B[16], *R;
    +    size_t i, j, t;
    +    if ((inlen & 0x7) || (inlen < 8) || (inlen > CRYPTO128_WRAP_MAX))
    +        return 0;
    +    A = B;
    +    t = 1;
    +    memcpy(out + 8, in, inlen);
    +    if (!iv)
    +        iv = default_iv;
    +
    +    memcpy(A, iv, 8);
    +
    +    for (j = 0; j < 6; j++) {
    +        R = out + 8;
    +        for (i = 0; i < inlen; i += 8, t++, R += 8) {
    +            memcpy(B + 8, R, 8);
    +            block(B, B, key);
    +            A[7] ^= (unsigned char)(t & 0xff);
    +            if (t > 0xff) {
    +                A[6] ^= (unsigned char)((t >> 8) & 0xff);
    +                A[5] ^= (unsigned char)((t >> 16) & 0xff);
    +                A[4] ^= (unsigned char)((t >> 24) & 0xff);
    +            }
    +            memcpy(R, B + 8, 8);
    +        }
    +    }
    +    memcpy(out, A, 8);
    +    return inlen + 8;
    +}
    +
    +size_t CRYPTO_128_unwrap(void *key, const unsigned char *iv,
    +                         unsigned char *out,
    +                         const unsigned char *in, size_t inlen,
    +                         block128_f block)
    +{
    +    unsigned char *A, B[16], *R;
    +    size_t i, j, t;
    +    inlen -= 8;
    +    if ((inlen & 0x7) || (inlen < 16) || (inlen > CRYPTO128_WRAP_MAX))
    +        return 0;
    +    A = B;
    +    t = 6 * (inlen >> 3);
    +    memcpy(A, in, 8);
    +    memcpy(out, in + 8, inlen);
    +    for (j = 0; j < 6; j++) {
    +        R = out + inlen - 8;
    +        for (i = 0; i < inlen; i += 8, t--, R -= 8) {
    +            A[7] ^= (unsigned char)(t & 0xff);
    +            if (t > 0xff) {
    +                A[6] ^= (unsigned char)((t >> 8) & 0xff);
    +                A[5] ^= (unsigned char)((t >> 16) & 0xff);
    +                A[4] ^= (unsigned char)((t >> 24) & 0xff);
    +            }
    +            memcpy(B + 8, R, 8);
    +            block(B, B, key);
    +            memcpy(R, B + 8, 8);
    +        }
    +    }
    +    if (!iv)
    +        iv = default_iv;
    +    if (memcmp(A, iv, 8)) {
    +        OPENSSL_cleanse(out, inlen);
    +        return 0;
    +    }
    +    return inlen;
    +}
    diff --git a/openssl/crypto/modes/xts128.c b/openssl/crypto/modes/xts128.c
    index 9cf27a25e..8f2af588b 100644
    --- a/openssl/crypto/modes/xts128.c
    +++ b/openssl/crypto/modes/xts128.c
    @@ -6,7 +6,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -58,130 +58,147 @@
     #endif
     #include 
     
    -int CRYPTO_xts128_encrypt(const XTS128_CONTEXT *ctx, const unsigned char iv[16],
    -	const unsigned char *inp, unsigned char *out,
    -	size_t len, int enc)
    +int CRYPTO_xts128_encrypt(const XTS128_CONTEXT *ctx,
    +                          const unsigned char iv[16],
    +                          const unsigned char *inp, unsigned char *out,
    +                          size_t len, int enc)
     {
    -	const union { long one; char little; } is_endian = {1};
    -	union { u64 u[2]; u32 d[4]; u8 c[16]; } tweak, scratch;
    -	unsigned int i;
    -
    -	if (len<16) return -1;
    -
    -	memcpy(tweak.c, iv, 16);
    -
    -	(*ctx->block2)(tweak.c,tweak.c,ctx->key2);
    -
    -	if (!enc && (len%16)) len-=16;
    -
    -	while (len>=16) {
    +    const union {
    +        long one;
    +        char little;
    +    } is_endian = {
    +        1
    +    };
    +    union {
    +        u64 u[2];
    +        u32 d[4];
    +        u8 c[16];
    +    } tweak, scratch;
    +    unsigned int i;
    +
    +    if (len < 16)
    +        return -1;
    +
    +    memcpy(tweak.c, iv, 16);
    +
    +    (*ctx->block2) (tweak.c, tweak.c, ctx->key2);
    +
    +    if (!enc && (len % 16))
    +        len -= 16;
    +
    +    while (len >= 16) {
     #if defined(STRICT_ALIGNMENT)
    -		memcpy(scratch.c,inp,16);
    -		scratch.u[0] ^= tweak.u[0];
    -		scratch.u[1] ^= tweak.u[1];
    +        memcpy(scratch.c, inp, 16);
    +        scratch.u[0] ^= tweak.u[0];
    +        scratch.u[1] ^= tweak.u[1];
     #else
    -		scratch.u[0] = ((u64*)inp)[0]^tweak.u[0];
    -		scratch.u[1] = ((u64*)inp)[1]^tweak.u[1];
    +        scratch.u[0] = ((u64 *)inp)[0] ^ tweak.u[0];
    +        scratch.u[1] = ((u64 *)inp)[1] ^ tweak.u[1];
     #endif
    -		(*ctx->block1)(scratch.c,scratch.c,ctx->key1);
    +        (*ctx->block1) (scratch.c, scratch.c, ctx->key1);
     #if defined(STRICT_ALIGNMENT)
    -		scratch.u[0] ^= tweak.u[0];
    -		scratch.u[1] ^= tweak.u[1];
    -		memcpy(out,scratch.c,16);
    +        scratch.u[0] ^= tweak.u[0];
    +        scratch.u[1] ^= tweak.u[1];
    +        memcpy(out, scratch.c, 16);
     #else
    -		((u64*)out)[0] = scratch.u[0]^=tweak.u[0];
    -		((u64*)out)[1] = scratch.u[1]^=tweak.u[1];
    +        ((u64 *)out)[0] = scratch.u[0] ^= tweak.u[0];
    +        ((u64 *)out)[1] = scratch.u[1] ^= tweak.u[1];
     #endif
    -		inp += 16;
    -		out += 16;
    -		len -= 16;
    -
    -		if (len==0)	return 0;
    -
    -		if (is_endian.little) {
    -			unsigned int carry,res;
    -			
    -			res = 0x87&(((int)tweak.d[3])>>31);
    -			carry = (unsigned int)(tweak.u[0]>>63);
    -			tweak.u[0] = (tweak.u[0]<<1)^res;
    -			tweak.u[1] = (tweak.u[1]<<1)|carry;
    -		}
    -		else {
    -			size_t c;
    -
    -			for (c=0,i=0;i<16;++i) {
    -				/*+ substitutes for |, because c is 1 bit */ 
    -				c += ((size_t)tweak.c[i])<<1;
    -				tweak.c[i] = (u8)c;
    -				c = c>>8;
    -			}
    -			tweak.c[0] ^= (u8)(0x87&(0-c));
    -		}
    -	}
    -	if (enc) {
    -		for (i=0;iblock1)(scratch.c,scratch.c,ctx->key1);
    -		scratch.u[0] ^= tweak.u[0];
    -		scratch.u[1] ^= tweak.u[1];
    -		memcpy(out-16,scratch.c,16);
    -	}
    -	else {
    -		union { u64 u[2]; u8 c[16]; } tweak1;
    -
    -		if (is_endian.little) {
    -			unsigned int carry,res;
    -
    -			res = 0x87&(((int)tweak.d[3])>>31);
    -			carry = (unsigned int)(tweak.u[0]>>63);
    -			tweak1.u[0] = (tweak.u[0]<<1)^res;
    -			tweak1.u[1] = (tweak.u[1]<<1)|carry;
    -		}
    -		else {
    -			size_t c;
    -
    -			for (c=0,i=0;i<16;++i) {
    -				/*+ substitutes for |, because c is 1 bit */ 
    -				c += ((size_t)tweak.c[i])<<1;
    -				tweak1.c[i] = (u8)c;
    -				c = c>>8;
    -			}
    -			tweak1.c[0] ^= (u8)(0x87&(0-c));
    -		}
    +        inp += 16;
    +        out += 16;
    +        len -= 16;
    +
    +        if (len == 0)
    +            return 0;
    +
    +        if (is_endian.little) {
    +            unsigned int carry, res;
    +
    +            res = 0x87 & (((int)tweak.d[3]) >> 31);
    +            carry = (unsigned int)(tweak.u[0] >> 63);
    +            tweak.u[0] = (tweak.u[0] << 1) ^ res;
    +            tweak.u[1] = (tweak.u[1] << 1) | carry;
    +        } else {
    +            size_t c;
    +
    +            for (c = 0, i = 0; i < 16; ++i) {
    +                /*
    +                 * + substitutes for |, because c is 1 bit
    +                 */
    +                c += ((size_t)tweak.c[i]) << 1;
    +                tweak.c[i] = (u8)c;
    +                c = c >> 8;
    +            }
    +            tweak.c[0] ^= (u8)(0x87 & (0 - c));
    +        }
    +    }
    +    if (enc) {
    +        for (i = 0; i < len; ++i) {
    +            u8 c = inp[i];
    +            out[i] = scratch.c[i];
    +            scratch.c[i] = c;
    +        }
    +        scratch.u[0] ^= tweak.u[0];
    +        scratch.u[1] ^= tweak.u[1];
    +        (*ctx->block1) (scratch.c, scratch.c, ctx->key1);
    +        scratch.u[0] ^= tweak.u[0];
    +        scratch.u[1] ^= tweak.u[1];
    +        memcpy(out - 16, scratch.c, 16);
    +    } else {
    +        union {
    +            u64 u[2];
    +            u8 c[16];
    +        } tweak1;
    +
    +        if (is_endian.little) {
    +            unsigned int carry, res;
    +
    +            res = 0x87 & (((int)tweak.d[3]) >> 31);
    +            carry = (unsigned int)(tweak.u[0] >> 63);
    +            tweak1.u[0] = (tweak.u[0] << 1) ^ res;
    +            tweak1.u[1] = (tweak.u[1] << 1) | carry;
    +        } else {
    +            size_t c;
    +
    +            for (c = 0, i = 0; i < 16; ++i) {
    +                /*
    +                 * + substitutes for |, because c is 1 bit
    +                 */
    +                c += ((size_t)tweak.c[i]) << 1;
    +                tweak1.c[i] = (u8)c;
    +                c = c >> 8;
    +            }
    +            tweak1.c[0] ^= (u8)(0x87 & (0 - c));
    +        }
     #if defined(STRICT_ALIGNMENT)
    -		memcpy(scratch.c,inp,16);
    -		scratch.u[0] ^= tweak1.u[0];
    -		scratch.u[1] ^= tweak1.u[1];
    +        memcpy(scratch.c, inp, 16);
    +        scratch.u[0] ^= tweak1.u[0];
    +        scratch.u[1] ^= tweak1.u[1];
     #else
    -		scratch.u[0] = ((u64*)inp)[0]^tweak1.u[0];
    -		scratch.u[1] = ((u64*)inp)[1]^tweak1.u[1];
    +        scratch.u[0] = ((u64 *)inp)[0] ^ tweak1.u[0];
    +        scratch.u[1] = ((u64 *)inp)[1] ^ tweak1.u[1];
     #endif
    -		(*ctx->block1)(scratch.c,scratch.c,ctx->key1);
    -		scratch.u[0] ^= tweak1.u[0];
    -		scratch.u[1] ^= tweak1.u[1];
    -
    -		for (i=0;iblock1)(scratch.c,scratch.c,ctx->key1);
    +        (*ctx->block1) (scratch.c, scratch.c, ctx->key1);
    +        scratch.u[0] ^= tweak1.u[0];
    +        scratch.u[1] ^= tweak1.u[1];
    +
    +        for (i = 0; i < len; ++i) {
    +            u8 c = inp[16 + i];
    +            out[16 + i] = scratch.c[i];
    +            scratch.c[i] = c;
    +        }
    +        scratch.u[0] ^= tweak.u[0];
    +        scratch.u[1] ^= tweak.u[1];
    +        (*ctx->block1) (scratch.c, scratch.c, ctx->key1);
     #if defined(STRICT_ALIGNMENT)
    -		scratch.u[0] ^= tweak.u[0];
    -		scratch.u[1] ^= tweak.u[1];
    -		memcpy (out,scratch.c,16);
    +        scratch.u[0] ^= tweak.u[0];
    +        scratch.u[1] ^= tweak.u[1];
    +        memcpy(out, scratch.c, 16);
     #else
    -		((u64*)out)[0] = scratch.u[0]^tweak.u[0];
    -		((u64*)out)[1] = scratch.u[1]^tweak.u[1];
    +        ((u64 *)out)[0] = scratch.u[0] ^ tweak.u[0];
    +        ((u64 *)out)[1] = scratch.u[1] ^ tweak.u[1];
     #endif
    -	}
    +    }
     
    -	return 0;
    +    return 0;
     }
    diff --git a/openssl/crypto/o_dir.c b/openssl/crypto/o_dir.c
    index 42891ea45..26242444c 100644
    --- a/openssl/crypto/o_dir.c
    +++ b/openssl/crypto/o_dir.c
    @@ -1,6 +1,7 @@
     /* crypto/o_dir.c -*- mode:C; c-file-style: "eay" -*- */
    -/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
    - * project 2004.
    +/*
    + * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
    + * 2004.
      */
     /* ====================================================================
      * Copyright (c) 2004 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -59,9 +60,11 @@
     #include 
     #include 
     
    -/* The routines really come from the Levitte Programming, so to make
    -   life simple, let's just use the raw files and hack the symbols to
    -   fit our namespace.  */
    +/*
    + * The routines really come from the Levitte Programming, so to make life
    + * simple, let's just use the raw files and hack the symbols to fit our
    + * namespace.
    + */
     #define LP_DIR_CTX OPENSSL_DIR_CTX
     #define LP_dir_context_st OPENSSL_dir_context_st
     #define LP_find_file OPENSSL_DIR_read
    @@ -71,13 +74,13 @@
     
     #define LPDIR_H
     #if defined OPENSSL_SYS_UNIX || defined DJGPP
    -#include "LPdir_unix.c"
    +# include "LPdir_unix.c"
     #elif defined OPENSSL_SYS_VMS
    -#include "LPdir_vms.c"
    +# include "LPdir_vms.c"
     #elif defined OPENSSL_SYS_WIN32
    -#include "LPdir_win32.c"
    +# include "LPdir_win32.c"
     #elif defined OPENSSL_SYS_WINCE
    -#include "LPdir_wince.c"
    +# include "LPdir_wince.c"
     #else
    -#include "LPdir_nyi.c"
    +# include "LPdir_nyi.c"
     #endif
    diff --git a/openssl/crypto/o_dir.h b/openssl/crypto/o_dir.h
    index 4b725c031..d55431194 100644
    --- a/openssl/crypto/o_dir.h
    +++ b/openssl/crypto/o_dir.h
    @@ -1,5 +1,6 @@
     /* crypto/o_dir.h -*- mode:C; c-file-style: "eay" -*- */
    -/* Copied from Richard Levitte's (richard@levitte.org) LP library.  All
    +/*
    + * Copied from Richard Levitte's (richard@levitte.org) LP library.  All
      * symbol names have been changed, with permission from the author.
      */
     
    @@ -30,24 +31,25 @@
      * SUCH DAMAGE.
      */
     
    -
     #ifndef O_DIR_H
    -#define O_DIR_H
    +# define O_DIR_H
     
     #ifdef __cplusplus
     extern "C" {
     #endif
     
    -  typedef struct OPENSSL_dir_context_st OPENSSL_DIR_CTX;
    +typedef struct OPENSSL_dir_context_st OPENSSL_DIR_CTX;
     
    -  /* returns NULL on error or end-of-directory.
    -     If it is end-of-directory, errno will be zero */
    -  const char *OPENSSL_DIR_read(OPENSSL_DIR_CTX **ctx, const char *directory);
    +  /*
    +   * returns NULL on error or end-of-directory. If it is end-of-directory,
    +   * errno will be zero
    +   */
    +const char *OPENSSL_DIR_read(OPENSSL_DIR_CTX **ctx, const char *directory);
       /* returns 1 on success, 0 on error */
    -  int OPENSSL_DIR_end(OPENSSL_DIR_CTX **ctx);
    +int OPENSSL_DIR_end(OPENSSL_DIR_CTX **ctx);
     
     #ifdef __cplusplus
     }
     #endif
     
    -#endif /* LPDIR_H */
    +#endif                          /* LPDIR_H */
    diff --git a/openssl/crypto/o_dir_test.c b/openssl/crypto/o_dir_test.c
    index 3d75ecb00..7cdbbbc40 100644
    --- a/openssl/crypto/o_dir_test.c
    +++ b/openssl/crypto/o_dir_test.c
    @@ -1,5 +1,6 @@
     /* crypto/o_dir.h -*- mode:C; c-file-style: "eay" -*- */
    -/* Copied from Richard Levitte's (richard@levitte.org) LP library.  All
    +/*
    + * Copied from Richard Levitte's (richard@levitte.org) LP library.  All
      * symbol names have been changed, with permission from the author.
      */
     
    @@ -38,33 +39,30 @@
     #include "o_dir.h"
     
     #if defined OPENSSL_SYS_UNIX || defined OPENSSL_SYS_WIN32 || defined OPENSSL_SYS_WINCE
    -#define CURRDIR "."
    +# define CURRDIR "."
     #elif defined OPENSSL_SYS_VMS
    -#define CURRDIR "SYS$DISK:[]"
    +# define CURRDIR "SYS$DISK:[]"
     #else
    -#error "No supported platform defined!"
    +# error "No supported platform defined!"
     #endif
     
     int main()
     {
    -  OPENSSL_DIR_CTX *ctx = NULL;
    -  const char *result;
    +    OPENSSL_DIR_CTX *ctx = NULL;
    +    const char *result;
     
    -  while((result = OPENSSL_DIR_read(&ctx, CURRDIR)) != NULL)
    -    {
    -      printf("%s\n", result);
    +    while ((result = OPENSSL_DIR_read(&ctx, CURRDIR)) != NULL) {
    +        printf("%s\n", result);
         }
     
    -  if (errno)
    -    {
    -      perror("test_dir");
    -      exit(1);
    +    if (errno) {
    +        perror("test_dir");
    +        exit(1);
         }
     
    -  if (!OPENSSL_DIR_end(&ctx))
    -    {
    -      perror("test_dir");
    -      exit(2);
    +    if (!OPENSSL_DIR_end(&ctx)) {
    +        perror("test_dir");
    +        exit(2);
         }
    -  exit(0);
    +    exit(0);
     }
    diff --git a/openssl/crypto/o_fips.c b/openssl/crypto/o_fips.c
    index f6d1b2185..f56d5bb79 100644
    --- a/openssl/crypto/o_fips.c
    +++ b/openssl/crypto/o_fips.c
    @@ -1,5 +1,6 @@
    -/* Written by Stephen henson (steve@openssl.org) for the OpenSSL
    - * project 2011.
    +/*
    + * Written by Stephen henson (steve@openssl.org) for the OpenSSL project
    + * 2011.
      */
     /* ====================================================================
      * Copyright (c) 2011 The OpenSSL Project.  All rights reserved.
    @@ -9,7 +10,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -57,40 +58,39 @@
     
     #include "cryptlib.h"
     #ifdef OPENSSL_FIPS
    -#include 
    -#include 
    -#include 
    +# include 
    +# include 
    +# include 
     #endif
     
     int FIPS_mode(void)
    -	{
    -	OPENSSL_init();
    +{
    +    OPENSSL_init();
     #ifdef OPENSSL_FIPS
    -	return FIPS_module_mode();
    +    return FIPS_module_mode();
     #else
    -	return 0;
    +    return 0;
     #endif
    -	}
    +}
     
     int FIPS_mode_set(int r)
    -	{
    -	OPENSSL_init();
    +{
    +    OPENSSL_init();
     #ifdef OPENSSL_FIPS
    -#ifndef FIPS_AUTH_USER_PASS
    -#define FIPS_AUTH_USER_PASS	"Default FIPS Crypto User Password"
    -#endif
    -	if (!FIPS_module_mode_set(r, FIPS_AUTH_USER_PASS))
    -		return 0;
    -	if (r)
    -		RAND_set_rand_method(FIPS_rand_get_method());
    -	else
    -		RAND_set_rand_method(NULL);
    -	return 1;
    +# ifndef FIPS_AUTH_USER_PASS
    +#  define FIPS_AUTH_USER_PASS     "Default FIPS Crypto User Password"
    +# endif
    +    if (!FIPS_module_mode_set(r, FIPS_AUTH_USER_PASS))
    +        return 0;
    +    if (r)
    +        RAND_set_rand_method(FIPS_rand_get_method());
    +    else
    +        RAND_set_rand_method(NULL);
    +    return 1;
     #else
    -	if (r == 0)
    -		return 1;
    -	CRYPTOerr(CRYPTO_F_FIPS_MODE_SET, CRYPTO_R_FIPS_MODE_NOT_SUPPORTED);
    -	return 0;
    +    if (r == 0)
    +        return 1;
    +    CRYPTOerr(CRYPTO_F_FIPS_MODE_SET, CRYPTO_R_FIPS_MODE_NOT_SUPPORTED);
    +    return 0;
     #endif
    -	}
    -
    +}
    diff --git a/openssl/crypto/o_init.c b/openssl/crypto/o_init.c
    index db4cdc443..208838812 100644
    --- a/openssl/crypto/o_init.c
    +++ b/openssl/crypto/o_init.c
    @@ -1,5 +1,6 @@
     /* o_init.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
      * project.
      */
     /* ====================================================================
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -55,28 +56,28 @@
     #include 
     #include 
     #ifdef OPENSSL_FIPS
    -#include 
    -#include 
    +# include 
    +# include 
     #endif
     
    -/* Perform any essential OpenSSL initialization operations.
    - * Currently only sets FIPS callbacks
    +/*
    + * Perform any essential OpenSSL initialization operations. Currently only
    + * sets FIPS callbacks
      */
     
     void OPENSSL_init(void)
    -	{
    -	static int done = 0;
    -	if (done)
    -		return;
    -	done = 1;
    +{
    +    static int done = 0;
    +    if (done)
    +        return;
    +    done = 1;
     #ifdef OPENSSL_FIPS
    -	FIPS_set_locking_callbacks(CRYPTO_lock, CRYPTO_add_lock);
    -	FIPS_set_error_callbacks(ERR_put_error, ERR_add_error_vdata);
    -	FIPS_set_malloc_callbacks(CRYPTO_malloc, CRYPTO_free);
    -	RAND_init_fips();
    +    FIPS_set_locking_callbacks(CRYPTO_lock, CRYPTO_add_lock);
    +    FIPS_set_error_callbacks(ERR_put_error, ERR_add_error_vdata);
    +    FIPS_set_malloc_callbacks(CRYPTO_malloc, CRYPTO_free);
    +    RAND_init_fips();
     #endif
     #if 0
    -	fprintf(stderr, "Called OPENSSL_init\n");
    +    fprintf(stderr, "Called OPENSSL_init\n");
     #endif
    -	}
    -
    +}
    diff --git a/openssl/crypto/o_str.c b/openssl/crypto/o_str.c
    index 56104a6c3..4e2d09670 100644
    --- a/openssl/crypto/o_str.c
    +++ b/openssl/crypto/o_str.c
    @@ -1,6 +1,7 @@
     /* crypto/o_str.c -*- mode:C; c-file-style: "eay" -*- */
    -/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
    - * project 2003.
    +/*
    + * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
    + * 2003.
      */
     /* ====================================================================
      * Copyright (c) 2003 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -61,51 +62,55 @@
     #include "o_str.h"
     
     #if !defined(OPENSSL_IMPLEMENTS_strncasecmp) && \
    -    !defined(OPENSSL_SYSNAME_WIN32) && \
    +    !defined(OPENSSL_SYSNAME_WIN32) && !defined(OPENSSL_SYSNAME_WINCE) && \
         !defined(NETWARE_CLIB)
     # include 
     #endif
     
     int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n)
    -	{
    +{
     #if defined(OPENSSL_IMPLEMENTS_strncasecmp)
    -	while (*str1 && *str2 && n)
    -		{
    -		int res = toupper(*str1) - toupper(*str2);
    -		if (res) return res < 0 ? -1 : 1;
    -		str1++;
    -		str2++;
    -		n--;
    -		}
    -	if (n == 0)
    -		return 0;
    -	if (*str1)
    -		return 1;
    -	if (*str2)
    -		return -1;
    -	return 0;
    +    while (*str1 && *str2 && n) {
    +        int res = toupper(*str1) - toupper(*str2);
    +        if (res)
    +            return res < 0 ? -1 : 1;
    +        str1++;
    +        str2++;
    +        n--;
    +    }
    +    if (n == 0)
    +        return 0;
    +    if (*str1)
    +        return 1;
    +    if (*str2)
    +        return -1;
    +    return 0;
     #else
    -	/* Recursion hazard warning! Whenever strncasecmp is #defined as
    -	 * OPENSSL_strncasecmp, OPENSSL_IMPLEMENTS_strncasecmp must be
    -	 * defined as well. */
    -	return strncasecmp(str1, str2, n);
    +    /*
    +     * Recursion hazard warning! Whenever strncasecmp is #defined as
    +     * OPENSSL_strncasecmp, OPENSSL_IMPLEMENTS_strncasecmp must be defined as
    +     * well.
    +     */
    +    return strncasecmp(str1, str2, n);
     #endif
    -	}
    +}
    +
     int OPENSSL_strcasecmp(const char *str1, const char *str2)
    -	{
    +{
     #if defined(OPENSSL_IMPLEMENTS_strncasecmp)
    -	return OPENSSL_strncasecmp(str1, str2, (size_t)-1);
    +    return OPENSSL_strncasecmp(str1, str2, (size_t)-1);
     #else
    -	return strcasecmp(str1, str2);
    +    return strcasecmp(str1, str2);
     #endif
    -	}
    +}
     
    -int OPENSSL_memcmp(const void *v1,const void *v2,size_t n)
    -	{
    -	const unsigned char *c1=v1,*c2=v2;
    -	int ret=0;
    +int OPENSSL_memcmp(const void *v1, const void *v2, size_t n)
    +{
    +    const unsigned char *c1 = v1, *c2 = v2;
    +    int ret = 0;
     
    -	while(n && (ret=*c1-*c2)==0) n--,c1++,c2++;
    +    while (n && (ret = *c1 - *c2) == 0)
    +        n--, c1++, c2++;
     
    -	return ret;
    -	}
    +    return ret;
    +}
    diff --git a/openssl/crypto/o_str.h b/openssl/crypto/o_str.h
    index dfc98494c..5313528ed 100644
    --- a/openssl/crypto/o_str.h
    +++ b/openssl/crypto/o_str.h
    @@ -1,6 +1,7 @@
     /* crypto/o_str.h -*- mode:C; c-file-style: "eay" -*- */
    -/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
    - * project 2003.
    +/*
    + * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
    + * 2003.
      */
     /* ====================================================================
      * Copyright (c) 2003 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -57,12 +58,12 @@
      */
     
     #ifndef HEADER_O_STR_H
    -#define HEADER_O_STR_H
    +# define HEADER_O_STR_H
     
    -#include 		/* to get size_t */
    +# include             /* to get size_t */
     
     int OPENSSL_strcasecmp(const char *str1, const char *str2);
     int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n);
    -int OPENSSL_memcmp(const void *p1,const void *p2,size_t n);
    +int OPENSSL_memcmp(const void *p1, const void *p2, size_t n);
     
     #endif
    diff --git a/openssl/crypto/o_time.c b/openssl/crypto/o_time.c
    index 9030fdef7..58413fe97 100644
    --- a/openssl/crypto/o_time.c
    +++ b/openssl/crypto/o_time.c
    @@ -1,9 +1,11 @@
     /* crypto/o_time.c -*- mode:C; c-file-style: "eay" -*- */
    -/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
    - * project 2001.
    +/*
    + * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
    + * 2001.
      */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2008.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2008.
      */
     /* ====================================================================
      * Copyright (c) 2001 The OpenSSL Project.  All rights reserved.
    @@ -13,7 +15,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -75,157 +77,167 @@
     #  include 
     #  include 
     #  include 
    -# endif /* ndef VMS_GMTIME_OK */
    +# endif                         /* ndef VMS_GMTIME_OK */
     #endif
     
     struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result)
    -	{
    -	struct tm *ts = NULL;
    +{
    +    struct tm *ts = NULL;
     
     #if defined(OPENSSL_THREADS) && !defined(OPENSSL_SYS_WIN32) && !defined(OPENSSL_SYS_OS2) && (!defined(OPENSSL_SYS_VMS) || defined(gmtime_r)) && !defined(OPENSSL_SYS_MACOSX) && !defined(OPENSSL_SYS_SUNOS)
    -	/* should return &data, but doesn't on some systems,
    -	   so we don't even look at the return value */
    -	gmtime_r(timer,result);
    -	ts = result;
    +    /*
    +     * should return &data, but doesn't on some systems, so we don't even
    +     * look at the return value
    +     */
    +    gmtime_r(timer, result);
    +    ts = result;
     #elif !defined(OPENSSL_SYS_VMS) || defined(VMS_GMTIME_OK)
    -	ts = gmtime(timer);
    -	if (ts == NULL)
    -		return NULL;
    +    ts = gmtime(timer);
    +    if (ts == NULL)
    +        return NULL;
     
    -	memcpy(result, ts, sizeof(struct tm));
    -	ts = result;
    +    memcpy(result, ts, sizeof(struct tm));
    +    ts = result;
     #endif
     #if defined( OPENSSL_SYS_VMS) && !defined( VMS_GMTIME_OK)
    -	if (ts == NULL)
    -		{
    -		static $DESCRIPTOR(tabnam,"LNM$DCL_LOGICAL");
    -		static $DESCRIPTOR(lognam,"SYS$TIMEZONE_DIFFERENTIAL");
    -		char logvalue[256];
    -		unsigned int reslen = 0;
    -		struct {
    -			short buflen;
    -			short code;
    -			void *bufaddr;
    -			unsigned int *reslen;
    -		} itemlist[] = {
    -			{ 0, LNM$_STRING, 0, 0 },
    -			{ 0, 0, 0, 0 },
    -		};
    -		int status;
    -		time_t t;
    -
    -		/* Get the value for SYS$TIMEZONE_DIFFERENTIAL */
    -		itemlist[0].buflen = sizeof(logvalue);
    -		itemlist[0].bufaddr = logvalue;
    -		itemlist[0].reslen = &reslen;
    -		status = sys$trnlnm(0, &tabnam, &lognam, 0, itemlist);
    -		if (!(status & 1))
    -			return NULL;
    -		logvalue[reslen] = '\0';
    -
    -		t = *timer;
    +    if (ts == NULL) {
    +        static $DESCRIPTOR(tabnam, "LNM$DCL_LOGICAL");
    +        static $DESCRIPTOR(lognam, "SYS$TIMEZONE_DIFFERENTIAL");
    +        char logvalue[256];
    +        unsigned int reslen = 0;
    +        struct {
    +            short buflen;
    +            short code;
    +            void *bufaddr;
    +            unsigned int *reslen;
    +        } itemlist[] = {
    +            {
    +                0, LNM$_STRING, 0, 0
    +            },
    +            {
    +                0, 0, 0, 0
    +            },
    +        };
    +        int status;
    +        time_t t;
    +
    +        /* Get the value for SYS$TIMEZONE_DIFFERENTIAL */
    +        itemlist[0].buflen = sizeof(logvalue);
    +        itemlist[0].bufaddr = logvalue;
    +        itemlist[0].reslen = &reslen;
    +        status = sys$trnlnm(0, &tabnam, &lognam, 0, itemlist);
    +        if (!(status & 1))
    +            return NULL;
    +        logvalue[reslen] = '\0';
    +
    +        t = *timer;
     
     /* The following is extracted from the DEC C header time.h */
    -/*
    -**  Beginning in OpenVMS Version 7.0 mktime, time, ctime, strftime
    -**  have two implementations.  One implementation is provided
    -**  for compatibility and deals with time in terms of local time,
    -**  the other __utc_* deals with time in terms of UTC.
    -*/
    -/* We use the same conditions as in said time.h to check if we should
    -   assume that t contains local time (and should therefore be adjusted)
    -   or UTC (and should therefore be left untouched). */
    -#if __CRTL_VER < 70000000 || defined _VMS_V6_SOURCE
    -		/* Get the numerical value of the equivalence string */
    -		status = atoi(logvalue);
    -
    -		/* and use it to move time to GMT */
    -		t -= status;
    -#endif
    +        /*
    +         **  Beginning in OpenVMS Version 7.0 mktime, time, ctime, strftime
    +         **  have two implementations.  One implementation is provided
    +         **  for compatibility and deals with time in terms of local time,
    +         **  the other __utc_* deals with time in terms of UTC.
    +         */
    +        /*
    +         * We use the same conditions as in said time.h to check if we should
    +         * assume that t contains local time (and should therefore be
    +         * adjusted) or UTC (and should therefore be left untouched).
    +         */
    +# if __CRTL_VER < 70000000 || defined _VMS_V6_SOURCE
    +        /* Get the numerical value of the equivalence string */
    +        status = atoi(logvalue);
    +
    +        /* and use it to move time to GMT */
    +        t -= status;
    +# endif
     
    -		/* then convert the result to the time structure */
    -
    -		/* Since there was no gmtime_r() to do this stuff for us,
    -		   we have to do it the hard way. */
    -		{
    -		/* The VMS epoch is the astronomical Smithsonian date,
    -		   if I remember correctly, which is November 17, 1858.
    -		   Furthermore, time is measure in thenths of microseconds
    -		   and stored in quadwords (64 bit integers).  unix_epoch
    -		   below is January 1st 1970 expressed as a VMS time.  The
    -		   following code was used to get this number:
    -
    -		   #include 
    -		   #include 
    -		   #include 
    -		   #include 
    -
    -		   main()
    -		   {
    -		     unsigned long systime[2];
    -		     unsigned short epoch_values[7] =
    -		       { 1970, 1, 1, 0, 0, 0, 0 };
    -
    -		     lib$cvt_vectim(epoch_values, systime);
    -
    -		     printf("%u %u", systime[0], systime[1]);
    -		   }
    -		*/
    -		unsigned long unix_epoch[2] = { 1273708544, 8164711 };
    -		unsigned long deltatime[2];
    -		unsigned long systime[2];
    -		struct vms_vectime
    -			{
    -			short year, month, day, hour, minute, second,
    -				centi_second;
    -			} time_values;
    -		long operation;
    -
    -		/* Turn the number of seconds since January 1st 1970 to
    -		   an internal delta time.
    -		   Note that lib$cvt_to_internal_time() will assume
    -		   that t is signed, and will therefore break on 32-bit
    -		   systems some time in 2038.
    -		*/
    -		operation = LIB$K_DELTA_SECONDS;
    -		status = lib$cvt_to_internal_time(&operation,
    -			&t, deltatime);
    -
    -		/* Add the delta time with the Unix epoch and we have
    -		   the current UTC time in internal format */
    -		status = lib$add_times(unix_epoch, deltatime, systime);
    -
    -		/* Turn the internal time into a time vector */
    -		status = sys$numtim(&time_values, systime);
    -
    -		/* Fill in the struct tm with the result */
    -		result->tm_sec = time_values.second;
    -		result->tm_min = time_values.minute;
    -		result->tm_hour = time_values.hour;
    -		result->tm_mday = time_values.day;
    -		result->tm_mon = time_values.month - 1;
    -		result->tm_year = time_values.year - 1900;
    -
    -		operation = LIB$K_DAY_OF_WEEK;
    -		status = lib$cvt_from_internal_time(&operation,
    -			&result->tm_wday, systime);
    -		result->tm_wday %= 7;
    -
    -		operation = LIB$K_DAY_OF_YEAR;
    -		status = lib$cvt_from_internal_time(&operation,
    -			&result->tm_yday, systime);
    -		result->tm_yday--;
    -
    -		result->tm_isdst = 0; /* There's no way to know... */
    -
    -		ts = result;
    -		}
    -		}
    +        /* then convert the result to the time structure */
    +
    +        /*
    +         * Since there was no gmtime_r() to do this stuff for us, we have to
    +         * do it the hard way.
    +         */
    +        {
    +            /*-
    +             * The VMS epoch is the astronomical Smithsonian date,
    +               if I remember correctly, which is November 17, 1858.
    +               Furthermore, time is measure in thenths of microseconds
    +               and stored in quadwords (64 bit integers).  unix_epoch
    +               below is January 1st 1970 expressed as a VMS time.  The
    +               following code was used to get this number:
    +
    +               #include 
    +               #include 
    +               #include 
    +               #include 
    +
    +               main()
    +               {
    +                 unsigned long systime[2];
    +                 unsigned short epoch_values[7] =
    +                   { 1970, 1, 1, 0, 0, 0, 0 };
    +
    +                 lib$cvt_vectim(epoch_values, systime);
    +
    +                 printf("%u %u", systime[0], systime[1]);
    +               }
    +            */
    +            unsigned long unix_epoch[2] = { 1273708544, 8164711 };
    +            unsigned long deltatime[2];
    +            unsigned long systime[2];
    +            struct vms_vectime {
    +                short year, month, day, hour, minute, second, centi_second;
    +            } time_values;
    +            long operation;
    +
    +            /*
    +             * Turn the number of seconds since January 1st 1970 to an
    +             * internal delta time. Note that lib$cvt_to_internal_time() will
    +             * assume that t is signed, and will therefore break on 32-bit
    +             * systems some time in 2038.
    +             */
    +            operation = LIB$K_DELTA_SECONDS;
    +            status = lib$cvt_to_internal_time(&operation, &t, deltatime);
    +
    +            /*
    +             * Add the delta time with the Unix epoch and we have the current
    +             * UTC time in internal format
    +             */
    +            status = lib$add_times(unix_epoch, deltatime, systime);
    +
    +            /* Turn the internal time into a time vector */
    +            status = sys$numtim(&time_values, systime);
    +
    +            /* Fill in the struct tm with the result */
    +            result->tm_sec = time_values.second;
    +            result->tm_min = time_values.minute;
    +            result->tm_hour = time_values.hour;
    +            result->tm_mday = time_values.day;
    +            result->tm_mon = time_values.month - 1;
    +            result->tm_year = time_values.year - 1900;
    +
    +            operation = LIB$K_DAY_OF_WEEK;
    +            status = lib$cvt_from_internal_time(&operation,
    +                                                &result->tm_wday, systime);
    +            result->tm_wday %= 7;
    +
    +            operation = LIB$K_DAY_OF_YEAR;
    +            status = lib$cvt_from_internal_time(&operation,
    +                                                &result->tm_yday, systime);
    +            result->tm_yday--;
    +
    +            result->tm_isdst = 0; /* There's no way to know... */
    +
    +            ts = result;
    +        }
    +    }
     #endif
    -	return ts;
    -	}
    +    return ts;
    +}
     
    -/* Take a tm structure and add an offset to it. This avoids any OS issues
    +/*
    + * Take a tm structure and add an offset to it. This avoids any OS issues
      * with restricted date types and overflows which cause the year 2038
      * problem.
      */
    @@ -234,139 +246,195 @@ struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result)
     
     static long date_to_julian(int y, int m, int d);
     static void julian_to_date(long jd, int *y, int *m, int *d);
    +static int julian_adj(const struct tm *tm, int off_day, long offset_sec,
    +                      long *pday, int *psec);
     
     int OPENSSL_gmtime_adj(struct tm *tm, int off_day, long offset_sec)
    -	{
    -	int offset_hms, offset_day;
    -	long time_jd;
    -	int time_year, time_month, time_day;
    -	/* split offset into days and day seconds */
    -	offset_day = offset_sec / SECS_PER_DAY;
    -	/* Avoid sign issues with % operator */
    -	offset_hms  = offset_sec - (offset_day * SECS_PER_DAY);
    -	offset_day += off_day;
    -	/* Add current time seconds to offset */
    -	offset_hms += tm->tm_hour * 3600 + tm->tm_min * 60 + tm->tm_sec;
    -	/* Adjust day seconds if overflow */
    -	if (offset_hms >= SECS_PER_DAY)
    -		{
    -		offset_day++;
    -		offset_hms -= SECS_PER_DAY;
    -		}
    -	else if (offset_hms < 0)
    -		{
    -		offset_day--;
    -		offset_hms += SECS_PER_DAY;
    -		}
    -
    -	/* Convert date of time structure into a Julian day number.
    -	 */
    -
    -	time_year = tm->tm_year + 1900;
    -	time_month = tm->tm_mon + 1;
    -	time_day = tm->tm_mday;
    -
    -	time_jd = date_to_julian(time_year, time_month, time_day);
    -
    -	/* Work out Julian day of new date */
    -	time_jd += offset_day;
    -
    -	if (time_jd < 0)
    -		return 0;
    -
    -	/* Convert Julian day back to date */
    -
    -	julian_to_date(time_jd, &time_year, &time_month, &time_day);
    -
    -	if (time_year < 1900 || time_year > 9999)
    -		return 0;
    -
    -	/* Update tm structure */
    -
    -	tm->tm_year = time_year - 1900;
    -	tm->tm_mon = time_month - 1;
    -	tm->tm_mday = time_day;
    -
    -	tm->tm_hour = offset_hms / 3600;
    -	tm->tm_min = (offset_hms / 60) % 60;
    -	tm->tm_sec = offset_hms % 60;
    -
    -	return 1;
    -		
    +{
    +    int time_sec, time_year, time_month, time_day;
    +    long time_jd;
    +
    +    /* Convert time and offset into julian day and seconds */
    +    if (!julian_adj(tm, off_day, offset_sec, &time_jd, &time_sec))
    +        return 0;
    +
    +    /* Convert Julian day back to date */
    +
    +    julian_to_date(time_jd, &time_year, &time_month, &time_day);
    +
    +    if (time_year < 1900 || time_year > 9999)
    +        return 0;
    +
    +    /* Update tm structure */
    +
    +    tm->tm_year = time_year - 1900;
    +    tm->tm_mon = time_month - 1;
    +    tm->tm_mday = time_day;
    +
    +    tm->tm_hour = time_sec / 3600;
    +    tm->tm_min = (time_sec / 60) % 60;
    +    tm->tm_sec = time_sec % 60;
    +
    +    return 1;
    +
    +}
    +
    +int OPENSSL_gmtime_diff(int *pday, int *psec,
    +                        const struct tm *from, const struct tm *to)
    +{
    +    int from_sec, to_sec, diff_sec;
    +    long from_jd, to_jd, diff_day;
    +    if (!julian_adj(from, 0, 0, &from_jd, &from_sec))
    +        return 0;
    +    if (!julian_adj(to, 0, 0, &to_jd, &to_sec))
    +        return 0;
    +    diff_day = to_jd - from_jd;
    +    diff_sec = to_sec - from_sec;
    +    /* Adjust differences so both positive or both negative */
    +    if (diff_day > 0 && diff_sec < 0) {
    +        diff_day--;
    +        diff_sec += SECS_PER_DAY;
    +    }
    +    if (diff_day < 0 && diff_sec > 0) {
    +        diff_day++;
    +        diff_sec -= SECS_PER_DAY;
    +    }
    +
    +    if (pday)
    +        *pday = (int)diff_day;
    +    if (psec)
    +        *psec = diff_sec;
    +
    +    return 1;
    +
    +}
    +
    +/* Convert tm structure and offset into julian day and seconds */
    +static int julian_adj(const struct tm *tm, int off_day, long offset_sec,
    +                      long *pday, int *psec)
    +{
    +    int offset_hms, offset_day;
    +    long time_jd;
    +    int time_year, time_month, time_day;
    +    /* split offset into days and day seconds */
    +    offset_day = offset_sec / SECS_PER_DAY;
    +    /* Avoid sign issues with % operator */
    +    offset_hms = offset_sec - (offset_day * SECS_PER_DAY);
    +    offset_day += off_day;
    +    /* Add current time seconds to offset */
    +    offset_hms += tm->tm_hour * 3600 + tm->tm_min * 60 + tm->tm_sec;
    +    /* Adjust day seconds if overflow */
    +    if (offset_hms >= SECS_PER_DAY) {
    +        offset_day++;
    +        offset_hms -= SECS_PER_DAY;
    +    } else if (offset_hms < 0) {
    +        offset_day--;
    +        offset_hms += SECS_PER_DAY;
    +    }
    +
    +    /*
    +     * Convert date of time structure into a Julian day number.
    +     */
    +
    +    time_year = tm->tm_year + 1900;
    +    time_month = tm->tm_mon + 1;
    +    time_day = tm->tm_mday;
    +
    +    time_jd = date_to_julian(time_year, time_month, time_day);
    +
    +    /* Work out Julian day of new date */
    +    time_jd += offset_day;
    +
    +    if (time_jd < 0)
    +        return 0;
    +
    +    *pday = time_jd;
    +    *psec = offset_hms;
    +    return 1;
     }
     
    -/* Convert date to and from julian day
    - * Uses Fliegel & Van Flandern algorithm
    +/*
    + * Convert date to and from julian day Uses Fliegel & Van Flandern algorithm
      */
     static long date_to_julian(int y, int m, int d)
     {
    -	return (1461 * (y + 4800 + (m - 14) / 12)) / 4 +
    -		(367 * (m - 2 - 12 * ((m - 14) / 12))) / 12 -
    -		(3 * ((y + 4900 + (m - 14) / 12) / 100)) / 4 +
    -		d - 32075;
    +    return (1461 * (y + 4800 + (m - 14) / 12)) / 4 +
    +        (367 * (m - 2 - 12 * ((m - 14) / 12))) / 12 -
    +        (3 * ((y + 4900 + (m - 14) / 12) / 100)) / 4 + d - 32075;
     }
     
     static void julian_to_date(long jd, int *y, int *m, int *d)
    -	{
    -	long  L = jd + 68569;
    -	long  n = (4 * L) / 146097;
    -	long  i, j;
    -
    -	L = L - (146097 * n + 3) / 4;
    -	i = (4000 * (L + 1)) / 1461001;
    -	L = L - (1461 * i) / 4 + 31;
    -	j = (80 * L) / 2447;
    -	*d = L - (2447 * j) / 80;
    -	L = j / 11;
    -	*m = j + 2 - (12 * L);
    -	*y = 100 * (n - 49) + i + L;
    -	}
    +{
    +    long L = jd + 68569;
    +    long n = (4 * L) / 146097;
    +    long i, j;
    +
    +    L = L - (146097 * n + 3) / 4;
    +    i = (4000 * (L + 1)) / 1461001;
    +    L = L - (1461 * i) / 4 + 31;
    +    j = (80 * L) / 2447;
    +    *d = L - (2447 * j) / 80;
    +    L = j / 11;
    +    *m = j + 2 - (12 * L);
    +    *y = 100 * (n - 49) + i + L;
    +}
     
     #ifdef OPENSSL_TIME_TEST
     
    -#include 
    +# include 
     
    -/* Time checking test code. Check times are identical for a wide range of
    +/*
    + * Time checking test code. Check times are identical for a wide range of
      * offsets. This should be run on a machine with 64 bit time_t or it will
      * trigger the very errors the routines fix.
      */
     
     int main(int argc, char **argv)
    -	{
    -	long offset;
    -	for (offset = 0; offset < 1000000; offset++)
    -		{
    -		check_time(offset);
    -		check_time(-offset);
    -		check_time(offset * 1000);
    -		check_time(-offset * 1000);
    -		}
    -	}
    +{
    +    long offset;
    +    for (offset = 0; offset < 1000000; offset++) {
    +        check_time(offset);
    +        check_time(-offset);
    +        check_time(offset * 1000);
    +        check_time(-offset * 1000);
    +    }
    +}
     
     int check_time(long offset)
    -	{
    -	struct tm tm1, tm2;
    -	time_t t1, t2;
    -	time(&t1);
    -	t2 = t1 + offset;
    -	OPENSSL_gmtime(&t2, &tm2);
    -	OPENSSL_gmtime(&t1, &tm1);
    -	OPENSSL_gmtime_adj(&tm1, 0, offset);
    -	if ((tm1.tm_year == tm2.tm_year) &&
    -	    (tm1.tm_mon == tm2.tm_mon) &&
    -	    (tm1.tm_mday == tm2.tm_mday) &&
    -	    (tm1.tm_hour == tm2.tm_hour) &&
    -	    (tm1.tm_min == tm2.tm_min) &&
    -	    (tm1.tm_sec == tm2.tm_sec))
    -		return 1;
    -	fprintf(stderr, "TIME ERROR!!\n");
    -	fprintf(stderr, "Time1: %d/%d/%d, %d:%02d:%02d\n",
    -			tm2.tm_mday, tm2.tm_mon + 1, tm2.tm_year + 1900,
    -			tm2.tm_hour, tm2.tm_min, tm2.tm_sec);
    -	fprintf(stderr, "Time2: %d/%d/%d, %d:%02d:%02d\n",
    -			tm1.tm_mday, tm1.tm_mon + 1, tm1.tm_year + 1900,
    -			tm1.tm_hour, tm1.tm_min, tm1.tm_sec);
    -	return 0;
    -	}
    +{
    +    struct tm tm1, tm2, o1;
    +    int off_day, off_sec;
    +    long toffset;
    +    time_t t1, t2;
    +    time(&t1);
    +    t2 = t1 + offset;
    +    OPENSSL_gmtime(&t2, &tm2);
    +    OPENSSL_gmtime(&t1, &tm1);
    +    o1 = tm1;
    +    OPENSSL_gmtime_adj(&tm1, 0, offset);
    +    if ((tm1.tm_year != tm2.tm_year) ||
    +        (tm1.tm_mon != tm2.tm_mon) ||
    +        (tm1.tm_mday != tm2.tm_mday) ||
    +        (tm1.tm_hour != tm2.tm_hour) ||
    +        (tm1.tm_min != tm2.tm_min) || (tm1.tm_sec != tm2.tm_sec)) {
    +        fprintf(stderr, "TIME ERROR!!\n");
    +        fprintf(stderr, "Time1: %d/%d/%d, %d:%02d:%02d\n",
    +                tm2.tm_mday, tm2.tm_mon + 1, tm2.tm_year + 1900,
    +                tm2.tm_hour, tm2.tm_min, tm2.tm_sec);
    +        fprintf(stderr, "Time2: %d/%d/%d, %d:%02d:%02d\n",
    +                tm1.tm_mday, tm1.tm_mon + 1, tm1.tm_year + 1900,
    +                tm1.tm_hour, tm1.tm_min, tm1.tm_sec);
    +        return 0;
    +    }
    +    OPENSSL_gmtime_diff(&o1, &tm1, &off_day, &off_sec);
    +    toffset = (long)off_day *SECS_PER_DAY + off_sec;
    +    if (offset != toffset) {
    +        fprintf(stderr, "TIME OFFSET ERROR!!\n");
    +        fprintf(stderr, "Expected %ld, Got %ld (%d:%d)\n",
    +                offset, toffset, off_day, off_sec);
    +        return 0;
    +    }
    +    return 1;
    +}
     
     #endif
    diff --git a/openssl/crypto/o_time.h b/openssl/crypto/o_time.h
    index e391da750..a83a3d247 100644
    --- a/openssl/crypto/o_time.h
    +++ b/openssl/crypto/o_time.h
    @@ -1,6 +1,7 @@
     /* crypto/o_time.h -*- mode:C; c-file-style: "eay" -*- */
    -/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
    - * project 2001.
    +/*
    + * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
    + * 2001.
      */
     /* ====================================================================
      * Copyright (c) 2001 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -57,11 +58,13 @@
      */
     
     #ifndef HEADER_O_TIME_H
    -#define HEADER_O_TIME_H
    +# define HEADER_O_TIME_H
     
    -#include 
    +# include 
     
     struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
     int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec);
    +int OPENSSL_gmtime_diff(int *pday, int *psec,
    +                        const struct tm *from, const struct tm *to);
     
     #endif
    diff --git a/openssl/crypto/objects/o_names.c b/openssl/crypto/objects/o_names.c
    index 4a548c2ed..e1e13a613 100644
    --- a/openssl/crypto/objects/o_names.c
    +++ b/openssl/crypto/objects/o_names.c
    @@ -8,7 +8,8 @@
     #include 
     #include 
     
    -/* Later versions of DEC C has started to add lnkage information to certain
    +/*
    + * Later versions of DEC C has started to add lnkage information to certain
      * functions, which makes it tricky to use them as values to regular function
      * pointers.  One way is to define a macro that takes care of casting them
      * correctly.
    @@ -19,354 +20,344 @@
     # define OPENSSL_strcmp strcmp
     #endif
     
    -/* I use the ex_data stuff to manage the identifiers for the obj_name_types
    +/*
    + * I use the ex_data stuff to manage the identifiers for the obj_name_types
      * that applications may define.  I only really use the free function field.
      */
     DECLARE_LHASH_OF(OBJ_NAME);
    -static LHASH_OF(OBJ_NAME) *names_lh=NULL;
    -static int names_type_num=OBJ_NAME_TYPE_NUM;
    +static LHASH_OF(OBJ_NAME) *names_lh = NULL;
    +static int names_type_num = OBJ_NAME_TYPE_NUM;
     
    -typedef struct name_funcs_st
    -	{
    -	unsigned long (*hash_func)(const char *name);
    -	int (*cmp_func)(const char *a,const char *b);
    -	void (*free_func)(const char *, int, const char *);
    -	} NAME_FUNCS;
    +typedef struct name_funcs_st {
    +    unsigned long (*hash_func) (const char *name);
    +    int (*cmp_func) (const char *a, const char *b);
    +    void (*free_func) (const char *, int, const char *);
    +} NAME_FUNCS;
     
     DECLARE_STACK_OF(NAME_FUNCS)
     IMPLEMENT_STACK_OF(NAME_FUNCS)
     
     static STACK_OF(NAME_FUNCS) *name_funcs_stack;
     
    -/* The LHASH callbacks now use the raw "void *" prototypes and do per-variable
    - * casting in the functions. This prevents function pointer casting without the
    - * need for macro-generated wrapper functions. */
    +/*
    + * The LHASH callbacks now use the raw "void *" prototypes and do
    + * per-variable casting in the functions. This prevents function pointer
    + * casting without the need for macro-generated wrapper functions.
    + */
     
     /* static unsigned long obj_name_hash(OBJ_NAME *a); */
     static unsigned long obj_name_hash(const void *a_void);
     /* static int obj_name_cmp(OBJ_NAME *a,OBJ_NAME *b); */
    -static int obj_name_cmp(const void *a_void,const void *b_void);
    +static int obj_name_cmp(const void *a_void, const void *b_void);
     
     static IMPLEMENT_LHASH_HASH_FN(obj_name, OBJ_NAME)
     static IMPLEMENT_LHASH_COMP_FN(obj_name, OBJ_NAME)
     
     int OBJ_NAME_init(void)
    -	{
    -	if (names_lh != NULL) return(1);
    -	MemCheck_off();
    -	names_lh=lh_OBJ_NAME_new();
    -	MemCheck_on();
    -	return(names_lh != NULL);
    -	}
    -
    -int OBJ_NAME_new_index(unsigned long (*hash_func)(const char *),
    -	int (*cmp_func)(const char *, const char *),
    -	void (*free_func)(const char *, int, const char *))
    -	{
    -	int ret;
    -	int i;
    -	NAME_FUNCS *name_funcs;
    -
    -	if (name_funcs_stack == NULL)
    -		{
    -		MemCheck_off();
    -		name_funcs_stack=sk_NAME_FUNCS_new_null();
    -		MemCheck_on();
    -		}
    -	if (name_funcs_stack == NULL)
    -		{
    -		/* ERROR */
    -		return(0);
    -		}
    -	ret=names_type_num;
    -	names_type_num++;
    -	for (i=sk_NAME_FUNCS_num(name_funcs_stack); ihash_func = lh_strhash;
    -		name_funcs->cmp_func = OPENSSL_strcmp;
    -		name_funcs->free_func = 0; /* NULL is often declared to
    -						* ((void *)0), which according
    -						* to Compaq C is not really
    -						* compatible with a function
    -						* pointer.	-- Richard Levitte*/
    -		MemCheck_off();
    -		sk_NAME_FUNCS_push(name_funcs_stack,name_funcs);
    -		MemCheck_on();
    -		}
    -	name_funcs = sk_NAME_FUNCS_value(name_funcs_stack, ret);
    -	if (hash_func != NULL)
    -		name_funcs->hash_func = hash_func;
    -	if (cmp_func != NULL)
    -		name_funcs->cmp_func = cmp_func;
    -	if (free_func != NULL)
    -		name_funcs->free_func = free_func;
    -	return(ret);
    -	}
    +{
    +    if (names_lh != NULL)
    +        return (1);
    +    MemCheck_off();
    +    names_lh = lh_OBJ_NAME_new();
    +    MemCheck_on();
    +    return (names_lh != NULL);
    +}
    +
    +int OBJ_NAME_new_index(unsigned long (*hash_func) (const char *),
    +                       int (*cmp_func) (const char *, const char *),
    +                       void (*free_func) (const char *, int, const char *))
    +{
    +    int ret;
    +    int i;
    +    NAME_FUNCS *name_funcs;
    +
    +    if (name_funcs_stack == NULL) {
    +        MemCheck_off();
    +        name_funcs_stack = sk_NAME_FUNCS_new_null();
    +        MemCheck_on();
    +    }
    +    if (name_funcs_stack == NULL) {
    +        /* ERROR */
    +        return (0);
    +    }
    +    ret = names_type_num;
    +    names_type_num++;
    +    for (i = sk_NAME_FUNCS_num(name_funcs_stack); i < names_type_num; i++) {
    +        MemCheck_off();
    +        name_funcs = OPENSSL_malloc(sizeof(NAME_FUNCS));
    +        MemCheck_on();
    +        if (!name_funcs) {
    +            OBJerr(OBJ_F_OBJ_NAME_NEW_INDEX, ERR_R_MALLOC_FAILURE);
    +            return (0);
    +        }
    +        name_funcs->hash_func = lh_strhash;
    +        name_funcs->cmp_func = OPENSSL_strcmp;
    +        name_funcs->free_func = 0; /* NULL is often declared to * ((void
    +                                    * *)0), which according * to Compaq C is
    +                                    * not really * compatible with a function
    +                                    * * pointer.  -- Richard Levitte */
    +        MemCheck_off();
    +        sk_NAME_FUNCS_push(name_funcs_stack, name_funcs);
    +        MemCheck_on();
    +    }
    +    name_funcs = sk_NAME_FUNCS_value(name_funcs_stack, ret);
    +    if (hash_func != NULL)
    +        name_funcs->hash_func = hash_func;
    +    if (cmp_func != NULL)
    +        name_funcs->cmp_func = cmp_func;
    +    if (free_func != NULL)
    +        name_funcs->free_func = free_func;
    +    return (ret);
    +}
     
     /* static int obj_name_cmp(OBJ_NAME *a, OBJ_NAME *b) */
     static int obj_name_cmp(const void *a_void, const void *b_void)
    -	{
    -	int ret;
    -	const OBJ_NAME *a = (const OBJ_NAME *)a_void;
    -	const OBJ_NAME *b = (const OBJ_NAME *)b_void;
    -
    -	ret=a->type-b->type;
    -	if (ret == 0)
    -		{
    -		if ((name_funcs_stack != NULL)
    -			&& (sk_NAME_FUNCS_num(name_funcs_stack) > a->type))
    -			{
    -			ret=sk_NAME_FUNCS_value(name_funcs_stack,
    -				a->type)->cmp_func(a->name,b->name);
    -			}
    -		else
    -			ret=strcmp(a->name,b->name);
    -		}
    -	return(ret);
    -	}
    +{
    +    int ret;
    +    const OBJ_NAME *a = (const OBJ_NAME *)a_void;
    +    const OBJ_NAME *b = (const OBJ_NAME *)b_void;
    +
    +    ret = a->type - b->type;
    +    if (ret == 0) {
    +        if ((name_funcs_stack != NULL)
    +            && (sk_NAME_FUNCS_num(name_funcs_stack) > a->type)) {
    +            ret = sk_NAME_FUNCS_value(name_funcs_stack,
    +                                      a->type)->cmp_func(a->name, b->name);
    +        } else
    +            ret = strcmp(a->name, b->name);
    +    }
    +    return (ret);
    +}
     
     /* static unsigned long obj_name_hash(OBJ_NAME *a) */
     static unsigned long obj_name_hash(const void *a_void)
    -	{
    -	unsigned long ret;
    -	const OBJ_NAME *a = (const OBJ_NAME *)a_void;
    -
    -	if ((name_funcs_stack != NULL) && (sk_NAME_FUNCS_num(name_funcs_stack) > a->type))
    -		{
    -		ret=sk_NAME_FUNCS_value(name_funcs_stack,
    -			a->type)->hash_func(a->name);
    -		}
    -	else
    -		{
    -		ret=lh_strhash(a->name);
    -		}
    -	ret^=a->type;
    -	return(ret);
    -	}
    +{
    +    unsigned long ret;
    +    const OBJ_NAME *a = (const OBJ_NAME *)a_void;
    +
    +    if ((name_funcs_stack != NULL)
    +        && (sk_NAME_FUNCS_num(name_funcs_stack) > a->type)) {
    +        ret =
    +            sk_NAME_FUNCS_value(name_funcs_stack,
    +                                a->type)->hash_func(a->name);
    +    } else {
    +        ret = lh_strhash(a->name);
    +    }
    +    ret ^= a->type;
    +    return (ret);
    +}
     
     const char *OBJ_NAME_get(const char *name, int type)
    -	{
    -	OBJ_NAME on,*ret;
    -	int num=0,alias;
    -
    -	if (name == NULL) return(NULL);
    -	if ((names_lh == NULL) && !OBJ_NAME_init()) return(NULL);
    -
    -	alias=type&OBJ_NAME_ALIAS;
    -	type&= ~OBJ_NAME_ALIAS;
    -
    -	on.name=name;
    -	on.type=type;
    -
    -	for (;;)
    -	{
    -		ret=lh_OBJ_NAME_retrieve(names_lh,&on);
    -		if (ret == NULL) return(NULL);
    -		if ((ret->alias) && !alias)
    -			{
    -			if (++num > 10) return(NULL);
    -			on.name=ret->data;
    -			}
    -		else
    -			{
    -			return(ret->data);
    -			}
    -		}
    -	}
    +{
    +    OBJ_NAME on, *ret;
    +    int num = 0, alias;
    +
    +    if (name == NULL)
    +        return (NULL);
    +    if ((names_lh == NULL) && !OBJ_NAME_init())
    +        return (NULL);
    +
    +    alias = type & OBJ_NAME_ALIAS;
    +    type &= ~OBJ_NAME_ALIAS;
    +
    +    on.name = name;
    +    on.type = type;
    +
    +    for (;;) {
    +        ret = lh_OBJ_NAME_retrieve(names_lh, &on);
    +        if (ret == NULL)
    +            return (NULL);
    +        if ((ret->alias) && !alias) {
    +            if (++num > 10)
    +                return (NULL);
    +            on.name = ret->data;
    +        } else {
    +            return (ret->data);
    +        }
    +    }
    +}
     
     int OBJ_NAME_add(const char *name, int type, const char *data)
    -	{
    -	OBJ_NAME *onp,*ret;
    -	int alias;
    -
    -	if ((names_lh == NULL) && !OBJ_NAME_init()) return(0);
    -
    -	alias=type&OBJ_NAME_ALIAS;
    -	type&= ~OBJ_NAME_ALIAS;
    -
    -	onp=(OBJ_NAME *)OPENSSL_malloc(sizeof(OBJ_NAME));
    -	if (onp == NULL)
    -		{
    -		/* ERROR */
    -		return(0);
    -		}
    -
    -	onp->name=name;
    -	onp->alias=alias;
    -	onp->type=type;
    -	onp->data=data;
    -
    -	ret=lh_OBJ_NAME_insert(names_lh,onp);
    -	if (ret != NULL)
    -		{
    -		/* free things */
    -		if ((name_funcs_stack != NULL) && (sk_NAME_FUNCS_num(name_funcs_stack) > ret->type))
    -			{
    -			/* XXX: I'm not sure I understand why the free
    -			 * function should get three arguments...
    -			 * -- Richard Levitte
    -			 */
    -			sk_NAME_FUNCS_value(name_funcs_stack,
    -				ret->type)->free_func(ret->name,ret->type,ret->data);
    -			}
    -		OPENSSL_free(ret);
    -		}
    -	else
    -		{
    -		if (lh_OBJ_NAME_error(names_lh))
    -			{
    -			/* ERROR */
    -			return(0);
    -			}
    -		}
    -	return(1);
    -	}
    +{
    +    OBJ_NAME *onp, *ret;
    +    int alias;
    +
    +    if ((names_lh == NULL) && !OBJ_NAME_init())
    +        return (0);
    +
    +    alias = type & OBJ_NAME_ALIAS;
    +    type &= ~OBJ_NAME_ALIAS;
    +
    +    onp = (OBJ_NAME *)OPENSSL_malloc(sizeof(OBJ_NAME));
    +    if (onp == NULL) {
    +        /* ERROR */
    +        return (0);
    +    }
    +
    +    onp->name = name;
    +    onp->alias = alias;
    +    onp->type = type;
    +    onp->data = data;
    +
    +    ret = lh_OBJ_NAME_insert(names_lh, onp);
    +    if (ret != NULL) {
    +        /* free things */
    +        if ((name_funcs_stack != NULL)
    +            && (sk_NAME_FUNCS_num(name_funcs_stack) > ret->type)) {
    +            /*
    +             * XXX: I'm not sure I understand why the free function should
    +             * get three arguments... -- Richard Levitte
    +             */
    +            sk_NAME_FUNCS_value(name_funcs_stack,
    +                                ret->type)->free_func(ret->name, ret->type,
    +                                                      ret->data);
    +        }
    +        OPENSSL_free(ret);
    +    } else {
    +        if (lh_OBJ_NAME_error(names_lh)) {
    +            /* ERROR */
    +            return (0);
    +        }
    +    }
    +    return (1);
    +}
     
     int OBJ_NAME_remove(const char *name, int type)
    -	{
    -	OBJ_NAME on,*ret;
    -
    -	if (names_lh == NULL) return(0);
    -
    -	type&= ~OBJ_NAME_ALIAS;
    -	on.name=name;
    -	on.type=type;
    -	ret=lh_OBJ_NAME_delete(names_lh,&on);
    -	if (ret != NULL)
    -		{
    -		/* free things */
    -		if ((name_funcs_stack != NULL) && (sk_NAME_FUNCS_num(name_funcs_stack) > ret->type))
    -			{
    -			/* XXX: I'm not sure I understand why the free
    -			 * function should get three arguments...
    -			 * -- Richard Levitte
    -			 */
    -			sk_NAME_FUNCS_value(name_funcs_stack,
    -				ret->type)->free_func(ret->name,ret->type,ret->data);
    -			}
    -		OPENSSL_free(ret);
    -		return(1);
    -		}
    -	else
    -		return(0);
    -	}
    -
    -struct doall
    -	{
    -	int type;
    -	void (*fn)(const OBJ_NAME *,void *arg);
    -	void *arg;
    -	};
    -
    -static void do_all_fn_doall_arg(const OBJ_NAME *name,struct doall *d)
    -	{
    -	if(name->type == d->type)
    -		d->fn(name,d->arg);
    -	}
    +{
    +    OBJ_NAME on, *ret;
    +
    +    if (names_lh == NULL)
    +        return (0);
    +
    +    type &= ~OBJ_NAME_ALIAS;
    +    on.name = name;
    +    on.type = type;
    +    ret = lh_OBJ_NAME_delete(names_lh, &on);
    +    if (ret != NULL) {
    +        /* free things */
    +        if ((name_funcs_stack != NULL)
    +            && (sk_NAME_FUNCS_num(name_funcs_stack) > ret->type)) {
    +            /*
    +             * XXX: I'm not sure I understand why the free function should
    +             * get three arguments... -- Richard Levitte
    +             */
    +            sk_NAME_FUNCS_value(name_funcs_stack,
    +                                ret->type)->free_func(ret->name, ret->type,
    +                                                      ret->data);
    +        }
    +        OPENSSL_free(ret);
    +        return (1);
    +    } else
    +        return (0);
    +}
    +
    +struct doall {
    +    int type;
    +    void (*fn) (const OBJ_NAME *, void *arg);
    +    void *arg;
    +};
    +
    +static void do_all_fn_doall_arg(const OBJ_NAME *name, struct doall *d)
    +{
    +    if (name->type == d->type)
    +        d->fn(name, d->arg);
    +}
     
     static IMPLEMENT_LHASH_DOALL_ARG_FN(do_all_fn, const OBJ_NAME, struct doall)
     
    -void OBJ_NAME_do_all(int type,void (*fn)(const OBJ_NAME *,void *arg),void *arg)
    -	{
    -	struct doall d;
    +void OBJ_NAME_do_all(int type, void (*fn) (const OBJ_NAME *, void *arg),
    +                     void *arg)
    +{
    +    struct doall d;
     
    -	d.type=type;
    -	d.fn=fn;
    -	d.arg=arg;
    +    d.type = type;
    +    d.fn = fn;
    +    d.arg = arg;
     
    -	lh_OBJ_NAME_doall_arg(names_lh, LHASH_DOALL_ARG_FN(do_all_fn),
    -			      struct doall, &d);
    -	}
    +    lh_OBJ_NAME_doall_arg(names_lh, LHASH_DOALL_ARG_FN(do_all_fn),
    +                          struct doall, &d);
    +}
     
    -struct doall_sorted
    -	{
    -	int type;
    -	int n;
    -	const OBJ_NAME **names;
    -	};
    +struct doall_sorted {
    +    int type;
    +    int n;
    +    const OBJ_NAME **names;
    +};
     
    -static void do_all_sorted_fn(const OBJ_NAME *name,void *d_)
    -	{
    -	struct doall_sorted *d=d_;
    +static void do_all_sorted_fn(const OBJ_NAME *name, void *d_)
    +{
    +    struct doall_sorted *d = d_;
     
    -	if(name->type != d->type)
    -		return;
    +    if (name->type != d->type)
    +        return;
     
    -	d->names[d->n++]=name;
    -	}
    +    d->names[d->n++] = name;
    +}
     
    -static int do_all_sorted_cmp(const void *n1_,const void *n2_)
    -	{
    -	const OBJ_NAME * const *n1=n1_;
    -	const OBJ_NAME * const *n2=n2_;
    +static int do_all_sorted_cmp(const void *n1_, const void *n2_)
    +{
    +    const OBJ_NAME *const *n1 = n1_;
    +    const OBJ_NAME *const *n2 = n2_;
     
    -	return strcmp((*n1)->name,(*n2)->name);
    -	}
    +    return strcmp((*n1)->name, (*n2)->name);
    +}
     
    -void OBJ_NAME_do_all_sorted(int type,void (*fn)(const OBJ_NAME *,void *arg),
    -				void *arg)
    -	{
    -	struct doall_sorted d;
    -	int n;
    +void OBJ_NAME_do_all_sorted(int type,
    +                            void (*fn) (const OBJ_NAME *, void *arg),
    +                            void *arg)
    +{
    +    struct doall_sorted d;
    +    int n;
     
    -	d.type=type;
    -	d.names=OPENSSL_malloc(lh_OBJ_NAME_num_items(names_lh)*sizeof *d.names);
    -	d.n=0;
    -	OBJ_NAME_do_all(type,do_all_sorted_fn,&d);
    +    d.type = type;
    +    d.names =
    +        OPENSSL_malloc(lh_OBJ_NAME_num_items(names_lh) * sizeof *d.names);
    +    d.n = 0;
    +    OBJ_NAME_do_all(type, do_all_sorted_fn, &d);
     
    -	qsort((void *)d.names,d.n,sizeof *d.names,do_all_sorted_cmp);
    +    qsort((void *)d.names, d.n, sizeof *d.names, do_all_sorted_cmp);
     
    -	for(n=0 ; n < d.n ; ++n)
    -		fn(d.names[n],arg);
    +    for (n = 0; n < d.n; ++n)
    +        fn(d.names[n], arg);
     
    -	OPENSSL_free((void *)d.names);
    -	}
    +    OPENSSL_free((void *)d.names);
    +}
     
     static int free_type;
     
     static void names_lh_free_doall(OBJ_NAME *onp)
    -	{
    -	if (onp == NULL)
    -		return;
    +{
    +    if (onp == NULL)
    +        return;
     
    -	if (free_type < 0 || free_type == onp->type)
    -		OBJ_NAME_remove(onp->name,onp->type);
    -	}
    +    if (free_type < 0 || free_type == onp->type)
    +        OBJ_NAME_remove(onp->name, onp->type);
    +}
     
     static IMPLEMENT_LHASH_DOALL_FN(names_lh_free, OBJ_NAME)
     
     static void name_funcs_free(NAME_FUNCS *ptr)
    -	{
    -	OPENSSL_free(ptr);
    -	}
    +{
    +    OPENSSL_free(ptr);
    +}
     
     void OBJ_NAME_cleanup(int type)
    -	{
    -	unsigned long down_load;
    -
    -	if (names_lh == NULL) return;
    -
    -	free_type=type;
    -	down_load=lh_OBJ_NAME_down_load(names_lh);
    -	lh_OBJ_NAME_down_load(names_lh)=0;
    -
    -	lh_OBJ_NAME_doall(names_lh,LHASH_DOALL_FN(names_lh_free));
    -	if (type < 0)
    -		{
    -		lh_OBJ_NAME_free(names_lh);
    -		sk_NAME_FUNCS_pop_free(name_funcs_stack,name_funcs_free);
    -		names_lh=NULL;
    -		name_funcs_stack = NULL;
    -		}
    -	else
    -		lh_OBJ_NAME_down_load(names_lh)=down_load;
    -	}
    -
    +{
    +    unsigned long down_load;
    +
    +    if (names_lh == NULL)
    +        return;
    +
    +    free_type = type;
    +    down_load = lh_OBJ_NAME_down_load(names_lh);
    +    lh_OBJ_NAME_down_load(names_lh) = 0;
    +
    +    lh_OBJ_NAME_doall(names_lh, LHASH_DOALL_FN(names_lh_free));
    +    if (type < 0) {
    +        lh_OBJ_NAME_free(names_lh);
    +        sk_NAME_FUNCS_pop_free(name_funcs_stack, name_funcs_free);
    +        names_lh = NULL;
    +        name_funcs_stack = NULL;
    +    } else
    +        lh_OBJ_NAME_down_load(names_lh) = down_load;
    +}
    diff --git a/openssl/crypto/objects/obj_dat.c b/openssl/crypto/objects/obj_dat.c
    index 0b2f44241..5cd755d77 100644
    --- a/openssl/crypto/objects/obj_dat.c
    +++ b/openssl/crypto/objects/obj_dat.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -67,13 +67,13 @@
     
     /* obj_dat.h is generated from objects.h by obj_dat.pl */
     #ifndef OPENSSL_NO_OBJECT
    -#include "obj_dat.h"
    +# include "obj_dat.h"
     #else
     /* You will have to load all the objects needed manually in the application */
    -#define NUM_NID 0
    -#define NUM_SN 0
    -#define NUM_LN 0
    -#define NUM_OBJ 0
    +# define NUM_NID 0
    +# define NUM_SN 0
    +# define NUM_LN 0
    +# define NUM_OBJ 0
     static const unsigned char lvalues[1];
     static const ASN1_OBJECT nid_objs[1];
     static const unsigned int sn_objs[1];
    @@ -85,728 +85,712 @@ DECLARE_OBJ_BSEARCH_CMP_FN(const ASN1_OBJECT *, unsigned int, sn);
     DECLARE_OBJ_BSEARCH_CMP_FN(const ASN1_OBJECT *, unsigned int, ln);
     DECLARE_OBJ_BSEARCH_CMP_FN(const ASN1_OBJECT *, unsigned int, obj);
     
    -#define ADDED_DATA	0
    -#define ADDED_SNAME	1
    -#define ADDED_LNAME	2
    -#define ADDED_NID	3
    +#define ADDED_DATA      0
    +#define ADDED_SNAME     1
    +#define ADDED_LNAME     2
    +#define ADDED_NID       3
     
    -typedef struct added_obj_st
    -	{
    -	int type;
    -	ASN1_OBJECT *obj;
    -	} ADDED_OBJ;
    +typedef struct added_obj_st {
    +    int type;
    +    ASN1_OBJECT *obj;
    +} ADDED_OBJ;
     DECLARE_LHASH_OF(ADDED_OBJ);
     
    -static int new_nid=NUM_NID;
    -static LHASH_OF(ADDED_OBJ) *added=NULL;
    +static int new_nid = NUM_NID;
    +static LHASH_OF(ADDED_OBJ) *added = NULL;
     
    -static int sn_cmp(const ASN1_OBJECT * const *a, const unsigned int *b)
    -	{ return(strcmp((*a)->sn,nid_objs[*b].sn)); }
    +static int sn_cmp(const ASN1_OBJECT *const *a, const unsigned int *b)
    +{
    +    return (strcmp((*a)->sn, nid_objs[*b].sn));
    +}
     
     IMPLEMENT_OBJ_BSEARCH_CMP_FN(const ASN1_OBJECT *, unsigned int, sn);
     
    -static int ln_cmp(const ASN1_OBJECT * const *a, const unsigned int *b)
    -	{ return(strcmp((*a)->ln,nid_objs[*b].ln)); }
    +static int ln_cmp(const ASN1_OBJECT *const *a, const unsigned int *b)
    +{
    +    return (strcmp((*a)->ln, nid_objs[*b].ln));
    +}
     
     IMPLEMENT_OBJ_BSEARCH_CMP_FN(const ASN1_OBJECT *, unsigned int, ln);
     
     static unsigned long added_obj_hash(const ADDED_OBJ *ca)
    -	{
    -	const ASN1_OBJECT *a;
    -	int i;
    -	unsigned long ret=0;
    -	unsigned char *p;
    -
    -	a=ca->obj;
    -	switch (ca->type)
    -		{
    -	case ADDED_DATA:
    -		ret=a->length<<20L;
    -		p=(unsigned char *)a->data;
    -		for (i=0; ilength; i++)
    -			ret^=p[i]<<((i*3)%24);
    -		break;
    -	case ADDED_SNAME:
    -		ret=lh_strhash(a->sn);
    -		break;
    -	case ADDED_LNAME:
    -		ret=lh_strhash(a->ln);
    -		break;
    -	case ADDED_NID:
    -		ret=a->nid;
    -		break;
    -	default:
    -		/* abort(); */
    -		return 0;
    -		}
    -	ret&=0x3fffffffL;
    -	ret|=ca->type<<30L;
    -	return(ret);
    -	}
    +{
    +    const ASN1_OBJECT *a;
    +    int i;
    +    unsigned long ret = 0;
    +    unsigned char *p;
    +
    +    a = ca->obj;
    +    switch (ca->type) {
    +    case ADDED_DATA:
    +        ret = a->length << 20L;
    +        p = (unsigned char *)a->data;
    +        for (i = 0; i < a->length; i++)
    +            ret ^= p[i] << ((i * 3) % 24);
    +        break;
    +    case ADDED_SNAME:
    +        ret = lh_strhash(a->sn);
    +        break;
    +    case ADDED_LNAME:
    +        ret = lh_strhash(a->ln);
    +        break;
    +    case ADDED_NID:
    +        ret = a->nid;
    +        break;
    +    default:
    +        /* abort(); */
    +        return 0;
    +    }
    +    ret &= 0x3fffffffL;
    +    ret |= ((unsigned long)ca->type) << 30L;
    +    return (ret);
    +}
    +
     static IMPLEMENT_LHASH_HASH_FN(added_obj, ADDED_OBJ)
     
     static int added_obj_cmp(const ADDED_OBJ *ca, const ADDED_OBJ *cb)
    -	{
    -	ASN1_OBJECT *a,*b;
    -	int i;
    -
    -	i=ca->type-cb->type;
    -	if (i) return(i);
    -	a=ca->obj;
    -	b=cb->obj;
    -	switch (ca->type)
    -		{
    -	case ADDED_DATA:
    -		i=(a->length - b->length);
    -		if (i) return(i);
    -		return(memcmp(a->data,b->data,(size_t)a->length));
    -	case ADDED_SNAME:
    -		if (a->sn == NULL) return(-1);
    -		else if (b->sn == NULL) return(1);
    -		else return(strcmp(a->sn,b->sn));
    -	case ADDED_LNAME:
    -		if (a->ln == NULL) return(-1);
    -		else if (b->ln == NULL) return(1);
    -		else return(strcmp(a->ln,b->ln));
    -	case ADDED_NID:
    -		return(a->nid-b->nid);
    -	default:
    -		/* abort(); */
    -		return 0;
    -		}
    -	}
    +{
    +    ASN1_OBJECT *a, *b;
    +    int i;
    +
    +    i = ca->type - cb->type;
    +    if (i)
    +        return (i);
    +    a = ca->obj;
    +    b = cb->obj;
    +    switch (ca->type) {
    +    case ADDED_DATA:
    +        i = (a->length - b->length);
    +        if (i)
    +            return (i);
    +        return (memcmp(a->data, b->data, (size_t)a->length));
    +    case ADDED_SNAME:
    +        if (a->sn == NULL)
    +            return (-1);
    +        else if (b->sn == NULL)
    +            return (1);
    +        else
    +            return (strcmp(a->sn, b->sn));
    +    case ADDED_LNAME:
    +        if (a->ln == NULL)
    +            return (-1);
    +        else if (b->ln == NULL)
    +            return (1);
    +        else
    +            return (strcmp(a->ln, b->ln));
    +    case ADDED_NID:
    +        return (a->nid - b->nid);
    +    default:
    +        /* abort(); */
    +        return 0;
    +    }
    +}
    +
     static IMPLEMENT_LHASH_COMP_FN(added_obj, ADDED_OBJ)
     
     static int init_added(void)
    -	{
    -	if (added != NULL) return(1);
    -	added=lh_ADDED_OBJ_new();
    -	return(added != NULL);
    -	}
    +{
    +    if (added != NULL)
    +        return (1);
    +    added = lh_ADDED_OBJ_new();
    +    return (added != NULL);
    +}
     
     static void cleanup1_doall(ADDED_OBJ *a)
    -	{
    -	a->obj->nid=0;
    -	a->obj->flags|=ASN1_OBJECT_FLAG_DYNAMIC|
    -	                ASN1_OBJECT_FLAG_DYNAMIC_STRINGS|
    -			ASN1_OBJECT_FLAG_DYNAMIC_DATA;
    -	}
    +{
    +    a->obj->nid = 0;
    +    a->obj->flags |= ASN1_OBJECT_FLAG_DYNAMIC |
    +        ASN1_OBJECT_FLAG_DYNAMIC_STRINGS | ASN1_OBJECT_FLAG_DYNAMIC_DATA;
    +}
     
     static void cleanup2_doall(ADDED_OBJ *a)
    -	{ a->obj->nid++; }
    +{
    +    a->obj->nid++;
    +}
     
     static void cleanup3_doall(ADDED_OBJ *a)
    -	{
    -	if (--a->obj->nid == 0)
    -		ASN1_OBJECT_free(a->obj);
    -	OPENSSL_free(a);
    -	}
    +{
    +    if (--a->obj->nid == 0)
    +        ASN1_OBJECT_free(a->obj);
    +    OPENSSL_free(a);
    +}
     
     static IMPLEMENT_LHASH_DOALL_FN(cleanup1, ADDED_OBJ)
     static IMPLEMENT_LHASH_DOALL_FN(cleanup2, ADDED_OBJ)
     static IMPLEMENT_LHASH_DOALL_FN(cleanup3, ADDED_OBJ)
     
    -/* The purpose of obj_cleanup_defer is to avoid EVP_cleanup() attempting
    - * to use freed up OIDs. If neccessary the actual freeing up of OIDs is
    - * delayed.
    +/*
    + * The purpose of obj_cleanup_defer is to avoid EVP_cleanup() attempting to
    + * use freed up OIDs. If neccessary the actual freeing up of OIDs is delayed.
      */
    -
     int obj_cleanup_defer = 0;
     
     void check_defer(int nid)
    -	{
    -	if (!obj_cleanup_defer && nid >= NUM_NID)
    -			obj_cleanup_defer = 1;
    -	}
    +{
    +    if (!obj_cleanup_defer && nid >= NUM_NID)
    +        obj_cleanup_defer = 1;
    +}
     
     void OBJ_cleanup(void)
    -	{
    -	if (obj_cleanup_defer)
    -		{
    -		obj_cleanup_defer = 2;
    -		return ;
    -		}
    -	if (added == NULL) return;
    -	lh_ADDED_OBJ_down_load(added) = 0;
    -	lh_ADDED_OBJ_doall(added,LHASH_DOALL_FN(cleanup1)); /* zero counters */
    -	lh_ADDED_OBJ_doall(added,LHASH_DOALL_FN(cleanup2)); /* set counters */
    -	lh_ADDED_OBJ_doall(added,LHASH_DOALL_FN(cleanup3)); /* free objects */
    -	lh_ADDED_OBJ_free(added);
    -	added=NULL;
    -	}
    +{
    +    if (obj_cleanup_defer) {
    +        obj_cleanup_defer = 2;
    +        return;
    +    }
    +    if (added == NULL)
    +        return;
    +    lh_ADDED_OBJ_down_load(added) = 0;
    +    lh_ADDED_OBJ_doall(added, LHASH_DOALL_FN(cleanup1)); /* zero counters */
    +    lh_ADDED_OBJ_doall(added, LHASH_DOALL_FN(cleanup2)); /* set counters */
    +    lh_ADDED_OBJ_doall(added, LHASH_DOALL_FN(cleanup3)); /* free objects */
    +    lh_ADDED_OBJ_free(added);
    +    added = NULL;
    +}
     
     int OBJ_new_nid(int num)
    -	{
    -	int i;
    +{
    +    int i;
     
    -	i=new_nid;
    -	new_nid+=num;
    -	return(i);
    -	}
    +    i = new_nid;
    +    new_nid += num;
    +    return (i);
    +}
     
     int OBJ_add_object(const ASN1_OBJECT *obj)
    -	{
    -	ASN1_OBJECT *o;
    -	ADDED_OBJ *ao[4]={NULL,NULL,NULL,NULL},*aop;
    -	int i;
    -
    -	if (added == NULL)
    -		if (!init_added()) return(0);
    -	if ((o=OBJ_dup(obj)) == NULL) goto err;
    -	if (!(ao[ADDED_NID]=(ADDED_OBJ *)OPENSSL_malloc(sizeof(ADDED_OBJ)))) goto err2;
    -	if ((o->length != 0) && (obj->data != NULL))
    -		if (!(ao[ADDED_DATA]=(ADDED_OBJ *)OPENSSL_malloc(sizeof(ADDED_OBJ)))) goto err2;
    -	if (o->sn != NULL)
    -		if (!(ao[ADDED_SNAME]=(ADDED_OBJ *)OPENSSL_malloc(sizeof(ADDED_OBJ)))) goto err2;
    -	if (o->ln != NULL)
    -		if (!(ao[ADDED_LNAME]=(ADDED_OBJ *)OPENSSL_malloc(sizeof(ADDED_OBJ)))) goto err2;
    -
    -	for (i=ADDED_DATA; i<=ADDED_NID; i++)
    -		{
    -		if (ao[i] != NULL)
    -			{
    -			ao[i]->type=i;
    -			ao[i]->obj=o;
    -			aop=lh_ADDED_OBJ_insert(added,ao[i]);
    -			/* memory leak, buit should not normally matter */
    -			if (aop != NULL)
    -				OPENSSL_free(aop);
    -			}
    -		}
    -	o->flags&= ~(ASN1_OBJECT_FLAG_DYNAMIC|ASN1_OBJECT_FLAG_DYNAMIC_STRINGS|
    -			ASN1_OBJECT_FLAG_DYNAMIC_DATA);
    -
    -	return(o->nid);
    -err2:
    -	OBJerr(OBJ_F_OBJ_ADD_OBJECT,ERR_R_MALLOC_FAILURE);
    -err:
    -	for (i=ADDED_DATA; i<=ADDED_NID; i++)
    -		if (ao[i] != NULL) OPENSSL_free(ao[i]);
    -	if (o != NULL) OPENSSL_free(o);
    -	return(NID_undef);
    -	}
    +{
    +    ASN1_OBJECT *o;
    +    ADDED_OBJ *ao[4] = { NULL, NULL, NULL, NULL }, *aop;
    +    int i;
    +
    +    if (added == NULL)
    +        if (!init_added())
    +            return (0);
    +    if ((o = OBJ_dup(obj)) == NULL)
    +        goto err;
    +    if (!(ao[ADDED_NID] = (ADDED_OBJ *)OPENSSL_malloc(sizeof(ADDED_OBJ))))
    +        goto err2;
    +    if ((o->length != 0) && (obj->data != NULL))
    +        if (!
    +            (ao[ADDED_DATA] = (ADDED_OBJ *)OPENSSL_malloc(sizeof(ADDED_OBJ))))
    +            goto err2;
    +    if (o->sn != NULL)
    +        if (!
    +            (ao[ADDED_SNAME] =
    +             (ADDED_OBJ *)OPENSSL_malloc(sizeof(ADDED_OBJ))))
    +            goto err2;
    +    if (o->ln != NULL)
    +        if (!
    +            (ao[ADDED_LNAME] =
    +             (ADDED_OBJ *)OPENSSL_malloc(sizeof(ADDED_OBJ))))
    +            goto err2;
    +
    +    for (i = ADDED_DATA; i <= ADDED_NID; i++) {
    +        if (ao[i] != NULL) {
    +            ao[i]->type = i;
    +            ao[i]->obj = o;
    +            aop = lh_ADDED_OBJ_insert(added, ao[i]);
    +            /* memory leak, buit should not normally matter */
    +            if (aop != NULL)
    +                OPENSSL_free(aop);
    +        }
    +    }
    +    o->flags &=
    +        ~(ASN1_OBJECT_FLAG_DYNAMIC | ASN1_OBJECT_FLAG_DYNAMIC_STRINGS |
    +          ASN1_OBJECT_FLAG_DYNAMIC_DATA);
    +
    +    return (o->nid);
    + err2:
    +    OBJerr(OBJ_F_OBJ_ADD_OBJECT, ERR_R_MALLOC_FAILURE);
    + err:
    +    for (i = ADDED_DATA; i <= ADDED_NID; i++)
    +        if (ao[i] != NULL)
    +            OPENSSL_free(ao[i]);
    +    if (o != NULL)
    +        OPENSSL_free(o);
    +    return (NID_undef);
    +}
     
     ASN1_OBJECT *OBJ_nid2obj(int n)
    -	{
    -	ADDED_OBJ ad,*adp;
    -	ASN1_OBJECT ob;
    -
    -	if ((n >= 0) && (n < NUM_NID))
    -		{
    -		if ((n != NID_undef) && (nid_objs[n].nid == NID_undef))
    -			{
    -			OBJerr(OBJ_F_OBJ_NID2OBJ,OBJ_R_UNKNOWN_NID);
    -			return(NULL);
    -			}
    -		return((ASN1_OBJECT *)&(nid_objs[n]));
    -		}
    -	else if (added == NULL)
    -		return(NULL);
    -	else
    -		{
    -		ad.type=ADDED_NID;
    -		ad.obj= &ob;
    -		ob.nid=n;
    -		adp=lh_ADDED_OBJ_retrieve(added,&ad);
    -		if (adp != NULL)
    -			return(adp->obj);
    -		else
    -			{
    -			OBJerr(OBJ_F_OBJ_NID2OBJ,OBJ_R_UNKNOWN_NID);
    -			return(NULL);
    -			}
    -		}
    -	}
    +{
    +    ADDED_OBJ ad, *adp;
    +    ASN1_OBJECT ob;
    +
    +    if ((n >= 0) && (n < NUM_NID)) {
    +        if ((n != NID_undef) && (nid_objs[n].nid == NID_undef)) {
    +            OBJerr(OBJ_F_OBJ_NID2OBJ, OBJ_R_UNKNOWN_NID);
    +            return (NULL);
    +        }
    +        return ((ASN1_OBJECT *)&(nid_objs[n]));
    +    } else if (added == NULL)
    +        return (NULL);
    +    else {
    +        ad.type = ADDED_NID;
    +        ad.obj = &ob;
    +        ob.nid = n;
    +        adp = lh_ADDED_OBJ_retrieve(added, &ad);
    +        if (adp != NULL)
    +            return (adp->obj);
    +        else {
    +            OBJerr(OBJ_F_OBJ_NID2OBJ, OBJ_R_UNKNOWN_NID);
    +            return (NULL);
    +        }
    +    }
    +}
     
     const char *OBJ_nid2sn(int n)
    -	{
    -	ADDED_OBJ ad,*adp;
    -	ASN1_OBJECT ob;
    -
    -	if ((n >= 0) && (n < NUM_NID))
    -		{
    -		if ((n != NID_undef) && (nid_objs[n].nid == NID_undef))
    -			{
    -			OBJerr(OBJ_F_OBJ_NID2SN,OBJ_R_UNKNOWN_NID);
    -			return(NULL);
    -			}
    -		return(nid_objs[n].sn);
    -		}
    -	else if (added == NULL)
    -		return(NULL);
    -	else
    -		{
    -		ad.type=ADDED_NID;
    -		ad.obj= &ob;
    -		ob.nid=n;
    -		adp=lh_ADDED_OBJ_retrieve(added,&ad);
    -		if (adp != NULL)
    -			return(adp->obj->sn);
    -		else
    -			{
    -			OBJerr(OBJ_F_OBJ_NID2SN,OBJ_R_UNKNOWN_NID);
    -			return(NULL);
    -			}
    -		}
    -	}
    +{
    +    ADDED_OBJ ad, *adp;
    +    ASN1_OBJECT ob;
    +
    +    if ((n >= 0) && (n < NUM_NID)) {
    +        if ((n != NID_undef) && (nid_objs[n].nid == NID_undef)) {
    +            OBJerr(OBJ_F_OBJ_NID2SN, OBJ_R_UNKNOWN_NID);
    +            return (NULL);
    +        }
    +        return (nid_objs[n].sn);
    +    } else if (added == NULL)
    +        return (NULL);
    +    else {
    +        ad.type = ADDED_NID;
    +        ad.obj = &ob;
    +        ob.nid = n;
    +        adp = lh_ADDED_OBJ_retrieve(added, &ad);
    +        if (adp != NULL)
    +            return (adp->obj->sn);
    +        else {
    +            OBJerr(OBJ_F_OBJ_NID2SN, OBJ_R_UNKNOWN_NID);
    +            return (NULL);
    +        }
    +    }
    +}
     
     const char *OBJ_nid2ln(int n)
    -	{
    -	ADDED_OBJ ad,*adp;
    -	ASN1_OBJECT ob;
    -
    -	if ((n >= 0) && (n < NUM_NID))
    -		{
    -		if ((n != NID_undef) && (nid_objs[n].nid == NID_undef))
    -			{
    -			OBJerr(OBJ_F_OBJ_NID2LN,OBJ_R_UNKNOWN_NID);
    -			return(NULL);
    -			}
    -		return(nid_objs[n].ln);
    -		}
    -	else if (added == NULL)
    -		return(NULL);
    -	else
    -		{
    -		ad.type=ADDED_NID;
    -		ad.obj= &ob;
    -		ob.nid=n;
    -		adp=lh_ADDED_OBJ_retrieve(added,&ad);
    -		if (adp != NULL)
    -			return(adp->obj->ln);
    -		else
    -			{
    -			OBJerr(OBJ_F_OBJ_NID2LN,OBJ_R_UNKNOWN_NID);
    -			return(NULL);
    -			}
    -		}
    -	}
    -
    -static int obj_cmp(const ASN1_OBJECT * const *ap, const unsigned int *bp)
    -	{
    -	int j;
    -	const ASN1_OBJECT *a= *ap;
    -	const ASN1_OBJECT *b= &nid_objs[*bp];
    -
    -	j=(a->length - b->length);
    -        if (j) return(j);
    -	return(memcmp(a->data,b->data,a->length));
    -	}
    +{
    +    ADDED_OBJ ad, *adp;
    +    ASN1_OBJECT ob;
    +
    +    if ((n >= 0) && (n < NUM_NID)) {
    +        if ((n != NID_undef) && (nid_objs[n].nid == NID_undef)) {
    +            OBJerr(OBJ_F_OBJ_NID2LN, OBJ_R_UNKNOWN_NID);
    +            return (NULL);
    +        }
    +        return (nid_objs[n].ln);
    +    } else if (added == NULL)
    +        return (NULL);
    +    else {
    +        ad.type = ADDED_NID;
    +        ad.obj = &ob;
    +        ob.nid = n;
    +        adp = lh_ADDED_OBJ_retrieve(added, &ad);
    +        if (adp != NULL)
    +            return (adp->obj->ln);
    +        else {
    +            OBJerr(OBJ_F_OBJ_NID2LN, OBJ_R_UNKNOWN_NID);
    +            return (NULL);
    +        }
    +    }
    +}
    +
    +static int obj_cmp(const ASN1_OBJECT *const *ap, const unsigned int *bp)
    +{
    +    int j;
    +    const ASN1_OBJECT *a = *ap;
    +    const ASN1_OBJECT *b = &nid_objs[*bp];
    +
    +    j = (a->length - b->length);
    +    if (j)
    +        return (j);
    +    return (memcmp(a->data, b->data, a->length));
    +}
     
     IMPLEMENT_OBJ_BSEARCH_CMP_FN(const ASN1_OBJECT *, unsigned int, obj);
     
     int OBJ_obj2nid(const ASN1_OBJECT *a)
    -	{
    -	const unsigned int *op;
    -	ADDED_OBJ ad,*adp;
    -
    -	if (a == NULL)
    -		return(NID_undef);
    -	if (a->nid != 0)
    -		return(a->nid);
    -
    -	if (added != NULL)
    -		{
    -		ad.type=ADDED_DATA;
    -		ad.obj=(ASN1_OBJECT *)a; /* XXX: ugly but harmless */
    -		adp=lh_ADDED_OBJ_retrieve(added,&ad);
    -		if (adp != NULL) return (adp->obj->nid);
    -		}
    -	op=OBJ_bsearch_obj(&a, obj_objs, NUM_OBJ);
    -	if (op == NULL)
    -		return(NID_undef);
    -	return(nid_objs[*op].nid);
    -	}
    -
    -/* Convert an object name into an ASN1_OBJECT
    - * if "noname" is not set then search for short and long names first.
    - * This will convert the "dotted" form into an object: unlike OBJ_txt2nid
    - * it can be used with any objects, not just registered ones.
    +{
    +    const unsigned int *op;
    +    ADDED_OBJ ad, *adp;
    +
    +    if (a == NULL)
    +        return (NID_undef);
    +    if (a->nid != 0)
    +        return (a->nid);
    +
    +    if (added != NULL) {
    +        ad.type = ADDED_DATA;
    +        ad.obj = (ASN1_OBJECT *)a; /* XXX: ugly but harmless */
    +        adp = lh_ADDED_OBJ_retrieve(added, &ad);
    +        if (adp != NULL)
    +            return (adp->obj->nid);
    +    }
    +    op = OBJ_bsearch_obj(&a, obj_objs, NUM_OBJ);
    +    if (op == NULL)
    +        return (NID_undef);
    +    return (nid_objs[*op].nid);
    +}
    +
    +/*
    + * Convert an object name into an ASN1_OBJECT if "noname" is not set then
    + * search for short and long names first. This will convert the "dotted" form
    + * into an object: unlike OBJ_txt2nid it can be used with any objects, not
    + * just registered ones.
      */
     
     ASN1_OBJECT *OBJ_txt2obj(const char *s, int no_name)
    -	{
    -	int nid = NID_undef;
    -	ASN1_OBJECT *op=NULL;
    -	unsigned char *buf;
    -	unsigned char *p;
    -	const unsigned char *cp;
    -	int i, j;
    -
    -	if(!no_name) {
    -		if( ((nid = OBJ_sn2nid(s)) != NID_undef) ||
    -			((nid = OBJ_ln2nid(s)) != NID_undef) ) 
    -					return OBJ_nid2obj(nid);
    -	}
    -
    -	/* Work out size of content octets */
    -	i=a2d_ASN1_OBJECT(NULL,0,s,-1);
    -	if (i <= 0) {
    -		/* Don't clear the error */
    -		/*ERR_clear_error();*/
    -		return NULL;
    -	}
    -	/* Work out total size */
    -	j = ASN1_object_size(0,i,V_ASN1_OBJECT);
    -
    -	if((buf=(unsigned char *)OPENSSL_malloc(j)) == NULL) return NULL;
    -
    -	p = buf;
    -	/* Write out tag+length */
    -	ASN1_put_object(&p,0,i,V_ASN1_OBJECT,V_ASN1_UNIVERSAL);
    -	/* Write out contents */
    -	a2d_ASN1_OBJECT(p,i,s,-1);
    -
    -	cp=buf;
    -	op=d2i_ASN1_OBJECT(NULL,&cp,j);
    -	OPENSSL_free(buf);
    -	return op;
    -	}
    +{
    +    int nid = NID_undef;
    +    ASN1_OBJECT *op = NULL;
    +    unsigned char *buf;
    +    unsigned char *p;
    +    const unsigned char *cp;
    +    int i, j;
    +
    +    if (!no_name) {
    +        if (((nid = OBJ_sn2nid(s)) != NID_undef) ||
    +            ((nid = OBJ_ln2nid(s)) != NID_undef))
    +            return OBJ_nid2obj(nid);
    +    }
    +
    +    /* Work out size of content octets */
    +    i = a2d_ASN1_OBJECT(NULL, 0, s, -1);
    +    if (i <= 0) {
    +        /* Don't clear the error */
    +        /*
    +         * ERR_clear_error();
    +         */
    +        return NULL;
    +    }
    +    /* Work out total size */
    +    j = ASN1_object_size(0, i, V_ASN1_OBJECT);
    +
    +    if ((buf = (unsigned char *)OPENSSL_malloc(j)) == NULL)
    +        return NULL;
    +
    +    p = buf;
    +    /* Write out tag+length */
    +    ASN1_put_object(&p, 0, i, V_ASN1_OBJECT, V_ASN1_UNIVERSAL);
    +    /* Write out contents */
    +    a2d_ASN1_OBJECT(p, i, s, -1);
    +
    +    cp = buf;
    +    op = d2i_ASN1_OBJECT(NULL, &cp, j);
    +    OPENSSL_free(buf);
    +    return op;
    +}
     
     int OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name)
     {
    -	int i,n=0,len,nid, first, use_bn;
    -	BIGNUM *bl;
    -	unsigned long l;
    -	const unsigned char *p;
    -	char tbuf[DECIMAL_SIZE(i)+DECIMAL_SIZE(l)+2];
    -
    -	/* Ensure that, at every state, |buf| is NUL-terminated. */
    -	if (buf && buf_len > 0)
    -		buf[0] = '\0';
    -
    -	if ((a == NULL) || (a->data == NULL))
    -		return(0);
    -
    -	if (!no_name && (nid=OBJ_obj2nid(a)) != NID_undef)
    -		{
    -		const char *s;
    -		s=OBJ_nid2ln(nid);
    -		if (s == NULL)
    -			s=OBJ_nid2sn(nid);
    -		if (s)
    -			{
    -			if (buf)
    -				BUF_strlcpy(buf,s,buf_len);
    -			n=strlen(s);
    -			return n;
    -			}
    -		}
    -
    -
    -	len=a->length;
    -	p=a->data;
    -
    -	first = 1;
    -	bl = NULL;
    -
    -	while (len > 0)
    -		{
    -		l=0;
    -		use_bn = 0;
    -		for (;;)
    -			{
    -			unsigned char c = *p++;
    -			len--;
    -			if ((len == 0) && (c & 0x80))
    -				goto err;
    -			if (use_bn)
    -				{
    -				if (!BN_add_word(bl, c & 0x7f))
    -					goto err;
    -				}
    -			else
    -				l |= c  & 0x7f;
    -			if (!(c & 0x80))
    -				break;
    -			if (!use_bn && (l > (ULONG_MAX >> 7L)))
    -				{
    -				if (!bl && !(bl = BN_new()))
    -					goto err;
    -				if (!BN_set_word(bl, l))
    -					goto err;
    -				use_bn = 1;
    -				}
    -			if (use_bn)
    -				{
    -				if (!BN_lshift(bl, bl, 7))
    -					goto err;
    -				}
    -			else
    -				l<<=7L;
    -			}
    -
    -		if (first)
    -			{
    -			first = 0;
    -			if (l >= 80)
    -				{
    -				i = 2;
    -				if (use_bn)
    -					{
    -					if (!BN_sub_word(bl, 80))
    -						goto err;
    -					}
    -				else
    -					l -= 80;
    -				}
    -			else
    -				{
    -				i=(int)(l/40);
    -				l-=(long)(i*40);
    -				}
    -			if (buf && (buf_len > 1))
    -				{
    -				*buf++ = i + '0';
    -				*buf = '\0';
    -				buf_len--;
    -				}
    -			n++;
    -			}
    -
    -		if (use_bn)
    -			{
    -			char *bndec;
    -			bndec = BN_bn2dec(bl);
    -			if (!bndec)
    -				goto err;
    -			i = strlen(bndec);
    -			if (buf)
    -				{
    -				if (buf_len > 1)
    -					{
    -					*buf++ = '.';
    -					*buf = '\0';
    -					buf_len--;
    -					}
    -				BUF_strlcpy(buf,bndec,buf_len);
    -				if (i > buf_len)
    -					{
    -					buf += buf_len;
    -					buf_len = 0;
    -					}
    -				else
    -					{
    -					buf+=i;
    -					buf_len-=i;
    -					}
    -				}
    -			n++;
    -			n += i;
    -			OPENSSL_free(bndec);
    -			}
    -		else
    -			{
    -			BIO_snprintf(tbuf,sizeof tbuf,".%lu",l);
    -			i=strlen(tbuf);
    -			if (buf && (buf_len > 0))
    -				{
    -				BUF_strlcpy(buf,tbuf,buf_len);
    -				if (i > buf_len)
    -					{
    -					buf += buf_len;
    -					buf_len = 0;
    -					}
    -				else
    -					{
    -					buf+=i;
    -					buf_len-=i;
    -					}
    -				}
    -			n+=i;
    -			l=0;
    -			}
    -		}
    -
    -	if (bl)
    -		BN_free(bl);
    -	return n;
    -
    -	err:
    -	if (bl)
    -		BN_free(bl);
    -	return -1;
    +    int i, n = 0, len, nid, first, use_bn;
    +    BIGNUM *bl;
    +    unsigned long l;
    +    const unsigned char *p;
    +    char tbuf[DECIMAL_SIZE(i) + DECIMAL_SIZE(l) + 2];
    +
    +    /* Ensure that, at every state, |buf| is NUL-terminated. */
    +    if (buf && buf_len > 0)
    +        buf[0] = '\0';
    +
    +    if ((a == NULL) || (a->data == NULL))
    +        return (0);
    +
    +    if (!no_name && (nid = OBJ_obj2nid(a)) != NID_undef) {
    +        const char *s;
    +        s = OBJ_nid2ln(nid);
    +        if (s == NULL)
    +            s = OBJ_nid2sn(nid);
    +        if (s) {
    +            if (buf)
    +                BUF_strlcpy(buf, s, buf_len);
    +            n = strlen(s);
    +            return n;
    +        }
    +    }
    +
    +    len = a->length;
    +    p = a->data;
    +
    +    first = 1;
    +    bl = NULL;
    +
    +    while (len > 0) {
    +        l = 0;
    +        use_bn = 0;
    +        for (;;) {
    +            unsigned char c = *p++;
    +            len--;
    +            if ((len == 0) && (c & 0x80))
    +                goto err;
    +            if (use_bn) {
    +                if (!BN_add_word(bl, c & 0x7f))
    +                    goto err;
    +            } else
    +                l |= c & 0x7f;
    +            if (!(c & 0x80))
    +                break;
    +            if (!use_bn && (l > (ULONG_MAX >> 7L))) {
    +                if (!bl && !(bl = BN_new()))
    +                    goto err;
    +                if (!BN_set_word(bl, l))
    +                    goto err;
    +                use_bn = 1;
    +            }
    +            if (use_bn) {
    +                if (!BN_lshift(bl, bl, 7))
    +                    goto err;
    +            } else
    +                l <<= 7L;
    +        }
    +
    +        if (first) {
    +            first = 0;
    +            if (l >= 80) {
    +                i = 2;
    +                if (use_bn) {
    +                    if (!BN_sub_word(bl, 80))
    +                        goto err;
    +                } else
    +                    l -= 80;
    +            } else {
    +                i = (int)(l / 40);
    +                l -= (long)(i * 40);
    +            }
    +            if (buf && (buf_len > 1)) {
    +                *buf++ = i + '0';
    +                *buf = '\0';
    +                buf_len--;
    +            }
    +            n++;
    +        }
    +
    +        if (use_bn) {
    +            char *bndec;
    +            bndec = BN_bn2dec(bl);
    +            if (!bndec)
    +                goto err;
    +            i = strlen(bndec);
    +            if (buf) {
    +                if (buf_len > 1) {
    +                    *buf++ = '.';
    +                    *buf = '\0';
    +                    buf_len--;
    +                }
    +                BUF_strlcpy(buf, bndec, buf_len);
    +                if (i > buf_len) {
    +                    buf += buf_len;
    +                    buf_len = 0;
    +                } else {
    +                    buf += i;
    +                    buf_len -= i;
    +                }
    +            }
    +            n++;
    +            n += i;
    +            OPENSSL_free(bndec);
    +        } else {
    +            BIO_snprintf(tbuf, sizeof tbuf, ".%lu", l);
    +            i = strlen(tbuf);
    +            if (buf && (buf_len > 0)) {
    +                BUF_strlcpy(buf, tbuf, buf_len);
    +                if (i > buf_len) {
    +                    buf += buf_len;
    +                    buf_len = 0;
    +                } else {
    +                    buf += i;
    +                    buf_len -= i;
    +                }
    +            }
    +            n += i;
    +            l = 0;
    +        }
    +    }
    +
    +    if (bl)
    +        BN_free(bl);
    +    return n;
    +
    + err:
    +    if (bl)
    +        BN_free(bl);
    +    return -1;
     }
     
     int OBJ_txt2nid(const char *s)
     {
    -	ASN1_OBJECT *obj;
    -	int nid;
    -	obj = OBJ_txt2obj(s, 0);
    -	nid = OBJ_obj2nid(obj);
    -	ASN1_OBJECT_free(obj);
    -	return nid;
    +    ASN1_OBJECT *obj;
    +    int nid;
    +    obj = OBJ_txt2obj(s, 0);
    +    nid = OBJ_obj2nid(obj);
    +    ASN1_OBJECT_free(obj);
    +    return nid;
     }
     
     int OBJ_ln2nid(const char *s)
    -	{
    -	ASN1_OBJECT o;
    -	const ASN1_OBJECT *oo= &o;
    -	ADDED_OBJ ad,*adp;
    -	const unsigned int *op;
    -
    -	o.ln=s;
    -	if (added != NULL)
    -		{
    -		ad.type=ADDED_LNAME;
    -		ad.obj= &o;
    -		adp=lh_ADDED_OBJ_retrieve(added,&ad);
    -		if (adp != NULL) return (adp->obj->nid);
    -		}
    -	op=OBJ_bsearch_ln(&oo, ln_objs, NUM_LN);
    -	if (op == NULL) return(NID_undef);
    -	return(nid_objs[*op].nid);
    -	}
    +{
    +    ASN1_OBJECT o;
    +    const ASN1_OBJECT *oo = &o;
    +    ADDED_OBJ ad, *adp;
    +    const unsigned int *op;
    +
    +    o.ln = s;
    +    if (added != NULL) {
    +        ad.type = ADDED_LNAME;
    +        ad.obj = &o;
    +        adp = lh_ADDED_OBJ_retrieve(added, &ad);
    +        if (adp != NULL)
    +            return (adp->obj->nid);
    +    }
    +    op = OBJ_bsearch_ln(&oo, ln_objs, NUM_LN);
    +    if (op == NULL)
    +        return (NID_undef);
    +    return (nid_objs[*op].nid);
    +}
     
     int OBJ_sn2nid(const char *s)
    -	{
    -	ASN1_OBJECT o;
    -	const ASN1_OBJECT *oo= &o;
    -	ADDED_OBJ ad,*adp;
    -	const unsigned int *op;
    -
    -	o.sn=s;
    -	if (added != NULL)
    -		{
    -		ad.type=ADDED_SNAME;
    -		ad.obj= &o;
    -		adp=lh_ADDED_OBJ_retrieve(added,&ad);
    -		if (adp != NULL) return (adp->obj->nid);
    -		}
    -	op=OBJ_bsearch_sn(&oo, sn_objs, NUM_SN);
    -	if (op == NULL) return(NID_undef);
    -	return(nid_objs[*op].nid);
    -	}
    +{
    +    ASN1_OBJECT o;
    +    const ASN1_OBJECT *oo = &o;
    +    ADDED_OBJ ad, *adp;
    +    const unsigned int *op;
    +
    +    o.sn = s;
    +    if (added != NULL) {
    +        ad.type = ADDED_SNAME;
    +        ad.obj = &o;
    +        adp = lh_ADDED_OBJ_retrieve(added, &ad);
    +        if (adp != NULL)
    +            return (adp->obj->nid);
    +    }
    +    op = OBJ_bsearch_sn(&oo, sn_objs, NUM_SN);
    +    if (op == NULL)
    +        return (NID_undef);
    +    return (nid_objs[*op].nid);
    +}
     
     const void *OBJ_bsearch_(const void *key, const void *base, int num, int size,
    -			 int (*cmp)(const void *, const void *))
    -	{
    -	return OBJ_bsearch_ex_(key, base, num, size, cmp, 0);
    -	}
    +                         int (*cmp) (const void *, const void *))
    +{
    +    return OBJ_bsearch_ex_(key, base, num, size, cmp, 0);
    +}
     
     const void *OBJ_bsearch_ex_(const void *key, const void *base_, int num,
    -			    int size,
    -			    int (*cmp)(const void *, const void *),
    -			    int flags)
    -	{
    -	const char *base=base_;
    -	int l,h,i=0,c=0;
    -	const char *p = NULL;
    -
    -	if (num == 0) return(NULL);
    -	l=0;
    -	h=num;
    -	while (l < h)
    -		{
    -		i=(l+h)/2;
    -		p= &(base[i*size]);
    -		c=(*cmp)(key,p);
    -		if (c < 0)
    -			h=i;
    -		else if (c > 0)
    -			l=i+1;
    -		else
    -			break;
    -		}
    +                            int size,
    +                            int (*cmp) (const void *, const void *),
    +                            int flags)
    +{
    +    const char *base = base_;
    +    int l, h, i = 0, c = 0;
    +    const char *p = NULL;
    +
    +    if (num == 0)
    +        return (NULL);
    +    l = 0;
    +    h = num;
    +    while (l < h) {
    +        i = (l + h) / 2;
    +        p = &(base[i * size]);
    +        c = (*cmp) (key, p);
    +        if (c < 0)
    +            h = i;
    +        else if (c > 0)
    +            l = i + 1;
    +        else
    +            break;
    +    }
     #ifdef CHARSET_EBCDIC
    -/* THIS IS A KLUDGE - Because the *_obj is sorted in ASCII order, and
    - * I don't have perl (yet), we revert to a *LINEAR* search
    - * when the object wasn't found in the binary search.
    - */
    -	if (c != 0)
    -		{
    -		for (i=0; i 0 && (*cmp)(key,&(base[(i-1)*size])) == 0)
    -			i--;
    -		p = &(base[i*size]);
    -		}
    -	return(p);
    -	}
    +    if (c != 0 && !(flags & OBJ_BSEARCH_VALUE_ON_NOMATCH))
    +        p = NULL;
    +    else if (c == 0 && (flags & OBJ_BSEARCH_FIRST_VALUE_ON_MATCH)) {
    +        while (i > 0 && (*cmp) (key, &(base[(i - 1) * size])) == 0)
    +            i--;
    +        p = &(base[i * size]);
    +    }
    +    return (p);
    +}
     
     int OBJ_create_objects(BIO *in)
    -	{
    -	MS_STATIC char buf[512];
    -	int i,num=0;
    -	char *o,*s,*l=NULL;
    -
    -	for (;;)
    -		{
    -		s=o=NULL;
    -		i=BIO_gets(in,buf,512);
    -		if (i <= 0) return(num);
    -		buf[i-1]='\0';
    -		if (!isalnum((unsigned char)buf[0])) return(num);
    -		o=s=buf;
    -		while (isdigit((unsigned char)*s) || (*s == '.'))
    -			s++;
    -		if (*s != '\0')
    -			{
    -			*(s++)='\0';
    -			while (isspace((unsigned char)*s))
    -				s++;
    -			if (*s == '\0')
    -				s=NULL;
    -			else
    -				{
    -				l=s;
    -				while ((*l != '\0') && !isspace((unsigned char)*l))
    -					l++;
    -				if (*l != '\0')
    -					{
    -					*(l++)='\0';
    -					while (isspace((unsigned char)*l))
    -						l++;
    -					if (*l == '\0') l=NULL;
    -					}
    -				else
    -					l=NULL;
    -				}
    -			}
    -		else
    -			s=NULL;
    -		if ((o == NULL) || (*o == '\0')) return(num);
    -		if (!OBJ_create(o,s,l)) return(num);
    -		num++;
    -		}
    -	/* return(num); */
    -	}
    +{
    +    MS_STATIC char buf[512];
    +    int i, num = 0;
    +    char *o, *s, *l = NULL;
    +
    +    for (;;) {
    +        s = o = NULL;
    +        i = BIO_gets(in, buf, 512);
    +        if (i <= 0)
    +            return (num);
    +        buf[i - 1] = '\0';
    +        if (!isalnum((unsigned char)buf[0]))
    +            return (num);
    +        o = s = buf;
    +        while (isdigit((unsigned char)*s) || (*s == '.'))
    +            s++;
    +        if (*s != '\0') {
    +            *(s++) = '\0';
    +            while (isspace((unsigned char)*s))
    +                s++;
    +            if (*s == '\0')
    +                s = NULL;
    +            else {
    +                l = s;
    +                while ((*l != '\0') && !isspace((unsigned char)*l))
    +                    l++;
    +                if (*l != '\0') {
    +                    *(l++) = '\0';
    +                    while (isspace((unsigned char)*l))
    +                        l++;
    +                    if (*l == '\0')
    +                        l = NULL;
    +                } else
    +                    l = NULL;
    +            }
    +        } else
    +            s = NULL;
    +        if ((o == NULL) || (*o == '\0'))
    +            return (num);
    +        if (!OBJ_create(o, s, l))
    +            return (num);
    +        num++;
    +    }
    +    /* return(num); */
    +}
     
     int OBJ_create(const char *oid, const char *sn, const char *ln)
    -	{
    -	int ok=0;
    -	ASN1_OBJECT *op=NULL;
    -	unsigned char *buf;
    -	int i;
    -
    -	i=a2d_ASN1_OBJECT(NULL,0,oid,-1);
    -	if (i <= 0) return(0);
    -
    -	if ((buf=(unsigned char *)OPENSSL_malloc(i)) == NULL)
    -		{
    -		OBJerr(OBJ_F_OBJ_CREATE,ERR_R_MALLOC_FAILURE);
    -		return(0);
    -		}
    -	i=a2d_ASN1_OBJECT(buf,i,oid,-1);
    -	if (i == 0)
    -		goto err;
    -	op=(ASN1_OBJECT *)ASN1_OBJECT_create(OBJ_new_nid(1),buf,i,sn,ln);
    -	if (op == NULL) 
    -		goto err;
    -	ok=OBJ_add_object(op);
    -err:
    -	ASN1_OBJECT_free(op);
    -	OPENSSL_free(buf);
    -	return(ok);
    -	}
    +{
    +    int ok = 0;
    +    ASN1_OBJECT *op = NULL;
    +    unsigned char *buf;
    +    int i;
    +
    +    i = a2d_ASN1_OBJECT(NULL, 0, oid, -1);
    +    if (i <= 0)
    +        return (0);
    +
    +    if ((buf = (unsigned char *)OPENSSL_malloc(i)) == NULL) {
    +        OBJerr(OBJ_F_OBJ_CREATE, ERR_R_MALLOC_FAILURE);
    +        return (0);
    +    }
    +    i = a2d_ASN1_OBJECT(buf, i, oid, -1);
    +    if (i == 0)
    +        goto err;
    +    op = (ASN1_OBJECT *)ASN1_OBJECT_create(OBJ_new_nid(1), buf, i, sn, ln);
    +    if (op == NULL)
    +        goto err;
    +    ok = OBJ_add_object(op);
    + err:
    +    ASN1_OBJECT_free(op);
    +    OPENSSL_free(buf);
    +    return (ok);
    +}
    diff --git a/openssl/crypto/objects/obj_dat.h b/openssl/crypto/objects/obj_dat.h
    index bc69665bc..b7e3cf280 100644
    --- a/openssl/crypto/objects/obj_dat.h
    +++ b/openssl/crypto/objects/obj_dat.h
    @@ -62,12 +62,12 @@
      * [including the GNU Public Licence.]
      */
     
    -#define NUM_NID 920
    -#define NUM_SN 913
    -#define NUM_LN 913
    -#define NUM_OBJ 857
    +#define NUM_NID 958
    +#define NUM_SN 951
    +#define NUM_LN 951
    +#define NUM_OBJ 890
     
    -static const unsigned char lvalues[5974]={
    +static const unsigned char lvalues[6255]={
     0x2A,0x86,0x48,0x86,0xF7,0x0D,               /* [  0] OBJ_rsadsi */
     0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,          /* [  6] OBJ_pkcs */
     0x2A,0x86,0x48,0x86,0xF7,0x0D,0x02,0x02,     /* [ 13] OBJ_md2 */
    @@ -919,6 +919,39 @@ static const unsigned char lvalues[5974]={
     0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x01,0x08,/* [5946] OBJ_mgf1 */
     0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x01,0x0A,/* [5955] OBJ_rsassaPss */
     0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x01,0x07,/* [5964] OBJ_rsaesOaep */
    +0x2A,0x86,0x48,0xCE,0x3E,0x02,0x01,          /* [5973] OBJ_dhpublicnumber */
    +0x2B,0x24,0x03,0x03,0x02,0x08,0x01,0x01,0x01,/* [5980] OBJ_brainpoolP160r1 */
    +0x2B,0x24,0x03,0x03,0x02,0x08,0x01,0x01,0x02,/* [5989] OBJ_brainpoolP160t1 */
    +0x2B,0x24,0x03,0x03,0x02,0x08,0x01,0x01,0x03,/* [5998] OBJ_brainpoolP192r1 */
    +0x2B,0x24,0x03,0x03,0x02,0x08,0x01,0x01,0x04,/* [6007] OBJ_brainpoolP192t1 */
    +0x2B,0x24,0x03,0x03,0x02,0x08,0x01,0x01,0x05,/* [6016] OBJ_brainpoolP224r1 */
    +0x2B,0x24,0x03,0x03,0x02,0x08,0x01,0x01,0x06,/* [6025] OBJ_brainpoolP224t1 */
    +0x2B,0x24,0x03,0x03,0x02,0x08,0x01,0x01,0x07,/* [6034] OBJ_brainpoolP256r1 */
    +0x2B,0x24,0x03,0x03,0x02,0x08,0x01,0x01,0x08,/* [6043] OBJ_brainpoolP256t1 */
    +0x2B,0x24,0x03,0x03,0x02,0x08,0x01,0x01,0x09,/* [6052] OBJ_brainpoolP320r1 */
    +0x2B,0x24,0x03,0x03,0x02,0x08,0x01,0x01,0x0A,/* [6061] OBJ_brainpoolP320t1 */
    +0x2B,0x24,0x03,0x03,0x02,0x08,0x01,0x01,0x0B,/* [6070] OBJ_brainpoolP384r1 */
    +0x2B,0x24,0x03,0x03,0x02,0x08,0x01,0x01,0x0C,/* [6079] OBJ_brainpoolP384t1 */
    +0x2B,0x24,0x03,0x03,0x02,0x08,0x01,0x01,0x0D,/* [6088] OBJ_brainpoolP512r1 */
    +0x2B,0x24,0x03,0x03,0x02,0x08,0x01,0x01,0x0E,/* [6097] OBJ_brainpoolP512t1 */
    +0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x01,0x09,/* [6106] OBJ_pSpecified */
    +0x2B,0x81,0x05,0x10,0x86,0x48,0x3F,0x00,0x02,/* [6115] OBJ_dhSinglePass_stdDH_sha1kdf_scheme */
    +0x2B,0x81,0x04,0x01,0x0B,0x00,               /* [6124] OBJ_dhSinglePass_stdDH_sha224kdf_scheme */
    +0x2B,0x81,0x04,0x01,0x0B,0x01,               /* [6130] OBJ_dhSinglePass_stdDH_sha256kdf_scheme */
    +0x2B,0x81,0x04,0x01,0x0B,0x02,               /* [6136] OBJ_dhSinglePass_stdDH_sha384kdf_scheme */
    +0x2B,0x81,0x04,0x01,0x0B,0x03,               /* [6142] OBJ_dhSinglePass_stdDH_sha512kdf_scheme */
    +0x2B,0x81,0x05,0x10,0x86,0x48,0x3F,0x00,0x03,/* [6148] OBJ_dhSinglePass_cofactorDH_sha1kdf_scheme */
    +0x2B,0x81,0x04,0x01,0x0E,0x00,               /* [6157] OBJ_dhSinglePass_cofactorDH_sha224kdf_scheme */
    +0x2B,0x81,0x04,0x01,0x0E,0x01,               /* [6163] OBJ_dhSinglePass_cofactorDH_sha256kdf_scheme */
    +0x2B,0x81,0x04,0x01,0x0E,0x02,               /* [6169] OBJ_dhSinglePass_cofactorDH_sha384kdf_scheme */
    +0x2B,0x81,0x04,0x01,0x0E,0x03,               /* [6175] OBJ_dhSinglePass_cofactorDH_sha512kdf_scheme */
    +0x2B,0x06,0x01,0x04,0x01,0xD6,0x79,0x02,0x04,0x02,/* [6181] OBJ_ct_precert_scts */
    +0x2B,0x06,0x01,0x04,0x01,0xD6,0x79,0x02,0x04,0x03,/* [6191] OBJ_ct_precert_poison */
    +0x2B,0x06,0x01,0x04,0x01,0xD6,0x79,0x02,0x04,0x04,/* [6201] OBJ_ct_precert_signer */
    +0x2B,0x06,0x01,0x04,0x01,0xD6,0x79,0x02,0x04,0x05,/* [6211] OBJ_ct_cert_scts */
    +0x2B,0x06,0x01,0x04,0x01,0x82,0x37,0x3C,0x02,0x01,0x01,/* [6221] OBJ_jurisdictionLocalityName */
    +0x2B,0x06,0x01,0x04,0x01,0x82,0x37,0x3C,0x02,0x01,0x02,/* [6232] OBJ_jurisdictionStateOrProvinceName */
    +0x2B,0x06,0x01,0x04,0x01,0x82,0x37,0x3C,0x02,0x01,0x03,/* [6243] OBJ_jurisdictionCountryName */
     };
     
     static const ASN1_OBJECT nid_objs[NUM_NID]={
    @@ -2399,12 +2432,95 @@ static const ASN1_OBJECT nid_objs[NUM_NID]={
     {"AES-256-CBC-HMAC-SHA1","aes-256-cbc-hmac-sha1",
     	NID_aes_256_cbc_hmac_sha1,0,NULL,0},
     {"RSAES-OAEP","rsaesOaep",NID_rsaesOaep,9,&(lvalues[5964]),0},
    +{"dhpublicnumber","X9.42 DH",NID_dhpublicnumber,7,&(lvalues[5973]),0},
    +{"brainpoolP160r1","brainpoolP160r1",NID_brainpoolP160r1,9,
    +	&(lvalues[5980]),0},
    +{"brainpoolP160t1","brainpoolP160t1",NID_brainpoolP160t1,9,
    +	&(lvalues[5989]),0},
    +{"brainpoolP192r1","brainpoolP192r1",NID_brainpoolP192r1,9,
    +	&(lvalues[5998]),0},
    +{"brainpoolP192t1","brainpoolP192t1",NID_brainpoolP192t1,9,
    +	&(lvalues[6007]),0},
    +{"brainpoolP224r1","brainpoolP224r1",NID_brainpoolP224r1,9,
    +	&(lvalues[6016]),0},
    +{"brainpoolP224t1","brainpoolP224t1",NID_brainpoolP224t1,9,
    +	&(lvalues[6025]),0},
    +{"brainpoolP256r1","brainpoolP256r1",NID_brainpoolP256r1,9,
    +	&(lvalues[6034]),0},
    +{"brainpoolP256t1","brainpoolP256t1",NID_brainpoolP256t1,9,
    +	&(lvalues[6043]),0},
    +{"brainpoolP320r1","brainpoolP320r1",NID_brainpoolP320r1,9,
    +	&(lvalues[6052]),0},
    +{"brainpoolP320t1","brainpoolP320t1",NID_brainpoolP320t1,9,
    +	&(lvalues[6061]),0},
    +{"brainpoolP384r1","brainpoolP384r1",NID_brainpoolP384r1,9,
    +	&(lvalues[6070]),0},
    +{"brainpoolP384t1","brainpoolP384t1",NID_brainpoolP384t1,9,
    +	&(lvalues[6079]),0},
    +{"brainpoolP512r1","brainpoolP512r1",NID_brainpoolP512r1,9,
    +	&(lvalues[6088]),0},
    +{"brainpoolP512t1","brainpoolP512t1",NID_brainpoolP512t1,9,
    +	&(lvalues[6097]),0},
    +{"PSPECIFIED","pSpecified",NID_pSpecified,9,&(lvalues[6106]),0},
    +{"dhSinglePass-stdDH-sha1kdf-scheme",
    +	"dhSinglePass-stdDH-sha1kdf-scheme",
    +	NID_dhSinglePass_stdDH_sha1kdf_scheme,9,&(lvalues[6115]),0},
    +{"dhSinglePass-stdDH-sha224kdf-scheme",
    +	"dhSinglePass-stdDH-sha224kdf-scheme",
    +	NID_dhSinglePass_stdDH_sha224kdf_scheme,6,&(lvalues[6124]),0},
    +{"dhSinglePass-stdDH-sha256kdf-scheme",
    +	"dhSinglePass-stdDH-sha256kdf-scheme",
    +	NID_dhSinglePass_stdDH_sha256kdf_scheme,6,&(lvalues[6130]),0},
    +{"dhSinglePass-stdDH-sha384kdf-scheme",
    +	"dhSinglePass-stdDH-sha384kdf-scheme",
    +	NID_dhSinglePass_stdDH_sha384kdf_scheme,6,&(lvalues[6136]),0},
    +{"dhSinglePass-stdDH-sha512kdf-scheme",
    +	"dhSinglePass-stdDH-sha512kdf-scheme",
    +	NID_dhSinglePass_stdDH_sha512kdf_scheme,6,&(lvalues[6142]),0},
    +{"dhSinglePass-cofactorDH-sha1kdf-scheme",
    +	"dhSinglePass-cofactorDH-sha1kdf-scheme",
    +	NID_dhSinglePass_cofactorDH_sha1kdf_scheme,9,&(lvalues[6148]),0},
    +{"dhSinglePass-cofactorDH-sha224kdf-scheme",
    +	"dhSinglePass-cofactorDH-sha224kdf-scheme",
    +	NID_dhSinglePass_cofactorDH_sha224kdf_scheme,6,&(lvalues[6157]),0},
    +{"dhSinglePass-cofactorDH-sha256kdf-scheme",
    +	"dhSinglePass-cofactorDH-sha256kdf-scheme",
    +	NID_dhSinglePass_cofactorDH_sha256kdf_scheme,6,&(lvalues[6163]),0},
    +{"dhSinglePass-cofactorDH-sha384kdf-scheme",
    +	"dhSinglePass-cofactorDH-sha384kdf-scheme",
    +	NID_dhSinglePass_cofactorDH_sha384kdf_scheme,6,&(lvalues[6169]),0},
    +{"dhSinglePass-cofactorDH-sha512kdf-scheme",
    +	"dhSinglePass-cofactorDH-sha512kdf-scheme",
    +	NID_dhSinglePass_cofactorDH_sha512kdf_scheme,6,&(lvalues[6175]),0},
    +{"dh-std-kdf","dh-std-kdf",NID_dh_std_kdf,0,NULL,0},
    +{"dh-cofactor-kdf","dh-cofactor-kdf",NID_dh_cofactor_kdf,0,NULL,0},
    +{"AES-128-CBC-HMAC-SHA256","aes-128-cbc-hmac-sha256",
    +	NID_aes_128_cbc_hmac_sha256,0,NULL,0},
    +{"AES-192-CBC-HMAC-SHA256","aes-192-cbc-hmac-sha256",
    +	NID_aes_192_cbc_hmac_sha256,0,NULL,0},
    +{"AES-256-CBC-HMAC-SHA256","aes-256-cbc-hmac-sha256",
    +	NID_aes_256_cbc_hmac_sha256,0,NULL,0},
    +{"ct_precert_scts","CT Precertificate SCTs",NID_ct_precert_scts,10,
    +	&(lvalues[6181]),0},
    +{"ct_precert_poison","CT Precertificate Poison",NID_ct_precert_poison,
    +	10,&(lvalues[6191]),0},
    +{"ct_precert_signer","CT Precertificate Signer",NID_ct_precert_signer,
    +	10,&(lvalues[6201]),0},
    +{"ct_cert_scts","CT Certificate SCTs",NID_ct_cert_scts,10,
    +	&(lvalues[6211]),0},
    +{"jurisdictionL","jurisdictionLocalityName",
    +	NID_jurisdictionLocalityName,11,&(lvalues[6221]),0},
    +{"jurisdictionST","jurisdictionStateOrProvinceName",
    +	NID_jurisdictionStateOrProvinceName,11,&(lvalues[6232]),0},
    +{"jurisdictionC","jurisdictionCountryName",
    +	NID_jurisdictionCountryName,11,&(lvalues[6243]),0},
     };
     
     static const unsigned int sn_objs[NUM_SN]={
     364,	/* "AD_DVCS" */
     419,	/* "AES-128-CBC" */
     916,	/* "AES-128-CBC-HMAC-SHA1" */
    +948,	/* "AES-128-CBC-HMAC-SHA256" */
     421,	/* "AES-128-CFB" */
     650,	/* "AES-128-CFB1" */
     653,	/* "AES-128-CFB8" */
    @@ -2414,6 +2530,7 @@ static const unsigned int sn_objs[NUM_SN]={
     913,	/* "AES-128-XTS" */
     423,	/* "AES-192-CBC" */
     917,	/* "AES-192-CBC-HMAC-SHA1" */
    +949,	/* "AES-192-CBC-HMAC-SHA256" */
     425,	/* "AES-192-CFB" */
     651,	/* "AES-192-CFB1" */
     654,	/* "AES-192-CFB8" */
    @@ -2422,6 +2539,7 @@ static const unsigned int sn_objs[NUM_SN]={
     424,	/* "AES-192-OFB" */
     427,	/* "AES-256-CBC" */
     918,	/* "AES-256-CBC-HMAC-SHA1" */
    +950,	/* "AES-256-CBC-HMAC-SHA256" */
     429,	/* "AES-256-CFB" */
     652,	/* "AES-256-CFB1" */
     655,	/* "AES-256-CFB8" */
    @@ -2537,6 +2655,7 @@ static const unsigned int sn_objs[NUM_SN]={
     69,	/* "PBKDF2" */
     162,	/* "PBMAC1" */
     127,	/* "PKIX" */
    +935,	/* "PSPECIFIED" */
     98,	/* "RC2-40-CBC" */
     166,	/* "RC2-64-CBC" */
     37,	/* "RC2-CBC" */
    @@ -2613,6 +2732,20 @@ static const unsigned int sn_objs[NUM_SN]={
     87,	/* "basicConstraints" */
     365,	/* "basicOCSPResponse" */
     285,	/* "biometricInfo" */
    +921,	/* "brainpoolP160r1" */
    +922,	/* "brainpoolP160t1" */
    +923,	/* "brainpoolP192r1" */
    +924,	/* "brainpoolP192t1" */
    +925,	/* "brainpoolP224r1" */
    +926,	/* "brainpoolP224t1" */
    +927,	/* "brainpoolP256r1" */
    +928,	/* "brainpoolP256t1" */
    +929,	/* "brainpoolP320r1" */
    +930,	/* "brainpoolP320t1" */
    +931,	/* "brainpoolP384r1" */
    +932,	/* "brainpoolP384t1" */
    +933,	/* "brainpoolP512r1" */
    +934,	/* "brainpoolP512t1" */
     494,	/* "buildingName" */
     860,	/* "businessCategory" */
     691,	/* "c2onb191v4" */
    @@ -2658,6 +2791,10 @@ static const unsigned int sn_objs[NUM_SN]={
     884,	/* "crossCertificatePair" */
     806,	/* "cryptocom" */
     805,	/* "cryptopro" */
    +954,	/* "ct_cert_scts" */
    +952,	/* "ct_precert_poison" */
    +951,	/* "ct_precert_scts" */
    +953,	/* "ct_precert_signer" */
     500,	/* "dITRedirect" */
     451,	/* "dNSDomain" */
     495,	/* "dSAQuality" */
    @@ -2667,7 +2804,20 @@ static const unsigned int sn_objs[NUM_SN]={
     891,	/* "deltaRevocationList" */
     107,	/* "description" */
     871,	/* "destinationIndicator" */
    +947,	/* "dh-cofactor-kdf" */
    +946,	/* "dh-std-kdf" */
     28,	/* "dhKeyAgreement" */
    +941,	/* "dhSinglePass-cofactorDH-sha1kdf-scheme" */
    +942,	/* "dhSinglePass-cofactorDH-sha224kdf-scheme" */
    +943,	/* "dhSinglePass-cofactorDH-sha256kdf-scheme" */
    +944,	/* "dhSinglePass-cofactorDH-sha384kdf-scheme" */
    +945,	/* "dhSinglePass-cofactorDH-sha512kdf-scheme" */
    +936,	/* "dhSinglePass-stdDH-sha1kdf-scheme" */
    +937,	/* "dhSinglePass-stdDH-sha224kdf-scheme" */
    +938,	/* "dhSinglePass-stdDH-sha256kdf-scheme" */
    +939,	/* "dhSinglePass-stdDH-sha384kdf-scheme" */
    +940,	/* "dhSinglePass-stdDH-sha512kdf-scheme" */
    +920,	/* "dhpublicnumber" */
     382,	/* "directory" */
     887,	/* "distinguishedName" */
     892,	/* "dmdName" */
    @@ -2978,6 +3128,9 @@ static const unsigned int sn_objs[NUM_SN]={
     86,	/* "issuerAltName" */
     770,	/* "issuingDistributionPoint" */
     492,	/* "janetMailbox" */
    +957,	/* "jurisdictionC" */
    +955,	/* "jurisdictionL" */
    +956,	/* "jurisdictionST" */
     150,	/* "keyBag" */
     83,	/* "keyUsage" */
     477,	/* "lastModifiedBy" */
    @@ -3328,6 +3481,10 @@ static const unsigned int ln_objs[NUM_LN]={
     285,	/* "Biometric Info" */
     179,	/* "CA Issuers" */
     785,	/* "CA Repository" */
    +954,	/* "CT Certificate SCTs" */
    +952,	/* "CT Precertificate Poison" */
    +951,	/* "CT Precertificate SCTs" */
    +953,	/* "CT Precertificate Signer" */
     131,	/* "Code Signing" */
     783,	/* "Diffie-Hellman based MAC" */
     382,	/* "Directory" */
    @@ -3451,6 +3608,7 @@ static const unsigned int ln_objs[NUM_LN]={
     85,	/* "X509v3 Subject Alternative Name" */
     769,	/* "X509v3 Subject Directory Attributes" */
     82,	/* "X509v3 Subject Key Identifier" */
    +920,	/* "X9.42 DH" */
     184,	/* "X9.57" */
     185,	/* "X9.57 CM ?" */
     478,	/* "aRecord" */
    @@ -3463,6 +3621,7 @@ static const unsigned int ln_objs[NUM_LN]={
     606,	/* "additional verification" */
     419,	/* "aes-128-cbc" */
     916,	/* "aes-128-cbc-hmac-sha1" */
    +948,	/* "aes-128-cbc-hmac-sha256" */
     896,	/* "aes-128-ccm" */
     421,	/* "aes-128-cfb" */
     650,	/* "aes-128-cfb1" */
    @@ -3474,6 +3633,7 @@ static const unsigned int ln_objs[NUM_LN]={
     913,	/* "aes-128-xts" */
     423,	/* "aes-192-cbc" */
     917,	/* "aes-192-cbc-hmac-sha1" */
    +949,	/* "aes-192-cbc-hmac-sha256" */
     899,	/* "aes-192-ccm" */
     425,	/* "aes-192-cfb" */
     651,	/* "aes-192-cfb1" */
    @@ -3484,6 +3644,7 @@ static const unsigned int ln_objs[NUM_LN]={
     424,	/* "aes-192-ofb" */
     427,	/* "aes-256-cbc" */
     918,	/* "aes-256-cbc-hmac-sha1" */
    +950,	/* "aes-256-cbc-hmac-sha256" */
     902,	/* "aes-256-ccm" */
     429,	/* "aes-256-cfb" */
     652,	/* "aes-256-cfb1" */
    @@ -3502,6 +3663,20 @@ static const unsigned int ln_objs[NUM_LN]={
     93,	/* "bf-cfb" */
     92,	/* "bf-ecb" */
     94,	/* "bf-ofb" */
    +921,	/* "brainpoolP160r1" */
    +922,	/* "brainpoolP160t1" */
    +923,	/* "brainpoolP192r1" */
    +924,	/* "brainpoolP192t1" */
    +925,	/* "brainpoolP224r1" */
    +926,	/* "brainpoolP224t1" */
    +927,	/* "brainpoolP256r1" */
    +928,	/* "brainpoolP256t1" */
    +929,	/* "brainpoolP320r1" */
    +930,	/* "brainpoolP320t1" */
    +931,	/* "brainpoolP384r1" */
    +932,	/* "brainpoolP384t1" */
    +933,	/* "brainpoolP512r1" */
    +934,	/* "brainpoolP512t1" */
     494,	/* "buildingName" */
     860,	/* "businessCategory" */
     691,	/* "c2onb191v4" */
    @@ -3593,7 +3768,19 @@ static const unsigned int ln_objs[NUM_LN]={
     107,	/* "description" */
     871,	/* "destinationIndicator" */
     80,	/* "desx-cbc" */
    +947,	/* "dh-cofactor-kdf" */
    +946,	/* "dh-std-kdf" */
     28,	/* "dhKeyAgreement" */
    +941,	/* "dhSinglePass-cofactorDH-sha1kdf-scheme" */
    +942,	/* "dhSinglePass-cofactorDH-sha224kdf-scheme" */
    +943,	/* "dhSinglePass-cofactorDH-sha256kdf-scheme" */
    +944,	/* "dhSinglePass-cofactorDH-sha384kdf-scheme" */
    +945,	/* "dhSinglePass-cofactorDH-sha512kdf-scheme" */
    +936,	/* "dhSinglePass-stdDH-sha1kdf-scheme" */
    +937,	/* "dhSinglePass-stdDH-sha224kdf-scheme" */
    +938,	/* "dhSinglePass-stdDH-sha256kdf-scheme" */
    +939,	/* "dhSinglePass-stdDH-sha384kdf-scheme" */
    +940,	/* "dhSinglePass-stdDH-sha512kdf-scheme" */
     11,	/* "directory services (X.500)" */
     378,	/* "directory services - algorithms" */
     887,	/* "distinguishedName" */
    @@ -3881,6 +4068,9 @@ static const unsigned int ln_objs[NUM_LN]={
     645,	/* "itu-t" */
     492,	/* "janetMailbox" */
     646,	/* "joint-iso-itu-t" */
    +957,	/* "jurisdictionCountryName" */
    +955,	/* "jurisdictionLocalityName" */
    +956,	/* "jurisdictionStateOrProvinceName" */
     150,	/* "keyBag" */
     773,	/* "kisa" */
     477,	/* "lastModifiedBy" */
    @@ -3917,6 +4107,7 @@ static const unsigned int ln_objs[NUM_LN]={
     18,	/* "organizationalUnitName" */
     475,	/* "otherMailbox" */
     876,	/* "owner" */
    +935,	/* "pSpecified" */
     489,	/* "pagerTelephoneNumber" */
     782,	/* "password based MAC" */
     374,	/* "path" */
    @@ -4560,6 +4751,14 @@ static const unsigned int obj_objs[NUM_OBJ]={
     505,	/* OBJ_mime_mhs_headings            1 3 6 1 7 1 1 */
     506,	/* OBJ_mime_mhs_bodies              1 3 6 1 7 1 2 */
     119,	/* OBJ_ripemd160WithRSA             1 3 36 3 3 1 2 */
    +937,	/* OBJ_dhSinglePass_stdDH_sha224kdf_scheme 1 3 132 1 11 0 */
    +938,	/* OBJ_dhSinglePass_stdDH_sha256kdf_scheme 1 3 132 1 11 1 */
    +939,	/* OBJ_dhSinglePass_stdDH_sha384kdf_scheme 1 3 132 1 11 2 */
    +940,	/* OBJ_dhSinglePass_stdDH_sha512kdf_scheme 1 3 132 1 11 3 */
    +942,	/* OBJ_dhSinglePass_cofactorDH_sha224kdf_scheme 1 3 132 1 14 0 */
    +943,	/* OBJ_dhSinglePass_cofactorDH_sha256kdf_scheme 1 3 132 1 14 1 */
    +944,	/* OBJ_dhSinglePass_cofactorDH_sha384kdf_scheme 1 3 132 1 14 2 */
    +945,	/* OBJ_dhSinglePass_cofactorDH_sha512kdf_scheme 1 3 132 1 14 3 */
     631,	/* OBJ_setAttr_GenCryptgrm          2 23 42 3 3 3 1 */
     632,	/* OBJ_setAttr_T2Enc                2 23 42 3 3 4 1 */
     633,	/* OBJ_setAttr_T2cleartxt           2 23 42 3 3 4 2 */
    @@ -4608,6 +4807,7 @@ static const unsigned int obj_objs[NUM_OBJ]={
     416,	/* OBJ_ecdsa_with_SHA1              1 2 840 10045 4 1 */
     791,	/* OBJ_ecdsa_with_Recommended       1 2 840 10045 4 2 */
     792,	/* OBJ_ecdsa_with_Specified         1 2 840 10045 4 3 */
    +920,	/* OBJ_dhpublicnumber               1 2 840 10046 2 1 */
     258,	/* OBJ_id_pkix_mod                  1 3 6 1 5 5 7 0 */
     175,	/* OBJ_id_pe                        1 3 6 1 5 5 7 1 */
     259,	/* OBJ_id_qt                        1 3 6 1 5 5 7 2 */
    @@ -4825,6 +5025,7 @@ static const unsigned int obj_objs[NUM_OBJ]={
     644,	/* OBJ_rsaOAEPEncryptionSET         1 2 840 113549 1 1 6 */
     919,	/* OBJ_rsaesOaep                    1 2 840 113549 1 1 7 */
     911,	/* OBJ_mgf1                         1 2 840 113549 1 1 8 */
    +935,	/* OBJ_pSpecified                   1 2 840 113549 1 1 9 */
     912,	/* OBJ_rsassaPss                    1 2 840 113549 1 1 10 */
     668,	/* OBJ_sha256WithRSAEncryption      1 2 840 113549 1 1 11 */
     669,	/* OBJ_sha384WithRSAEncryption      1 2 840 113549 1 1 12 */
    @@ -4886,6 +5087,22 @@ static const unsigned int obj_objs[NUM_OBJ]={
     373,	/* OBJ_id_pkix_OCSP_valid           1 3 6 1 5 5 7 48 1 9 */
     374,	/* OBJ_id_pkix_OCSP_path            1 3 6 1 5 5 7 48 1 10 */
     375,	/* OBJ_id_pkix_OCSP_trustRoot       1 3 6 1 5 5 7 48 1 11 */
    +921,	/* OBJ_brainpoolP160r1              1 3 36 3 3 2 8 1 1 1 */
    +922,	/* OBJ_brainpoolP160t1              1 3 36 3 3 2 8 1 1 2 */
    +923,	/* OBJ_brainpoolP192r1              1 3 36 3 3 2 8 1 1 3 */
    +924,	/* OBJ_brainpoolP192t1              1 3 36 3 3 2 8 1 1 4 */
    +925,	/* OBJ_brainpoolP224r1              1 3 36 3 3 2 8 1 1 5 */
    +926,	/* OBJ_brainpoolP224t1              1 3 36 3 3 2 8 1 1 6 */
    +927,	/* OBJ_brainpoolP256r1              1 3 36 3 3 2 8 1 1 7 */
    +928,	/* OBJ_brainpoolP256t1              1 3 36 3 3 2 8 1 1 8 */
    +929,	/* OBJ_brainpoolP320r1              1 3 36 3 3 2 8 1 1 9 */
    +930,	/* OBJ_brainpoolP320t1              1 3 36 3 3 2 8 1 1 10 */
    +931,	/* OBJ_brainpoolP384r1              1 3 36 3 3 2 8 1 1 11 */
    +932,	/* OBJ_brainpoolP384t1              1 3 36 3 3 2 8 1 1 12 */
    +933,	/* OBJ_brainpoolP512r1              1 3 36 3 3 2 8 1 1 13 */
    +934,	/* OBJ_brainpoolP512t1              1 3 36 3 3 2 8 1 1 14 */
    +936,	/* OBJ_dhSinglePass_stdDH_sha1kdf_scheme 1 3 133 16 840 63 0 2 */
    +941,	/* OBJ_dhSinglePass_cofactorDH_sha1kdf_scheme 1 3 133 16 840 63 0 3 */
     418,	/* OBJ_aes_128_ecb                  2 16 840 1 101 3 4 1 1 */
     419,	/* OBJ_aes_128_cbc                  2 16 840 1 101 3 4 1 2 */
     420,	/* OBJ_aes_128_ofb128               2 16 840 1 101 3 4 1 3 */
    @@ -5013,6 +5230,10 @@ static const unsigned int obj_objs[NUM_OBJ]={
     138,	/* OBJ_ms_efs                       1 3 6 1 4 1 311 10 3 4 */
     648,	/* OBJ_ms_smartcard_login           1 3 6 1 4 1 311 20 2 2 */
     649,	/* OBJ_ms_upn                       1 3 6 1 4 1 311 20 2 3 */
    +951,	/* OBJ_ct_precert_scts              1 3 6 1 4 1 11129 2 4 2 */
    +952,	/* OBJ_ct_precert_poison            1 3 6 1 4 1 11129 2 4 3 */
    +953,	/* OBJ_ct_precert_signer            1 3 6 1 4 1 11129 2 4 4 */
    +954,	/* OBJ_ct_cert_scts                 1 3 6 1 4 1 11129 2 4 5 */
     751,	/* OBJ_camellia_128_cbc             1 2 392 200011 61 1 1 1 2 */
     752,	/* OBJ_camellia_192_cbc             1 2 392 200011 61 1 1 1 3 */
     753,	/* OBJ_camellia_256_cbc             1 2 392 200011 61 1 1 1 4 */
    @@ -5091,5 +5312,8 @@ static const unsigned int obj_objs[NUM_OBJ]={
     154,	/* OBJ_secretBag                    1 2 840 113549 1 12 10 1 5 */
     155,	/* OBJ_safeContentsBag              1 2 840 113549 1 12 10 1 6 */
     34,	/* OBJ_idea_cbc                     1 3 6 1 4 1 188 7 1 1 2 */
    +955,	/* OBJ_jurisdictionLocalityName     1 3 6 1 4 1 311 60 2 1 1 */
    +956,	/* OBJ_jurisdictionStateOrProvinceName 1 3 6 1 4 1 311 60 2 1 2 */
    +957,	/* OBJ_jurisdictionCountryName      1 3 6 1 4 1 311 60 2 1 3 */
     };
     
    diff --git a/openssl/crypto/objects/obj_err.c b/openssl/crypto/objects/obj_err.c
    index 2e7a034c3..238aaa59f 100644
    --- a/openssl/crypto/objects/obj_err.c
    +++ b/openssl/crypto/objects/obj_err.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* NOTE: this file was auto generated by the mkerr.pl script: any changes
    +/*
    + * NOTE: this file was auto generated by the mkerr.pl script: any changes
      * made to it will be overwritten when the script next updates this file,
      * only reason strings will be preserved.
      */
    @@ -65,38 +66,35 @@
     /* BEGIN ERROR CODES */
     #ifndef OPENSSL_NO_ERR
     
    -#define ERR_FUNC(func) ERR_PACK(ERR_LIB_OBJ,func,0)
    -#define ERR_REASON(reason) ERR_PACK(ERR_LIB_OBJ,0,reason)
    +# define ERR_FUNC(func) ERR_PACK(ERR_LIB_OBJ,func,0)
    +# define ERR_REASON(reason) ERR_PACK(ERR_LIB_OBJ,0,reason)
     
    -static ERR_STRING_DATA OBJ_str_functs[]=
    -	{
    -{ERR_FUNC(OBJ_F_OBJ_ADD_OBJECT),	"OBJ_add_object"},
    -{ERR_FUNC(OBJ_F_OBJ_CREATE),	"OBJ_create"},
    -{ERR_FUNC(OBJ_F_OBJ_DUP),	"OBJ_dup"},
    -{ERR_FUNC(OBJ_F_OBJ_NAME_NEW_INDEX),	"OBJ_NAME_new_index"},
    -{ERR_FUNC(OBJ_F_OBJ_NID2LN),	"OBJ_nid2ln"},
    -{ERR_FUNC(OBJ_F_OBJ_NID2OBJ),	"OBJ_nid2obj"},
    -{ERR_FUNC(OBJ_F_OBJ_NID2SN),	"OBJ_nid2sn"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA OBJ_str_functs[] = {
    +    {ERR_FUNC(OBJ_F_OBJ_ADD_OBJECT), "OBJ_add_object"},
    +    {ERR_FUNC(OBJ_F_OBJ_CREATE), "OBJ_create"},
    +    {ERR_FUNC(OBJ_F_OBJ_DUP), "OBJ_dup"},
    +    {ERR_FUNC(OBJ_F_OBJ_NAME_NEW_INDEX), "OBJ_NAME_new_index"},
    +    {ERR_FUNC(OBJ_F_OBJ_NID2LN), "OBJ_nid2ln"},
    +    {ERR_FUNC(OBJ_F_OBJ_NID2OBJ), "OBJ_nid2obj"},
    +    {ERR_FUNC(OBJ_F_OBJ_NID2SN), "OBJ_nid2sn"},
    +    {0, NULL}
    +};
     
    -static ERR_STRING_DATA OBJ_str_reasons[]=
    -	{
    -{ERR_REASON(OBJ_R_MALLOC_FAILURE)        ,"malloc failure"},
    -{ERR_REASON(OBJ_R_UNKNOWN_NID)           ,"unknown nid"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA OBJ_str_reasons[] = {
    +    {ERR_REASON(OBJ_R_MALLOC_FAILURE), "malloc failure"},
    +    {ERR_REASON(OBJ_R_UNKNOWN_NID), "unknown nid"},
    +    {0, NULL}
    +};
     
     #endif
     
     void ERR_load_OBJ_strings(void)
    -	{
    +{
     #ifndef OPENSSL_NO_ERR
     
    -	if (ERR_func_error_string(OBJ_str_functs[0].error) == NULL)
    -		{
    -		ERR_load_strings(0,OBJ_str_functs);
    -		ERR_load_strings(0,OBJ_str_reasons);
    -		}
    +    if (ERR_func_error_string(OBJ_str_functs[0].error) == NULL) {
    +        ERR_load_strings(0, OBJ_str_functs);
    +        ERR_load_strings(0, OBJ_str_reasons);
    +    }
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/objects/obj_lib.c b/openssl/crypto/objects/obj_lib.c
    index 23e9d48cd..8851baffb 100644
    --- a/openssl/crypto/objects/obj_lib.c
    +++ b/openssl/crypto/objects/obj_lib.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,67 +63,73 @@
     #include 
     
     ASN1_OBJECT *OBJ_dup(const ASN1_OBJECT *o)
    -	{
    -	ASN1_OBJECT *r;
    -	int i;
    -	char *ln=NULL,*sn=NULL;
    -	unsigned char *data=NULL;
    +{
    +    ASN1_OBJECT *r;
    +    int i;
    +    char *ln = NULL, *sn = NULL;
    +    unsigned char *data = NULL;
     
    -	if (o == NULL) return(NULL);
    -	if (!(o->flags & ASN1_OBJECT_FLAG_DYNAMIC))
    -		return((ASN1_OBJECT *)o); /* XXX: ugh! Why? What kind of
    -					     duplication is this??? */
    +    if (o == NULL)
    +        return (NULL);
    +    if (!(o->flags & ASN1_OBJECT_FLAG_DYNAMIC))
    +        return ((ASN1_OBJECT *)o); /* XXX: ugh! Why? What kind of duplication
    +                                    * is this??? */
     
    -	r=ASN1_OBJECT_new();
    -	if (r == NULL)
    -		{
    -		OBJerr(OBJ_F_OBJ_DUP,ERR_R_ASN1_LIB);
    -		return(NULL);
    -		}
    -	data=OPENSSL_malloc(o->length);
    -	if (data == NULL)
    -		goto err;
    -	if (o->data != NULL)
    -		memcpy(data,o->data,o->length);
    -	/* once data attached to object it remains const */
    -	r->data = data;
    -	r->length=o->length;
    -	r->nid=o->nid;
    -	r->ln=r->sn=NULL;
    -	if (o->ln != NULL)
    -		{
    -		i=strlen(o->ln)+1;
    -		ln=OPENSSL_malloc(i);
    -		if (ln == NULL) goto err;
    -		memcpy(ln,o->ln,i);
    -		r->ln=ln;
    -		}
    +    r = ASN1_OBJECT_new();
    +    if (r == NULL) {
    +        OBJerr(OBJ_F_OBJ_DUP, ERR_R_ASN1_LIB);
    +        return (NULL);
    +    }
    +    data = OPENSSL_malloc(o->length);
    +    if (data == NULL)
    +        goto err;
    +    if (o->data != NULL)
    +        memcpy(data, o->data, o->length);
    +    /* once data attached to object it remains const */
    +    r->data = data;
    +    r->length = o->length;
    +    r->nid = o->nid;
    +    r->ln = r->sn = NULL;
    +    if (o->ln != NULL) {
    +        i = strlen(o->ln) + 1;
    +        ln = OPENSSL_malloc(i);
    +        if (ln == NULL)
    +            goto err;
    +        memcpy(ln, o->ln, i);
    +        r->ln = ln;
    +    }
     
    -	if (o->sn != NULL)
    -		{
    -		i=strlen(o->sn)+1;
    -		sn=OPENSSL_malloc(i);
    -		if (sn == NULL) goto err;
    -		memcpy(sn,o->sn,i);
    -		r->sn=sn;
    -		}
    -	r->flags=o->flags|(ASN1_OBJECT_FLAG_DYNAMIC|
    -		ASN1_OBJECT_FLAG_DYNAMIC_STRINGS|ASN1_OBJECT_FLAG_DYNAMIC_DATA);
    -	return(r);
    -err:
    -	OBJerr(OBJ_F_OBJ_DUP,ERR_R_MALLOC_FAILURE);
    -	if (ln != NULL)		OPENSSL_free(ln);
    -	if (sn != NULL)		OPENSSL_free(sn);
    -	if (data != NULL)	OPENSSL_free(data);
    -	if (r != NULL)		OPENSSL_free(r);
    -	return(NULL);
    -	}
    +    if (o->sn != NULL) {
    +        i = strlen(o->sn) + 1;
    +        sn = OPENSSL_malloc(i);
    +        if (sn == NULL)
    +            goto err;
    +        memcpy(sn, o->sn, i);
    +        r->sn = sn;
    +    }
    +    r->flags = o->flags | (ASN1_OBJECT_FLAG_DYNAMIC |
    +                           ASN1_OBJECT_FLAG_DYNAMIC_STRINGS |
    +                           ASN1_OBJECT_FLAG_DYNAMIC_DATA);
    +    return (r);
    + err:
    +    OBJerr(OBJ_F_OBJ_DUP, ERR_R_MALLOC_FAILURE);
    +    if (ln != NULL)
    +        OPENSSL_free(ln);
    +    if (sn != NULL)
    +        OPENSSL_free(sn);
    +    if (data != NULL)
    +        OPENSSL_free(data);
    +    if (r != NULL)
    +        OPENSSL_free(r);
    +    return (NULL);
    +}
     
     int OBJ_cmp(const ASN1_OBJECT *a, const ASN1_OBJECT *b)
    -	{
    -	int ret;
    +{
    +    int ret;
     
    -	ret=(a->length-b->length);
    -	if (ret) return(ret);
    -	return(memcmp(a->data,b->data,a->length));
    -	}
    +    ret = (a->length - b->length);
    +    if (ret)
    +        return (ret);
    +    return (memcmp(a->data, b->data, a->length));
    +}
    diff --git a/openssl/crypto/objects/obj_mac.h b/openssl/crypto/objects/obj_mac.h
    index b5ea7cdab..779c309b8 100644
    --- a/openssl/crypto/objects/obj_mac.h
    +++ b/openssl/crypto/objects/obj_mac.h
    @@ -1,8 +1,8 @@
     /* crypto/objects/obj_mac.h */
     
    -/* THIS FILE IS GENERATED FROM objects.txt by objects.pl via the
    - * following command:
    - * perl objects.pl objects.txt obj_mac.num obj_mac.h
    +/*
    + * THIS FILE IS GENERATED FROM objects.txt by objects.pl via the following
    + * command: perl objects.pl objects.txt obj_mac.num obj_mac.h
      */
     
     /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
    @@ -11,21 +11,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -40,10 +40,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -55,3978 +55,4140 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
     
    -#define SN_undef			"UNDEF"
    -#define LN_undef			"undefined"
    -#define NID_undef			0
    -#define OBJ_undef			0L
    -
    -#define SN_itu_t		"ITU-T"
    -#define LN_itu_t		"itu-t"
    -#define NID_itu_t		645
    -#define OBJ_itu_t		0L
    -
    -#define NID_ccitt		404
    -#define OBJ_ccitt		OBJ_itu_t
    -
    -#define SN_iso		"ISO"
    -#define LN_iso		"iso"
    -#define NID_iso		181
    -#define OBJ_iso		1L
    -
    -#define SN_joint_iso_itu_t		"JOINT-ISO-ITU-T"
    -#define LN_joint_iso_itu_t		"joint-iso-itu-t"
    -#define NID_joint_iso_itu_t		646
    -#define OBJ_joint_iso_itu_t		2L
    -
    -#define NID_joint_iso_ccitt		393
    -#define OBJ_joint_iso_ccitt		OBJ_joint_iso_itu_t
    -
    -#define SN_member_body		"member-body"
    -#define LN_member_body		"ISO Member Body"
    -#define NID_member_body		182
    -#define OBJ_member_body		OBJ_iso,2L
    -
    -#define SN_identified_organization		"identified-organization"
    -#define NID_identified_organization		676
    -#define OBJ_identified_organization		OBJ_iso,3L
    -
    -#define SN_hmac_md5		"HMAC-MD5"
    -#define LN_hmac_md5		"hmac-md5"
    -#define NID_hmac_md5		780
    -#define OBJ_hmac_md5		OBJ_identified_organization,6L,1L,5L,5L,8L,1L,1L
    -
    -#define SN_hmac_sha1		"HMAC-SHA1"
    -#define LN_hmac_sha1		"hmac-sha1"
    -#define NID_hmac_sha1		781
    -#define OBJ_hmac_sha1		OBJ_identified_organization,6L,1L,5L,5L,8L,1L,2L
    +#define SN_undef                        "UNDEF"
    +#define LN_undef                        "undefined"
    +#define NID_undef                       0
    +#define OBJ_undef                       0L
    +
    +#define SN_itu_t                "ITU-T"
    +#define LN_itu_t                "itu-t"
    +#define NID_itu_t               645
    +#define OBJ_itu_t               0L
    +
    +#define NID_ccitt               404
    +#define OBJ_ccitt               OBJ_itu_t
    +
    +#define SN_iso          "ISO"
    +#define LN_iso          "iso"
    +#define NID_iso         181
    +#define OBJ_iso         1L
    +
    +#define SN_joint_iso_itu_t              "JOINT-ISO-ITU-T"
    +#define LN_joint_iso_itu_t              "joint-iso-itu-t"
    +#define NID_joint_iso_itu_t             646
    +#define OBJ_joint_iso_itu_t             2L
    +
    +#define NID_joint_iso_ccitt             393
    +#define OBJ_joint_iso_ccitt             OBJ_joint_iso_itu_t
    +
    +#define SN_member_body          "member-body"
    +#define LN_member_body          "ISO Member Body"
    +#define NID_member_body         182
    +#define OBJ_member_body         OBJ_iso,2L
    +
    +#define SN_identified_organization              "identified-organization"
    +#define NID_identified_organization             676
    +#define OBJ_identified_organization             OBJ_iso,3L
    +
    +#define SN_hmac_md5             "HMAC-MD5"
    +#define LN_hmac_md5             "hmac-md5"
    +#define NID_hmac_md5            780
    +#define OBJ_hmac_md5            OBJ_identified_organization,6L,1L,5L,5L,8L,1L,1L
    +
    +#define SN_hmac_sha1            "HMAC-SHA1"
    +#define LN_hmac_sha1            "hmac-sha1"
    +#define NID_hmac_sha1           781
    +#define OBJ_hmac_sha1           OBJ_identified_organization,6L,1L,5L,5L,8L,1L,2L
    +
    +#define SN_certicom_arc         "certicom-arc"
    +#define NID_certicom_arc                677
    +#define OBJ_certicom_arc                OBJ_identified_organization,132L
    +
    +#define SN_international_organizations          "international-organizations"
    +#define LN_international_organizations          "International Organizations"
    +#define NID_international_organizations         647
    +#define OBJ_international_organizations         OBJ_joint_iso_itu_t,23L
    +
    +#define SN_wap          "wap"
    +#define NID_wap         678
    +#define OBJ_wap         OBJ_international_organizations,43L
    +
    +#define SN_wap_wsg              "wap-wsg"
    +#define NID_wap_wsg             679
    +#define OBJ_wap_wsg             OBJ_wap,1L
    +
    +#define SN_selected_attribute_types             "selected-attribute-types"
    +#define LN_selected_attribute_types             "Selected Attribute Types"
    +#define NID_selected_attribute_types            394
    +#define OBJ_selected_attribute_types            OBJ_joint_iso_itu_t,5L,1L,5L
    +
    +#define SN_clearance            "clearance"
    +#define NID_clearance           395
    +#define OBJ_clearance           OBJ_selected_attribute_types,55L
    +
    +#define SN_ISO_US               "ISO-US"
    +#define LN_ISO_US               "ISO US Member Body"
    +#define NID_ISO_US              183
    +#define OBJ_ISO_US              OBJ_member_body,840L
    +
    +#define SN_X9_57                "X9-57"
    +#define LN_X9_57                "X9.57"
    +#define NID_X9_57               184
    +#define OBJ_X9_57               OBJ_ISO_US,10040L
    +
    +#define SN_X9cm         "X9cm"
    +#define LN_X9cm         "X9.57 CM ?"
    +#define NID_X9cm                185
    +#define OBJ_X9cm                OBJ_X9_57,4L
    +
    +#define SN_dsa          "DSA"
    +#define LN_dsa          "dsaEncryption"
    +#define NID_dsa         116
    +#define OBJ_dsa         OBJ_X9cm,1L
    +
    +#define SN_dsaWithSHA1          "DSA-SHA1"
    +#define LN_dsaWithSHA1          "dsaWithSHA1"
    +#define NID_dsaWithSHA1         113
    +#define OBJ_dsaWithSHA1         OBJ_X9cm,3L
    +
    +#define SN_ansi_X9_62           "ansi-X9-62"
    +#define LN_ansi_X9_62           "ANSI X9.62"
    +#define NID_ansi_X9_62          405
    +#define OBJ_ansi_X9_62          OBJ_ISO_US,10045L
    +
    +#define OBJ_X9_62_id_fieldType          OBJ_ansi_X9_62,1L
    +
    +#define SN_X9_62_prime_field            "prime-field"
    +#define NID_X9_62_prime_field           406
    +#define OBJ_X9_62_prime_field           OBJ_X9_62_id_fieldType,1L
    +
    +#define SN_X9_62_characteristic_two_field               "characteristic-two-field"
    +#define NID_X9_62_characteristic_two_field              407
    +#define OBJ_X9_62_characteristic_two_field              OBJ_X9_62_id_fieldType,2L
    +
    +#define SN_X9_62_id_characteristic_two_basis            "id-characteristic-two-basis"
    +#define NID_X9_62_id_characteristic_two_basis           680
    +#define OBJ_X9_62_id_characteristic_two_basis           OBJ_X9_62_characteristic_two_field,3L
    +
    +#define SN_X9_62_onBasis                "onBasis"
    +#define NID_X9_62_onBasis               681
    +#define OBJ_X9_62_onBasis               OBJ_X9_62_id_characteristic_two_basis,1L
    +
    +#define SN_X9_62_tpBasis                "tpBasis"
    +#define NID_X9_62_tpBasis               682
    +#define OBJ_X9_62_tpBasis               OBJ_X9_62_id_characteristic_two_basis,2L
    +
    +#define SN_X9_62_ppBasis                "ppBasis"
    +#define NID_X9_62_ppBasis               683
    +#define OBJ_X9_62_ppBasis               OBJ_X9_62_id_characteristic_two_basis,3L
    +
    +#define OBJ_X9_62_id_publicKeyType              OBJ_ansi_X9_62,2L
    +
    +#define SN_X9_62_id_ecPublicKey         "id-ecPublicKey"
    +#define NID_X9_62_id_ecPublicKey                408
    +#define OBJ_X9_62_id_ecPublicKey                OBJ_X9_62_id_publicKeyType,1L
    +
    +#define OBJ_X9_62_ellipticCurve         OBJ_ansi_X9_62,3L
    +
    +#define OBJ_X9_62_c_TwoCurve            OBJ_X9_62_ellipticCurve,0L
     
    -#define SN_certicom_arc		"certicom-arc"
    -#define NID_certicom_arc		677
    -#define OBJ_certicom_arc		OBJ_identified_organization,132L
    +#define SN_X9_62_c2pnb163v1             "c2pnb163v1"
    +#define NID_X9_62_c2pnb163v1            684
    +#define OBJ_X9_62_c2pnb163v1            OBJ_X9_62_c_TwoCurve,1L
     
    -#define SN_international_organizations		"international-organizations"
    -#define LN_international_organizations		"International Organizations"
    -#define NID_international_organizations		647
    -#define OBJ_international_organizations		OBJ_joint_iso_itu_t,23L
    +#define SN_X9_62_c2pnb163v2             "c2pnb163v2"
    +#define NID_X9_62_c2pnb163v2            685
    +#define OBJ_X9_62_c2pnb163v2            OBJ_X9_62_c_TwoCurve,2L
     
    -#define SN_wap		"wap"
    -#define NID_wap		678
    -#define OBJ_wap		OBJ_international_organizations,43L
    +#define SN_X9_62_c2pnb163v3             "c2pnb163v3"
    +#define NID_X9_62_c2pnb163v3            686
    +#define OBJ_X9_62_c2pnb163v3            OBJ_X9_62_c_TwoCurve,3L
     
    -#define SN_wap_wsg		"wap-wsg"
    -#define NID_wap_wsg		679
    -#define OBJ_wap_wsg		OBJ_wap,1L
    +#define SN_X9_62_c2pnb176v1             "c2pnb176v1"
    +#define NID_X9_62_c2pnb176v1            687
    +#define OBJ_X9_62_c2pnb176v1            OBJ_X9_62_c_TwoCurve,4L
     
    -#define SN_selected_attribute_types		"selected-attribute-types"
    -#define LN_selected_attribute_types		"Selected Attribute Types"
    -#define NID_selected_attribute_types		394
    -#define OBJ_selected_attribute_types		OBJ_joint_iso_itu_t,5L,1L,5L
    -
    -#define SN_clearance		"clearance"
    -#define NID_clearance		395
    -#define OBJ_clearance		OBJ_selected_attribute_types,55L
    -
    -#define SN_ISO_US		"ISO-US"
    -#define LN_ISO_US		"ISO US Member Body"
    -#define NID_ISO_US		183
    -#define OBJ_ISO_US		OBJ_member_body,840L
    -
    -#define SN_X9_57		"X9-57"
    -#define LN_X9_57		"X9.57"
    -#define NID_X9_57		184
    -#define OBJ_X9_57		OBJ_ISO_US,10040L
    +#define SN_X9_62_c2tnb191v1             "c2tnb191v1"
    +#define NID_X9_62_c2tnb191v1            688
    +#define OBJ_X9_62_c2tnb191v1            OBJ_X9_62_c_TwoCurve,5L
     
    -#define SN_X9cm		"X9cm"
    -#define LN_X9cm		"X9.57 CM ?"
    -#define NID_X9cm		185
    -#define OBJ_X9cm		OBJ_X9_57,4L
    +#define SN_X9_62_c2tnb191v2             "c2tnb191v2"
    +#define NID_X9_62_c2tnb191v2            689
    +#define OBJ_X9_62_c2tnb191v2            OBJ_X9_62_c_TwoCurve,6L
     
    -#define SN_dsa		"DSA"
    -#define LN_dsa		"dsaEncryption"
    -#define NID_dsa		116
    -#define OBJ_dsa		OBJ_X9cm,1L
    -
    -#define SN_dsaWithSHA1		"DSA-SHA1"
    -#define LN_dsaWithSHA1		"dsaWithSHA1"
    -#define NID_dsaWithSHA1		113
    -#define OBJ_dsaWithSHA1		OBJ_X9cm,3L
    -
    -#define SN_ansi_X9_62		"ansi-X9-62"
    -#define LN_ansi_X9_62		"ANSI X9.62"
    -#define NID_ansi_X9_62		405
    -#define OBJ_ansi_X9_62		OBJ_ISO_US,10045L
    -
    -#define OBJ_X9_62_id_fieldType		OBJ_ansi_X9_62,1L
    -
    -#define SN_X9_62_prime_field		"prime-field"
    -#define NID_X9_62_prime_field		406
    -#define OBJ_X9_62_prime_field		OBJ_X9_62_id_fieldType,1L
    -
    -#define SN_X9_62_characteristic_two_field		"characteristic-two-field"
    -#define NID_X9_62_characteristic_two_field		407
    -#define OBJ_X9_62_characteristic_two_field		OBJ_X9_62_id_fieldType,2L
    -
    -#define SN_X9_62_id_characteristic_two_basis		"id-characteristic-two-basis"
    -#define NID_X9_62_id_characteristic_two_basis		680
    -#define OBJ_X9_62_id_characteristic_two_basis		OBJ_X9_62_characteristic_two_field,3L
    -
    -#define SN_X9_62_onBasis		"onBasis"
    -#define NID_X9_62_onBasis		681
    -#define OBJ_X9_62_onBasis		OBJ_X9_62_id_characteristic_two_basis,1L
    +#define SN_X9_62_c2tnb191v3             "c2tnb191v3"
    +#define NID_X9_62_c2tnb191v3            690
    +#define OBJ_X9_62_c2tnb191v3            OBJ_X9_62_c_TwoCurve,7L
     
    -#define SN_X9_62_tpBasis		"tpBasis"
    -#define NID_X9_62_tpBasis		682
    -#define OBJ_X9_62_tpBasis		OBJ_X9_62_id_characteristic_two_basis,2L
    +#define SN_X9_62_c2onb191v4             "c2onb191v4"
    +#define NID_X9_62_c2onb191v4            691
    +#define OBJ_X9_62_c2onb191v4            OBJ_X9_62_c_TwoCurve,8L
     
    -#define SN_X9_62_ppBasis		"ppBasis"
    -#define NID_X9_62_ppBasis		683
    -#define OBJ_X9_62_ppBasis		OBJ_X9_62_id_characteristic_two_basis,3L
    +#define SN_X9_62_c2onb191v5             "c2onb191v5"
    +#define NID_X9_62_c2onb191v5            692
    +#define OBJ_X9_62_c2onb191v5            OBJ_X9_62_c_TwoCurve,9L
     
    -#define OBJ_X9_62_id_publicKeyType		OBJ_ansi_X9_62,2L
    +#define SN_X9_62_c2pnb208w1             "c2pnb208w1"
    +#define NID_X9_62_c2pnb208w1            693
    +#define OBJ_X9_62_c2pnb208w1            OBJ_X9_62_c_TwoCurve,10L
     
    -#define SN_X9_62_id_ecPublicKey		"id-ecPublicKey"
    -#define NID_X9_62_id_ecPublicKey		408
    -#define OBJ_X9_62_id_ecPublicKey		OBJ_X9_62_id_publicKeyType,1L
    +#define SN_X9_62_c2tnb239v1             "c2tnb239v1"
    +#define NID_X9_62_c2tnb239v1            694
    +#define OBJ_X9_62_c2tnb239v1            OBJ_X9_62_c_TwoCurve,11L
     
    -#define OBJ_X9_62_ellipticCurve		OBJ_ansi_X9_62,3L
    +#define SN_X9_62_c2tnb239v2             "c2tnb239v2"
    +#define NID_X9_62_c2tnb239v2            695
    +#define OBJ_X9_62_c2tnb239v2            OBJ_X9_62_c_TwoCurve,12L
     
    -#define OBJ_X9_62_c_TwoCurve		OBJ_X9_62_ellipticCurve,0L
    +#define SN_X9_62_c2tnb239v3             "c2tnb239v3"
    +#define NID_X9_62_c2tnb239v3            696
    +#define OBJ_X9_62_c2tnb239v3            OBJ_X9_62_c_TwoCurve,13L
     
    -#define SN_X9_62_c2pnb163v1		"c2pnb163v1"
    -#define NID_X9_62_c2pnb163v1		684
    -#define OBJ_X9_62_c2pnb163v1		OBJ_X9_62_c_TwoCurve,1L
    +#define SN_X9_62_c2onb239v4             "c2onb239v4"
    +#define NID_X9_62_c2onb239v4            697
    +#define OBJ_X9_62_c2onb239v4            OBJ_X9_62_c_TwoCurve,14L
     
    -#define SN_X9_62_c2pnb163v2		"c2pnb163v2"
    -#define NID_X9_62_c2pnb163v2		685
    -#define OBJ_X9_62_c2pnb163v2		OBJ_X9_62_c_TwoCurve,2L
    +#define SN_X9_62_c2onb239v5             "c2onb239v5"
    +#define NID_X9_62_c2onb239v5            698
    +#define OBJ_X9_62_c2onb239v5            OBJ_X9_62_c_TwoCurve,15L
     
    -#define SN_X9_62_c2pnb163v3		"c2pnb163v3"
    -#define NID_X9_62_c2pnb163v3		686
    -#define OBJ_X9_62_c2pnb163v3		OBJ_X9_62_c_TwoCurve,3L
    +#define SN_X9_62_c2pnb272w1             "c2pnb272w1"
    +#define NID_X9_62_c2pnb272w1            699
    +#define OBJ_X9_62_c2pnb272w1            OBJ_X9_62_c_TwoCurve,16L
     
    -#define SN_X9_62_c2pnb176v1		"c2pnb176v1"
    -#define NID_X9_62_c2pnb176v1		687
    -#define OBJ_X9_62_c2pnb176v1		OBJ_X9_62_c_TwoCurve,4L
    +#define SN_X9_62_c2pnb304w1             "c2pnb304w1"
    +#define NID_X9_62_c2pnb304w1            700
    +#define OBJ_X9_62_c2pnb304w1            OBJ_X9_62_c_TwoCurve,17L
     
    -#define SN_X9_62_c2tnb191v1		"c2tnb191v1"
    -#define NID_X9_62_c2tnb191v1		688
    -#define OBJ_X9_62_c2tnb191v1		OBJ_X9_62_c_TwoCurve,5L
    +#define SN_X9_62_c2tnb359v1             "c2tnb359v1"
    +#define NID_X9_62_c2tnb359v1            701
    +#define OBJ_X9_62_c2tnb359v1            OBJ_X9_62_c_TwoCurve,18L
     
    -#define SN_X9_62_c2tnb191v2		"c2tnb191v2"
    -#define NID_X9_62_c2tnb191v2		689
    -#define OBJ_X9_62_c2tnb191v2		OBJ_X9_62_c_TwoCurve,6L
    +#define SN_X9_62_c2pnb368w1             "c2pnb368w1"
    +#define NID_X9_62_c2pnb368w1            702
    +#define OBJ_X9_62_c2pnb368w1            OBJ_X9_62_c_TwoCurve,19L
     
    -#define SN_X9_62_c2tnb191v3		"c2tnb191v3"
    -#define NID_X9_62_c2tnb191v3		690
    -#define OBJ_X9_62_c2tnb191v3		OBJ_X9_62_c_TwoCurve,7L
    +#define SN_X9_62_c2tnb431r1             "c2tnb431r1"
    +#define NID_X9_62_c2tnb431r1            703
    +#define OBJ_X9_62_c2tnb431r1            OBJ_X9_62_c_TwoCurve,20L
     
    -#define SN_X9_62_c2onb191v4		"c2onb191v4"
    -#define NID_X9_62_c2onb191v4		691
    -#define OBJ_X9_62_c2onb191v4		OBJ_X9_62_c_TwoCurve,8L
    +#define OBJ_X9_62_primeCurve            OBJ_X9_62_ellipticCurve,1L
     
    -#define SN_X9_62_c2onb191v5		"c2onb191v5"
    -#define NID_X9_62_c2onb191v5		692
    -#define OBJ_X9_62_c2onb191v5		OBJ_X9_62_c_TwoCurve,9L
    +#define SN_X9_62_prime192v1             "prime192v1"
    +#define NID_X9_62_prime192v1            409
    +#define OBJ_X9_62_prime192v1            OBJ_X9_62_primeCurve,1L
     
    -#define SN_X9_62_c2pnb208w1		"c2pnb208w1"
    -#define NID_X9_62_c2pnb208w1		693
    -#define OBJ_X9_62_c2pnb208w1		OBJ_X9_62_c_TwoCurve,10L
    +#define SN_X9_62_prime192v2             "prime192v2"
    +#define NID_X9_62_prime192v2            410
    +#define OBJ_X9_62_prime192v2            OBJ_X9_62_primeCurve,2L
     
    -#define SN_X9_62_c2tnb239v1		"c2tnb239v1"
    -#define NID_X9_62_c2tnb239v1		694
    -#define OBJ_X9_62_c2tnb239v1		OBJ_X9_62_c_TwoCurve,11L
    +#define SN_X9_62_prime192v3             "prime192v3"
    +#define NID_X9_62_prime192v3            411
    +#define OBJ_X9_62_prime192v3            OBJ_X9_62_primeCurve,3L
     
    -#define SN_X9_62_c2tnb239v2		"c2tnb239v2"
    -#define NID_X9_62_c2tnb239v2		695
    -#define OBJ_X9_62_c2tnb239v2		OBJ_X9_62_c_TwoCurve,12L
    +#define SN_X9_62_prime239v1             "prime239v1"
    +#define NID_X9_62_prime239v1            412
    +#define OBJ_X9_62_prime239v1            OBJ_X9_62_primeCurve,4L
     
    -#define SN_X9_62_c2tnb239v3		"c2tnb239v3"
    -#define NID_X9_62_c2tnb239v3		696
    -#define OBJ_X9_62_c2tnb239v3		OBJ_X9_62_c_TwoCurve,13L
    +#define SN_X9_62_prime239v2             "prime239v2"
    +#define NID_X9_62_prime239v2            413
    +#define OBJ_X9_62_prime239v2            OBJ_X9_62_primeCurve,5L
     
    -#define SN_X9_62_c2onb239v4		"c2onb239v4"
    -#define NID_X9_62_c2onb239v4		697
    -#define OBJ_X9_62_c2onb239v4		OBJ_X9_62_c_TwoCurve,14L
    +#define SN_X9_62_prime239v3             "prime239v3"
    +#define NID_X9_62_prime239v3            414
    +#define OBJ_X9_62_prime239v3            OBJ_X9_62_primeCurve,6L
     
    -#define SN_X9_62_c2onb239v5		"c2onb239v5"
    -#define NID_X9_62_c2onb239v5		698
    -#define OBJ_X9_62_c2onb239v5		OBJ_X9_62_c_TwoCurve,15L
    +#define SN_X9_62_prime256v1             "prime256v1"
    +#define NID_X9_62_prime256v1            415
    +#define OBJ_X9_62_prime256v1            OBJ_X9_62_primeCurve,7L
     
    -#define SN_X9_62_c2pnb272w1		"c2pnb272w1"
    -#define NID_X9_62_c2pnb272w1		699
    -#define OBJ_X9_62_c2pnb272w1		OBJ_X9_62_c_TwoCurve,16L
    +#define OBJ_X9_62_id_ecSigType          OBJ_ansi_X9_62,4L
     
    -#define SN_X9_62_c2pnb304w1		"c2pnb304w1"
    -#define NID_X9_62_c2pnb304w1		700
    -#define OBJ_X9_62_c2pnb304w1		OBJ_X9_62_c_TwoCurve,17L
    +#define SN_ecdsa_with_SHA1              "ecdsa-with-SHA1"
    +#define NID_ecdsa_with_SHA1             416
    +#define OBJ_ecdsa_with_SHA1             OBJ_X9_62_id_ecSigType,1L
     
    -#define SN_X9_62_c2tnb359v1		"c2tnb359v1"
    -#define NID_X9_62_c2tnb359v1		701
    -#define OBJ_X9_62_c2tnb359v1		OBJ_X9_62_c_TwoCurve,18L
    +#define SN_ecdsa_with_Recommended               "ecdsa-with-Recommended"
    +#define NID_ecdsa_with_Recommended              791
    +#define OBJ_ecdsa_with_Recommended              OBJ_X9_62_id_ecSigType,2L
     
    -#define SN_X9_62_c2pnb368w1		"c2pnb368w1"
    -#define NID_X9_62_c2pnb368w1		702
    -#define OBJ_X9_62_c2pnb368w1		OBJ_X9_62_c_TwoCurve,19L
    +#define SN_ecdsa_with_Specified         "ecdsa-with-Specified"
    +#define NID_ecdsa_with_Specified                792
    +#define OBJ_ecdsa_with_Specified                OBJ_X9_62_id_ecSigType,3L
     
    -#define SN_X9_62_c2tnb431r1		"c2tnb431r1"
    -#define NID_X9_62_c2tnb431r1		703
    -#define OBJ_X9_62_c2tnb431r1		OBJ_X9_62_c_TwoCurve,20L
    +#define SN_ecdsa_with_SHA224            "ecdsa-with-SHA224"
    +#define NID_ecdsa_with_SHA224           793
    +#define OBJ_ecdsa_with_SHA224           OBJ_ecdsa_with_Specified,1L
     
    -#define OBJ_X9_62_primeCurve		OBJ_X9_62_ellipticCurve,1L
    +#define SN_ecdsa_with_SHA256            "ecdsa-with-SHA256"
    +#define NID_ecdsa_with_SHA256           794
    +#define OBJ_ecdsa_with_SHA256           OBJ_ecdsa_with_Specified,2L
     
    -#define SN_X9_62_prime192v1		"prime192v1"
    -#define NID_X9_62_prime192v1		409
    -#define OBJ_X9_62_prime192v1		OBJ_X9_62_primeCurve,1L
    +#define SN_ecdsa_with_SHA384            "ecdsa-with-SHA384"
    +#define NID_ecdsa_with_SHA384           795
    +#define OBJ_ecdsa_with_SHA384           OBJ_ecdsa_with_Specified,3L
     
    -#define SN_X9_62_prime192v2		"prime192v2"
    -#define NID_X9_62_prime192v2		410
    -#define OBJ_X9_62_prime192v2		OBJ_X9_62_primeCurve,2L
    +#define SN_ecdsa_with_SHA512            "ecdsa-with-SHA512"
    +#define NID_ecdsa_with_SHA512           796
    +#define OBJ_ecdsa_with_SHA512           OBJ_ecdsa_with_Specified,4L
     
    -#define SN_X9_62_prime192v3		"prime192v3"
    -#define NID_X9_62_prime192v3		411
    -#define OBJ_X9_62_prime192v3		OBJ_X9_62_primeCurve,3L
    +#define OBJ_secg_ellipticCurve          OBJ_certicom_arc,0L
     
    -#define SN_X9_62_prime239v1		"prime239v1"
    -#define NID_X9_62_prime239v1		412
    -#define OBJ_X9_62_prime239v1		OBJ_X9_62_primeCurve,4L
    +#define SN_secp112r1            "secp112r1"
    +#define NID_secp112r1           704
    +#define OBJ_secp112r1           OBJ_secg_ellipticCurve,6L
     
    -#define SN_X9_62_prime239v2		"prime239v2"
    -#define NID_X9_62_prime239v2		413
    -#define OBJ_X9_62_prime239v2		OBJ_X9_62_primeCurve,5L
    +#define SN_secp112r2            "secp112r2"
    +#define NID_secp112r2           705
    +#define OBJ_secp112r2           OBJ_secg_ellipticCurve,7L
     
    -#define SN_X9_62_prime239v3		"prime239v3"
    -#define NID_X9_62_prime239v3		414
    -#define OBJ_X9_62_prime239v3		OBJ_X9_62_primeCurve,6L
    +#define SN_secp128r1            "secp128r1"
    +#define NID_secp128r1           706
    +#define OBJ_secp128r1           OBJ_secg_ellipticCurve,28L
     
    -#define SN_X9_62_prime256v1		"prime256v1"
    -#define NID_X9_62_prime256v1		415
    -#define OBJ_X9_62_prime256v1		OBJ_X9_62_primeCurve,7L
    +#define SN_secp128r2            "secp128r2"
    +#define NID_secp128r2           707
    +#define OBJ_secp128r2           OBJ_secg_ellipticCurve,29L
     
    -#define OBJ_X9_62_id_ecSigType		OBJ_ansi_X9_62,4L
    +#define SN_secp160k1            "secp160k1"
    +#define NID_secp160k1           708
    +#define OBJ_secp160k1           OBJ_secg_ellipticCurve,9L
     
    -#define SN_ecdsa_with_SHA1		"ecdsa-with-SHA1"
    -#define NID_ecdsa_with_SHA1		416
    -#define OBJ_ecdsa_with_SHA1		OBJ_X9_62_id_ecSigType,1L
    +#define SN_secp160r1            "secp160r1"
    +#define NID_secp160r1           709
    +#define OBJ_secp160r1           OBJ_secg_ellipticCurve,8L
     
    -#define SN_ecdsa_with_Recommended		"ecdsa-with-Recommended"
    -#define NID_ecdsa_with_Recommended		791
    -#define OBJ_ecdsa_with_Recommended		OBJ_X9_62_id_ecSigType,2L
    +#define SN_secp160r2            "secp160r2"
    +#define NID_secp160r2           710
    +#define OBJ_secp160r2           OBJ_secg_ellipticCurve,30L
     
    -#define SN_ecdsa_with_Specified		"ecdsa-with-Specified"
    -#define NID_ecdsa_with_Specified		792
    -#define OBJ_ecdsa_with_Specified		OBJ_X9_62_id_ecSigType,3L
    +#define SN_secp192k1            "secp192k1"
    +#define NID_secp192k1           711
    +#define OBJ_secp192k1           OBJ_secg_ellipticCurve,31L
     
    -#define SN_ecdsa_with_SHA224		"ecdsa-with-SHA224"
    -#define NID_ecdsa_with_SHA224		793
    -#define OBJ_ecdsa_with_SHA224		OBJ_ecdsa_with_Specified,1L
    +#define SN_secp224k1            "secp224k1"
    +#define NID_secp224k1           712
    +#define OBJ_secp224k1           OBJ_secg_ellipticCurve,32L
     
    -#define SN_ecdsa_with_SHA256		"ecdsa-with-SHA256"
    -#define NID_ecdsa_with_SHA256		794
    -#define OBJ_ecdsa_with_SHA256		OBJ_ecdsa_with_Specified,2L
    +#define SN_secp224r1            "secp224r1"
    +#define NID_secp224r1           713
    +#define OBJ_secp224r1           OBJ_secg_ellipticCurve,33L
     
    -#define SN_ecdsa_with_SHA384		"ecdsa-with-SHA384"
    -#define NID_ecdsa_with_SHA384		795
    -#define OBJ_ecdsa_with_SHA384		OBJ_ecdsa_with_Specified,3L
    +#define SN_secp256k1            "secp256k1"
    +#define NID_secp256k1           714
    +#define OBJ_secp256k1           OBJ_secg_ellipticCurve,10L
     
    -#define SN_ecdsa_with_SHA512		"ecdsa-with-SHA512"
    -#define NID_ecdsa_with_SHA512		796
    -#define OBJ_ecdsa_with_SHA512		OBJ_ecdsa_with_Specified,4L
    +#define SN_secp384r1            "secp384r1"
    +#define NID_secp384r1           715
    +#define OBJ_secp384r1           OBJ_secg_ellipticCurve,34L
     
    -#define OBJ_secg_ellipticCurve		OBJ_certicom_arc,0L
    +#define SN_secp521r1            "secp521r1"
    +#define NID_secp521r1           716
    +#define OBJ_secp521r1           OBJ_secg_ellipticCurve,35L
     
    -#define SN_secp112r1		"secp112r1"
    -#define NID_secp112r1		704
    -#define OBJ_secp112r1		OBJ_secg_ellipticCurve,6L
    +#define SN_sect113r1            "sect113r1"
    +#define NID_sect113r1           717
    +#define OBJ_sect113r1           OBJ_secg_ellipticCurve,4L
     
    -#define SN_secp112r2		"secp112r2"
    -#define NID_secp112r2		705
    -#define OBJ_secp112r2		OBJ_secg_ellipticCurve,7L
    +#define SN_sect113r2            "sect113r2"
    +#define NID_sect113r2           718
    +#define OBJ_sect113r2           OBJ_secg_ellipticCurve,5L
     
    -#define SN_secp128r1		"secp128r1"
    -#define NID_secp128r1		706
    -#define OBJ_secp128r1		OBJ_secg_ellipticCurve,28L
    +#define SN_sect131r1            "sect131r1"
    +#define NID_sect131r1           719
    +#define OBJ_sect131r1           OBJ_secg_ellipticCurve,22L
     
    -#define SN_secp128r2		"secp128r2"
    -#define NID_secp128r2		707
    -#define OBJ_secp128r2		OBJ_secg_ellipticCurve,29L
    +#define SN_sect131r2            "sect131r2"
    +#define NID_sect131r2           720
    +#define OBJ_sect131r2           OBJ_secg_ellipticCurve,23L
     
    -#define SN_secp160k1		"secp160k1"
    -#define NID_secp160k1		708
    -#define OBJ_secp160k1		OBJ_secg_ellipticCurve,9L
    +#define SN_sect163k1            "sect163k1"
    +#define NID_sect163k1           721
    +#define OBJ_sect163k1           OBJ_secg_ellipticCurve,1L
     
    -#define SN_secp160r1		"secp160r1"
    -#define NID_secp160r1		709
    -#define OBJ_secp160r1		OBJ_secg_ellipticCurve,8L
    +#define SN_sect163r1            "sect163r1"
    +#define NID_sect163r1           722
    +#define OBJ_sect163r1           OBJ_secg_ellipticCurve,2L
     
    -#define SN_secp160r2		"secp160r2"
    -#define NID_secp160r2		710
    -#define OBJ_secp160r2		OBJ_secg_ellipticCurve,30L
    +#define SN_sect163r2            "sect163r2"
    +#define NID_sect163r2           723
    +#define OBJ_sect163r2           OBJ_secg_ellipticCurve,15L
     
    -#define SN_secp192k1		"secp192k1"
    -#define NID_secp192k1		711
    -#define OBJ_secp192k1		OBJ_secg_ellipticCurve,31L
    +#define SN_sect193r1            "sect193r1"
    +#define NID_sect193r1           724
    +#define OBJ_sect193r1           OBJ_secg_ellipticCurve,24L
     
    -#define SN_secp224k1		"secp224k1"
    -#define NID_secp224k1		712
    -#define OBJ_secp224k1		OBJ_secg_ellipticCurve,32L
    +#define SN_sect193r2            "sect193r2"
    +#define NID_sect193r2           725
    +#define OBJ_sect193r2           OBJ_secg_ellipticCurve,25L
     
    -#define SN_secp224r1		"secp224r1"
    -#define NID_secp224r1		713
    -#define OBJ_secp224r1		OBJ_secg_ellipticCurve,33L
    +#define SN_sect233k1            "sect233k1"
    +#define NID_sect233k1           726
    +#define OBJ_sect233k1           OBJ_secg_ellipticCurve,26L
     
    -#define SN_secp256k1		"secp256k1"
    -#define NID_secp256k1		714
    -#define OBJ_secp256k1		OBJ_secg_ellipticCurve,10L
    +#define SN_sect233r1            "sect233r1"
    +#define NID_sect233r1           727
    +#define OBJ_sect233r1           OBJ_secg_ellipticCurve,27L
     
    -#define SN_secp384r1		"secp384r1"
    -#define NID_secp384r1		715
    -#define OBJ_secp384r1		OBJ_secg_ellipticCurve,34L
    +#define SN_sect239k1            "sect239k1"
    +#define NID_sect239k1           728
    +#define OBJ_sect239k1           OBJ_secg_ellipticCurve,3L
     
    -#define SN_secp521r1		"secp521r1"
    -#define NID_secp521r1		716
    -#define OBJ_secp521r1		OBJ_secg_ellipticCurve,35L
    +#define SN_sect283k1            "sect283k1"
    +#define NID_sect283k1           729
    +#define OBJ_sect283k1           OBJ_secg_ellipticCurve,16L
     
    -#define SN_sect113r1		"sect113r1"
    -#define NID_sect113r1		717
    -#define OBJ_sect113r1		OBJ_secg_ellipticCurve,4L
    +#define SN_sect283r1            "sect283r1"
    +#define NID_sect283r1           730
    +#define OBJ_sect283r1           OBJ_secg_ellipticCurve,17L
     
    -#define SN_sect113r2		"sect113r2"
    -#define NID_sect113r2		718
    -#define OBJ_sect113r2		OBJ_secg_ellipticCurve,5L
    +#define SN_sect409k1            "sect409k1"
    +#define NID_sect409k1           731
    +#define OBJ_sect409k1           OBJ_secg_ellipticCurve,36L
     
    -#define SN_sect131r1		"sect131r1"
    -#define NID_sect131r1		719
    -#define OBJ_sect131r1		OBJ_secg_ellipticCurve,22L
    +#define SN_sect409r1            "sect409r1"
    +#define NID_sect409r1           732
    +#define OBJ_sect409r1           OBJ_secg_ellipticCurve,37L
     
    -#define SN_sect131r2		"sect131r2"
    -#define NID_sect131r2		720
    -#define OBJ_sect131r2		OBJ_secg_ellipticCurve,23L
    +#define SN_sect571k1            "sect571k1"
    +#define NID_sect571k1           733
    +#define OBJ_sect571k1           OBJ_secg_ellipticCurve,38L
     
    -#define SN_sect163k1		"sect163k1"
    -#define NID_sect163k1		721
    -#define OBJ_sect163k1		OBJ_secg_ellipticCurve,1L
    +#define SN_sect571r1            "sect571r1"
    +#define NID_sect571r1           734
    +#define OBJ_sect571r1           OBJ_secg_ellipticCurve,39L
     
    -#define SN_sect163r1		"sect163r1"
    -#define NID_sect163r1		722
    -#define OBJ_sect163r1		OBJ_secg_ellipticCurve,2L
    +#define OBJ_wap_wsg_idm_ecid            OBJ_wap_wsg,4L
    +
    +#define SN_wap_wsg_idm_ecid_wtls1               "wap-wsg-idm-ecid-wtls1"
    +#define NID_wap_wsg_idm_ecid_wtls1              735
    +#define OBJ_wap_wsg_idm_ecid_wtls1              OBJ_wap_wsg_idm_ecid,1L
    +
    +#define SN_wap_wsg_idm_ecid_wtls3               "wap-wsg-idm-ecid-wtls3"
    +#define NID_wap_wsg_idm_ecid_wtls3              736
    +#define OBJ_wap_wsg_idm_ecid_wtls3              OBJ_wap_wsg_idm_ecid,3L
    +
    +#define SN_wap_wsg_idm_ecid_wtls4               "wap-wsg-idm-ecid-wtls4"
    +#define NID_wap_wsg_idm_ecid_wtls4              737
    +#define OBJ_wap_wsg_idm_ecid_wtls4              OBJ_wap_wsg_idm_ecid,4L
    +
    +#define SN_wap_wsg_idm_ecid_wtls5               "wap-wsg-idm-ecid-wtls5"
    +#define NID_wap_wsg_idm_ecid_wtls5              738
    +#define OBJ_wap_wsg_idm_ecid_wtls5              OBJ_wap_wsg_idm_ecid,5L
    +
    +#define SN_wap_wsg_idm_ecid_wtls6               "wap-wsg-idm-ecid-wtls6"
    +#define NID_wap_wsg_idm_ecid_wtls6              739
    +#define OBJ_wap_wsg_idm_ecid_wtls6              OBJ_wap_wsg_idm_ecid,6L
    +
    +#define SN_wap_wsg_idm_ecid_wtls7               "wap-wsg-idm-ecid-wtls7"
    +#define NID_wap_wsg_idm_ecid_wtls7              740
    +#define OBJ_wap_wsg_idm_ecid_wtls7              OBJ_wap_wsg_idm_ecid,7L
    +
    +#define SN_wap_wsg_idm_ecid_wtls8               "wap-wsg-idm-ecid-wtls8"
    +#define NID_wap_wsg_idm_ecid_wtls8              741
    +#define OBJ_wap_wsg_idm_ecid_wtls8              OBJ_wap_wsg_idm_ecid,8L
    +
    +#define SN_wap_wsg_idm_ecid_wtls9               "wap-wsg-idm-ecid-wtls9"
    +#define NID_wap_wsg_idm_ecid_wtls9              742
    +#define OBJ_wap_wsg_idm_ecid_wtls9              OBJ_wap_wsg_idm_ecid,9L
    +
    +#define SN_wap_wsg_idm_ecid_wtls10              "wap-wsg-idm-ecid-wtls10"
    +#define NID_wap_wsg_idm_ecid_wtls10             743
    +#define OBJ_wap_wsg_idm_ecid_wtls10             OBJ_wap_wsg_idm_ecid,10L
    +
    +#define SN_wap_wsg_idm_ecid_wtls11              "wap-wsg-idm-ecid-wtls11"
    +#define NID_wap_wsg_idm_ecid_wtls11             744
    +#define OBJ_wap_wsg_idm_ecid_wtls11             OBJ_wap_wsg_idm_ecid,11L
    +
    +#define SN_wap_wsg_idm_ecid_wtls12              "wap-wsg-idm-ecid-wtls12"
    +#define NID_wap_wsg_idm_ecid_wtls12             745
    +#define OBJ_wap_wsg_idm_ecid_wtls12             OBJ_wap_wsg_idm_ecid,12L
    +
    +#define SN_cast5_cbc            "CAST5-CBC"
    +#define LN_cast5_cbc            "cast5-cbc"
    +#define NID_cast5_cbc           108
    +#define OBJ_cast5_cbc           OBJ_ISO_US,113533L,7L,66L,10L
    +
    +#define SN_cast5_ecb            "CAST5-ECB"
    +#define LN_cast5_ecb            "cast5-ecb"
    +#define NID_cast5_ecb           109
    +
    +#define SN_cast5_cfb64          "CAST5-CFB"
    +#define LN_cast5_cfb64          "cast5-cfb"
    +#define NID_cast5_cfb64         110
    +
    +#define SN_cast5_ofb64          "CAST5-OFB"
    +#define LN_cast5_ofb64          "cast5-ofb"
    +#define NID_cast5_ofb64         111
    +
    +#define LN_pbeWithMD5AndCast5_CBC               "pbeWithMD5AndCast5CBC"
    +#define NID_pbeWithMD5AndCast5_CBC              112
    +#define OBJ_pbeWithMD5AndCast5_CBC              OBJ_ISO_US,113533L,7L,66L,12L
    +
    +#define SN_id_PasswordBasedMAC          "id-PasswordBasedMAC"
    +#define LN_id_PasswordBasedMAC          "password based MAC"
    +#define NID_id_PasswordBasedMAC         782
    +#define OBJ_id_PasswordBasedMAC         OBJ_ISO_US,113533L,7L,66L,13L
    +
    +#define SN_id_DHBasedMac                "id-DHBasedMac"
    +#define LN_id_DHBasedMac                "Diffie-Hellman based MAC"
    +#define NID_id_DHBasedMac               783
    +#define OBJ_id_DHBasedMac               OBJ_ISO_US,113533L,7L,66L,30L
    +
    +#define SN_rsadsi               "rsadsi"
    +#define LN_rsadsi               "RSA Data Security, Inc."
    +#define NID_rsadsi              1
    +#define OBJ_rsadsi              OBJ_ISO_US,113549L
    +
    +#define SN_pkcs         "pkcs"
    +#define LN_pkcs         "RSA Data Security, Inc. PKCS"
    +#define NID_pkcs                2
    +#define OBJ_pkcs                OBJ_rsadsi,1L
    +
    +#define SN_pkcs1                "pkcs1"
    +#define NID_pkcs1               186
    +#define OBJ_pkcs1               OBJ_pkcs,1L
    +
    +#define LN_rsaEncryption                "rsaEncryption"
    +#define NID_rsaEncryption               6
    +#define OBJ_rsaEncryption               OBJ_pkcs1,1L
    +
    +#define SN_md2WithRSAEncryption         "RSA-MD2"
    +#define LN_md2WithRSAEncryption         "md2WithRSAEncryption"
    +#define NID_md2WithRSAEncryption                7
    +#define OBJ_md2WithRSAEncryption                OBJ_pkcs1,2L
    +
    +#define SN_md4WithRSAEncryption         "RSA-MD4"
    +#define LN_md4WithRSAEncryption         "md4WithRSAEncryption"
    +#define NID_md4WithRSAEncryption                396
    +#define OBJ_md4WithRSAEncryption                OBJ_pkcs1,3L
    +
    +#define SN_md5WithRSAEncryption         "RSA-MD5"
    +#define LN_md5WithRSAEncryption         "md5WithRSAEncryption"
    +#define NID_md5WithRSAEncryption                8
    +#define OBJ_md5WithRSAEncryption                OBJ_pkcs1,4L
    +
    +#define SN_sha1WithRSAEncryption                "RSA-SHA1"
    +#define LN_sha1WithRSAEncryption                "sha1WithRSAEncryption"
    +#define NID_sha1WithRSAEncryption               65
    +#define OBJ_sha1WithRSAEncryption               OBJ_pkcs1,5L
    +
    +#define SN_rsaesOaep            "RSAES-OAEP"
    +#define LN_rsaesOaep            "rsaesOaep"
    +#define NID_rsaesOaep           919
    +#define OBJ_rsaesOaep           OBJ_pkcs1,7L
    +
    +#define SN_mgf1         "MGF1"
    +#define LN_mgf1         "mgf1"
    +#define NID_mgf1                911
    +#define OBJ_mgf1                OBJ_pkcs1,8L
    +
    +#define SN_pSpecified           "PSPECIFIED"
    +#define LN_pSpecified           "pSpecified"
    +#define NID_pSpecified          935
    +#define OBJ_pSpecified          OBJ_pkcs1,9L
    +
    +#define SN_rsassaPss            "RSASSA-PSS"
    +#define LN_rsassaPss            "rsassaPss"
    +#define NID_rsassaPss           912
    +#define OBJ_rsassaPss           OBJ_pkcs1,10L
    +
    +#define SN_sha256WithRSAEncryption              "RSA-SHA256"
    +#define LN_sha256WithRSAEncryption              "sha256WithRSAEncryption"
    +#define NID_sha256WithRSAEncryption             668
    +#define OBJ_sha256WithRSAEncryption             OBJ_pkcs1,11L
    +
    +#define SN_sha384WithRSAEncryption              "RSA-SHA384"
    +#define LN_sha384WithRSAEncryption              "sha384WithRSAEncryption"
    +#define NID_sha384WithRSAEncryption             669
    +#define OBJ_sha384WithRSAEncryption             OBJ_pkcs1,12L
    +
    +#define SN_sha512WithRSAEncryption              "RSA-SHA512"
    +#define LN_sha512WithRSAEncryption              "sha512WithRSAEncryption"
    +#define NID_sha512WithRSAEncryption             670
    +#define OBJ_sha512WithRSAEncryption             OBJ_pkcs1,13L
    +
    +#define SN_sha224WithRSAEncryption              "RSA-SHA224"
    +#define LN_sha224WithRSAEncryption              "sha224WithRSAEncryption"
    +#define NID_sha224WithRSAEncryption             671
    +#define OBJ_sha224WithRSAEncryption             OBJ_pkcs1,14L
    +
    +#define SN_pkcs3                "pkcs3"
    +#define NID_pkcs3               27
    +#define OBJ_pkcs3               OBJ_pkcs,3L
    +
    +#define LN_dhKeyAgreement               "dhKeyAgreement"
    +#define NID_dhKeyAgreement              28
    +#define OBJ_dhKeyAgreement              OBJ_pkcs3,1L
    +
    +#define SN_pkcs5                "pkcs5"
    +#define NID_pkcs5               187
    +#define OBJ_pkcs5               OBJ_pkcs,5L
    +
    +#define SN_pbeWithMD2AndDES_CBC         "PBE-MD2-DES"
    +#define LN_pbeWithMD2AndDES_CBC         "pbeWithMD2AndDES-CBC"
    +#define NID_pbeWithMD2AndDES_CBC                9
    +#define OBJ_pbeWithMD2AndDES_CBC                OBJ_pkcs5,1L
    +
    +#define SN_pbeWithMD5AndDES_CBC         "PBE-MD5-DES"
    +#define LN_pbeWithMD5AndDES_CBC         "pbeWithMD5AndDES-CBC"
    +#define NID_pbeWithMD5AndDES_CBC                10
    +#define OBJ_pbeWithMD5AndDES_CBC                OBJ_pkcs5,3L
    +
    +#define SN_pbeWithMD2AndRC2_CBC         "PBE-MD2-RC2-64"
    +#define LN_pbeWithMD2AndRC2_CBC         "pbeWithMD2AndRC2-CBC"
    +#define NID_pbeWithMD2AndRC2_CBC                168
    +#define OBJ_pbeWithMD2AndRC2_CBC                OBJ_pkcs5,4L
    +
    +#define SN_pbeWithMD5AndRC2_CBC         "PBE-MD5-RC2-64"
    +#define LN_pbeWithMD5AndRC2_CBC         "pbeWithMD5AndRC2-CBC"
    +#define NID_pbeWithMD5AndRC2_CBC                169
    +#define OBJ_pbeWithMD5AndRC2_CBC                OBJ_pkcs5,6L
    +
    +#define SN_pbeWithSHA1AndDES_CBC                "PBE-SHA1-DES"
    +#define LN_pbeWithSHA1AndDES_CBC                "pbeWithSHA1AndDES-CBC"
    +#define NID_pbeWithSHA1AndDES_CBC               170
    +#define OBJ_pbeWithSHA1AndDES_CBC               OBJ_pkcs5,10L
    +
    +#define SN_pbeWithSHA1AndRC2_CBC                "PBE-SHA1-RC2-64"
    +#define LN_pbeWithSHA1AndRC2_CBC                "pbeWithSHA1AndRC2-CBC"
    +#define NID_pbeWithSHA1AndRC2_CBC               68
    +#define OBJ_pbeWithSHA1AndRC2_CBC               OBJ_pkcs5,11L
    +
    +#define LN_id_pbkdf2            "PBKDF2"
    +#define NID_id_pbkdf2           69
    +#define OBJ_id_pbkdf2           OBJ_pkcs5,12L
    +
    +#define LN_pbes2                "PBES2"
    +#define NID_pbes2               161
    +#define OBJ_pbes2               OBJ_pkcs5,13L
    +
    +#define LN_pbmac1               "PBMAC1"
    +#define NID_pbmac1              162
    +#define OBJ_pbmac1              OBJ_pkcs5,14L
    +
    +#define SN_pkcs7                "pkcs7"
    +#define NID_pkcs7               20
    +#define OBJ_pkcs7               OBJ_pkcs,7L
    +
    +#define LN_pkcs7_data           "pkcs7-data"
    +#define NID_pkcs7_data          21
    +#define OBJ_pkcs7_data          OBJ_pkcs7,1L
    +
    +#define LN_pkcs7_signed         "pkcs7-signedData"
    +#define NID_pkcs7_signed                22
    +#define OBJ_pkcs7_signed                OBJ_pkcs7,2L
    +
    +#define LN_pkcs7_enveloped              "pkcs7-envelopedData"
    +#define NID_pkcs7_enveloped             23
    +#define OBJ_pkcs7_enveloped             OBJ_pkcs7,3L
    +
    +#define LN_pkcs7_signedAndEnveloped             "pkcs7-signedAndEnvelopedData"
    +#define NID_pkcs7_signedAndEnveloped            24
    +#define OBJ_pkcs7_signedAndEnveloped            OBJ_pkcs7,4L
    +
    +#define LN_pkcs7_digest         "pkcs7-digestData"
    +#define NID_pkcs7_digest                25
    +#define OBJ_pkcs7_digest                OBJ_pkcs7,5L
    +
    +#define LN_pkcs7_encrypted              "pkcs7-encryptedData"
    +#define NID_pkcs7_encrypted             26
    +#define OBJ_pkcs7_encrypted             OBJ_pkcs7,6L
    +
    +#define SN_pkcs9                "pkcs9"
    +#define NID_pkcs9               47
    +#define OBJ_pkcs9               OBJ_pkcs,9L
    +
    +#define LN_pkcs9_emailAddress           "emailAddress"
    +#define NID_pkcs9_emailAddress          48
    +#define OBJ_pkcs9_emailAddress          OBJ_pkcs9,1L
    +
    +#define LN_pkcs9_unstructuredName               "unstructuredName"
    +#define NID_pkcs9_unstructuredName              49
    +#define OBJ_pkcs9_unstructuredName              OBJ_pkcs9,2L
    +
    +#define LN_pkcs9_contentType            "contentType"
    +#define NID_pkcs9_contentType           50
    +#define OBJ_pkcs9_contentType           OBJ_pkcs9,3L
    +
    +#define LN_pkcs9_messageDigest          "messageDigest"
    +#define NID_pkcs9_messageDigest         51
    +#define OBJ_pkcs9_messageDigest         OBJ_pkcs9,4L
    +
    +#define LN_pkcs9_signingTime            "signingTime"
    +#define NID_pkcs9_signingTime           52
    +#define OBJ_pkcs9_signingTime           OBJ_pkcs9,5L
    +
    +#define LN_pkcs9_countersignature               "countersignature"
    +#define NID_pkcs9_countersignature              53
    +#define OBJ_pkcs9_countersignature              OBJ_pkcs9,6L
    +
    +#define LN_pkcs9_challengePassword              "challengePassword"
    +#define NID_pkcs9_challengePassword             54
    +#define OBJ_pkcs9_challengePassword             OBJ_pkcs9,7L
    +
    +#define LN_pkcs9_unstructuredAddress            "unstructuredAddress"
    +#define NID_pkcs9_unstructuredAddress           55
    +#define OBJ_pkcs9_unstructuredAddress           OBJ_pkcs9,8L
    +
    +#define LN_pkcs9_extCertAttributes              "extendedCertificateAttributes"
    +#define NID_pkcs9_extCertAttributes             56
    +#define OBJ_pkcs9_extCertAttributes             OBJ_pkcs9,9L
    +
    +#define SN_ext_req              "extReq"
    +#define LN_ext_req              "Extension Request"
    +#define NID_ext_req             172
    +#define OBJ_ext_req             OBJ_pkcs9,14L
    +
    +#define SN_SMIMECapabilities            "SMIME-CAPS"
    +#define LN_SMIMECapabilities            "S/MIME Capabilities"
    +#define NID_SMIMECapabilities           167
    +#define OBJ_SMIMECapabilities           OBJ_pkcs9,15L
    +
    +#define SN_SMIME                "SMIME"
    +#define LN_SMIME                "S/MIME"
    +#define NID_SMIME               188
    +#define OBJ_SMIME               OBJ_pkcs9,16L
     
    -#define SN_sect163r2		"sect163r2"
    -#define NID_sect163r2		723
    -#define OBJ_sect163r2		OBJ_secg_ellipticCurve,15L
    +#define SN_id_smime_mod         "id-smime-mod"
    +#define NID_id_smime_mod                189
    +#define OBJ_id_smime_mod                OBJ_SMIME,0L
     
    -#define SN_sect193r1		"sect193r1"
    -#define NID_sect193r1		724
    -#define OBJ_sect193r1		OBJ_secg_ellipticCurve,24L
    +#define SN_id_smime_ct          "id-smime-ct"
    +#define NID_id_smime_ct         190
    +#define OBJ_id_smime_ct         OBJ_SMIME,1L
     
    -#define SN_sect193r2		"sect193r2"
    -#define NID_sect193r2		725
    -#define OBJ_sect193r2		OBJ_secg_ellipticCurve,25L
    +#define SN_id_smime_aa          "id-smime-aa"
    +#define NID_id_smime_aa         191
    +#define OBJ_id_smime_aa         OBJ_SMIME,2L
     
    -#define SN_sect233k1		"sect233k1"
    -#define NID_sect233k1		726
    -#define OBJ_sect233k1		OBJ_secg_ellipticCurve,26L
    +#define SN_id_smime_alg         "id-smime-alg"
    +#define NID_id_smime_alg                192
    +#define OBJ_id_smime_alg                OBJ_SMIME,3L
     
    -#define SN_sect233r1		"sect233r1"
    -#define NID_sect233r1		727
    -#define OBJ_sect233r1		OBJ_secg_ellipticCurve,27L
    +#define SN_id_smime_cd          "id-smime-cd"
    +#define NID_id_smime_cd         193
    +#define OBJ_id_smime_cd         OBJ_SMIME,4L
     
    -#define SN_sect239k1		"sect239k1"
    -#define NID_sect239k1		728
    -#define OBJ_sect239k1		OBJ_secg_ellipticCurve,3L
    +#define SN_id_smime_spq         "id-smime-spq"
    +#define NID_id_smime_spq                194
    +#define OBJ_id_smime_spq                OBJ_SMIME,5L
     
    -#define SN_sect283k1		"sect283k1"
    -#define NID_sect283k1		729
    -#define OBJ_sect283k1		OBJ_secg_ellipticCurve,16L
    +#define SN_id_smime_cti         "id-smime-cti"
    +#define NID_id_smime_cti                195
    +#define OBJ_id_smime_cti                OBJ_SMIME,6L
     
    -#define SN_sect283r1		"sect283r1"
    -#define NID_sect283r1		730
    -#define OBJ_sect283r1		OBJ_secg_ellipticCurve,17L
    +#define SN_id_smime_mod_cms             "id-smime-mod-cms"
    +#define NID_id_smime_mod_cms            196
    +#define OBJ_id_smime_mod_cms            OBJ_id_smime_mod,1L
     
    -#define SN_sect409k1		"sect409k1"
    -#define NID_sect409k1		731
    -#define OBJ_sect409k1		OBJ_secg_ellipticCurve,36L
    +#define SN_id_smime_mod_ess             "id-smime-mod-ess"
    +#define NID_id_smime_mod_ess            197
    +#define OBJ_id_smime_mod_ess            OBJ_id_smime_mod,2L
     
    -#define SN_sect409r1		"sect409r1"
    -#define NID_sect409r1		732
    -#define OBJ_sect409r1		OBJ_secg_ellipticCurve,37L
    +#define SN_id_smime_mod_oid             "id-smime-mod-oid"
    +#define NID_id_smime_mod_oid            198
    +#define OBJ_id_smime_mod_oid            OBJ_id_smime_mod,3L
     
    -#define SN_sect571k1		"sect571k1"
    -#define NID_sect571k1		733
    -#define OBJ_sect571k1		OBJ_secg_ellipticCurve,38L
    +#define SN_id_smime_mod_msg_v3          "id-smime-mod-msg-v3"
    +#define NID_id_smime_mod_msg_v3         199
    +#define OBJ_id_smime_mod_msg_v3         OBJ_id_smime_mod,4L
     
    -#define SN_sect571r1		"sect571r1"
    -#define NID_sect571r1		734
    -#define OBJ_sect571r1		OBJ_secg_ellipticCurve,39L
    +#define SN_id_smime_mod_ets_eSignature_88               "id-smime-mod-ets-eSignature-88"
    +#define NID_id_smime_mod_ets_eSignature_88              200
    +#define OBJ_id_smime_mod_ets_eSignature_88              OBJ_id_smime_mod,5L
     
    -#define OBJ_wap_wsg_idm_ecid		OBJ_wap_wsg,4L
    -
    -#define SN_wap_wsg_idm_ecid_wtls1		"wap-wsg-idm-ecid-wtls1"
    -#define NID_wap_wsg_idm_ecid_wtls1		735
    -#define OBJ_wap_wsg_idm_ecid_wtls1		OBJ_wap_wsg_idm_ecid,1L
    -
    -#define SN_wap_wsg_idm_ecid_wtls3		"wap-wsg-idm-ecid-wtls3"
    -#define NID_wap_wsg_idm_ecid_wtls3		736
    -#define OBJ_wap_wsg_idm_ecid_wtls3		OBJ_wap_wsg_idm_ecid,3L
    -
    -#define SN_wap_wsg_idm_ecid_wtls4		"wap-wsg-idm-ecid-wtls4"
    -#define NID_wap_wsg_idm_ecid_wtls4		737
    -#define OBJ_wap_wsg_idm_ecid_wtls4		OBJ_wap_wsg_idm_ecid,4L
    -
    -#define SN_wap_wsg_idm_ecid_wtls5		"wap-wsg-idm-ecid-wtls5"
    -#define NID_wap_wsg_idm_ecid_wtls5		738
    -#define OBJ_wap_wsg_idm_ecid_wtls5		OBJ_wap_wsg_idm_ecid,5L
    -
    -#define SN_wap_wsg_idm_ecid_wtls6		"wap-wsg-idm-ecid-wtls6"
    -#define NID_wap_wsg_idm_ecid_wtls6		739
    -#define OBJ_wap_wsg_idm_ecid_wtls6		OBJ_wap_wsg_idm_ecid,6L
    -
    -#define SN_wap_wsg_idm_ecid_wtls7		"wap-wsg-idm-ecid-wtls7"
    -#define NID_wap_wsg_idm_ecid_wtls7		740
    -#define OBJ_wap_wsg_idm_ecid_wtls7		OBJ_wap_wsg_idm_ecid,7L
    -
    -#define SN_wap_wsg_idm_ecid_wtls8		"wap-wsg-idm-ecid-wtls8"
    -#define NID_wap_wsg_idm_ecid_wtls8		741
    -#define OBJ_wap_wsg_idm_ecid_wtls8		OBJ_wap_wsg_idm_ecid,8L
    -
    -#define SN_wap_wsg_idm_ecid_wtls9		"wap-wsg-idm-ecid-wtls9"
    -#define NID_wap_wsg_idm_ecid_wtls9		742
    -#define OBJ_wap_wsg_idm_ecid_wtls9		OBJ_wap_wsg_idm_ecid,9L
    -
    -#define SN_wap_wsg_idm_ecid_wtls10		"wap-wsg-idm-ecid-wtls10"
    -#define NID_wap_wsg_idm_ecid_wtls10		743
    -#define OBJ_wap_wsg_idm_ecid_wtls10		OBJ_wap_wsg_idm_ecid,10L
    -
    -#define SN_wap_wsg_idm_ecid_wtls11		"wap-wsg-idm-ecid-wtls11"
    -#define NID_wap_wsg_idm_ecid_wtls11		744
    -#define OBJ_wap_wsg_idm_ecid_wtls11		OBJ_wap_wsg_idm_ecid,11L
    -
    -#define SN_wap_wsg_idm_ecid_wtls12		"wap-wsg-idm-ecid-wtls12"
    -#define NID_wap_wsg_idm_ecid_wtls12		745
    -#define OBJ_wap_wsg_idm_ecid_wtls12		OBJ_wap_wsg_idm_ecid,12L
    -
    -#define SN_cast5_cbc		"CAST5-CBC"
    -#define LN_cast5_cbc		"cast5-cbc"
    -#define NID_cast5_cbc		108
    -#define OBJ_cast5_cbc		OBJ_ISO_US,113533L,7L,66L,10L
    -
    -#define SN_cast5_ecb		"CAST5-ECB"
    -#define LN_cast5_ecb		"cast5-ecb"
    -#define NID_cast5_ecb		109
    -
    -#define SN_cast5_cfb64		"CAST5-CFB"
    -#define LN_cast5_cfb64		"cast5-cfb"
    -#define NID_cast5_cfb64		110
    -
    -#define SN_cast5_ofb64		"CAST5-OFB"
    -#define LN_cast5_ofb64		"cast5-ofb"
    -#define NID_cast5_ofb64		111
    -
    -#define LN_pbeWithMD5AndCast5_CBC		"pbeWithMD5AndCast5CBC"
    -#define NID_pbeWithMD5AndCast5_CBC		112
    -#define OBJ_pbeWithMD5AndCast5_CBC		OBJ_ISO_US,113533L,7L,66L,12L
    -
    -#define SN_id_PasswordBasedMAC		"id-PasswordBasedMAC"
    -#define LN_id_PasswordBasedMAC		"password based MAC"
    -#define NID_id_PasswordBasedMAC		782
    -#define OBJ_id_PasswordBasedMAC		OBJ_ISO_US,113533L,7L,66L,13L
    -
    -#define SN_id_DHBasedMac		"id-DHBasedMac"
    -#define LN_id_DHBasedMac		"Diffie-Hellman based MAC"
    -#define NID_id_DHBasedMac		783
    -#define OBJ_id_DHBasedMac		OBJ_ISO_US,113533L,7L,66L,30L
    -
    -#define SN_rsadsi		"rsadsi"
    -#define LN_rsadsi		"RSA Data Security, Inc."
    -#define NID_rsadsi		1
    -#define OBJ_rsadsi		OBJ_ISO_US,113549L
    -
    -#define SN_pkcs		"pkcs"
    -#define LN_pkcs		"RSA Data Security, Inc. PKCS"
    -#define NID_pkcs		2
    -#define OBJ_pkcs		OBJ_rsadsi,1L
    -
    -#define SN_pkcs1		"pkcs1"
    -#define NID_pkcs1		186
    -#define OBJ_pkcs1		OBJ_pkcs,1L
    -
    -#define LN_rsaEncryption		"rsaEncryption"
    -#define NID_rsaEncryption		6
    -#define OBJ_rsaEncryption		OBJ_pkcs1,1L
    -
    -#define SN_md2WithRSAEncryption		"RSA-MD2"
    -#define LN_md2WithRSAEncryption		"md2WithRSAEncryption"
    -#define NID_md2WithRSAEncryption		7
    -#define OBJ_md2WithRSAEncryption		OBJ_pkcs1,2L
    -
    -#define SN_md4WithRSAEncryption		"RSA-MD4"
    -#define LN_md4WithRSAEncryption		"md4WithRSAEncryption"
    -#define NID_md4WithRSAEncryption		396
    -#define OBJ_md4WithRSAEncryption		OBJ_pkcs1,3L
    -
    -#define SN_md5WithRSAEncryption		"RSA-MD5"
    -#define LN_md5WithRSAEncryption		"md5WithRSAEncryption"
    -#define NID_md5WithRSAEncryption		8
    -#define OBJ_md5WithRSAEncryption		OBJ_pkcs1,4L
    -
    -#define SN_sha1WithRSAEncryption		"RSA-SHA1"
    -#define LN_sha1WithRSAEncryption		"sha1WithRSAEncryption"
    -#define NID_sha1WithRSAEncryption		65
    -#define OBJ_sha1WithRSAEncryption		OBJ_pkcs1,5L
    -
    -#define SN_rsaesOaep		"RSAES-OAEP"
    -#define LN_rsaesOaep		"rsaesOaep"
    -#define NID_rsaesOaep		919
    -#define OBJ_rsaesOaep		OBJ_pkcs1,7L
    -
    -#define SN_mgf1		"MGF1"
    -#define LN_mgf1		"mgf1"
    -#define NID_mgf1		911
    -#define OBJ_mgf1		OBJ_pkcs1,8L
    -
    -#define SN_rsassaPss		"RSASSA-PSS"
    -#define LN_rsassaPss		"rsassaPss"
    -#define NID_rsassaPss		912
    -#define OBJ_rsassaPss		OBJ_pkcs1,10L
    -
    -#define SN_sha256WithRSAEncryption		"RSA-SHA256"
    -#define LN_sha256WithRSAEncryption		"sha256WithRSAEncryption"
    -#define NID_sha256WithRSAEncryption		668
    -#define OBJ_sha256WithRSAEncryption		OBJ_pkcs1,11L
    -
    -#define SN_sha384WithRSAEncryption		"RSA-SHA384"
    -#define LN_sha384WithRSAEncryption		"sha384WithRSAEncryption"
    -#define NID_sha384WithRSAEncryption		669
    -#define OBJ_sha384WithRSAEncryption		OBJ_pkcs1,12L
    -
    -#define SN_sha512WithRSAEncryption		"RSA-SHA512"
    -#define LN_sha512WithRSAEncryption		"sha512WithRSAEncryption"
    -#define NID_sha512WithRSAEncryption		670
    -#define OBJ_sha512WithRSAEncryption		OBJ_pkcs1,13L
    -
    -#define SN_sha224WithRSAEncryption		"RSA-SHA224"
    -#define LN_sha224WithRSAEncryption		"sha224WithRSAEncryption"
    -#define NID_sha224WithRSAEncryption		671
    -#define OBJ_sha224WithRSAEncryption		OBJ_pkcs1,14L
    -
    -#define SN_pkcs3		"pkcs3"
    -#define NID_pkcs3		27
    -#define OBJ_pkcs3		OBJ_pkcs,3L
    -
    -#define LN_dhKeyAgreement		"dhKeyAgreement"
    -#define NID_dhKeyAgreement		28
    -#define OBJ_dhKeyAgreement		OBJ_pkcs3,1L
    -
    -#define SN_pkcs5		"pkcs5"
    -#define NID_pkcs5		187
    -#define OBJ_pkcs5		OBJ_pkcs,5L
    -
    -#define SN_pbeWithMD2AndDES_CBC		"PBE-MD2-DES"
    -#define LN_pbeWithMD2AndDES_CBC		"pbeWithMD2AndDES-CBC"
    -#define NID_pbeWithMD2AndDES_CBC		9
    -#define OBJ_pbeWithMD2AndDES_CBC		OBJ_pkcs5,1L
    -
    -#define SN_pbeWithMD5AndDES_CBC		"PBE-MD5-DES"
    -#define LN_pbeWithMD5AndDES_CBC		"pbeWithMD5AndDES-CBC"
    -#define NID_pbeWithMD5AndDES_CBC		10
    -#define OBJ_pbeWithMD5AndDES_CBC		OBJ_pkcs5,3L
    -
    -#define SN_pbeWithMD2AndRC2_CBC		"PBE-MD2-RC2-64"
    -#define LN_pbeWithMD2AndRC2_CBC		"pbeWithMD2AndRC2-CBC"
    -#define NID_pbeWithMD2AndRC2_CBC		168
    -#define OBJ_pbeWithMD2AndRC2_CBC		OBJ_pkcs5,4L
    -
    -#define SN_pbeWithMD5AndRC2_CBC		"PBE-MD5-RC2-64"
    -#define LN_pbeWithMD5AndRC2_CBC		"pbeWithMD5AndRC2-CBC"
    -#define NID_pbeWithMD5AndRC2_CBC		169
    -#define OBJ_pbeWithMD5AndRC2_CBC		OBJ_pkcs5,6L
    -
    -#define SN_pbeWithSHA1AndDES_CBC		"PBE-SHA1-DES"
    -#define LN_pbeWithSHA1AndDES_CBC		"pbeWithSHA1AndDES-CBC"
    -#define NID_pbeWithSHA1AndDES_CBC		170
    -#define OBJ_pbeWithSHA1AndDES_CBC		OBJ_pkcs5,10L
    -
    -#define SN_pbeWithSHA1AndRC2_CBC		"PBE-SHA1-RC2-64"
    -#define LN_pbeWithSHA1AndRC2_CBC		"pbeWithSHA1AndRC2-CBC"
    -#define NID_pbeWithSHA1AndRC2_CBC		68
    -#define OBJ_pbeWithSHA1AndRC2_CBC		OBJ_pkcs5,11L
    -
    -#define LN_id_pbkdf2		"PBKDF2"
    -#define NID_id_pbkdf2		69
    -#define OBJ_id_pbkdf2		OBJ_pkcs5,12L
    -
    -#define LN_pbes2		"PBES2"
    -#define NID_pbes2		161
    -#define OBJ_pbes2		OBJ_pkcs5,13L
    -
    -#define LN_pbmac1		"PBMAC1"
    -#define NID_pbmac1		162
    -#define OBJ_pbmac1		OBJ_pkcs5,14L
    -
    -#define SN_pkcs7		"pkcs7"
    -#define NID_pkcs7		20
    -#define OBJ_pkcs7		OBJ_pkcs,7L
    -
    -#define LN_pkcs7_data		"pkcs7-data"
    -#define NID_pkcs7_data		21
    -#define OBJ_pkcs7_data		OBJ_pkcs7,1L
    -
    -#define LN_pkcs7_signed		"pkcs7-signedData"
    -#define NID_pkcs7_signed		22
    -#define OBJ_pkcs7_signed		OBJ_pkcs7,2L
    -
    -#define LN_pkcs7_enveloped		"pkcs7-envelopedData"
    -#define NID_pkcs7_enveloped		23
    -#define OBJ_pkcs7_enveloped		OBJ_pkcs7,3L
    -
    -#define LN_pkcs7_signedAndEnveloped		"pkcs7-signedAndEnvelopedData"
    -#define NID_pkcs7_signedAndEnveloped		24
    -#define OBJ_pkcs7_signedAndEnveloped		OBJ_pkcs7,4L
    -
    -#define LN_pkcs7_digest		"pkcs7-digestData"
    -#define NID_pkcs7_digest		25
    -#define OBJ_pkcs7_digest		OBJ_pkcs7,5L
    -
    -#define LN_pkcs7_encrypted		"pkcs7-encryptedData"
    -#define NID_pkcs7_encrypted		26
    -#define OBJ_pkcs7_encrypted		OBJ_pkcs7,6L
    -
    -#define SN_pkcs9		"pkcs9"
    -#define NID_pkcs9		47
    -#define OBJ_pkcs9		OBJ_pkcs,9L
    -
    -#define LN_pkcs9_emailAddress		"emailAddress"
    -#define NID_pkcs9_emailAddress		48
    -#define OBJ_pkcs9_emailAddress		OBJ_pkcs9,1L
    -
    -#define LN_pkcs9_unstructuredName		"unstructuredName"
    -#define NID_pkcs9_unstructuredName		49
    -#define OBJ_pkcs9_unstructuredName		OBJ_pkcs9,2L
    -
    -#define LN_pkcs9_contentType		"contentType"
    -#define NID_pkcs9_contentType		50
    -#define OBJ_pkcs9_contentType		OBJ_pkcs9,3L
    -
    -#define LN_pkcs9_messageDigest		"messageDigest"
    -#define NID_pkcs9_messageDigest		51
    -#define OBJ_pkcs9_messageDigest		OBJ_pkcs9,4L
    -
    -#define LN_pkcs9_signingTime		"signingTime"
    -#define NID_pkcs9_signingTime		52
    -#define OBJ_pkcs9_signingTime		OBJ_pkcs9,5L
    -
    -#define LN_pkcs9_countersignature		"countersignature"
    -#define NID_pkcs9_countersignature		53
    -#define OBJ_pkcs9_countersignature		OBJ_pkcs9,6L
    -
    -#define LN_pkcs9_challengePassword		"challengePassword"
    -#define NID_pkcs9_challengePassword		54
    -#define OBJ_pkcs9_challengePassword		OBJ_pkcs9,7L
    -
    -#define LN_pkcs9_unstructuredAddress		"unstructuredAddress"
    -#define NID_pkcs9_unstructuredAddress		55
    -#define OBJ_pkcs9_unstructuredAddress		OBJ_pkcs9,8L
    -
    -#define LN_pkcs9_extCertAttributes		"extendedCertificateAttributes"
    -#define NID_pkcs9_extCertAttributes		56
    -#define OBJ_pkcs9_extCertAttributes		OBJ_pkcs9,9L
    -
    -#define SN_ext_req		"extReq"
    -#define LN_ext_req		"Extension Request"
    -#define NID_ext_req		172
    -#define OBJ_ext_req		OBJ_pkcs9,14L
    -
    -#define SN_SMIMECapabilities		"SMIME-CAPS"
    -#define LN_SMIMECapabilities		"S/MIME Capabilities"
    -#define NID_SMIMECapabilities		167
    -#define OBJ_SMIMECapabilities		OBJ_pkcs9,15L
    -
    -#define SN_SMIME		"SMIME"
    -#define LN_SMIME		"S/MIME"
    -#define NID_SMIME		188
    -#define OBJ_SMIME		OBJ_pkcs9,16L
    +#define SN_id_smime_mod_ets_eSignature_97               "id-smime-mod-ets-eSignature-97"
    +#define NID_id_smime_mod_ets_eSignature_97              201
    +#define OBJ_id_smime_mod_ets_eSignature_97              OBJ_id_smime_mod,6L
     
    -#define SN_id_smime_mod		"id-smime-mod"
    -#define NID_id_smime_mod		189
    -#define OBJ_id_smime_mod		OBJ_SMIME,0L
    +#define SN_id_smime_mod_ets_eSigPolicy_88               "id-smime-mod-ets-eSigPolicy-88"
    +#define NID_id_smime_mod_ets_eSigPolicy_88              202
    +#define OBJ_id_smime_mod_ets_eSigPolicy_88              OBJ_id_smime_mod,7L
     
    -#define SN_id_smime_ct		"id-smime-ct"
    -#define NID_id_smime_ct		190
    -#define OBJ_id_smime_ct		OBJ_SMIME,1L
    +#define SN_id_smime_mod_ets_eSigPolicy_97               "id-smime-mod-ets-eSigPolicy-97"
    +#define NID_id_smime_mod_ets_eSigPolicy_97              203
    +#define OBJ_id_smime_mod_ets_eSigPolicy_97              OBJ_id_smime_mod,8L
     
    -#define SN_id_smime_aa		"id-smime-aa"
    -#define NID_id_smime_aa		191
    -#define OBJ_id_smime_aa		OBJ_SMIME,2L
    +#define SN_id_smime_ct_receipt          "id-smime-ct-receipt"
    +#define NID_id_smime_ct_receipt         204
    +#define OBJ_id_smime_ct_receipt         OBJ_id_smime_ct,1L
     
    -#define SN_id_smime_alg		"id-smime-alg"
    -#define NID_id_smime_alg		192
    -#define OBJ_id_smime_alg		OBJ_SMIME,3L
    +#define SN_id_smime_ct_authData         "id-smime-ct-authData"
    +#define NID_id_smime_ct_authData                205
    +#define OBJ_id_smime_ct_authData                OBJ_id_smime_ct,2L
     
    -#define SN_id_smime_cd		"id-smime-cd"
    -#define NID_id_smime_cd		193
    -#define OBJ_id_smime_cd		OBJ_SMIME,4L
    +#define SN_id_smime_ct_publishCert              "id-smime-ct-publishCert"
    +#define NID_id_smime_ct_publishCert             206
    +#define OBJ_id_smime_ct_publishCert             OBJ_id_smime_ct,3L
     
    -#define SN_id_smime_spq		"id-smime-spq"
    -#define NID_id_smime_spq		194
    -#define OBJ_id_smime_spq		OBJ_SMIME,5L
    +#define SN_id_smime_ct_TSTInfo          "id-smime-ct-TSTInfo"
    +#define NID_id_smime_ct_TSTInfo         207
    +#define OBJ_id_smime_ct_TSTInfo         OBJ_id_smime_ct,4L
     
    -#define SN_id_smime_cti		"id-smime-cti"
    -#define NID_id_smime_cti		195
    -#define OBJ_id_smime_cti		OBJ_SMIME,6L
    +#define SN_id_smime_ct_TDTInfo          "id-smime-ct-TDTInfo"
    +#define NID_id_smime_ct_TDTInfo         208
    +#define OBJ_id_smime_ct_TDTInfo         OBJ_id_smime_ct,5L
     
    -#define SN_id_smime_mod_cms		"id-smime-mod-cms"
    -#define NID_id_smime_mod_cms		196
    -#define OBJ_id_smime_mod_cms		OBJ_id_smime_mod,1L
    +#define SN_id_smime_ct_contentInfo              "id-smime-ct-contentInfo"
    +#define NID_id_smime_ct_contentInfo             209
    +#define OBJ_id_smime_ct_contentInfo             OBJ_id_smime_ct,6L
     
    -#define SN_id_smime_mod_ess		"id-smime-mod-ess"
    -#define NID_id_smime_mod_ess		197
    -#define OBJ_id_smime_mod_ess		OBJ_id_smime_mod,2L
    +#define SN_id_smime_ct_DVCSRequestData          "id-smime-ct-DVCSRequestData"
    +#define NID_id_smime_ct_DVCSRequestData         210
    +#define OBJ_id_smime_ct_DVCSRequestData         OBJ_id_smime_ct,7L
     
    -#define SN_id_smime_mod_oid		"id-smime-mod-oid"
    -#define NID_id_smime_mod_oid		198
    -#define OBJ_id_smime_mod_oid		OBJ_id_smime_mod,3L
    +#define SN_id_smime_ct_DVCSResponseData         "id-smime-ct-DVCSResponseData"
    +#define NID_id_smime_ct_DVCSResponseData                211
    +#define OBJ_id_smime_ct_DVCSResponseData                OBJ_id_smime_ct,8L
     
    -#define SN_id_smime_mod_msg_v3		"id-smime-mod-msg-v3"
    -#define NID_id_smime_mod_msg_v3		199
    -#define OBJ_id_smime_mod_msg_v3		OBJ_id_smime_mod,4L
    +#define SN_id_smime_ct_compressedData           "id-smime-ct-compressedData"
    +#define NID_id_smime_ct_compressedData          786
    +#define OBJ_id_smime_ct_compressedData          OBJ_id_smime_ct,9L
     
    -#define SN_id_smime_mod_ets_eSignature_88		"id-smime-mod-ets-eSignature-88"
    -#define NID_id_smime_mod_ets_eSignature_88		200
    -#define OBJ_id_smime_mod_ets_eSignature_88		OBJ_id_smime_mod,5L
    +#define SN_id_ct_asciiTextWithCRLF              "id-ct-asciiTextWithCRLF"
    +#define NID_id_ct_asciiTextWithCRLF             787
    +#define OBJ_id_ct_asciiTextWithCRLF             OBJ_id_smime_ct,27L
     
    -#define SN_id_smime_mod_ets_eSignature_97		"id-smime-mod-ets-eSignature-97"
    -#define NID_id_smime_mod_ets_eSignature_97		201
    -#define OBJ_id_smime_mod_ets_eSignature_97		OBJ_id_smime_mod,6L
    +#define SN_id_smime_aa_receiptRequest           "id-smime-aa-receiptRequest"
    +#define NID_id_smime_aa_receiptRequest          212
    +#define OBJ_id_smime_aa_receiptRequest          OBJ_id_smime_aa,1L
     
    -#define SN_id_smime_mod_ets_eSigPolicy_88		"id-smime-mod-ets-eSigPolicy-88"
    -#define NID_id_smime_mod_ets_eSigPolicy_88		202
    -#define OBJ_id_smime_mod_ets_eSigPolicy_88		OBJ_id_smime_mod,7L
    +#define SN_id_smime_aa_securityLabel            "id-smime-aa-securityLabel"
    +#define NID_id_smime_aa_securityLabel           213
    +#define OBJ_id_smime_aa_securityLabel           OBJ_id_smime_aa,2L
     
    -#define SN_id_smime_mod_ets_eSigPolicy_97		"id-smime-mod-ets-eSigPolicy-97"
    -#define NID_id_smime_mod_ets_eSigPolicy_97		203
    -#define OBJ_id_smime_mod_ets_eSigPolicy_97		OBJ_id_smime_mod,8L
    +#define SN_id_smime_aa_mlExpandHistory          "id-smime-aa-mlExpandHistory"
    +#define NID_id_smime_aa_mlExpandHistory         214
    +#define OBJ_id_smime_aa_mlExpandHistory         OBJ_id_smime_aa,3L
     
    -#define SN_id_smime_ct_receipt		"id-smime-ct-receipt"
    -#define NID_id_smime_ct_receipt		204
    -#define OBJ_id_smime_ct_receipt		OBJ_id_smime_ct,1L
    +#define SN_id_smime_aa_contentHint              "id-smime-aa-contentHint"
    +#define NID_id_smime_aa_contentHint             215
    +#define OBJ_id_smime_aa_contentHint             OBJ_id_smime_aa,4L
     
    -#define SN_id_smime_ct_authData		"id-smime-ct-authData"
    -#define NID_id_smime_ct_authData		205
    -#define OBJ_id_smime_ct_authData		OBJ_id_smime_ct,2L
    +#define SN_id_smime_aa_msgSigDigest             "id-smime-aa-msgSigDigest"
    +#define NID_id_smime_aa_msgSigDigest            216
    +#define OBJ_id_smime_aa_msgSigDigest            OBJ_id_smime_aa,5L
     
    -#define SN_id_smime_ct_publishCert		"id-smime-ct-publishCert"
    -#define NID_id_smime_ct_publishCert		206
    -#define OBJ_id_smime_ct_publishCert		OBJ_id_smime_ct,3L
    +#define SN_id_smime_aa_encapContentType         "id-smime-aa-encapContentType"
    +#define NID_id_smime_aa_encapContentType                217
    +#define OBJ_id_smime_aa_encapContentType                OBJ_id_smime_aa,6L
     
    -#define SN_id_smime_ct_TSTInfo		"id-smime-ct-TSTInfo"
    -#define NID_id_smime_ct_TSTInfo		207
    -#define OBJ_id_smime_ct_TSTInfo		OBJ_id_smime_ct,4L
    +#define SN_id_smime_aa_contentIdentifier                "id-smime-aa-contentIdentifier"
    +#define NID_id_smime_aa_contentIdentifier               218
    +#define OBJ_id_smime_aa_contentIdentifier               OBJ_id_smime_aa,7L
     
    -#define SN_id_smime_ct_TDTInfo		"id-smime-ct-TDTInfo"
    -#define NID_id_smime_ct_TDTInfo		208
    -#define OBJ_id_smime_ct_TDTInfo		OBJ_id_smime_ct,5L
    +#define SN_id_smime_aa_macValue         "id-smime-aa-macValue"
    +#define NID_id_smime_aa_macValue                219
    +#define OBJ_id_smime_aa_macValue                OBJ_id_smime_aa,8L
     
    -#define SN_id_smime_ct_contentInfo		"id-smime-ct-contentInfo"
    -#define NID_id_smime_ct_contentInfo		209
    -#define OBJ_id_smime_ct_contentInfo		OBJ_id_smime_ct,6L
    +#define SN_id_smime_aa_equivalentLabels         "id-smime-aa-equivalentLabels"
    +#define NID_id_smime_aa_equivalentLabels                220
    +#define OBJ_id_smime_aa_equivalentLabels                OBJ_id_smime_aa,9L
     
    -#define SN_id_smime_ct_DVCSRequestData		"id-smime-ct-DVCSRequestData"
    -#define NID_id_smime_ct_DVCSRequestData		210
    -#define OBJ_id_smime_ct_DVCSRequestData		OBJ_id_smime_ct,7L
    +#define SN_id_smime_aa_contentReference         "id-smime-aa-contentReference"
    +#define NID_id_smime_aa_contentReference                221
    +#define OBJ_id_smime_aa_contentReference                OBJ_id_smime_aa,10L
     
    -#define SN_id_smime_ct_DVCSResponseData		"id-smime-ct-DVCSResponseData"
    -#define NID_id_smime_ct_DVCSResponseData		211
    -#define OBJ_id_smime_ct_DVCSResponseData		OBJ_id_smime_ct,8L
    +#define SN_id_smime_aa_encrypKeyPref            "id-smime-aa-encrypKeyPref"
    +#define NID_id_smime_aa_encrypKeyPref           222
    +#define OBJ_id_smime_aa_encrypKeyPref           OBJ_id_smime_aa,11L
     
    -#define SN_id_smime_ct_compressedData		"id-smime-ct-compressedData"
    -#define NID_id_smime_ct_compressedData		786
    -#define OBJ_id_smime_ct_compressedData		OBJ_id_smime_ct,9L
    +#define SN_id_smime_aa_signingCertificate               "id-smime-aa-signingCertificate"
    +#define NID_id_smime_aa_signingCertificate              223
    +#define OBJ_id_smime_aa_signingCertificate              OBJ_id_smime_aa,12L
     
    -#define SN_id_ct_asciiTextWithCRLF		"id-ct-asciiTextWithCRLF"
    -#define NID_id_ct_asciiTextWithCRLF		787
    -#define OBJ_id_ct_asciiTextWithCRLF		OBJ_id_smime_ct,27L
    +#define SN_id_smime_aa_smimeEncryptCerts                "id-smime-aa-smimeEncryptCerts"
    +#define NID_id_smime_aa_smimeEncryptCerts               224
    +#define OBJ_id_smime_aa_smimeEncryptCerts               OBJ_id_smime_aa,13L
     
    -#define SN_id_smime_aa_receiptRequest		"id-smime-aa-receiptRequest"
    -#define NID_id_smime_aa_receiptRequest		212
    -#define OBJ_id_smime_aa_receiptRequest		OBJ_id_smime_aa,1L
    +#define SN_id_smime_aa_timeStampToken           "id-smime-aa-timeStampToken"
    +#define NID_id_smime_aa_timeStampToken          225
    +#define OBJ_id_smime_aa_timeStampToken          OBJ_id_smime_aa,14L
     
    -#define SN_id_smime_aa_securityLabel		"id-smime-aa-securityLabel"
    -#define NID_id_smime_aa_securityLabel		213
    -#define OBJ_id_smime_aa_securityLabel		OBJ_id_smime_aa,2L
    +#define SN_id_smime_aa_ets_sigPolicyId          "id-smime-aa-ets-sigPolicyId"
    +#define NID_id_smime_aa_ets_sigPolicyId         226
    +#define OBJ_id_smime_aa_ets_sigPolicyId         OBJ_id_smime_aa,15L
     
    -#define SN_id_smime_aa_mlExpandHistory		"id-smime-aa-mlExpandHistory"
    -#define NID_id_smime_aa_mlExpandHistory		214
    -#define OBJ_id_smime_aa_mlExpandHistory		OBJ_id_smime_aa,3L
    +#define SN_id_smime_aa_ets_commitmentType               "id-smime-aa-ets-commitmentType"
    +#define NID_id_smime_aa_ets_commitmentType              227
    +#define OBJ_id_smime_aa_ets_commitmentType              OBJ_id_smime_aa,16L
     
    -#define SN_id_smime_aa_contentHint		"id-smime-aa-contentHint"
    -#define NID_id_smime_aa_contentHint		215
    -#define OBJ_id_smime_aa_contentHint		OBJ_id_smime_aa,4L
    +#define SN_id_smime_aa_ets_signerLocation               "id-smime-aa-ets-signerLocation"
    +#define NID_id_smime_aa_ets_signerLocation              228
    +#define OBJ_id_smime_aa_ets_signerLocation              OBJ_id_smime_aa,17L
     
    -#define SN_id_smime_aa_msgSigDigest		"id-smime-aa-msgSigDigest"
    -#define NID_id_smime_aa_msgSigDigest		216
    -#define OBJ_id_smime_aa_msgSigDigest		OBJ_id_smime_aa,5L
    +#define SN_id_smime_aa_ets_signerAttr           "id-smime-aa-ets-signerAttr"
    +#define NID_id_smime_aa_ets_signerAttr          229
    +#define OBJ_id_smime_aa_ets_signerAttr          OBJ_id_smime_aa,18L
     
    -#define SN_id_smime_aa_encapContentType		"id-smime-aa-encapContentType"
    -#define NID_id_smime_aa_encapContentType		217
    -#define OBJ_id_smime_aa_encapContentType		OBJ_id_smime_aa,6L
    +#define SN_id_smime_aa_ets_otherSigCert         "id-smime-aa-ets-otherSigCert"
    +#define NID_id_smime_aa_ets_otherSigCert                230
    +#define OBJ_id_smime_aa_ets_otherSigCert                OBJ_id_smime_aa,19L
     
    -#define SN_id_smime_aa_contentIdentifier		"id-smime-aa-contentIdentifier"
    -#define NID_id_smime_aa_contentIdentifier		218
    -#define OBJ_id_smime_aa_contentIdentifier		OBJ_id_smime_aa,7L
    +#define SN_id_smime_aa_ets_contentTimestamp             "id-smime-aa-ets-contentTimestamp"
    +#define NID_id_smime_aa_ets_contentTimestamp            231
    +#define OBJ_id_smime_aa_ets_contentTimestamp            OBJ_id_smime_aa,20L
     
    -#define SN_id_smime_aa_macValue		"id-smime-aa-macValue"
    -#define NID_id_smime_aa_macValue		219
    -#define OBJ_id_smime_aa_macValue		OBJ_id_smime_aa,8L
    +#define SN_id_smime_aa_ets_CertificateRefs              "id-smime-aa-ets-CertificateRefs"
    +#define NID_id_smime_aa_ets_CertificateRefs             232
    +#define OBJ_id_smime_aa_ets_CertificateRefs             OBJ_id_smime_aa,21L
     
    -#define SN_id_smime_aa_equivalentLabels		"id-smime-aa-equivalentLabels"
    -#define NID_id_smime_aa_equivalentLabels		220
    -#define OBJ_id_smime_aa_equivalentLabels		OBJ_id_smime_aa,9L
    +#define SN_id_smime_aa_ets_RevocationRefs               "id-smime-aa-ets-RevocationRefs"
    +#define NID_id_smime_aa_ets_RevocationRefs              233
    +#define OBJ_id_smime_aa_ets_RevocationRefs              OBJ_id_smime_aa,22L
     
    -#define SN_id_smime_aa_contentReference		"id-smime-aa-contentReference"
    -#define NID_id_smime_aa_contentReference		221
    -#define OBJ_id_smime_aa_contentReference		OBJ_id_smime_aa,10L
    +#define SN_id_smime_aa_ets_certValues           "id-smime-aa-ets-certValues"
    +#define NID_id_smime_aa_ets_certValues          234
    +#define OBJ_id_smime_aa_ets_certValues          OBJ_id_smime_aa,23L
     
    -#define SN_id_smime_aa_encrypKeyPref		"id-smime-aa-encrypKeyPref"
    -#define NID_id_smime_aa_encrypKeyPref		222
    -#define OBJ_id_smime_aa_encrypKeyPref		OBJ_id_smime_aa,11L
    +#define SN_id_smime_aa_ets_revocationValues             "id-smime-aa-ets-revocationValues"
    +#define NID_id_smime_aa_ets_revocationValues            235
    +#define OBJ_id_smime_aa_ets_revocationValues            OBJ_id_smime_aa,24L
     
    -#define SN_id_smime_aa_signingCertificate		"id-smime-aa-signingCertificate"
    -#define NID_id_smime_aa_signingCertificate		223
    -#define OBJ_id_smime_aa_signingCertificate		OBJ_id_smime_aa,12L
    +#define SN_id_smime_aa_ets_escTimeStamp         "id-smime-aa-ets-escTimeStamp"
    +#define NID_id_smime_aa_ets_escTimeStamp                236
    +#define OBJ_id_smime_aa_ets_escTimeStamp                OBJ_id_smime_aa,25L
     
    -#define SN_id_smime_aa_smimeEncryptCerts		"id-smime-aa-smimeEncryptCerts"
    -#define NID_id_smime_aa_smimeEncryptCerts		224
    -#define OBJ_id_smime_aa_smimeEncryptCerts		OBJ_id_smime_aa,13L
    +#define SN_id_smime_aa_ets_certCRLTimestamp             "id-smime-aa-ets-certCRLTimestamp"
    +#define NID_id_smime_aa_ets_certCRLTimestamp            237
    +#define OBJ_id_smime_aa_ets_certCRLTimestamp            OBJ_id_smime_aa,26L
     
    -#define SN_id_smime_aa_timeStampToken		"id-smime-aa-timeStampToken"
    -#define NID_id_smime_aa_timeStampToken		225
    -#define OBJ_id_smime_aa_timeStampToken		OBJ_id_smime_aa,14L
    +#define SN_id_smime_aa_ets_archiveTimeStamp             "id-smime-aa-ets-archiveTimeStamp"
    +#define NID_id_smime_aa_ets_archiveTimeStamp            238
    +#define OBJ_id_smime_aa_ets_archiveTimeStamp            OBJ_id_smime_aa,27L
     
    -#define SN_id_smime_aa_ets_sigPolicyId		"id-smime-aa-ets-sigPolicyId"
    -#define NID_id_smime_aa_ets_sigPolicyId		226
    -#define OBJ_id_smime_aa_ets_sigPolicyId		OBJ_id_smime_aa,15L
    +#define SN_id_smime_aa_signatureType            "id-smime-aa-signatureType"
    +#define NID_id_smime_aa_signatureType           239
    +#define OBJ_id_smime_aa_signatureType           OBJ_id_smime_aa,28L
     
    -#define SN_id_smime_aa_ets_commitmentType		"id-smime-aa-ets-commitmentType"
    -#define NID_id_smime_aa_ets_commitmentType		227
    -#define OBJ_id_smime_aa_ets_commitmentType		OBJ_id_smime_aa,16L
    +#define SN_id_smime_aa_dvcs_dvc         "id-smime-aa-dvcs-dvc"
    +#define NID_id_smime_aa_dvcs_dvc                240
    +#define OBJ_id_smime_aa_dvcs_dvc                OBJ_id_smime_aa,29L
     
    -#define SN_id_smime_aa_ets_signerLocation		"id-smime-aa-ets-signerLocation"
    -#define NID_id_smime_aa_ets_signerLocation		228
    -#define OBJ_id_smime_aa_ets_signerLocation		OBJ_id_smime_aa,17L
    +#define SN_id_smime_alg_ESDHwith3DES            "id-smime-alg-ESDHwith3DES"
    +#define NID_id_smime_alg_ESDHwith3DES           241
    +#define OBJ_id_smime_alg_ESDHwith3DES           OBJ_id_smime_alg,1L
     
    -#define SN_id_smime_aa_ets_signerAttr		"id-smime-aa-ets-signerAttr"
    -#define NID_id_smime_aa_ets_signerAttr		229
    -#define OBJ_id_smime_aa_ets_signerAttr		OBJ_id_smime_aa,18L
    +#define SN_id_smime_alg_ESDHwithRC2             "id-smime-alg-ESDHwithRC2"
    +#define NID_id_smime_alg_ESDHwithRC2            242
    +#define OBJ_id_smime_alg_ESDHwithRC2            OBJ_id_smime_alg,2L
     
    -#define SN_id_smime_aa_ets_otherSigCert		"id-smime-aa-ets-otherSigCert"
    -#define NID_id_smime_aa_ets_otherSigCert		230
    -#define OBJ_id_smime_aa_ets_otherSigCert		OBJ_id_smime_aa,19L
    +#define SN_id_smime_alg_3DESwrap                "id-smime-alg-3DESwrap"
    +#define NID_id_smime_alg_3DESwrap               243
    +#define OBJ_id_smime_alg_3DESwrap               OBJ_id_smime_alg,3L
     
    -#define SN_id_smime_aa_ets_contentTimestamp		"id-smime-aa-ets-contentTimestamp"
    -#define NID_id_smime_aa_ets_contentTimestamp		231
    -#define OBJ_id_smime_aa_ets_contentTimestamp		OBJ_id_smime_aa,20L
    +#define SN_id_smime_alg_RC2wrap         "id-smime-alg-RC2wrap"
    +#define NID_id_smime_alg_RC2wrap                244
    +#define OBJ_id_smime_alg_RC2wrap                OBJ_id_smime_alg,4L
     
    -#define SN_id_smime_aa_ets_CertificateRefs		"id-smime-aa-ets-CertificateRefs"
    -#define NID_id_smime_aa_ets_CertificateRefs		232
    -#define OBJ_id_smime_aa_ets_CertificateRefs		OBJ_id_smime_aa,21L
    +#define SN_id_smime_alg_ESDH            "id-smime-alg-ESDH"
    +#define NID_id_smime_alg_ESDH           245
    +#define OBJ_id_smime_alg_ESDH           OBJ_id_smime_alg,5L
     
    -#define SN_id_smime_aa_ets_RevocationRefs		"id-smime-aa-ets-RevocationRefs"
    -#define NID_id_smime_aa_ets_RevocationRefs		233
    -#define OBJ_id_smime_aa_ets_RevocationRefs		OBJ_id_smime_aa,22L
    +#define SN_id_smime_alg_CMS3DESwrap             "id-smime-alg-CMS3DESwrap"
    +#define NID_id_smime_alg_CMS3DESwrap            246
    +#define OBJ_id_smime_alg_CMS3DESwrap            OBJ_id_smime_alg,6L
     
    -#define SN_id_smime_aa_ets_certValues		"id-smime-aa-ets-certValues"
    -#define NID_id_smime_aa_ets_certValues		234
    -#define OBJ_id_smime_aa_ets_certValues		OBJ_id_smime_aa,23L
    +#define SN_id_smime_alg_CMSRC2wrap              "id-smime-alg-CMSRC2wrap"
    +#define NID_id_smime_alg_CMSRC2wrap             247
    +#define OBJ_id_smime_alg_CMSRC2wrap             OBJ_id_smime_alg,7L
     
    -#define SN_id_smime_aa_ets_revocationValues		"id-smime-aa-ets-revocationValues"
    -#define NID_id_smime_aa_ets_revocationValues		235
    -#define OBJ_id_smime_aa_ets_revocationValues		OBJ_id_smime_aa,24L
    +#define SN_id_alg_PWRI_KEK              "id-alg-PWRI-KEK"
    +#define NID_id_alg_PWRI_KEK             893
    +#define OBJ_id_alg_PWRI_KEK             OBJ_id_smime_alg,9L
     
    -#define SN_id_smime_aa_ets_escTimeStamp		"id-smime-aa-ets-escTimeStamp"
    -#define NID_id_smime_aa_ets_escTimeStamp		236
    -#define OBJ_id_smime_aa_ets_escTimeStamp		OBJ_id_smime_aa,25L
    +#define SN_id_smime_cd_ldap             "id-smime-cd-ldap"
    +#define NID_id_smime_cd_ldap            248
    +#define OBJ_id_smime_cd_ldap            OBJ_id_smime_cd,1L
     
    -#define SN_id_smime_aa_ets_certCRLTimestamp		"id-smime-aa-ets-certCRLTimestamp"
    -#define NID_id_smime_aa_ets_certCRLTimestamp		237
    -#define OBJ_id_smime_aa_ets_certCRLTimestamp		OBJ_id_smime_aa,26L
    +#define SN_id_smime_spq_ets_sqt_uri             "id-smime-spq-ets-sqt-uri"
    +#define NID_id_smime_spq_ets_sqt_uri            249
    +#define OBJ_id_smime_spq_ets_sqt_uri            OBJ_id_smime_spq,1L
     
    -#define SN_id_smime_aa_ets_archiveTimeStamp		"id-smime-aa-ets-archiveTimeStamp"
    -#define NID_id_smime_aa_ets_archiveTimeStamp		238
    -#define OBJ_id_smime_aa_ets_archiveTimeStamp		OBJ_id_smime_aa,27L
    +#define SN_id_smime_spq_ets_sqt_unotice         "id-smime-spq-ets-sqt-unotice"
    +#define NID_id_smime_spq_ets_sqt_unotice                250
    +#define OBJ_id_smime_spq_ets_sqt_unotice                OBJ_id_smime_spq,2L
     
    -#define SN_id_smime_aa_signatureType		"id-smime-aa-signatureType"
    -#define NID_id_smime_aa_signatureType		239
    -#define OBJ_id_smime_aa_signatureType		OBJ_id_smime_aa,28L
    +#define SN_id_smime_cti_ets_proofOfOrigin               "id-smime-cti-ets-proofOfOrigin"
    +#define NID_id_smime_cti_ets_proofOfOrigin              251
    +#define OBJ_id_smime_cti_ets_proofOfOrigin              OBJ_id_smime_cti,1L
     
    -#define SN_id_smime_aa_dvcs_dvc		"id-smime-aa-dvcs-dvc"
    -#define NID_id_smime_aa_dvcs_dvc		240
    -#define OBJ_id_smime_aa_dvcs_dvc		OBJ_id_smime_aa,29L
    +#define SN_id_smime_cti_ets_proofOfReceipt              "id-smime-cti-ets-proofOfReceipt"
    +#define NID_id_smime_cti_ets_proofOfReceipt             252
    +#define OBJ_id_smime_cti_ets_proofOfReceipt             OBJ_id_smime_cti,2L
     
    -#define SN_id_smime_alg_ESDHwith3DES		"id-smime-alg-ESDHwith3DES"
    -#define NID_id_smime_alg_ESDHwith3DES		241
    -#define OBJ_id_smime_alg_ESDHwith3DES		OBJ_id_smime_alg,1L
    +#define SN_id_smime_cti_ets_proofOfDelivery             "id-smime-cti-ets-proofOfDelivery"
    +#define NID_id_smime_cti_ets_proofOfDelivery            253
    +#define OBJ_id_smime_cti_ets_proofOfDelivery            OBJ_id_smime_cti,3L
     
    -#define SN_id_smime_alg_ESDHwithRC2		"id-smime-alg-ESDHwithRC2"
    -#define NID_id_smime_alg_ESDHwithRC2		242
    -#define OBJ_id_smime_alg_ESDHwithRC2		OBJ_id_smime_alg,2L
    +#define SN_id_smime_cti_ets_proofOfSender               "id-smime-cti-ets-proofOfSender"
    +#define NID_id_smime_cti_ets_proofOfSender              254
    +#define OBJ_id_smime_cti_ets_proofOfSender              OBJ_id_smime_cti,4L
     
    -#define SN_id_smime_alg_3DESwrap		"id-smime-alg-3DESwrap"
    -#define NID_id_smime_alg_3DESwrap		243
    -#define OBJ_id_smime_alg_3DESwrap		OBJ_id_smime_alg,3L
    +#define SN_id_smime_cti_ets_proofOfApproval             "id-smime-cti-ets-proofOfApproval"
    +#define NID_id_smime_cti_ets_proofOfApproval            255
    +#define OBJ_id_smime_cti_ets_proofOfApproval            OBJ_id_smime_cti,5L
     
    -#define SN_id_smime_alg_RC2wrap		"id-smime-alg-RC2wrap"
    -#define NID_id_smime_alg_RC2wrap		244
    -#define OBJ_id_smime_alg_RC2wrap		OBJ_id_smime_alg,4L
    +#define SN_id_smime_cti_ets_proofOfCreation             "id-smime-cti-ets-proofOfCreation"
    +#define NID_id_smime_cti_ets_proofOfCreation            256
    +#define OBJ_id_smime_cti_ets_proofOfCreation            OBJ_id_smime_cti,6L
     
    -#define SN_id_smime_alg_ESDH		"id-smime-alg-ESDH"
    -#define NID_id_smime_alg_ESDH		245
    -#define OBJ_id_smime_alg_ESDH		OBJ_id_smime_alg,5L
    +#define LN_friendlyName         "friendlyName"
    +#define NID_friendlyName                156
    +#define OBJ_friendlyName                OBJ_pkcs9,20L
     
    -#define SN_id_smime_alg_CMS3DESwrap		"id-smime-alg-CMS3DESwrap"
    -#define NID_id_smime_alg_CMS3DESwrap		246
    -#define OBJ_id_smime_alg_CMS3DESwrap		OBJ_id_smime_alg,6L
    +#define LN_localKeyID           "localKeyID"
    +#define NID_localKeyID          157
    +#define OBJ_localKeyID          OBJ_pkcs9,21L
     
    -#define SN_id_smime_alg_CMSRC2wrap		"id-smime-alg-CMSRC2wrap"
    -#define NID_id_smime_alg_CMSRC2wrap		247
    -#define OBJ_id_smime_alg_CMSRC2wrap		OBJ_id_smime_alg,7L
    +#define SN_ms_csp_name          "CSPName"
    +#define LN_ms_csp_name          "Microsoft CSP Name"
    +#define NID_ms_csp_name         417
    +#define OBJ_ms_csp_name         1L,3L,6L,1L,4L,1L,311L,17L,1L
     
    -#define SN_id_alg_PWRI_KEK		"id-alg-PWRI-KEK"
    -#define NID_id_alg_PWRI_KEK		893
    -#define OBJ_id_alg_PWRI_KEK		OBJ_id_smime_alg,9L
    +#define SN_LocalKeySet          "LocalKeySet"
    +#define LN_LocalKeySet          "Microsoft Local Key set"
    +#define NID_LocalKeySet         856
    +#define OBJ_LocalKeySet         1L,3L,6L,1L,4L,1L,311L,17L,2L
     
    -#define SN_id_smime_cd_ldap		"id-smime-cd-ldap"
    -#define NID_id_smime_cd_ldap		248
    -#define OBJ_id_smime_cd_ldap		OBJ_id_smime_cd,1L
    +#define OBJ_certTypes           OBJ_pkcs9,22L
     
    -#define SN_id_smime_spq_ets_sqt_uri		"id-smime-spq-ets-sqt-uri"
    -#define NID_id_smime_spq_ets_sqt_uri		249
    -#define OBJ_id_smime_spq_ets_sqt_uri		OBJ_id_smime_spq,1L
    +#define LN_x509Certificate              "x509Certificate"
    +#define NID_x509Certificate             158
    +#define OBJ_x509Certificate             OBJ_certTypes,1L
     
    -#define SN_id_smime_spq_ets_sqt_unotice		"id-smime-spq-ets-sqt-unotice"
    -#define NID_id_smime_spq_ets_sqt_unotice		250
    -#define OBJ_id_smime_spq_ets_sqt_unotice		OBJ_id_smime_spq,2L
    +#define LN_sdsiCertificate              "sdsiCertificate"
    +#define NID_sdsiCertificate             159
    +#define OBJ_sdsiCertificate             OBJ_certTypes,2L
     
    -#define SN_id_smime_cti_ets_proofOfOrigin		"id-smime-cti-ets-proofOfOrigin"
    -#define NID_id_smime_cti_ets_proofOfOrigin		251
    -#define OBJ_id_smime_cti_ets_proofOfOrigin		OBJ_id_smime_cti,1L
    +#define OBJ_crlTypes            OBJ_pkcs9,23L
     
    -#define SN_id_smime_cti_ets_proofOfReceipt		"id-smime-cti-ets-proofOfReceipt"
    -#define NID_id_smime_cti_ets_proofOfReceipt		252
    -#define OBJ_id_smime_cti_ets_proofOfReceipt		OBJ_id_smime_cti,2L
    +#define LN_x509Crl              "x509Crl"
    +#define NID_x509Crl             160
    +#define OBJ_x509Crl             OBJ_crlTypes,1L
     
    -#define SN_id_smime_cti_ets_proofOfDelivery		"id-smime-cti-ets-proofOfDelivery"
    -#define NID_id_smime_cti_ets_proofOfDelivery		253
    -#define OBJ_id_smime_cti_ets_proofOfDelivery		OBJ_id_smime_cti,3L
    +#define OBJ_pkcs12              OBJ_pkcs,12L
     
    -#define SN_id_smime_cti_ets_proofOfSender		"id-smime-cti-ets-proofOfSender"
    -#define NID_id_smime_cti_ets_proofOfSender		254
    -#define OBJ_id_smime_cti_ets_proofOfSender		OBJ_id_smime_cti,4L
    +#define OBJ_pkcs12_pbeids               OBJ_pkcs12,1L
     
    -#define SN_id_smime_cti_ets_proofOfApproval		"id-smime-cti-ets-proofOfApproval"
    -#define NID_id_smime_cti_ets_proofOfApproval		255
    -#define OBJ_id_smime_cti_ets_proofOfApproval		OBJ_id_smime_cti,5L
    +#define SN_pbe_WithSHA1And128BitRC4             "PBE-SHA1-RC4-128"
    +#define LN_pbe_WithSHA1And128BitRC4             "pbeWithSHA1And128BitRC4"
    +#define NID_pbe_WithSHA1And128BitRC4            144
    +#define OBJ_pbe_WithSHA1And128BitRC4            OBJ_pkcs12_pbeids,1L
     
    -#define SN_id_smime_cti_ets_proofOfCreation		"id-smime-cti-ets-proofOfCreation"
    -#define NID_id_smime_cti_ets_proofOfCreation		256
    -#define OBJ_id_smime_cti_ets_proofOfCreation		OBJ_id_smime_cti,6L
    +#define SN_pbe_WithSHA1And40BitRC4              "PBE-SHA1-RC4-40"
    +#define LN_pbe_WithSHA1And40BitRC4              "pbeWithSHA1And40BitRC4"
    +#define NID_pbe_WithSHA1And40BitRC4             145
    +#define OBJ_pbe_WithSHA1And40BitRC4             OBJ_pkcs12_pbeids,2L
     
    -#define LN_friendlyName		"friendlyName"
    -#define NID_friendlyName		156
    -#define OBJ_friendlyName		OBJ_pkcs9,20L
    +#define SN_pbe_WithSHA1And3_Key_TripleDES_CBC           "PBE-SHA1-3DES"
    +#define LN_pbe_WithSHA1And3_Key_TripleDES_CBC           "pbeWithSHA1And3-KeyTripleDES-CBC"
    +#define NID_pbe_WithSHA1And3_Key_TripleDES_CBC          146
    +#define OBJ_pbe_WithSHA1And3_Key_TripleDES_CBC          OBJ_pkcs12_pbeids,3L
     
    -#define LN_localKeyID		"localKeyID"
    -#define NID_localKeyID		157
    -#define OBJ_localKeyID		OBJ_pkcs9,21L
    +#define SN_pbe_WithSHA1And2_Key_TripleDES_CBC           "PBE-SHA1-2DES"
    +#define LN_pbe_WithSHA1And2_Key_TripleDES_CBC           "pbeWithSHA1And2-KeyTripleDES-CBC"
    +#define NID_pbe_WithSHA1And2_Key_TripleDES_CBC          147
    +#define OBJ_pbe_WithSHA1And2_Key_TripleDES_CBC          OBJ_pkcs12_pbeids,4L
     
    -#define SN_ms_csp_name		"CSPName"
    -#define LN_ms_csp_name		"Microsoft CSP Name"
    -#define NID_ms_csp_name		417
    -#define OBJ_ms_csp_name		1L,3L,6L,1L,4L,1L,311L,17L,1L
    +#define SN_pbe_WithSHA1And128BitRC2_CBC         "PBE-SHA1-RC2-128"
    +#define LN_pbe_WithSHA1And128BitRC2_CBC         "pbeWithSHA1And128BitRC2-CBC"
    +#define NID_pbe_WithSHA1And128BitRC2_CBC                148
    +#define OBJ_pbe_WithSHA1And128BitRC2_CBC                OBJ_pkcs12_pbeids,5L
     
    -#define SN_LocalKeySet		"LocalKeySet"
    -#define LN_LocalKeySet		"Microsoft Local Key set"
    -#define NID_LocalKeySet		856
    -#define OBJ_LocalKeySet		1L,3L,6L,1L,4L,1L,311L,17L,2L
    +#define SN_pbe_WithSHA1And40BitRC2_CBC          "PBE-SHA1-RC2-40"
    +#define LN_pbe_WithSHA1And40BitRC2_CBC          "pbeWithSHA1And40BitRC2-CBC"
    +#define NID_pbe_WithSHA1And40BitRC2_CBC         149
    +#define OBJ_pbe_WithSHA1And40BitRC2_CBC         OBJ_pkcs12_pbeids,6L
     
    -#define OBJ_certTypes		OBJ_pkcs9,22L
    +#define OBJ_pkcs12_Version1             OBJ_pkcs12,10L
     
    -#define LN_x509Certificate		"x509Certificate"
    -#define NID_x509Certificate		158
    -#define OBJ_x509Certificate		OBJ_certTypes,1L
    +#define OBJ_pkcs12_BagIds               OBJ_pkcs12_Version1,1L
     
    -#define LN_sdsiCertificate		"sdsiCertificate"
    -#define NID_sdsiCertificate		159
    -#define OBJ_sdsiCertificate		OBJ_certTypes,2L
    +#define LN_keyBag               "keyBag"
    +#define NID_keyBag              150
    +#define OBJ_keyBag              OBJ_pkcs12_BagIds,1L
     
    -#define OBJ_crlTypes		OBJ_pkcs9,23L
    +#define LN_pkcs8ShroudedKeyBag          "pkcs8ShroudedKeyBag"
    +#define NID_pkcs8ShroudedKeyBag         151
    +#define OBJ_pkcs8ShroudedKeyBag         OBJ_pkcs12_BagIds,2L
     
    -#define LN_x509Crl		"x509Crl"
    -#define NID_x509Crl		160
    -#define OBJ_x509Crl		OBJ_crlTypes,1L
    +#define LN_certBag              "certBag"
    +#define NID_certBag             152
    +#define OBJ_certBag             OBJ_pkcs12_BagIds,3L
     
    -#define OBJ_pkcs12		OBJ_pkcs,12L
    +#define LN_crlBag               "crlBag"
    +#define NID_crlBag              153
    +#define OBJ_crlBag              OBJ_pkcs12_BagIds,4L
     
    -#define OBJ_pkcs12_pbeids		OBJ_pkcs12,1L
    +#define LN_secretBag            "secretBag"
    +#define NID_secretBag           154
    +#define OBJ_secretBag           OBJ_pkcs12_BagIds,5L
     
    -#define SN_pbe_WithSHA1And128BitRC4		"PBE-SHA1-RC4-128"
    -#define LN_pbe_WithSHA1And128BitRC4		"pbeWithSHA1And128BitRC4"
    -#define NID_pbe_WithSHA1And128BitRC4		144
    -#define OBJ_pbe_WithSHA1And128BitRC4		OBJ_pkcs12_pbeids,1L
    +#define LN_safeContentsBag              "safeContentsBag"
    +#define NID_safeContentsBag             155
    +#define OBJ_safeContentsBag             OBJ_pkcs12_BagIds,6L
     
    -#define SN_pbe_WithSHA1And40BitRC4		"PBE-SHA1-RC4-40"
    -#define LN_pbe_WithSHA1And40BitRC4		"pbeWithSHA1And40BitRC4"
    -#define NID_pbe_WithSHA1And40BitRC4		145
    -#define OBJ_pbe_WithSHA1And40BitRC4		OBJ_pkcs12_pbeids,2L
    +#define SN_md2          "MD2"
    +#define LN_md2          "md2"
    +#define NID_md2         3
    +#define OBJ_md2         OBJ_rsadsi,2L,2L
    +
    +#define SN_md4          "MD4"
    +#define LN_md4          "md4"
    +#define NID_md4         257
    +#define OBJ_md4         OBJ_rsadsi,2L,4L
    +
    +#define SN_md5          "MD5"
    +#define LN_md5          "md5"
    +#define NID_md5         4
    +#define OBJ_md5         OBJ_rsadsi,2L,5L
    +
    +#define SN_md5_sha1             "MD5-SHA1"
    +#define LN_md5_sha1             "md5-sha1"
    +#define NID_md5_sha1            114
    +
    +#define LN_hmacWithMD5          "hmacWithMD5"
    +#define NID_hmacWithMD5         797
    +#define OBJ_hmacWithMD5         OBJ_rsadsi,2L,6L
    +
    +#define LN_hmacWithSHA1         "hmacWithSHA1"
    +#define NID_hmacWithSHA1                163
    +#define OBJ_hmacWithSHA1                OBJ_rsadsi,2L,7L
    +
    +#define LN_hmacWithSHA224               "hmacWithSHA224"
    +#define NID_hmacWithSHA224              798
    +#define OBJ_hmacWithSHA224              OBJ_rsadsi,2L,8L
    +
    +#define LN_hmacWithSHA256               "hmacWithSHA256"
    +#define NID_hmacWithSHA256              799
    +#define OBJ_hmacWithSHA256              OBJ_rsadsi,2L,9L
    +
    +#define LN_hmacWithSHA384               "hmacWithSHA384"
    +#define NID_hmacWithSHA384              800
    +#define OBJ_hmacWithSHA384              OBJ_rsadsi,2L,10L
    +
    +#define LN_hmacWithSHA512               "hmacWithSHA512"
    +#define NID_hmacWithSHA512              801
    +#define OBJ_hmacWithSHA512              OBJ_rsadsi,2L,11L
    +
    +#define SN_rc2_cbc              "RC2-CBC"
    +#define LN_rc2_cbc              "rc2-cbc"
    +#define NID_rc2_cbc             37
    +#define OBJ_rc2_cbc             OBJ_rsadsi,3L,2L
    +
    +#define SN_rc2_ecb              "RC2-ECB"
    +#define LN_rc2_ecb              "rc2-ecb"
    +#define NID_rc2_ecb             38
    +
    +#define SN_rc2_cfb64            "RC2-CFB"
    +#define LN_rc2_cfb64            "rc2-cfb"
    +#define NID_rc2_cfb64           39
    +
    +#define SN_rc2_ofb64            "RC2-OFB"
    +#define LN_rc2_ofb64            "rc2-ofb"
    +#define NID_rc2_ofb64           40
    +
    +#define SN_rc2_40_cbc           "RC2-40-CBC"
    +#define LN_rc2_40_cbc           "rc2-40-cbc"
    +#define NID_rc2_40_cbc          98
    +
    +#define SN_rc2_64_cbc           "RC2-64-CBC"
    +#define LN_rc2_64_cbc           "rc2-64-cbc"
    +#define NID_rc2_64_cbc          166
    +
    +#define SN_rc4          "RC4"
    +#define LN_rc4          "rc4"
    +#define NID_rc4         5
    +#define OBJ_rc4         OBJ_rsadsi,3L,4L
    +
    +#define SN_rc4_40               "RC4-40"
    +#define LN_rc4_40               "rc4-40"
    +#define NID_rc4_40              97
    +
    +#define SN_des_ede3_cbc         "DES-EDE3-CBC"
    +#define LN_des_ede3_cbc         "des-ede3-cbc"
    +#define NID_des_ede3_cbc                44
    +#define OBJ_des_ede3_cbc                OBJ_rsadsi,3L,7L
    +
    +#define SN_rc5_cbc              "RC5-CBC"
    +#define LN_rc5_cbc              "rc5-cbc"
    +#define NID_rc5_cbc             120
    +#define OBJ_rc5_cbc             OBJ_rsadsi,3L,8L
    +
    +#define SN_rc5_ecb              "RC5-ECB"
    +#define LN_rc5_ecb              "rc5-ecb"
    +#define NID_rc5_ecb             121
    +
    +#define SN_rc5_cfb64            "RC5-CFB"
    +#define LN_rc5_cfb64            "rc5-cfb"
    +#define NID_rc5_cfb64           122
    +
    +#define SN_rc5_ofb64            "RC5-OFB"
    +#define LN_rc5_ofb64            "rc5-ofb"
    +#define NID_rc5_ofb64           123
    +
    +#define SN_ms_ext_req           "msExtReq"
    +#define LN_ms_ext_req           "Microsoft Extension Request"
    +#define NID_ms_ext_req          171
    +#define OBJ_ms_ext_req          1L,3L,6L,1L,4L,1L,311L,2L,1L,14L
    +
    +#define SN_ms_code_ind          "msCodeInd"
    +#define LN_ms_code_ind          "Microsoft Individual Code Signing"
    +#define NID_ms_code_ind         134
    +#define OBJ_ms_code_ind         1L,3L,6L,1L,4L,1L,311L,2L,1L,21L
    +
    +#define SN_ms_code_com          "msCodeCom"
    +#define LN_ms_code_com          "Microsoft Commercial Code Signing"
    +#define NID_ms_code_com         135
    +#define OBJ_ms_code_com         1L,3L,6L,1L,4L,1L,311L,2L,1L,22L
    +
    +#define SN_ms_ctl_sign          "msCTLSign"
    +#define LN_ms_ctl_sign          "Microsoft Trust List Signing"
    +#define NID_ms_ctl_sign         136
    +#define OBJ_ms_ctl_sign         1L,3L,6L,1L,4L,1L,311L,10L,3L,1L
    +
    +#define SN_ms_sgc               "msSGC"
    +#define LN_ms_sgc               "Microsoft Server Gated Crypto"
    +#define NID_ms_sgc              137
    +#define OBJ_ms_sgc              1L,3L,6L,1L,4L,1L,311L,10L,3L,3L
    +
    +#define SN_ms_efs               "msEFS"
    +#define LN_ms_efs               "Microsoft Encrypted File System"
    +#define NID_ms_efs              138
    +#define OBJ_ms_efs              1L,3L,6L,1L,4L,1L,311L,10L,3L,4L
    +
    +#define SN_ms_smartcard_login           "msSmartcardLogin"
    +#define LN_ms_smartcard_login           "Microsoft Smartcardlogin"
    +#define NID_ms_smartcard_login          648
    +#define OBJ_ms_smartcard_login          1L,3L,6L,1L,4L,1L,311L,20L,2L,2L
    +
    +#define SN_ms_upn               "msUPN"
    +#define LN_ms_upn               "Microsoft Universal Principal Name"
    +#define NID_ms_upn              649
    +#define OBJ_ms_upn              1L,3L,6L,1L,4L,1L,311L,20L,2L,3L
    +
    +#define SN_idea_cbc             "IDEA-CBC"
    +#define LN_idea_cbc             "idea-cbc"
    +#define NID_idea_cbc            34
    +#define OBJ_idea_cbc            1L,3L,6L,1L,4L,1L,188L,7L,1L,1L,2L
    +
    +#define SN_idea_ecb             "IDEA-ECB"
    +#define LN_idea_ecb             "idea-ecb"
    +#define NID_idea_ecb            36
    +
    +#define SN_idea_cfb64           "IDEA-CFB"
    +#define LN_idea_cfb64           "idea-cfb"
    +#define NID_idea_cfb64          35
    +
    +#define SN_idea_ofb64           "IDEA-OFB"
    +#define LN_idea_ofb64           "idea-ofb"
    +#define NID_idea_ofb64          46
    +
    +#define SN_bf_cbc               "BF-CBC"
    +#define LN_bf_cbc               "bf-cbc"
    +#define NID_bf_cbc              91
    +#define OBJ_bf_cbc              1L,3L,6L,1L,4L,1L,3029L,1L,2L
    +
    +#define SN_bf_ecb               "BF-ECB"
    +#define LN_bf_ecb               "bf-ecb"
    +#define NID_bf_ecb              92
    +
    +#define SN_bf_cfb64             "BF-CFB"
    +#define LN_bf_cfb64             "bf-cfb"
    +#define NID_bf_cfb64            93
    +
    +#define SN_bf_ofb64             "BF-OFB"
    +#define LN_bf_ofb64             "bf-ofb"
    +#define NID_bf_ofb64            94
    +
    +#define SN_id_pkix              "PKIX"
    +#define NID_id_pkix             127
    +#define OBJ_id_pkix             1L,3L,6L,1L,5L,5L,7L
    +
    +#define SN_id_pkix_mod          "id-pkix-mod"
    +#define NID_id_pkix_mod         258
    +#define OBJ_id_pkix_mod         OBJ_id_pkix,0L
    +
    +#define SN_id_pe                "id-pe"
    +#define NID_id_pe               175
    +#define OBJ_id_pe               OBJ_id_pkix,1L
    +
    +#define SN_id_qt                "id-qt"
    +#define NID_id_qt               259
    +#define OBJ_id_qt               OBJ_id_pkix,2L
    +
    +#define SN_id_kp                "id-kp"
    +#define NID_id_kp               128
    +#define OBJ_id_kp               OBJ_id_pkix,3L
    +
    +#define SN_id_it                "id-it"
    +#define NID_id_it               260
    +#define OBJ_id_it               OBJ_id_pkix,4L
    +
    +#define SN_id_pkip              "id-pkip"
    +#define NID_id_pkip             261
    +#define OBJ_id_pkip             OBJ_id_pkix,5L
    +
    +#define SN_id_alg               "id-alg"
    +#define NID_id_alg              262
    +#define OBJ_id_alg              OBJ_id_pkix,6L
    +
    +#define SN_id_cmc               "id-cmc"
    +#define NID_id_cmc              263
    +#define OBJ_id_cmc              OBJ_id_pkix,7L
    +
    +#define SN_id_on                "id-on"
    +#define NID_id_on               264
    +#define OBJ_id_on               OBJ_id_pkix,8L
    +
    +#define SN_id_pda               "id-pda"
    +#define NID_id_pda              265
    +#define OBJ_id_pda              OBJ_id_pkix,9L
    +
    +#define SN_id_aca               "id-aca"
    +#define NID_id_aca              266
    +#define OBJ_id_aca              OBJ_id_pkix,10L
    +
    +#define SN_id_qcs               "id-qcs"
    +#define NID_id_qcs              267
    +#define OBJ_id_qcs              OBJ_id_pkix,11L
    +
    +#define SN_id_cct               "id-cct"
    +#define NID_id_cct              268
    +#define OBJ_id_cct              OBJ_id_pkix,12L
    +
    +#define SN_id_ppl               "id-ppl"
    +#define NID_id_ppl              662
    +#define OBJ_id_ppl              OBJ_id_pkix,21L
    +
    +#define SN_id_ad                "id-ad"
    +#define NID_id_ad               176
    +#define OBJ_id_ad               OBJ_id_pkix,48L
    +
    +#define SN_id_pkix1_explicit_88         "id-pkix1-explicit-88"
    +#define NID_id_pkix1_explicit_88                269
    +#define OBJ_id_pkix1_explicit_88                OBJ_id_pkix_mod,1L
    +
    +#define SN_id_pkix1_implicit_88         "id-pkix1-implicit-88"
    +#define NID_id_pkix1_implicit_88                270
    +#define OBJ_id_pkix1_implicit_88                OBJ_id_pkix_mod,2L
    +
    +#define SN_id_pkix1_explicit_93         "id-pkix1-explicit-93"
    +#define NID_id_pkix1_explicit_93                271
    +#define OBJ_id_pkix1_explicit_93                OBJ_id_pkix_mod,3L
    +
    +#define SN_id_pkix1_implicit_93         "id-pkix1-implicit-93"
    +#define NID_id_pkix1_implicit_93                272
    +#define OBJ_id_pkix1_implicit_93                OBJ_id_pkix_mod,4L
    +
    +#define SN_id_mod_crmf          "id-mod-crmf"
    +#define NID_id_mod_crmf         273
    +#define OBJ_id_mod_crmf         OBJ_id_pkix_mod,5L
    +
    +#define SN_id_mod_cmc           "id-mod-cmc"
    +#define NID_id_mod_cmc          274
    +#define OBJ_id_mod_cmc          OBJ_id_pkix_mod,6L
    +
    +#define SN_id_mod_kea_profile_88                "id-mod-kea-profile-88"
    +#define NID_id_mod_kea_profile_88               275
    +#define OBJ_id_mod_kea_profile_88               OBJ_id_pkix_mod,7L
    +
    +#define SN_id_mod_kea_profile_93                "id-mod-kea-profile-93"
    +#define NID_id_mod_kea_profile_93               276
    +#define OBJ_id_mod_kea_profile_93               OBJ_id_pkix_mod,8L
    +
    +#define SN_id_mod_cmp           "id-mod-cmp"
    +#define NID_id_mod_cmp          277
    +#define OBJ_id_mod_cmp          OBJ_id_pkix_mod,9L
    +
    +#define SN_id_mod_qualified_cert_88             "id-mod-qualified-cert-88"
    +#define NID_id_mod_qualified_cert_88            278
    +#define OBJ_id_mod_qualified_cert_88            OBJ_id_pkix_mod,10L
    +
    +#define SN_id_mod_qualified_cert_93             "id-mod-qualified-cert-93"
    +#define NID_id_mod_qualified_cert_93            279
    +#define OBJ_id_mod_qualified_cert_93            OBJ_id_pkix_mod,11L
    +
    +#define SN_id_mod_attribute_cert                "id-mod-attribute-cert"
    +#define NID_id_mod_attribute_cert               280
    +#define OBJ_id_mod_attribute_cert               OBJ_id_pkix_mod,12L
    +
    +#define SN_id_mod_timestamp_protocol            "id-mod-timestamp-protocol"
    +#define NID_id_mod_timestamp_protocol           281
    +#define OBJ_id_mod_timestamp_protocol           OBJ_id_pkix_mod,13L
    +
    +#define SN_id_mod_ocsp          "id-mod-ocsp"
    +#define NID_id_mod_ocsp         282
    +#define OBJ_id_mod_ocsp         OBJ_id_pkix_mod,14L
    +
    +#define SN_id_mod_dvcs          "id-mod-dvcs"
    +#define NID_id_mod_dvcs         283
    +#define OBJ_id_mod_dvcs         OBJ_id_pkix_mod,15L
    +
    +#define SN_id_mod_cmp2000               "id-mod-cmp2000"
    +#define NID_id_mod_cmp2000              284
    +#define OBJ_id_mod_cmp2000              OBJ_id_pkix_mod,16L
    +
    +#define SN_info_access          "authorityInfoAccess"
    +#define LN_info_access          "Authority Information Access"
    +#define NID_info_access         177
    +#define OBJ_info_access         OBJ_id_pe,1L
    +
    +#define SN_biometricInfo                "biometricInfo"
    +#define LN_biometricInfo                "Biometric Info"
    +#define NID_biometricInfo               285
    +#define OBJ_biometricInfo               OBJ_id_pe,2L
    +
    +#define SN_qcStatements         "qcStatements"
    +#define NID_qcStatements                286
    +#define OBJ_qcStatements                OBJ_id_pe,3L
    +
    +#define SN_ac_auditEntity               "ac-auditEntity"
    +#define NID_ac_auditEntity              287
    +#define OBJ_ac_auditEntity              OBJ_id_pe,4L
    +
    +#define SN_ac_targeting         "ac-targeting"
    +#define NID_ac_targeting                288
    +#define OBJ_ac_targeting                OBJ_id_pe,5L
    +
    +#define SN_aaControls           "aaControls"
    +#define NID_aaControls          289
    +#define OBJ_aaControls          OBJ_id_pe,6L
    +
    +#define SN_sbgp_ipAddrBlock             "sbgp-ipAddrBlock"
    +#define NID_sbgp_ipAddrBlock            290
    +#define OBJ_sbgp_ipAddrBlock            OBJ_id_pe,7L
    +
    +#define SN_sbgp_autonomousSysNum                "sbgp-autonomousSysNum"
    +#define NID_sbgp_autonomousSysNum               291
    +#define OBJ_sbgp_autonomousSysNum               OBJ_id_pe,8L
    +
    +#define SN_sbgp_routerIdentifier                "sbgp-routerIdentifier"
    +#define NID_sbgp_routerIdentifier               292
    +#define OBJ_sbgp_routerIdentifier               OBJ_id_pe,9L
    +
    +#define SN_ac_proxying          "ac-proxying"
    +#define NID_ac_proxying         397
    +#define OBJ_ac_proxying         OBJ_id_pe,10L
    +
    +#define SN_sinfo_access         "subjectInfoAccess"
    +#define LN_sinfo_access         "Subject Information Access"
    +#define NID_sinfo_access                398
    +#define OBJ_sinfo_access                OBJ_id_pe,11L
    +
    +#define SN_proxyCertInfo                "proxyCertInfo"
    +#define LN_proxyCertInfo                "Proxy Certificate Information"
    +#define NID_proxyCertInfo               663
    +#define OBJ_proxyCertInfo               OBJ_id_pe,14L
    +
    +#define SN_id_qt_cps            "id-qt-cps"
    +#define LN_id_qt_cps            "Policy Qualifier CPS"
    +#define NID_id_qt_cps           164
    +#define OBJ_id_qt_cps           OBJ_id_qt,1L
    +
    +#define SN_id_qt_unotice                "id-qt-unotice"
    +#define LN_id_qt_unotice                "Policy Qualifier User Notice"
    +#define NID_id_qt_unotice               165
    +#define OBJ_id_qt_unotice               OBJ_id_qt,2L
    +
    +#define SN_textNotice           "textNotice"
    +#define NID_textNotice          293
    +#define OBJ_textNotice          OBJ_id_qt,3L
    +
    +#define SN_server_auth          "serverAuth"
    +#define LN_server_auth          "TLS Web Server Authentication"
    +#define NID_server_auth         129
    +#define OBJ_server_auth         OBJ_id_kp,1L
    +
    +#define SN_client_auth          "clientAuth"
    +#define LN_client_auth          "TLS Web Client Authentication"
    +#define NID_client_auth         130
    +#define OBJ_client_auth         OBJ_id_kp,2L
    +
    +#define SN_code_sign            "codeSigning"
    +#define LN_code_sign            "Code Signing"
    +#define NID_code_sign           131
    +#define OBJ_code_sign           OBJ_id_kp,3L
    +
    +#define SN_email_protect                "emailProtection"
    +#define LN_email_protect                "E-mail Protection"
    +#define NID_email_protect               132
    +#define OBJ_email_protect               OBJ_id_kp,4L
    +
    +#define SN_ipsecEndSystem               "ipsecEndSystem"
    +#define LN_ipsecEndSystem               "IPSec End System"
    +#define NID_ipsecEndSystem              294
    +#define OBJ_ipsecEndSystem              OBJ_id_kp,5L
    +
    +#define SN_ipsecTunnel          "ipsecTunnel"
    +#define LN_ipsecTunnel          "IPSec Tunnel"
    +#define NID_ipsecTunnel         295
    +#define OBJ_ipsecTunnel         OBJ_id_kp,6L
    +
    +#define SN_ipsecUser            "ipsecUser"
    +#define LN_ipsecUser            "IPSec User"
    +#define NID_ipsecUser           296
    +#define OBJ_ipsecUser           OBJ_id_kp,7L
    +
    +#define SN_time_stamp           "timeStamping"
    +#define LN_time_stamp           "Time Stamping"
    +#define NID_time_stamp          133
    +#define OBJ_time_stamp          OBJ_id_kp,8L
    +
    +#define SN_OCSP_sign            "OCSPSigning"
    +#define LN_OCSP_sign            "OCSP Signing"
    +#define NID_OCSP_sign           180
    +#define OBJ_OCSP_sign           OBJ_id_kp,9L
    +
    +#define SN_dvcs         "DVCS"
    +#define LN_dvcs         "dvcs"
    +#define NID_dvcs                297
    +#define OBJ_dvcs                OBJ_id_kp,10L
    +
    +#define SN_id_it_caProtEncCert          "id-it-caProtEncCert"
    +#define NID_id_it_caProtEncCert         298
    +#define OBJ_id_it_caProtEncCert         OBJ_id_it,1L
    +
    +#define SN_id_it_signKeyPairTypes               "id-it-signKeyPairTypes"
    +#define NID_id_it_signKeyPairTypes              299
    +#define OBJ_id_it_signKeyPairTypes              OBJ_id_it,2L
    +
    +#define SN_id_it_encKeyPairTypes                "id-it-encKeyPairTypes"
    +#define NID_id_it_encKeyPairTypes               300
    +#define OBJ_id_it_encKeyPairTypes               OBJ_id_it,3L
    +
    +#define SN_id_it_preferredSymmAlg               "id-it-preferredSymmAlg"
    +#define NID_id_it_preferredSymmAlg              301
    +#define OBJ_id_it_preferredSymmAlg              OBJ_id_it,4L
    +
    +#define SN_id_it_caKeyUpdateInfo                "id-it-caKeyUpdateInfo"
    +#define NID_id_it_caKeyUpdateInfo               302
    +#define OBJ_id_it_caKeyUpdateInfo               OBJ_id_it,5L
    +
    +#define SN_id_it_currentCRL             "id-it-currentCRL"
    +#define NID_id_it_currentCRL            303
    +#define OBJ_id_it_currentCRL            OBJ_id_it,6L
    +
    +#define SN_id_it_unsupportedOIDs                "id-it-unsupportedOIDs"
    +#define NID_id_it_unsupportedOIDs               304
    +#define OBJ_id_it_unsupportedOIDs               OBJ_id_it,7L
    +
    +#define SN_id_it_subscriptionRequest            "id-it-subscriptionRequest"
    +#define NID_id_it_subscriptionRequest           305
    +#define OBJ_id_it_subscriptionRequest           OBJ_id_it,8L
    +
    +#define SN_id_it_subscriptionResponse           "id-it-subscriptionResponse"
    +#define NID_id_it_subscriptionResponse          306
    +#define OBJ_id_it_subscriptionResponse          OBJ_id_it,9L
    +
    +#define SN_id_it_keyPairParamReq                "id-it-keyPairParamReq"
    +#define NID_id_it_keyPairParamReq               307
    +#define OBJ_id_it_keyPairParamReq               OBJ_id_it,10L
    +
    +#define SN_id_it_keyPairParamRep                "id-it-keyPairParamRep"
    +#define NID_id_it_keyPairParamRep               308
    +#define OBJ_id_it_keyPairParamRep               OBJ_id_it,11L
    +
    +#define SN_id_it_revPassphrase          "id-it-revPassphrase"
    +#define NID_id_it_revPassphrase         309
    +#define OBJ_id_it_revPassphrase         OBJ_id_it,12L
    +
    +#define SN_id_it_implicitConfirm                "id-it-implicitConfirm"
    +#define NID_id_it_implicitConfirm               310
    +#define OBJ_id_it_implicitConfirm               OBJ_id_it,13L
    +
    +#define SN_id_it_confirmWaitTime                "id-it-confirmWaitTime"
    +#define NID_id_it_confirmWaitTime               311
    +#define OBJ_id_it_confirmWaitTime               OBJ_id_it,14L
    +
    +#define SN_id_it_origPKIMessage         "id-it-origPKIMessage"
    +#define NID_id_it_origPKIMessage                312
    +#define OBJ_id_it_origPKIMessage                OBJ_id_it,15L
    +
    +#define SN_id_it_suppLangTags           "id-it-suppLangTags"
    +#define NID_id_it_suppLangTags          784
    +#define OBJ_id_it_suppLangTags          OBJ_id_it,16L
    +
    +#define SN_id_regCtrl           "id-regCtrl"
    +#define NID_id_regCtrl          313
    +#define OBJ_id_regCtrl          OBJ_id_pkip,1L
    +
    +#define SN_id_regInfo           "id-regInfo"
    +#define NID_id_regInfo          314
    +#define OBJ_id_regInfo          OBJ_id_pkip,2L
    +
    +#define SN_id_regCtrl_regToken          "id-regCtrl-regToken"
    +#define NID_id_regCtrl_regToken         315
    +#define OBJ_id_regCtrl_regToken         OBJ_id_regCtrl,1L
    +
    +#define SN_id_regCtrl_authenticator             "id-regCtrl-authenticator"
    +#define NID_id_regCtrl_authenticator            316
    +#define OBJ_id_regCtrl_authenticator            OBJ_id_regCtrl,2L
     
    -#define SN_pbe_WithSHA1And3_Key_TripleDES_CBC		"PBE-SHA1-3DES"
    -#define LN_pbe_WithSHA1And3_Key_TripleDES_CBC		"pbeWithSHA1And3-KeyTripleDES-CBC"
    -#define NID_pbe_WithSHA1And3_Key_TripleDES_CBC		146
    -#define OBJ_pbe_WithSHA1And3_Key_TripleDES_CBC		OBJ_pkcs12_pbeids,3L
    +#define SN_id_regCtrl_pkiPublicationInfo                "id-regCtrl-pkiPublicationInfo"
    +#define NID_id_regCtrl_pkiPublicationInfo               317
    +#define OBJ_id_regCtrl_pkiPublicationInfo               OBJ_id_regCtrl,3L
     
    -#define SN_pbe_WithSHA1And2_Key_TripleDES_CBC		"PBE-SHA1-2DES"
    -#define LN_pbe_WithSHA1And2_Key_TripleDES_CBC		"pbeWithSHA1And2-KeyTripleDES-CBC"
    -#define NID_pbe_WithSHA1And2_Key_TripleDES_CBC		147
    -#define OBJ_pbe_WithSHA1And2_Key_TripleDES_CBC		OBJ_pkcs12_pbeids,4L
    +#define SN_id_regCtrl_pkiArchiveOptions         "id-regCtrl-pkiArchiveOptions"
    +#define NID_id_regCtrl_pkiArchiveOptions                318
    +#define OBJ_id_regCtrl_pkiArchiveOptions                OBJ_id_regCtrl,4L
     
    -#define SN_pbe_WithSHA1And128BitRC2_CBC		"PBE-SHA1-RC2-128"
    -#define LN_pbe_WithSHA1And128BitRC2_CBC		"pbeWithSHA1And128BitRC2-CBC"
    -#define NID_pbe_WithSHA1And128BitRC2_CBC		148
    -#define OBJ_pbe_WithSHA1And128BitRC2_CBC		OBJ_pkcs12_pbeids,5L
    +#define SN_id_regCtrl_oldCertID         "id-regCtrl-oldCertID"
    +#define NID_id_regCtrl_oldCertID                319
    +#define OBJ_id_regCtrl_oldCertID                OBJ_id_regCtrl,5L
     
    -#define SN_pbe_WithSHA1And40BitRC2_CBC		"PBE-SHA1-RC2-40"
    -#define LN_pbe_WithSHA1And40BitRC2_CBC		"pbeWithSHA1And40BitRC2-CBC"
    -#define NID_pbe_WithSHA1And40BitRC2_CBC		149
    -#define OBJ_pbe_WithSHA1And40BitRC2_CBC		OBJ_pkcs12_pbeids,6L
    +#define SN_id_regCtrl_protocolEncrKey           "id-regCtrl-protocolEncrKey"
    +#define NID_id_regCtrl_protocolEncrKey          320
    +#define OBJ_id_regCtrl_protocolEncrKey          OBJ_id_regCtrl,6L
     
    -#define OBJ_pkcs12_Version1		OBJ_pkcs12,10L
    +#define SN_id_regInfo_utf8Pairs         "id-regInfo-utf8Pairs"
    +#define NID_id_regInfo_utf8Pairs                321
    +#define OBJ_id_regInfo_utf8Pairs                OBJ_id_regInfo,1L
     
    -#define OBJ_pkcs12_BagIds		OBJ_pkcs12_Version1,1L
    +#define SN_id_regInfo_certReq           "id-regInfo-certReq"
    +#define NID_id_regInfo_certReq          322
    +#define OBJ_id_regInfo_certReq          OBJ_id_regInfo,2L
     
    -#define LN_keyBag		"keyBag"
    -#define NID_keyBag		150
    -#define OBJ_keyBag		OBJ_pkcs12_BagIds,1L
    +#define SN_id_alg_des40         "id-alg-des40"
    +#define NID_id_alg_des40                323
    +#define OBJ_id_alg_des40                OBJ_id_alg,1L
     
    -#define LN_pkcs8ShroudedKeyBag		"pkcs8ShroudedKeyBag"
    -#define NID_pkcs8ShroudedKeyBag		151
    -#define OBJ_pkcs8ShroudedKeyBag		OBJ_pkcs12_BagIds,2L
    +#define SN_id_alg_noSignature           "id-alg-noSignature"
    +#define NID_id_alg_noSignature          324
    +#define OBJ_id_alg_noSignature          OBJ_id_alg,2L
     
    -#define LN_certBag		"certBag"
    -#define NID_certBag		152
    -#define OBJ_certBag		OBJ_pkcs12_BagIds,3L
    +#define SN_id_alg_dh_sig_hmac_sha1              "id-alg-dh-sig-hmac-sha1"
    +#define NID_id_alg_dh_sig_hmac_sha1             325
    +#define OBJ_id_alg_dh_sig_hmac_sha1             OBJ_id_alg,3L
     
    -#define LN_crlBag		"crlBag"
    -#define NID_crlBag		153
    -#define OBJ_crlBag		OBJ_pkcs12_BagIds,4L
    +#define SN_id_alg_dh_pop                "id-alg-dh-pop"
    +#define NID_id_alg_dh_pop               326
    +#define OBJ_id_alg_dh_pop               OBJ_id_alg,4L
     
    -#define LN_secretBag		"secretBag"
    -#define NID_secretBag		154
    -#define OBJ_secretBag		OBJ_pkcs12_BagIds,5L
    +#define SN_id_cmc_statusInfo            "id-cmc-statusInfo"
    +#define NID_id_cmc_statusInfo           327
    +#define OBJ_id_cmc_statusInfo           OBJ_id_cmc,1L
     
    -#define LN_safeContentsBag		"safeContentsBag"
    -#define NID_safeContentsBag		155
    -#define OBJ_safeContentsBag		OBJ_pkcs12_BagIds,6L
    +#define SN_id_cmc_identification                "id-cmc-identification"
    +#define NID_id_cmc_identification               328
    +#define OBJ_id_cmc_identification               OBJ_id_cmc,2L
     
    -#define SN_md2		"MD2"
    -#define LN_md2		"md2"
    -#define NID_md2		3
    -#define OBJ_md2		OBJ_rsadsi,2L,2L
    -
    -#define SN_md4		"MD4"
    -#define LN_md4		"md4"
    -#define NID_md4		257
    -#define OBJ_md4		OBJ_rsadsi,2L,4L
    -
    -#define SN_md5		"MD5"
    -#define LN_md5		"md5"
    -#define NID_md5		4
    -#define OBJ_md5		OBJ_rsadsi,2L,5L
    -
    -#define SN_md5_sha1		"MD5-SHA1"
    -#define LN_md5_sha1		"md5-sha1"
    -#define NID_md5_sha1		114
    -
    -#define LN_hmacWithMD5		"hmacWithMD5"
    -#define NID_hmacWithMD5		797
    -#define OBJ_hmacWithMD5		OBJ_rsadsi,2L,6L
    -
    -#define LN_hmacWithSHA1		"hmacWithSHA1"
    -#define NID_hmacWithSHA1		163
    -#define OBJ_hmacWithSHA1		OBJ_rsadsi,2L,7L
    -
    -#define LN_hmacWithSHA224		"hmacWithSHA224"
    -#define NID_hmacWithSHA224		798
    -#define OBJ_hmacWithSHA224		OBJ_rsadsi,2L,8L
    -
    -#define LN_hmacWithSHA256		"hmacWithSHA256"
    -#define NID_hmacWithSHA256		799
    -#define OBJ_hmacWithSHA256		OBJ_rsadsi,2L,9L
    -
    -#define LN_hmacWithSHA384		"hmacWithSHA384"
    -#define NID_hmacWithSHA384		800
    -#define OBJ_hmacWithSHA384		OBJ_rsadsi,2L,10L
    -
    -#define LN_hmacWithSHA512		"hmacWithSHA512"
    -#define NID_hmacWithSHA512		801
    -#define OBJ_hmacWithSHA512		OBJ_rsadsi,2L,11L
    -
    -#define SN_rc2_cbc		"RC2-CBC"
    -#define LN_rc2_cbc		"rc2-cbc"
    -#define NID_rc2_cbc		37
    -#define OBJ_rc2_cbc		OBJ_rsadsi,3L,2L
    -
    -#define SN_rc2_ecb		"RC2-ECB"
    -#define LN_rc2_ecb		"rc2-ecb"
    -#define NID_rc2_ecb		38
    -
    -#define SN_rc2_cfb64		"RC2-CFB"
    -#define LN_rc2_cfb64		"rc2-cfb"
    -#define NID_rc2_cfb64		39
    -
    -#define SN_rc2_ofb64		"RC2-OFB"
    -#define LN_rc2_ofb64		"rc2-ofb"
    -#define NID_rc2_ofb64		40
    -
    -#define SN_rc2_40_cbc		"RC2-40-CBC"
    -#define LN_rc2_40_cbc		"rc2-40-cbc"
    -#define NID_rc2_40_cbc		98
    -
    -#define SN_rc2_64_cbc		"RC2-64-CBC"
    -#define LN_rc2_64_cbc		"rc2-64-cbc"
    -#define NID_rc2_64_cbc		166
    -
    -#define SN_rc4		"RC4"
    -#define LN_rc4		"rc4"
    -#define NID_rc4		5
    -#define OBJ_rc4		OBJ_rsadsi,3L,4L
    -
    -#define SN_rc4_40		"RC4-40"
    -#define LN_rc4_40		"rc4-40"
    -#define NID_rc4_40		97
    -
    -#define SN_des_ede3_cbc		"DES-EDE3-CBC"
    -#define LN_des_ede3_cbc		"des-ede3-cbc"
    -#define NID_des_ede3_cbc		44
    -#define OBJ_des_ede3_cbc		OBJ_rsadsi,3L,7L
    -
    -#define SN_rc5_cbc		"RC5-CBC"
    -#define LN_rc5_cbc		"rc5-cbc"
    -#define NID_rc5_cbc		120
    -#define OBJ_rc5_cbc		OBJ_rsadsi,3L,8L
    -
    -#define SN_rc5_ecb		"RC5-ECB"
    -#define LN_rc5_ecb		"rc5-ecb"
    -#define NID_rc5_ecb		121
    -
    -#define SN_rc5_cfb64		"RC5-CFB"
    -#define LN_rc5_cfb64		"rc5-cfb"
    -#define NID_rc5_cfb64		122
    -
    -#define SN_rc5_ofb64		"RC5-OFB"
    -#define LN_rc5_ofb64		"rc5-ofb"
    -#define NID_rc5_ofb64		123
    -
    -#define SN_ms_ext_req		"msExtReq"
    -#define LN_ms_ext_req		"Microsoft Extension Request"
    -#define NID_ms_ext_req		171
    -#define OBJ_ms_ext_req		1L,3L,6L,1L,4L,1L,311L,2L,1L,14L
    -
    -#define SN_ms_code_ind		"msCodeInd"
    -#define LN_ms_code_ind		"Microsoft Individual Code Signing"
    -#define NID_ms_code_ind		134
    -#define OBJ_ms_code_ind		1L,3L,6L,1L,4L,1L,311L,2L,1L,21L
    -
    -#define SN_ms_code_com		"msCodeCom"
    -#define LN_ms_code_com		"Microsoft Commercial Code Signing"
    -#define NID_ms_code_com		135
    -#define OBJ_ms_code_com		1L,3L,6L,1L,4L,1L,311L,2L,1L,22L
    -
    -#define SN_ms_ctl_sign		"msCTLSign"
    -#define LN_ms_ctl_sign		"Microsoft Trust List Signing"
    -#define NID_ms_ctl_sign		136
    -#define OBJ_ms_ctl_sign		1L,3L,6L,1L,4L,1L,311L,10L,3L,1L
    -
    -#define SN_ms_sgc		"msSGC"
    -#define LN_ms_sgc		"Microsoft Server Gated Crypto"
    -#define NID_ms_sgc		137
    -#define OBJ_ms_sgc		1L,3L,6L,1L,4L,1L,311L,10L,3L,3L
    -
    -#define SN_ms_efs		"msEFS"
    -#define LN_ms_efs		"Microsoft Encrypted File System"
    -#define NID_ms_efs		138
    -#define OBJ_ms_efs		1L,3L,6L,1L,4L,1L,311L,10L,3L,4L
    -
    -#define SN_ms_smartcard_login		"msSmartcardLogin"
    -#define LN_ms_smartcard_login		"Microsoft Smartcardlogin"
    -#define NID_ms_smartcard_login		648
    -#define OBJ_ms_smartcard_login		1L,3L,6L,1L,4L,1L,311L,20L,2L,2L
    -
    -#define SN_ms_upn		"msUPN"
    -#define LN_ms_upn		"Microsoft Universal Principal Name"
    -#define NID_ms_upn		649
    -#define OBJ_ms_upn		1L,3L,6L,1L,4L,1L,311L,20L,2L,3L
    -
    -#define SN_idea_cbc		"IDEA-CBC"
    -#define LN_idea_cbc		"idea-cbc"
    -#define NID_idea_cbc		34
    -#define OBJ_idea_cbc		1L,3L,6L,1L,4L,1L,188L,7L,1L,1L,2L
    -
    -#define SN_idea_ecb		"IDEA-ECB"
    -#define LN_idea_ecb		"idea-ecb"
    -#define NID_idea_ecb		36
    -
    -#define SN_idea_cfb64		"IDEA-CFB"
    -#define LN_idea_cfb64		"idea-cfb"
    -#define NID_idea_cfb64		35
    -
    -#define SN_idea_ofb64		"IDEA-OFB"
    -#define LN_idea_ofb64		"idea-ofb"
    -#define NID_idea_ofb64		46
    -
    -#define SN_bf_cbc		"BF-CBC"
    -#define LN_bf_cbc		"bf-cbc"
    -#define NID_bf_cbc		91
    -#define OBJ_bf_cbc		1L,3L,6L,1L,4L,1L,3029L,1L,2L
    -
    -#define SN_bf_ecb		"BF-ECB"
    -#define LN_bf_ecb		"bf-ecb"
    -#define NID_bf_ecb		92
    -
    -#define SN_bf_cfb64		"BF-CFB"
    -#define LN_bf_cfb64		"bf-cfb"
    -#define NID_bf_cfb64		93
    -
    -#define SN_bf_ofb64		"BF-OFB"
    -#define LN_bf_ofb64		"bf-ofb"
    -#define NID_bf_ofb64		94
    -
    -#define SN_id_pkix		"PKIX"
    -#define NID_id_pkix		127
    -#define OBJ_id_pkix		1L,3L,6L,1L,5L,5L,7L
    -
    -#define SN_id_pkix_mod		"id-pkix-mod"
    -#define NID_id_pkix_mod		258
    -#define OBJ_id_pkix_mod		OBJ_id_pkix,0L
    -
    -#define SN_id_pe		"id-pe"
    -#define NID_id_pe		175
    -#define OBJ_id_pe		OBJ_id_pkix,1L
    -
    -#define SN_id_qt		"id-qt"
    -#define NID_id_qt		259
    -#define OBJ_id_qt		OBJ_id_pkix,2L
    -
    -#define SN_id_kp		"id-kp"
    -#define NID_id_kp		128
    -#define OBJ_id_kp		OBJ_id_pkix,3L
    -
    -#define SN_id_it		"id-it"
    -#define NID_id_it		260
    -#define OBJ_id_it		OBJ_id_pkix,4L
    -
    -#define SN_id_pkip		"id-pkip"
    -#define NID_id_pkip		261
    -#define OBJ_id_pkip		OBJ_id_pkix,5L
    -
    -#define SN_id_alg		"id-alg"
    -#define NID_id_alg		262
    -#define OBJ_id_alg		OBJ_id_pkix,6L
    -
    -#define SN_id_cmc		"id-cmc"
    -#define NID_id_cmc		263
    -#define OBJ_id_cmc		OBJ_id_pkix,7L
    -
    -#define SN_id_on		"id-on"
    -#define NID_id_on		264
    -#define OBJ_id_on		OBJ_id_pkix,8L
    -
    -#define SN_id_pda		"id-pda"
    -#define NID_id_pda		265
    -#define OBJ_id_pda		OBJ_id_pkix,9L
    -
    -#define SN_id_aca		"id-aca"
    -#define NID_id_aca		266
    -#define OBJ_id_aca		OBJ_id_pkix,10L
    -
    -#define SN_id_qcs		"id-qcs"
    -#define NID_id_qcs		267
    -#define OBJ_id_qcs		OBJ_id_pkix,11L
    -
    -#define SN_id_cct		"id-cct"
    -#define NID_id_cct		268
    -#define OBJ_id_cct		OBJ_id_pkix,12L
    -
    -#define SN_id_ppl		"id-ppl"
    -#define NID_id_ppl		662
    -#define OBJ_id_ppl		OBJ_id_pkix,21L
    -
    -#define SN_id_ad		"id-ad"
    -#define NID_id_ad		176
    -#define OBJ_id_ad		OBJ_id_pkix,48L
    -
    -#define SN_id_pkix1_explicit_88		"id-pkix1-explicit-88"
    -#define NID_id_pkix1_explicit_88		269
    -#define OBJ_id_pkix1_explicit_88		OBJ_id_pkix_mod,1L
    -
    -#define SN_id_pkix1_implicit_88		"id-pkix1-implicit-88"
    -#define NID_id_pkix1_implicit_88		270
    -#define OBJ_id_pkix1_implicit_88		OBJ_id_pkix_mod,2L
    -
    -#define SN_id_pkix1_explicit_93		"id-pkix1-explicit-93"
    -#define NID_id_pkix1_explicit_93		271
    -#define OBJ_id_pkix1_explicit_93		OBJ_id_pkix_mod,3L
    -
    -#define SN_id_pkix1_implicit_93		"id-pkix1-implicit-93"
    -#define NID_id_pkix1_implicit_93		272
    -#define OBJ_id_pkix1_implicit_93		OBJ_id_pkix_mod,4L
    -
    -#define SN_id_mod_crmf		"id-mod-crmf"
    -#define NID_id_mod_crmf		273
    -#define OBJ_id_mod_crmf		OBJ_id_pkix_mod,5L
    -
    -#define SN_id_mod_cmc		"id-mod-cmc"
    -#define NID_id_mod_cmc		274
    -#define OBJ_id_mod_cmc		OBJ_id_pkix_mod,6L
    -
    -#define SN_id_mod_kea_profile_88		"id-mod-kea-profile-88"
    -#define NID_id_mod_kea_profile_88		275
    -#define OBJ_id_mod_kea_profile_88		OBJ_id_pkix_mod,7L
    -
    -#define SN_id_mod_kea_profile_93		"id-mod-kea-profile-93"
    -#define NID_id_mod_kea_profile_93		276
    -#define OBJ_id_mod_kea_profile_93		OBJ_id_pkix_mod,8L
    -
    -#define SN_id_mod_cmp		"id-mod-cmp"
    -#define NID_id_mod_cmp		277
    -#define OBJ_id_mod_cmp		OBJ_id_pkix_mod,9L
    -
    -#define SN_id_mod_qualified_cert_88		"id-mod-qualified-cert-88"
    -#define NID_id_mod_qualified_cert_88		278
    -#define OBJ_id_mod_qualified_cert_88		OBJ_id_pkix_mod,10L
    -
    -#define SN_id_mod_qualified_cert_93		"id-mod-qualified-cert-93"
    -#define NID_id_mod_qualified_cert_93		279
    -#define OBJ_id_mod_qualified_cert_93		OBJ_id_pkix_mod,11L
    -
    -#define SN_id_mod_attribute_cert		"id-mod-attribute-cert"
    -#define NID_id_mod_attribute_cert		280
    -#define OBJ_id_mod_attribute_cert		OBJ_id_pkix_mod,12L
    -
    -#define SN_id_mod_timestamp_protocol		"id-mod-timestamp-protocol"
    -#define NID_id_mod_timestamp_protocol		281
    -#define OBJ_id_mod_timestamp_protocol		OBJ_id_pkix_mod,13L
    -
    -#define SN_id_mod_ocsp		"id-mod-ocsp"
    -#define NID_id_mod_ocsp		282
    -#define OBJ_id_mod_ocsp		OBJ_id_pkix_mod,14L
    -
    -#define SN_id_mod_dvcs		"id-mod-dvcs"
    -#define NID_id_mod_dvcs		283
    -#define OBJ_id_mod_dvcs		OBJ_id_pkix_mod,15L
    -
    -#define SN_id_mod_cmp2000		"id-mod-cmp2000"
    -#define NID_id_mod_cmp2000		284
    -#define OBJ_id_mod_cmp2000		OBJ_id_pkix_mod,16L
    -
    -#define SN_info_access		"authorityInfoAccess"
    -#define LN_info_access		"Authority Information Access"
    -#define NID_info_access		177
    -#define OBJ_info_access		OBJ_id_pe,1L
    -
    -#define SN_biometricInfo		"biometricInfo"
    -#define LN_biometricInfo		"Biometric Info"
    -#define NID_biometricInfo		285
    -#define OBJ_biometricInfo		OBJ_id_pe,2L
    -
    -#define SN_qcStatements		"qcStatements"
    -#define NID_qcStatements		286
    -#define OBJ_qcStatements		OBJ_id_pe,3L
    -
    -#define SN_ac_auditEntity		"ac-auditEntity"
    -#define NID_ac_auditEntity		287
    -#define OBJ_ac_auditEntity		OBJ_id_pe,4L
    -
    -#define SN_ac_targeting		"ac-targeting"
    -#define NID_ac_targeting		288
    -#define OBJ_ac_targeting		OBJ_id_pe,5L
    -
    -#define SN_aaControls		"aaControls"
    -#define NID_aaControls		289
    -#define OBJ_aaControls		OBJ_id_pe,6L
    -
    -#define SN_sbgp_ipAddrBlock		"sbgp-ipAddrBlock"
    -#define NID_sbgp_ipAddrBlock		290
    -#define OBJ_sbgp_ipAddrBlock		OBJ_id_pe,7L
    -
    -#define SN_sbgp_autonomousSysNum		"sbgp-autonomousSysNum"
    -#define NID_sbgp_autonomousSysNum		291
    -#define OBJ_sbgp_autonomousSysNum		OBJ_id_pe,8L
    -
    -#define SN_sbgp_routerIdentifier		"sbgp-routerIdentifier"
    -#define NID_sbgp_routerIdentifier		292
    -#define OBJ_sbgp_routerIdentifier		OBJ_id_pe,9L
    -
    -#define SN_ac_proxying		"ac-proxying"
    -#define NID_ac_proxying		397
    -#define OBJ_ac_proxying		OBJ_id_pe,10L
    -
    -#define SN_sinfo_access		"subjectInfoAccess"
    -#define LN_sinfo_access		"Subject Information Access"
    -#define NID_sinfo_access		398
    -#define OBJ_sinfo_access		OBJ_id_pe,11L
    -
    -#define SN_proxyCertInfo		"proxyCertInfo"
    -#define LN_proxyCertInfo		"Proxy Certificate Information"
    -#define NID_proxyCertInfo		663
    -#define OBJ_proxyCertInfo		OBJ_id_pe,14L
    -
    -#define SN_id_qt_cps		"id-qt-cps"
    -#define LN_id_qt_cps		"Policy Qualifier CPS"
    -#define NID_id_qt_cps		164
    -#define OBJ_id_qt_cps		OBJ_id_qt,1L
    -
    -#define SN_id_qt_unotice		"id-qt-unotice"
    -#define LN_id_qt_unotice		"Policy Qualifier User Notice"
    -#define NID_id_qt_unotice		165
    -#define OBJ_id_qt_unotice		OBJ_id_qt,2L
    -
    -#define SN_textNotice		"textNotice"
    -#define NID_textNotice		293
    -#define OBJ_textNotice		OBJ_id_qt,3L
    -
    -#define SN_server_auth		"serverAuth"
    -#define LN_server_auth		"TLS Web Server Authentication"
    -#define NID_server_auth		129
    -#define OBJ_server_auth		OBJ_id_kp,1L
    -
    -#define SN_client_auth		"clientAuth"
    -#define LN_client_auth		"TLS Web Client Authentication"
    -#define NID_client_auth		130
    -#define OBJ_client_auth		OBJ_id_kp,2L
    -
    -#define SN_code_sign		"codeSigning"
    -#define LN_code_sign		"Code Signing"
    -#define NID_code_sign		131
    -#define OBJ_code_sign		OBJ_id_kp,3L
    -
    -#define SN_email_protect		"emailProtection"
    -#define LN_email_protect		"E-mail Protection"
    -#define NID_email_protect		132
    -#define OBJ_email_protect		OBJ_id_kp,4L
    -
    -#define SN_ipsecEndSystem		"ipsecEndSystem"
    -#define LN_ipsecEndSystem		"IPSec End System"
    -#define NID_ipsecEndSystem		294
    -#define OBJ_ipsecEndSystem		OBJ_id_kp,5L
    -
    -#define SN_ipsecTunnel		"ipsecTunnel"
    -#define LN_ipsecTunnel		"IPSec Tunnel"
    -#define NID_ipsecTunnel		295
    -#define OBJ_ipsecTunnel		OBJ_id_kp,6L
    -
    -#define SN_ipsecUser		"ipsecUser"
    -#define LN_ipsecUser		"IPSec User"
    -#define NID_ipsecUser		296
    -#define OBJ_ipsecUser		OBJ_id_kp,7L
    -
    -#define SN_time_stamp		"timeStamping"
    -#define LN_time_stamp		"Time Stamping"
    -#define NID_time_stamp		133
    -#define OBJ_time_stamp		OBJ_id_kp,8L
    -
    -#define SN_OCSP_sign		"OCSPSigning"
    -#define LN_OCSP_sign		"OCSP Signing"
    -#define NID_OCSP_sign		180
    -#define OBJ_OCSP_sign		OBJ_id_kp,9L
    -
    -#define SN_dvcs		"DVCS"
    -#define LN_dvcs		"dvcs"
    -#define NID_dvcs		297
    -#define OBJ_dvcs		OBJ_id_kp,10L
    -
    -#define SN_id_it_caProtEncCert		"id-it-caProtEncCert"
    -#define NID_id_it_caProtEncCert		298
    -#define OBJ_id_it_caProtEncCert		OBJ_id_it,1L
    -
    -#define SN_id_it_signKeyPairTypes		"id-it-signKeyPairTypes"
    -#define NID_id_it_signKeyPairTypes		299
    -#define OBJ_id_it_signKeyPairTypes		OBJ_id_it,2L
    -
    -#define SN_id_it_encKeyPairTypes		"id-it-encKeyPairTypes"
    -#define NID_id_it_encKeyPairTypes		300
    -#define OBJ_id_it_encKeyPairTypes		OBJ_id_it,3L
    -
    -#define SN_id_it_preferredSymmAlg		"id-it-preferredSymmAlg"
    -#define NID_id_it_preferredSymmAlg		301
    -#define OBJ_id_it_preferredSymmAlg		OBJ_id_it,4L
    -
    -#define SN_id_it_caKeyUpdateInfo		"id-it-caKeyUpdateInfo"
    -#define NID_id_it_caKeyUpdateInfo		302
    -#define OBJ_id_it_caKeyUpdateInfo		OBJ_id_it,5L
    -
    -#define SN_id_it_currentCRL		"id-it-currentCRL"
    -#define NID_id_it_currentCRL		303
    -#define OBJ_id_it_currentCRL		OBJ_id_it,6L
    -
    -#define SN_id_it_unsupportedOIDs		"id-it-unsupportedOIDs"
    -#define NID_id_it_unsupportedOIDs		304
    -#define OBJ_id_it_unsupportedOIDs		OBJ_id_it,7L
    -
    -#define SN_id_it_subscriptionRequest		"id-it-subscriptionRequest"
    -#define NID_id_it_subscriptionRequest		305
    -#define OBJ_id_it_subscriptionRequest		OBJ_id_it,8L
    -
    -#define SN_id_it_subscriptionResponse		"id-it-subscriptionResponse"
    -#define NID_id_it_subscriptionResponse		306
    -#define OBJ_id_it_subscriptionResponse		OBJ_id_it,9L
    -
    -#define SN_id_it_keyPairParamReq		"id-it-keyPairParamReq"
    -#define NID_id_it_keyPairParamReq		307
    -#define OBJ_id_it_keyPairParamReq		OBJ_id_it,10L
    -
    -#define SN_id_it_keyPairParamRep		"id-it-keyPairParamRep"
    -#define NID_id_it_keyPairParamRep		308
    -#define OBJ_id_it_keyPairParamRep		OBJ_id_it,11L
    -
    -#define SN_id_it_revPassphrase		"id-it-revPassphrase"
    -#define NID_id_it_revPassphrase		309
    -#define OBJ_id_it_revPassphrase		OBJ_id_it,12L
    -
    -#define SN_id_it_implicitConfirm		"id-it-implicitConfirm"
    -#define NID_id_it_implicitConfirm		310
    -#define OBJ_id_it_implicitConfirm		OBJ_id_it,13L
    -
    -#define SN_id_it_confirmWaitTime		"id-it-confirmWaitTime"
    -#define NID_id_it_confirmWaitTime		311
    -#define OBJ_id_it_confirmWaitTime		OBJ_id_it,14L
    -
    -#define SN_id_it_origPKIMessage		"id-it-origPKIMessage"
    -#define NID_id_it_origPKIMessage		312
    -#define OBJ_id_it_origPKIMessage		OBJ_id_it,15L
    -
    -#define SN_id_it_suppLangTags		"id-it-suppLangTags"
    -#define NID_id_it_suppLangTags		784
    -#define OBJ_id_it_suppLangTags		OBJ_id_it,16L
    -
    -#define SN_id_regCtrl		"id-regCtrl"
    -#define NID_id_regCtrl		313
    -#define OBJ_id_regCtrl		OBJ_id_pkip,1L
    -
    -#define SN_id_regInfo		"id-regInfo"
    -#define NID_id_regInfo		314
    -#define OBJ_id_regInfo		OBJ_id_pkip,2L
    -
    -#define SN_id_regCtrl_regToken		"id-regCtrl-regToken"
    -#define NID_id_regCtrl_regToken		315
    -#define OBJ_id_regCtrl_regToken		OBJ_id_regCtrl,1L
    -
    -#define SN_id_regCtrl_authenticator		"id-regCtrl-authenticator"
    -#define NID_id_regCtrl_authenticator		316
    -#define OBJ_id_regCtrl_authenticator		OBJ_id_regCtrl,2L
    +#define SN_id_cmc_identityProof         "id-cmc-identityProof"
    +#define NID_id_cmc_identityProof                329
    +#define OBJ_id_cmc_identityProof                OBJ_id_cmc,3L
     
    -#define SN_id_regCtrl_pkiPublicationInfo		"id-regCtrl-pkiPublicationInfo"
    -#define NID_id_regCtrl_pkiPublicationInfo		317
    -#define OBJ_id_regCtrl_pkiPublicationInfo		OBJ_id_regCtrl,3L
    +#define SN_id_cmc_dataReturn            "id-cmc-dataReturn"
    +#define NID_id_cmc_dataReturn           330
    +#define OBJ_id_cmc_dataReturn           OBJ_id_cmc,4L
     
    -#define SN_id_regCtrl_pkiArchiveOptions		"id-regCtrl-pkiArchiveOptions"
    -#define NID_id_regCtrl_pkiArchiveOptions		318
    -#define OBJ_id_regCtrl_pkiArchiveOptions		OBJ_id_regCtrl,4L
    +#define SN_id_cmc_transactionId         "id-cmc-transactionId"
    +#define NID_id_cmc_transactionId                331
    +#define OBJ_id_cmc_transactionId                OBJ_id_cmc,5L
     
    -#define SN_id_regCtrl_oldCertID		"id-regCtrl-oldCertID"
    -#define NID_id_regCtrl_oldCertID		319
    -#define OBJ_id_regCtrl_oldCertID		OBJ_id_regCtrl,5L
    +#define SN_id_cmc_senderNonce           "id-cmc-senderNonce"
    +#define NID_id_cmc_senderNonce          332
    +#define OBJ_id_cmc_senderNonce          OBJ_id_cmc,6L
     
    -#define SN_id_regCtrl_protocolEncrKey		"id-regCtrl-protocolEncrKey"
    -#define NID_id_regCtrl_protocolEncrKey		320
    -#define OBJ_id_regCtrl_protocolEncrKey		OBJ_id_regCtrl,6L
    +#define SN_id_cmc_recipientNonce                "id-cmc-recipientNonce"
    +#define NID_id_cmc_recipientNonce               333
    +#define OBJ_id_cmc_recipientNonce               OBJ_id_cmc,7L
     
    -#define SN_id_regInfo_utf8Pairs		"id-regInfo-utf8Pairs"
    -#define NID_id_regInfo_utf8Pairs		321
    -#define OBJ_id_regInfo_utf8Pairs		OBJ_id_regInfo,1L
    +#define SN_id_cmc_addExtensions         "id-cmc-addExtensions"
    +#define NID_id_cmc_addExtensions                334
    +#define OBJ_id_cmc_addExtensions                OBJ_id_cmc,8L
     
    -#define SN_id_regInfo_certReq		"id-regInfo-certReq"
    -#define NID_id_regInfo_certReq		322
    -#define OBJ_id_regInfo_certReq		OBJ_id_regInfo,2L
    +#define SN_id_cmc_encryptedPOP          "id-cmc-encryptedPOP"
    +#define NID_id_cmc_encryptedPOP         335
    +#define OBJ_id_cmc_encryptedPOP         OBJ_id_cmc,9L
     
    -#define SN_id_alg_des40		"id-alg-des40"
    -#define NID_id_alg_des40		323
    -#define OBJ_id_alg_des40		OBJ_id_alg,1L
    +#define SN_id_cmc_decryptedPOP          "id-cmc-decryptedPOP"
    +#define NID_id_cmc_decryptedPOP         336
    +#define OBJ_id_cmc_decryptedPOP         OBJ_id_cmc,10L
     
    -#define SN_id_alg_noSignature		"id-alg-noSignature"
    -#define NID_id_alg_noSignature		324
    -#define OBJ_id_alg_noSignature		OBJ_id_alg,2L
    +#define SN_id_cmc_lraPOPWitness         "id-cmc-lraPOPWitness"
    +#define NID_id_cmc_lraPOPWitness                337
    +#define OBJ_id_cmc_lraPOPWitness                OBJ_id_cmc,11L
     
    -#define SN_id_alg_dh_sig_hmac_sha1		"id-alg-dh-sig-hmac-sha1"
    -#define NID_id_alg_dh_sig_hmac_sha1		325
    -#define OBJ_id_alg_dh_sig_hmac_sha1		OBJ_id_alg,3L
    +#define SN_id_cmc_getCert               "id-cmc-getCert"
    +#define NID_id_cmc_getCert              338
    +#define OBJ_id_cmc_getCert              OBJ_id_cmc,15L
     
    -#define SN_id_alg_dh_pop		"id-alg-dh-pop"
    -#define NID_id_alg_dh_pop		326
    -#define OBJ_id_alg_dh_pop		OBJ_id_alg,4L
    +#define SN_id_cmc_getCRL                "id-cmc-getCRL"
    +#define NID_id_cmc_getCRL               339
    +#define OBJ_id_cmc_getCRL               OBJ_id_cmc,16L
     
    -#define SN_id_cmc_statusInfo		"id-cmc-statusInfo"
    -#define NID_id_cmc_statusInfo		327
    -#define OBJ_id_cmc_statusInfo		OBJ_id_cmc,1L
    +#define SN_id_cmc_revokeRequest         "id-cmc-revokeRequest"
    +#define NID_id_cmc_revokeRequest                340
    +#define OBJ_id_cmc_revokeRequest                OBJ_id_cmc,17L
     
    -#define SN_id_cmc_identification		"id-cmc-identification"
    -#define NID_id_cmc_identification		328
    -#define OBJ_id_cmc_identification		OBJ_id_cmc,2L
    +#define SN_id_cmc_regInfo               "id-cmc-regInfo"
    +#define NID_id_cmc_regInfo              341
    +#define OBJ_id_cmc_regInfo              OBJ_id_cmc,18L
     
    -#define SN_id_cmc_identityProof		"id-cmc-identityProof"
    -#define NID_id_cmc_identityProof		329
    -#define OBJ_id_cmc_identityProof		OBJ_id_cmc,3L
    +#define SN_id_cmc_responseInfo          "id-cmc-responseInfo"
    +#define NID_id_cmc_responseInfo         342
    +#define OBJ_id_cmc_responseInfo         OBJ_id_cmc,19L
     
    -#define SN_id_cmc_dataReturn		"id-cmc-dataReturn"
    -#define NID_id_cmc_dataReturn		330
    -#define OBJ_id_cmc_dataReturn		OBJ_id_cmc,4L
    +#define SN_id_cmc_queryPending          "id-cmc-queryPending"
    +#define NID_id_cmc_queryPending         343
    +#define OBJ_id_cmc_queryPending         OBJ_id_cmc,21L
    +
    +#define SN_id_cmc_popLinkRandom         "id-cmc-popLinkRandom"
    +#define NID_id_cmc_popLinkRandom                344
    +#define OBJ_id_cmc_popLinkRandom                OBJ_id_cmc,22L
    +
    +#define SN_id_cmc_popLinkWitness                "id-cmc-popLinkWitness"
    +#define NID_id_cmc_popLinkWitness               345
    +#define OBJ_id_cmc_popLinkWitness               OBJ_id_cmc,23L
    +
    +#define SN_id_cmc_confirmCertAcceptance         "id-cmc-confirmCertAcceptance"
    +#define NID_id_cmc_confirmCertAcceptance                346
    +#define OBJ_id_cmc_confirmCertAcceptance                OBJ_id_cmc,24L
    +
    +#define SN_id_on_personalData           "id-on-personalData"
    +#define NID_id_on_personalData          347
    +#define OBJ_id_on_personalData          OBJ_id_on,1L
    +
    +#define SN_id_on_permanentIdentifier            "id-on-permanentIdentifier"
    +#define LN_id_on_permanentIdentifier            "Permanent Identifier"
    +#define NID_id_on_permanentIdentifier           858
    +#define OBJ_id_on_permanentIdentifier           OBJ_id_on,3L
    +
    +#define SN_id_pda_dateOfBirth           "id-pda-dateOfBirth"
    +#define NID_id_pda_dateOfBirth          348
    +#define OBJ_id_pda_dateOfBirth          OBJ_id_pda,1L
    +
    +#define SN_id_pda_placeOfBirth          "id-pda-placeOfBirth"
    +#define NID_id_pda_placeOfBirth         349
    +#define OBJ_id_pda_placeOfBirth         OBJ_id_pda,2L
    +
    +#define SN_id_pda_gender                "id-pda-gender"
    +#define NID_id_pda_gender               351
    +#define OBJ_id_pda_gender               OBJ_id_pda,3L
    +
    +#define SN_id_pda_countryOfCitizenship          "id-pda-countryOfCitizenship"
    +#define NID_id_pda_countryOfCitizenship         352
    +#define OBJ_id_pda_countryOfCitizenship         OBJ_id_pda,4L
    +
    +#define SN_id_pda_countryOfResidence            "id-pda-countryOfResidence"
    +#define NID_id_pda_countryOfResidence           353
    +#define OBJ_id_pda_countryOfResidence           OBJ_id_pda,5L
    +
    +#define SN_id_aca_authenticationInfo            "id-aca-authenticationInfo"
    +#define NID_id_aca_authenticationInfo           354
    +#define OBJ_id_aca_authenticationInfo           OBJ_id_aca,1L
    +
    +#define SN_id_aca_accessIdentity                "id-aca-accessIdentity"
    +#define NID_id_aca_accessIdentity               355
    +#define OBJ_id_aca_accessIdentity               OBJ_id_aca,2L
    +
    +#define SN_id_aca_chargingIdentity              "id-aca-chargingIdentity"
    +#define NID_id_aca_chargingIdentity             356
    +#define OBJ_id_aca_chargingIdentity             OBJ_id_aca,3L
    +
    +#define SN_id_aca_group         "id-aca-group"
    +#define NID_id_aca_group                357
    +#define OBJ_id_aca_group                OBJ_id_aca,4L
    +
    +#define SN_id_aca_role          "id-aca-role"
    +#define NID_id_aca_role         358
    +#define OBJ_id_aca_role         OBJ_id_aca,5L
    +
    +#define SN_id_aca_encAttrs              "id-aca-encAttrs"
    +#define NID_id_aca_encAttrs             399
    +#define OBJ_id_aca_encAttrs             OBJ_id_aca,6L
    +
    +#define SN_id_qcs_pkixQCSyntax_v1               "id-qcs-pkixQCSyntax-v1"
    +#define NID_id_qcs_pkixQCSyntax_v1              359
    +#define OBJ_id_qcs_pkixQCSyntax_v1              OBJ_id_qcs,1L
    +
    +#define SN_id_cct_crs           "id-cct-crs"
    +#define NID_id_cct_crs          360
    +#define OBJ_id_cct_crs          OBJ_id_cct,1L
    +
    +#define SN_id_cct_PKIData               "id-cct-PKIData"
    +#define NID_id_cct_PKIData              361
    +#define OBJ_id_cct_PKIData              OBJ_id_cct,2L
    +
    +#define SN_id_cct_PKIResponse           "id-cct-PKIResponse"
    +#define NID_id_cct_PKIResponse          362
    +#define OBJ_id_cct_PKIResponse          OBJ_id_cct,3L
    +
    +#define SN_id_ppl_anyLanguage           "id-ppl-anyLanguage"
    +#define LN_id_ppl_anyLanguage           "Any language"
    +#define NID_id_ppl_anyLanguage          664
    +#define OBJ_id_ppl_anyLanguage          OBJ_id_ppl,0L
    +
    +#define SN_id_ppl_inheritAll            "id-ppl-inheritAll"
    +#define LN_id_ppl_inheritAll            "Inherit all"
    +#define NID_id_ppl_inheritAll           665
    +#define OBJ_id_ppl_inheritAll           OBJ_id_ppl,1L
    +
    +#define SN_Independent          "id-ppl-independent"
    +#define LN_Independent          "Independent"
    +#define NID_Independent         667
    +#define OBJ_Independent         OBJ_id_ppl,2L
    +
    +#define SN_ad_OCSP              "OCSP"
    +#define LN_ad_OCSP              "OCSP"
    +#define NID_ad_OCSP             178
    +#define OBJ_ad_OCSP             OBJ_id_ad,1L
    +
    +#define SN_ad_ca_issuers                "caIssuers"
    +#define LN_ad_ca_issuers                "CA Issuers"
    +#define NID_ad_ca_issuers               179
    +#define OBJ_ad_ca_issuers               OBJ_id_ad,2L
    +
    +#define SN_ad_timeStamping              "ad_timestamping"
    +#define LN_ad_timeStamping              "AD Time Stamping"
    +#define NID_ad_timeStamping             363
    +#define OBJ_ad_timeStamping             OBJ_id_ad,3L
    +
    +#define SN_ad_dvcs              "AD_DVCS"
    +#define LN_ad_dvcs              "ad dvcs"
    +#define NID_ad_dvcs             364
    +#define OBJ_ad_dvcs             OBJ_id_ad,4L
    +
    +#define SN_caRepository         "caRepository"
    +#define LN_caRepository         "CA Repository"
    +#define NID_caRepository                785
    +#define OBJ_caRepository                OBJ_id_ad,5L
    +
    +#define OBJ_id_pkix_OCSP                OBJ_ad_OCSP
    +
    +#define SN_id_pkix_OCSP_basic           "basicOCSPResponse"
    +#define LN_id_pkix_OCSP_basic           "Basic OCSP Response"
    +#define NID_id_pkix_OCSP_basic          365
    +#define OBJ_id_pkix_OCSP_basic          OBJ_id_pkix_OCSP,1L
    +
    +#define SN_id_pkix_OCSP_Nonce           "Nonce"
    +#define LN_id_pkix_OCSP_Nonce           "OCSP Nonce"
    +#define NID_id_pkix_OCSP_Nonce          366
    +#define OBJ_id_pkix_OCSP_Nonce          OBJ_id_pkix_OCSP,2L
    +
    +#define SN_id_pkix_OCSP_CrlID           "CrlID"
    +#define LN_id_pkix_OCSP_CrlID           "OCSP CRL ID"
    +#define NID_id_pkix_OCSP_CrlID          367
    +#define OBJ_id_pkix_OCSP_CrlID          OBJ_id_pkix_OCSP,3L
    +
    +#define SN_id_pkix_OCSP_acceptableResponses             "acceptableResponses"
    +#define LN_id_pkix_OCSP_acceptableResponses             "Acceptable OCSP Responses"
    +#define NID_id_pkix_OCSP_acceptableResponses            368
    +#define OBJ_id_pkix_OCSP_acceptableResponses            OBJ_id_pkix_OCSP,4L
    +
    +#define SN_id_pkix_OCSP_noCheck         "noCheck"
    +#define LN_id_pkix_OCSP_noCheck         "OCSP No Check"
    +#define NID_id_pkix_OCSP_noCheck                369
    +#define OBJ_id_pkix_OCSP_noCheck                OBJ_id_pkix_OCSP,5L
    +
    +#define SN_id_pkix_OCSP_archiveCutoff           "archiveCutoff"
    +#define LN_id_pkix_OCSP_archiveCutoff           "OCSP Archive Cutoff"
    +#define NID_id_pkix_OCSP_archiveCutoff          370
    +#define OBJ_id_pkix_OCSP_archiveCutoff          OBJ_id_pkix_OCSP,6L
    +
    +#define SN_id_pkix_OCSP_serviceLocator          "serviceLocator"
    +#define LN_id_pkix_OCSP_serviceLocator          "OCSP Service Locator"
    +#define NID_id_pkix_OCSP_serviceLocator         371
    +#define OBJ_id_pkix_OCSP_serviceLocator         OBJ_id_pkix_OCSP,7L
    +
    +#define SN_id_pkix_OCSP_extendedStatus          "extendedStatus"
    +#define LN_id_pkix_OCSP_extendedStatus          "Extended OCSP Status"
    +#define NID_id_pkix_OCSP_extendedStatus         372
    +#define OBJ_id_pkix_OCSP_extendedStatus         OBJ_id_pkix_OCSP,8L
    +
    +#define SN_id_pkix_OCSP_valid           "valid"
    +#define NID_id_pkix_OCSP_valid          373
    +#define OBJ_id_pkix_OCSP_valid          OBJ_id_pkix_OCSP,9L
    +
    +#define SN_id_pkix_OCSP_path            "path"
    +#define NID_id_pkix_OCSP_path           374
    +#define OBJ_id_pkix_OCSP_path           OBJ_id_pkix_OCSP,10L
    +
    +#define SN_id_pkix_OCSP_trustRoot               "trustRoot"
    +#define LN_id_pkix_OCSP_trustRoot               "Trust Root"
    +#define NID_id_pkix_OCSP_trustRoot              375
    +#define OBJ_id_pkix_OCSP_trustRoot              OBJ_id_pkix_OCSP,11L
    +
    +#define SN_algorithm            "algorithm"
    +#define LN_algorithm            "algorithm"
    +#define NID_algorithm           376
    +#define OBJ_algorithm           1L,3L,14L,3L,2L
    +
    +#define SN_md5WithRSA           "RSA-NP-MD5"
    +#define LN_md5WithRSA           "md5WithRSA"
    +#define NID_md5WithRSA          104
    +#define OBJ_md5WithRSA          OBJ_algorithm,3L
    +
    +#define SN_des_ecb              "DES-ECB"
    +#define LN_des_ecb              "des-ecb"
    +#define NID_des_ecb             29
    +#define OBJ_des_ecb             OBJ_algorithm,6L
    +
    +#define SN_des_cbc              "DES-CBC"
    +#define LN_des_cbc              "des-cbc"
    +#define NID_des_cbc             31
    +#define OBJ_des_cbc             OBJ_algorithm,7L
    +
    +#define SN_des_ofb64            "DES-OFB"
    +#define LN_des_ofb64            "des-ofb"
    +#define NID_des_ofb64           45
    +#define OBJ_des_ofb64           OBJ_algorithm,8L
    +
    +#define SN_des_cfb64            "DES-CFB"
    +#define LN_des_cfb64            "des-cfb"
    +#define NID_des_cfb64           30
    +#define OBJ_des_cfb64           OBJ_algorithm,9L
    +
    +#define SN_rsaSignature         "rsaSignature"
    +#define NID_rsaSignature                377
    +#define OBJ_rsaSignature                OBJ_algorithm,11L
    +
    +#define SN_dsa_2                "DSA-old"
    +#define LN_dsa_2                "dsaEncryption-old"
    +#define NID_dsa_2               67
    +#define OBJ_dsa_2               OBJ_algorithm,12L
    +
    +#define SN_dsaWithSHA           "DSA-SHA"
    +#define LN_dsaWithSHA           "dsaWithSHA"
    +#define NID_dsaWithSHA          66
    +#define OBJ_dsaWithSHA          OBJ_algorithm,13L
    +
    +#define SN_shaWithRSAEncryption         "RSA-SHA"
    +#define LN_shaWithRSAEncryption         "shaWithRSAEncryption"
    +#define NID_shaWithRSAEncryption                42
    +#define OBJ_shaWithRSAEncryption                OBJ_algorithm,15L
    +
    +#define SN_des_ede_ecb          "DES-EDE"
    +#define LN_des_ede_ecb          "des-ede"
    +#define NID_des_ede_ecb         32
    +#define OBJ_des_ede_ecb         OBJ_algorithm,17L
    +
    +#define SN_des_ede3_ecb         "DES-EDE3"
    +#define LN_des_ede3_ecb         "des-ede3"
    +#define NID_des_ede3_ecb                33
    +
    +#define SN_des_ede_cbc          "DES-EDE-CBC"
    +#define LN_des_ede_cbc          "des-ede-cbc"
    +#define NID_des_ede_cbc         43
    +
    +#define SN_des_ede_cfb64                "DES-EDE-CFB"
    +#define LN_des_ede_cfb64                "des-ede-cfb"
    +#define NID_des_ede_cfb64               60
    +
    +#define SN_des_ede3_cfb64               "DES-EDE3-CFB"
    +#define LN_des_ede3_cfb64               "des-ede3-cfb"
    +#define NID_des_ede3_cfb64              61
    +
    +#define SN_des_ede_ofb64                "DES-EDE-OFB"
    +#define LN_des_ede_ofb64                "des-ede-ofb"
    +#define NID_des_ede_ofb64               62
    +
    +#define SN_des_ede3_ofb64               "DES-EDE3-OFB"
    +#define LN_des_ede3_ofb64               "des-ede3-ofb"
    +#define NID_des_ede3_ofb64              63
    +
    +#define SN_desx_cbc             "DESX-CBC"
    +#define LN_desx_cbc             "desx-cbc"
    +#define NID_desx_cbc            80
    +
    +#define SN_sha          "SHA"
    +#define LN_sha          "sha"
    +#define NID_sha         41
    +#define OBJ_sha         OBJ_algorithm,18L
    +
    +#define SN_sha1         "SHA1"
    +#define LN_sha1         "sha1"
    +#define NID_sha1                64
    +#define OBJ_sha1                OBJ_algorithm,26L
    +
    +#define SN_dsaWithSHA1_2                "DSA-SHA1-old"
    +#define LN_dsaWithSHA1_2                "dsaWithSHA1-old"
    +#define NID_dsaWithSHA1_2               70
    +#define OBJ_dsaWithSHA1_2               OBJ_algorithm,27L
    +
    +#define SN_sha1WithRSA          "RSA-SHA1-2"
    +#define LN_sha1WithRSA          "sha1WithRSA"
    +#define NID_sha1WithRSA         115
    +#define OBJ_sha1WithRSA         OBJ_algorithm,29L
    +
    +#define SN_ripemd160            "RIPEMD160"
    +#define LN_ripemd160            "ripemd160"
    +#define NID_ripemd160           117
    +#define OBJ_ripemd160           1L,3L,36L,3L,2L,1L
    +
    +#define SN_ripemd160WithRSA             "RSA-RIPEMD160"
    +#define LN_ripemd160WithRSA             "ripemd160WithRSA"
    +#define NID_ripemd160WithRSA            119
    +#define OBJ_ripemd160WithRSA            1L,3L,36L,3L,3L,1L,2L
    +
    +#define SN_sxnet                "SXNetID"
    +#define LN_sxnet                "Strong Extranet ID"
    +#define NID_sxnet               143
    +#define OBJ_sxnet               1L,3L,101L,1L,4L,1L
    +
    +#define SN_X500         "X500"
    +#define LN_X500         "directory services (X.500)"
    +#define NID_X500                11
    +#define OBJ_X500                2L,5L
    +
    +#define SN_X509         "X509"
    +#define NID_X509                12
    +#define OBJ_X509                OBJ_X500,4L
    +
    +#define SN_commonName           "CN"
    +#define LN_commonName           "commonName"
    +#define NID_commonName          13
    +#define OBJ_commonName          OBJ_X509,3L
    +
    +#define SN_surname              "SN"
    +#define LN_surname              "surname"
    +#define NID_surname             100
    +#define OBJ_surname             OBJ_X509,4L
    +
    +#define LN_serialNumber         "serialNumber"
    +#define NID_serialNumber                105
    +#define OBJ_serialNumber                OBJ_X509,5L
    +
    +#define SN_countryName          "C"
    +#define LN_countryName          "countryName"
    +#define NID_countryName         14
    +#define OBJ_countryName         OBJ_X509,6L
    +
    +#define SN_localityName         "L"
    +#define LN_localityName         "localityName"
    +#define NID_localityName                15
    +#define OBJ_localityName                OBJ_X509,7L
    +
    +#define SN_stateOrProvinceName          "ST"
    +#define LN_stateOrProvinceName          "stateOrProvinceName"
    +#define NID_stateOrProvinceName         16
    +#define OBJ_stateOrProvinceName         OBJ_X509,8L
    +
    +#define SN_streetAddress                "street"
    +#define LN_streetAddress                "streetAddress"
    +#define NID_streetAddress               660
    +#define OBJ_streetAddress               OBJ_X509,9L
    +
    +#define SN_organizationName             "O"
    +#define LN_organizationName             "organizationName"
    +#define NID_organizationName            17
    +#define OBJ_organizationName            OBJ_X509,10L
    +
    +#define SN_organizationalUnitName               "OU"
    +#define LN_organizationalUnitName               "organizationalUnitName"
    +#define NID_organizationalUnitName              18
    +#define OBJ_organizationalUnitName              OBJ_X509,11L
    +
    +#define SN_title                "title"
    +#define LN_title                "title"
    +#define NID_title               106
    +#define OBJ_title               OBJ_X509,12L
    +
    +#define LN_description          "description"
    +#define NID_description         107
    +#define OBJ_description         OBJ_X509,13L
    +
    +#define LN_searchGuide          "searchGuide"
    +#define NID_searchGuide         859
    +#define OBJ_searchGuide         OBJ_X509,14L
    +
    +#define LN_businessCategory             "businessCategory"
    +#define NID_businessCategory            860
    +#define OBJ_businessCategory            OBJ_X509,15L
    +
    +#define LN_postalAddress                "postalAddress"
    +#define NID_postalAddress               861
    +#define OBJ_postalAddress               OBJ_X509,16L
    +
    +#define LN_postalCode           "postalCode"
    +#define NID_postalCode          661
    +#define OBJ_postalCode          OBJ_X509,17L
    +
    +#define LN_postOfficeBox                "postOfficeBox"
    +#define NID_postOfficeBox               862
    +#define OBJ_postOfficeBox               OBJ_X509,18L
    +
    +#define LN_physicalDeliveryOfficeName           "physicalDeliveryOfficeName"
    +#define NID_physicalDeliveryOfficeName          863
    +#define OBJ_physicalDeliveryOfficeName          OBJ_X509,19L
    +
    +#define LN_telephoneNumber              "telephoneNumber"
    +#define NID_telephoneNumber             864
    +#define OBJ_telephoneNumber             OBJ_X509,20L
    +
    +#define LN_telexNumber          "telexNumber"
    +#define NID_telexNumber         865
    +#define OBJ_telexNumber         OBJ_X509,21L
    +
    +#define LN_teletexTerminalIdentifier            "teletexTerminalIdentifier"
    +#define NID_teletexTerminalIdentifier           866
    +#define OBJ_teletexTerminalIdentifier           OBJ_X509,22L
    +
    +#define LN_facsimileTelephoneNumber             "facsimileTelephoneNumber"
    +#define NID_facsimileTelephoneNumber            867
    +#define OBJ_facsimileTelephoneNumber            OBJ_X509,23L
    +
    +#define LN_x121Address          "x121Address"
    +#define NID_x121Address         868
    +#define OBJ_x121Address         OBJ_X509,24L
    +
    +#define LN_internationaliSDNNumber              "internationaliSDNNumber"
    +#define NID_internationaliSDNNumber             869
    +#define OBJ_internationaliSDNNumber             OBJ_X509,25L
    +
    +#define LN_registeredAddress            "registeredAddress"
    +#define NID_registeredAddress           870
    +#define OBJ_registeredAddress           OBJ_X509,26L
    +
    +#define LN_destinationIndicator         "destinationIndicator"
    +#define NID_destinationIndicator                871
    +#define OBJ_destinationIndicator                OBJ_X509,27L
    +
    +#define LN_preferredDeliveryMethod              "preferredDeliveryMethod"
    +#define NID_preferredDeliveryMethod             872
    +#define OBJ_preferredDeliveryMethod             OBJ_X509,28L
    +
    +#define LN_presentationAddress          "presentationAddress"
    +#define NID_presentationAddress         873
    +#define OBJ_presentationAddress         OBJ_X509,29L
    +
    +#define LN_supportedApplicationContext          "supportedApplicationContext"
    +#define NID_supportedApplicationContext         874
    +#define OBJ_supportedApplicationContext         OBJ_X509,30L
    +
    +#define SN_member               "member"
    +#define NID_member              875
    +#define OBJ_member              OBJ_X509,31L
    +
    +#define SN_owner                "owner"
    +#define NID_owner               876
    +#define OBJ_owner               OBJ_X509,32L
    +
    +#define LN_roleOccupant         "roleOccupant"
    +#define NID_roleOccupant                877
    +#define OBJ_roleOccupant                OBJ_X509,33L
    +
    +#define SN_seeAlso              "seeAlso"
    +#define NID_seeAlso             878
    +#define OBJ_seeAlso             OBJ_X509,34L
    +
    +#define LN_userPassword         "userPassword"
    +#define NID_userPassword                879
    +#define OBJ_userPassword                OBJ_X509,35L
    +
    +#define LN_userCertificate              "userCertificate"
    +#define NID_userCertificate             880
    +#define OBJ_userCertificate             OBJ_X509,36L
    +
    +#define LN_cACertificate                "cACertificate"
    +#define NID_cACertificate               881
    +#define OBJ_cACertificate               OBJ_X509,37L
    +
    +#define LN_authorityRevocationList              "authorityRevocationList"
    +#define NID_authorityRevocationList             882
    +#define OBJ_authorityRevocationList             OBJ_X509,38L
    +
    +#define LN_certificateRevocationList            "certificateRevocationList"
    +#define NID_certificateRevocationList           883
    +#define OBJ_certificateRevocationList           OBJ_X509,39L
    +
    +#define LN_crossCertificatePair         "crossCertificatePair"
    +#define NID_crossCertificatePair                884
    +#define OBJ_crossCertificatePair                OBJ_X509,40L
    +
    +#define SN_name         "name"
    +#define LN_name         "name"
    +#define NID_name                173
    +#define OBJ_name                OBJ_X509,41L
    +
    +#define SN_givenName            "GN"
    +#define LN_givenName            "givenName"
    +#define NID_givenName           99
    +#define OBJ_givenName           OBJ_X509,42L
    +
    +#define SN_initials             "initials"
    +#define LN_initials             "initials"
    +#define NID_initials            101
    +#define OBJ_initials            OBJ_X509,43L
    +
    +#define LN_generationQualifier          "generationQualifier"
    +#define NID_generationQualifier         509
    +#define OBJ_generationQualifier         OBJ_X509,44L
    +
    +#define LN_x500UniqueIdentifier         "x500UniqueIdentifier"
    +#define NID_x500UniqueIdentifier                503
    +#define OBJ_x500UniqueIdentifier                OBJ_X509,45L
    +
    +#define SN_dnQualifier          "dnQualifier"
    +#define LN_dnQualifier          "dnQualifier"
    +#define NID_dnQualifier         174
    +#define OBJ_dnQualifier         OBJ_X509,46L
    +
    +#define LN_enhancedSearchGuide          "enhancedSearchGuide"
    +#define NID_enhancedSearchGuide         885
    +#define OBJ_enhancedSearchGuide         OBJ_X509,47L
    +
    +#define LN_protocolInformation          "protocolInformation"
    +#define NID_protocolInformation         886
    +#define OBJ_protocolInformation         OBJ_X509,48L
    +
    +#define LN_distinguishedName            "distinguishedName"
    +#define NID_distinguishedName           887
    +#define OBJ_distinguishedName           OBJ_X509,49L
    +
    +#define LN_uniqueMember         "uniqueMember"
    +#define NID_uniqueMember                888
    +#define OBJ_uniqueMember                OBJ_X509,50L
    +
    +#define LN_houseIdentifier              "houseIdentifier"
    +#define NID_houseIdentifier             889
    +#define OBJ_houseIdentifier             OBJ_X509,51L
    +
    +#define LN_supportedAlgorithms          "supportedAlgorithms"
    +#define NID_supportedAlgorithms         890
    +#define OBJ_supportedAlgorithms         OBJ_X509,52L
    +
    +#define LN_deltaRevocationList          "deltaRevocationList"
    +#define NID_deltaRevocationList         891
    +#define OBJ_deltaRevocationList         OBJ_X509,53L
    +
    +#define SN_dmdName              "dmdName"
    +#define NID_dmdName             892
    +#define OBJ_dmdName             OBJ_X509,54L
    +
    +#define LN_pseudonym            "pseudonym"
    +#define NID_pseudonym           510
    +#define OBJ_pseudonym           OBJ_X509,65L
    +
    +#define SN_role         "role"
    +#define LN_role         "role"
    +#define NID_role                400
    +#define OBJ_role                OBJ_X509,72L
    +
    +#define SN_X500algorithms               "X500algorithms"
    +#define LN_X500algorithms               "directory services - algorithms"
    +#define NID_X500algorithms              378
    +#define OBJ_X500algorithms              OBJ_X500,8L
    +
    +#define SN_rsa          "RSA"
    +#define LN_rsa          "rsa"
    +#define NID_rsa         19
    +#define OBJ_rsa         OBJ_X500algorithms,1L,1L
    +
    +#define SN_mdc2WithRSA          "RSA-MDC2"
    +#define LN_mdc2WithRSA          "mdc2WithRSA"
    +#define NID_mdc2WithRSA         96
    +#define OBJ_mdc2WithRSA         OBJ_X500algorithms,3L,100L
    +
    +#define SN_mdc2         "MDC2"
    +#define LN_mdc2         "mdc2"
    +#define NID_mdc2                95
    +#define OBJ_mdc2                OBJ_X500algorithms,3L,101L
    +
    +#define SN_id_ce                "id-ce"
    +#define NID_id_ce               81
    +#define OBJ_id_ce               OBJ_X500,29L
    +
    +#define SN_subject_directory_attributes         "subjectDirectoryAttributes"
    +#define LN_subject_directory_attributes         "X509v3 Subject Directory Attributes"
    +#define NID_subject_directory_attributes                769
    +#define OBJ_subject_directory_attributes                OBJ_id_ce,9L
    +
    +#define SN_subject_key_identifier               "subjectKeyIdentifier"
    +#define LN_subject_key_identifier               "X509v3 Subject Key Identifier"
    +#define NID_subject_key_identifier              82
    +#define OBJ_subject_key_identifier              OBJ_id_ce,14L
    +
    +#define SN_key_usage            "keyUsage"
    +#define LN_key_usage            "X509v3 Key Usage"
    +#define NID_key_usage           83
    +#define OBJ_key_usage           OBJ_id_ce,15L
    +
    +#define SN_private_key_usage_period             "privateKeyUsagePeriod"
    +#define LN_private_key_usage_period             "X509v3 Private Key Usage Period"
    +#define NID_private_key_usage_period            84
    +#define OBJ_private_key_usage_period            OBJ_id_ce,16L
    +
    +#define SN_subject_alt_name             "subjectAltName"
    +#define LN_subject_alt_name             "X509v3 Subject Alternative Name"
    +#define NID_subject_alt_name            85
    +#define OBJ_subject_alt_name            OBJ_id_ce,17L
    +
    +#define SN_issuer_alt_name              "issuerAltName"
    +#define LN_issuer_alt_name              "X509v3 Issuer Alternative Name"
    +#define NID_issuer_alt_name             86
    +#define OBJ_issuer_alt_name             OBJ_id_ce,18L
    +
    +#define SN_basic_constraints            "basicConstraints"
    +#define LN_basic_constraints            "X509v3 Basic Constraints"
    +#define NID_basic_constraints           87
    +#define OBJ_basic_constraints           OBJ_id_ce,19L
    +
    +#define SN_crl_number           "crlNumber"
    +#define LN_crl_number           "X509v3 CRL Number"
    +#define NID_crl_number          88
    +#define OBJ_crl_number          OBJ_id_ce,20L
    +
    +#define SN_crl_reason           "CRLReason"
    +#define LN_crl_reason           "X509v3 CRL Reason Code"
    +#define NID_crl_reason          141
    +#define OBJ_crl_reason          OBJ_id_ce,21L
    +
    +#define SN_invalidity_date              "invalidityDate"
    +#define LN_invalidity_date              "Invalidity Date"
    +#define NID_invalidity_date             142
    +#define OBJ_invalidity_date             OBJ_id_ce,24L
    +
    +#define SN_delta_crl            "deltaCRL"
    +#define LN_delta_crl            "X509v3 Delta CRL Indicator"
    +#define NID_delta_crl           140
    +#define OBJ_delta_crl           OBJ_id_ce,27L
    +
    +#define SN_issuing_distribution_point           "issuingDistributionPoint"
    +#define LN_issuing_distribution_point           "X509v3 Issuing Distrubution Point"
    +#define NID_issuing_distribution_point          770
    +#define OBJ_issuing_distribution_point          OBJ_id_ce,28L
    +
    +#define SN_certificate_issuer           "certificateIssuer"
    +#define LN_certificate_issuer           "X509v3 Certificate Issuer"
    +#define NID_certificate_issuer          771
    +#define OBJ_certificate_issuer          OBJ_id_ce,29L
    +
    +#define SN_name_constraints             "nameConstraints"
    +#define LN_name_constraints             "X509v3 Name Constraints"
    +#define NID_name_constraints            666
    +#define OBJ_name_constraints            OBJ_id_ce,30L
    +
    +#define SN_crl_distribution_points              "crlDistributionPoints"
    +#define LN_crl_distribution_points              "X509v3 CRL Distribution Points"
    +#define NID_crl_distribution_points             103
    +#define OBJ_crl_distribution_points             OBJ_id_ce,31L
    +
    +#define SN_certificate_policies         "certificatePolicies"
    +#define LN_certificate_policies         "X509v3 Certificate Policies"
    +#define NID_certificate_policies                89
    +#define OBJ_certificate_policies                OBJ_id_ce,32L
    +
    +#define SN_any_policy           "anyPolicy"
    +#define LN_any_policy           "X509v3 Any Policy"
    +#define NID_any_policy          746
    +#define OBJ_any_policy          OBJ_certificate_policies,0L
    +
    +#define SN_policy_mappings              "policyMappings"
    +#define LN_policy_mappings              "X509v3 Policy Mappings"
    +#define NID_policy_mappings             747
    +#define OBJ_policy_mappings             OBJ_id_ce,33L
    +
    +#define SN_authority_key_identifier             "authorityKeyIdentifier"
    +#define LN_authority_key_identifier             "X509v3 Authority Key Identifier"
    +#define NID_authority_key_identifier            90
    +#define OBJ_authority_key_identifier            OBJ_id_ce,35L
    +
    +#define SN_policy_constraints           "policyConstraints"
    +#define LN_policy_constraints           "X509v3 Policy Constraints"
    +#define NID_policy_constraints          401
    +#define OBJ_policy_constraints          OBJ_id_ce,36L
    +
    +#define SN_ext_key_usage                "extendedKeyUsage"
    +#define LN_ext_key_usage                "X509v3 Extended Key Usage"
    +#define NID_ext_key_usage               126
    +#define OBJ_ext_key_usage               OBJ_id_ce,37L
    +
    +#define SN_freshest_crl         "freshestCRL"
    +#define LN_freshest_crl         "X509v3 Freshest CRL"
    +#define NID_freshest_crl                857
    +#define OBJ_freshest_crl                OBJ_id_ce,46L
    +
    +#define SN_inhibit_any_policy           "inhibitAnyPolicy"
    +#define LN_inhibit_any_policy           "X509v3 Inhibit Any Policy"
    +#define NID_inhibit_any_policy          748
    +#define OBJ_inhibit_any_policy          OBJ_id_ce,54L
    +
    +#define SN_target_information           "targetInformation"
    +#define LN_target_information           "X509v3 AC Targeting"
    +#define NID_target_information          402
    +#define OBJ_target_information          OBJ_id_ce,55L
    +
    +#define SN_no_rev_avail         "noRevAvail"
    +#define LN_no_rev_avail         "X509v3 No Revocation Available"
    +#define NID_no_rev_avail                403
    +#define OBJ_no_rev_avail                OBJ_id_ce,56L
    +
    +#define SN_anyExtendedKeyUsage          "anyExtendedKeyUsage"
    +#define LN_anyExtendedKeyUsage          "Any Extended Key Usage"
    +#define NID_anyExtendedKeyUsage         910
    +#define OBJ_anyExtendedKeyUsage         OBJ_ext_key_usage,0L
    +
    +#define SN_netscape             "Netscape"
    +#define LN_netscape             "Netscape Communications Corp."
    +#define NID_netscape            57
    +#define OBJ_netscape            2L,16L,840L,1L,113730L
    +
    +#define SN_netscape_cert_extension              "nsCertExt"
    +#define LN_netscape_cert_extension              "Netscape Certificate Extension"
    +#define NID_netscape_cert_extension             58
    +#define OBJ_netscape_cert_extension             OBJ_netscape,1L
    +
    +#define SN_netscape_data_type           "nsDataType"
    +#define LN_netscape_data_type           "Netscape Data Type"
    +#define NID_netscape_data_type          59
    +#define OBJ_netscape_data_type          OBJ_netscape,2L
    +
    +#define SN_netscape_cert_type           "nsCertType"
    +#define LN_netscape_cert_type           "Netscape Cert Type"
    +#define NID_netscape_cert_type          71
    +#define OBJ_netscape_cert_type          OBJ_netscape_cert_extension,1L
    +
    +#define SN_netscape_base_url            "nsBaseUrl"
    +#define LN_netscape_base_url            "Netscape Base Url"
    +#define NID_netscape_base_url           72
    +#define OBJ_netscape_base_url           OBJ_netscape_cert_extension,2L
    +
    +#define SN_netscape_revocation_url              "nsRevocationUrl"
    +#define LN_netscape_revocation_url              "Netscape Revocation Url"
    +#define NID_netscape_revocation_url             73
    +#define OBJ_netscape_revocation_url             OBJ_netscape_cert_extension,3L
    +
    +#define SN_netscape_ca_revocation_url           "nsCaRevocationUrl"
    +#define LN_netscape_ca_revocation_url           "Netscape CA Revocation Url"
    +#define NID_netscape_ca_revocation_url          74
    +#define OBJ_netscape_ca_revocation_url          OBJ_netscape_cert_extension,4L
    +
    +#define SN_netscape_renewal_url         "nsRenewalUrl"
    +#define LN_netscape_renewal_url         "Netscape Renewal Url"
    +#define NID_netscape_renewal_url                75
    +#define OBJ_netscape_renewal_url                OBJ_netscape_cert_extension,7L
    +
    +#define SN_netscape_ca_policy_url               "nsCaPolicyUrl"
    +#define LN_netscape_ca_policy_url               "Netscape CA Policy Url"
    +#define NID_netscape_ca_policy_url              76
    +#define OBJ_netscape_ca_policy_url              OBJ_netscape_cert_extension,8L
    +
    +#define SN_netscape_ssl_server_name             "nsSslServerName"
    +#define LN_netscape_ssl_server_name             "Netscape SSL Server Name"
    +#define NID_netscape_ssl_server_name            77
    +#define OBJ_netscape_ssl_server_name            OBJ_netscape_cert_extension,12L
    +
    +#define SN_netscape_comment             "nsComment"
    +#define LN_netscape_comment             "Netscape Comment"
    +#define NID_netscape_comment            78
    +#define OBJ_netscape_comment            OBJ_netscape_cert_extension,13L
    +
    +#define SN_netscape_cert_sequence               "nsCertSequence"
    +#define LN_netscape_cert_sequence               "Netscape Certificate Sequence"
    +#define NID_netscape_cert_sequence              79
    +#define OBJ_netscape_cert_sequence              OBJ_netscape_data_type,5L
    +
    +#define SN_ns_sgc               "nsSGC"
    +#define LN_ns_sgc               "Netscape Server Gated Crypto"
    +#define NID_ns_sgc              139
    +#define OBJ_ns_sgc              OBJ_netscape,4L,1L
    +
    +#define SN_org          "ORG"
    +#define LN_org          "org"
    +#define NID_org         379
    +#define OBJ_org         OBJ_iso,3L
    +
    +#define SN_dod          "DOD"
    +#define LN_dod          "dod"
    +#define NID_dod         380
    +#define OBJ_dod         OBJ_org,6L
    +
    +#define SN_iana         "IANA"
    +#define LN_iana         "iana"
    +#define NID_iana                381
    +#define OBJ_iana                OBJ_dod,1L
    +
    +#define OBJ_internet            OBJ_iana
    +
    +#define SN_Directory            "directory"
    +#define LN_Directory            "Directory"
    +#define NID_Directory           382
    +#define OBJ_Directory           OBJ_internet,1L
    +
    +#define SN_Management           "mgmt"
    +#define LN_Management           "Management"
    +#define NID_Management          383
    +#define OBJ_Management          OBJ_internet,2L
    +
    +#define SN_Experimental         "experimental"
    +#define LN_Experimental         "Experimental"
    +#define NID_Experimental                384
    +#define OBJ_Experimental                OBJ_internet,3L
    +
    +#define SN_Private              "private"
    +#define LN_Private              "Private"
    +#define NID_Private             385
    +#define OBJ_Private             OBJ_internet,4L
    +
    +#define SN_Security             "security"
    +#define LN_Security             "Security"
    +#define NID_Security            386
    +#define OBJ_Security            OBJ_internet,5L
    +
    +#define SN_SNMPv2               "snmpv2"
    +#define LN_SNMPv2               "SNMPv2"
    +#define NID_SNMPv2              387
    +#define OBJ_SNMPv2              OBJ_internet,6L
    +
    +#define LN_Mail         "Mail"
    +#define NID_Mail                388
    +#define OBJ_Mail                OBJ_internet,7L
    +
    +#define SN_Enterprises          "enterprises"
    +#define LN_Enterprises          "Enterprises"
    +#define NID_Enterprises         389
    +#define OBJ_Enterprises         OBJ_Private,1L
    +
    +#define SN_dcObject             "dcobject"
    +#define LN_dcObject             "dcObject"
    +#define NID_dcObject            390
    +#define OBJ_dcObject            OBJ_Enterprises,1466L,344L
    +
    +#define SN_mime_mhs             "mime-mhs"
    +#define LN_mime_mhs             "MIME MHS"
    +#define NID_mime_mhs            504
    +#define OBJ_mime_mhs            OBJ_Mail,1L
    +
    +#define SN_mime_mhs_headings            "mime-mhs-headings"
    +#define LN_mime_mhs_headings            "mime-mhs-headings"
    +#define NID_mime_mhs_headings           505
    +#define OBJ_mime_mhs_headings           OBJ_mime_mhs,1L
    +
    +#define SN_mime_mhs_bodies              "mime-mhs-bodies"
    +#define LN_mime_mhs_bodies              "mime-mhs-bodies"
    +#define NID_mime_mhs_bodies             506
    +#define OBJ_mime_mhs_bodies             OBJ_mime_mhs,2L
    +
    +#define SN_id_hex_partial_message               "id-hex-partial-message"
    +#define LN_id_hex_partial_message               "id-hex-partial-message"
    +#define NID_id_hex_partial_message              507
    +#define OBJ_id_hex_partial_message              OBJ_mime_mhs_headings,1L
    +
    +#define SN_id_hex_multipart_message             "id-hex-multipart-message"
    +#define LN_id_hex_multipart_message             "id-hex-multipart-message"
    +#define NID_id_hex_multipart_message            508
    +#define OBJ_id_hex_multipart_message            OBJ_mime_mhs_headings,2L
    +
    +#define SN_rle_compression              "RLE"
    +#define LN_rle_compression              "run length compression"
    +#define NID_rle_compression             124
    +#define OBJ_rle_compression             1L,1L,1L,1L,666L,1L
    +
    +#define SN_zlib_compression             "ZLIB"
    +#define LN_zlib_compression             "zlib compression"
    +#define NID_zlib_compression            125
    +#define OBJ_zlib_compression            OBJ_id_smime_alg,8L
    +
    +#define OBJ_csor                2L,16L,840L,1L,101L,3L
    +
    +#define OBJ_nistAlgorithms              OBJ_csor,4L
    +
    +#define OBJ_aes         OBJ_nistAlgorithms,1L
    +
    +#define SN_aes_128_ecb          "AES-128-ECB"
    +#define LN_aes_128_ecb          "aes-128-ecb"
    +#define NID_aes_128_ecb         418
    +#define OBJ_aes_128_ecb         OBJ_aes,1L
    +
    +#define SN_aes_128_cbc          "AES-128-CBC"
    +#define LN_aes_128_cbc          "aes-128-cbc"
    +#define NID_aes_128_cbc         419
    +#define OBJ_aes_128_cbc         OBJ_aes,2L
    +
    +#define SN_aes_128_ofb128               "AES-128-OFB"
    +#define LN_aes_128_ofb128               "aes-128-ofb"
    +#define NID_aes_128_ofb128              420
    +#define OBJ_aes_128_ofb128              OBJ_aes,3L
    +
    +#define SN_aes_128_cfb128               "AES-128-CFB"
    +#define LN_aes_128_cfb128               "aes-128-cfb"
    +#define NID_aes_128_cfb128              421
    +#define OBJ_aes_128_cfb128              OBJ_aes,4L
    +
    +#define SN_id_aes128_wrap               "id-aes128-wrap"
    +#define NID_id_aes128_wrap              788
    +#define OBJ_id_aes128_wrap              OBJ_aes,5L
    +
    +#define SN_aes_128_gcm          "id-aes128-GCM"
    +#define LN_aes_128_gcm          "aes-128-gcm"
    +#define NID_aes_128_gcm         895
    +#define OBJ_aes_128_gcm         OBJ_aes,6L
    +
    +#define SN_aes_128_ccm          "id-aes128-CCM"
    +#define LN_aes_128_ccm          "aes-128-ccm"
    +#define NID_aes_128_ccm         896
    +#define OBJ_aes_128_ccm         OBJ_aes,7L
    +
    +#define SN_id_aes128_wrap_pad           "id-aes128-wrap-pad"
    +#define NID_id_aes128_wrap_pad          897
    +#define OBJ_id_aes128_wrap_pad          OBJ_aes,8L
    +
    +#define SN_aes_192_ecb          "AES-192-ECB"
    +#define LN_aes_192_ecb          "aes-192-ecb"
    +#define NID_aes_192_ecb         422
    +#define OBJ_aes_192_ecb         OBJ_aes,21L
    +
    +#define SN_aes_192_cbc          "AES-192-CBC"
    +#define LN_aes_192_cbc          "aes-192-cbc"
    +#define NID_aes_192_cbc         423
    +#define OBJ_aes_192_cbc         OBJ_aes,22L
    +
    +#define SN_aes_192_ofb128               "AES-192-OFB"
    +#define LN_aes_192_ofb128               "aes-192-ofb"
    +#define NID_aes_192_ofb128              424
    +#define OBJ_aes_192_ofb128              OBJ_aes,23L
    +
    +#define SN_aes_192_cfb128               "AES-192-CFB"
    +#define LN_aes_192_cfb128               "aes-192-cfb"
    +#define NID_aes_192_cfb128              425
    +#define OBJ_aes_192_cfb128              OBJ_aes,24L
    +
    +#define SN_id_aes192_wrap               "id-aes192-wrap"
    +#define NID_id_aes192_wrap              789
    +#define OBJ_id_aes192_wrap              OBJ_aes,25L
    +
    +#define SN_aes_192_gcm          "id-aes192-GCM"
    +#define LN_aes_192_gcm          "aes-192-gcm"
    +#define NID_aes_192_gcm         898
    +#define OBJ_aes_192_gcm         OBJ_aes,26L
    +
    +#define SN_aes_192_ccm          "id-aes192-CCM"
    +#define LN_aes_192_ccm          "aes-192-ccm"
    +#define NID_aes_192_ccm         899
    +#define OBJ_aes_192_ccm         OBJ_aes,27L
    +
    +#define SN_id_aes192_wrap_pad           "id-aes192-wrap-pad"
    +#define NID_id_aes192_wrap_pad          900
    +#define OBJ_id_aes192_wrap_pad          OBJ_aes,28L
    +
    +#define SN_aes_256_ecb          "AES-256-ECB"
    +#define LN_aes_256_ecb          "aes-256-ecb"
    +#define NID_aes_256_ecb         426
    +#define OBJ_aes_256_ecb         OBJ_aes,41L
    +
    +#define SN_aes_256_cbc          "AES-256-CBC"
    +#define LN_aes_256_cbc          "aes-256-cbc"
    +#define NID_aes_256_cbc         427
    +#define OBJ_aes_256_cbc         OBJ_aes,42L
    +
    +#define SN_aes_256_ofb128               "AES-256-OFB"
    +#define LN_aes_256_ofb128               "aes-256-ofb"
    +#define NID_aes_256_ofb128              428
    +#define OBJ_aes_256_ofb128              OBJ_aes,43L
    +
    +#define SN_aes_256_cfb128               "AES-256-CFB"
    +#define LN_aes_256_cfb128               "aes-256-cfb"
    +#define NID_aes_256_cfb128              429
    +#define OBJ_aes_256_cfb128              OBJ_aes,44L
    +
    +#define SN_id_aes256_wrap               "id-aes256-wrap"
    +#define NID_id_aes256_wrap              790
    +#define OBJ_id_aes256_wrap              OBJ_aes,45L
    +
    +#define SN_aes_256_gcm          "id-aes256-GCM"
    +#define LN_aes_256_gcm          "aes-256-gcm"
    +#define NID_aes_256_gcm         901
    +#define OBJ_aes_256_gcm         OBJ_aes,46L
    +
    +#define SN_aes_256_ccm          "id-aes256-CCM"
    +#define LN_aes_256_ccm          "aes-256-ccm"
    +#define NID_aes_256_ccm         902
    +#define OBJ_aes_256_ccm         OBJ_aes,47L
    +
    +#define SN_id_aes256_wrap_pad           "id-aes256-wrap-pad"
    +#define NID_id_aes256_wrap_pad          903
    +#define OBJ_id_aes256_wrap_pad          OBJ_aes,48L
    +
    +#define SN_aes_128_cfb1         "AES-128-CFB1"
    +#define LN_aes_128_cfb1         "aes-128-cfb1"
    +#define NID_aes_128_cfb1                650
    +
    +#define SN_aes_192_cfb1         "AES-192-CFB1"
    +#define LN_aes_192_cfb1         "aes-192-cfb1"
    +#define NID_aes_192_cfb1                651
    +
    +#define SN_aes_256_cfb1         "AES-256-CFB1"
    +#define LN_aes_256_cfb1         "aes-256-cfb1"
    +#define NID_aes_256_cfb1                652
    +
    +#define SN_aes_128_cfb8         "AES-128-CFB8"
    +#define LN_aes_128_cfb8         "aes-128-cfb8"
    +#define NID_aes_128_cfb8                653
    +
    +#define SN_aes_192_cfb8         "AES-192-CFB8"
    +#define LN_aes_192_cfb8         "aes-192-cfb8"
    +#define NID_aes_192_cfb8                654
    +
    +#define SN_aes_256_cfb8         "AES-256-CFB8"
    +#define LN_aes_256_cfb8         "aes-256-cfb8"
    +#define NID_aes_256_cfb8                655
    +
    +#define SN_aes_128_ctr          "AES-128-CTR"
    +#define LN_aes_128_ctr          "aes-128-ctr"
    +#define NID_aes_128_ctr         904
    +
    +#define SN_aes_192_ctr          "AES-192-CTR"
    +#define LN_aes_192_ctr          "aes-192-ctr"
    +#define NID_aes_192_ctr         905
    +
    +#define SN_aes_256_ctr          "AES-256-CTR"
    +#define LN_aes_256_ctr          "aes-256-ctr"
    +#define NID_aes_256_ctr         906
    +
    +#define SN_aes_128_xts          "AES-128-XTS"
    +#define LN_aes_128_xts          "aes-128-xts"
    +#define NID_aes_128_xts         913
    +
    +#define SN_aes_256_xts          "AES-256-XTS"
    +#define LN_aes_256_xts          "aes-256-xts"
    +#define NID_aes_256_xts         914
    +
    +#define SN_des_cfb1             "DES-CFB1"
    +#define LN_des_cfb1             "des-cfb1"
    +#define NID_des_cfb1            656
    +
    +#define SN_des_cfb8             "DES-CFB8"
    +#define LN_des_cfb8             "des-cfb8"
    +#define NID_des_cfb8            657
    +
    +#define SN_des_ede3_cfb1                "DES-EDE3-CFB1"
    +#define LN_des_ede3_cfb1                "des-ede3-cfb1"
    +#define NID_des_ede3_cfb1               658
    +
    +#define SN_des_ede3_cfb8                "DES-EDE3-CFB8"
    +#define LN_des_ede3_cfb8                "des-ede3-cfb8"
    +#define NID_des_ede3_cfb8               659
    +
    +#define OBJ_nist_hashalgs               OBJ_nistAlgorithms,2L
    +
    +#define SN_sha256               "SHA256"
    +#define LN_sha256               "sha256"
    +#define NID_sha256              672
    +#define OBJ_sha256              OBJ_nist_hashalgs,1L
    +
    +#define SN_sha384               "SHA384"
    +#define LN_sha384               "sha384"
    +#define NID_sha384              673
    +#define OBJ_sha384              OBJ_nist_hashalgs,2L
    +
    +#define SN_sha512               "SHA512"
    +#define LN_sha512               "sha512"
    +#define NID_sha512              674
    +#define OBJ_sha512              OBJ_nist_hashalgs,3L
    +
    +#define SN_sha224               "SHA224"
    +#define LN_sha224               "sha224"
    +#define NID_sha224              675
    +#define OBJ_sha224              OBJ_nist_hashalgs,4L
    +
    +#define OBJ_dsa_with_sha2               OBJ_nistAlgorithms,3L
    +
    +#define SN_dsa_with_SHA224              "dsa_with_SHA224"
    +#define NID_dsa_with_SHA224             802
    +#define OBJ_dsa_with_SHA224             OBJ_dsa_with_sha2,1L
    +
    +#define SN_dsa_with_SHA256              "dsa_with_SHA256"
    +#define NID_dsa_with_SHA256             803
    +#define OBJ_dsa_with_SHA256             OBJ_dsa_with_sha2,2L
    +
    +#define SN_hold_instruction_code                "holdInstructionCode"
    +#define LN_hold_instruction_code                "Hold Instruction Code"
    +#define NID_hold_instruction_code               430
    +#define OBJ_hold_instruction_code               OBJ_id_ce,23L
    +
    +#define OBJ_holdInstruction             OBJ_X9_57,2L
     
    -#define SN_id_cmc_transactionId		"id-cmc-transactionId"
    -#define NID_id_cmc_transactionId		331
    -#define OBJ_id_cmc_transactionId		OBJ_id_cmc,5L
    +#define SN_hold_instruction_none                "holdInstructionNone"
    +#define LN_hold_instruction_none                "Hold Instruction None"
    +#define NID_hold_instruction_none               431
    +#define OBJ_hold_instruction_none               OBJ_holdInstruction,1L
     
    -#define SN_id_cmc_senderNonce		"id-cmc-senderNonce"
    -#define NID_id_cmc_senderNonce		332
    -#define OBJ_id_cmc_senderNonce		OBJ_id_cmc,6L
    +#define SN_hold_instruction_call_issuer         "holdInstructionCallIssuer"
    +#define LN_hold_instruction_call_issuer         "Hold Instruction Call Issuer"
    +#define NID_hold_instruction_call_issuer                432
    +#define OBJ_hold_instruction_call_issuer                OBJ_holdInstruction,2L
    +
    +#define SN_hold_instruction_reject              "holdInstructionReject"
    +#define LN_hold_instruction_reject              "Hold Instruction Reject"
    +#define NID_hold_instruction_reject             433
    +#define OBJ_hold_instruction_reject             OBJ_holdInstruction,3L
    +
    +#define SN_data         "data"
    +#define NID_data                434
    +#define OBJ_data                OBJ_itu_t,9L
    +
    +#define SN_pss          "pss"
    +#define NID_pss         435
    +#define OBJ_pss         OBJ_data,2342L
    +
    +#define SN_ucl          "ucl"
    +#define NID_ucl         436
    +#define OBJ_ucl         OBJ_pss,19200300L
    +
    +#define SN_pilot                "pilot"
    +#define NID_pilot               437
    +#define OBJ_pilot               OBJ_ucl,100L
    +
    +#define LN_pilotAttributeType           "pilotAttributeType"
    +#define NID_pilotAttributeType          438
    +#define OBJ_pilotAttributeType          OBJ_pilot,1L
    +
    +#define LN_pilotAttributeSyntax         "pilotAttributeSyntax"
    +#define NID_pilotAttributeSyntax                439
    +#define OBJ_pilotAttributeSyntax                OBJ_pilot,3L
    +
    +#define LN_pilotObjectClass             "pilotObjectClass"
    +#define NID_pilotObjectClass            440
    +#define OBJ_pilotObjectClass            OBJ_pilot,4L
    +
    +#define LN_pilotGroups          "pilotGroups"
    +#define NID_pilotGroups         441
    +#define OBJ_pilotGroups         OBJ_pilot,10L
    +
    +#define LN_iA5StringSyntax              "iA5StringSyntax"
    +#define NID_iA5StringSyntax             442
    +#define OBJ_iA5StringSyntax             OBJ_pilotAttributeSyntax,4L
    +
    +#define LN_caseIgnoreIA5StringSyntax            "caseIgnoreIA5StringSyntax"
    +#define NID_caseIgnoreIA5StringSyntax           443
    +#define OBJ_caseIgnoreIA5StringSyntax           OBJ_pilotAttributeSyntax,5L
    +
    +#define LN_pilotObject          "pilotObject"
    +#define NID_pilotObject         444
    +#define OBJ_pilotObject         OBJ_pilotObjectClass,3L
    +
    +#define LN_pilotPerson          "pilotPerson"
    +#define NID_pilotPerson         445
    +#define OBJ_pilotPerson         OBJ_pilotObjectClass,4L
    +
    +#define SN_account              "account"
    +#define NID_account             446
    +#define OBJ_account             OBJ_pilotObjectClass,5L
    +
    +#define SN_document             "document"
    +#define NID_document            447
    +#define OBJ_document            OBJ_pilotObjectClass,6L
    +
    +#define SN_room         "room"
    +#define NID_room                448
    +#define OBJ_room                OBJ_pilotObjectClass,7L
    +
    +#define LN_documentSeries               "documentSeries"
    +#define NID_documentSeries              449
    +#define OBJ_documentSeries              OBJ_pilotObjectClass,9L
    +
    +#define SN_Domain               "domain"
    +#define LN_Domain               "Domain"
    +#define NID_Domain              392
    +#define OBJ_Domain              OBJ_pilotObjectClass,13L
    +
    +#define LN_rFC822localPart              "rFC822localPart"
    +#define NID_rFC822localPart             450
    +#define OBJ_rFC822localPart             OBJ_pilotObjectClass,14L
    +
    +#define LN_dNSDomain            "dNSDomain"
    +#define NID_dNSDomain           451
    +#define OBJ_dNSDomain           OBJ_pilotObjectClass,15L
    +
    +#define LN_domainRelatedObject          "domainRelatedObject"
    +#define NID_domainRelatedObject         452
    +#define OBJ_domainRelatedObject         OBJ_pilotObjectClass,17L
    +
    +#define LN_friendlyCountry              "friendlyCountry"
    +#define NID_friendlyCountry             453
    +#define OBJ_friendlyCountry             OBJ_pilotObjectClass,18L
    +
    +#define LN_simpleSecurityObject         "simpleSecurityObject"
    +#define NID_simpleSecurityObject                454
    +#define OBJ_simpleSecurityObject                OBJ_pilotObjectClass,19L
    +
    +#define LN_pilotOrganization            "pilotOrganization"
    +#define NID_pilotOrganization           455
    +#define OBJ_pilotOrganization           OBJ_pilotObjectClass,20L
    +
    +#define LN_pilotDSA             "pilotDSA"
    +#define NID_pilotDSA            456
    +#define OBJ_pilotDSA            OBJ_pilotObjectClass,21L
    +
    +#define LN_qualityLabelledData          "qualityLabelledData"
    +#define NID_qualityLabelledData         457
    +#define OBJ_qualityLabelledData         OBJ_pilotObjectClass,22L
    +
    +#define SN_userId               "UID"
    +#define LN_userId               "userId"
    +#define NID_userId              458
    +#define OBJ_userId              OBJ_pilotAttributeType,1L
    +
    +#define LN_textEncodedORAddress         "textEncodedORAddress"
    +#define NID_textEncodedORAddress                459
    +#define OBJ_textEncodedORAddress                OBJ_pilotAttributeType,2L
    +
    +#define SN_rfc822Mailbox                "mail"
    +#define LN_rfc822Mailbox                "rfc822Mailbox"
    +#define NID_rfc822Mailbox               460
    +#define OBJ_rfc822Mailbox               OBJ_pilotAttributeType,3L
    +
    +#define SN_info         "info"
    +#define NID_info                461
    +#define OBJ_info                OBJ_pilotAttributeType,4L
    +
    +#define LN_favouriteDrink               "favouriteDrink"
    +#define NID_favouriteDrink              462
    +#define OBJ_favouriteDrink              OBJ_pilotAttributeType,5L
    +
    +#define LN_roomNumber           "roomNumber"
    +#define NID_roomNumber          463
    +#define OBJ_roomNumber          OBJ_pilotAttributeType,6L
    +
    +#define SN_photo                "photo"
    +#define NID_photo               464
    +#define OBJ_photo               OBJ_pilotAttributeType,7L
    +
    +#define LN_userClass            "userClass"
    +#define NID_userClass           465
    +#define OBJ_userClass           OBJ_pilotAttributeType,8L
    +
    +#define SN_host         "host"
    +#define NID_host                466
    +#define OBJ_host                OBJ_pilotAttributeType,9L
    +
    +#define SN_manager              "manager"
    +#define NID_manager             467
    +#define OBJ_manager             OBJ_pilotAttributeType,10L
    +
    +#define LN_documentIdentifier           "documentIdentifier"
    +#define NID_documentIdentifier          468
    +#define OBJ_documentIdentifier          OBJ_pilotAttributeType,11L
    +
    +#define LN_documentTitle                "documentTitle"
    +#define NID_documentTitle               469
    +#define OBJ_documentTitle               OBJ_pilotAttributeType,12L
    +
    +#define LN_documentVersion              "documentVersion"
    +#define NID_documentVersion             470
    +#define OBJ_documentVersion             OBJ_pilotAttributeType,13L
    +
    +#define LN_documentAuthor               "documentAuthor"
    +#define NID_documentAuthor              471
    +#define OBJ_documentAuthor              OBJ_pilotAttributeType,14L
    +
    +#define LN_documentLocation             "documentLocation"
    +#define NID_documentLocation            472
    +#define OBJ_documentLocation            OBJ_pilotAttributeType,15L
    +
    +#define LN_homeTelephoneNumber          "homeTelephoneNumber"
    +#define NID_homeTelephoneNumber         473
    +#define OBJ_homeTelephoneNumber         OBJ_pilotAttributeType,20L
    +
    +#define SN_secretary            "secretary"
    +#define NID_secretary           474
    +#define OBJ_secretary           OBJ_pilotAttributeType,21L
    +
    +#define LN_otherMailbox         "otherMailbox"
    +#define NID_otherMailbox                475
    +#define OBJ_otherMailbox                OBJ_pilotAttributeType,22L
    +
    +#define LN_lastModifiedTime             "lastModifiedTime"
    +#define NID_lastModifiedTime            476
    +#define OBJ_lastModifiedTime            OBJ_pilotAttributeType,23L
    +
    +#define LN_lastModifiedBy               "lastModifiedBy"
    +#define NID_lastModifiedBy              477
    +#define OBJ_lastModifiedBy              OBJ_pilotAttributeType,24L
    +
    +#define SN_domainComponent              "DC"
    +#define LN_domainComponent              "domainComponent"
    +#define NID_domainComponent             391
    +#define OBJ_domainComponent             OBJ_pilotAttributeType,25L
     
    -#define SN_id_cmc_recipientNonce		"id-cmc-recipientNonce"
    -#define NID_id_cmc_recipientNonce		333
    -#define OBJ_id_cmc_recipientNonce		OBJ_id_cmc,7L
    +#define LN_aRecord              "aRecord"
    +#define NID_aRecord             478
    +#define OBJ_aRecord             OBJ_pilotAttributeType,26L
    +
    +#define LN_pilotAttributeType27         "pilotAttributeType27"
    +#define NID_pilotAttributeType27                479
    +#define OBJ_pilotAttributeType27                OBJ_pilotAttributeType,27L
    +
    +#define LN_mXRecord             "mXRecord"
    +#define NID_mXRecord            480
    +#define OBJ_mXRecord            OBJ_pilotAttributeType,28L
    +
    +#define LN_nSRecord             "nSRecord"
    +#define NID_nSRecord            481
    +#define OBJ_nSRecord            OBJ_pilotAttributeType,29L
    +
    +#define LN_sOARecord            "sOARecord"
    +#define NID_sOARecord           482
    +#define OBJ_sOARecord           OBJ_pilotAttributeType,30L
    +
    +#define LN_cNAMERecord          "cNAMERecord"
    +#define NID_cNAMERecord         483
    +#define OBJ_cNAMERecord         OBJ_pilotAttributeType,31L
    +
    +#define LN_associatedDomain             "associatedDomain"
    +#define NID_associatedDomain            484
    +#define OBJ_associatedDomain            OBJ_pilotAttributeType,37L
    +
    +#define LN_associatedName               "associatedName"
    +#define NID_associatedName              485
    +#define OBJ_associatedName              OBJ_pilotAttributeType,38L
    +
    +#define LN_homePostalAddress            "homePostalAddress"
    +#define NID_homePostalAddress           486
    +#define OBJ_homePostalAddress           OBJ_pilotAttributeType,39L
    +
    +#define LN_personalTitle                "personalTitle"
    +#define NID_personalTitle               487
    +#define OBJ_personalTitle               OBJ_pilotAttributeType,40L
    +
    +#define LN_mobileTelephoneNumber                "mobileTelephoneNumber"
    +#define NID_mobileTelephoneNumber               488
    +#define OBJ_mobileTelephoneNumber               OBJ_pilotAttributeType,41L
    +
    +#define LN_pagerTelephoneNumber         "pagerTelephoneNumber"
    +#define NID_pagerTelephoneNumber                489
    +#define OBJ_pagerTelephoneNumber                OBJ_pilotAttributeType,42L
    +
    +#define LN_friendlyCountryName          "friendlyCountryName"
    +#define NID_friendlyCountryName         490
    +#define OBJ_friendlyCountryName         OBJ_pilotAttributeType,43L
    +
    +#define LN_organizationalStatus         "organizationalStatus"
    +#define NID_organizationalStatus                491
    +#define OBJ_organizationalStatus                OBJ_pilotAttributeType,45L
    +
    +#define LN_janetMailbox         "janetMailbox"
    +#define NID_janetMailbox                492
    +#define OBJ_janetMailbox                OBJ_pilotAttributeType,46L
    +
    +#define LN_mailPreferenceOption         "mailPreferenceOption"
    +#define NID_mailPreferenceOption                493
    +#define OBJ_mailPreferenceOption                OBJ_pilotAttributeType,47L
    +
    +#define LN_buildingName         "buildingName"
    +#define NID_buildingName                494
    +#define OBJ_buildingName                OBJ_pilotAttributeType,48L
    +
    +#define LN_dSAQuality           "dSAQuality"
    +#define NID_dSAQuality          495
    +#define OBJ_dSAQuality          OBJ_pilotAttributeType,49L
    +
    +#define LN_singleLevelQuality           "singleLevelQuality"
    +#define NID_singleLevelQuality          496
    +#define OBJ_singleLevelQuality          OBJ_pilotAttributeType,50L
    +
    +#define LN_subtreeMinimumQuality                "subtreeMinimumQuality"
    +#define NID_subtreeMinimumQuality               497
    +#define OBJ_subtreeMinimumQuality               OBJ_pilotAttributeType,51L
    +
    +#define LN_subtreeMaximumQuality                "subtreeMaximumQuality"
    +#define NID_subtreeMaximumQuality               498
    +#define OBJ_subtreeMaximumQuality               OBJ_pilotAttributeType,52L
    +
    +#define LN_personalSignature            "personalSignature"
    +#define NID_personalSignature           499
    +#define OBJ_personalSignature           OBJ_pilotAttributeType,53L
    +
    +#define LN_dITRedirect          "dITRedirect"
    +#define NID_dITRedirect         500
    +#define OBJ_dITRedirect         OBJ_pilotAttributeType,54L
    +
    +#define SN_audio                "audio"
    +#define NID_audio               501
    +#define OBJ_audio               OBJ_pilotAttributeType,55L
    +
    +#define LN_documentPublisher            "documentPublisher"
    +#define NID_documentPublisher           502
    +#define OBJ_documentPublisher           OBJ_pilotAttributeType,56L
     
    -#define SN_id_cmc_addExtensions		"id-cmc-addExtensions"
    -#define NID_id_cmc_addExtensions		334
    -#define OBJ_id_cmc_addExtensions		OBJ_id_cmc,8L
    +#define SN_id_set               "id-set"
    +#define LN_id_set               "Secure Electronic Transactions"
    +#define NID_id_set              512
    +#define OBJ_id_set              OBJ_international_organizations,42L
    +
    +#define SN_set_ctype            "set-ctype"
    +#define LN_set_ctype            "content types"
    +#define NID_set_ctype           513
    +#define OBJ_set_ctype           OBJ_id_set,0L
    +
    +#define SN_set_msgExt           "set-msgExt"
    +#define LN_set_msgExt           "message extensions"
    +#define NID_set_msgExt          514
    +#define OBJ_set_msgExt          OBJ_id_set,1L
    +
    +#define SN_set_attr             "set-attr"
    +#define NID_set_attr            515
    +#define OBJ_set_attr            OBJ_id_set,3L
    +
    +#define SN_set_policy           "set-policy"
    +#define NID_set_policy          516
    +#define OBJ_set_policy          OBJ_id_set,5L
    +
    +#define SN_set_certExt          "set-certExt"
    +#define LN_set_certExt          "certificate extensions"
    +#define NID_set_certExt         517
    +#define OBJ_set_certExt         OBJ_id_set,7L
     
    -#define SN_id_cmc_encryptedPOP		"id-cmc-encryptedPOP"
    -#define NID_id_cmc_encryptedPOP		335
    -#define OBJ_id_cmc_encryptedPOP		OBJ_id_cmc,9L
    +#define SN_set_brand            "set-brand"
    +#define NID_set_brand           518
    +#define OBJ_set_brand           OBJ_id_set,8L
     
    -#define SN_id_cmc_decryptedPOP		"id-cmc-decryptedPOP"
    -#define NID_id_cmc_decryptedPOP		336
    -#define OBJ_id_cmc_decryptedPOP		OBJ_id_cmc,10L
    +#define SN_setct_PANData                "setct-PANData"
    +#define NID_setct_PANData               519
    +#define OBJ_setct_PANData               OBJ_set_ctype,0L
     
    -#define SN_id_cmc_lraPOPWitness		"id-cmc-lraPOPWitness"
    -#define NID_id_cmc_lraPOPWitness		337
    -#define OBJ_id_cmc_lraPOPWitness		OBJ_id_cmc,11L
    +#define SN_setct_PANToken               "setct-PANToken"
    +#define NID_setct_PANToken              520
    +#define OBJ_setct_PANToken              OBJ_set_ctype,1L
     
    -#define SN_id_cmc_getCert		"id-cmc-getCert"
    -#define NID_id_cmc_getCert		338
    -#define OBJ_id_cmc_getCert		OBJ_id_cmc,15L
    +#define SN_setct_PANOnly                "setct-PANOnly"
    +#define NID_setct_PANOnly               521
    +#define OBJ_setct_PANOnly               OBJ_set_ctype,2L
     
    -#define SN_id_cmc_getCRL		"id-cmc-getCRL"
    -#define NID_id_cmc_getCRL		339
    -#define OBJ_id_cmc_getCRL		OBJ_id_cmc,16L
    +#define SN_setct_OIData         "setct-OIData"
    +#define NID_setct_OIData                522
    +#define OBJ_setct_OIData                OBJ_set_ctype,3L
     
    -#define SN_id_cmc_revokeRequest		"id-cmc-revokeRequest"
    -#define NID_id_cmc_revokeRequest		340
    -#define OBJ_id_cmc_revokeRequest		OBJ_id_cmc,17L
    +#define SN_setct_PI             "setct-PI"
    +#define NID_setct_PI            523
    +#define OBJ_setct_PI            OBJ_set_ctype,4L
     
    -#define SN_id_cmc_regInfo		"id-cmc-regInfo"
    -#define NID_id_cmc_regInfo		341
    -#define OBJ_id_cmc_regInfo		OBJ_id_cmc,18L
    +#define SN_setct_PIData         "setct-PIData"
    +#define NID_setct_PIData                524
    +#define OBJ_setct_PIData                OBJ_set_ctype,5L
     
    -#define SN_id_cmc_responseInfo		"id-cmc-responseInfo"
    -#define NID_id_cmc_responseInfo		342
    -#define OBJ_id_cmc_responseInfo		OBJ_id_cmc,19L
    +#define SN_setct_PIDataUnsigned         "setct-PIDataUnsigned"
    +#define NID_setct_PIDataUnsigned                525
    +#define OBJ_setct_PIDataUnsigned                OBJ_set_ctype,6L
     
    -#define SN_id_cmc_queryPending		"id-cmc-queryPending"
    -#define NID_id_cmc_queryPending		343
    -#define OBJ_id_cmc_queryPending		OBJ_id_cmc,21L
    -
    -#define SN_id_cmc_popLinkRandom		"id-cmc-popLinkRandom"
    -#define NID_id_cmc_popLinkRandom		344
    -#define OBJ_id_cmc_popLinkRandom		OBJ_id_cmc,22L
    -
    -#define SN_id_cmc_popLinkWitness		"id-cmc-popLinkWitness"
    -#define NID_id_cmc_popLinkWitness		345
    -#define OBJ_id_cmc_popLinkWitness		OBJ_id_cmc,23L
    -
    -#define SN_id_cmc_confirmCertAcceptance		"id-cmc-confirmCertAcceptance"
    -#define NID_id_cmc_confirmCertAcceptance		346
    -#define OBJ_id_cmc_confirmCertAcceptance		OBJ_id_cmc,24L
    -
    -#define SN_id_on_personalData		"id-on-personalData"
    -#define NID_id_on_personalData		347
    -#define OBJ_id_on_personalData		OBJ_id_on,1L
    -
    -#define SN_id_on_permanentIdentifier		"id-on-permanentIdentifier"
    -#define LN_id_on_permanentIdentifier		"Permanent Identifier"
    -#define NID_id_on_permanentIdentifier		858
    -#define OBJ_id_on_permanentIdentifier		OBJ_id_on,3L
    -
    -#define SN_id_pda_dateOfBirth		"id-pda-dateOfBirth"
    -#define NID_id_pda_dateOfBirth		348
    -#define OBJ_id_pda_dateOfBirth		OBJ_id_pda,1L
    -
    -#define SN_id_pda_placeOfBirth		"id-pda-placeOfBirth"
    -#define NID_id_pda_placeOfBirth		349
    -#define OBJ_id_pda_placeOfBirth		OBJ_id_pda,2L
    -
    -#define SN_id_pda_gender		"id-pda-gender"
    -#define NID_id_pda_gender		351
    -#define OBJ_id_pda_gender		OBJ_id_pda,3L
    -
    -#define SN_id_pda_countryOfCitizenship		"id-pda-countryOfCitizenship"
    -#define NID_id_pda_countryOfCitizenship		352
    -#define OBJ_id_pda_countryOfCitizenship		OBJ_id_pda,4L
    -
    -#define SN_id_pda_countryOfResidence		"id-pda-countryOfResidence"
    -#define NID_id_pda_countryOfResidence		353
    -#define OBJ_id_pda_countryOfResidence		OBJ_id_pda,5L
    -
    -#define SN_id_aca_authenticationInfo		"id-aca-authenticationInfo"
    -#define NID_id_aca_authenticationInfo		354
    -#define OBJ_id_aca_authenticationInfo		OBJ_id_aca,1L
    -
    -#define SN_id_aca_accessIdentity		"id-aca-accessIdentity"
    -#define NID_id_aca_accessIdentity		355
    -#define OBJ_id_aca_accessIdentity		OBJ_id_aca,2L
    -
    -#define SN_id_aca_chargingIdentity		"id-aca-chargingIdentity"
    -#define NID_id_aca_chargingIdentity		356
    -#define OBJ_id_aca_chargingIdentity		OBJ_id_aca,3L
    -
    -#define SN_id_aca_group		"id-aca-group"
    -#define NID_id_aca_group		357
    -#define OBJ_id_aca_group		OBJ_id_aca,4L
    -
    -#define SN_id_aca_role		"id-aca-role"
    -#define NID_id_aca_role		358
    -#define OBJ_id_aca_role		OBJ_id_aca,5L
    -
    -#define SN_id_aca_encAttrs		"id-aca-encAttrs"
    -#define NID_id_aca_encAttrs		399
    -#define OBJ_id_aca_encAttrs		OBJ_id_aca,6L
    -
    -#define SN_id_qcs_pkixQCSyntax_v1		"id-qcs-pkixQCSyntax-v1"
    -#define NID_id_qcs_pkixQCSyntax_v1		359
    -#define OBJ_id_qcs_pkixQCSyntax_v1		OBJ_id_qcs,1L
    -
    -#define SN_id_cct_crs		"id-cct-crs"
    -#define NID_id_cct_crs		360
    -#define OBJ_id_cct_crs		OBJ_id_cct,1L
    -
    -#define SN_id_cct_PKIData		"id-cct-PKIData"
    -#define NID_id_cct_PKIData		361
    -#define OBJ_id_cct_PKIData		OBJ_id_cct,2L
    -
    -#define SN_id_cct_PKIResponse		"id-cct-PKIResponse"
    -#define NID_id_cct_PKIResponse		362
    -#define OBJ_id_cct_PKIResponse		OBJ_id_cct,3L
    -
    -#define SN_id_ppl_anyLanguage		"id-ppl-anyLanguage"
    -#define LN_id_ppl_anyLanguage		"Any language"
    -#define NID_id_ppl_anyLanguage		664
    -#define OBJ_id_ppl_anyLanguage		OBJ_id_ppl,0L
    -
    -#define SN_id_ppl_inheritAll		"id-ppl-inheritAll"
    -#define LN_id_ppl_inheritAll		"Inherit all"
    -#define NID_id_ppl_inheritAll		665
    -#define OBJ_id_ppl_inheritAll		OBJ_id_ppl,1L
    -
    -#define SN_Independent		"id-ppl-independent"
    -#define LN_Independent		"Independent"
    -#define NID_Independent		667
    -#define OBJ_Independent		OBJ_id_ppl,2L
    -
    -#define SN_ad_OCSP		"OCSP"
    -#define LN_ad_OCSP		"OCSP"
    -#define NID_ad_OCSP		178
    -#define OBJ_ad_OCSP		OBJ_id_ad,1L
    -
    -#define SN_ad_ca_issuers		"caIssuers"
    -#define LN_ad_ca_issuers		"CA Issuers"
    -#define NID_ad_ca_issuers		179
    -#define OBJ_ad_ca_issuers		OBJ_id_ad,2L
    -
    -#define SN_ad_timeStamping		"ad_timestamping"
    -#define LN_ad_timeStamping		"AD Time Stamping"
    -#define NID_ad_timeStamping		363
    -#define OBJ_ad_timeStamping		OBJ_id_ad,3L
    -
    -#define SN_ad_dvcs		"AD_DVCS"
    -#define LN_ad_dvcs		"ad dvcs"
    -#define NID_ad_dvcs		364
    -#define OBJ_ad_dvcs		OBJ_id_ad,4L
    -
    -#define SN_caRepository		"caRepository"
    -#define LN_caRepository		"CA Repository"
    -#define NID_caRepository		785
    -#define OBJ_caRepository		OBJ_id_ad,5L
    -
    -#define OBJ_id_pkix_OCSP		OBJ_ad_OCSP
    -
    -#define SN_id_pkix_OCSP_basic		"basicOCSPResponse"
    -#define LN_id_pkix_OCSP_basic		"Basic OCSP Response"
    -#define NID_id_pkix_OCSP_basic		365
    -#define OBJ_id_pkix_OCSP_basic		OBJ_id_pkix_OCSP,1L
    -
    -#define SN_id_pkix_OCSP_Nonce		"Nonce"
    -#define LN_id_pkix_OCSP_Nonce		"OCSP Nonce"
    -#define NID_id_pkix_OCSP_Nonce		366
    -#define OBJ_id_pkix_OCSP_Nonce		OBJ_id_pkix_OCSP,2L
    -
    -#define SN_id_pkix_OCSP_CrlID		"CrlID"
    -#define LN_id_pkix_OCSP_CrlID		"OCSP CRL ID"
    -#define NID_id_pkix_OCSP_CrlID		367
    -#define OBJ_id_pkix_OCSP_CrlID		OBJ_id_pkix_OCSP,3L
    -
    -#define SN_id_pkix_OCSP_acceptableResponses		"acceptableResponses"
    -#define LN_id_pkix_OCSP_acceptableResponses		"Acceptable OCSP Responses"
    -#define NID_id_pkix_OCSP_acceptableResponses		368
    -#define OBJ_id_pkix_OCSP_acceptableResponses		OBJ_id_pkix_OCSP,4L
    -
    -#define SN_id_pkix_OCSP_noCheck		"noCheck"
    -#define LN_id_pkix_OCSP_noCheck		"OCSP No Check"
    -#define NID_id_pkix_OCSP_noCheck		369
    -#define OBJ_id_pkix_OCSP_noCheck		OBJ_id_pkix_OCSP,5L
    -
    -#define SN_id_pkix_OCSP_archiveCutoff		"archiveCutoff"
    -#define LN_id_pkix_OCSP_archiveCutoff		"OCSP Archive Cutoff"
    -#define NID_id_pkix_OCSP_archiveCutoff		370
    -#define OBJ_id_pkix_OCSP_archiveCutoff		OBJ_id_pkix_OCSP,6L
    -
    -#define SN_id_pkix_OCSP_serviceLocator		"serviceLocator"
    -#define LN_id_pkix_OCSP_serviceLocator		"OCSP Service Locator"
    -#define NID_id_pkix_OCSP_serviceLocator		371
    -#define OBJ_id_pkix_OCSP_serviceLocator		OBJ_id_pkix_OCSP,7L
    -
    -#define SN_id_pkix_OCSP_extendedStatus		"extendedStatus"
    -#define LN_id_pkix_OCSP_extendedStatus		"Extended OCSP Status"
    -#define NID_id_pkix_OCSP_extendedStatus		372
    -#define OBJ_id_pkix_OCSP_extendedStatus		OBJ_id_pkix_OCSP,8L
    -
    -#define SN_id_pkix_OCSP_valid		"valid"
    -#define NID_id_pkix_OCSP_valid		373
    -#define OBJ_id_pkix_OCSP_valid		OBJ_id_pkix_OCSP,9L
    -
    -#define SN_id_pkix_OCSP_path		"path"
    -#define NID_id_pkix_OCSP_path		374
    -#define OBJ_id_pkix_OCSP_path		OBJ_id_pkix_OCSP,10L
    -
    -#define SN_id_pkix_OCSP_trustRoot		"trustRoot"
    -#define LN_id_pkix_OCSP_trustRoot		"Trust Root"
    -#define NID_id_pkix_OCSP_trustRoot		375
    -#define OBJ_id_pkix_OCSP_trustRoot		OBJ_id_pkix_OCSP,11L
    -
    -#define SN_algorithm		"algorithm"
    -#define LN_algorithm		"algorithm"
    -#define NID_algorithm		376
    -#define OBJ_algorithm		1L,3L,14L,3L,2L
    -
    -#define SN_md5WithRSA		"RSA-NP-MD5"
    -#define LN_md5WithRSA		"md5WithRSA"
    -#define NID_md5WithRSA		104
    -#define OBJ_md5WithRSA		OBJ_algorithm,3L
    -
    -#define SN_des_ecb		"DES-ECB"
    -#define LN_des_ecb		"des-ecb"
    -#define NID_des_ecb		29
    -#define OBJ_des_ecb		OBJ_algorithm,6L
    -
    -#define SN_des_cbc		"DES-CBC"
    -#define LN_des_cbc		"des-cbc"
    -#define NID_des_cbc		31
    -#define OBJ_des_cbc		OBJ_algorithm,7L
    -
    -#define SN_des_ofb64		"DES-OFB"
    -#define LN_des_ofb64		"des-ofb"
    -#define NID_des_ofb64		45
    -#define OBJ_des_ofb64		OBJ_algorithm,8L
    -
    -#define SN_des_cfb64		"DES-CFB"
    -#define LN_des_cfb64		"des-cfb"
    -#define NID_des_cfb64		30
    -#define OBJ_des_cfb64		OBJ_algorithm,9L
    -
    -#define SN_rsaSignature		"rsaSignature"
    -#define NID_rsaSignature		377
    -#define OBJ_rsaSignature		OBJ_algorithm,11L
    -
    -#define SN_dsa_2		"DSA-old"
    -#define LN_dsa_2		"dsaEncryption-old"
    -#define NID_dsa_2		67
    -#define OBJ_dsa_2		OBJ_algorithm,12L
    -
    -#define SN_dsaWithSHA		"DSA-SHA"
    -#define LN_dsaWithSHA		"dsaWithSHA"
    -#define NID_dsaWithSHA		66
    -#define OBJ_dsaWithSHA		OBJ_algorithm,13L
    -
    -#define SN_shaWithRSAEncryption		"RSA-SHA"
    -#define LN_shaWithRSAEncryption		"shaWithRSAEncryption"
    -#define NID_shaWithRSAEncryption		42
    -#define OBJ_shaWithRSAEncryption		OBJ_algorithm,15L
    -
    -#define SN_des_ede_ecb		"DES-EDE"
    -#define LN_des_ede_ecb		"des-ede"
    -#define NID_des_ede_ecb		32
    -#define OBJ_des_ede_ecb		OBJ_algorithm,17L
    -
    -#define SN_des_ede3_ecb		"DES-EDE3"
    -#define LN_des_ede3_ecb		"des-ede3"
    -#define NID_des_ede3_ecb		33
    -
    -#define SN_des_ede_cbc		"DES-EDE-CBC"
    -#define LN_des_ede_cbc		"des-ede-cbc"
    -#define NID_des_ede_cbc		43
    -
    -#define SN_des_ede_cfb64		"DES-EDE-CFB"
    -#define LN_des_ede_cfb64		"des-ede-cfb"
    -#define NID_des_ede_cfb64		60
    -
    -#define SN_des_ede3_cfb64		"DES-EDE3-CFB"
    -#define LN_des_ede3_cfb64		"des-ede3-cfb"
    -#define NID_des_ede3_cfb64		61
    -
    -#define SN_des_ede_ofb64		"DES-EDE-OFB"
    -#define LN_des_ede_ofb64		"des-ede-ofb"
    -#define NID_des_ede_ofb64		62
    -
    -#define SN_des_ede3_ofb64		"DES-EDE3-OFB"
    -#define LN_des_ede3_ofb64		"des-ede3-ofb"
    -#define NID_des_ede3_ofb64		63
    -
    -#define SN_desx_cbc		"DESX-CBC"
    -#define LN_desx_cbc		"desx-cbc"
    -#define NID_desx_cbc		80
    -
    -#define SN_sha		"SHA"
    -#define LN_sha		"sha"
    -#define NID_sha		41
    -#define OBJ_sha		OBJ_algorithm,18L
    -
    -#define SN_sha1		"SHA1"
    -#define LN_sha1		"sha1"
    -#define NID_sha1		64
    -#define OBJ_sha1		OBJ_algorithm,26L
    -
    -#define SN_dsaWithSHA1_2		"DSA-SHA1-old"
    -#define LN_dsaWithSHA1_2		"dsaWithSHA1-old"
    -#define NID_dsaWithSHA1_2		70
    -#define OBJ_dsaWithSHA1_2		OBJ_algorithm,27L
    -
    -#define SN_sha1WithRSA		"RSA-SHA1-2"
    -#define LN_sha1WithRSA		"sha1WithRSA"
    -#define NID_sha1WithRSA		115
    -#define OBJ_sha1WithRSA		OBJ_algorithm,29L
    -
    -#define SN_ripemd160		"RIPEMD160"
    -#define LN_ripemd160		"ripemd160"
    -#define NID_ripemd160		117
    -#define OBJ_ripemd160		1L,3L,36L,3L,2L,1L
    -
    -#define SN_ripemd160WithRSA		"RSA-RIPEMD160"
    -#define LN_ripemd160WithRSA		"ripemd160WithRSA"
    -#define NID_ripemd160WithRSA		119
    -#define OBJ_ripemd160WithRSA		1L,3L,36L,3L,3L,1L,2L
    -
    -#define SN_sxnet		"SXNetID"
    -#define LN_sxnet		"Strong Extranet ID"
    -#define NID_sxnet		143
    -#define OBJ_sxnet		1L,3L,101L,1L,4L,1L
    -
    -#define SN_X500		"X500"
    -#define LN_X500		"directory services (X.500)"
    -#define NID_X500		11
    -#define OBJ_X500		2L,5L
    -
    -#define SN_X509		"X509"
    -#define NID_X509		12
    -#define OBJ_X509		OBJ_X500,4L
    -
    -#define SN_commonName		"CN"
    -#define LN_commonName		"commonName"
    -#define NID_commonName		13
    -#define OBJ_commonName		OBJ_X509,3L
    -
    -#define SN_surname		"SN"
    -#define LN_surname		"surname"
    -#define NID_surname		100
    -#define OBJ_surname		OBJ_X509,4L
    -
    -#define LN_serialNumber		"serialNumber"
    -#define NID_serialNumber		105
    -#define OBJ_serialNumber		OBJ_X509,5L
    -
    -#define SN_countryName		"C"
    -#define LN_countryName		"countryName"
    -#define NID_countryName		14
    -#define OBJ_countryName		OBJ_X509,6L
    -
    -#define SN_localityName		"L"
    -#define LN_localityName		"localityName"
    -#define NID_localityName		15
    -#define OBJ_localityName		OBJ_X509,7L
    -
    -#define SN_stateOrProvinceName		"ST"
    -#define LN_stateOrProvinceName		"stateOrProvinceName"
    -#define NID_stateOrProvinceName		16
    -#define OBJ_stateOrProvinceName		OBJ_X509,8L
    -
    -#define SN_streetAddress		"street"
    -#define LN_streetAddress		"streetAddress"
    -#define NID_streetAddress		660
    -#define OBJ_streetAddress		OBJ_X509,9L
    -
    -#define SN_organizationName		"O"
    -#define LN_organizationName		"organizationName"
    -#define NID_organizationName		17
    -#define OBJ_organizationName		OBJ_X509,10L
    -
    -#define SN_organizationalUnitName		"OU"
    -#define LN_organizationalUnitName		"organizationalUnitName"
    -#define NID_organizationalUnitName		18
    -#define OBJ_organizationalUnitName		OBJ_X509,11L
    -
    -#define SN_title		"title"
    -#define LN_title		"title"
    -#define NID_title		106
    -#define OBJ_title		OBJ_X509,12L
    -
    -#define LN_description		"description"
    -#define NID_description		107
    -#define OBJ_description		OBJ_X509,13L
    -
    -#define LN_searchGuide		"searchGuide"
    -#define NID_searchGuide		859
    -#define OBJ_searchGuide		OBJ_X509,14L
    -
    -#define LN_businessCategory		"businessCategory"
    -#define NID_businessCategory		860
    -#define OBJ_businessCategory		OBJ_X509,15L
    -
    -#define LN_postalAddress		"postalAddress"
    -#define NID_postalAddress		861
    -#define OBJ_postalAddress		OBJ_X509,16L
    -
    -#define LN_postalCode		"postalCode"
    -#define NID_postalCode		661
    -#define OBJ_postalCode		OBJ_X509,17L
    -
    -#define LN_postOfficeBox		"postOfficeBox"
    -#define NID_postOfficeBox		862
    -#define OBJ_postOfficeBox		OBJ_X509,18L
    -
    -#define LN_physicalDeliveryOfficeName		"physicalDeliveryOfficeName"
    -#define NID_physicalDeliveryOfficeName		863
    -#define OBJ_physicalDeliveryOfficeName		OBJ_X509,19L
    -
    -#define LN_telephoneNumber		"telephoneNumber"
    -#define NID_telephoneNumber		864
    -#define OBJ_telephoneNumber		OBJ_X509,20L
    -
    -#define LN_telexNumber		"telexNumber"
    -#define NID_telexNumber		865
    -#define OBJ_telexNumber		OBJ_X509,21L
    -
    -#define LN_teletexTerminalIdentifier		"teletexTerminalIdentifier"
    -#define NID_teletexTerminalIdentifier		866
    -#define OBJ_teletexTerminalIdentifier		OBJ_X509,22L
    -
    -#define LN_facsimileTelephoneNumber		"facsimileTelephoneNumber"
    -#define NID_facsimileTelephoneNumber		867
    -#define OBJ_facsimileTelephoneNumber		OBJ_X509,23L
    -
    -#define LN_x121Address		"x121Address"
    -#define NID_x121Address		868
    -#define OBJ_x121Address		OBJ_X509,24L
    -
    -#define LN_internationaliSDNNumber		"internationaliSDNNumber"
    -#define NID_internationaliSDNNumber		869
    -#define OBJ_internationaliSDNNumber		OBJ_X509,25L
    -
    -#define LN_registeredAddress		"registeredAddress"
    -#define NID_registeredAddress		870
    -#define OBJ_registeredAddress		OBJ_X509,26L
    -
    -#define LN_destinationIndicator		"destinationIndicator"
    -#define NID_destinationIndicator		871
    -#define OBJ_destinationIndicator		OBJ_X509,27L
    -
    -#define LN_preferredDeliveryMethod		"preferredDeliveryMethod"
    -#define NID_preferredDeliveryMethod		872
    -#define OBJ_preferredDeliveryMethod		OBJ_X509,28L
    -
    -#define LN_presentationAddress		"presentationAddress"
    -#define NID_presentationAddress		873
    -#define OBJ_presentationAddress		OBJ_X509,29L
    -
    -#define LN_supportedApplicationContext		"supportedApplicationContext"
    -#define NID_supportedApplicationContext		874
    -#define OBJ_supportedApplicationContext		OBJ_X509,30L
    -
    -#define SN_member		"member"
    -#define NID_member		875
    -#define OBJ_member		OBJ_X509,31L
    -
    -#define SN_owner		"owner"
    -#define NID_owner		876
    -#define OBJ_owner		OBJ_X509,32L
    -
    -#define LN_roleOccupant		"roleOccupant"
    -#define NID_roleOccupant		877
    -#define OBJ_roleOccupant		OBJ_X509,33L
    -
    -#define SN_seeAlso		"seeAlso"
    -#define NID_seeAlso		878
    -#define OBJ_seeAlso		OBJ_X509,34L
    -
    -#define LN_userPassword		"userPassword"
    -#define NID_userPassword		879
    -#define OBJ_userPassword		OBJ_X509,35L
    -
    -#define LN_userCertificate		"userCertificate"
    -#define NID_userCertificate		880
    -#define OBJ_userCertificate		OBJ_X509,36L
    -
    -#define LN_cACertificate		"cACertificate"
    -#define NID_cACertificate		881
    -#define OBJ_cACertificate		OBJ_X509,37L
    -
    -#define LN_authorityRevocationList		"authorityRevocationList"
    -#define NID_authorityRevocationList		882
    -#define OBJ_authorityRevocationList		OBJ_X509,38L
    -
    -#define LN_certificateRevocationList		"certificateRevocationList"
    -#define NID_certificateRevocationList		883
    -#define OBJ_certificateRevocationList		OBJ_X509,39L
    -
    -#define LN_crossCertificatePair		"crossCertificatePair"
    -#define NID_crossCertificatePair		884
    -#define OBJ_crossCertificatePair		OBJ_X509,40L
    -
    -#define SN_name		"name"
    -#define LN_name		"name"
    -#define NID_name		173
    -#define OBJ_name		OBJ_X509,41L
    -
    -#define SN_givenName		"GN"
    -#define LN_givenName		"givenName"
    -#define NID_givenName		99
    -#define OBJ_givenName		OBJ_X509,42L
    -
    -#define SN_initials		"initials"
    -#define LN_initials		"initials"
    -#define NID_initials		101
    -#define OBJ_initials		OBJ_X509,43L
    -
    -#define LN_generationQualifier		"generationQualifier"
    -#define NID_generationQualifier		509
    -#define OBJ_generationQualifier		OBJ_X509,44L
    -
    -#define LN_x500UniqueIdentifier		"x500UniqueIdentifier"
    -#define NID_x500UniqueIdentifier		503
    -#define OBJ_x500UniqueIdentifier		OBJ_X509,45L
    -
    -#define SN_dnQualifier		"dnQualifier"
    -#define LN_dnQualifier		"dnQualifier"
    -#define NID_dnQualifier		174
    -#define OBJ_dnQualifier		OBJ_X509,46L
    -
    -#define LN_enhancedSearchGuide		"enhancedSearchGuide"
    -#define NID_enhancedSearchGuide		885
    -#define OBJ_enhancedSearchGuide		OBJ_X509,47L
    -
    -#define LN_protocolInformation		"protocolInformation"
    -#define NID_protocolInformation		886
    -#define OBJ_protocolInformation		OBJ_X509,48L
    -
    -#define LN_distinguishedName		"distinguishedName"
    -#define NID_distinguishedName		887
    -#define OBJ_distinguishedName		OBJ_X509,49L
    -
    -#define LN_uniqueMember		"uniqueMember"
    -#define NID_uniqueMember		888
    -#define OBJ_uniqueMember		OBJ_X509,50L
    -
    -#define LN_houseIdentifier		"houseIdentifier"
    -#define NID_houseIdentifier		889
    -#define OBJ_houseIdentifier		OBJ_X509,51L
    -
    -#define LN_supportedAlgorithms		"supportedAlgorithms"
    -#define NID_supportedAlgorithms		890
    -#define OBJ_supportedAlgorithms		OBJ_X509,52L
    -
    -#define LN_deltaRevocationList		"deltaRevocationList"
    -#define NID_deltaRevocationList		891
    -#define OBJ_deltaRevocationList		OBJ_X509,53L
    -
    -#define SN_dmdName		"dmdName"
    -#define NID_dmdName		892
    -#define OBJ_dmdName		OBJ_X509,54L
    -
    -#define LN_pseudonym		"pseudonym"
    -#define NID_pseudonym		510
    -#define OBJ_pseudonym		OBJ_X509,65L
    -
    -#define SN_role		"role"
    -#define LN_role		"role"
    -#define NID_role		400
    -#define OBJ_role		OBJ_X509,72L
    -
    -#define SN_X500algorithms		"X500algorithms"
    -#define LN_X500algorithms		"directory services - algorithms"
    -#define NID_X500algorithms		378
    -#define OBJ_X500algorithms		OBJ_X500,8L
    -
    -#define SN_rsa		"RSA"
    -#define LN_rsa		"rsa"
    -#define NID_rsa		19
    -#define OBJ_rsa		OBJ_X500algorithms,1L,1L
    -
    -#define SN_mdc2WithRSA		"RSA-MDC2"
    -#define LN_mdc2WithRSA		"mdc2WithRSA"
    -#define NID_mdc2WithRSA		96
    -#define OBJ_mdc2WithRSA		OBJ_X500algorithms,3L,100L
    -
    -#define SN_mdc2		"MDC2"
    -#define LN_mdc2		"mdc2"
    -#define NID_mdc2		95
    -#define OBJ_mdc2		OBJ_X500algorithms,3L,101L
    -
    -#define SN_id_ce		"id-ce"
    -#define NID_id_ce		81
    -#define OBJ_id_ce		OBJ_X500,29L
    -
    -#define SN_subject_directory_attributes		"subjectDirectoryAttributes"
    -#define LN_subject_directory_attributes		"X509v3 Subject Directory Attributes"
    -#define NID_subject_directory_attributes		769
    -#define OBJ_subject_directory_attributes		OBJ_id_ce,9L
    -
    -#define SN_subject_key_identifier		"subjectKeyIdentifier"
    -#define LN_subject_key_identifier		"X509v3 Subject Key Identifier"
    -#define NID_subject_key_identifier		82
    -#define OBJ_subject_key_identifier		OBJ_id_ce,14L
    -
    -#define SN_key_usage		"keyUsage"
    -#define LN_key_usage		"X509v3 Key Usage"
    -#define NID_key_usage		83
    -#define OBJ_key_usage		OBJ_id_ce,15L
    -
    -#define SN_private_key_usage_period		"privateKeyUsagePeriod"
    -#define LN_private_key_usage_period		"X509v3 Private Key Usage Period"
    -#define NID_private_key_usage_period		84
    -#define OBJ_private_key_usage_period		OBJ_id_ce,16L
    -
    -#define SN_subject_alt_name		"subjectAltName"
    -#define LN_subject_alt_name		"X509v3 Subject Alternative Name"
    -#define NID_subject_alt_name		85
    -#define OBJ_subject_alt_name		OBJ_id_ce,17L
    -
    -#define SN_issuer_alt_name		"issuerAltName"
    -#define LN_issuer_alt_name		"X509v3 Issuer Alternative Name"
    -#define NID_issuer_alt_name		86
    -#define OBJ_issuer_alt_name		OBJ_id_ce,18L
    -
    -#define SN_basic_constraints		"basicConstraints"
    -#define LN_basic_constraints		"X509v3 Basic Constraints"
    -#define NID_basic_constraints		87
    -#define OBJ_basic_constraints		OBJ_id_ce,19L
    -
    -#define SN_crl_number		"crlNumber"
    -#define LN_crl_number		"X509v3 CRL Number"
    -#define NID_crl_number		88
    -#define OBJ_crl_number		OBJ_id_ce,20L
    -
    -#define SN_crl_reason		"CRLReason"
    -#define LN_crl_reason		"X509v3 CRL Reason Code"
    -#define NID_crl_reason		141
    -#define OBJ_crl_reason		OBJ_id_ce,21L
    -
    -#define SN_invalidity_date		"invalidityDate"
    -#define LN_invalidity_date		"Invalidity Date"
    -#define NID_invalidity_date		142
    -#define OBJ_invalidity_date		OBJ_id_ce,24L
    -
    -#define SN_delta_crl		"deltaCRL"
    -#define LN_delta_crl		"X509v3 Delta CRL Indicator"
    -#define NID_delta_crl		140
    -#define OBJ_delta_crl		OBJ_id_ce,27L
    -
    -#define SN_issuing_distribution_point		"issuingDistributionPoint"
    -#define LN_issuing_distribution_point		"X509v3 Issuing Distrubution Point"
    -#define NID_issuing_distribution_point		770
    -#define OBJ_issuing_distribution_point		OBJ_id_ce,28L
    -
    -#define SN_certificate_issuer		"certificateIssuer"
    -#define LN_certificate_issuer		"X509v3 Certificate Issuer"
    -#define NID_certificate_issuer		771
    -#define OBJ_certificate_issuer		OBJ_id_ce,29L
    -
    -#define SN_name_constraints		"nameConstraints"
    -#define LN_name_constraints		"X509v3 Name Constraints"
    -#define NID_name_constraints		666
    -#define OBJ_name_constraints		OBJ_id_ce,30L
    -
    -#define SN_crl_distribution_points		"crlDistributionPoints"
    -#define LN_crl_distribution_points		"X509v3 CRL Distribution Points"
    -#define NID_crl_distribution_points		103
    -#define OBJ_crl_distribution_points		OBJ_id_ce,31L
    -
    -#define SN_certificate_policies		"certificatePolicies"
    -#define LN_certificate_policies		"X509v3 Certificate Policies"
    -#define NID_certificate_policies		89
    -#define OBJ_certificate_policies		OBJ_id_ce,32L
    -
    -#define SN_any_policy		"anyPolicy"
    -#define LN_any_policy		"X509v3 Any Policy"
    -#define NID_any_policy		746
    -#define OBJ_any_policy		OBJ_certificate_policies,0L
    -
    -#define SN_policy_mappings		"policyMappings"
    -#define LN_policy_mappings		"X509v3 Policy Mappings"
    -#define NID_policy_mappings		747
    -#define OBJ_policy_mappings		OBJ_id_ce,33L
    -
    -#define SN_authority_key_identifier		"authorityKeyIdentifier"
    -#define LN_authority_key_identifier		"X509v3 Authority Key Identifier"
    -#define NID_authority_key_identifier		90
    -#define OBJ_authority_key_identifier		OBJ_id_ce,35L
    -
    -#define SN_policy_constraints		"policyConstraints"
    -#define LN_policy_constraints		"X509v3 Policy Constraints"
    -#define NID_policy_constraints		401
    -#define OBJ_policy_constraints		OBJ_id_ce,36L
    -
    -#define SN_ext_key_usage		"extendedKeyUsage"
    -#define LN_ext_key_usage		"X509v3 Extended Key Usage"
    -#define NID_ext_key_usage		126
    -#define OBJ_ext_key_usage		OBJ_id_ce,37L
    -
    -#define SN_freshest_crl		"freshestCRL"
    -#define LN_freshest_crl		"X509v3 Freshest CRL"
    -#define NID_freshest_crl		857
    -#define OBJ_freshest_crl		OBJ_id_ce,46L
    -
    -#define SN_inhibit_any_policy		"inhibitAnyPolicy"
    -#define LN_inhibit_any_policy		"X509v3 Inhibit Any Policy"
    -#define NID_inhibit_any_policy		748
    -#define OBJ_inhibit_any_policy		OBJ_id_ce,54L
    -
    -#define SN_target_information		"targetInformation"
    -#define LN_target_information		"X509v3 AC Targeting"
    -#define NID_target_information		402
    -#define OBJ_target_information		OBJ_id_ce,55L
    -
    -#define SN_no_rev_avail		"noRevAvail"
    -#define LN_no_rev_avail		"X509v3 No Revocation Available"
    -#define NID_no_rev_avail		403
    -#define OBJ_no_rev_avail		OBJ_id_ce,56L
    -
    -#define SN_anyExtendedKeyUsage		"anyExtendedKeyUsage"
    -#define LN_anyExtendedKeyUsage		"Any Extended Key Usage"
    -#define NID_anyExtendedKeyUsage		910
    -#define OBJ_anyExtendedKeyUsage		OBJ_ext_key_usage,0L
    -
    -#define SN_netscape		"Netscape"
    -#define LN_netscape		"Netscape Communications Corp."
    -#define NID_netscape		57
    -#define OBJ_netscape		2L,16L,840L,1L,113730L
    -
    -#define SN_netscape_cert_extension		"nsCertExt"
    -#define LN_netscape_cert_extension		"Netscape Certificate Extension"
    -#define NID_netscape_cert_extension		58
    -#define OBJ_netscape_cert_extension		OBJ_netscape,1L
    -
    -#define SN_netscape_data_type		"nsDataType"
    -#define LN_netscape_data_type		"Netscape Data Type"
    -#define NID_netscape_data_type		59
    -#define OBJ_netscape_data_type		OBJ_netscape,2L
    -
    -#define SN_netscape_cert_type		"nsCertType"
    -#define LN_netscape_cert_type		"Netscape Cert Type"
    -#define NID_netscape_cert_type		71
    -#define OBJ_netscape_cert_type		OBJ_netscape_cert_extension,1L
    -
    -#define SN_netscape_base_url		"nsBaseUrl"
    -#define LN_netscape_base_url		"Netscape Base Url"
    -#define NID_netscape_base_url		72
    -#define OBJ_netscape_base_url		OBJ_netscape_cert_extension,2L
    -
    -#define SN_netscape_revocation_url		"nsRevocationUrl"
    -#define LN_netscape_revocation_url		"Netscape Revocation Url"
    -#define NID_netscape_revocation_url		73
    -#define OBJ_netscape_revocation_url		OBJ_netscape_cert_extension,3L
    -
    -#define SN_netscape_ca_revocation_url		"nsCaRevocationUrl"
    -#define LN_netscape_ca_revocation_url		"Netscape CA Revocation Url"
    -#define NID_netscape_ca_revocation_url		74
    -#define OBJ_netscape_ca_revocation_url		OBJ_netscape_cert_extension,4L
    -
    -#define SN_netscape_renewal_url		"nsRenewalUrl"
    -#define LN_netscape_renewal_url		"Netscape Renewal Url"
    -#define NID_netscape_renewal_url		75
    -#define OBJ_netscape_renewal_url		OBJ_netscape_cert_extension,7L
    -
    -#define SN_netscape_ca_policy_url		"nsCaPolicyUrl"
    -#define LN_netscape_ca_policy_url		"Netscape CA Policy Url"
    -#define NID_netscape_ca_policy_url		76
    -#define OBJ_netscape_ca_policy_url		OBJ_netscape_cert_extension,8L
    -
    -#define SN_netscape_ssl_server_name		"nsSslServerName"
    -#define LN_netscape_ssl_server_name		"Netscape SSL Server Name"
    -#define NID_netscape_ssl_server_name		77
    -#define OBJ_netscape_ssl_server_name		OBJ_netscape_cert_extension,12L
    -
    -#define SN_netscape_comment		"nsComment"
    -#define LN_netscape_comment		"Netscape Comment"
    -#define NID_netscape_comment		78
    -#define OBJ_netscape_comment		OBJ_netscape_cert_extension,13L
    -
    -#define SN_netscape_cert_sequence		"nsCertSequence"
    -#define LN_netscape_cert_sequence		"Netscape Certificate Sequence"
    -#define NID_netscape_cert_sequence		79
    -#define OBJ_netscape_cert_sequence		OBJ_netscape_data_type,5L
    -
    -#define SN_ns_sgc		"nsSGC"
    -#define LN_ns_sgc		"Netscape Server Gated Crypto"
    -#define NID_ns_sgc		139
    -#define OBJ_ns_sgc		OBJ_netscape,4L,1L
    -
    -#define SN_org		"ORG"
    -#define LN_org		"org"
    -#define NID_org		379
    -#define OBJ_org		OBJ_iso,3L
    -
    -#define SN_dod		"DOD"
    -#define LN_dod		"dod"
    -#define NID_dod		380
    -#define OBJ_dod		OBJ_org,6L
    -
    -#define SN_iana		"IANA"
    -#define LN_iana		"iana"
    -#define NID_iana		381
    -#define OBJ_iana		OBJ_dod,1L
    -
    -#define OBJ_internet		OBJ_iana
    -
    -#define SN_Directory		"directory"
    -#define LN_Directory		"Directory"
    -#define NID_Directory		382
    -#define OBJ_Directory		OBJ_internet,1L
    -
    -#define SN_Management		"mgmt"
    -#define LN_Management		"Management"
    -#define NID_Management		383
    -#define OBJ_Management		OBJ_internet,2L
    -
    -#define SN_Experimental		"experimental"
    -#define LN_Experimental		"Experimental"
    -#define NID_Experimental		384
    -#define OBJ_Experimental		OBJ_internet,3L
    -
    -#define SN_Private		"private"
    -#define LN_Private		"Private"
    -#define NID_Private		385
    -#define OBJ_Private		OBJ_internet,4L
    -
    -#define SN_Security		"security"
    -#define LN_Security		"Security"
    -#define NID_Security		386
    -#define OBJ_Security		OBJ_internet,5L
    -
    -#define SN_SNMPv2		"snmpv2"
    -#define LN_SNMPv2		"SNMPv2"
    -#define NID_SNMPv2		387
    -#define OBJ_SNMPv2		OBJ_internet,6L
    -
    -#define LN_Mail		"Mail"
    -#define NID_Mail		388
    -#define OBJ_Mail		OBJ_internet,7L
    -
    -#define SN_Enterprises		"enterprises"
    -#define LN_Enterprises		"Enterprises"
    -#define NID_Enterprises		389
    -#define OBJ_Enterprises		OBJ_Private,1L
    -
    -#define SN_dcObject		"dcobject"
    -#define LN_dcObject		"dcObject"
    -#define NID_dcObject		390
    -#define OBJ_dcObject		OBJ_Enterprises,1466L,344L
    -
    -#define SN_mime_mhs		"mime-mhs"
    -#define LN_mime_mhs		"MIME MHS"
    -#define NID_mime_mhs		504
    -#define OBJ_mime_mhs		OBJ_Mail,1L
    -
    -#define SN_mime_mhs_headings		"mime-mhs-headings"
    -#define LN_mime_mhs_headings		"mime-mhs-headings"
    -#define NID_mime_mhs_headings		505
    -#define OBJ_mime_mhs_headings		OBJ_mime_mhs,1L
    -
    -#define SN_mime_mhs_bodies		"mime-mhs-bodies"
    -#define LN_mime_mhs_bodies		"mime-mhs-bodies"
    -#define NID_mime_mhs_bodies		506
    -#define OBJ_mime_mhs_bodies		OBJ_mime_mhs,2L
    -
    -#define SN_id_hex_partial_message		"id-hex-partial-message"
    -#define LN_id_hex_partial_message		"id-hex-partial-message"
    -#define NID_id_hex_partial_message		507
    -#define OBJ_id_hex_partial_message		OBJ_mime_mhs_headings,1L
    -
    -#define SN_id_hex_multipart_message		"id-hex-multipart-message"
    -#define LN_id_hex_multipart_message		"id-hex-multipart-message"
    -#define NID_id_hex_multipart_message		508
    -#define OBJ_id_hex_multipart_message		OBJ_mime_mhs_headings,2L
    -
    -#define SN_rle_compression		"RLE"
    -#define LN_rle_compression		"run length compression"
    -#define NID_rle_compression		124
    -#define OBJ_rle_compression		1L,1L,1L,1L,666L,1L
    -
    -#define SN_zlib_compression		"ZLIB"
    -#define LN_zlib_compression		"zlib compression"
    -#define NID_zlib_compression		125
    -#define OBJ_zlib_compression		OBJ_id_smime_alg,8L
    -
    -#define OBJ_csor		2L,16L,840L,1L,101L,3L
    -
    -#define OBJ_nistAlgorithms		OBJ_csor,4L
    -
    -#define OBJ_aes		OBJ_nistAlgorithms,1L
    -
    -#define SN_aes_128_ecb		"AES-128-ECB"
    -#define LN_aes_128_ecb		"aes-128-ecb"
    -#define NID_aes_128_ecb		418
    -#define OBJ_aes_128_ecb		OBJ_aes,1L
    -
    -#define SN_aes_128_cbc		"AES-128-CBC"
    -#define LN_aes_128_cbc		"aes-128-cbc"
    -#define NID_aes_128_cbc		419
    -#define OBJ_aes_128_cbc		OBJ_aes,2L
    -
    -#define SN_aes_128_ofb128		"AES-128-OFB"
    -#define LN_aes_128_ofb128		"aes-128-ofb"
    -#define NID_aes_128_ofb128		420
    -#define OBJ_aes_128_ofb128		OBJ_aes,3L
    -
    -#define SN_aes_128_cfb128		"AES-128-CFB"
    -#define LN_aes_128_cfb128		"aes-128-cfb"
    -#define NID_aes_128_cfb128		421
    -#define OBJ_aes_128_cfb128		OBJ_aes,4L
    -
    -#define SN_id_aes128_wrap		"id-aes128-wrap"
    -#define NID_id_aes128_wrap		788
    -#define OBJ_id_aes128_wrap		OBJ_aes,5L
    -
    -#define SN_aes_128_gcm		"id-aes128-GCM"
    -#define LN_aes_128_gcm		"aes-128-gcm"
    -#define NID_aes_128_gcm		895
    -#define OBJ_aes_128_gcm		OBJ_aes,6L
    -
    -#define SN_aes_128_ccm		"id-aes128-CCM"
    -#define LN_aes_128_ccm		"aes-128-ccm"
    -#define NID_aes_128_ccm		896
    -#define OBJ_aes_128_ccm		OBJ_aes,7L
    -
    -#define SN_id_aes128_wrap_pad		"id-aes128-wrap-pad"
    -#define NID_id_aes128_wrap_pad		897
    -#define OBJ_id_aes128_wrap_pad		OBJ_aes,8L
    -
    -#define SN_aes_192_ecb		"AES-192-ECB"
    -#define LN_aes_192_ecb		"aes-192-ecb"
    -#define NID_aes_192_ecb		422
    -#define OBJ_aes_192_ecb		OBJ_aes,21L
    -
    -#define SN_aes_192_cbc		"AES-192-CBC"
    -#define LN_aes_192_cbc		"aes-192-cbc"
    -#define NID_aes_192_cbc		423
    -#define OBJ_aes_192_cbc		OBJ_aes,22L
    -
    -#define SN_aes_192_ofb128		"AES-192-OFB"
    -#define LN_aes_192_ofb128		"aes-192-ofb"
    -#define NID_aes_192_ofb128		424
    -#define OBJ_aes_192_ofb128		OBJ_aes,23L
    -
    -#define SN_aes_192_cfb128		"AES-192-CFB"
    -#define LN_aes_192_cfb128		"aes-192-cfb"
    -#define NID_aes_192_cfb128		425
    -#define OBJ_aes_192_cfb128		OBJ_aes,24L
    -
    -#define SN_id_aes192_wrap		"id-aes192-wrap"
    -#define NID_id_aes192_wrap		789
    -#define OBJ_id_aes192_wrap		OBJ_aes,25L
    -
    -#define SN_aes_192_gcm		"id-aes192-GCM"
    -#define LN_aes_192_gcm		"aes-192-gcm"
    -#define NID_aes_192_gcm		898
    -#define OBJ_aes_192_gcm		OBJ_aes,26L
    -
    -#define SN_aes_192_ccm		"id-aes192-CCM"
    -#define LN_aes_192_ccm		"aes-192-ccm"
    -#define NID_aes_192_ccm		899
    -#define OBJ_aes_192_ccm		OBJ_aes,27L
    -
    -#define SN_id_aes192_wrap_pad		"id-aes192-wrap-pad"
    -#define NID_id_aes192_wrap_pad		900
    -#define OBJ_id_aes192_wrap_pad		OBJ_aes,28L
    -
    -#define SN_aes_256_ecb		"AES-256-ECB"
    -#define LN_aes_256_ecb		"aes-256-ecb"
    -#define NID_aes_256_ecb		426
    -#define OBJ_aes_256_ecb		OBJ_aes,41L
    -
    -#define SN_aes_256_cbc		"AES-256-CBC"
    -#define LN_aes_256_cbc		"aes-256-cbc"
    -#define NID_aes_256_cbc		427
    -#define OBJ_aes_256_cbc		OBJ_aes,42L
    -
    -#define SN_aes_256_ofb128		"AES-256-OFB"
    -#define LN_aes_256_ofb128		"aes-256-ofb"
    -#define NID_aes_256_ofb128		428
    -#define OBJ_aes_256_ofb128		OBJ_aes,43L
    -
    -#define SN_aes_256_cfb128		"AES-256-CFB"
    -#define LN_aes_256_cfb128		"aes-256-cfb"
    -#define NID_aes_256_cfb128		429
    -#define OBJ_aes_256_cfb128		OBJ_aes,44L
    -
    -#define SN_id_aes256_wrap		"id-aes256-wrap"
    -#define NID_id_aes256_wrap		790
    -#define OBJ_id_aes256_wrap		OBJ_aes,45L
    -
    -#define SN_aes_256_gcm		"id-aes256-GCM"
    -#define LN_aes_256_gcm		"aes-256-gcm"
    -#define NID_aes_256_gcm		901
    -#define OBJ_aes_256_gcm		OBJ_aes,46L
    -
    -#define SN_aes_256_ccm		"id-aes256-CCM"
    -#define LN_aes_256_ccm		"aes-256-ccm"
    -#define NID_aes_256_ccm		902
    -#define OBJ_aes_256_ccm		OBJ_aes,47L
    -
    -#define SN_id_aes256_wrap_pad		"id-aes256-wrap-pad"
    -#define NID_id_aes256_wrap_pad		903
    -#define OBJ_id_aes256_wrap_pad		OBJ_aes,48L
    -
    -#define SN_aes_128_cfb1		"AES-128-CFB1"
    -#define LN_aes_128_cfb1		"aes-128-cfb1"
    -#define NID_aes_128_cfb1		650
    -
    -#define SN_aes_192_cfb1		"AES-192-CFB1"
    -#define LN_aes_192_cfb1		"aes-192-cfb1"
    -#define NID_aes_192_cfb1		651
    -
    -#define SN_aes_256_cfb1		"AES-256-CFB1"
    -#define LN_aes_256_cfb1		"aes-256-cfb1"
    -#define NID_aes_256_cfb1		652
    -
    -#define SN_aes_128_cfb8		"AES-128-CFB8"
    -#define LN_aes_128_cfb8		"aes-128-cfb8"
    -#define NID_aes_128_cfb8		653
    -
    -#define SN_aes_192_cfb8		"AES-192-CFB8"
    -#define LN_aes_192_cfb8		"aes-192-cfb8"
    -#define NID_aes_192_cfb8		654
    -
    -#define SN_aes_256_cfb8		"AES-256-CFB8"
    -#define LN_aes_256_cfb8		"aes-256-cfb8"
    -#define NID_aes_256_cfb8		655
    -
    -#define SN_aes_128_ctr		"AES-128-CTR"
    -#define LN_aes_128_ctr		"aes-128-ctr"
    -#define NID_aes_128_ctr		904
    -
    -#define SN_aes_192_ctr		"AES-192-CTR"
    -#define LN_aes_192_ctr		"aes-192-ctr"
    -#define NID_aes_192_ctr		905
    -
    -#define SN_aes_256_ctr		"AES-256-CTR"
    -#define LN_aes_256_ctr		"aes-256-ctr"
    -#define NID_aes_256_ctr		906
    -
    -#define SN_aes_128_xts		"AES-128-XTS"
    -#define LN_aes_128_xts		"aes-128-xts"
    -#define NID_aes_128_xts		913
    -
    -#define SN_aes_256_xts		"AES-256-XTS"
    -#define LN_aes_256_xts		"aes-256-xts"
    -#define NID_aes_256_xts		914
    -
    -#define SN_des_cfb1		"DES-CFB1"
    -#define LN_des_cfb1		"des-cfb1"
    -#define NID_des_cfb1		656
    -
    -#define SN_des_cfb8		"DES-CFB8"
    -#define LN_des_cfb8		"des-cfb8"
    -#define NID_des_cfb8		657
    -
    -#define SN_des_ede3_cfb1		"DES-EDE3-CFB1"
    -#define LN_des_ede3_cfb1		"des-ede3-cfb1"
    -#define NID_des_ede3_cfb1		658
    -
    -#define SN_des_ede3_cfb8		"DES-EDE3-CFB8"
    -#define LN_des_ede3_cfb8		"des-ede3-cfb8"
    -#define NID_des_ede3_cfb8		659
    -
    -#define OBJ_nist_hashalgs		OBJ_nistAlgorithms,2L
    -
    -#define SN_sha256		"SHA256"
    -#define LN_sha256		"sha256"
    -#define NID_sha256		672
    -#define OBJ_sha256		OBJ_nist_hashalgs,1L
    -
    -#define SN_sha384		"SHA384"
    -#define LN_sha384		"sha384"
    -#define NID_sha384		673
    -#define OBJ_sha384		OBJ_nist_hashalgs,2L
    -
    -#define SN_sha512		"SHA512"
    -#define LN_sha512		"sha512"
    -#define NID_sha512		674
    -#define OBJ_sha512		OBJ_nist_hashalgs,3L
    -
    -#define SN_sha224		"SHA224"
    -#define LN_sha224		"sha224"
    -#define NID_sha224		675
    -#define OBJ_sha224		OBJ_nist_hashalgs,4L
    -
    -#define OBJ_dsa_with_sha2		OBJ_nistAlgorithms,3L
    -
    -#define SN_dsa_with_SHA224		"dsa_with_SHA224"
    -#define NID_dsa_with_SHA224		802
    -#define OBJ_dsa_with_SHA224		OBJ_dsa_with_sha2,1L
    -
    -#define SN_dsa_with_SHA256		"dsa_with_SHA256"
    -#define NID_dsa_with_SHA256		803
    -#define OBJ_dsa_with_SHA256		OBJ_dsa_with_sha2,2L
    -
    -#define SN_hold_instruction_code		"holdInstructionCode"
    -#define LN_hold_instruction_code		"Hold Instruction Code"
    -#define NID_hold_instruction_code		430
    -#define OBJ_hold_instruction_code		OBJ_id_ce,23L
    -
    -#define OBJ_holdInstruction		OBJ_X9_57,2L
    +#define SN_setct_HODInput               "setct-HODInput"
    +#define NID_setct_HODInput              526
    +#define OBJ_setct_HODInput              OBJ_set_ctype,7L
     
    -#define SN_hold_instruction_none		"holdInstructionNone"
    -#define LN_hold_instruction_none		"Hold Instruction None"
    -#define NID_hold_instruction_none		431
    -#define OBJ_hold_instruction_none		OBJ_holdInstruction,1L
    +#define SN_setct_AuthResBaggage         "setct-AuthResBaggage"
    +#define NID_setct_AuthResBaggage                527
    +#define OBJ_setct_AuthResBaggage                OBJ_set_ctype,8L
     
    -#define SN_hold_instruction_call_issuer		"holdInstructionCallIssuer"
    -#define LN_hold_instruction_call_issuer		"Hold Instruction Call Issuer"
    -#define NID_hold_instruction_call_issuer		432
    -#define OBJ_hold_instruction_call_issuer		OBJ_holdInstruction,2L
    -
    -#define SN_hold_instruction_reject		"holdInstructionReject"
    -#define LN_hold_instruction_reject		"Hold Instruction Reject"
    -#define NID_hold_instruction_reject		433
    -#define OBJ_hold_instruction_reject		OBJ_holdInstruction,3L
    -
    -#define SN_data		"data"
    -#define NID_data		434
    -#define OBJ_data		OBJ_itu_t,9L
    -
    -#define SN_pss		"pss"
    -#define NID_pss		435
    -#define OBJ_pss		OBJ_data,2342L
    -
    -#define SN_ucl		"ucl"
    -#define NID_ucl		436
    -#define OBJ_ucl		OBJ_pss,19200300L
    -
    -#define SN_pilot		"pilot"
    -#define NID_pilot		437
    -#define OBJ_pilot		OBJ_ucl,100L
    -
    -#define LN_pilotAttributeType		"pilotAttributeType"
    -#define NID_pilotAttributeType		438
    -#define OBJ_pilotAttributeType		OBJ_pilot,1L
    -
    -#define LN_pilotAttributeSyntax		"pilotAttributeSyntax"
    -#define NID_pilotAttributeSyntax		439
    -#define OBJ_pilotAttributeSyntax		OBJ_pilot,3L
    -
    -#define LN_pilotObjectClass		"pilotObjectClass"
    -#define NID_pilotObjectClass		440
    -#define OBJ_pilotObjectClass		OBJ_pilot,4L
    -
    -#define LN_pilotGroups		"pilotGroups"
    -#define NID_pilotGroups		441
    -#define OBJ_pilotGroups		OBJ_pilot,10L
    -
    -#define LN_iA5StringSyntax		"iA5StringSyntax"
    -#define NID_iA5StringSyntax		442
    -#define OBJ_iA5StringSyntax		OBJ_pilotAttributeSyntax,4L
    -
    -#define LN_caseIgnoreIA5StringSyntax		"caseIgnoreIA5StringSyntax"
    -#define NID_caseIgnoreIA5StringSyntax		443
    -#define OBJ_caseIgnoreIA5StringSyntax		OBJ_pilotAttributeSyntax,5L
    -
    -#define LN_pilotObject		"pilotObject"
    -#define NID_pilotObject		444
    -#define OBJ_pilotObject		OBJ_pilotObjectClass,3L
    -
    -#define LN_pilotPerson		"pilotPerson"
    -#define NID_pilotPerson		445
    -#define OBJ_pilotPerson		OBJ_pilotObjectClass,4L
    -
    -#define SN_account		"account"
    -#define NID_account		446
    -#define OBJ_account		OBJ_pilotObjectClass,5L
    -
    -#define SN_document		"document"
    -#define NID_document		447
    -#define OBJ_document		OBJ_pilotObjectClass,6L
    -
    -#define SN_room		"room"
    -#define NID_room		448
    -#define OBJ_room		OBJ_pilotObjectClass,7L
    -
    -#define LN_documentSeries		"documentSeries"
    -#define NID_documentSeries		449
    -#define OBJ_documentSeries		OBJ_pilotObjectClass,9L
    -
    -#define SN_Domain		"domain"
    -#define LN_Domain		"Domain"
    -#define NID_Domain		392
    -#define OBJ_Domain		OBJ_pilotObjectClass,13L
    -
    -#define LN_rFC822localPart		"rFC822localPart"
    -#define NID_rFC822localPart		450
    -#define OBJ_rFC822localPart		OBJ_pilotObjectClass,14L
    -
    -#define LN_dNSDomain		"dNSDomain"
    -#define NID_dNSDomain		451
    -#define OBJ_dNSDomain		OBJ_pilotObjectClass,15L
    -
    -#define LN_domainRelatedObject		"domainRelatedObject"
    -#define NID_domainRelatedObject		452
    -#define OBJ_domainRelatedObject		OBJ_pilotObjectClass,17L
    -
    -#define LN_friendlyCountry		"friendlyCountry"
    -#define NID_friendlyCountry		453
    -#define OBJ_friendlyCountry		OBJ_pilotObjectClass,18L
    -
    -#define LN_simpleSecurityObject		"simpleSecurityObject"
    -#define NID_simpleSecurityObject		454
    -#define OBJ_simpleSecurityObject		OBJ_pilotObjectClass,19L
    -
    -#define LN_pilotOrganization		"pilotOrganization"
    -#define NID_pilotOrganization		455
    -#define OBJ_pilotOrganization		OBJ_pilotObjectClass,20L
    -
    -#define LN_pilotDSA		"pilotDSA"
    -#define NID_pilotDSA		456
    -#define OBJ_pilotDSA		OBJ_pilotObjectClass,21L
    -
    -#define LN_qualityLabelledData		"qualityLabelledData"
    -#define NID_qualityLabelledData		457
    -#define OBJ_qualityLabelledData		OBJ_pilotObjectClass,22L
    -
    -#define SN_userId		"UID"
    -#define LN_userId		"userId"
    -#define NID_userId		458
    -#define OBJ_userId		OBJ_pilotAttributeType,1L
    -
    -#define LN_textEncodedORAddress		"textEncodedORAddress"
    -#define NID_textEncodedORAddress		459
    -#define OBJ_textEncodedORAddress		OBJ_pilotAttributeType,2L
    -
    -#define SN_rfc822Mailbox		"mail"
    -#define LN_rfc822Mailbox		"rfc822Mailbox"
    -#define NID_rfc822Mailbox		460
    -#define OBJ_rfc822Mailbox		OBJ_pilotAttributeType,3L
    -
    -#define SN_info		"info"
    -#define NID_info		461
    -#define OBJ_info		OBJ_pilotAttributeType,4L
    -
    -#define LN_favouriteDrink		"favouriteDrink"
    -#define NID_favouriteDrink		462
    -#define OBJ_favouriteDrink		OBJ_pilotAttributeType,5L
    -
    -#define LN_roomNumber		"roomNumber"
    -#define NID_roomNumber		463
    -#define OBJ_roomNumber		OBJ_pilotAttributeType,6L
    -
    -#define SN_photo		"photo"
    -#define NID_photo		464
    -#define OBJ_photo		OBJ_pilotAttributeType,7L
    -
    -#define LN_userClass		"userClass"
    -#define NID_userClass		465
    -#define OBJ_userClass		OBJ_pilotAttributeType,8L
    -
    -#define SN_host		"host"
    -#define NID_host		466
    -#define OBJ_host		OBJ_pilotAttributeType,9L
    -
    -#define SN_manager		"manager"
    -#define NID_manager		467
    -#define OBJ_manager		OBJ_pilotAttributeType,10L
    -
    -#define LN_documentIdentifier		"documentIdentifier"
    -#define NID_documentIdentifier		468
    -#define OBJ_documentIdentifier		OBJ_pilotAttributeType,11L
    -
    -#define LN_documentTitle		"documentTitle"
    -#define NID_documentTitle		469
    -#define OBJ_documentTitle		OBJ_pilotAttributeType,12L
    -
    -#define LN_documentVersion		"documentVersion"
    -#define NID_documentVersion		470
    -#define OBJ_documentVersion		OBJ_pilotAttributeType,13L
    -
    -#define LN_documentAuthor		"documentAuthor"
    -#define NID_documentAuthor		471
    -#define OBJ_documentAuthor		OBJ_pilotAttributeType,14L
    -
    -#define LN_documentLocation		"documentLocation"
    -#define NID_documentLocation		472
    -#define OBJ_documentLocation		OBJ_pilotAttributeType,15L
    -
    -#define LN_homeTelephoneNumber		"homeTelephoneNumber"
    -#define NID_homeTelephoneNumber		473
    -#define OBJ_homeTelephoneNumber		OBJ_pilotAttributeType,20L
    -
    -#define SN_secretary		"secretary"
    -#define NID_secretary		474
    -#define OBJ_secretary		OBJ_pilotAttributeType,21L
    -
    -#define LN_otherMailbox		"otherMailbox"
    -#define NID_otherMailbox		475
    -#define OBJ_otherMailbox		OBJ_pilotAttributeType,22L
    -
    -#define LN_lastModifiedTime		"lastModifiedTime"
    -#define NID_lastModifiedTime		476
    -#define OBJ_lastModifiedTime		OBJ_pilotAttributeType,23L
    -
    -#define LN_lastModifiedBy		"lastModifiedBy"
    -#define NID_lastModifiedBy		477
    -#define OBJ_lastModifiedBy		OBJ_pilotAttributeType,24L
    -
    -#define SN_domainComponent		"DC"
    -#define LN_domainComponent		"domainComponent"
    -#define NID_domainComponent		391
    -#define OBJ_domainComponent		OBJ_pilotAttributeType,25L
    +#define SN_setct_AuthRevReqBaggage              "setct-AuthRevReqBaggage"
    +#define NID_setct_AuthRevReqBaggage             528
    +#define OBJ_setct_AuthRevReqBaggage             OBJ_set_ctype,9L
     
    -#define LN_aRecord		"aRecord"
    -#define NID_aRecord		478
    -#define OBJ_aRecord		OBJ_pilotAttributeType,26L
    -
    -#define LN_pilotAttributeType27		"pilotAttributeType27"
    -#define NID_pilotAttributeType27		479
    -#define OBJ_pilotAttributeType27		OBJ_pilotAttributeType,27L
    -
    -#define LN_mXRecord		"mXRecord"
    -#define NID_mXRecord		480
    -#define OBJ_mXRecord		OBJ_pilotAttributeType,28L
    -
    -#define LN_nSRecord		"nSRecord"
    -#define NID_nSRecord		481
    -#define OBJ_nSRecord		OBJ_pilotAttributeType,29L
    -
    -#define LN_sOARecord		"sOARecord"
    -#define NID_sOARecord		482
    -#define OBJ_sOARecord		OBJ_pilotAttributeType,30L
    -
    -#define LN_cNAMERecord		"cNAMERecord"
    -#define NID_cNAMERecord		483
    -#define OBJ_cNAMERecord		OBJ_pilotAttributeType,31L
    -
    -#define LN_associatedDomain		"associatedDomain"
    -#define NID_associatedDomain		484
    -#define OBJ_associatedDomain		OBJ_pilotAttributeType,37L
    -
    -#define LN_associatedName		"associatedName"
    -#define NID_associatedName		485
    -#define OBJ_associatedName		OBJ_pilotAttributeType,38L
    -
    -#define LN_homePostalAddress		"homePostalAddress"
    -#define NID_homePostalAddress		486
    -#define OBJ_homePostalAddress		OBJ_pilotAttributeType,39L
    -
    -#define LN_personalTitle		"personalTitle"
    -#define NID_personalTitle		487
    -#define OBJ_personalTitle		OBJ_pilotAttributeType,40L
    -
    -#define LN_mobileTelephoneNumber		"mobileTelephoneNumber"
    -#define NID_mobileTelephoneNumber		488
    -#define OBJ_mobileTelephoneNumber		OBJ_pilotAttributeType,41L
    -
    -#define LN_pagerTelephoneNumber		"pagerTelephoneNumber"
    -#define NID_pagerTelephoneNumber		489
    -#define OBJ_pagerTelephoneNumber		OBJ_pilotAttributeType,42L
    -
    -#define LN_friendlyCountryName		"friendlyCountryName"
    -#define NID_friendlyCountryName		490
    -#define OBJ_friendlyCountryName		OBJ_pilotAttributeType,43L
    -
    -#define LN_organizationalStatus		"organizationalStatus"
    -#define NID_organizationalStatus		491
    -#define OBJ_organizationalStatus		OBJ_pilotAttributeType,45L
    -
    -#define LN_janetMailbox		"janetMailbox"
    -#define NID_janetMailbox		492
    -#define OBJ_janetMailbox		OBJ_pilotAttributeType,46L
    -
    -#define LN_mailPreferenceOption		"mailPreferenceOption"
    -#define NID_mailPreferenceOption		493
    -#define OBJ_mailPreferenceOption		OBJ_pilotAttributeType,47L
    -
    -#define LN_buildingName		"buildingName"
    -#define NID_buildingName		494
    -#define OBJ_buildingName		OBJ_pilotAttributeType,48L
    -
    -#define LN_dSAQuality		"dSAQuality"
    -#define NID_dSAQuality		495
    -#define OBJ_dSAQuality		OBJ_pilotAttributeType,49L
    -
    -#define LN_singleLevelQuality		"singleLevelQuality"
    -#define NID_singleLevelQuality		496
    -#define OBJ_singleLevelQuality		OBJ_pilotAttributeType,50L
    -
    -#define LN_subtreeMinimumQuality		"subtreeMinimumQuality"
    -#define NID_subtreeMinimumQuality		497
    -#define OBJ_subtreeMinimumQuality		OBJ_pilotAttributeType,51L
    -
    -#define LN_subtreeMaximumQuality		"subtreeMaximumQuality"
    -#define NID_subtreeMaximumQuality		498
    -#define OBJ_subtreeMaximumQuality		OBJ_pilotAttributeType,52L
    -
    -#define LN_personalSignature		"personalSignature"
    -#define NID_personalSignature		499
    -#define OBJ_personalSignature		OBJ_pilotAttributeType,53L
    -
    -#define LN_dITRedirect		"dITRedirect"
    -#define NID_dITRedirect		500
    -#define OBJ_dITRedirect		OBJ_pilotAttributeType,54L
    -
    -#define SN_audio		"audio"
    -#define NID_audio		501
    -#define OBJ_audio		OBJ_pilotAttributeType,55L
    -
    -#define LN_documentPublisher		"documentPublisher"
    -#define NID_documentPublisher		502
    -#define OBJ_documentPublisher		OBJ_pilotAttributeType,56L
    +#define SN_setct_AuthRevResBaggage              "setct-AuthRevResBaggage"
    +#define NID_setct_AuthRevResBaggage             529
    +#define OBJ_setct_AuthRevResBaggage             OBJ_set_ctype,10L
     
    -#define SN_id_set		"id-set"
    -#define LN_id_set		"Secure Electronic Transactions"
    -#define NID_id_set		512
    -#define OBJ_id_set		OBJ_international_organizations,42L
    -
    -#define SN_set_ctype		"set-ctype"
    -#define LN_set_ctype		"content types"
    -#define NID_set_ctype		513
    -#define OBJ_set_ctype		OBJ_id_set,0L
    -
    -#define SN_set_msgExt		"set-msgExt"
    -#define LN_set_msgExt		"message extensions"
    -#define NID_set_msgExt		514
    -#define OBJ_set_msgExt		OBJ_id_set,1L
    -
    -#define SN_set_attr		"set-attr"
    -#define NID_set_attr		515
    -#define OBJ_set_attr		OBJ_id_set,3L
    -
    -#define SN_set_policy		"set-policy"
    -#define NID_set_policy		516
    -#define OBJ_set_policy		OBJ_id_set,5L
    -
    -#define SN_set_certExt		"set-certExt"
    -#define LN_set_certExt		"certificate extensions"
    -#define NID_set_certExt		517
    -#define OBJ_set_certExt		OBJ_id_set,7L
    +#define SN_setct_CapTokenSeq            "setct-CapTokenSeq"
    +#define NID_setct_CapTokenSeq           530
    +#define OBJ_setct_CapTokenSeq           OBJ_set_ctype,11L
     
    -#define SN_set_brand		"set-brand"
    -#define NID_set_brand		518
    -#define OBJ_set_brand		OBJ_id_set,8L
    +#define SN_setct_PInitResData           "setct-PInitResData"
    +#define NID_setct_PInitResData          531
    +#define OBJ_setct_PInitResData          OBJ_set_ctype,12L
     
    -#define SN_setct_PANData		"setct-PANData"
    -#define NID_setct_PANData		519
    -#define OBJ_setct_PANData		OBJ_set_ctype,0L
    +#define SN_setct_PI_TBS         "setct-PI-TBS"
    +#define NID_setct_PI_TBS                532
    +#define OBJ_setct_PI_TBS                OBJ_set_ctype,13L
     
    -#define SN_setct_PANToken		"setct-PANToken"
    -#define NID_setct_PANToken		520
    -#define OBJ_setct_PANToken		OBJ_set_ctype,1L
    +#define SN_setct_PResData               "setct-PResData"
    +#define NID_setct_PResData              533
    +#define OBJ_setct_PResData              OBJ_set_ctype,14L
     
    -#define SN_setct_PANOnly		"setct-PANOnly"
    -#define NID_setct_PANOnly		521
    -#define OBJ_setct_PANOnly		OBJ_set_ctype,2L
    +#define SN_setct_AuthReqTBS             "setct-AuthReqTBS"
    +#define NID_setct_AuthReqTBS            534
    +#define OBJ_setct_AuthReqTBS            OBJ_set_ctype,16L
     
    -#define SN_setct_OIData		"setct-OIData"
    -#define NID_setct_OIData		522
    -#define OBJ_setct_OIData		OBJ_set_ctype,3L
    +#define SN_setct_AuthResTBS             "setct-AuthResTBS"
    +#define NID_setct_AuthResTBS            535
    +#define OBJ_setct_AuthResTBS            OBJ_set_ctype,17L
     
    -#define SN_setct_PI		"setct-PI"
    -#define NID_setct_PI		523
    -#define OBJ_setct_PI		OBJ_set_ctype,4L
    +#define SN_setct_AuthResTBSX            "setct-AuthResTBSX"
    +#define NID_setct_AuthResTBSX           536
    +#define OBJ_setct_AuthResTBSX           OBJ_set_ctype,18L
     
    -#define SN_setct_PIData		"setct-PIData"
    -#define NID_setct_PIData		524
    -#define OBJ_setct_PIData		OBJ_set_ctype,5L
    +#define SN_setct_AuthTokenTBS           "setct-AuthTokenTBS"
    +#define NID_setct_AuthTokenTBS          537
    +#define OBJ_setct_AuthTokenTBS          OBJ_set_ctype,19L
     
    -#define SN_setct_PIDataUnsigned		"setct-PIDataUnsigned"
    -#define NID_setct_PIDataUnsigned		525
    -#define OBJ_setct_PIDataUnsigned		OBJ_set_ctype,6L
    +#define SN_setct_CapTokenData           "setct-CapTokenData"
    +#define NID_setct_CapTokenData          538
    +#define OBJ_setct_CapTokenData          OBJ_set_ctype,20L
     
    -#define SN_setct_HODInput		"setct-HODInput"
    -#define NID_setct_HODInput		526
    -#define OBJ_setct_HODInput		OBJ_set_ctype,7L
    +#define SN_setct_CapTokenTBS            "setct-CapTokenTBS"
    +#define NID_setct_CapTokenTBS           539
    +#define OBJ_setct_CapTokenTBS           OBJ_set_ctype,21L
     
    -#define SN_setct_AuthResBaggage		"setct-AuthResBaggage"
    -#define NID_setct_AuthResBaggage		527
    -#define OBJ_setct_AuthResBaggage		OBJ_set_ctype,8L
    +#define SN_setct_AcqCardCodeMsg         "setct-AcqCardCodeMsg"
    +#define NID_setct_AcqCardCodeMsg                540
    +#define OBJ_setct_AcqCardCodeMsg                OBJ_set_ctype,22L
     
    -#define SN_setct_AuthRevReqBaggage		"setct-AuthRevReqBaggage"
    -#define NID_setct_AuthRevReqBaggage		528
    -#define OBJ_setct_AuthRevReqBaggage		OBJ_set_ctype,9L
    +#define SN_setct_AuthRevReqTBS          "setct-AuthRevReqTBS"
    +#define NID_setct_AuthRevReqTBS         541
    +#define OBJ_setct_AuthRevReqTBS         OBJ_set_ctype,23L
     
    -#define SN_setct_AuthRevResBaggage		"setct-AuthRevResBaggage"
    -#define NID_setct_AuthRevResBaggage		529
    -#define OBJ_setct_AuthRevResBaggage		OBJ_set_ctype,10L
    +#define SN_setct_AuthRevResData         "setct-AuthRevResData"
    +#define NID_setct_AuthRevResData                542
    +#define OBJ_setct_AuthRevResData                OBJ_set_ctype,24L
     
    -#define SN_setct_CapTokenSeq		"setct-CapTokenSeq"
    -#define NID_setct_CapTokenSeq		530
    -#define OBJ_setct_CapTokenSeq		OBJ_set_ctype,11L
    +#define SN_setct_AuthRevResTBS          "setct-AuthRevResTBS"
    +#define NID_setct_AuthRevResTBS         543
    +#define OBJ_setct_AuthRevResTBS         OBJ_set_ctype,25L
     
    -#define SN_setct_PInitResData		"setct-PInitResData"
    -#define NID_setct_PInitResData		531
    -#define OBJ_setct_PInitResData		OBJ_set_ctype,12L
    +#define SN_setct_CapReqTBS              "setct-CapReqTBS"
    +#define NID_setct_CapReqTBS             544
    +#define OBJ_setct_CapReqTBS             OBJ_set_ctype,26L
     
    -#define SN_setct_PI_TBS		"setct-PI-TBS"
    -#define NID_setct_PI_TBS		532
    -#define OBJ_setct_PI_TBS		OBJ_set_ctype,13L
    +#define SN_setct_CapReqTBSX             "setct-CapReqTBSX"
    +#define NID_setct_CapReqTBSX            545
    +#define OBJ_setct_CapReqTBSX            OBJ_set_ctype,27L
     
    -#define SN_setct_PResData		"setct-PResData"
    -#define NID_setct_PResData		533
    -#define OBJ_setct_PResData		OBJ_set_ctype,14L
    +#define SN_setct_CapResData             "setct-CapResData"
    +#define NID_setct_CapResData            546
    +#define OBJ_setct_CapResData            OBJ_set_ctype,28L
     
    -#define SN_setct_AuthReqTBS		"setct-AuthReqTBS"
    -#define NID_setct_AuthReqTBS		534
    -#define OBJ_setct_AuthReqTBS		OBJ_set_ctype,16L
    +#define SN_setct_CapRevReqTBS           "setct-CapRevReqTBS"
    +#define NID_setct_CapRevReqTBS          547
    +#define OBJ_setct_CapRevReqTBS          OBJ_set_ctype,29L
     
    -#define SN_setct_AuthResTBS		"setct-AuthResTBS"
    -#define NID_setct_AuthResTBS		535
    -#define OBJ_setct_AuthResTBS		OBJ_set_ctype,17L
    +#define SN_setct_CapRevReqTBSX          "setct-CapRevReqTBSX"
    +#define NID_setct_CapRevReqTBSX         548
    +#define OBJ_setct_CapRevReqTBSX         OBJ_set_ctype,30L
     
    -#define SN_setct_AuthResTBSX		"setct-AuthResTBSX"
    -#define NID_setct_AuthResTBSX		536
    -#define OBJ_setct_AuthResTBSX		OBJ_set_ctype,18L
    +#define SN_setct_CapRevResData          "setct-CapRevResData"
    +#define NID_setct_CapRevResData         549
    +#define OBJ_setct_CapRevResData         OBJ_set_ctype,31L
     
    -#define SN_setct_AuthTokenTBS		"setct-AuthTokenTBS"
    -#define NID_setct_AuthTokenTBS		537
    -#define OBJ_setct_AuthTokenTBS		OBJ_set_ctype,19L
    +#define SN_setct_CredReqTBS             "setct-CredReqTBS"
    +#define NID_setct_CredReqTBS            550
    +#define OBJ_setct_CredReqTBS            OBJ_set_ctype,32L
     
    -#define SN_setct_CapTokenData		"setct-CapTokenData"
    -#define NID_setct_CapTokenData		538
    -#define OBJ_setct_CapTokenData		OBJ_set_ctype,20L
    +#define SN_setct_CredReqTBSX            "setct-CredReqTBSX"
    +#define NID_setct_CredReqTBSX           551
    +#define OBJ_setct_CredReqTBSX           OBJ_set_ctype,33L
     
    -#define SN_setct_CapTokenTBS		"setct-CapTokenTBS"
    -#define NID_setct_CapTokenTBS		539
    -#define OBJ_setct_CapTokenTBS		OBJ_set_ctype,21L
    +#define SN_setct_CredResData            "setct-CredResData"
    +#define NID_setct_CredResData           552
    +#define OBJ_setct_CredResData           OBJ_set_ctype,34L
     
    -#define SN_setct_AcqCardCodeMsg		"setct-AcqCardCodeMsg"
    -#define NID_setct_AcqCardCodeMsg		540
    -#define OBJ_setct_AcqCardCodeMsg		OBJ_set_ctype,22L
    +#define SN_setct_CredRevReqTBS          "setct-CredRevReqTBS"
    +#define NID_setct_CredRevReqTBS         553
    +#define OBJ_setct_CredRevReqTBS         OBJ_set_ctype,35L
     
    -#define SN_setct_AuthRevReqTBS		"setct-AuthRevReqTBS"
    -#define NID_setct_AuthRevReqTBS		541
    -#define OBJ_setct_AuthRevReqTBS		OBJ_set_ctype,23L
    +#define SN_setct_CredRevReqTBSX         "setct-CredRevReqTBSX"
    +#define NID_setct_CredRevReqTBSX                554
    +#define OBJ_setct_CredRevReqTBSX                OBJ_set_ctype,36L
     
    -#define SN_setct_AuthRevResData		"setct-AuthRevResData"
    -#define NID_setct_AuthRevResData		542
    -#define OBJ_setct_AuthRevResData		OBJ_set_ctype,24L
    +#define SN_setct_CredRevResData         "setct-CredRevResData"
    +#define NID_setct_CredRevResData                555
    +#define OBJ_setct_CredRevResData                OBJ_set_ctype,37L
     
    -#define SN_setct_AuthRevResTBS		"setct-AuthRevResTBS"
    -#define NID_setct_AuthRevResTBS		543
    -#define OBJ_setct_AuthRevResTBS		OBJ_set_ctype,25L
    +#define SN_setct_PCertReqData           "setct-PCertReqData"
    +#define NID_setct_PCertReqData          556
    +#define OBJ_setct_PCertReqData          OBJ_set_ctype,38L
     
    -#define SN_setct_CapReqTBS		"setct-CapReqTBS"
    -#define NID_setct_CapReqTBS		544
    -#define OBJ_setct_CapReqTBS		OBJ_set_ctype,26L
    +#define SN_setct_PCertResTBS            "setct-PCertResTBS"
    +#define NID_setct_PCertResTBS           557
    +#define OBJ_setct_PCertResTBS           OBJ_set_ctype,39L
     
    -#define SN_setct_CapReqTBSX		"setct-CapReqTBSX"
    -#define NID_setct_CapReqTBSX		545
    -#define OBJ_setct_CapReqTBSX		OBJ_set_ctype,27L
    +#define SN_setct_BatchAdminReqData              "setct-BatchAdminReqData"
    +#define NID_setct_BatchAdminReqData             558
    +#define OBJ_setct_BatchAdminReqData             OBJ_set_ctype,40L
     
    -#define SN_setct_CapResData		"setct-CapResData"
    -#define NID_setct_CapResData		546
    -#define OBJ_setct_CapResData		OBJ_set_ctype,28L
    +#define SN_setct_BatchAdminResData              "setct-BatchAdminResData"
    +#define NID_setct_BatchAdminResData             559
    +#define OBJ_setct_BatchAdminResData             OBJ_set_ctype,41L
     
    -#define SN_setct_CapRevReqTBS		"setct-CapRevReqTBS"
    -#define NID_setct_CapRevReqTBS		547
    -#define OBJ_setct_CapRevReqTBS		OBJ_set_ctype,29L
    +#define SN_setct_CardCInitResTBS                "setct-CardCInitResTBS"
    +#define NID_setct_CardCInitResTBS               560
    +#define OBJ_setct_CardCInitResTBS               OBJ_set_ctype,42L
     
    -#define SN_setct_CapRevReqTBSX		"setct-CapRevReqTBSX"
    -#define NID_setct_CapRevReqTBSX		548
    -#define OBJ_setct_CapRevReqTBSX		OBJ_set_ctype,30L
    +#define SN_setct_MeAqCInitResTBS                "setct-MeAqCInitResTBS"
    +#define NID_setct_MeAqCInitResTBS               561
    +#define OBJ_setct_MeAqCInitResTBS               OBJ_set_ctype,43L
     
    -#define SN_setct_CapRevResData		"setct-CapRevResData"
    -#define NID_setct_CapRevResData		549
    -#define OBJ_setct_CapRevResData		OBJ_set_ctype,31L
    +#define SN_setct_RegFormResTBS          "setct-RegFormResTBS"
    +#define NID_setct_RegFormResTBS         562
    +#define OBJ_setct_RegFormResTBS         OBJ_set_ctype,44L
     
    -#define SN_setct_CredReqTBS		"setct-CredReqTBS"
    -#define NID_setct_CredReqTBS		550
    -#define OBJ_setct_CredReqTBS		OBJ_set_ctype,32L
    +#define SN_setct_CertReqData            "setct-CertReqData"
    +#define NID_setct_CertReqData           563
    +#define OBJ_setct_CertReqData           OBJ_set_ctype,45L
     
    -#define SN_setct_CredReqTBSX		"setct-CredReqTBSX"
    -#define NID_setct_CredReqTBSX		551
    -#define OBJ_setct_CredReqTBSX		OBJ_set_ctype,33L
    +#define SN_setct_CertReqTBS             "setct-CertReqTBS"
    +#define NID_setct_CertReqTBS            564
    +#define OBJ_setct_CertReqTBS            OBJ_set_ctype,46L
     
    -#define SN_setct_CredResData		"setct-CredResData"
    -#define NID_setct_CredResData		552
    -#define OBJ_setct_CredResData		OBJ_set_ctype,34L
    +#define SN_setct_CertResData            "setct-CertResData"
    +#define NID_setct_CertResData           565
    +#define OBJ_setct_CertResData           OBJ_set_ctype,47L
     
    -#define SN_setct_CredRevReqTBS		"setct-CredRevReqTBS"
    -#define NID_setct_CredRevReqTBS		553
    -#define OBJ_setct_CredRevReqTBS		OBJ_set_ctype,35L
    +#define SN_setct_CertInqReqTBS          "setct-CertInqReqTBS"
    +#define NID_setct_CertInqReqTBS         566
    +#define OBJ_setct_CertInqReqTBS         OBJ_set_ctype,48L
     
    -#define SN_setct_CredRevReqTBSX		"setct-CredRevReqTBSX"
    -#define NID_setct_CredRevReqTBSX		554
    -#define OBJ_setct_CredRevReqTBSX		OBJ_set_ctype,36L
    +#define SN_setct_ErrorTBS               "setct-ErrorTBS"
    +#define NID_setct_ErrorTBS              567
    +#define OBJ_setct_ErrorTBS              OBJ_set_ctype,49L
     
    -#define SN_setct_CredRevResData		"setct-CredRevResData"
    -#define NID_setct_CredRevResData		555
    -#define OBJ_setct_CredRevResData		OBJ_set_ctype,37L
    +#define SN_setct_PIDualSignedTBE                "setct-PIDualSignedTBE"
    +#define NID_setct_PIDualSignedTBE               568
    +#define OBJ_setct_PIDualSignedTBE               OBJ_set_ctype,50L
     
    -#define SN_setct_PCertReqData		"setct-PCertReqData"
    -#define NID_setct_PCertReqData		556
    -#define OBJ_setct_PCertReqData		OBJ_set_ctype,38L
    +#define SN_setct_PIUnsignedTBE          "setct-PIUnsignedTBE"
    +#define NID_setct_PIUnsignedTBE         569
    +#define OBJ_setct_PIUnsignedTBE         OBJ_set_ctype,51L
     
    -#define SN_setct_PCertResTBS		"setct-PCertResTBS"
    -#define NID_setct_PCertResTBS		557
    -#define OBJ_setct_PCertResTBS		OBJ_set_ctype,39L
    +#define SN_setct_AuthReqTBE             "setct-AuthReqTBE"
    +#define NID_setct_AuthReqTBE            570
    +#define OBJ_setct_AuthReqTBE            OBJ_set_ctype,52L
     
    -#define SN_setct_BatchAdminReqData		"setct-BatchAdminReqData"
    -#define NID_setct_BatchAdminReqData		558
    -#define OBJ_setct_BatchAdminReqData		OBJ_set_ctype,40L
    +#define SN_setct_AuthResTBE             "setct-AuthResTBE"
    +#define NID_setct_AuthResTBE            571
    +#define OBJ_setct_AuthResTBE            OBJ_set_ctype,53L
     
    -#define SN_setct_BatchAdminResData		"setct-BatchAdminResData"
    -#define NID_setct_BatchAdminResData		559
    -#define OBJ_setct_BatchAdminResData		OBJ_set_ctype,41L
    +#define SN_setct_AuthResTBEX            "setct-AuthResTBEX"
    +#define NID_setct_AuthResTBEX           572
    +#define OBJ_setct_AuthResTBEX           OBJ_set_ctype,54L
     
    -#define SN_setct_CardCInitResTBS		"setct-CardCInitResTBS"
    -#define NID_setct_CardCInitResTBS		560
    -#define OBJ_setct_CardCInitResTBS		OBJ_set_ctype,42L
    +#define SN_setct_AuthTokenTBE           "setct-AuthTokenTBE"
    +#define NID_setct_AuthTokenTBE          573
    +#define OBJ_setct_AuthTokenTBE          OBJ_set_ctype,55L
     
    -#define SN_setct_MeAqCInitResTBS		"setct-MeAqCInitResTBS"
    -#define NID_setct_MeAqCInitResTBS		561
    -#define OBJ_setct_MeAqCInitResTBS		OBJ_set_ctype,43L
    +#define SN_setct_CapTokenTBE            "setct-CapTokenTBE"
    +#define NID_setct_CapTokenTBE           574
    +#define OBJ_setct_CapTokenTBE           OBJ_set_ctype,56L
     
    -#define SN_setct_RegFormResTBS		"setct-RegFormResTBS"
    -#define NID_setct_RegFormResTBS		562
    -#define OBJ_setct_RegFormResTBS		OBJ_set_ctype,44L
    +#define SN_setct_CapTokenTBEX           "setct-CapTokenTBEX"
    +#define NID_setct_CapTokenTBEX          575
    +#define OBJ_setct_CapTokenTBEX          OBJ_set_ctype,57L
     
    -#define SN_setct_CertReqData		"setct-CertReqData"
    -#define NID_setct_CertReqData		563
    -#define OBJ_setct_CertReqData		OBJ_set_ctype,45L
    +#define SN_setct_AcqCardCodeMsgTBE              "setct-AcqCardCodeMsgTBE"
    +#define NID_setct_AcqCardCodeMsgTBE             576
    +#define OBJ_setct_AcqCardCodeMsgTBE             OBJ_set_ctype,58L
     
    -#define SN_setct_CertReqTBS		"setct-CertReqTBS"
    -#define NID_setct_CertReqTBS		564
    -#define OBJ_setct_CertReqTBS		OBJ_set_ctype,46L
    +#define SN_setct_AuthRevReqTBE          "setct-AuthRevReqTBE"
    +#define NID_setct_AuthRevReqTBE         577
    +#define OBJ_setct_AuthRevReqTBE         OBJ_set_ctype,59L
     
    -#define SN_setct_CertResData		"setct-CertResData"
    -#define NID_setct_CertResData		565
    -#define OBJ_setct_CertResData		OBJ_set_ctype,47L
    +#define SN_setct_AuthRevResTBE          "setct-AuthRevResTBE"
    +#define NID_setct_AuthRevResTBE         578
    +#define OBJ_setct_AuthRevResTBE         OBJ_set_ctype,60L
     
    -#define SN_setct_CertInqReqTBS		"setct-CertInqReqTBS"
    -#define NID_setct_CertInqReqTBS		566
    -#define OBJ_setct_CertInqReqTBS		OBJ_set_ctype,48L
    +#define SN_setct_AuthRevResTBEB         "setct-AuthRevResTBEB"
    +#define NID_setct_AuthRevResTBEB                579
    +#define OBJ_setct_AuthRevResTBEB                OBJ_set_ctype,61L
     
    -#define SN_setct_ErrorTBS		"setct-ErrorTBS"
    -#define NID_setct_ErrorTBS		567
    -#define OBJ_setct_ErrorTBS		OBJ_set_ctype,49L
    +#define SN_setct_CapReqTBE              "setct-CapReqTBE"
    +#define NID_setct_CapReqTBE             580
    +#define OBJ_setct_CapReqTBE             OBJ_set_ctype,62L
     
    -#define SN_setct_PIDualSignedTBE		"setct-PIDualSignedTBE"
    -#define NID_setct_PIDualSignedTBE		568
    -#define OBJ_setct_PIDualSignedTBE		OBJ_set_ctype,50L
    +#define SN_setct_CapReqTBEX             "setct-CapReqTBEX"
    +#define NID_setct_CapReqTBEX            581
    +#define OBJ_setct_CapReqTBEX            OBJ_set_ctype,63L
     
    -#define SN_setct_PIUnsignedTBE		"setct-PIUnsignedTBE"
    -#define NID_setct_PIUnsignedTBE		569
    -#define OBJ_setct_PIUnsignedTBE		OBJ_set_ctype,51L
    +#define SN_setct_CapResTBE              "setct-CapResTBE"
    +#define NID_setct_CapResTBE             582
    +#define OBJ_setct_CapResTBE             OBJ_set_ctype,64L
     
    -#define SN_setct_AuthReqTBE		"setct-AuthReqTBE"
    -#define NID_setct_AuthReqTBE		570
    -#define OBJ_setct_AuthReqTBE		OBJ_set_ctype,52L
    +#define SN_setct_CapRevReqTBE           "setct-CapRevReqTBE"
    +#define NID_setct_CapRevReqTBE          583
    +#define OBJ_setct_CapRevReqTBE          OBJ_set_ctype,65L
     
    -#define SN_setct_AuthResTBE		"setct-AuthResTBE"
    -#define NID_setct_AuthResTBE		571
    -#define OBJ_setct_AuthResTBE		OBJ_set_ctype,53L
    +#define SN_setct_CapRevReqTBEX          "setct-CapRevReqTBEX"
    +#define NID_setct_CapRevReqTBEX         584
    +#define OBJ_setct_CapRevReqTBEX         OBJ_set_ctype,66L
     
    -#define SN_setct_AuthResTBEX		"setct-AuthResTBEX"
    -#define NID_setct_AuthResTBEX		572
    -#define OBJ_setct_AuthResTBEX		OBJ_set_ctype,54L
    +#define SN_setct_CapRevResTBE           "setct-CapRevResTBE"
    +#define NID_setct_CapRevResTBE          585
    +#define OBJ_setct_CapRevResTBE          OBJ_set_ctype,67L
     
    -#define SN_setct_AuthTokenTBE		"setct-AuthTokenTBE"
    -#define NID_setct_AuthTokenTBE		573
    -#define OBJ_setct_AuthTokenTBE		OBJ_set_ctype,55L
    +#define SN_setct_CredReqTBE             "setct-CredReqTBE"
    +#define NID_setct_CredReqTBE            586
    +#define OBJ_setct_CredReqTBE            OBJ_set_ctype,68L
     
    -#define SN_setct_CapTokenTBE		"setct-CapTokenTBE"
    -#define NID_setct_CapTokenTBE		574
    -#define OBJ_setct_CapTokenTBE		OBJ_set_ctype,56L
    +#define SN_setct_CredReqTBEX            "setct-CredReqTBEX"
    +#define NID_setct_CredReqTBEX           587
    +#define OBJ_setct_CredReqTBEX           OBJ_set_ctype,69L
     
    -#define SN_setct_CapTokenTBEX		"setct-CapTokenTBEX"
    -#define NID_setct_CapTokenTBEX		575
    -#define OBJ_setct_CapTokenTBEX		OBJ_set_ctype,57L
    +#define SN_setct_CredResTBE             "setct-CredResTBE"
    +#define NID_setct_CredResTBE            588
    +#define OBJ_setct_CredResTBE            OBJ_set_ctype,70L
     
    -#define SN_setct_AcqCardCodeMsgTBE		"setct-AcqCardCodeMsgTBE"
    -#define NID_setct_AcqCardCodeMsgTBE		576
    -#define OBJ_setct_AcqCardCodeMsgTBE		OBJ_set_ctype,58L
    +#define SN_setct_CredRevReqTBE          "setct-CredRevReqTBE"
    +#define NID_setct_CredRevReqTBE         589
    +#define OBJ_setct_CredRevReqTBE         OBJ_set_ctype,71L
     
    -#define SN_setct_AuthRevReqTBE		"setct-AuthRevReqTBE"
    -#define NID_setct_AuthRevReqTBE		577
    -#define OBJ_setct_AuthRevReqTBE		OBJ_set_ctype,59L
    +#define SN_setct_CredRevReqTBEX         "setct-CredRevReqTBEX"
    +#define NID_setct_CredRevReqTBEX                590
    +#define OBJ_setct_CredRevReqTBEX                OBJ_set_ctype,72L
     
    -#define SN_setct_AuthRevResTBE		"setct-AuthRevResTBE"
    -#define NID_setct_AuthRevResTBE		578
    -#define OBJ_setct_AuthRevResTBE		OBJ_set_ctype,60L
    +#define SN_setct_CredRevResTBE          "setct-CredRevResTBE"
    +#define NID_setct_CredRevResTBE         591
    +#define OBJ_setct_CredRevResTBE         OBJ_set_ctype,73L
     
    -#define SN_setct_AuthRevResTBEB		"setct-AuthRevResTBEB"
    -#define NID_setct_AuthRevResTBEB		579
    -#define OBJ_setct_AuthRevResTBEB		OBJ_set_ctype,61L
    +#define SN_setct_BatchAdminReqTBE               "setct-BatchAdminReqTBE"
    +#define NID_setct_BatchAdminReqTBE              592
    +#define OBJ_setct_BatchAdminReqTBE              OBJ_set_ctype,74L
     
    -#define SN_setct_CapReqTBE		"setct-CapReqTBE"
    -#define NID_setct_CapReqTBE		580
    -#define OBJ_setct_CapReqTBE		OBJ_set_ctype,62L
    +#define SN_setct_BatchAdminResTBE               "setct-BatchAdminResTBE"
    +#define NID_setct_BatchAdminResTBE              593
    +#define OBJ_setct_BatchAdminResTBE              OBJ_set_ctype,75L
     
    -#define SN_setct_CapReqTBEX		"setct-CapReqTBEX"
    -#define NID_setct_CapReqTBEX		581
    -#define OBJ_setct_CapReqTBEX		OBJ_set_ctype,63L
    +#define SN_setct_RegFormReqTBE          "setct-RegFormReqTBE"
    +#define NID_setct_RegFormReqTBE         594
    +#define OBJ_setct_RegFormReqTBE         OBJ_set_ctype,76L
     
    -#define SN_setct_CapResTBE		"setct-CapResTBE"
    -#define NID_setct_CapResTBE		582
    -#define OBJ_setct_CapResTBE		OBJ_set_ctype,64L
    +#define SN_setct_CertReqTBE             "setct-CertReqTBE"
    +#define NID_setct_CertReqTBE            595
    +#define OBJ_setct_CertReqTBE            OBJ_set_ctype,77L
     
    -#define SN_setct_CapRevReqTBE		"setct-CapRevReqTBE"
    -#define NID_setct_CapRevReqTBE		583
    -#define OBJ_setct_CapRevReqTBE		OBJ_set_ctype,65L
    +#define SN_setct_CertReqTBEX            "setct-CertReqTBEX"
    +#define NID_setct_CertReqTBEX           596
    +#define OBJ_setct_CertReqTBEX           OBJ_set_ctype,78L
     
    -#define SN_setct_CapRevReqTBEX		"setct-CapRevReqTBEX"
    -#define NID_setct_CapRevReqTBEX		584
    -#define OBJ_setct_CapRevReqTBEX		OBJ_set_ctype,66L
    +#define SN_setct_CertResTBE             "setct-CertResTBE"
    +#define NID_setct_CertResTBE            597
    +#define OBJ_setct_CertResTBE            OBJ_set_ctype,79L
     
    -#define SN_setct_CapRevResTBE		"setct-CapRevResTBE"
    -#define NID_setct_CapRevResTBE		585
    -#define OBJ_setct_CapRevResTBE		OBJ_set_ctype,67L
    +#define SN_setct_CRLNotificationTBS             "setct-CRLNotificationTBS"
    +#define NID_setct_CRLNotificationTBS            598
    +#define OBJ_setct_CRLNotificationTBS            OBJ_set_ctype,80L
     
    -#define SN_setct_CredReqTBE		"setct-CredReqTBE"
    -#define NID_setct_CredReqTBE		586
    -#define OBJ_setct_CredReqTBE		OBJ_set_ctype,68L
    +#define SN_setct_CRLNotificationResTBS          "setct-CRLNotificationResTBS"
    +#define NID_setct_CRLNotificationResTBS         599
    +#define OBJ_setct_CRLNotificationResTBS         OBJ_set_ctype,81L
    +
    +#define SN_setct_BCIDistributionTBS             "setct-BCIDistributionTBS"
    +#define NID_setct_BCIDistributionTBS            600
    +#define OBJ_setct_BCIDistributionTBS            OBJ_set_ctype,82L
    +
    +#define SN_setext_genCrypt              "setext-genCrypt"
    +#define LN_setext_genCrypt              "generic cryptogram"
    +#define NID_setext_genCrypt             601
    +#define OBJ_setext_genCrypt             OBJ_set_msgExt,1L
    +
    +#define SN_setext_miAuth                "setext-miAuth"
    +#define LN_setext_miAuth                "merchant initiated auth"
    +#define NID_setext_miAuth               602
    +#define OBJ_setext_miAuth               OBJ_set_msgExt,3L
    +
    +#define SN_setext_pinSecure             "setext-pinSecure"
    +#define NID_setext_pinSecure            603
    +#define OBJ_setext_pinSecure            OBJ_set_msgExt,4L
    +
    +#define SN_setext_pinAny                "setext-pinAny"
    +#define NID_setext_pinAny               604
    +#define OBJ_setext_pinAny               OBJ_set_msgExt,5L
    +
    +#define SN_setext_track2                "setext-track2"
    +#define NID_setext_track2               605
    +#define OBJ_setext_track2               OBJ_set_msgExt,7L
    +
    +#define SN_setext_cv            "setext-cv"
    +#define LN_setext_cv            "additional verification"
    +#define NID_setext_cv           606
    +#define OBJ_setext_cv           OBJ_set_msgExt,8L
    +
    +#define SN_set_policy_root              "set-policy-root"
    +#define NID_set_policy_root             607
    +#define OBJ_set_policy_root             OBJ_set_policy,0L
    +
    +#define SN_setCext_hashedRoot           "setCext-hashedRoot"
    +#define NID_setCext_hashedRoot          608
    +#define OBJ_setCext_hashedRoot          OBJ_set_certExt,0L
    +
    +#define SN_setCext_certType             "setCext-certType"
    +#define NID_setCext_certType            609
    +#define OBJ_setCext_certType            OBJ_set_certExt,1L
    +
    +#define SN_setCext_merchData            "setCext-merchData"
    +#define NID_setCext_merchData           610
    +#define OBJ_setCext_merchData           OBJ_set_certExt,2L
    +
    +#define SN_setCext_cCertRequired                "setCext-cCertRequired"
    +#define NID_setCext_cCertRequired               611
    +#define OBJ_setCext_cCertRequired               OBJ_set_certExt,3L
    +
    +#define SN_setCext_tunneling            "setCext-tunneling"
    +#define NID_setCext_tunneling           612
    +#define OBJ_setCext_tunneling           OBJ_set_certExt,4L
    +
    +#define SN_setCext_setExt               "setCext-setExt"
    +#define NID_setCext_setExt              613
    +#define OBJ_setCext_setExt              OBJ_set_certExt,5L
    +
    +#define SN_setCext_setQualf             "setCext-setQualf"
    +#define NID_setCext_setQualf            614
    +#define OBJ_setCext_setQualf            OBJ_set_certExt,6L
    +
    +#define SN_setCext_PGWYcapabilities             "setCext-PGWYcapabilities"
    +#define NID_setCext_PGWYcapabilities            615
    +#define OBJ_setCext_PGWYcapabilities            OBJ_set_certExt,7L
    +
    +#define SN_setCext_TokenIdentifier              "setCext-TokenIdentifier"
    +#define NID_setCext_TokenIdentifier             616
    +#define OBJ_setCext_TokenIdentifier             OBJ_set_certExt,8L
    +
    +#define SN_setCext_Track2Data           "setCext-Track2Data"
    +#define NID_setCext_Track2Data          617
    +#define OBJ_setCext_Track2Data          OBJ_set_certExt,9L
    +
    +#define SN_setCext_TokenType            "setCext-TokenType"
    +#define NID_setCext_TokenType           618
    +#define OBJ_setCext_TokenType           OBJ_set_certExt,10L
    +
    +#define SN_setCext_IssuerCapabilities           "setCext-IssuerCapabilities"
    +#define NID_setCext_IssuerCapabilities          619
    +#define OBJ_setCext_IssuerCapabilities          OBJ_set_certExt,11L
    +
    +#define SN_setAttr_Cert         "setAttr-Cert"
    +#define NID_setAttr_Cert                620
    +#define OBJ_setAttr_Cert                OBJ_set_attr,0L
    +
    +#define SN_setAttr_PGWYcap              "setAttr-PGWYcap"
    +#define LN_setAttr_PGWYcap              "payment gateway capabilities"
    +#define NID_setAttr_PGWYcap             621
    +#define OBJ_setAttr_PGWYcap             OBJ_set_attr,1L
    +
    +#define SN_setAttr_TokenType            "setAttr-TokenType"
    +#define NID_setAttr_TokenType           622
    +#define OBJ_setAttr_TokenType           OBJ_set_attr,2L
    +
    +#define SN_setAttr_IssCap               "setAttr-IssCap"
    +#define LN_setAttr_IssCap               "issuer capabilities"
    +#define NID_setAttr_IssCap              623
    +#define OBJ_setAttr_IssCap              OBJ_set_attr,3L
    +
    +#define SN_set_rootKeyThumb             "set-rootKeyThumb"
    +#define NID_set_rootKeyThumb            624
    +#define OBJ_set_rootKeyThumb            OBJ_setAttr_Cert,0L
    +
    +#define SN_set_addPolicy                "set-addPolicy"
    +#define NID_set_addPolicy               625
    +#define OBJ_set_addPolicy               OBJ_setAttr_Cert,1L
    +
    +#define SN_setAttr_Token_EMV            "setAttr-Token-EMV"
    +#define NID_setAttr_Token_EMV           626
    +#define OBJ_setAttr_Token_EMV           OBJ_setAttr_TokenType,1L
    +
    +#define SN_setAttr_Token_B0Prime                "setAttr-Token-B0Prime"
    +#define NID_setAttr_Token_B0Prime               627
    +#define OBJ_setAttr_Token_B0Prime               OBJ_setAttr_TokenType,2L
    +
    +#define SN_setAttr_IssCap_CVM           "setAttr-IssCap-CVM"
    +#define NID_setAttr_IssCap_CVM          628
    +#define OBJ_setAttr_IssCap_CVM          OBJ_setAttr_IssCap,3L
    +
    +#define SN_setAttr_IssCap_T2            "setAttr-IssCap-T2"
    +#define NID_setAttr_IssCap_T2           629
    +#define OBJ_setAttr_IssCap_T2           OBJ_setAttr_IssCap,4L
    +
    +#define SN_setAttr_IssCap_Sig           "setAttr-IssCap-Sig"
    +#define NID_setAttr_IssCap_Sig          630
    +#define OBJ_setAttr_IssCap_Sig          OBJ_setAttr_IssCap,5L
    +
    +#define SN_setAttr_GenCryptgrm          "setAttr-GenCryptgrm"
    +#define LN_setAttr_GenCryptgrm          "generate cryptogram"
    +#define NID_setAttr_GenCryptgrm         631
    +#define OBJ_setAttr_GenCryptgrm         OBJ_setAttr_IssCap_CVM,1L
    +
    +#define SN_setAttr_T2Enc                "setAttr-T2Enc"
    +#define LN_setAttr_T2Enc                "encrypted track 2"
    +#define NID_setAttr_T2Enc               632
    +#define OBJ_setAttr_T2Enc               OBJ_setAttr_IssCap_T2,1L
    +
    +#define SN_setAttr_T2cleartxt           "setAttr-T2cleartxt"
    +#define LN_setAttr_T2cleartxt           "cleartext track 2"
    +#define NID_setAttr_T2cleartxt          633
    +#define OBJ_setAttr_T2cleartxt          OBJ_setAttr_IssCap_T2,2L
    +
    +#define SN_setAttr_TokICCsig            "setAttr-TokICCsig"
    +#define LN_setAttr_TokICCsig            "ICC or token signature"
    +#define NID_setAttr_TokICCsig           634
    +#define OBJ_setAttr_TokICCsig           OBJ_setAttr_IssCap_Sig,1L
    +
    +#define SN_setAttr_SecDevSig            "setAttr-SecDevSig"
    +#define LN_setAttr_SecDevSig            "secure device signature"
    +#define NID_setAttr_SecDevSig           635
    +#define OBJ_setAttr_SecDevSig           OBJ_setAttr_IssCap_Sig,2L
    +
    +#define SN_set_brand_IATA_ATA           "set-brand-IATA-ATA"
    +#define NID_set_brand_IATA_ATA          636
    +#define OBJ_set_brand_IATA_ATA          OBJ_set_brand,1L
    +
    +#define SN_set_brand_Diners             "set-brand-Diners"
    +#define NID_set_brand_Diners            637
    +#define OBJ_set_brand_Diners            OBJ_set_brand,30L
    +
    +#define SN_set_brand_AmericanExpress            "set-brand-AmericanExpress"
    +#define NID_set_brand_AmericanExpress           638
    +#define OBJ_set_brand_AmericanExpress           OBJ_set_brand,34L
    +
    +#define SN_set_brand_JCB                "set-brand-JCB"
    +#define NID_set_brand_JCB               639
    +#define OBJ_set_brand_JCB               OBJ_set_brand,35L
    +
    +#define SN_set_brand_Visa               "set-brand-Visa"
    +#define NID_set_brand_Visa              640
    +#define OBJ_set_brand_Visa              OBJ_set_brand,4L
    +
    +#define SN_set_brand_MasterCard         "set-brand-MasterCard"
    +#define NID_set_brand_MasterCard                641
    +#define OBJ_set_brand_MasterCard                OBJ_set_brand,5L
    +
    +#define SN_set_brand_Novus              "set-brand-Novus"
    +#define NID_set_brand_Novus             642
    +#define OBJ_set_brand_Novus             OBJ_set_brand,6011L
    +
    +#define SN_des_cdmf             "DES-CDMF"
    +#define LN_des_cdmf             "des-cdmf"
    +#define NID_des_cdmf            643
    +#define OBJ_des_cdmf            OBJ_rsadsi,3L,10L
    +
    +#define SN_rsaOAEPEncryptionSET         "rsaOAEPEncryptionSET"
    +#define NID_rsaOAEPEncryptionSET                644
    +#define OBJ_rsaOAEPEncryptionSET                OBJ_rsadsi,1L,1L,6L
    +
    +#define SN_ipsec3               "Oakley-EC2N-3"
    +#define LN_ipsec3               "ipsec3"
    +#define NID_ipsec3              749
    +
    +#define SN_ipsec4               "Oakley-EC2N-4"
    +#define LN_ipsec4               "ipsec4"
    +#define NID_ipsec4              750
    +
    +#define SN_whirlpool            "whirlpool"
    +#define NID_whirlpool           804
    +#define OBJ_whirlpool           OBJ_iso,0L,10118L,3L,0L,55L
    +
    +#define SN_cryptopro            "cryptopro"
    +#define NID_cryptopro           805
    +#define OBJ_cryptopro           OBJ_member_body,643L,2L,2L
    +
    +#define SN_cryptocom            "cryptocom"
    +#define NID_cryptocom           806
    +#define OBJ_cryptocom           OBJ_member_body,643L,2L,9L
    +
    +#define SN_id_GostR3411_94_with_GostR3410_2001          "id-GostR3411-94-with-GostR3410-2001"
    +#define LN_id_GostR3411_94_with_GostR3410_2001          "GOST R 34.11-94 with GOST R 34.10-2001"
    +#define NID_id_GostR3411_94_with_GostR3410_2001         807
    +#define OBJ_id_GostR3411_94_with_GostR3410_2001         OBJ_cryptopro,3L
    +
    +#define SN_id_GostR3411_94_with_GostR3410_94            "id-GostR3411-94-with-GostR3410-94"
    +#define LN_id_GostR3411_94_with_GostR3410_94            "GOST R 34.11-94 with GOST R 34.10-94"
    +#define NID_id_GostR3411_94_with_GostR3410_94           808
    +#define OBJ_id_GostR3411_94_with_GostR3410_94           OBJ_cryptopro,4L
    +
    +#define SN_id_GostR3411_94              "md_gost94"
    +#define LN_id_GostR3411_94              "GOST R 34.11-94"
    +#define NID_id_GostR3411_94             809
    +#define OBJ_id_GostR3411_94             OBJ_cryptopro,9L
    +
    +#define SN_id_HMACGostR3411_94          "id-HMACGostR3411-94"
    +#define LN_id_HMACGostR3411_94          "HMAC GOST 34.11-94"
    +#define NID_id_HMACGostR3411_94         810
    +#define OBJ_id_HMACGostR3411_94         OBJ_cryptopro,10L
    +
    +#define SN_id_GostR3410_2001            "gost2001"
    +#define LN_id_GostR3410_2001            "GOST R 34.10-2001"
    +#define NID_id_GostR3410_2001           811
    +#define OBJ_id_GostR3410_2001           OBJ_cryptopro,19L
    +
    +#define SN_id_GostR3410_94              "gost94"
    +#define LN_id_GostR3410_94              "GOST R 34.10-94"
    +#define NID_id_GostR3410_94             812
    +#define OBJ_id_GostR3410_94             OBJ_cryptopro,20L
    +
    +#define SN_id_Gost28147_89              "gost89"
    +#define LN_id_Gost28147_89              "GOST 28147-89"
    +#define NID_id_Gost28147_89             813
    +#define OBJ_id_Gost28147_89             OBJ_cryptopro,21L
    +
    +#define SN_gost89_cnt           "gost89-cnt"
    +#define NID_gost89_cnt          814
    +
    +#define SN_id_Gost28147_89_MAC          "gost-mac"
    +#define LN_id_Gost28147_89_MAC          "GOST 28147-89 MAC"
    +#define NID_id_Gost28147_89_MAC         815
    +#define OBJ_id_Gost28147_89_MAC         OBJ_cryptopro,22L
    +
    +#define SN_id_GostR3411_94_prf          "prf-gostr3411-94"
    +#define LN_id_GostR3411_94_prf          "GOST R 34.11-94 PRF"
    +#define NID_id_GostR3411_94_prf         816
    +#define OBJ_id_GostR3411_94_prf         OBJ_cryptopro,23L
    +
    +#define SN_id_GostR3410_2001DH          "id-GostR3410-2001DH"
    +#define LN_id_GostR3410_2001DH          "GOST R 34.10-2001 DH"
    +#define NID_id_GostR3410_2001DH         817
    +#define OBJ_id_GostR3410_2001DH         OBJ_cryptopro,98L
    +
    +#define SN_id_GostR3410_94DH            "id-GostR3410-94DH"
    +#define LN_id_GostR3410_94DH            "GOST R 34.10-94 DH"
    +#define NID_id_GostR3410_94DH           818
    +#define OBJ_id_GostR3410_94DH           OBJ_cryptopro,99L
    +
    +#define SN_id_Gost28147_89_CryptoPro_KeyMeshing         "id-Gost28147-89-CryptoPro-KeyMeshing"
    +#define NID_id_Gost28147_89_CryptoPro_KeyMeshing                819
    +#define OBJ_id_Gost28147_89_CryptoPro_KeyMeshing                OBJ_cryptopro,14L,1L
    +
    +#define SN_id_Gost28147_89_None_KeyMeshing              "id-Gost28147-89-None-KeyMeshing"
    +#define NID_id_Gost28147_89_None_KeyMeshing             820
    +#define OBJ_id_Gost28147_89_None_KeyMeshing             OBJ_cryptopro,14L,0L
    +
    +#define SN_id_GostR3411_94_TestParamSet         "id-GostR3411-94-TestParamSet"
    +#define NID_id_GostR3411_94_TestParamSet                821
    +#define OBJ_id_GostR3411_94_TestParamSet                OBJ_cryptopro,30L,0L
    +
    +#define SN_id_GostR3411_94_CryptoProParamSet            "id-GostR3411-94-CryptoProParamSet"
    +#define NID_id_GostR3411_94_CryptoProParamSet           822
    +#define OBJ_id_GostR3411_94_CryptoProParamSet           OBJ_cryptopro,30L,1L
    +
    +#define SN_id_Gost28147_89_TestParamSet         "id-Gost28147-89-TestParamSet"
    +#define NID_id_Gost28147_89_TestParamSet                823
    +#define OBJ_id_Gost28147_89_TestParamSet                OBJ_cryptopro,31L,0L
    +
    +#define SN_id_Gost28147_89_CryptoPro_A_ParamSet         "id-Gost28147-89-CryptoPro-A-ParamSet"
    +#define NID_id_Gost28147_89_CryptoPro_A_ParamSet                824
    +#define OBJ_id_Gost28147_89_CryptoPro_A_ParamSet                OBJ_cryptopro,31L,1L
    +
    +#define SN_id_Gost28147_89_CryptoPro_B_ParamSet         "id-Gost28147-89-CryptoPro-B-ParamSet"
    +#define NID_id_Gost28147_89_CryptoPro_B_ParamSet                825
    +#define OBJ_id_Gost28147_89_CryptoPro_B_ParamSet                OBJ_cryptopro,31L,2L
    +
    +#define SN_id_Gost28147_89_CryptoPro_C_ParamSet         "id-Gost28147-89-CryptoPro-C-ParamSet"
    +#define NID_id_Gost28147_89_CryptoPro_C_ParamSet                826
    +#define OBJ_id_Gost28147_89_CryptoPro_C_ParamSet                OBJ_cryptopro,31L,3L
    +
    +#define SN_id_Gost28147_89_CryptoPro_D_ParamSet         "id-Gost28147-89-CryptoPro-D-ParamSet"
    +#define NID_id_Gost28147_89_CryptoPro_D_ParamSet                827
    +#define OBJ_id_Gost28147_89_CryptoPro_D_ParamSet                OBJ_cryptopro,31L,4L
    +
    +#define SN_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet         "id-Gost28147-89-CryptoPro-Oscar-1-1-ParamSet"
    +#define NID_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet                828
    +#define OBJ_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet                OBJ_cryptopro,31L,5L
    +
    +#define SN_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet         "id-Gost28147-89-CryptoPro-Oscar-1-0-ParamSet"
    +#define NID_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet                829
    +#define OBJ_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet                OBJ_cryptopro,31L,6L
    +
    +#define SN_id_Gost28147_89_CryptoPro_RIC_1_ParamSet             "id-Gost28147-89-CryptoPro-RIC-1-ParamSet"
    +#define NID_id_Gost28147_89_CryptoPro_RIC_1_ParamSet            830
    +#define OBJ_id_Gost28147_89_CryptoPro_RIC_1_ParamSet            OBJ_cryptopro,31L,7L
    +
    +#define SN_id_GostR3410_94_TestParamSet         "id-GostR3410-94-TestParamSet"
    +#define NID_id_GostR3410_94_TestParamSet                831
    +#define OBJ_id_GostR3410_94_TestParamSet                OBJ_cryptopro,32L,0L
    +
    +#define SN_id_GostR3410_94_CryptoPro_A_ParamSet         "id-GostR3410-94-CryptoPro-A-ParamSet"
    +#define NID_id_GostR3410_94_CryptoPro_A_ParamSet                832
    +#define OBJ_id_GostR3410_94_CryptoPro_A_ParamSet                OBJ_cryptopro,32L,2L
    +
    +#define SN_id_GostR3410_94_CryptoPro_B_ParamSet         "id-GostR3410-94-CryptoPro-B-ParamSet"
    +#define NID_id_GostR3410_94_CryptoPro_B_ParamSet                833
    +#define OBJ_id_GostR3410_94_CryptoPro_B_ParamSet                OBJ_cryptopro,32L,3L
    +
    +#define SN_id_GostR3410_94_CryptoPro_C_ParamSet         "id-GostR3410-94-CryptoPro-C-ParamSet"
    +#define NID_id_GostR3410_94_CryptoPro_C_ParamSet                834
    +#define OBJ_id_GostR3410_94_CryptoPro_C_ParamSet                OBJ_cryptopro,32L,4L
    +
    +#define SN_id_GostR3410_94_CryptoPro_D_ParamSet         "id-GostR3410-94-CryptoPro-D-ParamSet"
    +#define NID_id_GostR3410_94_CryptoPro_D_ParamSet                835
    +#define OBJ_id_GostR3410_94_CryptoPro_D_ParamSet                OBJ_cryptopro,32L,5L
    +
    +#define SN_id_GostR3410_94_CryptoPro_XchA_ParamSet              "id-GostR3410-94-CryptoPro-XchA-ParamSet"
    +#define NID_id_GostR3410_94_CryptoPro_XchA_ParamSet             836
    +#define OBJ_id_GostR3410_94_CryptoPro_XchA_ParamSet             OBJ_cryptopro,33L,1L
    +
    +#define SN_id_GostR3410_94_CryptoPro_XchB_ParamSet              "id-GostR3410-94-CryptoPro-XchB-ParamSet"
    +#define NID_id_GostR3410_94_CryptoPro_XchB_ParamSet             837
    +#define OBJ_id_GostR3410_94_CryptoPro_XchB_ParamSet             OBJ_cryptopro,33L,2L
    +
    +#define SN_id_GostR3410_94_CryptoPro_XchC_ParamSet              "id-GostR3410-94-CryptoPro-XchC-ParamSet"
    +#define NID_id_GostR3410_94_CryptoPro_XchC_ParamSet             838
    +#define OBJ_id_GostR3410_94_CryptoPro_XchC_ParamSet             OBJ_cryptopro,33L,3L
    +
    +#define SN_id_GostR3410_2001_TestParamSet               "id-GostR3410-2001-TestParamSet"
    +#define NID_id_GostR3410_2001_TestParamSet              839
    +#define OBJ_id_GostR3410_2001_TestParamSet              OBJ_cryptopro,35L,0L
    +
    +#define SN_id_GostR3410_2001_CryptoPro_A_ParamSet               "id-GostR3410-2001-CryptoPro-A-ParamSet"
    +#define NID_id_GostR3410_2001_CryptoPro_A_ParamSet              840
    +#define OBJ_id_GostR3410_2001_CryptoPro_A_ParamSet              OBJ_cryptopro,35L,1L
    +
    +#define SN_id_GostR3410_2001_CryptoPro_B_ParamSet               "id-GostR3410-2001-CryptoPro-B-ParamSet"
    +#define NID_id_GostR3410_2001_CryptoPro_B_ParamSet              841
    +#define OBJ_id_GostR3410_2001_CryptoPro_B_ParamSet              OBJ_cryptopro,35L,2L
    +
    +#define SN_id_GostR3410_2001_CryptoPro_C_ParamSet               "id-GostR3410-2001-CryptoPro-C-ParamSet"
    +#define NID_id_GostR3410_2001_CryptoPro_C_ParamSet              842
    +#define OBJ_id_GostR3410_2001_CryptoPro_C_ParamSet              OBJ_cryptopro,35L,3L
    +
    +#define SN_id_GostR3410_2001_CryptoPro_XchA_ParamSet            "id-GostR3410-2001-CryptoPro-XchA-ParamSet"
    +#define NID_id_GostR3410_2001_CryptoPro_XchA_ParamSet           843
    +#define OBJ_id_GostR3410_2001_CryptoPro_XchA_ParamSet           OBJ_cryptopro,36L,0L
    +
    +#define SN_id_GostR3410_2001_CryptoPro_XchB_ParamSet            "id-GostR3410-2001-CryptoPro-XchB-ParamSet"
    +#define NID_id_GostR3410_2001_CryptoPro_XchB_ParamSet           844
    +#define OBJ_id_GostR3410_2001_CryptoPro_XchB_ParamSet           OBJ_cryptopro,36L,1L
    +
    +#define SN_id_GostR3410_94_a            "id-GostR3410-94-a"
    +#define NID_id_GostR3410_94_a           845
    +#define OBJ_id_GostR3410_94_a           OBJ_id_GostR3410_94,1L
    +
    +#define SN_id_GostR3410_94_aBis         "id-GostR3410-94-aBis"
    +#define NID_id_GostR3410_94_aBis                846
    +#define OBJ_id_GostR3410_94_aBis                OBJ_id_GostR3410_94,2L
    +
    +#define SN_id_GostR3410_94_b            "id-GostR3410-94-b"
    +#define NID_id_GostR3410_94_b           847
    +#define OBJ_id_GostR3410_94_b           OBJ_id_GostR3410_94,3L
    +
    +#define SN_id_GostR3410_94_bBis         "id-GostR3410-94-bBis"
    +#define NID_id_GostR3410_94_bBis                848
    +#define OBJ_id_GostR3410_94_bBis                OBJ_id_GostR3410_94,4L
    +
    +#define SN_id_Gost28147_89_cc           "id-Gost28147-89-cc"
    +#define LN_id_Gost28147_89_cc           "GOST 28147-89 Cryptocom ParamSet"
    +#define NID_id_Gost28147_89_cc          849
    +#define OBJ_id_Gost28147_89_cc          OBJ_cryptocom,1L,6L,1L
    +
    +#define SN_id_GostR3410_94_cc           "gost94cc"
    +#define LN_id_GostR3410_94_cc           "GOST 34.10-94 Cryptocom"
    +#define NID_id_GostR3410_94_cc          850
    +#define OBJ_id_GostR3410_94_cc          OBJ_cryptocom,1L,5L,3L
    +
    +#define SN_id_GostR3410_2001_cc         "gost2001cc"
    +#define LN_id_GostR3410_2001_cc         "GOST 34.10-2001 Cryptocom"
    +#define NID_id_GostR3410_2001_cc                851
    +#define OBJ_id_GostR3410_2001_cc                OBJ_cryptocom,1L,5L,4L
    +
    +#define SN_id_GostR3411_94_with_GostR3410_94_cc         "id-GostR3411-94-with-GostR3410-94-cc"
    +#define LN_id_GostR3411_94_with_GostR3410_94_cc         "GOST R 34.11-94 with GOST R 34.10-94 Cryptocom"
    +#define NID_id_GostR3411_94_with_GostR3410_94_cc                852
    +#define OBJ_id_GostR3411_94_with_GostR3410_94_cc                OBJ_cryptocom,1L,3L,3L
    +
    +#define SN_id_GostR3411_94_with_GostR3410_2001_cc               "id-GostR3411-94-with-GostR3410-2001-cc"
    +#define LN_id_GostR3411_94_with_GostR3410_2001_cc               "GOST R 34.11-94 with GOST R 34.10-2001 Cryptocom"
    +#define NID_id_GostR3411_94_with_GostR3410_2001_cc              853
    +#define OBJ_id_GostR3411_94_with_GostR3410_2001_cc              OBJ_cryptocom,1L,3L,4L
    +
    +#define SN_id_GostR3410_2001_ParamSet_cc                "id-GostR3410-2001-ParamSet-cc"
    +#define LN_id_GostR3410_2001_ParamSet_cc                "GOST R 3410-2001 Parameter Set Cryptocom"
    +#define NID_id_GostR3410_2001_ParamSet_cc               854
    +#define OBJ_id_GostR3410_2001_ParamSet_cc               OBJ_cryptocom,1L,8L,1L
    +
    +#define SN_camellia_128_cbc             "CAMELLIA-128-CBC"
    +#define LN_camellia_128_cbc             "camellia-128-cbc"
    +#define NID_camellia_128_cbc            751
    +#define OBJ_camellia_128_cbc            1L,2L,392L,200011L,61L,1L,1L,1L,2L
    +
    +#define SN_camellia_192_cbc             "CAMELLIA-192-CBC"
    +#define LN_camellia_192_cbc             "camellia-192-cbc"
    +#define NID_camellia_192_cbc            752
    +#define OBJ_camellia_192_cbc            1L,2L,392L,200011L,61L,1L,1L,1L,3L
    +
    +#define SN_camellia_256_cbc             "CAMELLIA-256-CBC"
    +#define LN_camellia_256_cbc             "camellia-256-cbc"
    +#define NID_camellia_256_cbc            753
    +#define OBJ_camellia_256_cbc            1L,2L,392L,200011L,61L,1L,1L,1L,4L
    +
    +#define SN_id_camellia128_wrap          "id-camellia128-wrap"
    +#define NID_id_camellia128_wrap         907
    +#define OBJ_id_camellia128_wrap         1L,2L,392L,200011L,61L,1L,1L,3L,2L
    +
    +#define SN_id_camellia192_wrap          "id-camellia192-wrap"
    +#define NID_id_camellia192_wrap         908
    +#define OBJ_id_camellia192_wrap         1L,2L,392L,200011L,61L,1L,1L,3L,3L
    +
    +#define SN_id_camellia256_wrap          "id-camellia256-wrap"
    +#define NID_id_camellia256_wrap         909
    +#define OBJ_id_camellia256_wrap         1L,2L,392L,200011L,61L,1L,1L,3L,4L
    +
    +#define OBJ_ntt_ds              0L,3L,4401L,5L
    +
    +#define OBJ_camellia            OBJ_ntt_ds,3L,1L,9L
    +
    +#define SN_camellia_128_ecb             "CAMELLIA-128-ECB"
    +#define LN_camellia_128_ecb             "camellia-128-ecb"
    +#define NID_camellia_128_ecb            754
    +#define OBJ_camellia_128_ecb            OBJ_camellia,1L
    +
    +#define SN_camellia_128_ofb128          "CAMELLIA-128-OFB"
    +#define LN_camellia_128_ofb128          "camellia-128-ofb"
    +#define NID_camellia_128_ofb128         766
    +#define OBJ_camellia_128_ofb128         OBJ_camellia,3L
    +
    +#define SN_camellia_128_cfb128          "CAMELLIA-128-CFB"
    +#define LN_camellia_128_cfb128          "camellia-128-cfb"
    +#define NID_camellia_128_cfb128         757
    +#define OBJ_camellia_128_cfb128         OBJ_camellia,4L
    +
    +#define SN_camellia_192_ecb             "CAMELLIA-192-ECB"
    +#define LN_camellia_192_ecb             "camellia-192-ecb"
    +#define NID_camellia_192_ecb            755
    +#define OBJ_camellia_192_ecb            OBJ_camellia,21L
    +
    +#define SN_camellia_192_ofb128          "CAMELLIA-192-OFB"
    +#define LN_camellia_192_ofb128          "camellia-192-ofb"
    +#define NID_camellia_192_ofb128         767
    +#define OBJ_camellia_192_ofb128         OBJ_camellia,23L
    +
    +#define SN_camellia_192_cfb128          "CAMELLIA-192-CFB"
    +#define LN_camellia_192_cfb128          "camellia-192-cfb"
    +#define NID_camellia_192_cfb128         758
    +#define OBJ_camellia_192_cfb128         OBJ_camellia,24L
    +
    +#define SN_camellia_256_ecb             "CAMELLIA-256-ECB"
    +#define LN_camellia_256_ecb             "camellia-256-ecb"
    +#define NID_camellia_256_ecb            756
    +#define OBJ_camellia_256_ecb            OBJ_camellia,41L
    +
    +#define SN_camellia_256_ofb128          "CAMELLIA-256-OFB"
    +#define LN_camellia_256_ofb128          "camellia-256-ofb"
    +#define NID_camellia_256_ofb128         768
    +#define OBJ_camellia_256_ofb128         OBJ_camellia,43L
    +
    +#define SN_camellia_256_cfb128          "CAMELLIA-256-CFB"
    +#define LN_camellia_256_cfb128          "camellia-256-cfb"
    +#define NID_camellia_256_cfb128         759
    +#define OBJ_camellia_256_cfb128         OBJ_camellia,44L
    +
    +#define SN_camellia_128_cfb1            "CAMELLIA-128-CFB1"
    +#define LN_camellia_128_cfb1            "camellia-128-cfb1"
    +#define NID_camellia_128_cfb1           760
    +
    +#define SN_camellia_192_cfb1            "CAMELLIA-192-CFB1"
    +#define LN_camellia_192_cfb1            "camellia-192-cfb1"
    +#define NID_camellia_192_cfb1           761
    +
    +#define SN_camellia_256_cfb1            "CAMELLIA-256-CFB1"
    +#define LN_camellia_256_cfb1            "camellia-256-cfb1"
    +#define NID_camellia_256_cfb1           762
    +
    +#define SN_camellia_128_cfb8            "CAMELLIA-128-CFB8"
    +#define LN_camellia_128_cfb8            "camellia-128-cfb8"
    +#define NID_camellia_128_cfb8           763
    +
    +#define SN_camellia_192_cfb8            "CAMELLIA-192-CFB8"
    +#define LN_camellia_192_cfb8            "camellia-192-cfb8"
    +#define NID_camellia_192_cfb8           764
    +
    +#define SN_camellia_256_cfb8            "CAMELLIA-256-CFB8"
    +#define LN_camellia_256_cfb8            "camellia-256-cfb8"
    +#define NID_camellia_256_cfb8           765
    +
    +#define SN_kisa         "KISA"
    +#define LN_kisa         "kisa"
    +#define NID_kisa                773
    +#define OBJ_kisa                OBJ_member_body,410L,200004L
    +
    +#define SN_seed_ecb             "SEED-ECB"
    +#define LN_seed_ecb             "seed-ecb"
    +#define NID_seed_ecb            776
    +#define OBJ_seed_ecb            OBJ_kisa,1L,3L
    +
    +#define SN_seed_cbc             "SEED-CBC"
    +#define LN_seed_cbc             "seed-cbc"
    +#define NID_seed_cbc            777
    +#define OBJ_seed_cbc            OBJ_kisa,1L,4L
    +
    +#define SN_seed_cfb128          "SEED-CFB"
    +#define LN_seed_cfb128          "seed-cfb"
    +#define NID_seed_cfb128         779
    +#define OBJ_seed_cfb128         OBJ_kisa,1L,5L
    +
    +#define SN_seed_ofb128          "SEED-OFB"
    +#define LN_seed_ofb128          "seed-ofb"
    +#define NID_seed_ofb128         778
    +#define OBJ_seed_ofb128         OBJ_kisa,1L,6L
    +
    +#define SN_hmac         "HMAC"
    +#define LN_hmac         "hmac"
    +#define NID_hmac                855
    +
    +#define SN_cmac         "CMAC"
    +#define LN_cmac         "cmac"
    +#define NID_cmac                894
    +
    +#define SN_rc4_hmac_md5         "RC4-HMAC-MD5"
    +#define LN_rc4_hmac_md5         "rc4-hmac-md5"
    +#define NID_rc4_hmac_md5                915
    +
    +#define SN_aes_128_cbc_hmac_sha1                "AES-128-CBC-HMAC-SHA1"
    +#define LN_aes_128_cbc_hmac_sha1                "aes-128-cbc-hmac-sha1"
    +#define NID_aes_128_cbc_hmac_sha1               916
    +
    +#define SN_aes_192_cbc_hmac_sha1                "AES-192-CBC-HMAC-SHA1"
    +#define LN_aes_192_cbc_hmac_sha1                "aes-192-cbc-hmac-sha1"
    +#define NID_aes_192_cbc_hmac_sha1               917
    +
    +#define SN_aes_256_cbc_hmac_sha1                "AES-256-CBC-HMAC-SHA1"
    +#define LN_aes_256_cbc_hmac_sha1                "aes-256-cbc-hmac-sha1"
    +#define NID_aes_256_cbc_hmac_sha1               918
    +
    +#define SN_aes_128_cbc_hmac_sha256              "AES-128-CBC-HMAC-SHA256"
    +#define LN_aes_128_cbc_hmac_sha256              "aes-128-cbc-hmac-sha256"
    +#define NID_aes_128_cbc_hmac_sha256             948
    +
    +#define SN_aes_192_cbc_hmac_sha256              "AES-192-CBC-HMAC-SHA256"
    +#define LN_aes_192_cbc_hmac_sha256              "aes-192-cbc-hmac-sha256"
    +#define NID_aes_192_cbc_hmac_sha256             949
    +
    +#define SN_aes_256_cbc_hmac_sha256              "AES-256-CBC-HMAC-SHA256"
    +#define LN_aes_256_cbc_hmac_sha256              "aes-256-cbc-hmac-sha256"
    +#define NID_aes_256_cbc_hmac_sha256             950
    +
    +#define SN_dhpublicnumber               "dhpublicnumber"
    +#define LN_dhpublicnumber               "X9.42 DH"
    +#define NID_dhpublicnumber              920
    +#define OBJ_dhpublicnumber              OBJ_ISO_US,10046L,2L,1L
     
    -#define SN_setct_CredReqTBEX		"setct-CredReqTBEX"
    -#define NID_setct_CredReqTBEX		587
    -#define OBJ_setct_CredReqTBEX		OBJ_set_ctype,69L
    +#define SN_brainpoolP160r1              "brainpoolP160r1"
    +#define NID_brainpoolP160r1             921
    +#define OBJ_brainpoolP160r1             1L,3L,36L,3L,3L,2L,8L,1L,1L,1L
     
    -#define SN_setct_CredResTBE		"setct-CredResTBE"
    -#define NID_setct_CredResTBE		588
    -#define OBJ_setct_CredResTBE		OBJ_set_ctype,70L
    +#define SN_brainpoolP160t1              "brainpoolP160t1"
    +#define NID_brainpoolP160t1             922
    +#define OBJ_brainpoolP160t1             1L,3L,36L,3L,3L,2L,8L,1L,1L,2L
     
    -#define SN_setct_CredRevReqTBE		"setct-CredRevReqTBE"
    -#define NID_setct_CredRevReqTBE		589
    -#define OBJ_setct_CredRevReqTBE		OBJ_set_ctype,71L
    +#define SN_brainpoolP192r1              "brainpoolP192r1"
    +#define NID_brainpoolP192r1             923
    +#define OBJ_brainpoolP192r1             1L,3L,36L,3L,3L,2L,8L,1L,1L,3L
     
    -#define SN_setct_CredRevReqTBEX		"setct-CredRevReqTBEX"
    -#define NID_setct_CredRevReqTBEX		590
    -#define OBJ_setct_CredRevReqTBEX		OBJ_set_ctype,72L
    +#define SN_brainpoolP192t1              "brainpoolP192t1"
    +#define NID_brainpoolP192t1             924
    +#define OBJ_brainpoolP192t1             1L,3L,36L,3L,3L,2L,8L,1L,1L,4L
     
    -#define SN_setct_CredRevResTBE		"setct-CredRevResTBE"
    -#define NID_setct_CredRevResTBE		591
    -#define OBJ_setct_CredRevResTBE		OBJ_set_ctype,73L
    +#define SN_brainpoolP224r1              "brainpoolP224r1"
    +#define NID_brainpoolP224r1             925
    +#define OBJ_brainpoolP224r1             1L,3L,36L,3L,3L,2L,8L,1L,1L,5L
    +
    +#define SN_brainpoolP224t1              "brainpoolP224t1"
    +#define NID_brainpoolP224t1             926
    +#define OBJ_brainpoolP224t1             1L,3L,36L,3L,3L,2L,8L,1L,1L,6L
    +
    +#define SN_brainpoolP256r1              "brainpoolP256r1"
    +#define NID_brainpoolP256r1             927
    +#define OBJ_brainpoolP256r1             1L,3L,36L,3L,3L,2L,8L,1L,1L,7L
    +
    +#define SN_brainpoolP256t1              "brainpoolP256t1"
    +#define NID_brainpoolP256t1             928
    +#define OBJ_brainpoolP256t1             1L,3L,36L,3L,3L,2L,8L,1L,1L,8L
    +
    +#define SN_brainpoolP320r1              "brainpoolP320r1"
    +#define NID_brainpoolP320r1             929
    +#define OBJ_brainpoolP320r1             1L,3L,36L,3L,3L,2L,8L,1L,1L,9L
    +
    +#define SN_brainpoolP320t1              "brainpoolP320t1"
    +#define NID_brainpoolP320t1             930
    +#define OBJ_brainpoolP320t1             1L,3L,36L,3L,3L,2L,8L,1L,1L,10L
    +
    +#define SN_brainpoolP384r1              "brainpoolP384r1"
    +#define NID_brainpoolP384r1             931
    +#define OBJ_brainpoolP384r1             1L,3L,36L,3L,3L,2L,8L,1L,1L,11L
    +
    +#define SN_brainpoolP384t1              "brainpoolP384t1"
    +#define NID_brainpoolP384t1             932
    +#define OBJ_brainpoolP384t1             1L,3L,36L,3L,3L,2L,8L,1L,1L,12L
    +
    +#define SN_brainpoolP512r1              "brainpoolP512r1"
    +#define NID_brainpoolP512r1             933
    +#define OBJ_brainpoolP512r1             1L,3L,36L,3L,3L,2L,8L,1L,1L,13L
    +
    +#define SN_brainpoolP512t1              "brainpoolP512t1"
    +#define NID_brainpoolP512t1             934
    +#define OBJ_brainpoolP512t1             1L,3L,36L,3L,3L,2L,8L,1L,1L,14L
    +
    +#define OBJ_x9_63_scheme                1L,3L,133L,16L,840L,63L,0L
     
    -#define SN_setct_BatchAdminReqTBE		"setct-BatchAdminReqTBE"
    -#define NID_setct_BatchAdminReqTBE		592
    -#define OBJ_setct_BatchAdminReqTBE		OBJ_set_ctype,74L
    +#define OBJ_secg_scheme         OBJ_certicom_arc,1L
    +
    +#define SN_dhSinglePass_stdDH_sha1kdf_scheme            "dhSinglePass-stdDH-sha1kdf-scheme"
    +#define NID_dhSinglePass_stdDH_sha1kdf_scheme           936
    +#define OBJ_dhSinglePass_stdDH_sha1kdf_scheme           OBJ_x9_63_scheme,2L
    +
    +#define SN_dhSinglePass_stdDH_sha224kdf_scheme          "dhSinglePass-stdDH-sha224kdf-scheme"
    +#define NID_dhSinglePass_stdDH_sha224kdf_scheme         937
    +#define OBJ_dhSinglePass_stdDH_sha224kdf_scheme         OBJ_secg_scheme,11L,0L
    +
    +#define SN_dhSinglePass_stdDH_sha256kdf_scheme          "dhSinglePass-stdDH-sha256kdf-scheme"
    +#define NID_dhSinglePass_stdDH_sha256kdf_scheme         938
    +#define OBJ_dhSinglePass_stdDH_sha256kdf_scheme         OBJ_secg_scheme,11L,1L
    +
    +#define SN_dhSinglePass_stdDH_sha384kdf_scheme          "dhSinglePass-stdDH-sha384kdf-scheme"
    +#define NID_dhSinglePass_stdDH_sha384kdf_scheme         939
    +#define OBJ_dhSinglePass_stdDH_sha384kdf_scheme         OBJ_secg_scheme,11L,2L
    +
    +#define SN_dhSinglePass_stdDH_sha512kdf_scheme          "dhSinglePass-stdDH-sha512kdf-scheme"
    +#define NID_dhSinglePass_stdDH_sha512kdf_scheme         940
    +#define OBJ_dhSinglePass_stdDH_sha512kdf_scheme         OBJ_secg_scheme,11L,3L
    +
    +#define SN_dhSinglePass_cofactorDH_sha1kdf_scheme               "dhSinglePass-cofactorDH-sha1kdf-scheme"
    +#define NID_dhSinglePass_cofactorDH_sha1kdf_scheme              941
    +#define OBJ_dhSinglePass_cofactorDH_sha1kdf_scheme              OBJ_x9_63_scheme,3L
    +
    +#define SN_dhSinglePass_cofactorDH_sha224kdf_scheme             "dhSinglePass-cofactorDH-sha224kdf-scheme"
    +#define NID_dhSinglePass_cofactorDH_sha224kdf_scheme            942
    +#define OBJ_dhSinglePass_cofactorDH_sha224kdf_scheme            OBJ_secg_scheme,14L,0L
    +
    +#define SN_dhSinglePass_cofactorDH_sha256kdf_scheme             "dhSinglePass-cofactorDH-sha256kdf-scheme"
    +#define NID_dhSinglePass_cofactorDH_sha256kdf_scheme            943
    +#define OBJ_dhSinglePass_cofactorDH_sha256kdf_scheme            OBJ_secg_scheme,14L,1L
    +
    +#define SN_dhSinglePass_cofactorDH_sha384kdf_scheme             "dhSinglePass-cofactorDH-sha384kdf-scheme"
    +#define NID_dhSinglePass_cofactorDH_sha384kdf_scheme            944
    +#define OBJ_dhSinglePass_cofactorDH_sha384kdf_scheme            OBJ_secg_scheme,14L,2L
    +
    +#define SN_dhSinglePass_cofactorDH_sha512kdf_scheme             "dhSinglePass-cofactorDH-sha512kdf-scheme"
    +#define NID_dhSinglePass_cofactorDH_sha512kdf_scheme            945
    +#define OBJ_dhSinglePass_cofactorDH_sha512kdf_scheme            OBJ_secg_scheme,14L,3L
     
    -#define SN_setct_BatchAdminResTBE		"setct-BatchAdminResTBE"
    -#define NID_setct_BatchAdminResTBE		593
    -#define OBJ_setct_BatchAdminResTBE		OBJ_set_ctype,75L
    +#define SN_dh_std_kdf           "dh-std-kdf"
    +#define NID_dh_std_kdf          946
     
    -#define SN_setct_RegFormReqTBE		"setct-RegFormReqTBE"
    -#define NID_setct_RegFormReqTBE		594
    -#define OBJ_setct_RegFormReqTBE		OBJ_set_ctype,76L
    +#define SN_dh_cofactor_kdf              "dh-cofactor-kdf"
    +#define NID_dh_cofactor_kdf             947
     
    -#define SN_setct_CertReqTBE		"setct-CertReqTBE"
    -#define NID_setct_CertReqTBE		595
    -#define OBJ_setct_CertReqTBE		OBJ_set_ctype,77L
    +#define SN_ct_precert_scts              "ct_precert_scts"
    +#define LN_ct_precert_scts              "CT Precertificate SCTs"
    +#define NID_ct_precert_scts             951
    +#define OBJ_ct_precert_scts             1L,3L,6L,1L,4L,1L,11129L,2L,4L,2L
     
    -#define SN_setct_CertReqTBEX		"setct-CertReqTBEX"
    -#define NID_setct_CertReqTBEX		596
    -#define OBJ_setct_CertReqTBEX		OBJ_set_ctype,78L
    +#define SN_ct_precert_poison            "ct_precert_poison"
    +#define LN_ct_precert_poison            "CT Precertificate Poison"
    +#define NID_ct_precert_poison           952
    +#define OBJ_ct_precert_poison           1L,3L,6L,1L,4L,1L,11129L,2L,4L,3L
     
    -#define SN_setct_CertResTBE		"setct-CertResTBE"
    -#define NID_setct_CertResTBE		597
    -#define OBJ_setct_CertResTBE		OBJ_set_ctype,79L
    +#define SN_ct_precert_signer            "ct_precert_signer"
    +#define LN_ct_precert_signer            "CT Precertificate Signer"
    +#define NID_ct_precert_signer           953
    +#define OBJ_ct_precert_signer           1L,3L,6L,1L,4L,1L,11129L,2L,4L,4L
    +
    +#define SN_ct_cert_scts         "ct_cert_scts"
    +#define LN_ct_cert_scts         "CT Certificate SCTs"
    +#define NID_ct_cert_scts                954
    +#define OBJ_ct_cert_scts                1L,3L,6L,1L,4L,1L,11129L,2L,4L,5L
     
    -#define SN_setct_CRLNotificationTBS		"setct-CRLNotificationTBS"
    -#define NID_setct_CRLNotificationTBS		598
    -#define OBJ_setct_CRLNotificationTBS		OBJ_set_ctype,80L
    +#define SN_jurisdictionLocalityName             "jurisdictionL"
    +#define LN_jurisdictionLocalityName             "jurisdictionLocalityName"
    +#define NID_jurisdictionLocalityName            955
    +#define OBJ_jurisdictionLocalityName            1L,3L,6L,1L,4L,1L,311L,60L,2L,1L,1L
     
    -#define SN_setct_CRLNotificationResTBS		"setct-CRLNotificationResTBS"
    -#define NID_setct_CRLNotificationResTBS		599
    -#define OBJ_setct_CRLNotificationResTBS		OBJ_set_ctype,81L
    -
    -#define SN_setct_BCIDistributionTBS		"setct-BCIDistributionTBS"
    -#define NID_setct_BCIDistributionTBS		600
    -#define OBJ_setct_BCIDistributionTBS		OBJ_set_ctype,82L
    -
    -#define SN_setext_genCrypt		"setext-genCrypt"
    -#define LN_setext_genCrypt		"generic cryptogram"
    -#define NID_setext_genCrypt		601
    -#define OBJ_setext_genCrypt		OBJ_set_msgExt,1L
    -
    -#define SN_setext_miAuth		"setext-miAuth"
    -#define LN_setext_miAuth		"merchant initiated auth"
    -#define NID_setext_miAuth		602
    -#define OBJ_setext_miAuth		OBJ_set_msgExt,3L
    -
    -#define SN_setext_pinSecure		"setext-pinSecure"
    -#define NID_setext_pinSecure		603
    -#define OBJ_setext_pinSecure		OBJ_set_msgExt,4L
    -
    -#define SN_setext_pinAny		"setext-pinAny"
    -#define NID_setext_pinAny		604
    -#define OBJ_setext_pinAny		OBJ_set_msgExt,5L
    -
    -#define SN_setext_track2		"setext-track2"
    -#define NID_setext_track2		605
    -#define OBJ_setext_track2		OBJ_set_msgExt,7L
    -
    -#define SN_setext_cv		"setext-cv"
    -#define LN_setext_cv		"additional verification"
    -#define NID_setext_cv		606
    -#define OBJ_setext_cv		OBJ_set_msgExt,8L
    -
    -#define SN_set_policy_root		"set-policy-root"
    -#define NID_set_policy_root		607
    -#define OBJ_set_policy_root		OBJ_set_policy,0L
    -
    -#define SN_setCext_hashedRoot		"setCext-hashedRoot"
    -#define NID_setCext_hashedRoot		608
    -#define OBJ_setCext_hashedRoot		OBJ_set_certExt,0L
    -
    -#define SN_setCext_certType		"setCext-certType"
    -#define NID_setCext_certType		609
    -#define OBJ_setCext_certType		OBJ_set_certExt,1L
    -
    -#define SN_setCext_merchData		"setCext-merchData"
    -#define NID_setCext_merchData		610
    -#define OBJ_setCext_merchData		OBJ_set_certExt,2L
    -
    -#define SN_setCext_cCertRequired		"setCext-cCertRequired"
    -#define NID_setCext_cCertRequired		611
    -#define OBJ_setCext_cCertRequired		OBJ_set_certExt,3L
    -
    -#define SN_setCext_tunneling		"setCext-tunneling"
    -#define NID_setCext_tunneling		612
    -#define OBJ_setCext_tunneling		OBJ_set_certExt,4L
    -
    -#define SN_setCext_setExt		"setCext-setExt"
    -#define NID_setCext_setExt		613
    -#define OBJ_setCext_setExt		OBJ_set_certExt,5L
    -
    -#define SN_setCext_setQualf		"setCext-setQualf"
    -#define NID_setCext_setQualf		614
    -#define OBJ_setCext_setQualf		OBJ_set_certExt,6L
    -
    -#define SN_setCext_PGWYcapabilities		"setCext-PGWYcapabilities"
    -#define NID_setCext_PGWYcapabilities		615
    -#define OBJ_setCext_PGWYcapabilities		OBJ_set_certExt,7L
    -
    -#define SN_setCext_TokenIdentifier		"setCext-TokenIdentifier"
    -#define NID_setCext_TokenIdentifier		616
    -#define OBJ_setCext_TokenIdentifier		OBJ_set_certExt,8L
    -
    -#define SN_setCext_Track2Data		"setCext-Track2Data"
    -#define NID_setCext_Track2Data		617
    -#define OBJ_setCext_Track2Data		OBJ_set_certExt,9L
    -
    -#define SN_setCext_TokenType		"setCext-TokenType"
    -#define NID_setCext_TokenType		618
    -#define OBJ_setCext_TokenType		OBJ_set_certExt,10L
    -
    -#define SN_setCext_IssuerCapabilities		"setCext-IssuerCapabilities"
    -#define NID_setCext_IssuerCapabilities		619
    -#define OBJ_setCext_IssuerCapabilities		OBJ_set_certExt,11L
    -
    -#define SN_setAttr_Cert		"setAttr-Cert"
    -#define NID_setAttr_Cert		620
    -#define OBJ_setAttr_Cert		OBJ_set_attr,0L
    -
    -#define SN_setAttr_PGWYcap		"setAttr-PGWYcap"
    -#define LN_setAttr_PGWYcap		"payment gateway capabilities"
    -#define NID_setAttr_PGWYcap		621
    -#define OBJ_setAttr_PGWYcap		OBJ_set_attr,1L
    -
    -#define SN_setAttr_TokenType		"setAttr-TokenType"
    -#define NID_setAttr_TokenType		622
    -#define OBJ_setAttr_TokenType		OBJ_set_attr,2L
    -
    -#define SN_setAttr_IssCap		"setAttr-IssCap"
    -#define LN_setAttr_IssCap		"issuer capabilities"
    -#define NID_setAttr_IssCap		623
    -#define OBJ_setAttr_IssCap		OBJ_set_attr,3L
    -
    -#define SN_set_rootKeyThumb		"set-rootKeyThumb"
    -#define NID_set_rootKeyThumb		624
    -#define OBJ_set_rootKeyThumb		OBJ_setAttr_Cert,0L
    -
    -#define SN_set_addPolicy		"set-addPolicy"
    -#define NID_set_addPolicy		625
    -#define OBJ_set_addPolicy		OBJ_setAttr_Cert,1L
    -
    -#define SN_setAttr_Token_EMV		"setAttr-Token-EMV"
    -#define NID_setAttr_Token_EMV		626
    -#define OBJ_setAttr_Token_EMV		OBJ_setAttr_TokenType,1L
    -
    -#define SN_setAttr_Token_B0Prime		"setAttr-Token-B0Prime"
    -#define NID_setAttr_Token_B0Prime		627
    -#define OBJ_setAttr_Token_B0Prime		OBJ_setAttr_TokenType,2L
    -
    -#define SN_setAttr_IssCap_CVM		"setAttr-IssCap-CVM"
    -#define NID_setAttr_IssCap_CVM		628
    -#define OBJ_setAttr_IssCap_CVM		OBJ_setAttr_IssCap,3L
    -
    -#define SN_setAttr_IssCap_T2		"setAttr-IssCap-T2"
    -#define NID_setAttr_IssCap_T2		629
    -#define OBJ_setAttr_IssCap_T2		OBJ_setAttr_IssCap,4L
    -
    -#define SN_setAttr_IssCap_Sig		"setAttr-IssCap-Sig"
    -#define NID_setAttr_IssCap_Sig		630
    -#define OBJ_setAttr_IssCap_Sig		OBJ_setAttr_IssCap,5L
    -
    -#define SN_setAttr_GenCryptgrm		"setAttr-GenCryptgrm"
    -#define LN_setAttr_GenCryptgrm		"generate cryptogram"
    -#define NID_setAttr_GenCryptgrm		631
    -#define OBJ_setAttr_GenCryptgrm		OBJ_setAttr_IssCap_CVM,1L
    -
    -#define SN_setAttr_T2Enc		"setAttr-T2Enc"
    -#define LN_setAttr_T2Enc		"encrypted track 2"
    -#define NID_setAttr_T2Enc		632
    -#define OBJ_setAttr_T2Enc		OBJ_setAttr_IssCap_T2,1L
    -
    -#define SN_setAttr_T2cleartxt		"setAttr-T2cleartxt"
    -#define LN_setAttr_T2cleartxt		"cleartext track 2"
    -#define NID_setAttr_T2cleartxt		633
    -#define OBJ_setAttr_T2cleartxt		OBJ_setAttr_IssCap_T2,2L
    -
    -#define SN_setAttr_TokICCsig		"setAttr-TokICCsig"
    -#define LN_setAttr_TokICCsig		"ICC or token signature"
    -#define NID_setAttr_TokICCsig		634
    -#define OBJ_setAttr_TokICCsig		OBJ_setAttr_IssCap_Sig,1L
    -
    -#define SN_setAttr_SecDevSig		"setAttr-SecDevSig"
    -#define LN_setAttr_SecDevSig		"secure device signature"
    -#define NID_setAttr_SecDevSig		635
    -#define OBJ_setAttr_SecDevSig		OBJ_setAttr_IssCap_Sig,2L
    -
    -#define SN_set_brand_IATA_ATA		"set-brand-IATA-ATA"
    -#define NID_set_brand_IATA_ATA		636
    -#define OBJ_set_brand_IATA_ATA		OBJ_set_brand,1L
    -
    -#define SN_set_brand_Diners		"set-brand-Diners"
    -#define NID_set_brand_Diners		637
    -#define OBJ_set_brand_Diners		OBJ_set_brand,30L
    -
    -#define SN_set_brand_AmericanExpress		"set-brand-AmericanExpress"
    -#define NID_set_brand_AmericanExpress		638
    -#define OBJ_set_brand_AmericanExpress		OBJ_set_brand,34L
    -
    -#define SN_set_brand_JCB		"set-brand-JCB"
    -#define NID_set_brand_JCB		639
    -#define OBJ_set_brand_JCB		OBJ_set_brand,35L
    -
    -#define SN_set_brand_Visa		"set-brand-Visa"
    -#define NID_set_brand_Visa		640
    -#define OBJ_set_brand_Visa		OBJ_set_brand,4L
    -
    -#define SN_set_brand_MasterCard		"set-brand-MasterCard"
    -#define NID_set_brand_MasterCard		641
    -#define OBJ_set_brand_MasterCard		OBJ_set_brand,5L
    -
    -#define SN_set_brand_Novus		"set-brand-Novus"
    -#define NID_set_brand_Novus		642
    -#define OBJ_set_brand_Novus		OBJ_set_brand,6011L
    -
    -#define SN_des_cdmf		"DES-CDMF"
    -#define LN_des_cdmf		"des-cdmf"
    -#define NID_des_cdmf		643
    -#define OBJ_des_cdmf		OBJ_rsadsi,3L,10L
    -
    -#define SN_rsaOAEPEncryptionSET		"rsaOAEPEncryptionSET"
    -#define NID_rsaOAEPEncryptionSET		644
    -#define OBJ_rsaOAEPEncryptionSET		OBJ_rsadsi,1L,1L,6L
    -
    -#define SN_ipsec3		"Oakley-EC2N-3"
    -#define LN_ipsec3		"ipsec3"
    -#define NID_ipsec3		749
    -
    -#define SN_ipsec4		"Oakley-EC2N-4"
    -#define LN_ipsec4		"ipsec4"
    -#define NID_ipsec4		750
    -
    -#define SN_whirlpool		"whirlpool"
    -#define NID_whirlpool		804
    -#define OBJ_whirlpool		OBJ_iso,0L,10118L,3L,0L,55L
    -
    -#define SN_cryptopro		"cryptopro"
    -#define NID_cryptopro		805
    -#define OBJ_cryptopro		OBJ_member_body,643L,2L,2L
    -
    -#define SN_cryptocom		"cryptocom"
    -#define NID_cryptocom		806
    -#define OBJ_cryptocom		OBJ_member_body,643L,2L,9L
    -
    -#define SN_id_GostR3411_94_with_GostR3410_2001		"id-GostR3411-94-with-GostR3410-2001"
    -#define LN_id_GostR3411_94_with_GostR3410_2001		"GOST R 34.11-94 with GOST R 34.10-2001"
    -#define NID_id_GostR3411_94_with_GostR3410_2001		807
    -#define OBJ_id_GostR3411_94_with_GostR3410_2001		OBJ_cryptopro,3L
    -
    -#define SN_id_GostR3411_94_with_GostR3410_94		"id-GostR3411-94-with-GostR3410-94"
    -#define LN_id_GostR3411_94_with_GostR3410_94		"GOST R 34.11-94 with GOST R 34.10-94"
    -#define NID_id_GostR3411_94_with_GostR3410_94		808
    -#define OBJ_id_GostR3411_94_with_GostR3410_94		OBJ_cryptopro,4L
    -
    -#define SN_id_GostR3411_94		"md_gost94"
    -#define LN_id_GostR3411_94		"GOST R 34.11-94"
    -#define NID_id_GostR3411_94		809
    -#define OBJ_id_GostR3411_94		OBJ_cryptopro,9L
    -
    -#define SN_id_HMACGostR3411_94		"id-HMACGostR3411-94"
    -#define LN_id_HMACGostR3411_94		"HMAC GOST 34.11-94"
    -#define NID_id_HMACGostR3411_94		810
    -#define OBJ_id_HMACGostR3411_94		OBJ_cryptopro,10L
    -
    -#define SN_id_GostR3410_2001		"gost2001"
    -#define LN_id_GostR3410_2001		"GOST R 34.10-2001"
    -#define NID_id_GostR3410_2001		811
    -#define OBJ_id_GostR3410_2001		OBJ_cryptopro,19L
    -
    -#define SN_id_GostR3410_94		"gost94"
    -#define LN_id_GostR3410_94		"GOST R 34.10-94"
    -#define NID_id_GostR3410_94		812
    -#define OBJ_id_GostR3410_94		OBJ_cryptopro,20L
    -
    -#define SN_id_Gost28147_89		"gost89"
    -#define LN_id_Gost28147_89		"GOST 28147-89"
    -#define NID_id_Gost28147_89		813
    -#define OBJ_id_Gost28147_89		OBJ_cryptopro,21L
    -
    -#define SN_gost89_cnt		"gost89-cnt"
    -#define NID_gost89_cnt		814
    -
    -#define SN_id_Gost28147_89_MAC		"gost-mac"
    -#define LN_id_Gost28147_89_MAC		"GOST 28147-89 MAC"
    -#define NID_id_Gost28147_89_MAC		815
    -#define OBJ_id_Gost28147_89_MAC		OBJ_cryptopro,22L
    -
    -#define SN_id_GostR3411_94_prf		"prf-gostr3411-94"
    -#define LN_id_GostR3411_94_prf		"GOST R 34.11-94 PRF"
    -#define NID_id_GostR3411_94_prf		816
    -#define OBJ_id_GostR3411_94_prf		OBJ_cryptopro,23L
    -
    -#define SN_id_GostR3410_2001DH		"id-GostR3410-2001DH"
    -#define LN_id_GostR3410_2001DH		"GOST R 34.10-2001 DH"
    -#define NID_id_GostR3410_2001DH		817
    -#define OBJ_id_GostR3410_2001DH		OBJ_cryptopro,98L
    -
    -#define SN_id_GostR3410_94DH		"id-GostR3410-94DH"
    -#define LN_id_GostR3410_94DH		"GOST R 34.10-94 DH"
    -#define NID_id_GostR3410_94DH		818
    -#define OBJ_id_GostR3410_94DH		OBJ_cryptopro,99L
    -
    -#define SN_id_Gost28147_89_CryptoPro_KeyMeshing		"id-Gost28147-89-CryptoPro-KeyMeshing"
    -#define NID_id_Gost28147_89_CryptoPro_KeyMeshing		819
    -#define OBJ_id_Gost28147_89_CryptoPro_KeyMeshing		OBJ_cryptopro,14L,1L
    -
    -#define SN_id_Gost28147_89_None_KeyMeshing		"id-Gost28147-89-None-KeyMeshing"
    -#define NID_id_Gost28147_89_None_KeyMeshing		820
    -#define OBJ_id_Gost28147_89_None_KeyMeshing		OBJ_cryptopro,14L,0L
    -
    -#define SN_id_GostR3411_94_TestParamSet		"id-GostR3411-94-TestParamSet"
    -#define NID_id_GostR3411_94_TestParamSet		821
    -#define OBJ_id_GostR3411_94_TestParamSet		OBJ_cryptopro,30L,0L
    -
    -#define SN_id_GostR3411_94_CryptoProParamSet		"id-GostR3411-94-CryptoProParamSet"
    -#define NID_id_GostR3411_94_CryptoProParamSet		822
    -#define OBJ_id_GostR3411_94_CryptoProParamSet		OBJ_cryptopro,30L,1L
    -
    -#define SN_id_Gost28147_89_TestParamSet		"id-Gost28147-89-TestParamSet"
    -#define NID_id_Gost28147_89_TestParamSet		823
    -#define OBJ_id_Gost28147_89_TestParamSet		OBJ_cryptopro,31L,0L
    -
    -#define SN_id_Gost28147_89_CryptoPro_A_ParamSet		"id-Gost28147-89-CryptoPro-A-ParamSet"
    -#define NID_id_Gost28147_89_CryptoPro_A_ParamSet		824
    -#define OBJ_id_Gost28147_89_CryptoPro_A_ParamSet		OBJ_cryptopro,31L,1L
    -
    -#define SN_id_Gost28147_89_CryptoPro_B_ParamSet		"id-Gost28147-89-CryptoPro-B-ParamSet"
    -#define NID_id_Gost28147_89_CryptoPro_B_ParamSet		825
    -#define OBJ_id_Gost28147_89_CryptoPro_B_ParamSet		OBJ_cryptopro,31L,2L
    -
    -#define SN_id_Gost28147_89_CryptoPro_C_ParamSet		"id-Gost28147-89-CryptoPro-C-ParamSet"
    -#define NID_id_Gost28147_89_CryptoPro_C_ParamSet		826
    -#define OBJ_id_Gost28147_89_CryptoPro_C_ParamSet		OBJ_cryptopro,31L,3L
    -
    -#define SN_id_Gost28147_89_CryptoPro_D_ParamSet		"id-Gost28147-89-CryptoPro-D-ParamSet"
    -#define NID_id_Gost28147_89_CryptoPro_D_ParamSet		827
    -#define OBJ_id_Gost28147_89_CryptoPro_D_ParamSet		OBJ_cryptopro,31L,4L
    -
    -#define SN_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet		"id-Gost28147-89-CryptoPro-Oscar-1-1-ParamSet"
    -#define NID_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet		828
    -#define OBJ_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet		OBJ_cryptopro,31L,5L
    -
    -#define SN_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet		"id-Gost28147-89-CryptoPro-Oscar-1-0-ParamSet"
    -#define NID_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet		829
    -#define OBJ_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet		OBJ_cryptopro,31L,6L
    -
    -#define SN_id_Gost28147_89_CryptoPro_RIC_1_ParamSet		"id-Gost28147-89-CryptoPro-RIC-1-ParamSet"
    -#define NID_id_Gost28147_89_CryptoPro_RIC_1_ParamSet		830
    -#define OBJ_id_Gost28147_89_CryptoPro_RIC_1_ParamSet		OBJ_cryptopro,31L,7L
    -
    -#define SN_id_GostR3410_94_TestParamSet		"id-GostR3410-94-TestParamSet"
    -#define NID_id_GostR3410_94_TestParamSet		831
    -#define OBJ_id_GostR3410_94_TestParamSet		OBJ_cryptopro,32L,0L
    -
    -#define SN_id_GostR3410_94_CryptoPro_A_ParamSet		"id-GostR3410-94-CryptoPro-A-ParamSet"
    -#define NID_id_GostR3410_94_CryptoPro_A_ParamSet		832
    -#define OBJ_id_GostR3410_94_CryptoPro_A_ParamSet		OBJ_cryptopro,32L,2L
    -
    -#define SN_id_GostR3410_94_CryptoPro_B_ParamSet		"id-GostR3410-94-CryptoPro-B-ParamSet"
    -#define NID_id_GostR3410_94_CryptoPro_B_ParamSet		833
    -#define OBJ_id_GostR3410_94_CryptoPro_B_ParamSet		OBJ_cryptopro,32L,3L
    -
    -#define SN_id_GostR3410_94_CryptoPro_C_ParamSet		"id-GostR3410-94-CryptoPro-C-ParamSet"
    -#define NID_id_GostR3410_94_CryptoPro_C_ParamSet		834
    -#define OBJ_id_GostR3410_94_CryptoPro_C_ParamSet		OBJ_cryptopro,32L,4L
    -
    -#define SN_id_GostR3410_94_CryptoPro_D_ParamSet		"id-GostR3410-94-CryptoPro-D-ParamSet"
    -#define NID_id_GostR3410_94_CryptoPro_D_ParamSet		835
    -#define OBJ_id_GostR3410_94_CryptoPro_D_ParamSet		OBJ_cryptopro,32L,5L
    -
    -#define SN_id_GostR3410_94_CryptoPro_XchA_ParamSet		"id-GostR3410-94-CryptoPro-XchA-ParamSet"
    -#define NID_id_GostR3410_94_CryptoPro_XchA_ParamSet		836
    -#define OBJ_id_GostR3410_94_CryptoPro_XchA_ParamSet		OBJ_cryptopro,33L,1L
    -
    -#define SN_id_GostR3410_94_CryptoPro_XchB_ParamSet		"id-GostR3410-94-CryptoPro-XchB-ParamSet"
    -#define NID_id_GostR3410_94_CryptoPro_XchB_ParamSet		837
    -#define OBJ_id_GostR3410_94_CryptoPro_XchB_ParamSet		OBJ_cryptopro,33L,2L
    -
    -#define SN_id_GostR3410_94_CryptoPro_XchC_ParamSet		"id-GostR3410-94-CryptoPro-XchC-ParamSet"
    -#define NID_id_GostR3410_94_CryptoPro_XchC_ParamSet		838
    -#define OBJ_id_GostR3410_94_CryptoPro_XchC_ParamSet		OBJ_cryptopro,33L,3L
    -
    -#define SN_id_GostR3410_2001_TestParamSet		"id-GostR3410-2001-TestParamSet"
    -#define NID_id_GostR3410_2001_TestParamSet		839
    -#define OBJ_id_GostR3410_2001_TestParamSet		OBJ_cryptopro,35L,0L
    -
    -#define SN_id_GostR3410_2001_CryptoPro_A_ParamSet		"id-GostR3410-2001-CryptoPro-A-ParamSet"
    -#define NID_id_GostR3410_2001_CryptoPro_A_ParamSet		840
    -#define OBJ_id_GostR3410_2001_CryptoPro_A_ParamSet		OBJ_cryptopro,35L,1L
    -
    -#define SN_id_GostR3410_2001_CryptoPro_B_ParamSet		"id-GostR3410-2001-CryptoPro-B-ParamSet"
    -#define NID_id_GostR3410_2001_CryptoPro_B_ParamSet		841
    -#define OBJ_id_GostR3410_2001_CryptoPro_B_ParamSet		OBJ_cryptopro,35L,2L
    -
    -#define SN_id_GostR3410_2001_CryptoPro_C_ParamSet		"id-GostR3410-2001-CryptoPro-C-ParamSet"
    -#define NID_id_GostR3410_2001_CryptoPro_C_ParamSet		842
    -#define OBJ_id_GostR3410_2001_CryptoPro_C_ParamSet		OBJ_cryptopro,35L,3L
    -
    -#define SN_id_GostR3410_2001_CryptoPro_XchA_ParamSet		"id-GostR3410-2001-CryptoPro-XchA-ParamSet"
    -#define NID_id_GostR3410_2001_CryptoPro_XchA_ParamSet		843
    -#define OBJ_id_GostR3410_2001_CryptoPro_XchA_ParamSet		OBJ_cryptopro,36L,0L
    -
    -#define SN_id_GostR3410_2001_CryptoPro_XchB_ParamSet		"id-GostR3410-2001-CryptoPro-XchB-ParamSet"
    -#define NID_id_GostR3410_2001_CryptoPro_XchB_ParamSet		844
    -#define OBJ_id_GostR3410_2001_CryptoPro_XchB_ParamSet		OBJ_cryptopro,36L,1L
    -
    -#define SN_id_GostR3410_94_a		"id-GostR3410-94-a"
    -#define NID_id_GostR3410_94_a		845
    -#define OBJ_id_GostR3410_94_a		OBJ_id_GostR3410_94,1L
    -
    -#define SN_id_GostR3410_94_aBis		"id-GostR3410-94-aBis"
    -#define NID_id_GostR3410_94_aBis		846
    -#define OBJ_id_GostR3410_94_aBis		OBJ_id_GostR3410_94,2L
    -
    -#define SN_id_GostR3410_94_b		"id-GostR3410-94-b"
    -#define NID_id_GostR3410_94_b		847
    -#define OBJ_id_GostR3410_94_b		OBJ_id_GostR3410_94,3L
    -
    -#define SN_id_GostR3410_94_bBis		"id-GostR3410-94-bBis"
    -#define NID_id_GostR3410_94_bBis		848
    -#define OBJ_id_GostR3410_94_bBis		OBJ_id_GostR3410_94,4L
    -
    -#define SN_id_Gost28147_89_cc		"id-Gost28147-89-cc"
    -#define LN_id_Gost28147_89_cc		"GOST 28147-89 Cryptocom ParamSet"
    -#define NID_id_Gost28147_89_cc		849
    -#define OBJ_id_Gost28147_89_cc		OBJ_cryptocom,1L,6L,1L
    -
    -#define SN_id_GostR3410_94_cc		"gost94cc"
    -#define LN_id_GostR3410_94_cc		"GOST 34.10-94 Cryptocom"
    -#define NID_id_GostR3410_94_cc		850
    -#define OBJ_id_GostR3410_94_cc		OBJ_cryptocom,1L,5L,3L
    -
    -#define SN_id_GostR3410_2001_cc		"gost2001cc"
    -#define LN_id_GostR3410_2001_cc		"GOST 34.10-2001 Cryptocom"
    -#define NID_id_GostR3410_2001_cc		851
    -#define OBJ_id_GostR3410_2001_cc		OBJ_cryptocom,1L,5L,4L
    -
    -#define SN_id_GostR3411_94_with_GostR3410_94_cc		"id-GostR3411-94-with-GostR3410-94-cc"
    -#define LN_id_GostR3411_94_with_GostR3410_94_cc		"GOST R 34.11-94 with GOST R 34.10-94 Cryptocom"
    -#define NID_id_GostR3411_94_with_GostR3410_94_cc		852
    -#define OBJ_id_GostR3411_94_with_GostR3410_94_cc		OBJ_cryptocom,1L,3L,3L
    -
    -#define SN_id_GostR3411_94_with_GostR3410_2001_cc		"id-GostR3411-94-with-GostR3410-2001-cc"
    -#define LN_id_GostR3411_94_with_GostR3410_2001_cc		"GOST R 34.11-94 with GOST R 34.10-2001 Cryptocom"
    -#define NID_id_GostR3411_94_with_GostR3410_2001_cc		853
    -#define OBJ_id_GostR3411_94_with_GostR3410_2001_cc		OBJ_cryptocom,1L,3L,4L
    -
    -#define SN_id_GostR3410_2001_ParamSet_cc		"id-GostR3410-2001-ParamSet-cc"
    -#define LN_id_GostR3410_2001_ParamSet_cc		"GOST R 3410-2001 Parameter Set Cryptocom"
    -#define NID_id_GostR3410_2001_ParamSet_cc		854
    -#define OBJ_id_GostR3410_2001_ParamSet_cc		OBJ_cryptocom,1L,8L,1L
    -
    -#define SN_camellia_128_cbc		"CAMELLIA-128-CBC"
    -#define LN_camellia_128_cbc		"camellia-128-cbc"
    -#define NID_camellia_128_cbc		751
    -#define OBJ_camellia_128_cbc		1L,2L,392L,200011L,61L,1L,1L,1L,2L
    -
    -#define SN_camellia_192_cbc		"CAMELLIA-192-CBC"
    -#define LN_camellia_192_cbc		"camellia-192-cbc"
    -#define NID_camellia_192_cbc		752
    -#define OBJ_camellia_192_cbc		1L,2L,392L,200011L,61L,1L,1L,1L,3L
    -
    -#define SN_camellia_256_cbc		"CAMELLIA-256-CBC"
    -#define LN_camellia_256_cbc		"camellia-256-cbc"
    -#define NID_camellia_256_cbc		753
    -#define OBJ_camellia_256_cbc		1L,2L,392L,200011L,61L,1L,1L,1L,4L
    -
    -#define SN_id_camellia128_wrap		"id-camellia128-wrap"
    -#define NID_id_camellia128_wrap		907
    -#define OBJ_id_camellia128_wrap		1L,2L,392L,200011L,61L,1L,1L,3L,2L
    -
    -#define SN_id_camellia192_wrap		"id-camellia192-wrap"
    -#define NID_id_camellia192_wrap		908
    -#define OBJ_id_camellia192_wrap		1L,2L,392L,200011L,61L,1L,1L,3L,3L
    -
    -#define SN_id_camellia256_wrap		"id-camellia256-wrap"
    -#define NID_id_camellia256_wrap		909
    -#define OBJ_id_camellia256_wrap		1L,2L,392L,200011L,61L,1L,1L,3L,4L
    -
    -#define OBJ_ntt_ds		0L,3L,4401L,5L
    -
    -#define OBJ_camellia		OBJ_ntt_ds,3L,1L,9L
    -
    -#define SN_camellia_128_ecb		"CAMELLIA-128-ECB"
    -#define LN_camellia_128_ecb		"camellia-128-ecb"
    -#define NID_camellia_128_ecb		754
    -#define OBJ_camellia_128_ecb		OBJ_camellia,1L
    -
    -#define SN_camellia_128_ofb128		"CAMELLIA-128-OFB"
    -#define LN_camellia_128_ofb128		"camellia-128-ofb"
    -#define NID_camellia_128_ofb128		766
    -#define OBJ_camellia_128_ofb128		OBJ_camellia,3L
    -
    -#define SN_camellia_128_cfb128		"CAMELLIA-128-CFB"
    -#define LN_camellia_128_cfb128		"camellia-128-cfb"
    -#define NID_camellia_128_cfb128		757
    -#define OBJ_camellia_128_cfb128		OBJ_camellia,4L
    -
    -#define SN_camellia_192_ecb		"CAMELLIA-192-ECB"
    -#define LN_camellia_192_ecb		"camellia-192-ecb"
    -#define NID_camellia_192_ecb		755
    -#define OBJ_camellia_192_ecb		OBJ_camellia,21L
    -
    -#define SN_camellia_192_ofb128		"CAMELLIA-192-OFB"
    -#define LN_camellia_192_ofb128		"camellia-192-ofb"
    -#define NID_camellia_192_ofb128		767
    -#define OBJ_camellia_192_ofb128		OBJ_camellia,23L
    -
    -#define SN_camellia_192_cfb128		"CAMELLIA-192-CFB"
    -#define LN_camellia_192_cfb128		"camellia-192-cfb"
    -#define NID_camellia_192_cfb128		758
    -#define OBJ_camellia_192_cfb128		OBJ_camellia,24L
    -
    -#define SN_camellia_256_ecb		"CAMELLIA-256-ECB"
    -#define LN_camellia_256_ecb		"camellia-256-ecb"
    -#define NID_camellia_256_ecb		756
    -#define OBJ_camellia_256_ecb		OBJ_camellia,41L
    -
    -#define SN_camellia_256_ofb128		"CAMELLIA-256-OFB"
    -#define LN_camellia_256_ofb128		"camellia-256-ofb"
    -#define NID_camellia_256_ofb128		768
    -#define OBJ_camellia_256_ofb128		OBJ_camellia,43L
    -
    -#define SN_camellia_256_cfb128		"CAMELLIA-256-CFB"
    -#define LN_camellia_256_cfb128		"camellia-256-cfb"
    -#define NID_camellia_256_cfb128		759
    -#define OBJ_camellia_256_cfb128		OBJ_camellia,44L
    -
    -#define SN_camellia_128_cfb1		"CAMELLIA-128-CFB1"
    -#define LN_camellia_128_cfb1		"camellia-128-cfb1"
    -#define NID_camellia_128_cfb1		760
    -
    -#define SN_camellia_192_cfb1		"CAMELLIA-192-CFB1"
    -#define LN_camellia_192_cfb1		"camellia-192-cfb1"
    -#define NID_camellia_192_cfb1		761
    -
    -#define SN_camellia_256_cfb1		"CAMELLIA-256-CFB1"
    -#define LN_camellia_256_cfb1		"camellia-256-cfb1"
    -#define NID_camellia_256_cfb1		762
    -
    -#define SN_camellia_128_cfb8		"CAMELLIA-128-CFB8"
    -#define LN_camellia_128_cfb8		"camellia-128-cfb8"
    -#define NID_camellia_128_cfb8		763
    -
    -#define SN_camellia_192_cfb8		"CAMELLIA-192-CFB8"
    -#define LN_camellia_192_cfb8		"camellia-192-cfb8"
    -#define NID_camellia_192_cfb8		764
    -
    -#define SN_camellia_256_cfb8		"CAMELLIA-256-CFB8"
    -#define LN_camellia_256_cfb8		"camellia-256-cfb8"
    -#define NID_camellia_256_cfb8		765
    -
    -#define SN_kisa		"KISA"
    -#define LN_kisa		"kisa"
    -#define NID_kisa		773
    -#define OBJ_kisa		OBJ_member_body,410L,200004L
    -
    -#define SN_seed_ecb		"SEED-ECB"
    -#define LN_seed_ecb		"seed-ecb"
    -#define NID_seed_ecb		776
    -#define OBJ_seed_ecb		OBJ_kisa,1L,3L
    -
    -#define SN_seed_cbc		"SEED-CBC"
    -#define LN_seed_cbc		"seed-cbc"
    -#define NID_seed_cbc		777
    -#define OBJ_seed_cbc		OBJ_kisa,1L,4L
    -
    -#define SN_seed_cfb128		"SEED-CFB"
    -#define LN_seed_cfb128		"seed-cfb"
    -#define NID_seed_cfb128		779
    -#define OBJ_seed_cfb128		OBJ_kisa,1L,5L
    -
    -#define SN_seed_ofb128		"SEED-OFB"
    -#define LN_seed_ofb128		"seed-ofb"
    -#define NID_seed_ofb128		778
    -#define OBJ_seed_ofb128		OBJ_kisa,1L,6L
    -
    -#define SN_hmac		"HMAC"
    -#define LN_hmac		"hmac"
    -#define NID_hmac		855
    -
    -#define SN_cmac		"CMAC"
    -#define LN_cmac		"cmac"
    -#define NID_cmac		894
    -
    -#define SN_rc4_hmac_md5		"RC4-HMAC-MD5"
    -#define LN_rc4_hmac_md5		"rc4-hmac-md5"
    -#define NID_rc4_hmac_md5		915
    -
    -#define SN_aes_128_cbc_hmac_sha1		"AES-128-CBC-HMAC-SHA1"
    -#define LN_aes_128_cbc_hmac_sha1		"aes-128-cbc-hmac-sha1"
    -#define NID_aes_128_cbc_hmac_sha1		916
    -
    -#define SN_aes_192_cbc_hmac_sha1		"AES-192-CBC-HMAC-SHA1"
    -#define LN_aes_192_cbc_hmac_sha1		"aes-192-cbc-hmac-sha1"
    -#define NID_aes_192_cbc_hmac_sha1		917
    -
    -#define SN_aes_256_cbc_hmac_sha1		"AES-256-CBC-HMAC-SHA1"
    -#define LN_aes_256_cbc_hmac_sha1		"aes-256-cbc-hmac-sha1"
    -#define NID_aes_256_cbc_hmac_sha1		918
    +#define SN_jurisdictionStateOrProvinceName              "jurisdictionST"
    +#define LN_jurisdictionStateOrProvinceName              "jurisdictionStateOrProvinceName"
    +#define NID_jurisdictionStateOrProvinceName             956
    +#define OBJ_jurisdictionStateOrProvinceName             1L,3L,6L,1L,4L,1L,311L,60L,2L,1L,2L
     
    +#define SN_jurisdictionCountryName              "jurisdictionC"
    +#define LN_jurisdictionCountryName              "jurisdictionCountryName"
    +#define NID_jurisdictionCountryName             957
    +#define OBJ_jurisdictionCountryName             1L,3L,6L,1L,4L,1L,311L,60L,2L,1L,3L
    diff --git a/openssl/crypto/objects/obj_mac.num b/openssl/crypto/objects/obj_mac.num
    index 1d0a7c802..8e5ea8336 100644
    --- a/openssl/crypto/objects/obj_mac.num
    +++ b/openssl/crypto/objects/obj_mac.num
    @@ -917,3 +917,41 @@ aes_128_cbc_hmac_sha1		916
     aes_192_cbc_hmac_sha1		917
     aes_256_cbc_hmac_sha1		918
     rsaesOaep		919
    +dhpublicnumber		920
    +brainpoolP160r1		921
    +brainpoolP160t1		922
    +brainpoolP192r1		923
    +brainpoolP192t1		924
    +brainpoolP224r1		925
    +brainpoolP224t1		926
    +brainpoolP256r1		927
    +brainpoolP256t1		928
    +brainpoolP320r1		929
    +brainpoolP320t1		930
    +brainpoolP384r1		931
    +brainpoolP384t1		932
    +brainpoolP512r1		933
    +brainpoolP512t1		934
    +pSpecified		935
    +dhSinglePass_stdDH_sha1kdf_scheme		936
    +dhSinglePass_stdDH_sha224kdf_scheme		937
    +dhSinglePass_stdDH_sha256kdf_scheme		938
    +dhSinglePass_stdDH_sha384kdf_scheme		939
    +dhSinglePass_stdDH_sha512kdf_scheme		940
    +dhSinglePass_cofactorDH_sha1kdf_scheme		941
    +dhSinglePass_cofactorDH_sha224kdf_scheme		942
    +dhSinglePass_cofactorDH_sha256kdf_scheme		943
    +dhSinglePass_cofactorDH_sha384kdf_scheme		944
    +dhSinglePass_cofactorDH_sha512kdf_scheme		945
    +dh_std_kdf		946
    +dh_cofactor_kdf		947
    +aes_128_cbc_hmac_sha256		948
    +aes_192_cbc_hmac_sha256		949
    +aes_256_cbc_hmac_sha256		950
    +ct_precert_scts		951
    +ct_precert_poison		952
    +ct_precert_signer		953
    +ct_cert_scts		954
    +jurisdictionLocalityName		955
    +jurisdictionStateOrProvinceName		956
    +jurisdictionCountryName		957
    diff --git a/openssl/crypto/objects/obj_xref.c b/openssl/crypto/objects/obj_xref.c
    index 9f744bced..97b305d21 100644
    --- a/openssl/crypto/objects/obj_xref.c
    +++ b/openssl/crypto/objects/obj_xref.c
    @@ -1,6 +1,7 @@
     /* crypto/objects/obj_xref.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2006.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2006.
      */
     /* ====================================================================
      * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -63,172 +64,159 @@ DECLARE_STACK_OF(nid_triple)
     STACK_OF(nid_triple) *sig_app, *sigx_app;
     
     static int sig_cmp(const nid_triple *a, const nid_triple *b)
    -	{
    -	return a->sign_id - b->sign_id;
    -	}
    +{
    +    return a->sign_id - b->sign_id;
    +}
     
     DECLARE_OBJ_BSEARCH_CMP_FN(nid_triple, nid_triple, sig);
     IMPLEMENT_OBJ_BSEARCH_CMP_FN(nid_triple, nid_triple, sig);
     
    -static int sig_sk_cmp(const nid_triple * const *a, const nid_triple * const *b)
    -	{
    -	return (*a)->sign_id - (*b)->sign_id;
    -	}
    +static int sig_sk_cmp(const nid_triple *const *a, const nid_triple *const *b)
    +{
    +    return (*a)->sign_id - (*b)->sign_id;
    +}
     
     DECLARE_OBJ_BSEARCH_CMP_FN(const nid_triple *, const nid_triple *, sigx);
     
    -static int sigx_cmp(const nid_triple * const *a, const nid_triple * const *b)
    -	{
    -	int ret;
    -	ret = (*a)->hash_id - (*b)->hash_id;
    -	if (ret)
    -		return ret;
    -	return (*a)->pkey_id - (*b)->pkey_id;
    -	}
    +static int sigx_cmp(const nid_triple *const *a, const nid_triple *const *b)
    +{
    +    int ret;
    +    ret = (*a)->hash_id - (*b)->hash_id;
    +    if (ret)
    +        return ret;
    +    return (*a)->pkey_id - (*b)->pkey_id;
    +}
     
     IMPLEMENT_OBJ_BSEARCH_CMP_FN(const nid_triple *, const nid_triple *, sigx);
     
     int OBJ_find_sigid_algs(int signid, int *pdig_nid, int *ppkey_nid)
    -	{
    -	nid_triple tmp;
    -	const nid_triple *rv = NULL;
    -	tmp.sign_id = signid;
    -
    -	if (sig_app)
    -		{
    -		int idx = sk_nid_triple_find(sig_app, &tmp);
    -		if (idx >= 0)
    -			rv = sk_nid_triple_value(sig_app, idx);
    -		}
    -
    +{
    +    nid_triple tmp;
    +    const nid_triple *rv = NULL;
    +    tmp.sign_id = signid;
    +
    +    if (sig_app) {
    +        int idx = sk_nid_triple_find(sig_app, &tmp);
    +        if (idx >= 0)
    +            rv = sk_nid_triple_value(sig_app, idx);
    +    }
     #ifndef OBJ_XREF_TEST2
    -	if (rv == NULL)
    -		{
    -		rv = OBJ_bsearch_sig(&tmp, sigoid_srt,
    -				 sizeof(sigoid_srt) / sizeof(nid_triple));
    -		}
    +    if (rv == NULL) {
    +        rv = OBJ_bsearch_sig(&tmp, sigoid_srt,
    +                             sizeof(sigoid_srt) / sizeof(nid_triple));
    +    }
     #endif
    -	if (rv == NULL)
    -		return 0;
    -	if (pdig_nid)
    -		*pdig_nid = rv->hash_id;
    -	if (ppkey_nid)
    -		*ppkey_nid = rv->pkey_id;
    -	return 1;
    -	}
    +    if (rv == NULL)
    +        return 0;
    +    if (pdig_nid)
    +        *pdig_nid = rv->hash_id;
    +    if (ppkey_nid)
    +        *ppkey_nid = rv->pkey_id;
    +    return 1;
    +}
     
     int OBJ_find_sigid_by_algs(int *psignid, int dig_nid, int pkey_nid)
    -	{
    -	nid_triple tmp;
    -	const nid_triple *t=&tmp;
    -	const nid_triple **rv = NULL;
    -
    -	tmp.hash_id = dig_nid;
    -	tmp.pkey_id = pkey_nid;
    -
    -	if (sigx_app)
    -		{
    -		int idx = sk_nid_triple_find(sigx_app, &tmp);
    -		if (idx >= 0)
    -			{
    -			t = sk_nid_triple_value(sigx_app, idx);
    -			rv = &t;
    -			}
    -		}
    -
    +{
    +    nid_triple tmp;
    +    const nid_triple *t = &tmp;
    +    const nid_triple **rv = NULL;
    +
    +    tmp.hash_id = dig_nid;
    +    tmp.pkey_id = pkey_nid;
    +
    +    if (sigx_app) {
    +        int idx = sk_nid_triple_find(sigx_app, &tmp);
    +        if (idx >= 0) {
    +            t = sk_nid_triple_value(sigx_app, idx);
    +            rv = &t;
    +        }
    +    }
     #ifndef OBJ_XREF_TEST2
    -	if (rv == NULL)
    -		{
    -		rv = OBJ_bsearch_sigx(&t, sigoid_srt_xref,
    -				 sizeof(sigoid_srt_xref) / sizeof(nid_triple *)
    -				 );
    -		}
    +    if (rv == NULL) {
    +        rv = OBJ_bsearch_sigx(&t, sigoid_srt_xref,
    +                              sizeof(sigoid_srt_xref) / sizeof(nid_triple *)
    +            );
    +    }
     #endif
    -	if (rv == NULL)
    -		return 0;
    -	if (psignid)
    -		*psignid = (*rv)->sign_id;
    -	return 1;
    -	}
    +    if (rv == NULL)
    +        return 0;
    +    if (psignid)
    +        *psignid = (*rv)->sign_id;
    +    return 1;
    +}
     
     int OBJ_add_sigid(int signid, int dig_id, int pkey_id)
    -	{
    -	nid_triple *ntr;
    -	if (!sig_app)
    -		sig_app = sk_nid_triple_new(sig_sk_cmp);
    -	if (!sig_app)
    -		return 0;
    -	if (!sigx_app)
    -		sigx_app = sk_nid_triple_new(sigx_cmp);
    -	if (!sigx_app)
    -		return 0;
    -	ntr = OPENSSL_malloc(sizeof(int) * 3);
    -	if (!ntr)
    -		return 0;
    -	ntr->sign_id = signid;
    -	ntr->hash_id = dig_id;
    -	ntr->pkey_id = pkey_id;
    -
    -	if (!sk_nid_triple_push(sig_app, ntr))
    -		{
    -		OPENSSL_free(ntr);
    -		return 0;
    -		}
    -
    -	if (!sk_nid_triple_push(sigx_app, ntr))
    -		return 0;
    -
    -	sk_nid_triple_sort(sig_app);
    -	sk_nid_triple_sort(sigx_app);
    -
    -	return 1;
    -	}
    +{
    +    nid_triple *ntr;
    +    if (!sig_app)
    +        sig_app = sk_nid_triple_new(sig_sk_cmp);
    +    if (!sig_app)
    +        return 0;
    +    if (!sigx_app)
    +        sigx_app = sk_nid_triple_new(sigx_cmp);
    +    if (!sigx_app)
    +        return 0;
    +    ntr = OPENSSL_malloc(sizeof(int) * 3);
    +    if (!ntr)
    +        return 0;
    +    ntr->sign_id = signid;
    +    ntr->hash_id = dig_id;
    +    ntr->pkey_id = pkey_id;
    +
    +    if (!sk_nid_triple_push(sig_app, ntr)) {
    +        OPENSSL_free(ntr);
    +        return 0;
    +    }
    +
    +    if (!sk_nid_triple_push(sigx_app, ntr))
    +        return 0;
    +
    +    sk_nid_triple_sort(sig_app);
    +    sk_nid_triple_sort(sigx_app);
    +
    +    return 1;
    +}
     
     static void sid_free(nid_triple *tt)
    -	{
    -	OPENSSL_free(tt);
    -	}
    +{
    +    OPENSSL_free(tt);
    +}
     
     void OBJ_sigid_free(void)
    -	{
    -	if (sig_app)
    -		{
    -		sk_nid_triple_pop_free(sig_app, sid_free);
    -		sig_app = NULL;
    -		}
    -	if (sigx_app)
    -		{
    -		sk_nid_triple_free(sigx_app);
    -		sigx_app = NULL;
    -		}
    -	}
    -		
    +{
    +    if (sig_app) {
    +        sk_nid_triple_pop_free(sig_app, sid_free);
    +        sig_app = NULL;
    +    }
    +    if (sigx_app) {
    +        sk_nid_triple_free(sigx_app);
    +        sigx_app = NULL;
    +    }
    +}
    +
     #ifdef OBJ_XREF_TEST
     
     main()
    -	{
    -	int n1, n2, n3;
    -
    -	int i, rv;
    -#ifdef OBJ_XREF_TEST2
    -	for (i = 0; i <	sizeof(sigoid_srt) / sizeof(nid_triple); i++)
    -		{
    -		OBJ_add_sigid(sigoid_srt[i][0], sigoid_srt[i][1],
    -				sigoid_srt[i][2]);
    -		}
    -#endif
    +{
    +    int n1, n2, n3;
    +
    +    int i, rv;
    +# ifdef OBJ_XREF_TEST2
    +    for (i = 0; i < sizeof(sigoid_srt) / sizeof(nid_triple); i++) {
    +        OBJ_add_sigid(sigoid_srt[i][0], sigoid_srt[i][1], sigoid_srt[i][2]);
    +    }
    +# endif
    +
    +    for (i = 0; i < sizeof(sigoid_srt) / sizeof(nid_triple); i++) {
    +        n1 = sigoid_srt[i][0];
    +        rv = OBJ_find_sigid_algs(n1, &n2, &n3);
    +        printf("Forward: %d, %s %s %s\n", rv,
    +               OBJ_nid2ln(n1), OBJ_nid2ln(n2), OBJ_nid2ln(n3));
    +        n1 = 0;
    +        rv = OBJ_find_sigid_by_algs(&n1, n2, n3);
    +        printf("Reverse: %d, %s %s %s\n", rv,
    +               OBJ_nid2ln(n1), OBJ_nid2ln(n2), OBJ_nid2ln(n3));
    +    }
    +}
     
    -	for (i = 0; i <	sizeof(sigoid_srt) / sizeof(nid_triple); i++)
    -		{
    -		n1 = sigoid_srt[i][0];
    -		rv = OBJ_find_sigid_algs(n1, &n2, &n3);
    -		printf("Forward: %d, %s %s %s\n", rv,
    -			OBJ_nid2ln(n1), OBJ_nid2ln(n2), OBJ_nid2ln(n3));
    -		n1=0;
    -		rv = OBJ_find_sigid_by_algs(&n1, n2, n3);
    -		printf("Reverse: %d, %s %s %s\n", rv,
    -			OBJ_nid2ln(n1), OBJ_nid2ln(n2), OBJ_nid2ln(n3));
    -		}
    -	}
    -	
     #endif
    diff --git a/openssl/crypto/objects/obj_xref.h b/openssl/crypto/objects/obj_xref.h
    index e23938c29..e453e99f8 100644
    --- a/openssl/crypto/objects/obj_xref.h
    +++ b/openssl/crypto/objects/obj_xref.h
    @@ -1,77 +1,99 @@
     /* AUTOGENERATED BY objxref.pl, DO NOT EDIT */
     
    -typedef struct
    -	{
    -	int sign_id;
    -	int hash_id;
    -	int pkey_id;
    -	} nid_triple;
    +typedef struct {
    +    int sign_id;
    +    int hash_id;
    +    int pkey_id;
    +} nid_triple;
     
    -static const nid_triple sigoid_srt[] =
    -	{
    -	{NID_md2WithRSAEncryption, NID_md2, NID_rsaEncryption},
    -	{NID_md5WithRSAEncryption, NID_md5, NID_rsaEncryption},
    -	{NID_shaWithRSAEncryption, NID_sha, NID_rsaEncryption},
    -	{NID_sha1WithRSAEncryption, NID_sha1, NID_rsaEncryption},
    -	{NID_dsaWithSHA, NID_sha, NID_dsa},
    -	{NID_dsaWithSHA1_2, NID_sha1, NID_dsa_2},
    -	{NID_mdc2WithRSA, NID_mdc2, NID_rsaEncryption},
    -	{NID_md5WithRSA, NID_md5, NID_rsa},
    -	{NID_dsaWithSHA1, NID_sha1, NID_dsa},
    -	{NID_sha1WithRSA, NID_sha1, NID_rsa},
    -	{NID_ripemd160WithRSA, NID_ripemd160, NID_rsaEncryption},
    -	{NID_md4WithRSAEncryption, NID_md4, NID_rsaEncryption},
    -	{NID_ecdsa_with_SHA1, NID_sha1, NID_X9_62_id_ecPublicKey},
    -	{NID_sha256WithRSAEncryption, NID_sha256, NID_rsaEncryption},
    -	{NID_sha384WithRSAEncryption, NID_sha384, NID_rsaEncryption},
    -	{NID_sha512WithRSAEncryption, NID_sha512, NID_rsaEncryption},
    -	{NID_sha224WithRSAEncryption, NID_sha224, NID_rsaEncryption},
    -	{NID_ecdsa_with_Recommended, NID_undef, NID_X9_62_id_ecPublicKey},
    -	{NID_ecdsa_with_Specified, NID_undef, NID_X9_62_id_ecPublicKey},
    -	{NID_ecdsa_with_SHA224, NID_sha224, NID_X9_62_id_ecPublicKey},
    -	{NID_ecdsa_with_SHA256, NID_sha256, NID_X9_62_id_ecPublicKey},
    -	{NID_ecdsa_with_SHA384, NID_sha384, NID_X9_62_id_ecPublicKey},
    -	{NID_ecdsa_with_SHA512, NID_sha512, NID_X9_62_id_ecPublicKey},
    -	{NID_dsa_with_SHA224, NID_sha224, NID_dsa},
    -	{NID_dsa_with_SHA256, NID_sha256, NID_dsa},
    -	{NID_id_GostR3411_94_with_GostR3410_2001, NID_id_GostR3411_94, NID_id_GostR3410_2001},
    -	{NID_id_GostR3411_94_with_GostR3410_94, NID_id_GostR3411_94, NID_id_GostR3410_94},
    -	{NID_id_GostR3411_94_with_GostR3410_94_cc, NID_id_GostR3411_94, NID_id_GostR3410_94_cc},
    -	{NID_id_GostR3411_94_with_GostR3410_2001_cc, NID_id_GostR3411_94, NID_id_GostR3410_2001_cc},
    -	{NID_rsassaPss, NID_undef, NID_rsaEncryption},
    -	};
    -
    -static const nid_triple * const sigoid_srt_xref[] =
    -	{
    -	&sigoid_srt[29],
    -	&sigoid_srt[17],
    -	&sigoid_srt[18],
    -	&sigoid_srt[0],
    -	&sigoid_srt[1],
    -	&sigoid_srt[7],
    -	&sigoid_srt[2],
    -	&sigoid_srt[4],
    -	&sigoid_srt[3],
    -	&sigoid_srt[9],
    -	&sigoid_srt[5],
    -	&sigoid_srt[8],
    -	&sigoid_srt[12],
    -	&sigoid_srt[6],
    -	&sigoid_srt[10],
    -	&sigoid_srt[11],
    -	&sigoid_srt[13],
    -	&sigoid_srt[24],
    -	&sigoid_srt[20],
    -	&sigoid_srt[14],
    -	&sigoid_srt[21],
    -	&sigoid_srt[15],
    -	&sigoid_srt[22],
    -	&sigoid_srt[16],
    -	&sigoid_srt[23],
    -	&sigoid_srt[19],
    -	&sigoid_srt[25],
    -	&sigoid_srt[26],
    -	&sigoid_srt[27],
    -	&sigoid_srt[28],
    -	};
    +static const nid_triple sigoid_srt[] = {
    +    {NID_md2WithRSAEncryption, NID_md2, NID_rsaEncryption},
    +    {NID_md5WithRSAEncryption, NID_md5, NID_rsaEncryption},
    +    {NID_shaWithRSAEncryption, NID_sha, NID_rsaEncryption},
    +    {NID_sha1WithRSAEncryption, NID_sha1, NID_rsaEncryption},
    +    {NID_dsaWithSHA, NID_sha, NID_dsa},
    +    {NID_dsaWithSHA1_2, NID_sha1, NID_dsa_2},
    +    {NID_mdc2WithRSA, NID_mdc2, NID_rsaEncryption},
    +    {NID_md5WithRSA, NID_md5, NID_rsa},
    +    {NID_dsaWithSHA1, NID_sha1, NID_dsa},
    +    {NID_sha1WithRSA, NID_sha1, NID_rsa},
    +    {NID_ripemd160WithRSA, NID_ripemd160, NID_rsaEncryption},
    +    {NID_md4WithRSAEncryption, NID_md4, NID_rsaEncryption},
    +    {NID_ecdsa_with_SHA1, NID_sha1, NID_X9_62_id_ecPublicKey},
    +    {NID_sha256WithRSAEncryption, NID_sha256, NID_rsaEncryption},
    +    {NID_sha384WithRSAEncryption, NID_sha384, NID_rsaEncryption},
    +    {NID_sha512WithRSAEncryption, NID_sha512, NID_rsaEncryption},
    +    {NID_sha224WithRSAEncryption, NID_sha224, NID_rsaEncryption},
    +    {NID_ecdsa_with_Recommended, NID_undef, NID_X9_62_id_ecPublicKey},
    +    {NID_ecdsa_with_Specified, NID_undef, NID_X9_62_id_ecPublicKey},
    +    {NID_ecdsa_with_SHA224, NID_sha224, NID_X9_62_id_ecPublicKey},
    +    {NID_ecdsa_with_SHA256, NID_sha256, NID_X9_62_id_ecPublicKey},
    +    {NID_ecdsa_with_SHA384, NID_sha384, NID_X9_62_id_ecPublicKey},
    +    {NID_ecdsa_with_SHA512, NID_sha512, NID_X9_62_id_ecPublicKey},
    +    {NID_dsa_with_SHA224, NID_sha224, NID_dsa},
    +    {NID_dsa_with_SHA256, NID_sha256, NID_dsa},
    +    {NID_id_GostR3411_94_with_GostR3410_2001, NID_id_GostR3411_94,
    +     NID_id_GostR3410_2001},
    +    {NID_id_GostR3411_94_with_GostR3410_94, NID_id_GostR3411_94,
    +     NID_id_GostR3410_94},
    +    {NID_id_GostR3411_94_with_GostR3410_94_cc, NID_id_GostR3411_94,
    +     NID_id_GostR3410_94_cc},
    +    {NID_id_GostR3411_94_with_GostR3410_2001_cc, NID_id_GostR3411_94,
    +     NID_id_GostR3410_2001_cc},
    +    {NID_rsassaPss, NID_undef, NID_rsaEncryption},
    +    {NID_dhSinglePass_stdDH_sha1kdf_scheme, NID_sha1, NID_dh_std_kdf},
    +    {NID_dhSinglePass_stdDH_sha224kdf_scheme, NID_sha224, NID_dh_std_kdf},
    +    {NID_dhSinglePass_stdDH_sha256kdf_scheme, NID_sha256, NID_dh_std_kdf},
    +    {NID_dhSinglePass_stdDH_sha384kdf_scheme, NID_sha384, NID_dh_std_kdf},
    +    {NID_dhSinglePass_stdDH_sha512kdf_scheme, NID_sha512, NID_dh_std_kdf},
    +    {NID_dhSinglePass_cofactorDH_sha1kdf_scheme, NID_sha1,
    +     NID_dh_cofactor_kdf},
    +    {NID_dhSinglePass_cofactorDH_sha224kdf_scheme, NID_sha224,
    +     NID_dh_cofactor_kdf},
    +    {NID_dhSinglePass_cofactorDH_sha256kdf_scheme, NID_sha256,
    +     NID_dh_cofactor_kdf},
    +    {NID_dhSinglePass_cofactorDH_sha384kdf_scheme, NID_sha384,
    +     NID_dh_cofactor_kdf},
    +    {NID_dhSinglePass_cofactorDH_sha512kdf_scheme, NID_sha512,
    +     NID_dh_cofactor_kdf},
    +};
     
    +static const nid_triple *const sigoid_srt_xref[] = {
    +    &sigoid_srt[0],
    +    &sigoid_srt[1],
    +    &sigoid_srt[7],
    +    &sigoid_srt[2],
    +    &sigoid_srt[4],
    +    &sigoid_srt[3],
    +    &sigoid_srt[9],
    +    &sigoid_srt[5],
    +    &sigoid_srt[8],
    +    &sigoid_srt[12],
    +    &sigoid_srt[30],
    +    &sigoid_srt[35],
    +    &sigoid_srt[6],
    +    &sigoid_srt[10],
    +    &sigoid_srt[11],
    +    &sigoid_srt[13],
    +    &sigoid_srt[24],
    +    &sigoid_srt[20],
    +    &sigoid_srt[32],
    +    &sigoid_srt[37],
    +    &sigoid_srt[14],
    +    &sigoid_srt[21],
    +    &sigoid_srt[33],
    +    &sigoid_srt[38],
    +    &sigoid_srt[15],
    +    &sigoid_srt[22],
    +    &sigoid_srt[34],
    +    &sigoid_srt[39],
    +    &sigoid_srt[16],
    +    &sigoid_srt[23],
    +    &sigoid_srt[19],
    +    &sigoid_srt[31],
    +    &sigoid_srt[36],
    +    &sigoid_srt[25],
    +    &sigoid_srt[26],
    +    &sigoid_srt[27],
    +    &sigoid_srt[28],
    +};
    diff --git a/openssl/crypto/objects/obj_xref.txt b/openssl/crypto/objects/obj_xref.txt
    index cb917182e..19c94226b 100644
    --- a/openssl/crypto/objects/obj_xref.txt
    +++ b/openssl/crypto/objects/obj_xref.txt
    @@ -44,3 +44,15 @@ id_GostR3411_94_with_GostR3410_2001	id_GostR3411_94 id_GostR3410_2001
     id_GostR3411_94_with_GostR3410_94	id_GostR3411_94 id_GostR3410_94
     id_GostR3411_94_with_GostR3410_94_cc	id_GostR3411_94 id_GostR3410_94_cc
     id_GostR3411_94_with_GostR3410_2001_cc	id_GostR3411_94 id_GostR3410_2001_cc
    +# ECDH KDFs and their corresponding message digests and schemes
    +dhSinglePass_stdDH_sha1kdf_scheme		sha1	dh_std_kdf
    +dhSinglePass_stdDH_sha224kdf_scheme		sha224	dh_std_kdf
    +dhSinglePass_stdDH_sha256kdf_scheme		sha256	dh_std_kdf
    +dhSinglePass_stdDH_sha384kdf_scheme		sha384	dh_std_kdf
    +dhSinglePass_stdDH_sha512kdf_scheme		sha512	dh_std_kdf
    +
    +dhSinglePass_cofactorDH_sha1kdf_scheme		sha1	dh_cofactor_kdf
    +dhSinglePass_cofactorDH_sha224kdf_scheme	sha224	dh_cofactor_kdf
    +dhSinglePass_cofactorDH_sha256kdf_scheme	sha256	dh_cofactor_kdf
    +dhSinglePass_cofactorDH_sha384kdf_scheme	sha384	dh_cofactor_kdf
    +dhSinglePass_cofactorDH_sha512kdf_scheme	sha512	dh_cofactor_kdf
    diff --git a/openssl/crypto/objects/objects.h b/openssl/crypto/objects/objects.h
    index bd0ee52fe..b8dafa89c 100644
    --- a/openssl/crypto/objects/objects.h
    +++ b/openssl/crypto/objects/objects.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -57,978 +57,982 @@
      */
     
     #ifndef HEADER_OBJECTS_H
    -#define HEADER_OBJECTS_H
    -
    -#define USE_OBJ_MAC
    -
    -#ifdef USE_OBJ_MAC
    -#include 
    -#else
    -#define SN_undef			"UNDEF"
    -#define LN_undef			"undefined"
    -#define NID_undef			0
    -#define OBJ_undef			0L
    -
    -#define SN_Algorithm			"Algorithm"
    -#define LN_algorithm			"algorithm"
    -#define NID_algorithm			38
    -#define OBJ_algorithm			1L,3L,14L,3L,2L
    -
    -#define LN_rsadsi			"rsadsi"
    -#define NID_rsadsi			1
    -#define OBJ_rsadsi			1L,2L,840L,113549L
    -
    -#define LN_pkcs				"pkcs"
    -#define NID_pkcs			2
    -#define OBJ_pkcs			OBJ_rsadsi,1L
    -
    -#define SN_md2				"MD2"
    -#define LN_md2				"md2"
    -#define NID_md2				3
    -#define OBJ_md2				OBJ_rsadsi,2L,2L
    -
    -#define SN_md5				"MD5"
    -#define LN_md5				"md5"
    -#define NID_md5				4
    -#define OBJ_md5				OBJ_rsadsi,2L,5L
    -
    -#define SN_rc4				"RC4"
    -#define LN_rc4				"rc4"
    -#define NID_rc4				5
    -#define OBJ_rc4				OBJ_rsadsi,3L,4L
    -
    -#define LN_rsaEncryption		"rsaEncryption"
    -#define NID_rsaEncryption		6
    -#define OBJ_rsaEncryption		OBJ_pkcs,1L,1L
    -
    -#define SN_md2WithRSAEncryption		"RSA-MD2"
    -#define LN_md2WithRSAEncryption		"md2WithRSAEncryption"
    -#define NID_md2WithRSAEncryption	7
    -#define OBJ_md2WithRSAEncryption	OBJ_pkcs,1L,2L
    -
    -#define SN_md5WithRSAEncryption		"RSA-MD5"
    -#define LN_md5WithRSAEncryption		"md5WithRSAEncryption"
    -#define NID_md5WithRSAEncryption	8
    -#define OBJ_md5WithRSAEncryption	OBJ_pkcs,1L,4L
    -
    -#define SN_pbeWithMD2AndDES_CBC		"PBE-MD2-DES"
    -#define LN_pbeWithMD2AndDES_CBC		"pbeWithMD2AndDES-CBC"
    -#define NID_pbeWithMD2AndDES_CBC	9
    -#define OBJ_pbeWithMD2AndDES_CBC	OBJ_pkcs,5L,1L
    -
    -#define SN_pbeWithMD5AndDES_CBC		"PBE-MD5-DES"
    -#define LN_pbeWithMD5AndDES_CBC		"pbeWithMD5AndDES-CBC"
    -#define NID_pbeWithMD5AndDES_CBC	10
    -#define OBJ_pbeWithMD5AndDES_CBC	OBJ_pkcs,5L,3L
    -
    -#define LN_X500				"X500"
    -#define NID_X500			11
    -#define OBJ_X500			2L,5L
    -
    -#define LN_X509				"X509"
    -#define NID_X509			12
    -#define OBJ_X509			OBJ_X500,4L
    -
    -#define SN_commonName			"CN"
    -#define LN_commonName			"commonName"
    -#define NID_commonName			13
    -#define OBJ_commonName			OBJ_X509,3L
    -
    -#define SN_countryName			"C"
    -#define LN_countryName			"countryName"
    -#define NID_countryName			14
    -#define OBJ_countryName			OBJ_X509,6L
    -
    -#define SN_localityName			"L"
    -#define LN_localityName			"localityName"
    -#define NID_localityName		15
    -#define OBJ_localityName		OBJ_X509,7L
    +# define HEADER_OBJECTS_H
    +
    +# define USE_OBJ_MAC
    +
    +# ifdef USE_OBJ_MAC
    +#  include 
    +# else
    +#  define SN_undef                        "UNDEF"
    +#  define LN_undef                        "undefined"
    +#  define NID_undef                       0
    +#  define OBJ_undef                       0L
    +
    +#  define SN_Algorithm                    "Algorithm"
    +#  define LN_algorithm                    "algorithm"
    +#  define NID_algorithm                   38
    +#  define OBJ_algorithm                   1L,3L,14L,3L,2L
    +
    +#  define LN_rsadsi                       "rsadsi"
    +#  define NID_rsadsi                      1
    +#  define OBJ_rsadsi                      1L,2L,840L,113549L
    +
    +#  define LN_pkcs                         "pkcs"
    +#  define NID_pkcs                        2
    +#  define OBJ_pkcs                        OBJ_rsadsi,1L
    +
    +#  define SN_md2                          "MD2"
    +#  define LN_md2                          "md2"
    +#  define NID_md2                         3
    +#  define OBJ_md2                         OBJ_rsadsi,2L,2L
    +
    +#  define SN_md5                          "MD5"
    +#  define LN_md5                          "md5"
    +#  define NID_md5                         4
    +#  define OBJ_md5                         OBJ_rsadsi,2L,5L
    +
    +#  define SN_rc4                          "RC4"
    +#  define LN_rc4                          "rc4"
    +#  define NID_rc4                         5
    +#  define OBJ_rc4                         OBJ_rsadsi,3L,4L
    +
    +#  define LN_rsaEncryption                "rsaEncryption"
    +#  define NID_rsaEncryption               6
    +#  define OBJ_rsaEncryption               OBJ_pkcs,1L,1L
    +
    +#  define SN_md2WithRSAEncryption         "RSA-MD2"
    +#  define LN_md2WithRSAEncryption         "md2WithRSAEncryption"
    +#  define NID_md2WithRSAEncryption        7
    +#  define OBJ_md2WithRSAEncryption        OBJ_pkcs,1L,2L
    +
    +#  define SN_md5WithRSAEncryption         "RSA-MD5"
    +#  define LN_md5WithRSAEncryption         "md5WithRSAEncryption"
    +#  define NID_md5WithRSAEncryption        8
    +#  define OBJ_md5WithRSAEncryption        OBJ_pkcs,1L,4L
    +
    +#  define SN_pbeWithMD2AndDES_CBC         "PBE-MD2-DES"
    +#  define LN_pbeWithMD2AndDES_CBC         "pbeWithMD2AndDES-CBC"
    +#  define NID_pbeWithMD2AndDES_CBC        9
    +#  define OBJ_pbeWithMD2AndDES_CBC        OBJ_pkcs,5L,1L
    +
    +#  define SN_pbeWithMD5AndDES_CBC         "PBE-MD5-DES"
    +#  define LN_pbeWithMD5AndDES_CBC         "pbeWithMD5AndDES-CBC"
    +#  define NID_pbeWithMD5AndDES_CBC        10
    +#  define OBJ_pbeWithMD5AndDES_CBC        OBJ_pkcs,5L,3L
    +
    +#  define LN_X500                         "X500"
    +#  define NID_X500                        11
    +#  define OBJ_X500                        2L,5L
    +
    +#  define LN_X509                         "X509"
    +#  define NID_X509                        12
    +#  define OBJ_X509                        OBJ_X500,4L
    +
    +#  define SN_commonName                   "CN"
    +#  define LN_commonName                   "commonName"
    +#  define NID_commonName                  13
    +#  define OBJ_commonName                  OBJ_X509,3L
    +
    +#  define SN_countryName                  "C"
    +#  define LN_countryName                  "countryName"
    +#  define NID_countryName                 14
    +#  define OBJ_countryName                 OBJ_X509,6L
    +
    +#  define SN_localityName                 "L"
    +#  define LN_localityName                 "localityName"
    +#  define NID_localityName                15
    +#  define OBJ_localityName                OBJ_X509,7L
     
     /* Postal Address? PA */
     
     /* should be "ST" (rfc1327) but MS uses 'S' */
    -#define SN_stateOrProvinceName		"ST"
    -#define LN_stateOrProvinceName		"stateOrProvinceName"
    -#define NID_stateOrProvinceName		16
    -#define OBJ_stateOrProvinceName		OBJ_X509,8L
    -
    -#define SN_organizationName		"O"
    -#define LN_organizationName		"organizationName"
    -#define NID_organizationName		17
    -#define OBJ_organizationName		OBJ_X509,10L
    -
    -#define SN_organizationalUnitName	"OU"
    -#define LN_organizationalUnitName	"organizationalUnitName"
    -#define NID_organizationalUnitName	18
    -#define OBJ_organizationalUnitName	OBJ_X509,11L
    -
    -#define SN_rsa				"RSA"
    -#define LN_rsa				"rsa"
    -#define NID_rsa				19
    -#define OBJ_rsa				OBJ_X500,8L,1L,1L
    -
    -#define LN_pkcs7			"pkcs7"
    -#define NID_pkcs7			20
    -#define OBJ_pkcs7			OBJ_pkcs,7L
    -
    -#define LN_pkcs7_data			"pkcs7-data"
    -#define NID_pkcs7_data			21
    -#define OBJ_pkcs7_data			OBJ_pkcs7,1L
    -
    -#define LN_pkcs7_signed			"pkcs7-signedData"
    -#define NID_pkcs7_signed		22
    -#define OBJ_pkcs7_signed		OBJ_pkcs7,2L
    -
    -#define LN_pkcs7_enveloped		"pkcs7-envelopedData"
    -#define NID_pkcs7_enveloped		23
    -#define OBJ_pkcs7_enveloped		OBJ_pkcs7,3L
    -
    -#define LN_pkcs7_signedAndEnveloped	"pkcs7-signedAndEnvelopedData"
    -#define NID_pkcs7_signedAndEnveloped	24
    -#define OBJ_pkcs7_signedAndEnveloped	OBJ_pkcs7,4L
    -
    -#define LN_pkcs7_digest			"pkcs7-digestData"
    -#define NID_pkcs7_digest		25
    -#define OBJ_pkcs7_digest		OBJ_pkcs7,5L
    -
    -#define LN_pkcs7_encrypted		"pkcs7-encryptedData"
    -#define NID_pkcs7_encrypted		26
    -#define OBJ_pkcs7_encrypted		OBJ_pkcs7,6L
    -
    -#define LN_pkcs3			"pkcs3"
    -#define NID_pkcs3			27
    -#define OBJ_pkcs3			OBJ_pkcs,3L
    -
    -#define LN_dhKeyAgreement		"dhKeyAgreement"
    -#define NID_dhKeyAgreement		28
    -#define OBJ_dhKeyAgreement		OBJ_pkcs3,1L
    -
    -#define SN_des_ecb			"DES-ECB"
    -#define LN_des_ecb			"des-ecb"
    -#define NID_des_ecb			29
    -#define OBJ_des_ecb			OBJ_algorithm,6L
    -
    -#define SN_des_cfb64			"DES-CFB"
    -#define LN_des_cfb64			"des-cfb"
    -#define NID_des_cfb64			30
    +#  define SN_stateOrProvinceName          "ST"
    +#  define LN_stateOrProvinceName          "stateOrProvinceName"
    +#  define NID_stateOrProvinceName         16
    +#  define OBJ_stateOrProvinceName         OBJ_X509,8L
    +
    +#  define SN_organizationName             "O"
    +#  define LN_organizationName             "organizationName"
    +#  define NID_organizationName            17
    +#  define OBJ_organizationName            OBJ_X509,10L
    +
    +#  define SN_organizationalUnitName       "OU"
    +#  define LN_organizationalUnitName       "organizationalUnitName"
    +#  define NID_organizationalUnitName      18
    +#  define OBJ_organizationalUnitName      OBJ_X509,11L
    +
    +#  define SN_rsa                          "RSA"
    +#  define LN_rsa                          "rsa"
    +#  define NID_rsa                         19
    +#  define OBJ_rsa                         OBJ_X500,8L,1L,1L
    +
    +#  define LN_pkcs7                        "pkcs7"
    +#  define NID_pkcs7                       20
    +#  define OBJ_pkcs7                       OBJ_pkcs,7L
    +
    +#  define LN_pkcs7_data                   "pkcs7-data"
    +#  define NID_pkcs7_data                  21
    +#  define OBJ_pkcs7_data                  OBJ_pkcs7,1L
    +
    +#  define LN_pkcs7_signed                 "pkcs7-signedData"
    +#  define NID_pkcs7_signed                22
    +#  define OBJ_pkcs7_signed                OBJ_pkcs7,2L
    +
    +#  define LN_pkcs7_enveloped              "pkcs7-envelopedData"
    +#  define NID_pkcs7_enveloped             23
    +#  define OBJ_pkcs7_enveloped             OBJ_pkcs7,3L
    +
    +#  define LN_pkcs7_signedAndEnveloped     "pkcs7-signedAndEnvelopedData"
    +#  define NID_pkcs7_signedAndEnveloped    24
    +#  define OBJ_pkcs7_signedAndEnveloped    OBJ_pkcs7,4L
    +
    +#  define LN_pkcs7_digest                 "pkcs7-digestData"
    +#  define NID_pkcs7_digest                25
    +#  define OBJ_pkcs7_digest                OBJ_pkcs7,5L
    +
    +#  define LN_pkcs7_encrypted              "pkcs7-encryptedData"
    +#  define NID_pkcs7_encrypted             26
    +#  define OBJ_pkcs7_encrypted             OBJ_pkcs7,6L
    +
    +#  define LN_pkcs3                        "pkcs3"
    +#  define NID_pkcs3                       27
    +#  define OBJ_pkcs3                       OBJ_pkcs,3L
    +
    +#  define LN_dhKeyAgreement               "dhKeyAgreement"
    +#  define NID_dhKeyAgreement              28
    +#  define OBJ_dhKeyAgreement              OBJ_pkcs3,1L
    +
    +#  define SN_des_ecb                      "DES-ECB"
    +#  define LN_des_ecb                      "des-ecb"
    +#  define NID_des_ecb                     29
    +#  define OBJ_des_ecb                     OBJ_algorithm,6L
    +
    +#  define SN_des_cfb64                    "DES-CFB"
    +#  define LN_des_cfb64                    "des-cfb"
    +#  define NID_des_cfb64                   30
     /* IV + num */
    -#define OBJ_des_cfb64			OBJ_algorithm,9L
    +#  define OBJ_des_cfb64                   OBJ_algorithm,9L
     
    -#define SN_des_cbc			"DES-CBC"
    -#define LN_des_cbc			"des-cbc"
    -#define NID_des_cbc			31
    +#  define SN_des_cbc                      "DES-CBC"
    +#  define LN_des_cbc                      "des-cbc"
    +#  define NID_des_cbc                     31
     /* IV */
    -#define OBJ_des_cbc			OBJ_algorithm,7L
    +#  define OBJ_des_cbc                     OBJ_algorithm,7L
     
    -#define SN_des_ede			"DES-EDE"
    -#define LN_des_ede			"des-ede"
    -#define NID_des_ede			32
    +#  define SN_des_ede                      "DES-EDE"
    +#  define LN_des_ede                      "des-ede"
    +#  define NID_des_ede                     32
     /* ?? */
    -#define OBJ_des_ede			OBJ_algorithm,17L
    -
    -#define SN_des_ede3			"DES-EDE3"
    -#define LN_des_ede3			"des-ede3"
    -#define NID_des_ede3			33
    -
    -#define SN_idea_cbc			"IDEA-CBC"
    -#define LN_idea_cbc			"idea-cbc"
    -#define NID_idea_cbc			34
    -#define OBJ_idea_cbc			1L,3L,6L,1L,4L,1L,188L,7L,1L,1L,2L
    -
    -#define SN_idea_cfb64			"IDEA-CFB"
    -#define LN_idea_cfb64			"idea-cfb"
    -#define NID_idea_cfb64			35
    -
    -#define SN_idea_ecb			"IDEA-ECB"
    -#define LN_idea_ecb			"idea-ecb"
    -#define NID_idea_ecb			36
    -
    -#define SN_rc2_cbc			"RC2-CBC"
    -#define LN_rc2_cbc			"rc2-cbc"
    -#define NID_rc2_cbc			37
    -#define OBJ_rc2_cbc			OBJ_rsadsi,3L,2L
    -
    -#define SN_rc2_ecb			"RC2-ECB"
    -#define LN_rc2_ecb			"rc2-ecb"
    -#define NID_rc2_ecb			38
    -
    -#define SN_rc2_cfb64			"RC2-CFB"
    -#define LN_rc2_cfb64			"rc2-cfb"
    -#define NID_rc2_cfb64			39
    -
    -#define SN_rc2_ofb64			"RC2-OFB"
    -#define LN_rc2_ofb64			"rc2-ofb"
    -#define NID_rc2_ofb64			40
    -
    -#define SN_sha				"SHA"
    -#define LN_sha				"sha"
    -#define NID_sha				41
    -#define OBJ_sha				OBJ_algorithm,18L
    -
    -#define SN_shaWithRSAEncryption		"RSA-SHA"
    -#define LN_shaWithRSAEncryption		"shaWithRSAEncryption"
    -#define NID_shaWithRSAEncryption	42
    -#define OBJ_shaWithRSAEncryption	OBJ_algorithm,15L
    -
    -#define SN_des_ede_cbc			"DES-EDE-CBC"
    -#define LN_des_ede_cbc			"des-ede-cbc"
    -#define NID_des_ede_cbc			43
    -
    -#define SN_des_ede3_cbc			"DES-EDE3-CBC"
    -#define LN_des_ede3_cbc			"des-ede3-cbc"
    -#define NID_des_ede3_cbc		44
    -#define OBJ_des_ede3_cbc		OBJ_rsadsi,3L,7L
    -
    -#define SN_des_ofb64			"DES-OFB"
    -#define LN_des_ofb64			"des-ofb"
    -#define NID_des_ofb64			45
    -#define OBJ_des_ofb64			OBJ_algorithm,8L
    -
    -#define SN_idea_ofb64			"IDEA-OFB"
    -#define LN_idea_ofb64			"idea-ofb"
    -#define NID_idea_ofb64			46
    -
    -#define LN_pkcs9			"pkcs9"
    -#define NID_pkcs9			47
    -#define OBJ_pkcs9			OBJ_pkcs,9L
    -
    -#define SN_pkcs9_emailAddress		"Email"
    -#define LN_pkcs9_emailAddress		"emailAddress"
    -#define NID_pkcs9_emailAddress		48
    -#define OBJ_pkcs9_emailAddress		OBJ_pkcs9,1L
    -
    -#define LN_pkcs9_unstructuredName	"unstructuredName"
    -#define NID_pkcs9_unstructuredName	49
    -#define OBJ_pkcs9_unstructuredName	OBJ_pkcs9,2L
    -
    -#define LN_pkcs9_contentType		"contentType"
    -#define NID_pkcs9_contentType		50
    -#define OBJ_pkcs9_contentType		OBJ_pkcs9,3L
    -
    -#define LN_pkcs9_messageDigest		"messageDigest"
    -#define NID_pkcs9_messageDigest		51
    -#define OBJ_pkcs9_messageDigest		OBJ_pkcs9,4L
    -
    -#define LN_pkcs9_signingTime		"signingTime"
    -#define NID_pkcs9_signingTime		52
    -#define OBJ_pkcs9_signingTime		OBJ_pkcs9,5L
    -
    -#define LN_pkcs9_countersignature	"countersignature"
    -#define NID_pkcs9_countersignature	53
    -#define OBJ_pkcs9_countersignature	OBJ_pkcs9,6L
    -
    -#define LN_pkcs9_challengePassword	"challengePassword"
    -#define NID_pkcs9_challengePassword	54
    -#define OBJ_pkcs9_challengePassword	OBJ_pkcs9,7L
    -
    -#define LN_pkcs9_unstructuredAddress	"unstructuredAddress"
    -#define NID_pkcs9_unstructuredAddress	55
    -#define OBJ_pkcs9_unstructuredAddress	OBJ_pkcs9,8L
    -
    -#define LN_pkcs9_extCertAttributes	"extendedCertificateAttributes"
    -#define NID_pkcs9_extCertAttributes	56
    -#define OBJ_pkcs9_extCertAttributes	OBJ_pkcs9,9L
    -
    -#define SN_netscape			"Netscape"
    -#define LN_netscape			"Netscape Communications Corp."
    -#define NID_netscape			57
    -#define OBJ_netscape			2L,16L,840L,1L,113730L
    -
    -#define SN_netscape_cert_extension	"nsCertExt"
    -#define LN_netscape_cert_extension	"Netscape Certificate Extension"
    -#define NID_netscape_cert_extension	58
    -#define OBJ_netscape_cert_extension	OBJ_netscape,1L
    -
    -#define SN_netscape_data_type		"nsDataType"
    -#define LN_netscape_data_type		"Netscape Data Type"
    -#define NID_netscape_data_type		59
    -#define OBJ_netscape_data_type		OBJ_netscape,2L
    -
    -#define SN_des_ede_cfb64		"DES-EDE-CFB"
    -#define LN_des_ede_cfb64		"des-ede-cfb"
    -#define NID_des_ede_cfb64		60
    -
    -#define SN_des_ede3_cfb64		"DES-EDE3-CFB"
    -#define LN_des_ede3_cfb64		"des-ede3-cfb"
    -#define NID_des_ede3_cfb64		61
    -
    -#define SN_des_ede_ofb64		"DES-EDE-OFB"
    -#define LN_des_ede_ofb64		"des-ede-ofb"
    -#define NID_des_ede_ofb64		62
    -
    -#define SN_des_ede3_ofb64		"DES-EDE3-OFB"
    -#define LN_des_ede3_ofb64		"des-ede3-ofb"
    -#define NID_des_ede3_ofb64		63
    +#  define OBJ_des_ede                     OBJ_algorithm,17L
    +
    +#  define SN_des_ede3                     "DES-EDE3"
    +#  define LN_des_ede3                     "des-ede3"
    +#  define NID_des_ede3                    33
    +
    +#  define SN_idea_cbc                     "IDEA-CBC"
    +#  define LN_idea_cbc                     "idea-cbc"
    +#  define NID_idea_cbc                    34
    +#  define OBJ_idea_cbc                    1L,3L,6L,1L,4L,1L,188L,7L,1L,1L,2L
    +
    +#  define SN_idea_cfb64                   "IDEA-CFB"
    +#  define LN_idea_cfb64                   "idea-cfb"
    +#  define NID_idea_cfb64                  35
    +
    +#  define SN_idea_ecb                     "IDEA-ECB"
    +#  define LN_idea_ecb                     "idea-ecb"
    +#  define NID_idea_ecb                    36
    +
    +#  define SN_rc2_cbc                      "RC2-CBC"
    +#  define LN_rc2_cbc                      "rc2-cbc"
    +#  define NID_rc2_cbc                     37
    +#  define OBJ_rc2_cbc                     OBJ_rsadsi,3L,2L
    +
    +#  define SN_rc2_ecb                      "RC2-ECB"
    +#  define LN_rc2_ecb                      "rc2-ecb"
    +#  define NID_rc2_ecb                     38
    +
    +#  define SN_rc2_cfb64                    "RC2-CFB"
    +#  define LN_rc2_cfb64                    "rc2-cfb"
    +#  define NID_rc2_cfb64                   39
    +
    +#  define SN_rc2_ofb64                    "RC2-OFB"
    +#  define LN_rc2_ofb64                    "rc2-ofb"
    +#  define NID_rc2_ofb64                   40
    +
    +#  define SN_sha                          "SHA"
    +#  define LN_sha                          "sha"
    +#  define NID_sha                         41
    +#  define OBJ_sha                         OBJ_algorithm,18L
    +
    +#  define SN_shaWithRSAEncryption         "RSA-SHA"
    +#  define LN_shaWithRSAEncryption         "shaWithRSAEncryption"
    +#  define NID_shaWithRSAEncryption        42
    +#  define OBJ_shaWithRSAEncryption        OBJ_algorithm,15L
    +
    +#  define SN_des_ede_cbc                  "DES-EDE-CBC"
    +#  define LN_des_ede_cbc                  "des-ede-cbc"
    +#  define NID_des_ede_cbc                 43
    +
    +#  define SN_des_ede3_cbc                 "DES-EDE3-CBC"
    +#  define LN_des_ede3_cbc                 "des-ede3-cbc"
    +#  define NID_des_ede3_cbc                44
    +#  define OBJ_des_ede3_cbc                OBJ_rsadsi,3L,7L
    +
    +#  define SN_des_ofb64                    "DES-OFB"
    +#  define LN_des_ofb64                    "des-ofb"
    +#  define NID_des_ofb64                   45
    +#  define OBJ_des_ofb64                   OBJ_algorithm,8L
    +
    +#  define SN_idea_ofb64                   "IDEA-OFB"
    +#  define LN_idea_ofb64                   "idea-ofb"
    +#  define NID_idea_ofb64                  46
    +
    +#  define LN_pkcs9                        "pkcs9"
    +#  define NID_pkcs9                       47
    +#  define OBJ_pkcs9                       OBJ_pkcs,9L
    +
    +#  define SN_pkcs9_emailAddress           "Email"
    +#  define LN_pkcs9_emailAddress           "emailAddress"
    +#  define NID_pkcs9_emailAddress          48
    +#  define OBJ_pkcs9_emailAddress          OBJ_pkcs9,1L
    +
    +#  define LN_pkcs9_unstructuredName       "unstructuredName"
    +#  define NID_pkcs9_unstructuredName      49
    +#  define OBJ_pkcs9_unstructuredName      OBJ_pkcs9,2L
    +
    +#  define LN_pkcs9_contentType            "contentType"
    +#  define NID_pkcs9_contentType           50
    +#  define OBJ_pkcs9_contentType           OBJ_pkcs9,3L
    +
    +#  define LN_pkcs9_messageDigest          "messageDigest"
    +#  define NID_pkcs9_messageDigest         51
    +#  define OBJ_pkcs9_messageDigest         OBJ_pkcs9,4L
    +
    +#  define LN_pkcs9_signingTime            "signingTime"
    +#  define NID_pkcs9_signingTime           52
    +#  define OBJ_pkcs9_signingTime           OBJ_pkcs9,5L
    +
    +#  define LN_pkcs9_countersignature       "countersignature"
    +#  define NID_pkcs9_countersignature      53
    +#  define OBJ_pkcs9_countersignature      OBJ_pkcs9,6L
    +
    +#  define LN_pkcs9_challengePassword      "challengePassword"
    +#  define NID_pkcs9_challengePassword     54
    +#  define OBJ_pkcs9_challengePassword     OBJ_pkcs9,7L
    +
    +#  define LN_pkcs9_unstructuredAddress    "unstructuredAddress"
    +#  define NID_pkcs9_unstructuredAddress   55
    +#  define OBJ_pkcs9_unstructuredAddress   OBJ_pkcs9,8L
    +
    +#  define LN_pkcs9_extCertAttributes      "extendedCertificateAttributes"
    +#  define NID_pkcs9_extCertAttributes     56
    +#  define OBJ_pkcs9_extCertAttributes     OBJ_pkcs9,9L
    +
    +#  define SN_netscape                     "Netscape"
    +#  define LN_netscape                     "Netscape Communications Corp."
    +#  define NID_netscape                    57
    +#  define OBJ_netscape                    2L,16L,840L,1L,113730L
    +
    +#  define SN_netscape_cert_extension      "nsCertExt"
    +#  define LN_netscape_cert_extension      "Netscape Certificate Extension"
    +#  define NID_netscape_cert_extension     58
    +#  define OBJ_netscape_cert_extension     OBJ_netscape,1L
    +
    +#  define SN_netscape_data_type           "nsDataType"
    +#  define LN_netscape_data_type           "Netscape Data Type"
    +#  define NID_netscape_data_type          59
    +#  define OBJ_netscape_data_type          OBJ_netscape,2L
    +
    +#  define SN_des_ede_cfb64                "DES-EDE-CFB"
    +#  define LN_des_ede_cfb64                "des-ede-cfb"
    +#  define NID_des_ede_cfb64               60
    +
    +#  define SN_des_ede3_cfb64               "DES-EDE3-CFB"
    +#  define LN_des_ede3_cfb64               "des-ede3-cfb"
    +#  define NID_des_ede3_cfb64              61
    +
    +#  define SN_des_ede_ofb64                "DES-EDE-OFB"
    +#  define LN_des_ede_ofb64                "des-ede-ofb"
    +#  define NID_des_ede_ofb64               62
    +
    +#  define SN_des_ede3_ofb64               "DES-EDE3-OFB"
    +#  define LN_des_ede3_ofb64               "des-ede3-ofb"
    +#  define NID_des_ede3_ofb64              63
     
     /* I'm not sure about the object ID */
    -#define SN_sha1				"SHA1"
    -#define LN_sha1				"sha1"
    -#define NID_sha1			64
    -#define OBJ_sha1			OBJ_algorithm,26L
    +#  define SN_sha1                         "SHA1"
    +#  define LN_sha1                         "sha1"
    +#  define NID_sha1                        64
    +#  define OBJ_sha1                        OBJ_algorithm,26L
     /* 28 Jun 1996 - eay */
    -/* #define OBJ_sha1			1L,3L,14L,2L,26L,05L <- wrong */
    +/* #define OBJ_sha1                     1L,3L,14L,2L,26L,05L <- wrong */
     
    -#define SN_sha1WithRSAEncryption	"RSA-SHA1"
    -#define LN_sha1WithRSAEncryption	"sha1WithRSAEncryption"
    -#define NID_sha1WithRSAEncryption	65
    -#define OBJ_sha1WithRSAEncryption	OBJ_pkcs,1L,5L
    +#  define SN_sha1WithRSAEncryption        "RSA-SHA1"
    +#  define LN_sha1WithRSAEncryption        "sha1WithRSAEncryption"
    +#  define NID_sha1WithRSAEncryption       65
    +#  define OBJ_sha1WithRSAEncryption       OBJ_pkcs,1L,5L
     
    -#define SN_dsaWithSHA			"DSA-SHA"
    -#define LN_dsaWithSHA			"dsaWithSHA"
    -#define NID_dsaWithSHA			66
    -#define OBJ_dsaWithSHA			OBJ_algorithm,13L
    +#  define SN_dsaWithSHA                   "DSA-SHA"
    +#  define LN_dsaWithSHA                   "dsaWithSHA"
    +#  define NID_dsaWithSHA                  66
    +#  define OBJ_dsaWithSHA                  OBJ_algorithm,13L
     
    -#define SN_dsa_2			"DSA-old"
    -#define LN_dsa_2			"dsaEncryption-old"
    -#define NID_dsa_2			67
    -#define OBJ_dsa_2			OBJ_algorithm,12L
    +#  define SN_dsa_2                        "DSA-old"
    +#  define LN_dsa_2                        "dsaEncryption-old"
    +#  define NID_dsa_2                       67
    +#  define OBJ_dsa_2                       OBJ_algorithm,12L
     
     /* proposed by microsoft to RSA */
    -#define SN_pbeWithSHA1AndRC2_CBC	"PBE-SHA1-RC2-64"
    -#define LN_pbeWithSHA1AndRC2_CBC	"pbeWithSHA1AndRC2-CBC"
    -#define NID_pbeWithSHA1AndRC2_CBC	68
    -#define OBJ_pbeWithSHA1AndRC2_CBC	OBJ_pkcs,5L,11L 
    -
    -/* proposed by microsoft to RSA as pbeWithSHA1AndRC4: it is now
    - * defined explicitly in PKCS#5 v2.0 as id-PBKDF2 which is something
    - * completely different.
    +#  define SN_pbeWithSHA1AndRC2_CBC        "PBE-SHA1-RC2-64"
    +#  define LN_pbeWithSHA1AndRC2_CBC        "pbeWithSHA1AndRC2-CBC"
    +#  define NID_pbeWithSHA1AndRC2_CBC       68
    +#  define OBJ_pbeWithSHA1AndRC2_CBC       OBJ_pkcs,5L,11L
    +
    +/*
    + * proposed by microsoft to RSA as pbeWithSHA1AndRC4: it is now defined
    + * explicitly in PKCS#5 v2.0 as id-PBKDF2 which is something completely
    + * different.
      */
    -#define LN_id_pbkdf2			"PBKDF2"
    -#define NID_id_pbkdf2			69
    -#define OBJ_id_pbkdf2			OBJ_pkcs,5L,12L 
    +#  define LN_id_pbkdf2                    "PBKDF2"
    +#  define NID_id_pbkdf2                   69
    +#  define OBJ_id_pbkdf2                   OBJ_pkcs,5L,12L
     
    -#define SN_dsaWithSHA1_2		"DSA-SHA1-old"
    -#define LN_dsaWithSHA1_2		"dsaWithSHA1-old"
    -#define NID_dsaWithSHA1_2		70
    +#  define SN_dsaWithSHA1_2                "DSA-SHA1-old"
    +#  define LN_dsaWithSHA1_2                "dsaWithSHA1-old"
    +#  define NID_dsaWithSHA1_2               70
     /* Got this one from 'sdn706r20.pdf' which is actually an NSA document :-) */
    -#define OBJ_dsaWithSHA1_2		OBJ_algorithm,27L
    -
    -#define SN_netscape_cert_type		"nsCertType"
    -#define LN_netscape_cert_type		"Netscape Cert Type"
    -#define NID_netscape_cert_type		71
    -#define OBJ_netscape_cert_type		OBJ_netscape_cert_extension,1L
    -
    -#define SN_netscape_base_url		"nsBaseUrl"
    -#define LN_netscape_base_url		"Netscape Base Url"
    -#define NID_netscape_base_url		72
    -#define OBJ_netscape_base_url		OBJ_netscape_cert_extension,2L
    -
    -#define SN_netscape_revocation_url	"nsRevocationUrl"
    -#define LN_netscape_revocation_url	"Netscape Revocation Url"
    -#define NID_netscape_revocation_url	73
    -#define OBJ_netscape_revocation_url	OBJ_netscape_cert_extension,3L
    -
    -#define SN_netscape_ca_revocation_url	"nsCaRevocationUrl"
    -#define LN_netscape_ca_revocation_url	"Netscape CA Revocation Url"
    -#define NID_netscape_ca_revocation_url	74
    -#define OBJ_netscape_ca_revocation_url	OBJ_netscape_cert_extension,4L
    -
    -#define SN_netscape_renewal_url		"nsRenewalUrl"
    -#define LN_netscape_renewal_url		"Netscape Renewal Url"
    -#define NID_netscape_renewal_url	75
    -#define OBJ_netscape_renewal_url	OBJ_netscape_cert_extension,7L
    -
    -#define SN_netscape_ca_policy_url	"nsCaPolicyUrl"
    -#define LN_netscape_ca_policy_url	"Netscape CA Policy Url"
    -#define NID_netscape_ca_policy_url	76
    -#define OBJ_netscape_ca_policy_url	OBJ_netscape_cert_extension,8L
    -
    -#define SN_netscape_ssl_server_name	"nsSslServerName"
    -#define LN_netscape_ssl_server_name	"Netscape SSL Server Name"
    -#define NID_netscape_ssl_server_name	77
    -#define OBJ_netscape_ssl_server_name	OBJ_netscape_cert_extension,12L
    -
    -#define SN_netscape_comment		"nsComment"
    -#define LN_netscape_comment		"Netscape Comment"
    -#define NID_netscape_comment		78
    -#define OBJ_netscape_comment		OBJ_netscape_cert_extension,13L
    -
    -#define SN_netscape_cert_sequence	"nsCertSequence"
    -#define LN_netscape_cert_sequence	"Netscape Certificate Sequence"
    -#define NID_netscape_cert_sequence	79
    -#define OBJ_netscape_cert_sequence	OBJ_netscape_data_type,5L
    -
    -#define SN_desx_cbc			"DESX-CBC"
    -#define LN_desx_cbc			"desx-cbc"
    -#define NID_desx_cbc			80
    -
    -#define SN_id_ce			"id-ce"
    -#define NID_id_ce			81
    -#define OBJ_id_ce			2L,5L,29L
    -
    -#define SN_subject_key_identifier	"subjectKeyIdentifier"
    -#define LN_subject_key_identifier	"X509v3 Subject Key Identifier"
    -#define NID_subject_key_identifier	82
    -#define OBJ_subject_key_identifier	OBJ_id_ce,14L
    -
    -#define SN_key_usage			"keyUsage"
    -#define LN_key_usage			"X509v3 Key Usage"
    -#define NID_key_usage			83
    -#define OBJ_key_usage			OBJ_id_ce,15L
    -
    -#define SN_private_key_usage_period	"privateKeyUsagePeriod"
    -#define LN_private_key_usage_period	"X509v3 Private Key Usage Period"
    -#define NID_private_key_usage_period	84
    -#define OBJ_private_key_usage_period	OBJ_id_ce,16L
    -
    -#define SN_subject_alt_name		"subjectAltName"
    -#define LN_subject_alt_name		"X509v3 Subject Alternative Name"
    -#define NID_subject_alt_name		85
    -#define OBJ_subject_alt_name		OBJ_id_ce,17L
    -
    -#define SN_issuer_alt_name		"issuerAltName"
    -#define LN_issuer_alt_name		"X509v3 Issuer Alternative Name"
    -#define NID_issuer_alt_name		86
    -#define OBJ_issuer_alt_name		OBJ_id_ce,18L
    -
    -#define SN_basic_constraints		"basicConstraints"
    -#define LN_basic_constraints		"X509v3 Basic Constraints"
    -#define NID_basic_constraints		87
    -#define OBJ_basic_constraints		OBJ_id_ce,19L
    -
    -#define SN_crl_number			"crlNumber"
    -#define LN_crl_number			"X509v3 CRL Number"
    -#define NID_crl_number			88
    -#define OBJ_crl_number			OBJ_id_ce,20L
    -
    -#define SN_certificate_policies		"certificatePolicies"
    -#define LN_certificate_policies		"X509v3 Certificate Policies"
    -#define NID_certificate_policies	89
    -#define OBJ_certificate_policies	OBJ_id_ce,32L
    -
    -#define SN_authority_key_identifier	"authorityKeyIdentifier"
    -#define LN_authority_key_identifier	"X509v3 Authority Key Identifier"
    -#define NID_authority_key_identifier	90
    -#define OBJ_authority_key_identifier	OBJ_id_ce,35L
    -
    -#define SN_bf_cbc			"BF-CBC"
    -#define LN_bf_cbc			"bf-cbc"
    -#define NID_bf_cbc			91
    -#define OBJ_bf_cbc			1L,3L,6L,1L,4L,1L,3029L,1L,2L
    -
    -#define SN_bf_ecb			"BF-ECB"
    -#define LN_bf_ecb			"bf-ecb"
    -#define NID_bf_ecb			92
    -
    -#define SN_bf_cfb64			"BF-CFB"
    -#define LN_bf_cfb64			"bf-cfb"
    -#define NID_bf_cfb64			93
    -
    -#define SN_bf_ofb64			"BF-OFB"
    -#define LN_bf_ofb64			"bf-ofb"
    -#define NID_bf_ofb64			94
    -
    -#define SN_mdc2				"MDC2"
    -#define LN_mdc2				"mdc2"
    -#define NID_mdc2			95
    -#define OBJ_mdc2			2L,5L,8L,3L,101L
    -/* An alternative?			1L,3L,14L,3L,2L,19L */
    -
    -#define SN_mdc2WithRSA			"RSA-MDC2"
    -#define LN_mdc2WithRSA			"mdc2withRSA"
    -#define NID_mdc2WithRSA			96
    -#define OBJ_mdc2WithRSA			2L,5L,8L,3L,100L
    -
    -#define SN_rc4_40			"RC4-40"
    -#define LN_rc4_40			"rc4-40"
    -#define NID_rc4_40			97
    -
    -#define SN_rc2_40_cbc			"RC2-40-CBC"
    -#define LN_rc2_40_cbc			"rc2-40-cbc"
    -#define NID_rc2_40_cbc			98
    -
    -#define SN_givenName			"G"
    -#define LN_givenName			"givenName"
    -#define NID_givenName			99
    -#define OBJ_givenName			OBJ_X509,42L
    -
    -#define SN_surname			"S"
    -#define LN_surname			"surname"
    -#define NID_surname			100
    -#define OBJ_surname			OBJ_X509,4L
    -
    -#define SN_initials			"I"
    -#define LN_initials			"initials"
    -#define NID_initials			101
    -#define OBJ_initials			OBJ_X509,43L
    -
    -#define SN_uniqueIdentifier		"UID"
    -#define LN_uniqueIdentifier		"uniqueIdentifier"
    -#define NID_uniqueIdentifier		102
    -#define OBJ_uniqueIdentifier		OBJ_X509,45L
    -
    -#define SN_crl_distribution_points	"crlDistributionPoints"
    -#define LN_crl_distribution_points	"X509v3 CRL Distribution Points"
    -#define NID_crl_distribution_points	103
    -#define OBJ_crl_distribution_points	OBJ_id_ce,31L
    -
    -#define SN_md5WithRSA			"RSA-NP-MD5"
    -#define LN_md5WithRSA			"md5WithRSA"
    -#define NID_md5WithRSA			104
    -#define OBJ_md5WithRSA			OBJ_algorithm,3L
    -
    -#define SN_serialNumber			"SN"
    -#define LN_serialNumber			"serialNumber"
    -#define NID_serialNumber		105
    -#define OBJ_serialNumber		OBJ_X509,5L
    -
    -#define SN_title			"T"
    -#define LN_title			"title"
    -#define NID_title			106
    -#define OBJ_title			OBJ_X509,12L
    -
    -#define SN_description			"D"
    -#define LN_description			"description"
    -#define NID_description			107
    -#define OBJ_description			OBJ_X509,13L
    +#  define OBJ_dsaWithSHA1_2               OBJ_algorithm,27L
    +
    +#  define SN_netscape_cert_type           "nsCertType"
    +#  define LN_netscape_cert_type           "Netscape Cert Type"
    +#  define NID_netscape_cert_type          71
    +#  define OBJ_netscape_cert_type          OBJ_netscape_cert_extension,1L
    +
    +#  define SN_netscape_base_url            "nsBaseUrl"
    +#  define LN_netscape_base_url            "Netscape Base Url"
    +#  define NID_netscape_base_url           72
    +#  define OBJ_netscape_base_url           OBJ_netscape_cert_extension,2L
    +
    +#  define SN_netscape_revocation_url      "nsRevocationUrl"
    +#  define LN_netscape_revocation_url      "Netscape Revocation Url"
    +#  define NID_netscape_revocation_url     73
    +#  define OBJ_netscape_revocation_url     OBJ_netscape_cert_extension,3L
    +
    +#  define SN_netscape_ca_revocation_url   "nsCaRevocationUrl"
    +#  define LN_netscape_ca_revocation_url   "Netscape CA Revocation Url"
    +#  define NID_netscape_ca_revocation_url  74
    +#  define OBJ_netscape_ca_revocation_url  OBJ_netscape_cert_extension,4L
    +
    +#  define SN_netscape_renewal_url         "nsRenewalUrl"
    +#  define LN_netscape_renewal_url         "Netscape Renewal Url"
    +#  define NID_netscape_renewal_url        75
    +#  define OBJ_netscape_renewal_url        OBJ_netscape_cert_extension,7L
    +
    +#  define SN_netscape_ca_policy_url       "nsCaPolicyUrl"
    +#  define LN_netscape_ca_policy_url       "Netscape CA Policy Url"
    +#  define NID_netscape_ca_policy_url      76
    +#  define OBJ_netscape_ca_policy_url      OBJ_netscape_cert_extension,8L
    +
    +#  define SN_netscape_ssl_server_name     "nsSslServerName"
    +#  define LN_netscape_ssl_server_name     "Netscape SSL Server Name"
    +#  define NID_netscape_ssl_server_name    77
    +#  define OBJ_netscape_ssl_server_name    OBJ_netscape_cert_extension,12L
    +
    +#  define SN_netscape_comment             "nsComment"
    +#  define LN_netscape_comment             "Netscape Comment"
    +#  define NID_netscape_comment            78
    +#  define OBJ_netscape_comment            OBJ_netscape_cert_extension,13L
    +
    +#  define SN_netscape_cert_sequence       "nsCertSequence"
    +#  define LN_netscape_cert_sequence       "Netscape Certificate Sequence"
    +#  define NID_netscape_cert_sequence      79
    +#  define OBJ_netscape_cert_sequence      OBJ_netscape_data_type,5L
    +
    +#  define SN_desx_cbc                     "DESX-CBC"
    +#  define LN_desx_cbc                     "desx-cbc"
    +#  define NID_desx_cbc                    80
    +
    +#  define SN_id_ce                        "id-ce"
    +#  define NID_id_ce                       81
    +#  define OBJ_id_ce                       2L,5L,29L
    +
    +#  define SN_subject_key_identifier       "subjectKeyIdentifier"
    +#  define LN_subject_key_identifier       "X509v3 Subject Key Identifier"
    +#  define NID_subject_key_identifier      82
    +#  define OBJ_subject_key_identifier      OBJ_id_ce,14L
    +
    +#  define SN_key_usage                    "keyUsage"
    +#  define LN_key_usage                    "X509v3 Key Usage"
    +#  define NID_key_usage                   83
    +#  define OBJ_key_usage                   OBJ_id_ce,15L
    +
    +#  define SN_private_key_usage_period     "privateKeyUsagePeriod"
    +#  define LN_private_key_usage_period     "X509v3 Private Key Usage Period"
    +#  define NID_private_key_usage_period    84
    +#  define OBJ_private_key_usage_period    OBJ_id_ce,16L
    +
    +#  define SN_subject_alt_name             "subjectAltName"
    +#  define LN_subject_alt_name             "X509v3 Subject Alternative Name"
    +#  define NID_subject_alt_name            85
    +#  define OBJ_subject_alt_name            OBJ_id_ce,17L
    +
    +#  define SN_issuer_alt_name              "issuerAltName"
    +#  define LN_issuer_alt_name              "X509v3 Issuer Alternative Name"
    +#  define NID_issuer_alt_name             86
    +#  define OBJ_issuer_alt_name             OBJ_id_ce,18L
    +
    +#  define SN_basic_constraints            "basicConstraints"
    +#  define LN_basic_constraints            "X509v3 Basic Constraints"
    +#  define NID_basic_constraints           87
    +#  define OBJ_basic_constraints           OBJ_id_ce,19L
    +
    +#  define SN_crl_number                   "crlNumber"
    +#  define LN_crl_number                   "X509v3 CRL Number"
    +#  define NID_crl_number                  88
    +#  define OBJ_crl_number                  OBJ_id_ce,20L
    +
    +#  define SN_certificate_policies         "certificatePolicies"
    +#  define LN_certificate_policies         "X509v3 Certificate Policies"
    +#  define NID_certificate_policies        89
    +#  define OBJ_certificate_policies        OBJ_id_ce,32L
    +
    +#  define SN_authority_key_identifier     "authorityKeyIdentifier"
    +#  define LN_authority_key_identifier     "X509v3 Authority Key Identifier"
    +#  define NID_authority_key_identifier    90
    +#  define OBJ_authority_key_identifier    OBJ_id_ce,35L
    +
    +#  define SN_bf_cbc                       "BF-CBC"
    +#  define LN_bf_cbc                       "bf-cbc"
    +#  define NID_bf_cbc                      91
    +#  define OBJ_bf_cbc                      1L,3L,6L,1L,4L,1L,3029L,1L,2L
    +
    +#  define SN_bf_ecb                       "BF-ECB"
    +#  define LN_bf_ecb                       "bf-ecb"
    +#  define NID_bf_ecb                      92
    +
    +#  define SN_bf_cfb64                     "BF-CFB"
    +#  define LN_bf_cfb64                     "bf-cfb"
    +#  define NID_bf_cfb64                    93
    +
    +#  define SN_bf_ofb64                     "BF-OFB"
    +#  define LN_bf_ofb64                     "bf-ofb"
    +#  define NID_bf_ofb64                    94
    +
    +#  define SN_mdc2                         "MDC2"
    +#  define LN_mdc2                         "mdc2"
    +#  define NID_mdc2                        95
    +#  define OBJ_mdc2                        2L,5L,8L,3L,101L
    +/* An alternative?                      1L,3L,14L,3L,2L,19L */
    +
    +#  define SN_mdc2WithRSA                  "RSA-MDC2"
    +#  define LN_mdc2WithRSA                  "mdc2withRSA"
    +#  define NID_mdc2WithRSA                 96
    +#  define OBJ_mdc2WithRSA                 2L,5L,8L,3L,100L
    +
    +#  define SN_rc4_40                       "RC4-40"
    +#  define LN_rc4_40                       "rc4-40"
    +#  define NID_rc4_40                      97
    +
    +#  define SN_rc2_40_cbc                   "RC2-40-CBC"
    +#  define LN_rc2_40_cbc                   "rc2-40-cbc"
    +#  define NID_rc2_40_cbc                  98
    +
    +#  define SN_givenName                    "G"
    +#  define LN_givenName                    "givenName"
    +#  define NID_givenName                   99
    +#  define OBJ_givenName                   OBJ_X509,42L
    +
    +#  define SN_surname                      "S"
    +#  define LN_surname                      "surname"
    +#  define NID_surname                     100
    +#  define OBJ_surname                     OBJ_X509,4L
    +
    +#  define SN_initials                     "I"
    +#  define LN_initials                     "initials"
    +#  define NID_initials                    101
    +#  define OBJ_initials                    OBJ_X509,43L
    +
    +#  define SN_uniqueIdentifier             "UID"
    +#  define LN_uniqueIdentifier             "uniqueIdentifier"
    +#  define NID_uniqueIdentifier            102
    +#  define OBJ_uniqueIdentifier            OBJ_X509,45L
    +
    +#  define SN_crl_distribution_points      "crlDistributionPoints"
    +#  define LN_crl_distribution_points      "X509v3 CRL Distribution Points"
    +#  define NID_crl_distribution_points     103
    +#  define OBJ_crl_distribution_points     OBJ_id_ce,31L
    +
    +#  define SN_md5WithRSA                   "RSA-NP-MD5"
    +#  define LN_md5WithRSA                   "md5WithRSA"
    +#  define NID_md5WithRSA                  104
    +#  define OBJ_md5WithRSA                  OBJ_algorithm,3L
    +
    +#  define SN_serialNumber                 "SN"
    +#  define LN_serialNumber                 "serialNumber"
    +#  define NID_serialNumber                105
    +#  define OBJ_serialNumber                OBJ_X509,5L
    +
    +#  define SN_title                        "T"
    +#  define LN_title                        "title"
    +#  define NID_title                       106
    +#  define OBJ_title                       OBJ_X509,12L
    +
    +#  define SN_description                  "D"
    +#  define LN_description                  "description"
    +#  define NID_description                 107
    +#  define OBJ_description                 OBJ_X509,13L
     
     /* CAST5 is CAST-128, I'm just sticking with the documentation */
    -#define SN_cast5_cbc			"CAST5-CBC"
    -#define LN_cast5_cbc			"cast5-cbc"
    -#define NID_cast5_cbc			108
    -#define OBJ_cast5_cbc			1L,2L,840L,113533L,7L,66L,10L
    +#  define SN_cast5_cbc                    "CAST5-CBC"
    +#  define LN_cast5_cbc                    "cast5-cbc"
    +#  define NID_cast5_cbc                   108
    +#  define OBJ_cast5_cbc                   1L,2L,840L,113533L,7L,66L,10L
     
    -#define SN_cast5_ecb			"CAST5-ECB"
    -#define LN_cast5_ecb			"cast5-ecb"
    -#define NID_cast5_ecb			109
    +#  define SN_cast5_ecb                    "CAST5-ECB"
    +#  define LN_cast5_ecb                    "cast5-ecb"
    +#  define NID_cast5_ecb                   109
     
    -#define SN_cast5_cfb64			"CAST5-CFB"
    -#define LN_cast5_cfb64			"cast5-cfb"
    -#define NID_cast5_cfb64			110
    +#  define SN_cast5_cfb64                  "CAST5-CFB"
    +#  define LN_cast5_cfb64                  "cast5-cfb"
    +#  define NID_cast5_cfb64                 110
     
    -#define SN_cast5_ofb64			"CAST5-OFB"
    -#define LN_cast5_ofb64			"cast5-ofb"
    -#define NID_cast5_ofb64			111
    +#  define SN_cast5_ofb64                  "CAST5-OFB"
    +#  define LN_cast5_ofb64                  "cast5-ofb"
    +#  define NID_cast5_ofb64                 111
     
    -#define LN_pbeWithMD5AndCast5_CBC	"pbeWithMD5AndCast5CBC"
    -#define NID_pbeWithMD5AndCast5_CBC	112
    -#define OBJ_pbeWithMD5AndCast5_CBC	1L,2L,840L,113533L,7L,66L,12L
    +#  define LN_pbeWithMD5AndCast5_CBC       "pbeWithMD5AndCast5CBC"
    +#  define NID_pbeWithMD5AndCast5_CBC      112
    +#  define OBJ_pbeWithMD5AndCast5_CBC      1L,2L,840L,113533L,7L,66L,12L
     
    -/* This is one sun will soon be using :-(
    +/*-
    + * This is one sun will soon be using :-(
      * id-dsa-with-sha1 ID  ::= {
      *   iso(1) member-body(2) us(840) x9-57 (10040) x9cm(4) 3 }
      */
    -#define SN_dsaWithSHA1			"DSA-SHA1"
    -#define LN_dsaWithSHA1			"dsaWithSHA1"
    -#define NID_dsaWithSHA1			113
    -#define OBJ_dsaWithSHA1			1L,2L,840L,10040L,4L,3L
    -
    -#define NID_md5_sha1			114
    -#define SN_md5_sha1			"MD5-SHA1"
    -#define LN_md5_sha1			"md5-sha1"
    -
    -#define SN_sha1WithRSA			"RSA-SHA1-2"
    -#define LN_sha1WithRSA			"sha1WithRSA"
    -#define NID_sha1WithRSA			115
    -#define OBJ_sha1WithRSA			OBJ_algorithm,29L
    -
    -#define SN_dsa				"DSA"
    -#define LN_dsa				"dsaEncryption"
    -#define NID_dsa				116
    -#define OBJ_dsa				1L,2L,840L,10040L,4L,1L
    -
    -#define SN_ripemd160			"RIPEMD160"
    -#define LN_ripemd160			"ripemd160"
    -#define NID_ripemd160			117
    -#define OBJ_ripemd160			1L,3L,36L,3L,2L,1L
    -
    -/* The name should actually be rsaSignatureWithripemd160, but I'm going
    - * to continue using the convention I'm using with the other ciphers */
    -#define SN_ripemd160WithRSA		"RSA-RIPEMD160"
    -#define LN_ripemd160WithRSA		"ripemd160WithRSA"
    -#define NID_ripemd160WithRSA		119
    -#define OBJ_ripemd160WithRSA		1L,3L,36L,3L,3L,1L,2L
    -
    -/* Taken from rfc2040
    +#  define SN_dsaWithSHA1                  "DSA-SHA1"
    +#  define LN_dsaWithSHA1                  "dsaWithSHA1"
    +#  define NID_dsaWithSHA1                 113
    +#  define OBJ_dsaWithSHA1                 1L,2L,840L,10040L,4L,3L
    +
    +#  define NID_md5_sha1                    114
    +#  define SN_md5_sha1                     "MD5-SHA1"
    +#  define LN_md5_sha1                     "md5-sha1"
    +
    +#  define SN_sha1WithRSA                  "RSA-SHA1-2"
    +#  define LN_sha1WithRSA                  "sha1WithRSA"
    +#  define NID_sha1WithRSA                 115
    +#  define OBJ_sha1WithRSA                 OBJ_algorithm,29L
    +
    +#  define SN_dsa                          "DSA"
    +#  define LN_dsa                          "dsaEncryption"
    +#  define NID_dsa                         116
    +#  define OBJ_dsa                         1L,2L,840L,10040L,4L,1L
    +
    +#  define SN_ripemd160                    "RIPEMD160"
    +#  define LN_ripemd160                    "ripemd160"
    +#  define NID_ripemd160                   117
    +#  define OBJ_ripemd160                   1L,3L,36L,3L,2L,1L
    +
    +/*
    + * The name should actually be rsaSignatureWithripemd160, but I'm going to
    + * continue using the convention I'm using with the other ciphers
    + */
    +#  define SN_ripemd160WithRSA             "RSA-RIPEMD160"
    +#  define LN_ripemd160WithRSA             "ripemd160WithRSA"
    +#  define NID_ripemd160WithRSA            119
    +#  define OBJ_ripemd160WithRSA            1L,3L,36L,3L,3L,1L,2L
    +
    +/*-
    + * Taken from rfc2040
      *  RC5_CBC_Parameters ::= SEQUENCE {
    - *	version           INTEGER (v1_0(16)),
    - *	rounds            INTEGER (8..127),
    - *	blockSizeInBits   INTEGER (64, 128),
    - *	iv                OCTET STRING OPTIONAL
    - *	}
    + *      version           INTEGER (v1_0(16)),
    + *      rounds            INTEGER (8..127),
    + *      blockSizeInBits   INTEGER (64, 128),
    + *      iv                OCTET STRING OPTIONAL
    + *      }
      */
    -#define SN_rc5_cbc			"RC5-CBC"
    -#define LN_rc5_cbc			"rc5-cbc"
    -#define NID_rc5_cbc			120
    -#define OBJ_rc5_cbc			OBJ_rsadsi,3L,8L
    -
    -#define SN_rc5_ecb			"RC5-ECB"
    -#define LN_rc5_ecb			"rc5-ecb"
    -#define NID_rc5_ecb			121
    -
    -#define SN_rc5_cfb64			"RC5-CFB"
    -#define LN_rc5_cfb64			"rc5-cfb"
    -#define NID_rc5_cfb64			122
    -
    -#define SN_rc5_ofb64			"RC5-OFB"
    -#define LN_rc5_ofb64			"rc5-ofb"
    -#define NID_rc5_ofb64			123
    -
    -#define SN_rle_compression		"RLE"
    -#define LN_rle_compression		"run length compression"
    -#define NID_rle_compression		124
    -#define OBJ_rle_compression		1L,1L,1L,1L,666L,1L
    -
    -#define SN_zlib_compression		"ZLIB"
    -#define LN_zlib_compression		"zlib compression"
    -#define NID_zlib_compression		125
    -#define OBJ_zlib_compression		1L,1L,1L,1L,666L,2L
    -
    -#define SN_ext_key_usage		"extendedKeyUsage"
    -#define LN_ext_key_usage		"X509v3 Extended Key Usage"
    -#define NID_ext_key_usage		126
    -#define OBJ_ext_key_usage		OBJ_id_ce,37
    -
    -#define SN_id_pkix			"PKIX"
    -#define NID_id_pkix			127
    -#define OBJ_id_pkix			1L,3L,6L,1L,5L,5L,7L
    -
    -#define SN_id_kp			"id-kp"
    -#define NID_id_kp			128
    -#define OBJ_id_kp			OBJ_id_pkix,3L
    +#  define SN_rc5_cbc                      "RC5-CBC"
    +#  define LN_rc5_cbc                      "rc5-cbc"
    +#  define NID_rc5_cbc                     120
    +#  define OBJ_rc5_cbc                     OBJ_rsadsi,3L,8L
    +
    +#  define SN_rc5_ecb                      "RC5-ECB"
    +#  define LN_rc5_ecb                      "rc5-ecb"
    +#  define NID_rc5_ecb                     121
    +
    +#  define SN_rc5_cfb64                    "RC5-CFB"
    +#  define LN_rc5_cfb64                    "rc5-cfb"
    +#  define NID_rc5_cfb64                   122
    +
    +#  define SN_rc5_ofb64                    "RC5-OFB"
    +#  define LN_rc5_ofb64                    "rc5-ofb"
    +#  define NID_rc5_ofb64                   123
    +
    +#  define SN_rle_compression              "RLE"
    +#  define LN_rle_compression              "run length compression"
    +#  define NID_rle_compression             124
    +#  define OBJ_rle_compression             1L,1L,1L,1L,666L,1L
    +
    +#  define SN_zlib_compression             "ZLIB"
    +#  define LN_zlib_compression             "zlib compression"
    +#  define NID_zlib_compression            125
    +#  define OBJ_zlib_compression            1L,1L,1L,1L,666L,2L
    +
    +#  define SN_ext_key_usage                "extendedKeyUsage"
    +#  define LN_ext_key_usage                "X509v3 Extended Key Usage"
    +#  define NID_ext_key_usage               126
    +#  define OBJ_ext_key_usage               OBJ_id_ce,37
    +
    +#  define SN_id_pkix                      "PKIX"
    +#  define NID_id_pkix                     127
    +#  define OBJ_id_pkix                     1L,3L,6L,1L,5L,5L,7L
    +
    +#  define SN_id_kp                        "id-kp"
    +#  define NID_id_kp                       128
    +#  define OBJ_id_kp                       OBJ_id_pkix,3L
     
     /* PKIX extended key usage OIDs */
     
    -#define SN_server_auth			"serverAuth"
    -#define LN_server_auth			"TLS Web Server Authentication"
    -#define NID_server_auth			129
    -#define OBJ_server_auth			OBJ_id_kp,1L
    +#  define SN_server_auth                  "serverAuth"
    +#  define LN_server_auth                  "TLS Web Server Authentication"
    +#  define NID_server_auth                 129
    +#  define OBJ_server_auth                 OBJ_id_kp,1L
     
    -#define SN_client_auth			"clientAuth"
    -#define LN_client_auth			"TLS Web Client Authentication"
    -#define NID_client_auth			130
    -#define OBJ_client_auth			OBJ_id_kp,2L
    +#  define SN_client_auth                  "clientAuth"
    +#  define LN_client_auth                  "TLS Web Client Authentication"
    +#  define NID_client_auth                 130
    +#  define OBJ_client_auth                 OBJ_id_kp,2L
     
    -#define SN_code_sign			"codeSigning"
    -#define LN_code_sign			"Code Signing"
    -#define NID_code_sign			131
    -#define OBJ_code_sign			OBJ_id_kp,3L
    +#  define SN_code_sign                    "codeSigning"
    +#  define LN_code_sign                    "Code Signing"
    +#  define NID_code_sign                   131
    +#  define OBJ_code_sign                   OBJ_id_kp,3L
     
    -#define SN_email_protect		"emailProtection"
    -#define LN_email_protect		"E-mail Protection"
    -#define NID_email_protect		132
    -#define OBJ_email_protect		OBJ_id_kp,4L
    +#  define SN_email_protect                "emailProtection"
    +#  define LN_email_protect                "E-mail Protection"
    +#  define NID_email_protect               132
    +#  define OBJ_email_protect               OBJ_id_kp,4L
     
    -#define SN_time_stamp			"timeStamping"
    -#define LN_time_stamp			"Time Stamping"
    -#define NID_time_stamp			133
    -#define OBJ_time_stamp			OBJ_id_kp,8L
    +#  define SN_time_stamp                   "timeStamping"
    +#  define LN_time_stamp                   "Time Stamping"
    +#  define NID_time_stamp                  133
    +#  define OBJ_time_stamp                  OBJ_id_kp,8L
     
     /* Additional extended key usage OIDs: Microsoft */
     
    -#define SN_ms_code_ind			"msCodeInd"
    -#define LN_ms_code_ind			"Microsoft Individual Code Signing"
    -#define NID_ms_code_ind			134
    -#define OBJ_ms_code_ind			1L,3L,6L,1L,4L,1L,311L,2L,1L,21L
    +#  define SN_ms_code_ind                  "msCodeInd"
    +#  define LN_ms_code_ind                  "Microsoft Individual Code Signing"
    +#  define NID_ms_code_ind                 134
    +#  define OBJ_ms_code_ind                 1L,3L,6L,1L,4L,1L,311L,2L,1L,21L
     
    -#define SN_ms_code_com			"msCodeCom"
    -#define LN_ms_code_com			"Microsoft Commercial Code Signing"
    -#define NID_ms_code_com			135
    -#define OBJ_ms_code_com			1L,3L,6L,1L,4L,1L,311L,2L,1L,22L
    +#  define SN_ms_code_com                  "msCodeCom"
    +#  define LN_ms_code_com                  "Microsoft Commercial Code Signing"
    +#  define NID_ms_code_com                 135
    +#  define OBJ_ms_code_com                 1L,3L,6L,1L,4L,1L,311L,2L,1L,22L
     
    -#define SN_ms_ctl_sign			"msCTLSign"
    -#define LN_ms_ctl_sign			"Microsoft Trust List Signing"
    -#define NID_ms_ctl_sign			136
    -#define OBJ_ms_ctl_sign			1L,3L,6L,1L,4L,1L,311L,10L,3L,1L
    +#  define SN_ms_ctl_sign                  "msCTLSign"
    +#  define LN_ms_ctl_sign                  "Microsoft Trust List Signing"
    +#  define NID_ms_ctl_sign                 136
    +#  define OBJ_ms_ctl_sign                 1L,3L,6L,1L,4L,1L,311L,10L,3L,1L
     
    -#define SN_ms_sgc			"msSGC"
    -#define LN_ms_sgc			"Microsoft Server Gated Crypto"
    -#define NID_ms_sgc			137
    -#define OBJ_ms_sgc			1L,3L,6L,1L,4L,1L,311L,10L,3L,3L
    +#  define SN_ms_sgc                       "msSGC"
    +#  define LN_ms_sgc                       "Microsoft Server Gated Crypto"
    +#  define NID_ms_sgc                      137
    +#  define OBJ_ms_sgc                      1L,3L,6L,1L,4L,1L,311L,10L,3L,3L
     
    -#define SN_ms_efs			"msEFS"
    -#define LN_ms_efs			"Microsoft Encrypted File System"
    -#define NID_ms_efs			138
    -#define OBJ_ms_efs			1L,3L,6L,1L,4L,1L,311L,10L,3L,4L
    +#  define SN_ms_efs                       "msEFS"
    +#  define LN_ms_efs                       "Microsoft Encrypted File System"
    +#  define NID_ms_efs                      138
    +#  define OBJ_ms_efs                      1L,3L,6L,1L,4L,1L,311L,10L,3L,4L
     
     /* Additional usage: Netscape */
     
    -#define SN_ns_sgc			"nsSGC"
    -#define LN_ns_sgc			"Netscape Server Gated Crypto"
    -#define NID_ns_sgc			139
    -#define OBJ_ns_sgc			OBJ_netscape,4L,1L
    +#  define SN_ns_sgc                       "nsSGC"
    +#  define LN_ns_sgc                       "Netscape Server Gated Crypto"
    +#  define NID_ns_sgc                      139
    +#  define OBJ_ns_sgc                      OBJ_netscape,4L,1L
     
    -#define SN_delta_crl			"deltaCRL"
    -#define LN_delta_crl			"X509v3 Delta CRL Indicator"
    -#define NID_delta_crl			140
    -#define OBJ_delta_crl			OBJ_id_ce,27L
    +#  define SN_delta_crl                    "deltaCRL"
    +#  define LN_delta_crl                    "X509v3 Delta CRL Indicator"
    +#  define NID_delta_crl                   140
    +#  define OBJ_delta_crl                   OBJ_id_ce,27L
     
    -#define SN_crl_reason			"CRLReason"
    -#define LN_crl_reason			"CRL Reason Code"
    -#define NID_crl_reason			141
    -#define OBJ_crl_reason			OBJ_id_ce,21L
    +#  define SN_crl_reason                   "CRLReason"
    +#  define LN_crl_reason                   "CRL Reason Code"
    +#  define NID_crl_reason                  141
    +#  define OBJ_crl_reason                  OBJ_id_ce,21L
     
    -#define SN_invalidity_date		"invalidityDate"
    -#define LN_invalidity_date		"Invalidity Date"
    -#define NID_invalidity_date		142
    -#define OBJ_invalidity_date		OBJ_id_ce,24L
    +#  define SN_invalidity_date              "invalidityDate"
    +#  define LN_invalidity_date              "Invalidity Date"
    +#  define NID_invalidity_date             142
    +#  define OBJ_invalidity_date             OBJ_id_ce,24L
     
    -#define SN_sxnet			"SXNetID"
    -#define LN_sxnet			"Strong Extranet ID"
    -#define NID_sxnet			143
    -#define OBJ_sxnet			1L,3L,101L,1L,4L,1L
    +#  define SN_sxnet                        "SXNetID"
    +#  define LN_sxnet                        "Strong Extranet ID"
    +#  define NID_sxnet                       143
    +#  define OBJ_sxnet                       1L,3L,101L,1L,4L,1L
     
     /* PKCS12 and related OBJECT IDENTIFIERS */
     
    -#define OBJ_pkcs12			OBJ_pkcs,12L
    -#define OBJ_pkcs12_pbeids		OBJ_pkcs12, 1
    +#  define OBJ_pkcs12                      OBJ_pkcs,12L
    +#  define OBJ_pkcs12_pbeids               OBJ_pkcs12, 1
     
    -#define SN_pbe_WithSHA1And128BitRC4	"PBE-SHA1-RC4-128"
    -#define LN_pbe_WithSHA1And128BitRC4	"pbeWithSHA1And128BitRC4"
    -#define NID_pbe_WithSHA1And128BitRC4	144
    -#define OBJ_pbe_WithSHA1And128BitRC4	OBJ_pkcs12_pbeids, 1L
    +#  define SN_pbe_WithSHA1And128BitRC4     "PBE-SHA1-RC4-128"
    +#  define LN_pbe_WithSHA1And128BitRC4     "pbeWithSHA1And128BitRC4"
    +#  define NID_pbe_WithSHA1And128BitRC4    144
    +#  define OBJ_pbe_WithSHA1And128BitRC4    OBJ_pkcs12_pbeids, 1L
     
    -#define SN_pbe_WithSHA1And40BitRC4	"PBE-SHA1-RC4-40"
    -#define LN_pbe_WithSHA1And40BitRC4	"pbeWithSHA1And40BitRC4"
    -#define NID_pbe_WithSHA1And40BitRC4	145
    -#define OBJ_pbe_WithSHA1And40BitRC4	OBJ_pkcs12_pbeids, 2L
    +#  define SN_pbe_WithSHA1And40BitRC4      "PBE-SHA1-RC4-40"
    +#  define LN_pbe_WithSHA1And40BitRC4      "pbeWithSHA1And40BitRC4"
    +#  define NID_pbe_WithSHA1And40BitRC4     145
    +#  define OBJ_pbe_WithSHA1And40BitRC4     OBJ_pkcs12_pbeids, 2L
     
    -#define SN_pbe_WithSHA1And3_Key_TripleDES_CBC	"PBE-SHA1-3DES"
    -#define LN_pbe_WithSHA1And3_Key_TripleDES_CBC	"pbeWithSHA1And3-KeyTripleDES-CBC"
    -#define NID_pbe_WithSHA1And3_Key_TripleDES_CBC	146
    -#define OBJ_pbe_WithSHA1And3_Key_TripleDES_CBC	OBJ_pkcs12_pbeids, 3L
    +#  define SN_pbe_WithSHA1And3_Key_TripleDES_CBC   "PBE-SHA1-3DES"
    +#  define LN_pbe_WithSHA1And3_Key_TripleDES_CBC   "pbeWithSHA1And3-KeyTripleDES-CBC"
    +#  define NID_pbe_WithSHA1And3_Key_TripleDES_CBC  146
    +#  define OBJ_pbe_WithSHA1And3_Key_TripleDES_CBC  OBJ_pkcs12_pbeids, 3L
     
    -#define SN_pbe_WithSHA1And2_Key_TripleDES_CBC	"PBE-SHA1-2DES"
    -#define LN_pbe_WithSHA1And2_Key_TripleDES_CBC	"pbeWithSHA1And2-KeyTripleDES-CBC"
    -#define NID_pbe_WithSHA1And2_Key_TripleDES_CBC	147
    -#define OBJ_pbe_WithSHA1And2_Key_TripleDES_CBC	OBJ_pkcs12_pbeids, 4L
    +#  define SN_pbe_WithSHA1And2_Key_TripleDES_CBC   "PBE-SHA1-2DES"
    +#  define LN_pbe_WithSHA1And2_Key_TripleDES_CBC   "pbeWithSHA1And2-KeyTripleDES-CBC"
    +#  define NID_pbe_WithSHA1And2_Key_TripleDES_CBC  147
    +#  define OBJ_pbe_WithSHA1And2_Key_TripleDES_CBC  OBJ_pkcs12_pbeids, 4L
     
    -#define SN_pbe_WithSHA1And128BitRC2_CBC		"PBE-SHA1-RC2-128"
    -#define LN_pbe_WithSHA1And128BitRC2_CBC		"pbeWithSHA1And128BitRC2-CBC"
    -#define NID_pbe_WithSHA1And128BitRC2_CBC	148
    -#define OBJ_pbe_WithSHA1And128BitRC2_CBC	OBJ_pkcs12_pbeids, 5L
    +#  define SN_pbe_WithSHA1And128BitRC2_CBC         "PBE-SHA1-RC2-128"
    +#  define LN_pbe_WithSHA1And128BitRC2_CBC         "pbeWithSHA1And128BitRC2-CBC"
    +#  define NID_pbe_WithSHA1And128BitRC2_CBC        148
    +#  define OBJ_pbe_WithSHA1And128BitRC2_CBC        OBJ_pkcs12_pbeids, 5L
     
    -#define SN_pbe_WithSHA1And40BitRC2_CBC	"PBE-SHA1-RC2-40"
    -#define LN_pbe_WithSHA1And40BitRC2_CBC	"pbeWithSHA1And40BitRC2-CBC"
    -#define NID_pbe_WithSHA1And40BitRC2_CBC	149
    -#define OBJ_pbe_WithSHA1And40BitRC2_CBC	OBJ_pkcs12_pbeids, 6L
    +#  define SN_pbe_WithSHA1And40BitRC2_CBC  "PBE-SHA1-RC2-40"
    +#  define LN_pbe_WithSHA1And40BitRC2_CBC  "pbeWithSHA1And40BitRC2-CBC"
    +#  define NID_pbe_WithSHA1And40BitRC2_CBC 149
    +#  define OBJ_pbe_WithSHA1And40BitRC2_CBC OBJ_pkcs12_pbeids, 6L
     
    -#define OBJ_pkcs12_Version1	OBJ_pkcs12, 10L
    +#  define OBJ_pkcs12_Version1     OBJ_pkcs12, 10L
     
    -#define OBJ_pkcs12_BagIds	OBJ_pkcs12_Version1, 1L
    +#  define OBJ_pkcs12_BagIds       OBJ_pkcs12_Version1, 1L
     
    -#define LN_keyBag		"keyBag"
    -#define NID_keyBag		150
    -#define OBJ_keyBag		OBJ_pkcs12_BagIds, 1L
    +#  define LN_keyBag               "keyBag"
    +#  define NID_keyBag              150
    +#  define OBJ_keyBag              OBJ_pkcs12_BagIds, 1L
     
    -#define LN_pkcs8ShroudedKeyBag	"pkcs8ShroudedKeyBag"
    -#define NID_pkcs8ShroudedKeyBag	151
    -#define OBJ_pkcs8ShroudedKeyBag	OBJ_pkcs12_BagIds, 2L
    +#  define LN_pkcs8ShroudedKeyBag  "pkcs8ShroudedKeyBag"
    +#  define NID_pkcs8ShroudedKeyBag 151
    +#  define OBJ_pkcs8ShroudedKeyBag OBJ_pkcs12_BagIds, 2L
     
    -#define LN_certBag		"certBag"
    -#define NID_certBag		152
    -#define OBJ_certBag		OBJ_pkcs12_BagIds, 3L
    +#  define LN_certBag              "certBag"
    +#  define NID_certBag             152
    +#  define OBJ_certBag             OBJ_pkcs12_BagIds, 3L
     
    -#define LN_crlBag		"crlBag"
    -#define NID_crlBag		153
    -#define OBJ_crlBag		OBJ_pkcs12_BagIds, 4L
    +#  define LN_crlBag               "crlBag"
    +#  define NID_crlBag              153
    +#  define OBJ_crlBag              OBJ_pkcs12_BagIds, 4L
     
    -#define LN_secretBag		"secretBag"
    -#define NID_secretBag		154
    -#define OBJ_secretBag		OBJ_pkcs12_BagIds, 5L
    +#  define LN_secretBag            "secretBag"
    +#  define NID_secretBag           154
    +#  define OBJ_secretBag           OBJ_pkcs12_BagIds, 5L
     
    -#define LN_safeContentsBag	"safeContentsBag"
    -#define NID_safeContentsBag	155
    -#define OBJ_safeContentsBag	OBJ_pkcs12_BagIds, 6L
    +#  define LN_safeContentsBag      "safeContentsBag"
    +#  define NID_safeContentsBag     155
    +#  define OBJ_safeContentsBag     OBJ_pkcs12_BagIds, 6L
     
    -#define LN_friendlyName		"friendlyName"
    -#define	NID_friendlyName	156
    -#define OBJ_friendlyName	OBJ_pkcs9, 20L
    +#  define LN_friendlyName         "friendlyName"
    +#  define NID_friendlyName        156
    +#  define OBJ_friendlyName        OBJ_pkcs9, 20L
     
    -#define LN_localKeyID		"localKeyID"
    -#define	NID_localKeyID		157
    -#define OBJ_localKeyID		OBJ_pkcs9, 21L
    +#  define LN_localKeyID           "localKeyID"
    +#  define NID_localKeyID          157
    +#  define OBJ_localKeyID          OBJ_pkcs9, 21L
     
    -#define OBJ_certTypes		OBJ_pkcs9, 22L
    +#  define OBJ_certTypes           OBJ_pkcs9, 22L
     
    -#define LN_x509Certificate	"x509Certificate"
    -#define	NID_x509Certificate	158
    -#define OBJ_x509Certificate	OBJ_certTypes, 1L
    +#  define LN_x509Certificate      "x509Certificate"
    +#  define NID_x509Certificate     158
    +#  define OBJ_x509Certificate     OBJ_certTypes, 1L
     
    -#define LN_sdsiCertificate	"sdsiCertificate"
    -#define	NID_sdsiCertificate	159
    -#define OBJ_sdsiCertificate	OBJ_certTypes, 2L
    +#  define LN_sdsiCertificate      "sdsiCertificate"
    +#  define NID_sdsiCertificate     159
    +#  define OBJ_sdsiCertificate     OBJ_certTypes, 2L
     
    -#define OBJ_crlTypes		OBJ_pkcs9, 23L
    +#  define OBJ_crlTypes            OBJ_pkcs9, 23L
     
    -#define LN_x509Crl		"x509Crl"
    -#define	NID_x509Crl		160
    -#define OBJ_x509Crl		OBJ_crlTypes, 1L
    +#  define LN_x509Crl              "x509Crl"
    +#  define NID_x509Crl             160
    +#  define OBJ_x509Crl             OBJ_crlTypes, 1L
     
     /* PKCS#5 v2 OIDs */
     
    -#define LN_pbes2		"PBES2"
    -#define NID_pbes2		161
    -#define OBJ_pbes2		OBJ_pkcs,5L,13L
    +#  define LN_pbes2                "PBES2"
    +#  define NID_pbes2               161
    +#  define OBJ_pbes2               OBJ_pkcs,5L,13L
     
    -#define LN_pbmac1		"PBMAC1"
    -#define NID_pbmac1		162
    -#define OBJ_pbmac1		OBJ_pkcs,5L,14L
    +#  define LN_pbmac1               "PBMAC1"
    +#  define NID_pbmac1              162
    +#  define OBJ_pbmac1              OBJ_pkcs,5L,14L
     
    -#define LN_hmacWithSHA1		"hmacWithSHA1"
    -#define NID_hmacWithSHA1	163
    -#define OBJ_hmacWithSHA1	OBJ_rsadsi,2L,7L
    +#  define LN_hmacWithSHA1         "hmacWithSHA1"
    +#  define NID_hmacWithSHA1        163
    +#  define OBJ_hmacWithSHA1        OBJ_rsadsi,2L,7L
     
     /* Policy Qualifier Ids */
     
    -#define LN_id_qt_cps		"Policy Qualifier CPS"
    -#define SN_id_qt_cps		"id-qt-cps"
    -#define NID_id_qt_cps		164
    -#define OBJ_id_qt_cps		OBJ_id_pkix,2L,1L
    +#  define LN_id_qt_cps            "Policy Qualifier CPS"
    +#  define SN_id_qt_cps            "id-qt-cps"
    +#  define NID_id_qt_cps           164
    +#  define OBJ_id_qt_cps           OBJ_id_pkix,2L,1L
     
    -#define LN_id_qt_unotice	"Policy Qualifier User Notice"
    -#define SN_id_qt_unotice	"id-qt-unotice"
    -#define NID_id_qt_unotice	165
    -#define OBJ_id_qt_unotice	OBJ_id_pkix,2L,2L
    +#  define LN_id_qt_unotice        "Policy Qualifier User Notice"
    +#  define SN_id_qt_unotice        "id-qt-unotice"
    +#  define NID_id_qt_unotice       165
    +#  define OBJ_id_qt_unotice       OBJ_id_pkix,2L,2L
     
    -#define SN_rc2_64_cbc			"RC2-64-CBC"
    -#define LN_rc2_64_cbc			"rc2-64-cbc"
    -#define NID_rc2_64_cbc			166
    +#  define SN_rc2_64_cbc                   "RC2-64-CBC"
    +#  define LN_rc2_64_cbc                   "rc2-64-cbc"
    +#  define NID_rc2_64_cbc                  166
     
    -#define SN_SMIMECapabilities		"SMIME-CAPS"
    -#define LN_SMIMECapabilities		"S/MIME Capabilities"
    -#define NID_SMIMECapabilities		167
    -#define OBJ_SMIMECapabilities		OBJ_pkcs9,15L
    +#  define SN_SMIMECapabilities            "SMIME-CAPS"
    +#  define LN_SMIMECapabilities            "S/MIME Capabilities"
    +#  define NID_SMIMECapabilities           167
    +#  define OBJ_SMIMECapabilities           OBJ_pkcs9,15L
     
    -#define SN_pbeWithMD2AndRC2_CBC		"PBE-MD2-RC2-64"
    -#define LN_pbeWithMD2AndRC2_CBC		"pbeWithMD2AndRC2-CBC"
    -#define NID_pbeWithMD2AndRC2_CBC	168
    -#define OBJ_pbeWithMD2AndRC2_CBC	OBJ_pkcs,5L,4L
    +#  define SN_pbeWithMD2AndRC2_CBC         "PBE-MD2-RC2-64"
    +#  define LN_pbeWithMD2AndRC2_CBC         "pbeWithMD2AndRC2-CBC"
    +#  define NID_pbeWithMD2AndRC2_CBC        168
    +#  define OBJ_pbeWithMD2AndRC2_CBC        OBJ_pkcs,5L,4L
     
    -#define SN_pbeWithMD5AndRC2_CBC		"PBE-MD5-RC2-64"
    -#define LN_pbeWithMD5AndRC2_CBC		"pbeWithMD5AndRC2-CBC"
    -#define NID_pbeWithMD5AndRC2_CBC	169
    -#define OBJ_pbeWithMD5AndRC2_CBC	OBJ_pkcs,5L,6L
    +#  define SN_pbeWithMD5AndRC2_CBC         "PBE-MD5-RC2-64"
    +#  define LN_pbeWithMD5AndRC2_CBC         "pbeWithMD5AndRC2-CBC"
    +#  define NID_pbeWithMD5AndRC2_CBC        169
    +#  define OBJ_pbeWithMD5AndRC2_CBC        OBJ_pkcs,5L,6L
     
    -#define SN_pbeWithSHA1AndDES_CBC	"PBE-SHA1-DES"
    -#define LN_pbeWithSHA1AndDES_CBC	"pbeWithSHA1AndDES-CBC"
    -#define NID_pbeWithSHA1AndDES_CBC	170
    -#define OBJ_pbeWithSHA1AndDES_CBC	OBJ_pkcs,5L,10L
    +#  define SN_pbeWithSHA1AndDES_CBC        "PBE-SHA1-DES"
    +#  define LN_pbeWithSHA1AndDES_CBC        "pbeWithSHA1AndDES-CBC"
    +#  define NID_pbeWithSHA1AndDES_CBC       170
    +#  define OBJ_pbeWithSHA1AndDES_CBC       OBJ_pkcs,5L,10L
     
     /* Extension request OIDs */
     
    -#define LN_ms_ext_req			"Microsoft Extension Request"
    -#define SN_ms_ext_req			"msExtReq"
    -#define NID_ms_ext_req			171
    -#define OBJ_ms_ext_req			1L,3L,6L,1L,4L,1L,311L,2L,1L,14L
    +#  define LN_ms_ext_req                   "Microsoft Extension Request"
    +#  define SN_ms_ext_req                   "msExtReq"
    +#  define NID_ms_ext_req                  171
    +#  define OBJ_ms_ext_req                  1L,3L,6L,1L,4L,1L,311L,2L,1L,14L
     
    -#define LN_ext_req			"Extension Request"
    -#define SN_ext_req			"extReq"
    -#define NID_ext_req			172
    -#define OBJ_ext_req			OBJ_pkcs9,14L
    +#  define LN_ext_req                      "Extension Request"
    +#  define SN_ext_req                      "extReq"
    +#  define NID_ext_req                     172
    +#  define OBJ_ext_req                     OBJ_pkcs9,14L
     
    -#define SN_name				"name"
    -#define LN_name				"name"
    -#define NID_name			173
    -#define OBJ_name			OBJ_X509,41L
    +#  define SN_name                         "name"
    +#  define LN_name                         "name"
    +#  define NID_name                        173
    +#  define OBJ_name                        OBJ_X509,41L
     
    -#define SN_dnQualifier			"dnQualifier"
    -#define LN_dnQualifier			"dnQualifier"
    -#define NID_dnQualifier			174
    -#define OBJ_dnQualifier			OBJ_X509,46L
    +#  define SN_dnQualifier                  "dnQualifier"
    +#  define LN_dnQualifier                  "dnQualifier"
    +#  define NID_dnQualifier                 174
    +#  define OBJ_dnQualifier                 OBJ_X509,46L
     
    -#define SN_id_pe			"id-pe"
    -#define NID_id_pe			175
    -#define OBJ_id_pe			OBJ_id_pkix,1L
    +#  define SN_id_pe                        "id-pe"
    +#  define NID_id_pe                       175
    +#  define OBJ_id_pe                       OBJ_id_pkix,1L
     
    -#define SN_id_ad			"id-ad"
    -#define NID_id_ad			176
    -#define OBJ_id_ad			OBJ_id_pkix,48L
    +#  define SN_id_ad                        "id-ad"
    +#  define NID_id_ad                       176
    +#  define OBJ_id_ad                       OBJ_id_pkix,48L
     
    -#define SN_info_access			"authorityInfoAccess"
    -#define LN_info_access			"Authority Information Access"
    -#define NID_info_access			177
    -#define OBJ_info_access			OBJ_id_pe,1L
    +#  define SN_info_access                  "authorityInfoAccess"
    +#  define LN_info_access                  "Authority Information Access"
    +#  define NID_info_access                 177
    +#  define OBJ_info_access                 OBJ_id_pe,1L
     
    -#define SN_ad_OCSP			"OCSP"
    -#define LN_ad_OCSP			"OCSP"
    -#define NID_ad_OCSP			178
    -#define OBJ_ad_OCSP			OBJ_id_ad,1L
    +#  define SN_ad_OCSP                      "OCSP"
    +#  define LN_ad_OCSP                      "OCSP"
    +#  define NID_ad_OCSP                     178
    +#  define OBJ_ad_OCSP                     OBJ_id_ad,1L
     
    -#define SN_ad_ca_issuers		"caIssuers"
    -#define LN_ad_ca_issuers		"CA Issuers"
    -#define NID_ad_ca_issuers		179
    -#define OBJ_ad_ca_issuers		OBJ_id_ad,2L
    +#  define SN_ad_ca_issuers                "caIssuers"
    +#  define LN_ad_ca_issuers                "CA Issuers"
    +#  define NID_ad_ca_issuers               179
    +#  define OBJ_ad_ca_issuers               OBJ_id_ad,2L
     
    -#define SN_OCSP_sign			"OCSPSigning"
    -#define LN_OCSP_sign			"OCSP Signing"
    -#define NID_OCSP_sign			180
    -#define OBJ_OCSP_sign			OBJ_id_kp,9L
    -#endif /* USE_OBJ_MAC */
    +#  define SN_OCSP_sign                    "OCSPSigning"
    +#  define LN_OCSP_sign                    "OCSP Signing"
    +#  define NID_OCSP_sign                   180
    +#  define OBJ_OCSP_sign                   OBJ_id_kp,9L
    +# endif                         /* USE_OBJ_MAC */
     
    -#include 
    -#include 
    +# include 
    +# include 
     
    -#define	OBJ_NAME_TYPE_UNDEF		0x00
    -#define	OBJ_NAME_TYPE_MD_METH		0x01
    -#define	OBJ_NAME_TYPE_CIPHER_METH	0x02
    -#define	OBJ_NAME_TYPE_PKEY_METH		0x03
    -#define	OBJ_NAME_TYPE_COMP_METH		0x04
    -#define	OBJ_NAME_TYPE_NUM		0x05
    +# define OBJ_NAME_TYPE_UNDEF             0x00
    +# define OBJ_NAME_TYPE_MD_METH           0x01
    +# define OBJ_NAME_TYPE_CIPHER_METH       0x02
    +# define OBJ_NAME_TYPE_PKEY_METH         0x03
    +# define OBJ_NAME_TYPE_COMP_METH         0x04
    +# define OBJ_NAME_TYPE_NUM               0x05
     
    -#define	OBJ_NAME_ALIAS			0x8000
    +# define OBJ_NAME_ALIAS                  0x8000
     
    -#define OBJ_BSEARCH_VALUE_ON_NOMATCH		0x01
    -#define OBJ_BSEARCH_FIRST_VALUE_ON_MATCH	0x02
    +# define OBJ_BSEARCH_VALUE_ON_NOMATCH            0x01
    +# define OBJ_BSEARCH_FIRST_VALUE_ON_MATCH        0x02
     
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -typedef struct obj_name_st
    -	{
    -	int type;
    -	int alias;
    -	const char *name;
    -	const char *data;
    -	} OBJ_NAME;
    -
    -#define		OBJ_create_and_add_object(a,b,c) OBJ_create(a,b,c)
    +typedef struct obj_name_st {
    +    int type;
    +    int alias;
    +    const char *name;
    +    const char *data;
    +} OBJ_NAME;
     
    +# define         OBJ_create_and_add_object(a,b,c) OBJ_create(a,b,c)
     
     int OBJ_NAME_init(void);
    -int OBJ_NAME_new_index(unsigned long (*hash_func)(const char *),
    -		       int (*cmp_func)(const char *, const char *),
    -		       void (*free_func)(const char *, int, const char *));
    -const char *OBJ_NAME_get(const char *name,int type);
    -int OBJ_NAME_add(const char *name,int type,const char *data);
    -int OBJ_NAME_remove(const char *name,int type);
    +int OBJ_NAME_new_index(unsigned long (*hash_func) (const char *),
    +                       int (*cmp_func) (const char *, const char *),
    +                       void (*free_func) (const char *, int, const char *));
    +const char *OBJ_NAME_get(const char *name, int type);
    +int OBJ_NAME_add(const char *name, int type, const char *data);
    +int OBJ_NAME_remove(const char *name, int type);
     void OBJ_NAME_cleanup(int type); /* -1 for everything */
    -void OBJ_NAME_do_all(int type,void (*fn)(const OBJ_NAME *,void *arg),
    -		     void *arg);
    -void OBJ_NAME_do_all_sorted(int type,void (*fn)(const OBJ_NAME *,void *arg),
    -			    void *arg);
    -
    -ASN1_OBJECT *	OBJ_dup(const ASN1_OBJECT *o);
    -ASN1_OBJECT *	OBJ_nid2obj(int n);
    -const char *	OBJ_nid2ln(int n);
    -const char *	OBJ_nid2sn(int n);
    -int		OBJ_obj2nid(const ASN1_OBJECT *o);
    -ASN1_OBJECT *	OBJ_txt2obj(const char *s, int no_name);
    -int	OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name);
    -int		OBJ_txt2nid(const char *s);
    -int		OBJ_ln2nid(const char *s);
    -int		OBJ_sn2nid(const char *s);
    -int		OBJ_cmp(const ASN1_OBJECT *a,const ASN1_OBJECT *b);
    -const void *	OBJ_bsearch_(const void *key,const void *base,int num,int size,
    -			     int (*cmp)(const void *, const void *));
    -const void *	OBJ_bsearch_ex_(const void *key,const void *base,int num,
    -				int size,
    -				int (*cmp)(const void *, const void *),
    -				int flags);
    -
    -#define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm)	\
    +void OBJ_NAME_do_all(int type, void (*fn) (const OBJ_NAME *, void *arg),
    +                     void *arg);
    +void OBJ_NAME_do_all_sorted(int type,
    +                            void (*fn) (const OBJ_NAME *, void *arg),
    +                            void *arg);
    +
    +ASN1_OBJECT *OBJ_dup(const ASN1_OBJECT *o);
    +ASN1_OBJECT *OBJ_nid2obj(int n);
    +const char *OBJ_nid2ln(int n);
    +const char *OBJ_nid2sn(int n);
    +int OBJ_obj2nid(const ASN1_OBJECT *o);
    +ASN1_OBJECT *OBJ_txt2obj(const char *s, int no_name);
    +int OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name);
    +int OBJ_txt2nid(const char *s);
    +int OBJ_ln2nid(const char *s);
    +int OBJ_sn2nid(const char *s);
    +int OBJ_cmp(const ASN1_OBJECT *a, const ASN1_OBJECT *b);
    +const void *OBJ_bsearch_(const void *key, const void *base, int num, int size,
    +                         int (*cmp) (const void *, const void *));
    +const void *OBJ_bsearch_ex_(const void *key, const void *base, int num,
    +                            int size,
    +                            int (*cmp) (const void *, const void *),
    +                            int flags);
    +
    +# define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm)    \
       static int nm##_cmp_BSEARCH_CMP_FN(const void *, const void *); \
       static int nm##_cmp(type1 const *, type2 const *); \
       scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
     
    -#define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp)	\
    +# define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp)   \
       _DECLARE_OBJ_BSEARCH_CMP_FN(static, type1, type2, cmp)
    -#define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm)	\
    +# define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm)     \
       type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
     
    -/*
    +/*-
      * Unsolved problem: if a type is actually a pointer type, like
      * nid_triple is, then its impossible to get a const where you need
      * it. Consider:
    @@ -1055,8 +1059,8 @@ const void *	OBJ_bsearch_ex_(const void *key,const void *base,int num,
      * comparison routines do always not touch their arguments.
      */
     
    -#define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm)	\
    -  static int nm##_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_)	\
    +# define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm)  \
    +  static int nm##_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_)    \
           { \
           type1 const *a = a_; \
           type2 const *b = b_; \
    @@ -1065,12 +1069,12 @@ const void *	OBJ_bsearch_ex_(const void *key,const void *base,int num,
       static type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) \
           { \
           return (type2 *)OBJ_bsearch_(key, base, num, sizeof(type2), \
    -					nm##_cmp_BSEARCH_CMP_FN); \
    +                                        nm##_cmp_BSEARCH_CMP_FN); \
           } \
           extern void dummy_prototype(void)
     
    -#define IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm)	\
    -  static int nm##_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_)	\
    +# define IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm)   \
    +  static int nm##_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_)    \
           { \
           type1 const *a = a_; \
           type2 const *b = b_; \
    @@ -1079,29 +1083,29 @@ const void *	OBJ_bsearch_ex_(const void *key,const void *base,int num,
       type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) \
           { \
           return (type2 *)OBJ_bsearch_(key, base, num, sizeof(type2), \
    -					nm##_cmp_BSEARCH_CMP_FN); \
    +                                        nm##_cmp_BSEARCH_CMP_FN); \
           } \
           extern void dummy_prototype(void)
     
    -#define OBJ_bsearch(type1,key,type2,base,num,cmp)			       \
    +# define OBJ_bsearch(type1,key,type2,base,num,cmp)                              \
       ((type2 *)OBJ_bsearch_(CHECKED_PTR_OF(type1,key),CHECKED_PTR_OF(type2,base), \
    -			 num,sizeof(type2),				\
    -			 ((void)CHECKED_PTR_OF(type1,cmp##_type_1),	\
    -			  (void)CHECKED_PTR_OF(type2,cmp##_type_2),	\
    -			  cmp##_BSEARCH_CMP_FN)))
    +                         num,sizeof(type2),                             \
    +                         ((void)CHECKED_PTR_OF(type1,cmp##_type_1),     \
    +                          (void)CHECKED_PTR_OF(type2,cmp##_type_2),     \
    +                          cmp##_BSEARCH_CMP_FN)))
     
    -#define OBJ_bsearch_ex(type1,key,type2,base,num,cmp,flags)			\
    +# define OBJ_bsearch_ex(type1,key,type2,base,num,cmp,flags)                      \
       ((type2 *)OBJ_bsearch_ex_(CHECKED_PTR_OF(type1,key),CHECKED_PTR_OF(type2,base), \
    -			 num,sizeof(type2),				\
    -			 ((void)CHECKED_PTR_OF(type1,cmp##_type_1),	\
    -			  (void)type_2=CHECKED_PTR_OF(type2,cmp##_type_2), \
    -			  cmp##_BSEARCH_CMP_FN)),flags)
    +                         num,sizeof(type2),                             \
    +                         ((void)CHECKED_PTR_OF(type1,cmp##_type_1),     \
    +                          (void)type_2=CHECKED_PTR_OF(type2,cmp##_type_2), \
    +                          cmp##_BSEARCH_CMP_FN)),flags)
     
    -int		OBJ_new_nid(int num);
    -int		OBJ_add_object(const ASN1_OBJECT *obj);
    -int		OBJ_create(const char *oid,const char *sn,const char *ln);
    -void		OBJ_cleanup(void );
    -int		OBJ_create_objects(BIO *in);
    +int OBJ_new_nid(int num);
    +int OBJ_add_object(const ASN1_OBJECT *obj);
    +int OBJ_create(const char *oid, const char *sn, const char *ln);
    +void OBJ_cleanup(void);
    +int OBJ_create_objects(BIO *in);
     
     int OBJ_find_sigid_algs(int signid, int *pdig_nid, int *ppkey_nid);
     int OBJ_find_sigid_by_algs(int *psignid, int dig_nid, int pkey_nid);
    @@ -1112,7 +1116,8 @@ extern int obj_cleanup_defer;
     void check_defer(int nid);
     
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     void ERR_load_OBJ_strings(void);
    @@ -1120,17 +1125,17 @@ void ERR_load_OBJ_strings(void);
     /* Error codes for the OBJ functions. */
     
     /* Function codes. */
    -#define OBJ_F_OBJ_ADD_OBJECT				 105
    -#define OBJ_F_OBJ_CREATE				 100
    -#define OBJ_F_OBJ_DUP					 101
    -#define OBJ_F_OBJ_NAME_NEW_INDEX			 106
    -#define OBJ_F_OBJ_NID2LN				 102
    -#define OBJ_F_OBJ_NID2OBJ				 103
    -#define OBJ_F_OBJ_NID2SN				 104
    +# define OBJ_F_OBJ_ADD_OBJECT                             105
    +# define OBJ_F_OBJ_CREATE                                 100
    +# define OBJ_F_OBJ_DUP                                    101
    +# define OBJ_F_OBJ_NAME_NEW_INDEX                         106
    +# define OBJ_F_OBJ_NID2LN                                 102
    +# define OBJ_F_OBJ_NID2OBJ                                103
    +# define OBJ_F_OBJ_NID2SN                                 104
     
     /* Reason codes. */
    -#define OBJ_R_MALLOC_FAILURE				 100
    -#define OBJ_R_UNKNOWN_NID				 101
    +# define OBJ_R_MALLOC_FAILURE                             100
    +# define OBJ_R_UNKNOWN_NID                                101
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/objects/objects.txt b/openssl/crypto/objects/objects.txt
    index d3bfad72a..b57aabb22 100644
    --- a/openssl/crypto/objects/objects.txt
    +++ b/openssl/crypto/objects/objects.txt
    @@ -168,6 +168,7 @@ pkcs1 5			: RSA-SHA1		: sha1WithRSAEncryption
     # According to PKCS #1 version 2.1
     pkcs1 7			: RSAES-OAEP		: rsaesOaep
     pkcs1 8			: MGF1			: mgf1
    +pkcs1 9			: PSPECIFIED		: pSpecified
     pkcs1 10		: RSASSA-PSS		: rsassaPss
     
     pkcs1 11		: RSA-SHA256		: sha256WithRSAEncryption
    @@ -1290,3 +1291,60 @@ kisa 1 6                : SEED-OFB      : seed-ofb
     			: AES-128-CBC-HMAC-SHA1		: aes-128-cbc-hmac-sha1
     			: AES-192-CBC-HMAC-SHA1		: aes-192-cbc-hmac-sha1
     			: AES-256-CBC-HMAC-SHA1		: aes-256-cbc-hmac-sha1
    +			: AES-128-CBC-HMAC-SHA256	: aes-128-cbc-hmac-sha256
    +			: AES-192-CBC-HMAC-SHA256	: aes-192-cbc-hmac-sha256
    +			: AES-256-CBC-HMAC-SHA256	: aes-256-cbc-hmac-sha256
    +
    +ISO-US 10046 2 1	: dhpublicnumber		: X9.42 DH
    +
    +# RFC 5639 curve OIDs (see http://www.ietf.org/rfc/rfc5639.txt)
    +# versionOne OBJECT IDENTIFIER ::= {
    +# iso(1) identifified-organization(3) teletrust(36) algorithm(3)
    +# signature-algorithm(3) ecSign(2) ecStdCurvesAndGeneration(8)
    +# ellipticCurve(1) 1 }
    +1 3 36 3 3 2 8 1 1 1 : brainpoolP160r1
    +1 3 36 3 3 2 8 1 1 2 : brainpoolP160t1
    +1 3 36 3 3 2 8 1 1 3 : brainpoolP192r1
    +1 3 36 3 3 2 8 1 1 4 : brainpoolP192t1
    +1 3 36 3 3 2 8 1 1 5 : brainpoolP224r1
    +1 3 36 3 3 2 8 1 1 6 : brainpoolP224t1
    +1 3 36 3 3 2 8 1 1 7 : brainpoolP256r1
    +1 3 36 3 3 2 8 1 1 8 : brainpoolP256t1
    +1 3 36 3 3 2 8 1 1 9 : brainpoolP320r1
    +1 3 36 3 3 2 8 1 1 10 : brainpoolP320t1
    +1 3 36 3 3 2 8 1 1 11 : brainpoolP384r1
    +1 3 36 3 3 2 8 1 1 12 : brainpoolP384t1
    +1 3 36 3 3 2 8 1 1 13 : brainpoolP512r1
    +1 3 36 3 3 2 8 1 1 14 : brainpoolP512t1            
    +
    +# ECDH schemes from RFC5753
    +!Alias x9-63-scheme 1 3 133 16 840 63 0
    +!Alias secg-scheme certicom-arc 1
    +
    +x9-63-scheme 2   : dhSinglePass-stdDH-sha1kdf-scheme
    +secg-scheme 11 0 : dhSinglePass-stdDH-sha224kdf-scheme
    +secg-scheme 11 1 : dhSinglePass-stdDH-sha256kdf-scheme
    +secg-scheme 11 2 : dhSinglePass-stdDH-sha384kdf-scheme
    +secg-scheme 11 3 : dhSinglePass-stdDH-sha512kdf-scheme
    +
    +x9-63-scheme 3   : dhSinglePass-cofactorDH-sha1kdf-scheme
    +secg-scheme 14 0 : dhSinglePass-cofactorDH-sha224kdf-scheme
    +secg-scheme 14 1 : dhSinglePass-cofactorDH-sha256kdf-scheme
    +secg-scheme 14 2 : dhSinglePass-cofactorDH-sha384kdf-scheme
    +secg-scheme 14 3 : dhSinglePass-cofactorDH-sha512kdf-scheme
    +# NIDs for use with lookup tables.
    +                 : dh-std-kdf
    +                 : dh-cofactor-kdf
    +
    +# RFC 6962 Extension OIDs (see http://www.ietf.org/rfc/rfc6962.txt)
    +1 3 6 1 4 1 11129 2 4 2	: ct_precert_scts		: CT Precertificate SCTs
    +1 3 6 1 4 1 11129 2 4 3	: ct_precert_poison		: CT Precertificate Poison
    +1 3 6 1 4 1 11129 2 4 4	: ct_precert_signer		: CT Precertificate Signer
    +1 3 6 1 4 1 11129 2 4 5	: ct_cert_scts			: CT Certificate SCTs
    +
    +# CABForum EV SSL Certificate Guidelines
    +# (see https://cabforum.org/extended-validation/)
    +# OIDs for Subject Jurisdiction of Incorporation or Registration
    +1 3 6 1 4 1 311 60 2 1 1	: jurisdictionL		: jurisdictionLocalityName
    +1 3 6 1 4 1 311 60 2 1 2	: jurisdictionST	: jurisdictionStateOrProvinceName
    +1 3 6 1 4 1 311 60 2 1 3	: jurisdictionC		: jurisdictionCountryName
    diff --git a/openssl/crypto/objects/objxref.pl b/openssl/crypto/objects/objxref.pl
    index 731d3ae22..833f4ab88 100644
    --- a/openssl/crypto/objects/objxref.pl
    +++ b/openssl/crypto/objects/objxref.pl
    @@ -39,7 +39,8 @@ my @xrkeys = keys %xref_tbl;
     
     my @srt1 = sort { $oid_tbl{$a} <=> $oid_tbl{$b}} @xrkeys;
     
    -for(my $i = 0; $i <= $#srt1; $i++)
    +my $i;
    +for($i = 0; $i <= $#srt1; $i++)
     	{
     	$xref_tbl{$srt1[$i]}[2] = $i;
     	}
    @@ -90,7 +91,10 @@ EOF
     
     foreach (@srt2)
     	{
    -	my $x = $xref_tbl{$_}[2];
    +	my ($p1, $p2, $x) = @{$xref_tbl{$_}};
    +	# If digest or signature algorithm is "undef" then the algorithm
    +	# needs special handling and is excluded from the cross reference table.
    +	next if $p1 eq "undef" || $p2 eq "undef";
     	print "\t\&sigoid_srt\[$x\],\n";
     	}
     
    diff --git a/openssl/crypto/ocsp/ocsp.h b/openssl/crypto/ocsp/ocsp.h
    index 31e45744b..ca2ee76dc 100644
    --- a/openssl/crypto/ocsp/ocsp.h
    +++ b/openssl/crypto/ocsp/ocsp.h
    @@ -1,11 +1,14 @@
     /* ocsp.h */
    -/* Written by Tom Titchener  for the OpenSSL
    - * project. */
    +/*
    + * Written by Tom Titchener  for the OpenSSL
    + * project.
    + */
     
    -/* History:
    -   This file was transfered to Richard Levitte from CertCo by Kathy
    -   Weinhold in mid-spring 2000 to be included in OpenSSL or released
    -   as a patch kit. */
    +/*
    + * History: This file was transfered to Richard Levitte from CertCo by Kathy
    + * Weinhold in mid-spring 2000 to be included in OpenSSL or released as a
    + * patch kit.
    + */
     
     /* ====================================================================
      * Copyright (c) 1998-2000 The OpenSSL Project.  All rights reserved.
    @@ -15,7 +18,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,12 +65,12 @@
      */
     
     #ifndef HEADER_OCSP_H
    -#define HEADER_OCSP_H
    +# define HEADER_OCSP_H
     
    -#include 
    -#include 
    -#include 
    -#include 
    +# include 
    +# include 
    +# include 
    +# include 
     
     #ifdef  __cplusplus
     extern "C" {
    @@ -75,88 +78,82 @@ extern "C" {
     
     /* Various flags and values */
     
    -#define OCSP_DEFAULT_NONCE_LENGTH	16
    -
    -#define OCSP_NOCERTS			0x1
    -#define OCSP_NOINTERN			0x2
    -#define OCSP_NOSIGS			0x4
    -#define OCSP_NOCHAIN			0x8
    -#define OCSP_NOVERIFY			0x10
    -#define OCSP_NOEXPLICIT			0x20
    -#define OCSP_NOCASIGN			0x40
    -#define OCSP_NODELEGATED		0x80
    -#define OCSP_NOCHECKS			0x100
    -#define OCSP_TRUSTOTHER			0x200
    -#define OCSP_RESPID_KEY			0x400
    -#define OCSP_NOTIME			0x800
    -
    -/*   CertID ::= SEQUENCE {
    +# define OCSP_DEFAULT_NONCE_LENGTH       16
    +
    +# define OCSP_NOCERTS                    0x1
    +# define OCSP_NOINTERN                   0x2
    +# define OCSP_NOSIGS                     0x4
    +# define OCSP_NOCHAIN                    0x8
    +# define OCSP_NOVERIFY                   0x10
    +# define OCSP_NOEXPLICIT                 0x20
    +# define OCSP_NOCASIGN                   0x40
    +# define OCSP_NODELEGATED                0x80
    +# define OCSP_NOCHECKS                   0x100
    +# define OCSP_TRUSTOTHER                 0x200
    +# define OCSP_RESPID_KEY                 0x400
    +# define OCSP_NOTIME                     0x800
    +
    +/*-  CertID ::= SEQUENCE {
      *       hashAlgorithm            AlgorithmIdentifier,
      *       issuerNameHash     OCTET STRING, -- Hash of Issuer's DN
      *       issuerKeyHash      OCTET STRING, -- Hash of Issuers public key (excluding the tag & length fields)
      *       serialNumber       CertificateSerialNumber }
      */
    -typedef struct ocsp_cert_id_st
    -	{
    -	X509_ALGOR *hashAlgorithm;
    -	ASN1_OCTET_STRING *issuerNameHash;
    -	ASN1_OCTET_STRING *issuerKeyHash;
    -	ASN1_INTEGER *serialNumber;
    -	} OCSP_CERTID;
    +typedef struct ocsp_cert_id_st {
    +    X509_ALGOR *hashAlgorithm;
    +    ASN1_OCTET_STRING *issuerNameHash;
    +    ASN1_OCTET_STRING *issuerKeyHash;
    +    ASN1_INTEGER *serialNumber;
    +} OCSP_CERTID;
     
     DECLARE_STACK_OF(OCSP_CERTID)
     
    -/*   Request ::=     SEQUENCE {
    +/*-  Request ::=     SEQUENCE {
      *       reqCert                    CertID,
      *       singleRequestExtensions    [0] EXPLICIT Extensions OPTIONAL }
      */
    -typedef struct ocsp_one_request_st
    -	{
    -	OCSP_CERTID *reqCert;
    -	STACK_OF(X509_EXTENSION) *singleRequestExtensions;
    -	} OCSP_ONEREQ;
    +typedef struct ocsp_one_request_st {
    +    OCSP_CERTID *reqCert;
    +    STACK_OF(X509_EXTENSION) *singleRequestExtensions;
    +} OCSP_ONEREQ;
     
     DECLARE_STACK_OF(OCSP_ONEREQ)
     DECLARE_ASN1_SET_OF(OCSP_ONEREQ)
     
    -
    -/*   TBSRequest      ::=     SEQUENCE {
    +/*-  TBSRequest      ::=     SEQUENCE {
      *       version             [0] EXPLICIT Version DEFAULT v1,
      *       requestorName       [1] EXPLICIT GeneralName OPTIONAL,
      *       requestList             SEQUENCE OF Request,
      *       requestExtensions   [2] EXPLICIT Extensions OPTIONAL }
      */
    -typedef struct ocsp_req_info_st
    -	{
    -	ASN1_INTEGER *version;
    -	GENERAL_NAME *requestorName;
    -	STACK_OF(OCSP_ONEREQ) *requestList;
    -	STACK_OF(X509_EXTENSION) *requestExtensions;
    -	} OCSP_REQINFO;
    -
    -/*   Signature       ::=     SEQUENCE {
    +typedef struct ocsp_req_info_st {
    +    ASN1_INTEGER *version;
    +    GENERAL_NAME *requestorName;
    +    STACK_OF(OCSP_ONEREQ) *requestList;
    +    STACK_OF(X509_EXTENSION) *requestExtensions;
    +} OCSP_REQINFO;
    +
    +/*-  Signature       ::=     SEQUENCE {
      *       signatureAlgorithm   AlgorithmIdentifier,
      *       signature            BIT STRING,
      *       certs                [0] EXPLICIT SEQUENCE OF Certificate OPTIONAL }
      */
    -typedef struct ocsp_signature_st
    -	{
    -	X509_ALGOR *signatureAlgorithm;
    -	ASN1_BIT_STRING *signature;
    -	STACK_OF(X509) *certs;
    -	} OCSP_SIGNATURE;
    -
    -/*   OCSPRequest     ::=     SEQUENCE {
    +typedef struct ocsp_signature_st {
    +    X509_ALGOR *signatureAlgorithm;
    +    ASN1_BIT_STRING *signature;
    +    STACK_OF(X509) *certs;
    +} OCSP_SIGNATURE;
    +
    +/*-  OCSPRequest     ::=     SEQUENCE {
      *       tbsRequest                  TBSRequest,
      *       optionalSignature   [0]     EXPLICIT Signature OPTIONAL }
      */
    -typedef struct ocsp_request_st
    -	{
    -	OCSP_REQINFO *tbsRequest;
    -	OCSP_SIGNATURE *optionalSignature; /* OPTIONAL */
    -	} OCSP_REQUEST;
    +typedef struct ocsp_request_st {
    +    OCSP_REQINFO *tbsRequest;
    +    OCSP_SIGNATURE *optionalSignature; /* OPTIONAL */
    +} OCSP_REQUEST;
     
    -/*   OCSPResponseStatus ::= ENUMERATED {
    +/*-  OCSPResponseStatus ::= ENUMERATED {
      *       successful            (0),      --Response has valid confirmations
      *       malformedRequest      (1),      --Illegal confirmation request
      *       internalError         (2),      --Internal error in issuer
    @@ -166,149 +163,145 @@ typedef struct ocsp_request_st
      *       unauthorized          (6)       --Request unauthorized
      *   }
      */
    -#define OCSP_RESPONSE_STATUS_SUCCESSFUL          0
    -#define OCSP_RESPONSE_STATUS_MALFORMEDREQUEST     1
    -#define OCSP_RESPONSE_STATUS_INTERNALERROR        2
    -#define OCSP_RESPONSE_STATUS_TRYLATER             3
    -#define OCSP_RESPONSE_STATUS_SIGREQUIRED          5
    -#define OCSP_RESPONSE_STATUS_UNAUTHORIZED         6
    -
    -/*   ResponseBytes ::=       SEQUENCE {
    +# define OCSP_RESPONSE_STATUS_SUCCESSFUL          0
    +# define OCSP_RESPONSE_STATUS_MALFORMEDREQUEST     1
    +# define OCSP_RESPONSE_STATUS_INTERNALERROR        2
    +# define OCSP_RESPONSE_STATUS_TRYLATER             3
    +# define OCSP_RESPONSE_STATUS_SIGREQUIRED          5
    +# define OCSP_RESPONSE_STATUS_UNAUTHORIZED         6
    +
    +/*-  ResponseBytes ::=       SEQUENCE {
      *       responseType   OBJECT IDENTIFIER,
      *       response       OCTET STRING }
      */
    -typedef struct ocsp_resp_bytes_st
    -	{
    -	ASN1_OBJECT *responseType;
    -	ASN1_OCTET_STRING *response;
    -	} OCSP_RESPBYTES;
    +typedef struct ocsp_resp_bytes_st {
    +    ASN1_OBJECT *responseType;
    +    ASN1_OCTET_STRING *response;
    +} OCSP_RESPBYTES;
     
    -/*   OCSPResponse ::= SEQUENCE {
    +/*-  OCSPResponse ::= SEQUENCE {
      *      responseStatus         OCSPResponseStatus,
      *      responseBytes          [0] EXPLICIT ResponseBytes OPTIONAL }
      */
    -struct ocsp_response_st
    -	{
    -	ASN1_ENUMERATED *responseStatus;
    -	OCSP_RESPBYTES  *responseBytes;
    -	};
    +struct ocsp_response_st {
    +    ASN1_ENUMERATED *responseStatus;
    +    OCSP_RESPBYTES *responseBytes;
    +};
     
    -/*   ResponderID ::= CHOICE {
    +/*-  ResponderID ::= CHOICE {
      *      byName   [1] Name,
      *      byKey    [2] KeyHash }
      */
    -#define V_OCSP_RESPID_NAME 0
    -#define V_OCSP_RESPID_KEY  1
    -struct ocsp_responder_id_st
    -	{
    -	int type;
    -	union   {
    -		X509_NAME* byName;
    -        	ASN1_OCTET_STRING *byKey;
    -		} value;
    -	};
    +# define V_OCSP_RESPID_NAME 0
    +# define V_OCSP_RESPID_KEY  1
    +struct ocsp_responder_id_st {
    +    int type;
    +    union {
    +        X509_NAME *byName;
    +        ASN1_OCTET_STRING *byKey;
    +    } value;
    +};
     
     DECLARE_STACK_OF(OCSP_RESPID)
     DECLARE_ASN1_FUNCTIONS(OCSP_RESPID)
     
    -/*   KeyHash ::= OCTET STRING --SHA-1 hash of responder's public key
    +/*-  KeyHash ::= OCTET STRING --SHA-1 hash of responder's public key
      *                            --(excluding the tag and length fields)
      */
     
    -/*   RevokedInfo ::= SEQUENCE {
    +/*-  RevokedInfo ::= SEQUENCE {
      *       revocationTime              GeneralizedTime,
      *       revocationReason    [0]     EXPLICIT CRLReason OPTIONAL }
      */
    -typedef struct ocsp_revoked_info_st
    -	{
    -	ASN1_GENERALIZEDTIME *revocationTime;
    -	ASN1_ENUMERATED *revocationReason;
    -	} OCSP_REVOKEDINFO;
    +typedef struct ocsp_revoked_info_st {
    +    ASN1_GENERALIZEDTIME *revocationTime;
    +    ASN1_ENUMERATED *revocationReason;
    +} OCSP_REVOKEDINFO;
     
    -/*   CertStatus ::= CHOICE {
    +/*-  CertStatus ::= CHOICE {
      *       good                [0]     IMPLICIT NULL,
      *       revoked             [1]     IMPLICIT RevokedInfo,
      *       unknown             [2]     IMPLICIT UnknownInfo }
      */
    -#define V_OCSP_CERTSTATUS_GOOD    0
    -#define V_OCSP_CERTSTATUS_REVOKED 1
    -#define V_OCSP_CERTSTATUS_UNKNOWN 2
    -typedef struct ocsp_cert_status_st
    -	{
    -	int type;
    -	union	{
    -		ASN1_NULL *good;
    -		OCSP_REVOKEDINFO *revoked;
    -		ASN1_NULL *unknown;
    -		} value;
    -	} OCSP_CERTSTATUS;
    -
    -/*   SingleResponse ::= SEQUENCE {
    +# define V_OCSP_CERTSTATUS_GOOD    0
    +# define V_OCSP_CERTSTATUS_REVOKED 1
    +# define V_OCSP_CERTSTATUS_UNKNOWN 2
    +typedef struct ocsp_cert_status_st {
    +    int type;
    +    union {
    +        ASN1_NULL *good;
    +        OCSP_REVOKEDINFO *revoked;
    +        ASN1_NULL *unknown;
    +    } value;
    +} OCSP_CERTSTATUS;
    +
    +/*-  SingleResponse ::= SEQUENCE {
      *      certID                       CertID,
      *      certStatus                   CertStatus,
      *      thisUpdate                   GeneralizedTime,
      *      nextUpdate           [0]     EXPLICIT GeneralizedTime OPTIONAL,
      *      singleExtensions     [1]     EXPLICIT Extensions OPTIONAL }
      */
    -typedef struct ocsp_single_response_st
    -	{
    -	OCSP_CERTID *certId;
    -	OCSP_CERTSTATUS *certStatus;
    -	ASN1_GENERALIZEDTIME *thisUpdate;
    -	ASN1_GENERALIZEDTIME *nextUpdate;
    -	STACK_OF(X509_EXTENSION) *singleExtensions;
    -	} OCSP_SINGLERESP;
    +typedef struct ocsp_single_response_st {
    +    OCSP_CERTID *certId;
    +    OCSP_CERTSTATUS *certStatus;
    +    ASN1_GENERALIZEDTIME *thisUpdate;
    +    ASN1_GENERALIZEDTIME *nextUpdate;
    +    STACK_OF(X509_EXTENSION) *singleExtensions;
    +} OCSP_SINGLERESP;
     
     DECLARE_STACK_OF(OCSP_SINGLERESP)
     DECLARE_ASN1_SET_OF(OCSP_SINGLERESP)
     
    -/*   ResponseData ::= SEQUENCE {
    +/*-  ResponseData ::= SEQUENCE {
      *      version              [0] EXPLICIT Version DEFAULT v1,
      *      responderID              ResponderID,
      *      producedAt               GeneralizedTime,
      *      responses                SEQUENCE OF SingleResponse,
      *      responseExtensions   [1] EXPLICIT Extensions OPTIONAL }
      */
    -typedef struct ocsp_response_data_st
    -	{
    -	ASN1_INTEGER *version;
    -	OCSP_RESPID  *responderId;
    -	ASN1_GENERALIZEDTIME *producedAt;
    -	STACK_OF(OCSP_SINGLERESP) *responses;
    -	STACK_OF(X509_EXTENSION) *responseExtensions;
    -	} OCSP_RESPDATA;
    -
    -/*   BasicOCSPResponse       ::= SEQUENCE {
    +typedef struct ocsp_response_data_st {
    +    ASN1_INTEGER *version;
    +    OCSP_RESPID *responderId;
    +    ASN1_GENERALIZEDTIME *producedAt;
    +    STACK_OF(OCSP_SINGLERESP) *responses;
    +    STACK_OF(X509_EXTENSION) *responseExtensions;
    +} OCSP_RESPDATA;
    +
    +/*-  BasicOCSPResponse       ::= SEQUENCE {
      *      tbsResponseData      ResponseData,
      *      signatureAlgorithm   AlgorithmIdentifier,
      *      signature            BIT STRING,
      *      certs                [0] EXPLICIT SEQUENCE OF Certificate OPTIONAL }
      */
    -  /* Note 1:
    -     The value for "signature" is specified in the OCSP rfc2560 as follows:
    -     "The value for the signature SHALL be computed on the hash of the DER
    -     encoding ResponseData."  This means that you must hash the DER-encoded
    -     tbsResponseData, and then run it through a crypto-signing function, which
    -     will (at least w/RSA) do a hash-'n'-private-encrypt operation.  This seems
    -     a bit odd, but that's the spec.  Also note that the data structures do not
    -     leave anywhere to independently specify the algorithm used for the initial
    -     hash. So, we look at the signature-specification algorithm, and try to do
    -     something intelligent.	-- Kathy Weinhold, CertCo */
    -  /* Note 2:
    -     It seems that the mentioned passage from RFC 2560 (section 4.2.1) is open
    -     for interpretation.  I've done tests against another responder, and found
    -     that it doesn't do the double hashing that the RFC seems to say one
    -     should.  Therefore, all relevant functions take a flag saying which
    -     variant should be used.	-- Richard Levitte, OpenSSL team and CeloCom */
    -typedef struct ocsp_basic_response_st
    -	{
    -	OCSP_RESPDATA *tbsResponseData;
    -	X509_ALGOR *signatureAlgorithm;
    -	ASN1_BIT_STRING *signature;
    -	STACK_OF(X509) *certs;
    -	} OCSP_BASICRESP;
    -
    -/*
    +  /*
    +   * Note 1: The value for "signature" is specified in the OCSP rfc2560 as
    +   * follows: "The value for the signature SHALL be computed on the hash of
    +   * the DER encoding ResponseData." This means that you must hash the
    +   * DER-encoded tbsResponseData, and then run it through a crypto-signing
    +   * function, which will (at least w/RSA) do a hash-'n'-private-encrypt
    +   * operation.  This seems a bit odd, but that's the spec.  Also note that
    +   * the data structures do not leave anywhere to independently specify the
    +   * algorithm used for the initial hash. So, we look at the
    +   * signature-specification algorithm, and try to do something intelligent.
    +   * -- Kathy Weinhold, CertCo
    +   */
    +  /*
    +   * Note 2: It seems that the mentioned passage from RFC 2560 (section
    +   * 4.2.1) is open for interpretation.  I've done tests against another
    +   * responder, and found that it doesn't do the double hashing that the RFC
    +   * seems to say one should.  Therefore, all relevant functions take a flag
    +   * saying which variant should be used.  -- Richard Levitte, OpenSSL team
    +   * and CeloCom
    +   */
    +typedef struct ocsp_basic_response_st {
    +    OCSP_RESPDATA *tbsResponseData;
    +    X509_ALGOR *signatureAlgorithm;
    +    ASN1_BIT_STRING *signature;
    +    STACK_OF(X509) *certs;
    +} OCSP_BASICRESP;
    +
    +/*-
      *   CRLReason ::= ENUMERATED {
      *        unspecified             (0),
      *        keyCompromise           (1),
    @@ -319,103 +312,114 @@ typedef struct ocsp_basic_response_st
      *        certificateHold         (6),
      *        removeFromCRL           (8) }
      */
    -#define OCSP_REVOKED_STATUS_NOSTATUS               -1
    -#define OCSP_REVOKED_STATUS_UNSPECIFIED             0
    -#define OCSP_REVOKED_STATUS_KEYCOMPROMISE           1
    -#define OCSP_REVOKED_STATUS_CACOMPROMISE            2
    -#define OCSP_REVOKED_STATUS_AFFILIATIONCHANGED      3
    -#define OCSP_REVOKED_STATUS_SUPERSEDED              4
    -#define OCSP_REVOKED_STATUS_CESSATIONOFOPERATION    5
    -#define OCSP_REVOKED_STATUS_CERTIFICATEHOLD         6
    -#define OCSP_REVOKED_STATUS_REMOVEFROMCRL           8
    -
    -/* CrlID ::= SEQUENCE {
    +# define OCSP_REVOKED_STATUS_NOSTATUS               -1
    +# define OCSP_REVOKED_STATUS_UNSPECIFIED             0
    +# define OCSP_REVOKED_STATUS_KEYCOMPROMISE           1
    +# define OCSP_REVOKED_STATUS_CACOMPROMISE            2
    +# define OCSP_REVOKED_STATUS_AFFILIATIONCHANGED      3
    +# define OCSP_REVOKED_STATUS_SUPERSEDED              4
    +# define OCSP_REVOKED_STATUS_CESSATIONOFOPERATION    5
    +# define OCSP_REVOKED_STATUS_CERTIFICATEHOLD         6
    +# define OCSP_REVOKED_STATUS_REMOVEFROMCRL           8
    +
    +/*-
    + * CrlID ::= SEQUENCE {
      *     crlUrl               [0]     EXPLICIT IA5String OPTIONAL,
      *     crlNum               [1]     EXPLICIT INTEGER OPTIONAL,
      *     crlTime              [2]     EXPLICIT GeneralizedTime OPTIONAL }
      */
    -typedef struct ocsp_crl_id_st
    -        {
    -	ASN1_IA5STRING *crlUrl;
    -	ASN1_INTEGER *crlNum;
    -	ASN1_GENERALIZEDTIME *crlTime;
    -        } OCSP_CRLID;
    -
    -/* ServiceLocator ::= SEQUENCE {
    +typedef struct ocsp_crl_id_st {
    +    ASN1_IA5STRING *crlUrl;
    +    ASN1_INTEGER *crlNum;
    +    ASN1_GENERALIZEDTIME *crlTime;
    +} OCSP_CRLID;
    +
    +/*-
    + * ServiceLocator ::= SEQUENCE {
      *      issuer    Name,
      *      locator   AuthorityInfoAccessSyntax OPTIONAL }
      */
    -typedef struct ocsp_service_locator_st
    -        {
    -	X509_NAME* issuer;
    -	STACK_OF(ACCESS_DESCRIPTION) *locator;
    -        } OCSP_SERVICELOC;
    - 
    -#define PEM_STRING_OCSP_REQUEST	"OCSP REQUEST"
    -#define PEM_STRING_OCSP_RESPONSE "OCSP RESPONSE"
    +typedef struct ocsp_service_locator_st {
    +    X509_NAME *issuer;
    +    STACK_OF(ACCESS_DESCRIPTION) *locator;
    +} OCSP_SERVICELOC;
     
    -#define d2i_OCSP_REQUEST_bio(bp,p) ASN1_d2i_bio_of(OCSP_REQUEST,OCSP_REQUEST_new,d2i_OCSP_REQUEST,bp,p)
    +# define PEM_STRING_OCSP_REQUEST "OCSP REQUEST"
    +# define PEM_STRING_OCSP_RESPONSE "OCSP RESPONSE"
     
    -#define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p)
    +# define d2i_OCSP_REQUEST_bio(bp,p) ASN1_d2i_bio_of(OCSP_REQUEST,OCSP_REQUEST_new,d2i_OCSP_REQUEST,bp,p)
     
    -#define	PEM_read_bio_OCSP_REQUEST(bp,x,cb) (OCSP_REQUEST *)PEM_ASN1_read_bio( \
    +# define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p)
    +
    +# define PEM_read_bio_OCSP_REQUEST(bp,x,cb) (OCSP_REQUEST *)PEM_ASN1_read_bio( \
          (char *(*)())d2i_OCSP_REQUEST,PEM_STRING_OCSP_REQUEST,bp,(char **)x,cb,NULL)
     
    -#define	PEM_read_bio_OCSP_RESPONSE(bp,x,cb)(OCSP_RESPONSE *)PEM_ASN1_read_bio(\
    +# define PEM_read_bio_OCSP_RESPONSE(bp,x,cb)(OCSP_RESPONSE *)PEM_ASN1_read_bio(\
          (char *(*)())d2i_OCSP_RESPONSE,PEM_STRING_OCSP_RESPONSE,bp,(char **)x,cb,NULL)
     
    -#define PEM_write_bio_OCSP_REQUEST(bp,o) \
    +# define PEM_write_bio_OCSP_REQUEST(bp,o) \
         PEM_ASN1_write_bio((int (*)())i2d_OCSP_REQUEST,PEM_STRING_OCSP_REQUEST,\
    -			bp,(char *)o, NULL,NULL,0,NULL,NULL)
    +                        bp,(char *)o, NULL,NULL,0,NULL,NULL)
     
    -#define PEM_write_bio_OCSP_RESPONSE(bp,o) \
    +# define PEM_write_bio_OCSP_RESPONSE(bp,o) \
         PEM_ASN1_write_bio((int (*)())i2d_OCSP_RESPONSE,PEM_STRING_OCSP_RESPONSE,\
    -			bp,(char *)o, NULL,NULL,0,NULL,NULL)
    +                        bp,(char *)o, NULL,NULL,0,NULL,NULL)
     
    -#define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o)
    +# define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o)
     
    -#define i2d_OCSP_REQUEST_bio(bp,o) ASN1_i2d_bio_of(OCSP_REQUEST,i2d_OCSP_REQUEST,bp,o)
    +# define i2d_OCSP_REQUEST_bio(bp,o) ASN1_i2d_bio_of(OCSP_REQUEST,i2d_OCSP_REQUEST,bp,o)
     
    -#define OCSP_REQUEST_sign(o,pkey,md) \
    -	ASN1_item_sign(ASN1_ITEM_rptr(OCSP_REQINFO),\
    -		o->optionalSignature->signatureAlgorithm,NULL,\
    -	        o->optionalSignature->signature,o->tbsRequest,pkey,md)
    +# define OCSP_REQUEST_sign(o,pkey,md) \
    +        ASN1_item_sign(ASN1_ITEM_rptr(OCSP_REQINFO),\
    +                o->optionalSignature->signatureAlgorithm,NULL,\
    +                o->optionalSignature->signature,o->tbsRequest,pkey,md)
     
    -#define OCSP_BASICRESP_sign(o,pkey,md,d) \
    -	ASN1_item_sign(ASN1_ITEM_rptr(OCSP_RESPDATA),o->signatureAlgorithm,NULL,\
    -		o->signature,o->tbsResponseData,pkey,md)
    +# define OCSP_BASICRESP_sign(o,pkey,md,d) \
    +        ASN1_item_sign(ASN1_ITEM_rptr(OCSP_RESPDATA),o->signatureAlgorithm,NULL,\
    +                o->signature,o->tbsResponseData,pkey,md)
     
    -#define OCSP_REQUEST_verify(a,r) ASN1_item_verify(ASN1_ITEM_rptr(OCSP_REQINFO),\
    +# define OCSP_REQUEST_verify(a,r) ASN1_item_verify(ASN1_ITEM_rptr(OCSP_REQINFO),\
             a->optionalSignature->signatureAlgorithm,\
    -	a->optionalSignature->signature,a->tbsRequest,r)
    +        a->optionalSignature->signature,a->tbsRequest,r)
     
    -#define OCSP_BASICRESP_verify(a,r,d) ASN1_item_verify(ASN1_ITEM_rptr(OCSP_RESPDATA),\
    -	a->signatureAlgorithm,a->signature,a->tbsResponseData,r)
    +# define OCSP_BASICRESP_verify(a,r,d) ASN1_item_verify(ASN1_ITEM_rptr(OCSP_RESPDATA),\
    +        a->signatureAlgorithm,a->signature,a->tbsResponseData,r)
     
    -#define ASN1_BIT_STRING_digest(data,type,md,len) \
    -	ASN1_item_digest(ASN1_ITEM_rptr(ASN1_BIT_STRING),type,data,md,len)
    +# define ASN1_BIT_STRING_digest(data,type,md,len) \
    +        ASN1_item_digest(ASN1_ITEM_rptr(ASN1_BIT_STRING),type,data,md,len)
     
    -#define OCSP_CERTSTATUS_dup(cs)\
    +# define OCSP_CERTSTATUS_dup(cs)\
                     (OCSP_CERTSTATUS*)ASN1_dup((int(*)())i2d_OCSP_CERTSTATUS,\
    -		(char *(*)())d2i_OCSP_CERTSTATUS,(char *)(cs))
    +                (char *(*)())d2i_OCSP_CERTSTATUS,(char *)(cs))
     
     OCSP_CERTID *OCSP_CERTID_dup(OCSP_CERTID *id);
     
    -OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, char *path, OCSP_REQUEST *req);
    -OCSP_REQ_CTX *OCSP_sendreq_new(BIO *io, char *path, OCSP_REQUEST *req,
    -								int maxline);
    +OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req);
    +OCSP_REQ_CTX *OCSP_sendreq_new(BIO *io, const char *path, OCSP_REQUEST *req,
    +                               int maxline);
    +int OCSP_REQ_CTX_nbio(OCSP_REQ_CTX *rctx);
     int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx);
    +OCSP_REQ_CTX *OCSP_REQ_CTX_new(BIO *io, int maxline);
     void OCSP_REQ_CTX_free(OCSP_REQ_CTX *rctx);
    +void OCSP_set_max_response_length(OCSP_REQ_CTX *rctx, unsigned long len);
    +int OCSP_REQ_CTX_i2d(OCSP_REQ_CTX *rctx, const ASN1_ITEM *it,
    +                     ASN1_VALUE *val);
    +int OCSP_REQ_CTX_nbio_d2i(OCSP_REQ_CTX *rctx, ASN1_VALUE **pval,
    +                          const ASN1_ITEM *it);
    +BIO *OCSP_REQ_CTX_get0_mem_bio(OCSP_REQ_CTX *rctx);
    +int OCSP_REQ_CTX_i2d(OCSP_REQ_CTX *rctx, const ASN1_ITEM *it,
    +                     ASN1_VALUE *val);
    +int OCSP_REQ_CTX_http(OCSP_REQ_CTX *rctx, const char *op, const char *path);
     int OCSP_REQ_CTX_set1_req(OCSP_REQ_CTX *rctx, OCSP_REQUEST *req);
     int OCSP_REQ_CTX_add1_header(OCSP_REQ_CTX *rctx,
    -		const char *name, const char *value);
    +                             const char *name, const char *value);
     
     OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, X509 *subject, X509 *issuer);
     
    -OCSP_CERTID *OCSP_cert_id_new(const EVP_MD *dgst, 
    -			      X509_NAME *issuerName, 
    -			      ASN1_BIT_STRING* issuerKey, 
    -			      ASN1_INTEGER *serialNumber);
    +OCSP_CERTID *OCSP_cert_id_new(const EVP_MD *dgst,
    +                              X509_NAME *issuerName,
    +                              ASN1_BIT_STRING *issuerKey,
    +                              ASN1_INTEGER *serialNumber);
     
     OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid);
     
    @@ -427,12 +431,11 @@ int OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req);
     int OCSP_request_set1_name(OCSP_REQUEST *req, X509_NAME *nm);
     int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert);
     
    -int OCSP_request_sign(OCSP_REQUEST   *req,
    -		      X509           *signer,
    -		      EVP_PKEY       *key,
    -		      const EVP_MD   *dgst,
    -		      STACK_OF(X509) *certs,
    -		      unsigned long flags);
    +int OCSP_request_sign(OCSP_REQUEST *req,
    +                      X509 *signer,
    +                      EVP_PKEY *key,
    +                      const EVP_MD *dgst,
    +                      STACK_OF(X509) *certs, unsigned long flags);
     
     int OCSP_response_status(OCSP_RESPONSE *resp);
     OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp);
    @@ -441,21 +444,22 @@ int OCSP_resp_count(OCSP_BASICRESP *bs);
     OCSP_SINGLERESP *OCSP_resp_get0(OCSP_BASICRESP *bs, int idx);
     int OCSP_resp_find(OCSP_BASICRESP *bs, OCSP_CERTID *id, int last);
     int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason,
    -				ASN1_GENERALIZEDTIME **revtime,
    -				ASN1_GENERALIZEDTIME **thisupd,
    -				ASN1_GENERALIZEDTIME **nextupd);
    +                            ASN1_GENERALIZEDTIME **revtime,
    +                            ASN1_GENERALIZEDTIME **thisupd,
    +                            ASN1_GENERALIZEDTIME **nextupd);
     int OCSP_resp_find_status(OCSP_BASICRESP *bs, OCSP_CERTID *id, int *status,
    -				int *reason,
    -				ASN1_GENERALIZEDTIME **revtime,
    -				ASN1_GENERALIZEDTIME **thisupd,
    -				ASN1_GENERALIZEDTIME **nextupd);
    +                          int *reason,
    +                          ASN1_GENERALIZEDTIME **revtime,
    +                          ASN1_GENERALIZEDTIME **thisupd,
    +                          ASN1_GENERALIZEDTIME **nextupd);
     int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd,
    -			ASN1_GENERALIZEDTIME *nextupd,
    -			long sec, long maxsec);
    +                        ASN1_GENERALIZEDTIME *nextupd, long sec, long maxsec);
     
    -int OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs, X509_STORE *store, unsigned long flags);
    +int OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs,
    +                        X509_STORE *store, unsigned long flags);
     
    -int OCSP_parse_url(char *url, char **phost, char **pport, char **ppath, int *pssl);
    +int OCSP_parse_url(const char *url, char **phost, char **pport, char **ppath,
    +                   int *pssl);
     
     int OCSP_id_issuer_cmp(OCSP_CERTID *a, OCSP_CERTID *b);
     int OCSP_id_cmp(OCSP_CERTID *a, OCSP_CERTID *b);
    @@ -464,37 +468,40 @@ int OCSP_request_onereq_count(OCSP_REQUEST *req);
     OCSP_ONEREQ *OCSP_request_onereq_get0(OCSP_REQUEST *req, int i);
     OCSP_CERTID *OCSP_onereq_get0_id(OCSP_ONEREQ *one);
     int OCSP_id_get0_info(ASN1_OCTET_STRING **piNameHash, ASN1_OBJECT **pmd,
    -			ASN1_OCTET_STRING **pikeyHash,
    -			ASN1_INTEGER **pserial, OCSP_CERTID *cid);
    +                      ASN1_OCTET_STRING **pikeyHash,
    +                      ASN1_INTEGER **pserial, OCSP_CERTID *cid);
     int OCSP_request_is_signed(OCSP_REQUEST *req);
     OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs);
     OCSP_SINGLERESP *OCSP_basic_add1_status(OCSP_BASICRESP *rsp,
    -						OCSP_CERTID *cid,
    -						int status, int reason,
    -						ASN1_TIME *revtime,
    -					ASN1_TIME *thisupd, ASN1_TIME *nextupd);
    +                                        OCSP_CERTID *cid,
    +                                        int status, int reason,
    +                                        ASN1_TIME *revtime,
    +                                        ASN1_TIME *thisupd,
    +                                        ASN1_TIME *nextupd);
     int OCSP_basic_add1_cert(OCSP_BASICRESP *resp, X509 *cert);
    -int OCSP_basic_sign(OCSP_BASICRESP *brsp, 
    -			X509 *signer, EVP_PKEY *key, const EVP_MD *dgst,
    -			STACK_OF(X509) *certs, unsigned long flags);
    +int OCSP_basic_sign(OCSP_BASICRESP *brsp,
    +                    X509 *signer, EVP_PKEY *key, const EVP_MD *dgst,
    +                    STACK_OF(X509) *certs, unsigned long flags);
     
     X509_EXTENSION *OCSP_crlID_new(char *url, long *n, char *tim);
     
     X509_EXTENSION *OCSP_accept_responses_new(char **oids);
     
    -X509_EXTENSION *OCSP_archive_cutoff_new(char* tim);
    +X509_EXTENSION *OCSP_archive_cutoff_new(char *tim);
     
    -X509_EXTENSION *OCSP_url_svcloc_new(X509_NAME* issuer, char **urls);
    +X509_EXTENSION *OCSP_url_svcloc_new(X509_NAME *issuer, char **urls);
     
     int OCSP_REQUEST_get_ext_count(OCSP_REQUEST *x);
     int OCSP_REQUEST_get_ext_by_NID(OCSP_REQUEST *x, int nid, int lastpos);
    -int OCSP_REQUEST_get_ext_by_OBJ(OCSP_REQUEST *x, ASN1_OBJECT *obj, int lastpos);
    +int OCSP_REQUEST_get_ext_by_OBJ(OCSP_REQUEST *x, ASN1_OBJECT *obj,
    +                                int lastpos);
     int OCSP_REQUEST_get_ext_by_critical(OCSP_REQUEST *x, int crit, int lastpos);
     X509_EXTENSION *OCSP_REQUEST_get_ext(OCSP_REQUEST *x, int loc);
     X509_EXTENSION *OCSP_REQUEST_delete_ext(OCSP_REQUEST *x, int loc);
    -void *OCSP_REQUEST_get1_ext_d2i(OCSP_REQUEST *x, int nid, int *crit, int *idx);
    +void *OCSP_REQUEST_get1_ext_d2i(OCSP_REQUEST *x, int nid, int *crit,
    +                                int *idx);
     int OCSP_REQUEST_add1_ext_i2d(OCSP_REQUEST *x, int nid, void *value, int crit,
    -							unsigned long flags);
    +                              unsigned long flags);
     int OCSP_REQUEST_add_ext(OCSP_REQUEST *x, X509_EXTENSION *ex, int loc);
     
     int OCSP_ONEREQ_get_ext_count(OCSP_ONEREQ *x);
    @@ -505,29 +512,35 @@ X509_EXTENSION *OCSP_ONEREQ_get_ext(OCSP_ONEREQ *x, int loc);
     X509_EXTENSION *OCSP_ONEREQ_delete_ext(OCSP_ONEREQ *x, int loc);
     void *OCSP_ONEREQ_get1_ext_d2i(OCSP_ONEREQ *x, int nid, int *crit, int *idx);
     int OCSP_ONEREQ_add1_ext_i2d(OCSP_ONEREQ *x, int nid, void *value, int crit,
    -							unsigned long flags);
    +                             unsigned long flags);
     int OCSP_ONEREQ_add_ext(OCSP_ONEREQ *x, X509_EXTENSION *ex, int loc);
     
     int OCSP_BASICRESP_get_ext_count(OCSP_BASICRESP *x);
     int OCSP_BASICRESP_get_ext_by_NID(OCSP_BASICRESP *x, int nid, int lastpos);
    -int OCSP_BASICRESP_get_ext_by_OBJ(OCSP_BASICRESP *x, ASN1_OBJECT *obj, int lastpos);
    -int OCSP_BASICRESP_get_ext_by_critical(OCSP_BASICRESP *x, int crit, int lastpos);
    +int OCSP_BASICRESP_get_ext_by_OBJ(OCSP_BASICRESP *x, ASN1_OBJECT *obj,
    +                                  int lastpos);
    +int OCSP_BASICRESP_get_ext_by_critical(OCSP_BASICRESP *x, int crit,
    +                                       int lastpos);
     X509_EXTENSION *OCSP_BASICRESP_get_ext(OCSP_BASICRESP *x, int loc);
     X509_EXTENSION *OCSP_BASICRESP_delete_ext(OCSP_BASICRESP *x, int loc);
    -void *OCSP_BASICRESP_get1_ext_d2i(OCSP_BASICRESP *x, int nid, int *crit, int *idx);
    -int OCSP_BASICRESP_add1_ext_i2d(OCSP_BASICRESP *x, int nid, void *value, int crit,
    -							unsigned long flags);
    +void *OCSP_BASICRESP_get1_ext_d2i(OCSP_BASICRESP *x, int nid, int *crit,
    +                                  int *idx);
    +int OCSP_BASICRESP_add1_ext_i2d(OCSP_BASICRESP *x, int nid, void *value,
    +                                int crit, unsigned long flags);
     int OCSP_BASICRESP_add_ext(OCSP_BASICRESP *x, X509_EXTENSION *ex, int loc);
     
     int OCSP_SINGLERESP_get_ext_count(OCSP_SINGLERESP *x);
     int OCSP_SINGLERESP_get_ext_by_NID(OCSP_SINGLERESP *x, int nid, int lastpos);
    -int OCSP_SINGLERESP_get_ext_by_OBJ(OCSP_SINGLERESP *x, ASN1_OBJECT *obj, int lastpos);
    -int OCSP_SINGLERESP_get_ext_by_critical(OCSP_SINGLERESP *x, int crit, int lastpos);
    +int OCSP_SINGLERESP_get_ext_by_OBJ(OCSP_SINGLERESP *x, ASN1_OBJECT *obj,
    +                                   int lastpos);
    +int OCSP_SINGLERESP_get_ext_by_critical(OCSP_SINGLERESP *x, int crit,
    +                                        int lastpos);
     X509_EXTENSION *OCSP_SINGLERESP_get_ext(OCSP_SINGLERESP *x, int loc);
     X509_EXTENSION *OCSP_SINGLERESP_delete_ext(OCSP_SINGLERESP *x, int loc);
    -void *OCSP_SINGLERESP_get1_ext_d2i(OCSP_SINGLERESP *x, int nid, int *crit, int *idx);
    -int OCSP_SINGLERESP_add1_ext_i2d(OCSP_SINGLERESP *x, int nid, void *value, int crit,
    -							unsigned long flags);
    +void *OCSP_SINGLERESP_get1_ext_d2i(OCSP_SINGLERESP *x, int nid, int *crit,
    +                                   int *idx);
    +int OCSP_SINGLERESP_add1_ext_i2d(OCSP_SINGLERESP *x, int nid, void *value,
    +                                 int crit, unsigned long flags);
     int OCSP_SINGLERESP_add_ext(OCSP_SINGLERESP *x, X509_EXTENSION *ex, int loc);
     
     DECLARE_ASN1_FUNCTIONS(OCSP_SINGLERESP)
    @@ -550,14 +563,15 @@ const char *OCSP_response_status_str(long s);
     const char *OCSP_cert_status_str(long s);
     const char *OCSP_crl_reason_str(long s);
     
    -int OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST* a, unsigned long flags);
    -int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE* o, unsigned long flags);
    +int OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST *a, unsigned long flags);
    +int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE *o, unsigned long flags);
     
     int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *certs,
    -				X509_STORE *st, unsigned long flags);
    +                      X509_STORE *st, unsigned long flags);
     
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     void ERR_load_OCSP_strings(void);
    @@ -565,57 +579,57 @@ void ERR_load_OCSP_strings(void);
     /* Error codes for the OCSP functions. */
     
     /* Function codes. */
    -#define OCSP_F_ASN1_STRING_ENCODE			 100
    -#define OCSP_F_D2I_OCSP_NONCE				 102
    -#define OCSP_F_OCSP_BASIC_ADD1_STATUS			 103
    -#define OCSP_F_OCSP_BASIC_SIGN				 104
    -#define OCSP_F_OCSP_BASIC_VERIFY			 105
    -#define OCSP_F_OCSP_CERT_ID_NEW				 101
    -#define OCSP_F_OCSP_CHECK_DELEGATED			 106
    -#define OCSP_F_OCSP_CHECK_IDS				 107
    -#define OCSP_F_OCSP_CHECK_ISSUER			 108
    -#define OCSP_F_OCSP_CHECK_VALIDITY			 115
    -#define OCSP_F_OCSP_MATCH_ISSUERID			 109
    -#define OCSP_F_OCSP_PARSE_URL				 114
    -#define OCSP_F_OCSP_REQUEST_SIGN			 110
    -#define OCSP_F_OCSP_REQUEST_VERIFY			 116
    -#define OCSP_F_OCSP_RESPONSE_GET1_BASIC			 111
    -#define OCSP_F_OCSP_SENDREQ_BIO				 112
    -#define OCSP_F_OCSP_SENDREQ_NBIO			 117
    -#define OCSP_F_PARSE_HTTP_LINE1				 118
    -#define OCSP_F_REQUEST_VERIFY				 113
    +# define OCSP_F_ASN1_STRING_ENCODE                        100
    +# define OCSP_F_D2I_OCSP_NONCE                            102
    +# define OCSP_F_OCSP_BASIC_ADD1_STATUS                    103
    +# define OCSP_F_OCSP_BASIC_SIGN                           104
    +# define OCSP_F_OCSP_BASIC_VERIFY                         105
    +# define OCSP_F_OCSP_CERT_ID_NEW                          101
    +# define OCSP_F_OCSP_CHECK_DELEGATED                      106
    +# define OCSP_F_OCSP_CHECK_IDS                            107
    +# define OCSP_F_OCSP_CHECK_ISSUER                         108
    +# define OCSP_F_OCSP_CHECK_VALIDITY                       115
    +# define OCSP_F_OCSP_MATCH_ISSUERID                       109
    +# define OCSP_F_OCSP_PARSE_URL                            114
    +# define OCSP_F_OCSP_REQUEST_SIGN                         110
    +# define OCSP_F_OCSP_REQUEST_VERIFY                       116
    +# define OCSP_F_OCSP_RESPONSE_GET1_BASIC                  111
    +# define OCSP_F_OCSP_SENDREQ_BIO                          112
    +# define OCSP_F_OCSP_SENDREQ_NBIO                         117
    +# define OCSP_F_PARSE_HTTP_LINE1                          118
    +# define OCSP_F_REQUEST_VERIFY                            113
     
     /* Reason codes. */
    -#define OCSP_R_BAD_DATA					 100
    -#define OCSP_R_CERTIFICATE_VERIFY_ERROR			 101
    -#define OCSP_R_DIGEST_ERR				 102
    -#define OCSP_R_ERROR_IN_NEXTUPDATE_FIELD		 122
    -#define OCSP_R_ERROR_IN_THISUPDATE_FIELD		 123
    -#define OCSP_R_ERROR_PARSING_URL			 121
    -#define OCSP_R_MISSING_OCSPSIGNING_USAGE		 103
    -#define OCSP_R_NEXTUPDATE_BEFORE_THISUPDATE		 124
    -#define OCSP_R_NOT_BASIC_RESPONSE			 104
    -#define OCSP_R_NO_CERTIFICATES_IN_CHAIN			 105
    -#define OCSP_R_NO_CONTENT				 106
    -#define OCSP_R_NO_PUBLIC_KEY				 107
    -#define OCSP_R_NO_RESPONSE_DATA				 108
    -#define OCSP_R_NO_REVOKED_TIME				 109
    -#define OCSP_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE	 110
    -#define OCSP_R_REQUEST_NOT_SIGNED			 128
    -#define OCSP_R_RESPONSE_CONTAINS_NO_REVOCATION_DATA	 111
    -#define OCSP_R_ROOT_CA_NOT_TRUSTED			 112
    -#define OCSP_R_SERVER_READ_ERROR			 113
    -#define OCSP_R_SERVER_RESPONSE_ERROR			 114
    -#define OCSP_R_SERVER_RESPONSE_PARSE_ERROR		 115
    -#define OCSP_R_SERVER_WRITE_ERROR			 116
    -#define OCSP_R_SIGNATURE_FAILURE			 117
    -#define OCSP_R_SIGNER_CERTIFICATE_NOT_FOUND		 118
    -#define OCSP_R_STATUS_EXPIRED				 125
    -#define OCSP_R_STATUS_NOT_YET_VALID			 126
    -#define OCSP_R_STATUS_TOO_OLD				 127
    -#define OCSP_R_UNKNOWN_MESSAGE_DIGEST			 119
    -#define OCSP_R_UNKNOWN_NID				 120
    -#define OCSP_R_UNSUPPORTED_REQUESTORNAME_TYPE		 129
    +# define OCSP_R_BAD_DATA                                  100
    +# define OCSP_R_CERTIFICATE_VERIFY_ERROR                  101
    +# define OCSP_R_DIGEST_ERR                                102
    +# define OCSP_R_ERROR_IN_NEXTUPDATE_FIELD                 122
    +# define OCSP_R_ERROR_IN_THISUPDATE_FIELD                 123
    +# define OCSP_R_ERROR_PARSING_URL                         121
    +# define OCSP_R_MISSING_OCSPSIGNING_USAGE                 103
    +# define OCSP_R_NEXTUPDATE_BEFORE_THISUPDATE              124
    +# define OCSP_R_NOT_BASIC_RESPONSE                        104
    +# define OCSP_R_NO_CERTIFICATES_IN_CHAIN                  105
    +# define OCSP_R_NO_CONTENT                                106
    +# define OCSP_R_NO_PUBLIC_KEY                             107
    +# define OCSP_R_NO_RESPONSE_DATA                          108
    +# define OCSP_R_NO_REVOKED_TIME                           109
    +# define OCSP_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE    110
    +# define OCSP_R_REQUEST_NOT_SIGNED                        128
    +# define OCSP_R_RESPONSE_CONTAINS_NO_REVOCATION_DATA      111
    +# define OCSP_R_ROOT_CA_NOT_TRUSTED                       112
    +# define OCSP_R_SERVER_READ_ERROR                         113
    +# define OCSP_R_SERVER_RESPONSE_ERROR                     114
    +# define OCSP_R_SERVER_RESPONSE_PARSE_ERROR               115
    +# define OCSP_R_SERVER_WRITE_ERROR                        116
    +# define OCSP_R_SIGNATURE_FAILURE                         117
    +# define OCSP_R_SIGNER_CERTIFICATE_NOT_FOUND              118
    +# define OCSP_R_STATUS_EXPIRED                            125
    +# define OCSP_R_STATUS_NOT_YET_VALID                      126
    +# define OCSP_R_STATUS_TOO_OLD                            127
    +# define OCSP_R_UNKNOWN_MESSAGE_DIGEST                    119
    +# define OCSP_R_UNKNOWN_NID                               120
    +# define OCSP_R_UNSUPPORTED_REQUESTORNAME_TYPE            129
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/ocsp/ocsp_asn.c b/openssl/crypto/ocsp/ocsp_asn.c
    index bfe892ac7..e2e52e77a 100644
    --- a/openssl/crypto/ocsp/ocsp_asn.c
    +++ b/openssl/crypto/ocsp/ocsp_asn.c
    @@ -1,6 +1,7 @@
     /* ocsp_asn.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 2000 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -60,41 +61,41 @@
     #include 
     
     ASN1_SEQUENCE(OCSP_SIGNATURE) = {
    -	ASN1_SIMPLE(OCSP_SIGNATURE, signatureAlgorithm, X509_ALGOR),
    -	ASN1_SIMPLE(OCSP_SIGNATURE, signature, ASN1_BIT_STRING),
    -	ASN1_EXP_SEQUENCE_OF_OPT(OCSP_SIGNATURE, certs, X509, 0)
    +        ASN1_SIMPLE(OCSP_SIGNATURE, signatureAlgorithm, X509_ALGOR),
    +        ASN1_SIMPLE(OCSP_SIGNATURE, signature, ASN1_BIT_STRING),
    +        ASN1_EXP_SEQUENCE_OF_OPT(OCSP_SIGNATURE, certs, X509, 0)
     } ASN1_SEQUENCE_END(OCSP_SIGNATURE)
     
     IMPLEMENT_ASN1_FUNCTIONS(OCSP_SIGNATURE)
     
     ASN1_SEQUENCE(OCSP_CERTID) = {
    -	ASN1_SIMPLE(OCSP_CERTID, hashAlgorithm, X509_ALGOR),
    -	ASN1_SIMPLE(OCSP_CERTID, issuerNameHash, ASN1_OCTET_STRING),
    -	ASN1_SIMPLE(OCSP_CERTID, issuerKeyHash, ASN1_OCTET_STRING),
    -	ASN1_SIMPLE(OCSP_CERTID, serialNumber, ASN1_INTEGER)
    +        ASN1_SIMPLE(OCSP_CERTID, hashAlgorithm, X509_ALGOR),
    +        ASN1_SIMPLE(OCSP_CERTID, issuerNameHash, ASN1_OCTET_STRING),
    +        ASN1_SIMPLE(OCSP_CERTID, issuerKeyHash, ASN1_OCTET_STRING),
    +        ASN1_SIMPLE(OCSP_CERTID, serialNumber, ASN1_INTEGER)
     } ASN1_SEQUENCE_END(OCSP_CERTID)
     
     IMPLEMENT_ASN1_FUNCTIONS(OCSP_CERTID)
     
     ASN1_SEQUENCE(OCSP_ONEREQ) = {
    -	ASN1_SIMPLE(OCSP_ONEREQ, reqCert, OCSP_CERTID),
    -	ASN1_EXP_SEQUENCE_OF_OPT(OCSP_ONEREQ, singleRequestExtensions, X509_EXTENSION, 0)
    +        ASN1_SIMPLE(OCSP_ONEREQ, reqCert, OCSP_CERTID),
    +        ASN1_EXP_SEQUENCE_OF_OPT(OCSP_ONEREQ, singleRequestExtensions, X509_EXTENSION, 0)
     } ASN1_SEQUENCE_END(OCSP_ONEREQ)
     
     IMPLEMENT_ASN1_FUNCTIONS(OCSP_ONEREQ)
     
     ASN1_SEQUENCE(OCSP_REQINFO) = {
    -	ASN1_EXP_OPT(OCSP_REQINFO, version, ASN1_INTEGER, 0),
    -	ASN1_EXP_OPT(OCSP_REQINFO, requestorName, GENERAL_NAME, 1),
    -	ASN1_SEQUENCE_OF(OCSP_REQINFO, requestList, OCSP_ONEREQ),
    -	ASN1_EXP_SEQUENCE_OF_OPT(OCSP_REQINFO, requestExtensions, X509_EXTENSION, 2)
    +        ASN1_EXP_OPT(OCSP_REQINFO, version, ASN1_INTEGER, 0),
    +        ASN1_EXP_OPT(OCSP_REQINFO, requestorName, GENERAL_NAME, 1),
    +        ASN1_SEQUENCE_OF(OCSP_REQINFO, requestList, OCSP_ONEREQ),
    +        ASN1_EXP_SEQUENCE_OF_OPT(OCSP_REQINFO, requestExtensions, X509_EXTENSION, 2)
     } ASN1_SEQUENCE_END(OCSP_REQINFO)
     
     IMPLEMENT_ASN1_FUNCTIONS(OCSP_REQINFO)
     
     ASN1_SEQUENCE(OCSP_REQUEST) = {
    -	ASN1_SIMPLE(OCSP_REQUEST, tbsRequest, OCSP_REQINFO),
    -	ASN1_EXP_OPT(OCSP_REQUEST, optionalSignature, OCSP_SIGNATURE, 0)
    +        ASN1_SIMPLE(OCSP_REQUEST, tbsRequest, OCSP_REQINFO),
    +        ASN1_EXP_OPT(OCSP_REQUEST, optionalSignature, OCSP_SIGNATURE, 0)
     } ASN1_SEQUENCE_END(OCSP_REQUEST)
     
     IMPLEMENT_ASN1_FUNCTIONS(OCSP_REQUEST)
    @@ -102,81 +103,81 @@ IMPLEMENT_ASN1_FUNCTIONS(OCSP_REQUEST)
     /* OCSP_RESPONSE templates */
     
     ASN1_SEQUENCE(OCSP_RESPBYTES) = {
    -	    ASN1_SIMPLE(OCSP_RESPBYTES, responseType, ASN1_OBJECT),
    -	    ASN1_SIMPLE(OCSP_RESPBYTES, response, ASN1_OCTET_STRING)
    +            ASN1_SIMPLE(OCSP_RESPBYTES, responseType, ASN1_OBJECT),
    +            ASN1_SIMPLE(OCSP_RESPBYTES, response, ASN1_OCTET_STRING)
     } ASN1_SEQUENCE_END(OCSP_RESPBYTES)
     
     IMPLEMENT_ASN1_FUNCTIONS(OCSP_RESPBYTES)
     
     ASN1_SEQUENCE(OCSP_RESPONSE) = {
    -	ASN1_SIMPLE(OCSP_RESPONSE, responseStatus, ASN1_ENUMERATED),
    -	ASN1_EXP_OPT(OCSP_RESPONSE, responseBytes, OCSP_RESPBYTES, 0)
    +        ASN1_SIMPLE(OCSP_RESPONSE, responseStatus, ASN1_ENUMERATED),
    +        ASN1_EXP_OPT(OCSP_RESPONSE, responseBytes, OCSP_RESPBYTES, 0)
     } ASN1_SEQUENCE_END(OCSP_RESPONSE)
     
     IMPLEMENT_ASN1_FUNCTIONS(OCSP_RESPONSE)
     
     ASN1_CHOICE(OCSP_RESPID) = {
    -	   ASN1_EXP(OCSP_RESPID, value.byName, X509_NAME, 1),
    -	   ASN1_EXP(OCSP_RESPID, value.byKey, ASN1_OCTET_STRING, 2)
    +           ASN1_EXP(OCSP_RESPID, value.byName, X509_NAME, 1),
    +           ASN1_EXP(OCSP_RESPID, value.byKey, ASN1_OCTET_STRING, 2)
     } ASN1_CHOICE_END(OCSP_RESPID)
     
     IMPLEMENT_ASN1_FUNCTIONS(OCSP_RESPID)
     
     ASN1_SEQUENCE(OCSP_REVOKEDINFO) = {
    -	ASN1_SIMPLE(OCSP_REVOKEDINFO, revocationTime, ASN1_GENERALIZEDTIME),
    -  	ASN1_EXP_OPT(OCSP_REVOKEDINFO, revocationReason, ASN1_ENUMERATED, 0)
    +        ASN1_SIMPLE(OCSP_REVOKEDINFO, revocationTime, ASN1_GENERALIZEDTIME),
    +        ASN1_EXP_OPT(OCSP_REVOKEDINFO, revocationReason, ASN1_ENUMERATED, 0)
     } ASN1_SEQUENCE_END(OCSP_REVOKEDINFO)
     
     IMPLEMENT_ASN1_FUNCTIONS(OCSP_REVOKEDINFO)
     
     ASN1_CHOICE(OCSP_CERTSTATUS) = {
    -	ASN1_IMP(OCSP_CERTSTATUS, value.good, ASN1_NULL, 0),
    -	ASN1_IMP(OCSP_CERTSTATUS, value.revoked, OCSP_REVOKEDINFO, 1),
    -	ASN1_IMP(OCSP_CERTSTATUS, value.unknown, ASN1_NULL, 2)
    +        ASN1_IMP(OCSP_CERTSTATUS, value.good, ASN1_NULL, 0),
    +        ASN1_IMP(OCSP_CERTSTATUS, value.revoked, OCSP_REVOKEDINFO, 1),
    +        ASN1_IMP(OCSP_CERTSTATUS, value.unknown, ASN1_NULL, 2)
     } ASN1_CHOICE_END(OCSP_CERTSTATUS)
     
     IMPLEMENT_ASN1_FUNCTIONS(OCSP_CERTSTATUS)
     
     ASN1_SEQUENCE(OCSP_SINGLERESP) = {
    -	   ASN1_SIMPLE(OCSP_SINGLERESP, certId, OCSP_CERTID),
    -	   ASN1_SIMPLE(OCSP_SINGLERESP, certStatus, OCSP_CERTSTATUS),
    -	   ASN1_SIMPLE(OCSP_SINGLERESP, thisUpdate, ASN1_GENERALIZEDTIME),
    -	   ASN1_EXP_OPT(OCSP_SINGLERESP, nextUpdate, ASN1_GENERALIZEDTIME, 0),
    -	   ASN1_EXP_SEQUENCE_OF_OPT(OCSP_SINGLERESP, singleExtensions, X509_EXTENSION, 1)
    +           ASN1_SIMPLE(OCSP_SINGLERESP, certId, OCSP_CERTID),
    +           ASN1_SIMPLE(OCSP_SINGLERESP, certStatus, OCSP_CERTSTATUS),
    +           ASN1_SIMPLE(OCSP_SINGLERESP, thisUpdate, ASN1_GENERALIZEDTIME),
    +           ASN1_EXP_OPT(OCSP_SINGLERESP, nextUpdate, ASN1_GENERALIZEDTIME, 0),
    +           ASN1_EXP_SEQUENCE_OF_OPT(OCSP_SINGLERESP, singleExtensions, X509_EXTENSION, 1)
     } ASN1_SEQUENCE_END(OCSP_SINGLERESP)
     
     IMPLEMENT_ASN1_FUNCTIONS(OCSP_SINGLERESP)
     
     ASN1_SEQUENCE(OCSP_RESPDATA) = {
    -	   ASN1_EXP_OPT(OCSP_RESPDATA, version, ASN1_INTEGER, 0),
    -	   ASN1_SIMPLE(OCSP_RESPDATA, responderId, OCSP_RESPID),
    -	   ASN1_SIMPLE(OCSP_RESPDATA, producedAt, ASN1_GENERALIZEDTIME),
    -	   ASN1_SEQUENCE_OF(OCSP_RESPDATA, responses, OCSP_SINGLERESP),
    -	   ASN1_EXP_SEQUENCE_OF_OPT(OCSP_RESPDATA, responseExtensions, X509_EXTENSION, 1)
    +           ASN1_EXP_OPT(OCSP_RESPDATA, version, ASN1_INTEGER, 0),
    +           ASN1_SIMPLE(OCSP_RESPDATA, responderId, OCSP_RESPID),
    +           ASN1_SIMPLE(OCSP_RESPDATA, producedAt, ASN1_GENERALIZEDTIME),
    +           ASN1_SEQUENCE_OF(OCSP_RESPDATA, responses, OCSP_SINGLERESP),
    +           ASN1_EXP_SEQUENCE_OF_OPT(OCSP_RESPDATA, responseExtensions, X509_EXTENSION, 1)
     } ASN1_SEQUENCE_END(OCSP_RESPDATA)
     
     IMPLEMENT_ASN1_FUNCTIONS(OCSP_RESPDATA)
     
     ASN1_SEQUENCE(OCSP_BASICRESP) = {
    -	   ASN1_SIMPLE(OCSP_BASICRESP, tbsResponseData, OCSP_RESPDATA),
    -	   ASN1_SIMPLE(OCSP_BASICRESP, signatureAlgorithm, X509_ALGOR),
    -	   ASN1_SIMPLE(OCSP_BASICRESP, signature, ASN1_BIT_STRING),
    -	   ASN1_EXP_SEQUENCE_OF_OPT(OCSP_BASICRESP, certs, X509, 0)
    +           ASN1_SIMPLE(OCSP_BASICRESP, tbsResponseData, OCSP_RESPDATA),
    +           ASN1_SIMPLE(OCSP_BASICRESP, signatureAlgorithm, X509_ALGOR),
    +           ASN1_SIMPLE(OCSP_BASICRESP, signature, ASN1_BIT_STRING),
    +           ASN1_EXP_SEQUENCE_OF_OPT(OCSP_BASICRESP, certs, X509, 0)
     } ASN1_SEQUENCE_END(OCSP_BASICRESP)
     
     IMPLEMENT_ASN1_FUNCTIONS(OCSP_BASICRESP)
     
     ASN1_SEQUENCE(OCSP_CRLID) = {
    -	   ASN1_EXP_OPT(OCSP_CRLID, crlUrl, ASN1_IA5STRING, 0),
    -	   ASN1_EXP_OPT(OCSP_CRLID, crlNum, ASN1_INTEGER, 1),
    -	   ASN1_EXP_OPT(OCSP_CRLID, crlTime, ASN1_GENERALIZEDTIME, 2)
    +           ASN1_EXP_OPT(OCSP_CRLID, crlUrl, ASN1_IA5STRING, 0),
    +           ASN1_EXP_OPT(OCSP_CRLID, crlNum, ASN1_INTEGER, 1),
    +           ASN1_EXP_OPT(OCSP_CRLID, crlTime, ASN1_GENERALIZEDTIME, 2)
     } ASN1_SEQUENCE_END(OCSP_CRLID)
     
     IMPLEMENT_ASN1_FUNCTIONS(OCSP_CRLID)
     
     ASN1_SEQUENCE(OCSP_SERVICELOC) = {
    -	ASN1_SIMPLE(OCSP_SERVICELOC, issuer, X509_NAME),
    -	ASN1_SEQUENCE_OF_OPT(OCSP_SERVICELOC, locator, ACCESS_DESCRIPTION)
    +        ASN1_SIMPLE(OCSP_SERVICELOC, issuer, X509_NAME),
    +        ASN1_SEQUENCE_OF_OPT(OCSP_SERVICELOC, locator, ACCESS_DESCRIPTION)
     } ASN1_SEQUENCE_END(OCSP_SERVICELOC)
     
     IMPLEMENT_ASN1_FUNCTIONS(OCSP_SERVICELOC)
    diff --git a/openssl/crypto/ocsp/ocsp_cl.c b/openssl/crypto/ocsp/ocsp_cl.c
    index 9c14d9da2..b3612c8df 100644
    --- a/openssl/crypto/ocsp/ocsp_cl.c
    +++ b/openssl/crypto/ocsp/ocsp_cl.c
    @@ -1,11 +1,14 @@
     /* ocsp_cl.c */
    -/* Written by Tom Titchener  for the OpenSSL
    - * project. */
    +/*
    + * Written by Tom Titchener  for the OpenSSL
    + * project.
    + */
     
    -/* History:
    -   This file was transfered to Richard Levitte from CertCo by Kathy
    -   Weinhold in mid-spring 2000 to be included in OpenSSL or released
    -   as a patch kit. */
    +/*
    + * History: This file was transfered to Richard Levitte from CertCo by Kathy
    + * Weinhold in mid-spring 2000 to be included in OpenSSL or released as a
    + * patch kit.
    + */
     
     /* ====================================================================
      * Copyright (c) 1998-2000 The OpenSSL Project.  All rights reserved.
    @@ -15,7 +18,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -71,301 +74,310 @@
     #include 
     #include 
     
    -/* Utility functions related to sending OCSP requests and extracting
    - * relevant information from the response.
    +/*
    + * Utility functions related to sending OCSP requests and extracting relevant
    + * information from the response.
      */
     
    -/* Add an OCSP_CERTID to an OCSP request. Return new OCSP_ONEREQ 
    - * pointer: useful if we want to add extensions.
    +/*
    + * Add an OCSP_CERTID to an OCSP request. Return new OCSP_ONEREQ pointer:
    + * useful if we want to add extensions.
      */
     
     OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid)
    -        {
    -	OCSP_ONEREQ *one = NULL;
    -
    -	if (!(one = OCSP_ONEREQ_new())) goto err;
    -	if (one->reqCert) OCSP_CERTID_free(one->reqCert);
    -	one->reqCert = cid;
    -	if (req &&
    -		!sk_OCSP_ONEREQ_push(req->tbsRequest->requestList, one))
    -				goto err;
    -	return one;
    -err:
    -	OCSP_ONEREQ_free(one);
    -	return NULL;
    -        }
    +{
    +    OCSP_ONEREQ *one = NULL;
    +
    +    if (!(one = OCSP_ONEREQ_new()))
    +        goto err;
    +    if (one->reqCert)
    +        OCSP_CERTID_free(one->reqCert);
    +    one->reqCert = cid;
    +    if (req && !sk_OCSP_ONEREQ_push(req->tbsRequest->requestList, one))
    +        goto err;
    +    return one;
    + err:
    +    OCSP_ONEREQ_free(one);
    +    return NULL;
    +}
     
     /* Set requestorName from an X509_NAME structure */
     
     int OCSP_request_set1_name(OCSP_REQUEST *req, X509_NAME *nm)
    -	{
    -	GENERAL_NAME *gen;
    -	gen = GENERAL_NAME_new();
    -	if (gen == NULL)
    -		return 0;
    -	if (!X509_NAME_set(&gen->d.directoryName, nm))
    -		{
    -		GENERAL_NAME_free(gen);
    -		return 0;
    -		}
    -	gen->type = GEN_DIRNAME;
    -	if (req->tbsRequest->requestorName)
    -		GENERAL_NAME_free(req->tbsRequest->requestorName);
    -	req->tbsRequest->requestorName = gen;
    -	return 1;
    -	}
    -	
    +{
    +    GENERAL_NAME *gen;
    +    gen = GENERAL_NAME_new();
    +    if (gen == NULL)
    +        return 0;
    +    if (!X509_NAME_set(&gen->d.directoryName, nm)) {
    +        GENERAL_NAME_free(gen);
    +        return 0;
    +    }
    +    gen->type = GEN_DIRNAME;
    +    if (req->tbsRequest->requestorName)
    +        GENERAL_NAME_free(req->tbsRequest->requestorName);
    +    req->tbsRequest->requestorName = gen;
    +    return 1;
    +}
     
     /* Add a certificate to an OCSP request */
     
     int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert)
    -	{
    -	OCSP_SIGNATURE *sig;
    -	if (!req->optionalSignature)
    -		req->optionalSignature = OCSP_SIGNATURE_new();
    -	sig = req->optionalSignature;
    -	if (!sig) return 0;
    -	if (!cert) return 1;
    -	if (!sig->certs && !(sig->certs = sk_X509_new_null()))
    -		return 0;
    -
    -	if(!sk_X509_push(sig->certs, cert)) return 0;
    -	CRYPTO_add(&cert->references, 1, CRYPTO_LOCK_X509);
    -	return 1;
    -	}
    -
    -/* Sign an OCSP request set the requestorName to the subjec
    - * name of an optional signers certificate and include one
    - * or more optional certificates in the request. Behaves
    - * like PKCS7_sign().
    +{
    +    OCSP_SIGNATURE *sig;
    +    if (!req->optionalSignature)
    +        req->optionalSignature = OCSP_SIGNATURE_new();
    +    sig = req->optionalSignature;
    +    if (!sig)
    +        return 0;
    +    if (!cert)
    +        return 1;
    +    if (!sig->certs && !(sig->certs = sk_X509_new_null()))
    +        return 0;
    +
    +    if (!sk_X509_push(sig->certs, cert))
    +        return 0;
    +    CRYPTO_add(&cert->references, 1, CRYPTO_LOCK_X509);
    +    return 1;
    +}
    +
    +/*
    + * Sign an OCSP request set the requestorName to the subjec name of an
    + * optional signers certificate and include one or more optional certificates
    + * in the request. Behaves like PKCS7_sign().
      */
     
    -int OCSP_request_sign(OCSP_REQUEST   *req,
    -		      X509           *signer,
    -		      EVP_PKEY       *key,
    -		      const EVP_MD   *dgst,
    -		      STACK_OF(X509) *certs,
    -		      unsigned long flags)
    -        {
    -	int i;
    -	OCSP_SIGNATURE *sig;
    -	X509 *x;
    -
    -	if (!OCSP_request_set1_name(req, X509_get_subject_name(signer)))
    -			goto err;
    -
    -	if (!(req->optionalSignature = sig = OCSP_SIGNATURE_new())) goto err;
    -	if (key)
    -		{
    -		if (!X509_check_private_key(signer, key))
    -			{
    -			OCSPerr(OCSP_F_OCSP_REQUEST_SIGN, OCSP_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE);
    -			goto err;
    -			}
    -		if (!OCSP_REQUEST_sign(req, key, dgst)) goto err;
    -		}
    -
    -	if (!(flags & OCSP_NOCERTS))
    -		{
    -		if(!OCSP_request_add1_cert(req, signer)) goto err;
    -		for (i = 0; i < sk_X509_num(certs); i++)
    -			{
    -			x = sk_X509_value(certs, i);
    -			if (!OCSP_request_add1_cert(req, x)) goto err;
    -			}
    -		}
    -
    -	return 1;
    -err:
    -	OCSP_SIGNATURE_free(req->optionalSignature);
    -	req->optionalSignature = NULL;
    -	return 0;
    -	}
    +int OCSP_request_sign(OCSP_REQUEST *req,
    +                      X509 *signer,
    +                      EVP_PKEY *key,
    +                      const EVP_MD *dgst,
    +                      STACK_OF(X509) *certs, unsigned long flags)
    +{
    +    int i;
    +    OCSP_SIGNATURE *sig;
    +    X509 *x;
    +
    +    if (!OCSP_request_set1_name(req, X509_get_subject_name(signer)))
    +        goto err;
    +
    +    if (!(req->optionalSignature = sig = OCSP_SIGNATURE_new()))
    +        goto err;
    +    if (key) {
    +        if (!X509_check_private_key(signer, key)) {
    +            OCSPerr(OCSP_F_OCSP_REQUEST_SIGN,
    +                    OCSP_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE);
    +            goto err;
    +        }
    +        if (!OCSP_REQUEST_sign(req, key, dgst))
    +            goto err;
    +    }
    +
    +    if (!(flags & OCSP_NOCERTS)) {
    +        if (!OCSP_request_add1_cert(req, signer))
    +            goto err;
    +        for (i = 0; i < sk_X509_num(certs); i++) {
    +            x = sk_X509_value(certs, i);
    +            if (!OCSP_request_add1_cert(req, x))
    +                goto err;
    +        }
    +    }
    +
    +    return 1;
    + err:
    +    OCSP_SIGNATURE_free(req->optionalSignature);
    +    req->optionalSignature = NULL;
    +    return 0;
    +}
     
     /* Get response status */
     
     int OCSP_response_status(OCSP_RESPONSE *resp)
    -	{
    -	return ASN1_ENUMERATED_get(resp->responseStatus);
    -	}
    +{
    +    return ASN1_ENUMERATED_get(resp->responseStatus);
    +}
     
    -/* Extract basic response from OCSP_RESPONSE or NULL if
    - * no basic response present.
    +/*
    + * Extract basic response from OCSP_RESPONSE or NULL if no basic response
    + * present.
      */
    - 
     
     OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp)
    -	{
    -	OCSP_RESPBYTES *rb;
    -	rb = resp->responseBytes;
    -	if (!rb)
    -		{
    -		OCSPerr(OCSP_F_OCSP_RESPONSE_GET1_BASIC, OCSP_R_NO_RESPONSE_DATA);
    -		return NULL;
    -		}
    -	if (OBJ_obj2nid(rb->responseType) != NID_id_pkix_OCSP_basic)
    -		{
    -		OCSPerr(OCSP_F_OCSP_RESPONSE_GET1_BASIC, OCSP_R_NOT_BASIC_RESPONSE);
    -		return NULL;
    -		}
    -
    -	return ASN1_item_unpack(rb->response, ASN1_ITEM_rptr(OCSP_BASICRESP));
    -	}
    -
    -/* Return number of OCSP_SINGLERESP reponses present in
    - * a basic response.
    +{
    +    OCSP_RESPBYTES *rb;
    +    rb = resp->responseBytes;
    +    if (!rb) {
    +        OCSPerr(OCSP_F_OCSP_RESPONSE_GET1_BASIC, OCSP_R_NO_RESPONSE_DATA);
    +        return NULL;
    +    }
    +    if (OBJ_obj2nid(rb->responseType) != NID_id_pkix_OCSP_basic) {
    +        OCSPerr(OCSP_F_OCSP_RESPONSE_GET1_BASIC, OCSP_R_NOT_BASIC_RESPONSE);
    +        return NULL;
    +    }
    +
    +    return ASN1_item_unpack(rb->response, ASN1_ITEM_rptr(OCSP_BASICRESP));
    +}
    +
    +/*
    + * Return number of OCSP_SINGLERESP reponses present in a basic response.
      */
     
     int OCSP_resp_count(OCSP_BASICRESP *bs)
    -	{
    -	if (!bs) return -1;
    -	return sk_OCSP_SINGLERESP_num(bs->tbsResponseData->responses);
    -	}
    +{
    +    if (!bs)
    +        return -1;
    +    return sk_OCSP_SINGLERESP_num(bs->tbsResponseData->responses);
    +}
     
     /* Extract an OCSP_SINGLERESP response with a given index */
     
     OCSP_SINGLERESP *OCSP_resp_get0(OCSP_BASICRESP *bs, int idx)
    -	{
    -	if (!bs) return NULL;
    -	return sk_OCSP_SINGLERESP_value(bs->tbsResponseData->responses, idx);
    -	}
    +{
    +    if (!bs)
    +        return NULL;
    +    return sk_OCSP_SINGLERESP_value(bs->tbsResponseData->responses, idx);
    +}
     
     /* Look single response matching a given certificate ID */
     
     int OCSP_resp_find(OCSP_BASICRESP *bs, OCSP_CERTID *id, int last)
    -	{
    -	int i;
    -	STACK_OF(OCSP_SINGLERESP) *sresp;
    -	OCSP_SINGLERESP *single;
    -	if (!bs) return -1;
    -	if (last < 0) last = 0;
    -	else last++;
    -	sresp = bs->tbsResponseData->responses;
    -	for (i = last; i < sk_OCSP_SINGLERESP_num(sresp); i++)
    -		{
    -		single = sk_OCSP_SINGLERESP_value(sresp, i);
    -		if (!OCSP_id_cmp(id, single->certId)) return i;
    -		}
    -	return -1;
    -	}
    -
    -/* Extract status information from an OCSP_SINGLERESP structure.
    - * Note: the revtime and reason values are only set if the 
    - * certificate status is revoked. Returns numerical value of
    - * status.
    +{
    +    int i;
    +    STACK_OF(OCSP_SINGLERESP) *sresp;
    +    OCSP_SINGLERESP *single;
    +    if (!bs)
    +        return -1;
    +    if (last < 0)
    +        last = 0;
    +    else
    +        last++;
    +    sresp = bs->tbsResponseData->responses;
    +    for (i = last; i < sk_OCSP_SINGLERESP_num(sresp); i++) {
    +        single = sk_OCSP_SINGLERESP_value(sresp, i);
    +        if (!OCSP_id_cmp(id, single->certId))
    +            return i;
    +    }
    +    return -1;
    +}
    +
    +/*
    + * Extract status information from an OCSP_SINGLERESP structure. Note: the
    + * revtime and reason values are only set if the certificate status is
    + * revoked. Returns numerical value of status.
      */
     
     int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason,
    -				ASN1_GENERALIZEDTIME **revtime,
    -				ASN1_GENERALIZEDTIME **thisupd,
    -				ASN1_GENERALIZEDTIME **nextupd)
    -	{
    -	int ret;
    -	OCSP_CERTSTATUS *cst;
    -	if(!single) return -1;
    -	cst = single->certStatus;
    -	ret = cst->type;
    -	if (ret == V_OCSP_CERTSTATUS_REVOKED)
    -		{
    -		OCSP_REVOKEDINFO *rev = cst->value.revoked;
    -		if (revtime) *revtime = rev->revocationTime;
    -		if (reason) 
    -			{
    -			if(rev->revocationReason)
    -				*reason = ASN1_ENUMERATED_get(rev->revocationReason);
    -			else *reason = -1;
    -			}
    -		}
    -	if(thisupd) *thisupd = single->thisUpdate;
    -	if(nextupd) *nextupd = single->nextUpdate;
    -	return ret;
    -	}
    -
    -/* This function combines the previous ones: look up a certificate ID and
    - * if found extract status information. Return 0 is successful.
    +                            ASN1_GENERALIZEDTIME **revtime,
    +                            ASN1_GENERALIZEDTIME **thisupd,
    +                            ASN1_GENERALIZEDTIME **nextupd)
    +{
    +    int ret;
    +    OCSP_CERTSTATUS *cst;
    +    if (!single)
    +        return -1;
    +    cst = single->certStatus;
    +    ret = cst->type;
    +    if (ret == V_OCSP_CERTSTATUS_REVOKED) {
    +        OCSP_REVOKEDINFO *rev = cst->value.revoked;
    +        if (revtime)
    +            *revtime = rev->revocationTime;
    +        if (reason) {
    +            if (rev->revocationReason)
    +                *reason = ASN1_ENUMERATED_get(rev->revocationReason);
    +            else
    +                *reason = -1;
    +        }
    +    }
    +    if (thisupd)
    +        *thisupd = single->thisUpdate;
    +    if (nextupd)
    +        *nextupd = single->nextUpdate;
    +    return ret;
    +}
    +
    +/*
    + * This function combines the previous ones: look up a certificate ID and if
    + * found extract status information. Return 0 is successful.
      */
     
     int OCSP_resp_find_status(OCSP_BASICRESP *bs, OCSP_CERTID *id, int *status,
    -				int *reason,
    -				ASN1_GENERALIZEDTIME **revtime,
    -				ASN1_GENERALIZEDTIME **thisupd,
    -				ASN1_GENERALIZEDTIME **nextupd)
    -	{
    -	int i;
    -	OCSP_SINGLERESP *single;
    -	i = OCSP_resp_find(bs, id, -1);
    -	/* Maybe check for multiple responses and give an error? */
    -	if(i < 0) return 0;
    -	single = OCSP_resp_get0(bs, i);
    -	i = OCSP_single_get0_status(single, reason, revtime, thisupd, nextupd);
    -	if(status) *status = i;
    -	return 1;
    -	}
    -
    -/* Check validity of thisUpdate and nextUpdate fields. It is possible that the request will
    - * take a few seconds to process and/or the time wont be totally accurate. Therefore to avoid
    - * rejecting otherwise valid time we allow the times to be within 'nsec' of the current time.
    - * Also to avoid accepting very old responses without a nextUpdate field an optional maxage
    +                          int *reason,
    +                          ASN1_GENERALIZEDTIME **revtime,
    +                          ASN1_GENERALIZEDTIME **thisupd,
    +                          ASN1_GENERALIZEDTIME **nextupd)
    +{
    +    int i;
    +    OCSP_SINGLERESP *single;
    +    i = OCSP_resp_find(bs, id, -1);
    +    /* Maybe check for multiple responses and give an error? */
    +    if (i < 0)
    +        return 0;
    +    single = OCSP_resp_get0(bs, i);
    +    i = OCSP_single_get0_status(single, reason, revtime, thisupd, nextupd);
    +    if (status)
    +        *status = i;
    +    return 1;
    +}
    +
    +/*
    + * Check validity of thisUpdate and nextUpdate fields. It is possible that
    + * the request will take a few seconds to process and/or the time wont be
    + * totally accurate. Therefore to avoid rejecting otherwise valid time we
    + * allow the times to be within 'nsec' of the current time. Also to avoid
    + * accepting very old responses without a nextUpdate field an optional maxage
      * parameter specifies the maximum age the thisUpdate field can be.
      */
     
    -int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd, ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec)
    -	{
    -	int ret = 1;
    -	time_t t_now, t_tmp;
    -	time(&t_now);
    -	/* Check thisUpdate is valid and not more than nsec in the future */
    -	if (!ASN1_GENERALIZEDTIME_check(thisupd))
    -		{
    -		OCSPerr(OCSP_F_OCSP_CHECK_VALIDITY, OCSP_R_ERROR_IN_THISUPDATE_FIELD);
    -		ret = 0;
    -		}
    -	else 
    -		{
    -			t_tmp = t_now + nsec;
    -			if (X509_cmp_time(thisupd, &t_tmp) > 0)
    -			{
    -			OCSPerr(OCSP_F_OCSP_CHECK_VALIDITY, OCSP_R_STATUS_NOT_YET_VALID);
    -			ret = 0;
    -			}
    -
    -		/* If maxsec specified check thisUpdate is not more than maxsec in the past */
    -		if (maxsec >= 0)
    -			{
    -			t_tmp = t_now - maxsec;
    -			if (X509_cmp_time(thisupd, &t_tmp) < 0)
    -				{
    -				OCSPerr(OCSP_F_OCSP_CHECK_VALIDITY, OCSP_R_STATUS_TOO_OLD);
    -				ret = 0;
    -				}
    -			}
    -		}
    -		
    -
    -	if (!nextupd) return ret;
    -
    -	/* Check nextUpdate is valid and not more than nsec in the past */
    -	if (!ASN1_GENERALIZEDTIME_check(nextupd))
    -		{
    -		OCSPerr(OCSP_F_OCSP_CHECK_VALIDITY, OCSP_R_ERROR_IN_NEXTUPDATE_FIELD);
    -		ret = 0;
    -		}
    -	else 
    -		{
    -		t_tmp = t_now - nsec;
    -		if (X509_cmp_time(nextupd, &t_tmp) < 0)
    -			{
    -			OCSPerr(OCSP_F_OCSP_CHECK_VALIDITY, OCSP_R_STATUS_EXPIRED);
    -			ret = 0;
    -			}
    -		}
    -
    -	/* Also don't allow nextUpdate to precede thisUpdate */
    -	if (ASN1_STRING_cmp(nextupd, thisupd) < 0)
    -		{
    -		OCSPerr(OCSP_F_OCSP_CHECK_VALIDITY, OCSP_R_NEXTUPDATE_BEFORE_THISUPDATE);
    -		ret = 0;
    -		}
    -
    -	return ret;
    -	}
    +int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd,
    +                        ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec)
    +{
    +    int ret = 1;
    +    time_t t_now, t_tmp;
    +    time(&t_now);
    +    /* Check thisUpdate is valid and not more than nsec in the future */
    +    if (!ASN1_GENERALIZEDTIME_check(thisupd)) {
    +        OCSPerr(OCSP_F_OCSP_CHECK_VALIDITY, OCSP_R_ERROR_IN_THISUPDATE_FIELD);
    +        ret = 0;
    +    } else {
    +        t_tmp = t_now + nsec;
    +        if (X509_cmp_time(thisupd, &t_tmp) > 0) {
    +            OCSPerr(OCSP_F_OCSP_CHECK_VALIDITY, OCSP_R_STATUS_NOT_YET_VALID);
    +            ret = 0;
    +        }
    +
    +        /*
    +         * If maxsec specified check thisUpdate is not more than maxsec in
    +         * the past
    +         */
    +        if (maxsec >= 0) {
    +            t_tmp = t_now - maxsec;
    +            if (X509_cmp_time(thisupd, &t_tmp) < 0) {
    +                OCSPerr(OCSP_F_OCSP_CHECK_VALIDITY, OCSP_R_STATUS_TOO_OLD);
    +                ret = 0;
    +            }
    +        }
    +    }
    +
    +    if (!nextupd)
    +        return ret;
    +
    +    /* Check nextUpdate is valid and not more than nsec in the past */
    +    if (!ASN1_GENERALIZEDTIME_check(nextupd)) {
    +        OCSPerr(OCSP_F_OCSP_CHECK_VALIDITY, OCSP_R_ERROR_IN_NEXTUPDATE_FIELD);
    +        ret = 0;
    +    } else {
    +        t_tmp = t_now - nsec;
    +        if (X509_cmp_time(nextupd, &t_tmp) < 0) {
    +            OCSPerr(OCSP_F_OCSP_CHECK_VALIDITY, OCSP_R_STATUS_EXPIRED);
    +            ret = 0;
    +        }
    +    }
    +
    +    /* Also don't allow nextUpdate to precede thisUpdate */
    +    if (ASN1_STRING_cmp(nextupd, thisupd) < 0) {
    +        OCSPerr(OCSP_F_OCSP_CHECK_VALIDITY,
    +                OCSP_R_NEXTUPDATE_BEFORE_THISUPDATE);
    +        ret = 0;
    +    }
    +
    +    return ret;
    +}
    diff --git a/openssl/crypto/ocsp/ocsp_err.c b/openssl/crypto/ocsp/ocsp_err.c
    index 0cedcea68..722043c0f 100644
    --- a/openssl/crypto/ocsp/ocsp_err.c
    +++ b/openssl/crypto/ocsp/ocsp_err.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* NOTE: this file was auto generated by the mkerr.pl script: any changes
    +/*
    + * NOTE: this file was auto generated by the mkerr.pl script: any changes
      * made to it will be overwritten when the script next updates this file,
      * only reason strings will be preserved.
      */
    @@ -65,78 +66,84 @@
     /* BEGIN ERROR CODES */
     #ifndef OPENSSL_NO_ERR
     
    -#define ERR_FUNC(func) ERR_PACK(ERR_LIB_OCSP,func,0)
    -#define ERR_REASON(reason) ERR_PACK(ERR_LIB_OCSP,0,reason)
    +# define ERR_FUNC(func) ERR_PACK(ERR_LIB_OCSP,func,0)
    +# define ERR_REASON(reason) ERR_PACK(ERR_LIB_OCSP,0,reason)
     
    -static ERR_STRING_DATA OCSP_str_functs[]=
    -	{
    -{ERR_FUNC(OCSP_F_ASN1_STRING_ENCODE),	"ASN1_STRING_encode"},
    -{ERR_FUNC(OCSP_F_D2I_OCSP_NONCE),	"D2I_OCSP_NONCE"},
    -{ERR_FUNC(OCSP_F_OCSP_BASIC_ADD1_STATUS),	"OCSP_basic_add1_status"},
    -{ERR_FUNC(OCSP_F_OCSP_BASIC_SIGN),	"OCSP_basic_sign"},
    -{ERR_FUNC(OCSP_F_OCSP_BASIC_VERIFY),	"OCSP_basic_verify"},
    -{ERR_FUNC(OCSP_F_OCSP_CERT_ID_NEW),	"OCSP_cert_id_new"},
    -{ERR_FUNC(OCSP_F_OCSP_CHECK_DELEGATED),	"OCSP_CHECK_DELEGATED"},
    -{ERR_FUNC(OCSP_F_OCSP_CHECK_IDS),	"OCSP_CHECK_IDS"},
    -{ERR_FUNC(OCSP_F_OCSP_CHECK_ISSUER),	"OCSP_CHECK_ISSUER"},
    -{ERR_FUNC(OCSP_F_OCSP_CHECK_VALIDITY),	"OCSP_check_validity"},
    -{ERR_FUNC(OCSP_F_OCSP_MATCH_ISSUERID),	"OCSP_MATCH_ISSUERID"},
    -{ERR_FUNC(OCSP_F_OCSP_PARSE_URL),	"OCSP_parse_url"},
    -{ERR_FUNC(OCSP_F_OCSP_REQUEST_SIGN),	"OCSP_request_sign"},
    -{ERR_FUNC(OCSP_F_OCSP_REQUEST_VERIFY),	"OCSP_request_verify"},
    -{ERR_FUNC(OCSP_F_OCSP_RESPONSE_GET1_BASIC),	"OCSP_response_get1_basic"},
    -{ERR_FUNC(OCSP_F_OCSP_SENDREQ_BIO),	"OCSP_sendreq_bio"},
    -{ERR_FUNC(OCSP_F_OCSP_SENDREQ_NBIO),	"OCSP_sendreq_nbio"},
    -{ERR_FUNC(OCSP_F_PARSE_HTTP_LINE1),	"PARSE_HTTP_LINE1"},
    -{ERR_FUNC(OCSP_F_REQUEST_VERIFY),	"REQUEST_VERIFY"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA OCSP_str_functs[] = {
    +    {ERR_FUNC(OCSP_F_ASN1_STRING_ENCODE), "ASN1_STRING_encode"},
    +    {ERR_FUNC(OCSP_F_D2I_OCSP_NONCE), "D2I_OCSP_NONCE"},
    +    {ERR_FUNC(OCSP_F_OCSP_BASIC_ADD1_STATUS), "OCSP_basic_add1_status"},
    +    {ERR_FUNC(OCSP_F_OCSP_BASIC_SIGN), "OCSP_basic_sign"},
    +    {ERR_FUNC(OCSP_F_OCSP_BASIC_VERIFY), "OCSP_basic_verify"},
    +    {ERR_FUNC(OCSP_F_OCSP_CERT_ID_NEW), "OCSP_cert_id_new"},
    +    {ERR_FUNC(OCSP_F_OCSP_CHECK_DELEGATED), "OCSP_CHECK_DELEGATED"},
    +    {ERR_FUNC(OCSP_F_OCSP_CHECK_IDS), "OCSP_CHECK_IDS"},
    +    {ERR_FUNC(OCSP_F_OCSP_CHECK_ISSUER), "OCSP_CHECK_ISSUER"},
    +    {ERR_FUNC(OCSP_F_OCSP_CHECK_VALIDITY), "OCSP_check_validity"},
    +    {ERR_FUNC(OCSP_F_OCSP_MATCH_ISSUERID), "OCSP_MATCH_ISSUERID"},
    +    {ERR_FUNC(OCSP_F_OCSP_PARSE_URL), "OCSP_parse_url"},
    +    {ERR_FUNC(OCSP_F_OCSP_REQUEST_SIGN), "OCSP_request_sign"},
    +    {ERR_FUNC(OCSP_F_OCSP_REQUEST_VERIFY), "OCSP_request_verify"},
    +    {ERR_FUNC(OCSP_F_OCSP_RESPONSE_GET1_BASIC), "OCSP_response_get1_basic"},
    +    {ERR_FUNC(OCSP_F_OCSP_SENDREQ_BIO), "OCSP_sendreq_bio"},
    +    {ERR_FUNC(OCSP_F_OCSP_SENDREQ_NBIO), "OCSP_sendreq_nbio"},
    +    {ERR_FUNC(OCSP_F_PARSE_HTTP_LINE1), "PARSE_HTTP_LINE1"},
    +    {ERR_FUNC(OCSP_F_REQUEST_VERIFY), "REQUEST_VERIFY"},
    +    {0, NULL}
    +};
     
    -static ERR_STRING_DATA OCSP_str_reasons[]=
    -	{
    -{ERR_REASON(OCSP_R_BAD_DATA)             ,"bad data"},
    -{ERR_REASON(OCSP_R_CERTIFICATE_VERIFY_ERROR),"certificate verify error"},
    -{ERR_REASON(OCSP_R_DIGEST_ERR)           ,"digest err"},
    -{ERR_REASON(OCSP_R_ERROR_IN_NEXTUPDATE_FIELD),"error in nextupdate field"},
    -{ERR_REASON(OCSP_R_ERROR_IN_THISUPDATE_FIELD),"error in thisupdate field"},
    -{ERR_REASON(OCSP_R_ERROR_PARSING_URL)    ,"error parsing url"},
    -{ERR_REASON(OCSP_R_MISSING_OCSPSIGNING_USAGE),"missing ocspsigning usage"},
    -{ERR_REASON(OCSP_R_NEXTUPDATE_BEFORE_THISUPDATE),"nextupdate before thisupdate"},
    -{ERR_REASON(OCSP_R_NOT_BASIC_RESPONSE)   ,"not basic response"},
    -{ERR_REASON(OCSP_R_NO_CERTIFICATES_IN_CHAIN),"no certificates in chain"},
    -{ERR_REASON(OCSP_R_NO_CONTENT)           ,"no content"},
    -{ERR_REASON(OCSP_R_NO_PUBLIC_KEY)        ,"no public key"},
    -{ERR_REASON(OCSP_R_NO_RESPONSE_DATA)     ,"no response data"},
    -{ERR_REASON(OCSP_R_NO_REVOKED_TIME)      ,"no revoked time"},
    -{ERR_REASON(OCSP_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE),"private key does not match certificate"},
    -{ERR_REASON(OCSP_R_REQUEST_NOT_SIGNED)   ,"request not signed"},
    -{ERR_REASON(OCSP_R_RESPONSE_CONTAINS_NO_REVOCATION_DATA),"response contains no revocation data"},
    -{ERR_REASON(OCSP_R_ROOT_CA_NOT_TRUSTED)  ,"root ca not trusted"},
    -{ERR_REASON(OCSP_R_SERVER_READ_ERROR)    ,"server read error"},
    -{ERR_REASON(OCSP_R_SERVER_RESPONSE_ERROR),"server response error"},
    -{ERR_REASON(OCSP_R_SERVER_RESPONSE_PARSE_ERROR),"server response parse error"},
    -{ERR_REASON(OCSP_R_SERVER_WRITE_ERROR)   ,"server write error"},
    -{ERR_REASON(OCSP_R_SIGNATURE_FAILURE)    ,"signature failure"},
    -{ERR_REASON(OCSP_R_SIGNER_CERTIFICATE_NOT_FOUND),"signer certificate not found"},
    -{ERR_REASON(OCSP_R_STATUS_EXPIRED)       ,"status expired"},
    -{ERR_REASON(OCSP_R_STATUS_NOT_YET_VALID) ,"status not yet valid"},
    -{ERR_REASON(OCSP_R_STATUS_TOO_OLD)       ,"status too old"},
    -{ERR_REASON(OCSP_R_UNKNOWN_MESSAGE_DIGEST),"unknown message digest"},
    -{ERR_REASON(OCSP_R_UNKNOWN_NID)          ,"unknown nid"},
    -{ERR_REASON(OCSP_R_UNSUPPORTED_REQUESTORNAME_TYPE),"unsupported requestorname type"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA OCSP_str_reasons[] = {
    +    {ERR_REASON(OCSP_R_BAD_DATA), "bad data"},
    +    {ERR_REASON(OCSP_R_CERTIFICATE_VERIFY_ERROR), "certificate verify error"},
    +    {ERR_REASON(OCSP_R_DIGEST_ERR), "digest err"},
    +    {ERR_REASON(OCSP_R_ERROR_IN_NEXTUPDATE_FIELD),
    +     "error in nextupdate field"},
    +    {ERR_REASON(OCSP_R_ERROR_IN_THISUPDATE_FIELD),
    +     "error in thisupdate field"},
    +    {ERR_REASON(OCSP_R_ERROR_PARSING_URL), "error parsing url"},
    +    {ERR_REASON(OCSP_R_MISSING_OCSPSIGNING_USAGE),
    +     "missing ocspsigning usage"},
    +    {ERR_REASON(OCSP_R_NEXTUPDATE_BEFORE_THISUPDATE),
    +     "nextupdate before thisupdate"},
    +    {ERR_REASON(OCSP_R_NOT_BASIC_RESPONSE), "not basic response"},
    +    {ERR_REASON(OCSP_R_NO_CERTIFICATES_IN_CHAIN), "no certificates in chain"},
    +    {ERR_REASON(OCSP_R_NO_CONTENT), "no content"},
    +    {ERR_REASON(OCSP_R_NO_PUBLIC_KEY), "no public key"},
    +    {ERR_REASON(OCSP_R_NO_RESPONSE_DATA), "no response data"},
    +    {ERR_REASON(OCSP_R_NO_REVOKED_TIME), "no revoked time"},
    +    {ERR_REASON(OCSP_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE),
    +     "private key does not match certificate"},
    +    {ERR_REASON(OCSP_R_REQUEST_NOT_SIGNED), "request not signed"},
    +    {ERR_REASON(OCSP_R_RESPONSE_CONTAINS_NO_REVOCATION_DATA),
    +     "response contains no revocation data"},
    +    {ERR_REASON(OCSP_R_ROOT_CA_NOT_TRUSTED), "root ca not trusted"},
    +    {ERR_REASON(OCSP_R_SERVER_READ_ERROR), "server read error"},
    +    {ERR_REASON(OCSP_R_SERVER_RESPONSE_ERROR), "server response error"},
    +    {ERR_REASON(OCSP_R_SERVER_RESPONSE_PARSE_ERROR),
    +     "server response parse error"},
    +    {ERR_REASON(OCSP_R_SERVER_WRITE_ERROR), "server write error"},
    +    {ERR_REASON(OCSP_R_SIGNATURE_FAILURE), "signature failure"},
    +    {ERR_REASON(OCSP_R_SIGNER_CERTIFICATE_NOT_FOUND),
    +     "signer certificate not found"},
    +    {ERR_REASON(OCSP_R_STATUS_EXPIRED), "status expired"},
    +    {ERR_REASON(OCSP_R_STATUS_NOT_YET_VALID), "status not yet valid"},
    +    {ERR_REASON(OCSP_R_STATUS_TOO_OLD), "status too old"},
    +    {ERR_REASON(OCSP_R_UNKNOWN_MESSAGE_DIGEST), "unknown message digest"},
    +    {ERR_REASON(OCSP_R_UNKNOWN_NID), "unknown nid"},
    +    {ERR_REASON(OCSP_R_UNSUPPORTED_REQUESTORNAME_TYPE),
    +     "unsupported requestorname type"},
    +    {0, NULL}
    +};
     
     #endif
     
     void ERR_load_OCSP_strings(void)
    -	{
    +{
     #ifndef OPENSSL_NO_ERR
     
    -	if (ERR_func_error_string(OCSP_str_functs[0].error) == NULL)
    -		{
    -		ERR_load_strings(0,OCSP_str_functs);
    -		ERR_load_strings(0,OCSP_str_reasons);
    -		}
    +    if (ERR_func_error_string(OCSP_str_functs[0].error) == NULL) {
    +        ERR_load_strings(0, OCSP_str_functs);
    +        ERR_load_strings(0, OCSP_str_reasons);
    +    }
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/ocsp/ocsp_ext.c b/openssl/crypto/ocsp/ocsp_ext.c
    index ec884cb08..849cb2f76 100644
    --- a/openssl/crypto/ocsp/ocsp_ext.c
    +++ b/openssl/crypto/ocsp/ocsp_ext.c
    @@ -1,11 +1,14 @@
     /* ocsp_ext.c */
    -/* Written by Tom Titchener  for the OpenSSL
    - * project. */
    +/*
    + * Written by Tom Titchener  for the OpenSSL
    + * project.
    + */
     
    -/* History:
    -   This file was transfered to Richard Levitte from CertCo by Kathy
    -   Weinhold in mid-spring 2000 to be included in OpenSSL or released
    -   as a patch kit. */
    +/*
    + * History: This file was transfered to Richard Levitte from CertCo by Kathy
    + * Weinhold in mid-spring 2000 to be included in OpenSSL or released as a
    + * patch kit.
    + */
     
     /* ====================================================================
      * Copyright (c) 1998-2000 The OpenSSL Project.  All rights reserved.
    @@ -15,7 +18,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -74,294 +77,319 @@
     /* OCSP request extensions */
     
     int OCSP_REQUEST_get_ext_count(OCSP_REQUEST *x)
    -	{
    -	return(X509v3_get_ext_count(x->tbsRequest->requestExtensions));
    -	}
    +{
    +    return (X509v3_get_ext_count(x->tbsRequest->requestExtensions));
    +}
     
     int OCSP_REQUEST_get_ext_by_NID(OCSP_REQUEST *x, int nid, int lastpos)
    -	{
    -	return(X509v3_get_ext_by_NID(x->tbsRequest->requestExtensions,nid,lastpos));
    -	}
    -
    -int OCSP_REQUEST_get_ext_by_OBJ(OCSP_REQUEST *x, ASN1_OBJECT *obj, int lastpos)
    -	{
    -	return(X509v3_get_ext_by_OBJ(x->tbsRequest->requestExtensions,obj,lastpos));
    -	}
    +{
    +    return (X509v3_get_ext_by_NID
    +            (x->tbsRequest->requestExtensions, nid, lastpos));
    +}
    +
    +int OCSP_REQUEST_get_ext_by_OBJ(OCSP_REQUEST *x, ASN1_OBJECT *obj,
    +                                int lastpos)
    +{
    +    return (X509v3_get_ext_by_OBJ
    +            (x->tbsRequest->requestExtensions, obj, lastpos));
    +}
     
     int OCSP_REQUEST_get_ext_by_critical(OCSP_REQUEST *x, int crit, int lastpos)
    -	{
    -	return(X509v3_get_ext_by_critical(x->tbsRequest->requestExtensions,crit,lastpos));
    -	}
    +{
    +    return (X509v3_get_ext_by_critical
    +            (x->tbsRequest->requestExtensions, crit, lastpos));
    +}
     
     X509_EXTENSION *OCSP_REQUEST_get_ext(OCSP_REQUEST *x, int loc)
    -	{
    -	return(X509v3_get_ext(x->tbsRequest->requestExtensions,loc));
    -	}
    +{
    +    return (X509v3_get_ext(x->tbsRequest->requestExtensions, loc));
    +}
     
     X509_EXTENSION *OCSP_REQUEST_delete_ext(OCSP_REQUEST *x, int loc)
    -	{
    -	return(X509v3_delete_ext(x->tbsRequest->requestExtensions,loc));
    -	}
    +{
    +    return (X509v3_delete_ext(x->tbsRequest->requestExtensions, loc));
    +}
     
     void *OCSP_REQUEST_get1_ext_d2i(OCSP_REQUEST *x, int nid, int *crit, int *idx)
    -	{
    -	return X509V3_get_d2i(x->tbsRequest->requestExtensions, nid, crit, idx);
    -	}
    +{
    +    return X509V3_get_d2i(x->tbsRequest->requestExtensions, nid, crit, idx);
    +}
     
     int OCSP_REQUEST_add1_ext_i2d(OCSP_REQUEST *x, int nid, void *value, int crit,
    -							unsigned long flags)
    -	{
    -	return X509V3_add1_i2d(&x->tbsRequest->requestExtensions, nid, value, crit, flags);
    -	}
    +                              unsigned long flags)
    +{
    +    return X509V3_add1_i2d(&x->tbsRequest->requestExtensions, nid, value,
    +                           crit, flags);
    +}
     
     int OCSP_REQUEST_add_ext(OCSP_REQUEST *x, X509_EXTENSION *ex, int loc)
    -	{
    -	return(X509v3_add_ext(&(x->tbsRequest->requestExtensions),ex,loc) != NULL);
    -	}
    +{
    +    return (X509v3_add_ext(&(x->tbsRequest->requestExtensions), ex, loc) !=
    +            NULL);
    +}
     
     /* Single extensions */
     
     int OCSP_ONEREQ_get_ext_count(OCSP_ONEREQ *x)
    -	{
    -	return(X509v3_get_ext_count(x->singleRequestExtensions));
    -	}
    +{
    +    return (X509v3_get_ext_count(x->singleRequestExtensions));
    +}
     
     int OCSP_ONEREQ_get_ext_by_NID(OCSP_ONEREQ *x, int nid, int lastpos)
    -	{
    -	return(X509v3_get_ext_by_NID(x->singleRequestExtensions,nid,lastpos));
    -	}
    +{
    +    return (X509v3_get_ext_by_NID(x->singleRequestExtensions, nid, lastpos));
    +}
     
     int OCSP_ONEREQ_get_ext_by_OBJ(OCSP_ONEREQ *x, ASN1_OBJECT *obj, int lastpos)
    -	{
    -	return(X509v3_get_ext_by_OBJ(x->singleRequestExtensions,obj,lastpos));
    -	}
    +{
    +    return (X509v3_get_ext_by_OBJ(x->singleRequestExtensions, obj, lastpos));
    +}
     
     int OCSP_ONEREQ_get_ext_by_critical(OCSP_ONEREQ *x, int crit, int lastpos)
    -	{
    -	return(X509v3_get_ext_by_critical(x->singleRequestExtensions,crit,lastpos));
    -	}
    +{
    +    return (X509v3_get_ext_by_critical
    +            (x->singleRequestExtensions, crit, lastpos));
    +}
     
     X509_EXTENSION *OCSP_ONEREQ_get_ext(OCSP_ONEREQ *x, int loc)
    -	{
    -	return(X509v3_get_ext(x->singleRequestExtensions,loc));
    -	}
    +{
    +    return (X509v3_get_ext(x->singleRequestExtensions, loc));
    +}
     
     X509_EXTENSION *OCSP_ONEREQ_delete_ext(OCSP_ONEREQ *x, int loc)
    -	{
    -	return(X509v3_delete_ext(x->singleRequestExtensions,loc));
    -	}
    +{
    +    return (X509v3_delete_ext(x->singleRequestExtensions, loc));
    +}
     
     void *OCSP_ONEREQ_get1_ext_d2i(OCSP_ONEREQ *x, int nid, int *crit, int *idx)
    -	{
    -	return X509V3_get_d2i(x->singleRequestExtensions, nid, crit, idx);
    -	}
    +{
    +    return X509V3_get_d2i(x->singleRequestExtensions, nid, crit, idx);
    +}
     
     int OCSP_ONEREQ_add1_ext_i2d(OCSP_ONEREQ *x, int nid, void *value, int crit,
    -							unsigned long flags)
    -	{
    -	return X509V3_add1_i2d(&x->singleRequestExtensions, nid, value, crit, flags);
    -	}
    +                             unsigned long flags)
    +{
    +    return X509V3_add1_i2d(&x->singleRequestExtensions, nid, value, crit,
    +                           flags);
    +}
     
     int OCSP_ONEREQ_add_ext(OCSP_ONEREQ *x, X509_EXTENSION *ex, int loc)
    -	{
    -	return(X509v3_add_ext(&(x->singleRequestExtensions),ex,loc) != NULL);
    -	}
    +{
    +    return (X509v3_add_ext(&(x->singleRequestExtensions), ex, loc) != NULL);
    +}
     
     /* OCSP Basic response */
     
     int OCSP_BASICRESP_get_ext_count(OCSP_BASICRESP *x)
    -	{
    -	return(X509v3_get_ext_count(x->tbsResponseData->responseExtensions));
    -	}
    +{
    +    return (X509v3_get_ext_count(x->tbsResponseData->responseExtensions));
    +}
     
     int OCSP_BASICRESP_get_ext_by_NID(OCSP_BASICRESP *x, int nid, int lastpos)
    -	{
    -	return(X509v3_get_ext_by_NID(x->tbsResponseData->responseExtensions,nid,lastpos));
    -	}
    -
    -int OCSP_BASICRESP_get_ext_by_OBJ(OCSP_BASICRESP *x, ASN1_OBJECT *obj, int lastpos)
    -	{
    -	return(X509v3_get_ext_by_OBJ(x->tbsResponseData->responseExtensions,obj,lastpos));
    -	}
    -
    -int OCSP_BASICRESP_get_ext_by_critical(OCSP_BASICRESP *x, int crit, int lastpos)
    -	{
    -	return(X509v3_get_ext_by_critical(x->tbsResponseData->responseExtensions,crit,lastpos));
    -	}
    +{
    +    return (X509v3_get_ext_by_NID
    +            (x->tbsResponseData->responseExtensions, nid, lastpos));
    +}
    +
    +int OCSP_BASICRESP_get_ext_by_OBJ(OCSP_BASICRESP *x, ASN1_OBJECT *obj,
    +                                  int lastpos)
    +{
    +    return (X509v3_get_ext_by_OBJ
    +            (x->tbsResponseData->responseExtensions, obj, lastpos));
    +}
    +
    +int OCSP_BASICRESP_get_ext_by_critical(OCSP_BASICRESP *x, int crit,
    +                                       int lastpos)
    +{
    +    return (X509v3_get_ext_by_critical
    +            (x->tbsResponseData->responseExtensions, crit, lastpos));
    +}
     
     X509_EXTENSION *OCSP_BASICRESP_get_ext(OCSP_BASICRESP *x, int loc)
    -	{
    -	return(X509v3_get_ext(x->tbsResponseData->responseExtensions,loc));
    -	}
    +{
    +    return (X509v3_get_ext(x->tbsResponseData->responseExtensions, loc));
    +}
     
     X509_EXTENSION *OCSP_BASICRESP_delete_ext(OCSP_BASICRESP *x, int loc)
    -	{
    -	return(X509v3_delete_ext(x->tbsResponseData->responseExtensions,loc));
    -	}
    -
    -void *OCSP_BASICRESP_get1_ext_d2i(OCSP_BASICRESP *x, int nid, int *crit, int *idx)
    -	{
    -	return X509V3_get_d2i(x->tbsResponseData->responseExtensions, nid, crit, idx);
    -	}
    -
    -int OCSP_BASICRESP_add1_ext_i2d(OCSP_BASICRESP *x, int nid, void *value, int crit,
    -							unsigned long flags)
    -	{
    -	return X509V3_add1_i2d(&x->tbsResponseData->responseExtensions, nid, value, crit, flags);
    -	}
    +{
    +    return (X509v3_delete_ext(x->tbsResponseData->responseExtensions, loc));
    +}
    +
    +void *OCSP_BASICRESP_get1_ext_d2i(OCSP_BASICRESP *x, int nid, int *crit,
    +                                  int *idx)
    +{
    +    return X509V3_get_d2i(x->tbsResponseData->responseExtensions, nid, crit,
    +                          idx);
    +}
    +
    +int OCSP_BASICRESP_add1_ext_i2d(OCSP_BASICRESP *x, int nid, void *value,
    +                                int crit, unsigned long flags)
    +{
    +    return X509V3_add1_i2d(&x->tbsResponseData->responseExtensions, nid,
    +                           value, crit, flags);
    +}
     
     int OCSP_BASICRESP_add_ext(OCSP_BASICRESP *x, X509_EXTENSION *ex, int loc)
    -	{
    -	return(X509v3_add_ext(&(x->tbsResponseData->responseExtensions),ex,loc) != NULL);
    -	}
    +{
    +    return (X509v3_add_ext(&(x->tbsResponseData->responseExtensions), ex, loc)
    +            != NULL);
    +}
     
     /* OCSP single response extensions */
     
     int OCSP_SINGLERESP_get_ext_count(OCSP_SINGLERESP *x)
    -	{
    -	return(X509v3_get_ext_count(x->singleExtensions));
    -	}
    +{
    +    return (X509v3_get_ext_count(x->singleExtensions));
    +}
     
     int OCSP_SINGLERESP_get_ext_by_NID(OCSP_SINGLERESP *x, int nid, int lastpos)
    -	{
    -	return(X509v3_get_ext_by_NID(x->singleExtensions,nid,lastpos));
    -	}
    -
    -int OCSP_SINGLERESP_get_ext_by_OBJ(OCSP_SINGLERESP *x, ASN1_OBJECT *obj, int lastpos)
    -	{
    -	return(X509v3_get_ext_by_OBJ(x->singleExtensions,obj,lastpos));
    -	}
    -
    -int OCSP_SINGLERESP_get_ext_by_critical(OCSP_SINGLERESP *x, int crit, int lastpos)
    -	{
    -	return(X509v3_get_ext_by_critical(x->singleExtensions,crit,lastpos));
    -	}
    +{
    +    return (X509v3_get_ext_by_NID(x->singleExtensions, nid, lastpos));
    +}
    +
    +int OCSP_SINGLERESP_get_ext_by_OBJ(OCSP_SINGLERESP *x, ASN1_OBJECT *obj,
    +                                   int lastpos)
    +{
    +    return (X509v3_get_ext_by_OBJ(x->singleExtensions, obj, lastpos));
    +}
    +
    +int OCSP_SINGLERESP_get_ext_by_critical(OCSP_SINGLERESP *x, int crit,
    +                                        int lastpos)
    +{
    +    return (X509v3_get_ext_by_critical(x->singleExtensions, crit, lastpos));
    +}
     
     X509_EXTENSION *OCSP_SINGLERESP_get_ext(OCSP_SINGLERESP *x, int loc)
    -	{
    -	return(X509v3_get_ext(x->singleExtensions,loc));
    -	}
    +{
    +    return (X509v3_get_ext(x->singleExtensions, loc));
    +}
     
     X509_EXTENSION *OCSP_SINGLERESP_delete_ext(OCSP_SINGLERESP *x, int loc)
    -	{
    -	return(X509v3_delete_ext(x->singleExtensions,loc));
    -	}
    -
    -void *OCSP_SINGLERESP_get1_ext_d2i(OCSP_SINGLERESP *x, int nid, int *crit, int *idx)
    -	{
    -	return X509V3_get_d2i(x->singleExtensions, nid, crit, idx);
    -	}
    -
    -int OCSP_SINGLERESP_add1_ext_i2d(OCSP_SINGLERESP *x, int nid, void *value, int crit,
    -							unsigned long flags)
    -	{
    -	return X509V3_add1_i2d(&x->singleExtensions, nid, value, crit, flags);
    -	}
    +{
    +    return (X509v3_delete_ext(x->singleExtensions, loc));
    +}
    +
    +void *OCSP_SINGLERESP_get1_ext_d2i(OCSP_SINGLERESP *x, int nid, int *crit,
    +                                   int *idx)
    +{
    +    return X509V3_get_d2i(x->singleExtensions, nid, crit, idx);
    +}
    +
    +int OCSP_SINGLERESP_add1_ext_i2d(OCSP_SINGLERESP *x, int nid, void *value,
    +                                 int crit, unsigned long flags)
    +{
    +    return X509V3_add1_i2d(&x->singleExtensions, nid, value, crit, flags);
    +}
     
     int OCSP_SINGLERESP_add_ext(OCSP_SINGLERESP *x, X509_EXTENSION *ex, int loc)
    -	{
    -	return(X509v3_add_ext(&(x->singleExtensions),ex,loc) != NULL);
    -	}
    +{
    +    return (X509v3_add_ext(&(x->singleExtensions), ex, loc) != NULL);
    +}
     
     /* also CRL Entry Extensions */
     #if 0
     ASN1_STRING *ASN1_STRING_encode(ASN1_STRING *s, i2d_of_void *i2d,
    -				void *data, STACK_OF(ASN1_OBJECT) *sk)
    -        {
    -	int i;
    -	unsigned char *p, *b = NULL;
    -
    -	if (data)
    -	        {
    -		if ((i=i2d(data,NULL)) <= 0) goto err;
    -		if (!(b=p=OPENSSL_malloc((unsigned int)i)))
    -			goto err;
    -	        if (i2d(data, &p) <= 0) goto err;
    -		}
    -	else if (sk)
    -	        {
    -		if ((i=i2d_ASN1_SET_OF_ASN1_OBJECT(sk,NULL,
    -						   (I2D_OF(ASN1_OBJECT))i2d,
    -						   V_ASN1_SEQUENCE,
    -						   V_ASN1_UNIVERSAL,
    -						   IS_SEQUENCE))<=0) goto err;
    -		if (!(b=p=OPENSSL_malloc((unsigned int)i)))
    -			goto err;
    -		if (i2d_ASN1_SET_OF_ASN1_OBJECT(sk,&p,(I2D_OF(ASN1_OBJECT))i2d,
    -						V_ASN1_SEQUENCE,
    -						V_ASN1_UNIVERSAL,
    -						IS_SEQUENCE)<=0) goto err;
    -		}
    -	else
    -		{
    -		OCSPerr(OCSP_F_ASN1_STRING_ENCODE,OCSP_R_BAD_DATA);
    -		goto err;
    -		}
    -	if (!s && !(s = ASN1_STRING_new())) goto err;
    -	if (!(ASN1_STRING_set(s, b, i))) goto err;
    -	OPENSSL_free(b);
    -	return s;
    -err:
    -	if (b) OPENSSL_free(b);
    -	return NULL;
    -	}
    +                                void *data, STACK_OF(ASN1_OBJECT) *sk)
    +{
    +    int i;
    +    unsigned char *p, *b = NULL;
    +
    +    if (data) {
    +        if ((i = i2d(data, NULL)) <= 0)
    +            goto err;
    +        if (!(b = p = OPENSSL_malloc((unsigned int)i)))
    +            goto err;
    +        if (i2d(data, &p) <= 0)
    +            goto err;
    +    } else if (sk) {
    +        if ((i = i2d_ASN1_SET_OF_ASN1_OBJECT(sk, NULL,
    +                                             (I2D_OF(ASN1_OBJECT)) i2d,
    +                                             V_ASN1_SEQUENCE,
    +                                             V_ASN1_UNIVERSAL,
    +                                             IS_SEQUENCE)) <= 0)
    +             goto err;
    +        if (!(b = p = OPENSSL_malloc((unsigned int)i)))
    +            goto err;
    +        if (i2d_ASN1_SET_OF_ASN1_OBJECT(sk, &p, (I2D_OF(ASN1_OBJECT)) i2d,
    +                                        V_ASN1_SEQUENCE,
    +                                        V_ASN1_UNIVERSAL, IS_SEQUENCE) <= 0)
    +             goto err;
    +    } else {
    +        OCSPerr(OCSP_F_ASN1_STRING_ENCODE, OCSP_R_BAD_DATA);
    +        goto err;
    +    }
    +    if (!s && !(s = ASN1_STRING_new()))
    +        goto err;
    +    if (!(ASN1_STRING_set(s, b, i)))
    +        goto err;
    +    OPENSSL_free(b);
    +    return s;
    + err:
    +    if (b)
    +        OPENSSL_free(b);
    +    return NULL;
    +}
     #endif
     
     /* Nonce handling functions */
     
    -/* Add a nonce to an extension stack. A nonce can be specificed or if NULL
    - * a random nonce will be generated.
    - * Note: OpenSSL 0.9.7d and later create an OCTET STRING containing the 
    - * nonce, previous versions used the raw nonce.
    +/*
    + * Add a nonce to an extension stack. A nonce can be specificed or if NULL a
    + * random nonce will be generated. Note: OpenSSL 0.9.7d and later create an
    + * OCTET STRING containing the nonce, previous versions used the raw nonce.
      */
     
    -static int ocsp_add1_nonce(STACK_OF(X509_EXTENSION) **exts, unsigned char *val, int len)
    -	{
    -	unsigned char *tmpval;
    -	ASN1_OCTET_STRING os;
    -	int ret = 0;
    -	if (len <= 0) len = OCSP_DEFAULT_NONCE_LENGTH;
    -	/* Create the OCTET STRING manually by writing out the header and
    -	 * appending the content octets. This avoids an extra memory allocation
    -	 * operation in some cases. Applications should *NOT* do this because
    -         * it relies on library internals.
    -	 */
    -	os.length = ASN1_object_size(0, len, V_ASN1_OCTET_STRING);
    -	os.data = OPENSSL_malloc(os.length);
    -	if (os.data == NULL)
    -		goto err;
    -	tmpval = os.data;
    -	ASN1_put_object(&tmpval, 0, len, V_ASN1_OCTET_STRING, V_ASN1_UNIVERSAL);
    -	if (val)
    -		memcpy(tmpval, val, len);
    -	else
    -		RAND_pseudo_bytes(tmpval, len);
    -	if(!X509V3_add1_i2d(exts, NID_id_pkix_OCSP_Nonce,
    -			&os, 0, X509V3_ADD_REPLACE))
    -				goto err;
    -	ret = 1;
    -	err:
    -	if (os.data)
    -		OPENSSL_free(os.data);
    -	return ret;
    -	}
    -
    +static int ocsp_add1_nonce(STACK_OF(X509_EXTENSION) **exts,
    +                           unsigned char *val, int len)
    +{
    +    unsigned char *tmpval;
    +    ASN1_OCTET_STRING os;
    +    int ret = 0;
    +    if (len <= 0)
    +        len = OCSP_DEFAULT_NONCE_LENGTH;
    +    /*
    +     * Create the OCTET STRING manually by writing out the header and
    +     * appending the content octets. This avoids an extra memory allocation
    +     * operation in some cases. Applications should *NOT* do this because it
    +     * relies on library internals.
    +     */
    +    os.length = ASN1_object_size(0, len, V_ASN1_OCTET_STRING);
    +    os.data = OPENSSL_malloc(os.length);
    +    if (os.data == NULL)
    +        goto err;
    +    tmpval = os.data;
    +    ASN1_put_object(&tmpval, 0, len, V_ASN1_OCTET_STRING, V_ASN1_UNIVERSAL);
    +    if (val)
    +        memcpy(tmpval, val, len);
    +    else
    +        RAND_pseudo_bytes(tmpval, len);
    +    if (!X509V3_add1_i2d(exts, NID_id_pkix_OCSP_Nonce,
    +                         &os, 0, X509V3_ADD_REPLACE))
    +        goto err;
    +    ret = 1;
    + err:
    +    if (os.data)
    +        OPENSSL_free(os.data);
    +    return ret;
    +}
     
     /* Add nonce to an OCSP request */
     
     int OCSP_request_add1_nonce(OCSP_REQUEST *req, unsigned char *val, int len)
    -	{
    -	return ocsp_add1_nonce(&req->tbsRequest->requestExtensions, val, len);
    -	}
    +{
    +    return ocsp_add1_nonce(&req->tbsRequest->requestExtensions, val, len);
    +}
     
     /* Same as above but for a response */
     
     int OCSP_basic_add1_nonce(OCSP_BASICRESP *resp, unsigned char *val, int len)
    -	{
    -	return ocsp_add1_nonce(&resp->tbsResponseData->responseExtensions, val, len);
    -	}
    +{
    +    return ocsp_add1_nonce(&resp->tbsResponseData->responseExtensions, val,
    +                           len);
    +}
     
    -/* Check nonce validity in a request and response.
    +/*-
    + * Check nonce validity in a request and response.
      * Return value reflects result:
      *  1: nonces present and equal.
      *  2: nonces both absent.
    @@ -375,144 +403,164 @@ int OCSP_basic_add1_nonce(OCSP_BASICRESP *resp, unsigned char *val, int len)
      */
     
     int OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *bs)
    -	{
    -	/*
    -	 * Since we are only interested in the presence or absence of
    -	 * the nonce and comparing its value there is no need to use
    -	 * the X509V3 routines: this way we can avoid them allocating an
    -	 * ASN1_OCTET_STRING structure for the value which would be
    -	 * freed immediately anyway.
    -	 */
    -
    -	int req_idx, resp_idx;
    -	X509_EXTENSION *req_ext, *resp_ext;
    -	req_idx = OCSP_REQUEST_get_ext_by_NID(req, NID_id_pkix_OCSP_Nonce, -1);
    -	resp_idx = OCSP_BASICRESP_get_ext_by_NID(bs, NID_id_pkix_OCSP_Nonce, -1);
    -	/* Check both absent */
    -	if((req_idx < 0) && (resp_idx < 0))
    -		return 2;
    -	/* Check in request only */
    -	if((req_idx >= 0) && (resp_idx < 0))
    -		return -1;
    -	/* Check in response but not request */
    -	if((req_idx < 0) && (resp_idx >= 0))
    -		return 3;
    -	/* Otherwise nonce in request and response so retrieve the extensions */
    -	req_ext = OCSP_REQUEST_get_ext(req, req_idx);
    -	resp_ext = OCSP_BASICRESP_get_ext(bs, resp_idx);
    -	if(ASN1_OCTET_STRING_cmp(req_ext->value, resp_ext->value))
    -		return 0;
    -	return 1;
    -	}
    -
    -/* Copy the nonce value (if any) from an OCSP request to 
    - * a response.
    +{
    +    /*
    +     * Since we are only interested in the presence or absence of
    +     * the nonce and comparing its value there is no need to use
    +     * the X509V3 routines: this way we can avoid them allocating an
    +     * ASN1_OCTET_STRING structure for the value which would be
    +     * freed immediately anyway.
    +     */
    +
    +    int req_idx, resp_idx;
    +    X509_EXTENSION *req_ext, *resp_ext;
    +    req_idx = OCSP_REQUEST_get_ext_by_NID(req, NID_id_pkix_OCSP_Nonce, -1);
    +    resp_idx = OCSP_BASICRESP_get_ext_by_NID(bs, NID_id_pkix_OCSP_Nonce, -1);
    +    /* Check both absent */
    +    if ((req_idx < 0) && (resp_idx < 0))
    +        return 2;
    +    /* Check in request only */
    +    if ((req_idx >= 0) && (resp_idx < 0))
    +        return -1;
    +    /* Check in response but not request */
    +    if ((req_idx < 0) && (resp_idx >= 0))
    +        return 3;
    +    /*
    +     * Otherwise nonce in request and response so retrieve the extensions
    +     */
    +    req_ext = OCSP_REQUEST_get_ext(req, req_idx);
    +    resp_ext = OCSP_BASICRESP_get_ext(bs, resp_idx);
    +    if (ASN1_OCTET_STRING_cmp(req_ext->value, resp_ext->value))
    +        return 0;
    +    return 1;
    +}
    +
    +/*
    + * Copy the nonce value (if any) from an OCSP request to a response.
      */
     
     int OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req)
    -	{
    -	X509_EXTENSION *req_ext;
    -	int req_idx;
    -	/* Check for nonce in request */
    -	req_idx = OCSP_REQUEST_get_ext_by_NID(req, NID_id_pkix_OCSP_Nonce, -1);
    -	/* If no nonce that's OK */
    -	if (req_idx < 0) return 2;
    -	req_ext = OCSP_REQUEST_get_ext(req, req_idx);
    -	return OCSP_BASICRESP_add_ext(resp, req_ext, -1);
    -	}
    +{
    +    X509_EXTENSION *req_ext;
    +    int req_idx;
    +    /* Check for nonce in request */
    +    req_idx = OCSP_REQUEST_get_ext_by_NID(req, NID_id_pkix_OCSP_Nonce, -1);
    +    /* If no nonce that's OK */
    +    if (req_idx < 0)
    +        return 2;
    +    req_ext = OCSP_REQUEST_get_ext(req, req_idx);
    +    return OCSP_BASICRESP_add_ext(resp, req_ext, -1);
    +}
     
     X509_EXTENSION *OCSP_crlID_new(char *url, long *n, char *tim)
    -        {
    -	X509_EXTENSION *x = NULL;
    -	OCSP_CRLID *cid = NULL;
    -	
    -	if (!(cid = OCSP_CRLID_new())) goto err;
    -	if (url)
    -	        {
    -		if (!(cid->crlUrl = ASN1_IA5STRING_new())) goto err;
    -		if (!(ASN1_STRING_set(cid->crlUrl, url, -1))) goto err;
    -		}
    -	if (n)
    -	        {
    -		if (!(cid->crlNum = ASN1_INTEGER_new())) goto err;
    -		if (!(ASN1_INTEGER_set(cid->crlNum, *n))) goto err;
    -		}
    -	if (tim)
    -	        {
    -		if (!(cid->crlTime = ASN1_GENERALIZEDTIME_new())) goto err;
    -		if (!(ASN1_GENERALIZEDTIME_set_string(cid->crlTime, tim))) 
    -		        goto err;
    -		}
    -	x = X509V3_EXT_i2d(NID_id_pkix_OCSP_CrlID, 0, cid);
    -err:
    -	if (cid) OCSP_CRLID_free(cid);
    -	return x;
    -	}
    +{
    +    X509_EXTENSION *x = NULL;
    +    OCSP_CRLID *cid = NULL;
    +
    +    if (!(cid = OCSP_CRLID_new()))
    +        goto err;
    +    if (url) {
    +        if (!(cid->crlUrl = ASN1_IA5STRING_new()))
    +            goto err;
    +        if (!(ASN1_STRING_set(cid->crlUrl, url, -1)))
    +            goto err;
    +    }
    +    if (n) {
    +        if (!(cid->crlNum = ASN1_INTEGER_new()))
    +            goto err;
    +        if (!(ASN1_INTEGER_set(cid->crlNum, *n)))
    +            goto err;
    +    }
    +    if (tim) {
    +        if (!(cid->crlTime = ASN1_GENERALIZEDTIME_new()))
    +            goto err;
    +        if (!(ASN1_GENERALIZEDTIME_set_string(cid->crlTime, tim)))
    +            goto err;
    +    }
    +    x = X509V3_EXT_i2d(NID_id_pkix_OCSP_CrlID, 0, cid);
    + err:
    +    if (cid)
    +        OCSP_CRLID_free(cid);
    +    return x;
    +}
     
     /*   AcceptableResponses ::= SEQUENCE OF OBJECT IDENTIFIER */
     X509_EXTENSION *OCSP_accept_responses_new(char **oids)
    -        {
    -	int nid;
    -	STACK_OF(ASN1_OBJECT) *sk = NULL;
    -	ASN1_OBJECT *o = NULL;
    -        X509_EXTENSION *x = NULL;
    -
    -	if (!(sk = sk_ASN1_OBJECT_new_null())) goto err;
    -	while (oids && *oids)
    -	        {
    -		if ((nid=OBJ_txt2nid(*oids))!=NID_undef&&(o=OBJ_nid2obj(nid))) 
    -		        sk_ASN1_OBJECT_push(sk, o);
    -		oids++;
    -		}
    -	x = X509V3_EXT_i2d(NID_id_pkix_OCSP_acceptableResponses, 0, sk);
    -err:
    -	if (sk) sk_ASN1_OBJECT_pop_free(sk, ASN1_OBJECT_free);
    -	return x;
    -        }
    +{
    +    int nid;
    +    STACK_OF(ASN1_OBJECT) *sk = NULL;
    +    ASN1_OBJECT *o = NULL;
    +    X509_EXTENSION *x = NULL;
    +
    +    if (!(sk = sk_ASN1_OBJECT_new_null()))
    +        goto err;
    +    while (oids && *oids) {
    +        if ((nid = OBJ_txt2nid(*oids)) != NID_undef && (o = OBJ_nid2obj(nid)))
    +            sk_ASN1_OBJECT_push(sk, o);
    +        oids++;
    +    }
    +    x = X509V3_EXT_i2d(NID_id_pkix_OCSP_acceptableResponses, 0, sk);
    + err:
    +    if (sk)
    +        sk_ASN1_OBJECT_pop_free(sk, ASN1_OBJECT_free);
    +    return x;
    +}
     
     /*  ArchiveCutoff ::= GeneralizedTime */
    -X509_EXTENSION *OCSP_archive_cutoff_new(char* tim)
    -        {
    -	X509_EXTENSION *x=NULL;
    -	ASN1_GENERALIZEDTIME *gt = NULL;
    -
    -	if (!(gt = ASN1_GENERALIZEDTIME_new())) goto err;
    -	if (!(ASN1_GENERALIZEDTIME_set_string(gt, tim))) goto err;
    -	x = X509V3_EXT_i2d(NID_id_pkix_OCSP_archiveCutoff, 0, gt);
    -err:
    -	if (gt) ASN1_GENERALIZEDTIME_free(gt);
    -	return x;
    -	}
    -
    -/* per ACCESS_DESCRIPTION parameter are oids, of which there are currently
    - * two--NID_ad_ocsp, NID_id_ad_caIssuers--and GeneralName value.  This
    - * method forces NID_ad_ocsp and uniformResourceLocator [6] IA5String.
    +X509_EXTENSION *OCSP_archive_cutoff_new(char *tim)
    +{
    +    X509_EXTENSION *x = NULL;
    +    ASN1_GENERALIZEDTIME *gt = NULL;
    +
    +    if (!(gt = ASN1_GENERALIZEDTIME_new()))
    +        goto err;
    +    if (!(ASN1_GENERALIZEDTIME_set_string(gt, tim)))
    +        goto err;
    +    x = X509V3_EXT_i2d(NID_id_pkix_OCSP_archiveCutoff, 0, gt);
    + err:
    +    if (gt)
    +        ASN1_GENERALIZEDTIME_free(gt);
    +    return x;
    +}
    +
    +/*
    + * per ACCESS_DESCRIPTION parameter are oids, of which there are currently
    + * two--NID_ad_ocsp, NID_id_ad_caIssuers--and GeneralName value.  This method
    + * forces NID_ad_ocsp and uniformResourceLocator [6] IA5String.
      */
    -X509_EXTENSION *OCSP_url_svcloc_new(X509_NAME* issuer, char **urls)
    -        {
    -	X509_EXTENSION *x = NULL;
    -	ASN1_IA5STRING *ia5 = NULL;
    -	OCSP_SERVICELOC *sloc = NULL;
    -	ACCESS_DESCRIPTION *ad = NULL;
    -	
    -	if (!(sloc = OCSP_SERVICELOC_new())) goto err;
    -	if (!(sloc->issuer = X509_NAME_dup(issuer))) goto err;
    -	if (urls && *urls && !(sloc->locator = sk_ACCESS_DESCRIPTION_new_null())) goto err;
    -	while (urls && *urls)
    -	        {
    -		if (!(ad = ACCESS_DESCRIPTION_new())) goto err;
    -		if (!(ad->method=OBJ_nid2obj(NID_ad_OCSP))) goto err;
    -		if (!(ad->location = GENERAL_NAME_new())) goto err;
    -	        if (!(ia5 = ASN1_IA5STRING_new())) goto err;
    -		if (!ASN1_STRING_set((ASN1_STRING*)ia5, *urls, -1)) goto err;
    -		ad->location->type = GEN_URI;
    -		ad->location->d.ia5 = ia5;
    -		if (!sk_ACCESS_DESCRIPTION_push(sloc->locator, ad)) goto err;
    -		urls++;
    -		}
    -	x = X509V3_EXT_i2d(NID_id_pkix_OCSP_serviceLocator, 0, sloc);
    -err:
    -	if (sloc) OCSP_SERVICELOC_free(sloc);
    -	return x;
    -	}
    -
    +X509_EXTENSION *OCSP_url_svcloc_new(X509_NAME *issuer, char **urls)
    +{
    +    X509_EXTENSION *x = NULL;
    +    ASN1_IA5STRING *ia5 = NULL;
    +    OCSP_SERVICELOC *sloc = NULL;
    +    ACCESS_DESCRIPTION *ad = NULL;
    +
    +    if (!(sloc = OCSP_SERVICELOC_new()))
    +        goto err;
    +    if (!(sloc->issuer = X509_NAME_dup(issuer)))
    +        goto err;
    +    if (urls && *urls && !(sloc->locator = sk_ACCESS_DESCRIPTION_new_null()))
    +        goto err;
    +    while (urls && *urls) {
    +        if (!(ad = ACCESS_DESCRIPTION_new()))
    +            goto err;
    +        if (!(ad->method = OBJ_nid2obj(NID_ad_OCSP)))
    +            goto err;
    +        if (!(ad->location = GENERAL_NAME_new()))
    +            goto err;
    +        if (!(ia5 = ASN1_IA5STRING_new()))
    +            goto err;
    +        if (!ASN1_STRING_set((ASN1_STRING *)ia5, *urls, -1))
    +            goto err;
    +        ad->location->type = GEN_URI;
    +        ad->location->d.ia5 = ia5;
    +        if (!sk_ACCESS_DESCRIPTION_push(sloc->locator, ad))
    +            goto err;
    +        urls++;
    +    }
    +    x = X509V3_EXT_i2d(NID_id_pkix_OCSP_serviceLocator, 0, sloc);
    + err:
    +    if (sloc)
    +        OCSP_SERVICELOC_free(sloc);
    +    return x;
    +}
    diff --git a/openssl/crypto/ocsp/ocsp_ht.c b/openssl/crypto/ocsp/ocsp_ht.c
    index 09eb855d4..88b26b38e 100644
    --- a/openssl/crypto/ocsp/ocsp_ht.c
    +++ b/openssl/crypto/ocsp/ocsp_ht.c
    @@ -1,6 +1,7 @@
     /* ocsp_ht.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2006.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2006.
      */
     /* ====================================================================
      * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -66,447 +67,489 @@
     #include 
     #include 
     #ifdef OPENSSL_SYS_SUNOS
    -#define strtoul (unsigned long)strtol
    -#endif /* OPENSSL_SYS_SUNOS */
    +# define strtoul (unsigned long)strtol
    +#endif                          /* OPENSSL_SYS_SUNOS */
     
     /* Stateful OCSP request code, supporting non-blocking I/O */
     
     /* Opaque OCSP request status structure */
     
     struct ocsp_req_ctx_st {
    -	int state;		/* Current I/O state */
    -	unsigned char *iobuf;	/* Line buffer */
    -	int iobuflen;		/* Line buffer length */
    -	BIO *io;		/* BIO to perform I/O with */
    -	BIO *mem;		/* Memory BIO response is built into */
    -	unsigned long asn1_len;	/* ASN1 length of response */
    -	};
    -
    -#define OCSP_MAX_REQUEST_LENGTH	(100 * 1024)
    -#define OCSP_MAX_LINE_LEN	4096;
    +    int state;                  /* Current I/O state */
    +    unsigned char *iobuf;       /* Line buffer */
    +    int iobuflen;               /* Line buffer length */
    +    BIO *io;                    /* BIO to perform I/O with */
    +    BIO *mem;                   /* Memory BIO response is built into */
    +    unsigned long asn1_len;     /* ASN1 length of response */
    +    unsigned long max_resp_len; /* Maximum length of response */
    +};
    +
    +#define OCSP_MAX_RESP_LENGTH    (100 * 1024)
    +#define OCSP_MAX_LINE_LEN       4096;
     
     /* OCSP states */
     
     /* If set no reading should be performed */
    -#define OHS_NOREAD		0x1000
    +#define OHS_NOREAD              0x1000
     /* Error condition */
    -#define OHS_ERROR		(0 | OHS_NOREAD)
    +#define OHS_ERROR               (0 | OHS_NOREAD)
     /* First line being read */
    -#define OHS_FIRSTLINE		1
    +#define OHS_FIRSTLINE           1
     /* MIME headers being read */
    -#define OHS_HEADERS		2
    +#define OHS_HEADERS             2
     /* OCSP initial header (tag + length) being read */
    -#define OHS_ASN1_HEADER		3
    +#define OHS_ASN1_HEADER         3
     /* OCSP content octets being read */
    -#define OHS_ASN1_CONTENT	4
    +#define OHS_ASN1_CONTENT        4
    +/* First call: ready to start I/O */
    +#define OHS_ASN1_WRITE_INIT     (5 | OHS_NOREAD)
     /* Request being sent */
    -#define OHS_ASN1_WRITE		(6 | OHS_NOREAD)
    +#define OHS_ASN1_WRITE          (6 | OHS_NOREAD)
     /* Request being flushed */
    -#define OHS_ASN1_FLUSH		(7 | OHS_NOREAD)
    +#define OHS_ASN1_FLUSH          (7 | OHS_NOREAD)
     /* Completed */
    -#define OHS_DONE		(8 | OHS_NOREAD)
    -
    +#define OHS_DONE                (8 | OHS_NOREAD)
    +/* Headers set, no final \r\n included */
    +#define OHS_HTTP_HEADER         (9 | OHS_NOREAD)
     
     static int parse_http_line1(char *line);
     
    +OCSP_REQ_CTX *OCSP_REQ_CTX_new(BIO *io, int maxline)
    +{
    +    OCSP_REQ_CTX *rctx;
    +    rctx = OPENSSL_malloc(sizeof(OCSP_REQ_CTX));
    +    if (!rctx)
    +        return NULL;
    +    rctx->state = OHS_ERROR;
    +    rctx->max_resp_len = OCSP_MAX_RESP_LENGTH;
    +    rctx->mem = BIO_new(BIO_s_mem());
    +    rctx->io = io;
    +    rctx->asn1_len = 0;
    +    if (maxline > 0)
    +        rctx->iobuflen = maxline;
    +    else
    +        rctx->iobuflen = OCSP_MAX_LINE_LEN;
    +    rctx->iobuf = OPENSSL_malloc(rctx->iobuflen);
    +    if (!rctx->iobuf || !rctx->mem) {
    +        OCSP_REQ_CTX_free(rctx);
    +        return NULL;
    +    }
    +    return rctx;
    +}
    +
     void OCSP_REQ_CTX_free(OCSP_REQ_CTX *rctx)
    -	{
    -	if (rctx->mem)
    -		BIO_free(rctx->mem);
    -	if (rctx->iobuf)
    -		OPENSSL_free(rctx->iobuf);
    -	OPENSSL_free(rctx);
    -	}
    +{
    +    if (rctx->mem)
    +        BIO_free(rctx->mem);
    +    if (rctx->iobuf)
    +        OPENSSL_free(rctx->iobuf);
    +    OPENSSL_free(rctx);
    +}
    +
    +BIO *OCSP_REQ_CTX_get0_mem_bio(OCSP_REQ_CTX *rctx)
    +{
    +    return rctx->mem;
    +}
    +
    +void OCSP_set_max_response_length(OCSP_REQ_CTX *rctx, unsigned long len)
    +{
    +    if (len == 0)
    +        rctx->max_resp_len = OCSP_MAX_RESP_LENGTH;
    +    else
    +        rctx->max_resp_len = len;
    +}
    +
    +int OCSP_REQ_CTX_i2d(OCSP_REQ_CTX *rctx, const ASN1_ITEM *it, ASN1_VALUE *val)
    +{
    +    static const char req_hdr[] =
    +        "Content-Type: application/ocsp-request\r\n"
    +        "Content-Length: %d\r\n\r\n";
    +    int reqlen = ASN1_item_i2d(val, NULL, it);
    +    if (BIO_printf(rctx->mem, req_hdr, reqlen) <= 0)
    +        return 0;
    +    if (ASN1_item_i2d_bio(it, rctx->mem, val) <= 0)
    +        return 0;
    +    rctx->state = OHS_ASN1_WRITE_INIT;
    +    return 1;
    +}
    +
    +int OCSP_REQ_CTX_nbio_d2i(OCSP_REQ_CTX *rctx,
    +                          ASN1_VALUE **pval, const ASN1_ITEM *it)
    +{
    +    int rv, len;
    +    const unsigned char *p;
    +
    +    rv = OCSP_REQ_CTX_nbio(rctx);
    +    if (rv != 1)
    +        return rv;
    +
    +    len = BIO_get_mem_data(rctx->mem, &p);
    +    *pval = ASN1_item_d2i(NULL, &p, len, it);
    +    if (*pval == NULL) {
    +        rctx->state = OHS_ERROR;
    +        return 0;
    +    }
    +    return 1;
    +}
    +
    +int OCSP_REQ_CTX_http(OCSP_REQ_CTX *rctx, const char *op, const char *path)
    +{
    +    static const char http_hdr[] = "%s %s HTTP/1.0\r\n";
    +
    +    if (!path)
    +        path = "/";
    +
    +    if (BIO_printf(rctx->mem, http_hdr, op, path) <= 0)
    +        return 0;
    +    rctx->state = OHS_HTTP_HEADER;
    +    return 1;
    +}
     
     int OCSP_REQ_CTX_set1_req(OCSP_REQ_CTX *rctx, OCSP_REQUEST *req)
    -	{
    -	static const char req_hdr[] =
    -	"Content-Type: application/ocsp-request\r\n"
    -	"Content-Length: %d\r\n\r\n";
    -        if (BIO_printf(rctx->mem, req_hdr, i2d_OCSP_REQUEST(req, NULL)) <= 0)
    -		return 0;
    -        if (i2d_OCSP_REQUEST_bio(rctx->mem, req) <= 0)
    -		return 0;
    -	rctx->state = OHS_ASN1_WRITE;
    -	rctx->asn1_len = BIO_get_mem_data(rctx->mem, NULL);
    -	return 1;
    -	}
    +{
    +    return OCSP_REQ_CTX_i2d(rctx, ASN1_ITEM_rptr(OCSP_REQUEST),
    +                            (ASN1_VALUE *)req);
    +}
     
     int OCSP_REQ_CTX_add1_header(OCSP_REQ_CTX *rctx,
    -		const char *name, const char *value)
    -	{
    -	if (!name)
    -		return 0;
    -	if (BIO_puts(rctx->mem, name) <= 0)
    -		return 0;
    -	if (value)
    -		{
    -		if (BIO_write(rctx->mem, ": ", 2) != 2)
    -			return 0;
    -		if (BIO_puts(rctx->mem, value) <= 0)
    -			return 0;
    -		}
    -	if (BIO_write(rctx->mem, "\r\n", 2) != 2)
    -		return 0;
    -	return 1;
    -	}
    -
    -OCSP_REQ_CTX *OCSP_sendreq_new(BIO *io, char *path, OCSP_REQUEST *req,
    -								int maxline)
    -	{
    -	static const char post_hdr[] = "POST %s HTTP/1.0\r\n";
    -
    -	OCSP_REQ_CTX *rctx;
    -	rctx = OPENSSL_malloc(sizeof(OCSP_REQ_CTX));
    -	if (!rctx)
    -		return NULL;
    -	rctx->state = OHS_ERROR;
    -	rctx->mem = BIO_new(BIO_s_mem());
    -	rctx->io = io;
    -	rctx->asn1_len = 0;
    -	if (maxline > 0)
    -		rctx->iobuflen = maxline;
    -	else
    -		rctx->iobuflen = OCSP_MAX_LINE_LEN;
    -	rctx->iobuf = OPENSSL_malloc(rctx->iobuflen);
    -	if (!rctx->mem || !rctx->iobuf)
    -		goto err;
    -	if (!path)
    -		path = "/";
    -
    -        if (BIO_printf(rctx->mem, post_hdr, path) <= 0)
    -		goto err;
    -
    -	if (req && !OCSP_REQ_CTX_set1_req(rctx, req))
    -		goto err;
    -
    -	return rctx;
    -	err:
    -	OCSP_REQ_CTX_free(rctx);
    -	return NULL;
    -	}
    -
    -/* Parse the HTTP response. This will look like this:
    - * "HTTP/1.0 200 OK". We need to obtain the numeric code and
    - * (optional) informational message.
    +                             const char *name, const char *value)
    +{
    +    if (!name)
    +        return 0;
    +    if (BIO_puts(rctx->mem, name) <= 0)
    +        return 0;
    +    if (value) {
    +        if (BIO_write(rctx->mem, ": ", 2) != 2)
    +            return 0;
    +        if (BIO_puts(rctx->mem, value) <= 0)
    +            return 0;
    +    }
    +    if (BIO_write(rctx->mem, "\r\n", 2) != 2)
    +        return 0;
    +    rctx->state = OHS_HTTP_HEADER;
    +    return 1;
    +}
    +
    +OCSP_REQ_CTX *OCSP_sendreq_new(BIO *io, const char *path, OCSP_REQUEST *req,
    +                               int maxline)
    +{
    +
    +    OCSP_REQ_CTX *rctx = NULL;
    +    rctx = OCSP_REQ_CTX_new(io, maxline);
    +    if (!rctx)
    +        return NULL;
    +
    +    if (!OCSP_REQ_CTX_http(rctx, "POST", path))
    +        goto err;
    +
    +    if (req && !OCSP_REQ_CTX_set1_req(rctx, req))
    +        goto err;
    +
    +    return rctx;
    +
    + err:
    +    OCSP_REQ_CTX_free(rctx);
    +    return NULL;
    +}
    +
    +/*
    + * Parse the HTTP response. This will look like this: "HTTP/1.0 200 OK". We
    + * need to obtain the numeric code and (optional) informational message.
      */
     
     static int parse_http_line1(char *line)
    -	{
    -	int retcode;
    -	char *p, *q, *r;
    -	/* Skip to first white space (passed protocol info) */
    -
    -	for(p = line; *p && !isspace((unsigned char)*p); p++)
    -		continue;
    -	if(!*p)
    -		{
    -		OCSPerr(OCSP_F_PARSE_HTTP_LINE1,
    -					OCSP_R_SERVER_RESPONSE_PARSE_ERROR);
    -		return 0;
    -		}
    -
    -	/* Skip past white space to start of response code */
    -	while(*p && isspace((unsigned char)*p))
    -		p++;
    -
    -	if(!*p)
    -		{
    -		OCSPerr(OCSP_F_PARSE_HTTP_LINE1,
    -					OCSP_R_SERVER_RESPONSE_PARSE_ERROR);
    -		return 0;
    -		}
    -
    -	/* Find end of response code: first whitespace after start of code */
    -	for(q = p; *q && !isspace((unsigned char)*q); q++)
    -		continue;
    -
    -	if(!*q)
    -		{
    -		OCSPerr(OCSP_F_PARSE_HTTP_LINE1,
    -					OCSP_R_SERVER_RESPONSE_PARSE_ERROR);
    -		return 0;
    -		}
    -
    -	/* Set end of response code and start of message */ 
    -	*q++ = 0;
    -
    -	/* Attempt to parse numeric code */
    -	retcode = strtoul(p, &r, 10);
    -
    -	if(*r)
    -		return 0;
    -
    -	/* Skip over any leading white space in message */
    -	while(*q && isspace((unsigned char)*q))
    -		q++;
    -
    -	if(*q)
    -		{
    -		/* Finally zap any trailing white space in message (include
    -		 * CRLF) */
    -
    -		/* We know q has a non white space character so this is OK */
    -		for(r = q + strlen(q) - 1; isspace((unsigned char)*r); r--)
    -			*r = 0;
    -		}
    -	if(retcode != 200)
    -		{
    -		OCSPerr(OCSP_F_PARSE_HTTP_LINE1, OCSP_R_SERVER_RESPONSE_ERROR);
    -		if(!*q)
    -			ERR_add_error_data(2, "Code=", p);
    -		else
    -			ERR_add_error_data(4, "Code=", p, ",Reason=", q);
    -		return 0;
    -		}
    -
    -
    -	return 1;
    -
    -	}
    +{
    +    int retcode;
    +    char *p, *q, *r;
    +    /* Skip to first white space (passed protocol info) */
    +
    +    for (p = line; *p && !isspace((unsigned char)*p); p++)
    +        continue;
    +    if (!*p) {
    +        OCSPerr(OCSP_F_PARSE_HTTP_LINE1, OCSP_R_SERVER_RESPONSE_PARSE_ERROR);
    +        return 0;
    +    }
    +
    +    /* Skip past white space to start of response code */
    +    while (*p && isspace((unsigned char)*p))
    +        p++;
    +
    +    if (!*p) {
    +        OCSPerr(OCSP_F_PARSE_HTTP_LINE1, OCSP_R_SERVER_RESPONSE_PARSE_ERROR);
    +        return 0;
    +    }
    +
    +    /* Find end of response code: first whitespace after start of code */
    +    for (q = p; *q && !isspace((unsigned char)*q); q++)
    +        continue;
    +
    +    if (!*q) {
    +        OCSPerr(OCSP_F_PARSE_HTTP_LINE1, OCSP_R_SERVER_RESPONSE_PARSE_ERROR);
    +        return 0;
    +    }
    +
    +    /* Set end of response code and start of message */
    +    *q++ = 0;
    +
    +    /* Attempt to parse numeric code */
    +    retcode = strtoul(p, &r, 10);
    +
    +    if (*r)
    +        return 0;
    +
    +    /* Skip over any leading white space in message */
    +    while (*q && isspace((unsigned char)*q))
    +        q++;
    +
    +    if (*q) {
    +        /*
    +         * Finally zap any trailing white space in message (include CRLF)
    +         */
    +
    +        /* We know q has a non white space character so this is OK */
    +        for (r = q + strlen(q) - 1; isspace((unsigned char)*r); r--)
    +            *r = 0;
    +    }
    +    if (retcode != 200) {
    +        OCSPerr(OCSP_F_PARSE_HTTP_LINE1, OCSP_R_SERVER_RESPONSE_ERROR);
    +        if (!*q)
    +            ERR_add_error_data(2, "Code=", p);
    +        else
    +            ERR_add_error_data(4, "Code=", p, ",Reason=", q);
    +        return 0;
    +    }
    +
    +    return 1;
    +
    +}
    +
    +int OCSP_REQ_CTX_nbio(OCSP_REQ_CTX *rctx)
    +{
    +    int i, n;
    +    const unsigned char *p;
    + next_io:
    +    if (!(rctx->state & OHS_NOREAD)) {
    +        n = BIO_read(rctx->io, rctx->iobuf, rctx->iobuflen);
    +
    +        if (n <= 0) {
    +            if (BIO_should_retry(rctx->io))
    +                return -1;
    +            return 0;
    +        }
    +
    +        /* Write data to memory BIO */
    +
    +        if (BIO_write(rctx->mem, rctx->iobuf, n) != n)
    +            return 0;
    +    }
    +
    +    switch (rctx->state) {
    +    case OHS_HTTP_HEADER:
    +        /* Last operation was adding headers: need a final \r\n */
    +        if (BIO_write(rctx->mem, "\r\n", 2) != 2) {
    +            rctx->state = OHS_ERROR;
    +            return 0;
    +        }
    +        rctx->state = OHS_ASN1_WRITE_INIT;
    +
    +    case OHS_ASN1_WRITE_INIT:
    +        rctx->asn1_len = BIO_get_mem_data(rctx->mem, NULL);
    +        rctx->state = OHS_ASN1_WRITE;
    +
    +    case OHS_ASN1_WRITE:
    +        n = BIO_get_mem_data(rctx->mem, &p);
    +
    +        i = BIO_write(rctx->io, p + (n - rctx->asn1_len), rctx->asn1_len);
    +
    +        if (i <= 0) {
    +            if (BIO_should_retry(rctx->io))
    +                return -1;
    +            rctx->state = OHS_ERROR;
    +            return 0;
    +        }
    +
    +        rctx->asn1_len -= i;
    +
    +        if (rctx->asn1_len > 0)
    +            goto next_io;
    +
    +        rctx->state = OHS_ASN1_FLUSH;
    +
    +        (void)BIO_reset(rctx->mem);
    +
    +    case OHS_ASN1_FLUSH:
    +
    +        i = BIO_flush(rctx->io);
    +
    +        if (i > 0) {
    +            rctx->state = OHS_FIRSTLINE;
    +            goto next_io;
    +        }
    +
    +        if (BIO_should_retry(rctx->io))
    +            return -1;
    +
    +        rctx->state = OHS_ERROR;
    +        return 0;
    +
    +    case OHS_ERROR:
    +        return 0;
    +
    +    case OHS_FIRSTLINE:
    +    case OHS_HEADERS:
    +
    +        /* Attempt to read a line in */
    +
    + next_line:
    +        /*
    +         * Due to &%^*$" memory BIO behaviour with BIO_gets we have to check
    +         * there's a complete line in there before calling BIO_gets or we'll
    +         * just get a partial read.
    +         */
    +        n = BIO_get_mem_data(rctx->mem, &p);
    +        if ((n <= 0) || !memchr(p, '\n', n)) {
    +            if (n >= rctx->iobuflen) {
    +                rctx->state = OHS_ERROR;
    +                return 0;
    +            }
    +            goto next_io;
    +        }
    +        n = BIO_gets(rctx->mem, (char *)rctx->iobuf, rctx->iobuflen);
    +
    +        if (n <= 0) {
    +            if (BIO_should_retry(rctx->mem))
    +                goto next_io;
    +            rctx->state = OHS_ERROR;
    +            return 0;
    +        }
    +
    +        /* Don't allow excessive lines */
    +        if (n == rctx->iobuflen) {
    +            rctx->state = OHS_ERROR;
    +            return 0;
    +        }
    +
    +        /* First line */
    +        if (rctx->state == OHS_FIRSTLINE) {
    +            if (parse_http_line1((char *)rctx->iobuf)) {
    +                rctx->state = OHS_HEADERS;
    +                goto next_line;
    +            } else {
    +                rctx->state = OHS_ERROR;
    +                return 0;
    +            }
    +        } else {
    +            /* Look for blank line: end of headers */
    +            for (p = rctx->iobuf; *p; p++) {
    +                if ((*p != '\r') && (*p != '\n'))
    +                    break;
    +            }
    +            if (*p)
    +                goto next_line;
    +
    +            rctx->state = OHS_ASN1_HEADER;
    +
    +        }
    +
    +        /* Fall thru */
    +
    +    case OHS_ASN1_HEADER:
    +        /*
    +         * Now reading ASN1 header: can read at least 2 bytes which is enough
    +         * for ASN1 SEQUENCE header and either length field or at least the
    +         * length of the length field.
    +         */
    +        n = BIO_get_mem_data(rctx->mem, &p);
    +        if (n < 2)
    +            goto next_io;
    +
    +        /* Check it is an ASN1 SEQUENCE */
    +        if (*p++ != (V_ASN1_SEQUENCE | V_ASN1_CONSTRUCTED)) {
    +            rctx->state = OHS_ERROR;
    +            return 0;
    +        }
    +
    +        /* Check out length field */
    +        if (*p & 0x80) {
    +            /*
    +             * If MSB set on initial length octet we can now always read 6
    +             * octets: make sure we have them.
    +             */
    +            if (n < 6)
    +                goto next_io;
    +            n = *p & 0x7F;
    +            /* Not NDEF or excessive length */
    +            if (!n || (n > 4)) {
    +                rctx->state = OHS_ERROR;
    +                return 0;
    +            }
    +            p++;
    +            rctx->asn1_len = 0;
    +            for (i = 0; i < n; i++) {
    +                rctx->asn1_len <<= 8;
    +                rctx->asn1_len |= *p++;
    +            }
    +
    +            if (rctx->asn1_len > rctx->max_resp_len) {
    +                rctx->state = OHS_ERROR;
    +                return 0;
    +            }
    +
    +            rctx->asn1_len += n + 2;
    +        } else
    +            rctx->asn1_len = *p + 2;
    +
    +        rctx->state = OHS_ASN1_CONTENT;
    +
    +        /* Fall thru */
    +
    +    case OHS_ASN1_CONTENT:
    +        n = BIO_get_mem_data(rctx->mem, NULL);
    +        if (n < (int)rctx->asn1_len)
    +            goto next_io;
    +
    +        rctx->state = OHS_DONE;
    +        return 1;
    +
    +        break;
    +
    +    case OHS_DONE:
    +        return 1;
    +
    +    }
    +
    +    return 0;
    +
    +}
     
     int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx)
    -	{
    -	int i, n;
    -	const unsigned char *p;
    -	next_io:
    -	if (!(rctx->state & OHS_NOREAD))
    -		{
    -		n = BIO_read(rctx->io, rctx->iobuf, rctx->iobuflen);
    -
    -		if (n <= 0)
    -			{
    -			if (BIO_should_retry(rctx->io))
    -				return -1;
    -			return 0;
    -			}
    -
    -		/* Write data to memory BIO */
    -
    -		if (BIO_write(rctx->mem, rctx->iobuf, n) != n)
    -			return 0;
    -		}
    -
    -	switch(rctx->state)
    -		{
    -
    -		case OHS_ASN1_WRITE:
    -		n = BIO_get_mem_data(rctx->mem, &p);
    -
    -		i = BIO_write(rctx->io,
    -			p + (n - rctx->asn1_len), rctx->asn1_len);
    -
    -		if (i <= 0)
    -			{
    -			if (BIO_should_retry(rctx->io))
    -				return -1;
    -			rctx->state = OHS_ERROR;
    -			return 0;
    -			}
    -
    -		rctx->asn1_len -= i;
    -
    -		if (rctx->asn1_len > 0)
    -			goto next_io;
    -
    -		rctx->state = OHS_ASN1_FLUSH;
    -
    -		(void)BIO_reset(rctx->mem);
    -
    -		case OHS_ASN1_FLUSH:
    -
    -		i = BIO_flush(rctx->io);
    -
    -		if (i > 0)
    -			{
    -			rctx->state = OHS_FIRSTLINE;
    -			goto next_io;
    -			}
    -
    -		if (BIO_should_retry(rctx->io))
    -			return -1;
    -
    -		rctx->state = OHS_ERROR;
    -		return 0;
    -
    -		case OHS_ERROR:
    -		return 0;
    -
    -		case OHS_FIRSTLINE:
    -		case OHS_HEADERS:
    -
    -		/* Attempt to read a line in */
    -
    -		next_line:
    -		/* Due to &%^*$" memory BIO behaviour with BIO_gets we
    -		 * have to check there's a complete line in there before
    -		 * calling BIO_gets or we'll just get a partial read.
    -		 */
    -		n = BIO_get_mem_data(rctx->mem, &p);
    -		if ((n <= 0) || !memchr(p, '\n', n))
    -			{
    -			if (n >= rctx->iobuflen)
    -				{
    -				rctx->state = OHS_ERROR;
    -				return 0;
    -				}
    -			goto next_io;
    -			}
    -		n = BIO_gets(rctx->mem, (char *)rctx->iobuf, rctx->iobuflen);
    -
    -		if (n <= 0)
    -			{
    -			if (BIO_should_retry(rctx->mem))
    -				goto next_io;
    -			rctx->state = OHS_ERROR;
    -			return 0;
    -			}
    -
    -		/* Don't allow excessive lines */
    -		if (n == rctx->iobuflen)
    -			{
    -			rctx->state = OHS_ERROR;
    -			return 0;
    -			}
    -
    -		/* First line */
    -		if (rctx->state == OHS_FIRSTLINE)
    -			{
    -			if (parse_http_line1((char *)rctx->iobuf))
    -				{
    -				rctx->state = OHS_HEADERS;
    -				goto next_line;
    -				}
    -			else
    -				{
    -				rctx->state = OHS_ERROR;
    -				return 0;
    -				}
    -			}
    -		else
    -			{
    -			/* Look for blank line: end of headers */
    -			for (p = rctx->iobuf; *p; p++)
    -				{
    -				if ((*p != '\r') && (*p != '\n'))
    -					break;
    -				}
    -			if (*p)
    -				goto next_line;
    -
    -			rctx->state = OHS_ASN1_HEADER;
    -
    -			}
    - 
    -		/* Fall thru */
    -
    -
    -		case OHS_ASN1_HEADER:
    -		/* Now reading ASN1 header: can read at least 2 bytes which
    -		 * is enough for ASN1 SEQUENCE header and either length field
    -		 * or at least the length of the length field.
    -		 */
    -		n = BIO_get_mem_data(rctx->mem, &p);
    -		if (n < 2)
    -			goto next_io;
    -
    -		/* Check it is an ASN1 SEQUENCE */
    -		if (*p++ != (V_ASN1_SEQUENCE|V_ASN1_CONSTRUCTED))
    -			{
    -			rctx->state = OHS_ERROR;
    -			return 0;
    -			}
    -
    -		/* Check out length field */
    -		if (*p & 0x80)
    -			{
    -			/* If MSB set on initial length octet we can now
    -			 * always read 6 octets: make sure we have them.
    -			 */
    -			if (n < 6)
    -				goto next_io;
    -			n = *p & 0x7F;
    -			/* Not NDEF or excessive length */
    -			if (!n || (n > 4))
    -				{
    -				rctx->state = OHS_ERROR;
    -				return 0;
    -				}
    -			p++;
    -			rctx->asn1_len = 0;
    -			for (i = 0; i < n; i++)
    -				{
    -				rctx->asn1_len <<= 8;
    -				rctx->asn1_len |= *p++;
    -				}
    -
    -			if (rctx->asn1_len > OCSP_MAX_REQUEST_LENGTH)
    -				{
    -				rctx->state = OHS_ERROR;
    -				return 0;
    -				}
    -
    -			rctx->asn1_len += n + 2;
    -			}
    -		else
    -			rctx->asn1_len = *p + 2;
    -
    -		rctx->state = OHS_ASN1_CONTENT;
    -
    -		/* Fall thru */
    -		
    -		case OHS_ASN1_CONTENT:
    -		n = BIO_get_mem_data(rctx->mem, &p);
    -		if (n < (int)rctx->asn1_len)
    -			goto next_io;
    -
    -
    -		*presp = d2i_OCSP_RESPONSE(NULL, &p, rctx->asn1_len);
    -		if (*presp)
    -			{
    -			rctx->state = OHS_DONE;
    -			return 1;
    -			}
    -
    -		rctx->state = OHS_ERROR;
    -		return 0;
    -
    -		break;
    -
    -		case OHS_DONE:
    -		return 1;
    -
    -		}
    -
    -
    -
    -	return 0;
    -
    -
    -	}
    +{
    +    return OCSP_REQ_CTX_nbio_d2i(rctx,
    +                                 (ASN1_VALUE **)presp,
    +                                 ASN1_ITEM_rptr(OCSP_RESPONSE));
    +}
     
     /* Blocking OCSP request handler: now a special case of non-blocking I/O */
     
    -OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, char *path, OCSP_REQUEST *req)
    -	{
    -	OCSP_RESPONSE *resp = NULL;
    -	OCSP_REQ_CTX *ctx;
    -	int rv;
    +OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req)
    +{
    +    OCSP_RESPONSE *resp = NULL;
    +    OCSP_REQ_CTX *ctx;
    +    int rv;
     
    -	ctx = OCSP_sendreq_new(b, path, req, -1);
    +    ctx = OCSP_sendreq_new(b, path, req, -1);
     
    -	if (!ctx)
    -		return NULL;
    +    if (!ctx)
    +        return NULL;
     
    -	do
    -		{
    -		rv = OCSP_sendreq_nbio(&resp, ctx);
    -		} while ((rv == -1) && BIO_should_retry(b));
    +    do {
    +        rv = OCSP_sendreq_nbio(&resp, ctx);
    +    } while ((rv == -1) && BIO_should_retry(b));
     
    -	OCSP_REQ_CTX_free(ctx);
    +    OCSP_REQ_CTX_free(ctx);
     
    -	if (rv)
    -		return resp;
    +    if (rv)
    +        return resp;
     
    -	return NULL;
    -	}
    +    return NULL;
    +}
    diff --git a/openssl/crypto/ocsp/ocsp_lib.c b/openssl/crypto/ocsp/ocsp_lib.c
    index 5061c0578..442a5b63d 100644
    --- a/openssl/crypto/ocsp/ocsp_lib.c
    +++ b/openssl/crypto/ocsp/ocsp_lib.c
    @@ -1,11 +1,14 @@
     /* ocsp_lib.c */
    -/* Written by Tom Titchener  for the OpenSSL
    - * project. */
    +/*
    + * Written by Tom Titchener  for the OpenSSL
    + * project.
    + */
     
    -/* History:
    -   This file was transfered to Richard Levitte from CertCo by Kathy
    -   Weinhold in mid-spring 2000 to be included in OpenSSL or released
    -   as a patch kit. */
    +/*
    + * History: This file was transfered to Richard Levitte from CertCo by Kathy
    + * Weinhold in mid-spring 2000 to be included in OpenSSL or released as a
    + * patch kit.
    + */
     
     /* ====================================================================
      * Copyright (c) 1998-2000 The OpenSSL Project.  All rights reserved.
    @@ -15,7 +18,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -75,203 +78,213 @@
     
     OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, X509 *subject, X509 *issuer)
     {
    -	X509_NAME *iname;
    -	ASN1_INTEGER *serial;
    -	ASN1_BIT_STRING *ikey;
    +    X509_NAME *iname;
    +    ASN1_INTEGER *serial;
    +    ASN1_BIT_STRING *ikey;
     #ifndef OPENSSL_NO_SHA1
    -	if(!dgst) dgst = EVP_sha1();
    +    if (!dgst)
    +        dgst = EVP_sha1();
     #endif
    -	if (subject)
    -		{
    -		iname = X509_get_issuer_name(subject);
    -		serial = X509_get_serialNumber(subject);
    -		}
    -	else
    -		{
    -		iname = X509_get_subject_name(issuer);
    -		serial = NULL;
    -		}
    -	ikey = X509_get0_pubkey_bitstr(issuer);
    -	return OCSP_cert_id_new(dgst, iname, ikey, serial);
    +    if (subject) {
    +        iname = X509_get_issuer_name(subject);
    +        serial = X509_get_serialNumber(subject);
    +    } else {
    +        iname = X509_get_subject_name(issuer);
    +        serial = NULL;
    +    }
    +    ikey = X509_get0_pubkey_bitstr(issuer);
    +    return OCSP_cert_id_new(dgst, iname, ikey, serial);
     }
     
    -
    -OCSP_CERTID *OCSP_cert_id_new(const EVP_MD *dgst, 
    -			      X509_NAME *issuerName, 
    -			      ASN1_BIT_STRING* issuerKey, 
    -			      ASN1_INTEGER *serialNumber)
    -        {
    -	int nid;
    -        unsigned int i;
    -	X509_ALGOR *alg;
    -	OCSP_CERTID *cid = NULL;
    -	unsigned char md[EVP_MAX_MD_SIZE];
    -
    -	if (!(cid = OCSP_CERTID_new())) goto err;
    -
    -	alg = cid->hashAlgorithm;
    -	if (alg->algorithm != NULL) ASN1_OBJECT_free(alg->algorithm);
    -	if ((nid = EVP_MD_type(dgst)) == NID_undef)
    -	        {
    -		OCSPerr(OCSP_F_OCSP_CERT_ID_NEW,OCSP_R_UNKNOWN_NID);
    -		goto err;
    -		}
    -	if (!(alg->algorithm=OBJ_nid2obj(nid))) goto err;
    -	if ((alg->parameter=ASN1_TYPE_new()) == NULL) goto err;
    -	alg->parameter->type=V_ASN1_NULL;
    -
    -	if (!X509_NAME_digest(issuerName, dgst, md, &i)) goto digerr;
    -	if (!(ASN1_OCTET_STRING_set(cid->issuerNameHash, md, i))) goto err;
    -
    -	/* Calculate the issuerKey hash, excluding tag and length */
    -	if (!EVP_Digest(issuerKey->data, issuerKey->length, md, &i, dgst, NULL))
    -		goto err;
    -
    -	if (!(ASN1_OCTET_STRING_set(cid->issuerKeyHash, md, i))) goto err;
    -
    -	if (serialNumber)
    -		{
    -		ASN1_INTEGER_free(cid->serialNumber);
    -		if (!(cid->serialNumber = ASN1_INTEGER_dup(serialNumber))) goto err;
    -		}
    -	return cid;
    -digerr:
    -	OCSPerr(OCSP_F_OCSP_CERT_ID_NEW,OCSP_R_DIGEST_ERR);
    -err:
    -	if (cid) OCSP_CERTID_free(cid);
    -	return NULL;
    -	}
    +OCSP_CERTID *OCSP_cert_id_new(const EVP_MD *dgst,
    +                              X509_NAME *issuerName,
    +                              ASN1_BIT_STRING *issuerKey,
    +                              ASN1_INTEGER *serialNumber)
    +{
    +    int nid;
    +    unsigned int i;
    +    X509_ALGOR *alg;
    +    OCSP_CERTID *cid = NULL;
    +    unsigned char md[EVP_MAX_MD_SIZE];
    +
    +    if (!(cid = OCSP_CERTID_new()))
    +        goto err;
    +
    +    alg = cid->hashAlgorithm;
    +    if (alg->algorithm != NULL)
    +        ASN1_OBJECT_free(alg->algorithm);
    +    if ((nid = EVP_MD_type(dgst)) == NID_undef) {
    +        OCSPerr(OCSP_F_OCSP_CERT_ID_NEW, OCSP_R_UNKNOWN_NID);
    +        goto err;
    +    }
    +    if (!(alg->algorithm = OBJ_nid2obj(nid)))
    +        goto err;
    +    if ((alg->parameter = ASN1_TYPE_new()) == NULL)
    +        goto err;
    +    alg->parameter->type = V_ASN1_NULL;
    +
    +    if (!X509_NAME_digest(issuerName, dgst, md, &i))
    +        goto digerr;
    +    if (!(ASN1_OCTET_STRING_set(cid->issuerNameHash, md, i)))
    +        goto err;
    +
    +    /* Calculate the issuerKey hash, excluding tag and length */
    +    if (!EVP_Digest(issuerKey->data, issuerKey->length, md, &i, dgst, NULL))
    +        goto err;
    +
    +    if (!(ASN1_OCTET_STRING_set(cid->issuerKeyHash, md, i)))
    +        goto err;
    +
    +    if (serialNumber) {
    +        ASN1_INTEGER_free(cid->serialNumber);
    +        if (!(cid->serialNumber = ASN1_INTEGER_dup(serialNumber)))
    +            goto err;
    +    }
    +    return cid;
    + digerr:
    +    OCSPerr(OCSP_F_OCSP_CERT_ID_NEW, OCSP_R_DIGEST_ERR);
    + err:
    +    if (cid)
    +        OCSP_CERTID_free(cid);
    +    return NULL;
    +}
     
     int OCSP_id_issuer_cmp(OCSP_CERTID *a, OCSP_CERTID *b)
    -	{
    -	int ret;
    -	ret = OBJ_cmp(a->hashAlgorithm->algorithm, b->hashAlgorithm->algorithm);
    -	if (ret) return ret;
    -	ret = ASN1_OCTET_STRING_cmp(a->issuerNameHash, b->issuerNameHash);
    -	if (ret) return ret;
    -	return ASN1_OCTET_STRING_cmp(a->issuerKeyHash, b->issuerKeyHash);
    -	}
    +{
    +    int ret;
    +    ret = OBJ_cmp(a->hashAlgorithm->algorithm, b->hashAlgorithm->algorithm);
    +    if (ret)
    +        return ret;
    +    ret = ASN1_OCTET_STRING_cmp(a->issuerNameHash, b->issuerNameHash);
    +    if (ret)
    +        return ret;
    +    return ASN1_OCTET_STRING_cmp(a->issuerKeyHash, b->issuerKeyHash);
    +}
     
     int OCSP_id_cmp(OCSP_CERTID *a, OCSP_CERTID *b)
    -	{
    -	int ret;
    -	ret = OCSP_id_issuer_cmp(a, b);
    -	if (ret) return ret;
    -	return ASN1_INTEGER_cmp(a->serialNumber, b->serialNumber);
    -	}
    -
    +{
    +    int ret;
    +    ret = OCSP_id_issuer_cmp(a, b);
    +    if (ret)
    +        return ret;
    +    return ASN1_INTEGER_cmp(a->serialNumber, b->serialNumber);
    +}
     
    -/* Parse a URL and split it up into host, port and path components and whether
    - * it is SSL.
    +/*
    + * Parse a URL and split it up into host, port and path components and
    + * whether it is SSL.
      */
     
    -int OCSP_parse_url(char *url, char **phost, char **pport, char **ppath, int *pssl)
    -	{
    -	char *p, *buf;
    -
    -	char *host, *port;
    -
    -	*phost = NULL;
    -	*pport = NULL;
    -	*ppath = NULL;
    -
    -	/* dup the buffer since we are going to mess with it */
    -	buf = BUF_strdup(url);
    -	if (!buf) goto mem_err;
    -
    -	/* Check for initial colon */
    -	p = strchr(buf, ':');
    -
    -	if (!p) goto parse_err;
    -
    -	*(p++) = '\0';
    -
    -	if (!strcmp(buf, "http"))
    -		{
    -		*pssl = 0;
    -		port = "80";
    -		}
    -	else if (!strcmp(buf, "https"))
    -		{
    -		*pssl = 1;
    -		port = "443";
    -		}
    -	else
    -		goto parse_err;
    -
    -	/* Check for double slash */
    -	if ((p[0] != '/') || (p[1] != '/'))
    -		goto parse_err;
    -
    -	p += 2;
    -
    -	host = p;
    -
    -	/* Check for trailing part of path */
    -
    -	p = strchr(p, '/');
    -
    -	if (!p) 
    -		*ppath = BUF_strdup("/");
    -	else
    -		{
    -		*ppath = BUF_strdup(p);
    -		/* Set start of path to 0 so hostname is valid */
    -		*p = '\0';
    -		}
    -
    -	if (!*ppath) goto mem_err;
    -
    -	p = host;
    -	if(host[0] == '[')
    -		{
    -		/* ipv6 literal */
    -		host++;
    -		p = strchr(host, ']');
    -		if(!p) goto parse_err;
    -		*p = '\0';
    -		p++;
    -		}
    -
    -	/* Look for optional ':' for port number */
    -	if ((p = strchr(p, ':')))
    -		{
    -		*p = 0;
    -		port = p + 1;
    -		}
    -	else
    -		{
    -		/* Not found: set default port */
    -		if (*pssl) port = "443";
    -		else port = "80";
    -		}
    -
    -	*pport = BUF_strdup(port);
    -	if (!*pport) goto mem_err;
    -
    -	*phost = BUF_strdup(host);
    -
    -	if (!*phost) goto mem_err;
    -
    -	OPENSSL_free(buf);
    -
    -	return 1;
    -
    -	mem_err:
    -	OCSPerr(OCSP_F_OCSP_PARSE_URL, ERR_R_MALLOC_FAILURE);
    -	goto err;
    -
    -	parse_err:
    -	OCSPerr(OCSP_F_OCSP_PARSE_URL, OCSP_R_ERROR_PARSING_URL);
    -
    +int OCSP_parse_url(const char *url, char **phost, char **pport, char **ppath,
    +                   int *pssl)
    +{
    +    char *p, *buf;
    +
    +    char *host, *port;
    +
    +    *phost = NULL;
    +    *pport = NULL;
    +    *ppath = NULL;
    +
    +    /* dup the buffer since we are going to mess with it */
    +    buf = BUF_strdup(url);
    +    if (!buf)
    +        goto mem_err;
    +
    +    /* Check for initial colon */
    +    p = strchr(buf, ':');
    +
    +    if (!p)
    +        goto parse_err;
    +
    +    *(p++) = '\0';
    +
    +    if (!strcmp(buf, "http")) {
    +        *pssl = 0;
    +        port = "80";
    +    } else if (!strcmp(buf, "https")) {
    +        *pssl = 1;
    +        port = "443";
    +    } else
    +        goto parse_err;
    +
    +    /* Check for double slash */
    +    if ((p[0] != '/') || (p[1] != '/'))
    +        goto parse_err;
    +
    +    p += 2;
    +
    +    host = p;
    +
    +    /* Check for trailing part of path */
    +
    +    p = strchr(p, '/');
    +
    +    if (!p)
    +        *ppath = BUF_strdup("/");
    +    else {
    +        *ppath = BUF_strdup(p);
    +        /* Set start of path to 0 so hostname is valid */
    +        *p = '\0';
    +    }
    +
    +    if (!*ppath)
    +        goto mem_err;
    +
    +    p = host;
    +    if (host[0] == '[') {
    +        /* ipv6 literal */
    +        host++;
    +        p = strchr(host, ']');
    +        if (!p)
    +            goto parse_err;
    +        *p = '\0';
    +        p++;
    +    }
    +
    +    /* Look for optional ':' for port number */
    +    if ((p = strchr(p, ':'))) {
    +        *p = 0;
    +        port = p + 1;
    +    } else {
    +        /* Not found: set default port */
    +        if (*pssl)
    +            port = "443";
    +        else
    +            port = "80";
    +    }
    +
    +    *pport = BUF_strdup(port);
    +    if (!*pport)
    +        goto mem_err;
    +
    +    *phost = BUF_strdup(host);
    +
    +    if (!*phost)
    +        goto mem_err;
    +
    +    OPENSSL_free(buf);
    +
    +    return 1;
    +
    + mem_err:
    +    OCSPerr(OCSP_F_OCSP_PARSE_URL, ERR_R_MALLOC_FAILURE);
    +    goto err;
    +
    + parse_err:
    +    OCSPerr(OCSP_F_OCSP_PARSE_URL, OCSP_R_ERROR_PARSING_URL);
    +
    + err:
    +    if (buf)
    +        OPENSSL_free(buf);
    +    if (*ppath)
    +        OPENSSL_free(*ppath);
    +    if (*pport)
    +        OPENSSL_free(*pport);
    +    if (*phost)
    +        OPENSSL_free(*phost);
    +    return 0;
     
    -	err:
    -	if (buf) OPENSSL_free(buf);
    -	if (*ppath) OPENSSL_free(*ppath);
    -	if (*pport) OPENSSL_free(*pport);
    -	if (*phost) OPENSSL_free(*phost);
    -	return 0;
    -
    -	}
    +}
     
     IMPLEMENT_ASN1_DUP_FUNCTION(OCSP_CERTID)
    diff --git a/openssl/crypto/ocsp/ocsp_prn.c b/openssl/crypto/ocsp/ocsp_prn.c
    index 87608ff39..1834256af 100644
    --- a/openssl/crypto/ocsp/ocsp_prn.c
    +++ b/openssl/crypto/ocsp/ocsp_prn.c
    @@ -1,11 +1,14 @@
     /* ocsp_prn.c */
    -/* Written by Tom Titchener  for the OpenSSL
    - * project. */
    +/*
    + * Written by Tom Titchener  for the OpenSSL
    + * project.
    + */
     
    -/* History:
    -   This file was originally part of ocsp.c and was transfered to Richard
    -   Levitte from CertCo by Kathy Weinhold in mid-spring 2000 to be included
    -   in OpenSSL or released as a patch kit. */
    +/*
    + * History: This file was originally part of ocsp.c and was transfered to
    + * Richard Levitte from CertCo by Kathy Weinhold in mid-spring 2000 to be
    + * included in OpenSSL or released as a patch kit.
    + */
     
     /* ====================================================================
      * Copyright (c) 1998-2000 The OpenSSL Project.  All rights reserved.
    @@ -15,7 +18,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -66,225 +69,232 @@
     #include 
     #include 
     
    -static int ocsp_certid_print(BIO *bp, OCSP_CERTID* a, int indent)
    -        {
    -	BIO_printf(bp, "%*sCertificate ID:\n", indent, "");
    -	indent += 2;
    -	BIO_printf(bp, "%*sHash Algorithm: ", indent, "");
    -	i2a_ASN1_OBJECT(bp, a->hashAlgorithm->algorithm);
    -	BIO_printf(bp, "\n%*sIssuer Name Hash: ", indent, "");
    -	i2a_ASN1_STRING(bp, a->issuerNameHash, V_ASN1_OCTET_STRING);
    -	BIO_printf(bp, "\n%*sIssuer Key Hash: ", indent, "");
    -	i2a_ASN1_STRING(bp, a->issuerKeyHash, V_ASN1_OCTET_STRING);
    -	BIO_printf(bp, "\n%*sSerial Number: ", indent, "");
    -	i2a_ASN1_INTEGER(bp, a->serialNumber);
    -	BIO_printf(bp, "\n");
    -	return 1;
    -	}
    +static int ocsp_certid_print(BIO *bp, OCSP_CERTID *a, int indent)
    +{
    +    BIO_printf(bp, "%*sCertificate ID:\n", indent, "");
    +    indent += 2;
    +    BIO_printf(bp, "%*sHash Algorithm: ", indent, "");
    +    i2a_ASN1_OBJECT(bp, a->hashAlgorithm->algorithm);
    +    BIO_printf(bp, "\n%*sIssuer Name Hash: ", indent, "");
    +    i2a_ASN1_STRING(bp, a->issuerNameHash, V_ASN1_OCTET_STRING);
    +    BIO_printf(bp, "\n%*sIssuer Key Hash: ", indent, "");
    +    i2a_ASN1_STRING(bp, a->issuerKeyHash, V_ASN1_OCTET_STRING);
    +    BIO_printf(bp, "\n%*sSerial Number: ", indent, "");
    +    i2a_ASN1_INTEGER(bp, a->serialNumber);
    +    BIO_printf(bp, "\n");
    +    return 1;
    +}
     
    -typedef struct
    -	{
    -	long t;
    -	const char *m;
    -	} OCSP_TBLSTR;
    +typedef struct {
    +    long t;
    +    const char *m;
    +} OCSP_TBLSTR;
     
     static const char *table2string(long s, const OCSP_TBLSTR *ts, int len)
     {
    -	const OCSP_TBLSTR *p;
    -	for (p=ts; p < ts + len; p++)
    -	        if (p->t == s)
    -		         return p->m;
    -	return "(UNKNOWN)";
    +    const OCSP_TBLSTR *p;
    +    for (p = ts; p < ts + len; p++)
    +        if (p->t == s)
    +            return p->m;
    +    return "(UNKNOWN)";
     }
     
     const char *OCSP_response_status_str(long s)
    -        {
    -	static const OCSP_TBLSTR rstat_tbl[] = {
    -	        { OCSP_RESPONSE_STATUS_SUCCESSFUL, "successful" },
    -	        { OCSP_RESPONSE_STATUS_MALFORMEDREQUEST, "malformedrequest" },
    -	        { OCSP_RESPONSE_STATUS_INTERNALERROR, "internalerror" },
    -	        { OCSP_RESPONSE_STATUS_TRYLATER, "trylater" },
    -	        { OCSP_RESPONSE_STATUS_SIGREQUIRED, "sigrequired" },
    -	        { OCSP_RESPONSE_STATUS_UNAUTHORIZED, "unauthorized" } };
    -	return table2string(s, rstat_tbl, 6);
    -	} 
    +{
    +    static const OCSP_TBLSTR rstat_tbl[] = {
    +        {OCSP_RESPONSE_STATUS_SUCCESSFUL, "successful"},
    +        {OCSP_RESPONSE_STATUS_MALFORMEDREQUEST, "malformedrequest"},
    +        {OCSP_RESPONSE_STATUS_INTERNALERROR, "internalerror"},
    +        {OCSP_RESPONSE_STATUS_TRYLATER, "trylater"},
    +        {OCSP_RESPONSE_STATUS_SIGREQUIRED, "sigrequired"},
    +        {OCSP_RESPONSE_STATUS_UNAUTHORIZED, "unauthorized"}
    +    };
    +    return table2string(s, rstat_tbl, 6);
    +}
     
     const char *OCSP_cert_status_str(long s)
    -        {
    -	static const OCSP_TBLSTR cstat_tbl[] = {
    -	        { V_OCSP_CERTSTATUS_GOOD, "good" },
    -	        { V_OCSP_CERTSTATUS_REVOKED, "revoked" },
    -	        { V_OCSP_CERTSTATUS_UNKNOWN, "unknown" } };
    -	return table2string(s, cstat_tbl, 3);
    -	} 
    +{
    +    static const OCSP_TBLSTR cstat_tbl[] = {
    +        {V_OCSP_CERTSTATUS_GOOD, "good"},
    +        {V_OCSP_CERTSTATUS_REVOKED, "revoked"},
    +        {V_OCSP_CERTSTATUS_UNKNOWN, "unknown"}
    +    };
    +    return table2string(s, cstat_tbl, 3);
    +}
     
     const char *OCSP_crl_reason_str(long s)
    -        {
    -	static const OCSP_TBLSTR reason_tbl[] = {
    -	  { OCSP_REVOKED_STATUS_UNSPECIFIED, "unspecified" },
    -          { OCSP_REVOKED_STATUS_KEYCOMPROMISE, "keyCompromise" },
    -          { OCSP_REVOKED_STATUS_CACOMPROMISE, "cACompromise" },
    -          { OCSP_REVOKED_STATUS_AFFILIATIONCHANGED, "affiliationChanged" },
    -          { OCSP_REVOKED_STATUS_SUPERSEDED, "superseded" },
    -          { OCSP_REVOKED_STATUS_CESSATIONOFOPERATION, "cessationOfOperation" },
    -          { OCSP_REVOKED_STATUS_CERTIFICATEHOLD, "certificateHold" },
    -          { OCSP_REVOKED_STATUS_REMOVEFROMCRL, "removeFromCRL" } };
    -	return table2string(s, reason_tbl, 8);
    -	} 
    +{
    +    static const OCSP_TBLSTR reason_tbl[] = {
    +        {OCSP_REVOKED_STATUS_UNSPECIFIED, "unspecified"},
    +        {OCSP_REVOKED_STATUS_KEYCOMPROMISE, "keyCompromise"},
    +        {OCSP_REVOKED_STATUS_CACOMPROMISE, "cACompromise"},
    +        {OCSP_REVOKED_STATUS_AFFILIATIONCHANGED, "affiliationChanged"},
    +        {OCSP_REVOKED_STATUS_SUPERSEDED, "superseded"},
    +        {OCSP_REVOKED_STATUS_CESSATIONOFOPERATION, "cessationOfOperation"},
    +        {OCSP_REVOKED_STATUS_CERTIFICATEHOLD, "certificateHold"},
    +        {OCSP_REVOKED_STATUS_REMOVEFROMCRL, "removeFromCRL"}
    +    };
    +    return table2string(s, reason_tbl, 8);
    +}
     
    -int OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST* o, unsigned long flags)
    -        {
    -	int i;
    -	long l;
    -	OCSP_CERTID* cid = NULL;
    -	OCSP_ONEREQ *one = NULL;
    -	OCSP_REQINFO *inf = o->tbsRequest;
    -	OCSP_SIGNATURE *sig = o->optionalSignature;
    +int OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST *o, unsigned long flags)
    +{
    +    int i;
    +    long l;
    +    OCSP_CERTID *cid = NULL;
    +    OCSP_ONEREQ *one = NULL;
    +    OCSP_REQINFO *inf = o->tbsRequest;
    +    OCSP_SIGNATURE *sig = o->optionalSignature;
     
    -	if (BIO_write(bp,"OCSP Request Data:\n",19) <= 0) goto err;
    -	l=ASN1_INTEGER_get(inf->version);
    -	if (BIO_printf(bp,"    Version: %lu (0x%lx)",l+1,l) <= 0) goto err;
    -	if (inf->requestorName != NULL)
    -	        {
    -		if (BIO_write(bp,"\n    Requestor Name: ",21) <= 0) 
    -		        goto err;
    -		GENERAL_NAME_print(bp, inf->requestorName);
    -		}
    -	if (BIO_write(bp,"\n    Requestor List:\n",21) <= 0) goto err;
    -	for (i = 0; i < sk_OCSP_ONEREQ_num(inf->requestList); i++)
    -	        {
    -		one = sk_OCSP_ONEREQ_value(inf->requestList, i);
    -		cid = one->reqCert;
    -		ocsp_certid_print(bp, cid, 8);
    -		if (!X509V3_extensions_print(bp,
    -					"Request Single Extensions",
    -					one->singleRequestExtensions, flags, 8))
    -							goto err;
    -		}
    -	if (!X509V3_extensions_print(bp, "Request Extensions",
    -			inf->requestExtensions, flags, 4))
    -							goto err;
    -	if (sig)
    -	        {
    -		X509_signature_print(bp, sig->signatureAlgorithm, sig->signature);
    -		for (i=0; icerts); i++)
    -			{
    -			X509_print(bp, sk_X509_value(sig->certs,i));
    -			PEM_write_bio_X509(bp,sk_X509_value(sig->certs,i));
    -			}
    -		}
    -	return 1;
    -err:
    -	return 0;
    -	}
    +    if (BIO_write(bp, "OCSP Request Data:\n", 19) <= 0)
    +        goto err;
    +    l = ASN1_INTEGER_get(inf->version);
    +    if (BIO_printf(bp, "    Version: %lu (0x%lx)", l + 1, l) <= 0)
    +        goto err;
    +    if (inf->requestorName != NULL) {
    +        if (BIO_write(bp, "\n    Requestor Name: ", 21) <= 0)
    +            goto err;
    +        GENERAL_NAME_print(bp, inf->requestorName);
    +    }
    +    if (BIO_write(bp, "\n    Requestor List:\n", 21) <= 0)
    +        goto err;
    +    for (i = 0; i < sk_OCSP_ONEREQ_num(inf->requestList); i++) {
    +        one = sk_OCSP_ONEREQ_value(inf->requestList, i);
    +        cid = one->reqCert;
    +        ocsp_certid_print(bp, cid, 8);
    +        if (!X509V3_extensions_print(bp,
    +                                     "Request Single Extensions",
    +                                     one->singleRequestExtensions, flags, 8))
    +            goto err;
    +    }
    +    if (!X509V3_extensions_print(bp, "Request Extensions",
    +                                 inf->requestExtensions, flags, 4))
    +        goto err;
    +    if (sig) {
    +        X509_signature_print(bp, sig->signatureAlgorithm, sig->signature);
    +        for (i = 0; i < sk_X509_num(sig->certs); i++) {
    +            X509_print(bp, sk_X509_value(sig->certs, i));
    +            PEM_write_bio_X509(bp, sk_X509_value(sig->certs, i));
    +        }
    +    }
    +    return 1;
    + err:
    +    return 0;
    +}
     
    -int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE* o, unsigned long flags)
    -        {
    -	int i, ret = 0;
    -	long l;
    -	OCSP_CERTID *cid = NULL;
    -	OCSP_BASICRESP *br = NULL;
    -	OCSP_RESPID *rid = NULL;
    -	OCSP_RESPDATA  *rd = NULL;
    -	OCSP_CERTSTATUS *cst = NULL;
    -	OCSP_REVOKEDINFO *rev = NULL;
    -	OCSP_SINGLERESP *single = NULL;
    -	OCSP_RESPBYTES *rb = o->responseBytes;
    +int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE *o, unsigned long flags)
    +{
    +    int i, ret = 0;
    +    long l;
    +    OCSP_CERTID *cid = NULL;
    +    OCSP_BASICRESP *br = NULL;
    +    OCSP_RESPID *rid = NULL;
    +    OCSP_RESPDATA *rd = NULL;
    +    OCSP_CERTSTATUS *cst = NULL;
    +    OCSP_REVOKEDINFO *rev = NULL;
    +    OCSP_SINGLERESP *single = NULL;
    +    OCSP_RESPBYTES *rb = o->responseBytes;
     
    -	if (BIO_puts(bp,"OCSP Response Data:\n") <= 0) goto err;
    -	l=ASN1_ENUMERATED_get(o->responseStatus);
    -	if (BIO_printf(bp,"    OCSP Response Status: %s (0x%lx)\n",
    -		       OCSP_response_status_str(l), l) <= 0) goto err;
    -	if (rb == NULL) return 1;
    -        if (BIO_puts(bp,"    Response Type: ") <= 0)
    -	        goto err;
    -	if(i2a_ASN1_OBJECT(bp, rb->responseType) <= 0)
    -	        goto err;
    -	if (OBJ_obj2nid(rb->responseType) != NID_id_pkix_OCSP_basic) 
    -	        {
    -		BIO_puts(bp," (unknown response type)\n");
    -		return 1;
    -		}
    +    if (BIO_puts(bp, "OCSP Response Data:\n") <= 0)
    +        goto err;
    +    l = ASN1_ENUMERATED_get(o->responseStatus);
    +    if (BIO_printf(bp, "    OCSP Response Status: %s (0x%lx)\n",
    +                   OCSP_response_status_str(l), l) <= 0)
    +        goto err;
    +    if (rb == NULL)
    +        return 1;
    +    if (BIO_puts(bp, "    Response Type: ") <= 0)
    +        goto err;
    +    if (i2a_ASN1_OBJECT(bp, rb->responseType) <= 0)
    +        goto err;
    +    if (OBJ_obj2nid(rb->responseType) != NID_id_pkix_OCSP_basic) {
    +        BIO_puts(bp, " (unknown response type)\n");
    +        return 1;
    +    }
     
    -	i = ASN1_STRING_length(rb->response);
    -	if (!(br = OCSP_response_get1_basic(o))) goto err;
    -	rd = br->tbsResponseData;
    -	l=ASN1_INTEGER_get(rd->version);
    -	if (BIO_printf(bp,"\n    Version: %lu (0x%lx)\n",
    -		       l+1,l) <= 0) goto err;
    -	if (BIO_puts(bp,"    Responder Id: ") <= 0) goto err;
    +    i = ASN1_STRING_length(rb->response);
    +    if (!(br = OCSP_response_get1_basic(o)))
    +        goto err;
    +    rd = br->tbsResponseData;
    +    l = ASN1_INTEGER_get(rd->version);
    +    if (BIO_printf(bp, "\n    Version: %lu (0x%lx)\n", l + 1, l) <= 0)
    +        goto err;
    +    if (BIO_puts(bp, "    Responder Id: ") <= 0)
    +        goto err;
     
    -	rid =  rd->responderId;
    -	switch (rid->type)
    -		{
    -		case V_OCSP_RESPID_NAME:
    -		        X509_NAME_print_ex(bp, rid->value.byName, 0, XN_FLAG_ONELINE);
    -		        break;
    -		case V_OCSP_RESPID_KEY:
    -		        i2a_ASN1_STRING(bp, rid->value.byKey, V_ASN1_OCTET_STRING);
    -		        break;
    -		}
    +    rid = rd->responderId;
    +    switch (rid->type) {
    +    case V_OCSP_RESPID_NAME:
    +        X509_NAME_print_ex(bp, rid->value.byName, 0, XN_FLAG_ONELINE);
    +        break;
    +    case V_OCSP_RESPID_KEY:
    +        i2a_ASN1_STRING(bp, rid->value.byKey, V_ASN1_OCTET_STRING);
    +        break;
    +    }
     
    -	if (BIO_printf(bp,"\n    Produced At: ")<=0) goto err;
    -	if (!ASN1_GENERALIZEDTIME_print(bp, rd->producedAt)) goto err;
    -	if (BIO_printf(bp,"\n    Responses:\n") <= 0) goto err;
    -	for (i = 0; i < sk_OCSP_SINGLERESP_num(rd->responses); i++)
    -	        {
    -		if (! sk_OCSP_SINGLERESP_value(rd->responses, i)) continue;
    -		single = sk_OCSP_SINGLERESP_value(rd->responses, i);
    -		cid = single->certId;
    -		if(ocsp_certid_print(bp, cid, 4) <= 0) goto err;
    -		cst = single->certStatus;
    -		if (BIO_printf(bp,"    Cert Status: %s",
    -			       OCSP_cert_status_str(cst->type)) <= 0)
    -		        goto err;
    -		if (cst->type == V_OCSP_CERTSTATUS_REVOKED)
    -		        {
    -		        rev = cst->value.revoked;
    -			if (BIO_printf(bp, "\n    Revocation Time: ") <= 0) 
    -			        goto err;
    -			if (!ASN1_GENERALIZEDTIME_print(bp, 
    -							rev->revocationTime)) 
    -				goto err;
    -			if (rev->revocationReason) 
    -			        {
    -				l=ASN1_ENUMERATED_get(rev->revocationReason);
    -				if (BIO_printf(bp, 
    -					 "\n    Revocation Reason: %s (0x%lx)",
    -					       OCSP_crl_reason_str(l), l) <= 0)
    -				        goto err;
    -				}
    -			}
    -		if (BIO_printf(bp,"\n    This Update: ") <= 0) goto err;
    -		if (!ASN1_GENERALIZEDTIME_print(bp, single->thisUpdate)) 
    -			goto err;
    -		if (single->nextUpdate)
    -		        {
    -			if (BIO_printf(bp,"\n    Next Update: ") <= 0)goto err;
    -			if (!ASN1_GENERALIZEDTIME_print(bp,single->nextUpdate))
    -				goto err;
    -			}
    -		if (BIO_write(bp,"\n",1) <= 0) goto err;
    -		if (!X509V3_extensions_print(bp,
    -					"Response Single Extensions",
    -					single->singleExtensions, flags, 8))
    -							goto err;
    -		if (BIO_write(bp,"\n",1) <= 0) goto err;
    -		}
    -	if (!X509V3_extensions_print(bp, "Response Extensions",
    -					rd->responseExtensions, flags, 4))
    -							goto err;
    -	if(X509_signature_print(bp, br->signatureAlgorithm, br->signature) <= 0)
    -							goto err;
    +    if (BIO_printf(bp, "\n    Produced At: ") <= 0)
    +        goto err;
    +    if (!ASN1_GENERALIZEDTIME_print(bp, rd->producedAt))
    +        goto err;
    +    if (BIO_printf(bp, "\n    Responses:\n") <= 0)
    +        goto err;
    +    for (i = 0; i < sk_OCSP_SINGLERESP_num(rd->responses); i++) {
    +        if (!sk_OCSP_SINGLERESP_value(rd->responses, i))
    +            continue;
    +        single = sk_OCSP_SINGLERESP_value(rd->responses, i);
    +        cid = single->certId;
    +        if (ocsp_certid_print(bp, cid, 4) <= 0)
    +            goto err;
    +        cst = single->certStatus;
    +        if (BIO_printf(bp, "    Cert Status: %s",
    +                       OCSP_cert_status_str(cst->type)) <= 0)
    +            goto err;
    +        if (cst->type == V_OCSP_CERTSTATUS_REVOKED) {
    +            rev = cst->value.revoked;
    +            if (BIO_printf(bp, "\n    Revocation Time: ") <= 0)
    +                goto err;
    +            if (!ASN1_GENERALIZEDTIME_print(bp, rev->revocationTime))
    +                goto err;
    +            if (rev->revocationReason) {
    +                l = ASN1_ENUMERATED_get(rev->revocationReason);
    +                if (BIO_printf(bp,
    +                               "\n    Revocation Reason: %s (0x%lx)",
    +                               OCSP_crl_reason_str(l), l) <= 0)
    +                    goto err;
    +            }
    +        }
    +        if (BIO_printf(bp, "\n    This Update: ") <= 0)
    +            goto err;
    +        if (!ASN1_GENERALIZEDTIME_print(bp, single->thisUpdate))
    +            goto err;
    +        if (single->nextUpdate) {
    +            if (BIO_printf(bp, "\n    Next Update: ") <= 0)
    +                goto err;
    +            if (!ASN1_GENERALIZEDTIME_print(bp, single->nextUpdate))
    +                goto err;
    +        }
    +        if (BIO_write(bp, "\n", 1) <= 0)
    +            goto err;
    +        if (!X509V3_extensions_print(bp,
    +                                     "Response Single Extensions",
    +                                     single->singleExtensions, flags, 8))
    +            goto err;
    +        if (BIO_write(bp, "\n", 1) <= 0)
    +            goto err;
    +    }
    +    if (!X509V3_extensions_print(bp, "Response Extensions",
    +                                 rd->responseExtensions, flags, 4))
    +        goto err;
    +    if (X509_signature_print(bp, br->signatureAlgorithm, br->signature) <= 0)
    +        goto err;
     
    -	for (i=0; icerts); i++)
    -		{
    -		X509_print(bp, sk_X509_value(br->certs,i));
    -		PEM_write_bio_X509(bp,sk_X509_value(br->certs,i));
    -		}
    +    for (i = 0; i < sk_X509_num(br->certs); i++) {
    +        X509_print(bp, sk_X509_value(br->certs, i));
    +        PEM_write_bio_X509(bp, sk_X509_value(br->certs, i));
    +    }
     
    -	ret = 1;
    -err:
    -	OCSP_BASICRESP_free(br);
    -	return ret;
    -	}
    +    ret = 1;
    + err:
    +    OCSP_BASICRESP_free(br);
    +    return ret;
    +}
    diff --git a/openssl/crypto/ocsp/ocsp_srv.c b/openssl/crypto/ocsp/ocsp_srv.c
    index 1c606dd0b..2ec2c6361 100644
    --- a/openssl/crypto/ocsp/ocsp_srv.c
    +++ b/openssl/crypto/ocsp/ocsp_srv.c
    @@ -1,6 +1,7 @@
     /* ocsp_srv.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2001.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2001.
      */
     /* ====================================================================
      * Copyright (c) 1998-2001 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -65,200 +66,206 @@
     #include 
     #include 
     
    -/* Utility functions related to sending OCSP responses and extracting
    +/*
    + * Utility functions related to sending OCSP responses and extracting
      * relevant information from the request.
      */
     
     int OCSP_request_onereq_count(OCSP_REQUEST *req)
    -	{
    -	return sk_OCSP_ONEREQ_num(req->tbsRequest->requestList);
    -	}
    +{
    +    return sk_OCSP_ONEREQ_num(req->tbsRequest->requestList);
    +}
     
     OCSP_ONEREQ *OCSP_request_onereq_get0(OCSP_REQUEST *req, int i)
    -	{
    -	return sk_OCSP_ONEREQ_value(req->tbsRequest->requestList, i);
    -	}
    +{
    +    return sk_OCSP_ONEREQ_value(req->tbsRequest->requestList, i);
    +}
     
     OCSP_CERTID *OCSP_onereq_get0_id(OCSP_ONEREQ *one)
    -	{
    -	return one->reqCert;
    -	}
    +{
    +    return one->reqCert;
    +}
     
     int OCSP_id_get0_info(ASN1_OCTET_STRING **piNameHash, ASN1_OBJECT **pmd,
    -			ASN1_OCTET_STRING **pikeyHash,
    -			ASN1_INTEGER **pserial, OCSP_CERTID *cid)
    -	{
    -	if (!cid) return 0;
    -	if (pmd) *pmd = cid->hashAlgorithm->algorithm;
    -	if(piNameHash) *piNameHash = cid->issuerNameHash;
    -	if (pikeyHash) *pikeyHash = cid->issuerKeyHash;
    -	if (pserial) *pserial = cid->serialNumber;
    -	return 1;
    -	}
    +                      ASN1_OCTET_STRING **pikeyHash,
    +                      ASN1_INTEGER **pserial, OCSP_CERTID *cid)
    +{
    +    if (!cid)
    +        return 0;
    +    if (pmd)
    +        *pmd = cid->hashAlgorithm->algorithm;
    +    if (piNameHash)
    +        *piNameHash = cid->issuerNameHash;
    +    if (pikeyHash)
    +        *pikeyHash = cid->issuerKeyHash;
    +    if (pserial)
    +        *pserial = cid->serialNumber;
    +    return 1;
    +}
     
     int OCSP_request_is_signed(OCSP_REQUEST *req)
    -	{
    -	if(req->optionalSignature) return 1;
    -	return 0;
    -	}
    +{
    +    if (req->optionalSignature)
    +        return 1;
    +    return 0;
    +}
     
     /* Create an OCSP response and encode an optional basic response */
     OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs)
    -        {
    -        OCSP_RESPONSE *rsp = NULL;
    -
    -	if (!(rsp = OCSP_RESPONSE_new())) goto err;
    -	if (!(ASN1_ENUMERATED_set(rsp->responseStatus, status))) goto err;
    -	if (!bs) return rsp;
    -	if (!(rsp->responseBytes = OCSP_RESPBYTES_new())) goto err;
    -	rsp->responseBytes->responseType = OBJ_nid2obj(NID_id_pkix_OCSP_basic);
    -	if (!ASN1_item_pack(bs, ASN1_ITEM_rptr(OCSP_BASICRESP), &rsp->responseBytes->response))
    -				goto err;
    -	return rsp;
    -err:
    -	if (rsp) OCSP_RESPONSE_free(rsp);
    -	return NULL;
    -	}
    -
    +{
    +    OCSP_RESPONSE *rsp = NULL;
    +
    +    if (!(rsp = OCSP_RESPONSE_new()))
    +        goto err;
    +    if (!(ASN1_ENUMERATED_set(rsp->responseStatus, status)))
    +        goto err;
    +    if (!bs)
    +        return rsp;
    +    if (!(rsp->responseBytes = OCSP_RESPBYTES_new()))
    +        goto err;
    +    rsp->responseBytes->responseType = OBJ_nid2obj(NID_id_pkix_OCSP_basic);
    +    if (!ASN1_item_pack
    +        (bs, ASN1_ITEM_rptr(OCSP_BASICRESP), &rsp->responseBytes->response))
    +         goto err;
    +    return rsp;
    + err:
    +    if (rsp)
    +        OCSP_RESPONSE_free(rsp);
    +    return NULL;
    +}
     
     OCSP_SINGLERESP *OCSP_basic_add1_status(OCSP_BASICRESP *rsp,
    -						OCSP_CERTID *cid,
    -						int status, int reason,
    -						ASN1_TIME *revtime,
    -					ASN1_TIME *thisupd, ASN1_TIME *nextupd)
    -	{
    -	OCSP_SINGLERESP *single = NULL;
    -	OCSP_CERTSTATUS *cs;
    -	OCSP_REVOKEDINFO *ri;
    -
    -	if(!rsp->tbsResponseData->responses &&
    -	    !(rsp->tbsResponseData->responses = sk_OCSP_SINGLERESP_new_null()))
    -		goto err;
    -
    -	if (!(single = OCSP_SINGLERESP_new()))
    -		goto err;
    -
    -
    -
    -	if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate))
    -		goto err;
    -	if (nextupd &&
    -		!ASN1_TIME_to_generalizedtime(nextupd, &single->nextUpdate))
    -		goto err;
    -
    -	OCSP_CERTID_free(single->certId);
    -
    -	if(!(single->certId = OCSP_CERTID_dup(cid)))
    -		goto err;
    -
    -	cs = single->certStatus;
    -	switch(cs->type = status)
    -		{
    -	case V_OCSP_CERTSTATUS_REVOKED:
    -		if (!revtime)
    -		        {
    -		        OCSPerr(OCSP_F_OCSP_BASIC_ADD1_STATUS,OCSP_R_NO_REVOKED_TIME);
    -			goto err;
    -		        }
    -		if (!(cs->value.revoked = ri = OCSP_REVOKEDINFO_new())) goto err;
    -		if (!ASN1_TIME_to_generalizedtime(revtime, &ri->revocationTime))
    -			goto err;	
    -		if (reason != OCSP_REVOKED_STATUS_NOSTATUS)
    -		        {
    -			if (!(ri->revocationReason = ASN1_ENUMERATED_new())) 
    -			        goto err;
    -			if (!(ASN1_ENUMERATED_set(ri->revocationReason, 
    -						  reason)))
    -			        goto err;	
    -			}
    -		break;
    -
    -	case V_OCSP_CERTSTATUS_GOOD:
    -		cs->value.good = ASN1_NULL_new();
    -		break;
    -
    -	case V_OCSP_CERTSTATUS_UNKNOWN:
    -		cs->value.unknown = ASN1_NULL_new();
    -		break;
    -
    -	default:
    -		goto err;
    -
    -		}
    -	if (!(sk_OCSP_SINGLERESP_push(rsp->tbsResponseData->responses, single)))
    -		goto err;
    -	return single;
    -err:
    -	OCSP_SINGLERESP_free(single);
    -	return NULL;
    -	}
    +                                        OCSP_CERTID *cid,
    +                                        int status, int reason,
    +                                        ASN1_TIME *revtime,
    +                                        ASN1_TIME *thisupd,
    +                                        ASN1_TIME *nextupd)
    +{
    +    OCSP_SINGLERESP *single = NULL;
    +    OCSP_CERTSTATUS *cs;
    +    OCSP_REVOKEDINFO *ri;
    +
    +    if (!rsp->tbsResponseData->responses &&
    +        !(rsp->tbsResponseData->responses = sk_OCSP_SINGLERESP_new_null()))
    +        goto err;
    +
    +    if (!(single = OCSP_SINGLERESP_new()))
    +        goto err;
    +
    +    if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate))
    +        goto err;
    +    if (nextupd &&
    +        !ASN1_TIME_to_generalizedtime(nextupd, &single->nextUpdate))
    +        goto err;
    +
    +    OCSP_CERTID_free(single->certId);
    +
    +    if (!(single->certId = OCSP_CERTID_dup(cid)))
    +        goto err;
    +
    +    cs = single->certStatus;
    +    switch (cs->type = status) {
    +    case V_OCSP_CERTSTATUS_REVOKED:
    +        if (!revtime) {
    +            OCSPerr(OCSP_F_OCSP_BASIC_ADD1_STATUS, OCSP_R_NO_REVOKED_TIME);
    +            goto err;
    +        }
    +        if (!(cs->value.revoked = ri = OCSP_REVOKEDINFO_new()))
    +            goto err;
    +        if (!ASN1_TIME_to_generalizedtime(revtime, &ri->revocationTime))
    +            goto err;
    +        if (reason != OCSP_REVOKED_STATUS_NOSTATUS) {
    +            if (!(ri->revocationReason = ASN1_ENUMERATED_new()))
    +                goto err;
    +            if (!(ASN1_ENUMERATED_set(ri->revocationReason, reason)))
    +                goto err;
    +        }
    +        break;
    +
    +    case V_OCSP_CERTSTATUS_GOOD:
    +        cs->value.good = ASN1_NULL_new();
    +        break;
    +
    +    case V_OCSP_CERTSTATUS_UNKNOWN:
    +        cs->value.unknown = ASN1_NULL_new();
    +        break;
    +
    +    default:
    +        goto err;
    +
    +    }
    +    if (!(sk_OCSP_SINGLERESP_push(rsp->tbsResponseData->responses, single)))
    +        goto err;
    +    return single;
    + err:
    +    OCSP_SINGLERESP_free(single);
    +    return NULL;
    +}
     
     /* Add a certificate to an OCSP request */
     
     int OCSP_basic_add1_cert(OCSP_BASICRESP *resp, X509 *cert)
    -	{
    -	if (!resp->certs && !(resp->certs = sk_X509_new_null()))
    -		return 0;
    -
    -	if(!sk_X509_push(resp->certs, cert)) return 0;
    -	CRYPTO_add(&cert->references, 1, CRYPTO_LOCK_X509);
    -	return 1;
    -	}
    -
    -int OCSP_basic_sign(OCSP_BASICRESP *brsp, 
    -			X509 *signer, EVP_PKEY *key, const EVP_MD *dgst,
    -			STACK_OF(X509) *certs, unsigned long flags)
    -        {
    -	int i;
    -	OCSP_RESPID *rid;
    -
    -	if (!X509_check_private_key(signer, key))
    -		{
    -		OCSPerr(OCSP_F_OCSP_BASIC_SIGN, OCSP_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE);
    -		goto err;
    -		}
    -
    -	if(!(flags & OCSP_NOCERTS))
    -		{
    -		if(!OCSP_basic_add1_cert(brsp, signer))
    -			goto err;
    -		for (i = 0; i < sk_X509_num(certs); i++)
    -			{
    -			X509 *tmpcert = sk_X509_value(certs, i);
    -			if(!OCSP_basic_add1_cert(brsp, tmpcert))
    -				goto err;
    -			}
    -		}
    -
    -	rid = brsp->tbsResponseData->responderId;
    -	if (flags & OCSP_RESPID_KEY)
    -		{
    -		unsigned char md[SHA_DIGEST_LENGTH];
    -		X509_pubkey_digest(signer, EVP_sha1(), md, NULL);
    -		if (!(rid->value.byKey = ASN1_OCTET_STRING_new()))
    -			goto err;
    -		if (!(ASN1_OCTET_STRING_set(rid->value.byKey, md, SHA_DIGEST_LENGTH)))
    -				goto err;
    -		rid->type = V_OCSP_RESPID_KEY;
    -		}
    -	else
    -		{
    -		if (!X509_NAME_set(&rid->value.byName,
    -					X509_get_subject_name(signer)))
    -				goto err;
    -		rid->type = V_OCSP_RESPID_NAME;
    -		}
    -
    -	if (!(flags & OCSP_NOTIME) &&
    -		!X509_gmtime_adj(brsp->tbsResponseData->producedAt, 0))
    -		goto err;
    -
    -	/* Right now, I think that not doing double hashing is the right
    -	   thing.	-- Richard Levitte */
    -
    -	if (!OCSP_BASICRESP_sign(brsp, key, dgst, 0)) goto err;
    -
    -	return 1;
    -err:
    -	return 0;
    -	}
    +{
    +    if (!resp->certs && !(resp->certs = sk_X509_new_null()))
    +        return 0;
    +
    +    if (!sk_X509_push(resp->certs, cert))
    +        return 0;
    +    CRYPTO_add(&cert->references, 1, CRYPTO_LOCK_X509);
    +    return 1;
    +}
    +
    +int OCSP_basic_sign(OCSP_BASICRESP *brsp,
    +                    X509 *signer, EVP_PKEY *key, const EVP_MD *dgst,
    +                    STACK_OF(X509) *certs, unsigned long flags)
    +{
    +    int i;
    +    OCSP_RESPID *rid;
    +
    +    if (!X509_check_private_key(signer, key)) {
    +        OCSPerr(OCSP_F_OCSP_BASIC_SIGN,
    +                OCSP_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE);
    +        goto err;
    +    }
    +
    +    if (!(flags & OCSP_NOCERTS)) {
    +        if (!OCSP_basic_add1_cert(brsp, signer))
    +            goto err;
    +        for (i = 0; i < sk_X509_num(certs); i++) {
    +            X509 *tmpcert = sk_X509_value(certs, i);
    +            if (!OCSP_basic_add1_cert(brsp, tmpcert))
    +                goto err;
    +        }
    +    }
    +
    +    rid = brsp->tbsResponseData->responderId;
    +    if (flags & OCSP_RESPID_KEY) {
    +        unsigned char md[SHA_DIGEST_LENGTH];
    +        X509_pubkey_digest(signer, EVP_sha1(), md, NULL);
    +        if (!(rid->value.byKey = ASN1_OCTET_STRING_new()))
    +            goto err;
    +        if (!(ASN1_OCTET_STRING_set(rid->value.byKey, md, SHA_DIGEST_LENGTH)))
    +            goto err;
    +        rid->type = V_OCSP_RESPID_KEY;
    +    } else {
    +        if (!X509_NAME_set(&rid->value.byName, X509_get_subject_name(signer)))
    +            goto err;
    +        rid->type = V_OCSP_RESPID_NAME;
    +    }
    +
    +    if (!(flags & OCSP_NOTIME) &&
    +        !X509_gmtime_adj(brsp->tbsResponseData->producedAt, 0))
    +        goto err;
    +
    +    /*
    +     * Right now, I think that not doing double hashing is the right thing.
    +     * -- Richard Levitte
    +     */
    +
    +    if (!OCSP_BASICRESP_sign(brsp, key, dgst, 0))
    +        goto err;
    +
    +    return 1;
    + err:
    +    return 0;
    +}
    diff --git a/openssl/crypto/ocsp/ocsp_vfy.c b/openssl/crypto/ocsp/ocsp_vfy.c
    index fc0d4cc0f..6c0ccb565 100644
    --- a/openssl/crypto/ocsp/ocsp_vfy.c
    +++ b/openssl/crypto/ocsp/ocsp_vfy.c
    @@ -1,6 +1,7 @@
     /* ocsp_vfy.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 2000-2004 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -60,394 +61,381 @@
     #include 
     #include 
     
    -static int ocsp_find_signer(X509 **psigner, OCSP_BASICRESP *bs, STACK_OF(X509) *certs,
    -				X509_STORE *st, unsigned long flags);
    +static int ocsp_find_signer(X509 **psigner, OCSP_BASICRESP *bs,
    +                            STACK_OF(X509) *certs, X509_STORE *st,
    +                            unsigned long flags);
     static X509 *ocsp_find_signer_sk(STACK_OF(X509) *certs, OCSP_RESPID *id);
    -static int ocsp_check_issuer(OCSP_BASICRESP *bs, STACK_OF(X509) *chain, unsigned long flags);
    -static int ocsp_check_ids(STACK_OF(OCSP_SINGLERESP) *sresp, OCSP_CERTID **ret);
    -static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid, STACK_OF(OCSP_SINGLERESP) *sresp);
    +static int ocsp_check_issuer(OCSP_BASICRESP *bs, STACK_OF(X509) *chain,
    +                             unsigned long flags);
    +static int ocsp_check_ids(STACK_OF(OCSP_SINGLERESP) *sresp,
    +                          OCSP_CERTID **ret);
    +static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid,
    +                               STACK_OF(OCSP_SINGLERESP) *sresp);
     static int ocsp_check_delegated(X509 *x, int flags);
    -static int ocsp_req_find_signer(X509 **psigner, OCSP_REQUEST *req, X509_NAME *nm, STACK_OF(X509) *certs,
    -				X509_STORE *st, unsigned long flags);
    +static int ocsp_req_find_signer(X509 **psigner, OCSP_REQUEST *req,
    +                                X509_NAME *nm, STACK_OF(X509) *certs,
    +                                X509_STORE *st, unsigned long flags);
     
     /* Verify a basic response message */
     
     int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *certs,
    -				X509_STORE *st, unsigned long flags)
    -	{
    -	X509 *signer, *x;
    -	STACK_OF(X509) *chain = NULL;
    -	X509_STORE_CTX ctx;
    -	int i, ret = 0;
    -	ret = ocsp_find_signer(&signer, bs, certs, st, flags);
    -	if (!ret)
    -		{
    -		OCSPerr(OCSP_F_OCSP_BASIC_VERIFY, OCSP_R_SIGNER_CERTIFICATE_NOT_FOUND);
    -		goto end;
    -		}
    -	if ((ret == 2) && (flags & OCSP_TRUSTOTHER))
    -		flags |= OCSP_NOVERIFY;
    -	if (!(flags & OCSP_NOSIGS))
    -		{
    -		EVP_PKEY *skey;
    -		skey = X509_get_pubkey(signer);
    -		if (skey)
    -			{
    -			ret = OCSP_BASICRESP_verify(bs, skey, 0);
    -			EVP_PKEY_free(skey);
    -			}
    -		if(!skey || ret <= 0)
    -			{
    -			OCSPerr(OCSP_F_OCSP_BASIC_VERIFY, OCSP_R_SIGNATURE_FAILURE);
    -			goto end;
    -			}
    -		}
    -	if (!(flags & OCSP_NOVERIFY))
    -		{
    -		int init_res;
    -		if(flags & OCSP_NOCHAIN)
    -			init_res = X509_STORE_CTX_init(&ctx, st, signer, NULL);
    -		else
    -			init_res = X509_STORE_CTX_init(&ctx, st, signer, bs->certs);
    -		if(!init_res)
    -			{
    -			ret = -1;
    -			OCSPerr(OCSP_F_OCSP_BASIC_VERIFY,ERR_R_X509_LIB);
    -			goto end;
    -			}
    -
    -		X509_STORE_CTX_set_purpose(&ctx, X509_PURPOSE_OCSP_HELPER);
    -		ret = X509_verify_cert(&ctx);
    -		chain = X509_STORE_CTX_get1_chain(&ctx);
    -		X509_STORE_CTX_cleanup(&ctx);
    -                if (ret <= 0)
    -			{
    -			i = X509_STORE_CTX_get_error(&ctx);	
    -			OCSPerr(OCSP_F_OCSP_BASIC_VERIFY,OCSP_R_CERTIFICATE_VERIFY_ERROR);
    -			ERR_add_error_data(2, "Verify error:",
    -					X509_verify_cert_error_string(i));
    -                        goto end;
    -                	}
    -		if(flags & OCSP_NOCHECKS)
    -			{
    -			ret = 1;
    -			goto end;
    -			}
    -		/* At this point we have a valid certificate chain
    -		 * need to verify it against the OCSP issuer criteria.
    -		 */
    -		ret = ocsp_check_issuer(bs, chain, flags);
    -
    -		/* If fatal error or valid match then finish */
    -		if (ret != 0) goto end;
    -
    -		/* Easy case: explicitly trusted. Get root CA and
    -		 * check for explicit trust
    -		 */
    -		if(flags & OCSP_NOEXPLICIT) goto end;
    -
    -		x = sk_X509_value(chain, sk_X509_num(chain) - 1);
    -		if(X509_check_trust(x, NID_OCSP_sign, 0) != X509_TRUST_TRUSTED)
    -			{
    -			OCSPerr(OCSP_F_OCSP_BASIC_VERIFY,OCSP_R_ROOT_CA_NOT_TRUSTED);
    -			goto end;
    -			}
    -		ret = 1;
    -		}
    -
    -
    -
    -	end:
    -	if(chain) sk_X509_pop_free(chain, X509_free);
    -	return ret;
    -	}
    -
    -
    -static int ocsp_find_signer(X509 **psigner, OCSP_BASICRESP *bs, STACK_OF(X509) *certs,
    -				X509_STORE *st, unsigned long flags)
    -	{
    -	X509 *signer;
    -	OCSP_RESPID *rid = bs->tbsResponseData->responderId;
    -	if ((signer = ocsp_find_signer_sk(certs, rid)))
    -		{
    -		*psigner = signer;
    -		return 2;
    -		}
    -	if(!(flags & OCSP_NOINTERN) &&
    -	    (signer = ocsp_find_signer_sk(bs->certs, rid)))
    -		{
    -		*psigner = signer;
    -		return 1;
    -		}
    -	/* Maybe lookup from store if by subject name */
    -
    -	*psigner = NULL;
    -	return 0;
    -	}
    +                      X509_STORE *st, unsigned long flags)
    +{
    +    X509 *signer, *x;
    +    STACK_OF(X509) *chain = NULL;
    +    X509_STORE_CTX ctx;
    +    int i, ret = 0;
    +    ret = ocsp_find_signer(&signer, bs, certs, st, flags);
    +    if (!ret) {
    +        OCSPerr(OCSP_F_OCSP_BASIC_VERIFY,
    +                OCSP_R_SIGNER_CERTIFICATE_NOT_FOUND);
    +        goto end;
    +    }
    +    if ((ret == 2) && (flags & OCSP_TRUSTOTHER))
    +        flags |= OCSP_NOVERIFY;
    +    if (!(flags & OCSP_NOSIGS)) {
    +        EVP_PKEY *skey;
    +        skey = X509_get_pubkey(signer);
    +        if (skey) {
    +            ret = OCSP_BASICRESP_verify(bs, skey, 0);
    +            EVP_PKEY_free(skey);
    +        }
    +        if (!skey || ret <= 0) {
    +            OCSPerr(OCSP_F_OCSP_BASIC_VERIFY, OCSP_R_SIGNATURE_FAILURE);
    +            goto end;
    +        }
    +    }
    +    if (!(flags & OCSP_NOVERIFY)) {
    +        int init_res;
    +        if (flags & OCSP_NOCHAIN)
    +            init_res = X509_STORE_CTX_init(&ctx, st, signer, NULL);
    +        else
    +            init_res = X509_STORE_CTX_init(&ctx, st, signer, bs->certs);
    +        if (!init_res) {
    +            ret = -1;
    +            OCSPerr(OCSP_F_OCSP_BASIC_VERIFY, ERR_R_X509_LIB);
    +            goto end;
    +        }
     
    +        X509_STORE_CTX_set_purpose(&ctx, X509_PURPOSE_OCSP_HELPER);
    +        ret = X509_verify_cert(&ctx);
    +        chain = X509_STORE_CTX_get1_chain(&ctx);
    +        X509_STORE_CTX_cleanup(&ctx);
    +        if (ret <= 0) {
    +            i = X509_STORE_CTX_get_error(&ctx);
    +            OCSPerr(OCSP_F_OCSP_BASIC_VERIFY,
    +                    OCSP_R_CERTIFICATE_VERIFY_ERROR);
    +            ERR_add_error_data(2, "Verify error:",
    +                               X509_verify_cert_error_string(i));
    +            goto end;
    +        }
    +        if (flags & OCSP_NOCHECKS) {
    +            ret = 1;
    +            goto end;
    +        }
    +        /*
    +         * At this point we have a valid certificate chain need to verify it
    +         * against the OCSP issuer criteria.
    +         */
    +        ret = ocsp_check_issuer(bs, chain, flags);
    +
    +        /* If fatal error or valid match then finish */
    +        if (ret != 0)
    +            goto end;
    +
    +        /*
    +         * Easy case: explicitly trusted. Get root CA and check for explicit
    +         * trust
    +         */
    +        if (flags & OCSP_NOEXPLICIT)
    +            goto end;
    +
    +        x = sk_X509_value(chain, sk_X509_num(chain) - 1);
    +        if (X509_check_trust(x, NID_OCSP_sign, 0) != X509_TRUST_TRUSTED) {
    +            OCSPerr(OCSP_F_OCSP_BASIC_VERIFY, OCSP_R_ROOT_CA_NOT_TRUSTED);
    +            goto end;
    +        }
    +        ret = 1;
    +    }
    +
    + end:
    +    if (chain)
    +        sk_X509_pop_free(chain, X509_free);
    +    return ret;
    +}
    +
    +static int ocsp_find_signer(X509 **psigner, OCSP_BASICRESP *bs,
    +                            STACK_OF(X509) *certs, X509_STORE *st,
    +                            unsigned long flags)
    +{
    +    X509 *signer;
    +    OCSP_RESPID *rid = bs->tbsResponseData->responderId;
    +    if ((signer = ocsp_find_signer_sk(certs, rid))) {
    +        *psigner = signer;
    +        return 2;
    +    }
    +    if (!(flags & OCSP_NOINTERN) &&
    +        (signer = ocsp_find_signer_sk(bs->certs, rid))) {
    +        *psigner = signer;
    +        return 1;
    +    }
    +    /* Maybe lookup from store if by subject name */
    +
    +    *psigner = NULL;
    +    return 0;
    +}
     
     static X509 *ocsp_find_signer_sk(STACK_OF(X509) *certs, OCSP_RESPID *id)
    -	{
    -	int i;
    -	unsigned char tmphash[SHA_DIGEST_LENGTH], *keyhash;
    -	X509 *x;
    -
    -	/* Easy if lookup by name */
    -	if (id->type == V_OCSP_RESPID_NAME)
    -		return X509_find_by_subject(certs, id->value.byName);
    -
    -	/* Lookup by key hash */
    -
    -	/* If key hash isn't SHA1 length then forget it */
    -	if (id->value.byKey->length != SHA_DIGEST_LENGTH) return NULL;
    -	keyhash = id->value.byKey->data;
    -	/* Calculate hash of each key and compare */
    -	for (i = 0; i < sk_X509_num(certs); i++)
    -		{
    -		x = sk_X509_value(certs, i);
    -		X509_pubkey_digest(x, EVP_sha1(), tmphash, NULL);
    -		if(!memcmp(keyhash, tmphash, SHA_DIGEST_LENGTH))
    -			return x;
    -		}
    -	return NULL;
    -	}
    -
    -
    -static int ocsp_check_issuer(OCSP_BASICRESP *bs, STACK_OF(X509) *chain, unsigned long flags)
    -	{
    -	STACK_OF(OCSP_SINGLERESP) *sresp;
    -	X509 *signer, *sca;
    -	OCSP_CERTID *caid = NULL;
    -	int i;
    -	sresp = bs->tbsResponseData->responses;
    -
    -	if (sk_X509_num(chain) <= 0)
    -		{
    -		OCSPerr(OCSP_F_OCSP_CHECK_ISSUER, OCSP_R_NO_CERTIFICATES_IN_CHAIN);
    -		return -1;
    -		}
    -
    -	/* See if the issuer IDs match. */
    -	i = ocsp_check_ids(sresp, &caid);
    -
    -	/* If ID mismatch or other error then return */
    -	if (i <= 0) return i;
    -
    -	signer = sk_X509_value(chain, 0);
    -	/* Check to see if OCSP responder CA matches request CA */
    -	if (sk_X509_num(chain) > 1)
    -		{
    -		sca = sk_X509_value(chain, 1);
    -		i = ocsp_match_issuerid(sca, caid, sresp);
    -		if (i < 0) return i;
    -		if (i)
    -			{
    -			/* We have a match, if extensions OK then success */
    -			if (ocsp_check_delegated(signer, flags)) return 1;
    -			return 0;
    -			}
    -		}
    -
    -	/* Otherwise check if OCSP request signed directly by request CA */
    -	return ocsp_match_issuerid(signer, caid, sresp);
    -	}
    -
    -
    -/* Check the issuer certificate IDs for equality. If there is a mismatch with the same
    - * algorithm then there's no point trying to match any certificates against the issuer.
    - * If the issuer IDs all match then we just need to check equality against one of them.
    +{
    +    int i;
    +    unsigned char tmphash[SHA_DIGEST_LENGTH], *keyhash;
    +    X509 *x;
    +
    +    /* Easy if lookup by name */
    +    if (id->type == V_OCSP_RESPID_NAME)
    +        return X509_find_by_subject(certs, id->value.byName);
    +
    +    /* Lookup by key hash */
    +
    +    /* If key hash isn't SHA1 length then forget it */
    +    if (id->value.byKey->length != SHA_DIGEST_LENGTH)
    +        return NULL;
    +    keyhash = id->value.byKey->data;
    +    /* Calculate hash of each key and compare */
    +    for (i = 0; i < sk_X509_num(certs); i++) {
    +        x = sk_X509_value(certs, i);
    +        X509_pubkey_digest(x, EVP_sha1(), tmphash, NULL);
    +        if (!memcmp(keyhash, tmphash, SHA_DIGEST_LENGTH))
    +            return x;
    +    }
    +    return NULL;
    +}
    +
    +static int ocsp_check_issuer(OCSP_BASICRESP *bs, STACK_OF(X509) *chain,
    +                             unsigned long flags)
    +{
    +    STACK_OF(OCSP_SINGLERESP) *sresp;
    +    X509 *signer, *sca;
    +    OCSP_CERTID *caid = NULL;
    +    int i;
    +    sresp = bs->tbsResponseData->responses;
    +
    +    if (sk_X509_num(chain) <= 0) {
    +        OCSPerr(OCSP_F_OCSP_CHECK_ISSUER, OCSP_R_NO_CERTIFICATES_IN_CHAIN);
    +        return -1;
    +    }
    +
    +    /* See if the issuer IDs match. */
    +    i = ocsp_check_ids(sresp, &caid);
    +
    +    /* If ID mismatch or other error then return */
    +    if (i <= 0)
    +        return i;
    +
    +    signer = sk_X509_value(chain, 0);
    +    /* Check to see if OCSP responder CA matches request CA */
    +    if (sk_X509_num(chain) > 1) {
    +        sca = sk_X509_value(chain, 1);
    +        i = ocsp_match_issuerid(sca, caid, sresp);
    +        if (i < 0)
    +            return i;
    +        if (i) {
    +            /* We have a match, if extensions OK then success */
    +            if (ocsp_check_delegated(signer, flags))
    +                return 1;
    +            return 0;
    +        }
    +    }
    +
    +    /* Otherwise check if OCSP request signed directly by request CA */
    +    return ocsp_match_issuerid(signer, caid, sresp);
    +}
    +
    +/*
    + * Check the issuer certificate IDs for equality. If there is a mismatch with
    + * the same algorithm then there's no point trying to match any certificates
    + * against the issuer. If the issuer IDs all match then we just need to check
    + * equality against one of them.
      */
    -	
    +
     static int ocsp_check_ids(STACK_OF(OCSP_SINGLERESP) *sresp, OCSP_CERTID **ret)
    -	{
    -	OCSP_CERTID *tmpid, *cid;
    -	int i, idcount;
    -
    -	idcount = sk_OCSP_SINGLERESP_num(sresp);
    -	if (idcount <= 0)
    -		{
    -		OCSPerr(OCSP_F_OCSP_CHECK_IDS, OCSP_R_RESPONSE_CONTAINS_NO_REVOCATION_DATA);
    -		return -1;
    -		}
    -
    -	cid = sk_OCSP_SINGLERESP_value(sresp, 0)->certId;
    -
    -	*ret = NULL;
    -
    -	for (i = 1; i < idcount; i++)
    -		{
    -		tmpid = sk_OCSP_SINGLERESP_value(sresp, i)->certId;
    -		/* Check to see if IDs match */
    -		if (OCSP_id_issuer_cmp(cid, tmpid))
    -			{
    -			/* If algoritm mismatch let caller deal with it */
    -			if (OBJ_cmp(tmpid->hashAlgorithm->algorithm,
    -					cid->hashAlgorithm->algorithm))
    -					return 2;
    -			/* Else mismatch */
    -			return 0;
    -			}
    -		}
    -
    -	/* All IDs match: only need to check one ID */
    -	*ret = cid;
    -	return 1;
    -	}
    +{
    +    OCSP_CERTID *tmpid, *cid;
    +    int i, idcount;
    +
    +    idcount = sk_OCSP_SINGLERESP_num(sresp);
    +    if (idcount <= 0) {
    +        OCSPerr(OCSP_F_OCSP_CHECK_IDS,
    +                OCSP_R_RESPONSE_CONTAINS_NO_REVOCATION_DATA);
    +        return -1;
    +    }
    +
    +    cid = sk_OCSP_SINGLERESP_value(sresp, 0)->certId;
    +
    +    *ret = NULL;
    +
    +    for (i = 1; i < idcount; i++) {
    +        tmpid = sk_OCSP_SINGLERESP_value(sresp, i)->certId;
    +        /* Check to see if IDs match */
    +        if (OCSP_id_issuer_cmp(cid, tmpid)) {
    +            /* If algoritm mismatch let caller deal with it */
    +            if (OBJ_cmp(tmpid->hashAlgorithm->algorithm,
    +                        cid->hashAlgorithm->algorithm))
    +                return 2;
    +            /* Else mismatch */
    +            return 0;
    +        }
    +    }
     
    +    /* All IDs match: only need to check one ID */
    +    *ret = cid;
    +    return 1;
    +}
     
     static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid,
    -			STACK_OF(OCSP_SINGLERESP) *sresp)
    -	{
    -	/* If only one ID to match then do it */
    -	if(cid)
    -		{
    -		const EVP_MD *dgst;
    -		X509_NAME *iname;
    -		int mdlen;
    -		unsigned char md[EVP_MAX_MD_SIZE];
    -		if (!(dgst = EVP_get_digestbyobj(cid->hashAlgorithm->algorithm)))
    -			{
    -			OCSPerr(OCSP_F_OCSP_MATCH_ISSUERID, OCSP_R_UNKNOWN_MESSAGE_DIGEST);
    -			return -1;
    -			}
    -
    -		mdlen = EVP_MD_size(dgst);
    -		if (mdlen < 0)
    -		    return -1;
    -		if ((cid->issuerNameHash->length != mdlen) ||
    -		   (cid->issuerKeyHash->length != mdlen))
    -			return 0;
    -		iname = X509_get_subject_name(cert);
    -		if (!X509_NAME_digest(iname, dgst, md, NULL))
    -			return -1;
    -		if (memcmp(md, cid->issuerNameHash->data, mdlen))
    -			return 0;
    -		X509_pubkey_digest(cert, dgst, md, NULL);
    -		if (memcmp(md, cid->issuerKeyHash->data, mdlen))
    -			return 0;
    -
    -		return 1;
    -
    -		}
    -	else
    -		{
    -		/* We have to match the whole lot */
    -		int i, ret;
    -		OCSP_CERTID *tmpid;
    -		for (i = 0; i < sk_OCSP_SINGLERESP_num(sresp); i++)
    -			{
    -			tmpid = sk_OCSP_SINGLERESP_value(sresp, i)->certId;
    -			ret = ocsp_match_issuerid(cert, tmpid, NULL);
    -			if (ret <= 0) return ret;
    -			}
    -		return 1;
    -		}
    -			
    -	}
    +                               STACK_OF(OCSP_SINGLERESP) *sresp)
    +{
    +    /* If only one ID to match then do it */
    +    if (cid) {
    +        const EVP_MD *dgst;
    +        X509_NAME *iname;
    +        int mdlen;
    +        unsigned char md[EVP_MAX_MD_SIZE];
    +        if (!(dgst = EVP_get_digestbyobj(cid->hashAlgorithm->algorithm))) {
    +            OCSPerr(OCSP_F_OCSP_MATCH_ISSUERID,
    +                    OCSP_R_UNKNOWN_MESSAGE_DIGEST);
    +            return -1;
    +        }
    +
    +        mdlen = EVP_MD_size(dgst);
    +        if (mdlen < 0)
    +            return -1;
    +        if ((cid->issuerNameHash->length != mdlen) ||
    +            (cid->issuerKeyHash->length != mdlen))
    +            return 0;
    +        iname = X509_get_subject_name(cert);
    +        if (!X509_NAME_digest(iname, dgst, md, NULL))
    +            return -1;
    +        if (memcmp(md, cid->issuerNameHash->data, mdlen))
    +            return 0;
    +        X509_pubkey_digest(cert, dgst, md, NULL);
    +        if (memcmp(md, cid->issuerKeyHash->data, mdlen))
    +            return 0;
    +
    +        return 1;
    +
    +    } else {
    +        /* We have to match the whole lot */
    +        int i, ret;
    +        OCSP_CERTID *tmpid;
    +        for (i = 0; i < sk_OCSP_SINGLERESP_num(sresp); i++) {
    +            tmpid = sk_OCSP_SINGLERESP_value(sresp, i)->certId;
    +            ret = ocsp_match_issuerid(cert, tmpid, NULL);
    +            if (ret <= 0)
    +                return ret;
    +        }
    +        return 1;
    +    }
    +
    +}
     
     static int ocsp_check_delegated(X509 *x, int flags)
    -	{
    -	X509_check_purpose(x, -1, 0);
    -	if ((x->ex_flags & EXFLAG_XKUSAGE) &&
    -	    (x->ex_xkusage & XKU_OCSP_SIGN))
    -		return 1;
    -	OCSPerr(OCSP_F_OCSP_CHECK_DELEGATED, OCSP_R_MISSING_OCSPSIGNING_USAGE);
    -	return 0;
    -	}
    -
    -/* Verify an OCSP request. This is fortunately much easier than OCSP
    - * response verify. Just find the signers certificate and verify it
    - * against a given trust value.
    +{
    +    X509_check_purpose(x, -1, 0);
    +    if ((x->ex_flags & EXFLAG_XKUSAGE) && (x->ex_xkusage & XKU_OCSP_SIGN))
    +        return 1;
    +    OCSPerr(OCSP_F_OCSP_CHECK_DELEGATED, OCSP_R_MISSING_OCSPSIGNING_USAGE);
    +    return 0;
    +}
    +
    +/*
    + * Verify an OCSP request. This is fortunately much easier than OCSP response
    + * verify. Just find the signers certificate and verify it against a given
    + * trust value.
      */
     
    -int OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs, X509_STORE *store, unsigned long flags)
    -        {
    -	X509 *signer;
    -	X509_NAME *nm;
    -	GENERAL_NAME *gen;
    -	int ret;
    -	X509_STORE_CTX ctx;
    -	if (!req->optionalSignature) 
    -		{
    -		OCSPerr(OCSP_F_OCSP_REQUEST_VERIFY, OCSP_R_REQUEST_NOT_SIGNED);
    -		return 0;
    -		}
    -	gen = req->tbsRequest->requestorName;
    -	if (!gen || gen->type != GEN_DIRNAME)
    -		{
    -		OCSPerr(OCSP_F_OCSP_REQUEST_VERIFY, OCSP_R_UNSUPPORTED_REQUESTORNAME_TYPE);
    -		return 0;
    -		}
    -	nm = gen->d.directoryName;
    -	ret = ocsp_req_find_signer(&signer, req, nm, certs, store, flags);
    -	if (ret <= 0)
    -		{
    -		OCSPerr(OCSP_F_OCSP_REQUEST_VERIFY, OCSP_R_SIGNER_CERTIFICATE_NOT_FOUND);
    -		return 0;
    -		}
    -	if ((ret == 2) && (flags & OCSP_TRUSTOTHER))
    -		flags |= OCSP_NOVERIFY;
    -	if (!(flags & OCSP_NOSIGS))
    -		{
    -		EVP_PKEY *skey;
    -		skey = X509_get_pubkey(signer);
    -		ret = OCSP_REQUEST_verify(req, skey);
    -		EVP_PKEY_free(skey);
    -		if(ret <= 0)
    -			{
    -			OCSPerr(OCSP_F_OCSP_REQUEST_VERIFY, OCSP_R_SIGNATURE_FAILURE);
    -			return 0;
    -			}
    -		}
    -	if (!(flags & OCSP_NOVERIFY))
    -		{
    -		int init_res;
    -		if(flags & OCSP_NOCHAIN)
    -			init_res = X509_STORE_CTX_init(&ctx, store, signer, NULL);
    -		else
    -			init_res = X509_STORE_CTX_init(&ctx, store, signer,
    -					req->optionalSignature->certs);
    -		if(!init_res)
    -			{
    -			OCSPerr(OCSP_F_OCSP_REQUEST_VERIFY,ERR_R_X509_LIB);
    -			return 0;
    -			}
    -
    -		X509_STORE_CTX_set_purpose(&ctx, X509_PURPOSE_OCSP_HELPER);
    -		X509_STORE_CTX_set_trust(&ctx, X509_TRUST_OCSP_REQUEST);
    -		ret = X509_verify_cert(&ctx);
    -		X509_STORE_CTX_cleanup(&ctx);
    -                if (ret <= 0)
    -			{
    -			ret = X509_STORE_CTX_get_error(&ctx);	
    -			OCSPerr(OCSP_F_OCSP_REQUEST_VERIFY,OCSP_R_CERTIFICATE_VERIFY_ERROR);
    -			ERR_add_error_data(2, "Verify error:",
    -					X509_verify_cert_error_string(ret));
    -                        return 0;
    -                	}
    -		}
    -	return 1;
    +int OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs,
    +                        X509_STORE *store, unsigned long flags)
    +{
    +    X509 *signer;
    +    X509_NAME *nm;
    +    GENERAL_NAME *gen;
    +    int ret;
    +    X509_STORE_CTX ctx;
    +    if (!req->optionalSignature) {
    +        OCSPerr(OCSP_F_OCSP_REQUEST_VERIFY, OCSP_R_REQUEST_NOT_SIGNED);
    +        return 0;
    +    }
    +    gen = req->tbsRequest->requestorName;
    +    if (!gen || gen->type != GEN_DIRNAME) {
    +        OCSPerr(OCSP_F_OCSP_REQUEST_VERIFY,
    +                OCSP_R_UNSUPPORTED_REQUESTORNAME_TYPE);
    +        return 0;
    +    }
    +    nm = gen->d.directoryName;
    +    ret = ocsp_req_find_signer(&signer, req, nm, certs, store, flags);
    +    if (ret <= 0) {
    +        OCSPerr(OCSP_F_OCSP_REQUEST_VERIFY,
    +                OCSP_R_SIGNER_CERTIFICATE_NOT_FOUND);
    +        return 0;
    +    }
    +    if ((ret == 2) && (flags & OCSP_TRUSTOTHER))
    +        flags |= OCSP_NOVERIFY;
    +    if (!(flags & OCSP_NOSIGS)) {
    +        EVP_PKEY *skey;
    +        skey = X509_get_pubkey(signer);
    +        ret = OCSP_REQUEST_verify(req, skey);
    +        EVP_PKEY_free(skey);
    +        if (ret <= 0) {
    +            OCSPerr(OCSP_F_OCSP_REQUEST_VERIFY, OCSP_R_SIGNATURE_FAILURE);
    +            return 0;
    +        }
    +    }
    +    if (!(flags & OCSP_NOVERIFY)) {
    +        int init_res;
    +        if (flags & OCSP_NOCHAIN)
    +            init_res = X509_STORE_CTX_init(&ctx, store, signer, NULL);
    +        else
    +            init_res = X509_STORE_CTX_init(&ctx, store, signer,
    +                                           req->optionalSignature->certs);
    +        if (!init_res) {
    +            OCSPerr(OCSP_F_OCSP_REQUEST_VERIFY, ERR_R_X509_LIB);
    +            return 0;
             }
     
    -static int ocsp_req_find_signer(X509 **psigner, OCSP_REQUEST *req, X509_NAME *nm, STACK_OF(X509) *certs,
    -				X509_STORE *st, unsigned long flags)
    -	{
    -	X509 *signer;
    -	if(!(flags & OCSP_NOINTERN))
    -		{
    -		signer = X509_find_by_subject(req->optionalSignature->certs, nm);
    -		if (signer)
    -			{
    -			*psigner = signer;
    -			return 1;
    -			}
    -		}
    -
    -	signer = X509_find_by_subject(certs, nm);
    -	if (signer)
    -		{
    -		*psigner = signer;
    -		return 2;
    -		}
    -	return 0;
    -	}
    +        X509_STORE_CTX_set_purpose(&ctx, X509_PURPOSE_OCSP_HELPER);
    +        X509_STORE_CTX_set_trust(&ctx, X509_TRUST_OCSP_REQUEST);
    +        ret = X509_verify_cert(&ctx);
    +        X509_STORE_CTX_cleanup(&ctx);
    +        if (ret <= 0) {
    +            ret = X509_STORE_CTX_get_error(&ctx);
    +            OCSPerr(OCSP_F_OCSP_REQUEST_VERIFY,
    +                    OCSP_R_CERTIFICATE_VERIFY_ERROR);
    +            ERR_add_error_data(2, "Verify error:",
    +                               X509_verify_cert_error_string(ret));
    +            return 0;
    +        }
    +    }
    +    return 1;
    +}
    +
    +static int ocsp_req_find_signer(X509 **psigner, OCSP_REQUEST *req,
    +                                X509_NAME *nm, STACK_OF(X509) *certs,
    +                                X509_STORE *st, unsigned long flags)
    +{
    +    X509 *signer;
    +    if (!(flags & OCSP_NOINTERN)) {
    +        signer = X509_find_by_subject(req->optionalSignature->certs, nm);
    +        if (signer) {
    +            *psigner = signer;
    +            return 1;
    +        }
    +    }
    +
    +    signer = X509_find_by_subject(certs, nm);
    +    if (signer) {
    +        *psigner = signer;
    +        return 2;
    +    }
    +    return 0;
    +}
    diff --git a/openssl/crypto/opensslconf.h b/openssl/crypto/opensslconf.h
    index 7513d14c7..cd63b87ab 100644
    --- a/openssl/crypto/opensslconf.h
    +++ b/openssl/crypto/opensslconf.h
    @@ -20,6 +20,9 @@ extern "C" {
     #ifndef OPENSSL_NO_KRB5
     # define OPENSSL_NO_KRB5
     #endif
    +#ifndef OPENSSL_NO_LIBUNBOUND
    +# define OPENSSL_NO_LIBUNBOUND
    +#endif
     #ifndef OPENSSL_NO_MD2
     # define OPENSSL_NO_MD2
     #endif
    @@ -32,6 +35,9 @@ extern "C" {
     #ifndef OPENSSL_NO_SCTP
     # define OPENSSL_NO_SCTP
     #endif
    +#ifndef OPENSSL_NO_SSL_TRACE
    +# define OPENSSL_NO_SSL_TRACE
    +#endif
     #ifndef OPENSSL_NO_STORE
     # define OPENSSL_NO_STORE
     #endif
    @@ -62,6 +68,9 @@ extern "C" {
     # if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5)
     #  define NO_KRB5
     # endif
    +# if defined(OPENSSL_NO_LIBUNBOUND) && !defined(NO_LIBUNBOUND)
    +#  define NO_LIBUNBOUND
    +# endif
     # if defined(OPENSSL_NO_MD2) && !defined(NO_MD2)
     #  define NO_MD2
     # endif
    @@ -74,6 +83,9 @@ extern "C" {
     # if defined(OPENSSL_NO_SCTP) && !defined(NO_SCTP)
     #  define NO_SCTP
     # endif
    +# if defined(OPENSSL_NO_SSL_TRACE) && !defined(NO_SSL_TRACE)
    +#  define NO_SSL_TRACE
    +# endif
     # if defined(OPENSSL_NO_STORE) && !defined(NO_STORE)
     #  define NO_STORE
     # endif
    diff --git a/openssl/crypto/opensslv.h b/openssl/crypto/opensslv.h
    index f375967ef..e277caee8 100644
    --- a/openssl/crypto/opensslv.h
    +++ b/openssl/crypto/opensslv.h
    @@ -1,23 +1,24 @@
     #ifndef HEADER_OPENSSLV_H
    -#define HEADER_OPENSSLV_H
    +# define HEADER_OPENSSLV_H
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -/* Numeric release version identifier:
    +/*-
    + * Numeric release version identifier:
      * MNNFFPPS: major minor fix patch status
      * The status nibble has one of the values 0 for development, 1 to e for betas
      * 1 to 14, and f for release.  The patch level is exactly that.
      * For example:
    - * 0.9.3-dev	  0x00903000
    - * 0.9.3-beta1	  0x00903001
    + * 0.9.3-dev      0x00903000
    + * 0.9.3-beta1    0x00903001
      * 0.9.3-beta2-dev 0x00903002
      * 0.9.3-beta2    0x00903002 (same as ...beta2-dev)
    - * 0.9.3	  0x0090300f
    - * 0.9.3a	  0x0090301f
    - * 0.9.4 	  0x0090400f
    - * 1.2.3z	  0x102031af
    + * 0.9.3          0x0090300f
    + * 0.9.3a         0x0090301f
    + * 0.9.4          0x0090400f
    + * 1.2.3z         0x102031af
      *
      * For continuity reasons (because 0.9.5 is already out, and is coded
      * 0x00905100), between 0.9.5 and 0.9.6 the coding of the patch level
    @@ -29,16 +30,16 @@ extern "C" {
      * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
      *  major minor fix final patch/beta)
      */
    -#define OPENSSL_VERSION_NUMBER	0x100010afL
    -#ifdef OPENSSL_FIPS
    -#define OPENSSL_VERSION_TEXT	"OpenSSL 1.0.1j-fips 15 Oct 2014"
    -#else
    -#define OPENSSL_VERSION_TEXT	"OpenSSL 1.0.1j 15 Oct 2014"
    -#endif
    -#define OPENSSL_VERSION_PTEXT	" part of " OPENSSL_VERSION_TEXT
    -
    +# define OPENSSL_VERSION_NUMBER  0x1000200fL
    +# ifdef OPENSSL_FIPS
    +#  define OPENSSL_VERSION_TEXT    "OpenSSL 1.0.2-fips 22 Jan 2015"
    +# else
    +#  define OPENSSL_VERSION_TEXT    "OpenSSL 1.0.2 22 Jan 2015"
    +# endif
    +# define OPENSSL_VERSION_PTEXT   " part of " OPENSSL_VERSION_TEXT
     
    -/* The macros below are to be used for shared library (.so, .dll, ...)
    +/*-
    + * The macros below are to be used for shared library (.so, .dll, ...)
      * versioning.  That kind of versioning works a bit differently between
      * operating systems.  The most usual scheme is to set a major and a minor
      * number, and have the runtime loader check that the major number is equal
    @@ -46,11 +47,11 @@ extern "C" {
      * be greater or equal to what it was at application link time.  With this
      * scheme, the version number is usually part of the file name, like this:
      *
    - *	libcrypto.so.0.9
    + *      libcrypto.so.0.9
      *
      * Some unixen also make a softlink with the major verson number only:
      *
    - *	libcrypto.so.0
    + *      libcrypto.so.0
      *
      * On Tru64 and IRIX 6.x it works a little bit differently.  There, the
      * shared library version is stored in the file, and is actually a series
    @@ -65,11 +66,11 @@ extern "C" {
      * to highest, should be part of the string.  Consecutive builds would
      * give the following versions strings:
      *
    - *	3.0
    - *	3.0:3.1
    - *	3.0:3.1:3.2
    - *	4.0
    - *	4.0:4.1
    + *      3.0
    + *      3.0:3.1
    + *      3.0:3.1:3.2
    + *      4.0
    + *      4.0:4.1
      *
      * Notice how version 4 is completely incompatible with version, and
      * therefore give the breach you can see.
    @@ -86,11 +87,11 @@ extern "C" {
      * macro SHLIB_VERSION_HISTORY.  The numbers are separated by colons and
      * should only keep the versions that are binary compatible with the current.
      */
    -#define SHLIB_VERSION_HISTORY ""
    -#define SHLIB_VERSION_NUMBER "1.0.0"
    +# define SHLIB_VERSION_HISTORY ""
    +# define SHLIB_VERSION_NUMBER "1.0.0"
     
     
     #ifdef  __cplusplus
     }
     #endif
    -#endif /* HEADER_OPENSSLV_H */
    +#endif                          /* HEADER_OPENSSLV_H */
    diff --git a/openssl/crypto/ossl_typ.h b/openssl/crypto/ossl_typ.h
    index 12cdd43be..9144ea2cf 100644
    --- a/openssl/crypto/ossl_typ.h
    +++ b/openssl/crypto/ossl_typ.h
    @@ -6,7 +6,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,33 +53,33 @@
      */
     
     #ifndef HEADER_OPENSSL_TYPES_H
    -#define HEADER_OPENSSL_TYPES_H
    +# define HEADER_OPENSSL_TYPES_H
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -#include 
    -
    -#ifdef NO_ASN1_TYPEDEFS
    -#define ASN1_INTEGER		ASN1_STRING
    -#define ASN1_ENUMERATED		ASN1_STRING
    -#define ASN1_BIT_STRING		ASN1_STRING
    -#define ASN1_OCTET_STRING	ASN1_STRING
    -#define ASN1_PRINTABLESTRING	ASN1_STRING
    -#define ASN1_T61STRING		ASN1_STRING
    -#define ASN1_IA5STRING		ASN1_STRING
    -#define ASN1_UTCTIME		ASN1_STRING
    -#define ASN1_GENERALIZEDTIME	ASN1_STRING
    -#define ASN1_TIME		ASN1_STRING
    -#define ASN1_GENERALSTRING	ASN1_STRING
    -#define ASN1_UNIVERSALSTRING	ASN1_STRING
    -#define ASN1_BMPSTRING		ASN1_STRING
    -#define ASN1_VISIBLESTRING	ASN1_STRING
    -#define ASN1_UTF8STRING		ASN1_STRING
    -#define ASN1_BOOLEAN		int
    -#define ASN1_NULL		int
    -#else
    +# include 
    +
    +# ifdef NO_ASN1_TYPEDEFS
    +#  define ASN1_INTEGER            ASN1_STRING
    +#  define ASN1_ENUMERATED         ASN1_STRING
    +#  define ASN1_BIT_STRING         ASN1_STRING
    +#  define ASN1_OCTET_STRING       ASN1_STRING
    +#  define ASN1_PRINTABLESTRING    ASN1_STRING
    +#  define ASN1_T61STRING          ASN1_STRING
    +#  define ASN1_IA5STRING          ASN1_STRING
    +#  define ASN1_UTCTIME            ASN1_STRING
    +#  define ASN1_GENERALIZEDTIME    ASN1_STRING
    +#  define ASN1_TIME               ASN1_STRING
    +#  define ASN1_GENERALSTRING      ASN1_STRING
    +#  define ASN1_UNIVERSALSTRING    ASN1_STRING
    +#  define ASN1_BMPSTRING          ASN1_STRING
    +#  define ASN1_VISIBLESTRING      ASN1_STRING
    +#  define ASN1_UTF8STRING         ASN1_STRING
    +#  define ASN1_BOOLEAN            int
    +#  define ASN1_NULL               int
    +# else
     typedef struct asn1_string_st ASN1_INTEGER;
     typedef struct asn1_string_st ASN1_ENUMERATED;
     typedef struct asn1_string_st ASN1_BIT_STRING;
    @@ -98,23 +98,25 @@ typedef struct asn1_string_st ASN1_UTF8STRING;
     typedef struct asn1_string_st ASN1_STRING;
     typedef int ASN1_BOOLEAN;
     typedef int ASN1_NULL;
    -#endif
    +# endif
    +
    +typedef struct asn1_object_st ASN1_OBJECT;
     
     typedef struct ASN1_ITEM_st ASN1_ITEM;
     typedef struct asn1_pctx_st ASN1_PCTX;
     
    -#ifdef OPENSSL_SYS_WIN32
    -#undef X509_NAME
    -#undef X509_EXTENSIONS
    -#undef X509_CERT_PAIR
    -#undef PKCS7_ISSUER_AND_SERIAL
    -#undef OCSP_REQUEST
    -#undef OCSP_RESPONSE
    -#endif
    -
    -#ifdef BIGNUM
    -#undef BIGNUM
    -#endif
    +# ifdef OPENSSL_SYS_WIN32
    +#  undef X509_NAME
    +#  undef X509_EXTENSIONS
    +#  undef X509_CERT_PAIR
    +#  undef PKCS7_ISSUER_AND_SERIAL
    +#  undef OCSP_REQUEST
    +#  undef OCSP_RESPONSE
    +# endif
    +
    +# ifdef BIGNUM
    +#  undef BIGNUM
    +# endif
     typedef struct bignum_st BIGNUM;
     typedef struct bignum_ctx BN_CTX;
     typedef struct bn_blinding_st BN_BLINDING;
    @@ -187,17 +189,17 @@ typedef struct ISSUING_DIST_POINT_st ISSUING_DIST_POINT;
     typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS;
     
       /* If placed in pkcs12.h, we end up with a circular depency with pkcs7.h */
    -#define DECLARE_PKCS12_STACK_OF(type) /* Nothing */
    -#define IMPLEMENT_PKCS12_STACK_OF(type) /* Nothing */
    +# define DECLARE_PKCS12_STACK_OF(type)/* Nothing */
    +# define IMPLEMENT_PKCS12_STACK_OF(type)/* Nothing */
     
     typedef struct crypto_ex_data_st CRYPTO_EX_DATA;
     /* Callback types for crypto.h */
    -typedef int CRYPTO_EX_new(void *parent, void *ptr, CRYPTO_EX_DATA *ad,
    -					int idx, long argl, void *argp);
    -typedef void CRYPTO_EX_free(void *parent, void *ptr, CRYPTO_EX_DATA *ad,
    -					int idx, long argl, void *argp);
    -typedef int CRYPTO_EX_dup(CRYPTO_EX_DATA *to, CRYPTO_EX_DATA *from, void *from_d, 
    -					int idx, long argl, void *argp);
    +typedef int CRYPTO_EX_new (void *parent, void *ptr, CRYPTO_EX_DATA *ad,
    +                           int idx, long argl, void *argp);
    +typedef void CRYPTO_EX_free (void *parent, void *ptr, CRYPTO_EX_DATA *ad,
    +                             int idx, long argl, void *argp);
    +typedef int CRYPTO_EX_dup (CRYPTO_EX_DATA *to, CRYPTO_EX_DATA *from,
    +                           void *from_d, int idx, long argl, void *argp);
     
     typedef struct ocsp_req_ctx_st OCSP_REQ_CTX;
     typedef struct ocsp_response_st OCSP_RESPONSE;
    @@ -206,4 +208,4 @@ typedef struct ocsp_responder_id_st OCSP_RESPID;
     #ifdef  __cplusplus
     }
     #endif
    -#endif /* def HEADER_OPENSSL_TYPES_H */
    +#endif                          /* def HEADER_OPENSSL_TYPES_H */
    diff --git a/openssl/crypto/pem/Makefile b/openssl/crypto/pem/Makefile
    index 2cc780152..7691f83f6 100644
    --- a/openssl/crypto/pem/Makefile
    +++ b/openssl/crypto/pem/Makefile
    @@ -169,12 +169,13 @@ pem_pk8.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
     pem_pk8.o: ../cryptlib.h pem_pk8.c
     pem_pkey.o: ../../e_os.h ../../include/openssl/asn1.h
     pem_pkey.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
    -pem_pkey.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
    -pem_pkey.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
    -pem_pkey.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h
    -pem_pkey.o: ../../include/openssl/err.h ../../include/openssl/evp.h
    -pem_pkey.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
    -pem_pkey.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
    +pem_pkey.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
    +pem_pkey.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
    +pem_pkey.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
    +pem_pkey.o: ../../include/openssl/engine.h ../../include/openssl/err.h
    +pem_pkey.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
    +pem_pkey.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
    +pem_pkey.o: ../../include/openssl/opensslconf.h
     pem_pkey.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
     pem_pkey.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h
     pem_pkey.o: ../../include/openssl/pkcs12.h ../../include/openssl/pkcs7.h
    diff --git a/openssl/crypto/pem/pem.h b/openssl/crypto/pem/pem.h
    index 8a6ababe3..d3b23fc99 100644
    --- a/openssl/crypto/pem/pem.h
    +++ b/openssl/crypto/pem/pem.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -57,506 +57,478 @@
      */
     
     #ifndef HEADER_PEM_H
    -#define HEADER_PEM_H
    -
    -#include 
    -#ifndef OPENSSL_NO_BIO
    -#include 
    -#endif
    -#ifndef OPENSSL_NO_STACK
    -#include 
    -#endif
    -#include 
    -#include 
    -#include 
    +# define HEADER_PEM_H
    +
    +# include 
    +# ifndef OPENSSL_NO_BIO
    +#  include 
    +# endif
    +# ifndef OPENSSL_NO_STACK
    +#  include 
    +# endif
    +# include 
    +# include 
    +# include 
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -#define PEM_BUFSIZE		1024
    -
    -#define PEM_OBJ_UNDEF		0
    -#define PEM_OBJ_X509		1
    -#define PEM_OBJ_X509_REQ	2
    -#define PEM_OBJ_CRL		3
    -#define PEM_OBJ_SSL_SESSION	4
    -#define PEM_OBJ_PRIV_KEY	10
    -#define PEM_OBJ_PRIV_RSA	11
    -#define PEM_OBJ_PRIV_DSA	12
    -#define PEM_OBJ_PRIV_DH		13
    -#define PEM_OBJ_PUB_RSA		14
    -#define PEM_OBJ_PUB_DSA		15
    -#define PEM_OBJ_PUB_DH		16
    -#define PEM_OBJ_DHPARAMS	17
    -#define PEM_OBJ_DSAPARAMS	18
    -#define PEM_OBJ_PRIV_RSA_PUBLIC	19
    -#define PEM_OBJ_PRIV_ECDSA	20
    -#define PEM_OBJ_PUB_ECDSA	21
    -#define PEM_OBJ_ECPARAMETERS	22
    -
    -#define PEM_ERROR		30
    -#define PEM_DEK_DES_CBC         40
    -#define PEM_DEK_IDEA_CBC        45
    -#define PEM_DEK_DES_EDE         50
    -#define PEM_DEK_DES_ECB         60
    -#define PEM_DEK_RSA             70
    -#define PEM_DEK_RSA_MD2         80
    -#define PEM_DEK_RSA_MD5         90
    -
    -#define PEM_MD_MD2		NID_md2
    -#define PEM_MD_MD5		NID_md5
    -#define PEM_MD_SHA		NID_sha
    -#define PEM_MD_MD2_RSA		NID_md2WithRSAEncryption
    -#define PEM_MD_MD5_RSA		NID_md5WithRSAEncryption
    -#define PEM_MD_SHA_RSA		NID_sha1WithRSAEncryption
    -
    -#define PEM_STRING_X509_OLD	"X509 CERTIFICATE"
    -#define PEM_STRING_X509		"CERTIFICATE"
    -#define PEM_STRING_X509_PAIR	"CERTIFICATE PAIR"
    -#define PEM_STRING_X509_TRUSTED	"TRUSTED CERTIFICATE"
    -#define PEM_STRING_X509_REQ_OLD	"NEW CERTIFICATE REQUEST"
    -#define PEM_STRING_X509_REQ	"CERTIFICATE REQUEST"
    -#define PEM_STRING_X509_CRL	"X509 CRL"
    -#define PEM_STRING_EVP_PKEY	"ANY PRIVATE KEY"
    -#define PEM_STRING_PUBLIC	"PUBLIC KEY"
    -#define PEM_STRING_RSA		"RSA PRIVATE KEY"
    -#define PEM_STRING_RSA_PUBLIC	"RSA PUBLIC KEY"
    -#define PEM_STRING_DSA		"DSA PRIVATE KEY"
    -#define PEM_STRING_DSA_PUBLIC	"DSA PUBLIC KEY"
    -#define PEM_STRING_PKCS7	"PKCS7"
    -#define PEM_STRING_PKCS7_SIGNED	"PKCS #7 SIGNED DATA"
    -#define PEM_STRING_PKCS8	"ENCRYPTED PRIVATE KEY"
    -#define PEM_STRING_PKCS8INF	"PRIVATE KEY"
    -#define PEM_STRING_DHPARAMS	"DH PARAMETERS"
    -#define PEM_STRING_SSL_SESSION	"SSL SESSION PARAMETERS"
    -#define PEM_STRING_DSAPARAMS	"DSA PARAMETERS"
    -#define PEM_STRING_ECDSA_PUBLIC "ECDSA PUBLIC KEY"
    -#define PEM_STRING_ECPARAMETERS "EC PARAMETERS"
    -#define PEM_STRING_ECPRIVATEKEY	"EC PRIVATE KEY"
    -#define PEM_STRING_PARAMETERS	"PARAMETERS"
    -#define PEM_STRING_CMS		"CMS"
    -
    -  /* Note that this structure is initialised by PEM_SealInit and cleaned up
    -     by PEM_SealFinal (at least for now) */
    -typedef struct PEM_Encode_Seal_st
    -	{
    -	EVP_ENCODE_CTX encode;
    -	EVP_MD_CTX md;
    -	EVP_CIPHER_CTX cipher;
    -	} PEM_ENCODE_SEAL_CTX;
    +# define PEM_BUFSIZE             1024
    +
    +# define PEM_OBJ_UNDEF           0
    +# define PEM_OBJ_X509            1
    +# define PEM_OBJ_X509_REQ        2
    +# define PEM_OBJ_CRL             3
    +# define PEM_OBJ_SSL_SESSION     4
    +# define PEM_OBJ_PRIV_KEY        10
    +# define PEM_OBJ_PRIV_RSA        11
    +# define PEM_OBJ_PRIV_DSA        12
    +# define PEM_OBJ_PRIV_DH         13
    +# define PEM_OBJ_PUB_RSA         14
    +# define PEM_OBJ_PUB_DSA         15
    +# define PEM_OBJ_PUB_DH          16
    +# define PEM_OBJ_DHPARAMS        17
    +# define PEM_OBJ_DSAPARAMS       18
    +# define PEM_OBJ_PRIV_RSA_PUBLIC 19
    +# define PEM_OBJ_PRIV_ECDSA      20
    +# define PEM_OBJ_PUB_ECDSA       21
    +# define PEM_OBJ_ECPARAMETERS    22
    +
    +# define PEM_ERROR               30
    +# define PEM_DEK_DES_CBC         40
    +# define PEM_DEK_IDEA_CBC        45
    +# define PEM_DEK_DES_EDE         50
    +# define PEM_DEK_DES_ECB         60
    +# define PEM_DEK_RSA             70
    +# define PEM_DEK_RSA_MD2         80
    +# define PEM_DEK_RSA_MD5         90
    +
    +# define PEM_MD_MD2              NID_md2
    +# define PEM_MD_MD5              NID_md5
    +# define PEM_MD_SHA              NID_sha
    +# define PEM_MD_MD2_RSA          NID_md2WithRSAEncryption
    +# define PEM_MD_MD5_RSA          NID_md5WithRSAEncryption
    +# define PEM_MD_SHA_RSA          NID_sha1WithRSAEncryption
    +
    +# define PEM_STRING_X509_OLD     "X509 CERTIFICATE"
    +# define PEM_STRING_X509         "CERTIFICATE"
    +# define PEM_STRING_X509_PAIR    "CERTIFICATE PAIR"
    +# define PEM_STRING_X509_TRUSTED "TRUSTED CERTIFICATE"
    +# define PEM_STRING_X509_REQ_OLD "NEW CERTIFICATE REQUEST"
    +# define PEM_STRING_X509_REQ     "CERTIFICATE REQUEST"
    +# define PEM_STRING_X509_CRL     "X509 CRL"
    +# define PEM_STRING_EVP_PKEY     "ANY PRIVATE KEY"
    +# define PEM_STRING_PUBLIC       "PUBLIC KEY"
    +# define PEM_STRING_RSA          "RSA PRIVATE KEY"
    +# define PEM_STRING_RSA_PUBLIC   "RSA PUBLIC KEY"
    +# define PEM_STRING_DSA          "DSA PRIVATE KEY"
    +# define PEM_STRING_DSA_PUBLIC   "DSA PUBLIC KEY"
    +# define PEM_STRING_PKCS7        "PKCS7"
    +# define PEM_STRING_PKCS7_SIGNED "PKCS #7 SIGNED DATA"
    +# define PEM_STRING_PKCS8        "ENCRYPTED PRIVATE KEY"
    +# define PEM_STRING_PKCS8INF     "PRIVATE KEY"
    +# define PEM_STRING_DHPARAMS     "DH PARAMETERS"
    +# define PEM_STRING_DHXPARAMS    "X9.42 DH PARAMETERS"
    +# define PEM_STRING_SSL_SESSION  "SSL SESSION PARAMETERS"
    +# define PEM_STRING_DSAPARAMS    "DSA PARAMETERS"
    +# define PEM_STRING_ECDSA_PUBLIC "ECDSA PUBLIC KEY"
    +# define PEM_STRING_ECPARAMETERS "EC PARAMETERS"
    +# define PEM_STRING_ECPRIVATEKEY "EC PRIVATE KEY"
    +# define PEM_STRING_PARAMETERS   "PARAMETERS"
    +# define PEM_STRING_CMS          "CMS"
    +
    +  /*
    +   * Note that this structure is initialised by PEM_SealInit and cleaned up
    +   * by PEM_SealFinal (at least for now)
    +   */
    +typedef struct PEM_Encode_Seal_st {
    +    EVP_ENCODE_CTX encode;
    +    EVP_MD_CTX md;
    +    EVP_CIPHER_CTX cipher;
    +} PEM_ENCODE_SEAL_CTX;
     
     /* enc_type is one off */
    -#define PEM_TYPE_ENCRYPTED      10
    -#define PEM_TYPE_MIC_ONLY       20
    -#define PEM_TYPE_MIC_CLEAR      30
    -#define PEM_TYPE_CLEAR		40
    -
    -typedef struct pem_recip_st
    -	{
    -	char *name;
    -	X509_NAME *dn;
    -
    -	int cipher;
    -	int key_enc;
    -	/*	char iv[8]; unused and wrong size */
    -	} PEM_USER;
    -
    -typedef struct pem_ctx_st
    -	{
    -	int type;		/* what type of object */
    -
    -	struct	{
    -		int version;	
    -		int mode;		
    -		} proc_type;
    -
    -	char *domain;
    -
    -	struct	{
    -		int cipher;
    -	/* unused, and wrong size
    -	   unsigned char iv[8]; */
    -		} DEK_info;
    -		
    -	PEM_USER *originator;
    -
    -	int num_recipient;
    -	PEM_USER **recipient;
    -
    -	/* XXX(ben): don#t think this is used! 
    -		STACK *x509_chain;	/ * certificate chain */
    -	EVP_MD *md;		/* signature type */
    -
    -	int md_enc;		/* is the md encrypted or not? */
    -	int md_len;		/* length of md_data */
    -	char *md_data;		/* message digest, could be pkey encrypted */
    -
    -	EVP_CIPHER *dec;	/* date encryption cipher */
    -	int key_len;		/* key length */
    -	unsigned char *key;	/* key */
    -	/* unused, and wrong size
    -	   unsigned char iv[8]; */
    -
    -	
    -	int  data_enc;		/* is the data encrypted */
    -	int data_len;
    -	unsigned char *data;
    -	} PEM_CTX;
    -
    -/* These macros make the PEM_read/PEM_write functions easier to maintain and
    - * write. Now they are all implemented with either:
    - * IMPLEMENT_PEM_rw(...) or IMPLEMENT_PEM_rw_cb(...)
    +# define PEM_TYPE_ENCRYPTED      10
    +# define PEM_TYPE_MIC_ONLY       20
    +# define PEM_TYPE_MIC_CLEAR      30
    +# define PEM_TYPE_CLEAR          40
    +
    +typedef struct pem_recip_st {
    +    char *name;
    +    X509_NAME *dn;
    +    int cipher;
    +    int key_enc;
    +    /*      char iv[8]; unused and wrong size */
    +} PEM_USER;
    +
    +typedef struct pem_ctx_st {
    +    int type;                   /* what type of object */
    +    struct {
    +        int version;
    +        int mode;
    +    } proc_type;
    +
    +    char *domain;
    +
    +    struct {
    +        int cipher;
    +        /*-
    +        unused, and wrong size
    +        unsigned char iv[8]; */
    +    } DEK_info;
    +
    +    PEM_USER *originator;
    +
    +    int num_recipient;
    +    PEM_USER **recipient;
    +/*-
    +    XXX(ben): don#t think this is used!
    +        STACK *x509_chain;      / * certificate chain */
    +    EVP_MD *md;                 /* signature type */
    +
    +    int md_enc;                 /* is the md encrypted or not? */
    +    int md_len;                 /* length of md_data */
    +    char *md_data;              /* message digest, could be pkey encrypted */
    +
    +    EVP_CIPHER *dec;            /* date encryption cipher */
    +    int key_len;                /* key length */
    +    unsigned char *key;         /* key */
    +  /*-
    +    unused, and wrong size
    +    unsigned char iv[8]; */
    +
    +    int data_enc;               /* is the data encrypted */
    +    int data_len;
    +    unsigned char *data;
    +} PEM_CTX;
    +
    +/*
    + * These macros make the PEM_read/PEM_write functions easier to maintain and
    + * write. Now they are all implemented with either: IMPLEMENT_PEM_rw(...) or
    + * IMPLEMENT_PEM_rw_cb(...)
      */
     
    -#ifdef OPENSSL_NO_FP_API
    -
    -#define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/
    -#define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/
    -#define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/
    -#define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/
    -#define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/
    +# ifdef OPENSSL_NO_FP_API
     
    -#else
    +#  define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/
    +#  define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/
    +#  define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/
    +#  define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/
    +#  define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/
    +# else
     
    -#define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \
    +#  define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \
     type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u)\
     { \
     return PEM_ASN1_read((d2i_of_void *)d2i_##asn1, str,fp,(void **)x,cb,u); \
    -} 
    +}
     
    -#define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \
    +#  define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \
     int PEM_write_##name(FILE *fp, type *x) \
     { \
     return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,NULL,NULL,0,NULL,NULL); \
     }
     
    -#define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \
    +#  define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \
     int PEM_write_##name(FILE *fp, const type *x) \
     { \
     return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,(void *)x,NULL,NULL,0,NULL,NULL); \
     }
     
    -#define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) \
    +#  define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) \
     int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
    -	     unsigned char *kstr, int klen, pem_password_cb *cb, \
    -		  void *u) \
    -	{ \
    -	return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,enc,kstr,klen,cb,u); \
    -	}
    +             unsigned char *kstr, int klen, pem_password_cb *cb, \
    +                  void *u) \
    +        { \
    +        return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,enc,kstr,klen,cb,u); \
    +        }
     
    -#define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) \
    +#  define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) \
     int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
    -	     unsigned char *kstr, int klen, pem_password_cb *cb, \
    -		  void *u) \
    -	{ \
    -	return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,enc,kstr,klen,cb,u); \
    -	}
    +             unsigned char *kstr, int klen, pem_password_cb *cb, \
    +                  void *u) \
    +        { \
    +        return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,enc,kstr,klen,cb,u); \
    +        }
     
    -#endif
    +# endif
     
    -#define IMPLEMENT_PEM_read_bio(name, type, str, asn1) \
    +# define IMPLEMENT_PEM_read_bio(name, type, str, asn1) \
     type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u)\
     { \
     return PEM_ASN1_read_bio((d2i_of_void *)d2i_##asn1, str,bp,(void **)x,cb,u); \
     }
     
    -#define IMPLEMENT_PEM_write_bio(name, type, str, asn1) \
    +# define IMPLEMENT_PEM_write_bio(name, type, str, asn1) \
     int PEM_write_bio_##name(BIO *bp, type *x) \
     { \
     return PEM_ASN1_write_bio((i2d_of_void *)i2d_##asn1,str,bp,x,NULL,NULL,0,NULL,NULL); \
     }
     
    -#define IMPLEMENT_PEM_write_bio_const(name, type, str, asn1) \
    +# define IMPLEMENT_PEM_write_bio_const(name, type, str, asn1) \
     int PEM_write_bio_##name(BIO *bp, const type *x) \
     { \
     return PEM_ASN1_write_bio((i2d_of_void *)i2d_##asn1,str,bp,(void *)x,NULL,NULL,0,NULL,NULL); \
     }
     
    -#define IMPLEMENT_PEM_write_cb_bio(name, type, str, asn1) \
    +# define IMPLEMENT_PEM_write_cb_bio(name, type, str, asn1) \
     int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
    -	     unsigned char *kstr, int klen, pem_password_cb *cb, void *u) \
    -	{ \
    -	return PEM_ASN1_write_bio((i2d_of_void *)i2d_##asn1,str,bp,x,enc,kstr,klen,cb,u); \
    -	}
    +             unsigned char *kstr, int klen, pem_password_cb *cb, void *u) \
    +        { \
    +        return PEM_ASN1_write_bio((i2d_of_void *)i2d_##asn1,str,bp,x,enc,kstr,klen,cb,u); \
    +        }
     
    -#define IMPLEMENT_PEM_write_cb_bio_const(name, type, str, asn1) \
    +# define IMPLEMENT_PEM_write_cb_bio_const(name, type, str, asn1) \
     int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
    -	     unsigned char *kstr, int klen, pem_password_cb *cb, void *u) \
    -	{ \
    -	return PEM_ASN1_write_bio((i2d_of_void *)i2d_##asn1,str,bp,(void *)x,enc,kstr,klen,cb,u); \
    -	}
    +             unsigned char *kstr, int klen, pem_password_cb *cb, void *u) \
    +        { \
    +        return PEM_ASN1_write_bio((i2d_of_void *)i2d_##asn1,str,bp,(void *)x,enc,kstr,klen,cb,u); \
    +        }
     
    -#define IMPLEMENT_PEM_write(name, type, str, asn1) \
    -	IMPLEMENT_PEM_write_bio(name, type, str, asn1) \
    -	IMPLEMENT_PEM_write_fp(name, type, str, asn1) 
    +# define IMPLEMENT_PEM_write(name, type, str, asn1) \
    +        IMPLEMENT_PEM_write_bio(name, type, str, asn1) \
    +        IMPLEMENT_PEM_write_fp(name, type, str, asn1)
     
    -#define IMPLEMENT_PEM_write_const(name, type, str, asn1) \
    -	IMPLEMENT_PEM_write_bio_const(name, type, str, asn1) \
    -	IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) 
    +# define IMPLEMENT_PEM_write_const(name, type, str, asn1) \
    +        IMPLEMENT_PEM_write_bio_const(name, type, str, asn1) \
    +        IMPLEMENT_PEM_write_fp_const(name, type, str, asn1)
     
    -#define IMPLEMENT_PEM_write_cb(name, type, str, asn1) \
    -	IMPLEMENT_PEM_write_cb_bio(name, type, str, asn1) \
    -	IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) 
    +# define IMPLEMENT_PEM_write_cb(name, type, str, asn1) \
    +        IMPLEMENT_PEM_write_cb_bio(name, type, str, asn1) \
    +        IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1)
     
    -#define IMPLEMENT_PEM_write_cb_const(name, type, str, asn1) \
    -	IMPLEMENT_PEM_write_cb_bio_const(name, type, str, asn1) \
    -	IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) 
    +# define IMPLEMENT_PEM_write_cb_const(name, type, str, asn1) \
    +        IMPLEMENT_PEM_write_cb_bio_const(name, type, str, asn1) \
    +        IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1)
     
    -#define IMPLEMENT_PEM_read(name, type, str, asn1) \
    -	IMPLEMENT_PEM_read_bio(name, type, str, asn1) \
    -	IMPLEMENT_PEM_read_fp(name, type, str, asn1) 
    +# define IMPLEMENT_PEM_read(name, type, str, asn1) \
    +        IMPLEMENT_PEM_read_bio(name, type, str, asn1) \
    +        IMPLEMENT_PEM_read_fp(name, type, str, asn1)
     
    -#define IMPLEMENT_PEM_rw(name, type, str, asn1) \
    -	IMPLEMENT_PEM_read(name, type, str, asn1) \
    -	IMPLEMENT_PEM_write(name, type, str, asn1)
    +# define IMPLEMENT_PEM_rw(name, type, str, asn1) \
    +        IMPLEMENT_PEM_read(name, type, str, asn1) \
    +        IMPLEMENT_PEM_write(name, type, str, asn1)
     
    -#define IMPLEMENT_PEM_rw_const(name, type, str, asn1) \
    -	IMPLEMENT_PEM_read(name, type, str, asn1) \
    -	IMPLEMENT_PEM_write_const(name, type, str, asn1)
    +# define IMPLEMENT_PEM_rw_const(name, type, str, asn1) \
    +        IMPLEMENT_PEM_read(name, type, str, asn1) \
    +        IMPLEMENT_PEM_write_const(name, type, str, asn1)
     
    -#define IMPLEMENT_PEM_rw_cb(name, type, str, asn1) \
    -	IMPLEMENT_PEM_read(name, type, str, asn1) \
    -	IMPLEMENT_PEM_write_cb(name, type, str, asn1)
    +# define IMPLEMENT_PEM_rw_cb(name, type, str, asn1) \
    +        IMPLEMENT_PEM_read(name, type, str, asn1) \
    +        IMPLEMENT_PEM_write_cb(name, type, str, asn1)
     
     /* These are the same except they are for the declarations */
     
    -#if defined(OPENSSL_NO_FP_API)
    -
    -#define DECLARE_PEM_read_fp(name, type) /**/
    -#define DECLARE_PEM_write_fp(name, type) /**/
    -#define DECLARE_PEM_write_cb_fp(name, type) /**/
    -
    -#else
    -
    -#define DECLARE_PEM_read_fp(name, type) \
    -	type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u);
    -
    -#define DECLARE_PEM_write_fp(name, type) \
    -	int PEM_write_##name(FILE *fp, type *x);
    -
    -#define DECLARE_PEM_write_fp_const(name, type) \
    -	int PEM_write_##name(FILE *fp, const type *x);
    -
    -#define DECLARE_PEM_write_cb_fp(name, type) \
    -	int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
    -	     unsigned char *kstr, int klen, pem_password_cb *cb, void *u);
    -
    -#endif
    -
    -#ifndef OPENSSL_NO_BIO
    -#define DECLARE_PEM_read_bio(name, type) \
    -	type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u);
    -
    -#define DECLARE_PEM_write_bio(name, type) \
    -	int PEM_write_bio_##name(BIO *bp, type *x);
    -
    -#define DECLARE_PEM_write_bio_const(name, type) \
    -	int PEM_write_bio_##name(BIO *bp, const type *x);
    -
    -#define DECLARE_PEM_write_cb_bio(name, type) \
    -	int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
    -	     unsigned char *kstr, int klen, pem_password_cb *cb, void *u);
    -
    -#else
    -
    -#define DECLARE_PEM_read_bio(name, type) /**/
    -#define DECLARE_PEM_write_bio(name, type) /**/
    -#define DECLARE_PEM_write_bio_const(name, type) /**/
    -#define DECLARE_PEM_write_cb_bio(name, type) /**/
    -
    -#endif
    -
    -#define DECLARE_PEM_write(name, type) \
    -	DECLARE_PEM_write_bio(name, type) \
    -	DECLARE_PEM_write_fp(name, type) 
    -
    -#define DECLARE_PEM_write_const(name, type) \
    -	DECLARE_PEM_write_bio_const(name, type) \
    -	DECLARE_PEM_write_fp_const(name, type)
    -
    -#define DECLARE_PEM_write_cb(name, type) \
    -	DECLARE_PEM_write_cb_bio(name, type) \
    -	DECLARE_PEM_write_cb_fp(name, type) 
    -
    -#define DECLARE_PEM_read(name, type) \
    -	DECLARE_PEM_read_bio(name, type) \
    -	DECLARE_PEM_read_fp(name, type)
    -
    -#define DECLARE_PEM_rw(name, type) \
    -	DECLARE_PEM_read(name, type) \
    -	DECLARE_PEM_write(name, type)
    -
    -#define DECLARE_PEM_rw_const(name, type) \
    -	DECLARE_PEM_read(name, type) \
    -	DECLARE_PEM_write_const(name, type)
    -
    -#define DECLARE_PEM_rw_cb(name, type) \
    -	DECLARE_PEM_read(name, type) \
    -	DECLARE_PEM_write_cb(name, type)
    -
    -#if 1
    +# if defined(OPENSSL_NO_FP_API)
    +
    +#  define DECLARE_PEM_read_fp(name, type) /**/
    +#  define DECLARE_PEM_write_fp(name, type) /**/
    +#  define DECLARE_PEM_write_cb_fp(name, type) /**/
    +# else
    +
    +#  define DECLARE_PEM_read_fp(name, type) \
    +        type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u);
    +
    +#  define DECLARE_PEM_write_fp(name, type) \
    +        int PEM_write_##name(FILE *fp, type *x);
    +
    +#  define DECLARE_PEM_write_fp_const(name, type) \
    +        int PEM_write_##name(FILE *fp, const type *x);
    +
    +#  define DECLARE_PEM_write_cb_fp(name, type) \
    +        int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
    +             unsigned char *kstr, int klen, pem_password_cb *cb, void *u);
    +
    +# endif
    +
    +# ifndef OPENSSL_NO_BIO
    +#  define DECLARE_PEM_read_bio(name, type) \
    +        type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u);
    +
    +#  define DECLARE_PEM_write_bio(name, type) \
    +        int PEM_write_bio_##name(BIO *bp, type *x);
    +
    +#  define DECLARE_PEM_write_bio_const(name, type) \
    +        int PEM_write_bio_##name(BIO *bp, const type *x);
    +
    +#  define DECLARE_PEM_write_cb_bio(name, type) \
    +        int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
    +             unsigned char *kstr, int klen, pem_password_cb *cb, void *u);
    +
    +# else
    +
    +#  define DECLARE_PEM_read_bio(name, type) /**/
    +#  define DECLARE_PEM_write_bio(name, type) /**/
    +#  define DECLARE_PEM_write_bio_const(name, type) /**/
    +#  define DECLARE_PEM_write_cb_bio(name, type) /**/
    +# endif
    +# define DECLARE_PEM_write(name, type) \
    +        DECLARE_PEM_write_bio(name, type) \
    +        DECLARE_PEM_write_fp(name, type)
    +# define DECLARE_PEM_write_const(name, type) \
    +        DECLARE_PEM_write_bio_const(name, type) \
    +        DECLARE_PEM_write_fp_const(name, type)
    +# define DECLARE_PEM_write_cb(name, type) \
    +        DECLARE_PEM_write_cb_bio(name, type) \
    +        DECLARE_PEM_write_cb_fp(name, type)
    +# define DECLARE_PEM_read(name, type) \
    +        DECLARE_PEM_read_bio(name, type) \
    +        DECLARE_PEM_read_fp(name, type)
    +# define DECLARE_PEM_rw(name, type) \
    +        DECLARE_PEM_read(name, type) \
    +        DECLARE_PEM_write(name, type)
    +# define DECLARE_PEM_rw_const(name, type) \
    +        DECLARE_PEM_read(name, type) \
    +        DECLARE_PEM_write_const(name, type)
    +# define DECLARE_PEM_rw_cb(name, type) \
    +        DECLARE_PEM_read(name, type) \
    +        DECLARE_PEM_write_cb(name, type)
    +# if 1
     /* "userdata": new with OpenSSL 0.9.4 */
    -typedef int pem_password_cb(char *buf, int size, int rwflag, void *userdata);
    -#else
    +typedef int pem_password_cb (char *buf, int size, int rwflag, void *userdata);
    +# else
     /* OpenSSL 0.9.3, 0.9.3a */
    -typedef int pem_password_cb(char *buf, int size, int rwflag);
    -#endif
    -
    -int	PEM_get_EVP_CIPHER_INFO(char *header, EVP_CIPHER_INFO *cipher);
    -int	PEM_do_header (EVP_CIPHER_INFO *cipher, unsigned char *data,long *len,
    -	pem_password_cb *callback,void *u);
    -
    -#ifndef OPENSSL_NO_BIO
    -int	PEM_read_bio(BIO *bp, char **name, char **header,
    -		unsigned char **data,long *len);
    -int	PEM_write_bio(BIO *bp,const char *name,char *hdr,unsigned char *data,
    -		long len);
    -int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm, const char *name, BIO *bp,
    -	     pem_password_cb *cb, void *u);
    -void *	PEM_ASN1_read_bio(d2i_of_void *d2i, const char *name, BIO *bp,
    -			  void **x, pem_password_cb *cb, void *u);
    -int	PEM_ASN1_write_bio(i2d_of_void *i2d,const char *name,BIO *bp, void *x,
    -			   const EVP_CIPHER *enc,unsigned char *kstr,int klen,
    -			   pem_password_cb *cb, void *u);
    -
    -STACK_OF(X509_INFO) *	PEM_X509_INFO_read_bio(BIO *bp, STACK_OF(X509_INFO) *sk, pem_password_cb *cb, void *u);
    -int	PEM_X509_INFO_write_bio(BIO *bp,X509_INFO *xi, EVP_CIPHER *enc,
    -		unsigned char *kstr, int klen, pem_password_cb *cd, void *u);
    -#endif
    -
    -int	PEM_read(FILE *fp, char **name, char **header,
    -		unsigned char **data,long *len);
    -int	PEM_write(FILE *fp,char *name,char *hdr,unsigned char *data,long len);
    -void *  PEM_ASN1_read(d2i_of_void *d2i, const char *name, FILE *fp, void **x,
    -		      pem_password_cb *cb, void *u);
    -int	PEM_ASN1_write(i2d_of_void *i2d,const char *name,FILE *fp,
    -		       void *x,const EVP_CIPHER *enc,unsigned char *kstr,
    -		       int klen,pem_password_cb *callback, void *u);
    -STACK_OF(X509_INFO) *	PEM_X509_INFO_read(FILE *fp, STACK_OF(X509_INFO) *sk,
    -	pem_password_cb *cb, void *u);
    -
    -int	PEM_SealInit(PEM_ENCODE_SEAL_CTX *ctx, EVP_CIPHER *type,
    -		EVP_MD *md_type, unsigned char **ek, int *ekl,
    -		unsigned char *iv, EVP_PKEY **pubk, int npubk);
    -void	PEM_SealUpdate(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *out, int *outl,
    -		unsigned char *in, int inl);
    -int	PEM_SealFinal(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *sig,int *sigl,
    -		unsigned char *out, int *outl, EVP_PKEY *priv);
    -
    -void    PEM_SignInit(EVP_MD_CTX *ctx, EVP_MD *type);
    -void    PEM_SignUpdate(EVP_MD_CTX *ctx,unsigned char *d,unsigned int cnt);
    -int	PEM_SignFinal(EVP_MD_CTX *ctx, unsigned char *sigret,
    -		unsigned int *siglen, EVP_PKEY *pkey);
    -
    -int	PEM_def_callback(char *buf, int num, int w, void *key);
    -void	PEM_proc_type(char *buf, int type);
    -void	PEM_dek_info(char *buf, const char *type, int len, char *str);
    -
    -
    -#include 
    +typedef int pem_password_cb (char *buf, int size, int rwflag);
    +# endif
    +
    +int PEM_get_EVP_CIPHER_INFO(char *header, EVP_CIPHER_INFO *cipher);
    +int PEM_do_header(EVP_CIPHER_INFO *cipher, unsigned char *data, long *len,
    +                  pem_password_cb *callback, void *u);
    +
    +# ifndef OPENSSL_NO_BIO
    +int PEM_read_bio(BIO *bp, char **name, char **header,
    +                 unsigned char **data, long *len);
    +int PEM_write_bio(BIO *bp, const char *name, const char *hdr,
    +                  const unsigned char *data, long len);
    +int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm,
    +                       const char *name, BIO *bp, pem_password_cb *cb,
    +                       void *u);
    +void *PEM_ASN1_read_bio(d2i_of_void *d2i, const char *name, BIO *bp, void **x,
    +                        pem_password_cb *cb, void *u);
    +int PEM_ASN1_write_bio(i2d_of_void *i2d, const char *name, BIO *bp, void *x,
    +                       const EVP_CIPHER *enc, unsigned char *kstr, int klen,
    +                       pem_password_cb *cb, void *u);
    +
    +STACK_OF(X509_INFO) *PEM_X509_INFO_read_bio(BIO *bp, STACK_OF(X509_INFO) *sk,
    +                                            pem_password_cb *cb, void *u);
    +int PEM_X509_INFO_write_bio(BIO *bp, X509_INFO *xi, EVP_CIPHER *enc,
    +                            unsigned char *kstr, int klen,
    +                            pem_password_cb *cd, void *u);
    +# endif
    +
    +int PEM_read(FILE *fp, char **name, char **header,
    +             unsigned char **data, long *len);
    +int PEM_write(FILE *fp, const char *name, const char *hdr,
    +              const unsigned char *data, long len);
    +void *PEM_ASN1_read(d2i_of_void *d2i, const char *name, FILE *fp, void **x,
    +                    pem_password_cb *cb, void *u);
    +int PEM_ASN1_write(i2d_of_void *i2d, const char *name, FILE *fp,
    +                   void *x, const EVP_CIPHER *enc, unsigned char *kstr,
    +                   int klen, pem_password_cb *callback, void *u);
    +STACK_OF(X509_INFO) *PEM_X509_INFO_read(FILE *fp, STACK_OF(X509_INFO) *sk,
    +                                        pem_password_cb *cb, void *u);
    +
    +int PEM_SealInit(PEM_ENCODE_SEAL_CTX *ctx, EVP_CIPHER *type,
    +                 EVP_MD *md_type, unsigned char **ek, int *ekl,
    +                 unsigned char *iv, EVP_PKEY **pubk, int npubk);
    +void PEM_SealUpdate(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *out, int *outl,
    +                    unsigned char *in, int inl);
    +int PEM_SealFinal(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *sig, int *sigl,
    +                  unsigned char *out, int *outl, EVP_PKEY *priv);
    +
    +void PEM_SignInit(EVP_MD_CTX *ctx, EVP_MD *type);
    +void PEM_SignUpdate(EVP_MD_CTX *ctx, unsigned char *d, unsigned int cnt);
    +int PEM_SignFinal(EVP_MD_CTX *ctx, unsigned char *sigret,
    +                  unsigned int *siglen, EVP_PKEY *pkey);
    +
    +int PEM_def_callback(char *buf, int num, int w, void *key);
    +void PEM_proc_type(char *buf, int type);
    +void PEM_dek_info(char *buf, const char *type, int len, char *str);
    +
    +# include 
     
     DECLARE_PEM_rw(X509, X509)
    -
     DECLARE_PEM_rw(X509_AUX, X509)
    -
     DECLARE_PEM_rw(X509_CERT_PAIR, X509_CERT_PAIR)
    -
     DECLARE_PEM_rw(X509_REQ, X509_REQ)
     DECLARE_PEM_write(X509_REQ_NEW, X509_REQ)
    -
     DECLARE_PEM_rw(X509_CRL, X509_CRL)
    -
     DECLARE_PEM_rw(PKCS7, PKCS7)
    -
     DECLARE_PEM_rw(NETSCAPE_CERT_SEQUENCE, NETSCAPE_CERT_SEQUENCE)
    -
     DECLARE_PEM_rw(PKCS8, X509_SIG)
    -
     DECLARE_PEM_rw(PKCS8_PRIV_KEY_INFO, PKCS8_PRIV_KEY_INFO)
    -
    -#ifndef OPENSSL_NO_RSA
    -
    +# ifndef OPENSSL_NO_RSA
     DECLARE_PEM_rw_cb(RSAPrivateKey, RSA)
    -
     DECLARE_PEM_rw_const(RSAPublicKey, RSA)
     DECLARE_PEM_rw(RSA_PUBKEY, RSA)
    -
    -#endif
    -
    -#ifndef OPENSSL_NO_DSA
    -
    +# endif
    +# ifndef OPENSSL_NO_DSA
     DECLARE_PEM_rw_cb(DSAPrivateKey, DSA)
    -
     DECLARE_PEM_rw(DSA_PUBKEY, DSA)
    -
     DECLARE_PEM_rw_const(DSAparams, DSA)
    -
    -#endif
    -
    -#ifndef OPENSSL_NO_EC
    +# endif
    +# ifndef OPENSSL_NO_EC
     DECLARE_PEM_rw_const(ECPKParameters, EC_GROUP)
     DECLARE_PEM_rw_cb(ECPrivateKey, EC_KEY)
     DECLARE_PEM_rw(EC_PUBKEY, EC_KEY)
    -#endif
    -
    -#ifndef OPENSSL_NO_DH
    -
    +# endif
    +# ifndef OPENSSL_NO_DH
     DECLARE_PEM_rw_const(DHparams, DH)
    -
    -#endif
    -
    +DECLARE_PEM_write_const(DHxparams, DH)
    +# endif
     DECLARE_PEM_rw_cb(PrivateKey, EVP_PKEY)
    -
     DECLARE_PEM_rw(PUBKEY, EVP_PKEY)
     
     int PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, EVP_PKEY *x, int nid,
    -				  char *kstr, int klen,
    -				  pem_password_cb *cb, void *u);
    +                                      char *kstr, int klen,
    +                                      pem_password_cb *cb, void *u);
     int PEM_write_bio_PKCS8PrivateKey(BIO *, EVP_PKEY *, const EVP_CIPHER *,
                                       char *, int, pem_password_cb *, void *);
     int i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
    -				  char *kstr, int klen,
    -				  pem_password_cb *cb, void *u);
    +                            char *kstr, int klen,
    +                            pem_password_cb *cb, void *u);
     int i2d_PKCS8PrivateKey_nid_bio(BIO *bp, EVP_PKEY *x, int nid,
    -				  char *kstr, int klen,
    -				  pem_password_cb *cb, void *u);
    -EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u);
    +                                char *kstr, int klen,
    +                                pem_password_cb *cb, void *u);
    +EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb,
    +                                  void *u);
     
     int i2d_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc,
    -				  char *kstr, int klen,
    -				  pem_password_cb *cb, void *u);
    +                           char *kstr, int klen,
    +                           pem_password_cb *cb, void *u);
     int i2d_PKCS8PrivateKey_nid_fp(FILE *fp, EVP_PKEY *x, int nid,
    -				  char *kstr, int klen,
    -				  pem_password_cb *cb, void *u);
    +                               char *kstr, int klen,
    +                               pem_password_cb *cb, void *u);
     int PEM_write_PKCS8PrivateKey_nid(FILE *fp, EVP_PKEY *x, int nid,
    -				  char *kstr, int klen,
    -				  pem_password_cb *cb, void *u);
    +                                  char *kstr, int klen,
    +                                  pem_password_cb *cb, void *u);
     
    -EVP_PKEY *d2i_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY **x, pem_password_cb *cb, void *u);
    +EVP_PKEY *d2i_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY **x, pem_password_cb *cb,
    +                                 void *u);
     
    -int PEM_write_PKCS8PrivateKey(FILE *fp,EVP_PKEY *x,const EVP_CIPHER *enc,
    -			      char *kstr,int klen, pem_password_cb *cd, void *u);
    +int PEM_write_PKCS8PrivateKey(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc,
    +                              char *kstr, int klen, pem_password_cb *cd,
    +                              void *u);
     
     EVP_PKEY *PEM_read_bio_Parameters(BIO *bp, EVP_PKEY **x);
     int PEM_write_bio_Parameters(BIO *bp, EVP_PKEY *x);
     
    -
     EVP_PKEY *b2i_PrivateKey(const unsigned char **in, long length);
     EVP_PKEY *b2i_PublicKey(const unsigned char **in, long length);
     EVP_PKEY *b2i_PrivateKey_bio(BIO *in);
     EVP_PKEY *b2i_PublicKey_bio(BIO *in);
     int i2b_PrivateKey_bio(BIO *out, EVP_PKEY *pk);
     int i2b_PublicKey_bio(BIO *out, EVP_PKEY *pk);
    -#ifndef OPENSSL_NO_RC4
    +# ifndef OPENSSL_NO_RC4
     EVP_PKEY *b2i_PVK_bio(BIO *in, pem_password_cb *cb, void *u);
     int i2b_PVK_bio(BIO *out, EVP_PKEY *pk, int enclevel,
    -		pem_password_cb *cb, void *u);
    -#endif
    -
    +                pem_password_cb *cb, void *u);
    +# endif
     
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     void ERR_load_PEM_strings(void);
    @@ -564,76 +536,78 @@ void ERR_load_PEM_strings(void);
     /* Error codes for the PEM functions. */
     
     /* Function codes. */
    -#define PEM_F_B2I_DSS					 127
    -#define PEM_F_B2I_PVK_BIO				 128
    -#define PEM_F_B2I_RSA					 129
    -#define PEM_F_CHECK_BITLEN_DSA				 130
    -#define PEM_F_CHECK_BITLEN_RSA				 131
    -#define PEM_F_D2I_PKCS8PRIVATEKEY_BIO			 120
    -#define PEM_F_D2I_PKCS8PRIVATEKEY_FP			 121
    -#define PEM_F_DO_B2I					 132
    -#define PEM_F_DO_B2I_BIO				 133
    -#define PEM_F_DO_BLOB_HEADER				 134
    -#define PEM_F_DO_PK8PKEY				 126
    -#define PEM_F_DO_PK8PKEY_FP				 125
    -#define PEM_F_DO_PVK_BODY				 135
    -#define PEM_F_DO_PVK_HEADER				 136
    -#define PEM_F_I2B_PVK					 137
    -#define PEM_F_I2B_PVK_BIO				 138
    -#define PEM_F_LOAD_IV					 101
    -#define PEM_F_PEM_ASN1_READ				 102
    -#define PEM_F_PEM_ASN1_READ_BIO				 103
    -#define PEM_F_PEM_ASN1_WRITE				 104
    -#define PEM_F_PEM_ASN1_WRITE_BIO			 105
    -#define PEM_F_PEM_DEF_CALLBACK				 100
    -#define PEM_F_PEM_DO_HEADER				 106
    -#define PEM_F_PEM_F_PEM_WRITE_PKCS8PRIVATEKEY		 118
    -#define PEM_F_PEM_GET_EVP_CIPHER_INFO			 107
    -#define PEM_F_PEM_PK8PKEY				 119
    -#define PEM_F_PEM_READ					 108
    -#define PEM_F_PEM_READ_BIO				 109
    -#define PEM_F_PEM_READ_BIO_PARAMETERS			 140
    -#define PEM_F_PEM_READ_BIO_PRIVATEKEY			 123
    -#define PEM_F_PEM_READ_PRIVATEKEY			 124
    -#define PEM_F_PEM_SEALFINAL				 110
    -#define PEM_F_PEM_SEALINIT				 111
    -#define PEM_F_PEM_SIGNFINAL				 112
    -#define PEM_F_PEM_WRITE					 113
    -#define PEM_F_PEM_WRITE_BIO				 114
    -#define PEM_F_PEM_WRITE_PRIVATEKEY			 139
    -#define PEM_F_PEM_X509_INFO_READ			 115
    -#define PEM_F_PEM_X509_INFO_READ_BIO			 116
    -#define PEM_F_PEM_X509_INFO_WRITE_BIO			 117
    +# define PEM_F_B2I_DSS                                    127
    +# define PEM_F_B2I_PVK_BIO                                128
    +# define PEM_F_B2I_RSA                                    129
    +# define PEM_F_CHECK_BITLEN_DSA                           130
    +# define PEM_F_CHECK_BITLEN_RSA                           131
    +# define PEM_F_D2I_PKCS8PRIVATEKEY_BIO                    120
    +# define PEM_F_D2I_PKCS8PRIVATEKEY_FP                     121
    +# define PEM_F_DO_B2I                                     132
    +# define PEM_F_DO_B2I_BIO                                 133
    +# define PEM_F_DO_BLOB_HEADER                             134
    +# define PEM_F_DO_PK8PKEY                                 126
    +# define PEM_F_DO_PK8PKEY_FP                              125
    +# define PEM_F_DO_PVK_BODY                                135
    +# define PEM_F_DO_PVK_HEADER                              136
    +# define PEM_F_I2B_PVK                                    137
    +# define PEM_F_I2B_PVK_BIO                                138
    +# define PEM_F_LOAD_IV                                    101
    +# define PEM_F_PEM_ASN1_READ                              102
    +# define PEM_F_PEM_ASN1_READ_BIO                          103
    +# define PEM_F_PEM_ASN1_WRITE                             104
    +# define PEM_F_PEM_ASN1_WRITE_BIO                         105
    +# define PEM_F_PEM_DEF_CALLBACK                           100
    +# define PEM_F_PEM_DO_HEADER                              106
    +# define PEM_F_PEM_F_PEM_WRITE_PKCS8PRIVATEKEY            118
    +# define PEM_F_PEM_GET_EVP_CIPHER_INFO                    107
    +# define PEM_F_PEM_PK8PKEY                                119
    +# define PEM_F_PEM_READ                                   108
    +# define PEM_F_PEM_READ_BIO                               109
    +# define PEM_F_PEM_READ_BIO_DHPARAMS                      141
    +# define PEM_F_PEM_READ_BIO_PARAMETERS                    140
    +# define PEM_F_PEM_READ_BIO_PRIVATEKEY                    123
    +# define PEM_F_PEM_READ_DHPARAMS                          142
    +# define PEM_F_PEM_READ_PRIVATEKEY                        124
    +# define PEM_F_PEM_SEALFINAL                              110
    +# define PEM_F_PEM_SEALINIT                               111
    +# define PEM_F_PEM_SIGNFINAL                              112
    +# define PEM_F_PEM_WRITE                                  113
    +# define PEM_F_PEM_WRITE_BIO                              114
    +# define PEM_F_PEM_WRITE_PRIVATEKEY                       139
    +# define PEM_F_PEM_X509_INFO_READ                         115
    +# define PEM_F_PEM_X509_INFO_READ_BIO                     116
    +# define PEM_F_PEM_X509_INFO_WRITE_BIO                    117
     
     /* Reason codes. */
    -#define PEM_R_BAD_BASE64_DECODE				 100
    -#define PEM_R_BAD_DECRYPT				 101
    -#define PEM_R_BAD_END_LINE				 102
    -#define PEM_R_BAD_IV_CHARS				 103
    -#define PEM_R_BAD_MAGIC_NUMBER				 116
    -#define PEM_R_BAD_PASSWORD_READ				 104
    -#define PEM_R_BAD_VERSION_NUMBER			 117
    -#define PEM_R_BIO_WRITE_FAILURE				 118
    -#define PEM_R_CIPHER_IS_NULL				 127
    -#define PEM_R_ERROR_CONVERTING_PRIVATE_KEY		 115
    -#define PEM_R_EXPECTING_PRIVATE_KEY_BLOB		 119
    -#define PEM_R_EXPECTING_PUBLIC_KEY_BLOB			 120
    -#define PEM_R_INCONSISTENT_HEADER			 121
    -#define PEM_R_KEYBLOB_HEADER_PARSE_ERROR		 122
    -#define PEM_R_KEYBLOB_TOO_SHORT				 123
    -#define PEM_R_NOT_DEK_INFO				 105
    -#define PEM_R_NOT_ENCRYPTED				 106
    -#define PEM_R_NOT_PROC_TYPE				 107
    -#define PEM_R_NO_START_LINE				 108
    -#define PEM_R_PROBLEMS_GETTING_PASSWORD			 109
    -#define PEM_R_PUBLIC_KEY_NO_RSA				 110
    -#define PEM_R_PVK_DATA_TOO_SHORT			 124
    -#define PEM_R_PVK_TOO_SHORT				 125
    -#define PEM_R_READ_KEY					 111
    -#define PEM_R_SHORT_HEADER				 112
    -#define PEM_R_UNSUPPORTED_CIPHER			 113
    -#define PEM_R_UNSUPPORTED_ENCRYPTION			 114
    -#define PEM_R_UNSUPPORTED_KEY_COMPONENTS		 126
    +# define PEM_R_BAD_BASE64_DECODE                          100
    +# define PEM_R_BAD_DECRYPT                                101
    +# define PEM_R_BAD_END_LINE                               102
    +# define PEM_R_BAD_IV_CHARS                               103
    +# define PEM_R_BAD_MAGIC_NUMBER                           116
    +# define PEM_R_BAD_PASSWORD_READ                          104
    +# define PEM_R_BAD_VERSION_NUMBER                         117
    +# define PEM_R_BIO_WRITE_FAILURE                          118
    +# define PEM_R_CIPHER_IS_NULL                             127
    +# define PEM_R_ERROR_CONVERTING_PRIVATE_KEY               115
    +# define PEM_R_EXPECTING_PRIVATE_KEY_BLOB                 119
    +# define PEM_R_EXPECTING_PUBLIC_KEY_BLOB                  120
    +# define PEM_R_INCONSISTENT_HEADER                        121
    +# define PEM_R_KEYBLOB_HEADER_PARSE_ERROR                 122
    +# define PEM_R_KEYBLOB_TOO_SHORT                          123
    +# define PEM_R_NOT_DEK_INFO                               105
    +# define PEM_R_NOT_ENCRYPTED                              106
    +# define PEM_R_NOT_PROC_TYPE                              107
    +# define PEM_R_NO_START_LINE                              108
    +# define PEM_R_PROBLEMS_GETTING_PASSWORD                  109
    +# define PEM_R_PUBLIC_KEY_NO_RSA                          110
    +# define PEM_R_PVK_DATA_TOO_SHORT                         124
    +# define PEM_R_PVK_TOO_SHORT                              125
    +# define PEM_R_READ_KEY                                   111
    +# define PEM_R_SHORT_HEADER                               112
    +# define PEM_R_UNSUPPORTED_CIPHER                         113
    +# define PEM_R_UNSUPPORTED_ENCRYPTION                     114
    +# define PEM_R_UNSUPPORTED_KEY_COMPONENTS                 126
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/pem/pem2.h b/openssl/crypto/pem/pem2.h
    index f31790d69..84897d5ec 100644
    --- a/openssl/crypto/pem/pem2.h
    +++ b/openssl/crypto/pem/pem2.h
    @@ -6,7 +6,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    diff --git a/openssl/crypto/pem/pem_all.c b/openssl/crypto/pem/pem_all.c
    index eac0460e3..0e5be63ef 100644
    --- a/openssl/crypto/pem/pem_all.c
    +++ b/openssl/crypto/pem/pem_all.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,7 +63,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -117,13 +117,13 @@
     #include 
     #include 
     #ifndef OPENSSL_NO_RSA
    -#include 
    +# include 
     #endif
     #ifndef OPENSSL_NO_DSA
    -#include 
    +# include 
     #endif
     #ifndef OPENSSL_NO_DH
    -#include 
    +# include 
     #endif
     
     #ifndef OPENSSL_NO_RSA
    @@ -140,318 +140,288 @@ static EC_KEY *pkey_get_eckey(EVP_PKEY *key, EC_KEY **eckey);
     IMPLEMENT_PEM_rw(X509_REQ, X509_REQ, PEM_STRING_X509_REQ, X509_REQ)
     
     IMPLEMENT_PEM_write(X509_REQ_NEW, X509_REQ, PEM_STRING_X509_REQ_OLD, X509_REQ)
    -
     IMPLEMENT_PEM_rw(X509_CRL, X509_CRL, PEM_STRING_X509_CRL, X509_CRL)
    -
     IMPLEMENT_PEM_rw(PKCS7, PKCS7, PEM_STRING_PKCS7, PKCS7)
     
     IMPLEMENT_PEM_rw(NETSCAPE_CERT_SEQUENCE, NETSCAPE_CERT_SEQUENCE,
    -					PEM_STRING_X509, NETSCAPE_CERT_SEQUENCE)
    -
    -
    +                 PEM_STRING_X509, NETSCAPE_CERT_SEQUENCE)
     #ifndef OPENSSL_NO_RSA
    -
    -/* We treat RSA or DSA private keys as a special case.
    - *
    - * For private keys we read in an EVP_PKEY structure with
    - * PEM_read_bio_PrivateKey() and extract the relevant private
    - * key: this means can handle "traditional" and PKCS#8 formats
    - * transparently.
    +/*
    + * We treat RSA or DSA private keys as a special case. For private keys we
    + * read in an EVP_PKEY structure with PEM_read_bio_PrivateKey() and extract
    + * the relevant private key: this means can handle "traditional" and PKCS#8
    + * formats transparently.
      */
    -
     static RSA *pkey_get_rsa(EVP_PKEY *key, RSA **rsa)
     {
    -	RSA *rtmp;
    -	if(!key) return NULL;
    -	rtmp = EVP_PKEY_get1_RSA(key);
    -	EVP_PKEY_free(key);
    -	if(!rtmp) return NULL;
    -	if(rsa) {
    -		RSA_free(*rsa);
    -		*rsa = rtmp;
    -	}
    -	return rtmp;
    +    RSA *rtmp;
    +    if (!key)
    +        return NULL;
    +    rtmp = EVP_PKEY_get1_RSA(key);
    +    EVP_PKEY_free(key);
    +    if (!rtmp)
    +        return NULL;
    +    if (rsa) {
    +        RSA_free(*rsa);
    +        *rsa = rtmp;
    +    }
    +    return rtmp;
     }
     
     RSA *PEM_read_bio_RSAPrivateKey(BIO *bp, RSA **rsa, pem_password_cb *cb,
    -								void *u)
    +                                void *u)
     {
    -	EVP_PKEY *pktmp;
    -	pktmp = PEM_read_bio_PrivateKey(bp, NULL, cb, u);
    -	return pkey_get_rsa(pktmp, rsa);
    +    EVP_PKEY *pktmp;
    +    pktmp = PEM_read_bio_PrivateKey(bp, NULL, cb, u);
    +    return pkey_get_rsa(pktmp, rsa);
     }
     
    -#ifndef OPENSSL_NO_FP_API
    +# ifndef OPENSSL_NO_FP_API
     
    -RSA *PEM_read_RSAPrivateKey(FILE *fp, RSA **rsa, pem_password_cb *cb,
    -								void *u)
    +RSA *PEM_read_RSAPrivateKey(FILE *fp, RSA **rsa, pem_password_cb *cb, void *u)
     {
    -	EVP_PKEY *pktmp;
    -	pktmp = PEM_read_PrivateKey(fp, NULL, cb, u);
    -	return pkey_get_rsa(pktmp, rsa);
    +    EVP_PKEY *pktmp;
    +    pktmp = PEM_read_PrivateKey(fp, NULL, cb, u);
    +    return pkey_get_rsa(pktmp, rsa);
     }
     
    -#endif
    +# endif
     
    -#ifdef OPENSSL_FIPS
    +# ifdef OPENSSL_FIPS
     
     int PEM_write_bio_RSAPrivateKey(BIO *bp, RSA *x, const EVP_CIPHER *enc,
    -                                               unsigned char *kstr, int klen,
    -                                               pem_password_cb *cb, void *u)
    +                                unsigned char *kstr, int klen,
    +                                pem_password_cb *cb, void *u)
     {
    -	if (FIPS_mode())
    -		{
    -		EVP_PKEY *k;
    -		int ret;
    -		k = EVP_PKEY_new();
    -		if (!k)
    -			return 0;
    -		EVP_PKEY_set1_RSA(k, x);
    -
    -		ret = PEM_write_bio_PrivateKey(bp, k, enc, kstr, klen, cb, u);
    -		EVP_PKEY_free(k);
    -		return ret;
    -		}
    -	else
    -		return PEM_ASN1_write_bio((i2d_of_void *)i2d_RSAPrivateKey,
    -					PEM_STRING_RSA,bp,x,enc,kstr,klen,cb,u);
    +    if (FIPS_mode()) {
    +        EVP_PKEY *k;
    +        int ret;
    +        k = EVP_PKEY_new();
    +        if (!k)
    +            return 0;
    +        EVP_PKEY_set1_RSA(k, x);
    +
    +        ret = PEM_write_bio_PrivateKey(bp, k, enc, kstr, klen, cb, u);
    +        EVP_PKEY_free(k);
    +        return ret;
    +    } else
    +        return PEM_ASN1_write_bio((i2d_of_void *)i2d_RSAPrivateKey,
    +                                  PEM_STRING_RSA, bp, x, enc, kstr, klen, cb,
    +                                  u);
     }
     
    -#ifndef OPENSSL_NO_FP_API
    +#  ifndef OPENSSL_NO_FP_API
     int PEM_write_RSAPrivateKey(FILE *fp, RSA *x, const EVP_CIPHER *enc,
    -                                               unsigned char *kstr, int klen,
    -                                               pem_password_cb *cb, void *u)
    +                            unsigned char *kstr, int klen,
    +                            pem_password_cb *cb, void *u)
     {
    -	if (FIPS_mode())
    -		{
    -		EVP_PKEY *k;
    -		int ret;
    -		k = EVP_PKEY_new();
    -		if (!k)
    -			return 0;
    -
    -		EVP_PKEY_set1_RSA(k, x);
    -
    -		ret = PEM_write_PrivateKey(fp, k, enc, kstr, klen, cb, u);
    -		EVP_PKEY_free(k);
    -		return ret;
    -		}
    -	else
    -		return PEM_ASN1_write((i2d_of_void *)i2d_RSAPrivateKey,
    -					PEM_STRING_RSA,fp,x,enc,kstr,klen,cb,u);
    +    if (FIPS_mode()) {
    +        EVP_PKEY *k;
    +        int ret;
    +        k = EVP_PKEY_new();
    +        if (!k)
    +            return 0;
    +
    +        EVP_PKEY_set1_RSA(k, x);
    +
    +        ret = PEM_write_PrivateKey(fp, k, enc, kstr, klen, cb, u);
    +        EVP_PKEY_free(k);
    +        return ret;
    +    } else
    +        return PEM_ASN1_write((i2d_of_void *)i2d_RSAPrivateKey,
    +                              PEM_STRING_RSA, fp, x, enc, kstr, klen, cb, u);
     }
    -#endif
    -
    -#else
    +#  endif
     
    -IMPLEMENT_PEM_write_cb_const(RSAPrivateKey, RSA, PEM_STRING_RSA, RSAPrivateKey)
    +# else
     
    +IMPLEMENT_PEM_write_cb_const(RSAPrivateKey, RSA, PEM_STRING_RSA,
    +                             RSAPrivateKey)
    +# endif
    +IMPLEMENT_PEM_rw_const(RSAPublicKey, RSA, PEM_STRING_RSA_PUBLIC,
    +                       RSAPublicKey) IMPLEMENT_PEM_rw(RSA_PUBKEY, RSA,
    +                                                      PEM_STRING_PUBLIC,
    +                                                      RSA_PUBKEY)
     #endif
    -
    -IMPLEMENT_PEM_rw_const(RSAPublicKey, RSA, PEM_STRING_RSA_PUBLIC, RSAPublicKey)
    -IMPLEMENT_PEM_rw(RSA_PUBKEY, RSA, PEM_STRING_PUBLIC, RSA_PUBKEY)
    -
    -#endif
    -
     #ifndef OPENSSL_NO_DSA
    -
     static DSA *pkey_get_dsa(EVP_PKEY *key, DSA **dsa)
     {
    -	DSA *dtmp;
    -	if(!key) return NULL;
    -	dtmp = EVP_PKEY_get1_DSA(key);
    -	EVP_PKEY_free(key);
    -	if(!dtmp) return NULL;
    -	if(dsa) {
    -		DSA_free(*dsa);
    -		*dsa = dtmp;
    -	}
    -	return dtmp;
    +    DSA *dtmp;
    +    if (!key)
    +        return NULL;
    +    dtmp = EVP_PKEY_get1_DSA(key);
    +    EVP_PKEY_free(key);
    +    if (!dtmp)
    +        return NULL;
    +    if (dsa) {
    +        DSA_free(*dsa);
    +        *dsa = dtmp;
    +    }
    +    return dtmp;
     }
     
     DSA *PEM_read_bio_DSAPrivateKey(BIO *bp, DSA **dsa, pem_password_cb *cb,
    -								void *u)
    +                                void *u)
     {
    -	EVP_PKEY *pktmp;
    -	pktmp = PEM_read_bio_PrivateKey(bp, NULL, cb, u);
    -	return pkey_get_dsa(pktmp, dsa);	/* will free pktmp */
    +    EVP_PKEY *pktmp;
    +    pktmp = PEM_read_bio_PrivateKey(bp, NULL, cb, u);
    +    return pkey_get_dsa(pktmp, dsa); /* will free pktmp */
     }
     
    -#ifdef OPENSSL_FIPS
    +# ifdef OPENSSL_FIPS
     
     int PEM_write_bio_DSAPrivateKey(BIO *bp, DSA *x, const EVP_CIPHER *enc,
    -                                               unsigned char *kstr, int klen,
    -                                               pem_password_cb *cb, void *u)
    +                                unsigned char *kstr, int klen,
    +                                pem_password_cb *cb, void *u)
     {
    -	if (FIPS_mode())
    -		{
    -		EVP_PKEY *k;
    -		int ret;
    -		k = EVP_PKEY_new();
    -		if (!k)
    -			return 0;
    -		EVP_PKEY_set1_DSA(k, x);
    -
    -		ret = PEM_write_bio_PrivateKey(bp, k, enc, kstr, klen, cb, u);
    -		EVP_PKEY_free(k);
    -		return ret;
    -		}
    -	else
    -		return PEM_ASN1_write_bio((i2d_of_void *)i2d_DSAPrivateKey,
    -					PEM_STRING_DSA,bp,x,enc,kstr,klen,cb,u);
    +    if (FIPS_mode()) {
    +        EVP_PKEY *k;
    +        int ret;
    +        k = EVP_PKEY_new();
    +        if (!k)
    +            return 0;
    +        EVP_PKEY_set1_DSA(k, x);
    +
    +        ret = PEM_write_bio_PrivateKey(bp, k, enc, kstr, klen, cb, u);
    +        EVP_PKEY_free(k);
    +        return ret;
    +    } else
    +        return PEM_ASN1_write_bio((i2d_of_void *)i2d_DSAPrivateKey,
    +                                  PEM_STRING_DSA, bp, x, enc, kstr, klen, cb,
    +                                  u);
     }
     
    -#ifndef OPENSSL_NO_FP_API
    +#  ifndef OPENSSL_NO_FP_API
     int PEM_write_DSAPrivateKey(FILE *fp, DSA *x, const EVP_CIPHER *enc,
    -                                               unsigned char *kstr, int klen,
    -                                               pem_password_cb *cb, void *u)
    +                            unsigned char *kstr, int klen,
    +                            pem_password_cb *cb, void *u)
     {
    -	if (FIPS_mode())
    -		{
    -		EVP_PKEY *k;
    -		int ret;
    -		k = EVP_PKEY_new();
    -		if (!k)
    -			return 0;
    -		EVP_PKEY_set1_DSA(k, x);
    -		ret = PEM_write_PrivateKey(fp, k, enc, kstr, klen, cb, u);
    -		EVP_PKEY_free(k);
    -		return ret;
    -		}
    -	else
    -		return PEM_ASN1_write((i2d_of_void *)i2d_DSAPrivateKey,
    -					PEM_STRING_DSA,fp,x,enc,kstr,klen,cb,u);
    +    if (FIPS_mode()) {
    +        EVP_PKEY *k;
    +        int ret;
    +        k = EVP_PKEY_new();
    +        if (!k)
    +            return 0;
    +        EVP_PKEY_set1_DSA(k, x);
    +        ret = PEM_write_PrivateKey(fp, k, enc, kstr, klen, cb, u);
    +        EVP_PKEY_free(k);
    +        return ret;
    +    } else
    +        return PEM_ASN1_write((i2d_of_void *)i2d_DSAPrivateKey,
    +                              PEM_STRING_DSA, fp, x, enc, kstr, klen, cb, u);
     }
    -#endif
    +#  endif
     
    -#else
    +# else
     
    -IMPLEMENT_PEM_write_cb_const(DSAPrivateKey, DSA, PEM_STRING_DSA, DSAPrivateKey)
    -
    -#endif
    -
    -IMPLEMENT_PEM_rw(DSA_PUBKEY, DSA, PEM_STRING_PUBLIC, DSA_PUBKEY)
    -
    -#ifndef OPENSSL_NO_FP_API
    -
    -DSA *PEM_read_DSAPrivateKey(FILE *fp, DSA **dsa, pem_password_cb *cb,
    -								void *u)
    +IMPLEMENT_PEM_write_cb_const(DSAPrivateKey, DSA, PEM_STRING_DSA,
    +                             DSAPrivateKey)
    +# endif
    +    IMPLEMENT_PEM_rw(DSA_PUBKEY, DSA, PEM_STRING_PUBLIC, DSA_PUBKEY)
    +# ifndef OPENSSL_NO_FP_API
    +DSA *PEM_read_DSAPrivateKey(FILE *fp, DSA **dsa, pem_password_cb *cb, void *u)
     {
    -	EVP_PKEY *pktmp;
    -	pktmp = PEM_read_PrivateKey(fp, NULL, cb, u);
    -	return pkey_get_dsa(pktmp, dsa);	/* will free pktmp */
    +    EVP_PKEY *pktmp;
    +    pktmp = PEM_read_PrivateKey(fp, NULL, cb, u);
    +    return pkey_get_dsa(pktmp, dsa); /* will free pktmp */
     }
     
    -#endif
    +# endif
     
     IMPLEMENT_PEM_rw_const(DSAparams, DSA, PEM_STRING_DSAPARAMS, DSAparams)
    -
     #endif
    -
    -
     #ifndef OPENSSL_NO_EC
     static EC_KEY *pkey_get_eckey(EVP_PKEY *key, EC_KEY **eckey)
     {
    -	EC_KEY *dtmp;
    -	if(!key) return NULL;
    -	dtmp = EVP_PKEY_get1_EC_KEY(key);
    -	EVP_PKEY_free(key);
    -	if(!dtmp) return NULL;
    -	if(eckey) 
    -	{
    - 		EC_KEY_free(*eckey);
    -		*eckey = dtmp;
    -	}
    -	return dtmp;
    +    EC_KEY *dtmp;
    +    if (!key)
    +        return NULL;
    +    dtmp = EVP_PKEY_get1_EC_KEY(key);
    +    EVP_PKEY_free(key);
    +    if (!dtmp)
    +        return NULL;
    +    if (eckey) {
    +        EC_KEY_free(*eckey);
    +        *eckey = dtmp;
    +    }
    +    return dtmp;
     }
     
     EC_KEY *PEM_read_bio_ECPrivateKey(BIO *bp, EC_KEY **key, pem_password_cb *cb,
    -							void *u)
    +                                  void *u)
     {
    -	EVP_PKEY *pktmp;
    -	pktmp = PEM_read_bio_PrivateKey(bp, NULL, cb, u);
    -	return pkey_get_eckey(pktmp, key);	/* will free pktmp */
    +    EVP_PKEY *pktmp;
    +    pktmp = PEM_read_bio_PrivateKey(bp, NULL, cb, u);
    +    return pkey_get_eckey(pktmp, key); /* will free pktmp */
     }
     
    -IMPLEMENT_PEM_rw_const(ECPKParameters, EC_GROUP, PEM_STRING_ECPARAMETERS, ECPKParameters)
    -
    -
    -
    -#ifdef OPENSSL_FIPS
    -
    +IMPLEMENT_PEM_rw_const(ECPKParameters, EC_GROUP, PEM_STRING_ECPARAMETERS,
    +                       ECPKParameters)
    +# ifdef OPENSSL_FIPS
     int PEM_write_bio_ECPrivateKey(BIO *bp, EC_KEY *x, const EVP_CIPHER *enc,
    -                                               unsigned char *kstr, int klen,
    -                                               pem_password_cb *cb, void *u)
    +                               unsigned char *kstr, int klen,
    +                               pem_password_cb *cb, void *u)
     {
    -	if (FIPS_mode())
    -		{
    -		EVP_PKEY *k;
    -		int ret;
    -		k = EVP_PKEY_new();
    -		if (!k)
    -			return 0;
    -		EVP_PKEY_set1_EC_KEY(k, x);
    -
    -		ret = PEM_write_bio_PrivateKey(bp, k, enc, kstr, klen, cb, u);
    -		EVP_PKEY_free(k);
    -		return ret;
    -		}
    -	else
    -		return PEM_ASN1_write_bio((i2d_of_void *)i2d_ECPrivateKey,
    -						PEM_STRING_ECPRIVATEKEY,
    -						bp,x,enc,kstr,klen,cb,u);
    +    if (FIPS_mode()) {
    +        EVP_PKEY *k;
    +        int ret;
    +        k = EVP_PKEY_new();
    +        if (!k)
    +            return 0;
    +        EVP_PKEY_set1_EC_KEY(k, x);
    +
    +        ret = PEM_write_bio_PrivateKey(bp, k, enc, kstr, klen, cb, u);
    +        EVP_PKEY_free(k);
    +        return ret;
    +    } else
    +        return PEM_ASN1_write_bio((i2d_of_void *)i2d_ECPrivateKey,
    +                                  PEM_STRING_ECPRIVATEKEY,
    +                                  bp, x, enc, kstr, klen, cb, u);
     }
     
    -#ifndef OPENSSL_NO_FP_API
    +#  ifndef OPENSSL_NO_FP_API
     int PEM_write_ECPrivateKey(FILE *fp, EC_KEY *x, const EVP_CIPHER *enc,
    -                                               unsigned char *kstr, int klen,
    -                                               pem_password_cb *cb, void *u)
    +                           unsigned char *kstr, int klen,
    +                           pem_password_cb *cb, void *u)
     {
    -	if (FIPS_mode())
    -		{
    -		EVP_PKEY *k;
    -		int ret;
    -		k = EVP_PKEY_new();
    -		if (!k)
    -			return 0;
    -		EVP_PKEY_set1_EC_KEY(k, x);
    -		ret = PEM_write_PrivateKey(fp, k, enc, kstr, klen, cb, u);
    -		EVP_PKEY_free(k);
    -		return ret;
    -		}
    -	else
    -		return PEM_ASN1_write((i2d_of_void *)i2d_ECPrivateKey,
    -						PEM_STRING_ECPRIVATEKEY,
    -						fp,x,enc,kstr,klen,cb,u);
    +    if (FIPS_mode()) {
    +        EVP_PKEY *k;
    +        int ret;
    +        k = EVP_PKEY_new();
    +        if (!k)
    +            return 0;
    +        EVP_PKEY_set1_EC_KEY(k, x);
    +        ret = PEM_write_PrivateKey(fp, k, enc, kstr, klen, cb, u);
    +        EVP_PKEY_free(k);
    +        return ret;
    +    } else
    +        return PEM_ASN1_write((i2d_of_void *)i2d_ECPrivateKey,
    +                              PEM_STRING_ECPRIVATEKEY,
    +                              fp, x, enc, kstr, klen, cb, u);
     }
    -#endif
    -
    -#else
    -
    -IMPLEMENT_PEM_write_cb(ECPrivateKey, EC_KEY, PEM_STRING_ECPRIVATEKEY, ECPrivateKey)
    -
    -#endif
    +#  endif
     
    +# else
    +    IMPLEMENT_PEM_write_cb(ECPrivateKey, EC_KEY, PEM_STRING_ECPRIVATEKEY,
    +                       ECPrivateKey)
    +# endif
     IMPLEMENT_PEM_rw(EC_PUBKEY, EC_KEY, PEM_STRING_PUBLIC, EC_PUBKEY)
    -
    -#ifndef OPENSSL_NO_FP_API
    - 
    +# ifndef OPENSSL_NO_FP_API
     EC_KEY *PEM_read_ECPrivateKey(FILE *fp, EC_KEY **eckey, pem_password_cb *cb,
    - 								void *u)
    +                              void *u)
     {
    -	EVP_PKEY *pktmp;
    -	pktmp = PEM_read_PrivateKey(fp, NULL, cb, u);
    -	return pkey_get_eckey(pktmp, eckey);	/* will free pktmp */
    +    EVP_PKEY *pktmp;
    +    pktmp = PEM_read_PrivateKey(fp, NULL, cb, u);
    +    return pkey_get_eckey(pktmp, eckey); /* will free pktmp */
     }
     
    -#endif
    +# endif
     
     #endif
     
     #ifndef OPENSSL_NO_DH
     
    -IMPLEMENT_PEM_rw_const(DHparams, DH, PEM_STRING_DHPARAMS, DHparams)
    -
    +IMPLEMENT_PEM_write_const(DHparams, DH, PEM_STRING_DHPARAMS, DHparams)
    +    IMPLEMENT_PEM_write_const(DHxparams, DH, PEM_STRING_DHXPARAMS, DHxparams)
     #endif
    -
     IMPLEMENT_PEM_rw(PUBKEY, EVP_PKEY, PEM_STRING_PUBLIC, PUBKEY)
    diff --git a/openssl/crypto/pem/pem_err.c b/openssl/crypto/pem/pem_err.c
    index d644aeedd..e1f4fdb43 100644
    --- a/openssl/crypto/pem/pem_err.c
    +++ b/openssl/crypto/pem/pem_err.c
    @@ -1,13 +1,13 @@
     /* crypto/pem/pem_err.c */
     /* ====================================================================
    - * Copyright (c) 1999-2007 The OpenSSL Project.  All rights reserved.
    + * Copyright (c) 1999-2011 The OpenSSL Project.  All rights reserved.
      *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* NOTE: this file was auto generated by the mkerr.pl script: any changes
    +/*
    + * NOTE: this file was auto generated by the mkerr.pl script: any changes
      * made to it will be overwritten when the script next updates this file,
      * only reason strings will be preserved.
      */
    @@ -65,97 +66,103 @@
     /* BEGIN ERROR CODES */
     #ifndef OPENSSL_NO_ERR
     
    -#define ERR_FUNC(func) ERR_PACK(ERR_LIB_PEM,func,0)
    -#define ERR_REASON(reason) ERR_PACK(ERR_LIB_PEM,0,reason)
    +# define ERR_FUNC(func) ERR_PACK(ERR_LIB_PEM,func,0)
    +# define ERR_REASON(reason) ERR_PACK(ERR_LIB_PEM,0,reason)
     
    -static ERR_STRING_DATA PEM_str_functs[]=
    -	{
    -{ERR_FUNC(PEM_F_B2I_DSS),	"B2I_DSS"},
    -{ERR_FUNC(PEM_F_B2I_PVK_BIO),	"b2i_PVK_bio"},
    -{ERR_FUNC(PEM_F_B2I_RSA),	"B2I_RSA"},
    -{ERR_FUNC(PEM_F_CHECK_BITLEN_DSA),	"CHECK_BITLEN_DSA"},
    -{ERR_FUNC(PEM_F_CHECK_BITLEN_RSA),	"CHECK_BITLEN_RSA"},
    -{ERR_FUNC(PEM_F_D2I_PKCS8PRIVATEKEY_BIO),	"d2i_PKCS8PrivateKey_bio"},
    -{ERR_FUNC(PEM_F_D2I_PKCS8PRIVATEKEY_FP),	"d2i_PKCS8PrivateKey_fp"},
    -{ERR_FUNC(PEM_F_DO_B2I),	"DO_B2I"},
    -{ERR_FUNC(PEM_F_DO_B2I_BIO),	"DO_B2I_BIO"},
    -{ERR_FUNC(PEM_F_DO_BLOB_HEADER),	"DO_BLOB_HEADER"},
    -{ERR_FUNC(PEM_F_DO_PK8PKEY),	"DO_PK8PKEY"},
    -{ERR_FUNC(PEM_F_DO_PK8PKEY_FP),	"DO_PK8PKEY_FP"},
    -{ERR_FUNC(PEM_F_DO_PVK_BODY),	"DO_PVK_BODY"},
    -{ERR_FUNC(PEM_F_DO_PVK_HEADER),	"DO_PVK_HEADER"},
    -{ERR_FUNC(PEM_F_I2B_PVK),	"I2B_PVK"},
    -{ERR_FUNC(PEM_F_I2B_PVK_BIO),	"i2b_PVK_bio"},
    -{ERR_FUNC(PEM_F_LOAD_IV),	"LOAD_IV"},
    -{ERR_FUNC(PEM_F_PEM_ASN1_READ),	"PEM_ASN1_read"},
    -{ERR_FUNC(PEM_F_PEM_ASN1_READ_BIO),	"PEM_ASN1_read_bio"},
    -{ERR_FUNC(PEM_F_PEM_ASN1_WRITE),	"PEM_ASN1_write"},
    -{ERR_FUNC(PEM_F_PEM_ASN1_WRITE_BIO),	"PEM_ASN1_write_bio"},
    -{ERR_FUNC(PEM_F_PEM_DEF_CALLBACK),	"PEM_def_callback"},
    -{ERR_FUNC(PEM_F_PEM_DO_HEADER),	"PEM_do_header"},
    -{ERR_FUNC(PEM_F_PEM_F_PEM_WRITE_PKCS8PRIVATEKEY),	"PEM_F_PEM_WRITE_PKCS8PRIVATEKEY"},
    -{ERR_FUNC(PEM_F_PEM_GET_EVP_CIPHER_INFO),	"PEM_get_EVP_CIPHER_INFO"},
    -{ERR_FUNC(PEM_F_PEM_PK8PKEY),	"PEM_PK8PKEY"},
    -{ERR_FUNC(PEM_F_PEM_READ),	"PEM_read"},
    -{ERR_FUNC(PEM_F_PEM_READ_BIO),	"PEM_read_bio"},
    -{ERR_FUNC(PEM_F_PEM_READ_BIO_PARAMETERS),	"PEM_read_bio_Parameters"},
    -{ERR_FUNC(PEM_F_PEM_READ_BIO_PRIVATEKEY),	"PEM_READ_BIO_PRIVATEKEY"},
    -{ERR_FUNC(PEM_F_PEM_READ_PRIVATEKEY),	"PEM_READ_PRIVATEKEY"},
    -{ERR_FUNC(PEM_F_PEM_SEALFINAL),	"PEM_SealFinal"},
    -{ERR_FUNC(PEM_F_PEM_SEALINIT),	"PEM_SealInit"},
    -{ERR_FUNC(PEM_F_PEM_SIGNFINAL),	"PEM_SignFinal"},
    -{ERR_FUNC(PEM_F_PEM_WRITE),	"PEM_write"},
    -{ERR_FUNC(PEM_F_PEM_WRITE_BIO),	"PEM_write_bio"},
    -{ERR_FUNC(PEM_F_PEM_WRITE_PRIVATEKEY),	"PEM_WRITE_PRIVATEKEY"},
    -{ERR_FUNC(PEM_F_PEM_X509_INFO_READ),	"PEM_X509_INFO_read"},
    -{ERR_FUNC(PEM_F_PEM_X509_INFO_READ_BIO),	"PEM_X509_INFO_read_bio"},
    -{ERR_FUNC(PEM_F_PEM_X509_INFO_WRITE_BIO),	"PEM_X509_INFO_write_bio"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA PEM_str_functs[] = {
    +    {ERR_FUNC(PEM_F_B2I_DSS), "B2I_DSS"},
    +    {ERR_FUNC(PEM_F_B2I_PVK_BIO), "b2i_PVK_bio"},
    +    {ERR_FUNC(PEM_F_B2I_RSA), "B2I_RSA"},
    +    {ERR_FUNC(PEM_F_CHECK_BITLEN_DSA), "CHECK_BITLEN_DSA"},
    +    {ERR_FUNC(PEM_F_CHECK_BITLEN_RSA), "CHECK_BITLEN_RSA"},
    +    {ERR_FUNC(PEM_F_D2I_PKCS8PRIVATEKEY_BIO), "d2i_PKCS8PrivateKey_bio"},
    +    {ERR_FUNC(PEM_F_D2I_PKCS8PRIVATEKEY_FP), "d2i_PKCS8PrivateKey_fp"},
    +    {ERR_FUNC(PEM_F_DO_B2I), "DO_B2I"},
    +    {ERR_FUNC(PEM_F_DO_B2I_BIO), "DO_B2I_BIO"},
    +    {ERR_FUNC(PEM_F_DO_BLOB_HEADER), "DO_BLOB_HEADER"},
    +    {ERR_FUNC(PEM_F_DO_PK8PKEY), "DO_PK8PKEY"},
    +    {ERR_FUNC(PEM_F_DO_PK8PKEY_FP), "DO_PK8PKEY_FP"},
    +    {ERR_FUNC(PEM_F_DO_PVK_BODY), "DO_PVK_BODY"},
    +    {ERR_FUNC(PEM_F_DO_PVK_HEADER), "DO_PVK_HEADER"},
    +    {ERR_FUNC(PEM_F_I2B_PVK), "I2B_PVK"},
    +    {ERR_FUNC(PEM_F_I2B_PVK_BIO), "i2b_PVK_bio"},
    +    {ERR_FUNC(PEM_F_LOAD_IV), "LOAD_IV"},
    +    {ERR_FUNC(PEM_F_PEM_ASN1_READ), "PEM_ASN1_read"},
    +    {ERR_FUNC(PEM_F_PEM_ASN1_READ_BIO), "PEM_ASN1_read_bio"},
    +    {ERR_FUNC(PEM_F_PEM_ASN1_WRITE), "PEM_ASN1_write"},
    +    {ERR_FUNC(PEM_F_PEM_ASN1_WRITE_BIO), "PEM_ASN1_write_bio"},
    +    {ERR_FUNC(PEM_F_PEM_DEF_CALLBACK), "PEM_def_callback"},
    +    {ERR_FUNC(PEM_F_PEM_DO_HEADER), "PEM_do_header"},
    +    {ERR_FUNC(PEM_F_PEM_F_PEM_WRITE_PKCS8PRIVATEKEY),
    +     "PEM_F_PEM_WRITE_PKCS8PRIVATEKEY"},
    +    {ERR_FUNC(PEM_F_PEM_GET_EVP_CIPHER_INFO), "PEM_get_EVP_CIPHER_INFO"},
    +    {ERR_FUNC(PEM_F_PEM_PK8PKEY), "PEM_PK8PKEY"},
    +    {ERR_FUNC(PEM_F_PEM_READ), "PEM_read"},
    +    {ERR_FUNC(PEM_F_PEM_READ_BIO), "PEM_read_bio"},
    +    {ERR_FUNC(PEM_F_PEM_READ_BIO_DHPARAMS), "PEM_READ_BIO_DHPARAMS"},
    +    {ERR_FUNC(PEM_F_PEM_READ_BIO_PARAMETERS), "PEM_read_bio_Parameters"},
    +    {ERR_FUNC(PEM_F_PEM_READ_BIO_PRIVATEKEY), "PEM_READ_BIO_PRIVATEKEY"},
    +    {ERR_FUNC(PEM_F_PEM_READ_DHPARAMS), "PEM_READ_DHPARAMS"},
    +    {ERR_FUNC(PEM_F_PEM_READ_PRIVATEKEY), "PEM_READ_PRIVATEKEY"},
    +    {ERR_FUNC(PEM_F_PEM_SEALFINAL), "PEM_SealFinal"},
    +    {ERR_FUNC(PEM_F_PEM_SEALINIT), "PEM_SealInit"},
    +    {ERR_FUNC(PEM_F_PEM_SIGNFINAL), "PEM_SignFinal"},
    +    {ERR_FUNC(PEM_F_PEM_WRITE), "PEM_write"},
    +    {ERR_FUNC(PEM_F_PEM_WRITE_BIO), "PEM_write_bio"},
    +    {ERR_FUNC(PEM_F_PEM_WRITE_PRIVATEKEY), "PEM_WRITE_PRIVATEKEY"},
    +    {ERR_FUNC(PEM_F_PEM_X509_INFO_READ), "PEM_X509_INFO_read"},
    +    {ERR_FUNC(PEM_F_PEM_X509_INFO_READ_BIO), "PEM_X509_INFO_read_bio"},
    +    {ERR_FUNC(PEM_F_PEM_X509_INFO_WRITE_BIO), "PEM_X509_INFO_write_bio"},
    +    {0, NULL}
    +};
     
    -static ERR_STRING_DATA PEM_str_reasons[]=
    -	{
    -{ERR_REASON(PEM_R_BAD_BASE64_DECODE)     ,"bad base64 decode"},
    -{ERR_REASON(PEM_R_BAD_DECRYPT)           ,"bad decrypt"},
    -{ERR_REASON(PEM_R_BAD_END_LINE)          ,"bad end line"},
    -{ERR_REASON(PEM_R_BAD_IV_CHARS)          ,"bad iv chars"},
    -{ERR_REASON(PEM_R_BAD_MAGIC_NUMBER)      ,"bad magic number"},
    -{ERR_REASON(PEM_R_BAD_PASSWORD_READ)     ,"bad password read"},
    -{ERR_REASON(PEM_R_BAD_VERSION_NUMBER)    ,"bad version number"},
    -{ERR_REASON(PEM_R_BIO_WRITE_FAILURE)     ,"bio write failure"},
    -{ERR_REASON(PEM_R_CIPHER_IS_NULL)        ,"cipher is null"},
    -{ERR_REASON(PEM_R_ERROR_CONVERTING_PRIVATE_KEY),"error converting private key"},
    -{ERR_REASON(PEM_R_EXPECTING_PRIVATE_KEY_BLOB),"expecting private key blob"},
    -{ERR_REASON(PEM_R_EXPECTING_PUBLIC_KEY_BLOB),"expecting public key blob"},
    -{ERR_REASON(PEM_R_INCONSISTENT_HEADER)   ,"inconsistent header"},
    -{ERR_REASON(PEM_R_KEYBLOB_HEADER_PARSE_ERROR),"keyblob header parse error"},
    -{ERR_REASON(PEM_R_KEYBLOB_TOO_SHORT)     ,"keyblob too short"},
    -{ERR_REASON(PEM_R_NOT_DEK_INFO)          ,"not dek info"},
    -{ERR_REASON(PEM_R_NOT_ENCRYPTED)         ,"not encrypted"},
    -{ERR_REASON(PEM_R_NOT_PROC_TYPE)         ,"not proc type"},
    -{ERR_REASON(PEM_R_NO_START_LINE)         ,"no start line"},
    -{ERR_REASON(PEM_R_PROBLEMS_GETTING_PASSWORD),"problems getting password"},
    -{ERR_REASON(PEM_R_PUBLIC_KEY_NO_RSA)     ,"public key no rsa"},
    -{ERR_REASON(PEM_R_PVK_DATA_TOO_SHORT)    ,"pvk data too short"},
    -{ERR_REASON(PEM_R_PVK_TOO_SHORT)         ,"pvk too short"},
    -{ERR_REASON(PEM_R_READ_KEY)              ,"read key"},
    -{ERR_REASON(PEM_R_SHORT_HEADER)          ,"short header"},
    -{ERR_REASON(PEM_R_UNSUPPORTED_CIPHER)    ,"unsupported cipher"},
    -{ERR_REASON(PEM_R_UNSUPPORTED_ENCRYPTION),"unsupported encryption"},
    -{ERR_REASON(PEM_R_UNSUPPORTED_KEY_COMPONENTS),"unsupported key components"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA PEM_str_reasons[] = {
    +    {ERR_REASON(PEM_R_BAD_BASE64_DECODE), "bad base64 decode"},
    +    {ERR_REASON(PEM_R_BAD_DECRYPT), "bad decrypt"},
    +    {ERR_REASON(PEM_R_BAD_END_LINE), "bad end line"},
    +    {ERR_REASON(PEM_R_BAD_IV_CHARS), "bad iv chars"},
    +    {ERR_REASON(PEM_R_BAD_MAGIC_NUMBER), "bad magic number"},
    +    {ERR_REASON(PEM_R_BAD_PASSWORD_READ), "bad password read"},
    +    {ERR_REASON(PEM_R_BAD_VERSION_NUMBER), "bad version number"},
    +    {ERR_REASON(PEM_R_BIO_WRITE_FAILURE), "bio write failure"},
    +    {ERR_REASON(PEM_R_CIPHER_IS_NULL), "cipher is null"},
    +    {ERR_REASON(PEM_R_ERROR_CONVERTING_PRIVATE_KEY),
    +     "error converting private key"},
    +    {ERR_REASON(PEM_R_EXPECTING_PRIVATE_KEY_BLOB),
    +     "expecting private key blob"},
    +    {ERR_REASON(PEM_R_EXPECTING_PUBLIC_KEY_BLOB),
    +     "expecting public key blob"},
    +    {ERR_REASON(PEM_R_INCONSISTENT_HEADER), "inconsistent header"},
    +    {ERR_REASON(PEM_R_KEYBLOB_HEADER_PARSE_ERROR),
    +     "keyblob header parse error"},
    +    {ERR_REASON(PEM_R_KEYBLOB_TOO_SHORT), "keyblob too short"},
    +    {ERR_REASON(PEM_R_NOT_DEK_INFO), "not dek info"},
    +    {ERR_REASON(PEM_R_NOT_ENCRYPTED), "not encrypted"},
    +    {ERR_REASON(PEM_R_NOT_PROC_TYPE), "not proc type"},
    +    {ERR_REASON(PEM_R_NO_START_LINE), "no start line"},
    +    {ERR_REASON(PEM_R_PROBLEMS_GETTING_PASSWORD),
    +     "problems getting password"},
    +    {ERR_REASON(PEM_R_PUBLIC_KEY_NO_RSA), "public key no rsa"},
    +    {ERR_REASON(PEM_R_PVK_DATA_TOO_SHORT), "pvk data too short"},
    +    {ERR_REASON(PEM_R_PVK_TOO_SHORT), "pvk too short"},
    +    {ERR_REASON(PEM_R_READ_KEY), "read key"},
    +    {ERR_REASON(PEM_R_SHORT_HEADER), "short header"},
    +    {ERR_REASON(PEM_R_UNSUPPORTED_CIPHER), "unsupported cipher"},
    +    {ERR_REASON(PEM_R_UNSUPPORTED_ENCRYPTION), "unsupported encryption"},
    +    {ERR_REASON(PEM_R_UNSUPPORTED_KEY_COMPONENTS),
    +     "unsupported key components"},
    +    {0, NULL}
    +};
     
     #endif
     
     void ERR_load_PEM_strings(void)
    -	{
    +{
     #ifndef OPENSSL_NO_ERR
     
    -	if (ERR_func_error_string(PEM_str_functs[0].error) == NULL)
    -		{
    -		ERR_load_strings(0,PEM_str_functs);
    -		ERR_load_strings(0,PEM_str_reasons);
    -		}
    +    if (ERR_func_error_string(PEM_str_functs[0].error) == NULL) {
    +        ERR_load_strings(0, PEM_str_functs);
    +        ERR_load_strings(0, PEM_str_reasons);
    +    }
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/pem/pem_info.c b/openssl/crypto/pem/pem_info.c
    index cc7f24a9c..68747d162 100644
    --- a/openssl/crypto/pem/pem_info.c
    +++ b/openssl/crypto/pem/pem_info.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -64,343 +64,325 @@
     #include 
     #include 
     #ifndef OPENSSL_NO_RSA
    -#include 
    +# include 
     #endif
     #ifndef OPENSSL_NO_DSA
    -#include 
    +# include 
     #endif
     
     #ifndef OPENSSL_NO_FP_API
    -STACK_OF(X509_INFO) *PEM_X509_INFO_read(FILE *fp, STACK_OF(X509_INFO) *sk, pem_password_cb *cb, void *u)
    -	{
    -        BIO *b;
    -        STACK_OF(X509_INFO) *ret;
    +STACK_OF(X509_INFO) *PEM_X509_INFO_read(FILE *fp, STACK_OF(X509_INFO) *sk,
    +                                        pem_password_cb *cb, void *u)
    +{
    +    BIO *b;
    +    STACK_OF(X509_INFO) *ret;
     
    -        if ((b=BIO_new(BIO_s_file())) == NULL)
    -		{
    -		PEMerr(PEM_F_PEM_X509_INFO_READ,ERR_R_BUF_LIB);
    -                return(0);
    -		}
    -        BIO_set_fp(b,fp,BIO_NOCLOSE);
    -        ret=PEM_X509_INFO_read_bio(b,sk,cb,u);
    -        BIO_free(b);
    -        return(ret);
    -	}
    +    if ((b = BIO_new(BIO_s_file())) == NULL) {
    +        PEMerr(PEM_F_PEM_X509_INFO_READ, ERR_R_BUF_LIB);
    +        return (0);
    +    }
    +    BIO_set_fp(b, fp, BIO_NOCLOSE);
    +    ret = PEM_X509_INFO_read_bio(b, sk, cb, u);
    +    BIO_free(b);
    +    return (ret);
    +}
     #endif
     
    -STACK_OF(X509_INFO) *PEM_X509_INFO_read_bio(BIO *bp, STACK_OF(X509_INFO) *sk, pem_password_cb *cb, void *u)
    -	{
    -	X509_INFO *xi=NULL;
    -	char *name=NULL,*header=NULL;
    -	void *pp;
    -	unsigned char *data=NULL;
    -	const unsigned char *p;
    -	long len,error=0;
    -	int ok=0;
    -	STACK_OF(X509_INFO) *ret=NULL;
    -	unsigned int i,raw,ptype;
    -	d2i_of_void *d2i = 0;
    +STACK_OF(X509_INFO) *PEM_X509_INFO_read_bio(BIO *bp, STACK_OF(X509_INFO) *sk,
    +                                            pem_password_cb *cb, void *u)
    +{
    +    X509_INFO *xi = NULL;
    +    char *name = NULL, *header = NULL;
    +    void *pp;
    +    unsigned char *data = NULL;
    +    const unsigned char *p;
    +    long len, error = 0;
    +    int ok = 0;
    +    STACK_OF(X509_INFO) *ret = NULL;
    +    unsigned int i, raw, ptype;
    +    d2i_of_void *d2i = 0;
     
    -	if (sk == NULL)
    -		{
    -		if ((ret=sk_X509_INFO_new_null()) == NULL)
    -			{
    -			PEMerr(PEM_F_PEM_X509_INFO_READ_BIO,ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -		}
    -	else
    -		ret=sk;
    +    if (sk == NULL) {
    +        if ((ret = sk_X509_INFO_new_null()) == NULL) {
    +            PEMerr(PEM_F_PEM_X509_INFO_READ_BIO, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +    } else
    +        ret = sk;
     
    -	if ((xi=X509_INFO_new()) == NULL) goto err;
    -	for (;;)
    -		{
    -		raw=0;
    -		ptype = 0;
    -		i=PEM_read_bio(bp,&name,&header,&data,&len);
    -		if (i == 0)
    -			{
    -			error=ERR_GET_REASON(ERR_peek_last_error());
    -			if (error == PEM_R_NO_START_LINE)
    -				{
    -				ERR_clear_error();
    -				break;
    -				}
    -			goto err;
    -			}
    -start:
    -		if (	(strcmp(name,PEM_STRING_X509) == 0) ||
    -			(strcmp(name,PEM_STRING_X509_OLD) == 0))
    -			{
    -			d2i=(D2I_OF(void))d2i_X509;
    -			if (xi->x509 != NULL)
    -				{
    -				if (!sk_X509_INFO_push(ret,xi)) goto err;
    -				if ((xi=X509_INFO_new()) == NULL) goto err;
    -				goto start;
    -				}
    -			pp=&(xi->x509);
    -			}
    -		else if ((strcmp(name,PEM_STRING_X509_TRUSTED) == 0))
    -			{
    -			d2i=(D2I_OF(void))d2i_X509_AUX;
    -			if (xi->x509 != NULL)
    -				{
    -				if (!sk_X509_INFO_push(ret,xi)) goto err;
    -				if ((xi=X509_INFO_new()) == NULL) goto err;
    -				goto start;
    -				}
    -			pp=&(xi->x509);
    -			}
    -		else if (strcmp(name,PEM_STRING_X509_CRL) == 0)
    -			{
    -			d2i=(D2I_OF(void))d2i_X509_CRL;
    -			if (xi->crl != NULL)
    -				{
    -				if (!sk_X509_INFO_push(ret,xi)) goto err;
    -				if ((xi=X509_INFO_new()) == NULL) goto err;
    -				goto start;
    -				}
    -			pp=&(xi->crl);
    -			}
    -		else
    +    if ((xi = X509_INFO_new()) == NULL)
    +        goto err;
    +    for (;;) {
    +        raw = 0;
    +        ptype = 0;
    +        i = PEM_read_bio(bp, &name, &header, &data, &len);
    +        if (i == 0) {
    +            error = ERR_GET_REASON(ERR_peek_last_error());
    +            if (error == PEM_R_NO_START_LINE) {
    +                ERR_clear_error();
    +                break;
    +            }
    +            goto err;
    +        }
    + start:
    +        if ((strcmp(name, PEM_STRING_X509) == 0) ||
    +            (strcmp(name, PEM_STRING_X509_OLD) == 0)) {
    +            d2i = (D2I_OF(void)) d2i_X509;
    +            if (xi->x509 != NULL) {
    +                if (!sk_X509_INFO_push(ret, xi))
    +                    goto err;
    +                if ((xi = X509_INFO_new()) == NULL)
    +                    goto err;
    +                goto start;
    +            }
    +            pp = &(xi->x509);
    +        } else if ((strcmp(name, PEM_STRING_X509_TRUSTED) == 0)) {
    +            d2i = (D2I_OF(void)) d2i_X509_AUX;
    +            if (xi->x509 != NULL) {
    +                if (!sk_X509_INFO_push(ret, xi))
    +                    goto err;
    +                if ((xi = X509_INFO_new()) == NULL)
    +                    goto err;
    +                goto start;
    +            }
    +            pp = &(xi->x509);
    +        } else if (strcmp(name, PEM_STRING_X509_CRL) == 0) {
    +            d2i = (D2I_OF(void)) d2i_X509_CRL;
    +            if (xi->crl != NULL) {
    +                if (!sk_X509_INFO_push(ret, xi))
    +                    goto err;
    +                if ((xi = X509_INFO_new()) == NULL)
    +                    goto err;
    +                goto start;
    +            }
    +            pp = &(xi->crl);
    +        } else
     #ifndef OPENSSL_NO_RSA
    -			if (strcmp(name,PEM_STRING_RSA) == 0)
    -			{
    -			d2i=(D2I_OF(void))d2i_RSAPrivateKey;
    -			if (xi->x_pkey != NULL) 
    -				{
    -				if (!sk_X509_INFO_push(ret,xi)) goto err;
    -				if ((xi=X509_INFO_new()) == NULL) goto err;
    -				goto start;
    -				}
    +        if (strcmp(name, PEM_STRING_RSA) == 0) {
    +            d2i = (D2I_OF(void)) d2i_RSAPrivateKey;
    +            if (xi->x_pkey != NULL) {
    +                if (!sk_X509_INFO_push(ret, xi))
    +                    goto err;
    +                if ((xi = X509_INFO_new()) == NULL)
    +                    goto err;
    +                goto start;
    +            }
     
    -			xi->enc_data=NULL;
    -			xi->enc_len=0;
    +            xi->enc_data = NULL;
    +            xi->enc_len = 0;
     
    -			xi->x_pkey=X509_PKEY_new();
    -			ptype=EVP_PKEY_RSA;
    -			pp=&xi->x_pkey->dec_pkey;
    -			if ((int)strlen(header) > 10) /* assume encrypted */
    -				raw=1;
    -			}
    -		else
    +            xi->x_pkey = X509_PKEY_new();
    +            ptype = EVP_PKEY_RSA;
    +            pp = &xi->x_pkey->dec_pkey;
    +            if ((int)strlen(header) > 10) /* assume encrypted */
    +                raw = 1;
    +        } else
     #endif
     #ifndef OPENSSL_NO_DSA
    -			if (strcmp(name,PEM_STRING_DSA) == 0)
    -			{
    -			d2i=(D2I_OF(void))d2i_DSAPrivateKey;
    -			if (xi->x_pkey != NULL) 
    -				{
    -				if (!sk_X509_INFO_push(ret,xi)) goto err;
    -				if ((xi=X509_INFO_new()) == NULL) goto err;
    -				goto start;
    -				}
    +        if (strcmp(name, PEM_STRING_DSA) == 0) {
    +            d2i = (D2I_OF(void)) d2i_DSAPrivateKey;
    +            if (xi->x_pkey != NULL) {
    +                if (!sk_X509_INFO_push(ret, xi))
    +                    goto err;
    +                if ((xi = X509_INFO_new()) == NULL)
    +                    goto err;
    +                goto start;
    +            }
     
    -			xi->enc_data=NULL;
    -			xi->enc_len=0;
    +            xi->enc_data = NULL;
    +            xi->enc_len = 0;
     
    -			xi->x_pkey=X509_PKEY_new();
    -			ptype = EVP_PKEY_DSA;
    -			pp=&xi->x_pkey->dec_pkey;
    -			if ((int)strlen(header) > 10) /* assume encrypted */
    -				raw=1;
    -			}
    -		else
    +            xi->x_pkey = X509_PKEY_new();
    +            ptype = EVP_PKEY_DSA;
    +            pp = &xi->x_pkey->dec_pkey;
    +            if ((int)strlen(header) > 10) /* assume encrypted */
    +                raw = 1;
    +        } else
     #endif
     #ifndef OPENSSL_NO_EC
    - 			if (strcmp(name,PEM_STRING_ECPRIVATEKEY) == 0)
    - 			{
    - 				d2i=(D2I_OF(void))d2i_ECPrivateKey;
    - 				if (xi->x_pkey != NULL) 
    - 				{
    - 					if (!sk_X509_INFO_push(ret,xi)) goto err;
    - 					if ((xi=X509_INFO_new()) == NULL) goto err;
    - 						goto start;
    - 				}
    - 
    - 			xi->enc_data=NULL;
    - 			xi->enc_len=0;
    - 
    - 			xi->x_pkey=X509_PKEY_new();
    -			ptype = EVP_PKEY_EC;
    - 			pp=&xi->x_pkey->dec_pkey;
    - 			if ((int)strlen(header) > 10) /* assume encrypted */
    - 				raw=1;
    -			}
    -		else
    +        if (strcmp(name, PEM_STRING_ECPRIVATEKEY) == 0) {
    +            d2i = (D2I_OF(void)) d2i_ECPrivateKey;
    +            if (xi->x_pkey != NULL) {
    +                if (!sk_X509_INFO_push(ret, xi))
    +                    goto err;
    +                if ((xi = X509_INFO_new()) == NULL)
    +                    goto err;
    +                goto start;
    +            }
    +
    +            xi->enc_data = NULL;
    +            xi->enc_len = 0;
    +
    +            xi->x_pkey = X509_PKEY_new();
    +            ptype = EVP_PKEY_EC;
    +            pp = &xi->x_pkey->dec_pkey;
    +            if ((int)strlen(header) > 10) /* assume encrypted */
    +                raw = 1;
    +        } else
     #endif
    -			{
    -			d2i=NULL;
    -			pp=NULL;
    -			}
    +        {
    +            d2i = NULL;
    +            pp = NULL;
    +        }
     
    -		if (d2i != NULL)
    -			{
    -			if (!raw)
    -				{
    -				EVP_CIPHER_INFO cipher;
    +        if (d2i != NULL) {
    +            if (!raw) {
    +                EVP_CIPHER_INFO cipher;
     
    -				if (!PEM_get_EVP_CIPHER_INFO(header,&cipher))
    -					goto err;
    -				if (!PEM_do_header(&cipher,data,&len,cb,u))
    -					goto err;
    -				p=data;
    -				if (ptype)
    -					{
    -					if (!d2i_PrivateKey(ptype, pp, &p, len))
    -						{
    -						PEMerr(PEM_F_PEM_X509_INFO_READ_BIO,ERR_R_ASN1_LIB);
    -						goto err;
    -						}
    -					}
    -				else if (d2i(pp,&p,len) == NULL)
    -					{
    -					PEMerr(PEM_F_PEM_X509_INFO_READ_BIO,ERR_R_ASN1_LIB);
    -					goto err;
    -					}
    -				}
    -			else
    -				{ /* encrypted RSA data */
    -				if (!PEM_get_EVP_CIPHER_INFO(header,
    -					&xi->enc_cipher)) goto err;
    -				xi->enc_data=(char *)data;
    -				xi->enc_len=(int)len;
    -				data=NULL;
    -				}
    -			}
    -		else	{
    -			/* unknown */
    -			}
    -		if (name != NULL) OPENSSL_free(name);
    -		if (header != NULL) OPENSSL_free(header);
    -		if (data != NULL) OPENSSL_free(data);
    -		name=NULL;
    -		header=NULL;
    -		data=NULL;
    -		}
    +                if (!PEM_get_EVP_CIPHER_INFO(header, &cipher))
    +                    goto err;
    +                if (!PEM_do_header(&cipher, data, &len, cb, u))
    +                    goto err;
    +                p = data;
    +                if (ptype) {
    +                    if (!d2i_PrivateKey(ptype, pp, &p, len)) {
    +                        PEMerr(PEM_F_PEM_X509_INFO_READ_BIO, ERR_R_ASN1_LIB);
    +                        goto err;
    +                    }
    +                } else if (d2i(pp, &p, len) == NULL) {
    +                    PEMerr(PEM_F_PEM_X509_INFO_READ_BIO, ERR_R_ASN1_LIB);
    +                    goto err;
    +                }
    +            } else {            /* encrypted RSA data */
    +                if (!PEM_get_EVP_CIPHER_INFO(header, &xi->enc_cipher))
    +                    goto err;
    +                xi->enc_data = (char *)data;
    +                xi->enc_len = (int)len;
    +                data = NULL;
    +            }
    +        } else {
    +            /* unknown */
    +        }
    +        if (name != NULL)
    +            OPENSSL_free(name);
    +        if (header != NULL)
    +            OPENSSL_free(header);
    +        if (data != NULL)
    +            OPENSSL_free(data);
    +        name = NULL;
    +        header = NULL;
    +        data = NULL;
    +    }
     
    -	/* if the last one hasn't been pushed yet and there is anything
    -	 * in it then add it to the stack ... 
    -	 */
    -	if ((xi->x509 != NULL) || (xi->crl != NULL) ||
    -		(xi->x_pkey != NULL) || (xi->enc_data != NULL))
    -		{
    -		if (!sk_X509_INFO_push(ret,xi)) goto err;
    -		xi=NULL;
    -		}
    -	ok=1;
    -err:
    -	if (xi != NULL) X509_INFO_free(xi);
    -	if (!ok)
    -		{
    -		for (i=0; ((int)i)x509 != NULL) || (xi->crl != NULL) ||
    +        (xi->x_pkey != NULL) || (xi->enc_data != NULL)) {
    +        if (!sk_X509_INFO_push(ret, xi))
    +            goto err;
    +        xi = NULL;
    +    }
    +    ok = 1;
    + err:
    +    if (xi != NULL)
    +        X509_INFO_free(xi);
    +    if (!ok) {
    +        for (i = 0; ((int)i) < sk_X509_INFO_num(ret); i++) {
    +            xi = sk_X509_INFO_value(ret, i);
    +            X509_INFO_free(xi);
    +        }
    +        if (ret != sk)
    +            sk_X509_INFO_free(ret);
    +        ret = NULL;
    +    }
     
    +    if (name != NULL)
    +        OPENSSL_free(name);
    +    if (header != NULL)
    +        OPENSSL_free(header);
    +    if (data != NULL)
    +        OPENSSL_free(data);
    +    return (ret);
    +}
     
     /* A TJH addition */
     int PEM_X509_INFO_write_bio(BIO *bp, X509_INFO *xi, EVP_CIPHER *enc,
    -	     unsigned char *kstr, int klen, pem_password_cb *cb, void *u)
    -	{
    -	EVP_CIPHER_CTX ctx;
    -	int i,ret=0;
    -	unsigned char *data=NULL;
    -	const char *objstr=NULL;
    -	char buf[PEM_BUFSIZE];
    -	unsigned char *iv=NULL;
    -	
    -	if (enc != NULL)
    -		{
    -		objstr=OBJ_nid2sn(EVP_CIPHER_nid(enc));
    -		if (objstr == NULL)
    -			{
    -			PEMerr(PEM_F_PEM_X509_INFO_WRITE_BIO,PEM_R_UNSUPPORTED_CIPHER);
    -			goto err;
    -			}
    -		}
    +                            unsigned char *kstr, int klen,
    +                            pem_password_cb *cb, void *u)
    +{
    +    EVP_CIPHER_CTX ctx;
    +    int i, ret = 0;
    +    unsigned char *data = NULL;
    +    const char *objstr = NULL;
    +    char buf[PEM_BUFSIZE];
    +    unsigned char *iv = NULL;
    +
    +    if (enc != NULL) {
    +        objstr = OBJ_nid2sn(EVP_CIPHER_nid(enc));
    +        if (objstr == NULL) {
    +            PEMerr(PEM_F_PEM_X509_INFO_WRITE_BIO, PEM_R_UNSUPPORTED_CIPHER);
    +            goto err;
    +        }
    +    }
     
    -	/* now for the fun part ... if we have a private key then 
    -	 * we have to be able to handle a not-yet-decrypted key
    -	 * being written out correctly ... if it is decrypted or
    -	 * it is non-encrypted then we use the base code
    -	 */
    -	if (xi->x_pkey!=NULL)
    -		{
    -		if ( (xi->enc_data!=NULL) && (xi->enc_len>0) )
    -			{
    -			if (enc == NULL)
    -				{
    -				PEMerr(PEM_F_PEM_X509_INFO_WRITE_BIO,PEM_R_CIPHER_IS_NULL);
    -				goto err;
    -				}
    +    /*
    +     * now for the fun part ... if we have a private key then we have to be
    +     * able to handle a not-yet-decrypted key being written out correctly ...
    +     * if it is decrypted or it is non-encrypted then we use the base code
    +     */
    +    if (xi->x_pkey != NULL) {
    +        if ((xi->enc_data != NULL) && (xi->enc_len > 0)) {
    +            if (enc == NULL) {
    +                PEMerr(PEM_F_PEM_X509_INFO_WRITE_BIO, PEM_R_CIPHER_IS_NULL);
    +                goto err;
    +            }
     
    -			/* copy from weirdo names into more normal things */
    -			iv=xi->enc_cipher.iv;
    -			data=(unsigned char *)xi->enc_data;
    -			i=xi->enc_len;
    +            /* copy from weirdo names into more normal things */
    +            iv = xi->enc_cipher.iv;
    +            data = (unsigned char *)xi->enc_data;
    +            i = xi->enc_len;
     
    -			/* we take the encryption data from the
    -			 * internal stuff rather than what the
    -			 * user has passed us ... as we have to 
    -			 * match exactly for some strange reason
    -			 */
    -			objstr=OBJ_nid2sn(
    -				EVP_CIPHER_nid(xi->enc_cipher.cipher));
    -			if (objstr == NULL)
    -				{
    -				PEMerr(PEM_F_PEM_X509_INFO_WRITE_BIO,PEM_R_UNSUPPORTED_CIPHER);
    -				goto err;
    -				}
    +            /*
    +             * we take the encryption data from the internal stuff rather
    +             * than what the user has passed us ... as we have to match
    +             * exactly for some strange reason
    +             */
    +            objstr = OBJ_nid2sn(EVP_CIPHER_nid(xi->enc_cipher.cipher));
    +            if (objstr == NULL) {
    +                PEMerr(PEM_F_PEM_X509_INFO_WRITE_BIO,
    +                       PEM_R_UNSUPPORTED_CIPHER);
    +                goto err;
    +            }
     
    -			/* create the right magic header stuff */
    -			OPENSSL_assert(strlen(objstr)+23+2*enc->iv_len+13 <= sizeof buf);
    -			buf[0]='\0';
    -			PEM_proc_type(buf,PEM_TYPE_ENCRYPTED);
    -			PEM_dek_info(buf,objstr,enc->iv_len,(char *)iv);
    +            /* create the right magic header stuff */
    +            OPENSSL_assert(strlen(objstr) + 23 + 2 * enc->iv_len + 13 <=
    +                           sizeof buf);
    +            buf[0] = '\0';
    +            PEM_proc_type(buf, PEM_TYPE_ENCRYPTED);
    +            PEM_dek_info(buf, objstr, enc->iv_len, (char *)iv);
     
    -			/* use the normal code to write things out */
    -			i=PEM_write_bio(bp,PEM_STRING_RSA,buf,data,i);
    -			if (i <= 0) goto err;
    -			}
    -		else
    -			{
    -			/* Add DSA/DH */
    +            /* use the normal code to write things out */
    +            i = PEM_write_bio(bp, PEM_STRING_RSA, buf, data, i);
    +            if (i <= 0)
    +                goto err;
    +        } else {
    +            /* Add DSA/DH */
     #ifndef OPENSSL_NO_RSA
    -			/* normal optionally encrypted stuff */
    -			if (PEM_write_bio_RSAPrivateKey(bp,
    -				xi->x_pkey->dec_pkey->pkey.rsa,
    -				enc,kstr,klen,cb,u)<=0)
    -				goto err;
    +            /* normal optionally encrypted stuff */
    +            if (PEM_write_bio_RSAPrivateKey(bp,
    +                                            xi->x_pkey->dec_pkey->pkey.rsa,
    +                                            enc, kstr, klen, cb, u) <= 0)
    +                goto err;
     #endif
    -			}
    -		}
    +        }
    +    }
     
    -	/* if we have a certificate then write it out now */
    -	if ((xi->x509 != NULL) && (PEM_write_bio_X509(bp,xi->x509) <= 0))
    -		goto err;
    +    /* if we have a certificate then write it out now */
    +    if ((xi->x509 != NULL) && (PEM_write_bio_X509(bp, xi->x509) <= 0))
    +        goto err;
     
    -	/* we are ignoring anything else that is loaded into the X509_INFO
    -	 * structure for the moment ... as I don't need it so I'm not
    -	 * coding it here and Eric can do it when this makes it into the
    -	 * base library --tjh
    -	 */
    +    /*
    +     * we are ignoring anything else that is loaded into the X509_INFO
    +     * structure for the moment ... as I don't need it so I'm not coding it
    +     * here and Eric can do it when this makes it into the base library --tjh
    +     */
     
    -	ret=1;
    +    ret = 1;
     
    -err:
    -	OPENSSL_cleanse((char *)&ctx,sizeof(ctx));
    -	OPENSSL_cleanse(buf,PEM_BUFSIZE);
    -	return(ret);
    -	}
    + err:
    +    OPENSSL_cleanse((char *)&ctx, sizeof(ctx));
    +    OPENSSL_cleanse(buf, PEM_BUFSIZE);
    +    return (ret);
    +}
    diff --git a/openssl/crypto/pem/pem_lib.c b/openssl/crypto/pem/pem_lib.c
    index 5a421fc4b..a29821aab 100644
    --- a/openssl/crypto/pem/pem_lib.c
    +++ b/openssl/crypto/pem/pem_lib.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -68,792 +68,798 @@
     #include 
     #include "asn1_locl.h"
     #ifndef OPENSSL_NO_DES
    -#include 
    +# include 
     #endif
     #ifndef OPENSSL_NO_ENGINE
    -#include 
    +# include 
     #endif
     
    -const char PEM_version[]="PEM" OPENSSL_VERSION_PTEXT;
    +const char PEM_version[] = "PEM" OPENSSL_VERSION_PTEXT;
     
    -#define MIN_LENGTH	4
    +#define MIN_LENGTH      4
     
    -static int load_iv(char **fromp,unsigned char *to, int num);
    +static int load_iv(char **fromp, unsigned char *to, int num);
     static int check_pem(const char *nm, const char *name);
     int pem_check_suffix(const char *pem_str, const char *suffix);
     
     int PEM_def_callback(char *buf, int num, int w, void *key)
    -	{
    +{
     #ifdef OPENSSL_NO_FP_API
    -	/* We should not ever call the default callback routine from
    -	 * windows. */
    -	PEMerr(PEM_F_PEM_DEF_CALLBACK,ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -	return(-1);
    +    /*
    +     * We should not ever call the default callback routine from windows.
    +     */
    +    PEMerr(PEM_F_PEM_DEF_CALLBACK, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +    return (-1);
     #else
    -	int i,j;
    -	const char *prompt;
    -	if(key) {
    -		i=strlen(key);
    -		i=(i > num)?num:i;
    -		memcpy(buf,key,i);
    -		return(i);
    -	}
    -
    -	prompt=EVP_get_pw_prompt();
    -	if (prompt == NULL)
    -		prompt="Enter PEM pass phrase:";
    -
    -	for (;;)
    -		{
    -		i=EVP_read_pw_string_min(buf,MIN_LENGTH,num,prompt,w);
    -		if (i != 0)
    -			{
    -			PEMerr(PEM_F_PEM_DEF_CALLBACK,PEM_R_PROBLEMS_GETTING_PASSWORD);
    -			memset(buf,0,(unsigned int)num);
    -			return(-1);
    -			}
    -		j=strlen(buf);
    -		if (j < MIN_LENGTH)
    -			{
    -			fprintf(stderr,"phrase is too short, needs to be at least %d chars\n",MIN_LENGTH);
    -			}
    -		else
    -			break;
    -		}
    -	return(j);
    +    int i, j;
    +    const char *prompt;
    +    if (key) {
    +        i = strlen(key);
    +        i = (i > num) ? num : i;
    +        memcpy(buf, key, i);
    +        return (i);
    +    }
    +
    +    prompt = EVP_get_pw_prompt();
    +    if (prompt == NULL)
    +        prompt = "Enter PEM pass phrase:";
    +
    +    for (;;) {
    +        i = EVP_read_pw_string_min(buf, MIN_LENGTH, num, prompt, w);
    +        if (i != 0) {
    +            PEMerr(PEM_F_PEM_DEF_CALLBACK, PEM_R_PROBLEMS_GETTING_PASSWORD);
    +            memset(buf, 0, (unsigned int)num);
    +            return (-1);
    +        }
    +        j = strlen(buf);
    +        if (j < MIN_LENGTH) {
    +            fprintf(stderr,
    +                    "phrase is too short, needs to be at least %d chars\n",
    +                    MIN_LENGTH);
    +        } else
    +            break;
    +    }
    +    return (j);
     #endif
    -	}
    +}
     
     void PEM_proc_type(char *buf, int type)
    -	{
    -	const char *str;
    -
    -	if (type == PEM_TYPE_ENCRYPTED)
    -		str="ENCRYPTED";
    -	else if (type == PEM_TYPE_MIC_CLEAR)
    -		str="MIC-CLEAR";
    -	else if (type == PEM_TYPE_MIC_ONLY)
    -		str="MIC-ONLY";
    -	else
    -		str="BAD-TYPE";
    -		
    -	BUF_strlcat(buf,"Proc-Type: 4,",PEM_BUFSIZE);
    -	BUF_strlcat(buf,str,PEM_BUFSIZE);
    -	BUF_strlcat(buf,"\n",PEM_BUFSIZE);
    -	}
    +{
    +    const char *str;
    +
    +    if (type == PEM_TYPE_ENCRYPTED)
    +        str = "ENCRYPTED";
    +    else if (type == PEM_TYPE_MIC_CLEAR)
    +        str = "MIC-CLEAR";
    +    else if (type == PEM_TYPE_MIC_ONLY)
    +        str = "MIC-ONLY";
    +    else
    +        str = "BAD-TYPE";
    +
    +    BUF_strlcat(buf, "Proc-Type: 4,", PEM_BUFSIZE);
    +    BUF_strlcat(buf, str, PEM_BUFSIZE);
    +    BUF_strlcat(buf, "\n", PEM_BUFSIZE);
    +}
     
     void PEM_dek_info(char *buf, const char *type, int len, char *str)
    -	{
    -	static const unsigned char map[17]="0123456789ABCDEF";
    -	long i;
    -	int j;
    -
    -	BUF_strlcat(buf,"DEK-Info: ",PEM_BUFSIZE);
    -	BUF_strlcat(buf,type,PEM_BUFSIZE);
    -	BUF_strlcat(buf,",",PEM_BUFSIZE);
    -	j=strlen(buf);
    -	if (j + (len * 2) + 1 > PEM_BUFSIZE)
    -        	return;
    -	for (i=0; i>4)&0x0f];
    -		buf[j+i*2+1]=map[(str[i]   )&0x0f];
    -		}
    -	buf[j+i*2]='\n';
    -	buf[j+i*2+1]='\0';
    -	}
    +{
    +    static const unsigned char map[17] = "0123456789ABCDEF";
    +    long i;
    +    int j;
    +
    +    BUF_strlcat(buf, "DEK-Info: ", PEM_BUFSIZE);
    +    BUF_strlcat(buf, type, PEM_BUFSIZE);
    +    BUF_strlcat(buf, ",", PEM_BUFSIZE);
    +    j = strlen(buf);
    +    if (j + (len * 2) + 1 > PEM_BUFSIZE)
    +        return;
    +    for (i = 0; i < len; i++) {
    +        buf[j + i * 2] = map[(str[i] >> 4) & 0x0f];
    +        buf[j + i * 2 + 1] = map[(str[i]) & 0x0f];
    +    }
    +    buf[j + i * 2] = '\n';
    +    buf[j + i * 2 + 1] = '\0';
    +}
     
     #ifndef OPENSSL_NO_FP_API
     void *PEM_ASN1_read(d2i_of_void *d2i, const char *name, FILE *fp, void **x,
    -		    pem_password_cb *cb, void *u)
    -	{
    -        BIO *b;
    -        void *ret;
    -
    -        if ((b=BIO_new(BIO_s_file())) == NULL)
    -		{
    -		PEMerr(PEM_F_PEM_ASN1_READ,ERR_R_BUF_LIB);
    -                return(0);
    -		}
    -        BIO_set_fp(b,fp,BIO_NOCLOSE);
    -        ret=PEM_ASN1_read_bio(d2i,name,b,x,cb,u);
    -        BIO_free(b);
    -        return(ret);
    -	}
    +                    pem_password_cb *cb, void *u)
    +{
    +    BIO *b;
    +    void *ret;
    +
    +    if ((b = BIO_new(BIO_s_file())) == NULL) {
    +        PEMerr(PEM_F_PEM_ASN1_READ, ERR_R_BUF_LIB);
    +        return (0);
    +    }
    +    BIO_set_fp(b, fp, BIO_NOCLOSE);
    +    ret = PEM_ASN1_read_bio(d2i, name, b, x, cb, u);
    +    BIO_free(b);
    +    return (ret);
    +}
     #endif
     
     static int check_pem(const char *nm, const char *name)
     {
    -	/* Normal matching nm and name */
    -	if (!strcmp(nm,name)) return 1;
    -
    -	/* Make PEM_STRING_EVP_PKEY match any private key */
    -
    -	if(!strcmp(name,PEM_STRING_EVP_PKEY))
    -		{
    -		int slen;
    -		const EVP_PKEY_ASN1_METHOD *ameth;
    -		if(!strcmp(nm,PEM_STRING_PKCS8))
    -			return 1;
    -		if(!strcmp(nm,PEM_STRING_PKCS8INF))
    -			return 1;
    -		slen = pem_check_suffix(nm, "PRIVATE KEY"); 
    -		if (slen > 0)
    -			{
    -			/* NB: ENGINE implementations wont contain
    -			 * a deprecated old private key decode function
    -			 * so don't look for them.
    -			 */
    -			ameth = EVP_PKEY_asn1_find_str(NULL, nm, slen);
    -			if (ameth && ameth->old_priv_decode)
    -				return 1;
    -			}
    -		return 0;
    -		}
    -
    -	if(!strcmp(name,PEM_STRING_PARAMETERS))
    -		{
    -		int slen;
    -		const EVP_PKEY_ASN1_METHOD *ameth;
    -		slen = pem_check_suffix(nm, "PARAMETERS"); 
    -		if (slen > 0)
    -			{
    -			ENGINE *e;
    -			ameth = EVP_PKEY_asn1_find_str(&e, nm, slen);
    -			if (ameth)
    -				{
    -				int r;
    -				if (ameth->param_decode)
    -					r = 1;
    -				else
    -					r = 0;
    +    /* Normal matching nm and name */
    +    if (!strcmp(nm, name))
    +        return 1;
    +
    +    /* Make PEM_STRING_EVP_PKEY match any private key */
    +
    +    if (!strcmp(name, PEM_STRING_EVP_PKEY)) {
    +        int slen;
    +        const EVP_PKEY_ASN1_METHOD *ameth;
    +        if (!strcmp(nm, PEM_STRING_PKCS8))
    +            return 1;
    +        if (!strcmp(nm, PEM_STRING_PKCS8INF))
    +            return 1;
    +        slen = pem_check_suffix(nm, "PRIVATE KEY");
    +        if (slen > 0) {
    +            /*
    +             * NB: ENGINE implementations wont contain a deprecated old
    +             * private key decode function so don't look for them.
    +             */
    +            ameth = EVP_PKEY_asn1_find_str(NULL, nm, slen);
    +            if (ameth && ameth->old_priv_decode)
    +                return 1;
    +        }
    +        return 0;
    +    }
    +
    +    if (!strcmp(name, PEM_STRING_PARAMETERS)) {
    +        int slen;
    +        const EVP_PKEY_ASN1_METHOD *ameth;
    +        slen = pem_check_suffix(nm, "PARAMETERS");
    +        if (slen > 0) {
    +            ENGINE *e;
    +            ameth = EVP_PKEY_asn1_find_str(&e, nm, slen);
    +            if (ameth) {
    +                int r;
    +                if (ameth->param_decode)
    +                    r = 1;
    +                else
    +                    r = 0;
     #ifndef OPENSSL_NO_ENGINE
    -				if (e)
    -					ENGINE_finish(e);
    +                if (e)
    +                    ENGINE_finish(e);
     #endif
    -				return r;
    -				}
    -			}
    -		return 0;
    -		}
    +                return r;
    +            }
    +        }
    +        return 0;
    +    }
    +    /* If reading DH parameters handle X9.42 DH format too */
    +    if (!strcmp(nm, PEM_STRING_DHXPARAMS) &&
    +        !strcmp(name, PEM_STRING_DHPARAMS))
    +        return 1;
     
    -	/* Permit older strings */
    +    /* Permit older strings */
     
    -	if(!strcmp(nm,PEM_STRING_X509_OLD) &&
    -		!strcmp(name,PEM_STRING_X509)) return 1;
    +    if (!strcmp(nm, PEM_STRING_X509_OLD) && !strcmp(name, PEM_STRING_X509))
    +        return 1;
     
    -	if(!strcmp(nm,PEM_STRING_X509_REQ_OLD) &&
    -		!strcmp(name,PEM_STRING_X509_REQ)) return 1;
    +    if (!strcmp(nm, PEM_STRING_X509_REQ_OLD) &&
    +        !strcmp(name, PEM_STRING_X509_REQ))
    +        return 1;
     
    -	/* Allow normal certs to be read as trusted certs */
    -	if(!strcmp(nm,PEM_STRING_X509) &&
    -		!strcmp(name,PEM_STRING_X509_TRUSTED)) return 1;
    +    /* Allow normal certs to be read as trusted certs */
    +    if (!strcmp(nm, PEM_STRING_X509) &&
    +        !strcmp(name, PEM_STRING_X509_TRUSTED))
    +        return 1;
     
    -	if(!strcmp(nm,PEM_STRING_X509_OLD) &&
    -		!strcmp(name,PEM_STRING_X509_TRUSTED)) return 1;
    +    if (!strcmp(nm, PEM_STRING_X509_OLD) &&
    +        !strcmp(name, PEM_STRING_X509_TRUSTED))
    +        return 1;
     
    -	/* Some CAs use PKCS#7 with CERTIFICATE headers */
    -	if(!strcmp(nm, PEM_STRING_X509) &&
    -		!strcmp(name, PEM_STRING_PKCS7)) return 1;
    +    /* Some CAs use PKCS#7 with CERTIFICATE headers */
    +    if (!strcmp(nm, PEM_STRING_X509) && !strcmp(name, PEM_STRING_PKCS7))
    +        return 1;
     
    -	if(!strcmp(nm, PEM_STRING_PKCS7_SIGNED) &&
    -		!strcmp(name, PEM_STRING_PKCS7)) return 1;
    +    if (!strcmp(nm, PEM_STRING_PKCS7_SIGNED) &&
    +        !strcmp(name, PEM_STRING_PKCS7))
    +        return 1;
     
     #ifndef OPENSSL_NO_CMS
    -	if(!strcmp(nm, PEM_STRING_X509) &&
    -		!strcmp(name, PEM_STRING_CMS)) return 1;
    -	/* Allow CMS to be read from PKCS#7 headers */
    -	if(!strcmp(nm, PEM_STRING_PKCS7) &&
    -		!strcmp(name, PEM_STRING_CMS)) return 1;
    +    if (!strcmp(nm, PEM_STRING_X509) && !strcmp(name, PEM_STRING_CMS))
    +        return 1;
    +    /* Allow CMS to be read from PKCS#7 headers */
    +    if (!strcmp(nm, PEM_STRING_PKCS7) && !strcmp(name, PEM_STRING_CMS))
    +        return 1;
     #endif
     
    -	return 0;
    +    return 0;
     }
     
    -int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm, const char *name, BIO *bp,
    -	     pem_password_cb *cb, void *u)
    -	{
    -	EVP_CIPHER_INFO cipher;
    -	char *nm=NULL,*header=NULL;
    -	unsigned char *data=NULL;
    -	long len;
    -	int ret = 0;
    -
    -	for (;;)
    -		{
    -		if (!PEM_read_bio(bp,&nm,&header,&data,&len)) {
    -			if(ERR_GET_REASON(ERR_peek_error()) ==
    -				PEM_R_NO_START_LINE)
    -				ERR_add_error_data(2, "Expecting: ", name);
    -			return 0;
    -		}
    -		if(check_pem(nm, name)) break;
    -		OPENSSL_free(nm);
    -		OPENSSL_free(header);
    -		OPENSSL_free(data);
    -		}
    -	if (!PEM_get_EVP_CIPHER_INFO(header,&cipher)) goto err;
    -	if (!PEM_do_header(&cipher,data,&len,cb,u)) goto err;
    -
    -	*pdata = data;
    -	*plen = len;
    -
    -	if (pnm)
    -		*pnm = nm;
    -
    -	ret = 1;
    -
    -err:
    -	if (!ret || !pnm) OPENSSL_free(nm);
    -	OPENSSL_free(header);
    -	if (!ret) OPENSSL_free(data);
    -	return ret;
    -	}
    +int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm,
    +                       const char *name, BIO *bp, pem_password_cb *cb,
    +                       void *u)
    +{
    +    EVP_CIPHER_INFO cipher;
    +    char *nm = NULL, *header = NULL;
    +    unsigned char *data = NULL;
    +    long len;
    +    int ret = 0;
    +
    +    for (;;) {
    +        if (!PEM_read_bio(bp, &nm, &header, &data, &len)) {
    +            if (ERR_GET_REASON(ERR_peek_error()) == PEM_R_NO_START_LINE)
    +                ERR_add_error_data(2, "Expecting: ", name);
    +            return 0;
    +        }
    +        if (check_pem(nm, name))
    +            break;
    +        OPENSSL_free(nm);
    +        OPENSSL_free(header);
    +        OPENSSL_free(data);
    +    }
    +    if (!PEM_get_EVP_CIPHER_INFO(header, &cipher))
    +        goto err;
    +    if (!PEM_do_header(&cipher, data, &len, cb, u))
    +        goto err;
    +
    +    *pdata = data;
    +    *plen = len;
    +
    +    if (pnm)
    +        *pnm = nm;
    +
    +    ret = 1;
    +
    + err:
    +    if (!ret || !pnm)
    +        OPENSSL_free(nm);
    +    OPENSSL_free(header);
    +    if (!ret)
    +        OPENSSL_free(data);
    +    return ret;
    +}
     
     #ifndef OPENSSL_NO_FP_API
     int PEM_ASN1_write(i2d_of_void *i2d, const char *name, FILE *fp,
    -		   void *x, const EVP_CIPHER *enc, unsigned char *kstr,
    -		   int klen, pem_password_cb *callback, void *u)
    -        {
    -        BIO *b;
    -        int ret;
    -
    -        if ((b=BIO_new(BIO_s_file())) == NULL)
    -		{
    -		PEMerr(PEM_F_PEM_ASN1_WRITE,ERR_R_BUF_LIB);
    -                return(0);
    -		}
    -        BIO_set_fp(b,fp,BIO_NOCLOSE);
    -        ret=PEM_ASN1_write_bio(i2d,name,b,x,enc,kstr,klen,callback,u);
    -        BIO_free(b);
    -        return(ret);
    -        }
    +                   void *x, const EVP_CIPHER *enc, unsigned char *kstr,
    +                   int klen, pem_password_cb *callback, void *u)
    +{
    +    BIO *b;
    +    int ret;
    +
    +    if ((b = BIO_new(BIO_s_file())) == NULL) {
    +        PEMerr(PEM_F_PEM_ASN1_WRITE, ERR_R_BUF_LIB);
    +        return (0);
    +    }
    +    BIO_set_fp(b, fp, BIO_NOCLOSE);
    +    ret = PEM_ASN1_write_bio(i2d, name, b, x, enc, kstr, klen, callback, u);
    +    BIO_free(b);
    +    return (ret);
    +}
     #endif
     
     int PEM_ASN1_write_bio(i2d_of_void *i2d, const char *name, BIO *bp,
    -		       void *x, const EVP_CIPHER *enc, unsigned char *kstr,
    -		       int klen, pem_password_cb *callback, void *u)
    -	{
    -	EVP_CIPHER_CTX ctx;
    -	int dsize=0,i,j,ret=0;
    -	unsigned char *p,*data=NULL;
    -	const char *objstr=NULL;
    -	char buf[PEM_BUFSIZE];
    -	unsigned char key[EVP_MAX_KEY_LENGTH];
    -	unsigned char iv[EVP_MAX_IV_LENGTH];
    -	
    -	if (enc != NULL)
    -		{
    -		objstr=OBJ_nid2sn(EVP_CIPHER_nid(enc));
    -		if (objstr == NULL)
    -			{
    -			PEMerr(PEM_F_PEM_ASN1_WRITE_BIO,PEM_R_UNSUPPORTED_CIPHER);
    -			goto err;
    -			}
    -		}
    -
    -	if ((dsize=i2d(x,NULL)) < 0)
    -		{
    -		PEMerr(PEM_F_PEM_ASN1_WRITE_BIO,ERR_R_ASN1_LIB);
    -		dsize=0;
    -		goto err;
    -		}
    -	/* dzise + 8 bytes are needed */
    -	/* actually it needs the cipher block size extra... */
    -	data=(unsigned char *)OPENSSL_malloc((unsigned int)dsize+20);
    -	if (data == NULL)
    -		{
    -		PEMerr(PEM_F_PEM_ASN1_WRITE_BIO,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -	p=data;
    -	i=i2d(x,&p);
    -
    -	if (enc != NULL)
    -		{
    -		if (kstr == NULL)
    -			{
    -			if (callback == NULL)
    -				klen=PEM_def_callback(buf,PEM_BUFSIZE,1,u);
    -			else
    -				klen=(*callback)(buf,PEM_BUFSIZE,1,u);
    -			if (klen <= 0)
    -				{
    -				PEMerr(PEM_F_PEM_ASN1_WRITE_BIO,PEM_R_READ_KEY);
    -				goto err;
    -				}
    +                       void *x, const EVP_CIPHER *enc, unsigned char *kstr,
    +                       int klen, pem_password_cb *callback, void *u)
    +{
    +    EVP_CIPHER_CTX ctx;
    +    int dsize = 0, i, j, ret = 0;
    +    unsigned char *p, *data = NULL;
    +    const char *objstr = NULL;
    +    char buf[PEM_BUFSIZE];
    +    unsigned char key[EVP_MAX_KEY_LENGTH];
    +    unsigned char iv[EVP_MAX_IV_LENGTH];
    +
    +    if (enc != NULL) {
    +        objstr = OBJ_nid2sn(EVP_CIPHER_nid(enc));
    +        if (objstr == NULL) {
    +            PEMerr(PEM_F_PEM_ASN1_WRITE_BIO, PEM_R_UNSUPPORTED_CIPHER);
    +            goto err;
    +        }
    +    }
    +
    +    if ((dsize = i2d(x, NULL)) < 0) {
    +        PEMerr(PEM_F_PEM_ASN1_WRITE_BIO, ERR_R_ASN1_LIB);
    +        dsize = 0;
    +        goto err;
    +    }
    +    /* dzise + 8 bytes are needed */
    +    /* actually it needs the cipher block size extra... */
    +    data = (unsigned char *)OPENSSL_malloc((unsigned int)dsize + 20);
    +    if (data == NULL) {
    +        PEMerr(PEM_F_PEM_ASN1_WRITE_BIO, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +    p = data;
    +    i = i2d(x, &p);
    +
    +    if (enc != NULL) {
    +        if (kstr == NULL) {
    +            if (callback == NULL)
    +                klen = PEM_def_callback(buf, PEM_BUFSIZE, 1, u);
    +            else
    +                klen = (*callback) (buf, PEM_BUFSIZE, 1, u);
    +            if (klen <= 0) {
    +                PEMerr(PEM_F_PEM_ASN1_WRITE_BIO, PEM_R_READ_KEY);
    +                goto err;
    +            }
     #ifdef CHARSET_EBCDIC
    -			/* Convert the pass phrase from EBCDIC */
    -			ebcdic2ascii(buf, buf, klen);
    +            /* Convert the pass phrase from EBCDIC */
    +            ebcdic2ascii(buf, buf, klen);
     #endif
    -			kstr=(unsigned char *)buf;
    -			}
    -		RAND_add(data,i,0);/* put in the RSA key. */
    -		OPENSSL_assert(enc->iv_len <= (int)sizeof(iv));
    -		if (RAND_pseudo_bytes(iv,enc->iv_len) < 0) /* Generate a salt */
    -			goto err;
    -		/* The 'iv' is used as the iv and as a salt.  It is
    -		 * NOT taken from the BytesToKey function */
    -		if (!EVP_BytesToKey(enc,EVP_md5(),iv,kstr,klen,1,key,NULL))
    -			goto err;
    -
    -		if (kstr == (unsigned char *)buf) OPENSSL_cleanse(buf,PEM_BUFSIZE);
    -
    -		OPENSSL_assert(strlen(objstr)+23+2*enc->iv_len+13 <= sizeof buf);
    -
    -		buf[0]='\0';
    -		PEM_proc_type(buf,PEM_TYPE_ENCRYPTED);
    -		PEM_dek_info(buf,objstr,enc->iv_len,(char *)iv);
    -		/* k=strlen(buf); */
    -
    -		EVP_CIPHER_CTX_init(&ctx);
    -		ret = 1;
    -		if (!EVP_EncryptInit_ex(&ctx,enc,NULL,key,iv)
    -			|| !EVP_EncryptUpdate(&ctx,data,&j,data,i)
    -			|| !EVP_EncryptFinal_ex(&ctx,&(data[j]),&i))
    -			ret = 0;
    -		EVP_CIPHER_CTX_cleanup(&ctx);
    -		if (ret == 0)
    -			goto err;
    -		i+=j;
    -		}
    -	else
    -		{
    -		ret=1;
    -		buf[0]='\0';
    -		}
    -	i=PEM_write_bio(bp,name,buf,data,i);
    -	if (i <= 0) ret=0;
    -err:
    -	OPENSSL_cleanse(key,sizeof(key));
    -	OPENSSL_cleanse(iv,sizeof(iv));
    -	OPENSSL_cleanse((char *)&ctx,sizeof(ctx));
    -	OPENSSL_cleanse(buf,PEM_BUFSIZE);
    -	if (data != NULL)
    -		{
    -		OPENSSL_cleanse(data,(unsigned int)dsize);
    -		OPENSSL_free(data);
    -		}
    -	return(ret);
    -	}
    +            kstr = (unsigned char *)buf;
    +        }
    +        RAND_add(data, i, 0);   /* put in the RSA key. */
    +        OPENSSL_assert(enc->iv_len <= (int)sizeof(iv));
    +        if (RAND_pseudo_bytes(iv, enc->iv_len) < 0) /* Generate a salt */
    +            goto err;
    +        /*
    +         * The 'iv' is used as the iv and as a salt.  It is NOT taken from
    +         * the BytesToKey function
    +         */
    +        if (!EVP_BytesToKey(enc, EVP_md5(), iv, kstr, klen, 1, key, NULL))
    +            goto err;
    +
    +        if (kstr == (unsigned char *)buf)
    +            OPENSSL_cleanse(buf, PEM_BUFSIZE);
    +
    +        OPENSSL_assert(strlen(objstr) + 23 + 2 * enc->iv_len + 13 <=
    +                       sizeof buf);
    +
    +        buf[0] = '\0';
    +        PEM_proc_type(buf, PEM_TYPE_ENCRYPTED);
    +        PEM_dek_info(buf, objstr, enc->iv_len, (char *)iv);
    +        /* k=strlen(buf); */
    +
    +        EVP_CIPHER_CTX_init(&ctx);
    +        ret = 1;
    +        if (!EVP_EncryptInit_ex(&ctx, enc, NULL, key, iv)
    +            || !EVP_EncryptUpdate(&ctx, data, &j, data, i)
    +            || !EVP_EncryptFinal_ex(&ctx, &(data[j]), &i))
    +            ret = 0;
    +        EVP_CIPHER_CTX_cleanup(&ctx);
    +        if (ret == 0)
    +            goto err;
    +        i += j;
    +    } else {
    +        ret = 1;
    +        buf[0] = '\0';
    +    }
    +    i = PEM_write_bio(bp, name, buf, data, i);
    +    if (i <= 0)
    +        ret = 0;
    + err:
    +    OPENSSL_cleanse(key, sizeof(key));
    +    OPENSSL_cleanse(iv, sizeof(iv));
    +    OPENSSL_cleanse((char *)&ctx, sizeof(ctx));
    +    OPENSSL_cleanse(buf, PEM_BUFSIZE);
    +    if (data != NULL) {
    +        OPENSSL_cleanse(data, (unsigned int)dsize);
    +        OPENSSL_free(data);
    +    }
    +    return (ret);
    +}
     
     int PEM_do_header(EVP_CIPHER_INFO *cipher, unsigned char *data, long *plen,
    -	     pem_password_cb *callback,void *u)
    -	{
    -	int i,j,o,klen;
    -	long len;
    -	EVP_CIPHER_CTX ctx;
    -	unsigned char key[EVP_MAX_KEY_LENGTH];
    -	char buf[PEM_BUFSIZE];
    -
    -	len= *plen;
    -
    -	if (cipher->cipher == NULL) return(1);
    -	if (callback == NULL)
    -		klen=PEM_def_callback(buf,PEM_BUFSIZE,0,u);
    -	else
    -		klen=callback(buf,PEM_BUFSIZE,0,u);
    -	if (klen <= 0)
    -		{
    -		PEMerr(PEM_F_PEM_DO_HEADER,PEM_R_BAD_PASSWORD_READ);
    -		return(0);
    -		}
    +                  pem_password_cb *callback, void *u)
    +{
    +    int i = 0, j, o, klen;
    +    long len;
    +    EVP_CIPHER_CTX ctx;
    +    unsigned char key[EVP_MAX_KEY_LENGTH];
    +    char buf[PEM_BUFSIZE];
    +
    +    len = *plen;
    +
    +    if (cipher->cipher == NULL)
    +        return (1);
    +    if (callback == NULL)
    +        klen = PEM_def_callback(buf, PEM_BUFSIZE, 0, u);
    +    else
    +        klen = callback(buf, PEM_BUFSIZE, 0, u);
    +    if (klen <= 0) {
    +        PEMerr(PEM_F_PEM_DO_HEADER, PEM_R_BAD_PASSWORD_READ);
    +        return (0);
    +    }
     #ifdef CHARSET_EBCDIC
    -	/* Convert the pass phrase from EBCDIC */
    -	ebcdic2ascii(buf, buf, klen);
    +    /* Convert the pass phrase from EBCDIC */
    +    ebcdic2ascii(buf, buf, klen);
     #endif
     
    -	if (!EVP_BytesToKey(cipher->cipher,EVP_md5(),&(cipher->iv[0]),
    -		(unsigned char *)buf,klen,1,key,NULL))
    -		return 0;
    -
    -	j=(int)len;
    -	EVP_CIPHER_CTX_init(&ctx);
    -	o = EVP_DecryptInit_ex(&ctx,cipher->cipher,NULL, key,&(cipher->iv[0]));
    -	if (o)
    -		o = EVP_DecryptUpdate(&ctx,data,&i,data,j);
    -	if (o)
    -		o = EVP_DecryptFinal_ex(&ctx,&(data[i]),&j);
    -	EVP_CIPHER_CTX_cleanup(&ctx);
    -	OPENSSL_cleanse((char *)buf,sizeof(buf));
    -	OPENSSL_cleanse((char *)key,sizeof(key));
    -	j+=i;
    -	if (!o)
    -		{
    -		PEMerr(PEM_F_PEM_DO_HEADER,PEM_R_BAD_DECRYPT);
    -		return(0);
    -		}
    -	*plen=j;
    -	return(1);
    -	}
    +    if (!EVP_BytesToKey(cipher->cipher, EVP_md5(), &(cipher->iv[0]),
    +                        (unsigned char *)buf, klen, 1, key, NULL))
    +        return 0;
    +
    +    j = (int)len;
    +    EVP_CIPHER_CTX_init(&ctx);
    +    o = EVP_DecryptInit_ex(&ctx, cipher->cipher, NULL, key, &(cipher->iv[0]));
    +    if (o)
    +        o = EVP_DecryptUpdate(&ctx, data, &i, data, j);
    +    if (o)
    +        o = EVP_DecryptFinal_ex(&ctx, &(data[i]), &j);
    +    EVP_CIPHER_CTX_cleanup(&ctx);
    +    OPENSSL_cleanse((char *)buf, sizeof(buf));
    +    OPENSSL_cleanse((char *)key, sizeof(key));
    +    if (o)
    +        j += i;
    +    else {
    +        PEMerr(PEM_F_PEM_DO_HEADER, PEM_R_BAD_DECRYPT);
    +        return (0);
    +    }
    +    *plen = j;
    +    return (1);
    +}
     
     int PEM_get_EVP_CIPHER_INFO(char *header, EVP_CIPHER_INFO *cipher)
    -	{
    -	const EVP_CIPHER *enc=NULL;
    -	char *p,c;
    -	char **header_pp = &header;
    -
    -	cipher->cipher=NULL;
    -	if ((header == NULL) || (*header == '\0') || (*header == '\n'))
    -		return(1);
    -	if (strncmp(header,"Proc-Type: ",11) != 0)
    -		{ PEMerr(PEM_F_PEM_GET_EVP_CIPHER_INFO,PEM_R_NOT_PROC_TYPE); return(0); }
    -	header+=11;
    -	if (*header != '4') return(0); header++;
    -	if (*header != ',') return(0); header++;
    -	if (strncmp(header,"ENCRYPTED",9) != 0)
    -		{ PEMerr(PEM_F_PEM_GET_EVP_CIPHER_INFO,PEM_R_NOT_ENCRYPTED); return(0); }
    -	for (; (*header != '\n') && (*header != '\0'); header++)
    -		;
    -	if (*header == '\0')
    -		{ PEMerr(PEM_F_PEM_GET_EVP_CIPHER_INFO,PEM_R_SHORT_HEADER); return(0); }
    -	header++;
    -	if (strncmp(header,"DEK-Info: ",10) != 0)
    -		{ PEMerr(PEM_F_PEM_GET_EVP_CIPHER_INFO,PEM_R_NOT_DEK_INFO); return(0); }
    -	header+=10;
    -
    -	p=header;
    -	for (;;)
    -		{
    -		c= *header;
    +{
    +    const EVP_CIPHER *enc = NULL;
    +    char *p, c;
    +    char **header_pp = &header;
    +
    +    cipher->cipher = NULL;
    +    if ((header == NULL) || (*header == '\0') || (*header == '\n'))
    +        return (1);
    +    if (strncmp(header, "Proc-Type: ", 11) != 0) {
    +        PEMerr(PEM_F_PEM_GET_EVP_CIPHER_INFO, PEM_R_NOT_PROC_TYPE);
    +        return (0);
    +    }
    +    header += 11;
    +    if (*header != '4')
    +        return (0);
    +    header++;
    +    if (*header != ',')
    +        return (0);
    +    header++;
    +    if (strncmp(header, "ENCRYPTED", 9) != 0) {
    +        PEMerr(PEM_F_PEM_GET_EVP_CIPHER_INFO, PEM_R_NOT_ENCRYPTED);
    +        return (0);
    +    }
    +    for (; (*header != '\n') && (*header != '\0'); header++) ;
    +    if (*header == '\0') {
    +        PEMerr(PEM_F_PEM_GET_EVP_CIPHER_INFO, PEM_R_SHORT_HEADER);
    +        return (0);
    +    }
    +    header++;
    +    if (strncmp(header, "DEK-Info: ", 10) != 0) {
    +        PEMerr(PEM_F_PEM_GET_EVP_CIPHER_INFO, PEM_R_NOT_DEK_INFO);
    +        return (0);
    +    }
    +    header += 10;
    +
    +    p = header;
    +    for (;;) {
    +        c = *header;
     #ifndef CHARSET_EBCDIC
    -		if (!(	((c >= 'A') && (c <= 'Z')) || (c == '-') ||
    -			((c >= '0') && (c <= '9'))))
    -			break;
    +        if (!(((c >= 'A') && (c <= 'Z')) || (c == '-') ||
    +              ((c >= '0') && (c <= '9'))))
    +            break;
     #else
    -		if (!(	isupper(c) || (c == '-') ||
    -			isdigit(c)))
    -			break;
    +        if (!(isupper(c) || (c == '-') || isdigit(c)))
    +            break;
     #endif
    -		header++;
    -		}
    -	*header='\0';
    -	cipher->cipher=enc=EVP_get_cipherbyname(p);
    -	*header=c;
    -	header++;
    -
    -	if (enc == NULL)
    -		{
    -		PEMerr(PEM_F_PEM_GET_EVP_CIPHER_INFO,PEM_R_UNSUPPORTED_ENCRYPTION);
    -		return(0);
    -		}
    -	if (!load_iv(header_pp,&(cipher->iv[0]),enc->iv_len))
    -		return(0);
    -
    -	return(1);
    -	}
    +        header++;
    +    }
    +    *header = '\0';
    +    cipher->cipher = enc = EVP_get_cipherbyname(p);
    +    *header = c;
    +    header++;
    +
    +    if (enc == NULL) {
    +        PEMerr(PEM_F_PEM_GET_EVP_CIPHER_INFO, PEM_R_UNSUPPORTED_ENCRYPTION);
    +        return (0);
    +    }
    +    if (!load_iv(header_pp, &(cipher->iv[0]), enc->iv_len))
    +        return (0);
    +
    +    return (1);
    +}
     
     static int load_iv(char **fromp, unsigned char *to, int num)
    -	{
    -	int v,i;
    -	char *from;
    -
    -	from= *fromp;
    -	for (i=0; i= '0') && (*from <= '9'))
    -			v= *from-'0';
    -		else if ((*from >= 'A') && (*from <= 'F'))
    -			v= *from-'A'+10;
    -		else if ((*from >= 'a') && (*from <= 'f'))
    -			v= *from-'a'+10;
    -		else
    -			{
    -			PEMerr(PEM_F_LOAD_IV,PEM_R_BAD_IV_CHARS);
    -			return(0);
    -			}
    -		from++;
    -		to[i/2]|=v<<(long)((!(i&1))*4);
    -		}
    -
    -	*fromp=from;
    -	return(1);
    -	}
    +{
    +    int v, i;
    +    char *from;
    +
    +    from = *fromp;
    +    for (i = 0; i < num; i++)
    +        to[i] = 0;
    +    num *= 2;
    +    for (i = 0; i < num; i++) {
    +        if ((*from >= '0') && (*from <= '9'))
    +            v = *from - '0';
    +        else if ((*from >= 'A') && (*from <= 'F'))
    +            v = *from - 'A' + 10;
    +        else if ((*from >= 'a') && (*from <= 'f'))
    +            v = *from - 'a' + 10;
    +        else {
    +            PEMerr(PEM_F_LOAD_IV, PEM_R_BAD_IV_CHARS);
    +            return (0);
    +        }
    +        from++;
    +        to[i / 2] |= v << (long)((!(i & 1)) * 4);
    +    }
    +
    +    *fromp = from;
    +    return (1);
    +}
     
     #ifndef OPENSSL_NO_FP_API
    -int PEM_write(FILE *fp, char *name, char *header, unsigned char *data,
    -	     long len)
    -        {
    -        BIO *b;
    -        int ret;
    -
    -        if ((b=BIO_new(BIO_s_file())) == NULL)
    -		{
    -		PEMerr(PEM_F_PEM_WRITE,ERR_R_BUF_LIB);
    -                return(0);
    -		}
    -        BIO_set_fp(b,fp,BIO_NOCLOSE);
    -        ret=PEM_write_bio(b, name, header, data,len);
    -        BIO_free(b);
    -        return(ret);
    -        }
    +int PEM_write(FILE *fp, const char *name, const char *header,
    +              const unsigned char *data, long len)
    +{
    +    BIO *b;
    +    int ret;
    +
    +    if ((b = BIO_new(BIO_s_file())) == NULL) {
    +        PEMerr(PEM_F_PEM_WRITE, ERR_R_BUF_LIB);
    +        return (0);
    +    }
    +    BIO_set_fp(b, fp, BIO_NOCLOSE);
    +    ret = PEM_write_bio(b, name, header, data, len);
    +    BIO_free(b);
    +    return (ret);
    +}
     #endif
     
    -int PEM_write_bio(BIO *bp, const char *name, char *header, unsigned char *data,
    -	     long len)
    -	{
    -	int nlen,n,i,j,outl;
    -	unsigned char *buf = NULL;
    -	EVP_ENCODE_CTX ctx;
    -	int reason=ERR_R_BUF_LIB;
    -	
    -	EVP_EncodeInit(&ctx);
    -	nlen=strlen(name);
    -
    -	if (	(BIO_write(bp,"-----BEGIN ",11) != 11) ||
    -		(BIO_write(bp,name,nlen) != nlen) ||
    -		(BIO_write(bp,"-----\n",6) != 6))
    -		goto err;
    -		
    -	i=strlen(header);
    -	if (i > 0)
    -		{
    -		if (	(BIO_write(bp,header,i) != i) ||
    -			(BIO_write(bp,"\n",1) != 1))
    -			goto err;
    -		}
    -
    -	buf = OPENSSL_malloc(PEM_BUFSIZE*8);
    -	if (buf == NULL)
    -		{
    -		reason=ERR_R_MALLOC_FAILURE;
    -		goto err;
    -		}
    -
    -	i=j=0;
    -	while (len > 0)
    -		{
    -		n=(int)((len>(PEM_BUFSIZE*5))?(PEM_BUFSIZE*5):len);
    -		EVP_EncodeUpdate(&ctx,buf,&outl,&(data[j]),n);
    -		if ((outl) && (BIO_write(bp,(char *)buf,outl) != outl))
    -			goto err;
    -		i+=outl;
    -		len-=n;
    -		j+=n;
    -		}
    -	EVP_EncodeFinal(&ctx,buf,&outl);
    -	if ((outl > 0) && (BIO_write(bp,(char *)buf,outl) != outl)) goto err;
    -	OPENSSL_cleanse(buf, PEM_BUFSIZE*8);
    -	OPENSSL_free(buf);
    -	buf = NULL;
    -	if (	(BIO_write(bp,"-----END ",9) != 9) ||
    -		(BIO_write(bp,name,nlen) != nlen) ||
    -		(BIO_write(bp,"-----\n",6) != 6))
    -		goto err;
    -	return(i+outl);
    -err:
    -	if (buf) {
    -		OPENSSL_cleanse(buf, PEM_BUFSIZE*8);
    -		OPENSSL_free(buf);
    -	}
    -	PEMerr(PEM_F_PEM_WRITE_BIO,reason);
    -	return(0);
    -	}
    +int PEM_write_bio(BIO *bp, const char *name, const char *header,
    +                  const unsigned char *data, long len)
    +{
    +    int nlen, n, i, j, outl;
    +    unsigned char *buf = NULL;
    +    EVP_ENCODE_CTX ctx;
    +    int reason = ERR_R_BUF_LIB;
    +
    +    EVP_EncodeInit(&ctx);
    +    nlen = strlen(name);
    +
    +    if ((BIO_write(bp, "-----BEGIN ", 11) != 11) ||
    +        (BIO_write(bp, name, nlen) != nlen) ||
    +        (BIO_write(bp, "-----\n", 6) != 6))
    +        goto err;
    +
    +    i = strlen(header);
    +    if (i > 0) {
    +        if ((BIO_write(bp, header, i) != i) || (BIO_write(bp, "\n", 1) != 1))
    +            goto err;
    +    }
    +
    +    buf = OPENSSL_malloc(PEM_BUFSIZE * 8);
    +    if (buf == NULL) {
    +        reason = ERR_R_MALLOC_FAILURE;
    +        goto err;
    +    }
    +
    +    i = j = 0;
    +    while (len > 0) {
    +        n = (int)((len > (PEM_BUFSIZE * 5)) ? (PEM_BUFSIZE * 5) : len);
    +        EVP_EncodeUpdate(&ctx, buf, &outl, &(data[j]), n);
    +        if ((outl) && (BIO_write(bp, (char *)buf, outl) != outl))
    +            goto err;
    +        i += outl;
    +        len -= n;
    +        j += n;
    +    }
    +    EVP_EncodeFinal(&ctx, buf, &outl);
    +    if ((outl > 0) && (BIO_write(bp, (char *)buf, outl) != outl))
    +        goto err;
    +    OPENSSL_cleanse(buf, PEM_BUFSIZE * 8);
    +    OPENSSL_free(buf);
    +    buf = NULL;
    +    if ((BIO_write(bp, "-----END ", 9) != 9) ||
    +        (BIO_write(bp, name, nlen) != nlen) ||
    +        (BIO_write(bp, "-----\n", 6) != 6))
    +        goto err;
    +    return (i + outl);
    + err:
    +    if (buf) {
    +        OPENSSL_cleanse(buf, PEM_BUFSIZE * 8);
    +        OPENSSL_free(buf);
    +    }
    +    PEMerr(PEM_F_PEM_WRITE_BIO, reason);
    +    return (0);
    +}
     
     #ifndef OPENSSL_NO_FP_API
     int PEM_read(FILE *fp, char **name, char **header, unsigned char **data,
    -	     long *len)
    -        {
    -        BIO *b;
    -        int ret;
    -
    -        if ((b=BIO_new(BIO_s_file())) == NULL)
    -		{
    -		PEMerr(PEM_F_PEM_READ,ERR_R_BUF_LIB);
    -                return(0);
    -		}
    -        BIO_set_fp(b,fp,BIO_NOCLOSE);
    -        ret=PEM_read_bio(b, name, header, data,len);
    -        BIO_free(b);
    -        return(ret);
    -        }
    +             long *len)
    +{
    +    BIO *b;
    +    int ret;
    +
    +    if ((b = BIO_new(BIO_s_file())) == NULL) {
    +        PEMerr(PEM_F_PEM_READ, ERR_R_BUF_LIB);
    +        return (0);
    +    }
    +    BIO_set_fp(b, fp, BIO_NOCLOSE);
    +    ret = PEM_read_bio(b, name, header, data, len);
    +    BIO_free(b);
    +    return (ret);
    +}
     #endif
     
     int PEM_read_bio(BIO *bp, char **name, char **header, unsigned char **data,
    -	     long *len)
    -	{
    -	EVP_ENCODE_CTX ctx;
    -	int end=0,i,k,bl=0,hl=0,nohead=0;
    -	char buf[256];
    -	BUF_MEM *nameB;
    -	BUF_MEM *headerB;
    -	BUF_MEM *dataB,*tmpB;
    -	
    -	nameB=BUF_MEM_new();
    -	headerB=BUF_MEM_new();
    -	dataB=BUF_MEM_new();
    -	if ((nameB == NULL) || (headerB == NULL) || (dataB == NULL))
    -		{
    -		BUF_MEM_free(nameB);
    -		BUF_MEM_free(headerB);
    -		BUF_MEM_free(dataB);
    -		PEMerr(PEM_F_PEM_READ_BIO,ERR_R_MALLOC_FAILURE);
    -		return(0);
    -		}
    -
    -	buf[254]='\0';
    -	for (;;)
    -		{
    -		i=BIO_gets(bp,buf,254);
    -
    -		if (i <= 0)
    -			{
    -			PEMerr(PEM_F_PEM_READ_BIO,PEM_R_NO_START_LINE);
    -			goto err;
    -			}
    -
    -		while ((i >= 0) && (buf[i] <= ' ')) i--;
    -		buf[++i]='\n'; buf[++i]='\0';
    -
    -		if (strncmp(buf,"-----BEGIN ",11) == 0)
    -			{
    -			i=strlen(&(buf[11]));
    -
    -			if (strncmp(&(buf[11+i-6]),"-----\n",6) != 0)
    -				continue;
    -			if (!BUF_MEM_grow(nameB,i+9))
    -				{
    -				PEMerr(PEM_F_PEM_READ_BIO,ERR_R_MALLOC_FAILURE);
    -				goto err;
    -				}
    -			memcpy(nameB->data,&(buf[11]),i-6);
    -			nameB->data[i-6]='\0';
    -			break;
    -			}
    -		}
    -	hl=0;
    -	if (!BUF_MEM_grow(headerB,256))
    -		{ PEMerr(PEM_F_PEM_READ_BIO,ERR_R_MALLOC_FAILURE); goto err; }
    -	headerB->data[0]='\0';
    -	for (;;)
    -		{
    -		i=BIO_gets(bp,buf,254);
    -		if (i <= 0) break;
    -
    -		while ((i >= 0) && (buf[i] <= ' ')) i--;
    -		buf[++i]='\n'; buf[++i]='\0';
    -
    -		if (buf[0] == '\n') break;
    -		if (!BUF_MEM_grow(headerB,hl+i+9))
    -			{ PEMerr(PEM_F_PEM_READ_BIO,ERR_R_MALLOC_FAILURE); goto err; }
    -		if (strncmp(buf,"-----END ",9) == 0)
    -			{
    -			nohead=1;
    -			break;
    -			}
    -		memcpy(&(headerB->data[hl]),buf,i);
    -		headerB->data[hl+i]='\0';
    -		hl+=i;
    -		}
    -
    -	bl=0;
    -	if (!BUF_MEM_grow(dataB,1024))
    -		{ PEMerr(PEM_F_PEM_READ_BIO,ERR_R_MALLOC_FAILURE); goto err; }
    -	dataB->data[0]='\0';
    -	if (!nohead)
    -		{
    -		for (;;)
    -			{
    -			i=BIO_gets(bp,buf,254);
    -			if (i <= 0) break;
    -
    -			while ((i >= 0) && (buf[i] <= ' ')) i--;
    -			buf[++i]='\n'; buf[++i]='\0';
    -
    -			if (i != 65) end=1;
    -			if (strncmp(buf,"-----END ",9) == 0)
    -				break;
    -			if (i > 65) break;
    -			if (!BUF_MEM_grow_clean(dataB,i+bl+9))
    -				{
    -				PEMerr(PEM_F_PEM_READ_BIO,ERR_R_MALLOC_FAILURE);
    -				goto err;
    -				}
    -			memcpy(&(dataB->data[bl]),buf,i);
    -			dataB->data[bl+i]='\0';
    -			bl+=i;
    -			if (end)
    -				{
    -				buf[0]='\0';
    -				i=BIO_gets(bp,buf,254);
    -				if (i <= 0) break;
    -
    -				while ((i >= 0) && (buf[i] <= ' ')) i--;
    -				buf[++i]='\n'; buf[++i]='\0';
    -
    -				break;
    -				}
    -			}
    -		}
    -	else
    -		{
    -		tmpB=headerB;
    -		headerB=dataB;
    -		dataB=tmpB;
    -		bl=hl;
    -		}
    -	i=strlen(nameB->data);
    -	if (	(strncmp(buf,"-----END ",9) != 0) ||
    -		(strncmp(nameB->data,&(buf[9]),i) != 0) ||
    -		(strncmp(&(buf[9+i]),"-----\n",6) != 0))
    -		{
    -		PEMerr(PEM_F_PEM_READ_BIO,PEM_R_BAD_END_LINE);
    -		goto err;
    -		}
    -
    -	EVP_DecodeInit(&ctx);
    -	i=EVP_DecodeUpdate(&ctx,
    -		(unsigned char *)dataB->data,&bl,
    -		(unsigned char *)dataB->data,bl);
    -	if (i < 0)
    -		{
    -		PEMerr(PEM_F_PEM_READ_BIO,PEM_R_BAD_BASE64_DECODE);
    -		goto err;
    -		}
    -	i=EVP_DecodeFinal(&ctx,(unsigned char *)&(dataB->data[bl]),&k);
    -	if (i < 0)
    -		{
    -		PEMerr(PEM_F_PEM_READ_BIO,PEM_R_BAD_BASE64_DECODE);
    -		goto err;
    -		}
    -	bl+=k;
    -
    -	if (bl == 0) goto err;
    -	*name=nameB->data;
    -	*header=headerB->data;
    -	*data=(unsigned char *)dataB->data;
    -	*len=bl;
    -	OPENSSL_free(nameB);
    -	OPENSSL_free(headerB);
    -	OPENSSL_free(dataB);
    -	return(1);
    -err:
    -	BUF_MEM_free(nameB);
    -	BUF_MEM_free(headerB);
    -	BUF_MEM_free(dataB);
    -	return(0);
    -	}
    -
    -/* Check pem string and return prefix length.
    - * If for example the pem_str == "RSA PRIVATE KEY" and suffix = "PRIVATE KEY"
    - * the return value is 3 for the string "RSA".
    +                 long *len)
    +{
    +    EVP_ENCODE_CTX ctx;
    +    int end = 0, i, k, bl = 0, hl = 0, nohead = 0;
    +    char buf[256];
    +    BUF_MEM *nameB;
    +    BUF_MEM *headerB;
    +    BUF_MEM *dataB, *tmpB;
    +
    +    nameB = BUF_MEM_new();
    +    headerB = BUF_MEM_new();
    +    dataB = BUF_MEM_new();
    +    if ((nameB == NULL) || (headerB == NULL) || (dataB == NULL)) {
    +        BUF_MEM_free(nameB);
    +        BUF_MEM_free(headerB);
    +        BUF_MEM_free(dataB);
    +        PEMerr(PEM_F_PEM_READ_BIO, ERR_R_MALLOC_FAILURE);
    +        return (0);
    +    }
    +
    +    buf[254] = '\0';
    +    for (;;) {
    +        i = BIO_gets(bp, buf, 254);
    +
    +        if (i <= 0) {
    +            PEMerr(PEM_F_PEM_READ_BIO, PEM_R_NO_START_LINE);
    +            goto err;
    +        }
    +
    +        while ((i >= 0) && (buf[i] <= ' '))
    +            i--;
    +        buf[++i] = '\n';
    +        buf[++i] = '\0';
    +
    +        if (strncmp(buf, "-----BEGIN ", 11) == 0) {
    +            i = strlen(&(buf[11]));
    +
    +            if (strncmp(&(buf[11 + i - 6]), "-----\n", 6) != 0)
    +                continue;
    +            if (!BUF_MEM_grow(nameB, i + 9)) {
    +                PEMerr(PEM_F_PEM_READ_BIO, ERR_R_MALLOC_FAILURE);
    +                goto err;
    +            }
    +            memcpy(nameB->data, &(buf[11]), i - 6);
    +            nameB->data[i - 6] = '\0';
    +            break;
    +        }
    +    }
    +    hl = 0;
    +    if (!BUF_MEM_grow(headerB, 256)) {
    +        PEMerr(PEM_F_PEM_READ_BIO, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +    headerB->data[0] = '\0';
    +    for (;;) {
    +        i = BIO_gets(bp, buf, 254);
    +        if (i <= 0)
    +            break;
    +
    +        while ((i >= 0) && (buf[i] <= ' '))
    +            i--;
    +        buf[++i] = '\n';
    +        buf[++i] = '\0';
    +
    +        if (buf[0] == '\n')
    +            break;
    +        if (!BUF_MEM_grow(headerB, hl + i + 9)) {
    +            PEMerr(PEM_F_PEM_READ_BIO, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +        if (strncmp(buf, "-----END ", 9) == 0) {
    +            nohead = 1;
    +            break;
    +        }
    +        memcpy(&(headerB->data[hl]), buf, i);
    +        headerB->data[hl + i] = '\0';
    +        hl += i;
    +    }
    +
    +    bl = 0;
    +    if (!BUF_MEM_grow(dataB, 1024)) {
    +        PEMerr(PEM_F_PEM_READ_BIO, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +    dataB->data[0] = '\0';
    +    if (!nohead) {
    +        for (;;) {
    +            i = BIO_gets(bp, buf, 254);
    +            if (i <= 0)
    +                break;
    +
    +            while ((i >= 0) && (buf[i] <= ' '))
    +                i--;
    +            buf[++i] = '\n';
    +            buf[++i] = '\0';
    +
    +            if (i != 65)
    +                end = 1;
    +            if (strncmp(buf, "-----END ", 9) == 0)
    +                break;
    +            if (i > 65)
    +                break;
    +            if (!BUF_MEM_grow_clean(dataB, i + bl + 9)) {
    +                PEMerr(PEM_F_PEM_READ_BIO, ERR_R_MALLOC_FAILURE);
    +                goto err;
    +            }
    +            memcpy(&(dataB->data[bl]), buf, i);
    +            dataB->data[bl + i] = '\0';
    +            bl += i;
    +            if (end) {
    +                buf[0] = '\0';
    +                i = BIO_gets(bp, buf, 254);
    +                if (i <= 0)
    +                    break;
    +
    +                while ((i >= 0) && (buf[i] <= ' '))
    +                    i--;
    +                buf[++i] = '\n';
    +                buf[++i] = '\0';
    +
    +                break;
    +            }
    +        }
    +    } else {
    +        tmpB = headerB;
    +        headerB = dataB;
    +        dataB = tmpB;
    +        bl = hl;
    +    }
    +    i = strlen(nameB->data);
    +    if ((strncmp(buf, "-----END ", 9) != 0) ||
    +        (strncmp(nameB->data, &(buf[9]), i) != 0) ||
    +        (strncmp(&(buf[9 + i]), "-----\n", 6) != 0)) {
    +        PEMerr(PEM_F_PEM_READ_BIO, PEM_R_BAD_END_LINE);
    +        goto err;
    +    }
    +
    +    EVP_DecodeInit(&ctx);
    +    i = EVP_DecodeUpdate(&ctx,
    +                         (unsigned char *)dataB->data, &bl,
    +                         (unsigned char *)dataB->data, bl);
    +    if (i < 0) {
    +        PEMerr(PEM_F_PEM_READ_BIO, PEM_R_BAD_BASE64_DECODE);
    +        goto err;
    +    }
    +    i = EVP_DecodeFinal(&ctx, (unsigned char *)&(dataB->data[bl]), &k);
    +    if (i < 0) {
    +        PEMerr(PEM_F_PEM_READ_BIO, PEM_R_BAD_BASE64_DECODE);
    +        goto err;
    +    }
    +    bl += k;
    +
    +    if (bl == 0)
    +        goto err;
    +    *name = nameB->data;
    +    *header = headerB->data;
    +    *data = (unsigned char *)dataB->data;
    +    *len = bl;
    +    OPENSSL_free(nameB);
    +    OPENSSL_free(headerB);
    +    OPENSSL_free(dataB);
    +    return (1);
    + err:
    +    BUF_MEM_free(nameB);
    +    BUF_MEM_free(headerB);
    +    BUF_MEM_free(dataB);
    +    return (0);
    +}
    +
    +/*
    + * Check pem string and return prefix length. If for example the pem_str ==
    + * "RSA PRIVATE KEY" and suffix = "PRIVATE KEY" the return value is 3 for the
    + * string "RSA".
      */
     
     int pem_check_suffix(const char *pem_str, const char *suffix)
    -	{
    -	int pem_len = strlen(pem_str);
    -	int suffix_len = strlen(suffix);
    -	const char *p;
    -	if (suffix_len + 1 >= pem_len)
    -		return 0;
    -	p = pem_str + pem_len - suffix_len;
    -	if (strcmp(p, suffix))
    -		return 0;
    -	p--;
    -	if (*p != ' ')
    -		return 0;
    -	return p - pem_str;
    -	}
    -
    +{
    +    int pem_len = strlen(pem_str);
    +    int suffix_len = strlen(suffix);
    +    const char *p;
    +    if (suffix_len + 1 >= pem_len)
    +        return 0;
    +    p = pem_str + pem_len - suffix_len;
    +    if (strcmp(p, suffix))
    +        return 0;
    +    p--;
    +    if (*p != ' ')
    +        return 0;
    +    return p - pem_str;
    +}
    diff --git a/openssl/crypto/pem/pem_oth.c b/openssl/crypto/pem/pem_oth.c
    index b33868d25..1dd3bd7a1 100644
    --- a/openssl/crypto/pem/pem_oth.c
    +++ b/openssl/crypto/pem/pem_oth.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -68,19 +68,19 @@
     /* Handle 'other' PEMs: not private keys */
     
     void *PEM_ASN1_read_bio(d2i_of_void *d2i, const char *name, BIO *bp, void **x,
    -			pem_password_cb *cb, void *u)
    -	{
    -	const unsigned char *p=NULL;
    -	unsigned char *data=NULL;
    -	long len;
    -	char *ret=NULL;
    +                        pem_password_cb *cb, void *u)
    +{
    +    const unsigned char *p = NULL;
    +    unsigned char *data = NULL;
    +    long len;
    +    char *ret = NULL;
     
    -	if (!PEM_bytes_read_bio(&data, &len, NULL, name, bp, cb, u))
    -		return NULL;
    -	p = data;
    -	ret=d2i(x,&p,len);
    -	if (ret == NULL)
    -		PEMerr(PEM_F_PEM_ASN1_READ_BIO,ERR_R_ASN1_LIB);
    -	OPENSSL_free(data);
    -	return(ret);
    -	}
    +    if (!PEM_bytes_read_bio(&data, &len, NULL, name, bp, cb, u))
    +        return NULL;
    +    p = data;
    +    ret = d2i(x, &p, len);
    +    if (ret == NULL)
    +        PEMerr(PEM_F_PEM_ASN1_READ_BIO, ERR_R_ASN1_LIB);
    +    OPENSSL_free(data);
    +    return (ret);
    +}
    diff --git a/openssl/crypto/pem/pem_pk8.c b/openssl/crypto/pem/pem_pk8.c
    index 6deab8c33..b98c76c4a 100644
    --- a/openssl/crypto/pem/pem_pk8.c
    +++ b/openssl/crypto/pem/pem_pk8.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -67,176 +67,191 @@
     #include 
     
     static int do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder,
    -				int nid, const EVP_CIPHER *enc,
    -				char *kstr, int klen,
    -				pem_password_cb *cb, void *u);
    +                      int nid, const EVP_CIPHER *enc,
    +                      char *kstr, int klen, pem_password_cb *cb, void *u);
     static int do_pk8pkey_fp(FILE *bp, EVP_PKEY *x, int isder,
    -				int nid, const EVP_CIPHER *enc,
    -				char *kstr, int klen,
    -				pem_password_cb *cb, void *u);
    +                         int nid, const EVP_CIPHER *enc,
    +                         char *kstr, int klen, pem_password_cb *cb, void *u);
     
    -/* These functions write a private key in PKCS#8 format: it is a "drop in"
    +/*
    + * These functions write a private key in PKCS#8 format: it is a "drop in"
      * replacement for PEM_write_bio_PrivateKey() and friends. As usual if 'enc'
      * is NULL then it uses the unencrypted private key form. The 'nid' versions
      * uses PKCS#5 v1.5 PBE algorithms whereas the others use PKCS#5 v2.0.
      */
     
     int PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, EVP_PKEY *x, int nid,
    -				  char *kstr, int klen,
    -				  pem_password_cb *cb, void *u)
    +                                      char *kstr, int klen,
    +                                      pem_password_cb *cb, void *u)
     {
    -	return do_pk8pkey(bp, x, 0, nid, NULL, kstr, klen, cb, u);
    +    return do_pk8pkey(bp, x, 0, nid, NULL, kstr, klen, cb, u);
     }
     
     int PEM_write_bio_PKCS8PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
    -				  char *kstr, int klen,
    -				  pem_password_cb *cb, void *u)
    +                                  char *kstr, int klen,
    +                                  pem_password_cb *cb, void *u)
     {
    -	return do_pk8pkey(bp, x, 0, -1, enc, kstr, klen, cb, u);
    +    return do_pk8pkey(bp, x, 0, -1, enc, kstr, klen, cb, u);
     }
     
     int i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
    -				  char *kstr, int klen,
    -				  pem_password_cb *cb, void *u)
    +                            char *kstr, int klen,
    +                            pem_password_cb *cb, void *u)
     {
    -	return do_pk8pkey(bp, x, 1, -1, enc, kstr, klen, cb, u);
    +    return do_pk8pkey(bp, x, 1, -1, enc, kstr, klen, cb, u);
     }
     
     int i2d_PKCS8PrivateKey_nid_bio(BIO *bp, EVP_PKEY *x, int nid,
    -				  char *kstr, int klen,
    -				  pem_password_cb *cb, void *u)
    +                                char *kstr, int klen,
    +                                pem_password_cb *cb, void *u)
     {
    -	return do_pk8pkey(bp, x, 1, nid, NULL, kstr, klen, cb, u);
    +    return do_pk8pkey(bp, x, 1, nid, NULL, kstr, klen, cb, u);
     }
     
    -static int do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc,
    -				  char *kstr, int klen,
    -				  pem_password_cb *cb, void *u)
    +static int do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder, int nid,
    +                      const EVP_CIPHER *enc, char *kstr, int klen,
    +                      pem_password_cb *cb, void *u)
     {
    -	X509_SIG *p8;
    -	PKCS8_PRIV_KEY_INFO *p8inf;
    -	char buf[PEM_BUFSIZE];
    -	int ret;
    -	if(!(p8inf = EVP_PKEY2PKCS8(x))) {
    -		PEMerr(PEM_F_DO_PK8PKEY,
    -					PEM_R_ERROR_CONVERTING_PRIVATE_KEY);
    -		return 0;
    -	}
    -	if(enc || (nid != -1)) {
    -		if(!kstr) {
    -			if(!cb) klen = PEM_def_callback(buf, PEM_BUFSIZE, 1, u);
    -			else klen = cb(buf, PEM_BUFSIZE, 1, u);
    -			if(klen <= 0) {
    -				PEMerr(PEM_F_DO_PK8PKEY,PEM_R_READ_KEY);
    -				PKCS8_PRIV_KEY_INFO_free(p8inf);
    -				return 0;
    -			}
    -				
    -			kstr = buf;
    -		}
    -		p8 = PKCS8_encrypt(nid, enc, kstr, klen, NULL, 0, 0, p8inf);
    -		if(kstr == buf) OPENSSL_cleanse(buf, klen);
    -		PKCS8_PRIV_KEY_INFO_free(p8inf);
    -		if(isder) ret = i2d_PKCS8_bio(bp, p8);
    -		else ret = PEM_write_bio_PKCS8(bp, p8);
    -		X509_SIG_free(p8);
    -		return ret;
    -	} else {
    -		if(isder) ret = i2d_PKCS8_PRIV_KEY_INFO_bio(bp, p8inf);
    -		else ret = PEM_write_bio_PKCS8_PRIV_KEY_INFO(bp, p8inf);
    -		PKCS8_PRIV_KEY_INFO_free(p8inf);
    -		return ret;
    -	}
    +    X509_SIG *p8;
    +    PKCS8_PRIV_KEY_INFO *p8inf;
    +    char buf[PEM_BUFSIZE];
    +    int ret;
    +    if (!(p8inf = EVP_PKEY2PKCS8(x))) {
    +        PEMerr(PEM_F_DO_PK8PKEY, PEM_R_ERROR_CONVERTING_PRIVATE_KEY);
    +        return 0;
    +    }
    +    if (enc || (nid != -1)) {
    +        if (!kstr) {
    +            if (!cb)
    +                klen = PEM_def_callback(buf, PEM_BUFSIZE, 1, u);
    +            else
    +                klen = cb(buf, PEM_BUFSIZE, 1, u);
    +            if (klen <= 0) {
    +                PEMerr(PEM_F_DO_PK8PKEY, PEM_R_READ_KEY);
    +                PKCS8_PRIV_KEY_INFO_free(p8inf);
    +                return 0;
    +            }
    +
    +            kstr = buf;
    +        }
    +        p8 = PKCS8_encrypt(nid, enc, kstr, klen, NULL, 0, 0, p8inf);
    +        if (kstr == buf)
    +            OPENSSL_cleanse(buf, klen);
    +        PKCS8_PRIV_KEY_INFO_free(p8inf);
    +        if (isder)
    +            ret = i2d_PKCS8_bio(bp, p8);
    +        else
    +            ret = PEM_write_bio_PKCS8(bp, p8);
    +        X509_SIG_free(p8);
    +        return ret;
    +    } else {
    +        if (isder)
    +            ret = i2d_PKCS8_PRIV_KEY_INFO_bio(bp, p8inf);
    +        else
    +            ret = PEM_write_bio_PKCS8_PRIV_KEY_INFO(bp, p8inf);
    +        PKCS8_PRIV_KEY_INFO_free(p8inf);
    +        return ret;
    +    }
     }
     
    -EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u)
    +EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb,
    +                                  void *u)
     {
    -	PKCS8_PRIV_KEY_INFO *p8inf = NULL;
    -	X509_SIG *p8 = NULL;
    -	int klen;
    -	EVP_PKEY *ret;
    -	char psbuf[PEM_BUFSIZE];
    -	p8 = d2i_PKCS8_bio(bp, NULL);
    -	if(!p8) return NULL;
    -	if (cb) klen=cb(psbuf,PEM_BUFSIZE,0,u);
    -	else klen=PEM_def_callback(psbuf,PEM_BUFSIZE,0,u);
    -	if (klen <= 0) {
    -		PEMerr(PEM_F_D2I_PKCS8PRIVATEKEY_BIO, PEM_R_BAD_PASSWORD_READ);
    -		X509_SIG_free(p8);
    -		return NULL;	
    -	}
    -	p8inf = PKCS8_decrypt(p8, psbuf, klen);
    -	X509_SIG_free(p8);
    -	if(!p8inf) return NULL;
    -	ret = EVP_PKCS82PKEY(p8inf);
    -	PKCS8_PRIV_KEY_INFO_free(p8inf);
    -	if(!ret) return NULL;
    -	if(x) {
    -		if(*x) EVP_PKEY_free(*x);
    -		*x = ret;
    -	}
    -	return ret;
    +    PKCS8_PRIV_KEY_INFO *p8inf = NULL;
    +    X509_SIG *p8 = NULL;
    +    int klen;
    +    EVP_PKEY *ret;
    +    char psbuf[PEM_BUFSIZE];
    +    p8 = d2i_PKCS8_bio(bp, NULL);
    +    if (!p8)
    +        return NULL;
    +    if (cb)
    +        klen = cb(psbuf, PEM_BUFSIZE, 0, u);
    +    else
    +        klen = PEM_def_callback(psbuf, PEM_BUFSIZE, 0, u);
    +    if (klen <= 0) {
    +        PEMerr(PEM_F_D2I_PKCS8PRIVATEKEY_BIO, PEM_R_BAD_PASSWORD_READ);
    +        X509_SIG_free(p8);
    +        return NULL;
    +    }
    +    p8inf = PKCS8_decrypt(p8, psbuf, klen);
    +    X509_SIG_free(p8);
    +    if (!p8inf)
    +        return NULL;
    +    ret = EVP_PKCS82PKEY(p8inf);
    +    PKCS8_PRIV_KEY_INFO_free(p8inf);
    +    if (!ret)
    +        return NULL;
    +    if (x) {
    +        if (*x)
    +            EVP_PKEY_free(*x);
    +        *x = ret;
    +    }
    +    return ret;
     }
     
     #ifndef OPENSSL_NO_FP_API
     
     int i2d_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc,
    -				  char *kstr, int klen,
    -				  pem_password_cb *cb, void *u)
    +                           char *kstr, int klen, pem_password_cb *cb, void *u)
     {
    -	return do_pk8pkey_fp(fp, x, 1, -1, enc, kstr, klen, cb, u);
    +    return do_pk8pkey_fp(fp, x, 1, -1, enc, kstr, klen, cb, u);
     }
     
     int i2d_PKCS8PrivateKey_nid_fp(FILE *fp, EVP_PKEY *x, int nid,
    -				  char *kstr, int klen,
    -				  pem_password_cb *cb, void *u)
    +                               char *kstr, int klen,
    +                               pem_password_cb *cb, void *u)
     {
    -	return do_pk8pkey_fp(fp, x, 1, nid, NULL, kstr, klen, cb, u);
    +    return do_pk8pkey_fp(fp, x, 1, nid, NULL, kstr, klen, cb, u);
     }
     
     int PEM_write_PKCS8PrivateKey_nid(FILE *fp, EVP_PKEY *x, int nid,
    -				  char *kstr, int klen,
    -				  pem_password_cb *cb, void *u)
    +                                  char *kstr, int klen,
    +                                  pem_password_cb *cb, void *u)
     {
    -	return do_pk8pkey_fp(fp, x, 0, nid, NULL, kstr, klen, cb, u);
    +    return do_pk8pkey_fp(fp, x, 0, nid, NULL, kstr, klen, cb, u);
     }
     
     int PEM_write_PKCS8PrivateKey(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc,
    -			      char *kstr, int klen, pem_password_cb *cb, void *u)
    +                              char *kstr, int klen, pem_password_cb *cb,
    +                              void *u)
     {
    -	return do_pk8pkey_fp(fp, x, 0, -1, enc, kstr, klen, cb, u);
    +    return do_pk8pkey_fp(fp, x, 0, -1, enc, kstr, klen, cb, u);
     }
     
    -static int do_pk8pkey_fp(FILE *fp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc,
    -				  char *kstr, int klen,
    -				  pem_password_cb *cb, void *u)
    +static int do_pk8pkey_fp(FILE *fp, EVP_PKEY *x, int isder, int nid,
    +                         const EVP_CIPHER *enc, char *kstr, int klen,
    +                         pem_password_cb *cb, void *u)
     {
    -	BIO *bp;
    -	int ret;
    -	if(!(bp = BIO_new_fp(fp, BIO_NOCLOSE))) {
    -		PEMerr(PEM_F_DO_PK8PKEY_FP,ERR_R_BUF_LIB);
    -                return(0);
    -	}
    -	ret = do_pk8pkey(bp, x, isder, nid, enc, kstr, klen, cb, u);
    -	BIO_free(bp);
    -	return ret;
    +    BIO *bp;
    +    int ret;
    +    if (!(bp = BIO_new_fp(fp, BIO_NOCLOSE))) {
    +        PEMerr(PEM_F_DO_PK8PKEY_FP, ERR_R_BUF_LIB);
    +        return (0);
    +    }
    +    ret = do_pk8pkey(bp, x, isder, nid, enc, kstr, klen, cb, u);
    +    BIO_free(bp);
    +    return ret;
     }
     
    -EVP_PKEY *d2i_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY **x, pem_password_cb *cb, void *u)
    +EVP_PKEY *d2i_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY **x, pem_password_cb *cb,
    +                                 void *u)
     {
    -	BIO *bp;
    -	EVP_PKEY *ret;
    -	if(!(bp = BIO_new_fp(fp, BIO_NOCLOSE))) {
    -		PEMerr(PEM_F_D2I_PKCS8PRIVATEKEY_FP,ERR_R_BUF_LIB);
    -                return NULL;
    -	}
    -	ret = d2i_PKCS8PrivateKey_bio(bp, x, cb, u);
    -	BIO_free(bp);
    -	return ret;
    +    BIO *bp;
    +    EVP_PKEY *ret;
    +    if (!(bp = BIO_new_fp(fp, BIO_NOCLOSE))) {
    +        PEMerr(PEM_F_D2I_PKCS8PRIVATEKEY_FP, ERR_R_BUF_LIB);
    +        return NULL;
    +    }
    +    ret = d2i_PKCS8PrivateKey_bio(bp, x, cb, u);
    +    BIO_free(bp);
    +    return ret;
     }
     
     #endif
     
     IMPLEMENT_PEM_rw(PKCS8, X509_SIG, PEM_STRING_PKCS8, X509_SIG)
    +
    +
     IMPLEMENT_PEM_rw(PKCS8_PRIV_KEY_INFO, PKCS8_PRIV_KEY_INFO, PEM_STRING_PKCS8INF,
    -							 PKCS8_PRIV_KEY_INFO)
    +             PKCS8_PRIV_KEY_INFO)
    diff --git a/openssl/crypto/pem/pem_pkey.c b/openssl/crypto/pem/pem_pkey.c
    index 8ecf24903..04d6319a2 100644
    --- a/openssl/crypto/pem/pem_pkey.c
    +++ b/openssl/crypto/pem/pem_pkey.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -66,177 +66,228 @@
     #include 
     #include 
     #ifndef OPENSSL_NO_ENGINE
    -#include 
    +# include 
    +#endif
    +#ifndef OPENSSL_NO_DH
    +# include 
     #endif
     #include "asn1_locl.h"
     
     int pem_check_suffix(const char *pem_str, const char *suffix);
     
    -EVP_PKEY *PEM_read_bio_PrivateKey(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u)
    -	{
    -	char *nm=NULL;
    -	const unsigned char *p=NULL;
    -	unsigned char *data=NULL;
    -	long len;
    -	int slen;
    -	EVP_PKEY *ret=NULL;
    -
    -	if (!PEM_bytes_read_bio(&data, &len, &nm, PEM_STRING_EVP_PKEY, bp, cb, u))
    -		return NULL;
    -	p = data;
    -
    -	if (strcmp(nm,PEM_STRING_PKCS8INF) == 0) {
    -		PKCS8_PRIV_KEY_INFO *p8inf;
    -		p8inf=d2i_PKCS8_PRIV_KEY_INFO(NULL, &p, len);
    -		if(!p8inf) goto p8err;
    -		ret = EVP_PKCS82PKEY(p8inf);
    -		if(x) {
    -			if(*x) EVP_PKEY_free((EVP_PKEY *)*x);
    -			*x = ret;
    -		}
    -		PKCS8_PRIV_KEY_INFO_free(p8inf);
    -	} else if (strcmp(nm,PEM_STRING_PKCS8) == 0) {
    -		PKCS8_PRIV_KEY_INFO *p8inf;
    -		X509_SIG *p8;
    -		int klen;
    -		char psbuf[PEM_BUFSIZE];
    -		p8 = d2i_X509_SIG(NULL, &p, len);
    -		if(!p8) goto p8err;
    -		if (cb) klen=cb(psbuf,PEM_BUFSIZE,0,u);
    -		else klen=PEM_def_callback(psbuf,PEM_BUFSIZE,0,u);
    -		if (klen <= 0) {
    -			PEMerr(PEM_F_PEM_READ_BIO_PRIVATEKEY,
    -					PEM_R_BAD_PASSWORD_READ);
    -			X509_SIG_free(p8);
    -			goto err;
    -		}
    -		p8inf = PKCS8_decrypt(p8, psbuf, klen);
    -		X509_SIG_free(p8);
    -		if(!p8inf) goto p8err;
    -		ret = EVP_PKCS82PKEY(p8inf);
    -		if(x) {
    -			if(*x) EVP_PKEY_free((EVP_PKEY *)*x);
    -			*x = ret;
    -		}
    -		PKCS8_PRIV_KEY_INFO_free(p8inf);
    -	} else if ((slen = pem_check_suffix(nm, "PRIVATE KEY")) > 0)
    -		{
    -		const EVP_PKEY_ASN1_METHOD *ameth;
    -		ameth = EVP_PKEY_asn1_find_str(NULL, nm, slen);
    -		if (!ameth || !ameth->old_priv_decode)
    -			goto p8err;
    -		ret=d2i_PrivateKey(ameth->pkey_id,x,&p,len);
    -		}
    -p8err:
    -	if (ret == NULL)
    -		PEMerr(PEM_F_PEM_READ_BIO_PRIVATEKEY,ERR_R_ASN1_LIB);
    -err:
    -	OPENSSL_free(nm);
    -	OPENSSL_cleanse(data, len);
    -	OPENSSL_free(data);
    -	return(ret);
    -	}
    +EVP_PKEY *PEM_read_bio_PrivateKey(BIO *bp, EVP_PKEY **x, pem_password_cb *cb,
    +                                  void *u)
    +{
    +    char *nm = NULL;
    +    const unsigned char *p = NULL;
    +    unsigned char *data = NULL;
    +    long len;
    +    int slen;
    +    EVP_PKEY *ret = NULL;
    +
    +    if (!PEM_bytes_read_bio(&data, &len, &nm, PEM_STRING_EVP_PKEY, bp, cb, u))
    +        return NULL;
    +    p = data;
    +
    +    if (strcmp(nm, PEM_STRING_PKCS8INF) == 0) {
    +        PKCS8_PRIV_KEY_INFO *p8inf;
    +        p8inf = d2i_PKCS8_PRIV_KEY_INFO(NULL, &p, len);
    +        if (!p8inf)
    +            goto p8err;
    +        ret = EVP_PKCS82PKEY(p8inf);
    +        if (x) {
    +            if (*x)
    +                EVP_PKEY_free((EVP_PKEY *)*x);
    +            *x = ret;
    +        }
    +        PKCS8_PRIV_KEY_INFO_free(p8inf);
    +    } else if (strcmp(nm, PEM_STRING_PKCS8) == 0) {
    +        PKCS8_PRIV_KEY_INFO *p8inf;
    +        X509_SIG *p8;
    +        int klen;
    +        char psbuf[PEM_BUFSIZE];
    +        p8 = d2i_X509_SIG(NULL, &p, len);
    +        if (!p8)
    +            goto p8err;
    +        if (cb)
    +            klen = cb(psbuf, PEM_BUFSIZE, 0, u);
    +        else
    +            klen = PEM_def_callback(psbuf, PEM_BUFSIZE, 0, u);
    +        if (klen <= 0) {
    +            PEMerr(PEM_F_PEM_READ_BIO_PRIVATEKEY, PEM_R_BAD_PASSWORD_READ);
    +            X509_SIG_free(p8);
    +            goto err;
    +        }
    +        p8inf = PKCS8_decrypt(p8, psbuf, klen);
    +        X509_SIG_free(p8);
    +        if (!p8inf)
    +            goto p8err;
    +        ret = EVP_PKCS82PKEY(p8inf);
    +        if (x) {
    +            if (*x)
    +                EVP_PKEY_free((EVP_PKEY *)*x);
    +            *x = ret;
    +        }
    +        PKCS8_PRIV_KEY_INFO_free(p8inf);
    +    } else if ((slen = pem_check_suffix(nm, "PRIVATE KEY")) > 0) {
    +        const EVP_PKEY_ASN1_METHOD *ameth;
    +        ameth = EVP_PKEY_asn1_find_str(NULL, nm, slen);
    +        if (!ameth || !ameth->old_priv_decode)
    +            goto p8err;
    +        ret = d2i_PrivateKey(ameth->pkey_id, x, &p, len);
    +    }
    + p8err:
    +    if (ret == NULL)
    +        PEMerr(PEM_F_PEM_READ_BIO_PRIVATEKEY, ERR_R_ASN1_LIB);
    + err:
    +    OPENSSL_free(nm);
    +    OPENSSL_cleanse(data, len);
    +    OPENSSL_free(data);
    +    return (ret);
    +}
     
     int PEM_write_bio_PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
    -                                               unsigned char *kstr, int klen,
    -                                               pem_password_cb *cb, void *u)
    -	{
    -	char pem_str[80];
    -	if (!x->ameth || x->ameth->priv_encode)
    -		return PEM_write_bio_PKCS8PrivateKey(bp, x, enc,
    -							(char *)kstr, klen,
    -							cb, u);
    -
    -	BIO_snprintf(pem_str, 80, "%s PRIVATE KEY", x->ameth->pem_str);
    -	return PEM_ASN1_write_bio((i2d_of_void *)i2d_PrivateKey,
    -				pem_str,bp,x,enc,kstr,klen,cb,u);
    -	}
    +                             unsigned char *kstr, int klen,
    +                             pem_password_cb *cb, void *u)
    +{
    +    char pem_str[80];
    +    if (!x->ameth || x->ameth->priv_encode)
    +        return PEM_write_bio_PKCS8PrivateKey(bp, x, enc,
    +                                             (char *)kstr, klen, cb, u);
    +
    +    BIO_snprintf(pem_str, 80, "%s PRIVATE KEY", x->ameth->pem_str);
    +    return PEM_ASN1_write_bio((i2d_of_void *)i2d_PrivateKey,
    +                              pem_str, bp, x, enc, kstr, klen, cb, u);
    +}
     
     EVP_PKEY *PEM_read_bio_Parameters(BIO *bp, EVP_PKEY **x)
    -	{
    -	char *nm=NULL;
    -	const unsigned char *p=NULL;
    -	unsigned char *data=NULL;
    -	long len;
    -	int slen;
    -	EVP_PKEY *ret=NULL;
    -
    -	if (!PEM_bytes_read_bio(&data, &len, &nm, PEM_STRING_PARAMETERS,
    -								bp, 0, NULL))
    -		return NULL;
    -	p = data;
    -
    -	if ((slen = pem_check_suffix(nm, "PARAMETERS")) > 0)
    -		{
    -		ret = EVP_PKEY_new();
    -		if (!ret)
    -			goto err;
    -		if (!EVP_PKEY_set_type_str(ret, nm, slen)
    -			|| !ret->ameth->param_decode
    -			|| !ret->ameth->param_decode(ret, &p, len))
    -			{
    -			EVP_PKEY_free(ret);
    -			ret = NULL;
    -			goto err;
    -			}
    -		if(x)
    -			{
    -			if(*x) EVP_PKEY_free((EVP_PKEY *)*x);
    -			*x = ret;
    -			}
    -		}
    -err:
    -	if (ret == NULL)
    -		PEMerr(PEM_F_PEM_READ_BIO_PARAMETERS,ERR_R_ASN1_LIB);
    -	OPENSSL_free(nm);
    -	OPENSSL_free(data);
    -	return(ret);
    -	}
    +{
    +    char *nm = NULL;
    +    const unsigned char *p = NULL;
    +    unsigned char *data = NULL;
    +    long len;
    +    int slen;
    +    EVP_PKEY *ret = NULL;
    +
    +    if (!PEM_bytes_read_bio(&data, &len, &nm, PEM_STRING_PARAMETERS,
    +                            bp, 0, NULL))
    +        return NULL;
    +    p = data;
    +
    +    if ((slen = pem_check_suffix(nm, "PARAMETERS")) > 0) {
    +        ret = EVP_PKEY_new();
    +        if (!ret)
    +            goto err;
    +        if (!EVP_PKEY_set_type_str(ret, nm, slen)
    +            || !ret->ameth->param_decode
    +            || !ret->ameth->param_decode(ret, &p, len)) {
    +            EVP_PKEY_free(ret);
    +            ret = NULL;
    +            goto err;
    +        }
    +        if (x) {
    +            if (*x)
    +                EVP_PKEY_free((EVP_PKEY *)*x);
    +            *x = ret;
    +        }
    +    }
    + err:
    +    if (ret == NULL)
    +        PEMerr(PEM_F_PEM_READ_BIO_PARAMETERS, ERR_R_ASN1_LIB);
    +    OPENSSL_free(nm);
    +    OPENSSL_free(data);
    +    return (ret);
    +}
     
     int PEM_write_bio_Parameters(BIO *bp, EVP_PKEY *x)
    -	{
    -	char pem_str[80];
    -	if (!x->ameth || !x->ameth->param_encode)
    -		return 0;
    +{
    +    char pem_str[80];
    +    if (!x->ameth || !x->ameth->param_encode)
    +        return 0;
     
    -	BIO_snprintf(pem_str, 80, "%s PARAMETERS", x->ameth->pem_str);
    -	return PEM_ASN1_write_bio(
    -		(i2d_of_void *)x->ameth->param_encode,
    -				pem_str,bp,x,NULL,NULL,0,0,NULL);
    -	}
    +    BIO_snprintf(pem_str, 80, "%s PARAMETERS", x->ameth->pem_str);
    +    return PEM_ASN1_write_bio((i2d_of_void *)x->ameth->param_encode,
    +                              pem_str, bp, x, NULL, NULL, 0, 0, NULL);
    +}
     
     #ifndef OPENSSL_NO_FP_API
    -EVP_PKEY *PEM_read_PrivateKey(FILE *fp, EVP_PKEY **x, pem_password_cb *cb, void *u)
    -	{
    -        BIO *b;
    -        EVP_PKEY *ret;
    -
    -        if ((b=BIO_new(BIO_s_file())) == NULL)
    -		{
    -		PEMerr(PEM_F_PEM_READ_PRIVATEKEY,ERR_R_BUF_LIB);
    -                return(0);
    -		}
    -        BIO_set_fp(b,fp,BIO_NOCLOSE);
    -        ret=PEM_read_bio_PrivateKey(b,x,cb,u);
    -        BIO_free(b);
    -        return(ret);
    -	}
    +EVP_PKEY *PEM_read_PrivateKey(FILE *fp, EVP_PKEY **x, pem_password_cb *cb,
    +                              void *u)
    +{
    +    BIO *b;
    +    EVP_PKEY *ret;
    +
    +    if ((b = BIO_new(BIO_s_file())) == NULL) {
    +        PEMerr(PEM_F_PEM_READ_PRIVATEKEY, ERR_R_BUF_LIB);
    +        return (0);
    +    }
    +    BIO_set_fp(b, fp, BIO_NOCLOSE);
    +    ret = PEM_read_bio_PrivateKey(b, x, cb, u);
    +    BIO_free(b);
    +    return (ret);
    +}
     
     int PEM_write_PrivateKey(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc,
    -                                               unsigned char *kstr, int klen,
    -                                               pem_password_cb *cb, void *u)
    -	{
    -        BIO *b;
    -        int ret;
    -
    -        if ((b=BIO_new_fp(fp, BIO_NOCLOSE)) == NULL)
    -		{
    -		PEMerr(PEM_F_PEM_WRITE_PRIVATEKEY,ERR_R_BUF_LIB);
    -                return 0;
    -		}
    -        ret=PEM_write_bio_PrivateKey(b, x, enc, kstr, klen, cb, u);
    -        BIO_free(b);
    -        return ret;
    -	}
    +                         unsigned char *kstr, int klen,
    +                         pem_password_cb *cb, void *u)
    +{
    +    BIO *b;
    +    int ret;
    +
    +    if ((b = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) {
    +        PEMerr(PEM_F_PEM_WRITE_PRIVATEKEY, ERR_R_BUF_LIB);
    +        return 0;
    +    }
    +    ret = PEM_write_bio_PrivateKey(b, x, enc, kstr, klen, cb, u);
    +    BIO_free(b);
    +    return ret;
    +}
    +
    +#endif
    +
    +#ifndef OPENSSL_NO_DH
    +
    +/* Transparently read in PKCS#3 or X9.42 DH parameters */
    +
    +DH *PEM_read_bio_DHparams(BIO *bp, DH **x, pem_password_cb *cb, void *u)
    +{
    +    char *nm = NULL;
    +    const unsigned char *p = NULL;
    +    unsigned char *data = NULL;
    +    long len;
    +    DH *ret = NULL;
    +
    +    if (!PEM_bytes_read_bio(&data, &len, &nm, PEM_STRING_DHPARAMS, bp, cb, u))
    +        return NULL;
    +    p = data;
    +
    +    if (!strcmp(nm, PEM_STRING_DHXPARAMS))
    +        ret = d2i_DHxparams(x, &p, len);
    +    else
    +        ret = d2i_DHparams(x, &p, len);
    +
    +    if (ret == NULL)
    +        PEMerr(PEM_F_PEM_READ_BIO_DHPARAMS, ERR_R_ASN1_LIB);
    +    OPENSSL_free(nm);
    +    OPENSSL_free(data);
    +    return ret;
    +}
    +
    +# ifndef OPENSSL_NO_FP_API
    +DH *PEM_read_DHparams(FILE *fp, DH **x, pem_password_cb *cb, void *u)
    +{
    +    BIO *b;
    +    DH *ret;
    +
    +    if ((b = BIO_new(BIO_s_file())) == NULL) {
    +        PEMerr(PEM_F_PEM_READ_DHPARAMS, ERR_R_BUF_LIB);
    +        return (0);
    +    }
    +    BIO_set_fp(b, fp, BIO_NOCLOSE);
    +    ret = PEM_read_bio_DHparams(b, x, cb, u);
    +    BIO_free(b);
    +    return (ret);
    +}
    +# endif
     
     #endif
    diff --git a/openssl/crypto/pem/pem_seal.c b/openssl/crypto/pem/pem_seal.c
    index b6b4e1349..a5c181257 100644
    --- a/openssl/crypto/pem/pem_seal.c
    +++ b/openssl/crypto/pem/pem_seal.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,143 +49,143 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
     
    -#include 	/* for OPENSSL_NO_RSA */
    +#include  /* for OPENSSL_NO_RSA */
     #ifndef OPENSSL_NO_RSA
    -#include 
    -#include "cryptlib.h"
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    +# include 
    +# include "cryptlib.h"
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
     
     int PEM_SealInit(PEM_ENCODE_SEAL_CTX *ctx, EVP_CIPHER *type, EVP_MD *md_type,
    -	     unsigned char **ek, int *ekl, unsigned char *iv, EVP_PKEY **pubk,
    -	     int npubk)
    -	{
    -	unsigned char key[EVP_MAX_KEY_LENGTH];
    -	int ret= -1;
    -	int i,j,max=0;
    -	char *s=NULL;
    -
    -	for (i=0; itype != EVP_PKEY_RSA)
    -			{
    -			PEMerr(PEM_F_PEM_SEALINIT,PEM_R_PUBLIC_KEY_NO_RSA);
    -			goto err;
    -			}
    -		j=RSA_size(pubk[i]->pkey.rsa);
    -		if (j > max) max=j;
    -		}
    -	s=(char *)OPENSSL_malloc(max*2);
    -	if (s == NULL)
    -		{
    -		PEMerr(PEM_F_PEM_SEALINIT,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	EVP_EncodeInit(&ctx->encode);
    -
    -	EVP_MD_CTX_init(&ctx->md);
    -	if (!EVP_SignInit(&ctx->md,md_type))
    -		goto err;
    -
    -	EVP_CIPHER_CTX_init(&ctx->cipher);
    -	ret=EVP_SealInit(&ctx->cipher,type,ek,ekl,iv,pubk,npubk);
    -	if (ret <= 0) goto err;
    -
    -	/* base64 encode the keys */
    -	for (i=0; ipkey.rsa));
    -		ekl[i]=j;
    -		memcpy(ek[i],s,j+1);
    -		}
    -
    -	ret=npubk;
    -err:
    -	if (s != NULL) OPENSSL_free(s);
    -	OPENSSL_cleanse(key,EVP_MAX_KEY_LENGTH);
    -	return(ret);
    -	}
    +                 unsigned char **ek, int *ekl, unsigned char *iv,
    +                 EVP_PKEY **pubk, int npubk)
    +{
    +    unsigned char key[EVP_MAX_KEY_LENGTH];
    +    int ret = -1;
    +    int i, j, max = 0;
    +    char *s = NULL;
    +
    +    for (i = 0; i < npubk; i++) {
    +        if (pubk[i]->type != EVP_PKEY_RSA) {
    +            PEMerr(PEM_F_PEM_SEALINIT, PEM_R_PUBLIC_KEY_NO_RSA);
    +            goto err;
    +        }
    +        j = RSA_size(pubk[i]->pkey.rsa);
    +        if (j > max)
    +            max = j;
    +    }
    +    s = (char *)OPENSSL_malloc(max * 2);
    +    if (s == NULL) {
    +        PEMerr(PEM_F_PEM_SEALINIT, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    EVP_EncodeInit(&ctx->encode);
    +
    +    EVP_MD_CTX_init(&ctx->md);
    +    if (!EVP_SignInit(&ctx->md, md_type))
    +        goto err;
    +
    +    EVP_CIPHER_CTX_init(&ctx->cipher);
    +    ret = EVP_SealInit(&ctx->cipher, type, ek, ekl, iv, pubk, npubk);
    +    if (ret <= 0)
    +        goto err;
    +
    +    /* base64 encode the keys */
    +    for (i = 0; i < npubk; i++) {
    +        j = EVP_EncodeBlock((unsigned char *)s, ek[i],
    +                            RSA_size(pubk[i]->pkey.rsa));
    +        ekl[i] = j;
    +        memcpy(ek[i], s, j + 1);
    +    }
    +
    +    ret = npubk;
    + err:
    +    if (s != NULL)
    +        OPENSSL_free(s);
    +    OPENSSL_cleanse(key, EVP_MAX_KEY_LENGTH);
    +    return (ret);
    +}
     
     void PEM_SealUpdate(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *out, int *outl,
    -	     unsigned char *in, int inl)
    -	{
    -	unsigned char buffer[1600];
    -	int i,j;
    -
    -	*outl=0;
    -	EVP_SignUpdate(&ctx->md,in,inl);
    -	for (;;)
    -		{
    -		if (inl <= 0) break;
    -		if (inl > 1200)
    -			i=1200;
    -		else
    -			i=inl;
    -		EVP_EncryptUpdate(&ctx->cipher,buffer,&j,in,i);
    -		EVP_EncodeUpdate(&ctx->encode,out,&j,buffer,j);
    -		*outl+=j;
    -		out+=j;
    -		in+=i;
    -		inl-=i;
    -		}
    -	}
    +                    unsigned char *in, int inl)
    +{
    +    unsigned char buffer[1600];
    +    int i, j;
    +
    +    *outl = 0;
    +    EVP_SignUpdate(&ctx->md, in, inl);
    +    for (;;) {
    +        if (inl <= 0)
    +            break;
    +        if (inl > 1200)
    +            i = 1200;
    +        else
    +            i = inl;
    +        EVP_EncryptUpdate(&ctx->cipher, buffer, &j, in, i);
    +        EVP_EncodeUpdate(&ctx->encode, out, &j, buffer, j);
    +        *outl += j;
    +        out += j;
    +        in += i;
    +        inl -= i;
    +    }
    +}
     
     int PEM_SealFinal(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *sig, int *sigl,
    -	     unsigned char *out, int *outl, EVP_PKEY *priv)
    -	{
    -	unsigned char *s=NULL;
    -	int ret=0,j;
    -	unsigned int i;
    -
    -	if (priv->type != EVP_PKEY_RSA)
    -		{
    -		PEMerr(PEM_F_PEM_SEALFINAL,PEM_R_PUBLIC_KEY_NO_RSA);
    -		goto err;
    -		}
    -	i=RSA_size(priv->pkey.rsa);
    -	if (i < 100) i=100;
    -	s=(unsigned char *)OPENSSL_malloc(i*2);
    -	if (s == NULL)
    -		{
    -		PEMerr(PEM_F_PEM_SEALFINAL,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	if (!EVP_EncryptFinal_ex(&ctx->cipher,s,(int *)&i))
    -		goto err;
    -	EVP_EncodeUpdate(&ctx->encode,out,&j,s,i);
    -	*outl=j;
    -	out+=j;
    -	EVP_EncodeFinal(&ctx->encode,out,&j);
    -	*outl+=j;
    -
    -	if (!EVP_SignFinal(&ctx->md,s,&i,priv)) goto err;
    -	*sigl=EVP_EncodeBlock(sig,s,i);
    -
    -	ret=1;
    -err:
    -	EVP_MD_CTX_cleanup(&ctx->md);
    -	EVP_CIPHER_CTX_cleanup(&ctx->cipher);
    -	if (s != NULL) OPENSSL_free(s);
    -	return(ret);
    -	}
    -#else /* !OPENSSL_NO_RSA */
    +                  unsigned char *out, int *outl, EVP_PKEY *priv)
    +{
    +    unsigned char *s = NULL;
    +    int ret = 0, j;
    +    unsigned int i;
    +
    +    if (priv->type != EVP_PKEY_RSA) {
    +        PEMerr(PEM_F_PEM_SEALFINAL, PEM_R_PUBLIC_KEY_NO_RSA);
    +        goto err;
    +    }
    +    i = RSA_size(priv->pkey.rsa);
    +    if (i < 100)
    +        i = 100;
    +    s = (unsigned char *)OPENSSL_malloc(i * 2);
    +    if (s == NULL) {
    +        PEMerr(PEM_F_PEM_SEALFINAL, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    if (!EVP_EncryptFinal_ex(&ctx->cipher, s, (int *)&i))
    +        goto err;
    +    EVP_EncodeUpdate(&ctx->encode, out, &j, s, i);
    +    *outl = j;
    +    out += j;
    +    EVP_EncodeFinal(&ctx->encode, out, &j);
    +    *outl += j;
    +
    +    if (!EVP_SignFinal(&ctx->md, s, &i, priv))
    +        goto err;
    +    *sigl = EVP_EncodeBlock(sig, s, i);
    +
    +    ret = 1;
    + err:
    +    EVP_MD_CTX_cleanup(&ctx->md);
    +    EVP_CIPHER_CTX_cleanup(&ctx->cipher);
    +    if (s != NULL)
    +        OPENSSL_free(s);
    +    return (ret);
    +}
    +#else                           /* !OPENSSL_NO_RSA */
     
     # if PEDANTIC
    -static void *dummy=&dummy;
    +static void *dummy = &dummy;
     # endif
     
     #endif
    diff --git a/openssl/crypto/pem/pem_sign.c b/openssl/crypto/pem/pem_sign.c
    index c3b9808cb..b5e5c29b0 100644
    --- a/openssl/crypto/pem/pem_sign.c
    +++ b/openssl/crypto/pem/pem_sign.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -65,38 +65,37 @@
     #include 
     
     void PEM_SignInit(EVP_MD_CTX *ctx, EVP_MD *type)
    -	{
    -	EVP_DigestInit_ex(ctx, type, NULL);
    -	}
    -
    -void PEM_SignUpdate(EVP_MD_CTX *ctx, unsigned char *data,
    -	     unsigned int count)
    -	{
    -	EVP_DigestUpdate(ctx,data,count);
    -	}
    +{
    +    EVP_DigestInit_ex(ctx, type, NULL);
    +}
     
    -int PEM_SignFinal(EVP_MD_CTX *ctx, unsigned char *sigret, unsigned int *siglen,
    -	     EVP_PKEY *pkey)
    -	{
    -	unsigned char *m;
    -	int i,ret=0;
    -	unsigned int m_len;
    +void PEM_SignUpdate(EVP_MD_CTX *ctx, unsigned char *data, unsigned int count)
    +{
    +    EVP_DigestUpdate(ctx, data, count);
    +}
     
    -	m=(unsigned char *)OPENSSL_malloc(EVP_PKEY_size(pkey)+2);
    -	if (m == NULL)
    -		{
    -		PEMerr(PEM_F_PEM_SIGNFINAL,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    +int PEM_SignFinal(EVP_MD_CTX *ctx, unsigned char *sigret,
    +                  unsigned int *siglen, EVP_PKEY *pkey)
    +{
    +    unsigned char *m;
    +    int i, ret = 0;
    +    unsigned int m_len;
     
    -	if (EVP_SignFinal(ctx,m,&m_len,pkey) <= 0) goto err;
    +    m = (unsigned char *)OPENSSL_malloc(EVP_PKEY_size(pkey) + 2);
    +    if (m == NULL) {
    +        PEMerr(PEM_F_PEM_SIGNFINAL, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
     
    -	i=EVP_EncodeBlock(sigret,m,m_len);
    -	*siglen=i;
    -	ret=1;
    -err:
    -	/* ctx has been zeroed by EVP_SignFinal() */
    -	if (m != NULL) OPENSSL_free(m);
    -	return(ret);
    -	}
    +    if (EVP_SignFinal(ctx, m, &m_len, pkey) <= 0)
    +        goto err;
     
    +    i = EVP_EncodeBlock(sigret, m, m_len);
    +    *siglen = i;
    +    ret = 1;
    + err:
    +    /* ctx has been zeroed by EVP_SignFinal() */
    +    if (m != NULL)
    +        OPENSSL_free(m);
    +    return (ret);
    +}
    diff --git a/openssl/crypto/pem/pem_x509.c b/openssl/crypto/pem/pem_x509.c
    index b531057dc..3c20ff28a 100644
    --- a/openssl/crypto/pem/pem_x509.c
    +++ b/openssl/crypto/pem/pem_x509.c
    @@ -1,6 +1,7 @@
     /* pem_x509.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2001.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2001.
      */
     /* ====================================================================
      * Copyright (c) 2001 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -65,4 +66,3 @@
     #include 
     
     IMPLEMENT_PEM_rw(X509, X509, PEM_STRING_X509, X509)
    -
    diff --git a/openssl/crypto/pem/pem_xaux.c b/openssl/crypto/pem/pem_xaux.c
    index 328f79620..c52343018 100644
    --- a/openssl/crypto/pem/pem_xaux.c
    +++ b/openssl/crypto/pem/pem_xaux.c
    @@ -1,6 +1,7 @@
     /* pem_xaux.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2001.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2001.
      */
     /* ====================================================================
      * Copyright (c) 2001 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -65,4 +66,5 @@
     #include 
     
     IMPLEMENT_PEM_rw(X509_AUX, X509, PEM_STRING_X509_TRUSTED, X509_AUX)
    -IMPLEMENT_PEM_rw(X509_CERT_PAIR, X509_CERT_PAIR, PEM_STRING_X509_PAIR, X509_CERT_PAIR)
    +IMPLEMENT_PEM_rw(X509_CERT_PAIR, X509_CERT_PAIR, PEM_STRING_X509_PAIR,
    +                 X509_CERT_PAIR)
    diff --git a/openssl/crypto/pem/pvkfmt.c b/openssl/crypto/pem/pvkfmt.c
    index ae89f8281..ee4b6a824 100644
    --- a/openssl/crypto/pem/pvkfmt.c
    +++ b/openssl/crypto/pem/pvkfmt.c
    @@ -1,5 +1,6 @@
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2005.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2005.
      */
     /* ====================================================================
      * Copyright (c) 2005 The OpenSSL Project.  All rights reserved.
    @@ -9,7 +10,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -55,7 +56,8 @@
      *
      */
     
    -/* Support for PVK format keys and related structures (such a PUBLICKEYBLOB
    +/*
    + * Support for PVK format keys and related structures (such a PUBLICKEYBLOB
      * and PRIVATEKEYBLOB).
      */
     
    @@ -64,892 +66,818 @@
     #include 
     #include 
     #if !defined(OPENSSL_NO_RSA) && !defined(OPENSSL_NO_DSA)
    -#include 
    -#include 
    +# include 
    +# include 
     
    -/* Utility function: read a DWORD (4 byte unsigned integer) in little endian
    +/*
    + * Utility function: read a DWORD (4 byte unsigned integer) in little endian
      * format
      */
     
     static unsigned int read_ledword(const unsigned char **in)
    -	{
    -	const unsigned char *p = *in;
    -	unsigned int ret;
    -	ret = *p++;
    -	ret |= (*p++ << 8);
    -	ret |= (*p++ << 16);
    -	ret |= (*p++ << 24);
    -	*in = p;
    -	return ret;
    -	}
    -
    -/* Read a BIGNUM in little endian format. The docs say that this should take up 
    - * bitlen/8 bytes.
    +{
    +    const unsigned char *p = *in;
    +    unsigned int ret;
    +    ret = *p++;
    +    ret |= (*p++ << 8);
    +    ret |= (*p++ << 16);
    +    ret |= (*p++ << 24);
    +    *in = p;
    +    return ret;
    +}
    +
    +/*
    + * Read a BIGNUM in little endian format. The docs say that this should take
    + * up bitlen/8 bytes.
      */
     
     static int read_lebn(const unsigned char **in, unsigned int nbyte, BIGNUM **r)
    -	{
    -	const unsigned char *p;
    -	unsigned char *tmpbuf, *q;
    -	unsigned int i;
    -	p = *in + nbyte - 1;
    -	tmpbuf = OPENSSL_malloc(nbyte);
    -	if (!tmpbuf)
    -		return 0;
    -	q = tmpbuf;
    -	for (i = 0; i < nbyte; i++)
    -		*q++ = *p--;
    -	*r = BN_bin2bn(tmpbuf, nbyte, NULL);
    -	OPENSSL_free(tmpbuf);
    -	if (*r)
    -		{
    -		*in += nbyte;
    -		return 1;
    -		}
    -	else
    -		return 0;
    -	}
    -
    +{
    +    const unsigned char *p;
    +    unsigned char *tmpbuf, *q;
    +    unsigned int i;
    +    p = *in + nbyte - 1;
    +    tmpbuf = OPENSSL_malloc(nbyte);
    +    if (!tmpbuf)
    +        return 0;
    +    q = tmpbuf;
    +    for (i = 0; i < nbyte; i++)
    +        *q++ = *p--;
    +    *r = BN_bin2bn(tmpbuf, nbyte, NULL);
    +    OPENSSL_free(tmpbuf);
    +    if (*r) {
    +        *in += nbyte;
    +        return 1;
    +    } else
    +        return 0;
    +}
     
     /* Convert private key blob to EVP_PKEY: RSA and DSA keys supported */
     
    -#define MS_PUBLICKEYBLOB	0x6
    -#define MS_PRIVATEKEYBLOB	0x7
    -#define MS_RSA1MAGIC		0x31415352L
    -#define MS_RSA2MAGIC		0x32415352L
    -#define MS_DSS1MAGIC		0x31535344L
    -#define MS_DSS2MAGIC		0x32535344L
    +# define MS_PUBLICKEYBLOB        0x6
    +# define MS_PRIVATEKEYBLOB       0x7
    +# define MS_RSA1MAGIC            0x31415352L
    +# define MS_RSA2MAGIC            0x32415352L
    +# define MS_DSS1MAGIC            0x31535344L
    +# define MS_DSS2MAGIC            0x32535344L
     
    -#define MS_KEYALG_RSA_KEYX	0xa400
    -#define MS_KEYALG_DSS_SIGN	0x2200
    +# define MS_KEYALG_RSA_KEYX      0xa400
    +# define MS_KEYALG_DSS_SIGN      0x2200
     
    -#define MS_KEYTYPE_KEYX		0x1
    -#define MS_KEYTYPE_SIGN		0x2
    +# define MS_KEYTYPE_KEYX         0x1
    +# define MS_KEYTYPE_SIGN         0x2
     
     /* The PVK file magic number: seems to spell out "bobsfile", who is Bob? */
    -#define MS_PVKMAGIC		0xb0b5f11eL
    +# define MS_PVKMAGIC             0xb0b5f11eL
     /* Salt length for PVK files */
    -#define PVK_SALTLEN		0x10
    +# define PVK_SALTLEN             0x10
     
     static EVP_PKEY *b2i_rsa(const unsigned char **in, unsigned int length,
    -						unsigned int bitlen, int ispub);
    +                         unsigned int bitlen, int ispub);
     static EVP_PKEY *b2i_dss(const unsigned char **in, unsigned int length,
    -						unsigned int bitlen, int ispub);
    +                         unsigned int bitlen, int ispub);
     
     static int do_blob_header(const unsigned char **in, unsigned int length,
    -				unsigned int *pmagic, unsigned int *pbitlen,
    -				int *pisdss, int *pispub)
    -	{
    -	const unsigned char *p = *in;
    -	if (length < 16)
    -		return 0;
    -	/* bType */
    -	if (*p == MS_PUBLICKEYBLOB)
    -		{
    -		if (*pispub == 0)
    -			{
    -			PEMerr(PEM_F_DO_BLOB_HEADER,
    -					PEM_R_EXPECTING_PRIVATE_KEY_BLOB);
    -			return 0;
    -			}
    -		*pispub = 1;
    -		}
    -	else if (*p == MS_PRIVATEKEYBLOB)
    -		{
    -		if (*pispub == 1)
    -			{
    -			PEMerr(PEM_F_DO_BLOB_HEADER,
    -					PEM_R_EXPECTING_PUBLIC_KEY_BLOB);
    -			return 0;
    -			}
    -		*pispub = 0;
    -		}
    -	else
    -		return 0;
    -	p++;
    -	/* Version */
    -	if (*p++ != 0x2)
    -		{
    -		PEMerr(PEM_F_DO_BLOB_HEADER, PEM_R_BAD_VERSION_NUMBER);
    -		return 0;
    -		}
    -	/* Ignore reserved, aiKeyAlg */
    -	p+= 6;
    -	*pmagic = read_ledword(&p);
    -	*pbitlen = read_ledword(&p);
    -	*pisdss = 0;
    -	switch (*pmagic)
    -		{
    -
    -		case MS_DSS1MAGIC:
    -		*pisdss = 1;
    -		case MS_RSA1MAGIC:
    -		if (*pispub == 0)
    -			{
    -			PEMerr(PEM_F_DO_BLOB_HEADER,
    -					PEM_R_EXPECTING_PRIVATE_KEY_BLOB);
    -			return 0;
    -			}
    -		break;
    -
    -		case MS_DSS2MAGIC:
    -		*pisdss = 1;
    -		case MS_RSA2MAGIC:
    -		if (*pispub == 1)
    -			{
    -			PEMerr(PEM_F_DO_BLOB_HEADER,
    -					PEM_R_EXPECTING_PUBLIC_KEY_BLOB);
    -			return 0;
    -			}
    -		break;
    -
    -		default:
    -		PEMerr(PEM_F_DO_BLOB_HEADER, PEM_R_BAD_MAGIC_NUMBER);
    -		return -1;
    -		}
    -	*in = p;
    -	return 1;
    -	}
    +                          unsigned int *pmagic, unsigned int *pbitlen,
    +                          int *pisdss, int *pispub)
    +{
    +    const unsigned char *p = *in;
    +    if (length < 16)
    +        return 0;
    +    /* bType */
    +    if (*p == MS_PUBLICKEYBLOB) {
    +        if (*pispub == 0) {
    +            PEMerr(PEM_F_DO_BLOB_HEADER, PEM_R_EXPECTING_PRIVATE_KEY_BLOB);
    +            return 0;
    +        }
    +        *pispub = 1;
    +    } else if (*p == MS_PRIVATEKEYBLOB) {
    +        if (*pispub == 1) {
    +            PEMerr(PEM_F_DO_BLOB_HEADER, PEM_R_EXPECTING_PUBLIC_KEY_BLOB);
    +            return 0;
    +        }
    +        *pispub = 0;
    +    } else
    +        return 0;
    +    p++;
    +    /* Version */
    +    if (*p++ != 0x2) {
    +        PEMerr(PEM_F_DO_BLOB_HEADER, PEM_R_BAD_VERSION_NUMBER);
    +        return 0;
    +    }
    +    /* Ignore reserved, aiKeyAlg */
    +    p += 6;
    +    *pmagic = read_ledword(&p);
    +    *pbitlen = read_ledword(&p);
    +    *pisdss = 0;
    +    switch (*pmagic) {
    +
    +    case MS_DSS1MAGIC:
    +        *pisdss = 1;
    +    case MS_RSA1MAGIC:
    +        if (*pispub == 0) {
    +            PEMerr(PEM_F_DO_BLOB_HEADER, PEM_R_EXPECTING_PRIVATE_KEY_BLOB);
    +            return 0;
    +        }
    +        break;
    +
    +    case MS_DSS2MAGIC:
    +        *pisdss = 1;
    +    case MS_RSA2MAGIC:
    +        if (*pispub == 1) {
    +            PEMerr(PEM_F_DO_BLOB_HEADER, PEM_R_EXPECTING_PUBLIC_KEY_BLOB);
    +            return 0;
    +        }
    +        break;
    +
    +    default:
    +        PEMerr(PEM_F_DO_BLOB_HEADER, PEM_R_BAD_MAGIC_NUMBER);
    +        return -1;
    +    }
    +    *in = p;
    +    return 1;
    +}
     
     static unsigned int blob_length(unsigned bitlen, int isdss, int ispub)
    -	{
    -	unsigned int nbyte, hnbyte;
    -	nbyte = (bitlen + 7) >> 3;
    -	hnbyte = (bitlen + 15) >> 4;
    -	if (isdss)
    -		{
    -
    -		/* Expected length: 20 for q + 3 components bitlen each + 24
    -		 * for seed structure.
    -		 */
    -		if (ispub)
    -			return  44 + 3 * nbyte;
    -		/* Expected length: 20 for q, priv, 2 bitlen components + 24
    -		 * for seed structure.
    -		 */
    -		else
    -			return 64 + 2 * nbyte;
    -		}
    -	else
    -		{
    -		/* Expected length: 4 for 'e' + 'n' */
    -		if (ispub)
    -			return 4 + nbyte;
    -		else
    -		/* Expected length: 4 for 'e' and 7 other components.
    -		 * 2 components are bitlen size, 5 are bitlen/2
    -		 */
    -			return 4 + 2*nbyte + 5*hnbyte;
    -		}
    -
    -	}
    +{
    +    unsigned int nbyte, hnbyte;
    +    nbyte = (bitlen + 7) >> 3;
    +    hnbyte = (bitlen + 15) >> 4;
    +    if (isdss) {
    +
    +        /*
    +         * Expected length: 20 for q + 3 components bitlen each + 24 for seed
    +         * structure.
    +         */
    +        if (ispub)
    +            return 44 + 3 * nbyte;
    +        /*
    +         * Expected length: 20 for q, priv, 2 bitlen components + 24 for seed
    +         * structure.
    +         */
    +        else
    +            return 64 + 2 * nbyte;
    +    } else {
    +        /* Expected length: 4 for 'e' + 'n' */
    +        if (ispub)
    +            return 4 + nbyte;
    +        else
    +            /*
    +             * Expected length: 4 for 'e' and 7 other components. 2
    +             * components are bitlen size, 5 are bitlen/2
    +             */
    +            return 4 + 2 * nbyte + 5 * hnbyte;
    +    }
    +
    +}
     
     static EVP_PKEY *do_b2i(const unsigned char **in, unsigned int length,
    -								int ispub)
    -	{
    -	const unsigned char *p = *in;
    -	unsigned int bitlen, magic;
    -	int isdss;
    -	if (do_blob_header(&p, length, &magic, &bitlen, &isdss, &ispub) <= 0)
    -		{
    -		PEMerr(PEM_F_DO_B2I, PEM_R_KEYBLOB_HEADER_PARSE_ERROR);
    -		return NULL;
    -		}
    -	length -= 16;
    -	if (length < blob_length(bitlen, isdss, ispub))
    -		{
    -		PEMerr(PEM_F_DO_B2I, PEM_R_KEYBLOB_TOO_SHORT);
    -		return NULL;
    -		}
    -	if (isdss)
    -		return b2i_dss(&p, length, bitlen, ispub);
    -	else
    -		return b2i_rsa(&p, length, bitlen, ispub);
    -	}
    +                        int ispub)
    +{
    +    const unsigned char *p = *in;
    +    unsigned int bitlen, magic;
    +    int isdss;
    +    if (do_blob_header(&p, length, &magic, &bitlen, &isdss, &ispub) <= 0) {
    +        PEMerr(PEM_F_DO_B2I, PEM_R_KEYBLOB_HEADER_PARSE_ERROR);
    +        return NULL;
    +    }
    +    length -= 16;
    +    if (length < blob_length(bitlen, isdss, ispub)) {
    +        PEMerr(PEM_F_DO_B2I, PEM_R_KEYBLOB_TOO_SHORT);
    +        return NULL;
    +    }
    +    if (isdss)
    +        return b2i_dss(&p, length, bitlen, ispub);
    +    else
    +        return b2i_rsa(&p, length, bitlen, ispub);
    +}
     
     static EVP_PKEY *do_b2i_bio(BIO *in, int ispub)
    -	{
    -	const unsigned char *p;
    -	unsigned char hdr_buf[16], *buf = NULL;
    -	unsigned int bitlen, magic, length;
    -	int isdss;
    -	EVP_PKEY *ret = NULL;
    -	if (BIO_read(in, hdr_buf, 16) != 16)
    -		{
    -		PEMerr(PEM_F_DO_B2I_BIO, PEM_R_KEYBLOB_TOO_SHORT);
    -		return NULL;
    -		}
    -	p = hdr_buf;
    -	if (do_blob_header(&p, 16, &magic, &bitlen, &isdss, &ispub) <= 0)
    -		return NULL;
    -
    -	length = blob_length(bitlen, isdss, ispub);
    -	buf = OPENSSL_malloc(length);
    -	if (!buf)
    -		{
    -		PEMerr(PEM_F_DO_B2I_BIO, ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -	p = buf;
    -	if (BIO_read(in, buf, length) != (int)length)
    -		{
    -		PEMerr(PEM_F_DO_B2I_BIO, PEM_R_KEYBLOB_TOO_SHORT);
    -		goto err;
    -		}
    -
    -	if (isdss)
    -		ret = b2i_dss(&p, length, bitlen, ispub);
    -	else
    -		ret = b2i_rsa(&p, length, bitlen, ispub);
    -
    -	err:
    -	if (buf)
    -		OPENSSL_free(buf);
    -	return ret;
    -	}
    +{
    +    const unsigned char *p;
    +    unsigned char hdr_buf[16], *buf = NULL;
    +    unsigned int bitlen, magic, length;
    +    int isdss;
    +    EVP_PKEY *ret = NULL;
    +    if (BIO_read(in, hdr_buf, 16) != 16) {
    +        PEMerr(PEM_F_DO_B2I_BIO, PEM_R_KEYBLOB_TOO_SHORT);
    +        return NULL;
    +    }
    +    p = hdr_buf;
    +    if (do_blob_header(&p, 16, &magic, &bitlen, &isdss, &ispub) <= 0)
    +        return NULL;
    +
    +    length = blob_length(bitlen, isdss, ispub);
    +    buf = OPENSSL_malloc(length);
    +    if (!buf) {
    +        PEMerr(PEM_F_DO_B2I_BIO, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +    p = buf;
    +    if (BIO_read(in, buf, length) != (int)length) {
    +        PEMerr(PEM_F_DO_B2I_BIO, PEM_R_KEYBLOB_TOO_SHORT);
    +        goto err;
    +    }
    +
    +    if (isdss)
    +        ret = b2i_dss(&p, length, bitlen, ispub);
    +    else
    +        ret = b2i_rsa(&p, length, bitlen, ispub);
    +
    + err:
    +    if (buf)
    +        OPENSSL_free(buf);
    +    return ret;
    +}
     
     static EVP_PKEY *b2i_dss(const unsigned char **in, unsigned int length,
    -						unsigned int bitlen, int ispub)
    -	{
    -	const unsigned char *p = *in;
    -	EVP_PKEY *ret = NULL;
    -	DSA *dsa = NULL;
    -	BN_CTX *ctx = NULL;
    -	unsigned int nbyte;
    -	nbyte = (bitlen + 7) >> 3;
    -
    -	dsa = DSA_new();
    -	ret = EVP_PKEY_new();
    -	if (!dsa || !ret)
    -		goto memerr;
    -	if (!read_lebn(&p, nbyte, &dsa->p))
    -		goto memerr;
    -	if (!read_lebn(&p, 20, &dsa->q))
    -		goto memerr;
    -	if (!read_lebn(&p, nbyte, &dsa->g))
    -		goto memerr;
    -	if (ispub)
    -		{
    -		if (!read_lebn(&p, nbyte, &dsa->pub_key))
    -			goto memerr;
    -		}
    -	else
    -		{
    -		if (!read_lebn(&p, 20, &dsa->priv_key))
    -			goto memerr;
    -		/* Calculate public key */
    -		if (!(dsa->pub_key = BN_new()))
    -			goto memerr;
    -		if (!(ctx = BN_CTX_new()))
    -			goto memerr;
    -			
    -		if (!BN_mod_exp(dsa->pub_key, dsa->g,
    -						 dsa->priv_key, dsa->p, ctx))
    -			
    -			goto memerr;
    -		BN_CTX_free(ctx);
    -		}
    -
    -	EVP_PKEY_set1_DSA(ret, dsa);
    -	DSA_free(dsa);
    -	*in = p;
    -	return ret;
    -
    -	memerr:
    -	PEMerr(PEM_F_B2I_DSS, ERR_R_MALLOC_FAILURE);
    -	if (dsa)
    -		DSA_free(dsa);
    -	if (ret)
    -		EVP_PKEY_free(ret);
    -	if (ctx)
    -		BN_CTX_free(ctx);
    -	return NULL;
    -	}
    +                         unsigned int bitlen, int ispub)
    +{
    +    const unsigned char *p = *in;
    +    EVP_PKEY *ret = NULL;
    +    DSA *dsa = NULL;
    +    BN_CTX *ctx = NULL;
    +    unsigned int nbyte;
    +    nbyte = (bitlen + 7) >> 3;
    +
    +    dsa = DSA_new();
    +    ret = EVP_PKEY_new();
    +    if (!dsa || !ret)
    +        goto memerr;
    +    if (!read_lebn(&p, nbyte, &dsa->p))
    +        goto memerr;
    +    if (!read_lebn(&p, 20, &dsa->q))
    +        goto memerr;
    +    if (!read_lebn(&p, nbyte, &dsa->g))
    +        goto memerr;
    +    if (ispub) {
    +        if (!read_lebn(&p, nbyte, &dsa->pub_key))
    +            goto memerr;
    +    } else {
    +        if (!read_lebn(&p, 20, &dsa->priv_key))
    +            goto memerr;
    +        /* Calculate public key */
    +        if (!(dsa->pub_key = BN_new()))
    +            goto memerr;
    +        if (!(ctx = BN_CTX_new()))
    +            goto memerr;
    +
    +        if (!BN_mod_exp(dsa->pub_key, dsa->g, dsa->priv_key, dsa->p, ctx))
    +
    +            goto memerr;
    +        BN_CTX_free(ctx);
    +    }
    +
    +    EVP_PKEY_set1_DSA(ret, dsa);
    +    DSA_free(dsa);
    +    *in = p;
    +    return ret;
    +
    + memerr:
    +    PEMerr(PEM_F_B2I_DSS, ERR_R_MALLOC_FAILURE);
    +    if (dsa)
    +        DSA_free(dsa);
    +    if (ret)
    +        EVP_PKEY_free(ret);
    +    if (ctx)
    +        BN_CTX_free(ctx);
    +    return NULL;
    +}
     
     static EVP_PKEY *b2i_rsa(const unsigned char **in, unsigned int length,
    -						unsigned int bitlen, int ispub)
    -		
    -	{
    -	const unsigned char *p = *in;
    -	EVP_PKEY *ret = NULL;
    -	RSA *rsa = NULL;
    -	unsigned int nbyte, hnbyte;
    -	nbyte = (bitlen + 7) >> 3;
    -	hnbyte = (bitlen + 15) >> 4;
    -	rsa = RSA_new();
    -	ret = EVP_PKEY_new();
    -	if (!rsa || !ret)
    -		goto memerr;
    -	rsa->e = BN_new();
    -	if (!rsa->e)
    -		goto memerr;
    -	if (!BN_set_word(rsa->e, read_ledword(&p)))
    -		goto memerr;
    -	if (!read_lebn(&p, nbyte, &rsa->n))
    -		goto memerr;
    -	if (!ispub)
    -		{
    -		if (!read_lebn(&p, hnbyte, &rsa->p))
    -			goto memerr;
    -		if (!read_lebn(&p, hnbyte, &rsa->q))
    -			goto memerr;
    -		if (!read_lebn(&p, hnbyte, &rsa->dmp1))
    -			goto memerr;
    -		if (!read_lebn(&p, hnbyte, &rsa->dmq1))
    -			goto memerr;
    -		if (!read_lebn(&p, hnbyte, &rsa->iqmp))
    -			goto memerr;
    -		if (!read_lebn(&p, nbyte, &rsa->d))
    -			goto memerr;
    -		}
    -
    -	EVP_PKEY_set1_RSA(ret, rsa);
    -	RSA_free(rsa);
    -	*in = p;
    -	return ret;
    -	memerr:
    -	PEMerr(PEM_F_B2I_RSA, ERR_R_MALLOC_FAILURE);
    -	if (rsa)
    -		RSA_free(rsa);
    -	if (ret)
    -		EVP_PKEY_free(ret);
    -	return NULL;
    -	}
    +                         unsigned int bitlen, int ispub)
    +{
    +    const unsigned char *p = *in;
    +    EVP_PKEY *ret = NULL;
    +    RSA *rsa = NULL;
    +    unsigned int nbyte, hnbyte;
    +    nbyte = (bitlen + 7) >> 3;
    +    hnbyte = (bitlen + 15) >> 4;
    +    rsa = RSA_new();
    +    ret = EVP_PKEY_new();
    +    if (!rsa || !ret)
    +        goto memerr;
    +    rsa->e = BN_new();
    +    if (!rsa->e)
    +        goto memerr;
    +    if (!BN_set_word(rsa->e, read_ledword(&p)))
    +        goto memerr;
    +    if (!read_lebn(&p, nbyte, &rsa->n))
    +        goto memerr;
    +    if (!ispub) {
    +        if (!read_lebn(&p, hnbyte, &rsa->p))
    +            goto memerr;
    +        if (!read_lebn(&p, hnbyte, &rsa->q))
    +            goto memerr;
    +        if (!read_lebn(&p, hnbyte, &rsa->dmp1))
    +            goto memerr;
    +        if (!read_lebn(&p, hnbyte, &rsa->dmq1))
    +            goto memerr;
    +        if (!read_lebn(&p, hnbyte, &rsa->iqmp))
    +            goto memerr;
    +        if (!read_lebn(&p, nbyte, &rsa->d))
    +            goto memerr;
    +    }
    +
    +    EVP_PKEY_set1_RSA(ret, rsa);
    +    RSA_free(rsa);
    +    *in = p;
    +    return ret;
    + memerr:
    +    PEMerr(PEM_F_B2I_RSA, ERR_R_MALLOC_FAILURE);
    +    if (rsa)
    +        RSA_free(rsa);
    +    if (ret)
    +        EVP_PKEY_free(ret);
    +    return NULL;
    +}
     
     EVP_PKEY *b2i_PrivateKey(const unsigned char **in, long length)
    -	{
    -	return do_b2i(in, length, 0);
    -	}
    +{
    +    return do_b2i(in, length, 0);
    +}
     
     EVP_PKEY *b2i_PublicKey(const unsigned char **in, long length)
    -	{
    -	return do_b2i(in, length, 1);
    -	}
    -
    +{
    +    return do_b2i(in, length, 1);
    +}
     
     EVP_PKEY *b2i_PrivateKey_bio(BIO *in)
    -	{
    -	return do_b2i_bio(in, 0);
    -	}
    +{
    +    return do_b2i_bio(in, 0);
    +}
     
     EVP_PKEY *b2i_PublicKey_bio(BIO *in)
    -	{
    -	return do_b2i_bio(in, 1);
    -	}
    +{
    +    return do_b2i_bio(in, 1);
    +}
     
     static void write_ledword(unsigned char **out, unsigned int dw)
    -	{
    -	unsigned char *p = *out;
    -	*p++ = dw & 0xff;
    -	*p++ = (dw>>8) & 0xff;
    -	*p++ = (dw>>16) & 0xff;
    -	*p++ = (dw>>24) & 0xff;
    -	*out = p;
    -	}
    +{
    +    unsigned char *p = *out;
    +    *p++ = dw & 0xff;
    +    *p++ = (dw >> 8) & 0xff;
    +    *p++ = (dw >> 16) & 0xff;
    +    *p++ = (dw >> 24) & 0xff;
    +    *out = p;
    +}
     
     static void write_lebn(unsigned char **out, const BIGNUM *bn, int len)
    -	{
    -	int nb, i;
    -	unsigned char *p = *out, *q, c;
    -	nb = BN_num_bytes(bn);
    -	BN_bn2bin(bn, p);
    -	q = p + nb - 1;
    -	/* In place byte order reversal */
    -	for (i = 0; i < nb/2; i++)
    -		{
    -		c = *p;
    -		*p++ = *q;
    -		*q-- = c;
    -		}
    -	*out += nb;
    -	/* Pad with zeroes if we have to */
    -	if (len > 0)
    -		{
    -		len -= nb;
    -		if (len > 0)
    -			{
    -			memset(*out, 0, len);
    -			*out += len;
    -			}
    -		}
    -	}
    -
    +{
    +    int nb, i;
    +    unsigned char *p = *out, *q, c;
    +    nb = BN_num_bytes(bn);
    +    BN_bn2bin(bn, p);
    +    q = p + nb - 1;
    +    /* In place byte order reversal */
    +    for (i = 0; i < nb / 2; i++) {
    +        c = *p;
    +        *p++ = *q;
    +        *q-- = c;
    +    }
    +    *out += nb;
    +    /* Pad with zeroes if we have to */
    +    if (len > 0) {
    +        len -= nb;
    +        if (len > 0) {
    +            memset(*out, 0, len);
    +            *out += len;
    +        }
    +    }
    +}
     
     static int check_bitlen_rsa(RSA *rsa, int ispub, unsigned int *magic);
     static int check_bitlen_dsa(DSA *dsa, int ispub, unsigned int *magic);
     
     static void write_rsa(unsigned char **out, RSA *rsa, int ispub);
     static void write_dsa(unsigned char **out, DSA *dsa, int ispub);
    -	
    +
     static int do_i2b(unsigned char **out, EVP_PKEY *pk, int ispub)
    -	{
    -	unsigned char *p;
    -	unsigned int bitlen, magic = 0, keyalg;
    -	int outlen, noinc = 0;
    -	if (pk->type == EVP_PKEY_DSA)
    -		{
    -		bitlen = check_bitlen_dsa(pk->pkey.dsa, ispub, &magic);
    -		keyalg = MS_KEYALG_DSS_SIGN;
    -		}
    -	else if (pk->type == EVP_PKEY_RSA)
    -		{
    -		bitlen = check_bitlen_rsa(pk->pkey.rsa, ispub, &magic);
    -		keyalg = MS_KEYALG_RSA_KEYX;
    -		}
    -	else
    -		return -1;
    -	if (bitlen == 0)
    -		return -1;
    -	outlen = 16 + blob_length(bitlen,
    -			keyalg == MS_KEYALG_DSS_SIGN ? 1 : 0, ispub);
    -	if (out == NULL)
    -		return outlen;
    -	if (*out)
    -		p = *out;
    -	else
    -		{
    -		p = OPENSSL_malloc(outlen);
    -		if (!p)
    -			return -1;
    -		*out = p;
    -		noinc = 1;
    -		}
    -	if (ispub)
    -		*p++ = MS_PUBLICKEYBLOB;
    -	else
    -		*p++ = MS_PRIVATEKEYBLOB;
    -	*p++ = 0x2;
    -	*p++ = 0;
    -	*p++ = 0;
    -	write_ledword(&p, keyalg);
    -	write_ledword(&p, magic);
    -	write_ledword(&p, bitlen);
    -	if (keyalg == MS_KEYALG_DSS_SIGN)
    -		write_dsa(&p, pk->pkey.dsa, ispub);
    -	else
    -		write_rsa(&p, pk->pkey.rsa, ispub);
    -	if (!noinc)
    -		*out += outlen;
    -	return outlen;
    -	}
    +{
    +    unsigned char *p;
    +    unsigned int bitlen, magic = 0, keyalg;
    +    int outlen, noinc = 0;
    +    if (pk->type == EVP_PKEY_DSA) {
    +        bitlen = check_bitlen_dsa(pk->pkey.dsa, ispub, &magic);
    +        keyalg = MS_KEYALG_DSS_SIGN;
    +    } else if (pk->type == EVP_PKEY_RSA) {
    +        bitlen = check_bitlen_rsa(pk->pkey.rsa, ispub, &magic);
    +        keyalg = MS_KEYALG_RSA_KEYX;
    +    } else
    +        return -1;
    +    if (bitlen == 0)
    +        return -1;
    +    outlen = 16 + blob_length(bitlen,
    +                              keyalg == MS_KEYALG_DSS_SIGN ? 1 : 0, ispub);
    +    if (out == NULL)
    +        return outlen;
    +    if (*out)
    +        p = *out;
    +    else {
    +        p = OPENSSL_malloc(outlen);
    +        if (!p)
    +            return -1;
    +        *out = p;
    +        noinc = 1;
    +    }
    +    if (ispub)
    +        *p++ = MS_PUBLICKEYBLOB;
    +    else
    +        *p++ = MS_PRIVATEKEYBLOB;
    +    *p++ = 0x2;
    +    *p++ = 0;
    +    *p++ = 0;
    +    write_ledword(&p, keyalg);
    +    write_ledword(&p, magic);
    +    write_ledword(&p, bitlen);
    +    if (keyalg == MS_KEYALG_DSS_SIGN)
    +        write_dsa(&p, pk->pkey.dsa, ispub);
    +    else
    +        write_rsa(&p, pk->pkey.rsa, ispub);
    +    if (!noinc)
    +        *out += outlen;
    +    return outlen;
    +}
     
     static int do_i2b_bio(BIO *out, EVP_PKEY *pk, int ispub)
    -	{
    -	unsigned char *tmp = NULL;
    -	int outlen, wrlen;
    -	outlen = do_i2b(&tmp, pk, ispub);
    -	if (outlen < 0)
    -		return -1;
    -	wrlen = BIO_write(out, tmp, outlen);
    -	OPENSSL_free(tmp);
    -	if (wrlen == outlen)
    -		return outlen;
    -	return -1;
    -	}
    +{
    +    unsigned char *tmp = NULL;
    +    int outlen, wrlen;
    +    outlen = do_i2b(&tmp, pk, ispub);
    +    if (outlen < 0)
    +        return -1;
    +    wrlen = BIO_write(out, tmp, outlen);
    +    OPENSSL_free(tmp);
    +    if (wrlen == outlen)
    +        return outlen;
    +    return -1;
    +}
     
     static int check_bitlen_dsa(DSA *dsa, int ispub, unsigned int *pmagic)
    -	{
    -	int bitlen;
    -	bitlen = BN_num_bits(dsa->p);
    -	if ((bitlen & 7) || (BN_num_bits(dsa->q) != 160)
    -		|| (BN_num_bits(dsa->g) > bitlen))
    -		goto badkey;
    -	if (ispub)
    -		{
    -		if (BN_num_bits(dsa->pub_key) > bitlen)
    -			goto badkey;
    -		*pmagic = MS_DSS1MAGIC;
    -		}
    -	else
    -		{
    -		if (BN_num_bits(dsa->priv_key) > 160)
    -			goto badkey;
    -		*pmagic = MS_DSS2MAGIC;
    -		}
    -	
    -	return bitlen;
    -	badkey:
    -	PEMerr(PEM_F_CHECK_BITLEN_DSA, PEM_R_UNSUPPORTED_KEY_COMPONENTS);
    -	return 0;
    -	}
    +{
    +    int bitlen;
    +    bitlen = BN_num_bits(dsa->p);
    +    if ((bitlen & 7) || (BN_num_bits(dsa->q) != 160)
    +        || (BN_num_bits(dsa->g) > bitlen))
    +        goto badkey;
    +    if (ispub) {
    +        if (BN_num_bits(dsa->pub_key) > bitlen)
    +            goto badkey;
    +        *pmagic = MS_DSS1MAGIC;
    +    } else {
    +        if (BN_num_bits(dsa->priv_key) > 160)
    +            goto badkey;
    +        *pmagic = MS_DSS2MAGIC;
    +    }
    +
    +    return bitlen;
    + badkey:
    +    PEMerr(PEM_F_CHECK_BITLEN_DSA, PEM_R_UNSUPPORTED_KEY_COMPONENTS);
    +    return 0;
    +}
     
     static int check_bitlen_rsa(RSA *rsa, int ispub, unsigned int *pmagic)
    -	{
    -	int nbyte, hnbyte, bitlen;
    -	if (BN_num_bits(rsa->e) > 32)
    -		goto badkey;
    -	bitlen = BN_num_bits(rsa->n);
    -	nbyte = BN_num_bytes(rsa->n);
    -	hnbyte = (BN_num_bits(rsa->n) + 15) >> 4;
    -	if (ispub)
    -		{
    -		*pmagic = MS_RSA1MAGIC;
    -		return bitlen;
    -		}
    -	else
    -	{
    -		*pmagic = MS_RSA2MAGIC;
    -		/* For private key each component must fit within nbyte or
    -		 * hnbyte.
    -		 */
    -		if (BN_num_bytes(rsa->d) > nbyte)
    -			goto badkey;
    -		if ((BN_num_bytes(rsa->iqmp) > hnbyte)
    -			|| (BN_num_bytes(rsa->p) > hnbyte)
    -			|| (BN_num_bytes(rsa->q) > hnbyte)
    -			|| (BN_num_bytes(rsa->dmp1) > hnbyte)
    -			|| (BN_num_bytes(rsa->dmq1) > hnbyte))
    -			goto badkey;
    -	}
    -	return bitlen;
    -	badkey:
    -	PEMerr(PEM_F_CHECK_BITLEN_RSA, PEM_R_UNSUPPORTED_KEY_COMPONENTS);
    -	return 0;
    -	}
    -
    +{
    +    int nbyte, hnbyte, bitlen;
    +    if (BN_num_bits(rsa->e) > 32)
    +        goto badkey;
    +    bitlen = BN_num_bits(rsa->n);
    +    nbyte = BN_num_bytes(rsa->n);
    +    hnbyte = (BN_num_bits(rsa->n) + 15) >> 4;
    +    if (ispub) {
    +        *pmagic = MS_RSA1MAGIC;
    +        return bitlen;
    +    } else {
    +        *pmagic = MS_RSA2MAGIC;
    +        /*
    +         * For private key each component must fit within nbyte or hnbyte.
    +         */
    +        if (BN_num_bytes(rsa->d) > nbyte)
    +            goto badkey;
    +        if ((BN_num_bytes(rsa->iqmp) > hnbyte)
    +            || (BN_num_bytes(rsa->p) > hnbyte)
    +            || (BN_num_bytes(rsa->q) > hnbyte)
    +            || (BN_num_bytes(rsa->dmp1) > hnbyte)
    +            || (BN_num_bytes(rsa->dmq1) > hnbyte))
    +            goto badkey;
    +    }
    +    return bitlen;
    + badkey:
    +    PEMerr(PEM_F_CHECK_BITLEN_RSA, PEM_R_UNSUPPORTED_KEY_COMPONENTS);
    +    return 0;
    +}
     
     static void write_rsa(unsigned char **out, RSA *rsa, int ispub)
    -	{
    -	int nbyte, hnbyte;
    -	nbyte = BN_num_bytes(rsa->n);
    -	hnbyte = (BN_num_bits(rsa->n) + 15) >> 4;
    -	write_lebn(out, rsa->e, 4);
    -	write_lebn(out, rsa->n, -1);
    -	if (ispub)
    -		return;
    -	write_lebn(out, rsa->p, hnbyte);
    -	write_lebn(out, rsa->q, hnbyte);
    -	write_lebn(out, rsa->dmp1, hnbyte);
    -	write_lebn(out, rsa->dmq1, hnbyte);
    -	write_lebn(out, rsa->iqmp, hnbyte);
    -	write_lebn(out, rsa->d, nbyte);
    -	}
    -
    -	
    +{
    +    int nbyte, hnbyte;
    +    nbyte = BN_num_bytes(rsa->n);
    +    hnbyte = (BN_num_bits(rsa->n) + 15) >> 4;
    +    write_lebn(out, rsa->e, 4);
    +    write_lebn(out, rsa->n, -1);
    +    if (ispub)
    +        return;
    +    write_lebn(out, rsa->p, hnbyte);
    +    write_lebn(out, rsa->q, hnbyte);
    +    write_lebn(out, rsa->dmp1, hnbyte);
    +    write_lebn(out, rsa->dmq1, hnbyte);
    +    write_lebn(out, rsa->iqmp, hnbyte);
    +    write_lebn(out, rsa->d, nbyte);
    +}
    +
     static void write_dsa(unsigned char **out, DSA *dsa, int ispub)
    -	{
    -	int nbyte;
    -	nbyte = BN_num_bytes(dsa->p);
    -	write_lebn(out, dsa->p, nbyte);
    -	write_lebn(out, dsa->q, 20);
    -	write_lebn(out, dsa->g, nbyte);
    -	if (ispub)
    -		write_lebn(out, dsa->pub_key, nbyte);
    -	else
    -		write_lebn(out, dsa->priv_key, 20);
    -	/* Set "invalid" for seed structure values */
    -	memset(*out, 0xff, 24);
    -	*out += 24;
    -	return;
    -	}
    -	
    +{
    +    int nbyte;
    +    nbyte = BN_num_bytes(dsa->p);
    +    write_lebn(out, dsa->p, nbyte);
    +    write_lebn(out, dsa->q, 20);
    +    write_lebn(out, dsa->g, nbyte);
    +    if (ispub)
    +        write_lebn(out, dsa->pub_key, nbyte);
    +    else
    +        write_lebn(out, dsa->priv_key, 20);
    +    /* Set "invalid" for seed structure values */
    +    memset(*out, 0xff, 24);
    +    *out += 24;
    +    return;
    +}
     
     int i2b_PrivateKey_bio(BIO *out, EVP_PKEY *pk)
    -	{
    -	return do_i2b_bio(out, pk, 0);
    -	}
    +{
    +    return do_i2b_bio(out, pk, 0);
    +}
     
     int i2b_PublicKey_bio(BIO *out, EVP_PKEY *pk)
    -	{
    -	return do_i2b_bio(out, pk, 1);
    -	}
    +{
    +    return do_i2b_bio(out, pk, 1);
    +}
     
    -#ifndef OPENSSL_NO_RC4
    +# ifndef OPENSSL_NO_RC4
     
     static int do_PVK_header(const unsigned char **in, unsigned int length,
    -		int skip_magic,
    -	       	unsigned int *psaltlen, unsigned int *pkeylen)
    -		
    -	{
    -	const unsigned char *p = *in;
    -	unsigned int pvk_magic, is_encrypted;
    -	if (skip_magic)
    -		{
    -		if (length < 20)
    -			{
    -			PEMerr(PEM_F_DO_PVK_HEADER, PEM_R_PVK_TOO_SHORT);
    -			return 0;
    -			}
    -		length -= 20;
    -		}
    -	else
    -		{
    -		if (length < 24)
    -			{
    -			PEMerr(PEM_F_DO_PVK_HEADER, PEM_R_PVK_TOO_SHORT);
    -			return 0;
    -			}
    -		length -= 24;
    -		pvk_magic = read_ledword(&p);
    -		if (pvk_magic != MS_PVKMAGIC)
    -			{
    -			PEMerr(PEM_F_DO_PVK_HEADER, PEM_R_BAD_MAGIC_NUMBER);
    -			return 0;
    -			}
    -		}
    -	/* Skip reserved */
    -	p += 4;
    -	/*keytype = */read_ledword(&p);
    -	is_encrypted = read_ledword(&p);
    -	*psaltlen = read_ledword(&p);
    -	*pkeylen = read_ledword(&p);
    -
    -	if (is_encrypted && !*psaltlen)
    -		{
    -		PEMerr(PEM_F_DO_PVK_HEADER, PEM_R_INCONSISTENT_HEADER);
    -		return 0;
    -		}
    -
    -	*in = p;
    -	return 1;
    -	}
    -
    -static int derive_pvk_key(unsigned char *key, 
    -			const unsigned char *salt, unsigned int saltlen,
    -			const unsigned char *pass, int passlen)
    -	{
    -	EVP_MD_CTX mctx;
    -	int rv = 1;
    -	EVP_MD_CTX_init(&mctx);
    -	if (!EVP_DigestInit_ex(&mctx, EVP_sha1(), NULL)
    -		|| !EVP_DigestUpdate(&mctx, salt, saltlen)
    -		|| !EVP_DigestUpdate(&mctx, pass, passlen)
    -		|| !EVP_DigestFinal_ex(&mctx, key, NULL))
    -			rv = 0;
    -
    -	EVP_MD_CTX_cleanup(&mctx);
    -	return rv;
    -	}
    -	
    +                         int skip_magic,
    +                         unsigned int *psaltlen, unsigned int *pkeylen)
    +{
    +    const unsigned char *p = *in;
    +    unsigned int pvk_magic, is_encrypted;
    +    if (skip_magic) {
    +        if (length < 20) {
    +            PEMerr(PEM_F_DO_PVK_HEADER, PEM_R_PVK_TOO_SHORT);
    +            return 0;
    +        }
    +        length -= 20;
    +    } else {
    +        if (length < 24) {
    +            PEMerr(PEM_F_DO_PVK_HEADER, PEM_R_PVK_TOO_SHORT);
    +            return 0;
    +        }
    +        length -= 24;
    +        pvk_magic = read_ledword(&p);
    +        if (pvk_magic != MS_PVKMAGIC) {
    +            PEMerr(PEM_F_DO_PVK_HEADER, PEM_R_BAD_MAGIC_NUMBER);
    +            return 0;
    +        }
    +    }
    +    /* Skip reserved */
    +    p += 4;
    +    /*
    +     * keytype =
    +     */ read_ledword(&p);
    +    is_encrypted = read_ledword(&p);
    +    *psaltlen = read_ledword(&p);
    +    *pkeylen = read_ledword(&p);
    +
    +    if (is_encrypted && !*psaltlen) {
    +        PEMerr(PEM_F_DO_PVK_HEADER, PEM_R_INCONSISTENT_HEADER);
    +        return 0;
    +    }
    +
    +    *in = p;
    +    return 1;
    +}
    +
    +static int derive_pvk_key(unsigned char *key,
    +                          const unsigned char *salt, unsigned int saltlen,
    +                          const unsigned char *pass, int passlen)
    +{
    +    EVP_MD_CTX mctx;
    +    int rv = 1;
    +    EVP_MD_CTX_init(&mctx);
    +    if (!EVP_DigestInit_ex(&mctx, EVP_sha1(), NULL)
    +        || !EVP_DigestUpdate(&mctx, salt, saltlen)
    +        || !EVP_DigestUpdate(&mctx, pass, passlen)
    +        || !EVP_DigestFinal_ex(&mctx, key, NULL))
    +        rv = 0;
    +
    +    EVP_MD_CTX_cleanup(&mctx);
    +    return rv;
    +}
     
     static EVP_PKEY *do_PVK_body(const unsigned char **in,
    -		unsigned int saltlen, unsigned int keylen,
    -		pem_password_cb *cb, void *u)
    -	{
    -	EVP_PKEY *ret = NULL;
    -	const unsigned char *p = *in;
    -	unsigned int magic;
    -	unsigned char *enctmp = NULL, *q;
    -	EVP_CIPHER_CTX cctx;
    -	EVP_CIPHER_CTX_init(&cctx);
    -	if (saltlen)
    -		{
    -		char psbuf[PEM_BUFSIZE];
    -		unsigned char keybuf[20];
    -		int enctmplen, inlen;
    -		if (cb)
    -			inlen=cb(psbuf,PEM_BUFSIZE,0,u);
    -		else
    -			inlen=PEM_def_callback(psbuf,PEM_BUFSIZE,0,u);
    -		if (inlen <= 0)
    -			{
    -			PEMerr(PEM_F_DO_PVK_BODY,PEM_R_BAD_PASSWORD_READ);
    -			return NULL;
    -			}
    -		enctmp = OPENSSL_malloc(keylen + 8);
    -		if (!enctmp)
    -			{
    -			PEMerr(PEM_F_DO_PVK_BODY, ERR_R_MALLOC_FAILURE);
    -			return NULL;
    -			}
    -		if (!derive_pvk_key(keybuf, p, saltlen,
    -			    (unsigned char *)psbuf, inlen))
    -			return NULL;
    -		p += saltlen;
    -		/* Copy BLOBHEADER across, decrypt rest */
    -		memcpy(enctmp, p, 8);
    -		p += 8;
    -		if (keylen < 8)
    -			{
    -			PEMerr(PEM_F_DO_PVK_BODY, PEM_R_PVK_TOO_SHORT);
    -			return NULL;
    -			}
    -		inlen = keylen - 8;
    -		q = enctmp + 8;
    -		if (!EVP_DecryptInit_ex(&cctx, EVP_rc4(), NULL, keybuf, NULL))
    -			goto err;
    -		if (!EVP_DecryptUpdate(&cctx, q, &enctmplen, p, inlen))
    -			goto err;
    -		if (!EVP_DecryptFinal_ex(&cctx, q + enctmplen, &enctmplen))
    -			goto err;
    -		magic = read_ledword((const unsigned char **)&q);
    -		if (magic != MS_RSA2MAGIC && magic != MS_DSS2MAGIC)
    -			{
    -			q = enctmp + 8;
    -			memset(keybuf + 5, 0, 11);
    -			if (!EVP_DecryptInit_ex(&cctx, EVP_rc4(), NULL, keybuf,
    -								NULL))
    -				goto err;
    -			OPENSSL_cleanse(keybuf, 20);
    -			if (!EVP_DecryptUpdate(&cctx, q, &enctmplen, p, inlen))
    -				goto err;
    -			if (!EVP_DecryptFinal_ex(&cctx, q + enctmplen,
    -								&enctmplen))
    -				goto err;
    -			magic = read_ledword((const unsigned char **)&q);
    -			if (magic != MS_RSA2MAGIC && magic != MS_DSS2MAGIC)
    -				{
    -				PEMerr(PEM_F_DO_PVK_BODY, PEM_R_BAD_DECRYPT);
    -				goto err;
    -				}
    -			}
    -		else
    -			OPENSSL_cleanse(keybuf, 20);
    -		p = enctmp;
    -		}
    -
    -	ret = b2i_PrivateKey(&p, keylen);
    -	err:
    -	EVP_CIPHER_CTX_cleanup(&cctx);
    -	if (enctmp && saltlen)
    -		OPENSSL_free(enctmp);
    -	return ret;
    -	}
    -
    +                             unsigned int saltlen, unsigned int keylen,
    +                             pem_password_cb *cb, void *u)
    +{
    +    EVP_PKEY *ret = NULL;
    +    const unsigned char *p = *in;
    +    unsigned int magic;
    +    unsigned char *enctmp = NULL, *q;
    +    EVP_CIPHER_CTX cctx;
    +    EVP_CIPHER_CTX_init(&cctx);
    +    if (saltlen) {
    +        char psbuf[PEM_BUFSIZE];
    +        unsigned char keybuf[20];
    +        int enctmplen, inlen;
    +        if (cb)
    +            inlen = cb(psbuf, PEM_BUFSIZE, 0, u);
    +        else
    +            inlen = PEM_def_callback(psbuf, PEM_BUFSIZE, 0, u);
    +        if (inlen <= 0) {
    +            PEMerr(PEM_F_DO_PVK_BODY, PEM_R_BAD_PASSWORD_READ);
    +            return NULL;
    +        }
    +        enctmp = OPENSSL_malloc(keylen + 8);
    +        if (!enctmp) {
    +            PEMerr(PEM_F_DO_PVK_BODY, ERR_R_MALLOC_FAILURE);
    +            return NULL;
    +        }
    +        if (!derive_pvk_key(keybuf, p, saltlen,
    +                            (unsigned char *)psbuf, inlen))
    +            return NULL;
    +        p += saltlen;
    +        /* Copy BLOBHEADER across, decrypt rest */
    +        memcpy(enctmp, p, 8);
    +        p += 8;
    +        if (keylen < 8) {
    +            PEMerr(PEM_F_DO_PVK_BODY, PEM_R_PVK_TOO_SHORT);
    +            return NULL;
    +        }
    +        inlen = keylen - 8;
    +        q = enctmp + 8;
    +        if (!EVP_DecryptInit_ex(&cctx, EVP_rc4(), NULL, keybuf, NULL))
    +            goto err;
    +        if (!EVP_DecryptUpdate(&cctx, q, &enctmplen, p, inlen))
    +            goto err;
    +        if (!EVP_DecryptFinal_ex(&cctx, q + enctmplen, &enctmplen))
    +            goto err;
    +        magic = read_ledword((const unsigned char **)&q);
    +        if (magic != MS_RSA2MAGIC && magic != MS_DSS2MAGIC) {
    +            q = enctmp + 8;
    +            memset(keybuf + 5, 0, 11);
    +            if (!EVP_DecryptInit_ex(&cctx, EVP_rc4(), NULL, keybuf, NULL))
    +                goto err;
    +            OPENSSL_cleanse(keybuf, 20);
    +            if (!EVP_DecryptUpdate(&cctx, q, &enctmplen, p, inlen))
    +                goto err;
    +            if (!EVP_DecryptFinal_ex(&cctx, q + enctmplen, &enctmplen))
    +                goto err;
    +            magic = read_ledword((const unsigned char **)&q);
    +            if (magic != MS_RSA2MAGIC && magic != MS_DSS2MAGIC) {
    +                PEMerr(PEM_F_DO_PVK_BODY, PEM_R_BAD_DECRYPT);
    +                goto err;
    +            }
    +        } else
    +            OPENSSL_cleanse(keybuf, 20);
    +        p = enctmp;
    +    }
    +
    +    ret = b2i_PrivateKey(&p, keylen);
    + err:
    +    EVP_CIPHER_CTX_cleanup(&cctx);
    +    if (enctmp && saltlen)
    +        OPENSSL_free(enctmp);
    +    return ret;
    +}
     
     EVP_PKEY *b2i_PVK_bio(BIO *in, pem_password_cb *cb, void *u)
    -	{
    -	unsigned char pvk_hdr[24], *buf = NULL;
    -	const unsigned char *p;
    -	int buflen;
    -	EVP_PKEY *ret = NULL;
    -	unsigned int saltlen, keylen;
    -	if (BIO_read(in, pvk_hdr, 24) != 24)
    -		{
    -		PEMerr(PEM_F_B2I_PVK_BIO, PEM_R_PVK_DATA_TOO_SHORT);
    -		return NULL;
    -		}
    -	p = pvk_hdr;
    -
    -	if (!do_PVK_header(&p, 24, 0, &saltlen, &keylen))
    -		return 0;
    -	buflen = (int) keylen + saltlen;
    -	buf = OPENSSL_malloc(buflen);
    -	if (!buf)
    -		{
    -		PEMerr(PEM_F_B2I_PVK_BIO, ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	p = buf;
    -	if (BIO_read(in, buf, buflen) != buflen)
    -		{
    -		PEMerr(PEM_F_B2I_PVK_BIO, PEM_R_PVK_DATA_TOO_SHORT);
    -		goto err;
    -		}
    -	ret = do_PVK_body(&p, saltlen, keylen, cb, u);
    -
    -	err:
    -	if (buf)
    -		{
    -		OPENSSL_cleanse(buf, buflen);
    -		OPENSSL_free(buf);
    -		}
    -	return ret;
    -	}
    -
    -	
    -	
    -static int i2b_PVK(unsigned char **out, EVP_PKEY*pk, int enclevel,
    -		pem_password_cb *cb, void *u)
    -	{
    -	int outlen = 24, pklen;
    -	unsigned char *p, *salt = NULL;
    -	EVP_CIPHER_CTX cctx;
    -	EVP_CIPHER_CTX_init(&cctx);
    -	if (enclevel)
    -		outlen += PVK_SALTLEN;
    -	pklen = do_i2b(NULL, pk, 0);
    -	if (pklen < 0)
    -		return -1;
    -	outlen += pklen;
    -	if (!out)
    -		return outlen;
    -	if (*out)
    -		p = *out;
    -	else
    -		{
    -		p = OPENSSL_malloc(outlen);
    -		if (!p)
    -			{
    -			PEMerr(PEM_F_I2B_PVK,ERR_R_MALLOC_FAILURE);
    -			return -1;
    -			}
    -		*out = p;
    -		}
    -
    -	write_ledword(&p, MS_PVKMAGIC);
    -	write_ledword(&p, 0);
    -	if (pk->type == EVP_PKEY_DSA)
    -		write_ledword(&p, MS_KEYTYPE_SIGN);
    -	else
    -		write_ledword(&p, MS_KEYTYPE_KEYX);
    -	write_ledword(&p, enclevel ? 1 : 0);
    -	write_ledword(&p, enclevel ? PVK_SALTLEN: 0);
    -	write_ledword(&p, pklen);
    -	if (enclevel)
    -		{
    -		if (RAND_bytes(p, PVK_SALTLEN) <= 0)
    -			goto error;
    -		salt = p;
    -		p += PVK_SALTLEN;
    -		}
    -	do_i2b(&p, pk, 0);
    -	if (enclevel == 0)
    -		return outlen;
    -	else
    -		{
    -		char psbuf[PEM_BUFSIZE];
    -		unsigned char keybuf[20];
    -		int enctmplen, inlen;
    -		if (cb)
    -			inlen=cb(psbuf,PEM_BUFSIZE,1,u);
    -		else
    -			inlen=PEM_def_callback(psbuf,PEM_BUFSIZE,1,u);
    -		if (inlen <= 0)
    -			{
    -			PEMerr(PEM_F_I2B_PVK,PEM_R_BAD_PASSWORD_READ);
    -			goto error;
    -			}
    -		if (!derive_pvk_key(keybuf, salt, PVK_SALTLEN,
    -			    (unsigned char *)psbuf, inlen))
    -			goto error;
    -		if (enclevel == 1)
    -			memset(keybuf + 5, 0, 11);
    -		p = salt + PVK_SALTLEN + 8;
    -		if (!EVP_EncryptInit_ex(&cctx, EVP_rc4(), NULL, keybuf, NULL))
    -			goto error;
    -		OPENSSL_cleanse(keybuf, 20);
    -		if (!EVP_DecryptUpdate(&cctx, p, &enctmplen, p, pklen - 8))
    -			goto error;
    -		if (!EVP_DecryptFinal_ex(&cctx, p + enctmplen, &enctmplen))
    -			goto error;
    -		}
    -	EVP_CIPHER_CTX_cleanup(&cctx);
    -	return outlen;
    -
    -	error:
    -	EVP_CIPHER_CTX_cleanup(&cctx);
    -	return -1;
    -	}
    +{
    +    unsigned char pvk_hdr[24], *buf = NULL;
    +    const unsigned char *p;
    +    int buflen;
    +    EVP_PKEY *ret = NULL;
    +    unsigned int saltlen, keylen;
    +    if (BIO_read(in, pvk_hdr, 24) != 24) {
    +        PEMerr(PEM_F_B2I_PVK_BIO, PEM_R_PVK_DATA_TOO_SHORT);
    +        return NULL;
    +    }
    +    p = pvk_hdr;
    +
    +    if (!do_PVK_header(&p, 24, 0, &saltlen, &keylen))
    +        return 0;
    +    buflen = (int)keylen + saltlen;
    +    buf = OPENSSL_malloc(buflen);
    +    if (!buf) {
    +        PEMerr(PEM_F_B2I_PVK_BIO, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    p = buf;
    +    if (BIO_read(in, buf, buflen) != buflen) {
    +        PEMerr(PEM_F_B2I_PVK_BIO, PEM_R_PVK_DATA_TOO_SHORT);
    +        goto err;
    +    }
    +    ret = do_PVK_body(&p, saltlen, keylen, cb, u);
    +
    + err:
    +    if (buf) {
    +        OPENSSL_cleanse(buf, buflen);
    +        OPENSSL_free(buf);
    +    }
    +    return ret;
    +}
    +
    +static int i2b_PVK(unsigned char **out, EVP_PKEY *pk, int enclevel,
    +                   pem_password_cb *cb, void *u)
    +{
    +    int outlen = 24, pklen;
    +    unsigned char *p, *salt = NULL;
    +    EVP_CIPHER_CTX cctx;
    +    EVP_CIPHER_CTX_init(&cctx);
    +    if (enclevel)
    +        outlen += PVK_SALTLEN;
    +    pklen = do_i2b(NULL, pk, 0);
    +    if (pklen < 0)
    +        return -1;
    +    outlen += pklen;
    +    if (!out)
    +        return outlen;
    +    if (*out)
    +        p = *out;
    +    else {
    +        p = OPENSSL_malloc(outlen);
    +        if (!p) {
    +            PEMerr(PEM_F_I2B_PVK, ERR_R_MALLOC_FAILURE);
    +            return -1;
    +        }
    +        *out = p;
    +    }
    +
    +    write_ledword(&p, MS_PVKMAGIC);
    +    write_ledword(&p, 0);
    +    if (pk->type == EVP_PKEY_DSA)
    +        write_ledword(&p, MS_KEYTYPE_SIGN);
    +    else
    +        write_ledword(&p, MS_KEYTYPE_KEYX);
    +    write_ledword(&p, enclevel ? 1 : 0);
    +    write_ledword(&p, enclevel ? PVK_SALTLEN : 0);
    +    write_ledword(&p, pklen);
    +    if (enclevel) {
    +        if (RAND_bytes(p, PVK_SALTLEN) <= 0)
    +            goto error;
    +        salt = p;
    +        p += PVK_SALTLEN;
    +    }
    +    do_i2b(&p, pk, 0);
    +    if (enclevel == 0)
    +        return outlen;
    +    else {
    +        char psbuf[PEM_BUFSIZE];
    +        unsigned char keybuf[20];
    +        int enctmplen, inlen;
    +        if (cb)
    +            inlen = cb(psbuf, PEM_BUFSIZE, 1, u);
    +        else
    +            inlen = PEM_def_callback(psbuf, PEM_BUFSIZE, 1, u);
    +        if (inlen <= 0) {
    +            PEMerr(PEM_F_I2B_PVK, PEM_R_BAD_PASSWORD_READ);
    +            goto error;
    +        }
    +        if (!derive_pvk_key(keybuf, salt, PVK_SALTLEN,
    +                            (unsigned char *)psbuf, inlen))
    +            goto error;
    +        if (enclevel == 1)
    +            memset(keybuf + 5, 0, 11);
    +        p = salt + PVK_SALTLEN + 8;
    +        if (!EVP_EncryptInit_ex(&cctx, EVP_rc4(), NULL, keybuf, NULL))
    +            goto error;
    +        OPENSSL_cleanse(keybuf, 20);
    +        if (!EVP_DecryptUpdate(&cctx, p, &enctmplen, p, pklen - 8))
    +            goto error;
    +        if (!EVP_DecryptFinal_ex(&cctx, p + enctmplen, &enctmplen))
    +            goto error;
    +    }
    +    EVP_CIPHER_CTX_cleanup(&cctx);
    +    return outlen;
    +
    + error:
    +    EVP_CIPHER_CTX_cleanup(&cctx);
    +    return -1;
    +}
     
     int i2b_PVK_bio(BIO *out, EVP_PKEY *pk, int enclevel,
    -		pem_password_cb *cb, void *u)
    -	{
    -	unsigned char *tmp = NULL;
    -	int outlen, wrlen;
    -	outlen = i2b_PVK(&tmp, pk, enclevel, cb, u);
    -	if (outlen < 0)
    -		return -1;
    -	wrlen = BIO_write(out, tmp, outlen);
    -	OPENSSL_free(tmp);
    -	if (wrlen == outlen)
    -		{
    -		PEMerr(PEM_F_I2B_PVK_BIO, PEM_R_BIO_WRITE_FAILURE);
    -		return outlen;
    -		}
    -	return -1;
    -	}
    -
    -#endif
    +                pem_password_cb *cb, void *u)
    +{
    +    unsigned char *tmp = NULL;
    +    int outlen, wrlen;
    +    outlen = i2b_PVK(&tmp, pk, enclevel, cb, u);
    +    if (outlen < 0)
    +        return -1;
    +    wrlen = BIO_write(out, tmp, outlen);
    +    OPENSSL_free(tmp);
    +    if (wrlen == outlen) {
    +        PEMerr(PEM_F_I2B_PVK_BIO, PEM_R_BIO_WRITE_FAILURE);
    +        return outlen;
    +    }
    +    return -1;
    +}
    +
    +# endif
     
     #endif
    diff --git a/openssl/crypto/perlasm/ppc-xlate.pl b/openssl/crypto/perlasm/ppc-xlate.pl
    index a3edd982b..f89e81429 100644
    --- a/openssl/crypto/perlasm/ppc-xlate.pl
    +++ b/openssl/crypto/perlasm/ppc-xlate.pl
    @@ -27,7 +27,8 @@ my $globl = sub {
     	/osx/		&& do { $name = "_$name";
     				last;
     			      };
    -	/linux.*32/	&& do {	$ret .= ".globl	$name\n";
    +	/linux.*(32|64le)/
    +			&& do {	$ret .= ".globl	$name\n";
     				$ret .= ".type	$name,\@function";
     				last;
     			      };
    @@ -37,7 +38,6 @@ my $globl = sub {
     				$ret .= ".align	3\n";
     				$ret .= "$name:\n";
     				$ret .= ".quad	.$name,.TOC.\@tocbase,0\n";
    -				$ret .= ".size	$name,24\n";
     				$ret .= ".previous\n";
     
     				$name = ".$name";
    @@ -50,7 +50,9 @@ my $globl = sub {
         $ret;
     };
     my $text = sub {
    -    ($flavour =~ /aix/) ? ".csect" : ".text";
    +    my $ret = ($flavour =~ /aix/) ? ".csect\t.text[PR],7" : ".text";
    +    $ret = ".abiversion	2\n".$ret	if ($flavour =~ /linux.*64le/);
    +    $ret;
     };
     my $machine = sub {
         my $junk = shift;
    @@ -62,9 +64,12 @@ my $machine = sub {
         ".machine	$arch";
     };
     my $size = sub {
    -    if ($flavour =~ /linux.*32/)
    +    if ($flavour =~ /linux/)
         {	shift;
    -	".size	" . join(",",@_);
    +	my $name = shift; $name =~ s|^[\.\_]||;
    +	my $ret  = ".size	$name,.-".($flavour=~/64$/?".":"").$name;
    +	$ret .= "\n.size	.$name,.-.$name" if ($flavour=~/64$/);
    +	$ret;
         }
         else
         {	"";	}
    @@ -77,6 +82,25 @@ my $asciz = sub {
         else
         {	"";	}
     };
    +my $quad = sub {
    +    shift;
    +    my @ret;
    +    my ($hi,$lo);
    +    for (@_) {
    +	if (/^0x([0-9a-f]*?)([0-9a-f]{1,8})$/io)
    +	{  $hi=$1?"0x$1":"0"; $lo="0x$2";  }
    +	elsif (/^([0-9]+)$/o)
    +	{  $hi=$1>>32; $lo=$1&0xffffffff;  } # error-prone with 32-bit perl
    +	else
    +	{  $hi=undef; $lo=$_; }
    +
    +	if (defined($hi))
    +	{  push(@ret,$flavour=~/le$/o?".long\t$lo,$hi":".long\t$hi,$lo");  }
    +	else
    +	{  push(@ret,".quad	$lo");  }
    +    }
    +    join("\n",@ret);
    +};
     
     ################################################################
     # simplified mnemonics not handled by at least one assembler
    @@ -122,6 +146,46 @@ my $extrdi = sub {
         $b = ($b+$n)&63; $n = 64-$n;
         "	rldicl	$ra,$rs,$b,$n";
     };
    +my $vmr = sub {
    +    my ($f,$vx,$vy) = @_;
    +    "	vor	$vx,$vy,$vy";
    +};
    +
    +# PowerISA 2.06 stuff
    +sub vsxmem_op {
    +    my ($f, $vrt, $ra, $rb, $op) = @_;
    +    "	.long	".sprintf "0x%X",(31<<26)|($vrt<<21)|($ra<<16)|($rb<<11)|($op*2+1);
    +}
    +# made-up unaligned memory reference AltiVec/VMX instructions
    +my $lvx_u	= sub {	vsxmem_op(@_, 844); };	# lxvd2x
    +my $stvx_u	= sub {	vsxmem_op(@_, 972); };	# stxvd2x
    +my $lvdx_u	= sub {	vsxmem_op(@_, 588); };	# lxsdx
    +my $stvdx_u	= sub {	vsxmem_op(@_, 716); };	# stxsdx
    +my $lvx_4w	= sub { vsxmem_op(@_, 780); };	# lxvw4x
    +my $stvx_4w	= sub { vsxmem_op(@_, 908); };	# stxvw4x
    +
    +# PowerISA 2.07 stuff
    +sub vcrypto_op {
    +    my ($f, $vrt, $vra, $vrb, $op) = @_;
    +    "	.long	".sprintf "0x%X",(4<<26)|($vrt<<21)|($vra<<16)|($vrb<<11)|$op;
    +}
    +my $vcipher	= sub { vcrypto_op(@_, 1288); };
    +my $vcipherlast	= sub { vcrypto_op(@_, 1289); };
    +my $vncipher	= sub { vcrypto_op(@_, 1352); };
    +my $vncipherlast= sub { vcrypto_op(@_, 1353); };
    +my $vsbox	= sub { vcrypto_op(@_, 0, 1480); };
    +my $vshasigmad	= sub { my ($st,$six)=splice(@_,-2); vcrypto_op(@_, $st<<4|$six, 1730); };
    +my $vshasigmaw	= sub { my ($st,$six)=splice(@_,-2); vcrypto_op(@_, $st<<4|$six, 1666); };
    +my $vpmsumb	= sub { vcrypto_op(@_, 1032); };
    +my $vpmsumd	= sub { vcrypto_op(@_, 1224); };
    +my $vpmsubh	= sub { vcrypto_op(@_, 1096); };
    +my $vpmsumw	= sub { vcrypto_op(@_, 1160); };
    +my $vaddudm	= sub { vcrypto_op(@_, 192);  };
    +
    +my $mtsle	= sub {
    +    my ($f, $arg) = @_;
    +    "	.long	".sprintf "0x%X",(31<<26)|($arg<<21)|(147*2);
    +};
     
     while($line=<>) {
     
    @@ -138,7 +202,10 @@ while($line=<>) {
         {
     	$line =~ s|(^[\.\w]+)\:\s*||;
     	my $label = $1;
    -	printf "%s:",($GLOBALS{$label} or $label) if ($label);
    +	if ($label) {
    +	    printf "%s:",($GLOBALS{$label} or $label);
    +	    printf "\n.localentry\t$GLOBALS{$label},0"	if ($GLOBALS{$label} && $flavour =~ /linux.*64le/);
    +	}
         }
     
         {
    @@ -147,7 +214,7 @@ while($line=<>) {
     	my $mnemonic = $2;
     	my $f = $3;
     	my $opcode = eval("\$$mnemonic");
    -	$line =~ s|\bc?[rf]([0-9]+)\b|$1|g if ($c ne "." and $flavour !~ /osx/);
    +	$line =~ s/\b(c?[rf]|v|vs)([0-9]+)\b/$2/g if ($c ne "." and $flavour !~ /osx/);
     	if (ref($opcode) eq 'CODE') { $line = &$opcode($f,split(',',$line)); }
     	elsif ($mnemonic)           { $line = $c.$mnemonic.$f."\t".$line; }
         }
    diff --git a/openssl/crypto/perlasm/sparcv9_modes.pl b/openssl/crypto/perlasm/sparcv9_modes.pl
    new file mode 100755
    index 000000000..dc55b34e4
    --- /dev/null
    +++ b/openssl/crypto/perlasm/sparcv9_modes.pl
    @@ -0,0 +1,1686 @@
    +#!/usr/bin/env perl
    +
    +# Specific modes implementations for SPARC Architecture 2011. There
    +# is T4 dependency though, an ASI value that is not specified in the
    +# Architecture Manual. But as SPARC universe is rather monocultural,
    +# we imply that processor capable of executing crypto instructions
    +# can handle the ASI in question as well. This means that we ought to
    +# keep eyes open when new processors emerge...
    +#
    +# As for above mentioned ASI. It's so called "block initializing
    +# store" which cancels "read" in "read-update-write" on cache lines.
    +# This is "cooperative" optimization, as it reduces overall pressure
    +# on memory interface. Benefits can't be observed/quantified with
    +# usual benchmarks, on the contrary you can notice that single-thread
    +# performance for parallelizable modes is ~1.5% worse for largest
    +# block sizes [though few percent better for not so long ones]. All
    +# this based on suggestions from David Miller.
    +
    +sub asm_init {		# to be called with @ARGV as argument
    +    for (@_)		{ $::abibits=64 if (/\-m64/ || /\-xarch\=v9/); }
    +    if ($::abibits==64)	{ $::bias=2047; $::frame=192; $::size_t_cc="%xcc"; }
    +    else		{ $::bias=0;    $::frame=112; $::size_t_cc="%icc"; }
    +}
    +
    +# unified interface
    +my ($inp,$out,$len,$key,$ivec)=map("%i$_",(0..5));
    +# local variables
    +my ($ileft,$iright,$ooff,$omask,$ivoff,$blk_init)=map("%l$_",(0..7));
    +
    +sub alg_cbc_encrypt_implement {
    +my ($alg,$bits) = @_;
    +
    +$::code.=<<___;
    +.globl	${alg}${bits}_t4_cbc_encrypt
    +.align	32
    +${alg}${bits}_t4_cbc_encrypt:
    +	save		%sp, -$::frame, %sp
    +	cmp		$len, 0
    +	be,pn		$::size_t_cc, .L${bits}_cbc_enc_abort
    +	sub		$inp, $out, $blk_init	! $inp!=$out
    +___
    +$::code.=<<___ if (!$::evp);
    +	andcc		$ivec, 7, $ivoff
    +	alignaddr	$ivec, %g0, $ivec
    +
    +	ldd		[$ivec + 0], %f0	! load ivec
    +	bz,pt		%icc, 1f
    +	ldd		[$ivec + 8], %f2
    +	ldd		[$ivec + 16], %f4
    +	faligndata	%f0, %f2, %f0
    +	faligndata	%f2, %f4, %f2
    +1:
    +___
    +$::code.=<<___ if ($::evp);
    +	ld		[$ivec + 0], %f0
    +	ld		[$ivec + 4], %f1
    +	ld		[$ivec + 8], %f2
    +	ld		[$ivec + 12], %f3
    +___
    +$::code.=<<___;
    +	prefetch	[$inp], 20
    +	prefetch	[$inp + 63], 20
    +	call		_${alg}${bits}_load_enckey
    +	and		$inp, 7, $ileft
    +	andn		$inp, 7, $inp
    +	sll		$ileft, 3, $ileft
    +	mov		64, $iright
    +	mov		0xff, $omask
    +	sub		$iright, $ileft, $iright
    +	and		$out, 7, $ooff
    +	cmp		$len, 127
    +	movrnz		$ooff, 0, $blk_init		! if (	$out&7 ||
    +	movleu		$::size_t_cc, 0, $blk_init	!	$len<128 ||
    +	brnz,pn		$blk_init, .L${bits}cbc_enc_blk	!	$inp==$out)
    +	srl		$omask, $ooff, $omask
    +
    +	alignaddrl	$out, %g0, $out
    +	srlx		$len, 4, $len
    +	prefetch	[$out], 22
    +
    +.L${bits}_cbc_enc_loop:
    +	ldx		[$inp + 0], %o0
    +	brz,pt		$ileft, 4f
    +	ldx		[$inp + 8], %o1
    +
    +	ldx		[$inp + 16], %o2
    +	sllx		%o0, $ileft, %o0
    +	srlx		%o1, $iright, %g1
    +	sllx		%o1, $ileft, %o1
    +	or		%g1, %o0, %o0
    +	srlx		%o2, $iright, %o2
    +	or		%o2, %o1, %o1
    +4:
    +	xor		%g4, %o0, %o0		! ^= rk[0]
    +	xor		%g5, %o1, %o1
    +	movxtod		%o0, %f12
    +	movxtod		%o1, %f14
    +
    +	fxor		%f12, %f0, %f0		! ^= ivec
    +	fxor		%f14, %f2, %f2
    +	prefetch	[$out + 63], 22
    +	prefetch	[$inp + 16+63], 20
    +	call		_${alg}${bits}_encrypt_1x
    +	add		$inp, 16, $inp
    +
    +	brnz,pn		$ooff, 2f
    +	sub		$len, 1, $len
    +		
    +	std		%f0, [$out + 0]
    +	std		%f2, [$out + 8]
    +	brnz,pt		$len, .L${bits}_cbc_enc_loop
    +	add		$out, 16, $out
    +___
    +$::code.=<<___ if ($::evp);
    +	st		%f0, [$ivec + 0]
    +	st		%f1, [$ivec + 4]
    +	st		%f2, [$ivec + 8]
    +	st		%f3, [$ivec + 12]
    +___
    +$::code.=<<___ if (!$::evp);
    +	brnz,pn		$ivoff, 3f
    +	nop
    +
    +	std		%f0, [$ivec + 0]	! write out ivec
    +	std		%f2, [$ivec + 8]
    +___
    +$::code.=<<___;
    +.L${bits}_cbc_enc_abort:
    +	ret
    +	restore
    +
    +.align	16
    +2:	ldxa		[$inp]0x82, %o0		! avoid read-after-write hazard
    +						! and ~3x deterioration
    +						! in inp==out case
    +	faligndata	%f0, %f0, %f4		! handle unaligned output
    +	faligndata	%f0, %f2, %f6
    +	faligndata	%f2, %f2, %f8
    +
    +	stda		%f4, [$out + $omask]0xc0	! partial store
    +	std		%f6, [$out + 8]
    +	add		$out, 16, $out
    +	orn		%g0, $omask, $omask
    +	stda		%f8, [$out + $omask]0xc0	! partial store
    +
    +	brnz,pt		$len, .L${bits}_cbc_enc_loop+4
    +	orn		%g0, $omask, $omask
    +___
    +$::code.=<<___ if ($::evp);
    +	st		%f0, [$ivec + 0]
    +	st		%f1, [$ivec + 4]
    +	st		%f2, [$ivec + 8]
    +	st		%f3, [$ivec + 12]
    +___
    +$::code.=<<___ if (!$::evp);
    +	brnz,pn		$ivoff, 3f
    +	nop
    +
    +	std		%f0, [$ivec + 0]	! write out ivec
    +	std		%f2, [$ivec + 8]
    +	ret
    +	restore
    +
    +.align	16
    +3:	alignaddrl	$ivec, $ivoff, %g0	! handle unaligned ivec
    +	mov		0xff, $omask
    +	srl		$omask, $ivoff, $omask
    +	faligndata	%f0, %f0, %f4
    +	faligndata	%f0, %f2, %f6
    +	faligndata	%f2, %f2, %f8
    +	stda		%f4, [$ivec + $omask]0xc0
    +	std		%f6, [$ivec + 8]
    +	add		$ivec, 16, $ivec
    +	orn		%g0, $omask, $omask
    +	stda		%f8, [$ivec + $omask]0xc0
    +___
    +$::code.=<<___;
    +	ret
    +	restore
    +
    +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    +.align	32
    +.L${bits}cbc_enc_blk:
    +	add	$out, $len, $blk_init
    +	and	$blk_init, 63, $blk_init	! tail
    +	sub	$len, $blk_init, $len
    +	add	$blk_init, 15, $blk_init	! round up to 16n
    +	srlx	$len, 4, $len
    +	srl	$blk_init, 4, $blk_init
    +
    +.L${bits}_cbc_enc_blk_loop:
    +	ldx		[$inp + 0], %o0
    +	brz,pt		$ileft, 5f
    +	ldx		[$inp + 8], %o1
    +
    +	ldx		[$inp + 16], %o2
    +	sllx		%o0, $ileft, %o0
    +	srlx		%o1, $iright, %g1
    +	sllx		%o1, $ileft, %o1
    +	or		%g1, %o0, %o0
    +	srlx		%o2, $iright, %o2
    +	or		%o2, %o1, %o1
    +5:
    +	xor		%g4, %o0, %o0		! ^= rk[0]
    +	xor		%g5, %o1, %o1
    +	movxtod		%o0, %f12
    +	movxtod		%o1, %f14
    +
    +	fxor		%f12, %f0, %f0		! ^= ivec
    +	fxor		%f14, %f2, %f2
    +	prefetch	[$inp + 16+63], 20
    +	call		_${alg}${bits}_encrypt_1x
    +	add		$inp, 16, $inp
    +	sub		$len, 1, $len
    +		
    +	stda		%f0, [$out]0xe2		! ASI_BLK_INIT, T4-specific
    +	add		$out, 8, $out
    +	stda		%f2, [$out]0xe2		! ASI_BLK_INIT, T4-specific
    +	brnz,pt		$len, .L${bits}_cbc_enc_blk_loop
    +	add		$out, 8, $out
    +
    +	membar		#StoreLoad|#StoreStore
    +	brnz,pt		$blk_init, .L${bits}_cbc_enc_loop
    +	mov		$blk_init, $len
    +___
    +$::code.=<<___ if ($::evp);
    +	st		%f0, [$ivec + 0]
    +	st		%f1, [$ivec + 4]
    +	st		%f2, [$ivec + 8]
    +	st		%f3, [$ivec + 12]
    +___
    +$::code.=<<___ if (!$::evp);
    +	brnz,pn		$ivoff, 3b
    +	nop
    +
    +	std		%f0, [$ivec + 0]	! write out ivec
    +	std		%f2, [$ivec + 8]
    +___
    +$::code.=<<___;
    +	ret
    +	restore
    +.type	${alg}${bits}_t4_cbc_encrypt,#function
    +.size	${alg}${bits}_t4_cbc_encrypt,.-${alg}${bits}_t4_cbc_encrypt
    +___
    +}
    +
    +sub alg_cbc_decrypt_implement {
    +my ($alg,$bits) = @_;
    +
    +$::code.=<<___;
    +.globl	${alg}${bits}_t4_cbc_decrypt
    +.align	32
    +${alg}${bits}_t4_cbc_decrypt:
    +	save		%sp, -$::frame, %sp
    +	cmp		$len, 0
    +	be,pn		$::size_t_cc, .L${bits}_cbc_dec_abort
    +	sub		$inp, $out, $blk_init	! $inp!=$out
    +___
    +$::code.=<<___ if (!$::evp);
    +	andcc		$ivec, 7, $ivoff
    +	alignaddr	$ivec, %g0, $ivec
    +
    +	ldd		[$ivec + 0], %f12	! load ivec
    +	bz,pt		%icc, 1f
    +	ldd		[$ivec + 8], %f14
    +	ldd		[$ivec + 16], %f0
    +	faligndata	%f12, %f14, %f12
    +	faligndata	%f14, %f0, %f14
    +1:
    +___
    +$::code.=<<___ if ($::evp);
    +	ld		[$ivec + 0], %f12	! load ivec
    +	ld		[$ivec + 4], %f13
    +	ld		[$ivec + 8], %f14
    +	ld		[$ivec + 12], %f15
    +___
    +$::code.=<<___;
    +	prefetch	[$inp], 20
    +	prefetch	[$inp + 63], 20
    +	call		_${alg}${bits}_load_deckey
    +	and		$inp, 7, $ileft
    +	andn		$inp, 7, $inp
    +	sll		$ileft, 3, $ileft
    +	mov		64, $iright
    +	mov		0xff, $omask
    +	sub		$iright, $ileft, $iright
    +	and		$out, 7, $ooff
    +	cmp		$len, 255
    +	movrnz		$ooff, 0, $blk_init		! if (	$out&7 ||
    +	movleu		$::size_t_cc, 0, $blk_init	!	$len<256 ||
    +	brnz,pn		$blk_init, .L${bits}cbc_dec_blk	!	$inp==$out)
    +	srl		$omask, $ooff, $omask
    +
    +	andcc		$len, 16, %g0		! is number of blocks even?
    +	srlx		$len, 4, $len
    +	alignaddrl	$out, %g0, $out
    +	bz		%icc, .L${bits}_cbc_dec_loop2x
    +	prefetch	[$out], 22
    +.L${bits}_cbc_dec_loop:
    +	ldx		[$inp + 0], %o0
    +	brz,pt		$ileft, 4f
    +	ldx		[$inp + 8], %o1
    +
    +	ldx		[$inp + 16], %o2
    +	sllx		%o0, $ileft, %o0
    +	srlx		%o1, $iright, %g1
    +	sllx		%o1, $ileft, %o1
    +	or		%g1, %o0, %o0
    +	srlx		%o2, $iright, %o2
    +	or		%o2, %o1, %o1
    +4:
    +	xor		%g4, %o0, %o2		! ^= rk[0]
    +	xor		%g5, %o1, %o3
    +	movxtod		%o2, %f0
    +	movxtod		%o3, %f2
    +
    +	prefetch	[$out + 63], 22
    +	prefetch	[$inp + 16+63], 20
    +	call		_${alg}${bits}_decrypt_1x
    +	add		$inp, 16, $inp
    +
    +	fxor		%f12, %f0, %f0		! ^= ivec
    +	fxor		%f14, %f2, %f2
    +	movxtod		%o0, %f12
    +	movxtod		%o1, %f14
    +
    +	brnz,pn		$ooff, 2f
    +	sub		$len, 1, $len
    +		
    +	std		%f0, [$out + 0]
    +	std		%f2, [$out + 8]
    +	brnz,pt		$len, .L${bits}_cbc_dec_loop2x
    +	add		$out, 16, $out
    +___
    +$::code.=<<___ if ($::evp);
    +	st		%f12, [$ivec + 0]
    +	st		%f13, [$ivec + 4]
    +	st		%f14, [$ivec + 8]
    +	st		%f15, [$ivec + 12]
    +___
    +$::code.=<<___ if (!$::evp);
    +	brnz,pn		$ivoff, .L${bits}_cbc_dec_unaligned_ivec
    +	nop
    +
    +	std		%f12, [$ivec + 0]	! write out ivec
    +	std		%f14, [$ivec + 8]
    +___
    +$::code.=<<___;
    +.L${bits}_cbc_dec_abort:
    +	ret
    +	restore
    +
    +.align	16
    +2:	ldxa		[$inp]0x82, %o0		! avoid read-after-write hazard
    +						! and ~3x deterioration
    +						! in inp==out case
    +	faligndata	%f0, %f0, %f4		! handle unaligned output
    +	faligndata	%f0, %f2, %f6
    +	faligndata	%f2, %f2, %f8
    +
    +	stda		%f4, [$out + $omask]0xc0	! partial store
    +	std		%f6, [$out + 8]
    +	add		$out, 16, $out
    +	orn		%g0, $omask, $omask
    +	stda		%f8, [$out + $omask]0xc0	! partial store
    +
    +	brnz,pt		$len, .L${bits}_cbc_dec_loop2x+4
    +	orn		%g0, $omask, $omask
    +___
    +$::code.=<<___ if ($::evp);
    +	st		%f12, [$ivec + 0]
    +	st		%f13, [$ivec + 4]
    +	st		%f14, [$ivec + 8]
    +	st		%f15, [$ivec + 12]
    +___
    +$::code.=<<___ if (!$::evp);
    +	brnz,pn		$ivoff, .L${bits}_cbc_dec_unaligned_ivec
    +	nop
    +
    +	std		%f12, [$ivec + 0]	! write out ivec
    +	std		%f14, [$ivec + 8]
    +___
    +$::code.=<<___;
    +	ret
    +	restore
    +
    +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    +.align	32
    +.L${bits}_cbc_dec_loop2x:
    +	ldx		[$inp + 0], %o0
    +	ldx		[$inp + 8], %o1
    +	ldx		[$inp + 16], %o2
    +	brz,pt		$ileft, 4f
    +	ldx		[$inp + 24], %o3
    +
    +	ldx		[$inp + 32], %o4
    +	sllx		%o0, $ileft, %o0
    +	srlx		%o1, $iright, %g1
    +	or		%g1, %o0, %o0
    +	sllx		%o1, $ileft, %o1
    +	srlx		%o2, $iright, %g1
    +	or		%g1, %o1, %o1
    +	sllx		%o2, $ileft, %o2
    +	srlx		%o3, $iright, %g1
    +	or		%g1, %o2, %o2
    +	sllx		%o3, $ileft, %o3
    +	srlx		%o4, $iright, %o4
    +	or		%o4, %o3, %o3
    +4:
    +	xor		%g4, %o0, %o4		! ^= rk[0]
    +	xor		%g5, %o1, %o5
    +	movxtod		%o4, %f0
    +	movxtod		%o5, %f2
    +	xor		%g4, %o2, %o4
    +	xor		%g5, %o3, %o5
    +	movxtod		%o4, %f4
    +	movxtod		%o5, %f6
    +
    +	prefetch	[$out + 63], 22
    +	prefetch	[$inp + 32+63], 20
    +	call		_${alg}${bits}_decrypt_2x
    +	add		$inp, 32, $inp
    +
    +	movxtod		%o0, %f8
    +	movxtod		%o1, %f10
    +	fxor		%f12, %f0, %f0		! ^= ivec
    +	fxor		%f14, %f2, %f2
    +	movxtod		%o2, %f12
    +	movxtod		%o3, %f14
    +	fxor		%f8, %f4, %f4
    +	fxor		%f10, %f6, %f6
    +
    +	brnz,pn		$ooff, 2f
    +	sub		$len, 2, $len
    +		
    +	std		%f0, [$out + 0]
    +	std		%f2, [$out + 8]
    +	std		%f4, [$out + 16]
    +	std		%f6, [$out + 24]
    +	brnz,pt		$len, .L${bits}_cbc_dec_loop2x
    +	add		$out, 32, $out
    +___
    +$::code.=<<___ if ($::evp);
    +	st		%f12, [$ivec + 0]
    +	st		%f13, [$ivec + 4]
    +	st		%f14, [$ivec + 8]
    +	st		%f15, [$ivec + 12]
    +___
    +$::code.=<<___ if (!$::evp);
    +	brnz,pn		$ivoff, .L${bits}_cbc_dec_unaligned_ivec
    +	nop
    +
    +	std		%f12, [$ivec + 0]	! write out ivec
    +	std		%f14, [$ivec + 8]
    +___
    +$::code.=<<___;
    +	ret
    +	restore
    +
    +.align	16
    +2:	ldxa		[$inp]0x82, %o0		! avoid read-after-write hazard
    +						! and ~3x deterioration
    +						! in inp==out case
    +	faligndata	%f0, %f0, %f8		! handle unaligned output
    +	faligndata	%f0, %f2, %f0
    +	faligndata	%f2, %f4, %f2
    +	faligndata	%f4, %f6, %f4
    +	faligndata	%f6, %f6, %f6
    +	stda		%f8, [$out + $omask]0xc0	! partial store
    +	std		%f0, [$out + 8]
    +	std		%f2, [$out + 16]
    +	std		%f4, [$out + 24]
    +	add		$out, 32, $out
    +	orn		%g0, $omask, $omask
    +	stda		%f6, [$out + $omask]0xc0	! partial store
    +
    +	brnz,pt		$len, .L${bits}_cbc_dec_loop2x+4
    +	orn		%g0, $omask, $omask
    +___
    +$::code.=<<___ if ($::evp);
    +	st		%f12, [$ivec + 0]
    +	st		%f13, [$ivec + 4]
    +	st		%f14, [$ivec + 8]
    +	st		%f15, [$ivec + 12]
    +___
    +$::code.=<<___ if (!$::evp);
    +	brnz,pn		$ivoff, .L${bits}_cbc_dec_unaligned_ivec
    +	nop
    +
    +	std		%f12, [$ivec + 0]	! write out ivec
    +	std		%f14, [$ivec + 8]
    +	ret
    +	restore
    +
    +.align	16
    +.L${bits}_cbc_dec_unaligned_ivec:
    +	alignaddrl	$ivec, $ivoff, %g0	! handle unaligned ivec
    +	mov		0xff, $omask
    +	srl		$omask, $ivoff, $omask
    +	faligndata	%f12, %f12, %f0
    +	faligndata	%f12, %f14, %f2
    +	faligndata	%f14, %f14, %f4
    +	stda		%f0, [$ivec + $omask]0xc0
    +	std		%f2, [$ivec + 8]
    +	add		$ivec, 16, $ivec
    +	orn		%g0, $omask, $omask
    +	stda		%f4, [$ivec + $omask]0xc0
    +___
    +$::code.=<<___;
    +	ret
    +	restore
    +
    +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    +.align	32
    +.L${bits}cbc_dec_blk:
    +	add	$out, $len, $blk_init
    +	and	$blk_init, 63, $blk_init	! tail
    +	sub	$len, $blk_init, $len
    +	add	$blk_init, 15, $blk_init	! round up to 16n
    +	srlx	$len, 4, $len
    +	srl	$blk_init, 4, $blk_init
    +	sub	$len, 1, $len
    +	add	$blk_init, 1, $blk_init
    +
    +.L${bits}_cbc_dec_blk_loop2x:
    +	ldx		[$inp + 0], %o0
    +	ldx		[$inp + 8], %o1
    +	ldx		[$inp + 16], %o2
    +	brz,pt		$ileft, 5f
    +	ldx		[$inp + 24], %o3
    +
    +	ldx		[$inp + 32], %o4
    +	sllx		%o0, $ileft, %o0
    +	srlx		%o1, $iright, %g1
    +	or		%g1, %o0, %o0
    +	sllx		%o1, $ileft, %o1
    +	srlx		%o2, $iright, %g1
    +	or		%g1, %o1, %o1
    +	sllx		%o2, $ileft, %o2
    +	srlx		%o3, $iright, %g1
    +	or		%g1, %o2, %o2
    +	sllx		%o3, $ileft, %o3
    +	srlx		%o4, $iright, %o4
    +	or		%o4, %o3, %o3
    +5:
    +	xor		%g4, %o0, %o4		! ^= rk[0]
    +	xor		%g5, %o1, %o5
    +	movxtod		%o4, %f0
    +	movxtod		%o5, %f2
    +	xor		%g4, %o2, %o4
    +	xor		%g5, %o3, %o5
    +	movxtod		%o4, %f4
    +	movxtod		%o5, %f6
    +
    +	prefetch	[$inp + 32+63], 20
    +	call		_${alg}${bits}_decrypt_2x
    +	add		$inp, 32, $inp
    +	subcc		$len, 2, $len
    +
    +	movxtod		%o0, %f8
    +	movxtod		%o1, %f10
    +	fxor		%f12, %f0, %f0		! ^= ivec
    +	fxor		%f14, %f2, %f2
    +	movxtod		%o2, %f12
    +	movxtod		%o3, %f14
    +	fxor		%f8, %f4, %f4
    +	fxor		%f10, %f6, %f6
    +
    +	stda		%f0, [$out]0xe2		! ASI_BLK_INIT, T4-specific
    +	add		$out, 8, $out
    +	stda		%f2, [$out]0xe2		! ASI_BLK_INIT, T4-specific
    +	add		$out, 8, $out
    +	stda		%f4, [$out]0xe2		! ASI_BLK_INIT, T4-specific
    +	add		$out, 8, $out
    +	stda		%f6, [$out]0xe2		! ASI_BLK_INIT, T4-specific
    +	bgu,pt		$::size_t_cc, .L${bits}_cbc_dec_blk_loop2x
    +	add		$out, 8, $out
    +
    +	add		$blk_init, $len, $len
    +	andcc		$len, 1, %g0		! is number of blocks even?
    +	membar		#StoreLoad|#StoreStore
    +	bnz,pt		%icc, .L${bits}_cbc_dec_loop
    +	srl		$len, 0, $len
    +	brnz,pn		$len, .L${bits}_cbc_dec_loop2x
    +	nop
    +___
    +$::code.=<<___ if ($::evp);
    +	st		%f12, [$ivec + 0]	! write out ivec
    +	st		%f13, [$ivec + 4]
    +	st		%f14, [$ivec + 8]
    +	st		%f15, [$ivec + 12]
    +___
    +$::code.=<<___ if (!$::evp);
    +	brnz,pn		$ivoff, 3b
    +	nop
    +
    +	std		%f12, [$ivec + 0]	! write out ivec
    +	std		%f14, [$ivec + 8]
    +___
    +$::code.=<<___;
    +	ret
    +	restore
    +.type	${alg}${bits}_t4_cbc_decrypt,#function
    +.size	${alg}${bits}_t4_cbc_decrypt,.-${alg}${bits}_t4_cbc_decrypt
    +___
    +}
    +
    +sub alg_ctr32_implement {
    +my ($alg,$bits) = @_;
    +
    +$::code.=<<___;
    +.globl	${alg}${bits}_t4_ctr32_encrypt
    +.align	32
    +${alg}${bits}_t4_ctr32_encrypt:
    +	save		%sp, -$::frame, %sp
    +
    +	prefetch	[$inp], 20
    +	prefetch	[$inp + 63], 20
    +	call		_${alg}${bits}_load_enckey
    +	sllx		$len, 4, $len
    +
    +	ld		[$ivec + 0], %l4	! counter
    +	ld		[$ivec + 4], %l5
    +	ld		[$ivec + 8], %l6
    +	ld		[$ivec + 12], %l7
    +
    +	sllx		%l4, 32, %o5
    +	or		%l5, %o5, %o5
    +	sllx		%l6, 32, %g1
    +	xor		%o5, %g4, %g4		! ^= rk[0]
    +	xor		%g1, %g5, %g5
    +	movxtod		%g4, %f14		! most significant 64 bits
    +
    +	sub		$inp, $out, $blk_init	! $inp!=$out
    +	and		$inp, 7, $ileft
    +	andn		$inp, 7, $inp
    +	sll		$ileft, 3, $ileft
    +	mov		64, $iright
    +	mov		0xff, $omask
    +	sub		$iright, $ileft, $iright
    +	and		$out, 7, $ooff
    +	cmp		$len, 255
    +	movrnz		$ooff, 0, $blk_init		! if (	$out&7 ||
    +	movleu		$::size_t_cc, 0, $blk_init	!	$len<256 ||
    +	brnz,pn		$blk_init, .L${bits}_ctr32_blk	!	$inp==$out)
    +	srl		$omask, $ooff, $omask
    +
    +	andcc		$len, 16, %g0		! is number of blocks even?
    +	alignaddrl	$out, %g0, $out
    +	bz		%icc, .L${bits}_ctr32_loop2x
    +	srlx		$len, 4, $len
    +.L${bits}_ctr32_loop:
    +	ldx		[$inp + 0], %o0
    +	brz,pt		$ileft, 4f
    +	ldx		[$inp + 8], %o1
    +
    +	ldx		[$inp + 16], %o2
    +	sllx		%o0, $ileft, %o0
    +	srlx		%o1, $iright, %g1
    +	sllx		%o1, $ileft, %o1
    +	or		%g1, %o0, %o0
    +	srlx		%o2, $iright, %o2
    +	or		%o2, %o1, %o1
    +4:
    +	xor		%g5, %l7, %g1		! ^= rk[0]
    +	add		%l7, 1, %l7
    +	movxtod		%g1, %f2
    +	srl		%l7, 0, %l7		! clruw
    +	prefetch	[$out + 63], 22
    +	prefetch	[$inp + 16+63], 20
    +___
    +$::code.=<<___ if ($alg eq "aes");
    +	aes_eround01	%f16, %f14, %f2, %f4
    +	aes_eround23	%f18, %f14, %f2, %f2
    +___
    +$::code.=<<___ if ($alg eq "cmll");
    +	camellia_f	%f16, %f2, %f14, %f2
    +	camellia_f	%f18, %f14, %f2, %f0
    +___
    +$::code.=<<___;
    +	call		_${alg}${bits}_encrypt_1x+8
    +	add		$inp, 16, $inp
    +
    +	movxtod		%o0, %f10
    +	movxtod		%o1, %f12
    +	fxor		%f10, %f0, %f0		! ^= inp
    +	fxor		%f12, %f2, %f2
    +
    +	brnz,pn		$ooff, 2f
    +	sub		$len, 1, $len
    +		
    +	std		%f0, [$out + 0]
    +	std		%f2, [$out + 8]
    +	brnz,pt		$len, .L${bits}_ctr32_loop2x
    +	add		$out, 16, $out
    +
    +	ret
    +	restore
    +
    +.align	16
    +2:	ldxa		[$inp]0x82, %o0		! avoid read-after-write hazard
    +						! and ~3x deterioration
    +						! in inp==out case
    +	faligndata	%f0, %f0, %f4		! handle unaligned output
    +	faligndata	%f0, %f2, %f6
    +	faligndata	%f2, %f2, %f8
    +	stda		%f4, [$out + $omask]0xc0	! partial store
    +	std		%f6, [$out + 8]
    +	add		$out, 16, $out
    +	orn		%g0, $omask, $omask
    +	stda		%f8, [$out + $omask]0xc0	! partial store
    +
    +	brnz,pt		$len, .L${bits}_ctr32_loop2x+4
    +	orn		%g0, $omask, $omask
    +
    +	ret
    +	restore
    +
    +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    +.align	32
    +.L${bits}_ctr32_loop2x:
    +	ldx		[$inp + 0], %o0
    +	ldx		[$inp + 8], %o1
    +	ldx		[$inp + 16], %o2
    +	brz,pt		$ileft, 4f
    +	ldx		[$inp + 24], %o3
    +
    +	ldx		[$inp + 32], %o4
    +	sllx		%o0, $ileft, %o0
    +	srlx		%o1, $iright, %g1
    +	or		%g1, %o0, %o0
    +	sllx		%o1, $ileft, %o1
    +	srlx		%o2, $iright, %g1
    +	or		%g1, %o1, %o1
    +	sllx		%o2, $ileft, %o2
    +	srlx		%o3, $iright, %g1
    +	or		%g1, %o2, %o2
    +	sllx		%o3, $ileft, %o3
    +	srlx		%o4, $iright, %o4
    +	or		%o4, %o3, %o3
    +4:
    +	xor		%g5, %l7, %g1		! ^= rk[0]
    +	add		%l7, 1, %l7
    +	movxtod		%g1, %f2
    +	srl		%l7, 0, %l7		! clruw
    +	xor		%g5, %l7, %g1
    +	add		%l7, 1, %l7
    +	movxtod		%g1, %f6
    +	srl		%l7, 0, %l7		! clruw
    +	prefetch	[$out + 63], 22
    +	prefetch	[$inp + 32+63], 20
    +___
    +$::code.=<<___ if ($alg eq "aes");
    +	aes_eround01	%f16, %f14, %f2, %f8
    +	aes_eround23	%f18, %f14, %f2, %f2
    +	aes_eround01	%f16, %f14, %f6, %f10
    +	aes_eround23	%f18, %f14, %f6, %f6
    +___
    +$::code.=<<___ if ($alg eq "cmll");
    +	camellia_f	%f16, %f2, %f14, %f2
    +	camellia_f	%f16, %f6, %f14, %f6
    +	camellia_f	%f18, %f14, %f2, %f0
    +	camellia_f	%f18, %f14, %f6, %f4
    +___
    +$::code.=<<___;
    +	call		_${alg}${bits}_encrypt_2x+16
    +	add		$inp, 32, $inp
    +
    +	movxtod		%o0, %f8
    +	movxtod		%o1, %f10
    +	movxtod		%o2, %f12
    +	fxor		%f8, %f0, %f0		! ^= inp
    +	movxtod		%o3, %f8
    +	fxor		%f10, %f2, %f2
    +	fxor		%f12, %f4, %f4
    +	fxor		%f8, %f6, %f6
    +
    +	brnz,pn		$ooff, 2f
    +	sub		$len, 2, $len
    +		
    +	std		%f0, [$out + 0]
    +	std		%f2, [$out + 8]
    +	std		%f4, [$out + 16]
    +	std		%f6, [$out + 24]
    +	brnz,pt		$len, .L${bits}_ctr32_loop2x
    +	add		$out, 32, $out
    +
    +	ret
    +	restore
    +
    +.align	16
    +2:	ldxa		[$inp]0x82, %o0		! avoid read-after-write hazard
    +						! and ~3x deterioration
    +						! in inp==out case
    +	faligndata	%f0, %f0, %f8		! handle unaligned output
    +	faligndata	%f0, %f2, %f0
    +	faligndata	%f2, %f4, %f2
    +	faligndata	%f4, %f6, %f4
    +	faligndata	%f6, %f6, %f6
    +
    +	stda		%f8, [$out + $omask]0xc0	! partial store
    +	std		%f0, [$out + 8]
    +	std		%f2, [$out + 16]
    +	std		%f4, [$out + 24]
    +	add		$out, 32, $out
    +	orn		%g0, $omask, $omask
    +	stda		%f6, [$out + $omask]0xc0	! partial store
    +
    +	brnz,pt		$len, .L${bits}_ctr32_loop2x+4
    +	orn		%g0, $omask, $omask
    +
    +	ret
    +	restore
    +
    +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    +.align	32
    +.L${bits}_ctr32_blk:
    +	add	$out, $len, $blk_init
    +	and	$blk_init, 63, $blk_init	! tail
    +	sub	$len, $blk_init, $len
    +	add	$blk_init, 15, $blk_init	! round up to 16n
    +	srlx	$len, 4, $len
    +	srl	$blk_init, 4, $blk_init
    +	sub	$len, 1, $len
    +	add	$blk_init, 1, $blk_init
    +
    +.L${bits}_ctr32_blk_loop2x:
    +	ldx		[$inp + 0], %o0
    +	ldx		[$inp + 8], %o1
    +	ldx		[$inp + 16], %o2
    +	brz,pt		$ileft, 5f
    +	ldx		[$inp + 24], %o3
    +
    +	ldx		[$inp + 32], %o4
    +	sllx		%o0, $ileft, %o0
    +	srlx		%o1, $iright, %g1
    +	or		%g1, %o0, %o0
    +	sllx		%o1, $ileft, %o1
    +	srlx		%o2, $iright, %g1
    +	or		%g1, %o1, %o1
    +	sllx		%o2, $ileft, %o2
    +	srlx		%o3, $iright, %g1
    +	or		%g1, %o2, %o2
    +	sllx		%o3, $ileft, %o3
    +	srlx		%o4, $iright, %o4
    +	or		%o4, %o3, %o3
    +5:
    +	xor		%g5, %l7, %g1		! ^= rk[0]
    +	add		%l7, 1, %l7
    +	movxtod		%g1, %f2
    +	srl		%l7, 0, %l7		! clruw
    +	xor		%g5, %l7, %g1
    +	add		%l7, 1, %l7
    +	movxtod		%g1, %f6
    +	srl		%l7, 0, %l7		! clruw
    +	prefetch	[$inp + 32+63], 20
    +___
    +$::code.=<<___ if ($alg eq "aes");
    +	aes_eround01	%f16, %f14, %f2, %f8
    +	aes_eround23	%f18, %f14, %f2, %f2
    +	aes_eround01	%f16, %f14, %f6, %f10
    +	aes_eround23	%f18, %f14, %f6, %f6
    +___
    +$::code.=<<___ if ($alg eq "cmll");
    +	camellia_f	%f16, %f2, %f14, %f2
    +	camellia_f	%f16, %f6, %f14, %f6
    +	camellia_f	%f18, %f14, %f2, %f0
    +	camellia_f	%f18, %f14, %f6, %f4
    +___
    +$::code.=<<___;
    +	call		_${alg}${bits}_encrypt_2x+16
    +	add		$inp, 32, $inp
    +	subcc		$len, 2, $len
    +
    +	movxtod		%o0, %f8
    +	movxtod		%o1, %f10
    +	movxtod		%o2, %f12
    +	fxor		%f8, %f0, %f0		! ^= inp
    +	movxtod		%o3, %f8
    +	fxor		%f10, %f2, %f2
    +	fxor		%f12, %f4, %f4
    +	fxor		%f8, %f6, %f6
    +
    +	stda		%f0, [$out]0xe2		! ASI_BLK_INIT, T4-specific
    +	add		$out, 8, $out
    +	stda		%f2, [$out]0xe2		! ASI_BLK_INIT, T4-specific
    +	add		$out, 8, $out
    +	stda		%f4, [$out]0xe2		! ASI_BLK_INIT, T4-specific
    +	add		$out, 8, $out
    +	stda		%f6, [$out]0xe2		! ASI_BLK_INIT, T4-specific
    +	bgu,pt		$::size_t_cc, .L${bits}_ctr32_blk_loop2x
    +	add		$out, 8, $out
    +
    +	add		$blk_init, $len, $len
    +	andcc		$len, 1, %g0		! is number of blocks even?
    +	membar		#StoreLoad|#StoreStore
    +	bnz,pt		%icc, .L${bits}_ctr32_loop
    +	srl		$len, 0, $len
    +	brnz,pn		$len, .L${bits}_ctr32_loop2x
    +	nop
    +
    +	ret
    +	restore
    +.type	${alg}${bits}_t4_ctr32_encrypt,#function
    +.size	${alg}${bits}_t4_ctr32_encrypt,.-${alg}${bits}_t4_ctr32_encrypt
    +___
    +}
    +
    +sub alg_xts_implement {
    +my ($alg,$bits,$dir) = @_;
    +my ($inp,$out,$len,$key1,$key2,$ivec)=map("%i$_",(0..5));
    +my $rem=$ivec;
    +
    +$::code.=<<___;
    +.globl	${alg}${bits}_t4_xts_${dir}crypt
    +.align	32
    +${alg}${bits}_t4_xts_${dir}crypt:
    +	save		%sp, -$::frame-16, %sp
    +
    +	mov		$ivec, %o0
    +	add		%fp, $::bias-16, %o1
    +	call		${alg}_t4_encrypt
    +	mov		$key2, %o2
    +
    +	add		%fp, $::bias-16, %l7
    +	ldxa		[%l7]0x88, %g2
    +	add		%fp, $::bias-8, %l7
    +	ldxa		[%l7]0x88, %g3		! %g3:%g2 is tweak
    +
    +	sethi		%hi(0x76543210), %l7
    +	or		%l7, %lo(0x76543210), %l7
    +	bmask		%l7, %g0, %g0		! byte swap mask
    +
    +	prefetch	[$inp], 20
    +	prefetch	[$inp + 63], 20
    +	call		_${alg}${bits}_load_${dir}ckey
    +	and		$len, 15,  $rem
    +	and		$len, -16, $len
    +___
    +$code.=<<___ if ($dir eq "de");
    +	mov		0, %l7
    +	movrnz		$rem, 16,  %l7
    +	sub		$len, %l7, $len
    +___
    +$code.=<<___;
    +
    +	sub		$inp, $out, $blk_init	! $inp!=$out
    +	and		$inp, 7, $ileft
    +	andn		$inp, 7, $inp
    +	sll		$ileft, 3, $ileft
    +	mov		64, $iright
    +	mov		0xff, $omask
    +	sub		$iright, $ileft, $iright
    +	and		$out, 7, $ooff
    +	cmp		$len, 255
    +	movrnz		$ooff, 0, $blk_init		! if (	$out&7 ||
    +	movleu		$::size_t_cc, 0, $blk_init	!	$len<256 ||
    +	brnz,pn		$blk_init, .L${bits}_xts_${dir}blk !	$inp==$out)
    +	srl		$omask, $ooff, $omask
    +
    +	andcc		$len, 16, %g0		! is number of blocks even?
    +___
    +$code.=<<___ if ($dir eq "de");
    +	brz,pn		$len, .L${bits}_xts_${dir}steal
    +___
    +$code.=<<___;
    +	alignaddrl	$out, %g0, $out
    +	bz		%icc, .L${bits}_xts_${dir}loop2x
    +	srlx		$len, 4, $len
    +.L${bits}_xts_${dir}loop:
    +	ldx		[$inp + 0], %o0
    +	brz,pt		$ileft, 4f
    +	ldx		[$inp + 8], %o1
    +
    +	ldx		[$inp + 16], %o2
    +	sllx		%o0, $ileft, %o0
    +	srlx		%o1, $iright, %g1
    +	sllx		%o1, $ileft, %o1
    +	or		%g1, %o0, %o0
    +	srlx		%o2, $iright, %o2
    +	or		%o2, %o1, %o1
    +4:
    +	movxtod		%g2, %f12
    +	movxtod		%g3, %f14
    +	bshuffle	%f12, %f12, %f12
    +	bshuffle	%f14, %f14, %f14
    +
    +	xor		%g4, %o0, %o0		! ^= rk[0]
    +	xor		%g5, %o1, %o1
    +	movxtod		%o0, %f0
    +	movxtod		%o1, %f2
    +
    +	fxor		%f12, %f0, %f0		! ^= tweak[0]
    +	fxor		%f14, %f2, %f2
    +
    +	prefetch	[$out + 63], 22
    +	prefetch	[$inp + 16+63], 20
    +	call		_${alg}${bits}_${dir}crypt_1x
    +	add		$inp, 16, $inp
    +
    +	fxor		%f12, %f0, %f0		! ^= tweak[0]
    +	fxor		%f14, %f2, %f2
    +
    +	srax		%g3, 63, %l7		! next tweak value
    +	addcc		%g2, %g2, %g2
    +	and		%l7, 0x87, %l7
    +	addxc		%g3, %g3, %g3
    +	xor		%l7, %g2, %g2
    +
    +	brnz,pn		$ooff, 2f
    +	sub		$len, 1, $len
    +		
    +	std		%f0, [$out + 0]
    +	std		%f2, [$out + 8]
    +	brnz,pt		$len, .L${bits}_xts_${dir}loop2x
    +	add		$out, 16, $out
    +
    +	brnz,pn		$rem, .L${bits}_xts_${dir}steal
    +	nop
    +
    +	ret
    +	restore
    +
    +.align	16
    +2:	ldxa		[$inp]0x82, %o0		! avoid read-after-write hazard
    +						! and ~3x deterioration
    +						! in inp==out case
    +	faligndata	%f0, %f0, %f4		! handle unaligned output
    +	faligndata	%f0, %f2, %f6
    +	faligndata	%f2, %f2, %f8
    +	stda		%f4, [$out + $omask]0xc0	! partial store
    +	std		%f6, [$out + 8]
    +	add		$out, 16, $out
    +	orn		%g0, $omask, $omask
    +	stda		%f8, [$out + $omask]0xc0	! partial store
    +
    +	brnz,pt		$len, .L${bits}_xts_${dir}loop2x+4
    +	orn		%g0, $omask, $omask
    +
    +	brnz,pn		$rem, .L${bits}_xts_${dir}steal
    +	nop
    +
    +	ret
    +	restore
    +
    +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    +.align	32
    +.L${bits}_xts_${dir}loop2x:
    +	ldx		[$inp + 0], %o0
    +	ldx		[$inp + 8], %o1
    +	ldx		[$inp + 16], %o2
    +	brz,pt		$ileft, 4f
    +	ldx		[$inp + 24], %o3
    +
    +	ldx		[$inp + 32], %o4
    +	sllx		%o0, $ileft, %o0
    +	srlx		%o1, $iright, %g1
    +	or		%g1, %o0, %o0
    +	sllx		%o1, $ileft, %o1
    +	srlx		%o2, $iright, %g1
    +	or		%g1, %o1, %o1
    +	sllx		%o2, $ileft, %o2
    +	srlx		%o3, $iright, %g1
    +	or		%g1, %o2, %o2
    +	sllx		%o3, $ileft, %o3
    +	srlx		%o4, $iright, %o4
    +	or		%o4, %o3, %o3
    +4:
    +	movxtod		%g2, %f12
    +	movxtod		%g3, %f14
    +	bshuffle	%f12, %f12, %f12
    +	bshuffle	%f14, %f14, %f14
    +
    +	srax		%g3, 63, %l7		! next tweak value
    +	addcc		%g2, %g2, %g2
    +	and		%l7, 0x87, %l7
    +	addxc		%g3, %g3, %g3
    +	xor		%l7, %g2, %g2
    +
    +	movxtod		%g2, %f8
    +	movxtod		%g3, %f10
    +	bshuffle	%f8,  %f8,  %f8
    +	bshuffle	%f10, %f10, %f10
    +
    +	xor		%g4, %o0, %o0		! ^= rk[0]
    +	xor		%g5, %o1, %o1
    +	xor		%g4, %o2, %o2		! ^= rk[0]
    +	xor		%g5, %o3, %o3
    +	movxtod		%o0, %f0
    +	movxtod		%o1, %f2
    +	movxtod		%o2, %f4
    +	movxtod		%o3, %f6
    +
    +	fxor		%f12, %f0, %f0		! ^= tweak[0]
    +	fxor		%f14, %f2, %f2
    +	fxor		%f8,  %f4, %f4		! ^= tweak[0]
    +	fxor		%f10, %f6, %f6
    +
    +	prefetch	[$out + 63], 22
    +	prefetch	[$inp + 32+63], 20
    +	call		_${alg}${bits}_${dir}crypt_2x
    +	add		$inp, 32, $inp
    +
    +	movxtod		%g2, %f8
    +	movxtod		%g3, %f10
    +
    +	srax		%g3, 63, %l7		! next tweak value
    +	addcc		%g2, %g2, %g2
    +	and		%l7, 0x87, %l7
    +	addxc		%g3, %g3, %g3
    +	xor		%l7, %g2, %g2
    +
    +	bshuffle	%f8,  %f8,  %f8
    +	bshuffle	%f10, %f10, %f10
    +
    +	fxor		%f12, %f0, %f0		! ^= tweak[0]
    +	fxor		%f14, %f2, %f2
    +	fxor		%f8,  %f4, %f4
    +	fxor		%f10, %f6, %f6
    +
    +	brnz,pn		$ooff, 2f
    +	sub		$len, 2, $len
    +		
    +	std		%f0, [$out + 0]
    +	std		%f2, [$out + 8]
    +	std		%f4, [$out + 16]
    +	std		%f6, [$out + 24]
    +	brnz,pt		$len, .L${bits}_xts_${dir}loop2x
    +	add		$out, 32, $out
    +
    +	fsrc2		%f4, %f0
    +	fsrc2		%f6, %f2
    +	brnz,pn		$rem, .L${bits}_xts_${dir}steal
    +	nop
    +
    +	ret
    +	restore
    +
    +.align	16
    +2:	ldxa		[$inp]0x82, %o0		! avoid read-after-write hazard
    +						! and ~3x deterioration
    +						! in inp==out case
    +	faligndata	%f0, %f0, %f8		! handle unaligned output
    +	faligndata	%f0, %f2, %f10
    +	faligndata	%f2, %f4, %f12
    +	faligndata	%f4, %f6, %f14
    +	faligndata	%f6, %f6, %f0
    +
    +	stda		%f8, [$out + $omask]0xc0	! partial store
    +	std		%f10, [$out + 8]
    +	std		%f12, [$out + 16]
    +	std		%f14, [$out + 24]
    +	add		$out, 32, $out
    +	orn		%g0, $omask, $omask
    +	stda		%f0, [$out + $omask]0xc0	! partial store
    +
    +	brnz,pt		$len, .L${bits}_xts_${dir}loop2x+4
    +	orn		%g0, $omask, $omask
    +
    +	fsrc2		%f4, %f0
    +	fsrc2		%f6, %f2
    +	brnz,pn		$rem, .L${bits}_xts_${dir}steal
    +	nop
    +
    +	ret
    +	restore
    +
    +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    +.align	32
    +.L${bits}_xts_${dir}blk:
    +	add	$out, $len, $blk_init
    +	and	$blk_init, 63, $blk_init	! tail
    +	sub	$len, $blk_init, $len
    +	add	$blk_init, 15, $blk_init	! round up to 16n
    +	srlx	$len, 4, $len
    +	srl	$blk_init, 4, $blk_init
    +	sub	$len, 1, $len
    +	add	$blk_init, 1, $blk_init
    +
    +.L${bits}_xts_${dir}blk2x:
    +	ldx		[$inp + 0], %o0
    +	ldx		[$inp + 8], %o1
    +	ldx		[$inp + 16], %o2
    +	brz,pt		$ileft, 5f
    +	ldx		[$inp + 24], %o3
    +
    +	ldx		[$inp + 32], %o4
    +	sllx		%o0, $ileft, %o0
    +	srlx		%o1, $iright, %g1
    +	or		%g1, %o0, %o0
    +	sllx		%o1, $ileft, %o1
    +	srlx		%o2, $iright, %g1
    +	or		%g1, %o1, %o1
    +	sllx		%o2, $ileft, %o2
    +	srlx		%o3, $iright, %g1
    +	or		%g1, %o2, %o2
    +	sllx		%o3, $ileft, %o3
    +	srlx		%o4, $iright, %o4
    +	or		%o4, %o3, %o3
    +5:
    +	movxtod		%g2, %f12
    +	movxtod		%g3, %f14
    +	bshuffle	%f12, %f12, %f12
    +	bshuffle	%f14, %f14, %f14
    +
    +	srax		%g3, 63, %l7		! next tweak value
    +	addcc		%g2, %g2, %g2
    +	and		%l7, 0x87, %l7
    +	addxc		%g3, %g3, %g3
    +	xor		%l7, %g2, %g2
    +
    +	movxtod		%g2, %f8
    +	movxtod		%g3, %f10
    +	bshuffle	%f8,  %f8,  %f8
    +	bshuffle	%f10, %f10, %f10
    +
    +	xor		%g4, %o0, %o0		! ^= rk[0]
    +	xor		%g5, %o1, %o1
    +	xor		%g4, %o2, %o2		! ^= rk[0]
    +	xor		%g5, %o3, %o3
    +	movxtod		%o0, %f0
    +	movxtod		%o1, %f2
    +	movxtod		%o2, %f4
    +	movxtod		%o3, %f6
    +
    +	fxor		%f12, %f0, %f0		! ^= tweak[0]
    +	fxor		%f14, %f2, %f2
    +	fxor		%f8,  %f4, %f4		! ^= tweak[0]
    +	fxor		%f10, %f6, %f6
    +
    +	prefetch	[$inp + 32+63], 20
    +	call		_${alg}${bits}_${dir}crypt_2x
    +	add		$inp, 32, $inp
    +
    +	movxtod		%g2, %f8
    +	movxtod		%g3, %f10
    +
    +	srax		%g3, 63, %l7		! next tweak value
    +	addcc		%g2, %g2, %g2
    +	and		%l7, 0x87, %l7
    +	addxc		%g3, %g3, %g3
    +	xor		%l7, %g2, %g2
    +
    +	bshuffle	%f8,  %f8,  %f8
    +	bshuffle	%f10, %f10, %f10
    +
    +	fxor		%f12, %f0, %f0		! ^= tweak[0]
    +	fxor		%f14, %f2, %f2
    +	fxor		%f8,  %f4, %f4
    +	fxor		%f10, %f6, %f6
    +
    +	stda		%f0, [$out]0xe2		! ASI_BLK_INIT, T4-specific
    +	add		$out, 8, $out
    +	stda		%f2, [$out]0xe2		! ASI_BLK_INIT, T4-specific
    +	add		$out, 8, $out
    +	stda		%f4, [$out]0xe2		! ASI_BLK_INIT, T4-specific
    +	add		$out, 8, $out
    +	stda		%f6, [$out]0xe2		! ASI_BLK_INIT, T4-specific
    +	bgu,pt		$::size_t_cc, .L${bits}_xts_${dir}blk2x
    +	add		$out, 8, $out
    +
    +	add		$blk_init, $len, $len
    +	andcc		$len, 1, %g0		! is number of blocks even?
    +	membar		#StoreLoad|#StoreStore
    +	bnz,pt		%icc, .L${bits}_xts_${dir}loop
    +	srl		$len, 0, $len
    +	brnz,pn		$len, .L${bits}_xts_${dir}loop2x
    +	nop
    +
    +	fsrc2		%f4, %f0
    +	fsrc2		%f6, %f2
    +	brnz,pn		$rem, .L${bits}_xts_${dir}steal
    +	nop
    +
    +	ret
    +	restore
    +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    +___
    +$code.=<<___ if ($dir eq "en");
    +.align	32
    +.L${bits}_xts_${dir}steal:
    +	std		%f0, [%fp + $::bias-16]	! copy of output
    +	std		%f2, [%fp + $::bias-8]
    +
    +	srl		$ileft, 3, $ileft
    +	add		%fp, $::bias-16, %l7
    +	add		$inp, $ileft, $inp	! original $inp+$len&-15
    +	add		$out, $ooff, $out	! original $out+$len&-15
    +	mov		0, $ileft
    +	nop					! align
    +
    +.L${bits}_xts_${dir}stealing:
    +	ldub		[$inp + $ileft], %o0
    +	ldub		[%l7  + $ileft], %o1
    +	dec		$rem
    +	stb		%o0, [%l7  + $ileft]
    +	stb		%o1, [$out + $ileft]
    +	brnz		$rem, .L${bits}_xts_${dir}stealing
    +	inc		$ileft
    +
    +	mov		%l7, $inp
    +	sub		$out, 16, $out
    +	mov		0, $ileft
    +	sub		$out, $ooff, $out
    +	ba		.L${bits}_xts_${dir}loop	! one more time
    +	mov		1, $len				! $rem is 0
    +___
    +$code.=<<___ if ($dir eq "de");
    +.align	32
    +.L${bits}_xts_${dir}steal:
    +	ldx		[$inp + 0], %o0
    +	brz,pt		$ileft, 8f
    +	ldx		[$inp + 8], %o1
    +
    +	ldx		[$inp + 16], %o2
    +	sllx		%o0, $ileft, %o0
    +	srlx		%o1, $iright, %g1
    +	sllx		%o1, $ileft, %o1
    +	or		%g1, %o0, %o0
    +	srlx		%o2, $iright, %o2
    +	or		%o2, %o1, %o1
    +8:
    +	srax		%g3, 63, %l7		! next tweak value
    +	addcc		%g2, %g2, %o2
    +	and		%l7, 0x87, %l7
    +	addxc		%g3, %g3, %o3
    +	xor		%l7, %o2, %o2
    +
    +	movxtod		%o2, %f12
    +	movxtod		%o3, %f14
    +	bshuffle	%f12, %f12, %f12
    +	bshuffle	%f14, %f14, %f14
    +
    +	xor		%g4, %o0, %o0		! ^= rk[0]
    +	xor		%g5, %o1, %o1
    +	movxtod		%o0, %f0
    +	movxtod		%o1, %f2
    +
    +	fxor		%f12, %f0, %f0		! ^= tweak[0]
    +	fxor		%f14, %f2, %f2
    +
    +	call		_${alg}${bits}_${dir}crypt_1x
    +	add		$inp, 16, $inp
    +
    +	fxor		%f12, %f0, %f0		! ^= tweak[0]
    +	fxor		%f14, %f2, %f2
    +
    +	std		%f0, [%fp + $::bias-16]
    +	std		%f2, [%fp + $::bias-8]
    +
    +	srl		$ileft, 3, $ileft
    +	add		%fp, $::bias-16, %l7
    +	add		$inp, $ileft, $inp	! original $inp+$len&-15
    +	add		$out, $ooff, $out	! original $out+$len&-15
    +	mov		0, $ileft
    +	add		$out, 16, $out
    +	nop					! align
    +
    +.L${bits}_xts_${dir}stealing:
    +	ldub		[$inp + $ileft], %o0
    +	ldub		[%l7  + $ileft], %o1
    +	dec		$rem
    +	stb		%o0, [%l7  + $ileft]
    +	stb		%o1, [$out + $ileft]
    +	brnz		$rem, .L${bits}_xts_${dir}stealing
    +	inc		$ileft
    +
    +	mov		%l7, $inp
    +	sub		$out, 16, $out
    +	mov		0, $ileft
    +	sub		$out, $ooff, $out
    +	ba		.L${bits}_xts_${dir}loop	! one more time
    +	mov		1, $len				! $rem is 0
    +___
    +$code.=<<___;
    +	ret
    +	restore
    +.type	${alg}${bits}_t4_xts_${dir}crypt,#function
    +.size	${alg}${bits}_t4_xts_${dir}crypt,.-${alg}${bits}_t4_xts_${dir}crypt
    +___
    +}
    +
    +# Purpose of these subroutines is to explicitly encode VIS instructions,
    +# so that one can compile the module without having to specify VIS
    +# extentions on compiler command line, e.g. -xarch=v9 vs. -xarch=v9a.
    +# Idea is to reserve for option to produce "universal" binary and let
    +# programmer detect if current CPU is VIS capable at run-time.
    +sub unvis {
    +my ($mnemonic,$rs1,$rs2,$rd)=@_;
    +my ($ref,$opf);
    +my %visopf = (	"faligndata"	=> 0x048,
    +		"bshuffle"	=> 0x04c,
    +		"fnot2"		=> 0x066,
    +		"fxor"		=> 0x06c,
    +		"fsrc2"		=> 0x078	);
    +
    +    $ref = "$mnemonic\t$rs1,$rs2,$rd";
    +
    +    if ($opf=$visopf{$mnemonic}) {
    +	foreach ($rs1,$rs2,$rd) {
    +	    return $ref if (!/%f([0-9]{1,2})/);
    +	    $_=$1;
    +	    if ($1>=32) {
    +		return $ref if ($1&1);
    +		# re-encode for upper double register addressing
    +		$_=($1|$1>>5)&31;
    +	    }
    +	}
    +
    +	return	sprintf ".word\t0x%08x !%s",
    +			0x81b00000|$rd<<25|$rs1<<14|$opf<<5|$rs2,
    +			$ref;
    +    } else {
    +	return $ref;
    +    }
    +}
    +
    +sub unvis3 {
    +my ($mnemonic,$rs1,$rs2,$rd)=@_;
    +my %bias = ( "g" => 0, "o" => 8, "l" => 16, "i" => 24 );
    +my ($ref,$opf);
    +my %visopf = (	"addxc"		=> 0x011,
    +		"addxccc"	=> 0x013,
    +		"umulxhi"	=> 0x016,
    +		"alignaddr"	=> 0x018,
    +		"bmask"		=> 0x019,
    +		"alignaddrl"	=> 0x01a	);
    +
    +    $ref = "$mnemonic\t$rs1,$rs2,$rd";
    +
    +    if ($opf=$visopf{$mnemonic}) {
    +	foreach ($rs1,$rs2,$rd) {
    +	    return $ref if (!/%([goli])([0-9])/);
    +	    $_=$bias{$1}+$2;
    +	}
    +
    +	return	sprintf ".word\t0x%08x !%s",
    +			0x81b00000|$rd<<25|$rs1<<14|$opf<<5|$rs2,
    +			$ref;
    +    } else {
    +	return $ref;
    +    }
    +}
    +
    +sub unaes_round {	# 4-argument instructions
    +my ($mnemonic,$rs1,$rs2,$rs3,$rd)=@_;
    +my ($ref,$opf);
    +my %aesopf = (	"aes_eround01"	=> 0,
    +		"aes_eround23"	=> 1,
    +		"aes_dround01"	=> 2,
    +		"aes_dround23"	=> 3,
    +		"aes_eround01_l"=> 4,
    +		"aes_eround23_l"=> 5,
    +		"aes_dround01_l"=> 6,
    +		"aes_dround23_l"=> 7,
    +		"aes_kexpand1"	=> 8	);
    +
    +    $ref = "$mnemonic\t$rs1,$rs2,$rs3,$rd";
    +
    +    if (defined($opf=$aesopf{$mnemonic})) {
    +	$rs3 = ($rs3 =~ /%f([0-6]*[02468])/) ? (($1|$1>>5)&31) : $rs3;
    +	foreach ($rs1,$rs2,$rd) {
    +	    return $ref if (!/%f([0-9]{1,2})/);
    +	    $_=$1;
    +	    if ($1>=32) {
    +		return $ref if ($1&1);
    +		# re-encode for upper double register addressing
    +		$_=($1|$1>>5)&31;
    +	    }
    +	}
    +
    +	return	sprintf ".word\t0x%08x !%s",
    +			2<<30|$rd<<25|0x19<<19|$rs1<<14|$rs3<<9|$opf<<5|$rs2,
    +			$ref;
    +    } else {
    +	return $ref;
    +    }
    +}
    +
    +sub unaes_kexpand {	# 3-argument instructions
    +my ($mnemonic,$rs1,$rs2,$rd)=@_;
    +my ($ref,$opf);
    +my %aesopf = (	"aes_kexpand0"	=> 0x130,
    +		"aes_kexpand2"	=> 0x131	);
    +
    +    $ref = "$mnemonic\t$rs1,$rs2,$rd";
    +
    +    if (defined($opf=$aesopf{$mnemonic})) {
    +	foreach ($rs1,$rs2,$rd) {
    +	    return $ref if (!/%f([0-9]{1,2})/);
    +	    $_=$1;
    +	    if ($1>=32) {
    +		return $ref if ($1&1);
    +		# re-encode for upper double register addressing
    +		$_=($1|$1>>5)&31;
    +	    }
    +	}
    +
    +	return	sprintf ".word\t0x%08x !%s",
    +			2<<30|$rd<<25|0x36<<19|$rs1<<14|$opf<<5|$rs2,
    +			$ref;
    +    } else {
    +	return $ref;
    +    }
    +}
    +
    +sub uncamellia_f {	# 4-argument instructions
    +my ($mnemonic,$rs1,$rs2,$rs3,$rd)=@_;
    +my ($ref,$opf);
    +
    +    $ref = "$mnemonic\t$rs1,$rs2,$rs3,$rd";
    +
    +    if (1) {
    +	$rs3 = ($rs3 =~ /%f([0-6]*[02468])/) ? (($1|$1>>5)&31) : $rs3;
    +	foreach ($rs1,$rs2,$rd) {
    +	    return $ref if (!/%f([0-9]{1,2})/);
    +	    $_=$1;
    +	    if ($1>=32) {
    +		return $ref if ($1&1);
    +		# re-encode for upper double register addressing
    +		$_=($1|$1>>5)&31;
    +	    }
    +	}
    +
    +	return	sprintf ".word\t0x%08x !%s",
    +			2<<30|$rd<<25|0x19<<19|$rs1<<14|$rs3<<9|0xc<<5|$rs2,
    +			$ref;
    +    } else {
    +	return $ref;
    +    }
    +}
    +
    +sub uncamellia3 {	# 3-argument instructions
    +my ($mnemonic,$rs1,$rs2,$rd)=@_;
    +my ($ref,$opf);
    +my %cmllopf = (	"camellia_fl"	=> 0x13c,
    +		"camellia_fli"	=> 0x13d	);
    +
    +    $ref = "$mnemonic\t$rs1,$rs2,$rd";
    +
    +    if (defined($opf=$cmllopf{$mnemonic})) {
    +	foreach ($rs1,$rs2,$rd) {
    +	    return $ref if (!/%f([0-9]{1,2})/);
    +	    $_=$1;
    +	    if ($1>=32) {
    +		return $ref if ($1&1);
    +		# re-encode for upper double register addressing
    +		$_=($1|$1>>5)&31;
    +	    }
    +	}
    +
    +	return	sprintf ".word\t0x%08x !%s",
    +			2<<30|$rd<<25|0x36<<19|$rs1<<14|$opf<<5|$rs2,
    +			$ref;
    +    } else {
    +	return $ref;
    +    }
    +}
    +
    +sub unmovxtox {		# 2-argument instructions
    +my ($mnemonic,$rs,$rd)=@_;
    +my %bias = ( "g" => 0, "o" => 8, "l" => 16, "i" => 24, "f" => 0 );
    +my ($ref,$opf);
    +my %movxopf = (	"movdtox"	=> 0x110,
    +		"movstouw"	=> 0x111,
    +		"movstosw"	=> 0x113,
    +		"movxtod"	=> 0x118,
    +		"movwtos"	=> 0x119	);
    +
    +    $ref = "$mnemonic\t$rs,$rd";
    +
    +    if (defined($opf=$movxopf{$mnemonic})) {
    +	foreach ($rs,$rd) {
    +	    return $ref if (!/%([fgoli])([0-9]{1,2})/);
    +	    $_=$bias{$1}+$2;
    +	    if ($2>=32) {
    +		return $ref if ($2&1);
    +		# re-encode for upper double register addressing
    +		$_=($2|$2>>5)&31;
    +	    }
    +	}
    +
    +	return	sprintf ".word\t0x%08x !%s",
    +			2<<30|$rd<<25|0x36<<19|$opf<<5|$rs,
    +			$ref;
    +    } else {
    +	return $ref;
    +    }
    +}
    +
    +sub undes {
    +my ($mnemonic)=shift;
    +my @args=@_;
    +my ($ref,$opf);
    +my %desopf = (	"des_round"	=> 0b1001,
    +		"des_ip"	=> 0b100110100,
    +		"des_iip"	=> 0b100110101,
    +		"des_kexpand"	=> 0b100110110	);
    +
    +    $ref = "$mnemonic\t".join(",",@_);
    +
    +    if (defined($opf=$desopf{$mnemonic})) {	# 4-arg
    +	if ($mnemonic eq "des_round") {
    +	    foreach (@args[0..3]) {
    +		return $ref if (!/%f([0-9]{1,2})/);
    +		$_=$1;
    +		if ($1>=32) {
    +		    return $ref if ($1&1);
    +		    # re-encode for upper double register addressing
    +		    $_=($1|$1>>5)&31;
    +		}
    +	    }
    +	    return  sprintf ".word\t0x%08x !%s",
    +			    2<<30|0b011001<<19|$opf<<5|$args[0]<<14|$args[1]|$args[2]<<9|$args[3]<<25,
    +			    $ref;
    +	} elsif ($mnemonic eq "des_kexpand") {	# 3-arg
    +	    foreach (@args[0..2]) {
    +		return $ref if (!/(%f)?([0-9]{1,2})/);
    +		$_=$2;
    +		if ($2>=32) {
    +		    return $ref if ($2&1);
    +		    # re-encode for upper double register addressing
    +		    $_=($2|$2>>5)&31;
    +		}
    +	    }
    +	    return  sprintf ".word\t0x%08x !%s",
    +			    2<<30|0b110110<<19|$opf<<5|$args[0]<<14|$args[1]|$args[2]<<25,
    +			    $ref;
    +	} else {				# 2-arg
    +	    foreach (@args[0..1]) {
    +		return $ref if (!/%f([0-9]{1,2})/);
    +		$_=$1;
    +		if ($1>=32) {
    +		    return $ref if ($2&1);
    +		    # re-encode for upper double register addressing
    +		    $_=($1|$1>>5)&31;
    +		}
    +	    }
    +	    return  sprintf ".word\t0x%08x !%s",
    +			    2<<30|0b110110<<19|$opf<<5|$args[0]<<14|$args[1]<<25,
    +			    $ref;
    +	}
    +    } else {
    +	return $ref;
    +    }
    +}
    +
    +sub emit_assembler {
    +    foreach (split("\n",$::code)) {
    +	s/\`([^\`]*)\`/eval $1/ge;
    +
    +	s/\b(f[a-z]+2[sd]*)\s+(%f[0-9]{1,2}),\s*(%f[0-9]{1,2})\s*$/$1\t%f0,$2,$3/go;
    +
    +	s/\b(aes_[edk][^\s]*)\s+(%f[0-9]{1,2}),\s*(%f[0-9]{1,2}),\s*([%fx0-9]+),\s*(%f[0-9]{1,2})/
    +		&unaes_round($1,$2,$3,$4,$5)
    +	 /geo or
    +	s/\b(aes_kexpand[02])\s+(%f[0-9]{1,2}),\s*(%f[0-9]{1,2}),\s*(%f[0-9]{1,2})/
    +		&unaes_kexpand($1,$2,$3,$4)
    +	 /geo or
    +	s/\b(camellia_f)\s+(%f[0-9]{1,2}),\s*(%f[0-9]{1,2}),\s*([%fx0-9]+),\s*(%f[0-9]{1,2})/
    +		&uncamellia_f($1,$2,$3,$4,$5)
    +	 /geo or
    +	s/\b(camellia_[^s]+)\s+(%f[0-9]{1,2}),\s*(%f[0-9]{1,2}),\s*(%f[0-9]{1,2})/
    +		&uncamellia3($1,$2,$3,$4)
    +	 /geo or
    +	s/\b(des_\w+)\s+(%f[0-9]{1,2}),\s*([%fx0-9]+)(?:,\s*(%f[0-9]{1,2})(?:,\s*(%f[0-9]{1,2}))?)?/
    +		&undes($1,$2,$3,$4,$5)
    +	 /geo or
    +	s/\b(mov[ds]to\w+)\s+(%f[0-9]{1,2}),\s*(%[goli][0-7])/
    +		&unmovxtox($1,$2,$3)
    +	 /geo or
    +	s/\b(mov[xw]to[ds])\s+(%[goli][0-7]),\s*(%f[0-9]{1,2})/
    +		&unmovxtox($1,$2,$3)
    +	 /geo or
    +	s/\b([fb][^\s]*)\s+(%f[0-9]{1,2}),\s*(%f[0-9]{1,2}),\s*(%f[0-9]{1,2})/
    +		&unvis($1,$2,$3,$4)
    +	 /geo or
    +	s/\b(umulxhi|bmask|addxc[c]{0,2}|alignaddr[l]*)\s+(%[goli][0-7]),\s*(%[goli][0-7]),\s*(%[goli][0-7])/
    +		&unvis3($1,$2,$3,$4)
    +	 /geo;
    +
    +	print $_,"\n";
    +    }
    +}
    +
    +1;
    diff --git a/openssl/crypto/perlasm/x86_64-xlate.pl b/openssl/crypto/perlasm/x86_64-xlate.pl
    index 56d9b64b6..9c70b8c2c 100644
    --- a/openssl/crypto/perlasm/x86_64-xlate.pl
    +++ b/openssl/crypto/perlasm/x86_64-xlate.pl
    @@ -121,7 +121,7 @@ my %globals;
     		$self->{sz} = "";
     	    } elsif ($self->{op} =~ /^v/) { # VEX
     		$self->{sz} = "";
    -	    } elsif ($self->{op} =~ /movq/ && $line =~ /%xmm/) {
    +	    } elsif ($self->{op} =~ /mov[dq]/ && $line =~ /%xmm/) {
     		$self->{sz} = "";
     	    } elsif ($self->{op} =~ /([a-z]{3,})([qlwb])$/) {
     		$self->{op} = $1;
    @@ -250,8 +250,13 @@ my %globals;
     	# in $self->{label}, new gas requires sign extension...
     	use integer;
     	$self->{label} =~ s/(?{label} =~ s/([0-9]+\s*[\*\/\%]\s*[0-9]+)/eval($1)/eg;
    -	$self->{label} =~ s/([0-9]+)/$1<<32>>32/eg;
    +	$self->{label} =~ s/\b([0-9]+\s*[\*\/\%]\s*[0-9]+)\b/eval($1)/eg;
    +	$self->{label} =~ s/\b([0-9]+)\b/$1<<32>>32/eg;
    +
    +	if (!$self->{label} && $self->{index} && $self->{scale}==1 &&
    +	    $self->{base} =~ /(rbp|r13)/) {
    +		$self->{base} = $self->{index}; $self->{index} = $1;
    +	}
     
     	if ($gas) {
     	    $self->{label} =~ s/^___imp_/__imp__/   if ($flavour eq "mingw64");
    @@ -265,14 +270,20 @@ my %globals;
     		sprintf "%s%s(%%%s)",	$self->{asterisk},$self->{label},$self->{base};
     	    }
     	} else {
    -	    %szmap = (	b=>"BYTE$PTR", w=>"WORD$PTR", l=>"DWORD$PTR",
    -	    		q=>"QWORD$PTR",o=>"OWORD$PTR",x=>"XMMWORD$PTR" );
    +	    %szmap = (	b=>"BYTE$PTR",  w=>"WORD$PTR",
    +			l=>"DWORD$PTR", d=>"DWORD$PTR",
    +	    		q=>"QWORD$PTR", o=>"OWORD$PTR",
    +			x=>"XMMWORD$PTR", y=>"YMMWORD$PTR", z=>"ZMMWORD$PTR" );
     
     	    $self->{label} =~ s/\./\$/g;
     	    $self->{label} =~ s/(?{label} = "($self->{label})" if ($self->{label} =~ /[\*\+\-\/]/);
    -	    $sz="q" if ($self->{asterisk} || opcode->mnemonic() eq "movq");
    -	    $sz="l" if (opcode->mnemonic() eq "movd");
    +
    +	    ($self->{asterisk})					&& ($sz="q") ||
    +	    (opcode->mnemonic() =~ /^v?mov([qd])$/)		&& ($sz=$1)  ||
    +	    (opcode->mnemonic() =~ /^v?pinsr([qdwb])$/)		&& ($sz=$1)  ||
    +	    (opcode->mnemonic() =~ /^vpbroadcast([qdwb])$/)	&& ($sz=$1)  ||
    +	    (opcode->mnemonic() =~ /^vinsert[fi]128$/)		&& ($sz="x");
     
     	    if (defined($self->{index})) {
     		sprintf "%s[%s%s*%d%s]",$szmap{$sz},
    @@ -412,7 +423,7 @@ my %globals;
         }
         sub out {
     	my $self = shift;
    -	if ($nasm && opcode->mnemonic()=~m/^j/) {
    +	if ($nasm && opcode->mnemonic()=~m/^j(?![re]cxz)/) {
     	    "NEAR ".$self->{value};
     	} else {
     	    $self->{value};
    @@ -530,7 +541,7 @@ my %globals;
     					$v="$current_segment\tENDS\n" if ($current_segment);
     					$current_segment = ".text\$";
     					$v.="$current_segment\tSEGMENT ";
    -					$v.=$masm>=$masmref ? "ALIGN(64)" : "PAGE";
    +					$v.=$masm>=$masmref ? "ALIGN(256)" : "PAGE";
     					$v.=" 'CODE'";
     				    }
     				    $self->{value} = $v;
    @@ -772,10 +783,64 @@ my $rdrand = sub {
         }
     };
     
    +my $rdseed = sub {
    +    if (shift =~ /%[er](\w+)/) {
    +      my @opcode=();
    +      my $dst=$1;
    +	if ($dst !~ /[0-9]+/) { $dst = $regrm{"%e$dst"}; }
    +	rex(\@opcode,0,$1,8);
    +	push @opcode,0x0f,0xc7,0xf8|($dst&7);
    +	@opcode;
    +    } else {
    +	();
    +    }
    +};
    +
    +sub rxb {
    + local *opcode=shift;
    + my ($dst,$src1,$src2,$rxb)=@_;
    +
    +   $rxb|=0x7<<5;
    +   $rxb&=~(0x04<<5) if($dst>=8);
    +   $rxb&=~(0x01<<5) if($src1>=8);
    +   $rxb&=~(0x02<<5) if($src2>=8);
    +   push @opcode,$rxb;
    +}
    +
    +my $vprotd = sub {
    +    if (shift =~ /\$([x0-9a-f]+),\s*%xmm([0-9]+),\s*%xmm([0-9]+)/) {
    +      my @opcode=(0x8f);
    +	rxb(\@opcode,$3,$2,-1,0x08);
    +	push @opcode,0x78,0xc2;
    +	push @opcode,0xc0|($2&7)|(($3&7)<<3);		# ModR/M
    +	my $c=$1;
    +	push @opcode,$c=~/^0/?oct($c):$c;
    +	@opcode;
    +    } else {
    +	();
    +    }
    +};
    +
    +my $vprotq = sub {
    +    if (shift =~ /\$([x0-9a-f]+),\s*%xmm([0-9]+),\s*%xmm([0-9]+)/) {
    +      my @opcode=(0x8f);
    +	rxb(\@opcode,$3,$2,-1,0x08);
    +	push @opcode,0x78,0xc3;
    +	push @opcode,0xc0|($2&7)|(($3&7)<<3);		# ModR/M
    +	my $c=$1;
    +	push @opcode,$c=~/^0/?oct($c):$c;
    +	@opcode;
    +    } else {
    +	();
    +    }
    +};
    +
     if ($nasm) {
         print <<___;
     default	rel
     %define XMMWORD
    +%define YMMWORD
    +%define ZMMWORD
     ___
     } elsif ($masm) {
         print <<___;
    @@ -789,6 +854,7 @@ while($line=<>) {
         $line =~ s|[#!].*$||;	# get rid of asm-style comments...
         $line =~ s|/\*.*\*/||;	# ... and C-style comments...
         $line =~ s|^\s+||;		# ... and skip white spaces in beginning
    +    $line =~ s|\s+$||;		# ... and at the end
     
         undef $label;
         undef $opcode;
    @@ -837,6 +903,8 @@ while($line=<>) {
     		    my $arg = $_->out();
     		    # $insn.=$sz compensates for movq, pinsrw, ...
     		    if ($arg =~ /^xmm[0-9]+$/) { $insn.=$sz; $sz="x" if(!$sz); last; }
    +		    if ($arg =~ /^ymm[0-9]+$/) { $insn.=$sz; $sz="y" if(!$sz); last; }
    +		    if ($arg =~ /^zmm[0-9]+$/) { $insn.=$sz; $sz="z" if(!$sz); last; }
     		    if ($arg =~ /^mm[0-9]+$/)  { $insn.=$sz; $sz="q" if(!$sz); last; }
     		}
     		@args = reverse(@args);
    diff --git a/openssl/crypto/perlasm/x86asm.pl b/openssl/crypto/perlasm/x86asm.pl
    index eb543db2f..cae156ae6 100644
    --- a/openssl/crypto/perlasm/x86asm.pl
    +++ b/openssl/crypto/perlasm/x86asm.pl
    @@ -131,6 +131,40 @@ sub ::rdrand
         {	&::generic("rdrand",@_);	}
     }
     
    +sub ::rdseed
    +{ my ($dst)=@_;
    +    if ($dst =~ /(e[a-dsd][ixp])/)
    +    {	&::data_byte(0x0f,0xc7,0xf8|$regrm{$dst});	}
    +    else
    +    {	&::generic("rdrand",@_);	}
    +}
    +
    +sub rxb {
    + local *opcode=shift;
    + my ($dst,$src1,$src2,$rxb)=@_;
    +
    +   $rxb|=0x7<<5;
    +   $rxb&=~(0x04<<5) if($dst>=8);
    +   $rxb&=~(0x01<<5) if($src1>=8);
    +   $rxb&=~(0x02<<5) if($src2>=8);
    +   push @opcode,$rxb;
    +}
    +
    +sub ::vprotd
    +{ my $args=join(',',@_);
    +    if ($args =~ /xmm([0-7]),xmm([0-7]),([x0-9a-f]+)/)
    +    { my @opcode=(0x8f);
    +	rxb(\@opcode,$1,$2,-1,0x08);
    +	push @opcode,0x78,0xc2;
    +	push @opcode,0xc0|($2&7)|(($1&7)<<3);		# ModR/M
    +	my $c=$3;
    +	push @opcode,$c=~/^0/?oct($c):$c;
    +	&::data_byte(@opcode);
    +    }
    +    else
    +    {	&::generic("vprotd",@_);	}
    +}
    +
     # label management
     $lbdecor="L";		# local label decoration, set by package
     $label="000";
    @@ -221,6 +255,8 @@ sub ::asm_init
         $elf=$cpp=$coff=$aout=$macosx=$win32=$netware=$mwerks=$android=0;
         if    (($type eq "elf"))
         {	$elf=1;			require "x86gas.pl";	}
    +    elsif (($type eq "elf-1"))
    +    {	$elf=-1;		require "x86gas.pl";	}
         elsif (($type eq "a\.out"))
         {	$aout=1;		require "x86gas.pl";	}
         elsif (($type eq "coff" or $type eq "gaswin"))
    @@ -257,4 +293,6 @@ EOF
         &file($filename);
     }
     
    +sub ::hidden {}
    +
     1;
    diff --git a/openssl/crypto/perlasm/x86gas.pl b/openssl/crypto/perlasm/x86gas.pl
    index 682a3a316..63b2301fd 100644
    --- a/openssl/crypto/perlasm/x86gas.pl
    +++ b/openssl/crypto/perlasm/x86gas.pl
    @@ -70,6 +70,8 @@ sub ::DWP
     { my($addr,$reg1,$reg2,$idx)=@_;
       my $ret="";
     
    +    if (!defined($idx) && 1*$reg2) { $idx=$reg2; $reg2=$reg1; undef $reg1; }
    +
         $addr =~ s/^\s+//;
         # prepend global references with optional underscore
         $addr =~ s/^([^\+\-0-9][^\+\-]*)/&::islabel($1) or "$nmdecor$1"/ige;
    @@ -157,7 +159,7 @@ sub ::file_end
     	}
         }
         if (grep {/\b${nmdecor}OPENSSL_ia32cap_P\b/i} @out) {
    -	my $tmp=".comm\t${nmdecor}OPENSSL_ia32cap_P,8";
    +	my $tmp=".comm\t${nmdecor}OPENSSL_ia32cap_P,16";
     	if ($::macosx)	{ push (@out,"$tmp,2\n"); }
     	elsif ($::elf)	{ push (@out,"$tmp,4\n"); }
     	else		{ push (@out,"$tmp\n"); }
    @@ -170,10 +172,9 @@ sub ::data_short{   push(@out,".value\t".join(',',@_)."\n");  }
     sub ::data_word {   push(@out,".long\t".join(',',@_)."\n");   }
     
     sub ::align
    -{ my $val=$_[0],$p2,$i;
    +{ my $val=$_[0];
         if ($::aout)
    -    {	for ($p2=0;$val!=0;$val>>=1) { $p2++; }
    -	$val=$p2-1;
    +    {	$val=int(log($val)/log(2));
     	$val.=",0x90";
         }
         push(@out,".align\t$val\n");
    @@ -195,6 +196,8 @@ sub ::picmeup
     	    &::mov($dst,&::DWP("$indirect-$reflabel",$base));
     	    $non_lazy_ptr{"$nmdecor$sym"}=$indirect;
     	}
    +	elsif ($sym eq "OPENSSL_ia32cap_P" && $::elf>0)
    +	{   &::lea($dst,&::DWP("$sym-$reflabel",$base));   }
     	else
     	{   &::lea($dst,&::DWP("_GLOBAL_OFFSET_TABLE_+[.-$reflabel]",
     			    $base));
    @@ -250,4 +253,6 @@ ___
     sub ::dataseg
     {   push(@out,".data\n");   }
     
    +*::hidden = sub { push(@out,".hidden\t$nmdecor$_[0]\n"); } if ($::elf);
    +
     1;
    diff --git a/openssl/crypto/perlasm/x86masm.pl b/openssl/crypto/perlasm/x86masm.pl
    index f937d07c8..1741342c3 100644
    --- a/openssl/crypto/perlasm/x86masm.pl
    +++ b/openssl/crypto/perlasm/x86masm.pl
    @@ -39,6 +39,8 @@ sub get_mem
     { my($size,$addr,$reg1,$reg2,$idx)=@_;
       my($post,$ret);
     
    +    if (!defined($idx) && 1*$reg2) { $idx=$reg2; $reg2=$reg1; undef $reg1; }
    +
         $ret .= "$size PTR " if ($size ne "");
     
         $addr =~ s/^\s+//;
    @@ -133,7 +135,7 @@ ___
         if (grep {/\b${nmdecor}OPENSSL_ia32cap_P\b/i} @out)
         {	my $comm=<<___;
     .bss	SEGMENT 'BSS'
    -COMM	${nmdecor}OPENSSL_ia32cap_P:QWORD
    +COMM	${nmdecor}OPENSSL_ia32cap_P:DWORD:4
     .bss	ENDS
     ___
     	# comment out OPENSSL_ia32cap_P declarations
    diff --git a/openssl/crypto/perlasm/x86nasm.pl b/openssl/crypto/perlasm/x86nasm.pl
    index ca2511c9e..5d92f6092 100644
    --- a/openssl/crypto/perlasm/x86nasm.pl
    +++ b/openssl/crypto/perlasm/x86nasm.pl
    @@ -36,6 +36,8 @@ sub get_mem
     { my($size,$addr,$reg1,$reg2,$idx)=@_;
       my($post,$ret);
     
    +    if (!defined($idx) && 1*$reg2) { $idx=$reg2; $reg2=$reg1; undef $reg1; }
    +
         if ($size ne "")
         {	$ret .= "$size";
     	$ret .= " PTR" if ($::mwerks);
    @@ -117,7 +119,7 @@ sub ::file_end
     {   if (grep {/\b${nmdecor}OPENSSL_ia32cap_P\b/i} @out)
         {	my $comm=<<___;
     ${drdecor}segment	.bss
    -${drdecor}common	${nmdecor}OPENSSL_ia32cap_P 8
    +${drdecor}common	${nmdecor}OPENSSL_ia32cap_P 16
     ___
     	# comment out OPENSSL_ia32cap_P declarations
     	grep {s/(^extern\s+${nmdecor}OPENSSL_ia32cap_P)/\;$1/} @out;
    diff --git a/openssl/crypto/pkcs12/p12_add.c b/openssl/crypto/pkcs12/p12_add.c
    index 27ac5facf..982805d98 100644
    --- a/openssl/crypto/pkcs12/p12_add.c
    +++ b/openssl/crypto/pkcs12/p12_add.c
    @@ -1,6 +1,7 @@
     /* p12_add.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,179 +63,183 @@
     
     /* Pack an object into an OCTET STRING and turn into a safebag */
     
    -PKCS12_SAFEBAG *PKCS12_item_pack_safebag(void *obj, const ASN1_ITEM *it, int nid1,
    -	     int nid2)
    +PKCS12_SAFEBAG *PKCS12_item_pack_safebag(void *obj, const ASN1_ITEM *it,
    +                                         int nid1, int nid2)
     {
    -	PKCS12_BAGS *bag;
    -	PKCS12_SAFEBAG *safebag;
    -	if (!(bag = PKCS12_BAGS_new())) {
    -		PKCS12err(PKCS12_F_PKCS12_ITEM_PACK_SAFEBAG, ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    -	bag->type = OBJ_nid2obj(nid1);
    -	if (!ASN1_item_pack(obj, it, &bag->value.octet)) {
    -		PKCS12err(PKCS12_F_PKCS12_ITEM_PACK_SAFEBAG, ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    -	if (!(safebag = PKCS12_SAFEBAG_new())) {
    -		PKCS12err(PKCS12_F_PKCS12_ITEM_PACK_SAFEBAG, ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    -	safebag->value.bag = bag;
    -	safebag->type = OBJ_nid2obj(nid2);
    -	return safebag;
    +    PKCS12_BAGS *bag;
    +    PKCS12_SAFEBAG *safebag;
    +    if (!(bag = PKCS12_BAGS_new())) {
    +        PKCS12err(PKCS12_F_PKCS12_ITEM_PACK_SAFEBAG, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +    bag->type = OBJ_nid2obj(nid1);
    +    if (!ASN1_item_pack(obj, it, &bag->value.octet)) {
    +        PKCS12err(PKCS12_F_PKCS12_ITEM_PACK_SAFEBAG, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +    if (!(safebag = PKCS12_SAFEBAG_new())) {
    +        PKCS12err(PKCS12_F_PKCS12_ITEM_PACK_SAFEBAG, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +    safebag->value.bag = bag;
    +    safebag->type = OBJ_nid2obj(nid2);
    +    return safebag;
     }
     
     /* Turn PKCS8 object into a keybag */
     
     PKCS12_SAFEBAG *PKCS12_MAKE_KEYBAG(PKCS8_PRIV_KEY_INFO *p8)
     {
    -	PKCS12_SAFEBAG *bag;
    -	if (!(bag = PKCS12_SAFEBAG_new())) {
    -		PKCS12err(PKCS12_F_PKCS12_MAKE_KEYBAG,ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    -	bag->type = OBJ_nid2obj(NID_keyBag);
    -	bag->value.keybag = p8;
    -	return bag;
    +    PKCS12_SAFEBAG *bag;
    +    if (!(bag = PKCS12_SAFEBAG_new())) {
    +        PKCS12err(PKCS12_F_PKCS12_MAKE_KEYBAG, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +    bag->type = OBJ_nid2obj(NID_keyBag);
    +    bag->value.keybag = p8;
    +    return bag;
     }
     
     /* Turn PKCS8 object into a shrouded keybag */
     
     PKCS12_SAFEBAG *PKCS12_MAKE_SHKEYBAG(int pbe_nid, const char *pass,
    -	     int passlen, unsigned char *salt, int saltlen, int iter,
    -	     PKCS8_PRIV_KEY_INFO *p8)
    +                                     int passlen, unsigned char *salt,
    +                                     int saltlen, int iter,
    +                                     PKCS8_PRIV_KEY_INFO *p8)
     {
    -	PKCS12_SAFEBAG *bag;
    -	const EVP_CIPHER *pbe_ciph;
    +    PKCS12_SAFEBAG *bag;
    +    const EVP_CIPHER *pbe_ciph;
     
    -	/* Set up the safe bag */
    -	if (!(bag = PKCS12_SAFEBAG_new())) {
    -		PKCS12err(PKCS12_F_PKCS12_MAKE_SHKEYBAG, ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    +    /* Set up the safe bag */
    +    if (!(bag = PKCS12_SAFEBAG_new())) {
    +        PKCS12err(PKCS12_F_PKCS12_MAKE_SHKEYBAG, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
     
    -	bag->type = OBJ_nid2obj(NID_pkcs8ShroudedKeyBag);
    +    bag->type = OBJ_nid2obj(NID_pkcs8ShroudedKeyBag);
     
    -	pbe_ciph = EVP_get_cipherbynid(pbe_nid);
    +    pbe_ciph = EVP_get_cipherbynid(pbe_nid);
     
    -	if (pbe_ciph)
    -		pbe_nid = -1;
    +    if (pbe_ciph)
    +        pbe_nid = -1;
     
    -	if (!(bag->value.shkeybag = 
    -	  PKCS8_encrypt(pbe_nid, pbe_ciph, pass, passlen, salt, saltlen, iter,
    -									 p8))) {
    -		PKCS12err(PKCS12_F_PKCS12_MAKE_SHKEYBAG, ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    +    if (!(bag->value.shkeybag =
    +          PKCS8_encrypt(pbe_nid, pbe_ciph, pass, passlen, salt, saltlen, iter,
    +                        p8))) {
    +        PKCS12err(PKCS12_F_PKCS12_MAKE_SHKEYBAG, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
     
    -	return bag;
    +    return bag;
     }
     
     /* Turn a stack of SAFEBAGS into a PKCS#7 data Contentinfo */
     PKCS7 *PKCS12_pack_p7data(STACK_OF(PKCS12_SAFEBAG) *sk)
     {
    -	PKCS7 *p7;
    -	if (!(p7 = PKCS7_new())) {
    -		PKCS12err(PKCS12_F_PKCS12_PACK_P7DATA, ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    -	p7->type = OBJ_nid2obj(NID_pkcs7_data);
    -	if (!(p7->d.data = M_ASN1_OCTET_STRING_new())) {
    -		PKCS12err(PKCS12_F_PKCS12_PACK_P7DATA, ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    -	
    -	if (!ASN1_item_pack(sk, ASN1_ITEM_rptr(PKCS12_SAFEBAGS), &p7->d.data)) {
    -		PKCS12err(PKCS12_F_PKCS12_PACK_P7DATA, PKCS12_R_CANT_PACK_STRUCTURE);
    -		return NULL;
    -	}
    -	return p7;
    +    PKCS7 *p7;
    +    if (!(p7 = PKCS7_new())) {
    +        PKCS12err(PKCS12_F_PKCS12_PACK_P7DATA, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +    p7->type = OBJ_nid2obj(NID_pkcs7_data);
    +    if (!(p7->d.data = M_ASN1_OCTET_STRING_new())) {
    +        PKCS12err(PKCS12_F_PKCS12_PACK_P7DATA, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +
    +    if (!ASN1_item_pack(sk, ASN1_ITEM_rptr(PKCS12_SAFEBAGS), &p7->d.data)) {
    +        PKCS12err(PKCS12_F_PKCS12_PACK_P7DATA, PKCS12_R_CANT_PACK_STRUCTURE);
    +        return NULL;
    +    }
    +    return p7;
     }
     
     /* Unpack SAFEBAGS from PKCS#7 data ContentInfo */
     STACK_OF(PKCS12_SAFEBAG) *PKCS12_unpack_p7data(PKCS7 *p7)
     {
    -	if(!PKCS7_type_is_data(p7))
    -		{
    -		PKCS12err(PKCS12_F_PKCS12_UNPACK_P7DATA,PKCS12_R_CONTENT_TYPE_NOT_DATA);
    -		return NULL;
    -		}
    -	return ASN1_item_unpack(p7->d.data, ASN1_ITEM_rptr(PKCS12_SAFEBAGS));
    +    if (!PKCS7_type_is_data(p7)) {
    +        PKCS12err(PKCS12_F_PKCS12_UNPACK_P7DATA,
    +                  PKCS12_R_CONTENT_TYPE_NOT_DATA);
    +        return NULL;
    +    }
    +    return ASN1_item_unpack(p7->d.data, ASN1_ITEM_rptr(PKCS12_SAFEBAGS));
     }
     
     /* Turn a stack of SAFEBAGS into a PKCS#7 encrypted data ContentInfo */
     
     PKCS7 *PKCS12_pack_p7encdata(int pbe_nid, const char *pass, int passlen,
    -			      unsigned char *salt, int saltlen, int iter,
    -			      STACK_OF(PKCS12_SAFEBAG) *bags)
    +                             unsigned char *salt, int saltlen, int iter,
    +                             STACK_OF(PKCS12_SAFEBAG) *bags)
     {
    -	PKCS7 *p7;
    -	X509_ALGOR *pbe;
    -	const EVP_CIPHER *pbe_ciph;
    -	if (!(p7 = PKCS7_new())) {
    -		PKCS12err(PKCS12_F_PKCS12_PACK_P7ENCDATA, ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    -	if(!PKCS7_set_type(p7, NID_pkcs7_encrypted)) {
    -		PKCS12err(PKCS12_F_PKCS12_PACK_P7ENCDATA,
    -				PKCS12_R_ERROR_SETTING_ENCRYPTED_DATA_TYPE);
    -		return NULL;
    -	}
    -
    -	pbe_ciph = EVP_get_cipherbynid(pbe_nid);
    -
    -	if (pbe_ciph)
    -		pbe = PKCS5_pbe2_set(pbe_ciph, iter, salt, saltlen);
    -	else
    -		pbe = PKCS5_pbe_set(pbe_nid, iter, salt, saltlen);
    -
    -	if (!pbe) {
    -		PKCS12err(PKCS12_F_PKCS12_PACK_P7ENCDATA, ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    -	X509_ALGOR_free(p7->d.encrypted->enc_data->algorithm);
    -	p7->d.encrypted->enc_data->algorithm = pbe;
    -	M_ASN1_OCTET_STRING_free(p7->d.encrypted->enc_data->enc_data);
    -	if (!(p7->d.encrypted->enc_data->enc_data =
    -	PKCS12_item_i2d_encrypt(pbe, ASN1_ITEM_rptr(PKCS12_SAFEBAGS), pass, passlen,
    -				 bags, 1))) {
    -		PKCS12err(PKCS12_F_PKCS12_PACK_P7ENCDATA, PKCS12_R_ENCRYPT_ERROR);
    -		return NULL;
    -	}
    -
    -	return p7;
    +    PKCS7 *p7;
    +    X509_ALGOR *pbe;
    +    const EVP_CIPHER *pbe_ciph;
    +    if (!(p7 = PKCS7_new())) {
    +        PKCS12err(PKCS12_F_PKCS12_PACK_P7ENCDATA, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +    if (!PKCS7_set_type(p7, NID_pkcs7_encrypted)) {
    +        PKCS12err(PKCS12_F_PKCS12_PACK_P7ENCDATA,
    +                  PKCS12_R_ERROR_SETTING_ENCRYPTED_DATA_TYPE);
    +        return NULL;
    +    }
    +
    +    pbe_ciph = EVP_get_cipherbynid(pbe_nid);
    +
    +    if (pbe_ciph)
    +        pbe = PKCS5_pbe2_set(pbe_ciph, iter, salt, saltlen);
    +    else
    +        pbe = PKCS5_pbe_set(pbe_nid, iter, salt, saltlen);
    +
    +    if (!pbe) {
    +        PKCS12err(PKCS12_F_PKCS12_PACK_P7ENCDATA, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +    X509_ALGOR_free(p7->d.encrypted->enc_data->algorithm);
    +    p7->d.encrypted->enc_data->algorithm = pbe;
    +    M_ASN1_OCTET_STRING_free(p7->d.encrypted->enc_data->enc_data);
    +    if (!(p7->d.encrypted->enc_data->enc_data =
    +          PKCS12_item_i2d_encrypt(pbe, ASN1_ITEM_rptr(PKCS12_SAFEBAGS), pass,
    +                                  passlen, bags, 1))) {
    +        PKCS12err(PKCS12_F_PKCS12_PACK_P7ENCDATA, PKCS12_R_ENCRYPT_ERROR);
    +        return NULL;
    +    }
    +
    +    return p7;
     }
     
    -STACK_OF(PKCS12_SAFEBAG) *PKCS12_unpack_p7encdata(PKCS7 *p7, const char *pass, int passlen)
    +STACK_OF(PKCS12_SAFEBAG) *PKCS12_unpack_p7encdata(PKCS7 *p7, const char *pass,
    +                                                  int passlen)
     {
    -	if(!PKCS7_type_is_encrypted(p7)) return NULL;
    -	return PKCS12_item_decrypt_d2i(p7->d.encrypted->enc_data->algorithm,
    -			           ASN1_ITEM_rptr(PKCS12_SAFEBAGS),
    -				   pass, passlen,
    -			           p7->d.encrypted->enc_data->enc_data, 1);
    +    if (!PKCS7_type_is_encrypted(p7))
    +        return NULL;
    +    return PKCS12_item_decrypt_d2i(p7->d.encrypted->enc_data->algorithm,
    +                                   ASN1_ITEM_rptr(PKCS12_SAFEBAGS),
    +                                   pass, passlen,
    +                                   p7->d.encrypted->enc_data->enc_data, 1);
     }
     
    -PKCS8_PRIV_KEY_INFO *PKCS12_decrypt_skey(PKCS12_SAFEBAG *bag, const char *pass,
    -								int passlen)
    +PKCS8_PRIV_KEY_INFO *PKCS12_decrypt_skey(PKCS12_SAFEBAG *bag,
    +                                         const char *pass, int passlen)
     {
    -	return PKCS8_decrypt(bag->value.shkeybag, pass, passlen);
    +    return PKCS8_decrypt(bag->value.shkeybag, pass, passlen);
     }
     
    -int PKCS12_pack_authsafes(PKCS12 *p12, STACK_OF(PKCS7) *safes) 
    +int PKCS12_pack_authsafes(PKCS12 *p12, STACK_OF(PKCS7) *safes)
     {
    -	if(ASN1_item_pack(safes, ASN1_ITEM_rptr(PKCS12_AUTHSAFES),
    -		&p12->authsafes->d.data)) 
    -			return 1;
    -	return 0;
    +    if (ASN1_item_pack(safes, ASN1_ITEM_rptr(PKCS12_AUTHSAFES),
    +                       &p12->authsafes->d.data))
    +        return 1;
    +    return 0;
     }
     
     STACK_OF(PKCS7) *PKCS12_unpack_authsafes(PKCS12 *p12)
     {
    -	if (!PKCS7_type_is_data(p12->authsafes))
    -		{
    -		PKCS12err(PKCS12_F_PKCS12_UNPACK_AUTHSAFES,PKCS12_R_CONTENT_TYPE_NOT_DATA);
    -		return NULL;
    -		}
    -	return ASN1_item_unpack(p12->authsafes->d.data, ASN1_ITEM_rptr(PKCS12_AUTHSAFES));
    +    if (!PKCS7_type_is_data(p12->authsafes)) {
    +        PKCS12err(PKCS12_F_PKCS12_UNPACK_AUTHSAFES,
    +                  PKCS12_R_CONTENT_TYPE_NOT_DATA);
    +        return NULL;
    +    }
    +    return ASN1_item_unpack(p12->authsafes->d.data,
    +                            ASN1_ITEM_rptr(PKCS12_AUTHSAFES));
     }
    diff --git a/openssl/crypto/pkcs12/p12_asn.c b/openssl/crypto/pkcs12/p12_asn.c
    index 6e2763381..370ddbd6e 100644
    --- a/openssl/crypto/pkcs12/p12_asn.c
    +++ b/openssl/crypto/pkcs12/p12_asn.c
    @@ -1,6 +1,7 @@
     /* p12_asn.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -64,17 +65,17 @@
     /* PKCS#12 ASN1 module */
     
     ASN1_SEQUENCE(PKCS12) = {
    -	ASN1_SIMPLE(PKCS12, version, ASN1_INTEGER),
    -	ASN1_SIMPLE(PKCS12, authsafes, PKCS7),
    -	ASN1_OPT(PKCS12, mac, PKCS12_MAC_DATA)
    +        ASN1_SIMPLE(PKCS12, version, ASN1_INTEGER),
    +        ASN1_SIMPLE(PKCS12, authsafes, PKCS7),
    +        ASN1_OPT(PKCS12, mac, PKCS12_MAC_DATA)
     } ASN1_SEQUENCE_END(PKCS12)
     
     IMPLEMENT_ASN1_FUNCTIONS(PKCS12)
     
     ASN1_SEQUENCE(PKCS12_MAC_DATA) = {
    -	ASN1_SIMPLE(PKCS12_MAC_DATA, dinfo, X509_SIG),
    -	ASN1_SIMPLE(PKCS12_MAC_DATA, salt, ASN1_OCTET_STRING),
    -	ASN1_OPT(PKCS12_MAC_DATA, iter, ASN1_INTEGER)
    +        ASN1_SIMPLE(PKCS12_MAC_DATA, dinfo, X509_SIG),
    +        ASN1_SIMPLE(PKCS12_MAC_DATA, salt, ASN1_OCTET_STRING),
    +        ASN1_OPT(PKCS12_MAC_DATA, iter, ASN1_INTEGER)
     } ASN1_SEQUENCE_END(PKCS12_MAC_DATA)
     
     IMPLEMENT_ASN1_FUNCTIONS(PKCS12_MAC_DATA)
    @@ -82,14 +83,14 @@ IMPLEMENT_ASN1_FUNCTIONS(PKCS12_MAC_DATA)
     ASN1_ADB_TEMPLATE(bag_default) = ASN1_EXP(PKCS12_BAGS, value.other, ASN1_ANY, 0);
     
     ASN1_ADB(PKCS12_BAGS) = {
    -	ADB_ENTRY(NID_x509Certificate, ASN1_EXP(PKCS12_BAGS, value.x509cert, ASN1_OCTET_STRING, 0)),
    -	ADB_ENTRY(NID_x509Crl, ASN1_EXP(PKCS12_BAGS, value.x509crl, ASN1_OCTET_STRING, 0)),
    -	ADB_ENTRY(NID_sdsiCertificate, ASN1_EXP(PKCS12_BAGS, value.sdsicert, ASN1_IA5STRING, 0)),
    +        ADB_ENTRY(NID_x509Certificate, ASN1_EXP(PKCS12_BAGS, value.x509cert, ASN1_OCTET_STRING, 0)),
    +        ADB_ENTRY(NID_x509Crl, ASN1_EXP(PKCS12_BAGS, value.x509crl, ASN1_OCTET_STRING, 0)),
    +        ADB_ENTRY(NID_sdsiCertificate, ASN1_EXP(PKCS12_BAGS, value.sdsicert, ASN1_IA5STRING, 0)),
     } ASN1_ADB_END(PKCS12_BAGS, 0, type, 0, &bag_default_tt, NULL);
     
     ASN1_SEQUENCE(PKCS12_BAGS) = {
    -	ASN1_SIMPLE(PKCS12_BAGS, type, ASN1_OBJECT),
    -	ASN1_ADB_OBJECT(PKCS12_BAGS),
    +        ASN1_SIMPLE(PKCS12_BAGS, type, ASN1_OBJECT),
    +        ASN1_ADB_OBJECT(PKCS12_BAGS),
     } ASN1_SEQUENCE_END(PKCS12_BAGS)
     
     IMPLEMENT_ASN1_FUNCTIONS(PKCS12_BAGS)
    @@ -97,29 +98,28 @@ IMPLEMENT_ASN1_FUNCTIONS(PKCS12_BAGS)
     ASN1_ADB_TEMPLATE(safebag_default) = ASN1_EXP(PKCS12_SAFEBAG, value.other, ASN1_ANY, 0);
     
     ASN1_ADB(PKCS12_SAFEBAG) = {
    -	ADB_ENTRY(NID_keyBag, ASN1_EXP(PKCS12_SAFEBAG, value.keybag, PKCS8_PRIV_KEY_INFO, 0)),
    -	ADB_ENTRY(NID_pkcs8ShroudedKeyBag, ASN1_EXP(PKCS12_SAFEBAG, value.shkeybag, X509_SIG, 0)),
    -	ADB_ENTRY(NID_safeContentsBag, ASN1_EXP_SET_OF(PKCS12_SAFEBAG, value.safes, PKCS12_SAFEBAG, 0)),
    -	ADB_ENTRY(NID_certBag, ASN1_EXP(PKCS12_SAFEBAG, value.bag, PKCS12_BAGS, 0)),
    -	ADB_ENTRY(NID_crlBag, ASN1_EXP(PKCS12_SAFEBAG, value.bag, PKCS12_BAGS, 0)),
    -	ADB_ENTRY(NID_secretBag, ASN1_EXP(PKCS12_SAFEBAG, value.bag, PKCS12_BAGS, 0))
    +        ADB_ENTRY(NID_keyBag, ASN1_EXP(PKCS12_SAFEBAG, value.keybag, PKCS8_PRIV_KEY_INFO, 0)),
    +        ADB_ENTRY(NID_pkcs8ShroudedKeyBag, ASN1_EXP(PKCS12_SAFEBAG, value.shkeybag, X509_SIG, 0)),
    +        ADB_ENTRY(NID_safeContentsBag, ASN1_EXP_SET_OF(PKCS12_SAFEBAG, value.safes, PKCS12_SAFEBAG, 0)),
    +        ADB_ENTRY(NID_certBag, ASN1_EXP(PKCS12_SAFEBAG, value.bag, PKCS12_BAGS, 0)),
    +        ADB_ENTRY(NID_crlBag, ASN1_EXP(PKCS12_SAFEBAG, value.bag, PKCS12_BAGS, 0)),
    +        ADB_ENTRY(NID_secretBag, ASN1_EXP(PKCS12_SAFEBAG, value.bag, PKCS12_BAGS, 0))
     } ASN1_ADB_END(PKCS12_SAFEBAG, 0, type, 0, &safebag_default_tt, NULL);
     
     ASN1_SEQUENCE(PKCS12_SAFEBAG) = {
    -	ASN1_SIMPLE(PKCS12_SAFEBAG, type, ASN1_OBJECT),
    -	ASN1_ADB_OBJECT(PKCS12_SAFEBAG),
    -	ASN1_SET_OF_OPT(PKCS12_SAFEBAG, attrib, X509_ATTRIBUTE)
    +        ASN1_SIMPLE(PKCS12_SAFEBAG, type, ASN1_OBJECT),
    +        ASN1_ADB_OBJECT(PKCS12_SAFEBAG),
    +        ASN1_SET_OF_OPT(PKCS12_SAFEBAG, attrib, X509_ATTRIBUTE)
     } ASN1_SEQUENCE_END(PKCS12_SAFEBAG)
     
     IMPLEMENT_ASN1_FUNCTIONS(PKCS12_SAFEBAG)
     
     /* SEQUENCE OF SafeBag */
    -ASN1_ITEM_TEMPLATE(PKCS12_SAFEBAGS) = 
    -	ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, PKCS12_SAFEBAGS, PKCS12_SAFEBAG)
    +ASN1_ITEM_TEMPLATE(PKCS12_SAFEBAGS) =
    +        ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, PKCS12_SAFEBAGS, PKCS12_SAFEBAG)
     ASN1_ITEM_TEMPLATE_END(PKCS12_SAFEBAGS)
     
     /* Authsafes: SEQUENCE OF PKCS7 */
    -ASN1_ITEM_TEMPLATE(PKCS12_AUTHSAFES) = 
    -	ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, PKCS12_AUTHSAFES, PKCS7)
    +ASN1_ITEM_TEMPLATE(PKCS12_AUTHSAFES) =
    +        ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, PKCS12_AUTHSAFES, PKCS7)
     ASN1_ITEM_TEMPLATE_END(PKCS12_AUTHSAFES)
    -
    diff --git a/openssl/crypto/pkcs12/p12_attr.c b/openssl/crypto/pkcs12/p12_attr.c
    index e4d9c2564..fff3ba1ec 100644
    --- a/openssl/crypto/pkcs12/p12_attr.c
    +++ b/openssl/crypto/pkcs12/p12_attr.c
    @@ -1,6 +1,7 @@
     /* p12_attr.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -63,83 +64,84 @@
     /* Add a local keyid to a safebag */
     
     int PKCS12_add_localkeyid(PKCS12_SAFEBAG *bag, unsigned char *name,
    -	     int namelen)
    +                          int namelen)
     {
    -	if (X509at_add1_attr_by_NID(&bag->attrib, NID_localKeyID,
    -				V_ASN1_OCTET_STRING, name, namelen))
    -		return 1;
    -	else 
    -		return 0;
    +    if (X509at_add1_attr_by_NID(&bag->attrib, NID_localKeyID,
    +                                V_ASN1_OCTET_STRING, name, namelen))
    +        return 1;
    +    else
    +        return 0;
     }
     
     /* Add key usage to PKCS#8 structure */
     
     int PKCS8_add_keyusage(PKCS8_PRIV_KEY_INFO *p8, int usage)
     {
    -	unsigned char us_val;
    -	us_val = (unsigned char) usage;
    -	if (X509at_add1_attr_by_NID(&p8->attributes, NID_key_usage,
    -				V_ASN1_BIT_STRING, &us_val, 1))
    -		return 1;
    -	else
    -		return 0;
    +    unsigned char us_val;
    +    us_val = (unsigned char)usage;
    +    if (X509at_add1_attr_by_NID(&p8->attributes, NID_key_usage,
    +                                V_ASN1_BIT_STRING, &us_val, 1))
    +        return 1;
    +    else
    +        return 0;
     }
     
     /* Add a friendlyname to a safebag */
     
     int PKCS12_add_friendlyname_asc(PKCS12_SAFEBAG *bag, const char *name,
    -				 int namelen)
    +                                int namelen)
     {
    -	if (X509at_add1_attr_by_NID(&bag->attrib, NID_friendlyName,
    -				MBSTRING_ASC, (unsigned char *)name, namelen))
    -		return 1;
    -	else
    -		return 0;
    +    if (X509at_add1_attr_by_NID(&bag->attrib, NID_friendlyName,
    +                                MBSTRING_ASC, (unsigned char *)name, namelen))
    +        return 1;
    +    else
    +        return 0;
     }
     
    -
     int PKCS12_add_friendlyname_uni(PKCS12_SAFEBAG *bag,
    -				 const unsigned char *name, int namelen)
    +                                const unsigned char *name, int namelen)
     {
    -	if (X509at_add1_attr_by_NID(&bag->attrib, NID_friendlyName,
    -				MBSTRING_BMP, name, namelen))
    -		return 1;
    -	else
    -		return 0;
    +    if (X509at_add1_attr_by_NID(&bag->attrib, NID_friendlyName,
    +                                MBSTRING_BMP, name, namelen))
    +        return 1;
    +    else
    +        return 0;
     }
     
    -int PKCS12_add_CSPName_asc(PKCS12_SAFEBAG *bag, const char *name,
    -				 int namelen)
    +int PKCS12_add_CSPName_asc(PKCS12_SAFEBAG *bag, const char *name, int namelen)
     {
    -	if (X509at_add1_attr_by_NID(&bag->attrib, NID_ms_csp_name,
    -				MBSTRING_ASC, (unsigned char *)name, namelen))
    -		return 1;
    -	else
    -		return 0;
    +    if (X509at_add1_attr_by_NID(&bag->attrib, NID_ms_csp_name,
    +                                MBSTRING_ASC, (unsigned char *)name, namelen))
    +        return 1;
    +    else
    +        return 0;
     }
     
     ASN1_TYPE *PKCS12_get_attr_gen(STACK_OF(X509_ATTRIBUTE) *attrs, int attr_nid)
     {
    -	X509_ATTRIBUTE *attrib;
    -	int i;
    -	if (!attrs) return NULL;
    -	for (i = 0; i < sk_X509_ATTRIBUTE_num (attrs); i++) {
    -		attrib = sk_X509_ATTRIBUTE_value (attrs, i);
    -		if (OBJ_obj2nid (attrib->object) == attr_nid) {
    -			if (sk_ASN1_TYPE_num (attrib->value.set))
    -			    return sk_ASN1_TYPE_value(attrib->value.set, 0);
    -			else return NULL;
    -		}
    -	}
    -	return NULL;
    +    X509_ATTRIBUTE *attrib;
    +    int i;
    +    if (!attrs)
    +        return NULL;
    +    for (i = 0; i < sk_X509_ATTRIBUTE_num(attrs); i++) {
    +        attrib = sk_X509_ATTRIBUTE_value(attrs, i);
    +        if (OBJ_obj2nid(attrib->object) == attr_nid) {
    +            if (sk_ASN1_TYPE_num(attrib->value.set))
    +                return sk_ASN1_TYPE_value(attrib->value.set, 0);
    +            else
    +                return NULL;
    +        }
    +    }
    +    return NULL;
     }
     
     char *PKCS12_get_friendlyname(PKCS12_SAFEBAG *bag)
     {
    -	ASN1_TYPE *atype;
    -	if (!(atype = PKCS12_get_attr(bag, NID_friendlyName))) return NULL;
    -	if (atype->type != V_ASN1_BMPSTRING) return NULL;
    -	return OPENSSL_uni2asc(atype->value.bmpstring->data,
    -				 atype->value.bmpstring->length);
    +    ASN1_TYPE *atype;
    +    if (!(atype = PKCS12_get_attr(bag, NID_friendlyName)))
    +        return NULL;
    +    if (atype->type != V_ASN1_BMPSTRING)
    +        return NULL;
    +    return OPENSSL_uni2asc(atype->value.bmpstring->data,
    +                           atype->value.bmpstring->length);
     }
    -
    diff --git a/openssl/crypto/pkcs12/p12_crpt.c b/openssl/crypto/pkcs12/p12_crpt.c
    index b71d07b4d..3a166e613 100644
    --- a/openssl/crypto/pkcs12/p12_crpt.c
    +++ b/openssl/crypto/pkcs12/p12_crpt.c
    @@ -1,6 +1,7 @@
     /* p12_crpt.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -67,46 +68,49 @@ void PKCS12_PBE_add(void)
     }
     
     int PKCS12_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
    -		ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de)
    +                        ASN1_TYPE *param, const EVP_CIPHER *cipher,
    +                        const EVP_MD *md, int en_de)
     {
    -	PBEPARAM *pbe;
    -	int saltlen, iter, ret;
    -	unsigned char *salt;
    -	const unsigned char *pbuf;
    -	unsigned char key[EVP_MAX_KEY_LENGTH], iv[EVP_MAX_IV_LENGTH];
    +    PBEPARAM *pbe;
    +    int saltlen, iter, ret;
    +    unsigned char *salt;
    +    const unsigned char *pbuf;
    +    unsigned char key[EVP_MAX_KEY_LENGTH], iv[EVP_MAX_IV_LENGTH];
     
    -	/* Extract useful info from parameter */
    -	if (param == NULL || param->type != V_ASN1_SEQUENCE ||
    -	    param->value.sequence == NULL) {
    -		PKCS12err(PKCS12_F_PKCS12_PBE_KEYIVGEN,PKCS12_R_DECODE_ERROR);
    -		return 0;
    -	}
    +    /* Extract useful info from parameter */
    +    if (param == NULL || param->type != V_ASN1_SEQUENCE ||
    +        param->value.sequence == NULL) {
    +        PKCS12err(PKCS12_F_PKCS12_PBE_KEYIVGEN, PKCS12_R_DECODE_ERROR);
    +        return 0;
    +    }
     
    -	pbuf = param->value.sequence->data;
    -	if (!(pbe = d2i_PBEPARAM(NULL, &pbuf, param->value.sequence->length))) {
    -		PKCS12err(PKCS12_F_PKCS12_PBE_KEYIVGEN,PKCS12_R_DECODE_ERROR);
    -		return 0;
    -	}
    +    pbuf = param->value.sequence->data;
    +    if (!(pbe = d2i_PBEPARAM(NULL, &pbuf, param->value.sequence->length))) {
    +        PKCS12err(PKCS12_F_PKCS12_PBE_KEYIVGEN, PKCS12_R_DECODE_ERROR);
    +        return 0;
    +    }
     
    -	if (!pbe->iter) iter = 1;
    -	else iter = ASN1_INTEGER_get (pbe->iter);
    -	salt = pbe->salt->data;
    -	saltlen = pbe->salt->length;
    -	if (!PKCS12_key_gen (pass, passlen, salt, saltlen, PKCS12_KEY_ID,
    -			     iter, EVP_CIPHER_key_length(cipher), key, md)) {
    -		PKCS12err(PKCS12_F_PKCS12_PBE_KEYIVGEN,PKCS12_R_KEY_GEN_ERROR);
    -		PBEPARAM_free(pbe);
    -		return 0;
    -	}
    -	if (!PKCS12_key_gen (pass, passlen, salt, saltlen, PKCS12_IV_ID,
    -				iter, EVP_CIPHER_iv_length(cipher), iv, md)) {
    -		PKCS12err(PKCS12_F_PKCS12_PBE_KEYIVGEN,PKCS12_R_IV_GEN_ERROR);
    -		PBEPARAM_free(pbe);
    -		return 0;
    -	}
    -	PBEPARAM_free(pbe);
    -	ret = EVP_CipherInit_ex(ctx, cipher, NULL, key, iv, en_de);
    -	OPENSSL_cleanse(key, EVP_MAX_KEY_LENGTH);
    -	OPENSSL_cleanse(iv, EVP_MAX_IV_LENGTH);
    -	return ret;
    +    if (!pbe->iter)
    +        iter = 1;
    +    else
    +        iter = ASN1_INTEGER_get(pbe->iter);
    +    salt = pbe->salt->data;
    +    saltlen = pbe->salt->length;
    +    if (!PKCS12_key_gen(pass, passlen, salt, saltlen, PKCS12_KEY_ID,
    +                        iter, EVP_CIPHER_key_length(cipher), key, md)) {
    +        PKCS12err(PKCS12_F_PKCS12_PBE_KEYIVGEN, PKCS12_R_KEY_GEN_ERROR);
    +        PBEPARAM_free(pbe);
    +        return 0;
    +    }
    +    if (!PKCS12_key_gen(pass, passlen, salt, saltlen, PKCS12_IV_ID,
    +                        iter, EVP_CIPHER_iv_length(cipher), iv, md)) {
    +        PKCS12err(PKCS12_F_PKCS12_PBE_KEYIVGEN, PKCS12_R_IV_GEN_ERROR);
    +        PBEPARAM_free(pbe);
    +        return 0;
    +    }
    +    PBEPARAM_free(pbe);
    +    ret = EVP_CipherInit_ex(ctx, cipher, NULL, key, iv, en_de);
    +    OPENSSL_cleanse(key, EVP_MAX_KEY_LENGTH);
    +    OPENSSL_cleanse(iv, EVP_MAX_IV_LENGTH);
    +    return ret;
     }
    diff --git a/openssl/crypto/pkcs12/p12_crt.c b/openssl/crypto/pkcs12/p12_crt.c
    index 35e8a4a8d..7d2aeefac 100644
    --- a/openssl/crypto/pkcs12/p12_crt.c
    +++ b/openssl/crypto/pkcs12/p12_crt.c
    @@ -1,5 +1,6 @@
     /* p12_crt.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
      * project.
      */
     /* ====================================================================
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -60,315 +61,298 @@
     #include "cryptlib.h"
     #include 
     
    -
    -static int pkcs12_add_bag(STACK_OF(PKCS12_SAFEBAG) **pbags, PKCS12_SAFEBAG *bag);
    +static int pkcs12_add_bag(STACK_OF(PKCS12_SAFEBAG) **pbags,
    +                          PKCS12_SAFEBAG *bag);
     
     static int copy_bag_attr(PKCS12_SAFEBAG *bag, EVP_PKEY *pkey, int nid)
    -	{
    -	int idx;
    -	X509_ATTRIBUTE *attr;
    -	idx = EVP_PKEY_get_attr_by_NID(pkey, nid, -1);
    -	if (idx < 0)
    -		return 1;
    -	attr = EVP_PKEY_get_attr(pkey, idx);
    -	if (!X509at_add1_attr(&bag->attrib, attr))
    -		return 0;
    -	return 1;
    -	}
    +{
    +    int idx;
    +    X509_ATTRIBUTE *attr;
    +    idx = EVP_PKEY_get_attr_by_NID(pkey, nid, -1);
    +    if (idx < 0)
    +        return 1;
    +    attr = EVP_PKEY_get_attr(pkey, idx);
    +    if (!X509at_add1_attr(&bag->attrib, attr))
    +        return 0;
    +    return 1;
    +}
     
     PKCS12 *PKCS12_create(char *pass, char *name, EVP_PKEY *pkey, X509 *cert,
    -	     STACK_OF(X509) *ca, int nid_key, int nid_cert, int iter, int mac_iter,
    -	     int keytype)
    +                      STACK_OF(X509) *ca, int nid_key, int nid_cert, int iter,
    +                      int mac_iter, int keytype)
     {
    -	PKCS12 *p12 = NULL;
    -	STACK_OF(PKCS7) *safes = NULL;
    -	STACK_OF(PKCS12_SAFEBAG) *bags = NULL;
    -	PKCS12_SAFEBAG *bag = NULL;
    -	int i;
    -	unsigned char keyid[EVP_MAX_MD_SIZE];
    -	unsigned int keyidlen = 0;
    -
    -	/* Set defaults */
    -	if (!nid_cert)
    -		{
    +    PKCS12 *p12 = NULL;
    +    STACK_OF(PKCS7) *safes = NULL;
    +    STACK_OF(PKCS12_SAFEBAG) *bags = NULL;
    +    PKCS12_SAFEBAG *bag = NULL;
    +    int i;
    +    unsigned char keyid[EVP_MAX_MD_SIZE];
    +    unsigned int keyidlen = 0;
    +
    +    /* Set defaults */
    +    if (!nid_cert) {
     #ifdef OPENSSL_FIPS
    -		if (FIPS_mode())
    -			nid_cert = NID_pbe_WithSHA1And3_Key_TripleDES_CBC;
    -		else
    +        if (FIPS_mode())
    +            nid_cert = NID_pbe_WithSHA1And3_Key_TripleDES_CBC;
    +        else
     #endif
     #ifdef OPENSSL_NO_RC2
    -		nid_cert = NID_pbe_WithSHA1And3_Key_TripleDES_CBC;
    +            nid_cert = NID_pbe_WithSHA1And3_Key_TripleDES_CBC;
     #else
    -		nid_cert = NID_pbe_WithSHA1And40BitRC2_CBC;
    +            nid_cert = NID_pbe_WithSHA1And40BitRC2_CBC;
     #endif
    -		}
    -	if (!nid_key)
    -		nid_key = NID_pbe_WithSHA1And3_Key_TripleDES_CBC;
    -	if (!iter)
    -		iter = PKCS12_DEFAULT_ITER;
    -	if (!mac_iter)
    -		mac_iter = 1;
    -
    -	if(!pkey && !cert && !ca)
    -		{
    -		PKCS12err(PKCS12_F_PKCS12_CREATE,PKCS12_R_INVALID_NULL_ARGUMENT);
    -		return NULL;
    -		}
    -
    -	if (pkey && cert)
    -		{
    -		if(!X509_check_private_key(cert, pkey))
    -			return NULL;
    -		X509_digest(cert, EVP_sha1(), keyid, &keyidlen);
    -		}
    -
    -	if (cert)
    -		{
    -		bag = PKCS12_add_cert(&bags, cert);
    -		if(name && !PKCS12_add_friendlyname(bag, name, -1))
    -			goto err;
    -		if(keyidlen && !PKCS12_add_localkeyid(bag, keyid, keyidlen))
    -			goto err;
    -		}
    -
    -	/* Add all other certificates */
    -	for(i = 0; i < sk_X509_num(ca); i++)
    -		{
    -		if (!PKCS12_add_cert(&bags, sk_X509_value(ca, i)))
    -			goto err;
    -		}
    -
    -	if (bags && !PKCS12_add_safe(&safes, bags, nid_cert, iter, pass))
    -			goto err;
    -
    -	sk_PKCS12_SAFEBAG_pop_free(bags, PKCS12_SAFEBAG_free);
    -	bags = NULL;
    -
    -	if (pkey)
    -		{
    -		bag = PKCS12_add_key(&bags, pkey, keytype, iter, nid_key, pass);
    -
    -		if (!bag)
    -			goto err;
    -
    -		if (!copy_bag_attr(bag, pkey, NID_ms_csp_name))
    -			goto err;
    -		if (!copy_bag_attr(bag, pkey, NID_LocalKeySet))
    -			goto err;
    -
    -		if(name && !PKCS12_add_friendlyname(bag, name, -1))
    -			goto err;
    -		if(keyidlen && !PKCS12_add_localkeyid(bag, keyid, keyidlen))
    -			goto err;
    -		}
    -
    -	if (bags && !PKCS12_add_safe(&safes, bags, -1, 0, NULL))
    -			goto err;
    -
    -	sk_PKCS12_SAFEBAG_pop_free(bags, PKCS12_SAFEBAG_free);
    -	bags = NULL;
    -
    -	p12 = PKCS12_add_safes(safes, 0);
    -
    -	if (!p12)
    -		goto err;
    -
    -	sk_PKCS7_pop_free(safes, PKCS7_free);
    -
    -	safes = NULL;
    -
    -	if ((mac_iter != -1) &&
    -		!PKCS12_set_mac(p12, pass, -1, NULL, 0, mac_iter, NULL))
    -	    goto err;
    -
    -	return p12;
    -
    -	err:
    -
    -	if (p12)
    -		PKCS12_free(p12);
    -	if (safes)
    -		sk_PKCS7_pop_free(safes, PKCS7_free);
    -	if (bags)
    -		sk_PKCS12_SAFEBAG_pop_free(bags, PKCS12_SAFEBAG_free);
    -	return NULL;
    +    }
    +    if (!nid_key)
    +        nid_key = NID_pbe_WithSHA1And3_Key_TripleDES_CBC;
    +    if (!iter)
    +        iter = PKCS12_DEFAULT_ITER;
    +    if (!mac_iter)
    +        mac_iter = 1;
    +
    +    if (!pkey && !cert && !ca) {
    +        PKCS12err(PKCS12_F_PKCS12_CREATE, PKCS12_R_INVALID_NULL_ARGUMENT);
    +        return NULL;
    +    }
    +
    +    if (pkey && cert) {
    +        if (!X509_check_private_key(cert, pkey))
    +            return NULL;
    +        X509_digest(cert, EVP_sha1(), keyid, &keyidlen);
    +    }
    +
    +    if (cert) {
    +        bag = PKCS12_add_cert(&bags, cert);
    +        if (name && !PKCS12_add_friendlyname(bag, name, -1))
    +            goto err;
    +        if (keyidlen && !PKCS12_add_localkeyid(bag, keyid, keyidlen))
    +            goto err;
    +    }
    +
    +    /* Add all other certificates */
    +    for (i = 0; i < sk_X509_num(ca); i++) {
    +        if (!PKCS12_add_cert(&bags, sk_X509_value(ca, i)))
    +            goto err;
    +    }
    +
    +    if (bags && !PKCS12_add_safe(&safes, bags, nid_cert, iter, pass))
    +        goto err;
    +
    +    sk_PKCS12_SAFEBAG_pop_free(bags, PKCS12_SAFEBAG_free);
    +    bags = NULL;
    +
    +    if (pkey) {
    +        bag = PKCS12_add_key(&bags, pkey, keytype, iter, nid_key, pass);
    +
    +        if (!bag)
    +            goto err;
    +
    +        if (!copy_bag_attr(bag, pkey, NID_ms_csp_name))
    +            goto err;
    +        if (!copy_bag_attr(bag, pkey, NID_LocalKeySet))
    +            goto err;
    +
    +        if (name && !PKCS12_add_friendlyname(bag, name, -1))
    +            goto err;
    +        if (keyidlen && !PKCS12_add_localkeyid(bag, keyid, keyidlen))
    +            goto err;
    +    }
    +
    +    if (bags && !PKCS12_add_safe(&safes, bags, -1, 0, NULL))
    +        goto err;
    +
    +    sk_PKCS12_SAFEBAG_pop_free(bags, PKCS12_SAFEBAG_free);
    +    bags = NULL;
    +
    +    p12 = PKCS12_add_safes(safes, 0);
    +
    +    if (!p12)
    +        goto err;
    +
    +    sk_PKCS7_pop_free(safes, PKCS7_free);
    +
    +    safes = NULL;
    +
    +    if ((mac_iter != -1) &&
    +        !PKCS12_set_mac(p12, pass, -1, NULL, 0, mac_iter, NULL))
    +        goto err;
    +
    +    return p12;
    +
    + err:
    +
    +    if (p12)
    +        PKCS12_free(p12);
    +    if (safes)
    +        sk_PKCS7_pop_free(safes, PKCS7_free);
    +    if (bags)
    +        sk_PKCS12_SAFEBAG_pop_free(bags, PKCS12_SAFEBAG_free);
    +    return NULL;
     
     }
     
     PKCS12_SAFEBAG *PKCS12_add_cert(STACK_OF(PKCS12_SAFEBAG) **pbags, X509 *cert)
    -	{
    -	PKCS12_SAFEBAG *bag = NULL;
    -	char *name;
    -	int namelen = -1;
    -	unsigned char *keyid;
    -	int keyidlen = -1;
    +{
    +    PKCS12_SAFEBAG *bag = NULL;
    +    char *name;
    +    int namelen = -1;
    +    unsigned char *keyid;
    +    int keyidlen = -1;
     
    -	/* Add user certificate */
    -	if(!(bag = PKCS12_x5092certbag(cert)))
    -		goto err;
    +    /* Add user certificate */
    +    if (!(bag = PKCS12_x5092certbag(cert)))
    +        goto err;
     
    -	/* Use friendlyName and localKeyID in certificate.
    -	 * (if present)
    -	 */
    +    /*
    +     * Use friendlyName and localKeyID in certificate. (if present)
    +     */
     
    -	name = (char *)X509_alias_get0(cert, &namelen);
    +    name = (char *)X509_alias_get0(cert, &namelen);
     
    -	if(name && !PKCS12_add_friendlyname(bag, name, namelen))
    -		goto err;
    +    if (name && !PKCS12_add_friendlyname(bag, name, namelen))
    +        goto err;
     
    -	keyid = X509_keyid_get0(cert, &keyidlen);
    +    keyid = X509_keyid_get0(cert, &keyidlen);
     
    -	if(keyid && !PKCS12_add_localkeyid(bag, keyid, keyidlen))
    -		goto err;
    +    if (keyid && !PKCS12_add_localkeyid(bag, keyid, keyidlen))
    +        goto err;
     
    -	if (!pkcs12_add_bag(pbags, bag))
    -		goto err;
    +    if (!pkcs12_add_bag(pbags, bag))
    +        goto err;
     
    -	return bag;
    +    return bag;
     
    -	err:
    + err:
     
    -	if (bag)
    -		PKCS12_SAFEBAG_free(bag);
    +    if (bag)
    +        PKCS12_SAFEBAG_free(bag);
     
    -	return NULL;
    +    return NULL;
     
    -	}
    +}
     
    -PKCS12_SAFEBAG *PKCS12_add_key(STACK_OF(PKCS12_SAFEBAG) **pbags, EVP_PKEY *key,
    -						int key_usage, int iter,
    -						int nid_key, char *pass)
    -	{
    +PKCS12_SAFEBAG *PKCS12_add_key(STACK_OF(PKCS12_SAFEBAG) **pbags,
    +                               EVP_PKEY *key, int key_usage, int iter,
    +                               int nid_key, char *pass)
    +{
     
    -	PKCS12_SAFEBAG *bag = NULL;
    -	PKCS8_PRIV_KEY_INFO *p8 = NULL;
    +    PKCS12_SAFEBAG *bag = NULL;
    +    PKCS8_PRIV_KEY_INFO *p8 = NULL;
     
    -	/* Make a PKCS#8 structure */
    -	if(!(p8 = EVP_PKEY2PKCS8(key)))
    -		goto err;
    -	if(key_usage && !PKCS8_add_keyusage(p8, key_usage))
    -		goto err;
    -	if (nid_key != -1)
    -		{
    -		bag = PKCS12_MAKE_SHKEYBAG(nid_key, pass, -1, NULL, 0, iter, p8);
    -		PKCS8_PRIV_KEY_INFO_free(p8);
    -		}
    -	else
    -		bag = PKCS12_MAKE_KEYBAG(p8);
    +    /* Make a PKCS#8 structure */
    +    if (!(p8 = EVP_PKEY2PKCS8(key)))
    +        goto err;
    +    if (key_usage && !PKCS8_add_keyusage(p8, key_usage))
    +        goto err;
    +    if (nid_key != -1) {
    +        bag = PKCS12_MAKE_SHKEYBAG(nid_key, pass, -1, NULL, 0, iter, p8);
    +        PKCS8_PRIV_KEY_INFO_free(p8);
    +    } else
    +        bag = PKCS12_MAKE_KEYBAG(p8);
     
    -	if(!bag)
    -		goto err;
    +    if (!bag)
    +        goto err;
     
    -	if (!pkcs12_add_bag(pbags, bag))
    -		goto err;
    +    if (!pkcs12_add_bag(pbags, bag))
    +        goto err;
     
    -	return bag;
    +    return bag;
     
    -	err:
    + err:
     
    -	if (bag)
    -		PKCS12_SAFEBAG_free(bag);
    +    if (bag)
    +        PKCS12_SAFEBAG_free(bag);
     
    -	return NULL;
    +    return NULL;
     
    -	}
    +}
     
     int PKCS12_add_safe(STACK_OF(PKCS7) **psafes, STACK_OF(PKCS12_SAFEBAG) *bags,
    -						int nid_safe, int iter, char *pass)
    -	{
    -	PKCS7 *p7 = NULL;
    -	int free_safes = 0;
    -
    -	if (!*psafes)
    -		{
    -		*psafes = sk_PKCS7_new_null();
    -		if (!*psafes)
    -			return 0;
    -		free_safes = 1;
    -		}
    -	else
    -		free_safes = 0;
    -
    -	if (nid_safe == 0)
    +                    int nid_safe, int iter, char *pass)
    +{
    +    PKCS7 *p7 = NULL;
    +    int free_safes = 0;
    +
    +    if (!*psafes) {
    +        *psafes = sk_PKCS7_new_null();
    +        if (!*psafes)
    +            return 0;
    +        free_safes = 1;
    +    } else
    +        free_safes = 0;
    +
    +    if (nid_safe == 0)
     #ifdef OPENSSL_NO_RC2
    -		nid_safe = NID_pbe_WithSHA1And3_Key_TripleDES_CBC;
    +        nid_safe = NID_pbe_WithSHA1And3_Key_TripleDES_CBC;
     #else
    -		nid_safe = NID_pbe_WithSHA1And40BitRC2_CBC;
    +        nid_safe = NID_pbe_WithSHA1And40BitRC2_CBC;
     #endif
     
    -	if (nid_safe == -1)
    -		p7 = PKCS12_pack_p7data(bags);
    -	else
    -		p7 = PKCS12_pack_p7encdata(nid_safe, pass, -1, NULL, 0,
    -					  iter, bags);
    -	if (!p7)
    -		goto err;
    -
    -	if (!sk_PKCS7_push(*psafes, p7))
    -		goto err;
    -
    -	return 1;
    -
    -	err:
    -	if (free_safes)
    -		{
    -		sk_PKCS7_free(*psafes);
    -		*psafes = NULL;
    -		}
    -
    -	if (p7)
    -		PKCS7_free(p7);
    -
    -	return 0;
    -
    -	}
    -
    -static int pkcs12_add_bag(STACK_OF(PKCS12_SAFEBAG) **pbags, PKCS12_SAFEBAG *bag)
    -	{
    -	int free_bags;
    -	if (!pbags)
    -		return 1;
    -	if (!*pbags)
    -		{
    -		*pbags = sk_PKCS12_SAFEBAG_new_null();
    -		if (!*pbags)
    -			return 0;
    -		free_bags = 1;
    -		}
    -	else 
    -		free_bags = 0;
    -
    -	if (!sk_PKCS12_SAFEBAG_push(*pbags, bag))
    -		{
    -		if (free_bags)
    -			{
    -			sk_PKCS12_SAFEBAG_free(*pbags);
    -			*pbags = NULL;
    -			}
    -		return 0;
    -		}
    -
    -	return 1;
    -
    -	}
    -		
    +    if (nid_safe == -1)
    +        p7 = PKCS12_pack_p7data(bags);
    +    else
    +        p7 = PKCS12_pack_p7encdata(nid_safe, pass, -1, NULL, 0, iter, bags);
    +    if (!p7)
    +        goto err;
    +
    +    if (!sk_PKCS7_push(*psafes, p7))
    +        goto err;
    +
    +    return 1;
    +
    + err:
    +    if (free_safes) {
    +        sk_PKCS7_free(*psafes);
    +        *psafes = NULL;
    +    }
    +
    +    if (p7)
    +        PKCS7_free(p7);
    +
    +    return 0;
    +
    +}
    +
    +static int pkcs12_add_bag(STACK_OF(PKCS12_SAFEBAG) **pbags,
    +                          PKCS12_SAFEBAG *bag)
    +{
    +    int free_bags;
    +    if (!pbags)
    +        return 1;
    +    if (!*pbags) {
    +        *pbags = sk_PKCS12_SAFEBAG_new_null();
    +        if (!*pbags)
    +            return 0;
    +        free_bags = 1;
    +    } else
    +        free_bags = 0;
    +
    +    if (!sk_PKCS12_SAFEBAG_push(*pbags, bag)) {
    +        if (free_bags) {
    +            sk_PKCS12_SAFEBAG_free(*pbags);
    +            *pbags = NULL;
    +        }
    +        return 0;
    +    }
    +
    +    return 1;
    +
    +}
     
     PKCS12 *PKCS12_add_safes(STACK_OF(PKCS7) *safes, int nid_p7)
    -	{
    -	PKCS12 *p12;
    -	if (nid_p7 <= 0)
    -		nid_p7 = NID_pkcs7_data;
    -	p12 = PKCS12_init(nid_p7);
    +{
    +    PKCS12 *p12;
    +    if (nid_p7 <= 0)
    +        nid_p7 = NID_pkcs7_data;
    +    p12 = PKCS12_init(nid_p7);
     
    -	if (!p12)
    -		return NULL;
    +    if (!p12)
    +        return NULL;
     
    -	if(!PKCS12_pack_authsafes(p12, safes))
    -		{
    -		PKCS12_free(p12);
    -		return NULL;
    -		}
    +    if (!PKCS12_pack_authsafes(p12, safes)) {
    +        PKCS12_free(p12);
    +        return NULL;
    +    }
     
    -	return p12;
    +    return p12;
     
    -	}
    +}
    diff --git a/openssl/crypto/pkcs12/p12_decr.c b/openssl/crypto/pkcs12/p12_decr.c
    index 9d3557e8d..b40ea10cc 100644
    --- a/openssl/crypto/pkcs12/p12_decr.c
    +++ b/openssl/crypto/pkcs12/p12_decr.c
    @@ -1,6 +1,7 @@
     /* p12_decr.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -61,124 +62,141 @@
     #include 
     
     /* Define this to dump decrypted output to files called DERnnn */
    -/*#define DEBUG_DECRYPT*/
    -
    +/*
    + * #define DEBUG_DECRYPT
    + */
     
    -/* Encrypt/Decrypt a buffer based on password and algor, result in a
    +/*
    + * Encrypt/Decrypt a buffer based on password and algor, result in a
      * OPENSSL_malloc'ed buffer
      */
     
    -unsigned char * PKCS12_pbe_crypt(X509_ALGOR *algor, const char *pass,
    -	     int passlen, unsigned char *in, int inlen, unsigned char **data,
    -	     int *datalen, int en_de)
    +unsigned char *PKCS12_pbe_crypt(X509_ALGOR *algor, const char *pass,
    +                                int passlen, unsigned char *in, int inlen,
    +                                unsigned char **data, int *datalen, int en_de)
     {
    -	unsigned char *out;
    -	int outlen, i;
    -	EVP_CIPHER_CTX ctx;
    -
    -	EVP_CIPHER_CTX_init(&ctx);
    -	/* Decrypt data */
    -        if (!EVP_PBE_CipherInit(algor->algorithm, pass, passlen,
    -					 algor->parameter, &ctx, en_de)) {
    -		PKCS12err(PKCS12_F_PKCS12_PBE_CRYPT,PKCS12_R_PKCS12_ALGOR_CIPHERINIT_ERROR);
    -		return NULL;
    -	}
    -
    -	if(!(out = OPENSSL_malloc(inlen + EVP_CIPHER_CTX_block_size(&ctx)))) {
    -		PKCS12err(PKCS12_F_PKCS12_PBE_CRYPT,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -	}
    -
    -	if (!EVP_CipherUpdate(&ctx, out, &i, in, inlen))
    -		{
    -		OPENSSL_free(out);
    -		out = NULL;
    -		PKCS12err(PKCS12_F_PKCS12_PBE_CRYPT,ERR_R_EVP_LIB);
    -		goto err;
    -		}
    -
    -	outlen = i;
    -	if(!EVP_CipherFinal_ex(&ctx, out + i, &i)) {
    -		OPENSSL_free(out);
    -		out = NULL;
    -		PKCS12err(PKCS12_F_PKCS12_PBE_CRYPT,PKCS12_R_PKCS12_CIPHERFINAL_ERROR);
    -		goto err;
    -	}
    -	outlen += i;
    -	if (datalen) *datalen = outlen;
    -	if (data) *data = out;
    -	err:
    -	EVP_CIPHER_CTX_cleanup(&ctx);
    -	return out;
    +    unsigned char *out;
    +    int outlen, i;
    +    EVP_CIPHER_CTX ctx;
    +
    +    EVP_CIPHER_CTX_init(&ctx);
    +    /* Decrypt data */
    +    if (!EVP_PBE_CipherInit(algor->algorithm, pass, passlen,
    +                            algor->parameter, &ctx, en_de)) {
    +        PKCS12err(PKCS12_F_PKCS12_PBE_CRYPT,
    +                  PKCS12_R_PKCS12_ALGOR_CIPHERINIT_ERROR);
    +        return NULL;
    +    }
    +
    +    if (!(out = OPENSSL_malloc(inlen + EVP_CIPHER_CTX_block_size(&ctx)))) {
    +        PKCS12err(PKCS12_F_PKCS12_PBE_CRYPT, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    if (!EVP_CipherUpdate(&ctx, out, &i, in, inlen)) {
    +        OPENSSL_free(out);
    +        out = NULL;
    +        PKCS12err(PKCS12_F_PKCS12_PBE_CRYPT, ERR_R_EVP_LIB);
    +        goto err;
    +    }
    +
    +    outlen = i;
    +    if (!EVP_CipherFinal_ex(&ctx, out + i, &i)) {
    +        OPENSSL_free(out);
    +        out = NULL;
    +        PKCS12err(PKCS12_F_PKCS12_PBE_CRYPT,
    +                  PKCS12_R_PKCS12_CIPHERFINAL_ERROR);
    +        goto err;
    +    }
    +    outlen += i;
    +    if (datalen)
    +        *datalen = outlen;
    +    if (data)
    +        *data = out;
    + err:
    +    EVP_CIPHER_CTX_cleanup(&ctx);
    +    return out;
     
     }
     
    -/* Decrypt an OCTET STRING and decode ASN1 structure 
    - * if zbuf set zero buffer after use.
    +/*
    + * Decrypt an OCTET STRING and decode ASN1 structure if zbuf set zero buffer
    + * after use.
      */
     
    -void * PKCS12_item_decrypt_d2i(X509_ALGOR *algor, const ASN1_ITEM *it,
    -	     const char *pass, int passlen, ASN1_OCTET_STRING *oct, int zbuf)
    +void *PKCS12_item_decrypt_d2i(X509_ALGOR *algor, const ASN1_ITEM *it,
    +                              const char *pass, int passlen,
    +                              ASN1_OCTET_STRING *oct, int zbuf)
     {
    -	unsigned char *out;
    -	const unsigned char *p;
    -	void *ret;
    -	int outlen;
    -
    -	if (!PKCS12_pbe_crypt(algor, pass, passlen, oct->data, oct->length,
    -			       &out, &outlen, 0)) {
    -		PKCS12err(PKCS12_F_PKCS12_ITEM_DECRYPT_D2I,PKCS12_R_PKCS12_PBE_CRYPT_ERROR);
    -		return NULL;
    -	}
    -	p = out;
    +    unsigned char *out;
    +    const unsigned char *p;
    +    void *ret;
    +    int outlen;
    +
    +    if (!PKCS12_pbe_crypt(algor, pass, passlen, oct->data, oct->length,
    +                          &out, &outlen, 0)) {
    +        PKCS12err(PKCS12_F_PKCS12_ITEM_DECRYPT_D2I,
    +                  PKCS12_R_PKCS12_PBE_CRYPT_ERROR);
    +        return NULL;
    +    }
    +    p = out;
     #ifdef DEBUG_DECRYPT
    -	{
    -		FILE *op;
    -
    -		char fname[30];
    -		static int fnm = 1;
    -		sprintf(fname, "DER%d", fnm++);
    -		op = fopen(fname, "wb");
    -		fwrite (p, 1, outlen, op);
    -		fclose(op);
    -	}
    +    {
    +        FILE *op;
    +
    +        char fname[30];
    +        static int fnm = 1;
    +        sprintf(fname, "DER%d", fnm++);
    +        op = fopen(fname, "wb");
    +        fwrite(p, 1, outlen, op);
    +        fclose(op);
    +    }
     #endif
    -	ret = ASN1_item_d2i(NULL, &p, outlen, it);
    -	if (zbuf) OPENSSL_cleanse(out, outlen);
    -	if(!ret) PKCS12err(PKCS12_F_PKCS12_ITEM_DECRYPT_D2I,PKCS12_R_DECODE_ERROR);
    -	OPENSSL_free(out);
    -	return ret;
    +    ret = ASN1_item_d2i(NULL, &p, outlen, it);
    +    if (zbuf)
    +        OPENSSL_cleanse(out, outlen);
    +    if (!ret)
    +        PKCS12err(PKCS12_F_PKCS12_ITEM_DECRYPT_D2I, PKCS12_R_DECODE_ERROR);
    +    OPENSSL_free(out);
    +    return ret;
     }
     
    -/* Encode ASN1 structure and encrypt, return OCTET STRING 
    - * if zbuf set zero encoding.
    +/*
    + * Encode ASN1 structure and encrypt, return OCTET STRING if zbuf set zero
    + * encoding.
      */
     
    -ASN1_OCTET_STRING *PKCS12_item_i2d_encrypt(X509_ALGOR *algor, const ASN1_ITEM *it,
    -				       const char *pass, int passlen,
    -				       void *obj, int zbuf)
    +ASN1_OCTET_STRING *PKCS12_item_i2d_encrypt(X509_ALGOR *algor,
    +                                           const ASN1_ITEM *it,
    +                                           const char *pass, int passlen,
    +                                           void *obj, int zbuf)
     {
    -	ASN1_OCTET_STRING *oct;
    -	unsigned char *in = NULL;
    -	int inlen;
    -	if (!(oct = M_ASN1_OCTET_STRING_new ())) {
    -		PKCS12err(PKCS12_F_PKCS12_ITEM_I2D_ENCRYPT,ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    -	inlen = ASN1_item_i2d(obj, &in, it);
    -	if (!in) {
    -		PKCS12err(PKCS12_F_PKCS12_ITEM_I2D_ENCRYPT,PKCS12_R_ENCODE_ERROR);
    -		return NULL;
    -	}
    -	if (!PKCS12_pbe_crypt(algor, pass, passlen, in, inlen, &oct->data,
    -				 &oct->length, 1)) {
    -		PKCS12err(PKCS12_F_PKCS12_ITEM_I2D_ENCRYPT,PKCS12_R_ENCRYPT_ERROR);
    -		OPENSSL_free(in);
    -		return NULL;
    -	}
    -	if (zbuf) OPENSSL_cleanse(in, inlen);
    -	OPENSSL_free(in);
    -	return oct;
    +    ASN1_OCTET_STRING *oct = NULL;
    +    unsigned char *in = NULL;
    +    int inlen;
    +    if (!(oct = M_ASN1_OCTET_STRING_new())) {
    +        PKCS12err(PKCS12_F_PKCS12_ITEM_I2D_ENCRYPT, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +    inlen = ASN1_item_i2d(obj, &in, it);
    +    if (!in) {
    +        PKCS12err(PKCS12_F_PKCS12_ITEM_I2D_ENCRYPT, PKCS12_R_ENCODE_ERROR);
    +        goto err;
    +    }
    +    if (!PKCS12_pbe_crypt(algor, pass, passlen, in, inlen, &oct->data,
    +                          &oct->length, 1)) {
    +        PKCS12err(PKCS12_F_PKCS12_ITEM_I2D_ENCRYPT, PKCS12_R_ENCRYPT_ERROR);
    +        OPENSSL_free(in);
    +        goto err;
    +    }
    +    if (zbuf)
    +        OPENSSL_cleanse(in, inlen);
    +    OPENSSL_free(in);
    +    return oct;
    + err:
    +    if (oct)
    +        ASN1_OCTET_STRING_free(oct);
    +    return NULL;
     }
     
     IMPLEMENT_PKCS12_STACK_OF(PKCS7)
    diff --git a/openssl/crypto/pkcs12/p12_init.c b/openssl/crypto/pkcs12/p12_init.c
    index d4d84b056..0322df944 100644
    --- a/openssl/crypto/pkcs12/p12_init.c
    +++ b/openssl/crypto/pkcs12/p12_init.c
    @@ -1,6 +1,7 @@
     /* p12_init.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -64,29 +65,28 @@
     
     PKCS12 *PKCS12_init(int mode)
     {
    -	PKCS12 *pkcs12;
    -	if (!(pkcs12 = PKCS12_new())) {
    -		PKCS12err(PKCS12_F_PKCS12_INIT,ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    -	ASN1_INTEGER_set(pkcs12->version, 3);
    -	pkcs12->authsafes->type = OBJ_nid2obj(mode);
    -	switch (mode) {
    -		case NID_pkcs7_data:
    -			if (!(pkcs12->authsafes->d.data =
    -				 M_ASN1_OCTET_STRING_new())) {
    -			PKCS12err(PKCS12_F_PKCS12_INIT,ERR_R_MALLOC_FAILURE);
    -			goto err;
    -		}
    -		break;
    -		default:
    -			PKCS12err(PKCS12_F_PKCS12_INIT,
    -				PKCS12_R_UNSUPPORTED_PKCS12_MODE);
    -			goto err;
    -	}
    -		
    -	return pkcs12;
    -err:
    -	if (pkcs12 != NULL) PKCS12_free(pkcs12);
    -	return NULL;
    +    PKCS12 *pkcs12;
    +    if (!(pkcs12 = PKCS12_new())) {
    +        PKCS12err(PKCS12_F_PKCS12_INIT, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +    ASN1_INTEGER_set(pkcs12->version, 3);
    +    pkcs12->authsafes->type = OBJ_nid2obj(mode);
    +    switch (mode) {
    +    case NID_pkcs7_data:
    +        if (!(pkcs12->authsafes->d.data = M_ASN1_OCTET_STRING_new())) {
    +            PKCS12err(PKCS12_F_PKCS12_INIT, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +        break;
    +    default:
    +        PKCS12err(PKCS12_F_PKCS12_INIT, PKCS12_R_UNSUPPORTED_PKCS12_MODE);
    +        goto err;
    +    }
    +
    +    return pkcs12;
    + err:
    +    if (pkcs12 != NULL)
    +        PKCS12_free(pkcs12);
    +    return NULL;
     }
    diff --git a/openssl/crypto/pkcs12/p12_key.c b/openssl/crypto/pkcs12/p12_key.c
    index 61d58502f..99b8260c9 100644
    --- a/openssl/crypto/pkcs12/p12_key.c
    +++ b/openssl/crypto/pkcs12/p12_key.c
    @@ -1,6 +1,7 @@
     /* p12_key.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,166 +63,176 @@
     #include 
     
     /* Uncomment out this line to get debugging info about key generation */
    -/*#define DEBUG_KEYGEN*/
    +/*
    + * #define DEBUG_KEYGEN
    + */
     #ifdef DEBUG_KEYGEN
    -#include 
    +# include 
     extern BIO *bio_err;
    -void h__dump (unsigned char *p, int len);
    +void h__dump(unsigned char *p, int len);
     #endif
     
     /* PKCS12 compatible key/IV generation */
     #ifndef min
    -#define min(a,b) ((a) < (b) ? (a) : (b))
    +# define min(a,b) ((a) < (b) ? (a) : (b))
     #endif
     
     int PKCS12_key_gen_asc(const char *pass, int passlen, unsigned char *salt,
    -	     int saltlen, int id, int iter, int n, unsigned char *out,
    -	     const EVP_MD *md_type)
    +                       int saltlen, int id, int iter, int n,
    +                       unsigned char *out, const EVP_MD *md_type)
     {
    -	int ret;
    -	unsigned char *unipass;
    -	int uniplen;
    +    int ret;
    +    unsigned char *unipass;
    +    int uniplen;
     
    -	if(!pass) {
    -		unipass = NULL;
    -		uniplen = 0;
    -	} else if (!OPENSSL_asc2uni(pass, passlen, &unipass, &uniplen)) {
    -		PKCS12err(PKCS12_F_PKCS12_KEY_GEN_ASC,ERR_R_MALLOC_FAILURE);
    -		return 0;
    -	}
    -	ret = PKCS12_key_gen_uni(unipass, uniplen, salt, saltlen,
    -						 id, iter, n, out, md_type);
    -	if (ret <= 0)
    -	    return 0;
    -	if(unipass) {
    -		OPENSSL_cleanse(unipass, uniplen);	/* Clear password from memory */
    -		OPENSSL_free(unipass);
    -	}
    -	return ret;
    +    if (!pass) {
    +        unipass = NULL;
    +        uniplen = 0;
    +    } else if (!OPENSSL_asc2uni(pass, passlen, &unipass, &uniplen)) {
    +        PKCS12err(PKCS12_F_PKCS12_KEY_GEN_ASC, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    ret = PKCS12_key_gen_uni(unipass, uniplen, salt, saltlen,
    +                             id, iter, n, out, md_type);
    +    if (ret <= 0)
    +        return 0;
    +    if (unipass) {
    +        OPENSSL_cleanse(unipass, uniplen); /* Clear password from memory */
    +        OPENSSL_free(unipass);
    +    }
    +    return ret;
     }
     
     int PKCS12_key_gen_uni(unsigned char *pass, int passlen, unsigned char *salt,
    -	     int saltlen, int id, int iter, int n, unsigned char *out,
    -	     const EVP_MD *md_type)
    +                       int saltlen, int id, int iter, int n,
    +                       unsigned char *out, const EVP_MD *md_type)
     {
    -	unsigned char *B, *D, *I, *p, *Ai;
    -	int Slen, Plen, Ilen, Ijlen;
    -	int i, j, u, v;
    -	int ret = 0;
    -	BIGNUM *Ij, *Bpl1;	/* These hold Ij and B + 1 */
    -	EVP_MD_CTX ctx;
    +    unsigned char *B, *D, *I, *p, *Ai;
    +    int Slen, Plen, Ilen, Ijlen;
    +    int i, j, u, v;
    +    int ret = 0;
    +    BIGNUM *Ij, *Bpl1;          /* These hold Ij and B + 1 */
    +    EVP_MD_CTX ctx;
     #ifdef  DEBUG_KEYGEN
    -	unsigned char *tmpout = out;
    -	int tmpn = n;
    +    unsigned char *tmpout = out;
    +    int tmpn = n;
     #endif
     
     #if 0
    -	if (!pass) {
    -		PKCS12err(PKCS12_F_PKCS12_KEY_GEN_UNI,ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -	}
    +    if (!pass) {
    +        PKCS12err(PKCS12_F_PKCS12_KEY_GEN_UNI, ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
     #endif
     
    -	EVP_MD_CTX_init(&ctx);
    +    EVP_MD_CTX_init(&ctx);
     #ifdef  DEBUG_KEYGEN
    -	fprintf(stderr, "KEYGEN DEBUG\n");
    -	fprintf(stderr, "ID %d, ITER %d\n", id, iter);
    -	fprintf(stderr, "Password (length %d):\n", passlen);
    -	h__dump(pass, passlen);
    -	fprintf(stderr, "Salt (length %d):\n", saltlen);
    -	h__dump(salt, saltlen);
    +    fprintf(stderr, "KEYGEN DEBUG\n");
    +    fprintf(stderr, "ID %d, ITER %d\n", id, iter);
    +    fprintf(stderr, "Password (length %d):\n", passlen);
    +    h__dump(pass, passlen);
    +    fprintf(stderr, "Salt (length %d):\n", saltlen);
    +    h__dump(salt, saltlen);
     #endif
    -	v = EVP_MD_block_size (md_type);
    -	u = EVP_MD_size (md_type);
    -	if (u < 0)
    -	    return 0;
    -	D = OPENSSL_malloc (v);
    -	Ai = OPENSSL_malloc (u);
    -	B = OPENSSL_malloc (v + 1);
    -	Slen = v * ((saltlen+v-1)/v);
    -	if(passlen) Plen = v * ((passlen+v-1)/v);
    -	else Plen = 0;
    -	Ilen = Slen + Plen;
    -	I = OPENSSL_malloc (Ilen);
    -	Ij = BN_new();
    -	Bpl1 = BN_new();
    -	if (!D || !Ai || !B || !I || !Ij || !Bpl1)
    -		goto err;
    -	for (i = 0; i < v; i++) D[i] = id;
    -	p = I;
    -	for (i = 0; i < Slen; i++) *p++ = salt[i % saltlen];
    -	for (i = 0; i < Plen; i++) *p++ = pass[i % passlen];
    -	for (;;) {
    -		if (!EVP_DigestInit_ex(&ctx, md_type, NULL)
    -			|| !EVP_DigestUpdate(&ctx, D, v)
    -			|| !EVP_DigestUpdate(&ctx, I, Ilen)
    -			|| !EVP_DigestFinal_ex(&ctx, Ai, NULL))
    -			goto err;
    -		for (j = 1; j < iter; j++) {
    -			if (!EVP_DigestInit_ex(&ctx, md_type, NULL)
    -				|| !EVP_DigestUpdate(&ctx, Ai, u)
    -				|| !EVP_DigestFinal_ex(&ctx, Ai, NULL))
    -			goto err;
    -		}
    -		memcpy (out, Ai, min (n, u));
    -		if (u >= n) {
    +    v = EVP_MD_block_size(md_type);
    +    u = EVP_MD_size(md_type);
    +    if (u < 0)
    +        return 0;
    +    D = OPENSSL_malloc(v);
    +    Ai = OPENSSL_malloc(u);
    +    B = OPENSSL_malloc(v + 1);
    +    Slen = v * ((saltlen + v - 1) / v);
    +    if (passlen)
    +        Plen = v * ((passlen + v - 1) / v);
    +    else
    +        Plen = 0;
    +    Ilen = Slen + Plen;
    +    I = OPENSSL_malloc(Ilen);
    +    Ij = BN_new();
    +    Bpl1 = BN_new();
    +    if (!D || !Ai || !B || !I || !Ij || !Bpl1)
    +        goto err;
    +    for (i = 0; i < v; i++)
    +        D[i] = id;
    +    p = I;
    +    for (i = 0; i < Slen; i++)
    +        *p++ = salt[i % saltlen];
    +    for (i = 0; i < Plen; i++)
    +        *p++ = pass[i % passlen];
    +    for (;;) {
    +        if (!EVP_DigestInit_ex(&ctx, md_type, NULL)
    +            || !EVP_DigestUpdate(&ctx, D, v)
    +            || !EVP_DigestUpdate(&ctx, I, Ilen)
    +            || !EVP_DigestFinal_ex(&ctx, Ai, NULL))
    +            goto err;
    +        for (j = 1; j < iter; j++) {
    +            if (!EVP_DigestInit_ex(&ctx, md_type, NULL)
    +                || !EVP_DigestUpdate(&ctx, Ai, u)
    +                || !EVP_DigestFinal_ex(&ctx, Ai, NULL))
    +                goto err;
    +        }
    +        memcpy(out, Ai, min(n, u));
    +        if (u >= n) {
     #ifdef DEBUG_KEYGEN
    -			fprintf(stderr, "Output KEY (length %d)\n", tmpn);
    -			h__dump(tmpout, tmpn);
    +            fprintf(stderr, "Output KEY (length %d)\n", tmpn);
    +            h__dump(tmpout, tmpn);
     #endif
    -			ret = 1;
    -			goto end;
    -		}
    -		n -= u;
    -		out += u;
    -		for (j = 0; j < v; j++) B[j] = Ai[j % u];
    -		/* Work out B + 1 first then can use B as tmp space */
    -		if (!BN_bin2bn (B, v, Bpl1))
    -			goto err;
    -		if (!BN_add_word (Bpl1, 1))
    -			goto err;
    -		for (j = 0; j < Ilen ; j+=v) {
    -			if (!BN_bin2bn(I + j, v, Ij))
    -				goto err;
    -			if (!BN_add(Ij, Ij, Bpl1))
    -				goto err;
    -			if (!BN_bn2bin(Ij, B))
    -				goto err;
    -			Ijlen = BN_num_bytes (Ij);
    -			/* If more than 2^(v*8) - 1 cut off MSB */
    -			if (Ijlen > v) {
    -				if (!BN_bn2bin (Ij, B))
    -					goto err;
    -				memcpy (I + j, B + 1, v);
    +            ret = 1;
    +            goto end;
    +        }
    +        n -= u;
    +        out += u;
    +        for (j = 0; j < v; j++)
    +            B[j] = Ai[j % u];
    +        /* Work out B + 1 first then can use B as tmp space */
    +        if (!BN_bin2bn(B, v, Bpl1))
    +            goto err;
    +        if (!BN_add_word(Bpl1, 1))
    +            goto err;
    +        for (j = 0; j < Ilen; j += v) {
    +            if (!BN_bin2bn(I + j, v, Ij))
    +                goto err;
    +            if (!BN_add(Ij, Ij, Bpl1))
    +                goto err;
    +            if (!BN_bn2bin(Ij, B))
    +                goto err;
    +            Ijlen = BN_num_bytes(Ij);
    +            /* If more than 2^(v*8) - 1 cut off MSB */
    +            if (Ijlen > v) {
    +                if (!BN_bn2bin(Ij, B))
    +                    goto err;
    +                memcpy(I + j, B + 1, v);
     #ifndef PKCS12_BROKEN_KEYGEN
    -			/* If less than v bytes pad with zeroes */
    -			} else if (Ijlen < v) {
    -				memset(I + j, 0, v - Ijlen);
    -				if (!BN_bn2bin(Ij, I + j + v - Ijlen))
    -					goto err;
    +                /* If less than v bytes pad with zeroes */
    +            } else if (Ijlen < v) {
    +                memset(I + j, 0, v - Ijlen);
    +                if (!BN_bn2bin(Ij, I + j + v - Ijlen))
    +                    goto err;
     #endif
    -			} else if (!BN_bn2bin (Ij, I + j))
    -				goto err;
    -		}
    -	}
    +            } else if (!BN_bn2bin(Ij, I + j))
    +                goto err;
    +        }
    +    }
     
    -err:
    -	PKCS12err(PKCS12_F_PKCS12_KEY_GEN_UNI,ERR_R_MALLOC_FAILURE);
    + err:
    +    PKCS12err(PKCS12_F_PKCS12_KEY_GEN_UNI, ERR_R_MALLOC_FAILURE);
     
    -end:
    -	OPENSSL_free (Ai);
    -	OPENSSL_free (B);
    -	OPENSSL_free (D);
    -	OPENSSL_free (I);
    -	BN_free (Ij);
    -	BN_free (Bpl1);
    -	EVP_MD_CTX_cleanup(&ctx);
    -	return ret;
    + end:
    +    OPENSSL_free(Ai);
    +    OPENSSL_free(B);
    +    OPENSSL_free(D);
    +    OPENSSL_free(I);
    +    BN_free(Ij);
    +    BN_free(Bpl1);
    +    EVP_MD_CTX_cleanup(&ctx);
    +    return ret;
     }
    +
     #ifdef DEBUG_KEYGEN
    -void h__dump (unsigned char *p, int len)
    +void h__dump(unsigned char *p, int len)
     {
    -	for (; len --; p++) fprintf(stderr, "%02X", *p);
    -	fprintf(stderr, "\n");	
    +    for (; len--; p++)
    +        fprintf(stderr, "%02X", *p);
    +    fprintf(stderr, "\n");
     }
     #endif
    diff --git a/openssl/crypto/pkcs12/p12_kiss.c b/openssl/crypto/pkcs12/p12_kiss.c
    index c9b7ab61d..ee476c38f 100644
    --- a/openssl/crypto/pkcs12/p12_kiss.c
    +++ b/openssl/crypto/pkcs12/p12_kiss.c
    @@ -1,6 +1,7 @@
     /* p12_kiss.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,241 +63,235 @@
     
     /* Simplified PKCS#12 routines */
     
    -static int parse_pk12( PKCS12 *p12, const char *pass, int passlen,
    -		EVP_PKEY **pkey, STACK_OF(X509) *ocerts);
    +static int parse_pk12(PKCS12 *p12, const char *pass, int passlen,
    +                      EVP_PKEY **pkey, STACK_OF(X509) *ocerts);
     
    -static int parse_bags( STACK_OF(PKCS12_SAFEBAG) *bags, const char *pass,
    -		       int passlen, EVP_PKEY **pkey, STACK_OF(X509) *ocerts);
    +static int parse_bags(STACK_OF(PKCS12_SAFEBAG) *bags, const char *pass,
    +                      int passlen, EVP_PKEY **pkey, STACK_OF(X509) *ocerts);
     
    -static int parse_bag( PKCS12_SAFEBAG *bag, const char *pass, int passlen,
    -			EVP_PKEY **pkey, STACK_OF(X509) *ocerts);
    +static int parse_bag(PKCS12_SAFEBAG *bag, const char *pass, int passlen,
    +                     EVP_PKEY **pkey, STACK_OF(X509) *ocerts);
     
    -/* Parse and decrypt a PKCS#12 structure returning user key, user cert
    - * and other (CA) certs. Note either ca should be NULL, *ca should be NULL,
    - * or it should point to a valid STACK structure. pkey and cert can be
    - * passed unitialised.
    +/*
    + * Parse and decrypt a PKCS#12 structure returning user key, user cert and
    + * other (CA) certs. Note either ca should be NULL, *ca should be NULL, or it
    + * should point to a valid STACK structure. pkey and cert can be passed
    + * unitialised.
      */
     
     int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert,
    -	     STACK_OF(X509) **ca)
    +                 STACK_OF(X509) **ca)
     {
    -	STACK_OF(X509) *ocerts = NULL;
    -	X509 *x = NULL;
    -	/* Check for NULL PKCS12 structure */
    -
    -	if(!p12)
    -		{
    -		PKCS12err(PKCS12_F_PKCS12_PARSE,PKCS12_R_INVALID_NULL_PKCS12_POINTER);
    -		return 0;
    -		}
    -
    -	if(pkey)
    -		*pkey = NULL;
    -	if(cert)
    -		*cert = NULL;
    -
    -	/* Check the mac */
    -
    -	/* If password is zero length or NULL then try verifying both cases
    -	 * to determine which password is correct. The reason for this is that
    -	 * under PKCS#12 password based encryption no password and a zero length
    -	 * password are two different things...
    -	 */
    -
    -	if(!pass || !*pass) {
    -		if(PKCS12_verify_mac(p12, NULL, 0)) pass = NULL;
    -		else if(PKCS12_verify_mac(p12, "", 0)) pass = "";
    -		else {
    -			PKCS12err(PKCS12_F_PKCS12_PARSE,PKCS12_R_MAC_VERIFY_FAILURE);
    -			goto err;
    -		}
    -	} else if (!PKCS12_verify_mac(p12, pass, -1)) {
    -		PKCS12err(PKCS12_F_PKCS12_PARSE,PKCS12_R_MAC_VERIFY_FAILURE);
    -		goto err;
    -	}
    -
    -	/* Allocate stack for other certificates */
    -	ocerts = sk_X509_new_null();
    -
    -	if (!ocerts)
    -		{
    -		PKCS12err(PKCS12_F_PKCS12_PARSE,ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -
    -	if (!parse_pk12 (p12, pass, -1, pkey, ocerts))
    -		{
    -		PKCS12err(PKCS12_F_PKCS12_PARSE,PKCS12_R_PARSE_ERROR);
    -		goto err;
    -		}
    -
    -	while ((x = sk_X509_pop(ocerts)))
    -		{
    -		if (pkey && *pkey && cert && !*cert)
    -			{
    -			if (X509_check_private_key(x, *pkey))
    -				{
    -				*cert = x;
    -				x = NULL;
    -				}
    -			}
    -
    -		if (ca && x)
    -			{
    -			if (!*ca)
    -				*ca = sk_X509_new_null();
    -			if (!*ca)
    -				goto err;
    -			if (!sk_X509_push(*ca, x))
    -				goto err;
    -			x = NULL;
    -			}
    -		if (x)
    -			X509_free(x);
    -		}
    -
    -	if (ocerts)
    -		sk_X509_pop_free(ocerts, X509_free);
    -
    -	return 1;
    +    STACK_OF(X509) *ocerts = NULL;
    +    X509 *x = NULL;
    +    /* Check for NULL PKCS12 structure */
    +
    +    if (!p12) {
    +        PKCS12err(PKCS12_F_PKCS12_PARSE,
    +                  PKCS12_R_INVALID_NULL_PKCS12_POINTER);
    +        return 0;
    +    }
    +
    +    if (pkey)
    +        *pkey = NULL;
    +    if (cert)
    +        *cert = NULL;
    +
    +    /* Check the mac */
    +
    +    /*
    +     * If password is zero length or NULL then try verifying both cases to
    +     * determine which password is correct. The reason for this is that under
    +     * PKCS#12 password based encryption no password and a zero length
    +     * password are two different things...
    +     */
    +
    +    if (!pass || !*pass) {
    +        if (PKCS12_verify_mac(p12, NULL, 0))
    +            pass = NULL;
    +        else if (PKCS12_verify_mac(p12, "", 0))
    +            pass = "";
    +        else {
    +            PKCS12err(PKCS12_F_PKCS12_PARSE, PKCS12_R_MAC_VERIFY_FAILURE);
    +            goto err;
    +        }
    +    } else if (!PKCS12_verify_mac(p12, pass, -1)) {
    +        PKCS12err(PKCS12_F_PKCS12_PARSE, PKCS12_R_MAC_VERIFY_FAILURE);
    +        goto err;
    +    }
    +
    +    /* Allocate stack for other certificates */
    +    ocerts = sk_X509_new_null();
    +
    +    if (!ocerts) {
    +        PKCS12err(PKCS12_F_PKCS12_PARSE, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +
    +    if (!parse_pk12(p12, pass, -1, pkey, ocerts)) {
    +        PKCS12err(PKCS12_F_PKCS12_PARSE, PKCS12_R_PARSE_ERROR);
    +        goto err;
    +    }
    +
    +    while ((x = sk_X509_pop(ocerts))) {
    +        if (pkey && *pkey && cert && !*cert) {
    +            if (X509_check_private_key(x, *pkey)) {
    +                *cert = x;
    +                x = NULL;
    +            }
    +        }
    +
    +        if (ca && x) {
    +            if (!*ca)
    +                *ca = sk_X509_new_null();
    +            if (!*ca)
    +                goto err;
    +            if (!sk_X509_push(*ca, x))
    +                goto err;
    +            x = NULL;
    +        }
    +        if (x)
    +            X509_free(x);
    +    }
    +
    +    if (ocerts)
    +        sk_X509_pop_free(ocerts, X509_free);
    +
    +    return 1;
     
      err:
     
    -	if (pkey && *pkey)
    -		EVP_PKEY_free(*pkey);
    -	if (cert && *cert)
    -		X509_free(*cert);
    -	if (x)
    -		X509_free(x);
    -	if (ocerts)
    -		sk_X509_pop_free(ocerts, X509_free);
    -	return 0;
    +    if (pkey && *pkey)
    +        EVP_PKEY_free(*pkey);
    +    if (cert && *cert)
    +        X509_free(*cert);
    +    if (x)
    +        X509_free(x);
    +    if (ocerts)
    +        sk_X509_pop_free(ocerts, X509_free);
    +    return 0;
     
     }
     
     /* Parse the outer PKCS#12 structure */
     
     static int parse_pk12(PKCS12 *p12, const char *pass, int passlen,
    -	     EVP_PKEY **pkey, STACK_OF(X509) *ocerts)
    +                      EVP_PKEY **pkey, STACK_OF(X509) *ocerts)
     {
    -	STACK_OF(PKCS7) *asafes;
    -	STACK_OF(PKCS12_SAFEBAG) *bags;
    -	int i, bagnid;
    -	PKCS7 *p7;
    -
    -	if (!(asafes = PKCS12_unpack_authsafes (p12))) return 0;
    -	for (i = 0; i < sk_PKCS7_num (asafes); i++) {
    -		p7 = sk_PKCS7_value (asafes, i);
    -		bagnid = OBJ_obj2nid (p7->type);
    -		if (bagnid == NID_pkcs7_data) {
    -			bags = PKCS12_unpack_p7data(p7);
    -		} else if (bagnid == NID_pkcs7_encrypted) {
    -			bags = PKCS12_unpack_p7encdata(p7, pass, passlen);
    -		} else continue;
    -		if (!bags) {
    -			sk_PKCS7_pop_free(asafes, PKCS7_free);
    -			return 0;
    -		}
    -	    	if (!parse_bags(bags, pass, passlen, pkey, ocerts)) {
    -			sk_PKCS12_SAFEBAG_pop_free(bags, PKCS12_SAFEBAG_free);
    -			sk_PKCS7_pop_free(asafes, PKCS7_free);
    -			return 0;
    -		}
    -		sk_PKCS12_SAFEBAG_pop_free(bags, PKCS12_SAFEBAG_free);
    -	}
    -	sk_PKCS7_pop_free(asafes, PKCS7_free);
    -	return 1;
    +    STACK_OF(PKCS7) *asafes;
    +    STACK_OF(PKCS12_SAFEBAG) *bags;
    +    int i, bagnid;
    +    PKCS7 *p7;
    +
    +    if (!(asafes = PKCS12_unpack_authsafes(p12)))
    +        return 0;
    +    for (i = 0; i < sk_PKCS7_num(asafes); i++) {
    +        p7 = sk_PKCS7_value(asafes, i);
    +        bagnid = OBJ_obj2nid(p7->type);
    +        if (bagnid == NID_pkcs7_data) {
    +            bags = PKCS12_unpack_p7data(p7);
    +        } else if (bagnid == NID_pkcs7_encrypted) {
    +            bags = PKCS12_unpack_p7encdata(p7, pass, passlen);
    +        } else
    +            continue;
    +        if (!bags) {
    +            sk_PKCS7_pop_free(asafes, PKCS7_free);
    +            return 0;
    +        }
    +        if (!parse_bags(bags, pass, passlen, pkey, ocerts)) {
    +            sk_PKCS12_SAFEBAG_pop_free(bags, PKCS12_SAFEBAG_free);
    +            sk_PKCS7_pop_free(asafes, PKCS7_free);
    +            return 0;
    +        }
    +        sk_PKCS12_SAFEBAG_pop_free(bags, PKCS12_SAFEBAG_free);
    +    }
    +    sk_PKCS7_pop_free(asafes, PKCS7_free);
    +    return 1;
     }
     
    -
     static int parse_bags(STACK_OF(PKCS12_SAFEBAG) *bags, const char *pass,
    -		      int passlen, EVP_PKEY **pkey, STACK_OF(X509) *ocerts)
    +                      int passlen, EVP_PKEY **pkey, STACK_OF(X509) *ocerts)
     {
    -	int i;
    -	for (i = 0; i < sk_PKCS12_SAFEBAG_num(bags); i++) {
    -		if (!parse_bag(sk_PKCS12_SAFEBAG_value (bags, i),
    -				 pass, passlen, pkey, ocerts))
    -			return 0;
    -	}
    -	return 1;
    +    int i;
    +    for (i = 0; i < sk_PKCS12_SAFEBAG_num(bags); i++) {
    +        if (!parse_bag(sk_PKCS12_SAFEBAG_value(bags, i),
    +                       pass, passlen, pkey, ocerts))
    +            return 0;
    +    }
    +    return 1;
     }
     
     static int parse_bag(PKCS12_SAFEBAG *bag, const char *pass, int passlen,
    -		     EVP_PKEY **pkey, STACK_OF(X509) *ocerts)
    +                     EVP_PKEY **pkey, STACK_OF(X509) *ocerts)
     {
    -	PKCS8_PRIV_KEY_INFO *p8;
    -	X509 *x509;
    -	ASN1_TYPE *attrib;
    -	ASN1_BMPSTRING *fname = NULL;
    -	ASN1_OCTET_STRING *lkid = NULL;
    -
    -	if ((attrib = PKCS12_get_attr (bag, NID_friendlyName)))
    -		fname = attrib->value.bmpstring;
    -
    -	if ((attrib = PKCS12_get_attr (bag, NID_localKeyID)))
    -		lkid = attrib->value.octet_string;
    -
    -	switch (M_PKCS12_bag_type(bag))
    -	{
    -	case NID_keyBag:
    -		if (!pkey || *pkey)
    -			return 1;	
    -		if (!(*pkey = EVP_PKCS82PKEY(bag->value.keybag)))
    -			return 0;
    -	break;
    -
    -	case NID_pkcs8ShroudedKeyBag:
    -		if (!pkey || *pkey)
    -			return 1;	
    -		if (!(p8 = PKCS12_decrypt_skey(bag, pass, passlen)))
    -				return 0;
    -		*pkey = EVP_PKCS82PKEY(p8);
    -		PKCS8_PRIV_KEY_INFO_free(p8);
    -		if (!(*pkey)) return 0;
    -	break;
    -
    -	case NID_certBag:
    -		if (M_PKCS12_cert_bag_type(bag) != NID_x509Certificate )
    -			return 1;
    -		if (!(x509 = PKCS12_certbag2x509(bag)))
    -			return 0;
    -		if(lkid && !X509_keyid_set1(x509, lkid->data, lkid->length))
    -			{
    -			X509_free(x509);
    -			return 0;
    -			}
    -		if(fname) {
    -			int len, r;
    -			unsigned char *data;
    -			len = ASN1_STRING_to_UTF8(&data, fname);
    -			if(len >= 0) {
    -				r = X509_alias_set1(x509, data, len);
    -				OPENSSL_free(data);
    -				if (!r)
    -					{
    -					X509_free(x509);
    -					return 0;
    -					}
    -			}
    -		}
    -
    -		if(!sk_X509_push(ocerts, x509))
    -			{
    -			X509_free(x509);
    -			return 0;
    -			}
    -
    -	break;
    -
    -	case NID_safeContentsBag:
    -		return parse_bags(bag->value.safes, pass, passlen,
    -			 		pkey, ocerts);
    -	break;
    -
    -	default:
    -		return 1;
    -	break;
    -	}
    -	return 1;
    +    PKCS8_PRIV_KEY_INFO *p8;
    +    X509 *x509;
    +    ASN1_TYPE *attrib;
    +    ASN1_BMPSTRING *fname = NULL;
    +    ASN1_OCTET_STRING *lkid = NULL;
    +
    +    if ((attrib = PKCS12_get_attr(bag, NID_friendlyName)))
    +        fname = attrib->value.bmpstring;
    +
    +    if ((attrib = PKCS12_get_attr(bag, NID_localKeyID)))
    +        lkid = attrib->value.octet_string;
    +
    +    switch (M_PKCS12_bag_type(bag)) {
    +    case NID_keyBag:
    +        if (!pkey || *pkey)
    +            return 1;
    +        if (!(*pkey = EVP_PKCS82PKEY(bag->value.keybag)))
    +            return 0;
    +        break;
    +
    +    case NID_pkcs8ShroudedKeyBag:
    +        if (!pkey || *pkey)
    +            return 1;
    +        if (!(p8 = PKCS12_decrypt_skey(bag, pass, passlen)))
    +            return 0;
    +        *pkey = EVP_PKCS82PKEY(p8);
    +        PKCS8_PRIV_KEY_INFO_free(p8);
    +        if (!(*pkey))
    +            return 0;
    +        break;
    +
    +    case NID_certBag:
    +        if (M_PKCS12_cert_bag_type(bag) != NID_x509Certificate)
    +            return 1;
    +        if (!(x509 = PKCS12_certbag2x509(bag)))
    +            return 0;
    +        if (lkid && !X509_keyid_set1(x509, lkid->data, lkid->length)) {
    +            X509_free(x509);
    +            return 0;
    +        }
    +        if (fname) {
    +            int len, r;
    +            unsigned char *data;
    +            len = ASN1_STRING_to_UTF8(&data, fname);
    +            if (len >= 0) {
    +                r = X509_alias_set1(x509, data, len);
    +                OPENSSL_free(data);
    +                if (!r) {
    +                    X509_free(x509);
    +                    return 0;
    +                }
    +            }
    +        }
    +
    +        if (!sk_X509_push(ocerts, x509)) {
    +            X509_free(x509);
    +            return 0;
    +        }
    +
    +        break;
    +
    +    case NID_safeContentsBag:
    +        return parse_bags(bag->value.safes, pass, passlen, pkey, ocerts);
    +        break;
    +
    +    default:
    +        return 1;
    +        break;
    +    }
    +    return 1;
     }
    -
    diff --git a/openssl/crypto/pkcs12/p12_mutl.c b/openssl/crypto/pkcs12/p12_mutl.c
    index 96de1bd11..256b210cc 100644
    --- a/openssl/crypto/pkcs12/p12_mutl.c
    +++ b/openssl/crypto/pkcs12/p12_mutl.c
    @@ -1,6 +1,7 @@
     /* p12_mutl.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -57,134 +58,137 @@
      */
     
     #ifndef OPENSSL_NO_HMAC
    -#include 
    -#include "cryptlib.h"
    -#include 
    -#include 
    -#include 
    +# include 
    +# include "cryptlib.h"
    +# include 
    +# include 
    +# include 
     
     /* Generate a MAC */
     int PKCS12_gen_mac(PKCS12 *p12, const char *pass, int passlen,
    -		   unsigned char *mac, unsigned int *maclen)
    +                   unsigned char *mac, unsigned int *maclen)
     {
    -	const EVP_MD *md_type;
    -	HMAC_CTX hmac;
    -	unsigned char key[EVP_MAX_MD_SIZE], *salt;
    -	int saltlen, iter;
    -	int md_size;
    +    const EVP_MD *md_type;
    +    HMAC_CTX hmac;
    +    unsigned char key[EVP_MAX_MD_SIZE], *salt;
    +    int saltlen, iter;
    +    int md_size;
     
    -	if (!PKCS7_type_is_data(p12->authsafes))
    -		{
    -		PKCS12err(PKCS12_F_PKCS12_GEN_MAC,PKCS12_R_CONTENT_TYPE_NOT_DATA);
    -		return 0;
    -		}
    +    if (!PKCS7_type_is_data(p12->authsafes)) {
    +        PKCS12err(PKCS12_F_PKCS12_GEN_MAC, PKCS12_R_CONTENT_TYPE_NOT_DATA);
    +        return 0;
    +    }
     
    -	salt = p12->mac->salt->data;
    -	saltlen = p12->mac->salt->length;
    -	if (!p12->mac->iter) iter = 1;
    -	else iter = ASN1_INTEGER_get (p12->mac->iter);
    -    	if(!(md_type =
    -		 EVP_get_digestbyobj (p12->mac->dinfo->algor->algorithm))) {
    -		PKCS12err(PKCS12_F_PKCS12_GEN_MAC,PKCS12_R_UNKNOWN_DIGEST_ALGORITHM);
    -		return 0;
    -	}
    -	md_size = EVP_MD_size(md_type);
    -	if (md_size < 0)
    -	    return 0;
    -	if(!PKCS12_key_gen (pass, passlen, salt, saltlen, PKCS12_MAC_ID, iter,
    -				 md_size, key, md_type)) {
    -		PKCS12err(PKCS12_F_PKCS12_GEN_MAC,PKCS12_R_KEY_GEN_ERROR);
    -		return 0;
    -	}
    -	HMAC_CTX_init(&hmac);
    -	if (!HMAC_Init_ex(&hmac, key, md_size, md_type, NULL)
    -    		|| !HMAC_Update(&hmac, p12->authsafes->d.data->data,
    -					 p12->authsafes->d.data->length)
    -    		|| !HMAC_Final(&hmac, mac, maclen))
    -		{
    -    		HMAC_CTX_cleanup(&hmac);
    -		return 0;
    -		}
    -    	HMAC_CTX_cleanup(&hmac);
    -	return 1;
    +    salt = p12->mac->salt->data;
    +    saltlen = p12->mac->salt->length;
    +    if (!p12->mac->iter)
    +        iter = 1;
    +    else
    +        iter = ASN1_INTEGER_get(p12->mac->iter);
    +    if (!(md_type = EVP_get_digestbyobj(p12->mac->dinfo->algor->algorithm))) {
    +        PKCS12err(PKCS12_F_PKCS12_GEN_MAC, PKCS12_R_UNKNOWN_DIGEST_ALGORITHM);
    +        return 0;
    +    }
    +    md_size = EVP_MD_size(md_type);
    +    if (md_size < 0)
    +        return 0;
    +    if (!PKCS12_key_gen(pass, passlen, salt, saltlen, PKCS12_MAC_ID, iter,
    +                        md_size, key, md_type)) {
    +        PKCS12err(PKCS12_F_PKCS12_GEN_MAC, PKCS12_R_KEY_GEN_ERROR);
    +        return 0;
    +    }
    +    HMAC_CTX_init(&hmac);
    +    if (!HMAC_Init_ex(&hmac, key, md_size, md_type, NULL)
    +        || !HMAC_Update(&hmac, p12->authsafes->d.data->data,
    +                        p12->authsafes->d.data->length)
    +        || !HMAC_Final(&hmac, mac, maclen)) {
    +        HMAC_CTX_cleanup(&hmac);
    +        return 0;
    +    }
    +    HMAC_CTX_cleanup(&hmac);
    +    return 1;
     }
     
     /* Verify the mac */
     int PKCS12_verify_mac(PKCS12 *p12, const char *pass, int passlen)
     {
    -	unsigned char mac[EVP_MAX_MD_SIZE];
    -	unsigned int maclen;
    -	if(p12->mac == NULL) {
    -		PKCS12err(PKCS12_F_PKCS12_VERIFY_MAC,PKCS12_R_MAC_ABSENT);
    -		return 0;
    -	}
    -	if (!PKCS12_gen_mac (p12, pass, passlen, mac, &maclen)) {
    -		PKCS12err(PKCS12_F_PKCS12_VERIFY_MAC,PKCS12_R_MAC_GENERATION_ERROR);
    -		return 0;
    -	}
    -	if ((maclen != (unsigned int)p12->mac->dinfo->digest->length)
    -	|| memcmp (mac, p12->mac->dinfo->digest->data, maclen)) return 0;
    -	return 1;
    +    unsigned char mac[EVP_MAX_MD_SIZE];
    +    unsigned int maclen;
    +    if (p12->mac == NULL) {
    +        PKCS12err(PKCS12_F_PKCS12_VERIFY_MAC, PKCS12_R_MAC_ABSENT);
    +        return 0;
    +    }
    +    if (!PKCS12_gen_mac(p12, pass, passlen, mac, &maclen)) {
    +        PKCS12err(PKCS12_F_PKCS12_VERIFY_MAC, PKCS12_R_MAC_GENERATION_ERROR);
    +        return 0;
    +    }
    +    if ((maclen != (unsigned int)p12->mac->dinfo->digest->length)
    +        || memcmp(mac, p12->mac->dinfo->digest->data, maclen))
    +        return 0;
    +    return 1;
     }
     
     /* Set a mac */
     
     int PKCS12_set_mac(PKCS12 *p12, const char *pass, int passlen,
    -	     unsigned char *salt, int saltlen, int iter, const EVP_MD *md_type)
    +                   unsigned char *salt, int saltlen, int iter,
    +                   const EVP_MD *md_type)
     {
    -	unsigned char mac[EVP_MAX_MD_SIZE];
    -	unsigned int maclen;
    +    unsigned char mac[EVP_MAX_MD_SIZE];
    +    unsigned int maclen;
     
    -	if (!md_type) md_type = EVP_sha1();
    -	if (PKCS12_setup_mac (p12, iter, salt, saltlen, md_type) ==
    -				 	PKCS12_ERROR) {
    -		PKCS12err(PKCS12_F_PKCS12_SET_MAC,PKCS12_R_MAC_SETUP_ERROR);
    -		return 0;
    -	}
    -	if (!PKCS12_gen_mac (p12, pass, passlen, mac, &maclen)) {
    -		PKCS12err(PKCS12_F_PKCS12_SET_MAC,PKCS12_R_MAC_GENERATION_ERROR);
    -		return 0;
    -	}
    -	if (!(M_ASN1_OCTET_STRING_set (p12->mac->dinfo->digest, mac, maclen))) {
    -		PKCS12err(PKCS12_F_PKCS12_SET_MAC,PKCS12_R_MAC_STRING_SET_ERROR);
    -						return 0;
    -	}
    -	return 1;
    +    if (!md_type)
    +        md_type = EVP_sha1();
    +    if (PKCS12_setup_mac(p12, iter, salt, saltlen, md_type) == PKCS12_ERROR) {
    +        PKCS12err(PKCS12_F_PKCS12_SET_MAC, PKCS12_R_MAC_SETUP_ERROR);
    +        return 0;
    +    }
    +    if (!PKCS12_gen_mac(p12, pass, passlen, mac, &maclen)) {
    +        PKCS12err(PKCS12_F_PKCS12_SET_MAC, PKCS12_R_MAC_GENERATION_ERROR);
    +        return 0;
    +    }
    +    if (!(M_ASN1_OCTET_STRING_set(p12->mac->dinfo->digest, mac, maclen))) {
    +        PKCS12err(PKCS12_F_PKCS12_SET_MAC, PKCS12_R_MAC_STRING_SET_ERROR);
    +        return 0;
    +    }
    +    return 1;
     }
     
     /* Set up a mac structure */
     int PKCS12_setup_mac(PKCS12 *p12, int iter, unsigned char *salt, int saltlen,
    -	     const EVP_MD *md_type)
    +                     const EVP_MD *md_type)
     {
    -	if (!(p12->mac = PKCS12_MAC_DATA_new())) return PKCS12_ERROR;
    -	if (iter > 1) {
    -		if(!(p12->mac->iter = M_ASN1_INTEGER_new())) {
    -			PKCS12err(PKCS12_F_PKCS12_SETUP_MAC, ERR_R_MALLOC_FAILURE);
    -			return 0;
    -		}
    -		if (!ASN1_INTEGER_set(p12->mac->iter, iter)) {
    -			PKCS12err(PKCS12_F_PKCS12_SETUP_MAC, ERR_R_MALLOC_FAILURE);
    -			return 0;
    -		}
    -	}
    -	if (!saltlen) saltlen = PKCS12_SALT_LEN;
    -	p12->mac->salt->length = saltlen;
    -	if (!(p12->mac->salt->data = OPENSSL_malloc (saltlen))) {
    -		PKCS12err(PKCS12_F_PKCS12_SETUP_MAC, ERR_R_MALLOC_FAILURE);
    -		return 0;
    -	}
    -	if (!salt) {
    -		if (RAND_pseudo_bytes (p12->mac->salt->data, saltlen) < 0)
    -			return 0;
    -	}
    -	else memcpy (p12->mac->salt->data, salt, saltlen);
    -	p12->mac->dinfo->algor->algorithm = OBJ_nid2obj(EVP_MD_type(md_type));
    -	if (!(p12->mac->dinfo->algor->parameter = ASN1_TYPE_new())) {
    -		PKCS12err(PKCS12_F_PKCS12_SETUP_MAC, ERR_R_MALLOC_FAILURE);
    -		return 0;
    -	}
    -	p12->mac->dinfo->algor->parameter->type = V_ASN1_NULL;
    -	
    -	return 1;
    +    if (!(p12->mac = PKCS12_MAC_DATA_new()))
    +        return PKCS12_ERROR;
    +    if (iter > 1) {
    +        if (!(p12->mac->iter = M_ASN1_INTEGER_new())) {
    +            PKCS12err(PKCS12_F_PKCS12_SETUP_MAC, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +        if (!ASN1_INTEGER_set(p12->mac->iter, iter)) {
    +            PKCS12err(PKCS12_F_PKCS12_SETUP_MAC, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +    }
    +    if (!saltlen)
    +        saltlen = PKCS12_SALT_LEN;
    +    p12->mac->salt->length = saltlen;
    +    if (!(p12->mac->salt->data = OPENSSL_malloc(saltlen))) {
    +        PKCS12err(PKCS12_F_PKCS12_SETUP_MAC, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    if (!salt) {
    +        if (RAND_pseudo_bytes(p12->mac->salt->data, saltlen) < 0)
    +            return 0;
    +    } else
    +        memcpy(p12->mac->salt->data, salt, saltlen);
    +    p12->mac->dinfo->algor->algorithm = OBJ_nid2obj(EVP_MD_type(md_type));
    +    if (!(p12->mac->dinfo->algor->parameter = ASN1_TYPE_new())) {
    +        PKCS12err(PKCS12_F_PKCS12_SETUP_MAC, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    p12->mac->dinfo->algor->parameter->type = V_ASN1_NULL;
    +
    +    return 1;
     }
     #endif
    diff --git a/openssl/crypto/pkcs12/p12_npas.c b/openssl/crypto/pkcs12/p12_npas.c
    index 2f7135515..a89b61aba 100644
    --- a/openssl/crypto/pkcs12/p12_npas.c
    +++ b/openssl/crypto/pkcs12/p12_npas.c
    @@ -1,6 +1,7 @@
     /* p12_npas.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -67,159 +68,168 @@
     
     static int newpass_p12(PKCS12 *p12, char *oldpass, char *newpass);
     static int newpass_bags(STACK_OF(PKCS12_SAFEBAG) *bags, char *oldpass,
    -			char *newpass);
    +                        char *newpass);
     static int newpass_bag(PKCS12_SAFEBAG *bag, char *oldpass, char *newpass);
     static int alg_get(X509_ALGOR *alg, int *pnid, int *piter, int *psaltlen);
     
    -/* 
    +/*
      * Change the password on a PKCS#12 structure.
      */
     
     int PKCS12_newpass(PKCS12 *p12, char *oldpass, char *newpass)
     {
    -	/* Check for NULL PKCS12 structure */
    -
    -	if(!p12) {
    -		PKCS12err(PKCS12_F_PKCS12_NEWPASS,PKCS12_R_INVALID_NULL_PKCS12_POINTER);
    -		return 0;
    -	}
    -
    -	/* Check the mac */
    -	
    -	if (!PKCS12_verify_mac(p12, oldpass, -1)) {
    -		PKCS12err(PKCS12_F_PKCS12_NEWPASS,PKCS12_R_MAC_VERIFY_FAILURE);
    -		return 0;
    -	}
    -
    -	if (!newpass_p12(p12, oldpass, newpass)) {
    -		PKCS12err(PKCS12_F_PKCS12_NEWPASS,PKCS12_R_PARSE_ERROR);
    -		return 0;
    -	}
    -
    -	return 1;
    +    /* Check for NULL PKCS12 structure */
    +
    +    if (!p12) {
    +        PKCS12err(PKCS12_F_PKCS12_NEWPASS,
    +                  PKCS12_R_INVALID_NULL_PKCS12_POINTER);
    +        return 0;
    +    }
    +
    +    /* Check the mac */
    +
    +    if (!PKCS12_verify_mac(p12, oldpass, -1)) {
    +        PKCS12err(PKCS12_F_PKCS12_NEWPASS, PKCS12_R_MAC_VERIFY_FAILURE);
    +        return 0;
    +    }
    +
    +    if (!newpass_p12(p12, oldpass, newpass)) {
    +        PKCS12err(PKCS12_F_PKCS12_NEWPASS, PKCS12_R_PARSE_ERROR);
    +        return 0;
    +    }
    +
    +    return 1;
     }
     
     /* Parse the outer PKCS#12 structure */
     
     static int newpass_p12(PKCS12 *p12, char *oldpass, char *newpass)
     {
    -	STACK_OF(PKCS7) *asafes, *newsafes;
    -	STACK_OF(PKCS12_SAFEBAG) *bags;
    -	int i, bagnid, pbe_nid = 0, pbe_iter = 0, pbe_saltlen = 0;
    -	PKCS7 *p7, *p7new;
    -	ASN1_OCTET_STRING *p12_data_tmp = NULL, *macnew = NULL;
    -	unsigned char mac[EVP_MAX_MD_SIZE];
    -	unsigned int maclen;
    -
    -	if (!(asafes = PKCS12_unpack_authsafes(p12))) return 0;
    -	if(!(newsafes = sk_PKCS7_new_null())) return 0;
    -	for (i = 0; i < sk_PKCS7_num (asafes); i++) {
    -		p7 = sk_PKCS7_value(asafes, i);
    -		bagnid = OBJ_obj2nid(p7->type);
    -		if (bagnid == NID_pkcs7_data) {
    -			bags = PKCS12_unpack_p7data(p7);
    -		} else if (bagnid == NID_pkcs7_encrypted) {
    -			bags = PKCS12_unpack_p7encdata(p7, oldpass, -1);
    -			if (!alg_get(p7->d.encrypted->enc_data->algorithm,
    -				&pbe_nid, &pbe_iter, &pbe_saltlen))
    -				{
    -				sk_PKCS12_SAFEBAG_pop_free(bags,
    -						PKCS12_SAFEBAG_free);
    -				bags = NULL;
    -				}
    -		} else continue;
    -		if (!bags) {
    -			sk_PKCS7_pop_free(asafes, PKCS7_free);
    -			return 0;
    -		}
    -	    	if (!newpass_bags(bags, oldpass, newpass)) {
    -			sk_PKCS12_SAFEBAG_pop_free(bags, PKCS12_SAFEBAG_free);
    -			sk_PKCS7_pop_free(asafes, PKCS7_free);
    -			return 0;
    -		}
    -		/* Repack bag in same form with new password */
    -		if (bagnid == NID_pkcs7_data) p7new = PKCS12_pack_p7data(bags);
    -		else p7new = PKCS12_pack_p7encdata(pbe_nid, newpass, -1, NULL,
    -						 pbe_saltlen, pbe_iter, bags);
    -		sk_PKCS12_SAFEBAG_pop_free(bags, PKCS12_SAFEBAG_free);
    -		if(!p7new) {
    -			sk_PKCS7_pop_free(asafes, PKCS7_free);
    -			return 0;
    -		}
    -		sk_PKCS7_push(newsafes, p7new);
    -	}
    -	sk_PKCS7_pop_free(asafes, PKCS7_free);
    -
    -	/* Repack safe: save old safe in case of error */
    -
    -	p12_data_tmp = p12->authsafes->d.data;
    -	if(!(p12->authsafes->d.data = ASN1_OCTET_STRING_new())) goto saferr;
    -	if(!PKCS12_pack_authsafes(p12, newsafes)) goto saferr;
    -
    -	if(!PKCS12_gen_mac(p12, newpass, -1, mac, &maclen)) goto saferr;
    -	if(!(macnew = ASN1_OCTET_STRING_new())) goto saferr;
    -	if(!ASN1_OCTET_STRING_set(macnew, mac, maclen)) goto saferr;
    -	ASN1_OCTET_STRING_free(p12->mac->dinfo->digest);
    -	p12->mac->dinfo->digest = macnew;
    -	ASN1_OCTET_STRING_free(p12_data_tmp);
    -
    -	return 1;
    -
    -	saferr:
    -	/* Restore old safe */
    -	ASN1_OCTET_STRING_free(p12->authsafes->d.data);
    -	ASN1_OCTET_STRING_free(macnew);
    -	p12->authsafes->d.data = p12_data_tmp;
    -	return 0;
    +    STACK_OF(PKCS7) *asafes, *newsafes;
    +    STACK_OF(PKCS12_SAFEBAG) *bags;
    +    int i, bagnid, pbe_nid = 0, pbe_iter = 0, pbe_saltlen = 0;
    +    PKCS7 *p7, *p7new;
    +    ASN1_OCTET_STRING *p12_data_tmp = NULL, *macnew = NULL;
    +    unsigned char mac[EVP_MAX_MD_SIZE];
    +    unsigned int maclen;
    +
    +    if (!(asafes = PKCS12_unpack_authsafes(p12)))
    +        return 0;
    +    if (!(newsafes = sk_PKCS7_new_null()))
    +        return 0;
    +    for (i = 0; i < sk_PKCS7_num(asafes); i++) {
    +        p7 = sk_PKCS7_value(asafes, i);
    +        bagnid = OBJ_obj2nid(p7->type);
    +        if (bagnid == NID_pkcs7_data) {
    +            bags = PKCS12_unpack_p7data(p7);
    +        } else if (bagnid == NID_pkcs7_encrypted) {
    +            bags = PKCS12_unpack_p7encdata(p7, oldpass, -1);
    +            if (!alg_get(p7->d.encrypted->enc_data->algorithm,
    +                         &pbe_nid, &pbe_iter, &pbe_saltlen)) {
    +                sk_PKCS12_SAFEBAG_pop_free(bags, PKCS12_SAFEBAG_free);
    +                bags = NULL;
    +            }
    +        } else
    +            continue;
    +        if (!bags) {
    +            sk_PKCS7_pop_free(asafes, PKCS7_free);
    +            return 0;
    +        }
    +        if (!newpass_bags(bags, oldpass, newpass)) {
    +            sk_PKCS12_SAFEBAG_pop_free(bags, PKCS12_SAFEBAG_free);
    +            sk_PKCS7_pop_free(asafes, PKCS7_free);
    +            return 0;
    +        }
    +        /* Repack bag in same form with new password */
    +        if (bagnid == NID_pkcs7_data)
    +            p7new = PKCS12_pack_p7data(bags);
    +        else
    +            p7new = PKCS12_pack_p7encdata(pbe_nid, newpass, -1, NULL,
    +                                          pbe_saltlen, pbe_iter, bags);
    +        sk_PKCS12_SAFEBAG_pop_free(bags, PKCS12_SAFEBAG_free);
    +        if (!p7new) {
    +            sk_PKCS7_pop_free(asafes, PKCS7_free);
    +            return 0;
    +        }
    +        sk_PKCS7_push(newsafes, p7new);
    +    }
    +    sk_PKCS7_pop_free(asafes, PKCS7_free);
    +
    +    /* Repack safe: save old safe in case of error */
    +
    +    p12_data_tmp = p12->authsafes->d.data;
    +    if (!(p12->authsafes->d.data = ASN1_OCTET_STRING_new()))
    +        goto saferr;
    +    if (!PKCS12_pack_authsafes(p12, newsafes))
    +        goto saferr;
    +
    +    if (!PKCS12_gen_mac(p12, newpass, -1, mac, &maclen))
    +        goto saferr;
    +    if (!(macnew = ASN1_OCTET_STRING_new()))
    +        goto saferr;
    +    if (!ASN1_OCTET_STRING_set(macnew, mac, maclen))
    +        goto saferr;
    +    ASN1_OCTET_STRING_free(p12->mac->dinfo->digest);
    +    p12->mac->dinfo->digest = macnew;
    +    ASN1_OCTET_STRING_free(p12_data_tmp);
    +
    +    return 1;
    +
    + saferr:
    +    /* Restore old safe */
    +    ASN1_OCTET_STRING_free(p12->authsafes->d.data);
    +    ASN1_OCTET_STRING_free(macnew);
    +    p12->authsafes->d.data = p12_data_tmp;
    +    return 0;
     
     }
     
    -
     static int newpass_bags(STACK_OF(PKCS12_SAFEBAG) *bags, char *oldpass,
    -			char *newpass)
    +                        char *newpass)
     {
    -	int i;
    -	for (i = 0; i < sk_PKCS12_SAFEBAG_num(bags); i++) {
    -		if (!newpass_bag(sk_PKCS12_SAFEBAG_value(bags, i),
    -				 oldpass, newpass))
    -		    return 0;
    -	}
    -	return 1;
    +    int i;
    +    for (i = 0; i < sk_PKCS12_SAFEBAG_num(bags); i++) {
    +        if (!newpass_bag(sk_PKCS12_SAFEBAG_value(bags, i), oldpass, newpass))
    +            return 0;
    +    }
    +    return 1;
     }
     
     /* Change password of safebag: only needs handle shrouded keybags */
     
     static int newpass_bag(PKCS12_SAFEBAG *bag, char *oldpass, char *newpass)
     {
    -	PKCS8_PRIV_KEY_INFO *p8;
    -	X509_SIG *p8new;
    -	int p8_nid, p8_saltlen, p8_iter;
    -
    -	if(M_PKCS12_bag_type(bag) != NID_pkcs8ShroudedKeyBag) return 1;
    -
    -	if (!(p8 = PKCS8_decrypt(bag->value.shkeybag, oldpass, -1))) return 0;
    -	if (!alg_get(bag->value.shkeybag->algor, &p8_nid, &p8_iter,
    -							&p8_saltlen))
    -		return 0;
    -	if(!(p8new = PKCS8_encrypt(p8_nid, NULL, newpass, -1, NULL, p8_saltlen,
    -						     p8_iter, p8))) return 0;
    -	X509_SIG_free(bag->value.shkeybag);
    -	bag->value.shkeybag = p8new;
    -	return 1;
    +    PKCS8_PRIV_KEY_INFO *p8;
    +    X509_SIG *p8new;
    +    int p8_nid, p8_saltlen, p8_iter;
    +
    +    if (M_PKCS12_bag_type(bag) != NID_pkcs8ShroudedKeyBag)
    +        return 1;
    +
    +    if (!(p8 = PKCS8_decrypt(bag->value.shkeybag, oldpass, -1)))
    +        return 0;
    +    if (!alg_get(bag->value.shkeybag->algor, &p8_nid, &p8_iter, &p8_saltlen))
    +        return 0;
    +    if (!(p8new = PKCS8_encrypt(p8_nid, NULL, newpass, -1, NULL, p8_saltlen,
    +                                p8_iter, p8)))
    +        return 0;
    +    X509_SIG_free(bag->value.shkeybag);
    +    bag->value.shkeybag = p8new;
    +    return 1;
     }
     
     static int alg_get(X509_ALGOR *alg, int *pnid, int *piter, int *psaltlen)
     {
    -        PBEPARAM *pbe;
    -        const unsigned char *p;
    -
    -        p = alg->parameter->value.sequence->data;
    -        pbe = d2i_PBEPARAM(NULL, &p, alg->parameter->value.sequence->length);
    -	if (!pbe)
    -		return 0;
    -        *pnid = OBJ_obj2nid(alg->algorithm);
    -	*piter = ASN1_INTEGER_get(pbe->iter);
    -	*psaltlen = pbe->salt->length;
    -        PBEPARAM_free(pbe);
    -        return 1;
    +    PBEPARAM *pbe;
    +    const unsigned char *p;
    +
    +    p = alg->parameter->value.sequence->data;
    +    pbe = d2i_PBEPARAM(NULL, &p, alg->parameter->value.sequence->length);
    +    if (!pbe)
    +        return 0;
    +    *pnid = OBJ_obj2nid(alg->algorithm);
    +    *piter = ASN1_INTEGER_get(pbe->iter);
    +    *psaltlen = pbe->salt->length;
    +    PBEPARAM_free(pbe);
    +    return 1;
     }
    diff --git a/openssl/crypto/pkcs12/p12_p8d.c b/openssl/crypto/pkcs12/p12_p8d.c
    index deba81e4a..3cc7a9f40 100644
    --- a/openssl/crypto/pkcs12/p12_p8d.c
    +++ b/openssl/crypto/pkcs12/p12_p8d.c
    @@ -1,6 +1,7 @@
     /* p12_p8d.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2001.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2001.
      */
     /* ====================================================================
      * Copyright (c) 2001 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -60,9 +61,10 @@
     #include "cryptlib.h"
     #include 
     
    -PKCS8_PRIV_KEY_INFO *PKCS8_decrypt(X509_SIG *p8, const char *pass, int passlen)
    +PKCS8_PRIV_KEY_INFO *PKCS8_decrypt(X509_SIG *p8, const char *pass,
    +                                   int passlen)
     {
    -	return PKCS12_item_decrypt_d2i(p8->algor, ASN1_ITEM_rptr(PKCS8_PRIV_KEY_INFO), pass,
    -					passlen, p8->digest, 1);
    +    return PKCS12_item_decrypt_d2i(p8->algor,
    +                                   ASN1_ITEM_rptr(PKCS8_PRIV_KEY_INFO), pass,
    +                                   passlen, p8->digest, 1);
     }
    -
    diff --git a/openssl/crypto/pkcs12/p12_p8e.c b/openssl/crypto/pkcs12/p12_p8e.c
    index bf20a77b4..861a087f8 100644
    --- a/openssl/crypto/pkcs12/p12_p8e.c
    +++ b/openssl/crypto/pkcs12/p12_p8e.c
    @@ -1,6 +1,7 @@
     /* p12_p8e.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2001.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2001.
      */
     /* ====================================================================
      * Copyright (c) 2001 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -61,37 +62,44 @@
     #include 
     
     X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher,
    -			 const char *pass, int passlen,
    -			 unsigned char *salt, int saltlen, int iter,
    -						PKCS8_PRIV_KEY_INFO *p8inf)
    +                        const char *pass, int passlen,
    +                        unsigned char *salt, int saltlen, int iter,
    +                        PKCS8_PRIV_KEY_INFO *p8inf)
     {
    -	X509_SIG *p8 = NULL;
    -	X509_ALGOR *pbe;
    +    X509_SIG *p8 = NULL;
    +    X509_ALGOR *pbe;
     
    -	if (!(p8 = X509_SIG_new())) {
    -		PKCS12err(PKCS12_F_PKCS8_ENCRYPT, ERR_R_MALLOC_FAILURE);
    -		goto err;
    -	}
    +    if (!(p8 = X509_SIG_new())) {
    +        PKCS12err(PKCS12_F_PKCS8_ENCRYPT, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
     
    -	if(pbe_nid == -1) pbe = PKCS5_pbe2_set(cipher, iter, salt, saltlen);
    -	else pbe = PKCS5_pbe_set(pbe_nid, iter, salt, saltlen);
    -	if(!pbe) {
    -		PKCS12err(PKCS12_F_PKCS8_ENCRYPT, ERR_R_ASN1_LIB);
    -		goto err;
    -	}
    -	X509_ALGOR_free(p8->algor);
    -	p8->algor = pbe;
    -	M_ASN1_OCTET_STRING_free(p8->digest);
    -	p8->digest = PKCS12_item_i2d_encrypt(pbe, ASN1_ITEM_rptr(PKCS8_PRIV_KEY_INFO),
    -					pass, passlen, p8inf, 1);
    -	if(!p8->digest) {
    -		PKCS12err(PKCS12_F_PKCS8_ENCRYPT, PKCS12_R_ENCRYPT_ERROR);
    -		goto err;
    -	}
    +    if (pbe_nid == -1)
    +        pbe = PKCS5_pbe2_set(cipher, iter, salt, saltlen);
    +    else if (EVP_PBE_find(EVP_PBE_TYPE_PRF, pbe_nid, NULL, NULL, 0))
    +        pbe = PKCS5_pbe2_set_iv(cipher, iter, salt, saltlen, NULL, pbe_nid);
    +    else {
    +        ERR_clear_error();
    +        pbe = PKCS5_pbe_set(pbe_nid, iter, salt, saltlen);
    +    }
    +    if (!pbe) {
    +        PKCS12err(PKCS12_F_PKCS8_ENCRYPT, ERR_R_ASN1_LIB);
    +        goto err;
    +    }
    +    X509_ALGOR_free(p8->algor);
    +    p8->algor = pbe;
    +    M_ASN1_OCTET_STRING_free(p8->digest);
    +    p8->digest =
    +        PKCS12_item_i2d_encrypt(pbe, ASN1_ITEM_rptr(PKCS8_PRIV_KEY_INFO),
    +                                pass, passlen, p8inf, 1);
    +    if (!p8->digest) {
    +        PKCS12err(PKCS12_F_PKCS8_ENCRYPT, PKCS12_R_ENCRYPT_ERROR);
    +        goto err;
    +    }
     
    -	return p8;
    +    return p8;
     
    -	err:
    -	X509_SIG_free(p8);
    -	return NULL;
    + err:
    +    X509_SIG_free(p8);
    +    return NULL;
     }
    diff --git a/openssl/crypto/pkcs12/p12_utl.c b/openssl/crypto/pkcs12/p12_utl.c
    index 59c6f453f..a0b992eab 100644
    --- a/openssl/crypto/pkcs12/p12_utl.c
    +++ b/openssl/crypto/pkcs12/p12_utl.c
    @@ -1,6 +1,7 @@
     /* p12_utl.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,85 +63,99 @@
     
     /* Cheap and nasty Unicode stuff */
     
    -unsigned char *OPENSSL_asc2uni(const char *asc, int asclen, unsigned char **uni, int *unilen)
    +unsigned char *OPENSSL_asc2uni(const char *asc, int asclen,
    +                               unsigned char **uni, int *unilen)
     {
    -	int ulen, i;
    -	unsigned char *unitmp;
    -	if (asclen == -1) asclen = strlen(asc);
    -	ulen = asclen*2  + 2;
    -	if (!(unitmp = OPENSSL_malloc(ulen))) return NULL;
    -	for (i = 0; i < ulen - 2; i+=2) {
    -		unitmp[i] = 0;
    -		unitmp[i + 1] = asc[i>>1];
    -	}
    -	/* Make result double null terminated */
    -	unitmp[ulen - 2] = 0;
    -	unitmp[ulen - 1] = 0;
    -	if (unilen) *unilen = ulen;
    -	if (uni) *uni = unitmp;
    -	return unitmp;
    +    int ulen, i;
    +    unsigned char *unitmp;
    +    if (asclen == -1)
    +        asclen = strlen(asc);
    +    ulen = asclen * 2 + 2;
    +    if (!(unitmp = OPENSSL_malloc(ulen)))
    +        return NULL;
    +    for (i = 0; i < ulen - 2; i += 2) {
    +        unitmp[i] = 0;
    +        unitmp[i + 1] = asc[i >> 1];
    +    }
    +    /* Make result double null terminated */
    +    unitmp[ulen - 2] = 0;
    +    unitmp[ulen - 1] = 0;
    +    if (unilen)
    +        *unilen = ulen;
    +    if (uni)
    +        *uni = unitmp;
    +    return unitmp;
     }
     
     char *OPENSSL_uni2asc(unsigned char *uni, int unilen)
     {
    -	int asclen, i;
    -	char *asctmp;
    -	asclen = unilen / 2;
    -	/* If no terminating zero allow for one */
    -	if (!unilen || uni[unilen - 1]) asclen++;
    -	uni++;
    -	if (!(asctmp = OPENSSL_malloc(asclen))) return NULL;
    -	for (i = 0; i < unilen; i+=2) asctmp[i>>1] = uni[i];
    -	asctmp[asclen - 1] = 0;
    -	return asctmp;
    +    int asclen, i;
    +    char *asctmp;
    +    asclen = unilen / 2;
    +    /* If no terminating zero allow for one */
    +    if (!unilen || uni[unilen - 1])
    +        asclen++;
    +    uni++;
    +    if (!(asctmp = OPENSSL_malloc(asclen)))
    +        return NULL;
    +    for (i = 0; i < unilen; i += 2)
    +        asctmp[i >> 1] = uni[i];
    +    asctmp[asclen - 1] = 0;
    +    return asctmp;
     }
     
     int i2d_PKCS12_bio(BIO *bp, PKCS12 *p12)
     {
    -	return ASN1_item_i2d_bio(ASN1_ITEM_rptr(PKCS12), bp, p12);
    +    return ASN1_item_i2d_bio(ASN1_ITEM_rptr(PKCS12), bp, p12);
     }
     
     #ifndef OPENSSL_NO_FP_API
     int i2d_PKCS12_fp(FILE *fp, PKCS12 *p12)
     {
    -	return ASN1_item_i2d_fp(ASN1_ITEM_rptr(PKCS12), fp, p12);
    +    return ASN1_item_i2d_fp(ASN1_ITEM_rptr(PKCS12), fp, p12);
     }
     #endif
     
     PKCS12 *d2i_PKCS12_bio(BIO *bp, PKCS12 **p12)
     {
    -	return ASN1_item_d2i_bio(ASN1_ITEM_rptr(PKCS12), bp, p12);
    +    return ASN1_item_d2i_bio(ASN1_ITEM_rptr(PKCS12), bp, p12);
     }
    +
     #ifndef OPENSSL_NO_FP_API
     PKCS12 *d2i_PKCS12_fp(FILE *fp, PKCS12 **p12)
     {
    -        return ASN1_item_d2i_fp(ASN1_ITEM_rptr(PKCS12), fp, p12);
    +    return ASN1_item_d2i_fp(ASN1_ITEM_rptr(PKCS12), fp, p12);
     }
     #endif
     
     PKCS12_SAFEBAG *PKCS12_x5092certbag(X509 *x509)
     {
    -	return PKCS12_item_pack_safebag(x509, ASN1_ITEM_rptr(X509),
    -			NID_x509Certificate, NID_certBag);
    +    return PKCS12_item_pack_safebag(x509, ASN1_ITEM_rptr(X509),
    +                                    NID_x509Certificate, NID_certBag);
     }
     
     PKCS12_SAFEBAG *PKCS12_x509crl2certbag(X509_CRL *crl)
     {
    -	return PKCS12_item_pack_safebag(crl, ASN1_ITEM_rptr(X509_CRL),
    -			NID_x509Crl, NID_crlBag);
    +    return PKCS12_item_pack_safebag(crl, ASN1_ITEM_rptr(X509_CRL),
    +                                    NID_x509Crl, NID_crlBag);
     }
     
     X509 *PKCS12_certbag2x509(PKCS12_SAFEBAG *bag)
     {
    -	if(M_PKCS12_bag_type(bag) != NID_certBag) return NULL;
    -	if(M_PKCS12_cert_bag_type(bag) != NID_x509Certificate) return NULL;
    -	return ASN1_item_unpack(bag->value.bag->value.octet, ASN1_ITEM_rptr(X509));
    +    if (M_PKCS12_bag_type(bag) != NID_certBag)
    +        return NULL;
    +    if (M_PKCS12_cert_bag_type(bag) != NID_x509Certificate)
    +        return NULL;
    +    return ASN1_item_unpack(bag->value.bag->value.octet,
    +                            ASN1_ITEM_rptr(X509));
     }
     
     X509_CRL *PKCS12_certbag2x509crl(PKCS12_SAFEBAG *bag)
     {
    -	if(M_PKCS12_bag_type(bag) != NID_crlBag) return NULL;
    -	if(M_PKCS12_cert_bag_type(bag) != NID_x509Crl) return NULL;
    -	return ASN1_item_unpack(bag->value.bag->value.octet,
    -							ASN1_ITEM_rptr(X509_CRL));
    +    if (M_PKCS12_bag_type(bag) != NID_crlBag)
    +        return NULL;
    +    if (M_PKCS12_cert_bag_type(bag) != NID_x509Crl)
    +        return NULL;
    +    return ASN1_item_unpack(bag->value.bag->value.octet,
    +                            ASN1_ITEM_rptr(X509_CRL));
     }
    diff --git a/openssl/crypto/pkcs12/pk12err.c b/openssl/crypto/pkcs12/pk12err.c
    index f6ddf2df1..e58710b25 100644
    --- a/openssl/crypto/pkcs12/pk12err.c
    +++ b/openssl/crypto/pkcs12/pk12err.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* NOTE: this file was auto generated by the mkerr.pl script: any changes
    +/*
    + * NOTE: this file was auto generated by the mkerr.pl script: any changes
      * made to it will be overwritten when the script next updates this file,
      * only reason strings will be preserved.
      */
    @@ -65,80 +66,84 @@
     /* BEGIN ERROR CODES */
     #ifndef OPENSSL_NO_ERR
     
    -#define ERR_FUNC(func) ERR_PACK(ERR_LIB_PKCS12,func,0)
    -#define ERR_REASON(reason) ERR_PACK(ERR_LIB_PKCS12,0,reason)
    +# define ERR_FUNC(func) ERR_PACK(ERR_LIB_PKCS12,func,0)
    +# define ERR_REASON(reason) ERR_PACK(ERR_LIB_PKCS12,0,reason)
     
    -static ERR_STRING_DATA PKCS12_str_functs[]=
    -	{
    -{ERR_FUNC(PKCS12_F_PARSE_BAG),	"PARSE_BAG"},
    -{ERR_FUNC(PKCS12_F_PARSE_BAGS),	"PARSE_BAGS"},
    -{ERR_FUNC(PKCS12_F_PKCS12_ADD_FRIENDLYNAME),	"PKCS12_ADD_FRIENDLYNAME"},
    -{ERR_FUNC(PKCS12_F_PKCS12_ADD_FRIENDLYNAME_ASC),	"PKCS12_add_friendlyname_asc"},
    -{ERR_FUNC(PKCS12_F_PKCS12_ADD_FRIENDLYNAME_UNI),	"PKCS12_add_friendlyname_uni"},
    -{ERR_FUNC(PKCS12_F_PKCS12_ADD_LOCALKEYID),	"PKCS12_add_localkeyid"},
    -{ERR_FUNC(PKCS12_F_PKCS12_CREATE),	"PKCS12_create"},
    -{ERR_FUNC(PKCS12_F_PKCS12_GEN_MAC),	"PKCS12_gen_mac"},
    -{ERR_FUNC(PKCS12_F_PKCS12_INIT),	"PKCS12_init"},
    -{ERR_FUNC(PKCS12_F_PKCS12_ITEM_DECRYPT_D2I),	"PKCS12_item_decrypt_d2i"},
    -{ERR_FUNC(PKCS12_F_PKCS12_ITEM_I2D_ENCRYPT),	"PKCS12_item_i2d_encrypt"},
    -{ERR_FUNC(PKCS12_F_PKCS12_ITEM_PACK_SAFEBAG),	"PKCS12_item_pack_safebag"},
    -{ERR_FUNC(PKCS12_F_PKCS12_KEY_GEN_ASC),	"PKCS12_key_gen_asc"},
    -{ERR_FUNC(PKCS12_F_PKCS12_KEY_GEN_UNI),	"PKCS12_key_gen_uni"},
    -{ERR_FUNC(PKCS12_F_PKCS12_MAKE_KEYBAG),	"PKCS12_MAKE_KEYBAG"},
    -{ERR_FUNC(PKCS12_F_PKCS12_MAKE_SHKEYBAG),	"PKCS12_MAKE_SHKEYBAG"},
    -{ERR_FUNC(PKCS12_F_PKCS12_NEWPASS),	"PKCS12_newpass"},
    -{ERR_FUNC(PKCS12_F_PKCS12_PACK_P7DATA),	"PKCS12_pack_p7data"},
    -{ERR_FUNC(PKCS12_F_PKCS12_PACK_P7ENCDATA),	"PKCS12_pack_p7encdata"},
    -{ERR_FUNC(PKCS12_F_PKCS12_PARSE),	"PKCS12_parse"},
    -{ERR_FUNC(PKCS12_F_PKCS12_PBE_CRYPT),	"PKCS12_pbe_crypt"},
    -{ERR_FUNC(PKCS12_F_PKCS12_PBE_KEYIVGEN),	"PKCS12_PBE_keyivgen"},
    -{ERR_FUNC(PKCS12_F_PKCS12_SETUP_MAC),	"PKCS12_setup_mac"},
    -{ERR_FUNC(PKCS12_F_PKCS12_SET_MAC),	"PKCS12_set_mac"},
    -{ERR_FUNC(PKCS12_F_PKCS12_UNPACK_AUTHSAFES),	"PKCS12_unpack_authsafes"},
    -{ERR_FUNC(PKCS12_F_PKCS12_UNPACK_P7DATA),	"PKCS12_unpack_p7data"},
    -{ERR_FUNC(PKCS12_F_PKCS12_VERIFY_MAC),	"PKCS12_verify_mac"},
    -{ERR_FUNC(PKCS12_F_PKCS8_ADD_KEYUSAGE),	"PKCS8_add_keyusage"},
    -{ERR_FUNC(PKCS12_F_PKCS8_ENCRYPT),	"PKCS8_encrypt"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA PKCS12_str_functs[] = {
    +    {ERR_FUNC(PKCS12_F_PARSE_BAG), "PARSE_BAG"},
    +    {ERR_FUNC(PKCS12_F_PARSE_BAGS), "PARSE_BAGS"},
    +    {ERR_FUNC(PKCS12_F_PKCS12_ADD_FRIENDLYNAME), "PKCS12_ADD_FRIENDLYNAME"},
    +    {ERR_FUNC(PKCS12_F_PKCS12_ADD_FRIENDLYNAME_ASC),
    +     "PKCS12_add_friendlyname_asc"},
    +    {ERR_FUNC(PKCS12_F_PKCS12_ADD_FRIENDLYNAME_UNI),
    +     "PKCS12_add_friendlyname_uni"},
    +    {ERR_FUNC(PKCS12_F_PKCS12_ADD_LOCALKEYID), "PKCS12_add_localkeyid"},
    +    {ERR_FUNC(PKCS12_F_PKCS12_CREATE), "PKCS12_create"},
    +    {ERR_FUNC(PKCS12_F_PKCS12_GEN_MAC), "PKCS12_gen_mac"},
    +    {ERR_FUNC(PKCS12_F_PKCS12_INIT), "PKCS12_init"},
    +    {ERR_FUNC(PKCS12_F_PKCS12_ITEM_DECRYPT_D2I), "PKCS12_item_decrypt_d2i"},
    +    {ERR_FUNC(PKCS12_F_PKCS12_ITEM_I2D_ENCRYPT), "PKCS12_item_i2d_encrypt"},
    +    {ERR_FUNC(PKCS12_F_PKCS12_ITEM_PACK_SAFEBAG), "PKCS12_item_pack_safebag"},
    +    {ERR_FUNC(PKCS12_F_PKCS12_KEY_GEN_ASC), "PKCS12_key_gen_asc"},
    +    {ERR_FUNC(PKCS12_F_PKCS12_KEY_GEN_UNI), "PKCS12_key_gen_uni"},
    +    {ERR_FUNC(PKCS12_F_PKCS12_MAKE_KEYBAG), "PKCS12_MAKE_KEYBAG"},
    +    {ERR_FUNC(PKCS12_F_PKCS12_MAKE_SHKEYBAG), "PKCS12_MAKE_SHKEYBAG"},
    +    {ERR_FUNC(PKCS12_F_PKCS12_NEWPASS), "PKCS12_newpass"},
    +    {ERR_FUNC(PKCS12_F_PKCS12_PACK_P7DATA), "PKCS12_pack_p7data"},
    +    {ERR_FUNC(PKCS12_F_PKCS12_PACK_P7ENCDATA), "PKCS12_pack_p7encdata"},
    +    {ERR_FUNC(PKCS12_F_PKCS12_PARSE), "PKCS12_parse"},
    +    {ERR_FUNC(PKCS12_F_PKCS12_PBE_CRYPT), "PKCS12_pbe_crypt"},
    +    {ERR_FUNC(PKCS12_F_PKCS12_PBE_KEYIVGEN), "PKCS12_PBE_keyivgen"},
    +    {ERR_FUNC(PKCS12_F_PKCS12_SETUP_MAC), "PKCS12_setup_mac"},
    +    {ERR_FUNC(PKCS12_F_PKCS12_SET_MAC), "PKCS12_set_mac"},
    +    {ERR_FUNC(PKCS12_F_PKCS12_UNPACK_AUTHSAFES), "PKCS12_unpack_authsafes"},
    +    {ERR_FUNC(PKCS12_F_PKCS12_UNPACK_P7DATA), "PKCS12_unpack_p7data"},
    +    {ERR_FUNC(PKCS12_F_PKCS12_VERIFY_MAC), "PKCS12_verify_mac"},
    +    {ERR_FUNC(PKCS12_F_PKCS8_ADD_KEYUSAGE), "PKCS8_add_keyusage"},
    +    {ERR_FUNC(PKCS12_F_PKCS8_ENCRYPT), "PKCS8_encrypt"},
    +    {0, NULL}
    +};
     
    -static ERR_STRING_DATA PKCS12_str_reasons[]=
    -	{
    -{ERR_REASON(PKCS12_R_CANT_PACK_STRUCTURE),"cant pack structure"},
    -{ERR_REASON(PKCS12_R_CONTENT_TYPE_NOT_DATA),"content type not data"},
    -{ERR_REASON(PKCS12_R_DECODE_ERROR)       ,"decode error"},
    -{ERR_REASON(PKCS12_R_ENCODE_ERROR)       ,"encode error"},
    -{ERR_REASON(PKCS12_R_ENCRYPT_ERROR)      ,"encrypt error"},
    -{ERR_REASON(PKCS12_R_ERROR_SETTING_ENCRYPTED_DATA_TYPE),"error setting encrypted data type"},
    -{ERR_REASON(PKCS12_R_INVALID_NULL_ARGUMENT),"invalid null argument"},
    -{ERR_REASON(PKCS12_R_INVALID_NULL_PKCS12_POINTER),"invalid null pkcs12 pointer"},
    -{ERR_REASON(PKCS12_R_IV_GEN_ERROR)       ,"iv gen error"},
    -{ERR_REASON(PKCS12_R_KEY_GEN_ERROR)      ,"key gen error"},
    -{ERR_REASON(PKCS12_R_MAC_ABSENT)         ,"mac absent"},
    -{ERR_REASON(PKCS12_R_MAC_GENERATION_ERROR),"mac generation error"},
    -{ERR_REASON(PKCS12_R_MAC_SETUP_ERROR)    ,"mac setup error"},
    -{ERR_REASON(PKCS12_R_MAC_STRING_SET_ERROR),"mac string set error"},
    -{ERR_REASON(PKCS12_R_MAC_VERIFY_ERROR)   ,"mac verify error"},
    -{ERR_REASON(PKCS12_R_MAC_VERIFY_FAILURE) ,"mac verify failure"},
    -{ERR_REASON(PKCS12_R_PARSE_ERROR)        ,"parse error"},
    -{ERR_REASON(PKCS12_R_PKCS12_ALGOR_CIPHERINIT_ERROR),"pkcs12 algor cipherinit error"},
    -{ERR_REASON(PKCS12_R_PKCS12_CIPHERFINAL_ERROR),"pkcs12 cipherfinal error"},
    -{ERR_REASON(PKCS12_R_PKCS12_PBE_CRYPT_ERROR),"pkcs12 pbe crypt error"},
    -{ERR_REASON(PKCS12_R_UNKNOWN_DIGEST_ALGORITHM),"unknown digest algorithm"},
    -{ERR_REASON(PKCS12_R_UNSUPPORTED_PKCS12_MODE),"unsupported pkcs12 mode"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA PKCS12_str_reasons[] = {
    +    {ERR_REASON(PKCS12_R_CANT_PACK_STRUCTURE), "cant pack structure"},
    +    {ERR_REASON(PKCS12_R_CONTENT_TYPE_NOT_DATA), "content type not data"},
    +    {ERR_REASON(PKCS12_R_DECODE_ERROR), "decode error"},
    +    {ERR_REASON(PKCS12_R_ENCODE_ERROR), "encode error"},
    +    {ERR_REASON(PKCS12_R_ENCRYPT_ERROR), "encrypt error"},
    +    {ERR_REASON(PKCS12_R_ERROR_SETTING_ENCRYPTED_DATA_TYPE),
    +     "error setting encrypted data type"},
    +    {ERR_REASON(PKCS12_R_INVALID_NULL_ARGUMENT), "invalid null argument"},
    +    {ERR_REASON(PKCS12_R_INVALID_NULL_PKCS12_POINTER),
    +     "invalid null pkcs12 pointer"},
    +    {ERR_REASON(PKCS12_R_IV_GEN_ERROR), "iv gen error"},
    +    {ERR_REASON(PKCS12_R_KEY_GEN_ERROR), "key gen error"},
    +    {ERR_REASON(PKCS12_R_MAC_ABSENT), "mac absent"},
    +    {ERR_REASON(PKCS12_R_MAC_GENERATION_ERROR), "mac generation error"},
    +    {ERR_REASON(PKCS12_R_MAC_SETUP_ERROR), "mac setup error"},
    +    {ERR_REASON(PKCS12_R_MAC_STRING_SET_ERROR), "mac string set error"},
    +    {ERR_REASON(PKCS12_R_MAC_VERIFY_ERROR), "mac verify error"},
    +    {ERR_REASON(PKCS12_R_MAC_VERIFY_FAILURE), "mac verify failure"},
    +    {ERR_REASON(PKCS12_R_PARSE_ERROR), "parse error"},
    +    {ERR_REASON(PKCS12_R_PKCS12_ALGOR_CIPHERINIT_ERROR),
    +     "pkcs12 algor cipherinit error"},
    +    {ERR_REASON(PKCS12_R_PKCS12_CIPHERFINAL_ERROR),
    +     "pkcs12 cipherfinal error"},
    +    {ERR_REASON(PKCS12_R_PKCS12_PBE_CRYPT_ERROR), "pkcs12 pbe crypt error"},
    +    {ERR_REASON(PKCS12_R_UNKNOWN_DIGEST_ALGORITHM),
    +     "unknown digest algorithm"},
    +    {ERR_REASON(PKCS12_R_UNSUPPORTED_PKCS12_MODE), "unsupported pkcs12 mode"},
    +    {0, NULL}
    +};
     
     #endif
     
     void ERR_load_PKCS12_strings(void)
    -	{
    +{
     #ifndef OPENSSL_NO_ERR
     
    -	if (ERR_func_error_string(PKCS12_str_functs[0].error) == NULL)
    -		{
    -		ERR_load_strings(0,PKCS12_str_functs);
    -		ERR_load_strings(0,PKCS12_str_reasons);
    -		}
    +    if (ERR_func_error_string(PKCS12_str_functs[0].error) == NULL) {
    +        ERR_load_strings(0, PKCS12_str_functs);
    +        ERR_load_strings(0, PKCS12_str_reasons);
    +    }
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/pkcs12/pkcs12.h b/openssl/crypto/pkcs12/pkcs12.h
    index b17eb9f42..a39adf5eb 100644
    --- a/openssl/crypto/pkcs12/pkcs12.h
    +++ b/openssl/crypto/pkcs12/pkcs12.h
    @@ -1,6 +1,7 @@
     /* pkcs12.h */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -57,67 +58,69 @@
      */
     
     #ifndef HEADER_PKCS12_H
    -#define HEADER_PKCS12_H
    +# define HEADER_PKCS12_H
     
    -#include 
    -#include 
    +# include 
    +# include 
     
     #ifdef __cplusplus
     extern "C" {
     #endif
     
    -#define PKCS12_KEY_ID	1
    -#define PKCS12_IV_ID	2
    -#define PKCS12_MAC_ID	3
    +# define PKCS12_KEY_ID   1
    +# define PKCS12_IV_ID    2
    +# define PKCS12_MAC_ID   3
     
     /* Default iteration count */
    -#ifndef PKCS12_DEFAULT_ITER
    -#define PKCS12_DEFAULT_ITER	PKCS5_DEFAULT_ITER
    -#endif
    +# ifndef PKCS12_DEFAULT_ITER
    +#  define PKCS12_DEFAULT_ITER     PKCS5_DEFAULT_ITER
    +# endif
     
    -#define PKCS12_MAC_KEY_LENGTH 20
    +# define PKCS12_MAC_KEY_LENGTH 20
     
    -#define PKCS12_SALT_LEN	8
    +# define PKCS12_SALT_LEN 8
     
     /* Uncomment out next line for unicode password and names, otherwise ASCII */
     
    -/*#define PBE_UNICODE*/
    +/*
    + * #define PBE_UNICODE
    + */
     
    -#ifdef PBE_UNICODE
    -#define PKCS12_key_gen PKCS12_key_gen_uni
    -#define PKCS12_add_friendlyname PKCS12_add_friendlyname_uni
    -#else
    -#define PKCS12_key_gen PKCS12_key_gen_asc
    -#define PKCS12_add_friendlyname PKCS12_add_friendlyname_asc
    -#endif
    +# ifdef PBE_UNICODE
    +#  define PKCS12_key_gen PKCS12_key_gen_uni
    +#  define PKCS12_add_friendlyname PKCS12_add_friendlyname_uni
    +# else
    +#  define PKCS12_key_gen PKCS12_key_gen_asc
    +#  define PKCS12_add_friendlyname PKCS12_add_friendlyname_asc
    +# endif
     
     /* MS key usage constants */
     
    -#define KEY_EX	0x10
    -#define KEY_SIG 0x80
    +# define KEY_EX  0x10
    +# define KEY_SIG 0x80
     
     typedef struct {
    -X509_SIG *dinfo;
    -ASN1_OCTET_STRING *salt;
    -ASN1_INTEGER *iter;	/* defaults to 1 */
    +    X509_SIG *dinfo;
    +    ASN1_OCTET_STRING *salt;
    +    ASN1_INTEGER *iter;         /* defaults to 1 */
     } PKCS12_MAC_DATA;
     
     typedef struct {
    -ASN1_INTEGER *version;
    -PKCS12_MAC_DATA *mac;
    -PKCS7 *authsafes;
    +    ASN1_INTEGER *version;
    +    PKCS12_MAC_DATA *mac;
    +    PKCS7 *authsafes;
     } PKCS12;
     
     typedef struct {
    -ASN1_OBJECT *type;
    -union {
    -	struct pkcs12_bag_st *bag; /* secret, crl and certbag */
    -	struct pkcs8_priv_key_info_st	*keybag; /* keybag */
    -	X509_SIG *shkeybag; /* shrouded key bag */
    -	STACK_OF(PKCS12_SAFEBAG) *safes;
    -	ASN1_TYPE *other;
    -}value;
    -STACK_OF(X509_ATTRIBUTE) *attrib;
    +    ASN1_OBJECT *type;
    +    union {
    +        struct pkcs12_bag_st *bag; /* secret, crl and certbag */
    +        struct pkcs8_priv_key_info_st *keybag; /* keybag */
    +        X509_SIG *shkeybag;     /* shrouded key bag */
    +        STACK_OF(PKCS12_SAFEBAG) *safes;
    +        ASN1_TYPE *other;
    +    } value;
    +    STACK_OF(X509_ATTRIBUTE) *attrib;
     } PKCS12_SAFEBAG;
     
     DECLARE_STACK_OF(PKCS12_SAFEBAG)
    @@ -125,112 +128,119 @@ DECLARE_ASN1_SET_OF(PKCS12_SAFEBAG)
     DECLARE_PKCS12_STACK_OF(PKCS12_SAFEBAG)
     
     typedef struct pkcs12_bag_st {
    -ASN1_OBJECT *type;
    -union {
    -	ASN1_OCTET_STRING *x509cert;
    -	ASN1_OCTET_STRING *x509crl;
    -	ASN1_OCTET_STRING *octet;
    -	ASN1_IA5STRING *sdsicert;
    -	ASN1_TYPE *other; /* Secret or other bag */
    -}value;
    +    ASN1_OBJECT *type;
    +    union {
    +        ASN1_OCTET_STRING *x509cert;
    +        ASN1_OCTET_STRING *x509crl;
    +        ASN1_OCTET_STRING *octet;
    +        ASN1_IA5STRING *sdsicert;
    +        ASN1_TYPE *other;       /* Secret or other bag */
    +    } value;
     } PKCS12_BAGS;
     
    -#define PKCS12_ERROR	0
    -#define PKCS12_OK	1
    +# define PKCS12_ERROR    0
    +# define PKCS12_OK       1
     
     /* Compatibility macros */
     
    -#define M_PKCS12_x5092certbag PKCS12_x5092certbag
    -#define M_PKCS12_x509crl2certbag PKCS12_x509crl2certbag
    -
    -#define M_PKCS12_certbag2x509 PKCS12_certbag2x509
    -#define M_PKCS12_certbag2x509crl PKCS12_certbag2x509crl 
    +# define M_PKCS12_x5092certbag PKCS12_x5092certbag
    +# define M_PKCS12_x509crl2certbag PKCS12_x509crl2certbag
     
    -#define M_PKCS12_unpack_p7data PKCS12_unpack_p7data
    -#define M_PKCS12_pack_authsafes PKCS12_pack_authsafes
    -#define M_PKCS12_unpack_authsafes PKCS12_unpack_authsafes
    -#define M_PKCS12_unpack_p7encdata PKCS12_unpack_p7encdata
    +# define M_PKCS12_certbag2x509 PKCS12_certbag2x509
    +# define M_PKCS12_certbag2x509crl PKCS12_certbag2x509crl
     
    -#define M_PKCS12_decrypt_skey PKCS12_decrypt_skey
    -#define M_PKCS8_decrypt PKCS8_decrypt
    +# define M_PKCS12_unpack_p7data PKCS12_unpack_p7data
    +# define M_PKCS12_pack_authsafes PKCS12_pack_authsafes
    +# define M_PKCS12_unpack_authsafes PKCS12_unpack_authsafes
    +# define M_PKCS12_unpack_p7encdata PKCS12_unpack_p7encdata
     
    -#define M_PKCS12_bag_type(bg) OBJ_obj2nid((bg)->type)
    -#define M_PKCS12_cert_bag_type(bg) OBJ_obj2nid((bg)->value.bag->type)
    -#define M_PKCS12_crl_bag_type M_PKCS12_cert_bag_type
    +# define M_PKCS12_decrypt_skey PKCS12_decrypt_skey
    +# define M_PKCS8_decrypt PKCS8_decrypt
     
    -#define PKCS12_get_attr(bag, attr_nid) \
    -			 PKCS12_get_attr_gen(bag->attrib, attr_nid)
    +# define M_PKCS12_bag_type(bg) OBJ_obj2nid((bg)->type)
    +# define M_PKCS12_cert_bag_type(bg) OBJ_obj2nid((bg)->value.bag->type)
    +# define M_PKCS12_crl_bag_type M_PKCS12_cert_bag_type
     
    -#define PKCS8_get_attr(p8, attr_nid) \
    -		PKCS12_get_attr_gen(p8->attributes, attr_nid)
    +# define PKCS12_get_attr(bag, attr_nid) \
    +                         PKCS12_get_attr_gen(bag->attrib, attr_nid)
     
    -#define PKCS12_mac_present(p12) ((p12)->mac ? 1 : 0)
    +# define PKCS8_get_attr(p8, attr_nid) \
    +                PKCS12_get_attr_gen(p8->attributes, attr_nid)
     
    +# define PKCS12_mac_present(p12) ((p12)->mac ? 1 : 0)
     
     PKCS12_SAFEBAG *PKCS12_x5092certbag(X509 *x509);
     PKCS12_SAFEBAG *PKCS12_x509crl2certbag(X509_CRL *crl);
     X509 *PKCS12_certbag2x509(PKCS12_SAFEBAG *bag);
     X509_CRL *PKCS12_certbag2x509crl(PKCS12_SAFEBAG *bag);
     
    -PKCS12_SAFEBAG *PKCS12_item_pack_safebag(void *obj, const ASN1_ITEM *it, int nid1,
    -	     int nid2);
    +PKCS12_SAFEBAG *PKCS12_item_pack_safebag(void *obj, const ASN1_ITEM *it,
    +                                         int nid1, int nid2);
     PKCS12_SAFEBAG *PKCS12_MAKE_KEYBAG(PKCS8_PRIV_KEY_INFO *p8);
    -PKCS8_PRIV_KEY_INFO *PKCS8_decrypt(X509_SIG *p8, const char *pass, int passlen);
    -PKCS8_PRIV_KEY_INFO *PKCS12_decrypt_skey(PKCS12_SAFEBAG *bag, const char *pass,
    -								int passlen);
    -X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, 
    -			const char *pass, int passlen,
    -			unsigned char *salt, int saltlen, int iter,
    -			PKCS8_PRIV_KEY_INFO *p8);
    +PKCS8_PRIV_KEY_INFO *PKCS8_decrypt(X509_SIG *p8, const char *pass,
    +                                   int passlen);
    +PKCS8_PRIV_KEY_INFO *PKCS12_decrypt_skey(PKCS12_SAFEBAG *bag,
    +                                         const char *pass, int passlen);
    +X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher,
    +                        const char *pass, int passlen, unsigned char *salt,
    +                        int saltlen, int iter, PKCS8_PRIV_KEY_INFO *p8);
     PKCS12_SAFEBAG *PKCS12_MAKE_SHKEYBAG(int pbe_nid, const char *pass,
    -				     int passlen, unsigned char *salt,
    -				     int saltlen, int iter,
    -				     PKCS8_PRIV_KEY_INFO *p8);
    +                                     int passlen, unsigned char *salt,
    +                                     int saltlen, int iter,
    +                                     PKCS8_PRIV_KEY_INFO *p8);
     PKCS7 *PKCS12_pack_p7data(STACK_OF(PKCS12_SAFEBAG) *sk);
     STACK_OF(PKCS12_SAFEBAG) *PKCS12_unpack_p7data(PKCS7 *p7);
     PKCS7 *PKCS12_pack_p7encdata(int pbe_nid, const char *pass, int passlen,
    -			     unsigned char *salt, int saltlen, int iter,
    -			     STACK_OF(PKCS12_SAFEBAG) *bags);
    -STACK_OF(PKCS12_SAFEBAG) *PKCS12_unpack_p7encdata(PKCS7 *p7, const char *pass, int passlen);
    +                             unsigned char *salt, int saltlen, int iter,
    +                             STACK_OF(PKCS12_SAFEBAG) *bags);
    +STACK_OF(PKCS12_SAFEBAG) *PKCS12_unpack_p7encdata(PKCS7 *p7, const char *pass,
    +                                                  int passlen);
     
     int PKCS12_pack_authsafes(PKCS12 *p12, STACK_OF(PKCS7) *safes);
     STACK_OF(PKCS7) *PKCS12_unpack_authsafes(PKCS12 *p12);
     
    -int PKCS12_add_localkeyid(PKCS12_SAFEBAG *bag, unsigned char *name, int namelen);
    +int PKCS12_add_localkeyid(PKCS12_SAFEBAG *bag, unsigned char *name,
    +                          int namelen);
     int PKCS12_add_friendlyname_asc(PKCS12_SAFEBAG *bag, const char *name,
    -				int namelen);
    +                                int namelen);
     int PKCS12_add_CSPName_asc(PKCS12_SAFEBAG *bag, const char *name,
    -				int namelen);
    -int PKCS12_add_friendlyname_uni(PKCS12_SAFEBAG *bag, const unsigned char *name,
    -				int namelen);
    +                           int namelen);
    +int PKCS12_add_friendlyname_uni(PKCS12_SAFEBAG *bag,
    +                                const unsigned char *name, int namelen);
     int PKCS8_add_keyusage(PKCS8_PRIV_KEY_INFO *p8, int usage);
     ASN1_TYPE *PKCS12_get_attr_gen(STACK_OF(X509_ATTRIBUTE) *attrs, int attr_nid);
     char *PKCS12_get_friendlyname(PKCS12_SAFEBAG *bag);
     unsigned char *PKCS12_pbe_crypt(X509_ALGOR *algor, const char *pass,
    -				int passlen, unsigned char *in, int inlen,
    -				unsigned char **data, int *datalen, int en_de);
    -void * PKCS12_item_decrypt_d2i(X509_ALGOR *algor, const ASN1_ITEM *it,
    -	     const char *pass, int passlen, ASN1_OCTET_STRING *oct, int zbuf);
    -ASN1_OCTET_STRING *PKCS12_item_i2d_encrypt(X509_ALGOR *algor, const ASN1_ITEM *it,
    -				       const char *pass, int passlen,
    -				       void *obj, int zbuf);
    +                                int passlen, unsigned char *in, int inlen,
    +                                unsigned char **data, int *datalen,
    +                                int en_de);
    +void *PKCS12_item_decrypt_d2i(X509_ALGOR *algor, const ASN1_ITEM *it,
    +                              const char *pass, int passlen,
    +                              ASN1_OCTET_STRING *oct, int zbuf);
    +ASN1_OCTET_STRING *PKCS12_item_i2d_encrypt(X509_ALGOR *algor,
    +                                           const ASN1_ITEM *it,
    +                                           const char *pass, int passlen,
    +                                           void *obj, int zbuf);
     PKCS12 *PKCS12_init(int mode);
     int PKCS12_key_gen_asc(const char *pass, int passlen, unsigned char *salt,
    -		       int saltlen, int id, int iter, int n,
    -		       unsigned char *out, const EVP_MD *md_type);
    -int PKCS12_key_gen_uni(unsigned char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type);
    +                       int saltlen, int id, int iter, int n,
    +                       unsigned char *out, const EVP_MD *md_type);
    +int PKCS12_key_gen_uni(unsigned char *pass, int passlen, unsigned char *salt,
    +                       int saltlen, int id, int iter, int n,
    +                       unsigned char *out, const EVP_MD *md_type);
     int PKCS12_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
    -			 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md_type,
    -			 int en_de);
    +                        ASN1_TYPE *param, const EVP_CIPHER *cipher,
    +                        const EVP_MD *md_type, int en_de);
     int PKCS12_gen_mac(PKCS12 *p12, const char *pass, int passlen,
    -			 unsigned char *mac, unsigned int *maclen);
    +                   unsigned char *mac, unsigned int *maclen);
     int PKCS12_verify_mac(PKCS12 *p12, const char *pass, int passlen);
     int PKCS12_set_mac(PKCS12 *p12, const char *pass, int passlen,
    -		   unsigned char *salt, int saltlen, int iter,
    -		   const EVP_MD *md_type);
    +                   unsigned char *salt, int saltlen, int iter,
    +                   const EVP_MD *md_type);
     int PKCS12_setup_mac(PKCS12 *p12, int iter, unsigned char *salt,
    -					 int saltlen, const EVP_MD *md_type);
    -unsigned char *OPENSSL_asc2uni(const char *asc, int asclen, unsigned char **uni, int *unilen);
    +                     int saltlen, const EVP_MD *md_type);
    +unsigned char *OPENSSL_asc2uni(const char *asc, int asclen,
    +                               unsigned char **uni, int *unilen);
     char *OPENSSL_uni2asc(unsigned char *uni, int unilen);
     
     DECLARE_ASN1_FUNCTIONS(PKCS12)
    @@ -243,17 +253,17 @@ DECLARE_ASN1_ITEM(PKCS12_AUTHSAFES)
     
     void PKCS12_PBE_add(void);
     int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert,
    -		 STACK_OF(X509) **ca);
    +                 STACK_OF(X509) **ca);
     PKCS12 *PKCS12_create(char *pass, char *name, EVP_PKEY *pkey, X509 *cert,
    -			 STACK_OF(X509) *ca, int nid_key, int nid_cert, int iter,
    -						 int mac_iter, int keytype);
    +                      STACK_OF(X509) *ca, int nid_key, int nid_cert, int iter,
    +                      int mac_iter, int keytype);
     
     PKCS12_SAFEBAG *PKCS12_add_cert(STACK_OF(PKCS12_SAFEBAG) **pbags, X509 *cert);
    -PKCS12_SAFEBAG *PKCS12_add_key(STACK_OF(PKCS12_SAFEBAG) **pbags, EVP_PKEY *key,
    -						int key_usage, int iter,
    -						int key_nid, char *pass);
    +PKCS12_SAFEBAG *PKCS12_add_key(STACK_OF(PKCS12_SAFEBAG) **pbags,
    +                               EVP_PKEY *key, int key_usage, int iter,
    +                               int key_nid, char *pass);
     int PKCS12_add_safe(STACK_OF(PKCS7) **psafes, STACK_OF(PKCS12_SAFEBAG) *bags,
    -					int safe_nid, int iter, char *pass);
    +                    int safe_nid, int iter, char *pass);
     PKCS12 *PKCS12_add_safes(STACK_OF(PKCS7) *safes, int p7_nid);
     
     int i2d_PKCS12_bio(BIO *bp, PKCS12 *p12);
    @@ -263,7 +273,8 @@ PKCS12 *d2i_PKCS12_fp(FILE *fp, PKCS12 **p12);
     int PKCS12_newpass(PKCS12 *p12, char *oldpass, char *newpass);
     
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     void ERR_load_PKCS12_strings(void);
    @@ -271,59 +282,59 @@ void ERR_load_PKCS12_strings(void);
     /* Error codes for the PKCS12 functions. */
     
     /* Function codes. */
    -#define PKCS12_F_PARSE_BAG				 129
    -#define PKCS12_F_PARSE_BAGS				 103
    -#define PKCS12_F_PKCS12_ADD_FRIENDLYNAME		 100
    -#define PKCS12_F_PKCS12_ADD_FRIENDLYNAME_ASC		 127
    -#define PKCS12_F_PKCS12_ADD_FRIENDLYNAME_UNI		 102
    -#define PKCS12_F_PKCS12_ADD_LOCALKEYID			 104
    -#define PKCS12_F_PKCS12_CREATE				 105
    -#define PKCS12_F_PKCS12_GEN_MAC				 107
    -#define PKCS12_F_PKCS12_INIT				 109
    -#define PKCS12_F_PKCS12_ITEM_DECRYPT_D2I		 106
    -#define PKCS12_F_PKCS12_ITEM_I2D_ENCRYPT		 108
    -#define PKCS12_F_PKCS12_ITEM_PACK_SAFEBAG		 117
    -#define PKCS12_F_PKCS12_KEY_GEN_ASC			 110
    -#define PKCS12_F_PKCS12_KEY_GEN_UNI			 111
    -#define PKCS12_F_PKCS12_MAKE_KEYBAG			 112
    -#define PKCS12_F_PKCS12_MAKE_SHKEYBAG			 113
    -#define PKCS12_F_PKCS12_NEWPASS				 128
    -#define PKCS12_F_PKCS12_PACK_P7DATA			 114
    -#define PKCS12_F_PKCS12_PACK_P7ENCDATA			 115
    -#define PKCS12_F_PKCS12_PARSE				 118
    -#define PKCS12_F_PKCS12_PBE_CRYPT			 119
    -#define PKCS12_F_PKCS12_PBE_KEYIVGEN			 120
    -#define PKCS12_F_PKCS12_SETUP_MAC			 122
    -#define PKCS12_F_PKCS12_SET_MAC				 123
    -#define PKCS12_F_PKCS12_UNPACK_AUTHSAFES		 130
    -#define PKCS12_F_PKCS12_UNPACK_P7DATA			 131
    -#define PKCS12_F_PKCS12_VERIFY_MAC			 126
    -#define PKCS12_F_PKCS8_ADD_KEYUSAGE			 124
    -#define PKCS12_F_PKCS8_ENCRYPT				 125
    +# define PKCS12_F_PARSE_BAG                               129
    +# define PKCS12_F_PARSE_BAGS                              103
    +# define PKCS12_F_PKCS12_ADD_FRIENDLYNAME                 100
    +# define PKCS12_F_PKCS12_ADD_FRIENDLYNAME_ASC             127
    +# define PKCS12_F_PKCS12_ADD_FRIENDLYNAME_UNI             102
    +# define PKCS12_F_PKCS12_ADD_LOCALKEYID                   104
    +# define PKCS12_F_PKCS12_CREATE                           105
    +# define PKCS12_F_PKCS12_GEN_MAC                          107
    +# define PKCS12_F_PKCS12_INIT                             109
    +# define PKCS12_F_PKCS12_ITEM_DECRYPT_D2I                 106
    +# define PKCS12_F_PKCS12_ITEM_I2D_ENCRYPT                 108
    +# define PKCS12_F_PKCS12_ITEM_PACK_SAFEBAG                117
    +# define PKCS12_F_PKCS12_KEY_GEN_ASC                      110
    +# define PKCS12_F_PKCS12_KEY_GEN_UNI                      111
    +# define PKCS12_F_PKCS12_MAKE_KEYBAG                      112
    +# define PKCS12_F_PKCS12_MAKE_SHKEYBAG                    113
    +# define PKCS12_F_PKCS12_NEWPASS                          128
    +# define PKCS12_F_PKCS12_PACK_P7DATA                      114
    +# define PKCS12_F_PKCS12_PACK_P7ENCDATA                   115
    +# define PKCS12_F_PKCS12_PARSE                            118
    +# define PKCS12_F_PKCS12_PBE_CRYPT                        119
    +# define PKCS12_F_PKCS12_PBE_KEYIVGEN                     120
    +# define PKCS12_F_PKCS12_SETUP_MAC                        122
    +# define PKCS12_F_PKCS12_SET_MAC                          123
    +# define PKCS12_F_PKCS12_UNPACK_AUTHSAFES                 130
    +# define PKCS12_F_PKCS12_UNPACK_P7DATA                    131
    +# define PKCS12_F_PKCS12_VERIFY_MAC                       126
    +# define PKCS12_F_PKCS8_ADD_KEYUSAGE                      124
    +# define PKCS12_F_PKCS8_ENCRYPT                           125
     
     /* Reason codes. */
    -#define PKCS12_R_CANT_PACK_STRUCTURE			 100
    -#define PKCS12_R_CONTENT_TYPE_NOT_DATA			 121
    -#define PKCS12_R_DECODE_ERROR				 101
    -#define PKCS12_R_ENCODE_ERROR				 102
    -#define PKCS12_R_ENCRYPT_ERROR				 103
    -#define PKCS12_R_ERROR_SETTING_ENCRYPTED_DATA_TYPE	 120
    -#define PKCS12_R_INVALID_NULL_ARGUMENT			 104
    -#define PKCS12_R_INVALID_NULL_PKCS12_POINTER		 105
    -#define PKCS12_R_IV_GEN_ERROR				 106
    -#define PKCS12_R_KEY_GEN_ERROR				 107
    -#define PKCS12_R_MAC_ABSENT				 108
    -#define PKCS12_R_MAC_GENERATION_ERROR			 109
    -#define PKCS12_R_MAC_SETUP_ERROR			 110
    -#define PKCS12_R_MAC_STRING_SET_ERROR			 111
    -#define PKCS12_R_MAC_VERIFY_ERROR			 112
    -#define PKCS12_R_MAC_VERIFY_FAILURE			 113
    -#define PKCS12_R_PARSE_ERROR				 114
    -#define PKCS12_R_PKCS12_ALGOR_CIPHERINIT_ERROR		 115
    -#define PKCS12_R_PKCS12_CIPHERFINAL_ERROR		 116
    -#define PKCS12_R_PKCS12_PBE_CRYPT_ERROR			 117
    -#define PKCS12_R_UNKNOWN_DIGEST_ALGORITHM		 118
    -#define PKCS12_R_UNSUPPORTED_PKCS12_MODE		 119
    +# define PKCS12_R_CANT_PACK_STRUCTURE                     100
    +# define PKCS12_R_CONTENT_TYPE_NOT_DATA                   121
    +# define PKCS12_R_DECODE_ERROR                            101
    +# define PKCS12_R_ENCODE_ERROR                            102
    +# define PKCS12_R_ENCRYPT_ERROR                           103
    +# define PKCS12_R_ERROR_SETTING_ENCRYPTED_DATA_TYPE       120
    +# define PKCS12_R_INVALID_NULL_ARGUMENT                   104
    +# define PKCS12_R_INVALID_NULL_PKCS12_POINTER             105
    +# define PKCS12_R_IV_GEN_ERROR                            106
    +# define PKCS12_R_KEY_GEN_ERROR                           107
    +# define PKCS12_R_MAC_ABSENT                              108
    +# define PKCS12_R_MAC_GENERATION_ERROR                    109
    +# define PKCS12_R_MAC_SETUP_ERROR                         110
    +# define PKCS12_R_MAC_STRING_SET_ERROR                    111
    +# define PKCS12_R_MAC_VERIFY_ERROR                        112
    +# define PKCS12_R_MAC_VERIFY_FAILURE                      113
    +# define PKCS12_R_PARSE_ERROR                             114
    +# define PKCS12_R_PKCS12_ALGOR_CIPHERINIT_ERROR           115
    +# define PKCS12_R_PKCS12_CIPHERFINAL_ERROR                116
    +# define PKCS12_R_PKCS12_PBE_CRYPT_ERROR                  117
    +# define PKCS12_R_UNKNOWN_DIGEST_ALGORITHM                118
    +# define PKCS12_R_UNSUPPORTED_PKCS12_MODE                 119
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/pkcs7/bio_pk7.c b/openssl/crypto/pkcs7/bio_pk7.c
    index 0fd31e730..fae1c564c 100644
    --- a/openssl/crypto/pkcs7/bio_pk7.c
    +++ b/openssl/crypto/pkcs7/bio_pk7.c
    @@ -1,5 +1,6 @@
     /* bio_pk7.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
      * project.
      */
     /* ====================================================================
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -57,13 +58,13 @@
     #include 
     
     #if !defined(OPENSSL_SYSNAME_NETWARE) && !defined(OPENSSL_SYSNAME_VXWORKS)
    -#include 
    +# include 
     #endif
     #include 
     
     /* Streaming encode support for PKCS#7 */
     
    -BIO *BIO_new_PKCS7(BIO *out, PKCS7 *p7) 
    -	{
    -	return BIO_new_NDEF(out, (ASN1_VALUE *)p7, ASN1_ITEM_rptr(PKCS7));
    -	}
    +BIO *BIO_new_PKCS7(BIO *out, PKCS7 *p7)
    +{
    +    return BIO_new_NDEF(out, (ASN1_VALUE *)p7, ASN1_ITEM_rptr(PKCS7));
    +}
    diff --git a/openssl/crypto/pkcs7/pk7_asn1.c b/openssl/crypto/pkcs7/pk7_asn1.c
    index b7ec2883c..9c0a43981 100644
    --- a/openssl/crypto/pkcs7/pk7_asn1.c
    +++ b/openssl/crypto/pkcs7/pk7_asn1.c
    @@ -1,6 +1,7 @@
     /* pk7_asn.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 2000 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -69,179 +70,182 @@
     ASN1_ADB_TEMPLATE(p7default) = ASN1_EXP_OPT(PKCS7, d.other, ASN1_ANY, 0);
     
     ASN1_ADB(PKCS7) = {
    -	ADB_ENTRY(NID_pkcs7_data, ASN1_NDEF_EXP_OPT(PKCS7, d.data, ASN1_OCTET_STRING_NDEF, 0)),
    -	ADB_ENTRY(NID_pkcs7_signed, ASN1_NDEF_EXP_OPT(PKCS7, d.sign, PKCS7_SIGNED, 0)),
    -	ADB_ENTRY(NID_pkcs7_enveloped, ASN1_NDEF_EXP_OPT(PKCS7, d.enveloped, PKCS7_ENVELOPE, 0)),
    -	ADB_ENTRY(NID_pkcs7_signedAndEnveloped, ASN1_NDEF_EXP_OPT(PKCS7, d.signed_and_enveloped, PKCS7_SIGN_ENVELOPE, 0)),
    -	ADB_ENTRY(NID_pkcs7_digest, ASN1_NDEF_EXP_OPT(PKCS7, d.digest, PKCS7_DIGEST, 0)),
    -	ADB_ENTRY(NID_pkcs7_encrypted, ASN1_NDEF_EXP_OPT(PKCS7, d.encrypted, PKCS7_ENCRYPT, 0))
    +        ADB_ENTRY(NID_pkcs7_data, ASN1_NDEF_EXP_OPT(PKCS7, d.data, ASN1_OCTET_STRING_NDEF, 0)),
    +        ADB_ENTRY(NID_pkcs7_signed, ASN1_NDEF_EXP_OPT(PKCS7, d.sign, PKCS7_SIGNED, 0)),
    +        ADB_ENTRY(NID_pkcs7_enveloped, ASN1_NDEF_EXP_OPT(PKCS7, d.enveloped, PKCS7_ENVELOPE, 0)),
    +        ADB_ENTRY(NID_pkcs7_signedAndEnveloped, ASN1_NDEF_EXP_OPT(PKCS7, d.signed_and_enveloped, PKCS7_SIGN_ENVELOPE, 0)),
    +        ADB_ENTRY(NID_pkcs7_digest, ASN1_NDEF_EXP_OPT(PKCS7, d.digest, PKCS7_DIGEST, 0)),
    +        ADB_ENTRY(NID_pkcs7_encrypted, ASN1_NDEF_EXP_OPT(PKCS7, d.encrypted, PKCS7_ENCRYPT, 0))
     } ASN1_ADB_END(PKCS7, 0, type, 0, &p7default_tt, NULL);
     
     /* PKCS#7 streaming support */
     static int pk7_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
    -							void *exarg)
    +                  void *exarg)
     {
    -	ASN1_STREAM_ARG *sarg = exarg;
    -	PKCS7 **pp7 = (PKCS7 **)pval;
    -
    -	switch(operation)
    -		{
    -
    -		case ASN1_OP_STREAM_PRE:
    -		if (PKCS7_stream(&sarg->boundary, *pp7) <= 0)
    -			return 0;
    -		case ASN1_OP_DETACHED_PRE:
    -		sarg->ndef_bio = PKCS7_dataInit(*pp7, sarg->out);
    -		if (!sarg->ndef_bio)
    -			return 0;
    -		break;
    -
    -		case ASN1_OP_STREAM_POST:
    -		case ASN1_OP_DETACHED_POST:
    -		if (PKCS7_dataFinal(*pp7, sarg->ndef_bio) <= 0)
    -			return 0;
    -		break;
    -
    -		}
    -	return 1;
    +    ASN1_STREAM_ARG *sarg = exarg;
    +    PKCS7 **pp7 = (PKCS7 **)pval;
    +
    +    switch (operation) {
    +
    +    case ASN1_OP_STREAM_PRE:
    +        if (PKCS7_stream(&sarg->boundary, *pp7) <= 0)
    +            return 0;
    +    case ASN1_OP_DETACHED_PRE:
    +        sarg->ndef_bio = PKCS7_dataInit(*pp7, sarg->out);
    +        if (!sarg->ndef_bio)
    +            return 0;
    +        break;
    +
    +    case ASN1_OP_STREAM_POST:
    +    case ASN1_OP_DETACHED_POST:
    +        if (PKCS7_dataFinal(*pp7, sarg->ndef_bio) <= 0)
    +            return 0;
    +        break;
    +
    +    }
    +    return 1;
     }
     
     ASN1_NDEF_SEQUENCE_cb(PKCS7, pk7_cb) = {
    -	ASN1_SIMPLE(PKCS7, type, ASN1_OBJECT),
    -	ASN1_ADB_OBJECT(PKCS7)
    +        ASN1_SIMPLE(PKCS7, type, ASN1_OBJECT),
    +        ASN1_ADB_OBJECT(PKCS7)
     }ASN1_NDEF_SEQUENCE_END_cb(PKCS7, PKCS7)
     
     IMPLEMENT_ASN1_FUNCTIONS(PKCS7)
    +
     IMPLEMENT_ASN1_NDEF_FUNCTION(PKCS7)
    +
     IMPLEMENT_ASN1_DUP_FUNCTION(PKCS7)
     
     ASN1_NDEF_SEQUENCE(PKCS7_SIGNED) = {
    -	ASN1_SIMPLE(PKCS7_SIGNED, version, ASN1_INTEGER),
    -	ASN1_SET_OF(PKCS7_SIGNED, md_algs, X509_ALGOR),
    -	ASN1_SIMPLE(PKCS7_SIGNED, contents, PKCS7),
    -	ASN1_IMP_SEQUENCE_OF_OPT(PKCS7_SIGNED, cert, X509, 0),
    -	ASN1_IMP_SET_OF_OPT(PKCS7_SIGNED, crl, X509_CRL, 1),
    -	ASN1_SET_OF(PKCS7_SIGNED, signer_info, PKCS7_SIGNER_INFO)
    +        ASN1_SIMPLE(PKCS7_SIGNED, version, ASN1_INTEGER),
    +        ASN1_SET_OF(PKCS7_SIGNED, md_algs, X509_ALGOR),
    +        ASN1_SIMPLE(PKCS7_SIGNED, contents, PKCS7),
    +        ASN1_IMP_SEQUENCE_OF_OPT(PKCS7_SIGNED, cert, X509, 0),
    +        ASN1_IMP_SET_OF_OPT(PKCS7_SIGNED, crl, X509_CRL, 1),
    +        ASN1_SET_OF(PKCS7_SIGNED, signer_info, PKCS7_SIGNER_INFO)
     } ASN1_NDEF_SEQUENCE_END(PKCS7_SIGNED)
     
     IMPLEMENT_ASN1_FUNCTIONS(PKCS7_SIGNED)
     
     /* Minor tweak to operation: free up EVP_PKEY */
     static int si_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
    -							void *exarg)
    +                 void *exarg)
     {
    -	if(operation == ASN1_OP_FREE_POST) {
    -		PKCS7_SIGNER_INFO *si = (PKCS7_SIGNER_INFO *)*pval;
    -		EVP_PKEY_free(si->pkey);
    -	}
    -	return 1;
    +    if (operation == ASN1_OP_FREE_POST) {
    +        PKCS7_SIGNER_INFO *si = (PKCS7_SIGNER_INFO *)*pval;
    +        EVP_PKEY_free(si->pkey);
    +    }
    +    return 1;
     }
     
     ASN1_SEQUENCE_cb(PKCS7_SIGNER_INFO, si_cb) = {
    -	ASN1_SIMPLE(PKCS7_SIGNER_INFO, version, ASN1_INTEGER),
    -	ASN1_SIMPLE(PKCS7_SIGNER_INFO, issuer_and_serial, PKCS7_ISSUER_AND_SERIAL),
    -	ASN1_SIMPLE(PKCS7_SIGNER_INFO, digest_alg, X509_ALGOR),
    -	/* NB this should be a SET OF but we use a SEQUENCE OF so the
    -	 * original order * is retained when the structure is reencoded.
    -	 * Since the attributes are implicitly tagged this will not affect
    -	 * the encoding.
    -	 */
    -	ASN1_IMP_SEQUENCE_OF_OPT(PKCS7_SIGNER_INFO, auth_attr, X509_ATTRIBUTE, 0),
    -	ASN1_SIMPLE(PKCS7_SIGNER_INFO, digest_enc_alg, X509_ALGOR),
    -	ASN1_SIMPLE(PKCS7_SIGNER_INFO, enc_digest, ASN1_OCTET_STRING),
    -	ASN1_IMP_SET_OF_OPT(PKCS7_SIGNER_INFO, unauth_attr, X509_ATTRIBUTE, 1)
    +        ASN1_SIMPLE(PKCS7_SIGNER_INFO, version, ASN1_INTEGER),
    +        ASN1_SIMPLE(PKCS7_SIGNER_INFO, issuer_and_serial, PKCS7_ISSUER_AND_SERIAL),
    +        ASN1_SIMPLE(PKCS7_SIGNER_INFO, digest_alg, X509_ALGOR),
    +        /* NB this should be a SET OF but we use a SEQUENCE OF so the
    +         * original order * is retained when the structure is reencoded.
    +         * Since the attributes are implicitly tagged this will not affect
    +         * the encoding.
    +         */
    +        ASN1_IMP_SEQUENCE_OF_OPT(PKCS7_SIGNER_INFO, auth_attr, X509_ATTRIBUTE, 0),
    +        ASN1_SIMPLE(PKCS7_SIGNER_INFO, digest_enc_alg, X509_ALGOR),
    +        ASN1_SIMPLE(PKCS7_SIGNER_INFO, enc_digest, ASN1_OCTET_STRING),
    +        ASN1_IMP_SET_OF_OPT(PKCS7_SIGNER_INFO, unauth_attr, X509_ATTRIBUTE, 1)
     } ASN1_SEQUENCE_END_cb(PKCS7_SIGNER_INFO, PKCS7_SIGNER_INFO)
     
     IMPLEMENT_ASN1_FUNCTIONS(PKCS7_SIGNER_INFO)
     
     ASN1_SEQUENCE(PKCS7_ISSUER_AND_SERIAL) = {
    -	ASN1_SIMPLE(PKCS7_ISSUER_AND_SERIAL, issuer, X509_NAME),
    -	ASN1_SIMPLE(PKCS7_ISSUER_AND_SERIAL, serial, ASN1_INTEGER)
    +        ASN1_SIMPLE(PKCS7_ISSUER_AND_SERIAL, issuer, X509_NAME),
    +        ASN1_SIMPLE(PKCS7_ISSUER_AND_SERIAL, serial, ASN1_INTEGER)
     } ASN1_SEQUENCE_END(PKCS7_ISSUER_AND_SERIAL)
     
     IMPLEMENT_ASN1_FUNCTIONS(PKCS7_ISSUER_AND_SERIAL)
     
     ASN1_NDEF_SEQUENCE(PKCS7_ENVELOPE) = {
    -	ASN1_SIMPLE(PKCS7_ENVELOPE, version, ASN1_INTEGER),
    -	ASN1_SET_OF(PKCS7_ENVELOPE, recipientinfo, PKCS7_RECIP_INFO),
    -	ASN1_SIMPLE(PKCS7_ENVELOPE, enc_data, PKCS7_ENC_CONTENT)
    +        ASN1_SIMPLE(PKCS7_ENVELOPE, version, ASN1_INTEGER),
    +        ASN1_SET_OF(PKCS7_ENVELOPE, recipientinfo, PKCS7_RECIP_INFO),
    +        ASN1_SIMPLE(PKCS7_ENVELOPE, enc_data, PKCS7_ENC_CONTENT)
     } ASN1_NDEF_SEQUENCE_END(PKCS7_ENVELOPE)
     
     IMPLEMENT_ASN1_FUNCTIONS(PKCS7_ENVELOPE)
     
     /* Minor tweak to operation: free up X509 */
     static int ri_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
    -								void *exarg)
    +                 void *exarg)
     {
    -	if(operation == ASN1_OP_FREE_POST) {
    -		PKCS7_RECIP_INFO *ri = (PKCS7_RECIP_INFO *)*pval;
    -		X509_free(ri->cert);
    -	}
    -	return 1;
    +    if (operation == ASN1_OP_FREE_POST) {
    +        PKCS7_RECIP_INFO *ri = (PKCS7_RECIP_INFO *)*pval;
    +        X509_free(ri->cert);
    +    }
    +    return 1;
     }
     
     ASN1_SEQUENCE_cb(PKCS7_RECIP_INFO, ri_cb) = {
    -	ASN1_SIMPLE(PKCS7_RECIP_INFO, version, ASN1_INTEGER),
    -	ASN1_SIMPLE(PKCS7_RECIP_INFO, issuer_and_serial, PKCS7_ISSUER_AND_SERIAL),
    -	ASN1_SIMPLE(PKCS7_RECIP_INFO, key_enc_algor, X509_ALGOR),
    -	ASN1_SIMPLE(PKCS7_RECIP_INFO, enc_key, ASN1_OCTET_STRING)
    +        ASN1_SIMPLE(PKCS7_RECIP_INFO, version, ASN1_INTEGER),
    +        ASN1_SIMPLE(PKCS7_RECIP_INFO, issuer_and_serial, PKCS7_ISSUER_AND_SERIAL),
    +        ASN1_SIMPLE(PKCS7_RECIP_INFO, key_enc_algor, X509_ALGOR),
    +        ASN1_SIMPLE(PKCS7_RECIP_INFO, enc_key, ASN1_OCTET_STRING)
     } ASN1_SEQUENCE_END_cb(PKCS7_RECIP_INFO, PKCS7_RECIP_INFO)
     
     IMPLEMENT_ASN1_FUNCTIONS(PKCS7_RECIP_INFO)
     
     ASN1_NDEF_SEQUENCE(PKCS7_ENC_CONTENT) = {
    -	ASN1_SIMPLE(PKCS7_ENC_CONTENT, content_type, ASN1_OBJECT),
    -	ASN1_SIMPLE(PKCS7_ENC_CONTENT, algorithm, X509_ALGOR),
    -	ASN1_IMP_OPT(PKCS7_ENC_CONTENT, enc_data, ASN1_OCTET_STRING_NDEF, 0)
    +        ASN1_SIMPLE(PKCS7_ENC_CONTENT, content_type, ASN1_OBJECT),
    +        ASN1_SIMPLE(PKCS7_ENC_CONTENT, algorithm, X509_ALGOR),
    +        ASN1_IMP_OPT(PKCS7_ENC_CONTENT, enc_data, ASN1_OCTET_STRING_NDEF, 0)
     } ASN1_NDEF_SEQUENCE_END(PKCS7_ENC_CONTENT)
     
     IMPLEMENT_ASN1_FUNCTIONS(PKCS7_ENC_CONTENT)
     
     ASN1_NDEF_SEQUENCE(PKCS7_SIGN_ENVELOPE) = {
    -	ASN1_SIMPLE(PKCS7_SIGN_ENVELOPE, version, ASN1_INTEGER),
    -	ASN1_SET_OF(PKCS7_SIGN_ENVELOPE, recipientinfo, PKCS7_RECIP_INFO),
    -	ASN1_SET_OF(PKCS7_SIGN_ENVELOPE, md_algs, X509_ALGOR),
    -	ASN1_SIMPLE(PKCS7_SIGN_ENVELOPE, enc_data, PKCS7_ENC_CONTENT),
    -	ASN1_IMP_SET_OF_OPT(PKCS7_SIGN_ENVELOPE, cert, X509, 0),
    -	ASN1_IMP_SET_OF_OPT(PKCS7_SIGN_ENVELOPE, crl, X509_CRL, 1),
    -	ASN1_SET_OF(PKCS7_SIGN_ENVELOPE, signer_info, PKCS7_SIGNER_INFO)
    +        ASN1_SIMPLE(PKCS7_SIGN_ENVELOPE, version, ASN1_INTEGER),
    +        ASN1_SET_OF(PKCS7_SIGN_ENVELOPE, recipientinfo, PKCS7_RECIP_INFO),
    +        ASN1_SET_OF(PKCS7_SIGN_ENVELOPE, md_algs, X509_ALGOR),
    +        ASN1_SIMPLE(PKCS7_SIGN_ENVELOPE, enc_data, PKCS7_ENC_CONTENT),
    +        ASN1_IMP_SET_OF_OPT(PKCS7_SIGN_ENVELOPE, cert, X509, 0),
    +        ASN1_IMP_SET_OF_OPT(PKCS7_SIGN_ENVELOPE, crl, X509_CRL, 1),
    +        ASN1_SET_OF(PKCS7_SIGN_ENVELOPE, signer_info, PKCS7_SIGNER_INFO)
     } ASN1_NDEF_SEQUENCE_END(PKCS7_SIGN_ENVELOPE)
     
     IMPLEMENT_ASN1_FUNCTIONS(PKCS7_SIGN_ENVELOPE)
     
     ASN1_NDEF_SEQUENCE(PKCS7_ENCRYPT) = {
    -	ASN1_SIMPLE(PKCS7_ENCRYPT, version, ASN1_INTEGER),
    -	ASN1_SIMPLE(PKCS7_ENCRYPT, enc_data, PKCS7_ENC_CONTENT)
    +        ASN1_SIMPLE(PKCS7_ENCRYPT, version, ASN1_INTEGER),
    +        ASN1_SIMPLE(PKCS7_ENCRYPT, enc_data, PKCS7_ENC_CONTENT)
     } ASN1_NDEF_SEQUENCE_END(PKCS7_ENCRYPT)
     
     IMPLEMENT_ASN1_FUNCTIONS(PKCS7_ENCRYPT)
     
     ASN1_NDEF_SEQUENCE(PKCS7_DIGEST) = {
    -	ASN1_SIMPLE(PKCS7_DIGEST, version, ASN1_INTEGER),
    -	ASN1_SIMPLE(PKCS7_DIGEST, md, X509_ALGOR),
    -	ASN1_SIMPLE(PKCS7_DIGEST, contents, PKCS7),
    -	ASN1_SIMPLE(PKCS7_DIGEST, digest, ASN1_OCTET_STRING)
    +        ASN1_SIMPLE(PKCS7_DIGEST, version, ASN1_INTEGER),
    +        ASN1_SIMPLE(PKCS7_DIGEST, md, X509_ALGOR),
    +        ASN1_SIMPLE(PKCS7_DIGEST, contents, PKCS7),
    +        ASN1_SIMPLE(PKCS7_DIGEST, digest, ASN1_OCTET_STRING)
     } ASN1_NDEF_SEQUENCE_END(PKCS7_DIGEST)
     
     IMPLEMENT_ASN1_FUNCTIONS(PKCS7_DIGEST)
     
     /* Specials for authenticated attributes */
     
    -/* When signing attributes we want to reorder them to match the sorted
    +/*
    + * When signing attributes we want to reorder them to match the sorted
      * encoding.
      */
     
    -ASN1_ITEM_TEMPLATE(PKCS7_ATTR_SIGN) = 
    -	ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SET_ORDER, 0, PKCS7_ATTRIBUTES, X509_ATTRIBUTE)
    +ASN1_ITEM_TEMPLATE(PKCS7_ATTR_SIGN) =
    +        ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SET_ORDER, 0, PKCS7_ATTRIBUTES, X509_ATTRIBUTE)
     ASN1_ITEM_TEMPLATE_END(PKCS7_ATTR_SIGN)
     
    -/* When verifying attributes we need to use the received order. So 
    - * we use SEQUENCE OF and tag it to SET OF
    +/*
    + * When verifying attributes we need to use the received order. So we use
    + * SEQUENCE OF and tag it to SET OF
      */
     
    -ASN1_ITEM_TEMPLATE(PKCS7_ATTR_VERIFY) = 
    -	ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF | ASN1_TFLG_IMPTAG | ASN1_TFLG_UNIVERSAL,
    -				V_ASN1_SET, PKCS7_ATTRIBUTES, X509_ATTRIBUTE)
    +ASN1_ITEM_TEMPLATE(PKCS7_ATTR_VERIFY) =
    +        ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF | ASN1_TFLG_IMPTAG | ASN1_TFLG_UNIVERSAL,
    +                                V_ASN1_SET, PKCS7_ATTRIBUTES, X509_ATTRIBUTE)
     ASN1_ITEM_TEMPLATE_END(PKCS7_ATTR_VERIFY)
     
     IMPLEMENT_ASN1_PRINT_FUNCTION(PKCS7)
    diff --git a/openssl/crypto/pkcs7/pk7_attr.c b/openssl/crypto/pkcs7/pk7_attr.c
    index a97db5121..88922efe2 100644
    --- a/openssl/crypto/pkcs7/pk7_attr.c
    +++ b/openssl/crypto/pkcs7/pk7_attr.c
    @@ -1,6 +1,7 @@
     /* pk7_attr.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2001.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2001.
      */
     /* ====================================================================
      * Copyright (c) 2001-2004 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -66,100 +67,99 @@
     #include 
     #include 
     
    -int PKCS7_add_attrib_smimecap(PKCS7_SIGNER_INFO *si, STACK_OF(X509_ALGOR) *cap)
    +int PKCS7_add_attrib_smimecap(PKCS7_SIGNER_INFO *si,
    +                              STACK_OF(X509_ALGOR) *cap)
     {
    -	ASN1_STRING *seq;
    -	if(!(seq = ASN1_STRING_new())) {
    -		PKCS7err(PKCS7_F_PKCS7_ADD_ATTRIB_SMIMECAP,ERR_R_MALLOC_FAILURE);
    -		return 0;
    -	}
    -	seq->length = ASN1_item_i2d((ASN1_VALUE *)cap,&seq->data,
    -				ASN1_ITEM_rptr(X509_ALGORS));
    -        return PKCS7_add_signed_attribute(si, NID_SMIMECapabilities,
    -							V_ASN1_SEQUENCE, seq);
    +    ASN1_STRING *seq;
    +    if (!(seq = ASN1_STRING_new())) {
    +        PKCS7err(PKCS7_F_PKCS7_ADD_ATTRIB_SMIMECAP, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    seq->length = ASN1_item_i2d((ASN1_VALUE *)cap, &seq->data,
    +                                ASN1_ITEM_rptr(X509_ALGORS));
    +    return PKCS7_add_signed_attribute(si, NID_SMIMECapabilities,
    +                                      V_ASN1_SEQUENCE, seq);
     }
     
     STACK_OF(X509_ALGOR) *PKCS7_get_smimecap(PKCS7_SIGNER_INFO *si)
    -	{
    -	ASN1_TYPE *cap;
    -	const unsigned char *p;
    +{
    +    ASN1_TYPE *cap;
    +    const unsigned char *p;
     
    -	cap = PKCS7_get_signed_attribute(si, NID_SMIMECapabilities);
    -	if (!cap || (cap->type != V_ASN1_SEQUENCE))
    -		return NULL;
    -	p = cap->value.sequence->data;
    -	return (STACK_OF(X509_ALGOR) *)
    -		ASN1_item_d2i(NULL, &p, cap->value.sequence->length,
    -				ASN1_ITEM_rptr(X509_ALGORS));
    -	}
    +    cap = PKCS7_get_signed_attribute(si, NID_SMIMECapabilities);
    +    if (!cap || (cap->type != V_ASN1_SEQUENCE))
    +        return NULL;
    +    p = cap->value.sequence->data;
    +    return (STACK_OF(X509_ALGOR) *)
    +        ASN1_item_d2i(NULL, &p, cap->value.sequence->length,
    +                      ASN1_ITEM_rptr(X509_ALGORS));
    +}
     
     /* Basic smime-capabilities OID and optional integer arg */
     int PKCS7_simple_smimecap(STACK_OF(X509_ALGOR) *sk, int nid, int arg)
     {
    -	X509_ALGOR *alg;
    +    X509_ALGOR *alg;
     
    -	if(!(alg = X509_ALGOR_new())) {
    -		PKCS7err(PKCS7_F_PKCS7_SIMPLE_SMIMECAP,ERR_R_MALLOC_FAILURE);
    -		return 0;
    -	}
    -	ASN1_OBJECT_free(alg->algorithm);
    -	alg->algorithm = OBJ_nid2obj (nid);
    -	if (arg > 0) {
    -		ASN1_INTEGER *nbit;
    -		if(!(alg->parameter = ASN1_TYPE_new())) {
    -			PKCS7err(PKCS7_F_PKCS7_SIMPLE_SMIMECAP,ERR_R_MALLOC_FAILURE);
    -			return 0;
    -		}
    -		if(!(nbit = ASN1_INTEGER_new())) {
    -			PKCS7err(PKCS7_F_PKCS7_SIMPLE_SMIMECAP,ERR_R_MALLOC_FAILURE);
    -			return 0;
    -		}
    -		if(!ASN1_INTEGER_set (nbit, arg)) {
    -			PKCS7err(PKCS7_F_PKCS7_SIMPLE_SMIMECAP,ERR_R_MALLOC_FAILURE);
    -			return 0;
    -		}
    -		alg->parameter->value.integer = nbit;
    -		alg->parameter->type = V_ASN1_INTEGER;
    -	}
    -	sk_X509_ALGOR_push (sk, alg);
    -	return 1;
    +    if (!(alg = X509_ALGOR_new())) {
    +        PKCS7err(PKCS7_F_PKCS7_SIMPLE_SMIMECAP, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    ASN1_OBJECT_free(alg->algorithm);
    +    alg->algorithm = OBJ_nid2obj(nid);
    +    if (arg > 0) {
    +        ASN1_INTEGER *nbit;
    +        if (!(alg->parameter = ASN1_TYPE_new())) {
    +            PKCS7err(PKCS7_F_PKCS7_SIMPLE_SMIMECAP, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +        if (!(nbit = ASN1_INTEGER_new())) {
    +            PKCS7err(PKCS7_F_PKCS7_SIMPLE_SMIMECAP, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +        if (!ASN1_INTEGER_set(nbit, arg)) {
    +            PKCS7err(PKCS7_F_PKCS7_SIMPLE_SMIMECAP, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +        alg->parameter->value.integer = nbit;
    +        alg->parameter->type = V_ASN1_INTEGER;
    +    }
    +    sk_X509_ALGOR_push(sk, alg);
    +    return 1;
     }
     
     int PKCS7_add_attrib_content_type(PKCS7_SIGNER_INFO *si, ASN1_OBJECT *coid)
    -	{
    -	if (PKCS7_get_signed_attribute(si, NID_pkcs9_contentType))
    -		return 0;
    -	if (!coid)
    -		coid = OBJ_nid2obj(NID_pkcs7_data);
    -	return PKCS7_add_signed_attribute(si, NID_pkcs9_contentType,
    -				V_ASN1_OBJECT, coid);
    -	}
    +{
    +    if (PKCS7_get_signed_attribute(si, NID_pkcs9_contentType))
    +        return 0;
    +    if (!coid)
    +        coid = OBJ_nid2obj(NID_pkcs7_data);
    +    return PKCS7_add_signed_attribute(si, NID_pkcs9_contentType,
    +                                      V_ASN1_OBJECT, coid);
    +}
     
     int PKCS7_add0_attrib_signing_time(PKCS7_SIGNER_INFO *si, ASN1_TIME *t)
    -	{
    -	if (!t && !(t=X509_gmtime_adj(NULL,0)))
    -		{
    -		PKCS7err(PKCS7_F_PKCS7_ADD0_ATTRIB_SIGNING_TIME,
    -				ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	return PKCS7_add_signed_attribute(si, NID_pkcs9_signingTime,
    -						V_ASN1_UTCTIME, t);
    -	}
    +{
    +    if (!t && !(t = X509_gmtime_adj(NULL, 0))) {
    +        PKCS7err(PKCS7_F_PKCS7_ADD0_ATTRIB_SIGNING_TIME,
    +                 ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    return PKCS7_add_signed_attribute(si, NID_pkcs9_signingTime,
    +                                      V_ASN1_UTCTIME, t);
    +}
     
     int PKCS7_add1_attrib_digest(PKCS7_SIGNER_INFO *si,
    -				const unsigned char *md, int mdlen)
    -	{
    -	ASN1_OCTET_STRING *os;
    -	os = ASN1_OCTET_STRING_new();
    -	if (!os)
    -		return 0;
    -	if (!ASN1_STRING_set(os, md, mdlen)
    -		|| !PKCS7_add_signed_attribute(si, NID_pkcs9_messageDigest,
    -						V_ASN1_OCTET_STRING, os))
    -		{
    -		ASN1_OCTET_STRING_free(os);
    -		return 0;
    -		}
    -	return 1;
    -	}
    +                             const unsigned char *md, int mdlen)
    +{
    +    ASN1_OCTET_STRING *os;
    +    os = ASN1_OCTET_STRING_new();
    +    if (!os)
    +        return 0;
    +    if (!ASN1_STRING_set(os, md, mdlen)
    +        || !PKCS7_add_signed_attribute(si, NID_pkcs9_messageDigest,
    +                                       V_ASN1_OCTET_STRING, os)) {
    +        ASN1_OCTET_STRING_free(os);
    +        return 0;
    +    }
    +    return 1;
    +}
    diff --git a/openssl/crypto/pkcs7/pk7_dgst.c b/openssl/crypto/pkcs7/pk7_dgst.c
    index 90edfa500..6b57f97ab 100644
    --- a/openssl/crypto/pkcs7/pk7_dgst.c
    +++ b/openssl/crypto/pkcs7/pk7_dgst.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,4 +63,3 @@
     #include 
     #include 
     #include 
    -
    diff --git a/openssl/crypto/pkcs7/pk7_doit.c b/openssl/crypto/pkcs7/pk7_doit.c
    index d91aa116a..dd6f6756b 100644
    --- a/openssl/crypto/pkcs7/pk7_doit.c
    +++ b/openssl/crypto/pkcs7/pk7_doit.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -65,1241 +65,1157 @@
     #include 
     
     static int add_attribute(STACK_OF(X509_ATTRIBUTE) **sk, int nid, int atrtype,
    -			 void *value);
    +                         void *value);
     static ASN1_TYPE *get_attribute(STACK_OF(X509_ATTRIBUTE) *sk, int nid);
     
    -static int PKCS7_type_is_other(PKCS7* p7)
    -	{
    -	int isOther=1;
    -	
    -	int nid=OBJ_obj2nid(p7->type);
    -
    -	switch( nid )
    -		{
    -	case NID_pkcs7_data:
    -	case NID_pkcs7_signed:
    -	case NID_pkcs7_enveloped:
    -	case NID_pkcs7_signedAndEnveloped:
    -	case NID_pkcs7_digest:
    -	case NID_pkcs7_encrypted:
    -		isOther=0;
    -		break;
    -	default:
    -		isOther=1;
    -		}
    -
    -	return isOther;
    -
    -	}
    +static int PKCS7_type_is_other(PKCS7 *p7)
    +{
    +    int isOther = 1;
    +
    +    int nid = OBJ_obj2nid(p7->type);
    +
    +    switch (nid) {
    +    case NID_pkcs7_data:
    +    case NID_pkcs7_signed:
    +    case NID_pkcs7_enveloped:
    +    case NID_pkcs7_signedAndEnveloped:
    +    case NID_pkcs7_digest:
    +    case NID_pkcs7_encrypted:
    +        isOther = 0;
    +        break;
    +    default:
    +        isOther = 1;
    +    }
    +
    +    return isOther;
    +
    +}
     
     static ASN1_OCTET_STRING *PKCS7_get_octet_string(PKCS7 *p7)
    -	{
    -	if ( PKCS7_type_is_data(p7))
    -		return p7->d.data;
    -	if ( PKCS7_type_is_other(p7) && p7->d.other
    -		&& (p7->d.other->type == V_ASN1_OCTET_STRING))
    -		return p7->d.other->value.octet_string;
    -	return NULL;
    -	}
    +{
    +    if (PKCS7_type_is_data(p7))
    +        return p7->d.data;
    +    if (PKCS7_type_is_other(p7) && p7->d.other
    +        && (p7->d.other->type == V_ASN1_OCTET_STRING))
    +        return p7->d.other->value.octet_string;
    +    return NULL;
    +}
     
     static int PKCS7_bio_add_digest(BIO **pbio, X509_ALGOR *alg)
    -	{
    -	BIO *btmp;
    -	const EVP_MD *md;
    -	if ((btmp=BIO_new(BIO_f_md())) == NULL)
    -		{
    -		PKCS7err(PKCS7_F_PKCS7_BIO_ADD_DIGEST,ERR_R_BIO_LIB);
    -		goto err;
    -		}
    -
    -	md=EVP_get_digestbyobj(alg->algorithm);
    -	if (md == NULL)
    -		{
    -		PKCS7err(PKCS7_F_PKCS7_BIO_ADD_DIGEST,PKCS7_R_UNKNOWN_DIGEST_TYPE);
    -		goto err;
    -		}
    -
    -	BIO_set_md(btmp,md);
    -	if (*pbio == NULL)
    -		*pbio=btmp;
    -	else if (!BIO_push(*pbio,btmp))
    -		{
    -		PKCS7err(PKCS7_F_PKCS7_BIO_ADD_DIGEST,ERR_R_BIO_LIB);
    -		goto err;
    -		}
    -	btmp=NULL;
    -
    -	return 1;
    -
    -	err:
    -	if (btmp)
    -		BIO_free(btmp);
    -	return 0;
    -
    -	}
    +{
    +    BIO *btmp;
    +    const EVP_MD *md;
    +    if ((btmp = BIO_new(BIO_f_md())) == NULL) {
    +        PKCS7err(PKCS7_F_PKCS7_BIO_ADD_DIGEST, ERR_R_BIO_LIB);
    +        goto err;
    +    }
    +
    +    md = EVP_get_digestbyobj(alg->algorithm);
    +    if (md == NULL) {
    +        PKCS7err(PKCS7_F_PKCS7_BIO_ADD_DIGEST, PKCS7_R_UNKNOWN_DIGEST_TYPE);
    +        goto err;
    +    }
    +
    +    BIO_set_md(btmp, md);
    +    if (*pbio == NULL)
    +        *pbio = btmp;
    +    else if (!BIO_push(*pbio, btmp)) {
    +        PKCS7err(PKCS7_F_PKCS7_BIO_ADD_DIGEST, ERR_R_BIO_LIB);
    +        goto err;
    +    }
    +    btmp = NULL;
    +
    +    return 1;
    +
    + err:
    +    if (btmp)
    +        BIO_free(btmp);
    +    return 0;
     
    -static int pkcs7_encode_rinfo(PKCS7_RECIP_INFO *ri,
    -					unsigned char *key, int keylen)
    -	{
    -	EVP_PKEY_CTX *pctx = NULL;
    -	EVP_PKEY *pkey = NULL;
    -	unsigned char *ek = NULL;
    -	int ret = 0;
    -	size_t eklen;
    +}
     
    -	pkey = X509_get_pubkey(ri->cert);
    +static int pkcs7_encode_rinfo(PKCS7_RECIP_INFO *ri,
    +                              unsigned char *key, int keylen)
    +{
    +    EVP_PKEY_CTX *pctx = NULL;
    +    EVP_PKEY *pkey = NULL;
    +    unsigned char *ek = NULL;
    +    int ret = 0;
    +    size_t eklen;
     
    -	if (!pkey)
    -		return 0;
    +    pkey = X509_get_pubkey(ri->cert);
     
    -	pctx = EVP_PKEY_CTX_new(pkey, NULL);
    -	if (!pctx)
    -		return 0;
    +    if (!pkey)
    +        return 0;
     
    -	if (EVP_PKEY_encrypt_init(pctx) <= 0)
    -		goto err;
    +    pctx = EVP_PKEY_CTX_new(pkey, NULL);
    +    if (!pctx)
    +        return 0;
     
    -	if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_ENCRYPT,
    -				EVP_PKEY_CTRL_PKCS7_ENCRYPT, 0, ri) <= 0)
    -		{
    -		PKCS7err(PKCS7_F_PKCS7_ENCODE_RINFO, PKCS7_R_CTRL_ERROR);
    -		goto err;
    -		}
    +    if (EVP_PKEY_encrypt_init(pctx) <= 0)
    +        goto err;
     
    -	if (EVP_PKEY_encrypt(pctx, NULL, &eklen, key, keylen) <= 0)
    -		goto err;
    +    if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_ENCRYPT,
    +                          EVP_PKEY_CTRL_PKCS7_ENCRYPT, 0, ri) <= 0) {
    +        PKCS7err(PKCS7_F_PKCS7_ENCODE_RINFO, PKCS7_R_CTRL_ERROR);
    +        goto err;
    +    }
     
    -	ek = OPENSSL_malloc(eklen);
    +    if (EVP_PKEY_encrypt(pctx, NULL, &eklen, key, keylen) <= 0)
    +        goto err;
     
    -	if (ek == NULL)
    -		{
    -		PKCS7err(PKCS7_F_PKCS7_ENCODE_RINFO, ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    +    ek = OPENSSL_malloc(eklen);
     
    -	if (EVP_PKEY_encrypt(pctx, ek, &eklen, key, keylen) <= 0)
    -		goto err;
    +    if (ek == NULL) {
    +        PKCS7err(PKCS7_F_PKCS7_ENCODE_RINFO, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
     
    -	ASN1_STRING_set0(ri->enc_key, ek, eklen);
    -	ek = NULL;
    +    if (EVP_PKEY_encrypt(pctx, ek, &eklen, key, keylen) <= 0)
    +        goto err;
     
    -	ret = 1;
    +    ASN1_STRING_set0(ri->enc_key, ek, eklen);
    +    ek = NULL;
     
    -	err:
    -	if (pkey)
    -		EVP_PKEY_free(pkey);
    -	if (pctx)
    -		EVP_PKEY_CTX_free(pctx);
    -	if (ek)
    -		OPENSSL_free(ek);
    -	return ret;
    +    ret = 1;
     
    -	}
    + err:
    +    if (pkey)
    +        EVP_PKEY_free(pkey);
    +    if (pctx)
    +        EVP_PKEY_CTX_free(pctx);
    +    if (ek)
    +        OPENSSL_free(ek);
    +    return ret;
     
    +}
     
     static int pkcs7_decrypt_rinfo(unsigned char **pek, int *peklen,
    -			       PKCS7_RECIP_INFO *ri, EVP_PKEY *pkey)
    -	{
    -	EVP_PKEY_CTX *pctx = NULL;
    -	unsigned char *ek = NULL;
    -	size_t eklen;
    -
    -	int ret = -1;
    -
    -	pctx = EVP_PKEY_CTX_new(pkey, NULL);
    -	if (!pctx)
    -		return -1;
    -
    -	if (EVP_PKEY_decrypt_init(pctx) <= 0)
    -		goto err;
    -
    -	if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_DECRYPT,
    -				EVP_PKEY_CTRL_PKCS7_DECRYPT, 0, ri) <= 0)
    -		{
    -		PKCS7err(PKCS7_F_PKCS7_DECRYPT_RINFO, PKCS7_R_CTRL_ERROR);
    -		goto err;
    -		}
    -
    -	if (EVP_PKEY_decrypt(pctx, NULL, &eklen,
    -				ri->enc_key->data, ri->enc_key->length) <= 0)
    -		goto err;
    -
    -	ek = OPENSSL_malloc(eklen);
    -
    -	if (ek == NULL)
    -		{
    -		PKCS7err(PKCS7_F_PKCS7_DECRYPT_RINFO, ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	if (EVP_PKEY_decrypt(pctx, ek, &eklen,
    -				ri->enc_key->data, ri->enc_key->length) <= 0)
    -		{
    -		ret = 0;
    -		PKCS7err(PKCS7_F_PKCS7_DECRYPT_RINFO, ERR_R_EVP_LIB);
    -		goto err;
    -		}
    -
    -	ret = 1;
    -
    -	if (*pek)
    -		{
    -		OPENSSL_cleanse(*pek, *peklen);
    -		OPENSSL_free(*pek);
    -		}
    -
    -	*pek = ek;
    -	*peklen = eklen;
    -
    -	err:
    -	if (pctx)
    -		EVP_PKEY_CTX_free(pctx);
    -	if (!ret && ek)
    -		OPENSSL_free(ek);
    -
    -	return ret;
    -	}
    +                               PKCS7_RECIP_INFO *ri, EVP_PKEY *pkey)
    +{
    +    EVP_PKEY_CTX *pctx = NULL;
    +    unsigned char *ek = NULL;
    +    size_t eklen;
    +
    +    int ret = -1;
    +
    +    pctx = EVP_PKEY_CTX_new(pkey, NULL);
    +    if (!pctx)
    +        return -1;
    +
    +    if (EVP_PKEY_decrypt_init(pctx) <= 0)
    +        goto err;
    +
    +    if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_DECRYPT,
    +                          EVP_PKEY_CTRL_PKCS7_DECRYPT, 0, ri) <= 0) {
    +        PKCS7err(PKCS7_F_PKCS7_DECRYPT_RINFO, PKCS7_R_CTRL_ERROR);
    +        goto err;
    +    }
    +
    +    if (EVP_PKEY_decrypt(pctx, NULL, &eklen,
    +                         ri->enc_key->data, ri->enc_key->length) <= 0)
    +        goto err;
    +
    +    ek = OPENSSL_malloc(eklen);
    +
    +    if (ek == NULL) {
    +        PKCS7err(PKCS7_F_PKCS7_DECRYPT_RINFO, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    if (EVP_PKEY_decrypt(pctx, ek, &eklen,
    +                         ri->enc_key->data, ri->enc_key->length) <= 0) {
    +        ret = 0;
    +        PKCS7err(PKCS7_F_PKCS7_DECRYPT_RINFO, ERR_R_EVP_LIB);
    +        goto err;
    +    }
    +
    +    ret = 1;
    +
    +    if (*pek) {
    +        OPENSSL_cleanse(*pek, *peklen);
    +        OPENSSL_free(*pek);
    +    }
    +
    +    *pek = ek;
    +    *peklen = eklen;
    +
    + err:
    +    if (pctx)
    +        EVP_PKEY_CTX_free(pctx);
    +    if (!ret && ek)
    +        OPENSSL_free(ek);
    +
    +    return ret;
    +}
     
     BIO *PKCS7_dataInit(PKCS7 *p7, BIO *bio)
    -	{
    -	int i;
    -	BIO *out=NULL,*btmp=NULL;
    -	X509_ALGOR *xa = NULL;
    -	const EVP_CIPHER *evp_cipher=NULL;
    -	STACK_OF(X509_ALGOR) *md_sk=NULL;
    -	STACK_OF(PKCS7_RECIP_INFO) *rsk=NULL;
    -	X509_ALGOR *xalg=NULL;
    -	PKCS7_RECIP_INFO *ri=NULL;
    -	ASN1_OCTET_STRING *os=NULL;
    -
    -	i=OBJ_obj2nid(p7->type);
    -	p7->state=PKCS7_S_HEADER;
    -
    -	switch (i)
    -		{
    -	case NID_pkcs7_signed:
    -		md_sk=p7->d.sign->md_algs;
    -		os = PKCS7_get_octet_string(p7->d.sign->contents);
    -		break;
    -	case NID_pkcs7_signedAndEnveloped:
    -		rsk=p7->d.signed_and_enveloped->recipientinfo;
    -		md_sk=p7->d.signed_and_enveloped->md_algs;
    -		xalg=p7->d.signed_and_enveloped->enc_data->algorithm;
    -		evp_cipher=p7->d.signed_and_enveloped->enc_data->cipher;
    -		if (evp_cipher == NULL)
    -			{
    -			PKCS7err(PKCS7_F_PKCS7_DATAINIT,
    -						PKCS7_R_CIPHER_NOT_INITIALIZED);
    -			goto err;
    -			}
    -		break;
    -	case NID_pkcs7_enveloped:
    -		rsk=p7->d.enveloped->recipientinfo;
    -		xalg=p7->d.enveloped->enc_data->algorithm;
    -		evp_cipher=p7->d.enveloped->enc_data->cipher;
    -		if (evp_cipher == NULL)
    -			{
    -			PKCS7err(PKCS7_F_PKCS7_DATAINIT,
    -						PKCS7_R_CIPHER_NOT_INITIALIZED);
    -			goto err;
    -			}
    -		break;
    -	case NID_pkcs7_digest:
    -		xa = p7->d.digest->md;
    -		os = PKCS7_get_octet_string(p7->d.digest->contents);
    -		break;
    -	case NID_pkcs7_data:
    -		break;
    -	default:
    -		PKCS7err(PKCS7_F_PKCS7_DATAINIT,PKCS7_R_UNSUPPORTED_CONTENT_TYPE);
    -	        goto err;
    -		}
    -
    -	for (i=0; ialgorithm = OBJ_nid2obj(EVP_CIPHER_type(evp_cipher));
    -		if (ivlen > 0)
    -			if (RAND_pseudo_bytes(iv,ivlen) <= 0)
    -				goto err;
    -		if (EVP_CipherInit_ex(ctx, evp_cipher, NULL, NULL, NULL, 1)<=0)
    -			goto err;
    -		if (EVP_CIPHER_CTX_rand_key(ctx, key) <= 0)
    -			goto err;
    -		if (EVP_CipherInit_ex(ctx, NULL, NULL, key, iv, 1) <= 0)
    -			goto err;
    -
    -		if (ivlen > 0) {
    -			if (xalg->parameter == NULL) {
    -				xalg->parameter = ASN1_TYPE_new();
    -				if (xalg->parameter == NULL)
    -					goto err;
    -			}
    -			if(EVP_CIPHER_param_to_asn1(ctx, xalg->parameter) < 0)
    -				goto err;
    -		}
    -
    -		/* Lets do the pub key stuff :-) */
    -		for (i=0; ilength > 0)
    -			bio = BIO_new_mem_buf(os->data, os->length);
    -		if(bio == NULL)
    -			{
    -			bio=BIO_new(BIO_s_mem());
    -			if (bio == NULL)
    -				goto err;
    -			BIO_set_mem_eof_return(bio,0);
    -			}
    -		}
    -	if (out)
    -		BIO_push(out,bio);
    -	else
    -		out = bio;
    -	bio=NULL;
    -	if (0)
    -		{
    -err:
    -		if (out != NULL)
    -			BIO_free_all(out);
    -		if (btmp != NULL)
    -			BIO_free_all(btmp);
    -		out=NULL;
    -		}
    -	return(out);
    -	}
    +{
    +    int i;
    +    BIO *out = NULL, *btmp = NULL;
    +    X509_ALGOR *xa = NULL;
    +    const EVP_CIPHER *evp_cipher = NULL;
    +    STACK_OF(X509_ALGOR) *md_sk = NULL;
    +    STACK_OF(PKCS7_RECIP_INFO) *rsk = NULL;
    +    X509_ALGOR *xalg = NULL;
    +    PKCS7_RECIP_INFO *ri = NULL;
    +    ASN1_OCTET_STRING *os = NULL;
    +
    +    i = OBJ_obj2nid(p7->type);
    +    p7->state = PKCS7_S_HEADER;
    +
    +    switch (i) {
    +    case NID_pkcs7_signed:
    +        md_sk = p7->d.sign->md_algs;
    +        os = PKCS7_get_octet_string(p7->d.sign->contents);
    +        break;
    +    case NID_pkcs7_signedAndEnveloped:
    +        rsk = p7->d.signed_and_enveloped->recipientinfo;
    +        md_sk = p7->d.signed_and_enveloped->md_algs;
    +        xalg = p7->d.signed_and_enveloped->enc_data->algorithm;
    +        evp_cipher = p7->d.signed_and_enveloped->enc_data->cipher;
    +        if (evp_cipher == NULL) {
    +            PKCS7err(PKCS7_F_PKCS7_DATAINIT, PKCS7_R_CIPHER_NOT_INITIALIZED);
    +            goto err;
    +        }
    +        break;
    +    case NID_pkcs7_enveloped:
    +        rsk = p7->d.enveloped->recipientinfo;
    +        xalg = p7->d.enveloped->enc_data->algorithm;
    +        evp_cipher = p7->d.enveloped->enc_data->cipher;
    +        if (evp_cipher == NULL) {
    +            PKCS7err(PKCS7_F_PKCS7_DATAINIT, PKCS7_R_CIPHER_NOT_INITIALIZED);
    +            goto err;
    +        }
    +        break;
    +    case NID_pkcs7_digest:
    +        xa = p7->d.digest->md;
    +        os = PKCS7_get_octet_string(p7->d.digest->contents);
    +        break;
    +    case NID_pkcs7_data:
    +        break;
    +    default:
    +        PKCS7err(PKCS7_F_PKCS7_DATAINIT, PKCS7_R_UNSUPPORTED_CONTENT_TYPE);
    +        goto err;
    +    }
    +
    +    for (i = 0; i < sk_X509_ALGOR_num(md_sk); i++)
    +        if (!PKCS7_bio_add_digest(&out, sk_X509_ALGOR_value(md_sk, i)))
    +            goto err;
    +
    +    if (xa && !PKCS7_bio_add_digest(&out, xa))
    +        goto err;
    +
    +    if (evp_cipher != NULL) {
    +        unsigned char key[EVP_MAX_KEY_LENGTH];
    +        unsigned char iv[EVP_MAX_IV_LENGTH];
    +        int keylen, ivlen;
    +        EVP_CIPHER_CTX *ctx;
    +
    +        if ((btmp = BIO_new(BIO_f_cipher())) == NULL) {
    +            PKCS7err(PKCS7_F_PKCS7_DATAINIT, ERR_R_BIO_LIB);
    +            goto err;
    +        }
    +        BIO_get_cipher_ctx(btmp, &ctx);
    +        keylen = EVP_CIPHER_key_length(evp_cipher);
    +        ivlen = EVP_CIPHER_iv_length(evp_cipher);
    +        xalg->algorithm = OBJ_nid2obj(EVP_CIPHER_type(evp_cipher));
    +        if (ivlen > 0)
    +            if (RAND_pseudo_bytes(iv, ivlen) <= 0)
    +                goto err;
    +        if (EVP_CipherInit_ex(ctx, evp_cipher, NULL, NULL, NULL, 1) <= 0)
    +            goto err;
    +        if (EVP_CIPHER_CTX_rand_key(ctx, key) <= 0)
    +            goto err;
    +        if (EVP_CipherInit_ex(ctx, NULL, NULL, key, iv, 1) <= 0)
    +            goto err;
    +
    +        if (ivlen > 0) {
    +            if (xalg->parameter == NULL) {
    +                xalg->parameter = ASN1_TYPE_new();
    +                if (xalg->parameter == NULL)
    +                    goto err;
    +            }
    +            if (EVP_CIPHER_param_to_asn1(ctx, xalg->parameter) < 0)
    +                goto err;
    +        }
    +
    +        /* Lets do the pub key stuff :-) */
    +        for (i = 0; i < sk_PKCS7_RECIP_INFO_num(rsk); i++) {
    +            ri = sk_PKCS7_RECIP_INFO_value(rsk, i);
    +            if (pkcs7_encode_rinfo(ri, key, keylen) <= 0)
    +                goto err;
    +        }
    +        OPENSSL_cleanse(key, keylen);
    +
    +        if (out == NULL)
    +            out = btmp;
    +        else
    +            BIO_push(out, btmp);
    +        btmp = NULL;
    +    }
    +
    +    if (bio == NULL) {
    +        if (PKCS7_is_detached(p7))
    +            bio = BIO_new(BIO_s_null());
    +        else if (os && os->length > 0)
    +            bio = BIO_new_mem_buf(os->data, os->length);
    +        if (bio == NULL) {
    +            bio = BIO_new(BIO_s_mem());
    +            if (bio == NULL)
    +                goto err;
    +            BIO_set_mem_eof_return(bio, 0);
    +        }
    +    }
    +    if (out)
    +        BIO_push(out, bio);
    +    else
    +        out = bio;
    +    bio = NULL;
    +    if (0) {
    + err:
    +        if (out != NULL)
    +            BIO_free_all(out);
    +        if (btmp != NULL)
    +            BIO_free_all(btmp);
    +        out = NULL;
    +    }
    +    return (out);
    +}
     
     static int pkcs7_cmp_ri(PKCS7_RECIP_INFO *ri, X509 *pcert)
    -	{
    -	int ret;
    -	ret = X509_NAME_cmp(ri->issuer_and_serial->issuer,
    -				pcert->cert_info->issuer);
    -	if (ret)
    -		return ret;
    -	return M_ASN1_INTEGER_cmp(pcert->cert_info->serialNumber,
    -					ri->issuer_and_serial->serial);
    -	}
    +{
    +    int ret;
    +    ret = X509_NAME_cmp(ri->issuer_and_serial->issuer,
    +                        pcert->cert_info->issuer);
    +    if (ret)
    +        return ret;
    +    return M_ASN1_INTEGER_cmp(pcert->cert_info->serialNumber,
    +                              ri->issuer_and_serial->serial);
    +}
     
     /* int */
     BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert)
    -	{
    -	int i,j;
    -	BIO *out=NULL,*btmp=NULL,*etmp=NULL,*bio=NULL;
    -	X509_ALGOR *xa;
    -	ASN1_OCTET_STRING *data_body=NULL;
    -	const EVP_MD *evp_md;
    -	const EVP_CIPHER *evp_cipher=NULL;
    -	EVP_CIPHER_CTX *evp_ctx=NULL;
    -	X509_ALGOR *enc_alg=NULL;
    -	STACK_OF(X509_ALGOR) *md_sk=NULL;
    -	STACK_OF(PKCS7_RECIP_INFO) *rsk=NULL;
    -	PKCS7_RECIP_INFO *ri=NULL;
    -       unsigned char *ek = NULL, *tkey = NULL;
    -       int eklen = 0, tkeylen = 0;
    -
    -	i=OBJ_obj2nid(p7->type);
    -	p7->state=PKCS7_S_HEADER;
    -
    -	switch (i)
    -		{
    -	case NID_pkcs7_signed:
    -		data_body=PKCS7_get_octet_string(p7->d.sign->contents);
    -		if (!PKCS7_is_detached(p7) && data_body == NULL)
    -			{
    -			PKCS7err(PKCS7_F_PKCS7_DATADECODE,PKCS7_R_INVALID_SIGNED_DATA_TYPE);
    -			goto err;
    -			}
    -		md_sk=p7->d.sign->md_algs;
    -		break;
    -	case NID_pkcs7_signedAndEnveloped:
    -		rsk=p7->d.signed_and_enveloped->recipientinfo;
    -		md_sk=p7->d.signed_and_enveloped->md_algs;
    -		data_body=p7->d.signed_and_enveloped->enc_data->enc_data;
    -		enc_alg=p7->d.signed_and_enveloped->enc_data->algorithm;
    -		evp_cipher=EVP_get_cipherbyobj(enc_alg->algorithm);
    -		if (evp_cipher == NULL)
    -			{
    -			PKCS7err(PKCS7_F_PKCS7_DATADECODE,PKCS7_R_UNSUPPORTED_CIPHER_TYPE);
    -			goto err;
    -			}
    -		break;
    -	case NID_pkcs7_enveloped:
    -		rsk=p7->d.enveloped->recipientinfo;
    -		enc_alg=p7->d.enveloped->enc_data->algorithm;
    -		data_body=p7->d.enveloped->enc_data->enc_data;
    -		evp_cipher=EVP_get_cipherbyobj(enc_alg->algorithm);
    -		if (evp_cipher == NULL)
    -			{
    -			PKCS7err(PKCS7_F_PKCS7_DATADECODE,PKCS7_R_UNSUPPORTED_CIPHER_TYPE);
    -			goto err;
    -			}
    -		break;
    -	default:
    -		PKCS7err(PKCS7_F_PKCS7_DATADECODE,PKCS7_R_UNSUPPORTED_CONTENT_TYPE);
    -	        goto err;
    -		}
    -
    -	/* We will be checking the signature */
    -	if (md_sk != NULL)
    -		{
    -		for (i=0; ialgorithm);
    -			evp_md=EVP_get_digestbynid(j);
    -			if (evp_md == NULL)
    -				{
    -				PKCS7err(PKCS7_F_PKCS7_DATADECODE,PKCS7_R_UNKNOWN_DIGEST_TYPE);
    -				goto err;
    -				}
    -
    -			BIO_set_md(btmp,evp_md);
    -			if (out == NULL)
    -				out=btmp;
    -			else
    -				BIO_push(out,btmp);
    -			btmp=NULL;
    -			}
    -		}
    -
    -	if (evp_cipher != NULL)
    -		{
    +{
    +    int i, j;
    +    BIO *out = NULL, *btmp = NULL, *etmp = NULL, *bio = NULL;
    +    X509_ALGOR *xa;
    +    ASN1_OCTET_STRING *data_body = NULL;
    +    const EVP_MD *evp_md;
    +    const EVP_CIPHER *evp_cipher = NULL;
    +    EVP_CIPHER_CTX *evp_ctx = NULL;
    +    X509_ALGOR *enc_alg = NULL;
    +    STACK_OF(X509_ALGOR) *md_sk = NULL;
    +    STACK_OF(PKCS7_RECIP_INFO) *rsk = NULL;
    +    PKCS7_RECIP_INFO *ri = NULL;
    +    unsigned char *ek = NULL, *tkey = NULL;
    +    int eklen = 0, tkeylen = 0;
    +
    +    i = OBJ_obj2nid(p7->type);
    +    p7->state = PKCS7_S_HEADER;
    +
    +    switch (i) {
    +    case NID_pkcs7_signed:
    +        data_body = PKCS7_get_octet_string(p7->d.sign->contents);
    +        if (!PKCS7_is_detached(p7) && data_body == NULL) {
    +            PKCS7err(PKCS7_F_PKCS7_DATADECODE,
    +                     PKCS7_R_INVALID_SIGNED_DATA_TYPE);
    +            goto err;
    +        }
    +        md_sk = p7->d.sign->md_algs;
    +        break;
    +    case NID_pkcs7_signedAndEnveloped:
    +        rsk = p7->d.signed_and_enveloped->recipientinfo;
    +        md_sk = p7->d.signed_and_enveloped->md_algs;
    +        data_body = p7->d.signed_and_enveloped->enc_data->enc_data;
    +        enc_alg = p7->d.signed_and_enveloped->enc_data->algorithm;
    +        evp_cipher = EVP_get_cipherbyobj(enc_alg->algorithm);
    +        if (evp_cipher == NULL) {
    +            PKCS7err(PKCS7_F_PKCS7_DATADECODE,
    +                     PKCS7_R_UNSUPPORTED_CIPHER_TYPE);
    +            goto err;
    +        }
    +        break;
    +    case NID_pkcs7_enveloped:
    +        rsk = p7->d.enveloped->recipientinfo;
    +        enc_alg = p7->d.enveloped->enc_data->algorithm;
    +        data_body = p7->d.enveloped->enc_data->enc_data;
    +        evp_cipher = EVP_get_cipherbyobj(enc_alg->algorithm);
    +        if (evp_cipher == NULL) {
    +            PKCS7err(PKCS7_F_PKCS7_DATADECODE,
    +                     PKCS7_R_UNSUPPORTED_CIPHER_TYPE);
    +            goto err;
    +        }
    +        break;
    +    default:
    +        PKCS7err(PKCS7_F_PKCS7_DATADECODE, PKCS7_R_UNSUPPORTED_CONTENT_TYPE);
    +        goto err;
    +    }
    +
    +    /* We will be checking the signature */
    +    if (md_sk != NULL) {
    +        for (i = 0; i < sk_X509_ALGOR_num(md_sk); i++) {
    +            xa = sk_X509_ALGOR_value(md_sk, i);
    +            if ((btmp = BIO_new(BIO_f_md())) == NULL) {
    +                PKCS7err(PKCS7_F_PKCS7_DATADECODE, ERR_R_BIO_LIB);
    +                goto err;
    +            }
    +
    +            j = OBJ_obj2nid(xa->algorithm);
    +            evp_md = EVP_get_digestbynid(j);
    +            if (evp_md == NULL) {
    +                PKCS7err(PKCS7_F_PKCS7_DATADECODE,
    +                         PKCS7_R_UNKNOWN_DIGEST_TYPE);
    +                goto err;
    +            }
    +
    +            BIO_set_md(btmp, evp_md);
    +            if (out == NULL)
    +                out = btmp;
    +            else
    +                BIO_push(out, btmp);
    +            btmp = NULL;
    +        }
    +    }
    +
    +    if (evp_cipher != NULL) {
     #if 0
    -		unsigned char key[EVP_MAX_KEY_LENGTH];
    -		unsigned char iv[EVP_MAX_IV_LENGTH];
    -		unsigned char *p;
    -		int keylen,ivlen;
    -		int max;
    -		X509_OBJECT ret;
    +        unsigned char key[EVP_MAX_KEY_LENGTH];
    +        unsigned char iv[EVP_MAX_IV_LENGTH];
    +        unsigned char *p;
    +        int keylen, ivlen;
    +        int max;
    +        X509_OBJECT ret;
     #endif
     
    -		if ((etmp=BIO_new(BIO_f_cipher())) == NULL)
    -			{
    -			PKCS7err(PKCS7_F_PKCS7_DATADECODE,ERR_R_BIO_LIB);
    -			goto err;
    -			}
    -
    -		/* It was encrypted, we need to decrypt the secret key
    -		 * with the private key */
    -
    -		/* Find the recipientInfo which matches the passed certificate
    -		 * (if any)
    -		 */
    -
    -		if (pcert)
    -			{
    -			for (i=0; iparameter) < 0)
    -			goto err;
    -		/* Generate random key as MMA defence */
    -		tkeylen = EVP_CIPHER_CTX_key_length(evp_ctx);
    -		tkey = OPENSSL_malloc(tkeylen);
    -		if (!tkey)
    -			goto err;
    -		if (EVP_CIPHER_CTX_rand_key(evp_ctx, tkey) <= 0)
    -			goto err;
    -		if (ek == NULL)
    -			{
    -			ek = tkey;
    -			eklen = tkeylen;
    -			tkey = NULL;
    -			}
    -
    -		if (eklen != EVP_CIPHER_CTX_key_length(evp_ctx)) {
    -			/* Some S/MIME clients don't use the same key
    -			 * and effective key length. The key length is
    -			 * determined by the size of the decrypted RSA key.
    -			 */
    -			if(!EVP_CIPHER_CTX_set_key_length(evp_ctx, eklen))
    -				{
    -				/* Use random key as MMA defence */
    -				OPENSSL_cleanse(ek, eklen);
    -				OPENSSL_free(ek);
    -				ek = tkey;
    -				eklen = tkeylen;
    -				tkey = NULL;
    -				}
    -		} 
    -		/* Clear errors so we don't leak information useful in MMA */
    -		ERR_clear_error();
    -		if (EVP_CipherInit_ex(evp_ctx,NULL,NULL,ek,NULL,0) <= 0)
    -			goto err;
    -
    -		if (ek)
    -			{
    -			OPENSSL_cleanse(ek,eklen);
    -			OPENSSL_free(ek);
    -                       ek = NULL;
    -			}
    -		if (tkey)
    -			{
    -			OPENSSL_cleanse(tkey,tkeylen);
    -			OPENSSL_free(tkey);
    -                       tkey = NULL;
    -			}
    -
    -		if (out == NULL)
    -			out=etmp;
    -		else
    -			BIO_push(out,etmp);
    -		etmp=NULL;
    -		}
    -
    +        if ((etmp = BIO_new(BIO_f_cipher())) == NULL) {
    +            PKCS7err(PKCS7_F_PKCS7_DATADECODE, ERR_R_BIO_LIB);
    +            goto err;
    +        }
    +
    +        /*
    +         * It was encrypted, we need to decrypt the secret key with the
    +         * private key
    +         */
    +
    +        /*
    +         * Find the recipientInfo which matches the passed certificate (if
    +         * any)
    +         */
    +
    +        if (pcert) {
    +            for (i = 0; i < sk_PKCS7_RECIP_INFO_num(rsk); i++) {
    +                ri = sk_PKCS7_RECIP_INFO_value(rsk, i);
    +                if (!pkcs7_cmp_ri(ri, pcert))
    +                    break;
    +                ri = NULL;
    +            }
    +            if (ri == NULL) {
    +                PKCS7err(PKCS7_F_PKCS7_DATADECODE,
    +                         PKCS7_R_NO_RECIPIENT_MATCHES_CERTIFICATE);
    +                goto err;
    +            }
    +        }
    +
    +        /* If we haven't got a certificate try each ri in turn */
    +        if (pcert == NULL) {
    +            /*
    +             * Always attempt to decrypt all rinfo even after sucess as a
    +             * defence against MMA timing attacks.
    +             */
    +            for (i = 0; i < sk_PKCS7_RECIP_INFO_num(rsk); i++) {
    +                ri = sk_PKCS7_RECIP_INFO_value(rsk, i);
    +
    +                if (pkcs7_decrypt_rinfo(&ek, &eklen, ri, pkey) < 0)
    +                    goto err;
    +                ERR_clear_error();
    +            }
    +        } else {
    +            /* Only exit on fatal errors, not decrypt failure */
    +            if (pkcs7_decrypt_rinfo(&ek, &eklen, ri, pkey) < 0)
    +                goto err;
    +            ERR_clear_error();
    +        }
    +
    +        evp_ctx = NULL;
    +        BIO_get_cipher_ctx(etmp, &evp_ctx);
    +        if (EVP_CipherInit_ex(evp_ctx, evp_cipher, NULL, NULL, NULL, 0) <= 0)
    +            goto err;
    +        if (EVP_CIPHER_asn1_to_param(evp_ctx, enc_alg->parameter) < 0)
    +            goto err;
    +        /* Generate random key as MMA defence */
    +        tkeylen = EVP_CIPHER_CTX_key_length(evp_ctx);
    +        tkey = OPENSSL_malloc(tkeylen);
    +        if (!tkey)
    +            goto err;
    +        if (EVP_CIPHER_CTX_rand_key(evp_ctx, tkey) <= 0)
    +            goto err;
    +        if (ek == NULL) {
    +            ek = tkey;
    +            eklen = tkeylen;
    +            tkey = NULL;
    +        }
    +
    +        if (eklen != EVP_CIPHER_CTX_key_length(evp_ctx)) {
    +            /*
    +             * Some S/MIME clients don't use the same key and effective key
    +             * length. The key length is determined by the size of the
    +             * decrypted RSA key.
    +             */
    +            if (!EVP_CIPHER_CTX_set_key_length(evp_ctx, eklen)) {
    +                /* Use random key as MMA defence */
    +                OPENSSL_cleanse(ek, eklen);
    +                OPENSSL_free(ek);
    +                ek = tkey;
    +                eklen = tkeylen;
    +                tkey = NULL;
    +            }
    +        }
    +        /* Clear errors so we don't leak information useful in MMA */
    +        ERR_clear_error();
    +        if (EVP_CipherInit_ex(evp_ctx, NULL, NULL, ek, NULL, 0) <= 0)
    +            goto err;
    +
    +        if (ek) {
    +            OPENSSL_cleanse(ek, eklen);
    +            OPENSSL_free(ek);
    +            ek = NULL;
    +        }
    +        if (tkey) {
    +            OPENSSL_cleanse(tkey, tkeylen);
    +            OPENSSL_free(tkey);
    +            tkey = NULL;
    +        }
    +
    +        if (out == NULL)
    +            out = etmp;
    +        else
    +            BIO_push(out, etmp);
    +        etmp = NULL;
    +    }
     #if 1
    -	if (PKCS7_is_detached(p7) || (in_bio != NULL))
    -		{
    -		bio=in_bio;
    -		}
    -	else 
    -		{
    -#if 0
    -		bio=BIO_new(BIO_s_mem());
    -		/* We need to set this so that when we have read all
    -		 * the data, the encrypt BIO, if present, will read
    -		 * EOF and encode the last few bytes */
    -		BIO_set_mem_eof_return(bio,0);
    -
    -		if (data_body->length > 0)
    -			BIO_write(bio,(char *)data_body->data,data_body->length);
    -#else
    -		if (data_body->length > 0)
    -		      bio = BIO_new_mem_buf(data_body->data,data_body->length);
    -		else {
    -			bio=BIO_new(BIO_s_mem());
    -			BIO_set_mem_eof_return(bio,0);
    -		}
    -		if (bio == NULL)
    -			goto err;
    -#endif
    -		}
    -	BIO_push(out,bio);
    -	bio=NULL;
    +    if (PKCS7_is_detached(p7) || (in_bio != NULL)) {
    +        bio = in_bio;
    +    } else {
    +# if 0
    +        bio = BIO_new(BIO_s_mem());
    +        /*
    +         * We need to set this so that when we have read all the data, the
    +         * encrypt BIO, if present, will read EOF and encode the last few
    +         * bytes
    +         */
    +        BIO_set_mem_eof_return(bio, 0);
    +
    +        if (data_body->length > 0)
    +            BIO_write(bio, (char *)data_body->data, data_body->length);
    +# else
    +        if (data_body->length > 0)
    +            bio = BIO_new_mem_buf(data_body->data, data_body->length);
    +        else {
    +            bio = BIO_new(BIO_s_mem());
    +            BIO_set_mem_eof_return(bio, 0);
    +        }
    +        if (bio == NULL)
    +            goto err;
    +# endif
    +    }
    +    BIO_push(out, bio);
    +    bio = NULL;
     #endif
    -	if (0)
    -		{
    -err:
    -               if (ek)
    -                       {
    -                       OPENSSL_cleanse(ek,eklen);
    -                       OPENSSL_free(ek);
    -                       }
    -               if (tkey)
    -                       {
    -                       OPENSSL_cleanse(tkey,tkeylen);
    -                       OPENSSL_free(tkey);
    -                       }
    -		if (out != NULL) BIO_free_all(out);
    -		if (btmp != NULL) BIO_free_all(btmp);
    -		if (etmp != NULL) BIO_free_all(etmp);
    -		if (bio != NULL) BIO_free_all(bio);
    -		out=NULL;
    -		}
    -	return(out);
    -	}
    +    if (0) {
    + err:
    +        if (ek) {
    +            OPENSSL_cleanse(ek, eklen);
    +            OPENSSL_free(ek);
    +        }
    +        if (tkey) {
    +            OPENSSL_cleanse(tkey, tkeylen);
    +            OPENSSL_free(tkey);
    +        }
    +        if (out != NULL)
    +            BIO_free_all(out);
    +        if (btmp != NULL)
    +            BIO_free_all(btmp);
    +        if (etmp != NULL)
    +            BIO_free_all(etmp);
    +        if (bio != NULL)
    +            BIO_free_all(bio);
    +        out = NULL;
    +    }
    +    return (out);
    +}
     
     static BIO *PKCS7_find_digest(EVP_MD_CTX **pmd, BIO *bio, int nid)
    -	{
    -	for (;;)
    -		{
    -		bio=BIO_find_type(bio,BIO_TYPE_MD);
    -		if (bio == NULL)
    -			{
    -			PKCS7err(PKCS7_F_PKCS7_FIND_DIGEST,PKCS7_R_UNABLE_TO_FIND_MESSAGE_DIGEST);
    -			return NULL;	
    -			}
    -		BIO_get_md_ctx(bio,pmd);
    -		if (*pmd == NULL)
    -			{
    -			PKCS7err(PKCS7_F_PKCS7_FIND_DIGEST,ERR_R_INTERNAL_ERROR);
    -			return NULL;
    -			}	
    -		if (EVP_MD_CTX_type(*pmd) == nid)
    -			return bio;
    -		bio=BIO_next(bio);
    -		}
    -	return NULL;
    -	}
    +{
    +    for (;;) {
    +        bio = BIO_find_type(bio, BIO_TYPE_MD);
    +        if (bio == NULL) {
    +            PKCS7err(PKCS7_F_PKCS7_FIND_DIGEST,
    +                     PKCS7_R_UNABLE_TO_FIND_MESSAGE_DIGEST);
    +            return NULL;
    +        }
    +        BIO_get_md_ctx(bio, pmd);
    +        if (*pmd == NULL) {
    +            PKCS7err(PKCS7_F_PKCS7_FIND_DIGEST, ERR_R_INTERNAL_ERROR);
    +            return NULL;
    +        }
    +        if (EVP_MD_CTX_type(*pmd) == nid)
    +            return bio;
    +        bio = BIO_next(bio);
    +    }
    +    return NULL;
    +}
     
     static int do_pkcs7_signed_attrib(PKCS7_SIGNER_INFO *si, EVP_MD_CTX *mctx)
    -	{
    -	unsigned char md_data[EVP_MAX_MD_SIZE];
    -	unsigned int md_len;
    -
    -	/* Add signing time if not already present */
    -	if (!PKCS7_get_signed_attribute(si, NID_pkcs9_signingTime))
    -		{
    -		if (!PKCS7_add0_attrib_signing_time(si, NULL))
    -			{
    -			PKCS7err(PKCS7_F_DO_PKCS7_SIGNED_ATTRIB,
    -					ERR_R_MALLOC_FAILURE);
    -			return 0;
    -			}
    -		}
    -
    -	/* Add digest */
    -	if (!EVP_DigestFinal_ex(mctx, md_data,&md_len))
    -		{
    -		PKCS7err(PKCS7_F_DO_PKCS7_SIGNED_ATTRIB, ERR_R_EVP_LIB);
    -		return 0;
    -		}
    -	if (!PKCS7_add1_attrib_digest(si, md_data, md_len))
    -		{
    -		PKCS7err(PKCS7_F_DO_PKCS7_SIGNED_ATTRIB, ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -
    -	/* Now sign the attributes */
    -	if (!PKCS7_SIGNER_INFO_sign(si))
    -			return 0;
    -
    -	return 1;
    -	}
    -	
    -				
    +{
    +    unsigned char md_data[EVP_MAX_MD_SIZE];
    +    unsigned int md_len;
    +
    +    /* Add signing time if not already present */
    +    if (!PKCS7_get_signed_attribute(si, NID_pkcs9_signingTime)) {
    +        if (!PKCS7_add0_attrib_signing_time(si, NULL)) {
    +            PKCS7err(PKCS7_F_DO_PKCS7_SIGNED_ATTRIB, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +    }
    +
    +    /* Add digest */
    +    if (!EVP_DigestFinal_ex(mctx, md_data, &md_len)) {
    +        PKCS7err(PKCS7_F_DO_PKCS7_SIGNED_ATTRIB, ERR_R_EVP_LIB);
    +        return 0;
    +    }
    +    if (!PKCS7_add1_attrib_digest(si, md_data, md_len)) {
    +        PKCS7err(PKCS7_F_DO_PKCS7_SIGNED_ATTRIB, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +
    +    /* Now sign the attributes */
    +    if (!PKCS7_SIGNER_INFO_sign(si))
    +        return 0;
    +
    +    return 1;
    +}
    +
     int PKCS7_dataFinal(PKCS7 *p7, BIO *bio)
    -	{
    -	int ret=0;
    -	int i,j;
    -	BIO *btmp;
    -	PKCS7_SIGNER_INFO *si;
    -	EVP_MD_CTX *mdc,ctx_tmp;
    -	STACK_OF(X509_ATTRIBUTE) *sk;
    -	STACK_OF(PKCS7_SIGNER_INFO) *si_sk=NULL;
    -	ASN1_OCTET_STRING *os=NULL;
    -
    -	EVP_MD_CTX_init(&ctx_tmp);
    -	i=OBJ_obj2nid(p7->type);
    -	p7->state=PKCS7_S_HEADER;
    -
    -	switch (i)
    -		{
    -	case NID_pkcs7_data:
    -		os = p7->d.data;
    -		break;
    -	case NID_pkcs7_signedAndEnveloped:
    -		/* XXXXXXXXXXXXXXXX */
    -		si_sk=p7->d.signed_and_enveloped->signer_info;
    -		os = p7->d.signed_and_enveloped->enc_data->enc_data;
    -		if (!os)
    -			{
    -			os=M_ASN1_OCTET_STRING_new();
    -			if (!os)
    -				{
    -				PKCS7err(PKCS7_F_PKCS7_DATAFINAL,ERR_R_MALLOC_FAILURE);
    -				goto err;
    -				}
    -			p7->d.signed_and_enveloped->enc_data->enc_data=os;
    -			}
    -		break;
    -	case NID_pkcs7_enveloped:
    -		/* XXXXXXXXXXXXXXXX */
    -		os = p7->d.enveloped->enc_data->enc_data;
    -		if (!os)
    -			{
    -			os=M_ASN1_OCTET_STRING_new();
    -			if (!os)
    -				{
    -				PKCS7err(PKCS7_F_PKCS7_DATAFINAL,ERR_R_MALLOC_FAILURE);
    -				goto err;
    -				}
    -			p7->d.enveloped->enc_data->enc_data=os;
    -			}
    -		break;
    -	case NID_pkcs7_signed:
    -		si_sk=p7->d.sign->signer_info;
    -		os=PKCS7_get_octet_string(p7->d.sign->contents);
    -		/* If detached data then the content is excluded */
    -		if(PKCS7_type_is_data(p7->d.sign->contents) && p7->detached) {
    -			M_ASN1_OCTET_STRING_free(os);
    -			p7->d.sign->contents->d.data = NULL;
    -		}
    -		break;
    -
    -	case NID_pkcs7_digest:
    -		os=PKCS7_get_octet_string(p7->d.digest->contents);
    -		/* If detached data then the content is excluded */
    -		if(PKCS7_type_is_data(p7->d.digest->contents) && p7->detached)
    -			{
    -			M_ASN1_OCTET_STRING_free(os);
    -			p7->d.digest->contents->d.data = NULL;
    -			}
    -		break;
    -
    -	default:
    -		PKCS7err(PKCS7_F_PKCS7_DATAFINAL,PKCS7_R_UNSUPPORTED_CONTENT_TYPE);
    -	        goto err;
    -		}
    -
    -	if (si_sk != NULL)
    -		{
    -		for (i=0; ipkey == NULL)
    -				continue;
    -
    -			j = OBJ_obj2nid(si->digest_alg->algorithm);
    -
    -			btmp=bio;
    -
    -			btmp = PKCS7_find_digest(&mdc, btmp, j);
    -
    -			if (btmp == NULL)
    -				goto err;
    -
    -			/* We now have the EVP_MD_CTX, lets do the
    -			 * signing. */
    -			if (!EVP_MD_CTX_copy_ex(&ctx_tmp,mdc))
    -				goto err;
    -
    -			sk=si->auth_attr;
    -
    -			/* If there are attributes, we add the digest
    -			 * attribute and only sign the attributes */
    -			if (sk_X509_ATTRIBUTE_num(sk) > 0)
    -				{
    -				if (!do_pkcs7_signed_attrib(si, &ctx_tmp))
    -					goto err;
    -				}
    -			else
    -				{
    -				unsigned char *abuf = NULL;
    -				unsigned int abuflen;
    -				abuflen = EVP_PKEY_size(si->pkey);
    -				abuf = OPENSSL_malloc(abuflen);
    -				if (!abuf)
    -					goto err;
    -
    -				if (!EVP_SignFinal(&ctx_tmp, abuf, &abuflen,
    -							si->pkey))
    -					{
    -					PKCS7err(PKCS7_F_PKCS7_DATAFINAL,
    -							ERR_R_EVP_LIB);
    -					goto err;
    -					}
    -				ASN1_STRING_set0(si->enc_digest, abuf, abuflen);
    -				}
    -			}
    -		}
    -	else if (i == NID_pkcs7_digest)
    -		{
    -		unsigned char md_data[EVP_MAX_MD_SIZE];
    -		unsigned int md_len;
    -		if (!PKCS7_find_digest(&mdc, bio,
    -				OBJ_obj2nid(p7->d.digest->md->algorithm)))
    -			goto err;
    -		if (!EVP_DigestFinal_ex(mdc,md_data,&md_len))
    -			goto err;
    -		M_ASN1_OCTET_STRING_set(p7->d.digest->digest, md_data, md_len);
    -		}
    -
    -	if (!PKCS7_is_detached(p7) && !(os->flags & ASN1_STRING_FLAG_NDEF))
    -		{
    -		char *cont;
    -		long contlen;
    -		btmp=BIO_find_type(bio,BIO_TYPE_MEM);
    -		if (btmp == NULL)
    -			{
    -			PKCS7err(PKCS7_F_PKCS7_DATAFINAL,PKCS7_R_UNABLE_TO_FIND_MEM_BIO);
    -			goto err;
    -			}
    -		contlen = BIO_get_mem_data(btmp, &cont);
    -		/* Mark the BIO read only then we can use its copy of the data
    -		 * instead of making an extra copy.
    -		 */
    -		BIO_set_flags(btmp, BIO_FLAGS_MEM_RDONLY);
    -		BIO_set_mem_eof_return(btmp, 0);
    -		ASN1_STRING_set0(os, (unsigned char *)cont, contlen);
    -		}
    -	ret=1;
    -err:
    -	EVP_MD_CTX_cleanup(&ctx_tmp);
    -	return(ret);
    -	}
    +{
    +    int ret = 0;
    +    int i, j;
    +    BIO *btmp;
    +    PKCS7_SIGNER_INFO *si;
    +    EVP_MD_CTX *mdc, ctx_tmp;
    +    STACK_OF(X509_ATTRIBUTE) *sk;
    +    STACK_OF(PKCS7_SIGNER_INFO) *si_sk = NULL;
    +    ASN1_OCTET_STRING *os = NULL;
    +
    +    EVP_MD_CTX_init(&ctx_tmp);
    +    i = OBJ_obj2nid(p7->type);
    +    p7->state = PKCS7_S_HEADER;
    +
    +    switch (i) {
    +    case NID_pkcs7_data:
    +        os = p7->d.data;
    +        break;
    +    case NID_pkcs7_signedAndEnveloped:
    +        /* XXXXXXXXXXXXXXXX */
    +        si_sk = p7->d.signed_and_enveloped->signer_info;
    +        os = p7->d.signed_and_enveloped->enc_data->enc_data;
    +        if (!os) {
    +            os = M_ASN1_OCTET_STRING_new();
    +            if (!os) {
    +                PKCS7err(PKCS7_F_PKCS7_DATAFINAL, ERR_R_MALLOC_FAILURE);
    +                goto err;
    +            }
    +            p7->d.signed_and_enveloped->enc_data->enc_data = os;
    +        }
    +        break;
    +    case NID_pkcs7_enveloped:
    +        /* XXXXXXXXXXXXXXXX */
    +        os = p7->d.enveloped->enc_data->enc_data;
    +        if (!os) {
    +            os = M_ASN1_OCTET_STRING_new();
    +            if (!os) {
    +                PKCS7err(PKCS7_F_PKCS7_DATAFINAL, ERR_R_MALLOC_FAILURE);
    +                goto err;
    +            }
    +            p7->d.enveloped->enc_data->enc_data = os;
    +        }
    +        break;
    +    case NID_pkcs7_signed:
    +        si_sk = p7->d.sign->signer_info;
    +        os = PKCS7_get_octet_string(p7->d.sign->contents);
    +        /* If detached data then the content is excluded */
    +        if (PKCS7_type_is_data(p7->d.sign->contents) && p7->detached) {
    +            M_ASN1_OCTET_STRING_free(os);
    +            p7->d.sign->contents->d.data = NULL;
    +        }
    +        break;
    +
    +    case NID_pkcs7_digest:
    +        os = PKCS7_get_octet_string(p7->d.digest->contents);
    +        /* If detached data then the content is excluded */
    +        if (PKCS7_type_is_data(p7->d.digest->contents) && p7->detached) {
    +            M_ASN1_OCTET_STRING_free(os);
    +            p7->d.digest->contents->d.data = NULL;
    +        }
    +        break;
    +
    +    default:
    +        PKCS7err(PKCS7_F_PKCS7_DATAFINAL, PKCS7_R_UNSUPPORTED_CONTENT_TYPE);
    +        goto err;
    +    }
    +
    +    if (si_sk != NULL) {
    +        for (i = 0; i < sk_PKCS7_SIGNER_INFO_num(si_sk); i++) {
    +            si = sk_PKCS7_SIGNER_INFO_value(si_sk, i);
    +            if (si->pkey == NULL)
    +                continue;
    +
    +            j = OBJ_obj2nid(si->digest_alg->algorithm);
    +
    +            btmp = bio;
    +
    +            btmp = PKCS7_find_digest(&mdc, btmp, j);
    +
    +            if (btmp == NULL)
    +                goto err;
    +
    +            /*
    +             * We now have the EVP_MD_CTX, lets do the signing.
    +             */
    +            if (!EVP_MD_CTX_copy_ex(&ctx_tmp, mdc))
    +                goto err;
    +
    +            sk = si->auth_attr;
    +
    +            /*
    +             * If there are attributes, we add the digest attribute and only
    +             * sign the attributes
    +             */
    +            if (sk_X509_ATTRIBUTE_num(sk) > 0) {
    +                if (!do_pkcs7_signed_attrib(si, &ctx_tmp))
    +                    goto err;
    +            } else {
    +                unsigned char *abuf = NULL;
    +                unsigned int abuflen;
    +                abuflen = EVP_PKEY_size(si->pkey);
    +                abuf = OPENSSL_malloc(abuflen);
    +                if (!abuf)
    +                    goto err;
    +
    +                if (!EVP_SignFinal(&ctx_tmp, abuf, &abuflen, si->pkey)) {
    +                    PKCS7err(PKCS7_F_PKCS7_DATAFINAL, ERR_R_EVP_LIB);
    +                    goto err;
    +                }
    +                ASN1_STRING_set0(si->enc_digest, abuf, abuflen);
    +            }
    +        }
    +    } else if (i == NID_pkcs7_digest) {
    +        unsigned char md_data[EVP_MAX_MD_SIZE];
    +        unsigned int md_len;
    +        if (!PKCS7_find_digest(&mdc, bio,
    +                               OBJ_obj2nid(p7->d.digest->md->algorithm)))
    +            goto err;
    +        if (!EVP_DigestFinal_ex(mdc, md_data, &md_len))
    +            goto err;
    +        M_ASN1_OCTET_STRING_set(p7->d.digest->digest, md_data, md_len);
    +    }
    +
    +    if (!PKCS7_is_detached(p7) && !(os->flags & ASN1_STRING_FLAG_NDEF)) {
    +        char *cont;
    +        long contlen;
    +        btmp = BIO_find_type(bio, BIO_TYPE_MEM);
    +        if (btmp == NULL) {
    +            PKCS7err(PKCS7_F_PKCS7_DATAFINAL, PKCS7_R_UNABLE_TO_FIND_MEM_BIO);
    +            goto err;
    +        }
    +        contlen = BIO_get_mem_data(btmp, &cont);
    +        /*
    +         * Mark the BIO read only then we can use its copy of the data
    +         * instead of making an extra copy.
    +         */
    +        BIO_set_flags(btmp, BIO_FLAGS_MEM_RDONLY);
    +        BIO_set_mem_eof_return(btmp, 0);
    +        ASN1_STRING_set0(os, (unsigned char *)cont, contlen);
    +    }
    +    ret = 1;
    + err:
    +    EVP_MD_CTX_cleanup(&ctx_tmp);
    +    return (ret);
    +}
     
     int PKCS7_SIGNER_INFO_sign(PKCS7_SIGNER_INFO *si)
    -	{
    -	EVP_MD_CTX mctx;
    -	EVP_PKEY_CTX *pctx;
    -	unsigned char *abuf = NULL;
    -	int alen;
    -	size_t siglen;
    -	const EVP_MD *md = NULL;
    -
    -	md = EVP_get_digestbyobj(si->digest_alg->algorithm);
    -	if (md == NULL)
    -		return 0;
    -
    -	EVP_MD_CTX_init(&mctx);
    -	if (EVP_DigestSignInit(&mctx, &pctx, md,NULL, si->pkey) <= 0)
    -		goto err;
    -
    -	if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_SIGN,
    -				EVP_PKEY_CTRL_PKCS7_SIGN, 0, si) <= 0)
    -		{
    -		PKCS7err(PKCS7_F_PKCS7_SIGNER_INFO_SIGN, PKCS7_R_CTRL_ERROR);
    -		goto err;
    -		}
    -
    -	alen = ASN1_item_i2d((ASN1_VALUE *)si->auth_attr,&abuf,
    -				ASN1_ITEM_rptr(PKCS7_ATTR_SIGN));
    -	if(!abuf)
    -		goto err;
    -	if (EVP_DigestSignUpdate(&mctx,abuf,alen) <= 0)
    -		goto err;
    -	OPENSSL_free(abuf);
    -	abuf = NULL;
    -	if (EVP_DigestSignFinal(&mctx, NULL, &siglen) <= 0)
    -		goto err;
    -	abuf = OPENSSL_malloc(siglen);
    -	if(!abuf)
    -		goto err;
    -	if (EVP_DigestSignFinal(&mctx, abuf, &siglen) <= 0)
    -		goto err;
    -
    -	if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_SIGN,
    -				EVP_PKEY_CTRL_PKCS7_SIGN, 1, si) <= 0)
    -		{
    -		PKCS7err(PKCS7_F_PKCS7_SIGNER_INFO_SIGN, PKCS7_R_CTRL_ERROR);
    -		goto err;
    -		}
    -
    -	EVP_MD_CTX_cleanup(&mctx);
    -
    -	ASN1_STRING_set0(si->enc_digest, abuf, siglen);
    -
    -	return 1;
    -
    -	err:
    -	if (abuf)
    -		OPENSSL_free(abuf);
    -	EVP_MD_CTX_cleanup(&mctx);
    -	return 0;
    -
    -	}
    +{
    +    EVP_MD_CTX mctx;
    +    EVP_PKEY_CTX *pctx;
    +    unsigned char *abuf = NULL;
    +    int alen;
    +    size_t siglen;
    +    const EVP_MD *md = NULL;
    +
    +    md = EVP_get_digestbyobj(si->digest_alg->algorithm);
    +    if (md == NULL)
    +        return 0;
    +
    +    EVP_MD_CTX_init(&mctx);
    +    if (EVP_DigestSignInit(&mctx, &pctx, md, NULL, si->pkey) <= 0)
    +        goto err;
    +
    +    if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_SIGN,
    +                          EVP_PKEY_CTRL_PKCS7_SIGN, 0, si) <= 0) {
    +        PKCS7err(PKCS7_F_PKCS7_SIGNER_INFO_SIGN, PKCS7_R_CTRL_ERROR);
    +        goto err;
    +    }
    +
    +    alen = ASN1_item_i2d((ASN1_VALUE *)si->auth_attr, &abuf,
    +                         ASN1_ITEM_rptr(PKCS7_ATTR_SIGN));
    +    if (!abuf)
    +        goto err;
    +    if (EVP_DigestSignUpdate(&mctx, abuf, alen) <= 0)
    +        goto err;
    +    OPENSSL_free(abuf);
    +    abuf = NULL;
    +    if (EVP_DigestSignFinal(&mctx, NULL, &siglen) <= 0)
    +        goto err;
    +    abuf = OPENSSL_malloc(siglen);
    +    if (!abuf)
    +        goto err;
    +    if (EVP_DigestSignFinal(&mctx, abuf, &siglen) <= 0)
    +        goto err;
    +
    +    if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_SIGN,
    +                          EVP_PKEY_CTRL_PKCS7_SIGN, 1, si) <= 0) {
    +        PKCS7err(PKCS7_F_PKCS7_SIGNER_INFO_SIGN, PKCS7_R_CTRL_ERROR);
    +        goto err;
    +    }
    +
    +    EVP_MD_CTX_cleanup(&mctx);
    +
    +    ASN1_STRING_set0(si->enc_digest, abuf, siglen);
    +
    +    return 1;
    +
    + err:
    +    if (abuf)
    +        OPENSSL_free(abuf);
    +    EVP_MD_CTX_cleanup(&mctx);
    +    return 0;
    +
    +}
     
     int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx, BIO *bio,
    -	     PKCS7 *p7, PKCS7_SIGNER_INFO *si)
    -	{
    -	PKCS7_ISSUER_AND_SERIAL *ias;
    -	int ret=0,i;
    -	STACK_OF(X509) *cert;
    -	X509 *x509;
    -
    -	if (PKCS7_type_is_signed(p7))
    -		{
    -		cert=p7->d.sign->cert;
    -		}
    -	else if (PKCS7_type_is_signedAndEnveloped(p7))
    -		{
    -		cert=p7->d.signed_and_enveloped->cert;
    -		}
    -	else
    -		{
    -		PKCS7err(PKCS7_F_PKCS7_DATAVERIFY,PKCS7_R_WRONG_PKCS7_TYPE);
    -		goto err;
    -		}
    -	/* XXXXXXXXXXXXXXXXXXXXXXX */
    -	ias=si->issuer_and_serial;
    -
    -	x509=X509_find_by_issuer_and_serial(cert,ias->issuer,ias->serial);
    -
    -	/* were we able to find the cert in passed to us */
    -	if (x509 == NULL)
    -		{
    -		PKCS7err(PKCS7_F_PKCS7_DATAVERIFY,PKCS7_R_UNABLE_TO_FIND_CERTIFICATE);
    -		goto err;
    -		}
    -
    -	/* Lets verify */
    -	if(!X509_STORE_CTX_init(ctx,cert_store,x509,cert))
    -		{
    -		PKCS7err(PKCS7_F_PKCS7_DATAVERIFY,ERR_R_X509_LIB);
    -		goto err;
    -		}
    -	X509_STORE_CTX_set_purpose(ctx, X509_PURPOSE_SMIME_SIGN);
    -	i=X509_verify_cert(ctx);
    -	if (i <= 0) 
    -		{
    -		PKCS7err(PKCS7_F_PKCS7_DATAVERIFY,ERR_R_X509_LIB);
    -		X509_STORE_CTX_cleanup(ctx);
    -		goto err;
    -		}
    -	X509_STORE_CTX_cleanup(ctx);
    -
    -	return PKCS7_signatureVerify(bio, p7, si, x509);
    -	err:
    -	return ret;
    -	}
    +                     PKCS7 *p7, PKCS7_SIGNER_INFO *si)
    +{
    +    PKCS7_ISSUER_AND_SERIAL *ias;
    +    int ret = 0, i;
    +    STACK_OF(X509) *cert;
    +    X509 *x509;
    +
    +    if (PKCS7_type_is_signed(p7)) {
    +        cert = p7->d.sign->cert;
    +    } else if (PKCS7_type_is_signedAndEnveloped(p7)) {
    +        cert = p7->d.signed_and_enveloped->cert;
    +    } else {
    +        PKCS7err(PKCS7_F_PKCS7_DATAVERIFY, PKCS7_R_WRONG_PKCS7_TYPE);
    +        goto err;
    +    }
    +    /* XXXXXXXXXXXXXXXXXXXXXXX */
    +    ias = si->issuer_and_serial;
    +
    +    x509 = X509_find_by_issuer_and_serial(cert, ias->issuer, ias->serial);
    +
    +    /* were we able to find the cert in passed to us */
    +    if (x509 == NULL) {
    +        PKCS7err(PKCS7_F_PKCS7_DATAVERIFY,
    +                 PKCS7_R_UNABLE_TO_FIND_CERTIFICATE);
    +        goto err;
    +    }
    +
    +    /* Lets verify */
    +    if (!X509_STORE_CTX_init(ctx, cert_store, x509, cert)) {
    +        PKCS7err(PKCS7_F_PKCS7_DATAVERIFY, ERR_R_X509_LIB);
    +        goto err;
    +    }
    +    X509_STORE_CTX_set_purpose(ctx, X509_PURPOSE_SMIME_SIGN);
    +    i = X509_verify_cert(ctx);
    +    if (i <= 0) {
    +        PKCS7err(PKCS7_F_PKCS7_DATAVERIFY, ERR_R_X509_LIB);
    +        X509_STORE_CTX_cleanup(ctx);
    +        goto err;
    +    }
    +    X509_STORE_CTX_cleanup(ctx);
    +
    +    return PKCS7_signatureVerify(bio, p7, si, x509);
    + err:
    +    return ret;
    +}
     
     int PKCS7_signatureVerify(BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si,
    -								X509 *x509)
    -	{
    -	ASN1_OCTET_STRING *os;
    -	EVP_MD_CTX mdc_tmp,*mdc;
    -	int ret=0,i;
    -	int md_type;
    -	STACK_OF(X509_ATTRIBUTE) *sk;
    -	BIO *btmp;
    -	EVP_PKEY *pkey;
    -
    -	EVP_MD_CTX_init(&mdc_tmp);
    -
    -	if (!PKCS7_type_is_signed(p7) && 
    -				!PKCS7_type_is_signedAndEnveloped(p7)) {
    -		PKCS7err(PKCS7_F_PKCS7_SIGNATUREVERIFY,
    -						PKCS7_R_WRONG_PKCS7_TYPE);
    -		goto err;
    -	}
    -
    -	md_type=OBJ_obj2nid(si->digest_alg->algorithm);
    -
    -	btmp=bio;
    -	for (;;)
    -		{
    -		if ((btmp == NULL) ||
    -			((btmp=BIO_find_type(btmp,BIO_TYPE_MD)) == NULL))
    -			{
    -			PKCS7err(PKCS7_F_PKCS7_SIGNATUREVERIFY,
    -					PKCS7_R_UNABLE_TO_FIND_MESSAGE_DIGEST);
    -			goto err;
    -			}
    -		BIO_get_md_ctx(btmp,&mdc);
    -		if (mdc == NULL)
    -			{
    -			PKCS7err(PKCS7_F_PKCS7_SIGNATUREVERIFY,
    -							ERR_R_INTERNAL_ERROR);
    -			goto err;
    -			}
    -		if (EVP_MD_CTX_type(mdc) == md_type)
    -			break;
    -		/* Workaround for some broken clients that put the signature
    -		 * OID instead of the digest OID in digest_alg->algorithm
    -		 */
    -		if (EVP_MD_pkey_type(EVP_MD_CTX_md(mdc)) == md_type)
    -			break;
    -		btmp=BIO_next(btmp);
    -		}
    -
    -	/* mdc is the digest ctx that we want, unless there are attributes,
    -	 * in which case the digest is the signed attributes */
    -	if (!EVP_MD_CTX_copy_ex(&mdc_tmp,mdc))
    -		goto err;
    -
    -	sk=si->auth_attr;
    -	if ((sk != NULL) && (sk_X509_ATTRIBUTE_num(sk) != 0))
    -		{
    -		unsigned char md_dat[EVP_MAX_MD_SIZE], *abuf = NULL;
    -                unsigned int md_len;
    -		int alen;
    -		ASN1_OCTET_STRING *message_digest;
    -
    -		if (!EVP_DigestFinal_ex(&mdc_tmp,md_dat,&md_len))
    -			goto err;
    -		message_digest=PKCS7_digest_from_attributes(sk);
    -		if (!message_digest)
    -			{
    -			PKCS7err(PKCS7_F_PKCS7_SIGNATUREVERIFY,
    -					PKCS7_R_UNABLE_TO_FIND_MESSAGE_DIGEST);
    -			goto err;
    -			}
    -		if ((message_digest->length != (int)md_len) ||
    -			(memcmp(message_digest->data,md_dat,md_len)))
    -			{
    -#if 0
    +                          X509 *x509)
     {
    -int ii;
    -for (ii=0; iilength; ii++)
    -	printf("%02X",message_digest->data[ii]); printf(" sent\n");
    -for (ii=0; iidigest_alg->algorithm);
    +
    +    btmp = bio;
    +    for (;;) {
    +        if ((btmp == NULL) ||
    +            ((btmp = BIO_find_type(btmp, BIO_TYPE_MD)) == NULL)) {
    +            PKCS7err(PKCS7_F_PKCS7_SIGNATUREVERIFY,
    +                     PKCS7_R_UNABLE_TO_FIND_MESSAGE_DIGEST);
    +            goto err;
    +        }
    +        BIO_get_md_ctx(btmp, &mdc);
    +        if (mdc == NULL) {
    +            PKCS7err(PKCS7_F_PKCS7_SIGNATUREVERIFY, ERR_R_INTERNAL_ERROR);
    +            goto err;
    +        }
    +        if (EVP_MD_CTX_type(mdc) == md_type)
    +            break;
    +        /*
    +         * Workaround for some broken clients that put the signature OID
    +         * instead of the digest OID in digest_alg->algorithm
    +         */
    +        if (EVP_MD_pkey_type(EVP_MD_CTX_md(mdc)) == md_type)
    +            break;
    +        btmp = BIO_next(btmp);
    +    }
    +
    +    /*
    +     * mdc is the digest ctx that we want, unless there are attributes, in
    +     * which case the digest is the signed attributes
    +     */
    +    if (!EVP_MD_CTX_copy_ex(&mdc_tmp, mdc))
    +        goto err;
    +
    +    sk = si->auth_attr;
    +    if ((sk != NULL) && (sk_X509_ATTRIBUTE_num(sk) != 0)) {
    +        unsigned char md_dat[EVP_MAX_MD_SIZE], *abuf = NULL;
    +        unsigned int md_len;
    +        int alen;
    +        ASN1_OCTET_STRING *message_digest;
    +
    +        if (!EVP_DigestFinal_ex(&mdc_tmp, md_dat, &md_len))
    +            goto err;
    +        message_digest = PKCS7_digest_from_attributes(sk);
    +        if (!message_digest) {
    +            PKCS7err(PKCS7_F_PKCS7_SIGNATUREVERIFY,
    +                     PKCS7_R_UNABLE_TO_FIND_MESSAGE_DIGEST);
    +            goto err;
    +        }
    +        if ((message_digest->length != (int)md_len) ||
    +            (memcmp(message_digest->data, md_dat, md_len))) {
    +#if 0
    +            {
    +                int ii;
    +                for (ii = 0; ii < message_digest->length; ii++)
    +                    printf("%02X", message_digest->data[ii]);
    +                printf(" sent\n");
    +                for (ii = 0; ii < md_len; ii++)
    +                    printf("%02X", md_dat[ii]);
    +                printf(" calc\n");
    +            }
     #endif
    -			PKCS7err(PKCS7_F_PKCS7_SIGNATUREVERIFY,
    -							PKCS7_R_DIGEST_FAILURE);
    -			ret= -1;
    -			goto err;
    -			}
    -
    -		if (!EVP_VerifyInit_ex(&mdc_tmp,EVP_get_digestbynid(md_type), NULL))
    -			goto err;
    -
    -		alen = ASN1_item_i2d((ASN1_VALUE *)sk, &abuf,
    -						ASN1_ITEM_rptr(PKCS7_ATTR_VERIFY));
    -		if (alen <= 0) 
    -			{
    -			PKCS7err(PKCS7_F_PKCS7_SIGNATUREVERIFY,ERR_R_ASN1_LIB);
    -			ret = -1;
    -			goto err;
    -			}
    -		if (!EVP_VerifyUpdate(&mdc_tmp, abuf, alen))
    -			goto err;
    -
    -		OPENSSL_free(abuf);
    -		}
    -
    -	os=si->enc_digest;
    -	pkey = X509_get_pubkey(x509);
    -	if (!pkey)
    -		{
    -		ret = -1;
    -		goto err;
    -		}
    -
    -	i=EVP_VerifyFinal(&mdc_tmp,os->data,os->length, pkey);
    -	EVP_PKEY_free(pkey);
    -	if (i <= 0)
    -		{
    -		PKCS7err(PKCS7_F_PKCS7_SIGNATUREVERIFY,
    -						PKCS7_R_SIGNATURE_FAILURE);
    -		ret= -1;
    -		goto err;
    -		}
    -	else
    -		ret=1;
    -err:
    -	EVP_MD_CTX_cleanup(&mdc_tmp);
    -	return(ret);
    -	}
    +            PKCS7err(PKCS7_F_PKCS7_SIGNATUREVERIFY, PKCS7_R_DIGEST_FAILURE);
    +            ret = -1;
    +            goto err;
    +        }
    +
    +        if (!EVP_VerifyInit_ex(&mdc_tmp, EVP_get_digestbynid(md_type), NULL))
    +            goto err;
    +
    +        alen = ASN1_item_i2d((ASN1_VALUE *)sk, &abuf,
    +                             ASN1_ITEM_rptr(PKCS7_ATTR_VERIFY));
    +        if (alen <= 0) {
    +            PKCS7err(PKCS7_F_PKCS7_SIGNATUREVERIFY, ERR_R_ASN1_LIB);
    +            ret = -1;
    +            goto err;
    +        }
    +        if (!EVP_VerifyUpdate(&mdc_tmp, abuf, alen))
    +            goto err;
    +
    +        OPENSSL_free(abuf);
    +    }
    +
    +    os = si->enc_digest;
    +    pkey = X509_get_pubkey(x509);
    +    if (!pkey) {
    +        ret = -1;
    +        goto err;
    +    }
    +
    +    i = EVP_VerifyFinal(&mdc_tmp, os->data, os->length, pkey);
    +    EVP_PKEY_free(pkey);
    +    if (i <= 0) {
    +        PKCS7err(PKCS7_F_PKCS7_SIGNATUREVERIFY, PKCS7_R_SIGNATURE_FAILURE);
    +        ret = -1;
    +        goto err;
    +    } else
    +        ret = 1;
    + err:
    +    EVP_MD_CTX_cleanup(&mdc_tmp);
    +    return (ret);
    +}
     
     PKCS7_ISSUER_AND_SERIAL *PKCS7_get_issuer_and_serial(PKCS7 *p7, int idx)
    -	{
    -	STACK_OF(PKCS7_RECIP_INFO) *rsk;
    -	PKCS7_RECIP_INFO *ri;
    -	int i;
    -
    -	i=OBJ_obj2nid(p7->type);
    -	if (i != NID_pkcs7_signedAndEnveloped)
    -		return NULL;
    -	if (p7->d.signed_and_enveloped == NULL)
    -		return NULL;
    -	rsk=p7->d.signed_and_enveloped->recipientinfo;
    -	if (rsk == NULL)
    -		return NULL;
    -	ri=sk_PKCS7_RECIP_INFO_value(rsk,0);
    -	if (sk_PKCS7_RECIP_INFO_num(rsk) <= idx) return(NULL);
    -	ri=sk_PKCS7_RECIP_INFO_value(rsk,idx);
    -	return(ri->issuer_and_serial);
    -	}
    +{
    +    STACK_OF(PKCS7_RECIP_INFO) *rsk;
    +    PKCS7_RECIP_INFO *ri;
    +    int i;
    +
    +    i = OBJ_obj2nid(p7->type);
    +    if (i != NID_pkcs7_signedAndEnveloped)
    +        return NULL;
    +    if (p7->d.signed_and_enveloped == NULL)
    +        return NULL;
    +    rsk = p7->d.signed_and_enveloped->recipientinfo;
    +    if (rsk == NULL)
    +        return NULL;
    +    ri = sk_PKCS7_RECIP_INFO_value(rsk, 0);
    +    if (sk_PKCS7_RECIP_INFO_num(rsk) <= idx)
    +        return (NULL);
    +    ri = sk_PKCS7_RECIP_INFO_value(rsk, idx);
    +    return (ri->issuer_and_serial);
    +}
     
     ASN1_TYPE *PKCS7_get_signed_attribute(PKCS7_SIGNER_INFO *si, int nid)
    -	{
    -	return(get_attribute(si->auth_attr,nid));
    -	}
    +{
    +    return (get_attribute(si->auth_attr, nid));
    +}
     
     ASN1_TYPE *PKCS7_get_attribute(PKCS7_SIGNER_INFO *si, int nid)
    -	{
    -	return(get_attribute(si->unauth_attr,nid));
    -	}
    +{
    +    return (get_attribute(si->unauth_attr, nid));
    +}
     
     static ASN1_TYPE *get_attribute(STACK_OF(X509_ATTRIBUTE) *sk, int nid)
    -	{
    -	int i;
    -	X509_ATTRIBUTE *xa;
    -	ASN1_OBJECT *o;
    -
    -	o=OBJ_nid2obj(nid);
    -	if (!o || !sk) return(NULL);
    -	for (i=0; iobject,o) == 0)
    -			{
    -			if (!xa->single && sk_ASN1_TYPE_num(xa->value.set))
    -				return(sk_ASN1_TYPE_value(xa->value.set,0));
    -			else
    -				return(NULL);
    -			}
    -		}
    -	return(NULL);
    -	}
    +{
    +    int i;
    +    X509_ATTRIBUTE *xa;
    +    ASN1_OBJECT *o;
    +
    +    o = OBJ_nid2obj(nid);
    +    if (!o || !sk)
    +        return (NULL);
    +    for (i = 0; i < sk_X509_ATTRIBUTE_num(sk); i++) {
    +        xa = sk_X509_ATTRIBUTE_value(sk, i);
    +        if (OBJ_cmp(xa->object, o) == 0) {
    +            if (!xa->single && sk_ASN1_TYPE_num(xa->value.set))
    +                return (sk_ASN1_TYPE_value(xa->value.set, 0));
    +            else
    +                return (NULL);
    +        }
    +    }
    +    return (NULL);
    +}
     
     ASN1_OCTET_STRING *PKCS7_digest_from_attributes(STACK_OF(X509_ATTRIBUTE) *sk)
     {
    -	ASN1_TYPE *astype;
    -	if(!(astype = get_attribute(sk, NID_pkcs9_messageDigest))) return NULL;
    -	return astype->value.octet_string;
    +    ASN1_TYPE *astype;
    +    if (!(astype = get_attribute(sk, NID_pkcs9_messageDigest)))
    +        return NULL;
    +    return astype->value.octet_string;
     }
     
     int PKCS7_set_signed_attributes(PKCS7_SIGNER_INFO *p7si,
    -				STACK_OF(X509_ATTRIBUTE) *sk)
    -	{
    -	int i;
    -
    -	if (p7si->auth_attr != NULL)
    -		sk_X509_ATTRIBUTE_pop_free(p7si->auth_attr,X509_ATTRIBUTE_free);
    -	p7si->auth_attr=sk_X509_ATTRIBUTE_dup(sk);
    -	if (p7si->auth_attr == NULL)
    -		return 0;
    -	for (i=0; iauth_attr,i,
    -			X509_ATTRIBUTE_dup(sk_X509_ATTRIBUTE_value(sk,i))))
    -		    == NULL)
    -			return(0);
    -		}
    -	return(1);
    -	}
    -
    -int PKCS7_set_attributes(PKCS7_SIGNER_INFO *p7si, STACK_OF(X509_ATTRIBUTE) *sk)
    -	{
    -	int i;
    -
    -	if (p7si->unauth_attr != NULL)
    -		sk_X509_ATTRIBUTE_pop_free(p7si->unauth_attr,
    -					   X509_ATTRIBUTE_free);
    -	p7si->unauth_attr=sk_X509_ATTRIBUTE_dup(sk);
    -	if (p7si->unauth_attr == NULL)
    -		return 0;
    -	for (i=0; iunauth_attr,i,
    -                        X509_ATTRIBUTE_dup(sk_X509_ATTRIBUTE_value(sk,i))))
    -		    == NULL)
    -			return(0);
    -		}
    -	return(1);
    -	}
    +                                STACK_OF(X509_ATTRIBUTE) *sk)
    +{
    +    int i;
    +
    +    if (p7si->auth_attr != NULL)
    +        sk_X509_ATTRIBUTE_pop_free(p7si->auth_attr, X509_ATTRIBUTE_free);
    +    p7si->auth_attr = sk_X509_ATTRIBUTE_dup(sk);
    +    if (p7si->auth_attr == NULL)
    +        return 0;
    +    for (i = 0; i < sk_X509_ATTRIBUTE_num(sk); i++) {
    +        if ((sk_X509_ATTRIBUTE_set(p7si->auth_attr, i,
    +                                   X509_ATTRIBUTE_dup(sk_X509_ATTRIBUTE_value
    +                                                      (sk, i))))
    +            == NULL)
    +            return (0);
    +    }
    +    return (1);
    +}
    +
    +int PKCS7_set_attributes(PKCS7_SIGNER_INFO *p7si,
    +                         STACK_OF(X509_ATTRIBUTE) *sk)
    +{
    +    int i;
    +
    +    if (p7si->unauth_attr != NULL)
    +        sk_X509_ATTRIBUTE_pop_free(p7si->unauth_attr, X509_ATTRIBUTE_free);
    +    p7si->unauth_attr = sk_X509_ATTRIBUTE_dup(sk);
    +    if (p7si->unauth_attr == NULL)
    +        return 0;
    +    for (i = 0; i < sk_X509_ATTRIBUTE_num(sk); i++) {
    +        if ((sk_X509_ATTRIBUTE_set(p7si->unauth_attr, i,
    +                                   X509_ATTRIBUTE_dup(sk_X509_ATTRIBUTE_value
    +                                                      (sk, i))))
    +            == NULL)
    +            return (0);
    +    }
    +    return (1);
    +}
     
     int PKCS7_add_signed_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype,
    -	     void *value)
    -	{
    -	return(add_attribute(&(p7si->auth_attr),nid,atrtype,value));
    -	}
    +                               void *value)
    +{
    +    return (add_attribute(&(p7si->auth_attr), nid, atrtype, value));
    +}
     
     int PKCS7_add_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype,
    -	     void *value)
    -	{
    -	return(add_attribute(&(p7si->unauth_attr),nid,atrtype,value));
    -	}
    +                        void *value)
    +{
    +    return (add_attribute(&(p7si->unauth_attr), nid, atrtype, value));
    +}
     
     static int add_attribute(STACK_OF(X509_ATTRIBUTE) **sk, int nid, int atrtype,
    -			 void *value)
    -	{
    -	X509_ATTRIBUTE *attr=NULL;
    -
    -	if (*sk == NULL)
    -		{
    -		*sk = sk_X509_ATTRIBUTE_new_null();
    -		if (*sk == NULL)
    -			return 0;	
    -new_attrib:
    -		if (!(attr=X509_ATTRIBUTE_create(nid,atrtype,value)))
    -			return 0;
    -		if (!sk_X509_ATTRIBUTE_push(*sk,attr))
    -			{
    -			X509_ATTRIBUTE_free(attr);
    -			return 0;
    -			}
    -		}
    -	else
    -		{
    -		int i;
    -
    -		for (i=0; iobject) == nid)
    -				{
    -				X509_ATTRIBUTE_free(attr);
    -				attr=X509_ATTRIBUTE_create(nid,atrtype,value);
    -				if (attr == NULL)
    -					return 0;
    -				if (!sk_X509_ATTRIBUTE_set(*sk,i,attr))
    -					{
    -					X509_ATTRIBUTE_free(attr);
    -					return 0;
    -					}
    -				goto end;
    -				}
    -			}
    -		goto new_attrib;
    -		}
    -end:
    -	return(1);
    -	}
    -
    +                         void *value)
    +{
    +    X509_ATTRIBUTE *attr = NULL;
    +
    +    if (*sk == NULL) {
    +        *sk = sk_X509_ATTRIBUTE_new_null();
    +        if (*sk == NULL)
    +            return 0;
    + new_attrib:
    +        if (!(attr = X509_ATTRIBUTE_create(nid, atrtype, value)))
    +            return 0;
    +        if (!sk_X509_ATTRIBUTE_push(*sk, attr)) {
    +            X509_ATTRIBUTE_free(attr);
    +            return 0;
    +        }
    +    } else {
    +        int i;
    +
    +        for (i = 0; i < sk_X509_ATTRIBUTE_num(*sk); i++) {
    +            attr = sk_X509_ATTRIBUTE_value(*sk, i);
    +            if (OBJ_obj2nid(attr->object) == nid) {
    +                X509_ATTRIBUTE_free(attr);
    +                attr = X509_ATTRIBUTE_create(nid, atrtype, value);
    +                if (attr == NULL)
    +                    return 0;
    +                if (!sk_X509_ATTRIBUTE_set(*sk, i, attr)) {
    +                    X509_ATTRIBUTE_free(attr);
    +                    return 0;
    +                }
    +                goto end;
    +            }
    +        }
    +        goto new_attrib;
    +    }
    + end:
    +    return (1);
    +}
    diff --git a/openssl/crypto/pkcs7/pk7_enc.c b/openssl/crypto/pkcs7/pk7_enc.c
    index acbb189c5..6983e014c 100644
    --- a/openssl/crypto/pkcs7/pk7_enc.c
    +++ b/openssl/crypto/pkcs7/pk7_enc.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -64,13 +64,12 @@
     #include 
     #include 
     
    -PKCS7_in_bio(PKCS7 *p7,BIO *in);
    -PKCS7_out_bio(PKCS7 *p7,BIO *out);
    +PKCS7_in_bio(PKCS7 *p7, BIO *in);
    +PKCS7_out_bio(PKCS7 *p7, BIO *out);
     
    -PKCS7_add_signer(PKCS7 *p7,X509 *cert,EVP_PKEY *key);
    -PKCS7_cipher(PKCS7 *p7,EVP_CIPHER *cipher);
    +PKCS7_add_signer(PKCS7 *p7, X509 *cert, EVP_PKEY *key);
    +PKCS7_cipher(PKCS7 *p7, EVP_CIPHER *cipher);
     
     PKCS7_Init(PKCS7 *p7);
     PKCS7_Update(PKCS7 *p7);
     PKCS7_Finish(PKCS7 *p7);
    -
    diff --git a/openssl/crypto/pkcs7/pk7_lib.c b/openssl/crypto/pkcs7/pk7_lib.c
    index d411269b5..c77381275 100644
    --- a/openssl/crypto/pkcs7/pk7_lib.c
    +++ b/openssl/crypto/pkcs7/pk7_lib.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,603 +63,581 @@
     #include "asn1_locl.h"
     
     long PKCS7_ctrl(PKCS7 *p7, int cmd, long larg, char *parg)
    -	{
    -	int nid;
    -	long ret;
    -
    -	nid=OBJ_obj2nid(p7->type);
    -
    -	switch (cmd)
    -		{
    -	case PKCS7_OP_SET_DETACHED_SIGNATURE:
    -		if (nid == NID_pkcs7_signed)
    -			{
    -			ret=p7->detached=(int)larg;
    -			if (ret && PKCS7_type_is_data(p7->d.sign->contents))
    -					{
    -					ASN1_OCTET_STRING *os;
    -					os=p7->d.sign->contents->d.data;
    -					ASN1_OCTET_STRING_free(os);
    -					p7->d.sign->contents->d.data = NULL;
    -					}
    -			}
    -		else
    -			{
    -			PKCS7err(PKCS7_F_PKCS7_CTRL,PKCS7_R_OPERATION_NOT_SUPPORTED_ON_THIS_TYPE);
    -			ret=0;
    -			}
    -		break;
    -	case PKCS7_OP_GET_DETACHED_SIGNATURE:
    -		if (nid == NID_pkcs7_signed)
    -			{
    -			if(!p7->d.sign  || !p7->d.sign->contents->d.ptr)
    -				ret = 1;
    -			else ret = 0;
    -				
    -			p7->detached = ret;
    -			}
    -		else
    -			{
    -			PKCS7err(PKCS7_F_PKCS7_CTRL,PKCS7_R_OPERATION_NOT_SUPPORTED_ON_THIS_TYPE);
    -			ret=0;
    -			}
    -			
    -		break;
    -	default:
    -		PKCS7err(PKCS7_F_PKCS7_CTRL,PKCS7_R_UNKNOWN_OPERATION);
    -		ret=0;
    -		}
    -	return(ret);
    -	}
    +{
    +    int nid;
    +    long ret;
    +
    +    nid = OBJ_obj2nid(p7->type);
    +
    +    switch (cmd) {
    +    case PKCS7_OP_SET_DETACHED_SIGNATURE:
    +        if (nid == NID_pkcs7_signed) {
    +            ret = p7->detached = (int)larg;
    +            if (ret && PKCS7_type_is_data(p7->d.sign->contents)) {
    +                ASN1_OCTET_STRING *os;
    +                os = p7->d.sign->contents->d.data;
    +                ASN1_OCTET_STRING_free(os);
    +                p7->d.sign->contents->d.data = NULL;
    +            }
    +        } else {
    +            PKCS7err(PKCS7_F_PKCS7_CTRL,
    +                     PKCS7_R_OPERATION_NOT_SUPPORTED_ON_THIS_TYPE);
    +            ret = 0;
    +        }
    +        break;
    +    case PKCS7_OP_GET_DETACHED_SIGNATURE:
    +        if (nid == NID_pkcs7_signed) {
    +            if (!p7->d.sign || !p7->d.sign->contents->d.ptr)
    +                ret = 1;
    +            else
    +                ret = 0;
    +
    +            p7->detached = ret;
    +        } else {
    +            PKCS7err(PKCS7_F_PKCS7_CTRL,
    +                     PKCS7_R_OPERATION_NOT_SUPPORTED_ON_THIS_TYPE);
    +            ret = 0;
    +        }
    +
    +        break;
    +    default:
    +        PKCS7err(PKCS7_F_PKCS7_CTRL, PKCS7_R_UNKNOWN_OPERATION);
    +        ret = 0;
    +    }
    +    return (ret);
    +}
     
     int PKCS7_content_new(PKCS7 *p7, int type)
    -	{
    -	PKCS7 *ret=NULL;
    -
    -	if ((ret=PKCS7_new()) == NULL) goto err;
    -	if (!PKCS7_set_type(ret,type)) goto err;
    -	if (!PKCS7_set_content(p7,ret)) goto err;
    -
    -	return(1);
    -err:
    -	if (ret != NULL) PKCS7_free(ret);
    -	return(0);
    -	}
    +{
    +    PKCS7 *ret = NULL;
    +
    +    if ((ret = PKCS7_new()) == NULL)
    +        goto err;
    +    if (!PKCS7_set_type(ret, type))
    +        goto err;
    +    if (!PKCS7_set_content(p7, ret))
    +        goto err;
    +
    +    return (1);
    + err:
    +    if (ret != NULL)
    +        PKCS7_free(ret);
    +    return (0);
    +}
     
     int PKCS7_set_content(PKCS7 *p7, PKCS7 *p7_data)
    -	{
    -	int i;
    -
    -	i=OBJ_obj2nid(p7->type);
    -	switch (i)
    -		{
    -	case NID_pkcs7_signed:
    -		if (p7->d.sign->contents != NULL)
    -			PKCS7_free(p7->d.sign->contents);
    -		p7->d.sign->contents=p7_data;
    -		break;
    -	case NID_pkcs7_digest:
    -		if (p7->d.digest->contents != NULL)
    -			PKCS7_free(p7->d.digest->contents);
    -		p7->d.digest->contents=p7_data;
    -		break;
    -	case NID_pkcs7_data:
    -	case NID_pkcs7_enveloped:
    -	case NID_pkcs7_signedAndEnveloped:
    -	case NID_pkcs7_encrypted:
    -	default:
    -		PKCS7err(PKCS7_F_PKCS7_SET_CONTENT,PKCS7_R_UNSUPPORTED_CONTENT_TYPE);
    -		goto err;
    -		}
    -	return(1);
    -err:
    -	return(0);
    -	}
    +{
    +    int i;
    +
    +    i = OBJ_obj2nid(p7->type);
    +    switch (i) {
    +    case NID_pkcs7_signed:
    +        if (p7->d.sign->contents != NULL)
    +            PKCS7_free(p7->d.sign->contents);
    +        p7->d.sign->contents = p7_data;
    +        break;
    +    case NID_pkcs7_digest:
    +        if (p7->d.digest->contents != NULL)
    +            PKCS7_free(p7->d.digest->contents);
    +        p7->d.digest->contents = p7_data;
    +        break;
    +    case NID_pkcs7_data:
    +    case NID_pkcs7_enveloped:
    +    case NID_pkcs7_signedAndEnveloped:
    +    case NID_pkcs7_encrypted:
    +    default:
    +        PKCS7err(PKCS7_F_PKCS7_SET_CONTENT, PKCS7_R_UNSUPPORTED_CONTENT_TYPE);
    +        goto err;
    +    }
    +    return (1);
    + err:
    +    return (0);
    +}
     
     int PKCS7_set_type(PKCS7 *p7, int type)
    -	{
    -	ASN1_OBJECT *obj;
    -
    -	/*PKCS7_content_free(p7);*/
    -	obj=OBJ_nid2obj(type); /* will not fail */
    -
    -	switch (type)
    -		{
    -	case NID_pkcs7_signed:
    -		p7->type=obj;
    -		if ((p7->d.sign=PKCS7_SIGNED_new()) == NULL)
    -			goto err;
    -		if (!ASN1_INTEGER_set(p7->d.sign->version,1))
    -			{
    -			PKCS7_SIGNED_free(p7->d.sign);
    -			p7->d.sign=NULL;
    -			goto err;
    -			}
    -		break;
    -	case NID_pkcs7_data:
    -		p7->type=obj;
    -		if ((p7->d.data=M_ASN1_OCTET_STRING_new()) == NULL)
    -			goto err;
    -		break;
    -	case NID_pkcs7_signedAndEnveloped:
    -		p7->type=obj;
    -		if ((p7->d.signed_and_enveloped=PKCS7_SIGN_ENVELOPE_new())
    -			== NULL) goto err;
    -		ASN1_INTEGER_set(p7->d.signed_and_enveloped->version,1);
    -		if (!ASN1_INTEGER_set(p7->d.signed_and_enveloped->version,1))
    -			goto err;
    -		p7->d.signed_and_enveloped->enc_data->content_type
    -						= OBJ_nid2obj(NID_pkcs7_data);
    -		break;
    -	case NID_pkcs7_enveloped:
    -		p7->type=obj;
    -		if ((p7->d.enveloped=PKCS7_ENVELOPE_new())
    -			== NULL) goto err;
    -		if (!ASN1_INTEGER_set(p7->d.enveloped->version,0))
    -			goto err;
    -		p7->d.enveloped->enc_data->content_type
    -						= OBJ_nid2obj(NID_pkcs7_data);
    -		break;
    -	case NID_pkcs7_encrypted:
    -		p7->type=obj;
    -		if ((p7->d.encrypted=PKCS7_ENCRYPT_new())
    -			== NULL) goto err;
    -		if (!ASN1_INTEGER_set(p7->d.encrypted->version,0))
    -			goto err;
    -		p7->d.encrypted->enc_data->content_type
    -						= OBJ_nid2obj(NID_pkcs7_data);
    -		break;
    -
    -	case NID_pkcs7_digest:
    -		p7->type=obj;
    -		if ((p7->d.digest=PKCS7_DIGEST_new())
    -			== NULL) goto err;
    -		if (!ASN1_INTEGER_set(p7->d.digest->version,0))
    -			goto err;
    -		break;
    -	default:
    -		PKCS7err(PKCS7_F_PKCS7_SET_TYPE,PKCS7_R_UNSUPPORTED_CONTENT_TYPE);
    -		goto err;
    -		}
    -	return(1);
    -err:
    -	return(0);
    -	}
    +{
    +    ASN1_OBJECT *obj;
    +
    +    /*
    +     * PKCS7_content_free(p7);
    +     */
    +    obj = OBJ_nid2obj(type);    /* will not fail */
    +
    +    switch (type) {
    +    case NID_pkcs7_signed:
    +        p7->type = obj;
    +        if ((p7->d.sign = PKCS7_SIGNED_new()) == NULL)
    +            goto err;
    +        if (!ASN1_INTEGER_set(p7->d.sign->version, 1)) {
    +            PKCS7_SIGNED_free(p7->d.sign);
    +            p7->d.sign = NULL;
    +            goto err;
    +        }
    +        break;
    +    case NID_pkcs7_data:
    +        p7->type = obj;
    +        if ((p7->d.data = M_ASN1_OCTET_STRING_new()) == NULL)
    +            goto err;
    +        break;
    +    case NID_pkcs7_signedAndEnveloped:
    +        p7->type = obj;
    +        if ((p7->d.signed_and_enveloped = PKCS7_SIGN_ENVELOPE_new())
    +            == NULL)
    +            goto err;
    +        ASN1_INTEGER_set(p7->d.signed_and_enveloped->version, 1);
    +        if (!ASN1_INTEGER_set(p7->d.signed_and_enveloped->version, 1))
    +            goto err;
    +        p7->d.signed_and_enveloped->enc_data->content_type
    +            = OBJ_nid2obj(NID_pkcs7_data);
    +        break;
    +    case NID_pkcs7_enveloped:
    +        p7->type = obj;
    +        if ((p7->d.enveloped = PKCS7_ENVELOPE_new())
    +            == NULL)
    +            goto err;
    +        if (!ASN1_INTEGER_set(p7->d.enveloped->version, 0))
    +            goto err;
    +        p7->d.enveloped->enc_data->content_type = OBJ_nid2obj(NID_pkcs7_data);
    +        break;
    +    case NID_pkcs7_encrypted:
    +        p7->type = obj;
    +        if ((p7->d.encrypted = PKCS7_ENCRYPT_new())
    +            == NULL)
    +            goto err;
    +        if (!ASN1_INTEGER_set(p7->d.encrypted->version, 0))
    +            goto err;
    +        p7->d.encrypted->enc_data->content_type = OBJ_nid2obj(NID_pkcs7_data);
    +        break;
    +
    +    case NID_pkcs7_digest:
    +        p7->type = obj;
    +        if ((p7->d.digest = PKCS7_DIGEST_new())
    +            == NULL)
    +            goto err;
    +        if (!ASN1_INTEGER_set(p7->d.digest->version, 0))
    +            goto err;
    +        break;
    +    default:
    +        PKCS7err(PKCS7_F_PKCS7_SET_TYPE, PKCS7_R_UNSUPPORTED_CONTENT_TYPE);
    +        goto err;
    +    }
    +    return (1);
    + err:
    +    return (0);
    +}
     
     int PKCS7_set0_type_other(PKCS7 *p7, int type, ASN1_TYPE *other)
    -	{
    -	p7->type = OBJ_nid2obj(type);
    -	p7->d.other = other;
    -	return 1;
    -	}
    +{
    +    p7->type = OBJ_nid2obj(type);
    +    p7->d.other = other;
    +    return 1;
    +}
     
     int PKCS7_add_signer(PKCS7 *p7, PKCS7_SIGNER_INFO *psi)
    -	{
    -	int i,j,nid;
    -	X509_ALGOR *alg;
    -	STACK_OF(PKCS7_SIGNER_INFO) *signer_sk;
    -	STACK_OF(X509_ALGOR) *md_sk;
    -
    -	i=OBJ_obj2nid(p7->type);
    -	switch (i)
    -		{
    -	case NID_pkcs7_signed:
    -		signer_sk=	p7->d.sign->signer_info;
    -		md_sk=		p7->d.sign->md_algs;
    -		break;
    -	case NID_pkcs7_signedAndEnveloped:
    -		signer_sk=	p7->d.signed_and_enveloped->signer_info;
    -		md_sk=		p7->d.signed_and_enveloped->md_algs;
    -		break;
    -	default:
    -		PKCS7err(PKCS7_F_PKCS7_ADD_SIGNER,PKCS7_R_WRONG_CONTENT_TYPE);
    -		return(0);
    -		}
    -
    -	nid=OBJ_obj2nid(psi->digest_alg->algorithm);
    -
    -	/* If the digest is not currently listed, add it */
    -	j=0;
    -	for (i=0; ialgorithm) == nid)
    -			{
    -			j=1;
    -			break;
    -			}
    -		}
    -	if (!j) /* we need to add another algorithm */
    -		{
    -		if(!(alg=X509_ALGOR_new())
    -			|| !(alg->parameter = ASN1_TYPE_new()))
    -			{
    -			X509_ALGOR_free(alg);
    -			PKCS7err(PKCS7_F_PKCS7_ADD_SIGNER,ERR_R_MALLOC_FAILURE);
    -			return(0);
    -			}
    -		alg->algorithm=OBJ_nid2obj(nid);
    -		alg->parameter->type = V_ASN1_NULL;
    -		if (!sk_X509_ALGOR_push(md_sk,alg))
    -			{
    -			X509_ALGOR_free(alg);
    -			return 0;
    -			}
    -		}
    -
    -	if (!sk_PKCS7_SIGNER_INFO_push(signer_sk,psi))
    -		return 0;
    -	return(1);
    -	}
    +{
    +    int i, j, nid;
    +    X509_ALGOR *alg;
    +    STACK_OF(PKCS7_SIGNER_INFO) *signer_sk;
    +    STACK_OF(X509_ALGOR) *md_sk;
    +
    +    i = OBJ_obj2nid(p7->type);
    +    switch (i) {
    +    case NID_pkcs7_signed:
    +        signer_sk = p7->d.sign->signer_info;
    +        md_sk = p7->d.sign->md_algs;
    +        break;
    +    case NID_pkcs7_signedAndEnveloped:
    +        signer_sk = p7->d.signed_and_enveloped->signer_info;
    +        md_sk = p7->d.signed_and_enveloped->md_algs;
    +        break;
    +    default:
    +        PKCS7err(PKCS7_F_PKCS7_ADD_SIGNER, PKCS7_R_WRONG_CONTENT_TYPE);
    +        return (0);
    +    }
    +
    +    nid = OBJ_obj2nid(psi->digest_alg->algorithm);
    +
    +    /* If the digest is not currently listed, add it */
    +    j = 0;
    +    for (i = 0; i < sk_X509_ALGOR_num(md_sk); i++) {
    +        alg = sk_X509_ALGOR_value(md_sk, i);
    +        if (OBJ_obj2nid(alg->algorithm) == nid) {
    +            j = 1;
    +            break;
    +        }
    +    }
    +    if (!j) {                   /* we need to add another algorithm */
    +        if (!(alg = X509_ALGOR_new())
    +            || !(alg->parameter = ASN1_TYPE_new())) {
    +            X509_ALGOR_free(alg);
    +            PKCS7err(PKCS7_F_PKCS7_ADD_SIGNER, ERR_R_MALLOC_FAILURE);
    +            return (0);
    +        }
    +        alg->algorithm = OBJ_nid2obj(nid);
    +        alg->parameter->type = V_ASN1_NULL;
    +        if (!sk_X509_ALGOR_push(md_sk, alg)) {
    +            X509_ALGOR_free(alg);
    +            return 0;
    +        }
    +    }
    +
    +    if (!sk_PKCS7_SIGNER_INFO_push(signer_sk, psi))
    +        return 0;
    +    return (1);
    +}
     
     int PKCS7_add_certificate(PKCS7 *p7, X509 *x509)
    -	{
    -	int i;
    -	STACK_OF(X509) **sk;
    -
    -	i=OBJ_obj2nid(p7->type);
    -	switch (i)
    -		{
    -	case NID_pkcs7_signed:
    -		sk= &(p7->d.sign->cert);
    -		break;
    -	case NID_pkcs7_signedAndEnveloped:
    -		sk= &(p7->d.signed_and_enveloped->cert);
    -		break;
    -	default:
    -		PKCS7err(PKCS7_F_PKCS7_ADD_CERTIFICATE,PKCS7_R_WRONG_CONTENT_TYPE);
    -		return(0);
    -		}
    -
    -	if (*sk == NULL)
    -		*sk=sk_X509_new_null();
    -	if (*sk == NULL)
    -		{
    -		PKCS7err(PKCS7_F_PKCS7_ADD_CERTIFICATE, ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	CRYPTO_add(&x509->references,1,CRYPTO_LOCK_X509);
    -	if (!sk_X509_push(*sk,x509))
    -		{
    -		X509_free(x509);
    -		return 0;
    -		}
    -	return(1);
    -	}
    +{
    +    int i;
    +    STACK_OF(X509) **sk;
    +
    +    i = OBJ_obj2nid(p7->type);
    +    switch (i) {
    +    case NID_pkcs7_signed:
    +        sk = &(p7->d.sign->cert);
    +        break;
    +    case NID_pkcs7_signedAndEnveloped:
    +        sk = &(p7->d.signed_and_enveloped->cert);
    +        break;
    +    default:
    +        PKCS7err(PKCS7_F_PKCS7_ADD_CERTIFICATE, PKCS7_R_WRONG_CONTENT_TYPE);
    +        return (0);
    +    }
    +
    +    if (*sk == NULL)
    +        *sk = sk_X509_new_null();
    +    if (*sk == NULL) {
    +        PKCS7err(PKCS7_F_PKCS7_ADD_CERTIFICATE, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    CRYPTO_add(&x509->references, 1, CRYPTO_LOCK_X509);
    +    if (!sk_X509_push(*sk, x509)) {
    +        X509_free(x509);
    +        return 0;
    +    }
    +    return (1);
    +}
     
     int PKCS7_add_crl(PKCS7 *p7, X509_CRL *crl)
    -	{
    -	int i;
    -	STACK_OF(X509_CRL) **sk;
    -
    -	i=OBJ_obj2nid(p7->type);
    -	switch (i)
    -		{
    -	case NID_pkcs7_signed:
    -		sk= &(p7->d.sign->crl);
    -		break;
    -	case NID_pkcs7_signedAndEnveloped:
    -		sk= &(p7->d.signed_and_enveloped->crl);
    -		break;
    -	default:
    -		PKCS7err(PKCS7_F_PKCS7_ADD_CRL,PKCS7_R_WRONG_CONTENT_TYPE);
    -		return(0);
    -		}
    -
    -	if (*sk == NULL)
    -		*sk=sk_X509_CRL_new_null();
    -	if (*sk == NULL)
    -		{
    -		PKCS7err(PKCS7_F_PKCS7_ADD_CRL,ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -
    -	CRYPTO_add(&crl->references,1,CRYPTO_LOCK_X509_CRL);
    -	if (!sk_X509_CRL_push(*sk,crl))
    -		{
    -		X509_CRL_free(crl);
    -		return 0;
    -		}
    -	return(1);
    -	}
    +{
    +    int i;
    +    STACK_OF(X509_CRL) **sk;
    +
    +    i = OBJ_obj2nid(p7->type);
    +    switch (i) {
    +    case NID_pkcs7_signed:
    +        sk = &(p7->d.sign->crl);
    +        break;
    +    case NID_pkcs7_signedAndEnveloped:
    +        sk = &(p7->d.signed_and_enveloped->crl);
    +        break;
    +    default:
    +        PKCS7err(PKCS7_F_PKCS7_ADD_CRL, PKCS7_R_WRONG_CONTENT_TYPE);
    +        return (0);
    +    }
    +
    +    if (*sk == NULL)
    +        *sk = sk_X509_CRL_new_null();
    +    if (*sk == NULL) {
    +        PKCS7err(PKCS7_F_PKCS7_ADD_CRL, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +
    +    CRYPTO_add(&crl->references, 1, CRYPTO_LOCK_X509_CRL);
    +    if (!sk_X509_CRL_push(*sk, crl)) {
    +        X509_CRL_free(crl);
    +        return 0;
    +    }
    +    return (1);
    +}
     
     int PKCS7_SIGNER_INFO_set(PKCS7_SIGNER_INFO *p7i, X509 *x509, EVP_PKEY *pkey,
    -	     const EVP_MD *dgst)
    -	{
    -	int ret;
    -
    -	/* We now need to add another PKCS7_SIGNER_INFO entry */
    -	if (!ASN1_INTEGER_set(p7i->version,1))
    -		goto err;
    -	if (!X509_NAME_set(&p7i->issuer_and_serial->issuer,
    -			X509_get_issuer_name(x509)))
    -		goto err;
    -
    -	/* because ASN1_INTEGER_set is used to set a 'long' we will do
    -	 * things the ugly way. */
    -	M_ASN1_INTEGER_free(p7i->issuer_and_serial->serial);
    -	if (!(p7i->issuer_and_serial->serial=
    -			M_ASN1_INTEGER_dup(X509_get_serialNumber(x509))))
    -		goto err;
    -
    -	/* lets keep the pkey around for a while */
    -	CRYPTO_add(&pkey->references,1,CRYPTO_LOCK_EVP_PKEY);
    -	p7i->pkey=pkey;
    -
    -	/* Set the algorithms */
    -
    -	X509_ALGOR_set0(p7i->digest_alg, OBJ_nid2obj(EVP_MD_type(dgst)),
    -				V_ASN1_NULL, NULL);
    -
    -	if (pkey->ameth && pkey->ameth->pkey_ctrl)
    -		{
    -		ret = pkey->ameth->pkey_ctrl(pkey, ASN1_PKEY_CTRL_PKCS7_SIGN,
    -						0, p7i);
    -		if (ret > 0)
    -			return 1;
    -		if (ret != -2)
    -			{
    -			PKCS7err(PKCS7_F_PKCS7_SIGNER_INFO_SET,
    -					PKCS7_R_SIGNING_CTRL_FAILURE);
    -			return 0;
    -			}
    -		}
    -	PKCS7err(PKCS7_F_PKCS7_SIGNER_INFO_SET,
    -			PKCS7_R_SIGNING_NOT_SUPPORTED_FOR_THIS_KEY_TYPE);
    -err:
    -	return 0;
    -	}
    +                          const EVP_MD *dgst)
    +{
    +    int ret;
    +
    +    /* We now need to add another PKCS7_SIGNER_INFO entry */
    +    if (!ASN1_INTEGER_set(p7i->version, 1))
    +        goto err;
    +    if (!X509_NAME_set(&p7i->issuer_and_serial->issuer,
    +                       X509_get_issuer_name(x509)))
    +        goto err;
    +
    +    /*
    +     * because ASN1_INTEGER_set is used to set a 'long' we will do things the
    +     * ugly way.
    +     */
    +    M_ASN1_INTEGER_free(p7i->issuer_and_serial->serial);
    +    if (!(p7i->issuer_and_serial->serial =
    +          M_ASN1_INTEGER_dup(X509_get_serialNumber(x509))))
    +        goto err;
    +
    +    /* lets keep the pkey around for a while */
    +    CRYPTO_add(&pkey->references, 1, CRYPTO_LOCK_EVP_PKEY);
    +    p7i->pkey = pkey;
    +
    +    /* Set the algorithms */
    +
    +    X509_ALGOR_set0(p7i->digest_alg, OBJ_nid2obj(EVP_MD_type(dgst)),
    +                    V_ASN1_NULL, NULL);
    +
    +    if (pkey->ameth && pkey->ameth->pkey_ctrl) {
    +        ret = pkey->ameth->pkey_ctrl(pkey, ASN1_PKEY_CTRL_PKCS7_SIGN, 0, p7i);
    +        if (ret > 0)
    +            return 1;
    +        if (ret != -2) {
    +            PKCS7err(PKCS7_F_PKCS7_SIGNER_INFO_SET,
    +                     PKCS7_R_SIGNING_CTRL_FAILURE);
    +            return 0;
    +        }
    +    }
    +    PKCS7err(PKCS7_F_PKCS7_SIGNER_INFO_SET,
    +             PKCS7_R_SIGNING_NOT_SUPPORTED_FOR_THIS_KEY_TYPE);
    + err:
    +    return 0;
    +}
     
     PKCS7_SIGNER_INFO *PKCS7_add_signature(PKCS7 *p7, X509 *x509, EVP_PKEY *pkey,
    -	     const EVP_MD *dgst)
    -	{
    -	PKCS7_SIGNER_INFO *si = NULL;
    -
    -	if (dgst == NULL)
    -		{
    -		int def_nid;
    -		if (EVP_PKEY_get_default_digest_nid(pkey, &def_nid) <= 0)
    -			goto err;
    -		dgst = EVP_get_digestbynid(def_nid);
    -		if (dgst == NULL)
    -			{
    -			PKCS7err(PKCS7_F_PKCS7_ADD_SIGNATURE,
    -						PKCS7_R_NO_DEFAULT_DIGEST);
    -			goto err;
    -			}
    -		}
    -
    -	if ((si=PKCS7_SIGNER_INFO_new()) == NULL) goto err;
    -	if (!PKCS7_SIGNER_INFO_set(si,x509,pkey,dgst)) goto err;
    -	if (!PKCS7_add_signer(p7,si)) goto err;
    -	return(si);
    -err:
    -	if (si)
    -		PKCS7_SIGNER_INFO_free(si);
    -	return(NULL);
    -	}
    +                                       const EVP_MD *dgst)
    +{
    +    PKCS7_SIGNER_INFO *si = NULL;
    +
    +    if (dgst == NULL) {
    +        int def_nid;
    +        if (EVP_PKEY_get_default_digest_nid(pkey, &def_nid) <= 0)
    +            goto err;
    +        dgst = EVP_get_digestbynid(def_nid);
    +        if (dgst == NULL) {
    +            PKCS7err(PKCS7_F_PKCS7_ADD_SIGNATURE, PKCS7_R_NO_DEFAULT_DIGEST);
    +            goto err;
    +        }
    +    }
    +
    +    if ((si = PKCS7_SIGNER_INFO_new()) == NULL)
    +        goto err;
    +    if (!PKCS7_SIGNER_INFO_set(si, x509, pkey, dgst))
    +        goto err;
    +    if (!PKCS7_add_signer(p7, si))
    +        goto err;
    +    return (si);
    + err:
    +    if (si)
    +        PKCS7_SIGNER_INFO_free(si);
    +    return (NULL);
    +}
     
     int PKCS7_set_digest(PKCS7 *p7, const EVP_MD *md)
    -	{
    -	if (PKCS7_type_is_digest(p7))
    -		{
    -		if(!(p7->d.digest->md->parameter = ASN1_TYPE_new()))
    -			{
    -			PKCS7err(PKCS7_F_PKCS7_SET_DIGEST,ERR_R_MALLOC_FAILURE);
    -			return 0;
    -			}
    -		p7->d.digest->md->parameter->type = V_ASN1_NULL;
    -		p7->d.digest->md->algorithm = OBJ_nid2obj(EVP_MD_nid(md));
    -		return 1;
    -		}
    -		
    -	PKCS7err(PKCS7_F_PKCS7_SET_DIGEST,PKCS7_R_WRONG_CONTENT_TYPE);
    -	return 1;
    -	}
    +{
    +    if (PKCS7_type_is_digest(p7)) {
    +        if (!(p7->d.digest->md->parameter = ASN1_TYPE_new())) {
    +            PKCS7err(PKCS7_F_PKCS7_SET_DIGEST, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +        p7->d.digest->md->parameter->type = V_ASN1_NULL;
    +        p7->d.digest->md->algorithm = OBJ_nid2obj(EVP_MD_nid(md));
    +        return 1;
    +    }
    +
    +    PKCS7err(PKCS7_F_PKCS7_SET_DIGEST, PKCS7_R_WRONG_CONTENT_TYPE);
    +    return 1;
    +}
     
     STACK_OF(PKCS7_SIGNER_INFO) *PKCS7_get_signer_info(PKCS7 *p7)
    -	{
    -	if (PKCS7_type_is_signed(p7))
    -		{
    -		return(p7->d.sign->signer_info);
    -		}
    -	else if (PKCS7_type_is_signedAndEnveloped(p7))
    -		{
    -		return(p7->d.signed_and_enveloped->signer_info);
    -		}
    -	else
    -		return(NULL);
    -	}
    +{
    +    if (PKCS7_type_is_signed(p7)) {
    +        return (p7->d.sign->signer_info);
    +    } else if (PKCS7_type_is_signedAndEnveloped(p7)) {
    +        return (p7->d.signed_and_enveloped->signer_info);
    +    } else
    +        return (NULL);
    +}
     
     void PKCS7_SIGNER_INFO_get0_algs(PKCS7_SIGNER_INFO *si, EVP_PKEY **pk,
    -					X509_ALGOR **pdig, X509_ALGOR **psig)
    -	{
    -	if (pk)
    -		*pk = si->pkey;
    -	if (pdig)
    -		*pdig = si->digest_alg;
    -	if (psig)
    -		*psig = si->digest_enc_alg;
    -	}
    +                                 X509_ALGOR **pdig, X509_ALGOR **psig)
    +{
    +    if (pk)
    +        *pk = si->pkey;
    +    if (pdig)
    +        *pdig = si->digest_alg;
    +    if (psig)
    +        *psig = si->digest_enc_alg;
    +}
     
     void PKCS7_RECIP_INFO_get0_alg(PKCS7_RECIP_INFO *ri, X509_ALGOR **penc)
    -	{
    -	if (penc)
    -		*penc = ri->key_enc_algor;
    -	}
    +{
    +    if (penc)
    +        *penc = ri->key_enc_algor;
    +}
     
     PKCS7_RECIP_INFO *PKCS7_add_recipient(PKCS7 *p7, X509 *x509)
    -	{
    -	PKCS7_RECIP_INFO *ri;
    -
    -	if ((ri=PKCS7_RECIP_INFO_new()) == NULL) goto err;
    -	if (!PKCS7_RECIP_INFO_set(ri,x509)) goto err;
    -	if (!PKCS7_add_recipient_info(p7,ri)) goto err;
    -	return ri;
    -err:
    -	if (ri)
    -		PKCS7_RECIP_INFO_free(ri);
    -	return NULL;
    -	}
    +{
    +    PKCS7_RECIP_INFO *ri;
    +
    +    if ((ri = PKCS7_RECIP_INFO_new()) == NULL)
    +        goto err;
    +    if (!PKCS7_RECIP_INFO_set(ri, x509))
    +        goto err;
    +    if (!PKCS7_add_recipient_info(p7, ri))
    +        goto err;
    +    return ri;
    + err:
    +    if (ri)
    +        PKCS7_RECIP_INFO_free(ri);
    +    return NULL;
    +}
     
     int PKCS7_add_recipient_info(PKCS7 *p7, PKCS7_RECIP_INFO *ri)
    -	{
    -	int i;
    -	STACK_OF(PKCS7_RECIP_INFO) *sk;
    -
    -	i=OBJ_obj2nid(p7->type);
    -	switch (i)
    -		{
    -	case NID_pkcs7_signedAndEnveloped:
    -		sk=	p7->d.signed_and_enveloped->recipientinfo;
    -		break;
    -	case NID_pkcs7_enveloped:
    -		sk=	p7->d.enveloped->recipientinfo;
    -		break;
    -	default:
    -		PKCS7err(PKCS7_F_PKCS7_ADD_RECIPIENT_INFO,PKCS7_R_WRONG_CONTENT_TYPE);
    -		return(0);
    -		}
    -
    -	if (!sk_PKCS7_RECIP_INFO_push(sk,ri))
    -		return 0;
    -	return(1);
    -	}
    +{
    +    int i;
    +    STACK_OF(PKCS7_RECIP_INFO) *sk;
    +
    +    i = OBJ_obj2nid(p7->type);
    +    switch (i) {
    +    case NID_pkcs7_signedAndEnveloped:
    +        sk = p7->d.signed_and_enveloped->recipientinfo;
    +        break;
    +    case NID_pkcs7_enveloped:
    +        sk = p7->d.enveloped->recipientinfo;
    +        break;
    +    default:
    +        PKCS7err(PKCS7_F_PKCS7_ADD_RECIPIENT_INFO,
    +                 PKCS7_R_WRONG_CONTENT_TYPE);
    +        return (0);
    +    }
    +
    +    if (!sk_PKCS7_RECIP_INFO_push(sk, ri))
    +        return 0;
    +    return (1);
    +}
     
     int PKCS7_RECIP_INFO_set(PKCS7_RECIP_INFO *p7i, X509 *x509)
    -	{
    -	int ret;
    -	EVP_PKEY *pkey = NULL;
    -	if (!ASN1_INTEGER_set(p7i->version,0))
    -		return 0;
    -	if (!X509_NAME_set(&p7i->issuer_and_serial->issuer,
    -		X509_get_issuer_name(x509)))
    -		return 0;
    -
    -	M_ASN1_INTEGER_free(p7i->issuer_and_serial->serial);
    -	if (!(p7i->issuer_and_serial->serial=
    -		M_ASN1_INTEGER_dup(X509_get_serialNumber(x509))))
    -		return 0;
    -
    -	pkey = X509_get_pubkey(x509);
    -
    -	if (!pkey || !pkey->ameth || !pkey->ameth->pkey_ctrl)
    -		{
    -		PKCS7err(PKCS7_F_PKCS7_RECIP_INFO_SET,
    -			PKCS7_R_ENCRYPTION_NOT_SUPPORTED_FOR_THIS_KEY_TYPE);
    -		goto err;
    -		}
    -
    -	ret = pkey->ameth->pkey_ctrl(pkey, ASN1_PKEY_CTRL_PKCS7_ENCRYPT,
    -						0, p7i);
    -	if (ret == -2)
    -		{
    -		PKCS7err(PKCS7_F_PKCS7_RECIP_INFO_SET,
    -			PKCS7_R_ENCRYPTION_NOT_SUPPORTED_FOR_THIS_KEY_TYPE);
    -		goto err;
    -		}
    -	if (ret <= 0)
    -		{
    -		PKCS7err(PKCS7_F_PKCS7_RECIP_INFO_SET,
    -				PKCS7_R_ENCRYPTION_CTRL_FAILURE);
    -		goto err;
    -		}
    -
    -	EVP_PKEY_free(pkey);
    -
    -	CRYPTO_add(&x509->references,1,CRYPTO_LOCK_X509);
    -	p7i->cert=x509;
    -
    -	return 1;
    -
    -	err:
    -	if (pkey)
    -		EVP_PKEY_free(pkey);
    -	return 0;
    -	}
    +{
    +    int ret;
    +    EVP_PKEY *pkey = NULL;
    +    if (!ASN1_INTEGER_set(p7i->version, 0))
    +        return 0;
    +    if (!X509_NAME_set(&p7i->issuer_and_serial->issuer,
    +                       X509_get_issuer_name(x509)))
    +        return 0;
    +
    +    M_ASN1_INTEGER_free(p7i->issuer_and_serial->serial);
    +    if (!(p7i->issuer_and_serial->serial =
    +          M_ASN1_INTEGER_dup(X509_get_serialNumber(x509))))
    +        return 0;
    +
    +    pkey = X509_get_pubkey(x509);
    +
    +    if (!pkey || !pkey->ameth || !pkey->ameth->pkey_ctrl) {
    +        PKCS7err(PKCS7_F_PKCS7_RECIP_INFO_SET,
    +                 PKCS7_R_ENCRYPTION_NOT_SUPPORTED_FOR_THIS_KEY_TYPE);
    +        goto err;
    +    }
    +
    +    ret = pkey->ameth->pkey_ctrl(pkey, ASN1_PKEY_CTRL_PKCS7_ENCRYPT, 0, p7i);
    +    if (ret == -2) {
    +        PKCS7err(PKCS7_F_PKCS7_RECIP_INFO_SET,
    +                 PKCS7_R_ENCRYPTION_NOT_SUPPORTED_FOR_THIS_KEY_TYPE);
    +        goto err;
    +    }
    +    if (ret <= 0) {
    +        PKCS7err(PKCS7_F_PKCS7_RECIP_INFO_SET,
    +                 PKCS7_R_ENCRYPTION_CTRL_FAILURE);
    +        goto err;
    +    }
    +
    +    EVP_PKEY_free(pkey);
    +
    +    CRYPTO_add(&x509->references, 1, CRYPTO_LOCK_X509);
    +    p7i->cert = x509;
    +
    +    return 1;
    +
    + err:
    +    if (pkey)
    +        EVP_PKEY_free(pkey);
    +    return 0;
    +}
     
     X509 *PKCS7_cert_from_signer_info(PKCS7 *p7, PKCS7_SIGNER_INFO *si)
    -	{
    -	if (PKCS7_type_is_signed(p7))
    -		return(X509_find_by_issuer_and_serial(p7->d.sign->cert,
    -			si->issuer_and_serial->issuer,
    -			si->issuer_and_serial->serial));
    -	else
    -		return(NULL);
    -	}
    +{
    +    if (PKCS7_type_is_signed(p7))
    +        return (X509_find_by_issuer_and_serial(p7->d.sign->cert,
    +                                               si->issuer_and_serial->issuer,
    +                                               si->
    +                                               issuer_and_serial->serial));
    +    else
    +        return (NULL);
    +}
     
     int PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher)
    -	{
    -	int i;
    -	PKCS7_ENC_CONTENT *ec;
    -
    -	i=OBJ_obj2nid(p7->type);
    -	switch (i)
    -		{
    -	case NID_pkcs7_signedAndEnveloped:
    -		ec=p7->d.signed_and_enveloped->enc_data;
    -		break;
    -	case NID_pkcs7_enveloped:
    -		ec=p7->d.enveloped->enc_data;
    -		break;
    -	default:
    -		PKCS7err(PKCS7_F_PKCS7_SET_CIPHER,PKCS7_R_WRONG_CONTENT_TYPE);
    -		return(0);
    -		}
    -
    -	/* Check cipher OID exists and has data in it*/
    -	i = EVP_CIPHER_type(cipher);
    -	if(i == NID_undef) {
    -		PKCS7err(PKCS7_F_PKCS7_SET_CIPHER,PKCS7_R_CIPHER_HAS_NO_OBJECT_IDENTIFIER);
    -		return(0);
    -	}
    -
    -	ec->cipher = cipher;
    -	return 1;
    -	}
    +{
    +    int i;
    +    PKCS7_ENC_CONTENT *ec;
    +
    +    i = OBJ_obj2nid(p7->type);
    +    switch (i) {
    +    case NID_pkcs7_signedAndEnveloped:
    +        ec = p7->d.signed_and_enveloped->enc_data;
    +        break;
    +    case NID_pkcs7_enveloped:
    +        ec = p7->d.enveloped->enc_data;
    +        break;
    +    default:
    +        PKCS7err(PKCS7_F_PKCS7_SET_CIPHER, PKCS7_R_WRONG_CONTENT_TYPE);
    +        return (0);
    +    }
    +
    +    /* Check cipher OID exists and has data in it */
    +    i = EVP_CIPHER_type(cipher);
    +    if (i == NID_undef) {
    +        PKCS7err(PKCS7_F_PKCS7_SET_CIPHER,
    +                 PKCS7_R_CIPHER_HAS_NO_OBJECT_IDENTIFIER);
    +        return (0);
    +    }
    +
    +    ec->cipher = cipher;
    +    return 1;
    +}
     
     int PKCS7_stream(unsigned char ***boundary, PKCS7 *p7)
    -	{
    -	ASN1_OCTET_STRING *os = NULL;
    -
    -	switch (OBJ_obj2nid(p7->type))
    -		{
    -		case NID_pkcs7_data:
    -		os = p7->d.data;
    -		break;
    -
    -		case NID_pkcs7_signedAndEnveloped:
    -		os = p7->d.signed_and_enveloped->enc_data->enc_data;
    -		if (os == NULL)
    -			{
    -			os=M_ASN1_OCTET_STRING_new();
    -			p7->d.signed_and_enveloped->enc_data->enc_data=os;
    -			}
    -		break;
    -
    -		case NID_pkcs7_enveloped:
    -		os = p7->d.enveloped->enc_data->enc_data;
    -		if (os == NULL)
    -			{
    -			os=M_ASN1_OCTET_STRING_new();
    -			p7->d.enveloped->enc_data->enc_data=os;
    -			}
    -		break;
    -
    -		case NID_pkcs7_signed:
    -		os=p7->d.sign->contents->d.data;
    -		break;
    -
    -		default:
    -		os = NULL;
    -		break;
    -		}
    -	
    -	if (os == NULL)
    -		return 0;
    -
    -	os->flags |= ASN1_STRING_FLAG_NDEF;
    -	*boundary = &os->data;
    -
    -	return 1;
    -	}
    +{
    +    ASN1_OCTET_STRING *os = NULL;
    +
    +    switch (OBJ_obj2nid(p7->type)) {
    +    case NID_pkcs7_data:
    +        os = p7->d.data;
    +        break;
    +
    +    case NID_pkcs7_signedAndEnveloped:
    +        os = p7->d.signed_and_enveloped->enc_data->enc_data;
    +        if (os == NULL) {
    +            os = M_ASN1_OCTET_STRING_new();
    +            p7->d.signed_and_enveloped->enc_data->enc_data = os;
    +        }
    +        break;
    +
    +    case NID_pkcs7_enveloped:
    +        os = p7->d.enveloped->enc_data->enc_data;
    +        if (os == NULL) {
    +            os = M_ASN1_OCTET_STRING_new();
    +            p7->d.enveloped->enc_data->enc_data = os;
    +        }
    +        break;
    +
    +    case NID_pkcs7_signed:
    +        os = p7->d.sign->contents->d.data;
    +        break;
    +
    +    default:
    +        os = NULL;
    +        break;
    +    }
    +
    +    if (os == NULL)
    +        return 0;
    +
    +    os->flags |= ASN1_STRING_FLAG_NDEF;
    +    *boundary = &os->data;
    +
    +    return 1;
    +}
    diff --git a/openssl/crypto/pkcs7/pk7_mime.c b/openssl/crypto/pkcs7/pk7_mime.c
    index 938f79a64..62fb2997e 100644
    --- a/openssl/crypto/pkcs7/pk7_mime.c
    +++ b/openssl/crypto/pkcs7/pk7_mime.c
    @@ -1,5 +1,6 @@
     /* pk7_mime.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
      * project.
      */
     /* ====================================================================
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,36 +63,34 @@
     /* PKCS#7 wrappers round generalised stream and MIME routines */
     
     int i2d_PKCS7_bio_stream(BIO *out, PKCS7 *p7, BIO *in, int flags)
    -	{
    -	return i2d_ASN1_bio_stream(out, (ASN1_VALUE *)p7, in, flags,
    -					ASN1_ITEM_rptr(PKCS7));
    -	}
    +{
    +    return i2d_ASN1_bio_stream(out, (ASN1_VALUE *)p7, in, flags,
    +                               ASN1_ITEM_rptr(PKCS7));
    +}
     
     int PEM_write_bio_PKCS7_stream(BIO *out, PKCS7 *p7, BIO *in, int flags)
    -	{
    -	return PEM_write_bio_ASN1_stream(out, (ASN1_VALUE *) p7, in, flags,
    -						"PKCS7",
    -						ASN1_ITEM_rptr(PKCS7));
    -	}
    +{
    +    return PEM_write_bio_ASN1_stream(out, (ASN1_VALUE *)p7, in, flags,
    +                                     "PKCS7", ASN1_ITEM_rptr(PKCS7));
    +}
     
     int SMIME_write_PKCS7(BIO *bio, PKCS7 *p7, BIO *data, int flags)
    -	{
    -	STACK_OF(X509_ALGOR) *mdalgs;
    -	int ctype_nid = OBJ_obj2nid(p7->type);
    -	if (ctype_nid == NID_pkcs7_signed)
    -		mdalgs = p7->d.sign->md_algs;
    -	else
    -		mdalgs = NULL;
    +{
    +    STACK_OF(X509_ALGOR) *mdalgs;
    +    int ctype_nid = OBJ_obj2nid(p7->type);
    +    if (ctype_nid == NID_pkcs7_signed)
    +        mdalgs = p7->d.sign->md_algs;
    +    else
    +        mdalgs = NULL;
     
    -	flags ^= SMIME_OLDMIME;
    +    flags ^= SMIME_OLDMIME;
     
    -
    -	return SMIME_write_ASN1(bio, (ASN1_VALUE *)p7, data, flags,
    -					ctype_nid, NID_undef, mdalgs,
    -					ASN1_ITEM_rptr(PKCS7));	
    -	}
    +    return SMIME_write_ASN1(bio, (ASN1_VALUE *)p7, data, flags,
    +                            ctype_nid, NID_undef, mdalgs,
    +                            ASN1_ITEM_rptr(PKCS7));
    +}
     
     PKCS7 *SMIME_read_PKCS7(BIO *bio, BIO **bcont)
    -	{
    -	return (PKCS7 *)SMIME_read_ASN1(bio, bcont, ASN1_ITEM_rptr(PKCS7));
    -	}
    +{
    +    return (PKCS7 *)SMIME_read_ASN1(bio, bcont, ASN1_ITEM_rptr(PKCS7));
    +}
    diff --git a/openssl/crypto/pkcs7/pk7_smime.c b/openssl/crypto/pkcs7/pk7_smime.c
    index a5104f8d0..dbd4100c8 100644
    --- a/openssl/crypto/pkcs7/pk7_smime.c
    +++ b/openssl/crypto/pkcs7/pk7_smime.c
    @@ -1,5 +1,6 @@
     /* pk7_smime.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
      * project.
      */
     /* ====================================================================
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -66,541 +67,520 @@
     static int pkcs7_copy_existing_digest(PKCS7 *p7, PKCS7_SIGNER_INFO *si);
     
     PKCS7 *PKCS7_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs,
    -		  BIO *data, int flags)
    +                  BIO *data, int flags)
     {
    -	PKCS7 *p7;
    -	int i;
    -
    -	if(!(p7 = PKCS7_new()))
    -		{
    -		PKCS7err(PKCS7_F_PKCS7_SIGN,ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -		}
    -
    -	if (!PKCS7_set_type(p7, NID_pkcs7_signed))
    -		goto err;
    -
    -	if (!PKCS7_content_new(p7, NID_pkcs7_data))
    -		goto err;
    -
    -    	if (pkey && !PKCS7_sign_add_signer(p7, signcert, pkey, NULL, flags))
    -		{
    -		PKCS7err(PKCS7_F_PKCS7_SIGN,PKCS7_R_PKCS7_ADD_SIGNER_ERROR);
    -		goto err;
    -		}
    -
    -	if(!(flags & PKCS7_NOCERTS))
    -		{
    -		for(i = 0; i < sk_X509_num(certs); i++)
    -			{
    -			if (!PKCS7_add_certificate(p7, sk_X509_value(certs, i)))
    -				goto err;
    -			}
    -		}
    -
    -	if(flags & PKCS7_DETACHED)
    -		PKCS7_set_detached(p7, 1);
    -
    -	if (flags & (PKCS7_STREAM|PKCS7_PARTIAL))
    -		return p7;
    -
    -	if (PKCS7_final(p7, data, flags))
    -		return p7;
    -
    -	err:
    -	PKCS7_free(p7);
    -	return NULL;
    +    PKCS7 *p7;
    +    int i;
    +
    +    if (!(p7 = PKCS7_new())) {
    +        PKCS7err(PKCS7_F_PKCS7_SIGN, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +
    +    if (!PKCS7_set_type(p7, NID_pkcs7_signed))
    +        goto err;
    +
    +    if (!PKCS7_content_new(p7, NID_pkcs7_data))
    +        goto err;
    +
    +    if (pkey && !PKCS7_sign_add_signer(p7, signcert, pkey, NULL, flags)) {
    +        PKCS7err(PKCS7_F_PKCS7_SIGN, PKCS7_R_PKCS7_ADD_SIGNER_ERROR);
    +        goto err;
    +    }
    +
    +    if (!(flags & PKCS7_NOCERTS)) {
    +        for (i = 0; i < sk_X509_num(certs); i++) {
    +            if (!PKCS7_add_certificate(p7, sk_X509_value(certs, i)))
    +                goto err;
    +        }
    +    }
    +
    +    if (flags & PKCS7_DETACHED)
    +        PKCS7_set_detached(p7, 1);
    +
    +    if (flags & (PKCS7_STREAM | PKCS7_PARTIAL))
    +        return p7;
    +
    +    if (PKCS7_final(p7, data, flags))
    +        return p7;
    +
    + err:
    +    PKCS7_free(p7);
    +    return NULL;
     }
     
     int PKCS7_final(PKCS7 *p7, BIO *data, int flags)
    -	{
    -	BIO *p7bio;
    -	int ret = 0;
    -	if (!(p7bio = PKCS7_dataInit(p7, NULL)))
    -		{
    -		PKCS7err(PKCS7_F_PKCS7_FINAL,ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -
    -	SMIME_crlf_copy(data, p7bio, flags);
    +{
    +    BIO *p7bio;
    +    int ret = 0;
    +    if (!(p7bio = PKCS7_dataInit(p7, NULL))) {
    +        PKCS7err(PKCS7_F_PKCS7_FINAL, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
     
    -	(void)BIO_flush(p7bio);
    +    SMIME_crlf_copy(data, p7bio, flags);
     
    +    (void)BIO_flush(p7bio);
     
    -        if (!PKCS7_dataFinal(p7,p7bio))
    -		{
    -		PKCS7err(PKCS7_F_PKCS7_FINAL,PKCS7_R_PKCS7_DATASIGN);
    -		goto err;
    -		}
    +    if (!PKCS7_dataFinal(p7, p7bio)) {
    +        PKCS7err(PKCS7_F_PKCS7_FINAL, PKCS7_R_PKCS7_DATASIGN);
    +        goto err;
    +    }
     
    -	ret = 1;
    +    ret = 1;
     
    -	err:
    -	BIO_free_all(p7bio);
    + err:
    +    BIO_free_all(p7bio);
     
    -	return ret;
    +    return ret;
     
    -	}
    +}
     
     /* Check to see if a cipher exists and if so add S/MIME capabilities */
     
     static int add_cipher_smcap(STACK_OF(X509_ALGOR) *sk, int nid, int arg)
    -	{
    -	if (EVP_get_cipherbynid(nid))
    -		return PKCS7_simple_smimecap(sk, nid, arg);
    -	return 1;
    -	}
    +{
    +    if (EVP_get_cipherbynid(nid))
    +        return PKCS7_simple_smimecap(sk, nid, arg);
    +    return 1;
    +}
     
     static int add_digest_smcap(STACK_OF(X509_ALGOR) *sk, int nid, int arg)
    -	{
    -	if (EVP_get_digestbynid(nid))
    -		return PKCS7_simple_smimecap(sk, nid, arg);
    -	return 1;
    -	}
    +{
    +    if (EVP_get_digestbynid(nid))
    +        return PKCS7_simple_smimecap(sk, nid, arg);
    +    return 1;
    +}
     
     PKCS7_SIGNER_INFO *PKCS7_sign_add_signer(PKCS7 *p7, X509 *signcert,
    -					EVP_PKEY *pkey, const EVP_MD *md,
    -					int flags)
    -	{
    -	PKCS7_SIGNER_INFO *si = NULL;
    -	STACK_OF(X509_ALGOR) *smcap = NULL;
    -	if(!X509_check_private_key(signcert, pkey))
    -		{
    -		PKCS7err(PKCS7_F_PKCS7_SIGN_ADD_SIGNER,
    -			PKCS7_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE);
    -                return NULL;
    -		}
    -
    -    	if (!(si = PKCS7_add_signature(p7,signcert,pkey, md)))
    -		{
    -		PKCS7err(PKCS7_F_PKCS7_SIGN_ADD_SIGNER,
    -				PKCS7_R_PKCS7_ADD_SIGNATURE_ERROR);
    -		return NULL;
    -		}
    -
    -	if(!(flags & PKCS7_NOCERTS))
    -		{
    -		if (!PKCS7_add_certificate(p7, signcert))
    -			goto err;
    -		}
    -
    -	if(!(flags & PKCS7_NOATTR))
    -		{
    -		if (!PKCS7_add_attrib_content_type(si, NULL))
    -			goto err;
    -		/* Add SMIMECapabilities */
    -		if(!(flags & PKCS7_NOSMIMECAP))
    -			{
    -			if(!(smcap = sk_X509_ALGOR_new_null()))
    -				{
    -				PKCS7err(PKCS7_F_PKCS7_SIGN_ADD_SIGNER,
    -					ERR_R_MALLOC_FAILURE);
    -				goto err;
    -				}
    -			if (!add_cipher_smcap(smcap, NID_aes_256_cbc, -1)
    -			|| !add_digest_smcap(smcap, NID_id_GostR3411_94, -1)
    -			|| !add_cipher_smcap(smcap, NID_id_Gost28147_89, -1)
    -				|| !add_cipher_smcap(smcap, NID_aes_192_cbc, -1)
    -				|| !add_cipher_smcap(smcap, NID_aes_128_cbc, -1)
    -			|| !add_cipher_smcap(smcap, NID_des_ede3_cbc, -1)
    -				|| !add_cipher_smcap(smcap, NID_rc2_cbc, 128)
    -				|| !add_cipher_smcap(smcap, NID_rc2_cbc, 64)
    -				|| !add_cipher_smcap(smcap, NID_des_cbc, -1)
    -				|| !add_cipher_smcap(smcap, NID_rc2_cbc, 40)
    -				|| !PKCS7_add_attrib_smimecap (si, smcap))
    -				goto err;
    -			sk_X509_ALGOR_pop_free(smcap, X509_ALGOR_free);
    -			smcap = NULL;
    -			}
    -		if (flags & PKCS7_REUSE_DIGEST)
    -			{
    -			if (!pkcs7_copy_existing_digest(p7, si))
    -				goto err;
    -			if (!(flags & PKCS7_PARTIAL) &&
    -					!PKCS7_SIGNER_INFO_sign(si))
    -				goto err;
    -			}
    -		}
    -	return si;
    -	err:
    -	if (smcap)
    -		sk_X509_ALGOR_pop_free(smcap, X509_ALGOR_free);
    -	return NULL;
    -	}
    -
    -/* Search for a digest matching SignerInfo digest type and if found
    - * copy across.
    +                                         EVP_PKEY *pkey, const EVP_MD *md,
    +                                         int flags)
    +{
    +    PKCS7_SIGNER_INFO *si = NULL;
    +    STACK_OF(X509_ALGOR) *smcap = NULL;
    +    if (!X509_check_private_key(signcert, pkey)) {
    +        PKCS7err(PKCS7_F_PKCS7_SIGN_ADD_SIGNER,
    +                 PKCS7_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE);
    +        return NULL;
    +    }
    +
    +    if (!(si = PKCS7_add_signature(p7, signcert, pkey, md))) {
    +        PKCS7err(PKCS7_F_PKCS7_SIGN_ADD_SIGNER,
    +                 PKCS7_R_PKCS7_ADD_SIGNATURE_ERROR);
    +        return NULL;
    +    }
    +
    +    if (!(flags & PKCS7_NOCERTS)) {
    +        if (!PKCS7_add_certificate(p7, signcert))
    +            goto err;
    +    }
    +
    +    if (!(flags & PKCS7_NOATTR)) {
    +        if (!PKCS7_add_attrib_content_type(si, NULL))
    +            goto err;
    +        /* Add SMIMECapabilities */
    +        if (!(flags & PKCS7_NOSMIMECAP)) {
    +            if (!(smcap = sk_X509_ALGOR_new_null())) {
    +                PKCS7err(PKCS7_F_PKCS7_SIGN_ADD_SIGNER, ERR_R_MALLOC_FAILURE);
    +                goto err;
    +            }
    +            if (!add_cipher_smcap(smcap, NID_aes_256_cbc, -1)
    +                || !add_digest_smcap(smcap, NID_id_GostR3411_94, -1)
    +                || !add_cipher_smcap(smcap, NID_id_Gost28147_89, -1)
    +                || !add_cipher_smcap(smcap, NID_aes_192_cbc, -1)
    +                || !add_cipher_smcap(smcap, NID_aes_128_cbc, -1)
    +                || !add_cipher_smcap(smcap, NID_des_ede3_cbc, -1)
    +                || !add_cipher_smcap(smcap, NID_rc2_cbc, 128)
    +                || !add_cipher_smcap(smcap, NID_rc2_cbc, 64)
    +                || !add_cipher_smcap(smcap, NID_des_cbc, -1)
    +                || !add_cipher_smcap(smcap, NID_rc2_cbc, 40)
    +                || !PKCS7_add_attrib_smimecap(si, smcap))
    +                goto err;
    +            sk_X509_ALGOR_pop_free(smcap, X509_ALGOR_free);
    +            smcap = NULL;
    +        }
    +        if (flags & PKCS7_REUSE_DIGEST) {
    +            if (!pkcs7_copy_existing_digest(p7, si))
    +                goto err;
    +            if (!(flags & PKCS7_PARTIAL) && !PKCS7_SIGNER_INFO_sign(si))
    +                goto err;
    +        }
    +    }
    +    return si;
    + err:
    +    if (smcap)
    +        sk_X509_ALGOR_pop_free(smcap, X509_ALGOR_free);
    +    return NULL;
    +}
    +
    +/*
    + * Search for a digest matching SignerInfo digest type and if found copy
    + * across.
      */
     
     static int pkcs7_copy_existing_digest(PKCS7 *p7, PKCS7_SIGNER_INFO *si)
    -	{
    -	int i;
    -	STACK_OF(PKCS7_SIGNER_INFO) *sinfos;
    -	PKCS7_SIGNER_INFO *sitmp;
    -	ASN1_OCTET_STRING *osdig = NULL;
    -	sinfos = PKCS7_get_signer_info(p7);
    -	for (i = 0; i < sk_PKCS7_SIGNER_INFO_num(sinfos); i++)
    -		{
    -		sitmp = sk_PKCS7_SIGNER_INFO_value(sinfos, i);
    -		if (si == sitmp)
    -			break;
    -		if (sk_X509_ATTRIBUTE_num(sitmp->auth_attr) <= 0)
    -			continue;
    -		if (!OBJ_cmp(si->digest_alg->algorithm,
    -				sitmp->digest_alg->algorithm))
    -			{
    -			osdig = PKCS7_digest_from_attributes(sitmp->auth_attr);
    -			break;
    -			}
    -
    -		}
    -
    -	if (osdig)
    -		return PKCS7_add1_attrib_digest(si, osdig->data, osdig->length);
    -
    -	PKCS7err(PKCS7_F_PKCS7_COPY_EXISTING_DIGEST,
    -			PKCS7_R_NO_MATCHING_DIGEST_TYPE_FOUND);
    -	return 0;
    -	}
    +{
    +    int i;
    +    STACK_OF(PKCS7_SIGNER_INFO) *sinfos;
    +    PKCS7_SIGNER_INFO *sitmp;
    +    ASN1_OCTET_STRING *osdig = NULL;
    +    sinfos = PKCS7_get_signer_info(p7);
    +    for (i = 0; i < sk_PKCS7_SIGNER_INFO_num(sinfos); i++) {
    +        sitmp = sk_PKCS7_SIGNER_INFO_value(sinfos, i);
    +        if (si == sitmp)
    +            break;
    +        if (sk_X509_ATTRIBUTE_num(sitmp->auth_attr) <= 0)
    +            continue;
    +        if (!OBJ_cmp(si->digest_alg->algorithm, sitmp->digest_alg->algorithm)) {
    +            osdig = PKCS7_digest_from_attributes(sitmp->auth_attr);
    +            break;
    +        }
    +
    +    }
    +
    +    if (osdig)
    +        return PKCS7_add1_attrib_digest(si, osdig->data, osdig->length);
    +
    +    PKCS7err(PKCS7_F_PKCS7_COPY_EXISTING_DIGEST,
    +             PKCS7_R_NO_MATCHING_DIGEST_TYPE_FOUND);
    +    return 0;
    +}
     
     int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store,
    -					BIO *indata, BIO *out, int flags)
    +                 BIO *indata, BIO *out, int flags)
     {
    -	STACK_OF(X509) *signers;
    -	X509 *signer;
    -	STACK_OF(PKCS7_SIGNER_INFO) *sinfos;
    -	PKCS7_SIGNER_INFO *si;
    -	X509_STORE_CTX cert_ctx;
    -	char buf[4096];
    -	int i, j=0, k, ret = 0;
    -	BIO *p7bio;
    -	BIO *tmpin, *tmpout;
    -
    -	if(!p7) {
    -		PKCS7err(PKCS7_F_PKCS7_VERIFY,PKCS7_R_INVALID_NULL_POINTER);
    -		return 0;
    -	}
    -
    -	if(!PKCS7_type_is_signed(p7)) {
    -		PKCS7err(PKCS7_F_PKCS7_VERIFY,PKCS7_R_WRONG_CONTENT_TYPE);
    -		return 0;
    -	}
    -
    -	/* Check for no data and no content: no data to verify signature */
    -	if(PKCS7_get_detached(p7) && !indata) {
    -		PKCS7err(PKCS7_F_PKCS7_VERIFY,PKCS7_R_NO_CONTENT);
    -		return 0;
    -	}
    +    STACK_OF(X509) *signers;
    +    X509 *signer;
    +    STACK_OF(PKCS7_SIGNER_INFO) *sinfos;
    +    PKCS7_SIGNER_INFO *si;
    +    X509_STORE_CTX cert_ctx;
    +    char buf[4096];
    +    int i, j = 0, k, ret = 0;
    +    BIO *p7bio;
    +    BIO *tmpin, *tmpout;
    +
    +    if (!p7) {
    +        PKCS7err(PKCS7_F_PKCS7_VERIFY, PKCS7_R_INVALID_NULL_POINTER);
    +        return 0;
    +    }
    +
    +    if (!PKCS7_type_is_signed(p7)) {
    +        PKCS7err(PKCS7_F_PKCS7_VERIFY, PKCS7_R_WRONG_CONTENT_TYPE);
    +        return 0;
    +    }
    +
    +    /* Check for no data and no content: no data to verify signature */
    +    if (PKCS7_get_detached(p7) && !indata) {
    +        PKCS7err(PKCS7_F_PKCS7_VERIFY, PKCS7_R_NO_CONTENT);
    +        return 0;
    +    }
     #if 0
    -	/* NB: this test commented out because some versions of Netscape
    -	 * illegally include zero length content when signing data.
    -	 */
    -
    -	/* Check for data and content: two sets of data */
    -	if(!PKCS7_get_detached(p7) && indata) {
    -				PKCS7err(PKCS7_F_PKCS7_VERIFY,PKCS7_R_CONTENT_AND_DATA_PRESENT);
    -		return 0;
    -	}
    +    /*
    +     * NB: this test commented out because some versions of Netscape
    +     * illegally include zero length content when signing data.
    +     */
    +
    +    /* Check for data and content: two sets of data */
    +    if (!PKCS7_get_detached(p7) && indata) {
    +        PKCS7err(PKCS7_F_PKCS7_VERIFY, PKCS7_R_CONTENT_AND_DATA_PRESENT);
    +        return 0;
    +    }
     #endif
     
    -	sinfos = PKCS7_get_signer_info(p7);
    -
    -	if(!sinfos || !sk_PKCS7_SIGNER_INFO_num(sinfos)) {
    -		PKCS7err(PKCS7_F_PKCS7_VERIFY,PKCS7_R_NO_SIGNATURES_ON_DATA);
    -		return 0;
    -	}
    -
    -
    -	signers = PKCS7_get0_signers(p7, certs, flags);
    -
    -	if(!signers) return 0;
    -
    -	/* Now verify the certificates */
    -
    -	if (!(flags & PKCS7_NOVERIFY)) for (k = 0; k < sk_X509_num(signers); k++) {
    -		signer = sk_X509_value (signers, k);
    -		if (!(flags & PKCS7_NOCHAIN)) {
    -			if(!X509_STORE_CTX_init(&cert_ctx, store, signer,
    -							p7->d.sign->cert))
    -				{
    -				PKCS7err(PKCS7_F_PKCS7_VERIFY,ERR_R_X509_LIB);
    -				sk_X509_free(signers);
    -				return 0;
    -				}
    -			X509_STORE_CTX_set_default(&cert_ctx, "smime_sign");
    -		} else if(!X509_STORE_CTX_init (&cert_ctx, store, signer, NULL)) {
    -			PKCS7err(PKCS7_F_PKCS7_VERIFY,ERR_R_X509_LIB);
    -			sk_X509_free(signers);
    -			return 0;
    -		}
    -		if (!(flags & PKCS7_NOCRL))
    -			X509_STORE_CTX_set0_crls(&cert_ctx, p7->d.sign->crl);
    -		i = X509_verify_cert(&cert_ctx);
    -		if (i <= 0) j = X509_STORE_CTX_get_error(&cert_ctx);
    -		X509_STORE_CTX_cleanup(&cert_ctx);
    -		if (i <= 0) {
    -			PKCS7err(PKCS7_F_PKCS7_VERIFY,PKCS7_R_CERTIFICATE_VERIFY_ERROR);
    -			ERR_add_error_data(2, "Verify error:",
    -					 X509_verify_cert_error_string(j));
    -			sk_X509_free(signers);
    -			return 0;
    -		}
    -		/* Check for revocation status here */
    -	}
    -
    -	/* Performance optimization: if the content is a memory BIO then
    -	 * store its contents in a temporary read only memory BIO. This
    -	 * avoids potentially large numbers of slow copies of data which will
    -	 * occur when reading from a read write memory BIO when signatures
    -	 * are calculated.
    -	 */
    -
    -	if (indata && (BIO_method_type(indata) == BIO_TYPE_MEM))
    -		{
    -		char *ptr;
    -		long len;
    -		len = BIO_get_mem_data(indata, &ptr);
    -		tmpin = BIO_new_mem_buf(ptr, len);
    -		if (tmpin == NULL)
    -			{
    -			PKCS7err(PKCS7_F_PKCS7_VERIFY,ERR_R_MALLOC_FAILURE);
    -			return 0;
    -			}
    -		}
    -	else
    -		tmpin = indata;
    -		
    -
    -	if (!(p7bio=PKCS7_dataInit(p7,tmpin)))
    -		goto err;
    -
    -	if(flags & PKCS7_TEXT) {
    -		if(!(tmpout = BIO_new(BIO_s_mem()))) {
    -			PKCS7err(PKCS7_F_PKCS7_VERIFY,ERR_R_MALLOC_FAILURE);
    -			goto err;
    -		}
    -		BIO_set_mem_eof_return(tmpout, 0);
    -	} else tmpout = out;
    -
    -	/* We now have to 'read' from p7bio to calculate digests etc. */
    -	for (;;)
    -	{
    -		i=BIO_read(p7bio,buf,sizeof(buf));
    -		if (i <= 0) break;
    -		if (tmpout) BIO_write(tmpout, buf, i);
    -	}
    -
    -	if(flags & PKCS7_TEXT) {
    -		if(!SMIME_text(tmpout, out)) {
    -			PKCS7err(PKCS7_F_PKCS7_VERIFY,PKCS7_R_SMIME_TEXT_ERROR);
    -			BIO_free(tmpout);
    -			goto err;
    -		}
    -		BIO_free(tmpout);
    -	}
    -
    -	/* Now Verify All Signatures */
    -	if (!(flags & PKCS7_NOSIGS))
    -	    for (i=0; id.sign->cert)) {
    +                    PKCS7err(PKCS7_F_PKCS7_VERIFY, ERR_R_X509_LIB);
    +                    sk_X509_free(signers);
    +                    return 0;
    +                }
    +                X509_STORE_CTX_set_default(&cert_ctx, "smime_sign");
    +            } else if (!X509_STORE_CTX_init(&cert_ctx, store, signer, NULL)) {
    +                PKCS7err(PKCS7_F_PKCS7_VERIFY, ERR_R_X509_LIB);
    +                sk_X509_free(signers);
    +                return 0;
    +            }
    +            if (!(flags & PKCS7_NOCRL))
    +                X509_STORE_CTX_set0_crls(&cert_ctx, p7->d.sign->crl);
    +            i = X509_verify_cert(&cert_ctx);
    +            if (i <= 0)
    +                j = X509_STORE_CTX_get_error(&cert_ctx);
    +            X509_STORE_CTX_cleanup(&cert_ctx);
    +            if (i <= 0) {
    +                PKCS7err(PKCS7_F_PKCS7_VERIFY,
    +                         PKCS7_R_CERTIFICATE_VERIFY_ERROR);
    +                ERR_add_error_data(2, "Verify error:",
    +                                   X509_verify_cert_error_string(j));
    +                sk_X509_free(signers);
    +                return 0;
    +            }
    +            /* Check for revocation status here */
    +        }
    +
    +    /*
    +     * Performance optimization: if the content is a memory BIO then store
    +     * its contents in a temporary read only memory BIO. This avoids
    +     * potentially large numbers of slow copies of data which will occur when
    +     * reading from a read write memory BIO when signatures are calculated.
    +     */
    +
    +    if (indata && (BIO_method_type(indata) == BIO_TYPE_MEM)) {
    +        char *ptr;
    +        long len;
    +        len = BIO_get_mem_data(indata, &ptr);
    +        tmpin = BIO_new_mem_buf(ptr, len);
    +        if (tmpin == NULL) {
    +            PKCS7err(PKCS7_F_PKCS7_VERIFY, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +    } else
    +        tmpin = indata;
    +
    +    if (!(p7bio = PKCS7_dataInit(p7, tmpin)))
    +        goto err;
    +
    +    if (flags & PKCS7_TEXT) {
    +        if (!(tmpout = BIO_new(BIO_s_mem()))) {
    +            PKCS7err(PKCS7_F_PKCS7_VERIFY, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +        BIO_set_mem_eof_return(tmpout, 0);
    +    } else
    +        tmpout = out;
    +
    +    /* We now have to 'read' from p7bio to calculate digests etc. */
    +    for (;;) {
    +        i = BIO_read(p7bio, buf, sizeof(buf));
    +        if (i <= 0)
    +            break;
    +        if (tmpout)
    +            BIO_write(tmpout, buf, i);
    +    }
    +
    +    if (flags & PKCS7_TEXT) {
    +        if (!SMIME_text(tmpout, out)) {
    +            PKCS7err(PKCS7_F_PKCS7_VERIFY, PKCS7_R_SMIME_TEXT_ERROR);
    +            BIO_free(tmpout);
    +            goto err;
    +        }
    +        BIO_free(tmpout);
    +    }
    +
    +    /* Now Verify All Signatures */
    +    if (!(flags & PKCS7_NOSIGS))
    +        for (i = 0; i < sk_PKCS7_SIGNER_INFO_num(sinfos); i++) {
    +            si = sk_PKCS7_SIGNER_INFO_value(sinfos, i);
    +            signer = sk_X509_value(signers, i);
    +            j = PKCS7_signatureVerify(p7bio, p7, si, signer);
    +            if (j <= 0) {
    +                PKCS7err(PKCS7_F_PKCS7_VERIFY, PKCS7_R_SIGNATURE_FAILURE);
    +                goto err;
    +            }
    +        }
    +
    +    ret = 1;
    +
    + err:
    +
    +    if (tmpin == indata) {
    +        if (indata)
    +            BIO_pop(p7bio);
    +    }
    +    BIO_free_all(p7bio);
    +
    +    sk_X509_free(signers);
    +
    +    return ret;
     }
     
    -STACK_OF(X509) *PKCS7_get0_signers(PKCS7 *p7, STACK_OF(X509) *certs, int flags)
    +STACK_OF(X509) *PKCS7_get0_signers(PKCS7 *p7, STACK_OF(X509) *certs,
    +                                   int flags)
     {
    -	STACK_OF(X509) *signers;
    -	STACK_OF(PKCS7_SIGNER_INFO) *sinfos;
    -	PKCS7_SIGNER_INFO *si;
    -	PKCS7_ISSUER_AND_SERIAL *ias;
    -	X509 *signer;
    -	int i;
    -
    -	if(!p7) {
    -		PKCS7err(PKCS7_F_PKCS7_GET0_SIGNERS,PKCS7_R_INVALID_NULL_POINTER);
    -		return NULL;
    -	}
    -
    -	if(!PKCS7_type_is_signed(p7)) {
    -		PKCS7err(PKCS7_F_PKCS7_GET0_SIGNERS,PKCS7_R_WRONG_CONTENT_TYPE);
    -		return NULL;
    -	}
    -
    -	/* Collect all the signers together */
    -
    -	sinfos = PKCS7_get_signer_info(p7);
    -
    -	if(sk_PKCS7_SIGNER_INFO_num(sinfos) <= 0) {
    -		PKCS7err(PKCS7_F_PKCS7_GET0_SIGNERS,PKCS7_R_NO_SIGNERS);
    -		return 0;
    -	}
    -
    -	if(!(signers = sk_X509_new_null())) {
    -		PKCS7err(PKCS7_F_PKCS7_GET0_SIGNERS,ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    -
    -	for (i = 0; i < sk_PKCS7_SIGNER_INFO_num(sinfos); i++)
    -	{
    -	    si = sk_PKCS7_SIGNER_INFO_value(sinfos, i);
    -	    ias = si->issuer_and_serial;
    -	    signer = NULL;
    -		/* If any certificates passed they take priority */
    -	    if (certs) signer = X509_find_by_issuer_and_serial (certs,
    -					 	ias->issuer, ias->serial);
    -	    if (!signer && !(flags & PKCS7_NOINTERN)
    -			&& p7->d.sign->cert) signer =
    -		              X509_find_by_issuer_and_serial (p7->d.sign->cert,
    -					      	ias->issuer, ias->serial);
    -	    if (!signer) {
    -			PKCS7err(PKCS7_F_PKCS7_GET0_SIGNERS,PKCS7_R_SIGNER_CERTIFICATE_NOT_FOUND);
    -			sk_X509_free(signers);
    -			return 0;
    -	    }
    -
    -	    if (!sk_X509_push(signers, signer)) {
    -		sk_X509_free(signers);
    -		return NULL;
    -	    }
    -	}
    -	return signers;
    +    STACK_OF(X509) *signers;
    +    STACK_OF(PKCS7_SIGNER_INFO) *sinfos;
    +    PKCS7_SIGNER_INFO *si;
    +    PKCS7_ISSUER_AND_SERIAL *ias;
    +    X509 *signer;
    +    int i;
    +
    +    if (!p7) {
    +        PKCS7err(PKCS7_F_PKCS7_GET0_SIGNERS, PKCS7_R_INVALID_NULL_POINTER);
    +        return NULL;
    +    }
    +
    +    if (!PKCS7_type_is_signed(p7)) {
    +        PKCS7err(PKCS7_F_PKCS7_GET0_SIGNERS, PKCS7_R_WRONG_CONTENT_TYPE);
    +        return NULL;
    +    }
    +
    +    /* Collect all the signers together */
    +
    +    sinfos = PKCS7_get_signer_info(p7);
    +
    +    if (sk_PKCS7_SIGNER_INFO_num(sinfos) <= 0) {
    +        PKCS7err(PKCS7_F_PKCS7_GET0_SIGNERS, PKCS7_R_NO_SIGNERS);
    +        return 0;
    +    }
    +
    +    if (!(signers = sk_X509_new_null())) {
    +        PKCS7err(PKCS7_F_PKCS7_GET0_SIGNERS, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +
    +    for (i = 0; i < sk_PKCS7_SIGNER_INFO_num(sinfos); i++) {
    +        si = sk_PKCS7_SIGNER_INFO_value(sinfos, i);
    +        ias = si->issuer_and_serial;
    +        signer = NULL;
    +        /* If any certificates passed they take priority */
    +        if (certs)
    +            signer = X509_find_by_issuer_and_serial(certs,
    +                                                    ias->issuer, ias->serial);
    +        if (!signer && !(flags & PKCS7_NOINTERN)
    +            && p7->d.sign->cert)
    +            signer =
    +                X509_find_by_issuer_and_serial(p7->d.sign->cert,
    +                                               ias->issuer, ias->serial);
    +        if (!signer) {
    +            PKCS7err(PKCS7_F_PKCS7_GET0_SIGNERS,
    +                     PKCS7_R_SIGNER_CERTIFICATE_NOT_FOUND);
    +            sk_X509_free(signers);
    +            return 0;
    +        }
    +
    +        if (!sk_X509_push(signers, signer)) {
    +            sk_X509_free(signers);
    +            return NULL;
    +        }
    +    }
    +    return signers;
     }
     
    -
     /* Build a complete PKCS#7 enveloped data */
     
     PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher,
    -								int flags)
    +                     int flags)
     {
    -	PKCS7 *p7;
    -	BIO *p7bio = NULL;
    -	int i;
    -	X509 *x509;
    -	if(!(p7 = PKCS7_new())) {
    -		PKCS7err(PKCS7_F_PKCS7_ENCRYPT,ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    -
    -	if (!PKCS7_set_type(p7, NID_pkcs7_enveloped))
    -		goto err;
    -	if (!PKCS7_set_cipher(p7, cipher)) {
    -		PKCS7err(PKCS7_F_PKCS7_ENCRYPT,PKCS7_R_ERROR_SETTING_CIPHER);
    -		goto err;
    -	}
    -
    -	for(i = 0; i < sk_X509_num(certs); i++) {
    -		x509 = sk_X509_value(certs, i);
    -		if(!PKCS7_add_recipient(p7, x509)) {
    -			PKCS7err(PKCS7_F_PKCS7_ENCRYPT,
    -					PKCS7_R_ERROR_ADDING_RECIPIENT);
    -			goto err;
    -		}
    -	}
    -
    -	if (flags & PKCS7_STREAM)
    -		return p7;
    -
    -	if (PKCS7_final(p7, in, flags))
    -		return p7;
    -
    -	err:
    -
    -	BIO_free_all(p7bio);
    -	PKCS7_free(p7);
    -	return NULL;
    +    PKCS7 *p7;
    +    BIO *p7bio = NULL;
    +    int i;
    +    X509 *x509;
    +    if (!(p7 = PKCS7_new())) {
    +        PKCS7err(PKCS7_F_PKCS7_ENCRYPT, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +
    +    if (!PKCS7_set_type(p7, NID_pkcs7_enveloped))
    +        goto err;
    +    if (!PKCS7_set_cipher(p7, cipher)) {
    +        PKCS7err(PKCS7_F_PKCS7_ENCRYPT, PKCS7_R_ERROR_SETTING_CIPHER);
    +        goto err;
    +    }
    +
    +    for (i = 0; i < sk_X509_num(certs); i++) {
    +        x509 = sk_X509_value(certs, i);
    +        if (!PKCS7_add_recipient(p7, x509)) {
    +            PKCS7err(PKCS7_F_PKCS7_ENCRYPT, PKCS7_R_ERROR_ADDING_RECIPIENT);
    +            goto err;
    +        }
    +    }
    +
    +    if (flags & PKCS7_STREAM)
    +        return p7;
    +
    +    if (PKCS7_final(p7, in, flags))
    +        return p7;
    +
    + err:
    +
    +    BIO_free_all(p7bio);
    +    PKCS7_free(p7);
    +    return NULL;
     
     }
     
     int PKCS7_decrypt(PKCS7 *p7, EVP_PKEY *pkey, X509 *cert, BIO *data, int flags)
     {
    -	BIO *tmpmem;
    -	int ret, i;
    -	char buf[4096];
    -
    -	if(!p7) {
    -		PKCS7err(PKCS7_F_PKCS7_DECRYPT,PKCS7_R_INVALID_NULL_POINTER);
    -		return 0;
    -	}
    -
    -	if(!PKCS7_type_is_enveloped(p7)) {
    -		PKCS7err(PKCS7_F_PKCS7_DECRYPT,PKCS7_R_WRONG_CONTENT_TYPE);
    -		return 0;
    -	}
    -
    -	if(cert && !X509_check_private_key(cert, pkey)) {
    -		PKCS7err(PKCS7_F_PKCS7_DECRYPT,
    -				PKCS7_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE);
    -		return 0;
    -	}
    -
    -	if(!(tmpmem = PKCS7_dataDecode(p7, pkey, NULL, cert))) {
    -		PKCS7err(PKCS7_F_PKCS7_DECRYPT, PKCS7_R_DECRYPT_ERROR);
    -		return 0;
    -	}
    -
    -	if (flags & PKCS7_TEXT) {
    -		BIO *tmpbuf, *bread;
    -		/* Encrypt BIOs can't do BIO_gets() so add a buffer BIO */
    -		if(!(tmpbuf = BIO_new(BIO_f_buffer()))) {
    -			PKCS7err(PKCS7_F_PKCS7_DECRYPT, ERR_R_MALLOC_FAILURE);
    -			BIO_free_all(tmpmem);
    -			return 0;
    -		}
    -		if(!(bread = BIO_push(tmpbuf, tmpmem))) {
    -			PKCS7err(PKCS7_F_PKCS7_DECRYPT, ERR_R_MALLOC_FAILURE);
    -			BIO_free_all(tmpbuf);
    -			BIO_free_all(tmpmem);
    -			return 0;
    -		}
    -		ret = SMIME_text(bread, data);
    -		if (ret > 0 && BIO_method_type(tmpmem) == BIO_TYPE_CIPHER)
    -			{
    -			if (!BIO_get_cipher_status(tmpmem))
    -				ret = 0;
    -			}
    -		BIO_free_all(bread);
    -		return ret;
    -	} else {
    -		for(;;) {
    -			i = BIO_read(tmpmem, buf, sizeof(buf));
    -			if(i <= 0)
    -				{
    -				ret = 1;
    -				if (BIO_method_type(tmpmem) == BIO_TYPE_CIPHER)
    -					{
    -					if (!BIO_get_cipher_status(tmpmem))
    -						ret = 0;
    -					}
    -					
    -				break;
    -				}
    -			if (BIO_write(data, buf, i) != i)
    -				{
    -				ret = 0;
    -				break;
    -				}
    -		}
    -		BIO_free_all(tmpmem);
    -		return ret;
    -	}
    +    BIO *tmpmem;
    +    int ret, i;
    +    char buf[4096];
    +
    +    if (!p7) {
    +        PKCS7err(PKCS7_F_PKCS7_DECRYPT, PKCS7_R_INVALID_NULL_POINTER);
    +        return 0;
    +    }
    +
    +    if (!PKCS7_type_is_enveloped(p7)) {
    +        PKCS7err(PKCS7_F_PKCS7_DECRYPT, PKCS7_R_WRONG_CONTENT_TYPE);
    +        return 0;
    +    }
    +
    +    if (cert && !X509_check_private_key(cert, pkey)) {
    +        PKCS7err(PKCS7_F_PKCS7_DECRYPT,
    +                 PKCS7_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE);
    +        return 0;
    +    }
    +
    +    if (!(tmpmem = PKCS7_dataDecode(p7, pkey, NULL, cert))) {
    +        PKCS7err(PKCS7_F_PKCS7_DECRYPT, PKCS7_R_DECRYPT_ERROR);
    +        return 0;
    +    }
    +
    +    if (flags & PKCS7_TEXT) {
    +        BIO *tmpbuf, *bread;
    +        /* Encrypt BIOs can't do BIO_gets() so add a buffer BIO */
    +        if (!(tmpbuf = BIO_new(BIO_f_buffer()))) {
    +            PKCS7err(PKCS7_F_PKCS7_DECRYPT, ERR_R_MALLOC_FAILURE);
    +            BIO_free_all(tmpmem);
    +            return 0;
    +        }
    +        if (!(bread = BIO_push(tmpbuf, tmpmem))) {
    +            PKCS7err(PKCS7_F_PKCS7_DECRYPT, ERR_R_MALLOC_FAILURE);
    +            BIO_free_all(tmpbuf);
    +            BIO_free_all(tmpmem);
    +            return 0;
    +        }
    +        ret = SMIME_text(bread, data);
    +        if (ret > 0 && BIO_method_type(tmpmem) == BIO_TYPE_CIPHER) {
    +            if (!BIO_get_cipher_status(tmpmem))
    +                ret = 0;
    +        }
    +        BIO_free_all(bread);
    +        return ret;
    +    } else {
    +        for (;;) {
    +            i = BIO_read(tmpmem, buf, sizeof(buf));
    +            if (i <= 0) {
    +                ret = 1;
    +                if (BIO_method_type(tmpmem) == BIO_TYPE_CIPHER) {
    +                    if (!BIO_get_cipher_status(tmpmem))
    +                        ret = 0;
    +                }
    +
    +                break;
    +            }
    +            if (BIO_write(data, buf, i) != i) {
    +                ret = 0;
    +                break;
    +            }
    +        }
    +        BIO_free_all(tmpmem);
    +        return ret;
    +    }
     }
    diff --git a/openssl/crypto/pkcs7/pkcs7.h b/openssl/crypto/pkcs7/pkcs7.h
    index 5d54c4ac2..b51b3863e 100644
    --- a/openssl/crypto/pkcs7/pkcs7.h
    +++ b/openssl/crypto/pkcs7/pkcs7.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -57,232 +57,216 @@
      */
     
     #ifndef HEADER_PKCS7_H
    -#define HEADER_PKCS7_H
    +# define HEADER_PKCS7_H
     
    -#include 
    -#include 
    -#include 
    +# include 
    +# include 
    +# include 
     
    -#include 
    -#include 
    +# include 
    +# include 
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -#ifdef OPENSSL_SYS_WIN32
    +# ifdef OPENSSL_SYS_WIN32
     /* Under Win32 thes are defined in wincrypt.h */
    -#undef PKCS7_ISSUER_AND_SERIAL
    -#undef PKCS7_SIGNER_INFO
    -#endif
    -
    -/*
    -Encryption_ID		DES-CBC
    -Digest_ID		MD5
    -Digest_Encryption_ID	rsaEncryption
    -Key_Encryption_ID	rsaEncryption
    +#  undef PKCS7_ISSUER_AND_SERIAL
    +#  undef PKCS7_SIGNER_INFO
    +# endif
    +
    +/*-
    +Encryption_ID           DES-CBC
    +Digest_ID               MD5
    +Digest_Encryption_ID    rsaEncryption
    +Key_Encryption_ID       rsaEncryption
     */
     
    -typedef struct pkcs7_issuer_and_serial_st
    -	{
    -	X509_NAME *issuer;
    -	ASN1_INTEGER *serial;
    -	} PKCS7_ISSUER_AND_SERIAL;
    -
    -typedef struct pkcs7_signer_info_st
    -	{
    -	ASN1_INTEGER 			*version;	/* version 1 */
    -	PKCS7_ISSUER_AND_SERIAL		*issuer_and_serial;
    -	X509_ALGOR			*digest_alg;
    -	STACK_OF(X509_ATTRIBUTE)	*auth_attr;	/* [ 0 ] */
    -	X509_ALGOR			*digest_enc_alg;
    -	ASN1_OCTET_STRING		*enc_digest;
    -	STACK_OF(X509_ATTRIBUTE)	*unauth_attr;	/* [ 1 ] */
    -
    -	/* The private key to sign with */
    -	EVP_PKEY			*pkey;
    -	} PKCS7_SIGNER_INFO;
    +typedef struct pkcs7_issuer_and_serial_st {
    +    X509_NAME *issuer;
    +    ASN1_INTEGER *serial;
    +} PKCS7_ISSUER_AND_SERIAL;
    +
    +typedef struct pkcs7_signer_info_st {
    +    ASN1_INTEGER *version;      /* version 1 */
    +    PKCS7_ISSUER_AND_SERIAL *issuer_and_serial;
    +    X509_ALGOR *digest_alg;
    +    STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
    +    X509_ALGOR *digest_enc_alg;
    +    ASN1_OCTET_STRING *enc_digest;
    +    STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
    +    /* The private key to sign with */
    +    EVP_PKEY *pkey;
    +} PKCS7_SIGNER_INFO;
     
     DECLARE_STACK_OF(PKCS7_SIGNER_INFO)
     DECLARE_ASN1_SET_OF(PKCS7_SIGNER_INFO)
     
    -typedef struct pkcs7_recip_info_st
    -	{
    -	ASN1_INTEGER			*version;	/* version 0 */
    -	PKCS7_ISSUER_AND_SERIAL		*issuer_and_serial;
    -	X509_ALGOR			*key_enc_algor;
    -	ASN1_OCTET_STRING		*enc_key;
    -	X509				*cert; /* get the pub-key from this */
    -	} PKCS7_RECIP_INFO;
    +typedef struct pkcs7_recip_info_st {
    +    ASN1_INTEGER *version;      /* version 0 */
    +    PKCS7_ISSUER_AND_SERIAL *issuer_and_serial;
    +    X509_ALGOR *key_enc_algor;
    +    ASN1_OCTET_STRING *enc_key;
    +    X509 *cert;                 /* get the pub-key from this */
    +} PKCS7_RECIP_INFO;
     
     DECLARE_STACK_OF(PKCS7_RECIP_INFO)
     DECLARE_ASN1_SET_OF(PKCS7_RECIP_INFO)
     
    -typedef struct pkcs7_signed_st
    -	{
    -	ASN1_INTEGER			*version;	/* version 1 */
    -	STACK_OF(X509_ALGOR)		*md_algs;	/* md used */
    -	STACK_OF(X509)			*cert;		/* [ 0 ] */
    -	STACK_OF(X509_CRL)		*crl;		/* [ 1 ] */
    -	STACK_OF(PKCS7_SIGNER_INFO)	*signer_info;
    -
    -	struct pkcs7_st			*contents;
    -	} PKCS7_SIGNED;
    -/* The above structure is very very similar to PKCS7_SIGN_ENVELOPE.
    - * How about merging the two */
    -
    -typedef struct pkcs7_enc_content_st
    -	{
    -	ASN1_OBJECT			*content_type;
    -	X509_ALGOR			*algorithm;
    -	ASN1_OCTET_STRING		*enc_data;	/* [ 0 ] */
    -	const EVP_CIPHER		*cipher;
    -	} PKCS7_ENC_CONTENT;
    -
    -typedef struct pkcs7_enveloped_st
    -	{
    -	ASN1_INTEGER			*version;	/* version 0 */
    -	STACK_OF(PKCS7_RECIP_INFO)	*recipientinfo;
    -	PKCS7_ENC_CONTENT		*enc_data;
    -	} PKCS7_ENVELOPE;
    -
    -typedef struct pkcs7_signedandenveloped_st
    -	{
    -	ASN1_INTEGER			*version;	/* version 1 */
    -	STACK_OF(X509_ALGOR)		*md_algs;	/* md used */
    -	STACK_OF(X509)			*cert;		/* [ 0 ] */
    -	STACK_OF(X509_CRL)		*crl;		/* [ 1 ] */
    -	STACK_OF(PKCS7_SIGNER_INFO)	*signer_info;
    -
    -	PKCS7_ENC_CONTENT		*enc_data;
    -	STACK_OF(PKCS7_RECIP_INFO)	*recipientinfo;
    -	} PKCS7_SIGN_ENVELOPE;
    -
    -typedef struct pkcs7_digest_st
    -	{
    -	ASN1_INTEGER			*version;	/* version 0 */
    -	X509_ALGOR			*md;		/* md used */
    -	struct pkcs7_st 		*contents;
    -	ASN1_OCTET_STRING		*digest;
    -	} PKCS7_DIGEST;
    -
    -typedef struct pkcs7_encrypted_st
    -	{
    -	ASN1_INTEGER			*version;	/* version 0 */
    -	PKCS7_ENC_CONTENT		*enc_data;
    -	} PKCS7_ENCRYPT;
    -
    -typedef struct pkcs7_st
    -	{
    -	/* The following is non NULL if it contains ASN1 encoding of
    -	 * this structure */
    -	unsigned char *asn1;
    -	long length;
    -
    -#define PKCS7_S_HEADER	0
    -#define PKCS7_S_BODY	1
    -#define PKCS7_S_TAIL	2
    -	int state; /* used during processing */
    -
    -	int detached;
    -
    -	ASN1_OBJECT *type;
    -	/* content as defined by the type */
    -	/* all encryption/message digests are applied to the 'contents',
    -	 * leaving out the 'type' field. */
    -	union	{
    -		char *ptr;
    -
    -		/* NID_pkcs7_data */
    -		ASN1_OCTET_STRING *data;
    -
    -		/* NID_pkcs7_signed */
    -		PKCS7_SIGNED *sign;
    -
    -		/* NID_pkcs7_enveloped */
    -		PKCS7_ENVELOPE *enveloped;
    -
    -		/* NID_pkcs7_signedAndEnveloped */
    -		PKCS7_SIGN_ENVELOPE *signed_and_enveloped;
    -
    -		/* NID_pkcs7_digest */
    -		PKCS7_DIGEST *digest;
    -
    -		/* NID_pkcs7_encrypted */
    -		PKCS7_ENCRYPT *encrypted;
    -
    -		/* Anything else */
    -		ASN1_TYPE *other;
    -		} d;
    -	} PKCS7;
    +typedef struct pkcs7_signed_st {
    +    ASN1_INTEGER *version;      /* version 1 */
    +    STACK_OF(X509_ALGOR) *md_algs; /* md used */
    +    STACK_OF(X509) *cert;       /* [ 0 ] */
    +    STACK_OF(X509_CRL) *crl;    /* [ 1 ] */
    +    STACK_OF(PKCS7_SIGNER_INFO) *signer_info;
    +    struct pkcs7_st *contents;
    +} PKCS7_SIGNED;
    +/*
    + * The above structure is very very similar to PKCS7_SIGN_ENVELOPE. How about
    + * merging the two
    + */
    +
    +typedef struct pkcs7_enc_content_st {
    +    ASN1_OBJECT *content_type;
    +    X509_ALGOR *algorithm;
    +    ASN1_OCTET_STRING *enc_data; /* [ 0 ] */
    +    const EVP_CIPHER *cipher;
    +} PKCS7_ENC_CONTENT;
    +
    +typedef struct pkcs7_enveloped_st {
    +    ASN1_INTEGER *version;      /* version 0 */
    +    STACK_OF(PKCS7_RECIP_INFO) *recipientinfo;
    +    PKCS7_ENC_CONTENT *enc_data;
    +} PKCS7_ENVELOPE;
    +
    +typedef struct pkcs7_signedandenveloped_st {
    +    ASN1_INTEGER *version;      /* version 1 */
    +    STACK_OF(X509_ALGOR) *md_algs; /* md used */
    +    STACK_OF(X509) *cert;       /* [ 0 ] */
    +    STACK_OF(X509_CRL) *crl;    /* [ 1 ] */
    +    STACK_OF(PKCS7_SIGNER_INFO) *signer_info;
    +    PKCS7_ENC_CONTENT *enc_data;
    +    STACK_OF(PKCS7_RECIP_INFO) *recipientinfo;
    +} PKCS7_SIGN_ENVELOPE;
    +
    +typedef struct pkcs7_digest_st {
    +    ASN1_INTEGER *version;      /* version 0 */
    +    X509_ALGOR *md;             /* md used */
    +    struct pkcs7_st *contents;
    +    ASN1_OCTET_STRING *digest;
    +} PKCS7_DIGEST;
    +
    +typedef struct pkcs7_encrypted_st {
    +    ASN1_INTEGER *version;      /* version 0 */
    +    PKCS7_ENC_CONTENT *enc_data;
    +} PKCS7_ENCRYPT;
    +
    +typedef struct pkcs7_st {
    +    /*
    +     * The following is non NULL if it contains ASN1 encoding of this
    +     * structure
    +     */
    +    unsigned char *asn1;
    +    long length;
    +# define PKCS7_S_HEADER  0
    +# define PKCS7_S_BODY    1
    +# define PKCS7_S_TAIL    2
    +    int state;                  /* used during processing */
    +    int detached;
    +    ASN1_OBJECT *type;
    +    /* content as defined by the type */
    +    /*
    +     * all encryption/message digests are applied to the 'contents', leaving
    +     * out the 'type' field.
    +     */
    +    union {
    +        char *ptr;
    +        /* NID_pkcs7_data */
    +        ASN1_OCTET_STRING *data;
    +        /* NID_pkcs7_signed */
    +        PKCS7_SIGNED *sign;
    +        /* NID_pkcs7_enveloped */
    +        PKCS7_ENVELOPE *enveloped;
    +        /* NID_pkcs7_signedAndEnveloped */
    +        PKCS7_SIGN_ENVELOPE *signed_and_enveloped;
    +        /* NID_pkcs7_digest */
    +        PKCS7_DIGEST *digest;
    +        /* NID_pkcs7_encrypted */
    +        PKCS7_ENCRYPT *encrypted;
    +        /* Anything else */
    +        ASN1_TYPE *other;
    +    } d;
    +} PKCS7;
     
     DECLARE_STACK_OF(PKCS7)
     DECLARE_ASN1_SET_OF(PKCS7)
     DECLARE_PKCS12_STACK_OF(PKCS7)
     
    -#define PKCS7_OP_SET_DETACHED_SIGNATURE	1
    -#define PKCS7_OP_GET_DETACHED_SIGNATURE	2
    +# define PKCS7_OP_SET_DETACHED_SIGNATURE 1
    +# define PKCS7_OP_GET_DETACHED_SIGNATURE 2
     
    -#define PKCS7_get_signed_attributes(si)	((si)->auth_attr)
    -#define PKCS7_get_attributes(si)	((si)->unauth_attr)
    +# define PKCS7_get_signed_attributes(si) ((si)->auth_attr)
    +# define PKCS7_get_attributes(si)        ((si)->unauth_attr)
     
    -#define PKCS7_type_is_signed(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_signed)
    -#define PKCS7_type_is_encrypted(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_encrypted)
    -#define PKCS7_type_is_enveloped(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_enveloped)
    -#define PKCS7_type_is_signedAndEnveloped(a) \
    -		(OBJ_obj2nid((a)->type) == NID_pkcs7_signedAndEnveloped)
    -#define PKCS7_type_is_data(a)   (OBJ_obj2nid((a)->type) == NID_pkcs7_data)
    -#define PKCS7_type_is_digest(a)   (OBJ_obj2nid((a)->type) == NID_pkcs7_digest)
    +# define PKCS7_type_is_signed(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_signed)
    +# define PKCS7_type_is_encrypted(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_encrypted)
    +# define PKCS7_type_is_enveloped(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_enveloped)
    +# define PKCS7_type_is_signedAndEnveloped(a) \
    +                (OBJ_obj2nid((a)->type) == NID_pkcs7_signedAndEnveloped)
    +# define PKCS7_type_is_data(a)   (OBJ_obj2nid((a)->type) == NID_pkcs7_data)
    +# define PKCS7_type_is_digest(a)   (OBJ_obj2nid((a)->type) == NID_pkcs7_digest)
     
    -#define PKCS7_set_detached(p,v) \
    -		PKCS7_ctrl(p,PKCS7_OP_SET_DETACHED_SIGNATURE,v,NULL)
    -#define PKCS7_get_detached(p) \
    -		PKCS7_ctrl(p,PKCS7_OP_GET_DETACHED_SIGNATURE,0,NULL)
    +# define PKCS7_set_detached(p,v) \
    +                PKCS7_ctrl(p,PKCS7_OP_SET_DETACHED_SIGNATURE,v,NULL)
    +# define PKCS7_get_detached(p) \
    +                PKCS7_ctrl(p,PKCS7_OP_GET_DETACHED_SIGNATURE,0,NULL)
     
    -#define PKCS7_is_detached(p7) (PKCS7_type_is_signed(p7) && PKCS7_get_detached(p7))
    +# define PKCS7_is_detached(p7) (PKCS7_type_is_signed(p7) && PKCS7_get_detached(p7))
     
     /* S/MIME related flags */
     
    -#define PKCS7_TEXT		0x1
    -#define PKCS7_NOCERTS		0x2
    -#define PKCS7_NOSIGS		0x4
    -#define PKCS7_NOCHAIN		0x8
    -#define PKCS7_NOINTERN		0x10
    -#define PKCS7_NOVERIFY		0x20
    -#define PKCS7_DETACHED		0x40
    -#define PKCS7_BINARY		0x80
    -#define PKCS7_NOATTR		0x100
    -#define	PKCS7_NOSMIMECAP	0x200
    -#define PKCS7_NOOLDMIMETYPE	0x400
    -#define PKCS7_CRLFEOL		0x800
    -#define PKCS7_STREAM		0x1000
    -#define PKCS7_NOCRL		0x2000
    -#define PKCS7_PARTIAL		0x4000
    -#define PKCS7_REUSE_DIGEST	0x8000
    +# define PKCS7_TEXT              0x1
    +# define PKCS7_NOCERTS           0x2
    +# define PKCS7_NOSIGS            0x4
    +# define PKCS7_NOCHAIN           0x8
    +# define PKCS7_NOINTERN          0x10
    +# define PKCS7_NOVERIFY          0x20
    +# define PKCS7_DETACHED          0x40
    +# define PKCS7_BINARY            0x80
    +# define PKCS7_NOATTR            0x100
    +# define PKCS7_NOSMIMECAP        0x200
    +# define PKCS7_NOOLDMIMETYPE     0x400
    +# define PKCS7_CRLFEOL           0x800
    +# define PKCS7_STREAM            0x1000
    +# define PKCS7_NOCRL             0x2000
    +# define PKCS7_PARTIAL           0x4000
    +# define PKCS7_REUSE_DIGEST      0x8000
     
     /* Flags: for compatibility with older code */
     
    -#define SMIME_TEXT	PKCS7_TEXT
    -#define SMIME_NOCERTS	PKCS7_NOCERTS
    -#define SMIME_NOSIGS	PKCS7_NOSIGS
    -#define SMIME_NOCHAIN	PKCS7_NOCHAIN
    -#define SMIME_NOINTERN	PKCS7_NOINTERN
    -#define SMIME_NOVERIFY	PKCS7_NOVERIFY
    -#define SMIME_DETACHED	PKCS7_DETACHED
    -#define SMIME_BINARY	PKCS7_BINARY
    -#define SMIME_NOATTR	PKCS7_NOATTR
    +# define SMIME_TEXT      PKCS7_TEXT
    +# define SMIME_NOCERTS   PKCS7_NOCERTS
    +# define SMIME_NOSIGS    PKCS7_NOSIGS
    +# define SMIME_NOCHAIN   PKCS7_NOCHAIN
    +# define SMIME_NOINTERN  PKCS7_NOINTERN
    +# define SMIME_NOVERIFY  PKCS7_NOVERIFY
    +# define SMIME_DETACHED  PKCS7_DETACHED
    +# define SMIME_BINARY    PKCS7_BINARY
    +# define SMIME_NOATTR    PKCS7_NOATTR
     
     DECLARE_ASN1_FUNCTIONS(PKCS7_ISSUER_AND_SERIAL)
     
    -int PKCS7_ISSUER_AND_SERIAL_digest(PKCS7_ISSUER_AND_SERIAL *data,const EVP_MD *type,
    -	unsigned char *md,unsigned int *len);
    -#ifndef OPENSSL_NO_FP_API
    -PKCS7 *d2i_PKCS7_fp(FILE *fp,PKCS7 **p7);
    -int i2d_PKCS7_fp(FILE *fp,PKCS7 *p7);
    -#endif
    +int PKCS7_ISSUER_AND_SERIAL_digest(PKCS7_ISSUER_AND_SERIAL *data,
    +                                   const EVP_MD *type, unsigned char *md,
    +                                   unsigned int *len);
    +# ifndef OPENSSL_NO_FP_API
    +PKCS7 *d2i_PKCS7_fp(FILE *fp, PKCS7 **p7);
    +int i2d_PKCS7_fp(FILE *fp, PKCS7 *p7);
    +# endif
     PKCS7 *PKCS7_dup(PKCS7 *p7);
    -PKCS7 *d2i_PKCS7_bio(BIO *bp,PKCS7 **p7);
    -int i2d_PKCS7_bio(BIO *bp,PKCS7 *p7);
    +PKCS7 *d2i_PKCS7_bio(BIO *bp, PKCS7 **p7);
    +int i2d_PKCS7_bio(BIO *bp, PKCS7 *p7);
     int i2d_PKCS7_bio_stream(BIO *out, PKCS7 *p7, BIO *in, int flags);
     int PEM_write_bio_PKCS7_stream(BIO *out, PKCS7 *p7, BIO *in, int flags);
     
    @@ -308,31 +292,30 @@ int PKCS7_set_type(PKCS7 *p7, int type);
     int PKCS7_set0_type_other(PKCS7 *p7, int type, ASN1_TYPE *other);
     int PKCS7_set_content(PKCS7 *p7, PKCS7 *p7_data);
     int PKCS7_SIGNER_INFO_set(PKCS7_SIGNER_INFO *p7i, X509 *x509, EVP_PKEY *pkey,
    -	const EVP_MD *dgst);
    +                          const EVP_MD *dgst);
     int PKCS7_SIGNER_INFO_sign(PKCS7_SIGNER_INFO *si);
     int PKCS7_add_signer(PKCS7 *p7, PKCS7_SIGNER_INFO *p7i);
     int PKCS7_add_certificate(PKCS7 *p7, X509 *x509);
     int PKCS7_add_crl(PKCS7 *p7, X509_CRL *x509);
     int PKCS7_content_new(PKCS7 *p7, int nid);
     int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,
    -	BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si); 
    +                     BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si);
     int PKCS7_signatureVerify(BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si,
    -								X509 *x509);
    +                          X509 *x509);
     
     BIO *PKCS7_dataInit(PKCS7 *p7, BIO *bio);
     int PKCS7_dataFinal(PKCS7 *p7, BIO *bio);
     BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
     
    -
     PKCS7_SIGNER_INFO *PKCS7_add_signature(PKCS7 *p7, X509 *x509,
    -	EVP_PKEY *pkey, const EVP_MD *dgst);
    +                                       EVP_PKEY *pkey, const EVP_MD *dgst);
     X509 *PKCS7_cert_from_signer_info(PKCS7 *p7, PKCS7_SIGNER_INFO *si);
     int PKCS7_set_digest(PKCS7 *p7, const EVP_MD *md);
     STACK_OF(PKCS7_SIGNER_INFO) *PKCS7_get_signer_info(PKCS7 *p7);
     
     PKCS7_RECIP_INFO *PKCS7_add_recipient(PKCS7 *p7, X509 *x509);
     void PKCS7_SIGNER_INFO_get0_algs(PKCS7_SIGNER_INFO *si, EVP_PKEY **pk,
    -					X509_ALGOR **pdig, X509_ALGOR **psig);
    +                                 X509_ALGOR **pdig, X509_ALGOR **psig);
     void PKCS7_RECIP_INFO_get0_alg(PKCS7_RECIP_INFO *ri, X509_ALGOR **penc);
     int PKCS7_add_recipient_info(PKCS7 *p7, PKCS7_RECIP_INFO *ri);
     int PKCS7_RECIP_INFO_set(PKCS7_RECIP_INFO *p7i, X509 *x509);
    @@ -341,50 +324,52 @@ int PKCS7_stream(unsigned char ***boundary, PKCS7 *p7);
     
     PKCS7_ISSUER_AND_SERIAL *PKCS7_get_issuer_and_serial(PKCS7 *p7, int idx);
     ASN1_OCTET_STRING *PKCS7_digest_from_attributes(STACK_OF(X509_ATTRIBUTE) *sk);
    -int PKCS7_add_signed_attribute(PKCS7_SIGNER_INFO *p7si,int nid,int type,
    -	void *data);
    -int PKCS7_add_attribute (PKCS7_SIGNER_INFO *p7si, int nid, int atrtype,
    -	void *value);
    +int PKCS7_add_signed_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int type,
    +                               void *data);
    +int PKCS7_add_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype,
    +                        void *value);
     ASN1_TYPE *PKCS7_get_attribute(PKCS7_SIGNER_INFO *si, int nid);
     ASN1_TYPE *PKCS7_get_signed_attribute(PKCS7_SIGNER_INFO *si, int nid);
     int PKCS7_set_signed_attributes(PKCS7_SIGNER_INFO *p7si,
    -				STACK_OF(X509_ATTRIBUTE) *sk);
    -int PKCS7_set_attributes(PKCS7_SIGNER_INFO *p7si,STACK_OF(X509_ATTRIBUTE) *sk);
    -
    +                                STACK_OF(X509_ATTRIBUTE) *sk);
    +int PKCS7_set_attributes(PKCS7_SIGNER_INFO *p7si,
    +                         STACK_OF(X509_ATTRIBUTE) *sk);
     
     PKCS7 *PKCS7_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs,
    -							BIO *data, int flags);
    +                  BIO *data, int flags);
     
     PKCS7_SIGNER_INFO *PKCS7_sign_add_signer(PKCS7 *p7,
    -			X509 *signcert, EVP_PKEY *pkey, const EVP_MD *md,
    -			int flags);
    +                                         X509 *signcert, EVP_PKEY *pkey,
    +                                         const EVP_MD *md, int flags);
     
     int PKCS7_final(PKCS7 *p7, BIO *data, int flags);
     int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store,
    -					BIO *indata, BIO *out, int flags);
    -STACK_OF(X509) *PKCS7_get0_signers(PKCS7 *p7, STACK_OF(X509) *certs, int flags);
    +                 BIO *indata, BIO *out, int flags);
    +STACK_OF(X509) *PKCS7_get0_signers(PKCS7 *p7, STACK_OF(X509) *certs,
    +                                   int flags);
     PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher,
    -								int flags);
    -int PKCS7_decrypt(PKCS7 *p7, EVP_PKEY *pkey, X509 *cert, BIO *data, int flags);
    +                     int flags);
    +int PKCS7_decrypt(PKCS7 *p7, EVP_PKEY *pkey, X509 *cert, BIO *data,
    +                  int flags);
     
     int PKCS7_add_attrib_smimecap(PKCS7_SIGNER_INFO *si,
    -			      STACK_OF(X509_ALGOR) *cap);
    +                              STACK_OF(X509_ALGOR) *cap);
     STACK_OF(X509_ALGOR) *PKCS7_get_smimecap(PKCS7_SIGNER_INFO *si);
     int PKCS7_simple_smimecap(STACK_OF(X509_ALGOR) *sk, int nid, int arg);
     
     int PKCS7_add_attrib_content_type(PKCS7_SIGNER_INFO *si, ASN1_OBJECT *coid);
     int PKCS7_add0_attrib_signing_time(PKCS7_SIGNER_INFO *si, ASN1_TIME *t);
     int PKCS7_add1_attrib_digest(PKCS7_SIGNER_INFO *si,
    -				const unsigned char *md, int mdlen);
    +                             const unsigned char *md, int mdlen);
     
     int SMIME_write_PKCS7(BIO *bio, PKCS7 *p7, BIO *data, int flags);
     PKCS7 *SMIME_read_PKCS7(BIO *bio, BIO **bcont);
     
     BIO *BIO_new_PKCS7(BIO *out, PKCS7 *p7);
     
    -
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     void ERR_load_PKCS7_strings(void);
    @@ -392,103 +377,103 @@ void ERR_load_PKCS7_strings(void);
     /* Error codes for the PKCS7 functions. */
     
     /* Function codes. */
    -#define PKCS7_F_B64_READ_PKCS7				 120
    -#define PKCS7_F_B64_WRITE_PKCS7				 121
    -#define PKCS7_F_DO_PKCS7_SIGNED_ATTRIB			 136
    -#define PKCS7_F_I2D_PKCS7_BIO_STREAM			 140
    -#define PKCS7_F_PKCS7_ADD0_ATTRIB_SIGNING_TIME		 135
    -#define PKCS7_F_PKCS7_ADD_ATTRIB_SMIMECAP		 118
    -#define PKCS7_F_PKCS7_ADD_CERTIFICATE			 100
    -#define PKCS7_F_PKCS7_ADD_CRL				 101
    -#define PKCS7_F_PKCS7_ADD_RECIPIENT_INFO		 102
    -#define PKCS7_F_PKCS7_ADD_SIGNATURE			 131
    -#define PKCS7_F_PKCS7_ADD_SIGNER			 103
    -#define PKCS7_F_PKCS7_BIO_ADD_DIGEST			 125
    -#define PKCS7_F_PKCS7_COPY_EXISTING_DIGEST		 138
    -#define PKCS7_F_PKCS7_CTRL				 104
    -#define PKCS7_F_PKCS7_DATADECODE			 112
    -#define PKCS7_F_PKCS7_DATAFINAL				 128
    -#define PKCS7_F_PKCS7_DATAINIT				 105
    -#define PKCS7_F_PKCS7_DATASIGN				 106
    -#define PKCS7_F_PKCS7_DATAVERIFY			 107
    -#define PKCS7_F_PKCS7_DECRYPT				 114
    -#define PKCS7_F_PKCS7_DECRYPT_RINFO			 133
    -#define PKCS7_F_PKCS7_ENCODE_RINFO			 132
    -#define PKCS7_F_PKCS7_ENCRYPT				 115
    -#define PKCS7_F_PKCS7_FINAL				 134
    -#define PKCS7_F_PKCS7_FIND_DIGEST			 127
    -#define PKCS7_F_PKCS7_GET0_SIGNERS			 124
    -#define PKCS7_F_PKCS7_RECIP_INFO_SET			 130
    -#define PKCS7_F_PKCS7_SET_CIPHER			 108
    -#define PKCS7_F_PKCS7_SET_CONTENT			 109
    -#define PKCS7_F_PKCS7_SET_DIGEST			 126
    -#define PKCS7_F_PKCS7_SET_TYPE				 110
    -#define PKCS7_F_PKCS7_SIGN				 116
    -#define PKCS7_F_PKCS7_SIGNATUREVERIFY			 113
    -#define PKCS7_F_PKCS7_SIGNER_INFO_SET			 129
    -#define PKCS7_F_PKCS7_SIGNER_INFO_SIGN			 139
    -#define PKCS7_F_PKCS7_SIGN_ADD_SIGNER			 137
    -#define PKCS7_F_PKCS7_SIMPLE_SMIMECAP			 119
    -#define PKCS7_F_PKCS7_VERIFY				 117
    -#define PKCS7_F_SMIME_READ_PKCS7			 122
    -#define PKCS7_F_SMIME_TEXT				 123
    +# define PKCS7_F_B64_READ_PKCS7                           120
    +# define PKCS7_F_B64_WRITE_PKCS7                          121
    +# define PKCS7_F_DO_PKCS7_SIGNED_ATTRIB                   136
    +# define PKCS7_F_I2D_PKCS7_BIO_STREAM                     140
    +# define PKCS7_F_PKCS7_ADD0_ATTRIB_SIGNING_TIME           135
    +# define PKCS7_F_PKCS7_ADD_ATTRIB_SMIMECAP                118
    +# define PKCS7_F_PKCS7_ADD_CERTIFICATE                    100
    +# define PKCS7_F_PKCS7_ADD_CRL                            101
    +# define PKCS7_F_PKCS7_ADD_RECIPIENT_INFO                 102
    +# define PKCS7_F_PKCS7_ADD_SIGNATURE                      131
    +# define PKCS7_F_PKCS7_ADD_SIGNER                         103
    +# define PKCS7_F_PKCS7_BIO_ADD_DIGEST                     125
    +# define PKCS7_F_PKCS7_COPY_EXISTING_DIGEST               138
    +# define PKCS7_F_PKCS7_CTRL                               104
    +# define PKCS7_F_PKCS7_DATADECODE                         112
    +# define PKCS7_F_PKCS7_DATAFINAL                          128
    +# define PKCS7_F_PKCS7_DATAINIT                           105
    +# define PKCS7_F_PKCS7_DATASIGN                           106
    +# define PKCS7_F_PKCS7_DATAVERIFY                         107
    +# define PKCS7_F_PKCS7_DECRYPT                            114
    +# define PKCS7_F_PKCS7_DECRYPT_RINFO                      133
    +# define PKCS7_F_PKCS7_ENCODE_RINFO                       132
    +# define PKCS7_F_PKCS7_ENCRYPT                            115
    +# define PKCS7_F_PKCS7_FINAL                              134
    +# define PKCS7_F_PKCS7_FIND_DIGEST                        127
    +# define PKCS7_F_PKCS7_GET0_SIGNERS                       124
    +# define PKCS7_F_PKCS7_RECIP_INFO_SET                     130
    +# define PKCS7_F_PKCS7_SET_CIPHER                         108
    +# define PKCS7_F_PKCS7_SET_CONTENT                        109
    +# define PKCS7_F_PKCS7_SET_DIGEST                         126
    +# define PKCS7_F_PKCS7_SET_TYPE                           110
    +# define PKCS7_F_PKCS7_SIGN                               116
    +# define PKCS7_F_PKCS7_SIGNATUREVERIFY                    113
    +# define PKCS7_F_PKCS7_SIGNER_INFO_SET                    129
    +# define PKCS7_F_PKCS7_SIGNER_INFO_SIGN                   139
    +# define PKCS7_F_PKCS7_SIGN_ADD_SIGNER                    137
    +# define PKCS7_F_PKCS7_SIMPLE_SMIMECAP                    119
    +# define PKCS7_F_PKCS7_VERIFY                             117
    +# define PKCS7_F_SMIME_READ_PKCS7                         122
    +# define PKCS7_F_SMIME_TEXT                               123
     
     /* Reason codes. */
    -#define PKCS7_R_CERTIFICATE_VERIFY_ERROR		 117
    -#define PKCS7_R_CIPHER_HAS_NO_OBJECT_IDENTIFIER		 144
    -#define PKCS7_R_CIPHER_NOT_INITIALIZED			 116
    -#define PKCS7_R_CONTENT_AND_DATA_PRESENT		 118
    -#define PKCS7_R_CTRL_ERROR				 152
    -#define PKCS7_R_DECODE_ERROR				 130
    -#define PKCS7_R_DECRYPTED_KEY_IS_WRONG_LENGTH		 100
    -#define PKCS7_R_DECRYPT_ERROR				 119
    -#define PKCS7_R_DIGEST_FAILURE				 101
    -#define PKCS7_R_ENCRYPTION_CTRL_FAILURE			 149
    -#define PKCS7_R_ENCRYPTION_NOT_SUPPORTED_FOR_THIS_KEY_TYPE 150
    -#define PKCS7_R_ERROR_ADDING_RECIPIENT			 120
    -#define PKCS7_R_ERROR_SETTING_CIPHER			 121
    -#define PKCS7_R_INVALID_MIME_TYPE			 131
    -#define PKCS7_R_INVALID_NULL_POINTER			 143
    -#define PKCS7_R_INVALID_SIGNED_DATA_TYPE		 155
    -#define PKCS7_R_MIME_NO_CONTENT_TYPE			 132
    -#define PKCS7_R_MIME_PARSE_ERROR			 133
    -#define PKCS7_R_MIME_SIG_PARSE_ERROR			 134
    -#define PKCS7_R_MISSING_CERIPEND_INFO			 103
    -#define PKCS7_R_NO_CONTENT				 122
    -#define PKCS7_R_NO_CONTENT_TYPE				 135
    -#define PKCS7_R_NO_DEFAULT_DIGEST			 151
    -#define PKCS7_R_NO_MATCHING_DIGEST_TYPE_FOUND		 154
    -#define PKCS7_R_NO_MULTIPART_BODY_FAILURE		 136
    -#define PKCS7_R_NO_MULTIPART_BOUNDARY			 137
    -#define PKCS7_R_NO_RECIPIENT_MATCHES_CERTIFICATE	 115
    -#define PKCS7_R_NO_RECIPIENT_MATCHES_KEY		 146
    -#define PKCS7_R_NO_SIGNATURES_ON_DATA			 123
    -#define PKCS7_R_NO_SIGNERS				 142
    -#define PKCS7_R_NO_SIG_CONTENT_TYPE			 138
    -#define PKCS7_R_OPERATION_NOT_SUPPORTED_ON_THIS_TYPE	 104
    -#define PKCS7_R_PKCS7_ADD_SIGNATURE_ERROR		 124
    -#define PKCS7_R_PKCS7_ADD_SIGNER_ERROR			 153
    -#define PKCS7_R_PKCS7_DATAFINAL				 126
    -#define PKCS7_R_PKCS7_DATAFINAL_ERROR			 125
    -#define PKCS7_R_PKCS7_DATASIGN				 145
    -#define PKCS7_R_PKCS7_PARSE_ERROR			 139
    -#define PKCS7_R_PKCS7_SIG_PARSE_ERROR			 140
    -#define PKCS7_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE	 127
    -#define PKCS7_R_SIGNATURE_FAILURE			 105
    -#define PKCS7_R_SIGNER_CERTIFICATE_NOT_FOUND		 128
    -#define PKCS7_R_SIGNING_CTRL_FAILURE			 147
    -#define PKCS7_R_SIGNING_NOT_SUPPORTED_FOR_THIS_KEY_TYPE	 148
    -#define PKCS7_R_SIG_INVALID_MIME_TYPE			 141
    -#define PKCS7_R_SMIME_TEXT_ERROR			 129
    -#define PKCS7_R_UNABLE_TO_FIND_CERTIFICATE		 106
    -#define PKCS7_R_UNABLE_TO_FIND_MEM_BIO			 107
    -#define PKCS7_R_UNABLE_TO_FIND_MESSAGE_DIGEST		 108
    -#define PKCS7_R_UNKNOWN_DIGEST_TYPE			 109
    -#define PKCS7_R_UNKNOWN_OPERATION			 110
    -#define PKCS7_R_UNSUPPORTED_CIPHER_TYPE			 111
    -#define PKCS7_R_UNSUPPORTED_CONTENT_TYPE		 112
    -#define PKCS7_R_WRONG_CONTENT_TYPE			 113
    -#define PKCS7_R_WRONG_PKCS7_TYPE			 114
    +# define PKCS7_R_CERTIFICATE_VERIFY_ERROR                 117
    +# define PKCS7_R_CIPHER_HAS_NO_OBJECT_IDENTIFIER          144
    +# define PKCS7_R_CIPHER_NOT_INITIALIZED                   116
    +# define PKCS7_R_CONTENT_AND_DATA_PRESENT                 118
    +# define PKCS7_R_CTRL_ERROR                               152
    +# define PKCS7_R_DECODE_ERROR                             130
    +# define PKCS7_R_DECRYPTED_KEY_IS_WRONG_LENGTH            100
    +# define PKCS7_R_DECRYPT_ERROR                            119
    +# define PKCS7_R_DIGEST_FAILURE                           101
    +# define PKCS7_R_ENCRYPTION_CTRL_FAILURE                  149
    +# define PKCS7_R_ENCRYPTION_NOT_SUPPORTED_FOR_THIS_KEY_TYPE 150
    +# define PKCS7_R_ERROR_ADDING_RECIPIENT                   120
    +# define PKCS7_R_ERROR_SETTING_CIPHER                     121
    +# define PKCS7_R_INVALID_MIME_TYPE                        131
    +# define PKCS7_R_INVALID_NULL_POINTER                     143
    +# define PKCS7_R_INVALID_SIGNED_DATA_TYPE                 155
    +# define PKCS7_R_MIME_NO_CONTENT_TYPE                     132
    +# define PKCS7_R_MIME_PARSE_ERROR                         133
    +# define PKCS7_R_MIME_SIG_PARSE_ERROR                     134
    +# define PKCS7_R_MISSING_CERIPEND_INFO                    103
    +# define PKCS7_R_NO_CONTENT                               122
    +# define PKCS7_R_NO_CONTENT_TYPE                          135
    +# define PKCS7_R_NO_DEFAULT_DIGEST                        151
    +# define PKCS7_R_NO_MATCHING_DIGEST_TYPE_FOUND            154
    +# define PKCS7_R_NO_MULTIPART_BODY_FAILURE                136
    +# define PKCS7_R_NO_MULTIPART_BOUNDARY                    137
    +# define PKCS7_R_NO_RECIPIENT_MATCHES_CERTIFICATE         115
    +# define PKCS7_R_NO_RECIPIENT_MATCHES_KEY                 146
    +# define PKCS7_R_NO_SIGNATURES_ON_DATA                    123
    +# define PKCS7_R_NO_SIGNERS                               142
    +# define PKCS7_R_NO_SIG_CONTENT_TYPE                      138
    +# define PKCS7_R_OPERATION_NOT_SUPPORTED_ON_THIS_TYPE     104
    +# define PKCS7_R_PKCS7_ADD_SIGNATURE_ERROR                124
    +# define PKCS7_R_PKCS7_ADD_SIGNER_ERROR                   153
    +# define PKCS7_R_PKCS7_DATAFINAL                          126
    +# define PKCS7_R_PKCS7_DATAFINAL_ERROR                    125
    +# define PKCS7_R_PKCS7_DATASIGN                           145
    +# define PKCS7_R_PKCS7_PARSE_ERROR                        139
    +# define PKCS7_R_PKCS7_SIG_PARSE_ERROR                    140
    +# define PKCS7_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE   127
    +# define PKCS7_R_SIGNATURE_FAILURE                        105
    +# define PKCS7_R_SIGNER_CERTIFICATE_NOT_FOUND             128
    +# define PKCS7_R_SIGNING_CTRL_FAILURE                     147
    +# define PKCS7_R_SIGNING_NOT_SUPPORTED_FOR_THIS_KEY_TYPE  148
    +# define PKCS7_R_SIG_INVALID_MIME_TYPE                    141
    +# define PKCS7_R_SMIME_TEXT_ERROR                         129
    +# define PKCS7_R_UNABLE_TO_FIND_CERTIFICATE               106
    +# define PKCS7_R_UNABLE_TO_FIND_MEM_BIO                   107
    +# define PKCS7_R_UNABLE_TO_FIND_MESSAGE_DIGEST            108
    +# define PKCS7_R_UNKNOWN_DIGEST_TYPE                      109
    +# define PKCS7_R_UNKNOWN_OPERATION                        110
    +# define PKCS7_R_UNSUPPORTED_CIPHER_TYPE                  111
    +# define PKCS7_R_UNSUPPORTED_CONTENT_TYPE                 112
    +# define PKCS7_R_WRONG_CONTENT_TYPE                       113
    +# define PKCS7_R_WRONG_PKCS7_TYPE                         114
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/pkcs7/pkcs7err.c b/openssl/crypto/pkcs7/pkcs7err.c
    index f3db08e00..323513fe8 100644
    --- a/openssl/crypto/pkcs7/pkcs7err.c
    +++ b/openssl/crypto/pkcs7/pkcs7err.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* NOTE: this file was auto generated by the mkerr.pl script: any changes
    +/*
    + * NOTE: this file was auto generated by the mkerr.pl script: any changes
      * made to it will be overwritten when the script next updates this file,
      * only reason strings will be preserved.
      */
    @@ -65,124 +66,142 @@
     /* BEGIN ERROR CODES */
     #ifndef OPENSSL_NO_ERR
     
    -#define ERR_FUNC(func) ERR_PACK(ERR_LIB_PKCS7,func,0)
    -#define ERR_REASON(reason) ERR_PACK(ERR_LIB_PKCS7,0,reason)
    +# define ERR_FUNC(func) ERR_PACK(ERR_LIB_PKCS7,func,0)
    +# define ERR_REASON(reason) ERR_PACK(ERR_LIB_PKCS7,0,reason)
     
    -static ERR_STRING_DATA PKCS7_str_functs[]=
    -	{
    -{ERR_FUNC(PKCS7_F_B64_READ_PKCS7),	"B64_READ_PKCS7"},
    -{ERR_FUNC(PKCS7_F_B64_WRITE_PKCS7),	"B64_WRITE_PKCS7"},
    -{ERR_FUNC(PKCS7_F_DO_PKCS7_SIGNED_ATTRIB),	"DO_PKCS7_SIGNED_ATTRIB"},
    -{ERR_FUNC(PKCS7_F_I2D_PKCS7_BIO_STREAM),	"i2d_PKCS7_bio_stream"},
    -{ERR_FUNC(PKCS7_F_PKCS7_ADD0_ATTRIB_SIGNING_TIME),	"PKCS7_add0_attrib_signing_time"},
    -{ERR_FUNC(PKCS7_F_PKCS7_ADD_ATTRIB_SMIMECAP),	"PKCS7_add_attrib_smimecap"},
    -{ERR_FUNC(PKCS7_F_PKCS7_ADD_CERTIFICATE),	"PKCS7_add_certificate"},
    -{ERR_FUNC(PKCS7_F_PKCS7_ADD_CRL),	"PKCS7_add_crl"},
    -{ERR_FUNC(PKCS7_F_PKCS7_ADD_RECIPIENT_INFO),	"PKCS7_add_recipient_info"},
    -{ERR_FUNC(PKCS7_F_PKCS7_ADD_SIGNATURE),	"PKCS7_add_signature"},
    -{ERR_FUNC(PKCS7_F_PKCS7_ADD_SIGNER),	"PKCS7_add_signer"},
    -{ERR_FUNC(PKCS7_F_PKCS7_BIO_ADD_DIGEST),	"PKCS7_BIO_ADD_DIGEST"},
    -{ERR_FUNC(PKCS7_F_PKCS7_COPY_EXISTING_DIGEST),	"PKCS7_COPY_EXISTING_DIGEST"},
    -{ERR_FUNC(PKCS7_F_PKCS7_CTRL),	"PKCS7_ctrl"},
    -{ERR_FUNC(PKCS7_F_PKCS7_DATADECODE),	"PKCS7_dataDecode"},
    -{ERR_FUNC(PKCS7_F_PKCS7_DATAFINAL),	"PKCS7_dataFinal"},
    -{ERR_FUNC(PKCS7_F_PKCS7_DATAINIT),	"PKCS7_dataInit"},
    -{ERR_FUNC(PKCS7_F_PKCS7_DATASIGN),	"PKCS7_DATASIGN"},
    -{ERR_FUNC(PKCS7_F_PKCS7_DATAVERIFY),	"PKCS7_dataVerify"},
    -{ERR_FUNC(PKCS7_F_PKCS7_DECRYPT),	"PKCS7_decrypt"},
    -{ERR_FUNC(PKCS7_F_PKCS7_DECRYPT_RINFO),	"PKCS7_DECRYPT_RINFO"},
    -{ERR_FUNC(PKCS7_F_PKCS7_ENCODE_RINFO),	"PKCS7_ENCODE_RINFO"},
    -{ERR_FUNC(PKCS7_F_PKCS7_ENCRYPT),	"PKCS7_encrypt"},
    -{ERR_FUNC(PKCS7_F_PKCS7_FINAL),	"PKCS7_final"},
    -{ERR_FUNC(PKCS7_F_PKCS7_FIND_DIGEST),	"PKCS7_FIND_DIGEST"},
    -{ERR_FUNC(PKCS7_F_PKCS7_GET0_SIGNERS),	"PKCS7_get0_signers"},
    -{ERR_FUNC(PKCS7_F_PKCS7_RECIP_INFO_SET),	"PKCS7_RECIP_INFO_set"},
    -{ERR_FUNC(PKCS7_F_PKCS7_SET_CIPHER),	"PKCS7_set_cipher"},
    -{ERR_FUNC(PKCS7_F_PKCS7_SET_CONTENT),	"PKCS7_set_content"},
    -{ERR_FUNC(PKCS7_F_PKCS7_SET_DIGEST),	"PKCS7_set_digest"},
    -{ERR_FUNC(PKCS7_F_PKCS7_SET_TYPE),	"PKCS7_set_type"},
    -{ERR_FUNC(PKCS7_F_PKCS7_SIGN),	"PKCS7_sign"},
    -{ERR_FUNC(PKCS7_F_PKCS7_SIGNATUREVERIFY),	"PKCS7_signatureVerify"},
    -{ERR_FUNC(PKCS7_F_PKCS7_SIGNER_INFO_SET),	"PKCS7_SIGNER_INFO_set"},
    -{ERR_FUNC(PKCS7_F_PKCS7_SIGNER_INFO_SIGN),	"PKCS7_SIGNER_INFO_sign"},
    -{ERR_FUNC(PKCS7_F_PKCS7_SIGN_ADD_SIGNER),	"PKCS7_sign_add_signer"},
    -{ERR_FUNC(PKCS7_F_PKCS7_SIMPLE_SMIMECAP),	"PKCS7_simple_smimecap"},
    -{ERR_FUNC(PKCS7_F_PKCS7_VERIFY),	"PKCS7_verify"},
    -{ERR_FUNC(PKCS7_F_SMIME_READ_PKCS7),	"SMIME_read_PKCS7"},
    -{ERR_FUNC(PKCS7_F_SMIME_TEXT),	"SMIME_text"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA PKCS7_str_functs[] = {
    +    {ERR_FUNC(PKCS7_F_B64_READ_PKCS7), "B64_READ_PKCS7"},
    +    {ERR_FUNC(PKCS7_F_B64_WRITE_PKCS7), "B64_WRITE_PKCS7"},
    +    {ERR_FUNC(PKCS7_F_DO_PKCS7_SIGNED_ATTRIB), "DO_PKCS7_SIGNED_ATTRIB"},
    +    {ERR_FUNC(PKCS7_F_I2D_PKCS7_BIO_STREAM), "i2d_PKCS7_bio_stream"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_ADD0_ATTRIB_SIGNING_TIME),
    +     "PKCS7_add0_attrib_signing_time"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_ADD_ATTRIB_SMIMECAP),
    +     "PKCS7_add_attrib_smimecap"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_ADD_CERTIFICATE), "PKCS7_add_certificate"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_ADD_CRL), "PKCS7_add_crl"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_ADD_RECIPIENT_INFO), "PKCS7_add_recipient_info"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_ADD_SIGNATURE), "PKCS7_add_signature"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_ADD_SIGNER), "PKCS7_add_signer"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_BIO_ADD_DIGEST), "PKCS7_BIO_ADD_DIGEST"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_COPY_EXISTING_DIGEST),
    +     "PKCS7_COPY_EXISTING_DIGEST"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_CTRL), "PKCS7_ctrl"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_DATADECODE), "PKCS7_dataDecode"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_DATAFINAL), "PKCS7_dataFinal"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_DATAINIT), "PKCS7_dataInit"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_DATASIGN), "PKCS7_DATASIGN"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_DATAVERIFY), "PKCS7_dataVerify"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_DECRYPT), "PKCS7_decrypt"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_DECRYPT_RINFO), "PKCS7_DECRYPT_RINFO"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_ENCODE_RINFO), "PKCS7_ENCODE_RINFO"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_ENCRYPT), "PKCS7_encrypt"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_FINAL), "PKCS7_final"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_FIND_DIGEST), "PKCS7_FIND_DIGEST"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_GET0_SIGNERS), "PKCS7_get0_signers"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_RECIP_INFO_SET), "PKCS7_RECIP_INFO_set"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_SET_CIPHER), "PKCS7_set_cipher"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_SET_CONTENT), "PKCS7_set_content"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_SET_DIGEST), "PKCS7_set_digest"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_SET_TYPE), "PKCS7_set_type"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_SIGN), "PKCS7_sign"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_SIGNATUREVERIFY), "PKCS7_signatureVerify"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_SIGNER_INFO_SET), "PKCS7_SIGNER_INFO_set"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_SIGNER_INFO_SIGN), "PKCS7_SIGNER_INFO_sign"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_SIGN_ADD_SIGNER), "PKCS7_sign_add_signer"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_SIMPLE_SMIMECAP), "PKCS7_simple_smimecap"},
    +    {ERR_FUNC(PKCS7_F_PKCS7_VERIFY), "PKCS7_verify"},
    +    {ERR_FUNC(PKCS7_F_SMIME_READ_PKCS7), "SMIME_read_PKCS7"},
    +    {ERR_FUNC(PKCS7_F_SMIME_TEXT), "SMIME_text"},
    +    {0, NULL}
    +};
     
    -static ERR_STRING_DATA PKCS7_str_reasons[]=
    -	{
    -{ERR_REASON(PKCS7_R_CERTIFICATE_VERIFY_ERROR),"certificate verify error"},
    -{ERR_REASON(PKCS7_R_CIPHER_HAS_NO_OBJECT_IDENTIFIER),"cipher has no object identifier"},
    -{ERR_REASON(PKCS7_R_CIPHER_NOT_INITIALIZED),"cipher not initialized"},
    -{ERR_REASON(PKCS7_R_CONTENT_AND_DATA_PRESENT),"content and data present"},
    -{ERR_REASON(PKCS7_R_CTRL_ERROR)          ,"ctrl error"},
    -{ERR_REASON(PKCS7_R_DECODE_ERROR)        ,"decode error"},
    -{ERR_REASON(PKCS7_R_DECRYPTED_KEY_IS_WRONG_LENGTH),"decrypted key is wrong length"},
    -{ERR_REASON(PKCS7_R_DECRYPT_ERROR)       ,"decrypt error"},
    -{ERR_REASON(PKCS7_R_DIGEST_FAILURE)      ,"digest failure"},
    -{ERR_REASON(PKCS7_R_ENCRYPTION_CTRL_FAILURE),"encryption ctrl failure"},
    -{ERR_REASON(PKCS7_R_ENCRYPTION_NOT_SUPPORTED_FOR_THIS_KEY_TYPE),"encryption not supported for this key type"},
    -{ERR_REASON(PKCS7_R_ERROR_ADDING_RECIPIENT),"error adding recipient"},
    -{ERR_REASON(PKCS7_R_ERROR_SETTING_CIPHER),"error setting cipher"},
    -{ERR_REASON(PKCS7_R_INVALID_MIME_TYPE)   ,"invalid mime type"},
    -{ERR_REASON(PKCS7_R_INVALID_NULL_POINTER),"invalid null pointer"},
    -{ERR_REASON(PKCS7_R_INVALID_SIGNED_DATA_TYPE),"invalid signed data type"},
    -{ERR_REASON(PKCS7_R_MIME_NO_CONTENT_TYPE),"mime no content type"},
    -{ERR_REASON(PKCS7_R_MIME_PARSE_ERROR)    ,"mime parse error"},
    -{ERR_REASON(PKCS7_R_MIME_SIG_PARSE_ERROR),"mime sig parse error"},
    -{ERR_REASON(PKCS7_R_MISSING_CERIPEND_INFO),"missing ceripend info"},
    -{ERR_REASON(PKCS7_R_NO_CONTENT)          ,"no content"},
    -{ERR_REASON(PKCS7_R_NO_CONTENT_TYPE)     ,"no content type"},
    -{ERR_REASON(PKCS7_R_NO_DEFAULT_DIGEST)   ,"no default digest"},
    -{ERR_REASON(PKCS7_R_NO_MATCHING_DIGEST_TYPE_FOUND),"no matching digest type found"},
    -{ERR_REASON(PKCS7_R_NO_MULTIPART_BODY_FAILURE),"no multipart body failure"},
    -{ERR_REASON(PKCS7_R_NO_MULTIPART_BOUNDARY),"no multipart boundary"},
    -{ERR_REASON(PKCS7_R_NO_RECIPIENT_MATCHES_CERTIFICATE),"no recipient matches certificate"},
    -{ERR_REASON(PKCS7_R_NO_RECIPIENT_MATCHES_KEY),"no recipient matches key"},
    -{ERR_REASON(PKCS7_R_NO_SIGNATURES_ON_DATA),"no signatures on data"},
    -{ERR_REASON(PKCS7_R_NO_SIGNERS)          ,"no signers"},
    -{ERR_REASON(PKCS7_R_NO_SIG_CONTENT_TYPE) ,"no sig content type"},
    -{ERR_REASON(PKCS7_R_OPERATION_NOT_SUPPORTED_ON_THIS_TYPE),"operation not supported on this type"},
    -{ERR_REASON(PKCS7_R_PKCS7_ADD_SIGNATURE_ERROR),"pkcs7 add signature error"},
    -{ERR_REASON(PKCS7_R_PKCS7_ADD_SIGNER_ERROR),"pkcs7 add signer error"},
    -{ERR_REASON(PKCS7_R_PKCS7_DATAFINAL)     ,"pkcs7 datafinal"},
    -{ERR_REASON(PKCS7_R_PKCS7_DATAFINAL_ERROR),"pkcs7 datafinal error"},
    -{ERR_REASON(PKCS7_R_PKCS7_DATASIGN)      ,"pkcs7 datasign"},
    -{ERR_REASON(PKCS7_R_PKCS7_PARSE_ERROR)   ,"pkcs7 parse error"},
    -{ERR_REASON(PKCS7_R_PKCS7_SIG_PARSE_ERROR),"pkcs7 sig parse error"},
    -{ERR_REASON(PKCS7_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE),"private key does not match certificate"},
    -{ERR_REASON(PKCS7_R_SIGNATURE_FAILURE)   ,"signature failure"},
    -{ERR_REASON(PKCS7_R_SIGNER_CERTIFICATE_NOT_FOUND),"signer certificate not found"},
    -{ERR_REASON(PKCS7_R_SIGNING_CTRL_FAILURE),"signing ctrl failure"},
    -{ERR_REASON(PKCS7_R_SIGNING_NOT_SUPPORTED_FOR_THIS_KEY_TYPE),"signing not supported for this key type"},
    -{ERR_REASON(PKCS7_R_SIG_INVALID_MIME_TYPE),"sig invalid mime type"},
    -{ERR_REASON(PKCS7_R_SMIME_TEXT_ERROR)    ,"smime text error"},
    -{ERR_REASON(PKCS7_R_UNABLE_TO_FIND_CERTIFICATE),"unable to find certificate"},
    -{ERR_REASON(PKCS7_R_UNABLE_TO_FIND_MEM_BIO),"unable to find mem bio"},
    -{ERR_REASON(PKCS7_R_UNABLE_TO_FIND_MESSAGE_DIGEST),"unable to find message digest"},
    -{ERR_REASON(PKCS7_R_UNKNOWN_DIGEST_TYPE) ,"unknown digest type"},
    -{ERR_REASON(PKCS7_R_UNKNOWN_OPERATION)   ,"unknown operation"},
    -{ERR_REASON(PKCS7_R_UNSUPPORTED_CIPHER_TYPE),"unsupported cipher type"},
    -{ERR_REASON(PKCS7_R_UNSUPPORTED_CONTENT_TYPE),"unsupported content type"},
    -{ERR_REASON(PKCS7_R_WRONG_CONTENT_TYPE)  ,"wrong content type"},
    -{ERR_REASON(PKCS7_R_WRONG_PKCS7_TYPE)    ,"wrong pkcs7 type"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA PKCS7_str_reasons[] = {
    +    {ERR_REASON(PKCS7_R_CERTIFICATE_VERIFY_ERROR),
    +     "certificate verify error"},
    +    {ERR_REASON(PKCS7_R_CIPHER_HAS_NO_OBJECT_IDENTIFIER),
    +     "cipher has no object identifier"},
    +    {ERR_REASON(PKCS7_R_CIPHER_NOT_INITIALIZED), "cipher not initialized"},
    +    {ERR_REASON(PKCS7_R_CONTENT_AND_DATA_PRESENT),
    +     "content and data present"},
    +    {ERR_REASON(PKCS7_R_CTRL_ERROR), "ctrl error"},
    +    {ERR_REASON(PKCS7_R_DECODE_ERROR), "decode error"},
    +    {ERR_REASON(PKCS7_R_DECRYPTED_KEY_IS_WRONG_LENGTH),
    +     "decrypted key is wrong length"},
    +    {ERR_REASON(PKCS7_R_DECRYPT_ERROR), "decrypt error"},
    +    {ERR_REASON(PKCS7_R_DIGEST_FAILURE), "digest failure"},
    +    {ERR_REASON(PKCS7_R_ENCRYPTION_CTRL_FAILURE), "encryption ctrl failure"},
    +    {ERR_REASON(PKCS7_R_ENCRYPTION_NOT_SUPPORTED_FOR_THIS_KEY_TYPE),
    +     "encryption not supported for this key type"},
    +    {ERR_REASON(PKCS7_R_ERROR_ADDING_RECIPIENT), "error adding recipient"},
    +    {ERR_REASON(PKCS7_R_ERROR_SETTING_CIPHER), "error setting cipher"},
    +    {ERR_REASON(PKCS7_R_INVALID_MIME_TYPE), "invalid mime type"},
    +    {ERR_REASON(PKCS7_R_INVALID_NULL_POINTER), "invalid null pointer"},
    +    {ERR_REASON(PKCS7_R_INVALID_SIGNED_DATA_TYPE),
    +     "invalid signed data type"},
    +    {ERR_REASON(PKCS7_R_MIME_NO_CONTENT_TYPE), "mime no content type"},
    +    {ERR_REASON(PKCS7_R_MIME_PARSE_ERROR), "mime parse error"},
    +    {ERR_REASON(PKCS7_R_MIME_SIG_PARSE_ERROR), "mime sig parse error"},
    +    {ERR_REASON(PKCS7_R_MISSING_CERIPEND_INFO), "missing ceripend info"},
    +    {ERR_REASON(PKCS7_R_NO_CONTENT), "no content"},
    +    {ERR_REASON(PKCS7_R_NO_CONTENT_TYPE), "no content type"},
    +    {ERR_REASON(PKCS7_R_NO_DEFAULT_DIGEST), "no default digest"},
    +    {ERR_REASON(PKCS7_R_NO_MATCHING_DIGEST_TYPE_FOUND),
    +     "no matching digest type found"},
    +    {ERR_REASON(PKCS7_R_NO_MULTIPART_BODY_FAILURE),
    +     "no multipart body failure"},
    +    {ERR_REASON(PKCS7_R_NO_MULTIPART_BOUNDARY), "no multipart boundary"},
    +    {ERR_REASON(PKCS7_R_NO_RECIPIENT_MATCHES_CERTIFICATE),
    +     "no recipient matches certificate"},
    +    {ERR_REASON(PKCS7_R_NO_RECIPIENT_MATCHES_KEY),
    +     "no recipient matches key"},
    +    {ERR_REASON(PKCS7_R_NO_SIGNATURES_ON_DATA), "no signatures on data"},
    +    {ERR_REASON(PKCS7_R_NO_SIGNERS), "no signers"},
    +    {ERR_REASON(PKCS7_R_NO_SIG_CONTENT_TYPE), "no sig content type"},
    +    {ERR_REASON(PKCS7_R_OPERATION_NOT_SUPPORTED_ON_THIS_TYPE),
    +     "operation not supported on this type"},
    +    {ERR_REASON(PKCS7_R_PKCS7_ADD_SIGNATURE_ERROR),
    +     "pkcs7 add signature error"},
    +    {ERR_REASON(PKCS7_R_PKCS7_ADD_SIGNER_ERROR), "pkcs7 add signer error"},
    +    {ERR_REASON(PKCS7_R_PKCS7_DATAFINAL), "pkcs7 datafinal"},
    +    {ERR_REASON(PKCS7_R_PKCS7_DATAFINAL_ERROR), "pkcs7 datafinal error"},
    +    {ERR_REASON(PKCS7_R_PKCS7_DATASIGN), "pkcs7 datasign"},
    +    {ERR_REASON(PKCS7_R_PKCS7_PARSE_ERROR), "pkcs7 parse error"},
    +    {ERR_REASON(PKCS7_R_PKCS7_SIG_PARSE_ERROR), "pkcs7 sig parse error"},
    +    {ERR_REASON(PKCS7_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE),
    +     "private key does not match certificate"},
    +    {ERR_REASON(PKCS7_R_SIGNATURE_FAILURE), "signature failure"},
    +    {ERR_REASON(PKCS7_R_SIGNER_CERTIFICATE_NOT_FOUND),
    +     "signer certificate not found"},
    +    {ERR_REASON(PKCS7_R_SIGNING_CTRL_FAILURE), "signing ctrl failure"},
    +    {ERR_REASON(PKCS7_R_SIGNING_NOT_SUPPORTED_FOR_THIS_KEY_TYPE),
    +     "signing not supported for this key type"},
    +    {ERR_REASON(PKCS7_R_SIG_INVALID_MIME_TYPE), "sig invalid mime type"},
    +    {ERR_REASON(PKCS7_R_SMIME_TEXT_ERROR), "smime text error"},
    +    {ERR_REASON(PKCS7_R_UNABLE_TO_FIND_CERTIFICATE),
    +     "unable to find certificate"},
    +    {ERR_REASON(PKCS7_R_UNABLE_TO_FIND_MEM_BIO), "unable to find mem bio"},
    +    {ERR_REASON(PKCS7_R_UNABLE_TO_FIND_MESSAGE_DIGEST),
    +     "unable to find message digest"},
    +    {ERR_REASON(PKCS7_R_UNKNOWN_DIGEST_TYPE), "unknown digest type"},
    +    {ERR_REASON(PKCS7_R_UNKNOWN_OPERATION), "unknown operation"},
    +    {ERR_REASON(PKCS7_R_UNSUPPORTED_CIPHER_TYPE), "unsupported cipher type"},
    +    {ERR_REASON(PKCS7_R_UNSUPPORTED_CONTENT_TYPE),
    +     "unsupported content type"},
    +    {ERR_REASON(PKCS7_R_WRONG_CONTENT_TYPE), "wrong content type"},
    +    {ERR_REASON(PKCS7_R_WRONG_PKCS7_TYPE), "wrong pkcs7 type"},
    +    {0, NULL}
    +};
     
     #endif
     
     void ERR_load_PKCS7_strings(void)
    -	{
    +{
     #ifndef OPENSSL_NO_ERR
     
    -	if (ERR_func_error_string(PKCS7_str_functs[0].error) == NULL)
    -		{
    -		ERR_load_strings(0,PKCS7_str_functs);
    -		ERR_load_strings(0,PKCS7_str_reasons);
    -		}
    +    if (ERR_func_error_string(PKCS7_str_functs[0].error) == NULL) {
    +        ERR_load_strings(0, PKCS7_str_functs);
    +        ERR_load_strings(0, PKCS7_str_reasons);
    +    }
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/ppc_arch.h b/openssl/crypto/ppc_arch.h
    new file mode 100755
    index 000000000..b50ec996a
    --- /dev/null
    +++ b/openssl/crypto/ppc_arch.h
    @@ -0,0 +1,10 @@
    +#ifndef __PPC_ARCH_H__
    +# define __PPC_ARCH_H__
    +
    +extern unsigned int OPENSSL_ppccap_P;
    +
    +# define PPC_FPU64       (1<<0)
    +# define PPC_ALTIVEC     (1<<1)
    +# define PPC_CRYPTO207   (1<<2)
    +
    +#endif
    diff --git a/openssl/crypto/ppccap.c b/openssl/crypto/ppccap.c
    index f71ba66aa..2b7f704cd 100644
    --- a/openssl/crypto/ppccap.c
    +++ b/openssl/crypto/ppccap.c
    @@ -4,123 +4,156 @@
     #include 
     #include 
     #include 
    +#if defined(__linux) || defined(_AIX)
    +# include 
    +#endif
     #include 
     #include 
     
    -#define PPC_FPU64	(1<<0)
    -#define PPC_ALTIVEC	(1<<1)
    +#include "ppc_arch.h"
     
    -static int OPENSSL_ppccap_P = 0;
    +unsigned int OPENSSL_ppccap_P = 0;
     
     static sigset_t all_masked;
     
     #ifdef OPENSSL_BN_ASM_MONT
    -int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np, const BN_ULONG *n0, int num)
    -	{
    -	int bn_mul_mont_fpu64(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np, const BN_ULONG *n0, int num);
    -	int bn_mul_mont_int(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np, const BN_ULONG *n0, int num);
    -
    -	if (sizeof(size_t)==4)
    -		{
    -#if (defined(__APPLE__) && defined(__MACH__))
    -		if (num>=8 && (num&3)==0 && (OPENSSL_ppccap_P&PPC_FPU64))
    -			return bn_mul_mont_fpu64(rp,ap,bp,np,n0,num);
    -#else
    -		/* boundary of 32 was experimentally determined on
    -		   Linux 2.6.22, might have to be adjusted on AIX... */
    -		if (num>=32 && (num&3)==0 && (OPENSSL_ppccap_P&PPC_FPU64))
    -			{
    -			sigset_t oset;
    -			int ret;
    -
    -			sigprocmask(SIG_SETMASK,&all_masked,&oset);
    -			ret=bn_mul_mont_fpu64(rp,ap,bp,np,n0,num);
    -			sigprocmask(SIG_SETMASK,&oset,NULL);
    -
    -			return ret;
    -			}
    -#endif
    -		}
    -	else if ((OPENSSL_ppccap_P&PPC_FPU64))
    -		/* this is a "must" on POWER6, but run-time detection
    -		 * is not implemented yet... */
    -		return bn_mul_mont_fpu64(rp,ap,bp,np,n0,num);
    -
    -	return bn_mul_mont_int(rp,ap,bp,np,n0,num);
    -	}
    +int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
    +                const BN_ULONG *np, const BN_ULONG *n0, int num)
    +{
    +    int bn_mul_mont_fpu64(BN_ULONG *rp, const BN_ULONG *ap,
    +                          const BN_ULONG *bp, const BN_ULONG *np,
    +                          const BN_ULONG *n0, int num);
    +    int bn_mul_mont_int(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
    +                        const BN_ULONG *np, const BN_ULONG *n0, int num);
    +
    +    if (sizeof(size_t) == 4) {
    +# if 1 || (defined(__APPLE__) && defined(__MACH__))
    +        if (num >= 8 && (num & 3) == 0 && (OPENSSL_ppccap_P & PPC_FPU64))
    +            return bn_mul_mont_fpu64(rp, ap, bp, np, n0, num);
    +# else
    +        /*
    +         * boundary of 32 was experimentally determined on Linux 2.6.22,
    +         * might have to be adjusted on AIX...
    +         */
    +        if (num >= 32 && (num & 3) == 0 && (OPENSSL_ppccap_P & PPC_FPU64)) {
    +            sigset_t oset;
    +            int ret;
    +
    +            sigprocmask(SIG_SETMASK, &all_masked, &oset);
    +            ret = bn_mul_mont_fpu64(rp, ap, bp, np, n0, num);
    +            sigprocmask(SIG_SETMASK, &oset, NULL);
    +
    +            return ret;
    +        }
    +# endif
    +    } else if ((OPENSSL_ppccap_P & PPC_FPU64))
    +        /*
    +         * this is a "must" on POWER6, but run-time detection is not
    +         * implemented yet...
    +         */
    +        return bn_mul_mont_fpu64(rp, ap, bp, np, n0, num);
    +
    +    return bn_mul_mont_int(rp, ap, bp, np, n0, num);
    +}
     #endif
     
    +void sha256_block_p8(void *ctx, const void *inp, size_t len);
    +void sha256_block_ppc(void *ctx, const void *inp, size_t len);
    +void sha256_block_data_order(void *ctx, const void *inp, size_t len)
    +{
    +    OPENSSL_ppccap_P & PPC_CRYPTO207 ? sha256_block_p8(ctx, inp, len) :
    +        sha256_block_ppc(ctx, inp, len);
    +}
    +
    +void sha512_block_p8(void *ctx, const void *inp, size_t len);
    +void sha512_block_ppc(void *ctx, const void *inp, size_t len);
    +void sha512_block_data_order(void *ctx, const void *inp, size_t len)
    +{
    +    OPENSSL_ppccap_P & PPC_CRYPTO207 ? sha512_block_p8(ctx, inp, len) :
    +        sha512_block_ppc(ctx, inp, len);
    +}
    +
     static sigjmp_buf ill_jmp;
    -static void ill_handler (int sig) { siglongjmp(ill_jmp,sig); }
    +static void ill_handler(int sig)
    +{
    +    siglongjmp(ill_jmp, sig);
    +}
     
     void OPENSSL_ppc64_probe(void);
     void OPENSSL_altivec_probe(void);
    +void OPENSSL_crypto207_probe(void);
     
     void OPENSSL_cpuid_setup(void)
    -	{
    -	char *e;
    -	struct sigaction	ill_oact,ill_act;
    -	sigset_t		oset;
    -	static int trigger=0;
    -
    -	if (trigger) return;
    -	trigger=1;
    - 
    -	sigfillset(&all_masked);
    -	sigdelset(&all_masked,SIGILL);
    -	sigdelset(&all_masked,SIGTRAP);
    +{
    +    char *e;
    +    struct sigaction ill_oact, ill_act;
    +    sigset_t oset;
    +    static int trigger = 0;
    +
    +    if (trigger)
    +        return;
    +    trigger = 1;
    +
    +    sigfillset(&all_masked);
    +    sigdelset(&all_masked, SIGILL);
    +    sigdelset(&all_masked, SIGTRAP);
     #ifdef SIGEMT
    -	sigdelset(&all_masked,SIGEMT);
    +    sigdelset(&all_masked, SIGEMT);
     #endif
    -	sigdelset(&all_masked,SIGFPE);
    -	sigdelset(&all_masked,SIGBUS);
    -	sigdelset(&all_masked,SIGSEGV);
    +    sigdelset(&all_masked, SIGFPE);
    +    sigdelset(&all_masked, SIGBUS);
    +    sigdelset(&all_masked, SIGSEGV);
     
    -	if ((e=getenv("OPENSSL_ppccap")))
    -		{
    -		OPENSSL_ppccap_P=strtoul(e,NULL,0);
    -		return;
    -		}
    +    if ((e = getenv("OPENSSL_ppccap"))) {
    +        OPENSSL_ppccap_P = strtoul(e, NULL, 0);
    +        return;
    +    }
     
    -	OPENSSL_ppccap_P = 0;
    +    OPENSSL_ppccap_P = 0;
     
     #if defined(_AIX)
    -	if (sizeof(size_t)==4
    +    if (sizeof(size_t) == 4) {
    +        struct utsname uts;
     # if defined(_SC_AIX_KERNEL_BITMODE)
    -	    && sysconf(_SC_AIX_KERNEL_BITMODE)!=64
    +        if (sysconf(_SC_AIX_KERNEL_BITMODE) != 64)
    +            return;
     # endif
    -	   )
    -		return;
    +        if (uname(&uts) != 0 || atoi(uts.version) < 6)
    +            return;
    +    }
     #endif
     
    -	memset(&ill_act,0,sizeof(ill_act));
    -	ill_act.sa_handler = ill_handler;
    -	ill_act.sa_mask    = all_masked;
    -
    -	sigprocmask(SIG_SETMASK,&ill_act.sa_mask,&oset);
    -	sigaction(SIGILL,&ill_act,&ill_oact);
    -
    -	if (sizeof(size_t)==4)
    -		{
    -		if (sigsetjmp(ill_jmp,1) == 0)
    -			{
    -			OPENSSL_ppc64_probe();
    -			OPENSSL_ppccap_P |= PPC_FPU64;
    -			}
    -		}
    -	else
    -		{
    -		/*
    -		 * Wanted code detecting POWER6 CPU and setting PPC_FPU64
    -		 */
    -		}
    -
    -	if (sigsetjmp(ill_jmp,1) == 0)
    -		{
    -		OPENSSL_altivec_probe();
    -		OPENSSL_ppccap_P |= PPC_ALTIVEC;
    -		}
    -
    -	sigaction (SIGILL,&ill_oact,NULL);
    -	sigprocmask(SIG_SETMASK,&oset,NULL);
    -	}
    +    memset(&ill_act, 0, sizeof(ill_act));
    +    ill_act.sa_handler = ill_handler;
    +    ill_act.sa_mask = all_masked;
    +
    +    sigprocmask(SIG_SETMASK, &ill_act.sa_mask, &oset);
    +    sigaction(SIGILL, &ill_act, &ill_oact);
    +
    +    if (sizeof(size_t) == 4) {
    +#ifdef __linux
    +        struct utsname uts;
    +        if (uname(&uts) == 0 && strcmp(uts.machine, "ppc64") == 0)
    +#endif
    +            if (sigsetjmp(ill_jmp, 1) == 0) {
    +                OPENSSL_ppc64_probe();
    +                OPENSSL_ppccap_P |= PPC_FPU64;
    +            }
    +    } else {
    +        /*
    +         * Wanted code detecting POWER6 CPU and setting PPC_FPU64
    +         */
    +    }
    +
    +    if (sigsetjmp(ill_jmp, 1) == 0) {
    +        OPENSSL_altivec_probe();
    +        OPENSSL_ppccap_P |= PPC_ALTIVEC;
    +        if (sigsetjmp(ill_jmp, 1) == 0) {
    +            OPENSSL_crypto207_probe();
    +            OPENSSL_ppccap_P |= PPC_CRYPTO207;
    +        }
    +    }
    +
    +    sigaction(SIGILL, &ill_oact, NULL);
    +    sigprocmask(SIG_SETMASK, &oset, NULL);
    +}
    diff --git a/openssl/crypto/ppccpuid.pl b/openssl/crypto/ppccpuid.pl
    index 4ba736a1d..8d800fe7d 100644
    --- a/openssl/crypto/ppccpuid.pl
    +++ b/openssl/crypto/ppccpuid.pl
    @@ -31,6 +31,7 @@ $code=<<___;
     	blr
     	.long	0
     	.byte	0,12,0x14,0,0,0,0,0
    +.size	.OPENSSL_ppc64_probe,.-.OPENSSL_ppc64_probe
     
     .globl	.OPENSSL_altivec_probe
     .align	4
    @@ -39,6 +40,17 @@ $code=<<___;
     	blr
     	.long	0
     	.byte	0,12,0x14,0,0,0,0,0
    +.size	.OPENSSL_altivec_probe,.-..OPENSSL_altivec_probe
    +
    +.globl	.OPENSSL_crypto207_probe
    +.align	4
    +.OPENSSL_crypto207_probe:
    +	lvx_u	v0,0,r1
    +	vcipher	v0,v0,v0
    +	blr
    +	.long	0
    +	.byte	0,12,0x14,0,0,0,0,0
    +.size	.OPENSSL_crypto207_probe,.-.OPENSSL_crypto207_probe
     
     .globl	.OPENSSL_wipe_cpu
     .align	4
    @@ -71,6 +83,7 @@ $code=<<___;
     	blr
     	.long	0
     	.byte	0,12,0x14,0,0,0,0,0
    +.size	.OPENSSL_wipe_cpu,.-.OPENSSL_wipe_cpu
     
     .globl	.OPENSSL_atomic_add
     .align	4
    @@ -84,6 +97,7 @@ Ladd:	lwarx	r5,0,r3
     	.long	0
     	.byte	0,12,0x14,0,0,0,2,0
     	.long	0
    +.size	.OPENSSL_atomic_add,.-.OPENSSL_atomic_add
     
     .globl	.OPENSSL_rdtsc
     .align	4
    @@ -93,6 +107,7 @@ Ladd:	lwarx	r5,0,r3
     	blr
     	.long	0
     	.byte	0,12,0x14,0,0,0,0,0
    +.size	.OPENSSL_rdtsc,.-.OPENSSL_rdtsc
     
     .globl	.OPENSSL_cleanse
     .align	4
    @@ -125,6 +140,7 @@ Laligned:
     	.long	0
     	.byte	0,12,0x14,0,0,0,2,0
     	.long	0
    +.size	.OPENSSL_cleanse,.-.OPENSSL_cleanse
     ___
     
     $code =~ s/\`([^\`]*)\`/eval $1/gem;
    diff --git a/openssl/crypto/pqueue/pq_test.c b/openssl/crypto/pqueue/pq_test.c
    index 8d496dfc6..479ab2248 100644
    --- a/openssl/crypto/pqueue/pq_test.c
    +++ b/openssl/crypto/pqueue/pq_test.c
    @@ -1,7 +1,7 @@
     /* crypto/pqueue/pq_test.c */
    -/* 
    +/*
      * DTLS implementation written by Nagendra Modadugu
    - * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.  
    + * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
      */
     /* ====================================================================
      * Copyright (c) 1999-2005 The OpenSSL Project.  All rights reserved.
    @@ -11,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -59,37 +59,36 @@
     
     #include "pqueue.h"
     
    -int
    -main(void)
    -	{
    -	pitem *item;
    -	pqueue pq;
    +int main(void)
    +{
    +    pitem *item;
    +    pqueue pq;
     
    -	pq = pqueue_new();
    +    pq = pqueue_new();
     
    -	item = pitem_new(3, NULL);
    -	pqueue_insert(pq, item);
    +    item = pitem_new(3, NULL);
    +    pqueue_insert(pq, item);
     
    -	item = pitem_new(1, NULL);
    -	pqueue_insert(pq, item);
    +    item = pitem_new(1, NULL);
    +    pqueue_insert(pq, item);
     
    -	item = pitem_new(2, NULL);
    -	pqueue_insert(pq, item);
    +    item = pitem_new(2, NULL);
    +    pqueue_insert(pq, item);
     
    -	item = pqueue_find(pq, 1);
    -	fprintf(stderr, "found %ld\n", item->priority);
    +    item = pqueue_find(pq, 1);
    +    fprintf(stderr, "found %ld\n", item->priority);
     
    -	item = pqueue_find(pq, 2);
    -	fprintf(stderr, "found %ld\n", item->priority);
    +    item = pqueue_find(pq, 2);
    +    fprintf(stderr, "found %ld\n", item->priority);
     
    -	item = pqueue_find(pq, 3);
    -	fprintf(stderr, "found %ld\n", item ? item->priority: 0);
    +    item = pqueue_find(pq, 3);
    +    fprintf(stderr, "found %ld\n", item ? item->priority : 0);
     
    -	pqueue_print(pq);
    +    pqueue_print(pq);
     
    -	for(item = pqueue_pop(pq); item != NULL; item = pqueue_pop(pq))
    -		pitem_free(item);
    +    for (item = pqueue_pop(pq); item != NULL; item = pqueue_pop(pq))
    +        pitem_free(item);
     
    -	pqueue_free(pq);
    -	return 0;
    -	}
    +    pqueue_free(pq);
    +    return 0;
    +}
    diff --git a/openssl/crypto/pqueue/pqueue.c b/openssl/crypto/pqueue/pqueue.c
    index eab13a125..75f973493 100644
    --- a/openssl/crypto/pqueue/pqueue.c
    +++ b/openssl/crypto/pqueue/pqueue.c
    @@ -1,7 +1,7 @@
     /* crypto/pqueue/pqueue.c */
    -/* 
    +/*
      * DTLS implementation written by Nagendra Modadugu
    - * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.  
    + * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
      */
     /* ====================================================================
      * Copyright (c) 1999-2005 The OpenSSL Project.  All rights reserved.
    @@ -11,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -61,192 +61,175 @@
     #include 
     #include "pqueue.h"
     
    -typedef struct _pqueue
    -	{
    -	pitem *items;
    -	int count;
    -	} pqueue_s;
    -
    -pitem *
    -pitem_new(unsigned char *prio64be, void *data)
    -	{
    -	pitem *item = (pitem *) OPENSSL_malloc(sizeof(pitem));
    -	if (item == NULL) return NULL;
    -
    -	memcpy(item->priority,prio64be,sizeof(item->priority));
    -
    -	item->data = data;
    -	item->next = NULL;
    -
    -	return item;
    -	}
    -
    -void
    -pitem_free(pitem *item)
    -	{
    -	if (item == NULL) return;
    -
    -	OPENSSL_free(item);
    -	}
    -
    -pqueue_s *
    -pqueue_new()
    -	{
    -	pqueue_s *pq = (pqueue_s *) OPENSSL_malloc(sizeof(pqueue_s));
    -	if (pq == NULL) return NULL;
    -
    -	memset(pq, 0x00, sizeof(pqueue_s));
    -	return pq;
    -	}
    -
    -void
    -pqueue_free(pqueue_s *pq)
    -	{
    -	if (pq == NULL) return;
    -
    -	OPENSSL_free(pq);
    -	}
    -
    -pitem *
    -pqueue_insert(pqueue_s *pq, pitem *item)
    -	{
    -	pitem *curr, *next;
    -
    -	if (pq->items == NULL)
    -		{
    -		pq->items = item;
    -		return item;
    -		}
    -
    -	for(curr = NULL, next = pq->items; 
    -		next != NULL;
    -		curr = next, next = next->next)
    -		{
    -		/* we can compare 64-bit value in big-endian encoding
    -		 * with memcmp:-) */
    -		int cmp = memcmp(next->priority, item->priority,8);
    -		if (cmp > 0)		/* next > item */
    -			{
    -			item->next = next;
    -
    -			if (curr == NULL) 
    -				pq->items = item;
    -			else  
    -				curr->next = item;
    -
    -			return item;
    -			}
    -		
    -		else if (cmp == 0)	/* duplicates not allowed */
    -			return NULL;
    -		}
    -
    -	item->next = NULL;
    -	curr->next = item;
    -
    -	return item;
    -	}
    -
    -pitem *
    -pqueue_peek(pqueue_s *pq)
    -	{
    -	return pq->items;
    -	}
    -
    -pitem *
    -pqueue_pop(pqueue_s *pq)
    -	{
    -	pitem *item = pq->items;
    -
    -	if (pq->items != NULL)
    -		pq->items = pq->items->next;
    -
    -	return item;
    -	}
    -
    -pitem *
    -pqueue_find(pqueue_s *pq, unsigned char *prio64be)
    -	{
    -	pitem *next;
    -	pitem *found = NULL;
    -
    -	if ( pq->items == NULL)
    -		return NULL;
    -
    -	for ( next = pq->items; next->next != NULL; next = next->next)
    -		{
    -		if ( memcmp(next->priority, prio64be,8) == 0)
    -			{
    -			found = next;
    -			break;
    -			}
    -		}
    -	
    -	/* check the one last node */
    -	if ( memcmp(next->priority, prio64be,8) ==0)
    -		found = next;
    -
    -	if ( ! found)
    -		return NULL;
    -
    -#if 0 /* find works in peek mode */
    -	if ( prev == NULL)
    -		pq->items = next->next;
    -	else
    -		prev->next = next->next;
    +typedef struct _pqueue {
    +    pitem *items;
    +    int count;
    +} pqueue_s;
    +
    +pitem *pitem_new(unsigned char *prio64be, void *data)
    +{
    +    pitem *item = (pitem *)OPENSSL_malloc(sizeof(pitem));
    +    if (item == NULL)
    +        return NULL;
    +
    +    memcpy(item->priority, prio64be, sizeof(item->priority));
    +
    +    item->data = data;
    +    item->next = NULL;
    +
    +    return item;
    +}
    +
    +void pitem_free(pitem *item)
    +{
    +    if (item == NULL)
    +        return;
    +
    +    OPENSSL_free(item);
    +}
    +
    +pqueue_s *pqueue_new()
    +{
    +    pqueue_s *pq = (pqueue_s *)OPENSSL_malloc(sizeof(pqueue_s));
    +    if (pq == NULL)
    +        return NULL;
    +
    +    memset(pq, 0x00, sizeof(pqueue_s));
    +    return pq;
    +}
    +
    +void pqueue_free(pqueue_s *pq)
    +{
    +    if (pq == NULL)
    +        return;
    +
    +    OPENSSL_free(pq);
    +}
    +
    +pitem *pqueue_insert(pqueue_s *pq, pitem *item)
    +{
    +    pitem *curr, *next;
    +
    +    if (pq->items == NULL) {
    +        pq->items = item;
    +        return item;
    +    }
    +
    +    for (curr = NULL, next = pq->items;
    +         next != NULL; curr = next, next = next->next) {
    +        /*
    +         * we can compare 64-bit value in big-endian encoding with memcmp:-)
    +         */
    +        int cmp = memcmp(next->priority, item->priority, 8);
    +        if (cmp > 0) {          /* next > item */
    +            item->next = next;
    +
    +            if (curr == NULL)
    +                pq->items = item;
    +            else
    +                curr->next = item;
    +
    +            return item;
    +        }
    +
    +        else if (cmp == 0)      /* duplicates not allowed */
    +            return NULL;
    +    }
    +
    +    item->next = NULL;
    +    curr->next = item;
    +
    +    return item;
    +}
    +
    +pitem *pqueue_peek(pqueue_s *pq)
    +{
    +    return pq->items;
    +}
    +
    +pitem *pqueue_pop(pqueue_s *pq)
    +{
    +    pitem *item = pq->items;
    +
    +    if (pq->items != NULL)
    +        pq->items = pq->items->next;
    +
    +    return item;
    +}
    +
    +pitem *pqueue_find(pqueue_s *pq, unsigned char *prio64be)
    +{
    +    pitem *next;
    +    pitem *found = NULL;
    +
    +    if (pq->items == NULL)
    +        return NULL;
    +
    +    for (next = pq->items; next->next != NULL; next = next->next) {
    +        if (memcmp(next->priority, prio64be, 8) == 0) {
    +            found = next;
    +            break;
    +        }
    +    }
    +
    +    /* check the one last node */
    +    if (memcmp(next->priority, prio64be, 8) == 0)
    +        found = next;
    +
    +    if (!found)
    +        return NULL;
    +
    +#if 0                           /* find works in peek mode */
    +    if (prev == NULL)
    +        pq->items = next->next;
    +    else
    +        prev->next = next->next;
     #endif
     
    -	return found;
    -	}
    -
    -void
    -pqueue_print(pqueue_s *pq)
    -	{
    -	pitem *item = pq->items;
    -
    -	while(item != NULL)
    -		{
    -		printf("item\t%02x%02x%02x%02x%02x%02x%02x%02x\n",
    -			item->priority[0],item->priority[1],
    -			item->priority[2],item->priority[3],
    -			item->priority[4],item->priority[5],
    -			item->priority[6],item->priority[7]);
    -		item = item->next;
    -		}
    -	}
    -
    -pitem *
    -pqueue_iterator(pqueue_s *pq)
    -	{
    -	return pqueue_peek(pq);
    -	}
    -
    -pitem *
    -pqueue_next(pitem **item)
    -	{
    -	pitem *ret;
    -
    -	if ( item == NULL || *item == NULL)
    -		return NULL;
    -
    -
    -	/* *item != NULL */
    -	ret = *item;
    -	*item = (*item)->next;
    -
    -	return ret;
    -	}
    -
    -int
    -pqueue_size(pqueue_s *pq)
    +    return found;
    +}
    +
    +void pqueue_print(pqueue_s *pq)
    +{
    +    pitem *item = pq->items;
    +
    +    while (item != NULL) {
    +        printf("item\t%02x%02x%02x%02x%02x%02x%02x%02x\n",
    +               item->priority[0], item->priority[1],
    +               item->priority[2], item->priority[3],
    +               item->priority[4], item->priority[5],
    +               item->priority[6], item->priority[7]);
    +        item = item->next;
    +    }
    +}
    +
    +pitem *pqueue_iterator(pqueue_s *pq)
    +{
    +    return pqueue_peek(pq);
    +}
    +
    +pitem *pqueue_next(pitem **item)
    +{
    +    pitem *ret;
    +
    +    if (item == NULL || *item == NULL)
    +        return NULL;
    +
    +    /* *item != NULL */
    +    ret = *item;
    +    *item = (*item)->next;
    +
    +    return ret;
    +}
    +
    +int pqueue_size(pqueue_s *pq)
     {
    -	pitem *item = pq->items;
    -	int count = 0;
    -	
    -	while(item != NULL)
    -	{
    -		count++;
    -		item = item->next;
    -	}
    -	return count;
    +    pitem *item = pq->items;
    +    int count = 0;
    +
    +    while (item != NULL) {
    +        count++;
    +        item = item->next;
    +    }
    +    return count;
     }
    diff --git a/openssl/crypto/pqueue/pqueue.h b/openssl/crypto/pqueue/pqueue.h
    index 26b534808..d40d9c7d8 100644
    --- a/openssl/crypto/pqueue/pqueue.h
    +++ b/openssl/crypto/pqueue/pqueue.h
    @@ -1,7 +1,7 @@
     /* crypto/pqueue/pqueue.h */
    -/* 
    +/*
      * DTLS implementation written by Nagendra Modadugu
    - * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.  
    + * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
      */
     /* ====================================================================
      * Copyright (c) 1999-2005 The OpenSSL Project.  All rights reserved.
    @@ -11,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -58,31 +58,30 @@
      */
     
     #ifndef HEADER_PQUEUE_H
    -#define HEADER_PQUEUE_H
    +# define HEADER_PQUEUE_H
     
    -#include 
    -#include 
    -#include 
    +# include 
    +# include 
    +# include 
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     typedef struct _pqueue *pqueue;
     
    -typedef struct _pitem
    -	{
    -	unsigned char priority[8]; /* 64-bit value in big-endian encoding */
    -	void *data;
    -	struct _pitem *next;
    -	} pitem;
    +typedef struct _pitem {
    +    unsigned char priority[8];  /* 64-bit value in big-endian encoding */
    +    void *data;
    +    struct _pitem *next;
    +} pitem;
     
     typedef struct _pitem *piterator;
     
     pitem *pitem_new(unsigned char *prio64be, void *data);
    -void   pitem_free(pitem *item);
    +void pitem_free(pitem *item);
     
     pqueue pqueue_new(void);
    -void   pqueue_free(pqueue pq);
    +void pqueue_free(pqueue pq);
     
     pitem *pqueue_insert(pqueue pq, pitem *item);
     pitem *pqueue_peek(pqueue pq);
    @@ -91,10 +90,10 @@ pitem *pqueue_find(pqueue pq, unsigned char *prio64be);
     pitem *pqueue_iterator(pqueue pq);
     pitem *pqueue_next(piterator *iter);
     
    -void   pqueue_print(pqueue pq);
    -int    pqueue_size(pqueue pq);
    +void pqueue_print(pqueue pq);
    +int pqueue_size(pqueue pq);
     
     #ifdef  __cplusplus
     }
     #endif
    -#endif /* ! HEADER_PQUEUE_H */
    +#endif                          /* ! HEADER_PQUEUE_H */
    diff --git a/openssl/crypto/rand/md_rand.c b/openssl/crypto/rand/md_rand.c
    index 888b4eb8d..5c13d5776 100644
    --- a/openssl/crypto/rand/md_rand.c
    +++ b/openssl/crypto/rand/md_rand.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,7 +63,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -113,7 +113,7 @@
     
     #ifdef MD_RAND_DEBUG
     # ifndef NDEBUG
    -#   define NDEBUG
    +#  define NDEBUG
     # endif
     #endif
     
    @@ -133,28 +133,29 @@
     # define PREDICT
     #endif
     
    -/* #define PREDICT	1 */
    +/* #define PREDICT      1 */
     
    -#define STATE_SIZE	1023
    -static int state_num=0,state_index=0;
    -static unsigned char state[STATE_SIZE+MD_DIGEST_LENGTH];
    +#define STATE_SIZE      1023
    +static int state_num = 0, state_index = 0;
    +static unsigned char state[STATE_SIZE + MD_DIGEST_LENGTH];
     static unsigned char md[MD_DIGEST_LENGTH];
    -static long md_count[2]={0,0};
    -static double entropy=0;
    -static int initialized=0;
    +static long md_count[2] = { 0, 0 };
    +
    +static double entropy = 0;
    +static int initialized = 0;
     
     static unsigned int crypto_lock_rand = 0; /* may be set only when a thread
    -                                           * holds CRYPTO_LOCK_RAND
    -                                           * (to prevent double locking) */
    +                                           * holds CRYPTO_LOCK_RAND (to
    +                                           * prevent double locking) */
     /* access to lockin_thread is synchronized by CRYPTO_LOCK_RAND2 */
    -static CRYPTO_THREADID locking_threadid; /* valid iff crypto_lock_rand is set */
    -
    +/* valid iff crypto_lock_rand is set */
    +static CRYPTO_THREADID locking_threadid;
     
     #ifdef PREDICT
    -int rand_predictable=0;
    +int rand_predictable = 0;
     #endif
     
    -const char RAND_version[]="RAND" OPENSSL_VERSION_PTEXT;
    +const char RAND_version[] = "RAND" OPENSSL_VERSION_PTEXT;
     
     static void ssleay_rand_cleanup(void);
     static void ssleay_rand_seed(const void *buf, int num);
    @@ -163,435 +164,429 @@ static int ssleay_rand_nopseudo_bytes(unsigned char *buf, int num);
     static int ssleay_rand_pseudo_bytes(unsigned char *buf, int num);
     static int ssleay_rand_status(void);
     
    -RAND_METHOD rand_ssleay_meth={
    -	ssleay_rand_seed,
    -	ssleay_rand_nopseudo_bytes,
    -	ssleay_rand_cleanup,
    -	ssleay_rand_add,
    -	ssleay_rand_pseudo_bytes,
    -	ssleay_rand_status
    -	}; 
    +RAND_METHOD rand_ssleay_meth = {
    +    ssleay_rand_seed,
    +    ssleay_rand_nopseudo_bytes,
    +    ssleay_rand_cleanup,
    +    ssleay_rand_add,
    +    ssleay_rand_pseudo_bytes,
    +    ssleay_rand_status
    +};
     
     RAND_METHOD *RAND_SSLeay(void)
    -	{
    -	return(&rand_ssleay_meth);
    -	}
    +{
    +    return (&rand_ssleay_meth);
    +}
     
     static void ssleay_rand_cleanup(void)
    -	{
    -	OPENSSL_cleanse(state,sizeof(state));
    -	state_num=0;
    -	state_index=0;
    -	OPENSSL_cleanse(md,MD_DIGEST_LENGTH);
    -	md_count[0]=0;
    -	md_count[1]=0;
    -	entropy=0;
    -	initialized=0;
    -	}
    +{
    +    OPENSSL_cleanse(state, sizeof(state));
    +    state_num = 0;
    +    state_index = 0;
    +    OPENSSL_cleanse(md, MD_DIGEST_LENGTH);
    +    md_count[0] = 0;
    +    md_count[1] = 0;
    +    entropy = 0;
    +    initialized = 0;
    +}
     
     static void ssleay_rand_add(const void *buf, int num, double add)
    -	{
    -	int i,j,k,st_idx;
    -	long md_c[2];
    -	unsigned char local_md[MD_DIGEST_LENGTH];
    -	EVP_MD_CTX m;
    -	int do_not_lock;
    -
    -	if (!num)
    -		return;
    -
    -	/*
    -	 * (Based on the rand(3) manpage)
    -	 *
    -	 * The input is chopped up into units of 20 bytes (or less for
    -	 * the last block).  Each of these blocks is run through the hash
    -	 * function as follows:  The data passed to the hash function
    -	 * is the current 'md', the same number of bytes from the 'state'
    -	 * (the location determined by in incremented looping index) as
    -	 * the current 'block', the new key data 'block', and 'count'
    -	 * (which is incremented after each use).
    -	 * The result of this is kept in 'md' and also xored into the
    -	 * 'state' at the same locations that were used as input into the
    -         * hash function.
    -	 */
    -
    -	/* check if we already have the lock */
    -	if (crypto_lock_rand)
    -		{
    -		CRYPTO_THREADID cur;
    -		CRYPTO_THREADID_current(&cur);
    -		CRYPTO_r_lock(CRYPTO_LOCK_RAND2);
    -		do_not_lock = !CRYPTO_THREADID_cmp(&locking_threadid, &cur);
    -		CRYPTO_r_unlock(CRYPTO_LOCK_RAND2);
    -		}
    -	else
    -		do_not_lock = 0;
    -
    -	if (!do_not_lock) CRYPTO_w_lock(CRYPTO_LOCK_RAND);
    -	st_idx=state_index;
    -
    -	/* use our own copies of the counters so that even
    -	 * if a concurrent thread seeds with exactly the
    -	 * same data and uses the same subarray there's _some_
    -	 * difference */
    -	md_c[0] = md_count[0];
    -	md_c[1] = md_count[1];
    -
    -	memcpy(local_md, md, sizeof md);
    -
    -	/* state_index <= state_num <= STATE_SIZE */
    -	state_index += num;
    -	if (state_index >= STATE_SIZE)
    -		{
    -		state_index%=STATE_SIZE;
    -		state_num=STATE_SIZE;
    -		}
    -	else if (state_num < STATE_SIZE)	
    -		{
    -		if (state_index > state_num)
    -			state_num=state_index;
    -		}
    -	/* state_index <= state_num <= STATE_SIZE */
    -
    -	/* state[st_idx], ..., state[(st_idx + num - 1) % STATE_SIZE]
    -	 * are what we will use now, but other threads may use them
    -	 * as well */
    -
    -	md_count[1] += (num / MD_DIGEST_LENGTH) + (num % MD_DIGEST_LENGTH > 0);
    -
    -	if (!do_not_lock) CRYPTO_w_unlock(CRYPTO_LOCK_RAND);
    -
    -	EVP_MD_CTX_init(&m);
    -	for (i=0; i MD_DIGEST_LENGTH)?MD_DIGEST_LENGTH:j;
    -
    -		MD_Init(&m);
    -		MD_Update(&m,local_md,MD_DIGEST_LENGTH);
    -		k=(st_idx+j)-STATE_SIZE;
    -		if (k > 0)
    -			{
    -			MD_Update(&m,&(state[st_idx]),j-k);
    -			MD_Update(&m,&(state[0]),k);
    -			}
    -		else
    -			MD_Update(&m,&(state[st_idx]),j);
    -
    -		/* DO NOT REMOVE THE FOLLOWING CALL TO MD_Update()! */
    -		MD_Update(&m,buf,j);
    -		/* We know that line may cause programs such as
    -		   purify and valgrind to complain about use of
    -		   uninitialized data.  The problem is not, it's
    -		   with the caller.  Removing that line will make
    -		   sure you get really bad randomness and thereby
    -		   other problems such as very insecure keys. */
    -
    -		MD_Update(&m,(unsigned char *)&(md_c[0]),sizeof(md_c));
    -		MD_Final(&m,local_md);
    -		md_c[1]++;
    -
    -		buf=(const char *)buf + j;
    -
    -		for (k=0; k= STATE_SIZE)
    -				st_idx=0;
    -			}
    -		}
    -	EVP_MD_CTX_cleanup(&m);
    -
    -	if (!do_not_lock) CRYPTO_w_lock(CRYPTO_LOCK_RAND);
    -	/* Don't just copy back local_md into md -- this could mean that
    -	 * other thread's seeding remains without effect (except for
    -	 * the incremented counter).  By XORing it we keep at least as
    -	 * much entropy as fits into md. */
    -	for (k = 0; k < (int)sizeof(md); k++)
    -		{
    -		md[k] ^= local_md[k];
    -		}
    -	if (entropy < ENTROPY_NEEDED) /* stop counting when we have enough */
    -	    entropy += add;
    -	if (!do_not_lock) CRYPTO_w_unlock(CRYPTO_LOCK_RAND);
    -	
    +{
    +    int i, j, k, st_idx;
    +    long md_c[2];
    +    unsigned char local_md[MD_DIGEST_LENGTH];
    +    EVP_MD_CTX m;
    +    int do_not_lock;
    +
    +    if (!num)
    +        return;
    +
    +    /*
    +     * (Based on the rand(3) manpage)
    +     *
    +     * The input is chopped up into units of 20 bytes (or less for
    +     * the last block).  Each of these blocks is run through the hash
    +     * function as follows:  The data passed to the hash function
    +     * is the current 'md', the same number of bytes from the 'state'
    +     * (the location determined by in incremented looping index) as
    +     * the current 'block', the new key data 'block', and 'count'
    +     * (which is incremented after each use).
    +     * The result of this is kept in 'md' and also xored into the
    +     * 'state' at the same locations that were used as input into the
    +     * hash function.
    +     */
    +
    +    /* check if we already have the lock */
    +    if (crypto_lock_rand) {
    +        CRYPTO_THREADID cur;
    +        CRYPTO_THREADID_current(&cur);
    +        CRYPTO_r_lock(CRYPTO_LOCK_RAND2);
    +        do_not_lock = !CRYPTO_THREADID_cmp(&locking_threadid, &cur);
    +        CRYPTO_r_unlock(CRYPTO_LOCK_RAND2);
    +    } else
    +        do_not_lock = 0;
    +
    +    if (!do_not_lock)
    +        CRYPTO_w_lock(CRYPTO_LOCK_RAND);
    +    st_idx = state_index;
    +
    +    /*
    +     * use our own copies of the counters so that even if a concurrent thread
    +     * seeds with exactly the same data and uses the same subarray there's
    +     * _some_ difference
    +     */
    +    md_c[0] = md_count[0];
    +    md_c[1] = md_count[1];
    +
    +    memcpy(local_md, md, sizeof md);
    +
    +    /* state_index <= state_num <= STATE_SIZE */
    +    state_index += num;
    +    if (state_index >= STATE_SIZE) {
    +        state_index %= STATE_SIZE;
    +        state_num = STATE_SIZE;
    +    } else if (state_num < STATE_SIZE) {
    +        if (state_index > state_num)
    +            state_num = state_index;
    +    }
    +    /* state_index <= state_num <= STATE_SIZE */
    +
    +    /*
    +     * state[st_idx], ..., state[(st_idx + num - 1) % STATE_SIZE] are what we
    +     * will use now, but other threads may use them as well
    +     */
    +
    +    md_count[1] += (num / MD_DIGEST_LENGTH) + (num % MD_DIGEST_LENGTH > 0);
    +
    +    if (!do_not_lock)
    +        CRYPTO_w_unlock(CRYPTO_LOCK_RAND);
    +
    +    EVP_MD_CTX_init(&m);
    +    for (i = 0; i < num; i += MD_DIGEST_LENGTH) {
    +        j = (num - i);
    +        j = (j > MD_DIGEST_LENGTH) ? MD_DIGEST_LENGTH : j;
    +
    +        MD_Init(&m);
    +        MD_Update(&m, local_md, MD_DIGEST_LENGTH);
    +        k = (st_idx + j) - STATE_SIZE;
    +        if (k > 0) {
    +            MD_Update(&m, &(state[st_idx]), j - k);
    +            MD_Update(&m, &(state[0]), k);
    +        } else
    +            MD_Update(&m, &(state[st_idx]), j);
    +
    +        /* DO NOT REMOVE THE FOLLOWING CALL TO MD_Update()! */
    +        MD_Update(&m, buf, j);
    +        /*
    +         * We know that line may cause programs such as purify and valgrind
    +         * to complain about use of uninitialized data.  The problem is not,
    +         * it's with the caller.  Removing that line will make sure you get
    +         * really bad randomness and thereby other problems such as very
    +         * insecure keys.
    +         */
    +
    +        MD_Update(&m, (unsigned char *)&(md_c[0]), sizeof(md_c));
    +        MD_Final(&m, local_md);
    +        md_c[1]++;
    +
    +        buf = (const char *)buf + j;
    +
    +        for (k = 0; k < j; k++) {
    +            /*
    +             * Parallel threads may interfere with this, but always each byte
    +             * of the new state is the XOR of some previous value of its and
    +             * local_md (itermediate values may be lost). Alway using locking
    +             * could hurt performance more than necessary given that
    +             * conflicts occur only when the total seeding is longer than the
    +             * random state.
    +             */
    +            state[st_idx++] ^= local_md[k];
    +            if (st_idx >= STATE_SIZE)
    +                st_idx = 0;
    +        }
    +    }
    +    EVP_MD_CTX_cleanup(&m);
    +
    +    if (!do_not_lock)
    +        CRYPTO_w_lock(CRYPTO_LOCK_RAND);
    +    /*
    +     * Don't just copy back local_md into md -- this could mean that other
    +     * thread's seeding remains without effect (except for the incremented
    +     * counter).  By XORing it we keep at least as much entropy as fits into
    +     * md.
    +     */
    +    for (k = 0; k < (int)sizeof(md); k++) {
    +        md[k] ^= local_md[k];
    +    }
    +    if (entropy < ENTROPY_NEEDED) /* stop counting when we have enough */
    +        entropy += add;
    +    if (!do_not_lock)
    +        CRYPTO_w_unlock(CRYPTO_LOCK_RAND);
    +
     #if !defined(OPENSSL_THREADS) && !defined(OPENSSL_SYS_WIN32)
    -	assert(md_c[1] == md_count[1]);
    +    assert(md_c[1] == md_count[1]);
     #endif
    -	}
    +}
     
     static void ssleay_rand_seed(const void *buf, int num)
    -	{
    -	ssleay_rand_add(buf, num, (double)num);
    -	}
    +{
    +    ssleay_rand_add(buf, num, (double)num);
    +}
     
     int ssleay_rand_bytes(unsigned char *buf, int num, int pseudo, int lock)
    -	{
    -	static volatile int stirred_pool = 0;
    -	int i,j,k,st_num,st_idx;
    -	int num_ceil;
    -	int ok;
    -	long md_c[2];
    -	unsigned char local_md[MD_DIGEST_LENGTH];
    -	EVP_MD_CTX m;
    +{
    +    static volatile int stirred_pool = 0;
    +    int i, j, k, st_num, st_idx;
    +    int num_ceil;
    +    int ok;
    +    long md_c[2];
    +    unsigned char local_md[MD_DIGEST_LENGTH];
    +    EVP_MD_CTX m;
     #ifndef GETPID_IS_MEANINGLESS
    -	pid_t curr_pid = getpid();
    +    pid_t curr_pid = getpid();
     #endif
    -	int do_stir_pool = 0;
    +    int do_stir_pool = 0;
     
     #ifdef PREDICT
    -	if (rand_predictable)
    -		{
    -		static unsigned char val=0;
    -
    -		for (i=0; i= ENTROPY_NEEDED);
    -	if (!ok)
    -		{
    -		/* If the PRNG state is not yet unpredictable, then seeing
    -		 * the PRNG output may help attackers to determine the new
    -		 * state; thus we have to decrease the entropy estimate.
    -		 * Once we've had enough initial seeding we don't bother to
    -		 * adjust the entropy count, though, because we're not ambitious
    -		 * to provide *information-theoretic* randomness.
    -		 *
    -		 * NOTE: This approach fails if the program forks before
    -		 * we have enough entropy. Entropy should be collected
    -		 * in a separate input pool and be transferred to the
    -		 * output pool only when the entropy limit has been reached.
    -		 */
    -		entropy -= num;
    -		if (entropy < 0)
    -			entropy = 0;
    -		}
    -
    -	if (do_stir_pool)
    -		{
    -		/* In the output function only half of 'md' remains secret,
    -		 * so we better make sure that the required entropy gets
    -		 * 'evenly distributed' through 'state', our randomness pool.
    -		 * The input function (ssleay_rand_add) chains all of 'md',
    -		 * which makes it more suitable for this purpose.
    -		 */
    -
    -		int n = STATE_SIZE; /* so that the complete pool gets accessed */
    -		while (n > 0)
    -			{
    +    if (num <= 0)
    +        return 1;
    +
    +    EVP_MD_CTX_init(&m);
    +    /* round upwards to multiple of MD_DIGEST_LENGTH/2 */
    +    num_ceil =
    +        (1 + (num - 1) / (MD_DIGEST_LENGTH / 2)) * (MD_DIGEST_LENGTH / 2);
    +
    +    /*
    +     * (Based on the rand(3) manpage:)
    +     *
    +     * For each group of 10 bytes (or less), we do the following:
    +     *
    +     * Input into the hash function the local 'md' (which is initialized from
    +     * the global 'md' before any bytes are generated), the bytes that are to
    +     * be overwritten by the random bytes, and bytes from the 'state'
    +     * (incrementing looping index). From this digest output (which is kept
    +     * in 'md'), the top (up to) 10 bytes are returned to the caller and the
    +     * bottom 10 bytes are xored into the 'state'.
    +     *
    +     * Finally, after we have finished 'num' random bytes for the
    +     * caller, 'count' (which is incremented) and the local and global 'md'
    +     * are fed into the hash function and the results are kept in the
    +     * global 'md'.
    +     */
    +    if (lock)
    +        CRYPTO_w_lock(CRYPTO_LOCK_RAND);
    +
    +    /* prevent ssleay_rand_bytes() from trying to obtain the lock again */
    +    CRYPTO_w_lock(CRYPTO_LOCK_RAND2);
    +    CRYPTO_THREADID_current(&locking_threadid);
    +    CRYPTO_w_unlock(CRYPTO_LOCK_RAND2);
    +    crypto_lock_rand = 1;
    +
    +    if (!initialized) {
    +        RAND_poll();
    +        initialized = 1;
    +    }
    +
    +    if (!stirred_pool)
    +        do_stir_pool = 1;
    +
    +    ok = (entropy >= ENTROPY_NEEDED);
    +    if (!ok) {
    +        /*
    +         * If the PRNG state is not yet unpredictable, then seeing the PRNG
    +         * output may help attackers to determine the new state; thus we have
    +         * to decrease the entropy estimate. Once we've had enough initial
    +         * seeding we don't bother to adjust the entropy count, though,
    +         * because we're not ambitious to provide *information-theoretic*
    +         * randomness. NOTE: This approach fails if the program forks before
    +         * we have enough entropy. Entropy should be collected in a separate
    +         * input pool and be transferred to the output pool only when the
    +         * entropy limit has been reached.
    +         */
    +        entropy -= num;
    +        if (entropy < 0)
    +            entropy = 0;
    +    }
    +
    +    if (do_stir_pool) {
    +        /*
    +         * In the output function only half of 'md' remains secret, so we
    +         * better make sure that the required entropy gets 'evenly
    +         * distributed' through 'state', our randomness pool. The input
    +         * function (ssleay_rand_add) chains all of 'md', which makes it more
    +         * suitable for this purpose.
    +         */
    +
    +        int n = STATE_SIZE;     /* so that the complete pool gets accessed */
    +        while (n > 0) {
     #if MD_DIGEST_LENGTH > 20
     # error "Please adjust DUMMY_SEED."
     #endif
     #define DUMMY_SEED "...................." /* at least MD_DIGEST_LENGTH */
    -			/* Note that the seed does not matter, it's just that
    -			 * ssleay_rand_add expects to have something to hash. */
    -			ssleay_rand_add(DUMMY_SEED, MD_DIGEST_LENGTH, 0.0);
    -			n -= MD_DIGEST_LENGTH;
    -			}
    -		if (ok)
    -			stirred_pool = 1;
    -		}
    -
    -	st_idx=state_index;
    -	st_num=state_num;
    -	md_c[0] = md_count[0];
    -	md_c[1] = md_count[1];
    -	memcpy(local_md, md, sizeof md);
    -
    -	state_index+=num_ceil;
    -	if (state_index > state_num)
    -		state_index %= state_num;
    -
    -	/* state[st_idx], ..., state[(st_idx + num_ceil - 1) % st_num]
    -	 * are now ours (but other threads may use them too) */
    -
    -	md_count[0] += 1;
    -
    -	/* before unlocking, we must clear 'crypto_lock_rand' */
    -	crypto_lock_rand = 0;
    -	if (lock)
    -		CRYPTO_w_unlock(CRYPTO_LOCK_RAND);
    -
    -	while (num > 0)
    -		{
    -		/* num_ceil -= MD_DIGEST_LENGTH/2 */
    -		j=(num >= MD_DIGEST_LENGTH/2)?MD_DIGEST_LENGTH/2:num;
    -		num-=j;
    -		MD_Init(&m);
    +            /*
    +             * Note that the seed does not matter, it's just that
    +             * ssleay_rand_add expects to have something to hash.
    +             */
    +            ssleay_rand_add(DUMMY_SEED, MD_DIGEST_LENGTH, 0.0);
    +            n -= MD_DIGEST_LENGTH;
    +        }
    +        if (ok)
    +            stirred_pool = 1;
    +    }
    +
    +    st_idx = state_index;
    +    st_num = state_num;
    +    md_c[0] = md_count[0];
    +    md_c[1] = md_count[1];
    +    memcpy(local_md, md, sizeof md);
    +
    +    state_index += num_ceil;
    +    if (state_index > state_num)
    +        state_index %= state_num;
    +
    +    /*
    +     * state[st_idx], ..., state[(st_idx + num_ceil - 1) % st_num] are now
    +     * ours (but other threads may use them too)
    +     */
    +
    +    md_count[0] += 1;
    +
    +    /* before unlocking, we must clear 'crypto_lock_rand' */
    +    crypto_lock_rand = 0;
    +    if (lock)
    +        CRYPTO_w_unlock(CRYPTO_LOCK_RAND);
    +
    +    while (num > 0) {
    +        /* num_ceil -= MD_DIGEST_LENGTH/2 */
    +        j = (num >= MD_DIGEST_LENGTH / 2) ? MD_DIGEST_LENGTH / 2 : num;
    +        num -= j;
    +        MD_Init(&m);
     #ifndef GETPID_IS_MEANINGLESS
    -		if (curr_pid) /* just in the first iteration to save time */
    -			{
    -			MD_Update(&m,(unsigned char*)&curr_pid,sizeof curr_pid);
    -			curr_pid = 0;
    -			}
    +        if (curr_pid) {         /* just in the first iteration to save time */
    +            MD_Update(&m, (unsigned char *)&curr_pid, sizeof curr_pid);
    +            curr_pid = 0;
    +        }
     #endif
    -		MD_Update(&m,local_md,MD_DIGEST_LENGTH);
    -		MD_Update(&m,(unsigned char *)&(md_c[0]),sizeof(md_c));
    -
    -#ifndef PURIFY /* purify complains */
    -		/* The following line uses the supplied buffer as a small
    -		 * source of entropy: since this buffer is often uninitialised
    -		 * it may cause programs such as purify or valgrind to
    -		 * complain. So for those builds it is not used: the removal
    -		 * of such a small source of entropy has negligible impact on
    -		 * security.
    -		 */
    -		MD_Update(&m,buf,j);
    +        MD_Update(&m, local_md, MD_DIGEST_LENGTH);
    +        MD_Update(&m, (unsigned char *)&(md_c[0]), sizeof(md_c));
    +
    +#ifndef PURIFY                  /* purify complains */
    +        /*
    +         * The following line uses the supplied buffer as a small source of
    +         * entropy: since this buffer is often uninitialised it may cause
    +         * programs such as purify or valgrind to complain. So for those
    +         * builds it is not used: the removal of such a small source of
    +         * entropy has negligible impact on security.
    +         */
    +        MD_Update(&m, buf, j);
     #endif
     
    -		k=(st_idx+MD_DIGEST_LENGTH/2)-st_num;
    -		if (k > 0)
    -			{
    -			MD_Update(&m,&(state[st_idx]),MD_DIGEST_LENGTH/2-k);
    -			MD_Update(&m,&(state[0]),k);
    -			}
    -		else
    -			MD_Update(&m,&(state[st_idx]),MD_DIGEST_LENGTH/2);
    -		MD_Final(&m,local_md);
    -
    -		for (i=0; i= st_num)
    -				st_idx=0;
    -			if (i < j)
    -				*(buf++)=local_md[i+MD_DIGEST_LENGTH/2];
    -			}
    -		}
    -
    -	MD_Init(&m);
    -	MD_Update(&m,(unsigned char *)&(md_c[0]),sizeof(md_c));
    -	MD_Update(&m,local_md,MD_DIGEST_LENGTH);
    -	if (lock)
    -		CRYPTO_w_lock(CRYPTO_LOCK_RAND);
    -	MD_Update(&m,md,MD_DIGEST_LENGTH);
    -	MD_Final(&m,md);
    -	if (lock)
    -		CRYPTO_w_unlock(CRYPTO_LOCK_RAND);
    -
    -	EVP_MD_CTX_cleanup(&m);
    -	if (ok)
    -		return(1);
    -	else if (pseudo)
    -		return 0;
    -	else 
    -		{
    -		RANDerr(RAND_F_SSLEAY_RAND_BYTES,RAND_R_PRNG_NOT_SEEDED);
    -		ERR_add_error_data(1, "You need to read the OpenSSL FAQ, "
    -			"http://www.openssl.org/support/faq.html");
    -		return(0);
    -		}
    -	}
    +        k = (st_idx + MD_DIGEST_LENGTH / 2) - st_num;
    +        if (k > 0) {
    +            MD_Update(&m, &(state[st_idx]), MD_DIGEST_LENGTH / 2 - k);
    +            MD_Update(&m, &(state[0]), k);
    +        } else
    +            MD_Update(&m, &(state[st_idx]), MD_DIGEST_LENGTH / 2);
    +        MD_Final(&m, local_md);
    +
    +        for (i = 0; i < MD_DIGEST_LENGTH / 2; i++) {
    +            /* may compete with other threads */
    +            state[st_idx++] ^= local_md[i];
    +            if (st_idx >= st_num)
    +                st_idx = 0;
    +            if (i < j)
    +                *(buf++) = local_md[i + MD_DIGEST_LENGTH / 2];
    +        }
    +    }
    +
    +    MD_Init(&m);
    +    MD_Update(&m, (unsigned char *)&(md_c[0]), sizeof(md_c));
    +    MD_Update(&m, local_md, MD_DIGEST_LENGTH);
    +    if (lock)
    +        CRYPTO_w_lock(CRYPTO_LOCK_RAND);
    +    MD_Update(&m, md, MD_DIGEST_LENGTH);
    +    MD_Final(&m, md);
    +    if (lock)
    +        CRYPTO_w_unlock(CRYPTO_LOCK_RAND);
    +
    +    EVP_MD_CTX_cleanup(&m);
    +    if (ok)
    +        return (1);
    +    else if (pseudo)
    +        return 0;
    +    else {
    +        RANDerr(RAND_F_SSLEAY_RAND_BYTES, RAND_R_PRNG_NOT_SEEDED);
    +        ERR_add_error_data(1, "You need to read the OpenSSL FAQ, "
    +                           "http://www.openssl.org/support/faq.html");
    +        return (0);
    +    }
    +}
     
     static int ssleay_rand_nopseudo_bytes(unsigned char *buf, int num)
    -	{
    -	return ssleay_rand_bytes(buf, num, 0, 1);
    -	}
    +{
    +    return ssleay_rand_bytes(buf, num, 0, 1);
    +}
     
    -/* pseudo-random bytes that are guaranteed to be unique but not
    -   unpredictable */
    -static int ssleay_rand_pseudo_bytes(unsigned char *buf, int num) 
    -	{
    -	return ssleay_rand_bytes(buf, num, 1, 1);
    -	}
    +/*
    + * pseudo-random bytes that are guaranteed to be unique but not unpredictable
    + */
    +static int ssleay_rand_pseudo_bytes(unsigned char *buf, int num)
    +{
    +    return ssleay_rand_bytes(buf, num, 1, 1);
    +}
     
     static int ssleay_rand_status(void)
    -	{
    -	CRYPTO_THREADID cur;
    -	int ret;
    -	int do_not_lock;
    -
    -	CRYPTO_THREADID_current(&cur);
    -	/* check if we already have the lock
    -	 * (could happen if a RAND_poll() implementation calls RAND_status()) */
    -	if (crypto_lock_rand)
    -		{
    -		CRYPTO_r_lock(CRYPTO_LOCK_RAND2);
    -		do_not_lock = !CRYPTO_THREADID_cmp(&locking_threadid, &cur);
    -		CRYPTO_r_unlock(CRYPTO_LOCK_RAND2);
    -		}
    -	else
    -		do_not_lock = 0;
    -	
    -	if (!do_not_lock)
    -		{
    -		CRYPTO_w_lock(CRYPTO_LOCK_RAND);
    -		
    -		/* prevent ssleay_rand_bytes() from trying to obtain the lock again */
    -		CRYPTO_w_lock(CRYPTO_LOCK_RAND2);
    -		CRYPTO_THREADID_cpy(&locking_threadid, &cur);
    -		CRYPTO_w_unlock(CRYPTO_LOCK_RAND2);
    -		crypto_lock_rand = 1;
    -		}
    -	
    -	if (!initialized)
    -		{
    -		RAND_poll();
    -		initialized = 1;
    -		}
    -
    -	ret = entropy >= ENTROPY_NEEDED;
    -
    -	if (!do_not_lock)
    -		{
    -		/* before unlocking, we must clear 'crypto_lock_rand' */
    -		crypto_lock_rand = 0;
    -		
    -		CRYPTO_w_unlock(CRYPTO_LOCK_RAND);
    -		}
    -	
    -	return ret;
    -	}
    +{
    +    CRYPTO_THREADID cur;
    +    int ret;
    +    int do_not_lock;
    +
    +    CRYPTO_THREADID_current(&cur);
    +    /*
    +     * check if we already have the lock (could happen if a RAND_poll()
    +     * implementation calls RAND_status())
    +     */
    +    if (crypto_lock_rand) {
    +        CRYPTO_r_lock(CRYPTO_LOCK_RAND2);
    +        do_not_lock = !CRYPTO_THREADID_cmp(&locking_threadid, &cur);
    +        CRYPTO_r_unlock(CRYPTO_LOCK_RAND2);
    +    } else
    +        do_not_lock = 0;
    +
    +    if (!do_not_lock) {
    +        CRYPTO_w_lock(CRYPTO_LOCK_RAND);
    +
    +        /*
    +         * prevent ssleay_rand_bytes() from trying to obtain the lock again
    +         */
    +        CRYPTO_w_lock(CRYPTO_LOCK_RAND2);
    +        CRYPTO_THREADID_cpy(&locking_threadid, &cur);
    +        CRYPTO_w_unlock(CRYPTO_LOCK_RAND2);
    +        crypto_lock_rand = 1;
    +    }
    +
    +    if (!initialized) {
    +        RAND_poll();
    +        initialized = 1;
    +    }
    +
    +    ret = entropy >= ENTROPY_NEEDED;
    +
    +    if (!do_not_lock) {
    +        /* before unlocking, we must clear 'crypto_lock_rand' */
    +        crypto_lock_rand = 0;
    +
    +        CRYPTO_w_unlock(CRYPTO_LOCK_RAND);
    +    }
    +
    +    return ret;
    +}
    diff --git a/openssl/crypto/rand/rand.h b/openssl/crypto/rand/rand.h
    index bb5520e80..2553afda2 100644
    --- a/openssl/crypto/rand/rand.h
    +++ b/openssl/crypto/rand/rand.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -57,75 +57,75 @@
      */
     
     #ifndef HEADER_RAND_H
    -#define HEADER_RAND_H
    +# define HEADER_RAND_H
     
    -#include 
    -#include 
    -#include 
    +# include 
    +# include 
    +# include 
     
    -#if defined(OPENSSL_SYS_WINDOWS)
    -#include 
    -#endif
    +# if defined(OPENSSL_SYS_WINDOWS)
    +#  include 
    +# endif
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -#if defined(OPENSSL_FIPS)
    -#define FIPS_RAND_SIZE_T size_t
    -#endif
    +# if defined(OPENSSL_FIPS)
    +#  define FIPS_RAND_SIZE_T size_t
    +# endif
     
     /* Already defined in ossl_typ.h */
     /* typedef struct rand_meth_st RAND_METHOD; */
     
    -struct rand_meth_st
    -	{
    -	void (*seed)(const void *buf, int num);
    -	int (*bytes)(unsigned char *buf, int num);
    -	void (*cleanup)(void);
    -	void (*add)(const void *buf, int num, double entropy);
    -	int (*pseudorand)(unsigned char *buf, int num);
    -	int (*status)(void);
    -	};
    -
    -#ifdef BN_DEBUG
    +struct rand_meth_st {
    +    void (*seed) (const void *buf, int num);
    +    int (*bytes) (unsigned char *buf, int num);
    +    void (*cleanup) (void);
    +    void (*add) (const void *buf, int num, double entropy);
    +    int (*pseudorand) (unsigned char *buf, int num);
    +    int (*status) (void);
    +};
    +
    +# ifdef BN_DEBUG
     extern int rand_predictable;
    -#endif
    +# endif
     
     int RAND_set_rand_method(const RAND_METHOD *meth);
     const RAND_METHOD *RAND_get_rand_method(void);
    -#ifndef OPENSSL_NO_ENGINE
    +# ifndef OPENSSL_NO_ENGINE
     int RAND_set_rand_engine(ENGINE *engine);
    -#endif
    +# endif
     RAND_METHOD *RAND_SSLeay(void);
    -void RAND_cleanup(void );
    -int  RAND_bytes(unsigned char *buf,int num);
    -int  RAND_pseudo_bytes(unsigned char *buf,int num);
    -void RAND_seed(const void *buf,int num);
    -void RAND_add(const void *buf,int num,double entropy);
    -int  RAND_load_file(const char *file,long max_bytes);
    -int  RAND_write_file(const char *file);
    -const char *RAND_file_name(char *file,size_t num);
    +void RAND_cleanup(void);
    +int RAND_bytes(unsigned char *buf, int num);
    +int RAND_pseudo_bytes(unsigned char *buf, int num);
    +void RAND_seed(const void *buf, int num);
    +void RAND_add(const void *buf, int num, double entropy);
    +int RAND_load_file(const char *file, long max_bytes);
    +int RAND_write_file(const char *file);
    +const char *RAND_file_name(char *file, size_t num);
     int RAND_status(void);
     int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes);
     int RAND_egd(const char *path);
    -int RAND_egd_bytes(const char *path,int bytes);
    +int RAND_egd_bytes(const char *path, int bytes);
     int RAND_poll(void);
     
    -#if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_WIN32)
    +# if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_WIN32)
     
     void RAND_screen(void);
     int RAND_event(UINT, WPARAM, LPARAM);
     
    -#endif
    +# endif
     
    -#ifdef OPENSSL_FIPS
    +# ifdef OPENSSL_FIPS
     void RAND_set_fips_drbg_type(int type, int flags);
     int RAND_init_fips(void);
    -#endif
    +# endif
     
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     void ERR_load_RAND_strings(void);
    @@ -133,16 +133,16 @@ void ERR_load_RAND_strings(void);
     /* Error codes for the RAND functions. */
     
     /* Function codes. */
    -#define RAND_F_RAND_GET_RAND_METHOD			 101
    -#define RAND_F_RAND_INIT_FIPS				 102
    -#define RAND_F_SSLEAY_RAND_BYTES			 100
    +# define RAND_F_RAND_GET_RAND_METHOD                      101
    +# define RAND_F_RAND_INIT_FIPS                            102
    +# define RAND_F_SSLEAY_RAND_BYTES                         100
     
     /* Reason codes. */
    -#define RAND_R_DUAL_EC_DRBG_DISABLED			 104
    -#define RAND_R_ERROR_INITIALISING_DRBG			 102
    -#define RAND_R_ERROR_INSTANTIATING_DRBG			 103
    -#define RAND_R_NO_FIPS_RANDOM_METHOD_SET		 101
    -#define RAND_R_PRNG_NOT_SEEDED				 100
    +# define RAND_R_DUAL_EC_DRBG_DISABLED                     104
    +# define RAND_R_ERROR_INITIALISING_DRBG                   102
    +# define RAND_R_ERROR_INSTANTIATING_DRBG                  103
    +# define RAND_R_NO_FIPS_RANDOM_METHOD_SET                 101
    +# define RAND_R_PRNG_NOT_SEEDED                           100
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/rand/rand_egd.c b/openssl/crypto/rand/rand_egd.c
    index d53b916eb..1b6e501b7 100644
    --- a/openssl/crypto/rand/rand_egd.c
    +++ b/openssl/crypto/rand/rand_egd.c
    @@ -8,7 +8,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -58,7 +58,7 @@
     #include 
     #include 
     
    -/*
    +/*-
      * Query the EGD .
      *
      * This module supplies three routines:
    @@ -97,207 +97,195 @@
     
     #if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_VMS) || defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_VXWORKS) || defined(OPENSSL_SYS_NETWARE) || defined(OPENSSL_SYS_VOS) || defined(OPENSSL_SYS_BEOS)
     int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes)
    -	{
    -	return(-1);
    -	}
    +{
    +    return (-1);
    +}
    +
     int RAND_egd(const char *path)
    -	{
    -	return(-1);
    -	}
    +{
    +    return (-1);
    +}
     
    -int RAND_egd_bytes(const char *path,int bytes)
    -	{
    -	return(-1);
    -	}
    +int RAND_egd_bytes(const char *path, int bytes)
    +{
    +    return (-1);
    +}
     #else
    -#include 
    -#include OPENSSL_UNISTD
    -#include 
    -#include 
    -#ifndef NO_SYS_UN_H
    -# ifdef OPENSSL_SYS_VXWORKS
    +# include 
    +# include OPENSSL_UNISTD
    +# include 
    +# include 
    +# ifndef NO_SYS_UN_H
    +#  ifdef OPENSSL_SYS_VXWORKS
     #   include 
    -# else
    +#  else
     #   include 
    -# endif
    -#else
    -struct	sockaddr_un {
    -	short	sun_family;		/* AF_UNIX */
    -	char	sun_path[108];		/* path name (gag) */
    +#  endif
    +# else
    +struct sockaddr_un {
    +    short sun_family;           /* AF_UNIX */
    +    char sun_path[108];         /* path name (gag) */
     };
    -#endif /* NO_SYS_UN_H */
    -#include 
    -#include 
    +# endif                         /* NO_SYS_UN_H */
    +# include 
    +# include 
     
    -#ifndef offsetof
    +# ifndef offsetof
     #  define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
    -#endif
    +# endif
     
     int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes)
    -	{
    -	int ret = 0;
    -	struct sockaddr_un addr;
    -	int len, num, numbytes;
    -	int fd = -1;
    -	int success;
    -	unsigned char egdbuf[2], tempbuf[255], *retrievebuf;
    +{
    +    int ret = 0;
    +    struct sockaddr_un addr;
    +    int len, num, numbytes;
    +    int fd = -1;
    +    int success;
    +    unsigned char egdbuf[2], tempbuf[255], *retrievebuf;
     
    -	memset(&addr, 0, sizeof(addr));
    -	addr.sun_family = AF_UNIX;
    -	if (strlen(path) >= sizeof(addr.sun_path))
    -		return (-1);
    -	BUF_strlcpy(addr.sun_path,path,sizeof addr.sun_path);
    -	len = offsetof(struct sockaddr_un, sun_path) + strlen(path);
    -	fd = socket(AF_UNIX, SOCK_STREAM, 0);
    -	if (fd == -1) return (-1);
    -	success = 0;
    -	while (!success)
    -	    {
    -	    if (connect(fd, (struct sockaddr *)&addr, len) == 0)
    -	       success = 1;
    -	    else
    -		{
    -		switch (errno)
    -		    {
    -#ifdef EINTR
    -		    case EINTR:
    -#endif
    -#ifdef EAGAIN
    -		    case EAGAIN:
    -#endif
    -#ifdef EINPROGRESS
    -		    case EINPROGRESS:
    -#endif
    -#ifdef EALREADY
    -		    case EALREADY:
    -#endif
    -			/* No error, try again */
    -			break;
    -#ifdef EISCONN
    -		    case EISCONN:
    -			success = 1;
    -			break;
    -#endif
    -		    default:
    -			goto err;	/* failure */
    -		    }
    -		}
    -	    }
    +    memset(&addr, 0, sizeof(addr));
    +    addr.sun_family = AF_UNIX;
    +    if (strlen(path) >= sizeof(addr.sun_path))
    +        return (-1);
    +    BUF_strlcpy(addr.sun_path, path, sizeof addr.sun_path);
    +    len = offsetof(struct sockaddr_un, sun_path) + strlen(path);
    +    fd = socket(AF_UNIX, SOCK_STREAM, 0);
    +    if (fd == -1)
    +        return (-1);
    +    success = 0;
    +    while (!success) {
    +        if (connect(fd, (struct sockaddr *)&addr, len) == 0)
    +            success = 1;
    +        else {
    +            switch (errno) {
    +# ifdef EINTR
    +            case EINTR:
    +# endif
    +# ifdef EAGAIN
    +            case EAGAIN:
    +# endif
    +# ifdef EINPROGRESS
    +            case EINPROGRESS:
    +# endif
    +# ifdef EALREADY
    +            case EALREADY:
    +# endif
    +                /* No error, try again */
    +                break;
    +# ifdef EISCONN
    +            case EISCONN:
    +                success = 1;
    +                break;
    +# endif
    +            default:
    +                goto err;       /* failure */
    +            }
    +        }
    +    }
     
    -	while(bytes > 0)
    -	    {
    -	    egdbuf[0] = 1;
    -	    egdbuf[1] = bytes < 255 ? bytes : 255;
    -	    numbytes = 0;
    -	    while (numbytes != 2)
    -		{
    -	        num = write(fd, egdbuf + numbytes, 2 - numbytes);
    -	        if (num >= 0)
    -		    numbytes += num;
    -	    	else
    -		    {
    -		    switch (errno)
    -		    	{
    -#ifdef EINTR
    -		    	case EINTR:
    -#endif
    -#ifdef EAGAIN
    -		    	case EAGAIN:
    -#endif
    -			    /* No error, try again */
    -			    break;
    -		    	default:
    -			    ret = -1;
    -			    goto err;	/* failure */
    -			}
    -		    }
    -		}
    -	    numbytes = 0;
    -	    while (numbytes != 1)
    -		{
    -	        num = read(fd, egdbuf, 1);
    -	        if (num == 0)
    -			goto err;	/* descriptor closed */
    -		else if (num > 0)
    -		    numbytes += num;
    -	    	else
    -		    {
    -		    switch (errno)
    -		    	{
    -#ifdef EINTR
    -		    	case EINTR:
    -#endif
    -#ifdef EAGAIN
    -		    	case EAGAIN:
    -#endif
    -			    /* No error, try again */
    -			    break;
    -		    	default:
    -			    ret = -1;
    -			    goto err;	/* failure */
    -			}
    -		    }
    -		}
    -	    if(egdbuf[0] == 0)
    -		goto err;
    -	    if (buf)
    -		retrievebuf = buf + ret;
    -	    else
    -		retrievebuf = tempbuf;
    -	    numbytes = 0;
    -	    while (numbytes != egdbuf[0])
    -		{
    -	        num = read(fd, retrievebuf + numbytes, egdbuf[0] - numbytes);
    -		if (num == 0)
    -			goto err;	/* descriptor closed */
    -	        else if (num > 0)
    -		    numbytes += num;
    -	    	else
    -		    {
    -		    switch (errno)
    -		    	{
    -#ifdef EINTR
    -		    	case EINTR:
    -#endif
    -#ifdef EAGAIN
    -		    	case EAGAIN:
    -#endif
    -			    /* No error, try again */
    -			    break;
    -		    	default:
    -			    ret = -1;
    -			    goto err;	/* failure */
    -			}
    -		    }
    -		}
    -	    ret += egdbuf[0];
    -	    bytes -= egdbuf[0];
    -	    if (!buf)
    -		RAND_seed(tempbuf, egdbuf[0]);
    -	    }
    +    while (bytes > 0) {
    +        egdbuf[0] = 1;
    +        egdbuf[1] = bytes < 255 ? bytes : 255;
    +        numbytes = 0;
    +        while (numbytes != 2) {
    +            num = write(fd, egdbuf + numbytes, 2 - numbytes);
    +            if (num >= 0)
    +                numbytes += num;
    +            else {
    +                switch (errno) {
    +# ifdef EINTR
    +                case EINTR:
    +# endif
    +# ifdef EAGAIN
    +                case EAGAIN:
    +# endif
    +                    /* No error, try again */
    +                    break;
    +                default:
    +                    ret = -1;
    +                    goto err;   /* failure */
    +                }
    +            }
    +        }
    +        numbytes = 0;
    +        while (numbytes != 1) {
    +            num = read(fd, egdbuf, 1);
    +            if (num == 0)
    +                goto err;       /* descriptor closed */
    +            else if (num > 0)
    +                numbytes += num;
    +            else {
    +                switch (errno) {
    +# ifdef EINTR
    +                case EINTR:
    +# endif
    +# ifdef EAGAIN
    +                case EAGAIN:
    +# endif
    +                    /* No error, try again */
    +                    break;
    +                default:
    +                    ret = -1;
    +                    goto err;   /* failure */
    +                }
    +            }
    +        }
    +        if (egdbuf[0] == 0)
    +            goto err;
    +        if (buf)
    +            retrievebuf = buf + ret;
    +        else
    +            retrievebuf = tempbuf;
    +        numbytes = 0;
    +        while (numbytes != egdbuf[0]) {
    +            num = read(fd, retrievebuf + numbytes, egdbuf[0] - numbytes);
    +            if (num == 0)
    +                goto err;       /* descriptor closed */
    +            else if (num > 0)
    +                numbytes += num;
    +            else {
    +                switch (errno) {
    +# ifdef EINTR
    +                case EINTR:
    +# endif
    +# ifdef EAGAIN
    +                case EAGAIN:
    +# endif
    +                    /* No error, try again */
    +                    break;
    +                default:
    +                    ret = -1;
    +                    goto err;   /* failure */
    +                }
    +            }
    +        }
    +        ret += egdbuf[0];
    +        bytes -= egdbuf[0];
    +        if (!buf)
    +            RAND_seed(tempbuf, egdbuf[0]);
    +    }
      err:
    -	if (fd != -1) close(fd);
    -	return(ret);
    -	}
    -
    +    if (fd != -1)
    +        close(fd);
    +    return (ret);
    +}
     
     int RAND_egd_bytes(const char *path, int bytes)
    -	{
    -	int num, ret = 0;
    +{
    +    int num, ret = 0;
     
    -	num = RAND_query_egd_bytes(path, NULL, bytes);
    -	if (num < 1) goto err;
    -	if (RAND_status() == 1)
    -	    ret = num;
    +    num = RAND_query_egd_bytes(path, NULL, bytes);
    +    if (num < 1)
    +        goto err;
    +    if (RAND_status() == 1)
    +        ret = num;
      err:
    -	return(ret);
    -	}
    -
    +    return (ret);
    +}
     
     int RAND_egd(const char *path)
    -	{
    -	return (RAND_egd_bytes(path, 255));
    -	}
    -
    +{
    +    return (RAND_egd_bytes(path, 255));
    +}
     
     #endif
    diff --git a/openssl/crypto/rand/rand_err.c b/openssl/crypto/rand/rand_err.c
    index c4c80fc8c..55d86ea8a 100644
    --- a/openssl/crypto/rand/rand_err.c
    +++ b/openssl/crypto/rand/rand_err.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* NOTE: this file was auto generated by the mkerr.pl script: any changes
    +/*
    + * NOTE: this file was auto generated by the mkerr.pl script: any changes
      * made to it will be overwritten when the script next updates this file,
      * only reason strings will be preserved.
      */
    @@ -65,37 +66,35 @@
     /* BEGIN ERROR CODES */
     #ifndef OPENSSL_NO_ERR
     
    -#define ERR_FUNC(func) ERR_PACK(ERR_LIB_RAND,func,0)
    -#define ERR_REASON(reason) ERR_PACK(ERR_LIB_RAND,0,reason)
    +# define ERR_FUNC(func) ERR_PACK(ERR_LIB_RAND,func,0)
    +# define ERR_REASON(reason) ERR_PACK(ERR_LIB_RAND,0,reason)
     
    -static ERR_STRING_DATA RAND_str_functs[]=
    -	{
    -{ERR_FUNC(RAND_F_RAND_GET_RAND_METHOD),	"RAND_get_rand_method"},
    -{ERR_FUNC(RAND_F_RAND_INIT_FIPS),	"RAND_init_fips"},
    -{ERR_FUNC(RAND_F_SSLEAY_RAND_BYTES),	"SSLEAY_RAND_BYTES"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA RAND_str_functs[] = {
    +    {ERR_FUNC(RAND_F_RAND_GET_RAND_METHOD), "RAND_get_rand_method"},
    +    {ERR_FUNC(RAND_F_RAND_INIT_FIPS), "RAND_init_fips"},
    +    {ERR_FUNC(RAND_F_SSLEAY_RAND_BYTES), "SSLEAY_RAND_BYTES"},
    +    {0, NULL}
    +};
     
    -static ERR_STRING_DATA RAND_str_reasons[]=
    -	{
    -{ERR_REASON(RAND_R_DUAL_EC_DRBG_DISABLED),"dual ec drbg disabled"},
    -{ERR_REASON(RAND_R_ERROR_INITIALISING_DRBG),"error initialising drbg"},
    -{ERR_REASON(RAND_R_ERROR_INSTANTIATING_DRBG),"error instantiating drbg"},
    -{ERR_REASON(RAND_R_NO_FIPS_RANDOM_METHOD_SET),"no fips random method set"},
    -{ERR_REASON(RAND_R_PRNG_NOT_SEEDED)      ,"PRNG not seeded"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA RAND_str_reasons[] = {
    +    {ERR_REASON(RAND_R_DUAL_EC_DRBG_DISABLED), "dual ec drbg disabled"},
    +    {ERR_REASON(RAND_R_ERROR_INITIALISING_DRBG), "error initialising drbg"},
    +    {ERR_REASON(RAND_R_ERROR_INSTANTIATING_DRBG), "error instantiating drbg"},
    +    {ERR_REASON(RAND_R_NO_FIPS_RANDOM_METHOD_SET),
    +     "no fips random method set"},
    +    {ERR_REASON(RAND_R_PRNG_NOT_SEEDED), "PRNG not seeded"},
    +    {0, NULL}
    +};
     
     #endif
     
     void ERR_load_RAND_strings(void)
    -	{
    +{
     #ifndef OPENSSL_NO_ERR
     
    -	if (ERR_func_error_string(RAND_str_functs[0].error) == NULL)
    -		{
    -		ERR_load_strings(0,RAND_str_functs);
    -		ERR_load_strings(0,RAND_str_reasons);
    -		}
    +    if (ERR_func_error_string(RAND_str_functs[0].error) == NULL) {
    +        ERR_load_strings(0, RAND_str_functs);
    +        ERR_load_strings(0, RAND_str_reasons);
    +    }
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/rand/rand_lcl.h b/openssl/crypto/rand/rand_lcl.h
    index 0fabf8dc5..f9fda3eb8 100644
    --- a/openssl/crypto/rand/rand_lcl.h
    +++ b/openssl/crypto/rand/rand_lcl.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,7 +63,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -110,49 +110,48 @@
      */
     
     #ifndef HEADER_RAND_LCL_H
    -#define HEADER_RAND_LCL_H
    +# define HEADER_RAND_LCL_H
     
    -#define ENTROPY_NEEDED 32  /* require 256 bits = 32 bytes of randomness */
    +# define ENTROPY_NEEDED 32      /* require 256 bits = 32 bytes of randomness */
     
    +# if !defined(USE_MD5_RAND) && !defined(USE_SHA1_RAND) && !defined(USE_MDC2_RAND) && !defined(USE_MD2_RAND)
    +#  if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA1)
    +#   define USE_SHA1_RAND
    +#  elif !defined(OPENSSL_NO_MD5)
    +#   define USE_MD5_RAND
    +#  elif !defined(OPENSSL_NO_MDC2) && !defined(OPENSSL_NO_DES)
    +#   define USE_MDC2_RAND
    +#  elif !defined(OPENSSL_NO_MD2)
    +#   define USE_MD2_RAND
    +#  else
    +#   error No message digest algorithm available
    +#  endif
    +# endif
     
    -#if !defined(USE_MD5_RAND) && !defined(USE_SHA1_RAND) && !defined(USE_MDC2_RAND) && !defined(USE_MD2_RAND)
    -#if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA1)
    -#define USE_SHA1_RAND
    -#elif !defined(OPENSSL_NO_MD5)
    -#define USE_MD5_RAND
    -#elif !defined(OPENSSL_NO_MDC2) && !defined(OPENSSL_NO_DES)
    -#define USE_MDC2_RAND
    -#elif !defined(OPENSSL_NO_MD2)
    -#define USE_MD2_RAND
    -#else
    -#error No message digest algorithm available
    -#endif
    -#endif
    -
    -#include 
    -#define MD_Update(a,b,c)	EVP_DigestUpdate(a,b,c)
    -#define	MD_Final(a,b)		EVP_DigestFinal_ex(a,b,NULL)
    -#if defined(USE_MD5_RAND)
    -#include 
    -#define MD_DIGEST_LENGTH	MD5_DIGEST_LENGTH
    -#define MD_Init(a)		EVP_DigestInit_ex(a,EVP_md5(), NULL)
    -#define	MD(a,b,c)		EVP_Digest(a,b,c,NULL,EVP_md5(), NULL)
    -#elif defined(USE_SHA1_RAND)
    -#include 
    -#define MD_DIGEST_LENGTH	SHA_DIGEST_LENGTH
    -#define MD_Init(a)		EVP_DigestInit_ex(a,EVP_sha1(), NULL)
    -#define	MD(a,b,c)		EVP_Digest(a,b,c,NULL,EVP_sha1(), NULL)
    -#elif defined(USE_MDC2_RAND)
    -#include 
    -#define MD_DIGEST_LENGTH	MDC2_DIGEST_LENGTH
    -#define MD_Init(a)		EVP_DigestInit_ex(a,EVP_mdc2(), NULL)
    -#define	MD(a,b,c)		EVP_Digest(a,b,c,NULL,EVP_mdc2(), NULL)
    -#elif defined(USE_MD2_RAND)
    -#include 
    -#define MD_DIGEST_LENGTH	MD2_DIGEST_LENGTH
    -#define MD_Init(a)		EVP_DigestInit_ex(a,EVP_md2(), NULL)
    -#define	MD(a,b,c)		EVP_Digest(a,b,c,NULL,EVP_md2(), NULL)
    -#endif
    +# include 
    +# define MD_Update(a,b,c)        EVP_DigestUpdate(a,b,c)
    +# define MD_Final(a,b)           EVP_DigestFinal_ex(a,b,NULL)
    +# if defined(USE_MD5_RAND)
    +#  include 
    +#  define MD_DIGEST_LENGTH        MD5_DIGEST_LENGTH
    +#  define MD_Init(a)              EVP_DigestInit_ex(a,EVP_md5(), NULL)
    +#  define MD(a,b,c)               EVP_Digest(a,b,c,NULL,EVP_md5(), NULL)
    +# elif defined(USE_SHA1_RAND)
    +#  include 
    +#  define MD_DIGEST_LENGTH        SHA_DIGEST_LENGTH
    +#  define MD_Init(a)              EVP_DigestInit_ex(a,EVP_sha1(), NULL)
    +#  define MD(a,b,c)               EVP_Digest(a,b,c,NULL,EVP_sha1(), NULL)
    +# elif defined(USE_MDC2_RAND)
    +#  include 
    +#  define MD_DIGEST_LENGTH        MDC2_DIGEST_LENGTH
    +#  define MD_Init(a)              EVP_DigestInit_ex(a,EVP_mdc2(), NULL)
    +#  define MD(a,b,c)               EVP_Digest(a,b,c,NULL,EVP_mdc2(), NULL)
    +# elif defined(USE_MD2_RAND)
    +#  include 
    +#  define MD_DIGEST_LENGTH        MD2_DIGEST_LENGTH
    +#  define MD_Init(a)              EVP_DigestInit_ex(a,EVP_md2(), NULL)
    +#  define MD(a,b,c)               EVP_Digest(a,b,c,NULL,EVP_md2(), NULL)
    +# endif
     
     int ssleay_rand_bytes(unsigned char *buf, int num, int pseudo, int lock);
     
    diff --git a/openssl/crypto/rand/rand_lib.c b/openssl/crypto/rand/rand_lib.c
    index 239a1cde8..88a78d350 100644
    --- a/openssl/crypto/rand/rand_lib.c
    +++ b/openssl/crypto/rand/rand_lib.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,246 +62,239 @@
     #include 
     
     #ifndef OPENSSL_NO_ENGINE
    -#include 
    +# include 
     #endif
     
     #ifdef OPENSSL_FIPS
    -#include 
    -#include 
    -#include "rand_lcl.h"
    +# include 
    +# include 
    +# include "rand_lcl.h"
     #endif
     
     #ifndef OPENSSL_NO_ENGINE
     /* non-NULL if default_RAND_meth is ENGINE-provided */
    -static ENGINE *funct_ref =NULL;
    +static ENGINE *funct_ref = NULL;
     #endif
     static const RAND_METHOD *default_RAND_meth = NULL;
     
     int RAND_set_rand_method(const RAND_METHOD *meth)
    -	{
    +{
     #ifndef OPENSSL_NO_ENGINE
    -	if(funct_ref)
    -		{
    -		ENGINE_finish(funct_ref);
    -		funct_ref = NULL;
    -		}
    +    if (funct_ref) {
    +        ENGINE_finish(funct_ref);
    +        funct_ref = NULL;
    +    }
     #endif
    -	default_RAND_meth = meth;
    -	return 1;
    -	}
    +    default_RAND_meth = meth;
    +    return 1;
    +}
     
     const RAND_METHOD *RAND_get_rand_method(void)
    -	{
    -	if (!default_RAND_meth)
    -		{
    +{
    +    if (!default_RAND_meth) {
     #ifndef OPENSSL_NO_ENGINE
    -		ENGINE *e = ENGINE_get_default_RAND();
    -		if(e)
    -			{
    -			default_RAND_meth = ENGINE_get_RAND(e);
    -			if(!default_RAND_meth)
    -				{
    -				ENGINE_finish(e);
    -				e = NULL;
    -				}
    -			}
    -		if(e)
    -			funct_ref = e;
    -		else
    +        ENGINE *e = ENGINE_get_default_RAND();
    +        if (e) {
    +            default_RAND_meth = ENGINE_get_RAND(e);
    +            if (!default_RAND_meth) {
    +                ENGINE_finish(e);
    +                e = NULL;
    +            }
    +        }
    +        if (e)
    +            funct_ref = e;
    +        else
     #endif
    -			default_RAND_meth = RAND_SSLeay();
    -		}
    -	return default_RAND_meth;
    -	}
    +            default_RAND_meth = RAND_SSLeay();
    +    }
    +    return default_RAND_meth;
    +}
     
     #ifndef OPENSSL_NO_ENGINE
     int RAND_set_rand_engine(ENGINE *engine)
    -	{
    -	const RAND_METHOD *tmp_meth = NULL;
    -	if(engine)
    -		{
    -		if(!ENGINE_init(engine))
    -			return 0;
    -		tmp_meth = ENGINE_get_RAND(engine);
    -		if(!tmp_meth)
    -			{
    -			ENGINE_finish(engine);
    -			return 0;
    -			}
    -		}
    -	/* This function releases any prior ENGINE so call it first */
    -	RAND_set_rand_method(tmp_meth);
    -	funct_ref = engine;
    -	return 1;
    -	}
    +{
    +    const RAND_METHOD *tmp_meth = NULL;
    +    if (engine) {
    +        if (!ENGINE_init(engine))
    +            return 0;
    +        tmp_meth = ENGINE_get_RAND(engine);
    +        if (!tmp_meth) {
    +            ENGINE_finish(engine);
    +            return 0;
    +        }
    +    }
    +    /* This function releases any prior ENGINE so call it first */
    +    RAND_set_rand_method(tmp_meth);
    +    funct_ref = engine;
    +    return 1;
    +}
     #endif
     
     void RAND_cleanup(void)
    -	{
    -	const RAND_METHOD *meth = RAND_get_rand_method();
    -	if (meth && meth->cleanup)
    -		meth->cleanup();
    -	RAND_set_rand_method(NULL);
    -	}
    +{
    +    const RAND_METHOD *meth = RAND_get_rand_method();
    +    if (meth && meth->cleanup)
    +        meth->cleanup();
    +    RAND_set_rand_method(NULL);
    +}
     
     void RAND_seed(const void *buf, int num)
    -	{
    -	const RAND_METHOD *meth = RAND_get_rand_method();
    -	if (meth && meth->seed)
    -		meth->seed(buf,num);
    -	}
    +{
    +    const RAND_METHOD *meth = RAND_get_rand_method();
    +    if (meth && meth->seed)
    +        meth->seed(buf, num);
    +}
     
     void RAND_add(const void *buf, int num, double entropy)
    -	{
    -	const RAND_METHOD *meth = RAND_get_rand_method();
    -	if (meth && meth->add)
    -		meth->add(buf,num,entropy);
    -	}
    +{
    +    const RAND_METHOD *meth = RAND_get_rand_method();
    +    if (meth && meth->add)
    +        meth->add(buf, num, entropy);
    +}
     
     int RAND_bytes(unsigned char *buf, int num)
    -	{
    -	const RAND_METHOD *meth = RAND_get_rand_method();
    -	if (meth && meth->bytes)
    -		return meth->bytes(buf,num);
    -	return(-1);
    -	}
    +{
    +    const RAND_METHOD *meth = RAND_get_rand_method();
    +    if (meth && meth->bytes)
    +        return meth->bytes(buf, num);
    +    return (-1);
    +}
     
     int RAND_pseudo_bytes(unsigned char *buf, int num)
    -	{
    -	const RAND_METHOD *meth = RAND_get_rand_method();
    -	if (meth && meth->pseudorand)
    -		return meth->pseudorand(buf,num);
    -	return(-1);
    -	}
    +{
    +    const RAND_METHOD *meth = RAND_get_rand_method();
    +    if (meth && meth->pseudorand)
    +        return meth->pseudorand(buf, num);
    +    return (-1);
    +}
     
     int RAND_status(void)
    -	{
    -	const RAND_METHOD *meth = RAND_get_rand_method();
    -	if (meth && meth->status)
    -		return meth->status();
    -	return 0;
    -	}
    +{
    +    const RAND_METHOD *meth = RAND_get_rand_method();
    +    if (meth && meth->status)
    +        return meth->status();
    +    return 0;
    +}
     
     #ifdef OPENSSL_FIPS
     
    -/* FIPS DRBG initialisation code. This sets up the DRBG for use by the
    - * rest of OpenSSL. 
    +/*
    + * FIPS DRBG initialisation code. This sets up the DRBG for use by the rest
    + * of OpenSSL.
      */
     
    -/* Entropy gatherer: use standard OpenSSL PRNG to seed (this will gather
    +/*
    + * Entropy gatherer: use standard OpenSSL PRNG to seed (this will gather
      * entropy internally through RAND_poll().
      */
     
     static size_t drbg_get_entropy(DRBG_CTX *ctx, unsigned char **pout,
    -                                int entropy, size_t min_len, size_t max_len)
    -        {
    -	/* Round up request to multiple of block size */
    -	min_len = ((min_len + 19) / 20) * 20;
    -	*pout = OPENSSL_malloc(min_len);
    -	if (!*pout)
    -		return 0;
    -	if (ssleay_rand_bytes(*pout, min_len, 0, 0) <= 0)
    -		{
    -		OPENSSL_free(*pout);
    -		*pout = NULL;
    -		return 0;
    -		}
    -        return min_len;
    -        }
    +                               int entropy, size_t min_len, size_t max_len)
    +{
    +    /* Round up request to multiple of block size */
    +    min_len = ((min_len + 19) / 20) * 20;
    +    *pout = OPENSSL_malloc(min_len);
    +    if (!*pout)
    +        return 0;
    +    if (ssleay_rand_bytes(*pout, min_len, 0, 0) <= 0) {
    +        OPENSSL_free(*pout);
    +        *pout = NULL;
    +        return 0;
    +    }
    +    return min_len;
    +}
     
     static void drbg_free_entropy(DRBG_CTX *ctx, unsigned char *out, size_t olen)
    -	{
    -	if (out)
    -		{
    -		OPENSSL_cleanse(out, olen);
    -		OPENSSL_free(out);
    -		}
    -	}
    +{
    +    if (out) {
    +        OPENSSL_cleanse(out, olen);
    +        OPENSSL_free(out);
    +    }
    +}
     
    -/* Set "additional input" when generating random data. This uses the
    - * current PID, a time value and a counter.
    +/*
    + * Set "additional input" when generating random data. This uses the current
    + * PID, a time value and a counter.
      */
     
     static size_t drbg_get_adin(DRBG_CTX *ctx, unsigned char **pout)
    -    	{
    -	/* Use of static variables is OK as this happens under a lock */
    -	static unsigned char buf[16];
    -	static unsigned long counter;
    -	FIPS_get_timevec(buf, &counter);
    -	*pout = buf;
    -	return sizeof(buf);
    -	}
    +{
    +    /* Use of static variables is OK as this happens under a lock */
    +    static unsigned char buf[16];
    +    static unsigned long counter;
    +    FIPS_get_timevec(buf, &counter);
    +    *pout = buf;
    +    return sizeof(buf);
    +}
     
    -/* RAND_add() and RAND_seed() pass through to OpenSSL PRNG so it is 
    +/*
    + * RAND_add() and RAND_seed() pass through to OpenSSL PRNG so it is
      * correctly seeded by RAND_poll().
      */
     
     static int drbg_rand_add(DRBG_CTX *ctx, const void *in, int inlen,
    -				double entropy)
    -	{
    -	RAND_SSLeay()->add(in, inlen, entropy);
    -	return 1;
    -	}
    +                         double entropy)
    +{
    +    RAND_SSLeay()->add(in, inlen, entropy);
    +    return 1;
    +}
     
     static int drbg_rand_seed(DRBG_CTX *ctx, const void *in, int inlen)
    -	{
    -	RAND_SSLeay()->seed(in, inlen);
    -	return 1;
    -	}
    +{
    +    RAND_SSLeay()->seed(in, inlen);
    +    return 1;
    +}
     
    -#ifndef OPENSSL_DRBG_DEFAULT_TYPE
    -#define OPENSSL_DRBG_DEFAULT_TYPE	NID_aes_256_ctr
    -#endif
    -#ifndef OPENSSL_DRBG_DEFAULT_FLAGS
    -#define OPENSSL_DRBG_DEFAULT_FLAGS	DRBG_FLAG_CTR_USE_DF
    -#endif 
    +# ifndef OPENSSL_DRBG_DEFAULT_TYPE
    +#  define OPENSSL_DRBG_DEFAULT_TYPE       NID_aes_256_ctr
    +# endif
    +# ifndef OPENSSL_DRBG_DEFAULT_FLAGS
    +#  define OPENSSL_DRBG_DEFAULT_FLAGS      DRBG_FLAG_CTR_USE_DF
    +# endif
     
     static int fips_drbg_type = OPENSSL_DRBG_DEFAULT_TYPE;
     static int fips_drbg_flags = OPENSSL_DRBG_DEFAULT_FLAGS;
     
     void RAND_set_fips_drbg_type(int type, int flags)
    -	{
    -	fips_drbg_type = type;
    -	fips_drbg_flags = flags;
    -	}
    +{
    +    fips_drbg_type = type;
    +    fips_drbg_flags = flags;
    +}
     
     int RAND_init_fips(void)
    -	{
    -	DRBG_CTX *dctx;
    -	size_t plen;
    -	unsigned char pers[32], *p;
    -#ifndef OPENSSL_ALLOW_DUAL_EC_DRBG
    -	if (fips_drbg_type >> 16)
    -		{
    -		RANDerr(RAND_F_RAND_INIT_FIPS, RAND_R_DUAL_EC_DRBG_DISABLED);
    -		return 0;
    -		}
    -#endif
    -		
    -	dctx = FIPS_get_default_drbg();
    -        if (FIPS_drbg_init(dctx, fips_drbg_type, fips_drbg_flags) <= 0)
    -		{
    -		RANDerr(RAND_F_RAND_INIT_FIPS, RAND_R_ERROR_INITIALISING_DRBG);
    -		return 0;
    -		}
    -		
    -        FIPS_drbg_set_callbacks(dctx,
    -				drbg_get_entropy, drbg_free_entropy, 20,
    -				drbg_get_entropy, drbg_free_entropy);
    -	FIPS_drbg_set_rand_callbacks(dctx, drbg_get_adin, 0,
    -					drbg_rand_seed, drbg_rand_add);
    -	/* Personalisation string: a string followed by date time vector */
    -	strcpy((char *)pers, "OpenSSL DRBG2.0");
    -	plen = drbg_get_adin(dctx, &p);
    -	memcpy(pers + 16, p, plen);
    +{
    +    DRBG_CTX *dctx;
    +    size_t plen;
    +    unsigned char pers[32], *p;
    +# ifndef OPENSSL_ALLOW_DUAL_EC_DRBG
    +    if (fips_drbg_type >> 16) {
    +        RANDerr(RAND_F_RAND_INIT_FIPS, RAND_R_DUAL_EC_DRBG_DISABLED);
    +        return 0;
    +    }
    +# endif
    +
    +    dctx = FIPS_get_default_drbg();
    +    if (FIPS_drbg_init(dctx, fips_drbg_type, fips_drbg_flags) <= 0) {
    +        RANDerr(RAND_F_RAND_INIT_FIPS, RAND_R_ERROR_INITIALISING_DRBG);
    +        return 0;
    +    }
    +
    +    FIPS_drbg_set_callbacks(dctx,
    +                            drbg_get_entropy, drbg_free_entropy, 20,
    +                            drbg_get_entropy, drbg_free_entropy);
    +    FIPS_drbg_set_rand_callbacks(dctx, drbg_get_adin, 0,
    +                                 drbg_rand_seed, drbg_rand_add);
    +    /* Personalisation string: a string followed by date time vector */
    +    strcpy((char *)pers, "OpenSSL DRBG2.0");
    +    plen = drbg_get_adin(dctx, &p);
    +    memcpy(pers + 16, p, plen);
     
    -        if (FIPS_drbg_instantiate(dctx, pers, sizeof(pers)) <= 0)
    -		{
    -		RANDerr(RAND_F_RAND_INIT_FIPS, RAND_R_ERROR_INSTANTIATING_DRBG);
    -		return 0;
    -		}
    -        FIPS_rand_set_method(FIPS_drbg_method());
    -	return 1;
    -	}
    +    if (FIPS_drbg_instantiate(dctx, pers, sizeof(pers)) <= 0) {
    +        RANDerr(RAND_F_RAND_INIT_FIPS, RAND_R_ERROR_INSTANTIATING_DRBG);
    +        return 0;
    +    }
    +    FIPS_rand_set_method(FIPS_drbg_method());
    +    return 1;
    +}
     
     #endif
    diff --git a/openssl/crypto/rand/rand_nw.c b/openssl/crypto/rand/rand_nw.c
    index 8d5b8d2e3..55ffe9ad5 100644
    --- a/openssl/crypto/rand/rand_nw.c
    +++ b/openssl/crypto/rand/rand_nw.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,7 +63,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -115,69 +115,65 @@
     
     #if defined (OPENSSL_SYS_NETWARE)
     
    -#if defined(NETWARE_LIBC)
    -#include 
    -#else
    -#include 
    -#endif
    +# if defined(NETWARE_LIBC)
    +#  include 
    +# else
    +#  include 
    +# endif
     
     extern int GetProcessSwitchCount(void);
    -#if !defined(NETWARE_LIBC) || (CURRENT_NDK_THRESHOLD < 509220000)
    -extern void *RunningProcess; /* declare here same as found in newer NDKs */
    +# if !defined(NETWARE_LIBC) || (CURRENT_NDK_THRESHOLD < 509220000)
    +extern void *RunningProcess;    /* declare here same as found in newer NDKs */
     extern unsigned long GetSuperHighResolutionTimer(void);
    -#endif
    +# endif
     
    -   /* the FAQ indicates we need to provide at least 20 bytes (160 bits) of seed
    -   */
    +   /*
    +    * the FAQ indicates we need to provide at least 20 bytes (160 bits) of
    +    * seed
    +    */
     int RAND_poll(void)
     {
    -   unsigned long l;
    -   unsigned long tsc;
    -   int i; 
    +    unsigned long l;
    +    unsigned long tsc;
    +    int i;
     
    -      /* There are several options to gather miscellaneous data
    -       * but for now we will loop checking the time stamp counter (rdtsc) and
    -       * the SuperHighResolutionTimer.  Each iteration will collect 8 bytes
    -       * of data but it is treated as only 1 byte of entropy.  The call to
    -       * ThreadSwitchWithDelay() will introduce additional variability into
    -       * the data returned by rdtsc.
    -       *
    -       * Applications can agument the seed material by adding additional
    -       * stuff with RAND_add() and should probably do so.
    -      */
    -   l = GetProcessSwitchCount();
    -   RAND_add(&l,sizeof(l),1);
    -   
    -   /* need to cast the void* to unsigned long here */
    -   l = (unsigned long)RunningProcess;
    -   RAND_add(&l,sizeof(l),1);
    +    /*
    +     * There are several options to gather miscellaneous data but for now we
    +     * will loop checking the time stamp counter (rdtsc) and the
    +     * SuperHighResolutionTimer.  Each iteration will collect 8 bytes of data
    +     * but it is treated as only 1 byte of entropy.  The call to
    +     * ThreadSwitchWithDelay() will introduce additional variability into the
    +     * data returned by rdtsc. Applications can agument the seed material by
    +     * adding additional stuff with RAND_add() and should probably do so.
    +     */
    +    l = GetProcessSwitchCount();
    +    RAND_add(&l, sizeof(l), 1);
     
    -   for( i=2; i=2 && !defined(OPENSSL_NO_ASM) && !defined(OPENSSL_NO_INLINE_ASM)
    -      asm volatile("rdtsc":"=a"(tsc)::"edx");
    -#endif
    +    /* need to cast the void* to unsigned long here */
    +    l = (unsigned long)RunningProcess;
    +    RAND_add(&l, sizeof(l), 1);
     
    -      RAND_add(&tsc, sizeof(tsc), 1);
    +    for (i = 2; i < ENTROPY_NEEDED; i++) {
    +# ifdef __MWERKS__
    +        asm {
    +        rdtsc mov tsc, eax}
    +# elif defined(__GNUC__) && __GNUC__>=2 && !defined(OPENSSL_NO_ASM) && !defined(OPENSSL_NO_INLINE_ASM)
    +        asm volatile ("rdtsc":"=a" (tsc)::"edx");
    +# endif
    +
    +        RAND_add(&tsc, sizeof(tsc), 1);
     
    -      l = GetSuperHighResolutionTimer();
    -      RAND_add(&l, sizeof(l), 0);
    +        l = GetSuperHighResolutionTimer();
    +        RAND_add(&l, sizeof(l), 0);
     
     # if defined(NETWARE_LIBC)
    -      NXThreadYield();
    -# else /* NETWARE_CLIB */
    -      ThreadSwitchWithDelay();
    +        NXThreadYield();
    +# else                          /* NETWARE_CLIB */
    +        ThreadSwitchWithDelay();
     # endif
    -   }
    +    }
     
    -   return 1;
    +    return 1;
     }
     
    -#endif 
    -
    +#endif
    diff --git a/openssl/crypto/rand/rand_os2.c b/openssl/crypto/rand/rand_os2.c
    index fc1e78b17..9c4a137bb 100644
    --- a/openssl/crypto/rand/rand_os2.c
    +++ b/openssl/crypto/rand/rand_os2.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -59,29 +59,32 @@
     
     #ifdef OPENSSL_SYS_OS2
     
    -#define INCL_DOSPROCESS
    -#define INCL_DOSPROFILE
    -#define INCL_DOSMISC
    -#define INCL_DOSMODULEMGR
    -#include 
    +# define INCL_DOSPROCESS
    +# define INCL_DOSPROFILE
    +# define INCL_DOSMISC
    +# define INCL_DOSMODULEMGR
    +# include 
     
    -#define   CMD_KI_RDCNT    (0x63)
    +# define   CMD_KI_RDCNT    (0x63)
     
     typedef struct _CPUUTIL {
    -    ULONG ulTimeLow;            /* Low 32 bits of time stamp      */
    -    ULONG ulTimeHigh;           /* High 32 bits of time stamp     */
    -    ULONG ulIdleLow;            /* Low 32 bits of idle time       */
    -    ULONG ulIdleHigh;           /* High 32 bits of idle time      */
    -    ULONG ulBusyLow;            /* Low 32 bits of busy time       */
    -    ULONG ulBusyHigh;           /* High 32 bits of busy time      */
    -    ULONG ulIntrLow;            /* Low 32 bits of interrupt time  */
    +    ULONG ulTimeLow;            /* Low 32 bits of time stamp */
    +    ULONG ulTimeHigh;           /* High 32 bits of time stamp */
    +    ULONG ulIdleLow;            /* Low 32 bits of idle time */
    +    ULONG ulIdleHigh;           /* High 32 bits of idle time */
    +    ULONG ulBusyLow;            /* Low 32 bits of busy time */
    +    ULONG ulBusyHigh;           /* High 32 bits of busy time */
    +    ULONG ulIntrLow;            /* Low 32 bits of interrupt time */
         ULONG ulIntrHigh;           /* High 32 bits of interrupt time */
     } CPUUTIL;
     
    -#ifndef __KLIBC__
    -APIRET APIENTRY(*DosPerfSysCall) (ULONG ulCommand, ULONG ulParm1, ULONG ulParm2, ULONG ulParm3) = NULL;
    -APIRET APIENTRY(*DosQuerySysState) (ULONG func, ULONG arg1, ULONG pid, ULONG _res_, PVOID buf, ULONG bufsz) = NULL;
    -#endif
    +# ifndef __KLIBC__
    +APIRET APIENTRY(*DosPerfSysCall) (ULONG ulCommand, ULONG ulParm1,
    +                                  ULONG ulParm2, ULONG ulParm3) = NULL;
    +APIRET APIENTRY(*DosQuerySysState) (ULONG func, ULONG arg1, ULONG pid,
    +                                    ULONG _res_, PVOID buf, ULONG bufsz) =
    +    NULL;
    +# endif
     HMODULE hDoscalls = 0;
     
     int RAND_poll(void)
    @@ -91,56 +94,67 @@ int RAND_poll(void)
         ULONG SysVars[QSV_FOREGROUND_PROCESS];
     
         if (hDoscalls == 0) {
    -        ULONG rc = DosLoadModule(failed_module, sizeof(failed_module), "DOSCALLS", &hDoscalls);
    +        ULONG rc =
    +            DosLoadModule(failed_module, sizeof(failed_module), "DOSCALLS",
    +                          &hDoscalls);
     
    -#ifndef __KLIBC__
    +# ifndef __KLIBC__
             if (rc == 0) {
    -            rc = DosQueryProcAddr(hDoscalls, 976, NULL, (PFN *)&DosPerfSysCall);
    +            rc = DosQueryProcAddr(hDoscalls, 976, NULL,
    +                                  (PFN *) & DosPerfSysCall);
     
                 if (rc)
                     DosPerfSysCall = NULL;
     
    -            rc = DosQueryProcAddr(hDoscalls, 368, NULL, (PFN *)&DosQuerySysState);
    +            rc = DosQueryProcAddr(hDoscalls, 368, NULL,
    +                                  (PFN *) & DosQuerySysState);
     
                 if (rc)
                     DosQuerySysState = NULL;
             }
    -#endif
    +# endif
         }
     
         /* Sample the hi-res timer, runs at around 1.1 MHz */
         DosTmrQueryTime(&qwTime);
         RAND_add(&qwTime, sizeof(qwTime), 2);
     
    -    /* Sample a bunch of system variables, includes various process & memory statistics */
    +    /*
    +     * Sample a bunch of system variables, includes various process & memory
    +     * statistics
    +     */
         DosQuerySysInfo(1, QSV_FOREGROUND_PROCESS, SysVars, sizeof(SysVars));
         RAND_add(SysVars, sizeof(SysVars), 4);
     
    -    /* If available, sample CPU registers that count at CPU MHz
    -     * Only fairly new CPUs (PPro & K6 onwards) & OS/2 versions support this
    +    /*
    +     * If available, sample CPU registers that count at CPU MHz Only fairly
    +     * new CPUs (PPro & K6 onwards) & OS/2 versions support this
          */
         if (DosPerfSysCall) {
             CPUUTIL util;
     
    -        if (DosPerfSysCall(CMD_KI_RDCNT, (ULONG)&util, 0, 0) == 0) {
    +        if (DosPerfSysCall(CMD_KI_RDCNT, (ULONG) & util, 0, 0) == 0) {
                 RAND_add(&util, sizeof(util), 10);
    -        }
    -        else {
    -#ifndef __KLIBC__
    +        } else {
    +# ifndef __KLIBC__
                 DosPerfSysCall = NULL;
    -#endif
    +# endif
             }
         }
     
    -    /* DosQuerySysState() gives us a huge quantity of process, thread, memory & handle stats */
    +    /*
    +     * DosQuerySysState() gives us a huge quantity of process, thread, memory
    +     * & handle stats
    +     */
         if (DosQuerySysState) {
             char *buffer = OPENSSL_malloc(256 * 1024);
     
             if (DosQuerySysState(0x1F, 0, 0, 0, buffer, 256 * 1024) == 0) {
    -            /* First 4 bytes in buffer is a pointer to the thread count
    -             * there should be at least 1 byte of entropy per thread
    +            /*
    +             * First 4 bytes in buffer is a pointer to the thread count there
    +             * should be at least 1 byte of entropy per thread
                  */
    -            RAND_add(buffer, 256 * 1024, **(ULONG **)buffer);
    +            RAND_add(buffer, 256 * 1024, **(ULONG **) buffer);
             }
     
             OPENSSL_free(buffer);
    @@ -150,4 +164,4 @@ int RAND_poll(void)
         return 0;
     }
     
    -#endif /* OPENSSL_SYS_OS2 */
    +#endif                          /* OPENSSL_SYS_OS2 */
    diff --git a/openssl/crypto/rand/rand_unix.c b/openssl/crypto/rand/rand_unix.c
    index e3a65571c..266111edd 100644
    --- a/openssl/crypto/rand/rand_unix.c
    +++ b/openssl/crypto/rand/rand_unix.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,7 +63,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -118,314 +118,330 @@
     
     #if !(defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_VMS) || defined(OPENSSL_SYS_OS2) || defined(OPENSSL_SYS_VXWORKS) || defined(OPENSSL_SYS_NETWARE))
     
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -#if defined(OPENSSL_SYS_LINUX) /* should actually be available virtually everywhere */
    -# include 
    -#endif
    -#include 
    -#ifndef FD_SETSIZE
    -# define FD_SETSIZE (8*sizeof(fd_set))
    -#endif
    -
    -#if defined(OPENSSL_SYS_VOS)
    -
    -/* The following algorithm repeatedly samples the real-time clock
    -   (RTC) to generate a sequence of unpredictable data.  The algorithm
    -   relies upon the uneven execution speed of the code (due to factors
    -   such as cache misses, interrupts, bus activity, and scheduling) and
    -   upon the rather large relative difference between the speed of the
    -   clock and the rate at which it can be read.
    -
    -   If this code is ported to an environment where execution speed is
    -   more constant or where the RTC ticks at a much slower rate, or the
    -   clock can be read with fewer instructions, it is likely that the
    -   results would be far more predictable.
    -
    -   As a precaution, we generate 4 times the minimum required amount of
    -   seed data.  */
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
    +# if defined(OPENSSL_SYS_LINUX) /* should actually be available virtually
    +                                 * everywhere */
    +#  include 
    +# endif
    +# include 
    +# ifndef FD_SETSIZE
    +#  define FD_SETSIZE (8*sizeof(fd_set))
    +# endif
    +
    +# if defined(OPENSSL_SYS_VOS)
    +
    +/*
    + * The following algorithm repeatedly samples the real-time clock (RTC) to
    + * generate a sequence of unpredictable data.  The algorithm relies upon the
    + * uneven execution speed of the code (due to factors such as cache misses,
    + * interrupts, bus activity, and scheduling) and upon the rather large
    + * relative difference between the speed of the clock and the rate at which
    + * it can be read.
    + *
    + * If this code is ported to an environment where execution speed is more
    + * constant or where the RTC ticks at a much slower rate, or the clock can be
    + * read with fewer instructions, it is likely that the results would be far
    + * more predictable.
    + *
    + * As a precaution, we generate 4 times the minimum required amount of seed
    + * data.
    + */
     
     int RAND_poll(void)
     {
    -	short int code;
    -	gid_t curr_gid;
    -	pid_t curr_pid;
    -	uid_t curr_uid;
    -	int i, k;
    -	struct timespec ts;
    -	unsigned char v;
    -
    -#ifdef OPENSSL_SYS_VOS_HPPA
    -	long duration;
    -	extern void s$sleep (long *_duration, short int *_code);
    -#else
    -#ifdef OPENSSL_SYS_VOS_IA32
    -	long long duration;
    -	extern void s$sleep2 (long long *_duration, short int *_code);
    -#else
    -#error "Unsupported Platform."
    -#endif /* OPENSSL_SYS_VOS_IA32 */
    -#endif /* OPENSSL_SYS_VOS_HPPA */
    -
    -	/* Seed with the gid, pid, and uid, to ensure *some*
    -	   variation between different processes.  */
    -
    -	curr_gid = getgid();
    -	RAND_add (&curr_gid, sizeof curr_gid, 1);
    -	curr_gid = 0;
    -
    -	curr_pid = getpid();
    -	RAND_add (&curr_pid, sizeof curr_pid, 1);
    -	curr_pid = 0;
    -
    -	curr_uid = getuid();
    -	RAND_add (&curr_uid, sizeof curr_uid, 1);
    -	curr_uid = 0;
    -
    -	for (i=0; i<(ENTROPY_NEEDED*4); i++)
    -	{
    -		/* burn some cpu; hope for interrupts, cache
    -		   collisions, bus interference, etc.  */
    -		for (k=0; k<99; k++)
    -			ts.tv_nsec = random ();
    -
    -#ifdef OPENSSL_SYS_VOS_HPPA
    -		/* sleep for 1/1024 of a second (976 us).  */
    -		duration = 1;
    -		s$sleep (&duration, &code);
    -#else
    -#ifdef OPENSSL_SYS_VOS_IA32
    -		/* sleep for 1/65536 of a second (15 us).  */
    -		duration = 1;
    -		s$sleep2 (&duration, &code);
    -#endif /* OPENSSL_SYS_VOS_IA32 */
    -#endif /* OPENSSL_SYS_VOS_HPPA */
    -
    -		/* get wall clock time.  */
    -		clock_gettime (CLOCK_REALTIME, &ts);
    -
    -		/* take 8 bits */
    -		v = (unsigned char) (ts.tv_nsec % 256);
    -		RAND_add (&v, sizeof v, 1);
    -		v = 0;
    -	}
    -	return 1;
    +    short int code;
    +    gid_t curr_gid;
    +    pid_t curr_pid;
    +    uid_t curr_uid;
    +    int i, k;
    +    struct timespec ts;
    +    unsigned char v;
    +
    +#  ifdef OPENSSL_SYS_VOS_HPPA
    +    long duration;
    +    extern void s$sleep(long *_duration, short int *_code);
    +#  else
    +#   ifdef OPENSSL_SYS_VOS_IA32
    +    long long duration;
    +    extern void s$sleep2(long long *_duration, short int *_code);
    +#   else
    +#    error "Unsupported Platform."
    +#   endif                       /* OPENSSL_SYS_VOS_IA32 */
    +#  endif                        /* OPENSSL_SYS_VOS_HPPA */
    +
    +    /*
    +     * Seed with the gid, pid, and uid, to ensure *some* variation between
    +     * different processes.
    +     */
    +
    +    curr_gid = getgid();
    +    RAND_add(&curr_gid, sizeof curr_gid, 1);
    +    curr_gid = 0;
    +
    +    curr_pid = getpid();
    +    RAND_add(&curr_pid, sizeof curr_pid, 1);
    +    curr_pid = 0;
    +
    +    curr_uid = getuid();
    +    RAND_add(&curr_uid, sizeof curr_uid, 1);
    +    curr_uid = 0;
    +
    +    for (i = 0; i < (ENTROPY_NEEDED * 4); i++) {
    +        /*
    +         * burn some cpu; hope for interrupts, cache collisions, bus
    +         * interference, etc.
    +         */
    +        for (k = 0; k < 99; k++)
    +            ts.tv_nsec = random();
    +
    +#  ifdef OPENSSL_SYS_VOS_HPPA
    +        /* sleep for 1/1024 of a second (976 us).  */
    +        duration = 1;
    +        s$sleep(&duration, &code);
    +#  else
    +#   ifdef OPENSSL_SYS_VOS_IA32
    +        /* sleep for 1/65536 of a second (15 us).  */
    +        duration = 1;
    +        s$sleep2(&duration, &code);
    +#   endif                       /* OPENSSL_SYS_VOS_IA32 */
    +#  endif                        /* OPENSSL_SYS_VOS_HPPA */
    +
    +        /* get wall clock time.  */
    +        clock_gettime(CLOCK_REALTIME, &ts);
    +
    +        /* take 8 bits */
    +        v = (unsigned char)(ts.tv_nsec % 256);
    +        RAND_add(&v, sizeof v, 1);
    +        v = 0;
    +    }
    +    return 1;
     }
    -#elif defined __OpenBSD__
    +# elif defined __OpenBSD__
     int RAND_poll(void)
     {
    -	u_int32_t rnd = 0, i;
    -	unsigned char buf[ENTROPY_NEEDED];
    -
    -	for (i = 0; i < sizeof(buf); i++) {
    -		if (i % 4 == 0)
    -			rnd = arc4random();
    -		buf[i] = rnd;
    -		rnd >>= 8;
    -	}
    -	RAND_add(buf, sizeof(buf), ENTROPY_NEEDED);
    -	memset(buf, 0, sizeof(buf));
    -
    -	return 1;
    +    u_int32_t rnd = 0, i;
    +    unsigned char buf[ENTROPY_NEEDED];
    +
    +    for (i = 0; i < sizeof(buf); i++) {
    +        if (i % 4 == 0)
    +            rnd = arc4random();
    +        buf[i] = rnd;
    +        rnd >>= 8;
    +    }
    +    RAND_add(buf, sizeof(buf), ENTROPY_NEEDED);
    +    memset(buf, 0, sizeof(buf));
    +
    +    return 1;
     }
    -#else /* !defined(__OpenBSD__) */
    +# else                          /* !defined(__OpenBSD__) */
     int RAND_poll(void)
     {
    -	unsigned long l;
    -	pid_t curr_pid = getpid();
    -#if defined(DEVRANDOM) || defined(DEVRANDOM_EGD)
    -	unsigned char tmpbuf[ENTROPY_NEEDED];
    -	int n = 0;
    -#endif
    -#ifdef DEVRANDOM
    -	static const char *randomfiles[] = { DEVRANDOM };
    -	struct stat randomstats[sizeof(randomfiles)/sizeof(randomfiles[0])];
    -	int fd;
    -	unsigned int i;
    -#endif
    -#ifdef DEVRANDOM_EGD
    -	static const char *egdsockets[] = { DEVRANDOM_EGD, NULL };
    -	const char **egdsocket = NULL;
    -#endif
    -
    -#ifdef DEVRANDOM
    -	memset(randomstats,0,sizeof(randomstats));
    -	/* Use a random entropy pool device. Linux, FreeBSD and OpenBSD
    -	 * have this. Use /dev/urandom if you can as /dev/random may block
    -	 * if it runs out of random entries.  */
    -
    -	for (i = 0; (i < sizeof(randomfiles)/sizeof(randomfiles[0])) &&
    -			(n < ENTROPY_NEEDED); i++)
    -		{
    -		if ((fd = open(randomfiles[i], O_RDONLY
    -#ifdef O_NONBLOCK
    -			|O_NONBLOCK
    -#endif
    -#ifdef O_BINARY
    -			|O_BINARY
    -#endif
    -#ifdef O_NOCTTY /* If it happens to be a TTY (god forbid), do not make it
    -		   our controlling tty */
    -			|O_NOCTTY
    -#endif
    -			)) >= 0)
    -			{
    -			int usec = 10*1000; /* spend 10ms on each file */
    -			int r;
    -			unsigned int j;
    -			struct stat *st=&randomstats[i];
    -
    -			/* Avoid using same input... Used to be O_NOFOLLOW
    -			 * above, but it's not universally appropriate... */
    -			if (fstat(fd,st) != 0)	{ close(fd); continue; }
    -			for (j=0;jst_ino &&
    -				    randomstats[j].st_dev==st->st_dev)
    -					break;
    -				}
    -			if (j 0 && (unsigned)fd >= FD_SETSIZE)
    -					{
    -					/* can't use select, so just try to read once anyway */
    -					try_read = 1;
    -					}
    -				else
    -					{
    -					FD_ZERO(&fset);
    -					FD_SET(fd, &fset);
    -					
    -					if (select(fd+1,&fset,NULL,NULL,&t) >= 0)
    -						{
    -						usec = t.tv_usec;
    -						if (FD_ISSET(fd, &fset))
    -							try_read = 1;
    -						}
    -					else
    -						usec = 0;
    -					}
    -#endif
    -				
    -				if (try_read)
    -					{
    -					r = read(fd,(unsigned char *)tmpbuf+n, ENTROPY_NEEDED-n);
    -					if (r > 0)
    -						n += r;
    -#if defined(OPENSSL_SYS_BEOS_R5)
    -					if (r == 0)
    -						snooze(t.tv_usec);
    -#endif
    -					}
    -				else
    -					r = -1;
    -				
    -				/* Some Unixen will update t in select(), some
    -				   won't.  For those who won't, or if we
    -				   didn't use select() in the first place,
    -				   give up here, otherwise, we will do
    -				   this once again for the remaining
    -				   time. */
    -				if (usec == 10*1000)
    -					usec = 0;
    -				}
    -			while ((r > 0 ||
    -			       (errno == EINTR || errno == EAGAIN)) && usec != 0 && n < ENTROPY_NEEDED);
    -
    -			close(fd);
    -			}
    -		}
    -#endif /* defined(DEVRANDOM) */
    -
    -#ifdef DEVRANDOM_EGD
    -	/* Use an EGD socket to read entropy from an EGD or PRNGD entropy
    -	 * collecting daemon. */
    -
    -	for (egdsocket = egdsockets; *egdsocket && n < ENTROPY_NEEDED; egdsocket++)
    -		{
    -		int r;
    -
    -		r = RAND_query_egd_bytes(*egdsocket, (unsigned char *)tmpbuf+n,
    -					 ENTROPY_NEEDED-n);
    -		if (r > 0)
    -			n += r;
    -		}
    -#endif /* defined(DEVRANDOM_EGD) */
    -
    -#if defined(DEVRANDOM) || defined(DEVRANDOM_EGD)
    -	if (n > 0)
    -		{
    -		RAND_add(tmpbuf,sizeof tmpbuf,(double)n);
    -		OPENSSL_cleanse(tmpbuf,n);
    -		}
    -#endif
    -
    -	/* put in some default random data, we need more than just this */
    -	l=curr_pid;
    -	RAND_add(&l,sizeof(l),0.0);
    -	l=getuid();
    -	RAND_add(&l,sizeof(l),0.0);
    -
    -	l=time(NULL);
    -	RAND_add(&l,sizeof(l),0.0);
    -
    -#if defined(OPENSSL_SYS_BEOS)
    -	{
    -	system_info sysInfo;
    -	get_system_info(&sysInfo);
    -	RAND_add(&sysInfo,sizeof(sysInfo),0);
    -	}
    -#endif
    -
    -#if defined(DEVRANDOM) || defined(DEVRANDOM_EGD)
    -	return 1;
    -#else
    -	return 0;
    -#endif
    +    unsigned long l;
    +    pid_t curr_pid = getpid();
    +#  if defined(DEVRANDOM) || defined(DEVRANDOM_EGD)
    +    unsigned char tmpbuf[ENTROPY_NEEDED];
    +    int n = 0;
    +#  endif
    +#  ifdef DEVRANDOM
    +    static const char *randomfiles[] = { DEVRANDOM };
    +    struct stat randomstats[sizeof(randomfiles) / sizeof(randomfiles[0])];
    +    int fd;
    +    unsigned int i;
    +#  endif
    +#  ifdef DEVRANDOM_EGD
    +    static const char *egdsockets[] = { DEVRANDOM_EGD, NULL };
    +    const char **egdsocket = NULL;
    +#  endif
    +
    +#  ifdef DEVRANDOM
    +    memset(randomstats, 0, sizeof(randomstats));
    +    /*
    +     * Use a random entropy pool device. Linux, FreeBSD and OpenBSD have
    +     * this. Use /dev/urandom if you can as /dev/random may block if it runs
    +     * out of random entries.
    +     */
    +
    +    for (i = 0; (i < sizeof(randomfiles) / sizeof(randomfiles[0])) &&
    +         (n < ENTROPY_NEEDED); i++) {
    +        if ((fd = open(randomfiles[i], O_RDONLY
    +#   ifdef O_NONBLOCK
    +                       | O_NONBLOCK
    +#   endif
    +#   ifdef O_BINARY
    +                       | O_BINARY
    +#   endif
    +#   ifdef O_NOCTTY              /* If it happens to be a TTY (god forbid), do
    +                                 * not make it our controlling tty */
    +                       | O_NOCTTY
    +#   endif
    +             )) >= 0) {
    +            int usec = 10 * 1000; /* spend 10ms on each file */
    +            int r;
    +            unsigned int j;
    +            struct stat *st = &randomstats[i];
    +
    +            /*
    +             * Avoid using same input... Used to be O_NOFOLLOW above, but
    +             * it's not universally appropriate...
    +             */
    +            if (fstat(fd, st) != 0) {
    +                close(fd);
    +                continue;
    +            }
    +            for (j = 0; j < i; j++) {
    +                if (randomstats[j].st_ino == st->st_ino &&
    +                    randomstats[j].st_dev == st->st_dev)
    +                    break;
    +            }
    +            if (j < i) {
    +                close(fd);
    +                continue;
    +            }
    +
    +            do {
    +                int try_read = 0;
    +
    +#   if defined(OPENSSL_SYS_BEOS_R5)
    +                /*
    +                 * select() is broken in BeOS R5, so we simply try to read
    +                 * something and snooze if we couldn't
    +                 */
    +                try_read = 1;
    +
    +#   elif defined(OPENSSL_SYS_LINUX)
    +                /* use poll() */
    +                struct pollfd pset;
    +
    +                pset.fd = fd;
    +                pset.events = POLLIN;
    +                pset.revents = 0;
    +
    +                if (poll(&pset, 1, usec / 1000) < 0)
    +                    usec = 0;
    +                else
    +                    try_read = (pset.revents & POLLIN) != 0;
    +
    +#   else
    +                /* use select() */
    +                fd_set fset;
    +                struct timeval t;
    +
    +                t.tv_sec = 0;
    +                t.tv_usec = usec;
    +
    +                if (FD_SETSIZE > 0 && (unsigned)fd >= FD_SETSIZE) {
    +                    /*
    +                     * can't use select, so just try to read once anyway
    +                     */
    +                    try_read = 1;
    +                } else {
    +                    FD_ZERO(&fset);
    +                    FD_SET(fd, &fset);
    +
    +                    if (select(fd + 1, &fset, NULL, NULL, &t) >= 0) {
    +                        usec = t.tv_usec;
    +                        if (FD_ISSET(fd, &fset))
    +                            try_read = 1;
    +                    } else
    +                        usec = 0;
    +                }
    +#   endif
    +
    +                if (try_read) {
    +                    r = read(fd, (unsigned char *)tmpbuf + n,
    +                             ENTROPY_NEEDED - n);
    +                    if (r > 0)
    +                        n += r;
    +#   if defined(OPENSSL_SYS_BEOS_R5)
    +                    if (r == 0)
    +                        snooze(t.tv_usec);
    +#   endif
    +                } else
    +                    r = -1;
    +
    +                /*
    +                 * Some Unixen will update t in select(), some won't.  For
    +                 * those who won't, or if we didn't use select() in the first
    +                 * place, give up here, otherwise, we will do this once again
    +                 * for the remaining time.
    +                 */
    +                if (usec == 10 * 1000)
    +                    usec = 0;
    +            }
    +            while ((r > 0 ||
    +                    (errno == EINTR || errno == EAGAIN)) && usec != 0
    +                   && n < ENTROPY_NEEDED);
    +
    +            close(fd);
    +        }
    +    }
    +#  endif                        /* defined(DEVRANDOM) */
    +
    +#  ifdef DEVRANDOM_EGD
    +    /*
    +     * Use an EGD socket to read entropy from an EGD or PRNGD entropy
    +     * collecting daemon.
    +     */
    +
    +    for (egdsocket = egdsockets; *egdsocket && n < ENTROPY_NEEDED;
    +         egdsocket++) {
    +        int r;
    +
    +        r = RAND_query_egd_bytes(*egdsocket, (unsigned char *)tmpbuf + n,
    +                                 ENTROPY_NEEDED - n);
    +        if (r > 0)
    +            n += r;
    +    }
    +#  endif                        /* defined(DEVRANDOM_EGD) */
    +
    +#  if defined(DEVRANDOM) || defined(DEVRANDOM_EGD)
    +    if (n > 0) {
    +        RAND_add(tmpbuf, sizeof tmpbuf, (double)n);
    +        OPENSSL_cleanse(tmpbuf, n);
    +    }
    +#  endif
    +
    +    /* put in some default random data, we need more than just this */
    +    l = curr_pid;
    +    RAND_add(&l, sizeof(l), 0.0);
    +    l = getuid();
    +    RAND_add(&l, sizeof(l), 0.0);
    +
    +    l = time(NULL);
    +    RAND_add(&l, sizeof(l), 0.0);
    +
    +#  if defined(OPENSSL_SYS_BEOS)
    +    {
    +        system_info sysInfo;
    +        get_system_info(&sysInfo);
    +        RAND_add(&sysInfo, sizeof(sysInfo), 0);
    +    }
    +#  endif
    +
    +#  if defined(DEVRANDOM) || defined(DEVRANDOM_EGD)
    +    return 1;
    +#  else
    +    return 0;
    +#  endif
     }
     
    -#endif /* defined(__OpenBSD__) */
    -#endif /* !(defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_VMS) || defined(OPENSSL_SYS_OS2) || defined(OPENSSL_SYS_VXWORKS) || defined(OPENSSL_SYS_NETWARE)) */
    -
    +# endif                         /* defined(__OpenBSD__) */
    +#endif                          /* !(defined(OPENSSL_SYS_WINDOWS) ||
    +                                 * defined(OPENSSL_SYS_WIN32) ||
    +                                 * defined(OPENSSL_SYS_VMS) ||
    +                                 * defined(OPENSSL_SYS_OS2) ||
    +                                 * defined(OPENSSL_SYS_VXWORKS) ||
    +                                 * defined(OPENSSL_SYS_NETWARE)) */
     
     #if defined(OPENSSL_SYS_VXWORKS)
     int RAND_poll(void)
    -	{
    -	return 0;
    -	}
    +{
    +    return 0;
    +}
     #endif
    diff --git a/openssl/crypto/rand/rand_vms.c b/openssl/crypto/rand/rand_vms.c
    index 0bfd8ff7e..a7179a4ba 100644
    --- a/openssl/crypto/rand/rand_vms.c
    +++ b/openssl/crypto/rand/rand_vms.c
    @@ -1,6 +1,7 @@
     /* crypto/rand/rand_vms.c -*- mode:C; c-file-style: "eay" -*- */
    -/* Written by Richard Levitte  for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Richard Levitte  for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 1998-2000 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -61,88 +62,98 @@
     
     #if defined(OPENSSL_SYS_VMS)
     
    -#include 
    -#include 
    -#include 
    -#include 
    -#ifdef __DECC
    -# pragma message disable DOLLARID
    -#endif
    +# include 
    +# include 
    +# include 
    +# include 
    +# ifdef __DECC
    +#  pragma message disable DOLLARID
    +# endif
     
    -/* Use 32-bit pointers almost everywhere.  Define the type to which to
    - * cast a pointer passed to an external function.
    +/*
    + * Use 32-bit pointers almost everywhere.  Define the type to which to cast a
    + * pointer passed to an external function.
      */
    -#if __INITIAL_POINTER_SIZE == 64
    -# define PTR_T __void_ptr64
    -# pragma pointer_size save
    -# pragma pointer_size 32
    -#else /* __INITIAL_POINTER_SIZE == 64 */
    -# define PTR_T void *
    -#endif /* __INITIAL_POINTER_SIZE == 64 [else] */
    +# if __INITIAL_POINTER_SIZE == 64
    +#  define PTR_T __void_ptr64
    +#  pragma pointer_size save
    +#  pragma pointer_size 32
    +# else                          /* __INITIAL_POINTER_SIZE == 64 */
    +#  define PTR_T void *
    +# endif                         /* __INITIAL_POINTER_SIZE == 64 [else] */
    +
    +static struct items_data_st {
    +    short length, code;         /* length is amount of bytes */
    +} items_data[] = {
    +    {
    +        4, JPI$_BUFIO
    +    },
    +    {
    +        4, JPI$_CPUTIM
    +    },
    +    {
    +        4, JPI$_DIRIO
    +    },
    +    {
    +        8, JPI$_LOGINTIM
    +    },
    +    {
    +        4, JPI$_PAGEFLTS
    +    },
    +    {
    +        4, JPI$_PID
    +    },
    +    {
    +        4, JPI$_WSSIZE
    +    },
    +    {
    +        0, 0
    +    }
    +};
     
    -static struct items_data_st
    -	{
    -	short length, code;	/* length is amount of bytes */
    -	} items_data[] =
    -		{ { 4, JPI$_BUFIO },
    -		  { 4, JPI$_CPUTIM },
    -		  { 4, JPI$_DIRIO },
    -		  { 8, JPI$_LOGINTIM },
    -		  { 4, JPI$_PAGEFLTS },
    -		  { 4, JPI$_PID },
    -		  { 4, JPI$_WSSIZE },
    -		  { 0, 0 }
    -		};
    -		  
     int RAND_poll(void)
    -	{
    -	long pid, iosb[2];
    -	int status = 0;
    -	struct
    -		{
    -		short length, code;
    -		long *buffer;
    -		int *retlen;
    -		} item[32], *pitem;
    -	unsigned char data_buffer[256];
    -	short total_length = 0;
    -	struct items_data_st *pitems_data;
    +{
    +    long pid, iosb[2];
    +    int status = 0;
    +    struct {
    +        short length, code;
    +        long *buffer;
    +        int *retlen;
    +    } item[32], *pitem;
    +    unsigned char data_buffer[256];
    +    short total_length = 0;
    +    struct items_data_st *pitems_data;
     
    -	pitems_data = items_data;
    -	pitem = item;
    +    pitems_data = items_data;
    +    pitem = item;
     
    -	/* Setup */
    -	while (pitems_data->length
    -		&& (total_length + pitems_data->length <= 256))
    -		{
    -		pitem->length = pitems_data->length;
    -		pitem->code = pitems_data->code;
    -		pitem->buffer = (long *)&data_buffer[total_length];
    -		pitem->retlen = 0;
    -		total_length += pitems_data->length;
    -		pitems_data++;
    -		pitem++;
    -		}
    -	pitem->length = pitem->code = 0;
    +    /* Setup */
    +    while (pitems_data->length && (total_length + pitems_data->length <= 256)) {
    +        pitem->length = pitems_data->length;
    +        pitem->code = pitems_data->code;
    +        pitem->buffer = (long *)&data_buffer[total_length];
    +        pitem->retlen = 0;
    +        total_length += pitems_data->length;
    +        pitems_data++;
    +        pitem ++;
    +    }
    +    pitem->length = pitem->code = 0;
     
    -	/*
    -	 * Scan through all the processes in the system and add entropy with
    -	 * results from the processes that were possible to look at.
    -	 * However, view the information as only half trustable.
    -	 */
    -	pid = -1;			/* search context */
    -	while ((status = sys$getjpiw(0, &pid,  0, item, iosb, 0, 0))
    -		!= SS$_NOMOREPROC)
    -		{
    -		if (status == SS$_NORMAL)
    -			{
    -			RAND_add( (PTR_T)data_buffer, total_length,
    -			 total_length/2);
    -			}
    -		}
    -	sys$gettim(iosb);
    -	RAND_add( (PTR_T)iosb, sizeof(iosb), sizeof(iosb)/2);
    -	return 1;
    +    /*
    +     * Scan through all the processes in the system and add entropy with
    +     * results from the processes that were possible to look at.
    +     * However, view the information as only half trustable.
    +     */
    +    pid = -1;                   /* search context */
    +    while ((status = sys$getjpiw(0, &pid, 0, item, iosb, 0, 0))
    +           != SS$_NOMOREPROC) {
    +        if (status == SS$_NORMAL) {
    +            RAND_add((PTR_T) data_buffer, total_length, total_length / 2);
    +        }
    +    }
    +    sys$gettim(iosb);
    +    RAND_add((PTR_T) iosb, sizeof(iosb), sizeof(iosb) / 2);
    +    return 1;
     }
     
     #endif
    diff --git a/openssl/crypto/rand/rand_win.c b/openssl/crypto/rand/rand_win.c
    index 34ffcd23f..06670ae01 100644
    --- a/openssl/crypto/rand/rand_win.c
    +++ b/openssl/crypto/rand/rand_win.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,7 +63,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -114,607 +114,552 @@
     #include "rand_lcl.h"
     
     #if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_WIN32)
    -#include 
    -#ifndef _WIN32_WINNT
    -# define _WIN32_WINNT 0x0400
    -#endif
    -#include 
    -#include 
    +# include 
    +# ifndef _WIN32_WINNT
    +#  define _WIN32_WINNT 0x0400
    +# endif
    +# include 
    +# include 
     
    -/* Limit the time spent walking through the heap, processes, threads and modules to
    -   a maximum of 1000 miliseconds each, unless CryptoGenRandom failed */
    -#define MAXDELAY 1000
    +/*
    + * Limit the time spent walking through the heap, processes, threads and
    + * modules to a maximum of 1000 miliseconds each, unless CryptoGenRandom
    + * failed
    + */
    +# define MAXDELAY 1000
     
    -/* Intel hardware RNG CSP -- available from
    +/*
    + * Intel hardware RNG CSP -- available from
      * http://developer.intel.com/design/security/rng/redist_license.htm
      */
    -#define PROV_INTEL_SEC 22
    -#define INTEL_DEF_PROV L"Intel Hardware Cryptographic Service Provider"
    +# define PROV_INTEL_SEC 22
    +# define INTEL_DEF_PROV L"Intel Hardware Cryptographic Service Provider"
     
     static void readtimer(void);
     static void readscreen(void);
     
    -/* It appears like CURSORINFO, PCURSORINFO and LPCURSORINFO are only defined
    -   when WINVER is 0x0500 and up, which currently only happens on Win2000.
    -   Unfortunately, those are typedefs, so they're a little bit difficult to
    -   detect properly.  On the other hand, the macro CURSOR_SHOWING is defined
    -   within the same conditional, so it can be use to detect the absence of said
    -   typedefs. */
    +/*
    + * It appears like CURSORINFO, PCURSORINFO and LPCURSORINFO are only defined
    + * when WINVER is 0x0500 and up, which currently only happens on Win2000.
    + * Unfortunately, those are typedefs, so they're a little bit difficult to
    + * detect properly.  On the other hand, the macro CURSOR_SHOWING is defined
    + * within the same conditional, so it can be use to detect the absence of
    + * said typedefs.
    + */
     
    -#ifndef CURSOR_SHOWING
    +# ifndef CURSOR_SHOWING
     /*
      * Information about the global cursor.
      */
    -typedef struct tagCURSORINFO
    -{
    -    DWORD   cbSize;
    -    DWORD   flags;
    +typedef struct tagCURSORINFO {
    +    DWORD cbSize;
    +    DWORD flags;
         HCURSOR hCursor;
    -    POINT   ptScreenPos;
    +    POINT ptScreenPos;
     } CURSORINFO, *PCURSORINFO, *LPCURSORINFO;
     
    -#define CURSOR_SHOWING     0x00000001
    -#endif /* CURSOR_SHOWING */
    -
    -#if !defined(OPENSSL_SYS_WINCE)
    -typedef BOOL (WINAPI *CRYPTACQUIRECONTEXTW)(HCRYPTPROV *, LPCWSTR, LPCWSTR,
    -				    DWORD, DWORD);
    -typedef BOOL (WINAPI *CRYPTGENRANDOM)(HCRYPTPROV, DWORD, BYTE *);
    -typedef BOOL (WINAPI *CRYPTRELEASECONTEXT)(HCRYPTPROV, DWORD);
    -
    -typedef HWND (WINAPI *GETFOREGROUNDWINDOW)(VOID);
    -typedef BOOL (WINAPI *GETCURSORINFO)(PCURSORINFO);
    -typedef DWORD (WINAPI *GETQUEUESTATUS)(UINT);
    -
    -typedef HANDLE (WINAPI *CREATETOOLHELP32SNAPSHOT)(DWORD, DWORD);
    -typedef BOOL (WINAPI *CLOSETOOLHELP32SNAPSHOT)(HANDLE);
    -typedef BOOL (WINAPI *HEAP32FIRST)(LPHEAPENTRY32, DWORD, size_t);
    -typedef BOOL (WINAPI *HEAP32NEXT)(LPHEAPENTRY32);
    -typedef BOOL (WINAPI *HEAP32LIST)(HANDLE, LPHEAPLIST32);
    -typedef BOOL (WINAPI *PROCESS32)(HANDLE, LPPROCESSENTRY32);
    -typedef BOOL (WINAPI *THREAD32)(HANDLE, LPTHREADENTRY32);
    -typedef BOOL (WINAPI *MODULE32)(HANDLE, LPMODULEENTRY32);
    -
    -#include 
    -#include 
    -#if 1 /* The NET API is Unicode only.  It requires the use of the UNICODE
    -       * macro.  When UNICODE is defined LPTSTR becomes LPWSTR.  LMSTR was
    -       * was added to the Platform SDK to allow the NET API to be used in
    -       * non-Unicode applications provided that Unicode strings were still
    -       * used for input.  LMSTR is defined as LPWSTR.
    -       */
    -typedef NET_API_STATUS (NET_API_FUNCTION * NETSTATGET)
    -        (LPWSTR, LPWSTR, DWORD, DWORD, LPBYTE*);
    -typedef NET_API_STATUS (NET_API_FUNCTION * NETFREE)(LPBYTE);
    -#endif /* 1 */
    -#endif /* !OPENSSL_SYS_WINCE */
    +#  define CURSOR_SHOWING     0x00000001
    +# endif                         /* CURSOR_SHOWING */
    +
    +# if !defined(OPENSSL_SYS_WINCE)
    +typedef BOOL(WINAPI *CRYPTACQUIRECONTEXTW) (HCRYPTPROV *, LPCWSTR, LPCWSTR,
    +                                            DWORD, DWORD);
    +typedef BOOL(WINAPI *CRYPTGENRANDOM) (HCRYPTPROV, DWORD, BYTE *);
    +typedef BOOL(WINAPI *CRYPTRELEASECONTEXT) (HCRYPTPROV, DWORD);
    +
    +typedef HWND(WINAPI *GETFOREGROUNDWINDOW) (VOID);
    +typedef BOOL(WINAPI *GETCURSORINFO) (PCURSORINFO);
    +typedef DWORD(WINAPI *GETQUEUESTATUS) (UINT);
    +
    +typedef HANDLE(WINAPI *CREATETOOLHELP32SNAPSHOT) (DWORD, DWORD);
    +typedef BOOL(WINAPI *CLOSETOOLHELP32SNAPSHOT) (HANDLE);
    +typedef BOOL(WINAPI *HEAP32FIRST) (LPHEAPENTRY32, DWORD, size_t);
    +typedef BOOL(WINAPI *HEAP32NEXT) (LPHEAPENTRY32);
    +typedef BOOL(WINAPI *HEAP32LIST) (HANDLE, LPHEAPLIST32);
    +typedef BOOL(WINAPI *PROCESS32) (HANDLE, LPPROCESSENTRY32);
    +typedef BOOL(WINAPI *THREAD32) (HANDLE, LPTHREADENTRY32);
    +typedef BOOL(WINAPI *MODULE32) (HANDLE, LPMODULEENTRY32);
    +
    +#  include 
    +#  include 
    +#  if 1
    +/*
    + * The NET API is Unicode only.  It requires the use of the UNICODE macro.
    + * When UNICODE is defined LPTSTR becomes LPWSTR.  LMSTR was was added to the
    + * Platform SDK to allow the NET API to be used in non-Unicode applications
    + * provided that Unicode strings were still used for input.  LMSTR is defined
    + * as LPWSTR.
    + */
    +typedef NET_API_STATUS(NET_API_FUNCTION *NETSTATGET)
    + (LPWSTR, LPWSTR, DWORD, DWORD, LPBYTE *);
    +typedef NET_API_STATUS(NET_API_FUNCTION *NETFREE) (LPBYTE);
    +#  endif                        /* 1 */
    +# endif                         /* !OPENSSL_SYS_WINCE */
     
     int RAND_poll(void)
     {
    -	MEMORYSTATUS m;
    -	HCRYPTPROV hProvider = 0;
    -	DWORD w;
    -	int good = 0;
    -
    -	/* Determine the OS version we are on so we can turn off things 
    -	 * that do not work properly.
    -	 */
    -        OSVERSIONINFO osverinfo ;
    -        osverinfo.dwOSVersionInfoSize = sizeof(OSVERSIONINFO) ;
    -        GetVersionEx( &osverinfo ) ;
    -
    -#if defined(OPENSSL_SYS_WINCE)
    -# if defined(_WIN32_WCE) && _WIN32_WCE>=300
    -/* Even though MSDN says _WIN32_WCE>=210, it doesn't seem to be available
    - * in commonly available implementations prior 300... */
    -	{
    -	BYTE buf[64];
    -	/* poll the CryptoAPI PRNG */
    -	/* The CryptoAPI returns sizeof(buf) bytes of randomness */
    -	if (CryptAcquireContextW(&hProvider, NULL, NULL, PROV_RSA_FULL,
    -				CRYPT_VERIFYCONTEXT))
    -		{
    -		if (CryptGenRandom(hProvider, sizeof(buf), buf))
    -			RAND_add(buf, sizeof(buf), sizeof(buf));
    -		CryptReleaseContext(hProvider, 0); 
    -		}
    -	}
    -# endif
    -#else	/* OPENSSL_SYS_WINCE */
    -	/*
    -	 * None of below libraries are present on Windows CE, which is
    -	 * why we #ifndef the whole section. This also excuses us from
    -	 * handling the GetProcAddress issue. The trouble is that in
    -	 * real Win32 API GetProcAddress is available in ANSI flavor
    -	 * only. In WinCE on the other hand GetProcAddress is a macro
    -	 * most commonly defined as GetProcAddressW, which accepts
    -	 * Unicode argument. If we were to call GetProcAddress under
    -	 * WinCE, I'd recommend to either redefine GetProcAddress as
    -	 * GetProcAddressA (there seem to be one in common CE spec) or
    -	 * implement own shim routine, which would accept ANSI argument
    -	 * and expand it to Unicode.
    -	 */
    -	{
    -	/* load functions dynamically - not available on all systems */
    -	HMODULE advapi = LoadLibrary(TEXT("ADVAPI32.DLL"));
    -	HMODULE kernel = LoadLibrary(TEXT("KERNEL32.DLL"));
    -	HMODULE user = NULL;
    -	HMODULE netapi = LoadLibrary(TEXT("NETAPI32.DLL"));
    -	CRYPTACQUIRECONTEXTW acquire = NULL;
    -	CRYPTGENRANDOM gen = NULL;
    -	CRYPTRELEASECONTEXT release = NULL;
    -	NETSTATGET netstatget = NULL;
    -	NETFREE netfree = NULL;
    -	BYTE buf[64];
    -
    -	if (netapi)
    -		{
    -		netstatget = (NETSTATGET) GetProcAddress(netapi,"NetStatisticsGet");
    -		netfree = (NETFREE) GetProcAddress(netapi,"NetApiBufferFree");
    -		}
    -
    -	if (netstatget && netfree)
    -		{
    -		LPBYTE outbuf;
    -		/* NetStatisticsGet() is a Unicode only function
    - 		 * STAT_WORKSTATION_0 contains 45 fields and STAT_SERVER_0
    -		 * contains 17 fields.  We treat each field as a source of
    -		 * one byte of entropy.
    -                 */
    -
    -		if (netstatget(NULL, L"LanmanWorkstation", 0, 0, &outbuf) == 0)
    -			{
    -			RAND_add(outbuf, sizeof(STAT_WORKSTATION_0), 45);
    -			netfree(outbuf);
    -			}
    -		if (netstatget(NULL, L"LanmanServer", 0, 0, &outbuf) == 0)
    -			{
    -			RAND_add(outbuf, sizeof(STAT_SERVER_0), 17);
    -			netfree(outbuf);
    -			}
    -		}
    -
    -	if (netapi)
    -		FreeLibrary(netapi);
    -
    -        /* It appears like this can cause an exception deep within ADVAPI32.DLL
    -         * at random times on Windows 2000.  Reported by Jeffrey Altman.  
    -         * Only use it on NT.
    -	 */
    -	/* Wolfgang Marczy  reports that
    -	 * the RegQueryValueEx call below can hang on NT4.0 (SP6).
    -	 * So we don't use this at all for now. */
    -#if 0
    -        if ( osverinfo.dwPlatformId == VER_PLATFORM_WIN32_NT &&
    -		osverinfo.dwMajorVersion < 5)
    -		{
    -		/* Read Performance Statistics from NT/2000 registry
    -		 * The size of the performance data can vary from call
    -		 * to call so we must guess the size of the buffer to use
    -		 * and increase its size if we get an ERROR_MORE_DATA
    -		 * return instead of ERROR_SUCCESS.
    -		 */
    -		LONG   rc=ERROR_MORE_DATA;
    -		char * buf=NULL;
    -		DWORD bufsz=0;
    -		DWORD length;
    -
    -		while (rc == ERROR_MORE_DATA)
    -			{
    -			buf = realloc(buf,bufsz+8192);
    -			if (!buf)
    -				break;
    -			bufsz += 8192;
    -
    -			length = bufsz;
    -			rc = RegQueryValueEx(HKEY_PERFORMANCE_DATA, TEXT("Global"),
    -				NULL, NULL, buf, &length);
    -			}
    -		if (rc == ERROR_SUCCESS)
    -			{
    -                        /* For entropy count assume only least significant
    -			 * byte of each DWORD is random.
    -			 */
    -			RAND_add(&length, sizeof(length), 0);
    -			RAND_add(buf, length, length / 4.0);
    -
    -			/* Close the Registry Key to allow Windows to cleanup/close
    -			 * the open handle
    -			 * Note: The 'HKEY_PERFORMANCE_DATA' key is implicitly opened
    -			 *       when the RegQueryValueEx above is done.  However, if
    -			 *       it is not explicitly closed, it can cause disk
    -			 *       partition manipulation problems.
    -			 */
    -			RegCloseKey(HKEY_PERFORMANCE_DATA);
    -			}
    -		if (buf)
    -			free(buf);
    -		}
    -#endif
    -
    -	if (advapi)
    -		{
    -		/*
    -		 * If it's available, then it's available in both ANSI
    -		 * and UNICODE flavors even in Win9x, documentation says.
    -		 * We favor Unicode...
    -		 */
    -		acquire = (CRYPTACQUIRECONTEXTW) GetProcAddress(advapi,
    -			"CryptAcquireContextW");
    -		gen = (CRYPTGENRANDOM) GetProcAddress(advapi,
    -			"CryptGenRandom");
    -		release = (CRYPTRELEASECONTEXT) GetProcAddress(advapi,
    -			"CryptReleaseContext");
    -		}
    -
    -	if (acquire && gen && release)
    -		{
    -		/* poll the CryptoAPI PRNG */
    -                /* The CryptoAPI returns sizeof(buf) bytes of randomness */
    -		if (acquire(&hProvider, NULL, NULL, PROV_RSA_FULL,
    -			CRYPT_VERIFYCONTEXT))
    -			{
    -			if (gen(hProvider, sizeof(buf), buf) != 0)
    -				{
    -				RAND_add(buf, sizeof(buf), 0);
    -				good = 1;
    -#if 0
    -				printf("randomness from PROV_RSA_FULL\n");
    -#endif
    -				}
    -			release(hProvider, 0); 
    -			}
    -		
    -		/* poll the Pentium PRG with CryptoAPI */
    -		if (acquire(&hProvider, 0, INTEL_DEF_PROV, PROV_INTEL_SEC, 0))
    -			{
    -			if (gen(hProvider, sizeof(buf), buf) != 0)
    -				{
    -				RAND_add(buf, sizeof(buf), sizeof(buf));
    -				good = 1;
    -#if 0
    -				printf("randomness from PROV_INTEL_SEC\n");
    -#endif
    -				}
    -			release(hProvider, 0);
    -			}
    -		}
    +    MEMORYSTATUS m;
    +    HCRYPTPROV hProvider = 0;
    +    DWORD w;
    +    int good = 0;
    +
    +# if defined(OPENSSL_SYS_WINCE)
    +#  if defined(_WIN32_WCE) && _WIN32_WCE>=300
    +    /*
    +     * Even though MSDN says _WIN32_WCE>=210, it doesn't seem to be available
    +     * in commonly available implementations prior 300...
    +     */
    +    {
    +        BYTE buf[64];
    +        /* poll the CryptoAPI PRNG */
    +        /* The CryptoAPI returns sizeof(buf) bytes of randomness */
    +        if (CryptAcquireContextW(&hProvider, NULL, NULL, PROV_RSA_FULL,
    +                                 CRYPT_VERIFYCONTEXT)) {
    +            if (CryptGenRandom(hProvider, sizeof(buf), buf))
    +                RAND_add(buf, sizeof(buf), sizeof(buf));
    +            CryptReleaseContext(hProvider, 0);
    +        }
    +    }
    +#  endif
    +# else                          /* OPENSSL_SYS_WINCE */
    +    /*
    +     * None of below libraries are present on Windows CE, which is
    +     * why we #ifndef the whole section. This also excuses us from
    +     * handling the GetProcAddress issue. The trouble is that in
    +     * real Win32 API GetProcAddress is available in ANSI flavor
    +     * only. In WinCE on the other hand GetProcAddress is a macro
    +     * most commonly defined as GetProcAddressW, which accepts
    +     * Unicode argument. If we were to call GetProcAddress under
    +     * WinCE, I'd recommend to either redefine GetProcAddress as
    +     * GetProcAddressA (there seem to be one in common CE spec) or
    +     * implement own shim routine, which would accept ANSI argument
    +     * and expand it to Unicode.
    +     */
    +    {
    +        /* load functions dynamically - not available on all systems */
    +        HMODULE advapi = LoadLibrary(TEXT("ADVAPI32.DLL"));
    +        HMODULE kernel = LoadLibrary(TEXT("KERNEL32.DLL"));
    +        HMODULE user = NULL;
    +        HMODULE netapi = LoadLibrary(TEXT("NETAPI32.DLL"));
    +        CRYPTACQUIRECONTEXTW acquire = NULL;
    +        CRYPTGENRANDOM gen = NULL;
    +        CRYPTRELEASECONTEXT release = NULL;
    +        NETSTATGET netstatget = NULL;
    +        NETFREE netfree = NULL;
    +        BYTE buf[64];
    +
    +        if (netapi) {
    +            netstatget =
    +                (NETSTATGET) GetProcAddress(netapi, "NetStatisticsGet");
    +            netfree = (NETFREE) GetProcAddress(netapi, "NetApiBufferFree");
    +        }
    +
    +        if (netstatget && netfree) {
    +            LPBYTE outbuf;
    +            /*
    +             * NetStatisticsGet() is a Unicode only function
    +             * STAT_WORKSTATION_0 contains 45 fields and STAT_SERVER_0
    +             * contains 17 fields.  We treat each field as a source of one
    +             * byte of entropy.
    +             */
    +
    +            if (netstatget(NULL, L"LanmanWorkstation", 0, 0, &outbuf) == 0) {
    +                RAND_add(outbuf, sizeof(STAT_WORKSTATION_0), 45);
    +                netfree(outbuf);
    +            }
    +            if (netstatget(NULL, L"LanmanServer", 0, 0, &outbuf) == 0) {
    +                RAND_add(outbuf, sizeof(STAT_SERVER_0), 17);
    +                netfree(outbuf);
    +            }
    +        }
    +
    +        if (netapi)
    +            FreeLibrary(netapi);
    +
    +        /*
    +         * It appears like this can cause an exception deep within
    +         * ADVAPI32.DLL at random times on Windows 2000.  Reported by Jeffrey
    +         * Altman. Only use it on NT.
    +         */
    +
    +        if (advapi) {
    +            /*
    +             * If it's available, then it's available in both ANSI
    +             * and UNICODE flavors even in Win9x, documentation says.
    +             * We favor Unicode...
    +             */
    +            acquire = (CRYPTACQUIRECONTEXTW) GetProcAddress(advapi,
    +                                                            "CryptAcquireContextW");
    +            gen = (CRYPTGENRANDOM) GetProcAddress(advapi, "CryptGenRandom");
    +            release = (CRYPTRELEASECONTEXT) GetProcAddress(advapi,
    +                                                           "CryptReleaseContext");
    +        }
    +
    +        if (acquire && gen && release) {
    +            /* poll the CryptoAPI PRNG */
    +            /* The CryptoAPI returns sizeof(buf) bytes of randomness */
    +            if (acquire(&hProvider, NULL, NULL, PROV_RSA_FULL,
    +                        CRYPT_VERIFYCONTEXT)) {
    +                if (gen(hProvider, sizeof(buf), buf) != 0) {
    +                    RAND_add(buf, sizeof(buf), 0);
    +                    good = 1;
    +#  if 0
    +                    printf("randomness from PROV_RSA_FULL\n");
    +#  endif
    +                }
    +                release(hProvider, 0);
    +            }
    +
    +            /* poll the Pentium PRG with CryptoAPI */
    +            if (acquire(&hProvider, 0, INTEL_DEF_PROV, PROV_INTEL_SEC, 0)) {
    +                if (gen(hProvider, sizeof(buf), buf) != 0) {
    +                    RAND_add(buf, sizeof(buf), sizeof(buf));
    +                    good = 1;
    +#  if 0
    +                    printf("randomness from PROV_INTEL_SEC\n");
    +#  endif
    +                }
    +                release(hProvider, 0);
    +            }
    +        }
     
             if (advapi)
    -		FreeLibrary(advapi);
    -
    -	if ((osverinfo.dwPlatformId != VER_PLATFORM_WIN32_NT ||
    -	     !OPENSSL_isservice()) &&
    -	    (user = LoadLibrary(TEXT("USER32.DLL"))))
    -		{
    -		GETCURSORINFO cursor;
    -		GETFOREGROUNDWINDOW win;
    -		GETQUEUESTATUS queue;
    -
    -		win = (GETFOREGROUNDWINDOW) GetProcAddress(user, "GetForegroundWindow");
    -		cursor = (GETCURSORINFO) GetProcAddress(user, "GetCursorInfo");
    -		queue = (GETQUEUESTATUS) GetProcAddress(user, "GetQueueStatus");
    -
    -		if (win)
    -			{
    -			/* window handle */
    -			HWND h = win();
    -			RAND_add(&h, sizeof(h), 0);
    -			}
    -		if (cursor)
    -			{
    -			/* unfortunately, its not safe to call GetCursorInfo()
    -			 * on NT4 even though it exists in SP3 (or SP6) and
    -			 * higher.
    -			 */
    -			if ( osverinfo.dwPlatformId == VER_PLATFORM_WIN32_NT &&
    -				osverinfo.dwMajorVersion < 5)
    -				cursor = 0;
    -			}
    -		if (cursor)
    -			{
    -			/* cursor position */
    -                        /* assume 2 bytes of entropy */
    -			CURSORINFO ci;
    -			ci.cbSize = sizeof(CURSORINFO);
    -			if (cursor(&ci))
    -				RAND_add(&ci, ci.cbSize, 2);
    -			}
    -
    -		if (queue)
    -			{
    -			/* message queue status */
    -                        /* assume 1 byte of entropy */
    -			w = queue(QS_ALLEVENTS);
    -			RAND_add(&w, sizeof(w), 1);
    -			}
    -
    -		FreeLibrary(user);
    -		}
    -
    -	/* Toolhelp32 snapshot: enumerate processes, threads, modules and heap
    -	 * http://msdn.microsoft.com/library/psdk/winbase/toolhelp_5pfd.htm
    -	 * (Win 9x and 2000 only, not available on NT)
    -	 *
    -	 * This seeding method was proposed in Peter Gutmann, Software
    -	 * Generation of Practically Strong Random Numbers,
    -	 * http://www.usenix.org/publications/library/proceedings/sec98/gutmann.html
    -	 * revised version at http://www.cryptoengines.com/~peter/06_random.pdf
    -	 * (The assignment of entropy estimates below is arbitrary, but based
    -	 * on Peter's analysis the full poll appears to be safe. Additional
    -	 * interactive seeding is encouraged.)
    -	 */
    -
    -	if (kernel)
    -		{
    -		CREATETOOLHELP32SNAPSHOT snap;
    -		CLOSETOOLHELP32SNAPSHOT close_snap;
    -		HANDLE handle;
    -
    -		HEAP32FIRST heap_first;
    -		HEAP32NEXT heap_next;
    -		HEAP32LIST heaplist_first, heaplist_next;
    -		PROCESS32 process_first, process_next;
    -		THREAD32 thread_first, thread_next;
    -		MODULE32 module_first, module_next;
    -
    -		HEAPLIST32 hlist;
    -		HEAPENTRY32 hentry;
    -		PROCESSENTRY32 p;
    -		THREADENTRY32 t;
    -		MODULEENTRY32 m;
    -		DWORD starttime = 0;
    -
    -		snap = (CREATETOOLHELP32SNAPSHOT)
    -			GetProcAddress(kernel, "CreateToolhelp32Snapshot");
    -		close_snap = (CLOSETOOLHELP32SNAPSHOT)
    -			GetProcAddress(kernel, "CloseToolhelp32Snapshot");
    -		heap_first = (HEAP32FIRST) GetProcAddress(kernel, "Heap32First");
    -		heap_next = (HEAP32NEXT) GetProcAddress(kernel, "Heap32Next");
    -		heaplist_first = (HEAP32LIST) GetProcAddress(kernel, "Heap32ListFirst");
    -		heaplist_next = (HEAP32LIST) GetProcAddress(kernel, "Heap32ListNext");
    -		process_first = (PROCESS32) GetProcAddress(kernel, "Process32First");
    -		process_next = (PROCESS32) GetProcAddress(kernel, "Process32Next");
    -		thread_first = (THREAD32) GetProcAddress(kernel, "Thread32First");
    -		thread_next = (THREAD32) GetProcAddress(kernel, "Thread32Next");
    -		module_first = (MODULE32) GetProcAddress(kernel, "Module32First");
    -		module_next = (MODULE32) GetProcAddress(kernel, "Module32Next");
    -
    -		if (snap && heap_first && heap_next && heaplist_first &&
    -			heaplist_next && process_first && process_next &&
    -			thread_first && thread_next && module_first &&
    -			module_next && (handle = snap(TH32CS_SNAPALL,0))
    -			!= INVALID_HANDLE_VALUE)
    -			{
    -			/* heap list and heap walking */
    -                        /* HEAPLIST32 contains 3 fields that will change with
    -                         * each entry.  Consider each field a source of 1 byte
    -                         * of entropy.
    -                         * HEAPENTRY32 contains 5 fields that will change with 
    -                         * each entry.  Consider each field a source of 1 byte
    -                         * of entropy.
    -                         */
    -			ZeroMemory(&hlist, sizeof(HEAPLIST32));
    -			hlist.dwSize = sizeof(HEAPLIST32);		
    -			if (good) starttime = GetTickCount();
    -#ifdef _MSC_VER
    -			if (heaplist_first(handle, &hlist))
    -				{
    -				/*
    -				   following discussion on dev ML, exception on WinCE (or other Win
    -				   platform) is theoretically of unknown origin; prevent infinite
    -				   loop here when this theoretical case occurs; otherwise cope with
    -				   the expected (MSDN documented) exception-throwing behaviour of
    -				   Heap32Next() on WinCE.
    -
    -				   based on patch in original message by Tanguy Fautré (2009/03/02)
    -			           Subject: RAND_poll() and CreateToolhelp32Snapshot() stability
    -			     */
    -				int ex_cnt_limit = 42; 
    -				do
    -					{
    -					RAND_add(&hlist, hlist.dwSize, 3);
    -					__try
    -						{
    -						ZeroMemory(&hentry, sizeof(HEAPENTRY32));
    -					hentry.dwSize = sizeof(HEAPENTRY32);
    -					if (heap_first(&hentry,
    -						hlist.th32ProcessID,
    -						hlist.th32HeapID))
    -						{
    -						int entrycnt = 80;
    -						do
    -							RAND_add(&hentry,
    -								hentry.dwSize, 5);
    -						while (heap_next(&hentry)
    -						&& (!good || (GetTickCount()-starttime) 0);
    -						}
    -						}
    -					__except (EXCEPTION_EXECUTE_HANDLER)
    -						{
    -							/* ignore access violations when walking the heap list */
    -							ex_cnt_limit--;
    -						}
    -					} while (heaplist_next(handle, &hlist) 
    -						&& (!good || (GetTickCount()-starttime) 0);
    -				}
    -
    -#else
    -			if (heaplist_first(handle, &hlist))
    -				{
    -				do
    -					{
    -					RAND_add(&hlist, hlist.dwSize, 3);
    -					hentry.dwSize = sizeof(HEAPENTRY32);
    -					if (heap_first(&hentry,
    -						hlist.th32ProcessID,
    -						hlist.th32HeapID))
    -						{
    -						int entrycnt = 80;
    -						do
    -							RAND_add(&hentry,
    -								hentry.dwSize, 5);
    -						while (heap_next(&hentry)
    -							&& --entrycnt > 0);
    -						}
    -					} while (heaplist_next(handle, &hlist) 
    -						&& (!good || (GetTickCount()-starttime) 0);
    +                            }
                             }
    -                        break;
    -	case WM_MOUSEMOVE:
    -                        {
    -                        static int lastx,lasty,lastdx,lastdy;
    -                        int x,y,dx,dy;
    -
    -                        x=LOWORD(lParam);
    -                        y=HIWORD(lParam);
    -                        dx=lastx-x;
    -                        dy=lasty-y;
    -                        if (dx != 0 && dy != 0 && dx-lastdx != 0 && dy-lastdy != 0)
    -                                add_entropy=.2;
    -                        lastx=x, lasty=y;
    -                        lastdx=dx, lastdy=dy;
    +                        __except(EXCEPTION_EXECUTE_HANDLER) {
    +                            /*
    +                             * ignore access violations when walking the heap
    +                             * list
    +                             */
    +                            ex_cnt_limit--;
                             }
    -		break;
    -		}
    -
    -	readtimer();
    -        RAND_add(&iMsg, sizeof(iMsg), add_entropy);
    -	RAND_add(&wParam, sizeof(wParam), 0);
    -	RAND_add(&lParam, sizeof(lParam), 0);
    - 
    -	return (RAND_status());
    -	}
    +                    } while (heaplist_next(handle, &hlist)
    +                             && (!good
    +                                 || (GetTickCount() - starttime) < MAXDELAY)
    +                             && ex_cnt_limit > 0);
    +                }
    +#  else
    +                if (heaplist_first(handle, &hlist)) {
    +                    do {
    +                        RAND_add(&hlist, hlist.dwSize, 3);
    +                        hentry.dwSize = sizeof(HEAPENTRY32);
    +                        if (heap_first(&hentry,
    +                                       hlist.th32ProcessID,
    +                                       hlist.th32HeapID)) {
    +                            int entrycnt = 80;
    +                            do
    +                                RAND_add(&hentry, hentry.dwSize, 5);
    +                            while (heap_next(&hentry)
    +                                   && --entrycnt > 0);
    +                        }
    +                    } while (heaplist_next(handle, &hlist)
    +                             && (!good
    +                                 || (GetTickCount() - starttime) < MAXDELAY));
    +                }
    +#  endif
    +
    +                /* process walking */
    +                /*
    +                 * PROCESSENTRY32 contains 9 fields that will change with
    +                 * each entry.  Consider each field a source of 1 byte of
    +                 * entropy.
    +                 */
    +                p.dwSize = sizeof(PROCESSENTRY32);
    +
    +                if (good)
    +                    starttime = GetTickCount();
    +                if (process_first(handle, &p))
    +                    do
    +                        RAND_add(&p, p.dwSize, 9);
    +                    while (process_next(handle, &p)
    +                           && (!good
    +                               || (GetTickCount() - starttime) < MAXDELAY));
    +
    +                /* thread walking */
    +                /*
    +                 * THREADENTRY32 contains 6 fields that will change with each
    +                 * entry.  Consider each field a source of 1 byte of entropy.
    +                 */
    +                t.dwSize = sizeof(THREADENTRY32);
    +                if (good)
    +                    starttime = GetTickCount();
    +                if (thread_first(handle, &t))
    +                    do
    +                        RAND_add(&t, t.dwSize, 6);
    +                    while (thread_next(handle, &t)
    +                           && (!good
    +                               || (GetTickCount() - starttime) < MAXDELAY));
    +
    +                /* module walking */
    +                /*
    +                 * MODULEENTRY32 contains 9 fields that will change with each
    +                 * entry.  Consider each field a source of 1 byte of entropy.
    +                 */
    +                m.dwSize = sizeof(MODULEENTRY32);
    +                if (good)
    +                    starttime = GetTickCount();
    +                if (module_first(handle, &m))
    +                    do
    +                        RAND_add(&m, m.dwSize, 9);
    +                    while (module_next(handle, &m)
    +                           && (!good
    +                               || (GetTickCount() - starttime) < MAXDELAY));
    +                if (close_snap)
    +                    close_snap(handle);
    +                else
    +                    CloseHandle(handle);
    +
    +            }
    +
    +            FreeLibrary(kernel);
    +        }
    +    }
    +# endif                         /* !OPENSSL_SYS_WINCE */
    +
    +    /* timer data */
    +    readtimer();
    +
    +    /* memory usage statistics */
    +    GlobalMemoryStatus(&m);
    +    RAND_add(&m, sizeof(m), 1);
    +
    +    /* process ID */
    +    w = GetCurrentProcessId();
    +    RAND_add(&w, sizeof(w), 1);
    +
    +# if 0
    +    printf("Exiting RAND_poll\n");
    +# endif
     
    +    return (1);
    +}
     
    -void RAND_screen(void) /* function available for backward compatibility */
    +int RAND_event(UINT iMsg, WPARAM wParam, LPARAM lParam)
     {
    -	RAND_poll();
    -	readscreen();
    +    double add_entropy = 0;
    +
    +    switch (iMsg) {
    +    case WM_KEYDOWN:
    +        {
    +            static WPARAM key;
    +            if (key != wParam)
    +                add_entropy = 0.05;
    +            key = wParam;
    +        }
    +        break;
    +    case WM_MOUSEMOVE:
    +        {
    +            static int lastx, lasty, lastdx, lastdy;
    +            int x, y, dx, dy;
    +
    +            x = LOWORD(lParam);
    +            y = HIWORD(lParam);
    +            dx = lastx - x;
    +            dy = lasty - y;
    +            if (dx != 0 && dy != 0 && dx - lastdx != 0 && dy - lastdy != 0)
    +                add_entropy = .2;
    +            lastx = x, lasty = y;
    +            lastdx = dx, lastdy = dy;
    +        }
    +        break;
    +    }
    +
    +    readtimer();
    +    RAND_add(&iMsg, sizeof(iMsg), add_entropy);
    +    RAND_add(&wParam, sizeof(wParam), 0);
    +    RAND_add(&lParam, sizeof(lParam), 0);
    +
    +    return (RAND_status());
     }
     
    +void RAND_screen(void)
    +{                               /* function available for backward
    +                                 * compatibility */
    +    RAND_poll();
    +    readscreen();
    +}
     
     /* feed timing information to the PRNG */
     static void readtimer(void)
     {
    -	DWORD w;
    -	LARGE_INTEGER l;
    -	static int have_perfc = 1;
    -#if defined(_MSC_VER) && defined(_M_X86)
    -	static int have_tsc = 1;
    -	DWORD cyclecount;
    -
    -	if (have_tsc) {
    -	  __try {
    -	    __asm {
    -	      _emit 0x0f
    -	      _emit 0x31
    -	      mov cyclecount, eax
    -	      }
    -	    RAND_add(&cyclecount, sizeof(cyclecount), 1);
    -	  } __except(EXCEPTION_EXECUTE_HANDLER) {
    -	    have_tsc = 0;
    -	  }
    -	}
    -#else
    -# define have_tsc 0
    -#endif
    +    DWORD w;
    +    LARGE_INTEGER l;
    +    static int have_perfc = 1;
    +# if defined(_MSC_VER) && defined(_M_X86)
    +    static int have_tsc = 1;
    +    DWORD cyclecount;
    +
    +    if (have_tsc) {
    +        __try {
    +            __asm {
    +            _emit 0x0f _emit 0x31 mov cyclecount, eax}
    +            RAND_add(&cyclecount, sizeof(cyclecount), 1);
    +        }
    +        __except(EXCEPTION_EXECUTE_HANDLER) {
    +            have_tsc = 0;
    +        }
    +    }
    +# else
    +#  define have_tsc 0
    +# endif
     
    -	if (have_perfc) {
    -	  if (QueryPerformanceCounter(&l) == 0)
    -	    have_perfc = 0;
    -	  else
    -	    RAND_add(&l, sizeof(l), 0);
    -	}
    -
    -	if (!have_tsc && !have_perfc) {
    -	  w = GetTickCount();
    -	  RAND_add(&w, sizeof(w), 0);
    -	}
    +    if (have_perfc) {
    +        if (QueryPerformanceCounter(&l) == 0)
    +            have_perfc = 0;
    +        else
    +            RAND_add(&l, sizeof(l), 0);
    +    }
    +
    +    if (!have_tsc && !have_perfc) {
    +        w = GetTickCount();
    +        RAND_add(&w, sizeof(w), 0);
    +    }
     }
     
     /* feed screen contents to PRNG */
    @@ -737,71 +682,71 @@ static void readtimer(void)
     
     static void readscreen(void)
     {
    -#if !defined(OPENSSL_SYS_WINCE) && !defined(OPENSSL_SYS_WIN32_CYGWIN)
    -  HDC		hScrDC;		/* screen DC */
    -  HDC		hMemDC;		/* memory DC */
    -  HBITMAP	hBitmap;	/* handle for our bitmap */
    -  HBITMAP	hOldBitmap;	/* handle for previous bitmap */
    -  BITMAP	bm;		/* bitmap properties */
    -  unsigned int	size;		/* size of bitmap */
    -  char		*bmbits;	/* contents of bitmap */
    -  int		w;		/* screen width */
    -  int		h;		/* screen height */
    -  int		y;		/* y-coordinate of screen lines to grab */
    -  int		n = 16;		/* number of screen lines to grab at a time */
    -
    -  if (check_winnt() && OPENSSL_isservice()>0)
    -    return;
    -
    -  /* Create a screen DC and a memory DC compatible to screen DC */
    -  hScrDC = CreateDC(TEXT("DISPLAY"), NULL, NULL, NULL);
    -  hMemDC = CreateCompatibleDC(hScrDC);
    -
    -  /* Get screen resolution */
    -  w = GetDeviceCaps(hScrDC, HORZRES);
    -  h = GetDeviceCaps(hScrDC, VERTRES);
    -
    -  /* Create a bitmap compatible with the screen DC */
    -  hBitmap = CreateCompatibleBitmap(hScrDC, w, n);
    -
    -  /* Select new bitmap into memory DC */
    -  hOldBitmap = SelectObject(hMemDC, hBitmap);
    -
    -  /* Get bitmap properties */
    -  GetObject(hBitmap, sizeof(BITMAP), (LPSTR)&bm);
    -  size = (unsigned int)bm.bmWidthBytes * bm.bmHeight * bm.bmPlanes;
    -
    -  bmbits = OPENSSL_malloc(size);
    -  if (bmbits) {
    -    /* Now go through the whole screen, repeatedly grabbing n lines */
    -    for (y = 0; y < h-n; y += n)
    -    	{
    -	unsigned char md[MD_DIGEST_LENGTH];
    -
    -	/* Bitblt screen DC to memory DC */
    -	BitBlt(hMemDC, 0, 0, w, n, hScrDC, 0, y, SRCCOPY);
    -
    -	/* Copy bitmap bits from memory DC to bmbits */
    -	GetBitmapBits(hBitmap, size, bmbits);
    -
    -	/* Get the hash of the bitmap */
    -	MD(bmbits,size,md);
    -
    -	/* Seed the random generator with the hash value */
    -	RAND_add(md, MD_DIGEST_LENGTH, 0);
    -	}
    -
    -    OPENSSL_free(bmbits);
    -  }
    -
    -  /* Select old bitmap back into memory DC */
    -  hBitmap = SelectObject(hMemDC, hOldBitmap);
    -
    -  /* Clean up */
    -  DeleteObject(hBitmap);
    -  DeleteDC(hMemDC);
    -  DeleteDC(hScrDC);
    -#endif /* !OPENSSL_SYS_WINCE */
    +# if !defined(OPENSSL_SYS_WINCE) && !defined(OPENSSL_SYS_WIN32_CYGWIN)
    +    HDC hScrDC;                 /* screen DC */
    +    HBITMAP hBitmap;            /* handle for our bitmap */
    +    BITMAP bm;                  /* bitmap properties */
    +    unsigned int size;          /* size of bitmap */
    +    char *bmbits;               /* contents of bitmap */
    +    int w;                      /* screen width */
    +    int h;                      /* screen height */
    +    int y;                      /* y-coordinate of screen lines to grab */
    +    int n = 16;                 /* number of screen lines to grab at a time */
    +    BITMAPINFOHEADER bi;        /* info about the bitmap */
    +
    +    if (check_winnt() && OPENSSL_isservice() > 0)
    +        return;
    +
    +    /* Get a reference to the screen DC */
    +    hScrDC = GetDC(NULL);
    +
    +    /* Get screen resolution */
    +    w = GetDeviceCaps(hScrDC, HORZRES);
    +    h = GetDeviceCaps(hScrDC, VERTRES);
    +
    +    /* Create a bitmap compatible with the screen DC */
    +    hBitmap = CreateCompatibleBitmap(hScrDC, w, n);
    +
    +    /* Get bitmap properties */
    +    GetObject(hBitmap, sizeof(BITMAP), (LPSTR) & bm);
    +    size = (unsigned int)bm.bmWidthBytes * bm.bmHeight * bm.bmPlanes;
    +
    +    bi.biSize = sizeof(BITMAPINFOHEADER);
    +    bi.biWidth = bm.bmWidth;
    +    bi.biHeight = bm.bmHeight;
    +    bi.biPlanes = bm.bmPlanes;
    +    bi.biBitCount = bm.bmBitsPixel;
    +    bi.biCompression = BI_RGB;
    +    bi.biSizeImage = 0;
    +    bi.biXPelsPerMeter = 0;
    +    bi.biYPelsPerMeter = 0;
    +    bi.biClrUsed = 0;
    +    bi.biClrImportant = 0;
    +
    +    bmbits = OPENSSL_malloc(size);
    +    if (bmbits) {
    +        /* Now go through the whole screen, repeatedly grabbing n lines */
    +        for (y = 0; y < h - n; y += n) {
    +            unsigned char md[MD_DIGEST_LENGTH];
    +
    +            /* Copy the bits of the current line range into the buffer */
    +            GetDIBits(hScrDC, hBitmap, y, n,
    +                      bmbits, (BITMAPINFO *) & bi, DIB_RGB_COLORS);
    +
    +            /* Get the hash of the bitmap */
    +            MD(bmbits, size, md);
    +
    +            /* Seed the random generator with the hash value */
    +            RAND_add(md, MD_DIGEST_LENGTH, 0);
    +        }
    +
    +        OPENSSL_free(bmbits);
    +    }
    +
    +    /* Clean up */
    +    DeleteObject(hBitmap);
    +    ReleaseDC(NULL, hScrDC);
    +# endif                         /* !OPENSSL_SYS_WINCE */
     }
     
     #endif
    diff --git a/openssl/crypto/rand/randfile.c b/openssl/crypto/rand/randfile.c
    index 14ba69d4c..9537c56a7 100644
    --- a/openssl/crypto/rand/randfile.c
    +++ b/openssl/crypto/rand/randfile.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -58,7 +58,7 @@
     
     /* We need to define this to get macros like S_IFBLK and S_IFCHR */
     #if !defined(OPENSSL_SYS_VXWORKS)
    -#define _XOPEN_SOURCE 500
    +# define _XOPEN_SOURCE 500
     #endif
     
     #include 
    @@ -72,7 +72,7 @@
     #include 
     
     #ifdef OPENSSL_SYS_VMS
    -#include 
    +# include 
     #endif
     #ifndef NO_SYS_TYPES_H
     # include 
    @@ -83,247 +83,255 @@
     #endif
     
     #ifdef _WIN32
    -#define stat	_stat
    -#define chmod	_chmod
    -#define open	_open
    -#define fdopen	_fdopen
    +# define stat    _stat
    +# define chmod   _chmod
    +# define open    _open
    +# define fdopen  _fdopen
     #endif
     
     #undef BUFSIZE
    -#define BUFSIZE	1024
    +#define BUFSIZE 1024
     #define RAND_DATA 1024
     
     #ifdef OPENSSL_SYS_VMS
    -/* This declaration is a nasty hack to get around vms' extension to fopen
    - * for passing in sharing options being disabled by our /STANDARD=ANSI89 */
    +/*
    + * This declaration is a nasty hack to get around vms' extension to fopen for
    + * passing in sharing options being disabled by our /STANDARD=ANSI89
    + */
     static FILE *(*const vms_fopen)(const char *, const char *, ...) =
         (FILE *(*)(const char *, const char *, ...))fopen;
    -#define VMS_OPEN_ATTRS "shr=get,put,upd,del","ctx=bin,stm","rfm=stm","rat=none","mrs=0"
    +# define VMS_OPEN_ATTRS "shr=get,put,upd,del","ctx=bin,stm","rfm=stm","rat=none","mrs=0"
     #endif
     
     /* #define RFILE ".rnd" - defined in ../../e_os.h */
     
    -/* Note that these functions are intended for seed files only.
    - * Entropy devices and EGD sockets are handled in rand_unix.c */
    +/*
    + * Note that these functions are intended for seed files only. Entropy
    + * devices and EGD sockets are handled in rand_unix.c
    + */
     
     int RAND_load_file(const char *file, long bytes)
    -	{
    -	/* If bytes >= 0, read up to 'bytes' bytes.
    -	 * if bytes == -1, read complete file. */
    +{
    +    /*-
    +     * If bytes >= 0, read up to 'bytes' bytes.
    +     * if bytes == -1, read complete file.
    +     */
     
    -	MS_STATIC unsigned char buf[BUFSIZE];
    +    MS_STATIC unsigned char buf[BUFSIZE];
     #ifndef OPENSSL_NO_POSIX_IO
    -	struct stat sb;
    +    struct stat sb;
     #endif
    -	int i,ret=0,n;
    -	FILE *in;
    +    int i, ret = 0, n;
    +    FILE *in;
     
    -	if (file == NULL) return(0);
    +    if (file == NULL)
    +        return (0);
     
     #ifndef OPENSSL_NO_POSIX_IO
    -#ifdef PURIFY
    -	/* struct stat can have padding and unused fields that may not be
    -	 * initialized in the call to stat(). We need to clear the entire
    -	 * structure before calling RAND_add() to avoid complaints from
    -	 * applications such as Valgrind.
    -	 */
    -	memset(&sb, 0, sizeof(sb));
    -#endif
    -	if (stat(file,&sb) < 0) return(0);
    -	RAND_add(&sb,sizeof(sb),0.0);
    +# ifdef PURIFY
    +    /*
    +     * struct stat can have padding and unused fields that may not be
    +     * initialized in the call to stat(). We need to clear the entire
    +     * structure before calling RAND_add() to avoid complaints from
    +     * applications such as Valgrind.
    +     */
    +    memset(&sb, 0, sizeof(sb));
    +# endif
    +    if (stat(file, &sb) < 0)
    +        return (0);
    +    RAND_add(&sb, sizeof(sb), 0.0);
     #endif
    -	if (bytes == 0) return(ret);
    +    if (bytes == 0)
    +        return (ret);
     
     #ifdef OPENSSL_SYS_VMS
    -	in=vms_fopen(file,"rb",VMS_OPEN_ATTRS);
    +    in = vms_fopen(file, "rb", VMS_OPEN_ATTRS);
     #else
    -	in=fopen(file,"rb");
    +    in = fopen(file, "rb");
     #endif
    -	if (in == NULL) goto err;
    +    if (in == NULL)
    +        goto err;
     #if defined(S_IFBLK) && defined(S_IFCHR) && !defined(OPENSSL_NO_POSIX_IO)
    -	if (sb.st_mode & (S_IFBLK | S_IFCHR)) {
    -	  /* this file is a device. we don't want read an infinite number
    -	   * of bytes from a random device, nor do we want to use buffered
    -	   * I/O because we will waste system entropy. 
    -	   */
    -	  bytes = (bytes == -1) ? 2048 : bytes; /* ok, is 2048 enough? */
    -#ifndef OPENSSL_NO_SETVBUF_IONBF
    -	  setvbuf(in, NULL, _IONBF, 0); /* don't do buffered reads */
    -#endif /* ndef OPENSSL_NO_SETVBUF_IONBF */
    -	}
    +    if (sb.st_mode & (S_IFBLK | S_IFCHR)) {
    +        /*
    +         * this file is a device. we don't want read an infinite number of
    +         * bytes from a random device, nor do we want to use buffered I/O
    +         * because we will waste system entropy.
    +         */
    +        bytes = (bytes == -1) ? 2048 : bytes; /* ok, is 2048 enough? */
    +# ifndef OPENSSL_NO_SETVBUF_IONBF
    +        setvbuf(in, NULL, _IONBF, 0); /* don't do buffered reads */
    +# endif                         /* ndef OPENSSL_NO_SETVBUF_IONBF */
    +    }
     #endif
    -	for (;;)
    -		{
    -		if (bytes > 0)
    -			n = (bytes < BUFSIZE)?(int)bytes:BUFSIZE;
    -		else
    -			n = BUFSIZE;
    -		i=fread(buf,1,n,in);
    -		if (i <= 0) break;
    +    for (;;) {
    +        if (bytes > 0)
    +            n = (bytes < BUFSIZE) ? (int)bytes : BUFSIZE;
    +        else
    +            n = BUFSIZE;
    +        i = fread(buf, 1, n, in);
    +        if (i <= 0)
    +            break;
     #ifdef PURIFY
    -		RAND_add(buf,i,(double)i);
    +        RAND_add(buf, i, (double)i);
     #else
    -		/* even if n != i, use the full array */
    -		RAND_add(buf,n,(double)i);
    +        /* even if n != i, use the full array */
    +        RAND_add(buf, n, (double)i);
     #endif
    -		ret+=i;
    -		if (bytes > 0)
    -			{
    -			bytes-=n;
    -			if (bytes <= 0) break;
    -			}
    -		}
    -	fclose(in);
    -	OPENSSL_cleanse(buf,BUFSIZE);
    -err:
    -	return(ret);
    -	}
    +        ret += i;
    +        if (bytes > 0) {
    +            bytes -= n;
    +            if (bytes <= 0)
    +                break;
    +        }
    +    }
    +    fclose(in);
    +    OPENSSL_cleanse(buf, BUFSIZE);
    + err:
    +    return (ret);
    +}
     
     int RAND_write_file(const char *file)
    -	{
    -	unsigned char buf[BUFSIZE];
    -	int i,ret=0,rand_err=0;
    -	FILE *out = NULL;
    -	int n;
    +{
    +    unsigned char buf[BUFSIZE];
    +    int i, ret = 0, rand_err = 0;
    +    FILE *out = NULL;
    +    int n;
     #ifndef OPENSSL_NO_POSIX_IO
    -	struct stat sb;
    -	
    -	i=stat(file,&sb);
    -	if (i != -1) { 
    -#if defined(S_ISBLK) && defined(S_ISCHR)
    -	  if (S_ISBLK(sb.st_mode) || S_ISCHR(sb.st_mode)) {
    -	    /* this file is a device. we don't write back to it. 
    -	     * we "succeed" on the assumption this is some sort 
    -	     * of random device. Otherwise attempting to write to 
    -	     * and chmod the device causes problems.
    -	     */
    -	    return(1); 
    -	  }
    -#endif
    -	}
    +    struct stat sb;
    +
    +    i = stat(file, &sb);
    +    if (i != -1) {
    +# if defined(S_ISBLK) && defined(S_ISCHR)
    +        if (S_ISBLK(sb.st_mode) || S_ISCHR(sb.st_mode)) {
    +            /*
    +             * this file is a device. we don't write back to it. we
    +             * "succeed" on the assumption this is some sort of random
    +             * device. Otherwise attempting to write to and chmod the device
    +             * causes problems.
    +             */
    +            return (1);
    +        }
    +# endif
    +    }
     #endif
     
     #if defined(O_CREAT) && !defined(OPENSSL_NO_POSIX_IO) && !defined(OPENSSL_SYS_VMS)
    -	{
    -#ifndef O_BINARY
    -#define O_BINARY 0
    -#endif
    -	/* chmod(..., 0600) is too late to protect the file,
    -	 * permissions should be restrictive from the start */
    -	int fd = open(file, O_WRONLY|O_CREAT|O_BINARY, 0600);
    -	if (fd != -1)
    -		out = fdopen(fd, "wb");
    -	}
    +    {
    +# ifndef O_BINARY
    +#  define O_BINARY 0
    +# endif
    +        /*
    +         * chmod(..., 0600) is too late to protect the file, permissions
    +         * should be restrictive from the start
    +         */
    +        int fd = open(file, O_WRONLY | O_CREAT | O_BINARY, 0600);
    +        if (fd != -1)
    +            out = fdopen(fd, "wb");
    +    }
     #endif
     
     #ifdef OPENSSL_SYS_VMS
    -	/* VMS NOTE: Prior versions of this routine created a _new_
    -	 * version of the rand file for each call into this routine, then
    -	 * deleted all existing versions named ;-1, and finally renamed
    -	 * the current version as ';1'. Under concurrent usage, this
    -	 * resulted in an RMS race condition in rename() which could
    -	 * orphan files (see vms message help for RMS$_REENT). With the
    -	 * fopen() calls below, openssl/VMS now shares the top-level
    -	 * version of the rand file. Note that there may still be
    -	 * conditions where the top-level rand file is locked. If so, this
    -	 * code will then create a new version of the rand file. Without
    -	 * the delete and rename code, this can result in ascending file
    -	 * versions that stop at version 32767, and this routine will then
    -	 * return an error. The remedy for this is to recode the calling
    -	 * application to avoid concurrent use of the rand file, or
    -	 * synchronize usage at the application level. Also consider
    -	 * whether or not you NEED a persistent rand file in a concurrent
    -	 * use situation. 
    -	 */
    +    /*
    +     * VMS NOTE: Prior versions of this routine created a _new_ version of
    +     * the rand file for each call into this routine, then deleted all
    +     * existing versions named ;-1, and finally renamed the current version
    +     * as ';1'. Under concurrent usage, this resulted in an RMS race
    +     * condition in rename() which could orphan files (see vms message help
    +     * for RMS$_REENT). With the fopen() calls below, openssl/VMS now shares
    +     * the top-level version of the rand file. Note that there may still be
    +     * conditions where the top-level rand file is locked. If so, this code
    +     * will then create a new version of the rand file. Without the delete
    +     * and rename code, this can result in ascending file versions that stop
    +     * at version 32767, and this routine will then return an error. The
    +     * remedy for this is to recode the calling application to avoid
    +     * concurrent use of the rand file, or synchronize usage at the
    +     * application level. Also consider whether or not you NEED a persistent
    +     * rand file in a concurrent use situation.
    +     */
     
    -	out = vms_fopen(file,"rb+",VMS_OPEN_ATTRS);
    -	if (out == NULL)
    -		out = vms_fopen(file,"wb",VMS_OPEN_ATTRS);
    +    out = vms_fopen(file, "rb+", VMS_OPEN_ATTRS);
    +    if (out == NULL)
    +        out = vms_fopen(file, "wb", VMS_OPEN_ATTRS);
     #else
    -	if (out == NULL)
    -		out = fopen(file,"wb");
    +    if (out == NULL)
    +        out = fopen(file, "wb");
     #endif
    -	if (out == NULL) goto err;
    +    if (out == NULL)
    +        goto err;
     
     #ifndef NO_CHMOD
    -	chmod(file,0600);
    +    chmod(file, 0600);
     #endif
    -	n=RAND_DATA;
    -	for (;;)
    -		{
    -		i=(n > BUFSIZE)?BUFSIZE:n;
    -		n-=BUFSIZE;
    -		if (RAND_bytes(buf,i) <= 0)
    -			rand_err=1;
    -		i=fwrite(buf,1,i,out);
    -		if (i <= 0)
    -			{
    -			ret=0;
    -			break;
    -			}
    -		ret+=i;
    -		if (n <= 0) break;
    -                }
    +    n = RAND_DATA;
    +    for (;;) {
    +        i = (n > BUFSIZE) ? BUFSIZE : n;
    +        n -= BUFSIZE;
    +        if (RAND_bytes(buf, i) <= 0)
    +            rand_err = 1;
    +        i = fwrite(buf, 1, i, out);
    +        if (i <= 0) {
    +            ret = 0;
    +            break;
    +        }
    +        ret += i;
    +        if (n <= 0)
    +            break;
    +    }
     
    -	fclose(out);
    -	OPENSSL_cleanse(buf,BUFSIZE);
    -err:
    -	return (rand_err ? -1 : ret);
    -	}
    +    fclose(out);
    +    OPENSSL_cleanse(buf, BUFSIZE);
    + err:
    +    return (rand_err ? -1 : ret);
    +}
     
     const char *RAND_file_name(char *buf, size_t size)
    -	{
    -	char *s=NULL;
    +{
    +    char *s = NULL;
     #ifdef __OpenBSD__
    -	struct stat sb;
    +    struct stat sb;
     #endif
     
    -	if (OPENSSL_issetugid() == 0)
    -		s=getenv("RANDFILE");
    -	if (s != NULL && *s && strlen(s) + 1 < size)
    -		{
    -		if (BUF_strlcpy(buf,s,size) >= size)
    -			return NULL;
    -		}
    -	else
    -		{
    -		if (OPENSSL_issetugid() == 0)
    -			s=getenv("HOME");
    +    if (OPENSSL_issetugid() == 0)
    +        s = getenv("RANDFILE");
    +    if (s != NULL && *s && strlen(s) + 1 < size) {
    +        if (BUF_strlcpy(buf, s, size) >= size)
    +            return NULL;
    +    } else {
    +        if (OPENSSL_issetugid() == 0)
    +            s = getenv("HOME");
     #ifdef DEFAULT_HOME
    -		if (s == NULL)
    -			{
    -			s = DEFAULT_HOME;
    -			}
    +        if (s == NULL) {
    +            s = DEFAULT_HOME;
    +        }
     #endif
    -		if (s && *s && strlen(s)+strlen(RFILE)+2 < size)
    -			{
    -			BUF_strlcpy(buf,s,size);
    +        if (s && *s && strlen(s) + strlen(RFILE) + 2 < size) {
    +            BUF_strlcpy(buf, s, size);
     #ifndef OPENSSL_SYS_VMS
    -			BUF_strlcat(buf,"/",size);
    +            BUF_strlcat(buf, "/", size);
     #endif
    -			BUF_strlcat(buf,RFILE,size);
    -			}
    -		else
    -		  	buf[0] = '\0'; /* no file name */
    -		}
    +            BUF_strlcat(buf, RFILE, size);
    +        } else
    +            buf[0] = '\0';      /* no file name */
    +    }
     
     #ifdef __OpenBSD__
    -	/* given that all random loads just fail if the file can't be 
    -	 * seen on a stat, we stat the file we're returning, if it
    -	 * fails, use /dev/arandom instead. this allows the user to 
    -	 * use their own source for good random data, but defaults
    -	 * to something hopefully decent if that isn't available. 
    -	 */
    -
    -	if (!buf[0])
    -		if (BUF_strlcpy(buf,"/dev/arandom",size) >= size) {
    -			return(NULL);
    -		}	
    -	if (stat(buf,&sb) == -1)
    -		if (BUF_strlcpy(buf,"/dev/arandom",size) >= size) {
    -			return(NULL);
    -		}	
    +    /*
    +     * given that all random loads just fail if the file can't be seen on a
    +     * stat, we stat the file we're returning, if it fails, use /dev/arandom
    +     * instead. this allows the user to use their own source for good random
    +     * data, but defaults to something hopefully decent if that isn't
    +     * available.
    +     */
     
    +    if (!buf[0])
    +        if (BUF_strlcpy(buf, "/dev/arandom", size) >= size) {
    +            return (NULL);
    +        }
    +    if (stat(buf, &sb) == -1)
    +        if (BUF_strlcpy(buf, "/dev/arandom", size) >= size) {
    +            return (NULL);
    +        }
     #endif
    -	return(buf);
    -	}
    +    return (buf);
    +}
    diff --git a/openssl/crypto/rand/randtest.c b/openssl/crypto/rand/randtest.c
    index 9e92a70b0..91bcac990 100644
    --- a/openssl/crypto/rand/randtest.c
    +++ b/openssl/crypto/rand/randtest.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -65,155 +65,145 @@
     /* some FIPS 140-1 random number test */
     /* some simple tests */
     
    -int main(int argc,char **argv)
    -	{
    -	unsigned char buf[2500];
    -	int i,j,k,s,sign,nsign,err=0;
    -	unsigned long n1;
    -	unsigned long n2[16];
    -	unsigned long runs[2][34];
    -	/*double d; */
    -	long d;
    +int main(int argc, char **argv)
    +{
    +    unsigned char buf[2500];
    +    int i, j, k, s, sign, nsign, err = 0;
    +    unsigned long n1;
    +    unsigned long n2[16];
    +    unsigned long runs[2][34];
    +    /*
    +     * double d;
    +     */
    +    long d;
     
    -	i = RAND_pseudo_bytes(buf,2500);
    -	if (i < 0)
    -		{
    -		printf ("init failed, the rand method is not properly installed\n");
    -		err++;
    -		goto err;
    -		}
    +    i = RAND_pseudo_bytes(buf, 2500);
    +    if (i < 0) {
    +        printf("init failed, the rand method is not properly installed\n");
    +        err++;
    +        goto err;
    +    }
     
    -	n1=0;
    -	for (i=0; i<16; i++) n2[i]=0;
    -	for (i=0; i<34; i++) runs[0][i]=runs[1][i]=0;
    +    n1 = 0;
    +    for (i = 0; i < 16; i++)
    +        n2[i] = 0;
    +    for (i = 0; i < 34; i++)
    +        runs[0][i] = runs[1][i] = 0;
     
    -	/* test 1 and 2 */
    -	sign=0;
    -	nsign=0;
    -	for (i=0; i<2500; i++)
    -		{
    -		j=buf[i];
    +    /* test 1 and 2 */
    +    sign = 0;
    +    nsign = 0;
    +    for (i = 0; i < 2500; i++) {
    +        j = buf[i];
     
    -		n2[j&0x0f]++;
    -		n2[(j>>4)&0x0f]++;
    +        n2[j & 0x0f]++;
    +        n2[(j >> 4) & 0x0f]++;
     
    -		for (k=0; k<8; k++)
    -			{
    -			s=(j&0x01);
    -			if (s == sign)
    -				nsign++;
    -			else
    -				{
    -				if (nsign > 34) nsign=34;
    -				if (nsign != 0)
    -					{
    -					runs[sign][nsign-1]++;
    -					if (nsign > 6)
    -						runs[sign][5]++;
    -					}
    -				sign=s;
    -				nsign=1;
    -				}
    +        for (k = 0; k < 8; k++) {
    +            s = (j & 0x01);
    +            if (s == sign)
    +                nsign++;
    +            else {
    +                if (nsign > 34)
    +                    nsign = 34;
    +                if (nsign != 0) {
    +                    runs[sign][nsign - 1]++;
    +                    if (nsign > 6)
    +                        runs[sign][5]++;
    +                }
    +                sign = s;
    +                nsign = 1;
    +            }
     
    -			if (s) n1++;
    -			j>>=1;
    -			}
    -		}
    -		if (nsign > 34) nsign=34;
    -		if (nsign != 0) runs[sign][nsign-1]++;
    +            if (s)
    +                n1++;
    +            j >>= 1;
    +        }
    +    }
    +    if (nsign > 34)
    +        nsign = 34;
    +    if (nsign != 0)
    +        runs[sign][nsign - 1]++;
     
    -	/* test 1 */
    -	if (!((9654 < n1) && (n1 < 10346)))
    -		{
    -		printf("test 1 failed, X=%lu\n",n1);
    -		err++;
    -		}
    -	printf("test 1 done\n");
    +    /* test 1 */
    +    if (!((9654 < n1) && (n1 < 10346))) {
    +        printf("test 1 failed, X=%lu\n", n1);
    +        err++;
    +    }
    +    printf("test 1 done\n");
     
    -	/* test 2 */
    +    /* test 2 */
     #ifdef undef
    -	d=0;
    -	for (i=0; i<16; i++)
    -		d+=n2[i]*n2[i];
    -	d=d*16.0/5000.0-5000.0;
    -	if (!((1.03 < d) && (d < 57.4)))
    -		{
    -		printf("test 2 failed, X=%.2f\n",d);
    -		err++;
    -		}
    +    d = 0;
    +    for (i = 0; i < 16; i++)
    +        d += n2[i] * n2[i];
    +    d = d * 16.0 / 5000.0 - 5000.0;
    +    if (!((1.03 < d) && (d < 57.4))) {
    +        printf("test 2 failed, X=%.2f\n", d);
    +        err++;
    +    }
     #endif
    -	d=0;
    -	for (i=0; i<16; i++)
    -		d+=n2[i]*n2[i];
    -	d=(d*8)/25-500000;
    -	if (!((103 < d) && (d < 5740)))
    -		{
    -		printf("test 2 failed, X=%ld.%02ld\n",d/100L,d%100L);
    -		err++;
    -		}
    -	printf("test 2 done\n");
    +    d = 0;
    +    for (i = 0; i < 16; i++)
    +        d += n2[i] * n2[i];
    +    d = (d * 8) / 25 - 500000;
    +    if (!((103 < d) && (d < 5740))) {
    +        printf("test 2 failed, X=%ld.%02ld\n", d / 100L, d % 100L);
    +        err++;
    +    }
    +    printf("test 2 done\n");
    +
    +    /* test 3 */
    +    for (i = 0; i < 2; i++) {
    +        if (!((2267 < runs[i][0]) && (runs[i][0] < 2733))) {
    +            printf("test 3 failed, bit=%d run=%d num=%lu\n",
    +                   i, 1, runs[i][0]);
    +            err++;
    +        }
    +        if (!((1079 < runs[i][1]) && (runs[i][1] < 1421))) {
    +            printf("test 3 failed, bit=%d run=%d num=%lu\n",
    +                   i, 2, runs[i][1]);
    +            err++;
    +        }
    +        if (!((502 < runs[i][2]) && (runs[i][2] < 748))) {
    +            printf("test 3 failed, bit=%d run=%d num=%lu\n",
    +                   i, 3, runs[i][2]);
    +            err++;
    +        }
    +        if (!((223 < runs[i][3]) && (runs[i][3] < 402))) {
    +            printf("test 3 failed, bit=%d run=%d num=%lu\n",
    +                   i, 4, runs[i][3]);
    +            err++;
    +        }
    +        if (!((90 < runs[i][4]) && (runs[i][4] < 223))) {
    +            printf("test 3 failed, bit=%d run=%d num=%lu\n",
    +                   i, 5, runs[i][4]);
    +            err++;
    +        }
    +        if (!((90 < runs[i][5]) && (runs[i][5] < 223))) {
    +            printf("test 3 failed, bit=%d run=%d num=%lu\n",
    +                   i, 6, runs[i][5]);
    +            err++;
    +        }
    +    }
    +    printf("test 3 done\n");
     
    -	/* test 3 */
    -	for (i=0; i<2; i++)
    -		{
    -		if (!((2267 < runs[i][0]) && (runs[i][0] < 2733)))
    -			{
    -			printf("test 3 failed, bit=%d run=%d num=%lu\n",
    -				i,1,runs[i][0]);
    -			err++;
    -			}
    -		if (!((1079 < runs[i][1]) && (runs[i][1] < 1421)))
    -			{
    -			printf("test 3 failed, bit=%d run=%d num=%lu\n",
    -				i,2,runs[i][1]);
    -			err++;
    -			}
    -		if (!(( 502 < runs[i][2]) && (runs[i][2] <  748)))
    -			{
    -			printf("test 3 failed, bit=%d run=%d num=%lu\n",
    -				i,3,runs[i][2]);
    -			err++;
    -			}
    -		if (!(( 223 < runs[i][3]) && (runs[i][3] <  402)))
    -			{
    -			printf("test 3 failed, bit=%d run=%d num=%lu\n",
    -				i,4,runs[i][3]);
    -			err++;
    -			}
    -		if (!((  90 < runs[i][4]) && (runs[i][4] <  223)))
    -			{
    -			printf("test 3 failed, bit=%d run=%d num=%lu\n",
    -				i,5,runs[i][4]);
    -			err++;
    -			}
    -		if (!((  90 < runs[i][5]) && (runs[i][5] <  223)))
    -			{
    -			printf("test 3 failed, bit=%d run=%d num=%lu\n",
    -				i,6,runs[i][5]);
    -			err++;
    -			}
    -		}
    -	printf("test 3 done\n");
    -	
    -	/* test 4 */
    -	if (runs[0][33] != 0)
    -		{
    -		printf("test 4 failed, bit=%d run=%d num=%lu\n",
    -			0,34,runs[0][33]);
    -		err++;
    -		}
    -	if (runs[1][33] != 0)
    -		{
    -		printf("test 4 failed, bit=%d run=%d num=%lu\n",
    -			1,34,runs[1][33]);
    -		err++;
    -		}
    -	printf("test 4 done\n");
    +    /* test 4 */
    +    if (runs[0][33] != 0) {
    +        printf("test 4 failed, bit=%d run=%d num=%lu\n", 0, 34, runs[0][33]);
    +        err++;
    +    }
    +    if (runs[1][33] != 0) {
    +        printf("test 4 failed, bit=%d run=%d num=%lu\n", 1, 34, runs[1][33]);
    +        err++;
    +    }
    +    printf("test 4 done\n");
      err:
    -	err=((err)?1:0);
    +    err = ((err) ? 1 : 0);
     #ifdef OPENSSL_SYS_NETWARE
    -    if (err) printf("ERROR: %d\n", err);
    +    if (err)
    +        printf("ERROR: %d\n", err);
     #endif
    -	EXIT(err);
    -	return(err);
    -	}
    +    EXIT(err);
    +    return (err);
    +}
    diff --git a/openssl/crypto/rc2/rc2.h b/openssl/crypto/rc2/rc2.h
    index e542ec94f..29d02d732 100644
    --- a/openssl/crypto/rc2/rc2.h
    +++ b/openssl/crypto/rc2/rc2.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -57,44 +57,44 @@
      */
     
     #ifndef HEADER_RC2_H
    -#define HEADER_RC2_H
    +# define HEADER_RC2_H
     
    -#include  /* OPENSSL_NO_RC2, RC2_INT */
    -#ifdef OPENSSL_NO_RC2
    -#error RC2 is disabled.
    -#endif
    +# include /* OPENSSL_NO_RC2, RC2_INT */
    +# ifdef OPENSSL_NO_RC2
    +#  error RC2 is disabled.
    +# endif
     
    -#define RC2_ENCRYPT	1
    -#define RC2_DECRYPT	0
    +# define RC2_ENCRYPT     1
    +# define RC2_DECRYPT     0
     
    -#define RC2_BLOCK	8
    -#define RC2_KEY_LENGTH	16
    +# define RC2_BLOCK       8
    +# define RC2_KEY_LENGTH  16
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -typedef struct rc2_key_st
    -	{
    -	RC2_INT data[64];
    -	} RC2_KEY;
    +typedef struct rc2_key_st {
    +    RC2_INT data[64];
    +} RC2_KEY;
     
    -#ifdef OPENSSL_FIPS 
    -void private_RC2_set_key(RC2_KEY *key, int len, const unsigned char *data,int bits);
    -#endif
    -void RC2_set_key(RC2_KEY *key, int len, const unsigned char *data,int bits);
    -void RC2_ecb_encrypt(const unsigned char *in,unsigned char *out,RC2_KEY *key,
    -		     int enc);
    -void RC2_encrypt(unsigned long *data,RC2_KEY *key);
    -void RC2_decrypt(unsigned long *data,RC2_KEY *key);
    +# ifdef OPENSSL_FIPS
    +void private_RC2_set_key(RC2_KEY *key, int len, const unsigned char *data,
    +                         int bits);
    +# endif
    +void RC2_set_key(RC2_KEY *key, int len, const unsigned char *data, int bits);
    +void RC2_ecb_encrypt(const unsigned char *in, unsigned char *out,
    +                     RC2_KEY *key, int enc);
    +void RC2_encrypt(unsigned long *data, RC2_KEY *key);
    +void RC2_decrypt(unsigned long *data, RC2_KEY *key);
     void RC2_cbc_encrypt(const unsigned char *in, unsigned char *out, long length,
    -	RC2_KEY *ks, unsigned char *iv, int enc);
    +                     RC2_KEY *ks, unsigned char *iv, int enc);
     void RC2_cfb64_encrypt(const unsigned char *in, unsigned char *out,
    -		       long length, RC2_KEY *schedule, unsigned char *ivec,
    -		       int *num, int enc);
    +                       long length, RC2_KEY *schedule, unsigned char *ivec,
    +                       int *num, int enc);
     void RC2_ofb64_encrypt(const unsigned char *in, unsigned char *out,
    -		       long length, RC2_KEY *schedule, unsigned char *ivec,
    -		       int *num);
    +                       long length, RC2_KEY *schedule, unsigned char *ivec,
    +                       int *num);
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/rc2/rc2_cbc.c b/openssl/crypto/rc2/rc2_cbc.c
    index 74f48d3d8..5eaf01d2e 100644
    --- a/openssl/crypto/rc2/rc2_cbc.c
    +++ b/openssl/crypto/rc2/rc2_cbc.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,167 +60,169 @@
     #include "rc2_locl.h"
     
     void RC2_cbc_encrypt(const unsigned char *in, unsigned char *out, long length,
    -	     RC2_KEY *ks, unsigned char *iv, int encrypt)
    -	{
    -	register unsigned long tin0,tin1;
    -	register unsigned long tout0,tout1,xor0,xor1;
    -	register long l=length;
    -	unsigned long tin[2];
    -
    -	if (encrypt)
    -		{
    -		c2l(iv,tout0);
    -		c2l(iv,tout1);
    -		iv-=8;
    -		for (l-=8; l>=0; l-=8)
    -			{
    -			c2l(in,tin0);
    -			c2l(in,tin1);
    -			tin0^=tout0;
    -			tin1^=tout1;
    -			tin[0]=tin0;
    -			tin[1]=tin1;
    -			RC2_encrypt(tin,ks);
    -			tout0=tin[0]; l2c(tout0,out);
    -			tout1=tin[1]; l2c(tout1,out);
    -			}
    -		if (l != -8)
    -			{
    -			c2ln(in,tin0,tin1,l+8);
    -			tin0^=tout0;
    -			tin1^=tout1;
    -			tin[0]=tin0;
    -			tin[1]=tin1;
    -			RC2_encrypt(tin,ks);
    -			tout0=tin[0]; l2c(tout0,out);
    -			tout1=tin[1]; l2c(tout1,out);
    -			}
    -		l2c(tout0,iv);
    -		l2c(tout1,iv);
    -		}
    -	else
    -		{
    -		c2l(iv,xor0);
    -		c2l(iv,xor1);
    -		iv-=8;
    -		for (l-=8; l>=0; l-=8)
    -			{
    -			c2l(in,tin0); tin[0]=tin0;
    -			c2l(in,tin1); tin[1]=tin1;
    -			RC2_decrypt(tin,ks);
    -			tout0=tin[0]^xor0;
    -			tout1=tin[1]^xor1;
    -			l2c(tout0,out);
    -			l2c(tout1,out);
    -			xor0=tin0;
    -			xor1=tin1;
    -			}
    -		if (l != -8)
    -			{
    -			c2l(in,tin0); tin[0]=tin0;
    -			c2l(in,tin1); tin[1]=tin1;
    -			RC2_decrypt(tin,ks);
    -			tout0=tin[0]^xor0;
    -			tout1=tin[1]^xor1;
    -			l2cn(tout0,tout1,out,l+8);
    -			xor0=tin0;
    -			xor1=tin1;
    -			}
    -		l2c(xor0,iv);
    -		l2c(xor1,iv);
    -		}
    -	tin0=tin1=tout0=tout1=xor0=xor1=0;
    -	tin[0]=tin[1]=0;
    -	}
    +                     RC2_KEY *ks, unsigned char *iv, int encrypt)
    +{
    +    register unsigned long tin0, tin1;
    +    register unsigned long tout0, tout1, xor0, xor1;
    +    register long l = length;
    +    unsigned long tin[2];
    +
    +    if (encrypt) {
    +        c2l(iv, tout0);
    +        c2l(iv, tout1);
    +        iv -= 8;
    +        for (l -= 8; l >= 0; l -= 8) {
    +            c2l(in, tin0);
    +            c2l(in, tin1);
    +            tin0 ^= tout0;
    +            tin1 ^= tout1;
    +            tin[0] = tin0;
    +            tin[1] = tin1;
    +            RC2_encrypt(tin, ks);
    +            tout0 = tin[0];
    +            l2c(tout0, out);
    +            tout1 = tin[1];
    +            l2c(tout1, out);
    +        }
    +        if (l != -8) {
    +            c2ln(in, tin0, tin1, l + 8);
    +            tin0 ^= tout0;
    +            tin1 ^= tout1;
    +            tin[0] = tin0;
    +            tin[1] = tin1;
    +            RC2_encrypt(tin, ks);
    +            tout0 = tin[0];
    +            l2c(tout0, out);
    +            tout1 = tin[1];
    +            l2c(tout1, out);
    +        }
    +        l2c(tout0, iv);
    +        l2c(tout1, iv);
    +    } else {
    +        c2l(iv, xor0);
    +        c2l(iv, xor1);
    +        iv -= 8;
    +        for (l -= 8; l >= 0; l -= 8) {
    +            c2l(in, tin0);
    +            tin[0] = tin0;
    +            c2l(in, tin1);
    +            tin[1] = tin1;
    +            RC2_decrypt(tin, ks);
    +            tout0 = tin[0] ^ xor0;
    +            tout1 = tin[1] ^ xor1;
    +            l2c(tout0, out);
    +            l2c(tout1, out);
    +            xor0 = tin0;
    +            xor1 = tin1;
    +        }
    +        if (l != -8) {
    +            c2l(in, tin0);
    +            tin[0] = tin0;
    +            c2l(in, tin1);
    +            tin[1] = tin1;
    +            RC2_decrypt(tin, ks);
    +            tout0 = tin[0] ^ xor0;
    +            tout1 = tin[1] ^ xor1;
    +            l2cn(tout0, tout1, out, l + 8);
    +            xor0 = tin0;
    +            xor1 = tin1;
    +        }
    +        l2c(xor0, iv);
    +        l2c(xor1, iv);
    +    }
    +    tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
    +    tin[0] = tin[1] = 0;
    +}
     
     void RC2_encrypt(unsigned long *d, RC2_KEY *key)
    -	{
    -	int i,n;
    -	register RC2_INT *p0,*p1;
    -	register RC2_INT x0,x1,x2,x3,t;
    -	unsigned long l;
    -
    -	l=d[0];
    -	x0=(RC2_INT)l&0xffff;
    -	x1=(RC2_INT)(l>>16L);
    -	l=d[1];
    -	x2=(RC2_INT)l&0xffff;
    -	x3=(RC2_INT)(l>>16L);
    -
    -	n=3;
    -	i=5;
    -
    -	p0=p1= &(key->data[0]);
    -	for (;;)
    -		{
    -		t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff;
    -		x0=(t<<1)|(t>>15);
    -		t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff;
    -		x1=(t<<2)|(t>>14);
    -		t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff;
    -		x2=(t<<3)|(t>>13);
    -		t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff;
    -		x3=(t<<5)|(t>>11);
    -
    -		if (--i == 0)
    -			{
    -			if (--n == 0) break;
    -			i=(n == 2)?6:5;
    -
    -			x0+=p1[x3&0x3f];
    -			x1+=p1[x0&0x3f];
    -			x2+=p1[x1&0x3f];
    -			x3+=p1[x2&0x3f];
    -			}
    -		}
    -
    -	d[0]=(unsigned long)(x0&0xffff)|((unsigned long)(x1&0xffff)<<16L);
    -	d[1]=(unsigned long)(x2&0xffff)|((unsigned long)(x3&0xffff)<<16L);
    -	}
    +{
    +    int i, n;
    +    register RC2_INT *p0, *p1;
    +    register RC2_INT x0, x1, x2, x3, t;
    +    unsigned long l;
    +
    +    l = d[0];
    +    x0 = (RC2_INT) l & 0xffff;
    +    x1 = (RC2_INT) (l >> 16L);
    +    l = d[1];
    +    x2 = (RC2_INT) l & 0xffff;
    +    x3 = (RC2_INT) (l >> 16L);
    +
    +    n = 3;
    +    i = 5;
    +
    +    p0 = p1 = &(key->data[0]);
    +    for (;;) {
    +        t = (x0 + (x1 & ~x3) + (x2 & x3) + *(p0++)) & 0xffff;
    +        x0 = (t << 1) | (t >> 15);
    +        t = (x1 + (x2 & ~x0) + (x3 & x0) + *(p0++)) & 0xffff;
    +        x1 = (t << 2) | (t >> 14);
    +        t = (x2 + (x3 & ~x1) + (x0 & x1) + *(p0++)) & 0xffff;
    +        x2 = (t << 3) | (t >> 13);
    +        t = (x3 + (x0 & ~x2) + (x1 & x2) + *(p0++)) & 0xffff;
    +        x3 = (t << 5) | (t >> 11);
    +
    +        if (--i == 0) {
    +            if (--n == 0)
    +                break;
    +            i = (n == 2) ? 6 : 5;
    +
    +            x0 += p1[x3 & 0x3f];
    +            x1 += p1[x0 & 0x3f];
    +            x2 += p1[x1 & 0x3f];
    +            x3 += p1[x2 & 0x3f];
    +        }
    +    }
    +
    +    d[0] =
    +        (unsigned long)(x0 & 0xffff) | ((unsigned long)(x1 & 0xffff) << 16L);
    +    d[1] =
    +        (unsigned long)(x2 & 0xffff) | ((unsigned long)(x3 & 0xffff) << 16L);
    +}
     
     void RC2_decrypt(unsigned long *d, RC2_KEY *key)
    -	{
    -	int i,n;
    -	register RC2_INT *p0,*p1;
    -	register RC2_INT x0,x1,x2,x3,t;
    -	unsigned long l;
    -
    -	l=d[0];
    -	x0=(RC2_INT)l&0xffff;
    -	x1=(RC2_INT)(l>>16L);
    -	l=d[1];
    -	x2=(RC2_INT)l&0xffff;
    -	x3=(RC2_INT)(l>>16L);
    -
    -	n=3;
    -	i=5;
    -
    -	p0= &(key->data[63]);
    -	p1= &(key->data[0]);
    -	for (;;)
    -		{
    -		t=((x3<<11)|(x3>>5))&0xffff;
    -		x3=(t-(x0& ~x2)-(x1&x2)- *(p0--))&0xffff;
    -		t=((x2<<13)|(x2>>3))&0xffff;
    -		x2=(t-(x3& ~x1)-(x0&x1)- *(p0--))&0xffff;
    -		t=((x1<<14)|(x1>>2))&0xffff;
    -		x1=(t-(x2& ~x0)-(x3&x0)- *(p0--))&0xffff;
    -		t=((x0<<15)|(x0>>1))&0xffff;
    -		x0=(t-(x1& ~x3)-(x2&x3)- *(p0--))&0xffff;
    -
    -		if (--i == 0)
    -			{
    -			if (--n == 0) break;
    -			i=(n == 2)?6:5;
    -
    -			x3=(x3-p1[x2&0x3f])&0xffff;
    -			x2=(x2-p1[x1&0x3f])&0xffff;
    -			x1=(x1-p1[x0&0x3f])&0xffff;
    -			x0=(x0-p1[x3&0x3f])&0xffff;
    -			}
    -		}
    -
    -	d[0]=(unsigned long)(x0&0xffff)|((unsigned long)(x1&0xffff)<<16L);
    -	d[1]=(unsigned long)(x2&0xffff)|((unsigned long)(x3&0xffff)<<16L);
    -	}
    -
    +{
    +    int i, n;
    +    register RC2_INT *p0, *p1;
    +    register RC2_INT x0, x1, x2, x3, t;
    +    unsigned long l;
    +
    +    l = d[0];
    +    x0 = (RC2_INT) l & 0xffff;
    +    x1 = (RC2_INT) (l >> 16L);
    +    l = d[1];
    +    x2 = (RC2_INT) l & 0xffff;
    +    x3 = (RC2_INT) (l >> 16L);
    +
    +    n = 3;
    +    i = 5;
    +
    +    p0 = &(key->data[63]);
    +    p1 = &(key->data[0]);
    +    for (;;) {
    +        t = ((x3 << 11) | (x3 >> 5)) & 0xffff;
    +        x3 = (t - (x0 & ~x2) - (x1 & x2) - *(p0--)) & 0xffff;
    +        t = ((x2 << 13) | (x2 >> 3)) & 0xffff;
    +        x2 = (t - (x3 & ~x1) - (x0 & x1) - *(p0--)) & 0xffff;
    +        t = ((x1 << 14) | (x1 >> 2)) & 0xffff;
    +        x1 = (t - (x2 & ~x0) - (x3 & x0) - *(p0--)) & 0xffff;
    +        t = ((x0 << 15) | (x0 >> 1)) & 0xffff;
    +        x0 = (t - (x1 & ~x3) - (x2 & x3) - *(p0--)) & 0xffff;
    +
    +        if (--i == 0) {
    +            if (--n == 0)
    +                break;
    +            i = (n == 2) ? 6 : 5;
    +
    +            x3 = (x3 - p1[x2 & 0x3f]) & 0xffff;
    +            x2 = (x2 - p1[x1 & 0x3f]) & 0xffff;
    +            x1 = (x1 - p1[x0 & 0x3f]) & 0xffff;
    +            x0 = (x0 - p1[x3 & 0x3f]) & 0xffff;
    +        }
    +    }
    +
    +    d[0] =
    +        (unsigned long)(x0 & 0xffff) | ((unsigned long)(x1 & 0xffff) << 16L);
    +    d[1] =
    +        (unsigned long)(x2 & 0xffff) | ((unsigned long)(x3 & 0xffff) << 16L);
    +}
    diff --git a/openssl/crypto/rc2/rc2_ecb.c b/openssl/crypto/rc2/rc2_ecb.c
    index fff86c7af..48442a3f3 100644
    --- a/openssl/crypto/rc2/rc2_ecb.c
    +++ b/openssl/crypto/rc2/rc2_ecb.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,9 +60,10 @@
     #include "rc2_locl.h"
     #include 
     
    -const char RC2_version[]="RC2" OPENSSL_VERSION_PTEXT;
    +const char RC2_version[] = "RC2" OPENSSL_VERSION_PTEXT;
     
    -/* RC2 as implemented frm a posting from
    +/*-
    + * RC2 as implemented frm a posting from
      * Newsgroups: sci.crypt
      * Sender: pgut01@cs.auckland.ac.nz (Peter Gutmann)
      * Subject: Specification for Ron Rivests Cipher No.2
    @@ -71,18 +72,21 @@ const char RC2_version[]="RC2" OPENSSL_VERSION_PTEXT;
      */
     
     void RC2_ecb_encrypt(const unsigned char *in, unsigned char *out, RC2_KEY *ks,
    -		     int encrypt)
    -	{
    -	unsigned long l,d[2];
    -
    -	c2l(in,l); d[0]=l;
    -	c2l(in,l); d[1]=l;
    -	if (encrypt)
    -		RC2_encrypt(d,ks);
    -	else
    -		RC2_decrypt(d,ks);
    -	l=d[0]; l2c(l,out);
    -	l=d[1]; l2c(l,out);
    -	l=d[0]=d[1]=0;
    -	}
    +                     int encrypt)
    +{
    +    unsigned long l, d[2];
     
    +    c2l(in, l);
    +    d[0] = l;
    +    c2l(in, l);
    +    d[1] = l;
    +    if (encrypt)
    +        RC2_encrypt(d, ks);
    +    else
    +        RC2_decrypt(d, ks);
    +    l = d[0];
    +    l2c(l, out);
    +    l = d[1];
    +    l2c(l, out);
    +    l = d[0] = d[1] = 0;
    +}
    diff --git a/openssl/crypto/rc2/rc2_locl.h b/openssl/crypto/rc2/rc2_locl.h
    index 565cd1761..e72a20c0c 100644
    --- a/openssl/crypto/rc2/rc2_locl.h
    +++ b/openssl/crypto/rc2/rc2_locl.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -57,80 +57,80 @@
      */
     
     #undef c2l
    -#define c2l(c,l)	(l =((unsigned long)(*((c)++)))    , \
    -			 l|=((unsigned long)(*((c)++)))<< 8L, \
    -			 l|=((unsigned long)(*((c)++)))<<16L, \
    -			 l|=((unsigned long)(*((c)++)))<<24L)
    +#define c2l(c,l)        (l =((unsigned long)(*((c)++)))    , \
    +                         l|=((unsigned long)(*((c)++)))<< 8L, \
    +                         l|=((unsigned long)(*((c)++)))<<16L, \
    +                         l|=((unsigned long)(*((c)++)))<<24L)
     
     /* NOTE - c is not incremented as per c2l */
     #undef c2ln
    -#define c2ln(c,l1,l2,n)	{ \
    -			c+=n; \
    -			l1=l2=0; \
    -			switch (n) { \
    -			case 8: l2 =((unsigned long)(*(--(c))))<<24L; \
    -			case 7: l2|=((unsigned long)(*(--(c))))<<16L; \
    -			case 6: l2|=((unsigned long)(*(--(c))))<< 8L; \
    -			case 5: l2|=((unsigned long)(*(--(c))));     \
    -			case 4: l1 =((unsigned long)(*(--(c))))<<24L; \
    -			case 3: l1|=((unsigned long)(*(--(c))))<<16L; \
    -			case 2: l1|=((unsigned long)(*(--(c))))<< 8L; \
    -			case 1: l1|=((unsigned long)(*(--(c))));     \
    -				} \
    -			}
    +#define c2ln(c,l1,l2,n) { \
    +                        c+=n; \
    +                        l1=l2=0; \
    +                        switch (n) { \
    +                        case 8: l2 =((unsigned long)(*(--(c))))<<24L; \
    +                        case 7: l2|=((unsigned long)(*(--(c))))<<16L; \
    +                        case 6: l2|=((unsigned long)(*(--(c))))<< 8L; \
    +                        case 5: l2|=((unsigned long)(*(--(c))));     \
    +                        case 4: l1 =((unsigned long)(*(--(c))))<<24L; \
    +                        case 3: l1|=((unsigned long)(*(--(c))))<<16L; \
    +                        case 2: l1|=((unsigned long)(*(--(c))))<< 8L; \
    +                        case 1: l1|=((unsigned long)(*(--(c))));     \
    +                                } \
    +                        }
     
     #undef l2c
    -#define l2c(l,c)	(*((c)++)=(unsigned char)(((l)     )&0xff), \
    -			 *((c)++)=(unsigned char)(((l)>> 8L)&0xff), \
    -			 *((c)++)=(unsigned char)(((l)>>16L)&0xff), \
    -			 *((c)++)=(unsigned char)(((l)>>24L)&0xff))
    +#define l2c(l,c)        (*((c)++)=(unsigned char)(((l)     )&0xff), \
    +                         *((c)++)=(unsigned char)(((l)>> 8L)&0xff), \
    +                         *((c)++)=(unsigned char)(((l)>>16L)&0xff), \
    +                         *((c)++)=(unsigned char)(((l)>>24L)&0xff))
     
     /* NOTE - c is not incremented as per l2c */
     #undef l2cn
    -#define l2cn(l1,l2,c,n)	{ \
    -			c+=n; \
    -			switch (n) { \
    -			case 8: *(--(c))=(unsigned char)(((l2)>>24L)&0xff); \
    -			case 7: *(--(c))=(unsigned char)(((l2)>>16L)&0xff); \
    -			case 6: *(--(c))=(unsigned char)(((l2)>> 8L)&0xff); \
    -			case 5: *(--(c))=(unsigned char)(((l2)     )&0xff); \
    -			case 4: *(--(c))=(unsigned char)(((l1)>>24L)&0xff); \
    -			case 3: *(--(c))=(unsigned char)(((l1)>>16L)&0xff); \
    -			case 2: *(--(c))=(unsigned char)(((l1)>> 8L)&0xff); \
    -			case 1: *(--(c))=(unsigned char)(((l1)     )&0xff); \
    -				} \
    -			}
    +#define l2cn(l1,l2,c,n) { \
    +                        c+=n; \
    +                        switch (n) { \
    +                        case 8: *(--(c))=(unsigned char)(((l2)>>24L)&0xff); \
    +                        case 7: *(--(c))=(unsigned char)(((l2)>>16L)&0xff); \
    +                        case 6: *(--(c))=(unsigned char)(((l2)>> 8L)&0xff); \
    +                        case 5: *(--(c))=(unsigned char)(((l2)     )&0xff); \
    +                        case 4: *(--(c))=(unsigned char)(((l1)>>24L)&0xff); \
    +                        case 3: *(--(c))=(unsigned char)(((l1)>>16L)&0xff); \
    +                        case 2: *(--(c))=(unsigned char)(((l1)>> 8L)&0xff); \
    +                        case 1: *(--(c))=(unsigned char)(((l1)     )&0xff); \
    +                                } \
    +                        }
     
     /* NOTE - c is not incremented as per n2l */
    -#define n2ln(c,l1,l2,n)	{ \
    -			c+=n; \
    -			l1=l2=0; \
    -			switch (n) { \
    -			case 8: l2 =((unsigned long)(*(--(c))))    ; \
    -			case 7: l2|=((unsigned long)(*(--(c))))<< 8; \
    -			case 6: l2|=((unsigned long)(*(--(c))))<<16; \
    -			case 5: l2|=((unsigned long)(*(--(c))))<<24; \
    -			case 4: l1 =((unsigned long)(*(--(c))))    ; \
    -			case 3: l1|=((unsigned long)(*(--(c))))<< 8; \
    -			case 2: l1|=((unsigned long)(*(--(c))))<<16; \
    -			case 1: l1|=((unsigned long)(*(--(c))))<<24; \
    -				} \
    -			}
    +#define n2ln(c,l1,l2,n) { \
    +                        c+=n; \
    +                        l1=l2=0; \
    +                        switch (n) { \
    +                        case 8: l2 =((unsigned long)(*(--(c))))    ; \
    +                        case 7: l2|=((unsigned long)(*(--(c))))<< 8; \
    +                        case 6: l2|=((unsigned long)(*(--(c))))<<16; \
    +                        case 5: l2|=((unsigned long)(*(--(c))))<<24; \
    +                        case 4: l1 =((unsigned long)(*(--(c))))    ; \
    +                        case 3: l1|=((unsigned long)(*(--(c))))<< 8; \
    +                        case 2: l1|=((unsigned long)(*(--(c))))<<16; \
    +                        case 1: l1|=((unsigned long)(*(--(c))))<<24; \
    +                                } \
    +                        }
     
     /* NOTE - c is not incremented as per l2n */
    -#define l2nn(l1,l2,c,n)	{ \
    -			c+=n; \
    -			switch (n) { \
    -			case 8: *(--(c))=(unsigned char)(((l2)    )&0xff); \
    -			case 7: *(--(c))=(unsigned char)(((l2)>> 8)&0xff); \
    -			case 6: *(--(c))=(unsigned char)(((l2)>>16)&0xff); \
    -			case 5: *(--(c))=(unsigned char)(((l2)>>24)&0xff); \
    -			case 4: *(--(c))=(unsigned char)(((l1)    )&0xff); \
    -			case 3: *(--(c))=(unsigned char)(((l1)>> 8)&0xff); \
    -			case 2: *(--(c))=(unsigned char)(((l1)>>16)&0xff); \
    -			case 1: *(--(c))=(unsigned char)(((l1)>>24)&0xff); \
    -				} \
    -			}
    +#define l2nn(l1,l2,c,n) { \
    +                        c+=n; \
    +                        switch (n) { \
    +                        case 8: *(--(c))=(unsigned char)(((l2)    )&0xff); \
    +                        case 7: *(--(c))=(unsigned char)(((l2)>> 8)&0xff); \
    +                        case 6: *(--(c))=(unsigned char)(((l2)>>16)&0xff); \
    +                        case 5: *(--(c))=(unsigned char)(((l2)>>24)&0xff); \
    +                        case 4: *(--(c))=(unsigned char)(((l1)    )&0xff); \
    +                        case 3: *(--(c))=(unsigned char)(((l1)>> 8)&0xff); \
    +                        case 2: *(--(c))=(unsigned char)(((l1)>>16)&0xff); \
    +                        case 1: *(--(c))=(unsigned char)(((l1)>>24)&0xff); \
    +                                } \
    +                        }
     
     #undef n2l
     #define n2l(c,l)        (l =((unsigned long)(*((c)++)))<<24L, \
    @@ -145,12 +145,11 @@
                              *((c)++)=(unsigned char)(((l)     )&0xff))
     
     #define C_RC2(n) \
    -	t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff; \
    -	x0=(t<<1)|(t>>15); \
    -	t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff; \
    -	x1=(t<<2)|(t>>14); \
    -	t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff; \
    -	x2=(t<<3)|(t>>13); \
    -	t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff; \
    -	x3=(t<<5)|(t>>11);
    -
    +        t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff; \
    +        x0=(t<<1)|(t>>15); \
    +        t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff; \
    +        x1=(t<<2)|(t>>14); \
    +        t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff; \
    +        x2=(t<<3)|(t>>13); \
    +        t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff; \
    +        x3=(t<<5)|(t>>11);
    diff --git a/openssl/crypto/rc2/rc2_skey.c b/openssl/crypto/rc2/rc2_skey.c
    index 6668ac011..bcec0a85d 100644
    --- a/openssl/crypto/rc2/rc2_skey.c
    +++ b/openssl/crypto/rc2/rc2_skey.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,94 +60,98 @@
     #include 
     #include "rc2_locl.h"
     
    -static const unsigned char key_table[256]={
    -	0xd9,0x78,0xf9,0xc4,0x19,0xdd,0xb5,0xed,0x28,0xe9,0xfd,0x79,
    -	0x4a,0xa0,0xd8,0x9d,0xc6,0x7e,0x37,0x83,0x2b,0x76,0x53,0x8e,
    -	0x62,0x4c,0x64,0x88,0x44,0x8b,0xfb,0xa2,0x17,0x9a,0x59,0xf5,
    -	0x87,0xb3,0x4f,0x13,0x61,0x45,0x6d,0x8d,0x09,0x81,0x7d,0x32,
    -	0xbd,0x8f,0x40,0xeb,0x86,0xb7,0x7b,0x0b,0xf0,0x95,0x21,0x22,
    -	0x5c,0x6b,0x4e,0x82,0x54,0xd6,0x65,0x93,0xce,0x60,0xb2,0x1c,
    -	0x73,0x56,0xc0,0x14,0xa7,0x8c,0xf1,0xdc,0x12,0x75,0xca,0x1f,
    -	0x3b,0xbe,0xe4,0xd1,0x42,0x3d,0xd4,0x30,0xa3,0x3c,0xb6,0x26,
    -	0x6f,0xbf,0x0e,0xda,0x46,0x69,0x07,0x57,0x27,0xf2,0x1d,0x9b,
    -	0xbc,0x94,0x43,0x03,0xf8,0x11,0xc7,0xf6,0x90,0xef,0x3e,0xe7,
    -	0x06,0xc3,0xd5,0x2f,0xc8,0x66,0x1e,0xd7,0x08,0xe8,0xea,0xde,
    -	0x80,0x52,0xee,0xf7,0x84,0xaa,0x72,0xac,0x35,0x4d,0x6a,0x2a,
    -	0x96,0x1a,0xd2,0x71,0x5a,0x15,0x49,0x74,0x4b,0x9f,0xd0,0x5e,
    -	0x04,0x18,0xa4,0xec,0xc2,0xe0,0x41,0x6e,0x0f,0x51,0xcb,0xcc,
    -	0x24,0x91,0xaf,0x50,0xa1,0xf4,0x70,0x39,0x99,0x7c,0x3a,0x85,
    -	0x23,0xb8,0xb4,0x7a,0xfc,0x02,0x36,0x5b,0x25,0x55,0x97,0x31,
    -	0x2d,0x5d,0xfa,0x98,0xe3,0x8a,0x92,0xae,0x05,0xdf,0x29,0x10,
    -	0x67,0x6c,0xba,0xc9,0xd3,0x00,0xe6,0xcf,0xe1,0x9e,0xa8,0x2c,
    -	0x63,0x16,0x01,0x3f,0x58,0xe2,0x89,0xa9,0x0d,0x38,0x34,0x1b,
    -	0xab,0x33,0xff,0xb0,0xbb,0x48,0x0c,0x5f,0xb9,0xb1,0xcd,0x2e,
    -	0xc5,0xf3,0xdb,0x47,0xe5,0xa5,0x9c,0x77,0x0a,0xa6,0x20,0x68,
    -	0xfe,0x7f,0xc1,0xad,
    -	};
    +static const unsigned char key_table[256] = {
    +    0xd9, 0x78, 0xf9, 0xc4, 0x19, 0xdd, 0xb5, 0xed, 0x28, 0xe9, 0xfd, 0x79,
    +    0x4a, 0xa0, 0xd8, 0x9d, 0xc6, 0x7e, 0x37, 0x83, 0x2b, 0x76, 0x53, 0x8e,
    +    0x62, 0x4c, 0x64, 0x88, 0x44, 0x8b, 0xfb, 0xa2, 0x17, 0x9a, 0x59, 0xf5,
    +    0x87, 0xb3, 0x4f, 0x13, 0x61, 0x45, 0x6d, 0x8d, 0x09, 0x81, 0x7d, 0x32,
    +    0xbd, 0x8f, 0x40, 0xeb, 0x86, 0xb7, 0x7b, 0x0b, 0xf0, 0x95, 0x21, 0x22,
    +    0x5c, 0x6b, 0x4e, 0x82, 0x54, 0xd6, 0x65, 0x93, 0xce, 0x60, 0xb2, 0x1c,
    +    0x73, 0x56, 0xc0, 0x14, 0xa7, 0x8c, 0xf1, 0xdc, 0x12, 0x75, 0xca, 0x1f,
    +    0x3b, 0xbe, 0xe4, 0xd1, 0x42, 0x3d, 0xd4, 0x30, 0xa3, 0x3c, 0xb6, 0x26,
    +    0x6f, 0xbf, 0x0e, 0xda, 0x46, 0x69, 0x07, 0x57, 0x27, 0xf2, 0x1d, 0x9b,
    +    0xbc, 0x94, 0x43, 0x03, 0xf8, 0x11, 0xc7, 0xf6, 0x90, 0xef, 0x3e, 0xe7,
    +    0x06, 0xc3, 0xd5, 0x2f, 0xc8, 0x66, 0x1e, 0xd7, 0x08, 0xe8, 0xea, 0xde,
    +    0x80, 0x52, 0xee, 0xf7, 0x84, 0xaa, 0x72, 0xac, 0x35, 0x4d, 0x6a, 0x2a,
    +    0x96, 0x1a, 0xd2, 0x71, 0x5a, 0x15, 0x49, 0x74, 0x4b, 0x9f, 0xd0, 0x5e,
    +    0x04, 0x18, 0xa4, 0xec, 0xc2, 0xe0, 0x41, 0x6e, 0x0f, 0x51, 0xcb, 0xcc,
    +    0x24, 0x91, 0xaf, 0x50, 0xa1, 0xf4, 0x70, 0x39, 0x99, 0x7c, 0x3a, 0x85,
    +    0x23, 0xb8, 0xb4, 0x7a, 0xfc, 0x02, 0x36, 0x5b, 0x25, 0x55, 0x97, 0x31,
    +    0x2d, 0x5d, 0xfa, 0x98, 0xe3, 0x8a, 0x92, 0xae, 0x05, 0xdf, 0x29, 0x10,
    +    0x67, 0x6c, 0xba, 0xc9, 0xd3, 0x00, 0xe6, 0xcf, 0xe1, 0x9e, 0xa8, 0x2c,
    +    0x63, 0x16, 0x01, 0x3f, 0x58, 0xe2, 0x89, 0xa9, 0x0d, 0x38, 0x34, 0x1b,
    +    0xab, 0x33, 0xff, 0xb0, 0xbb, 0x48, 0x0c, 0x5f, 0xb9, 0xb1, 0xcd, 0x2e,
    +    0xc5, 0xf3, 0xdb, 0x47, 0xe5, 0xa5, 0x9c, 0x77, 0x0a, 0xa6, 0x20, 0x68,
    +    0xfe, 0x7f, 0xc1, 0xad,
    +};
     
     #if defined(_MSC_VER) && defined(_ARM_)
    -#pragma optimize("g",off)
    +# pragma optimize("g",off)
     #endif
     
    -/* It has come to my attention that there are 2 versions of the RC2
    - * key schedule.  One which is normal, and anther which has a hook to
    - * use a reduced key length.
    - * BSAFE uses the 'retarded' version.  What I previously shipped is
    - * the same as specifying 1024 for the 'bits' parameter.  Bsafe uses
    - * a version where the bits parameter is the same as len*8 */
    +/*
    + * It has come to my attention that there are 2 versions of the RC2 key
    + * schedule.  One which is normal, and anther which has a hook to use a
    + * reduced key length. BSAFE uses the 'retarded' version.  What I previously
    + * shipped is the same as specifying 1024 for the 'bits' parameter.  Bsafe
    + * uses a version where the bits parameter is the same as len*8
    + */
     void RC2_set_key(RC2_KEY *key, int len, const unsigned char *data, int bits)
     #ifdef OPENSSL_FIPS
    -	{
    -	fips_cipher_abort(RC2);
    -	private_RC2_set_key(key, len, data, bits);
    -	}
    -void private_RC2_set_key(RC2_KEY *key, int len, const unsigned char *data, int bits)
    +{
    +    fips_cipher_abort(RC2);
    +    private_RC2_set_key(key, len, data, bits);
    +}
    +
    +void private_RC2_set_key(RC2_KEY *key, int len, const unsigned char *data,
    +                         int bits)
     #endif
    -	{
    -	int i,j;
    -	unsigned char *k;
    -	RC2_INT *ki;
    -	unsigned int c,d;
    +{
    +    int i, j;
    +    unsigned char *k;
    +    RC2_INT *ki;
    +    unsigned int c, d;
     
    -	k= (unsigned char *)&(key->data[0]);
    -	*k=0; /* for if there is a zero length key */
    +    k = (unsigned char *)&(key->data[0]);
    +    *k = 0;                     /* for if there is a zero length key */
     
    -	if (len > 128) len=128;
    -	if (bits <= 0) bits=1024;
    -	if (bits > 1024) bits=1024;
    +    if (len > 128)
    +        len = 128;
    +    if (bits <= 0)
    +        bits = 1024;
    +    if (bits > 1024)
    +        bits = 1024;
     
    -	for (i=0; i>3;
    -	i=128-j;
    -	c= (0xff>>(-bits & 0x07));
    +    j = (bits + 7) >> 3;
    +    i = 128 - j;
    +    c = (0xff >> (-bits & 0x07));
     
    -	d=key_table[k[i]&c];
    -	k[i]=d;
    -	while (i--)
    -		{
    -		d=key_table[k[i+j]^d];
    -		k[i]=d;
    -		}
    +    d = key_table[k[i] & c];
    +    k[i] = d;
    +    while (i--) {
    +        d = key_table[k[i + j] ^ d];
    +        k[i] = d;
    +    }
     
    -	/* copy from bytes into RC2_INT's */
    -	ki= &(key->data[63]);
    -	for (i=127; i>=0; i-=2)
    -		*(ki--)=((k[i]<<8)|k[i-1])&0xffff;
    -	}
    +    /* copy from bytes into RC2_INT's */
    +    ki = &(key->data[63]);
    +    for (i = 127; i >= 0; i -= 2)
    +        *(ki--) = ((k[i] << 8) | k[i - 1]) & 0xffff;
    +}
     
     #if defined(_MSC_VER)
    -#pragma optimize("",on)
    +# pragma optimize("",on)
     #endif
    diff --git a/openssl/crypto/rc2/rc2cfb64.c b/openssl/crypto/rc2/rc2cfb64.c
    index b3a0158a6..8b5929fde 100644
    --- a/openssl/crypto/rc2/rc2cfb64.c
    +++ b/openssl/crypto/rc2/rc2cfb64.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -59,64 +59,65 @@
     #include 
     #include "rc2_locl.h"
     
    -/* The input and output encrypted as though 64bit cfb mode is being
    - * used.  The extra state information to record how much of the
    - * 64bit block we have used is contained in *num;
    +/*
    + * The input and output encrypted as though 64bit cfb mode is being used.
    + * The extra state information to record how much of the 64bit block we have
    + * used is contained in *num;
      */
     
     void RC2_cfb64_encrypt(const unsigned char *in, unsigned char *out,
    -		       long length, RC2_KEY *schedule, unsigned char *ivec,
    -		       int *num, int encrypt)
    -	{
    -	register unsigned long v0,v1,t;
    -	register int n= *num;
    -	register long l=length;
    -	unsigned long ti[2];
    -	unsigned char *iv,c,cc;
    -
    -	iv=(unsigned char *)ivec;
    -	if (encrypt)
    -		{
    -		while (l--)
    -			{
    -			if (n == 0)
    -				{
    -				c2l(iv,v0); ti[0]=v0;
    -				c2l(iv,v1); ti[1]=v1;
    -				RC2_encrypt((unsigned long *)ti,schedule);
    -				iv=(unsigned char *)ivec;
    -				t=ti[0]; l2c(t,iv);
    -				t=ti[1]; l2c(t,iv);
    -				iv=(unsigned char *)ivec;
    -				}
    -			c= *(in++)^iv[n];
    -			*(out++)=c;
    -			iv[n]=c;
    -			n=(n+1)&0x07;
    -			}
    -		}
    -	else
    -		{
    -		while (l--)
    -			{
    -			if (n == 0)
    -				{
    -				c2l(iv,v0); ti[0]=v0;
    -				c2l(iv,v1); ti[1]=v1;
    -				RC2_encrypt((unsigned long *)ti,schedule);
    -				iv=(unsigned char *)ivec;
    -				t=ti[0]; l2c(t,iv);
    -				t=ti[1]; l2c(t,iv);
    -				iv=(unsigned char *)ivec;
    -				}
    -			cc= *(in++);
    -			c=iv[n];
    -			iv[n]=cc;
    -			*(out++)=c^cc;
    -			n=(n+1)&0x07;
    -			}
    -		}
    -	v0=v1=ti[0]=ti[1]=t=c=cc=0;
    -	*num=n;
    -	}
    +                       long length, RC2_KEY *schedule, unsigned char *ivec,
    +                       int *num, int encrypt)
    +{
    +    register unsigned long v0, v1, t;
    +    register int n = *num;
    +    register long l = length;
    +    unsigned long ti[2];
    +    unsigned char *iv, c, cc;
     
    +    iv = (unsigned char *)ivec;
    +    if (encrypt) {
    +        while (l--) {
    +            if (n == 0) {
    +                c2l(iv, v0);
    +                ti[0] = v0;
    +                c2l(iv, v1);
    +                ti[1] = v1;
    +                RC2_encrypt((unsigned long *)ti, schedule);
    +                iv = (unsigned char *)ivec;
    +                t = ti[0];
    +                l2c(t, iv);
    +                t = ti[1];
    +                l2c(t, iv);
    +                iv = (unsigned char *)ivec;
    +            }
    +            c = *(in++) ^ iv[n];
    +            *(out++) = c;
    +            iv[n] = c;
    +            n = (n + 1) & 0x07;
    +        }
    +    } else {
    +        while (l--) {
    +            if (n == 0) {
    +                c2l(iv, v0);
    +                ti[0] = v0;
    +                c2l(iv, v1);
    +                ti[1] = v1;
    +                RC2_encrypt((unsigned long *)ti, schedule);
    +                iv = (unsigned char *)ivec;
    +                t = ti[0];
    +                l2c(t, iv);
    +                t = ti[1];
    +                l2c(t, iv);
    +                iv = (unsigned char *)ivec;
    +            }
    +            cc = *(in++);
    +            c = iv[n];
    +            iv[n] = cc;
    +            *(out++) = c ^ cc;
    +            n = (n + 1) & 0x07;
    +        }
    +    }
    +    v0 = v1 = ti[0] = ti[1] = t = c = cc = 0;
    +    *num = n;
    +}
    diff --git a/openssl/crypto/rc2/rc2ofb64.c b/openssl/crypto/rc2/rc2ofb64.c
    index 9e297867e..b9f4d8c35 100644
    --- a/openssl/crypto/rc2/rc2ofb64.c
    +++ b/openssl/crypto/rc2/rc2ofb64.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -59,53 +59,52 @@
     #include 
     #include "rc2_locl.h"
     
    -/* The input and output encrypted as though 64bit ofb mode is being
    - * used.  The extra state information to record how much of the
    - * 64bit block we have used is contained in *num;
    +/*
    + * The input and output encrypted as though 64bit ofb mode is being used.
    + * The extra state information to record how much of the 64bit block we have
    + * used is contained in *num;
      */
     void RC2_ofb64_encrypt(const unsigned char *in, unsigned char *out,
    -		       long length, RC2_KEY *schedule, unsigned char *ivec,
    -		       int *num)
    -	{
    -	register unsigned long v0,v1,t;
    -	register int n= *num;
    -	register long l=length;
    -	unsigned char d[8];
    -	register char *dp;
    -	unsigned long ti[2];
    -	unsigned char *iv;
    -	int save=0;
    -
    -	iv=(unsigned char *)ivec;
    -	c2l(iv,v0);
    -	c2l(iv,v1);
    -	ti[0]=v0;
    -	ti[1]=v1;
    -	dp=(char *)d;
    -	l2c(v0,dp);
    -	l2c(v1,dp);
    -	while (l--)
    -		{
    -		if (n == 0)
    -			{
    -			RC2_encrypt((unsigned long *)ti,schedule);
    -			dp=(char *)d;
    -			t=ti[0]; l2c(t,dp);
    -			t=ti[1]; l2c(t,dp);
    -			save++;
    -			}
    -		*(out++)= *(in++)^d[n];
    -		n=(n+1)&0x07;
    -		}
    -	if (save)
    -		{
    -		v0=ti[0];
    -		v1=ti[1];
    -		iv=(unsigned char *)ivec;
    -		l2c(v0,iv);
    -		l2c(v1,iv);
    -		}
    -	t=v0=v1=ti[0]=ti[1]=0;
    -	*num=n;
    -	}
    +                       long length, RC2_KEY *schedule, unsigned char *ivec,
    +                       int *num)
    +{
    +    register unsigned long v0, v1, t;
    +    register int n = *num;
    +    register long l = length;
    +    unsigned char d[8];
    +    register char *dp;
    +    unsigned long ti[2];
    +    unsigned char *iv;
    +    int save = 0;
     
    +    iv = (unsigned char *)ivec;
    +    c2l(iv, v0);
    +    c2l(iv, v1);
    +    ti[0] = v0;
    +    ti[1] = v1;
    +    dp = (char *)d;
    +    l2c(v0, dp);
    +    l2c(v1, dp);
    +    while (l--) {
    +        if (n == 0) {
    +            RC2_encrypt((unsigned long *)ti, schedule);
    +            dp = (char *)d;
    +            t = ti[0];
    +            l2c(t, dp);
    +            t = ti[1];
    +            l2c(t, dp);
    +            save++;
    +        }
    +        *(out++) = *(in++) ^ d[n];
    +        n = (n + 1) & 0x07;
    +    }
    +    if (save) {
    +        v0 = ti[0];
    +        v1 = ti[1];
    +        iv = (unsigned char *)ivec;
    +        l2c(v0, iv);
    +        l2c(v1, iv);
    +    }
    +    t = v0 = v1 = ti[0] = ti[1] = 0;
    +    *num = n;
    +}
    diff --git a/openssl/crypto/rc2/rc2speed.c b/openssl/crypto/rc2/rc2speed.c
    index 85cf6f65b..3e45eb084 100644
    --- a/openssl/crypto/rc2/rc2speed.c
    +++ b/openssl/crypto/rc2/rc2speed.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,7 +60,7 @@
     /* 06-Apr-92 Luke Brennan    Support for VMS and add extra signal calls */
     
     #if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC)) && !defined(OPENSSL_SYS_MACOSX)
    -#define TIMES
    +# define TIMES
     #endif
     
     #include 
    @@ -68,210 +68,195 @@
     #include 
     #include OPENSSL_UNISTD_IO
     OPENSSL_DECLARE_EXIT
    -
     #ifndef OPENSSL_SYS_NETWARE
    -#include 
    +# include 
     #endif
    -
     #ifndef _IRIX
    -#include 
    +# include 
     #endif
     #ifdef TIMES
    -#include 
    -#include 
    +# include 
    +# include 
     #endif
    -
    -/* Depending on the VMS version, the tms structure is perhaps defined.
    -   The __TMS macro will show if it was.  If it wasn't defined, we should
    -   undefine TIMES, since that tells the rest of the program how things
    -   should be handled.				-- Richard Levitte */
    +    /*
    +     * Depending on the VMS version, the tms structure is perhaps defined.
    +     * The __TMS macro will show if it was.  If it wasn't defined, we should
    +     * undefine TIMES, since that tells the rest of the program how things
    +     * should be handled.  -- Richard Levitte
    +     */
     #if defined(OPENSSL_SYS_VMS_DECC) && !defined(__TMS)
    -#undef TIMES
    +# undef TIMES
     #endif
    -
     #ifndef TIMES
    -#include 
    +# include 
     #endif
    -
     #if defined(sun) || defined(__ultrix)
    -#define _POSIX_SOURCE
    -#include 
    -#include 
    +# define _POSIX_SOURCE
    +# include 
    +# include 
     #endif
    -
     #include 
    -
     /* The following if from times(3) man page.  It may need to be changed */
     #ifndef HZ
    -#ifndef CLK_TCK
    -#define HZ	100.0
    -#else	/* CLK_TCK */
    -#define HZ ((double)CLK_TCK)
    -#endif	/* CLK_TCK */
    -#endif	/* HZ */
    -
    -#define BUFSIZE	((long)1024)
    -long run=0;
    +# ifndef CLK_TCK
    +#  define HZ      100.0
    +# else                          /* CLK_TCK */
    +#  define HZ ((double)CLK_TCK)
    +# endif                         /* CLK_TCK */
    +#endif                          /* HZ */
    +#define BUFSIZE ((long)1024)
    +long run = 0;
     
     double Time_F(int s);
     #ifdef SIGALRM
    -#if defined(__STDC__) || defined(sgi) || defined(_AIX)
    -#define SIGRETTYPE void
    -#else
    -#define SIGRETTYPE int
    -#endif
    +# if defined(__STDC__) || defined(sgi) || defined(_AIX)
    +#  define SIGRETTYPE void
    +# else
    +#  define SIGRETTYPE int
    +# endif
     
     SIGRETTYPE sig_done(int sig);
     SIGRETTYPE sig_done(int sig)
    -	{
    -	signal(SIGALRM,sig_done);
    -	run=0;
    -#ifdef LINT
    -	sig=sig;
    -#endif
    -	}
    +{
    +    signal(SIGALRM, sig_done);
    +    run = 0;
    +# ifdef LINT
    +    sig = sig;
    +# endif
    +}
     #endif
     
    -#define START	0
    -#define STOP	1
    +#define START   0
    +#define STOP    1
     
     double Time_F(int s)
    -	{
    -	double ret;
    +{
    +    double ret;
     #ifdef TIMES
    -	static struct tms tstart,tend;
    +    static struct tms tstart, tend;
     
    -	if (s == START)
    -		{
    -		times(&tstart);
    -		return(0);
    -		}
    -	else
    -		{
    -		times(&tend);
    -		ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
    -		return((ret == 0.0)?1e-6:ret);
    -		}
    -#else /* !times() */
    -	static struct timeb tstart,tend;
    -	long i;
    +    if (s == START) {
    +        times(&tstart);
    +        return (0);
    +    } else {
    +        times(&tend);
    +        ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ;
    +        return ((ret == 0.0) ? 1e-6 : ret);
    +    }
    +#else                           /* !times() */
    +    static struct timeb tstart, tend;
    +    long i;
     
    -	if (s == START)
    -		{
    -		ftime(&tstart);
    -		return(0);
    -		}
    -	else
    -		{
    -		ftime(&tend);
    -		i=(long)tend.millitm-(long)tstart.millitm;
    -		ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
    -		return((ret == 0.0)?1e-6:ret);
    -		}
    +    if (s == START) {
    +        ftime(&tstart);
    +        return (0);
    +    } else {
    +        ftime(&tend);
    +        i = (long)tend.millitm - (long)tstart.millitm;
    +        ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1e3;
    +        return ((ret == 0.0) ? 1e-6 : ret);
    +    }
     #endif
    -	}
    +}
     
     int main(int argc, char **argv)
    -	{
    -	long count;
    -	static unsigned char buf[BUFSIZE];
    -	static unsigned char key[] ={
    -			0x12,0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,
    -			0xfe,0xdc,0xba,0x98,0x76,0x54,0x32,0x10,
    -			};
    -	RC2_KEY sch;
    -	double a,b,c,d;
    +{
    +    long count;
    +    static unsigned char buf[BUFSIZE];
    +    static unsigned char key[] = {
    +        0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0,
    +        0xfe, 0xdc, 0xba, 0x98, 0x76, 0x54, 0x32, 0x10,
    +    };
    +    RC2_KEY sch;
    +    double a, b, c, d;
     #ifndef SIGALRM
    -	long ca,cb,cc;
    +    long ca, cb, cc;
     #endif
     
     #ifndef TIMES
    -	printf("To get the most accurate results, try to run this\n");
    -	printf("program when this computer is idle.\n");
    +    printf("To get the most accurate results, try to run this\n");
    +    printf("program when this computer is idle.\n");
     #endif
     
     #ifndef SIGALRM
    -	printf("First we calculate the approximate speed ...\n");
    -	RC2_set_key(&sch,16,key,128);
    -	count=10;
    -	do	{
    -		long i;
    -		unsigned long data[2];
    +    printf("First we calculate the approximate speed ...\n");
    +    RC2_set_key(&sch, 16, key, 128);
    +    count = 10;
    +    do {
    +        long i;
    +        unsigned long data[2];
     
    -		count*=2;
    -		Time_F(START);
    -		for (i=count; i; i--)
    -			RC2_encrypt(data,&sch);
    -		d=Time_F(STOP);
    -		} while (d < 3.0);
    -	ca=count/512;
    -	cb=count;
    -	cc=count*8/BUFSIZE+1;
    -	printf("Doing RC2_set_key %ld times\n",ca);
    -#define COND(d)	(count != (d))
    -#define COUNT(d) (d)
    +        count *= 2;
    +        Time_F(START);
    +        for (i = count; i; i--)
    +            RC2_encrypt(data, &sch);
    +        d = Time_F(STOP);
    +    } while (d < 3.0);
    +    ca = count / 512;
    +    cb = count;
    +    cc = count * 8 / BUFSIZE + 1;
    +    printf("Doing RC2_set_key %ld times\n", ca);
    +# define COND(d) (count != (d))
    +# define COUNT(d) (d)
     #else
    -#define COND(c)	(run)
    -#define COUNT(d) (count)
    -	signal(SIGALRM,sig_done);
    -	printf("Doing RC2_set_key for 10 seconds\n");
    -	alarm(10);
    +# define COND(c) (run)
    +# define COUNT(d) (count)
    +    signal(SIGALRM, sig_done);
    +    printf("Doing RC2_set_key for 10 seconds\n");
    +    alarm(10);
     #endif
     
    -	Time_F(START);
    -	for (count=0,run=1; COND(ca); count+=4)
    -		{
    -		RC2_set_key(&sch,16,key,128);
    -		RC2_set_key(&sch,16,key,128);
    -		RC2_set_key(&sch,16,key,128);
    -		RC2_set_key(&sch,16,key,128);
    -		}
    -	d=Time_F(STOP);
    -	printf("%ld RC2_set_key's in %.2f seconds\n",count,d);
    -	a=((double)COUNT(ca))/d;
    +    Time_F(START);
    +    for (count = 0, run = 1; COND(ca); count += 4) {
    +        RC2_set_key(&sch, 16, key, 128);
    +        RC2_set_key(&sch, 16, key, 128);
    +        RC2_set_key(&sch, 16, key, 128);
    +        RC2_set_key(&sch, 16, key, 128);
    +    }
    +    d = Time_F(STOP);
    +    printf("%ld RC2_set_key's in %.2f seconds\n", count, d);
    +    a = ((double)COUNT(ca)) / d;
     
     #ifdef SIGALRM
    -	printf("Doing RC2_encrypt's for 10 seconds\n");
    -	alarm(10);
    +    printf("Doing RC2_encrypt's for 10 seconds\n");
    +    alarm(10);
     #else
    -	printf("Doing RC2_encrypt %ld times\n",cb);
    +    printf("Doing RC2_encrypt %ld times\n", cb);
     #endif
    -	Time_F(START);
    -	for (count=0,run=1; COND(cb); count+=4)
    -		{
    -		unsigned long data[2];
    +    Time_F(START);
    +    for (count = 0, run = 1; COND(cb); count += 4) {
    +        unsigned long data[2];
     
    -		RC2_encrypt(data,&sch);
    -		RC2_encrypt(data,&sch);
    -		RC2_encrypt(data,&sch);
    -		RC2_encrypt(data,&sch);
    -		}
    -	d=Time_F(STOP);
    -	printf("%ld RC2_encrypt's in %.2f second\n",count,d);
    -	b=((double)COUNT(cb)*8)/d;
    +        RC2_encrypt(data, &sch);
    +        RC2_encrypt(data, &sch);
    +        RC2_encrypt(data, &sch);
    +        RC2_encrypt(data, &sch);
    +    }
    +    d = Time_F(STOP);
    +    printf("%ld RC2_encrypt's in %.2f second\n", count, d);
    +    b = ((double)COUNT(cb) * 8) / d;
     
     #ifdef SIGALRM
    -	printf("Doing RC2_cbc_encrypt on %ld byte blocks for 10 seconds\n",
    -		BUFSIZE);
    -	alarm(10);
    +    printf("Doing RC2_cbc_encrypt on %ld byte blocks for 10 seconds\n",
    +           BUFSIZE);
    +    alarm(10);
     #else
    -	printf("Doing RC2_cbc_encrypt %ld times on %ld byte blocks\n",cc,
    -		BUFSIZE);
    +    printf("Doing RC2_cbc_encrypt %ld times on %ld byte blocks\n", cc,
    +           BUFSIZE);
     #endif
    -	Time_F(START);
    -	for (count=0,run=1; COND(cc); count++)
    -		RC2_cbc_encrypt(buf,buf,BUFSIZE,&sch,
    -			&(key[0]),RC2_ENCRYPT);
    -	d=Time_F(STOP);
    -	printf("%ld RC2_cbc_encrypt's of %ld byte blocks in %.2f second\n",
    -		count,BUFSIZE,d);
    -	c=((double)COUNT(cc)*BUFSIZE)/d;
    +    Time_F(START);
    +    for (count = 0, run = 1; COND(cc); count++)
    +        RC2_cbc_encrypt(buf, buf, BUFSIZE, &sch, &(key[0]), RC2_ENCRYPT);
    +    d = Time_F(STOP);
    +    printf("%ld RC2_cbc_encrypt's of %ld byte blocks in %.2f second\n",
    +           count, BUFSIZE, d);
    +    c = ((double)COUNT(cc) * BUFSIZE) / d;
     
    -	printf("RC2 set_key       per sec = %12.2f (%9.3fuS)\n",a,1.0e6/a);
    -	printf("RC2 raw ecb bytes per sec = %12.2f (%9.3fuS)\n",b,8.0e6/b);
    -	printf("RC2 cbc     bytes per sec = %12.2f (%9.3fuS)\n",c,8.0e6/c);
    -	exit(0);
    +    printf("RC2 set_key       per sec = %12.2f (%9.3fuS)\n", a, 1.0e6 / a);
    +    printf("RC2 raw ecb bytes per sec = %12.2f (%9.3fuS)\n", b, 8.0e6 / b);
    +    printf("RC2 cbc     bytes per sec = %12.2f (%9.3fuS)\n", c, 8.0e6 / c);
    +    exit(0);
     #if defined(LINT) || defined(OPENSSL_SYS_MSDOS)
    -	return(0);
    +    return (0);
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/rc2/rc2test.c b/openssl/crypto/rc2/rc2test.c
    index 0e117436b..e61df342e 100644
    --- a/openssl/crypto/rc2/rc2test.c
    +++ b/openssl/crypto/rc2/rc2test.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,15 +49,17 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
     
    -/* This has been a quickly hacked 'ideatest.c'.  When I add tests for other
    - * RC2 modes, more of the code will be uncommented. */
    +/*
    + * This has been a quickly hacked 'ideatest.c'.  When I add tests for other
    + * RC2 modes, more of the code will be uncommented.
    + */
     
     #include 
     #include 
    @@ -69,206 +71,204 @@
     int main(int argc, char *argv[])
     {
         printf("No RC2 support\n");
    -    return(0);
    +    return (0);
     }
     #else
    -#include 
    +# include 
     
    -static unsigned char RC2key[4][16]={
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,
    -	 0x08,0x09,0x0A,0x0B,0x0C,0x0D,0x0E,0x0F},
    -	};
    +static unsigned char RC2key[4][16] = {
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07,
    +     0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F},
    +};
     
    -static unsigned char RC2plain[4][8]={
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	};
    +static unsigned char RC2plain[4][8] = {
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +};
    +
    +static unsigned char RC2cipher[4][8] = {
    +    {0x1C, 0x19, 0x8A, 0x83, 0x8D, 0xF0, 0x28, 0xB7},
    +    {0x21, 0x82, 0x9C, 0x78, 0xA9, 0xF9, 0xC0, 0x74},
    +    {0x13, 0xDB, 0x35, 0x17, 0xD3, 0x21, 0x86, 0x9E},
    +    {0x50, 0xDC, 0x01, 0x62, 0xBD, 0x75, 0x7F, 0x31},
    +};
     
    -static unsigned char RC2cipher[4][8]={
    -	{0x1C,0x19,0x8A,0x83,0x8D,0xF0,0x28,0xB7},
    -	{0x21,0x82,0x9C,0x78,0xA9,0xF9,0xC0,0x74},
    -	{0x13,0xDB,0x35,0x17,0xD3,0x21,0x86,0x9E},
    -	{0x50,0xDC,0x01,0x62,0xBD,0x75,0x7F,0x31},
    -	};
     /************/
    -#ifdef undef
    -unsigned char k[16]={
    -	0x00,0x01,0x00,0x02,0x00,0x03,0x00,0x04,
    -	0x00,0x05,0x00,0x06,0x00,0x07,0x00,0x08};
    +# ifdef undef
    +unsigned char k[16] = {
    +    0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x04,
    +    0x00, 0x05, 0x00, 0x06, 0x00, 0x07, 0x00, 0x08
    +};
     
    -unsigned char in[8]={0x00,0x00,0x00,0x01,0x00,0x02,0x00,0x03};
    -unsigned char  c[8]={0x11,0xFB,0xED,0x2B,0x01,0x98,0x6D,0xE5};
    -unsigned char out[80];
    +unsigned char in[8] = { 0x00, 0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03 };
    +unsigned char c[8] = { 0x11, 0xFB, 0xED, 0x2B, 0x01, 0x98, 0x6D, 0xE5 };
     
    -char *text="Hello to all people out there";
    +unsigned char out[80];
     
    -static unsigned char cfb_key[16]={
    -	0xe1,0xf0,0xc3,0xd2,0xa5,0xb4,0x87,0x96,
    -	0x69,0x78,0x4b,0x5a,0x2d,0x3c,0x0f,0x1e,
    -	};
    -static unsigned char cfb_iv[80]={0x34,0x12,0x78,0x56,0xab,0x90,0xef,0xcd};
    -static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8];
    -#define CFB_TEST_SIZE 24
    -static unsigned char plain[CFB_TEST_SIZE]=
    -        {
    -        0x4e,0x6f,0x77,0x20,0x69,0x73,
    -        0x20,0x74,0x68,0x65,0x20,0x74,
    -        0x69,0x6d,0x65,0x20,0x66,0x6f,
    -        0x72,0x20,0x61,0x6c,0x6c,0x20
    -        };
    -static unsigned char cfb_cipher64[CFB_TEST_SIZE]={
    -	0x59,0xD8,0xE2,0x65,0x00,0x58,0x6C,0x3F,
    -	0x2C,0x17,0x25,0xD0,0x1A,0x38,0xB7,0x2A,
    -	0x39,0x61,0x37,0xDC,0x79,0xFB,0x9F,0x45
    +char *text = "Hello to all people out there";
     
    -/*	0xF9,0x78,0x32,0xB5,0x42,0x1A,0x6B,0x38,
    -	0x9A,0x44,0xD6,0x04,0x19,0x43,0xC4,0xD9,
    -	0x3D,0x1E,0xAE,0x47,0xFC,0xCF,0x29,0x0B,*/
    -	}; 
    +static unsigned char cfb_key[16] = {
    +    0xe1, 0xf0, 0xc3, 0xd2, 0xa5, 0xb4, 0x87, 0x96,
    +    0x69, 0x78, 0x4b, 0x5a, 0x2d, 0x3c, 0x0f, 0x1e,
    +};
    +static unsigned char cfb_iv[80] =
    +    { 0x34, 0x12, 0x78, 0x56, 0xab, 0x90, 0xef, 0xcd };
    +static unsigned char cfb_buf1[40], cfb_buf2[40], cfb_tmp[8];
    +#  define CFB_TEST_SIZE 24
    +static unsigned char plain[CFB_TEST_SIZE] = {
    +    0x4e, 0x6f, 0x77, 0x20, 0x69, 0x73,
    +    0x20, 0x74, 0x68, 0x65, 0x20, 0x74,
    +    0x69, 0x6d, 0x65, 0x20, 0x66, 0x6f,
    +    0x72, 0x20, 0x61, 0x6c, 0x6c, 0x20
    +};
     
    +static unsigned char cfb_cipher64[CFB_TEST_SIZE] = {
    +    0x59, 0xD8, 0xE2, 0x65, 0x00, 0x58, 0x6C, 0x3F,
    +    0x2C, 0x17, 0x25, 0xD0, 0x1A, 0x38, 0xB7, 0x2A,
    +    0x39, 0x61, 0x37, 0xDC, 0x79, 0xFB, 0x9F, 0x45
    +/*- 0xF9,0x78,0x32,0xB5,0x42,0x1A,0x6B,0x38,
    +    0x9A,0x44,0xD6,0x04,0x19,0x43,0xC4,0xD9,
    +    0x3D,0x1E,0xAE,0x47,0xFC,0xCF,0x29,0x0B,*/
    +};
     
    -/*static int cfb64_test(unsigned char *cfb_cipher);*/
    +/*
    + * static int cfb64_test(unsigned char *cfb_cipher);
    + */
     static char *pt(unsigned char *p);
    -#endif
    +# endif
     
     int main(int argc, char *argv[])
    -	{
    -	int i,n,err=0;
    -	RC2_KEY key; 
    -	unsigned char buf[8],buf2[8];
    +{
    +    int i, n, err = 0;
    +    RC2_KEY key;
    +    unsigned char buf[8], buf2[8];
     
    -	for (n=0; n<4; n++)
    -		{
    -		RC2_set_key(&key,16,&(RC2key[n][0]),0 /* or 1024 */);
    +    for (n = 0; n < 4; n++) {
    +        RC2_set_key(&key, 16, &(RC2key[n][0]), 0 /* or 1024 */ );
     
    -		RC2_ecb_encrypt(&(RC2plain[n][0]),buf,&key,RC2_ENCRYPT);
    -		if (memcmp(&(RC2cipher[n][0]),buf,8) != 0)
    -			{
    -			printf("ecb rc2 error encrypting\n");
    -			printf("got     :");
    -			for (i=0; i<8; i++)
    -				printf("%02X ",buf[i]);
    -			printf("\n");
    -			printf("expected:");
    -			for (i=0; i<8; i++)
    -				printf("%02X ",RC2cipher[n][i]);
    -			err=20;
    -			printf("\n");
    -			}
    +        RC2_ecb_encrypt(&(RC2plain[n][0]), buf, &key, RC2_ENCRYPT);
    +        if (memcmp(&(RC2cipher[n][0]), buf, 8) != 0) {
    +            printf("ecb rc2 error encrypting\n");
    +            printf("got     :");
    +            for (i = 0; i < 8; i++)
    +                printf("%02X ", buf[i]);
    +            printf("\n");
    +            printf("expected:");
    +            for (i = 0; i < 8; i++)
    +                printf("%02X ", RC2cipher[n][i]);
    +            err = 20;
    +            printf("\n");
    +        }
     
    -		RC2_ecb_encrypt(buf,buf2,&key,RC2_DECRYPT);
    -		if (memcmp(&(RC2plain[n][0]),buf2,8) != 0)
    -			{
    -			printf("ecb RC2 error decrypting\n");
    -			printf("got     :");
    -			for (i=0; i<8; i++)
    -				printf("%02X ",buf[i]);
    -			printf("\n");
    -			printf("expected:");
    -			for (i=0; i<8; i++)
    -				printf("%02X ",RC2plain[n][i]);
    -			printf("\n");
    -			err=3;
    -			}
    -		}
    +        RC2_ecb_encrypt(buf, buf2, &key, RC2_DECRYPT);
    +        if (memcmp(&(RC2plain[n][0]), buf2, 8) != 0) {
    +            printf("ecb RC2 error decrypting\n");
    +            printf("got     :");
    +            for (i = 0; i < 8; i++)
    +                printf("%02X ", buf[i]);
    +            printf("\n");
    +            printf("expected:");
    +            for (i = 0; i < 8; i++)
    +                printf("%02X ", RC2plain[n][i]);
    +            printf("\n");
    +            err = 3;
    +        }
    +    }
     
    -	if (err == 0) printf("ecb RC2 ok\n");
    -#ifdef undef
    -	memcpy(iv,k,8);
    -	idea_cbc_encrypt((unsigned char *)text,out,strlen(text)+1,&key,iv,1);
    -	memcpy(iv,k,8);
    -	idea_cbc_encrypt(out,out,8,&dkey,iv,0);
    -	idea_cbc_encrypt(&(out[8]),&(out[8]),strlen(text)+1-8,&dkey,iv,0);
    -	if (memcmp(text,out,strlen(text)+1) != 0)
    -		{
    -		printf("cbc idea bad\n");
    -		err=4;
    -		}
    -	else
    -		printf("cbc idea ok\n");
    +    if (err == 0)
    +        printf("ecb RC2 ok\n");
    +# ifdef undef
    +    memcpy(iv, k, 8);
    +    idea_cbc_encrypt((unsigned char *)text, out, strlen(text) + 1, &key, iv,
    +                     1);
    +    memcpy(iv, k, 8);
    +    idea_cbc_encrypt(out, out, 8, &dkey, iv, 0);
    +    idea_cbc_encrypt(&(out[8]), &(out[8]), strlen(text) + 1 - 8, &dkey, iv,
    +                     0);
    +    if (memcmp(text, out, strlen(text) + 1) != 0) {
    +        printf("cbc idea bad\n");
    +        err = 4;
    +    } else
    +        printf("cbc idea ok\n");
     
    -	printf("cfb64 idea ");
    -	if (cfb64_test(cfb_cipher64))
    -		{
    -		printf("bad\n");
    -		err=5;
    -		}
    -	else
    -		printf("ok\n");
    -#endif
    +    printf("cfb64 idea ");
    +    if (cfb64_test(cfb_cipher64)) {
    +        printf("bad\n");
    +        err = 5;
    +    } else
    +        printf("ok\n");
    +# endif
     
    -#ifdef OPENSSL_SYS_NETWARE
    -    if (err) printf("ERROR: %d\n", err);
    -#endif
    -	EXIT(err);
    -	return(err);
    -	}
    +# ifdef OPENSSL_SYS_NETWARE
    +    if (err)
    +        printf("ERROR: %d\n", err);
    +# endif
    +    EXIT(err);
    +    return (err);
    +}
     
    -#ifdef undef
    +# ifdef undef
     static int cfb64_test(unsigned char *cfb_cipher)
    -        {
    -        IDEA_KEY_SCHEDULE eks,dks;
    -        int err=0,i,n;
    +{
    +    IDEA_KEY_SCHEDULE eks, dks;
    +    int err = 0, i, n;
     
    -        idea_set_encrypt_key(cfb_key,&eks);
    -        idea_set_decrypt_key(&eks,&dks);
    -        memcpy(cfb_tmp,cfb_iv,8);
    -        n=0;
    -        idea_cfb64_encrypt(plain,cfb_buf1,(long)12,&eks,
    -                cfb_tmp,&n,IDEA_ENCRYPT);
    -        idea_cfb64_encrypt(&(plain[12]),&(cfb_buf1[12]),
    -                (long)CFB_TEST_SIZE-12,&eks,
    -                cfb_tmp,&n,IDEA_ENCRYPT);
    -        if (memcmp(cfb_cipher,cfb_buf1,CFB_TEST_SIZE) != 0)
    -                {
    -                err=1;
    -                printf("idea_cfb64_encrypt encrypt error\n");
    -                for (i=0; i>4)&0xf];
    -		ret[i*2+1]=f[p[i]&0xf];
    -		}
    -	ret[16]='\0';
    -	return(ret);
    -	}
    -	
    -#endif
    +    ret = &(bufs[bnum++][0]);
    +    bnum %= 10;
    +    for (i = 0; i < 8; i++) {
    +        ret[i * 2] = f[(p[i] >> 4) & 0xf];
    +        ret[i * 2 + 1] = f[p[i] & 0xf];
    +    }
    +    ret[16] = '\0';
    +    return (ret);
    +}
    +
    +# endif
     #endif
    diff --git a/openssl/crypto/rc2/tab.c b/openssl/crypto/rc2/tab.c
    index 25dc14eeb..0534e3750 100644
    --- a/openssl/crypto/rc2/tab.c
    +++ b/openssl/crypto/rc2/tab.c
    @@ -1,86 +1,84 @@
     #include 
     
    -unsigned char ebits_to_num[256]={
    -	0xbd,0x56,0xea,0xf2,0xa2,0xf1,0xac,0x2a,
    -	0xb0,0x93,0xd1,0x9c,0x1b,0x33,0xfd,0xd0,
    -	0x30,0x04,0xb6,0xdc,0x7d,0xdf,0x32,0x4b,
    -	0xf7,0xcb,0x45,0x9b,0x31,0xbb,0x21,0x5a,
    -	0x41,0x9f,0xe1,0xd9,0x4a,0x4d,0x9e,0xda,
    -	0xa0,0x68,0x2c,0xc3,0x27,0x5f,0x80,0x36,
    -	0x3e,0xee,0xfb,0x95,0x1a,0xfe,0xce,0xa8,
    -	0x34,0xa9,0x13,0xf0,0xa6,0x3f,0xd8,0x0c,
    -	0x78,0x24,0xaf,0x23,0x52,0xc1,0x67,0x17,
    -	0xf5,0x66,0x90,0xe7,0xe8,0x07,0xb8,0x60,
    -	0x48,0xe6,0x1e,0x53,0xf3,0x92,0xa4,0x72,
    -	0x8c,0x08,0x15,0x6e,0x86,0x00,0x84,0xfa,
    -	0xf4,0x7f,0x8a,0x42,0x19,0xf6,0xdb,0xcd,
    -	0x14,0x8d,0x50,0x12,0xba,0x3c,0x06,0x4e,
    -	0xec,0xb3,0x35,0x11,0xa1,0x88,0x8e,0x2b,
    -	0x94,0x99,0xb7,0x71,0x74,0xd3,0xe4,0xbf,
    -	0x3a,0xde,0x96,0x0e,0xbc,0x0a,0xed,0x77,
    -	0xfc,0x37,0x6b,0x03,0x79,0x89,0x62,0xc6,
    -	0xd7,0xc0,0xd2,0x7c,0x6a,0x8b,0x22,0xa3,
    -	0x5b,0x05,0x5d,0x02,0x75,0xd5,0x61,0xe3,
    -	0x18,0x8f,0x55,0x51,0xad,0x1f,0x0b,0x5e,
    -	0x85,0xe5,0xc2,0x57,0x63,0xca,0x3d,0x6c,
    -	0xb4,0xc5,0xcc,0x70,0xb2,0x91,0x59,0x0d,
    -	0x47,0x20,0xc8,0x4f,0x58,0xe0,0x01,0xe2,
    -	0x16,0x38,0xc4,0x6f,0x3b,0x0f,0x65,0x46,
    -	0xbe,0x7e,0x2d,0x7b,0x82,0xf9,0x40,0xb5,
    -	0x1d,0x73,0xf8,0xeb,0x26,0xc7,0x87,0x97,
    -	0x25,0x54,0xb1,0x28,0xaa,0x98,0x9d,0xa5,
    -	0x64,0x6d,0x7a,0xd4,0x10,0x81,0x44,0xef,
    -	0x49,0xd6,0xae,0x2e,0xdd,0x76,0x5c,0x2f,
    -	0xa7,0x1c,0xc9,0x09,0x69,0x9a,0x83,0xcf,
    -	0x29,0x39,0xb9,0xe9,0x4c,0xff,0x43,0xab,
    -	};
    +unsigned char ebits_to_num[256] = {
    +    0xbd, 0x56, 0xea, 0xf2, 0xa2, 0xf1, 0xac, 0x2a,
    +    0xb0, 0x93, 0xd1, 0x9c, 0x1b, 0x33, 0xfd, 0xd0,
    +    0x30, 0x04, 0xb6, 0xdc, 0x7d, 0xdf, 0x32, 0x4b,
    +    0xf7, 0xcb, 0x45, 0x9b, 0x31, 0xbb, 0x21, 0x5a,
    +    0x41, 0x9f, 0xe1, 0xd9, 0x4a, 0x4d, 0x9e, 0xda,
    +    0xa0, 0x68, 0x2c, 0xc3, 0x27, 0x5f, 0x80, 0x36,
    +    0x3e, 0xee, 0xfb, 0x95, 0x1a, 0xfe, 0xce, 0xa8,
    +    0x34, 0xa9, 0x13, 0xf0, 0xa6, 0x3f, 0xd8, 0x0c,
    +    0x78, 0x24, 0xaf, 0x23, 0x52, 0xc1, 0x67, 0x17,
    +    0xf5, 0x66, 0x90, 0xe7, 0xe8, 0x07, 0xb8, 0x60,
    +    0x48, 0xe6, 0x1e, 0x53, 0xf3, 0x92, 0xa4, 0x72,
    +    0x8c, 0x08, 0x15, 0x6e, 0x86, 0x00, 0x84, 0xfa,
    +    0xf4, 0x7f, 0x8a, 0x42, 0x19, 0xf6, 0xdb, 0xcd,
    +    0x14, 0x8d, 0x50, 0x12, 0xba, 0x3c, 0x06, 0x4e,
    +    0xec, 0xb3, 0x35, 0x11, 0xa1, 0x88, 0x8e, 0x2b,
    +    0x94, 0x99, 0xb7, 0x71, 0x74, 0xd3, 0xe4, 0xbf,
    +    0x3a, 0xde, 0x96, 0x0e, 0xbc, 0x0a, 0xed, 0x77,
    +    0xfc, 0x37, 0x6b, 0x03, 0x79, 0x89, 0x62, 0xc6,
    +    0xd7, 0xc0, 0xd2, 0x7c, 0x6a, 0x8b, 0x22, 0xa3,
    +    0x5b, 0x05, 0x5d, 0x02, 0x75, 0xd5, 0x61, 0xe3,
    +    0x18, 0x8f, 0x55, 0x51, 0xad, 0x1f, 0x0b, 0x5e,
    +    0x85, 0xe5, 0xc2, 0x57, 0x63, 0xca, 0x3d, 0x6c,
    +    0xb4, 0xc5, 0xcc, 0x70, 0xb2, 0x91, 0x59, 0x0d,
    +    0x47, 0x20, 0xc8, 0x4f, 0x58, 0xe0, 0x01, 0xe2,
    +    0x16, 0x38, 0xc4, 0x6f, 0x3b, 0x0f, 0x65, 0x46,
    +    0xbe, 0x7e, 0x2d, 0x7b, 0x82, 0xf9, 0x40, 0xb5,
    +    0x1d, 0x73, 0xf8, 0xeb, 0x26, 0xc7, 0x87, 0x97,
    +    0x25, 0x54, 0xb1, 0x28, 0xaa, 0x98, 0x9d, 0xa5,
    +    0x64, 0x6d, 0x7a, 0xd4, 0x10, 0x81, 0x44, 0xef,
    +    0x49, 0xd6, 0xae, 0x2e, 0xdd, 0x76, 0x5c, 0x2f,
    +    0xa7, 0x1c, 0xc9, 0x09, 0x69, 0x9a, 0x83, 0xcf,
    +    0x29, 0x39, 0xb9, 0xe9, 0x4c, 0xff, 0x43, 0xab,
    +};
    +
    +unsigned char num_to_ebits[256] = {
    +    0x5d, 0xbe, 0x9b, 0x8b, 0x11, 0x99, 0x6e, 0x4d,
    +    0x59, 0xf3, 0x85, 0xa6, 0x3f, 0xb7, 0x83, 0xc5,
    +    0xe4, 0x73, 0x6b, 0x3a, 0x68, 0x5a, 0xc0, 0x47,
    +    0xa0, 0x64, 0x34, 0x0c, 0xf1, 0xd0, 0x52, 0xa5,
    +    0xb9, 0x1e, 0x96, 0x43, 0x41, 0xd8, 0xd4, 0x2c,
    +    0xdb, 0xf8, 0x07, 0x77, 0x2a, 0xca, 0xeb, 0xef,
    +    0x10, 0x1c, 0x16, 0x0d, 0x38, 0x72, 0x2f, 0x89,
    +    0xc1, 0xf9, 0x80, 0xc4, 0x6d, 0xae, 0x30, 0x3d,
    +    0xce, 0x20, 0x63, 0xfe, 0xe6, 0x1a, 0xc7, 0xb8,
    +    0x50, 0xe8, 0x24, 0x17, 0xfc, 0x25, 0x6f, 0xbb,
    +    0x6a, 0xa3, 0x44, 0x53, 0xd9, 0xa2, 0x01, 0xab,
    +    0xbc, 0xb6, 0x1f, 0x98, 0xee, 0x9a, 0xa7, 0x2d,
    +    0x4f, 0x9e, 0x8e, 0xac, 0xe0, 0xc6, 0x49, 0x46,
    +    0x29, 0xf4, 0x94, 0x8a, 0xaf, 0xe1, 0x5b, 0xc3,
    +    0xb3, 0x7b, 0x57, 0xd1, 0x7c, 0x9c, 0xed, 0x87,
    +    0x40, 0x8c, 0xe2, 0xcb, 0x93, 0x14, 0xc9, 0x61,
    +    0x2e, 0xe5, 0xcc, 0xf6, 0x5e, 0xa8, 0x5c, 0xd6,
    +    0x75, 0x8d, 0x62, 0x95, 0x58, 0x69, 0x76, 0xa1,
    +    0x4a, 0xb5, 0x55, 0x09, 0x78, 0x33, 0x82, 0xd7,
    +    0xdd, 0x79, 0xf5, 0x1b, 0x0b, 0xde, 0x26, 0x21,
    +    0x28, 0x74, 0x04, 0x97, 0x56, 0xdf, 0x3c, 0xf0,
    +    0x37, 0x39, 0xdc, 0xff, 0x06, 0xa4, 0xea, 0x42,
    +    0x08, 0xda, 0xb4, 0x71, 0xb0, 0xcf, 0x12, 0x7a,
    +    0x4e, 0xfa, 0x6c, 0x1d, 0x84, 0x00, 0xc8, 0x7f,
    +    0x91, 0x45, 0xaa, 0x2b, 0xc2, 0xb1, 0x8f, 0xd5,
    +    0xba, 0xf2, 0xad, 0x19, 0xb2, 0x67, 0x36, 0xf7,
    +    0x0f, 0x0a, 0x92, 0x7d, 0xe3, 0x9d, 0xe9, 0x90,
    +    0x3e, 0x23, 0x27, 0x66, 0x13, 0xec, 0x81, 0x15,
    +    0xbd, 0x22, 0xbf, 0x9f, 0x7e, 0xa9, 0x51, 0x4b,
    +    0x4c, 0xfb, 0x02, 0xd3, 0x70, 0x86, 0x31, 0xe7,
    +    0x3b, 0x05, 0x03, 0x54, 0x60, 0x48, 0x65, 0x18,
    +    0xd2, 0xcd, 0x5f, 0x32, 0x88, 0x0e, 0x35, 0xfd,
    +};
     
    -unsigned char num_to_ebits[256]={
    -	0x5d,0xbe,0x9b,0x8b,0x11,0x99,0x6e,0x4d,
    -	0x59,0xf3,0x85,0xa6,0x3f,0xb7,0x83,0xc5,
    -	0xe4,0x73,0x6b,0x3a,0x68,0x5a,0xc0,0x47,
    -	0xa0,0x64,0x34,0x0c,0xf1,0xd0,0x52,0xa5,
    -	0xb9,0x1e,0x96,0x43,0x41,0xd8,0xd4,0x2c,
    -	0xdb,0xf8,0x07,0x77,0x2a,0xca,0xeb,0xef,
    -	0x10,0x1c,0x16,0x0d,0x38,0x72,0x2f,0x89,
    -	0xc1,0xf9,0x80,0xc4,0x6d,0xae,0x30,0x3d,
    -	0xce,0x20,0x63,0xfe,0xe6,0x1a,0xc7,0xb8,
    -	0x50,0xe8,0x24,0x17,0xfc,0x25,0x6f,0xbb,
    -	0x6a,0xa3,0x44,0x53,0xd9,0xa2,0x01,0xab,
    -	0xbc,0xb6,0x1f,0x98,0xee,0x9a,0xa7,0x2d,
    -	0x4f,0x9e,0x8e,0xac,0xe0,0xc6,0x49,0x46,
    -	0x29,0xf4,0x94,0x8a,0xaf,0xe1,0x5b,0xc3,
    -	0xb3,0x7b,0x57,0xd1,0x7c,0x9c,0xed,0x87,
    -	0x40,0x8c,0xe2,0xcb,0x93,0x14,0xc9,0x61,
    -	0x2e,0xe5,0xcc,0xf6,0x5e,0xa8,0x5c,0xd6,
    -	0x75,0x8d,0x62,0x95,0x58,0x69,0x76,0xa1,
    -	0x4a,0xb5,0x55,0x09,0x78,0x33,0x82,0xd7,
    -	0xdd,0x79,0xf5,0x1b,0x0b,0xde,0x26,0x21,
    -	0x28,0x74,0x04,0x97,0x56,0xdf,0x3c,0xf0,
    -	0x37,0x39,0xdc,0xff,0x06,0xa4,0xea,0x42,
    -	0x08,0xda,0xb4,0x71,0xb0,0xcf,0x12,0x7a,
    -	0x4e,0xfa,0x6c,0x1d,0x84,0x00,0xc8,0x7f,
    -	0x91,0x45,0xaa,0x2b,0xc2,0xb1,0x8f,0xd5,
    -	0xba,0xf2,0xad,0x19,0xb2,0x67,0x36,0xf7,
    -	0x0f,0x0a,0x92,0x7d,0xe3,0x9d,0xe9,0x90,
    -	0x3e,0x23,0x27,0x66,0x13,0xec,0x81,0x15,
    -	0xbd,0x22,0xbf,0x9f,0x7e,0xa9,0x51,0x4b,
    -	0x4c,0xfb,0x02,0xd3,0x70,0x86,0x31,0xe7,
    -	0x3b,0x05,0x03,0x54,0x60,0x48,0x65,0x18,
    -	0xd2,0xcd,0x5f,0x32,0x88,0x0e,0x35,0xfd,
    -	};
    -	
     main()
    -	{
    -	int i,j;
    +{
    +    int i, j;
     
    -	for (i=0; i<256; i++)
    -		{
    -		for (j=0; j<256; j++)
    -			if (ebits_to_num[j] == i)
    -				{
    -				printf("0x%02x,",j);
    -				break;
    -				}
    -		}
    -	}
    +    for (i = 0; i < 256; i++) {
    +        for (j = 0; j < 256; j++)
    +            if (ebits_to_num[j] == i) {
    +                printf("0x%02x,", j);
    +                break;
    +            }
    +    }
    +}
    diff --git a/openssl/crypto/rc4/Makefile b/openssl/crypto/rc4/Makefile
    index 1614d4796..76860aeb4 100644
    --- a/openssl/crypto/rc4/Makefile
    +++ b/openssl/crypto/rc4/Makefile
    @@ -42,7 +42,7 @@ lib:	$(LIBOBJ)
     	@touch lib
     
     rc4-586.s:	asm/rc4-586.pl ../perlasm/x86asm.pl
    -	$(PERL) asm/rc4-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@
    +	$(PERL) asm/rc4-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
     
     rc4-x86_64.s: asm/rc4-x86_64.pl
     	$(PERL) asm/rc4-x86_64.pl $(PERLASM_SCHEME) > $@
    @@ -66,7 +66,7 @@ rc4-ia64.s: rc4-ia64.S
     rc4-%.s:	asm/rc4-%.pl;	$(PERL) $< $(PERLASM_SCHEME) $@
     
     files:
    -	$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
    +	$(PERL) $(TOP)/util/files.pl "RC4_ENC=$(RC4_ENC)" Makefile >> $(TOP)/MINFO
     
     links:
     	@$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
    diff --git a/openssl/crypto/rc4/asm/rc4-586.pl b/openssl/crypto/rc4/asm/rc4-586.pl
    index 5c9ac6ad2..1d55d551e 100644
    --- a/openssl/crypto/rc4/asm/rc4-586.pl
    +++ b/openssl/crypto/rc4/asm/rc4-586.pl
    @@ -60,7 +60,7 @@ $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
     push(@INC,"${dir}","${dir}../../perlasm");
     require "x86asm.pl";
     
    -&asm_init($ARGV[0],"rc4-586.pl");
    +&asm_init($ARGV[0],"rc4-586.pl",$x86only = $ARGV[$#ARGV] eq "386");
     
     $xx="eax";
     $yy="ebx";
    @@ -184,8 +184,11 @@ if ($alt=0) {
     	&and	($ty,-4);		# how many 4-byte chunks?
     	&jz	(&label("loop1"));
     
    -	&test	($ty,-8);
     	&mov	(&wparam(3),$out);	# $out as accumulator in these loops
    +					if ($x86only) {
    +	&jmp	(&label("go4loop4"));
    +					} else {
    +	&test	($ty,-8);
     	&jz	(&label("go4loop4"));
     
     	&picmeup($out,"OPENSSL_ia32cap_P");
    @@ -228,6 +231,7 @@ if ($alt=0) {
     	&cmp	($inp,&wparam(1));	# compare to input+len
     	&je	(&label("done"));
     	&jmp	(&label("loop1"));
    +					}
     
     &set_label("go4loop4",16);
     	&lea	($ty,&DWP(-4,$inp,$ty));
    diff --git a/openssl/crypto/rc4/rc4.c b/openssl/crypto/rc4/rc4.c
    index c900b2605..99082e891 100644
    --- a/openssl/crypto/rc4/rc4.c
    +++ b/openssl/crypto/rc4/rc4.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,132 +62,118 @@
     #include 
     #include 
     
    -char *usage[]={
    -"usage: rc4 args\n",
    -"\n",
    -" -in arg         - input file - default stdin\n",
    -" -out arg        - output file - default stdout\n",
    -" -key key        - password\n",
    -NULL
    +char *usage[] = {
    +    "usage: rc4 args\n",
    +    "\n",
    +    " -in arg         - input file - default stdin\n",
    +    " -out arg        - output file - default stdout\n",
    +    " -key key        - password\n",
    +    NULL
     };
     
     int main(int argc, char *argv[])
    -	{
    -	FILE *in=NULL,*out=NULL;
    -	char *infile=NULL,*outfile=NULL,*keystr=NULL;
    -	RC4_KEY key;
    -	char buf[BUFSIZ];
    -	int badops=0,i;
    -	char **pp;
    -	unsigned char md[MD5_DIGEST_LENGTH];
    +{
    +    FILE *in = NULL, *out = NULL;
    +    char *infile = NULL, *outfile = NULL, *keystr = NULL;
    +    RC4_KEY key;
    +    char buf[BUFSIZ];
    +    int badops = 0, i;
    +    char **pp;
    +    unsigned char md[MD5_DIGEST_LENGTH];
    +
    +    argc--;
    +    argv++;
    +    while (argc >= 1) {
    +        if (strcmp(*argv, "-in") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            infile = *(++argv);
    +        } else if (strcmp(*argv, "-out") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            outfile = *(++argv);
    +        } else if (strcmp(*argv, "-key") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            keystr = *(++argv);
    +        } else {
    +            fprintf(stderr, "unknown option %s\n", *argv);
    +            badops = 1;
    +            break;
    +        }
    +        argc--;
    +        argv++;
    +    }
     
    -	argc--;
    -	argv++;
    -	while (argc >= 1)
    -		{
    -		if 	(strcmp(*argv,"-in") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			infile= *(++argv);
    -			}
    -		else if (strcmp(*argv,"-out") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			outfile= *(++argv);
    -			}
    -		else if (strcmp(*argv,"-key") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			keystr= *(++argv);
    -			}
    -		else
    -			{
    -			fprintf(stderr,"unknown option %s\n",*argv);
    -			badops=1;
    -			break;
    -			}
    -		argc--;
    -		argv++;
    -		}
    +    if (badops) {
    + bad:
    +        for (pp = usage; (*pp != NULL); pp++)
    +            fprintf(stderr, "%s", *pp);
    +        exit(1);
    +    }
     
    -	if (badops)
    -		{
    -bad:
    -		for (pp=usage; (*pp != NULL); pp++)
    -			fprintf(stderr,"%s",*pp);
    -		exit(1);
    -		}
    +    if (infile == NULL)
    +        in = stdin;
    +    else {
    +        in = fopen(infile, "r");
    +        if (in == NULL) {
    +            perror("open");
    +            exit(1);
    +        }
     
    -	if (infile == NULL)
    -		in=stdin;
    -	else
    -		{
    -		in=fopen(infile,"r");
    -		if (in == NULL)
    -			{
    -			perror("open");
    -			exit(1);
    -			}
    +    }
    +    if (outfile == NULL)
    +        out = stdout;
    +    else {
    +        out = fopen(outfile, "w");
    +        if (out == NULL) {
    +            perror("open");
    +            exit(1);
    +        }
    +    }
     
    -		}
    -	if (outfile == NULL)
    -		out=stdout;
    -	else
    -		{
    -		out=fopen(outfile,"w");
    -		if (out == NULL)
    -			{
    -			perror("open");
    -			exit(1);
    -			}
    -		}
    -		
     #ifdef OPENSSL_SYS_MSDOS
    -	/* This should set the file to binary mode. */
    -	{
    -#include 
    -	setmode(fileno(in),O_BINARY);
    -	setmode(fileno(out),O_BINARY);
    -	}
    +    /* This should set the file to binary mode. */
    +    {
    +# include 
    +        setmode(fileno(in), O_BINARY);
    +        setmode(fileno(out), O_BINARY);
    +    }
     #endif
     
    -	if (keystr == NULL)
    -		{ /* get key */
    -		i=EVP_read_pw_string(buf,BUFSIZ,"Enter RC4 password:",0);
    -		if (i != 0)
    -			{
    -			OPENSSL_cleanse(buf,BUFSIZ);
    -			fprintf(stderr,"bad password read\n");
    -			exit(1);
    -			}
    -		keystr=buf;
    -		}
    +    if (keystr == NULL) {       /* get key */
    +        i = EVP_read_pw_string(buf, BUFSIZ, "Enter RC4 password:", 0);
    +        if (i != 0) {
    +            OPENSSL_cleanse(buf, BUFSIZ);
    +            fprintf(stderr, "bad password read\n");
    +            exit(1);
    +        }
    +        keystr = buf;
    +    }
     
    -	EVP_Digest((unsigned char *)keystr,strlen(keystr),md,NULL,EVP_md5(),NULL);
    -	OPENSSL_cleanse(keystr,strlen(keystr));
    -	RC4_set_key(&key,MD5_DIGEST_LENGTH,md);
    -	
    -	for(;;)
    -		{
    -		i=fread(buf,1,BUFSIZ,in);
    -		if (i == 0) break;
    -		if (i < 0)
    -			{
    -			perror("read");
    -			exit(1);
    -			}
    -		RC4(&key,(unsigned int)i,(unsigned char *)buf,
    -			(unsigned char *)buf);
    -		i=fwrite(buf,(unsigned int)i,1,out);
    -		if (i != 1)
    -			{
    -			perror("write");
    -			exit(1);
    -			}
    -		}
    -	fclose(out);
    -	fclose(in);
    -	exit(0);
    -	return(1);
    -	}
    +    EVP_Digest((unsigned char *)keystr, strlen(keystr), md, NULL, EVP_md5(),
    +               NULL);
    +    OPENSSL_cleanse(keystr, strlen(keystr));
    +    RC4_set_key(&key, MD5_DIGEST_LENGTH, md);
     
    +    for (;;) {
    +        i = fread(buf, 1, BUFSIZ, in);
    +        if (i == 0)
    +            break;
    +        if (i < 0) {
    +            perror("read");
    +            exit(1);
    +        }
    +        RC4(&key, (unsigned int)i, (unsigned char *)buf,
    +            (unsigned char *)buf);
    +        i = fwrite(buf, (unsigned int)i, 1, out);
    +        if (i != 1) {
    +            perror("write");
    +            exit(1);
    +        }
    +    }
    +    fclose(out);
    +    fclose(in);
    +    exit(0);
    +    return (1);
    +}
    diff --git a/openssl/crypto/rc4/rc4.h b/openssl/crypto/rc4/rc4.h
    index 88ceb46bc..39162b164 100644
    --- a/openssl/crypto/rc4/rc4.h
    +++ b/openssl/crypto/rc4/rc4.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -57,31 +57,29 @@
      */
     
     #ifndef HEADER_RC4_H
    -#define HEADER_RC4_H
    +# define HEADER_RC4_H
     
    -#include  /* OPENSSL_NO_RC4, RC4_INT */
    -#ifdef OPENSSL_NO_RC4
    -#error RC4 is disabled.
    -#endif
    +# include /* OPENSSL_NO_RC4, RC4_INT */
    +# ifdef OPENSSL_NO_RC4
    +#  error RC4 is disabled.
    +# endif
     
    -#include 
    +# include 
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -typedef struct rc4_key_st
    -	{
    -	RC4_INT x,y;
    -	RC4_INT data[256];
    -	} RC4_KEY;
    +typedef struct rc4_key_st {
    +    RC4_INT x, y;
    +    RC4_INT data[256];
    +} RC4_KEY;
     
    - 
     const char *RC4_options(void);
     void RC4_set_key(RC4_KEY *key, int len, const unsigned char *data);
     void private_RC4_set_key(RC4_KEY *key, int len, const unsigned char *data);
     void RC4(RC4_KEY *key, size_t len, const unsigned char *indata,
    -		unsigned char *outdata);
    +         unsigned char *outdata);
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/rc4/rc4_enc.c b/openssl/crypto/rc4/rc4_enc.c
    index 8c4fc6c7a..0f0a2487a 100644
    --- a/openssl/crypto/rc4/rc4_enc.c
    +++ b/openssl/crypto/rc4/rc4_enc.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -59,7 +59,8 @@
     #include 
     #include "rc4_locl.h"
     
    -/* RC4 as implemented from a posting from
    +/*-
    + * RC4 as implemented from a posting from
      * Newsgroups: sci.crypt
      * From: sterndark@netcom.com (David Sterndark)
      * Subject: RC4 Algorithm revealed.
    @@ -68,248 +69,266 @@
      */
     
     void RC4(RC4_KEY *key, size_t len, const unsigned char *indata,
    -	     unsigned char *outdata)
    -	{
    -        register RC4_INT *d;
    -        register RC4_INT x,y,tx,ty;
    -	size_t i;
    -        
    -        x=key->x;     
    -        y=key->y;     
    -        d=key->data; 
    +         unsigned char *outdata)
    +{
    +    register RC4_INT *d;
    +    register RC4_INT x, y, tx, ty;
    +    size_t i;
    +
    +    x = key->x;
    +    y = key->y;
    +    d = key->data;
     
    -#if defined(RC4_CHUNK)
    -	/*
    -	 * The original reason for implementing this(*) was the fact that
    -	 * pre-21164a Alpha CPUs don't have byte load/store instructions
    -	 * and e.g. a byte store has to be done with 64-bit load, shift,
    -	 * and, or and finally 64-bit store. Peaking data and operating
    -	 * at natural word size made it possible to reduce amount of
    -	 * instructions as well as to perform early read-ahead without
    -	 * suffering from RAW (read-after-write) hazard. This resulted
    -	 * in ~40%(**) performance improvement on 21064 box with gcc.
    -	 * But it's not only Alpha users who win here:-) Thanks to the
    -	 * early-n-wide read-ahead this implementation also exhibits
    -	 * >40% speed-up on SPARC and 20-30% on 64-bit MIPS (depending
    -	 * on sizeof(RC4_INT)).
    -	 *
    -	 * (*)	"this" means code which recognizes the case when input
    -	 *	and output pointers appear to be aligned at natural CPU
    -	 *	word boundary
    -	 * (**)	i.e. according to 'apps/openssl speed rc4' benchmark,
    -	 *	crypto/rc4/rc4speed.c exhibits almost 70% speed-up...
    -	 *
    -	 * Cavets.
    -	 *
    -	 * - RC4_CHUNK="unsigned long long" should be a #1 choice for
    -	 *   UltraSPARC. Unfortunately gcc generates very slow code
    -	 *   (2.5-3 times slower than one generated by Sun's WorkShop
    -	 *   C) and therefore gcc (at least 2.95 and earlier) should
    -	 *   always be told that RC4_CHUNK="unsigned long".
    -	 *
    -	 *					
    -	 */
    +#if defined(RC4_CHUNK) && !defined(PEDANTIC)
    +    /*-
    +     * The original reason for implementing this(*) was the fact that
    +     * pre-21164a Alpha CPUs don't have byte load/store instructions
    +     * and e.g. a byte store has to be done with 64-bit load, shift,
    +     * and, or and finally 64-bit store. Peaking data and operating
    +     * at natural word size made it possible to reduce amount of
    +     * instructions as well as to perform early read-ahead without
    +     * suffering from RAW (read-after-write) hazard. This resulted
    +     * in ~40%(**) performance improvement on 21064 box with gcc.
    +     * But it's not only Alpha users who win here:-) Thanks to the
    +     * early-n-wide read-ahead this implementation also exhibits
    +     * >40% speed-up on SPARC and 20-30% on 64-bit MIPS (depending
    +     * on sizeof(RC4_INT)).
    +     *
    +     * (*)  "this" means code which recognizes the case when input
    +     *      and output pointers appear to be aligned at natural CPU
    +     *      word boundary
    +     * (**) i.e. according to 'apps/openssl speed rc4' benchmark,
    +     *      crypto/rc4/rc4speed.c exhibits almost 70% speed-up...
    +     *
    +     * Cavets.
    +     *
    +     * - RC4_CHUNK="unsigned long long" should be a #1 choice for
    +     *   UltraSPARC. Unfortunately gcc generates very slow code
    +     *   (2.5-3 times slower than one generated by Sun's WorkShop
    +     *   C) and therefore gcc (at least 2.95 and earlier) should
    +     *   always be told that RC4_CHUNK="unsigned long".
    +     *
    +     *                                      
    +     */
     
    -# define RC4_STEP	( \
    -			x=(x+1) &0xff,	\
    -			tx=d[x],	\
    -			y=(tx+y)&0xff,	\
    -			ty=d[y],	\
    -			d[y]=tx,	\
    -			d[x]=ty,	\
    -			(RC4_CHUNK)d[(tx+ty)&0xff]\
    -			)
    +# define RC4_STEP       ( \
    +                        x=(x+1) &0xff,  \
    +                        tx=d[x],        \
    +                        y=(tx+y)&0xff,  \
    +                        ty=d[y],        \
    +                        d[y]=tx,        \
    +                        d[x]=ty,        \
    +                        (RC4_CHUNK)d[(tx+ty)&0xff]\
    +                        )
     
    -	if ( ( ((size_t)indata  & (sizeof(RC4_CHUNK)-1)) | 
    -	       ((size_t)outdata & (sizeof(RC4_CHUNK)-1)) ) == 0 )
    -		{
    -		RC4_CHUNK ichunk,otp;
    -		const union { long one; char little; } is_endian = {1};
    +    if ((((size_t)indata & (sizeof(RC4_CHUNK) - 1)) |
    +         ((size_t)outdata & (sizeof(RC4_CHUNK) - 1))) == 0) {
    +        RC4_CHUNK ichunk, otp;
    +        const union {
    +            long one;
    +            char little;
    +        } is_endian = {
    +            1
    +        };
     
    -		/*
    -		 * I reckon we can afford to implement both endian
    -		 * cases and to decide which way to take at run-time
    -		 * because the machine code appears to be very compact
    -		 * and redundant 1-2KB is perfectly tolerable (i.e.
    -		 * in case the compiler fails to eliminate it:-). By
    -		 * suggestion from Terrel Larson 
    -		 * who also stands for the is_endian union:-)
    -		 *
    -		 * Special notes.
    -		 *
    -		 * - is_endian is declared automatic as doing otherwise
    -		 *   (declaring static) prevents gcc from eliminating
    -		 *   the redundant code;
    -		 * - compilers (those I've tried) don't seem to have
    -		 *   problems eliminating either the operators guarded
    -		 *   by "if (sizeof(RC4_CHUNK)==8)" or the condition
    -		 *   expressions themselves so I've got 'em to replace
    -		 *   corresponding #ifdefs from the previous version;
    -		 * - I chose to let the redundant switch cases when
    -		 *   sizeof(RC4_CHUNK)!=8 be (were also #ifdefed
    -		 *   before);
    -		 * - in case you wonder "&(sizeof(RC4_CHUNK)*8-1)" in
    -		 *   [LB]ESHFT guards against "shift is out of range"
    -		 *   warnings when sizeof(RC4_CHUNK)!=8 
    -		 *
    -		 *			
    -		 */
    -		if (!is_endian.little)
    -			{	/* BIG-ENDIAN CASE */
    -# define BESHFT(c)	(((sizeof(RC4_CHUNK)-(c)-1)*8)&(sizeof(RC4_CHUNK)*8-1))
    -			for (;len&(0-sizeof(RC4_CHUNK));len-=sizeof(RC4_CHUNK))
    -				{
    -				ichunk  = *(RC4_CHUNK *)indata;
    -				otp  = RC4_STEP<
    +         * who also stands for the is_endian union:-)
    +         *
    +         * Special notes.
    +         *
    +         * - is_endian is declared automatic as doing otherwise
    +         *   (declaring static) prevents gcc from eliminating
    +         *   the redundant code;
    +         * - compilers (those I've tried) don't seem to have
    +         *   problems eliminating either the operators guarded
    +         *   by "if (sizeof(RC4_CHUNK)==8)" or the condition
    +         *   expressions themselves so I've got 'em to replace
    +         *   corresponding #ifdefs from the previous version;
    +         * - I chose to let the redundant switch cases when
    +         *   sizeof(RC4_CHUNK)!=8 be (were also #ifdefed
    +         *   before);
    +         * - in case you wonder "&(sizeof(RC4_CHUNK)*8-1)" in
    +         *   [LB]ESHFT guards against "shift is out of range"
    +         *   warnings when sizeof(RC4_CHUNK)!=8
    +         *
    +         *                      
    +         */
    +        if (!is_endian.little) { /* BIG-ENDIAN CASE */
    +# define BESHFT(c)      (((sizeof(RC4_CHUNK)-(c)-1)*8)&(sizeof(RC4_CHUNK)*8-1))
    +            for (; len & (0 - sizeof(RC4_CHUNK)); len -= sizeof(RC4_CHUNK)) {
    +                ichunk = *(RC4_CHUNK *) indata;
    +                otp = RC4_STEP << BESHFT(0);
    +                otp |= RC4_STEP << BESHFT(1);
    +                otp |= RC4_STEP << BESHFT(2);
    +                otp |= RC4_STEP << BESHFT(3);
    +                if (sizeof(RC4_CHUNK) == 8) {
    +                    otp |= RC4_STEP << BESHFT(4);
    +                    otp |= RC4_STEP << BESHFT(5);
    +                    otp |= RC4_STEP << BESHFT(6);
    +                    otp |= RC4_STEP << BESHFT(7);
    +                }
    +                *(RC4_CHUNK *) outdata = otp ^ ichunk;
    +                indata += sizeof(RC4_CHUNK);
    +                outdata += sizeof(RC4_CHUNK);
    +            }
    +            if (len) {
    +                RC4_CHUNK mask = (RC4_CHUNK) - 1, ochunk;
     
    -				ichunk = *(RC4_CHUNK *)indata;
    -				ochunk = *(RC4_CHUNK *)outdata;
    -				otp = 0;
    -				i = BESHFT(0);
    -				mask <<= (sizeof(RC4_CHUNK)-len)<<3;
    -				switch (len&(sizeof(RC4_CHUNK)-1))
    -					{
    -					case 7:	otp  = RC4_STEP<x=x;     
    -			key->y=y;
    -			return;
    -			}
    -		else
    -			{	/* LITTLE-ENDIAN CASE */
    -# define LESHFT(c)	(((c)*8)&(sizeof(RC4_CHUNK)*8-1))
    -			for (;len&(0-sizeof(RC4_CHUNK));len-=sizeof(RC4_CHUNK))
    -				{
    -				ichunk  = *(RC4_CHUNK *)indata;
    -				otp  = RC4_STEP;
    -				otp |= RC4_STEP<<8;
    -				otp |= RC4_STEP<<16;
    -				otp |= RC4_STEP<<24;
    -				if (sizeof(RC4_CHUNK)==8)
    -					{
    -					otp |= RC4_STEP<x = x;
    +            key->y = y;
    +            return;
    +        } else {                /* LITTLE-ENDIAN CASE */
    +# define LESHFT(c)      (((c)*8)&(sizeof(RC4_CHUNK)*8-1))
    +            for (; len & (0 - sizeof(RC4_CHUNK)); len -= sizeof(RC4_CHUNK)) {
    +                ichunk = *(RC4_CHUNK *) indata;
    +                otp = RC4_STEP;
    +                otp |= RC4_STEP << 8;
    +                otp |= RC4_STEP << 16;
    +                otp |= RC4_STEP << 24;
    +                if (sizeof(RC4_CHUNK) == 8) {
    +                    otp |= RC4_STEP << LESHFT(4);
    +                    otp |= RC4_STEP << LESHFT(5);
    +                    otp |= RC4_STEP << LESHFT(6);
    +                    otp |= RC4_STEP << LESHFT(7);
    +                }
    +                *(RC4_CHUNK *) outdata = otp ^ ichunk;
    +                indata += sizeof(RC4_CHUNK);
    +                outdata += sizeof(RC4_CHUNK);
    +            }
    +            if (len) {
    +                RC4_CHUNK mask = (RC4_CHUNK) - 1, ochunk;
     
    -				ichunk = *(RC4_CHUNK *)indata;
    -				ochunk = *(RC4_CHUNK *)outdata;
    -				otp = 0;
    -				i   = 0;
    -				mask >>= (sizeof(RC4_CHUNK)-len)<<3;
    -				switch (len&(sizeof(RC4_CHUNK)-1))
    -					{
    -					case 7:	otp  = RC4_STEP,    i+=8;
    -					case 6:	otp |= RC4_STEP<x=x;     
    -			key->y=y;
    -			return;
    -			}
    -		}
    +                ichunk = *(RC4_CHUNK *) indata;
    +                ochunk = *(RC4_CHUNK *) outdata;
    +                otp = 0;
    +                i = 0;
    +                mask >>= (sizeof(RC4_CHUNK) - len) << 3;
    +                switch (len & (sizeof(RC4_CHUNK) - 1)) {
    +                case 7:
    +                    otp = RC4_STEP, i += 8;
    +                case 6:
    +                    otp |= RC4_STEP << i, i += 8;
    +                case 5:
    +                    otp |= RC4_STEP << i, i += 8;
    +                case 4:
    +                    otp |= RC4_STEP << i, i += 8;
    +                case 3:
    +                    otp |= RC4_STEP << i, i += 8;
    +                case 2:
    +                    otp |= RC4_STEP << i, i += 8;
    +                case 1:
    +                    otp |= RC4_STEP << i, i += 8;
    +                case 0:;       /*
    +                                 * it's never the case,
    +                                 * but it has to be here
    +                                 * for ultrix?
    +                                 */
    +                }
    +                ochunk &= ~mask;
    +                ochunk |= (otp ^ ichunk) & mask;
    +                *(RC4_CHUNK *) outdata = ochunk;
    +            }
    +            key->x = x;
    +            key->y = y;
    +            return;
    +        }
    +    }
     #endif
     #define LOOP(in,out) \
    -		x=((x+1)&0xff); \
    -		tx=d[x]; \
    -		y=(tx+y)&0xff; \
    -		d[x]=ty=d[y]; \
    -		d[y]=tx; \
    -		(out) = d[(tx+ty)&0xff]^ (in);
    +                x=((x+1)&0xff); \
    +                tx=d[x]; \
    +                y=(tx+y)&0xff; \
    +                d[x]=ty=d[y]; \
    +                d[y]=tx; \
    +                (out) = d[(tx+ty)&0xff]^ (in);
     
     #ifndef RC4_INDEX
    -#define RC4_LOOP(a,b,i)	LOOP(*((a)++),*((b)++))
    +# define RC4_LOOP(a,b,i) LOOP(*((a)++),*((b)++))
     #else
    -#define RC4_LOOP(a,b,i)	LOOP(a[i],b[i])
    +# define RC4_LOOP(a,b,i) LOOP(a[i],b[i])
     #endif
     
    -	i=len>>3;
    -	if (i)
    -		{
    -		for (;;)
    -			{
    -			RC4_LOOP(indata,outdata,0);
    -			RC4_LOOP(indata,outdata,1);
    -			RC4_LOOP(indata,outdata,2);
    -			RC4_LOOP(indata,outdata,3);
    -			RC4_LOOP(indata,outdata,4);
    -			RC4_LOOP(indata,outdata,5);
    -			RC4_LOOP(indata,outdata,6);
    -			RC4_LOOP(indata,outdata,7);
    +    i = len >> 3;
    +    if (i) {
    +        for (;;) {
    +            RC4_LOOP(indata, outdata, 0);
    +            RC4_LOOP(indata, outdata, 1);
    +            RC4_LOOP(indata, outdata, 2);
    +            RC4_LOOP(indata, outdata, 3);
    +            RC4_LOOP(indata, outdata, 4);
    +            RC4_LOOP(indata, outdata, 5);
    +            RC4_LOOP(indata, outdata, 6);
    +            RC4_LOOP(indata, outdata, 7);
     #ifdef RC4_INDEX
    -			indata+=8;
    -			outdata+=8;
    +            indata += 8;
    +            outdata += 8;
     #endif
    -			if (--i == 0) break;
    -			}
    -		}
    -	i=len&0x07;
    -	if (i)
    -		{
    -		for (;;)
    -			{
    -			RC4_LOOP(indata,outdata,0); if (--i == 0) break;
    -			RC4_LOOP(indata,outdata,1); if (--i == 0) break;
    -			RC4_LOOP(indata,outdata,2); if (--i == 0) break;
    -			RC4_LOOP(indata,outdata,3); if (--i == 0) break;
    -			RC4_LOOP(indata,outdata,4); if (--i == 0) break;
    -			RC4_LOOP(indata,outdata,5); if (--i == 0) break;
    -			RC4_LOOP(indata,outdata,6); if (--i == 0) break;
    -			}
    -		}               
    -	key->x=x;     
    -	key->y=y;
    -	}
    +            if (--i == 0)
    +                break;
    +        }
    +    }
    +    i = len & 0x07;
    +    if (i) {
    +        for (;;) {
    +            RC4_LOOP(indata, outdata, 0);
    +            if (--i == 0)
    +                break;
    +            RC4_LOOP(indata, outdata, 1);
    +            if (--i == 0)
    +                break;
    +            RC4_LOOP(indata, outdata, 2);
    +            if (--i == 0)
    +                break;
    +            RC4_LOOP(indata, outdata, 3);
    +            if (--i == 0)
    +                break;
    +            RC4_LOOP(indata, outdata, 4);
    +            if (--i == 0)
    +                break;
    +            RC4_LOOP(indata, outdata, 5);
    +            if (--i == 0)
    +                break;
    +            RC4_LOOP(indata, outdata, 6);
    +            if (--i == 0)
    +                break;
    +        }
    +    }
    +    key->x = x;
    +    key->y = y;
    +}
    diff --git a/openssl/crypto/rc4/rc4_locl.h b/openssl/crypto/rc4/rc4_locl.h
    index c712e1632..faf8742f0 100644
    --- a/openssl/crypto/rc4/rc4_locl.h
    +++ b/openssl/crypto/rc4/rc4_locl.h
    @@ -1,5 +1,5 @@
     #ifndef HEADER_RC4_LOCL_H
    -#define HEADER_RC4_LOCL_H
    -#include 
    -#include 
    +# define HEADER_RC4_LOCL_H
    +# include 
    +# include 
     #endif
    diff --git a/openssl/crypto/rc4/rc4_skey.c b/openssl/crypto/rc4/rc4_skey.c
    index fda27636e..06890d16a 100644
    --- a/openssl/crypto/rc4/rc4_skey.c
    +++ b/openssl/crypto/rc4/rc4_skey.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,24 +60,25 @@
     #include "rc4_locl.h"
     #include 
     
    -const char RC4_version[]="RC4" OPENSSL_VERSION_PTEXT;
    +const char RC4_version[] = "RC4" OPENSSL_VERSION_PTEXT;
     
     const char *RC4_options(void)
    -	{
    +{
     #ifdef RC4_INDEX
    -	if (sizeof(RC4_INT) == 1)
    -		return("rc4(idx,char)");
    -	else
    -		return("rc4(idx,int)");
    +    if (sizeof(RC4_INT) == 1)
    +        return ("rc4(idx,char)");
    +    else
    +        return ("rc4(idx,int)");
     #else
    -	if (sizeof(RC4_INT) == 1)
    -		return("rc4(ptr,char)");
    -	else
    -		return("rc4(ptr,int)");
    +    if (sizeof(RC4_INT) == 1)
    +        return ("rc4(ptr,char)");
    +    else
    +        return ("rc4(ptr,int)");
     #endif
    -	}
    +}
     
    -/* RC4 as implemented from a posting from
    +/*-
    + * RC4 as implemented from a posting from
      * Newsgroups: sci.crypt
      * From: sterndark@netcom.com (David Sterndark)
      * Subject: RC4 Algorithm revealed.
    @@ -86,31 +87,30 @@ const char *RC4_options(void)
      */
     
     void private_RC4_set_key(RC4_KEY *key, int len, const unsigned char *data)
    -	{
    -        register RC4_INT tmp;
    -        register int id1,id2;
    -        register RC4_INT *d;
    -        unsigned int i;
    -        
    -        d= &(key->data[0]);
    -        key->x = 0;     
    -        key->y = 0;     
    -        id1=id2=0;     
    +{
    +    register RC4_INT tmp;
    +    register int id1, id2;
    +    register RC4_INT *d;
    +    unsigned int i;
    +
    +    d = &(key->data[0]);
    +    key->x = 0;
    +    key->y = 0;
    +    id1 = id2 = 0;
     
     #define SK_LOOP(d,n) { \
    -		tmp=d[(n)]; \
    -		id2 = (data[id1] + tmp + id2) & 0xff; \
    -		if (++id1 == len) id1=0; \
    -		d[(n)]=d[id2]; \
    -		d[id2]=tmp; }
    +                tmp=d[(n)]; \
    +                id2 = (data[id1] + tmp + id2) & 0xff; \
    +                if (++id1 == len) id1=0; \
    +                d[(n)]=d[id2]; \
    +                d[id2]=tmp; }
     
    -	for (i=0; i < 256; i++) d[i]=i;
    -	for (i=0; i < 256; i+=4)
    -		{
    -		SK_LOOP(d,i+0);
    -		SK_LOOP(d,i+1);
    -		SK_LOOP(d,i+2);
    -		SK_LOOP(d,i+3);
    -		}
    -	}
    -    
    +    for (i = 0; i < 256; i++)
    +        d[i] = i;
    +    for (i = 0; i < 256; i += 4) {
    +        SK_LOOP(d, i + 0);
    +        SK_LOOP(d, i + 1);
    +        SK_LOOP(d, i + 2);
    +        SK_LOOP(d, i + 3);
    +    }
    +}
    diff --git a/openssl/crypto/rc4/rc4_utl.c b/openssl/crypto/rc4/rc4_utl.c
    index ab3f02fe6..7c6a15f1c 100644
    --- a/openssl/crypto/rc4/rc4_utl.c
    +++ b/openssl/crypto/rc4/rc4_utl.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -54,9 +54,9 @@
     #include 
     
     void RC4_set_key(RC4_KEY *key, int len, const unsigned char *data)
    -	{
    +{
     #ifdef OPENSSL_FIPS
    -	fips_cipher_abort(RC4);
    +    fips_cipher_abort(RC4);
     #endif
    -	private_RC4_set_key(key, len, data);
    -	}
    +    private_RC4_set_key(key, len, data);
    +}
    diff --git a/openssl/crypto/rc4/rc4speed.c b/openssl/crypto/rc4/rc4speed.c
    index 0ebd38123..3f13a2b2b 100644
    --- a/openssl/crypto/rc4/rc4speed.c
    +++ b/openssl/crypto/rc4/rc4speed.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,7 +60,7 @@
     /* 06-Apr-92 Luke Brennan    Support for VMS and add extra signal calls */
     
     #if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC)) && !defined(OPENSSL_SYS_MACOSX)
    -#define TIMES
    +# define TIMES
     #endif
     
     #include 
    @@ -68,186 +68,172 @@
     #include 
     #include OPENSSL_UNISTD_IO
     OPENSSL_DECLARE_EXIT
    -
     #ifndef OPENSSL_SYS_NETWARE
    -#include 
    +# include 
     #endif
    -
     #ifndef _IRIX
    -#include 
    +# include 
     #endif
     #ifdef TIMES
    -#include 
    -#include 
    -#endif
    -
    -/* Depending on the VMS version, the tms structure is perhaps defined.
    -   The __TMS macro will show if it was.  If it wasn't defined, we should
    -   undefine TIMES, since that tells the rest of the program how things
    -   should be handled.				-- Richard Levitte */
    +# include 
    +# include 
    +#endif
    +    /*
    +     * Depending on the VMS version, the tms structure is perhaps defined.
    +     * The __TMS macro will show if it was.  If it wasn't defined, we should
    +     * undefine TIMES, since that tells the rest of the program how things
    +     * should be handled.  -- Richard Levitte
    +     */
     #if defined(OPENSSL_SYS_VMS_DECC) && !defined(__TMS)
    -#undef TIMES
    +# undef TIMES
     #endif
    -
     #ifndef TIMES
    -#include 
    +# include 
     #endif
    -
     #if defined(sun) || defined(__ultrix)
    -#define _POSIX_SOURCE
    -#include 
    -#include 
    +# define _POSIX_SOURCE
    +# include 
    +# include 
     #endif
    -
     #include 
    -
     /* The following if from times(3) man page.  It may need to be changed */
     #ifndef HZ
    -#ifndef CLK_TCK
    -#define HZ	100.0
    -#else /* CLK_TCK */
    -#define HZ ((double)CLK_TCK)
    -#endif
    +# ifndef CLK_TCK
    +#  define HZ      100.0
    +# else                          /* CLK_TCK */
    +#  define HZ ((double)CLK_TCK)
    +# endif
     #endif
    -
    -#define BUFSIZE	((long)1024)
    -long run=0;
    +#define BUFSIZE ((long)1024)
    +long run = 0;
     
     double Time_F(int s);
     #ifdef SIGALRM
    -#if defined(__STDC__) || defined(sgi) || defined(_AIX)
    -#define SIGRETTYPE void
    -#else
    -#define SIGRETTYPE int
    -#endif
    +# if defined(__STDC__) || defined(sgi) || defined(_AIX)
    +#  define SIGRETTYPE void
    +# else
    +#  define SIGRETTYPE int
    +# endif
     
     SIGRETTYPE sig_done(int sig);
     SIGRETTYPE sig_done(int sig)
    -	{
    -	signal(SIGALRM,sig_done);
    -	run=0;
    -#ifdef LINT
    -	sig=sig;
    -#endif
    -	}
    +{
    +    signal(SIGALRM, sig_done);
    +    run = 0;
    +# ifdef LINT
    +    sig = sig;
    +# endif
    +}
     #endif
     
    -#define START	0
    -#define STOP	1
    +#define START   0
    +#define STOP    1
     
     double Time_F(int s)
    -	{
    -	double ret;
    +{
    +    double ret;
     #ifdef TIMES
    -	static struct tms tstart,tend;
    -
    -	if (s == START)
    -		{
    -		times(&tstart);
    -		return(0);
    -		}
    -	else
    -		{
    -		times(&tend);
    -		ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
    -		return((ret == 0.0)?1e-6:ret);
    -		}
    -#else /* !times() */
    -	static struct timeb tstart,tend;
    -	long i;
    -
    -	if (s == START)
    -		{
    -		ftime(&tstart);
    -		return(0);
    -		}
    -	else
    -		{
    -		ftime(&tend);
    -		i=(long)tend.millitm-(long)tstart.millitm;
    -		ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
    -		return((ret == 0.0)?1e-6:ret);
    -		}
    -#endif
    -	}
    +    static struct tms tstart, tend;
    +
    +    if (s == START) {
    +        times(&tstart);
    +        return (0);
    +    } else {
    +        times(&tend);
    +        ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ;
    +        return ((ret == 0.0) ? 1e-6 : ret);
    +    }
    +#else                           /* !times() */
    +    static struct timeb tstart, tend;
    +    long i;
    +
    +    if (s == START) {
    +        ftime(&tstart);
    +        return (0);
    +    } else {
    +        ftime(&tend);
    +        i = (long)tend.millitm - (long)tstart.millitm;
    +        ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1e3;
    +        return ((ret == 0.0) ? 1e-6 : ret);
    +    }
    +#endif
    +}
     
     int main(int argc, char **argv)
    -	{
    -	long count;
    -	static unsigned char buf[BUFSIZE];
    -	static unsigned char key[] ={
    -			0x12,0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,
    -			0xfe,0xdc,0xba,0x98,0x76,0x54,0x32,0x10,
    -			};
    -	RC4_KEY sch;
    -	double a,b,c,d;
    +{
    +    long count;
    +    static unsigned char buf[BUFSIZE];
    +    static unsigned char key[] = {
    +        0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0,
    +        0xfe, 0xdc, 0xba, 0x98, 0x76, 0x54, 0x32, 0x10,
    +    };
    +    RC4_KEY sch;
    +    double a, b, c, d;
     #ifndef SIGALRM
    -	long ca,cb,cc;
    +    long ca, cb, cc;
     #endif
     
     #ifndef TIMES
    -	printf("To get the most accurate results, try to run this\n");
    -	printf("program when this computer is idle.\n");
    +    printf("To get the most accurate results, try to run this\n");
    +    printf("program when this computer is idle.\n");
     #endif
     
     #ifndef SIGALRM
    -	printf("First we calculate the approximate speed ...\n");
    -	RC4_set_key(&sch,16,key);
    -	count=10;
    -	do	{
    -		long i;
    -		unsigned long data[2];
    -
    -		count*=2;
    -		Time_F(START);
    -		for (i=count; i; i--)
    -			RC4(&sch,8,buf,buf);
    -		d=Time_F(STOP);
    -		} while (d < 3.0);
    -	ca=count/512;
    -	cc=count*8/BUFSIZE+1;
    -	printf("Doing RC4_set_key %ld times\n",ca);
    -#define COND(d)	(count != (d))
    -#define COUNT(d) (d)
    +    printf("First we calculate the approximate speed ...\n");
    +    RC4_set_key(&sch, 16, key);
    +    count = 10;
    +    do {
    +        long i;
    +        unsigned long data[2];
    +
    +        count *= 2;
    +        Time_F(START);
    +        for (i = count; i; i--)
    +            RC4(&sch, 8, buf, buf);
    +        d = Time_F(STOP);
    +    } while (d < 3.0);
    +    ca = count / 512;
    +    cc = count * 8 / BUFSIZE + 1;
    +    printf("Doing RC4_set_key %ld times\n", ca);
    +# define COND(d) (count != (d))
    +# define COUNT(d) (d)
     #else
    -#define COND(c)	(run)
    -#define COUNT(d) (count)
    -	signal(SIGALRM,sig_done);
    -	printf("Doing RC4_set_key for 10 seconds\n");
    -	alarm(10);
    -#endif
    -
    -	Time_F(START);
    -	for (count=0,run=1; COND(ca); count+=4)
    -		{
    -		RC4_set_key(&sch,16,key);
    -		RC4_set_key(&sch,16,key);
    -		RC4_set_key(&sch,16,key);
    -		RC4_set_key(&sch,16,key);
    -		}
    -	d=Time_F(STOP);
    -	printf("%ld RC4_set_key's in %.2f seconds\n",count,d);
    -	a=((double)COUNT(ca))/d;
    +# define COND(c) (run)
    +# define COUNT(d) (count)
    +    signal(SIGALRM, sig_done);
    +    printf("Doing RC4_set_key for 10 seconds\n");
    +    alarm(10);
    +#endif
    +
    +    Time_F(START);
    +    for (count = 0, run = 1; COND(ca); count += 4) {
    +        RC4_set_key(&sch, 16, key);
    +        RC4_set_key(&sch, 16, key);
    +        RC4_set_key(&sch, 16, key);
    +        RC4_set_key(&sch, 16, key);
    +    }
    +    d = Time_F(STOP);
    +    printf("%ld RC4_set_key's in %.2f seconds\n", count, d);
    +    a = ((double)COUNT(ca)) / d;
     
     #ifdef SIGALRM
    -	printf("Doing RC4 on %ld byte blocks for 10 seconds\n",BUFSIZE);
    -	alarm(10);
    +    printf("Doing RC4 on %ld byte blocks for 10 seconds\n", BUFSIZE);
    +    alarm(10);
     #else
    -	printf("Doing RC4 %ld times on %ld byte blocks\n",cc,BUFSIZE);
    -#endif
    -	Time_F(START);
    -	for (count=0,run=1; COND(cc); count++)
    -		RC4(&sch,BUFSIZE,buf,buf);
    -	d=Time_F(STOP);
    -	printf("%ld RC4's of %ld byte blocks in %.2f second\n",
    -		count,BUFSIZE,d);
    -	c=((double)COUNT(cc)*BUFSIZE)/d;
    -
    -	printf("RC4 set_key per sec = %12.2f (%9.3fuS)\n",a,1.0e6/a);
    -	printf("RC4   bytes per sec = %12.2f (%9.3fuS)\n",c,8.0e6/c);
    -	exit(0);
    +    printf("Doing RC4 %ld times on %ld byte blocks\n", cc, BUFSIZE);
    +#endif
    +    Time_F(START);
    +    for (count = 0, run = 1; COND(cc); count++)
    +        RC4(&sch, BUFSIZE, buf, buf);
    +    d = Time_F(STOP);
    +    printf("%ld RC4's of %ld byte blocks in %.2f second\n",
    +           count, BUFSIZE, d);
    +    c = ((double)COUNT(cc) * BUFSIZE) / d;
    +
    +    printf("RC4 set_key per sec = %12.2f (%9.3fuS)\n", a, 1.0e6 / a);
    +    printf("RC4   bytes per sec = %12.2f (%9.3fuS)\n", c, 8.0e6 / c);
    +    exit(0);
     #if defined(LINT) || defined(OPENSSL_SYS_MSDOS)
    -	return(0);
    +    return (0);
     #endif
    -	}
    -
    +}
    diff --git a/openssl/crypto/rc4/rc4test.c b/openssl/crypto/rc4/rc4test.c
    index 4312605cc..e2bfbfa1f 100644
    --- a/openssl/crypto/rc4/rc4test.c
    +++ b/openssl/crypto/rc4/rc4test.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -66,177 +66,170 @@
     int main(int argc, char *argv[])
     {
         printf("No RC4 support\n");
    -    return(0);
    +    return (0);
     }
     #else
    -#include 
    -#include 
    +# include 
    +# include 
     
    -static unsigned char keys[7][30]={
    -	{8,0x01,0x23,0x45,0x67,0x89,0xab,0xcd,0xef},
    -	{8,0x01,0x23,0x45,0x67,0x89,0xab,0xcd,0xef},
    -	{8,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{4,0xef,0x01,0x23,0x45},
    -	{8,0x01,0x23,0x45,0x67,0x89,0xab,0xcd,0xef},
    -	{4,0xef,0x01,0x23,0x45},
    -	};
    +static unsigned char keys[7][30] = {
    +    {8, 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef},
    +    {8, 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef},
    +    {8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {4, 0xef, 0x01, 0x23, 0x45},
    +    {8, 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef},
    +    {4, 0xef, 0x01, 0x23, 0x45},
    +};
     
    -static unsigned char data_len[7]={8,8,8,20,28,10};
    -static unsigned char data[7][30]={
    -	{0x01,0x23,0x45,0x67,0x89,0xab,0xcd,0xef,0xff},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	   0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	   0x00,0x00,0x00,0x00,0xff},
    -	{0x12,0x34,0x56,0x78,0x9A,0xBC,0xDE,0xF0,
    -	   0x12,0x34,0x56,0x78,0x9A,0xBC,0xDE,0xF0,
    -	   0x12,0x34,0x56,0x78,0x9A,0xBC,0xDE,0xF0,
    -	   0x12,0x34,0x56,0x78,0xff},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff},
    -	{0},
    -	};
    +static unsigned char data_len[7] = { 8, 8, 8, 20, 28, 10 };
     
    -static unsigned char output[7][30]={
    -	{0x75,0xb7,0x87,0x80,0x99,0xe0,0xc5,0x96,0x00},
    -	{0x74,0x94,0xc2,0xe7,0x10,0x4b,0x08,0x79,0x00},
    -	{0xde,0x18,0x89,0x41,0xa3,0x37,0x5d,0x3a,0x00},
    -	{0xd6,0xa1,0x41,0xa7,0xec,0x3c,0x38,0xdf,
    -	 0xbd,0x61,0x5a,0x11,0x62,0xe1,0xc7,0xba,
    -	 0x36,0xb6,0x78,0x58,0x00},
    -	{0x66,0xa0,0x94,0x9f,0x8a,0xf7,0xd6,0x89,
    -	 0x1f,0x7f,0x83,0x2b,0xa8,0x33,0xc0,0x0c,
    -	 0x89,0x2e,0xbe,0x30,0x14,0x3c,0xe2,0x87,
    -	 0x40,0x01,0x1e,0xcf,0x00},
    -	{0xd6,0xa1,0x41,0xa7,0xec,0x3c,0x38,0xdf,0xbd,0x61,0x00},
    -	{0},
    -	};
    +static unsigned char data[7][30] = {
    +    {0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef, 0xff},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +     0x00, 0x00, 0x00, 0x00, 0xff},
    +    {0x12, 0x34, 0x56, 0x78, 0x9A, 0xBC, 0xDE, 0xF0,
    +     0x12, 0x34, 0x56, 0x78, 0x9A, 0xBC, 0xDE, 0xF0,
    +     0x12, 0x34, 0x56, 0x78, 0x9A, 0xBC, 0xDE, 0xF0,
    +     0x12, 0x34, 0x56, 0x78, 0xff},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff},
    +    {0},
    +};
    +
    +static unsigned char output[7][30] = {
    +    {0x75, 0xb7, 0x87, 0x80, 0x99, 0xe0, 0xc5, 0x96, 0x00},
    +    {0x74, 0x94, 0xc2, 0xe7, 0x10, 0x4b, 0x08, 0x79, 0x00},
    +    {0xde, 0x18, 0x89, 0x41, 0xa3, 0x37, 0x5d, 0x3a, 0x00},
    +    {0xd6, 0xa1, 0x41, 0xa7, 0xec, 0x3c, 0x38, 0xdf,
    +     0xbd, 0x61, 0x5a, 0x11, 0x62, 0xe1, 0xc7, 0xba,
    +     0x36, 0xb6, 0x78, 0x58, 0x00},
    +    {0x66, 0xa0, 0x94, 0x9f, 0x8a, 0xf7, 0xd6, 0x89,
    +     0x1f, 0x7f, 0x83, 0x2b, 0xa8, 0x33, 0xc0, 0x0c,
    +     0x89, 0x2e, 0xbe, 0x30, 0x14, 0x3c, 0xe2, 0x87,
    +     0x40, 0x01, 0x1e, 0xcf, 0x00},
    +    {0xd6, 0xa1, 0x41, 0xa7, 0xec, 0x3c, 0x38, 0xdf, 0xbd, 0x61, 0x00},
    +    {0},
    +};
     
     int main(int argc, char *argv[])
    -	{
    -	int i,err=0;
    -	int j;
    -	unsigned char *p;
    -	RC4_KEY key;
    -	unsigned char obuf[512];
    +{
    +    int i, err = 0;
    +    int j;
    +    unsigned char *p;
    +    RC4_KEY key;
    +    unsigned char obuf[512];
     
    -#if !defined(OPENSSL_PIC)
    -	void OPENSSL_cpuid_setup(void);
    +# if !defined(OPENSSL_PIC)
    +    void OPENSSL_cpuid_setup(void);
     
    -	OPENSSL_cpuid_setup();
    -#endif
    +    OPENSSL_cpuid_setup();
    +# endif
     
    -	for (i=0; i<6; i++)
    -		{
    -		RC4_set_key(&key,keys[i][0],&(keys[i][1]));
    -		memset(obuf,0x00,sizeof(obuf));
    -		RC4(&key,data_len[i],&(data[i][0]),obuf);
    -		if (memcmp(obuf,output[i],data_len[i]+1) != 0)
    -			{
    -			printf("error calculating RC4\n");
    -			printf("output:");
    -			for (j=0; j /* OPENSSL_NO_RC5 */
    +# include /* OPENSSL_NO_RC5 */
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -#ifdef OPENSSL_NO_RC5
    -#error RC5 is disabled.
    -#endif
    +# ifdef OPENSSL_NO_RC5
    +#  error RC5 is disabled.
    +# endif
     
    -#define RC5_ENCRYPT	1
    -#define RC5_DECRYPT	0
    +# define RC5_ENCRYPT     1
    +# define RC5_DECRYPT     0
     
     /* 32 bit.  For Alpha, things may get weird */
    -#define RC5_32_INT unsigned long
    +# define RC5_32_INT unsigned long
     
    -#define RC5_32_BLOCK		8
    -#define RC5_32_KEY_LENGTH	16 /* This is a default, max is 255 */
    +# define RC5_32_BLOCK            8
    +# define RC5_32_KEY_LENGTH       16/* This is a default, max is 255 */
     
    -/* This are the only values supported.  Tweak the code if you want more
    - * The most supported modes will be
    - * RC5-32/12/16
    - * RC5-32/16/8
    +/*
    + * This are the only values supported.  Tweak the code if you want more The
    + * most supported modes will be RC5-32/12/16 RC5-32/16/8
      */
    -#define RC5_8_ROUNDS	8
    -#define RC5_12_ROUNDS	12
    -#define RC5_16_ROUNDS	16
    +# define RC5_8_ROUNDS    8
    +# define RC5_12_ROUNDS   12
    +# define RC5_16_ROUNDS   16
     
    -typedef struct rc5_key_st
    -	{
    -	/* Number of rounds */
    -	int rounds;
    -	RC5_32_INT data[2*(RC5_16_ROUNDS+1)];
    -	} RC5_32_KEY;
    +typedef struct rc5_key_st {
    +    /* Number of rounds */
    +    int rounds;
    +    RC5_32_INT data[2 * (RC5_16_ROUNDS + 1)];
    +} RC5_32_KEY;
     
    - 
     void RC5_32_set_key(RC5_32_KEY *key, int len, const unsigned char *data,
    -	int rounds);
    -void RC5_32_ecb_encrypt(const unsigned char *in,unsigned char *out,RC5_32_KEY *key,
    -	int enc);
    -void RC5_32_encrypt(unsigned long *data,RC5_32_KEY *key);
    -void RC5_32_decrypt(unsigned long *data,RC5_32_KEY *key);
    +                    int rounds);
    +void RC5_32_ecb_encrypt(const unsigned char *in, unsigned char *out,
    +                        RC5_32_KEY *key, int enc);
    +void RC5_32_encrypt(unsigned long *data, RC5_32_KEY *key);
    +void RC5_32_decrypt(unsigned long *data, RC5_32_KEY *key);
     void RC5_32_cbc_encrypt(const unsigned char *in, unsigned char *out,
    -			long length, RC5_32_KEY *ks, unsigned char *iv,
    -			int enc);
    +                        long length, RC5_32_KEY *ks, unsigned char *iv,
    +                        int enc);
     void RC5_32_cfb64_encrypt(const unsigned char *in, unsigned char *out,
    -			  long length, RC5_32_KEY *schedule,
    -			  unsigned char *ivec, int *num, int enc);
    +                          long length, RC5_32_KEY *schedule,
    +                          unsigned char *ivec, int *num, int enc);
     void RC5_32_ofb64_encrypt(const unsigned char *in, unsigned char *out,
    -			  long length, RC5_32_KEY *schedule,
    -			  unsigned char *ivec, int *num);
    +                          long length, RC5_32_KEY *schedule,
    +                          unsigned char *ivec, int *num);
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/rc5/rc5_ecb.c b/openssl/crypto/rc5/rc5_ecb.c
    index e72b53550..e657a93b9 100644
    --- a/openssl/crypto/rc5/rc5_ecb.c
    +++ b/openssl/crypto/rc5/rc5_ecb.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,21 +60,24 @@
     #include "rc5_locl.h"
     #include 
     
    -const char RC5_version[]="RC5" OPENSSL_VERSION_PTEXT;
    +const char RC5_version[] = "RC5" OPENSSL_VERSION_PTEXT;
     
     void RC5_32_ecb_encrypt(const unsigned char *in, unsigned char *out,
    -			RC5_32_KEY *ks, int encrypt)
    -	{
    -	unsigned long l,d[2];
    -
    -	c2l(in,l); d[0]=l;
    -	c2l(in,l); d[1]=l;
    -	if (encrypt)
    -		RC5_32_encrypt(d,ks);
    -	else
    -		RC5_32_decrypt(d,ks);
    -	l=d[0]; l2c(l,out);
    -	l=d[1]; l2c(l,out);
    -	l=d[0]=d[1]=0;
    -	}
    +                        RC5_32_KEY *ks, int encrypt)
    +{
    +    unsigned long l, d[2];
     
    +    c2l(in, l);
    +    d[0] = l;
    +    c2l(in, l);
    +    d[1] = l;
    +    if (encrypt)
    +        RC5_32_encrypt(d, ks);
    +    else
    +        RC5_32_decrypt(d, ks);
    +    l = d[0];
    +    l2c(l, out);
    +    l = d[1];
    +    l2c(l, out);
    +    l = d[0] = d[1] = 0;
    +}
    diff --git a/openssl/crypto/rc5/rc5_enc.c b/openssl/crypto/rc5/rc5_enc.c
    index f327d32a7..06b89d83a 100644
    --- a/openssl/crypto/rc5/rc5_enc.c
    +++ b/openssl/crypto/rc5/rc5_enc.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,155 +61,149 @@
     #include "rc5_locl.h"
     
     void RC5_32_cbc_encrypt(const unsigned char *in, unsigned char *out,
    -			long length, RC5_32_KEY *ks, unsigned char *iv,
    -			int encrypt)
    -	{
    -	register unsigned long tin0,tin1;
    -	register unsigned long tout0,tout1,xor0,xor1;
    -	register long l=length;
    -	unsigned long tin[2];
    +                        long length, RC5_32_KEY *ks, unsigned char *iv,
    +                        int encrypt)
    +{
    +    register unsigned long tin0, tin1;
    +    register unsigned long tout0, tout1, xor0, xor1;
    +    register long l = length;
    +    unsigned long tin[2];
     
    -	if (encrypt)
    -		{
    -		c2l(iv,tout0);
    -		c2l(iv,tout1);
    -		iv-=8;
    -		for (l-=8; l>=0; l-=8)
    -			{
    -			c2l(in,tin0);
    -			c2l(in,tin1);
    -			tin0^=tout0;
    -			tin1^=tout1;
    -			tin[0]=tin0;
    -			tin[1]=tin1;
    -			RC5_32_encrypt(tin,ks);
    -			tout0=tin[0]; l2c(tout0,out);
    -			tout1=tin[1]; l2c(tout1,out);
    -			}
    -		if (l != -8)
    -			{
    -			c2ln(in,tin0,tin1,l+8);
    -			tin0^=tout0;
    -			tin1^=tout1;
    -			tin[0]=tin0;
    -			tin[1]=tin1;
    -			RC5_32_encrypt(tin,ks);
    -			tout0=tin[0]; l2c(tout0,out);
    -			tout1=tin[1]; l2c(tout1,out);
    -			}
    -		l2c(tout0,iv);
    -		l2c(tout1,iv);
    -		}
    -	else
    -		{
    -		c2l(iv,xor0);
    -		c2l(iv,xor1);
    -		iv-=8;
    -		for (l-=8; l>=0; l-=8)
    -			{
    -			c2l(in,tin0); tin[0]=tin0;
    -			c2l(in,tin1); tin[1]=tin1;
    -			RC5_32_decrypt(tin,ks);
    -			tout0=tin[0]^xor0;
    -			tout1=tin[1]^xor1;
    -			l2c(tout0,out);
    -			l2c(tout1,out);
    -			xor0=tin0;
    -			xor1=tin1;
    -			}
    -		if (l != -8)
    -			{
    -			c2l(in,tin0); tin[0]=tin0;
    -			c2l(in,tin1); tin[1]=tin1;
    -			RC5_32_decrypt(tin,ks);
    -			tout0=tin[0]^xor0;
    -			tout1=tin[1]^xor1;
    -			l2cn(tout0,tout1,out,l+8);
    -			xor0=tin0;
    -			xor1=tin1;
    -			}
    -		l2c(xor0,iv);
    -		l2c(xor1,iv);
    -		}
    -	tin0=tin1=tout0=tout1=xor0=xor1=0;
    -	tin[0]=tin[1]=0;
    -	}
    +    if (encrypt) {
    +        c2l(iv, tout0);
    +        c2l(iv, tout1);
    +        iv -= 8;
    +        for (l -= 8; l >= 0; l -= 8) {
    +            c2l(in, tin0);
    +            c2l(in, tin1);
    +            tin0 ^= tout0;
    +            tin1 ^= tout1;
    +            tin[0] = tin0;
    +            tin[1] = tin1;
    +            RC5_32_encrypt(tin, ks);
    +            tout0 = tin[0];
    +            l2c(tout0, out);
    +            tout1 = tin[1];
    +            l2c(tout1, out);
    +        }
    +        if (l != -8) {
    +            c2ln(in, tin0, tin1, l + 8);
    +            tin0 ^= tout0;
    +            tin1 ^= tout1;
    +            tin[0] = tin0;
    +            tin[1] = tin1;
    +            RC5_32_encrypt(tin, ks);
    +            tout0 = tin[0];
    +            l2c(tout0, out);
    +            tout1 = tin[1];
    +            l2c(tout1, out);
    +        }
    +        l2c(tout0, iv);
    +        l2c(tout1, iv);
    +    } else {
    +        c2l(iv, xor0);
    +        c2l(iv, xor1);
    +        iv -= 8;
    +        for (l -= 8; l >= 0; l -= 8) {
    +            c2l(in, tin0);
    +            tin[0] = tin0;
    +            c2l(in, tin1);
    +            tin[1] = tin1;
    +            RC5_32_decrypt(tin, ks);
    +            tout0 = tin[0] ^ xor0;
    +            tout1 = tin[1] ^ xor1;
    +            l2c(tout0, out);
    +            l2c(tout1, out);
    +            xor0 = tin0;
    +            xor1 = tin1;
    +        }
    +        if (l != -8) {
    +            c2l(in, tin0);
    +            tin[0] = tin0;
    +            c2l(in, tin1);
    +            tin[1] = tin1;
    +            RC5_32_decrypt(tin, ks);
    +            tout0 = tin[0] ^ xor0;
    +            tout1 = tin[1] ^ xor1;
    +            l2cn(tout0, tout1, out, l + 8);
    +            xor0 = tin0;
    +            xor1 = tin1;
    +        }
    +        l2c(xor0, iv);
    +        l2c(xor1, iv);
    +    }
    +    tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
    +    tin[0] = tin[1] = 0;
    +}
     
     void RC5_32_encrypt(unsigned long *d, RC5_32_KEY *key)
    -	{
    -	RC5_32_INT a,b,*s;
    +{
    +    RC5_32_INT a, b, *s;
     
    -	s=key->data;
    +    s = key->data;
     
    -	a=d[0]+s[0];
    -	b=d[1]+s[1];
    -	E_RC5_32(a,b,s, 2);
    -	E_RC5_32(a,b,s, 4);
    -	E_RC5_32(a,b,s, 6);
    -	E_RC5_32(a,b,s, 8);
    -	E_RC5_32(a,b,s,10);
    -	E_RC5_32(a,b,s,12);
    -	E_RC5_32(a,b,s,14);
    -	E_RC5_32(a,b,s,16);
    -	if (key->rounds == 12)
    -		{
    -		E_RC5_32(a,b,s,18);
    -		E_RC5_32(a,b,s,20);
    -		E_RC5_32(a,b,s,22);
    -		E_RC5_32(a,b,s,24);
    -		}
    -	else if (key->rounds == 16)
    -		{
    -		/* Do a full expansion to avoid a jump */
    -		E_RC5_32(a,b,s,18);
    -		E_RC5_32(a,b,s,20);
    -		E_RC5_32(a,b,s,22);
    -		E_RC5_32(a,b,s,24);
    -		E_RC5_32(a,b,s,26);
    -		E_RC5_32(a,b,s,28);
    -		E_RC5_32(a,b,s,30);
    -		E_RC5_32(a,b,s,32);
    -		}
    -	d[0]=a;
    -	d[1]=b;
    -	}
    +    a = d[0] + s[0];
    +    b = d[1] + s[1];
    +    E_RC5_32(a, b, s, 2);
    +    E_RC5_32(a, b, s, 4);
    +    E_RC5_32(a, b, s, 6);
    +    E_RC5_32(a, b, s, 8);
    +    E_RC5_32(a, b, s, 10);
    +    E_RC5_32(a, b, s, 12);
    +    E_RC5_32(a, b, s, 14);
    +    E_RC5_32(a, b, s, 16);
    +    if (key->rounds == 12) {
    +        E_RC5_32(a, b, s, 18);
    +        E_RC5_32(a, b, s, 20);
    +        E_RC5_32(a, b, s, 22);
    +        E_RC5_32(a, b, s, 24);
    +    } else if (key->rounds == 16) {
    +        /* Do a full expansion to avoid a jump */
    +        E_RC5_32(a, b, s, 18);
    +        E_RC5_32(a, b, s, 20);
    +        E_RC5_32(a, b, s, 22);
    +        E_RC5_32(a, b, s, 24);
    +        E_RC5_32(a, b, s, 26);
    +        E_RC5_32(a, b, s, 28);
    +        E_RC5_32(a, b, s, 30);
    +        E_RC5_32(a, b, s, 32);
    +    }
    +    d[0] = a;
    +    d[1] = b;
    +}
     
     void RC5_32_decrypt(unsigned long *d, RC5_32_KEY *key)
    -	{
    -	RC5_32_INT a,b,*s;
    -
    -	s=key->data;
    +{
    +    RC5_32_INT a, b, *s;
     
    -	a=d[0];
    -	b=d[1];
    -	if (key->rounds == 16) 
    -		{
    -		D_RC5_32(a,b,s,32);
    -		D_RC5_32(a,b,s,30);
    -		D_RC5_32(a,b,s,28);
    -		D_RC5_32(a,b,s,26);
    -		/* Do a full expansion to avoid a jump */
    -		D_RC5_32(a,b,s,24);
    -		D_RC5_32(a,b,s,22);
    -		D_RC5_32(a,b,s,20);
    -		D_RC5_32(a,b,s,18);
    -		}
    -	else if (key->rounds == 12)
    -		{
    -		D_RC5_32(a,b,s,24);
    -		D_RC5_32(a,b,s,22);
    -		D_RC5_32(a,b,s,20);
    -		D_RC5_32(a,b,s,18);
    -		}
    -	D_RC5_32(a,b,s,16);
    -	D_RC5_32(a,b,s,14);
    -	D_RC5_32(a,b,s,12);
    -	D_RC5_32(a,b,s,10);
    -	D_RC5_32(a,b,s, 8);
    -	D_RC5_32(a,b,s, 6);
    -	D_RC5_32(a,b,s, 4);
    -	D_RC5_32(a,b,s, 2);
    -	d[0]=a-s[0];
    -	d[1]=b-s[1];
    -	}
    +    s = key->data;
     
    +    a = d[0];
    +    b = d[1];
    +    if (key->rounds == 16) {
    +        D_RC5_32(a, b, s, 32);
    +        D_RC5_32(a, b, s, 30);
    +        D_RC5_32(a, b, s, 28);
    +        D_RC5_32(a, b, s, 26);
    +        /* Do a full expansion to avoid a jump */
    +        D_RC5_32(a, b, s, 24);
    +        D_RC5_32(a, b, s, 22);
    +        D_RC5_32(a, b, s, 20);
    +        D_RC5_32(a, b, s, 18);
    +    } else if (key->rounds == 12) {
    +        D_RC5_32(a, b, s, 24);
    +        D_RC5_32(a, b, s, 22);
    +        D_RC5_32(a, b, s, 20);
    +        D_RC5_32(a, b, s, 18);
    +    }
    +    D_RC5_32(a, b, s, 16);
    +    D_RC5_32(a, b, s, 14);
    +    D_RC5_32(a, b, s, 12);
    +    D_RC5_32(a, b, s, 10);
    +    D_RC5_32(a, b, s, 8);
    +    D_RC5_32(a, b, s, 6);
    +    D_RC5_32(a, b, s, 4);
    +    D_RC5_32(a, b, s, 2);
    +    d[0] = a - s[0];
    +    d[1] = b - s[1];
    +}
    diff --git a/openssl/crypto/rc5/rc5_locl.h b/openssl/crypto/rc5/rc5_locl.h
    index d337f73fa..ee757e647 100644
    --- a/openssl/crypto/rc5/rc5_locl.h
    +++ b/openssl/crypto/rc5/rc5_locl.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -59,80 +59,80 @@
     #include 
     
     #undef c2l
    -#define c2l(c,l)	(l =((unsigned long)(*((c)++)))    , \
    -			 l|=((unsigned long)(*((c)++)))<< 8L, \
    -			 l|=((unsigned long)(*((c)++)))<<16L, \
    -			 l|=((unsigned long)(*((c)++)))<<24L)
    +#define c2l(c,l)        (l =((unsigned long)(*((c)++)))    , \
    +                         l|=((unsigned long)(*((c)++)))<< 8L, \
    +                         l|=((unsigned long)(*((c)++)))<<16L, \
    +                         l|=((unsigned long)(*((c)++)))<<24L)
     
     /* NOTE - c is not incremented as per c2l */
     #undef c2ln
    -#define c2ln(c,l1,l2,n)	{ \
    -			c+=n; \
    -			l1=l2=0; \
    -			switch (n) { \
    -			case 8: l2 =((unsigned long)(*(--(c))))<<24L; \
    -			case 7: l2|=((unsigned long)(*(--(c))))<<16L; \
    -			case 6: l2|=((unsigned long)(*(--(c))))<< 8L; \
    -			case 5: l2|=((unsigned long)(*(--(c))));     \
    -			case 4: l1 =((unsigned long)(*(--(c))))<<24L; \
    -			case 3: l1|=((unsigned long)(*(--(c))))<<16L; \
    -			case 2: l1|=((unsigned long)(*(--(c))))<< 8L; \
    -			case 1: l1|=((unsigned long)(*(--(c))));     \
    -				} \
    -			}
    +#define c2ln(c,l1,l2,n) { \
    +                        c+=n; \
    +                        l1=l2=0; \
    +                        switch (n) { \
    +                        case 8: l2 =((unsigned long)(*(--(c))))<<24L; \
    +                        case 7: l2|=((unsigned long)(*(--(c))))<<16L; \
    +                        case 6: l2|=((unsigned long)(*(--(c))))<< 8L; \
    +                        case 5: l2|=((unsigned long)(*(--(c))));     \
    +                        case 4: l1 =((unsigned long)(*(--(c))))<<24L; \
    +                        case 3: l1|=((unsigned long)(*(--(c))))<<16L; \
    +                        case 2: l1|=((unsigned long)(*(--(c))))<< 8L; \
    +                        case 1: l1|=((unsigned long)(*(--(c))));     \
    +                                } \
    +                        }
     
     #undef l2c
    -#define l2c(l,c)	(*((c)++)=(unsigned char)(((l)     )&0xff), \
    -			 *((c)++)=(unsigned char)(((l)>> 8L)&0xff), \
    -			 *((c)++)=(unsigned char)(((l)>>16L)&0xff), \
    -			 *((c)++)=(unsigned char)(((l)>>24L)&0xff))
    +#define l2c(l,c)        (*((c)++)=(unsigned char)(((l)     )&0xff), \
    +                         *((c)++)=(unsigned char)(((l)>> 8L)&0xff), \
    +                         *((c)++)=(unsigned char)(((l)>>16L)&0xff), \
    +                         *((c)++)=(unsigned char)(((l)>>24L)&0xff))
     
     /* NOTE - c is not incremented as per l2c */
     #undef l2cn
    -#define l2cn(l1,l2,c,n)	{ \
    -			c+=n; \
    -			switch (n) { \
    -			case 8: *(--(c))=(unsigned char)(((l2)>>24L)&0xff); \
    -			case 7: *(--(c))=(unsigned char)(((l2)>>16L)&0xff); \
    -			case 6: *(--(c))=(unsigned char)(((l2)>> 8L)&0xff); \
    -			case 5: *(--(c))=(unsigned char)(((l2)     )&0xff); \
    -			case 4: *(--(c))=(unsigned char)(((l1)>>24L)&0xff); \
    -			case 3: *(--(c))=(unsigned char)(((l1)>>16L)&0xff); \
    -			case 2: *(--(c))=(unsigned char)(((l1)>> 8L)&0xff); \
    -			case 1: *(--(c))=(unsigned char)(((l1)     )&0xff); \
    -				} \
    -			}
    +#define l2cn(l1,l2,c,n) { \
    +                        c+=n; \
    +                        switch (n) { \
    +                        case 8: *(--(c))=(unsigned char)(((l2)>>24L)&0xff); \
    +                        case 7: *(--(c))=(unsigned char)(((l2)>>16L)&0xff); \
    +                        case 6: *(--(c))=(unsigned char)(((l2)>> 8L)&0xff); \
    +                        case 5: *(--(c))=(unsigned char)(((l2)     )&0xff); \
    +                        case 4: *(--(c))=(unsigned char)(((l1)>>24L)&0xff); \
    +                        case 3: *(--(c))=(unsigned char)(((l1)>>16L)&0xff); \
    +                        case 2: *(--(c))=(unsigned char)(((l1)>> 8L)&0xff); \
    +                        case 1: *(--(c))=(unsigned char)(((l1)     )&0xff); \
    +                                } \
    +                        }
     
     /* NOTE - c is not incremented as per n2l */
    -#define n2ln(c,l1,l2,n)	{ \
    -			c+=n; \
    -			l1=l2=0; \
    -			switch (n) { \
    -			case 8: l2 =((unsigned long)(*(--(c))))    ; \
    -			case 7: l2|=((unsigned long)(*(--(c))))<< 8; \
    -			case 6: l2|=((unsigned long)(*(--(c))))<<16; \
    -			case 5: l2|=((unsigned long)(*(--(c))))<<24; \
    -			case 4: l1 =((unsigned long)(*(--(c))))    ; \
    -			case 3: l1|=((unsigned long)(*(--(c))))<< 8; \
    -			case 2: l1|=((unsigned long)(*(--(c))))<<16; \
    -			case 1: l1|=((unsigned long)(*(--(c))))<<24; \
    -				} \
    -			}
    +#define n2ln(c,l1,l2,n) { \
    +                        c+=n; \
    +                        l1=l2=0; \
    +                        switch (n) { \
    +                        case 8: l2 =((unsigned long)(*(--(c))))    ; \
    +                        case 7: l2|=((unsigned long)(*(--(c))))<< 8; \
    +                        case 6: l2|=((unsigned long)(*(--(c))))<<16; \
    +                        case 5: l2|=((unsigned long)(*(--(c))))<<24; \
    +                        case 4: l1 =((unsigned long)(*(--(c))))    ; \
    +                        case 3: l1|=((unsigned long)(*(--(c))))<< 8; \
    +                        case 2: l1|=((unsigned long)(*(--(c))))<<16; \
    +                        case 1: l1|=((unsigned long)(*(--(c))))<<24; \
    +                                } \
    +                        }
     
     /* NOTE - c is not incremented as per l2n */
    -#define l2nn(l1,l2,c,n)	{ \
    -			c+=n; \
    -			switch (n) { \
    -			case 8: *(--(c))=(unsigned char)(((l2)    )&0xff); \
    -			case 7: *(--(c))=(unsigned char)(((l2)>> 8)&0xff); \
    -			case 6: *(--(c))=(unsigned char)(((l2)>>16)&0xff); \
    -			case 5: *(--(c))=(unsigned char)(((l2)>>24)&0xff); \
    -			case 4: *(--(c))=(unsigned char)(((l1)    )&0xff); \
    -			case 3: *(--(c))=(unsigned char)(((l1)>> 8)&0xff); \
    -			case 2: *(--(c))=(unsigned char)(((l1)>>16)&0xff); \
    -			case 1: *(--(c))=(unsigned char)(((l1)>>24)&0xff); \
    -				} \
    -			}
    +#define l2nn(l1,l2,c,n) { \
    +                        c+=n; \
    +                        switch (n) { \
    +                        case 8: *(--(c))=(unsigned char)(((l2)    )&0xff); \
    +                        case 7: *(--(c))=(unsigned char)(((l2)>> 8)&0xff); \
    +                        case 6: *(--(c))=(unsigned char)(((l2)>>16)&0xff); \
    +                        case 5: *(--(c))=(unsigned char)(((l2)>>24)&0xff); \
    +                        case 4: *(--(c))=(unsigned char)(((l1)    )&0xff); \
    +                        case 3: *(--(c))=(unsigned char)(((l1)>> 8)&0xff); \
    +                        case 2: *(--(c))=(unsigned char)(((l1)>>16)&0xff); \
    +                        case 1: *(--(c))=(unsigned char)(((l1)>>24)&0xff); \
    +                                } \
    +                        }
     
     #undef n2l
     #define n2l(c,l)        (l =((unsigned long)(*((c)++)))<<24L, \
    @@ -146,62 +146,62 @@
                              *((c)++)=(unsigned char)(((l)>> 8L)&0xff), \
                              *((c)++)=(unsigned char)(((l)     )&0xff))
     
    -#if (defined(OPENSSL_SYS_WIN32) && defined(_MSC_VER)) || defined(__ICC)
    -#define ROTATE_l32(a,n)     _lrotl(a,n)
    -#define ROTATE_r32(a,n)     _lrotr(a,n)
    +#if (defined(OPENSSL_SYS_WIN32) && defined(_MSC_VER))
    +# define ROTATE_l32(a,n)     _lrotl(a,n)
    +# define ROTATE_r32(a,n)     _lrotr(a,n)
    +#elif defined(__ICC)
    +# define ROTATE_l32(a,n)     _rotl(a,n)
    +# define ROTATE_r32(a,n)     _rotr(a,n)
     #elif defined(__GNUC__) && __GNUC__>=2 && !defined(__STRICT_ANSI__) && !defined(OPENSSL_NO_ASM) && !defined(OPENSSL_NO_INLINE_ASM) && !defined(PEDANTIC)
     # if defined(__i386) || defined(__i386__) || defined(__x86_64) || defined(__x86_64__)
    -#  define ROTATE_l32(a,n)	({ register unsigned int ret;	\
    -					asm ("roll %%cl,%0"	\
    -						: "=r"(ret)	\
    -						: "c"(n),"0"((unsigned int)(a))	\
    -						: "cc");	\
    -					ret;			\
    -				})
    -#  define ROTATE_r32(a,n)	({ register unsigned int ret;	\
    -					asm ("rorl %%cl,%0"	\
    -						: "=r"(ret)	\
    -						: "c"(n),"0"((unsigned int)(a))	\
    -						: "cc");	\
    -					ret;			\
    -				})
    +#  define ROTATE_l32(a,n)       ({ register unsigned int ret;   \
    +                                        asm ("roll %%cl,%0"     \
    +                                                : "=r"(ret)     \
    +                                                : "c"(n),"0"((unsigned int)(a)) \
    +                                                : "cc");        \
    +                                        ret;                    \
    +                                })
    +#  define ROTATE_r32(a,n)       ({ register unsigned int ret;   \
    +                                        asm ("rorl %%cl,%0"     \
    +                                                : "=r"(ret)     \
    +                                                : "c"(n),"0"((unsigned int)(a)) \
    +                                                : "cc");        \
    +                                        ret;                    \
    +                                })
     # endif
     #endif
     #ifndef ROTATE_l32
    -#define ROTATE_l32(a,n)     (((a)<<(n&0x1f))|(((a)&0xffffffff)>>(32-(n&0x1f))))
    +# define ROTATE_l32(a,n)     (((a)<<(n&0x1f))|(((a)&0xffffffff)>>(32-(n&0x1f))))
     #endif
     #ifndef ROTATE_r32
    -#define ROTATE_r32(a,n)     (((a)<<(32-(n&0x1f)))|(((a)&0xffffffff)>>(n&0x1f)))
    +# define ROTATE_r32(a,n)     (((a)<<(32-(n&0x1f)))|(((a)&0xffffffff)>>(n&0x1f)))
     #endif
     
    -#define RC5_32_MASK	0xffffffffL
    +#define RC5_32_MASK     0xffffffffL
     
    -#define RC5_16_P	0xB7E1
    -#define RC5_16_Q	0x9E37
    -#define RC5_32_P	0xB7E15163L
    -#define RC5_32_Q	0x9E3779B9L
    -#define RC5_64_P	0xB7E151628AED2A6BLL
    -#define RC5_64_Q	0x9E3779B97F4A7C15LL
    +#define RC5_16_P        0xB7E1
    +#define RC5_16_Q        0x9E37
    +#define RC5_32_P        0xB7E15163L
    +#define RC5_32_Q        0x9E3779B9L
    +#define RC5_64_P        0xB7E151628AED2A6BLL
    +#define RC5_64_Q        0x9E3779B97F4A7C15LL
     
     #define E_RC5_32(a,b,s,n) \
    -	a^=b; \
    -	a=ROTATE_l32(a,b); \
    -	a+=s[n]; \
    -	a&=RC5_32_MASK; \
    -	b^=a; \
    -	b=ROTATE_l32(b,a); \
    -	b+=s[n+1]; \
    -	b&=RC5_32_MASK;
    +        a^=b; \
    +        a=ROTATE_l32(a,b); \
    +        a+=s[n]; \
    +        a&=RC5_32_MASK; \
    +        b^=a; \
    +        b=ROTATE_l32(b,a); \
    +        b+=s[n+1]; \
    +        b&=RC5_32_MASK;
     
     #define D_RC5_32(a,b,s,n) \
    -	b-=s[n+1]; \
    -	b&=RC5_32_MASK; \
    -	b=ROTATE_r32(b,a); \
    -	b^=a; \
    -	a-=s[n]; \
    -	a&=RC5_32_MASK; \
    -	a=ROTATE_r32(a,b); \
    -	a^=b;
    -
    -
    -
    +        b-=s[n+1]; \
    +        b&=RC5_32_MASK; \
    +        b=ROTATE_r32(b,a); \
    +        b^=a; \
    +        a-=s[n]; \
    +        a&=RC5_32_MASK; \
    +        a=ROTATE_r32(a,b); \
    +        a^=b;
    diff --git a/openssl/crypto/rc5/rc5_skey.c b/openssl/crypto/rc5/rc5_skey.c
    index a2e00a41c..5dd4a5274 100644
    --- a/openssl/crypto/rc5/rc5_skey.c
    +++ b/openssl/crypto/rc5/rc5_skey.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,54 +60,51 @@
     #include "rc5_locl.h"
     
     void RC5_32_set_key(RC5_32_KEY *key, int len, const unsigned char *data,
    -		    int rounds)
    -	{
    -	RC5_32_INT L[64],l,ll,A,B,*S,k;
    -	int i,j,m,c,t,ii,jj;
    -
    -	if (	(rounds != RC5_16_ROUNDS) &&
    -		(rounds != RC5_12_ROUNDS) &&
    -		(rounds != RC5_8_ROUNDS))
    -		rounds=RC5_16_ROUNDS;
    +                    int rounds)
    +{
    +    RC5_32_INT L[64], l, ll, A, B, *S, k;
    +    int i, j, m, c, t, ii, jj;
     
    -	key->rounds=rounds;
    -	S= &(key->data[0]);
    -	j=0;
    -	for (i=0; i<=(len-8); i+=8)
    -		{
    -		c2l(data,l);
    -		L[j++]=l;
    -		c2l(data,l);
    -		L[j++]=l;
    -		}
    -	ii=len-i;
    -	if (ii)
    -		{
    -		k=len&0x07;
    -		c2ln(data,l,ll,k);
    -		L[j+0]=l;
    -		L[j+1]=ll;
    -		}
    +    if ((rounds != RC5_16_ROUNDS) &&
    +        (rounds != RC5_12_ROUNDS) && (rounds != RC5_8_ROUNDS))
    +        rounds = RC5_16_ROUNDS;
     
    -	c=(len+3)/4;
    -	t=(rounds+1)*2;
    -	S[0]=RC5_32_P;
    -	for (i=1; irounds = rounds;
    +    S = &(key->data[0]);
    +    j = 0;
    +    for (i = 0; i <= (len - 8); i += 8) {
    +        c2l(data, l);
    +        L[j++] = l;
    +        c2l(data, l);
    +        L[j++] = l;
    +    }
    +    ii = len - i;
    +    if (ii) {
    +        k = len & 0x07;
    +        c2ln(data, l, ll, k);
    +        L[j + 0] = l;
    +        L[j + 1] = ll;
    +    }
     
    -	j=(t>c)?t:c;
    -	j*=3;
    -	ii=jj=0;
    -	A=B=0;
    -	for (i=0; i= t) ii=0;
    -		if (++jj >= c) jj=0;
    -		}
    -	}
    +    c = (len + 3) / 4;
    +    t = (rounds + 1) * 2;
    +    S[0] = RC5_32_P;
    +    for (i = 1; i < t; i++)
    +        S[i] = (S[i - 1] + RC5_32_Q) & RC5_32_MASK;
     
    +    j = (t > c) ? t : c;
    +    j *= 3;
    +    ii = jj = 0;
    +    A = B = 0;
    +    for (i = 0; i < j; i++) {
    +        k = (S[ii] + A + B) & RC5_32_MASK;
    +        A = S[ii] = ROTATE_l32(k, 3);
    +        m = (int)(A + B);
    +        k = (L[jj] + A + B) & RC5_32_MASK;
    +        B = L[jj] = ROTATE_l32(k, m);
    +        if (++ii >= t)
    +            ii = 0;
    +        if (++jj >= c)
    +            jj = 0;
    +    }
    +}
    diff --git a/openssl/crypto/rc5/rc5cfb64.c b/openssl/crypto/rc5/rc5cfb64.c
    index 3a8b60bc7..a3813e030 100644
    --- a/openssl/crypto/rc5/rc5cfb64.c
    +++ b/openssl/crypto/rc5/rc5cfb64.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -59,64 +59,65 @@
     #include 
     #include "rc5_locl.h"
     
    -/* The input and output encrypted as though 64bit cfb mode is being
    - * used.  The extra state information to record how much of the
    - * 64bit block we have used is contained in *num;
    +/*
    + * The input and output encrypted as though 64bit cfb mode is being used.
    + * The extra state information to record how much of the 64bit block we have
    + * used is contained in *num;
      */
     
     void RC5_32_cfb64_encrypt(const unsigned char *in, unsigned char *out,
    -			  long length, RC5_32_KEY *schedule,
    -			  unsigned char *ivec, int *num, int encrypt)
    -	{
    -	register unsigned long v0,v1,t;
    -	register int n= *num;
    -	register long l=length;
    -	unsigned long ti[2];
    -	unsigned char *iv,c,cc;
    -
    -	iv=(unsigned char *)ivec;
    -	if (encrypt)
    -		{
    -		while (l--)
    -			{
    -			if (n == 0)
    -				{
    -				c2l(iv,v0); ti[0]=v0;
    -				c2l(iv,v1); ti[1]=v1;
    -				RC5_32_encrypt((unsigned long *)ti,schedule);
    -				iv=(unsigned char *)ivec;
    -				t=ti[0]; l2c(t,iv);
    -				t=ti[1]; l2c(t,iv);
    -				iv=(unsigned char *)ivec;
    -				}
    -			c= *(in++)^iv[n];
    -			*(out++)=c;
    -			iv[n]=c;
    -			n=(n+1)&0x07;
    -			}
    -		}
    -	else
    -		{
    -		while (l--)
    -			{
    -			if (n == 0)
    -				{
    -				c2l(iv,v0); ti[0]=v0;
    -				c2l(iv,v1); ti[1]=v1;
    -				RC5_32_encrypt((unsigned long *)ti,schedule);
    -				iv=(unsigned char *)ivec;
    -				t=ti[0]; l2c(t,iv);
    -				t=ti[1]; l2c(t,iv);
    -				iv=(unsigned char *)ivec;
    -				}
    -			cc= *(in++);
    -			c=iv[n];
    -			iv[n]=cc;
    -			*(out++)=c^cc;
    -			n=(n+1)&0x07;
    -			}
    -		}
    -	v0=v1=ti[0]=ti[1]=t=c=cc=0;
    -	*num=n;
    -	}
    +                          long length, RC5_32_KEY *schedule,
    +                          unsigned char *ivec, int *num, int encrypt)
    +{
    +    register unsigned long v0, v1, t;
    +    register int n = *num;
    +    register long l = length;
    +    unsigned long ti[2];
    +    unsigned char *iv, c, cc;
     
    +    iv = (unsigned char *)ivec;
    +    if (encrypt) {
    +        while (l--) {
    +            if (n == 0) {
    +                c2l(iv, v0);
    +                ti[0] = v0;
    +                c2l(iv, v1);
    +                ti[1] = v1;
    +                RC5_32_encrypt((unsigned long *)ti, schedule);
    +                iv = (unsigned char *)ivec;
    +                t = ti[0];
    +                l2c(t, iv);
    +                t = ti[1];
    +                l2c(t, iv);
    +                iv = (unsigned char *)ivec;
    +            }
    +            c = *(in++) ^ iv[n];
    +            *(out++) = c;
    +            iv[n] = c;
    +            n = (n + 1) & 0x07;
    +        }
    +    } else {
    +        while (l--) {
    +            if (n == 0) {
    +                c2l(iv, v0);
    +                ti[0] = v0;
    +                c2l(iv, v1);
    +                ti[1] = v1;
    +                RC5_32_encrypt((unsigned long *)ti, schedule);
    +                iv = (unsigned char *)ivec;
    +                t = ti[0];
    +                l2c(t, iv);
    +                t = ti[1];
    +                l2c(t, iv);
    +                iv = (unsigned char *)ivec;
    +            }
    +            cc = *(in++);
    +            c = iv[n];
    +            iv[n] = cc;
    +            *(out++) = c ^ cc;
    +            n = (n + 1) & 0x07;
    +        }
    +    }
    +    v0 = v1 = ti[0] = ti[1] = t = c = cc = 0;
    +    *num = n;
    +}
    diff --git a/openssl/crypto/rc5/rc5ofb64.c b/openssl/crypto/rc5/rc5ofb64.c
    index d412215f3..d3c63067b 100644
    --- a/openssl/crypto/rc5/rc5ofb64.c
    +++ b/openssl/crypto/rc5/rc5ofb64.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -59,53 +59,52 @@
     #include 
     #include "rc5_locl.h"
     
    -/* The input and output encrypted as though 64bit ofb mode is being
    - * used.  The extra state information to record how much of the
    - * 64bit block we have used is contained in *num;
    +/*
    + * The input and output encrypted as though 64bit ofb mode is being used.
    + * The extra state information to record how much of the 64bit block we have
    + * used is contained in *num;
      */
     void RC5_32_ofb64_encrypt(const unsigned char *in, unsigned char *out,
    -			  long length, RC5_32_KEY *schedule,
    -			  unsigned char *ivec, int *num)
    -	{
    -	register unsigned long v0,v1,t;
    -	register int n= *num;
    -	register long l=length;
    -	unsigned char d[8];
    -	register char *dp;
    -	unsigned long ti[2];
    -	unsigned char *iv;
    -	int save=0;
    -
    -	iv=(unsigned char *)ivec;
    -	c2l(iv,v0);
    -	c2l(iv,v1);
    -	ti[0]=v0;
    -	ti[1]=v1;
    -	dp=(char *)d;
    -	l2c(v0,dp);
    -	l2c(v1,dp);
    -	while (l--)
    -		{
    -		if (n == 0)
    -			{
    -			RC5_32_encrypt((unsigned long *)ti,schedule);
    -			dp=(char *)d;
    -			t=ti[0]; l2c(t,dp);
    -			t=ti[1]; l2c(t,dp);
    -			save++;
    -			}
    -		*(out++)= *(in++)^d[n];
    -		n=(n+1)&0x07;
    -		}
    -	if (save)
    -		{
    -		v0=ti[0];
    -		v1=ti[1];
    -		iv=(unsigned char *)ivec;
    -		l2c(v0,iv);
    -		l2c(v1,iv);
    -		}
    -	t=v0=v1=ti[0]=ti[1]=0;
    -	*num=n;
    -	}
    +                          long length, RC5_32_KEY *schedule,
    +                          unsigned char *ivec, int *num)
    +{
    +    register unsigned long v0, v1, t;
    +    register int n = *num;
    +    register long l = length;
    +    unsigned char d[8];
    +    register char *dp;
    +    unsigned long ti[2];
    +    unsigned char *iv;
    +    int save = 0;
     
    +    iv = (unsigned char *)ivec;
    +    c2l(iv, v0);
    +    c2l(iv, v1);
    +    ti[0] = v0;
    +    ti[1] = v1;
    +    dp = (char *)d;
    +    l2c(v0, dp);
    +    l2c(v1, dp);
    +    while (l--) {
    +        if (n == 0) {
    +            RC5_32_encrypt((unsigned long *)ti, schedule);
    +            dp = (char *)d;
    +            t = ti[0];
    +            l2c(t, dp);
    +            t = ti[1];
    +            l2c(t, dp);
    +            save++;
    +        }
    +        *(out++) = *(in++) ^ d[n];
    +        n = (n + 1) & 0x07;
    +    }
    +    if (save) {
    +        v0 = ti[0];
    +        v1 = ti[1];
    +        iv = (unsigned char *)ivec;
    +        l2c(v0, iv);
    +        l2c(v1, iv);
    +    }
    +    t = v0 = v1 = ti[0] = ti[1] = 0;
    +    *num = n;
    +}
    diff --git a/openssl/crypto/rc5/rc5speed.c b/openssl/crypto/rc5/rc5speed.c
    index 8e363be53..3f595704a 100644
    --- a/openssl/crypto/rc5/rc5speed.c
    +++ b/openssl/crypto/rc5/rc5speed.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,7 +60,7 @@
     /* 06-Apr-92 Luke Brennan    Support for VMS and add extra signal calls */
     
     #if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC)) && !defined(OPENSSL_SYS_MACOSX)
    -#define TIMES
    +# define TIMES
     #endif
     
     #include 
    @@ -68,210 +68,198 @@
     #include 
     #include OPENSSL_UNISTD_IO
     OPENSSL_DECLARE_EXIT
    -
     #ifndef OPENSSL_SYS_NETWARE
    -#include 
    +# include 
     #endif
    -
     #ifndef _IRIX
    -#include 
    +# include 
     #endif
     #ifdef TIMES
    -#include 
    -#include 
    +# include 
    +# include 
     #endif
    -
    -/* Depending on the VMS version, the tms structure is perhaps defined.
    -   The __TMS macro will show if it was.  If it wasn't defined, we should
    -   undefine TIMES, since that tells the rest of the program how things
    -   should be handled.				-- Richard Levitte */
    +    /*
    +     * Depending on the VMS version, the tms structure is perhaps defined.
    +     * The __TMS macro will show if it was.  If it wasn't defined, we should
    +     * undefine TIMES, since that tells the rest of the program how things
    +     * should be handled.  -- Richard Levitte
    +     */
     #if defined(OPENSSL_SYS_VMS_DECC) && !defined(__TMS)
    -#undef TIMES
    +# undef TIMES
     #endif
    -
     #ifndef TIMES
    -#include 
    +# include 
     #endif
    -
     #if defined(sun) || defined(__ultrix)
    -#define _POSIX_SOURCE
    -#include 
    -#include 
    +# define _POSIX_SOURCE
    +# include 
    +# include 
     #endif
    -
     #include 
    -
     /* The following if from times(3) man page.  It may need to be changed */
     #ifndef HZ
    -#ifndef CLK_TCK
    -#define HZ	100.0
    -#else /* CLK_TCK */
    -#define HZ ((double)CLK_TCK)
    -#endif
    +# ifndef CLK_TCK
    +#  define HZ      100.0
    +# else                          /* CLK_TCK */
    +#  define HZ ((double)CLK_TCK)
    +# endif
     #endif
    -
    -#define BUFSIZE	((long)1024)
    -long run=0;
    +#define BUFSIZE ((long)1024)
    +long run = 0;
     
     double Time_F(int s);
     #ifdef SIGALRM
    -#if defined(__STDC__) || defined(sgi) || defined(_AIX)
    -#define SIGRETTYPE void
    -#else
    -#define SIGRETTYPE int
    -#endif
    +# if defined(__STDC__) || defined(sgi) || defined(_AIX)
    +#  define SIGRETTYPE void
    +# else
    +#  define SIGRETTYPE int
    +# endif
     
     SIGRETTYPE sig_done(int sig);
     SIGRETTYPE sig_done(int sig)
    -	{
    -	signal(SIGALRM,sig_done);
    -	run=0;
    -#ifdef LINT
    -	sig=sig;
    -#endif
    -	}
    +{
    +    signal(SIGALRM, sig_done);
    +    run = 0;
    +# ifdef LINT
    +    sig = sig;
    +# endif
    +}
     #endif
     
    -#define START	0
    -#define STOP	1
    +#define START   0
    +#define STOP    1
     
     double Time_F(int s)
    -	{
    -	double ret;
    +{
    +    double ret;
     #ifdef TIMES
    -	static struct tms tstart,tend;
    +    static struct tms tstart, tend;
     
    -	if (s == START)
    -		{
    -		times(&tstart);
    -		return(0);
    -		}
    -	else
    -		{
    -		times(&tend);
    -		ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
    -		return((ret == 0.0)?1e-6:ret);
    -		}
    -#else /* !times() */
    -	static struct timeb tstart,tend;
    -	long i;
    +    if (s == START) {
    +        times(&tstart);
    +        return (0);
    +    } else {
    +        times(&tend);
    +        ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ;
    +        return ((ret == 0.0) ? 1e-6 : ret);
    +    }
    +#else                           /* !times() */
    +    static struct timeb tstart, tend;
    +    long i;
     
    -	if (s == START)
    -		{
    -		ftime(&tstart);
    -		return(0);
    -		}
    -	else
    -		{
    -		ftime(&tend);
    -		i=(long)tend.millitm-(long)tstart.millitm;
    -		ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
    -		return((ret == 0.0)?1e-6:ret);
    -		}
    +    if (s == START) {
    +        ftime(&tstart);
    +        return (0);
    +    } else {
    +        ftime(&tend);
    +        i = (long)tend.millitm - (long)tstart.millitm;
    +        ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1e3;
    +        return ((ret == 0.0) ? 1e-6 : ret);
    +    }
     #endif
    -	}
    +}
     
     int main(int argc, char **argv)
    -	{
    -	long count;
    -	static unsigned char buf[BUFSIZE];
    -	static unsigned char key[] ={
    -			0x12,0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,
    -			0xfe,0xdc,0xba,0x98,0x76,0x54,0x32,0x10,
    -			};
    -	RC5_32_KEY sch;
    -	double a,b,c,d;
    +{
    +    long count;
    +    static unsigned char buf[BUFSIZE];
    +    static unsigned char key[] = {
    +        0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0,
    +        0xfe, 0xdc, 0xba, 0x98, 0x76, 0x54, 0x32, 0x10,
    +    };
    +    RC5_32_KEY sch;
    +    double a, b, c, d;
     #ifndef SIGALRM
    -	long ca,cb,cc;
    +    long ca, cb, cc;
     #endif
     
     #ifndef TIMES
    -	printf("To get the most accurate results, try to run this\n");
    -	printf("program when this computer is idle.\n");
    +    printf("To get the most accurate results, try to run this\n");
    +    printf("program when this computer is idle.\n");
     #endif
     
     #ifndef SIGALRM
    -	printf("First we calculate the approximate speed ...\n");
    -	RC5_32_set_key(&sch,16,key,12);
    -	count=10;
    -	do	{
    -		long i;
    -		unsigned long data[2];
    +    printf("First we calculate the approximate speed ...\n");
    +    RC5_32_set_key(&sch, 16, key, 12);
    +    count = 10;
    +    do {
    +        long i;
    +        unsigned long data[2];
     
    -		count*=2;
    -		Time_F(START);
    -		for (i=count; i; i--)
    -			RC5_32_encrypt(data,&sch);
    -		d=Time_F(STOP);
    -		} while (d < 3.0);
    -	ca=count/512;
    -	cb=count;
    -	cc=count*8/BUFSIZE+1;
    -	printf("Doing RC5_32_set_key %ld times\n",ca);
    -#define COND(d)	(count != (d))
    -#define COUNT(d) (d)
    +        count *= 2;
    +        Time_F(START);
    +        for (i = count; i; i--)
    +            RC5_32_encrypt(data, &sch);
    +        d = Time_F(STOP);
    +    } while (d < 3.0);
    +    ca = count / 512;
    +    cb = count;
    +    cc = count * 8 / BUFSIZE + 1;
    +    printf("Doing RC5_32_set_key %ld times\n", ca);
    +# define COND(d) (count != (d))
    +# define COUNT(d) (d)
     #else
    -#define COND(c)	(run)
    -#define COUNT(d) (count)
    -	signal(SIGALRM,sig_done);
    -	printf("Doing RC5_32_set_key for 10 seconds\n");
    -	alarm(10);
    +# define COND(c) (run)
    +# define COUNT(d) (count)
    +    signal(SIGALRM, sig_done);
    +    printf("Doing RC5_32_set_key for 10 seconds\n");
    +    alarm(10);
     #endif
     
    -	Time_F(START);
    -	for (count=0,run=1; COND(ca); count+=4)
    -		{
    -		RC5_32_set_key(&sch,16,key,12);
    -		RC5_32_set_key(&sch,16,key,12);
    -		RC5_32_set_key(&sch,16,key,12);
    -		RC5_32_set_key(&sch,16,key,12);
    -		}
    -	d=Time_F(STOP);
    -	printf("%ld RC5_32_set_key's in %.2f seconds\n",count,d);
    -	a=((double)COUNT(ca))/d;
    +    Time_F(START);
    +    for (count = 0, run = 1; COND(ca); count += 4) {
    +        RC5_32_set_key(&sch, 16, key, 12);
    +        RC5_32_set_key(&sch, 16, key, 12);
    +        RC5_32_set_key(&sch, 16, key, 12);
    +        RC5_32_set_key(&sch, 16, key, 12);
    +    }
    +    d = Time_F(STOP);
    +    printf("%ld RC5_32_set_key's in %.2f seconds\n", count, d);
    +    a = ((double)COUNT(ca)) / d;
     
     #ifdef SIGALRM
    -	printf("Doing RC5_32_encrypt's for 10 seconds\n");
    -	alarm(10);
    +    printf("Doing RC5_32_encrypt's for 10 seconds\n");
    +    alarm(10);
     #else
    -	printf("Doing RC5_32_encrypt %ld times\n",cb);
    +    printf("Doing RC5_32_encrypt %ld times\n", cb);
     #endif
    -	Time_F(START);
    -	for (count=0,run=1; COND(cb); count+=4)
    -		{
    -		unsigned long data[2];
    +    Time_F(START);
    +    for (count = 0, run = 1; COND(cb); count += 4) {
    +        unsigned long data[2];
     
    -		RC5_32_encrypt(data,&sch);
    -		RC5_32_encrypt(data,&sch);
    -		RC5_32_encrypt(data,&sch);
    -		RC5_32_encrypt(data,&sch);
    -		}
    -	d=Time_F(STOP);
    -	printf("%ld RC5_32_encrypt's in %.2f second\n",count,d);
    -	b=((double)COUNT(cb)*8)/d;
    +        RC5_32_encrypt(data, &sch);
    +        RC5_32_encrypt(data, &sch);
    +        RC5_32_encrypt(data, &sch);
    +        RC5_32_encrypt(data, &sch);
    +    }
    +    d = Time_F(STOP);
    +    printf("%ld RC5_32_encrypt's in %.2f second\n", count, d);
    +    b = ((double)COUNT(cb) * 8) / d;
     
     #ifdef SIGALRM
    -	printf("Doing RC5_32_cbc_encrypt on %ld byte blocks for 10 seconds\n",
    -		BUFSIZE);
    -	alarm(10);
    +    printf("Doing RC5_32_cbc_encrypt on %ld byte blocks for 10 seconds\n",
    +           BUFSIZE);
    +    alarm(10);
     #else
    -	printf("Doing RC5_32_cbc_encrypt %ld times on %ld byte blocks\n",cc,
    -		BUFSIZE);
    +    printf("Doing RC5_32_cbc_encrypt %ld times on %ld byte blocks\n", cc,
    +           BUFSIZE);
     #endif
    -	Time_F(START);
    -	for (count=0,run=1; COND(cc); count++)
    -		RC5_32_cbc_encrypt(buf,buf,BUFSIZE,&sch,
    -			&(key[0]),RC5_ENCRYPT);
    -	d=Time_F(STOP);
    -	printf("%ld RC5_32_cbc_encrypt's of %ld byte blocks in %.2f second\n",
    -		count,BUFSIZE,d);
    -	c=((double)COUNT(cc)*BUFSIZE)/d;
    +    Time_F(START);
    +    for (count = 0, run = 1; COND(cc); count++)
    +        RC5_32_cbc_encrypt(buf, buf, BUFSIZE, &sch, &(key[0]), RC5_ENCRYPT);
    +    d = Time_F(STOP);
    +    printf("%ld RC5_32_cbc_encrypt's of %ld byte blocks in %.2f second\n",
    +           count, BUFSIZE, d);
    +    c = ((double)COUNT(cc) * BUFSIZE) / d;
     
    -	printf("RC5_32/12/16 set_key       per sec = %12.2f (%9.3fuS)\n",a,1.0e6/a);
    -	printf("RC5_32/12/16 raw ecb bytes per sec = %12.2f (%9.3fuS)\n",b,8.0e6/b);
    -	printf("RC5_32/12/16 cbc     bytes per sec = %12.2f (%9.3fuS)\n",c,8.0e6/c);
    -	exit(0);
    +    printf("RC5_32/12/16 set_key       per sec = %12.2f (%9.3fuS)\n", a,
    +           1.0e6 / a);
    +    printf("RC5_32/12/16 raw ecb bytes per sec = %12.2f (%9.3fuS)\n", b,
    +           8.0e6 / b);
    +    printf("RC5_32/12/16 cbc     bytes per sec = %12.2f (%9.3fuS)\n", c,
    +           8.0e6 / c);
    +    exit(0);
     #if defined(LINT) || defined(OPENSSL_SYS_MSDOS)
    -	return(0);
    +    return (0);
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/rc5/rc5test.c b/openssl/crypto/rc5/rc5test.c
    index ce3d0cc16..b29a436ce 100644
    --- a/openssl/crypto/rc5/rc5test.c
    +++ b/openssl/crypto/rc5/rc5test.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,15 +49,17 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
     
    -/* This has been a quickly hacked 'ideatest.c'.  When I add tests for other
    - * RC5 modes, more of the code will be uncommented. */
    +/*
    + * This has been a quickly hacked 'ideatest.c'.  When I add tests for other
    + * RC5 modes, more of the code will be uncommented.
    + */
     
     #include 
     #include 
    @@ -69,318 +71,311 @@
     int main(int argc, char *argv[])
     {
         printf("No RC5 support\n");
    -    return(0);
    +    return (0);
     }
     #else
    -#include 
    +# include 
     
    -static unsigned char RC5key[5][16]={
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
    -	 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0x91,0x5f,0x46,0x19,0xbe,0x41,0xb2,0x51,
    -	 0x63,0x55,0xa5,0x01,0x10,0xa9,0xce,0x91},
    -	{0x78,0x33,0x48,0xe7,0x5a,0xeb,0x0f,0x2f,
    -	 0xd7,0xb1,0x69,0xbb,0x8d,0xc1,0x67,0x87},
    -	{0xdc,0x49,0xdb,0x13,0x75,0xa5,0x58,0x4f,
    -	 0x64,0x85,0xb4,0x13,0xb5,0xf1,0x2b,0xaf},
    -	{0x52,0x69,0xf1,0x49,0xd4,0x1b,0xa0,0x15,
    -	 0x24,0x97,0x57,0x4d,0x7f,0x15,0x31,0x25},
    -	};
    +static unsigned char RC5key[5][16] = {
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    +     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0x91, 0x5f, 0x46, 0x19, 0xbe, 0x41, 0xb2, 0x51,
    +     0x63, 0x55, 0xa5, 0x01, 0x10, 0xa9, 0xce, 0x91},
    +    {0x78, 0x33, 0x48, 0xe7, 0x5a, 0xeb, 0x0f, 0x2f,
    +     0xd7, 0xb1, 0x69, 0xbb, 0x8d, 0xc1, 0x67, 0x87},
    +    {0xdc, 0x49, 0xdb, 0x13, 0x75, 0xa5, 0x58, 0x4f,
    +     0x64, 0x85, 0xb4, 0x13, 0xb5, 0xf1, 0x2b, 0xaf},
    +    {0x52, 0x69, 0xf1, 0x49, 0xd4, 0x1b, 0xa0, 0x15,
    +     0x24, 0x97, 0x57, 0x4d, 0x7f, 0x15, 0x31, 0x25},
    +};
     
    -static unsigned char RC5plain[5][8]={
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0x21,0xA5,0xDB,0xEE,0x15,0x4B,0x8F,0x6D},
    -	{0xF7,0xC0,0x13,0xAC,0x5B,0x2B,0x89,0x52},
    -	{0x2F,0x42,0xB3,0xB7,0x03,0x69,0xFC,0x92},
    -	{0x65,0xC1,0x78,0xB2,0x84,0xD1,0x97,0xCC},
    -	};
    +static unsigned char RC5plain[5][8] = {
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0x21, 0xA5, 0xDB, 0xEE, 0x15, 0x4B, 0x8F, 0x6D},
    +    {0xF7, 0xC0, 0x13, 0xAC, 0x5B, 0x2B, 0x89, 0x52},
    +    {0x2F, 0x42, 0xB3, 0xB7, 0x03, 0x69, 0xFC, 0x92},
    +    {0x65, 0xC1, 0x78, 0xB2, 0x84, 0xD1, 0x97, 0xCC},
    +};
     
    -static unsigned char RC5cipher[5][8]={
    -	{0x21,0xA5,0xDB,0xEE,0x15,0x4B,0x8F,0x6D},
    -	{0xF7,0xC0,0x13,0xAC,0x5B,0x2B,0x89,0x52},
    -	{0x2F,0x42,0xB3,0xB7,0x03,0x69,0xFC,0x92},
    -	{0x65,0xC1,0x78,0xB2,0x84,0xD1,0x97,0xCC},
    -	{0xEB,0x44,0xE4,0x15,0xDA,0x31,0x98,0x24},
    -	};
    +static unsigned char RC5cipher[5][8] = {
    +    {0x21, 0xA5, 0xDB, 0xEE, 0x15, 0x4B, 0x8F, 0x6D},
    +    {0xF7, 0xC0, 0x13, 0xAC, 0x5B, 0x2B, 0x89, 0x52},
    +    {0x2F, 0x42, 0xB3, 0xB7, 0x03, 0x69, 0xFC, 0x92},
    +    {0x65, 0xC1, 0x78, 0xB2, 0x84, 0xD1, 0x97, 0xCC},
    +    {0xEB, 0x44, 0xE4, 0x15, 0xDA, 0x31, 0x98, 0x24},
    +};
     
    -#define RC5_CBC_NUM 27
    -static unsigned char rc5_cbc_cipher[RC5_CBC_NUM][8]={
    -	{0x7a,0x7b,0xba,0x4d,0x79,0x11,0x1d,0x1e},
    -	{0x79,0x7b,0xba,0x4d,0x78,0x11,0x1d,0x1e},
    -	{0x7a,0x7b,0xba,0x4d,0x79,0x11,0x1d,0x1f},
    -	{0x7a,0x7b,0xba,0x4d,0x79,0x11,0x1d,0x1f},
    -	{0x8b,0x9d,0xed,0x91,0xce,0x77,0x94,0xa6},
    -	{0x2f,0x75,0x9f,0xe7,0xad,0x86,0xa3,0x78},
    -	{0xdc,0xa2,0x69,0x4b,0xf4,0x0e,0x07,0x88},
    -	{0xdc,0xa2,0x69,0x4b,0xf4,0x0e,0x07,0x88},
    -	{0xdc,0xfe,0x09,0x85,0x77,0xec,0xa5,0xff},
    -	{0x96,0x46,0xfb,0x77,0x63,0x8f,0x9c,0xa8},
    -	{0xb2,0xb3,0x20,0x9d,0xb6,0x59,0x4d,0xa4},
    -	{0x54,0x5f,0x7f,0x32,0xa5,0xfc,0x38,0x36},
    -	{0x82,0x85,0xe7,0xc1,0xb5,0xbc,0x74,0x02},
    -	{0xfc,0x58,0x6f,0x92,0xf7,0x08,0x09,0x34},
    -	{0xcf,0x27,0x0e,0xf9,0x71,0x7f,0xf7,0xc4},
    -	{0xe4,0x93,0xf1,0xc1,0xbb,0x4d,0x6e,0x8c},
    -	{0x5c,0x4c,0x04,0x1e,0x0f,0x21,0x7a,0xc3},
    -	{0x92,0x1f,0x12,0x48,0x53,0x73,0xb4,0xf7},
    -	{0x5b,0xa0,0xca,0x6b,0xbe,0x7f,0x5f,0xad},
    -	{0xc5,0x33,0x77,0x1c,0xd0,0x11,0x0e,0x63},
    -	{0x29,0x4d,0xdb,0x46,0xb3,0x27,0x8d,0x60},
    -	{0xda,0xd6,0xbd,0xa9,0xdf,0xe8,0xf7,0xe8},
    -	{0x97,0xe0,0x78,0x78,0x37,0xed,0x31,0x7f},
    -	{0x78,0x75,0xdb,0xf6,0x73,0x8c,0x64,0x78},
    -	{0x8f,0x34,0xc3,0xc6,0x81,0xc9,0x96,0x95},
    -	{0x7c,0xb3,0xf1,0xdf,0x34,0xf9,0x48,0x11},
    -	{0x7f,0xd1,0xa0,0x23,0xa5,0xbb,0xa2,0x17},
    -	};
    +# define RC5_CBC_NUM 27
    +static unsigned char rc5_cbc_cipher[RC5_CBC_NUM][8] = {
    +    {0x7a, 0x7b, 0xba, 0x4d, 0x79, 0x11, 0x1d, 0x1e},
    +    {0x79, 0x7b, 0xba, 0x4d, 0x78, 0x11, 0x1d, 0x1e},
    +    {0x7a, 0x7b, 0xba, 0x4d, 0x79, 0x11, 0x1d, 0x1f},
    +    {0x7a, 0x7b, 0xba, 0x4d, 0x79, 0x11, 0x1d, 0x1f},
    +    {0x8b, 0x9d, 0xed, 0x91, 0xce, 0x77, 0x94, 0xa6},
    +    {0x2f, 0x75, 0x9f, 0xe7, 0xad, 0x86, 0xa3, 0x78},
    +    {0xdc, 0xa2, 0x69, 0x4b, 0xf4, 0x0e, 0x07, 0x88},
    +    {0xdc, 0xa2, 0x69, 0x4b, 0xf4, 0x0e, 0x07, 0x88},
    +    {0xdc, 0xfe, 0x09, 0x85, 0x77, 0xec, 0xa5, 0xff},
    +    {0x96, 0x46, 0xfb, 0x77, 0x63, 0x8f, 0x9c, 0xa8},
    +    {0xb2, 0xb3, 0x20, 0x9d, 0xb6, 0x59, 0x4d, 0xa4},
    +    {0x54, 0x5f, 0x7f, 0x32, 0xa5, 0xfc, 0x38, 0x36},
    +    {0x82, 0x85, 0xe7, 0xc1, 0xb5, 0xbc, 0x74, 0x02},
    +    {0xfc, 0x58, 0x6f, 0x92, 0xf7, 0x08, 0x09, 0x34},
    +    {0xcf, 0x27, 0x0e, 0xf9, 0x71, 0x7f, 0xf7, 0xc4},
    +    {0xe4, 0x93, 0xf1, 0xc1, 0xbb, 0x4d, 0x6e, 0x8c},
    +    {0x5c, 0x4c, 0x04, 0x1e, 0x0f, 0x21, 0x7a, 0xc3},
    +    {0x92, 0x1f, 0x12, 0x48, 0x53, 0x73, 0xb4, 0xf7},
    +    {0x5b, 0xa0, 0xca, 0x6b, 0xbe, 0x7f, 0x5f, 0xad},
    +    {0xc5, 0x33, 0x77, 0x1c, 0xd0, 0x11, 0x0e, 0x63},
    +    {0x29, 0x4d, 0xdb, 0x46, 0xb3, 0x27, 0x8d, 0x60},
    +    {0xda, 0xd6, 0xbd, 0xa9, 0xdf, 0xe8, 0xf7, 0xe8},
    +    {0x97, 0xe0, 0x78, 0x78, 0x37, 0xed, 0x31, 0x7f},
    +    {0x78, 0x75, 0xdb, 0xf6, 0x73, 0x8c, 0x64, 0x78},
    +    {0x8f, 0x34, 0xc3, 0xc6, 0x81, 0xc9, 0x96, 0x95},
    +    {0x7c, 0xb3, 0xf1, 0xdf, 0x34, 0xf9, 0x48, 0x11},
    +    {0x7f, 0xd1, 0xa0, 0x23, 0xa5, 0xbb, 0xa2, 0x17},
    +};
     
    -static unsigned char rc5_cbc_key[RC5_CBC_NUM][17]={
    -	{ 1,0x00},
    -	{ 1,0x00},
    -	{ 1,0x00},
    -	{ 1,0x00},
    -	{ 1,0x00},
    -	{ 1,0x11},
    -	{ 1,0x00},
    -	{ 4,0x00,0x00,0x00,0x00},
    -	{ 1,0x00},
    -	{ 1,0x00},
    -	{ 1,0x00},
    -	{ 1,0x00},
    -	{ 4,0x01,0x02,0x03,0x04},
    -	{ 4,0x01,0x02,0x03,0x04},
    -	{ 4,0x01,0x02,0x03,0x04},
    -	{ 8,0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08},
    -	{ 8,0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08},
    -	{ 8,0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08},
    -	{ 8,0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08},
    -	{16,0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08,
    -	    0x10,0x20,0x30,0x40,0x50,0x60,0x70,0x80},
    -	{16,0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08,
    -	    0x10,0x20,0x30,0x40,0x50,0x60,0x70,0x80},
    -	{16,0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08,
    -	    0x10,0x20,0x30,0x40,0x50,0x60,0x70,0x80},
    -	{ 5,0x01,0x02,0x03,0x04,0x05},
    -	{ 5,0x01,0x02,0x03,0x04,0x05},
    -	{ 5,0x01,0x02,0x03,0x04,0x05},
    -	{ 5,0x01,0x02,0x03,0x04,0x05},
    -	{ 5,0x01,0x02,0x03,0x04,0x05},
    -	};
    +static unsigned char rc5_cbc_key[RC5_CBC_NUM][17] = {
    +    {1, 0x00},
    +    {1, 0x00},
    +    {1, 0x00},
    +    {1, 0x00},
    +    {1, 0x00},
    +    {1, 0x11},
    +    {1, 0x00},
    +    {4, 0x00, 0x00, 0x00, 0x00},
    +    {1, 0x00},
    +    {1, 0x00},
    +    {1, 0x00},
    +    {1, 0x00},
    +    {4, 0x01, 0x02, 0x03, 0x04},
    +    {4, 0x01, 0x02, 0x03, 0x04},
    +    {4, 0x01, 0x02, 0x03, 0x04},
    +    {8, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08},
    +    {8, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08},
    +    {8, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08},
    +    {8, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08},
    +    {16, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08,
    +     0x10, 0x20, 0x30, 0x40, 0x50, 0x60, 0x70, 0x80},
    +    {16, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08,
    +     0x10, 0x20, 0x30, 0x40, 0x50, 0x60, 0x70, 0x80},
    +    {16, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08,
    +     0x10, 0x20, 0x30, 0x40, 0x50, 0x60, 0x70, 0x80},
    +    {5, 0x01, 0x02, 0x03, 0x04, 0x05},
    +    {5, 0x01, 0x02, 0x03, 0x04, 0x05},
    +    {5, 0x01, 0x02, 0x03, 0x04, 0x05},
    +    {5, 0x01, 0x02, 0x03, 0x04, 0x05},
    +    {5, 0x01, 0x02, 0x03, 0x04, 0x05},
    +};
     
    -static unsigned char rc5_cbc_plain[RC5_CBC_NUM][8]={
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01},
    -	{0x10,0x20,0x30,0x40,0x50,0x60,0x70,0x80},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0x10,0x20,0x30,0x40,0x50,0x60,0x70,0x80},
    -	{0x10,0x20,0x30,0x40,0x50,0x60,0x70,0x80},
    -	{0x10,0x20,0x30,0x40,0x50,0x60,0x70,0x80},
    -	{0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff},
    -	{0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff},
    -	{0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff},
    -	{0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff},
    -	{0x10,0x20,0x30,0x40,0x50,0x60,0x70,0x80},
    -	{0x10,0x20,0x30,0x40,0x50,0x60,0x70,0x80},
    -	{0x10,0x20,0x30,0x40,0x50,0x60,0x70,0x80},
    -	{0x10,0x20,0x30,0x40,0x50,0x60,0x70,0x80},
    -	{0x10,0x20,0x30,0x40,0x50,0x60,0x70,0x80},
    -	{0x10,0x20,0x30,0x40,0x50,0x60,0x70,0x80},
    -	{0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff},
    -	{0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff},
    -	{0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0x11,0x22,0x33,0x44,0x55,0x66,0x77,0x01},
    -	};
    +static unsigned char rc5_cbc_plain[RC5_CBC_NUM][8] = {
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01},
    +    {0x10, 0x20, 0x30, 0x40, 0x50, 0x60, 0x70, 0x80},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0x10, 0x20, 0x30, 0x40, 0x50, 0x60, 0x70, 0x80},
    +    {0x10, 0x20, 0x30, 0x40, 0x50, 0x60, 0x70, 0x80},
    +    {0x10, 0x20, 0x30, 0x40, 0x50, 0x60, 0x70, 0x80},
    +    {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff},
    +    {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff},
    +    {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff},
    +    {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff},
    +    {0x10, 0x20, 0x30, 0x40, 0x50, 0x60, 0x70, 0x80},
    +    {0x10, 0x20, 0x30, 0x40, 0x50, 0x60, 0x70, 0x80},
    +    {0x10, 0x20, 0x30, 0x40, 0x50, 0x60, 0x70, 0x80},
    +    {0x10, 0x20, 0x30, 0x40, 0x50, 0x60, 0x70, 0x80},
    +    {0x10, 0x20, 0x30, 0x40, 0x50, 0x60, 0x70, 0x80},
    +    {0x10, 0x20, 0x30, 0x40, 0x50, 0x60, 0x70, 0x80},
    +    {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff},
    +    {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff},
    +    {0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x01},
    +};
     
    -static int rc5_cbc_rounds[RC5_CBC_NUM]={
    -	 0, 0, 0, 0, 0, 1, 2, 2,
    -	 8, 8,12,16, 8,12,16,12,
    -	 8,12,16, 8,12,16,12, 8,
    -	 8, 8, 8,
    -	};
    +static int rc5_cbc_rounds[RC5_CBC_NUM] = {
    +    0, 0, 0, 0, 0, 1, 2, 2,
    +    8, 8, 12, 16, 8, 12, 16, 12,
    +    8, 12, 16, 8, 12, 16, 12, 8,
    +    8, 8, 8,
    +};
     
    -static unsigned char rc5_cbc_iv[RC5_CBC_NUM][8]={
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08},
    -	{0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08},
    -	{0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08},
    -	{0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08},
    -	{0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08},
    -	{0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08},
    -	{0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08},
    -	{0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0x78,0x75,0xdb,0xf6,0x73,0x8c,0x64,0x78},
    -	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
    -	{0x7c,0xb3,0xf1,0xdf,0x34,0xf9,0x48,0x11},
    -	};
    +static unsigned char rc5_cbc_iv[RC5_CBC_NUM][8] = {
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08},
    +    {0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08},
    +    {0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08},
    +    {0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08},
    +    {0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08},
    +    {0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08},
    +    {0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08},
    +    {0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0x78, 0x75, 0xdb, 0xf6, 0x73, 0x8c, 0x64, 0x78},
    +    {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
    +    {0x7c, 0xb3, 0xf1, 0xdf, 0x34, 0xf9, 0x48, 0x11},
    +};
     
     int main(int argc, char *argv[])
    -	{
    -	int i,n,err=0;
    -	RC5_32_KEY key; 
    -	unsigned char buf[8],buf2[8],ivb[8];
    +{
    +    int i, n, err = 0;
    +    RC5_32_KEY key;
    +    unsigned char buf[8], buf2[8], ivb[8];
     
    -	for (n=0; n<5; n++)
    -		{
    -		RC5_32_set_key(&key,16,&(RC5key[n][0]),12);
    +    for (n = 0; n < 5; n++) {
    +        RC5_32_set_key(&key, 16, &(RC5key[n][0]), 12);
     
    -		RC5_32_ecb_encrypt(&(RC5plain[n][0]),buf,&key,RC5_ENCRYPT);
    -		if (memcmp(&(RC5cipher[n][0]),buf,8) != 0)
    -			{
    -			printf("ecb RC5 error encrypting (%d)\n",n+1);
    -			printf("got     :");
    -			for (i=0; i<8; i++)
    -				printf("%02X ",buf[i]);
    -			printf("\n");
    -			printf("expected:");
    -			for (i=0; i<8; i++)
    -				printf("%02X ",RC5cipher[n][i]);
    -			err=20;
    -			printf("\n");
    -			}
    +        RC5_32_ecb_encrypt(&(RC5plain[n][0]), buf, &key, RC5_ENCRYPT);
    +        if (memcmp(&(RC5cipher[n][0]), buf, 8) != 0) {
    +            printf("ecb RC5 error encrypting (%d)\n", n + 1);
    +            printf("got     :");
    +            for (i = 0; i < 8; i++)
    +                printf("%02X ", buf[i]);
    +            printf("\n");
    +            printf("expected:");
    +            for (i = 0; i < 8; i++)
    +                printf("%02X ", RC5cipher[n][i]);
    +            err = 20;
    +            printf("\n");
    +        }
     
    -		RC5_32_ecb_encrypt(buf,buf2,&key,RC5_DECRYPT);
    -		if (memcmp(&(RC5plain[n][0]),buf2,8) != 0)
    -			{
    -			printf("ecb RC5 error decrypting (%d)\n",n+1);
    -			printf("got     :");
    -			for (i=0; i<8; i++)
    -				printf("%02X ",buf2[i]);
    -			printf("\n");
    -			printf("expected:");
    -			for (i=0; i<8; i++)
    -				printf("%02X ",RC5plain[n][i]);
    -			printf("\n");
    -			err=3;
    -			}
    -		}
    -	if (err == 0) printf("ecb RC5 ok\n");
    +        RC5_32_ecb_encrypt(buf, buf2, &key, RC5_DECRYPT);
    +        if (memcmp(&(RC5plain[n][0]), buf2, 8) != 0) {
    +            printf("ecb RC5 error decrypting (%d)\n", n + 1);
    +            printf("got     :");
    +            for (i = 0; i < 8; i++)
    +                printf("%02X ", buf2[i]);
    +            printf("\n");
    +            printf("expected:");
    +            for (i = 0; i < 8; i++)
    +                printf("%02X ", RC5plain[n][i]);
    +            printf("\n");
    +            err = 3;
    +        }
    +    }
    +    if (err == 0)
    +        printf("ecb RC5 ok\n");
     
    -	for (n=0; n>4)&0xf];
    -		ret[i*2+1]=f[p[i]&0xf];
    -		}
    -	ret[16]='\0';
    -	return(ret);
    -	}
    -	
    -#endif
    +    ret = &(bufs[bnum++][0]);
    +    bnum %= 10;
    +    for (i = 0; i < 8; i++) {
    +        ret[i * 2] = f[(p[i] >> 4) & 0xf];
    +        ret[i * 2 + 1] = f[p[i] & 0xf];
    +    }
    +    ret[16] = '\0';
    +    return (ret);
    +}
    +
    +# endif
     #endif
    diff --git a/openssl/crypto/ripemd/ripemd.h b/openssl/crypto/ripemd/ripemd.h
    index 189bd8c90..b88ef25e7 100644
    --- a/openssl/crypto/ripemd/ripemd.h
    +++ b/openssl/crypto/ripemd/ripemd.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -57,48 +57,46 @@
      */
     
     #ifndef HEADER_RIPEMD_H
    -#define HEADER_RIPEMD_H
    +# define HEADER_RIPEMD_H
     
    -#include 
    -#include 
    +# include 
    +# include 
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -#ifdef OPENSSL_NO_RIPEMD
    -#error RIPEMD is disabled.
    -#endif
    +# ifdef OPENSSL_NO_RIPEMD
    +#  error RIPEMD is disabled.
    +# endif
     
    -#if defined(__LP32__)
    -#define RIPEMD160_LONG unsigned long
    -#elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__)
    -#define RIPEMD160_LONG unsigned long
    -#define RIPEMD160_LONG_LOG2 3
    -#else
    -#define RIPEMD160_LONG unsigned int
    -#endif
    +# if defined(__LP32__)
    +#  define RIPEMD160_LONG unsigned long
    +# elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__)
    +#  define RIPEMD160_LONG unsigned long
    +#  define RIPEMD160_LONG_LOG2 3
    +# else
    +#  define RIPEMD160_LONG unsigned int
    +# endif
     
    -#define RIPEMD160_CBLOCK	64
    -#define RIPEMD160_LBLOCK	(RIPEMD160_CBLOCK/4)
    -#define RIPEMD160_DIGEST_LENGTH	20
    +# define RIPEMD160_CBLOCK        64
    +# define RIPEMD160_LBLOCK        (RIPEMD160_CBLOCK/4)
    +# define RIPEMD160_DIGEST_LENGTH 20
     
    -typedef struct RIPEMD160state_st
    -	{
    -	RIPEMD160_LONG A,B,C,D,E;
    -	RIPEMD160_LONG Nl,Nh;
    -	RIPEMD160_LONG data[RIPEMD160_LBLOCK];
    -	unsigned int   num;
    -	} RIPEMD160_CTX;
    +typedef struct RIPEMD160state_st {
    +    RIPEMD160_LONG A, B, C, D, E;
    +    RIPEMD160_LONG Nl, Nh;
    +    RIPEMD160_LONG data[RIPEMD160_LBLOCK];
    +    unsigned int num;
    +} RIPEMD160_CTX;
     
    -#ifdef OPENSSL_FIPS
    +# ifdef OPENSSL_FIPS
     int private_RIPEMD160_Init(RIPEMD160_CTX *c);
    -#endif
    +# endif
     int RIPEMD160_Init(RIPEMD160_CTX *c);
     int RIPEMD160_Update(RIPEMD160_CTX *c, const void *data, size_t len);
     int RIPEMD160_Final(unsigned char *md, RIPEMD160_CTX *c);
    -unsigned char *RIPEMD160(const unsigned char *d, size_t n,
    -	unsigned char *md);
    +unsigned char *RIPEMD160(const unsigned char *d, size_t n, unsigned char *md);
     void RIPEMD160_Transform(RIPEMD160_CTX *c, const unsigned char *b);
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/ripemd/rmd160.c b/openssl/crypto/ripemd/rmd160.c
    index b0ec57449..a4f800704 100644
    --- a/openssl/crypto/ripemd/rmd160.c
    +++ b/openssl/crypto/ripemd/rmd160.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,7 +60,7 @@
     #include 
     #include 
     
    -#define BUFSIZE	1024*16
    +#define BUFSIZE 1024*16
     
     void do_fp(FILE *f);
     void pt(unsigned char *md);
    @@ -69,59 +69,53 @@ int read(int, void *, unsigned int);
     #endif
     
     int main(int argc, char **argv)
    -	{
    -	int i,err=0;
    -	FILE *IN;
    +{
    +    int i, err = 0;
    +    FILE *IN;
     
    -	if (argc == 1)
    -		{
    -		do_fp(stdin);
    -		}
    -	else
    -		{
    -		for (i=1; i
     #include 
     
    -const char RMD160_version[]="RIPE-MD160" OPENSSL_VERSION_PTEXT;
    +const char RMD160_version[] = "RIPE-MD160" OPENSSL_VERSION_PTEXT;
     
    -#  ifdef RMD160_ASM
    -     void ripemd160_block_x86(RIPEMD160_CTX *c, unsigned long *p,size_t num);
    -#    define ripemd160_block ripemd160_block_x86
    -#  else
    -     void ripemd160_block(RIPEMD160_CTX *c, unsigned long *p,size_t num);
    -#  endif
    +#ifdef RMD160_ASM
    +void ripemd160_block_x86(RIPEMD160_CTX *c, unsigned long *p, size_t num);
    +# define ripemd160_block ripemd160_block_x86
    +#else
    +void ripemd160_block(RIPEMD160_CTX *c, unsigned long *p, size_t num);
    +#endif
     
     fips_md_init(RIPEMD160)
    -	{
    -	memset (c,0,sizeof(*c));
    -	c->A=RIPEMD160_A;
    -	c->B=RIPEMD160_B;
    -	c->C=RIPEMD160_C;
    -	c->D=RIPEMD160_D;
    -	c->E=RIPEMD160_E;
    -	return 1;
    -	}
    +{
    +    memset(c, 0, sizeof(*c));
    +    c->A = RIPEMD160_A;
    +    c->B = RIPEMD160_B;
    +    c->C = RIPEMD160_C;
    +    c->D = RIPEMD160_D;
    +    c->E = RIPEMD160_E;
    +    return 1;
    +}
     
     #ifndef ripemd160_block_data_order
    -#ifdef X
    -#undef X
    -#endif
    -void ripemd160_block_data_order (RIPEMD160_CTX *ctx, const void *p, size_t num)
    -	{
    -	const unsigned char *data=p;
    -	register unsigned MD32_REG_T A,B,C,D,E;
    -	unsigned MD32_REG_T a,b,c,d,e,l;
    -#ifndef MD32_XARRAY
    -	/* See comment in crypto/sha/sha_locl.h for details. */
    -	unsigned MD32_REG_T	XX0, XX1, XX2, XX3, XX4, XX5, XX6, XX7,
    -				XX8, XX9,XX10,XX11,XX12,XX13,XX14,XX15;
    -# define X(i)	XX##i
    -#else
    -	RIPEMD160_LONG	XX[16];
    -# define X(i)	XX[i]
    -#endif
    +# ifdef X
    +#  undef X
    +# endif
    +void ripemd160_block_data_order(RIPEMD160_CTX *ctx, const void *p, size_t num)
    +{
    +    const unsigned char *data = p;
    +    register unsigned MD32_REG_T A, B, C, D, E;
    +    unsigned MD32_REG_T a, b, c, d, e, l;
    +# ifndef MD32_XARRAY
    +    /* See comment in crypto/sha/sha_locl.h for details. */
    +    unsigned MD32_REG_T XX0, XX1, XX2, XX3, XX4, XX5, XX6, XX7,
    +        XX8, XX9, XX10, XX11, XX12, XX13, XX14, XX15;
    +#  define X(i)   XX##i
    +# else
    +    RIPEMD160_LONG XX[16];
    +#  define X(i)   XX[i]
    +# endif
     
    -	for (;num--;)
    -		{
    +    for (; num--;) {
     
    -	A=ctx->A; B=ctx->B; C=ctx->C; D=ctx->D; E=ctx->E;
    +        A = ctx->A;
    +        B = ctx->B;
    +        C = ctx->C;
    +        D = ctx->D;
    +        E = ctx->E;
     
    -	(void)HOST_c2l(data,l); X( 0)=l;(void)HOST_c2l(data,l); X( 1)=l;
    -	RIP1(A,B,C,D,E,WL00,SL00);	(void)HOST_c2l(data,l); X( 2)=l;
    -	RIP1(E,A,B,C,D,WL01,SL01);	(void)HOST_c2l(data,l); X( 3)=l;
    -	RIP1(D,E,A,B,C,WL02,SL02);	(void)HOST_c2l(data,l); X( 4)=l;
    -	RIP1(C,D,E,A,B,WL03,SL03);	(void)HOST_c2l(data,l); X( 5)=l;
    -	RIP1(B,C,D,E,A,WL04,SL04);	(void)HOST_c2l(data,l); X( 6)=l;
    -	RIP1(A,B,C,D,E,WL05,SL05);	(void)HOST_c2l(data,l); X( 7)=l;
    -	RIP1(E,A,B,C,D,WL06,SL06);	(void)HOST_c2l(data,l); X( 8)=l;
    -	RIP1(D,E,A,B,C,WL07,SL07);	(void)HOST_c2l(data,l); X( 9)=l;
    -	RIP1(C,D,E,A,B,WL08,SL08);	(void)HOST_c2l(data,l); X(10)=l;
    -	RIP1(B,C,D,E,A,WL09,SL09);	(void)HOST_c2l(data,l); X(11)=l;
    -	RIP1(A,B,C,D,E,WL10,SL10);	(void)HOST_c2l(data,l); X(12)=l;
    -	RIP1(E,A,B,C,D,WL11,SL11);	(void)HOST_c2l(data,l); X(13)=l;
    -	RIP1(D,E,A,B,C,WL12,SL12);	(void)HOST_c2l(data,l); X(14)=l;
    -	RIP1(C,D,E,A,B,WL13,SL13);	(void)HOST_c2l(data,l); X(15)=l;
    -	RIP1(B,C,D,E,A,WL14,SL14);
    -	RIP1(A,B,C,D,E,WL15,SL15);
    +        (void)HOST_c2l(data, l);
    +        X(0) = l;
    +        (void)HOST_c2l(data, l);
    +        X(1) = l;
    +        RIP1(A, B, C, D, E, WL00, SL00);
    +        (void)HOST_c2l(data, l);
    +        X(2) = l;
    +        RIP1(E, A, B, C, D, WL01, SL01);
    +        (void)HOST_c2l(data, l);
    +        X(3) = l;
    +        RIP1(D, E, A, B, C, WL02, SL02);
    +        (void)HOST_c2l(data, l);
    +        X(4) = l;
    +        RIP1(C, D, E, A, B, WL03, SL03);
    +        (void)HOST_c2l(data, l);
    +        X(5) = l;
    +        RIP1(B, C, D, E, A, WL04, SL04);
    +        (void)HOST_c2l(data, l);
    +        X(6) = l;
    +        RIP1(A, B, C, D, E, WL05, SL05);
    +        (void)HOST_c2l(data, l);
    +        X(7) = l;
    +        RIP1(E, A, B, C, D, WL06, SL06);
    +        (void)HOST_c2l(data, l);
    +        X(8) = l;
    +        RIP1(D, E, A, B, C, WL07, SL07);
    +        (void)HOST_c2l(data, l);
    +        X(9) = l;
    +        RIP1(C, D, E, A, B, WL08, SL08);
    +        (void)HOST_c2l(data, l);
    +        X(10) = l;
    +        RIP1(B, C, D, E, A, WL09, SL09);
    +        (void)HOST_c2l(data, l);
    +        X(11) = l;
    +        RIP1(A, B, C, D, E, WL10, SL10);
    +        (void)HOST_c2l(data, l);
    +        X(12) = l;
    +        RIP1(E, A, B, C, D, WL11, SL11);
    +        (void)HOST_c2l(data, l);
    +        X(13) = l;
    +        RIP1(D, E, A, B, C, WL12, SL12);
    +        (void)HOST_c2l(data, l);
    +        X(14) = l;
    +        RIP1(C, D, E, A, B, WL13, SL13);
    +        (void)HOST_c2l(data, l);
    +        X(15) = l;
    +        RIP1(B, C, D, E, A, WL14, SL14);
    +        RIP1(A, B, C, D, E, WL15, SL15);
     
    -	RIP2(E,A,B,C,D,WL16,SL16,KL1);
    -	RIP2(D,E,A,B,C,WL17,SL17,KL1);
    -	RIP2(C,D,E,A,B,WL18,SL18,KL1);
    -	RIP2(B,C,D,E,A,WL19,SL19,KL1);
    -	RIP2(A,B,C,D,E,WL20,SL20,KL1);
    -	RIP2(E,A,B,C,D,WL21,SL21,KL1);
    -	RIP2(D,E,A,B,C,WL22,SL22,KL1);
    -	RIP2(C,D,E,A,B,WL23,SL23,KL1);
    -	RIP2(B,C,D,E,A,WL24,SL24,KL1);
    -	RIP2(A,B,C,D,E,WL25,SL25,KL1);
    -	RIP2(E,A,B,C,D,WL26,SL26,KL1);
    -	RIP2(D,E,A,B,C,WL27,SL27,KL1);
    -	RIP2(C,D,E,A,B,WL28,SL28,KL1);
    -	RIP2(B,C,D,E,A,WL29,SL29,KL1);
    -	RIP2(A,B,C,D,E,WL30,SL30,KL1);
    -	RIP2(E,A,B,C,D,WL31,SL31,KL1);
    +        RIP2(E, A, B, C, D, WL16, SL16, KL1);
    +        RIP2(D, E, A, B, C, WL17, SL17, KL1);
    +        RIP2(C, D, E, A, B, WL18, SL18, KL1);
    +        RIP2(B, C, D, E, A, WL19, SL19, KL1);
    +        RIP2(A, B, C, D, E, WL20, SL20, KL1);
    +        RIP2(E, A, B, C, D, WL21, SL21, KL1);
    +        RIP2(D, E, A, B, C, WL22, SL22, KL1);
    +        RIP2(C, D, E, A, B, WL23, SL23, KL1);
    +        RIP2(B, C, D, E, A, WL24, SL24, KL1);
    +        RIP2(A, B, C, D, E, WL25, SL25, KL1);
    +        RIP2(E, A, B, C, D, WL26, SL26, KL1);
    +        RIP2(D, E, A, B, C, WL27, SL27, KL1);
    +        RIP2(C, D, E, A, B, WL28, SL28, KL1);
    +        RIP2(B, C, D, E, A, WL29, SL29, KL1);
    +        RIP2(A, B, C, D, E, WL30, SL30, KL1);
    +        RIP2(E, A, B, C, D, WL31, SL31, KL1);
     
    -	RIP3(D,E,A,B,C,WL32,SL32,KL2);
    -	RIP3(C,D,E,A,B,WL33,SL33,KL2);
    -	RIP3(B,C,D,E,A,WL34,SL34,KL2);
    -	RIP3(A,B,C,D,E,WL35,SL35,KL2);
    -	RIP3(E,A,B,C,D,WL36,SL36,KL2);
    -	RIP3(D,E,A,B,C,WL37,SL37,KL2);
    -	RIP3(C,D,E,A,B,WL38,SL38,KL2);
    -	RIP3(B,C,D,E,A,WL39,SL39,KL2);
    -	RIP3(A,B,C,D,E,WL40,SL40,KL2);
    -	RIP3(E,A,B,C,D,WL41,SL41,KL2);
    -	RIP3(D,E,A,B,C,WL42,SL42,KL2);
    -	RIP3(C,D,E,A,B,WL43,SL43,KL2);
    -	RIP3(B,C,D,E,A,WL44,SL44,KL2);
    -	RIP3(A,B,C,D,E,WL45,SL45,KL2);
    -	RIP3(E,A,B,C,D,WL46,SL46,KL2);
    -	RIP3(D,E,A,B,C,WL47,SL47,KL2);
    +        RIP3(D, E, A, B, C, WL32, SL32, KL2);
    +        RIP3(C, D, E, A, B, WL33, SL33, KL2);
    +        RIP3(B, C, D, E, A, WL34, SL34, KL2);
    +        RIP3(A, B, C, D, E, WL35, SL35, KL2);
    +        RIP3(E, A, B, C, D, WL36, SL36, KL2);
    +        RIP3(D, E, A, B, C, WL37, SL37, KL2);
    +        RIP3(C, D, E, A, B, WL38, SL38, KL2);
    +        RIP3(B, C, D, E, A, WL39, SL39, KL2);
    +        RIP3(A, B, C, D, E, WL40, SL40, KL2);
    +        RIP3(E, A, B, C, D, WL41, SL41, KL2);
    +        RIP3(D, E, A, B, C, WL42, SL42, KL2);
    +        RIP3(C, D, E, A, B, WL43, SL43, KL2);
    +        RIP3(B, C, D, E, A, WL44, SL44, KL2);
    +        RIP3(A, B, C, D, E, WL45, SL45, KL2);
    +        RIP3(E, A, B, C, D, WL46, SL46, KL2);
    +        RIP3(D, E, A, B, C, WL47, SL47, KL2);
     
    -	RIP4(C,D,E,A,B,WL48,SL48,KL3);
    -	RIP4(B,C,D,E,A,WL49,SL49,KL3);
    -	RIP4(A,B,C,D,E,WL50,SL50,KL3);
    -	RIP4(E,A,B,C,D,WL51,SL51,KL3);
    -	RIP4(D,E,A,B,C,WL52,SL52,KL3);
    -	RIP4(C,D,E,A,B,WL53,SL53,KL3);
    -	RIP4(B,C,D,E,A,WL54,SL54,KL3);
    -	RIP4(A,B,C,D,E,WL55,SL55,KL3);
    -	RIP4(E,A,B,C,D,WL56,SL56,KL3);
    -	RIP4(D,E,A,B,C,WL57,SL57,KL3);
    -	RIP4(C,D,E,A,B,WL58,SL58,KL3);
    -	RIP4(B,C,D,E,A,WL59,SL59,KL3);
    -	RIP4(A,B,C,D,E,WL60,SL60,KL3);
    -	RIP4(E,A,B,C,D,WL61,SL61,KL3);
    -	RIP4(D,E,A,B,C,WL62,SL62,KL3);
    -	RIP4(C,D,E,A,B,WL63,SL63,KL3);
    +        RIP4(C, D, E, A, B, WL48, SL48, KL3);
    +        RIP4(B, C, D, E, A, WL49, SL49, KL3);
    +        RIP4(A, B, C, D, E, WL50, SL50, KL3);
    +        RIP4(E, A, B, C, D, WL51, SL51, KL3);
    +        RIP4(D, E, A, B, C, WL52, SL52, KL3);
    +        RIP4(C, D, E, A, B, WL53, SL53, KL3);
    +        RIP4(B, C, D, E, A, WL54, SL54, KL3);
    +        RIP4(A, B, C, D, E, WL55, SL55, KL3);
    +        RIP4(E, A, B, C, D, WL56, SL56, KL3);
    +        RIP4(D, E, A, B, C, WL57, SL57, KL3);
    +        RIP4(C, D, E, A, B, WL58, SL58, KL3);
    +        RIP4(B, C, D, E, A, WL59, SL59, KL3);
    +        RIP4(A, B, C, D, E, WL60, SL60, KL3);
    +        RIP4(E, A, B, C, D, WL61, SL61, KL3);
    +        RIP4(D, E, A, B, C, WL62, SL62, KL3);
    +        RIP4(C, D, E, A, B, WL63, SL63, KL3);
     
    -	RIP5(B,C,D,E,A,WL64,SL64,KL4);
    -	RIP5(A,B,C,D,E,WL65,SL65,KL4);
    -	RIP5(E,A,B,C,D,WL66,SL66,KL4);
    -	RIP5(D,E,A,B,C,WL67,SL67,KL4);
    -	RIP5(C,D,E,A,B,WL68,SL68,KL4);
    -	RIP5(B,C,D,E,A,WL69,SL69,KL4);
    -	RIP5(A,B,C,D,E,WL70,SL70,KL4);
    -	RIP5(E,A,B,C,D,WL71,SL71,KL4);
    -	RIP5(D,E,A,B,C,WL72,SL72,KL4);
    -	RIP5(C,D,E,A,B,WL73,SL73,KL4);
    -	RIP5(B,C,D,E,A,WL74,SL74,KL4);
    -	RIP5(A,B,C,D,E,WL75,SL75,KL4);
    -	RIP5(E,A,B,C,D,WL76,SL76,KL4);
    -	RIP5(D,E,A,B,C,WL77,SL77,KL4);
    -	RIP5(C,D,E,A,B,WL78,SL78,KL4);
    -	RIP5(B,C,D,E,A,WL79,SL79,KL4);
    +        RIP5(B, C, D, E, A, WL64, SL64, KL4);
    +        RIP5(A, B, C, D, E, WL65, SL65, KL4);
    +        RIP5(E, A, B, C, D, WL66, SL66, KL4);
    +        RIP5(D, E, A, B, C, WL67, SL67, KL4);
    +        RIP5(C, D, E, A, B, WL68, SL68, KL4);
    +        RIP5(B, C, D, E, A, WL69, SL69, KL4);
    +        RIP5(A, B, C, D, E, WL70, SL70, KL4);
    +        RIP5(E, A, B, C, D, WL71, SL71, KL4);
    +        RIP5(D, E, A, B, C, WL72, SL72, KL4);
    +        RIP5(C, D, E, A, B, WL73, SL73, KL4);
    +        RIP5(B, C, D, E, A, WL74, SL74, KL4);
    +        RIP5(A, B, C, D, E, WL75, SL75, KL4);
    +        RIP5(E, A, B, C, D, WL76, SL76, KL4);
    +        RIP5(D, E, A, B, C, WL77, SL77, KL4);
    +        RIP5(C, D, E, A, B, WL78, SL78, KL4);
    +        RIP5(B, C, D, E, A, WL79, SL79, KL4);
     
    -	a=A; b=B; c=C; d=D; e=E;
    -	/* Do other half */
    -	A=ctx->A; B=ctx->B; C=ctx->C; D=ctx->D; E=ctx->E;
    +        a = A;
    +        b = B;
    +        c = C;
    +        d = D;
    +        e = E;
    +        /* Do other half */
    +        A = ctx->A;
    +        B = ctx->B;
    +        C = ctx->C;
    +        D = ctx->D;
    +        E = ctx->E;
     
    -	RIP5(A,B,C,D,E,WR00,SR00,KR0);
    -	RIP5(E,A,B,C,D,WR01,SR01,KR0);
    -	RIP5(D,E,A,B,C,WR02,SR02,KR0);
    -	RIP5(C,D,E,A,B,WR03,SR03,KR0);
    -	RIP5(B,C,D,E,A,WR04,SR04,KR0);
    -	RIP5(A,B,C,D,E,WR05,SR05,KR0);
    -	RIP5(E,A,B,C,D,WR06,SR06,KR0);
    -	RIP5(D,E,A,B,C,WR07,SR07,KR0);
    -	RIP5(C,D,E,A,B,WR08,SR08,KR0);
    -	RIP5(B,C,D,E,A,WR09,SR09,KR0);
    -	RIP5(A,B,C,D,E,WR10,SR10,KR0);
    -	RIP5(E,A,B,C,D,WR11,SR11,KR0);
    -	RIP5(D,E,A,B,C,WR12,SR12,KR0);
    -	RIP5(C,D,E,A,B,WR13,SR13,KR0);
    -	RIP5(B,C,D,E,A,WR14,SR14,KR0);
    -	RIP5(A,B,C,D,E,WR15,SR15,KR0);
    +        RIP5(A, B, C, D, E, WR00, SR00, KR0);
    +        RIP5(E, A, B, C, D, WR01, SR01, KR0);
    +        RIP5(D, E, A, B, C, WR02, SR02, KR0);
    +        RIP5(C, D, E, A, B, WR03, SR03, KR0);
    +        RIP5(B, C, D, E, A, WR04, SR04, KR0);
    +        RIP5(A, B, C, D, E, WR05, SR05, KR0);
    +        RIP5(E, A, B, C, D, WR06, SR06, KR0);
    +        RIP5(D, E, A, B, C, WR07, SR07, KR0);
    +        RIP5(C, D, E, A, B, WR08, SR08, KR0);
    +        RIP5(B, C, D, E, A, WR09, SR09, KR0);
    +        RIP5(A, B, C, D, E, WR10, SR10, KR0);
    +        RIP5(E, A, B, C, D, WR11, SR11, KR0);
    +        RIP5(D, E, A, B, C, WR12, SR12, KR0);
    +        RIP5(C, D, E, A, B, WR13, SR13, KR0);
    +        RIP5(B, C, D, E, A, WR14, SR14, KR0);
    +        RIP5(A, B, C, D, E, WR15, SR15, KR0);
     
    -	RIP4(E,A,B,C,D,WR16,SR16,KR1);
    -	RIP4(D,E,A,B,C,WR17,SR17,KR1);
    -	RIP4(C,D,E,A,B,WR18,SR18,KR1);
    -	RIP4(B,C,D,E,A,WR19,SR19,KR1);
    -	RIP4(A,B,C,D,E,WR20,SR20,KR1);
    -	RIP4(E,A,B,C,D,WR21,SR21,KR1);
    -	RIP4(D,E,A,B,C,WR22,SR22,KR1);
    -	RIP4(C,D,E,A,B,WR23,SR23,KR1);
    -	RIP4(B,C,D,E,A,WR24,SR24,KR1);
    -	RIP4(A,B,C,D,E,WR25,SR25,KR1);
    -	RIP4(E,A,B,C,D,WR26,SR26,KR1);
    -	RIP4(D,E,A,B,C,WR27,SR27,KR1);
    -	RIP4(C,D,E,A,B,WR28,SR28,KR1);
    -	RIP4(B,C,D,E,A,WR29,SR29,KR1);
    -	RIP4(A,B,C,D,E,WR30,SR30,KR1);
    -	RIP4(E,A,B,C,D,WR31,SR31,KR1);
    +        RIP4(E, A, B, C, D, WR16, SR16, KR1);
    +        RIP4(D, E, A, B, C, WR17, SR17, KR1);
    +        RIP4(C, D, E, A, B, WR18, SR18, KR1);
    +        RIP4(B, C, D, E, A, WR19, SR19, KR1);
    +        RIP4(A, B, C, D, E, WR20, SR20, KR1);
    +        RIP4(E, A, B, C, D, WR21, SR21, KR1);
    +        RIP4(D, E, A, B, C, WR22, SR22, KR1);
    +        RIP4(C, D, E, A, B, WR23, SR23, KR1);
    +        RIP4(B, C, D, E, A, WR24, SR24, KR1);
    +        RIP4(A, B, C, D, E, WR25, SR25, KR1);
    +        RIP4(E, A, B, C, D, WR26, SR26, KR1);
    +        RIP4(D, E, A, B, C, WR27, SR27, KR1);
    +        RIP4(C, D, E, A, B, WR28, SR28, KR1);
    +        RIP4(B, C, D, E, A, WR29, SR29, KR1);
    +        RIP4(A, B, C, D, E, WR30, SR30, KR1);
    +        RIP4(E, A, B, C, D, WR31, SR31, KR1);
     
    -	RIP3(D,E,A,B,C,WR32,SR32,KR2);
    -	RIP3(C,D,E,A,B,WR33,SR33,KR2);
    -	RIP3(B,C,D,E,A,WR34,SR34,KR2);
    -	RIP3(A,B,C,D,E,WR35,SR35,KR2);
    -	RIP3(E,A,B,C,D,WR36,SR36,KR2);
    -	RIP3(D,E,A,B,C,WR37,SR37,KR2);
    -	RIP3(C,D,E,A,B,WR38,SR38,KR2);
    -	RIP3(B,C,D,E,A,WR39,SR39,KR2);
    -	RIP3(A,B,C,D,E,WR40,SR40,KR2);
    -	RIP3(E,A,B,C,D,WR41,SR41,KR2);
    -	RIP3(D,E,A,B,C,WR42,SR42,KR2);
    -	RIP3(C,D,E,A,B,WR43,SR43,KR2);
    -	RIP3(B,C,D,E,A,WR44,SR44,KR2);
    -	RIP3(A,B,C,D,E,WR45,SR45,KR2);
    -	RIP3(E,A,B,C,D,WR46,SR46,KR2);
    -	RIP3(D,E,A,B,C,WR47,SR47,KR2);
    +        RIP3(D, E, A, B, C, WR32, SR32, KR2);
    +        RIP3(C, D, E, A, B, WR33, SR33, KR2);
    +        RIP3(B, C, D, E, A, WR34, SR34, KR2);
    +        RIP3(A, B, C, D, E, WR35, SR35, KR2);
    +        RIP3(E, A, B, C, D, WR36, SR36, KR2);
    +        RIP3(D, E, A, B, C, WR37, SR37, KR2);
    +        RIP3(C, D, E, A, B, WR38, SR38, KR2);
    +        RIP3(B, C, D, E, A, WR39, SR39, KR2);
    +        RIP3(A, B, C, D, E, WR40, SR40, KR2);
    +        RIP3(E, A, B, C, D, WR41, SR41, KR2);
    +        RIP3(D, E, A, B, C, WR42, SR42, KR2);
    +        RIP3(C, D, E, A, B, WR43, SR43, KR2);
    +        RIP3(B, C, D, E, A, WR44, SR44, KR2);
    +        RIP3(A, B, C, D, E, WR45, SR45, KR2);
    +        RIP3(E, A, B, C, D, WR46, SR46, KR2);
    +        RIP3(D, E, A, B, C, WR47, SR47, KR2);
     
    -	RIP2(C,D,E,A,B,WR48,SR48,KR3);
    -	RIP2(B,C,D,E,A,WR49,SR49,KR3);
    -	RIP2(A,B,C,D,E,WR50,SR50,KR3);
    -	RIP2(E,A,B,C,D,WR51,SR51,KR3);
    -	RIP2(D,E,A,B,C,WR52,SR52,KR3);
    -	RIP2(C,D,E,A,B,WR53,SR53,KR3);
    -	RIP2(B,C,D,E,A,WR54,SR54,KR3);
    -	RIP2(A,B,C,D,E,WR55,SR55,KR3);
    -	RIP2(E,A,B,C,D,WR56,SR56,KR3);
    -	RIP2(D,E,A,B,C,WR57,SR57,KR3);
    -	RIP2(C,D,E,A,B,WR58,SR58,KR3);
    -	RIP2(B,C,D,E,A,WR59,SR59,KR3);
    -	RIP2(A,B,C,D,E,WR60,SR60,KR3);
    -	RIP2(E,A,B,C,D,WR61,SR61,KR3);
    -	RIP2(D,E,A,B,C,WR62,SR62,KR3);
    -	RIP2(C,D,E,A,B,WR63,SR63,KR3);
    +        RIP2(C, D, E, A, B, WR48, SR48, KR3);
    +        RIP2(B, C, D, E, A, WR49, SR49, KR3);
    +        RIP2(A, B, C, D, E, WR50, SR50, KR3);
    +        RIP2(E, A, B, C, D, WR51, SR51, KR3);
    +        RIP2(D, E, A, B, C, WR52, SR52, KR3);
    +        RIP2(C, D, E, A, B, WR53, SR53, KR3);
    +        RIP2(B, C, D, E, A, WR54, SR54, KR3);
    +        RIP2(A, B, C, D, E, WR55, SR55, KR3);
    +        RIP2(E, A, B, C, D, WR56, SR56, KR3);
    +        RIP2(D, E, A, B, C, WR57, SR57, KR3);
    +        RIP2(C, D, E, A, B, WR58, SR58, KR3);
    +        RIP2(B, C, D, E, A, WR59, SR59, KR3);
    +        RIP2(A, B, C, D, E, WR60, SR60, KR3);
    +        RIP2(E, A, B, C, D, WR61, SR61, KR3);
    +        RIP2(D, E, A, B, C, WR62, SR62, KR3);
    +        RIP2(C, D, E, A, B, WR63, SR63, KR3);
     
    -	RIP1(B,C,D,E,A,WR64,SR64);
    -	RIP1(A,B,C,D,E,WR65,SR65);
    -	RIP1(E,A,B,C,D,WR66,SR66);
    -	RIP1(D,E,A,B,C,WR67,SR67);
    -	RIP1(C,D,E,A,B,WR68,SR68);
    -	RIP1(B,C,D,E,A,WR69,SR69);
    -	RIP1(A,B,C,D,E,WR70,SR70);
    -	RIP1(E,A,B,C,D,WR71,SR71);
    -	RIP1(D,E,A,B,C,WR72,SR72);
    -	RIP1(C,D,E,A,B,WR73,SR73);
    -	RIP1(B,C,D,E,A,WR74,SR74);
    -	RIP1(A,B,C,D,E,WR75,SR75);
    -	RIP1(E,A,B,C,D,WR76,SR76);
    -	RIP1(D,E,A,B,C,WR77,SR77);
    -	RIP1(C,D,E,A,B,WR78,SR78);
    -	RIP1(B,C,D,E,A,WR79,SR79);
    +        RIP1(B, C, D, E, A, WR64, SR64);
    +        RIP1(A, B, C, D, E, WR65, SR65);
    +        RIP1(E, A, B, C, D, WR66, SR66);
    +        RIP1(D, E, A, B, C, WR67, SR67);
    +        RIP1(C, D, E, A, B, WR68, SR68);
    +        RIP1(B, C, D, E, A, WR69, SR69);
    +        RIP1(A, B, C, D, E, WR70, SR70);
    +        RIP1(E, A, B, C, D, WR71, SR71);
    +        RIP1(D, E, A, B, C, WR72, SR72);
    +        RIP1(C, D, E, A, B, WR73, SR73);
    +        RIP1(B, C, D, E, A, WR74, SR74);
    +        RIP1(A, B, C, D, E, WR75, SR75);
    +        RIP1(E, A, B, C, D, WR76, SR76);
    +        RIP1(D, E, A, B, C, WR77, SR77);
    +        RIP1(C, D, E, A, B, WR78, SR78);
    +        RIP1(B, C, D, E, A, WR79, SR79);
     
    -	D     =ctx->B+c+D;
    -	ctx->B=ctx->C+d+E;
    -	ctx->C=ctx->D+e+A;
    -	ctx->D=ctx->E+a+B;
    -	ctx->E=ctx->A+b+C;
    -	ctx->A=D;
    +        D = ctx->B + c + D;
    +        ctx->B = ctx->C + d + E;
    +        ctx->C = ctx->D + e + A;
    +        ctx->D = ctx->E + a + B;
    +        ctx->E = ctx->A + b + C;
    +        ctx->A = D;
     
    -		}
    -	}
    +    }
    +}
     #endif
    diff --git a/openssl/crypto/ripemd/rmd_locl.h b/openssl/crypto/ripemd/rmd_locl.h
    index 2bd8957d1..26e025633 100644
    --- a/openssl/crypto/ripemd/rmd_locl.h
    +++ b/openssl/crypto/ripemd/rmd_locl.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,13 +62,13 @@
     #include 
     
     #ifndef RIPEMD160_LONG_LOG2
    -#define RIPEMD160_LONG_LOG2 2 /* default to 32 bits */
    +# define RIPEMD160_LONG_LOG2 2  /* default to 32 bits */
     #endif
     
     /*
      * DO EXAMINE COMMENTS IN crypto/md5/md5_locl.h & crypto/md5/md5_dgst.c
      * FOR EXPLANATIONS ON FOLLOWING "CODE."
    - *					
    + *                                      
      */
     #ifdef RMD160_ASM
     # if defined(__i386) || defined(__i386__) || defined(_M_IX86) || defined(__INTEL__)
    @@ -76,7 +76,7 @@
     # endif
     #endif
     
    -void ripemd160_block_data_order (RIPEMD160_CTX *c, const void *p,size_t num);
    +void ripemd160_block_data_order(RIPEMD160_CTX *c, const void *p, size_t num);
     
     #define DATA_ORDER_IS_LITTLE_ENDIAN
     
    @@ -86,65 +86,64 @@ void ripemd160_block_data_order (RIPEMD160_CTX *c, const void *p,size_t num);
     #define HASH_UPDATE             RIPEMD160_Update
     #define HASH_TRANSFORM          RIPEMD160_Transform
     #define HASH_FINAL              RIPEMD160_Final
    -#define	HASH_MAKE_STRING(c,s)	do {	\
    -	unsigned long ll;		\
    -	ll=(c)->A; (void)HOST_l2c(ll,(s));	\
    -	ll=(c)->B; (void)HOST_l2c(ll,(s));	\
    -	ll=(c)->C; (void)HOST_l2c(ll,(s));	\
    -	ll=(c)->D; (void)HOST_l2c(ll,(s));	\
    -	ll=(c)->E; (void)HOST_l2c(ll,(s));	\
    -	} while (0)
    +#define HASH_MAKE_STRING(c,s)   do {    \
    +        unsigned long ll;               \
    +        ll=(c)->A; (void)HOST_l2c(ll,(s));      \
    +        ll=(c)->B; (void)HOST_l2c(ll,(s));      \
    +        ll=(c)->C; (void)HOST_l2c(ll,(s));      \
    +        ll=(c)->D; (void)HOST_l2c(ll,(s));      \
    +        ll=(c)->E; (void)HOST_l2c(ll,(s));      \
    +        } while (0)
     #define HASH_BLOCK_DATA_ORDER   ripemd160_block_data_order
     
     #include "md32_common.h"
     
     #if 0
    -#define F1(x,y,z)	 ((x)^(y)^(z))
    -#define F2(x,y,z)	(((x)&(y))|((~x)&z))
    -#define F3(x,y,z)	(((x)|(~y))^(z))
    -#define F4(x,y,z)	(((x)&(z))|((y)&(~(z))))
    -#define F5(x,y,z)	 ((x)^((y)|(~(z))))
    +# define F1(x,y,z)        ((x)^(y)^(z))
    +# define F2(x,y,z)       (((x)&(y))|((~x)&z))
    +# define F3(x,y,z)       (((x)|(~y))^(z))
    +# define F4(x,y,z)       (((x)&(z))|((y)&(~(z))))
    +# define F5(x,y,z)        ((x)^((y)|(~(z))))
     #else
     /*
      * Transformed F2 and F4 are courtesy of Wei Dai 
      */
    -#define F1(x,y,z)	((x) ^ (y) ^ (z))
    -#define F2(x,y,z)	((((y) ^ (z)) & (x)) ^ (z))
    -#define F3(x,y,z)	(((~(y)) | (x)) ^ (z))
    -#define F4(x,y,z)	((((x) ^ (y)) & (z)) ^ (y))
    -#define F5(x,y,z)	(((~(z)) | (y)) ^ (x))
    +# define F1(x,y,z)       ((x) ^ (y) ^ (z))
    +# define F2(x,y,z)       ((((y) ^ (z)) & (x)) ^ (z))
    +# define F3(x,y,z)       (((~(y)) | (x)) ^ (z))
    +# define F4(x,y,z)       ((((x) ^ (y)) & (z)) ^ (y))
    +# define F5(x,y,z)       (((~(z)) | (y)) ^ (x))
     #endif
     
    -#define RIPEMD160_A	0x67452301L
    -#define RIPEMD160_B	0xEFCDAB89L
    -#define RIPEMD160_C	0x98BADCFEL
    -#define RIPEMD160_D	0x10325476L
    -#define RIPEMD160_E	0xC3D2E1F0L
    +#define RIPEMD160_A     0x67452301L
    +#define RIPEMD160_B     0xEFCDAB89L
    +#define RIPEMD160_C     0x98BADCFEL
    +#define RIPEMD160_D     0x10325476L
    +#define RIPEMD160_E     0xC3D2E1F0L
     
     #include "rmdconst.h"
     
     #define RIP1(a,b,c,d,e,w,s) { \
    -	a+=F1(b,c,d)+X(w); \
    +        a+=F1(b,c,d)+X(w); \
             a=ROTATE(a,s)+e; \
             c=ROTATE(c,10); }
     
     #define RIP2(a,b,c,d,e,w,s,K) { \
    -	a+=F2(b,c,d)+X(w)+K; \
    +        a+=F2(b,c,d)+X(w)+K; \
             a=ROTATE(a,s)+e; \
             c=ROTATE(c,10); }
     
     #define RIP3(a,b,c,d,e,w,s,K) { \
    -	a+=F3(b,c,d)+X(w)+K; \
    +        a+=F3(b,c,d)+X(w)+K; \
             a=ROTATE(a,s)+e; \
             c=ROTATE(c,10); }
     
     #define RIP4(a,b,c,d,e,w,s,K) { \
    -	a+=F4(b,c,d)+X(w)+K; \
    +        a+=F4(b,c,d)+X(w)+K; \
             a=ROTATE(a,s)+e; \
             c=ROTATE(c,10); }
     
     #define RIP5(a,b,c,d,e,w,s,K) { \
    -	a+=F5(b,c,d)+X(w)+K; \
    +        a+=F5(b,c,d)+X(w)+K; \
             a=ROTATE(a,s)+e; \
             c=ROTATE(c,10); }
    -
    diff --git a/openssl/crypto/ripemd/rmd_one.c b/openssl/crypto/ripemd/rmd_one.c
    index 3efb13758..666e01a41 100644
    --- a/openssl/crypto/ripemd/rmd_one.c
    +++ b/openssl/crypto/ripemd/rmd_one.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,18 +61,17 @@
     #include 
     #include 
     
    -unsigned char *RIPEMD160(const unsigned char *d, size_t n,
    -	     unsigned char *md)
    -	{
    -	RIPEMD160_CTX c;
    -	static unsigned char m[RIPEMD160_DIGEST_LENGTH];
    -
    -	if (md == NULL) md=m;
    -	if (!RIPEMD160_Init(&c))
    -		return NULL;
    -	RIPEMD160_Update(&c,d,n);
    -	RIPEMD160_Final(md,&c);
    -	OPENSSL_cleanse(&c,sizeof(c)); /* security consideration */
    -	return(md);
    -	}
    +unsigned char *RIPEMD160(const unsigned char *d, size_t n, unsigned char *md)
    +{
    +    RIPEMD160_CTX c;
    +    static unsigned char m[RIPEMD160_DIGEST_LENGTH];
     
    +    if (md == NULL)
    +        md = m;
    +    if (!RIPEMD160_Init(&c))
    +        return NULL;
    +    RIPEMD160_Update(&c, d, n);
    +    RIPEMD160_Final(md, &c);
    +    OPENSSL_cleanse(&c, sizeof(c)); /* security consideration */
    +    return (md);
    +}
    diff --git a/openssl/crypto/ripemd/rmdconst.h b/openssl/crypto/ripemd/rmdconst.h
    index 59c48dead..8fe33de14 100644
    --- a/openssl/crypto/ripemd/rmdconst.h
    +++ b/openssl/crypto/ripemd/rmdconst.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -396,4 +396,3 @@
     #define SR78 11
     #define WR79 11
     #define SR79 11
    -
    diff --git a/openssl/crypto/ripemd/rmdtest.c b/openssl/crypto/ripemd/rmdtest.c
    index fb34e0e83..95f6f46ab 100644
    --- a/openssl/crypto/ripemd/rmdtest.c
    +++ b/openssl/crypto/ripemd/rmdtest.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -66,80 +66,78 @@
     int main(int argc, char *argv[])
     {
         printf("No ripemd support\n");
    -    return(0);
    +    return (0);
     }
     #else
    -#include 
    -#include 
    +# include 
    +# include 
     
    -#ifdef CHARSET_EBCDIC
    -#include 
    -#endif
    +# ifdef CHARSET_EBCDIC
    +#  include 
    +# endif
     
    -static char *test[]={
    -	"",
    -	"a",
    -	"abc",
    -	"message digest",
    -	"abcdefghijklmnopqrstuvwxyz",
    -	"abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq",
    -	"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",
    -	"12345678901234567890123456789012345678901234567890123456789012345678901234567890",
    -	NULL,
    -	};
    +static char *test[] = {
    +    "",
    +    "a",
    +    "abc",
    +    "message digest",
    +    "abcdefghijklmnopqrstuvwxyz",
    +    "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq",
    +    "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",
    +    "12345678901234567890123456789012345678901234567890123456789012345678901234567890",
    +    NULL,
    +};
     
    -static char *ret[]={
    -	"9c1185a5c5e9fc54612808977ee8f548b2258d31",
    -	"0bdc9d2d256b3ee9daae347be6f4dc835a467ffe",
    -	"8eb208f7e05d987a9b044a8e98c6b087f15a0bfc",
    -	"5d0689ef49d2fae572b881b123a85ffa21595f36",
    -	"f71c27109c692c1b56bbdceb5b9d2865b3708dbc",
    -	"12a053384a9c0c88e405a06c27dcf49ada62eb2b",
    -	"b0e20b6e3116640286ed3a87a5713079b21f5189",
    -	"9b752e45573d4b39f4dbd3323cab82bf63326bfb",
    -	};
    +static char *ret[] = {
    +    "9c1185a5c5e9fc54612808977ee8f548b2258d31",
    +    "0bdc9d2d256b3ee9daae347be6f4dc835a467ffe",
    +    "8eb208f7e05d987a9b044a8e98c6b087f15a0bfc",
    +    "5d0689ef49d2fae572b881b123a85ffa21595f36",
    +    "f71c27109c692c1b56bbdceb5b9d2865b3708dbc",
    +    "12a053384a9c0c88e405a06c27dcf49ada62eb2b",
    +    "b0e20b6e3116640286ed3a87a5713079b21f5189",
    +    "9b752e45573d4b39f4dbd3323cab82bf63326bfb",
    +};
     
     static char *pt(unsigned char *md);
     int main(int argc, char *argv[])
    -	{
    -	int i,err=0;
    -	char **P,**R;
    -	char *p;
    -	unsigned char md[RIPEMD160_DIGEST_LENGTH];
    +{
    +    int i, err = 0;
    +    char **P, **R;
    +    char *p;
    +    unsigned char md[RIPEMD160_DIGEST_LENGTH];
     
    -	P=test;
    -	R=ret;
    -	i=1;
    -	while (*P != NULL)
    -		{
    -#ifdef CHARSET_EBCDIC
    -		ebcdic2ascii((char *)*P, (char *)*P, strlen((char *)*P));
    -#endif
    -		EVP_Digest(&(P[0][0]),strlen((char *)*P),md,NULL,EVP_ripemd160(), NULL);
    -		p=pt(md);
    -		if (strcmp(p,(char *)*R) != 0)
    -			{
    -			printf("error calculating RIPEMD160 on '%s'\n",*P);
    -			printf("got %s instead of %s\n",p,*R);
    -			err++;
    -			}
    -		else
    -			printf("test %d ok\n",i);
    -		i++;
    -		R++;
    -		P++;
    -		}
    -	EXIT(err);
    -	return(0);
    -	}
    +    P = test;
    +    R = ret;
    +    i = 1;
    +    while (*P != NULL) {
    +# ifdef CHARSET_EBCDIC
    +        ebcdic2ascii((char *)*P, (char *)*P, strlen((char *)*P));
    +# endif
    +        EVP_Digest(&(P[0][0]), strlen((char *)*P), md, NULL, EVP_ripemd160(),
    +                   NULL);
    +        p = pt(md);
    +        if (strcmp(p, (char *)*R) != 0) {
    +            printf("error calculating RIPEMD160 on '%s'\n", *P);
    +            printf("got %s instead of %s\n", p, *R);
    +            err++;
    +        } else
    +            printf("test %d ok\n", i);
    +        i++;
    +        R++;
    +        P++;
    +    }
    +    EXIT(err);
    +    return (0);
    +}
     
     static char *pt(unsigned char *md)
    -	{
    -	int i;
    -	static char buf[80];
    +{
    +    int i;
    +    static char buf[80];
     
    -	for (i=0; i
    +# include 
     
    -#ifndef OPENSSL_NO_BIO
    -#include 
    -#endif
    -#include 
    -#include 
    -#ifndef OPENSSL_NO_DEPRECATED
    -#include 
    -#endif
    +# ifndef OPENSSL_NO_BIO
    +#  include 
    +# endif
    +# include 
    +# include 
    +# ifndef OPENSSL_NO_DEPRECATED
    +#  include 
    +# endif
     
    -#ifdef OPENSSL_NO_RSA
    -#error RSA is disabled.
    -#endif
    +# ifdef OPENSSL_NO_RSA
    +#  error RSA is disabled.
    +# endif
     
     #ifdef  __cplusplus
     extern "C" {
    @@ -82,230 +82,269 @@ extern "C" {
     /* typedef struct rsa_st RSA; */
     /* typedef struct rsa_meth_st RSA_METHOD; */
     
    -struct rsa_meth_st
    -	{
    -	const char *name;
    -	int (*rsa_pub_enc)(int flen,const unsigned char *from,
    -			   unsigned char *to,
    -			   RSA *rsa,int padding);
    -	int (*rsa_pub_dec)(int flen,const unsigned char *from,
    -			   unsigned char *to,
    -			   RSA *rsa,int padding);
    -	int (*rsa_priv_enc)(int flen,const unsigned char *from,
    -			    unsigned char *to,
    -			    RSA *rsa,int padding);
    -	int (*rsa_priv_dec)(int flen,const unsigned char *from,
    -			    unsigned char *to,
    -			    RSA *rsa,int padding);
    -	int (*rsa_mod_exp)(BIGNUM *r0,const BIGNUM *I,RSA *rsa,BN_CTX *ctx); /* Can be null */
    -	int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    -			  const BIGNUM *m, BN_CTX *ctx,
    -			  BN_MONT_CTX *m_ctx); /* Can be null */
    -	int (*init)(RSA *rsa);		/* called at new */
    -	int (*finish)(RSA *rsa);	/* called at free */
    -	int flags;			/* RSA_METHOD_FLAG_* things */
    -	char *app_data;			/* may be needed! */
    -/* New sign and verify functions: some libraries don't allow arbitrary data
    - * to be signed/verified: this allows them to be used. Note: for this to work
    - * the RSA_public_decrypt() and RSA_private_encrypt() should *NOT* be used
    - * RSA_sign(), RSA_verify() should be used instead. Note: for backwards
    - * compatibility this functionality is only enabled if the RSA_FLAG_SIGN_VER
    - * option is set in 'flags'.
    - */
    -	int (*rsa_sign)(int type,
    -		const unsigned char *m, unsigned int m_length,
    -		unsigned char *sigret, unsigned int *siglen, const RSA *rsa);
    -	int (*rsa_verify)(int dtype,
    -		const unsigned char *m, unsigned int m_length,
    -		const unsigned char *sigbuf, unsigned int siglen,
    -								const RSA *rsa);
    -/* If this callback is NULL, the builtin software RSA key-gen will be used. This
    - * is for behavioural compatibility whilst the code gets rewired, but one day
    - * it would be nice to assume there are no such things as "builtin software"
    - * implementations. */
    -	int (*rsa_keygen)(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
    -	};
    -
    -struct rsa_st
    -	{
    -	/* The first parameter is used to pickup errors where
    -	 * this is passed instead of aEVP_PKEY, it is set to 0 */
    -	int pad;
    -	long version;
    -	const RSA_METHOD *meth;
    -	/* functional reference if 'meth' is ENGINE-provided */
    -	ENGINE *engine;
    -	BIGNUM *n;
    -	BIGNUM *e;
    -	BIGNUM *d;
    -	BIGNUM *p;
    -	BIGNUM *q;
    -	BIGNUM *dmp1;
    -	BIGNUM *dmq1;
    -	BIGNUM *iqmp;
    -	/* be careful using this if the RSA structure is shared */
    -	CRYPTO_EX_DATA ex_data;
    -	int references;
    -	int flags;
    -
    -	/* Used to cache montgomery values */
    -	BN_MONT_CTX *_method_mod_n;
    -	BN_MONT_CTX *_method_mod_p;
    -	BN_MONT_CTX *_method_mod_q;
    -
    -	/* all BIGNUM values are actually in the following data, if it is not
    -	 * NULL */
    -	char *bignum_data;
    -	BN_BLINDING *blinding;
    -	BN_BLINDING *mt_blinding;
    -	};
    -
    -#ifndef OPENSSL_RSA_MAX_MODULUS_BITS
    -# define OPENSSL_RSA_MAX_MODULUS_BITS	16384
    -#endif
    -
    -#ifndef OPENSSL_RSA_SMALL_MODULUS_BITS
    -# define OPENSSL_RSA_SMALL_MODULUS_BITS	3072
    -#endif
    -#ifndef OPENSSL_RSA_MAX_PUBEXP_BITS
    -# define OPENSSL_RSA_MAX_PUBEXP_BITS	64 /* exponent limit enforced for "large" modulus only */
    -#endif
    -
    -#define RSA_3	0x3L
    -#define RSA_F4	0x10001L
    -
    -#define RSA_METHOD_FLAG_NO_CHECK	0x0001 /* don't check pub/private match */
    -
    -#define RSA_FLAG_CACHE_PUBLIC		0x0002
    -#define RSA_FLAG_CACHE_PRIVATE		0x0004
    -#define RSA_FLAG_BLINDING		0x0008
    -#define RSA_FLAG_THREAD_SAFE		0x0010
    -/* This flag means the private key operations will be handled by rsa_mod_exp
    +struct rsa_meth_st {
    +    const char *name;
    +    int (*rsa_pub_enc) (int flen, const unsigned char *from,
    +                        unsigned char *to, RSA *rsa, int padding);
    +    int (*rsa_pub_dec) (int flen, const unsigned char *from,
    +                        unsigned char *to, RSA *rsa, int padding);
    +    int (*rsa_priv_enc) (int flen, const unsigned char *from,
    +                         unsigned char *to, RSA *rsa, int padding);
    +    int (*rsa_priv_dec) (int flen, const unsigned char *from,
    +                         unsigned char *to, RSA *rsa, int padding);
    +    /* Can be null */
    +    int (*rsa_mod_exp) (BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx);
    +    /* Can be null */
    +    int (*bn_mod_exp) (BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    +                       const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
    +    /* called at new */
    +    int (*init) (RSA *rsa);
    +    /* called at free */
    +    int (*finish) (RSA *rsa);
    +    /* RSA_METHOD_FLAG_* things */
    +    int flags;
    +    /* may be needed! */
    +    char *app_data;
    +    /*
    +     * New sign and verify functions: some libraries don't allow arbitrary
    +     * data to be signed/verified: this allows them to be used. Note: for
    +     * this to work the RSA_public_decrypt() and RSA_private_encrypt() should
    +     * *NOT* be used RSA_sign(), RSA_verify() should be used instead. Note:
    +     * for backwards compatibility this functionality is only enabled if the
    +     * RSA_FLAG_SIGN_VER option is set in 'flags'.
    +     */
    +    int (*rsa_sign) (int type,
    +                     const unsigned char *m, unsigned int m_length,
    +                     unsigned char *sigret, unsigned int *siglen,
    +                     const RSA *rsa);
    +    int (*rsa_verify) (int dtype, const unsigned char *m,
    +                       unsigned int m_length, const unsigned char *sigbuf,
    +                       unsigned int siglen, const RSA *rsa);
    +    /*
    +     * If this callback is NULL, the builtin software RSA key-gen will be
    +     * used. This is for behavioural compatibility whilst the code gets
    +     * rewired, but one day it would be nice to assume there are no such
    +     * things as "builtin software" implementations.
    +     */
    +    int (*rsa_keygen) (RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
    +};
    +
    +struct rsa_st {
    +    /*
    +     * The first parameter is used to pickup errors where this is passed
    +     * instead of aEVP_PKEY, it is set to 0
    +     */
    +    int pad;
    +    long version;
    +    const RSA_METHOD *meth;
    +    /* functional reference if 'meth' is ENGINE-provided */
    +    ENGINE *engine;
    +    BIGNUM *n;
    +    BIGNUM *e;
    +    BIGNUM *d;
    +    BIGNUM *p;
    +    BIGNUM *q;
    +    BIGNUM *dmp1;
    +    BIGNUM *dmq1;
    +    BIGNUM *iqmp;
    +    /* be careful using this if the RSA structure is shared */
    +    CRYPTO_EX_DATA ex_data;
    +    int references;
    +    int flags;
    +    /* Used to cache montgomery values */
    +    BN_MONT_CTX *_method_mod_n;
    +    BN_MONT_CTX *_method_mod_p;
    +    BN_MONT_CTX *_method_mod_q;
    +    /*
    +     * all BIGNUM values are actually in the following data, if it is not
    +     * NULL
    +     */
    +    char *bignum_data;
    +    BN_BLINDING *blinding;
    +    BN_BLINDING *mt_blinding;
    +};
    +
    +# ifndef OPENSSL_RSA_MAX_MODULUS_BITS
    +#  define OPENSSL_RSA_MAX_MODULUS_BITS   16384
    +# endif
    +
    +# ifndef OPENSSL_RSA_SMALL_MODULUS_BITS
    +#  define OPENSSL_RSA_SMALL_MODULUS_BITS 3072
    +# endif
    +# ifndef OPENSSL_RSA_MAX_PUBEXP_BITS
    +
    +/* exponent limit enforced for "large" modulus only */
    +#  define OPENSSL_RSA_MAX_PUBEXP_BITS    64
    +# endif
    +
    +# define RSA_3   0x3L
    +# define RSA_F4  0x10001L
    +
    +# define RSA_METHOD_FLAG_NO_CHECK        0x0001/* don't check pub/private
    +                                                * match */
    +
    +# define RSA_FLAG_CACHE_PUBLIC           0x0002
    +# define RSA_FLAG_CACHE_PRIVATE          0x0004
    +# define RSA_FLAG_BLINDING               0x0008
    +# define RSA_FLAG_THREAD_SAFE            0x0010
    +/*
    + * This flag means the private key operations will be handled by rsa_mod_exp
      * and that they do not depend on the private key components being present:
    - * for example a key stored in external hardware. Without this flag bn_mod_exp
    - * gets called when private key components are absent.
    + * for example a key stored in external hardware. Without this flag
    + * bn_mod_exp gets called when private key components are absent.
      */
    -#define RSA_FLAG_EXT_PKEY		0x0020
    +# define RSA_FLAG_EXT_PKEY               0x0020
     
    -/* This flag in the RSA_METHOD enables the new rsa_sign, rsa_verify functions.
    +/*
    + * This flag in the RSA_METHOD enables the new rsa_sign, rsa_verify
    + * functions.
      */
    -#define RSA_FLAG_SIGN_VER		0x0040
    -
    -#define RSA_FLAG_NO_BLINDING		0x0080 /* new with 0.9.6j and 0.9.7b; the built-in
    -                                                * RSA implementation now uses blinding by
    -                                                * default (ignoring RSA_FLAG_BLINDING),
    -                                                * but other engines might not need it
    -                                                */
    -#define RSA_FLAG_NO_CONSTTIME		0x0100 /* new with 0.9.8f; the built-in RSA
    -						* implementation now uses constant time
    -						* operations by default in private key operations,
    -						* e.g., constant time modular exponentiation, 
    -                                                * modular inverse without leaking branches, 
    -                                                * division without leaking branches. This 
    -                                                * flag disables these constant time 
    -                                                * operations and results in faster RSA 
    -                                                * private key operations.
    -                                                */ 
    -#ifndef OPENSSL_NO_DEPRECATED
    -#define RSA_FLAG_NO_EXP_CONSTTIME RSA_FLAG_NO_CONSTTIME /* deprecated name for the flag*/
    -                                                /* new with 0.9.7h; the built-in RSA
    -                                                * implementation now uses constant time
    -                                                * modular exponentiation for secret exponents
    -                                                * by default. This flag causes the
    -                                                * faster variable sliding window method to
    -                                                * be used for all exponents.
    -                                                */
    -#endif
    -
    -
    -#define EVP_PKEY_CTX_set_rsa_padding(ctx, pad) \
    -	EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, -1, EVP_PKEY_CTRL_RSA_PADDING, \
    -				pad, NULL)
    -
    -#define EVP_PKEY_CTX_get_rsa_padding(ctx, ppad) \
    -	EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, -1, \
    -				EVP_PKEY_CTRL_GET_RSA_PADDING, 0, ppad)
    +# define RSA_FLAG_SIGN_VER               0x0040
     
    -#define EVP_PKEY_CTX_set_rsa_pss_saltlen(ctx, len) \
    -	EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, \
    -				(EVP_PKEY_OP_SIGN|EVP_PKEY_OP_VERIFY), \
    -				EVP_PKEY_CTRL_RSA_PSS_SALTLEN, \
    -				len, NULL)
    -
    -#define EVP_PKEY_CTX_get_rsa_pss_saltlen(ctx, plen) \
    -	EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, \
    -				(EVP_PKEY_OP_SIGN|EVP_PKEY_OP_VERIFY), \
    -				EVP_PKEY_CTRL_GET_RSA_PSS_SALTLEN, \
    -				0, plen)
    -
    -#define EVP_PKEY_CTX_set_rsa_keygen_bits(ctx, bits) \
    -	EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_KEYGEN, \
    -				EVP_PKEY_CTRL_RSA_KEYGEN_BITS, bits, NULL)
    -
    -#define EVP_PKEY_CTX_set_rsa_keygen_pubexp(ctx, pubexp) \
    -	EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_KEYGEN, \
    -				EVP_PKEY_CTRL_RSA_KEYGEN_PUBEXP, 0, pubexp)
    -
    -#define	 EVP_PKEY_CTX_set_rsa_mgf1_md(ctx, md)	\
    -		EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_SIG,  \
    -				EVP_PKEY_CTRL_RSA_MGF1_MD, 0, (void *)md)
    -
    -#define	 EVP_PKEY_CTX_get_rsa_mgf1_md(ctx, pmd)	\
    -		EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_SIG,  \
    -				EVP_PKEY_CTRL_GET_RSA_MGF1_MD, 0, (void *)pmd)
    -
    -#define EVP_PKEY_CTRL_RSA_PADDING	(EVP_PKEY_ALG_CTRL + 1)
    -#define EVP_PKEY_CTRL_RSA_PSS_SALTLEN	(EVP_PKEY_ALG_CTRL + 2)
    -
    -#define EVP_PKEY_CTRL_RSA_KEYGEN_BITS	(EVP_PKEY_ALG_CTRL + 3)
    -#define EVP_PKEY_CTRL_RSA_KEYGEN_PUBEXP	(EVP_PKEY_ALG_CTRL + 4)
    -#define EVP_PKEY_CTRL_RSA_MGF1_MD	(EVP_PKEY_ALG_CTRL + 5)
    -
    -#define EVP_PKEY_CTRL_GET_RSA_PADDING		(EVP_PKEY_ALG_CTRL + 6)
    -#define EVP_PKEY_CTRL_GET_RSA_PSS_SALTLEN	(EVP_PKEY_ALG_CTRL + 7)
    -#define EVP_PKEY_CTRL_GET_RSA_MGF1_MD		(EVP_PKEY_ALG_CTRL + 8)
    -
    -#define RSA_PKCS1_PADDING	1
    -#define RSA_SSLV23_PADDING	2
    -#define RSA_NO_PADDING		3
    -#define RSA_PKCS1_OAEP_PADDING	4
    -#define RSA_X931_PADDING	5
    +/*
    + * new with 0.9.6j and 0.9.7b; the built-in
    + * RSA implementation now uses blinding by
    + * default (ignoring RSA_FLAG_BLINDING),
    + * but other engines might not need it
    + */
    +# define RSA_FLAG_NO_BLINDING            0x0080
    +/*
    + * new with 0.9.8f; the built-in RSA
    + * implementation now uses constant time
    + * operations by default in private key operations,
    + * e.g., constant time modular exponentiation,
    + * modular inverse without leaking branches,
    + * division without leaking branches. This
    + * flag disables these constant time
    + * operations and results in faster RSA
    + * private key operations.
    + */
    +# define RSA_FLAG_NO_CONSTTIME           0x0100
    +# ifdef OPENSSL_USE_DEPRECATED
    +/* deprecated name for the flag*/
    +/*
    + * new with 0.9.7h; the built-in RSA
    + * implementation now uses constant time
    + * modular exponentiation for secret exponents
    + * by default. This flag causes the
    + * faster variable sliding window method to
    + * be used for all exponents.
    + */
    +#  define RSA_FLAG_NO_EXP_CONSTTIME RSA_FLAG_NO_CONSTTIME
    +# endif
    +
    +# define EVP_PKEY_CTX_set_rsa_padding(ctx, pad) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, -1, EVP_PKEY_CTRL_RSA_PADDING, \
    +                                pad, NULL)
    +
    +# define EVP_PKEY_CTX_get_rsa_padding(ctx, ppad) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, -1, \
    +                                EVP_PKEY_CTRL_GET_RSA_PADDING, 0, ppad)
    +
    +# define EVP_PKEY_CTX_set_rsa_pss_saltlen(ctx, len) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, \
    +                                (EVP_PKEY_OP_SIGN|EVP_PKEY_OP_VERIFY), \
    +                                EVP_PKEY_CTRL_RSA_PSS_SALTLEN, \
    +                                len, NULL)
    +
    +# define EVP_PKEY_CTX_get_rsa_pss_saltlen(ctx, plen) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, \
    +                                (EVP_PKEY_OP_SIGN|EVP_PKEY_OP_VERIFY), \
    +                                EVP_PKEY_CTRL_GET_RSA_PSS_SALTLEN, \
    +                                0, plen)
    +
    +# define EVP_PKEY_CTX_set_rsa_keygen_bits(ctx, bits) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_KEYGEN, \
    +                                EVP_PKEY_CTRL_RSA_KEYGEN_BITS, bits, NULL)
    +
    +# define EVP_PKEY_CTX_set_rsa_keygen_pubexp(ctx, pubexp) \
    +        EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_KEYGEN, \
    +                                EVP_PKEY_CTRL_RSA_KEYGEN_PUBEXP, 0, pubexp)
    +
    +# define  EVP_PKEY_CTX_set_rsa_mgf1_md(ctx, md)  \
    +                EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, \
    +                        EVP_PKEY_OP_TYPE_SIG | EVP_PKEY_OP_TYPE_CRYPT, \
    +                                EVP_PKEY_CTRL_RSA_MGF1_MD, 0, (void *)md)
    +
    +# define  EVP_PKEY_CTX_set_rsa_oaep_md(ctx, md)  \
    +                EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT,  \
    +                                EVP_PKEY_CTRL_RSA_OAEP_MD, 0, (void *)md)
    +
    +# define  EVP_PKEY_CTX_get_rsa_mgf1_md(ctx, pmd) \
    +                EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, \
    +                        EVP_PKEY_OP_TYPE_SIG | EVP_PKEY_OP_TYPE_CRYPT, \
    +                                EVP_PKEY_CTRL_GET_RSA_MGF1_MD, 0, (void *)pmd)
    +
    +# define  EVP_PKEY_CTX_get_rsa_oaep_md(ctx, pmd) \
    +                EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT,  \
    +                                EVP_PKEY_CTRL_GET_RSA_OAEP_MD, 0, (void *)pmd)
    +
    +# define  EVP_PKEY_CTX_set0_rsa_oaep_label(ctx, l, llen) \
    +                EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT,  \
    +                                EVP_PKEY_CTRL_RSA_OAEP_LABEL, llen, (void *)l)
    +
    +# define  EVP_PKEY_CTX_get0_rsa_oaep_label(ctx, l)       \
    +                EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT,  \
    +                                EVP_PKEY_CTRL_GET_RSA_OAEP_LABEL, 0, (void *)l)
    +
    +# define EVP_PKEY_CTRL_RSA_PADDING       (EVP_PKEY_ALG_CTRL + 1)
    +# define EVP_PKEY_CTRL_RSA_PSS_SALTLEN   (EVP_PKEY_ALG_CTRL + 2)
    +
    +# define EVP_PKEY_CTRL_RSA_KEYGEN_BITS   (EVP_PKEY_ALG_CTRL + 3)
    +# define EVP_PKEY_CTRL_RSA_KEYGEN_PUBEXP (EVP_PKEY_ALG_CTRL + 4)
    +# define EVP_PKEY_CTRL_RSA_MGF1_MD       (EVP_PKEY_ALG_CTRL + 5)
    +
    +# define EVP_PKEY_CTRL_GET_RSA_PADDING           (EVP_PKEY_ALG_CTRL + 6)
    +# define EVP_PKEY_CTRL_GET_RSA_PSS_SALTLEN       (EVP_PKEY_ALG_CTRL + 7)
    +# define EVP_PKEY_CTRL_GET_RSA_MGF1_MD           (EVP_PKEY_ALG_CTRL + 8)
    +
    +# define EVP_PKEY_CTRL_RSA_OAEP_MD       (EVP_PKEY_ALG_CTRL + 9)
    +# define EVP_PKEY_CTRL_RSA_OAEP_LABEL    (EVP_PKEY_ALG_CTRL + 10)
    +
    +# define EVP_PKEY_CTRL_GET_RSA_OAEP_MD   (EVP_PKEY_ALG_CTRL + 11)
    +# define EVP_PKEY_CTRL_GET_RSA_OAEP_LABEL (EVP_PKEY_ALG_CTRL + 12)
    +
    +# define RSA_PKCS1_PADDING       1
    +# define RSA_SSLV23_PADDING      2
    +# define RSA_NO_PADDING          3
    +# define RSA_PKCS1_OAEP_PADDING  4
    +# define RSA_X931_PADDING        5
     /* EVP_PKEY_ only */
    -#define RSA_PKCS1_PSS_PADDING	6
    +# define RSA_PKCS1_PSS_PADDING   6
     
    -#define RSA_PKCS1_PADDING_SIZE	11
    +# define RSA_PKCS1_PADDING_SIZE  11
     
    -#define RSA_set_app_data(s,arg)         RSA_set_ex_data(s,0,arg)
    -#define RSA_get_app_data(s)             RSA_get_ex_data(s,0)
    +# define RSA_set_app_data(s,arg)         RSA_set_ex_data(s,0,arg)
    +# define RSA_get_app_data(s)             RSA_get_ex_data(s,0)
     
    -RSA *	RSA_new(void);
    -RSA *	RSA_new_method(ENGINE *engine);
    -int	RSA_size(const RSA *rsa);
    +RSA *RSA_new(void);
    +RSA *RSA_new_method(ENGINE *engine);
    +int RSA_size(const RSA *rsa);
     
     /* Deprecated version */
    -#ifndef OPENSSL_NO_DEPRECATED
    -RSA *	RSA_generate_key(int bits, unsigned long e,void
    -		(*callback)(int,int,void *),void *cb_arg);
    -#endif /* !defined(OPENSSL_NO_DEPRECATED) */
    +# ifndef OPENSSL_NO_DEPRECATED
    +RSA *RSA_generate_key(int bits, unsigned long e, void
    +                       (*callback) (int, int, void *), void *cb_arg);
    +# endif                         /* !defined(OPENSSL_NO_DEPRECATED) */
     
     /* New version */
    -int	RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
    -
    -int	RSA_check_key(const RSA *);
    -	/* next 4 return -1 on error */
    -int	RSA_public_encrypt(int flen, const unsigned char *from,
    -		unsigned char *to, RSA *rsa,int padding);
    -int	RSA_private_encrypt(int flen, const unsigned char *from,
    -		unsigned char *to, RSA *rsa,int padding);
    -int	RSA_public_decrypt(int flen, const unsigned char *from, 
    -		unsigned char *to, RSA *rsa,int padding);
    -int	RSA_private_decrypt(int flen, const unsigned char *from, 
    -		unsigned char *to, RSA *rsa,int padding);
    -void	RSA_free (RSA *r);
    +int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
    +
    +int RSA_check_key(const RSA *);
    +        /* next 4 return -1 on error */
    +int RSA_public_encrypt(int flen, const unsigned char *from,
    +                       unsigned char *to, RSA *rsa, int padding);
    +int RSA_private_encrypt(int flen, const unsigned char *from,
    +                        unsigned char *to, RSA *rsa, int padding);
    +int RSA_public_decrypt(int flen, const unsigned char *from,
    +                       unsigned char *to, RSA *rsa, int padding);
    +int RSA_private_decrypt(int flen, const unsigned char *from,
    +                        unsigned char *to, RSA *rsa, int padding);
    +void RSA_free(RSA *r);
     /* "up" the RSA object's reference count */
    -int	RSA_up_ref(RSA *r);
    +int RSA_up_ref(RSA *r);
     
    -int	RSA_flags(const RSA *r);
    +int RSA_flags(const RSA *r);
     
     void RSA_set_default_method(const RSA_METHOD *meth);
     const RSA_METHOD *RSA_get_default_method(void);
    @@ -323,133 +362,162 @@ const RSA_METHOD *RSA_null_method(void);
     DECLARE_ASN1_ENCODE_FUNCTIONS_const(RSA, RSAPublicKey)
     DECLARE_ASN1_ENCODE_FUNCTIONS_const(RSA, RSAPrivateKey)
     
    -typedef struct rsa_pss_params_st
    -	{
    -	X509_ALGOR *hashAlgorithm;
    -	X509_ALGOR *maskGenAlgorithm;
    -	ASN1_INTEGER *saltLength;
    -	ASN1_INTEGER *trailerField;
    -	} RSA_PSS_PARAMS;
    +typedef struct rsa_pss_params_st {
    +    X509_ALGOR *hashAlgorithm;
    +    X509_ALGOR *maskGenAlgorithm;
    +    ASN1_INTEGER *saltLength;
    +    ASN1_INTEGER *trailerField;
    +} RSA_PSS_PARAMS;
     
     DECLARE_ASN1_FUNCTIONS(RSA_PSS_PARAMS)
     
    -#ifndef OPENSSL_NO_FP_API
    -int	RSA_print_fp(FILE *fp, const RSA *r,int offset);
    -#endif
    +typedef struct rsa_oaep_params_st {
    +    X509_ALGOR *hashFunc;
    +    X509_ALGOR *maskGenFunc;
    +    X509_ALGOR *pSourceFunc;
    +} RSA_OAEP_PARAMS;
     
    -#ifndef OPENSSL_NO_BIO
    -int	RSA_print(BIO *bp, const RSA *r,int offset);
    -#endif
    +DECLARE_ASN1_FUNCTIONS(RSA_OAEP_PARAMS)
    +
    +# ifndef OPENSSL_NO_FP_API
    +int RSA_print_fp(FILE *fp, const RSA *r, int offset);
    +# endif
     
    -#ifndef OPENSSL_NO_RC4
    +# ifndef OPENSSL_NO_BIO
    +int RSA_print(BIO *bp, const RSA *r, int offset);
    +# endif
    +
    +# ifndef OPENSSL_NO_RC4
     int i2d_RSA_NET(const RSA *a, unsigned char **pp,
    -		int (*cb)(char *buf, int len, const char *prompt, int verify),
    -		int sgckey);
    +                int (*cb) (char *buf, int len, const char *prompt,
    +                           int verify), int sgckey);
     RSA *d2i_RSA_NET(RSA **a, const unsigned char **pp, long length,
    -		 int (*cb)(char *buf, int len, const char *prompt, int verify),
    -		 int sgckey);
    +                 int (*cb) (char *buf, int len, const char *prompt,
    +                            int verify), int sgckey);
     
     int i2d_Netscape_RSA(const RSA *a, unsigned char **pp,
    -		     int (*cb)(char *buf, int len, const char *prompt,
    -			       int verify));
    +                     int (*cb) (char *buf, int len, const char *prompt,
    +                                int verify));
     RSA *d2i_Netscape_RSA(RSA **a, const unsigned char **pp, long length,
    -		      int (*cb)(char *buf, int len, const char *prompt,
    -				int verify));
    -#endif
    +                      int (*cb) (char *buf, int len, const char *prompt,
    +                                 int verify));
    +# endif
     
    -/* The following 2 functions sign and verify a X509_SIG ASN1 object
    - * inside PKCS#1 padded RSA encryption */
    +/*
    + * The following 2 functions sign and verify a X509_SIG ASN1 object inside
    + * PKCS#1 padded RSA encryption
    + */
     int RSA_sign(int type, const unsigned char *m, unsigned int m_length,
    -	unsigned char *sigret, unsigned int *siglen, RSA *rsa);
    +             unsigned char *sigret, unsigned int *siglen, RSA *rsa);
     int RSA_verify(int type, const unsigned char *m, unsigned int m_length,
    -	const unsigned char *sigbuf, unsigned int siglen, RSA *rsa);
    +               const unsigned char *sigbuf, unsigned int siglen, RSA *rsa);
     
    -/* The following 2 function sign and verify a ASN1_OCTET_STRING
    - * object inside PKCS#1 padded RSA encryption */
    +/*
    + * The following 2 function sign and verify a ASN1_OCTET_STRING object inside
    + * PKCS#1 padded RSA encryption
    + */
     int RSA_sign_ASN1_OCTET_STRING(int type,
    -	const unsigned char *m, unsigned int m_length,
    -	unsigned char *sigret, unsigned int *siglen, RSA *rsa);
    -int RSA_verify_ASN1_OCTET_STRING(int type,
    -	const unsigned char *m, unsigned int m_length,
    -	unsigned char *sigbuf, unsigned int siglen, RSA *rsa);
    +                               const unsigned char *m, unsigned int m_length,
    +                               unsigned char *sigret, unsigned int *siglen,
    +                               RSA *rsa);
    +int RSA_verify_ASN1_OCTET_STRING(int type, const unsigned char *m,
    +                                 unsigned int m_length, unsigned char *sigbuf,
    +                                 unsigned int siglen, RSA *rsa);
     
     int RSA_blinding_on(RSA *rsa, BN_CTX *ctx);
     void RSA_blinding_off(RSA *rsa);
     BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *ctx);
     
    -int RSA_padding_add_PKCS1_type_1(unsigned char *to,int tlen,
    -	const unsigned char *f,int fl);
    -int RSA_padding_check_PKCS1_type_1(unsigned char *to,int tlen,
    -	const unsigned char *f,int fl,int rsa_len);
    -int RSA_padding_add_PKCS1_type_2(unsigned char *to,int tlen,
    -	const unsigned char *f,int fl);
    -int RSA_padding_check_PKCS1_type_2(unsigned char *to,int tlen,
    -	const unsigned char *f,int fl,int rsa_len);
    -int PKCS1_MGF1(unsigned char *mask, long len,
    -	const unsigned char *seed, long seedlen, const EVP_MD *dgst);
    -int RSA_padding_add_PKCS1_OAEP(unsigned char *to,int tlen,
    -	const unsigned char *f,int fl,
    -	const unsigned char *p,int pl);
    -int RSA_padding_check_PKCS1_OAEP(unsigned char *to,int tlen,
    -	const unsigned char *f,int fl,int rsa_len,
    -	const unsigned char *p,int pl);
    -int RSA_padding_add_SSLv23(unsigned char *to,int tlen,
    -	const unsigned char *f,int fl);
    -int RSA_padding_check_SSLv23(unsigned char *to,int tlen,
    -	const unsigned char *f,int fl,int rsa_len);
    -int RSA_padding_add_none(unsigned char *to,int tlen,
    -	const unsigned char *f,int fl);
    -int RSA_padding_check_none(unsigned char *to,int tlen,
    -	const unsigned char *f,int fl,int rsa_len);
    -int RSA_padding_add_X931(unsigned char *to,int tlen,
    -	const unsigned char *f,int fl);
    -int RSA_padding_check_X931(unsigned char *to,int tlen,
    -	const unsigned char *f,int fl,int rsa_len);
    +int RSA_padding_add_PKCS1_type_1(unsigned char *to, int tlen,
    +                                 const unsigned char *f, int fl);
    +int RSA_padding_check_PKCS1_type_1(unsigned char *to, int tlen,
    +                                   const unsigned char *f, int fl,
    +                                   int rsa_len);
    +int RSA_padding_add_PKCS1_type_2(unsigned char *to, int tlen,
    +                                 const unsigned char *f, int fl);
    +int RSA_padding_check_PKCS1_type_2(unsigned char *to, int tlen,
    +                                   const unsigned char *f, int fl,
    +                                   int rsa_len);
    +int PKCS1_MGF1(unsigned char *mask, long len, const unsigned char *seed,
    +               long seedlen, const EVP_MD *dgst);
    +int RSA_padding_add_PKCS1_OAEP(unsigned char *to, int tlen,
    +                               const unsigned char *f, int fl,
    +                               const unsigned char *p, int pl);
    +int RSA_padding_check_PKCS1_OAEP(unsigned char *to, int tlen,
    +                                 const unsigned char *f, int fl, int rsa_len,
    +                                 const unsigned char *p, int pl);
    +int RSA_padding_add_PKCS1_OAEP_mgf1(unsigned char *to, int tlen,
    +                                    const unsigned char *from, int flen,
    +                                    const unsigned char *param, int plen,
    +                                    const EVP_MD *md, const EVP_MD *mgf1md);
    +int RSA_padding_check_PKCS1_OAEP_mgf1(unsigned char *to, int tlen,
    +                                      const unsigned char *from, int flen,
    +                                      int num, const unsigned char *param,
    +                                      int plen, const EVP_MD *md,
    +                                      const EVP_MD *mgf1md);
    +int RSA_padding_add_SSLv23(unsigned char *to, int tlen,
    +                           const unsigned char *f, int fl);
    +int RSA_padding_check_SSLv23(unsigned char *to, int tlen,
    +                             const unsigned char *f, int fl, int rsa_len);
    +int RSA_padding_add_none(unsigned char *to, int tlen, const unsigned char *f,
    +                         int fl);
    +int RSA_padding_check_none(unsigned char *to, int tlen,
    +                           const unsigned char *f, int fl, int rsa_len);
    +int RSA_padding_add_X931(unsigned char *to, int tlen, const unsigned char *f,
    +                         int fl);
    +int RSA_padding_check_X931(unsigned char *to, int tlen,
    +                           const unsigned char *f, int fl, int rsa_len);
     int RSA_X931_hash_id(int nid);
     
     int RSA_verify_PKCS1_PSS(RSA *rsa, const unsigned char *mHash,
    -			const EVP_MD *Hash, const unsigned char *EM, int sLen);
    +                         const EVP_MD *Hash, const unsigned char *EM,
    +                         int sLen);
     int RSA_padding_add_PKCS1_PSS(RSA *rsa, unsigned char *EM,
    -			const unsigned char *mHash,
    -			const EVP_MD *Hash, int sLen);
    +                              const unsigned char *mHash, const EVP_MD *Hash,
    +                              int sLen);
     
     int RSA_verify_PKCS1_PSS_mgf1(RSA *rsa, const unsigned char *mHash,
    -			const EVP_MD *Hash, const EVP_MD *mgf1Hash, 
    -			const unsigned char *EM, int sLen);
    +                              const EVP_MD *Hash, const EVP_MD *mgf1Hash,
    +                              const unsigned char *EM, int sLen);
     
     int RSA_padding_add_PKCS1_PSS_mgf1(RSA *rsa, unsigned char *EM,
    -			const unsigned char *mHash,
    -			const EVP_MD *Hash, const EVP_MD *mgf1Hash, int sLen);
    +                                   const unsigned char *mHash,
    +                                   const EVP_MD *Hash, const EVP_MD *mgf1Hash,
    +                                   int sLen);
     
     int RSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
    -	CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
    -int RSA_set_ex_data(RSA *r,int idx,void *arg);
    +                         CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
    +int RSA_set_ex_data(RSA *r, int idx, void *arg);
     void *RSA_get_ex_data(const RSA *r, int idx);
     
     RSA *RSAPublicKey_dup(RSA *rsa);
     RSA *RSAPrivateKey_dup(RSA *rsa);
     
    -/* If this flag is set the RSA method is FIPS compliant and can be used
    - * in FIPS mode. This is set in the validated module method. If an
    - * application sets this flag in its own methods it is its responsibility
    - * to ensure the result is compliant.
    +/*
    + * If this flag is set the RSA method is FIPS compliant and can be used in
    + * FIPS mode. This is set in the validated module method. If an application
    + * sets this flag in its own methods it is its responsibility to ensure the
    + * result is compliant.
      */
     
    -#define RSA_FLAG_FIPS_METHOD			0x0400
    +# define RSA_FLAG_FIPS_METHOD                    0x0400
     
    -/* If this flag is set the operations normally disabled in FIPS mode are
    +/*
    + * If this flag is set the operations normally disabled in FIPS mode are
      * permitted it is then the applications responsibility to ensure that the
      * usage is compliant.
      */
     
    -#define RSA_FLAG_NON_FIPS_ALLOW			0x0400
    -/* Application has decided PRNG is good enough to generate a key: don't
    +# define RSA_FLAG_NON_FIPS_ALLOW                 0x0400
    +/*
    + * Application has decided PRNG is good enough to generate a key: don't
      * check.
      */
    -#define RSA_FLAG_CHECKED			0x0800
    +# define RSA_FLAG_CHECKED                        0x0800
     
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     void ERR_load_RSA_strings(void);
    @@ -457,125 +525,138 @@ void ERR_load_RSA_strings(void);
     /* Error codes for the RSA functions. */
     
     /* Function codes. */
    -#define RSA_F_CHECK_PADDING_MD				 140
    -#define RSA_F_DO_RSA_PRINT				 146
    -#define RSA_F_INT_RSA_VERIFY				 145
    -#define RSA_F_MEMORY_LOCK				 100
    -#define RSA_F_OLD_RSA_PRIV_DECODE			 147
    -#define RSA_F_PKEY_RSA_CTRL				 143
    -#define RSA_F_PKEY_RSA_CTRL_STR				 144
    -#define RSA_F_PKEY_RSA_SIGN				 142
    -#define RSA_F_PKEY_RSA_VERIFY				 154
    -#define RSA_F_PKEY_RSA_VERIFYRECOVER			 141
    -#define RSA_F_RSA_BUILTIN_KEYGEN			 129
    -#define RSA_F_RSA_CHECK_KEY				 123
    -#define RSA_F_RSA_EAY_PRIVATE_DECRYPT			 101
    -#define RSA_F_RSA_EAY_PRIVATE_ENCRYPT			 102
    -#define RSA_F_RSA_EAY_PUBLIC_DECRYPT			 103
    -#define RSA_F_RSA_EAY_PUBLIC_ENCRYPT			 104
    -#define RSA_F_RSA_GENERATE_KEY				 105
    -#define RSA_F_RSA_GENERATE_KEY_EX			 155
    -#define RSA_F_RSA_ITEM_VERIFY				 156
    -#define RSA_F_RSA_MEMORY_LOCK				 130
    -#define RSA_F_RSA_NEW_METHOD				 106
    -#define RSA_F_RSA_NULL					 124
    -#define RSA_F_RSA_NULL_MOD_EXP				 131
    -#define RSA_F_RSA_NULL_PRIVATE_DECRYPT			 132
    -#define RSA_F_RSA_NULL_PRIVATE_ENCRYPT			 133
    -#define RSA_F_RSA_NULL_PUBLIC_DECRYPT			 134
    -#define RSA_F_RSA_NULL_PUBLIC_ENCRYPT			 135
    -#define RSA_F_RSA_PADDING_ADD_NONE			 107
    -#define RSA_F_RSA_PADDING_ADD_PKCS1_OAEP		 121
    -#define RSA_F_RSA_PADDING_ADD_PKCS1_PSS			 125
    -#define RSA_F_RSA_PADDING_ADD_PKCS1_PSS_MGF1		 148
    -#define RSA_F_RSA_PADDING_ADD_PKCS1_TYPE_1		 108
    -#define RSA_F_RSA_PADDING_ADD_PKCS1_TYPE_2		 109
    -#define RSA_F_RSA_PADDING_ADD_SSLV23			 110
    -#define RSA_F_RSA_PADDING_ADD_X931			 127
    -#define RSA_F_RSA_PADDING_CHECK_NONE			 111
    -#define RSA_F_RSA_PADDING_CHECK_PKCS1_OAEP		 122
    -#define RSA_F_RSA_PADDING_CHECK_PKCS1_TYPE_1		 112
    -#define RSA_F_RSA_PADDING_CHECK_PKCS1_TYPE_2		 113
    -#define RSA_F_RSA_PADDING_CHECK_SSLV23			 114
    -#define RSA_F_RSA_PADDING_CHECK_X931			 128
    -#define RSA_F_RSA_PRINT					 115
    -#define RSA_F_RSA_PRINT_FP				 116
    -#define RSA_F_RSA_PRIVATE_DECRYPT			 150
    -#define RSA_F_RSA_PRIVATE_ENCRYPT			 151
    -#define RSA_F_RSA_PRIV_DECODE				 137
    -#define RSA_F_RSA_PRIV_ENCODE				 138
    -#define RSA_F_RSA_PUBLIC_DECRYPT			 152
    -#define RSA_F_RSA_PUBLIC_ENCRYPT			 153
    -#define RSA_F_RSA_PUB_DECODE				 139
    -#define RSA_F_RSA_SETUP_BLINDING			 136
    -#define RSA_F_RSA_SIGN					 117
    -#define RSA_F_RSA_SIGN_ASN1_OCTET_STRING		 118
    -#define RSA_F_RSA_VERIFY				 119
    -#define RSA_F_RSA_VERIFY_ASN1_OCTET_STRING		 120
    -#define RSA_F_RSA_VERIFY_PKCS1_PSS			 126
    -#define RSA_F_RSA_VERIFY_PKCS1_PSS_MGF1			 149
    +# define RSA_F_CHECK_PADDING_MD                           140
    +# define RSA_F_DO_RSA_PRINT                               146
    +# define RSA_F_INT_RSA_VERIFY                             145
    +# define RSA_F_MEMORY_LOCK                                100
    +# define RSA_F_OLD_RSA_PRIV_DECODE                        147
    +# define RSA_F_PKEY_RSA_CTRL                              143
    +# define RSA_F_PKEY_RSA_CTRL_STR                          144
    +# define RSA_F_PKEY_RSA_SIGN                              142
    +# define RSA_F_PKEY_RSA_VERIFY                            154
    +# define RSA_F_PKEY_RSA_VERIFYRECOVER                     141
    +# define RSA_F_RSA_ALGOR_TO_MD                            157
    +# define RSA_F_RSA_BUILTIN_KEYGEN                         129
    +# define RSA_F_RSA_CHECK_KEY                              123
    +# define RSA_F_RSA_CMS_DECRYPT                            158
    +# define RSA_F_RSA_EAY_PRIVATE_DECRYPT                    101
    +# define RSA_F_RSA_EAY_PRIVATE_ENCRYPT                    102
    +# define RSA_F_RSA_EAY_PUBLIC_DECRYPT                     103
    +# define RSA_F_RSA_EAY_PUBLIC_ENCRYPT                     104
    +# define RSA_F_RSA_GENERATE_KEY                           105
    +# define RSA_F_RSA_GENERATE_KEY_EX                        155
    +# define RSA_F_RSA_ITEM_VERIFY                            156
    +# define RSA_F_RSA_MEMORY_LOCK                            130
    +# define RSA_F_RSA_MGF1_TO_MD                             159
    +# define RSA_F_RSA_NEW_METHOD                             106
    +# define RSA_F_RSA_NULL                                   124
    +# define RSA_F_RSA_NULL_MOD_EXP                           131
    +# define RSA_F_RSA_NULL_PRIVATE_DECRYPT                   132
    +# define RSA_F_RSA_NULL_PRIVATE_ENCRYPT                   133
    +# define RSA_F_RSA_NULL_PUBLIC_DECRYPT                    134
    +# define RSA_F_RSA_NULL_PUBLIC_ENCRYPT                    135
    +# define RSA_F_RSA_PADDING_ADD_NONE                       107
    +# define RSA_F_RSA_PADDING_ADD_PKCS1_OAEP                 121
    +# define RSA_F_RSA_PADDING_ADD_PKCS1_OAEP_MGF1            160
    +# define RSA_F_RSA_PADDING_ADD_PKCS1_PSS                  125
    +# define RSA_F_RSA_PADDING_ADD_PKCS1_PSS_MGF1             148
    +# define RSA_F_RSA_PADDING_ADD_PKCS1_TYPE_1               108
    +# define RSA_F_RSA_PADDING_ADD_PKCS1_TYPE_2               109
    +# define RSA_F_RSA_PADDING_ADD_SSLV23                     110
    +# define RSA_F_RSA_PADDING_ADD_X931                       127
    +# define RSA_F_RSA_PADDING_CHECK_NONE                     111
    +# define RSA_F_RSA_PADDING_CHECK_PKCS1_OAEP               122
    +# define RSA_F_RSA_PADDING_CHECK_PKCS1_OAEP_MGF1          161
    +# define RSA_F_RSA_PADDING_CHECK_PKCS1_TYPE_1             112
    +# define RSA_F_RSA_PADDING_CHECK_PKCS1_TYPE_2             113
    +# define RSA_F_RSA_PADDING_CHECK_SSLV23                   114
    +# define RSA_F_RSA_PADDING_CHECK_X931                     128
    +# define RSA_F_RSA_PRINT                                  115
    +# define RSA_F_RSA_PRINT_FP                               116
    +# define RSA_F_RSA_PRIVATE_DECRYPT                        150
    +# define RSA_F_RSA_PRIVATE_ENCRYPT                        151
    +# define RSA_F_RSA_PRIV_DECODE                            137
    +# define RSA_F_RSA_PRIV_ENCODE                            138
    +# define RSA_F_RSA_PSS_TO_CTX                             162
    +# define RSA_F_RSA_PUBLIC_DECRYPT                         152
    +# define RSA_F_RSA_PUBLIC_ENCRYPT                         153
    +# define RSA_F_RSA_PUB_DECODE                             139
    +# define RSA_F_RSA_SETUP_BLINDING                         136
    +# define RSA_F_RSA_SIGN                                   117
    +# define RSA_F_RSA_SIGN_ASN1_OCTET_STRING                 118
    +# define RSA_F_RSA_VERIFY                                 119
    +# define RSA_F_RSA_VERIFY_ASN1_OCTET_STRING               120
    +# define RSA_F_RSA_VERIFY_PKCS1_PSS                       126
    +# define RSA_F_RSA_VERIFY_PKCS1_PSS_MGF1                  149
     
     /* Reason codes. */
    -#define RSA_R_ALGORITHM_MISMATCH			 100
    -#define RSA_R_BAD_E_VALUE				 101
    -#define RSA_R_BAD_FIXED_HEADER_DECRYPT			 102
    -#define RSA_R_BAD_PAD_BYTE_COUNT			 103
    -#define RSA_R_BAD_SIGNATURE				 104
    -#define RSA_R_BLOCK_TYPE_IS_NOT_01			 106
    -#define RSA_R_BLOCK_TYPE_IS_NOT_02			 107
    -#define RSA_R_DATA_GREATER_THAN_MOD_LEN			 108
    -#define RSA_R_DATA_TOO_LARGE				 109
    -#define RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE		 110
    -#define RSA_R_DATA_TOO_LARGE_FOR_MODULUS		 132
    -#define RSA_R_DATA_TOO_SMALL				 111
    -#define RSA_R_DATA_TOO_SMALL_FOR_KEY_SIZE		 122
    -#define RSA_R_DIGEST_TOO_BIG_FOR_RSA_KEY		 112
    -#define RSA_R_DMP1_NOT_CONGRUENT_TO_D			 124
    -#define RSA_R_DMQ1_NOT_CONGRUENT_TO_D			 125
    -#define RSA_R_D_E_NOT_CONGRUENT_TO_1			 123
    -#define RSA_R_FIRST_OCTET_INVALID			 133
    -#define RSA_R_ILLEGAL_OR_UNSUPPORTED_PADDING_MODE	 144
    -#define RSA_R_INVALID_DIGEST_LENGTH			 143
    -#define RSA_R_INVALID_HEADER				 137
    -#define RSA_R_INVALID_KEYBITS				 145
    -#define RSA_R_INVALID_MESSAGE_LENGTH			 131
    -#define RSA_R_INVALID_MGF1_MD				 156
    -#define RSA_R_INVALID_PADDING				 138
    -#define RSA_R_INVALID_PADDING_MODE			 141
    -#define RSA_R_INVALID_PSS_PARAMETERS			 149
    -#define RSA_R_INVALID_PSS_SALTLEN			 146
    -#define RSA_R_INVALID_SALT_LENGTH			 150
    -#define RSA_R_INVALID_TRAILER				 139
    -#define RSA_R_INVALID_X931_DIGEST			 142
    -#define RSA_R_IQMP_NOT_INVERSE_OF_Q			 126
    -#define RSA_R_KEY_SIZE_TOO_SMALL			 120
    -#define RSA_R_LAST_OCTET_INVALID			 134
    -#define RSA_R_MODULUS_TOO_LARGE				 105
    -#define RSA_R_NON_FIPS_RSA_METHOD			 157
    -#define RSA_R_NO_PUBLIC_EXPONENT			 140
    -#define RSA_R_NULL_BEFORE_BLOCK_MISSING			 113
    -#define RSA_R_N_DOES_NOT_EQUAL_P_Q			 127
    -#define RSA_R_OAEP_DECODING_ERROR			 121
    -#define RSA_R_OPERATION_NOT_ALLOWED_IN_FIPS_MODE	 158
    -#define RSA_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE	 148
    -#define RSA_R_PADDING_CHECK_FAILED			 114
    -#define RSA_R_PKCS_DECODING_ERROR			 159
    -#define RSA_R_P_NOT_PRIME				 128
    -#define RSA_R_Q_NOT_PRIME				 129
    -#define RSA_R_RSA_OPERATIONS_NOT_SUPPORTED		 130
    -#define RSA_R_SLEN_CHECK_FAILED				 136
    -#define RSA_R_SLEN_RECOVERY_FAILED			 135
    -#define RSA_R_SSLV3_ROLLBACK_ATTACK			 115
    -#define RSA_R_THE_ASN1_OBJECT_IDENTIFIER_IS_NOT_KNOWN_FOR_THIS_MD 116
    -#define RSA_R_UNKNOWN_ALGORITHM_TYPE			 117
    -#define RSA_R_UNKNOWN_MASK_DIGEST			 151
    -#define RSA_R_UNKNOWN_PADDING_TYPE			 118
    -#define RSA_R_UNKNOWN_PSS_DIGEST			 152
    -#define RSA_R_UNSUPPORTED_MASK_ALGORITHM		 153
    -#define RSA_R_UNSUPPORTED_MASK_PARAMETER		 154
    -#define RSA_R_UNSUPPORTED_SIGNATURE_TYPE		 155
    -#define RSA_R_VALUE_MISSING				 147
    -#define RSA_R_WRONG_SIGNATURE_LENGTH			 119
    +# define RSA_R_ALGORITHM_MISMATCH                         100
    +# define RSA_R_BAD_E_VALUE                                101
    +# define RSA_R_BAD_FIXED_HEADER_DECRYPT                   102
    +# define RSA_R_BAD_PAD_BYTE_COUNT                         103
    +# define RSA_R_BAD_SIGNATURE                              104
    +# define RSA_R_BLOCK_TYPE_IS_NOT_01                       106
    +# define RSA_R_BLOCK_TYPE_IS_NOT_02                       107
    +# define RSA_R_DATA_GREATER_THAN_MOD_LEN                  108
    +# define RSA_R_DATA_TOO_LARGE                             109
    +# define RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE                110
    +# define RSA_R_DATA_TOO_LARGE_FOR_MODULUS                 132
    +# define RSA_R_DATA_TOO_SMALL                             111
    +# define RSA_R_DATA_TOO_SMALL_FOR_KEY_SIZE                122
    +# define RSA_R_DIGEST_DOES_NOT_MATCH                      166
    +# define RSA_R_DIGEST_TOO_BIG_FOR_RSA_KEY                 112
    +# define RSA_R_DMP1_NOT_CONGRUENT_TO_D                    124
    +# define RSA_R_DMQ1_NOT_CONGRUENT_TO_D                    125
    +# define RSA_R_D_E_NOT_CONGRUENT_TO_1                     123
    +# define RSA_R_FIRST_OCTET_INVALID                        133
    +# define RSA_R_ILLEGAL_OR_UNSUPPORTED_PADDING_MODE        144
    +# define RSA_R_INVALID_DIGEST                             160
    +# define RSA_R_INVALID_DIGEST_LENGTH                      143
    +# define RSA_R_INVALID_HEADER                             137
    +# define RSA_R_INVALID_KEYBITS                            145
    +# define RSA_R_INVALID_LABEL                              161
    +# define RSA_R_INVALID_MESSAGE_LENGTH                     131
    +# define RSA_R_INVALID_MGF1_MD                            156
    +# define RSA_R_INVALID_OAEP_PARAMETERS                    162
    +# define RSA_R_INVALID_PADDING                            138
    +# define RSA_R_INVALID_PADDING_MODE                       141
    +# define RSA_R_INVALID_PSS_PARAMETERS                     149
    +# define RSA_R_INVALID_PSS_SALTLEN                        146
    +# define RSA_R_INVALID_SALT_LENGTH                        150
    +# define RSA_R_INVALID_TRAILER                            139
    +# define RSA_R_INVALID_X931_DIGEST                        142
    +# define RSA_R_IQMP_NOT_INVERSE_OF_Q                      126
    +# define RSA_R_KEY_SIZE_TOO_SMALL                         120
    +# define RSA_R_LAST_OCTET_INVALID                         134
    +# define RSA_R_MODULUS_TOO_LARGE                          105
    +# define RSA_R_NON_FIPS_RSA_METHOD                        157
    +# define RSA_R_NO_PUBLIC_EXPONENT                         140
    +# define RSA_R_NULL_BEFORE_BLOCK_MISSING                  113
    +# define RSA_R_N_DOES_NOT_EQUAL_P_Q                       127
    +# define RSA_R_OAEP_DECODING_ERROR                        121
    +# define RSA_R_OPERATION_NOT_ALLOWED_IN_FIPS_MODE         158
    +# define RSA_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE   148
    +# define RSA_R_PADDING_CHECK_FAILED                       114
    +# define RSA_R_PKCS_DECODING_ERROR                        159
    +# define RSA_R_P_NOT_PRIME                                128
    +# define RSA_R_Q_NOT_PRIME                                129
    +# define RSA_R_RSA_OPERATIONS_NOT_SUPPORTED               130
    +# define RSA_R_SLEN_CHECK_FAILED                          136
    +# define RSA_R_SLEN_RECOVERY_FAILED                       135
    +# define RSA_R_SSLV3_ROLLBACK_ATTACK                      115
    +# define RSA_R_THE_ASN1_OBJECT_IDENTIFIER_IS_NOT_KNOWN_FOR_THIS_MD 116
    +# define RSA_R_UNKNOWN_ALGORITHM_TYPE                     117
    +# define RSA_R_UNKNOWN_DIGEST                             163
    +# define RSA_R_UNKNOWN_MASK_DIGEST                        151
    +# define RSA_R_UNKNOWN_PADDING_TYPE                       118
    +# define RSA_R_UNKNOWN_PSS_DIGEST                         152
    +# define RSA_R_UNSUPPORTED_ENCRYPTION_TYPE                164
    +# define RSA_R_UNSUPPORTED_LABEL_SOURCE                   165
    +# define RSA_R_UNSUPPORTED_MASK_ALGORITHM                 153
    +# define RSA_R_UNSUPPORTED_MASK_PARAMETER                 154
    +# define RSA_R_UNSUPPORTED_SIGNATURE_TYPE                 155
    +# define RSA_R_VALUE_MISSING                              147
    +# define RSA_R_WRONG_SIGNATURE_LENGTH                     119
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/rsa/rsa_ameth.c b/openssl/crypto/rsa/rsa_ameth.c
    index 4c8ecd923..c7106a313 100644
    --- a/openssl/crypto/rsa/rsa_ameth.c
    +++ b/openssl/crypto/rsa/rsa_ameth.c
    @@ -1,6 +1,7 @@
     /* crypto/rsa/rsa_ameth.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2006.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2006.
      */
     /* ====================================================================
      * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -63,636 +64,895 @@
     #include 
     #include 
     #ifndef OPENSSL_NO_CMS
    -#include 
    +# include 
     #endif
     #include "asn1_locl.h"
     
    +static int rsa_cms_sign(CMS_SignerInfo *si);
    +static int rsa_cms_verify(CMS_SignerInfo *si);
    +static int rsa_cms_decrypt(CMS_RecipientInfo *ri);
    +static int rsa_cms_encrypt(CMS_RecipientInfo *ri);
    +
     static int rsa_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey)
    -	{
    -	unsigned char *penc = NULL;
    -	int penclen;
    -	penclen = i2d_RSAPublicKey(pkey->pkey.rsa, &penc);
    -	if (penclen <= 0)
    -		return 0;
    -	if (X509_PUBKEY_set0_param(pk, OBJ_nid2obj(EVP_PKEY_RSA),
    -				V_ASN1_NULL, NULL, penc, penclen))
    -		return 1;
    -
    -	OPENSSL_free(penc);
    -	return 0;
    -	}
    +{
    +    unsigned char *penc = NULL;
    +    int penclen;
    +    penclen = i2d_RSAPublicKey(pkey->pkey.rsa, &penc);
    +    if (penclen <= 0)
    +        return 0;
    +    if (X509_PUBKEY_set0_param(pk, OBJ_nid2obj(EVP_PKEY_RSA),
    +                               V_ASN1_NULL, NULL, penc, penclen))
    +        return 1;
    +
    +    OPENSSL_free(penc);
    +    return 0;
    +}
     
     static int rsa_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey)
    -	{
    -	const unsigned char *p;
    -	int pklen;
    -	RSA *rsa = NULL;
    -	if (!X509_PUBKEY_get0_param(NULL, &p, &pklen, NULL, pubkey))
    -		return 0;
    -	if (!(rsa = d2i_RSAPublicKey(NULL, &p, pklen)))
    -		{
    -		RSAerr(RSA_F_RSA_PUB_DECODE, ERR_R_RSA_LIB);
    -		return 0;
    -		}
    -	EVP_PKEY_assign_RSA (pkey, rsa);
    -	return 1;
    -	}
    +{
    +    const unsigned char *p;
    +    int pklen;
    +    RSA *rsa = NULL;
    +    if (!X509_PUBKEY_get0_param(NULL, &p, &pklen, NULL, pubkey))
    +        return 0;
    +    if (!(rsa = d2i_RSAPublicKey(NULL, &p, pklen))) {
    +        RSAerr(RSA_F_RSA_PUB_DECODE, ERR_R_RSA_LIB);
    +        return 0;
    +    }
    +    EVP_PKEY_assign_RSA(pkey, rsa);
    +    return 1;
    +}
     
     static int rsa_pub_cmp(const EVP_PKEY *a, const EVP_PKEY *b)
    -	{
    -	if (BN_cmp(b->pkey.rsa->n,a->pkey.rsa->n) != 0
    -		|| BN_cmp(b->pkey.rsa->e,a->pkey.rsa->e) != 0)
    -			return 0;
    -	return 1;
    -	}
    +{
    +    if (BN_cmp(b->pkey.rsa->n, a->pkey.rsa->n) != 0
    +        || BN_cmp(b->pkey.rsa->e, a->pkey.rsa->e) != 0)
    +        return 0;
    +    return 1;
    +}
     
     static int old_rsa_priv_decode(EVP_PKEY *pkey,
    -					const unsigned char **pder, int derlen)
    -	{
    -	RSA *rsa;
    -	if (!(rsa = d2i_RSAPrivateKey (NULL, pder, derlen)))
    -		{
    -		RSAerr(RSA_F_OLD_RSA_PRIV_DECODE, ERR_R_RSA_LIB);
    -		return 0;
    -		}
    -	EVP_PKEY_assign_RSA(pkey, rsa);
    -	return 1;
    -	}
    +                               const unsigned char **pder, int derlen)
    +{
    +    RSA *rsa;
    +    if (!(rsa = d2i_RSAPrivateKey(NULL, pder, derlen))) {
    +        RSAerr(RSA_F_OLD_RSA_PRIV_DECODE, ERR_R_RSA_LIB);
    +        return 0;
    +    }
    +    EVP_PKEY_assign_RSA(pkey, rsa);
    +    return 1;
    +}
     
     static int old_rsa_priv_encode(const EVP_PKEY *pkey, unsigned char **pder)
    -	{
    -	return i2d_RSAPrivateKey(pkey->pkey.rsa, pder);
    -	}
    +{
    +    return i2d_RSAPrivateKey(pkey->pkey.rsa, pder);
    +}
     
     static int rsa_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey)
    -	{
    -	unsigned char *rk = NULL;
    -	int rklen;
    -	rklen = i2d_RSAPrivateKey(pkey->pkey.rsa, &rk);
    -
    -	if (rklen <= 0)
    -		{
    -		RSAerr(RSA_F_RSA_PRIV_ENCODE,ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -
    -	if (!PKCS8_pkey_set0(p8, OBJ_nid2obj(NID_rsaEncryption), 0,
    -				V_ASN1_NULL, NULL, rk, rklen))
    -		{
    -		RSAerr(RSA_F_RSA_PRIV_ENCODE,ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -
    -	return 1;
    -	}
    +{
    +    unsigned char *rk = NULL;
    +    int rklen;
    +    rklen = i2d_RSAPrivateKey(pkey->pkey.rsa, &rk);
    +
    +    if (rklen <= 0) {
    +        RSAerr(RSA_F_RSA_PRIV_ENCODE, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +
    +    if (!PKCS8_pkey_set0(p8, OBJ_nid2obj(NID_rsaEncryption), 0,
    +                         V_ASN1_NULL, NULL, rk, rklen)) {
    +        RSAerr(RSA_F_RSA_PRIV_ENCODE, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +
    +    return 1;
    +}
     
     static int rsa_priv_decode(EVP_PKEY *pkey, PKCS8_PRIV_KEY_INFO *p8)
    -	{
    -	const unsigned char *p;
    -	int pklen;
    -	if (!PKCS8_pkey_get0(NULL, &p, &pklen, NULL, p8))
    -		return 0;
    -	return old_rsa_priv_decode(pkey, &p, pklen);
    -	}
    +{
    +    const unsigned char *p;
    +    int pklen;
    +    if (!PKCS8_pkey_get0(NULL, &p, &pklen, NULL, p8))
    +        return 0;
    +    return old_rsa_priv_decode(pkey, &p, pklen);
    +}
     
     static int int_rsa_size(const EVP_PKEY *pkey)
    -	{
    -	return RSA_size(pkey->pkey.rsa);
    -	}
    +{
    +    return RSA_size(pkey->pkey.rsa);
    +}
     
     static int rsa_bits(const EVP_PKEY *pkey)
    -	{
    -	return BN_num_bits(pkey->pkey.rsa->n);
    -	}
    +{
    +    return BN_num_bits(pkey->pkey.rsa->n);
    +}
     
     static void int_rsa_free(EVP_PKEY *pkey)
    -	{
    -	RSA_free(pkey->pkey.rsa);
    -	}
    -
    +{
    +    RSA_free(pkey->pkey.rsa);
    +}
     
     static void update_buflen(const BIGNUM *b, size_t *pbuflen)
    -	{
    -	size_t i;
    -	if (!b)
    -		return;
    -	if (*pbuflen < (i = (size_t)BN_num_bytes(b)))
    -			*pbuflen = i;
    -	}
    +{
    +    size_t i;
    +    if (!b)
    +        return;
    +    if (*pbuflen < (i = (size_t)BN_num_bytes(b)))
    +        *pbuflen = i;
    +}
     
     static int do_rsa_print(BIO *bp, const RSA *x, int off, int priv)
    -	{
    -	char *str;
    -	const char *s;
    -	unsigned char *m=NULL;
    -	int ret=0, mod_len = 0;
    -	size_t buf_len=0;
    -
    -	update_buflen(x->n, &buf_len);
    -	update_buflen(x->e, &buf_len);
    -
    -	if (priv)
    -		{
    -		update_buflen(x->d, &buf_len);
    -		update_buflen(x->p, &buf_len);
    -		update_buflen(x->q, &buf_len);
    -		update_buflen(x->dmp1, &buf_len);
    -		update_buflen(x->dmq1, &buf_len);
    -		update_buflen(x->iqmp, &buf_len);
    -		}
    -
    -	m=(unsigned char *)OPENSSL_malloc(buf_len+10);
    -	if (m == NULL)
    -		{
    -		RSAerr(RSA_F_DO_RSA_PRINT,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	if (x->n != NULL)
    -		mod_len = BN_num_bits(x->n);
    -
    -	if(!BIO_indent(bp,off,128))
    -		goto err;
    -
    -	if (priv && x->d)
    -		{
    -		if (BIO_printf(bp,"Private-Key: (%d bit)\n", mod_len)
    -			<= 0) goto err;
    -		str = "modulus:";
    -		s = "publicExponent:";
    -		}
    -	else
    -		{
    -		if (BIO_printf(bp,"Public-Key: (%d bit)\n", mod_len)
    -			<= 0) goto err;
    -		str = "Modulus:";
    -		s= "Exponent:";
    -		}
    -	if (!ASN1_bn_print(bp,str,x->n,m,off)) goto err;
    -	if (!ASN1_bn_print(bp,s,x->e,m,off))
    -		goto err;
    -	if (priv)
    -		{
    -		if (!ASN1_bn_print(bp,"privateExponent:",x->d,m,off))
    -			goto err;
    -		if (!ASN1_bn_print(bp,"prime1:",x->p,m,off))
    -			goto err;
    -		if (!ASN1_bn_print(bp,"prime2:",x->q,m,off))
    -			goto err;
    -		if (!ASN1_bn_print(bp,"exponent1:",x->dmp1,m,off))
    -			goto err;
    -		if (!ASN1_bn_print(bp,"exponent2:",x->dmq1,m,off))
    -			goto err;
    -		if (!ASN1_bn_print(bp,"coefficient:",x->iqmp,m,off))
    -			goto err;
    -		}
    -	ret=1;
    -err:
    -	if (m != NULL) OPENSSL_free(m);
    -	return(ret);
    -	}
    +{
    +    char *str;
    +    const char *s;
    +    unsigned char *m = NULL;
    +    int ret = 0, mod_len = 0;
    +    size_t buf_len = 0;
    +
    +    update_buflen(x->n, &buf_len);
    +    update_buflen(x->e, &buf_len);
    +
    +    if (priv) {
    +        update_buflen(x->d, &buf_len);
    +        update_buflen(x->p, &buf_len);
    +        update_buflen(x->q, &buf_len);
    +        update_buflen(x->dmp1, &buf_len);
    +        update_buflen(x->dmq1, &buf_len);
    +        update_buflen(x->iqmp, &buf_len);
    +    }
    +
    +    m = (unsigned char *)OPENSSL_malloc(buf_len + 10);
    +    if (m == NULL) {
    +        RSAerr(RSA_F_DO_RSA_PRINT, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    if (x->n != NULL)
    +        mod_len = BN_num_bits(x->n);
    +
    +    if (!BIO_indent(bp, off, 128))
    +        goto err;
    +
    +    if (priv && x->d) {
    +        if (BIO_printf(bp, "Private-Key: (%d bit)\n", mod_len)
    +            <= 0)
    +            goto err;
    +        str = "modulus:";
    +        s = "publicExponent:";
    +    } else {
    +        if (BIO_printf(bp, "Public-Key: (%d bit)\n", mod_len)
    +            <= 0)
    +            goto err;
    +        str = "Modulus:";
    +        s = "Exponent:";
    +    }
    +    if (!ASN1_bn_print(bp, str, x->n, m, off))
    +        goto err;
    +    if (!ASN1_bn_print(bp, s, x->e, m, off))
    +        goto err;
    +    if (priv) {
    +        if (!ASN1_bn_print(bp, "privateExponent:", x->d, m, off))
    +            goto err;
    +        if (!ASN1_bn_print(bp, "prime1:", x->p, m, off))
    +            goto err;
    +        if (!ASN1_bn_print(bp, "prime2:", x->q, m, off))
    +            goto err;
    +        if (!ASN1_bn_print(bp, "exponent1:", x->dmp1, m, off))
    +            goto err;
    +        if (!ASN1_bn_print(bp, "exponent2:", x->dmq1, m, off))
    +            goto err;
    +        if (!ASN1_bn_print(bp, "coefficient:", x->iqmp, m, off))
    +            goto err;
    +    }
    +    ret = 1;
    + err:
    +    if (m != NULL)
    +        OPENSSL_free(m);
    +    return (ret);
    +}
     
     static int rsa_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent,
    -							ASN1_PCTX *ctx)
    -	{
    -	return do_rsa_print(bp, pkey->pkey.rsa, indent, 0);
    -	}
    -
    +                         ASN1_PCTX *ctx)
    +{
    +    return do_rsa_print(bp, pkey->pkey.rsa, indent, 0);
    +}
     
     static int rsa_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent,
    -							ASN1_PCTX *ctx)
    -	{
    -	return do_rsa_print(bp, pkey->pkey.rsa, indent, 1);
    -	}
    +                          ASN1_PCTX *ctx)
    +{
    +    return do_rsa_print(bp, pkey->pkey.rsa, indent, 1);
    +}
    +
    +/* Given an MGF1 Algorithm ID decode to an Algorithm Identifier */
    +static X509_ALGOR *rsa_mgf1_decode(X509_ALGOR *alg)
    +{
    +    const unsigned char *p;
    +    int plen;
    +    if (alg == NULL)
    +        return NULL;
    +    if (OBJ_obj2nid(alg->algorithm) != NID_mgf1)
    +        return NULL;
    +    if (alg->parameter->type != V_ASN1_SEQUENCE)
    +        return NULL;
    +
    +    p = alg->parameter->value.sequence->data;
    +    plen = alg->parameter->value.sequence->length;
    +    return d2i_X509_ALGOR(NULL, &p, plen);
    +}
     
     static RSA_PSS_PARAMS *rsa_pss_decode(const X509_ALGOR *alg,
    -					X509_ALGOR **pmaskHash)
    -	{
    -	const unsigned char *p;
    -	int plen;
    -	RSA_PSS_PARAMS *pss;
    -
    -	*pmaskHash = NULL;
    -
    -	if (!alg->parameter || alg->parameter->type != V_ASN1_SEQUENCE)
    -		return NULL;
    -	p = alg->parameter->value.sequence->data;
    -	plen = alg->parameter->value.sequence->length;
    -	pss = d2i_RSA_PSS_PARAMS(NULL, &p, plen);
    -
    -	if (!pss)
    -		return NULL;
    -	
    -	if (pss->maskGenAlgorithm)
    -		{
    -		ASN1_TYPE *param = pss->maskGenAlgorithm->parameter;
    -		if (OBJ_obj2nid(pss->maskGenAlgorithm->algorithm) == NID_mgf1
    -			&& param->type == V_ASN1_SEQUENCE)
    -			{
    -			p = param->value.sequence->data;
    -			plen = param->value.sequence->length;
    -			*pmaskHash = d2i_X509_ALGOR(NULL, &p, plen);
    -			}
    -		}
    -
    -	return pss;
    -	}
    -
    -static int rsa_pss_param_print(BIO *bp, RSA_PSS_PARAMS *pss, 
    -				X509_ALGOR *maskHash, int indent)
    -	{
    -	int rv = 0;
    -	if (!pss)
    -		{
    -		if (BIO_puts(bp, " (INVALID PSS PARAMETERS)\n") <= 0)
    -			return 0;
    -		return 1;
    -		}
    -	if (BIO_puts(bp, "\n") <= 0)
    -		goto err;
    -	if (!BIO_indent(bp, indent, 128))
    -		goto err;
    -	if (BIO_puts(bp, "Hash Algorithm: ") <= 0)
    -		goto err;
    -
    -	if (pss->hashAlgorithm)
    -		{
    -		if (i2a_ASN1_OBJECT(bp, pss->hashAlgorithm->algorithm) <= 0)
    -			goto err;
    -		}
    -	else if (BIO_puts(bp, "sha1 (default)") <= 0)
    -		goto err;
    -
    -	if (BIO_puts(bp, "\n") <= 0)
    -		goto err;
    -
    -	if (!BIO_indent(bp, indent, 128))
    -		goto err;
    -
    -	if (BIO_puts(bp, "Mask Algorithm: ") <= 0)
    -			goto err;
    -	if (pss->maskGenAlgorithm)
    -		{
    -		if (i2a_ASN1_OBJECT(bp, pss->maskGenAlgorithm->algorithm) <= 0)
    -			goto err;
    -		if (BIO_puts(bp, " with ") <= 0)
    -			goto err;
    -		if (maskHash)
    -			{
    -			if (i2a_ASN1_OBJECT(bp, maskHash->algorithm) <= 0)
    -			goto err;
    -			}
    -		else if (BIO_puts(bp, "INVALID") <= 0)
    -			goto err;
    -		}
    -	else if (BIO_puts(bp, "mgf1 with sha1 (default)") <= 0)
    -		goto err;
    -	BIO_puts(bp, "\n");
    -
    -	if (!BIO_indent(bp, indent, 128))
    -		goto err;
    -	if (BIO_puts(bp, "Salt Length: 0x") <= 0)
    -			goto err;
    -	if (pss->saltLength)
    -		{
    -		if (i2a_ASN1_INTEGER(bp, pss->saltLength) <= 0)
    -			goto err;
    -		}
    -	else if (BIO_puts(bp, "14 (default)") <= 0)
    -		goto err;
    -	BIO_puts(bp, "\n");
    -
    -	if (!BIO_indent(bp, indent, 128))
    -		goto err;
    -	if (BIO_puts(bp, "Trailer Field: 0x") <= 0)
    -			goto err;
    -	if (pss->trailerField)
    -		{
    -		if (i2a_ASN1_INTEGER(bp, pss->trailerField) <= 0)
    -			goto err;
    -		}
    -	else if (BIO_puts(bp, "BC (default)") <= 0)
    -		goto err;
    -	BIO_puts(bp, "\n");
    -	
    -	rv = 1;
    -
    -	err:
    -	return rv;
    -
    -	}
    +                                      X509_ALGOR **pmaskHash)
    +{
    +    const unsigned char *p;
    +    int plen;
    +    RSA_PSS_PARAMS *pss;
    +
    +    *pmaskHash = NULL;
    +
    +    if (!alg->parameter || alg->parameter->type != V_ASN1_SEQUENCE)
    +        return NULL;
    +    p = alg->parameter->value.sequence->data;
    +    plen = alg->parameter->value.sequence->length;
    +    pss = d2i_RSA_PSS_PARAMS(NULL, &p, plen);
    +
    +    if (!pss)
    +        return NULL;
    +
    +    *pmaskHash = rsa_mgf1_decode(pss->maskGenAlgorithm);
    +
    +    return pss;
    +}
    +
    +static int rsa_pss_param_print(BIO *bp, RSA_PSS_PARAMS *pss,
    +                               X509_ALGOR *maskHash, int indent)
    +{
    +    int rv = 0;
    +    if (!pss) {
    +        if (BIO_puts(bp, " (INVALID PSS PARAMETERS)\n") <= 0)
    +            return 0;
    +        return 1;
    +    }
    +    if (BIO_puts(bp, "\n") <= 0)
    +        goto err;
    +    if (!BIO_indent(bp, indent, 128))
    +        goto err;
    +    if (BIO_puts(bp, "Hash Algorithm: ") <= 0)
    +        goto err;
    +
    +    if (pss->hashAlgorithm) {
    +        if (i2a_ASN1_OBJECT(bp, pss->hashAlgorithm->algorithm) <= 0)
    +            goto err;
    +    } else if (BIO_puts(bp, "sha1 (default)") <= 0)
    +        goto err;
    +
    +    if (BIO_puts(bp, "\n") <= 0)
    +        goto err;
    +
    +    if (!BIO_indent(bp, indent, 128))
    +        goto err;
    +
    +    if (BIO_puts(bp, "Mask Algorithm: ") <= 0)
    +        goto err;
    +    if (pss->maskGenAlgorithm) {
    +        if (i2a_ASN1_OBJECT(bp, pss->maskGenAlgorithm->algorithm) <= 0)
    +            goto err;
    +        if (BIO_puts(bp, " with ") <= 0)
    +            goto err;
    +        if (maskHash) {
    +            if (i2a_ASN1_OBJECT(bp, maskHash->algorithm) <= 0)
    +                goto err;
    +        } else if (BIO_puts(bp, "INVALID") <= 0)
    +            goto err;
    +    } else if (BIO_puts(bp, "mgf1 with sha1 (default)") <= 0)
    +        goto err;
    +    BIO_puts(bp, "\n");
    +
    +    if (!BIO_indent(bp, indent, 128))
    +        goto err;
    +    if (BIO_puts(bp, "Salt Length: 0x") <= 0)
    +        goto err;
    +    if (pss->saltLength) {
    +        if (i2a_ASN1_INTEGER(bp, pss->saltLength) <= 0)
    +            goto err;
    +    } else if (BIO_puts(bp, "14 (default)") <= 0)
    +        goto err;
    +    BIO_puts(bp, "\n");
    +
    +    if (!BIO_indent(bp, indent, 128))
    +        goto err;
    +    if (BIO_puts(bp, "Trailer Field: 0x") <= 0)
    +        goto err;
    +    if (pss->trailerField) {
    +        if (i2a_ASN1_INTEGER(bp, pss->trailerField) <= 0)
    +            goto err;
    +    } else if (BIO_puts(bp, "BC (default)") <= 0)
    +        goto err;
    +    BIO_puts(bp, "\n");
    +
    +    rv = 1;
    +
    + err:
    +    return rv;
    +
    +}
     
     static int rsa_sig_print(BIO *bp, const X509_ALGOR *sigalg,
    -					const ASN1_STRING *sig,
    -					int indent, ASN1_PCTX *pctx)
    -	{
    -	if (OBJ_obj2nid(sigalg->algorithm) == NID_rsassaPss)
    -		{
    -		int rv;
    -		RSA_PSS_PARAMS *pss;
    -		X509_ALGOR *maskHash;
    -		pss = rsa_pss_decode(sigalg, &maskHash);
    -		rv = rsa_pss_param_print(bp, pss, maskHash, indent);
    -		if (pss)
    -			RSA_PSS_PARAMS_free(pss);
    -		if (maskHash)
    -			X509_ALGOR_free(maskHash);
    -		if (!rv)
    -			return 0;
    -		}
    -	else if (!sig && BIO_puts(bp, "\n") <= 0)
    -		return 0;
    -	if (sig)
    -		return X509_signature_dump(bp, sig, indent);
    -	return 1;
    -	}
    +                         const ASN1_STRING *sig, int indent, ASN1_PCTX *pctx)
    +{
    +    if (OBJ_obj2nid(sigalg->algorithm) == NID_rsassaPss) {
    +        int rv;
    +        RSA_PSS_PARAMS *pss;
    +        X509_ALGOR *maskHash;
    +        pss = rsa_pss_decode(sigalg, &maskHash);
    +        rv = rsa_pss_param_print(bp, pss, maskHash, indent);
    +        if (pss)
    +            RSA_PSS_PARAMS_free(pss);
    +        if (maskHash)
    +            X509_ALGOR_free(maskHash);
    +        if (!rv)
    +            return 0;
    +    } else if (!sig && BIO_puts(bp, "\n") <= 0)
    +        return 0;
    +    if (sig)
    +        return X509_signature_dump(bp, sig, indent);
    +    return 1;
    +}
     
     static int rsa_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2)
    -	{
    -	X509_ALGOR *alg = NULL;
    -	switch (op)
    -		{
    -
    -		case ASN1_PKEY_CTRL_PKCS7_SIGN:
    -		if (arg1 == 0)
    -			PKCS7_SIGNER_INFO_get0_algs(arg2, NULL, NULL, &alg);
    -		break;
    -
    -		case ASN1_PKEY_CTRL_PKCS7_ENCRYPT:
    -		if (arg1 == 0)
    -			PKCS7_RECIP_INFO_get0_alg(arg2, &alg);
    -		break;
    +{
    +    X509_ALGOR *alg = NULL;
    +    switch (op) {
    +
    +    case ASN1_PKEY_CTRL_PKCS7_SIGN:
    +        if (arg1 == 0)
    +            PKCS7_SIGNER_INFO_get0_algs(arg2, NULL, NULL, &alg);
    +        break;
    +
    +    case ASN1_PKEY_CTRL_PKCS7_ENCRYPT:
    +        if (arg1 == 0)
    +            PKCS7_RECIP_INFO_get0_alg(arg2, &alg);
    +        break;
     #ifndef OPENSSL_NO_CMS
    -		case ASN1_PKEY_CTRL_CMS_SIGN:
    -		if (arg1 == 0)
    -			CMS_SignerInfo_get0_algs(arg2, NULL, NULL, NULL, &alg);
    -		break;
    -
    -		case ASN1_PKEY_CTRL_CMS_ENVELOPE:
    -		if (arg1 == 0)
    -			CMS_RecipientInfo_ktri_get0_algs(arg2, NULL, NULL, &alg);
    -		break;
    +    case ASN1_PKEY_CTRL_CMS_SIGN:
    +        if (arg1 == 0)
    +            return rsa_cms_sign(arg2);
    +        else if (arg1 == 1)
    +            return rsa_cms_verify(arg2);
    +        break;
    +
    +    case ASN1_PKEY_CTRL_CMS_ENVELOPE:
    +        if (arg1 == 0)
    +            return rsa_cms_encrypt(arg2);
    +        else if (arg1 == 1)
    +            return rsa_cms_decrypt(arg2);
    +        break;
    +
    +    case ASN1_PKEY_CTRL_CMS_RI_TYPE:
    +        *(int *)arg2 = CMS_RECIPINFO_TRANS;
    +        return 1;
     #endif
     
    -		case ASN1_PKEY_CTRL_DEFAULT_MD_NID:
    -		*(int *)arg2 = NID_sha1;
    -		return 1;
    -
    -		default:
    -		return -2;
    -
    -		}
    -
    -	if (alg)
    -		X509_ALGOR_set0(alg, OBJ_nid2obj(NID_rsaEncryption),
    -							V_ASN1_NULL, 0);
    -
    -	return 1;
    -
    -	}
    +    case ASN1_PKEY_CTRL_DEFAULT_MD_NID:
    +        *(int *)arg2 = NID_sha256;
    +        return 1;
    +
    +    default:
    +        return -2;
    +
    +    }
    +
    +    if (alg)
    +        X509_ALGOR_set0(alg, OBJ_nid2obj(NID_rsaEncryption), V_ASN1_NULL, 0);
    +
    +    return 1;
    +
    +}
    +
    +/* allocate and set algorithm ID from EVP_MD, default SHA1 */
    +static int rsa_md_to_algor(X509_ALGOR **palg, const EVP_MD *md)
    +{
    +    if (EVP_MD_type(md) == NID_sha1)
    +        return 1;
    +    *palg = X509_ALGOR_new();
    +    if (!*palg)
    +        return 0;
    +    X509_ALGOR_set_md(*palg, md);
    +    return 1;
    +}
    +
    +/* Allocate and set MGF1 algorithm ID from EVP_MD */
    +static int rsa_md_to_mgf1(X509_ALGOR **palg, const EVP_MD *mgf1md)
    +{
    +    X509_ALGOR *algtmp = NULL;
    +    ASN1_STRING *stmp = NULL;
    +    *palg = NULL;
    +    if (EVP_MD_type(mgf1md) == NID_sha1)
    +        return 1;
    +    /* need to embed algorithm ID inside another */
    +    if (!rsa_md_to_algor(&algtmp, mgf1md))
    +        goto err;
    +    if (!ASN1_item_pack(algtmp, ASN1_ITEM_rptr(X509_ALGOR), &stmp))
    +         goto err;
    +    *palg = X509_ALGOR_new();
    +    if (!*palg)
    +        goto err;
    +    X509_ALGOR_set0(*palg, OBJ_nid2obj(NID_mgf1), V_ASN1_SEQUENCE, stmp);
    +    stmp = NULL;
    + err:
    +    if (stmp)
    +        ASN1_STRING_free(stmp);
    +    if (algtmp)
    +        X509_ALGOR_free(algtmp);
    +    if (*palg)
    +        return 1;
    +    return 0;
    +}
    +
    +/* convert algorithm ID to EVP_MD, default SHA1 */
    +static const EVP_MD *rsa_algor_to_md(X509_ALGOR *alg)
    +{
    +    const EVP_MD *md;
    +    if (!alg)
    +        return EVP_sha1();
    +    md = EVP_get_digestbyobj(alg->algorithm);
    +    if (md == NULL)
    +        RSAerr(RSA_F_RSA_ALGOR_TO_MD, RSA_R_UNKNOWN_DIGEST);
    +    return md;
    +}
    +
    +/* convert MGF1 algorithm ID to EVP_MD, default SHA1 */
    +static const EVP_MD *rsa_mgf1_to_md(X509_ALGOR *alg, X509_ALGOR *maskHash)
    +{
    +    const EVP_MD *md;
    +    if (!alg)
    +        return EVP_sha1();
    +    /* Check mask and lookup mask hash algorithm */
    +    if (OBJ_obj2nid(alg->algorithm) != NID_mgf1) {
    +        RSAerr(RSA_F_RSA_MGF1_TO_MD, RSA_R_UNSUPPORTED_MASK_ALGORITHM);
    +        return NULL;
    +    }
    +    if (!maskHash) {
    +        RSAerr(RSA_F_RSA_MGF1_TO_MD, RSA_R_UNSUPPORTED_MASK_PARAMETER);
    +        return NULL;
    +    }
    +    md = EVP_get_digestbyobj(maskHash->algorithm);
    +    if (md == NULL) {
    +        RSAerr(RSA_F_RSA_MGF1_TO_MD, RSA_R_UNKNOWN_MASK_DIGEST);
    +        return NULL;
    +    }
    +    return md;
    +}
    +
    +/*
    + * Convert EVP_PKEY_CTX is PSS mode into corresponding algorithm parameter,
    + * suitable for setting an AlgorithmIdentifier.
    + */
     
    -/* Customised RSA item verification routine. This is called 
    - * when a signature is encountered requiring special handling. We 
    - * currently only handle PSS.
    +static ASN1_STRING *rsa_ctx_to_pss(EVP_PKEY_CTX *pkctx)
    +{
    +    const EVP_MD *sigmd, *mgf1md;
    +    RSA_PSS_PARAMS *pss = NULL;
    +    ASN1_STRING *os = NULL;
    +    EVP_PKEY *pk = EVP_PKEY_CTX_get0_pkey(pkctx);
    +    int saltlen, rv = 0;
    +    if (EVP_PKEY_CTX_get_signature_md(pkctx, &sigmd) <= 0)
    +        goto err;
    +    if (EVP_PKEY_CTX_get_rsa_mgf1_md(pkctx, &mgf1md) <= 0)
    +        goto err;
    +    if (!EVP_PKEY_CTX_get_rsa_pss_saltlen(pkctx, &saltlen))
    +        goto err;
    +    if (saltlen == -1)
    +        saltlen = EVP_MD_size(sigmd);
    +    else if (saltlen == -2) {
    +        saltlen = EVP_PKEY_size(pk) - EVP_MD_size(sigmd) - 2;
    +        if (((EVP_PKEY_bits(pk) - 1) & 0x7) == 0)
    +            saltlen--;
    +    }
    +    pss = RSA_PSS_PARAMS_new();
    +    if (!pss)
    +        goto err;
    +    if (saltlen != 20) {
    +        pss->saltLength = ASN1_INTEGER_new();
    +        if (!pss->saltLength)
    +            goto err;
    +        if (!ASN1_INTEGER_set(pss->saltLength, saltlen))
    +            goto err;
    +    }
    +    if (!rsa_md_to_algor(&pss->hashAlgorithm, sigmd))
    +        goto err;
    +    if (!rsa_md_to_mgf1(&pss->maskGenAlgorithm, mgf1md))
    +        goto err;
    +    /* Finally create string with pss parameter encoding. */
    +    if (!ASN1_item_pack(pss, ASN1_ITEM_rptr(RSA_PSS_PARAMS), &os))
    +         goto err;
    +    rv = 1;
    + err:
    +    if (pss)
    +        RSA_PSS_PARAMS_free(pss);
    +    if (rv)
    +        return os;
    +    if (os)
    +        ASN1_STRING_free(os);
    +    return NULL;
    +}
    +
    +/*
    + * From PSS AlgorithmIdentifier set public key parameters. If pkey isn't NULL
    + * then the EVP_MD_CTX is setup and initalised. If it is NULL parameters are
    + * passed to pkctx instead.
      */
     
    +static int rsa_pss_to_ctx(EVP_MD_CTX *ctx, EVP_PKEY_CTX *pkctx,
    +                          X509_ALGOR *sigalg, EVP_PKEY *pkey)
    +{
    +    int rv = -1;
    +    int saltlen;
    +    const EVP_MD *mgf1md = NULL, *md = NULL;
    +    RSA_PSS_PARAMS *pss;
    +    X509_ALGOR *maskHash;
    +    /* Sanity check: make sure it is PSS */
    +    if (OBJ_obj2nid(sigalg->algorithm) != NID_rsassaPss) {
    +        RSAerr(RSA_F_RSA_PSS_TO_CTX, RSA_R_UNSUPPORTED_SIGNATURE_TYPE);
    +        return -1;
    +    }
    +    /* Decode PSS parameters */
    +    pss = rsa_pss_decode(sigalg, &maskHash);
    +
    +    if (pss == NULL) {
    +        RSAerr(RSA_F_RSA_PSS_TO_CTX, RSA_R_INVALID_PSS_PARAMETERS);
    +        goto err;
    +    }
    +    mgf1md = rsa_mgf1_to_md(pss->maskGenAlgorithm, maskHash);
    +    if (!mgf1md)
    +        goto err;
    +    md = rsa_algor_to_md(pss->hashAlgorithm);
    +    if (!md)
    +        goto err;
    +
    +    if (pss->saltLength) {
    +        saltlen = ASN1_INTEGER_get(pss->saltLength);
    +
    +        /*
    +         * Could perform more salt length sanity checks but the main RSA
    +         * routines will trap other invalid values anyway.
    +         */
    +        if (saltlen < 0) {
    +            RSAerr(RSA_F_RSA_PSS_TO_CTX, RSA_R_INVALID_SALT_LENGTH);
    +            goto err;
    +        }
    +    } else
    +        saltlen = 20;
    +
    +    /*
    +     * low-level routines support only trailer field 0xbc (value 1) and
    +     * PKCS#1 says we should reject any other value anyway.
    +     */
    +    if (pss->trailerField && ASN1_INTEGER_get(pss->trailerField) != 1) {
    +        RSAerr(RSA_F_RSA_PSS_TO_CTX, RSA_R_INVALID_TRAILER);
    +        goto err;
    +    }
    +
    +    /* We have all parameters now set up context */
    +
    +    if (pkey) {
    +        if (!EVP_DigestVerifyInit(ctx, &pkctx, md, NULL, pkey))
    +            goto err;
    +    } else {
    +        const EVP_MD *checkmd;
    +        if (EVP_PKEY_CTX_get_signature_md(pkctx, &checkmd) <= 0)
    +            goto err;
    +        if (EVP_MD_type(md) != EVP_MD_type(checkmd)) {
    +            RSAerr(RSA_F_RSA_PSS_TO_CTX, RSA_R_DIGEST_DOES_NOT_MATCH);
    +            goto err;
    +        }
    +    }
    +
    +    if (EVP_PKEY_CTX_set_rsa_padding(pkctx, RSA_PKCS1_PSS_PADDING) <= 0)
    +        goto err;
    +
    +    if (EVP_PKEY_CTX_set_rsa_pss_saltlen(pkctx, saltlen) <= 0)
    +        goto err;
    +
    +    if (EVP_PKEY_CTX_set_rsa_mgf1_md(pkctx, mgf1md) <= 0)
    +        goto err;
    +    /* Carry on */
    +    rv = 1;
    +
    + err:
    +    RSA_PSS_PARAMS_free(pss);
    +    if (maskHash)
    +        X509_ALGOR_free(maskHash);
    +    return rv;
    +}
    +
    +static int rsa_cms_verify(CMS_SignerInfo *si)
    +{
    +    int nid, nid2;
    +    X509_ALGOR *alg;
    +    EVP_PKEY_CTX *pkctx = CMS_SignerInfo_get0_pkey_ctx(si);
    +    CMS_SignerInfo_get0_algs(si, NULL, NULL, NULL, &alg);
    +    nid = OBJ_obj2nid(alg->algorithm);
    +    if (nid == NID_rsaEncryption)
    +        return 1;
    +    if (nid == NID_rsassaPss)
    +        return rsa_pss_to_ctx(NULL, pkctx, alg, NULL);
    +    /* Workaround for some implementation that use a signature OID */
    +    if (OBJ_find_sigid_algs(nid, NULL, &nid2)) {
    +        if (nid2 == NID_rsaEncryption)
    +            return 1;
    +    }
    +    return 0;
    +}
    +
    +/*
    + * Customised RSA item verification routine. This is called when a signature
    + * is encountered requiring special handling. We currently only handle PSS.
    + */
     
     static int rsa_item_verify(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn,
    -			X509_ALGOR *sigalg, ASN1_BIT_STRING *sig,
    -			EVP_PKEY *pkey)
    -	{
    -	int rv = -1;
    -	int saltlen;
    -	const EVP_MD *mgf1md = NULL, *md = NULL;
    -	RSA_PSS_PARAMS *pss;
    -	X509_ALGOR *maskHash;
    -	EVP_PKEY_CTX *pkctx;
    -	/* Sanity check: make sure it is PSS */
    -	if (OBJ_obj2nid(sigalg->algorithm) != NID_rsassaPss)
    -		{
    -		RSAerr(RSA_F_RSA_ITEM_VERIFY, RSA_R_UNSUPPORTED_SIGNATURE_TYPE);
    -		return -1;
    -		}
    -	/* Decode PSS parameters */
    -	pss = rsa_pss_decode(sigalg, &maskHash);
    -
    -	if (pss == NULL)
    -		{
    -		RSAerr(RSA_F_RSA_ITEM_VERIFY, RSA_R_INVALID_PSS_PARAMETERS);
    -		goto err;
    -		}
    -	/* Check mask and lookup mask hash algorithm */
    -	if (pss->maskGenAlgorithm)
    -		{
    -		if (OBJ_obj2nid(pss->maskGenAlgorithm->algorithm) != NID_mgf1)
    -			{
    -			RSAerr(RSA_F_RSA_ITEM_VERIFY, RSA_R_UNSUPPORTED_MASK_ALGORITHM);
    -			goto err;
    -			}
    -		if (!maskHash)
    -			{
    -			RSAerr(RSA_F_RSA_ITEM_VERIFY, RSA_R_UNSUPPORTED_MASK_PARAMETER);
    -			goto err;
    -			}
    -		mgf1md = EVP_get_digestbyobj(maskHash->algorithm);
    -		if (mgf1md == NULL)
    -			{
    -			RSAerr(RSA_F_RSA_ITEM_VERIFY, RSA_R_UNKNOWN_MASK_DIGEST);
    -			goto err;
    -			}
    -		}
    -	else
    -		mgf1md = EVP_sha1();
    -
    -	if (pss->hashAlgorithm)
    -		{
    -		md = EVP_get_digestbyobj(pss->hashAlgorithm->algorithm);
    -		if (md == NULL)
    -			{
    -			RSAerr(RSA_F_RSA_ITEM_VERIFY, RSA_R_UNKNOWN_PSS_DIGEST);
    -			goto err;
    -			}
    -		}
    -	else
    -		md = EVP_sha1();
    -
    -	if (pss->saltLength)
    -		{
    -		saltlen = ASN1_INTEGER_get(pss->saltLength);
    -
    -		/* Could perform more salt length sanity checks but the main
    -		 * RSA routines will trap other invalid values anyway.
    -		 */
    -		if (saltlen < 0)
    -			{
    -			RSAerr(RSA_F_RSA_ITEM_VERIFY, RSA_R_INVALID_SALT_LENGTH);
    -			goto err;
    -			}
    -		}
    -	else
    -		saltlen = 20;
    -
    -	/* low-level routines support only trailer field 0xbc (value 1)
    -	 * and PKCS#1 says we should reject any other value anyway.
    -	 */
    -	if (pss->trailerField && ASN1_INTEGER_get(pss->trailerField) != 1)
    -		{
    -		RSAerr(RSA_F_RSA_ITEM_VERIFY, RSA_R_INVALID_TRAILER);
    -		goto err;
    -		}
    -
    -	/* We have all parameters now set up context */
    -
    -	if (!EVP_DigestVerifyInit(ctx, &pkctx, md, NULL, pkey))
    -		goto err;
    -
    -	if (EVP_PKEY_CTX_set_rsa_padding(pkctx, RSA_PKCS1_PSS_PADDING) <= 0)
    -		goto err;
    -
    -	if (EVP_PKEY_CTX_set_rsa_pss_saltlen(pkctx, saltlen) <= 0)
    -		goto err;
    -
    -	if (EVP_PKEY_CTX_set_rsa_mgf1_md(pkctx, mgf1md) <= 0)
    -		goto err;
    -	/* Carry on */
    -	rv = 2;
    -
    -	err:
    -	RSA_PSS_PARAMS_free(pss);
    -	if (maskHash)
    -		X509_ALGOR_free(maskHash);
    -	return rv;
    -	}
    +                           X509_ALGOR *sigalg, ASN1_BIT_STRING *sig,
    +                           EVP_PKEY *pkey)
    +{
    +    /* Sanity check: make sure it is PSS */
    +    if (OBJ_obj2nid(sigalg->algorithm) != NID_rsassaPss) {
    +        RSAerr(RSA_F_RSA_ITEM_VERIFY, RSA_R_UNSUPPORTED_SIGNATURE_TYPE);
    +        return -1;
    +    }
    +    if (rsa_pss_to_ctx(ctx, NULL, sigalg, pkey))
    +        /* Carry on */
    +        return 2;
    +    return -1;
    +}
    +
    +static int rsa_cms_sign(CMS_SignerInfo *si)
    +{
    +    int pad_mode = RSA_PKCS1_PADDING;
    +    X509_ALGOR *alg;
    +    EVP_PKEY_CTX *pkctx = CMS_SignerInfo_get0_pkey_ctx(si);
    +    ASN1_STRING *os = NULL;
    +    CMS_SignerInfo_get0_algs(si, NULL, NULL, NULL, &alg);
    +    if (pkctx) {
    +        if (EVP_PKEY_CTX_get_rsa_padding(pkctx, &pad_mode) <= 0)
    +            return 0;
    +    }
    +    if (pad_mode == RSA_PKCS1_PADDING) {
    +        X509_ALGOR_set0(alg, OBJ_nid2obj(NID_rsaEncryption), V_ASN1_NULL, 0);
    +        return 1;
    +    }
    +    /* We don't support it */
    +    if (pad_mode != RSA_PKCS1_PSS_PADDING)
    +        return 0;
    +    os = rsa_ctx_to_pss(pkctx);
    +    if (!os)
    +        return 0;
    +    X509_ALGOR_set0(alg, OBJ_nid2obj(NID_rsassaPss), V_ASN1_SEQUENCE, os);
    +    return 1;
    +}
     
     static int rsa_item_sign(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn,
    -				X509_ALGOR *alg1, X509_ALGOR *alg2, 
    -				ASN1_BIT_STRING *sig)
    -	{
    -	int pad_mode;
    -	EVP_PKEY_CTX *pkctx = ctx->pctx;
    -	if (EVP_PKEY_CTX_get_rsa_padding(pkctx, &pad_mode) <= 0)
    -		return 0;
    -	if (pad_mode == RSA_PKCS1_PADDING)
    -		return 2;
    -	if (pad_mode == RSA_PKCS1_PSS_PADDING)
    -		{
    -		const EVP_MD *sigmd, *mgf1md;
    -		RSA_PSS_PARAMS *pss = NULL;
    -		X509_ALGOR *mgf1alg = NULL;
    -		ASN1_STRING *os1 = NULL, *os2 = NULL;
    -		EVP_PKEY *pk = EVP_PKEY_CTX_get0_pkey(pkctx);
    -		int saltlen, rv = 0;
    -		sigmd = EVP_MD_CTX_md(ctx);
    -		if (EVP_PKEY_CTX_get_rsa_mgf1_md(pkctx, &mgf1md) <= 0)
    -			goto err;
    -		if (!EVP_PKEY_CTX_get_rsa_pss_saltlen(pkctx, &saltlen))
    -			goto err;
    -		if (saltlen == -1)
    -			saltlen = EVP_MD_size(sigmd);
    -		else if (saltlen == -2)
    -			{
    -			saltlen = EVP_PKEY_size(pk) - EVP_MD_size(sigmd) - 2;
    -			if (((EVP_PKEY_bits(pk) - 1) & 0x7) == 0)
    -				saltlen--;
    -			}
    -		pss = RSA_PSS_PARAMS_new();
    -		if (!pss)
    -			goto err;
    -		if (saltlen != 20)
    -			{
    -			pss->saltLength = ASN1_INTEGER_new();
    -			if (!pss->saltLength)
    -				goto err;
    -			if (!ASN1_INTEGER_set(pss->saltLength, saltlen))
    -				goto err;
    -			}
    -		if (EVP_MD_type(sigmd) != NID_sha1)
    -			{
    -			pss->hashAlgorithm = X509_ALGOR_new();
    -			if (!pss->hashAlgorithm)
    -				goto err;
    -			X509_ALGOR_set_md(pss->hashAlgorithm, sigmd);
    -			}
    -		if (EVP_MD_type(mgf1md) != NID_sha1)
    -			{
    -			ASN1_STRING *stmp = NULL;
    -			/* need to embed algorithm ID inside another */
    -			mgf1alg = X509_ALGOR_new();
    -			X509_ALGOR_set_md(mgf1alg, mgf1md);
    -			if (!ASN1_item_pack(mgf1alg, ASN1_ITEM_rptr(X509_ALGOR),
    -									&stmp))
    -					goto err;
    -			pss->maskGenAlgorithm = X509_ALGOR_new();
    -			if (!pss->maskGenAlgorithm)
    -				goto err;
    -			X509_ALGOR_set0(pss->maskGenAlgorithm,
    -					OBJ_nid2obj(NID_mgf1),
    -					V_ASN1_SEQUENCE, stmp);
    -			}
    -		/* Finally create string with pss parameter encoding. */
    -		if (!ASN1_item_pack(pss, ASN1_ITEM_rptr(RSA_PSS_PARAMS), &os1))
    -			goto err;
    -		if (alg2)
    -			{
    -			os2 = ASN1_STRING_dup(os1);
    -			if (!os2)
    -				goto err;
    -			X509_ALGOR_set0(alg2, OBJ_nid2obj(NID_rsassaPss),
    -						V_ASN1_SEQUENCE, os2);
    -			}
    -		X509_ALGOR_set0(alg1, OBJ_nid2obj(NID_rsassaPss),
    -					V_ASN1_SEQUENCE, os1);
    -		os1 = os2 = NULL;
    -		rv = 3;
    -		err:
    -		if (mgf1alg)
    -			X509_ALGOR_free(mgf1alg);
    -		if (pss)
    -			RSA_PSS_PARAMS_free(pss);
    -		if (os1)
    -			ASN1_STRING_free(os1);
    -		return rv;
    -		
    -		}
    -	return 2;
    -	}
    -
    -const EVP_PKEY_ASN1_METHOD rsa_asn1_meths[] = 
    -	{
    -		{
    -		EVP_PKEY_RSA,
    -		EVP_PKEY_RSA,
    -		ASN1_PKEY_SIGPARAM_NULL,
    -
    -		"RSA",
    -		"OpenSSL RSA method",
    -
    -		rsa_pub_decode,
    -		rsa_pub_encode,
    -		rsa_pub_cmp,
    -		rsa_pub_print,
    -
    -		rsa_priv_decode,
    -		rsa_priv_encode,
    -		rsa_priv_print,
    -
    -		int_rsa_size,
    -		rsa_bits,
    -
    -		0,0,0,0,0,0,
    -
    -		rsa_sig_print,
    -		int_rsa_free,
    -		rsa_pkey_ctrl,
    -		old_rsa_priv_decode,
    -		old_rsa_priv_encode,
    -		rsa_item_verify,
    -		rsa_item_sign
    -		},
    -
    -		{
    -		EVP_PKEY_RSA2,
    -		EVP_PKEY_RSA,
    -		ASN1_PKEY_ALIAS
    -		}
    -	};
    +                         X509_ALGOR *alg1, X509_ALGOR *alg2,
    +                         ASN1_BIT_STRING *sig)
    +{
    +    int pad_mode;
    +    EVP_PKEY_CTX *pkctx = ctx->pctx;
    +    if (EVP_PKEY_CTX_get_rsa_padding(pkctx, &pad_mode) <= 0)
    +        return 0;
    +    if (pad_mode == RSA_PKCS1_PADDING)
    +        return 2;
    +    if (pad_mode == RSA_PKCS1_PSS_PADDING) {
    +        ASN1_STRING *os1 = NULL;
    +        os1 = rsa_ctx_to_pss(pkctx);
    +        if (!os1)
    +            return 0;
    +        /* Duplicate parameters if we have to */
    +        if (alg2) {
    +            ASN1_STRING *os2 = ASN1_STRING_dup(os1);
    +            if (!os2) {
    +                ASN1_STRING_free(os1);
    +                return 0;
    +            }
    +            X509_ALGOR_set0(alg2, OBJ_nid2obj(NID_rsassaPss),
    +                            V_ASN1_SEQUENCE, os2);
    +        }
    +        X509_ALGOR_set0(alg1, OBJ_nid2obj(NID_rsassaPss),
    +                        V_ASN1_SEQUENCE, os1);
    +        return 3;
    +    }
    +    return 2;
    +}
    +
    +static RSA_OAEP_PARAMS *rsa_oaep_decode(const X509_ALGOR *alg,
    +                                        X509_ALGOR **pmaskHash)
    +{
    +    const unsigned char *p;
    +    int plen;
    +    RSA_OAEP_PARAMS *pss;
    +
    +    *pmaskHash = NULL;
    +
    +    if (!alg->parameter || alg->parameter->type != V_ASN1_SEQUENCE)
    +        return NULL;
    +    p = alg->parameter->value.sequence->data;
    +    plen = alg->parameter->value.sequence->length;
    +    pss = d2i_RSA_OAEP_PARAMS(NULL, &p, plen);
    +
    +    if (!pss)
    +        return NULL;
    +
    +    *pmaskHash = rsa_mgf1_decode(pss->maskGenFunc);
    +
    +    return pss;
    +}
    +
    +static int rsa_cms_decrypt(CMS_RecipientInfo *ri)
    +{
    +    EVP_PKEY_CTX *pkctx;
    +    X509_ALGOR *cmsalg;
    +    int nid;
    +    int rv = -1;
    +    unsigned char *label = NULL;
    +    int labellen = 0;
    +    const EVP_MD *mgf1md = NULL, *md = NULL;
    +    RSA_OAEP_PARAMS *oaep;
    +    X509_ALGOR *maskHash;
    +    pkctx = CMS_RecipientInfo_get0_pkey_ctx(ri);
    +    if (!pkctx)
    +        return 0;
    +    if (!CMS_RecipientInfo_ktri_get0_algs(ri, NULL, NULL, &cmsalg))
    +        return -1;
    +    nid = OBJ_obj2nid(cmsalg->algorithm);
    +    if (nid == NID_rsaEncryption)
    +        return 1;
    +    if (nid != NID_rsaesOaep) {
    +        RSAerr(RSA_F_RSA_CMS_DECRYPT, RSA_R_UNSUPPORTED_ENCRYPTION_TYPE);
    +        return -1;
    +    }
    +    /* Decode OAEP parameters */
    +    oaep = rsa_oaep_decode(cmsalg, &maskHash);
    +
    +    if (oaep == NULL) {
    +        RSAerr(RSA_F_RSA_CMS_DECRYPT, RSA_R_INVALID_OAEP_PARAMETERS);
    +        goto err;
    +    }
    +
    +    mgf1md = rsa_mgf1_to_md(oaep->maskGenFunc, maskHash);
    +    if (!mgf1md)
    +        goto err;
    +    md = rsa_algor_to_md(oaep->hashFunc);
    +    if (!md)
    +        goto err;
    +
    +    if (oaep->pSourceFunc) {
    +        X509_ALGOR *plab = oaep->pSourceFunc;
    +        if (OBJ_obj2nid(plab->algorithm) != NID_pSpecified) {
    +            RSAerr(RSA_F_RSA_CMS_DECRYPT, RSA_R_UNSUPPORTED_LABEL_SOURCE);
    +            goto err;
    +        }
    +        if (plab->parameter->type != V_ASN1_OCTET_STRING) {
    +            RSAerr(RSA_F_RSA_CMS_DECRYPT, RSA_R_INVALID_LABEL);
    +            goto err;
    +        }
    +
    +        label = plab->parameter->value.octet_string->data;
    +        /* Stop label being freed when OAEP parameters are freed */
    +        plab->parameter->value.octet_string->data = NULL;
    +        labellen = plab->parameter->value.octet_string->length;
    +    }
    +
    +    if (EVP_PKEY_CTX_set_rsa_padding(pkctx, RSA_PKCS1_OAEP_PADDING) <= 0)
    +        goto err;
    +    if (EVP_PKEY_CTX_set_rsa_oaep_md(pkctx, md) <= 0)
    +        goto err;
    +    if (EVP_PKEY_CTX_set_rsa_mgf1_md(pkctx, mgf1md) <= 0)
    +        goto err;
    +    if (EVP_PKEY_CTX_set0_rsa_oaep_label(pkctx, label, labellen) <= 0)
    +        goto err;
    +    /* Carry on */
    +    rv = 1;
    +
    + err:
    +    RSA_OAEP_PARAMS_free(oaep);
    +    if (maskHash)
    +        X509_ALGOR_free(maskHash);
    +    return rv;
    +}
    +
    +static int rsa_cms_encrypt(CMS_RecipientInfo *ri)
    +{
    +    const EVP_MD *md, *mgf1md;
    +    RSA_OAEP_PARAMS *oaep = NULL;
    +    ASN1_STRING *os = NULL;
    +    X509_ALGOR *alg;
    +    EVP_PKEY_CTX *pkctx = CMS_RecipientInfo_get0_pkey_ctx(ri);
    +    int pad_mode = RSA_PKCS1_PADDING, rv = 0, labellen;
    +    unsigned char *label;
    +    CMS_RecipientInfo_ktri_get0_algs(ri, NULL, NULL, &alg);
    +    if (pkctx) {
    +        if (EVP_PKEY_CTX_get_rsa_padding(pkctx, &pad_mode) <= 0)
    +            return 0;
    +    }
    +    if (pad_mode == RSA_PKCS1_PADDING) {
    +        X509_ALGOR_set0(alg, OBJ_nid2obj(NID_rsaEncryption), V_ASN1_NULL, 0);
    +        return 1;
    +    }
    +    /* Not supported */
    +    if (pad_mode != RSA_PKCS1_OAEP_PADDING)
    +        return 0;
    +    if (EVP_PKEY_CTX_get_rsa_oaep_md(pkctx, &md) <= 0)
    +        goto err;
    +    if (EVP_PKEY_CTX_get_rsa_mgf1_md(pkctx, &mgf1md) <= 0)
    +        goto err;
    +    labellen = EVP_PKEY_CTX_get0_rsa_oaep_label(pkctx, &label);
    +    if (labellen < 0)
    +        goto err;
    +    oaep = RSA_OAEP_PARAMS_new();
    +    if (!oaep)
    +        goto err;
    +    if (!rsa_md_to_algor(&oaep->hashFunc, md))
    +        goto err;
    +    if (!rsa_md_to_mgf1(&oaep->maskGenFunc, mgf1md))
    +        goto err;
    +    if (labellen > 0) {
    +        ASN1_OCTET_STRING *los = ASN1_OCTET_STRING_new();
    +        oaep->pSourceFunc = X509_ALGOR_new();
    +        if (!oaep->pSourceFunc)
    +            goto err;
    +        if (!los)
    +            goto err;
    +        if (!ASN1_OCTET_STRING_set(los, label, labellen)) {
    +            ASN1_OCTET_STRING_free(los);
    +            goto err;
    +        }
    +        X509_ALGOR_set0(oaep->pSourceFunc, OBJ_nid2obj(NID_pSpecified),
    +                        V_ASN1_OCTET_STRING, los);
    +    }
    +    /* create string with pss parameter encoding. */
    +    if (!ASN1_item_pack(oaep, ASN1_ITEM_rptr(RSA_OAEP_PARAMS), &os))
    +         goto err;
    +    X509_ALGOR_set0(alg, OBJ_nid2obj(NID_rsaesOaep), V_ASN1_SEQUENCE, os);
    +    os = NULL;
    +    rv = 1;
    + err:
    +    if (oaep)
    +        RSA_OAEP_PARAMS_free(oaep);
    +    if (os)
    +        ASN1_STRING_free(os);
    +    return rv;
    +}
    +
    +const EVP_PKEY_ASN1_METHOD rsa_asn1_meths[] = {
    +    {
    +     EVP_PKEY_RSA,
    +     EVP_PKEY_RSA,
    +     ASN1_PKEY_SIGPARAM_NULL,
    +
    +     "RSA",
    +     "OpenSSL RSA method",
    +
    +     rsa_pub_decode,
    +     rsa_pub_encode,
    +     rsa_pub_cmp,
    +     rsa_pub_print,
    +
    +     rsa_priv_decode,
    +     rsa_priv_encode,
    +     rsa_priv_print,
    +
    +     int_rsa_size,
    +     rsa_bits,
    +
    +     0, 0, 0, 0, 0, 0,
    +
    +     rsa_sig_print,
    +     int_rsa_free,
    +     rsa_pkey_ctrl,
    +     old_rsa_priv_decode,
    +     old_rsa_priv_encode,
    +     rsa_item_verify,
    +     rsa_item_sign},
    +
    +    {
    +     EVP_PKEY_RSA2,
    +     EVP_PKEY_RSA,
    +     ASN1_PKEY_ALIAS}
    +};
    diff --git a/openssl/crypto/rsa/rsa_asn1.c b/openssl/crypto/rsa/rsa_asn1.c
    index 6ed5de3db..aff8b583f 100644
    --- a/openssl/crypto/rsa/rsa_asn1.c
    +++ b/openssl/crypto/rsa/rsa_asn1.c
    @@ -1,6 +1,7 @@
     /* rsa_asn1.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 2000-2005 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -65,57 +66,66 @@
     
     /* Override the default free and new methods */
     static int rsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
    -								void *exarg)
    +                  void *exarg)
     {
    -	if(operation == ASN1_OP_NEW_PRE) {
    -		*pval = (ASN1_VALUE *)RSA_new();
    -		if(*pval) return 2;
    -		return 0;
    -	} else if(operation == ASN1_OP_FREE_PRE) {
    -		RSA_free((RSA *)*pval);
    -		*pval = NULL;
    -		return 2;
    -	}
    -	return 1;
    +    if (operation == ASN1_OP_NEW_PRE) {
    +        *pval = (ASN1_VALUE *)RSA_new();
    +        if (*pval)
    +            return 2;
    +        return 0;
    +    } else if (operation == ASN1_OP_FREE_PRE) {
    +        RSA_free((RSA *)*pval);
    +        *pval = NULL;
    +        return 2;
    +    }
    +    return 1;
     }
     
     ASN1_SEQUENCE_cb(RSAPrivateKey, rsa_cb) = {
    -	ASN1_SIMPLE(RSA, version, LONG),
    -	ASN1_SIMPLE(RSA, n, BIGNUM),
    -	ASN1_SIMPLE(RSA, e, BIGNUM),
    -	ASN1_SIMPLE(RSA, d, BIGNUM),
    -	ASN1_SIMPLE(RSA, p, BIGNUM),
    -	ASN1_SIMPLE(RSA, q, BIGNUM),
    -	ASN1_SIMPLE(RSA, dmp1, BIGNUM),
    -	ASN1_SIMPLE(RSA, dmq1, BIGNUM),
    -	ASN1_SIMPLE(RSA, iqmp, BIGNUM)
    +        ASN1_SIMPLE(RSA, version, LONG),
    +        ASN1_SIMPLE(RSA, n, BIGNUM),
    +        ASN1_SIMPLE(RSA, e, BIGNUM),
    +        ASN1_SIMPLE(RSA, d, BIGNUM),
    +        ASN1_SIMPLE(RSA, p, BIGNUM),
    +        ASN1_SIMPLE(RSA, q, BIGNUM),
    +        ASN1_SIMPLE(RSA, dmp1, BIGNUM),
    +        ASN1_SIMPLE(RSA, dmq1, BIGNUM),
    +        ASN1_SIMPLE(RSA, iqmp, BIGNUM)
     } ASN1_SEQUENCE_END_cb(RSA, RSAPrivateKey)
     
     
     ASN1_SEQUENCE_cb(RSAPublicKey, rsa_cb) = {
    -	ASN1_SIMPLE(RSA, n, BIGNUM),
    -	ASN1_SIMPLE(RSA, e, BIGNUM),
    +        ASN1_SIMPLE(RSA, n, BIGNUM),
    +        ASN1_SIMPLE(RSA, e, BIGNUM),
     } ASN1_SEQUENCE_END_cb(RSA, RSAPublicKey)
     
     ASN1_SEQUENCE(RSA_PSS_PARAMS) = {
    -	ASN1_EXP_OPT(RSA_PSS_PARAMS, hashAlgorithm, X509_ALGOR,0),
    -	ASN1_EXP_OPT(RSA_PSS_PARAMS, maskGenAlgorithm, X509_ALGOR,1),
    -	ASN1_EXP_OPT(RSA_PSS_PARAMS, saltLength, ASN1_INTEGER,2),
    -	ASN1_EXP_OPT(RSA_PSS_PARAMS, trailerField, ASN1_INTEGER,3)
    +        ASN1_EXP_OPT(RSA_PSS_PARAMS, hashAlgorithm, X509_ALGOR,0),
    +        ASN1_EXP_OPT(RSA_PSS_PARAMS, maskGenAlgorithm, X509_ALGOR,1),
    +        ASN1_EXP_OPT(RSA_PSS_PARAMS, saltLength, ASN1_INTEGER,2),
    +        ASN1_EXP_OPT(RSA_PSS_PARAMS, trailerField, ASN1_INTEGER,3)
     } ASN1_SEQUENCE_END(RSA_PSS_PARAMS)
     
     IMPLEMENT_ASN1_FUNCTIONS(RSA_PSS_PARAMS)
     
    +ASN1_SEQUENCE(RSA_OAEP_PARAMS) = {
    +        ASN1_EXP_OPT(RSA_OAEP_PARAMS, hashFunc, X509_ALGOR, 0),
    +        ASN1_EXP_OPT(RSA_OAEP_PARAMS, maskGenFunc, X509_ALGOR, 1),
    +        ASN1_EXP_OPT(RSA_OAEP_PARAMS, pSourceFunc, X509_ALGOR, 2),
    +} ASN1_SEQUENCE_END(RSA_OAEP_PARAMS)
    +
    +IMPLEMENT_ASN1_FUNCTIONS(RSA_OAEP_PARAMS)
    +
     IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(RSA, RSAPrivateKey, RSAPrivateKey)
     
     IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(RSA, RSAPublicKey, RSAPublicKey)
     
     RSA *RSAPublicKey_dup(RSA *rsa)
    -	{
    -	return ASN1_item_dup(ASN1_ITEM_rptr(RSAPublicKey), rsa);
    -	}
    +{
    +    return ASN1_item_dup(ASN1_ITEM_rptr(RSAPublicKey), rsa);
    +}
     
     RSA *RSAPrivateKey_dup(RSA *rsa)
    -	{
    -	return ASN1_item_dup(ASN1_ITEM_rptr(RSAPrivateKey), rsa);
    -	}
    +{
    +    return ASN1_item_dup(ASN1_ITEM_rptr(RSAPrivateKey), rsa);
    +}
    diff --git a/openssl/crypto/rsa/rsa_chk.c b/openssl/crypto/rsa/rsa_chk.c
    index cc30e7713..f4383860b 100644
    --- a/openssl/crypto/rsa/rsa_chk.c
    +++ b/openssl/crypto/rsa/rsa_chk.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -52,139 +52,163 @@
     #include 
     #include 
     
    -
     int RSA_check_key(const RSA *key)
    -	{
    -	BIGNUM *i, *j, *k, *l, *m;
    -	BN_CTX *ctx;
    -	int r;
    -	int ret=1;
    -
    -	if (!key->p || !key->q || !key->n || !key->e || !key->d)
    -		{
    -		RSAerr(RSA_F_RSA_CHECK_KEY, RSA_R_VALUE_MISSING);
    -		return 0;
    -		}
    -	
    -	i = BN_new();
    -	j = BN_new();
    -	k = BN_new();
    -	l = BN_new();
    -	m = BN_new();
    -	ctx = BN_CTX_new();
    -	if (i == NULL || j == NULL || k == NULL || l == NULL ||
    -		m == NULL || ctx == NULL)
    -		{
    -		ret = -1;
    -		RSAerr(RSA_F_RSA_CHECK_KEY, ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -	
    -	/* p prime? */
    -	r = BN_is_prime_ex(key->p, BN_prime_checks, NULL, NULL);
    -	if (r != 1)
    -		{
    -		ret = r;
    -		if (r != 0)
    -			goto err;
    -		RSAerr(RSA_F_RSA_CHECK_KEY, RSA_R_P_NOT_PRIME);
    -		}
    -	
    -	/* q prime? */
    -	r = BN_is_prime_ex(key->q, BN_prime_checks, NULL, NULL);
    -	if (r != 1)
    -		{
    -		ret = r;
    -		if (r != 0)
    -			goto err;
    -		RSAerr(RSA_F_RSA_CHECK_KEY, RSA_R_Q_NOT_PRIME);
    -		}
    -	
    -	/* n = p*q? */
    -	r = BN_mul(i, key->p, key->q, ctx);
    -	if (!r) { ret = -1; goto err; }
    -	
    -	if (BN_cmp(i, key->n) != 0)
    -		{
    -		ret = 0;
    -		RSAerr(RSA_F_RSA_CHECK_KEY, RSA_R_N_DOES_NOT_EQUAL_P_Q);
    -		}
    -	
    -	/* d*e = 1  mod lcm(p-1,q-1)? */
    -
    -	r = BN_sub(i, key->p, BN_value_one());
    -	if (!r) { ret = -1; goto err; }
    -	r = BN_sub(j, key->q, BN_value_one());
    -	if (!r) { ret = -1; goto err; }
    -
    -	/* now compute k = lcm(i,j) */
    -	r = BN_mul(l, i, j, ctx);
    -	if (!r) { ret = -1; goto err; }
    -	r = BN_gcd(m, i, j, ctx);
    -	if (!r) { ret = -1; goto err; }
    -	r = BN_div(k, NULL, l, m, ctx); /* remainder is 0 */
    -	if (!r) { ret = -1; goto err; }
    -
    -	r = BN_mod_mul(i, key->d, key->e, k, ctx);
    -	if (!r) { ret = -1; goto err; }
    -
    -	if (!BN_is_one(i))
    -		{
    -		ret = 0;
    -		RSAerr(RSA_F_RSA_CHECK_KEY, RSA_R_D_E_NOT_CONGRUENT_TO_1);
    -		}
    -	
    -	if (key->dmp1 != NULL && key->dmq1 != NULL && key->iqmp != NULL)
    -		{
    -		/* dmp1 = d mod (p-1)? */
    -		r = BN_sub(i, key->p, BN_value_one());
    -		if (!r) { ret = -1; goto err; }
    -
    -		r = BN_mod(j, key->d, i, ctx);
    -		if (!r) { ret = -1; goto err; }
    -
    -		if (BN_cmp(j, key->dmp1) != 0)
    -			{
    -			ret = 0;
    -			RSAerr(RSA_F_RSA_CHECK_KEY,
    -				RSA_R_DMP1_NOT_CONGRUENT_TO_D);
    -			}
    -	
    -		/* dmq1 = d mod (q-1)? */    
    -		r = BN_sub(i, key->q, BN_value_one());
    -		if (!r) { ret = -1; goto err; }
    -	
    -		r = BN_mod(j, key->d, i, ctx);
    -		if (!r) { ret = -1; goto err; }
    -
    -		if (BN_cmp(j, key->dmq1) != 0)
    -			{
    -			ret = 0;
    -			RSAerr(RSA_F_RSA_CHECK_KEY,
    -				RSA_R_DMQ1_NOT_CONGRUENT_TO_D);
    -			}
    -	
    -		/* iqmp = q^-1 mod p? */
    -		if(!BN_mod_inverse(i, key->q, key->p, ctx))
    -			{
    -			ret = -1;
    -			goto err;
    -			}
    -
    -		if (BN_cmp(i, key->iqmp) != 0)
    -			{
    -			ret = 0;
    -			RSAerr(RSA_F_RSA_CHECK_KEY,
    -				RSA_R_IQMP_NOT_INVERSE_OF_Q);
    -			}
    -		}
    +{
    +    BIGNUM *i, *j, *k, *l, *m;
    +    BN_CTX *ctx;
    +    int r;
    +    int ret = 1;
    +
    +    if (!key->p || !key->q || !key->n || !key->e || !key->d) {
    +        RSAerr(RSA_F_RSA_CHECK_KEY, RSA_R_VALUE_MISSING);
    +        return 0;
    +    }
    +
    +    i = BN_new();
    +    j = BN_new();
    +    k = BN_new();
    +    l = BN_new();
    +    m = BN_new();
    +    ctx = BN_CTX_new();
    +    if (i == NULL || j == NULL || k == NULL || l == NULL ||
    +        m == NULL || ctx == NULL) {
    +        ret = -1;
    +        RSAerr(RSA_F_RSA_CHECK_KEY, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    /* p prime? */
    +    r = BN_is_prime_ex(key->p, BN_prime_checks, NULL, NULL);
    +    if (r != 1) {
    +        ret = r;
    +        if (r != 0)
    +            goto err;
    +        RSAerr(RSA_F_RSA_CHECK_KEY, RSA_R_P_NOT_PRIME);
    +    }
    +
    +    /* q prime? */
    +    r = BN_is_prime_ex(key->q, BN_prime_checks, NULL, NULL);
    +    if (r != 1) {
    +        ret = r;
    +        if (r != 0)
    +            goto err;
    +        RSAerr(RSA_F_RSA_CHECK_KEY, RSA_R_Q_NOT_PRIME);
    +    }
    +
    +    /* n = p*q? */
    +    r = BN_mul(i, key->p, key->q, ctx);
    +    if (!r) {
    +        ret = -1;
    +        goto err;
    +    }
    +
    +    if (BN_cmp(i, key->n) != 0) {
    +        ret = 0;
    +        RSAerr(RSA_F_RSA_CHECK_KEY, RSA_R_N_DOES_NOT_EQUAL_P_Q);
    +    }
    +
    +    /* d*e = 1  mod lcm(p-1,q-1)? */
    +
    +    r = BN_sub(i, key->p, BN_value_one());
    +    if (!r) {
    +        ret = -1;
    +        goto err;
    +    }
    +    r = BN_sub(j, key->q, BN_value_one());
    +    if (!r) {
    +        ret = -1;
    +        goto err;
    +    }
    +
    +    /* now compute k = lcm(i,j) */
    +    r = BN_mul(l, i, j, ctx);
    +    if (!r) {
    +        ret = -1;
    +        goto err;
    +    }
    +    r = BN_gcd(m, i, j, ctx);
    +    if (!r) {
    +        ret = -1;
    +        goto err;
    +    }
    +    r = BN_div(k, NULL, l, m, ctx); /* remainder is 0 */
    +    if (!r) {
    +        ret = -1;
    +        goto err;
    +    }
    +
    +    r = BN_mod_mul(i, key->d, key->e, k, ctx);
    +    if (!r) {
    +        ret = -1;
    +        goto err;
    +    }
    +
    +    if (!BN_is_one(i)) {
    +        ret = 0;
    +        RSAerr(RSA_F_RSA_CHECK_KEY, RSA_R_D_E_NOT_CONGRUENT_TO_1);
    +    }
    +
    +    if (key->dmp1 != NULL && key->dmq1 != NULL && key->iqmp != NULL) {
    +        /* dmp1 = d mod (p-1)? */
    +        r = BN_sub(i, key->p, BN_value_one());
    +        if (!r) {
    +            ret = -1;
    +            goto err;
    +        }
    +
    +        r = BN_mod(j, key->d, i, ctx);
    +        if (!r) {
    +            ret = -1;
    +            goto err;
    +        }
    +
    +        if (BN_cmp(j, key->dmp1) != 0) {
    +            ret = 0;
    +            RSAerr(RSA_F_RSA_CHECK_KEY, RSA_R_DMP1_NOT_CONGRUENT_TO_D);
    +        }
    +
    +        /* dmq1 = d mod (q-1)? */
    +        r = BN_sub(i, key->q, BN_value_one());
    +        if (!r) {
    +            ret = -1;
    +            goto err;
    +        }
    +
    +        r = BN_mod(j, key->d, i, ctx);
    +        if (!r) {
    +            ret = -1;
    +            goto err;
    +        }
    +
    +        if (BN_cmp(j, key->dmq1) != 0) {
    +            ret = 0;
    +            RSAerr(RSA_F_RSA_CHECK_KEY, RSA_R_DMQ1_NOT_CONGRUENT_TO_D);
    +        }
    +
    +        /* iqmp = q^-1 mod p? */
    +        if (!BN_mod_inverse(i, key->q, key->p, ctx)) {
    +            ret = -1;
    +            goto err;
    +        }
    +
    +        if (BN_cmp(i, key->iqmp) != 0) {
    +            ret = 0;
    +            RSAerr(RSA_F_RSA_CHECK_KEY, RSA_R_IQMP_NOT_INVERSE_OF_Q);
    +        }
    +    }
     
      err:
    -	if (i != NULL) BN_free(i);
    -	if (j != NULL) BN_free(j);
    -	if (k != NULL) BN_free(k);
    -	if (l != NULL) BN_free(l);
    -	if (m != NULL) BN_free(m);
    -	if (ctx != NULL) BN_CTX_free(ctx);
    -	return (ret);
    -	}
    +    if (i != NULL)
    +        BN_free(i);
    +    if (j != NULL)
    +        BN_free(j);
    +    if (k != NULL)
    +        BN_free(k);
    +    if (l != NULL)
    +        BN_free(l);
    +    if (m != NULL)
    +        BN_free(m);
    +    if (ctx != NULL)
    +        BN_CTX_free(ctx);
    +    return (ret);
    +}
    diff --git a/openssl/crypto/rsa/rsa_crpt.c b/openssl/crypto/rsa/rsa_crpt.c
    index d3e44785d..5c416b53f 100644
    --- a/openssl/crypto/rsa/rsa_crpt.c
    +++ b/openssl/crypto/rsa/rsa_crpt.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -64,194 +64,184 @@
     #include 
     #include 
     #ifndef OPENSSL_NO_ENGINE
    -#include 
    +# include 
     #endif
     
     int RSA_size(const RSA *r)
    -	{
    -	return(BN_num_bytes(r->n));
    -	}
    +{
    +    return (BN_num_bytes(r->n));
    +}
     
     int RSA_public_encrypt(int flen, const unsigned char *from, unsigned char *to,
    -	     RSA *rsa, int padding)
    -	{
    +                       RSA *rsa, int padding)
    +{
     #ifdef OPENSSL_FIPS
    -	if (FIPS_mode() && !(rsa->meth->flags & RSA_FLAG_FIPS_METHOD)
    -			&& !(rsa->flags & RSA_FLAG_NON_FIPS_ALLOW))
    -		{
    -		RSAerr(RSA_F_RSA_PUBLIC_ENCRYPT, RSA_R_NON_FIPS_RSA_METHOD);
    -		return -1;
    -		}
    +    if (FIPS_mode() && !(rsa->meth->flags & RSA_FLAG_FIPS_METHOD)
    +        && !(rsa->flags & RSA_FLAG_NON_FIPS_ALLOW)) {
    +        RSAerr(RSA_F_RSA_PUBLIC_ENCRYPT, RSA_R_NON_FIPS_RSA_METHOD);
    +        return -1;
    +    }
     #endif
    -	return(rsa->meth->rsa_pub_enc(flen, from, to, rsa, padding));
    -	}
    +    return (rsa->meth->rsa_pub_enc(flen, from, to, rsa, padding));
    +}
     
    -int RSA_private_encrypt(int flen, const unsigned char *from, unsigned char *to,
    -	     RSA *rsa, int padding)
    -	{
    +int RSA_private_encrypt(int flen, const unsigned char *from,
    +                        unsigned char *to, RSA *rsa, int padding)
    +{
     #ifdef OPENSSL_FIPS
    -	if (FIPS_mode() && !(rsa->meth->flags & RSA_FLAG_FIPS_METHOD)
    -			&& !(rsa->flags & RSA_FLAG_NON_FIPS_ALLOW))
    -		{
    -		RSAerr(RSA_F_RSA_PRIVATE_ENCRYPT, RSA_R_NON_FIPS_RSA_METHOD);
    -		return -1;
    -		}
    +    if (FIPS_mode() && !(rsa->meth->flags & RSA_FLAG_FIPS_METHOD)
    +        && !(rsa->flags & RSA_FLAG_NON_FIPS_ALLOW)) {
    +        RSAerr(RSA_F_RSA_PRIVATE_ENCRYPT, RSA_R_NON_FIPS_RSA_METHOD);
    +        return -1;
    +    }
     #endif
    -	return(rsa->meth->rsa_priv_enc(flen, from, to, rsa, padding));
    -	}
    +    return (rsa->meth->rsa_priv_enc(flen, from, to, rsa, padding));
    +}
     
    -int RSA_private_decrypt(int flen, const unsigned char *from, unsigned char *to,
    -	     RSA *rsa, int padding)
    -	{
    +int RSA_private_decrypt(int flen, const unsigned char *from,
    +                        unsigned char *to, RSA *rsa, int padding)
    +{
     #ifdef OPENSSL_FIPS
    -	if (FIPS_mode() && !(rsa->meth->flags & RSA_FLAG_FIPS_METHOD)
    -			&& !(rsa->flags & RSA_FLAG_NON_FIPS_ALLOW))
    -		{
    -		RSAerr(RSA_F_RSA_PRIVATE_DECRYPT, RSA_R_NON_FIPS_RSA_METHOD);
    -		return -1;
    -		}
    +    if (FIPS_mode() && !(rsa->meth->flags & RSA_FLAG_FIPS_METHOD)
    +        && !(rsa->flags & RSA_FLAG_NON_FIPS_ALLOW)) {
    +        RSAerr(RSA_F_RSA_PRIVATE_DECRYPT, RSA_R_NON_FIPS_RSA_METHOD);
    +        return -1;
    +    }
     #endif
    -	return(rsa->meth->rsa_priv_dec(flen, from, to, rsa, padding));
    -	}
    +    return (rsa->meth->rsa_priv_dec(flen, from, to, rsa, padding));
    +}
     
     int RSA_public_decrypt(int flen, const unsigned char *from, unsigned char *to,
    -	     RSA *rsa, int padding)
    -	{
    +                       RSA *rsa, int padding)
    +{
     #ifdef OPENSSL_FIPS
    -	if (FIPS_mode() && !(rsa->meth->flags & RSA_FLAG_FIPS_METHOD)
    -			&& !(rsa->flags & RSA_FLAG_NON_FIPS_ALLOW))
    -		{
    -		RSAerr(RSA_F_RSA_PUBLIC_DECRYPT, RSA_R_NON_FIPS_RSA_METHOD);
    -		return -1;
    -		}
    +    if (FIPS_mode() && !(rsa->meth->flags & RSA_FLAG_FIPS_METHOD)
    +        && !(rsa->flags & RSA_FLAG_NON_FIPS_ALLOW)) {
    +        RSAerr(RSA_F_RSA_PUBLIC_DECRYPT, RSA_R_NON_FIPS_RSA_METHOD);
    +        return -1;
    +    }
     #endif
    -	return(rsa->meth->rsa_pub_dec(flen, from, to, rsa, padding));
    -	}
    +    return (rsa->meth->rsa_pub_dec(flen, from, to, rsa, padding));
    +}
     
     int RSA_flags(const RSA *r)
    -	{
    -	return((r == NULL)?0:r->meth->flags);
    -	}
    +{
    +    return ((r == NULL) ? 0 : r->meth->flags);
    +}
     
     void RSA_blinding_off(RSA *rsa)
    -	{
    -	if (rsa->blinding != NULL)
    -		{
    -		BN_BLINDING_free(rsa->blinding);
    -		rsa->blinding=NULL;
    -		}
    -	rsa->flags &= ~RSA_FLAG_BLINDING;
    -	rsa->flags |= RSA_FLAG_NO_BLINDING;
    -	}
    +{
    +    if (rsa->blinding != NULL) {
    +        BN_BLINDING_free(rsa->blinding);
    +        rsa->blinding = NULL;
    +    }
    +    rsa->flags &= ~RSA_FLAG_BLINDING;
    +    rsa->flags |= RSA_FLAG_NO_BLINDING;
    +}
     
     int RSA_blinding_on(RSA *rsa, BN_CTX *ctx)
    -	{
    -	int ret=0;
    +{
    +    int ret = 0;
     
    -	if (rsa->blinding != NULL)
    -		RSA_blinding_off(rsa);
    +    if (rsa->blinding != NULL)
    +        RSA_blinding_off(rsa);
     
    -	rsa->blinding = RSA_setup_blinding(rsa, ctx);
    -	if (rsa->blinding == NULL)
    -		goto err;
    +    rsa->blinding = RSA_setup_blinding(rsa, ctx);
    +    if (rsa->blinding == NULL)
    +        goto err;
     
    -	rsa->flags |= RSA_FLAG_BLINDING;
    -	rsa->flags &= ~RSA_FLAG_NO_BLINDING;
    -	ret=1;
    -err:
    -	return(ret);
    -	}
    +    rsa->flags |= RSA_FLAG_BLINDING;
    +    rsa->flags &= ~RSA_FLAG_NO_BLINDING;
    +    ret = 1;
    + err:
    +    return (ret);
    +}
     
     static BIGNUM *rsa_get_public_exp(const BIGNUM *d, const BIGNUM *p,
    -	const BIGNUM *q, BN_CTX *ctx)
    +                                  const BIGNUM *q, BN_CTX *ctx)
     {
    -	BIGNUM *ret = NULL, *r0, *r1, *r2;
    -
    -	if (d == NULL || p == NULL || q == NULL)
    -		return NULL;
    -
    -	BN_CTX_start(ctx);
    -	r0 = BN_CTX_get(ctx);
    -	r1 = BN_CTX_get(ctx);
    -	r2 = BN_CTX_get(ctx);
    -	if (r2 == NULL)
    -		goto err;
    -
    -	if (!BN_sub(r1, p, BN_value_one())) goto err;
    -	if (!BN_sub(r2, q, BN_value_one())) goto err;
    -	if (!BN_mul(r0, r1, r2, ctx)) goto err;
    -
    -	ret = BN_mod_inverse(NULL, d, r0, ctx);
    -err:
    -	BN_CTX_end(ctx);
    -	return ret;
    +    BIGNUM *ret = NULL, *r0, *r1, *r2;
    +
    +    if (d == NULL || p == NULL || q == NULL)
    +        return NULL;
    +
    +    BN_CTX_start(ctx);
    +    r0 = BN_CTX_get(ctx);
    +    r1 = BN_CTX_get(ctx);
    +    r2 = BN_CTX_get(ctx);
    +    if (r2 == NULL)
    +        goto err;
    +
    +    if (!BN_sub(r1, p, BN_value_one()))
    +        goto err;
    +    if (!BN_sub(r2, q, BN_value_one()))
    +        goto err;
    +    if (!BN_mul(r0, r1, r2, ctx))
    +        goto err;
    +
    +    ret = BN_mod_inverse(NULL, d, r0, ctx);
    + err:
    +    BN_CTX_end(ctx);
    +    return ret;
     }
     
     BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *in_ctx)
     {
    -	BIGNUM local_n;
    -	BIGNUM *e,*n;
    -	BN_CTX *ctx;
    -	BN_BLINDING *ret = NULL;
    -
    -	if (in_ctx == NULL)
    -		{
    -		if ((ctx = BN_CTX_new()) == NULL) return 0;
    -		}
    -	else
    -		ctx = in_ctx;
    -
    -	BN_CTX_start(ctx);
    -	e  = BN_CTX_get(ctx);
    -	if (e == NULL)
    -		{
    -		RSAerr(RSA_F_RSA_SETUP_BLINDING, ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	if (rsa->e == NULL)
    -		{
    -		e = rsa_get_public_exp(rsa->d, rsa->p, rsa->q, ctx);
    -		if (e == NULL)
    -			{
    -			RSAerr(RSA_F_RSA_SETUP_BLINDING, RSA_R_NO_PUBLIC_EXPONENT);
    -			goto err;
    -			}
    -		}
    -	else
    -		e = rsa->e;
    -
    -	
    -	if ((RAND_status() == 0) && rsa->d != NULL && rsa->d->d != NULL)
    -		{
    -		/* if PRNG is not properly seeded, resort to secret
    -		 * exponent as unpredictable seed */
    -		RAND_add(rsa->d->d, rsa->d->dmax * sizeof rsa->d->d[0], 0.0);
    -		}
    -
    -	if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME))
    -		{
    -		/* Set BN_FLG_CONSTTIME flag */
    -		n = &local_n;
    -		BN_with_flags(n, rsa->n, BN_FLG_CONSTTIME);
    -		}
    -	else
    -		n = rsa->n;
    -
    -	ret = BN_BLINDING_create_param(NULL, e, n, ctx,
    -			rsa->meth->bn_mod_exp, rsa->_method_mod_n);
    -	if (ret == NULL)
    -		{
    -		RSAerr(RSA_F_RSA_SETUP_BLINDING, ERR_R_BN_LIB);
    -		goto err;
    -		}
    -	CRYPTO_THREADID_current(BN_BLINDING_thread_id(ret));
    -err:
    -	BN_CTX_end(ctx);
    -	if (in_ctx == NULL)
    -		BN_CTX_free(ctx);
    -	if(rsa->e == NULL)
    -		BN_free(e);
    -
    -	return ret;
    +    BIGNUM local_n;
    +    BIGNUM *e, *n;
    +    BN_CTX *ctx;
    +    BN_BLINDING *ret = NULL;
    +
    +    if (in_ctx == NULL) {
    +        if ((ctx = BN_CTX_new()) == NULL)
    +            return 0;
    +    } else
    +        ctx = in_ctx;
    +
    +    BN_CTX_start(ctx);
    +    e = BN_CTX_get(ctx);
    +    if (e == NULL) {
    +        RSAerr(RSA_F_RSA_SETUP_BLINDING, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    if (rsa->e == NULL) {
    +        e = rsa_get_public_exp(rsa->d, rsa->p, rsa->q, ctx);
    +        if (e == NULL) {
    +            RSAerr(RSA_F_RSA_SETUP_BLINDING, RSA_R_NO_PUBLIC_EXPONENT);
    +            goto err;
    +        }
    +    } else
    +        e = rsa->e;
    +
    +    if ((RAND_status() == 0) && rsa->d != NULL && rsa->d->d != NULL) {
    +        /*
    +         * if PRNG is not properly seeded, resort to secret exponent as
    +         * unpredictable seed
    +         */
    +        RAND_add(rsa->d->d, rsa->d->dmax * sizeof rsa->d->d[0], 0.0);
    +    }
    +
    +    if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME)) {
    +        /* Set BN_FLG_CONSTTIME flag */
    +        n = &local_n;
    +        BN_with_flags(n, rsa->n, BN_FLG_CONSTTIME);
    +    } else
    +        n = rsa->n;
    +
    +    ret = BN_BLINDING_create_param(NULL, e, n, ctx,
    +                                   rsa->meth->bn_mod_exp, rsa->_method_mod_n);
    +    if (ret == NULL) {
    +        RSAerr(RSA_F_RSA_SETUP_BLINDING, ERR_R_BN_LIB);
    +        goto err;
    +    }
    +    CRYPTO_THREADID_current(BN_BLINDING_thread_id(ret));
    + err:
    +    BN_CTX_end(ctx);
    +    if (in_ctx == NULL)
    +        BN_CTX_free(ctx);
    +    if (rsa->e == NULL)
    +        BN_free(e);
    +
    +    return ret;
     }
    diff --git a/openssl/crypto/rsa/rsa_depr.c b/openssl/crypto/rsa/rsa_depr.c
    index a859ded98..32f0c8887 100644
    --- a/openssl/crypto/rsa/rsa_depr.c
    +++ b/openssl/crypto/rsa/rsa_depr.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,8 +53,10 @@
      *
      */
     
    -/* NB: This file contains deprecated functions (compatibility wrappers to the
    - * "new" versions). */
    +/*
    + * NB: This file contains deprecated functions (compatibility wrappers to the
    + * "new" versions).
    + */
     
     #include 
     #include 
    @@ -64,38 +66,42 @@
     
     #ifdef OPENSSL_NO_DEPRECATED
     
    -static void *dummy=&dummy;
    +static void *dummy = &dummy;
     
     #else
     
     RSA *RSA_generate_key(int bits, unsigned long e_value,
    -	     void (*callback)(int,int,void *), void *cb_arg)
    -	{
    -	BN_GENCB cb;
    -	int i;
    -	RSA *rsa = RSA_new();
    -	BIGNUM *e = BN_new();
    +                      void (*callback) (int, int, void *), void *cb_arg)
    +{
    +    BN_GENCB cb;
    +    int i;
    +    RSA *rsa = RSA_new();
    +    BIGNUM *e = BN_new();
     
    -	if(!rsa || !e) goto err;
    +    if (!rsa || !e)
    +        goto err;
     
    -	/* The problem is when building with 8, 16, or 32 BN_ULONG,
    -	 * unsigned long can be larger */
    -	for (i=0; i<(int)sizeof(unsigned long)*8; i++)
    -		{
    -		if (e_value & (1UL<n) > OPENSSL_RSA_MAX_MODULUS_BITS)
    -		{
    -		RSAerr(RSA_F_RSA_EAY_PUBLIC_ENCRYPT, RSA_R_MODULUS_TOO_LARGE);
    -		return -1;
    -		}
    -
    -	if (BN_ucmp(rsa->n, rsa->e) <= 0)
    -		{
    -		RSAerr(RSA_F_RSA_EAY_PUBLIC_ENCRYPT, RSA_R_BAD_E_VALUE);
    -		return -1;
    -		}
    -
    -	/* for large moduli, enforce exponent limit */
    -	if (BN_num_bits(rsa->n) > OPENSSL_RSA_SMALL_MODULUS_BITS)
    -		{
    -		if (BN_num_bits(rsa->e) > OPENSSL_RSA_MAX_PUBEXP_BITS)
    -			{
    -			RSAerr(RSA_F_RSA_EAY_PUBLIC_ENCRYPT, RSA_R_BAD_E_VALUE);
    -			return -1;
    -			}
    -		}
    -	
    -	if ((ctx=BN_CTX_new()) == NULL) goto err;
    -	BN_CTX_start(ctx);
    -	f = BN_CTX_get(ctx);
    -	ret = BN_CTX_get(ctx);
    -	num=BN_num_bytes(rsa->n);
    -	buf = OPENSSL_malloc(num);
    -	if (!f || !ret || !buf)
    -		{
    -		RSAerr(RSA_F_RSA_EAY_PUBLIC_ENCRYPT,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	switch (padding)
    -		{
    -	case RSA_PKCS1_PADDING:
    -		i=RSA_padding_add_PKCS1_type_2(buf,num,from,flen);
    -		break;
    -#ifndef OPENSSL_NO_SHA
    -	case RSA_PKCS1_OAEP_PADDING:
    -	        i=RSA_padding_add_PKCS1_OAEP(buf,num,from,flen,NULL,0);
    -		break;
    -#endif
    -	case RSA_SSLV23_PADDING:
    -		i=RSA_padding_add_SSLv23(buf,num,from,flen);
    -		break;
    -	case RSA_NO_PADDING:
    -		i=RSA_padding_add_none(buf,num,from,flen);
    -		break;
    -	default:
    -		RSAerr(RSA_F_RSA_EAY_PUBLIC_ENCRYPT,RSA_R_UNKNOWN_PADDING_TYPE);
    -		goto err;
    -		}
    -	if (i <= 0) goto err;
    -
    -	if (BN_bin2bn(buf,num,f) == NULL) goto err;
    -	
    -	if (BN_ucmp(f, rsa->n) >= 0)
    -		{
    -		/* usually the padding functions would catch this */
    -		RSAerr(RSA_F_RSA_EAY_PUBLIC_ENCRYPT,RSA_R_DATA_TOO_LARGE_FOR_MODULUS);
    -		goto err;
    -		}
    -
    -	if (rsa->flags & RSA_FLAG_CACHE_PUBLIC)
    -		if (!BN_MONT_CTX_set_locked(&rsa->_method_mod_n, CRYPTO_LOCK_RSA, rsa->n, ctx))
    -			goto err;
    -
    -	if (!rsa->meth->bn_mod_exp(ret,f,rsa->e,rsa->n,ctx,
    -		rsa->_method_mod_n)) goto err;
    -
    -	/* put in leading 0 bytes if the number is less than the
    -	 * length of the modulus */
    -	j=BN_num_bytes(ret);
    -	i=BN_bn2bin(ret,&(to[num-j]));
    -	for (k=0; k<(num-i); k++)
    -		to[k]=0;
    -
    -	r=num;
    -err:
    -	if (ctx != NULL)
    -		{
    -		BN_CTX_end(ctx);
    -		BN_CTX_free(ctx);
    -		}
    -	if (buf != NULL) 
    -		{
    -		OPENSSL_cleanse(buf,num);
    -		OPENSSL_free(buf);
    -		}
    -	return(r);
    -	}
    +                                  unsigned char *to, RSA *rsa, int padding)
    +{
    +    BIGNUM *f, *ret;
    +    int i, j, k, num = 0, r = -1;
    +    unsigned char *buf = NULL;
    +    BN_CTX *ctx = NULL;
    +
    +    if (BN_num_bits(rsa->n) > OPENSSL_RSA_MAX_MODULUS_BITS) {
    +        RSAerr(RSA_F_RSA_EAY_PUBLIC_ENCRYPT, RSA_R_MODULUS_TOO_LARGE);
    +        return -1;
    +    }
    +
    +    if (BN_ucmp(rsa->n, rsa->e) <= 0) {
    +        RSAerr(RSA_F_RSA_EAY_PUBLIC_ENCRYPT, RSA_R_BAD_E_VALUE);
    +        return -1;
    +    }
    +
    +    /* for large moduli, enforce exponent limit */
    +    if (BN_num_bits(rsa->n) > OPENSSL_RSA_SMALL_MODULUS_BITS) {
    +        if (BN_num_bits(rsa->e) > OPENSSL_RSA_MAX_PUBEXP_BITS) {
    +            RSAerr(RSA_F_RSA_EAY_PUBLIC_ENCRYPT, RSA_R_BAD_E_VALUE);
    +            return -1;
    +        }
    +    }
    +
    +    if ((ctx = BN_CTX_new()) == NULL)
    +        goto err;
    +    BN_CTX_start(ctx);
    +    f = BN_CTX_get(ctx);
    +    ret = BN_CTX_get(ctx);
    +    num = BN_num_bytes(rsa->n);
    +    buf = OPENSSL_malloc(num);
    +    if (!f || !ret || !buf) {
    +        RSAerr(RSA_F_RSA_EAY_PUBLIC_ENCRYPT, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    switch (padding) {
    +    case RSA_PKCS1_PADDING:
    +        i = RSA_padding_add_PKCS1_type_2(buf, num, from, flen);
    +        break;
    +# ifndef OPENSSL_NO_SHA
    +    case RSA_PKCS1_OAEP_PADDING:
    +        i = RSA_padding_add_PKCS1_OAEP(buf, num, from, flen, NULL, 0);
    +        break;
    +# endif
    +    case RSA_SSLV23_PADDING:
    +        i = RSA_padding_add_SSLv23(buf, num, from, flen);
    +        break;
    +    case RSA_NO_PADDING:
    +        i = RSA_padding_add_none(buf, num, from, flen);
    +        break;
    +    default:
    +        RSAerr(RSA_F_RSA_EAY_PUBLIC_ENCRYPT, RSA_R_UNKNOWN_PADDING_TYPE);
    +        goto err;
    +    }
    +    if (i <= 0)
    +        goto err;
    +
    +    if (BN_bin2bn(buf, num, f) == NULL)
    +        goto err;
    +
    +    if (BN_ucmp(f, rsa->n) >= 0) {
    +        /* usually the padding functions would catch this */
    +        RSAerr(RSA_F_RSA_EAY_PUBLIC_ENCRYPT,
    +               RSA_R_DATA_TOO_LARGE_FOR_MODULUS);
    +        goto err;
    +    }
    +
    +    if (rsa->flags & RSA_FLAG_CACHE_PUBLIC)
    +        if (!BN_MONT_CTX_set_locked
    +            (&rsa->_method_mod_n, CRYPTO_LOCK_RSA, rsa->n, ctx))
    +            goto err;
    +
    +    if (!rsa->meth->bn_mod_exp(ret, f, rsa->e, rsa->n, ctx,
    +                               rsa->_method_mod_n))
    +        goto err;
    +
    +    /*
    +     * put in leading 0 bytes if the number is less than the length of the
    +     * modulus
    +     */
    +    j = BN_num_bytes(ret);
    +    i = BN_bn2bin(ret, &(to[num - j]));
    +    for (k = 0; k < (num - i); k++)
    +        to[k] = 0;
    +
    +    r = num;
    + err:
    +    if (ctx != NULL) {
    +        BN_CTX_end(ctx);
    +        BN_CTX_free(ctx);
    +    }
    +    if (buf != NULL) {
    +        OPENSSL_cleanse(buf, num);
    +        OPENSSL_free(buf);
    +    }
    +    return (r);
    +}
     
     static BN_BLINDING *rsa_get_blinding(RSA *rsa, int *local, BN_CTX *ctx)
     {
    -	BN_BLINDING *ret;
    -	int got_write_lock = 0;
    -	CRYPTO_THREADID cur;
    -
    -	CRYPTO_r_lock(CRYPTO_LOCK_RSA);
    -
    -	if (rsa->blinding == NULL)
    -		{
    -		CRYPTO_r_unlock(CRYPTO_LOCK_RSA);
    -		CRYPTO_w_lock(CRYPTO_LOCK_RSA);
    -		got_write_lock = 1;
    -
    -		if (rsa->blinding == NULL)
    -			rsa->blinding = RSA_setup_blinding(rsa, ctx);
    -		}
    -
    -	ret = rsa->blinding;
    -	if (ret == NULL)
    -		goto err;
    -
    -	CRYPTO_THREADID_current(&cur);
    -	if (!CRYPTO_THREADID_cmp(&cur, BN_BLINDING_thread_id(ret)))
    -		{
    -		/* rsa->blinding is ours! */
    -
    -		*local = 1;
    -		}
    -	else
    -		{
    -		/* resort to rsa->mt_blinding instead */
    -
    -		*local = 0; /* instructs rsa_blinding_convert(), rsa_blinding_invert()
    -		             * that the BN_BLINDING is shared, meaning that accesses
    -		             * require locks, and that the blinding factor must be
    -		             * stored outside the BN_BLINDING
    -		             */
    -
    -		if (rsa->mt_blinding == NULL)
    -			{
    -			if (!got_write_lock)
    -				{
    -				CRYPTO_r_unlock(CRYPTO_LOCK_RSA);
    -				CRYPTO_w_lock(CRYPTO_LOCK_RSA);
    -				got_write_lock = 1;
    -				}
    -			
    -			if (rsa->mt_blinding == NULL)
    -				rsa->mt_blinding = RSA_setup_blinding(rsa, ctx);
    -			}
    -		ret = rsa->mt_blinding;
    -		}
    +    BN_BLINDING *ret;
    +    int got_write_lock = 0;
    +    CRYPTO_THREADID cur;
    +
    +    CRYPTO_r_lock(CRYPTO_LOCK_RSA);
    +
    +    if (rsa->blinding == NULL) {
    +        CRYPTO_r_unlock(CRYPTO_LOCK_RSA);
    +        CRYPTO_w_lock(CRYPTO_LOCK_RSA);
    +        got_write_lock = 1;
    +
    +        if (rsa->blinding == NULL)
    +            rsa->blinding = RSA_setup_blinding(rsa, ctx);
    +    }
    +
    +    ret = rsa->blinding;
    +    if (ret == NULL)
    +        goto err;
    +
    +    CRYPTO_THREADID_current(&cur);
    +    if (!CRYPTO_THREADID_cmp(&cur, BN_BLINDING_thread_id(ret))) {
    +        /* rsa->blinding is ours! */
    +
    +        *local = 1;
    +    } else {
    +        /* resort to rsa->mt_blinding instead */
    +
    +        /*
    +         * instructs rsa_blinding_convert(), rsa_blinding_invert() that the
    +         * BN_BLINDING is shared, meaning that accesses require locks, and
    +         * that the blinding factor must be stored outside the BN_BLINDING
    +         */
    +        *local = 0;
    +
    +        if (rsa->mt_blinding == NULL) {
    +            if (!got_write_lock) {
    +                CRYPTO_r_unlock(CRYPTO_LOCK_RSA);
    +                CRYPTO_w_lock(CRYPTO_LOCK_RSA);
    +                got_write_lock = 1;
    +            }
    +
    +            if (rsa->mt_blinding == NULL)
    +                rsa->mt_blinding = RSA_setup_blinding(rsa, ctx);
    +        }
    +        ret = rsa->mt_blinding;
    +    }
     
      err:
    -	if (got_write_lock)
    -		CRYPTO_w_unlock(CRYPTO_LOCK_RSA);
    -	else
    -		CRYPTO_r_unlock(CRYPTO_LOCK_RSA);
    -	return ret;
    +    if (got_write_lock)
    +        CRYPTO_w_unlock(CRYPTO_LOCK_RSA);
    +    else
    +        CRYPTO_r_unlock(CRYPTO_LOCK_RSA);
    +    return ret;
     }
     
     static int rsa_blinding_convert(BN_BLINDING *b, BIGNUM *f, BIGNUM *unblind,
    -	BN_CTX *ctx)
    -	{
    -	if (unblind == NULL)
    -		/* Local blinding: store the unblinding factor
    -		 * in BN_BLINDING. */
    -		return BN_BLINDING_convert_ex(f, NULL, b, ctx);
    -	else
    -		{
    -		/* Shared blinding: store the unblinding factor
    -		 * outside BN_BLINDING. */
    -		int ret;
    -		CRYPTO_w_lock(CRYPTO_LOCK_RSA_BLINDING);
    -		ret = BN_BLINDING_convert_ex(f, unblind, b, ctx);
    -		CRYPTO_w_unlock(CRYPTO_LOCK_RSA_BLINDING);
    -		return ret;
    -		}
    -	}
    +                                BN_CTX *ctx)
    +{
    +    if (unblind == NULL)
    +        /*
    +         * Local blinding: store the unblinding factor in BN_BLINDING.
    +         */
    +        return BN_BLINDING_convert_ex(f, NULL, b, ctx);
    +    else {
    +        /*
    +         * Shared blinding: store the unblinding factor outside BN_BLINDING.
    +         */
    +        int ret;
    +        CRYPTO_w_lock(CRYPTO_LOCK_RSA_BLINDING);
    +        ret = BN_BLINDING_convert_ex(f, unblind, b, ctx);
    +        CRYPTO_w_unlock(CRYPTO_LOCK_RSA_BLINDING);
    +        return ret;
    +    }
    +}
     
     static int rsa_blinding_invert(BN_BLINDING *b, BIGNUM *f, BIGNUM *unblind,
    -	BN_CTX *ctx)
    -	{
    -	/* For local blinding, unblind is set to NULL, and BN_BLINDING_invert_ex
    -	 * will use the unblinding factor stored in BN_BLINDING.
    -	 * If BN_BLINDING is shared between threads, unblind must be non-null:
    -	 * BN_BLINDING_invert_ex will then use the local unblinding factor,
    -	 * and will only read the modulus from BN_BLINDING.
    -	 * In both cases it's safe to access the blinding without a lock.
    -	 */
    -	return BN_BLINDING_invert_ex(f, unblind, b, ctx);
    -	}
    +                               BN_CTX *ctx)
    +{
    +    /*
    +     * For local blinding, unblind is set to NULL, and BN_BLINDING_invert_ex
    +     * will use the unblinding factor stored in BN_BLINDING. If BN_BLINDING
    +     * is shared between threads, unblind must be non-null:
    +     * BN_BLINDING_invert_ex will then use the local unblinding factor, and
    +     * will only read the modulus from BN_BLINDING. In both cases it's safe
    +     * to access the blinding without a lock.
    +     */
    +    return BN_BLINDING_invert_ex(f, unblind, b, ctx);
    +}
     
     /* signing */
     static int RSA_eay_private_encrypt(int flen, const unsigned char *from,
    -	     unsigned char *to, RSA *rsa, int padding)
    -	{
    -	BIGNUM *f, *ret, *res;
    -	int i,j,k,num=0,r= -1;
    -	unsigned char *buf=NULL;
    -	BN_CTX *ctx=NULL;
    -	int local_blinding = 0;
    -	/* Used only if the blinding structure is shared. A non-NULL unblind
    -	 * instructs rsa_blinding_convert() and rsa_blinding_invert() to store
    -	 * the unblinding factor outside the blinding structure. */
    -	BIGNUM *unblind = NULL;
    -	BN_BLINDING *blinding = NULL;
    -
    -	if ((ctx=BN_CTX_new()) == NULL) goto err;
    -	BN_CTX_start(ctx);
    -	f   = BN_CTX_get(ctx);
    -	ret = BN_CTX_get(ctx);
    -	num = BN_num_bytes(rsa->n);
    -	buf = OPENSSL_malloc(num);
    -	if(!f || !ret || !buf)
    -		{
    -		RSAerr(RSA_F_RSA_EAY_PRIVATE_ENCRYPT,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	switch (padding)
    -		{
    -	case RSA_PKCS1_PADDING:
    -		i=RSA_padding_add_PKCS1_type_1(buf,num,from,flen);
    -		break;
    -	case RSA_X931_PADDING:
    -		i=RSA_padding_add_X931(buf,num,from,flen);
    -		break;
    -	case RSA_NO_PADDING:
    -		i=RSA_padding_add_none(buf,num,from,flen);
    -		break;
    -	case RSA_SSLV23_PADDING:
    -	default:
    -		RSAerr(RSA_F_RSA_EAY_PRIVATE_ENCRYPT,RSA_R_UNKNOWN_PADDING_TYPE);
    -		goto err;
    -		}
    -	if (i <= 0) goto err;
    -
    -	if (BN_bin2bn(buf,num,f) == NULL) goto err;
    -	
    -	if (BN_ucmp(f, rsa->n) >= 0)
    -		{	
    -		/* usually the padding functions would catch this */
    -		RSAerr(RSA_F_RSA_EAY_PRIVATE_ENCRYPT,RSA_R_DATA_TOO_LARGE_FOR_MODULUS);
    -		goto err;
    -		}
    -
    -	if (!(rsa->flags & RSA_FLAG_NO_BLINDING))
    -		{
    -		blinding = rsa_get_blinding(rsa, &local_blinding, ctx);
    -		if (blinding == NULL)
    -			{
    -			RSAerr(RSA_F_RSA_EAY_PRIVATE_ENCRYPT, ERR_R_INTERNAL_ERROR);
    -			goto err;
    -			}
    -		}
    -	
    -	if (blinding != NULL)
    -		{
    -		if (!local_blinding && ((unblind = BN_CTX_get(ctx)) == NULL))
    -			{
    -			RSAerr(RSA_F_RSA_EAY_PRIVATE_ENCRYPT,ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -		if (!rsa_blinding_convert(blinding, f, unblind, ctx))
    -			goto err;
    -		}
    -
    -	if ( (rsa->flags & RSA_FLAG_EXT_PKEY) ||
    -		((rsa->p != NULL) &&
    -		(rsa->q != NULL) &&
    -		(rsa->dmp1 != NULL) &&
    -		(rsa->dmq1 != NULL) &&
    -		(rsa->iqmp != NULL)) )
    -		{ 
    -		if (!rsa->meth->rsa_mod_exp(ret, f, rsa, ctx)) goto err;
    -		}
    -	else
    -		{
    -		BIGNUM local_d;
    -		BIGNUM *d = NULL;
    -		
    -		if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME))
    -			{
    -			BN_init(&local_d);
    -			d = &local_d;
    -			BN_with_flags(d, rsa->d, BN_FLG_CONSTTIME);
    -			}
    -		else
    -			d= rsa->d;
    -
    -		if (rsa->flags & RSA_FLAG_CACHE_PUBLIC)
    -			if(!BN_MONT_CTX_set_locked(&rsa->_method_mod_n, CRYPTO_LOCK_RSA, rsa->n, ctx))
    -				goto err;
    -
    -		if (!rsa->meth->bn_mod_exp(ret,f,d,rsa->n,ctx,
    -				rsa->_method_mod_n)) goto err;
    -		}
    -
    -	if (blinding)
    -		if (!rsa_blinding_invert(blinding, ret, unblind, ctx))
    -			goto err;
    -
    -	if (padding == RSA_X931_PADDING)
    -		{
    -		BN_sub(f, rsa->n, ret);
    -		if (BN_cmp(ret, f) > 0)
    -			res = f;
    -		else
    -			res = ret;
    -		}
    -	else
    -		res = ret;
    -
    -	/* put in leading 0 bytes if the number is less than the
    -	 * length of the modulus */
    -	j=BN_num_bytes(res);
    -	i=BN_bn2bin(res,&(to[num-j]));
    -	for (k=0; k<(num-i); k++)
    -		to[k]=0;
    -
    -	r=num;
    -err:
    -	if (ctx != NULL)
    -		{
    -		BN_CTX_end(ctx);
    -		BN_CTX_free(ctx);
    -		}
    -	if (buf != NULL)
    -		{
    -		OPENSSL_cleanse(buf,num);
    -		OPENSSL_free(buf);
    -		}
    -	return(r);
    -	}
    +                                   unsigned char *to, RSA *rsa, int padding)
    +{
    +    BIGNUM *f, *ret, *res;
    +    int i, j, k, num = 0, r = -1;
    +    unsigned char *buf = NULL;
    +    BN_CTX *ctx = NULL;
    +    int local_blinding = 0;
    +    /*
    +     * Used only if the blinding structure is shared. A non-NULL unblind
    +     * instructs rsa_blinding_convert() and rsa_blinding_invert() to store
    +     * the unblinding factor outside the blinding structure.
    +     */
    +    BIGNUM *unblind = NULL;
    +    BN_BLINDING *blinding = NULL;
    +
    +    if ((ctx = BN_CTX_new()) == NULL)
    +        goto err;
    +    BN_CTX_start(ctx);
    +    f = BN_CTX_get(ctx);
    +    ret = BN_CTX_get(ctx);
    +    num = BN_num_bytes(rsa->n);
    +    buf = OPENSSL_malloc(num);
    +    if (!f || !ret || !buf) {
    +        RSAerr(RSA_F_RSA_EAY_PRIVATE_ENCRYPT, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    switch (padding) {
    +    case RSA_PKCS1_PADDING:
    +        i = RSA_padding_add_PKCS1_type_1(buf, num, from, flen);
    +        break;
    +    case RSA_X931_PADDING:
    +        i = RSA_padding_add_X931(buf, num, from, flen);
    +        break;
    +    case RSA_NO_PADDING:
    +        i = RSA_padding_add_none(buf, num, from, flen);
    +        break;
    +    case RSA_SSLV23_PADDING:
    +    default:
    +        RSAerr(RSA_F_RSA_EAY_PRIVATE_ENCRYPT, RSA_R_UNKNOWN_PADDING_TYPE);
    +        goto err;
    +    }
    +    if (i <= 0)
    +        goto err;
    +
    +    if (BN_bin2bn(buf, num, f) == NULL)
    +        goto err;
    +
    +    if (BN_ucmp(f, rsa->n) >= 0) {
    +        /* usually the padding functions would catch this */
    +        RSAerr(RSA_F_RSA_EAY_PRIVATE_ENCRYPT,
    +               RSA_R_DATA_TOO_LARGE_FOR_MODULUS);
    +        goto err;
    +    }
    +
    +    if (!(rsa->flags & RSA_FLAG_NO_BLINDING)) {
    +        blinding = rsa_get_blinding(rsa, &local_blinding, ctx);
    +        if (blinding == NULL) {
    +            RSAerr(RSA_F_RSA_EAY_PRIVATE_ENCRYPT, ERR_R_INTERNAL_ERROR);
    +            goto err;
    +        }
    +    }
    +
    +    if (blinding != NULL) {
    +        if (!local_blinding && ((unblind = BN_CTX_get(ctx)) == NULL)) {
    +            RSAerr(RSA_F_RSA_EAY_PRIVATE_ENCRYPT, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +        if (!rsa_blinding_convert(blinding, f, unblind, ctx))
    +            goto err;
    +    }
    +
    +    if ((rsa->flags & RSA_FLAG_EXT_PKEY) ||
    +        ((rsa->p != NULL) &&
    +         (rsa->q != NULL) &&
    +         (rsa->dmp1 != NULL) && (rsa->dmq1 != NULL) && (rsa->iqmp != NULL))) {
    +        if (!rsa->meth->rsa_mod_exp(ret, f, rsa, ctx))
    +            goto err;
    +    } else {
    +        BIGNUM local_d;
    +        BIGNUM *d = NULL;
    +
    +        if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME)) {
    +            BN_init(&local_d);
    +            d = &local_d;
    +            BN_with_flags(d, rsa->d, BN_FLG_CONSTTIME);
    +        } else
    +            d = rsa->d;
    +
    +        if (rsa->flags & RSA_FLAG_CACHE_PUBLIC)
    +            if (!BN_MONT_CTX_set_locked
    +                (&rsa->_method_mod_n, CRYPTO_LOCK_RSA, rsa->n, ctx))
    +                goto err;
    +
    +        if (!rsa->meth->bn_mod_exp(ret, f, d, rsa->n, ctx,
    +                                   rsa->_method_mod_n))
    +            goto err;
    +    }
    +
    +    if (blinding)
    +        if (!rsa_blinding_invert(blinding, ret, unblind, ctx))
    +            goto err;
    +
    +    if (padding == RSA_X931_PADDING) {
    +        BN_sub(f, rsa->n, ret);
    +        if (BN_cmp(ret, f) > 0)
    +            res = f;
    +        else
    +            res = ret;
    +    } else
    +        res = ret;
    +
    +    /*
    +     * put in leading 0 bytes if the number is less than the length of the
    +     * modulus
    +     */
    +    j = BN_num_bytes(res);
    +    i = BN_bn2bin(res, &(to[num - j]));
    +    for (k = 0; k < (num - i); k++)
    +        to[k] = 0;
    +
    +    r = num;
    + err:
    +    if (ctx != NULL) {
    +        BN_CTX_end(ctx);
    +        BN_CTX_free(ctx);
    +    }
    +    if (buf != NULL) {
    +        OPENSSL_cleanse(buf, num);
    +        OPENSSL_free(buf);
    +    }
    +    return (r);
    +}
     
     static int RSA_eay_private_decrypt(int flen, const unsigned char *from,
    -	     unsigned char *to, RSA *rsa, int padding)
    -	{
    -	BIGNUM *f, *ret;
    -	int j,num=0,r= -1;
    -	unsigned char *p;
    -	unsigned char *buf=NULL;
    -	BN_CTX *ctx=NULL;
    -	int local_blinding = 0;
    -	/* Used only if the blinding structure is shared. A non-NULL unblind
    -	 * instructs rsa_blinding_convert() and rsa_blinding_invert() to store
    -	 * the unblinding factor outside the blinding structure. */
    -	BIGNUM *unblind = NULL;
    -	BN_BLINDING *blinding = NULL;
    -
    -	if((ctx = BN_CTX_new()) == NULL) goto err;
    -	BN_CTX_start(ctx);
    -	f   = BN_CTX_get(ctx);
    -	ret = BN_CTX_get(ctx);
    -	num = BN_num_bytes(rsa->n);
    -	buf = OPENSSL_malloc(num);
    -	if(!f || !ret || !buf)
    -		{
    -		RSAerr(RSA_F_RSA_EAY_PRIVATE_DECRYPT,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	/* This check was for equality but PGP does evil things
    -	 * and chops off the top '0' bytes */
    -	if (flen > num)
    -		{
    -		RSAerr(RSA_F_RSA_EAY_PRIVATE_DECRYPT,RSA_R_DATA_GREATER_THAN_MOD_LEN);
    -		goto err;
    -		}
    -
    -	/* make data into a big number */
    -	if (BN_bin2bn(from,(int)flen,f) == NULL) goto err;
    -
    -	if (BN_ucmp(f, rsa->n) >= 0)
    -		{
    -		RSAerr(RSA_F_RSA_EAY_PRIVATE_DECRYPT,RSA_R_DATA_TOO_LARGE_FOR_MODULUS);
    -		goto err;
    -		}
    -
    -	if (!(rsa->flags & RSA_FLAG_NO_BLINDING))
    -		{
    -		blinding = rsa_get_blinding(rsa, &local_blinding, ctx);
    -		if (blinding == NULL)
    -			{
    -			RSAerr(RSA_F_RSA_EAY_PRIVATE_DECRYPT, ERR_R_INTERNAL_ERROR);
    -			goto err;
    -			}
    -		}
    -	
    -	if (blinding != NULL)
    -		{
    -		if (!local_blinding && ((unblind = BN_CTX_get(ctx)) == NULL))
    -			{
    -			RSAerr(RSA_F_RSA_EAY_PRIVATE_DECRYPT,ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -		if (!rsa_blinding_convert(blinding, f, unblind, ctx))
    -			goto err;
    -		}
    -
    -	/* do the decrypt */
    -	if ( (rsa->flags & RSA_FLAG_EXT_PKEY) ||
    -		((rsa->p != NULL) &&
    -		(rsa->q != NULL) &&
    -		(rsa->dmp1 != NULL) &&
    -		(rsa->dmq1 != NULL) &&
    -		(rsa->iqmp != NULL)) )
    -		{
    -		if (!rsa->meth->rsa_mod_exp(ret, f, rsa, ctx)) goto err;
    -		}
    -	else
    -		{
    -		BIGNUM local_d;
    -		BIGNUM *d = NULL;
    -		
    -		if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME))
    -			{
    -			d = &local_d;
    -			BN_with_flags(d, rsa->d, BN_FLG_CONSTTIME);
    -			}
    -		else
    -			d = rsa->d;
    -
    -		if (rsa->flags & RSA_FLAG_CACHE_PUBLIC)
    -			if (!BN_MONT_CTX_set_locked(&rsa->_method_mod_n, CRYPTO_LOCK_RSA, rsa->n, ctx))
    -				goto err;
    -		if (!rsa->meth->bn_mod_exp(ret,f,d,rsa->n,ctx,
    -				rsa->_method_mod_n))
    -		  goto err;
    -		}
    -
    -	if (blinding)
    -		if (!rsa_blinding_invert(blinding, ret, unblind, ctx))
    -			goto err;
    -
    -	p=buf;
    -	j=BN_bn2bin(ret,p); /* j is only used with no-padding mode */
    -
    -	switch (padding)
    -		{
    -	case RSA_PKCS1_PADDING:
    -		r=RSA_padding_check_PKCS1_type_2(to,num,buf,j,num);
    -		break;
    -#ifndef OPENSSL_NO_SHA
    -        case RSA_PKCS1_OAEP_PADDING:
    -	        r=RSA_padding_check_PKCS1_OAEP(to,num,buf,j,num,NULL,0);
    -                break;
    -#endif
    - 	case RSA_SSLV23_PADDING:
    -		r=RSA_padding_check_SSLv23(to,num,buf,j,num);
    -		break;
    -	case RSA_NO_PADDING:
    -		r=RSA_padding_check_none(to,num,buf,j,num);
    -		break;
    -	default:
    -		RSAerr(RSA_F_RSA_EAY_PRIVATE_DECRYPT,RSA_R_UNKNOWN_PADDING_TYPE);
    -		goto err;
    -		}
    -	if (r < 0)
    -		RSAerr(RSA_F_RSA_EAY_PRIVATE_DECRYPT,RSA_R_PADDING_CHECK_FAILED);
    -
    -err:
    -	if (ctx != NULL)
    -		{
    -		BN_CTX_end(ctx);
    -		BN_CTX_free(ctx);
    -		}
    -	if (buf != NULL)
    -		{
    -		OPENSSL_cleanse(buf,num);
    -		OPENSSL_free(buf);
    -		}
    -	return(r);
    -	}
    +                                   unsigned char *to, RSA *rsa, int padding)
    +{
    +    BIGNUM *f, *ret;
    +    int j, num = 0, r = -1;
    +    unsigned char *p;
    +    unsigned char *buf = NULL;
    +    BN_CTX *ctx = NULL;
    +    int local_blinding = 0;
    +    /*
    +     * Used only if the blinding structure is shared. A non-NULL unblind
    +     * instructs rsa_blinding_convert() and rsa_blinding_invert() to store
    +     * the unblinding factor outside the blinding structure.
    +     */
    +    BIGNUM *unblind = NULL;
    +    BN_BLINDING *blinding = NULL;
    +
    +    if ((ctx = BN_CTX_new()) == NULL)
    +        goto err;
    +    BN_CTX_start(ctx);
    +    f = BN_CTX_get(ctx);
    +    ret = BN_CTX_get(ctx);
    +    num = BN_num_bytes(rsa->n);
    +    buf = OPENSSL_malloc(num);
    +    if (!f || !ret || !buf) {
    +        RSAerr(RSA_F_RSA_EAY_PRIVATE_DECRYPT, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    /*
    +     * This check was for equality but PGP does evil things and chops off the
    +     * top '0' bytes
    +     */
    +    if (flen > num) {
    +        RSAerr(RSA_F_RSA_EAY_PRIVATE_DECRYPT,
    +               RSA_R_DATA_GREATER_THAN_MOD_LEN);
    +        goto err;
    +    }
    +
    +    /* make data into a big number */
    +    if (BN_bin2bn(from, (int)flen, f) == NULL)
    +        goto err;
    +
    +    if (BN_ucmp(f, rsa->n) >= 0) {
    +        RSAerr(RSA_F_RSA_EAY_PRIVATE_DECRYPT,
    +               RSA_R_DATA_TOO_LARGE_FOR_MODULUS);
    +        goto err;
    +    }
    +
    +    if (!(rsa->flags & RSA_FLAG_NO_BLINDING)) {
    +        blinding = rsa_get_blinding(rsa, &local_blinding, ctx);
    +        if (blinding == NULL) {
    +            RSAerr(RSA_F_RSA_EAY_PRIVATE_DECRYPT, ERR_R_INTERNAL_ERROR);
    +            goto err;
    +        }
    +    }
    +
    +    if (blinding != NULL) {
    +        if (!local_blinding && ((unblind = BN_CTX_get(ctx)) == NULL)) {
    +            RSAerr(RSA_F_RSA_EAY_PRIVATE_DECRYPT, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +        if (!rsa_blinding_convert(blinding, f, unblind, ctx))
    +            goto err;
    +    }
    +
    +    /* do the decrypt */
    +    if ((rsa->flags & RSA_FLAG_EXT_PKEY) ||
    +        ((rsa->p != NULL) &&
    +         (rsa->q != NULL) &&
    +         (rsa->dmp1 != NULL) && (rsa->dmq1 != NULL) && (rsa->iqmp != NULL))) {
    +        if (!rsa->meth->rsa_mod_exp(ret, f, rsa, ctx))
    +            goto err;
    +    } else {
    +        BIGNUM local_d;
    +        BIGNUM *d = NULL;
    +
    +        if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME)) {
    +            d = &local_d;
    +            BN_with_flags(d, rsa->d, BN_FLG_CONSTTIME);
    +        } else
    +            d = rsa->d;
    +
    +        if (rsa->flags & RSA_FLAG_CACHE_PUBLIC)
    +            if (!BN_MONT_CTX_set_locked
    +                (&rsa->_method_mod_n, CRYPTO_LOCK_RSA, rsa->n, ctx))
    +                goto err;
    +        if (!rsa->meth->bn_mod_exp(ret, f, d, rsa->n, ctx,
    +                                   rsa->_method_mod_n))
    +            goto err;
    +    }
    +
    +    if (blinding)
    +        if (!rsa_blinding_invert(blinding, ret, unblind, ctx))
    +            goto err;
    +
    +    p = buf;
    +    j = BN_bn2bin(ret, p);      /* j is only used with no-padding mode */
    +
    +    switch (padding) {
    +    case RSA_PKCS1_PADDING:
    +        r = RSA_padding_check_PKCS1_type_2(to, num, buf, j, num);
    +        break;
    +# ifndef OPENSSL_NO_SHA
    +    case RSA_PKCS1_OAEP_PADDING:
    +        r = RSA_padding_check_PKCS1_OAEP(to, num, buf, j, num, NULL, 0);
    +        break;
    +# endif
    +    case RSA_SSLV23_PADDING:
    +        r = RSA_padding_check_SSLv23(to, num, buf, j, num);
    +        break;
    +    case RSA_NO_PADDING:
    +        r = RSA_padding_check_none(to, num, buf, j, num);
    +        break;
    +    default:
    +        RSAerr(RSA_F_RSA_EAY_PRIVATE_DECRYPT, RSA_R_UNKNOWN_PADDING_TYPE);
    +        goto err;
    +    }
    +    if (r < 0)
    +        RSAerr(RSA_F_RSA_EAY_PRIVATE_DECRYPT, RSA_R_PADDING_CHECK_FAILED);
    +
    + err:
    +    if (ctx != NULL) {
    +        BN_CTX_end(ctx);
    +        BN_CTX_free(ctx);
    +    }
    +    if (buf != NULL) {
    +        OPENSSL_cleanse(buf, num);
    +        OPENSSL_free(buf);
    +    }
    +    return (r);
    +}
     
     /* signature verification */
     static int RSA_eay_public_decrypt(int flen, const unsigned char *from,
    -	     unsigned char *to, RSA *rsa, int padding)
    -	{
    -	BIGNUM *f,*ret;
    -	int i,num=0,r= -1;
    -	unsigned char *p;
    -	unsigned char *buf=NULL;
    -	BN_CTX *ctx=NULL;
    -
    -	if (BN_num_bits(rsa->n) > OPENSSL_RSA_MAX_MODULUS_BITS)
    -		{
    -		RSAerr(RSA_F_RSA_EAY_PUBLIC_DECRYPT, RSA_R_MODULUS_TOO_LARGE);
    -		return -1;
    -		}
    -
    -	if (BN_ucmp(rsa->n, rsa->e) <= 0)
    -		{
    -		RSAerr(RSA_F_RSA_EAY_PUBLIC_DECRYPT, RSA_R_BAD_E_VALUE);
    -		return -1;
    -		}
    -
    -	/* for large moduli, enforce exponent limit */
    -	if (BN_num_bits(rsa->n) > OPENSSL_RSA_SMALL_MODULUS_BITS)
    -		{
    -		if (BN_num_bits(rsa->e) > OPENSSL_RSA_MAX_PUBEXP_BITS)
    -			{
    -			RSAerr(RSA_F_RSA_EAY_PUBLIC_DECRYPT, RSA_R_BAD_E_VALUE);
    -			return -1;
    -			}
    -		}
    -	
    -	if((ctx = BN_CTX_new()) == NULL) goto err;
    -	BN_CTX_start(ctx);
    -	f = BN_CTX_get(ctx);
    -	ret = BN_CTX_get(ctx);
    -	num=BN_num_bytes(rsa->n);
    -	buf = OPENSSL_malloc(num);
    -	if(!f || !ret || !buf)
    -		{
    -		RSAerr(RSA_F_RSA_EAY_PUBLIC_DECRYPT,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	/* This check was for equality but PGP does evil things
    -	 * and chops off the top '0' bytes */
    -	if (flen > num)
    -		{
    -		RSAerr(RSA_F_RSA_EAY_PUBLIC_DECRYPT,RSA_R_DATA_GREATER_THAN_MOD_LEN);
    -		goto err;
    -		}
    -
    -	if (BN_bin2bn(from,flen,f) == NULL) goto err;
    -
    -	if (BN_ucmp(f, rsa->n) >= 0)
    -		{
    -		RSAerr(RSA_F_RSA_EAY_PUBLIC_DECRYPT,RSA_R_DATA_TOO_LARGE_FOR_MODULUS);
    -		goto err;
    -		}
    -
    -	if (rsa->flags & RSA_FLAG_CACHE_PUBLIC)
    -		if (!BN_MONT_CTX_set_locked(&rsa->_method_mod_n, CRYPTO_LOCK_RSA, rsa->n, ctx))
    -			goto err;
    -
    -	if (!rsa->meth->bn_mod_exp(ret,f,rsa->e,rsa->n,ctx,
    -		rsa->_method_mod_n)) goto err;
    -
    -	if ((padding == RSA_X931_PADDING) && ((ret->d[0] & 0xf) != 12))
    -		if (!BN_sub(ret, rsa->n, ret)) goto err;
    -
    -	p=buf;
    -	i=BN_bn2bin(ret,p);
    -
    -	switch (padding)
    -		{
    -	case RSA_PKCS1_PADDING:
    -		r=RSA_padding_check_PKCS1_type_1(to,num,buf,i,num);
    -		break;
    -	case RSA_X931_PADDING:
    -		r=RSA_padding_check_X931(to,num,buf,i,num);
    -		break;
    -	case RSA_NO_PADDING:
    -		r=RSA_padding_check_none(to,num,buf,i,num);
    -		break;
    -	default:
    -		RSAerr(RSA_F_RSA_EAY_PUBLIC_DECRYPT,RSA_R_UNKNOWN_PADDING_TYPE);
    -		goto err;
    -		}
    -	if (r < 0)
    -		RSAerr(RSA_F_RSA_EAY_PUBLIC_DECRYPT,RSA_R_PADDING_CHECK_FAILED);
    -
    -err:
    -	if (ctx != NULL)
    -		{
    -		BN_CTX_end(ctx);
    -		BN_CTX_free(ctx);
    -		}
    -	if (buf != NULL)
    -		{
    -		OPENSSL_cleanse(buf,num);
    -		OPENSSL_free(buf);
    -		}
    -	return(r);
    -	}
    +                                  unsigned char *to, RSA *rsa, int padding)
    +{
    +    BIGNUM *f, *ret;
    +    int i, num = 0, r = -1;
    +    unsigned char *p;
    +    unsigned char *buf = NULL;
    +    BN_CTX *ctx = NULL;
    +
    +    if (BN_num_bits(rsa->n) > OPENSSL_RSA_MAX_MODULUS_BITS) {
    +        RSAerr(RSA_F_RSA_EAY_PUBLIC_DECRYPT, RSA_R_MODULUS_TOO_LARGE);
    +        return -1;
    +    }
    +
    +    if (BN_ucmp(rsa->n, rsa->e) <= 0) {
    +        RSAerr(RSA_F_RSA_EAY_PUBLIC_DECRYPT, RSA_R_BAD_E_VALUE);
    +        return -1;
    +    }
    +
    +    /* for large moduli, enforce exponent limit */
    +    if (BN_num_bits(rsa->n) > OPENSSL_RSA_SMALL_MODULUS_BITS) {
    +        if (BN_num_bits(rsa->e) > OPENSSL_RSA_MAX_PUBEXP_BITS) {
    +            RSAerr(RSA_F_RSA_EAY_PUBLIC_DECRYPT, RSA_R_BAD_E_VALUE);
    +            return -1;
    +        }
    +    }
    +
    +    if ((ctx = BN_CTX_new()) == NULL)
    +        goto err;
    +    BN_CTX_start(ctx);
    +    f = BN_CTX_get(ctx);
    +    ret = BN_CTX_get(ctx);
    +    num = BN_num_bytes(rsa->n);
    +    buf = OPENSSL_malloc(num);
    +    if (!f || !ret || !buf) {
    +        RSAerr(RSA_F_RSA_EAY_PUBLIC_DECRYPT, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    /*
    +     * This check was for equality but PGP does evil things and chops off the
    +     * top '0' bytes
    +     */
    +    if (flen > num) {
    +        RSAerr(RSA_F_RSA_EAY_PUBLIC_DECRYPT, RSA_R_DATA_GREATER_THAN_MOD_LEN);
    +        goto err;
    +    }
    +
    +    if (BN_bin2bn(from, flen, f) == NULL)
    +        goto err;
    +
    +    if (BN_ucmp(f, rsa->n) >= 0) {
    +        RSAerr(RSA_F_RSA_EAY_PUBLIC_DECRYPT,
    +               RSA_R_DATA_TOO_LARGE_FOR_MODULUS);
    +        goto err;
    +    }
    +
    +    if (rsa->flags & RSA_FLAG_CACHE_PUBLIC)
    +        if (!BN_MONT_CTX_set_locked
    +            (&rsa->_method_mod_n, CRYPTO_LOCK_RSA, rsa->n, ctx))
    +            goto err;
    +
    +    if (!rsa->meth->bn_mod_exp(ret, f, rsa->e, rsa->n, ctx,
    +                               rsa->_method_mod_n))
    +        goto err;
    +
    +    if ((padding == RSA_X931_PADDING) && ((ret->d[0] & 0xf) != 12))
    +        if (!BN_sub(ret, rsa->n, ret))
    +            goto err;
    +
    +    p = buf;
    +    i = BN_bn2bin(ret, p);
    +
    +    switch (padding) {
    +    case RSA_PKCS1_PADDING:
    +        r = RSA_padding_check_PKCS1_type_1(to, num, buf, i, num);
    +        break;
    +    case RSA_X931_PADDING:
    +        r = RSA_padding_check_X931(to, num, buf, i, num);
    +        break;
    +    case RSA_NO_PADDING:
    +        r = RSA_padding_check_none(to, num, buf, i, num);
    +        break;
    +    default:
    +        RSAerr(RSA_F_RSA_EAY_PUBLIC_DECRYPT, RSA_R_UNKNOWN_PADDING_TYPE);
    +        goto err;
    +    }
    +    if (r < 0)
    +        RSAerr(RSA_F_RSA_EAY_PUBLIC_DECRYPT, RSA_R_PADDING_CHECK_FAILED);
    +
    + err:
    +    if (ctx != NULL) {
    +        BN_CTX_end(ctx);
    +        BN_CTX_free(ctx);
    +    }
    +    if (buf != NULL) {
    +        OPENSSL_cleanse(buf, num);
    +        OPENSSL_free(buf);
    +    }
    +    return (r);
    +}
     
     static int RSA_eay_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx)
    -	{
    -	BIGNUM *r1,*m1,*vrfy;
    -	BIGNUM local_dmp1,local_dmq1,local_c,local_r1;
    -	BIGNUM *dmp1,*dmq1,*c,*pr1;
    -	int ret=0;
    -
    -	BN_CTX_start(ctx);
    -	r1 = BN_CTX_get(ctx);
    -	m1 = BN_CTX_get(ctx);
    -	vrfy = BN_CTX_get(ctx);
    -
    -	{
    -		BIGNUM local_p, local_q;
    -		BIGNUM *p = NULL, *q = NULL;
    -
    -		/* Make sure BN_mod_inverse in Montgomery intialization uses the
    -		 * BN_FLG_CONSTTIME flag (unless RSA_FLAG_NO_CONSTTIME is set)
    -		 */
    -		if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME))
    -			{
    -			BN_init(&local_p);
    -			p = &local_p;
    -			BN_with_flags(p, rsa->p, BN_FLG_CONSTTIME);
    -
    -			BN_init(&local_q);
    -			q = &local_q;
    -			BN_with_flags(q, rsa->q, BN_FLG_CONSTTIME);
    -			}
    -		else
    -			{
    -			p = rsa->p;
    -			q = rsa->q;
    -			}
    -
    -		if (rsa->flags & RSA_FLAG_CACHE_PRIVATE)
    -			{
    -			if (!BN_MONT_CTX_set_locked(&rsa->_method_mod_p, CRYPTO_LOCK_RSA, p, ctx))
    -				goto err;
    -			if (!BN_MONT_CTX_set_locked(&rsa->_method_mod_q, CRYPTO_LOCK_RSA, q, ctx))
    -				goto err;
    -			}
    -	}
    -
    -	if (rsa->flags & RSA_FLAG_CACHE_PUBLIC)
    -		if (!BN_MONT_CTX_set_locked(&rsa->_method_mod_n, CRYPTO_LOCK_RSA, rsa->n, ctx))
    -			goto err;
    -
    -	/* compute I mod q */
    -	if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME))
    -		{
    -		c = &local_c;
    -		BN_with_flags(c, I, BN_FLG_CONSTTIME);
    -		if (!BN_mod(r1,c,rsa->q,ctx)) goto err;
    -		}
    -	else
    -		{
    -		if (!BN_mod(r1,I,rsa->q,ctx)) goto err;
    -		}
    -
    -	/* compute r1^dmq1 mod q */
    -	if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME))
    -		{
    -		dmq1 = &local_dmq1;
    -		BN_with_flags(dmq1, rsa->dmq1, BN_FLG_CONSTTIME);
    -		}
    -	else
    -		dmq1 = rsa->dmq1;
    -	if (!rsa->meth->bn_mod_exp(m1,r1,dmq1,rsa->q,ctx,
    -		rsa->_method_mod_q)) goto err;
    -
    -	/* compute I mod p */
    -	if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME))
    -		{
    -		c = &local_c;
    -		BN_with_flags(c, I, BN_FLG_CONSTTIME);
    -		if (!BN_mod(r1,c,rsa->p,ctx)) goto err;
    -		}
    -	else
    -		{
    -		if (!BN_mod(r1,I,rsa->p,ctx)) goto err;
    -		}
    -
    -	/* compute r1^dmp1 mod p */
    -	if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME))
    -		{
    -		dmp1 = &local_dmp1;
    -		BN_with_flags(dmp1, rsa->dmp1, BN_FLG_CONSTTIME);
    -		}
    -	else
    -		dmp1 = rsa->dmp1;
    -	if (!rsa->meth->bn_mod_exp(r0,r1,dmp1,rsa->p,ctx,
    -		rsa->_method_mod_p)) goto err;
    -
    -	if (!BN_sub(r0,r0,m1)) goto err;
    -	/* This will help stop the size of r0 increasing, which does
    -	 * affect the multiply if it optimised for a power of 2 size */
    -	if (BN_is_negative(r0))
    -		if (!BN_add(r0,r0,rsa->p)) goto err;
    -
    -	if (!BN_mul(r1,r0,rsa->iqmp,ctx)) goto err;
    -
    -	/* Turn BN_FLG_CONSTTIME flag on before division operation */
    -	if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME))
    -		{
    -		pr1 = &local_r1;
    -		BN_with_flags(pr1, r1, BN_FLG_CONSTTIME);
    -		}
    -	else
    -		pr1 = r1;
    -	if (!BN_mod(r0,pr1,rsa->p,ctx)) goto err;
    -
    -	/* If p < q it is occasionally possible for the correction of
    -	 * adding 'p' if r0 is negative above to leave the result still
    -	 * negative. This can break the private key operations: the following
    -	 * second correction should *always* correct this rare occurrence.
    -	 * This will *never* happen with OpenSSL generated keys because
    -	 * they ensure p > q [steve]
    -	 */
    -	if (BN_is_negative(r0))
    -		if (!BN_add(r0,r0,rsa->p)) goto err;
    -	if (!BN_mul(r1,r0,rsa->q,ctx)) goto err;
    -	if (!BN_add(r0,r1,m1)) goto err;
    -
    -	if (rsa->e && rsa->n)
    -		{
    -		if (!rsa->meth->bn_mod_exp(vrfy,r0,rsa->e,rsa->n,ctx,rsa->_method_mod_n)) goto err;
    -		/* If 'I' was greater than (or equal to) rsa->n, the operation
    -		 * will be equivalent to using 'I mod n'. However, the result of
    -		 * the verify will *always* be less than 'n' so we don't check
    -		 * for absolute equality, just congruency. */
    -		if (!BN_sub(vrfy, vrfy, I)) goto err;
    -		if (!BN_mod(vrfy, vrfy, rsa->n, ctx)) goto err;
    -		if (BN_is_negative(vrfy))
    -			if (!BN_add(vrfy, vrfy, rsa->n)) goto err;
    -		if (!BN_is_zero(vrfy))
    -			{
    -			/* 'I' and 'vrfy' aren't congruent mod n. Don't leak
    -			 * miscalculated CRT output, just do a raw (slower)
    -			 * mod_exp and return that instead. */
    -
    -			BIGNUM local_d;
    -			BIGNUM *d = NULL;
    -		
    -			if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME))
    -				{
    -				d = &local_d;
    -				BN_with_flags(d, rsa->d, BN_FLG_CONSTTIME);
    -				}
    -			else
    -				d = rsa->d;
    -			if (!rsa->meth->bn_mod_exp(r0,I,d,rsa->n,ctx,
    -						   rsa->_method_mod_n)) goto err;
    -			}
    -		}
    -	ret=1;
    -err:
    -	BN_CTX_end(ctx);
    -	return(ret);
    -	}
    +{
    +    BIGNUM *r1, *m1, *vrfy;
    +    BIGNUM local_dmp1, local_dmq1, local_c, local_r1;
    +    BIGNUM *dmp1, *dmq1, *c, *pr1;
    +    int ret = 0;
    +
    +    BN_CTX_start(ctx);
    +    r1 = BN_CTX_get(ctx);
    +    m1 = BN_CTX_get(ctx);
    +    vrfy = BN_CTX_get(ctx);
    +
    +    {
    +        BIGNUM local_p, local_q;
    +        BIGNUM *p = NULL, *q = NULL;
    +
    +        /*
    +         * Make sure BN_mod_inverse in Montgomery intialization uses the
    +         * BN_FLG_CONSTTIME flag (unless RSA_FLAG_NO_CONSTTIME is set)
    +         */
    +        if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME)) {
    +            BN_init(&local_p);
    +            p = &local_p;
    +            BN_with_flags(p, rsa->p, BN_FLG_CONSTTIME);
    +
    +            BN_init(&local_q);
    +            q = &local_q;
    +            BN_with_flags(q, rsa->q, BN_FLG_CONSTTIME);
    +        } else {
    +            p = rsa->p;
    +            q = rsa->q;
    +        }
    +
    +        if (rsa->flags & RSA_FLAG_CACHE_PRIVATE) {
    +            if (!BN_MONT_CTX_set_locked
    +                (&rsa->_method_mod_p, CRYPTO_LOCK_RSA, p, ctx))
    +                goto err;
    +            if (!BN_MONT_CTX_set_locked
    +                (&rsa->_method_mod_q, CRYPTO_LOCK_RSA, q, ctx))
    +                goto err;
    +        }
    +    }
    +
    +    if (rsa->flags & RSA_FLAG_CACHE_PUBLIC)
    +        if (!BN_MONT_CTX_set_locked
    +            (&rsa->_method_mod_n, CRYPTO_LOCK_RSA, rsa->n, ctx))
    +            goto err;
    +
    +    /* compute I mod q */
    +    if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME)) {
    +        c = &local_c;
    +        BN_with_flags(c, I, BN_FLG_CONSTTIME);
    +        if (!BN_mod(r1, c, rsa->q, ctx))
    +            goto err;
    +    } else {
    +        if (!BN_mod(r1, I, rsa->q, ctx))
    +            goto err;
    +    }
    +
    +    /* compute r1^dmq1 mod q */
    +    if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME)) {
    +        dmq1 = &local_dmq1;
    +        BN_with_flags(dmq1, rsa->dmq1, BN_FLG_CONSTTIME);
    +    } else
    +        dmq1 = rsa->dmq1;
    +    if (!rsa->meth->bn_mod_exp(m1, r1, dmq1, rsa->q, ctx, rsa->_method_mod_q))
    +        goto err;
    +
    +    /* compute I mod p */
    +    if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME)) {
    +        c = &local_c;
    +        BN_with_flags(c, I, BN_FLG_CONSTTIME);
    +        if (!BN_mod(r1, c, rsa->p, ctx))
    +            goto err;
    +    } else {
    +        if (!BN_mod(r1, I, rsa->p, ctx))
    +            goto err;
    +    }
    +
    +    /* compute r1^dmp1 mod p */
    +    if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME)) {
    +        dmp1 = &local_dmp1;
    +        BN_with_flags(dmp1, rsa->dmp1, BN_FLG_CONSTTIME);
    +    } else
    +        dmp1 = rsa->dmp1;
    +    if (!rsa->meth->bn_mod_exp(r0, r1, dmp1, rsa->p, ctx, rsa->_method_mod_p))
    +        goto err;
    +
    +    if (!BN_sub(r0, r0, m1))
    +        goto err;
    +    /*
    +     * This will help stop the size of r0 increasing, which does affect the
    +     * multiply if it optimised for a power of 2 size
    +     */
    +    if (BN_is_negative(r0))
    +        if (!BN_add(r0, r0, rsa->p))
    +            goto err;
    +
    +    if (!BN_mul(r1, r0, rsa->iqmp, ctx))
    +        goto err;
    +
    +    /* Turn BN_FLG_CONSTTIME flag on before division operation */
    +    if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME)) {
    +        pr1 = &local_r1;
    +        BN_with_flags(pr1, r1, BN_FLG_CONSTTIME);
    +    } else
    +        pr1 = r1;
    +    if (!BN_mod(r0, pr1, rsa->p, ctx))
    +        goto err;
    +
    +    /*
    +     * If p < q it is occasionally possible for the correction of adding 'p'
    +     * if r0 is negative above to leave the result still negative. This can
    +     * break the private key operations: the following second correction
    +     * should *always* correct this rare occurrence. This will *never* happen
    +     * with OpenSSL generated keys because they ensure p > q [steve]
    +     */
    +    if (BN_is_negative(r0))
    +        if (!BN_add(r0, r0, rsa->p))
    +            goto err;
    +    if (!BN_mul(r1, r0, rsa->q, ctx))
    +        goto err;
    +    if (!BN_add(r0, r1, m1))
    +        goto err;
    +
    +    if (rsa->e && rsa->n) {
    +        if (!rsa->meth->bn_mod_exp(vrfy, r0, rsa->e, rsa->n, ctx,
    +                                   rsa->_method_mod_n))
    +            goto err;
    +        /*
    +         * If 'I' was greater than (or equal to) rsa->n, the operation will
    +         * be equivalent to using 'I mod n'. However, the result of the
    +         * verify will *always* be less than 'n' so we don't check for
    +         * absolute equality, just congruency.
    +         */
    +        if (!BN_sub(vrfy, vrfy, I))
    +            goto err;
    +        if (!BN_mod(vrfy, vrfy, rsa->n, ctx))
    +            goto err;
    +        if (BN_is_negative(vrfy))
    +            if (!BN_add(vrfy, vrfy, rsa->n))
    +                goto err;
    +        if (!BN_is_zero(vrfy)) {
    +            /*
    +             * 'I' and 'vrfy' aren't congruent mod n. Don't leak
    +             * miscalculated CRT output, just do a raw (slower) mod_exp and
    +             * return that instead.
    +             */
    +
    +            BIGNUM local_d;
    +            BIGNUM *d = NULL;
    +
    +            if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME)) {
    +                d = &local_d;
    +                BN_with_flags(d, rsa->d, BN_FLG_CONSTTIME);
    +            } else
    +                d = rsa->d;
    +            if (!rsa->meth->bn_mod_exp(r0, I, d, rsa->n, ctx,
    +                                       rsa->_method_mod_n))
    +                goto err;
    +        }
    +    }
    +    ret = 1;
    + err:
    +    BN_CTX_end(ctx);
    +    return (ret);
    +}
     
     static int RSA_eay_init(RSA *rsa)
    -	{
    -	rsa->flags|=RSA_FLAG_CACHE_PUBLIC|RSA_FLAG_CACHE_PRIVATE;
    -	return(1);
    -	}
    +{
    +    rsa->flags |= RSA_FLAG_CACHE_PUBLIC | RSA_FLAG_CACHE_PRIVATE;
    +    return (1);
    +}
     
     static int RSA_eay_finish(RSA *rsa)
    -	{
    -	if (rsa->_method_mod_n != NULL)
    -		BN_MONT_CTX_free(rsa->_method_mod_n);
    -	if (rsa->_method_mod_p != NULL)
    -		BN_MONT_CTX_free(rsa->_method_mod_p);
    -	if (rsa->_method_mod_q != NULL)
    -		BN_MONT_CTX_free(rsa->_method_mod_q);
    -	return(1);
    -	}
    +{
    +    if (rsa->_method_mod_n != NULL)
    +        BN_MONT_CTX_free(rsa->_method_mod_n);
    +    if (rsa->_method_mod_p != NULL)
    +        BN_MONT_CTX_free(rsa->_method_mod_p);
    +    if (rsa->_method_mod_q != NULL)
    +        BN_MONT_CTX_free(rsa->_method_mod_q);
    +    return (1);
    +}
     
     #endif
    diff --git a/openssl/crypto/rsa/rsa_err.c b/openssl/crypto/rsa/rsa_err.c
    index 9da79d920..0bab05efc 100644
    --- a/openssl/crypto/rsa/rsa_err.c
    +++ b/openssl/crypto/rsa/rsa_err.c
    @@ -1,13 +1,13 @@
     /* crypto/rsa/rsa_err.c */
     /* ====================================================================
    - * Copyright (c) 1999-2011 The OpenSSL Project.  All rights reserved.
    + * Copyright (c) 1999-2014 The OpenSSL Project.  All rights reserved.
      *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* NOTE: this file was auto generated by the mkerr.pl script: any changes
    +/*
    + * NOTE: this file was auto generated by the mkerr.pl script: any changes
      * made to it will be overwritten when the script next updates this file,
      * only reason strings will be preserved.
      */
    @@ -65,146 +66,182 @@
     /* BEGIN ERROR CODES */
     #ifndef OPENSSL_NO_ERR
     
    -#define ERR_FUNC(func) ERR_PACK(ERR_LIB_RSA,func,0)
    -#define ERR_REASON(reason) ERR_PACK(ERR_LIB_RSA,0,reason)
    +# define ERR_FUNC(func) ERR_PACK(ERR_LIB_RSA,func,0)
    +# define ERR_REASON(reason) ERR_PACK(ERR_LIB_RSA,0,reason)
     
    -static ERR_STRING_DATA RSA_str_functs[]=
    -	{
    -{ERR_FUNC(RSA_F_CHECK_PADDING_MD),	"CHECK_PADDING_MD"},
    -{ERR_FUNC(RSA_F_DO_RSA_PRINT),	"DO_RSA_PRINT"},
    -{ERR_FUNC(RSA_F_INT_RSA_VERIFY),	"INT_RSA_VERIFY"},
    -{ERR_FUNC(RSA_F_MEMORY_LOCK),	"MEMORY_LOCK"},
    -{ERR_FUNC(RSA_F_OLD_RSA_PRIV_DECODE),	"OLD_RSA_PRIV_DECODE"},
    -{ERR_FUNC(RSA_F_PKEY_RSA_CTRL),	"PKEY_RSA_CTRL"},
    -{ERR_FUNC(RSA_F_PKEY_RSA_CTRL_STR),	"PKEY_RSA_CTRL_STR"},
    -{ERR_FUNC(RSA_F_PKEY_RSA_SIGN),	"PKEY_RSA_SIGN"},
    -{ERR_FUNC(RSA_F_PKEY_RSA_VERIFY),	"PKEY_RSA_VERIFY"},
    -{ERR_FUNC(RSA_F_PKEY_RSA_VERIFYRECOVER),	"PKEY_RSA_VERIFYRECOVER"},
    -{ERR_FUNC(RSA_F_RSA_BUILTIN_KEYGEN),	"RSA_BUILTIN_KEYGEN"},
    -{ERR_FUNC(RSA_F_RSA_CHECK_KEY),	"RSA_check_key"},
    -{ERR_FUNC(RSA_F_RSA_EAY_PRIVATE_DECRYPT),	"RSA_EAY_PRIVATE_DECRYPT"},
    -{ERR_FUNC(RSA_F_RSA_EAY_PRIVATE_ENCRYPT),	"RSA_EAY_PRIVATE_ENCRYPT"},
    -{ERR_FUNC(RSA_F_RSA_EAY_PUBLIC_DECRYPT),	"RSA_EAY_PUBLIC_DECRYPT"},
    -{ERR_FUNC(RSA_F_RSA_EAY_PUBLIC_ENCRYPT),	"RSA_EAY_PUBLIC_ENCRYPT"},
    -{ERR_FUNC(RSA_F_RSA_GENERATE_KEY),	"RSA_generate_key"},
    -{ERR_FUNC(RSA_F_RSA_GENERATE_KEY_EX),	"RSA_generate_key_ex"},
    -{ERR_FUNC(RSA_F_RSA_ITEM_VERIFY),	"RSA_ITEM_VERIFY"},
    -{ERR_FUNC(RSA_F_RSA_MEMORY_LOCK),	"RSA_memory_lock"},
    -{ERR_FUNC(RSA_F_RSA_NEW_METHOD),	"RSA_new_method"},
    -{ERR_FUNC(RSA_F_RSA_NULL),	"RSA_NULL"},
    -{ERR_FUNC(RSA_F_RSA_NULL_MOD_EXP),	"RSA_NULL_MOD_EXP"},
    -{ERR_FUNC(RSA_F_RSA_NULL_PRIVATE_DECRYPT),	"RSA_NULL_PRIVATE_DECRYPT"},
    -{ERR_FUNC(RSA_F_RSA_NULL_PRIVATE_ENCRYPT),	"RSA_NULL_PRIVATE_ENCRYPT"},
    -{ERR_FUNC(RSA_F_RSA_NULL_PUBLIC_DECRYPT),	"RSA_NULL_PUBLIC_DECRYPT"},
    -{ERR_FUNC(RSA_F_RSA_NULL_PUBLIC_ENCRYPT),	"RSA_NULL_PUBLIC_ENCRYPT"},
    -{ERR_FUNC(RSA_F_RSA_PADDING_ADD_NONE),	"RSA_padding_add_none"},
    -{ERR_FUNC(RSA_F_RSA_PADDING_ADD_PKCS1_OAEP),	"RSA_padding_add_PKCS1_OAEP"},
    -{ERR_FUNC(RSA_F_RSA_PADDING_ADD_PKCS1_PSS),	"RSA_padding_add_PKCS1_PSS"},
    -{ERR_FUNC(RSA_F_RSA_PADDING_ADD_PKCS1_PSS_MGF1),	"RSA_padding_add_PKCS1_PSS_mgf1"},
    -{ERR_FUNC(RSA_F_RSA_PADDING_ADD_PKCS1_TYPE_1),	"RSA_padding_add_PKCS1_type_1"},
    -{ERR_FUNC(RSA_F_RSA_PADDING_ADD_PKCS1_TYPE_2),	"RSA_padding_add_PKCS1_type_2"},
    -{ERR_FUNC(RSA_F_RSA_PADDING_ADD_SSLV23),	"RSA_padding_add_SSLv23"},
    -{ERR_FUNC(RSA_F_RSA_PADDING_ADD_X931),	"RSA_padding_add_X931"},
    -{ERR_FUNC(RSA_F_RSA_PADDING_CHECK_NONE),	"RSA_padding_check_none"},
    -{ERR_FUNC(RSA_F_RSA_PADDING_CHECK_PKCS1_OAEP),	"RSA_padding_check_PKCS1_OAEP"},
    -{ERR_FUNC(RSA_F_RSA_PADDING_CHECK_PKCS1_TYPE_1),	"RSA_padding_check_PKCS1_type_1"},
    -{ERR_FUNC(RSA_F_RSA_PADDING_CHECK_PKCS1_TYPE_2),	"RSA_padding_check_PKCS1_type_2"},
    -{ERR_FUNC(RSA_F_RSA_PADDING_CHECK_SSLV23),	"RSA_padding_check_SSLv23"},
    -{ERR_FUNC(RSA_F_RSA_PADDING_CHECK_X931),	"RSA_padding_check_X931"},
    -{ERR_FUNC(RSA_F_RSA_PRINT),	"RSA_print"},
    -{ERR_FUNC(RSA_F_RSA_PRINT_FP),	"RSA_print_fp"},
    -{ERR_FUNC(RSA_F_RSA_PRIVATE_DECRYPT),	"RSA_private_decrypt"},
    -{ERR_FUNC(RSA_F_RSA_PRIVATE_ENCRYPT),	"RSA_private_encrypt"},
    -{ERR_FUNC(RSA_F_RSA_PRIV_DECODE),	"RSA_PRIV_DECODE"},
    -{ERR_FUNC(RSA_F_RSA_PRIV_ENCODE),	"RSA_PRIV_ENCODE"},
    -{ERR_FUNC(RSA_F_RSA_PUBLIC_DECRYPT),	"RSA_public_decrypt"},
    -{ERR_FUNC(RSA_F_RSA_PUBLIC_ENCRYPT),	"RSA_public_encrypt"},
    -{ERR_FUNC(RSA_F_RSA_PUB_DECODE),	"RSA_PUB_DECODE"},
    -{ERR_FUNC(RSA_F_RSA_SETUP_BLINDING),	"RSA_setup_blinding"},
    -{ERR_FUNC(RSA_F_RSA_SIGN),	"RSA_sign"},
    -{ERR_FUNC(RSA_F_RSA_SIGN_ASN1_OCTET_STRING),	"RSA_sign_ASN1_OCTET_STRING"},
    -{ERR_FUNC(RSA_F_RSA_VERIFY),	"RSA_verify"},
    -{ERR_FUNC(RSA_F_RSA_VERIFY_ASN1_OCTET_STRING),	"RSA_verify_ASN1_OCTET_STRING"},
    -{ERR_FUNC(RSA_F_RSA_VERIFY_PKCS1_PSS),	"RSA_verify_PKCS1_PSS"},
    -{ERR_FUNC(RSA_F_RSA_VERIFY_PKCS1_PSS_MGF1),	"RSA_verify_PKCS1_PSS_mgf1"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA RSA_str_functs[] = {
    +    {ERR_FUNC(RSA_F_CHECK_PADDING_MD), "CHECK_PADDING_MD"},
    +    {ERR_FUNC(RSA_F_DO_RSA_PRINT), "DO_RSA_PRINT"},
    +    {ERR_FUNC(RSA_F_INT_RSA_VERIFY), "INT_RSA_VERIFY"},
    +    {ERR_FUNC(RSA_F_MEMORY_LOCK), "MEMORY_LOCK"},
    +    {ERR_FUNC(RSA_F_OLD_RSA_PRIV_DECODE), "OLD_RSA_PRIV_DECODE"},
    +    {ERR_FUNC(RSA_F_PKEY_RSA_CTRL), "PKEY_RSA_CTRL"},
    +    {ERR_FUNC(RSA_F_PKEY_RSA_CTRL_STR), "PKEY_RSA_CTRL_STR"},
    +    {ERR_FUNC(RSA_F_PKEY_RSA_SIGN), "PKEY_RSA_SIGN"},
    +    {ERR_FUNC(RSA_F_PKEY_RSA_VERIFY), "PKEY_RSA_VERIFY"},
    +    {ERR_FUNC(RSA_F_PKEY_RSA_VERIFYRECOVER), "PKEY_RSA_VERIFYRECOVER"},
    +    {ERR_FUNC(RSA_F_RSA_ALGOR_TO_MD), "RSA_ALGOR_TO_MD"},
    +    {ERR_FUNC(RSA_F_RSA_BUILTIN_KEYGEN), "RSA_BUILTIN_KEYGEN"},
    +    {ERR_FUNC(RSA_F_RSA_CHECK_KEY), "RSA_check_key"},
    +    {ERR_FUNC(RSA_F_RSA_CMS_DECRYPT), "RSA_CMS_DECRYPT"},
    +    {ERR_FUNC(RSA_F_RSA_EAY_PRIVATE_DECRYPT), "RSA_EAY_PRIVATE_DECRYPT"},
    +    {ERR_FUNC(RSA_F_RSA_EAY_PRIVATE_ENCRYPT), "RSA_EAY_PRIVATE_ENCRYPT"},
    +    {ERR_FUNC(RSA_F_RSA_EAY_PUBLIC_DECRYPT), "RSA_EAY_PUBLIC_DECRYPT"},
    +    {ERR_FUNC(RSA_F_RSA_EAY_PUBLIC_ENCRYPT), "RSA_EAY_PUBLIC_ENCRYPT"},
    +    {ERR_FUNC(RSA_F_RSA_GENERATE_KEY), "RSA_generate_key"},
    +    {ERR_FUNC(RSA_F_RSA_GENERATE_KEY_EX), "RSA_generate_key_ex"},
    +    {ERR_FUNC(RSA_F_RSA_ITEM_VERIFY), "RSA_ITEM_VERIFY"},
    +    {ERR_FUNC(RSA_F_RSA_MEMORY_LOCK), "RSA_memory_lock"},
    +    {ERR_FUNC(RSA_F_RSA_MGF1_TO_MD), "RSA_MGF1_TO_MD"},
    +    {ERR_FUNC(RSA_F_RSA_NEW_METHOD), "RSA_new_method"},
    +    {ERR_FUNC(RSA_F_RSA_NULL), "RSA_NULL"},
    +    {ERR_FUNC(RSA_F_RSA_NULL_MOD_EXP), "RSA_NULL_MOD_EXP"},
    +    {ERR_FUNC(RSA_F_RSA_NULL_PRIVATE_DECRYPT), "RSA_NULL_PRIVATE_DECRYPT"},
    +    {ERR_FUNC(RSA_F_RSA_NULL_PRIVATE_ENCRYPT), "RSA_NULL_PRIVATE_ENCRYPT"},
    +    {ERR_FUNC(RSA_F_RSA_NULL_PUBLIC_DECRYPT), "RSA_NULL_PUBLIC_DECRYPT"},
    +    {ERR_FUNC(RSA_F_RSA_NULL_PUBLIC_ENCRYPT), "RSA_NULL_PUBLIC_ENCRYPT"},
    +    {ERR_FUNC(RSA_F_RSA_PADDING_ADD_NONE), "RSA_padding_add_none"},
    +    {ERR_FUNC(RSA_F_RSA_PADDING_ADD_PKCS1_OAEP),
    +     "RSA_padding_add_PKCS1_OAEP"},
    +    {ERR_FUNC(RSA_F_RSA_PADDING_ADD_PKCS1_OAEP_MGF1),
    +     "RSA_padding_add_PKCS1_OAEP_mgf1"},
    +    {ERR_FUNC(RSA_F_RSA_PADDING_ADD_PKCS1_PSS), "RSA_padding_add_PKCS1_PSS"},
    +    {ERR_FUNC(RSA_F_RSA_PADDING_ADD_PKCS1_PSS_MGF1),
    +     "RSA_padding_add_PKCS1_PSS_mgf1"},
    +    {ERR_FUNC(RSA_F_RSA_PADDING_ADD_PKCS1_TYPE_1),
    +     "RSA_padding_add_PKCS1_type_1"},
    +    {ERR_FUNC(RSA_F_RSA_PADDING_ADD_PKCS1_TYPE_2),
    +     "RSA_padding_add_PKCS1_type_2"},
    +    {ERR_FUNC(RSA_F_RSA_PADDING_ADD_SSLV23), "RSA_padding_add_SSLv23"},
    +    {ERR_FUNC(RSA_F_RSA_PADDING_ADD_X931), "RSA_padding_add_X931"},
    +    {ERR_FUNC(RSA_F_RSA_PADDING_CHECK_NONE), "RSA_padding_check_none"},
    +    {ERR_FUNC(RSA_F_RSA_PADDING_CHECK_PKCS1_OAEP),
    +     "RSA_padding_check_PKCS1_OAEP"},
    +    {ERR_FUNC(RSA_F_RSA_PADDING_CHECK_PKCS1_OAEP_MGF1),
    +     "RSA_padding_check_PKCS1_OAEP_mgf1"},
    +    {ERR_FUNC(RSA_F_RSA_PADDING_CHECK_PKCS1_TYPE_1),
    +     "RSA_padding_check_PKCS1_type_1"},
    +    {ERR_FUNC(RSA_F_RSA_PADDING_CHECK_PKCS1_TYPE_2),
    +     "RSA_padding_check_PKCS1_type_2"},
    +    {ERR_FUNC(RSA_F_RSA_PADDING_CHECK_SSLV23), "RSA_padding_check_SSLv23"},
    +    {ERR_FUNC(RSA_F_RSA_PADDING_CHECK_X931), "RSA_padding_check_X931"},
    +    {ERR_FUNC(RSA_F_RSA_PRINT), "RSA_print"},
    +    {ERR_FUNC(RSA_F_RSA_PRINT_FP), "RSA_print_fp"},
    +    {ERR_FUNC(RSA_F_RSA_PRIVATE_DECRYPT), "RSA_private_decrypt"},
    +    {ERR_FUNC(RSA_F_RSA_PRIVATE_ENCRYPT), "RSA_private_encrypt"},
    +    {ERR_FUNC(RSA_F_RSA_PRIV_DECODE), "RSA_PRIV_DECODE"},
    +    {ERR_FUNC(RSA_F_RSA_PRIV_ENCODE), "RSA_PRIV_ENCODE"},
    +    {ERR_FUNC(RSA_F_RSA_PSS_TO_CTX), "RSA_PSS_TO_CTX"},
    +    {ERR_FUNC(RSA_F_RSA_PUBLIC_DECRYPT), "RSA_public_decrypt"},
    +    {ERR_FUNC(RSA_F_RSA_PUBLIC_ENCRYPT), "RSA_public_encrypt"},
    +    {ERR_FUNC(RSA_F_RSA_PUB_DECODE), "RSA_PUB_DECODE"},
    +    {ERR_FUNC(RSA_F_RSA_SETUP_BLINDING), "RSA_setup_blinding"},
    +    {ERR_FUNC(RSA_F_RSA_SIGN), "RSA_sign"},
    +    {ERR_FUNC(RSA_F_RSA_SIGN_ASN1_OCTET_STRING),
    +     "RSA_sign_ASN1_OCTET_STRING"},
    +    {ERR_FUNC(RSA_F_RSA_VERIFY), "RSA_verify"},
    +    {ERR_FUNC(RSA_F_RSA_VERIFY_ASN1_OCTET_STRING),
    +     "RSA_verify_ASN1_OCTET_STRING"},
    +    {ERR_FUNC(RSA_F_RSA_VERIFY_PKCS1_PSS), "RSA_verify_PKCS1_PSS"},
    +    {ERR_FUNC(RSA_F_RSA_VERIFY_PKCS1_PSS_MGF1), "RSA_verify_PKCS1_PSS_mgf1"},
    +    {0, NULL}
    +};
     
    -static ERR_STRING_DATA RSA_str_reasons[]=
    -	{
    -{ERR_REASON(RSA_R_ALGORITHM_MISMATCH)    ,"algorithm mismatch"},
    -{ERR_REASON(RSA_R_BAD_E_VALUE)           ,"bad e value"},
    -{ERR_REASON(RSA_R_BAD_FIXED_HEADER_DECRYPT),"bad fixed header decrypt"},
    -{ERR_REASON(RSA_R_BAD_PAD_BYTE_COUNT)    ,"bad pad byte count"},
    -{ERR_REASON(RSA_R_BAD_SIGNATURE)         ,"bad signature"},
    -{ERR_REASON(RSA_R_BLOCK_TYPE_IS_NOT_01)  ,"block type is not 01"},
    -{ERR_REASON(RSA_R_BLOCK_TYPE_IS_NOT_02)  ,"block type is not 02"},
    -{ERR_REASON(RSA_R_DATA_GREATER_THAN_MOD_LEN),"data greater than mod len"},
    -{ERR_REASON(RSA_R_DATA_TOO_LARGE)        ,"data too large"},
    -{ERR_REASON(RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE),"data too large for key size"},
    -{ERR_REASON(RSA_R_DATA_TOO_LARGE_FOR_MODULUS),"data too large for modulus"},
    -{ERR_REASON(RSA_R_DATA_TOO_SMALL)        ,"data too small"},
    -{ERR_REASON(RSA_R_DATA_TOO_SMALL_FOR_KEY_SIZE),"data too small for key size"},
    -{ERR_REASON(RSA_R_DIGEST_TOO_BIG_FOR_RSA_KEY),"digest too big for rsa key"},
    -{ERR_REASON(RSA_R_DMP1_NOT_CONGRUENT_TO_D),"dmp1 not congruent to d"},
    -{ERR_REASON(RSA_R_DMQ1_NOT_CONGRUENT_TO_D),"dmq1 not congruent to d"},
    -{ERR_REASON(RSA_R_D_E_NOT_CONGRUENT_TO_1),"d e not congruent to 1"},
    -{ERR_REASON(RSA_R_FIRST_OCTET_INVALID)   ,"first octet invalid"},
    -{ERR_REASON(RSA_R_ILLEGAL_OR_UNSUPPORTED_PADDING_MODE),"illegal or unsupported padding mode"},
    -{ERR_REASON(RSA_R_INVALID_DIGEST_LENGTH) ,"invalid digest length"},
    -{ERR_REASON(RSA_R_INVALID_HEADER)        ,"invalid header"},
    -{ERR_REASON(RSA_R_INVALID_KEYBITS)       ,"invalid keybits"},
    -{ERR_REASON(RSA_R_INVALID_MESSAGE_LENGTH),"invalid message length"},
    -{ERR_REASON(RSA_R_INVALID_MGF1_MD)       ,"invalid mgf1 md"},
    -{ERR_REASON(RSA_R_INVALID_PADDING)       ,"invalid padding"},
    -{ERR_REASON(RSA_R_INVALID_PADDING_MODE)  ,"invalid padding mode"},
    -{ERR_REASON(RSA_R_INVALID_PSS_PARAMETERS),"invalid pss parameters"},
    -{ERR_REASON(RSA_R_INVALID_PSS_SALTLEN)   ,"invalid pss saltlen"},
    -{ERR_REASON(RSA_R_INVALID_SALT_LENGTH)   ,"invalid salt length"},
    -{ERR_REASON(RSA_R_INVALID_TRAILER)       ,"invalid trailer"},
    -{ERR_REASON(RSA_R_INVALID_X931_DIGEST)   ,"invalid x931 digest"},
    -{ERR_REASON(RSA_R_IQMP_NOT_INVERSE_OF_Q) ,"iqmp not inverse of q"},
    -{ERR_REASON(RSA_R_KEY_SIZE_TOO_SMALL)    ,"key size too small"},
    -{ERR_REASON(RSA_R_LAST_OCTET_INVALID)    ,"last octet invalid"},
    -{ERR_REASON(RSA_R_MODULUS_TOO_LARGE)     ,"modulus too large"},
    -{ERR_REASON(RSA_R_NON_FIPS_RSA_METHOD)   ,"non fips rsa method"},
    -{ERR_REASON(RSA_R_NO_PUBLIC_EXPONENT)    ,"no public exponent"},
    -{ERR_REASON(RSA_R_NULL_BEFORE_BLOCK_MISSING),"null before block missing"},
    -{ERR_REASON(RSA_R_N_DOES_NOT_EQUAL_P_Q)  ,"n does not equal p q"},
    -{ERR_REASON(RSA_R_OAEP_DECODING_ERROR)   ,"oaep decoding error"},
    -{ERR_REASON(RSA_R_OPERATION_NOT_ALLOWED_IN_FIPS_MODE),"operation not allowed in fips mode"},
    -{ERR_REASON(RSA_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE),"operation not supported for this keytype"},
    -{ERR_REASON(RSA_R_PADDING_CHECK_FAILED)  ,"padding check failed"},
    -{ERR_REASON(RSA_R_PKCS_DECODING_ERROR)   ,"pkcs decoding error"},
    -{ERR_REASON(RSA_R_P_NOT_PRIME)           ,"p not prime"},
    -{ERR_REASON(RSA_R_Q_NOT_PRIME)           ,"q not prime"},
    -{ERR_REASON(RSA_R_RSA_OPERATIONS_NOT_SUPPORTED),"rsa operations not supported"},
    -{ERR_REASON(RSA_R_SLEN_CHECK_FAILED)     ,"salt length check failed"},
    -{ERR_REASON(RSA_R_SLEN_RECOVERY_FAILED)  ,"salt length recovery failed"},
    -{ERR_REASON(RSA_R_SSLV3_ROLLBACK_ATTACK) ,"sslv3 rollback attack"},
    -{ERR_REASON(RSA_R_THE_ASN1_OBJECT_IDENTIFIER_IS_NOT_KNOWN_FOR_THIS_MD),"the asn1 object identifier is not known for this md"},
    -{ERR_REASON(RSA_R_UNKNOWN_ALGORITHM_TYPE),"unknown algorithm type"},
    -{ERR_REASON(RSA_R_UNKNOWN_MASK_DIGEST)   ,"unknown mask digest"},
    -{ERR_REASON(RSA_R_UNKNOWN_PADDING_TYPE)  ,"unknown padding type"},
    -{ERR_REASON(RSA_R_UNKNOWN_PSS_DIGEST)    ,"unknown pss digest"},
    -{ERR_REASON(RSA_R_UNSUPPORTED_MASK_ALGORITHM),"unsupported mask algorithm"},
    -{ERR_REASON(RSA_R_UNSUPPORTED_MASK_PARAMETER),"unsupported mask parameter"},
    -{ERR_REASON(RSA_R_UNSUPPORTED_SIGNATURE_TYPE),"unsupported signature type"},
    -{ERR_REASON(RSA_R_VALUE_MISSING)         ,"value missing"},
    -{ERR_REASON(RSA_R_WRONG_SIGNATURE_LENGTH),"wrong signature length"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA RSA_str_reasons[] = {
    +    {ERR_REASON(RSA_R_ALGORITHM_MISMATCH), "algorithm mismatch"},
    +    {ERR_REASON(RSA_R_BAD_E_VALUE), "bad e value"},
    +    {ERR_REASON(RSA_R_BAD_FIXED_HEADER_DECRYPT), "bad fixed header decrypt"},
    +    {ERR_REASON(RSA_R_BAD_PAD_BYTE_COUNT), "bad pad byte count"},
    +    {ERR_REASON(RSA_R_BAD_SIGNATURE), "bad signature"},
    +    {ERR_REASON(RSA_R_BLOCK_TYPE_IS_NOT_01), "block type is not 01"},
    +    {ERR_REASON(RSA_R_BLOCK_TYPE_IS_NOT_02), "block type is not 02"},
    +    {ERR_REASON(RSA_R_DATA_GREATER_THAN_MOD_LEN),
    +     "data greater than mod len"},
    +    {ERR_REASON(RSA_R_DATA_TOO_LARGE), "data too large"},
    +    {ERR_REASON(RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE),
    +     "data too large for key size"},
    +    {ERR_REASON(RSA_R_DATA_TOO_LARGE_FOR_MODULUS),
    +     "data too large for modulus"},
    +    {ERR_REASON(RSA_R_DATA_TOO_SMALL), "data too small"},
    +    {ERR_REASON(RSA_R_DATA_TOO_SMALL_FOR_KEY_SIZE),
    +     "data too small for key size"},
    +    {ERR_REASON(RSA_R_DIGEST_DOES_NOT_MATCH), "digest does not match"},
    +    {ERR_REASON(RSA_R_DIGEST_TOO_BIG_FOR_RSA_KEY),
    +     "digest too big for rsa key"},
    +    {ERR_REASON(RSA_R_DMP1_NOT_CONGRUENT_TO_D), "dmp1 not congruent to d"},
    +    {ERR_REASON(RSA_R_DMQ1_NOT_CONGRUENT_TO_D), "dmq1 not congruent to d"},
    +    {ERR_REASON(RSA_R_D_E_NOT_CONGRUENT_TO_1), "d e not congruent to 1"},
    +    {ERR_REASON(RSA_R_FIRST_OCTET_INVALID), "first octet invalid"},
    +    {ERR_REASON(RSA_R_ILLEGAL_OR_UNSUPPORTED_PADDING_MODE),
    +     "illegal or unsupported padding mode"},
    +    {ERR_REASON(RSA_R_INVALID_DIGEST), "invalid digest"},
    +    {ERR_REASON(RSA_R_INVALID_DIGEST_LENGTH), "invalid digest length"},
    +    {ERR_REASON(RSA_R_INVALID_HEADER), "invalid header"},
    +    {ERR_REASON(RSA_R_INVALID_KEYBITS), "invalid keybits"},
    +    {ERR_REASON(RSA_R_INVALID_LABEL), "invalid label"},
    +    {ERR_REASON(RSA_R_INVALID_MESSAGE_LENGTH), "invalid message length"},
    +    {ERR_REASON(RSA_R_INVALID_MGF1_MD), "invalid mgf1 md"},
    +    {ERR_REASON(RSA_R_INVALID_OAEP_PARAMETERS), "invalid oaep parameters"},
    +    {ERR_REASON(RSA_R_INVALID_PADDING), "invalid padding"},
    +    {ERR_REASON(RSA_R_INVALID_PADDING_MODE), "invalid padding mode"},
    +    {ERR_REASON(RSA_R_INVALID_PSS_PARAMETERS), "invalid pss parameters"},
    +    {ERR_REASON(RSA_R_INVALID_PSS_SALTLEN), "invalid pss saltlen"},
    +    {ERR_REASON(RSA_R_INVALID_SALT_LENGTH), "invalid salt length"},
    +    {ERR_REASON(RSA_R_INVALID_TRAILER), "invalid trailer"},
    +    {ERR_REASON(RSA_R_INVALID_X931_DIGEST), "invalid x931 digest"},
    +    {ERR_REASON(RSA_R_IQMP_NOT_INVERSE_OF_Q), "iqmp not inverse of q"},
    +    {ERR_REASON(RSA_R_KEY_SIZE_TOO_SMALL), "key size too small"},
    +    {ERR_REASON(RSA_R_LAST_OCTET_INVALID), "last octet invalid"},
    +    {ERR_REASON(RSA_R_MODULUS_TOO_LARGE), "modulus too large"},
    +    {ERR_REASON(RSA_R_NON_FIPS_RSA_METHOD), "non fips rsa method"},
    +    {ERR_REASON(RSA_R_NO_PUBLIC_EXPONENT), "no public exponent"},
    +    {ERR_REASON(RSA_R_NULL_BEFORE_BLOCK_MISSING),
    +     "null before block missing"},
    +    {ERR_REASON(RSA_R_N_DOES_NOT_EQUAL_P_Q), "n does not equal p q"},
    +    {ERR_REASON(RSA_R_OAEP_DECODING_ERROR), "oaep decoding error"},
    +    {ERR_REASON(RSA_R_OPERATION_NOT_ALLOWED_IN_FIPS_MODE),
    +     "operation not allowed in fips mode"},
    +    {ERR_REASON(RSA_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE),
    +     "operation not supported for this keytype"},
    +    {ERR_REASON(RSA_R_PADDING_CHECK_FAILED), "padding check failed"},
    +    {ERR_REASON(RSA_R_PKCS_DECODING_ERROR), "pkcs decoding error"},
    +    {ERR_REASON(RSA_R_P_NOT_PRIME), "p not prime"},
    +    {ERR_REASON(RSA_R_Q_NOT_PRIME), "q not prime"},
    +    {ERR_REASON(RSA_R_RSA_OPERATIONS_NOT_SUPPORTED),
    +     "rsa operations not supported"},
    +    {ERR_REASON(RSA_R_SLEN_CHECK_FAILED), "salt length check failed"},
    +    {ERR_REASON(RSA_R_SLEN_RECOVERY_FAILED), "salt length recovery failed"},
    +    {ERR_REASON(RSA_R_SSLV3_ROLLBACK_ATTACK), "sslv3 rollback attack"},
    +    {ERR_REASON(RSA_R_THE_ASN1_OBJECT_IDENTIFIER_IS_NOT_KNOWN_FOR_THIS_MD),
    +     "the asn1 object identifier is not known for this md"},
    +    {ERR_REASON(RSA_R_UNKNOWN_ALGORITHM_TYPE), "unknown algorithm type"},
    +    {ERR_REASON(RSA_R_UNKNOWN_DIGEST), "unknown digest"},
    +    {ERR_REASON(RSA_R_UNKNOWN_MASK_DIGEST), "unknown mask digest"},
    +    {ERR_REASON(RSA_R_UNKNOWN_PADDING_TYPE), "unknown padding type"},
    +    {ERR_REASON(RSA_R_UNKNOWN_PSS_DIGEST), "unknown pss digest"},
    +    {ERR_REASON(RSA_R_UNSUPPORTED_ENCRYPTION_TYPE),
    +     "unsupported encryption type"},
    +    {ERR_REASON(RSA_R_UNSUPPORTED_LABEL_SOURCE), "unsupported label source"},
    +    {ERR_REASON(RSA_R_UNSUPPORTED_MASK_ALGORITHM),
    +     "unsupported mask algorithm"},
    +    {ERR_REASON(RSA_R_UNSUPPORTED_MASK_PARAMETER),
    +     "unsupported mask parameter"},
    +    {ERR_REASON(RSA_R_UNSUPPORTED_SIGNATURE_TYPE),
    +     "unsupported signature type"},
    +    {ERR_REASON(RSA_R_VALUE_MISSING), "value missing"},
    +    {ERR_REASON(RSA_R_WRONG_SIGNATURE_LENGTH), "wrong signature length"},
    +    {0, NULL}
    +};
     
     #endif
     
     void ERR_load_RSA_strings(void)
    -	{
    +{
     #ifndef OPENSSL_NO_ERR
     
    -	if (ERR_func_error_string(RSA_str_functs[0].error) == NULL)
    -		{
    -		ERR_load_strings(0,RSA_str_functs);
    -		ERR_load_strings(0,RSA_str_reasons);
    -		}
    +    if (ERR_func_error_string(RSA_str_functs[0].error) == NULL) {
    +        ERR_load_strings(0, RSA_str_functs);
    +        ERR_load_strings(0, RSA_str_reasons);
    +    }
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/rsa/rsa_gen.c b/openssl/crypto/rsa/rsa_gen.c
    index 42290cce6..2465fbdeb 100644
    --- a/openssl/crypto/rsa/rsa_gen.c
    +++ b/openssl/crypto/rsa/rsa_gen.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,17 +49,17 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
     
    -
    -/* NB: these functions have been "upgraded", the deprecated versions (which are
    - * compatibility wrappers using these functions) are in rsa_depr.c.
    - * - Geoff
    +/*
    + * NB: these functions have been "upgraded", the deprecated versions (which
    + * are compatibility wrappers using these functions) are in rsa_depr.c. -
    + * Geoff
      */
     
     #include 
    @@ -68,167 +68,181 @@
     #include 
     #include 
     #ifdef OPENSSL_FIPS
    -#include 
    +# include 
     #endif
     
    -static int rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb);
    +static int rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value,
    +                              BN_GENCB *cb);
     
    -/* NB: this wrapper would normally be placed in rsa_lib.c and the static
    - * implementation would probably be in rsa_eay.c. Nonetheless, is kept here so
    - * that we don't introduce a new linker dependency. Eg. any application that
    - * wasn't previously linking object code related to key-generation won't have to
    - * now just because key-generation is part of RSA_METHOD. */
    +/*
    + * NB: this wrapper would normally be placed in rsa_lib.c and the static
    + * implementation would probably be in rsa_eay.c. Nonetheless, is kept here
    + * so that we don't introduce a new linker dependency. Eg. any application
    + * that wasn't previously linking object code related to key-generation won't
    + * have to now just because key-generation is part of RSA_METHOD.
    + */
     int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb)
    -	{
    +{
     #ifdef OPENSSL_FIPS
    -	if (FIPS_mode() && !(rsa->meth->flags & RSA_FLAG_FIPS_METHOD)
    -			&& !(rsa->flags & RSA_FLAG_NON_FIPS_ALLOW))
    -		{
    -		RSAerr(RSA_F_RSA_GENERATE_KEY_EX, RSA_R_NON_FIPS_RSA_METHOD);
    -		return 0;
    -		}
    +    if (FIPS_mode() && !(rsa->meth->flags & RSA_FLAG_FIPS_METHOD)
    +        && !(rsa->flags & RSA_FLAG_NON_FIPS_ALLOW)) {
    +        RSAerr(RSA_F_RSA_GENERATE_KEY_EX, RSA_R_NON_FIPS_RSA_METHOD);
    +        return 0;
    +    }
     #endif
    -	if(rsa->meth->rsa_keygen)
    -		return rsa->meth->rsa_keygen(rsa, bits, e_value, cb);
    +    if (rsa->meth->rsa_keygen)
    +        return rsa->meth->rsa_keygen(rsa, bits, e_value, cb);
     #ifdef OPENSSL_FIPS
    -	if (FIPS_mode())
    -		return FIPS_rsa_generate_key_ex(rsa, bits, e_value, cb);
    +    if (FIPS_mode())
    +        return FIPS_rsa_generate_key_ex(rsa, bits, e_value, cb);
     #endif
    -	return rsa_builtin_keygen(rsa, bits, e_value, cb);
    -	}
    -
    -static int rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb)
    -	{
    -	BIGNUM *r0=NULL,*r1=NULL,*r2=NULL,*r3=NULL,*tmp;
    -	BIGNUM local_r0,local_d,local_p;
    -	BIGNUM *pr0,*d,*p;
    -	int bitsp,bitsq,ok= -1,n=0;
    -	BN_CTX *ctx=NULL;
    -
    -	ctx=BN_CTX_new();
    -	if (ctx == NULL) goto err;
    -	BN_CTX_start(ctx);
    -	r0 = BN_CTX_get(ctx);
    -	r1 = BN_CTX_get(ctx);
    -	r2 = BN_CTX_get(ctx);
    -	r3 = BN_CTX_get(ctx);
    -	if (r3 == NULL) goto err;
    -
    -	bitsp=(bits+1)/2;
    -	bitsq=bits-bitsp;
    -
    -	/* We need the RSA components non-NULL */
    -	if(!rsa->n && ((rsa->n=BN_new()) == NULL)) goto err;
    -	if(!rsa->d && ((rsa->d=BN_new()) == NULL)) goto err;
    -	if(!rsa->e && ((rsa->e=BN_new()) == NULL)) goto err;
    -	if(!rsa->p && ((rsa->p=BN_new()) == NULL)) goto err;
    -	if(!rsa->q && ((rsa->q=BN_new()) == NULL)) goto err;
    -	if(!rsa->dmp1 && ((rsa->dmp1=BN_new()) == NULL)) goto err;
    -	if(!rsa->dmq1 && ((rsa->dmq1=BN_new()) == NULL)) goto err;
    -	if(!rsa->iqmp && ((rsa->iqmp=BN_new()) == NULL)) goto err;
    -
    -	BN_copy(rsa->e, e_value);
    -
    -	/* generate p and q */
    -	for (;;)
    -		{
    -		if(!BN_generate_prime_ex(rsa->p, bitsp, 0, NULL, NULL, cb))
    -			goto err;
    -		if (!BN_sub(r2,rsa->p,BN_value_one())) goto err;
    -		if (!BN_gcd(r1,r2,rsa->e,ctx)) goto err;
    -		if (BN_is_one(r1)) break;
    -		if(!BN_GENCB_call(cb, 2, n++))
    -			goto err;
    -		}
    -	if(!BN_GENCB_call(cb, 3, 0))
    -		goto err;
    -	for (;;)
    -		{
    -		/* When generating ridiculously small keys, we can get stuck
    -		 * continually regenerating the same prime values. Check for
    -		 * this and bail if it happens 3 times. */
    -		unsigned int degenerate = 0;
    -		do
    -			{
    -			if(!BN_generate_prime_ex(rsa->q, bitsq, 0, NULL, NULL, cb))
    -				goto err;
    -			} while((BN_cmp(rsa->p, rsa->q) == 0) && (++degenerate < 3));
    -		if(degenerate == 3)
    -			{
    -			ok = 0; /* we set our own err */
    -			RSAerr(RSA_F_RSA_BUILTIN_KEYGEN,RSA_R_KEY_SIZE_TOO_SMALL);
    -			goto err;
    -			}
    -		if (!BN_sub(r2,rsa->q,BN_value_one())) goto err;
    -		if (!BN_gcd(r1,r2,rsa->e,ctx)) goto err;
    -		if (BN_is_one(r1))
    -			break;
    -		if(!BN_GENCB_call(cb, 2, n++))
    -			goto err;
    -		}
    -	if(!BN_GENCB_call(cb, 3, 1))
    -		goto err;
    -	if (BN_cmp(rsa->p,rsa->q) < 0)
    -		{
    -		tmp=rsa->p;
    -		rsa->p=rsa->q;
    -		rsa->q=tmp;
    -		}
    -
    -	/* calculate n */
    -	if (!BN_mul(rsa->n,rsa->p,rsa->q,ctx)) goto err;
    -
    -	/* calculate d */
    -	if (!BN_sub(r1,rsa->p,BN_value_one())) goto err;	/* p-1 */
    -	if (!BN_sub(r2,rsa->q,BN_value_one())) goto err;	/* q-1 */
    -	if (!BN_mul(r0,r1,r2,ctx)) goto err;	/* (p-1)(q-1) */
    -	if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME))
    -		{
    -		  pr0 = &local_r0;
    -		  BN_with_flags(pr0, r0, BN_FLG_CONSTTIME);
    -		}
    -	else
    -	  pr0 = r0;
    -	if (!BN_mod_inverse(rsa->d,rsa->e,pr0,ctx)) goto err;	/* d */
    -
    -	/* set up d for correct BN_FLG_CONSTTIME flag */
    -	if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME))
    -		{
    -		d = &local_d;
    -		BN_with_flags(d, rsa->d, BN_FLG_CONSTTIME);
    -		}
    -	else
    -		d = rsa->d;
    -
    -	/* calculate d mod (p-1) */
    -	if (!BN_mod(rsa->dmp1,d,r1,ctx)) goto err;
    -
    -	/* calculate d mod (q-1) */
    -	if (!BN_mod(rsa->dmq1,d,r2,ctx)) goto err;
    -
    -	/* calculate inverse of q mod p */
    -	if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME))
    -		{
    -		p = &local_p;
    -		BN_with_flags(p, rsa->p, BN_FLG_CONSTTIME);
    -		}
    -	else
    -		p = rsa->p;
    -	if (!BN_mod_inverse(rsa->iqmp,rsa->q,p,ctx)) goto err;
    -
    -	ok=1;
    -err:
    -	if (ok == -1)
    -		{
    -		RSAerr(RSA_F_RSA_BUILTIN_KEYGEN,ERR_LIB_BN);
    -		ok=0;
    -		}
    -	if (ctx != NULL)
    -		{
    -		BN_CTX_end(ctx);
    -		BN_CTX_free(ctx);
    -		}
    -
    -	return ok;
    -	}
    -
    +    return rsa_builtin_keygen(rsa, bits, e_value, cb);
    +}
    +
    +static int rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value,
    +                              BN_GENCB *cb)
    +{
    +    BIGNUM *r0 = NULL, *r1 = NULL, *r2 = NULL, *r3 = NULL, *tmp;
    +    BIGNUM local_r0, local_d, local_p;
    +    BIGNUM *pr0, *d, *p;
    +    int bitsp, bitsq, ok = -1, n = 0;
    +    BN_CTX *ctx = NULL;
    +
    +    ctx = BN_CTX_new();
    +    if (ctx == NULL)
    +        goto err;
    +    BN_CTX_start(ctx);
    +    r0 = BN_CTX_get(ctx);
    +    r1 = BN_CTX_get(ctx);
    +    r2 = BN_CTX_get(ctx);
    +    r3 = BN_CTX_get(ctx);
    +    if (r3 == NULL)
    +        goto err;
    +
    +    bitsp = (bits + 1) / 2;
    +    bitsq = bits - bitsp;
    +
    +    /* We need the RSA components non-NULL */
    +    if (!rsa->n && ((rsa->n = BN_new()) == NULL))
    +        goto err;
    +    if (!rsa->d && ((rsa->d = BN_new()) == NULL))
    +        goto err;
    +    if (!rsa->e && ((rsa->e = BN_new()) == NULL))
    +        goto err;
    +    if (!rsa->p && ((rsa->p = BN_new()) == NULL))
    +        goto err;
    +    if (!rsa->q && ((rsa->q = BN_new()) == NULL))
    +        goto err;
    +    if (!rsa->dmp1 && ((rsa->dmp1 = BN_new()) == NULL))
    +        goto err;
    +    if (!rsa->dmq1 && ((rsa->dmq1 = BN_new()) == NULL))
    +        goto err;
    +    if (!rsa->iqmp && ((rsa->iqmp = BN_new()) == NULL))
    +        goto err;
    +
    +    BN_copy(rsa->e, e_value);
    +
    +    /* generate p and q */
    +    for (;;) {
    +        if (!BN_generate_prime_ex(rsa->p, bitsp, 0, NULL, NULL, cb))
    +            goto err;
    +        if (!BN_sub(r2, rsa->p, BN_value_one()))
    +            goto err;
    +        if (!BN_gcd(r1, r2, rsa->e, ctx))
    +            goto err;
    +        if (BN_is_one(r1))
    +            break;
    +        if (!BN_GENCB_call(cb, 2, n++))
    +            goto err;
    +    }
    +    if (!BN_GENCB_call(cb, 3, 0))
    +        goto err;
    +    for (;;) {
    +        /*
    +         * When generating ridiculously small keys, we can get stuck
    +         * continually regenerating the same prime values. Check for this and
    +         * bail if it happens 3 times.
    +         */
    +        unsigned int degenerate = 0;
    +        do {
    +            if (!BN_generate_prime_ex(rsa->q, bitsq, 0, NULL, NULL, cb))
    +                goto err;
    +        } while ((BN_cmp(rsa->p, rsa->q) == 0) && (++degenerate < 3));
    +        if (degenerate == 3) {
    +            ok = 0;             /* we set our own err */
    +            RSAerr(RSA_F_RSA_BUILTIN_KEYGEN, RSA_R_KEY_SIZE_TOO_SMALL);
    +            goto err;
    +        }
    +        if (!BN_sub(r2, rsa->q, BN_value_one()))
    +            goto err;
    +        if (!BN_gcd(r1, r2, rsa->e, ctx))
    +            goto err;
    +        if (BN_is_one(r1))
    +            break;
    +        if (!BN_GENCB_call(cb, 2, n++))
    +            goto err;
    +    }
    +    if (!BN_GENCB_call(cb, 3, 1))
    +        goto err;
    +    if (BN_cmp(rsa->p, rsa->q) < 0) {
    +        tmp = rsa->p;
    +        rsa->p = rsa->q;
    +        rsa->q = tmp;
    +    }
    +
    +    /* calculate n */
    +    if (!BN_mul(rsa->n, rsa->p, rsa->q, ctx))
    +        goto err;
    +
    +    /* calculate d */
    +    if (!BN_sub(r1, rsa->p, BN_value_one()))
    +        goto err;               /* p-1 */
    +    if (!BN_sub(r2, rsa->q, BN_value_one()))
    +        goto err;               /* q-1 */
    +    if (!BN_mul(r0, r1, r2, ctx))
    +        goto err;               /* (p-1)(q-1) */
    +    if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME)) {
    +        pr0 = &local_r0;
    +        BN_with_flags(pr0, r0, BN_FLG_CONSTTIME);
    +    } else
    +        pr0 = r0;
    +    if (!BN_mod_inverse(rsa->d, rsa->e, pr0, ctx))
    +        goto err;               /* d */
    +
    +    /* set up d for correct BN_FLG_CONSTTIME flag */
    +    if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME)) {
    +        d = &local_d;
    +        BN_with_flags(d, rsa->d, BN_FLG_CONSTTIME);
    +    } else
    +        d = rsa->d;
    +
    +    /* calculate d mod (p-1) */
    +    if (!BN_mod(rsa->dmp1, d, r1, ctx))
    +        goto err;
    +
    +    /* calculate d mod (q-1) */
    +    if (!BN_mod(rsa->dmq1, d, r2, ctx))
    +        goto err;
    +
    +    /* calculate inverse of q mod p */
    +    if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME)) {
    +        p = &local_p;
    +        BN_with_flags(p, rsa->p, BN_FLG_CONSTTIME);
    +    } else
    +        p = rsa->p;
    +    if (!BN_mod_inverse(rsa->iqmp, rsa->q, p, ctx))
    +        goto err;
    +
    +    ok = 1;
    + err:
    +    if (ok == -1) {
    +        RSAerr(RSA_F_RSA_BUILTIN_KEYGEN, ERR_LIB_BN);
    +        ok = 0;
    +    }
    +    if (ctx != NULL) {
    +        BN_CTX_end(ctx);
    +        BN_CTX_free(ctx);
    +    }
    +
    +    return ok;
    +}
    diff --git a/openssl/crypto/rsa/rsa_lib.c b/openssl/crypto/rsa/rsa_lib.c
    index c95ceafc8..a6805debc 100644
    --- a/openssl/crypto/rsa/rsa_lib.c
    +++ b/openssl/crypto/rsa/rsa_lib.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -64,270 +64,273 @@
     #include 
     #include 
     #ifndef OPENSSL_NO_ENGINE
    -#include 
    +# include 
     #endif
     
     #ifdef OPENSSL_FIPS
    -#include 
    +# include 
     #endif
     
    -const char RSA_version[]="RSA" OPENSSL_VERSION_PTEXT;
    +const char RSA_version[] = "RSA" OPENSSL_VERSION_PTEXT;
     
    -static const RSA_METHOD *default_RSA_meth=NULL;
    +static const RSA_METHOD *default_RSA_meth = NULL;
     
     RSA *RSA_new(void)
    -	{
    -	RSA *r=RSA_new_method(NULL);
    +{
    +    RSA *r = RSA_new_method(NULL);
     
    -	return r;
    -	}
    +    return r;
    +}
     
     void RSA_set_default_method(const RSA_METHOD *meth)
    -	{
    -	default_RSA_meth = meth;
    -	}
    +{
    +    default_RSA_meth = meth;
    +}
     
     const RSA_METHOD *RSA_get_default_method(void)
    -	{
    -	if (default_RSA_meth == NULL)
    -		{
    +{
    +    if (default_RSA_meth == NULL) {
     #ifdef OPENSSL_FIPS
    -		if (FIPS_mode())
    -			return FIPS_rsa_pkcs1_ssleay();
    -		else
    -			return RSA_PKCS1_SSLeay();
    -#else
    -#ifdef RSA_NULL
    -		default_RSA_meth=RSA_null_method();
    +        if (FIPS_mode())
    +            return FIPS_rsa_pkcs1_ssleay();
    +        else
    +            return RSA_PKCS1_SSLeay();
     #else
    -		default_RSA_meth=RSA_PKCS1_SSLeay();
    +# ifdef RSA_NULL
    +        default_RSA_meth = RSA_null_method();
    +# else
    +        default_RSA_meth = RSA_PKCS1_SSLeay();
    +# endif
     #endif
    -#endif
    -		}
    +    }
     
    -	return default_RSA_meth;
    -	}
    +    return default_RSA_meth;
    +}
     
     const RSA_METHOD *RSA_get_method(const RSA *rsa)
    -	{
    -	return rsa->meth;
    -	}
    +{
    +    return rsa->meth;
    +}
     
     int RSA_set_method(RSA *rsa, const RSA_METHOD *meth)
    -	{
    -	/* NB: The caller is specifically setting a method, so it's not up to us
    -	 * to deal with which ENGINE it comes from. */
    -	const RSA_METHOD *mtmp;
    -	mtmp = rsa->meth;
    -	if (mtmp->finish) mtmp->finish(rsa);
    +{
    +    /*
    +     * NB: The caller is specifically setting a method, so it's not up to us
    +     * to deal with which ENGINE it comes from.
    +     */
    +    const RSA_METHOD *mtmp;
    +    mtmp = rsa->meth;
    +    if (mtmp->finish)
    +        mtmp->finish(rsa);
     #ifndef OPENSSL_NO_ENGINE
    -	if (rsa->engine)
    -		{
    -		ENGINE_finish(rsa->engine);
    -		rsa->engine = NULL;
    -		}
    +    if (rsa->engine) {
    +        ENGINE_finish(rsa->engine);
    +        rsa->engine = NULL;
    +    }
     #endif
    -	rsa->meth = meth;
    -	if (meth->init) meth->init(rsa);
    -	return 1;
    -	}
    +    rsa->meth = meth;
    +    if (meth->init)
    +        meth->init(rsa);
    +    return 1;
    +}
     
     RSA *RSA_new_method(ENGINE *engine)
    -	{
    -	RSA *ret;
    +{
    +    RSA *ret;
     
    -	ret=(RSA *)OPENSSL_malloc(sizeof(RSA));
    -	if (ret == NULL)
    -		{
    -		RSAerr(RSA_F_RSA_NEW_METHOD,ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -		}
    +    ret = (RSA *)OPENSSL_malloc(sizeof(RSA));
    +    if (ret == NULL) {
    +        RSAerr(RSA_F_RSA_NEW_METHOD, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
     
    -	ret->meth = RSA_get_default_method();
    +    ret->meth = RSA_get_default_method();
     #ifndef OPENSSL_NO_ENGINE
    -	if (engine)
    -		{
    -		if (!ENGINE_init(engine))
    -			{
    -			RSAerr(RSA_F_RSA_NEW_METHOD, ERR_R_ENGINE_LIB);
    -			OPENSSL_free(ret);
    -			return NULL;
    -			}
    -		ret->engine = engine;
    -		}
    -	else
    -		ret->engine = ENGINE_get_default_RSA();
    -	if(ret->engine)
    -		{
    -		ret->meth = ENGINE_get_RSA(ret->engine);
    -		if(!ret->meth)
    -			{
    -			RSAerr(RSA_F_RSA_NEW_METHOD,
    -				ERR_R_ENGINE_LIB);
    -			ENGINE_finish(ret->engine);
    -			OPENSSL_free(ret);
    -			return NULL;
    -			}
    -		}
    +    if (engine) {
    +        if (!ENGINE_init(engine)) {
    +            RSAerr(RSA_F_RSA_NEW_METHOD, ERR_R_ENGINE_LIB);
    +            OPENSSL_free(ret);
    +            return NULL;
    +        }
    +        ret->engine = engine;
    +    } else
    +        ret->engine = ENGINE_get_default_RSA();
    +    if (ret->engine) {
    +        ret->meth = ENGINE_get_RSA(ret->engine);
    +        if (!ret->meth) {
    +            RSAerr(RSA_F_RSA_NEW_METHOD, ERR_R_ENGINE_LIB);
    +            ENGINE_finish(ret->engine);
    +            OPENSSL_free(ret);
    +            return NULL;
    +        }
    +    }
     #endif
     
    -	ret->pad=0;
    -	ret->version=0;
    -	ret->n=NULL;
    -	ret->e=NULL;
    -	ret->d=NULL;
    -	ret->p=NULL;
    -	ret->q=NULL;
    -	ret->dmp1=NULL;
    -	ret->dmq1=NULL;
    -	ret->iqmp=NULL;
    -	ret->references=1;
    -	ret->_method_mod_n=NULL;
    -	ret->_method_mod_p=NULL;
    -	ret->_method_mod_q=NULL;
    -	ret->blinding=NULL;
    -	ret->mt_blinding=NULL;
    -	ret->bignum_data=NULL;
    -	ret->flags=ret->meth->flags & ~RSA_FLAG_NON_FIPS_ALLOW;
    -	if (!CRYPTO_new_ex_data(CRYPTO_EX_INDEX_RSA, ret, &ret->ex_data))
    -		{
    +    ret->pad = 0;
    +    ret->version = 0;
    +    ret->n = NULL;
    +    ret->e = NULL;
    +    ret->d = NULL;
    +    ret->p = NULL;
    +    ret->q = NULL;
    +    ret->dmp1 = NULL;
    +    ret->dmq1 = NULL;
    +    ret->iqmp = NULL;
    +    ret->references = 1;
    +    ret->_method_mod_n = NULL;
    +    ret->_method_mod_p = NULL;
    +    ret->_method_mod_q = NULL;
    +    ret->blinding = NULL;
    +    ret->mt_blinding = NULL;
    +    ret->bignum_data = NULL;
    +    ret->flags = ret->meth->flags & ~RSA_FLAG_NON_FIPS_ALLOW;
    +    if (!CRYPTO_new_ex_data(CRYPTO_EX_INDEX_RSA, ret, &ret->ex_data)) {
     #ifndef OPENSSL_NO_ENGINE
    -	if (ret->engine)
    -		ENGINE_finish(ret->engine);
    +        if (ret->engine)
    +            ENGINE_finish(ret->engine);
     #endif
    -		OPENSSL_free(ret);
    -		return(NULL);
    -		}
    +        OPENSSL_free(ret);
    +        return (NULL);
    +    }
     
    -	if ((ret->meth->init != NULL) && !ret->meth->init(ret))
    -		{
    +    if ((ret->meth->init != NULL) && !ret->meth->init(ret)) {
     #ifndef OPENSSL_NO_ENGINE
    -		if (ret->engine)
    -			ENGINE_finish(ret->engine);
    +        if (ret->engine)
    +            ENGINE_finish(ret->engine);
     #endif
    -		CRYPTO_free_ex_data(CRYPTO_EX_INDEX_RSA, ret, &ret->ex_data);
    -		OPENSSL_free(ret);
    -		ret=NULL;
    -		}
    -	return(ret);
    -	}
    +        CRYPTO_free_ex_data(CRYPTO_EX_INDEX_RSA, ret, &ret->ex_data);
    +        OPENSSL_free(ret);
    +        ret = NULL;
    +    }
    +    return (ret);
    +}
     
     void RSA_free(RSA *r)
    -	{
    -	int i;
    +{
    +    int i;
     
    -	if (r == NULL) return;
    +    if (r == NULL)
    +        return;
     
    -	i=CRYPTO_add(&r->references,-1,CRYPTO_LOCK_RSA);
    +    i = CRYPTO_add(&r->references, -1, CRYPTO_LOCK_RSA);
     #ifdef REF_PRINT
    -	REF_PRINT("RSA",r);
    +    REF_PRINT("RSA", r);
     #endif
    -	if (i > 0) return;
    +    if (i > 0)
    +        return;
     #ifdef REF_CHECK
    -	if (i < 0)
    -		{
    -		fprintf(stderr,"RSA_free, bad reference count\n");
    -		abort();
    -		}
    +    if (i < 0) {
    +        fprintf(stderr, "RSA_free, bad reference count\n");
    +        abort();
    +    }
     #endif
     
    -	if (r->meth->finish)
    -		r->meth->finish(r);
    +    if (r->meth->finish)
    +        r->meth->finish(r);
     #ifndef OPENSSL_NO_ENGINE
    -	if (r->engine)
    -		ENGINE_finish(r->engine);
    +    if (r->engine)
    +        ENGINE_finish(r->engine);
     #endif
     
    -	CRYPTO_free_ex_data(CRYPTO_EX_INDEX_RSA, r, &r->ex_data);
    +    CRYPTO_free_ex_data(CRYPTO_EX_INDEX_RSA, r, &r->ex_data);
     
    -	if (r->n != NULL) BN_clear_free(r->n);
    -	if (r->e != NULL) BN_clear_free(r->e);
    -	if (r->d != NULL) BN_clear_free(r->d);
    -	if (r->p != NULL) BN_clear_free(r->p);
    -	if (r->q != NULL) BN_clear_free(r->q);
    -	if (r->dmp1 != NULL) BN_clear_free(r->dmp1);
    -	if (r->dmq1 != NULL) BN_clear_free(r->dmq1);
    -	if (r->iqmp != NULL) BN_clear_free(r->iqmp);
    -	if (r->blinding != NULL) BN_BLINDING_free(r->blinding);
    -	if (r->mt_blinding != NULL) BN_BLINDING_free(r->mt_blinding);
    -	if (r->bignum_data != NULL) OPENSSL_free_locked(r->bignum_data);
    -	OPENSSL_free(r);
    -	}
    +    if (r->n != NULL)
    +        BN_clear_free(r->n);
    +    if (r->e != NULL)
    +        BN_clear_free(r->e);
    +    if (r->d != NULL)
    +        BN_clear_free(r->d);
    +    if (r->p != NULL)
    +        BN_clear_free(r->p);
    +    if (r->q != NULL)
    +        BN_clear_free(r->q);
    +    if (r->dmp1 != NULL)
    +        BN_clear_free(r->dmp1);
    +    if (r->dmq1 != NULL)
    +        BN_clear_free(r->dmq1);
    +    if (r->iqmp != NULL)
    +        BN_clear_free(r->iqmp);
    +    if (r->blinding != NULL)
    +        BN_BLINDING_free(r->blinding);
    +    if (r->mt_blinding != NULL)
    +        BN_BLINDING_free(r->mt_blinding);
    +    if (r->bignum_data != NULL)
    +        OPENSSL_free_locked(r->bignum_data);
    +    OPENSSL_free(r);
    +}
     
     int RSA_up_ref(RSA *r)
    -	{
    -	int i = CRYPTO_add(&r->references, 1, CRYPTO_LOCK_RSA);
    +{
    +    int i = CRYPTO_add(&r->references, 1, CRYPTO_LOCK_RSA);
     #ifdef REF_PRINT
    -	REF_PRINT("RSA",r);
    +    REF_PRINT("RSA", r);
     #endif
     #ifdef REF_CHECK
    -	if (i < 2)
    -		{
    -		fprintf(stderr, "RSA_up_ref, bad reference count\n");
    -		abort();
    -		}
    +    if (i < 2) {
    +        fprintf(stderr, "RSA_up_ref, bad reference count\n");
    +        abort();
    +    }
     #endif
    -	return ((i > 1) ? 1 : 0);
    -	}
    +    return ((i > 1) ? 1 : 0);
    +}
     
     int RSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
    -	     CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func)
    -        {
    -	return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_RSA, argl, argp,
    -				new_func, dup_func, free_func);
    -        }
    +                         CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func)
    +{
    +    return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_RSA, argl, argp,
    +                                   new_func, dup_func, free_func);
    +}
     
     int RSA_set_ex_data(RSA *r, int idx, void *arg)
    -	{
    -	return(CRYPTO_set_ex_data(&r->ex_data,idx,arg));
    -	}
    +{
    +    return (CRYPTO_set_ex_data(&r->ex_data, idx, arg));
    +}
     
     void *RSA_get_ex_data(const RSA *r, int idx)
    -	{
    -	return(CRYPTO_get_ex_data(&r->ex_data,idx));
    -	}
    +{
    +    return (CRYPTO_get_ex_data(&r->ex_data, idx));
    +}
     
     int RSA_memory_lock(RSA *r)
    -	{
    -	int i,j,k,off;
    -	char *p;
    -	BIGNUM *bn,**t[6],*b;
    -	BN_ULONG *ul;
    +{
    +    int i, j, k, off;
    +    char *p;
    +    BIGNUM *bn, **t[6], *b;
    +    BN_ULONG *ul;
    +
    +    if (r->d == NULL)
    +        return (1);
    +    t[0] = &r->d;
    +    t[1] = &r->p;
    +    t[2] = &r->q;
    +    t[3] = &r->dmp1;
    +    t[4] = &r->dmq1;
    +    t[5] = &r->iqmp;
    +    k = sizeof(BIGNUM) * 6;
    +    off = k / sizeof(BN_ULONG) + 1;
    +    j = 1;
    +    for (i = 0; i < 6; i++)
    +        j += (*t[i])->top;
    +    if ((p = OPENSSL_malloc_locked((off + j) * sizeof(BN_ULONG))) == NULL) {
    +        RSAerr(RSA_F_RSA_MEMORY_LOCK, ERR_R_MALLOC_FAILURE);
    +        return (0);
    +    }
    +    bn = (BIGNUM *)p;
    +    ul = (BN_ULONG *)&(p[off]);
    +    for (i = 0; i < 6; i++) {
    +        b = *(t[i]);
    +        *(t[i]) = &(bn[i]);
    +        memcpy((char *)&(bn[i]), (char *)b, sizeof(BIGNUM));
    +        bn[i].flags = BN_FLG_STATIC_DATA;
    +        bn[i].d = ul;
    +        memcpy((char *)ul, b->d, sizeof(BN_ULONG) * b->top);
    +        ul += b->top;
    +        BN_clear_free(b);
    +    }
     
    -	if (r->d == NULL) return(1);
    -	t[0]= &r->d;
    -	t[1]= &r->p;
    -	t[2]= &r->q;
    -	t[3]= &r->dmp1;
    -	t[4]= &r->dmq1;
    -	t[5]= &r->iqmp;
    -	k=sizeof(BIGNUM)*6;
    -	off=k/sizeof(BN_ULONG)+1;
    -	j=1;
    -	for (i=0; i<6; i++)
    -		j+= (*t[i])->top;
    -	if ((p=OPENSSL_malloc_locked((off+j)*sizeof(BN_ULONG))) == NULL)
    -		{
    -		RSAerr(RSA_F_RSA_MEMORY_LOCK,ERR_R_MALLOC_FAILURE);
    -		return(0);
    -		}
    -	bn=(BIGNUM *)p;
    -	ul=(BN_ULONG *)&(p[off]);
    -	for (i=0; i<6; i++)
    -		{
    -		b= *(t[i]);
    -		*(t[i])= &(bn[i]);
    -		memcpy((char *)&(bn[i]),(char *)b,sizeof(BIGNUM));
    -		bn[i].flags=BN_FLG_STATIC_DATA;
    -		bn[i].d=ul;
    -		memcpy((char *)ul,b->d,sizeof(BN_ULONG)*b->top);
    -		ul+=b->top;
    -		BN_clear_free(b);
    -		}
    -	
    -	/* I should fix this so it can still be done */
    -	r->flags&= ~(RSA_FLAG_CACHE_PRIVATE|RSA_FLAG_CACHE_PUBLIC);
    +    /* I should fix this so it can still be done */
    +    r->flags &= ~(RSA_FLAG_CACHE_PRIVATE | RSA_FLAG_CACHE_PUBLIC);
     
    -	r->bignum_data=p;
    -	return(1);
    -	}
    +    r->bignum_data = p;
    +    return (1);
    +}
    diff --git a/openssl/crypto/rsa/rsa_locl.h b/openssl/crypto/rsa/rsa_locl.h
    index f5d2d5662..3e88187d9 100644
    --- a/openssl/crypto/rsa/rsa_locl.h
    +++ b/openssl/crypto/rsa/rsa_locl.h
    @@ -1,4 +1,4 @@
    -extern int int_rsa_verify(int dtype, const unsigned char *m, unsigned int m_len,
    -		unsigned char *rm, size_t *prm_len,
    -		const unsigned char *sigbuf, size_t siglen,
    -		RSA *rsa);
    +extern int int_rsa_verify(int dtype, const unsigned char *m,
    +                          unsigned int m_len, unsigned char *rm,
    +                          size_t *prm_len, const unsigned char *sigbuf,
    +                          size_t siglen, RSA *rsa);
    diff --git a/openssl/crypto/rsa/rsa_none.c b/openssl/crypto/rsa/rsa_none.c
    index e6f3e627c..982b31f28 100644
    --- a/openssl/crypto/rsa/rsa_none.c
    +++ b/openssl/crypto/rsa/rsa_none.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,36 +63,32 @@
     #include 
     
     int RSA_padding_add_none(unsigned char *to, int tlen,
    -	const unsigned char *from, int flen)
    -	{
    -	if (flen > tlen)
    -		{
    -		RSAerr(RSA_F_RSA_PADDING_ADD_NONE,RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE);
    -		return(0);
    -		}
    +                         const unsigned char *from, int flen)
    +{
    +    if (flen > tlen) {
    +        RSAerr(RSA_F_RSA_PADDING_ADD_NONE, RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE);
    +        return (0);
    +    }
     
    -	if (flen < tlen)
    -		{
    -		RSAerr(RSA_F_RSA_PADDING_ADD_NONE,RSA_R_DATA_TOO_SMALL_FOR_KEY_SIZE);
    -		return(0);
    -		}
    -	
    -	memcpy(to,from,(unsigned int)flen);
    -	return(1);
    -	}
    +    if (flen < tlen) {
    +        RSAerr(RSA_F_RSA_PADDING_ADD_NONE, RSA_R_DATA_TOO_SMALL_FOR_KEY_SIZE);
    +        return (0);
    +    }
     
    -int RSA_padding_check_none(unsigned char *to, int tlen,
    -	const unsigned char *from, int flen, int num)
    -	{
    +    memcpy(to, from, (unsigned int)flen);
    +    return (1);
    +}
     
    -	if (flen > tlen)
    -		{
    -		RSAerr(RSA_F_RSA_PADDING_CHECK_NONE,RSA_R_DATA_TOO_LARGE);
    -		return(-1);
    -		}
    +int RSA_padding_check_none(unsigned char *to, int tlen,
    +                           const unsigned char *from, int flen, int num)
    +{
     
    -	memset(to,0,tlen-flen);
    -	memcpy(to+tlen-flen,from,flen);
    -	return(tlen);
    -	}
    +    if (flen > tlen) {
    +        RSAerr(RSA_F_RSA_PADDING_CHECK_NONE, RSA_R_DATA_TOO_LARGE);
    +        return (-1);
    +    }
     
    +    memset(to, 0, tlen - flen);
    +    memcpy(to + tlen - flen, from, flen);
    +    return (tlen);
    +}
    diff --git a/openssl/crypto/rsa/rsa_null.c b/openssl/crypto/rsa/rsa_null.c
    index 2f2202f14..241b431ad 100644
    --- a/openssl/crypto/rsa/rsa_null.c
    +++ b/openssl/crypto/rsa/rsa_null.c
    @@ -1,6 +1,7 @@
     /* rsa_null.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,7 +63,8 @@
     #include 
     #include 
     
    -/* This is a dummy RSA implementation that just returns errors when called.
    +/*
    + * This is a dummy RSA implementation that just returns errors when called.
      * It is designed to allow some RSA functions to work while stopping those
      * covered by the RSA patent. That is RSA, encryption, decryption, signing
      * and verify is not allowed but RSA key generation, key checking and other
    @@ -70,82 +72,84 @@
      */
     
     static int RSA_null_public_encrypt(int flen, const unsigned char *from,
    -		unsigned char *to, RSA *rsa,int padding);
    +                                   unsigned char *to, RSA *rsa, int padding);
     static int RSA_null_private_encrypt(int flen, const unsigned char *from,
    -		unsigned char *to, RSA *rsa,int padding);
    +                                    unsigned char *to, RSA *rsa, int padding);
     static int RSA_null_public_decrypt(int flen, const unsigned char *from,
    -		unsigned char *to, RSA *rsa,int padding);
    +                                   unsigned char *to, RSA *rsa, int padding);
     static int RSA_null_private_decrypt(int flen, const unsigned char *from,
    -		unsigned char *to, RSA *rsa,int padding);
    -#if 0 /* not currently used */
    +                                    unsigned char *to, RSA *rsa, int padding);
    +#if 0                           /* not currently used */
     static int RSA_null_mod_exp(const BIGNUM *r0, const BIGNUM *i, RSA *rsa);
     #endif
     static int RSA_null_init(RSA *rsa);
     static int RSA_null_finish(RSA *rsa);
    -static RSA_METHOD rsa_null_meth={
    -	"Null RSA",
    -	RSA_null_public_encrypt,
    -	RSA_null_public_decrypt,
    -	RSA_null_private_encrypt,
    -	RSA_null_private_decrypt,
    -	NULL,
    -	NULL,
    -	RSA_null_init,
    -	RSA_null_finish,
    -	0,
    -	NULL,
    -	NULL,
    -	NULL,
    -	NULL
    -	};
    +static RSA_METHOD rsa_null_meth = {
    +    "Null RSA",
    +    RSA_null_public_encrypt,
    +    RSA_null_public_decrypt,
    +    RSA_null_private_encrypt,
    +    RSA_null_private_decrypt,
    +    NULL,
    +    NULL,
    +    RSA_null_init,
    +    RSA_null_finish,
    +    0,
    +    NULL,
    +    NULL,
    +    NULL,
    +    NULL
    +};
     
     const RSA_METHOD *RSA_null_method(void)
    -	{
    -	return(&rsa_null_meth);
    -	}
    +{
    +    return (&rsa_null_meth);
    +}
     
     static int RSA_null_public_encrypt(int flen, const unsigned char *from,
    -	     unsigned char *to, RSA *rsa, int padding)
    -	{
    -	RSAerr(RSA_F_RSA_NULL_PUBLIC_ENCRYPT, RSA_R_RSA_OPERATIONS_NOT_SUPPORTED);
    -	return -1;
    -	}
    +                                   unsigned char *to, RSA *rsa, int padding)
    +{
    +    RSAerr(RSA_F_RSA_NULL_PUBLIC_ENCRYPT, RSA_R_RSA_OPERATIONS_NOT_SUPPORTED);
    +    return -1;
    +}
     
     static int RSA_null_private_encrypt(int flen, const unsigned char *from,
    -	     unsigned char *to, RSA *rsa, int padding)
    -	{
    -	RSAerr(RSA_F_RSA_NULL_PRIVATE_ENCRYPT, RSA_R_RSA_OPERATIONS_NOT_SUPPORTED);
    -	return -1;
    -	}
    +                                    unsigned char *to, RSA *rsa, int padding)
    +{
    +    RSAerr(RSA_F_RSA_NULL_PRIVATE_ENCRYPT,
    +           RSA_R_RSA_OPERATIONS_NOT_SUPPORTED);
    +    return -1;
    +}
     
     static int RSA_null_private_decrypt(int flen, const unsigned char *from,
    -	     unsigned char *to, RSA *rsa, int padding)
    -	{
    -	RSAerr(RSA_F_RSA_NULL_PRIVATE_DECRYPT, RSA_R_RSA_OPERATIONS_NOT_SUPPORTED);
    -	return -1;
    -	}
    +                                    unsigned char *to, RSA *rsa, int padding)
    +{
    +    RSAerr(RSA_F_RSA_NULL_PRIVATE_DECRYPT,
    +           RSA_R_RSA_OPERATIONS_NOT_SUPPORTED);
    +    return -1;
    +}
     
     static int RSA_null_public_decrypt(int flen, const unsigned char *from,
    -	     unsigned char *to, RSA *rsa, int padding)
    -	{
    -	RSAerr(RSA_F_RSA_NULL_PUBLIC_DECRYPT, RSA_R_RSA_OPERATIONS_NOT_SUPPORTED);
    -	return -1;
    -	}
    +                                   unsigned char *to, RSA *rsa, int padding)
    +{
    +    RSAerr(RSA_F_RSA_NULL_PUBLIC_DECRYPT, RSA_R_RSA_OPERATIONS_NOT_SUPPORTED);
    +    return -1;
    +}
     
    -#if 0 /* not currently used */
    +#if 0                           /* not currently used */
     static int RSA_null_mod_exp(BIGNUM *r0, BIGNUM *I, RSA *rsa)
    -	{
    -	...err(RSA_F_RSA_NULL_MOD_EXP, RSA_R_RSA_OPERATIONS_NOT_SUPPORTED);
    -	return -1;
    -	}
    +{
    +    ... err(RSA_F_RSA_NULL_MOD_EXP, RSA_R_RSA_OPERATIONS_NOT_SUPPORTED);
    +    return -1;
    +}
     #endif
     
     static int RSA_null_init(RSA *rsa)
    -	{
    -	return(1);
    -	}
    +{
    +    return (1);
    +}
     
     static int RSA_null_finish(RSA *rsa)
    -	{
    -	return(1);
    -	}
    +{
    +    return (1);
    +}
    diff --git a/openssl/crypto/rsa/rsa_oaep.c b/openssl/crypto/rsa/rsa_oaep.c
    index c36333199..9c2a943cf 100644
    --- a/openssl/crypto/rsa/rsa_oaep.c
    +++ b/openssl/crypto/rsa/rsa_oaep.c
    @@ -1,261 +1,283 @@
     /* crypto/rsa/rsa_oaep.c */
    -/* Written by Ulf Moeller. This software is distributed on an "AS IS"
    -   basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. */
    +/*
    + * Written by Ulf Moeller. This software is distributed on an "AS IS" basis,
    + * WITHOUT WARRANTY OF ANY KIND, either express or implied.
    + */
     
     /* EME-OAEP as defined in RFC 2437 (PKCS #1 v2.0) */
     
    -/* See Victor Shoup, "OAEP reconsidered," Nov. 2000,
    - * 
    - * for problems with the security proof for the
    - * original OAEP scheme, which EME-OAEP is based on.
    - * 
    - * A new proof can be found in E. Fujisaki, T. Okamoto,
    - * D. Pointcheval, J. Stern, "RSA-OEAP is Still Alive!",
    - * Dec. 2000, .
    - * The new proof has stronger requirements for the
    - * underlying permutation: "partial-one-wayness" instead
    - * of one-wayness.  For the RSA function, this is
    - * an equivalent notion.
    +/*
    + * See Victor Shoup, "OAEP reconsidered," Nov. 2000,  for problems with the security
    + * proof for the original OAEP scheme, which EME-OAEP is based on. A new
    + * proof can be found in E. Fujisaki, T. Okamoto, D. Pointcheval, J. Stern,
    + * "RSA-OEAP is Still Alive!", Dec. 2000, . The new proof has stronger requirements
    + * for the underlying permutation: "partial-one-wayness" instead of
    + * one-wayness.  For the RSA function, this is an equivalent notion.
      */
     
     #include "constant_time_locl.h"
     
     #if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA1)
    -#include 
    -#include "cryptlib.h"
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -
    -static int MGF1(unsigned char *mask, long len,
    -	const unsigned char *seed, long seedlen);
    +# include 
    +# include "cryptlib.h"
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
     
     int RSA_padding_add_PKCS1_OAEP(unsigned char *to, int tlen,
    -	const unsigned char *from, int flen,
    -	const unsigned char *param, int plen)
    -	{
    -	int i, emlen = tlen - 1;
    -	unsigned char *db, *seed;
    -	unsigned char *dbmask, seedmask[SHA_DIGEST_LENGTH];
    -
    -	if (flen > emlen - 2 * SHA_DIGEST_LENGTH - 1)
    -		{
    -		RSAerr(RSA_F_RSA_PADDING_ADD_PKCS1_OAEP,
    -		   RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE);
    -		return 0;
    -		}
    -
    -	if (emlen < 2 * SHA_DIGEST_LENGTH + 1)
    -		{
    -		RSAerr(RSA_F_RSA_PADDING_ADD_PKCS1_OAEP, RSA_R_KEY_SIZE_TOO_SMALL);
    -		return 0;
    -		}
    -
    -	to[0] = 0;
    -	seed = to + 1;
    -	db = to + SHA_DIGEST_LENGTH + 1;
    -
    -	if (!EVP_Digest((void *)param, plen, db, NULL, EVP_sha1(), NULL))
    -		return 0;
    -	memset(db + SHA_DIGEST_LENGTH, 0,
    -		emlen - flen - 2 * SHA_DIGEST_LENGTH - 1);
    -	db[emlen - flen - SHA_DIGEST_LENGTH - 1] = 0x01;
    -	memcpy(db + emlen - flen - SHA_DIGEST_LENGTH, from, (unsigned int) flen);
    -	if (RAND_bytes(seed, SHA_DIGEST_LENGTH) <= 0)
    -		return 0;
    -#ifdef PKCS_TESTVECT
    -	memcpy(seed,
    -	   "\xaa\xfd\x12\xf6\x59\xca\xe6\x34\x89\xb4\x79\xe5\x07\x6d\xde\xc2\xf0\x6c\xb5\x8f",
    -	   20);
    -#endif
    -
    -	dbmask = OPENSSL_malloc(emlen - SHA_DIGEST_LENGTH);
    -	if (dbmask == NULL)
    -		{
    -		RSAerr(RSA_F_RSA_PADDING_ADD_PKCS1_OAEP, ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -
    -	if (MGF1(dbmask, emlen - SHA_DIGEST_LENGTH, seed, SHA_DIGEST_LENGTH) < 0)
    -		return 0;
    -	for (i = 0; i < emlen - SHA_DIGEST_LENGTH; i++)
    -		db[i] ^= dbmask[i];
    -
    -	if (MGF1(seedmask, SHA_DIGEST_LENGTH, db, emlen - SHA_DIGEST_LENGTH) < 0)
    -		return 0;
    -	for (i = 0; i < SHA_DIGEST_LENGTH; i++)
    -		seed[i] ^= seedmask[i];
    -
    -	OPENSSL_free(dbmask);
    -	return 1;
    -	}
    +                               const unsigned char *from, int flen,
    +                               const unsigned char *param, int plen)
    +{
    +    return RSA_padding_add_PKCS1_OAEP_mgf1(to, tlen, from, flen,
    +                                           param, plen, NULL, NULL);
    +}
    +
    +int RSA_padding_add_PKCS1_OAEP_mgf1(unsigned char *to, int tlen,
    +                                    const unsigned char *from, int flen,
    +                                    const unsigned char *param, int plen,
    +                                    const EVP_MD *md, const EVP_MD *mgf1md)
    +{
    +    int i, emlen = tlen - 1;
    +    unsigned char *db, *seed;
    +    unsigned char *dbmask, seedmask[EVP_MAX_MD_SIZE];
    +    int mdlen;
    +
    +    if (md == NULL)
    +        md = EVP_sha1();
    +    if (mgf1md == NULL)
    +        mgf1md = md;
    +
    +    mdlen = EVP_MD_size(md);
    +
    +    if (flen > emlen - 2 * mdlen - 1) {
    +        RSAerr(RSA_F_RSA_PADDING_ADD_PKCS1_OAEP_MGF1,
    +               RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE);
    +        return 0;
    +    }
    +
    +    if (emlen < 2 * mdlen + 1) {
    +        RSAerr(RSA_F_RSA_PADDING_ADD_PKCS1_OAEP_MGF1,
    +               RSA_R_KEY_SIZE_TOO_SMALL);
    +        return 0;
    +    }
    +
    +    to[0] = 0;
    +    seed = to + 1;
    +    db = to + mdlen + 1;
    +
    +    if (!EVP_Digest((void *)param, plen, db, NULL, md, NULL))
    +        return 0;
    +    memset(db + mdlen, 0, emlen - flen - 2 * mdlen - 1);
    +    db[emlen - flen - mdlen - 1] = 0x01;
    +    memcpy(db + emlen - flen - mdlen, from, (unsigned int)flen);
    +    if (RAND_bytes(seed, mdlen) <= 0)
    +        return 0;
    +# ifdef PKCS_TESTVECT
    +    memcpy(seed,
    +           "\xaa\xfd\x12\xf6\x59\xca\xe6\x34\x89\xb4\x79\xe5\x07\x6d\xde\xc2\xf0\x6c\xb5\x8f",
    +           20);
    +# endif
    +
    +    dbmask = OPENSSL_malloc(emlen - mdlen);
    +    if (dbmask == NULL) {
    +        RSAerr(RSA_F_RSA_PADDING_ADD_PKCS1_OAEP_MGF1, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +
    +    if (PKCS1_MGF1(dbmask, emlen - mdlen, seed, mdlen, mgf1md) < 0)
    +        return 0;
    +    for (i = 0; i < emlen - mdlen; i++)
    +        db[i] ^= dbmask[i];
    +
    +    if (PKCS1_MGF1(seedmask, mdlen, db, emlen - mdlen, mgf1md) < 0)
    +        return 0;
    +    for (i = 0; i < mdlen; i++)
    +        seed[i] ^= seedmask[i];
    +
    +    OPENSSL_free(dbmask);
    +    return 1;
    +}
     
     int RSA_padding_check_PKCS1_OAEP(unsigned char *to, int tlen,
    -	const unsigned char *from, int flen, int num,
    -	const unsigned char *param, int plen)
    -	{
    -	int i, dblen, mlen = -1, one_index = 0, msg_index;
    -	unsigned int good, found_one_byte;
    -	const unsigned char *maskedseed, *maskeddb;
    -	/* |em| is the encoded message, zero-padded to exactly |num| bytes:
    -	 * em = Y || maskedSeed || maskedDB */
    -	unsigned char *db = NULL, *em = NULL, seed[EVP_MAX_MD_SIZE],
    -		phash[EVP_MAX_MD_SIZE];
    -
    -        if (tlen <= 0 || flen <= 0)
    -		return -1;
    -
    -	/*
    -	 * |num| is the length of the modulus; |flen| is the length of the
    -	 * encoded message. Therefore, for any |from| that was obtained by
    -	 * decrypting a ciphertext, we must have |flen| <= |num|. Similarly,
    -	 * num < 2 * SHA_DIGEST_LENGTH + 2 must hold for the modulus
    -	 * irrespective of the ciphertext, see PKCS #1 v2.2, section 7.1.2.
    -	 * This does not leak any side-channel information.
    -	 */
    -	if (num < flen || num < 2 * SHA_DIGEST_LENGTH + 2)
    -		goto decoding_err;
    -
    -	dblen = num - SHA_DIGEST_LENGTH - 1;
    -	db = OPENSSL_malloc(dblen);
    -	em = OPENSSL_malloc(num);
    -	if (db == NULL || em == NULL)
    -		{
    -		RSAerr(RSA_F_RSA_PADDING_CHECK_PKCS1_OAEP, ERR_R_MALLOC_FAILURE);
    -		goto cleanup;
    -		}
    -
    -	/*
    -	 * Always do this zero-padding copy (even when num == flen) to avoid
    -	 * leaking that information. The copy still leaks some side-channel
    -	 * information, but it's impossible to have a fixed  memory access
    -	 * pattern since we can't read out of the bounds of |from|.
    -	 *
    -	 * TODO(emilia): Consider porting BN_bn2bin_padded from BoringSSL.
    -	 */
    -	memset(em, 0, num);
    -	memcpy(em + num - flen, from, flen);
    -
    -	/*
    -	 * The first byte must be zero, however we must not leak if this is
    -	 * true. See James H. Manger, "A Chosen Ciphertext  Attack on RSA
    -	 * Optimal Asymmetric Encryption Padding (OAEP) [...]", CRYPTO 2001).
    -	 */
    -	good = constant_time_is_zero(em[0]);
    -
    -	maskedseed = em + 1;
    -	maskeddb = em + 1 + SHA_DIGEST_LENGTH;
    -
    -	if (MGF1(seed, SHA_DIGEST_LENGTH, maskeddb, dblen))
    -		goto cleanup;
    -	for (i = 0; i < SHA_DIGEST_LENGTH; i++)
    -		seed[i] ^= maskedseed[i];
    -
    -	if (MGF1(db, dblen, seed, SHA_DIGEST_LENGTH))
    -		goto cleanup;
    -	for (i = 0; i < dblen; i++)
    -		db[i] ^= maskeddb[i];
    -
    -	if (!EVP_Digest((void *)param, plen, phash, NULL, EVP_sha1(), NULL))
    -		goto cleanup;
    -
    -	good &= constant_time_is_zero(CRYPTO_memcmp(db, phash, SHA_DIGEST_LENGTH));
    -
    -	found_one_byte = 0;
    -	for (i = SHA_DIGEST_LENGTH; i < dblen; i++)
    -		{
    -		/* Padding consists of a number of 0-bytes, followed by a 1. */
    -		unsigned int equals1 = constant_time_eq(db[i], 1);
    -		unsigned int equals0 = constant_time_is_zero(db[i]);
    -		one_index = constant_time_select_int(~found_one_byte & equals1,
    -			i, one_index);
    -		found_one_byte |= equals1;
    -		good &= (found_one_byte | equals0);
    -		}
    -
    -	good &= found_one_byte;
    -
    -	/*
    -	 * At this point |good| is zero unless the plaintext was valid,
    -	 * so plaintext-awareness ensures timing side-channels are no longer a
    -	 * concern.
    -	 */
    -	if (!good)
    -		goto decoding_err;
    -
    -	msg_index = one_index + 1;
    -	mlen = dblen - msg_index;
    -
    -	if (tlen < mlen)
    -		{
    -		RSAerr(RSA_F_RSA_PADDING_CHECK_PKCS1_OAEP, RSA_R_DATA_TOO_LARGE);
    -		mlen = -1;
    -		}
    -	else
    -		{
    -		memcpy(to, db + msg_index, mlen);
    -		goto cleanup;
    -		}
    -
    -decoding_err:
    -	/* To avoid chosen ciphertext attacks, the error message should not reveal
    -	 * which kind of decoding error happened. */
    -	RSAerr(RSA_F_RSA_PADDING_CHECK_PKCS1_OAEP, RSA_R_OAEP_DECODING_ERROR);
    -cleanup:
    -	if (db != NULL) OPENSSL_free(db);
    -	if (em != NULL) OPENSSL_free(em);
    -	return mlen;
    -	}
    +                                 const unsigned char *from, int flen, int num,
    +                                 const unsigned char *param, int plen)
    +{
    +    return RSA_padding_check_PKCS1_OAEP_mgf1(to, tlen, from, flen, num,
    +                                             param, plen, NULL, NULL);
    +}
    +
    +int RSA_padding_check_PKCS1_OAEP_mgf1(unsigned char *to, int tlen,
    +                                      const unsigned char *from, int flen,
    +                                      int num, const unsigned char *param,
    +                                      int plen, const EVP_MD *md,
    +                                      const EVP_MD *mgf1md)
    +{
    +    int i, dblen, mlen = -1, one_index = 0, msg_index;
    +    unsigned int good, found_one_byte;
    +    const unsigned char *maskedseed, *maskeddb;
    +    /*
    +     * |em| is the encoded message, zero-padded to exactly |num| bytes: em =
    +     * Y || maskedSeed || maskedDB
    +     */
    +    unsigned char *db = NULL, *em = NULL, seed[EVP_MAX_MD_SIZE],
    +        phash[EVP_MAX_MD_SIZE];
    +    int mdlen;
    +
    +    if (md == NULL)
    +        md = EVP_sha1();
    +    if (mgf1md == NULL)
    +        mgf1md = md;
    +
    +    mdlen = EVP_MD_size(md);
    +
    +    if (tlen <= 0 || flen <= 0)
    +        return -1;
    +    /*
    +     * |num| is the length of the modulus; |flen| is the length of the
    +     * encoded message. Therefore, for any |from| that was obtained by
    +     * decrypting a ciphertext, we must have |flen| <= |num|. Similarly,
    +     * num < 2 * mdlen + 2 must hold for the modulus irrespective of
    +     * the ciphertext, see PKCS #1 v2.2, section 7.1.2.
    +     * This does not leak any side-channel information.
    +     */
    +    if (num < flen || num < 2 * mdlen + 2)
    +        goto decoding_err;
    +
    +    dblen = num - mdlen - 1;
    +    db = OPENSSL_malloc(dblen);
    +    em = OPENSSL_malloc(num);
    +    if (db == NULL || em == NULL) {
    +        RSAerr(RSA_F_RSA_PADDING_CHECK_PKCS1_OAEP_MGF1, ERR_R_MALLOC_FAILURE);
    +        goto cleanup;
    +    }
    +
    +    /*
    +     * Always do this zero-padding copy (even when num == flen) to avoid
    +     * leaking that information. The copy still leaks some side-channel
    +     * information, but it's impossible to have a fixed  memory access
    +     * pattern since we can't read out of the bounds of |from|.
    +     *
    +     * TODO(emilia): Consider porting BN_bn2bin_padded from BoringSSL.
    +     */
    +    memset(em, 0, num);
    +    memcpy(em + num - flen, from, flen);
    +
    +    /*
    +     * The first byte must be zero, however we must not leak if this is
    +     * true. See James H. Manger, "A Chosen Ciphertext  Attack on RSA
    +     * Optimal Asymmetric Encryption Padding (OAEP) [...]", CRYPTO 2001).
    +     */
    +    good = constant_time_is_zero(em[0]);
    +
    +    maskedseed = em + 1;
    +    maskeddb = em + 1 + mdlen;
    +
    +    if (PKCS1_MGF1(seed, mdlen, maskeddb, dblen, mgf1md))
    +        goto cleanup;
    +    for (i = 0; i < mdlen; i++)
    +        seed[i] ^= maskedseed[i];
    +
    +    if (PKCS1_MGF1(db, dblen, seed, mdlen, mgf1md))
    +        goto cleanup;
    +    for (i = 0; i < dblen; i++)
    +        db[i] ^= maskeddb[i];
    +
    +    if (!EVP_Digest((void *)param, plen, phash, NULL, md, NULL))
    +        goto cleanup;
    +
    +    good &= constant_time_is_zero(CRYPTO_memcmp(db, phash, mdlen));
    +
    +    found_one_byte = 0;
    +    for (i = mdlen; i < dblen; i++) {
    +        /*
    +         * Padding consists of a number of 0-bytes, followed by a 1.
    +         */
    +        unsigned int equals1 = constant_time_eq(db[i], 1);
    +        unsigned int equals0 = constant_time_is_zero(db[i]);
    +        one_index = constant_time_select_int(~found_one_byte & equals1,
    +                                             i, one_index);
    +        found_one_byte |= equals1;
    +        good &= (found_one_byte | equals0);
    +    }
    +
    +    good &= found_one_byte;
    +
    +    /*
    +     * At this point |good| is zero unless the plaintext was valid,
    +     * so plaintext-awareness ensures timing side-channels are no longer a
    +     * concern.
    +     */
    +    if (!good)
    +        goto decoding_err;
    +
    +    msg_index = one_index + 1;
    +    mlen = dblen - msg_index;
    +
    +    if (tlen < mlen) {
    +        RSAerr(RSA_F_RSA_PADDING_CHECK_PKCS1_OAEP_MGF1, RSA_R_DATA_TOO_LARGE);
    +        mlen = -1;
    +    } else {
    +        memcpy(to, db + msg_index, mlen);
    +        goto cleanup;
    +    }
    +
    + decoding_err:
    +    /*
    +     * To avoid chosen ciphertext attacks, the error message should not
    +     * reveal which kind of decoding error happened.
    +     */
    +    RSAerr(RSA_F_RSA_PADDING_CHECK_PKCS1_OAEP_MGF1,
    +           RSA_R_OAEP_DECODING_ERROR);
    + cleanup:
    +    if (db != NULL)
    +        OPENSSL_free(db);
    +    if (em != NULL)
    +        OPENSSL_free(em);
    +    return mlen;
    +}
     
     int PKCS1_MGF1(unsigned char *mask, long len,
    -	const unsigned char *seed, long seedlen, const EVP_MD *dgst)
    -	{
    -	long i, outlen = 0;
    -	unsigned char cnt[4];
    -	EVP_MD_CTX c;
    -	unsigned char md[EVP_MAX_MD_SIZE];
    -	int mdlen;
    -	int rv = -1;
    -
    -	EVP_MD_CTX_init(&c);
    -	mdlen = EVP_MD_size(dgst);
    -	if (mdlen < 0)
    -		goto err;
    -	for (i = 0; outlen < len; i++)
    -		{
    -		cnt[0] = (unsigned char)((i >> 24) & 255);
    -		cnt[1] = (unsigned char)((i >> 16) & 255);
    -		cnt[2] = (unsigned char)((i >> 8)) & 255;
    -		cnt[3] = (unsigned char)(i & 255);
    -		if (!EVP_DigestInit_ex(&c,dgst, NULL)
    -			|| !EVP_DigestUpdate(&c, seed, seedlen)
    -			|| !EVP_DigestUpdate(&c, cnt, 4))
    -			goto err;
    -		if (outlen + mdlen <= len)
    -			{
    -			if (!EVP_DigestFinal_ex(&c, mask + outlen, NULL))
    -				goto err;
    -			outlen += mdlen;
    -			}
    -		else
    -			{
    -			if (!EVP_DigestFinal_ex(&c, md, NULL))
    -				goto err;
    -			memcpy(mask + outlen, md, len - outlen);
    -			outlen = len;
    -			}
    -		}
    -	rv = 0;
    -	err:
    -	EVP_MD_CTX_cleanup(&c);
    -	return rv;
    -	}
    -
    -static int MGF1(unsigned char *mask, long len, const unsigned char *seed,
    -		 long seedlen)
    -	{
    -	return PKCS1_MGF1(mask, len, seed, seedlen, EVP_sha1());
    -	}
    +               const unsigned char *seed, long seedlen, const EVP_MD *dgst)
    +{
    +    long i, outlen = 0;
    +    unsigned char cnt[4];
    +    EVP_MD_CTX c;
    +    unsigned char md[EVP_MAX_MD_SIZE];
    +    int mdlen;
    +    int rv = -1;
    +
    +    EVP_MD_CTX_init(&c);
    +    mdlen = EVP_MD_size(dgst);
    +    if (mdlen < 0)
    +        goto err;
    +    for (i = 0; outlen < len; i++) {
    +        cnt[0] = (unsigned char)((i >> 24) & 255);
    +        cnt[1] = (unsigned char)((i >> 16) & 255);
    +        cnt[2] = (unsigned char)((i >> 8)) & 255;
    +        cnt[3] = (unsigned char)(i & 255);
    +        if (!EVP_DigestInit_ex(&c, dgst, NULL)
    +            || !EVP_DigestUpdate(&c, seed, seedlen)
    +            || !EVP_DigestUpdate(&c, cnt, 4))
    +            goto err;
    +        if (outlen + mdlen <= len) {
    +            if (!EVP_DigestFinal_ex(&c, mask + outlen, NULL))
    +                goto err;
    +            outlen += mdlen;
    +        } else {
    +            if (!EVP_DigestFinal_ex(&c, md, NULL))
    +                goto err;
    +            memcpy(mask + outlen, md, len - outlen);
    +            outlen = len;
    +        }
    +    }
    +    rv = 0;
    + err:
    +    EVP_MD_CTX_cleanup(&c);
    +    return rv;
    +}
    +
     #endif
    diff --git a/openssl/crypto/rsa/rsa_pk1.c b/openssl/crypto/rsa/rsa_pk1.c
    index c2da56f6c..efa1fd3e9 100644
    --- a/openssl/crypto/rsa/rsa_pk1.c
    +++ b/openssl/crypto/rsa/rsa_pk1.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -65,205 +65,211 @@
     #include 
     
     int RSA_padding_add_PKCS1_type_1(unsigned char *to, int tlen,
    -	     const unsigned char *from, int flen)
    -	{
    -	int j;
    -	unsigned char *p;
    -
    -	if (flen > (tlen-RSA_PKCS1_PADDING_SIZE))
    -		{
    -		RSAerr(RSA_F_RSA_PADDING_ADD_PKCS1_TYPE_1,RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE);
    -		return(0);
    -		}
    -	
    -	p=(unsigned char *)to;
    -
    -	*(p++)=0;
    -	*(p++)=1; /* Private Key BT (Block Type) */
    -
    -	/* pad out with 0xff data */
    -	j=tlen-3-flen;
    -	memset(p,0xff,j);
    -	p+=j;
    -	*(p++)='\0';
    -	memcpy(p,from,(unsigned int)flen);
    -	return(1);
    -	}
    +                                 const unsigned char *from, int flen)
    +{
    +    int j;
    +    unsigned char *p;
    +
    +    if (flen > (tlen - RSA_PKCS1_PADDING_SIZE)) {
    +        RSAerr(RSA_F_RSA_PADDING_ADD_PKCS1_TYPE_1,
    +               RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE);
    +        return (0);
    +    }
    +
    +    p = (unsigned char *)to;
    +
    +    *(p++) = 0;
    +    *(p++) = 1;                 /* Private Key BT (Block Type) */
    +
    +    /* pad out with 0xff data */
    +    j = tlen - 3 - flen;
    +    memset(p, 0xff, j);
    +    p += j;
    +    *(p++) = '\0';
    +    memcpy(p, from, (unsigned int)flen);
    +    return (1);
    +}
     
     int RSA_padding_check_PKCS1_type_1(unsigned char *to, int tlen,
    -	     const unsigned char *from, int flen, int num)
    -	{
    -	int i,j;
    -	const unsigned char *p;
    -
    -	p=from;
    -	if ((num != (flen+1)) || (*(p++) != 01))
    -		{
    -		RSAerr(RSA_F_RSA_PADDING_CHECK_PKCS1_TYPE_1,RSA_R_BLOCK_TYPE_IS_NOT_01);
    -		return(-1);
    -		}
    -
    -	/* scan over padding data */
    -	j=flen-1; /* one for type. */
    -	for (i=0; i tlen)
    -		{
    -		RSAerr(RSA_F_RSA_PADDING_CHECK_PKCS1_TYPE_1,RSA_R_DATA_TOO_LARGE);
    -		return(-1);
    -		}
    -	memcpy(to,p,(unsigned int)j);
    -
    -	return(j);
    -	}
    +                                   const unsigned char *from, int flen,
    +                                   int num)
    +{
    +    int i, j;
    +    const unsigned char *p;
    +
    +    p = from;
    +    if ((num != (flen + 1)) || (*(p++) != 01)) {
    +        RSAerr(RSA_F_RSA_PADDING_CHECK_PKCS1_TYPE_1,
    +               RSA_R_BLOCK_TYPE_IS_NOT_01);
    +        return (-1);
    +    }
    +
    +    /* scan over padding data */
    +    j = flen - 1;               /* one for type. */
    +    for (i = 0; i < j; i++) {
    +        if (*p != 0xff) {       /* should decrypt to 0xff */
    +            if (*p == 0) {
    +                p++;
    +                break;
    +            } else {
    +                RSAerr(RSA_F_RSA_PADDING_CHECK_PKCS1_TYPE_1,
    +                       RSA_R_BAD_FIXED_HEADER_DECRYPT);
    +                return (-1);
    +            }
    +        }
    +        p++;
    +    }
    +
    +    if (i == j) {
    +        RSAerr(RSA_F_RSA_PADDING_CHECK_PKCS1_TYPE_1,
    +               RSA_R_NULL_BEFORE_BLOCK_MISSING);
    +        return (-1);
    +    }
    +
    +    if (i < 8) {
    +        RSAerr(RSA_F_RSA_PADDING_CHECK_PKCS1_TYPE_1,
    +               RSA_R_BAD_PAD_BYTE_COUNT);
    +        return (-1);
    +    }
    +    i++;                        /* Skip over the '\0' */
    +    j -= i;
    +    if (j > tlen) {
    +        RSAerr(RSA_F_RSA_PADDING_CHECK_PKCS1_TYPE_1, RSA_R_DATA_TOO_LARGE);
    +        return (-1);
    +    }
    +    memcpy(to, p, (unsigned int)j);
    +
    +    return (j);
    +}
     
     int RSA_padding_add_PKCS1_type_2(unsigned char *to, int tlen,
    -	     const unsigned char *from, int flen)
    -	{
    -	int i,j;
    -	unsigned char *p;
    -	
    -	if (flen > (tlen-11))
    -		{
    -		RSAerr(RSA_F_RSA_PADDING_ADD_PKCS1_TYPE_2,RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE);
    -		return(0);
    -		}
    -	
    -	p=(unsigned char *)to;
    -
    -	*(p++)=0;
    -	*(p++)=2; /* Public Key BT (Block Type) */
    -
    -	/* pad out with non-zero random data */
    -	j=tlen-3-flen;
    -
    -	if (RAND_bytes(p,j) <= 0)
    -		return(0);
    -	for (i=0; i (tlen - 11)) {
    +        RSAerr(RSA_F_RSA_PADDING_ADD_PKCS1_TYPE_2,
    +               RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE);
    +        return (0);
    +    }
    +
    +    p = (unsigned char *)to;
    +
    +    *(p++) = 0;
    +    *(p++) = 2;                 /* Public Key BT (Block Type) */
    +
    +    /* pad out with non-zero random data */
    +    j = tlen - 3 - flen;
    +
    +    if (RAND_bytes(p, j) <= 0)
    +        return (0);
    +    for (i = 0; i < j; i++) {
    +        if (*p == '\0')
    +            do {
    +                if (RAND_bytes(p, 1) <= 0)
    +                    return (0);
    +            } while (*p == '\0');
    +        p++;
    +    }
    +
    +    *(p++) = '\0';
    +
    +    memcpy(p, from, (unsigned int)flen);
    +    return (1);
    +}
     
     int RSA_padding_check_PKCS1_type_2(unsigned char *to, int tlen,
    -	     const unsigned char *from, int flen, int num)
    -	{
    -	int i;
    -	/* |em| is the encoded message, zero-padded to exactly |num| bytes */
    -	unsigned char *em = NULL;
    -	unsigned int good, found_zero_byte;
    -	int zero_index = 0, msg_index, mlen = -1;
    -
    -        if (tlen < 0 || flen < 0)
    -		return -1;
    -
    -	/* PKCS#1 v1.5 decryption. See "PKCS #1 v2.2: RSA Cryptography
    -	 * Standard", section 7.2.2. */
    -
    -	if (flen > num)
    -		goto err;
    -
    -	if (num < 11)
    -		goto err;
    -
    -	em = OPENSSL_malloc(num);
    -	if (em == NULL)
    -		{
    -		RSAerr(RSA_F_RSA_PADDING_CHECK_PKCS1_TYPE_2, ERR_R_MALLOC_FAILURE);
    -		return -1;
    -		}
    -	memset(em, 0, num);
    -	/*
    -	 * Always do this zero-padding copy (even when num == flen) to avoid
    -	 * leaking that information. The copy still leaks some side-channel
    -	 * information, but it's impossible to have a fixed  memory access
    -	 * pattern since we can't read out of the bounds of |from|.
    -	 *
    -	 * TODO(emilia): Consider porting BN_bn2bin_padded from BoringSSL.
    -	 */
    -	memcpy(em + num - flen, from, flen);
    -
    -	good = constant_time_is_zero(em[0]);
    -	good &= constant_time_eq(em[1], 2);
    -
    -	found_zero_byte = 0;
    -	for (i = 2; i < num; i++)
    -		{
    -		unsigned int equals0 = constant_time_is_zero(em[i]);
    -		zero_index = constant_time_select_int(~found_zero_byte & equals0, i, zero_index);
    -		found_zero_byte |= equals0;
    -		}
    -
    -	/*
    -	 * PS must be at least 8 bytes long, and it starts two bytes into |em|.
    -         * If we never found a 0-byte, then |zero_index| is 0 and the check
    -	 * also fails.
    -	 */
    -	good &= constant_time_ge((unsigned int)(zero_index), 2 + 8);
    -
    -	/* Skip the zero byte. This is incorrect if we never found a zero-byte
    -	 * but in this case we also do not copy the message out. */
    -	msg_index = zero_index + 1;
    -	mlen = num - msg_index;
    -
    -	/* For good measure, do this check in constant time as well; it could
    -	 * leak something if |tlen| was assuming valid padding. */
    -	good &= constant_time_ge((unsigned int)(tlen), (unsigned int)(mlen));
    -
    -	/*
    -	 * We can't continue in constant-time because we need to copy the result
    -	 * and we cannot fake its length. This unavoidably leaks timing
    -	 * information at the API boundary.
    -	 * TODO(emilia): this could be addressed at the call site,
    -	 * see BoringSSL commit 0aa0767340baf925bda4804882aab0cb974b2d26.
    -	 */
    -	if (!good)
    -		{
    -		mlen = -1;
    -		goto err;
    -		}
    -
    -	memcpy(to, em + msg_index, mlen);
    -
    -err:
    -	if (em != NULL)
    -		OPENSSL_free(em);
    -	if (mlen == -1)
    -		RSAerr(RSA_F_RSA_PADDING_CHECK_PKCS1_TYPE_2, RSA_R_PKCS_DECODING_ERROR);
    -	return mlen;
    -	}
    +                                   const unsigned char *from, int flen,
    +                                   int num)
    +{
    +    int i;
    +    /* |em| is the encoded message, zero-padded to exactly |num| bytes */
    +    unsigned char *em = NULL;
    +    unsigned int good, found_zero_byte;
    +    int zero_index = 0, msg_index, mlen = -1;
    +
    +    if (tlen < 0 || flen < 0)
    +        return -1;
    +
    +    /*
    +     * PKCS#1 v1.5 decryption. See "PKCS #1 v2.2: RSA Cryptography Standard",
    +     * section 7.2.2.
    +     */
    +
    +    if (flen > num)
    +        goto err;
    +
    +    if (num < 11)
    +        goto err;
    +
    +    em = OPENSSL_malloc(num);
    +    if (em == NULL) {
    +        RSAerr(RSA_F_RSA_PADDING_CHECK_PKCS1_TYPE_2, ERR_R_MALLOC_FAILURE);
    +        return -1;
    +    }
    +    memset(em, 0, num);
    +    /*
    +     * Always do this zero-padding copy (even when num == flen) to avoid
    +     * leaking that information. The copy still leaks some side-channel
    +     * information, but it's impossible to have a fixed  memory access
    +     * pattern since we can't read out of the bounds of |from|.
    +     *
    +     * TODO(emilia): Consider porting BN_bn2bin_padded from BoringSSL.
    +     */
    +    memcpy(em + num - flen, from, flen);
    +
    +    good = constant_time_is_zero(em[0]);
    +    good &= constant_time_eq(em[1], 2);
    +
    +    found_zero_byte = 0;
    +    for (i = 2; i < num; i++) {
    +        unsigned int equals0 = constant_time_is_zero(em[i]);
    +        zero_index =
    +            constant_time_select_int(~found_zero_byte & equals0, i,
    +                                     zero_index);
    +        found_zero_byte |= equals0;
    +    }
    +
    +    /*
    +     * PS must be at least 8 bytes long, and it starts two bytes into |em|.
    +     * If we never found a 0-byte, then |zero_index| is 0 and the check
    +     * also fails.
    +     */
    +    good &= constant_time_ge((unsigned int)(zero_index), 2 + 8);
    +
    +    /*
    +     * Skip the zero byte. This is incorrect if we never found a zero-byte
    +     * but in this case we also do not copy the message out.
    +     */
    +    msg_index = zero_index + 1;
    +    mlen = num - msg_index;
    +
    +    /*
    +     * For good measure, do this check in constant time as well; it could
    +     * leak something if |tlen| was assuming valid padding.
    +     */
    +    good &= constant_time_ge((unsigned int)(tlen), (unsigned int)(mlen));
    +
    +    /*
    +     * We can't continue in constant-time because we need to copy the result
    +     * and we cannot fake its length. This unavoidably leaks timing
    +     * information at the API boundary.
    +     * TODO(emilia): this could be addressed at the call site,
    +     * see BoringSSL commit 0aa0767340baf925bda4804882aab0cb974b2d26.
    +     */
    +    if (!good) {
    +        mlen = -1;
    +        goto err;
    +    }
    +
    +    memcpy(to, em + msg_index, mlen);
    +
    + err:
    +    if (em != NULL)
    +        OPENSSL_free(em);
    +    if (mlen == -1)
    +        RSAerr(RSA_F_RSA_PADDING_CHECK_PKCS1_TYPE_2,
    +               RSA_R_PKCS_DECODING_ERROR);
    +    return mlen;
    +}
    diff --git a/openssl/crypto/rsa/rsa_pmeth.c b/openssl/crypto/rsa/rsa_pmeth.c
    index 157aa5c41..ddda0ddc4 100644
    --- a/openssl/crypto/rsa/rsa_pmeth.c
    +++ b/openssl/crypto/rsa/rsa_pmeth.c
    @@ -1,6 +1,7 @@
     /* crypto/rsa/rsa_pmeth.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2006.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2006.
      */
     /* ====================================================================
      * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -63,663 +64,715 @@
     #include 
     #include 
     #include 
    +#include 
     #ifndef OPENSSL_NO_CMS
    -#include 
    +# include 
     #endif
     #ifdef OPENSSL_FIPS
    -#include 
    +# include 
     #endif
     #include "evp_locl.h"
     #include "rsa_locl.h"
     
     /* RSA pkey context structure */
     
    -typedef struct
    -	{
    -	/* Key gen parameters */
    -	int nbits;
    -	BIGNUM *pub_exp;
    -	/* Keygen callback info */
    -	int gentmp[2];
    -	/* RSA padding mode */
    -	int pad_mode;
    -	/* message digest */
    -	const EVP_MD *md;
    -	/* message digest for MGF1 */
    -	const EVP_MD *mgf1md;
    -	/* PSS/OAEP salt length */
    -	int saltlen;
    -	/* Temp buffer */
    -	unsigned char *tbuf;
    -	} RSA_PKEY_CTX;
    +typedef struct {
    +    /* Key gen parameters */
    +    int nbits;
    +    BIGNUM *pub_exp;
    +    /* Keygen callback info */
    +    int gentmp[2];
    +    /* RSA padding mode */
    +    int pad_mode;
    +    /* message digest */
    +    const EVP_MD *md;
    +    /* message digest for MGF1 */
    +    const EVP_MD *mgf1md;
    +    /* PSS salt length */
    +    int saltlen;
    +    /* Temp buffer */
    +    unsigned char *tbuf;
    +    /* OAEP label */
    +    unsigned char *oaep_label;
    +    size_t oaep_labellen;
    +} RSA_PKEY_CTX;
     
     static int pkey_rsa_init(EVP_PKEY_CTX *ctx)
    -	{
    -	RSA_PKEY_CTX *rctx;
    -	rctx = OPENSSL_malloc(sizeof(RSA_PKEY_CTX));
    -	if (!rctx)
    -		return 0;
    -	rctx->nbits = 1024;
    -	rctx->pub_exp = NULL;
    -	rctx->pad_mode = RSA_PKCS1_PADDING;
    -	rctx->md = NULL;
    -	rctx->mgf1md = NULL;
    -	rctx->tbuf = NULL;
    -
    -	rctx->saltlen = -2;
    -
    -	ctx->data = rctx;
    -	ctx->keygen_info = rctx->gentmp;
    -	ctx->keygen_info_count = 2;
    -	
    -	return 1;
    -	}
    +{
    +    RSA_PKEY_CTX *rctx;
    +    rctx = OPENSSL_malloc(sizeof(RSA_PKEY_CTX));
    +    if (!rctx)
    +        return 0;
    +    rctx->nbits = 1024;
    +    rctx->pub_exp = NULL;
    +    rctx->pad_mode = RSA_PKCS1_PADDING;
    +    rctx->md = NULL;
    +    rctx->mgf1md = NULL;
    +    rctx->tbuf = NULL;
    +
    +    rctx->saltlen = -2;
    +
    +    rctx->oaep_label = NULL;
    +    rctx->oaep_labellen = 0;
    +
    +    ctx->data = rctx;
    +    ctx->keygen_info = rctx->gentmp;
    +    ctx->keygen_info_count = 2;
    +
    +    return 1;
    +}
     
     static int pkey_rsa_copy(EVP_PKEY_CTX *dst, EVP_PKEY_CTX *src)
    -	{
    -	RSA_PKEY_CTX *dctx, *sctx;
    -	if (!pkey_rsa_init(dst))
    -		return 0;
    -       	sctx = src->data;
    -	dctx = dst->data;
    -	dctx->nbits = sctx->nbits;
    -	if (sctx->pub_exp)
    -		{
    -		dctx->pub_exp = BN_dup(sctx->pub_exp);
    -		if (!dctx->pub_exp)
    -			return 0;
    -		}
    -	dctx->pad_mode = sctx->pad_mode;
    -	dctx->md = sctx->md;
    -	return 1;
    -	}
    +{
    +    RSA_PKEY_CTX *dctx, *sctx;
    +    if (!pkey_rsa_init(dst))
    +        return 0;
    +    sctx = src->data;
    +    dctx = dst->data;
    +    dctx->nbits = sctx->nbits;
    +    if (sctx->pub_exp) {
    +        dctx->pub_exp = BN_dup(sctx->pub_exp);
    +        if (!dctx->pub_exp)
    +            return 0;
    +    }
    +    dctx->pad_mode = sctx->pad_mode;
    +    dctx->md = sctx->md;
    +    dctx->mgf1md = sctx->mgf1md;
    +    if (sctx->oaep_label) {
    +        if (dctx->oaep_label)
    +            OPENSSL_free(dctx->oaep_label);
    +        dctx->oaep_label = BUF_memdup(sctx->oaep_label, sctx->oaep_labellen);
    +        if (!dctx->oaep_label)
    +            return 0;
    +        dctx->oaep_labellen = sctx->oaep_labellen;
    +    }
    +    return 1;
    +}
     
     static int setup_tbuf(RSA_PKEY_CTX *ctx, EVP_PKEY_CTX *pk)
    -	{
    -	if (ctx->tbuf)
    -		return 1;
    -	ctx->tbuf = OPENSSL_malloc(EVP_PKEY_size(pk->pkey));
    -	if (!ctx->tbuf)
    -		return 0;
    -	return 1;
    -	}
    +{
    +    if (ctx->tbuf)
    +        return 1;
    +    ctx->tbuf = OPENSSL_malloc(EVP_PKEY_size(pk->pkey));
    +    if (!ctx->tbuf)
    +        return 0;
    +    return 1;
    +}
     
     static void pkey_rsa_cleanup(EVP_PKEY_CTX *ctx)
    -	{
    -	RSA_PKEY_CTX *rctx = ctx->data;
    -	if (rctx)
    -		{
    -		if (rctx->pub_exp)
    -			BN_free(rctx->pub_exp);
    -		if (rctx->tbuf)
    -			OPENSSL_free(rctx->tbuf);
    -		OPENSSL_free(rctx);
    -		}
    -	}
    +{
    +    RSA_PKEY_CTX *rctx = ctx->data;
    +    if (rctx) {
    +        if (rctx->pub_exp)
    +            BN_free(rctx->pub_exp);
    +        if (rctx->tbuf)
    +            OPENSSL_free(rctx->tbuf);
    +        if (rctx->oaep_label)
    +            OPENSSL_free(rctx->oaep_label);
    +        OPENSSL_free(rctx);
    +    }
    +}
    +
     #ifdef OPENSSL_FIPS
    -/* FIP checker. Return value indicates status of context parameters:
    - * 1  : redirect to FIPS.
    - * 0  : don't redirect to FIPS.
    - * -1 : illegal operation in FIPS mode.
    +/*
    + * FIP checker. Return value indicates status of context parameters: 1 :
    + * redirect to FIPS. 0 : don't redirect to FIPS. -1 : illegal operation in
    + * FIPS mode.
      */
     
     static int pkey_fips_check_ctx(EVP_PKEY_CTX *ctx)
    -	{
    -	RSA_PKEY_CTX *rctx = ctx->data;
    -	RSA *rsa = ctx->pkey->pkey.rsa;
    -	int rv = -1;
    -	if (!FIPS_mode())
    -		return 0;
    -	if (rsa->flags & RSA_FLAG_NON_FIPS_ALLOW)
    -		rv = 0;
    -	if (!(rsa->meth->flags & RSA_FLAG_FIPS_METHOD) && rv)
    -		return -1;
    -	if (rctx->md && !(rctx->md->flags & EVP_MD_FLAG_FIPS))
    -		return rv;
    -	if (rctx->mgf1md && !(rctx->mgf1md->flags & EVP_MD_FLAG_FIPS))
    -		return rv;
    -	return 1;
    -	}
    +{
    +    RSA_PKEY_CTX *rctx = ctx->data;
    +    RSA *rsa = ctx->pkey->pkey.rsa;
    +    int rv = -1;
    +    if (!FIPS_mode())
    +        return 0;
    +    if (rsa->flags & RSA_FLAG_NON_FIPS_ALLOW)
    +        rv = 0;
    +    if (!(rsa->meth->flags & RSA_FLAG_FIPS_METHOD) && rv)
    +        return -1;
    +    if (rctx->md) {
    +        const EVP_MD *fmd;
    +        fmd = FIPS_get_digestbynid(EVP_MD_type(rctx->md));
    +        if (!fmd || !(fmd->flags & EVP_MD_FLAG_FIPS))
    +            return rv;
    +    }
    +    if (rctx->mgf1md && !(rctx->mgf1md->flags & EVP_MD_FLAG_FIPS)) {
    +        const EVP_MD *fmd;
    +        fmd = FIPS_get_digestbynid(EVP_MD_type(rctx->mgf1md));
    +        if (!fmd || !(fmd->flags & EVP_MD_FLAG_FIPS))
    +            return rv;
    +    }
    +    return 1;
    +}
     #endif
     
    -static int pkey_rsa_sign(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
    -					const unsigned char *tbs, size_t tbslen)
    -	{
    -	int ret;
    -	RSA_PKEY_CTX *rctx = ctx->data;
    -	RSA *rsa = ctx->pkey->pkey.rsa;
    +static int pkey_rsa_sign(EVP_PKEY_CTX *ctx, unsigned char *sig,
    +                         size_t *siglen, const unsigned char *tbs,
    +                         size_t tbslen)
    +{
    +    int ret;
    +    RSA_PKEY_CTX *rctx = ctx->data;
    +    RSA *rsa = ctx->pkey->pkey.rsa;
     
     #ifdef OPENSSL_FIPS
    -	ret = pkey_fips_check_ctx(ctx);
    -	if (ret < 0)
    -		{
    -		RSAerr(RSA_F_PKEY_RSA_SIGN, RSA_R_OPERATION_NOT_ALLOWED_IN_FIPS_MODE);
    -		return -1;
    -		}
    +    ret = pkey_fips_check_ctx(ctx);
    +    if (ret < 0) {
    +        RSAerr(RSA_F_PKEY_RSA_SIGN, RSA_R_OPERATION_NOT_ALLOWED_IN_FIPS_MODE);
    +        return -1;
    +    }
     #endif
     
    -	if (rctx->md)
    -		{
    -		if (tbslen != (size_t)EVP_MD_size(rctx->md))
    -			{
    -			RSAerr(RSA_F_PKEY_RSA_SIGN,
    -					RSA_R_INVALID_DIGEST_LENGTH);
    -			return -1;
    -			}
    +    if (rctx->md) {
    +        if (tbslen != (size_t)EVP_MD_size(rctx->md)) {
    +            RSAerr(RSA_F_PKEY_RSA_SIGN, RSA_R_INVALID_DIGEST_LENGTH);
    +            return -1;
    +        }
     #ifdef OPENSSL_FIPS
    -		if (ret > 0)
    -			{
    -			unsigned int slen;
    -			ret = FIPS_rsa_sign_digest(rsa, tbs, tbslen, rctx->md,
    -							rctx->pad_mode,
    -							rctx->saltlen,
    -							rctx->mgf1md,
    -							sig, &slen);
    -			if (ret > 0)
    -				*siglen = slen;
    -			else
    -				*siglen = 0;
    -			return ret;
    -			}
    +        if (ret > 0) {
    +            unsigned int slen;
    +            ret = FIPS_rsa_sign_digest(rsa, tbs, tbslen, rctx->md,
    +                                       rctx->pad_mode,
    +                                       rctx->saltlen,
    +                                       rctx->mgf1md, sig, &slen);
    +            if (ret > 0)
    +                *siglen = slen;
    +            else
    +                *siglen = 0;
    +            return ret;
    +        }
     #endif
     
    -		if (EVP_MD_type(rctx->md) == NID_mdc2)
    -			{
    -			unsigned int sltmp;
    -			if (rctx->pad_mode != RSA_PKCS1_PADDING)
    -				return -1;
    -			ret = RSA_sign_ASN1_OCTET_STRING(NID_mdc2,
    -						tbs, tbslen, sig, &sltmp, rsa);
    -
    -			if (ret <= 0)
    -				return ret;
    -			ret = sltmp;
    -			}
    -		else if (rctx->pad_mode == RSA_X931_PADDING)
    -			{
    -			if (!setup_tbuf(rctx, ctx))
    -				return -1;
    -			memcpy(rctx->tbuf, tbs, tbslen);
    -			rctx->tbuf[tbslen] =
    -				RSA_X931_hash_id(EVP_MD_type(rctx->md));
    -			ret = RSA_private_encrypt(tbslen + 1, rctx->tbuf,
    -						sig, rsa, RSA_X931_PADDING);
    -			}
    -		else if (rctx->pad_mode == RSA_PKCS1_PADDING)
    -			{
    -			unsigned int sltmp;
    -			ret = RSA_sign(EVP_MD_type(rctx->md),
    -						tbs, tbslen, sig, &sltmp, rsa);
    -			if (ret <= 0)
    -				return ret;
    -			ret = sltmp;
    -			}
    -		else if (rctx->pad_mode == RSA_PKCS1_PSS_PADDING)
    -			{
    -			if (!setup_tbuf(rctx, ctx))
    -				return -1;
    -			if (!RSA_padding_add_PKCS1_PSS_mgf1(rsa,
    -						rctx->tbuf, tbs,
    -						rctx->md, rctx->mgf1md,
    -						rctx->saltlen))
    -				return -1;
    -			ret = RSA_private_encrypt(RSA_size(rsa), rctx->tbuf,
    -						sig, rsa, RSA_NO_PADDING);
    -			}
    -		else
    -			return -1;
    -		}
    -	else
    -		ret = RSA_private_encrypt(tbslen, tbs, sig, ctx->pkey->pkey.rsa,
    -							rctx->pad_mode);
    -	if (ret < 0)
    -		return ret;
    -	*siglen = ret;
    -	return 1;
    -	}
    -
    +        if (EVP_MD_type(rctx->md) == NID_mdc2) {
    +            unsigned int sltmp;
    +            if (rctx->pad_mode != RSA_PKCS1_PADDING)
    +                return -1;
    +            ret = RSA_sign_ASN1_OCTET_STRING(NID_mdc2,
    +                                             tbs, tbslen, sig, &sltmp, rsa);
    +
    +            if (ret <= 0)
    +                return ret;
    +            ret = sltmp;
    +        } else if (rctx->pad_mode == RSA_X931_PADDING) {
    +            if (!setup_tbuf(rctx, ctx))
    +                return -1;
    +            memcpy(rctx->tbuf, tbs, tbslen);
    +            rctx->tbuf[tbslen] = RSA_X931_hash_id(EVP_MD_type(rctx->md));
    +            ret = RSA_private_encrypt(tbslen + 1, rctx->tbuf,
    +                                      sig, rsa, RSA_X931_PADDING);
    +        } else if (rctx->pad_mode == RSA_PKCS1_PADDING) {
    +            unsigned int sltmp;
    +            ret = RSA_sign(EVP_MD_type(rctx->md),
    +                           tbs, tbslen, sig, &sltmp, rsa);
    +            if (ret <= 0)
    +                return ret;
    +            ret = sltmp;
    +        } else if (rctx->pad_mode == RSA_PKCS1_PSS_PADDING) {
    +            if (!setup_tbuf(rctx, ctx))
    +                return -1;
    +            if (!RSA_padding_add_PKCS1_PSS_mgf1(rsa,
    +                                                rctx->tbuf, tbs,
    +                                                rctx->md, rctx->mgf1md,
    +                                                rctx->saltlen))
    +                return -1;
    +            ret = RSA_private_encrypt(RSA_size(rsa), rctx->tbuf,
    +                                      sig, rsa, RSA_NO_PADDING);
    +        } else
    +            return -1;
    +    } else
    +        ret = RSA_private_encrypt(tbslen, tbs, sig, ctx->pkey->pkey.rsa,
    +                                  rctx->pad_mode);
    +    if (ret < 0)
    +        return ret;
    +    *siglen = ret;
    +    return 1;
    +}
     
     static int pkey_rsa_verifyrecover(EVP_PKEY_CTX *ctx,
    -					unsigned char *rout, size_t *routlen,
    -					const unsigned char *sig, size_t siglen)
    -	{
    -	int ret;
    -	RSA_PKEY_CTX *rctx = ctx->data;
    -
    -	if (rctx->md)
    -		{
    -		if (rctx->pad_mode == RSA_X931_PADDING)
    -			{
    -			if (!setup_tbuf(rctx, ctx))
    -				return -1;
    -			ret = RSA_public_decrypt(siglen, sig,
    -						rctx->tbuf, ctx->pkey->pkey.rsa,
    -						RSA_X931_PADDING);
    -			if (ret < 1)
    -				return 0;
    -			ret--;
    -			if (rctx->tbuf[ret] !=
    -				RSA_X931_hash_id(EVP_MD_type(rctx->md)))
    -				{
    -				RSAerr(RSA_F_PKEY_RSA_VERIFYRECOVER,
    -						RSA_R_ALGORITHM_MISMATCH);
    -				return 0;
    -				}
    -			if (ret != EVP_MD_size(rctx->md))
    -				{
    -				RSAerr(RSA_F_PKEY_RSA_VERIFYRECOVER,
    -					RSA_R_INVALID_DIGEST_LENGTH);
    -				return 0;
    -				}
    -			if (rout)
    -				memcpy(rout, rctx->tbuf, ret);
    -			}
    -		else if (rctx->pad_mode == RSA_PKCS1_PADDING)
    -			{
    -			size_t sltmp;
    -			ret = int_rsa_verify(EVP_MD_type(rctx->md),
    -						NULL, 0, rout, &sltmp,
    -					sig, siglen, ctx->pkey->pkey.rsa);
    -			if (ret <= 0)
    -				return 0;
    -			ret = sltmp;
    -			}
    -		else
    -			return -1;
    -		}
    -	else
    -		ret = RSA_public_decrypt(siglen, sig, rout, ctx->pkey->pkey.rsa,
    -							rctx->pad_mode);
    -	if (ret < 0)
    -		return ret;
    -	*routlen = ret;
    -	return 1;
    -	}
    +                                  unsigned char *rout, size_t *routlen,
    +                                  const unsigned char *sig, size_t siglen)
    +{
    +    int ret;
    +    RSA_PKEY_CTX *rctx = ctx->data;
    +
    +    if (rctx->md) {
    +        if (rctx->pad_mode == RSA_X931_PADDING) {
    +            if (!setup_tbuf(rctx, ctx))
    +                return -1;
    +            ret = RSA_public_decrypt(siglen, sig,
    +                                     rctx->tbuf, ctx->pkey->pkey.rsa,
    +                                     RSA_X931_PADDING);
    +            if (ret < 1)
    +                return 0;
    +            ret--;
    +            if (rctx->tbuf[ret] != RSA_X931_hash_id(EVP_MD_type(rctx->md))) {
    +                RSAerr(RSA_F_PKEY_RSA_VERIFYRECOVER,
    +                       RSA_R_ALGORITHM_MISMATCH);
    +                return 0;
    +            }
    +            if (ret != EVP_MD_size(rctx->md)) {
    +                RSAerr(RSA_F_PKEY_RSA_VERIFYRECOVER,
    +                       RSA_R_INVALID_DIGEST_LENGTH);
    +                return 0;
    +            }
    +            if (rout)
    +                memcpy(rout, rctx->tbuf, ret);
    +        } else if (rctx->pad_mode == RSA_PKCS1_PADDING) {
    +            size_t sltmp;
    +            ret = int_rsa_verify(EVP_MD_type(rctx->md),
    +                                 NULL, 0, rout, &sltmp,
    +                                 sig, siglen, ctx->pkey->pkey.rsa);
    +            if (ret <= 0)
    +                return 0;
    +            ret = sltmp;
    +        } else
    +            return -1;
    +    } else
    +        ret = RSA_public_decrypt(siglen, sig, rout, ctx->pkey->pkey.rsa,
    +                                 rctx->pad_mode);
    +    if (ret < 0)
    +        return ret;
    +    *routlen = ret;
    +    return 1;
    +}
     
     static int pkey_rsa_verify(EVP_PKEY_CTX *ctx,
    -					const unsigned char *sig, size_t siglen,
    -					const unsigned char *tbs, size_t tbslen)
    -	{
    -	RSA_PKEY_CTX *rctx = ctx->data;
    -	RSA *rsa = ctx->pkey->pkey.rsa;
    -	size_t rslen;
    +                           const unsigned char *sig, size_t siglen,
    +                           const unsigned char *tbs, size_t tbslen)
    +{
    +    RSA_PKEY_CTX *rctx = ctx->data;
    +    RSA *rsa = ctx->pkey->pkey.rsa;
    +    size_t rslen;
     #ifdef OPENSSL_FIPS
    -	int rv;
    -	rv = pkey_fips_check_ctx(ctx);
    -	if (rv < 0)
    -		{
    -		RSAerr(RSA_F_PKEY_RSA_VERIFY, RSA_R_OPERATION_NOT_ALLOWED_IN_FIPS_MODE);
    -		return -1;
    -		}
    +    int rv;
    +    rv = pkey_fips_check_ctx(ctx);
    +    if (rv < 0) {
    +        RSAerr(RSA_F_PKEY_RSA_VERIFY,
    +               RSA_R_OPERATION_NOT_ALLOWED_IN_FIPS_MODE);
    +        return -1;
    +    }
     #endif
    -	if (rctx->md)
    -		{
    +    if (rctx->md) {
     #ifdef OPENSSL_FIPS
    -		if (rv > 0)
    -			{
    -			return FIPS_rsa_verify_digest(rsa,
    -							tbs, tbslen,
    -							rctx->md,
    -							rctx->pad_mode,
    -							rctx->saltlen,
    -							rctx->mgf1md,
    -							sig, siglen);
    -							
    -			}
    +        if (rv > 0) {
    +            return FIPS_rsa_verify_digest(rsa,
    +                                          tbs, tbslen,
    +                                          rctx->md,
    +                                          rctx->pad_mode,
    +                                          rctx->saltlen,
    +                                          rctx->mgf1md, sig, siglen);
    +
    +        }
     #endif
    -		if (rctx->pad_mode == RSA_PKCS1_PADDING)
    -			return RSA_verify(EVP_MD_type(rctx->md), tbs, tbslen,
    -					sig, siglen, rsa);
    -		if (rctx->pad_mode == RSA_X931_PADDING)
    -			{
    -			if (pkey_rsa_verifyrecover(ctx, NULL, &rslen,
    -					sig, siglen) <= 0)
    -				return 0;
    -			}
    -		else if (rctx->pad_mode == RSA_PKCS1_PSS_PADDING)
    -			{
    -			int ret;
    -			if (!setup_tbuf(rctx, ctx))
    -				return -1;
    -			ret = RSA_public_decrypt(siglen, sig, rctx->tbuf,
    -							rsa, RSA_NO_PADDING);
    -			if (ret <= 0)
    -				return 0;
    -			ret = RSA_verify_PKCS1_PSS_mgf1(rsa, tbs,
    -						rctx->md, rctx->mgf1md,
    -						rctx->tbuf, rctx->saltlen);
    -			if (ret <= 0)
    -				return 0;
    -			return 1;
    -			}
    -		else
    -			return -1;
    -		}
    -	else
    -		{
    -		if (!setup_tbuf(rctx, ctx))
    -			return -1;
    -		rslen = RSA_public_decrypt(siglen, sig, rctx->tbuf,
    -						rsa, rctx->pad_mode);
    -		if (rslen == 0)
    -			return 0;
    -		}
    -
    -	if ((rslen != tbslen) || memcmp(tbs, rctx->tbuf, rslen))
    -		return 0;
    -
    -	return 1;
    -			
    -	}
    -	
    +        if (rctx->pad_mode == RSA_PKCS1_PADDING)
    +            return RSA_verify(EVP_MD_type(rctx->md), tbs, tbslen,
    +                              sig, siglen, rsa);
    +        if (rctx->pad_mode == RSA_X931_PADDING) {
    +            if (pkey_rsa_verifyrecover(ctx, NULL, &rslen, sig, siglen) <= 0)
    +                return 0;
    +        } else if (rctx->pad_mode == RSA_PKCS1_PSS_PADDING) {
    +            int ret;
    +            if (!setup_tbuf(rctx, ctx))
    +                return -1;
    +            ret = RSA_public_decrypt(siglen, sig, rctx->tbuf,
    +                                     rsa, RSA_NO_PADDING);
    +            if (ret <= 0)
    +                return 0;
    +            ret = RSA_verify_PKCS1_PSS_mgf1(rsa, tbs,
    +                                            rctx->md, rctx->mgf1md,
    +                                            rctx->tbuf, rctx->saltlen);
    +            if (ret <= 0)
    +                return 0;
    +            return 1;
    +        } else
    +            return -1;
    +    } else {
    +        if (!setup_tbuf(rctx, ctx))
    +            return -1;
    +        rslen = RSA_public_decrypt(siglen, sig, rctx->tbuf,
    +                                   rsa, rctx->pad_mode);
    +        if (rslen == 0)
    +            return 0;
    +    }
    +
    +    if ((rslen != tbslen) || memcmp(tbs, rctx->tbuf, rslen))
    +        return 0;
    +
    +    return 1;
    +
    +}
     
     static int pkey_rsa_encrypt(EVP_PKEY_CTX *ctx,
    -					unsigned char *out, size_t *outlen,
    -					const unsigned char *in, size_t inlen)
    -	{
    -	int ret;
    -	RSA_PKEY_CTX *rctx = ctx->data;
    -	ret = RSA_public_encrypt(inlen, in, out, ctx->pkey->pkey.rsa,
    -							rctx->pad_mode);
    -	if (ret < 0)
    -		return ret;
    -	*outlen = ret;
    -	return 1;
    -	}
    +                            unsigned char *out, size_t *outlen,
    +                            const unsigned char *in, size_t inlen)
    +{
    +    int ret;
    +    RSA_PKEY_CTX *rctx = ctx->data;
    +    if (rctx->pad_mode == RSA_PKCS1_OAEP_PADDING) {
    +        int klen = RSA_size(ctx->pkey->pkey.rsa);
    +        if (!setup_tbuf(rctx, ctx))
    +            return -1;
    +        if (!RSA_padding_add_PKCS1_OAEP_mgf1(rctx->tbuf, klen,
    +                                             in, inlen,
    +                                             rctx->oaep_label,
    +                                             rctx->oaep_labellen,
    +                                             rctx->md, rctx->mgf1md))
    +            return -1;
    +        ret = RSA_public_encrypt(klen, rctx->tbuf, out,
    +                                 ctx->pkey->pkey.rsa, RSA_NO_PADDING);
    +    } else
    +        ret = RSA_public_encrypt(inlen, in, out, ctx->pkey->pkey.rsa,
    +                                 rctx->pad_mode);
    +    if (ret < 0)
    +        return ret;
    +    *outlen = ret;
    +    return 1;
    +}
     
     static int pkey_rsa_decrypt(EVP_PKEY_CTX *ctx,
    -					unsigned char *out, size_t *outlen,
    -					const unsigned char *in, size_t inlen)
    -	{
    -	int ret;
    -	RSA_PKEY_CTX *rctx = ctx->data;
    -	ret = RSA_private_decrypt(inlen, in, out, ctx->pkey->pkey.rsa,
    -							rctx->pad_mode);
    -	if (ret < 0)
    -		return ret;
    -	*outlen = ret;
    -	return 1;
    -	}
    +                            unsigned char *out, size_t *outlen,
    +                            const unsigned char *in, size_t inlen)
    +{
    +    int ret;
    +    RSA_PKEY_CTX *rctx = ctx->data;
    +    if (rctx->pad_mode == RSA_PKCS1_OAEP_PADDING) {
    +        int i;
    +        if (!setup_tbuf(rctx, ctx))
    +            return -1;
    +        ret = RSA_private_decrypt(inlen, in, rctx->tbuf,
    +                                  ctx->pkey->pkey.rsa, RSA_NO_PADDING);
    +        if (ret <= 0)
    +            return ret;
    +        for (i = 0; i < ret; i++) {
    +            if (rctx->tbuf[i])
    +                break;
    +        }
    +        ret = RSA_padding_check_PKCS1_OAEP_mgf1(out, ret, rctx->tbuf + i,
    +                                                ret - i, ret,
    +                                                rctx->oaep_label,
    +                                                rctx->oaep_labellen,
    +                                                rctx->md, rctx->mgf1md);
    +    } else
    +        ret = RSA_private_decrypt(inlen, in, out, ctx->pkey->pkey.rsa,
    +                                  rctx->pad_mode);
    +    if (ret < 0)
    +        return ret;
    +    *outlen = ret;
    +    return 1;
    +}
     
     static int check_padding_md(const EVP_MD *md, int padding)
    -	{
    -	if (!md)
    -		return 1;
    -
    -	if (padding == RSA_NO_PADDING)
    -		{
    -		RSAerr(RSA_F_CHECK_PADDING_MD, RSA_R_INVALID_PADDING_MODE);
    -		return 0;
    -		}
    -
    -	if (padding == RSA_X931_PADDING)
    -		{
    -		if (RSA_X931_hash_id(EVP_MD_type(md)) == -1)
    -			{
    -			RSAerr(RSA_F_CHECK_PADDING_MD,
    -						RSA_R_INVALID_X931_DIGEST);
    -			return 0;
    -			}
    -		return 1;
    -		}
    -
    -	return 1;
    -	}
    -			
    +{
    +    if (!md)
    +        return 1;
    +
    +    if (padding == RSA_NO_PADDING) {
    +        RSAerr(RSA_F_CHECK_PADDING_MD, RSA_R_INVALID_PADDING_MODE);
    +        return 0;
    +    }
    +
    +    if (padding == RSA_X931_PADDING) {
    +        if (RSA_X931_hash_id(EVP_MD_type(md)) == -1) {
    +            RSAerr(RSA_F_CHECK_PADDING_MD, RSA_R_INVALID_X931_DIGEST);
    +            return 0;
    +        }
    +        return 1;
    +    }
    +
    +    return 1;
    +}
     
     static int pkey_rsa_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2)
    -	{
    -	RSA_PKEY_CTX *rctx = ctx->data;
    -	switch (type)
    -		{
    -		case EVP_PKEY_CTRL_RSA_PADDING:
    -		if ((p1 >= RSA_PKCS1_PADDING) && (p1 <= RSA_PKCS1_PSS_PADDING))
    -			{
    -			if (!check_padding_md(rctx->md, p1))
    -				return 0;
    -			if (p1 == RSA_PKCS1_PSS_PADDING) 
    -				{
    -				if (!(ctx->operation &
    -				     (EVP_PKEY_OP_SIGN | EVP_PKEY_OP_VERIFY)))
    -					goto bad_pad;
    -				if (!rctx->md)
    -					rctx->md = EVP_sha1();
    -				}
    -			if (p1 == RSA_PKCS1_OAEP_PADDING) 
    -				{
    -				if (!(ctx->operation & EVP_PKEY_OP_TYPE_CRYPT))
    -					goto bad_pad;
    -				if (!rctx->md)
    -					rctx->md = EVP_sha1();
    -				}
    -			rctx->pad_mode = p1;
    -			return 1;
    -			}
    -		bad_pad:
    -		RSAerr(RSA_F_PKEY_RSA_CTRL,
    -				RSA_R_ILLEGAL_OR_UNSUPPORTED_PADDING_MODE);
    -		return -2;
    -
    -		case EVP_PKEY_CTRL_GET_RSA_PADDING:
    -		*(int *)p2 = rctx->pad_mode;
    -		return 1;
    -
    -		case EVP_PKEY_CTRL_RSA_PSS_SALTLEN:
    -		case EVP_PKEY_CTRL_GET_RSA_PSS_SALTLEN:
    -		if (rctx->pad_mode != RSA_PKCS1_PSS_PADDING)
    -			{
    -			RSAerr(RSA_F_PKEY_RSA_CTRL, RSA_R_INVALID_PSS_SALTLEN);
    -			return -2;
    -			}
    -		if (type == EVP_PKEY_CTRL_GET_RSA_PSS_SALTLEN)
    -			*(int *)p2 = rctx->saltlen;
    -		else
    -			{
    -			if (p1 < -2)
    -				return -2;
    -			rctx->saltlen = p1;
    -			}
    -		return 1;
    -
    -		case EVP_PKEY_CTRL_RSA_KEYGEN_BITS:
    -		if (p1 < 256)
    -			{
    -			RSAerr(RSA_F_PKEY_RSA_CTRL, RSA_R_INVALID_KEYBITS);
    -			return -2;
    -			}
    -		rctx->nbits = p1;
    -		return 1;
    -
    -		case EVP_PKEY_CTRL_RSA_KEYGEN_PUBEXP:
    -		if (!p2)
    -			return -2;
    -		rctx->pub_exp = p2;
    -		return 1;
    -
    -		case EVP_PKEY_CTRL_MD:
    -		if (!check_padding_md(p2, rctx->pad_mode))
    -			return 0;
    -		rctx->md = p2;
    -		return 1;
    -
    -		case EVP_PKEY_CTRL_RSA_MGF1_MD:
    -		case EVP_PKEY_CTRL_GET_RSA_MGF1_MD:
    -		if (rctx->pad_mode != RSA_PKCS1_PSS_PADDING)
    -			{
    -			RSAerr(RSA_F_PKEY_RSA_CTRL, RSA_R_INVALID_MGF1_MD);
    -			return -2;
    -			}
    -		if (type == EVP_PKEY_CTRL_GET_RSA_MGF1_MD)
    -			{
    -			if (rctx->mgf1md)
    -				*(const EVP_MD **)p2 = rctx->mgf1md;
    -			else
    -				*(const EVP_MD **)p2 = rctx->md;
    -			}
    -		else
    -			rctx->mgf1md = p2;
    -		return 1;
    -
    -		case EVP_PKEY_CTRL_DIGESTINIT:
    -		case EVP_PKEY_CTRL_PKCS7_ENCRYPT:
    -		case EVP_PKEY_CTRL_PKCS7_DECRYPT:
    -		case EVP_PKEY_CTRL_PKCS7_SIGN:
    -		return 1;
    +{
    +    RSA_PKEY_CTX *rctx = ctx->data;
    +    switch (type) {
    +    case EVP_PKEY_CTRL_RSA_PADDING:
    +        if ((p1 >= RSA_PKCS1_PADDING) && (p1 <= RSA_PKCS1_PSS_PADDING)) {
    +            if (!check_padding_md(rctx->md, p1))
    +                return 0;
    +            if (p1 == RSA_PKCS1_PSS_PADDING) {
    +                if (!(ctx->operation &
    +                      (EVP_PKEY_OP_SIGN | EVP_PKEY_OP_VERIFY)))
    +                    goto bad_pad;
    +                if (!rctx->md)
    +                    rctx->md = EVP_sha1();
    +            }
    +            if (p1 == RSA_PKCS1_OAEP_PADDING) {
    +                if (!(ctx->operation & EVP_PKEY_OP_TYPE_CRYPT))
    +                    goto bad_pad;
    +                if (!rctx->md)
    +                    rctx->md = EVP_sha1();
    +            }
    +            rctx->pad_mode = p1;
    +            return 1;
    +        }
    + bad_pad:
    +        RSAerr(RSA_F_PKEY_RSA_CTRL,
    +               RSA_R_ILLEGAL_OR_UNSUPPORTED_PADDING_MODE);
    +        return -2;
    +
    +    case EVP_PKEY_CTRL_GET_RSA_PADDING:
    +        *(int *)p2 = rctx->pad_mode;
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_RSA_PSS_SALTLEN:
    +    case EVP_PKEY_CTRL_GET_RSA_PSS_SALTLEN:
    +        if (rctx->pad_mode != RSA_PKCS1_PSS_PADDING) {
    +            RSAerr(RSA_F_PKEY_RSA_CTRL, RSA_R_INVALID_PSS_SALTLEN);
    +            return -2;
    +        }
    +        if (type == EVP_PKEY_CTRL_GET_RSA_PSS_SALTLEN)
    +            *(int *)p2 = rctx->saltlen;
    +        else {
    +            if (p1 < -2)
    +                return -2;
    +            rctx->saltlen = p1;
    +        }
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_RSA_KEYGEN_BITS:
    +        if (p1 < 256) {
    +            RSAerr(RSA_F_PKEY_RSA_CTRL, RSA_R_INVALID_KEYBITS);
    +            return -2;
    +        }
    +        rctx->nbits = p1;
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_RSA_KEYGEN_PUBEXP:
    +        if (!p2)
    +            return -2;
    +        BN_free(rctx->pub_exp);
    +        rctx->pub_exp = p2;
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_RSA_OAEP_MD:
    +    case EVP_PKEY_CTRL_GET_RSA_OAEP_MD:
    +        if (rctx->pad_mode != RSA_PKCS1_OAEP_PADDING) {
    +            RSAerr(RSA_F_PKEY_RSA_CTRL, RSA_R_INVALID_PADDING_MODE);
    +            return -2;
    +        }
    +        if (type == EVP_PKEY_CTRL_GET_RSA_OAEP_MD)
    +            *(const EVP_MD **)p2 = rctx->md;
    +        else
    +            rctx->md = p2;
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_MD:
    +        if (!check_padding_md(p2, rctx->pad_mode))
    +            return 0;
    +        rctx->md = p2;
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_GET_MD:
    +        *(const EVP_MD **)p2 = rctx->md;
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_RSA_MGF1_MD:
    +    case EVP_PKEY_CTRL_GET_RSA_MGF1_MD:
    +        if (rctx->pad_mode != RSA_PKCS1_PSS_PADDING
    +            && rctx->pad_mode != RSA_PKCS1_OAEP_PADDING) {
    +            RSAerr(RSA_F_PKEY_RSA_CTRL, RSA_R_INVALID_MGF1_MD);
    +            return -2;
    +        }
    +        if (type == EVP_PKEY_CTRL_GET_RSA_MGF1_MD) {
    +            if (rctx->mgf1md)
    +                *(const EVP_MD **)p2 = rctx->mgf1md;
    +            else
    +                *(const EVP_MD **)p2 = rctx->md;
    +        } else
    +            rctx->mgf1md = p2;
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_RSA_OAEP_LABEL:
    +        if (rctx->pad_mode != RSA_PKCS1_OAEP_PADDING) {
    +            RSAerr(RSA_F_PKEY_RSA_CTRL, RSA_R_INVALID_PADDING_MODE);
    +            return -2;
    +        }
    +        if (rctx->oaep_label)
    +            OPENSSL_free(rctx->oaep_label);
    +        if (p2 && p1 > 0) {
    +            rctx->oaep_label = p2;
    +            rctx->oaep_labellen = p1;
    +        } else {
    +            rctx->oaep_label = NULL;
    +            rctx->oaep_labellen = 0;
    +        }
    +        return 1;
    +
    +    case EVP_PKEY_CTRL_GET_RSA_OAEP_LABEL:
    +        if (rctx->pad_mode != RSA_PKCS1_OAEP_PADDING) {
    +            RSAerr(RSA_F_PKEY_RSA_CTRL, RSA_R_INVALID_PADDING_MODE);
    +            return -2;
    +        }
    +        *(unsigned char **)p2 = rctx->oaep_label;
    +        return rctx->oaep_labellen;
    +
    +    case EVP_PKEY_CTRL_DIGESTINIT:
    +    case EVP_PKEY_CTRL_PKCS7_ENCRYPT:
    +    case EVP_PKEY_CTRL_PKCS7_DECRYPT:
    +    case EVP_PKEY_CTRL_PKCS7_SIGN:
    +        return 1;
     #ifndef OPENSSL_NO_CMS
    -		case EVP_PKEY_CTRL_CMS_DECRYPT:
    -		{
    -		X509_ALGOR *alg = NULL;
    -		ASN1_OBJECT *encalg = NULL;
    -		if (p2)
    -			CMS_RecipientInfo_ktri_get0_algs(p2, NULL, NULL, &alg);
    -		if (alg)
    -			X509_ALGOR_get0(&encalg, NULL, NULL, alg);
    -		if (encalg && OBJ_obj2nid(encalg) == NID_rsaesOaep)
    -			rctx->pad_mode = RSA_PKCS1_OAEP_PADDING;
    -		}
    -		case EVP_PKEY_CTRL_CMS_ENCRYPT:
    -		case EVP_PKEY_CTRL_CMS_SIGN:
    -		return 1;
    +    case EVP_PKEY_CTRL_CMS_DECRYPT:
    +    case EVP_PKEY_CTRL_CMS_ENCRYPT:
    +    case EVP_PKEY_CTRL_CMS_SIGN:
    +        return 1;
     #endif
    -		case EVP_PKEY_CTRL_PEER_KEY:
    -			RSAerr(RSA_F_PKEY_RSA_CTRL,
    -			RSA_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    -			return -2;	
    +    case EVP_PKEY_CTRL_PEER_KEY:
    +        RSAerr(RSA_F_PKEY_RSA_CTRL,
    +               RSA_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
    +        return -2;
    +
    +    default:
    +        return -2;
     
    -		default:
    -		return -2;
    +    }
    +}
     
    -		}
    -	}
    -			
     static int pkey_rsa_ctrl_str(EVP_PKEY_CTX *ctx,
    -			const char *type, const char *value)
    -	{
    -	if (!value)
    -		{
    -		RSAerr(RSA_F_PKEY_RSA_CTRL_STR, RSA_R_VALUE_MISSING);
    -		return 0;
    -		}
    -	if (!strcmp(type, "rsa_padding_mode"))
    -		{
    -		int pm;
    -		if (!strcmp(value, "pkcs1"))
    -			pm = RSA_PKCS1_PADDING;
    -		else if (!strcmp(value, "sslv23"))
    -			pm = RSA_SSLV23_PADDING;
    -		else if (!strcmp(value, "none"))
    -			pm = RSA_NO_PADDING;
    -		else if (!strcmp(value, "oeap"))
    -			pm = RSA_PKCS1_OAEP_PADDING;
    -		else if (!strcmp(value, "oaep"))
    -			pm = RSA_PKCS1_OAEP_PADDING;
    -		else if (!strcmp(value, "x931"))
    -			pm = RSA_X931_PADDING;
    -		else if (!strcmp(value, "pss"))
    -			pm = RSA_PKCS1_PSS_PADDING;
    -		else
    -			{
    -			RSAerr(RSA_F_PKEY_RSA_CTRL_STR,
    -						RSA_R_UNKNOWN_PADDING_TYPE);
    -			return -2;
    -			}
    -		return EVP_PKEY_CTX_set_rsa_padding(ctx, pm);
    -		}
    -
    -	if (!strcmp(type, "rsa_pss_saltlen"))
    -		{
    -		int saltlen;
    -		saltlen = atoi(value);
    -		return EVP_PKEY_CTX_set_rsa_pss_saltlen(ctx, saltlen);
    -		}
    -
    -	if (!strcmp(type, "rsa_keygen_bits"))
    -		{
    -		int nbits;
    -		nbits = atoi(value);
    -		return EVP_PKEY_CTX_set_rsa_keygen_bits(ctx, nbits);
    -		}
    -
    -	if (!strcmp(type, "rsa_keygen_pubexp"))
    -		{
    -		int ret;
    -		BIGNUM *pubexp = NULL;
    -		if (!BN_asc2bn(&pubexp, value))
    -			return 0;
    -		ret = EVP_PKEY_CTX_set_rsa_keygen_pubexp(ctx, pubexp);
    -		if (ret <= 0)
    -			BN_free(pubexp);
    -		return ret;
    -		}
    -
    -	return -2;
    -	}
    +                             const char *type, const char *value)
    +{
    +    if (!value) {
    +        RSAerr(RSA_F_PKEY_RSA_CTRL_STR, RSA_R_VALUE_MISSING);
    +        return 0;
    +    }
    +    if (!strcmp(type, "rsa_padding_mode")) {
    +        int pm;
    +        if (!strcmp(value, "pkcs1"))
    +            pm = RSA_PKCS1_PADDING;
    +        else if (!strcmp(value, "sslv23"))
    +            pm = RSA_SSLV23_PADDING;
    +        else if (!strcmp(value, "none"))
    +            pm = RSA_NO_PADDING;
    +        else if (!strcmp(value, "oeap"))
    +            pm = RSA_PKCS1_OAEP_PADDING;
    +        else if (!strcmp(value, "oaep"))
    +            pm = RSA_PKCS1_OAEP_PADDING;
    +        else if (!strcmp(value, "x931"))
    +            pm = RSA_X931_PADDING;
    +        else if (!strcmp(value, "pss"))
    +            pm = RSA_PKCS1_PSS_PADDING;
    +        else {
    +            RSAerr(RSA_F_PKEY_RSA_CTRL_STR, RSA_R_UNKNOWN_PADDING_TYPE);
    +            return -2;
    +        }
    +        return EVP_PKEY_CTX_set_rsa_padding(ctx, pm);
    +    }
    +
    +    if (!strcmp(type, "rsa_pss_saltlen")) {
    +        int saltlen;
    +        saltlen = atoi(value);
    +        return EVP_PKEY_CTX_set_rsa_pss_saltlen(ctx, saltlen);
    +    }
    +
    +    if (!strcmp(type, "rsa_keygen_bits")) {
    +        int nbits;
    +        nbits = atoi(value);
    +        return EVP_PKEY_CTX_set_rsa_keygen_bits(ctx, nbits);
    +    }
    +
    +    if (!strcmp(type, "rsa_keygen_pubexp")) {
    +        int ret;
    +        BIGNUM *pubexp = NULL;
    +        if (!BN_asc2bn(&pubexp, value))
    +            return 0;
    +        ret = EVP_PKEY_CTX_set_rsa_keygen_pubexp(ctx, pubexp);
    +        if (ret <= 0)
    +            BN_free(pubexp);
    +        return ret;
    +    }
    +
    +    if (!strcmp(type, "rsa_mgf1_md")) {
    +        const EVP_MD *md;
    +        if (!(md = EVP_get_digestbyname(value))) {
    +            RSAerr(RSA_F_PKEY_RSA_CTRL_STR, RSA_R_INVALID_DIGEST);
    +            return 0;
    +        }
    +        return EVP_PKEY_CTX_set_rsa_mgf1_md(ctx, md);
    +    }
    +
    +    if (!strcmp(type, "rsa_oaep_md")) {
    +        const EVP_MD *md;
    +        if (!(md = EVP_get_digestbyname(value))) {
    +            RSAerr(RSA_F_PKEY_RSA_CTRL_STR, RSA_R_INVALID_DIGEST);
    +            return 0;
    +        }
    +        return EVP_PKEY_CTX_set_rsa_oaep_md(ctx, md);
    +    }
    +    if (!strcmp(type, "rsa_oaep_label")) {
    +        unsigned char *lab;
    +        long lablen;
    +        int ret;
    +        lab = string_to_hex(value, &lablen);
    +        if (!lab)
    +            return 0;
    +        ret = EVP_PKEY_CTX_set0_rsa_oaep_label(ctx, lab, lablen);
    +        if (ret <= 0)
    +            OPENSSL_free(lab);
    +        return ret;
    +    }
    +
    +    return -2;
    +}
     
     static int pkey_rsa_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey)
    -	{
    -	RSA *rsa = NULL;
    -	RSA_PKEY_CTX *rctx = ctx->data;
    -	BN_GENCB *pcb, cb;
    -	int ret;
    -	if (!rctx->pub_exp)
    -		{
    -		rctx->pub_exp = BN_new();
    -		if (!rctx->pub_exp || !BN_set_word(rctx->pub_exp, RSA_F4))
    -			return 0;
    -		}
    -	rsa = RSA_new();
    -	if (!rsa)
    -		return 0;
    -	if (ctx->pkey_gencb)
    -		{
    -		pcb = &cb;
    -		evp_pkey_set_cb_translate(pcb, ctx);
    -		}
    -	else
    -		pcb = NULL;
    -	ret = RSA_generate_key_ex(rsa, rctx->nbits, rctx->pub_exp, pcb);
    -	if (ret > 0)
    -		EVP_PKEY_assign_RSA(pkey, rsa);
    -	else
    -		RSA_free(rsa);
    -	return ret;
    -	}
    -
    -const EVP_PKEY_METHOD rsa_pkey_meth = 
    -	{
    -	EVP_PKEY_RSA,
    -	EVP_PKEY_FLAG_AUTOARGLEN,
    -	pkey_rsa_init,
    -	pkey_rsa_copy,
    -	pkey_rsa_cleanup,
    -
    -	0,0,
    -
    -	0,
    -	pkey_rsa_keygen,
    -
    -	0,
    -	pkey_rsa_sign,
    -
    -	0,
    -	pkey_rsa_verify,
    -
    -	0,
    -	pkey_rsa_verifyrecover,
    -
    -
    -	0,0,0,0,
    -
    -	0,
    -	pkey_rsa_encrypt,
    -
    -	0,
    -	pkey_rsa_decrypt,
    -
    -	0,0,
    -
    -	pkey_rsa_ctrl,
    -	pkey_rsa_ctrl_str
    -
    -
    -	};
    +{
    +    RSA *rsa = NULL;
    +    RSA_PKEY_CTX *rctx = ctx->data;
    +    BN_GENCB *pcb, cb;
    +    int ret;
    +    if (!rctx->pub_exp) {
    +        rctx->pub_exp = BN_new();
    +        if (!rctx->pub_exp || !BN_set_word(rctx->pub_exp, RSA_F4))
    +            return 0;
    +    }
    +    rsa = RSA_new();
    +    if (!rsa)
    +        return 0;
    +    if (ctx->pkey_gencb) {
    +        pcb = &cb;
    +        evp_pkey_set_cb_translate(pcb, ctx);
    +    } else
    +        pcb = NULL;
    +    ret = RSA_generate_key_ex(rsa, rctx->nbits, rctx->pub_exp, pcb);
    +    if (ret > 0)
    +        EVP_PKEY_assign_RSA(pkey, rsa);
    +    else
    +        RSA_free(rsa);
    +    return ret;
    +}
    +
    +const EVP_PKEY_METHOD rsa_pkey_meth = {
    +    EVP_PKEY_RSA,
    +    EVP_PKEY_FLAG_AUTOARGLEN,
    +    pkey_rsa_init,
    +    pkey_rsa_copy,
    +    pkey_rsa_cleanup,
    +
    +    0, 0,
    +
    +    0,
    +    pkey_rsa_keygen,
    +
    +    0,
    +    pkey_rsa_sign,
    +
    +    0,
    +    pkey_rsa_verify,
    +
    +    0,
    +    pkey_rsa_verifyrecover,
    +
    +    0, 0, 0, 0,
    +
    +    0,
    +    pkey_rsa_encrypt,
    +
    +    0,
    +    pkey_rsa_decrypt,
    +
    +    0, 0,
    +
    +    pkey_rsa_ctrl,
    +    pkey_rsa_ctrl_str
    +};
    diff --git a/openssl/crypto/rsa/rsa_prn.c b/openssl/crypto/rsa/rsa_prn.c
    index 224db0fae..076f871b3 100644
    --- a/openssl/crypto/rsa/rsa_prn.c
    +++ b/openssl/crypto/rsa/rsa_prn.c
    @@ -1,6 +1,7 @@
     /* crypto/rsa/rsa_prn.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2006.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2006.
      */
     /* ====================================================================
      * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -63,31 +64,29 @@
     
     #ifndef OPENSSL_NO_FP_API
     int RSA_print_fp(FILE *fp, const RSA *x, int off)
    -	{
    -	BIO *b;
    -	int ret;
    +{
    +    BIO *b;
    +    int ret;
     
    -	if ((b=BIO_new(BIO_s_file())) == NULL)
    -		{
    -		RSAerr(RSA_F_RSA_PRINT_FP,ERR_R_BUF_LIB);
    -		return(0);
    -		}
    -	BIO_set_fp(b,fp,BIO_NOCLOSE);
    -	ret=RSA_print(b,x,off);
    -	BIO_free(b);
    -	return(ret);
    -	}
    +    if ((b = BIO_new(BIO_s_file())) == NULL) {
    +        RSAerr(RSA_F_RSA_PRINT_FP, ERR_R_BUF_LIB);
    +        return (0);
    +    }
    +    BIO_set_fp(b, fp, BIO_NOCLOSE);
    +    ret = RSA_print(b, x, off);
    +    BIO_free(b);
    +    return (ret);
    +}
     #endif
     
     int RSA_print(BIO *bp, const RSA *x, int off)
    -	{
    -	EVP_PKEY *pk;
    -	int ret;
    -	pk = EVP_PKEY_new();
    -	if (!pk || !EVP_PKEY_set1_RSA(pk, (RSA *)x))
    -		return 0;
    -	ret = EVP_PKEY_print_private(bp, pk, off, NULL);
    -	EVP_PKEY_free(pk);
    -	return ret;
    -	}
    -
    +{
    +    EVP_PKEY *pk;
    +    int ret;
    +    pk = EVP_PKEY_new();
    +    if (!pk || !EVP_PKEY_set1_RSA(pk, (RSA *)x))
    +        return 0;
    +    ret = EVP_PKEY_print_private(bp, pk, off, NULL);
    +    EVP_PKEY_free(pk);
    +    return ret;
    +}
    diff --git a/openssl/crypto/rsa/rsa_pss.c b/openssl/crypto/rsa/rsa_pss.c
    index 5f9f533d0..41bc0844e 100644
    --- a/openssl/crypto/rsa/rsa_pss.c
    +++ b/openssl/crypto/rsa/rsa_pss.c
    @@ -1,6 +1,7 @@
     /* rsa_pss.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2005.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2005.
      */
     /* ====================================================================
      * Copyright (c) 2005 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -64,237 +65,226 @@
     #include 
     #include 
     
    -static const unsigned char zeroes[] = {0,0,0,0,0,0,0,0};
    +static const unsigned char zeroes[] = { 0, 0, 0, 0, 0, 0, 0, 0 };
     
     #if defined(_MSC_VER) && defined(_ARM_)
    -#pragma optimize("g", off)
    +# pragma optimize("g", off)
     #endif
     
     int RSA_verify_PKCS1_PSS(RSA *rsa, const unsigned char *mHash,
    -			const EVP_MD *Hash, const unsigned char *EM, int sLen)
    -	{
    -	return RSA_verify_PKCS1_PSS_mgf1(rsa, mHash, Hash, NULL, EM, sLen);
    -	}
    +                         const EVP_MD *Hash, const unsigned char *EM,
    +                         int sLen)
    +{
    +    return RSA_verify_PKCS1_PSS_mgf1(rsa, mHash, Hash, NULL, EM, sLen);
    +}
     
     int RSA_verify_PKCS1_PSS_mgf1(RSA *rsa, const unsigned char *mHash,
    -			const EVP_MD *Hash, const EVP_MD *mgf1Hash,
    -			const unsigned char *EM, int sLen)
    -	{
    -	int i;
    -	int ret = 0;
    -	int hLen, maskedDBLen, MSBits, emLen;
    -	const unsigned char *H;
    -	unsigned char *DB = NULL;
    -	EVP_MD_CTX ctx;
    -	unsigned char H_[EVP_MAX_MD_SIZE];
    -	EVP_MD_CTX_init(&ctx);
    +                              const EVP_MD *Hash, const EVP_MD *mgf1Hash,
    +                              const unsigned char *EM, int sLen)
    +{
    +    int i;
    +    int ret = 0;
    +    int hLen, maskedDBLen, MSBits, emLen;
    +    const unsigned char *H;
    +    unsigned char *DB = NULL;
    +    EVP_MD_CTX ctx;
    +    unsigned char H_[EVP_MAX_MD_SIZE];
    +    EVP_MD_CTX_init(&ctx);
     
    -	if (mgf1Hash == NULL)
    -		mgf1Hash = Hash;
    +    if (mgf1Hash == NULL)
    +        mgf1Hash = Hash;
     
    -	hLen = EVP_MD_size(Hash);
    -	if (hLen < 0)
    -		goto err;
    -	/*
    -	 * Negative sLen has special meanings:
    -	 *	-1	sLen == hLen
    -	 *	-2	salt length is autorecovered from signature
    -	 *	-N	reserved
    -	 */
    -	if      (sLen == -1)	sLen = hLen;
    -	else if (sLen == -2)	sLen = -2;
    -	else if (sLen < -2)
    -		{
    -		RSAerr(RSA_F_RSA_VERIFY_PKCS1_PSS_MGF1, RSA_R_SLEN_CHECK_FAILED);
    -		goto err;
    -		}
    +    hLen = EVP_MD_size(Hash);
    +    if (hLen < 0)
    +        goto err;
    +    /*-
    +     * Negative sLen has special meanings:
    +     *      -1      sLen == hLen
    +     *      -2      salt length is autorecovered from signature
    +     *      -N      reserved
    +     */
    +    if (sLen == -1)
    +        sLen = hLen;
    +    else if (sLen == -2)
    +        sLen = -2;
    +    else if (sLen < -2) {
    +        RSAerr(RSA_F_RSA_VERIFY_PKCS1_PSS_MGF1, RSA_R_SLEN_CHECK_FAILED);
    +        goto err;
    +    }
     
    -	MSBits = (BN_num_bits(rsa->n) - 1) & 0x7;
    -	emLen = RSA_size(rsa);
    -	if (EM[0] & (0xFF << MSBits))
    -		{
    -		RSAerr(RSA_F_RSA_VERIFY_PKCS1_PSS_MGF1, RSA_R_FIRST_OCTET_INVALID);
    -		goto err;
    -		}
    -	if (MSBits == 0)
    -		{
    -		EM++;
    -		emLen--;
    -		}
    -	if (emLen < (hLen + sLen + 2)) /* sLen can be small negative */
    -		{
    -		RSAerr(RSA_F_RSA_VERIFY_PKCS1_PSS_MGF1, RSA_R_DATA_TOO_LARGE);
    -		goto err;
    -		}
    -	if (EM[emLen - 1] != 0xbc)
    -		{
    -		RSAerr(RSA_F_RSA_VERIFY_PKCS1_PSS_MGF1, RSA_R_LAST_OCTET_INVALID);
    -		goto err;
    -		}
    -	maskedDBLen = emLen - hLen - 1;
    -	H = EM + maskedDBLen;
    -	DB = OPENSSL_malloc(maskedDBLen);
    -	if (!DB)
    -		{
    -		RSAerr(RSA_F_RSA_VERIFY_PKCS1_PSS_MGF1, ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -	if (PKCS1_MGF1(DB, maskedDBLen, H, hLen, mgf1Hash) < 0)
    -		goto err;
    -	for (i = 0; i < maskedDBLen; i++)
    -		DB[i] ^= EM[i];
    -	if (MSBits)
    -		DB[0] &= 0xFF >> (8 - MSBits);
    -	for (i = 0; DB[i] == 0 && i < (maskedDBLen-1); i++) ;
    -	if (DB[i++] != 0x1)
    -		{
    -		RSAerr(RSA_F_RSA_VERIFY_PKCS1_PSS_MGF1, RSA_R_SLEN_RECOVERY_FAILED);
    -		goto err;
    -		}
    -	if (sLen >= 0 && (maskedDBLen - i) != sLen)
    -		{
    -		RSAerr(RSA_F_RSA_VERIFY_PKCS1_PSS_MGF1, RSA_R_SLEN_CHECK_FAILED);
    -		goto err;
    -		}
    -	if (!EVP_DigestInit_ex(&ctx, Hash, NULL)
    -		|| !EVP_DigestUpdate(&ctx, zeroes, sizeof zeroes)
    -		|| !EVP_DigestUpdate(&ctx, mHash, hLen))
    -		goto err;
    -	if (maskedDBLen - i)
    -		{
    -		if (!EVP_DigestUpdate(&ctx, DB + i, maskedDBLen - i))
    -			goto err;
    -		}
    -	if (!EVP_DigestFinal_ex(&ctx, H_, NULL))
    -		goto err;
    -	if (memcmp(H_, H, hLen))
    -		{
    -		RSAerr(RSA_F_RSA_VERIFY_PKCS1_PSS_MGF1, RSA_R_BAD_SIGNATURE);
    -		ret = 0;
    -		}
    -	else 
    -		ret = 1;
    +    MSBits = (BN_num_bits(rsa->n) - 1) & 0x7;
    +    emLen = RSA_size(rsa);
    +    if (EM[0] & (0xFF << MSBits)) {
    +        RSAerr(RSA_F_RSA_VERIFY_PKCS1_PSS_MGF1, RSA_R_FIRST_OCTET_INVALID);
    +        goto err;
    +    }
    +    if (MSBits == 0) {
    +        EM++;
    +        emLen--;
    +    }
    +    if (emLen < (hLen + sLen + 2)) { /* sLen can be small negative */
    +        RSAerr(RSA_F_RSA_VERIFY_PKCS1_PSS_MGF1, RSA_R_DATA_TOO_LARGE);
    +        goto err;
    +    }
    +    if (EM[emLen - 1] != 0xbc) {
    +        RSAerr(RSA_F_RSA_VERIFY_PKCS1_PSS_MGF1, RSA_R_LAST_OCTET_INVALID);
    +        goto err;
    +    }
    +    maskedDBLen = emLen - hLen - 1;
    +    H = EM + maskedDBLen;
    +    DB = OPENSSL_malloc(maskedDBLen);
    +    if (!DB) {
    +        RSAerr(RSA_F_RSA_VERIFY_PKCS1_PSS_MGF1, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +    if (PKCS1_MGF1(DB, maskedDBLen, H, hLen, mgf1Hash) < 0)
    +        goto err;
    +    for (i = 0; i < maskedDBLen; i++)
    +        DB[i] ^= EM[i];
    +    if (MSBits)
    +        DB[0] &= 0xFF >> (8 - MSBits);
    +    for (i = 0; DB[i] == 0 && i < (maskedDBLen - 1); i++) ;
    +    if (DB[i++] != 0x1) {
    +        RSAerr(RSA_F_RSA_VERIFY_PKCS1_PSS_MGF1, RSA_R_SLEN_RECOVERY_FAILED);
    +        goto err;
    +    }
    +    if (sLen >= 0 && (maskedDBLen - i) != sLen) {
    +        RSAerr(RSA_F_RSA_VERIFY_PKCS1_PSS_MGF1, RSA_R_SLEN_CHECK_FAILED);
    +        goto err;
    +    }
    +    if (!EVP_DigestInit_ex(&ctx, Hash, NULL)
    +        || !EVP_DigestUpdate(&ctx, zeroes, sizeof zeroes)
    +        || !EVP_DigestUpdate(&ctx, mHash, hLen))
    +        goto err;
    +    if (maskedDBLen - i) {
    +        if (!EVP_DigestUpdate(&ctx, DB + i, maskedDBLen - i))
    +            goto err;
    +    }
    +    if (!EVP_DigestFinal_ex(&ctx, H_, NULL))
    +        goto err;
    +    if (memcmp(H_, H, hLen)) {
    +        RSAerr(RSA_F_RSA_VERIFY_PKCS1_PSS_MGF1, RSA_R_BAD_SIGNATURE);
    +        ret = 0;
    +    } else
    +        ret = 1;
     
    -	err:
    -	if (DB)
    -		OPENSSL_free(DB);
    -	EVP_MD_CTX_cleanup(&ctx);
    + err:
    +    if (DB)
    +        OPENSSL_free(DB);
    +    EVP_MD_CTX_cleanup(&ctx);
     
    -	return ret;
    +    return ret;
     
    -	}
    +}
     
     int RSA_padding_add_PKCS1_PSS(RSA *rsa, unsigned char *EM,
    -			const unsigned char *mHash,
    -			const EVP_MD *Hash, int sLen)
    -	{
    -	return RSA_padding_add_PKCS1_PSS_mgf1(rsa, EM, mHash, Hash, NULL, sLen);
    -	}
    +                              const unsigned char *mHash,
    +                              const EVP_MD *Hash, int sLen)
    +{
    +    return RSA_padding_add_PKCS1_PSS_mgf1(rsa, EM, mHash, Hash, NULL, sLen);
    +}
     
     int RSA_padding_add_PKCS1_PSS_mgf1(RSA *rsa, unsigned char *EM,
    -			const unsigned char *mHash,
    -			const EVP_MD *Hash, const EVP_MD *mgf1Hash, int sLen)
    -	{
    -	int i;
    -	int ret = 0;
    -	int hLen, maskedDBLen, MSBits, emLen;
    -	unsigned char *H, *salt = NULL, *p;
    -	EVP_MD_CTX ctx;
    +                                   const unsigned char *mHash,
    +                                   const EVP_MD *Hash, const EVP_MD *mgf1Hash,
    +                                   int sLen)
    +{
    +    int i;
    +    int ret = 0;
    +    int hLen, maskedDBLen, MSBits, emLen;
    +    unsigned char *H, *salt = NULL, *p;
    +    EVP_MD_CTX ctx;
     
    -	if (mgf1Hash == NULL)
    -		mgf1Hash = Hash;
    +    if (mgf1Hash == NULL)
    +        mgf1Hash = Hash;
     
    -	hLen = EVP_MD_size(Hash);
    -	if (hLen < 0)
    -		goto err;
    -	/*
    -	 * Negative sLen has special meanings:
    -	 *	-1	sLen == hLen
    -	 *	-2	salt length is maximized
    -	 *	-N	reserved
    -	 */
    -	if      (sLen == -1)	sLen = hLen;
    -	else if (sLen == -2)	sLen = -2;
    -	else if (sLen < -2)
    -		{
    -		RSAerr(RSA_F_RSA_PADDING_ADD_PKCS1_PSS_MGF1, RSA_R_SLEN_CHECK_FAILED);
    -		goto err;
    -		}
    +    hLen = EVP_MD_size(Hash);
    +    if (hLen < 0)
    +        goto err;
    +    /*-
    +     * Negative sLen has special meanings:
    +     *      -1      sLen == hLen
    +     *      -2      salt length is maximized
    +     *      -N      reserved
    +     */
    +    if (sLen == -1)
    +        sLen = hLen;
    +    else if (sLen == -2)
    +        sLen = -2;
    +    else if (sLen < -2) {
    +        RSAerr(RSA_F_RSA_PADDING_ADD_PKCS1_PSS_MGF1, RSA_R_SLEN_CHECK_FAILED);
    +        goto err;
    +    }
     
    -	MSBits = (BN_num_bits(rsa->n) - 1) & 0x7;
    -	emLen = RSA_size(rsa);
    -	if (MSBits == 0)
    -		{
    -		*EM++ = 0;
    -		emLen--;
    -		}
    -	if (sLen == -2)
    -		{
    -		sLen = emLen - hLen - 2;
    -		}
    -	else if (emLen < (hLen + sLen + 2))
    -		{
    -		RSAerr(RSA_F_RSA_PADDING_ADD_PKCS1_PSS_MGF1,RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE);
    -		goto err;
    -		}
    -	if (sLen > 0)
    -		{
    -		salt = OPENSSL_malloc(sLen);
    -		if (!salt)
    -			{
    -			RSAerr(RSA_F_RSA_PADDING_ADD_PKCS1_PSS_MGF1,ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -		if (RAND_bytes(salt, sLen) <= 0)
    -			goto err;
    -		}
    -	maskedDBLen = emLen - hLen - 1;
    -	H = EM + maskedDBLen;
    -	EVP_MD_CTX_init(&ctx);
    -	if (!EVP_DigestInit_ex(&ctx, Hash, NULL)
    -		|| !EVP_DigestUpdate(&ctx, zeroes, sizeof zeroes)
    -		|| !EVP_DigestUpdate(&ctx, mHash, hLen))
    -		goto err;
    -	if (sLen && !EVP_DigestUpdate(&ctx, salt, sLen))
    -		goto err;
    -	if (!EVP_DigestFinal_ex(&ctx, H, NULL))
    -		goto err;
    -	EVP_MD_CTX_cleanup(&ctx);
    +    MSBits = (BN_num_bits(rsa->n) - 1) & 0x7;
    +    emLen = RSA_size(rsa);
    +    if (MSBits == 0) {
    +        *EM++ = 0;
    +        emLen--;
    +    }
    +    if (sLen == -2) {
    +        sLen = emLen - hLen - 2;
    +    } else if (emLen < (hLen + sLen + 2)) {
    +        RSAerr(RSA_F_RSA_PADDING_ADD_PKCS1_PSS_MGF1,
    +               RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE);
    +        goto err;
    +    }
    +    if (sLen > 0) {
    +        salt = OPENSSL_malloc(sLen);
    +        if (!salt) {
    +            RSAerr(RSA_F_RSA_PADDING_ADD_PKCS1_PSS_MGF1,
    +                   ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +        if (RAND_bytes(salt, sLen) <= 0)
    +            goto err;
    +    }
    +    maskedDBLen = emLen - hLen - 1;
    +    H = EM + maskedDBLen;
    +    EVP_MD_CTX_init(&ctx);
    +    if (!EVP_DigestInit_ex(&ctx, Hash, NULL)
    +        || !EVP_DigestUpdate(&ctx, zeroes, sizeof zeroes)
    +        || !EVP_DigestUpdate(&ctx, mHash, hLen))
    +        goto err;
    +    if (sLen && !EVP_DigestUpdate(&ctx, salt, sLen))
    +        goto err;
    +    if (!EVP_DigestFinal_ex(&ctx, H, NULL))
    +        goto err;
    +    EVP_MD_CTX_cleanup(&ctx);
     
    -	/* Generate dbMask in place then perform XOR on it */
    -	if (PKCS1_MGF1(EM, maskedDBLen, H, hLen, mgf1Hash))
    -		goto err;
    +    /* Generate dbMask in place then perform XOR on it */
    +    if (PKCS1_MGF1(EM, maskedDBLen, H, hLen, mgf1Hash))
    +        goto err;
     
    -	p = EM;
    +    p = EM;
     
    -	/* Initial PS XORs with all zeroes which is a NOP so just update
    -	 * pointer. Note from a test above this value is guaranteed to
    -	 * be non-negative.
    -	 */
    -	p += emLen - sLen - hLen - 2;
    -	*p++ ^= 0x1;
    -	if (sLen > 0)
    -		{
    -		for (i = 0; i < sLen; i++)
    -			*p++ ^= salt[i];
    -		}
    -	if (MSBits)
    -		EM[0] &= 0xFF >> (8 - MSBits);
    +    /*
    +     * Initial PS XORs with all zeroes which is a NOP so just update pointer.
    +     * Note from a test above this value is guaranteed to be non-negative.
    +     */
    +    p += emLen - sLen - hLen - 2;
    +    *p++ ^= 0x1;
    +    if (sLen > 0) {
    +        for (i = 0; i < sLen; i++)
    +            *p++ ^= salt[i];
    +    }
    +    if (MSBits)
    +        EM[0] &= 0xFF >> (8 - MSBits);
     
    -	/* H is already in place so just set final 0xbc */
    +    /* H is already in place so just set final 0xbc */
     
    -	EM[emLen - 1] = 0xbc;
    +    EM[emLen - 1] = 0xbc;
     
    -	ret = 1;
    +    ret = 1;
     
    -	err:
    -	if (salt)
    -		OPENSSL_free(salt);
    + err:
    +    if (salt)
    +        OPENSSL_free(salt);
     
    -	return ret;
    +    return ret;
     
    -	}
    +}
     
     #if defined(_MSC_VER)
    -#pragma optimize("",on)
    +# pragma optimize("",on)
     #endif
    diff --git a/openssl/crypto/rsa/rsa_saos.c b/openssl/crypto/rsa/rsa_saos.c
    index f98e0a80a..e40023605 100644
    --- a/openssl/crypto/rsa/rsa_saos.c
    +++ b/openssl/crypto/rsa/rsa_saos.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -64,87 +64,85 @@
     #include 
     
     int RSA_sign_ASN1_OCTET_STRING(int type,
    -	const unsigned char *m, unsigned int m_len,
    -	unsigned char *sigret, unsigned int *siglen, RSA *rsa)
    -	{
    -	ASN1_OCTET_STRING sig;
    -	int i,j,ret=1;
    -	unsigned char *p,*s;
    +                               const unsigned char *m, unsigned int m_len,
    +                               unsigned char *sigret, unsigned int *siglen,
    +                               RSA *rsa)
    +{
    +    ASN1_OCTET_STRING sig;
    +    int i, j, ret = 1;
    +    unsigned char *p, *s;
     
    -	sig.type=V_ASN1_OCTET_STRING;
    -	sig.length=m_len;
    -	sig.data=(unsigned char *)m;
    +    sig.type = V_ASN1_OCTET_STRING;
    +    sig.length = m_len;
    +    sig.data = (unsigned char *)m;
     
    -	i=i2d_ASN1_OCTET_STRING(&sig,NULL);
    -	j=RSA_size(rsa);
    -	if (i > (j-RSA_PKCS1_PADDING_SIZE))
    -		{
    -		RSAerr(RSA_F_RSA_SIGN_ASN1_OCTET_STRING,RSA_R_DIGEST_TOO_BIG_FOR_RSA_KEY);
    -		return(0);
    -		}
    -	s=(unsigned char *)OPENSSL_malloc((unsigned int)j+1);
    -	if (s == NULL)
    -		{
    -		RSAerr(RSA_F_RSA_SIGN_ASN1_OCTET_STRING,ERR_R_MALLOC_FAILURE);
    -		return(0);
    -		}
    -	p=s;
    -	i2d_ASN1_OCTET_STRING(&sig,&p);
    -	i=RSA_private_encrypt(i,s,sigret,rsa,RSA_PKCS1_PADDING);
    -	if (i <= 0)
    -		ret=0;
    -	else
    -		*siglen=i;
    +    i = i2d_ASN1_OCTET_STRING(&sig, NULL);
    +    j = RSA_size(rsa);
    +    if (i > (j - RSA_PKCS1_PADDING_SIZE)) {
    +        RSAerr(RSA_F_RSA_SIGN_ASN1_OCTET_STRING,
    +               RSA_R_DIGEST_TOO_BIG_FOR_RSA_KEY);
    +        return (0);
    +    }
    +    s = (unsigned char *)OPENSSL_malloc((unsigned int)j + 1);
    +    if (s == NULL) {
    +        RSAerr(RSA_F_RSA_SIGN_ASN1_OCTET_STRING, ERR_R_MALLOC_FAILURE);
    +        return (0);
    +    }
    +    p = s;
    +    i2d_ASN1_OCTET_STRING(&sig, &p);
    +    i = RSA_private_encrypt(i, s, sigret, rsa, RSA_PKCS1_PADDING);
    +    if (i <= 0)
    +        ret = 0;
    +    else
    +        *siglen = i;
     
    -	OPENSSL_cleanse(s,(unsigned int)j+1);
    -	OPENSSL_free(s);
    -	return(ret);
    -	}
    +    OPENSSL_cleanse(s, (unsigned int)j + 1);
    +    OPENSSL_free(s);
    +    return (ret);
    +}
     
     int RSA_verify_ASN1_OCTET_STRING(int dtype,
    -	const unsigned char *m,
    -	unsigned int m_len, unsigned char *sigbuf, unsigned int siglen,
    -	RSA *rsa)
    -	{
    -	int i,ret=0;
    -	unsigned char *s;
    -	const unsigned char *p;
    -	ASN1_OCTET_STRING *sig=NULL;
    -
    -	if (siglen != (unsigned int)RSA_size(rsa))
    -		{
    -		RSAerr(RSA_F_RSA_VERIFY_ASN1_OCTET_STRING,RSA_R_WRONG_SIGNATURE_LENGTH);
    -		return(0);
    -		}
    +                                 const unsigned char *m,
    +                                 unsigned int m_len, unsigned char *sigbuf,
    +                                 unsigned int siglen, RSA *rsa)
    +{
    +    int i, ret = 0;
    +    unsigned char *s;
    +    const unsigned char *p;
    +    ASN1_OCTET_STRING *sig = NULL;
     
    -	s=(unsigned char *)OPENSSL_malloc((unsigned int)siglen);
    -	if (s == NULL)
    -		{
    -		RSAerr(RSA_F_RSA_VERIFY_ASN1_OCTET_STRING,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -	i=RSA_public_decrypt((int)siglen,sigbuf,s,rsa,RSA_PKCS1_PADDING);
    +    if (siglen != (unsigned int)RSA_size(rsa)) {
    +        RSAerr(RSA_F_RSA_VERIFY_ASN1_OCTET_STRING,
    +               RSA_R_WRONG_SIGNATURE_LENGTH);
    +        return (0);
    +    }
     
    -	if (i <= 0) goto err;
    +    s = (unsigned char *)OPENSSL_malloc((unsigned int)siglen);
    +    if (s == NULL) {
    +        RSAerr(RSA_F_RSA_VERIFY_ASN1_OCTET_STRING, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +    i = RSA_public_decrypt((int)siglen, sigbuf, s, rsa, RSA_PKCS1_PADDING);
     
    -	p=s;
    -	sig=d2i_ASN1_OCTET_STRING(NULL,&p,(long)i);
    -	if (sig == NULL) goto err;
    +    if (i <= 0)
    +        goto err;
     
    -	if (	((unsigned int)sig->length != m_len) ||
    -		(memcmp(m,sig->data,m_len) != 0))
    -		{
    -		RSAerr(RSA_F_RSA_VERIFY_ASN1_OCTET_STRING,RSA_R_BAD_SIGNATURE);
    -		}
    -	else
    -		ret=1;
    -err:
    -	if (sig != NULL) M_ASN1_OCTET_STRING_free(sig);
    -	if (s != NULL)
    -		{
    -		OPENSSL_cleanse(s,(unsigned int)siglen);
    -		OPENSSL_free(s);
    -		}
    -	return(ret);
    -	}
    +    p = s;
    +    sig = d2i_ASN1_OCTET_STRING(NULL, &p, (long)i);
    +    if (sig == NULL)
    +        goto err;
     
    +    if (((unsigned int)sig->length != m_len) ||
    +        (memcmp(m, sig->data, m_len) != 0)) {
    +        RSAerr(RSA_F_RSA_VERIFY_ASN1_OCTET_STRING, RSA_R_BAD_SIGNATURE);
    +    } else
    +        ret = 1;
    + err:
    +    if (sig != NULL)
    +        M_ASN1_OCTET_STRING_free(sig);
    +    if (s != NULL) {
    +        OPENSSL_cleanse(s, (unsigned int)siglen);
    +        OPENSSL_free(s);
    +    }
    +    return (ret);
    +}
    diff --git a/openssl/crypto/rsa/rsa_sign.c b/openssl/crypto/rsa/rsa_sign.c
    index 225bcfe2d..bc91da2c1 100644
    --- a/openssl/crypto/rsa/rsa_sign.c
    +++ b/openssl/crypto/rsa/rsa_sign.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -65,273 +65,249 @@
     #include "rsa_locl.h"
     
     /* Size of an SSL signature: MD5+SHA1 */
    -#define SSL_SIG_LENGTH	36
    +#define SSL_SIG_LENGTH  36
     
     int RSA_sign(int type, const unsigned char *m, unsigned int m_len,
    -	     unsigned char *sigret, unsigned int *siglen, RSA *rsa)
    -	{
    -	X509_SIG sig;
    -	ASN1_TYPE parameter;
    -	int i,j,ret=1;
    -	unsigned char *p, *tmps = NULL;
    -	const unsigned char *s = NULL;
    -	X509_ALGOR algor;
    -	ASN1_OCTET_STRING digest;
    +             unsigned char *sigret, unsigned int *siglen, RSA *rsa)
    +{
    +    X509_SIG sig;
    +    ASN1_TYPE parameter;
    +    int i, j, ret = 1;
    +    unsigned char *p, *tmps = NULL;
    +    const unsigned char *s = NULL;
    +    X509_ALGOR algor;
    +    ASN1_OCTET_STRING digest;
     #ifdef OPENSSL_FIPS
    -	if (FIPS_mode() && !(rsa->meth->flags & RSA_FLAG_FIPS_METHOD)
    -			&& !(rsa->flags & RSA_FLAG_NON_FIPS_ALLOW))
    -		{
    -		RSAerr(RSA_F_RSA_SIGN, RSA_R_NON_FIPS_RSA_METHOD);
    -		return 0;
    -		}
    +    if (FIPS_mode() && !(rsa->meth->flags & RSA_FLAG_FIPS_METHOD)
    +        && !(rsa->flags & RSA_FLAG_NON_FIPS_ALLOW)) {
    +        RSAerr(RSA_F_RSA_SIGN, RSA_R_NON_FIPS_RSA_METHOD);
    +        return 0;
    +    }
     #endif
    -	if((rsa->flags & RSA_FLAG_SIGN_VER) && rsa->meth->rsa_sign)
    -		{
    -		return rsa->meth->rsa_sign(type, m, m_len,
    -			sigret, siglen, rsa);
    -		}
    -	/* Special case: SSL signature, just check the length */
    -	if(type == NID_md5_sha1) {
    -		if(m_len != SSL_SIG_LENGTH) {
    -			RSAerr(RSA_F_RSA_SIGN,RSA_R_INVALID_MESSAGE_LENGTH);
    -			return(0);
    -		}
    -		i = SSL_SIG_LENGTH;
    -		s = m;
    -	} else {
    -		sig.algor= &algor;
    -		sig.algor->algorithm=OBJ_nid2obj(type);
    -		if (sig.algor->algorithm == NULL)
    -			{
    -			RSAerr(RSA_F_RSA_SIGN,RSA_R_UNKNOWN_ALGORITHM_TYPE);
    -			return(0);
    -			}
    -		if (sig.algor->algorithm->length == 0)
    -			{
    -			RSAerr(RSA_F_RSA_SIGN,RSA_R_THE_ASN1_OBJECT_IDENTIFIER_IS_NOT_KNOWN_FOR_THIS_MD);
    -			return(0);
    -			}
    -		parameter.type=V_ASN1_NULL;
    -		parameter.value.ptr=NULL;
    -		sig.algor->parameter= ¶meter;
    +    if ((rsa->flags & RSA_FLAG_SIGN_VER) && rsa->meth->rsa_sign) {
    +        return rsa->meth->rsa_sign(type, m, m_len, sigret, siglen, rsa);
    +    }
    +    /* Special case: SSL signature, just check the length */
    +    if (type == NID_md5_sha1) {
    +        if (m_len != SSL_SIG_LENGTH) {
    +            RSAerr(RSA_F_RSA_SIGN, RSA_R_INVALID_MESSAGE_LENGTH);
    +            return (0);
    +        }
    +        i = SSL_SIG_LENGTH;
    +        s = m;
    +    } else {
    +        sig.algor = &algor;
    +        sig.algor->algorithm = OBJ_nid2obj(type);
    +        if (sig.algor->algorithm == NULL) {
    +            RSAerr(RSA_F_RSA_SIGN, RSA_R_UNKNOWN_ALGORITHM_TYPE);
    +            return (0);
    +        }
    +        if (sig.algor->algorithm->length == 0) {
    +            RSAerr(RSA_F_RSA_SIGN,
    +                   RSA_R_THE_ASN1_OBJECT_IDENTIFIER_IS_NOT_KNOWN_FOR_THIS_MD);
    +            return (0);
    +        }
    +        parameter.type = V_ASN1_NULL;
    +        parameter.value.ptr = NULL;
    +        sig.algor->parameter = ¶meter;
     
    -		sig.digest= &digest;
    -		sig.digest->data=(unsigned char *)m; /* TMP UGLY CAST */
    -		sig.digest->length=m_len;
    +        sig.digest = &digest;
    +        sig.digest->data = (unsigned char *)m; /* TMP UGLY CAST */
    +        sig.digest->length = m_len;
     
    -		i=i2d_X509_SIG(&sig,NULL);
    -	}
    -	j=RSA_size(rsa);
    -	if (i > (j-RSA_PKCS1_PADDING_SIZE))
    -		{
    -		RSAerr(RSA_F_RSA_SIGN,RSA_R_DIGEST_TOO_BIG_FOR_RSA_KEY);
    -		return(0);
    -		}
    -	if(type != NID_md5_sha1) {
    -		tmps=(unsigned char *)OPENSSL_malloc((unsigned int)j+1);
    -		if (tmps == NULL)
    -			{
    -			RSAerr(RSA_F_RSA_SIGN,ERR_R_MALLOC_FAILURE);
    -			return(0);
    -			}
    -		p=tmps;
    -		i2d_X509_SIG(&sig,&p);
    -		s=tmps;
    -	}
    -	i=RSA_private_encrypt(i,s,sigret,rsa,RSA_PKCS1_PADDING);
    -	if (i <= 0)
    -		ret=0;
    -	else
    -		*siglen=i;
    +        i = i2d_X509_SIG(&sig, NULL);
    +    }
    +    j = RSA_size(rsa);
    +    if (i > (j - RSA_PKCS1_PADDING_SIZE)) {
    +        RSAerr(RSA_F_RSA_SIGN, RSA_R_DIGEST_TOO_BIG_FOR_RSA_KEY);
    +        return (0);
    +    }
    +    if (type != NID_md5_sha1) {
    +        tmps = (unsigned char *)OPENSSL_malloc((unsigned int)j + 1);
    +        if (tmps == NULL) {
    +            RSAerr(RSA_F_RSA_SIGN, ERR_R_MALLOC_FAILURE);
    +            return (0);
    +        }
    +        p = tmps;
    +        i2d_X509_SIG(&sig, &p);
    +        s = tmps;
    +    }
    +    i = RSA_private_encrypt(i, s, sigret, rsa, RSA_PKCS1_PADDING);
    +    if (i <= 0)
    +        ret = 0;
    +    else
    +        *siglen = i;
     
    -	if(type != NID_md5_sha1) {
    -		OPENSSL_cleanse(tmps,(unsigned int)j+1);
    -		OPENSSL_free(tmps);
    -	}
    -	return(ret);
    -	}
    +    if (type != NID_md5_sha1) {
    +        OPENSSL_cleanse(tmps, (unsigned int)j + 1);
    +        OPENSSL_free(tmps);
    +    }
    +    return (ret);
    +}
     
     /*
      * Check DigestInfo structure does not contain extraneous data by reencoding
    - * using DER and checking encoding against original. 
    + * using DER and checking encoding against original.
      */
    -static int rsa_check_digestinfo(X509_SIG *sig, const unsigned char *dinfo, int dinfolen)
    -	{
    -	unsigned char *der = NULL;
    -	int derlen;
    -	int ret = 0;
    -	derlen = i2d_X509_SIG(sig, &der);
    -	if (derlen <= 0)
    -		return 0;
    -	if (derlen == dinfolen && !memcmp(dinfo, der, derlen))
    -		ret = 1;
    -	OPENSSL_cleanse(der, derlen);
    -	OPENSSL_free(der);
    -	return ret;
    -	}
    +static int rsa_check_digestinfo(X509_SIG *sig, const unsigned char *dinfo,
    +                                int dinfolen)
    +{
    +    unsigned char *der = NULL;
    +    int derlen;
    +    int ret = 0;
    +    derlen = i2d_X509_SIG(sig, &der);
    +    if (derlen <= 0)
    +        return 0;
    +    if (derlen == dinfolen && !memcmp(dinfo, der, derlen))
    +        ret = 1;
    +    OPENSSL_cleanse(der, derlen);
    +    OPENSSL_free(der);
    +    return ret;
    +}
     
     int int_rsa_verify(int dtype, const unsigned char *m,
    -			  unsigned int m_len,
    -			  unsigned char *rm, size_t *prm_len,
    -			  const unsigned char *sigbuf, size_t siglen,
    -			  RSA *rsa)
    -	{
    -	int i,ret=0,sigtype;
    -	unsigned char *s;
    -	X509_SIG *sig=NULL;
    +                   unsigned int m_len,
    +                   unsigned char *rm, size_t *prm_len,
    +                   const unsigned char *sigbuf, size_t siglen, RSA *rsa)
    +{
    +    int i, ret = 0, sigtype;
    +    unsigned char *s;
    +    X509_SIG *sig = NULL;
     
     #ifdef OPENSSL_FIPS
    -	if (FIPS_mode() && !(rsa->meth->flags & RSA_FLAG_FIPS_METHOD)
    -			&& !(rsa->flags & RSA_FLAG_NON_FIPS_ALLOW))
    -		{
    -		RSAerr(RSA_F_INT_RSA_VERIFY, RSA_R_NON_FIPS_RSA_METHOD);
    -		return 0;
    -		}
    +    if (FIPS_mode() && !(rsa->meth->flags & RSA_FLAG_FIPS_METHOD)
    +        && !(rsa->flags & RSA_FLAG_NON_FIPS_ALLOW)) {
    +        RSAerr(RSA_F_INT_RSA_VERIFY, RSA_R_NON_FIPS_RSA_METHOD);
    +        return 0;
    +    }
     #endif
     
    -	if (siglen != (unsigned int)RSA_size(rsa))
    -		{
    -		RSAerr(RSA_F_INT_RSA_VERIFY,RSA_R_WRONG_SIGNATURE_LENGTH);
    -		return(0);
    -		}
    -
    -	if((dtype == NID_md5_sha1) && rm)
    -		{
    -		i = RSA_public_decrypt((int)siglen,
    -					sigbuf,rm,rsa,RSA_PKCS1_PADDING);
    -		if (i <= 0)
    -			return 0;
    -		*prm_len = i;
    -		return 1;
    -		}
    +    if (siglen != (unsigned int)RSA_size(rsa)) {
    +        RSAerr(RSA_F_INT_RSA_VERIFY, RSA_R_WRONG_SIGNATURE_LENGTH);
    +        return (0);
    +    }
     
    -	s=(unsigned char *)OPENSSL_malloc((unsigned int)siglen);
    -	if (s == NULL)
    -		{
    -		RSAerr(RSA_F_INT_RSA_VERIFY,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -	if((dtype == NID_md5_sha1) && (m_len != SSL_SIG_LENGTH) ) {
    -			RSAerr(RSA_F_INT_RSA_VERIFY,RSA_R_INVALID_MESSAGE_LENGTH);
    -			goto err;
    -	}
    -	i=RSA_public_decrypt((int)siglen,sigbuf,s,rsa,RSA_PKCS1_PADDING);
    +    if ((dtype == NID_md5_sha1) && rm) {
    +        i = RSA_public_decrypt((int)siglen,
    +                               sigbuf, rm, rsa, RSA_PKCS1_PADDING);
    +        if (i <= 0)
    +            return 0;
    +        *prm_len = i;
    +        return 1;
    +    }
     
    -	if (i <= 0) goto err;
    -	/* Oddball MDC2 case: signature can be OCTET STRING.
    -	 * check for correct tag and length octets.
    -	 */
    -	if (dtype == NID_mdc2 && i == 18 && s[0] == 0x04 && s[1] == 0x10)
    -		{
    -		if (rm)
    -			{
    -			memcpy(rm, s + 2, 16);
    -			*prm_len = 16;
    -			ret = 1;
    -			}
    -		else if(memcmp(m, s + 2, 16))
    -			RSAerr(RSA_F_INT_RSA_VERIFY,RSA_R_BAD_SIGNATURE);
    -		else
    -			ret = 1;
    -		}
    +    s = (unsigned char *)OPENSSL_malloc((unsigned int)siglen);
    +    if (s == NULL) {
    +        RSAerr(RSA_F_INT_RSA_VERIFY, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +    if ((dtype == NID_md5_sha1) && (m_len != SSL_SIG_LENGTH)) {
    +        RSAerr(RSA_F_INT_RSA_VERIFY, RSA_R_INVALID_MESSAGE_LENGTH);
    +        goto err;
    +    }
    +    i = RSA_public_decrypt((int)siglen, sigbuf, s, rsa, RSA_PKCS1_PADDING);
     
    -	/* Special case: SSL signature */
    -	if(dtype == NID_md5_sha1) {
    -		if((i != SSL_SIG_LENGTH) || memcmp(s, m, SSL_SIG_LENGTH))
    -				RSAerr(RSA_F_INT_RSA_VERIFY,RSA_R_BAD_SIGNATURE);
    -		else ret = 1;
    -	} else {
    -		const unsigned char *p=s;
    -		sig=d2i_X509_SIG(NULL,&p,(long)i);
    +    if (i <= 0)
    +        goto err;
    +    /*
    +     * Oddball MDC2 case: signature can be OCTET STRING. check for correct
    +     * tag and length octets.
    +     */
    +    if (dtype == NID_mdc2 && i == 18 && s[0] == 0x04 && s[1] == 0x10) {
    +        if (rm) {
    +            memcpy(rm, s + 2, 16);
    +            *prm_len = 16;
    +            ret = 1;
    +        } else if (memcmp(m, s + 2, 16))
    +            RSAerr(RSA_F_INT_RSA_VERIFY, RSA_R_BAD_SIGNATURE);
    +        else
    +            ret = 1;
    +    }
     
    -		if (sig == NULL) goto err;
    +    /* Special case: SSL signature */
    +    if (dtype == NID_md5_sha1) {
    +        if ((i != SSL_SIG_LENGTH) || memcmp(s, m, SSL_SIG_LENGTH))
    +            RSAerr(RSA_F_INT_RSA_VERIFY, RSA_R_BAD_SIGNATURE);
    +        else
    +            ret = 1;
    +    } else {
    +        const unsigned char *p = s;
    +        sig = d2i_X509_SIG(NULL, &p, (long)i);
     
    -		/* Excess data can be used to create forgeries */
    -		if(p != s+i || !rsa_check_digestinfo(sig, s, i))
    -			{
    -			RSAerr(RSA_F_INT_RSA_VERIFY,RSA_R_BAD_SIGNATURE);
    -			goto err;
    -			}
    +        if (sig == NULL)
    +            goto err;
     
    -		/* Parameters to the signature algorithm can also be used to
    -		   create forgeries */
    -		if(sig->algor->parameter
    -		   && ASN1_TYPE_get(sig->algor->parameter) != V_ASN1_NULL)
    -			{
    -			RSAerr(RSA_F_INT_RSA_VERIFY,RSA_R_BAD_SIGNATURE);
    -			goto err;
    -			}
    +        /* Excess data can be used to create forgeries */
    +        if (p != s + i || !rsa_check_digestinfo(sig, s, i)) {
    +            RSAerr(RSA_F_INT_RSA_VERIFY, RSA_R_BAD_SIGNATURE);
    +            goto err;
    +        }
     
    -		sigtype=OBJ_obj2nid(sig->algor->algorithm);
    +        /*
    +         * Parameters to the signature algorithm can also be used to create
    +         * forgeries
    +         */
    +        if (sig->algor->parameter
    +            && ASN1_TYPE_get(sig->algor->parameter) != V_ASN1_NULL) {
    +            RSAerr(RSA_F_INT_RSA_VERIFY, RSA_R_BAD_SIGNATURE);
    +            goto err;
    +        }
     
    +        sigtype = OBJ_obj2nid(sig->algor->algorithm);
     
    -	#ifdef RSA_DEBUG
    -		/* put a backward compatibility flag in EAY */
    -		fprintf(stderr,"in(%s) expect(%s)\n",OBJ_nid2ln(sigtype),
    -			OBJ_nid2ln(dtype));
    -	#endif
    -		if (sigtype != dtype)
    -			{
    -			if (((dtype == NID_md5) &&
    -				(sigtype == NID_md5WithRSAEncryption)) ||
    -				((dtype == NID_md2) &&
    -				(sigtype == NID_md2WithRSAEncryption)))
    -				{
    -				/* ok, we will let it through */
    +#ifdef RSA_DEBUG
    +        /* put a backward compatibility flag in EAY */
    +        fprintf(stderr, "in(%s) expect(%s)\n", OBJ_nid2ln(sigtype),
    +                OBJ_nid2ln(dtype));
    +#endif
    +        if (sigtype != dtype) {
    +            if (((dtype == NID_md5) &&
    +                 (sigtype == NID_md5WithRSAEncryption)) ||
    +                ((dtype == NID_md2) &&
    +                 (sigtype == NID_md2WithRSAEncryption))) {
    +                /* ok, we will let it through */
     #if !defined(OPENSSL_NO_STDIO) && !defined(OPENSSL_SYS_WIN16)
    -				fprintf(stderr,"signature has problems, re-make with post SSLeay045\n");
    +                fprintf(stderr,
    +                        "signature has problems, re-make with post SSLeay045\n");
     #endif
    -				}
    -			else
    -				{
    -				RSAerr(RSA_F_INT_RSA_VERIFY,
    -						RSA_R_ALGORITHM_MISMATCH);
    -				goto err;
    -				}
    -			}
    -		if (rm)
    -			{
    -			const EVP_MD *md;
    -			md = EVP_get_digestbynid(dtype);
    -			if (md && (EVP_MD_size(md) != sig->digest->length))
    -				RSAerr(RSA_F_INT_RSA_VERIFY,
    -						RSA_R_INVALID_DIGEST_LENGTH);
    -			else
    -				{
    -				memcpy(rm, sig->digest->data,
    -							sig->digest->length);
    -				*prm_len = sig->digest->length;
    -				ret = 1;
    -				}
    -			}
    -		else if (((unsigned int)sig->digest->length != m_len) ||
    -			(memcmp(m,sig->digest->data,m_len) != 0))
    -			{
    -			RSAerr(RSA_F_INT_RSA_VERIFY,RSA_R_BAD_SIGNATURE);
    -			}
    -		else
    -			ret=1;
    -	}
    -err:
    -	if (sig != NULL) X509_SIG_free(sig);
    -	if (s != NULL)
    -		{
    -		OPENSSL_cleanse(s,(unsigned int)siglen);
    -		OPENSSL_free(s);
    -		}
    -	return(ret);
    -	}
    +            } else {
    +                RSAerr(RSA_F_INT_RSA_VERIFY, RSA_R_ALGORITHM_MISMATCH);
    +                goto err;
    +            }
    +        }
    +        if (rm) {
    +            const EVP_MD *md;
    +            md = EVP_get_digestbynid(dtype);
    +            if (md && (EVP_MD_size(md) != sig->digest->length))
    +                RSAerr(RSA_F_INT_RSA_VERIFY, RSA_R_INVALID_DIGEST_LENGTH);
    +            else {
    +                memcpy(rm, sig->digest->data, sig->digest->length);
    +                *prm_len = sig->digest->length;
    +                ret = 1;
    +            }
    +        } else if (((unsigned int)sig->digest->length != m_len) ||
    +                   (memcmp(m, sig->digest->data, m_len) != 0)) {
    +            RSAerr(RSA_F_INT_RSA_VERIFY, RSA_R_BAD_SIGNATURE);
    +        } else
    +            ret = 1;
    +    }
    + err:
    +    if (sig != NULL)
    +        X509_SIG_free(sig);
    +    if (s != NULL) {
    +        OPENSSL_cleanse(s, (unsigned int)siglen);
    +        OPENSSL_free(s);
    +    }
    +    return (ret);
    +}
     
     int RSA_verify(int dtype, const unsigned char *m, unsigned int m_len,
    -		const unsigned char *sigbuf, unsigned int siglen,
    -		RSA *rsa)
    -	{
    +               const unsigned char *sigbuf, unsigned int siglen, RSA *rsa)
    +{
     
    -	if((rsa->flags & RSA_FLAG_SIGN_VER) && rsa->meth->rsa_verify)
    -		{
    -		return rsa->meth->rsa_verify(dtype, m, m_len,
    -			sigbuf, siglen, rsa);
    -		}
    +    if ((rsa->flags & RSA_FLAG_SIGN_VER) && rsa->meth->rsa_verify) {
    +        return rsa->meth->rsa_verify(dtype, m, m_len, sigbuf, siglen, rsa);
    +    }
     
    -	return int_rsa_verify(dtype, m, m_len, NULL, NULL, sigbuf, siglen, rsa);
    -	}
    +    return int_rsa_verify(dtype, m, m_len, NULL, NULL, sigbuf, siglen, rsa);
    +}
    diff --git a/openssl/crypto/rsa/rsa_ssl.c b/openssl/crypto/rsa/rsa_ssl.c
    index cfeff15bc..746e01f64 100644
    --- a/openssl/crypto/rsa/rsa_ssl.c
    +++ b/openssl/crypto/rsa/rsa_ssl.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,92 +63,87 @@
     #include 
     
     int RSA_padding_add_SSLv23(unsigned char *to, int tlen,
    -	const unsigned char *from, int flen)
    -	{
    -	int i,j;
    -	unsigned char *p;
    -	
    -	if (flen > (tlen-11))
    -		{
    -		RSAerr(RSA_F_RSA_PADDING_ADD_SSLV23,RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE);
    -		return(0);
    -		}
    -	
    -	p=(unsigned char *)to;
    +                           const unsigned char *from, int flen)
    +{
    +    int i, j;
    +    unsigned char *p;
     
    -	*(p++)=0;
    -	*(p++)=2; /* Public Key BT (Block Type) */
    +    if (flen > (tlen - 11)) {
    +        RSAerr(RSA_F_RSA_PADDING_ADD_SSLV23,
    +               RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE);
    +        return (0);
    +    }
     
    -	/* pad out with non-zero random data */
    -	j=tlen-3-8-flen;
    +    p = (unsigned char *)to;
     
    -	if (RAND_bytes(p,j) <= 0)
    -		return(0);
    -	for (i=0; i tlen)
    -		{
    -		RSAerr(RSA_F_RSA_PADDING_CHECK_SSLV23,RSA_R_DATA_TOO_LARGE);
    -		return(-1);
    -		}
    -	memcpy(to,p,(unsigned int)j);
    +    if ((i == j) || (i < 8)) {
    +        RSAerr(RSA_F_RSA_PADDING_CHECK_SSLV23,
    +               RSA_R_NULL_BEFORE_BLOCK_MISSING);
    +        return (-1);
    +    }
    +    for (k = -9; k < -1; k++) {
    +        if (p[k] != 0x03)
    +            break;
    +    }
    +    if (k == -1) {
    +        RSAerr(RSA_F_RSA_PADDING_CHECK_SSLV23, RSA_R_SSLV3_ROLLBACK_ATTACK);
    +        return (-1);
    +    }
     
    -	return(j);
    -	}
    +    i++;                        /* Skip over the '\0' */
    +    j -= i;
    +    if (j > tlen) {
    +        RSAerr(RSA_F_RSA_PADDING_CHECK_SSLV23, RSA_R_DATA_TOO_LARGE);
    +        return (-1);
    +    }
    +    memcpy(to, p, (unsigned int)j);
     
    +    return (j);
    +}
    diff --git a/openssl/crypto/rsa/rsa_test.c b/openssl/crypto/rsa/rsa_test.c
    index c8705a0f6..e9712953e 100644
    --- a/openssl/crypto/rsa/rsa_test.c
    +++ b/openssl/crypto/rsa/rsa_test.c
    @@ -13,12 +13,12 @@
     int main(int argc, char *argv[])
     {
         printf("No RSA support\n");
    -    return(0);
    +    return (0);
     }
     #else
    -#include 
    +# include 
     
    -#define SetKey \
    +# define SetKey \
       key->n = BN_bin2bn(n, sizeof(n)-1, key->n); \
       key->e = BN_bin2bn(e, sizeof(e)-1, key->e); \
       key->d = BN_bin2bn(d, sizeof(d)-1, key->d); \
    @@ -31,185 +31,186 @@ int main(int argc, char *argv[])
       return (sizeof(ctext_ex) - 1);
     
     static int key1(RSA *key, unsigned char *c)
    -    {
    +{
         static unsigned char n[] =
    -"\x00\xAA\x36\xAB\xCE\x88\xAC\xFD\xFF\x55\x52\x3C\x7F\xC4\x52\x3F"
    -"\x90\xEF\xA0\x0D\xF3\x77\x4A\x25\x9F\x2E\x62\xB4\xC5\xD9\x9C\xB5"
    -"\xAD\xB3\x00\xA0\x28\x5E\x53\x01\x93\x0E\x0C\x70\xFB\x68\x76\x93"
    -"\x9C\xE6\x16\xCE\x62\x4A\x11\xE0\x08\x6D\x34\x1E\xBC\xAC\xA0\xA1"
    -"\xF5";
    +        "\x00\xAA\x36\xAB\xCE\x88\xAC\xFD\xFF\x55\x52\x3C\x7F\xC4\x52\x3F"
    +        "\x90\xEF\xA0\x0D\xF3\x77\x4A\x25\x9F\x2E\x62\xB4\xC5\xD9\x9C\xB5"
    +        "\xAD\xB3\x00\xA0\x28\x5E\x53\x01\x93\x0E\x0C\x70\xFB\x68\x76\x93"
    +        "\x9C\xE6\x16\xCE\x62\x4A\x11\xE0\x08\x6D\x34\x1E\xBC\xAC\xA0\xA1"
    +        "\xF5";
     
         static unsigned char e[] = "\x11";
     
         static unsigned char d[] =
    -"\x0A\x03\x37\x48\x62\x64\x87\x69\x5F\x5F\x30\xBC\x38\xB9\x8B\x44"
    -"\xC2\xCD\x2D\xFF\x43\x40\x98\xCD\x20\xD8\xA1\x38\xD0\x90\xBF\x64"
    -"\x79\x7C\x3F\xA7\xA2\xCD\xCB\x3C\xD1\xE0\xBD\xBA\x26\x54\xB4\xF9"
    -"\xDF\x8E\x8A\xE5\x9D\x73\x3D\x9F\x33\xB3\x01\x62\x4A\xFD\x1D\x51";
    +        "\x0A\x03\x37\x48\x62\x64\x87\x69\x5F\x5F\x30\xBC\x38\xB9\x8B\x44"
    +        "\xC2\xCD\x2D\xFF\x43\x40\x98\xCD\x20\xD8\xA1\x38\xD0\x90\xBF\x64"
    +        "\x79\x7C\x3F\xA7\xA2\xCD\xCB\x3C\xD1\xE0\xBD\xBA\x26\x54\xB4\xF9"
    +        "\xDF\x8E\x8A\xE5\x9D\x73\x3D\x9F\x33\xB3\x01\x62\x4A\xFD\x1D\x51";
     
         static unsigned char p[] =
    -"\x00\xD8\x40\xB4\x16\x66\xB4\x2E\x92\xEA\x0D\xA3\xB4\x32\x04\xB5"
    -"\xCF\xCE\x33\x52\x52\x4D\x04\x16\xA5\xA4\x41\xE7\x00\xAF\x46\x12"
    -"\x0D";
    -    
    +        "\x00\xD8\x40\xB4\x16\x66\xB4\x2E\x92\xEA\x0D\xA3\xB4\x32\x04\xB5"
    +        "\xCF\xCE\x33\x52\x52\x4D\x04\x16\xA5\xA4\x41\xE7\x00\xAF\x46\x12"
    +        "\x0D";
    +
         static unsigned char q[] =
    -"\x00\xC9\x7F\xB1\xF0\x27\xF4\x53\xF6\x34\x12\x33\xEA\xAA\xD1\xD9"
    -"\x35\x3F\x6C\x42\xD0\x88\x66\xB1\xD0\x5A\x0F\x20\x35\x02\x8B\x9D"
    -"\x89";
    +        "\x00\xC9\x7F\xB1\xF0\x27\xF4\x53\xF6\x34\x12\x33\xEA\xAA\xD1\xD9"
    +        "\x35\x3F\x6C\x42\xD0\x88\x66\xB1\xD0\x5A\x0F\x20\x35\x02\x8B\x9D"
    +        "\x89";
     
         static unsigned char dmp1[] =
    -"\x59\x0B\x95\x72\xA2\xC2\xA9\xC4\x06\x05\x9D\xC2\xAB\x2F\x1D\xAF"
    -"\xEB\x7E\x8B\x4F\x10\xA7\x54\x9E\x8E\xED\xF5\xB4\xFC\xE0\x9E\x05";
    +        "\x59\x0B\x95\x72\xA2\xC2\xA9\xC4\x06\x05\x9D\xC2\xAB\x2F\x1D\xAF"
    +        "\xEB\x7E\x8B\x4F\x10\xA7\x54\x9E\x8E\xED\xF5\xB4\xFC\xE0\x9E\x05";
     
         static unsigned char dmq1[] =
    -"\x00\x8E\x3C\x05\x21\xFE\x15\xE0\xEA\x06\xA3\x6F\xF0\xF1\x0C\x99"
    -"\x52\xC3\x5B\x7A\x75\x14\xFD\x32\x38\xB8\x0A\xAD\x52\x98\x62\x8D"
    -"\x51";
    +        "\x00\x8E\x3C\x05\x21\xFE\x15\xE0\xEA\x06\xA3\x6F\xF0\xF1\x0C\x99"
    +        "\x52\xC3\x5B\x7A\x75\x14\xFD\x32\x38\xB8\x0A\xAD\x52\x98\x62\x8D"
    +        "\x51";
     
         static unsigned char iqmp[] =
    -"\x36\x3F\xF7\x18\x9D\xA8\xE9\x0B\x1D\x34\x1F\x71\xD0\x9B\x76\xA8"
    -"\xA9\x43\xE1\x1D\x10\xB2\x4D\x24\x9F\x2D\xEA\xFE\xF8\x0C\x18\x26";
    +        "\x36\x3F\xF7\x18\x9D\xA8\xE9\x0B\x1D\x34\x1F\x71\xD0\x9B\x76\xA8"
    +        "\xA9\x43\xE1\x1D\x10\xB2\x4D\x24\x9F\x2D\xEA\xFE\xF8\x0C\x18\x26";
     
         static unsigned char ctext_ex[] =
    -"\x1b\x8f\x05\xf9\xca\x1a\x79\x52\x6e\x53\xf3\xcc\x51\x4f\xdb\x89"
    -"\x2b\xfb\x91\x93\x23\x1e\x78\xb9\x92\xe6\x8d\x50\xa4\x80\xcb\x52"
    -"\x33\x89\x5c\x74\x95\x8d\x5d\x02\xab\x8c\x0f\xd0\x40\xeb\x58\x44"
    -"\xb0\x05\xc3\x9e\xd8\x27\x4a\x9d\xbf\xa8\x06\x71\x40\x94\x39\xd2";
    +        "\x1b\x8f\x05\xf9\xca\x1a\x79\x52\x6e\x53\xf3\xcc\x51\x4f\xdb\x89"
    +        "\x2b\xfb\x91\x93\x23\x1e\x78\xb9\x92\xe6\x8d\x50\xa4\x80\xcb\x52"
    +        "\x33\x89\x5c\x74\x95\x8d\x5d\x02\xab\x8c\x0f\xd0\x40\xeb\x58\x44"
    +        "\xb0\x05\xc3\x9e\xd8\x27\x4a\x9d\xbf\xa8\x06\x71\x40\x94\x39\xd2";
     
         SetKey;
    -    }
    +}
     
     static int key2(RSA *key, unsigned char *c)
    -    {
    +{
         static unsigned char n[] =
    -"\x00\xA3\x07\x9A\x90\xDF\x0D\xFD\x72\xAC\x09\x0C\xCC\x2A\x78\xB8"
    -"\x74\x13\x13\x3E\x40\x75\x9C\x98\xFA\xF8\x20\x4F\x35\x8A\x0B\x26"
    -"\x3C\x67\x70\xE7\x83\xA9\x3B\x69\x71\xB7\x37\x79\xD2\x71\x7B\xE8"
    -"\x34\x77\xCF";
    +        "\x00\xA3\x07\x9A\x90\xDF\x0D\xFD\x72\xAC\x09\x0C\xCC\x2A\x78\xB8"
    +        "\x74\x13\x13\x3E\x40\x75\x9C\x98\xFA\xF8\x20\x4F\x35\x8A\x0B\x26"
    +        "\x3C\x67\x70\xE7\x83\xA9\x3B\x69\x71\xB7\x37\x79\xD2\x71\x7B\xE8"
    +        "\x34\x77\xCF";
     
         static unsigned char e[] = "\x3";
     
         static unsigned char d[] =
    -"\x6C\xAF\xBC\x60\x94\xB3\xFE\x4C\x72\xB0\xB3\x32\xC6\xFB\x25\xA2"
    -"\xB7\x62\x29\x80\x4E\x68\x65\xFC\xA4\x5A\x74\xDF\x0F\x8F\xB8\x41"
    -"\x3B\x52\xC0\xD0\xE5\x3D\x9B\x59\x0F\xF1\x9B\xE7\x9F\x49\xDD\x21"
    -"\xE5\xEB";
    +        "\x6C\xAF\xBC\x60\x94\xB3\xFE\x4C\x72\xB0\xB3\x32\xC6\xFB\x25\xA2"
    +        "\xB7\x62\x29\x80\x4E\x68\x65\xFC\xA4\x5A\x74\xDF\x0F\x8F\xB8\x41"
    +        "\x3B\x52\xC0\xD0\xE5\x3D\x9B\x59\x0F\xF1\x9B\xE7\x9F\x49\xDD\x21"
    +        "\xE5\xEB";
     
         static unsigned char p[] =
    -"\x00\xCF\x20\x35\x02\x8B\x9D\x86\x98\x40\xB4\x16\x66\xB4\x2E\x92"
    -"\xEA\x0D\xA3\xB4\x32\x04\xB5\xCF\xCE\x91";
    +        "\x00\xCF\x20\x35\x02\x8B\x9D\x86\x98\x40\xB4\x16\x66\xB4\x2E\x92"
    +        "\xEA\x0D\xA3\xB4\x32\x04\xB5\xCF\xCE\x91";
     
         static unsigned char q[] =
    -"\x00\xC9\x7F\xB1\xF0\x27\xF4\x53\xF6\x34\x12\x33\xEA\xAA\xD1\xD9"
    -"\x35\x3F\x6C\x42\xD0\x88\x66\xB1\xD0\x5F";
    -    
    +        "\x00\xC9\x7F\xB1\xF0\x27\xF4\x53\xF6\x34\x12\x33\xEA\xAA\xD1\xD9"
    +        "\x35\x3F\x6C\x42\xD0\x88\x66\xB1\xD0\x5F";
    +
         static unsigned char dmp1[] =
    -"\x00\x8A\x15\x78\xAC\x5D\x13\xAF\x10\x2B\x22\xB9\x99\xCD\x74\x61"
    -"\xF1\x5E\x6D\x22\xCC\x03\x23\xDF\xDF\x0B";
    +        "\x00\x8A\x15\x78\xAC\x5D\x13\xAF\x10\x2B\x22\xB9\x99\xCD\x74\x61"
    +        "\xF1\x5E\x6D\x22\xCC\x03\x23\xDF\xDF\x0B";
     
         static unsigned char dmq1[] =
    -"\x00\x86\x55\x21\x4A\xC5\x4D\x8D\x4E\xCD\x61\x77\xF1\xC7\x36\x90"
    -"\xCE\x2A\x48\x2C\x8B\x05\x99\xCB\xE0\x3F";
    +        "\x00\x86\x55\x21\x4A\xC5\x4D\x8D\x4E\xCD\x61\x77\xF1\xC7\x36\x90"
    +        "\xCE\x2A\x48\x2C\x8B\x05\x99\xCB\xE0\x3F";
     
         static unsigned char iqmp[] =
    -"\x00\x83\xEF\xEF\xB8\xA9\xA4\x0D\x1D\xB6\xED\x98\xAD\x84\xED\x13"
    -"\x35\xDC\xC1\x08\xF3\x22\xD0\x57\xCF\x8D";
    +        "\x00\x83\xEF\xEF\xB8\xA9\xA4\x0D\x1D\xB6\xED\x98\xAD\x84\xED\x13"
    +        "\x35\xDC\xC1\x08\xF3\x22\xD0\x57\xCF\x8D";
     
         static unsigned char ctext_ex[] =
    -"\x14\xbd\xdd\x28\xc9\x83\x35\x19\x23\x80\xe8\xe5\x49\xb1\x58\x2a"
    -"\x8b\x40\xb4\x48\x6d\x03\xa6\xa5\x31\x1f\x1f\xd5\xf0\xa1\x80\xe4"
    -"\x17\x53\x03\x29\xa9\x34\x90\x74\xb1\x52\x13\x54\x29\x08\x24\x52"
    -"\x62\x51";
    +        "\x14\xbd\xdd\x28\xc9\x83\x35\x19\x23\x80\xe8\xe5\x49\xb1\x58\x2a"
    +        "\x8b\x40\xb4\x48\x6d\x03\xa6\xa5\x31\x1f\x1f\xd5\xf0\xa1\x80\xe4"
    +        "\x17\x53\x03\x29\xa9\x34\x90\x74\xb1\x52\x13\x54\x29\x08\x24\x52"
    +        "\x62\x51";
     
         SetKey;
    -    }
    +}
     
     static int key3(RSA *key, unsigned char *c)
    -    {
    +{
         static unsigned char n[] =
    -"\x00\xBB\xF8\x2F\x09\x06\x82\xCE\x9C\x23\x38\xAC\x2B\x9D\xA8\x71"
    -"\xF7\x36\x8D\x07\xEE\xD4\x10\x43\xA4\x40\xD6\xB6\xF0\x74\x54\xF5"
    -"\x1F\xB8\xDF\xBA\xAF\x03\x5C\x02\xAB\x61\xEA\x48\xCE\xEB\x6F\xCD"
    -"\x48\x76\xED\x52\x0D\x60\xE1\xEC\x46\x19\x71\x9D\x8A\x5B\x8B\x80"
    -"\x7F\xAF\xB8\xE0\xA3\xDF\xC7\x37\x72\x3E\xE6\xB4\xB7\xD9\x3A\x25"
    -"\x84\xEE\x6A\x64\x9D\x06\x09\x53\x74\x88\x34\xB2\x45\x45\x98\x39"
    -"\x4E\xE0\xAA\xB1\x2D\x7B\x61\xA5\x1F\x52\x7A\x9A\x41\xF6\xC1\x68"
    -"\x7F\xE2\x53\x72\x98\xCA\x2A\x8F\x59\x46\xF8\xE5\xFD\x09\x1D\xBD"
    -"\xCB";
    +        "\x00\xBB\xF8\x2F\x09\x06\x82\xCE\x9C\x23\x38\xAC\x2B\x9D\xA8\x71"
    +        "\xF7\x36\x8D\x07\xEE\xD4\x10\x43\xA4\x40\xD6\xB6\xF0\x74\x54\xF5"
    +        "\x1F\xB8\xDF\xBA\xAF\x03\x5C\x02\xAB\x61\xEA\x48\xCE\xEB\x6F\xCD"
    +        "\x48\x76\xED\x52\x0D\x60\xE1\xEC\x46\x19\x71\x9D\x8A\x5B\x8B\x80"
    +        "\x7F\xAF\xB8\xE0\xA3\xDF\xC7\x37\x72\x3E\xE6\xB4\xB7\xD9\x3A\x25"
    +        "\x84\xEE\x6A\x64\x9D\x06\x09\x53\x74\x88\x34\xB2\x45\x45\x98\x39"
    +        "\x4E\xE0\xAA\xB1\x2D\x7B\x61\xA5\x1F\x52\x7A\x9A\x41\xF6\xC1\x68"
    +        "\x7F\xE2\x53\x72\x98\xCA\x2A\x8F\x59\x46\xF8\xE5\xFD\x09\x1D\xBD"
    +        "\xCB";
     
         static unsigned char e[] = "\x11";
     
         static unsigned char d[] =
    -"\x00\xA5\xDA\xFC\x53\x41\xFA\xF2\x89\xC4\xB9\x88\xDB\x30\xC1\xCD"
    -"\xF8\x3F\x31\x25\x1E\x06\x68\xB4\x27\x84\x81\x38\x01\x57\x96\x41"
    -"\xB2\x94\x10\xB3\xC7\x99\x8D\x6B\xC4\x65\x74\x5E\x5C\x39\x26\x69"
    -"\xD6\x87\x0D\xA2\xC0\x82\xA9\x39\xE3\x7F\xDC\xB8\x2E\xC9\x3E\xDA"
    -"\xC9\x7F\xF3\xAD\x59\x50\xAC\xCF\xBC\x11\x1C\x76\xF1\xA9\x52\x94"
    -"\x44\xE5\x6A\xAF\x68\xC5\x6C\x09\x2C\xD3\x8D\xC3\xBE\xF5\xD2\x0A"
    -"\x93\x99\x26\xED\x4F\x74\xA1\x3E\xDD\xFB\xE1\xA1\xCE\xCC\x48\x94"
    -"\xAF\x94\x28\xC2\xB7\xB8\x88\x3F\xE4\x46\x3A\x4B\xC8\x5B\x1C\xB3"
    -"\xC1";
    +        "\x00\xA5\xDA\xFC\x53\x41\xFA\xF2\x89\xC4\xB9\x88\xDB\x30\xC1\xCD"
    +        "\xF8\x3F\x31\x25\x1E\x06\x68\xB4\x27\x84\x81\x38\x01\x57\x96\x41"
    +        "\xB2\x94\x10\xB3\xC7\x99\x8D\x6B\xC4\x65\x74\x5E\x5C\x39\x26\x69"
    +        "\xD6\x87\x0D\xA2\xC0\x82\xA9\x39\xE3\x7F\xDC\xB8\x2E\xC9\x3E\xDA"
    +        "\xC9\x7F\xF3\xAD\x59\x50\xAC\xCF\xBC\x11\x1C\x76\xF1\xA9\x52\x94"
    +        "\x44\xE5\x6A\xAF\x68\xC5\x6C\x09\x2C\xD3\x8D\xC3\xBE\xF5\xD2\x0A"
    +        "\x93\x99\x26\xED\x4F\x74\xA1\x3E\xDD\xFB\xE1\xA1\xCE\xCC\x48\x94"
    +        "\xAF\x94\x28\xC2\xB7\xB8\x88\x3F\xE4\x46\x3A\x4B\xC8\x5B\x1C\xB3"
    +        "\xC1";
     
         static unsigned char p[] =
    -"\x00\xEE\xCF\xAE\x81\xB1\xB9\xB3\xC9\x08\x81\x0B\x10\xA1\xB5\x60"
    -"\x01\x99\xEB\x9F\x44\xAE\xF4\xFD\xA4\x93\xB8\x1A\x9E\x3D\x84\xF6"
    -"\x32\x12\x4E\xF0\x23\x6E\x5D\x1E\x3B\x7E\x28\xFA\xE7\xAA\x04\x0A"
    -"\x2D\x5B\x25\x21\x76\x45\x9D\x1F\x39\x75\x41\xBA\x2A\x58\xFB\x65"
    -"\x99";
    +        "\x00\xEE\xCF\xAE\x81\xB1\xB9\xB3\xC9\x08\x81\x0B\x10\xA1\xB5\x60"
    +        "\x01\x99\xEB\x9F\x44\xAE\xF4\xFD\xA4\x93\xB8\x1A\x9E\x3D\x84\xF6"
    +        "\x32\x12\x4E\xF0\x23\x6E\x5D\x1E\x3B\x7E\x28\xFA\xE7\xAA\x04\x0A"
    +        "\x2D\x5B\x25\x21\x76\x45\x9D\x1F\x39\x75\x41\xBA\x2A\x58\xFB\x65"
    +        "\x99";
     
         static unsigned char q[] =
    -"\x00\xC9\x7F\xB1\xF0\x27\xF4\x53\xF6\x34\x12\x33\xEA\xAA\xD1\xD9"
    -"\x35\x3F\x6C\x42\xD0\x88\x66\xB1\xD0\x5A\x0F\x20\x35\x02\x8B\x9D"
    -"\x86\x98\x40\xB4\x16\x66\xB4\x2E\x92\xEA\x0D\xA3\xB4\x32\x04\xB5"
    -"\xCF\xCE\x33\x52\x52\x4D\x04\x16\xA5\xA4\x41\xE7\x00\xAF\x46\x15"
    -"\x03";
    +        "\x00\xC9\x7F\xB1\xF0\x27\xF4\x53\xF6\x34\x12\x33\xEA\xAA\xD1\xD9"
    +        "\x35\x3F\x6C\x42\xD0\x88\x66\xB1\xD0\x5A\x0F\x20\x35\x02\x8B\x9D"
    +        "\x86\x98\x40\xB4\x16\x66\xB4\x2E\x92\xEA\x0D\xA3\xB4\x32\x04\xB5"
    +        "\xCF\xCE\x33\x52\x52\x4D\x04\x16\xA5\xA4\x41\xE7\x00\xAF\x46\x15"
    +        "\x03";
     
         static unsigned char dmp1[] =
    -"\x54\x49\x4C\xA6\x3E\xBA\x03\x37\xE4\xE2\x40\x23\xFC\xD6\x9A\x5A"
    -"\xEB\x07\xDD\xDC\x01\x83\xA4\xD0\xAC\x9B\x54\xB0\x51\xF2\xB1\x3E"
    -"\xD9\x49\x09\x75\xEA\xB7\x74\x14\xFF\x59\xC1\xF7\x69\x2E\x9A\x2E"
    -"\x20\x2B\x38\xFC\x91\x0A\x47\x41\x74\xAD\xC9\x3C\x1F\x67\xC9\x81";
    +        "\x54\x49\x4C\xA6\x3E\xBA\x03\x37\xE4\xE2\x40\x23\xFC\xD6\x9A\x5A"
    +        "\xEB\x07\xDD\xDC\x01\x83\xA4\xD0\xAC\x9B\x54\xB0\x51\xF2\xB1\x3E"
    +        "\xD9\x49\x09\x75\xEA\xB7\x74\x14\xFF\x59\xC1\xF7\x69\x2E\x9A\x2E"
    +        "\x20\x2B\x38\xFC\x91\x0A\x47\x41\x74\xAD\xC9\x3C\x1F\x67\xC9\x81";
     
         static unsigned char dmq1[] =
    -"\x47\x1E\x02\x90\xFF\x0A\xF0\x75\x03\x51\xB7\xF8\x78\x86\x4C\xA9"
    -"\x61\xAD\xBD\x3A\x8A\x7E\x99\x1C\x5C\x05\x56\xA9\x4C\x31\x46\xA7"
    -"\xF9\x80\x3F\x8F\x6F\x8A\xE3\x42\xE9\x31\xFD\x8A\xE4\x7A\x22\x0D"
    -"\x1B\x99\xA4\x95\x84\x98\x07\xFE\x39\xF9\x24\x5A\x98\x36\xDA\x3D";
    -    
    +        "\x47\x1E\x02\x90\xFF\x0A\xF0\x75\x03\x51\xB7\xF8\x78\x86\x4C\xA9"
    +        "\x61\xAD\xBD\x3A\x8A\x7E\x99\x1C\x5C\x05\x56\xA9\x4C\x31\x46\xA7"
    +        "\xF9\x80\x3F\x8F\x6F\x8A\xE3\x42\xE9\x31\xFD\x8A\xE4\x7A\x22\x0D"
    +        "\x1B\x99\xA4\x95\x84\x98\x07\xFE\x39\xF9\x24\x5A\x98\x36\xDA\x3D";
    +
         static unsigned char iqmp[] =
    -"\x00\xB0\x6C\x4F\xDA\xBB\x63\x01\x19\x8D\x26\x5B\xDB\xAE\x94\x23"
    -"\xB3\x80\xF2\x71\xF7\x34\x53\x88\x50\x93\x07\x7F\xCD\x39\xE2\x11"
    -"\x9F\xC9\x86\x32\x15\x4F\x58\x83\xB1\x67\xA9\x67\xBF\x40\x2B\x4E"
    -"\x9E\x2E\x0F\x96\x56\xE6\x98\xEA\x36\x66\xED\xFB\x25\x79\x80\x39"
    -"\xF7";
    +        "\x00\xB0\x6C\x4F\xDA\xBB\x63\x01\x19\x8D\x26\x5B\xDB\xAE\x94\x23"
    +        "\xB3\x80\xF2\x71\xF7\x34\x53\x88\x50\x93\x07\x7F\xCD\x39\xE2\x11"
    +        "\x9F\xC9\x86\x32\x15\x4F\x58\x83\xB1\x67\xA9\x67\xBF\x40\x2B\x4E"
    +        "\x9E\x2E\x0F\x96\x56\xE6\x98\xEA\x36\x66\xED\xFB\x25\x79\x80\x39"
    +        "\xF7";
     
         static unsigned char ctext_ex[] =
    -"\xb8\x24\x6b\x56\xa6\xed\x58\x81\xae\xb5\x85\xd9\xa2\x5b\x2a\xd7"
    -"\x90\xc4\x17\xe0\x80\x68\x1b\xf1\xac\x2b\xc3\xde\xb6\x9d\x8b\xce"
    -"\xf0\xc4\x36\x6f\xec\x40\x0a\xf0\x52\xa7\x2e\x9b\x0e\xff\xb5\xb3"
    -"\xf2\xf1\x92\xdb\xea\xca\x03\xc1\x27\x40\x05\x71\x13\xbf\x1f\x06"
    -"\x69\xac\x22\xe9\xf3\xa7\x85\x2e\x3c\x15\xd9\x13\xca\xb0\xb8\x86"
    -"\x3a\x95\xc9\x92\x94\xce\x86\x74\x21\x49\x54\x61\x03\x46\xf4\xd4"
    -"\x74\xb2\x6f\x7c\x48\xb4\x2e\xe6\x8e\x1f\x57\x2a\x1f\xc4\x02\x6a"
    -"\xc4\x56\xb4\xf5\x9f\x7b\x62\x1e\xa1\xb9\xd8\x8f\x64\x20\x2f\xb1";
    +        "\xb8\x24\x6b\x56\xa6\xed\x58\x81\xae\xb5\x85\xd9\xa2\x5b\x2a\xd7"
    +        "\x90\xc4\x17\xe0\x80\x68\x1b\xf1\xac\x2b\xc3\xde\xb6\x9d\x8b\xce"
    +        "\xf0\xc4\x36\x6f\xec\x40\x0a\xf0\x52\xa7\x2e\x9b\x0e\xff\xb5\xb3"
    +        "\xf2\xf1\x92\xdb\xea\xca\x03\xc1\x27\x40\x05\x71\x13\xbf\x1f\x06"
    +        "\x69\xac\x22\xe9\xf3\xa7\x85\x2e\x3c\x15\xd9\x13\xca\xb0\xb8\x86"
    +        "\x3a\x95\xc9\x92\x94\xce\x86\x74\x21\x49\x54\x61\x03\x46\xf4\xd4"
    +        "\x74\xb2\x6f\x7c\x48\xb4\x2e\xe6\x8e\x1f\x57\x2a\x1f\xc4\x02\x6a"
    +        "\xc4\x56\xb4\xf5\x9f\x7b\x62\x1e\xa1\xb9\xd8\x8f\x64\x20\x2f\xb1";
     
         SetKey;
    -    }
    +}
     
     static int pad_unknown(void)
     {
         unsigned long l;
         while ((l = ERR_get_error()) != 0)
    -      if (ERR_GET_REASON(l) == RSA_R_UNKNOWN_PADDING_TYPE)
    -	return(1);
    -    return(0);
    +        if (ERR_GET_REASON(l) == RSA_R_UNKNOWN_PADDING_TYPE)
    +            return (1);
    +    return (0);
     }
     
    -static const char rnd_seed[] = "string to make the random number generator think it has entropy";
    +static const char rnd_seed[] =
    +    "string to make the random number generator think it has entropy";
     
     int main(int argc, char *argv[])
    -    {
    -    int err=0;
    +{
    +    int err = 0;
         int v;
         RSA *key;
         unsigned char ptext[256];
    @@ -229,112 +230,102 @@ int main(int argc, char *argv[])
     
         plen = sizeof(ptext_ex) - 1;
     
    -    for (v = 0; v < 6; v++)
    -	{
    -	key = RSA_new();
    -	switch (v%3) {
    -    case 0:
    -	clen = key1(key, ctext_ex);
    -	break;
    -    case 1:
    -	clen = key2(key, ctext_ex);
    -	break;
    -    case 2:
    -	clen = key3(key, ctext_ex);
    -	break;
    -	}
    -	if (v/3 >= 1) key->flags |= RSA_FLAG_NO_CONSTTIME;
    -
    -	num = RSA_public_encrypt(plen, ptext_ex, ctext, key,
    -				 RSA_PKCS1_PADDING);
    -	if (num != clen)
    -	    {
    -	    printf("PKCS#1 v1.5 encryption failed!\n");
    -	    err=1;
    -	    goto oaep;
    -	    }
    -  
    -	num = RSA_private_decrypt(num, ctext, ptext, key,
    -				  RSA_PKCS1_PADDING);
    -	if (num != plen || memcmp(ptext, ptext_ex, num) != 0)
    -	    {
    -	    printf("PKCS#1 v1.5 decryption failed!\n");
    -	    err=1;
    -	    }
    -	else
    -	    printf("PKCS #1 v1.5 encryption/decryption ok\n");
    -
    -    oaep:
    -	ERR_clear_error();
    -	num = RSA_public_encrypt(plen, ptext_ex, ctext, key,
    -				 RSA_PKCS1_OAEP_PADDING);
    -	if (num == -1 && pad_unknown())
    -	    {
    -	    printf("No OAEP support\n");
    -	    goto next;
    -	    }
    -	if (num != clen)
    -	    {
    -	    printf("OAEP encryption failed!\n");
    -	    err=1;
    -	    goto next;
    -	    }
    -
    -	num = RSA_private_decrypt(num, ctext, ptext, key,
    -				  RSA_PKCS1_OAEP_PADDING);
    -	if (num != plen || memcmp(ptext, ptext_ex, num) != 0)
    -	    {
    -	    printf("OAEP decryption (encrypted data) failed!\n");
    -	    err=1;
    -	    }
    -	else if (memcmp(ctext, ctext_ex, num) == 0)
    -	    printf("OAEP test vector %d passed!\n", v);
    -    
    -	/* Different ciphertexts (rsa_oaep.c without -DPKCS_TESTVECT).
    -	   Try decrypting ctext_ex */
    -
    -	num = RSA_private_decrypt(clen, ctext_ex, ptext, key,
    -				  RSA_PKCS1_OAEP_PADDING);
    -
    -	if (num != plen || memcmp(ptext, ptext_ex, num) != 0)
    -	    {
    -	    printf("OAEP decryption (test vector data) failed!\n");
    -	    err=1;
    -	    }
    -	else
    -	    printf("OAEP encryption/decryption ok\n");
    -
    -	/* Try decrypting corrupted ciphertexts */
    -	for(n = 0 ; n < clen ; ++n)
    -	    {
    -	    int b;
    -	    unsigned char saved = ctext[n];
    -	    for(b = 0 ; b < 256 ; ++b)
    -		{
    -		if(b == saved)
    -		    continue;
    -		ctext[n] = b;
    -		num = RSA_private_decrypt(num, ctext, ptext, key,
    -					  RSA_PKCS1_OAEP_PADDING);
    -		if(num > 0)
    -		    {
    -		    printf("Corrupt data decrypted!\n");
    -		    err = 1;
    -		    }
    -		}
    -	    }
    -    next:
    -	RSA_free(key);
    -	}
    +    for (v = 0; v < 6; v++) {
    +        key = RSA_new();
    +        switch (v % 3) {
    +        case 0:
    +            clen = key1(key, ctext_ex);
    +            break;
    +        case 1:
    +            clen = key2(key, ctext_ex);
    +            break;
    +        case 2:
    +            clen = key3(key, ctext_ex);
    +            break;
    +        }
    +        if (v / 3 >= 1)
    +            key->flags |= RSA_FLAG_NO_CONSTTIME;
    +
    +        num = RSA_public_encrypt(plen, ptext_ex, ctext, key,
    +                                 RSA_PKCS1_PADDING);
    +        if (num != clen) {
    +            printf("PKCS#1 v1.5 encryption failed!\n");
    +            err = 1;
    +            goto oaep;
    +        }
    +
    +        num = RSA_private_decrypt(num, ctext, ptext, key, RSA_PKCS1_PADDING);
    +        if (num != plen || memcmp(ptext, ptext_ex, num) != 0) {
    +            printf("PKCS#1 v1.5 decryption failed!\n");
    +            err = 1;
    +        } else
    +            printf("PKCS #1 v1.5 encryption/decryption ok\n");
    +
    + oaep:
    +        ERR_clear_error();
    +        num = RSA_public_encrypt(plen, ptext_ex, ctext, key,
    +                                 RSA_PKCS1_OAEP_PADDING);
    +        if (num == -1 && pad_unknown()) {
    +            printf("No OAEP support\n");
    +            goto next;
    +        }
    +        if (num != clen) {
    +            printf("OAEP encryption failed!\n");
    +            err = 1;
    +            goto next;
    +        }
    +
    +        num = RSA_private_decrypt(num, ctext, ptext, key,
    +                                  RSA_PKCS1_OAEP_PADDING);
    +        if (num != plen || memcmp(ptext, ptext_ex, num) != 0) {
    +            printf("OAEP decryption (encrypted data) failed!\n");
    +            err = 1;
    +        } else if (memcmp(ctext, ctext_ex, num) == 0)
    +            printf("OAEP test vector %d passed!\n", v);
    +
    +        /*
    +         * Different ciphertexts (rsa_oaep.c without -DPKCS_TESTVECT). Try
    +         * decrypting ctext_ex
    +         */
    +
    +        num = RSA_private_decrypt(clen, ctext_ex, ptext, key,
    +                                  RSA_PKCS1_OAEP_PADDING);
    +
    +        if (num != plen || memcmp(ptext, ptext_ex, num) != 0) {
    +            printf("OAEP decryption (test vector data) failed!\n");
    +            err = 1;
    +        } else
    +            printf("OAEP encryption/decryption ok\n");
    +
    +        /* Try decrypting corrupted ciphertexts */
    +        for (n = 0; n < clen; ++n) {
    +            int b;
    +            unsigned char saved = ctext[n];
    +            for (b = 0; b < 256; ++b) {
    +                if (b == saved)
    +                    continue;
    +                ctext[n] = b;
    +                num = RSA_private_decrypt(num, ctext, ptext, key,
    +                                          RSA_PKCS1_OAEP_PADDING);
    +                if (num > 0) {
    +                    printf("Corrupt data decrypted!\n");
    +                    err = 1;
    +                }
    +            }
    +        }
    + next:
    +        RSA_free(key);
    +    }
     
         CRYPTO_cleanup_all_ex_data();
         ERR_remove_thread_state(NULL);
     
         CRYPTO_mem_leaks_fp(stderr);
     
    -#ifdef OPENSSL_SYS_NETWARE
    -    if (err) printf("ERROR: %d\n", err);
    -#endif
    +# ifdef OPENSSL_SYS_NETWARE
    +    if (err)
    +        printf("ERROR: %d\n", err);
    +# endif
         return err;
    -    }
    +}
     #endif
    diff --git a/openssl/crypto/rsa/rsa_x931.c b/openssl/crypto/rsa/rsa_x931.c
    index 21548e37e..725ead049 100644
    --- a/openssl/crypto/rsa/rsa_x931.c
    +++ b/openssl/crypto/rsa/rsa_x931.c
    @@ -1,6 +1,7 @@
     /* rsa_x931.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2005.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2005.
      */
     /* ====================================================================
      * Copyright (c) 2005 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -64,114 +65,103 @@
     #include 
     
     int RSA_padding_add_X931(unsigned char *to, int tlen,
    -	     const unsigned char *from, int flen)
    -	{
    -	int j;
    -	unsigned char *p;
    -
    -	/* Absolute minimum amount of padding is 1 header nibble, 1 padding
    -	 * nibble and 2 trailer bytes: but 1 hash if is already in 'from'.
    -	 */
    -
    -	j = tlen - flen - 2;
    -
    -	if (j < 0)
    -		{
    -		RSAerr(RSA_F_RSA_PADDING_ADD_X931,RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE);
    -		return -1;
    -		}
    -	
    -	p=(unsigned char *)to;
    -
    -	/* If no padding start and end nibbles are in one byte */
    -	if (j == 0)
    -		*p++ = 0x6A;
    -	else
    -		{
    -		*p++ = 0x6B;
    -		if (j > 1)
    -			{
    -			memset(p, 0xBB, j - 1);
    -			p += j - 1;
    -			}
    -		*p++ = 0xBA;
    -		}
    -	memcpy(p,from,(unsigned int)flen);
    -	p += flen;
    -	*p = 0xCC;
    -	return(1);
    -	}
    +                         const unsigned char *from, int flen)
    +{
    +    int j;
    +    unsigned char *p;
    +
    +    /*
    +     * Absolute minimum amount of padding is 1 header nibble, 1 padding
    +     * nibble and 2 trailer bytes: but 1 hash if is already in 'from'.
    +     */
    +
    +    j = tlen - flen - 2;
    +
    +    if (j < 0) {
    +        RSAerr(RSA_F_RSA_PADDING_ADD_X931, RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE);
    +        return -1;
    +    }
    +
    +    p = (unsigned char *)to;
    +
    +    /* If no padding start and end nibbles are in one byte */
    +    if (j == 0)
    +        *p++ = 0x6A;
    +    else {
    +        *p++ = 0x6B;
    +        if (j > 1) {
    +            memset(p, 0xBB, j - 1);
    +            p += j - 1;
    +        }
    +        *p++ = 0xBA;
    +    }
    +    memcpy(p, from, (unsigned int)flen);
    +    p += flen;
    +    *p = 0xCC;
    +    return (1);
    +}
     
     int RSA_padding_check_X931(unsigned char *to, int tlen,
    -	     const unsigned char *from, int flen, int num)
    -	{
    -	int i = 0,j;
    -	const unsigned char *p;
    -
    -	p=from;
    -	if ((num != flen) || ((*p != 0x6A) && (*p != 0x6B)))
    -		{
    -		RSAerr(RSA_F_RSA_PADDING_CHECK_X931,RSA_R_INVALID_HEADER);
    -		return -1;
    -		}
    -
    -	if (*p++ == 0x6B)
    -		{
    -		j=flen-3;
    -		for (i = 0; i < j; i++)
    -			{
    -			unsigned char c = *p++;
    -			if (c == 0xBA)
    -				break;
    -			if (c != 0xBB)
    -				{
    -				RSAerr(RSA_F_RSA_PADDING_CHECK_X931,
    -					RSA_R_INVALID_PADDING);
    -				return -1;
    -				}
    -			}
    -
    -		j -= i;
    -
    -		if (i == 0)
    -			{
    -			RSAerr(RSA_F_RSA_PADDING_CHECK_X931, RSA_R_INVALID_PADDING);
    -			return -1;
    -			}
    -
    -		}
    -	else j = flen - 2;
    -
    -	if (p[j] != 0xCC)
    -		{
    -		RSAerr(RSA_F_RSA_PADDING_CHECK_X931, RSA_R_INVALID_TRAILER);
    -		return -1;
    -		}
    -
    -	memcpy(to,p,(unsigned int)j);
    -
    -	return(j);
    -	}
    +                           const unsigned char *from, int flen, int num)
    +{
    +    int i = 0, j;
    +    const unsigned char *p;
    +
    +    p = from;
    +    if ((num != flen) || ((*p != 0x6A) && (*p != 0x6B))) {
    +        RSAerr(RSA_F_RSA_PADDING_CHECK_X931, RSA_R_INVALID_HEADER);
    +        return -1;
    +    }
    +
    +    if (*p++ == 0x6B) {
    +        j = flen - 3;
    +        for (i = 0; i < j; i++) {
    +            unsigned char c = *p++;
    +            if (c == 0xBA)
    +                break;
    +            if (c != 0xBB) {
    +                RSAerr(RSA_F_RSA_PADDING_CHECK_X931, RSA_R_INVALID_PADDING);
    +                return -1;
    +            }
    +        }
    +
    +        j -= i;
    +
    +        if (i == 0) {
    +            RSAerr(RSA_F_RSA_PADDING_CHECK_X931, RSA_R_INVALID_PADDING);
    +            return -1;
    +        }
    +
    +    } else
    +        j = flen - 2;
    +
    +    if (p[j] != 0xCC) {
    +        RSAerr(RSA_F_RSA_PADDING_CHECK_X931, RSA_R_INVALID_TRAILER);
    +        return -1;
    +    }
    +
    +    memcpy(to, p, (unsigned int)j);
    +
    +    return (j);
    +}
     
     /* Translate between X931 hash ids and NIDs */
     
     int RSA_X931_hash_id(int nid)
    -	{
    -	switch (nid)
    -		{
    -		case NID_sha1:
    -		return 0x33;
    +{
    +    switch (nid) {
    +    case NID_sha1:
    +        return 0x33;
     
    -		case NID_sha256:
    -		return 0x34;
    +    case NID_sha256:
    +        return 0x34;
     
    -		case NID_sha384:
    -		return 0x36;
    +    case NID_sha384:
    +        return 0x36;
     
    -		case NID_sha512:
    -		return 0x35;
    -
    -		}
    -	return -1;
    -	}
    +    case NID_sha512:
    +        return 0x35;
     
    +    }
    +    return -1;
    +}
    diff --git a/openssl/crypto/s390xcap.c b/openssl/crypto/s390xcap.c
    index f2e94ef47..47d6b6ff5 100644
    --- a/openssl/crypto/s390xcap.c
    +++ b/openssl/crypto/s390xcap.c
    @@ -7,31 +7,35 @@
     extern unsigned long OPENSSL_s390xcap_P[];
     
     static sigjmp_buf ill_jmp;
    -static void ill_handler (int sig) { siglongjmp(ill_jmp,sig); }
    +static void ill_handler(int sig)
    +{
    +    siglongjmp(ill_jmp, sig);
    +}
     
     unsigned long OPENSSL_s390x_facilities(void);
     
     void OPENSSL_cpuid_setup(void)
    -	{
    -	sigset_t oset;
    -	struct sigaction ill_act,oact;
    -
    -	if (OPENSSL_s390xcap_P[0]) return;
    -
    -	OPENSSL_s390xcap_P[0] = 1UL<<(8*sizeof(unsigned long)-1);
    -
    -	memset(&ill_act,0,sizeof(ill_act));
    -	ill_act.sa_handler = ill_handler;
    -	sigfillset(&ill_act.sa_mask);
    -	sigdelset(&ill_act.sa_mask,SIGILL);
    -	sigdelset(&ill_act.sa_mask,SIGTRAP);
    -	sigprocmask(SIG_SETMASK,&ill_act.sa_mask,&oset);
    -	sigaction (SIGILL,&ill_act,&oact);
    -
    -	/* protection against missing store-facility-list-extended */
    -	if (sigsetjmp(ill_jmp,1) == 0)
    -		OPENSSL_s390x_facilities();
    -
    -	sigaction (SIGILL,&oact,NULL);
    -	sigprocmask(SIG_SETMASK,&oset,NULL);
    -	}
    +{
    +    sigset_t oset;
    +    struct sigaction ill_act, oact;
    +
    +    if (OPENSSL_s390xcap_P[0])
    +        return;
    +
    +    OPENSSL_s390xcap_P[0] = 1UL << (8 * sizeof(unsigned long) - 1);
    +
    +    memset(&ill_act, 0, sizeof(ill_act));
    +    ill_act.sa_handler = ill_handler;
    +    sigfillset(&ill_act.sa_mask);
    +    sigdelset(&ill_act.sa_mask, SIGILL);
    +    sigdelset(&ill_act.sa_mask, SIGTRAP);
    +    sigprocmask(SIG_SETMASK, &ill_act.sa_mask, &oset);
    +    sigaction(SIGILL, &ill_act, &oact);
    +
    +    /* protection against missing store-facility-list-extended */
    +    if (sigsetjmp(ill_jmp, 1) == 0)
    +        OPENSSL_s390x_facilities();
    +
    +    sigaction(SIGILL, &oact, NULL);
    +    sigprocmask(SIG_SETMASK, &oset, NULL);
    +}
    diff --git a/openssl/crypto/seed/seed.c b/openssl/crypto/seed/seed.c
    index 3e675a8d7..a90587227 100644
    --- a/openssl/crypto/seed/seed.c
    +++ b/openssl/crypto/seed/seed.c
    @@ -1,5 +1,5 @@
     /*
    - * Copyright (c) 2007 KISA(Korea Information Security Agency). All rights reserved.  
    + * Copyright (c) 2007 KISA(Korea Information Security Agency). All rights reserved.
      *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
    @@ -25,312 +25,687 @@
      */
     #ifndef OPENSSL_NO_SEED
     
    -#include 
    -#include 
    -#include 
    -#ifdef WIN32
    -#include 
    -#endif
    +# include 
    +# include 
    +# include 
    +# ifdef WIN32
    +#  include 
    +# endif
     
    -#include 
    -#include 
    -#include "seed_locl.h"
    +# include 
    +# include 
    +# include "seed_locl.h"
     
    -#ifdef SS	/* can get defined on Solaris by inclusion of  */
    -#undef SS
    -#endif
    +# ifdef SS                      /* can get defined on Solaris by inclusion of
    +                                 *  */
    +#  undef SS
    +# endif
     
    -static const seed_word SS[4][256] = {	{
    -	0x2989a1a8, 0x05858184, 0x16c6d2d4, 0x13c3d3d0, 0x14445054, 0x1d0d111c, 0x2c8ca0ac, 0x25052124,
    -	0x1d4d515c, 0x03434340, 0x18081018, 0x1e0e121c, 0x11415150, 0x3cccf0fc, 0x0acac2c8, 0x23436360,
    -	0x28082028, 0x04444044, 0x20002020, 0x1d8d919c, 0x20c0e0e0, 0x22c2e2e0, 0x08c8c0c8, 0x17071314,
    -	0x2585a1a4, 0x0f8f838c, 0x03030300, 0x3b4b7378, 0x3b8bb3b8, 0x13031310, 0x12c2d2d0, 0x2ecee2ec,
    -	0x30407070, 0x0c8c808c, 0x3f0f333c, 0x2888a0a8, 0x32023230, 0x1dcdd1dc, 0x36c6f2f4, 0x34447074,
    -	0x2ccce0ec, 0x15859194, 0x0b0b0308, 0x17475354, 0x1c4c505c, 0x1b4b5358, 0x3d8db1bc, 0x01010100,
    -	0x24042024, 0x1c0c101c, 0x33437370, 0x18889098, 0x10001010, 0x0cccc0cc, 0x32c2f2f0, 0x19c9d1d8,
    -	0x2c0c202c, 0x27c7e3e4, 0x32427270, 0x03838380, 0x1b8b9398, 0x11c1d1d0, 0x06868284, 0x09c9c1c8,
    -	0x20406060, 0x10405050, 0x2383a3a0, 0x2bcbe3e8, 0x0d0d010c, 0x3686b2b4, 0x1e8e929c, 0x0f4f434c,
    -	0x3787b3b4, 0x1a4a5258, 0x06c6c2c4, 0x38487078, 0x2686a2a4, 0x12021210, 0x2f8fa3ac, 0x15c5d1d4,
    -	0x21416160, 0x03c3c3c0, 0x3484b0b4, 0x01414140, 0x12425250, 0x3d4d717c, 0x0d8d818c, 0x08080008,
    -	0x1f0f131c, 0x19899198, 0x00000000, 0x19091118, 0x04040004, 0x13435350, 0x37c7f3f4, 0x21c1e1e0,
    -	0x3dcdf1fc, 0x36467274, 0x2f0f232c, 0x27072324, 0x3080b0b0, 0x0b8b8388, 0x0e0e020c, 0x2b8ba3a8,
    -	0x2282a2a0, 0x2e4e626c, 0x13839390, 0x0d4d414c, 0x29496168, 0x3c4c707c, 0x09090108, 0x0a0a0208,
    -	0x3f8fb3bc, 0x2fcfe3ec, 0x33c3f3f0, 0x05c5c1c4, 0x07878384, 0x14041014, 0x3ecef2fc, 0x24446064,
    -	0x1eced2dc, 0x2e0e222c, 0x0b4b4348, 0x1a0a1218, 0x06060204, 0x21012120, 0x2b4b6368, 0x26466264,
    -	0x02020200, 0x35c5f1f4, 0x12829290, 0x0a8a8288, 0x0c0c000c, 0x3383b3b0, 0x3e4e727c, 0x10c0d0d0,
    -	0x3a4a7278, 0x07474344, 0x16869294, 0x25c5e1e4, 0x26062224, 0x00808080, 0x2d8da1ac, 0x1fcfd3dc,
    -	0x2181a1a0, 0x30003030, 0x37073334, 0x2e8ea2ac, 0x36063234, 0x15051114, 0x22022220, 0x38083038,
    -	0x34c4f0f4, 0x2787a3a4, 0x05454144, 0x0c4c404c, 0x01818180, 0x29c9e1e8, 0x04848084, 0x17879394,
    -	0x35053134, 0x0bcbc3c8, 0x0ecec2cc, 0x3c0c303c, 0x31417170, 0x11011110, 0x07c7c3c4, 0x09898188,
    -	0x35457174, 0x3bcbf3f8, 0x1acad2d8, 0x38c8f0f8, 0x14849094, 0x19495158, 0x02828280, 0x04c4c0c4,
    -	0x3fcff3fc, 0x09494148, 0x39093138, 0x27476364, 0x00c0c0c0, 0x0fcfc3cc, 0x17c7d3d4, 0x3888b0b8,
    -	0x0f0f030c, 0x0e8e828c, 0x02424240, 0x23032320, 0x11819190, 0x2c4c606c, 0x1bcbd3d8, 0x2484a0a4,
    -	0x34043034, 0x31c1f1f0, 0x08484048, 0x02c2c2c0, 0x2f4f636c, 0x3d0d313c, 0x2d0d212c, 0x00404040,
    -	0x3e8eb2bc, 0x3e0e323c, 0x3c8cb0bc, 0x01c1c1c0, 0x2a8aa2a8, 0x3a8ab2b8, 0x0e4e424c, 0x15455154,
    -	0x3b0b3338, 0x1cccd0dc, 0x28486068, 0x3f4f737c, 0x1c8c909c, 0x18c8d0d8, 0x0a4a4248, 0x16465254,
    -	0x37477374, 0x2080a0a0, 0x2dcde1ec, 0x06464244, 0x3585b1b4, 0x2b0b2328, 0x25456164, 0x3acaf2f8,
    -	0x23c3e3e0, 0x3989b1b8, 0x3181b1b0, 0x1f8f939c, 0x1e4e525c, 0x39c9f1f8, 0x26c6e2e4, 0x3282b2b0,
    -	0x31013130, 0x2acae2e8, 0x2d4d616c, 0x1f4f535c, 0x24c4e0e4, 0x30c0f0f0, 0x0dcdc1cc, 0x08888088,
    -	0x16061214, 0x3a0a3238, 0x18485058, 0x14c4d0d4, 0x22426260, 0x29092128, 0x07070304, 0x33033330,
    -	0x28c8e0e8, 0x1b0b1318, 0x05050104, 0x39497178, 0x10809090, 0x2a4a6268, 0x2a0a2228, 0x1a8a9298
    -},	{
    -	0x38380830, 0xe828c8e0, 0x2c2d0d21, 0xa42686a2, 0xcc0fcfc3, 0xdc1eced2, 0xb03383b3, 0xb83888b0,
    -	0xac2f8fa3, 0x60204060, 0x54154551, 0xc407c7c3, 0x44044440, 0x6c2f4f63, 0x682b4b63, 0x581b4b53,
    -	0xc003c3c3, 0x60224262, 0x30330333, 0xb43585b1, 0x28290921, 0xa02080a0, 0xe022c2e2, 0xa42787a3,
    -	0xd013c3d3, 0x90118191, 0x10110111, 0x04060602, 0x1c1c0c10, 0xbc3c8cb0, 0x34360632, 0x480b4b43,
    -	0xec2fcfe3, 0x88088880, 0x6c2c4c60, 0xa82888a0, 0x14170713, 0xc404c4c0, 0x14160612, 0xf434c4f0,
    -	0xc002c2c2, 0x44054541, 0xe021c1e1, 0xd416c6d2, 0x3c3f0f33, 0x3c3d0d31, 0x8c0e8e82, 0x98188890,
    -	0x28280820, 0x4c0e4e42, 0xf436c6f2, 0x3c3e0e32, 0xa42585a1, 0xf839c9f1, 0x0c0d0d01, 0xdc1fcfd3,
    -	0xd818c8d0, 0x282b0b23, 0x64264662, 0x783a4a72, 0x24270723, 0x2c2f0f23, 0xf031c1f1, 0x70324272,
    -	0x40024242, 0xd414c4d0, 0x40014141, 0xc000c0c0, 0x70334373, 0x64274763, 0xac2c8ca0, 0x880b8b83,
    -	0xf437c7f3, 0xac2d8da1, 0x80008080, 0x1c1f0f13, 0xc80acac2, 0x2c2c0c20, 0xa82a8aa2, 0x34340430,
    -	0xd012c2d2, 0x080b0b03, 0xec2ecee2, 0xe829c9e1, 0x5c1d4d51, 0x94148490, 0x18180810, 0xf838c8f0,
    -	0x54174753, 0xac2e8ea2, 0x08080800, 0xc405c5c1, 0x10130313, 0xcc0dcdc1, 0x84068682, 0xb83989b1,
    -	0xfc3fcff3, 0x7c3d4d71, 0xc001c1c1, 0x30310131, 0xf435c5f1, 0x880a8a82, 0x682a4a62, 0xb03181b1,
    -	0xd011c1d1, 0x20200020, 0xd417c7d3, 0x00020202, 0x20220222, 0x04040400, 0x68284860, 0x70314171,
    -	0x04070703, 0xd81bcbd3, 0x9c1d8d91, 0x98198991, 0x60214161, 0xbc3e8eb2, 0xe426c6e2, 0x58194951,
    -	0xdc1dcdd1, 0x50114151, 0x90108090, 0xdc1cccd0, 0x981a8a92, 0xa02383a3, 0xa82b8ba3, 0xd010c0d0,
    -	0x80018181, 0x0c0f0f03, 0x44074743, 0x181a0a12, 0xe023c3e3, 0xec2ccce0, 0x8c0d8d81, 0xbc3f8fb3,
    -	0x94168692, 0x783b4b73, 0x5c1c4c50, 0xa02282a2, 0xa02181a1, 0x60234363, 0x20230323, 0x4c0d4d41,
    -	0xc808c8c0, 0x9c1e8e92, 0x9c1c8c90, 0x383a0a32, 0x0c0c0c00, 0x2c2e0e22, 0xb83a8ab2, 0x6c2e4e62,
    -	0x9c1f8f93, 0x581a4a52, 0xf032c2f2, 0x90128292, 0xf033c3f3, 0x48094941, 0x78384870, 0xcc0cccc0,
    -	0x14150511, 0xf83bcbf3, 0x70304070, 0x74354571, 0x7c3f4f73, 0x34350531, 0x10100010, 0x00030303,
    -	0x64244460, 0x6c2d4d61, 0xc406c6c2, 0x74344470, 0xd415c5d1, 0xb43484b0, 0xe82acae2, 0x08090901,
    -	0x74364672, 0x18190911, 0xfc3ecef2, 0x40004040, 0x10120212, 0xe020c0e0, 0xbc3d8db1, 0x04050501,
    -	0xf83acaf2, 0x00010101, 0xf030c0f0, 0x282a0a22, 0x5c1e4e52, 0xa82989a1, 0x54164652, 0x40034343,
    -	0x84058581, 0x14140410, 0x88098981, 0x981b8b93, 0xb03080b0, 0xe425c5e1, 0x48084840, 0x78394971,
    -	0x94178793, 0xfc3cccf0, 0x1c1e0e12, 0x80028282, 0x20210121, 0x8c0c8c80, 0x181b0b13, 0x5c1f4f53,
    -	0x74374773, 0x54144450, 0xb03282b2, 0x1c1d0d11, 0x24250521, 0x4c0f4f43, 0x00000000, 0x44064642,
    -	0xec2dcde1, 0x58184850, 0x50124252, 0xe82bcbe3, 0x7c3e4e72, 0xd81acad2, 0xc809c9c1, 0xfc3dcdf1,
    -	0x30300030, 0x94158591, 0x64254561, 0x3c3c0c30, 0xb43686b2, 0xe424c4e0, 0xb83b8bb3, 0x7c3c4c70,
    -	0x0c0e0e02, 0x50104050, 0x38390931, 0x24260622, 0x30320232, 0x84048480, 0x68294961, 0x90138393,
    -	0x34370733, 0xe427c7e3, 0x24240420, 0xa42484a0, 0xc80bcbc3, 0x50134353, 0x080a0a02, 0x84078783,
    -	0xd819c9d1, 0x4c0c4c40, 0x80038383, 0x8c0f8f83, 0xcc0ecec2, 0x383b0b33, 0x480a4a42, 0xb43787b3
    -},	{
    -	0xa1a82989, 0x81840585, 0xd2d416c6, 0xd3d013c3, 0x50541444, 0x111c1d0d, 0xa0ac2c8c, 0x21242505,
    -	0x515c1d4d, 0x43400343, 0x10181808, 0x121c1e0e, 0x51501141, 0xf0fc3ccc, 0xc2c80aca, 0x63602343,
    -	0x20282808, 0x40440444, 0x20202000, 0x919c1d8d, 0xe0e020c0, 0xe2e022c2, 0xc0c808c8, 0x13141707,
    -	0xa1a42585, 0x838c0f8f, 0x03000303, 0x73783b4b, 0xb3b83b8b, 0x13101303, 0xd2d012c2, 0xe2ec2ece,
    -	0x70703040, 0x808c0c8c, 0x333c3f0f, 0xa0a82888, 0x32303202, 0xd1dc1dcd, 0xf2f436c6, 0x70743444,
    -	0xe0ec2ccc, 0x91941585, 0x03080b0b, 0x53541747, 0x505c1c4c, 0x53581b4b, 0xb1bc3d8d, 0x01000101,
    -	0x20242404, 0x101c1c0c, 0x73703343, 0x90981888, 0x10101000, 0xc0cc0ccc, 0xf2f032c2, 0xd1d819c9,
    -	0x202c2c0c, 0xe3e427c7, 0x72703242, 0x83800383, 0x93981b8b, 0xd1d011c1, 0x82840686, 0xc1c809c9,
    -	0x60602040, 0x50501040, 0xa3a02383, 0xe3e82bcb, 0x010c0d0d, 0xb2b43686, 0x929c1e8e, 0x434c0f4f,
    -	0xb3b43787, 0x52581a4a, 0xc2c406c6, 0x70783848, 0xa2a42686, 0x12101202, 0xa3ac2f8f, 0xd1d415c5,
    -	0x61602141, 0xc3c003c3, 0xb0b43484, 0x41400141, 0x52501242, 0x717c3d4d, 0x818c0d8d, 0x00080808,
    -	0x131c1f0f, 0x91981989, 0x00000000, 0x11181909, 0x00040404, 0x53501343, 0xf3f437c7, 0xe1e021c1,
    -	0xf1fc3dcd, 0x72743646, 0x232c2f0f, 0x23242707, 0xb0b03080, 0x83880b8b, 0x020c0e0e, 0xa3a82b8b,
    -	0xa2a02282, 0x626c2e4e, 0x93901383, 0x414c0d4d, 0x61682949, 0x707c3c4c, 0x01080909, 0x02080a0a,
    -	0xb3bc3f8f, 0xe3ec2fcf, 0xf3f033c3, 0xc1c405c5, 0x83840787, 0x10141404, 0xf2fc3ece, 0x60642444,
    -	0xd2dc1ece, 0x222c2e0e, 0x43480b4b, 0x12181a0a, 0x02040606, 0x21202101, 0x63682b4b, 0x62642646,
    -	0x02000202, 0xf1f435c5, 0x92901282, 0x82880a8a, 0x000c0c0c, 0xb3b03383, 0x727c3e4e, 0xd0d010c0,
    -	0x72783a4a, 0x43440747, 0x92941686, 0xe1e425c5, 0x22242606, 0x80800080, 0xa1ac2d8d, 0xd3dc1fcf,
    -	0xa1a02181, 0x30303000, 0x33343707, 0xa2ac2e8e, 0x32343606, 0x11141505, 0x22202202, 0x30383808,
    -	0xf0f434c4, 0xa3a42787, 0x41440545, 0x404c0c4c, 0x81800181, 0xe1e829c9, 0x80840484, 0x93941787,
    -	0x31343505, 0xc3c80bcb, 0xc2cc0ece, 0x303c3c0c, 0x71703141, 0x11101101, 0xc3c407c7, 0x81880989,
    -	0x71743545, 0xf3f83bcb, 0xd2d81aca, 0xf0f838c8, 0x90941484, 0x51581949, 0x82800282, 0xc0c404c4,
    -	0xf3fc3fcf, 0x41480949, 0x31383909, 0x63642747, 0xc0c000c0, 0xc3cc0fcf, 0xd3d417c7, 0xb0b83888,
    -	0x030c0f0f, 0x828c0e8e, 0x42400242, 0x23202303, 0x91901181, 0x606c2c4c, 0xd3d81bcb, 0xa0a42484,
    -	0x30343404, 0xf1f031c1, 0x40480848, 0xc2c002c2, 0x636c2f4f, 0x313c3d0d, 0x212c2d0d, 0x40400040,
    -	0xb2bc3e8e, 0x323c3e0e, 0xb0bc3c8c, 0xc1c001c1, 0xa2a82a8a, 0xb2b83a8a, 0x424c0e4e, 0x51541545,
    -	0x33383b0b, 0xd0dc1ccc, 0x60682848, 0x737c3f4f, 0x909c1c8c, 0xd0d818c8, 0x42480a4a, 0x52541646,
    -	0x73743747, 0xa0a02080, 0xe1ec2dcd, 0x42440646, 0xb1b43585, 0x23282b0b, 0x61642545, 0xf2f83aca,
    -	0xe3e023c3, 0xb1b83989, 0xb1b03181, 0x939c1f8f, 0x525c1e4e, 0xf1f839c9, 0xe2e426c6, 0xb2b03282,
    -	0x31303101, 0xe2e82aca, 0x616c2d4d, 0x535c1f4f, 0xe0e424c4, 0xf0f030c0, 0xc1cc0dcd, 0x80880888,
    -	0x12141606, 0x32383a0a, 0x50581848, 0xd0d414c4, 0x62602242, 0x21282909, 0x03040707, 0x33303303,
    -	0xe0e828c8, 0x13181b0b, 0x01040505, 0x71783949, 0x90901080, 0x62682a4a, 0x22282a0a, 0x92981a8a
    -},	{
    -	0x08303838, 0xc8e0e828, 0x0d212c2d, 0x86a2a426, 0xcfc3cc0f, 0xced2dc1e, 0x83b3b033, 0x88b0b838,
    -	0x8fa3ac2f, 0x40606020, 0x45515415, 0xc7c3c407, 0x44404404, 0x4f636c2f, 0x4b63682b, 0x4b53581b,
    -	0xc3c3c003, 0x42626022, 0x03333033, 0x85b1b435, 0x09212829, 0x80a0a020, 0xc2e2e022, 0x87a3a427,
    -	0xc3d3d013, 0x81919011, 0x01111011, 0x06020406, 0x0c101c1c, 0x8cb0bc3c, 0x06323436, 0x4b43480b,
    -	0xcfe3ec2f, 0x88808808, 0x4c606c2c, 0x88a0a828, 0x07131417, 0xc4c0c404, 0x06121416, 0xc4f0f434,
    -	0xc2c2c002, 0x45414405, 0xc1e1e021, 0xc6d2d416, 0x0f333c3f, 0x0d313c3d, 0x8e828c0e, 0x88909818,
    -	0x08202828, 0x4e424c0e, 0xc6f2f436, 0x0e323c3e, 0x85a1a425, 0xc9f1f839, 0x0d010c0d, 0xcfd3dc1f,
    -	0xc8d0d818, 0x0b23282b, 0x46626426, 0x4a72783a, 0x07232427, 0x0f232c2f, 0xc1f1f031, 0x42727032,
    -	0x42424002, 0xc4d0d414, 0x41414001, 0xc0c0c000, 0x43737033, 0x47636427, 0x8ca0ac2c, 0x8b83880b,
    -	0xc7f3f437, 0x8da1ac2d, 0x80808000, 0x0f131c1f, 0xcac2c80a, 0x0c202c2c, 0x8aa2a82a, 0x04303434,
    -	0xc2d2d012, 0x0b03080b, 0xcee2ec2e, 0xc9e1e829, 0x4d515c1d, 0x84909414, 0x08101818, 0xc8f0f838,
    -	0x47535417, 0x8ea2ac2e, 0x08000808, 0xc5c1c405, 0x03131013, 0xcdc1cc0d, 0x86828406, 0x89b1b839,
    -	0xcff3fc3f, 0x4d717c3d, 0xc1c1c001, 0x01313031, 0xc5f1f435, 0x8a82880a, 0x4a62682a, 0x81b1b031,
    -	0xc1d1d011, 0x00202020, 0xc7d3d417, 0x02020002, 0x02222022, 0x04000404, 0x48606828, 0x41717031,
    -	0x07030407, 0xcbd3d81b, 0x8d919c1d, 0x89919819, 0x41616021, 0x8eb2bc3e, 0xc6e2e426, 0x49515819,
    -	0xcdd1dc1d, 0x41515011, 0x80909010, 0xccd0dc1c, 0x8a92981a, 0x83a3a023, 0x8ba3a82b, 0xc0d0d010,
    -	0x81818001, 0x0f030c0f, 0x47434407, 0x0a12181a, 0xc3e3e023, 0xcce0ec2c, 0x8d818c0d, 0x8fb3bc3f,
    -	0x86929416, 0x4b73783b, 0x4c505c1c, 0x82a2a022, 0x81a1a021, 0x43636023, 0x03232023, 0x4d414c0d,
    -	0xc8c0c808, 0x8e929c1e, 0x8c909c1c, 0x0a32383a, 0x0c000c0c, 0x0e222c2e, 0x8ab2b83a, 0x4e626c2e,
    -	0x8f939c1f, 0x4a52581a, 0xc2f2f032, 0x82929012, 0xc3f3f033, 0x49414809, 0x48707838, 0xccc0cc0c,
    -	0x05111415, 0xcbf3f83b, 0x40707030, 0x45717435, 0x4f737c3f, 0x05313435, 0x00101010, 0x03030003,
    -	0x44606424, 0x4d616c2d, 0xc6c2c406, 0x44707434, 0xc5d1d415, 0x84b0b434, 0xcae2e82a, 0x09010809,
    -	0x46727436, 0x09111819, 0xcef2fc3e, 0x40404000, 0x02121012, 0xc0e0e020, 0x8db1bc3d, 0x05010405,
    -	0xcaf2f83a, 0x01010001, 0xc0f0f030, 0x0a22282a, 0x4e525c1e, 0x89a1a829, 0x46525416, 0x43434003,
    -	0x85818405, 0x04101414, 0x89818809, 0x8b93981b, 0x80b0b030, 0xc5e1e425, 0x48404808, 0x49717839,
    -	0x87939417, 0xccf0fc3c, 0x0e121c1e, 0x82828002, 0x01212021, 0x8c808c0c, 0x0b13181b, 0x4f535c1f,
    -	0x47737437, 0x44505414, 0x82b2b032, 0x0d111c1d, 0x05212425, 0x4f434c0f, 0x00000000, 0x46424406,
    -	0xcde1ec2d, 0x48505818, 0x42525012, 0xcbe3e82b, 0x4e727c3e, 0xcad2d81a, 0xc9c1c809, 0xcdf1fc3d,
    -	0x00303030, 0x85919415, 0x45616425, 0x0c303c3c, 0x86b2b436, 0xc4e0e424, 0x8bb3b83b, 0x4c707c3c,
    -	0x0e020c0e, 0x40505010, 0x09313839, 0x06222426, 0x02323032, 0x84808404, 0x49616829, 0x83939013,
    -	0x07333437, 0xc7e3e427, 0x04202424, 0x84a0a424, 0xcbc3c80b, 0x43535013, 0x0a02080a, 0x87838407,
    -	0xc9d1d819, 0x4c404c0c, 0x83838003, 0x8f838c0f, 0xcec2cc0e, 0x0b33383b, 0x4a42480a, 0x87b3b437
    -}	};
    +static const seed_word SS[4][256] = { {
    +                                       0x2989a1a8, 0x05858184, 0x16c6d2d4,
    +                                       0x13c3d3d0, 0x14445054, 0x1d0d111c,
    +                                       0x2c8ca0ac, 0x25052124,
    +                                       0x1d4d515c, 0x03434340, 0x18081018,
    +                                       0x1e0e121c, 0x11415150, 0x3cccf0fc,
    +                                       0x0acac2c8, 0x23436360,
    +                                       0x28082028, 0x04444044, 0x20002020,
    +                                       0x1d8d919c, 0x20c0e0e0, 0x22c2e2e0,
    +                                       0x08c8c0c8, 0x17071314,
    +                                       0x2585a1a4, 0x0f8f838c, 0x03030300,
    +                                       0x3b4b7378, 0x3b8bb3b8, 0x13031310,
    +                                       0x12c2d2d0, 0x2ecee2ec,
    +                                       0x30407070, 0x0c8c808c, 0x3f0f333c,
    +                                       0x2888a0a8, 0x32023230, 0x1dcdd1dc,
    +                                       0x36c6f2f4, 0x34447074,
    +                                       0x2ccce0ec, 0x15859194, 0x0b0b0308,
    +                                       0x17475354, 0x1c4c505c, 0x1b4b5358,
    +                                       0x3d8db1bc, 0x01010100,
    +                                       0x24042024, 0x1c0c101c, 0x33437370,
    +                                       0x18889098, 0x10001010, 0x0cccc0cc,
    +                                       0x32c2f2f0, 0x19c9d1d8,
    +                                       0x2c0c202c, 0x27c7e3e4, 0x32427270,
    +                                       0x03838380, 0x1b8b9398, 0x11c1d1d0,
    +                                       0x06868284, 0x09c9c1c8,
    +                                       0x20406060, 0x10405050, 0x2383a3a0,
    +                                       0x2bcbe3e8, 0x0d0d010c, 0x3686b2b4,
    +                                       0x1e8e929c, 0x0f4f434c,
    +                                       0x3787b3b4, 0x1a4a5258, 0x06c6c2c4,
    +                                       0x38487078, 0x2686a2a4, 0x12021210,
    +                                       0x2f8fa3ac, 0x15c5d1d4,
    +                                       0x21416160, 0x03c3c3c0, 0x3484b0b4,
    +                                       0x01414140, 0x12425250, 0x3d4d717c,
    +                                       0x0d8d818c, 0x08080008,
    +                                       0x1f0f131c, 0x19899198, 0x00000000,
    +                                       0x19091118, 0x04040004, 0x13435350,
    +                                       0x37c7f3f4, 0x21c1e1e0,
    +                                       0x3dcdf1fc, 0x36467274, 0x2f0f232c,
    +                                       0x27072324, 0x3080b0b0, 0x0b8b8388,
    +                                       0x0e0e020c, 0x2b8ba3a8,
    +                                       0x2282a2a0, 0x2e4e626c, 0x13839390,
    +                                       0x0d4d414c, 0x29496168, 0x3c4c707c,
    +                                       0x09090108, 0x0a0a0208,
    +                                       0x3f8fb3bc, 0x2fcfe3ec, 0x33c3f3f0,
    +                                       0x05c5c1c4, 0x07878384, 0x14041014,
    +                                       0x3ecef2fc, 0x24446064,
    +                                       0x1eced2dc, 0x2e0e222c, 0x0b4b4348,
    +                                       0x1a0a1218, 0x06060204, 0x21012120,
    +                                       0x2b4b6368, 0x26466264,
    +                                       0x02020200, 0x35c5f1f4, 0x12829290,
    +                                       0x0a8a8288, 0x0c0c000c, 0x3383b3b0,
    +                                       0x3e4e727c, 0x10c0d0d0,
    +                                       0x3a4a7278, 0x07474344, 0x16869294,
    +                                       0x25c5e1e4, 0x26062224, 0x00808080,
    +                                       0x2d8da1ac, 0x1fcfd3dc,
    +                                       0x2181a1a0, 0x30003030, 0x37073334,
    +                                       0x2e8ea2ac, 0x36063234, 0x15051114,
    +                                       0x22022220, 0x38083038,
    +                                       0x34c4f0f4, 0x2787a3a4, 0x05454144,
    +                                       0x0c4c404c, 0x01818180, 0x29c9e1e8,
    +                                       0x04848084, 0x17879394,
    +                                       0x35053134, 0x0bcbc3c8, 0x0ecec2cc,
    +                                       0x3c0c303c, 0x31417170, 0x11011110,
    +                                       0x07c7c3c4, 0x09898188,
    +                                       0x35457174, 0x3bcbf3f8, 0x1acad2d8,
    +                                       0x38c8f0f8, 0x14849094, 0x19495158,
    +                                       0x02828280, 0x04c4c0c4,
    +                                       0x3fcff3fc, 0x09494148, 0x39093138,
    +                                       0x27476364, 0x00c0c0c0, 0x0fcfc3cc,
    +                                       0x17c7d3d4, 0x3888b0b8,
    +                                       0x0f0f030c, 0x0e8e828c, 0x02424240,
    +                                       0x23032320, 0x11819190, 0x2c4c606c,
    +                                       0x1bcbd3d8, 0x2484a0a4,
    +                                       0x34043034, 0x31c1f1f0, 0x08484048,
    +                                       0x02c2c2c0, 0x2f4f636c, 0x3d0d313c,
    +                                       0x2d0d212c, 0x00404040,
    +                                       0x3e8eb2bc, 0x3e0e323c, 0x3c8cb0bc,
    +                                       0x01c1c1c0, 0x2a8aa2a8, 0x3a8ab2b8,
    +                                       0x0e4e424c, 0x15455154,
    +                                       0x3b0b3338, 0x1cccd0dc, 0x28486068,
    +                                       0x3f4f737c, 0x1c8c909c, 0x18c8d0d8,
    +                                       0x0a4a4248, 0x16465254,
    +                                       0x37477374, 0x2080a0a0, 0x2dcde1ec,
    +                                       0x06464244, 0x3585b1b4, 0x2b0b2328,
    +                                       0x25456164, 0x3acaf2f8,
    +                                       0x23c3e3e0, 0x3989b1b8, 0x3181b1b0,
    +                                       0x1f8f939c, 0x1e4e525c, 0x39c9f1f8,
    +                                       0x26c6e2e4, 0x3282b2b0,
    +                                       0x31013130, 0x2acae2e8, 0x2d4d616c,
    +                                       0x1f4f535c, 0x24c4e0e4, 0x30c0f0f0,
    +                                       0x0dcdc1cc, 0x08888088,
    +                                       0x16061214, 0x3a0a3238, 0x18485058,
    +                                       0x14c4d0d4, 0x22426260, 0x29092128,
    +                                       0x07070304, 0x33033330,
    +                                       0x28c8e0e8, 0x1b0b1318, 0x05050104,
    +                                       0x39497178, 0x10809090, 0x2a4a6268,
    +                                       0x2a0a2228, 0x1a8a9298}, {
    +                                                                 0x38380830,
    +                                                                 0xe828c8e0,
    +                                                                 0x2c2d0d21,
    +                                                                 0xa42686a2,
    +                                                                 0xcc0fcfc3,
    +                                                                 0xdc1eced2,
    +                                                                 0xb03383b3,
    +                                                                 0xb83888b0,
    +                                                                 0xac2f8fa3,
    +                                                                 0x60204060,
    +                                                                 0x54154551,
    +                                                                 0xc407c7c3,
    +                                                                 0x44044440,
    +                                                                 0x6c2f4f63,
    +                                                                 0x682b4b63,
    +                                                                 0x581b4b53,
    +                                                                 0xc003c3c3,
    +                                                                 0x60224262,
    +                                                                 0x30330333,
    +                                                                 0xb43585b1,
    +                                                                 0x28290921,
    +                                                                 0xa02080a0,
    +                                                                 0xe022c2e2,
    +                                                                 0xa42787a3,
    +                                                                 0xd013c3d3,
    +                                                                 0x90118191,
    +                                                                 0x10110111,
    +                                                                 0x04060602,
    +                                                                 0x1c1c0c10,
    +                                                                 0xbc3c8cb0,
    +                                                                 0x34360632,
    +                                                                 0x480b4b43,
    +                                                                 0xec2fcfe3,
    +                                                                 0x88088880,
    +                                                                 0x6c2c4c60,
    +                                                                 0xa82888a0,
    +                                                                 0x14170713,
    +                                                                 0xc404c4c0,
    +                                                                 0x14160612,
    +                                                                 0xf434c4f0,
    +                                                                 0xc002c2c2,
    +                                                                 0x44054541,
    +                                                                 0xe021c1e1,
    +                                                                 0xd416c6d2,
    +                                                                 0x3c3f0f33,
    +                                                                 0x3c3d0d31,
    +                                                                 0x8c0e8e82,
    +                                                                 0x98188890,
    +                                                                 0x28280820,
    +                                                                 0x4c0e4e42,
    +                                                                 0xf436c6f2,
    +                                                                 0x3c3e0e32,
    +                                                                 0xa42585a1,
    +                                                                 0xf839c9f1,
    +                                                                 0x0c0d0d01,
    +                                                                 0xdc1fcfd3,
    +                                                                 0xd818c8d0,
    +                                                                 0x282b0b23,
    +                                                                 0x64264662,
    +                                                                 0x783a4a72,
    +                                                                 0x24270723,
    +                                                                 0x2c2f0f23,
    +                                                                 0xf031c1f1,
    +                                                                 0x70324272,
    +                                                                 0x40024242,
    +                                                                 0xd414c4d0,
    +                                                                 0x40014141,
    +                                                                 0xc000c0c0,
    +                                                                 0x70334373,
    +                                                                 0x64274763,
    +                                                                 0xac2c8ca0,
    +                                                                 0x880b8b83,
    +                                                                 0xf437c7f3,
    +                                                                 0xac2d8da1,
    +                                                                 0x80008080,
    +                                                                 0x1c1f0f13,
    +                                                                 0xc80acac2,
    +                                                                 0x2c2c0c20,
    +                                                                 0xa82a8aa2,
    +                                                                 0x34340430,
    +                                                                 0xd012c2d2,
    +                                                                 0x080b0b03,
    +                                                                 0xec2ecee2,
    +                                                                 0xe829c9e1,
    +                                                                 0x5c1d4d51,
    +                                                                 0x94148490,
    +                                                                 0x18180810,
    +                                                                 0xf838c8f0,
    +                                                                 0x54174753,
    +                                                                 0xac2e8ea2,
    +                                                                 0x08080800,
    +                                                                 0xc405c5c1,
    +                                                                 0x10130313,
    +                                                                 0xcc0dcdc1,
    +                                                                 0x84068682,
    +                                                                 0xb83989b1,
    +                                                                 0xfc3fcff3,
    +                                                                 0x7c3d4d71,
    +                                                                 0xc001c1c1,
    +                                                                 0x30310131,
    +                                                                 0xf435c5f1,
    +                                                                 0x880a8a82,
    +                                                                 0x682a4a62,
    +                                                                 0xb03181b1,
    +                                                                 0xd011c1d1,
    +                                                                 0x20200020,
    +                                                                 0xd417c7d3,
    +                                                                 0x00020202,
    +                                                                 0x20220222,
    +                                                                 0x04040400,
    +                                                                 0x68284860,
    +                                                                 0x70314171,
    +                                                                 0x04070703,
    +                                                                 0xd81bcbd3,
    +                                                                 0x9c1d8d91,
    +                                                                 0x98198991,
    +                                                                 0x60214161,
    +                                                                 0xbc3e8eb2,
    +                                                                 0xe426c6e2,
    +                                                                 0x58194951,
    +                                                                 0xdc1dcdd1,
    +                                                                 0x50114151,
    +                                                                 0x90108090,
    +                                                                 0xdc1cccd0,
    +                                                                 0x981a8a92,
    +                                                                 0xa02383a3,
    +                                                                 0xa82b8ba3,
    +                                                                 0xd010c0d0,
    +                                                                 0x80018181,
    +                                                                 0x0c0f0f03,
    +                                                                 0x44074743,
    +                                                                 0x181a0a12,
    +                                                                 0xe023c3e3,
    +                                                                 0xec2ccce0,
    +                                                                 0x8c0d8d81,
    +                                                                 0xbc3f8fb3,
    +                                                                 0x94168692,
    +                                                                 0x783b4b73,
    +                                                                 0x5c1c4c50,
    +                                                                 0xa02282a2,
    +                                                                 0xa02181a1,
    +                                                                 0x60234363,
    +                                                                 0x20230323,
    +                                                                 0x4c0d4d41,
    +                                                                 0xc808c8c0,
    +                                                                 0x9c1e8e92,
    +                                                                 0x9c1c8c90,
    +                                                                 0x383a0a32,
    +                                                                 0x0c0c0c00,
    +                                                                 0x2c2e0e22,
    +                                                                 0xb83a8ab2,
    +                                                                 0x6c2e4e62,
    +                                                                 0x9c1f8f93,
    +                                                                 0x581a4a52,
    +                                                                 0xf032c2f2,
    +                                                                 0x90128292,
    +                                                                 0xf033c3f3,
    +                                                                 0x48094941,
    +                                                                 0x78384870,
    +                                                                 0xcc0cccc0,
    +                                                                 0x14150511,
    +                                                                 0xf83bcbf3,
    +                                                                 0x70304070,
    +                                                                 0x74354571,
    +                                                                 0x7c3f4f73,
    +                                                                 0x34350531,
    +                                                                 0x10100010,
    +                                                                 0x00030303,
    +                                                                 0x64244460,
    +                                                                 0x6c2d4d61,
    +                                                                 0xc406c6c2,
    +                                                                 0x74344470,
    +                                                                 0xd415c5d1,
    +                                                                 0xb43484b0,
    +                                                                 0xe82acae2,
    +                                                                 0x08090901,
    +                                                                 0x74364672,
    +                                                                 0x18190911,
    +                                                                 0xfc3ecef2,
    +                                                                 0x40004040,
    +                                                                 0x10120212,
    +                                                                 0xe020c0e0,
    +                                                                 0xbc3d8db1,
    +                                                                 0x04050501,
    +                                                                 0xf83acaf2,
    +                                                                 0x00010101,
    +                                                                 0xf030c0f0,
    +                                                                 0x282a0a22,
    +                                                                 0x5c1e4e52,
    +                                                                 0xa82989a1,
    +                                                                 0x54164652,
    +                                                                 0x40034343,
    +                                                                 0x84058581,
    +                                                                 0x14140410,
    +                                                                 0x88098981,
    +                                                                 0x981b8b93,
    +                                                                 0xb03080b0,
    +                                                                 0xe425c5e1,
    +                                                                 0x48084840,
    +                                                                 0x78394971,
    +                                                                 0x94178793,
    +                                                                 0xfc3cccf0,
    +                                                                 0x1c1e0e12,
    +                                                                 0x80028282,
    +                                                                 0x20210121,
    +                                                                 0x8c0c8c80,
    +                                                                 0x181b0b13,
    +                                                                 0x5c1f4f53,
    +                                                                 0x74374773,
    +                                                                 0x54144450,
    +                                                                 0xb03282b2,
    +                                                                 0x1c1d0d11,
    +                                                                 0x24250521,
    +                                                                 0x4c0f4f43,
    +                                                                 0x00000000,
    +                                                                 0x44064642,
    +                                                                 0xec2dcde1,
    +                                                                 0x58184850,
    +                                                                 0x50124252,
    +                                                                 0xe82bcbe3,
    +                                                                 0x7c3e4e72,
    +                                                                 0xd81acad2,
    +                                                                 0xc809c9c1,
    +                                                                 0xfc3dcdf1,
    +                                                                 0x30300030,
    +                                                                 0x94158591,
    +                                                                 0x64254561,
    +                                                                 0x3c3c0c30,
    +                                                                 0xb43686b2,
    +                                                                 0xe424c4e0,
    +                                                                 0xb83b8bb3,
    +                                                                 0x7c3c4c70,
    +                                                                 0x0c0e0e02,
    +                                                                 0x50104050,
    +                                                                 0x38390931,
    +                                                                 0x24260622,
    +                                                                 0x30320232,
    +                                                                 0x84048480,
    +                                                                 0x68294961,
    +                                                                 0x90138393,
    +                                                                 0x34370733,
    +                                                                 0xe427c7e3,
    +                                                                 0x24240420,
    +                                                                 0xa42484a0,
    +                                                                 0xc80bcbc3,
    +                                                                 0x50134353,
    +                                                                 0x080a0a02,
    +                                                                 0x84078783,
    +                                                                 0xd819c9d1,
    +                                                                 0x4c0c4c40,
    +                                                                 0x80038383,
    +                                                                 0x8c0f8f83,
    +                                                                 0xcc0ecec2,
    +                                                                 0x383b0b33,
    +                                                                 0x480a4a42,
    +                                                                 0xb43787b3},
    +{
    + 0xa1a82989, 0x81840585, 0xd2d416c6, 0xd3d013c3, 0x50541444, 0x111c1d0d,
    + 0xa0ac2c8c, 0x21242505,
    + 0x515c1d4d, 0x43400343, 0x10181808, 0x121c1e0e, 0x51501141, 0xf0fc3ccc,
    + 0xc2c80aca, 0x63602343,
    + 0x20282808, 0x40440444, 0x20202000, 0x919c1d8d, 0xe0e020c0, 0xe2e022c2,
    + 0xc0c808c8, 0x13141707,
    + 0xa1a42585, 0x838c0f8f, 0x03000303, 0x73783b4b, 0xb3b83b8b, 0x13101303,
    + 0xd2d012c2, 0xe2ec2ece,
    + 0x70703040, 0x808c0c8c, 0x333c3f0f, 0xa0a82888, 0x32303202, 0xd1dc1dcd,
    + 0xf2f436c6, 0x70743444,
    + 0xe0ec2ccc, 0x91941585, 0x03080b0b, 0x53541747, 0x505c1c4c, 0x53581b4b,
    + 0xb1bc3d8d, 0x01000101,
    + 0x20242404, 0x101c1c0c, 0x73703343, 0x90981888, 0x10101000, 0xc0cc0ccc,
    + 0xf2f032c2, 0xd1d819c9,
    + 0x202c2c0c, 0xe3e427c7, 0x72703242, 0x83800383, 0x93981b8b, 0xd1d011c1,
    + 0x82840686, 0xc1c809c9,
    + 0x60602040, 0x50501040, 0xa3a02383, 0xe3e82bcb, 0x010c0d0d, 0xb2b43686,
    + 0x929c1e8e, 0x434c0f4f,
    + 0xb3b43787, 0x52581a4a, 0xc2c406c6, 0x70783848, 0xa2a42686, 0x12101202,
    + 0xa3ac2f8f, 0xd1d415c5,
    + 0x61602141, 0xc3c003c3, 0xb0b43484, 0x41400141, 0x52501242, 0x717c3d4d,
    + 0x818c0d8d, 0x00080808,
    + 0x131c1f0f, 0x91981989, 0x00000000, 0x11181909, 0x00040404, 0x53501343,
    + 0xf3f437c7, 0xe1e021c1,
    + 0xf1fc3dcd, 0x72743646, 0x232c2f0f, 0x23242707, 0xb0b03080, 0x83880b8b,
    + 0x020c0e0e, 0xa3a82b8b,
    + 0xa2a02282, 0x626c2e4e, 0x93901383, 0x414c0d4d, 0x61682949, 0x707c3c4c,
    + 0x01080909, 0x02080a0a,
    + 0xb3bc3f8f, 0xe3ec2fcf, 0xf3f033c3, 0xc1c405c5, 0x83840787, 0x10141404,
    + 0xf2fc3ece, 0x60642444,
    + 0xd2dc1ece, 0x222c2e0e, 0x43480b4b, 0x12181a0a, 0x02040606, 0x21202101,
    + 0x63682b4b, 0x62642646,
    + 0x02000202, 0xf1f435c5, 0x92901282, 0x82880a8a, 0x000c0c0c, 0xb3b03383,
    + 0x727c3e4e, 0xd0d010c0,
    + 0x72783a4a, 0x43440747, 0x92941686, 0xe1e425c5, 0x22242606, 0x80800080,
    + 0xa1ac2d8d, 0xd3dc1fcf,
    + 0xa1a02181, 0x30303000, 0x33343707, 0xa2ac2e8e, 0x32343606, 0x11141505,
    + 0x22202202, 0x30383808,
    + 0xf0f434c4, 0xa3a42787, 0x41440545, 0x404c0c4c, 0x81800181, 0xe1e829c9,
    + 0x80840484, 0x93941787,
    + 0x31343505, 0xc3c80bcb, 0xc2cc0ece, 0x303c3c0c, 0x71703141, 0x11101101,
    + 0xc3c407c7, 0x81880989,
    + 0x71743545, 0xf3f83bcb, 0xd2d81aca, 0xf0f838c8, 0x90941484, 0x51581949,
    + 0x82800282, 0xc0c404c4,
    + 0xf3fc3fcf, 0x41480949, 0x31383909, 0x63642747, 0xc0c000c0, 0xc3cc0fcf,
    + 0xd3d417c7, 0xb0b83888,
    + 0x030c0f0f, 0x828c0e8e, 0x42400242, 0x23202303, 0x91901181, 0x606c2c4c,
    + 0xd3d81bcb, 0xa0a42484,
    + 0x30343404, 0xf1f031c1, 0x40480848, 0xc2c002c2, 0x636c2f4f, 0x313c3d0d,
    + 0x212c2d0d, 0x40400040,
    + 0xb2bc3e8e, 0x323c3e0e, 0xb0bc3c8c, 0xc1c001c1, 0xa2a82a8a, 0xb2b83a8a,
    + 0x424c0e4e, 0x51541545,
    + 0x33383b0b, 0xd0dc1ccc, 0x60682848, 0x737c3f4f, 0x909c1c8c, 0xd0d818c8,
    + 0x42480a4a, 0x52541646,
    + 0x73743747, 0xa0a02080, 0xe1ec2dcd, 0x42440646, 0xb1b43585, 0x23282b0b,
    + 0x61642545, 0xf2f83aca,
    + 0xe3e023c3, 0xb1b83989, 0xb1b03181, 0x939c1f8f, 0x525c1e4e, 0xf1f839c9,
    + 0xe2e426c6, 0xb2b03282,
    + 0x31303101, 0xe2e82aca, 0x616c2d4d, 0x535c1f4f, 0xe0e424c4, 0xf0f030c0,
    + 0xc1cc0dcd, 0x80880888,
    + 0x12141606, 0x32383a0a, 0x50581848, 0xd0d414c4, 0x62602242, 0x21282909,
    + 0x03040707, 0x33303303,
    + 0xe0e828c8, 0x13181b0b, 0x01040505, 0x71783949, 0x90901080, 0x62682a4a,
    + 0x22282a0a, 0x92981a8a}, {
    +                           0x08303838, 0xc8e0e828, 0x0d212c2d, 0x86a2a426,
    +                           0xcfc3cc0f, 0xced2dc1e, 0x83b3b033, 0x88b0b838,
    +                           0x8fa3ac2f, 0x40606020, 0x45515415, 0xc7c3c407,
    +                           0x44404404, 0x4f636c2f, 0x4b63682b, 0x4b53581b,
    +                           0xc3c3c003, 0x42626022, 0x03333033, 0x85b1b435,
    +                           0x09212829, 0x80a0a020, 0xc2e2e022, 0x87a3a427,
    +                           0xc3d3d013, 0x81919011, 0x01111011, 0x06020406,
    +                           0x0c101c1c, 0x8cb0bc3c, 0x06323436, 0x4b43480b,
    +                           0xcfe3ec2f, 0x88808808, 0x4c606c2c, 0x88a0a828,
    +                           0x07131417, 0xc4c0c404, 0x06121416, 0xc4f0f434,
    +                           0xc2c2c002, 0x45414405, 0xc1e1e021, 0xc6d2d416,
    +                           0x0f333c3f, 0x0d313c3d, 0x8e828c0e, 0x88909818,
    +                           0x08202828, 0x4e424c0e, 0xc6f2f436, 0x0e323c3e,
    +                           0x85a1a425, 0xc9f1f839, 0x0d010c0d, 0xcfd3dc1f,
    +                           0xc8d0d818, 0x0b23282b, 0x46626426, 0x4a72783a,
    +                           0x07232427, 0x0f232c2f, 0xc1f1f031, 0x42727032,
    +                           0x42424002, 0xc4d0d414, 0x41414001, 0xc0c0c000,
    +                           0x43737033, 0x47636427, 0x8ca0ac2c, 0x8b83880b,
    +                           0xc7f3f437, 0x8da1ac2d, 0x80808000, 0x0f131c1f,
    +                           0xcac2c80a, 0x0c202c2c, 0x8aa2a82a, 0x04303434,
    +                           0xc2d2d012, 0x0b03080b, 0xcee2ec2e, 0xc9e1e829,
    +                           0x4d515c1d, 0x84909414, 0x08101818, 0xc8f0f838,
    +                           0x47535417, 0x8ea2ac2e, 0x08000808, 0xc5c1c405,
    +                           0x03131013, 0xcdc1cc0d, 0x86828406, 0x89b1b839,
    +                           0xcff3fc3f, 0x4d717c3d, 0xc1c1c001, 0x01313031,
    +                           0xc5f1f435, 0x8a82880a, 0x4a62682a, 0x81b1b031,
    +                           0xc1d1d011, 0x00202020, 0xc7d3d417, 0x02020002,
    +                           0x02222022, 0x04000404, 0x48606828, 0x41717031,
    +                           0x07030407, 0xcbd3d81b, 0x8d919c1d, 0x89919819,
    +                           0x41616021, 0x8eb2bc3e, 0xc6e2e426, 0x49515819,
    +                           0xcdd1dc1d, 0x41515011, 0x80909010, 0xccd0dc1c,
    +                           0x8a92981a, 0x83a3a023, 0x8ba3a82b, 0xc0d0d010,
    +                           0x81818001, 0x0f030c0f, 0x47434407, 0x0a12181a,
    +                           0xc3e3e023, 0xcce0ec2c, 0x8d818c0d, 0x8fb3bc3f,
    +                           0x86929416, 0x4b73783b, 0x4c505c1c, 0x82a2a022,
    +                           0x81a1a021, 0x43636023, 0x03232023, 0x4d414c0d,
    +                           0xc8c0c808, 0x8e929c1e, 0x8c909c1c, 0x0a32383a,
    +                           0x0c000c0c, 0x0e222c2e, 0x8ab2b83a, 0x4e626c2e,
    +                           0x8f939c1f, 0x4a52581a, 0xc2f2f032, 0x82929012,
    +                           0xc3f3f033, 0x49414809, 0x48707838, 0xccc0cc0c,
    +                           0x05111415, 0xcbf3f83b, 0x40707030, 0x45717435,
    +                           0x4f737c3f, 0x05313435, 0x00101010, 0x03030003,
    +                           0x44606424, 0x4d616c2d, 0xc6c2c406, 0x44707434,
    +                           0xc5d1d415, 0x84b0b434, 0xcae2e82a, 0x09010809,
    +                           0x46727436, 0x09111819, 0xcef2fc3e, 0x40404000,
    +                           0x02121012, 0xc0e0e020, 0x8db1bc3d, 0x05010405,
    +                           0xcaf2f83a, 0x01010001, 0xc0f0f030, 0x0a22282a,
    +                           0x4e525c1e, 0x89a1a829, 0x46525416, 0x43434003,
    +                           0x85818405, 0x04101414, 0x89818809, 0x8b93981b,
    +                           0x80b0b030, 0xc5e1e425, 0x48404808, 0x49717839,
    +                           0x87939417, 0xccf0fc3c, 0x0e121c1e, 0x82828002,
    +                           0x01212021, 0x8c808c0c, 0x0b13181b, 0x4f535c1f,
    +                           0x47737437, 0x44505414, 0x82b2b032, 0x0d111c1d,
    +                           0x05212425, 0x4f434c0f, 0x00000000, 0x46424406,
    +                           0xcde1ec2d, 0x48505818, 0x42525012, 0xcbe3e82b,
    +                           0x4e727c3e, 0xcad2d81a, 0xc9c1c809, 0xcdf1fc3d,
    +                           0x00303030, 0x85919415, 0x45616425, 0x0c303c3c,
    +                           0x86b2b436, 0xc4e0e424, 0x8bb3b83b, 0x4c707c3c,
    +                           0x0e020c0e, 0x40505010, 0x09313839, 0x06222426,
    +                           0x02323032, 0x84808404, 0x49616829, 0x83939013,
    +                           0x07333437, 0xc7e3e427, 0x04202424, 0x84a0a424,
    +                           0xcbc3c80b, 0x43535013, 0x0a02080a, 0x87838407,
    +                           0xc9d1d819, 0x4c404c0c, 0x83838003, 0x8f838c0f,
    +                           0xcec2cc0e, 0x0b33383b, 0x4a42480a, 0x87b3b437}
    +};
     
     /* key schedule constants - golden ratio */
    -#define KC0     0x9e3779b9
    -#define KC1     0x3c6ef373
    -#define KC2     0x78dde6e6
    -#define KC3     0xf1bbcdcc
    -#define KC4     0xe3779b99
    -#define KC5     0xc6ef3733
    -#define KC6     0x8dde6e67
    -#define KC7     0x1bbcdccf
    -#define KC8     0x3779b99e
    -#define KC9     0x6ef3733c
    -#define KC10    0xdde6e678
    -#define KC11    0xbbcdccf1
    -#define KC12    0x779b99e3
    -#define KC13    0xef3733c6
    -#define KC14    0xde6e678d
    -#define KC15    0xbcdccf1b
    +# define KC0     0x9e3779b9
    +# define KC1     0x3c6ef373
    +# define KC2     0x78dde6e6
    +# define KC3     0xf1bbcdcc
    +# define KC4     0xe3779b99
    +# define KC5     0xc6ef3733
    +# define KC6     0x8dde6e67
    +# define KC7     0x1bbcdccf
    +# define KC8     0x3779b99e
    +# define KC9     0x6ef3733c
    +# define KC10    0xdde6e678
    +# define KC11    0xbbcdccf1
    +# define KC12    0x779b99e3
    +# define KC13    0xef3733c6
    +# define KC14    0xde6e678d
    +# define KC15    0xbcdccf1b
     
    -#if defined(OPENSSL_SMALL_FOOTPRINT)
    +# if defined(OPENSSL_SMALL_FOOTPRINT)
     static const seed_word KC[] = {
    -	KC0,	KC1,	KC2,	KC3,	KC4,	KC5,	KC6,	KC7,
    -	KC8,	KC9,	KC10,	KC11,	KC12,	KC13,	KC14,	KC15	};
    -#endif
    -void SEED_set_key(const unsigned char rawkey[SEED_KEY_LENGTH], SEED_KEY_SCHEDULE *ks)
    -#ifdef OPENSSL_FIPS
    -	{
    -	fips_cipher_abort(SEED);
    -	private_SEED_set_key(rawkey, ks);
    -	}
    -void private_SEED_set_key(const unsigned char rawkey[SEED_KEY_LENGTH], SEED_KEY_SCHEDULE *ks)
    -#endif
    +    KC0, KC1, KC2, KC3, KC4, KC5, KC6, KC7,
    +    KC8, KC9, KC10, KC11, KC12, KC13, KC14, KC15
    +};
    +# endif
    +void SEED_set_key(const unsigned char rawkey[SEED_KEY_LENGTH],
    +                  SEED_KEY_SCHEDULE *ks)
    +# ifdef OPENSSL_FIPS
    +{
    +    fips_cipher_abort(SEED);
    +    private_SEED_set_key(rawkey, ks);
    +}
    +
    +void private_SEED_set_key(const unsigned char rawkey[SEED_KEY_LENGTH],
    +                          SEED_KEY_SCHEDULE *ks)
    +# endif
     {
    -	seed_word x1, x2, x3, x4;
    -	seed_word t0, t1;
    +    seed_word x1, x2, x3, x4;
    +    seed_word t0, t1;
     
    -	char2word(rawkey   , x1);
    -	char2word(rawkey+4 , x2);
    -	char2word(rawkey+8 , x3);
    -	char2word(rawkey+12, x4);
    +    char2word(rawkey, x1);
    +    char2word(rawkey + 4, x2);
    +    char2word(rawkey + 8, x3);
    +    char2word(rawkey + 12, x4);
     
    -	t0 = (x1 + x3 - KC0) & 0xffffffff;
    -	t1 = (x2 - x4 + KC0) & 0xffffffff;                     KEYUPDATE_TEMP(t0, t1, &ks->data[0]);
    -	KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC1);      KEYUPDATE_TEMP(t0, t1, &ks->data[2]);
    +    t0 = (x1 + x3 - KC0) & 0xffffffff;
    +    t1 = (x2 - x4 + KC0) & 0xffffffff;
    +    KEYUPDATE_TEMP(t0, t1, &ks->data[0]);
    +    KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC1);
    +    KEYUPDATE_TEMP(t0, t1, &ks->data[2]);
     
    -#if !defined(OPENSSL_SMALL_FOOTPRINT)
    -	KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC2);      KEYUPDATE_TEMP(t0, t1, &ks->data[4]);
    -	KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC3);      KEYUPDATE_TEMP(t0, t1, &ks->data[6]);
    -	KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC4);      KEYUPDATE_TEMP(t0, t1, &ks->data[8]);
    -	KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC5);      KEYUPDATE_TEMP(t0, t1, &ks->data[10]);
    -	KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC6);      KEYUPDATE_TEMP(t0, t1, &ks->data[12]);
    -	KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC7);      KEYUPDATE_TEMP(t0, t1, &ks->data[14]);
    -	KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC8);      KEYUPDATE_TEMP(t0, t1, &ks->data[16]);
    -	KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC9);      KEYUPDATE_TEMP(t0, t1, &ks->data[18]);
    -	KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC10);     KEYUPDATE_TEMP(t0, t1, &ks->data[20]);
    -	KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC11);     KEYUPDATE_TEMP(t0, t1, &ks->data[22]);
    -	KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC12);     KEYUPDATE_TEMP(t0, t1, &ks->data[24]);
    -	KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC13);     KEYUPDATE_TEMP(t0, t1, &ks->data[26]);
    -	KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC14);     KEYUPDATE_TEMP(t0, t1, &ks->data[28]);
    -	KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC15);     KEYUPDATE_TEMP(t0, t1, &ks->data[30]);
    -#else
    -	{
    -	    int i;
    -	    for (i=2; i<16; i+=2) {
    -		KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC[i]);
    -		KEYUPDATE_TEMP(t0, t1, &ks->data[i*2]);
    -		KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC[i+1]);
    -		KEYUPDATE_TEMP(t0, t1, &ks->data[i*2+2]);
    -	    }
    -	}
    -#endif
    +# if !defined(OPENSSL_SMALL_FOOTPRINT)
    +    KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC2);
    +    KEYUPDATE_TEMP(t0, t1, &ks->data[4]);
    +    KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC3);
    +    KEYUPDATE_TEMP(t0, t1, &ks->data[6]);
    +    KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC4);
    +    KEYUPDATE_TEMP(t0, t1, &ks->data[8]);
    +    KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC5);
    +    KEYUPDATE_TEMP(t0, t1, &ks->data[10]);
    +    KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC6);
    +    KEYUPDATE_TEMP(t0, t1, &ks->data[12]);
    +    KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC7);
    +    KEYUPDATE_TEMP(t0, t1, &ks->data[14]);
    +    KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC8);
    +    KEYUPDATE_TEMP(t0, t1, &ks->data[16]);
    +    KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC9);
    +    KEYUPDATE_TEMP(t0, t1, &ks->data[18]);
    +    KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC10);
    +    KEYUPDATE_TEMP(t0, t1, &ks->data[20]);
    +    KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC11);
    +    KEYUPDATE_TEMP(t0, t1, &ks->data[22]);
    +    KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC12);
    +    KEYUPDATE_TEMP(t0, t1, &ks->data[24]);
    +    KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC13);
    +    KEYUPDATE_TEMP(t0, t1, &ks->data[26]);
    +    KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC14);
    +    KEYUPDATE_TEMP(t0, t1, &ks->data[28]);
    +    KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC15);
    +    KEYUPDATE_TEMP(t0, t1, &ks->data[30]);
    +# else
    +    {
    +        int i;
    +        for (i = 2; i < 16; i += 2) {
    +            KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC[i]);
    +            KEYUPDATE_TEMP(t0, t1, &ks->data[i * 2]);
    +            KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC[i + 1]);
    +            KEYUPDATE_TEMP(t0, t1, &ks->data[i * 2 + 2]);
    +        }
    +    }
    +# endif
     }
     
    -void SEED_encrypt(const unsigned char s[SEED_BLOCK_SIZE], unsigned char d[SEED_BLOCK_SIZE], const SEED_KEY_SCHEDULE *ks)
    +void SEED_encrypt(const unsigned char s[SEED_BLOCK_SIZE],
    +                  unsigned char d[SEED_BLOCK_SIZE],
    +                  const SEED_KEY_SCHEDULE *ks)
     {
    -	seed_word x1, x2, x3, x4;
    -	seed_word t0, t1;
    +    seed_word x1, x2, x3, x4;
    +    seed_word t0, t1;
     
    -	char2word(s,    x1);
    -	char2word(s+4,  x2);
    -	char2word(s+8,  x3);
    -	char2word(s+12, x4);
    +    char2word(s, x1);
    +    char2word(s + 4, x2);
    +    char2word(s + 8, x3);
    +    char2word(s + 12, x4);
     
    -#if !defined(OPENSSL_SMALL_FOOTPRINT)	
    -	E_SEED(t0, t1, x1, x2, x3, x4, 0);
    -	E_SEED(t0, t1, x3, x4, x1, x2, 2);
    -	E_SEED(t0, t1, x1, x2, x3, x4, 4);
    -	E_SEED(t0, t1, x3, x4, x1, x2, 6);
    -	E_SEED(t0, t1, x1, x2, x3, x4, 8);
    -	E_SEED(t0, t1, x3, x4, x1, x2, 10);
    -	E_SEED(t0, t1, x1, x2, x3, x4, 12);
    -	E_SEED(t0, t1, x3, x4, x1, x2, 14);
    -	E_SEED(t0, t1, x1, x2, x3, x4, 16);
    -	E_SEED(t0, t1, x3, x4, x1, x2, 18);
    -	E_SEED(t0, t1, x1, x2, x3, x4, 20);
    -	E_SEED(t0, t1, x3, x4, x1, x2, 22);
    -	E_SEED(t0, t1, x1, x2, x3, x4, 24);
    -	E_SEED(t0, t1, x3, x4, x1, x2, 26);
    -	E_SEED(t0, t1, x1, x2, x3, x4, 28);
    -	E_SEED(t0, t1, x3, x4, x1, x2, 30);
    -#else
    -	{
    -	    int i;
    -	    for (i=0;i<30;i+=4) {
    -		E_SEED(t0,t1,x1,x2,x3,x4,i);
    -		E_SEED(t0,t1,x3,x4,x1,x2,i+2);
    -	    }
    -	}
    -#endif
    +# if !defined(OPENSSL_SMALL_FOOTPRINT)
    +    E_SEED(t0, t1, x1, x2, x3, x4, 0);
    +    E_SEED(t0, t1, x3, x4, x1, x2, 2);
    +    E_SEED(t0, t1, x1, x2, x3, x4, 4);
    +    E_SEED(t0, t1, x3, x4, x1, x2, 6);
    +    E_SEED(t0, t1, x1, x2, x3, x4, 8);
    +    E_SEED(t0, t1, x3, x4, x1, x2, 10);
    +    E_SEED(t0, t1, x1, x2, x3, x4, 12);
    +    E_SEED(t0, t1, x3, x4, x1, x2, 14);
    +    E_SEED(t0, t1, x1, x2, x3, x4, 16);
    +    E_SEED(t0, t1, x3, x4, x1, x2, 18);
    +    E_SEED(t0, t1, x1, x2, x3, x4, 20);
    +    E_SEED(t0, t1, x3, x4, x1, x2, 22);
    +    E_SEED(t0, t1, x1, x2, x3, x4, 24);
    +    E_SEED(t0, t1, x3, x4, x1, x2, 26);
    +    E_SEED(t0, t1, x1, x2, x3, x4, 28);
    +    E_SEED(t0, t1, x3, x4, x1, x2, 30);
    +# else
    +    {
    +        int i;
    +        for (i = 0; i < 30; i += 4) {
    +            E_SEED(t0, t1, x1, x2, x3, x4, i);
    +            E_SEED(t0, t1, x3, x4, x1, x2, i + 2);
    +        }
    +    }
    +# endif
     
    -	word2char(x3, d);
    -	word2char(x4, d+4);
    -	word2char(x1, d+8);
    -	word2char(x2, d+12);
    +    word2char(x3, d);
    +    word2char(x4, d + 4);
    +    word2char(x1, d + 8);
    +    word2char(x2, d + 12);
     }
     
    -void SEED_decrypt(const unsigned char s[SEED_BLOCK_SIZE], unsigned char d[SEED_BLOCK_SIZE], const SEED_KEY_SCHEDULE *ks)
    +void SEED_decrypt(const unsigned char s[SEED_BLOCK_SIZE],
    +                  unsigned char d[SEED_BLOCK_SIZE],
    +                  const SEED_KEY_SCHEDULE *ks)
     {
    -	seed_word x1, x2, x3, x4;
    -	seed_word t0, t1;
    +    seed_word x1, x2, x3, x4;
    +    seed_word t0, t1;
     
    -	char2word(s,    x1);
    -	char2word(s+4,  x2);
    -	char2word(s+8,  x3);
    -	char2word(s+12, x4);
    +    char2word(s, x1);
    +    char2word(s + 4, x2);
    +    char2word(s + 8, x3);
    +    char2word(s + 12, x4);
     
    -#if !defined(OPENSSL_SMALL_FOOTPRINT)
    -	E_SEED(t0, t1, x1, x2, x3, x4, 30);
    -	E_SEED(t0, t1, x3, x4, x1, x2, 28);
    -	E_SEED(t0, t1, x1, x2, x3, x4, 26);
    -	E_SEED(t0, t1, x3, x4, x1, x2, 24);
    -	E_SEED(t0, t1, x1, x2, x3, x4, 22);
    -	E_SEED(t0, t1, x3, x4, x1, x2, 20);
    -	E_SEED(t0, t1, x1, x2, x3, x4, 18);
    -	E_SEED(t0, t1, x3, x4, x1, x2, 16);
    -	E_SEED(t0, t1, x1, x2, x3, x4, 14);
    -	E_SEED(t0, t1, x3, x4, x1, x2, 12);
    -	E_SEED(t0, t1, x1, x2, x3, x4, 10);
    -	E_SEED(t0, t1, x3, x4, x1, x2, 8);
    -	E_SEED(t0, t1, x1, x2, x3, x4, 6);
    -	E_SEED(t0, t1, x3, x4, x1, x2, 4);
    -	E_SEED(t0, t1, x1, x2, x3, x4, 2);
    -	E_SEED(t0, t1, x3, x4, x1, x2, 0);
    -#else
    -	{
    -	    int i;
    -	    for (i=30; i>0; i-=4) {
    -		E_SEED(t0, t1, x1, x2, x3, x4, i);
    -		E_SEED(t0, t1, x3, x4, x1, x2, i-2);
    +# if !defined(OPENSSL_SMALL_FOOTPRINT)
    +    E_SEED(t0, t1, x1, x2, x3, x4, 30);
    +    E_SEED(t0, t1, x3, x4, x1, x2, 28);
    +    E_SEED(t0, t1, x1, x2, x3, x4, 26);
    +    E_SEED(t0, t1, x3, x4, x1, x2, 24);
    +    E_SEED(t0, t1, x1, x2, x3, x4, 22);
    +    E_SEED(t0, t1, x3, x4, x1, x2, 20);
    +    E_SEED(t0, t1, x1, x2, x3, x4, 18);
    +    E_SEED(t0, t1, x3, x4, x1, x2, 16);
    +    E_SEED(t0, t1, x1, x2, x3, x4, 14);
    +    E_SEED(t0, t1, x3, x4, x1, x2, 12);
    +    E_SEED(t0, t1, x1, x2, x3, x4, 10);
    +    E_SEED(t0, t1, x3, x4, x1, x2, 8);
    +    E_SEED(t0, t1, x1, x2, x3, x4, 6);
    +    E_SEED(t0, t1, x3, x4, x1, x2, 4);
    +    E_SEED(t0, t1, x1, x2, x3, x4, 2);
    +    E_SEED(t0, t1, x3, x4, x1, x2, 0);
    +# else
    +    {
    +        int i;
    +        for (i = 30; i > 0; i -= 4) {
    +            E_SEED(t0, t1, x1, x2, x3, x4, i);
    +            E_SEED(t0, t1, x3, x4, x1, x2, i - 2);
     
    -	    }
    -	}
    -#endif
    +        }
    +    }
    +# endif
     
    -	word2char(x3, d);
    -	word2char(x4, d+4);
    -	word2char(x1, d+8);
    -	word2char(x2, d+12);
    +    word2char(x3, d);
    +    word2char(x4, d + 4);
    +    word2char(x1, d + 8);
    +    word2char(x2, d + 12);
     }
     
    -#endif /* OPENSSL_NO_SEED */
    +#endif                          /* OPENSSL_NO_SEED */
    diff --git a/openssl/crypto/seed/seed.h b/openssl/crypto/seed/seed.h
    index c50fdd360..8cbf0d928 100644
    --- a/openssl/crypto/seed/seed.h
    +++ b/openssl/crypto/seed/seed.h
    @@ -1,5 +1,5 @@
     /*
    - * Copyright (c) 2007 KISA(Korea Information Security Agency). All rights reserved.  
    + * Copyright (c) 2007 KISA(Korea Information Security Agency). All rights reserved.
      *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
    @@ -31,7 +31,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -77,63 +77,73 @@
      *
      */
     
    -
     #ifndef HEADER_SEED_H
    -#define HEADER_SEED_H
    +# define HEADER_SEED_H
     
    -#include 
    -#include 
    -#include 
    +# include 
    +# include 
    +# include 
     
    -#ifdef OPENSSL_NO_SEED
    -#error SEED is disabled.
    -#endif
    +# ifdef OPENSSL_NO_SEED
    +#  error SEED is disabled.
    +# endif
     
    -#ifdef AES_LONG /* look whether we need 'long' to get 32 bits */
    -# ifndef SEED_LONG
    -#  define SEED_LONG 1
    +/* look whether we need 'long' to get 32 bits */
    +# ifdef AES_LONG
    +#  ifndef SEED_LONG
    +#   define SEED_LONG 1
    +#  endif
     # endif
    -#endif
     
    -#if !defined(NO_SYS_TYPES_H)
    -# include 
    -#endif
    +# if !defined(NO_SYS_TYPES_H)
    +#  include 
    +# endif
     
    -#define SEED_BLOCK_SIZE 16
    -#define SEED_KEY_LENGTH	16
    +# define SEED_BLOCK_SIZE 16
    +# define SEED_KEY_LENGTH 16
     
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -
     typedef struct seed_key_st {
    -#ifdef SEED_LONG
    +# ifdef SEED_LONG
         unsigned long data[32];
    -#else
    +# else
         unsigned int data[32];
    -#endif
    +# endif
     } SEED_KEY_SCHEDULE;
     
    -#ifdef OPENSSL_FIPS
    -void private_SEED_set_key(const unsigned char rawkey[SEED_KEY_LENGTH], SEED_KEY_SCHEDULE *ks);
    -#endif
    -void SEED_set_key(const unsigned char rawkey[SEED_KEY_LENGTH], SEED_KEY_SCHEDULE *ks);
    -
    -void SEED_encrypt(const unsigned char s[SEED_BLOCK_SIZE], unsigned char d[SEED_BLOCK_SIZE], const SEED_KEY_SCHEDULE *ks);
    -void SEED_decrypt(const unsigned char s[SEED_BLOCK_SIZE], unsigned char d[SEED_BLOCK_SIZE], const SEED_KEY_SCHEDULE *ks);
    -
    -void SEED_ecb_encrypt(const unsigned char *in, unsigned char *out, const SEED_KEY_SCHEDULE *ks, int enc);
    -void SEED_cbc_encrypt(const unsigned char *in, unsigned char *out,
    -        size_t len, const SEED_KEY_SCHEDULE *ks, unsigned char ivec[SEED_BLOCK_SIZE], int enc);
    +# ifdef OPENSSL_FIPS
    +void private_SEED_set_key(const unsigned char rawkey[SEED_KEY_LENGTH],
    +                          SEED_KEY_SCHEDULE *ks);
    +# endif
    +void SEED_set_key(const unsigned char rawkey[SEED_KEY_LENGTH],
    +                  SEED_KEY_SCHEDULE *ks);
    +
    +void SEED_encrypt(const unsigned char s[SEED_BLOCK_SIZE],
    +                  unsigned char d[SEED_BLOCK_SIZE],
    +                  const SEED_KEY_SCHEDULE *ks);
    +void SEED_decrypt(const unsigned char s[SEED_BLOCK_SIZE],
    +                  unsigned char d[SEED_BLOCK_SIZE],
    +                  const SEED_KEY_SCHEDULE *ks);
    +
    +void SEED_ecb_encrypt(const unsigned char *in, unsigned char *out,
    +                      const SEED_KEY_SCHEDULE *ks, int enc);
    +void SEED_cbc_encrypt(const unsigned char *in, unsigned char *out, size_t len,
    +                      const SEED_KEY_SCHEDULE *ks,
    +                      unsigned char ivec[SEED_BLOCK_SIZE], int enc);
     void SEED_cfb128_encrypt(const unsigned char *in, unsigned char *out,
    -        size_t len, const SEED_KEY_SCHEDULE *ks, unsigned char ivec[SEED_BLOCK_SIZE], int *num, int enc);
    +                         size_t len, const SEED_KEY_SCHEDULE *ks,
    +                         unsigned char ivec[SEED_BLOCK_SIZE], int *num,
    +                         int enc);
     void SEED_ofb128_encrypt(const unsigned char *in, unsigned char *out,
    -        size_t len, const SEED_KEY_SCHEDULE *ks, unsigned char ivec[SEED_BLOCK_SIZE], int *num);
    +                         size_t len, const SEED_KEY_SCHEDULE *ks,
    +                         unsigned char ivec[SEED_BLOCK_SIZE], int *num);
     
     #ifdef  __cplusplus
     }
     #endif
     
    -#endif /* HEADER_SEED_H */
    +#endif                          /* HEADER_SEED_H */
    diff --git a/openssl/crypto/seed/seed_cbc.c b/openssl/crypto/seed/seed_cbc.c
    index 6c3f9b527..33e688774 100644
    --- a/openssl/crypto/seed/seed_cbc.c
    +++ b/openssl/crypto/seed/seed_cbc.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -55,9 +55,11 @@
     void SEED_cbc_encrypt(const unsigned char *in, unsigned char *out,
                           size_t len, const SEED_KEY_SCHEDULE *ks,
                           unsigned char ivec[SEED_BLOCK_SIZE], int enc)
    -	{
    -	if (enc)
    -		CRYPTO_cbc128_encrypt(in,out,len,ks,ivec,(block128_f)SEED_encrypt);
    -	else
    -		CRYPTO_cbc128_decrypt(in,out,len,ks,ivec,(block128_f)SEED_decrypt);
    -	}
    +{
    +    if (enc)
    +        CRYPTO_cbc128_encrypt(in, out, len, ks, ivec,
    +                              (block128_f) SEED_encrypt);
    +    else
    +        CRYPTO_cbc128_decrypt(in, out, len, ks, ivec,
    +                              (block128_f) SEED_decrypt);
    +}
    diff --git a/openssl/crypto/seed/seed_cfb.c b/openssl/crypto/seed/seed_cfb.c
    index 694597dd0..3437d7b4e 100644
    --- a/openssl/crypto/seed/seed_cfb.c
    +++ b/openssl/crypto/seed/seed_cfb.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -54,21 +54,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -83,10 +83,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -98,7 +98,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -110,7 +110,9 @@
     
     void SEED_cfb128_encrypt(const unsigned char *in, unsigned char *out,
                              size_t len, const SEED_KEY_SCHEDULE *ks,
    -                         unsigned char ivec[SEED_BLOCK_SIZE], int *num, int enc)
    -	{
    -	CRYPTO_cfb128_encrypt(in,out,len,ks,ivec,num,enc,(block128_f)SEED_encrypt);
    -	}
    +                         unsigned char ivec[SEED_BLOCK_SIZE], int *num,
    +                         int enc)
    +{
    +    CRYPTO_cfb128_encrypt(in, out, len, ks, ivec, num, enc,
    +                          (block128_f) SEED_encrypt);
    +}
    diff --git a/openssl/crypto/seed/seed_ecb.c b/openssl/crypto/seed/seed_ecb.c
    index e63f5ae14..937a31b42 100644
    --- a/openssl/crypto/seed/seed_ecb.c
    +++ b/openssl/crypto/seed/seed_ecb.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -51,10 +51,11 @@
     
     #include 
     
    -void SEED_ecb_encrypt(const unsigned char *in, unsigned char *out, const SEED_KEY_SCHEDULE *ks, int enc) 
    -	{
    -	if (enc)
    -		SEED_encrypt(in, out, ks);
    -	else
    -		SEED_decrypt(in, out, ks);
    -	}
    +void SEED_ecb_encrypt(const unsigned char *in, unsigned char *out,
    +                      const SEED_KEY_SCHEDULE *ks, int enc)
    +{
    +    if (enc)
    +        SEED_encrypt(in, out, ks);
    +    else
    +        SEED_decrypt(in, out, ks);
    +}
    diff --git a/openssl/crypto/seed/seed_locl.h b/openssl/crypto/seed/seed_locl.h
    index fd456b642..96ec43022 100644
    --- a/openssl/crypto/seed/seed_locl.h
    +++ b/openssl/crypto/seed/seed_locl.h
    @@ -1,5 +1,5 @@
     /*
    - * Copyright (c) 2007 KISA(Korea Information Security Agency). All rights reserved.  
    + * Copyright (c) 2007 KISA(Korea Information Security Agency). All rights reserved.
      *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
    @@ -24,61 +24,60 @@
      *
      */
     #ifndef HEADER_SEED_LOCL_H
    -#define HEADER_SEED_LOCL_H
    +# define HEADER_SEED_LOCL_H
     
    -#include "openssl/e_os2.h"
    -#include 
    +# include "openssl/e_os2.h"
    +# include 
     
    -
    -#ifdef SEED_LONG /* need 32-bit type */
    +# ifdef SEED_LONG               /* need 32-bit type */
     typedef unsigned long seed_word;
    -#else
    +# else
     typedef unsigned int seed_word;
    -#endif
    +# endif
     
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -#define G_FUNC(v)       \
    +# define G_FUNC(v)       \
             SS[0][(unsigned char)      (v) & 0xff] ^ SS[1][(unsigned char) ((v)>>8) & 0xff] ^ \
             SS[2][(unsigned char)((v)>>16) & 0xff] ^ SS[3][(unsigned char)((v)>>24) & 0xff]
     
    -#define char2word(c, i)  \
    +# define char2word(c, i)  \
             (i) = ((((seed_word)(c)[0]) << 24) | (((seed_word)(c)[1]) << 16) | (((seed_word)(c)[2]) << 8) | ((seed_word)(c)[3]))
     
    -#define word2char(l, c)  \
    +# define word2char(l, c)  \
             *((c)+0) = (unsigned char)((l)>>24) & 0xff; \
             *((c)+1) = (unsigned char)((l)>>16) & 0xff; \
             *((c)+2) = (unsigned char)((l)>> 8) & 0xff; \
             *((c)+3) = (unsigned char)((l))     & 0xff
     
    -#define KEYSCHEDULE_UPDATE0(T0, T1, X1, X2, X3, X4, KC)  \
    +# define KEYSCHEDULE_UPDATE0(T0, T1, X1, X2, X3, X4, KC)  \
             (T0) = (X3);                                     \
             (X3) = (((X3)<<8) ^ ((X4)>>24)) & 0xffffffff;    \
             (X4) = (((X4)<<8) ^ ((T0)>>24)) & 0xffffffff;    \
             (T0) = ((X1) + (X3) - (KC))     & 0xffffffff;    \
             (T1) = ((X2) + (KC) - (X4))     & 0xffffffff
     
    -#define KEYSCHEDULE_UPDATE1(T0, T1, X1, X2, X3, X4, KC)  \
    +# define KEYSCHEDULE_UPDATE1(T0, T1, X1, X2, X3, X4, KC)  \
             (T0) = (X1);                                     \
             (X1) = (((X1)>>8) ^ ((X2)<<24)) & 0xffffffff;    \
             (X2) = (((X2)>>8) ^ ((T0)<<24)) & 0xffffffff;    \
             (T0) = ((X1) + (X3) - (KC))     & 0xffffffff;     \
             (T1) = ((X2) + (KC) - (X4))     & 0xffffffff
     
    -#define KEYUPDATE_TEMP(T0, T1, K)   \
    +# define KEYUPDATE_TEMP(T0, T1, K)   \
             (K)[0] = G_FUNC((T0));      \
             (K)[1] = G_FUNC((T1))
     
    -#define XOR_SEEDBLOCK(DST, SRC)      \
    +# define XOR_SEEDBLOCK(DST, SRC)      \
             ((DST))[0] ^= ((SRC))[0];    \
             ((DST))[1] ^= ((SRC))[1];    \
             ((DST))[2] ^= ((SRC))[2];    \
             ((DST))[3] ^= ((SRC))[3]
     
    -#define MOV_SEEDBLOCK(DST, SRC)      \
    +# define MOV_SEEDBLOCK(DST, SRC)      \
             ((DST))[0] = ((SRC))[0];     \
             ((DST))[1] = ((SRC))[1];     \
             ((DST))[2] = ((SRC))[2];     \
    @@ -113,4 +112,4 @@ extern "C" {
     }
     #endif
     
    -#endif /* HEADER_SEED_LOCL_H */
    +#endif                          /* HEADER_SEED_LOCL_H */
    diff --git a/openssl/crypto/seed/seed_ofb.c b/openssl/crypto/seed/seed_ofb.c
    index 3c8ba33bb..6974302ce 100644
    --- a/openssl/crypto/seed/seed_ofb.c
    +++ b/openssl/crypto/seed/seed_ofb.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -54,21 +54,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -83,10 +83,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -98,7 +98,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -111,6 +111,7 @@
     void SEED_ofb128_encrypt(const unsigned char *in, unsigned char *out,
                              size_t len, const SEED_KEY_SCHEDULE *ks,
                              unsigned char ivec[SEED_BLOCK_SIZE], int *num)
    -	{
    -	CRYPTO_ofb128_encrypt(in,out,len,ks,ivec,num,(block128_f)SEED_encrypt);
    -	}
    +{
    +    CRYPTO_ofb128_encrypt(in, out, len, ks, ivec, num,
    +                          (block128_f) SEED_encrypt);
    +}
    diff --git a/openssl/crypto/sha/Makefile b/openssl/crypto/sha/Makefile
    index 2eb2b7af9..a8c0cf785 100644
    --- a/openssl/crypto/sha/Makefile
    +++ b/openssl/crypto/sha/Makefile
    @@ -60,21 +60,25 @@ sha256-armv4.S: asm/sha256-armv4.pl
     	$(PERL) $< $(PERLASM_SCHEME) $@
     
     sha1-alpha.s:	asm/sha1-alpha.pl
    -	(preproc=/tmp/$$$$.$@; trap "rm $$preproc" INT; \
    +	(preproc=$$$$.$@.S; trap "rm $$preproc" INT; \
     	$(PERL) asm/sha1-alpha.pl > $$preproc && \
    -	$(CC) -E $$preproc > $@ && rm $$preproc)
    +	$(CC) -E -P $$preproc > $@ && rm $$preproc)
     
     # Solaris make has to be explicitly told
     sha1-x86_64.s:	asm/sha1-x86_64.pl;	$(PERL) asm/sha1-x86_64.pl $(PERLASM_SCHEME) > $@
    +sha1-mb-x86_64.s:	asm/sha1-mb-x86_64.pl;	$(PERL) asm/sha1-mb-x86_64.pl $(PERLASM_SCHEME) > $@
     sha256-x86_64.s:asm/sha512-x86_64.pl;	$(PERL) asm/sha512-x86_64.pl $(PERLASM_SCHEME) $@
    +sha256-mb-x86_64.s:	asm/sha256-mb-x86_64.pl;	$(PERL) asm/sha256-mb-x86_64.pl $(PERLASM_SCHEME) > $@
     sha512-x86_64.s:asm/sha512-x86_64.pl;	$(PERL) asm/sha512-x86_64.pl $(PERLASM_SCHEME) $@
    -sha1-sparcv9.s:	asm/sha1-sparcv9.pl;	$(PERL) asm/sha1-sparcv9.pl $@ $(CFLAGS)
    -sha256-sparcv9.s:asm/sha512-sparcv9.pl;	$(PERL) asm/sha512-sparcv9.pl $@ $(CFLAGS)
    -sha512-sparcv9.s:asm/sha512-sparcv9.pl;	$(PERL) asm/sha512-sparcv9.pl $@ $(CFLAGS)
    +sha1-sparcv9.S:	asm/sha1-sparcv9.pl;	$(PERL) asm/sha1-sparcv9.pl $@ $(CFLAGS)
    +sha256-sparcv9.S:asm/sha512-sparcv9.pl;	$(PERL) asm/sha512-sparcv9.pl $@ $(CFLAGS)
    +sha512-sparcv9.S:asm/sha512-sparcv9.pl;	$(PERL) asm/sha512-sparcv9.pl $@ $(CFLAGS)
     
     sha1-ppc.s:	asm/sha1-ppc.pl;	$(PERL) asm/sha1-ppc.pl $(PERLASM_SCHEME) $@
     sha256-ppc.s:	asm/sha512-ppc.pl;	$(PERL) asm/sha512-ppc.pl $(PERLASM_SCHEME) $@
     sha512-ppc.s:	asm/sha512-ppc.pl;	$(PERL) asm/sha512-ppc.pl $(PERLASM_SCHEME) $@
    +sha256p8-ppc.s:	asm/sha512p8-ppc.pl;	$(PERL) asm/sha512p8-ppc.pl $(PERLASM_SCHEME) $@
    +sha512p8-ppc.s:	asm/sha512p8-ppc.pl;	$(PERL) asm/sha512p8-ppc.pl $(PERLASM_SCHEME) $@
     
     sha1-parisc.s:	asm/sha1-parisc.pl;	$(PERL) asm/sha1-parisc.pl $(PERLASM_SCHEME) $@
     sha256-parisc.s:asm/sha512-parisc.pl;	$(PERL) asm/sha512-parisc.pl $(PERLASM_SCHEME) $@
    @@ -92,6 +96,9 @@ sha512-%.S:	asm/sha512-%.pl;	$(PERL) $< $(PERLASM_SCHEME) $@
     sha1-armv4-large.o:	sha1-armv4-large.S
     sha256-armv4.o:		sha256-armv4.S
     sha512-armv4.o:		sha512-armv4.S
    +sha1-armv8.o:		sha1-armv8.S
    +sha256-armv8.o:		sha256-armv8.S
    +sha512-armv8.o:		sha512-armv8.S
     
     files:
     	$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
    diff --git a/openssl/crypto/sha/asm/sha1-586.pl b/openssl/crypto/sha/asm/sha1-586.pl
    index 1084d227f..8377299b1 100644
    --- a/openssl/crypto/sha/asm/sha1-586.pl
    +++ b/openssl/crypto/sha/asm/sha1-586.pl
    @@ -1,7 +1,7 @@
     #!/usr/bin/env perl
     
     # ====================================================================
    -# [Re]written by Andy Polyakov  for the OpenSSL
    +# [Re]written by Andy Polyakov  for the OpenSSL
     # project. The module is, however, dual licensed under OpenSSL and
     # CRYPTOGAMS licenses depending on where you obtain it. For further
     # details see http://www.openssl.org/~appro/cryptogams/.
    @@ -79,6 +79,10 @@
     # strongly, it's probably more appropriate to discuss possibility of
     # using vector rotate XOP on AMD...
     
    +# March 2014.
    +#
    +# Add support for Intel SHA Extensions.
    +
     ######################################################################
     # Current performance is summarized in following table. Numbers are
     # CPU clock cycles spent to process single byte (less is better).
    @@ -88,13 +92,20 @@
     # PIII		11.5		-
     # P4		10.6		-
     # AMD K8	7.1		-
    -# Core2		7.3		6.1/+20%	-
    -# Atom		12.5		9.5(*)/+32%	-
    -# Westmere	7.3		5.6/+30%	-
    -# Sandy Bridge	8.8		6.2/+40%	5.1(**)/+70%
    +# Core2		7.3		6.0/+22%	-
    +# Westmere	7.3		5.5/+33%	-
    +# Sandy Bridge	8.8		6.2/+40%	5.1(**)/+73%
    +# Ivy Bridge	7.2		4.8/+51%	4.7(**)/+53%
    +# Haswell	6.5		4.3/+51%	4.1(**)/+58%
    +# Bulldozer	11.6		6.0/+92%
    +# VIA Nano	10.6		7.5/+41%
    +# Atom		12.5		9.3(*)/+35%
    +# Silvermont	14.5		9.9(*)/+46%
     #
     # (*)	Loop is 1056 instructions long and expected result is ~8.25.
    -#	It remains mystery [to me] why ILP is limited to 1.7.
    +#	The discrepancy is because of front-end limitations, so
    +#	called MS-ROM penalties, and on Silvermont even rotate's
    +#	limited parallelism.
     #
     # (**)	As per above comment, the result is for AVX *plus* sh[rl]d.
     
    @@ -116,6 +127,15 @@ $ymm=1 if ($xmm && !$ymm && $ARGV[0] eq "win32n" &&
     		`nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/ &&
     		$1>=2.03);	# first version supporting AVX
     
    +$ymm=1 if ($xmm && !$ymm && $ARGV[0] eq "win32" &&
    +		`ml 2>&1` =~ /Version ([0-9]+)\./ &&
    +		$1>=10);	# first version supporting AVX
    +
    +$ymm=1 if ($xmm && !$ymm && `$ENV{CC} -v 2>&1` =~ /(^clang version|based on LLVM) ([3-9]\.[0-9]+)/ &&
    +		$2>=3.0);	# first version supporting AVX
    +
    +$shaext=$xmm;	### set to zero if compiling for 1.0.1
    +
     &external_label("OPENSSL_ia32cap_P") if ($xmm);
     
     
    @@ -295,6 +315,7 @@ if ($alt) {
     
     &function_begin("sha1_block_data_order");
     if ($xmm) {
    +  &static_label("shaext_shortcut")	if ($shaext);
       &static_label("ssse3_shortcut");
       &static_label("avx_shortcut")		if ($ymm);
       &static_label("K_XX_XX");
    @@ -309,8 +330,13 @@ if ($xmm) {
     	&mov	($D,&DWP(4,$T));
     	&test	($D,1<<9);		# check SSSE3 bit
     	&jz	(&label("x86"));
    +	&mov	($C,&DWP(8,$T));
     	&test	($A,1<<24);		# check FXSR bit
     	&jz	(&label("x86"));
    +	if ($shaext) {
    +		&test	($C,1<<29);		# check SHA bit
    +		&jnz	(&label("shaext_shortcut"));
    +	}
     	if ($ymm) {
     		&and	($D,1<<28);		# mask AVX bit
     		&and	($A,1<<30);		# mask "Intel CPU" bit
    @@ -389,6 +415,117 @@ if ($xmm) {
     &function_end("sha1_block_data_order");
     
     if ($xmm) {
    +if ($shaext) {
    +######################################################################
    +# Intel SHA Extensions implementation of SHA1 update function.
    +#
    +my ($ctx,$inp,$num)=("edi","esi","ecx");
    +my ($ABCD,$E,$E_,$BSWAP)=map("xmm$_",(0..3));
    +my @MSG=map("xmm$_",(4..7));
    +
    +sub sha1rnds4 {
    + my ($dst,$src,$imm)=@_;
    +    if ("$dst:$src" =~ /xmm([0-7]):xmm([0-7])/)
    +    {	&data_byte(0x0f,0x3a,0xcc,0xc0|($1<<3)|$2,$imm);	}
    +}
    +sub sha1op38 {
    + my ($opcodelet,$dst,$src)=@_;
    +    if ("$dst:$src" =~ /xmm([0-7]):xmm([0-7])/)
    +    {	&data_byte(0x0f,0x38,$opcodelet,0xc0|($1<<3)|$2);	}
    +}
    +sub sha1nexte	{ sha1op38(0xc8,@_); }
    +sub sha1msg1	{ sha1op38(0xc9,@_); }
    +sub sha1msg2	{ sha1op38(0xca,@_); }
    +
    +&function_begin("_sha1_block_data_order_shaext");
    +	&call	(&label("pic_point"));	# make it PIC!
    +	&set_label("pic_point");
    +	&blindpop($tmp1);
    +	&lea	($tmp1,&DWP(&label("K_XX_XX")."-".&label("pic_point"),$tmp1));
    +&set_label("shaext_shortcut");
    +	&mov	($ctx,&wparam(0));
    +	&mov	("ebx","esp");
    +	&mov	($inp,&wparam(1));
    +	&mov	($num,&wparam(2));
    +	&sub	("esp",32);
    +
    +	&movdqu	($ABCD,&QWP(0,$ctx));
    +	&movd	($E,&QWP(16,$ctx));
    +	&and	("esp",-32);
    +	&movdqa	($BSWAP,&QWP(0x50,$tmp1));	# byte-n-word swap
    +
    +	&movdqu	(@MSG[0],&QWP(0,$inp));
    +	&pshufd	($ABCD,$ABCD,0b00011011);	# flip word order
    +	&movdqu	(@MSG[1],&QWP(0x10,$inp));
    +	&pshufd	($E,$E,0b00011011);		# flip word order
    +	&movdqu	(@MSG[2],&QWP(0x20,$inp));
    +	&pshufb	(@MSG[0],$BSWAP);
    +	&movdqu	(@MSG[3],&QWP(0x30,$inp));
    +	&pshufb	(@MSG[1],$BSWAP);
    +	&pshufb	(@MSG[2],$BSWAP);
    +	&pshufb	(@MSG[3],$BSWAP);
    +	&jmp	(&label("loop_shaext"));
    +
    +&set_label("loop_shaext",16);
    +	&dec		($num);
    +	&lea		("eax",&DWP(0x40,$inp));
    +	&movdqa		(&QWP(0,"esp"),$E);	# offload $E
    +	&paddd		($E,@MSG[0]);
    +	&cmovne		($inp,"eax");
    +	&movdqa		(&QWP(16,"esp"),$ABCD);	# offload $ABCD
    +
    +for($i=0;$i<20-4;$i+=2) {
    +	&sha1msg1	(@MSG[0],@MSG[1]);
    +	&movdqa		($E_,$ABCD);
    +	&sha1rnds4	($ABCD,$E,int($i/5));	# 0-3...
    +	&sha1nexte	($E_,@MSG[1]);
    +	&pxor		(@MSG[0],@MSG[2]);
    +	&sha1msg1	(@MSG[1],@MSG[2]);
    +	&sha1msg2	(@MSG[0],@MSG[3]);
    +
    +	&movdqa		($E,$ABCD);
    +	&sha1rnds4	($ABCD,$E_,int(($i+1)/5));
    +	&sha1nexte	($E,@MSG[2]);
    +	&pxor		(@MSG[1],@MSG[3]);
    +	&sha1msg2	(@MSG[1],@MSG[0]);
    +
    +	push(@MSG,shift(@MSG));	push(@MSG,shift(@MSG));
    +}
    +	&movdqu		(@MSG[0],&QWP(0,$inp));
    +	&movdqa		($E_,$ABCD);
    +	&sha1rnds4	($ABCD,$E,3);		# 64-67
    +	&sha1nexte	($E_,@MSG[1]);
    +	&movdqu		(@MSG[1],&QWP(0x10,$inp));
    +	&pshufb		(@MSG[0],$BSWAP);
    +
    +	&movdqa		($E,$ABCD);
    +	&sha1rnds4	($ABCD,$E_,3);		# 68-71
    +	&sha1nexte	($E,@MSG[2]);
    +	&movdqu		(@MSG[2],&QWP(0x20,$inp));
    +	&pshufb		(@MSG[1],$BSWAP);
    +
    +	&movdqa		($E_,$ABCD);
    +	&sha1rnds4	($ABCD,$E,3);		# 72-75
    +	&sha1nexte	($E_,@MSG[3]);
    +	&movdqu		(@MSG[3],&QWP(0x30,$inp));
    +	&pshufb		(@MSG[2],$BSWAP);
    +
    +	&movdqa		($E,$ABCD);
    +	&sha1rnds4	($ABCD,$E_,3);		# 76-79
    +	&movdqa		($E_,&QWP(0,"esp"));
    +	&pshufb		(@MSG[3],$BSWAP);
    +	&sha1nexte	($E,$E_);
    +	&paddd		($ABCD,&QWP(16,"esp"));
    +
    +	&jnz		(&label("loop_shaext"));
    +
    +	&pshufd	($ABCD,$ABCD,0b00011011);
    +	&pshufd	($E,$E,0b00011011);
    +	&movdqu	(&QWP(0,$ctx),$ABCD)
    +	&movd	(&DWP(16,$ctx),$E);
    +	&mov	("esp","ebx");
    +&function_end("_sha1_block_data_order_shaext");
    +}
     ######################################################################
     # The SSSE3 implementation.
     #
    @@ -416,6 +553,7 @@ my $Xi=4;			# 4xSIMD Xupdate round, start pre-seeded
     my @X=map("xmm$_",(4..7,0..3));	# pre-seeded for $Xi=4
     my @V=($A,$B,$C,$D,$E);
     my $j=0;			# hash round
    +my $rx=0;
     my @T=($T,$tmp1);
     my $inp;
     
    @@ -501,8 +639,11 @@ my $_ror=sub { &ror(@_) };
     	&movdqa	(&QWP(0+16,"esp"),@X[-3&7]);
     	&psubd	(@X[-3&7],@X[3]);
     	&movdqa	(&QWP(0+32,"esp"),@X[-2&7]);
    +	&mov	(@T[1],$C);
     	&psubd	(@X[-2&7],@X[3]);
    -	&movdqa	(@X[0],@X[-3&7]);
    +	&xor	(@T[1],$D);
    +	&pshufd	(@X[0],@X[-4&7],0xee);		# was &movdqa	(@X[0],@X[-3&7]);
    +	&and	(@T[0],@T[1]);
     	&jmp	(&label("loop"));
     
     ######################################################################
    @@ -528,76 +669,77 @@ sub Xupdate_ssse3_16_31()		# recall that $Xi starts wtih 4
       my @insns = (&$body,&$body,&$body,&$body);	# 40 instructions
       my ($a,$b,$c,$d,$e);
     
    +	 eval(shift(@insns));		# ror
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    -	&palignr(@X[0],@X[-4&7],8);	# compose "X[-14]" in "X[0]"
    +	&punpcklqdq(@X[0],@X[-3&7]);	# compose "X[-14]" in "X[0]", was &palignr(@X[0],@X[-4&7],8);
     	&movdqa	(@X[2],@X[-1&7]);
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     
     	  &paddd	(@X[3],@X[-1&7]);
     	  &movdqa	(&QWP(64+16*(($Xi-4)%3),"esp"),@X[-4&7]);# save X[] to backtrace buffer
    -	 eval(shift(@insns));
    +	 eval(shift(@insns));		# rol
     	 eval(shift(@insns));
     	&psrldq	(@X[2],4);		# "X[-3]", 3 dwords
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     	&pxor	(@X[0],@X[-4&7]);	# "X[0]"^="X[-16]"
     	 eval(shift(@insns));
    -	 eval(shift(@insns));
    +	 eval(shift(@insns));		# ror
     
     	&pxor	(@X[2],@X[-2&7]);	# "X[-3]"^"X[-8]"
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    -	 eval(shift(@insns));
     
     	&pxor	(@X[0],@X[2]);		# "X[0]"^="X[-3]"^"X[-8]"
     	 eval(shift(@insns));
    -	 eval(shift(@insns));
    +	 eval(shift(@insns));		# rol
     	  &movdqa	(&QWP(0+16*(($Xi-1)&3),"esp"),@X[3]);	# X[]+K xfer to IALU
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     
     	&movdqa	(@X[4],@X[0]);
    -	&movdqa	(@X[2],@X[0]);
    -	 eval(shift(@insns));
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    +	 eval(shift(@insns));		# ror
    +	&movdqa (@X[2],@X[0]);
     	 eval(shift(@insns));
     
     	&pslldq	(@X[4],12);		# "X[0]"<<96, extract one dword
     	&paddd	(@X[0],@X[0]);
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    -	 eval(shift(@insns));
    -	 eval(shift(@insns));
     
     	&psrld	(@X[2],31);
     	 eval(shift(@insns));
    -	 eval(shift(@insns));
    +	 eval(shift(@insns));		# rol
     	&movdqa	(@X[3],@X[4]);
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    +	 eval(shift(@insns));
     
     	&psrld	(@X[4],30);
    -	&por	(@X[0],@X[2]);		# "X[0]"<<<=1
     	 eval(shift(@insns));
    +	 eval(shift(@insns));		# ror
    +	&por	(@X[0],@X[2]);		# "X[0]"<<<=1
     	 eval(shift(@insns));
     	  &movdqa	(@X[2],&QWP(64+16*(($Xi-6)%3),"esp")) if ($Xi>5);	# restore X[] from backtrace buffer
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     
     	&pslld	(@X[3],2);
    -	&pxor	(@X[0],@X[4]);
    -	 eval(shift(@insns));
     	 eval(shift(@insns));
    +	 eval(shift(@insns));		# rol
    +	&pxor   (@X[0],@X[4]);
     	  &movdqa	(@X[4],&QWP(112-16+16*(($Xi)/5),"esp"));	# K_XX_XX
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     
     	&pxor	(@X[0],@X[3]);		# "X[0]"^=("X[0]"<<96)<<<2
    -	  &movdqa	(@X[1],@X[-2&7])	if ($Xi<7);
    +	  &pshufd	(@X[1],@X[-3&7],0xee)	if ($Xi<7);	# was &movdqa	(@X[1],@X[-2&7])
    +	  &pshufd	(@X[3],@X[-1&7],0xee)	if ($Xi==7);
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     
    @@ -609,13 +751,12 @@ sub Xupdate_ssse3_16_31()		# recall that $Xi starts wtih 4
     sub Xupdate_ssse3_32_79()
     { use integer;
       my $body = shift;
    -  my @insns = (&$body,&$body,&$body,&$body);	# 32 to 48 instructions
    +  my @insns = (&$body,&$body,&$body,&$body);	# 32 to 44 instructions
       my ($a,$b,$c,$d,$e);
     
    -	&movdqa	(@X[2],@X[-1&7])	if ($Xi==8);
     	 eval(shift(@insns));		# body_20_39
     	&pxor	(@X[0],@X[-4&7]);	# "X[0]"="X[-32]"^"X[-16]"
    -	&palignr(@X[2],@X[-2&7],8);	# compose "X[-6]"
    +	&punpcklqdq(@X[2],@X[-1&7]);	# compose "X[-6]", was &palignr(@X[2],@X[-2&7],8)
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     	 eval(shift(@insns));		# rol
    @@ -624,13 +765,14 @@ sub Xupdate_ssse3_32_79()
     	  &movdqa	(&QWP(64+16*(($Xi-4)%3),"esp"),@X[-4&7]);	# save X[] to backtrace buffer
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    +	 eval(shift(@insns))		if (@insns[0] =~ /_rol/);
     	 if ($Xi%5) {
     	  &movdqa	(@X[4],@X[3]);	# "perpetuate" K_XX_XX...
     	 } else {			# ... or load next one
     	  &movdqa	(@X[4],&QWP(112-16+16*($Xi/5),"esp"));
     	 }
    -	  &paddd	(@X[3],@X[-1&7]);
     	 eval(shift(@insns));		# ror
    +	  &paddd	(@X[3],@X[-1&7]);
     	 eval(shift(@insns));
     
     	&pxor	(@X[0],@X[2]);		# "X[0]"^="X[-6]"
    @@ -645,6 +787,7 @@ sub Xupdate_ssse3_32_79()
     	 eval(shift(@insns));
     	 eval(shift(@insns));		# ror
     	 eval(shift(@insns));
    +	 eval(shift(@insns))		if (@insns[0] =~ /_rol/);
     
     	&pslld	(@X[0],2);
     	 eval(shift(@insns));		# body_20_39
    @@ -656,6 +799,8 @@ sub Xupdate_ssse3_32_79()
     	 eval(shift(@insns));
     	 eval(shift(@insns));		# ror
     	 eval(shift(@insns));
    +	 eval(shift(@insns))		if (@insns[1] =~ /_rol/);
    +	 eval(shift(@insns))		if (@insns[0] =~ /_rol/);
     
     	&por	(@X[0],@X[2]);		# "X[0]"<<<=2
     	 eval(shift(@insns));		# body_20_39
    @@ -666,7 +811,7 @@ sub Xupdate_ssse3_32_79()
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     	 eval(shift(@insns));		# ror
    -	  &movdqa	(@X[3],@X[0])	if ($Xi<19);
    +	  &pshufd	(@X[3],@X[-1],0xee)	if ($Xi<19);	# was &movdqa	(@X[3],@X[0])
     	 eval(shift(@insns));
     
     	 foreach (@insns) { eval; }	# remaining instructions
    @@ -680,6 +825,12 @@ sub Xuplast_ssse3_80()
       my @insns = (&$body,&$body,&$body,&$body);	# 32 instructions
       my ($a,$b,$c,$d,$e);
     
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
     	 eval(shift(@insns));
     	  &paddd	(@X[3],@X[-1&7]);
     	 eval(shift(@insns));
    @@ -717,9 +868,16 @@ sub Xloop_ssse3()
     
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
     	&pshufb	(@X[($Xi-3)&7],@X[2]);
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
     	&paddd	(@X[($Xi-4)&7],@X[3]);
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    @@ -728,6 +886,8 @@ sub Xloop_ssse3()
     	&movdqa	(&QWP(0+16*$Xi,"esp"),@X[($Xi-4)&7]);	# X[]+K xfer to IALU
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
     	&psubd	(@X[($Xi-4)&7],@X[3]);
     
     	foreach (@insns) { eval; }
    @@ -743,51 +903,124 @@ sub Xtail_ssse3()
     	foreach (@insns) { eval; }
     }
     
    -sub body_00_19 () {
    +sub body_00_19 () {	# ((c^d)&b)^d
    +	# on start @T[0]=(c^d)&b
    +	return &body_20_39()	if ($rx==19);	$rx++;
     	(
     	'($a,$b,$c,$d,$e)=@V;'.
    -	'&add	($e,&DWP(4*($j&15),"esp"));',	# X[]+K xfer
    -	'&xor	($c,$d);',
    +	'&$_ror	($b,$j?7:2);',	# $b>>>2
    +	'&xor	(@T[0],$d);',
     	'&mov	(@T[1],$a);',	# $b in next round
    +
    +	'&add	($e,&DWP(4*($j&15),"esp"));',	# X[]+K xfer
    +	'&xor	($b,$c);',	# $c^$d for next round
    +
     	'&$_rol	($a,5);',
    -	'&and	(@T[0],$c);',	# ($b&($c^$d))
    -	'&xor	($c,$d);',	# restore $c
    -	'&xor	(@T[0],$d);',
    -	'&add	($e,$a);',
    -	'&$_ror	($b,$j?7:2);',	# $b>>>2
    -	'&add	($e,@T[0]);'	.'$j++; unshift(@V,pop(@V)); unshift(@T,pop(@T));'
    +	'&add	($e,@T[0]);',
    +	'&and	(@T[1],$b);',	# ($b&($c^$d)) for next round
    +
    +	'&xor	($b,$c);',	# restore $b
    +	'&add	($e,$a);'	.'$j++; unshift(@V,pop(@V)); unshift(@T,pop(@T));'
     	);
     }
     
    -sub body_20_39 () {
    +sub body_20_39 () {	# b^d^c
    +	# on entry @T[0]=b^d
    +	return &body_40_59()	if ($rx==39);	$rx++;
     	(
     	'($a,$b,$c,$d,$e)=@V;'.
    -	'&add	($e,&DWP(4*($j++&15),"esp"));',	# X[]+K xfer
    -	'&xor	(@T[0],$d);',	# ($b^$d)
    +	'&add	($e,&DWP(4*($j&15),"esp"));',	# X[]+K xfer
    +	'&xor	(@T[0],$d)	if($j==19);'.
    +	'&xor	(@T[0],$c)	if($j> 19);',	# ($b^$d^$c)
     	'&mov	(@T[1],$a);',	# $b in next round
    +
     	'&$_rol	($a,5);',
    -	'&xor	(@T[0],$c);',	# ($b^$d^$c)
    -	'&add	($e,$a);',
    +	'&add	($e,@T[0]);',
    +	'&xor	(@T[1],$c)	if ($j< 79);',	# $b^$d for next round
    +
     	'&$_ror	($b,7);',	# $b>>>2
    -	'&add	($e,@T[0]);'	.'unshift(@V,pop(@V)); unshift(@T,pop(@T));'
    +	'&add	($e,$a);'	.'$j++; unshift(@V,pop(@V)); unshift(@T,pop(@T));'
     	);
     }
     
    -sub body_40_59 () {
    +sub body_40_59 () {	# ((b^c)&(c^d))^c
    +	# on entry @T[0]=(b^c), (c^=d)
    +	$rx++;
     	(
     	'($a,$b,$c,$d,$e)=@V;'.
    -	'&mov	(@T[1],$c);',
    -	'&xor	($c,$d);',
    -	'&add	($e,&DWP(4*($j++&15),"esp"));',	# X[]+K xfer
    -	'&and	(@T[1],$d);',
    -	'&and	(@T[0],$c);',	# ($b&($c^$d))
    +	'&add	($e,&DWP(4*($j&15),"esp"));',	# X[]+K xfer
    +	'&and	(@T[0],$c)	if ($j>=40);',	# (b^c)&(c^d)
    +	'&xor	($c,$d)		if ($j>=40);',	# restore $c
    +
     	'&$_ror	($b,7);',	# $b>>>2
    -	'&add	($e,@T[1]);',
    -	'&mov	(@T[1],$a);',	# $b in next round
    +	'&mov	(@T[1],$a);',	# $b for next round
    +	'&xor	(@T[0],$c);',
    +
     	'&$_rol	($a,5);',
     	'&add	($e,@T[0]);',
    -	'&xor	($c,$d);',	# restore $c
    -	'&add	($e,$a);'	.'unshift(@V,pop(@V)); unshift(@T,pop(@T));'
    +	'&xor	(@T[1],$c)	if ($j==59);'.
    +	'&xor	(@T[1],$b)	if ($j< 59);',	# b^c for next round
    +
    +	'&xor	($b,$c)		if ($j< 59);',	# c^d for next round
    +	'&add	($e,$a);'	.'$j++; unshift(@V,pop(@V)); unshift(@T,pop(@T));'
    +	);
    +}
    +######
    +sub bodyx_00_19 () {	# ((c^d)&b)^d
    +	# on start @T[0]=(b&c)^(~b&d), $e+=X[]+K
    +	return &bodyx_20_39()	if ($rx==19);	$rx++;
    +	(
    +	'($a,$b,$c,$d,$e)=@V;'.
    +
    +	'&rorx	($b,$b,2)			if ($j==0);'.	# $b>>>2
    +	'&rorx	($b,@T[1],7)			if ($j!=0);',	# $b>>>2
    +	'&lea	($e,&DWP(0,$e,@T[0]));',
    +	'&rorx	(@T[0],$a,5);',
    +
    +	'&andn	(@T[1],$a,$c);',
    +	'&and	($a,$b)',
    +	'&add	($d,&DWP(4*(($j+1)&15),"esp"));',	# X[]+K xfer
    +
    +	'&xor	(@T[1],$a)',
    +	'&add	($e,@T[0]);'	.'$j++; unshift(@V,pop(@V)); unshift(@T,pop(@T));'
    +	);
    +}
    +
    +sub bodyx_20_39 () {	# b^d^c
    +	# on start $b=b^c^d
    +	return &bodyx_40_59()	if ($rx==39);	$rx++;
    +	(
    +	'($a,$b,$c,$d,$e)=@V;'.
    +
    +	'&add	($e,($j==19?@T[0]:$b))',
    +	'&rorx	($b,@T[1],7);',	# $b>>>2
    +	'&rorx	(@T[0],$a,5);',
    +
    +	'&xor	($a,$b)				if ($j<79);',
    +	'&add	($d,&DWP(4*(($j+1)&15),"esp"))	if ($j<79);',	# X[]+K xfer
    +	'&xor	($a,$c)				if ($j<79);',
    +	'&add	($e,@T[0]);'	.'$j++; unshift(@V,pop(@V)); unshift(@T,pop(@T));'
    +	);
    +}
    +
    +sub bodyx_40_59 () {	# ((b^c)&(c^d))^c
    +	# on start $b=((b^c)&(c^d))^c
    +	return &bodyx_20_39()	if ($rx==59);	$rx++;
    +	(
    +	'($a,$b,$c,$d,$e)=@V;'.
    +
    +	'&rorx	(@T[0],$a,5)',
    +	'&lea	($e,&DWP(0,$e,$b))',
    +	'&rorx	($b,@T[1],7)',	# $b>>>2
    +	'&add	($d,&DWP(4*(($j+1)&15),"esp"))',	# X[]+K xfer
    +
    +	'&mov	(@T[1],$c)',
    +	'&xor	($a,$b)',	# b^c for next round
    +	'&xor	(@T[1],$b)',	# c^d for next round
    +
    +	'&and	($a,@T[1])',
    +	'&add	($e,@T[0])',
    +	'&xor	($a,$b)'	.'$j++; unshift(@V,pop(@V)); unshift(@T,pop(@T));'
     	);
     }
     
    @@ -825,10 +1058,14 @@ sub body_40_59 () {
     	&mov	(&DWP(4,@T[1]),@T[0]);
     	&add	($E,&DWP(16,@T[1]));
     	&mov	(&DWP(8,@T[1]),$C);
    -	&mov	($B,@T[0]);
    +	&mov	($B,$C);
     	&mov	(&DWP(12,@T[1]),$D);
    +	&xor	($B,$D);
     	&mov	(&DWP(16,@T[1]),$E);
    -	&movdqa	(@X[0],@X[-3&7]);
    +	&mov	(@T[1],@T[0]);
    +	&pshufd	(@X[0],@X[-4&7],0xee);		# was &movdqa	(@X[0],@X[-3&7]);
    +	&and	(@T[0],$B);
    +	&mov	($B,$T[1]);
     
     	&jmp	(&label("loop"));
     
    @@ -853,6 +1090,8 @@ sub body_40_59 () {
     
     &function_end("_sha1_block_data_order_ssse3");
     
    +$rx=0;	# reset
    +
     if ($ymm) {
     my $Xi=4;			# 4xSIMD Xupdate round, start pre-seeded
     my @X=map("xmm$_",(4..7,0..3));	# pre-seeded for $Xi=4
    @@ -940,8 +1179,11 @@ my $_ror=sub { &shrd(@_[0],@_) };
     	&vpaddd	(@X[1],@X[-3&7],@X[3]);
     	&vpaddd	(@X[2],@X[-2&7],@X[3]);
     	&vmovdqa(&QWP(0,"esp"),@X[0]);		# X[]+K xfer to IALU
    +	&mov	(@T[1],$C);
     	&vmovdqa(&QWP(0+16,"esp"),@X[1]);
    +	&xor	(@T[1],$D);
     	&vmovdqa(&QWP(0+32,"esp"),@X[2]);
    +	&and	(@T[0],@T[1]);
     	&jmp	(&label("loop"));
     
     sub Xupdate_avx_16_31()		# recall that $Xi starts wtih 4
    @@ -1025,7 +1267,7 @@ sub Xupdate_avx_16_31()		# recall that $Xi starts wtih 4
     sub Xupdate_avx_32_79()
     { use integer;
       my $body = shift;
    -  my @insns = (&$body,&$body,&$body,&$body);	# 32 to 48 instructions
    +  my @insns = (&$body,&$body,&$body,&$body);	# 32 to 44 instructions
       my ($a,$b,$c,$d,$e);
     
     	&vpalignr(@X[2],@X[-1&7],@X[-2&7],8);	# compose "X[-6]"
    @@ -1188,10 +1430,14 @@ sub Xtail_avx()
     	&add	($D,&DWP(12,@T[1]));
     	&mov	(&DWP(4,@T[1]),@T[0]);
     	&add	($E,&DWP(16,@T[1]));
    +	&mov	($B,$C);
     	&mov	(&DWP(8,@T[1]),$C);
    -	&mov	($B,@T[0]);
    +	&xor	($B,$D);
     	&mov	(&DWP(12,@T[1]),$D);
     	&mov	(&DWP(16,@T[1]),$E);
    +	&mov	(@T[1],@T[0]);
    +	&and	(@T[0],$B);
    +	&mov	($B,@T[1]);
     
     	&jmp	(&label("loop"));
     
    @@ -1223,6 +1469,7 @@ sub Xtail_avx()
     &data_word(0x8f1bbcdc,0x8f1bbcdc,0x8f1bbcdc,0x8f1bbcdc);	# K_40_59
     &data_word(0xca62c1d6,0xca62c1d6,0xca62c1d6,0xca62c1d6);	# K_60_79
     &data_word(0x00010203,0x04050607,0x08090a0b,0x0c0d0e0f);	# pbswap mask
    +&data_byte(0xf,0xe,0xd,0xc,0xb,0xa,0x9,0x8,0x7,0x6,0x5,0x4,0x3,0x2,0x1,0x0);
     }
     &asciz("SHA1 block transform for x86, CRYPTOGAMS by ");
     
    diff --git a/openssl/crypto/sha/asm/sha1-armv4-large.pl b/openssl/crypto/sha/asm/sha1-armv4-large.pl
    index 33da3e0e3..b2c30322c 100644
    --- a/openssl/crypto/sha/asm/sha1-armv4-large.pl
    +++ b/openssl/crypto/sha/asm/sha1-armv4-large.pl
    @@ -1,7 +1,7 @@
     #!/usr/bin/env perl
     
     # ====================================================================
    -# Written by Andy Polyakov  for the OpenSSL
    +# Written by Andy Polyakov  for the OpenSSL
     # project. The module is, however, dual licensed under OpenSSL and
     # CRYPTOGAMS licenses depending on where you obtain it. For further
     # details see http://www.openssl.org/~appro/cryptogams/.
    @@ -52,6 +52,20 @@
     # Profiler-assisted and platform-specific optimization resulted in 10%
     # improvement on Cortex A8 core and 12.2 cycles per byte.
     
    +# September 2013.
    +#
    +# Add NEON implementation (see sha1-586.pl for background info). On
    +# Cortex A8 it was measured to process one byte in 6.7 cycles or >80%
    +# faster than integer-only code. Because [fully unrolled] NEON code
    +# is ~2.5x larger and there are some redundant instructions executed
    +# when processing last block, improvement is not as big for smallest
    +# blocks, only ~30%. Snapdragon S4 is a tad faster, 6.4 cycles per
    +# byte, which is also >80% faster than integer-only code.
    +
    +# May 2014.
    +#
    +# Add ARMv8 code path performing at 2.35 cpb on Apple A7.
    +
     while (($output=shift) && ($output!~/^\w[\w\-]*\.\w+$/)) {}
     open STDOUT,">$output";
     
    @@ -153,12 +167,22 @@ $code=<<___;
     #include "arm_arch.h"
     
     .text
    +.code	32
     
     .global	sha1_block_data_order
     .type	sha1_block_data_order,%function
     
    -.align	2
    +.align	5
     sha1_block_data_order:
    +#if __ARM_MAX_ARCH__>=7
    +	sub	r3,pc,#8		@ sha1_block_data_order
    +	ldr	r12,.LOPENSSL_armcap
    +	ldr	r12,[r3,r12]		@ OPENSSL_armcap_P
    +	tst	r12,#ARMV8_SHA1
    +	bne	.LARMv8
    +	tst	r12,#ARMV7_NEON
    +	bne	.LNEON
    +#endif
     	stmdb	sp!,{r4-r12,lr}
     	add	$len,$inp,$len,lsl#6	@ $len to point at the end of $inp
     	ldmia	$ctx,{$a,$b,$c,$d,$e}
    @@ -233,16 +257,427 @@ $code.=<<___;
     	moveq	pc,lr			@ be binary compatible with V4, yet
     	bx	lr			@ interoperable with Thumb ISA:-)
     #endif
    -.align	2
    +.size	sha1_block_data_order,.-sha1_block_data_order
    +
    +.align	5
     .LK_00_19:	.word	0x5a827999
     .LK_20_39:	.word	0x6ed9eba1
     .LK_40_59:	.word	0x8f1bbcdc
     .LK_60_79:	.word	0xca62c1d6
    -.size	sha1_block_data_order,.-sha1_block_data_order
    -.asciz	"SHA1 block transform for ARMv4, CRYPTOGAMS by "
    -.align	2
    +#if __ARM_MAX_ARCH__>=7
    +.LOPENSSL_armcap:
    +.word	OPENSSL_armcap_P-sha1_block_data_order
    +#endif
    +.asciz	"SHA1 block transform for ARMv4/NEON/ARMv8, CRYPTOGAMS by "
    +.align	5
    +___
    +#####################################################################
    +# NEON stuff
    +#
    +{{{
    +my @V=($a,$b,$c,$d,$e);
    +my ($K_XX_XX,$Ki,$t0,$t1,$Xfer,$saved_sp)=map("r$_",(8..12,14));
    +my $Xi=4;
    +my @X=map("q$_",(8..11,0..3));
    +my @Tx=("q12","q13");
    +my ($K,$zero)=("q14","q15");
    +my $j=0;
    +
    +sub AUTOLOAD()          # thunk [simplified] x86-style perlasm
    +{ my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
    +  my $arg = pop;
    +    $arg = "#$arg" if ($arg*1 eq $arg);
    +    $code .= "\t$opcode\t".join(',',@_,$arg)."\n";
    +}
    +
    +sub body_00_19 () {
    +	(
    +	'($a,$b,$c,$d,$e)=@V;'.		# '$code.="@ $j\n";'.
    +	'&bic	($t0,$d,$b)',
    +	'&add	($e,$e,$Ki)',		# e+=X[i]+K
    +	'&and	($t1,$c,$b)',
    +	'&ldr	($Ki,sprintf "[sp,#%d]",4*(($j+1)&15))',
    +	'&add	($e,$e,$a,"ror#27")',	# e+=ROR(A,27)
    +	'&eor	($t1,$t1,$t0)',		# F_00_19
    +	'&mov	($b,$b,"ror#2")',	# b=ROR(b,2)
    +	'&add	($e,$e,$t1);'.		# e+=F_00_19
    +	'$j++;	unshift(@V,pop(@V));'
    +	)
    +}
    +sub body_20_39 () {
    +	(
    +	'($a,$b,$c,$d,$e)=@V;'.		# '$code.="@ $j\n";'.
    +	'&eor	($t0,$b,$d)',
    +	'&add	($e,$e,$Ki)',		# e+=X[i]+K
    +	'&ldr	($Ki,sprintf "[sp,#%d]",4*(($j+1)&15)) if ($j<79)',
    +	'&eor	($t1,$t0,$c)',		# F_20_39
    +	'&add	($e,$e,$a,"ror#27")',	# e+=ROR(A,27)
    +	'&mov	($b,$b,"ror#2")',	# b=ROR(b,2)
    +	'&add	($e,$e,$t1);'.		# e+=F_20_39
    +	'$j++;	unshift(@V,pop(@V));'
    +	)
    +}
    +sub body_40_59 () {
    +	(
    +	'($a,$b,$c,$d,$e)=@V;'.		# '$code.="@ $j\n";'.
    +	'&add	($e,$e,$Ki)',		# e+=X[i]+K
    +	'&and	($t0,$c,$d)',
    +	'&ldr	($Ki,sprintf "[sp,#%d]",4*(($j+1)&15))',
    +	'&add	($e,$e,$a,"ror#27")',	# e+=ROR(A,27)
    +	'&eor	($t1,$c,$d)',
    +	'&add	($e,$e,$t0)',
    +	'&and	($t1,$t1,$b)',
    +	'&mov	($b,$b,"ror#2")',	# b=ROR(b,2)
    +	'&add	($e,$e,$t1);'.		# e+=F_40_59
    +	'$j++;	unshift(@V,pop(@V));'
    +	)
    +}
    +
    +sub Xupdate_16_31 ()
    +{ use integer;
    +  my $body = shift;
    +  my @insns = (&$body,&$body,&$body,&$body);
    +  my ($a,$b,$c,$d,$e);
    +
    +	&vext_8		(@X[0],@X[-4&7],@X[-3&7],8);	# compose "X[-14]" in "X[0]"
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	  &vadd_i32	(@Tx[1],@X[-1&7],$K);
    +	 eval(shift(@insns));
    +	  &vld1_32	("{$K\[]}","[$K_XX_XX,:32]!")	if ($Xi%5==0);
    +	 eval(shift(@insns));
    +	&vext_8		(@Tx[0],@X[-1&7],$zero,4);	# "X[-3]", 3 words
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&veor		(@X[0],@X[0],@X[-4&7]);		# "X[0]"^="X[-16]"
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&veor		(@Tx[0],@Tx[0],@X[-2&7]);	# "X[-3]"^"X[-8]"
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&veor		(@Tx[0],@Tx[0],@X[0]);		# "X[0]"^="X[-3]"^"X[-8]
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	  &vst1_32	("{@Tx[1]}","[$Xfer,:128]!");	# X[]+K xfer
    +	  &sub		($Xfer,$Xfer,64)		if ($Xi%4==0);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&vext_8		(@Tx[1],$zero,@Tx[0],4);	# "X[0]"<<96, extract one dword
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&vadd_i32	(@X[0],@Tx[0],@Tx[0]);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&vsri_32	(@X[0],@Tx[0],31);		# "X[0]"<<<=1
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&vshr_u32	(@Tx[0],@Tx[1],30);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&vshl_u32	(@Tx[1],@Tx[1],2);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&veor		(@X[0],@X[0],@Tx[0]);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&veor		(@X[0],@X[0],@Tx[1]);		# "X[0]"^=("X[0]">>96)<<<2
    +
    +	foreach (@insns) { eval; }	# remaining instructions [if any]
    +
    +  $Xi++;	push(@X,shift(@X));	# "rotate" X[]
    +}
    +
    +sub Xupdate_32_79 ()
    +{ use integer;
    +  my $body = shift;
    +  my @insns = (&$body,&$body,&$body,&$body);
    +  my ($a,$b,$c,$d,$e);
    +
    +	&vext_8		(@Tx[0],@X[-2&7],@X[-1&7],8);	# compose "X[-6]"
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&veor		(@X[0],@X[0],@X[-4&7]);		# "X[0]"="X[-32]"^"X[-16]"
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&veor		(@X[0],@X[0],@X[-7&7]);		# "X[0]"^="X[-28]"
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	  &vadd_i32	(@Tx[1],@X[-1&7],$K);
    +	 eval(shift(@insns));
    +	  &vld1_32	("{$K\[]}","[$K_XX_XX,:32]!")	if ($Xi%5==0);
    +	 eval(shift(@insns));
    +	&veor		(@Tx[0],@Tx[0],@X[0]);		# "X[-6]"^="X[0]"
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&vshr_u32	(@X[0],@Tx[0],30);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	  &vst1_32	("{@Tx[1]}","[$Xfer,:128]!");	# X[]+K xfer
    +	  &sub		($Xfer,$Xfer,64)		if ($Xi%4==0);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&vsli_32	(@X[0],@Tx[0],2);		# "X[0]"="X[-6]"<<<2
    +
    +	foreach (@insns) { eval; }	# remaining instructions [if any]
    +
    +  $Xi++;	push(@X,shift(@X));	# "rotate" X[]
    +}
    +
    +sub Xuplast_80 ()
    +{ use integer;
    +  my $body = shift;
    +  my @insns = (&$body,&$body,&$body,&$body);
    +  my ($a,$b,$c,$d,$e);
    +
    +	&vadd_i32	(@Tx[1],@X[-1&7],$K);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&vst1_32	("{@Tx[1]}","[$Xfer,:128]!");
    +	&sub		($Xfer,$Xfer,64);
    +
    +	&teq		($inp,$len);
    +	&sub		($K_XX_XX,$K_XX_XX,16);	# rewind $K_XX_XX
    +	&subeq		($inp,$inp,64);		# reload last block to avoid SEGV
    +	&vld1_8		("{@X[-4&7]-@X[-3&7]}","[$inp]!");
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&vld1_8		("{@X[-2&7]-@X[-1&7]}","[$inp]!");
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&vld1_32	("{$K\[]}","[$K_XX_XX,:32]!");	# load K_00_19
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&vrev32_8	(@X[-4&7],@X[-4&7]);
    +
    +	foreach (@insns) { eval; }		# remaining instructions
    +
    +   $Xi=0;
    +}
    +
    +sub Xloop()
    +{ use integer;
    +  my $body = shift;
    +  my @insns = (&$body,&$body,&$body,&$body);
    +  my ($a,$b,$c,$d,$e);
    +
    +	&vrev32_8	(@X[($Xi-3)&7],@X[($Xi-3)&7]);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&vadd_i32	(@X[$Xi&7],@X[($Xi-4)&7],$K);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&vst1_32	("{@X[$Xi&7]}","[$Xfer,:128]!");# X[]+K xfer to IALU
    +
    +	foreach (@insns) { eval; }
    +
    +  $Xi++;
    +}
    +
    +$code.=<<___;
    +#if __ARM_MAX_ARCH__>=7
    +.arch	armv7-a
    +.fpu	neon
    +
    +.type	sha1_block_data_order_neon,%function
    +.align	4
    +sha1_block_data_order_neon:
    +.LNEON:
    +	stmdb	sp!,{r4-r12,lr}
    +	add	$len,$inp,$len,lsl#6	@ $len to point at the end of $inp
    +	@ dmb				@ errata #451034 on early Cortex A8
    +	@ vstmdb	sp!,{d8-d15}	@ ABI specification says so
    +	mov	$saved_sp,sp
    +	sub	sp,sp,#64		@ alloca
    +	adr	$K_XX_XX,.LK_00_19
    +	bic	sp,sp,#15		@ align for 128-bit stores
    +
    +	ldmia	$ctx,{$a,$b,$c,$d,$e}	@ load context
    +	mov	$Xfer,sp
    +
    +	vld1.8		{@X[-4&7]-@X[-3&7]},[$inp]!	@ handles unaligned
    +	veor		$zero,$zero,$zero
    +	vld1.8		{@X[-2&7]-@X[-1&7]},[$inp]!
    +	vld1.32		{${K}\[]},[$K_XX_XX,:32]!	@ load K_00_19
    +	vrev32.8	@X[-4&7],@X[-4&7]		@ yes, even on
    +	vrev32.8	@X[-3&7],@X[-3&7]		@ big-endian...
    +	vrev32.8	@X[-2&7],@X[-2&7]
    +	vadd.i32	@X[0],@X[-4&7],$K
    +	vrev32.8	@X[-1&7],@X[-1&7]
    +	vadd.i32	@X[1],@X[-3&7],$K
    +	vst1.32		{@X[0]},[$Xfer,:128]!
    +	vadd.i32	@X[2],@X[-2&7],$K
    +	vst1.32		{@X[1]},[$Xfer,:128]!
    +	vst1.32		{@X[2]},[$Xfer,:128]!
    +	ldr		$Ki,[sp]			@ big RAW stall
    +
    +.Loop_neon:
    +___
    +	&Xupdate_16_31(\&body_00_19);
    +	&Xupdate_16_31(\&body_00_19);
    +	&Xupdate_16_31(\&body_00_19);
    +	&Xupdate_16_31(\&body_00_19);
    +	&Xupdate_32_79(\&body_00_19);
    +	&Xupdate_32_79(\&body_20_39);
    +	&Xupdate_32_79(\&body_20_39);
    +	&Xupdate_32_79(\&body_20_39);
    +	&Xupdate_32_79(\&body_20_39);
    +	&Xupdate_32_79(\&body_20_39);
    +	&Xupdate_32_79(\&body_40_59);
    +	&Xupdate_32_79(\&body_40_59);
    +	&Xupdate_32_79(\&body_40_59);
    +	&Xupdate_32_79(\&body_40_59);
    +	&Xupdate_32_79(\&body_40_59);
    +	&Xupdate_32_79(\&body_20_39);
    +	&Xuplast_80(\&body_20_39);
    +	&Xloop(\&body_20_39);
    +	&Xloop(\&body_20_39);
    +	&Xloop(\&body_20_39);
    +$code.=<<___;
    +	ldmia	$ctx,{$Ki,$t0,$t1,$Xfer}	@ accumulate context
    +	add	$a,$a,$Ki
    +	ldr	$Ki,[$ctx,#16]
    +	add	$b,$b,$t0
    +	add	$c,$c,$t1
    +	add	$d,$d,$Xfer
    +	moveq	sp,$saved_sp
    +	add	$e,$e,$Ki
    +	ldrne	$Ki,[sp]
    +	stmia	$ctx,{$a,$b,$c,$d,$e}
    +	addne	$Xfer,sp,#3*16
    +	bne	.Loop_neon
    +
    +	@ vldmia	sp!,{d8-d15}
    +	ldmia	sp!,{r4-r12,pc}
    +.size	sha1_block_data_order_neon,.-sha1_block_data_order_neon
    +#endif
    +___
    +}}}
    +#####################################################################
    +# ARMv8 stuff
    +#
    +{{{
    +my ($ABCD,$E,$E0,$E1)=map("q$_",(0..3));
    +my @MSG=map("q$_",(4..7));
    +my @Kxx=map("q$_",(8..11));
    +my ($W0,$W1,$ABCD_SAVE)=map("q$_",(12..14));
    +
    +$code.=<<___;
    +#if __ARM_MAX_ARCH__>=7
    +.type	sha1_block_data_order_armv8,%function
    +.align	5
    +sha1_block_data_order_armv8:
    +.LARMv8:
    +	vstmdb	sp!,{d8-d15}		@ ABI specification says so
    +
    +	veor	$E,$E,$E
    +	adr	r3,.LK_00_19
    +	vld1.32	{$ABCD},[$ctx]!
    +	vld1.32	{$E\[0]},[$ctx]
    +	sub	$ctx,$ctx,#16
    +	vld1.32	{@Kxx[0]\[]},[r3,:32]!
    +	vld1.32	{@Kxx[1]\[]},[r3,:32]!
    +	vld1.32	{@Kxx[2]\[]},[r3,:32]!
    +	vld1.32	{@Kxx[3]\[]},[r3,:32]
    +
    +.Loop_v8:
    +	vld1.8		{@MSG[0]-@MSG[1]},[$inp]!
    +	vld1.8		{@MSG[2]-@MSG[3]},[$inp]!
    +	vrev32.8	@MSG[0],@MSG[0]
    +	vrev32.8	@MSG[1],@MSG[1]
    +
    +	vadd.i32	$W0,@Kxx[0],@MSG[0]
    +	vrev32.8	@MSG[2],@MSG[2]
    +	vmov		$ABCD_SAVE,$ABCD	@ offload
    +	subs		$len,$len,#1
    +
    +	vadd.i32	$W1,@Kxx[0],@MSG[1]
    +	vrev32.8	@MSG[3],@MSG[3]
    +	sha1h		$E1,$ABCD		@ 0
    +	sha1c		$ABCD,$E,$W0
    +	vadd.i32	$W0,@Kxx[$j],@MSG[2]
    +	sha1su0		@MSG[0],@MSG[1],@MSG[2]
    +___
    +for ($j=0,$i=1;$i<20-3;$i++) {
    +my $f=("c","p","m","p")[$i/5];
    +$code.=<<___;
    +	sha1h		$E0,$ABCD		@ $i
    +	sha1$f		$ABCD,$E1,$W1
    +	vadd.i32	$W1,@Kxx[$j],@MSG[3]
    +	sha1su1		@MSG[0],@MSG[3]
    +___
    +$code.=<<___ if ($i<20-4);
    +	sha1su0		@MSG[1],@MSG[2],@MSG[3]
     ___
    +	($E0,$E1)=($E1,$E0);	($W0,$W1)=($W1,$W0);
    +	push(@MSG,shift(@MSG));	$j++ if ((($i+3)%5)==0);
    +}
    +$code.=<<___;
    +	sha1h		$E0,$ABCD		@ $i
    +	sha1p		$ABCD,$E1,$W1
    +	vadd.i32	$W1,@Kxx[$j],@MSG[3]
    +
    +	sha1h		$E1,$ABCD		@ 18
    +	sha1p		$ABCD,$E0,$W0
    +
    +	sha1h		$E0,$ABCD		@ 19
    +	sha1p		$ABCD,$E1,$W1
    +
    +	vadd.i32	$E,$E,$E0
    +	vadd.i32	$ABCD,$ABCD,$ABCD_SAVE
    +	bne		.Loop_v8
    +
    +	vst1.32		{$ABCD},[$ctx]!
    +	vst1.32		{$E\[0]},[$ctx]
    +
    +	vldmia	sp!,{d8-d15}
    +	ret					@ bx lr
    +.size	sha1_block_data_order_armv8,.-sha1_block_data_order_armv8
    +#endif
    +___
    +}}}
    +$code.=<<___;
    +#if __ARM_MAX_ARCH__>=7
    +.comm	OPENSSL_armcap_P,4,4
    +#endif
    +___
    +
    +{   my  %opcode = (
    +	"sha1c"		=> 0xf2000c40,	"sha1p"		=> 0xf2100c40,
    +	"sha1m"		=> 0xf2200c40,	"sha1su0"	=> 0xf2300c40,
    +	"sha1h"		=> 0xf3b902c0,	"sha1su1"	=> 0xf3ba0380	);
    +
    +    sub unsha1 {
    +	my ($mnemonic,$arg)=@_;
    +
    +	if ($arg =~ m/q([0-9]+)(?:,\s*q([0-9]+))?,\s*q([0-9]+)/o) {
    +	    my $word = $opcode{$mnemonic}|(($1&7)<<13)|(($1&8)<<19)
    +					 |(($2&7)<<17)|(($2&8)<<4)
    +					 |(($3&7)<<1) |(($3&8)<<2);
    +	    # since ARMv7 instructions are always encoded little-endian.
    +	    # correct solution is to use .inst directive, but older
    +	    # assemblers don't implement it:-(
    +	    sprintf ".byte\t0x%02x,0x%02x,0x%02x,0x%02x\t@ %s %s",
    +			$word&0xff,($word>>8)&0xff,
    +			($word>>16)&0xff,($word>>24)&0xff,
    +			$mnemonic,$arg;
    +	}
    +    }
    +}
    +
    +foreach (split($/,$code)) {
    +	s/{q([0-9]+)\[\]}/sprintf "{d%d[],d%d[]}",2*$1,2*$1+1/eo	or
    +	s/{q([0-9]+)\[0\]}/sprintf "{d%d[0]}",2*$1/eo;
    +
    +	s/\b(sha1\w+)\s+(q.*)/unsha1($1,$2)/geo;
    +
    +	s/\bret\b/bx	lr/o		or
    +	s/\bbx\s+lr\b/.word\t0xe12fff1e/o;	# make it possible to compile with -march=armv4
    +
    +	print $_,$/;
    +}
     
    -$code =~ s/\bbx\s+lr\b/.word\t0xe12fff1e/gm;	# make it possible to compile with -march=armv4
    -print $code;
     close STDOUT; # enforce flush
    diff --git a/openssl/crypto/sha/asm/sha1-armv8.pl b/openssl/crypto/sha/asm/sha1-armv8.pl
    new file mode 100755
    index 000000000..deb1238d3
    --- /dev/null
    +++ b/openssl/crypto/sha/asm/sha1-armv8.pl
    @@ -0,0 +1,334 @@
    +#!/usr/bin/env perl
    +#
    +# ====================================================================
    +# Written by Andy Polyakov  for the OpenSSL
    +# project. The module is, however, dual licensed under OpenSSL and
    +# CRYPTOGAMS licenses depending on where you obtain it. For further
    +# details see http://www.openssl.org/~appro/cryptogams/.
    +# ====================================================================
    +#
    +# SHA1 for ARMv8.
    +#
    +# Performance in cycles per processed byte and improvement coefficient
    +# over code generated with "default" compiler:
    +#
    +#		hardware-assisted	software(*)
    +# Apple A7	2.31			4.13 (+14%)
    +# Cortex-A53	2.19			8.73 (+108%)
    +# Cortex-A57	2.35			7.88 (+74%)
    +#
    +# (*)	Software results are presented mostly for reference purposes.
    +
    +$flavour = shift;
    +open STDOUT,">".shift;
    +
    +($ctx,$inp,$num)=("x0","x1","x2");
    +@Xw=map("w$_",(3..17,19));
    +@Xx=map("x$_",(3..17,19));
    +@V=($A,$B,$C,$D,$E)=map("w$_",(20..24));
    +($t0,$t1,$t2,$K)=map("w$_",(25..28));
    +
    +
    +sub BODY_00_19 {
    +my ($i,$a,$b,$c,$d,$e)=@_;
    +my $j=($i+2)&15;
    +
    +$code.=<<___ if ($i<15 && !($i&1));
    +	lsr	@Xx[$i+1],@Xx[$i],#32
    +___
    +$code.=<<___ if ($i<14 && !($i&1));
    +	ldr	@Xx[$i+2],[$inp,#`($i+2)*4-64`]
    +___
    +$code.=<<___ if ($i<14 && ($i&1));
    +#ifdef	__ARMEB__
    +	ror	@Xx[$i+1],@Xx[$i+1],#32
    +#else
    +	rev32	@Xx[$i+1],@Xx[$i+1]
    +#endif
    +___
    +$code.=<<___ if ($i<14);
    +	bic	$t0,$d,$b
    +	and	$t1,$c,$b
    +	ror	$t2,$a,#27
    +	add	$d,$d,$K		// future e+=K
    +	orr	$t0,$t0,$t1
    +	add	$e,$e,$t2		// e+=rot(a,5)
    +	ror	$b,$b,#2
    +	add	$d,$d,@Xw[($i+1)&15]	// future e+=X[i]
    +	add	$e,$e,$t0		// e+=F(b,c,d)
    +___
    +$code.=<<___ if ($i==19);
    +	movz	$K,#0xeba1
    +	movk	$K,#0x6ed9,lsl#16
    +___
    +$code.=<<___ if ($i>=14);
    +	 eor	@Xw[$j],@Xw[$j],@Xw[($j+2)&15]
    +	bic	$t0,$d,$b
    +	and	$t1,$c,$b
    +	ror	$t2,$a,#27
    +	 eor	@Xw[$j],@Xw[$j],@Xw[($j+8)&15]
    +	add	$d,$d,$K		// future e+=K
    +	orr	$t0,$t0,$t1
    +	add	$e,$e,$t2		// e+=rot(a,5)
    +	 eor	@Xw[$j],@Xw[$j],@Xw[($j+13)&15]
    +	ror	$b,$b,#2
    +	add	$d,$d,@Xw[($i+1)&15]	// future e+=X[i]
    +	add	$e,$e,$t0		// e+=F(b,c,d)
    +	 ror	@Xw[$j],@Xw[$j],#31
    +___
    +}
    +
    +sub BODY_40_59 {
    +my ($i,$a,$b,$c,$d,$e)=@_;
    +my $j=($i+2)&15;
    +
    +$code.=<<___ if ($i==59);
    +	movz	$K,#0xc1d6
    +	movk	$K,#0xca62,lsl#16
    +___
    +$code.=<<___;
    +	orr	$t0,$b,$c
    +	and	$t1,$b,$c
    +	 eor	@Xw[$j],@Xw[$j],@Xw[($j+2)&15]
    +	ror	$t2,$a,#27
    +	and	$t0,$t0,$d
    +	add	$d,$d,$K		// future e+=K
    +	 eor	@Xw[$j],@Xw[$j],@Xw[($j+8)&15]
    +	add	$e,$e,$t2		// e+=rot(a,5)
    +	orr	$t0,$t0,$t1
    +	ror	$b,$b,#2
    +	 eor	@Xw[$j],@Xw[$j],@Xw[($j+13)&15]
    +	add	$d,$d,@Xw[($i+1)&15]	// future e+=X[i]
    +	add	$e,$e,$t0		// e+=F(b,c,d)
    +	 ror	@Xw[$j],@Xw[$j],#31
    +___
    +}
    +
    +sub BODY_20_39 {
    +my ($i,$a,$b,$c,$d,$e)=@_;
    +my $j=($i+2)&15;
    +
    +$code.=<<___ if ($i==39);
    +	movz	$K,#0xbcdc
    +	movk	$K,#0x8f1b,lsl#16
    +___
    +$code.=<<___ if ($i<78);
    +	 eor	@Xw[$j],@Xw[$j],@Xw[($j+2)&15]
    +	eor	$t0,$d,$b
    +	ror	$t2,$a,#27
    +	add	$d,$d,$K		// future e+=K
    +	 eor	@Xw[$j],@Xw[$j],@Xw[($j+8)&15]
    +	eor	$t0,$t0,$c
    +	add	$e,$e,$t2		// e+=rot(a,5)
    +	ror	$b,$b,#2
    +	 eor	@Xw[$j],@Xw[$j],@Xw[($j+13)&15]
    +	add	$d,$d,@Xw[($i+1)&15]	// future e+=X[i]
    +	add	$e,$e,$t0		// e+=F(b,c,d)
    +	 ror	@Xw[$j],@Xw[$j],#31
    +___
    +$code.=<<___ if ($i==78);
    +	ldp	@Xw[1],@Xw[2],[$ctx]
    +	eor	$t0,$d,$b
    +	ror	$t2,$a,#27
    +	add	$d,$d,$K		// future e+=K
    +	eor	$t0,$t0,$c
    +	add	$e,$e,$t2		// e+=rot(a,5)
    +	ror	$b,$b,#2
    +	add	$d,$d,@Xw[($i+1)&15]	// future e+=X[i]
    +	add	$e,$e,$t0		// e+=F(b,c,d)
    +___
    +$code.=<<___ if ($i==79);
    +	ldp	@Xw[3],@Xw[4],[$ctx,#8]
    +	eor	$t0,$d,$b
    +	ror	$t2,$a,#27
    +	eor	$t0,$t0,$c
    +	add	$e,$e,$t2		// e+=rot(a,5)
    +	ror	$b,$b,#2
    +	ldr	@Xw[5],[$ctx,#16]
    +	add	$e,$e,$t0		// e+=F(b,c,d)
    +___
    +}
    +
    +$code.=<<___;
    +#include "arm_arch.h"
    +
    +.text
    +
    +.globl	sha1_block_data_order
    +.type	sha1_block_data_order,%function
    +.align	6
    +sha1_block_data_order:
    +	ldr	x16,.LOPENSSL_armcap_P
    +	adr	x17,.LOPENSSL_armcap_P
    +	add	x16,x16,x17
    +	ldr	w16,[x16]
    +	tst	w16,#ARMV8_SHA1
    +	b.ne	.Lv8_entry
    +
    +	stp	x29,x30,[sp,#-96]!
    +	add	x29,sp,#0
    +	stp	x19,x20,[sp,#16]
    +	stp	x21,x22,[sp,#32]
    +	stp	x23,x24,[sp,#48]
    +	stp	x25,x26,[sp,#64]
    +	stp	x27,x28,[sp,#80]
    +
    +	ldp	$A,$B,[$ctx]
    +	ldp	$C,$D,[$ctx,#8]
    +	ldr	$E,[$ctx,#16]
    +
    +.Loop:
    +	ldr	@Xx[0],[$inp],#64
    +	movz	$K,#0x7999
    +	sub	$num,$num,#1
    +	movk	$K,#0x5a82,lsl#16
    +#ifdef	__ARMEB__
    +	ror	$Xx[0],@Xx[0],#32
    +#else
    +	rev32	@Xx[0],@Xx[0]
    +#endif
    +	add	$E,$E,$K		// warm it up
    +	add	$E,$E,@Xw[0]
    +___
    +for($i=0;$i<20;$i++)	{ &BODY_00_19($i,@V); unshift(@V,pop(@V)); }
    +for(;$i<40;$i++)	{ &BODY_20_39($i,@V); unshift(@V,pop(@V)); }
    +for(;$i<60;$i++)	{ &BODY_40_59($i,@V); unshift(@V,pop(@V)); }
    +for(;$i<80;$i++)	{ &BODY_20_39($i,@V); unshift(@V,pop(@V)); }
    +$code.=<<___;
    +	add	$B,$B,@Xw[2]
    +	add	$C,$C,@Xw[3]
    +	add	$A,$A,@Xw[1]
    +	add	$D,$D,@Xw[4]
    +	add	$E,$E,@Xw[5]
    +	stp	$A,$B,[$ctx]
    +	stp	$C,$D,[$ctx,#8]
    +	str	$E,[$ctx,#16]
    +	cbnz	$num,.Loop
    +
    +	ldp	x19,x20,[sp,#16]
    +	ldp	x21,x22,[sp,#32]
    +	ldp	x23,x24,[sp,#48]
    +	ldp	x25,x26,[sp,#64]
    +	ldp	x27,x28,[sp,#80]
    +	ldr	x29,[sp],#96
    +	ret
    +.size	sha1_block_data_order,.-sha1_block_data_order
    +___
    +{{{
    +my ($ABCD,$E,$E0,$E1)=map("v$_.16b",(0..3));
    +my @MSG=map("v$_.16b",(4..7));
    +my @Kxx=map("v$_.4s",(16..19));
    +my ($W0,$W1)=("v20.4s","v21.4s");
    +my $ABCD_SAVE="v22.16b";
    +
    +$code.=<<___;
    +.type	sha1_block_armv8,%function
    +.align	6
    +sha1_block_armv8:
    +.Lv8_entry:
    +	stp	x29,x30,[sp,#-16]!
    +	add	x29,sp,#0
    +
    +	adr	x4,.Lconst
    +	eor	$E,$E,$E
    +	ld1.32	{$ABCD},[$ctx],#16
    +	ld1.32	{$E}[0],[$ctx]
    +	sub	$ctx,$ctx,#16
    +	ld1.32	{@Kxx[0]-@Kxx[3]},[x4]
    +
    +.Loop_hw:
    +	ld1	{@MSG[0]-@MSG[3]},[$inp],#64
    +	sub	$num,$num,#1
    +	rev32	@MSG[0],@MSG[0]
    +	rev32	@MSG[1],@MSG[1]
    +
    +	add.i32	$W0,@Kxx[0],@MSG[0]
    +	rev32	@MSG[2],@MSG[2]
    +	orr	$ABCD_SAVE,$ABCD,$ABCD	// offload
    +
    +	add.i32	$W1,@Kxx[0],@MSG[1]
    +	rev32	@MSG[3],@MSG[3]
    +	sha1h	$E1,$ABCD
    +	sha1c	$ABCD,$E,$W0		// 0
    +	add.i32	$W0,@Kxx[$j],@MSG[2]
    +	sha1su0	@MSG[0],@MSG[1],@MSG[2]
    +___
    +for ($j=0,$i=1;$i<20-3;$i++) {
    +my $f=("c","p","m","p")[$i/5];
    +$code.=<<___;
    +	sha1h	$E0,$ABCD		// $i
    +	sha1$f	$ABCD,$E1,$W1
    +	add.i32	$W1,@Kxx[$j],@MSG[3]
    +	sha1su1	@MSG[0],@MSG[3]
    +___
    +$code.=<<___ if ($i<20-4);
    +	sha1su0	@MSG[1],@MSG[2],@MSG[3]
    +___
    +	($E0,$E1)=($E1,$E0);		($W0,$W1)=($W1,$W0);
    +	push(@MSG,shift(@MSG));		$j++ if ((($i+3)%5)==0);
    +}
    +$code.=<<___;
    +	sha1h	$E0,$ABCD		// $i
    +	sha1p	$ABCD,$E1,$W1
    +	add.i32	$W1,@Kxx[$j],@MSG[3]
    +
    +	sha1h	$E1,$ABCD		// 18
    +	sha1p	$ABCD,$E0,$W0
    +
    +	sha1h	$E0,$ABCD		// 19
    +	sha1p	$ABCD,$E1,$W1
    +
    +	add.i32	$E,$E,$E0
    +	add.i32	$ABCD,$ABCD,$ABCD_SAVE
    +
    +	cbnz	$num,.Loop_hw
    +
    +	st1.32	{$ABCD},[$ctx],#16
    +	st1.32	{$E}[0],[$ctx]
    +
    +	ldr	x29,[sp],#16
    +	ret
    +.size	sha1_block_armv8,.-sha1_block_armv8
    +.align	6
    +.Lconst:
    +.long	0x5a827999,0x5a827999,0x5a827999,0x5a827999	//K_00_19
    +.long	0x6ed9eba1,0x6ed9eba1,0x6ed9eba1,0x6ed9eba1	//K_20_39
    +.long	0x8f1bbcdc,0x8f1bbcdc,0x8f1bbcdc,0x8f1bbcdc	//K_40_59
    +.long	0xca62c1d6,0xca62c1d6,0xca62c1d6,0xca62c1d6	//K_60_79
    +.LOPENSSL_armcap_P:
    +.quad	OPENSSL_armcap_P-.
    +.asciz	"SHA1 block transform for ARMv8, CRYPTOGAMS by "
    +.align	2
    +.comm	OPENSSL_armcap_P,4,4
    +___
    +}}}
    +
    +{   my	%opcode = (
    +	"sha1c"		=> 0x5e000000,	"sha1p"		=> 0x5e001000,
    +	"sha1m"		=> 0x5e002000,	"sha1su0"	=> 0x5e003000,
    +	"sha1h"		=> 0x5e280800,	"sha1su1"	=> 0x5e281800	);
    +
    +    sub unsha1 {
    +	my ($mnemonic,$arg)=@_;
    +
    +	$arg =~ m/[qv]([0-9]+)[^,]*,\s*[qv]([0-9]+)[^,]*(?:,\s*[qv]([0-9]+))?/o
    +	&&
    +	sprintf ".inst\t0x%08x\t//%s %s",
    +			$opcode{$mnemonic}|$1|($2<<5)|($3<<16),
    +			$mnemonic,$arg;
    +    }
    +}
    +
    +foreach(split("\n",$code)) {
    +
    +	s/\`([^\`]*)\`/eval($1)/geo;
    +
    +	s/\b(sha1\w+)\s+([qv].*)/unsha1($1,$2)/geo;
    +
    +	s/\.\w?32\b//o		and s/\.16b/\.4s/go;
    +	m/(ld|st)1[^\[]+\[0\]/o	and s/\.4s/\.s/go;
    +
    +	print $_,"\n";
    +}
    +
    +close STDOUT;
    diff --git a/openssl/crypto/sha/asm/sha1-mb-x86_64.pl b/openssl/crypto/sha/asm/sha1-mb-x86_64.pl
    new file mode 100755
    index 000000000..a8ee075ea
    --- /dev/null
    +++ b/openssl/crypto/sha/asm/sha1-mb-x86_64.pl
    @@ -0,0 +1,1574 @@
    +#!/usr/bin/env perl
    +
    +# ====================================================================
    +# Written by Andy Polyakov  for the OpenSSL
    +# project. The module is, however, dual licensed under OpenSSL and
    +# CRYPTOGAMS licenses depending on where you obtain it. For further
    +# details see http://www.openssl.org/~appro/cryptogams/.
    +# ====================================================================
    +
    +# Multi-buffer SHA1 procedure processes n buffers in parallel by
    +# placing buffer data to designated lane of SIMD register. n is
    +# naturally limited to 4 on pre-AVX2 processors and to 8 on
    +# AVX2-capable processors such as Haswell.
    +#
    +#		this	+aesni(i)	sha1	aesni-sha1	gain(iv)
    +# -------------------------------------------------------------------
    +# Westmere(ii)	10.7/n	+1.28=3.96(n=4)	5.30	6.66		+68%
    +# Atom(ii)	18.1/n	+3.93=8.46(n=4)	9.37	12.8		+51%
    +# Sandy Bridge	(8.16	+5.15=13.3)/n	4.99	5.98		+80%
    +# Ivy Bridge	(8.08	+5.14=13.2)/n	4.60	5.54		+68%
    +# Haswell(iii)	(8.96	+5.00=14.0)/n	3.57	4.55		+160%
    +# Bulldozer	(9.76	+5.76=15.5)/n	5.95	6.37		+64%
    +#
    +# (i)	multi-block CBC encrypt with 128-bit key;
    +# (ii)	(HASH+AES)/n does not apply to Westmere for n>3 and Atom,
    +#	because of lower AES-NI instruction throughput;
    +# (iii)	"this" is for n=8, when we gather twice as much data, result
    +#	for n=4 is 8.00+4.44=12.4;
    +# (iv)	presented improvement coefficients are asymptotic limits and
    +#	in real-life application are somewhat lower, e.g. for 2KB
    +#	fragments they range from 30% to 100% (on Haswell);
    +
    +$flavour = shift;
    +$output  = shift;
    +if ($flavour =~ /\./) { $output = $flavour; undef $flavour; }
    +
    +$win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
    +
    +$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
    +( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
    +( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
    +die "can't locate x86_64-xlate.pl";
    +
    +$avx=0;
    +
    +if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
    +		=~ /GNU assembler version ([2-9]\.[0-9]+)/) {
    +	$avx = ($1>=2.19) + ($1>=2.22);
    +}
    +
    +if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
    +	   `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/) {
    +	$avx = ($1>=2.09) + ($1>=2.10);
    +}
    +
    +if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
    +	   `ml64 2>&1` =~ /Version ([0-9]+)\./) {
    +	$avx = ($1>=10) + ($1>=11);
    +}
    +
    +if (!$avx && `$ENV{CC} -v 2>&1` =~ /(^clang version|based on LLVM) ([3-9]\.[0-9]+)/) {
    +	$avx = ($2>=3.0) + ($2>3.0);
    +}
    +
    +open OUT,"| \"$^X\" $xlate $flavour $output";
    +*STDOUT=*OUT;
    +
    +# void sha1_multi_block (
    +#     struct {	unsigned int A[8];
    +#		unsigned int B[8];
    +#		unsigned int C[8];
    +#		unsigned int D[8];
    +#		unsigned int E[8];	} *ctx,
    +#     struct {	void *ptr; int blocks;	} inp[8],
    +#     int num);		/* 1 or 2 */
    +#
    +$ctx="%rdi";	# 1st arg
    +$inp="%rsi";	# 2nd arg
    +$num="%edx";
    +@ptr=map("%r$_",(8..11));
    +$Tbl="%rbp";
    +
    +@V=($A,$B,$C,$D,$E)=map("%xmm$_",(0..4));
    +($t0,$t1,$t2,$t3,$tx)=map("%xmm$_",(5..9));
    +@Xi=map("%xmm$_",(10..14));
    +$K="%xmm15";
    +
    +if (1) {
    +    # Atom-specific optimization aiming to eliminate pshufb with high
    +    # registers [and thus get rid of 48 cycles accumulated penalty] 
    +    @Xi=map("%xmm$_",(0..4));
    +    ($tx,$t0,$t1,$t2,$t3)=map("%xmm$_",(5..9));
    +    @V=($A,$B,$C,$D,$E)=map("%xmm$_",(10..14));
    +}
    +
    +$REG_SZ=16;
    +
    +sub Xi_off {
    +my $off = shift;
    +
    +    $off %= 16; $off *= $REG_SZ;
    +    $off<256 ? "$off-128(%rax)" : "$off-256-128(%rbx)";
    +}
    +
    +sub BODY_00_19 {
    +my ($i,$a,$b,$c,$d,$e)=@_;
    +my $j=$i+1;
    +my $k=$i+2;
    +
    +# Loads are performed 2+3/4 iterations in advance. 3/4 means that out
    +# of 4 words you would expect to be loaded per given iteration one is
    +# spilled to next iteration. In other words indices in four input
    +# streams are distributed as following:
    +#
    +# $i==0:	0,0,0,0,1,1,1,1,2,2,2,
    +# $i==1:	2,3,3,3,
    +# $i==2:	3,4,4,4,
    +# ...
    +# $i==13:	14,15,15,15,
    +# $i==14:	15
    +# 
    +# Then at $i==15 Xupdate is applied one iteration in advance...
    +$code.=<<___ if ($i==0);
    +	movd		(@ptr[0]),@Xi[0]
    +	 lea		`16*4`(@ptr[0]),@ptr[0]
    +	movd		(@ptr[1]),@Xi[2]	# borrow @Xi[2]
    +	 lea		`16*4`(@ptr[1]),@ptr[1]
    +	movd		(@ptr[2]),@Xi[3]	# borrow @Xi[3]
    +	 lea		`16*4`(@ptr[2]),@ptr[2]
    +	movd		(@ptr[3]),@Xi[4]	# borrow @Xi[4]
    +	 lea		`16*4`(@ptr[3]),@ptr[3]
    +	punpckldq	@Xi[3],@Xi[0]
    +	 movd		`4*$j-16*4`(@ptr[0]),@Xi[1]
    +	punpckldq	@Xi[4],@Xi[2]
    +	 movd		`4*$j-16*4`(@ptr[1]),$t3
    +	punpckldq	@Xi[2],@Xi[0]
    +	 movd		`4*$j-16*4`(@ptr[2]),$t2
    +	pshufb		$tx,@Xi[0]
    +___
    +$code.=<<___ if ($i<14);			# just load input
    +	 movd		`4*$j-16*4`(@ptr[3]),$t1
    +	 punpckldq	$t2,@Xi[1]
    +	movdqa	$a,$t2
    +	paddd	$K,$e				# e+=K_00_19
    +	 punpckldq	$t1,$t3
    +	movdqa	$b,$t1
    +	movdqa	$b,$t0
    +	pslld	\$5,$t2
    +	pandn	$d,$t1
    +	pand	$c,$t0
    +	 punpckldq	$t3,@Xi[1]
    +	movdqa	$a,$t3
    +
    +	movdqa	@Xi[0],`&Xi_off($i)`
    +	paddd	@Xi[0],$e			# e+=X[i]
    +	 movd		`4*$k-16*4`(@ptr[0]),@Xi[2]
    +	psrld	\$27,$t3
    +	pxor	$t1,$t0				# Ch(b,c,d)
    +	movdqa	$b,$t1
    +
    +	por	$t3,$t2				# rol(a,5)
    +	 movd		`4*$k-16*4`(@ptr[1]),$t3
    +	pslld	\$30,$t1
    +	paddd	$t0,$e				# e+=Ch(b,c,d)
    +
    +	psrld	\$2,$b
    +	paddd	$t2,$e				# e+=rol(a,5)
    +	 pshufb	$tx,@Xi[1]
    +	 movd		`4*$k-16*4`(@ptr[2]),$t2
    +	por	$t1,$b				# b=rol(b,30)
    +___
    +$code.=<<___ if ($i==14);			# just load input
    +	 movd		`4*$j-16*4`(@ptr[3]),$t1
    +	 punpckldq	$t2,@Xi[1]
    +	movdqa	$a,$t2
    +	paddd	$K,$e				# e+=K_00_19
    +	 punpckldq	$t1,$t3
    +	movdqa	$b,$t1
    +	movdqa	$b,$t0
    +	pslld	\$5,$t2
    +	 prefetcht0	63(@ptr[0])
    +	pandn	$d,$t1
    +	pand	$c,$t0
    +	 punpckldq	$t3,@Xi[1]
    +	movdqa	$a,$t3
    +
    +	movdqa	@Xi[0],`&Xi_off($i)`
    +	paddd	@Xi[0],$e			# e+=X[i]
    +	psrld	\$27,$t3
    +	pxor	$t1,$t0				# Ch(b,c,d)
    +	movdqa	$b,$t1
    +	 prefetcht0	63(@ptr[1])
    +
    +	por	$t3,$t2				# rol(a,5)
    +	pslld	\$30,$t1
    +	paddd	$t0,$e				# e+=Ch(b,c,d)
    +	 prefetcht0	63(@ptr[2])
    +
    +	psrld	\$2,$b
    +	paddd	$t2,$e				# e+=rol(a,5)
    +	 pshufb	$tx,@Xi[1]
    +	 prefetcht0	63(@ptr[3])
    +	por	$t1,$b				# b=rol(b,30)
    +___
    +$code.=<<___ if ($i>=13 && $i<15);
    +	movdqa	`&Xi_off($j+2)`,@Xi[3]		# preload "X[2]"
    +___
    +$code.=<<___ if ($i>=15);			# apply Xupdate
    +	pxor	@Xi[-2],@Xi[1]			# "X[13]"
    +	movdqa	`&Xi_off($j+2)`,@Xi[3]		# "X[2]"
    +
    +	movdqa	$a,$t2
    +	 pxor	`&Xi_off($j+8)`,@Xi[1]
    +	paddd	$K,$e				# e+=K_00_19
    +	movdqa	$b,$t1
    +	pslld	\$5,$t2
    +	 pxor	@Xi[3],@Xi[1]
    +	movdqa	$b,$t0
    +	pandn	$d,$t1
    +	 movdqa	@Xi[1],$tx
    +	pand	$c,$t0
    +	movdqa	$a,$t3
    +	 psrld	\$31,$tx
    +	 paddd	@Xi[1],@Xi[1]
    +
    +	movdqa	@Xi[0],`&Xi_off($i)`
    +	paddd	@Xi[0],$e			# e+=X[i]
    +	psrld	\$27,$t3
    +	pxor	$t1,$t0				# Ch(b,c,d)
    +
    +	movdqa	$b,$t1
    +	por	$t3,$t2				# rol(a,5)
    +	pslld	\$30,$t1
    +	paddd	$t0,$e				# e+=Ch(b,c,d)
    +
    +	psrld	\$2,$b
    +	paddd	$t2,$e				# e+=rol(a,5)
    +	 por	$tx,@Xi[1]			# rol	\$1,@Xi[1]
    +	por	$t1,$b				# b=rol(b,30)
    +___
    +push(@Xi,shift(@Xi));
    +}
    +
    +sub BODY_20_39 {
    +my ($i,$a,$b,$c,$d,$e)=@_;
    +my $j=$i+1;
    +
    +$code.=<<___ if ($i<79);
    +	pxor	@Xi[-2],@Xi[1]			# "X[13]"
    +	movdqa	`&Xi_off($j+2)`,@Xi[3]		# "X[2]"
    +
    +	movdqa	$a,$t2
    +	movdqa	$d,$t0
    +	 pxor	`&Xi_off($j+8)`,@Xi[1]
    +	paddd	$K,$e				# e+=K_20_39
    +	pslld	\$5,$t2
    +	pxor	$b,$t0
    +
    +	movdqa	$a,$t3
    +___
    +$code.=<<___ if ($i<72);
    +	movdqa	@Xi[0],`&Xi_off($i)`
    +___
    +$code.=<<___ if ($i<79);
    +	paddd	@Xi[0],$e			# e+=X[i]
    +	 pxor	@Xi[3],@Xi[1]
    +	psrld	\$27,$t3
    +	pxor	$c,$t0				# Parity(b,c,d)
    +	movdqa	$b,$t1
    +
    +	pslld	\$30,$t1
    +	 movdqa	@Xi[1],$tx
    +	por	$t3,$t2				# rol(a,5)
    +	 psrld	\$31,$tx
    +	paddd	$t0,$e				# e+=Parity(b,c,d)
    +	 paddd	@Xi[1],@Xi[1]
    +
    +	psrld	\$2,$b
    +	paddd	$t2,$e				# e+=rol(a,5)
    +	 por	$tx,@Xi[1]			# rol(@Xi[1],1)
    +	por	$t1,$b				# b=rol(b,30)
    +___
    +$code.=<<___ if ($i==79);
    +	movdqa	$a,$t2
    +	paddd	$K,$e				# e+=K_20_39
    +	movdqa	$d,$t0
    +	pslld	\$5,$t2
    +	pxor	$b,$t0
    +
    +	movdqa	$a,$t3
    +	paddd	@Xi[0],$e			# e+=X[i]
    +	psrld	\$27,$t3
    +	movdqa	$b,$t1
    +	pxor	$c,$t0				# Parity(b,c,d)
    +
    +	pslld	\$30,$t1
    +	por	$t3,$t2				# rol(a,5)
    +	paddd	$t0,$e				# e+=Parity(b,c,d)
    +
    +	psrld	\$2,$b
    +	paddd	$t2,$e				# e+=rol(a,5)
    +	por	$t1,$b				# b=rol(b,30)
    +___
    +push(@Xi,shift(@Xi));
    +}
    +
    +sub BODY_40_59 {
    +my ($i,$a,$b,$c,$d,$e)=@_;
    +my $j=$i+1;
    +
    +$code.=<<___;
    +	pxor	@Xi[-2],@Xi[1]			# "X[13]"
    +	movdqa	`&Xi_off($j+2)`,@Xi[3]		# "X[2]"
    +
    +	movdqa	$a,$t2
    +	movdqa	$d,$t1
    +	 pxor	`&Xi_off($j+8)`,@Xi[1]
    +	pxor	@Xi[3],@Xi[1]
    +	paddd	$K,$e				# e+=K_40_59
    +	pslld	\$5,$t2
    +	movdqa	$a,$t3
    +	pand	$c,$t1
    +
    +	movdqa	$d,$t0
    +	 movdqa	@Xi[1],$tx
    +	psrld	\$27,$t3
    +	paddd	$t1,$e
    +	pxor	$c,$t0
    +
    +	movdqa	@Xi[0],`&Xi_off($i)`
    +	paddd	@Xi[0],$e			# e+=X[i]
    +	por	$t3,$t2				# rol(a,5)
    +	 psrld	\$31,$tx
    +	pand	$b,$t0
    +	movdqa	$b,$t1
    +
    +	pslld	\$30,$t1
    +	 paddd	@Xi[1],@Xi[1]
    +	paddd	$t0,$e				# e+=Maj(b,d,c)
    +
    +	psrld	\$2,$b
    +	paddd	$t2,$e				# e+=rol(a,5)
    +	 por	$tx,@Xi[1]			# rol(@X[1],1)
    +	por	$t1,$b				# b=rol(b,30)
    +___
    +push(@Xi,shift(@Xi));
    +}
    +
    +$code.=<<___;
    +.text
    +
    +.extern	OPENSSL_ia32cap_P
    +
    +.globl	sha1_multi_block
    +.type	sha1_multi_block,\@function,3
    +.align	32
    +sha1_multi_block:
    +	mov	OPENSSL_ia32cap_P+4(%rip),%rcx
    +	bt	\$61,%rcx			# check SHA bit
    +	jc	_shaext_shortcut
    +___
    +$code.=<<___ if ($avx);
    +	test	\$`1<<28`,%ecx
    +	jnz	_avx_shortcut
    +___
    +$code.=<<___;
    +	mov	%rsp,%rax
    +	push	%rbx
    +	push	%rbp
    +___
    +$code.=<<___ if ($win64);
    +	lea	-0xa8(%rsp),%rsp
    +	movaps	%xmm6,(%rsp)
    +	movaps	%xmm7,0x10(%rsp)
    +	movaps	%xmm8,0x20(%rsp)
    +	movaps	%xmm9,0x30(%rsp)
    +	movaps	%xmm10,-0x78(%rax)
    +	movaps	%xmm11,-0x68(%rax)
    +	movaps	%xmm12,-0x58(%rax)
    +	movaps	%xmm13,-0x48(%rax)
    +	movaps	%xmm14,-0x38(%rax)
    +	movaps	%xmm15,-0x28(%rax)
    +___
    +$code.=<<___;
    +	sub	\$`$REG_SZ*18`,%rsp
    +	and	\$-256,%rsp
    +	mov	%rax,`$REG_SZ*17`(%rsp)		# original %rsp
    +.Lbody:
    +	lea	K_XX_XX(%rip),$Tbl
    +	lea	`$REG_SZ*16`(%rsp),%rbx
    +
    +.Loop_grande:
    +	mov	$num,`$REG_SZ*17+8`(%rsp)	# original $num
    +	xor	$num,$num
    +___
    +for($i=0;$i<4;$i++) {
    +    $code.=<<___;
    +	mov	`16*$i+0`($inp),@ptr[$i]	# input pointer
    +	mov	`16*$i+8`($inp),%ecx		# number of blocks
    +	cmp	$num,%ecx
    +	cmovg	%ecx,$num			# find maximum
    +	test	%ecx,%ecx
    +	mov	%ecx,`4*$i`(%rbx)		# initialize counters
    +	cmovle	$Tbl,@ptr[$i]			# cancel input
    +___
    +}
    +$code.=<<___;
    +	test	$num,$num
    +	jz	.Ldone
    +
    +	movdqu	0x00($ctx),$A			# load context
    +	 lea	128(%rsp),%rax
    +	movdqu	0x20($ctx),$B
    +	movdqu	0x40($ctx),$C
    +	movdqu	0x60($ctx),$D
    +	movdqu	0x80($ctx),$E
    +	movdqa	0x60($Tbl),$tx			# pbswap_mask
    +	movdqa	-0x20($Tbl),$K			# K_00_19
    +	jmp	.Loop
    +
    +.align	32
    +.Loop:
    +___
    +for($i=0;$i<20;$i++)	{ &BODY_00_19($i,@V); unshift(@V,pop(@V)); }
    +$code.="	movdqa	0x00($Tbl),$K\n";	# K_20_39
    +for(;$i<40;$i++)	{ &BODY_20_39($i,@V); unshift(@V,pop(@V)); }
    +$code.="	movdqa	0x20($Tbl),$K\n";	# K_40_59
    +for(;$i<60;$i++)	{ &BODY_40_59($i,@V); unshift(@V,pop(@V)); }
    +$code.="	movdqa	0x40($Tbl),$K\n";	# K_60_79
    +for(;$i<80;$i++)	{ &BODY_20_39($i,@V); unshift(@V,pop(@V)); }
    +$code.=<<___;
    +	movdqa	(%rbx),@Xi[0]			# pull counters
    +	mov	\$1,%ecx
    +	cmp	4*0(%rbx),%ecx			# examinte counters
    +	pxor	$t2,$t2
    +	cmovge	$Tbl,@ptr[0]			# cancel input
    +	cmp	4*1(%rbx),%ecx
    +	movdqa	@Xi[0],@Xi[1]
    +	cmovge	$Tbl,@ptr[1]
    +	cmp	4*2(%rbx),%ecx
    +	pcmpgtd	$t2,@Xi[1]			# mask value
    +	cmovge	$Tbl,@ptr[2]
    +	cmp	4*3(%rbx),%ecx
    +	paddd	@Xi[1],@Xi[0]			# counters--
    +	cmovge	$Tbl,@ptr[3]
    +
    +	movdqu	0x00($ctx),$t0
    +	pand	@Xi[1],$A
    +	movdqu	0x20($ctx),$t1
    +	pand	@Xi[1],$B
    +	paddd	$t0,$A
    +	movdqu	0x40($ctx),$t2
    +	pand	@Xi[1],$C
    +	paddd	$t1,$B
    +	movdqu	0x60($ctx),$t3
    +	pand	@Xi[1],$D
    +	paddd	$t2,$C
    +	movdqu	0x80($ctx),$tx
    +	pand	@Xi[1],$E
    +	movdqu	$A,0x00($ctx)
    +	paddd	$t3,$D
    +	movdqu	$B,0x20($ctx)
    +	paddd	$tx,$E
    +	movdqu	$C,0x40($ctx)
    +	movdqu	$D,0x60($ctx)
    +	movdqu	$E,0x80($ctx)
    +
    +	movdqa	@Xi[0],(%rbx)			# save counters
    +	movdqa	0x60($Tbl),$tx			# pbswap_mask
    +	movdqa	-0x20($Tbl),$K			# K_00_19
    +	dec	$num
    +	jnz	.Loop
    +
    +	mov	`$REG_SZ*17+8`(%rsp),$num
    +	lea	$REG_SZ($ctx),$ctx
    +	lea	`16*$REG_SZ/4`($inp),$inp
    +	dec	$num
    +	jnz	.Loop_grande
    +
    +.Ldone:
    +	mov	`$REG_SZ*17`(%rsp),%rax		# orignal %rsp
    +___
    +$code.=<<___ if ($win64);
    +	movaps	-0xb8(%rax),%xmm6
    +	movaps	-0xa8(%rax),%xmm7
    +	movaps	-0x98(%rax),%xmm8
    +	movaps	-0x88(%rax),%xmm9
    +	movaps	-0x78(%rax),%xmm10
    +	movaps	-0x68(%rax),%xmm11
    +	movaps	-0x58(%rax),%xmm12
    +	movaps	-0x48(%rax),%xmm13
    +	movaps	-0x38(%rax),%xmm14
    +	movaps	-0x28(%rax),%xmm15
    +___
    +$code.=<<___;
    +	mov	-16(%rax),%rbp
    +	mov	-8(%rax),%rbx
    +	lea	(%rax),%rsp
    +.Lepilogue:
    +	ret
    +.size	sha1_multi_block,.-sha1_multi_block
    +___
    +						{{{
    +my ($ABCD0,$E0,$E0_,$BSWAP,$ABCD1,$E1,$E1_)=map("%xmm$_",(0..3,8..10));
    +my @MSG0=map("%xmm$_",(4..7));
    +my @MSG1=map("%xmm$_",(11..14));
    +
    +$code.=<<___;
    +.type	sha1_multi_block_shaext,\@function,3
    +.align	32
    +sha1_multi_block_shaext:
    +_shaext_shortcut:
    +	mov	%rsp,%rax
    +	push	%rbx
    +	push	%rbp
    +___
    +$code.=<<___ if ($win64);
    +	lea	-0xa8(%rsp),%rsp
    +	movaps	%xmm6,(%rsp)
    +	movaps	%xmm7,0x10(%rsp)
    +	movaps	%xmm8,0x20(%rsp)
    +	movaps	%xmm9,0x30(%rsp)
    +	movaps	%xmm10,-0x78(%rax)
    +	movaps	%xmm11,-0x68(%rax)
    +	movaps	%xmm12,-0x58(%rax)
    +	movaps	%xmm13,-0x48(%rax)
    +	movaps	%xmm14,-0x38(%rax)
    +	movaps	%xmm15,-0x28(%rax)
    +___
    +$code.=<<___;
    +	sub	\$`$REG_SZ*18`,%rsp
    +	shl	\$1,$num			# we process pair at a time
    +	and	\$-256,%rsp
    +	lea	0x40($ctx),$ctx			# size optimization
    +	mov	%rax,`$REG_SZ*17`(%rsp)		# original %rsp
    +.Lbody_shaext:
    +	lea	`$REG_SZ*16`(%rsp),%rbx
    +	movdqa	K_XX_XX+0x80(%rip),$BSWAP	# byte-n-word swap
    +
    +.Loop_grande_shaext:
    +	mov	$num,`$REG_SZ*17+8`(%rsp)	# orignal $num
    +	xor	$num,$num
    +___
    +for($i=0;$i<2;$i++) {
    +    $code.=<<___;
    +	mov	`16*$i+0`($inp),@ptr[$i]	# input pointer
    +	mov	`16*$i+8`($inp),%ecx		# number of blocks
    +	cmp	$num,%ecx
    +	cmovg	%ecx,$num			# find maximum
    +	test	%ecx,%ecx
    +	mov	%ecx,`4*$i`(%rbx)		# initialize counters
    +	cmovle	%rsp,@ptr[$i]			# cancel input
    +___
    +}
    +$code.=<<___;
    +	test	$num,$num
    +	jz	.Ldone_shaext
    +
    +	movq		0x00-0x40($ctx),$ABCD0	# a1.a0
    +	movq		0x20-0x40($ctx),@MSG0[0]# b1.b0
    +	movq		0x40-0x40($ctx),@MSG0[1]# c1.c0
    +	movq		0x60-0x40($ctx),@MSG0[2]# d1.d0
    +	movq		0x80-0x40($ctx),@MSG0[3]# e1.e0
    +
    +	punpckldq	@MSG0[0],$ABCD0		# b1.a1.b0.a0
    +	punpckldq	@MSG0[2],@MSG0[1]	# d1.c1.d0.c0
    +
    +	movdqa		$ABCD0,$ABCD1
    +	punpcklqdq	@MSG0[1],$ABCD0		# d0.c0.b0.a0
    +	punpckhqdq	@MSG0[1],$ABCD1		# d1.c1.b1.a1
    +
    +	pshufd		\$0b00111111,@MSG0[3],$E0
    +	pshufd		\$0b01111111,@MSG0[3],$E1
    +	pshufd		\$0b00011011,$ABCD0,$ABCD0
    +	pshufd		\$0b00011011,$ABCD1,$ABCD1
    +	jmp		.Loop_shaext
    +
    +.align	32
    +.Loop_shaext:
    +	movdqu		0x00(@ptr[0]),@MSG0[0]
    +	 movdqu		0x00(@ptr[1]),@MSG1[0]
    +	movdqu		0x10(@ptr[0]),@MSG0[1]
    +	 movdqu		0x10(@ptr[1]),@MSG1[1]
    +	movdqu		0x20(@ptr[0]),@MSG0[2]
    +	pshufb		$BSWAP,@MSG0[0]
    +	 movdqu		0x20(@ptr[1]),@MSG1[2]
    +	 pshufb		$BSWAP,@MSG1[0]
    +	movdqu		0x30(@ptr[0]),@MSG0[3]
    +	lea		0x40(@ptr[0]),@ptr[0]
    +	pshufb		$BSWAP,@MSG0[1]
    +	 movdqu		0x30(@ptr[1]),@MSG1[3]
    +	 lea		0x40(@ptr[1]),@ptr[1]
    +	 pshufb		$BSWAP,@MSG1[1]
    +
    +	movdqa		$E0,0x50(%rsp)		# offload
    +	paddd		@MSG0[0],$E0
    +	 movdqa		$E1,0x70(%rsp)
    +	 paddd		@MSG1[0],$E1
    +	movdqa		$ABCD0,0x40(%rsp)	# offload
    +	movdqa		$ABCD0,$E0_
    +	 movdqa		$ABCD1,0x60(%rsp)
    +	 movdqa		$ABCD1,$E1_
    +	sha1rnds4	\$0,$E0,$ABCD0		# 0-3
    +	sha1nexte	@MSG0[1],$E0_
    +	 sha1rnds4	\$0,$E1,$ABCD1		# 0-3
    +	 sha1nexte	@MSG1[1],$E1_
    +	pshufb		$BSWAP,@MSG0[2]
    +	prefetcht0	127(@ptr[0])
    +	sha1msg1	@MSG0[1],@MSG0[0]
    +	 pshufb		$BSWAP,@MSG1[2]
    +	 prefetcht0	127(@ptr[1])
    +	 sha1msg1	@MSG1[1],@MSG1[0]
    +
    +	pshufb		$BSWAP,@MSG0[3]
    +	movdqa		$ABCD0,$E0
    +	 pshufb		$BSWAP,@MSG1[3]
    +	 movdqa		$ABCD1,$E1
    +	sha1rnds4	\$0,$E0_,$ABCD0		# 4-7
    +	sha1nexte	@MSG0[2],$E0
    +	 sha1rnds4	\$0,$E1_,$ABCD1		# 4-7
    +	 sha1nexte	@MSG1[2],$E1
    +	pxor		@MSG0[2],@MSG0[0]
    +	sha1msg1	@MSG0[2],@MSG0[1]
    +	 pxor		@MSG1[2],@MSG1[0]
    +	 sha1msg1	@MSG1[2],@MSG1[1]
    +___
    +for($i=2;$i<20-4;$i++) {
    +$code.=<<___;
    +	movdqa		$ABCD0,$E0_
    +	 movdqa		$ABCD1,$E1_
    +	sha1rnds4	\$`int($i/5)`,$E0,$ABCD0	# 8-11
    +	sha1nexte	@MSG0[3],$E0_
    +	 sha1rnds4	\$`int($i/5)`,$E1,$ABCD1	# 8-11
    +	 sha1nexte	@MSG1[3],$E1_
    +	sha1msg2	@MSG0[3],@MSG0[0]
    +	 sha1msg2	@MSG1[3],@MSG1[0]
    +	pxor		@MSG0[3],@MSG0[1]
    +	sha1msg1	@MSG0[3],@MSG0[2]
    +	 pxor		@MSG1[3],@MSG1[1]
    +	 sha1msg1	@MSG1[3],@MSG1[2]
    +___
    +	($E0,$E0_)=($E0_,$E0);		($E1,$E1_)=($E1_,$E1);
    +	push(@MSG0,shift(@MSG0));	push(@MSG1,shift(@MSG1));
    +}
    +$code.=<<___;
    +	movdqa		$ABCD0,$E0_
    +	 movdqa		$ABCD1,$E1_
    +	sha1rnds4	\$3,$E0,$ABCD0		# 64-67
    +	sha1nexte	@MSG0[3],$E0_
    +	 sha1rnds4	\$3,$E1,$ABCD1		# 64-67
    +	 sha1nexte	@MSG1[3],$E1_
    +	sha1msg2	@MSG0[3],@MSG0[0]
    +	 sha1msg2	@MSG1[3],@MSG1[0]
    +	pxor		@MSG0[3],@MSG0[1]
    +	 pxor		@MSG1[3],@MSG1[1]
    +
    +	mov		\$1,%ecx
    +	pxor		@MSG0[2],@MSG0[2]	# zero
    +	cmp		4*0(%rbx),%ecx		# examine counters
    +	cmovge		%rsp,@ptr[0]		# cancel input
    +
    +	movdqa		$ABCD0,$E0
    +	 movdqa		$ABCD1,$E1
    +	sha1rnds4	\$3,$E0_,$ABCD0		# 68-71
    +	sha1nexte	@MSG0[0],$E0
    +	 sha1rnds4	\$3,$E1_,$ABCD1		# 68-71
    +	 sha1nexte	@MSG1[0],$E1
    +	sha1msg2	@MSG0[0],@MSG0[1]
    +	 sha1msg2	@MSG1[0],@MSG1[1]
    +
    +	cmp		4*1(%rbx),%ecx
    +	cmovge		%rsp,@ptr[1]
    +	movq		(%rbx),@MSG0[0]		# pull counters
    +
    +	movdqa		$ABCD0,$E0_
    +	 movdqa		$ABCD1,$E1_
    +	sha1rnds4	\$3,$E0,$ABCD0		# 72-75
    +	sha1nexte	@MSG0[1],$E0_
    +	 sha1rnds4	\$3,$E1,$ABCD1		# 72-75
    +	 sha1nexte	@MSG1[1],$E1_
    +
    +	pshufd		\$0x00,@MSG0[0],@MSG1[2]
    +	pshufd		\$0x55,@MSG0[0],@MSG1[3]
    +	movdqa		@MSG0[0],@MSG0[1]
    +	pcmpgtd		@MSG0[2],@MSG1[2]
    +	pcmpgtd		@MSG0[2],@MSG1[3]
    +
    +	movdqa		$ABCD0,$E0
    +	 movdqa		$ABCD1,$E1
    +	sha1rnds4	\$3,$E0_,$ABCD0		# 76-79
    +	sha1nexte	$MSG0[2],$E0
    +	 sha1rnds4	\$3,$E1_,$ABCD1		# 76-79
    +	 sha1nexte	$MSG0[2],$E1
    +
    +	pcmpgtd		@MSG0[2],@MSG0[1]	# counter mask
    +	pand		@MSG1[2],$ABCD0
    +	pand		@MSG1[2],$E0
    +	 pand		@MSG1[3],$ABCD1
    +	 pand		@MSG1[3],$E1
    +	paddd		@MSG0[1],@MSG0[0]	# counters--
    +
    +	paddd		0x40(%rsp),$ABCD0
    +	paddd		0x50(%rsp),$E0
    +	 paddd		0x60(%rsp),$ABCD1
    +	 paddd		0x70(%rsp),$E1
    +
    +	movq		@MSG0[0],(%rbx)		# save counters
    +	dec		$num
    +	jnz		.Loop_shaext
    +
    +	mov		`$REG_SZ*17+8`(%rsp),$num
    +
    +	pshufd		\$0b00011011,$ABCD0,$ABCD0
    +	pshufd		\$0b00011011,$ABCD1,$ABCD1
    +
    +	movdqa		$ABCD0,@MSG0[0]
    +	punpckldq	$ABCD1,$ABCD0		# b1.b0.a1.a0
    +	punpckhdq	$ABCD1,@MSG0[0]		# d1.d0.c1.c0
    +	punpckhdq	$E1,$E0			# e1.e0.xx.xx
    +	movq		$ABCD0,0x00-0x40($ctx)	# a1.a0
    +	psrldq		\$8,$ABCD0
    +	movq		@MSG0[0],0x40-0x40($ctx)# c1.c0
    +	psrldq		\$8,@MSG0[0]
    +	movq		$ABCD0,0x20-0x40($ctx)	# b1.b0
    +	psrldq		\$8,$E0
    +	movq		@MSG0[0],0x60-0x40($ctx)# d1.d0
    +	movq		$E0,0x80-0x40($ctx)	# e1.e0
    +
    +	lea	`$REG_SZ/2`($ctx),$ctx
    +	lea	`16*2`($inp),$inp
    +	dec	$num
    +	jnz	.Loop_grande_shaext
    +
    +.Ldone_shaext:
    +	#mov	`$REG_SZ*17`(%rsp),%rax		# original %rsp
    +___
    +$code.=<<___ if ($win64);
    +	movaps	-0xb8(%rax),%xmm6
    +	movaps	-0xa8(%rax),%xmm7
    +	movaps	-0x98(%rax),%xmm8
    +	movaps	-0x88(%rax),%xmm9
    +	movaps	-0x78(%rax),%xmm10
    +	movaps	-0x68(%rax),%xmm11
    +	movaps	-0x58(%rax),%xmm12
    +	movaps	-0x48(%rax),%xmm13
    +	movaps	-0x38(%rax),%xmm14
    +	movaps	-0x28(%rax),%xmm15
    +___
    +$code.=<<___;
    +	mov	-16(%rax),%rbp
    +	mov	-8(%rax),%rbx
    +	lea	(%rax),%rsp
    +.Lepilogue_shaext:
    +	ret
    +.size	sha1_multi_block_shaext,.-sha1_multi_block_shaext
    +___
    +						}}}
    +
    +						if ($avx) {{{
    +sub BODY_00_19_avx {
    +my ($i,$a,$b,$c,$d,$e)=@_;
    +my $j=$i+1;
    +my $k=$i+2;
    +my $vpack = $REG_SZ==16 ? "vpunpckldq" : "vinserti128";
    +my $ptr_n = $REG_SZ==16 ? @ptr[1] : @ptr[4];
    +
    +$code.=<<___ if ($i==0 && $REG_SZ==16);
    +	vmovd		(@ptr[0]),@Xi[0]
    +	 lea		`16*4`(@ptr[0]),@ptr[0]
    +	vmovd		(@ptr[1]),@Xi[2]	# borrow Xi[2]
    +	 lea		`16*4`(@ptr[1]),@ptr[1]
    +	vpinsrd		\$1,(@ptr[2]),@Xi[0],@Xi[0]
    +	 lea		`16*4`(@ptr[2]),@ptr[2]
    +	vpinsrd		\$1,(@ptr[3]),@Xi[2],@Xi[2]
    +	 lea		`16*4`(@ptr[3]),@ptr[3]
    +	 vmovd		`4*$j-16*4`(@ptr[0]),@Xi[1]
    +	vpunpckldq	@Xi[2],@Xi[0],@Xi[0]
    +	 vmovd		`4*$j-16*4`($ptr_n),$t3
    +	vpshufb		$tx,@Xi[0],@Xi[0]
    +___
    +$code.=<<___ if ($i<15 && $REG_SZ==16);		# just load input
    +	 vpinsrd	\$1,`4*$j-16*4`(@ptr[2]),@Xi[1],@Xi[1]
    +	 vpinsrd	\$1,`4*$j-16*4`(@ptr[3]),$t3,$t3
    +___
    +$code.=<<___ if ($i==0 && $REG_SZ==32);
    +	vmovd		(@ptr[0]),@Xi[0]
    +	 lea		`16*4`(@ptr[0]),@ptr[0]
    +	vmovd		(@ptr[4]),@Xi[2]	# borrow Xi[2]
    +	 lea		`16*4`(@ptr[4]),@ptr[4]
    +	vmovd		(@ptr[1]),$t2
    +	 lea		`16*4`(@ptr[1]),@ptr[1]
    +	vmovd		(@ptr[5]),$t1
    +	 lea		`16*4`(@ptr[5]),@ptr[5]
    +	vpinsrd		\$1,(@ptr[2]),@Xi[0],@Xi[0]
    +	 lea		`16*4`(@ptr[2]),@ptr[2]
    +	vpinsrd		\$1,(@ptr[6]),@Xi[2],@Xi[2]
    +	 lea		`16*4`(@ptr[6]),@ptr[6]
    +	vpinsrd		\$1,(@ptr[3]),$t2,$t2
    +	 lea		`16*4`(@ptr[3]),@ptr[3]
    +	vpunpckldq	$t2,@Xi[0],@Xi[0]
    +	vpinsrd		\$1,(@ptr[7]),$t1,$t1
    +	 lea		`16*4`(@ptr[7]),@ptr[7]
    +	vpunpckldq	$t1,@Xi[2],@Xi[2]
    +	 vmovd		`4*$j-16*4`(@ptr[0]),@Xi[1]
    +	vinserti128	@Xi[2],@Xi[0],@Xi[0]
    +	 vmovd		`4*$j-16*4`($ptr_n),$t3
    +	vpshufb		$tx,@Xi[0],@Xi[0]
    +___
    +$code.=<<___ if ($i<15 && $REG_SZ==32);		# just load input
    +	 vmovd		`4*$j-16*4`(@ptr[1]),$t2
    +	 vmovd		`4*$j-16*4`(@ptr[5]),$t1
    +	 vpinsrd	\$1,`4*$j-16*4`(@ptr[2]),@Xi[1],@Xi[1]
    +	 vpinsrd	\$1,`4*$j-16*4`(@ptr[6]),$t3,$t3
    +	 vpinsrd	\$1,`4*$j-16*4`(@ptr[3]),$t2,$t2
    +	 vpunpckldq	$t2,@Xi[1],@Xi[1]
    +	 vpinsrd	\$1,`4*$j-16*4`(@ptr[7]),$t1,$t1
    +	 vpunpckldq	$t1,$t3,$t3
    +___
    +$code.=<<___ if ($i<14);
    +	vpaddd	$K,$e,$e			# e+=K_00_19
    +	vpslld	\$5,$a,$t2
    +	vpandn	$d,$b,$t1
    +	vpand	$c,$b,$t0
    +
    +	vmovdqa	@Xi[0],`&Xi_off($i)`
    +	vpaddd	@Xi[0],$e,$e			# e+=X[i]
    +	 $vpack		$t3,@Xi[1],@Xi[1]
    +	vpsrld	\$27,$a,$t3
    +	vpxor	$t1,$t0,$t0			# Ch(b,c,d)
    +	 vmovd		`4*$k-16*4`(@ptr[0]),@Xi[2]
    +
    +	vpslld	\$30,$b,$t1
    +	vpor	$t3,$t2,$t2			# rol(a,5)
    +	 vmovd		`4*$k-16*4`($ptr_n),$t3
    +	vpaddd	$t0,$e,$e			# e+=Ch(b,c,d)
    +
    +	vpsrld	\$2,$b,$b
    +	vpaddd	$t2,$e,$e			# e+=rol(a,5)
    +	 vpshufb	$tx,@Xi[1],@Xi[1]
    +	vpor	$t1,$b,$b			# b=rol(b,30)
    +___
    +$code.=<<___ if ($i==14);
    +	vpaddd	$K,$e,$e			# e+=K_00_19
    +	 prefetcht0	63(@ptr[0])
    +	vpslld	\$5,$a,$t2
    +	vpandn	$d,$b,$t1
    +	vpand	$c,$b,$t0
    +
    +	vmovdqa	@Xi[0],`&Xi_off($i)`
    +	vpaddd	@Xi[0],$e,$e			# e+=X[i]
    +	 $vpack		$t3,@Xi[1],@Xi[1]
    +	vpsrld	\$27,$a,$t3
    +	 prefetcht0	63(@ptr[1])
    +	vpxor	$t1,$t0,$t0			# Ch(b,c,d)
    +
    +	vpslld	\$30,$b,$t1
    +	vpor	$t3,$t2,$t2			# rol(a,5)
    +	 prefetcht0	63(@ptr[2])
    +	vpaddd	$t0,$e,$e			# e+=Ch(b,c,d)
    +
    +	vpsrld	\$2,$b,$b
    +	vpaddd	$t2,$e,$e			# e+=rol(a,5)
    +	 prefetcht0	63(@ptr[3])
    +	 vpshufb	$tx,@Xi[1],@Xi[1]
    +	vpor	$t1,$b,$b			# b=rol(b,30)
    +___
    +$code.=<<___ if ($i>=13 && $i<15);
    +	vmovdqa	`&Xi_off($j+2)`,@Xi[3]		# preload "X[2]"
    +___
    +$code.=<<___ if ($i>=15);			# apply Xupdate
    +	vpxor	@Xi[-2],@Xi[1],@Xi[1]		# "X[13]"
    +	vmovdqa	`&Xi_off($j+2)`,@Xi[3]		# "X[2]"
    +
    +	vpaddd	$K,$e,$e			# e+=K_00_19
    +	vpslld	\$5,$a,$t2
    +	vpandn	$d,$b,$t1
    +	 `"prefetcht0	63(@ptr[4])"		if ($i==15 && $REG_SZ==32)`
    +	vpand	$c,$b,$t0
    +
    +	vmovdqa	@Xi[0],`&Xi_off($i)`
    +	vpaddd	@Xi[0],$e,$e			# e+=X[i]
    +	 vpxor	`&Xi_off($j+8)`,@Xi[1],@Xi[1]
    +	vpsrld	\$27,$a,$t3
    +	vpxor	$t1,$t0,$t0			# Ch(b,c,d)
    +	 vpxor	@Xi[3],@Xi[1],@Xi[1]
    +	 `"prefetcht0	63(@ptr[5])"		if ($i==15 && $REG_SZ==32)`
    +
    +	vpslld	\$30,$b,$t1
    +	vpor	$t3,$t2,$t2			# rol(a,5)
    +	vpaddd	$t0,$e,$e			# e+=Ch(b,c,d)
    +	 `"prefetcht0	63(@ptr[6])"		if ($i==15 && $REG_SZ==32)`
    +	 vpsrld	\$31,@Xi[1],$tx
    +	 vpaddd	@Xi[1],@Xi[1],@Xi[1]
    +
    +	vpsrld	\$2,$b,$b
    +	 `"prefetcht0	63(@ptr[7])"		if ($i==15 && $REG_SZ==32)`
    +	vpaddd	$t2,$e,$e			# e+=rol(a,5)
    +	 vpor	$tx,@Xi[1],@Xi[1]		# rol	\$1,@Xi[1]
    +	vpor	$t1,$b,$b			# b=rol(b,30)
    +___
    +push(@Xi,shift(@Xi));
    +}
    +
    +sub BODY_20_39_avx {
    +my ($i,$a,$b,$c,$d,$e)=@_;
    +my $j=$i+1;
    +
    +$code.=<<___ if ($i<79);
    +	vpxor	@Xi[-2],@Xi[1],@Xi[1]		# "X[13]"
    +	vmovdqa	`&Xi_off($j+2)`,@Xi[3]		# "X[2]"
    +
    +	vpslld	\$5,$a,$t2
    +	vpaddd	$K,$e,$e			# e+=K_20_39
    +	vpxor	$b,$d,$t0
    +___
    +$code.=<<___ if ($i<72);
    +	vmovdqa	@Xi[0],`&Xi_off($i)`
    +___
    +$code.=<<___ if ($i<79);
    +	vpaddd	@Xi[0],$e,$e			# e+=X[i]
    +	 vpxor	`&Xi_off($j+8)`,@Xi[1],@Xi[1]
    +	vpsrld	\$27,$a,$t3
    +	vpxor	$c,$t0,$t0			# Parity(b,c,d)
    +	 vpxor	@Xi[3],@Xi[1],@Xi[1]
    +
    +	vpslld	\$30,$b,$t1
    +	vpor	$t3,$t2,$t2			# rol(a,5)
    +	vpaddd	$t0,$e,$e			# e+=Parity(b,c,d)
    +	 vpsrld	\$31,@Xi[1],$tx
    +	 vpaddd	@Xi[1],@Xi[1],@Xi[1]
    +
    +	vpsrld	\$2,$b,$b
    +	vpaddd	$t2,$e,$e			# e+=rol(a,5)
    +	 vpor	$tx,@Xi[1],@Xi[1]		# rol(@Xi[1],1)
    +	vpor	$t1,$b,$b			# b=rol(b,30)
    +___
    +$code.=<<___ if ($i==79);
    +	vpslld	\$5,$a,$t2
    +	vpaddd	$K,$e,$e			# e+=K_20_39
    +	vpxor	$b,$d,$t0
    +
    +	vpsrld	\$27,$a,$t3
    +	vpaddd	@Xi[0],$e,$e			# e+=X[i]
    +	vpxor	$c,$t0,$t0			# Parity(b,c,d)
    +
    +	vpslld	\$30,$b,$t1
    +	vpor	$t3,$t2,$t2			# rol(a,5)
    +	vpaddd	$t0,$e,$e			# e+=Parity(b,c,d)
    +
    +	vpsrld	\$2,$b,$b
    +	vpaddd	$t2,$e,$e			# e+=rol(a,5)
    +	vpor	$t1,$b,$b			# b=rol(b,30)
    +___
    +push(@Xi,shift(@Xi));
    +}
    +
    +sub BODY_40_59_avx {
    +my ($i,$a,$b,$c,$d,$e)=@_;
    +my $j=$i+1;
    +
    +$code.=<<___;
    +	vpxor	@Xi[-2],@Xi[1],@Xi[1]		# "X[13]"
    +	vmovdqa	`&Xi_off($j+2)`,@Xi[3]		# "X[2]"
    +
    +	vpaddd	$K,$e,$e			# e+=K_40_59
    +	vpslld	\$5,$a,$t2
    +	vpand	$c,$d,$t1
    +	 vpxor	`&Xi_off($j+8)`,@Xi[1],@Xi[1]
    +
    +	vpaddd	$t1,$e,$e
    +	vpsrld	\$27,$a,$t3
    +	vpxor	$c,$d,$t0
    +	 vpxor	@Xi[3],@Xi[1],@Xi[1]
    +
    +	vmovdqu	@Xi[0],`&Xi_off($i)`
    +	vpaddd	@Xi[0],$e,$e			# e+=X[i]
    +	vpor	$t3,$t2,$t2			# rol(a,5)
    +	 vpsrld	\$31,@Xi[1],$tx
    +	vpand	$b,$t0,$t0
    +	 vpaddd	@Xi[1],@Xi[1],@Xi[1]
    +
    +	vpslld	\$30,$b,$t1
    +	vpaddd	$t0,$e,$e			# e+=Maj(b,d,c)
    +
    +	vpsrld	\$2,$b,$b
    +	vpaddd	$t2,$e,$e			# e+=rol(a,5)
    +	 vpor	$tx,@Xi[1],@Xi[1]		# rol(@X[1],1)
    +	vpor	$t1,$b,$b			# b=rol(b,30)
    +___
    +push(@Xi,shift(@Xi));
    +}
    +
    +$code.=<<___;
    +.type	sha1_multi_block_avx,\@function,3
    +.align	32
    +sha1_multi_block_avx:
    +_avx_shortcut:
    +___
    +$code.=<<___ if ($avx>1);
    +	shr	\$32,%rcx
    +	cmp	\$2,$num
    +	jb	.Lavx
    +	test	\$`1<<5`,%ecx
    +	jnz	_avx2_shortcut
    +	jmp	.Lavx
    +.align	32
    +.Lavx:
    +___
    +$code.=<<___;
    +	mov	%rsp,%rax
    +	push	%rbx
    +	push	%rbp
    +___
    +$code.=<<___ if ($win64);
    +	lea	-0xa8(%rsp),%rsp
    +	movaps	%xmm6,(%rsp)
    +	movaps	%xmm7,0x10(%rsp)
    +	movaps	%xmm8,0x20(%rsp)
    +	movaps	%xmm9,0x30(%rsp)
    +	movaps	%xmm10,-0x78(%rax)
    +	movaps	%xmm11,-0x68(%rax)
    +	movaps	%xmm12,-0x58(%rax)
    +	movaps	%xmm13,-0x48(%rax)
    +	movaps	%xmm14,-0x38(%rax)
    +	movaps	%xmm15,-0x28(%rax)
    +___
    +$code.=<<___;
    +	sub	\$`$REG_SZ*18`, %rsp
    +	and	\$-256,%rsp
    +	mov	%rax,`$REG_SZ*17`(%rsp)		# original %rsp
    +.Lbody_avx:
    +	lea	K_XX_XX(%rip),$Tbl
    +	lea	`$REG_SZ*16`(%rsp),%rbx
    +
    +	vzeroupper
    +.Loop_grande_avx:
    +	mov	$num,`$REG_SZ*17+8`(%rsp)	# original $num
    +	xor	$num,$num
    +___
    +for($i=0;$i<4;$i++) {
    +    $code.=<<___;
    +	mov	`16*$i+0`($inp),@ptr[$i]	# input pointer
    +	mov	`16*$i+8`($inp),%ecx		# number of blocks
    +	cmp	$num,%ecx
    +	cmovg	%ecx,$num			# find maximum
    +	test	%ecx,%ecx
    +	mov	%ecx,`4*$i`(%rbx)		# initialize counters
    +	cmovle	$Tbl,@ptr[$i]			# cancel input
    +___
    +}
    +$code.=<<___;
    +	test	$num,$num
    +	jz	.Ldone_avx
    +
    +	vmovdqu	0x00($ctx),$A			# load context
    +	 lea	128(%rsp),%rax
    +	vmovdqu	0x20($ctx),$B
    +	vmovdqu	0x40($ctx),$C
    +	vmovdqu	0x60($ctx),$D
    +	vmovdqu	0x80($ctx),$E
    +	vmovdqu	0x60($Tbl),$tx			# pbswap_mask
    +	jmp	.Loop_avx
    +
    +.align	32
    +.Loop_avx:
    +___
    +$code.="	vmovdqa	-0x20($Tbl),$K\n";	# K_00_19
    +for($i=0;$i<20;$i++)	{ &BODY_00_19_avx($i,@V); unshift(@V,pop(@V)); }
    +$code.="	vmovdqa	0x00($Tbl),$K\n";	# K_20_39
    +for(;$i<40;$i++)	{ &BODY_20_39_avx($i,@V); unshift(@V,pop(@V)); }
    +$code.="	vmovdqa	0x20($Tbl),$K\n";	# K_40_59
    +for(;$i<60;$i++)	{ &BODY_40_59_avx($i,@V); unshift(@V,pop(@V)); }
    +$code.="	vmovdqa	0x40($Tbl),$K\n";	# K_60_79
    +for(;$i<80;$i++)	{ &BODY_20_39_avx($i,@V); unshift(@V,pop(@V)); }
    +$code.=<<___;
    +	mov	\$1,%ecx
    +___
    +for($i=0;$i<4;$i++) {
    +    $code.=<<___;
    +	cmp	`4*$i`(%rbx),%ecx		# examine counters
    +	cmovge	$Tbl,@ptr[$i]			# cancel input
    +___
    +}
    +$code.=<<___;
    +	vmovdqu	(%rbx),$t0			# pull counters
    +	vpxor	$t2,$t2,$t2
    +	vmovdqa	$t0,$t1
    +	vpcmpgtd $t2,$t1,$t1			# mask value
    +	vpaddd	$t1,$t0,$t0			# counters--
    +
    +	vpand	$t1,$A,$A
    +	vpand	$t1,$B,$B
    +	vpaddd	0x00($ctx),$A,$A
    +	vpand	$t1,$C,$C
    +	vpaddd	0x20($ctx),$B,$B
    +	vpand	$t1,$D,$D
    +	vpaddd	0x40($ctx),$C,$C
    +	vpand	$t1,$E,$E
    +	vpaddd	0x60($ctx),$D,$D
    +	vpaddd	0x80($ctx),$E,$E
    +	vmovdqu	$A,0x00($ctx)
    +	vmovdqu	$B,0x20($ctx)
    +	vmovdqu	$C,0x40($ctx)
    +	vmovdqu	$D,0x60($ctx)
    +	vmovdqu	$E,0x80($ctx)
    +
    +	vmovdqu	$t0,(%rbx)			# save counters
    +	vmovdqu	0x60($Tbl),$tx			# pbswap_mask
    +	dec	$num
    +	jnz	.Loop_avx
    +
    +	mov	`$REG_SZ*17+8`(%rsp),$num
    +	lea	$REG_SZ($ctx),$ctx
    +	lea	`16*$REG_SZ/4`($inp),$inp
    +	dec	$num
    +	jnz	.Loop_grande_avx
    +
    +.Ldone_avx:
    +	mov	`$REG_SZ*17`(%rsp),%rax		# orignal %rsp
    +	vzeroupper
    +___
    +$code.=<<___ if ($win64);
    +	movaps	-0xb8(%rax),%xmm6
    +	movaps	-0xa8(%rax),%xmm7
    +	movaps	-0x98(%rax),%xmm8
    +	movaps	-0x88(%rax),%xmm9
    +	movaps	-0x78(%rax),%xmm10
    +	movaps	-0x68(%rax),%xmm11
    +	movaps	-0x58(%rax),%xmm12
    +	movaps	-0x48(%rax),%xmm13
    +	movaps	-0x38(%rax),%xmm14
    +	movaps	-0x28(%rax),%xmm15
    +___
    +$code.=<<___;
    +	mov	-16(%rax),%rbp
    +	mov	-8(%rax),%rbx
    +	lea	(%rax),%rsp
    +.Lepilogue_avx:
    +	ret
    +.size	sha1_multi_block_avx,.-sha1_multi_block_avx
    +___
    +
    +						if ($avx>1) {
    +$code =~ s/\`([^\`]*)\`/eval $1/gem;
    +
    +$REG_SZ=32;
    +
    +@ptr=map("%r$_",(12..15,8..11));
    +
    +@V=($A,$B,$C,$D,$E)=map("%ymm$_",(0..4));
    +($t0,$t1,$t2,$t3,$tx)=map("%ymm$_",(5..9));
    +@Xi=map("%ymm$_",(10..14));
    +$K="%ymm15";
    +
    +$code.=<<___;
    +.type	sha1_multi_block_avx2,\@function,3
    +.align	32
    +sha1_multi_block_avx2:
    +_avx2_shortcut:
    +	mov	%rsp,%rax
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +___
    +$code.=<<___ if ($win64);
    +	lea	-0xa8(%rsp),%rsp
    +	movaps	%xmm6,(%rsp)
    +	movaps	%xmm7,0x10(%rsp)
    +	movaps	%xmm8,0x20(%rsp)
    +	movaps	%xmm9,0x30(%rsp)
    +	movaps	%xmm10,0x40(%rsp)
    +	movaps	%xmm11,0x50(%rsp)
    +	movaps	%xmm12,-0x78(%rax)
    +	movaps	%xmm13,-0x68(%rax)
    +	movaps	%xmm14,-0x58(%rax)
    +	movaps	%xmm15,-0x48(%rax)
    +___
    +$code.=<<___;
    +	sub	\$`$REG_SZ*18`, %rsp
    +	and	\$-256,%rsp
    +	mov	%rax,`$REG_SZ*17`(%rsp)		# original %rsp
    +.Lbody_avx2:
    +	lea	K_XX_XX(%rip),$Tbl
    +	shr	\$1,$num
    +
    +	vzeroupper
    +.Loop_grande_avx2:
    +	mov	$num,`$REG_SZ*17+8`(%rsp)	# original $num
    +	xor	$num,$num
    +	lea	`$REG_SZ*16`(%rsp),%rbx
    +___
    +for($i=0;$i<8;$i++) {
    +    $code.=<<___;
    +	mov	`16*$i+0`($inp),@ptr[$i]	# input pointer
    +	mov	`16*$i+8`($inp),%ecx		# number of blocks
    +	cmp	$num,%ecx
    +	cmovg	%ecx,$num			# find maximum
    +	test	%ecx,%ecx
    +	mov	%ecx,`4*$i`(%rbx)		# initialize counters
    +	cmovle	$Tbl,@ptr[$i]			# cancel input
    +___
    +}
    +$code.=<<___;
    +	vmovdqu	0x00($ctx),$A			# load context
    +	 lea	128(%rsp),%rax
    +	vmovdqu	0x20($ctx),$B
    +	 lea	256+128(%rsp),%rbx
    +	vmovdqu	0x40($ctx),$C
    +	vmovdqu	0x60($ctx),$D
    +	vmovdqu	0x80($ctx),$E
    +	vmovdqu	0x60($Tbl),$tx			# pbswap_mask
    +	jmp	.Loop_avx2
    +
    +.align	32
    +.Loop_avx2:
    +___
    +$code.="	vmovdqa	-0x20($Tbl),$K\n";	# K_00_19
    +for($i=0;$i<20;$i++)	{ &BODY_00_19_avx($i,@V); unshift(@V,pop(@V)); }
    +$code.="	vmovdqa	0x00($Tbl),$K\n";	# K_20_39
    +for(;$i<40;$i++)	{ &BODY_20_39_avx($i,@V); unshift(@V,pop(@V)); }
    +$code.="	vmovdqa	0x20($Tbl),$K\n";	# K_40_59
    +for(;$i<60;$i++)	{ &BODY_40_59_avx($i,@V); unshift(@V,pop(@V)); }
    +$code.="	vmovdqa	0x40($Tbl),$K\n";	# K_60_79
    +for(;$i<80;$i++)	{ &BODY_20_39_avx($i,@V); unshift(@V,pop(@V)); }
    +$code.=<<___;
    +	mov	\$1,%ecx
    +	lea	`$REG_SZ*16`(%rsp),%rbx
    +___
    +for($i=0;$i<8;$i++) {
    +    $code.=<<___;
    +	cmp	`4*$i`(%rbx),%ecx		# examine counters
    +	cmovge	$Tbl,@ptr[$i]			# cancel input
    +___
    +}
    +$code.=<<___;
    +	vmovdqu	(%rbx),$t0		# pull counters
    +	vpxor	$t2,$t2,$t2
    +	vmovdqa	$t0,$t1
    +	vpcmpgtd $t2,$t1,$t1			# mask value
    +	vpaddd	$t1,$t0,$t0			# counters--
    +
    +	vpand	$t1,$A,$A
    +	vpand	$t1,$B,$B
    +	vpaddd	0x00($ctx),$A,$A
    +	vpand	$t1,$C,$C
    +	vpaddd	0x20($ctx),$B,$B
    +	vpand	$t1,$D,$D
    +	vpaddd	0x40($ctx),$C,$C
    +	vpand	$t1,$E,$E
    +	vpaddd	0x60($ctx),$D,$D
    +	vpaddd	0x80($ctx),$E,$E
    +	vmovdqu	$A,0x00($ctx)
    +	vmovdqu	$B,0x20($ctx)
    +	vmovdqu	$C,0x40($ctx)
    +	vmovdqu	$D,0x60($ctx)
    +	vmovdqu	$E,0x80($ctx)
    +
    +	vmovdqu	$t0,(%rbx)			# save counters
    +	lea	256+128(%rsp),%rbx
    +	vmovdqu	0x60($Tbl),$tx			# pbswap_mask
    +	dec	$num
    +	jnz	.Loop_avx2
    +
    +	#mov	`$REG_SZ*17+8`(%rsp),$num
    +	#lea	$REG_SZ($ctx),$ctx
    +	#lea	`16*$REG_SZ/4`($inp),$inp
    +	#dec	$num
    +	#jnz	.Loop_grande_avx2
    +
    +.Ldone_avx2:
    +	mov	`$REG_SZ*17`(%rsp),%rax		# orignal %rsp
    +	vzeroupper
    +___
    +$code.=<<___ if ($win64);
    +	movaps	-0xd8(%rax),%xmm6
    +	movaps	-0xc8(%rax),%xmm7
    +	movaps	-0xb8(%rax),%xmm8
    +	movaps	-0xa8(%rax),%xmm9
    +	movaps	-0x98(%rax),%xmm10
    +	movaps	-0x88(%rax),%xmm11
    +	movaps	-0x78(%rax),%xmm12
    +	movaps	-0x68(%rax),%xmm13
    +	movaps	-0x58(%rax),%xmm14
    +	movaps	-0x48(%rax),%xmm15
    +___
    +$code.=<<___;
    +	mov	-48(%rax),%r15
    +	mov	-40(%rax),%r14
    +	mov	-32(%rax),%r13
    +	mov	-24(%rax),%r12
    +	mov	-16(%rax),%rbp
    +	mov	-8(%rax),%rbx
    +	lea	(%rax),%rsp
    +.Lepilogue_avx2:
    +	ret
    +.size	sha1_multi_block_avx2,.-sha1_multi_block_avx2
    +___
    +						}	}}}
    +$code.=<<___;
    +
    +.align	256
    +	.long	0x5a827999,0x5a827999,0x5a827999,0x5a827999	# K_00_19
    +	.long	0x5a827999,0x5a827999,0x5a827999,0x5a827999	# K_00_19
    +K_XX_XX:
    +	.long	0x6ed9eba1,0x6ed9eba1,0x6ed9eba1,0x6ed9eba1	# K_20_39
    +	.long	0x6ed9eba1,0x6ed9eba1,0x6ed9eba1,0x6ed9eba1	# K_20_39
    +	.long	0x8f1bbcdc,0x8f1bbcdc,0x8f1bbcdc,0x8f1bbcdc	# K_40_59
    +	.long	0x8f1bbcdc,0x8f1bbcdc,0x8f1bbcdc,0x8f1bbcdc	# K_40_59
    +	.long	0xca62c1d6,0xca62c1d6,0xca62c1d6,0xca62c1d6	# K_60_79
    +	.long	0xca62c1d6,0xca62c1d6,0xca62c1d6,0xca62c1d6	# K_60_79
    +	.long	0x00010203,0x04050607,0x08090a0b,0x0c0d0e0f	# pbswap
    +	.long	0x00010203,0x04050607,0x08090a0b,0x0c0d0e0f	# pbswap
    +	.byte	0xf,0xe,0xd,0xc,0xb,0xa,0x9,0x8,0x7,0x6,0x5,0x4,0x3,0x2,0x1,0x0
    +	.asciz	"SHA1 multi-block transform for x86_64, CRYPTOGAMS by "
    +___
    +
    +if ($win64) {
    +# EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame,
    +#		CONTEXT *context,DISPATCHER_CONTEXT *disp)
    +$rec="%rcx";
    +$frame="%rdx";
    +$context="%r8";
    +$disp="%r9";
    +
    +$code.=<<___;
    +.extern	__imp_RtlVirtualUnwind
    +.type	se_handler,\@abi-omnipotent
    +.align	16
    +se_handler:
    +	push	%rsi
    +	push	%rdi
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +	pushfq
    +	sub	\$64,%rsp
    +
    +	mov	120($context),%rax	# pull context->Rax
    +	mov	248($context),%rbx	# pull context->Rip
    +
    +	mov	8($disp),%rsi		# disp->ImageBase
    +	mov	56($disp),%r11		# disp->HandlerData
    +
    +	mov	0(%r11),%r10d		# HandlerData[0]
    +	lea	(%rsi,%r10),%r10	# end of prologue label
    +	cmp	%r10,%rbx		# context->Rip<.Lbody
    +	jb	.Lin_prologue
    +
    +	mov	152($context),%rax	# pull context->Rsp
    +
    +	mov	4(%r11),%r10d		# HandlerData[1]
    +	lea	(%rsi,%r10),%r10	# epilogue label
    +	cmp	%r10,%rbx		# context->Rip>=.Lepilogue
    +	jae	.Lin_prologue
    +
    +	mov	`16*17`(%rax),%rax	# pull saved stack pointer
    +
    +	mov	-8(%rax),%rbx
    +	mov	-16(%rax),%rbp
    +	mov	%rbx,144($context)	# restore context->Rbx
    +	mov	%rbp,160($context)	# restore context->Rbp
    +
    +	lea	-24-10*16(%rax),%rsi
    +	lea	512($context),%rdi	# &context.Xmm6
    +	mov	\$20,%ecx
    +	.long	0xa548f3fc		# cld; rep movsq
    +
    +.Lin_prologue:
    +	mov	8(%rax),%rdi
    +	mov	16(%rax),%rsi
    +	mov	%rax,152($context)	# restore context->Rsp
    +	mov	%rsi,168($context)	# restore context->Rsi
    +	mov	%rdi,176($context)	# restore context->Rdi
    +
    +	mov	40($disp),%rdi		# disp->ContextRecord
    +	mov	$context,%rsi		# context
    +	mov	\$154,%ecx		# sizeof(CONTEXT)
    +	.long	0xa548f3fc		# cld; rep movsq
    +
    +	mov	$disp,%rsi
    +	xor	%rcx,%rcx		# arg1, UNW_FLAG_NHANDLER
    +	mov	8(%rsi),%rdx		# arg2, disp->ImageBase
    +	mov	0(%rsi),%r8		# arg3, disp->ControlPc
    +	mov	16(%rsi),%r9		# arg4, disp->FunctionEntry
    +	mov	40(%rsi),%r10		# disp->ContextRecord
    +	lea	56(%rsi),%r11		# &disp->HandlerData
    +	lea	24(%rsi),%r12		# &disp->EstablisherFrame
    +	mov	%r10,32(%rsp)		# arg5
    +	mov	%r11,40(%rsp)		# arg6
    +	mov	%r12,48(%rsp)		# arg7
    +	mov	%rcx,56(%rsp)		# arg8, (NULL)
    +	call	*__imp_RtlVirtualUnwind(%rip)
    +
    +	mov	\$1,%eax		# ExceptionContinueSearch
    +	add	\$64,%rsp
    +	popfq
    +	pop	%r15
    +	pop	%r14
    +	pop	%r13
    +	pop	%r12
    +	pop	%rbp
    +	pop	%rbx
    +	pop	%rdi
    +	pop	%rsi
    +	ret
    +.size	se_handler,.-se_handler
    +___
    +$code.=<<___ if ($avx>1);
    +.type	avx2_handler,\@abi-omnipotent
    +.align	16
    +avx2_handler:
    +	push	%rsi
    +	push	%rdi
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +	pushfq
    +	sub	\$64,%rsp
    +
    +	mov	120($context),%rax	# pull context->Rax
    +	mov	248($context),%rbx	# pull context->Rip
    +
    +	mov	8($disp),%rsi		# disp->ImageBase
    +	mov	56($disp),%r11		# disp->HandlerData
    +
    +	mov	0(%r11),%r10d		# HandlerData[0]
    +	lea	(%rsi,%r10),%r10	# end of prologue label
    +	cmp	%r10,%rbx		# context->RipRsp
    +
    +	mov	4(%r11),%r10d		# HandlerData[1]
    +	lea	(%rsi,%r10),%r10	# epilogue label
    +	cmp	%r10,%rbx		# context->Rip>=epilogue label
    +	jae	.Lin_prologue
    +
    +	mov	`32*17`($context),%rax	# pull saved stack pointer
    +
    +	mov	-8(%rax),%rbx
    +	mov	-16(%rax),%rbp
    +	mov	-24(%rax),%r12
    +	mov	-32(%rax),%r13
    +	mov	-40(%rax),%r14
    +	mov	-48(%rax),%r15
    +	mov	%rbx,144($context)	# restore context->Rbx
    +	mov	%rbp,160($context)	# restore context->Rbp
    +	mov	%r12,216($context)	# restore cotnext->R12
    +	mov	%r13,224($context)	# restore cotnext->R13
    +	mov	%r14,232($context)	# restore cotnext->R14
    +	mov	%r15,240($context)	# restore cotnext->R15
    +
    +	lea	-56-10*16(%rax),%rsi
    +	lea	512($context),%rdi	# &context.Xmm6
    +	mov	\$20,%ecx
    +	.long	0xa548f3fc		# cld; rep movsq
    +
    +	jmp	.Lin_prologue
    +.size	avx2_handler,.-avx2_handler
    +___
    +$code.=<<___;
    +.section	.pdata
    +.align	4
    +	.rva	.LSEH_begin_sha1_multi_block
    +	.rva	.LSEH_end_sha1_multi_block
    +	.rva	.LSEH_info_sha1_multi_block
    +	.rva	.LSEH_begin_sha1_multi_block_shaext
    +	.rva	.LSEH_end_sha1_multi_block_shaext
    +	.rva	.LSEH_info_sha1_multi_block_shaext
    +___
    +$code.=<<___ if ($avx);
    +	.rva	.LSEH_begin_sha1_multi_block_avx
    +	.rva	.LSEH_end_sha1_multi_block_avx
    +	.rva	.LSEH_info_sha1_multi_block_avx
    +___
    +$code.=<<___ if ($avx>1);
    +	.rva	.LSEH_begin_sha1_multi_block_avx2
    +	.rva	.LSEH_end_sha1_multi_block_avx2
    +	.rva	.LSEH_info_sha1_multi_block_avx2
    +___
    +$code.=<<___;
    +.section	.xdata
    +.align	8
    +.LSEH_info_sha1_multi_block:
    +	.byte	9,0,0,0
    +	.rva	se_handler
    +	.rva	.Lbody,.Lepilogue			# HandlerData[]
    +.LSEH_info_sha1_multi_block_shaext:
    +	.byte	9,0,0,0
    +	.rva	se_handler
    +	.rva	.Lbody_shaext,.Lepilogue_shaext	# HandlerData[]
    +___
    +$code.=<<___ if ($avx);
    +.LSEH_info_sha1_multi_block_avx:
    +	.byte	9,0,0,0
    +	.rva	se_handler
    +	.rva	.Lbody_avx,.Lepilogue_avx		# HandlerData[]
    +___
    +$code.=<<___ if ($avx>1);
    +.LSEH_info_sha1_multi_block_avx2:
    +	.byte	9,0,0,0
    +	.rva	avx2_handler
    +	.rva	.Lbody_avx2,.Lepilogue_avx2		# HandlerData[]
    +___
    +}
    +####################################################################
    +
    +sub rex {
    +  local *opcode=shift;
    +  my ($dst,$src)=@_;
    +  my $rex=0;
    +
    +    $rex|=0x04			if ($dst>=8);
    +    $rex|=0x01			if ($src>=8);
    +    unshift @opcode,$rex|0x40	if ($rex);
    +}
    +
    +sub sha1rnds4 {
    +    if (@_[0] =~ /\$([x0-9a-f]+),\s*%xmm([0-9]+),\s*%xmm([0-9]+)/) {
    +      my @opcode=(0x0f,0x3a,0xcc);
    +	rex(\@opcode,$3,$2);
    +	push @opcode,0xc0|($2&7)|(($3&7)<<3);		# ModR/M
    +	my $c=$1;
    +	push @opcode,$c=~/^0/?oct($c):$c;
    +	return ".byte\t".join(',',@opcode);
    +    } else {
    +	return "sha1rnds4\t".@_[0];
    +    }
    +}
    +
    +sub sha1op38 {
    +    my $instr = shift;
    +    my %opcodelet = (
    +		"sha1nexte" => 0xc8,
    +  		"sha1msg1"  => 0xc9,
    +		"sha1msg2"  => 0xca	);
    +
    +    if (defined($opcodelet{$instr}) && @_[0] =~ /%xmm([0-9]+),\s*%xmm([0-9]+)/) {
    +      my @opcode=(0x0f,0x38);
    +	rex(\@opcode,$2,$1);
    +	push @opcode,$opcodelet{$instr};
    +	push @opcode,0xc0|($1&7)|(($2&7)<<3);		# ModR/M
    +	return ".byte\t".join(',',@opcode);
    +    } else {
    +	return $instr."\t".@_[0];
    +    }
    +}
    +
    +foreach (split("\n",$code)) {
    +	s/\`([^\`]*)\`/eval($1)/ge;
    +
    +	s/\b(sha1rnds4)\s+(.*)/sha1rnds4($2)/geo		or
    +	s/\b(sha1[^\s]*)\s+(.*)/sha1op38($1,$2)/geo		or
    +
    +	s/\b(vmov[dq])\b(.+)%ymm([0-9]+)/$1$2%xmm$3/go		or
    +	s/\b(vmovdqu)\b(.+)%x%ymm([0-9]+)/$1$2%xmm$3/go		or
    +	s/\b(vpinsr[qd])\b(.+)%ymm([0-9]+),%ymm([0-9]+)/$1$2%xmm$3,%xmm$4/go	or
    +	s/\b(vpextr[qd])\b(.+)%ymm([0-9]+)/$1$2%xmm$3/go	or
    +	s/\b(vinserti128)\b(\s+)%ymm/$1$2\$1,%xmm/go		or
    +	s/\b(vpbroadcast[qd]\s+)%ymm([0-9]+)/$1%xmm$2/go;
    +
    +	print $_,"\n";
    +}
    +
    +close STDOUT;
    diff --git a/openssl/crypto/sha/asm/sha1-mips.pl b/openssl/crypto/sha/asm/sha1-mips.pl
    index f1a702f38..340849389 100644
    --- a/openssl/crypto/sha/asm/sha1-mips.pl
    +++ b/openssl/crypto/sha/asm/sha1-mips.pl
    @@ -15,6 +15,10 @@
     # compatible subroutine. There is room for minor optimization on
     # little-endian platforms...
     
    +# September 2012.
    +#
    +# Add MIPS32r2 code (>25% less instructions).
    +
     ######################################################################
     # There is a number of MIPS ABI in use, O32 and N32/64 are most
     # widely used. Then there is a new contender: NUBI. It appears that if
    @@ -42,7 +46,7 @@
     # ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7)=map("\$$_",(16..23));
     # ($gp,$sp,$fp,$ra)=map("\$$_",(28..31));
     #
    -$flavour = shift; # supported flavours are o32,n32,64,nubi32,nubi64
    +$flavour = shift || "o32"; # supported flavours are o32,n32,64,nubi32,nubi64
     
     if ($flavour =~ /64|n32/i) {
     	$PTR_ADD="dadd";	# incidentally works even on n32
    @@ -64,7 +68,7 @@ if ($flavour =~ /64|n32/i) {
     #
     ######################################################################
     
    -$big_endian=(`echo MIPSEL | $ENV{CC} -E -P -`=~/MIPSEL/)?1:0;
    +$big_endian=(`echo MIPSEL | $ENV{CC} -E -`=~/MIPSEL/)?1:0 if ($ENV{CC});
     
     for (@ARGV) {	$output=$_ if (/^\w[\w\-]*\.\w+$/);   }
     open STDOUT,">$output";
    @@ -95,6 +99,10 @@ sub BODY_00_14 {
     my ($i,$a,$b,$c,$d,$e)=@_;
     my $j=$i+1;
     $code.=<<___	if (!$big_endian);
    +#if defined(_MIPS_ARCH_MIPS32R2) || defined(_MIPS_ARCH_MIPS64R2)
    +	wsbh	@X[$i],@X[$i]	# byte swap($i)
    +	rotr	@X[$i],@X[$i],16
    +#else
     	srl	$t0,@X[$i],24	# byte swap($i)
     	srl	$t1,@X[$i],8
     	andi	$t2,@X[$i],0xFF00
    @@ -104,8 +112,22 @@ $code.=<<___	if (!$big_endian);
     	or	@X[$i],$t0
     	or	$t1,$t2
     	or	@X[$i],$t1
    +#endif
     ___
     $code.=<<___;
    +#if defined(_MIPS_ARCH_MIPS32R2) || defined(_MIPS_ARCH_MIPS64R2)
    +	addu	$e,$K		# $i
    +	xor	$t0,$c,$d
    +	rotr	$t1,$a,27
    +	 lwl	@X[$j],$j*4+$MSB($inp)
    +	and	$t0,$b
    +	addu	$e,$t1
    +	 lwr	@X[$j],$j*4+$LSB($inp)
    +	xor	$t0,$d
    +	addu	$e,@X[$i]
    +	rotr	$b,$b,2
    +	addu	$e,$t0
    +#else
     	 lwl	@X[$j],$j*4+$MSB($inp)
     	sll	$t0,$a,5	# $i
     	addu	$e,$K
    @@ -121,6 +143,7 @@ $code.=<<___;
     	addu	$e,@X[$i]
     	or	$b,$t2
     	addu	$e,$t0
    +#endif
     ___
     }
     
    @@ -129,6 +152,10 @@ my ($i,$a,$b,$c,$d,$e)=@_;
     my $j=$i+1;
     
     $code.=<<___	if (!$big_endian && $i==15);
    +#if defined(_MIPS_ARCH_MIPS32R2) || defined(_MIPS_ARCH_MIPS64R2)
    +	wsbh	@X[$i],@X[$i]	# byte swap($i)
    +	rotr	@X[$i],@X[$i],16
    +#else
     	srl	$t0,@X[$i],24	# byte swap($i)
     	srl	$t1,@X[$i],8
     	andi	$t2,@X[$i],0xFF00
    @@ -138,8 +165,24 @@ $code.=<<___	if (!$big_endian && $i==15);
     	or	@X[$i],$t0
     	or	@X[$i],$t1
     	or	@X[$i],$t2
    +#endif
     ___
     $code.=<<___;
    +#if defined(_MIPS_ARCH_MIPS32R2) || defined(_MIPS_ARCH_MIPS64R2)
    +	addu	$e,$K		# $i
    +	 xor	@X[$j%16],@X[($j+2)%16]
    +	xor	$t0,$c,$d
    +	rotr	$t1,$a,27
    +	 xor	@X[$j%16],@X[($j+8)%16]
    +	and	$t0,$b
    +	addu	$e,$t1
    +	 xor	@X[$j%16],@X[($j+13)%16]
    +	xor	$t0,$d
    +	addu	$e,@X[$i%16]
    +	 rotr	@X[$j%16],@X[$j%16],31
    +	rotr	$b,$b,2
    +	addu	$e,$t0
    +#else
     	 xor	@X[$j%16],@X[($j+2)%16]
     	sll	$t0,$a,5	# $i
     	addu	$e,$K
    @@ -159,6 +202,7 @@ $code.=<<___;
     	addu	$e,@X[$i%16]
     	or	$b,$t2
     	addu	$e,$t0
    +#endif
     ___
     }
     
    @@ -166,6 +210,20 @@ sub BODY_20_39 {
     my ($i,$a,$b,$c,$d,$e)=@_;
     my $j=$i+1;
     $code.=<<___ if ($i<79);
    +#if defined(_MIPS_ARCH_MIPS32R2) || defined(_MIPS_ARCH_MIPS64R2)
    +	 xor	@X[$j%16],@X[($j+2)%16]
    +	addu	$e,$K		# $i
    +	rotr	$t1,$a,27
    +	 xor	@X[$j%16],@X[($j+8)%16]
    +	xor	$t0,$c,$d
    +	addu	$e,$t1
    +	 xor	@X[$j%16],@X[($j+13)%16]
    +	xor	$t0,$b
    +	addu	$e,@X[$i%16]
    +	 rotr	@X[$j%16],@X[$j%16],31
    +	rotr	$b,$b,2
    +	addu	$e,$t0
    +#else
     	 xor	@X[$j%16],@X[($j+2)%16]
     	sll	$t0,$a,5	# $i
     	addu	$e,$K
    @@ -184,8 +242,24 @@ $code.=<<___ if ($i<79);
     	 or	@X[$j%16],$t1
     	or	$b,$t2
     	addu	$e,$t0
    +#endif
     ___
     $code.=<<___ if ($i==79);
    +#if defined(_MIPS_ARCH_MIPS32R2) || defined(_MIPS_ARCH_MIPS64R2)
    +	 lw	@X[0],0($ctx)
    +	addu	$e,$K		# $i
    +	 lw	@X[1],4($ctx)
    +	rotr	$t1,$a,27
    +	 lw	@X[2],8($ctx)
    +	xor	$t0,$c,$d
    +	addu	$e,$t1
    +	 lw	@X[3],12($ctx)
    +	xor	$t0,$b
    +	addu	$e,@X[$i%16]
    +	 lw	@X[4],16($ctx)
    +	rotr	$b,$b,2
    +	addu	$e,$t0
    +#else
     	 lw	@X[0],0($ctx)
     	sll	$t0,$a,5	# $i
     	addu	$e,$K
    @@ -203,6 +277,7 @@ $code.=<<___ if ($i==79);
     	addu	$e,@X[$i%16]
     	or	$b,$t2
     	addu	$e,$t0
    +#endif
     ___
     }
     
    @@ -210,6 +285,22 @@ sub BODY_40_59 {
     my ($i,$a,$b,$c,$d,$e)=@_;
     my $j=$i+1;
     $code.=<<___ if ($i<79);
    +#if defined(_MIPS_ARCH_MIPS32R2) || defined(_MIPS_ARCH_MIPS64R2)
    +	addu	$e,$K		# $i
    +	and	$t0,$c,$d
    +	 xor	@X[$j%16],@X[($j+2)%16]
    +	rotr	$t1,$a,27
    +	addu	$e,$t0
    +	 xor	@X[$j%16],@X[($j+8)%16]
    +	xor	$t0,$c,$d
    +	addu	$e,$t1
    +	 xor	@X[$j%16],@X[($j+13)%16]
    +	and	$t0,$b
    +	addu	$e,@X[$i%16]
    +	 rotr	@X[$j%16],@X[$j%16],31
    +	rotr	$b,$b,2
    +	addu	$e,$t0
    +#else
     	 xor	@X[$j%16],@X[($j+2)%16]
     	sll	$t0,$a,5	# $i
     	addu	$e,$K
    @@ -230,6 +321,7 @@ $code.=<<___ if ($i<79);
     	addu	$e,@X[$i%16]
     	or	$b,$t2
     	addu	$e,$t0
    +#endif
     ___
     }
     
    @@ -241,6 +333,10 @@ $code=<<___;
     # include 
     #endif
     
    +#if defined(__mips_smartmips) && !defined(_MIPS_ARCH_MIPS32R2)
    +#define _MIPS_ARCH_MIPS32R2
    +#endif
    +
     .text
     
     .set	noat
    diff --git a/openssl/crypto/sha/asm/sha1-ppc.pl b/openssl/crypto/sha/asm/sha1-ppc.pl
    index 2140dd2f8..df5989610 100644
    --- a/openssl/crypto/sha/asm/sha1-ppc.pl
    +++ b/openssl/crypto/sha/asm/sha1-ppc.pl
    @@ -9,8 +9,7 @@
     
     # I let hardware handle unaligned input(*), except on page boundaries
     # (see below for details). Otherwise straightforward implementation
    -# with X vector in register bank. The module is big-endian [which is
    -# not big deal as there're no little-endian targets left around].
    +# with X vector in register bank.
     #
     # (*) this means that this module is inappropriate for PPC403? Does
     #     anybody know if pre-POWER3 can sustain unaligned load?
    @@ -38,6 +37,10 @@ if ($flavour =~ /64/) {
     	$PUSH	="stw";
     } else { die "nonsense $flavour"; }
     
    +# Define endianess based on flavour
    +# i.e.: linux64le
    +$LITTLE_ENDIAN = ($flavour=~/le$/) ? $SIZE_T : 0;
    +
     $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
     ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
     ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or
    @@ -68,14 +71,28 @@ $T  ="r12";
     @X=("r16","r17","r18","r19","r20","r21","r22","r23",
         "r24","r25","r26","r27","r28","r29","r30","r31");
     
    +sub loadbe {
    +my ($dst, $src, $temp_reg) = @_;
    +$code.=<<___ if (!$LITTLE_ENDIAN);
    +	lwz	$dst,$src
    +___
    +$code.=<<___ if ($LITTLE_ENDIAN);
    +	lwz	$temp_reg,$src
    +	rotlwi	$dst,$temp_reg,8
    +	rlwimi	$dst,$temp_reg,24,0,7
    +	rlwimi	$dst,$temp_reg,24,16,23
    +___
    +}
    +
     sub BODY_00_19 {
     my ($i,$a,$b,$c,$d,$e,$f)=@_;
     my $j=$i+1;
    -$code.=<<___ if ($i==0);
    -	lwz	@X[$i],`$i*4`($inp)
    -___
    +
    +	# Since the last value of $f is discarded, we can use
    +	# it as a temp reg to swap byte-order when needed.
    +	loadbe("@X[$i]","`$i*4`($inp)",$f) if ($i==0);
    +	loadbe("@X[$j]","`$j*4`($inp)",$f) if ($i<15);
     $code.=<<___ if ($i<15);
    -	lwz	@X[$j],`$j*4`($inp)
     	add	$f,$K,$e
     	rotlwi	$e,$a,5
     	add	$f,$f,@X[$i]
    @@ -108,31 +125,31 @@ my ($i,$a,$b,$c,$d,$e,$f)=@_;
     my $j=$i+1;
     $code.=<<___ if ($i<79);
     	add	$f,$K,$e
    +	xor	$t0,$b,$d
     	rotlwi	$e,$a,5
     	xor	@X[$j%16],@X[$j%16],@X[($j+2)%16]
     	add	$f,$f,@X[$i%16]
    -	xor	$t0,$b,$c
    +	xor	$t0,$t0,$c
     	xor	@X[$j%16],@X[$j%16],@X[($j+8)%16]
    -	add	$f,$f,$e
    +	add	$f,$f,$t0
     	rotlwi	$b,$b,30
    -	xor	$t0,$t0,$d
     	xor	@X[$j%16],@X[$j%16],@X[($j+13)%16]
    -	add	$f,$f,$t0
    +	add	$f,$f,$e
     	rotlwi	@X[$j%16],@X[$j%16],1
     ___
     $code.=<<___ if ($i==79);
     	add	$f,$K,$e
    +	xor	$t0,$b,$d
     	rotlwi	$e,$a,5
     	lwz	r16,0($ctx)
     	add	$f,$f,@X[$i%16]
    -	xor	$t0,$b,$c
    +	xor	$t0,$t0,$c
     	lwz	r17,4($ctx)
    -	add	$f,$f,$e
    +	add	$f,$f,$t0
     	rotlwi	$b,$b,30
     	lwz	r18,8($ctx)
    -	xor	$t0,$t0,$d
     	lwz	r19,12($ctx)
    -	add	$f,$f,$t0
    +	add	$f,$f,$e
     	lwz	r20,16($ctx)
     ___
     }
    @@ -316,6 +333,7 @@ $code.=<<___;
     	blr
     	.long	0
     	.byte	0,12,0x14,0,0,0,0,0
    +.size	.sha1_block_data_order,.-.sha1_block_data_order
     ___
     $code.=<<___;
     .asciz	"SHA1 block transform for PPC, CRYPTOGAMS by "
    diff --git a/openssl/crypto/sha/asm/sha1-sparcv9.pl b/openssl/crypto/sha/asm/sha1-sparcv9.pl
    index 5c161cecd..b5efcde5c 100644
    --- a/openssl/crypto/sha/asm/sha1-sparcv9.pl
    +++ b/openssl/crypto/sha/asm/sha1-sparcv9.pl
    @@ -5,6 +5,8 @@
     # project. The module is, however, dual licensed under OpenSSL and
     # CRYPTOGAMS licenses depending on where you obtain it. For further
     # details see http://www.openssl.org/~appro/cryptogams/.
    +#
    +# Hardware SPARC T4 support by David S. Miller .
     # ====================================================================
     
     # Performance improvement is not really impressive on pre-T1 CPU: +8%
    @@ -18,10 +20,10 @@
     # ensure scalability on UltraSPARC T1, or rather to avoid decay when
     # amount of active threads exceeds the number of physical cores.
     
    -$bits=32;
    -for (@ARGV)	{ $bits=64 if (/\-m64/ || /\-xarch\=v9/); }
    -if ($bits==64)	{ $bias=2047; $frame=192; }
    -else		{ $bias=0;    $frame=112; }
    +# SPARC T4 SHA1 hardware achieves 3.72 cycles per byte, which is 3.1x
    +# faster than software. Multi-process benchmark saturates at 11x
    +# single-process result on 8-core processor, or ~9GBps per 2.85GHz
    +# socket.
     
     $output=shift;
     open STDOUT,">$output";
    @@ -178,17 +180,102 @@ $code.=<<___;
     ___
     }
     
    -$code.=<<___ if ($bits==64);
    +$code.=<<___;
    +#include "sparc_arch.h"
    +
    +#ifdef __arch64__
     .register	%g2,#scratch
     .register	%g3,#scratch
    -___
    -$code.=<<___;
    +#endif
    +
     .section	".text",#alloc,#execinstr
     
    +#ifdef __PIC__
    +SPARC_PIC_THUNK(%g1)
    +#endif
    +
     .align	32
     .globl	sha1_block_data_order
     sha1_block_data_order:
    -	save	%sp,-$frame,%sp
    +	SPARC_LOAD_ADDRESS_LEAF(OPENSSL_sparcv9cap_P,%g1,%g5)
    +	ld	[%g1+4],%g1		! OPENSSL_sparcv9cap_P[1]
    +
    +	andcc	%g1, CFR_SHA1, %g0
    +	be	.Lsoftware
    +	nop
    +
    +	ld	[%o0 + 0x00], %f0	! load context
    +	ld	[%o0 + 0x04], %f1
    +	ld	[%o0 + 0x08], %f2
    +	andcc	%o1, 0x7, %g0
    +	ld	[%o0 + 0x0c], %f3
    +	bne,pn	%icc, .Lhwunaligned
    +	 ld	[%o0 + 0x10], %f4
    +
    +.Lhw_loop:
    +	ldd	[%o1 + 0x00], %f8
    +	ldd	[%o1 + 0x08], %f10
    +	ldd	[%o1 + 0x10], %f12
    +	ldd	[%o1 + 0x18], %f14
    +	ldd	[%o1 + 0x20], %f16
    +	ldd	[%o1 + 0x28], %f18
    +	ldd	[%o1 + 0x30], %f20
    +	subcc	%o2, 1, %o2		! done yet? 
    +	ldd	[%o1 + 0x38], %f22
    +	add	%o1, 0x40, %o1
    +	prefetch [%o1 + 63], 20
    +
    +	.word	0x81b02820		! SHA1
    +
    +	bne,pt	SIZE_T_CC, .Lhw_loop
    +	nop
    +
    +.Lhwfinish:
    +	st	%f0, [%o0 + 0x00]	! store context
    +	st	%f1, [%o0 + 0x04]
    +	st	%f2, [%o0 + 0x08]
    +	st	%f3, [%o0 + 0x0c]
    +	retl
    +	st	%f4, [%o0 + 0x10]
    +
    +.align	8
    +.Lhwunaligned:
    +	alignaddr %o1, %g0, %o1
    +
    +	ldd	[%o1 + 0x00], %f10
    +.Lhwunaligned_loop:
    +	ldd	[%o1 + 0x08], %f12
    +	ldd	[%o1 + 0x10], %f14
    +	ldd	[%o1 + 0x18], %f16
    +	ldd	[%o1 + 0x20], %f18
    +	ldd	[%o1 + 0x28], %f20
    +	ldd	[%o1 + 0x30], %f22
    +	ldd	[%o1 + 0x38], %f24
    +	subcc	%o2, 1, %o2		! done yet?
    +	ldd	[%o1 + 0x40], %f26
    +	add	%o1, 0x40, %o1
    +	prefetch [%o1 + 63], 20
    +
    +	faligndata %f10, %f12, %f8
    +	faligndata %f12, %f14, %f10
    +	faligndata %f14, %f16, %f12
    +	faligndata %f16, %f18, %f14
    +	faligndata %f18, %f20, %f16
    +	faligndata %f20, %f22, %f18
    +	faligndata %f22, %f24, %f20
    +	faligndata %f24, %f26, %f22
    +
    +	.word	0x81b02820		! SHA1
    +
    +	bne,pt	SIZE_T_CC, .Lhwunaligned_loop
    +	for	%f26, %f26, %f10	! %f10=%f26
    +
    +	ba	.Lhwfinish
    +	nop
    +
    +.align	16
    +.Lsoftware:
    +	save	%sp,-STACK_FRAME,%sp
     	sllx	$len,6,$len
     	add	$inp,$len,$len
     
    @@ -268,7 +355,7 @@ $code.=<<___;
     	add	$E,@X[4],$E
     	st	$E,[$ctx+16]
     
    -	bne	`$bits==64?"%xcc":"%icc"`,.Lloop
    +	bne	SIZE_T_CC,.Lloop
     	andn	$inp,7,$tmp0
     
     	ret
    @@ -279,6 +366,62 @@ $code.=<<___;
     .align	4
     ___
     
    -$code =~ s/\`([^\`]*)\`/eval $1/gem;
    -print $code;
    +# Purpose of these subroutines is to explicitly encode VIS instructions,
    +# so that one can compile the module without having to specify VIS
    +# extentions on compiler command line, e.g. -xarch=v9 vs. -xarch=v9a.
    +# Idea is to reserve for option to produce "universal" binary and let
    +# programmer detect if current CPU is VIS capable at run-time.
    +sub unvis {
    +my ($mnemonic,$rs1,$rs2,$rd)=@_;
    +my $ref,$opf;
    +my %visopf = (	"faligndata"	=> 0x048,
    +		"for"		=> 0x07c	);
    +
    +    $ref = "$mnemonic\t$rs1,$rs2,$rd";
    +
    +    if ($opf=$visopf{$mnemonic}) {
    +	foreach ($rs1,$rs2,$rd) {
    +	    return $ref if (!/%f([0-9]{1,2})/);
    +	    $_=$1;
    +	    if ($1>=32) {
    +		return $ref if ($1&1);
    +		# re-encode for upper double register addressing
    +		$_=($1|$1>>5)&31;
    +	    }
    +	}
    +
    +	return	sprintf ".word\t0x%08x !%s",
    +			0x81b00000|$rd<<25|$rs1<<14|$opf<<5|$rs2,
    +			$ref;
    +    } else {
    +	return $ref;
    +    }
    +}
    +sub unalignaddr {
    +my ($mnemonic,$rs1,$rs2,$rd)=@_;
    +my %bias = ( "g" => 0, "o" => 8, "l" => 16, "i" => 24 );
    +my $ref="$mnemonic\t$rs1,$rs2,$rd";
    +
    +    foreach ($rs1,$rs2,$rd) {
    +	if (/%([goli])([0-7])/)	{ $_=$bias{$1}+$2; }
    +	else			{ return $ref; }
    +    }
    +    return  sprintf ".word\t0x%08x !%s",
    +		    0x81b00300|$rd<<25|$rs1<<14|$rs2,
    +		    $ref;
    +}
    +
    +foreach (split("\n",$code)) {
    +	s/\`([^\`]*)\`/eval $1/ge;
    +
    +	s/\b(f[^\s]*)\s+(%f[0-9]{1,2}),\s*(%f[0-9]{1,2}),\s*(%f[0-9]{1,2})/
    +		&unvis($1,$2,$3,$4)
    +	 /ge;
    +	s/\b(alignaddr)\s+(%[goli][0-7]),\s*(%[goli][0-7]),\s*(%[goli][0-7])/
    +		&unalignaddr($1,$2,$3,$4)
    +	 /ge;
    +
    +	print $_,"\n";
    +}
    +
     close STDOUT;
    diff --git a/openssl/crypto/sha/asm/sha1-x86_64.pl b/openssl/crypto/sha/asm/sha1-x86_64.pl
    index f15c7ec39..9bb6b4981 100644
    --- a/openssl/crypto/sha/asm/sha1-x86_64.pl
    +++ b/openssl/crypto/sha/asm/sha1-x86_64.pl
    @@ -1,7 +1,7 @@
     #!/usr/bin/env perl
     #
     # ====================================================================
    -# Written by Andy Polyakov  for the OpenSSL
    +# Written by Andy Polyakov  for the OpenSSL
     # project. The module is, however, dual licensed under OpenSSL and
     # CRYPTOGAMS licenses depending on where you obtain it. For further
     # details see http://www.openssl.org/~appro/cryptogams/.
    @@ -49,17 +49,37 @@
     #
     # Add AVX code path. See sha1-586.pl for further information.
     
    +# May 2013.
    +#
    +# Add AVX2+BMI code path. Initial attempt (utilizing BMI instructions
    +# and loading pair of consecutive blocks to 256-bit %ymm registers)
    +# did not provide impressive performance improvement till a crucial
    +# hint regarding the number of Xupdate iterations to pre-compute in
    +# advance was provided by Ilya Albrekht of Intel Corp.
    +
    +# March 2014.
    +#
    +# Add support for Intel SHA Extensions.
    +
     ######################################################################
     # Current performance is summarized in following table. Numbers are
     # CPU clock cycles spent to process single byte (less is better).
     #
    -#		x86_64		SSSE3		AVX
    -# P4		9.8		-
    -# Opteron	6.6		-
    -# Core2		6.7		6.1/+10%	-
    -# Atom		11.0		9.7/+13%	-
    -# Westmere	7.1		5.6/+27%	-
    -# Sandy Bridge	7.9		6.3/+25%	5.2/+51%
    +#		x86_64		SSSE3		AVX[2]
    +# P4		9.05		-
    +# Opteron	6.26		-
    +# Core2		6.55		6.05/+8%	-
    +# Westmere	6.73		5.30/+27%	-
    +# Sandy Bridge	7.70		6.10/+26%	4.99/+54%
    +# Ivy Bridge	6.06		4.67/+30%	4.60/+32%
    +# Haswell	5.45		4.15/+31%	3.57/+53%
    +# Bulldozer	9.11		5.95/+53%
    +# VIA Nano	9.32		7.15/+30%
    +# Atom		10.3		9.17/+12%
    +# Silvermont	13.1(*)		9.37/+40%
    +#
    +# (*)	obviously suboptimal result, nothing was done about it,
    +#	because SSSE3 code is compiled unconditionally;
     
     $flavour = shift;
     $output  = shift;
    @@ -72,15 +92,27 @@ $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
     ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
     die "can't locate x86_64-xlate.pl";
     
    -$avx=1 if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
    -		=~ /GNU assembler version ([2-9]\.[0-9]+)/ &&
    -	   $1>=2.19);
    -$avx=1 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
    -	   `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/ &&
    -	   $1>=2.09);
    -$avx=1 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
    -	   `ml64 2>&1` =~ /Version ([0-9]+)\./ &&
    -	   $1>=10);
    +if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
    +		=~ /GNU assembler version ([2-9]\.[0-9]+)/) {
    +	$avx = ($1>=2.19) + ($1>=2.22);
    +}
    +
    +if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
    +	   `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/) {
    +	$avx = ($1>=2.09) + ($1>=2.10);
    +}
    +
    +if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
    +	   `ml64 2>&1` =~ /Version ([0-9]+)\./) {
    +	$avx = ($1>=10) + ($1>=11);
    +}
    +
    +if (!$avx && `$ENV{CC} -v 2>&1` =~ /(^clang version|based on LLVM) ([2-9]\.[0-9]+)/) {
    +	$avx = ($2>=3.0) + ($2>3.0);
    +}
    +
    +$shaext=1;	### set to zero if compiling for 1.0.1
    +$avx=1		if (!$shaext && $avx);
     
     open OUT,"| \"$^X\" $xlate $flavour $output";
     *STDOUT=*OUT;
    @@ -97,7 +129,7 @@ $num="%r10";
     $t0="%eax";
     $t1="%ebx";
     $t2="%ecx";
    -@xi=("%edx","%ebp");
    +@xi=("%edx","%ebp","%r14d");
     $A="%esi";
     $B="%edi";
     $C="%r11d";
    @@ -112,42 +144,40 @@ my $j=$i+1;
     $code.=<<___ if ($i==0);
     	mov	`4*$i`($inp),$xi[0]
     	bswap	$xi[0]
    -	mov	$xi[0],`4*$i`(%rsp)
     ___
     $code.=<<___ if ($i<15);
    -	mov	$c,$t0
     	mov	`4*$j`($inp),$xi[1]
    +	mov	$d,$t0
    +	mov	$xi[0],`4*$i`(%rsp)
     	mov	$a,$t2
    -	xor	$d,$t0
     	bswap	$xi[1]
    +	xor	$c,$t0
     	rol	\$5,$t2
    -	lea	0x5a827999($xi[0],$e),$e
     	and	$b,$t0
    -	mov	$xi[1],`4*$j`(%rsp)
    +	lea	0x5a827999($xi[0],$e),$e
     	add	$t2,$e
     	xor	$d,$t0
     	rol	\$30,$b
     	add	$t0,$e
     ___
     $code.=<<___ if ($i>=15);
    -	mov	`4*($j%16)`(%rsp),$xi[1]
    -	mov	$c,$t0
    +	xor	`4*($j%16)`(%rsp),$xi[1]
    +	mov	$d,$t0
    +	mov	$xi[0],`4*($i%16)`(%rsp)
     	mov	$a,$t2
     	xor	`4*(($j+2)%16)`(%rsp),$xi[1]
    -	xor	$d,$t0
    +	xor	$c,$t0
     	rol	\$5,$t2
     	xor	`4*(($j+8)%16)`(%rsp),$xi[1]
     	and	$b,$t0
     	lea	0x5a827999($xi[0],$e),$e
    -	xor	`4*(($j+13)%16)`(%rsp),$xi[1]
    +	rol	\$30,$b
     	xor	$d,$t0
    -	rol	\$1,$xi[1]
     	add	$t2,$e
    -	rol	\$30,$b
    -	mov	$xi[1],`4*($j%16)`(%rsp)
    +	rol	\$1,$xi[1]
     	add	$t0,$e
     ___
    -unshift(@xi,pop(@xi));
    +push(@xi,shift(@xi));
     }
     
     sub BODY_20_39 {
    @@ -155,62 +185,58 @@ my ($i,$a,$b,$c,$d,$e)=@_;
     my $j=$i+1;
     my $K=($i<40)?0x6ed9eba1:0xca62c1d6;
     $code.=<<___ if ($i<79);
    -	mov	`4*($j%16)`(%rsp),$xi[1]
    -	mov	$c,$t0
    +	xor	`4*($j%16)`(%rsp),$xi[1]
    +	mov	$b,$t0
    +	`"mov	$xi[0],".4*($i%16)."(%rsp)"	if ($i<72)`
     	mov	$a,$t2
     	xor	`4*(($j+2)%16)`(%rsp),$xi[1]
    -	xor	$b,$t0
    +	xor	$d,$t0
     	rol	\$5,$t2
    -	lea	$K($xi[0],$e),$e
     	xor	`4*(($j+8)%16)`(%rsp),$xi[1]
    -	xor	$d,$t0
    +	lea	$K($xi[0],$e),$e
    +	xor	$c,$t0
     	add	$t2,$e
    -	xor	`4*(($j+13)%16)`(%rsp),$xi[1]
     	rol	\$30,$b
     	add	$t0,$e
     	rol	\$1,$xi[1]
     ___
    -$code.=<<___ if ($i<76);
    -	mov	$xi[1],`4*($j%16)`(%rsp)
    -___
     $code.=<<___ if ($i==79);
    -	mov	$c,$t0
    +	mov	$b,$t0
     	mov	$a,$t2
    -	xor	$b,$t0
    +	xor	$d,$t0
     	lea	$K($xi[0],$e),$e
     	rol	\$5,$t2
    -	xor	$d,$t0
    +	xor	$c,$t0
     	add	$t2,$e
     	rol	\$30,$b
     	add	$t0,$e
     ___
    -unshift(@xi,pop(@xi));
    +push(@xi,shift(@xi));
     }
     
     sub BODY_40_59 {
     my ($i,$a,$b,$c,$d,$e)=@_;
     my $j=$i+1;
     $code.=<<___;
    -	mov	`4*($j%16)`(%rsp),$xi[1]
    -	mov	$c,$t0
    -	mov	$c,$t1
    +	xor	`4*($j%16)`(%rsp),$xi[1]
    +	mov	$d,$t0
    +	mov	$xi[0],`4*($i%16)`(%rsp)
    +	mov	$d,$t1
     	xor	`4*(($j+2)%16)`(%rsp),$xi[1]
    -	and	$d,$t0
    +	and	$c,$t0
     	mov	$a,$t2
     	xor	`4*(($j+8)%16)`(%rsp),$xi[1]
    -	xor	$d,$t1
     	lea	0x8f1bbcdc($xi[0],$e),$e
    +	xor	$c,$t1
     	rol	\$5,$t2
    -	xor	`4*(($j+13)%16)`(%rsp),$xi[1]
     	add	$t0,$e
    -	and	$b,$t1
     	rol	\$1,$xi[1]
    -	add	$t1,$e
    -	rol	\$30,$b
    -	mov	$xi[1],`4*($j%16)`(%rsp)
    +	and	$b,$t1
     	add	$t2,$e
    +	rol	\$30,$b
    +	add	$t1,$e
     ___
    -unshift(@xi,pop(@xi));
    +push(@xi,shift(@xi));
     }
     
     $code.=<<___;
    @@ -223,9 +249,19 @@ $code.=<<___;
     sha1_block_data_order:
     	mov	OPENSSL_ia32cap_P+0(%rip),%r9d
     	mov	OPENSSL_ia32cap_P+4(%rip),%r8d
    +	mov	OPENSSL_ia32cap_P+8(%rip),%r10d
     	test	\$`1<<9`,%r8d		# check SSSE3 bit
     	jz	.Lialu
     ___
    +$code.=<<___ if ($shaext);
    +	test	\$`1<<29`,%r10d		# check SHA bit	
    +	jnz	_shaext_shortcut
    +___
    +$code.=<<___ if ($avx>1);
    +	and	\$`1<<3|1<<5|1<<8`,%r10d	# check AVX2+BMI1+BMI2
    +	cmp	\$`1<<3|1<<5|1<<8`,%r10d
    +	je	_avx2_shortcut
    +___
     $code.=<<___ if ($avx);
     	and	\$`1<<28`,%r8d		# mask AVX bit
     	and	\$`1<<30`,%r9d		# mask "Intel CPU" bit
    @@ -238,17 +274,18 @@ $code.=<<___;
     
     .align	16
     .Lialu:
    +	mov	%rsp,%rax
     	push	%rbx
     	push	%rbp
     	push	%r12
     	push	%r13
    -	mov	%rsp,%r11
    +	push	%r14
     	mov	%rdi,$ctx	# reassigned argument
     	sub	\$`8+16*4`,%rsp
     	mov	%rsi,$inp	# reassigned argument
     	and	\$-64,%rsp
     	mov	%rdx,$num	# reassigned argument
    -	mov	%r11,`16*4`(%rsp)
    +	mov	%rax,`16*4`(%rsp)
     .Lprologue:
     
     	mov	0($ctx),$A
    @@ -282,53 +319,187 @@ $code.=<<___;
     	jnz	.Lloop
     
     	mov	`16*4`(%rsp),%rsi
    -	mov	(%rsi),%r13
    -	mov	8(%rsi),%r12
    -	mov	16(%rsi),%rbp
    -	mov	24(%rsi),%rbx
    -	lea	32(%rsi),%rsp
    +	mov	-40(%rsi),%r14
    +	mov	-32(%rsi),%r13
    +	mov	-24(%rsi),%r12
    +	mov	-16(%rsi),%rbp
    +	mov	-8(%rsi),%rbx
    +	lea	(%rsi),%rsp
     .Lepilogue:
     	ret
     .size	sha1_block_data_order,.-sha1_block_data_order
     ___
    +if ($shaext) {{{
    +######################################################################
    +# Intel SHA Extensions implementation of SHA1 update function.
    +#
    +my ($ctx,$inp,$num)=("%rdi","%rsi","%rdx");
    +my ($ABCD,$E,$E_,$BSWAP,$ABCD_SAVE,$E_SAVE)=map("%xmm$_",(0..3,8,9));
    +my @MSG=map("%xmm$_",(4..7));
    +
    +$code.=<<___;
    +.type	sha1_block_data_order_shaext,\@function,3
    +.align	32
    +sha1_block_data_order_shaext:
    +_shaext_shortcut:
    +___
    +$code.=<<___ if ($win64);
    +	lea	`-8-4*16`(%rsp),%rsp
    +	movaps	%xmm6,-8-4*16(%rax)
    +	movaps	%xmm7,-8-3*16(%rax)
    +	movaps	%xmm8,-8-2*16(%rax)
    +	movaps	%xmm9,-8-1*16(%rax)
    +.Lprologue_shaext:
    +___
    +$code.=<<___;
    +	movdqu	($ctx),$ABCD
    +	movd	16($ctx),$E
    +	movdqa	K_XX_XX+0xa0(%rip),$BSWAP	# byte-n-word swap
    +
    +	movdqu	($inp),@MSG[0]
    +	pshufd	\$0b00011011,$ABCD,$ABCD	# flip word order
    +	movdqu	0x10($inp),@MSG[1]
    +	pshufd	\$0b00011011,$E,$E		# flip word order
    +	movdqu	0x20($inp),@MSG[2]
    +	pshufb	$BSWAP,@MSG[0]
    +	movdqu	0x30($inp),@MSG[3]
    +	pshufb	$BSWAP,@MSG[1]
    +	pshufb	$BSWAP,@MSG[2]
    +	movdqa	$E,$E_SAVE			# offload $E
    +	pshufb	$BSWAP,@MSG[3]
    +	jmp	.Loop_shaext
    +
    +.align	16
    +.Loop_shaext:
    +	dec		$num
    +	lea		0x40($inp),%rax		# next input block
    +	paddd		@MSG[0],$E
    +	cmovne		%rax,$inp
    +	movdqa		$ABCD,$ABCD_SAVE	# offload $ABCD
    +___
    +for($i=0;$i<20-4;$i+=2) {
    +$code.=<<___;
    +	sha1msg1	@MSG[1],@MSG[0]
    +	movdqa		$ABCD,$E_
    +	sha1rnds4	\$`int($i/5)`,$E,$ABCD	# 0-3...
    +	sha1nexte	@MSG[1],$E_
    +	pxor		@MSG[2],@MSG[0]
    +	sha1msg1	@MSG[2],@MSG[1]
    +	sha1msg2	@MSG[3],@MSG[0]
    +
    +	movdqa		$ABCD,$E
    +	sha1rnds4	\$`int(($i+1)/5)`,$E_,$ABCD
    +	sha1nexte	@MSG[2],$E
    +	pxor		@MSG[3],@MSG[1]
    +	sha1msg2	@MSG[0],@MSG[1]
    +___
    +	push(@MSG,shift(@MSG));	push(@MSG,shift(@MSG));
    +}
    +$code.=<<___;
    +	movdqu		($inp),@MSG[0]
    +	movdqa		$ABCD,$E_
    +	sha1rnds4	\$3,$E,$ABCD		# 64-67
    +	sha1nexte	@MSG[1],$E_
    +	movdqu		0x10($inp),@MSG[1]
    +	pshufb		$BSWAP,@MSG[0]
    +
    +	movdqa		$ABCD,$E
    +	sha1rnds4	\$3,$E_,$ABCD		# 68-71
    +	sha1nexte	@MSG[2],$E
    +	movdqu		0x20($inp),@MSG[2]
    +	pshufb		$BSWAP,@MSG[1]
    +
    +	movdqa		$ABCD,$E_
    +	sha1rnds4	\$3,$E,$ABCD		# 72-75
    +	sha1nexte	@MSG[3],$E_
    +	movdqu		0x30($inp),@MSG[3]
    +	pshufb		$BSWAP,@MSG[2]
    +
    +	movdqa		$ABCD,$E
    +	sha1rnds4	\$3,$E_,$ABCD		# 76-79
    +	sha1nexte	$E_SAVE,$E
    +	pshufb		$BSWAP,@MSG[3]
    +
    +	paddd		$ABCD_SAVE,$ABCD
    +	movdqa		$E,$E_SAVE		# offload $E
    +
    +	jnz		.Loop_shaext
    +
    +	pshufd	\$0b00011011,$ABCD,$ABCD
    +	pshufd	\$0b00011011,$E,$E
    +	movdqu	$ABCD,($ctx)
    +	movd	$E,16($ctx)
    +___
    +$code.=<<___ if ($win64);
    +	movaps	-8-4*16(%rax),%xmm6
    +	movaps	-8-3*16(%rax),%xmm7
    +	movaps	-8-2*16(%rax),%xmm8
    +	movaps	-8-1*16(%rax),%xmm9
    +	mov	%rax,%rsp
    +.Lepilogue_shaext:
    +___
    +$code.=<<___;
    +	ret
    +.size	sha1_block_data_order_shaext,.-sha1_block_data_order_shaext
    +___
    +}}}
     {{{
     my $Xi=4;
     my @X=map("%xmm$_",(4..7,0..3));
     my @Tx=map("%xmm$_",(8..10));
    +my $Kx="%xmm11";
     my @V=($A,$B,$C,$D,$E)=("%eax","%ebx","%ecx","%edx","%ebp");	# size optimization
     my @T=("%esi","%edi");
     my $j=0;
    +my $rx=0;
     my $K_XX_XX="%r11";
     
     my $_rol=sub { &rol(@_) };
     my $_ror=sub { &ror(@_) };
     
    +{ my $sn;
    +sub align32() {
    +  ++$sn;
    +$code.=<<___;
    +	jmp	.Lalign32_$sn	# see "Decoded ICache" in manual
    +.align	32
    +.Lalign32_$sn:
    +___
    +}
    +}
    +
     $code.=<<___;
     .type	sha1_block_data_order_ssse3,\@function,3
     .align	16
     sha1_block_data_order_ssse3:
     _ssse3_shortcut:
    +	mov	%rsp,%rax
     	push	%rbx
     	push	%rbp
     	push	%r12
    -	lea	`-64-($win64?5*16:0)`(%rsp),%rsp
    +	push	%r13		# redundant, done to share Win64 SE handler
    +	push	%r14
    +	lea	`-64-($win64?6*16:0)`(%rsp),%rsp
     ___
     $code.=<<___ if ($win64);
    -	movaps	%xmm6,64+0(%rsp)
    -	movaps	%xmm7,64+16(%rsp)
    -	movaps	%xmm8,64+32(%rsp)
    -	movaps	%xmm9,64+48(%rsp)
    -	movaps	%xmm10,64+64(%rsp)
    +	movaps	%xmm6,-40-6*16(%rax)
    +	movaps	%xmm7,-40-5*16(%rax)
    +	movaps	%xmm8,-40-4*16(%rax)
    +	movaps	%xmm9,-40-3*16(%rax)
    +	movaps	%xmm10,-40-2*16(%rax)
    +	movaps	%xmm11,-40-1*16(%rax)
     .Lprologue_ssse3:
     ___
     $code.=<<___;
    +	mov	%rax,%r14	# original %rsp
    +	and	\$-64,%rsp
     	mov	%rdi,$ctx	# reassigned argument
     	mov	%rsi,$inp	# reassigned argument
     	mov	%rdx,$num	# reassigned argument
     
     	shl	\$6,$num
     	add	$inp,$num
    -	lea	K_XX_XX(%rip),$K_XX_XX
    +	lea	K_XX_XX+64(%rip),$K_XX_XX
     
     	mov	0($ctx),$A		# load context
     	mov	4($ctx),$B
    @@ -336,19 +507,22 @@ $code.=<<___;
     	mov	12($ctx),$D
     	mov	$B,@T[0]		# magic seed
     	mov	16($ctx),$E
    +	mov	$C,@T[1]
    +	xor	$D,@T[1]
    +	and	@T[1],@T[0]
     
     	movdqa	64($K_XX_XX),@X[2]	# pbswap mask
    -	movdqa	0($K_XX_XX),@Tx[1]	# K_00_19
    +	movdqa	-64($K_XX_XX),@Tx[1]	# K_00_19
     	movdqu	0($inp),@X[-4&7]	# load input to %xmm[0-3]
     	movdqu	16($inp),@X[-3&7]
     	movdqu	32($inp),@X[-2&7]
     	movdqu	48($inp),@X[-1&7]
     	pshufb	@X[2],@X[-4&7]		# byte swap
    -	add	\$64,$inp
     	pshufb	@X[2],@X[-3&7]
     	pshufb	@X[2],@X[-2&7]
    -	pshufb	@X[2],@X[-1&7]
    +	add	\$64,$inp
     	paddd	@Tx[1],@X[-4&7]		# add K_00_19
    +	pshufb	@X[2],@X[-1&7]
     	paddd	@Tx[1],@X[-3&7]
     	paddd	@Tx[1],@X[-2&7]
     	movdqa	@X[-4&7],0(%rsp)	# X[]+K xfer to IALU
    @@ -373,61 +547,61 @@ sub Xupdate_ssse3_16_31()		# recall that $Xi starts wtih 4
       my @insns = (&$body,&$body,&$body,&$body);	# 40 instructions
       my ($a,$b,$c,$d,$e);
     
    -	&movdqa	(@X[0],@X[-3&7]);
    -	 eval(shift(@insns));
    +	 eval(shift(@insns));		# ror
    +	&pshufd	(@X[0],@X[-4&7],0xee);	# was &movdqa	(@X[0],@X[-3&7]);
     	 eval(shift(@insns));
     	&movdqa	(@Tx[0],@X[-1&7]);
    -	&palignr(@X[0],@X[-4&7],8);	# compose "X[-14]" in "X[0]"
    +	  &paddd	(@Tx[1],@X[-1&7]);
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     
    -	  &paddd	(@Tx[1],@X[-1&7]);
    +	&punpcklqdq(@X[0],@X[-3&7]);	# compose "X[-14]" in "X[0]", was &palignr(@X[0],@X[-4&7],8);
     	 eval(shift(@insns));
    +	 eval(shift(@insns));		# rol
     	 eval(shift(@insns));
     	&psrldq	(@Tx[0],4);		# "X[-3]", 3 dwords
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    +
     	&pxor	(@X[0],@X[-4&7]);	# "X[0]"^="X[-16]"
     	 eval(shift(@insns));
    -	 eval(shift(@insns));
    -
    +	 eval(shift(@insns));		# ror
     	&pxor	(@Tx[0],@X[-2&7]);	# "X[-3]"^"X[-8]"
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    -	 eval(shift(@insns));
     
     	&pxor	(@X[0],@Tx[0]);		# "X[0]"^="X[-3]"^"X[-8]"
     	 eval(shift(@insns));
    -	 eval(shift(@insns));
    +	 eval(shift(@insns));		# rol
     	  &movdqa	(eval(16*(($Xi-1)&3))."(%rsp)",@Tx[1]);	# X[]+K xfer to IALU
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     
     	&movdqa	(@Tx[2],@X[0]);
    -	&movdqa	(@Tx[0],@X[0]);
    -	 eval(shift(@insns));
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    +	 eval(shift(@insns));		# ror
    +	&movdqa	(@Tx[0],@X[0]);
     	 eval(shift(@insns));
     
     	&pslldq	(@Tx[2],12);		# "X[0]"<<96, extract one dword
     	&paddd	(@X[0],@X[0]);
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    -	 eval(shift(@insns));
    -	 eval(shift(@insns));
     
     	&psrld	(@Tx[0],31);
     	 eval(shift(@insns));
    +	 eval(shift(@insns));		# rol
     	 eval(shift(@insns));
     	&movdqa	(@Tx[1],@Tx[2]);
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     
     	&psrld	(@Tx[2],30);
    -	&por	(@X[0],@Tx[0]);		# "X[0]"<<<=1
     	 eval(shift(@insns));
    +	 eval(shift(@insns));		# ror
    +	&por	(@X[0],@Tx[0]);		# "X[0]"<<<=1
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    @@ -435,12 +609,13 @@ sub Xupdate_ssse3_16_31()		# recall that $Xi starts wtih 4
     	&pslld	(@Tx[1],2);
     	&pxor	(@X[0],@Tx[2]);
     	 eval(shift(@insns));
    -	 eval(shift(@insns));
    -	  &movdqa	(@Tx[2],eval(16*(($Xi)/5))."($K_XX_XX)");	# K_XX_XX
    +	  &movdqa	(@Tx[2],eval(2*16*(($Xi)/5)-64)."($K_XX_XX)");	# K_XX_XX
    +	 eval(shift(@insns));		# rol
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     
     	&pxor	(@X[0],@Tx[1]);		# "X[0]"^=("X[0]">>96)<<<2
    +	&pshufd (@Tx[1],@X[-1&7],0xee)	if ($Xi==7);	# was &movdqa	(@Tx[0],@X[-1&7]) in Xupdate_ssse3_32_79
     
     	 foreach (@insns) { eval; }	# remaining instructions [if any]
     
    @@ -451,27 +626,30 @@ sub Xupdate_ssse3_16_31()		# recall that $Xi starts wtih 4
     sub Xupdate_ssse3_32_79()
     { use integer;
       my $body = shift;
    -  my @insns = (&$body,&$body,&$body,&$body);	# 32 to 48 instructions
    +  my @insns = (&$body,&$body,&$body,&$body);	# 32 to 44 instructions
       my ($a,$b,$c,$d,$e);
     
    -	&movdqa	(@Tx[0],@X[-1&7])	if ($Xi==8);
    -	 eval(shift(@insns));		# body_20_39
    +	 eval(shift(@insns))		if ($Xi==8);
     	&pxor	(@X[0],@X[-4&7]);	# "X[0]"="X[-32]"^"X[-16]"
    -	&palignr(@Tx[0],@X[-2&7],8);	# compose "X[-6]"
    +	 eval(shift(@insns))		if ($Xi==8);
    +	 eval(shift(@insns));		# body_20_39
     	 eval(shift(@insns));
    +	 eval(shift(@insns))		if (@insns[1] =~ /_ror/);
    +	 eval(shift(@insns))		if (@insns[0] =~ /_ror/);
    +	&punpcklqdq(@Tx[0],@X[-1&7]);	# compose "X[-6]", was &palignr(@Tx[0],@X[-2&7],8);
     	 eval(shift(@insns));
     	 eval(shift(@insns));		# rol
     
     	&pxor	(@X[0],@X[-7&7]);	# "X[0]"^="X[-28]"
     	 eval(shift(@insns));
    -	 eval(shift(@insns))	if (@insns[0] !~ /&ro[rl]/);
    +	 eval(shift(@insns));
     	if ($Xi%5) {
     	  &movdqa	(@Tx[2],@Tx[1]);# "perpetuate" K_XX_XX...
     	} else {			# ... or load next one
    -	  &movdqa	(@Tx[2],eval(16*($Xi/5))."($K_XX_XX)");
    +	  &movdqa	(@Tx[2],eval(2*16*($Xi/5)-64)."($K_XX_XX)");
     	}
    -	  &paddd	(@Tx[1],@X[-1&7]);
     	 eval(shift(@insns));		# ror
    +	  &paddd	(@Tx[1],@X[-1&7]);
     	 eval(shift(@insns));
     
     	&pxor	(@X[0],@Tx[0]);		# "X[0]"^="X[-6]"
    @@ -479,29 +657,31 @@ sub Xupdate_ssse3_32_79()
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     	 eval(shift(@insns));		# rol
    +	 eval(shift(@insns))		if (@insns[0] =~ /_ror/);
     
     	&movdqa	(@Tx[0],@X[0]);
    -	  &movdqa	(eval(16*(($Xi-1)&3))."(%rsp)",@Tx[1]);	# X[]+K xfer to IALU
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    +	  &movdqa	(eval(16*(($Xi-1)&3))."(%rsp)",@Tx[1]);	# X[]+K xfer to IALU
     	 eval(shift(@insns));		# ror
     	 eval(shift(@insns));
    +	 eval(shift(@insns));		# body_20_39
     
     	&pslld	(@X[0],2);
    -	 eval(shift(@insns));		# body_20_39
     	 eval(shift(@insns));
    -	&psrld	(@Tx[0],30);
     	 eval(shift(@insns));
    -	 eval(shift(@insns));		# rol
    +	&psrld	(@Tx[0],30);
    +	 eval(shift(@insns))		if (@insns[0] =~ /_rol/);# rol
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     	 eval(shift(@insns));		# ror
    -	 eval(shift(@insns));
     
     	&por	(@X[0],@Tx[0]);		# "X[0]"<<<=2
    -	 eval(shift(@insns));		# body_20_39
     	 eval(shift(@insns));
    -	  &movdqa	(@Tx[1],@X[0])	if ($Xi<19);
    +	 eval(shift(@insns));		# body_20_39
    +	 eval(shift(@insns))		if (@insns[1] =~ /_rol/);
    +	 eval(shift(@insns))		if (@insns[0] =~ /_rol/);
    +	  &pshufd(@Tx[1],@X[-1&7],0xee)	if ($Xi<19);	# was &movdqa	(@Tx[1],@X[0])
     	 eval(shift(@insns));
     	 eval(shift(@insns));		# rol
     	 eval(shift(@insns));
    @@ -522,9 +702,10 @@ sub Xuplast_ssse3_80()
       my ($a,$b,$c,$d,$e);
     
     	 eval(shift(@insns));
    -	  &paddd	(@Tx[1],@X[-1&7]);
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	  &paddd	(@Tx[1],@X[-1&7]);
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     
    @@ -538,7 +719,7 @@ sub Xuplast_ssse3_80()
     	unshift(@Tx,pop(@Tx));
     
     	&movdqa	(@X[2],"64($K_XX_XX)");		# pbswap mask
    -	&movdqa	(@Tx[1],"0($K_XX_XX)");		# K_00_19
    +	&movdqa	(@Tx[1],"-64($K_XX_XX)");	# K_00_19
     	&movdqu	(@X[-4&7],"0($inp)");		# load input
     	&movdqu	(@X[-3&7],"16($inp)");
     	&movdqu	(@X[-2&7],"32($inp)");
    @@ -557,9 +738,12 @@ sub Xloop_ssse3()
     
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    +	 eval(shift(@insns));
     	&pshufb	(@X[($Xi-3)&7],@X[2]);
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
     	&paddd	(@X[($Xi-4)&7],@Tx[1]);
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    @@ -568,6 +752,8 @@ sub Xloop_ssse3()
     	&movdqa	(eval(16*$Xi)."(%rsp)",@X[($Xi-4)&7]);	# X[]+K xfer to IALU
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
     	&psubd	(@X[($Xi-4)&7],@Tx[1]);
     
     	foreach (@insns) { eval; }
    @@ -583,51 +769,66 @@ sub Xtail_ssse3()
     	foreach (@insns) { eval; }
     }
     
    -sub body_00_19 () {
    +sub body_00_19 () {	# ((c^d)&b)^d
    +	# on start @T[0]=(c^d)&b
    +	return &body_20_39() if ($rx==19); $rx++;
     	(
     	'($a,$b,$c,$d,$e)=@V;'.
    -	'&add	($e,eval(4*($j&15))."(%rsp)");',	# X[]+K xfer
    -	'&xor	($c,$d);',
    -	'&mov	(@T[1],$a);',	# $b in next round
    -	'&$_rol	($a,5);',
    -	'&and	(@T[0],$c);',	# ($b&($c^$d))
    -	'&xor	($c,$d);',	# restore $c
    -	'&xor	(@T[0],$d);',
    -	'&add	($e,$a);',
    -	'&$_ror	($b,$j?7:2);',	# $b>>>2
    -	'&add	($e,@T[0]);'	.'$j++; unshift(@V,pop(@V)); unshift(@T,pop(@T));'
    +	'&$_ror	($b,$j?7:2)',	# $b>>>2
    +	'&xor	(@T[0],$d)',
    +	'&mov	(@T[1],$a)',	# $b for next round
    +
    +	'&add	($e,eval(4*($j&15))."(%rsp)")',	# X[]+K xfer
    +	'&xor	($b,$c)',	# $c^$d for next round
    +
    +	'&$_rol	($a,5)',
    +	'&add	($e,@T[0])',
    +	'&and	(@T[1],$b)',	# ($b&($c^$d)) for next round
    +
    +	'&xor	($b,$c)',	# restore $b
    +	'&add	($e,$a);'	.'$j++; unshift(@V,pop(@V)); unshift(@T,pop(@T));'
     	);
     }
     
    -sub body_20_39 () {
    +sub body_20_39 () {	# b^d^c
    +	# on entry @T[0]=b^d
    +	return &body_40_59() if ($rx==39); $rx++;
     	(
     	'($a,$b,$c,$d,$e)=@V;'.
    -	'&add	($e,eval(4*($j++&15))."(%rsp)");',	# X[]+K xfer
    -	'&xor	(@T[0],$d);',	# ($b^$d)
    -	'&mov	(@T[1],$a);',	# $b in next round
    -	'&$_rol	($a,5);',
    -	'&xor	(@T[0],$c);',	# ($b^$d^$c)
    -	'&add	($e,$a);',
    -	'&$_ror	($b,7);',	# $b>>>2
    -	'&add	($e,@T[0]);'	.'unshift(@V,pop(@V)); unshift(@T,pop(@T));'
    +	'&add	($e,eval(4*($j&15))."(%rsp)")',	# X[]+K xfer
    +	'&xor	(@T[0],$d)	if($j==19);'.
    +	'&xor	(@T[0],$c)	if($j> 19)',	# ($b^$d^$c)
    +	'&mov	(@T[1],$a)',	# $b for next round
    +
    +	'&$_rol	($a,5)',
    +	'&add	($e,@T[0])',
    +	'&xor	(@T[1],$c)	if ($j< 79)',	# $b^$d for next round
    +
    +	'&$_ror	($b,7)',	# $b>>>2
    +	'&add	($e,$a);'	.'$j++; unshift(@V,pop(@V)); unshift(@T,pop(@T));'
     	);
     }
     
    -sub body_40_59 () {
    +sub body_40_59 () {	# ((b^c)&(c^d))^c
    +	# on entry @T[0]=(b^c), (c^=d)
    +	$rx++;
     	(
     	'($a,$b,$c,$d,$e)=@V;'.
    -	'&mov	(@T[1],$c);',
    -	'&xor	($c,$d);',
    -	'&add	($e,eval(4*($j++&15))."(%rsp)");',	# X[]+K xfer
    -	'&and	(@T[1],$d);',
    -	'&and	(@T[0],$c);',	# ($b&($c^$d))
    -	'&$_ror	($b,7);',	# $b>>>2
    -	'&add	($e,@T[1]);',
    -	'&mov	(@T[1],$a);',	# $b in next round
    -	'&$_rol	($a,5);',
    -	'&add	($e,@T[0]);',
    -	'&xor	($c,$d);',	# restore $c
    -	'&add	($e,$a);'	.'unshift(@V,pop(@V)); unshift(@T,pop(@T));'
    +	'&add	($e,eval(4*($j&15))."(%rsp)")',	# X[]+K xfer
    +	'&and	(@T[0],$c)	if ($j>=40)',	# (b^c)&(c^d)
    +	'&xor	($c,$d)		if ($j>=40)',	# restore $c
    +
    +	'&$_ror	($b,7)',	# $b>>>2
    +	'&mov	(@T[1],$a)',	# $b for next round
    +	'&xor	(@T[0],$c)',
    +
    +	'&$_rol	($a,5)',
    +	'&add	($e,@T[0])',
    +	'&xor	(@T[1],$c)	if ($j==59);'.
    +	'&xor	(@T[1],$b)	if ($j< 59)',	# b^c for next round
    +
    +	'&xor	($b,$c)		if ($j< 59)',	# c^d for next round
    +	'&add	($e,$a);'	.'$j++; unshift(@V,pop(@V)); unshift(@T,pop(@T));'
     	);
     }
     $code.=<<___;
    @@ -668,8 +869,11 @@ $code.=<<___;
     	mov	@T[0],4($ctx)
     	mov	@T[0],$B			# magic seed
     	mov	$C,8($ctx)
    +	mov	$C,@T[1]
     	mov	$D,12($ctx)
    +	xor	$D,@T[1]
     	mov	$E,16($ctx)
    +	and	@T[1],@T[0]
     	jmp	.Loop_ssse3
     
     .align	16
    @@ -694,31 +898,34 @@ $code.=<<___;
     	mov	$E,16($ctx)
     ___
     $code.=<<___ if ($win64);
    -	movaps	64+0(%rsp),%xmm6
    -	movaps	64+16(%rsp),%xmm7
    -	movaps	64+32(%rsp),%xmm8
    -	movaps	64+48(%rsp),%xmm9
    -	movaps	64+64(%rsp),%xmm10
    +	movaps	-40-6*16(%r14),%xmm6
    +	movaps	-40-5*16(%r14),%xmm7
    +	movaps	-40-4*16(%r14),%xmm8
    +	movaps	-40-3*16(%r14),%xmm9
    +	movaps	-40-2*16(%r14),%xmm10
    +	movaps	-40-1*16(%r14),%xmm11
     ___
     $code.=<<___;
    -	lea	`64+($win64?5*16:0)`(%rsp),%rsi
    -	mov	0(%rsi),%r12
    -	mov	8(%rsi),%rbp
    -	mov	16(%rsi),%rbx
    -	lea	24(%rsi),%rsp
    +	lea	(%r14),%rsi
    +	mov	-40(%rsi),%r14
    +	mov	-32(%rsi),%r13
    +	mov	-24(%rsi),%r12
    +	mov	-16(%rsi),%rbp
    +	mov	-8(%rsi),%rbx
    +	lea	(%rsi),%rsp
     .Lepilogue_ssse3:
     	ret
     .size	sha1_block_data_order_ssse3,.-sha1_block_data_order_ssse3
     ___
     
     if ($avx) {
    -my $Xi=4;
    -my @X=map("%xmm$_",(4..7,0..3));
    -my @Tx=map("%xmm$_",(8..10));
    -my @V=($A,$B,$C,$D,$E)=("%eax","%ebx","%ecx","%edx","%ebp");	# size optimization
    -my @T=("%esi","%edi");
    -my $j=0;
    -my $K_XX_XX="%r11";
    +$Xi=4;				# reset variables
    +@X=map("%xmm$_",(4..7,0..3));
    +@Tx=map("%xmm$_",(8..10));
    +$j=0;
    +$rx=0;
    +
    +my $done_avx_label=".Ldone_avx";
     
     my $_rol=sub { &shld(@_[0],@_) };
     my $_ror=sub { &shrd(@_[0],@_) };
    @@ -728,28 +935,34 @@ $code.=<<___;
     .align	16
     sha1_block_data_order_avx:
     _avx_shortcut:
    +	mov	%rsp,%rax
     	push	%rbx
     	push	%rbp
     	push	%r12
    -	lea	`-64-($win64?5*16:0)`(%rsp),%rsp
    +	push	%r13		# redundant, done to share Win64 SE handler
    +	push	%r14
    +	lea	`-64-($win64?6*16:0)`(%rsp),%rsp
    +	vzeroupper
     ___
     $code.=<<___ if ($win64);
    -	movaps	%xmm6,64+0(%rsp)
    -	movaps	%xmm7,64+16(%rsp)
    -	movaps	%xmm8,64+32(%rsp)
    -	movaps	%xmm9,64+48(%rsp)
    -	movaps	%xmm10,64+64(%rsp)
    +	vmovaps	%xmm6,-40-6*16(%rax)
    +	vmovaps	%xmm7,-40-5*16(%rax)
    +	vmovaps	%xmm8,-40-4*16(%rax)
    +	vmovaps	%xmm9,-40-3*16(%rax)
    +	vmovaps	%xmm10,-40-2*16(%rax)
    +	vmovaps	%xmm11,-40-1*16(%rax)
     .Lprologue_avx:
     ___
     $code.=<<___;
    +	mov	%rax,%r14	# original %rsp
    +	and	\$-64,%rsp
     	mov	%rdi,$ctx	# reassigned argument
     	mov	%rsi,$inp	# reassigned argument
     	mov	%rdx,$num	# reassigned argument
    -	vzeroupper
     
     	shl	\$6,$num
     	add	$inp,$num
    -	lea	K_XX_XX(%rip),$K_XX_XX
    +	lea	K_XX_XX+64(%rip),$K_XX_XX
     
     	mov	0($ctx),$A		# load context
     	mov	4($ctx),$B
    @@ -757,9 +970,12 @@ $code.=<<___;
     	mov	12($ctx),$D
     	mov	$B,@T[0]		# magic seed
     	mov	16($ctx),$E
    +	mov	$C,@T[1]
    +	xor	$D,@T[1]
    +	and	@T[1],@T[0]
     
     	vmovdqa	64($K_XX_XX),@X[2]	# pbswap mask
    -	vmovdqa	0($K_XX_XX),@Tx[1]	# K_00_19
    +	vmovdqa	-64($K_XX_XX),$Kx	# K_00_19
     	vmovdqu	0($inp),@X[-4&7]	# load input to %xmm[0-3]
     	vmovdqu	16($inp),@X[-3&7]
     	vmovdqu	32($inp),@X[-2&7]
    @@ -769,9 +985,9 @@ $code.=<<___;
     	vpshufb	@X[2],@X[-3&7],@X[-3&7]
     	vpshufb	@X[2],@X[-2&7],@X[-2&7]
     	vpshufb	@X[2],@X[-1&7],@X[-1&7]
    -	vpaddd	@Tx[1],@X[-4&7],@X[0]	# add K_00_19
    -	vpaddd	@Tx[1],@X[-3&7],@X[1]
    -	vpaddd	@Tx[1],@X[-2&7],@X[2]
    +	vpaddd	$Kx,@X[-4&7],@X[0]	# add K_00_19
    +	vpaddd	$Kx,@X[-3&7],@X[1]
    +	vpaddd	$Kx,@X[-2&7],@X[2]
     	vmovdqa	@X[0],0(%rsp)		# X[]+K xfer to IALU
     	vmovdqa	@X[1],16(%rsp)
     	vmovdqa	@X[2],32(%rsp)
    @@ -790,10 +1006,10 @@ sub Xupdate_avx_16_31()		# recall that $Xi starts wtih 4
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     
    -	  &vpaddd	(@Tx[1],@Tx[1],@X[-1&7]);
    +	  &vpaddd	(@Tx[1],$Kx,@X[-1&7]);
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    -	&vpsrldq(@Tx[0],@X[-1&7],4);	# "X[-3]", 3 dwords
    +	&vpsrldq(@Tx[0],@X[-1&7],4);		# "X[-3]", 3 dwords
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     	&vpxor	(@X[0],@X[0],@X[-4&7]);		# "X[0]"^="X[-16]"
    @@ -843,7 +1059,7 @@ sub Xupdate_avx_16_31()		# recall that $Xi starts wtih 4
     	&vpxor	(@X[0],@X[0],@Tx[2]);		# "X[0]"^=("X[0]">>96)<<<2
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    -	  &vmovdqa	(@Tx[2],eval(16*(($Xi)/5))."($K_XX_XX)");	# K_XX_XX
    +	  &vmovdqa	($Kx,eval(2*16*(($Xi)/5)-64)."($K_XX_XX)")	if ($Xi%5==0);	# K_XX_XX
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     
    @@ -851,13 +1067,12 @@ sub Xupdate_avx_16_31()		# recall that $Xi starts wtih 4
     	 foreach (@insns) { eval; }	# remaining instructions [if any]
     
       $Xi++;	push(@X,shift(@X));	# "rotate" X[]
    -		push(@Tx,shift(@Tx));
     }
     
     sub Xupdate_avx_32_79()
     { use integer;
       my $body = shift;
    -  my @insns = (&$body,&$body,&$body,&$body);	# 32 to 48 instructions
    +  my @insns = (&$body,&$body,&$body,&$body);	# 32 to 44 instructions
       my ($a,$b,$c,$d,$e);
     
     	&vpalignr(@Tx[0],@X[-1&7],@X[-2&7],8);	# compose "X[-6]"
    @@ -870,12 +1085,8 @@ sub Xupdate_avx_32_79()
     	&vpxor	(@X[0],@X[0],@X[-7&7]);		# "X[0]"^="X[-28]"
     	 eval(shift(@insns));
     	 eval(shift(@insns))	if (@insns[0] !~ /&ro[rl]/);
    -	if ($Xi%5) {
    -	  &vmovdqa	(@Tx[2],@Tx[1]);# "perpetuate" K_XX_XX...
    -	} else {			# ... or load next one
    -	  &vmovdqa	(@Tx[2],eval(16*($Xi/5))."($K_XX_XX)");
    -	}
    -	  &vpaddd	(@Tx[1],@Tx[1],@X[-1&7]);
    +	  &vpaddd	(@Tx[1],$Kx,@X[-1&7]);
    +	  &vmovdqa	($Kx,eval(2*16*($Xi/5)-64)."($K_XX_XX)")	if ($Xi%5==0);
     	 eval(shift(@insns));		# ror
     	 eval(shift(@insns));
     
    @@ -905,7 +1116,6 @@ sub Xupdate_avx_32_79()
     	&vpor	(@X[0],@X[0],@Tx[0]);		# "X[0]"<<<=2
     	 eval(shift(@insns));		# body_20_39
     	 eval(shift(@insns));
    -	  &vmovdqa	(@Tx[1],@X[0])	if ($Xi<19);
     	 eval(shift(@insns));
     	 eval(shift(@insns));		# rol
     	 eval(shift(@insns));
    @@ -916,7 +1126,6 @@ sub Xupdate_avx_32_79()
     	 foreach (@insns) { eval; }	# remaining instructions
     
       $Xi++;	push(@X,shift(@X));	# "rotate" X[]
    -		push(@Tx,shift(@Tx));
     }
     
     sub Xuplast_avx_80()
    @@ -926,23 +1135,21 @@ sub Xuplast_avx_80()
       my ($a,$b,$c,$d,$e);
     
     	 eval(shift(@insns));
    -	  &vpaddd	(@Tx[1],@Tx[1],@X[-1&7]);
    +	  &vpaddd	(@Tx[1],$Kx,@X[-1&7]);
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     
    -	  &movdqa	(eval(16*(($Xi-1)&3))."(%rsp)",@Tx[1]);	# X[]+K xfer IALU
    +	  &vmovdqa	(eval(16*(($Xi-1)&3))."(%rsp)",@Tx[1]);	# X[]+K xfer IALU
     
     	 foreach (@insns) { eval; }		# remaining instructions
     
     	&cmp	($inp,$num);
    -	&je	(".Ldone_avx");
    -
    -	unshift(@Tx,pop(@Tx));
    +	&je	($done_avx_label);
     
     	&vmovdqa(@X[2],"64($K_XX_XX)");		# pbswap mask
    -	&vmovdqa(@Tx[1],"0($K_XX_XX)");		# K_00_19
    +	&vmovdqa($Kx,"-64($K_XX_XX)");		# K_00_19
     	&vmovdqu(@X[-4&7],"0($inp)");		# load input
     	&vmovdqu(@X[-3&7],"16($inp)");
     	&vmovdqu(@X[-2&7],"32($inp)");
    @@ -964,7 +1171,7 @@ sub Xloop_avx()
     	&vpshufb(@X[($Xi-3)&7],@X[($Xi-3)&7],@X[2]);
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    -	&vpaddd	(@X[$Xi&7],@X[($Xi-4)&7],@Tx[1]);
    +	&vpaddd	(@X[$Xi&7],@X[($Xi-4)&7],$Kx);
     	 eval(shift(@insns));
     	 eval(shift(@insns));
     	 eval(shift(@insns));
    @@ -1024,12 +1231,15 @@ $code.=<<___;
     	mov	@T[0],4($ctx)
     	mov	@T[0],$B			# magic seed
     	mov	$C,8($ctx)
    +	mov	$C,@T[1]
     	mov	$D,12($ctx)
    +	xor	$D,@T[1]
     	mov	$E,16($ctx)
    +	and	@T[1],@T[0]
     	jmp	.Loop_avx
     
     .align	16
    -.Ldone_avx:
    +$done_avx_label:
     ___
     				$j=$saved_j; @V=@saved_V;
     
    @@ -1052,31 +1262,520 @@ $code.=<<___;
     	mov	$E,16($ctx)
     ___
     $code.=<<___ if ($win64);
    -	movaps	64+0(%rsp),%xmm6
    -	movaps	64+16(%rsp),%xmm7
    -	movaps	64+32(%rsp),%xmm8
    -	movaps	64+48(%rsp),%xmm9
    -	movaps	64+64(%rsp),%xmm10
    +	movaps	-40-6*16(%r14),%xmm6
    +	movaps	-40-5*16(%r14),%xmm7
    +	movaps	-40-4*16(%r14),%xmm8
    +	movaps	-40-3*16(%r14),%xmm9
    +	movaps	-40-2*16(%r14),%xmm10
    +	movaps	-40-1*16(%r14),%xmm11
     ___
     $code.=<<___;
    -	lea	`64+($win64?5*16:0)`(%rsp),%rsi
    -	mov	0(%rsi),%r12
    -	mov	8(%rsi),%rbp
    -	mov	16(%rsi),%rbx
    -	lea	24(%rsi),%rsp
    +	lea	(%r14),%rsi
    +	mov	-40(%rsi),%r14
    +	mov	-32(%rsi),%r13
    +	mov	-24(%rsi),%r12
    +	mov	-16(%rsi),%rbp
    +	mov	-8(%rsi),%rbx
    +	lea	(%rsi),%rsp
     .Lepilogue_avx:
     	ret
     .size	sha1_block_data_order_avx,.-sha1_block_data_order_avx
     ___
    +
    +if ($avx>1) {
    +use integer;
    +$Xi=4;					# reset variables
    +@X=map("%ymm$_",(4..7,0..3));
    +@Tx=map("%ymm$_",(8..10));
    +$Kx="%ymm11";
    +$j=0;
    +
    +my @ROTX=("%eax","%ebp","%ebx","%ecx","%edx","%esi");
    +my ($a5,$t0)=("%r12d","%edi");
    +
    +my ($A,$F,$B,$C,$D,$E)=@ROTX;
    +my $rx=0;
    +my $frame="%r13";
    +
    +$code.=<<___;
    +.type	sha1_block_data_order_avx2,\@function,3
    +.align	16
    +sha1_block_data_order_avx2:
    +_avx2_shortcut:
    +	mov	%rsp,%rax
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	vzeroupper
    +___
    +$code.=<<___ if ($win64);
    +	lea	-6*16(%rsp),%rsp
    +	vmovaps	%xmm6,-40-6*16(%rax)
    +	vmovaps	%xmm7,-40-5*16(%rax)
    +	vmovaps	%xmm8,-40-4*16(%rax)
    +	vmovaps	%xmm9,-40-3*16(%rax)
    +	vmovaps	%xmm10,-40-2*16(%rax)
    +	vmovaps	%xmm11,-40-1*16(%rax)
    +.Lprologue_avx2:
    +___
    +$code.=<<___;
    +	mov	%rax,%r14		# original %rsp
    +	mov	%rdi,$ctx		# reassigned argument
    +	mov	%rsi,$inp		# reassigned argument
    +	mov	%rdx,$num		# reassigned argument
    +
    +	lea	-640(%rsp),%rsp
    +	shl	\$6,$num
    +	 lea	64($inp),$frame
    +	and	\$-128,%rsp
    +	add	$inp,$num
    +	lea	K_XX_XX+64(%rip),$K_XX_XX
    +
    +	mov	0($ctx),$A		# load context
    +	 cmp	$num,$frame
    +	 cmovae	$inp,$frame		# next or same block
    +	mov	4($ctx),$F
    +	mov	8($ctx),$C
    +	mov	12($ctx),$D
    +	mov	16($ctx),$E
    +	vmovdqu	64($K_XX_XX),@X[2]	# pbswap mask
    +
    +	vmovdqu		($inp),%xmm0
    +	vmovdqu		16($inp),%xmm1
    +	vmovdqu		32($inp),%xmm2
    +	vmovdqu		48($inp),%xmm3
    +	lea		64($inp),$inp
    +	vinserti128	\$1,($frame),@X[-4&7],@X[-4&7]
    +	vinserti128	\$1,16($frame),@X[-3&7],@X[-3&7]
    +	vpshufb		@X[2],@X[-4&7],@X[-4&7]
    +	vinserti128	\$1,32($frame),@X[-2&7],@X[-2&7]
    +	vpshufb		@X[2],@X[-3&7],@X[-3&7]
    +	vinserti128	\$1,48($frame),@X[-1&7],@X[-1&7]
    +	vpshufb		@X[2],@X[-2&7],@X[-2&7]
    +	vmovdqu		-64($K_XX_XX),$Kx	# K_00_19
    +	vpshufb		@X[2],@X[-1&7],@X[-1&7]
    +
    +	vpaddd	$Kx,@X[-4&7],@X[0]	# add K_00_19
    +	vpaddd	$Kx,@X[-3&7],@X[1]
    +	vmovdqu	@X[0],0(%rsp)		# X[]+K xfer to IALU
    +	vpaddd	$Kx,@X[-2&7],@X[2]
    +	vmovdqu	@X[1],32(%rsp)
    +	vpaddd	$Kx,@X[-1&7],@X[3]
    +	vmovdqu	@X[2],64(%rsp)
    +	vmovdqu	@X[3],96(%rsp)
    +___
    +for (;$Xi<8;$Xi++) {	# Xupdate_avx2_16_31
    +    use integer;
    +
    +	&vpalignr(@X[0],@X[-3&7],@X[-4&7],8);	# compose "X[-14]" in "X[0]"
    +	&vpsrldq(@Tx[0],@X[-1&7],4);		# "X[-3]", 3 dwords
    +	&vpxor	(@X[0],@X[0],@X[-4&7]);		# "X[0]"^="X[-16]"
    +	&vpxor	(@Tx[0],@Tx[0],@X[-2&7]);	# "X[-3]"^"X[-8]"
    +	&vpxor	(@X[0],@X[0],@Tx[0]);		# "X[0]"^="X[-3]"^"X[-8]"
    +	&vpsrld	(@Tx[0],@X[0],31);
    +	&vmovdqu($Kx,eval(2*16*(($Xi)/5)-64)."($K_XX_XX)")	if ($Xi%5==0);	# K_XX_XX
    +	&vpslldq(@Tx[2],@X[0],12);		# "X[0]"<<96, extract one dword
    +	&vpaddd	(@X[0],@X[0],@X[0]);
    +	&vpsrld	(@Tx[1],@Tx[2],30);
    +	&vpor	(@X[0],@X[0],@Tx[0]);		# "X[0]"<<<=1
    +	&vpslld	(@Tx[2],@Tx[2],2);
    +	&vpxor	(@X[0],@X[0],@Tx[1]);
    +	&vpxor	(@X[0],@X[0],@Tx[2]);		# "X[0]"^=("X[0]">>96)<<<2
    +	&vpaddd	(@Tx[1],@X[0],$Kx);
    +	&vmovdqu("32*$Xi(%rsp)",@Tx[1]);	# X[]+K xfer to IALU
    +
    +	push(@X,shift(@X));	# "rotate" X[]
    +}
    +$code.=<<___;
    +	lea	128(%rsp),$frame
    +	jmp	.Loop_avx2
    +.align	32
    +.Loop_avx2:
    +	rorx	\$2,$F,$B
    +	andn	$D,$F,$t0
    +	and	$C,$F
    +	xor	$t0,$F
    +___
    +sub bodyx_00_19 () {	# 8 instructions, 3 cycles critical path
    +	# at start $f=(b&c)^(~b&d), $b>>>=2
    +	return &bodyx_20_39() if ($rx==19); $rx++;
    +	(
    +	'($a,$f,$b,$c,$d,$e)=@ROTX;'.
    +
    +	'&add	($e,((32*($j/4)+4*($j%4))%256-128)."($frame)");'.	# e+=X[i]+K
    +	 '&lea	($frame,"256($frame)")	if ($j%32==31);',
    +	'&andn	($t0,$a,$c)',			# ~b&d for next round
    +
    +	'&add	($e,$f)',			# e+=(b&c)^(~b&d)
    +	'&rorx	($a5,$a,27)',			# a<<<5
    +	'&rorx	($f,$a,2)',			# b>>>2 for next round
    +	'&and	($a,$b)',			# b&c for next round
    +
    +	'&add	($e,$a5)',			# e+=a<<<5
    +	'&xor	($a,$t0);'.			# f=(b&c)^(~b&d) for next round
    +
    +	'unshift(@ROTX,pop(@ROTX)); $j++;'
    +	)
    +}
    +
    +sub bodyx_20_39 () {	# 7 instructions, 2 cycles critical path
    +	# on entry $f=b^c^d, $b>>>=2
    +	return &bodyx_40_59() if ($rx==39); $rx++;
    +	(
    +	'($a,$f,$b,$c,$d,$e)=@ROTX;'.
    +
    +	'&add	($e,((32*($j/4)+4*($j%4))%256-128)."($frame)");'.	# e+=X[i]+K
    +	 '&lea	($frame,"256($frame)")	if ($j%32==31);',
    +
    +	'&lea	($e,"($e,$f)")',		# e+=b^c^d
    +	'&rorx	($a5,$a,27)',			# a<<<5
    +	'&rorx	($f,$a,2)	if ($j<79)',	# b>>>2 in next round
    +	'&xor	($a,$b)		if ($j<79)',	# b^c for next round
    +
    +	'&add	($e,$a5)',			# e+=a<<<5
    +	'&xor	($a,$c)		if ($j<79);'.	# f=b^c^d for next round
    +
    +	'unshift(@ROTX,pop(@ROTX)); $j++;'
    +	)
    +}
    +
    +sub bodyx_40_59 () {	# 10 instructions, 3 cycles critical path
    +	# on entry $f=((b^c)&(c^d)), $b>>>=2
    +	$rx++;
    +	(
    +	'($a,$f,$b,$c,$d,$e)=@ROTX;'.
    +
    +	'&add	($e,((32*($j/4)+4*($j%4))%256-128)."($frame)");'.	# e+=X[i]+K
    +	 '&lea	($frame,"256($frame)")	if ($j%32==31);',
    +	'&xor	($f,$c)		if ($j>39)',	# (b^c)&(c^d)^c
    +	'&mov	($t0,$b)	if ($j<59)',	# count on zero latency
    +	'&xor	($t0,$c)	if ($j<59)',	# c^d for next round
    +
    +	'&lea	($e,"($e,$f)")',		# e+=(b^c)&(c^d)^c
    +	'&rorx	($a5,$a,27)',			# a<<<5
    +	'&rorx	($f,$a,2)',			# b>>>2 in next round
    +	'&xor	($a,$b)',			# b^c for next round
    +
    +	'&add	($e,$a5)',			# e+=a<<<5
    +	'&and	($a,$t0)	if ($j< 59);'.	# f=(b^c)&(c^d) for next round
    +	'&xor	($a,$c)		if ($j==59);'.	# f=b^c^d for next round
    +
    +	'unshift(@ROTX,pop(@ROTX)); $j++;'
    +	)
    +}
    +
    +sub Xupdate_avx2_16_31()		# recall that $Xi starts wtih 4
    +{ use integer;
    +  my $body = shift;
    +  my @insns = (&$body,&$body,&$body,&$body,&$body);	# 35 instructions
    +  my ($a,$b,$c,$d,$e);
    +
    +	&vpalignr(@X[0],@X[-3&7],@X[-4&7],8);	# compose "X[-14]" in "X[0]"
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +
    +	&vpsrldq(@Tx[0],@X[-1&7],4);		# "X[-3]", 3 dwords
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +
    +	&vpxor	(@X[0],@X[0],@X[-4&7]);		# "X[0]"^="X[-16]"
    +	&vpxor	(@Tx[0],@Tx[0],@X[-2&7]);	# "X[-3]"^"X[-8]"
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +
    +	&vpxor	(@X[0],@X[0],@Tx[0]);		# "X[0]"^="X[-3]"^"X[-8]"
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +
    +	&vpsrld	(@Tx[0],@X[0],31);
    +	&vmovdqu($Kx,eval(2*16*(($Xi)/5)-64)."($K_XX_XX)")	if ($Xi%5==0);	# K_XX_XX
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +
    +	&vpslldq(@Tx[2],@X[0],12);		# "X[0]"<<96, extract one dword
    +	&vpaddd	(@X[0],@X[0],@X[0]);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +
    +	&vpsrld	(@Tx[1],@Tx[2],30);
    +	&vpor	(@X[0],@X[0],@Tx[0]);		# "X[0]"<<<=1
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +
    +	&vpslld	(@Tx[2],@Tx[2],2);
    +	&vpxor	(@X[0],@X[0],@Tx[1]);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +
    +	&vpxor	(@X[0],@X[0],@Tx[2]);		# "X[0]"^=("X[0]">>96)<<<2
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +
    +	&vpaddd	(@Tx[1],@X[0],$Kx);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&vmovdqu(eval(32*($Xi))."(%rsp)",@Tx[1]);	# X[]+K xfer to IALU
    +
    +	 foreach (@insns) { eval; }	# remaining instructions [if any]
    +
    +	$Xi++;
    +	push(@X,shift(@X));	# "rotate" X[]
    +}
    +
    +sub Xupdate_avx2_32_79()
    +{ use integer;
    +  my $body = shift;
    +  my @insns = (&$body,&$body,&$body,&$body,&$body);	# 35 to 50 instructions
    +  my ($a,$b,$c,$d,$e);
    +
    +	&vpalignr(@Tx[0],@X[-1&7],@X[-2&7],8);	# compose "X[-6]"
    +	&vpxor	(@X[0],@X[0],@X[-4&7]);		# "X[0]"="X[-32]"^"X[-16]"
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +
    +	&vpxor	(@X[0],@X[0],@X[-7&7]);		# "X[0]"^="X[-28]"
    +	&vmovdqu($Kx,eval(2*16*($Xi/5)-64)."($K_XX_XX)")	if ($Xi%5==0);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +
    +	&vpxor	(@X[0],@X[0],@Tx[0]);		# "X[0]"^="X[-6]"
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +
    +	&vpsrld	(@Tx[0],@X[0],30);
    +	&vpslld	(@X[0],@X[0],2);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +
    +	#&vpslld	(@X[0],@X[0],2);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +
    +	&vpor	(@X[0],@X[0],@Tx[0]);		# "X[0]"<<<=2
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +
    +	&vpaddd	(@Tx[1],@X[0],$Kx);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +
    +	&vmovdqu("32*$Xi(%rsp)",@Tx[1]);	# X[]+K xfer to IALU
    +
    +	 foreach (@insns) { eval; }	# remaining instructions
    +
    +	$Xi++;
    +	push(@X,shift(@X));	# "rotate" X[]
    +}
    +
    +sub Xloop_avx2()
    +{ use integer;
    +  my $body = shift;
    +  my @insns = (&$body,&$body,&$body,&$body,&$body);	# 32 instructions
    +  my ($a,$b,$c,$d,$e);
    +
    +	 foreach (@insns) { eval; }
    +}
    +
    +	&align32();
    +	&Xupdate_avx2_32_79(\&bodyx_00_19);
    +	&Xupdate_avx2_32_79(\&bodyx_00_19);
    +	&Xupdate_avx2_32_79(\&bodyx_00_19);
    +	&Xupdate_avx2_32_79(\&bodyx_00_19);
    +
    +	&Xupdate_avx2_32_79(\&bodyx_20_39);
    +	&Xupdate_avx2_32_79(\&bodyx_20_39);
    +	&Xupdate_avx2_32_79(\&bodyx_20_39);
    +	&Xupdate_avx2_32_79(\&bodyx_20_39);
    +
    +	&align32();
    +	&Xupdate_avx2_32_79(\&bodyx_40_59);
    +	&Xupdate_avx2_32_79(\&bodyx_40_59);
    +	&Xupdate_avx2_32_79(\&bodyx_40_59);
    +	&Xupdate_avx2_32_79(\&bodyx_40_59);
    +
    +	&Xloop_avx2(\&bodyx_20_39);
    +	&Xloop_avx2(\&bodyx_20_39);
    +	&Xloop_avx2(\&bodyx_20_39);
    +	&Xloop_avx2(\&bodyx_20_39);
    +
    +$code.=<<___;
    +	lea	128($inp),$frame
    +	lea	128($inp),%rdi			# borrow $t0
    +	cmp	$num,$frame
    +	cmovae	$inp,$frame			# next or previous block
    +
    +	# output is d-e-[a]-f-b-c => A=d,F=e,C=f,D=b,E=c
    +	add	0($ctx),@ROTX[0]		# update context
    +	add	4($ctx),@ROTX[1]
    +	add	8($ctx),@ROTX[3]
    +	mov	@ROTX[0],0($ctx)
    +	add	12($ctx),@ROTX[4]
    +	mov	@ROTX[1],4($ctx)
    +	 mov	@ROTX[0],$A			# A=d
    +	add	16($ctx),@ROTX[5]
    +	 mov	@ROTX[3],$a5
    +	mov	@ROTX[3],8($ctx)
    +	 mov	@ROTX[4],$D			# D=b
    +	 #xchg	@ROTX[5],$F			# F=c, C=f
    +	mov	@ROTX[4],12($ctx)
    +	 mov	@ROTX[1],$F			# F=e
    +	mov	@ROTX[5],16($ctx)
    +	#mov	$F,16($ctx)
    +	 mov	@ROTX[5],$E			# E=c
    +	 mov	$a5,$C				# C=f
    +	 #xchg	$F,$E				# E=c, F=e
    +
    +	cmp	$num,$inp
    +	je	.Ldone_avx2
    +___
    +
    +$Xi=4;				# reset variables
    +@X=map("%ymm$_",(4..7,0..3));
    +
    +$code.=<<___;
    +	vmovdqu	64($K_XX_XX),@X[2]		# pbswap mask
    +	cmp	$num,%rdi			# borrowed $t0
    +	ja	.Last_avx2
    +
    +	vmovdqu		-64(%rdi),%xmm0		# low part of @X[-4&7]
    +	vmovdqu		-48(%rdi),%xmm1
    +	vmovdqu		-32(%rdi),%xmm2
    +	vmovdqu		-16(%rdi),%xmm3
    +	vinserti128	\$1,0($frame),@X[-4&7],@X[-4&7]
    +	vinserti128	\$1,16($frame),@X[-3&7],@X[-3&7]
    +	vinserti128	\$1,32($frame),@X[-2&7],@X[-2&7]
    +	vinserti128	\$1,48($frame),@X[-1&7],@X[-1&7]
    +	jmp	.Last_avx2
    +
    +.align	32
    +.Last_avx2:
    +	lea	128+16(%rsp),$frame
    +	rorx	\$2,$F,$B
    +	andn	$D,$F,$t0
    +	and	$C,$F
    +	xor	$t0,$F
    +	sub	\$-128,$inp
    +___
    +	$rx=$j=0;	@ROTX=($A,$F,$B,$C,$D,$E);
    +
    +	&Xloop_avx2	(\&bodyx_00_19);
    +	&Xloop_avx2	(\&bodyx_00_19);
    +	&Xloop_avx2	(\&bodyx_00_19);
    +	&Xloop_avx2	(\&bodyx_00_19);
    +
    +	&Xloop_avx2	(\&bodyx_20_39);
    +	  &vmovdqu	($Kx,"-64($K_XX_XX)");		# K_00_19
    +	  &vpshufb	(@X[-4&7],@X[-4&7],@X[2]);	# byte swap
    +	&Xloop_avx2	(\&bodyx_20_39);
    +	  &vpshufb	(@X[-3&7],@X[-3&7],@X[2]);
    +	  &vpaddd	(@Tx[0],@X[-4&7],$Kx);		# add K_00_19
    +	&Xloop_avx2	(\&bodyx_20_39);
    +	  &vmovdqu	("0(%rsp)",@Tx[0]);
    +	  &vpshufb	(@X[-2&7],@X[-2&7],@X[2]);
    +	  &vpaddd	(@Tx[1],@X[-3&7],$Kx);
    +	&Xloop_avx2	(\&bodyx_20_39);
    +	  &vmovdqu	("32(%rsp)",@Tx[1]);
    +	  &vpshufb	(@X[-1&7],@X[-1&7],@X[2]);
    +	  &vpaddd	(@X[2],@X[-2&7],$Kx);
    +
    +	&Xloop_avx2	(\&bodyx_40_59);
    +	&align32	();
    +	  &vmovdqu	("64(%rsp)",@X[2]);
    +	  &vpaddd	(@X[3],@X[-1&7],$Kx);
    +	&Xloop_avx2	(\&bodyx_40_59);
    +	  &vmovdqu	("96(%rsp)",@X[3]);
    +	&Xloop_avx2	(\&bodyx_40_59);
    +	&Xupdate_avx2_16_31(\&bodyx_40_59);
    +
    +	&Xupdate_avx2_16_31(\&bodyx_20_39);
    +	&Xupdate_avx2_16_31(\&bodyx_20_39);
    +	&Xupdate_avx2_16_31(\&bodyx_20_39);
    +	&Xloop_avx2	(\&bodyx_20_39);
    +
    +$code.=<<___;
    +	lea	128(%rsp),$frame
    +
    +	# output is d-e-[a]-f-b-c => A=d,F=e,C=f,D=b,E=c
    +	add	0($ctx),@ROTX[0]		# update context
    +	add	4($ctx),@ROTX[1]
    +	add	8($ctx),@ROTX[3]
    +	mov	@ROTX[0],0($ctx)
    +	add	12($ctx),@ROTX[4]
    +	mov	@ROTX[1],4($ctx)
    +	 mov	@ROTX[0],$A			# A=d
    +	add	16($ctx),@ROTX[5]
    +	 mov	@ROTX[3],$a5
    +	mov	@ROTX[3],8($ctx)
    +	 mov	@ROTX[4],$D			# D=b
    +	 #xchg	@ROTX[5],$F			# F=c, C=f
    +	mov	@ROTX[4],12($ctx)
    +	 mov	@ROTX[1],$F			# F=e
    +	mov	@ROTX[5],16($ctx)
    +	#mov	$F,16($ctx)
    +	 mov	@ROTX[5],$E			# E=c
    +	 mov	$a5,$C				# C=f
    +	 #xchg	$F,$E				# E=c, F=e
    +
    +	cmp	$num,$inp
    +	jbe	.Loop_avx2
    +
    +.Ldone_avx2:
    +	vzeroupper
    +___
    +$code.=<<___ if ($win64);
    +	movaps	-40-6*16(%r14),%xmm6
    +	movaps	-40-5*16(%r14),%xmm7
    +	movaps	-40-4*16(%r14),%xmm8
    +	movaps	-40-3*16(%r14),%xmm9
    +	movaps	-40-2*16(%r14),%xmm10
    +	movaps	-40-1*16(%r14),%xmm11
    +___
    +$code.=<<___;
    +	lea	(%r14),%rsi
    +	mov	-40(%rsi),%r14
    +	mov	-32(%rsi),%r13
    +	mov	-24(%rsi),%r12
    +	mov	-16(%rsi),%rbp
    +	mov	-8(%rsi),%rbx
    +	lea	(%rsi),%rsp
    +.Lepilogue_avx2:
    +	ret
    +.size	sha1_block_data_order_avx2,.-sha1_block_data_order_avx2
    +___
    +}
     }
     $code.=<<___;
     .align	64
     K_XX_XX:
     .long	0x5a827999,0x5a827999,0x5a827999,0x5a827999	# K_00_19
    +.long	0x5a827999,0x5a827999,0x5a827999,0x5a827999	# K_00_19
    +.long	0x6ed9eba1,0x6ed9eba1,0x6ed9eba1,0x6ed9eba1	# K_20_39
     .long	0x6ed9eba1,0x6ed9eba1,0x6ed9eba1,0x6ed9eba1	# K_20_39
     .long	0x8f1bbcdc,0x8f1bbcdc,0x8f1bbcdc,0x8f1bbcdc	# K_40_59
    +.long	0x8f1bbcdc,0x8f1bbcdc,0x8f1bbcdc,0x8f1bbcdc	# K_40_59
    +.long	0xca62c1d6,0xca62c1d6,0xca62c1d6,0xca62c1d6	# K_60_79
     .long	0xca62c1d6,0xca62c1d6,0xca62c1d6,0xca62c1d6	# K_60_79
     .long	0x00010203,0x04050607,0x08090a0b,0x0c0d0e0f	# pbswap mask
    +.long	0x00010203,0x04050607,0x08090a0b,0x0c0d0e0f	# pbswap mask
    +.byte	0xf,0xe,0xd,0xc,0xb,0xa,0x9,0x8,0x7,0x6,0x5,0x4,0x3,0x2,0x1,0x0
     ___
     }}}
     $code.=<<___;
    @@ -1122,20 +1821,58 @@ se_handler:
     	jae	.Lcommon_seh_tail
     
     	mov	`16*4`(%rax),%rax	# pull saved stack pointer
    -	lea	32(%rax),%rax
     
     	mov	-8(%rax),%rbx
     	mov	-16(%rax),%rbp
     	mov	-24(%rax),%r12
     	mov	-32(%rax),%r13
    +	mov	-40(%rax),%r14
     	mov	%rbx,144($context)	# restore context->Rbx
     	mov	%rbp,160($context)	# restore context->Rbp
     	mov	%r12,216($context)	# restore context->R12
     	mov	%r13,224($context)	# restore context->R13
    +	mov	%r14,232($context)	# restore context->R14
     
     	jmp	.Lcommon_seh_tail
     .size	se_handler,.-se_handler
    +___
    +
    +$code.=<<___ if ($shaext);
    +.type	shaext_handler,\@abi-omnipotent
    +.align	16
    +shaext_handler:
    +	push	%rsi
    +	push	%rdi
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +	pushfq
    +	sub	\$64,%rsp
    +
    +	mov	120($context),%rax	# pull context->Rax
    +	mov	248($context),%rbx	# pull context->Rip
    +
    +	lea	.Lprologue_shaext(%rip),%r10
    +	cmp	%r10,%rbx		# context->Rip<.Lprologue
    +	jb	.Lcommon_seh_tail
    +
    +	lea	.Lepilogue_shaext(%rip),%r10
    +	cmp	%r10,%rbx		# context->Rip>=.Lepilogue
    +	jae	.Lcommon_seh_tail
    +
    +	lea	-8-4*16(%rax),%rsi
    +	lea	512($context),%rdi	# &context.Xmm6
    +	mov	\$8,%ecx
    +	.long	0xa548f3fc		# cld; rep movsq
     
    +	jmp	.Lcommon_seh_tail
    +.size	shaext_handler,.-shaext_handler
    +___
    +
    +$code.=<<___;
     .type	ssse3_handler,\@abi-omnipotent
     .align	16
     ssse3_handler:
    @@ -1168,18 +1905,23 @@ ssse3_handler:
     	cmp	%r10,%rbx		# context->Rip>=epilogue label
     	jae	.Lcommon_seh_tail
     
    -	lea	64(%rax),%rsi
    +	mov	232($context),%rax	# pull context->R14
    +
    +	lea	-40-6*16(%rax),%rsi
     	lea	512($context),%rdi	# &context.Xmm6
    -	mov	\$10,%ecx
    +	mov	\$12,%ecx
     	.long	0xa548f3fc		# cld; rep movsq
    -	lea	`24+64+5*16`(%rax),%rax	# adjust stack pointer
     
     	mov	-8(%rax),%rbx
     	mov	-16(%rax),%rbp
     	mov	-24(%rax),%r12
    +	mov	-32(%rax),%r13
    +	mov	-40(%rax),%r14
     	mov	%rbx,144($context)	# restore context->Rbx
     	mov	%rbp,160($context)	# restore context->Rbp
     	mov	%r12,216($context)	# restore cotnext->R12
    +	mov	%r13,224($context)	# restore cotnext->R13
    +	mov	%r14,232($context)	# restore cotnext->R14
     
     .Lcommon_seh_tail:
     	mov	8(%rax),%rdi
    @@ -1226,6 +1968,13 @@ ssse3_handler:
     	.rva	.LSEH_begin_sha1_block_data_order
     	.rva	.LSEH_end_sha1_block_data_order
     	.rva	.LSEH_info_sha1_block_data_order
    +___
    +$code.=<<___ if ($shaext);
    +	.rva	.LSEH_begin_sha1_block_data_order_shaext
    +	.rva	.LSEH_end_sha1_block_data_order_shaext
    +	.rva	.LSEH_info_sha1_block_data_order_shaext
    +___
    +$code.=<<___;
     	.rva	.LSEH_begin_sha1_block_data_order_ssse3
     	.rva	.LSEH_end_sha1_block_data_order_ssse3
     	.rva	.LSEH_info_sha1_block_data_order_ssse3
    @@ -1235,12 +1984,24 @@ $code.=<<___ if ($avx);
     	.rva	.LSEH_end_sha1_block_data_order_avx
     	.rva	.LSEH_info_sha1_block_data_order_avx
     ___
    +$code.=<<___ if ($avx>1);
    +	.rva	.LSEH_begin_sha1_block_data_order_avx2
    +	.rva	.LSEH_end_sha1_block_data_order_avx2
    +	.rva	.LSEH_info_sha1_block_data_order_avx2
    +___
     $code.=<<___;
     .section	.xdata
     .align	8
     .LSEH_info_sha1_block_data_order:
     	.byte	9,0,0,0
     	.rva	se_handler
    +___
    +$code.=<<___ if ($shaext);
    +.LSEH_info_sha1_block_data_order_shaext:
    +	.byte	9,0,0,0
    +	.rva	shaext_handler
    +___
    +$code.=<<___;
     .LSEH_info_sha1_block_data_order_ssse3:
     	.byte	9,0,0,0
     	.rva	ssse3_handler
    @@ -1252,10 +2013,55 @@ $code.=<<___ if ($avx);
     	.rva	ssse3_handler
     	.rva	.Lprologue_avx,.Lepilogue_avx		# HandlerData[]
     ___
    +$code.=<<___ if ($avx>1);
    +.LSEH_info_sha1_block_data_order_avx2:
    +	.byte	9,0,0,0
    +	.rva	ssse3_handler
    +	.rva	.Lprologue_avx2,.Lepilogue_avx2		# HandlerData[]
    +___
     }
     
     ####################################################################
     
    -$code =~ s/\`([^\`]*)\`/eval $1/gem;
    -print $code;
    +sub sha1rnds4 {
    +    if (@_[0] =~ /\$([x0-9a-f]+),\s*%xmm([0-7]),\s*%xmm([0-7])/) {
    +      my @opcode=(0x0f,0x3a,0xcc);
    +	push @opcode,0xc0|($2&7)|(($3&7)<<3);		# ModR/M
    +	my $c=$1;
    +	push @opcode,$c=~/^0/?oct($c):$c;
    +	return ".byte\t".join(',',@opcode);
    +    } else {
    +	return "sha1rnds4\t".@_[0];
    +    }
    +}
    +
    +sub sha1op38 {
    +    my $instr = shift;
    +    my %opcodelet = (
    +		"sha1nexte" => 0xc8,
    +  		"sha1msg1"  => 0xc9,
    +		"sha1msg2"  => 0xca	);
    +
    +    if (defined($opcodelet{$instr}) && @_[0] =~ /%xmm([0-9]+),\s*%xmm([0-9]+)/) {
    +      my @opcode=(0x0f,0x38);
    +      my $rex=0;
    +	$rex|=0x04			if ($2>=8);
    +	$rex|=0x01			if ($1>=8);
    +	unshift @opcode,0x40|$rex	if ($rex);
    +	push @opcode,$opcodelet{$instr};
    +	push @opcode,0xc0|($1&7)|(($2&7)<<3);		# ModR/M
    +	return ".byte\t".join(',',@opcode);
    +    } else {
    +	return $instr."\t".@_[0];
    +    }
    +}
    +
    +foreach (split("\n",$code)) {
    +	s/\`([^\`]*)\`/eval $1/geo;
    +
    +	s/\b(sha1rnds4)\s+(.*)/sha1rnds4($2)/geo	or
    +	s/\b(sha1[^\s]*)\s+(.*)/sha1op38($1,$2)/geo;
    +
    +	print $_,"\n";
    +}
     close STDOUT;
    diff --git a/openssl/crypto/sha/asm/sha256-586.pl b/openssl/crypto/sha/asm/sha256-586.pl
    index 928ec5312..6462e45ba 100644
    --- a/openssl/crypto/sha/asm/sha256-586.pl
    +++ b/openssl/crypto/sha/asm/sha256-586.pl
    @@ -1,7 +1,7 @@
     #!/usr/bin/env perl
     #
     # ====================================================================
    -# Written by Andy Polyakov  for the OpenSSL
    +# Written by Andy Polyakov  for the OpenSSL
     # project. The module is, however, dual licensed under OpenSSL and
     # CRYPTOGAMS licenses depending on where you obtain it. For further
     # details see http://www.openssl.org/~appro/cryptogams/.
    @@ -9,20 +9,55 @@
     #
     # SHA256 block transform for x86. September 2007.
     #
    -# Performance in clock cycles per processed byte (less is better):
    +# Performance improvement over compiler generated code varies from
    +# 10% to 40% [see below]. Not very impressive on some -archs, but
    +# it's 5 times smaller and optimizies amount of writes.
     #
    -#		Pentium	PIII	P4	AMD K8	Core2
    -# gcc		46	36	41	27	26
    -# icc		57	33	38	25	23	
    -# x86 asm	40	30	33	20	18
    -# x86_64 asm(*)	-	-	21	16	16
    +# May 2012.
     #
    -# (*) x86_64 assembler performance is presented for reference
    -#     purposes.
    +# Optimization including two of Pavel Semjanov's ideas, alternative
    +# Maj and full unroll, resulted in ~20-25% improvement on most CPUs,
    +# ~7% on Pentium, ~40% on Atom. As fully unrolled loop body is almost
    +# 15x larger, 8KB vs. 560B, it's fired only for longer inputs. But not
    +# on P4, where it kills performance, nor Sandy Bridge, where folded
    +# loop is approximately as fast...
     #
    -# Performance improvement over compiler generated code varies from
    -# 10% to 40% [see above]. Not very impressive on some -archs, but
    -# it's 5 times smaller and optimizies amount of writes.
    +# June 2012.
    +#
    +# Add AMD XOP-specific code path, >30% improvement on Bulldozer over
    +# May version, >60% over original. Add AVX+shrd code path, >25%
    +# improvement on Sandy Bridge over May version, 60% over original.
    +#
    +# May 2013.
    +#
    +# Replace AMD XOP code path with SSSE3 to cover more processors.
    +# (Biggest improvement coefficient is on upcoming Atom Silvermont,
    +# not shown.) Add AVX+BMI code path.
    +#
    +# March 2014.
    +#
    +# Add support for Intel SHA Extensions.
    +#
    +# Performance in clock cycles per processed byte (less is better):
    +#
    +#		gcc	icc	x86 asm(*)	SIMD	x86_64 asm(**)	
    +# Pentium	46	57	40/38		-	-
    +# PIII		36	33	27/24		-	-
    +# P4		41	38	28		-	17.3
    +# AMD K8	27	25	19/15.5		-	14.9
    +# Core2		26	23	18/15.6		14.3	13.8
    +# Westmere	27	-	19/15.7		13.4	12.3
    +# Sandy Bridge	25	-	15.9		12.4	11.6
    +# Ivy Bridge	24	-	15.0		11.4	10.3
    +# Haswell	22	-	13.9		9.46	7.80
    +# Bulldozer	36	-	27/22		17.0	13.6
    +# VIA Nano	36	-	25/22		16.8	16.5
    +# Atom		50	-	30/25		21.9	18.9
    +# Silvermont	40	-	34/31		22.9	20.6
    +#
    +# (*)	numbers after slash are for unrolled loop, where applicable;
    +# (**)	x86_64 assembly performance is presented for reference
    +#	purposes, results are best-available;
     
     $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
     push(@INC,"${dir}","${dir}../../perlasm");
    @@ -30,72 +65,122 @@ require "x86asm.pl";
     
     &asm_init($ARGV[0],"sha512-586.pl",$ARGV[$#ARGV] eq "386");
     
    +$xmm=$avx=0;
    +for (@ARGV) { $xmm=1 if (/-DOPENSSL_IA32_SSE2/); }
    +
    +if ($xmm &&	`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
    +			=~ /GNU assembler version ([2-9]\.[0-9]+)/) {
    +	$avx = ($1>=2.19) + ($1>=2.22);
    +}
    +
    +if ($xmm && !$avx && $ARGV[0] eq "win32n" &&
    +		`nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/) {
    +	$avx = ($1>=2.03) + ($1>=2.10);
    +}
    +
    +if ($xmm && !$avx && $ARGV[0] eq "win32" &&
    +		`ml 2>&1` =~ /Version ([0-9]+)\./) {
    +	$avx = ($1>=10) + ($1>=11);
    +}
    +
    +if ($xmm && !$avx && `$ENV{CC} -v 2>&1` =~ /(^clang version|based on LLVM) ([3-9]\.[0-9]+)/) {
    +	$avx = ($2>=3.0) + ($2>3.0);
    +}
    +
    +$shaext=$xmm;	### set to zero if compiling for 1.0.1
    +
    +$unroll_after = 64*4;	# If pre-evicted from L1P cache first spin of
    +			# fully unrolled loop was measured to run about
    +			# 3-4x slower. If slowdown coefficient is N and
    +			# unrolled loop is m times faster, then you break
    +			# even at (N-1)/(m-1) blocks. Then it needs to be
    +			# adjusted for probability of code being evicted,
    +			# code size/cache size=1/4. Typical m is 1.15...
    +
     $A="eax";
     $E="edx";
     $T="ebx";
    -$Aoff=&DWP(0,"esp");
    -$Boff=&DWP(4,"esp");
    -$Coff=&DWP(8,"esp");
    -$Doff=&DWP(12,"esp");
    -$Eoff=&DWP(16,"esp");
    -$Foff=&DWP(20,"esp");
    -$Goff=&DWP(24,"esp");
    -$Hoff=&DWP(28,"esp");
    -$Xoff=&DWP(32,"esp");
    +$Aoff=&DWP(4,"esp");
    +$Boff=&DWP(8,"esp");
    +$Coff=&DWP(12,"esp");
    +$Doff=&DWP(16,"esp");
    +$Eoff=&DWP(20,"esp");
    +$Foff=&DWP(24,"esp");
    +$Goff=&DWP(28,"esp");
    +$Hoff=&DWP(32,"esp");
    +$Xoff=&DWP(36,"esp");
     $K256="ebp";
     
    +sub BODY_16_63() {
    +	&mov	($T,"ecx");			# "ecx" is preloaded
    +	 &mov	("esi",&DWP(4*(9+15+16-14),"esp"));
    +	&ror	("ecx",18-7);
    +	 &mov	("edi","esi");
    +	&ror	("esi",19-17);
    +	 &xor	("ecx",$T);
    +	 &shr	($T,3);
    +	&ror	("ecx",7);
    +	 &xor	("esi","edi");
    +	 &xor	($T,"ecx");			# T = sigma0(X[-15])
    +	&ror	("esi",17);
    +	 &add	($T,&DWP(4*(9+15+16),"esp"));	# T += X[-16]
    +	&shr	("edi",10);
    +	 &add	($T,&DWP(4*(9+15+16-9),"esp"));	# T += X[-7]
    +	#&xor	("edi","esi")			# sigma1(X[-2])
    +	# &add	($T,"edi");			# T += sigma1(X[-2])
    +	# &mov	(&DWP(4*(9+15),"esp"),$T);	# save X[0]
    +
    +	&BODY_00_15(1);
    +}
     sub BODY_00_15() {
         my $in_16_63=shift;
     
     	&mov	("ecx",$E);
    -	 &add	($T,"edi")			if ($in_16_63);	# T += sigma1(X[-2])
    -	&ror	("ecx",25-11);
    +	 &xor	("edi","esi")			if ($in_16_63);	# sigma1(X[-2])
     	 &mov	("esi",$Foff);
    +	&ror	("ecx",25-11);
    +	 &add	($T,"edi")			if ($in_16_63);	# T += sigma1(X[-2])
    +	 &mov	("edi",$Goff);
     	&xor	("ecx",$E);
    +	 &xor	("esi","edi");
    +	 &mov	($T,&DWP(4*(9+15),"esp"))	if (!$in_16_63);
    +	 &mov	(&DWP(4*(9+15),"esp"),$T)	if ($in_16_63);	# save X[0]
     	&ror	("ecx",11-6);
    -	 &mov	(&DWP(4*(8+15),"esp"),$T)	if ($in_16_63);	# save X[0]
    -	&xor	("ecx",$E);
    -	&ror	("ecx",6);	# Sigma1(e)
    -	 &mov	("edi",$Goff);
    -	&add	($T,"ecx");	# T += Sigma1(e)
    -
    -	&xor	("esi","edi");
    -	 &mov	($Eoff,$E);	# modulo-scheduled
    +	 &and	("esi",$E);
    +	 &mov	($Eoff,$E);		# modulo-scheduled
    +	&xor	($E,"ecx");
    +	 &add	($T,$Hoff);		# T += h
    +	 &xor	("esi","edi");		# Ch(e,f,g)
    +	&ror	($E,6);			# Sigma1(e)
     	 &mov	("ecx",$A);
    -	&and	("esi",$E);
    -	 &mov	($E,$Doff);	# e becomes d, which is e in next iteration
    -	&xor	("esi","edi");	# Ch(e,f,g)
    -	 &mov	("edi",$A);
    -	&add	($T,"esi");	# T += Ch(e,f,g)
    +	 &add	($T,"esi");		# T += Ch(e,f,g)
     
     	&ror	("ecx",22-13);
    -	 &add	($T,$Hoff);	# T += h
    +	 &add	($T,$E);		# T += Sigma1(e)
    +	 &mov	("edi",$Boff);
     	&xor	("ecx",$A);
    +	 &mov	($Aoff,$A);		# modulo-scheduled
    +	 &lea	("esp",&DWP(-4,"esp"));
     	&ror	("ecx",13-2);
    -	 &mov	("esi",$Boff);
    -	&xor	("ecx",$A);
    -	&ror	("ecx",2);	# Sigma0(a)
    -	 &add	($E,$T);	# d += T
    -	 &mov	("edi",$Coff);
    -
    -	&add	($T,"ecx");	# T += Sigma0(a)
    -	 &mov	($Aoff,$A);	# modulo-scheduled
    -
    -	&mov	("ecx",$A);
    -	 &sub	("esp",4);
    -	&or	($A,"esi");	# a becomes h, which is a in next iteration
    -	&and	("ecx","esi");
    -	&and	($A,"edi");
     	 &mov	("esi",&DWP(0,$K256));
    -	&or	($A,"ecx");	# h=Maj(a,b,c)
    +	&xor	("ecx",$A);
    +	 &mov	($E,$Eoff);		# e in next iteration, d in this one
    +	 &xor	($A,"edi");		# a ^= b
    +	&ror	("ecx",2);		# Sigma0(a)
     
    +	 &add	($T,"esi");		# T+= K[i]
    +	 &mov	(&DWP(0,"esp"),$A);	# (b^c) in next round
    +	&add	($E,$T);		# d += T
    +	 &and	($A,&DWP(4,"esp"));	# a &= (b^c)
    +	&add	($T,"ecx");		# T += Sigma0(a)
    +	 &xor	($A,"edi");		# h = Maj(a,b,c) = Ch(a^b,c,b)
    +	 &mov	("ecx",&DWP(4*(9+15+16-1),"esp"))	if ($in_16_63);	# preload T
     	&add	($K256,4);
    -	&add	($A,$T);	# h += T
    -	 &mov	($T,&DWP(4*(8+15+16-1),"esp"))	if ($in_16_63);	# preload T
    -	&add	($E,"esi");	# d += K256[i]
    -	&add	($A,"esi");	# h += K256[i]
    +	 &add	($A,$T);		# h += T
     }
     
    +&external_label("OPENSSL_ia32cap_P")		if (!$i386);
    +
     &function_begin("sha256_block_data_order");
     	&mov	("esi",wparam(0));	# ctx
     	&mov	("edi",wparam(1));	# inp
    @@ -116,26 +201,59 @@ sub BODY_00_15() {
     	&mov	(&DWP(4,"esp"),"edi");	# inp
     	&mov	(&DWP(8,"esp"),"eax");	# inp+num*128
     	&mov	(&DWP(12,"esp"),"ebx");	# saved sp
    +						if (!$i386 && $xmm) {
    +	&picmeup("edx","OPENSSL_ia32cap_P",$K256,&label("K256"));
    +	&mov	("ecx",&DWP(0,"edx"));
    +	&mov	("ebx",&DWP(4,"edx"));
    +	&test	("ecx",1<<20);		# check for P4
    +	&jnz	(&label("loop"));
    +	&mov	("edx",&DWP(8,"edx"))	if ($xmm);
    +	&test	("ecx",1<<24);		# check for FXSR
    +	&jz	($unroll_after?&label("no_xmm"):&label("loop"));
    +	&and	("ecx",1<<30);		# mask "Intel CPU" bit
    +	&and	("ebx",1<<28|1<<9);	# mask AVX and SSSE3 bits
    +	&test	("edx",1<<29)		if ($shaext);	# check for SHA
    +	&jnz	(&label("shaext"))	if ($shaext);
    +	&or	("ecx","ebx");
    +	&and	("ecx",1<<28|1<<30);
    +	&cmp	("ecx",1<<28|1<<30);
    +					if ($xmm) {
    +	&je	(&label("AVX"))		if ($avx);
    +	&test	("ebx",1<<9);		# check for SSSE3
    +	&jnz	(&label("SSSE3"));
    +					} else {
    +	&je	(&label("loop_shrd"));
    +					}
    +						if ($unroll_after) {
    +&set_label("no_xmm");
    +	&sub	("eax","edi");
    +	&cmp	("eax",$unroll_after);
    +	&jae	(&label("unrolled"));
    +						} }
    +	&jmp	(&label("loop"));
    +
    +sub COMPACT_LOOP() {
    +my $suffix=shift;
     
    -&set_label("loop",16);
    +&set_label("loop$suffix",$suffix?32:16);
         # copy input block to stack reversing byte and dword order
         for($i=0;$i<4;$i++) {
     	&mov	("eax",&DWP($i*16+0,"edi"));
     	&mov	("ebx",&DWP($i*16+4,"edi"));
     	&mov	("ecx",&DWP($i*16+8,"edi"));
    -	&mov	("edx",&DWP($i*16+12,"edi"));
     	&bswap	("eax");
    +	&mov	("edx",&DWP($i*16+12,"edi"));
     	&bswap	("ebx");
    -	&bswap	("ecx");
    -	&bswap	("edx");
     	&push	("eax");
    +	&bswap	("ecx");
     	&push	("ebx");
    +	&bswap	("edx");
     	&push	("ecx");
     	&push	("edx");
         }
     	&add	("edi",64);
    -	&sub	("esp",4*8);		# place for A,B,C,D,E,F,G,H
    -	&mov	(&DWP(4*(8+16)+4,"esp"),"edi");
    +	&lea	("esp",&DWP(-4*9,"esp"));# place for A,B,C,D,E,F,G,H
    +	&mov	(&DWP(4*(9+16)+4,"esp"),"edi");
     
     	# copy ctx->h[0-7] to A,B,C,D,E,F,G,H on stack
     	&mov	($A,&DWP(0,"esi"));
    @@ -144,8 +262,10 @@ sub BODY_00_15() {
     	&mov	("edi",&DWP(12,"esi"));
     	# &mov	($Aoff,$A);
     	&mov	($Boff,"ebx");
    +	&xor	("ebx","ecx");
     	&mov	($Coff,"ecx");
     	&mov	($Doff,"edi");
    +	&mov	(&DWP(0,"esp"),"ebx");	# magic
     	&mov	($E,&DWP(16,"esi"));	
     	&mov	("ebx",&DWP(20,"esi"));
     	&mov	("ecx",&DWP(24,"esi"));
    @@ -155,59 +275,41 @@ sub BODY_00_15() {
     	&mov	($Goff,"ecx");
     	&mov	($Hoff,"edi");
     
    -&set_label("00_15",16);
    -	&mov	($T,&DWP(4*(8+15),"esp"));
    +&set_label("00_15$suffix",16);
     
     	&BODY_00_15();
     
     	&cmp	("esi",0xc19bf174);
    -	&jne	(&label("00_15"));
    -
    -	&mov	($T,&DWP(4*(8+15+16-1),"esp"));	# preloaded in BODY_00_15(1)
    -&set_label("16_63",16);
    -	&mov	("esi",$T);
    -	 &mov	("ecx",&DWP(4*(8+15+16-14),"esp"));
    -	&ror	("esi",18-7);
    -	 &mov	("edi","ecx");
    -	&xor	("esi",$T);
    -	&ror	("esi",7);
    -	&shr	($T,3);
    -
    -	&ror	("edi",19-17);
    -	 &xor	($T,"esi");			# T = sigma0(X[-15])
    -	&xor	("edi","ecx");
    -	&ror	("edi",17);
    -	&shr	("ecx",10);
    -	 &add	($T,&DWP(4*(8+15+16),"esp"));	# T += X[-16]
    -	&xor	("edi","ecx");			# sigma1(X[-2])
    -
    -	 &add	($T,&DWP(4*(8+15+16-9),"esp"));	# T += X[-7]
    -	# &add	($T,"edi");			# T += sigma1(X[-2])
    -	# &mov	(&DWP(4*(8+15),"esp"),$T);	# save X[0]
    +	&jne	(&label("00_15$suffix"));
     
    -	&BODY_00_15(1);
    +	&mov	("ecx",&DWP(4*(9+15+16-1),"esp"));	# preloaded in BODY_00_15(1)
    +	&jmp	(&label("16_63$suffix"));
    +
    +&set_label("16_63$suffix",16);
    +
    +	&BODY_16_63();
     
     	&cmp	("esi",0xc67178f2);
    -	&jne	(&label("16_63"));
    +	&jne	(&label("16_63$suffix"));
     
    -	&mov	("esi",&DWP(4*(8+16+64)+0,"esp"));#ctx
    +	&mov	("esi",&DWP(4*(9+16+64)+0,"esp"));#ctx
     	# &mov	($A,$Aoff);
     	&mov	("ebx",$Boff);
    -	&mov	("ecx",$Coff);
    -	&mov	("edi",$Doff);
    +	# &mov	("edi",$Coff);
    +	&mov	("ecx",$Doff);
     	&add	($A,&DWP(0,"esi"));
     	&add	("ebx",&DWP(4,"esi"));
    -	&add	("ecx",&DWP(8,"esi"));
    -	&add	("edi",&DWP(12,"esi"));
    +	&add	("edi",&DWP(8,"esi"));
    +	&add	("ecx",&DWP(12,"esi"));
     	&mov	(&DWP(0,"esi"),$A);
     	&mov	(&DWP(4,"esi"),"ebx");
    -	&mov	(&DWP(8,"esi"),"ecx");
    -	&mov	(&DWP(12,"esi"),"edi");
    +	&mov	(&DWP(8,"esi"),"edi");
    +	&mov	(&DWP(12,"esi"),"ecx");
     	# &mov	($E,$Eoff);
     	&mov	("eax",$Foff);
     	&mov	("ebx",$Goff);
     	&mov	("ecx",$Hoff);
    -	&mov	("edi",&DWP(4*(8+16+64)+4,"esp"));#inp
    +	&mov	("edi",&DWP(4*(9+16+64)+4,"esp"));#inp
     	&add	($E,&DWP(16,"esi"));
     	&add	("eax",&DWP(20,"esi"));
     	&add	("ebx",&DWP(24,"esi"));
    @@ -217,33 +319,963 @@ sub BODY_00_15() {
     	&mov	(&DWP(24,"esi"),"ebx");
     	&mov	(&DWP(28,"esi"),"ecx");
     
    -	&add	("esp",4*(8+16+64));		# destroy frame
    +	&lea	("esp",&DWP(4*(9+16+64),"esp"));# destroy frame
     	&sub	($K256,4*64);			# rewind K
     
     	&cmp	("edi",&DWP(8,"esp"));		# are we done yet?
    -	&jb	(&label("loop"));
    -
    +	&jb	(&label("loop$suffix"));
    +}
    +	&COMPACT_LOOP();
    +	&mov	("esp",&DWP(12,"esp"));		# restore sp
    +&function_end_A();
    +						if (!$i386 && !$xmm) {
    +	# ~20% improvement on Sandy Bridge
    +	local *ror = sub { &shrd(@_[0],@_) };
    +	&COMPACT_LOOP("_shrd");
     	&mov	("esp",&DWP(12,"esp"));		# restore sp
     &function_end_A();
    +						}
     
     &set_label("K256",64);	# Yes! I keep it in the code segment!
    -	&data_word(0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5);
    -	&data_word(0x3956c25b,0x59f111f1,0x923f82a4,0xab1c5ed5);
    -	&data_word(0xd807aa98,0x12835b01,0x243185be,0x550c7dc3);
    -	&data_word(0x72be5d74,0x80deb1fe,0x9bdc06a7,0xc19bf174);
    -	&data_word(0xe49b69c1,0xefbe4786,0x0fc19dc6,0x240ca1cc);
    -	&data_word(0x2de92c6f,0x4a7484aa,0x5cb0a9dc,0x76f988da);
    -	&data_word(0x983e5152,0xa831c66d,0xb00327c8,0xbf597fc7);
    -	&data_word(0xc6e00bf3,0xd5a79147,0x06ca6351,0x14292967);
    -	&data_word(0x27b70a85,0x2e1b2138,0x4d2c6dfc,0x53380d13);
    -	&data_word(0x650a7354,0x766a0abb,0x81c2c92e,0x92722c85);
    -	&data_word(0xa2bfe8a1,0xa81a664b,0xc24b8b70,0xc76c51a3);
    -	&data_word(0xd192e819,0xd6990624,0xf40e3585,0x106aa070);
    -	&data_word(0x19a4c116,0x1e376c08,0x2748774c,0x34b0bcb5);
    -	&data_word(0x391c0cb3,0x4ed8aa4a,0x5b9cca4f,0x682e6ff3);
    -	&data_word(0x748f82ee,0x78a5636f,0x84c87814,0x8cc70208);
    -	&data_word(0x90befffa,0xa4506ceb,0xbef9a3f7,0xc67178f2);
    -&function_end_B("sha256_block_data_order");
    +@K256=(	0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5,
    +	0x3956c25b,0x59f111f1,0x923f82a4,0xab1c5ed5,
    +	0xd807aa98,0x12835b01,0x243185be,0x550c7dc3,
    +	0x72be5d74,0x80deb1fe,0x9bdc06a7,0xc19bf174,
    +	0xe49b69c1,0xefbe4786,0x0fc19dc6,0x240ca1cc,
    +	0x2de92c6f,0x4a7484aa,0x5cb0a9dc,0x76f988da,
    +	0x983e5152,0xa831c66d,0xb00327c8,0xbf597fc7,
    +	0xc6e00bf3,0xd5a79147,0x06ca6351,0x14292967,
    +	0x27b70a85,0x2e1b2138,0x4d2c6dfc,0x53380d13,
    +	0x650a7354,0x766a0abb,0x81c2c92e,0x92722c85,
    +	0xa2bfe8a1,0xa81a664b,0xc24b8b70,0xc76c51a3,
    +	0xd192e819,0xd6990624,0xf40e3585,0x106aa070,
    +	0x19a4c116,0x1e376c08,0x2748774c,0x34b0bcb5,
    +	0x391c0cb3,0x4ed8aa4a,0x5b9cca4f,0x682e6ff3,
    +	0x748f82ee,0x78a5636f,0x84c87814,0x8cc70208,
    +	0x90befffa,0xa4506ceb,0xbef9a3f7,0xc67178f2	);
    +&data_word(@K256);
    +&data_word(0x00010203,0x04050607,0x08090a0b,0x0c0d0e0f);	# byte swap mask
     &asciz("SHA256 block transform for x86, CRYPTOGAMS by ");
     
    +($a,$b,$c,$d,$e,$f,$g,$h)=(0..7);	# offsets
    +sub off { &DWP(4*(((shift)-$i)&7),"esp"); }
    +
    +if (!$i386 && $unroll_after) {
    +my @AH=($A,$K256);
    +
    +&set_label("unrolled",16);
    +	&lea	("esp",&DWP(-96,"esp"));
    +	# copy ctx->h[0-7] to A,B,C,D,E,F,G,H on stack
    +	&mov	($AH[0],&DWP(0,"esi"));
    +	&mov	($AH[1],&DWP(4,"esi"));
    +	&mov	("ecx",&DWP(8,"esi"));
    +	&mov	("ebx",&DWP(12,"esi"));
    +	#&mov	(&DWP(0,"esp"),$AH[0]);
    +	&mov	(&DWP(4,"esp"),$AH[1]);
    +	&xor	($AH[1],"ecx");		# magic
    +	&mov	(&DWP(8,"esp"),"ecx");
    +	&mov	(&DWP(12,"esp"),"ebx");
    +	&mov	($E,&DWP(16,"esi"));	
    +	&mov	("ebx",&DWP(20,"esi"));
    +	&mov	("ecx",&DWP(24,"esi"));
    +	&mov	("esi",&DWP(28,"esi"));
    +	#&mov	(&DWP(16,"esp"),$E);
    +	&mov	(&DWP(20,"esp"),"ebx");
    +	&mov	(&DWP(24,"esp"),"ecx");
    +	&mov	(&DWP(28,"esp"),"esi");
    +	&jmp	(&label("grand_loop"));
    +
    +&set_label("grand_loop",16);
    +    # copy input block to stack reversing byte order
    +    for($i=0;$i<5;$i++) {
    +	&mov	("ebx",&DWP(12*$i+0,"edi"));
    +	&mov	("ecx",&DWP(12*$i+4,"edi"));
    +	&bswap	("ebx");
    +	&mov	("esi",&DWP(12*$i+8,"edi"));
    +	&bswap	("ecx");
    +	&mov	(&DWP(32+12*$i+0,"esp"),"ebx");
    +	&bswap	("esi");
    +	&mov	(&DWP(32+12*$i+4,"esp"),"ecx");
    +	&mov	(&DWP(32+12*$i+8,"esp"),"esi");
    +    }
    +	&mov	("ebx",&DWP($i*12,"edi"));
    +	&add	("edi",64);
    +	&bswap	("ebx");
    +	&mov	(&DWP(96+4,"esp"),"edi");
    +	&mov	(&DWP(32+12*$i,"esp"),"ebx");
    +
    +    my ($t1,$t2) = ("ecx","esi");
    +
    +    for ($i=0;$i<64;$i++) {
    +
    +      if ($i>=16) {
    +	&mov	($T,$t1);			# $t1 is preloaded
    +	# &mov	($t2,&DWP(32+4*(($i+14)&15),"esp"));
    +	&ror	($t1,18-7);
    +	 &mov	("edi",$t2);
    +	&ror	($t2,19-17);
    +	 &xor	($t1,$T);
    +	 &shr	($T,3);
    +	&ror	($t1,7);
    +	 &xor	($t2,"edi");
    +	 &xor	($T,$t1);			# T = sigma0(X[-15])
    +	&ror	($t2,17);
    +	 &add	($T,&DWP(32+4*($i&15),"esp"));	# T += X[-16]
    +	&shr	("edi",10);
    +	 &add	($T,&DWP(32+4*(($i+9)&15),"esp"));	# T += X[-7]
    +	#&xor	("edi",$t2)			# sigma1(X[-2])
    +	# &add	($T,"edi");			# T += sigma1(X[-2])
    +	# &mov	(&DWP(4*(9+15),"esp"),$T);	# save X[0]
    +      }
    +	&mov	($t1,$E);
    +	 &xor	("edi",$t2)			if ($i>=16);	# sigma1(X[-2])
    +	 &mov	($t2,&off($f));
    +	&ror	($E,25-11);
    +	 &add	($T,"edi")			if ($i>=16);	# T += sigma1(X[-2])
    +	 &mov	("edi",&off($g));
    +	&xor	($E,$t1);
    +	 &mov	($T,&DWP(32+4*($i&15),"esp"))	if ($i<16);	# X[i]
    +	 &mov	(&DWP(32+4*($i&15),"esp"),$T)	if ($i>=16 && $i<62);	# save X[0]
    +	 &xor	($t2,"edi");
    +	&ror	($E,11-6);
    +	 &and	($t2,$t1);
    +	 &mov	(&off($e),$t1);		# save $E, modulo-scheduled
    +	&xor	($E,$t1);
    +	 &add	($T,&off($h));		# T += h
    +	 &xor	("edi",$t2);		# Ch(e,f,g)
    +	&ror	($E,6);			# Sigma1(e)
    +	 &mov	($t1,$AH[0]);
    +	 &add	($T,"edi");		# T += Ch(e,f,g)
    +
    +	&ror	($t1,22-13);
    +	 &mov	($t2,$AH[0]);
    +	 &mov	("edi",&off($b));
    +	&xor	($t1,$AH[0]);
    +	 &mov	(&off($a),$AH[0]);	# save $A, modulo-scheduled
    +	 &xor	($AH[0],"edi");		# a ^= b, (b^c) in next round
    +	&ror	($t1,13-2);
    +	 &and	($AH[1],$AH[0]);	# (b^c) &= (a^b)
    +	 &lea	($E,&DWP(@K256[$i],$T,$E));	# T += Sigma1(1)+K[i]
    +	&xor	($t1,$t2);
    +	 &xor	($AH[1],"edi");		# h = Maj(a,b,c) = Ch(a^b,c,b)
    +	 &mov	($t2,&DWP(32+4*(($i+2)&15),"esp"))	if ($i>=15 && $i<63);
    +	&ror	($t1,2);		# Sigma0(a)
    +
    +	 &add	($AH[1],$E);		# h += T
    +	 &add	($E,&off($d));		# d += T
    +	&add	($AH[1],$t1);		# h += Sigma0(a)
    +	 &mov	($t1,&DWP(32+4*(($i+15)&15),"esp"))	if ($i>=15 && $i<63);
    +
    +	@AH = reverse(@AH);		# rotate(a,h)
    +	($t1,$t2) = ($t2,$t1);		# rotate(t1,t2)
    +    }
    +	&mov	("esi",&DWP(96,"esp"));	#ctx
    +					#&mov	($AH[0],&DWP(0,"esp"));
    +	&xor	($AH[1],"edi");		#&mov	($AH[1],&DWP(4,"esp"));
    +					#&mov	("edi", &DWP(8,"esp"));
    +	&mov	("ecx",&DWP(12,"esp"));
    +	&add	($AH[0],&DWP(0,"esi"));
    +	&add	($AH[1],&DWP(4,"esi"));
    +	&add	("edi",&DWP(8,"esi"));
    +	&add	("ecx",&DWP(12,"esi"));
    +	&mov	(&DWP(0,"esi"),$AH[0]);
    +	&mov	(&DWP(4,"esi"),$AH[1]);
    +	&mov	(&DWP(8,"esi"),"edi");
    +	&mov	(&DWP(12,"esi"),"ecx");
    +	 #&mov	(&DWP(0,"esp"),$AH[0]);
    +	 &mov	(&DWP(4,"esp"),$AH[1]);
    +	 &xor	($AH[1],"edi");		# magic
    +	 &mov	(&DWP(8,"esp"),"edi");
    +	 &mov	(&DWP(12,"esp"),"ecx");
    +	#&mov	($E,&DWP(16,"esp"));
    +	&mov	("edi",&DWP(20,"esp"));
    +	&mov	("ebx",&DWP(24,"esp"));
    +	&mov	("ecx",&DWP(28,"esp"));
    +	&add	($E,&DWP(16,"esi"));
    +	&add	("edi",&DWP(20,"esi"));
    +	&add	("ebx",&DWP(24,"esi"));
    +	&add	("ecx",&DWP(28,"esi"));
    +	&mov	(&DWP(16,"esi"),$E);
    +	&mov	(&DWP(20,"esi"),"edi");
    +	&mov	(&DWP(24,"esi"),"ebx");
    +	&mov	(&DWP(28,"esi"),"ecx");
    +	 #&mov	(&DWP(16,"esp"),$E);
    +	 &mov	(&DWP(20,"esp"),"edi");
    +	&mov	("edi",&DWP(96+4,"esp"));	# inp
    +	 &mov	(&DWP(24,"esp"),"ebx");
    +	 &mov	(&DWP(28,"esp"),"ecx");
    +
    +	&cmp	("edi",&DWP(96+8,"esp"));	# are we done yet?
    +	&jb	(&label("grand_loop"));
    +
    +	&mov	("esp",&DWP(96+12,"esp"));	# restore sp
    +&function_end_A();
    +}
    +						if (!$i386 && $xmm) {{{
    +if ($shaext) {
    +######################################################################
    +# Intel SHA Extensions implementation of SHA256 update function.
    +#
    +my ($ctx,$inp,$end)=("esi","edi","eax");
    +my ($Wi,$ABEF,$CDGH,$TMP)=map("xmm$_",(0..2,7));
    +my @MSG=map("xmm$_",(3..6));
    +
    +sub sha256op38 {
    + my ($opcodelet,$dst,$src)=@_;
    +    if ("$dst:$src" =~ /xmm([0-7]):xmm([0-7])/)
    +    {	&data_byte(0x0f,0x38,$opcodelet,0xc0|($1<<3)|$2);	}
    +}
    +sub sha256rnds2	{ sha256op38(0xcb,@_); }
    +sub sha256msg1	{ sha256op38(0xcc,@_); }
    +sub sha256msg2	{ sha256op38(0xcd,@_); }
    +
    +&set_label("shaext",32);
    +	&sub		("esp",32);
    +
    +	&movdqu		($ABEF,&QWP(0,$ctx));		# DCBA
    +	&lea		($K256,&DWP(0x80,$K256));
    +	&movdqu		($CDGH,&QWP(16,$ctx));		# HGFE
    +	&movdqa		($TMP,&QWP(0x100-0x80,$K256));	# byte swap mask
    +
    +	&pshufd		($Wi,$ABEF,0x1b);		# ABCD
    +	&pshufd		($ABEF,$ABEF,0xb1);		# CDAB
    +	&pshufd		($CDGH,$CDGH,0x1b);		# EFGH
    +	&palignr	($ABEF,$CDGH,8);		# ABEF
    +	&punpcklqdq	($CDGH,$Wi);			# CDGH
    +	&jmp		(&label("loop_shaext"));
    +
    +&set_label("loop_shaext",16);
    +	&movdqu		(@MSG[0],&QWP(0,$inp));
    +	&movdqu		(@MSG[1],&QWP(0x10,$inp));
    +	&movdqu		(@MSG[2],&QWP(0x20,$inp));
    +	&pshufb		(@MSG[0],$TMP);
    +	&movdqu		(@MSG[3],&QWP(0x30,$inp));
    +	&movdqa		(&QWP(16,"esp"),$CDGH);		# offload
    +
    +	&movdqa		($Wi,&QWP(0*16-0x80,$K256));
    +	&paddd		($Wi,@MSG[0]);
    +	&pshufb		(@MSG[1],$TMP);
    +	&sha256rnds2	($CDGH,$ABEF);			# 0-3
    +	&pshufd		($Wi,$Wi,0x0e);
    +	&nop		();
    +	&movdqa		(&QWP(0,"esp"),$ABEF);		# offload
    +	&sha256rnds2	($ABEF,$CDGH);
    +
    +	&movdqa		($Wi,&QWP(1*16-0x80,$K256));
    +	&paddd		($Wi,@MSG[1]);
    +	&pshufb		(@MSG[2],$TMP);
    +	&sha256rnds2	($CDGH,$ABEF);			# 4-7
    +	&pshufd		($Wi,$Wi,0x0e);
    +	&lea		($inp,&DWP(0x40,$inp));
    +	&sha256msg1	(@MSG[0],@MSG[1]);
    +	&sha256rnds2	($ABEF,$CDGH);
    +
    +	&movdqa		($Wi,&QWP(2*16-0x80,$K256));
    +	&paddd		($Wi,@MSG[2]);
    +	&pshufb		(@MSG[3],$TMP);
    +	&sha256rnds2	($CDGH,$ABEF);			# 8-11
    +	&pshufd		($Wi,$Wi,0x0e);
    +	&movdqa		($TMP,@MSG[3]);
    +	&palignr	($TMP,@MSG[2],4);
    +	&nop		();
    +	&paddd		(@MSG[0],$TMP);
    +	&sha256msg1	(@MSG[1],@MSG[2]);
    +	&sha256rnds2	($ABEF,$CDGH);
    +
    +	&movdqa		($Wi,&QWP(3*16-0x80,$K256));
    +	&paddd		($Wi,@MSG[3]);
    +	&sha256msg2	(@MSG[0],@MSG[3]);
    +	&sha256rnds2	($CDGH,$ABEF);			# 12-15
    +	&pshufd		($Wi,$Wi,0x0e);
    +	&movdqa		($TMP,@MSG[0]);
    +	&palignr	($TMP,@MSG[3],4);
    +	&nop		();
    +	&paddd		(@MSG[1],$TMP);
    +	&sha256msg1	(@MSG[2],@MSG[3]);
    +	&sha256rnds2	($ABEF,$CDGH);
    +
    +for($i=4;$i<16-3;$i++) {
    +	&movdqa		($Wi,&QWP($i*16-0x80,$K256));
    +	&paddd		($Wi,@MSG[0]);
    +	&sha256msg2	(@MSG[1],@MSG[0]);
    +	&sha256rnds2	($CDGH,$ABEF);			# 16-19...
    +	&pshufd		($Wi,$Wi,0x0e);
    +	&movdqa		($TMP,@MSG[1]);
    +	&palignr	($TMP,@MSG[0],4);
    +	&nop		();
    +	&paddd		(@MSG[2],$TMP);
    +	&sha256msg1	(@MSG[3],@MSG[0]);
    +	&sha256rnds2	($ABEF,$CDGH);
    +
    +	push(@MSG,shift(@MSG));
    +}
    +	&movdqa		($Wi,&QWP(13*16-0x80,$K256));
    +	&paddd		($Wi,@MSG[0]);
    +	&sha256msg2	(@MSG[1],@MSG[0]);
    +	&sha256rnds2	($CDGH,$ABEF);			# 52-55
    +	&pshufd		($Wi,$Wi,0x0e);
    +	&movdqa		($TMP,@MSG[1])
    +	&palignr	($TMP,@MSG[0],4);
    +	&sha256rnds2	($ABEF,$CDGH);
    +	&paddd		(@MSG[2],$TMP);
    +
    +	&movdqa		($Wi,&QWP(14*16-0x80,$K256));
    +	&paddd		($Wi,@MSG[1]);
    +	&sha256rnds2	($CDGH,$ABEF);			# 56-59
    +	&pshufd		($Wi,$Wi,0x0e);
    +	&sha256msg2	(@MSG[2],@MSG[1]);
    +	&movdqa		($TMP,&QWP(0x100-0x80,$K256));	# byte swap mask
    +	&sha256rnds2	($ABEF,$CDGH);
    +
    +	&movdqa		($Wi,&QWP(15*16-0x80,$K256));
    +	&paddd		($Wi,@MSG[2]);
    +	&nop		();
    +	&sha256rnds2	($CDGH,$ABEF);			# 60-63
    +	&pshufd		($Wi,$Wi,0x0e);
    +	&cmp		($end,$inp);
    +	&nop		();
    +	&sha256rnds2	($ABEF,$CDGH);
    +
    +	&paddd		($CDGH,&QWP(16,"esp"));
    +	&paddd		($ABEF,&QWP(0,"esp"));
    +	&jnz		(&label("loop_shaext"));
    +
    +	&pshufd		($CDGH,$CDGH,0xb1);		# DCHG
    +	&pshufd		($TMP,$ABEF,0x1b);		# FEBA
    +	&pshufd		($ABEF,$ABEF,0xb1);		# BAFE
    +	&punpckhqdq	($ABEF,$CDGH);			# DCBA
    +	&palignr	($CDGH,$TMP,8);			# HGFE
    +
    +	&mov		("esp",&DWP(32+12,"esp"));
    +	&movdqu		(&QWP(0,$ctx),$ABEF);
    +	&movdqu		(&QWP(16,$ctx),$CDGH);
    +&function_end_A();
    +}
    +
    +my @X = map("xmm$_",(0..3));
    +my ($t0,$t1,$t2,$t3) = map("xmm$_",(4..7));
    +my @AH = ($A,$T);
    +
    +&set_label("SSSE3",32);
    +	&lea	("esp",&DWP(-96,"esp"));
    +	# copy ctx->h[0-7] to A,B,C,D,E,F,G,H on stack
    +	&mov	($AH[0],&DWP(0,"esi"));
    +	&mov	($AH[1],&DWP(4,"esi"));
    +	&mov	("ecx",&DWP(8,"esi"));
    +	&mov	("edi",&DWP(12,"esi"));
    +	#&mov	(&DWP(0,"esp"),$AH[0]);
    +	&mov	(&DWP(4,"esp"),$AH[1]);
    +	&xor	($AH[1],"ecx");			# magic
    +	&mov	(&DWP(8,"esp"),"ecx");
    +	&mov	(&DWP(12,"esp"),"edi");
    +	&mov	($E,&DWP(16,"esi"));
    +	&mov	("edi",&DWP(20,"esi"));
    +	&mov	("ecx",&DWP(24,"esi"));
    +	&mov	("esi",&DWP(28,"esi"));
    +	#&mov	(&DWP(16,"esp"),$E);
    +	&mov	(&DWP(20,"esp"),"edi");
    +	&mov	("edi",&DWP(96+4,"esp"));	# inp
    +	&mov	(&DWP(24,"esp"),"ecx");
    +	&mov	(&DWP(28,"esp"),"esi");
    +	&movdqa	($t3,&QWP(256,$K256));
    +	&jmp	(&label("grand_ssse3"));
    +
    +&set_label("grand_ssse3",16);
    +	# load input, reverse byte order, add K256[0..15], save to stack
    +	&movdqu	(@X[0],&QWP(0,"edi"));
    +	&movdqu	(@X[1],&QWP(16,"edi"));
    +	&movdqu	(@X[2],&QWP(32,"edi"));
    +	&movdqu	(@X[3],&QWP(48,"edi"));
    +	&add	("edi",64);
    +	&pshufb	(@X[0],$t3);
    +	&mov	(&DWP(96+4,"esp"),"edi");
    +	&pshufb	(@X[1],$t3);
    +	&movdqa	($t0,&QWP(0,$K256));
    +	&pshufb	(@X[2],$t3);
    +	&movdqa	($t1,&QWP(16,$K256));
    +	&paddd	($t0,@X[0]);
    +	&pshufb	(@X[3],$t3);
    +	&movdqa	($t2,&QWP(32,$K256));
    +	&paddd	($t1,@X[1]);
    +	&movdqa	($t3,&QWP(48,$K256));
    +	&movdqa	(&QWP(32+0,"esp"),$t0);
    +	&paddd	($t2,@X[2]);
    +	&movdqa	(&QWP(32+16,"esp"),$t1);
    +	&paddd	($t3,@X[3]);
    +	&movdqa	(&QWP(32+32,"esp"),$t2);
    +	&movdqa	(&QWP(32+48,"esp"),$t3);
    +	&jmp	(&label("ssse3_00_47"));
    +
    +&set_label("ssse3_00_47",16);
    +	&add		($K256,64);
    +
    +sub SSSE3_00_47 () {
    +my $j = shift;
    +my $body = shift;
    +my @X = @_;
    +my @insns = (&$body,&$body,&$body,&$body);	# 120 instructions
    +
    +	  eval(shift(@insns));
    +	&movdqa		($t0,@X[1]);
    +	  eval(shift(@insns));			# @
    +	  eval(shift(@insns));
    +	&movdqa		($t3,@X[3]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&palignr	($t0,@X[0],4);		# X[1..4]
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));			# @
    +	  eval(shift(@insns));
    +	 &palignr	($t3,@X[2],4);		# X[9..12]
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&movdqa		($t1,$t0);
    +	  eval(shift(@insns));			# @
    +	  eval(shift(@insns));
    +	&movdqa		($t2,$t0);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&psrld		($t0,3);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));			# @
    +	 &paddd		(@X[0],$t3);		# X[0..3] += X[9..12]
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&psrld		($t2,7);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));			# @
    +	  eval(shift(@insns));
    +	 &pshufd	($t3,@X[3],0b11111010);	# X[14..15]
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&pslld		($t1,32-18);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));			# @
    +	&pxor		($t0,$t2);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&psrld		($t2,18-7);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));			# @
    +	&pxor		($t0,$t1);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&pslld		($t1,18-7);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));			# @
    +	&pxor		($t0,$t2);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &movdqa	($t2,$t3);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));			# @
    +	&pxor		($t0,$t1);		# sigma0(X[1..4])
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &psrld		($t3,10);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));			# @
    +	&paddd		(@X[0],$t0);		# X[0..3] += sigma0(X[1..4])
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &psrlq		($t2,17);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));			# @
    +	 &pxor		($t3,$t2);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &psrlq		($t2,19-17);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));			# @
    +	 &pxor		($t3,$t2);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &pshufd	($t3,$t3,0b10000000);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));			# @
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));			# @
    +	  eval(shift(@insns));
    +	 &psrldq	($t3,8);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&paddd		(@X[0],$t3);		# X[0..1] += sigma1(X[14..15])
    +	  eval(shift(@insns));			# @
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));			# @
    +	  eval(shift(@insns));
    +	 &pshufd	($t3,@X[0],0b01010000);	# X[16..17]
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &movdqa	($t2,$t3);
    +	  eval(shift(@insns));			# @
    +	 &psrld		($t3,10);
    +	  eval(shift(@insns));
    +	 &psrlq		($t2,17);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));			# @
    +	 &pxor		($t3,$t2);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &psrlq		($t2,19-17);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));			# @
    +	 &pxor		($t3,$t2);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &pshufd	($t3,$t3,0b00001000);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));			# @
    +	&movdqa		($t2,&QWP(16*$j,$K256));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &pslldq	($t3,8);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));			# @
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));			# @
    +	&paddd		(@X[0],$t3);		# X[2..3] += sigma1(X[16..17])
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&paddd		($t2,@X[0]);
    +	  eval(shift(@insns));			# @
    +
    +	foreach (@insns) { eval; }		# remaining instructions
    +
    +	&movdqa		(&QWP(32+16*$j,"esp"),$t2);
    +}
    +
    +sub body_00_15 () {
    +	(
    +	'&mov	("ecx",$E);',
    +	'&ror	($E,25-11);',
    +	 '&mov	("esi",&off($f));',
    +	'&xor	($E,"ecx");',
    +	 '&mov	("edi",&off($g));',
    +	 '&xor	("esi","edi");',
    +	'&ror	($E,11-6);',
    +	 '&and	("esi","ecx");',
    +	 '&mov	(&off($e),"ecx");',	# save $E, modulo-scheduled
    +	'&xor	($E,"ecx");',
    +	 '&xor	("edi","esi");',	# Ch(e,f,g)
    +	'&ror	($E,6);',		# T = Sigma1(e)
    +	 '&mov	("ecx",$AH[0]);',
    +	 '&add	($E,"edi");',		# T += Ch(e,f,g)
    +	 '&mov	("edi",&off($b));',
    +	'&mov	("esi",$AH[0]);',
    +
    +	'&ror	("ecx",22-13);',
    +	 '&mov	(&off($a),$AH[0]);',	# save $A, modulo-scheduled
    +	'&xor	("ecx",$AH[0]);',
    +	 '&xor	($AH[0],"edi");',	# a ^= b, (b^c) in next round
    +	 '&add	($E,&off($h));',	# T += h
    +	'&ror	("ecx",13-2);',
    +	 '&and	($AH[1],$AH[0]);',	# (b^c) &= (a^b)
    +	'&xor	("ecx","esi");',
    +	 '&add	($E,&DWP(32+4*($i&15),"esp"));',	# T += K[i]+X[i]
    +	 '&xor	($AH[1],"edi");',	# h = Maj(a,b,c) = Ch(a^b,c,b)
    +	'&ror	("ecx",2);',		# Sigma0(a)
    +
    +	 '&add	($AH[1],$E);',		# h += T
    +	 '&add	($E,&off($d));',	# d += T
    +	'&add	($AH[1],"ecx");'.	# h += Sigma0(a)
    +
    +	'@AH = reverse(@AH); $i++;'	# rotate(a,h)
    +	);
    +}
    +
    +    for ($i=0,$j=0; $j<4; $j++) {
    +	&SSSE3_00_47($j,\&body_00_15,@X);
    +	push(@X,shift(@X));		# rotate(@X)
    +    }
    +	&cmp	(&DWP(16*$j,$K256),0x00010203);
    +	&jne	(&label("ssse3_00_47"));
    +
    +    for ($i=0; $i<16; ) {
    +	foreach(body_00_15()) { eval; }
    +    }
    +
    +	&mov	("esi",&DWP(96,"esp"));	#ctx
    +					#&mov	($AH[0],&DWP(0,"esp"));
    +	&xor	($AH[1],"edi");		#&mov	($AH[1],&DWP(4,"esp"));
    +					#&mov	("edi", &DWP(8,"esp"));
    +	&mov	("ecx",&DWP(12,"esp"));
    +	&add	($AH[0],&DWP(0,"esi"));
    +	&add	($AH[1],&DWP(4,"esi"));
    +	&add	("edi",&DWP(8,"esi"));
    +	&add	("ecx",&DWP(12,"esi"));
    +	&mov	(&DWP(0,"esi"),$AH[0]);
    +	&mov	(&DWP(4,"esi"),$AH[1]);
    +	&mov	(&DWP(8,"esi"),"edi");
    +	&mov	(&DWP(12,"esi"),"ecx");
    +	 #&mov	(&DWP(0,"esp"),$AH[0]);
    +	 &mov	(&DWP(4,"esp"),$AH[1]);
    +	 &xor	($AH[1],"edi");			# magic
    +	 &mov	(&DWP(8,"esp"),"edi");
    +	 &mov	(&DWP(12,"esp"),"ecx");
    +	#&mov	($E,&DWP(16,"esp"));
    +	&mov	("edi",&DWP(20,"esp"));
    +	&mov	("ecx",&DWP(24,"esp"));
    +	&add	($E,&DWP(16,"esi"));
    +	&add	("edi",&DWP(20,"esi"));
    +	&add	("ecx",&DWP(24,"esi"));
    +	&mov	(&DWP(16,"esi"),$E);
    +	&mov	(&DWP(20,"esi"),"edi");
    +	 &mov	(&DWP(20,"esp"),"edi");
    +	&mov	("edi",&DWP(28,"esp"));
    +	&mov	(&DWP(24,"esi"),"ecx");
    +	 #&mov	(&DWP(16,"esp"),$E);
    +	&add	("edi",&DWP(28,"esi"));
    +	 &mov	(&DWP(24,"esp"),"ecx");
    +	&mov	(&DWP(28,"esi"),"edi");
    +	 &mov	(&DWP(28,"esp"),"edi");
    +	&mov	("edi",&DWP(96+4,"esp"));	# inp
    +
    +	&movdqa	($t3,&QWP(64,$K256));
    +	&sub	($K256,3*64);			# rewind K
    +	&cmp	("edi",&DWP(96+8,"esp"));	# are we done yet?
    +	&jb	(&label("grand_ssse3"));
    +
    +	&mov	("esp",&DWP(96+12,"esp"));	# restore sp
    +&function_end_A();
    +						if ($avx) {
    +&set_label("AVX",32);
    +						if ($avx>1) {
    +	&and	("edx",1<<8|1<<3);		# check for BMI2+BMI1
    +	&cmp	("edx",1<<8|1<<3);
    +	&je	(&label("AVX_BMI"));
    +						}
    +	&lea	("esp",&DWP(-96,"esp"));
    +	&vzeroall	();
    +	# copy ctx->h[0-7] to A,B,C,D,E,F,G,H on stack
    +	&mov	($AH[0],&DWP(0,"esi"));
    +	&mov	($AH[1],&DWP(4,"esi"));
    +	&mov	("ecx",&DWP(8,"esi"));
    +	&mov	("edi",&DWP(12,"esi"));
    +	#&mov	(&DWP(0,"esp"),$AH[0]);
    +	&mov	(&DWP(4,"esp"),$AH[1]);
    +	&xor	($AH[1],"ecx");			# magic
    +	&mov	(&DWP(8,"esp"),"ecx");
    +	&mov	(&DWP(12,"esp"),"edi");
    +	&mov	($E,&DWP(16,"esi"));
    +	&mov	("edi",&DWP(20,"esi"));
    +	&mov	("ecx",&DWP(24,"esi"));
    +	&mov	("esi",&DWP(28,"esi"));
    +	#&mov	(&DWP(16,"esp"),$E);
    +	&mov	(&DWP(20,"esp"),"edi");
    +	&mov	("edi",&DWP(96+4,"esp"));	# inp
    +	&mov	(&DWP(24,"esp"),"ecx");
    +	&mov	(&DWP(28,"esp"),"esi");
    +	&vmovdqa	($t3,&QWP(256,$K256));
    +	&jmp	(&label("grand_avx"));
    +
    +&set_label("grand_avx",32);
    +	# load input, reverse byte order, add K256[0..15], save to stack
    +	&vmovdqu	(@X[0],&QWP(0,"edi"));
    +	&vmovdqu	(@X[1],&QWP(16,"edi"));
    +	&vmovdqu	(@X[2],&QWP(32,"edi"));
    +	&vmovdqu	(@X[3],&QWP(48,"edi"));
    +	&add		("edi",64);
    +	&vpshufb	(@X[0],@X[0],$t3);
    +	&mov		(&DWP(96+4,"esp"),"edi");
    +	&vpshufb	(@X[1],@X[1],$t3);
    +	&vpshufb	(@X[2],@X[2],$t3);
    +	&vpaddd		($t0,@X[0],&QWP(0,$K256));
    +	&vpshufb	(@X[3],@X[3],$t3);
    +	&vpaddd		($t1,@X[1],&QWP(16,$K256));
    +	&vpaddd		($t2,@X[2],&QWP(32,$K256));
    +	&vpaddd		($t3,@X[3],&QWP(48,$K256));
    +	&vmovdqa	(&QWP(32+0,"esp"),$t0);
    +	&vmovdqa	(&QWP(32+16,"esp"),$t1);
    +	&vmovdqa	(&QWP(32+32,"esp"),$t2);
    +	&vmovdqa	(&QWP(32+48,"esp"),$t3);
    +	&jmp		(&label("avx_00_47"));
    +
    +&set_label("avx_00_47",16);
    +	&add		($K256,64);
    +
    +sub Xupdate_AVX () {
    +	(
    +	'&vpalignr	($t0,@X[1],@X[0],4);',	# X[1..4]
    +	 '&vpalignr	($t3,@X[3],@X[2],4);',	# X[9..12]
    +	'&vpsrld	($t2,$t0,7);',
    +	 '&vpaddd	(@X[0],@X[0],$t3);',	# X[0..3] += X[9..16]
    +	'&vpsrld	($t3,$t0,3);',
    +	'&vpslld	($t1,$t0,14);',
    +	'&vpxor		($t0,$t3,$t2);',
    +	 '&vpshufd	($t3,@X[3],0b11111010)',# X[14..15]
    +	'&vpsrld	($t2,$t2,18-7);',
    +	'&vpxor		($t0,$t0,$t1);',
    +	'&vpslld	($t1,$t1,25-14);',
    +	'&vpxor		($t0,$t0,$t2);',
    +	 '&vpsrld	($t2,$t3,10);',
    +	'&vpxor		($t0,$t0,$t1);',	# sigma0(X[1..4])
    +	 '&vpsrlq	($t1,$t3,17);',
    +	'&vpaddd	(@X[0],@X[0],$t0);',	# X[0..3] += sigma0(X[1..4])
    +	 '&vpxor	($t2,$t2,$t1);',
    +	 '&vpsrlq	($t3,$t3,19);',
    +	 '&vpxor	($t2,$t2,$t3);',	# sigma1(X[14..15]
    +	 '&vpshufd	($t3,$t2,0b10000100);',
    +	'&vpsrldq	($t3,$t3,8);',
    +	'&vpaddd	(@X[0],@X[0],$t3);',	# X[0..1] += sigma1(X[14..15])
    +	 '&vpshufd	($t3,@X[0],0b01010000)',# X[16..17]
    +	 '&vpsrld	($t2,$t3,10);',
    +	 '&vpsrlq	($t1,$t3,17);',
    +	 '&vpxor	($t2,$t2,$t1);',
    +	 '&vpsrlq	($t3,$t3,19);',
    +	 '&vpxor	($t2,$t2,$t3);',	# sigma1(X[16..17]
    +	 '&vpshufd	($t3,$t2,0b11101000);',
    +	'&vpslldq	($t3,$t3,8);',
    +	'&vpaddd	(@X[0],@X[0],$t3);'	# X[2..3] += sigma1(X[16..17])
    +	);
    +}
    +
    +local *ror = sub { &shrd(@_[0],@_) };
    +sub AVX_00_47 () {
    +my $j = shift;
    +my $body = shift;
    +my @X = @_;
    +my @insns = (&$body,&$body,&$body,&$body);	# 120 instructions
    +my $insn;
    +
    +	foreach (Xupdate_AVX()) {		# 31 instructions
    +	    eval;
    +	    eval(shift(@insns));
    +	    eval(shift(@insns));
    +	    eval($insn = shift(@insns));
    +	    eval(shift(@insns)) if ($insn =~ /rorx/ && @insns[0] =~ /rorx/);
    +	}
    +	&vpaddd		($t2,@X[0],&QWP(16*$j,$K256));
    +	foreach (@insns) { eval; }		# remaining instructions
    +	&vmovdqa	(&QWP(32+16*$j,"esp"),$t2);
    +}
    +
    +    for ($i=0,$j=0; $j<4; $j++) {
    +	&AVX_00_47($j,\&body_00_15,@X);
    +	push(@X,shift(@X));		# rotate(@X)
    +    }
    +	&cmp	(&DWP(16*$j,$K256),0x00010203);
    +	&jne	(&label("avx_00_47"));
    +
    +    for ($i=0; $i<16; ) {
    +	foreach(body_00_15()) { eval; }
    +    }
    +
    +	&mov	("esi",&DWP(96,"esp"));	#ctx
    +					#&mov	($AH[0],&DWP(0,"esp"));
    +	&xor	($AH[1],"edi");		#&mov	($AH[1],&DWP(4,"esp"));
    +					#&mov	("edi", &DWP(8,"esp"));
    +	&mov	("ecx",&DWP(12,"esp"));
    +	&add	($AH[0],&DWP(0,"esi"));
    +	&add	($AH[1],&DWP(4,"esi"));
    +	&add	("edi",&DWP(8,"esi"));
    +	&add	("ecx",&DWP(12,"esi"));
    +	&mov	(&DWP(0,"esi"),$AH[0]);
    +	&mov	(&DWP(4,"esi"),$AH[1]);
    +	&mov	(&DWP(8,"esi"),"edi");
    +	&mov	(&DWP(12,"esi"),"ecx");
    +	 #&mov	(&DWP(0,"esp"),$AH[0]);
    +	 &mov	(&DWP(4,"esp"),$AH[1]);
    +	 &xor	($AH[1],"edi");			# magic
    +	 &mov	(&DWP(8,"esp"),"edi");
    +	 &mov	(&DWP(12,"esp"),"ecx");
    +	#&mov	($E,&DWP(16,"esp"));
    +	&mov	("edi",&DWP(20,"esp"));
    +	&mov	("ecx",&DWP(24,"esp"));
    +	&add	($E,&DWP(16,"esi"));
    +	&add	("edi",&DWP(20,"esi"));
    +	&add	("ecx",&DWP(24,"esi"));
    +	&mov	(&DWP(16,"esi"),$E);
    +	&mov	(&DWP(20,"esi"),"edi");
    +	 &mov	(&DWP(20,"esp"),"edi");
    +	&mov	("edi",&DWP(28,"esp"));
    +	&mov	(&DWP(24,"esi"),"ecx");
    +	 #&mov	(&DWP(16,"esp"),$E);
    +	&add	("edi",&DWP(28,"esi"));
    +	 &mov	(&DWP(24,"esp"),"ecx");
    +	&mov	(&DWP(28,"esi"),"edi");
    +	 &mov	(&DWP(28,"esp"),"edi");
    +	&mov	("edi",&DWP(96+4,"esp"));	# inp
    +
    +	&vmovdqa	($t3,&QWP(64,$K256));
    +	&sub	($K256,3*64);			# rewind K
    +	&cmp	("edi",&DWP(96+8,"esp"));	# are we done yet?
    +	&jb	(&label("grand_avx"));
    +
    +	&mov	("esp",&DWP(96+12,"esp"));	# restore sp
    +	&vzeroall	();
    +&function_end_A();
    +						if ($avx>1) {
    +sub bodyx_00_15 () {			# +10%
    +	(
    +	'&rorx	("ecx",$E,6)',
    +	'&rorx	("esi",$E,11)',
    +	 '&mov	(&off($e),$E)',		# save $E, modulo-scheduled
    +	'&rorx	("edi",$E,25)',
    +	'&xor	("ecx","esi")',
    +	 '&andn	("esi",$E,&off($g))',
    +	'&xor	("ecx","edi")',		# Sigma1(e)
    +	 '&and	($E,&off($f))',
    +	 '&mov	(&off($a),$AH[0]);',	# save $A, modulo-scheduled
    +	 '&or	($E,"esi")',		# T = Ch(e,f,g)
    +
    +	'&rorx	("edi",$AH[0],2)',
    +	'&rorx	("esi",$AH[0],13)',
    +	 '&lea	($E,&DWP(0,$E,"ecx"))',	# T += Sigma1(e)
    +	'&rorx	("ecx",$AH[0],22)',
    +	'&xor	("esi","edi")',
    +	 '&mov	("edi",&off($b))',
    +	'&xor	("ecx","esi")',		# Sigma0(a)
    +
    +	 '&xor	($AH[0],"edi")',	# a ^= b, (b^c) in next round
    +	 '&add	($E,&off($h))',		# T += h
    +	 '&and	($AH[1],$AH[0])',	# (b^c) &= (a^b)
    +	 '&add	($E,&DWP(32+4*($i&15),"esp"))',	# T += K[i]+X[i]
    +	 '&xor	($AH[1],"edi")',	# h = Maj(a,b,c) = Ch(a^b,c,b)
    +
    +	 '&add	("ecx",$E)',		# h += T
    +	 '&add	($E,&off($d))',		# d += T
    +	'&lea	($AH[1],&DWP(0,$AH[1],"ecx"));'.	# h += Sigma0(a)
    +
    +	'@AH = reverse(@AH); $i++;'	# rotate(a,h)
    +	);
    +}
    +
    +&set_label("AVX_BMI",32);
    +	&lea	("esp",&DWP(-96,"esp"));
    +	&vzeroall	();
    +	# copy ctx->h[0-7] to A,B,C,D,E,F,G,H on stack
    +	&mov	($AH[0],&DWP(0,"esi"));
    +	&mov	($AH[1],&DWP(4,"esi"));
    +	&mov	("ecx",&DWP(8,"esi"));
    +	&mov	("edi",&DWP(12,"esi"));
    +	#&mov	(&DWP(0,"esp"),$AH[0]);
    +	&mov	(&DWP(4,"esp"),$AH[1]);
    +	&xor	($AH[1],"ecx");			# magic
    +	&mov	(&DWP(8,"esp"),"ecx");
    +	&mov	(&DWP(12,"esp"),"edi");
    +	&mov	($E,&DWP(16,"esi"));
    +	&mov	("edi",&DWP(20,"esi"));
    +	&mov	("ecx",&DWP(24,"esi"));
    +	&mov	("esi",&DWP(28,"esi"));
    +	#&mov	(&DWP(16,"esp"),$E);
    +	&mov	(&DWP(20,"esp"),"edi");
    +	&mov	("edi",&DWP(96+4,"esp"));	# inp
    +	&mov	(&DWP(24,"esp"),"ecx");
    +	&mov	(&DWP(28,"esp"),"esi");
    +	&vmovdqa	($t3,&QWP(256,$K256));
    +	&jmp	(&label("grand_avx_bmi"));
    +
    +&set_label("grand_avx_bmi",32);
    +	# load input, reverse byte order, add K256[0..15], save to stack
    +	&vmovdqu	(@X[0],&QWP(0,"edi"));
    +	&vmovdqu	(@X[1],&QWP(16,"edi"));
    +	&vmovdqu	(@X[2],&QWP(32,"edi"));
    +	&vmovdqu	(@X[3],&QWP(48,"edi"));
    +	&add		("edi",64);
    +	&vpshufb	(@X[0],@X[0],$t3);
    +	&mov		(&DWP(96+4,"esp"),"edi");
    +	&vpshufb	(@X[1],@X[1],$t3);
    +	&vpshufb	(@X[2],@X[2],$t3);
    +	&vpaddd		($t0,@X[0],&QWP(0,$K256));
    +	&vpshufb	(@X[3],@X[3],$t3);
    +	&vpaddd		($t1,@X[1],&QWP(16,$K256));
    +	&vpaddd		($t2,@X[2],&QWP(32,$K256));
    +	&vpaddd		($t3,@X[3],&QWP(48,$K256));
    +	&vmovdqa	(&QWP(32+0,"esp"),$t0);
    +	&vmovdqa	(&QWP(32+16,"esp"),$t1);
    +	&vmovdqa	(&QWP(32+32,"esp"),$t2);
    +	&vmovdqa	(&QWP(32+48,"esp"),$t3);
    +	&jmp		(&label("avx_bmi_00_47"));
    +
    +&set_label("avx_bmi_00_47",16);
    +	&add		($K256,64);
    +
    +    for ($i=0,$j=0; $j<4; $j++) {
    +	&AVX_00_47($j,\&bodyx_00_15,@X);
    +	push(@X,shift(@X));		# rotate(@X)
    +    }
    +	&cmp	(&DWP(16*$j,$K256),0x00010203);
    +	&jne	(&label("avx_bmi_00_47"));
    +
    +    for ($i=0; $i<16; ) {
    +	foreach(bodyx_00_15()) { eval; }
    +    }
    +
    +	&mov	("esi",&DWP(96,"esp"));	#ctx
    +					#&mov	($AH[0],&DWP(0,"esp"));
    +	&xor	($AH[1],"edi");		#&mov	($AH[1],&DWP(4,"esp"));
    +					#&mov	("edi", &DWP(8,"esp"));
    +	&mov	("ecx",&DWP(12,"esp"));
    +	&add	($AH[0],&DWP(0,"esi"));
    +	&add	($AH[1],&DWP(4,"esi"));
    +	&add	("edi",&DWP(8,"esi"));
    +	&add	("ecx",&DWP(12,"esi"));
    +	&mov	(&DWP(0,"esi"),$AH[0]);
    +	&mov	(&DWP(4,"esi"),$AH[1]);
    +	&mov	(&DWP(8,"esi"),"edi");
    +	&mov	(&DWP(12,"esi"),"ecx");
    +	 #&mov	(&DWP(0,"esp"),$AH[0]);
    +	 &mov	(&DWP(4,"esp"),$AH[1]);
    +	 &xor	($AH[1],"edi");			# magic
    +	 &mov	(&DWP(8,"esp"),"edi");
    +	 &mov	(&DWP(12,"esp"),"ecx");
    +	#&mov	($E,&DWP(16,"esp"));
    +	&mov	("edi",&DWP(20,"esp"));
    +	&mov	("ecx",&DWP(24,"esp"));
    +	&add	($E,&DWP(16,"esi"));
    +	&add	("edi",&DWP(20,"esi"));
    +	&add	("ecx",&DWP(24,"esi"));
    +	&mov	(&DWP(16,"esi"),$E);
    +	&mov	(&DWP(20,"esi"),"edi");
    +	 &mov	(&DWP(20,"esp"),"edi");
    +	&mov	("edi",&DWP(28,"esp"));
    +	&mov	(&DWP(24,"esi"),"ecx");
    +	 #&mov	(&DWP(16,"esp"),$E);
    +	&add	("edi",&DWP(28,"esi"));
    +	 &mov	(&DWP(24,"esp"),"ecx");
    +	&mov	(&DWP(28,"esi"),"edi");
    +	 &mov	(&DWP(28,"esp"),"edi");
    +	&mov	("edi",&DWP(96+4,"esp"));	# inp
    +
    +	&vmovdqa	($t3,&QWP(64,$K256));
    +	&sub	($K256,3*64);			# rewind K
    +	&cmp	("edi",&DWP(96+8,"esp"));	# are we done yet?
    +	&jb	(&label("grand_avx_bmi"));
    +
    +	&mov	("esp",&DWP(96+12,"esp"));	# restore sp
    +	&vzeroall	();
    +&function_end_A();
    +						}
    +						}
    +						}}}
    +&function_end_B("sha256_block_data_order");
    +
     &asm_finish();
    diff --git a/openssl/crypto/sha/asm/sha256-armv4.pl b/openssl/crypto/sha/asm/sha256-armv4.pl
    index 9c84e8d93..f14c9c3cb 100644
    --- a/openssl/crypto/sha/asm/sha256-armv4.pl
    +++ b/openssl/crypto/sha/asm/sha256-armv4.pl
    @@ -1,7 +1,7 @@
     #!/usr/bin/env perl
     
     # ====================================================================
    -# Written by Andy Polyakov  for the OpenSSL
    +# Written by Andy Polyakov  for the OpenSSL
     # project. The module is, however, dual licensed under OpenSSL and
     # CRYPTOGAMS licenses depending on where you obtain it. For further
     # details see http://www.openssl.org/~appro/cryptogams/.
    @@ -21,15 +21,27 @@
     # February 2011.
     #
     # Profiler-assisted and platform-specific optimization resulted in 16%
    -# improvement on Cortex A8 core and ~17 cycles per processed byte.
    +# improvement on Cortex A8 core and ~15.4 cycles per processed byte.
    +
    +# September 2013.
    +#
    +# Add NEON implementation. On Cortex A8 it was measured to process one
    +# byte in 12.5 cycles or 23% faster than integer-only code. Snapdragon
    +# S4 does it in 12.5 cycles too, but it's 50% faster than integer-only
    +# code (meaning that latter performs sub-optimally, nothing was done
    +# about it).
    +
    +# May 2014.
    +#
    +# Add ARMv8 code path performing at 2.0 cpb on Apple A7.
     
     while (($output=shift) && ($output!~/^\w[\w\-]*\.\w+$/)) {}
     open STDOUT,">$output";
     
     $ctx="r0";	$t0="r0";
    -$inp="r1";	$t3="r1";
    +$inp="r1";	$t4="r1";
     $len="r2";	$t1="r2";
    -$T1="r3";
    +$T1="r3";	$t3="r3";
     $A="r4";
     $B="r5";
     $C="r6";
    @@ -52,71 +64,88 @@ my ($i,$a,$b,$c,$d,$e,$f,$g,$h) = @_;
     
     $code.=<<___ if ($i<16);
     #if __ARM_ARCH__>=7
    -	ldr	$T1,[$inp],#4
    +	@ ldr	$t1,[$inp],#4			@ $i
    +# if $i==15
    +	str	$inp,[sp,#17*4]			@ make room for $t4
    +# endif
    +	eor	$t0,$e,$e,ror#`$Sigma1[1]-$Sigma1[0]`
    +	add	$a,$a,$t2			@ h+=Maj(a,b,c) from the past
    +	eor	$t0,$t0,$e,ror#`$Sigma1[2]-$Sigma1[0]`	@ Sigma1(e)
    +	rev	$t1,$t1
     #else
    -	ldrb	$T1,[$inp,#3]			@ $i
    +	@ ldrb	$t1,[$inp,#3]			@ $i
    +	add	$a,$a,$t2			@ h+=Maj(a,b,c) from the past
     	ldrb	$t2,[$inp,#2]
    -	ldrb	$t1,[$inp,#1]
    -	ldrb	$t0,[$inp],#4
    -	orr	$T1,$T1,$t2,lsl#8
    -	orr	$T1,$T1,$t1,lsl#16
    -	orr	$T1,$T1,$t0,lsl#24
    +	ldrb	$t0,[$inp,#1]
    +	orr	$t1,$t1,$t2,lsl#8
    +	ldrb	$t2,[$inp],#4
    +	orr	$t1,$t1,$t0,lsl#16
    +# if $i==15
    +	str	$inp,[sp,#17*4]			@ make room for $t4
    +# endif
    +	eor	$t0,$e,$e,ror#`$Sigma1[1]-$Sigma1[0]`
    +	orr	$t1,$t1,$t2,lsl#24
    +	eor	$t0,$t0,$e,ror#`$Sigma1[2]-$Sigma1[0]`	@ Sigma1(e)
     #endif
     ___
     $code.=<<___;
    -	mov	$t0,$e,ror#$Sigma1[0]
     	ldr	$t2,[$Ktbl],#4			@ *K256++
    -	eor	$t0,$t0,$e,ror#$Sigma1[1]
    +	add	$h,$h,$t1			@ h+=X[i]
    +	str	$t1,[sp,#`$i%16`*4]
     	eor	$t1,$f,$g
    -#if $i>=16
    -	add	$T1,$T1,$t3			@ from BODY_16_xx
    -#elif __ARM_ARCH__>=7 && defined(__ARMEL__)
    -	rev	$T1,$T1
    -#endif
    -#if $i==15
    -	str	$inp,[sp,#17*4]			@ leave room for $t3
    -#endif
    -	eor	$t0,$t0,$e,ror#$Sigma1[2]	@ Sigma1(e)
    +	add	$h,$h,$t0,ror#$Sigma1[0]	@ h+=Sigma1(e)
     	and	$t1,$t1,$e
    -	str	$T1,[sp,#`$i%16`*4]
    -	add	$T1,$T1,$t0
    +	add	$h,$h,$t2			@ h+=K256[i]
     	eor	$t1,$t1,$g			@ Ch(e,f,g)
    -	add	$T1,$T1,$h
    -	mov	$h,$a,ror#$Sigma0[0]
    -	add	$T1,$T1,$t1
    -	eor	$h,$h,$a,ror#$Sigma0[1]
    -	add	$T1,$T1,$t2
    -	eor	$h,$h,$a,ror#$Sigma0[2]		@ Sigma0(a)
    -#if $i>=15
    -	ldr	$t3,[sp,#`($i+2)%16`*4]		@ from BODY_16_xx
    +	eor	$t0,$a,$a,ror#`$Sigma0[1]-$Sigma0[0]`
    +	add	$h,$h,$t1			@ h+=Ch(e,f,g)
    +#if $i==31
    +	and	$t2,$t2,#0xff
    +	cmp	$t2,#0xf2			@ done?
     #endif
    -	orr	$t0,$a,$b
    -	and	$t1,$a,$b
    -	and	$t0,$t0,$c
    -	add	$h,$h,$T1
    -	orr	$t0,$t0,$t1			@ Maj(a,b,c)
    -	add	$d,$d,$T1
    -	add	$h,$h,$t0
    +#if $i<15
    +# if __ARM_ARCH__>=7
    +	ldr	$t1,[$inp],#4			@ prefetch
    +# else
    +	ldrb	$t1,[$inp,#3]
    +# endif
    +	eor	$t2,$a,$b			@ a^b, b^c in next round
    +#else
    +	ldr	$t1,[sp,#`($i+2)%16`*4]		@ from future BODY_16_xx
    +	eor	$t2,$a,$b			@ a^b, b^c in next round
    +	ldr	$t4,[sp,#`($i+15)%16`*4]	@ from future BODY_16_xx
    +#endif
    +	eor	$t0,$t0,$a,ror#`$Sigma0[2]-$Sigma0[0]`	@ Sigma0(a)
    +	and	$t3,$t3,$t2			@ (b^c)&=(a^b)
    +	add	$d,$d,$h			@ d+=h
    +	eor	$t3,$t3,$b			@ Maj(a,b,c)
    +	add	$h,$h,$t0,ror#$Sigma0[0]	@ h+=Sigma0(a)
    +	@ add	$h,$h,$t3			@ h+=Maj(a,b,c)
     ___
    +	($t2,$t3)=($t3,$t2);
     }
     
     sub BODY_16_XX {
     my ($i,$a,$b,$c,$d,$e,$f,$g,$h) = @_;
     
     $code.=<<___;
    -	@ ldr	$t3,[sp,#`($i+1)%16`*4]		@ $i
    -	ldr	$t2,[sp,#`($i+14)%16`*4]
    -	mov	$t0,$t3,ror#$sigma0[0]
    -	ldr	$T1,[sp,#`($i+0)%16`*4]
    -	eor	$t0,$t0,$t3,ror#$sigma0[1]
    -	ldr	$t1,[sp,#`($i+9)%16`*4]
    -	eor	$t0,$t0,$t3,lsr#$sigma0[2]	@ sigma0(X[i+1])
    -	mov	$t3,$t2,ror#$sigma1[0]
    -	add	$T1,$T1,$t0
    -	eor	$t3,$t3,$t2,ror#$sigma1[1]
    -	add	$T1,$T1,$t1
    -	eor	$t3,$t3,$t2,lsr#$sigma1[2]	@ sigma1(X[i+14])
    -	@ add	$T1,$T1,$t3
    +	@ ldr	$t1,[sp,#`($i+1)%16`*4]		@ $i
    +	@ ldr	$t4,[sp,#`($i+14)%16`*4]
    +	mov	$t0,$t1,ror#$sigma0[0]
    +	add	$a,$a,$t2			@ h+=Maj(a,b,c) from the past
    +	mov	$t2,$t4,ror#$sigma1[0]
    +	eor	$t0,$t0,$t1,ror#$sigma0[1]
    +	eor	$t2,$t2,$t4,ror#$sigma1[1]
    +	eor	$t0,$t0,$t1,lsr#$sigma0[2]	@ sigma0(X[i+1])
    +	ldr	$t1,[sp,#`($i+0)%16`*4]
    +	eor	$t2,$t2,$t4,lsr#$sigma1[2]	@ sigma1(X[i+14])
    +	ldr	$t4,[sp,#`($i+9)%16`*4]
    +
    +	add	$t2,$t2,$t0
    +	eor	$t0,$e,$e,ror#`$Sigma1[1]-$Sigma1[0]`	@ from BODY_00_15
    +	add	$t1,$t1,$t2
    +	eor	$t0,$t0,$e,ror#`$Sigma1[2]-$Sigma1[0]`	@ Sigma1(e)
    +	add	$t1,$t1,$t4			@ X[i]
     ___
     	&BODY_00_15(@_);
     }
    @@ -147,46 +176,66 @@ K256:
     .word	0x748f82ee,0x78a5636f,0x84c87814,0x8cc70208
     .word	0x90befffa,0xa4506ceb,0xbef9a3f7,0xc67178f2
     .size	K256,.-K256
    +.word	0				@ terminator
    +#if __ARM_MAX_ARCH__>=7
    +.LOPENSSL_armcap:
    +.word	OPENSSL_armcap_P-sha256_block_data_order
    +#endif
    +.align	5
     
     .global	sha256_block_data_order
     .type	sha256_block_data_order,%function
     sha256_block_data_order:
     	sub	r3,pc,#8		@ sha256_block_data_order
     	add	$len,$inp,$len,lsl#6	@ len to point at the end of inp
    +#if __ARM_MAX_ARCH__>=7
    +	ldr	r12,.LOPENSSL_armcap
    +	ldr	r12,[r3,r12]		@ OPENSSL_armcap_P
    +	tst	r12,#ARMV8_SHA256
    +	bne	.LARMv8
    +	tst	r12,#ARMV7_NEON
    +	bne	.LNEON
    +#endif
     	stmdb	sp!,{$ctx,$inp,$len,r4-r11,lr}
     	ldmia	$ctx,{$A,$B,$C,$D,$E,$F,$G,$H}
    -	sub	$Ktbl,r3,#256		@ K256
    +	sub	$Ktbl,r3,#256+32	@ K256
     	sub	sp,sp,#16*4		@ alloca(X[16])
     .Loop:
    +# if __ARM_ARCH__>=7
    +	ldr	$t1,[$inp],#4
    +# else
    +	ldrb	$t1,[$inp,#3]
    +# endif
    +	eor	$t3,$B,$C		@ magic
    +	eor	$t2,$t2,$t2
     ___
     for($i=0;$i<16;$i++)	{ &BODY_00_15($i,@V); unshift(@V,pop(@V)); }
     $code.=".Lrounds_16_xx:\n";
     for (;$i<32;$i++)	{ &BODY_16_XX($i,@V); unshift(@V,pop(@V)); }
     $code.=<<___;
    -	and	$t2,$t2,#0xff
    -	cmp	$t2,#0xf2
    +	ldreq	$t3,[sp,#16*4]		@ pull ctx
     	bne	.Lrounds_16_xx
     
    -	ldr	$T1,[sp,#16*4]		@ pull ctx
    -	ldr	$t0,[$T1,#0]
    -	ldr	$t1,[$T1,#4]
    -	ldr	$t2,[$T1,#8]
    +	add	$A,$A,$t2		@ h+=Maj(a,b,c) from the past
    +	ldr	$t0,[$t3,#0]
    +	ldr	$t1,[$t3,#4]
    +	ldr	$t2,[$t3,#8]
     	add	$A,$A,$t0
    -	ldr	$t0,[$T1,#12]
    +	ldr	$t0,[$t3,#12]
     	add	$B,$B,$t1
    -	ldr	$t1,[$T1,#16]
    +	ldr	$t1,[$t3,#16]
     	add	$C,$C,$t2
    -	ldr	$t2,[$T1,#20]
    +	ldr	$t2,[$t3,#20]
     	add	$D,$D,$t0
    -	ldr	$t0,[$T1,#24]
    +	ldr	$t0,[$t3,#24]
     	add	$E,$E,$t1
    -	ldr	$t1,[$T1,#28]
    +	ldr	$t1,[$t3,#28]
     	add	$F,$F,$t2
     	ldr	$inp,[sp,#17*4]		@ pull inp
     	ldr	$t2,[sp,#18*4]		@ pull inp+len
     	add	$G,$G,$t0
     	add	$H,$H,$t1
    -	stmia	$T1,{$A,$B,$C,$D,$E,$F,$G,$H}
    +	stmia	$t3,{$A,$B,$C,$D,$E,$F,$G,$H}
     	cmp	$inp,$t2
     	sub	$Ktbl,$Ktbl,#256	@ rewind Ktbl
     	bne	.Loop
    @@ -200,12 +249,413 @@ $code.=<<___;
     	moveq	pc,lr			@ be binary compatible with V4, yet
     	bx	lr			@ interoperable with Thumb ISA:-)
     #endif
    -.size   sha256_block_data_order,.-sha256_block_data_order
    -.asciz  "SHA256 block transform for ARMv4, CRYPTOGAMS by "
    +.size	sha256_block_data_order,.-sha256_block_data_order
    +___
    +######################################################################
    +# NEON stuff
    +#
    +{{{
    +my @X=map("q$_",(0..3));
    +my ($T0,$T1,$T2,$T3,$T4,$T5)=("q8","q9","q10","q11","d24","d25");
    +my $Xfer=$t4;
    +my $j=0;
    +
    +sub Dlo()   { shift=~m|q([1]?[0-9])|?"d".($1*2):"";     }
    +sub Dhi()   { shift=~m|q([1]?[0-9])|?"d".($1*2+1):"";   }
    +
    +sub AUTOLOAD()          # thunk [simplified] x86-style perlasm
    +{ my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
    +  my $arg = pop;
    +    $arg = "#$arg" if ($arg*1 eq $arg);
    +    $code .= "\t$opcode\t".join(',',@_,$arg)."\n";
    +}
    +
    +sub Xupdate()
    +{ use integer;
    +  my $body = shift;
    +  my @insns = (&$body,&$body,&$body,&$body);
    +  my ($a,$b,$c,$d,$e,$f,$g,$h);
    +
    +	&vext_8		($T0,@X[0],@X[1],4);	# X[1..4]
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&vext_8		($T1,@X[2],@X[3],4);	# X[9..12]
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&vshr_u32	($T2,$T0,$sigma0[0]);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&vadd_i32	(@X[0],@X[0],$T1);	# X[0..3] += X[9..12]
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&vshr_u32	($T1,$T0,$sigma0[2]);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&vsli_32	($T2,$T0,32-$sigma0[0]);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&vshr_u32	($T3,$T0,$sigma0[1]);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&veor		($T1,$T1,$T2);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&vsli_32	($T3,$T0,32-$sigma0[1]);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	  &vshr_u32	($T4,&Dhi(@X[3]),$sigma1[0]);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&veor		($T1,$T1,$T3);		# sigma0(X[1..4])
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	  &vsli_32	($T4,&Dhi(@X[3]),32-$sigma1[0]);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	  &vshr_u32	($T5,&Dhi(@X[3]),$sigma1[2]);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&vadd_i32	(@X[0],@X[0],$T1);	# X[0..3] += sigma0(X[1..4])
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	  &veor		($T5,$T5,$T4);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	  &vshr_u32	($T4,&Dhi(@X[3]),$sigma1[1]);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	  &vsli_32	($T4,&Dhi(@X[3]),32-$sigma1[1]);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	  &veor		($T5,$T5,$T4);		# sigma1(X[14..15])
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&vadd_i32	(&Dlo(@X[0]),&Dlo(@X[0]),$T5);# X[0..1] += sigma1(X[14..15])
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	  &vshr_u32	($T4,&Dlo(@X[0]),$sigma1[0]);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	  &vsli_32	($T4,&Dlo(@X[0]),32-$sigma1[0]);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	  &vshr_u32	($T5,&Dlo(@X[0]),$sigma1[2]);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	  &veor		($T5,$T5,$T4);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	  &vshr_u32	($T4,&Dlo(@X[0]),$sigma1[1]);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&vld1_32	("{$T0}","[$Ktbl,:128]!");
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	  &vsli_32	($T4,&Dlo(@X[0]),32-$sigma1[1]);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	  &veor		($T5,$T5,$T4);		# sigma1(X[16..17])
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&vadd_i32	(&Dhi(@X[0]),&Dhi(@X[0]),$T5);# X[2..3] += sigma1(X[16..17])
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&vadd_i32	($T0,$T0,@X[0]);
    +	 while($#insns>=2) { eval(shift(@insns)); }
    +	&vst1_32	("{$T0}","[$Xfer,:128]!");
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +
    +	push(@X,shift(@X));		# "rotate" X[]
    +}
    +
    +sub Xpreload()
    +{ use integer;
    +  my $body = shift;
    +  my @insns = (&$body,&$body,&$body,&$body);
    +  my ($a,$b,$c,$d,$e,$f,$g,$h);
    +
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&vld1_32	("{$T0}","[$Ktbl,:128]!");
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&vrev32_8	(@X[0],@X[0]);
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&vadd_i32	($T0,$T0,@X[0]);
    +	 foreach (@insns) { eval; }	# remaining instructions
    +	&vst1_32	("{$T0}","[$Xfer,:128]!");
    +
    +	push(@X,shift(@X));		# "rotate" X[]
    +}
    +
    +sub body_00_15 () {
    +	(
    +	'($a,$b,$c,$d,$e,$f,$g,$h)=@V;'.
    +	'&add	($h,$h,$t1)',			# h+=X[i]+K[i]
    +	'&eor	($t1,$f,$g)',
    +	'&eor	($t0,$e,$e,"ror#".($Sigma1[1]-$Sigma1[0]))',
    +	'&add	($a,$a,$t2)',			# h+=Maj(a,b,c) from the past
    +	'&and	($t1,$t1,$e)',
    +	'&eor	($t2,$t0,$e,"ror#".($Sigma1[2]-$Sigma1[0]))',	# Sigma1(e)
    +	'&eor	($t0,$a,$a,"ror#".($Sigma0[1]-$Sigma0[0]))',
    +	'&eor	($t1,$t1,$g)',			# Ch(e,f,g)
    +	'&add	($h,$h,$t2,"ror#$Sigma1[0]")',	# h+=Sigma1(e)
    +	'&eor	($t2,$a,$b)',			# a^b, b^c in next round
    +	'&eor	($t0,$t0,$a,"ror#".($Sigma0[2]-$Sigma0[0]))',	# Sigma0(a)
    +	'&add	($h,$h,$t1)',			# h+=Ch(e,f,g)
    +	'&ldr	($t1,sprintf "[sp,#%d]",4*(($j+1)&15))	if (($j&15)!=15);'.
    +	'&ldr	($t1,"[$Ktbl]")				if ($j==15);'.
    +	'&ldr	($t1,"[sp,#64]")			if ($j==31)',
    +	'&and	($t3,$t3,$t2)',			# (b^c)&=(a^b)
    +	'&add	($d,$d,$h)',			# d+=h
    +	'&add	($h,$h,$t0,"ror#$Sigma0[0]");'.	# h+=Sigma0(a)
    +	'&eor	($t3,$t3,$b)',			# Maj(a,b,c)
    +	'$j++;	unshift(@V,pop(@V)); ($t2,$t3)=($t3,$t2);'
    +	)
    +}
    +
    +$code.=<<___;
    +#if __ARM_MAX_ARCH__>=7
    +.arch	armv7-a
    +.fpu	neon
    +
    +.type	sha256_block_data_order_neon,%function
    +.align	4
    +sha256_block_data_order_neon:
    +.LNEON:
    +	stmdb	sp!,{r4-r12,lr}
    +
    +	mov	$t2,sp
    +	sub	sp,sp,#16*4+16		@ alloca
    +	sub	$Ktbl,r3,#256+32	@ K256
    +	bic	sp,sp,#15		@ align for 128-bit stores
    +
    +	vld1.8		{@X[0]},[$inp]!
    +	vld1.8		{@X[1]},[$inp]!
    +	vld1.8		{@X[2]},[$inp]!
    +	vld1.8		{@X[3]},[$inp]!
    +	vld1.32		{$T0},[$Ktbl,:128]!
    +	vld1.32		{$T1},[$Ktbl,:128]!
    +	vld1.32		{$T2},[$Ktbl,:128]!
    +	vld1.32		{$T3},[$Ktbl,:128]!
    +	vrev32.8	@X[0],@X[0]		@ yes, even on
    +	str		$ctx,[sp,#64]
    +	vrev32.8	@X[1],@X[1]		@ big-endian
    +	str		$inp,[sp,#68]
    +	mov		$Xfer,sp
    +	vrev32.8	@X[2],@X[2]
    +	str		$len,[sp,#72]
    +	vrev32.8	@X[3],@X[3]
    +	str		$t2,[sp,#76]		@ save original sp
    +	vadd.i32	$T0,$T0,@X[0]
    +	vadd.i32	$T1,$T1,@X[1]
    +	vst1.32		{$T0},[$Xfer,:128]!
    +	vadd.i32	$T2,$T2,@X[2]
    +	vst1.32		{$T1},[$Xfer,:128]!
    +	vadd.i32	$T3,$T3,@X[3]
    +	vst1.32		{$T2},[$Xfer,:128]!
    +	vst1.32		{$T3},[$Xfer,:128]!
    +
    +	ldmia		$ctx,{$A-$H}
    +	sub		$Xfer,$Xfer,#64
    +	ldr		$t1,[sp,#0]
    +	eor		$t2,$t2,$t2
    +	eor		$t3,$B,$C
    +	b		.L_00_48
    +
    +.align	4
    +.L_00_48:
    +___
    +	&Xupdate(\&body_00_15);
    +	&Xupdate(\&body_00_15);
    +	&Xupdate(\&body_00_15);
    +	&Xupdate(\&body_00_15);
    +$code.=<<___;
    +	teq	$t1,#0				@ check for K256 terminator
    +	ldr	$t1,[sp,#0]
    +	sub	$Xfer,$Xfer,#64
    +	bne	.L_00_48
    +
    +	ldr		$inp,[sp,#68]
    +	ldr		$t0,[sp,#72]
    +	sub		$Ktbl,$Ktbl,#256	@ rewind $Ktbl
    +	teq		$inp,$t0
    +	subeq		$inp,$inp,#64		@ avoid SEGV
    +	vld1.8		{@X[0]},[$inp]!		@ load next input block
    +	vld1.8		{@X[1]},[$inp]!
    +	vld1.8		{@X[2]},[$inp]!
    +	vld1.8		{@X[3]},[$inp]!
    +	strne		$inp,[sp,#68]
    +	mov		$Xfer,sp
    +___
    +	&Xpreload(\&body_00_15);
    +	&Xpreload(\&body_00_15);
    +	&Xpreload(\&body_00_15);
    +	&Xpreload(\&body_00_15);
    +$code.=<<___;
    +	ldr	$t0,[$t1,#0]
    +	add	$A,$A,$t2			@ h+=Maj(a,b,c) from the past
    +	ldr	$t2,[$t1,#4]
    +	ldr	$t3,[$t1,#8]
    +	ldr	$t4,[$t1,#12]
    +	add	$A,$A,$t0			@ accumulate
    +	ldr	$t0,[$t1,#16]
    +	add	$B,$B,$t2
    +	ldr	$t2,[$t1,#20]
    +	add	$C,$C,$t3
    +	ldr	$t3,[$t1,#24]
    +	add	$D,$D,$t4
    +	ldr	$t4,[$t1,#28]
    +	add	$E,$E,$t0
    +	str	$A,[$t1],#4
    +	add	$F,$F,$t2
    +	str	$B,[$t1],#4
    +	add	$G,$G,$t3
    +	str	$C,[$t1],#4
    +	add	$H,$H,$t4
    +	str	$D,[$t1],#4
    +	stmia	$t1,{$E-$H}
    +
    +	movne	$Xfer,sp
    +	ldrne	$t1,[sp,#0]
    +	eorne	$t2,$t2,$t2
    +	ldreq	sp,[sp,#76]			@ restore original sp
    +	eorne	$t3,$B,$C
    +	bne	.L_00_48
    +
    +	ldmia	sp!,{r4-r12,pc}
    +.size	sha256_block_data_order_neon,.-sha256_block_data_order_neon
    +#endif
    +___
    +}}}
    +######################################################################
    +# ARMv8 stuff
    +#
    +{{{
    +my ($ABCD,$EFGH,$abcd)=map("q$_",(0..2));
    +my @MSG=map("q$_",(8..11));
    +my ($W0,$W1,$ABCD_SAVE,$EFGH_SAVE)=map("q$_",(12..15));
    +my $Ktbl="r3";
    +
    +$code.=<<___;
    +#if __ARM_MAX_ARCH__>=7
    +.type	sha256_block_data_order_armv8,%function
    +.align	5
    +sha256_block_data_order_armv8:
    +.LARMv8:
    +	vld1.32	{$ABCD,$EFGH},[$ctx]
    +	sub	$Ktbl,r3,#sha256_block_data_order-K256
    +
    +.Loop_v8:
    +	vld1.8		{@MSG[0]-@MSG[1]},[$inp]!
    +	vld1.8		{@MSG[2]-@MSG[3]},[$inp]!
    +	vld1.32		{$W0},[$Ktbl]!
    +	vrev32.8	@MSG[0],@MSG[0]
    +	vrev32.8	@MSG[1],@MSG[1]
    +	vrev32.8	@MSG[2],@MSG[2]
    +	vrev32.8	@MSG[3],@MSG[3]
    +	vmov		$ABCD_SAVE,$ABCD	@ offload
    +	vmov		$EFGH_SAVE,$EFGH
    +	teq		$inp,$len
    +___
    +for($i=0;$i<12;$i++) {
    +$code.=<<___;
    +	vld1.32		{$W1},[$Ktbl]!
    +	vadd.i32	$W0,$W0,@MSG[0]
    +	sha256su0	@MSG[0],@MSG[1]
    +	vmov		$abcd,$ABCD
    +	sha256h		$ABCD,$EFGH,$W0
    +	sha256h2	$EFGH,$abcd,$W0
    +	sha256su1	@MSG[0],@MSG[2],@MSG[3]
    +___
    +	($W0,$W1)=($W1,$W0);	push(@MSG,shift(@MSG));
    +}
    +$code.=<<___;
    +	vld1.32		{$W1},[$Ktbl]!
    +	vadd.i32	$W0,$W0,@MSG[0]
    +	vmov		$abcd,$ABCD
    +	sha256h		$ABCD,$EFGH,$W0
    +	sha256h2	$EFGH,$abcd,$W0
    +
    +	vld1.32		{$W0},[$Ktbl]!
    +	vadd.i32	$W1,$W1,@MSG[1]
    +	vmov		$abcd,$ABCD
    +	sha256h		$ABCD,$EFGH,$W1
    +	sha256h2	$EFGH,$abcd,$W1
    +
    +	vld1.32		{$W1},[$Ktbl]
    +	vadd.i32	$W0,$W0,@MSG[2]
    +	sub		$Ktbl,$Ktbl,#256-16	@ rewind
    +	vmov		$abcd,$ABCD
    +	sha256h		$ABCD,$EFGH,$W0
    +	sha256h2	$EFGH,$abcd,$W0
    +
    +	vadd.i32	$W1,$W1,@MSG[3]
    +	vmov		$abcd,$ABCD
    +	sha256h		$ABCD,$EFGH,$W1
    +	sha256h2	$EFGH,$abcd,$W1
    +
    +	vadd.i32	$ABCD,$ABCD,$ABCD_SAVE
    +	vadd.i32	$EFGH,$EFGH,$EFGH_SAVE
    +	bne		.Loop_v8
    +
    +	vst1.32		{$ABCD,$EFGH},[$ctx]
    +
    +	ret		@ bx lr
    +.size	sha256_block_data_order_armv8,.-sha256_block_data_order_armv8
    +#endif
    +___
    +}}}
    +$code.=<<___;
    +.asciz  "SHA256 block transform for ARMv4/NEON/ARMv8, CRYPTOGAMS by "
     .align	2
    +#if __ARM_MAX_ARCH__>=7
    +.comm   OPENSSL_armcap_P,4,4
    +#endif
     ___
     
    -$code =~ s/\`([^\`]*)\`/eval $1/gem;
    -$code =~ s/\bbx\s+lr\b/.word\t0xe12fff1e/gm;	# make it possible to compile with -march=armv4
    -print $code;
    +{   my  %opcode = (
    +	"sha256h"	=> 0xf3000c40,	"sha256h2"	=> 0xf3100c40,
    +	"sha256su0"	=> 0xf3ba03c0,	"sha256su1"	=> 0xf3200c40	);
    +
    +    sub unsha256 {
    +	my ($mnemonic,$arg)=@_;
    +
    +	if ($arg =~ m/q([0-9]+)(?:,\s*q([0-9]+))?,\s*q([0-9]+)/o) {
    +	    my $word = $opcode{$mnemonic}|(($1&7)<<13)|(($1&8)<<19)
    +					 |(($2&7)<<17)|(($2&8)<<4)
    +					 |(($3&7)<<1) |(($3&8)<<2);
    +	    # since ARMv7 instructions are always encoded little-endian.
    +	    # correct solution is to use .inst directive, but older
    +	    # assemblers don't implement it:-(
    +	    sprintf ".byte\t0x%02x,0x%02x,0x%02x,0x%02x\t@ %s %s",
    +			$word&0xff,($word>>8)&0xff,
    +			($word>>16)&0xff,($word>>24)&0xff,
    +			$mnemonic,$arg;
    +	}
    +    }
    +}
    +
    +foreach (split($/,$code)) {
    +
    +	s/\`([^\`]*)\`/eval $1/geo;
    +
    +	s/\b(sha256\w+)\s+(q.*)/unsha256($1,$2)/geo;
    +
    +	s/\bret\b/bx	lr/go		or
    +	s/\bbx\s+lr\b/.word\t0xe12fff1e/go;	# make it possible to compile with -march=armv4
    +
    +	print $_,"\n";
    +}
    +
     close STDOUT; # enforce flush
    diff --git a/openssl/crypto/sha/asm/sha256-mb-x86_64.pl b/openssl/crypto/sha/asm/sha256-mb-x86_64.pl
    new file mode 100755
    index 000000000..adf2ddccd
    --- /dev/null
    +++ b/openssl/crypto/sha/asm/sha256-mb-x86_64.pl
    @@ -0,0 +1,1560 @@
    +#!/usr/bin/env perl
    +
    +# ====================================================================
    +# Written by Andy Polyakov  for the OpenSSL
    +# project. The module is, however, dual licensed under OpenSSL and
    +# CRYPTOGAMS licenses depending on where you obtain it. For further
    +# details see http://www.openssl.org/~appro/cryptogams/.
    +# ====================================================================
    +
    +# Multi-buffer SHA256 procedure processes n buffers in parallel by
    +# placing buffer data to designated lane of SIMD register. n is
    +# naturally limited to 4 on pre-AVX2 processors and to 8 on
    +# AVX2-capable processors such as Haswell.
    +#
    +#		this	+aesni(i)	sha256	aesni-sha256	gain(iv)
    +# -------------------------------------------------------------------
    +# Westmere(ii)	23.3/n	+1.28=7.11(n=4)	12.3	+3.75=16.1	+126%
    +# Atom(ii)	38.7/n	+3.93=13.6(n=4)	20.8	+5.69=26.5	+95%
    +# Sandy Bridge	(20.5	+5.15=25.7)/n	11.6	13.0		+103%
    +# Ivy Bridge	(20.4	+5.14=25.5)/n	10.3	11.6		+82%
    +# Haswell(iii)	(21.0	+5.00=26.0)/n	7.80	8.79		+170%
    +# Bulldozer	(21.6	+5.76=27.4)/n	13.6	13.7		+100%
    +#
    +# (i)	multi-block CBC encrypt with 128-bit key;
    +# (ii)	(HASH+AES)/n does not apply to Westmere for n>3 and Atom,
    +#	because of lower AES-NI instruction throughput, nor is there
    +#	AES-NI-SHA256 stitch for these processors;
    +# (iii)	"this" is for n=8, when we gather twice as much data, result
    +#	for n=4 is 20.3+4.44=24.7;
    +# (iv)	presented improvement coefficients are asymptotic limits and
    +#	in real-life application are somewhat lower, e.g. for 2KB 
    +#	fragments they range from 75% to 130% (on Haswell);
    +
    +$flavour = shift;
    +$output  = shift;
    +if ($flavour =~ /\./) { $output = $flavour; undef $flavour; }
    +
    +$win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
    +
    +$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
    +( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
    +( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
    +die "can't locate x86_64-xlate.pl";
    +
    +$avx=0;
    +
    +if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
    +		=~ /GNU assembler version ([2-9]\.[0-9]+)/) {
    +	$avx = ($1>=2.19) + ($1>=2.22);
    +}
    +
    +if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
    +	   `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/) {
    +	$avx = ($1>=2.09) + ($1>=2.10);
    +}
    +
    +if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
    +	   `ml64 2>&1` =~ /Version ([0-9]+)\./) {
    +	$avx = ($1>=10) + ($1>=11);
    +}
    +
    +if (!$avx && `$ENV{CC} -v 2>&1` =~ /(^clang version|based on LLVM) ([3-9]\.[0-9]+)/) {
    +	$avx = ($2>=3.0) + ($2>3.0);
    +}
    +
    +open OUT,"| \"$^X\" $xlate $flavour $output";
    +*STDOUT=*OUT;
    +
    +# void sha256_multi_block (
    +#     struct {	unsigned int A[8];
    +#		unsigned int B[8];
    +#		unsigned int C[8];
    +#		unsigned int D[8];
    +#		unsigned int E[8];
    +#		unsigned int F[8];
    +#		unsigned int G[8];
    +#		unsigned int H[8];	} *ctx,
    +#     struct {	void *ptr; int blocks;	} inp[8],
    +#     int num);		/* 1 or 2 */
    +#
    +$ctx="%rdi";	# 1st arg
    +$inp="%rsi";	# 2nd arg
    +$num="%edx";	# 3rd arg
    +@ptr=map("%r$_",(8..11));
    +$Tbl="%rbp";
    +
    +@V=($A,$B,$C,$D,$E,$F,$G,$H)=map("%xmm$_",(8..15));
    +($t1,$t2,$t3,$axb,$bxc,$Xi,$Xn,$sigma)=map("%xmm$_",(0..7));
    +
    +$REG_SZ=16;
    +
    +sub Xi_off {
    +my $off = shift;
    +
    +    $off %= 16; $off *= $REG_SZ;
    +    $off<256 ? "$off-128(%rax)" : "$off-256-128(%rbx)";
    +}
    +
    +sub ROUND_00_15 {
    +my ($i,$a,$b,$c,$d,$e,$f,$g,$h)=@_;
    +
    +$code.=<<___ if ($i<15);
    +	movd		`4*$i`(@ptr[0]),$Xi
    +	movd		`4*$i`(@ptr[1]),$t1
    +	movd		`4*$i`(@ptr[2]),$t2
    +	movd		`4*$i`(@ptr[3]),$t3
    +	punpckldq	$t2,$Xi
    +	punpckldq	$t3,$t1
    +	punpckldq	$t1,$Xi
    +___
    +$code.=<<___ if ($i==15);
    +	movd		`4*$i`(@ptr[0]),$Xi
    +	 lea		`16*4`(@ptr[0]),@ptr[0]
    +	movd		`4*$i`(@ptr[1]),$t1
    +	 lea		`16*4`(@ptr[1]),@ptr[1]
    +	movd		`4*$i`(@ptr[2]),$t2
    +	 lea		`16*4`(@ptr[2]),@ptr[2]
    +	movd		`4*$i`(@ptr[3]),$t3
    +	 lea		`16*4`(@ptr[3]),@ptr[3]
    +	punpckldq	$t2,$Xi
    +	punpckldq	$t3,$t1
    +	punpckldq	$t1,$Xi
    +___
    +$code.=<<___;
    +	movdqa	$e,$sigma
    +	`"pshufb	$Xn,$Xi"		if ($i<=15 && ($i&1)==0)`
    +	movdqa	$e,$t3
    +	`"pshufb	$Xn,$Xi"		if ($i<=15 && ($i&1)==1)`
    +	psrld	\$6,$sigma
    +	movdqa	$e,$t2
    +	pslld	\$7,$t3
    +	movdqa	$Xi,`&Xi_off($i)`
    +	 paddd	$h,$Xi				# Xi+=h
    +
    +	psrld	\$11,$t2
    +	pxor	$t3,$sigma
    +	pslld	\$21-7,$t3
    +	 paddd	`32*($i%8)-128`($Tbl),$Xi	# Xi+=K[round]
    +	pxor	$t2,$sigma
    +
    +	psrld	\$25-11,$t2
    +	 movdqa	$e,$t1
    +	 `"prefetcht0	63(@ptr[0])"		if ($i==15)`
    +	pxor	$t3,$sigma
    +	 movdqa	$e,$axb				# borrow $axb
    +	pslld	\$26-21,$t3
    +	 pandn	$g,$t1
    +	 pand	$f,$axb
    +	pxor	$t2,$sigma
    +
    +	 `"prefetcht0	63(@ptr[1])"		if ($i==15)`
    +	movdqa	$a,$t2
    +	pxor	$t3,$sigma			# Sigma1(e)
    +	movdqa	$a,$t3
    +	psrld	\$2,$t2
    +	paddd	$sigma,$Xi			# Xi+=Sigma1(e)
    +	 pxor	$axb,$t1			# Ch(e,f,g)
    +	 movdqa	$b,$axb
    +	movdqa	$a,$sigma
    +	pslld	\$10,$t3
    +	 pxor	$a,$axb				# a^b, b^c in next round
    +
    +	 `"prefetcht0	63(@ptr[2])"		if ($i==15)`
    +	psrld	\$13,$sigma
    +	pxor	$t3,$t2
    +	 paddd	$t1,$Xi				# Xi+=Ch(e,f,g)
    +	pslld	\$19-10,$t3
    +	 pand	$axb,$bxc
    +	pxor	$sigma,$t2
    +
    +	 `"prefetcht0	63(@ptr[3])"		if ($i==15)`
    +	psrld	\$22-13,$sigma
    +	pxor	$t3,$t2
    +	 movdqa	$b,$h
    +	pslld	\$30-19,$t3
    +	pxor	$t2,$sigma
    +	 pxor	$bxc,$h				# h=Maj(a,b,c)=Ch(a^b,c,b)
    +	 paddd	$Xi,$d				# d+=Xi
    +	pxor	$t3,$sigma			# Sigma0(a)
    +
    +	paddd	$Xi,$h				# h+=Xi
    +	paddd	$sigma,$h			# h+=Sigma0(a)
    +___
    +$code.=<<___ if (($i%8)==7);
    +	lea	`32*8`($Tbl),$Tbl
    +___
    +	($axb,$bxc)=($bxc,$axb);
    +}
    +
    +sub ROUND_16_XX {
    +my $i=shift;
    +
    +$code.=<<___;
    +	movdqa	`&Xi_off($i+1)`,$Xn
    +	paddd	`&Xi_off($i+9)`,$Xi		# Xi+=X[i+9]
    +
    +	movdqa	$Xn,$sigma
    +	movdqa	$Xn,$t2
    +	psrld	\$3,$sigma
    +	movdqa	$Xn,$t3
    +
    +	psrld	\$7,$t2
    +	movdqa	`&Xi_off($i+14)`,$t1
    +	pslld	\$14,$t3
    +	pxor	$t2,$sigma
    +	psrld	\$18-7,$t2
    +	movdqa	$t1,$axb			# borrow $axb
    +	pxor	$t3,$sigma
    +	pslld	\$25-14,$t3
    +	pxor	$t2,$sigma
    +	psrld	\$10,$t1
    +	movdqa	$axb,$t2
    +
    +	psrld	\$17,$axb
    +	pxor	$t3,$sigma			# sigma0(X[i+1])
    +	pslld	\$13,$t2
    +	 paddd	$sigma,$Xi			# Xi+=sigma0(e)
    +	pxor	$axb,$t1
    +	psrld	\$19-17,$axb
    +	pxor	$t2,$t1
    +	pslld	\$15-13,$t2
    +	pxor	$axb,$t1
    +	pxor	$t2,$t1				# sigma0(X[i+14])
    +	paddd	$t1,$Xi				# Xi+=sigma1(X[i+14])
    +___
    +	&ROUND_00_15($i,@_);
    +	($Xi,$Xn)=($Xn,$Xi);
    +}
    +
    +$code.=<<___;
    +.text
    +
    +.extern	OPENSSL_ia32cap_P
    +
    +.globl	sha256_multi_block
    +.type	sha256_multi_block,\@function,3
    +.align	32
    +sha256_multi_block:
    +	mov	OPENSSL_ia32cap_P+4(%rip),%rcx
    +	bt	\$61,%rcx			# check SHA bit
    +	jc	_shaext_shortcut
    +___
    +$code.=<<___ if ($avx);
    +	test	\$`1<<28`,%ecx
    +	jnz	_avx_shortcut
    +___
    +$code.=<<___;
    +	mov	%rsp,%rax
    +	push	%rbx
    +	push	%rbp
    +___
    +$code.=<<___ if ($win64);
    +	lea	-0xa8(%rsp),%rsp
    +	movaps	%xmm6,(%rsp)
    +	movaps	%xmm7,0x10(%rsp)
    +	movaps	%xmm8,0x20(%rsp)
    +	movaps	%xmm9,0x30(%rsp)
    +	movaps	%xmm10,-0x78(%rax)
    +	movaps	%xmm11,-0x68(%rax)
    +	movaps	%xmm12,-0x58(%rax)
    +	movaps	%xmm13,-0x48(%rax)
    +	movaps	%xmm14,-0x38(%rax)
    +	movaps	%xmm15,-0x28(%rax)
    +___
    +$code.=<<___;
    +	sub	\$`$REG_SZ*18`, %rsp
    +	and	\$-256,%rsp
    +	mov	%rax,`$REG_SZ*17`(%rsp)		# original %rsp
    +.Lbody:
    +	lea	K256+128(%rip),$Tbl
    +	lea	`$REG_SZ*16`(%rsp),%rbx
    +	lea	0x80($ctx),$ctx			# size optimization
    +
    +.Loop_grande:
    +	mov	$num,`$REG_SZ*17+8`(%rsp)	# original $num
    +	xor	$num,$num
    +___
    +for($i=0;$i<4;$i++) {
    +    $code.=<<___;
    +	mov	`16*$i+0`($inp),@ptr[$i]	# input pointer
    +	mov	`16*$i+8`($inp),%ecx		# number of blocks
    +	cmp	$num,%ecx
    +	cmovg	%ecx,$num			# find maximum
    +	test	%ecx,%ecx
    +	mov	%ecx,`4*$i`(%rbx)		# initialize counters
    +	cmovle	$Tbl,@ptr[$i]			# cancel input
    +___
    +}
    +$code.=<<___;
    +	test	$num,$num
    +	jz	.Ldone
    +
    +	movdqu	0x00-0x80($ctx),$A		# load context
    +	 lea	128(%rsp),%rax
    +	movdqu	0x20-0x80($ctx),$B
    +	movdqu	0x40-0x80($ctx),$C
    +	movdqu	0x60-0x80($ctx),$D
    +	movdqu	0x80-0x80($ctx),$E
    +	movdqu	0xa0-0x80($ctx),$F
    +	movdqu	0xc0-0x80($ctx),$G
    +	movdqu	0xe0-0x80($ctx),$H
    +	movdqu	.Lpbswap(%rip),$Xn
    +	jmp	.Loop
    +
    +.align	32
    +.Loop:
    +	movdqa	$C,$bxc
    +	pxor	$B,$bxc				# magic seed
    +___
    +for($i=0;$i<16;$i++)	{ &ROUND_00_15($i,@V); unshift(@V,pop(@V)); }
    +$code.=<<___;
    +	movdqu	`&Xi_off($i)`,$Xi
    +	mov	\$3,%ecx
    +	jmp	.Loop_16_xx
    +.align	32
    +.Loop_16_xx:
    +___
    +for(;$i<32;$i++)	{ &ROUND_16_XX($i,@V); unshift(@V,pop(@V)); }
    +$code.=<<___;
    +	dec	%ecx
    +	jnz	.Loop_16_xx
    +
    +	mov	\$1,%ecx
    +	lea	K256+128(%rip),$Tbl
    +
    +	movdqa	(%rbx),$sigma			# pull counters
    +	cmp	4*0(%rbx),%ecx			# examine counters
    +	pxor	$t1,$t1
    +	cmovge	$Tbl,@ptr[0]			# cancel input
    +	cmp	4*1(%rbx),%ecx
    +	movdqa	$sigma,$Xn
    +	cmovge	$Tbl,@ptr[1]
    +	cmp	4*2(%rbx),%ecx
    +	pcmpgtd	$t1,$Xn				# mask value
    +	cmovge	$Tbl,@ptr[2]
    +	cmp	4*3(%rbx),%ecx
    +	paddd	$Xn,$sigma			# counters--
    +	cmovge	$Tbl,@ptr[3]
    +
    +	movdqu	0x00-0x80($ctx),$t1
    +	pand	$Xn,$A
    +	movdqu	0x20-0x80($ctx),$t2
    +	pand	$Xn,$B
    +	movdqu	0x40-0x80($ctx),$t3
    +	pand	$Xn,$C
    +	movdqu	0x60-0x80($ctx),$Xi
    +	pand	$Xn,$D
    +	paddd	$t1,$A
    +	movdqu	0x80-0x80($ctx),$t1
    +	pand	$Xn,$E
    +	paddd	$t2,$B
    +	movdqu	0xa0-0x80($ctx),$t2
    +	pand	$Xn,$F
    +	paddd	$t3,$C
    +	movdqu	0xc0-0x80($ctx),$t3
    +	pand	$Xn,$G
    +	paddd	$Xi,$D
    +	movdqu	0xe0-0x80($ctx),$Xi
    +	pand	$Xn,$H
    +	paddd	$t1,$E
    +	paddd	$t2,$F
    +	movdqu	$A,0x00-0x80($ctx)
    +	paddd	$t3,$G
    +	movdqu	$B,0x20-0x80($ctx)
    +	paddd	$Xi,$H
    +	movdqu	$C,0x40-0x80($ctx)
    +	movdqu	$D,0x60-0x80($ctx)
    +	movdqu	$E,0x80-0x80($ctx)
    +	movdqu	$F,0xa0-0x80($ctx)
    +	movdqu	$G,0xc0-0x80($ctx)
    +	movdqu	$H,0xe0-0x80($ctx)
    +
    +	movdqa	$sigma,(%rbx)			# save counters
    +	movdqa	.Lpbswap(%rip),$Xn
    +	dec	$num
    +	jnz	.Loop
    +
    +	mov	`$REG_SZ*17+8`(%rsp),$num
    +	lea	$REG_SZ($ctx),$ctx
    +	lea	`16*$REG_SZ/4`($inp),$inp
    +	dec	$num
    +	jnz	.Loop_grande
    +
    +.Ldone:
    +	mov	`$REG_SZ*17`(%rsp),%rax		# orignal %rsp
    +___
    +$code.=<<___ if ($win64);
    +	movaps	-0xb8(%rax),%xmm6
    +	movaps	-0xa8(%rax),%xmm7
    +	movaps	-0x98(%rax),%xmm8
    +	movaps	-0x88(%rax),%xmm9
    +	movaps	-0x78(%rax),%xmm10
    +	movaps	-0x68(%rax),%xmm11
    +	movaps	-0x58(%rax),%xmm12
    +	movaps	-0x48(%rax),%xmm13
    +	movaps	-0x38(%rax),%xmm14
    +	movaps	-0x28(%rax),%xmm15
    +___
    +$code.=<<___;
    +	mov	-16(%rax),%rbp
    +	mov	-8(%rax),%rbx
    +	lea	(%rax),%rsp
    +.Lepilogue:
    +	ret
    +.size	sha256_multi_block,.-sha256_multi_block
    +___
    +						{{{
    +my ($Wi,$TMP0,$TMP1,$TMPx,$ABEF0,$CDGH0,$ABEF1,$CDGH1)=map("%xmm$_",(0..3,12..15));
    +my @MSG0=map("%xmm$_",(4..7));
    +my @MSG1=map("%xmm$_",(8..11));
    +
    +$code.=<<___;
    +.type	sha256_multi_block_shaext,\@function,3
    +.align	32
    +sha256_multi_block_shaext:
    +_shaext_shortcut:
    +	mov	%rsp,%rax
    +	push	%rbx
    +	push	%rbp
    +___
    +$code.=<<___ if ($win64);
    +	lea	-0xa8(%rsp),%rsp
    +	movaps	%xmm6,(%rsp)
    +	movaps	%xmm7,0x10(%rsp)
    +	movaps	%xmm8,0x20(%rsp)
    +	movaps	%xmm9,0x30(%rsp)
    +	movaps	%xmm10,-0x78(%rax)
    +	movaps	%xmm11,-0x68(%rax)
    +	movaps	%xmm12,-0x58(%rax)
    +	movaps	%xmm13,-0x48(%rax)
    +	movaps	%xmm14,-0x38(%rax)
    +	movaps	%xmm15,-0x28(%rax)
    +___
    +$code.=<<___;
    +	sub	\$`$REG_SZ*18`,%rsp
    +	shl	\$1,$num			# we process pair at a time
    +	and	\$-256,%rsp
    +	lea	0x80($ctx),$ctx			# size optimization
    +	mov	%rax,`$REG_SZ*17`(%rsp)		# original %rsp
    +.Lbody_shaext:
    +	lea	`$REG_SZ*16`(%rsp),%rbx
    +	lea	K256_shaext+0x80(%rip),$Tbl
    +
    +.Loop_grande_shaext:
    +	mov	$num,`$REG_SZ*17+8`(%rsp)	# orignal $num
    +	xor	$num,$num
    +___
    +for($i=0;$i<2;$i++) {
    +    $code.=<<___;
    +	mov	`16*$i+0`($inp),@ptr[$i]	# input pointer
    +	mov	`16*$i+8`($inp),%ecx		# number of blocks
    +	cmp	$num,%ecx
    +	cmovg	%ecx,$num			# find maximum
    +	test	%ecx,%ecx
    +	mov	%ecx,`4*$i`(%rbx)		# initialize counters
    +	cmovle	%rsp,@ptr[$i]			# cancel input
    +___
    +}
    +$code.=<<___;
    +	test	$num,$num
    +	jz	.Ldone_shaext
    +
    +	movq		0x00-0x80($ctx),$ABEF0		# A1.A0
    +	movq		0x20-0x80($ctx),@MSG0[0]	# B1.B0
    +	movq		0x40-0x80($ctx),$CDGH0		# C1.C0
    +	movq		0x60-0x80($ctx),@MSG0[1]	# D1.D0
    +	movq		0x80-0x80($ctx),@MSG1[0]	# E1.E0
    +	movq		0xa0-0x80($ctx),@MSG1[1]	# F1.F0
    +	movq		0xc0-0x80($ctx),@MSG1[2]	# G1.G0
    +	movq		0xe0-0x80($ctx),@MSG1[3]	# H1.H0
    +
    +	punpckldq	@MSG0[0],$ABEF0			# B1.A1.B0.A0
    +	punpckldq	@MSG0[1],$CDGH0			# D1.C1.D0.C0
    +	punpckldq	@MSG1[1],@MSG1[0]		# F1.E1.F0.E0
    +	punpckldq	@MSG1[3],@MSG1[2]		# H1.G1.H0.G0
    +	movdqa		K256_shaext-0x10(%rip),$TMPx	# byte swap
    +
    +	movdqa		$ABEF0,$ABEF1
    +	movdqa		$CDGH0,$CDGH1
    +	punpcklqdq	@MSG1[0],$ABEF0			# F0.E0.B0.A0
    +	punpcklqdq	@MSG1[2],$CDGH0			# H0.G0.D0.C0
    +	punpckhqdq	@MSG1[0],$ABEF1			# F1.E1.B1.A1
    +	punpckhqdq	@MSG1[2],$CDGH1			# H1.G1.D1.C1
    +
    +	pshufd		\$0b00011011,$ABEF0,$ABEF0
    +	pshufd		\$0b00011011,$CDGH0,$CDGH0
    +	pshufd		\$0b00011011,$ABEF1,$ABEF1
    +	pshufd		\$0b00011011,$CDGH1,$CDGH1
    +	jmp		.Loop_shaext
    +
    +.align	32
    +.Loop_shaext:
    +	movdqu		0x00(@ptr[0]),@MSG0[0]
    +	 movdqu		0x00(@ptr[1]),@MSG1[0]
    +	movdqu		0x10(@ptr[0]),@MSG0[1]
    +	 movdqu		0x10(@ptr[1]),@MSG1[1]
    +	movdqu		0x20(@ptr[0]),@MSG0[2]
    +	pshufb		$TMPx,@MSG0[0]
    +	 movdqu		0x20(@ptr[1]),@MSG1[2]
    +	 pshufb		$TMPx,@MSG1[0]
    +	movdqu		0x30(@ptr[0]),@MSG0[3]
    +	lea		0x40(@ptr[0]),@ptr[0]
    +	 movdqu		0x30(@ptr[1]),@MSG1[3]
    +	 lea		0x40(@ptr[1]),@ptr[1]
    +
    +	movdqa		0*16-0x80($Tbl),$Wi
    +	pshufb		$TMPx,@MSG0[1]
    +	paddd		@MSG0[0],$Wi
    +	pxor		$ABEF0,@MSG0[0]		# black magic
    +	movdqa		$Wi,$TMP0
    +	 movdqa		0*16-0x80($Tbl),$TMP1
    +	 pshufb		$TMPx,@MSG1[1]
    +	 paddd		@MSG1[0],$TMP1
    +	movdqa		$CDGH0,0x50(%rsp)	# offload
    +	sha256rnds2	$ABEF0,$CDGH0		# 0-3
    +	 pxor		$ABEF1,@MSG1[0]		# black magic
    +	 movdqa		$TMP1,$Wi
    +	 movdqa		$CDGH1,0x70(%rsp)
    +	 sha256rnds2	$ABEF1,$CDGH1		# 0-3
    +	pshufd		\$0x0e,$TMP0,$Wi
    +	pxor		$ABEF0,@MSG0[0]		# black magic
    +	movdqa		$ABEF0,0x40(%rsp)	# offload
    +	sha256rnds2	$CDGH0,$ABEF0
    +	 pshufd		\$0x0e,$TMP1,$Wi
    +	 pxor		$ABEF1,@MSG1[0]		# black magic
    +	 movdqa		$ABEF1,0x60(%rsp)
    +	movdqa		1*16-0x80($Tbl),$TMP0
    +	paddd		@MSG0[1],$TMP0
    +	pshufb		$TMPx,@MSG0[2]
    +	 sha256rnds2	$CDGH1,$ABEF1
    +
    +	movdqa		$TMP0,$Wi
    +	 movdqa		1*16-0x80($Tbl),$TMP1
    +	 paddd		@MSG1[1],$TMP1
    +	sha256rnds2	$ABEF0,$CDGH0		# 4-7
    +	 movdqa		$TMP1,$Wi
    +	prefetcht0	127(@ptr[0])
    +	pshufb		$TMPx,@MSG0[3]
    +	 pshufb		$TMPx,@MSG1[2]
    +	 prefetcht0	127(@ptr[1])
    +	 sha256rnds2	$ABEF1,$CDGH1		# 4-7
    +	pshufd		\$0x0e,$TMP0,$Wi
    +	 pshufb		$TMPx,@MSG1[3]
    +	sha256msg1	@MSG0[1],@MSG0[0]
    +	sha256rnds2	$CDGH0,$ABEF0
    +	 pshufd		\$0x0e,$TMP1,$Wi
    +	movdqa		2*16-0x80($Tbl),$TMP0
    +	paddd		@MSG0[2],$TMP0
    +	 sha256rnds2	$CDGH1,$ABEF1
    +
    +	movdqa		$TMP0,$Wi
    +	 movdqa		2*16-0x80($Tbl),$TMP1
    +	 paddd		@MSG1[2],$TMP1
    +	sha256rnds2	$ABEF0,$CDGH0		# 8-11
    +	 sha256msg1	@MSG1[1],@MSG1[0]
    +	 movdqa		$TMP1,$Wi
    +	movdqa		@MSG0[3],$TMPx
    +	 sha256rnds2	$ABEF1,$CDGH1		# 8-11
    +	pshufd		\$0x0e,$TMP0,$Wi
    +	palignr		\$4,@MSG0[2],$TMPx
    +	paddd		$TMPx,@MSG0[0]
    +	 movdqa		@MSG1[3],$TMPx
    +	 palignr	\$4,@MSG1[2],$TMPx
    +	sha256msg1	@MSG0[2],@MSG0[1]
    +	sha256rnds2	$CDGH0,$ABEF0
    +	 pshufd		\$0x0e,$TMP1,$Wi
    +	movdqa		3*16-0x80($Tbl),$TMP0
    +	paddd		@MSG0[3],$TMP0
    +	 sha256rnds2	$CDGH1,$ABEF1
    +	 sha256msg1	@MSG1[2],@MSG1[1]
    +
    +	movdqa		$TMP0,$Wi
    +	 movdqa		3*16-0x80($Tbl),$TMP1
    +	 paddd		$TMPx,@MSG1[0]
    +	 paddd		@MSG1[3],$TMP1
    +	sha256msg2	@MSG0[3],@MSG0[0]
    +	sha256rnds2	$ABEF0,$CDGH0		# 12-15
    +	 movdqa		$TMP1,$Wi
    +	movdqa		@MSG0[0],$TMPx
    +	palignr		\$4,@MSG0[3],$TMPx
    +	 sha256rnds2	$ABEF1,$CDGH1		# 12-15
    +	 sha256msg2	@MSG1[3],@MSG1[0]
    +	pshufd		\$0x0e,$TMP0,$Wi
    +	paddd		$TMPx,@MSG0[1]
    +	 movdqa		@MSG1[0],$TMPx
    +	 palignr	\$4,@MSG1[3],$TMPx
    +	sha256msg1	@MSG0[3],@MSG0[2]
    +	sha256rnds2	$CDGH0,$ABEF0
    +	 pshufd		\$0x0e,$TMP1,$Wi
    +	movdqa		4*16-0x80($Tbl),$TMP0
    +	paddd		@MSG0[0],$TMP0
    +	 sha256rnds2	$CDGH1,$ABEF1
    +	 sha256msg1	@MSG1[3],@MSG1[2]
    +___
    +for($i=4;$i<16-3;$i++) {
    +$code.=<<___;
    +	movdqa		$TMP0,$Wi
    +	 movdqa		$i*16-0x80($Tbl),$TMP1
    +	 paddd		$TMPx,@MSG1[1]
    +	 paddd		@MSG1[0],$TMP1
    +	sha256msg2	@MSG0[0],@MSG0[1]
    +	sha256rnds2	$ABEF0,$CDGH0		# 16-19...
    +	 movdqa		$TMP1,$Wi
    +	movdqa		@MSG0[1],$TMPx
    +	palignr		\$4,@MSG0[0],$TMPx
    +	 sha256rnds2	$ABEF1,$CDGH1		# 16-19...
    +	 sha256msg2	@MSG1[0],@MSG1[1]
    +	pshufd		\$0x0e,$TMP0,$Wi
    +	paddd		$TMPx,@MSG0[2]
    +	 movdqa		@MSG1[1],$TMPx
    +	 palignr	\$4,@MSG1[0],$TMPx
    +	sha256msg1	@MSG0[0],@MSG0[3]
    +	sha256rnds2	$CDGH0,$ABEF0
    +	 pshufd		\$0x0e,$TMP1,$Wi
    +	movdqa		`($i+1)*16`-0x80($Tbl),$TMP0
    +	paddd		@MSG0[1],$TMP0
    +	 sha256rnds2	$CDGH1,$ABEF1
    +	 sha256msg1	@MSG1[0],@MSG1[3]
    +___
    +	push(@MSG0,shift(@MSG0));	push(@MSG1,shift(@MSG1));
    +}
    +$code.=<<___;
    +	movdqa		$TMP0,$Wi
    +	 movdqa		13*16-0x80($Tbl),$TMP1
    +	 paddd		$TMPx,@MSG1[1]
    +	 paddd		@MSG1[0],$TMP1
    +	sha256msg2	@MSG0[0],@MSG0[1]
    +	sha256rnds2	$ABEF0,$CDGH0		# 52-55
    +	 movdqa		$TMP1,$Wi
    +	movdqa		@MSG0[1],$TMPx
    +	palignr		\$4,@MSG0[0],$TMPx
    +	 sha256rnds2	$ABEF1,$CDGH1		# 52-55
    +	 sha256msg2	@MSG1[0],@MSG1[1]
    +	pshufd		\$0x0e,$TMP0,$Wi
    +	paddd		$TMPx,@MSG0[2]
    +	 movdqa		@MSG1[1],$TMPx
    +	 palignr	\$4,@MSG1[0],$TMPx
    +	nop
    +	sha256rnds2	$CDGH0,$ABEF0
    +	 pshufd		\$0x0e,$TMP1,$Wi
    +	movdqa		14*16-0x80($Tbl),$TMP0
    +	paddd		@MSG0[1],$TMP0
    +	 sha256rnds2	$CDGH1,$ABEF1
    +
    +	movdqa		$TMP0,$Wi
    +	 movdqa		14*16-0x80($Tbl),$TMP1
    +	 paddd		$TMPx,@MSG1[2]
    +	 paddd		@MSG1[1],$TMP1
    +	sha256msg2	@MSG0[1],@MSG0[2]
    +	nop
    +	sha256rnds2	$ABEF0,$CDGH0		# 56-59
    +	 movdqa		$TMP1,$Wi
    +	  mov		\$1,%ecx
    +	  pxor		@MSG0[1],@MSG0[1]	# zero
    +	 sha256rnds2	$ABEF1,$CDGH1		# 56-59
    +	 sha256msg2	@MSG1[1],@MSG1[2]
    +	pshufd		\$0x0e,$TMP0,$Wi
    +	movdqa		15*16-0x80($Tbl),$TMP0
    +	paddd		@MSG0[2],$TMP0
    +	  movq		(%rbx),@MSG0[2]		# pull counters
    +	  nop
    +	sha256rnds2	$CDGH0,$ABEF0
    +	 pshufd		\$0x0e,$TMP1,$Wi
    +	 movdqa		15*16-0x80($Tbl),$TMP1
    +	 paddd		@MSG1[2],$TMP1
    +	 sha256rnds2	$CDGH1,$ABEF1
    +
    +	movdqa		$TMP0,$Wi
    +	  cmp		4*0(%rbx),%ecx		# examine counters
    +	  cmovge	%rsp,@ptr[0]		# cancel input
    +	  cmp		4*1(%rbx),%ecx
    +	  cmovge	%rsp,@ptr[1]
    +	  pshufd	\$0x00,@MSG0[2],@MSG1[0]
    +	sha256rnds2	$ABEF0,$CDGH0		# 60-63
    +	 movdqa		$TMP1,$Wi
    +	  pshufd	\$0x55,@MSG0[2],@MSG1[1]
    +	  movdqa	@MSG0[2],@MSG1[2]
    +	 sha256rnds2	$ABEF1,$CDGH1		# 60-63
    +	pshufd		\$0x0e,$TMP0,$Wi
    +	  pcmpgtd	@MSG0[1],@MSG1[0]
    +	  pcmpgtd	@MSG0[1],@MSG1[1]
    +	sha256rnds2	$CDGH0,$ABEF0
    +	 pshufd		\$0x0e,$TMP1,$Wi
    +	  pcmpgtd	@MSG0[1],@MSG1[2]	# counter mask
    +	  movdqa	K256_shaext-0x10(%rip),$TMPx
    +	 sha256rnds2	$CDGH1,$ABEF1
    +
    +	pand		@MSG1[0],$CDGH0
    +	 pand		@MSG1[1],$CDGH1
    +	pand		@MSG1[0],$ABEF0
    +	 pand		@MSG1[1],$ABEF1
    +	paddd		@MSG0[2],@MSG1[2]	# counters--
    +
    +	paddd		0x50(%rsp),$CDGH0
    +	 paddd		0x70(%rsp),$CDGH1
    +	paddd		0x40(%rsp),$ABEF0
    +	 paddd		0x60(%rsp),$ABEF1
    +
    +	movq		@MSG1[2],(%rbx)		# save counters
    +	dec		$num
    +	jnz		.Loop_shaext
    +
    +	mov		`$REG_SZ*17+8`(%rsp),$num
    +
    +	pshufd		\$0b00011011,$ABEF0,$ABEF0
    +	pshufd		\$0b00011011,$CDGH0,$CDGH0
    +	pshufd		\$0b00011011,$ABEF1,$ABEF1
    +	pshufd		\$0b00011011,$CDGH1,$CDGH1
    +
    +	movdqa		$ABEF0,@MSG0[0]
    +	movdqa		$CDGH0,@MSG0[1]
    +	punpckldq	$ABEF1,$ABEF0			# B1.B0.A1.A0
    +	punpckhdq	$ABEF1,@MSG0[0]			# F1.F0.E1.E0
    +	punpckldq	$CDGH1,$CDGH0			# D1.D0.C1.C0
    +	punpckhdq	$CDGH1,@MSG0[1]			# H1.H0.G1.G0
    +
    +	movq		$ABEF0,0x00-0x80($ctx)		# A1.A0
    +	psrldq		\$8,$ABEF0
    +	movq		@MSG0[0],0x80-0x80($ctx)	# E1.E0
    +	psrldq		\$8,@MSG0[0]
    +	movq		$ABEF0,0x20-0x80($ctx)		# B1.B0
    +	movq		@MSG0[0],0xa0-0x80($ctx)	# F1.F0
    +
    +	movq		$CDGH0,0x40-0x80($ctx)		# C1.C0
    +	psrldq		\$8,$CDGH0
    +	movq		@MSG0[1],0xc0-0x80($ctx)	# G1.G0
    +	psrldq		\$8,@MSG0[1]
    +	movq		$CDGH0,0x60-0x80($ctx)		# D1.D0
    +	movq		@MSG0[1],0xe0-0x80($ctx)	# H1.H0
    +
    +	lea	`$REG_SZ/2`($ctx),$ctx
    +	lea	`16*2`($inp),$inp
    +	dec	$num
    +	jnz	.Loop_grande_shaext
    +
    +.Ldone_shaext:
    +	#mov	`$REG_SZ*17`(%rsp),%rax		# original %rsp
    +___
    +$code.=<<___ if ($win64);
    +	movaps	-0xb8(%rax),%xmm6
    +	movaps	-0xa8(%rax),%xmm7
    +	movaps	-0x98(%rax),%xmm8
    +	movaps	-0x88(%rax),%xmm9
    +	movaps	-0x78(%rax),%xmm10
    +	movaps	-0x68(%rax),%xmm11
    +	movaps	-0x58(%rax),%xmm12
    +	movaps	-0x48(%rax),%xmm13
    +	movaps	-0x38(%rax),%xmm14
    +	movaps	-0x28(%rax),%xmm15
    +___
    +$code.=<<___;
    +	mov	-16(%rax),%rbp
    +	mov	-8(%rax),%rbx
    +	lea	(%rax),%rsp
    +.Lepilogue_shaext:
    +	ret
    +.size	sha256_multi_block_shaext,.-sha256_multi_block_shaext
    +___
    +						}}}
    +						if ($avx) {{{
    +sub ROUND_00_15_avx {
    +my ($i,$a,$b,$c,$d,$e,$f,$g,$h)=@_;
    +
    +$code.=<<___ if ($i<15 && $REG_SZ==16);
    +	vmovd		`4*$i`(@ptr[0]),$Xi
    +	vmovd		`4*$i`(@ptr[1]),$t1
    +	vpinsrd		\$1,`4*$i`(@ptr[2]),$Xi,$Xi
    +	vpinsrd		\$1,`4*$i`(@ptr[3]),$t1,$t1
    +	vpunpckldq	$t1,$Xi,$Xi
    +	vpshufb		$Xn,$Xi,$Xi
    +___
    +$code.=<<___ if ($i==15 && $REG_SZ==16);
    +	vmovd		`4*$i`(@ptr[0]),$Xi
    +	 lea		`16*4`(@ptr[0]),@ptr[0]
    +	vmovd		`4*$i`(@ptr[1]),$t1
    +	 lea		`16*4`(@ptr[1]),@ptr[1]
    +	vpinsrd		\$1,`4*$i`(@ptr[2]),$Xi,$Xi
    +	 lea		`16*4`(@ptr[2]),@ptr[2]
    +	vpinsrd		\$1,`4*$i`(@ptr[3]),$t1,$t1
    +	 lea		`16*4`(@ptr[3]),@ptr[3]
    +	vpunpckldq	$t1,$Xi,$Xi
    +	vpshufb		$Xn,$Xi,$Xi
    +___
    +$code.=<<___ if ($i<15 && $REG_SZ==32);
    +	vmovd		`4*$i`(@ptr[0]),$Xi
    +	vmovd		`4*$i`(@ptr[4]),$t1
    +	vmovd		`4*$i`(@ptr[1]),$t2
    +	vmovd		`4*$i`(@ptr[5]),$t3
    +	vpinsrd		\$1,`4*$i`(@ptr[2]),$Xi,$Xi
    +	vpinsrd		\$1,`4*$i`(@ptr[6]),$t1,$t1
    +	vpinsrd		\$1,`4*$i`(@ptr[3]),$t2,$t2
    +	vpunpckldq	$t2,$Xi,$Xi
    +	vpinsrd		\$1,`4*$i`(@ptr[7]),$t3,$t3
    +	vpunpckldq	$t3,$t1,$t1
    +	vinserti128	$t1,$Xi,$Xi
    +	vpshufb		$Xn,$Xi,$Xi
    +___
    +$code.=<<___ if ($i==15 && $REG_SZ==32);
    +	vmovd		`4*$i`(@ptr[0]),$Xi
    +	 lea		`16*4`(@ptr[0]),@ptr[0]
    +	vmovd		`4*$i`(@ptr[4]),$t1
    +	 lea		`16*4`(@ptr[4]),@ptr[4]
    +	vmovd		`4*$i`(@ptr[1]),$t2
    +	 lea		`16*4`(@ptr[1]),@ptr[1]
    +	vmovd		`4*$i`(@ptr[5]),$t3
    +	 lea		`16*4`(@ptr[5]),@ptr[5]
    +	vpinsrd		\$1,`4*$i`(@ptr[2]),$Xi,$Xi
    +	 lea		`16*4`(@ptr[2]),@ptr[2]
    +	vpinsrd		\$1,`4*$i`(@ptr[6]),$t1,$t1
    +	 lea		`16*4`(@ptr[6]),@ptr[6]
    +	vpinsrd		\$1,`4*$i`(@ptr[3]),$t2,$t2
    +	 lea		`16*4`(@ptr[3]),@ptr[3]
    +	vpunpckldq	$t2,$Xi,$Xi
    +	vpinsrd		\$1,`4*$i`(@ptr[7]),$t3,$t3
    +	 lea		`16*4`(@ptr[7]),@ptr[7]
    +	vpunpckldq	$t3,$t1,$t1
    +	vinserti128	$t1,$Xi,$Xi
    +	vpshufb		$Xn,$Xi,$Xi
    +___
    +$code.=<<___;
    +	vpsrld	\$6,$e,$sigma
    +	vpslld	\$26,$e,$t3
    +	vmovdqu	$Xi,`&Xi_off($i)`
    +	 vpaddd	$h,$Xi,$Xi			# Xi+=h
    +
    +	vpsrld	\$11,$e,$t2
    +	vpxor	$t3,$sigma,$sigma
    +	vpslld	\$21,$e,$t3
    +	 vpaddd	`32*($i%8)-128`($Tbl),$Xi,$Xi	# Xi+=K[round]
    +	vpxor	$t2,$sigma,$sigma
    +
    +	vpsrld	\$25,$e,$t2
    +	vpxor	$t3,$sigma,$sigma
    +	 `"prefetcht0	63(@ptr[0])"		if ($i==15)`
    +	vpslld	\$7,$e,$t3
    +	 vpandn	$g,$e,$t1
    +	 vpand	$f,$e,$axb			# borrow $axb
    +	 `"prefetcht0	63(@ptr[1])"		if ($i==15)`
    +	vpxor	$t2,$sigma,$sigma
    +
    +	vpsrld	\$2,$a,$h			# borrow $h
    +	vpxor	$t3,$sigma,$sigma		# Sigma1(e)
    +	 `"prefetcht0	63(@ptr[2])"		if ($i==15)`
    +	vpslld	\$30,$a,$t2
    +	 vpxor	$axb,$t1,$t1			# Ch(e,f,g)
    +	 vpxor	$a,$b,$axb			# a^b, b^c in next round
    +	 `"prefetcht0	63(@ptr[3])"		if ($i==15)`
    +	vpxor	$t2,$h,$h
    +	vpaddd	$sigma,$Xi,$Xi			# Xi+=Sigma1(e)
    +
    +	vpsrld	\$13,$a,$t2
    +	 `"prefetcht0	63(@ptr[4])"		if ($i==15 && $REG_SZ==32)`
    +	vpslld	\$19,$a,$t3
    +	 vpaddd	$t1,$Xi,$Xi			# Xi+=Ch(e,f,g)
    +	 vpand	$axb,$bxc,$bxc
    +	 `"prefetcht0	63(@ptr[5])"		if ($i==15 && $REG_SZ==32)`
    +	vpxor	$t2,$h,$sigma
    +
    +	vpsrld	\$22,$a,$t2
    +	vpxor	$t3,$sigma,$sigma
    +	 `"prefetcht0	63(@ptr[6])"		if ($i==15 && $REG_SZ==32)`
    +	vpslld	\$10,$a,$t3
    +	 vpxor	$bxc,$b,$h			# h=Maj(a,b,c)=Ch(a^b,c,b)
    +	 vpaddd	$Xi,$d,$d			# d+=Xi
    +	 `"prefetcht0	63(@ptr[7])"		if ($i==15 && $REG_SZ==32)`
    +	vpxor	$t2,$sigma,$sigma
    +	vpxor	$t3,$sigma,$sigma		# Sigma0(a)
    +
    +	vpaddd	$Xi,$h,$h			# h+=Xi
    +	vpaddd	$sigma,$h,$h			# h+=Sigma0(a)
    +___
    +$code.=<<___ if (($i%8)==7);
    +	add	\$`32*8`,$Tbl
    +___
    +	($axb,$bxc)=($bxc,$axb);
    +}
    +
    +sub ROUND_16_XX_avx {
    +my $i=shift;
    +
    +$code.=<<___;
    +	vmovdqu	`&Xi_off($i+1)`,$Xn
    +	vpaddd	`&Xi_off($i+9)`,$Xi,$Xi		# Xi+=X[i+9]
    +
    +	vpsrld	\$3,$Xn,$sigma
    +	vpsrld	\$7,$Xn,$t2
    +	vpslld	\$25,$Xn,$t3
    +	vpxor	$t2,$sigma,$sigma
    +	vpsrld	\$18,$Xn,$t2
    +	vpxor	$t3,$sigma,$sigma
    +	vpslld	\$14,$Xn,$t3
    +	vmovdqu	`&Xi_off($i+14)`,$t1
    +	vpsrld	\$10,$t1,$axb			# borrow $axb
    +
    +	vpxor	$t2,$sigma,$sigma
    +	vpsrld	\$17,$t1,$t2
    +	vpxor	$t3,$sigma,$sigma		# sigma0(X[i+1])
    +	vpslld	\$15,$t1,$t3
    +	 vpaddd	$sigma,$Xi,$Xi			# Xi+=sigma0(e)
    +	vpxor	$t2,$axb,$sigma
    +	vpsrld	\$19,$t1,$t2
    +	vpxor	$t3,$sigma,$sigma
    +	vpslld	\$13,$t1,$t3
    +	vpxor	$t2,$sigma,$sigma
    +	vpxor	$t3,$sigma,$sigma		# sigma0(X[i+14])
    +	vpaddd	$sigma,$Xi,$Xi			# Xi+=sigma1(X[i+14])
    +___
    +	&ROUND_00_15_avx($i,@_);
    +	($Xi,$Xn)=($Xn,$Xi);
    +}
    +
    +$code.=<<___;
    +.type	sha256_multi_block_avx,\@function,3
    +.align	32
    +sha256_multi_block_avx:
    +_avx_shortcut:
    +___
    +$code.=<<___ if ($avx>1);
    +	shr	\$32,%rcx
    +	cmp	\$2,$num
    +	jb	.Lavx
    +	test	\$`1<<5`,%ecx
    +	jnz	_avx2_shortcut
    +	jmp	.Lavx
    +.align	32
    +.Lavx:
    +___
    +$code.=<<___;
    +	mov	%rsp,%rax
    +	push	%rbx
    +	push	%rbp
    +___
    +$code.=<<___ if ($win64);
    +	lea	-0xa8(%rsp),%rsp
    +	movaps	%xmm6,(%rsp)
    +	movaps	%xmm7,0x10(%rsp)
    +	movaps	%xmm8,0x20(%rsp)
    +	movaps	%xmm9,0x30(%rsp)
    +	movaps	%xmm10,-0x78(%rax)
    +	movaps	%xmm11,-0x68(%rax)
    +	movaps	%xmm12,-0x58(%rax)
    +	movaps	%xmm13,-0x48(%rax)
    +	movaps	%xmm14,-0x38(%rax)
    +	movaps	%xmm15,-0x28(%rax)
    +___
    +$code.=<<___;
    +	sub	\$`$REG_SZ*18`, %rsp
    +	and	\$-256,%rsp
    +	mov	%rax,`$REG_SZ*17`(%rsp)		# original %rsp
    +.Lbody_avx:
    +	lea	K256+128(%rip),$Tbl
    +	lea	`$REG_SZ*16`(%rsp),%rbx
    +	lea	0x80($ctx),$ctx			# size optimization
    +
    +.Loop_grande_avx:
    +	mov	$num,`$REG_SZ*17+8`(%rsp)	# original $num
    +	xor	$num,$num
    +___
    +for($i=0;$i<4;$i++) {
    +    $code.=<<___;
    +	mov	`16*$i+0`($inp),@ptr[$i]	# input pointer
    +	mov	`16*$i+8`($inp),%ecx		# number of blocks
    +	cmp	$num,%ecx
    +	cmovg	%ecx,$num			# find maximum
    +	test	%ecx,%ecx
    +	mov	%ecx,`4*$i`(%rbx)		# initialize counters
    +	cmovle	$Tbl,@ptr[$i]			# cancel input
    +___
    +}
    +$code.=<<___;
    +	test	$num,$num
    +	jz	.Ldone_avx
    +
    +	vmovdqu	0x00-0x80($ctx),$A		# load context
    +	 lea	128(%rsp),%rax
    +	vmovdqu	0x20-0x80($ctx),$B
    +	vmovdqu	0x40-0x80($ctx),$C
    +	vmovdqu	0x60-0x80($ctx),$D
    +	vmovdqu	0x80-0x80($ctx),$E
    +	vmovdqu	0xa0-0x80($ctx),$F
    +	vmovdqu	0xc0-0x80($ctx),$G
    +	vmovdqu	0xe0-0x80($ctx),$H
    +	vmovdqu	.Lpbswap(%rip),$Xn
    +	jmp	.Loop_avx
    +
    +.align	32
    +.Loop_avx:
    +	vpxor	$B,$C,$bxc			# magic seed
    +___
    +for($i=0;$i<16;$i++)	{ &ROUND_00_15_avx($i,@V); unshift(@V,pop(@V)); }
    +$code.=<<___;
    +	vmovdqu	`&Xi_off($i)`,$Xi
    +	mov	\$3,%ecx
    +	jmp	.Loop_16_xx_avx
    +.align	32
    +.Loop_16_xx_avx:
    +___
    +for(;$i<32;$i++)	{ &ROUND_16_XX_avx($i,@V); unshift(@V,pop(@V)); }
    +$code.=<<___;
    +	dec	%ecx
    +	jnz	.Loop_16_xx_avx
    +
    +	mov	\$1,%ecx
    +	lea	K256+128(%rip),$Tbl
    +___
    +for($i=0;$i<4;$i++) {
    +    $code.=<<___;
    +	cmp	`4*$i`(%rbx),%ecx		# examine counters
    +	cmovge	$Tbl,@ptr[$i]			# cancel input
    +___
    +}
    +$code.=<<___;
    +	vmovdqa	(%rbx),$sigma			# pull counters
    +	vpxor	$t1,$t1,$t1
    +	vmovdqa	$sigma,$Xn
    +	vpcmpgtd $t1,$Xn,$Xn			# mask value
    +	vpaddd	$Xn,$sigma,$sigma		# counters--
    +
    +	vmovdqu	0x00-0x80($ctx),$t1
    +	vpand	$Xn,$A,$A
    +	vmovdqu	0x20-0x80($ctx),$t2
    +	vpand	$Xn,$B,$B
    +	vmovdqu	0x40-0x80($ctx),$t3
    +	vpand	$Xn,$C,$C
    +	vmovdqu	0x60-0x80($ctx),$Xi
    +	vpand	$Xn,$D,$D
    +	vpaddd	$t1,$A,$A
    +	vmovdqu	0x80-0x80($ctx),$t1
    +	vpand	$Xn,$E,$E
    +	vpaddd	$t2,$B,$B
    +	vmovdqu	0xa0-0x80($ctx),$t2
    +	vpand	$Xn,$F,$F
    +	vpaddd	$t3,$C,$C
    +	vmovdqu	0xc0-0x80($ctx),$t3
    +	vpand	$Xn,$G,$G
    +	vpaddd	$Xi,$D,$D
    +	vmovdqu	0xe0-0x80($ctx),$Xi
    +	vpand	$Xn,$H,$H
    +	vpaddd	$t1,$E,$E
    +	vpaddd	$t2,$F,$F
    +	vmovdqu	$A,0x00-0x80($ctx)
    +	vpaddd	$t3,$G,$G
    +	vmovdqu	$B,0x20-0x80($ctx)
    +	vpaddd	$Xi,$H,$H
    +	vmovdqu	$C,0x40-0x80($ctx)
    +	vmovdqu	$D,0x60-0x80($ctx)
    +	vmovdqu	$E,0x80-0x80($ctx)
    +	vmovdqu	$F,0xa0-0x80($ctx)
    +	vmovdqu	$G,0xc0-0x80($ctx)
    +	vmovdqu	$H,0xe0-0x80($ctx)
    +
    +	vmovdqu	$sigma,(%rbx)			# save counters
    +	vmovdqu	.Lpbswap(%rip),$Xn
    +	dec	$num
    +	jnz	.Loop_avx
    +
    +	mov	`$REG_SZ*17+8`(%rsp),$num
    +	lea	$REG_SZ($ctx),$ctx
    +	lea	`16*$REG_SZ/4`($inp),$inp
    +	dec	$num
    +	jnz	.Loop_grande_avx
    +
    +.Ldone_avx:
    +	mov	`$REG_SZ*17`(%rsp),%rax		# orignal %rsp
    +	vzeroupper
    +___
    +$code.=<<___ if ($win64);
    +	movaps	-0xb8(%rax),%xmm6
    +	movaps	-0xa8(%rax),%xmm7
    +	movaps	-0x98(%rax),%xmm8
    +	movaps	-0x88(%rax),%xmm9
    +	movaps	-0x78(%rax),%xmm10
    +	movaps	-0x68(%rax),%xmm11
    +	movaps	-0x58(%rax),%xmm12
    +	movaps	-0x48(%rax),%xmm13
    +	movaps	-0x38(%rax),%xmm14
    +	movaps	-0x28(%rax),%xmm15
    +___
    +$code.=<<___;
    +	mov	-16(%rax),%rbp
    +	mov	-8(%rax),%rbx
    +	lea	(%rax),%rsp
    +.Lepilogue_avx:
    +	ret
    +.size	sha256_multi_block_avx,.-sha256_multi_block_avx
    +___
    +						if ($avx>1) {
    +$code =~ s/\`([^\`]*)\`/eval $1/gem;
    +
    +$REG_SZ=32;
    +@ptr=map("%r$_",(12..15,8..11));
    +
    +@V=($A,$B,$C,$D,$E,$F,$G,$H)=map("%ymm$_",(8..15));
    +($t1,$t2,$t3,$axb,$bxc,$Xi,$Xn,$sigma)=map("%ymm$_",(0..7));
    +
    +$code.=<<___;
    +.type	sha256_multi_block_avx2,\@function,3
    +.align	32
    +sha256_multi_block_avx2:
    +_avx2_shortcut:
    +	mov	%rsp,%rax
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +___
    +$code.=<<___ if ($win64);
    +	lea	-0xa8(%rsp),%rsp
    +	movaps	%xmm6,(%rsp)
    +	movaps	%xmm7,0x10(%rsp)
    +	movaps	%xmm8,0x20(%rsp)
    +	movaps	%xmm9,0x30(%rsp)
    +	movaps	%xmm10,0x40(%rsp)
    +	movaps	%xmm11,0x50(%rsp)
    +	movaps	%xmm12,-0x78(%rax)
    +	movaps	%xmm13,-0x68(%rax)
    +	movaps	%xmm14,-0x58(%rax)
    +	movaps	%xmm15,-0x48(%rax)
    +___
    +$code.=<<___;
    +	sub	\$`$REG_SZ*18`, %rsp
    +	and	\$-256,%rsp
    +	mov	%rax,`$REG_SZ*17`(%rsp)		# original %rsp
    +.Lbody_avx2:
    +	lea	K256+128(%rip),$Tbl
    +	lea	0x80($ctx),$ctx			# size optimization
    +
    +.Loop_grande_avx2:
    +	mov	$num,`$REG_SZ*17+8`(%rsp)	# original $num
    +	xor	$num,$num
    +	lea	`$REG_SZ*16`(%rsp),%rbx
    +___
    +for($i=0;$i<8;$i++) {
    +    $code.=<<___;
    +	mov	`16*$i+0`($inp),@ptr[$i]	# input pointer
    +	mov	`16*$i+8`($inp),%ecx		# number of blocks
    +	cmp	$num,%ecx
    +	cmovg	%ecx,$num			# find maximum
    +	test	%ecx,%ecx
    +	mov	%ecx,`4*$i`(%rbx)		# initialize counters
    +	cmovle	$Tbl,@ptr[$i]			# cancel input
    +___
    +}
    +$code.=<<___;
    +	vmovdqu	0x00-0x80($ctx),$A		# load context
    +	 lea	128(%rsp),%rax
    +	vmovdqu	0x20-0x80($ctx),$B
    +	 lea	256+128(%rsp),%rbx
    +	vmovdqu	0x40-0x80($ctx),$C
    +	vmovdqu	0x60-0x80($ctx),$D
    +	vmovdqu	0x80-0x80($ctx),$E
    +	vmovdqu	0xa0-0x80($ctx),$F
    +	vmovdqu	0xc0-0x80($ctx),$G
    +	vmovdqu	0xe0-0x80($ctx),$H
    +	vmovdqu	.Lpbswap(%rip),$Xn
    +	jmp	.Loop_avx2
    +
    +.align	32
    +.Loop_avx2:
    +	vpxor	$B,$C,$bxc			# magic seed
    +___
    +for($i=0;$i<16;$i++)	{ &ROUND_00_15_avx($i,@V); unshift(@V,pop(@V)); }
    +$code.=<<___;
    +	vmovdqu	`&Xi_off($i)`,$Xi
    +	mov	\$3,%ecx
    +	jmp	.Loop_16_xx_avx2
    +.align	32
    +.Loop_16_xx_avx2:
    +___
    +for(;$i<32;$i++)	{ &ROUND_16_XX_avx($i,@V); unshift(@V,pop(@V)); }
    +$code.=<<___;
    +	dec	%ecx
    +	jnz	.Loop_16_xx_avx2
    +
    +	mov	\$1,%ecx
    +	lea	`$REG_SZ*16`(%rsp),%rbx
    +	lea	K256+128(%rip),$Tbl
    +___
    +for($i=0;$i<8;$i++) {
    +    $code.=<<___;
    +	cmp	`4*$i`(%rbx),%ecx		# examine counters
    +	cmovge	$Tbl,@ptr[$i]			# cancel input
    +___
    +}
    +$code.=<<___;
    +	vmovdqa	(%rbx),$sigma			# pull counters
    +	vpxor	$t1,$t1,$t1
    +	vmovdqa	$sigma,$Xn
    +	vpcmpgtd $t1,$Xn,$Xn			# mask value
    +	vpaddd	$Xn,$sigma,$sigma		# counters--
    +
    +	vmovdqu	0x00-0x80($ctx),$t1
    +	vpand	$Xn,$A,$A
    +	vmovdqu	0x20-0x80($ctx),$t2
    +	vpand	$Xn,$B,$B
    +	vmovdqu	0x40-0x80($ctx),$t3
    +	vpand	$Xn,$C,$C
    +	vmovdqu	0x60-0x80($ctx),$Xi
    +	vpand	$Xn,$D,$D
    +	vpaddd	$t1,$A,$A
    +	vmovdqu	0x80-0x80($ctx),$t1
    +	vpand	$Xn,$E,$E
    +	vpaddd	$t2,$B,$B
    +	vmovdqu	0xa0-0x80($ctx),$t2
    +	vpand	$Xn,$F,$F
    +	vpaddd	$t3,$C,$C
    +	vmovdqu	0xc0-0x80($ctx),$t3
    +	vpand	$Xn,$G,$G
    +	vpaddd	$Xi,$D,$D
    +	vmovdqu	0xe0-0x80($ctx),$Xi
    +	vpand	$Xn,$H,$H
    +	vpaddd	$t1,$E,$E
    +	vpaddd	$t2,$F,$F
    +	vmovdqu	$A,0x00-0x80($ctx)
    +	vpaddd	$t3,$G,$G
    +	vmovdqu	$B,0x20-0x80($ctx)
    +	vpaddd	$Xi,$H,$H
    +	vmovdqu	$C,0x40-0x80($ctx)
    +	vmovdqu	$D,0x60-0x80($ctx)
    +	vmovdqu	$E,0x80-0x80($ctx)
    +	vmovdqu	$F,0xa0-0x80($ctx)
    +	vmovdqu	$G,0xc0-0x80($ctx)
    +	vmovdqu	$H,0xe0-0x80($ctx)
    +
    +	vmovdqu	$sigma,(%rbx)			# save counters
    +	lea	256+128(%rsp),%rbx
    +	vmovdqu	.Lpbswap(%rip),$Xn
    +	dec	$num
    +	jnz	.Loop_avx2
    +
    +	#mov	`$REG_SZ*17+8`(%rsp),$num
    +	#lea	$REG_SZ($ctx),$ctx
    +	#lea	`16*$REG_SZ/4`($inp),$inp
    +	#dec	$num
    +	#jnz	.Loop_grande_avx2
    +
    +.Ldone_avx2:
    +	mov	`$REG_SZ*17`(%rsp),%rax		# orignal %rsp
    +	vzeroupper
    +___
    +$code.=<<___ if ($win64);
    +	movaps	-0xd8(%rax),%xmm6
    +	movaps	-0xc8(%rax),%xmm7
    +	movaps	-0xb8(%rax),%xmm8
    +	movaps	-0xa8(%rax),%xmm9
    +	movaps	-0x98(%rax),%xmm10
    +	movaps	-0x88(%rax),%xmm11
    +	movaps	-0x78(%rax),%xmm12
    +	movaps	-0x68(%rax),%xmm13
    +	movaps	-0x58(%rax),%xmm14
    +	movaps	-0x48(%rax),%xmm15
    +___
    +$code.=<<___;
    +	mov	-48(%rax),%r15
    +	mov	-40(%rax),%r14
    +	mov	-32(%rax),%r13
    +	mov	-24(%rax),%r12
    +	mov	-16(%rax),%rbp
    +	mov	-8(%rax),%rbx
    +	lea	(%rax),%rsp
    +.Lepilogue_avx2:
    +	ret
    +.size	sha256_multi_block_avx2,.-sha256_multi_block_avx2
    +___
    +					}	}}}
    +$code.=<<___;
    +.align	256
    +K256:
    +___
    +sub TABLE {
    +    foreach (@_) {
    +	$code.=<<___;
    +	.long	$_,$_,$_,$_
    +	.long	$_,$_,$_,$_
    +___
    +    }
    +}
    +&TABLE(	0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5,
    +	0x3956c25b,0x59f111f1,0x923f82a4,0xab1c5ed5,
    +	0xd807aa98,0x12835b01,0x243185be,0x550c7dc3,
    +	0x72be5d74,0x80deb1fe,0x9bdc06a7,0xc19bf174,
    +	0xe49b69c1,0xefbe4786,0x0fc19dc6,0x240ca1cc,
    +	0x2de92c6f,0x4a7484aa,0x5cb0a9dc,0x76f988da,
    +	0x983e5152,0xa831c66d,0xb00327c8,0xbf597fc7,
    +	0xc6e00bf3,0xd5a79147,0x06ca6351,0x14292967,
    +	0x27b70a85,0x2e1b2138,0x4d2c6dfc,0x53380d13,
    +	0x650a7354,0x766a0abb,0x81c2c92e,0x92722c85,
    +	0xa2bfe8a1,0xa81a664b,0xc24b8b70,0xc76c51a3,
    +	0xd192e819,0xd6990624,0xf40e3585,0x106aa070,
    +	0x19a4c116,0x1e376c08,0x2748774c,0x34b0bcb5,
    +	0x391c0cb3,0x4ed8aa4a,0x5b9cca4f,0x682e6ff3,
    +	0x748f82ee,0x78a5636f,0x84c87814,0x8cc70208,
    +	0x90befffa,0xa4506ceb,0xbef9a3f7,0xc67178f2 );
    +$code.=<<___;
    +.Lpbswap:
    +	.long	0x00010203,0x04050607,0x08090a0b,0x0c0d0e0f	# pbswap
    +	.long	0x00010203,0x04050607,0x08090a0b,0x0c0d0e0f	# pbswap
    +K256_shaext:
    +	.long	0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5
    +	.long	0x3956c25b,0x59f111f1,0x923f82a4,0xab1c5ed5
    +	.long	0xd807aa98,0x12835b01,0x243185be,0x550c7dc3
    +	.long	0x72be5d74,0x80deb1fe,0x9bdc06a7,0xc19bf174
    +	.long	0xe49b69c1,0xefbe4786,0x0fc19dc6,0x240ca1cc
    +	.long	0x2de92c6f,0x4a7484aa,0x5cb0a9dc,0x76f988da
    +	.long	0x983e5152,0xa831c66d,0xb00327c8,0xbf597fc7
    +	.long	0xc6e00bf3,0xd5a79147,0x06ca6351,0x14292967
    +	.long	0x27b70a85,0x2e1b2138,0x4d2c6dfc,0x53380d13
    +	.long	0x650a7354,0x766a0abb,0x81c2c92e,0x92722c85
    +	.long	0xa2bfe8a1,0xa81a664b,0xc24b8b70,0xc76c51a3
    +	.long	0xd192e819,0xd6990624,0xf40e3585,0x106aa070
    +	.long	0x19a4c116,0x1e376c08,0x2748774c,0x34b0bcb5
    +	.long	0x391c0cb3,0x4ed8aa4a,0x5b9cca4f,0x682e6ff3
    +	.long	0x748f82ee,0x78a5636f,0x84c87814,0x8cc70208
    +	.long	0x90befffa,0xa4506ceb,0xbef9a3f7,0xc67178f2
    +	.asciz	"SHA256 multi-block transform for x86_64, CRYPTOGAMS by "
    +___
    +
    +if ($win64) {
    +# EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame,
    +#		CONTEXT *context,DISPATCHER_CONTEXT *disp)
    +$rec="%rcx";
    +$frame="%rdx";
    +$context="%r8";
    +$disp="%r9";
    +
    +$code.=<<___;
    +.extern	__imp_RtlVirtualUnwind
    +.type	se_handler,\@abi-omnipotent
    +.align	16
    +se_handler:
    +	push	%rsi
    +	push	%rdi
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +	pushfq
    +	sub	\$64,%rsp
    +
    +	mov	120($context),%rax	# pull context->Rax
    +	mov	248($context),%rbx	# pull context->Rip
    +
    +	mov	8($disp),%rsi		# disp->ImageBase
    +	mov	56($disp),%r11		# disp->HandlerData
    +
    +	mov	0(%r11),%r10d		# HandlerData[0]
    +	lea	(%rsi,%r10),%r10	# end of prologue label
    +	cmp	%r10,%rbx		# context->Rip<.Lbody
    +	jb	.Lin_prologue
    +
    +	mov	152($context),%rax	# pull context->Rsp
    +
    +	mov	4(%r11),%r10d		# HandlerData[1]
    +	lea	(%rsi,%r10),%r10	# epilogue label
    +	cmp	%r10,%rbx		# context->Rip>=.Lepilogue
    +	jae	.Lin_prologue
    +
    +	mov	`16*17`(%rax),%rax	# pull saved stack pointer
    +
    +	mov	-8(%rax),%rbx
    +	mov	-16(%rax),%rbp
    +	mov	%rbx,144($context)	# restore context->Rbx
    +	mov	%rbp,160($context)	# restore context->Rbp
    +
    +	lea	-24-10*16(%rax),%rsi
    +	lea	512($context),%rdi	# &context.Xmm6
    +	mov	\$20,%ecx
    +	.long	0xa548f3fc		# cld; rep movsq
    +
    +.Lin_prologue:
    +	mov	8(%rax),%rdi
    +	mov	16(%rax),%rsi
    +	mov	%rax,152($context)	# restore context->Rsp
    +	mov	%rsi,168($context)	# restore context->Rsi
    +	mov	%rdi,176($context)	# restore context->Rdi
    +
    +	mov	40($disp),%rdi		# disp->ContextRecord
    +	mov	$context,%rsi		# context
    +	mov	\$154,%ecx		# sizeof(CONTEXT)
    +	.long	0xa548f3fc		# cld; rep movsq
    +
    +	mov	$disp,%rsi
    +	xor	%rcx,%rcx		# arg1, UNW_FLAG_NHANDLER
    +	mov	8(%rsi),%rdx		# arg2, disp->ImageBase
    +	mov	0(%rsi),%r8		# arg3, disp->ControlPc
    +	mov	16(%rsi),%r9		# arg4, disp->FunctionEntry
    +	mov	40(%rsi),%r10		# disp->ContextRecord
    +	lea	56(%rsi),%r11		# &disp->HandlerData
    +	lea	24(%rsi),%r12		# &disp->EstablisherFrame
    +	mov	%r10,32(%rsp)		# arg5
    +	mov	%r11,40(%rsp)		# arg6
    +	mov	%r12,48(%rsp)		# arg7
    +	mov	%rcx,56(%rsp)		# arg8, (NULL)
    +	call	*__imp_RtlVirtualUnwind(%rip)
    +
    +	mov	\$1,%eax		# ExceptionContinueSearch
    +	add	\$64,%rsp
    +	popfq
    +	pop	%r15
    +	pop	%r14
    +	pop	%r13
    +	pop	%r12
    +	pop	%rbp
    +	pop	%rbx
    +	pop	%rdi
    +	pop	%rsi
    +	ret
    +.size	se_handler,.-se_handler
    +___
    +$code.=<<___ if ($avx>1);
    +.type	avx2_handler,\@abi-omnipotent
    +.align	16
    +avx2_handler:
    +	push	%rsi
    +	push	%rdi
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +	pushfq
    +	sub	\$64,%rsp
    +
    +	mov	120($context),%rax	# pull context->Rax
    +	mov	248($context),%rbx	# pull context->Rip
    +
    +	mov	8($disp),%rsi		# disp->ImageBase
    +	mov	56($disp),%r11		# disp->HandlerData
    +
    +	mov	0(%r11),%r10d		# HandlerData[0]
    +	lea	(%rsi,%r10),%r10	# end of prologue label
    +	cmp	%r10,%rbx		# context->RipRsp
    +
    +	mov	4(%r11),%r10d		# HandlerData[1]
    +	lea	(%rsi,%r10),%r10	# epilogue label
    +	cmp	%r10,%rbx		# context->Rip>=epilogue label
    +	jae	.Lin_prologue
    +
    +	mov	`32*17`($context),%rax	# pull saved stack pointer
    +
    +	mov	-8(%rax),%rbx
    +	mov	-16(%rax),%rbp
    +	mov	-24(%rax),%r12
    +	mov	-32(%rax),%r13
    +	mov	-40(%rax),%r14
    +	mov	-48(%rax),%r15
    +	mov	%rbx,144($context)	# restore context->Rbx
    +	mov	%rbp,160($context)	# restore context->Rbp
    +	mov	%r12,216($context)	# restore cotnext->R12
    +	mov	%r13,224($context)	# restore cotnext->R13
    +	mov	%r14,232($context)	# restore cotnext->R14
    +	mov	%r15,240($context)	# restore cotnext->R15
    +
    +	lea	-56-10*16(%rax),%rsi
    +	lea	512($context),%rdi	# &context.Xmm6
    +	mov	\$20,%ecx
    +	.long	0xa548f3fc		# cld; rep movsq
    +
    +	jmp	.Lin_prologue
    +.size	avx2_handler,.-avx2_handler
    +___
    +$code.=<<___;
    +.section	.pdata
    +.align	4
    +	.rva	.LSEH_begin_sha256_multi_block
    +	.rva	.LSEH_end_sha256_multi_block
    +	.rva	.LSEH_info_sha256_multi_block
    +	.rva	.LSEH_begin_sha256_multi_block_shaext
    +	.rva	.LSEH_end_sha256_multi_block_shaext
    +	.rva	.LSEH_info_sha256_multi_block_shaext
    +___
    +$code.=<<___ if ($avx);
    +	.rva	.LSEH_begin_sha256_multi_block_avx
    +	.rva	.LSEH_end_sha256_multi_block_avx
    +	.rva	.LSEH_info_sha256_multi_block_avx
    +___
    +$code.=<<___ if ($avx>1);
    +	.rva	.LSEH_begin_sha256_multi_block_avx2
    +	.rva	.LSEH_end_sha256_multi_block_avx2
    +	.rva	.LSEH_info_sha256_multi_block_avx2
    +___
    +$code.=<<___;
    +.section	.xdata
    +.align	8
    +.LSEH_info_sha256_multi_block:
    +	.byte	9,0,0,0
    +	.rva	se_handler
    +	.rva	.Lbody,.Lepilogue			# HandlerData[]
    +.LSEH_info_sha256_multi_block_shaext:
    +	.byte	9,0,0,0
    +	.rva	se_handler
    +	.rva	.Lbody_shaext,.Lepilogue_shaext		# HandlerData[]
    +___
    +$code.=<<___ if ($avx);
    +.LSEH_info_sha256_multi_block_avx:
    +	.byte	9,0,0,0
    +	.rva	se_handler
    +	.rva	.Lbody_avx,.Lepilogue_avx		# HandlerData[]
    +___
    +$code.=<<___ if ($avx>1);
    +.LSEH_info_sha256_multi_block_avx2:
    +	.byte	9,0,0,0
    +	.rva	avx2_handler
    +	.rva	.Lbody_avx2,.Lepilogue_avx2		# HandlerData[]
    +___
    +}
    +####################################################################
    +
    +sub rex {
    +  local *opcode=shift;
    +  my ($dst,$src)=@_;
    +  my $rex=0;
    +
    +    $rex|=0x04			if ($dst>=8);
    +    $rex|=0x01			if ($src>=8);
    +    unshift @opcode,$rex|0x40	if ($rex);
    +}
    +
    +sub sha256op38 {
    +    my $instr = shift;
    +    my %opcodelet = (
    +		"sha256rnds2" => 0xcb,
    +  		"sha256msg1"  => 0xcc,
    +		"sha256msg2"  => 0xcd	);
    +
    +    if (defined($opcodelet{$instr}) && @_[0] =~ /%xmm([0-9]+),\s*%xmm([0-9]+)/) {
    +      my @opcode=(0x0f,0x38);
    +	rex(\@opcode,$2,$1);
    +	push @opcode,$opcodelet{$instr};
    +	push @opcode,0xc0|($1&7)|(($2&7)<<3);		# ModR/M
    +	return ".byte\t".join(',',@opcode);
    +    } else {
    +	return $instr."\t".@_[0];
    +    }
    +}
    +
    +foreach (split("\n",$code)) {
    +	s/\`([^\`]*)\`/eval($1)/ge;
    +
    +	s/\b(sha256[^\s]*)\s+(.*)/sha256op38($1,$2)/geo		or
    +
    +	s/\b(vmov[dq])\b(.+)%ymm([0-9]+)/$1$2%xmm$3/go		or
    +	s/\b(vmovdqu)\b(.+)%x%ymm([0-9]+)/$1$2%xmm$3/go		or
    +	s/\b(vpinsr[qd])\b(.+)%ymm([0-9]+),%ymm([0-9]+)/$1$2%xmm$3,%xmm$4/go	or
    +	s/\b(vpextr[qd])\b(.+)%ymm([0-9]+)/$1$2%xmm$3/go	or
    +	s/\b(vinserti128)\b(\s+)%ymm/$1$2\$1,%xmm/go		or
    +	s/\b(vpbroadcast[qd]\s+)%ymm([0-9]+)/$1%xmm$2/go;
    +
    +	print $_,"\n";
    +}
    +
    +close STDOUT;
    diff --git a/openssl/crypto/sha/asm/sha512-586.pl b/openssl/crypto/sha/asm/sha512-586.pl
    index 7eab6a5b8..e96ec0031 100644
    --- a/openssl/crypto/sha/asm/sha512-586.pl
    +++ b/openssl/crypto/sha/asm/sha512-586.pl
    @@ -1,7 +1,7 @@
     #!/usr/bin/env perl
     #
     # ====================================================================
    -# Written by Andy Polyakov  for the OpenSSL
    +# Written by Andy Polyakov  for the OpenSSL
     # project. The module is, however, dual licensed under OpenSSL and
     # CRYPTOGAMS licenses depending on where you obtain it. For further
     # details see http://www.openssl.org/~appro/cryptogams/.
    @@ -9,17 +9,31 @@
     #
     # SHA512 block transform for x86. September 2007.
     #
    +# May 2013.
    +#
    +# Add SSSE3 code path, 20-25% improvement [over original SSE2 code].
    +#
     # Performance in clock cycles per processed byte (less is better):
     #
    -#		Pentium	PIII	P4	AMD K8	Core2
    -# gcc		100	75	116	54	66
    -# icc		97	77	95	55	57
    -# x86 asm	61	56	82	36	40
    -# SSE2 asm	-	-	38	24	20
    -# x86_64 asm(*)	-	-	30	10.0	10.5
    +#		gcc	icc	x86 asm	SIMD(*)	x86_64(**)
    +# Pentium	100	97	61	-	-
    +# PIII		75	77	56	-	-
    +# P4		116	95	82	34.6	30.8
    +# AMD K8	54	55	36	20.7	9.57
    +# Core2		66	57	40	15.9	9.97
    +# Westmere	70	-	38	12.2	9.58
    +# Sandy Bridge	58	-	35	11.9	11.2
    +# Ivy Bridge	50	-	33	11.5	8.17
    +# Haswell	46	-	29	11.3	7.66
    +# Bulldozer	121	-	50	14.0	13.5
    +# VIA Nano	91	-	52	33	14.7
    +# Atom		126	-	68	48(***)	14.7
    +# Silvermont	97	-	58	42(***)	17.5
     #
    -# (*) x86_64 assembler performance is presented for reference
    -#     purposes.
    +# (*)	whichever best applicable.
    +# (**)	x86_64 assembler performance is presented for reference
    +#	purposes, the results are for integer-only code.
    +# (***)	paddq is increadibly slow on Atom.
     #
     # IALU code-path is optimized for elder Pentiums. On vanilla Pentium
     # performance improvement over compiler generated code reaches ~60%,
    @@ -66,72 +80,77 @@ $Hsse2=&QWP(56,"esp");
     $A="mm0";	# B-D and
     $E="mm4";	# F-H are commonly loaded to respectively mm1-mm3 and
     		# mm5-mm7, but it's done on on-demand basis...
    +$BxC="mm2";	# ... except for B^C
     
     sub BODY_00_15_sse2 {
    -    my $prefetch=shift;
    +    my $phase=shift;
     
    -	&movq	("mm5",$Fsse2);			# load f
    -	&movq	("mm6",$Gsse2);			# load g
    -	&movq	("mm7",$Hsse2);			# load h
    +	#&movq	("mm5",$Fsse2);			# load f
    +	#&movq	("mm6",$Gsse2);			# load g
     
     	&movq	("mm1",$E);			# %mm1 is sliding right
    -	&movq	("mm2",$E);			# %mm2 is sliding left
    +	 &pxor	("mm5","mm6");			# f^=g
     	&psrlq	("mm1",14);
    -	&movq	($Esse2,$E);			# modulo-scheduled save e
    -	&psllq	("mm2",23);
    +	 &movq	($Esse2,$E);			# modulo-scheduled save e
    +	 &pand	("mm5",$E);			# f&=e
    +	&psllq	($E,23);			# $E is sliding left
    +	 &movq	($A,"mm3")			if ($phase<2);
    +	 &movq	(&QWP(8*9,"esp"),"mm7")		# save X[i]
     	&movq	("mm3","mm1");			# %mm3 is T1
    -	&psrlq	("mm1",4);
    -	&pxor	("mm3","mm2");
    -	&psllq	("mm2",23);
    +	 &psrlq	("mm1",4);
    +	 &pxor	("mm5","mm6");			# Ch(e,f,g)
    +	&pxor	("mm3",$E);
    +	 &psllq	($E,23);
     	&pxor	("mm3","mm1");
    -	&psrlq	("mm1",23);
    -	&pxor	("mm3","mm2");
    -	&psllq	("mm2",4);
    +	 &movq	($Asse2,$A);			# modulo-scheduled save a
    +	 &paddq	("mm7","mm5");			# X[i]+=Ch(e,f,g)
    +	&pxor	("mm3",$E);
    +	 &psrlq	("mm1",23);
    +	 &paddq	("mm7",$Hsse2);			# X[i]+=h
     	&pxor	("mm3","mm1");
    -	&paddq	("mm7",QWP(0,$K512));		# h+=K512[i]
    -	&pxor	("mm3","mm2");			# T1=Sigma1_512(e)
    -
    -	&pxor	("mm5","mm6");			# f^=g
    +	 &psllq	($E,4);
    +	 &paddq	("mm7",QWP(0,$K512));		# X[i]+=K512[i]
    +	&pxor	("mm3",$E);			# T1=Sigma1_512(e)
    +
    +	 &movq	($E,$Dsse2);			# e = load d, e in next round
    +	&paddq	("mm3","mm7");			# T1+=X[i]
    +	 &movq	("mm5",$A);			# %mm5 is sliding right
    +	 &psrlq	("mm5",28);
    +	&paddq	($E,"mm3");			# d += T1
    +	 &movq	("mm6",$A);			# %mm6 is sliding left
    +	 &movq	("mm7","mm5");
    +	 &psllq	("mm6",25);
     	&movq	("mm1",$Bsse2);			# load b
    -	&pand	("mm5",$E);			# f&=e
    -	&movq	("mm2",$Csse2);			# load c
    -	&pxor	("mm5","mm6");			# f^=g
    -	&movq	($E,$Dsse2);			# e = load d
    -	&paddq	("mm3","mm5");			# T1+=Ch(e,f,g)
    -	&movq	(&QWP(0,"esp"),$A);		# modulo-scheduled save a
    -	&paddq	("mm3","mm7");			# T1+=h
    -
    -	&movq	("mm5",$A);			# %mm5 is sliding right
    -	&movq	("mm6",$A);			# %mm6 is sliding left
    -	&paddq	("mm3",&QWP(8*9,"esp"));	# T1+=X[0]
    -	&psrlq	("mm5",28);
    -	&paddq	($E,"mm3");			# e += T1
    -	&psllq	("mm6",25);
    -	&movq	("mm7","mm5");			# %mm7 is T2
    -	&psrlq	("mm5",6);
    -	&pxor	("mm7","mm6");
    -	&psllq	("mm6",5);
    -	&pxor	("mm7","mm5");
    -	&psrlq	("mm5",5);
    -	&pxor	("mm7","mm6");
    -	&psllq	("mm6",6);
    -	&pxor	("mm7","mm5");
    +	 &psrlq	("mm5",6);
    +	 &pxor	("mm7","mm6");
     	&sub	("esp",8);
    -	&pxor	("mm7","mm6");			# T2=Sigma0_512(a)
    -
    -	&movq	("mm5",$A);			# %mm5=a
    -	&por	($A,"mm2");			# a=a|c
    -	&movq	("mm6",&QWP(8*(9+16-14),"esp"))	if ($prefetch);
    -	&pand	("mm5","mm2");			# %mm5=a&c
    -	&pand	($A,"mm1");			# a=(a|c)&b
    -	&movq	("mm2",&QWP(8*(9+16-1),"esp"))	if ($prefetch);
    -	&por	("mm5",$A);			# %mm5=(a&c)|((a|c)&b)
    -	&paddq	("mm7","mm5");			# T2+=Maj(a,b,c)
    -	&movq	($A,"mm3");			# a=T1
    -
    -	&mov	(&LB("edx"),&BP(0,$K512));
    -	&paddq	($A,"mm7");			# a+=T2
    -	&add	($K512,8);
    +	 &psllq	("mm6",5);
    +	 &pxor	("mm7","mm5");
    +	&pxor	($A,"mm1");			# a^b, b^c in next round
    +	 &psrlq	("mm5",5);
    +	 &pxor	("mm7","mm6");
    +	&pand	($BxC,$A);			# (b^c)&(a^b)
    +	 &psllq	("mm6",6);
    +	 &pxor	("mm7","mm5");
    +	&pxor	($BxC,"mm1");			# [h=]Maj(a,b,c)
    +	 &pxor	("mm6","mm7");			# Sigma0_512(a)
    +	 &movq	("mm7",&QWP(8*(9+16-1),"esp"))	if ($phase!=0);	# pre-fetch
    +	 &movq	("mm5",$Fsse2)			if ($phase==0);	# load f
    +
    +    if ($phase>1) {
    +	&paddq	($BxC,"mm6");			# h+=Sigma0(a)
    +	 &add	($K512,8);
    +	#&paddq	($BxC,"mm3");			# h+=T1
    +
    +	($A,$BxC) = ($BxC,$A);			# rotate registers
    +    } else {
    +	&paddq	("mm3",$BxC);			# T1+=Maj(a,b,c)
    +	 &movq	($BxC,$A);
    +	 &add	($K512,8);
    +	&paddq	("mm3","mm6");			# T1+=Sigma0(a)
    +	 &movq	("mm6",$Gsse2)			if ($phase==0);	# load g
    +	#&movq	($A,"mm3");			# h=T1
    +    }
     }
     
     sub BODY_00_15_x86 {
    @@ -284,110 +303,357 @@ sub BODY_00_15_x86 {
     
     if ($sse2) {
     	&picmeup("edx","OPENSSL_ia32cap_P",$K512,&label("K512"));
    -	&bt	(&DWP(0,"edx"),26);
    -	&jnc	(&label("loop_x86"));
    +	&mov	("ecx",&DWP(0,"edx"));
    +	&test	("ecx",1<<26);
    +	&jz	(&label("loop_x86"));
    +
    +	&mov	("edx",&DWP(4,"edx"));
     
     	# load ctx->h[0-7]
     	&movq	($A,&QWP(0,"esi"));
    +	 &and	("ecx",1<<24);		# XMM registers availability
     	&movq	("mm1",&QWP(8,"esi"));
    -	&movq	("mm2",&QWP(16,"esi"));
    +	 &and	("edx",1<<9);		# SSSE3 bit
    +	&movq	($BxC,&QWP(16,"esi"));
    +	 &or	("ecx","edx");
     	&movq	("mm3",&QWP(24,"esi"));
     	&movq	($E,&QWP(32,"esi"));
     	&movq	("mm5",&QWP(40,"esi"));
     	&movq	("mm6",&QWP(48,"esi"));
     	&movq	("mm7",&QWP(56,"esi"));
    +	&cmp	("ecx",1<<24|1<<9);
    +	&je	(&label("SSSE3"));
     	&sub	("esp",8*10);
    +	&jmp	(&label("loop_sse2"));
     
     &set_label("loop_sse2",16);
    -	# &movq	($Asse2,$A);
    +	#&movq	($Asse2,$A);
     	&movq	($Bsse2,"mm1");
    -	&movq	($Csse2,"mm2");
    +	&movq	($Csse2,$BxC);
     	&movq	($Dsse2,"mm3");
    -	# &movq	($Esse2,$E);
    +	#&movq	($Esse2,$E);
     	&movq	($Fsse2,"mm5");
     	&movq	($Gsse2,"mm6");
    +	&pxor	($BxC,"mm1");			# magic
     	&movq	($Hsse2,"mm7");
    +	&movq	("mm3",$A);			# magic
     
    -	&mov	("ecx",&DWP(0,"edi"));
    -	&mov	("edx",&DWP(4,"edi"));
    +	&mov	("eax",&DWP(0,"edi"));
    +	&mov	("ebx",&DWP(4,"edi"));
     	&add	("edi",8);
    -	&bswap	("ecx");
    -	&bswap	("edx");
    -	&mov	(&DWP(8*9+4,"esp"),"ecx");
    -	&mov	(&DWP(8*9+0,"esp"),"edx");
    +	&mov	("edx",15);			# counter
    +	&bswap	("eax");
    +	&bswap	("ebx");
    +	&jmp	(&label("00_14_sse2"));
     
     &set_label("00_14_sse2",16);
    +	&movd	("mm1","eax");
     	&mov	("eax",&DWP(0,"edi"));
    +	&movd	("mm7","ebx");
     	&mov	("ebx",&DWP(4,"edi"));
     	&add	("edi",8);
     	&bswap	("eax");
     	&bswap	("ebx");
    -	&mov	(&DWP(8*8+4,"esp"),"eax");
    -	&mov	(&DWP(8*8+0,"esp"),"ebx");
    +	&punpckldq("mm7","mm1");
     
     	&BODY_00_15_sse2();
     
    -	&cmp	(&LB("edx"),0x35);
    -	&jne	(&label("00_14_sse2"));
    +	&dec	("edx");
    +	&jnz	(&label("00_14_sse2"));
    +
    +	&movd	("mm1","eax");
    +	&movd	("mm7","ebx");
    +	&punpckldq("mm7","mm1");
     
     	&BODY_00_15_sse2(1);
     
    +	&pxor	($A,$A);			# A is in %mm3
    +	&mov	("edx",32);			# counter
    +	&jmp	(&label("16_79_sse2"));
    +
     &set_label("16_79_sse2",16);
    -	#&movq	("mm2",&QWP(8*(9+16-1),"esp"));	#prefetched in BODY_00_15 
    -	#&movq	("mm6",&QWP(8*(9+16-14),"esp"));
    -	&movq	("mm1","mm2");
    +    for ($j=0;$j<2;$j++) {			# 2x unroll
    +	#&movq	("mm7",&QWP(8*(9+16-1),"esp"));	# prefetched in BODY_00_15 
    +	&movq	("mm5",&QWP(8*(9+16-14),"esp"));
    +	&movq	("mm1","mm7");
    +	&psrlq	("mm7",1);
    +	 &movq	("mm6","mm5");
    +	 &psrlq	("mm5",6);
    +	&psllq	("mm1",56);
    +	 &paddq	($A,"mm3");			# from BODY_00_15
    +	 &movq	("mm3","mm7");
    +	&psrlq	("mm7",7-1);
    +	 &pxor	("mm3","mm1");
    +	 &psllq	("mm1",63-56);
    +	&pxor	("mm3","mm7");
    +	 &psrlq	("mm7",8-7);
    +	&pxor	("mm3","mm1");
    +	 &movq	("mm1","mm5");
    +	 &psrlq	("mm5",19-6);
    +	&pxor	("mm7","mm3");			# sigma0
    +
    +	 &psllq	("mm6",3);
    +	 &pxor	("mm1","mm5");
    +	&paddq	("mm7",&QWP(8*(9+16),"esp"));
    +	 &pxor	("mm1","mm6");
    +	 &psrlq	("mm5",61-19);
    +	&paddq	("mm7",&QWP(8*(9+16-9),"esp"));
    +	 &pxor	("mm1","mm5");
    +	 &psllq	("mm6",45-3);
    +	&movq	("mm5",$Fsse2);			# load f
    +	 &pxor	("mm1","mm6");			# sigma1
    +	&movq	("mm6",$Gsse2);			# load g
     
    -	&psrlq	("mm2",1);
    -	&movq	("mm7","mm6");
    -	&psrlq	("mm6",6);
    -	&movq	("mm3","mm2");
    +	&paddq	("mm7","mm1");			# X[i]
    +	#&movq	(&QWP(8*9,"esp"),"mm7");	# moved to BODY_00_15
     
    -	&psrlq	("mm2",7-1);
    -	&movq	("mm5","mm6");
    -	&psrlq	("mm6",19-6);
    -	&pxor	("mm3","mm2");
    +	&BODY_00_15_sse2(2);
    +    }
    +	&dec	("edx");
    +	&jnz	(&label("16_79_sse2"));
     
    -	&psrlq	("mm2",8-7);
    -	&pxor	("mm5","mm6");
    -	&psrlq	("mm6",61-19);
    -	&pxor	("mm3","mm2");
    +	#&movq	($A,$Asse2);
    +	&paddq	($A,"mm3");			# from BODY_00_15
    +	&movq	("mm1",$Bsse2);
    +	#&movq	($BxC,$Csse2);
    +	&movq	("mm3",$Dsse2);
    +	#&movq	($E,$Esse2);
    +	&movq	("mm5",$Fsse2);
    +	&movq	("mm6",$Gsse2);
    +	&movq	("mm7",$Hsse2);
     
    -	&movq	("mm2",&QWP(8*(9+16),"esp"));
    +	&pxor	($BxC,"mm1");			# de-magic
    +	&paddq	($A,&QWP(0,"esi"));
    +	&paddq	("mm1",&QWP(8,"esi"));
    +	&paddq	($BxC,&QWP(16,"esi"));
    +	&paddq	("mm3",&QWP(24,"esi"));
    +	&paddq	($E,&QWP(32,"esi"));
    +	&paddq	("mm5",&QWP(40,"esi"));
    +	&paddq	("mm6",&QWP(48,"esi"));
    +	&paddq	("mm7",&QWP(56,"esi"));
     
    -	&psllq	("mm1",56);
    -	&pxor	("mm5","mm6");
    -	&psllq	("mm7",3);
    -	&pxor	("mm3","mm1");
    +	&mov	("eax",8*80);
    +	&movq	(&QWP(0,"esi"),$A);
    +	&movq	(&QWP(8,"esi"),"mm1");
    +	&movq	(&QWP(16,"esi"),$BxC);
    +	&movq	(&QWP(24,"esi"),"mm3");
    +	&movq	(&QWP(32,"esi"),$E);
    +	&movq	(&QWP(40,"esi"),"mm5");
    +	&movq	(&QWP(48,"esi"),"mm6");
    +	&movq	(&QWP(56,"esi"),"mm7");
     
    -	&paddq	("mm2",&QWP(8*(9+16-9),"esp"));
    +	&lea	("esp",&DWP(0,"esp","eax"));	# destroy frame
    +	&sub	($K512,"eax");			# rewind K
     
    -	&psllq	("mm1",63-56);
    -	&pxor	("mm5","mm7");
    -	&psllq	("mm7",45-3);
    -	&pxor	("mm3","mm1");
    -	&pxor	("mm5","mm7");
    +	&cmp	("edi",&DWP(8*10+8,"esp"));	# are we done yet?
    +	&jb	(&label("loop_sse2"));
     
    -	&paddq	("mm3","mm5");
    -	&paddq	("mm3","mm2");
    -	&movq	(&QWP(8*9,"esp"),"mm3");
    +	&mov	("esp",&DWP(8*10+12,"esp"));	# restore sp
    +	&emms	();
    +&function_end_A();
     
    -	&BODY_00_15_sse2(1);
    +&set_label("SSSE3",32);
    +{ my ($cnt,$frame)=("ecx","edx");
    +  my @X=map("xmm$_",(0..7));
    +  my $j;
    +  my $i=0;
    +
    +	&lea	($frame,&DWP(-64,"esp"));
    +	&sub	("esp",256);
    +
    +	# fixed stack frame layout
    +	#
    +	# +0	A B C D E F G H		# backing store
    +	# +64	X[0]+K[i] .. X[15]+K[i]	# XMM->MM xfer area
    +	# +192				# XMM off-load ring buffer
    +	# +256				# saved parameters
    +
    +	&movdqa		(@X[1],&QWP(80*8,$K512));		# byte swap mask
    +	&movdqu		(@X[0],&QWP(0,"edi"));
    +	&pshufb		(@X[0],@X[1]);
    +    for ($j=0;$j<8;$j++) {
    +	&movdqa		(&QWP(16*(($j-1)%4),$frame),@X[3])	if ($j>4); # off-load
    +	&movdqa		(@X[3],&QWP(16*($j%8),$K512));
    +	&movdqa		(@X[2],@X[1])				if ($j<7); # perpetuate byte swap mask
    +	&movdqu		(@X[1],&QWP(16*($j+1),"edi"))		if ($j<7); # next input
    +	&movdqa		(@X[1],&QWP(16*(($j+1)%4),$frame))	if ($j==7);# restore @X[0]
    +	&paddq		(@X[3],@X[0]);
    +	&pshufb		(@X[1],@X[2])				if ($j<7);
    +	&movdqa		(&QWP(16*($j%8)-128,$frame),@X[3]);	# xfer X[i]+K[i]
    +
    +	push(@X,shift(@X));					# rotate(@X)
    +    }
    +	#&jmp		(&label("loop_ssse3"));
    +	&nop		();
     
    -	&cmp	(&LB("edx"),0x17);
    -	&jne	(&label("16_79_sse2"));
    +&set_label("loop_ssse3",32);
    +	&movdqa		(@X[2],&QWP(16*(($j+1)%4),$frame));	# pre-restore @X[1]
    +	&movdqa		(&QWP(16*(($j-1)%4),$frame),@X[3]);	# off-load @X[3]
    +	&lea		($K512,&DWP(16*8,$K512));
    +
    +	#&movq	($Asse2,$A);			# off-load A-H
    +	&movq	($Bsse2,"mm1");
    +	 &mov	("ebx","edi");
    +	&movq	($Csse2,$BxC);
    +	 &lea	("edi",&DWP(128,"edi"));	# advance input
    +	&movq	($Dsse2,"mm3");
    +	 &cmp	("edi","eax");
    +	#&movq	($Esse2,$E);
    +	&movq	($Fsse2,"mm5");
    +	 &cmovb	("ebx","edi");
    +	&movq	($Gsse2,"mm6");
    +	 &mov	("ecx",4);			# loop counter
    +	&pxor	($BxC,"mm1");			# magic
    +	&movq	($Hsse2,"mm7");
    +	&pxor	("mm3","mm3");			# magic
    +
    +	&jmp		(&label("00_47_ssse3"));
    +
    +sub BODY_00_15_ssse3 {		# "phase-less" copy of BODY_00_15_sse2
    +	(
    +	'&movq	("mm1",$E)',				# %mm1 is sliding right
    +	'&movq	("mm7",&QWP(((-8*$i)%128)-128,$frame))',# X[i]+K[i]
    +	 '&pxor	("mm5","mm6")',				# f^=g
    +	'&psrlq	("mm1",14)',
    +	 '&movq	(&QWP(8*($i+4)%64,"esp"),$E)',		# modulo-scheduled save e
    +	 '&pand	("mm5",$E)',				# f&=e
    +	'&psllq	($E,23)',				# $E is sliding left
    +	'&paddq	($A,"mm3")',				# [h+=Maj(a,b,c)]
    +	'&movq	("mm3","mm1")',				# %mm3 is T1
    +	 '&psrlq("mm1",4)',
    +	 '&pxor	("mm5","mm6")',				# Ch(e,f,g)
    +	'&pxor	("mm3",$E)',
    +	 '&psllq($E,23)',
    +	'&pxor	("mm3","mm1")',
    +	 '&movq	(&QWP(8*$i%64,"esp"),$A)',		# modulo-scheduled save a
    +	 '&paddq("mm7","mm5")',				# X[i]+=Ch(e,f,g)
    +	'&pxor	("mm3",$E)',
    +	 '&psrlq("mm1",23)',
    +	 '&paddq("mm7",&QWP(8*($i+7)%64,"esp"))',	# X[i]+=h
    +	'&pxor	("mm3","mm1")',
    +	 '&psllq($E,4)',
    +	'&pxor	("mm3",$E)',				# T1=Sigma1_512(e)
    +
    +	 '&movq	($E,&QWP(8*($i+3)%64,"esp"))',		# e = load d, e in next round
    +	'&paddq	("mm3","mm7")',				# T1+=X[i]
    +	 '&movq	("mm5",$A)',				# %mm5 is sliding right
    +	 '&psrlq("mm5",28)',
    +	'&paddq	($E,"mm3")',				# d += T1
    +	 '&movq	("mm6",$A)',				# %mm6 is sliding left
    +	 '&movq	("mm7","mm5")',
    +	 '&psllq("mm6",25)',
    +	'&movq	("mm1",&QWP(8*($i+1)%64,"esp"))',	# load b
    +	 '&psrlq("mm5",6)',
    +	 '&pxor	("mm7","mm6")',
    +	 '&psllq("mm6",5)',
    +	 '&pxor	("mm7","mm5")',
    +	'&pxor	($A,"mm1")',				# a^b, b^c in next round
    +	 '&psrlq("mm5",5)',
    +	 '&pxor	("mm7","mm6")',
    +	'&pand	($BxC,$A)',				# (b^c)&(a^b)
    +	 '&psllq("mm6",6)',
    +	 '&pxor	("mm7","mm5")',
    +	'&pxor	($BxC,"mm1")',				# [h=]Maj(a,b,c)
    +	 '&pxor	("mm6","mm7")',				# Sigma0_512(a)
    +	 '&movq	("mm5",&QWP(8*($i+5-1)%64,"esp"))',	# pre-load f
    +	'&paddq	($BxC,"mm6")',				# h+=Sigma0(a)
    +	 '&movq	("mm6",&QWP(8*($i+6-1)%64,"esp"))',	# pre-load g
    +
    +	'($A,$BxC) = ($BxC,$A); $i--;'
    +	);
    +}
     
    -	# &movq	($A,$Asse2);
    +&set_label("00_47_ssse3",32);
    +
    +    for(;$j<16;$j++) {
    +	my ($t0,$t2,$t1)=@X[2..4];
    +	my @insns = (&BODY_00_15_ssse3(),&BODY_00_15_ssse3());
    +
    +	&movdqa		($t2,@X[5]);
    +	&movdqa		(@X[1],$t0);			# restore @X[1]
    +	&palignr	($t0,@X[0],8);			# X[1..2]
    +	&movdqa		(&QWP(16*($j%4),$frame),@X[4]);	# off-load @X[4]
    +	 &palignr	($t2,@X[4],8);			# X[9..10]
    +
    +	&movdqa		($t1,$t0);
    +	&psrlq		($t0,7);
    +	 &paddq		(@X[0],$t2);			# X[0..1] += X[9..10]
    +	&movdqa		($t2,$t1);
    +	&psrlq		($t1,1);
    +	&psllq		($t2,64-8);
    +	&pxor		($t0,$t1);
    +	&psrlq		($t1,8-1);
    +	&pxor		($t0,$t2);
    +	&psllq		($t2,8-1);
    +	&pxor		($t0,$t1);
    +	 &movdqa	($t1,@X[7]);
    +	&pxor		($t0,$t2);			# sigma0(X[1..2])
    +	 &movdqa	($t2,@X[7]);
    +	 &psrlq		($t1,6);
    +	&paddq		(@X[0],$t0);			# X[0..1] += sigma0(X[1..2])
    +
    +	&movdqa		($t0,@X[7]);
    +	&psrlq		($t2,19);
    +	&psllq		($t0,64-61);
    +	&pxor		($t1,$t2);
    +	&psrlq		($t2,61-19);
    +	&pxor		($t1,$t0);
    +	&psllq		($t0,61-19);
    +	&pxor		($t1,$t2);
    +	&movdqa		($t2,&QWP(16*(($j+2)%4),$frame));# pre-restore @X[1]
    +	&pxor		($t1,$t0);			# sigma0(X[1..2])
    +	&movdqa		($t0,&QWP(16*($j%8),$K512));
    +	 eval(shift(@insns));
    +	&paddq		(@X[0],$t1);			# X[0..1] += sigma0(X[14..15])
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	 eval(shift(@insns));
    +	&paddq		($t0,@X[0]);
    +	 foreach(@insns) { eval; }
    +	&movdqa		(&QWP(16*($j%8)-128,$frame),$t0);# xfer X[i]+K[i]
    +
    +	push(@X,shift(@X));				# rotate(@X)
    +    }
    +	&lea		($K512,&DWP(16*8,$K512));
    +	&dec		("ecx");
    +	&jnz		(&label("00_47_ssse3"));
    +
    +	&movdqa		(@X[1],&QWP(0,$K512));		# byte swap mask
    +	&lea		($K512,&DWP(-80*8,$K512));	# rewind
    +	&movdqu		(@X[0],&QWP(0,"ebx"));
    +	&pshufb		(@X[0],@X[1]);
    +
    +    for ($j=0;$j<8;$j++) {	# load next or same block
    +	my @insns = (&BODY_00_15_ssse3(),&BODY_00_15_ssse3());
    +
    +	&movdqa		(&QWP(16*(($j-1)%4),$frame),@X[3])	if ($j>4); # off-load
    +	&movdqa		(@X[3],&QWP(16*($j%8),$K512));
    +	&movdqa		(@X[2],@X[1])				if ($j<7); # perpetuate byte swap mask
    +	&movdqu		(@X[1],&QWP(16*($j+1),"ebx"))		if ($j<7); # next input
    +	&movdqa		(@X[1],&QWP(16*(($j+1)%4),$frame))	if ($j==7);# restore @X[0]
    +	&paddq		(@X[3],@X[0]);
    +	&pshufb		(@X[1],@X[2])				if ($j<7);
    +	 foreach(@insns) { eval; }
    +	&movdqa		(&QWP(16*($j%8)-128,$frame),@X[3]);# xfer X[i]+K[i]
    +
    +	push(@X,shift(@X));				# rotate(@X)
    +    }
    +
    +	#&movq	($A,$Asse2);			# load A-H
     	&movq	("mm1",$Bsse2);
    -	&movq	("mm2",$Csse2);
    +	&paddq	($A,"mm3");			# from BODY_00_15
    +	#&movq	($BxC,$Csse2);
     	&movq	("mm3",$Dsse2);
    -	# &movq	($E,$Esse2);
    -	&movq	("mm5",$Fsse2);
    -	&movq	("mm6",$Gsse2);
    +	#&movq	($E,$Esse2);
    +	#&movq	("mm5",$Fsse2);
    +	#&movq	("mm6",$Gsse2);
     	&movq	("mm7",$Hsse2);
     
    +	&pxor	($BxC,"mm1");			# de-magic
     	&paddq	($A,&QWP(0,"esi"));
     	&paddq	("mm1",&QWP(8,"esi"));
    -	&paddq	("mm2",&QWP(16,"esi"));
    +	&paddq	($BxC,&QWP(16,"esi"));
     	&paddq	("mm3",&QWP(24,"esi"));
     	&paddq	($E,&QWP(32,"esi"));
     	&paddq	("mm5",&QWP(40,"esi"));
    @@ -396,21 +662,19 @@ if ($sse2) {
     
     	&movq	(&QWP(0,"esi"),$A);
     	&movq	(&QWP(8,"esi"),"mm1");
    -	&movq	(&QWP(16,"esi"),"mm2");
    +	&movq	(&QWP(16,"esi"),$BxC);
     	&movq	(&QWP(24,"esi"),"mm3");
     	&movq	(&QWP(32,"esi"),$E);
     	&movq	(&QWP(40,"esi"),"mm5");
     	&movq	(&QWP(48,"esi"),"mm6");
     	&movq	(&QWP(56,"esi"),"mm7");
     
    -	&add	("esp",8*80);			# destroy frame
    -	&sub	($K512,8*80);			# rewind K
    -
    -	&cmp	("edi",&DWP(8*10+8,"esp"));	# are we done yet?
    -	&jb	(&label("loop_sse2"));
    +    	&cmp	("edi","eax")			# are we done yet?
    +	&jb	(&label("loop_ssse3"));
     
    +	&mov	("esp",&DWP(64+12,$frame));	# restore sp
     	&emms	();
    -	&mov	("esp",&DWP(8*10+12,"esp"));	# restore sp
    +}
     &function_end_A();
     }
     &set_label("loop_x86",16);
    @@ -638,6 +902,9 @@ if ($sse2) {
     	&data_word(0xfc657e2a,0x597f299c);	# u64
     	&data_word(0x3ad6faec,0x5fcb6fab);	# u64
     	&data_word(0x4a475817,0x6c44198c);	# u64
    +
    +	&data_word(0x04050607,0x00010203);	# byte swap
    +	&data_word(0x0c0d0e0f,0x08090a0b);	# mask
     &function_end_B("sha512_block_data_order");
     &asciz("SHA512 block transform for x86, CRYPTOGAMS by ");
     
    diff --git a/openssl/crypto/sha/asm/sha512-armv4.pl b/openssl/crypto/sha/asm/sha512-armv4.pl
    index 7faf37b14..fb7dc506a 100644
    --- a/openssl/crypto/sha/asm/sha512-armv4.pl
    +++ b/openssl/crypto/sha/asm/sha512-armv4.pl
    @@ -1,7 +1,7 @@
     #!/usr/bin/env perl
     
     # ====================================================================
    -# Written by Andy Polyakov  for the OpenSSL
    +# Written by Andy Polyakov  for the OpenSSL
     # project. The module is, however, dual licensed under OpenSSL and
     # CRYPTOGAMS licenses depending on where you obtain it. For further
     # details see http://www.openssl.org/~appro/cryptogams/.
    @@ -26,7 +26,24 @@
     # March 2011.
     #
     # Add NEON implementation. On Cortex A8 it was measured to process
    -# one byte in 25.5 cycles or 47% faster than integer-only code.
    +# one byte in 23.3 cycles or ~60% faster than integer-only code.
    +
    +# August 2012.
    +#
    +# Improve NEON performance by 12% on Snapdragon S4. In absolute
    +# terms it's 22.6 cycles per byte, which is disappointing result.
    +# Technical writers asserted that 3-way S4 pipeline can sustain
    +# multiple NEON instructions per cycle, but dual NEON issue could
    +# not be observed, and for NEON-only sequences IPC(*) was found to
    +# be limited by 1:-( 0.33 and 0.66 were measured for sequences with
    +# ILPs(*) of 1 and 2 respectively. This in turn means that you can
    +# even find yourself striving, as I did here, for achieving IPC
    +# adequate to one delivered by Cortex A8 [for reference, it's
    +# 0.5 for ILP of 1, and 1 for higher ILPs].
    +#
    +# (*) ILP, instruction-level parallelism, how many instructions
    +#     *can* execute at the same time. IPC, instructions per cycle,
    +#     indicates how many instructions actually execute.
     
     # Byte order [in]dependence. =========================================
     #
    @@ -220,16 +237,20 @@ WORD64(0x3c9ebe0a,0x15c9bebc, 0x431d67c4,0x9c100d4c)
     WORD64(0x4cc5d4be,0xcb3e42b6, 0x597f299c,0xfc657e2a)
     WORD64(0x5fcb6fab,0x3ad6faec, 0x6c44198c,0x4a475817)
     .size	K512,.-K512
    +#if __ARM_MAX_ARCH__>=7
     .LOPENSSL_armcap:
     .word	OPENSSL_armcap_P-sha512_block_data_order
     .skip	32-4
    +#else
    +.skip	32
    +#endif
     
     .global	sha512_block_data_order
     .type	sha512_block_data_order,%function
     sha512_block_data_order:
     	sub	r3,pc,#8		@ sha512_block_data_order
     	add	$len,$inp,$len,lsl#7	@ len to point at the end of inp
    -#if __ARM_ARCH__>=7
    +#if __ARM_MAX_ARCH__>=7
     	ldr	r12,.LOPENSSL_armcap
     	ldr	r12,[r3,r12]		@ OPENSSL_armcap_P
     	tst	r12,#1
    @@ -457,40 +478,40 @@ $code.=<<___ if ($i<16 || $i&1);
     	vld1.64		{@X[$i%16]},[$inp]!	@ handles unaligned
     #endif
     	vshr.u64	$t1,$e,#@Sigma1[1]
    +#if $i>0
    +	 vadd.i64	$a,$Maj			@ h+=Maj from the past
    +#endif
     	vshr.u64	$t2,$e,#@Sigma1[2]
     ___
     $code.=<<___;
     	vld1.64		{$K},[$Ktbl,:64]!	@ K[i++]
     	vsli.64		$t0,$e,#`64-@Sigma1[0]`
     	vsli.64		$t1,$e,#`64-@Sigma1[1]`
    +	vmov		$Ch,$e
     	vsli.64		$t2,$e,#`64-@Sigma1[2]`
     #if $i<16 && defined(__ARMEL__)
     	vrev64.8	@X[$i],@X[$i]
     #endif
    -	vadd.i64	$T1,$K,$h
    -	veor		$Ch,$f,$g
    -	veor		$t0,$t1
    -	vand		$Ch,$e
    -	veor		$t0,$t2			@ Sigma1(e)
    -	veor		$Ch,$g			@ Ch(e,f,g)
    -	vadd.i64	$T1,$t0
    +	veor		$t1,$t0
    +	vbsl		$Ch,$f,$g		@ Ch(e,f,g)
     	vshr.u64	$t0,$a,#@Sigma0[0]
    -	vadd.i64	$T1,$Ch
    +	veor		$t2,$t1			@ Sigma1(e)
    +	vadd.i64	$T1,$Ch,$h
     	vshr.u64	$t1,$a,#@Sigma0[1]
    -	vshr.u64	$t2,$a,#@Sigma0[2]
     	vsli.64		$t0,$a,#`64-@Sigma0[0]`
    +	vadd.i64	$T1,$t2
    +	vshr.u64	$t2,$a,#@Sigma0[2]
    +	vadd.i64	$K,@X[$i%16]
     	vsli.64		$t1,$a,#`64-@Sigma0[1]`
    +	veor		$Maj,$a,$b
     	vsli.64		$t2,$a,#`64-@Sigma0[2]`
    -	vadd.i64	$T1,@X[$i%16]
    -	vorr		$Maj,$a,$c
    -	vand		$Ch,$a,$c
     	veor		$h,$t0,$t1
    -	vand		$Maj,$b
    +	vadd.i64	$T1,$K
    +	vbsl		$Maj,$c,$b		@ Maj(a,b,c)
     	veor		$h,$t2			@ Sigma0(a)
    -	vorr		$Maj,$Ch		@ Maj(a,b,c)
    -	vadd.i64	$h,$T1
     	vadd.i64	$d,$T1
    -	vadd.i64	$h,$Maj
    +	vadd.i64	$Maj,$T1
    +	@ vadd.i64	$h,$Maj
     ___
     }
     
    @@ -508,6 +529,7 @@ $i /= 2;
     $code.=<<___;
     	vshr.u64	$t0,@X[($i+7)%8],#@sigma1[0]
     	vshr.u64	$t1,@X[($i+7)%8],#@sigma1[1]
    +	 vadd.i64	@_[0],d30			@ h+=Maj from the past
     	vshr.u64	$s1,@X[($i+7)%8],#@sigma1[2]
     	vsli.64		$t0,@X[($i+7)%8],#`64-@sigma1[0]`
     	vext.8		$s0,@X[$i%8],@X[($i+1)%8],#8	@ X[i+1]
    @@ -533,7 +555,8 @@ ___
     }
     
     $code.=<<___;
    -#if __ARM_ARCH__>=7
    +#if __ARM_MAX_ARCH__>=7
    +.arch	armv7-a
     .fpu	neon
     
     .align	4
    @@ -554,6 +577,7 @@ for(;$i<32;$i++)	{ &NEON_16_79($i,@V); unshift(@V,pop(@V)); }
     $code.=<<___;
     	bne		.L16_79_neon
     
    +	 vadd.i64	$A,d30		@ h+=Maj from the past
     	vldmia		$ctx,{d24-d31}	@ load context to temp
     	vadd.i64	q8,q12		@ vectorized accumulate
     	vadd.i64	q9,q13
    @@ -565,7 +589,7 @@ $code.=<<___;
     	bne		.Loop_neon
     
     	vldmia	sp!,{d8-d15}		@ epilogue
    -	bx	lr
    +	ret				@ bx lr
     #endif
     ___
     }
    @@ -573,10 +597,13 @@ $code.=<<___;
     .size	sha512_block_data_order,.-sha512_block_data_order
     .asciz	"SHA512 block transform for ARMv4/NEON, CRYPTOGAMS by "
     .align	2
    +#if __ARM_MAX_ARCH__>=7
     .comm	OPENSSL_armcap_P,4,4
    +#endif
     ___
     
     $code =~ s/\`([^\`]*)\`/eval $1/gem;
     $code =~ s/\bbx\s+lr\b/.word\t0xe12fff1e/gm;	# make it possible to compile with -march=armv4
    +$code =~ s/\bret\b/bx	lr/gm;
     print $code;
     close STDOUT; # enforce flush
    diff --git a/openssl/crypto/sha/asm/sha512-armv8.pl b/openssl/crypto/sha/asm/sha512-armv8.pl
    new file mode 100755
    index 000000000..bd7a0a566
    --- /dev/null
    +++ b/openssl/crypto/sha/asm/sha512-armv8.pl
    @@ -0,0 +1,420 @@
    +#!/usr/bin/env perl
    +#
    +# ====================================================================
    +# Written by Andy Polyakov  for the OpenSSL
    +# project. The module is, however, dual licensed under OpenSSL and
    +# CRYPTOGAMS licenses depending on where you obtain it. For further
    +# details see http://www.openssl.org/~appro/cryptogams/.
    +# ====================================================================
    +#
    +# SHA256/512 for ARMv8.
    +#
    +# Performance in cycles per processed byte and improvement coefficient
    +# over code generated with "default" compiler:
    +#
    +#		SHA256-hw	SHA256(*)	SHA512
    +# Apple A7	1.97		10.5 (+33%)	6.73 (-1%(**))
    +# Cortex-A53	2.38		15.6 (+110%)	10.1 (+190%(***))
    +# Cortex-A57	2.31		11.6 (+86%)	7.51 (+260%(***))
    +# 
    +# (*)	Software SHA256 results are of lesser relevance, presented
    +#	mostly for informational purposes.
    +# (**)	The result is a trade-off: it's possible to improve it by
    +#	10% (or by 1 cycle per round), but at the cost of 20% loss
    +#	on Cortex-A53 (or by 4 cycles per round).
    +# (***)	Super-impressive coefficients over gcc-generated code are
    +#	indication of some compiler "pathology", most notably code
    +#	generated with -mgeneral-regs-only is significanty faster
    +#	and lags behind assembly only by 50-90%.
    +
    +$flavour=shift;
    +$output=shift;
    +open STDOUT,">$output";
    +
    +if ($output =~ /512/) {
    +	$BITS=512;
    +	$SZ=8;
    +	@Sigma0=(28,34,39);
    +	@Sigma1=(14,18,41);
    +	@sigma0=(1,  8, 7);
    +	@sigma1=(19,61, 6);
    +	$rounds=80;
    +	$reg_t="x";
    +} else {
    +	$BITS=256;
    +	$SZ=4;
    +	@Sigma0=( 2,13,22);
    +	@Sigma1=( 6,11,25);
    +	@sigma0=( 7,18, 3);
    +	@sigma1=(17,19,10);
    +	$rounds=64;
    +	$reg_t="w";
    +}
    +
    +$func="sha${BITS}_block_data_order";
    +
    +($ctx,$inp,$num,$Ktbl)=map("x$_",(0..2,30));
    +
    +@X=map("$reg_t$_",(3..15,0..2));
    +@V=($A,$B,$C,$D,$E,$F,$G,$H)=map("$reg_t$_",(20..27));
    +($t0,$t1,$t2,$t3)=map("$reg_t$_",(16,17,19,28));
    +
    +sub BODY_00_xx {
    +my ($i,$a,$b,$c,$d,$e,$f,$g,$h)=@_;
    +my $j=($i+1)&15;
    +my ($T0,$T1,$T2)=(@X[($i-8)&15],@X[($i-9)&15],@X[($i-10)&15]);
    +   $T0=@X[$i+3] if ($i<11);
    +
    +$code.=<<___	if ($i<16);
    +#ifndef	__ARMEB__
    +	rev	@X[$i],@X[$i]			// $i
    +#endif
    +___
    +$code.=<<___	if ($i<13 && ($i&1));
    +	ldp	@X[$i+1],@X[$i+2],[$inp],#2*$SZ
    +___
    +$code.=<<___	if ($i==13);
    +	ldp	@X[14],@X[15],[$inp]
    +___
    +$code.=<<___	if ($i>=14);
    +	ldr	@X[($i-11)&15],[sp,#`$SZ*(($i-11)%4)`]
    +___
    +$code.=<<___	if ($i>0 && $i<16);
    +	add	$a,$a,$t1			// h+=Sigma0(a)
    +___
    +$code.=<<___	if ($i>=11);
    +	str	@X[($i-8)&15],[sp,#`$SZ*(($i-8)%4)`]
    +___
    +# While ARMv8 specifies merged rotate-n-logical operation such as
    +# 'eor x,y,z,ror#n', it was found to negatively affect performance
    +# on Apple A7. The reason seems to be that it requires even 'y' to
    +# be available earlier. This means that such merged instruction is
    +# not necessarily best choice on critical path... On the other hand
    +# Cortex-A5x handles merged instructions much better than disjoint
    +# rotate and logical... See (**) footnote above.
    +$code.=<<___	if ($i<15);
    +	ror	$t0,$e,#$Sigma1[0]
    +	add	$h,$h,$t2			// h+=K[i]
    +	eor	$T0,$e,$e,ror#`$Sigma1[2]-$Sigma1[1]`
    +	and	$t1,$f,$e
    +	bic	$t2,$g,$e
    +	add	$h,$h,@X[$i&15]			// h+=X[i]
    +	orr	$t1,$t1,$t2			// Ch(e,f,g)
    +	eor	$t2,$a,$b			// a^b, b^c in next round
    +	eor	$t0,$t0,$T0,ror#$Sigma1[1]	// Sigma1(e)
    +	ror	$T0,$a,#$Sigma0[0]
    +	add	$h,$h,$t1			// h+=Ch(e,f,g)
    +	eor	$t1,$a,$a,ror#`$Sigma0[2]-$Sigma0[1]`
    +	add	$h,$h,$t0			// h+=Sigma1(e)
    +	and	$t3,$t3,$t2			// (b^c)&=(a^b)
    +	add	$d,$d,$h			// d+=h
    +	eor	$t3,$t3,$b			// Maj(a,b,c)
    +	eor	$t1,$T0,$t1,ror#$Sigma0[1]	// Sigma0(a)
    +	add	$h,$h,$t3			// h+=Maj(a,b,c)
    +	ldr	$t3,[$Ktbl],#$SZ		// *K++, $t2 in next round
    +	//add	$h,$h,$t1			// h+=Sigma0(a)
    +___
    +$code.=<<___	if ($i>=15);
    +	ror	$t0,$e,#$Sigma1[0]
    +	add	$h,$h,$t2			// h+=K[i]
    +	ror	$T1,@X[($j+1)&15],#$sigma0[0]
    +	and	$t1,$f,$e
    +	ror	$T2,@X[($j+14)&15],#$sigma1[0]
    +	bic	$t2,$g,$e
    +	ror	$T0,$a,#$Sigma0[0]
    +	add	$h,$h,@X[$i&15]			// h+=X[i]
    +	eor	$t0,$t0,$e,ror#$Sigma1[1]
    +	eor	$T1,$T1,@X[($j+1)&15],ror#$sigma0[1]
    +	orr	$t1,$t1,$t2			// Ch(e,f,g)
    +	eor	$t2,$a,$b			// a^b, b^c in next round
    +	eor	$t0,$t0,$e,ror#$Sigma1[2]	// Sigma1(e)
    +	eor	$T0,$T0,$a,ror#$Sigma0[1]
    +	add	$h,$h,$t1			// h+=Ch(e,f,g)
    +	and	$t3,$t3,$t2			// (b^c)&=(a^b)
    +	eor	$T2,$T2,@X[($j+14)&15],ror#$sigma1[1]
    +	eor	$T1,$T1,@X[($j+1)&15],lsr#$sigma0[2]	// sigma0(X[i+1])
    +	add	$h,$h,$t0			// h+=Sigma1(e)
    +	eor	$t3,$t3,$b			// Maj(a,b,c)
    +	eor	$t1,$T0,$a,ror#$Sigma0[2]	// Sigma0(a)
    +	eor	$T2,$T2,@X[($j+14)&15],lsr#$sigma1[2]	// sigma1(X[i+14])
    +	add	@X[$j],@X[$j],@X[($j+9)&15]
    +	add	$d,$d,$h			// d+=h
    +	add	$h,$h,$t3			// h+=Maj(a,b,c)
    +	ldr	$t3,[$Ktbl],#$SZ		// *K++, $t2 in next round
    +	add	@X[$j],@X[$j],$T1
    +	add	$h,$h,$t1			// h+=Sigma0(a)
    +	add	@X[$j],@X[$j],$T2
    +___
    +	($t2,$t3)=($t3,$t2);
    +}
    +
    +$code.=<<___;
    +#include "arm_arch.h"
    +
    +.text
    +
    +.globl	$func
    +.type	$func,%function
    +.align	6
    +$func:
    +___
    +$code.=<<___	if ($SZ==4);
    +	ldr	x16,.LOPENSSL_armcap_P
    +	adr	x17,.LOPENSSL_armcap_P
    +	add	x16,x16,x17
    +	ldr	w16,[x16]
    +	tst	w16,#ARMV8_SHA256
    +	b.ne	.Lv8_entry
    +___
    +$code.=<<___;
    +	stp	x29,x30,[sp,#-128]!
    +	add	x29,sp,#0
    +
    +	stp	x19,x20,[sp,#16]
    +	stp	x21,x22,[sp,#32]
    +	stp	x23,x24,[sp,#48]
    +	stp	x25,x26,[sp,#64]
    +	stp	x27,x28,[sp,#80]
    +	sub	sp,sp,#4*$SZ
    +
    +	ldp	$A,$B,[$ctx]				// load context
    +	ldp	$C,$D,[$ctx,#2*$SZ]
    +	ldp	$E,$F,[$ctx,#4*$SZ]
    +	add	$num,$inp,$num,lsl#`log(16*$SZ)/log(2)`	// end of input
    +	ldp	$G,$H,[$ctx,#6*$SZ]
    +	adr	$Ktbl,K$BITS
    +	stp	$ctx,$num,[x29,#96]
    +
    +.Loop:
    +	ldp	@X[0],@X[1],[$inp],#2*$SZ
    +	ldr	$t2,[$Ktbl],#$SZ			// *K++
    +	eor	$t3,$B,$C				// magic seed
    +	str	$inp,[x29,#112]
    +___
    +for ($i=0;$i<16;$i++)	{ &BODY_00_xx($i,@V); unshift(@V,pop(@V)); }
    +$code.=".Loop_16_xx:\n";
    +for (;$i<32;$i++)	{ &BODY_00_xx($i,@V); unshift(@V,pop(@V)); }
    +$code.=<<___;
    +	cbnz	$t2,.Loop_16_xx
    +
    +	ldp	$ctx,$num,[x29,#96]
    +	ldr	$inp,[x29,#112]
    +	sub	$Ktbl,$Ktbl,#`$SZ*($rounds+1)`		// rewind
    +
    +	ldp	@X[0],@X[1],[$ctx]
    +	ldp	@X[2],@X[3],[$ctx,#2*$SZ]
    +	add	$inp,$inp,#14*$SZ			// advance input pointer
    +	ldp	@X[4],@X[5],[$ctx,#4*$SZ]
    +	add	$A,$A,@X[0]
    +	ldp	@X[6],@X[7],[$ctx,#6*$SZ]
    +	add	$B,$B,@X[1]
    +	add	$C,$C,@X[2]
    +	add	$D,$D,@X[3]
    +	stp	$A,$B,[$ctx]
    +	add	$E,$E,@X[4]
    +	add	$F,$F,@X[5]
    +	stp	$C,$D,[$ctx,#2*$SZ]
    +	add	$G,$G,@X[6]
    +	add	$H,$H,@X[7]
    +	cmp	$inp,$num
    +	stp	$E,$F,[$ctx,#4*$SZ]
    +	stp	$G,$H,[$ctx,#6*$SZ]
    +	b.ne	.Loop
    +
    +	ldp	x19,x20,[x29,#16]
    +	add	sp,sp,#4*$SZ
    +	ldp	x21,x22,[x29,#32]
    +	ldp	x23,x24,[x29,#48]
    +	ldp	x25,x26,[x29,#64]
    +	ldp	x27,x28,[x29,#80]
    +	ldp	x29,x30,[sp],#128
    +	ret
    +.size	$func,.-$func
    +
    +.align	6
    +.type	K$BITS,%object
    +K$BITS:
    +___
    +$code.=<<___ if ($SZ==8);
    +	.quad	0x428a2f98d728ae22,0x7137449123ef65cd
    +	.quad	0xb5c0fbcfec4d3b2f,0xe9b5dba58189dbbc
    +	.quad	0x3956c25bf348b538,0x59f111f1b605d019
    +	.quad	0x923f82a4af194f9b,0xab1c5ed5da6d8118
    +	.quad	0xd807aa98a3030242,0x12835b0145706fbe
    +	.quad	0x243185be4ee4b28c,0x550c7dc3d5ffb4e2
    +	.quad	0x72be5d74f27b896f,0x80deb1fe3b1696b1
    +	.quad	0x9bdc06a725c71235,0xc19bf174cf692694
    +	.quad	0xe49b69c19ef14ad2,0xefbe4786384f25e3
    +	.quad	0x0fc19dc68b8cd5b5,0x240ca1cc77ac9c65
    +	.quad	0x2de92c6f592b0275,0x4a7484aa6ea6e483
    +	.quad	0x5cb0a9dcbd41fbd4,0x76f988da831153b5
    +	.quad	0x983e5152ee66dfab,0xa831c66d2db43210
    +	.quad	0xb00327c898fb213f,0xbf597fc7beef0ee4
    +	.quad	0xc6e00bf33da88fc2,0xd5a79147930aa725
    +	.quad	0x06ca6351e003826f,0x142929670a0e6e70
    +	.quad	0x27b70a8546d22ffc,0x2e1b21385c26c926
    +	.quad	0x4d2c6dfc5ac42aed,0x53380d139d95b3df
    +	.quad	0x650a73548baf63de,0x766a0abb3c77b2a8
    +	.quad	0x81c2c92e47edaee6,0x92722c851482353b
    +	.quad	0xa2bfe8a14cf10364,0xa81a664bbc423001
    +	.quad	0xc24b8b70d0f89791,0xc76c51a30654be30
    +	.quad	0xd192e819d6ef5218,0xd69906245565a910
    +	.quad	0xf40e35855771202a,0x106aa07032bbd1b8
    +	.quad	0x19a4c116b8d2d0c8,0x1e376c085141ab53
    +	.quad	0x2748774cdf8eeb99,0x34b0bcb5e19b48a8
    +	.quad	0x391c0cb3c5c95a63,0x4ed8aa4ae3418acb
    +	.quad	0x5b9cca4f7763e373,0x682e6ff3d6b2b8a3
    +	.quad	0x748f82ee5defb2fc,0x78a5636f43172f60
    +	.quad	0x84c87814a1f0ab72,0x8cc702081a6439ec
    +	.quad	0x90befffa23631e28,0xa4506cebde82bde9
    +	.quad	0xbef9a3f7b2c67915,0xc67178f2e372532b
    +	.quad	0xca273eceea26619c,0xd186b8c721c0c207
    +	.quad	0xeada7dd6cde0eb1e,0xf57d4f7fee6ed178
    +	.quad	0x06f067aa72176fba,0x0a637dc5a2c898a6
    +	.quad	0x113f9804bef90dae,0x1b710b35131c471b
    +	.quad	0x28db77f523047d84,0x32caab7b40c72493
    +	.quad	0x3c9ebe0a15c9bebc,0x431d67c49c100d4c
    +	.quad	0x4cc5d4becb3e42b6,0x597f299cfc657e2a
    +	.quad	0x5fcb6fab3ad6faec,0x6c44198c4a475817
    +	.quad	0	// terminator
    +___
    +$code.=<<___ if ($SZ==4);
    +	.long	0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5
    +	.long	0x3956c25b,0x59f111f1,0x923f82a4,0xab1c5ed5
    +	.long	0xd807aa98,0x12835b01,0x243185be,0x550c7dc3
    +	.long	0x72be5d74,0x80deb1fe,0x9bdc06a7,0xc19bf174
    +	.long	0xe49b69c1,0xefbe4786,0x0fc19dc6,0x240ca1cc
    +	.long	0x2de92c6f,0x4a7484aa,0x5cb0a9dc,0x76f988da
    +	.long	0x983e5152,0xa831c66d,0xb00327c8,0xbf597fc7
    +	.long	0xc6e00bf3,0xd5a79147,0x06ca6351,0x14292967
    +	.long	0x27b70a85,0x2e1b2138,0x4d2c6dfc,0x53380d13
    +	.long	0x650a7354,0x766a0abb,0x81c2c92e,0x92722c85
    +	.long	0xa2bfe8a1,0xa81a664b,0xc24b8b70,0xc76c51a3
    +	.long	0xd192e819,0xd6990624,0xf40e3585,0x106aa070
    +	.long	0x19a4c116,0x1e376c08,0x2748774c,0x34b0bcb5
    +	.long	0x391c0cb3,0x4ed8aa4a,0x5b9cca4f,0x682e6ff3
    +	.long	0x748f82ee,0x78a5636f,0x84c87814,0x8cc70208
    +	.long	0x90befffa,0xa4506ceb,0xbef9a3f7,0xc67178f2
    +	.long	0	//terminator
    +___
    +$code.=<<___;
    +.size	K$BITS,.-K$BITS
    +.align	3
    +.LOPENSSL_armcap_P:
    +	.quad	OPENSSL_armcap_P-.
    +.asciz	"SHA$BITS block transform for ARMv8, CRYPTOGAMS by "
    +.align	2
    +___
    +
    +if ($SZ==4) {
    +my $Ktbl="x3";
    +
    +my ($ABCD,$EFGH,$abcd)=map("v$_.16b",(0..2));
    +my @MSG=map("v$_.16b",(4..7));
    +my ($W0,$W1)=("v16.4s","v17.4s");
    +my ($ABCD_SAVE,$EFGH_SAVE)=("v18.16b","v19.16b");
    +
    +$code.=<<___;
    +.type	sha256_block_armv8,%function
    +.align	6
    +sha256_block_armv8:
    +.Lv8_entry:
    +	stp		x29,x30,[sp,#-16]!
    +	add		x29,sp,#0
    +
    +	ld1.32		{$ABCD,$EFGH},[$ctx]
    +	adr		$Ktbl,K256
    +
    +.Loop_hw:
    +	ld1		{@MSG[0]-@MSG[3]},[$inp],#64
    +	sub		$num,$num,#1
    +	ld1.32		{$W0},[$Ktbl],#16
    +	rev32		@MSG[0],@MSG[0]
    +	rev32		@MSG[1],@MSG[1]
    +	rev32		@MSG[2],@MSG[2]
    +	rev32		@MSG[3],@MSG[3]
    +	orr		$ABCD_SAVE,$ABCD,$ABCD		// offload
    +	orr		$EFGH_SAVE,$EFGH,$EFGH
    +___
    +for($i=0;$i<12;$i++) {
    +$code.=<<___;
    +	ld1.32		{$W1},[$Ktbl],#16
    +	add.i32		$W0,$W0,@MSG[0]
    +	sha256su0	@MSG[0],@MSG[1]
    +	orr		$abcd,$ABCD,$ABCD
    +	sha256h		$ABCD,$EFGH,$W0
    +	sha256h2	$EFGH,$abcd,$W0
    +	sha256su1	@MSG[0],@MSG[2],@MSG[3]
    +___
    +	($W0,$W1)=($W1,$W0);	push(@MSG,shift(@MSG));
    +}
    +$code.=<<___;
    +	ld1.32		{$W1},[$Ktbl],#16
    +	add.i32		$W0,$W0,@MSG[0]
    +	orr		$abcd,$ABCD,$ABCD
    +	sha256h		$ABCD,$EFGH,$W0
    +	sha256h2	$EFGH,$abcd,$W0
    +
    +	ld1.32		{$W0},[$Ktbl],#16
    +	add.i32		$W1,$W1,@MSG[1]
    +	orr		$abcd,$ABCD,$ABCD
    +	sha256h		$ABCD,$EFGH,$W1
    +	sha256h2	$EFGH,$abcd,$W1
    +
    +	ld1.32		{$W1},[$Ktbl]
    +	add.i32		$W0,$W0,@MSG[2]
    +	sub		$Ktbl,$Ktbl,#$rounds*$SZ-16	// rewind
    +	orr		$abcd,$ABCD,$ABCD
    +	sha256h		$ABCD,$EFGH,$W0
    +	sha256h2	$EFGH,$abcd,$W0
    +
    +	add.i32		$W1,$W1,@MSG[3]
    +	orr		$abcd,$ABCD,$ABCD
    +	sha256h		$ABCD,$EFGH,$W1
    +	sha256h2	$EFGH,$abcd,$W1
    +
    +	add.i32		$ABCD,$ABCD,$ABCD_SAVE
    +	add.i32		$EFGH,$EFGH,$EFGH_SAVE
    +
    +	cbnz		$num,.Loop_hw
    +
    +	st1.32		{$ABCD,$EFGH},[$ctx]
    +
    +	ldr		x29,[sp],#16
    +	ret
    +.size	sha256_block_armv8,.-sha256_block_armv8
    +___
    +}
    +
    +$code.=<<___;
    +.comm	OPENSSL_armcap_P,4,4
    +___
    +
    +{   my  %opcode = (
    +	"sha256h"	=> 0x5e004000,	"sha256h2"	=> 0x5e005000,
    +	"sha256su0"	=> 0x5e282800,	"sha256su1"	=> 0x5e006000	);
    +
    +    sub unsha256 {
    +	my ($mnemonic,$arg)=@_;
    +
    +	$arg =~ m/[qv]([0-9]+)[^,]*,\s*[qv]([0-9]+)[^,]*(?:,\s*[qv]([0-9]+))?/o
    +	&&
    +	sprintf ".inst\t0x%08x\t//%s %s",
    +			$opcode{$mnemonic}|$1|($2<<5)|($3<<16),
    +			$mnemonic,$arg;
    +    }
    +}
    +
    +foreach(split("\n",$code)) {
    +
    +	s/\`([^\`]*)\`/eval($1)/geo;
    +
    +	s/\b(sha256\w+)\s+([qv].*)/unsha256($1,$2)/geo;
    +
    +	s/\.\w?32\b//o		and s/\.16b/\.4s/go;
    +	m/(ld|st)1[^\[]+\[0\]/o	and s/\.4s/\.s/go;
    +
    +	print $_,"\n";
    +}
    +
    +close STDOUT;
    diff --git a/openssl/crypto/sha/asm/sha512-ia64.pl b/openssl/crypto/sha/asm/sha512-ia64.pl
    index 1c6ce5652..59f889a09 100644
    --- a/openssl/crypto/sha/asm/sha512-ia64.pl
    +++ b/openssl/crypto/sha/asm/sha512-ia64.pl
    @@ -1,7 +1,7 @@
     #!/usr/bin/env perl
     #
     # ====================================================================
    -# Written by Andy Polyakov  for the OpenSSL
    +# Written by Andy Polyakov  for the OpenSSL
     # project. The module is, however, dual licensed under OpenSSL and
     # CRYPTOGAMS licenses depending on where you obtain it. For further
     # details see http://www.openssl.org/~appro/cryptogams/.
    @@ -48,16 +48,22 @@
     #     because on Itanium 1 stall on MM result is accompanied by
     #     pipeline flush, which takes 6 cycles:-(
     #
    -# Resulting performance numbers for 900MHz Itanium 2 system:
    +# June 2012
     #
    -# The 'numbers' are in 1000s of bytes per second processed.
    -# type     16 bytes    64 bytes   256 bytes  1024 bytes  8192 bytes
    -# sha1(*)   6210.14k   20376.30k   52447.83k   85870.05k  105478.12k
    -# sha256    7476.45k   20572.05k   41538.34k   56062.29k   62093.18k
    -# sha512    4996.56k   20026.28k   47597.20k   85278.79k  111501.31k
    +# Improve performance by 15-20%. Note about "rules of engagement"
    +# above. Contemporary cores are equipped with additional shifter,
    +# so that they should perform even better than below, presumably
    +# by ~10%.
     #
    -# (*) SHA1 numbers are for HP-UX compiler and are presented purely
    -#     for reference purposes. I bet it can improved too...
    +######################################################################
    +# Current performance in cycles per processed byte for Itanium 2
    +# pre-9000 series [little-endian] system:
    +#
    +# SHA1(*)	5.7
    +# SHA256	12.6
    +# SHA512	6.7
    +#
    +# (*) SHA1 result is presented purely for reference purposes.
     #
     # To generate code, pass the file name with either 256 or 512 in its
     # name and compiler flags.
    @@ -106,8 +112,8 @@ if (!defined($big_endian))
                  {	$big_endian=(unpack('L',pack('N',1))==1);  }
     
     $code=<<___;
    -.ident  \"$output, version 1.1\"
    -.ident  \"IA-64 ISA artwork by Andy Polyakov \"
    +.ident  \"$output, version 2.0\"
    +.ident  \"IA-64 ISA artwork by Andy Polyakov \"
     .explicit
     .text
     
    @@ -115,26 +121,25 @@ pfssave=r2;
     lcsave=r3;
     prsave=r14;
     K=r15;
    -A=r16;	B=r17;	C=r18;	D=r19;
    -E=r20;	F=r21;	G=r22;	H=r23;
    +A_=r16; B_=r17; C_=r18; D_=r19;
    +E_=r20; F_=r21; G_=r22; H_=r23;
     T1=r24;	T2=r25;
     s0=r26;	s1=r27;	t0=r28;	t1=r29;
     Ktbl=r30;
     ctx=r31;	// 1st arg
    -input=r48;	// 2nd arg
    -num=r49;	// 3rd arg
    -sgm0=r50;	sgm1=r51;	// small constants
    -A_=r54;	B_=r55;	C_=r56;	D_=r57;
    -E_=r58;	F_=r59;	G_=r60;	H_=r61;
    +input=r56;	// 2nd arg
    +num=r57;	// 3rd arg
    +sgm0=r58;	sgm1=r59;	// small constants
     
     // void $func (SHA_CTX *ctx, const void *in,size_t num[,int host])
     .global	$func#
     .proc	$func#
     .align	32
    +.skip	16
     $func:
     	.prologue
     	.save	ar.pfs,pfssave
    -{ .mmi;	alloc	pfssave=ar.pfs,3,27,0,16
    +{ .mmi;	alloc	pfssave=ar.pfs,3,25,0,24
     	$ADDP	ctx=0,r32		// 1st arg
     	.save	ar.lc,lcsave
     	mov	lcsave=ar.lc	}
    @@ -145,11 +150,9 @@ $func:
     
     	.body
     { .mib;	add	r8=0*$SZ,ctx
    -	add	r9=1*$SZ,ctx
    -	brp.loop.imp	.L_first16,.L_first16_end-16	}
    +	add	r9=1*$SZ,ctx	}
     { .mib;	add	r10=2*$SZ,ctx
    -	add	r11=3*$SZ,ctx
    -	brp.loop.imp	.L_rest,.L_rest_end-16		};;
    +	add	r11=3*$SZ,ctx	};;
     
     // load A-H
     .Lpic_point:
    @@ -164,7 +167,7 @@ $func:
     	add	Ktbl=($TABLE#-.Lpic_point),Ktbl		}
     { .mmi;	$LDW	G_=[r10]
     	$LDW	H_=[r11]
    -	cmp.ne	p0,p16=0,r0	};;	// used in sha256_block
    +	cmp.ne	p0,p16=0,r0	};;
     ___
     $code.=<<___ if ($BITS==64);
     { .mii;	and	r8=7,input
    @@ -179,50 +182,26 @@ $code.=<<___ if ($BITS==64);
     ___
     $code.=<<___;
     .L_outer:
    -.rotr	X[16]
    -{ .mmi;	mov	A=A_
    -	mov	B=B_
    +.rotr	R[8],X[16]
    +A=R[0]; B=R[1]; C=R[2]; D=R[3]; E=R[4]; F=R[5]; G=R[6]; H=R[7]
    +{ .mmi;	ld1	X[15]=[input],$SZ		// eliminated in sha512
    +	mov	A=A_
     	mov	ar.lc=14	}
    -{ .mmi;	mov	C=C_
    -	mov	D=D_
    -	mov	E=E_		}
    -{ .mmi;	mov	F=F_
    -	mov	G=G_
    -	mov	ar.ec=2		}
    -{ .mmi;	ld1	X[15]=[input],$SZ		// eliminated in 64-bit
    +{ .mmi;	mov	B=B_
    +	mov	C=C_
    +	mov	D=D_		}
    +{ .mmi;	mov	E=E_
    +	mov	F=F_
    +	mov	ar.ec=2		};;
    +{ .mmi;	mov	G=G_
     	mov	H=H_
    -	mov	sgm1=$sigma1[2]	};;
    -
    -___
    -$t0="t0", $t1="t1", $code.=<<___ if ($BITS==32);
    -.align	32
    -.L_first16:
    -{ .mmi;		add	r9=1-$SZ,input
    -		add	r10=2-$SZ,input
    -		add	r11=3-$SZ,input	};;
    -{ .mmi;		ld1	r9=[r9]
    -		ld1	r10=[r10]
    -		dep.z	$t1=E,32,32	}
    -{ .mmi;		$LDW	K=[Ktbl],$SZ
    -		ld1	r11=[r11]
    -		zxt4	E=E		};;
    -{ .mii;		or	$t1=$t1,E
    -		dep	X[15]=X[15],r9,8,8
    -		dep	r11=r10,r11,8,8	};;
    -{ .mmi;		and	T1=F,E
    -		and	T2=A,B
    -		dep	X[15]=X[15],r11,16,16	}
    -{ .mmi;		andcm	r8=G,E
    -		and	r9=A,C
    -		mux2	$t0=A,0x44	};;	// copy lower half to upper
    -{ .mmi;	(p16)	ld1	X[15-1]=[input],$SZ	// prefetch
    -		xor	T1=T1,r8		// T1=((e & f) ^ (~e & g))
    -		_rotr	r11=$t1,$Sigma1[0] }	// ROTR(e,14)
    -{ .mib;		and	r10=B,C
    -		xor	T2=T2,r9	};;
    +	mov	sgm1=$sigma1[2]	}
    +{ .mib;	mov	r8=0
    +	add	r9=1-$SZ,input
    +	brp.loop.imp	.L_first16,.L_first16_end-16	};;
     ___
     $t0="A", $t1="E", $code.=<<___ if ($BITS==64);
    -// in 64-bit mode I load whole X[16] at once and take care of alignment...
    +// in sha512 case I load whole X[16] at once and take care of alignment...
     { .mmi;	add	r8=1*$SZ,input
     	add	r9=2*$SZ,input
     	add	r10=3*$SZ,input		};;
    @@ -248,7 +227,9 @@ $t0="A", $t1="E", $code.=<<___ if ($BITS==64);
     	$LDW	X[ 2]=[r8],4*$SZ
     (p15)	br.cond.dpnt.many	.L7byte	};;
     { .mmb;	$LDW	X[ 1]=[r9],4*$SZ
    -	$LDW	X[ 0]=[r10],4*$SZ
    +	$LDW	X[ 0]=[r10],4*$SZ	}
    +{ .mib;	mov	r8=0
    +	mux1	X[15]=X[15],\@rev		// eliminated on big-endian
     	br.many	.L_first16		};;
     .L1byte:
     { .mmi;	$LDW	X[13]=[r9],4*$SZ
    @@ -281,7 +262,9 @@ $t0="A", $t1="E", $code.=<<___ if ($BITS==64);
     	shrp	X[ 3]=X[ 3],X[ 2],56	}
     { .mii;	shrp	X[ 2]=X[ 2],X[ 1],56
     	shrp	X[ 1]=X[ 1],X[ 0],56	}
    -{ .mib;	shrp	X[ 0]=X[ 0],T1,56
    +{ .mib;	shrp	X[ 0]=X[ 0],T1,56	}
    +{ .mib;	mov	r8=0
    +	mux1	X[15]=X[15],\@rev		// eliminated on big-endian
     	br.many	.L_first16		};;
     .L2byte:
     { .mmi;	$LDW	X[11]=[input],4*$SZ
    @@ -313,7 +296,9 @@ $t0="A", $t1="E", $code.=<<___ if ($BITS==64);
     	shrp	X[ 2]=X[ 2],X[ 1],48	}
     { .mii;	shrp	X[ 1]=X[ 1],X[ 0],48
     	shrp	X[ 0]=X[ 0],T1,48	}
    -{ .mfb;	br.many	.L_first16		};;
    +{ .mib;	mov	r8=0
    +	mux1	X[15]=X[15],\@rev		// eliminated on big-endian
    +	br.many	.L_first16		};;
     .L3byte:
     { .mmi;	$LDW	X[ 9]=[r9],4*$SZ
     	$LDW	X[ 8]=[r10],4*$SZ
    @@ -341,7 +326,9 @@ $t0="A", $t1="E", $code.=<<___ if ($BITS==64);
     	shrp	X[ 3]=X[ 3],X[ 2],40	}
     { .mii;	shrp	X[ 2]=X[ 2],X[ 1],40
     	shrp	X[ 1]=X[ 1],X[ 0],40	}
    -{ .mib;	shrp	X[ 0]=X[ 0],T1,40
    +{ .mib;	shrp	X[ 0]=X[ 0],T1,40	}
    +{ .mib;	mov	r8=0
    +	mux1	X[15]=X[15],\@rev		// eliminated on big-endian
     	br.many	.L_first16		};;
     .L4byte:
     { .mmi;	$LDW	X[ 7]=[input],4*$SZ
    @@ -369,7 +356,9 @@ $t0="A", $t1="E", $code.=<<___ if ($BITS==64);
     	shrp	X[ 2]=X[ 2],X[ 1],32	}
     { .mii;	shrp	X[ 1]=X[ 1],X[ 0],32
     	shrp	X[ 0]=X[ 0],T1,32	}
    -{ .mfb;	br.many	.L_first16		};;
    +{ .mib;	mov	r8=0
    +	mux1	X[15]=X[15],\@rev		// eliminated on big-endian
    +	br.many	.L_first16		};;
     .L5byte:
     { .mmi;	$LDW	X[ 5]=[r9],4*$SZ
     	$LDW	X[ 4]=[r10],4*$SZ
    @@ -393,7 +382,9 @@ $t0="A", $t1="E", $code.=<<___ if ($BITS==64);
     	shrp	X[ 3]=X[ 3],X[ 2],24	}
     { .mii;	shrp	X[ 2]=X[ 2],X[ 1],24
     	shrp	X[ 1]=X[ 1],X[ 0],24	}
    -{ .mib;	shrp	X[ 0]=X[ 0],T1,24
    +{ .mib;	shrp	X[ 0]=X[ 0],T1,24	}
    +{ .mib;	mov	r8=0
    +	mux1	X[15]=X[15],\@rev		// eliminated on big-endian
     	br.many	.L_first16		};;
     .L6byte:
     { .mmi;	$LDW	X[ 3]=[input],4*$SZ
    @@ -417,7 +408,9 @@ $t0="A", $t1="E", $code.=<<___ if ($BITS==64);
     	shrp	X[ 2]=X[ 2],X[ 1],16	}
     { .mii;	shrp	X[ 1]=X[ 1],X[ 0],16
     	shrp	X[ 0]=X[ 0],T1,16	}
    -{ .mfb;	br.many	.L_first16		};;
    +{ .mib;	mov	r8=0
    +	mux1	X[15]=X[15],\@rev		// eliminated on big-endian
    +	br.many	.L_first16		};;
     .L7byte:
     { .mmi;	$LDW	X[ 1]=[r9],4*$SZ
     	$LDW	X[ 0]=[r10],4*$SZ
    @@ -437,128 +430,146 @@ $t0="A", $t1="E", $code.=<<___ if ($BITS==64);
     	shrp	X[ 3]=X[ 3],X[ 2],8	}
     { .mii;	shrp	X[ 2]=X[ 2],X[ 1],8
     	shrp	X[ 1]=X[ 1],X[ 0],8	}
    -{ .mib;	shrp	X[ 0]=X[ 0],T1,8
    -	br.many	.L_first16		};;
    +{ .mib;	shrp	X[ 0]=X[ 0],T1,8	}
    +{ .mib;	mov	r8=0
    +	mux1	X[15]=X[15],\@rev	};;	// eliminated on big-endian
     
     .align	32
     .L_first16:
     { .mmi;		$LDW	K=[Ktbl],$SZ
    -		and	T1=F,E
    -		and	T2=A,B		}
    -{ .mmi;		//$LDW	X[15]=[input],$SZ	// X[i]=*input++
    +		add	A=A,r8			// H+=Sigma(0) from the past
    +		_rotr	r10=$t1,$Sigma1[0]  }	// ROTR(e,14)
    +{ .mmi;		and	T1=F,E
     		andcm	r8=G,E
    -		and	r9=A,C		};;
    -{ .mmi;		xor	T1=T1,r8		//T1=((e & f) ^ (~e & g))
    -		and	r10=B,C
    -		_rotr	r11=$t1,$Sigma1[0] }	// ROTR(e,14)
    -{ .mmi;		xor	T2=T2,r9
    -		mux1	X[15]=X[15],\@rev };;	// eliminated in big-endian
    +	(p16)	mux1	X[14]=X[14],\@rev   };;	// eliminated on big-endian
    +{ .mmi;		and	T2=A,B
    +		and	r9=A,C
    +		_rotr	r11=$t1,$Sigma1[1]  }	// ROTR(e,41)
    +{ .mmi;		xor	T1=T1,r8		// T1=((e & f) ^ (~e & g))
    +		and	r8=B,C		    };;
    +___
    +$t0="t0", $t1="t1", $code.=<<___ if ($BITS==32);
    +.align	32
    +.L_first16:
    +{ .mmi;		add	A=A,r8			// H+=Sigma(0) from the past
    +		add	r10=2-$SZ,input
    +		add	r11=3-$SZ,input	};;
    +{ .mmi;		ld1	r9=[r9]
    +		ld1	r10=[r10]
    +		dep.z	$t1=E,32,32	}
    +{ .mmi;		ld1	r11=[r11]
    +		$LDW	K=[Ktbl],$SZ
    +		zxt4	E=E		};;
    +{ .mii;		or	$t1=$t1,E
    +		dep	X[15]=X[15],r9,8,8
    +		mux2	$t0=A,0x44	};;	// copy lower half to upper
    +{ .mmi;		and	T1=F,E
    +		andcm	r8=G,E
    +		dep	r11=r10,r11,8,8	};;
    +{ .mmi;		and	T2=A,B
    +		and	r9=A,C
    +		dep	X[15]=X[15],r11,16,16	};;
    +{ .mmi;	(p16)	ld1	X[15-1]=[input],$SZ	// prefetch
    +		xor	T1=T1,r8		// T1=((e & f) ^ (~e & g))
    +		_rotr	r10=$t1,$Sigma1[0] }	// ROTR(e,14)
    +{ .mmi;		and	r8=B,C
    +		_rotr	r11=$t1,$Sigma1[1] };;	// ROTR(e,18)
     ___
     $code.=<<___;
    -{ .mib;		add	T1=T1,H			// T1=Ch(e,f,g)+h
    -		_rotr	r8=$t1,$Sigma1[1] }	// ROTR(e,18)
    -{ .mib;		xor	T2=T2,r10		// T2=((a & b) ^ (a & c) ^ (b & c))
    -		mov	H=G		};;
    -{ .mib;		xor	r11=r8,r11
    -		_rotr	r9=$t1,$Sigma1[2] }	// ROTR(e,41)
    -{ .mib;		mov	G=F
    -		mov	F=E		};;
    -{ .mib;		xor	r9=r9,r11		// r9=Sigma1(e)
    -		_rotr	r10=$t0,$Sigma0[0] }	// ROTR(a,28)
    -{ .mib;		add	T1=T1,K			// T1=Ch(e,f,g)+h+K512[i]
    -		mov	E=D		};;
    -{ .mib;		add	T1=T1,r9		// T1+=Sigma1(e)
    -		_rotr	r11=$t0,$Sigma0[1] }	// ROTR(a,34)
    -{ .mib;		mov	D=C
    -		mov	C=B		};;
    -{ .mib;		add	T1=T1,X[15]		// T1+=X[i]
    -		_rotr	r8=$t0,$Sigma0[2] }	// ROTR(a,39)
    -{ .mib;		xor	r10=r10,r11
    -		mux2	X[15]=X[15],0x44 };;	// eliminated in 64-bit
    -{ .mmi;		xor	r10=r8,r10		// r10=Sigma0(a)
    -		mov	B=A
    -		add	A=T1,T2		};;
    -{ .mib;		add	E=E,T1
    -		add	A=A,r10			// T2=Maj(a,b,c)+Sigma0(a)
    -	br.ctop.sptk	.L_first16	};;
    +{ .mmi;		add	T1=T1,H			// T1=Ch(e,f,g)+h
    +		xor	r10=r10,r11
    +		_rotr	r11=$t1,$Sigma1[2]  }	// ROTR(e,41)
    +{ .mmi;		xor	T2=T2,r9
    +		add	K=K,X[15]	    };;
    +{ .mmi;		add	T1=T1,K			// T1+=K[i]+X[i]
    +		xor	T2=T2,r8		// T2=((a & b) ^ (a & c) ^ (b & c))
    +		_rotr	r8=$t0,$Sigma0[0]   }	// ROTR(a,28)
    +{ .mmi;		xor	r11=r11,r10		// Sigma1(e)
    +		_rotr	r9=$t0,$Sigma0[1]   };;	// ROTR(a,34)
    +{ .mmi;		add	T1=T1,r11		// T+=Sigma1(e)
    +		xor	r8=r8,r9
    +		_rotr	r9=$t0,$Sigma0[2]   };;	// ROTR(a,39)
    +{ .mmi;		xor	r8=r8,r9		// Sigma0(a)
    +		add	D=D,T1
    +		mux2	H=X[15],0x44	    }	// mov H=X[15] in sha512
    +{ .mib;	(p16)	add	r9=1-$SZ,input		// not used in sha512
    +		add	X[15]=T1,T2		// H=T1+Maj(a,b,c)
    +	br.ctop.sptk	.L_first16	    };;
     .L_first16_end:
     
    -{ .mii;	mov	ar.lc=$rounds-17
    -	mov	ar.ec=1			};;
    +{ .mib;	mov	ar.lc=$rounds-17
    +	brp.loop.imp	.L_rest,.L_rest_end-16		}
    +{ .mib;	mov	ar.ec=1
    +	br.many	.L_rest			};;
     
     .align	32
     .L_rest:
    -.rotr	X[16]
    -{ .mib;		$LDW	K=[Ktbl],$SZ
    +{ .mmi;		$LDW	K=[Ktbl],$SZ
    +		add	A=A,r8			// H+=Sigma0(a) from the past
     		_rotr	r8=X[15-1],$sigma0[0] }	// ROTR(s0,1)
    -{ .mib; 	$ADD	X[15]=X[15],X[15-9]	// X[i&0xF]+=X[(i+9)&0xF]
    -		$SHRU	s0=X[15-1],sgm0	};;	// s0=X[(i+1)&0xF]>>7
    +{ .mmi; 	add	X[15]=X[15],X[15-9]	// X[i&0xF]+=X[(i+9)&0xF]
    +		$SHRU	s0=X[15-1],sgm0	    };;	// s0=X[(i+1)&0xF]>>7
     { .mib;		and	T1=F,E
     		_rotr	r9=X[15-1],$sigma0[1] }	// ROTR(s0,8)
     { .mib;		andcm	r10=G,E
    -		$SHRU	s1=X[15-14],sgm1 };;	// s1=X[(i+14)&0xF]>>6
    +		$SHRU	s1=X[15-14],sgm1    };;	// s1=X[(i+14)&0xF]>>6
    +// Pair of mmi; splits on Itanium 1 and prevents pipeline flush
    +// upon $SHRU output usage
     { .mmi;		xor	T1=T1,r10		// T1=((e & f) ^ (~e & g))
     		xor	r9=r8,r9
    -		_rotr	r10=X[15-14],$sigma1[0] };;// ROTR(s1,19)
    -{ .mib;		and	T2=A,B		
    -		_rotr	r11=X[15-14],$sigma1[1] }// ROTR(s1,61)
    -{ .mib;		and	r8=A,C		};;
    +		_rotr	r10=X[15-14],$sigma1[0] }// ROTR(s1,19)
    +{ .mmi;		and	T2=A,B
    +		and	r8=A,C
    +		_rotr	r11=X[15-14],$sigma1[1] };;// ROTR(s1,61)
     ___
     $t0="t0", $t1="t1", $code.=<<___ if ($BITS==32);
    -// I adhere to mmi; in order to hold Itanium 1 back and avoid 6 cycle
    -// pipeline flush in last bundle. Note that even on Itanium2 the
    -// latter stalls for one clock cycle...
    -{ .mmi;		xor	s0=s0,r9		// s0=sigma0(X[(i+1)&0xF])
    -		dep.z	$t1=E,32,32	}
    -{ .mmi;		xor	r10=r11,r10
    -		zxt4	E=E		};;
    -{ .mmi;		or	$t1=$t1,E
    -		xor	s1=s1,r10		// s1=sigma1(X[(i+14)&0xF])
    -		mux2	$t0=A,0x44	};;	// copy lower half to upper
    +{ .mib;		xor	s0=s0,r9		// s0=sigma0(X[(i+1)&0xF])
    +		dep.z	$t1=E,32,32	    }
    +{ .mib;		xor	r10=r11,r10
    +		zxt4	E=E		    };;
    +{ .mii;		xor	s1=s1,r10		// s1=sigma1(X[(i+14)&0xF])
    +		shrp	r9=E,$t1,32+$Sigma1[0]	// ROTR(e,14)
    +		mux2	$t0=A,0x44	    };;	// copy lower half to upper
    +// Pair of mmi; splits on Itanium 1 and prevents pipeline flush
    +// upon mux2 output usage
     { .mmi;		xor	T2=T2,r8
    -		_rotr	r9=$t1,$Sigma1[0] }	// ROTR(e,14)
    +		shrp	r8=E,$t1,32+$Sigma1[1]}	// ROTR(e,18)
     { .mmi;		and	r10=B,C
     		add	T1=T1,H			// T1=Ch(e,f,g)+h
    -		$ADD	X[15]=X[15],s0	};;	// X[i&0xF]+=sigma0(X[(i+1)&0xF])
    +		or	$t1=$t1,E   	    };;
     ___
     $t0="A", $t1="E", $code.=<<___ if ($BITS==64);
     { .mib;		xor	s0=s0,r9		// s0=sigma0(X[(i+1)&0xF])
    -		_rotr	r9=$t1,$Sigma1[0] }	// ROTR(e,14)
    +		_rotr	r9=$t1,$Sigma1[0]   }	// ROTR(e,14)
     { .mib;		xor	r10=r11,r10
    -		xor	T2=T2,r8	};;
    +		xor	T2=T2,r8	    };;
     { .mib;		xor	s1=s1,r10		// s1=sigma1(X[(i+14)&0xF])
    -		add	T1=T1,H		}
    +		_rotr	r8=$t1,$Sigma1[1]   }	// ROTR(e,18)
     { .mib;		and	r10=B,C
    -		$ADD	X[15]=X[15],s0	};;	// X[i&0xF]+=sigma0(X[(i+1)&0xF])
    +		add	T1=T1,H		    };;	// T1+=H
     ___
     $code.=<<___;
    -{ .mmi;		xor	T2=T2,r10		// T2=((a & b) ^ (a & c) ^ (b & c))
    -		mov	H=G
    -		_rotr	r8=$t1,$Sigma1[1] };;	// ROTR(e,18)
    -{ .mmi;		xor	r11=r8,r9
    -		$ADD	X[15]=X[15],s1		// X[i&0xF]+=sigma1(X[(i+14)&0xF])
    -		_rotr	r9=$t1,$Sigma1[2] }	// ROTR(e,41)
    -{ .mmi;		mov	G=F
    -		mov	F=E		};;
    -{ .mib;		xor	r9=r9,r11		// r9=Sigma1(e)
    -		_rotr	r10=$t0,$Sigma0[0] }	// ROTR(a,28)
    -{ .mib;		add	T1=T1,K			// T1=Ch(e,f,g)+h+K512[i]
    -		mov	E=D		};;
    -{ .mib;		add	T1=T1,r9		// T1+=Sigma1(e)
    -		_rotr	r11=$t0,$Sigma0[1] }	// ROTR(a,34)
    -{ .mib;		mov	D=C
    -		mov	C=B		};;
    -{ .mmi;		add	T1=T1,X[15]		// T1+=X[i]
    -		xor	r10=r10,r11
    -		_rotr	r8=$t0,$Sigma0[2] };;	// ROTR(a,39)
    -{ .mmi;		xor	r10=r8,r10		// r10=Sigma0(a)
    -		mov	B=A
    -		add	A=T1,T2		};;
    -{ .mib;		add	E=E,T1
    -		add	A=A,r10			// T2=Maj(a,b,c)+Sigma0(a)
    -	br.ctop.sptk	.L_rest	};;
    +{ .mib;		xor	r9=r9,r8
    +		_rotr	r8=$t1,$Sigma1[2]   }	// ROTR(e,41)
    +{ .mib;		xor	T2=T2,r10		// T2=((a & b) ^ (a & c) ^ (b & c))
    +		add	X[15]=X[15],s0	    };;	// X[i]+=sigma0(X[i+1])
    +{ .mmi;		xor	r9=r9,r8		// Sigma1(e)
    +		add	X[15]=X[15],s1		// X[i]+=sigma0(X[i+14])
    +		_rotr	r8=$t0,$Sigma0[0]   };;	// ROTR(a,28)
    +{ .mmi;		add	K=K,X[15]
    +		add	T1=T1,r9		// T1+=Sigma1(e)
    +		_rotr	r9=$t0,$Sigma0[1]   };;	// ROTR(a,34)
    +{ .mmi;		add	T1=T1,K			// T1+=K[i]+X[i]
    +		xor	r8=r8,r9
    +		_rotr	r9=$t0,$Sigma0[2]   };;	// ROTR(a,39)
    +{ .mib;		add	D=D,T1
    +		mux2	H=X[15],0x44	    }	// mov H=X[15] in sha512
    +{ .mib;		xor	r8=r8,r9		// Sigma0(a)
    +		add	X[15]=T1,T2		// H=T1+Maj(a,b,c)
    +	br.ctop.sptk	.L_rest		    };;
     .L_rest_end:
     
    +{ .mmi;	add	A=A,r8			};;	// H+=Sigma0(a) from the past
     { .mmi;	add	A_=A_,A
     	add	B_=B_,B
     	add	C_=C_,C			}
    @@ -590,17 +601,19 @@ $code.=<<___;
     .endp	$func#
     ___
     
    -$code =~ s/\`([^\`]*)\`/eval $1/gem;
    -$code =~ s/_rotr(\s+)([^=]+)=([^,]+),([0-9]+)/shrp$1$2=$3,$3,$4/gm;
    -if ($BITS==64) {
    -    $code =~ s/mux2(\s+)\S+/nop.i$1 0x0/gm;
    -    $code =~ s/mux1(\s+)\S+/nop.i$1 0x0/gm	if ($big_endian);
    -    $code =~ s/(shrp\s+X\[[^=]+)=([^,]+),([^,]+),([1-9]+)/$1=$3,$2,64-$4/gm
    +foreach(split($/,$code)) {
    +    s/\`([^\`]*)\`/eval $1/gem;
    +    s/_rotr(\s+)([^=]+)=([^,]+),([0-9]+)/shrp$1$2=$3,$3,$4/gm;
    +    if ($BITS==64) {
    +	s/mux2(\s+)([^=]+)=([^,]+),\S+/mov$1 $2=$3/gm;
    +	s/mux1(\s+)\S+/nop.i$1 0x0/gm	if ($big_endian);
    +	s/(shrp\s+X\[[^=]+)=([^,]+),([^,]+),([1-9]+)/$1=$3,$2,64-$4/gm
         						if (!$big_endian);
    -    $code =~ s/ld1(\s+)X\[\S+/nop.m$1 0x0/gm;
    -}
    +	s/ld1(\s+)X\[\S+/nop.m$1 0x0/gm;
    +    }
     
    -print $code;
    +    print $_,"\n";
    +}
     
     print<<___ if ($BITS==32);
     .align	64
    diff --git a/openssl/crypto/sha/asm/sha512-mips.pl b/openssl/crypto/sha/asm/sha512-mips.pl
    index ffa053bb7..b468cfb45 100644
    --- a/openssl/crypto/sha/asm/sha512-mips.pl
    +++ b/openssl/crypto/sha/asm/sha512-mips.pl
    @@ -1,7 +1,7 @@
     #!/usr/bin/env perl
     
     # ====================================================================
    -# Written by Andy Polyakov  for the OpenSSL
    +# Written by Andy Polyakov  for the OpenSSL
     # project. The module is, however, dual licensed under OpenSSL and
     # CRYPTOGAMS licenses depending on where you obtain it. For further
     # details see http://www.openssl.org/~appro/cryptogams/.
    @@ -17,6 +17,10 @@
     # ~17%, but it comes for free, because it's same instruction sequence.
     # Improvement coefficients are for aligned input.
     
    +# September 2012.
    +#
    +# Add MIPS[32|64]R2 code (>25% less instructions).
    +
     ######################################################################
     # There is a number of MIPS ABI in use, O32 and N32/64 are most
     # widely used. Then there is a new contender: NUBI. It appears that if
    @@ -45,7 +49,7 @@
     # ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7)=map("\$$_",(16..23));
     # ($gp,$sp,$fp,$ra)=map("\$$_",(28..31));
     #
    -$flavour = shift; # supported flavours are o32,n32,64,nubi32,nubi64
    +$flavour = shift || "o32"; # supported flavours are o32,n32,64,nubi32,nubi64
     
     if ($flavour =~ /64|n32/i) {
     	$PTR_ADD="dadd";	# incidentally works even on n32
    @@ -68,7 +72,7 @@ $pf = ($flavour =~ /nubi/i) ? $t0 : $t2;
     #
     ######################################################################
     
    -$big_endian=(`echo MIPSEL | $ENV{CC} -E -P -`=~/MIPSEL/)?1:0;
    +$big_endian=(`echo MIPSEL | $ENV{CC} -E -`=~/MIPSEL/)?1:0 if ($ENV{CC});
     
     for (@ARGV) {	$output=$_ if (/^\w[\w\-]*\.\w+$/);	}
     open STDOUT,">$output";
    @@ -83,6 +87,7 @@ if ($output =~ /512/) {
     	$SLL="dsll";		# shift left logical
     	$SRL="dsrl";		# shift right logical
     	$ADDU="daddu";
    +	$ROTR="drotr";
     	@Sigma0=(28,34,39);
     	@Sigma1=(14,18,41);
     	@sigma0=( 7, 1, 8);	# right shift first
    @@ -97,6 +102,7 @@ if ($output =~ /512/) {
     	$SLL="sll";		# shift left logical
     	$SRL="srl";		# shift right logical
     	$ADDU="addu";
    +	$ROTR="rotr";
     	@Sigma0=( 2,13,22);
     	@Sigma1=( 6,11,25);
     	@sigma0=( 3, 7,18);	# right shift first
    @@ -124,6 +130,10 @@ $code.=<<___ if ($i<15);
     	${LD}r	@X[1],`($i+1)*$SZ+$LSB`($inp)
     ___
     $code.=<<___	if (!$big_endian && $i<16 && $SZ==4);
    +#if defined(_MIPS_ARCH_MIPS32R2) || defined(_MIPS_ARCH_MIPS64R2)
    +	wsbh	@X[0],@X[0]		# byte swap($i)
    +	rotr	@X[0],@X[0],16
    +#else
     	srl	$tmp0,@X[0],24		# byte swap($i)
     	srl	$tmp1,@X[0],8
     	andi	$tmp2,@X[0],0xFF00
    @@ -133,8 +143,13 @@ $code.=<<___	if (!$big_endian && $i<16 && $SZ==4);
     	or	@X[0],$tmp0
     	or	$tmp1,$tmp2
     	or	@X[0],$tmp1
    +#endif
     ___
     $code.=<<___	if (!$big_endian && $i<16 && $SZ==8);
    +#if defined(_MIPS_ARCH_MIPS64R2)
    +	dsbh	@X[0],@X[0]		# byte swap($i)
    +	dshd	@X[0],@X[0]
    +#else
     	ori	$tmp0,$zero,0xFF
     	dsll	$tmp2,$tmp0,32
     	or	$tmp0,$tmp2		# 0x000000FF000000FF
    @@ -153,8 +168,31 @@ $code.=<<___	if (!$big_endian && $i<16 && $SZ==8);
     	dsrl	$tmp1,@X[0],32
     	dsll	@X[0],32
     	or	@X[0],$tmp1
    +#endif
     ___
     $code.=<<___;
    +#if defined(_MIPS_ARCH_MIPS32R2) || defined(_MIPS_ARCH_MIPS64R2)
    +	xor	$tmp2,$f,$g			# $i
    +	$ROTR	$tmp0,$e,@Sigma1[0]
    +	$ADDU	$T1,$X[0],$h
    +	$ROTR	$tmp1,$e,@Sigma1[1]
    +	and	$tmp2,$e
    +	$ROTR	$h,$e,@Sigma1[2]
    +	xor	$tmp0,$tmp1
    +	$ROTR	$tmp1,$a,@Sigma0[0]
    +	xor	$tmp2,$g			# Ch(e,f,g)
    +	xor	$tmp0,$h			# Sigma1(e)
    +
    +	$ROTR	$h,$a,@Sigma0[1]
    +	$ADDU	$T1,$tmp2
    +	$LD	$tmp2,`$i*$SZ`($Ktbl)		# K[$i]
    +	xor	$h,$tmp1
    +	$ROTR	$tmp1,$a,@Sigma0[2]
    +	$ADDU	$T1,$tmp0
    +	and	$tmp0,$b,$c
    +	xor	$h,$tmp1			# Sigma0(a)
    +	xor	$tmp1,$b,$c
    +#else
     	$ADDU	$T1,$X[0],$h			# $i
     	$SRL	$h,$e,@Sigma1[0]
     	xor	$tmp2,$f,$g
    @@ -184,16 +222,15 @@ $code.=<<___;
     	xor	$h,$tmp1
     	$SLL	$tmp1,$a,`$SZ*8-@Sigma0[0]`
     	xor	$h,$tmp0
    -	$ST	@X[0],`($i%16)*$SZ`($sp)	# offload to ring buffer
    +	and	$tmp0,$b,$c
     	xor	$h,$tmp1			# Sigma0(a)
    -
    -	or	$tmp0,$a,$b
    -	and	$tmp1,$a,$b
    -	and	$tmp0,$c
    -	or	$tmp1,$tmp0			# Maj(a,b,c)
    +	xor	$tmp1,$b,$c
    +#endif
    +	$ST	@X[0],`($i%16)*$SZ`($sp)	# offload to ring buffer
    +	$ADDU	$h,$tmp0
    +	and	$tmp1,$a
     	$ADDU	$T1,$tmp2			# +=K[$i]
    -	$ADDU	$h,$tmp1
    -
    +	$ADDU	$h,$tmp1			# +=Maj(a,b,c)
     	$ADDU	$d,$T1
     	$ADDU	$h,$T1
     ___
    @@ -207,6 +244,20 @@ my $i=@_[0];
     my ($tmp0,$tmp1,$tmp2,$tmp3)=(@X[4],@X[5],@X[6],@X[7]);
     
     $code.=<<___;
    +#if defined(_MIPS_ARCH_MIPS32R2) || defined(_MIPS_ARCH_MIPS64R2)
    +	$SRL	$tmp2,@X[1],@sigma0[0]		# Xupdate($i)
    +	$ROTR	$tmp0,@X[1],@sigma0[1]
    +	$ADDU	@X[0],@X[9]			# +=X[i+9]
    +	xor	$tmp2,$tmp0
    +	$ROTR	$tmp0,@X[1],@sigma0[2]
    +
    +	$SRL	$tmp3,@X[14],@sigma1[0]
    +	$ROTR	$tmp1,@X[14],@sigma1[1]
    +	xor	$tmp2,$tmp0			# sigma0(X[i+1])
    +	$ROTR	$tmp0,@X[14],@sigma1[2]
    +	xor	$tmp3,$tmp1
    +	$ADDU	@X[0],$tmp2
    +#else
     	$SRL	$tmp2,@X[1],@sigma0[0]		# Xupdate($i)
     	$ADDU	@X[0],@X[9]			# +=X[i+9]
     	$SLL	$tmp1,@X[1],`$SZ*8-@sigma0[2]`
    @@ -227,7 +278,7 @@ $code.=<<___;
     	xor	$tmp3,$tmp0
     	$SRL	$tmp0,@X[14],@sigma1[2]
     	xor	$tmp3,$tmp1
    -
    +#endif
     	xor	$tmp3,$tmp0			# sigma1(X[i+14])
     	$ADDU	@X[0],$tmp3
     ___
    @@ -242,9 +293,13 @@ $code.=<<___;
     # include 
     #endif
     
    +#if defined(__mips_smartmips) && !defined(_MIPS_ARCH_MIPS32R2)
    +#define _MIPS_ARCH_MIPS32R2
    +#endif
    +
     .text
     .set	noat
    -#if !defined(__vxworks) || defined(__pic__)
    +#if !defined(__mips_eabi) && (!defined(__vxworks) || defined(__pic__))
     .option	pic2
     #endif
     
    diff --git a/openssl/crypto/sha/asm/sha512-ppc.pl b/openssl/crypto/sha/asm/sha512-ppc.pl
    index 6b44a68e5..734f3c1ca 100644
    --- a/openssl/crypto/sha/asm/sha512-ppc.pl
    +++ b/openssl/crypto/sha/asm/sha512-ppc.pl
    @@ -1,7 +1,7 @@
     #!/usr/bin/env perl
     
     # ====================================================================
    -# Written by Andy Polyakov  for the OpenSSL
    +# Written by Andy Polyakov  for the OpenSSL
     # project. The module is, however, dual licensed under OpenSSL and
     # CRYPTOGAMS licenses depending on where you obtain it. For further
     # details see http://www.openssl.org/~appro/cryptogams/.
    @@ -9,8 +9,7 @@
     
     # I let hardware handle unaligned input, except on page boundaries
     # (see below for details). Otherwise straightforward implementation
    -# with X vector in register bank. The module is big-endian [which is
    -# not big deal as there're no little-endian targets left around].
    +# with X vector in register bank.
     
     #			sha256		|	sha512
     # 			-m64	-m32	|	-m64	-m32
    @@ -56,6 +55,8 @@ if ($flavour =~ /64/) {
     	$PUSH="stw";
     } else { die "nonsense $flavour"; }
     
    +$LITTLE_ENDIAN = ($flavour=~/le$/) ? $SIZE_T : 0;
    +
     $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
     ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
     ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or
    @@ -64,7 +65,7 @@ die "can't locate ppc-xlate.pl";
     open STDOUT,"| $^X $xlate $flavour $output" || die "can't call $xlate: $!";
     
     if ($output =~ /512/) {
    -	$func="sha512_block_data_order";
    +	$func="sha512_block_ppc";
     	$SZ=8;
     	@Sigma0=(28,34,39);
     	@Sigma1=(14,18,41);
    @@ -76,7 +77,7 @@ if ($output =~ /512/) {
     	$ROR="rotrdi";
     	$SHR="srdi";
     } else {
    -	$func="sha256_block_data_order";
    +	$func="sha256_block_ppc";
     	$SZ=4;
     	@Sigma0=( 2,13,22);
     	@Sigma1=( 6,11,25);
    @@ -110,7 +111,7 @@ $B  ="r9";
     $C  ="r10";
     $D  ="r11";
     $E  ="r12";
    -$F  ="r13";	$F="r2" if ($SIZE_T==8);# reassigned to exempt TLS pointer
    +$F  =$t1;	$t1 = "r0";	# stay away from "r13";
     $G  ="r14";
     $H  ="r15";
     
    @@ -118,24 +119,23 @@ $H  ="r15";
     @X=("r16","r17","r18","r19","r20","r21","r22","r23",
         "r24","r25","r26","r27","r28","r29","r30","r31");
     
    -$inp="r31";	# reassigned $inp! aliases with @X[15]
    +$inp="r31" if($SZ==4 || $SIZE_T==8);	# reassigned $inp! aliases with @X[15]
     
     sub ROUND_00_15 {
     my ($i,$a,$b,$c,$d,$e,$f,$g,$h)=@_;
     $code.=<<___;
    -	$LD	$T,`$i*$SZ`($Tbl)
     	$ROR	$a0,$e,$Sigma1[0]
     	$ROR	$a1,$e,$Sigma1[1]
     	and	$t0,$f,$e
    -	andc	$t1,$g,$e
    -	add	$T,$T,$h
     	xor	$a0,$a0,$a1
    +	add	$h,$h,$t1
    +	andc	$t1,$g,$e
     	$ROR	$a1,$a1,`$Sigma1[2]-$Sigma1[1]`
     	or	$t0,$t0,$t1		; Ch(e,f,g)
    -	add	$T,$T,@X[$i]
    +	add	$h,$h,@X[$i%16]
     	xor	$a0,$a0,$a1		; Sigma1(e)
    -	add	$T,$T,$t0
    -	add	$T,$T,$a0
    +	add	$h,$h,$t0
    +	add	$h,$h,$a0
     
     	$ROR	$a0,$a,$Sigma0[0]
     	$ROR	$a1,$a,$Sigma0[1]
    @@ -146,9 +146,14 @@ $code.=<<___;
     	xor	$t0,$t0,$t1
     	and	$t1,$b,$c
     	xor	$a0,$a0,$a1		; Sigma0(a)
    -	add	$d,$d,$T
    +	add	$d,$d,$h
     	xor	$t0,$t0,$t1		; Maj(a,b,c)
    -	add	$h,$T,$a0
    +___
    +$code.=<<___ if ($i<15);
    +	$LD	$t1,`($i+1)*$SZ`($Tbl)
    +___
    +$code.=<<___;
    +	add	$h,$h,$a0
     	add	$h,$h,$t0
     
     ___
    @@ -169,10 +174,11 @@ $code.=<<___;
     	add	@X[$i],@X[$i],@X[($i+9)%16]
     	xor	$a0,$a0,$a1		; sigma0(X[(i+1)&0x0f])
     	xor	$t0,$t0,$t1		; sigma1(X[(i+14)&0x0f])
    +	$LD	$t1,`$i*$SZ`($Tbl)
     	add	@X[$i],@X[$i],$a0
     	add	@X[$i],@X[$i],$t0
     ___
    -&ROUND_00_15($i,$a,$b,$c,$d,$e,$f,$g,$h);
    +&ROUND_00_15($i+16,$a,$b,$c,$d,$e,$f,$g,$h);
     }
     
     $code=<<___;
    @@ -188,8 +194,6 @@ $func:
     
     	$PUSH	$ctx,`$FRAME-$SIZE_T*22`($sp)
     
    -	$PUSH	$toc,`$FRAME-$SIZE_T*20`($sp)
    -	$PUSH	r13,`$FRAME-$SIZE_T*19`($sp)
     	$PUSH	r14,`$FRAME-$SIZE_T*18`($sp)
     	$PUSH	r15,`$FRAME-$SIZE_T*17`($sp)
     	$PUSH	r16,`$FRAME-$SIZE_T*16`($sp)
    @@ -209,7 +213,10 @@ $func:
     	$PUSH	r30,`$FRAME-$SIZE_T*2`($sp)
     	$PUSH	r31,`$FRAME-$SIZE_T*1`($sp)
     	$PUSH	r0,`$FRAME+$LRSAVE`($sp)
    +___
     
    +if ($SZ==4 || $SIZE_T==8) {
    +$code.=<<___;
     	$LD	$A,`0*$SZ`($ctx)
     	mr	$inp,r4				; incarnate $inp
     	$LD	$B,`1*$SZ`($ctx)
    @@ -219,7 +226,16 @@ $func:
     	$LD	$F,`5*$SZ`($ctx)
     	$LD	$G,`6*$SZ`($ctx)
     	$LD	$H,`7*$SZ`($ctx)
    +___
    +} else {
    +  for ($i=16;$i<32;$i++) {
    +    $code.=<<___;
    +	lwz	r$i,`$LITTLE_ENDIAN^(4*($i-16))`($ctx)
    +___
    +  }
    +}
     
    +$code.=<<___;
     	bl	LPICmeup
     LPICedup:
     	andi.	r0,$inp,3
    @@ -255,6 +271,9 @@ Lunaligned:
     Lcross_page:
     	li	$t1,`16*$SZ/4`
     	mtctr	$t1
    +___
    +if ($SZ==4 || $SIZE_T==8) {
    +$code.=<<___;
     	addi	r20,$sp,$LOCALS			; aligned spot below the frame
     Lmemcpy:
     	lbz	r16,0($inp)
    @@ -268,7 +287,26 @@ Lmemcpy:
     	stb	r19,3(r20)
     	addi	r20,r20,4
     	bdnz	Lmemcpy
    +___
    +} else {
    +$code.=<<___;
    +	addi	r12,$sp,$LOCALS			; aligned spot below the frame
    +Lmemcpy:
    +	lbz	r8,0($inp)
    +	lbz	r9,1($inp)
    +	lbz	r10,2($inp)
    +	lbz	r11,3($inp)
    +	addi	$inp,$inp,4
    +	stb	r8,0(r12)
    +	stb	r9,1(r12)
    +	stb	r10,2(r12)
    +	stb	r11,3(r12)
    +	addi	r12,r12,4
    +	bdnz	Lmemcpy
    +___
    +}
     
    +$code.=<<___;
     	$PUSH	$inp,`$FRAME-$SIZE_T*26`($sp)	; save real inp
     	addi	$t1,$sp,`$LOCALS+16*$SZ`	; fictitious end pointer
     	addi	$inp,$sp,$LOCALS		; fictitious inp pointer
    @@ -283,8 +321,6 @@ Lmemcpy:
     
     Ldone:
     	$POP	r0,`$FRAME+$LRSAVE`($sp)
    -	$POP	$toc,`$FRAME-$SIZE_T*20`($sp)
    -	$POP	r13,`$FRAME-$SIZE_T*19`($sp)
     	$POP	r14,`$FRAME-$SIZE_T*18`($sp)
     	$POP	r15,`$FRAME-$SIZE_T*17`($sp)
     	$POP	r16,`$FRAME-$SIZE_T*16`($sp)
    @@ -309,27 +345,48 @@ Ldone:
     	.long	0
     	.byte	0,12,4,1,0x80,18,3,0
     	.long	0
    +___
     
    +if ($SZ==4 || $SIZE_T==8) {
    +$code.=<<___;
     .align	4
     Lsha2_block_private:
    +	$LD	$t1,0($Tbl)
     ___
     for($i=0;$i<16;$i++) {
    -$code.=<<___ if ($SZ==4);
    +$code.=<<___ if ($SZ==4 && !$LITTLE_ENDIAN);
     	lwz	@X[$i],`$i*$SZ`($inp)
     ___
    +$code.=<<___ if ($SZ==4 && $LITTLE_ENDIAN);
    +	lwz	$a0,`$i*$SZ`($inp)
    +	rotlwi	@X[$i],$a0,8
    +	rlwimi	@X[$i],$a0,24,0,7
    +	rlwimi	@X[$i],$a0,24,16,23
    +___
     # 64-bit loads are split to 2x32-bit ones, as CPU can't handle
     # unaligned 64-bit loads, only 32-bit ones...
    -$code.=<<___ if ($SZ==8);
    +$code.=<<___ if ($SZ==8 && !$LITTLE_ENDIAN);
     	lwz	$t0,`$i*$SZ`($inp)
     	lwz	@X[$i],`$i*$SZ+4`($inp)
     	insrdi	@X[$i],$t0,32,0
    +___
    +$code.=<<___ if ($SZ==8 && $LITTLE_ENDIAN);
    +	lwz	$a0,`$i*$SZ`($inp)
    +	 lwz	$a1,`$i*$SZ+4`($inp)
    +	rotlwi	$t0,$a0,8
    +	 rotlwi	@X[$i],$a1,8
    +	rlwimi	$t0,$a0,24,0,7
    +	 rlwimi	@X[$i],$a1,24,0,7
    +	rlwimi	$t0,$a0,24,16,23
    +	 rlwimi	@X[$i],$a1,24,16,23
    +	insrdi	@X[$i],$t0,32,0
     ___
     	&ROUND_00_15($i,@V);
     	unshift(@V,pop(@V));
     }
     $code.=<<___;
    -	li	$T,`$rounds/16-1`
    -	mtctr	$T
    +	li	$t0,`$rounds/16-1`
    +	mtctr	$t0
     .align	4
     Lrounds:
     	addi	$Tbl,$Tbl,`16*$SZ`
    @@ -377,7 +434,282 @@ $code.=<<___;
     	blr
     	.long	0
     	.byte	0,12,0x14,0,0,0,0,0
    +.size	$func,.-$func
    +___
    +} else {
    +########################################################################
    +# SHA512 for PPC32, X vector is off-loaded to stack...
    +#
    +#			|	sha512
    +#			|	-m32
    +# ----------------------+-----------------------
    +# PPC74x0,gcc-4.0.1	|	+48%
    +# POWER6,gcc-4.4.6	|	+124%(*)
    +# POWER7,gcc-4.4.6	|	+79%(*)
    +# e300,gcc-4.1.0	|	+167%
    +#
    +# (*)	~1/3 of -m64 result [and ~20% better than -m32 code generated
    +#	by xlc-12.1]
    +
    +my $XOFF=$LOCALS;
    +
    +my @V=map("r$_",(16..31));	# A..H
    +
    +my ($s0,$s1,$t0,$t1,$t2,$t3,$a0,$a1,$a2,$a3)=map("r$_",(0,5,6,8..12,14,15));
    +my ($x0,$x1)=("r3","r4");	# zaps $ctx and $inp
    +
    +sub ROUND_00_15_ppc32 {
    +my ($i,	$ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo,
    +	$ehi,$elo,$fhi,$flo,$ghi,$glo,$hhi,$hlo)=@_;
    +
    +$code.=<<___;
    +	lwz	$t2,`$SZ*($i%16)+($LITTLE_ENDIAN^4)`($Tbl)
    +	 xor	$a0,$flo,$glo
    +	lwz	$t3,`$SZ*($i%16)+($LITTLE_ENDIAN^0)`($Tbl)
    +	 xor	$a1,$fhi,$ghi
    +	addc	$hlo,$hlo,$t0			; h+=x[i]
    +	stw	$t0,`$XOFF+0+$SZ*($i%16)`($sp)	; save x[i]
    +
    +	srwi	$s0,$elo,$Sigma1[0]
    +	srwi	$s1,$ehi,$Sigma1[0]
    +	 and	$a0,$a0,$elo
    +	adde	$hhi,$hhi,$t1
    +	 and	$a1,$a1,$ehi
    +	stw	$t1,`$XOFF+4+$SZ*($i%16)`($sp)
    +	srwi	$t0,$elo,$Sigma1[1]
    +	srwi	$t1,$ehi,$Sigma1[1]
    +	 addc	$hlo,$hlo,$t2			; h+=K512[i]
    +	insrwi	$s0,$ehi,$Sigma1[0],0
    +	insrwi	$s1,$elo,$Sigma1[0],0
    +	 xor	$a0,$a0,$glo			; Ch(e,f,g)
    +	 adde	$hhi,$hhi,$t3
    +	 xor	$a1,$a1,$ghi
    +	insrwi	$t0,$ehi,$Sigma1[1],0
    +	insrwi	$t1,$elo,$Sigma1[1],0
    +	 addc	$hlo,$hlo,$a0			; h+=Ch(e,f,g)
    +	srwi	$t2,$ehi,$Sigma1[2]-32
    +	srwi	$t3,$elo,$Sigma1[2]-32
    +	xor	$s0,$s0,$t0
    +	xor	$s1,$s1,$t1
    +	insrwi	$t2,$elo,$Sigma1[2]-32,0
    +	insrwi	$t3,$ehi,$Sigma1[2]-32,0
    +	 xor	$a0,$alo,$blo			; a^b, b^c in next round
    +	 adde	$hhi,$hhi,$a1
    +	 xor	$a1,$ahi,$bhi
    +	xor	$s0,$s0,$t2			; Sigma1(e)
    +	xor	$s1,$s1,$t3
    +
    +	srwi	$t0,$alo,$Sigma0[0]
    +	 and	$a2,$a2,$a0
    +	 addc	$hlo,$hlo,$s0			; h+=Sigma1(e)
    +	 and	$a3,$a3,$a1
    +	srwi	$t1,$ahi,$Sigma0[0]
    +	srwi	$s0,$ahi,$Sigma0[1]-32
    +	 adde	$hhi,$hhi,$s1
    +	srwi	$s1,$alo,$Sigma0[1]-32
    +	insrwi	$t0,$ahi,$Sigma0[0],0
    +	insrwi	$t1,$alo,$Sigma0[0],0
    +	 xor	$a2,$a2,$blo			; Maj(a,b,c)
    +	 addc	$dlo,$dlo,$hlo			; d+=h
    +	 xor	$a3,$a3,$bhi
    +	insrwi	$s0,$alo,$Sigma0[1]-32,0
    +	insrwi	$s1,$ahi,$Sigma0[1]-32,0
    +	 adde	$dhi,$dhi,$hhi
    +	srwi	$t2,$ahi,$Sigma0[2]-32
    +	srwi	$t3,$alo,$Sigma0[2]-32
    +	xor	$s0,$s0,$t0
    +	 addc	$hlo,$hlo,$a2			; h+=Maj(a,b,c)
    +	xor	$s1,$s1,$t1
    +	insrwi	$t2,$alo,$Sigma0[2]-32,0
    +	insrwi	$t3,$ahi,$Sigma0[2]-32,0
    +	 adde	$hhi,$hhi,$a3
    +___
    +$code.=<<___ if ($i>=15);
    +	lwz	$t0,`$XOFF+0+$SZ*(($i+2)%16)`($sp)
    +	lwz	$t1,`$XOFF+4+$SZ*(($i+2)%16)`($sp)
    +___
    +$code.=<<___ if ($i<15 && !$LITTLE_ENDIAN);
    +	lwz	$t1,`$SZ*($i+1)+0`($inp)
    +	lwz	$t0,`$SZ*($i+1)+4`($inp)
     ___
    +$code.=<<___ if ($i<15 && $LITTLE_ENDIAN);
    +	lwz	$a2,`$SZ*($i+1)+0`($inp)
    +	 lwz	$a3,`$SZ*($i+1)+4`($inp)
    +	rotlwi	$t1,$a2,8
    +	 rotlwi	$t0,$a3,8
    +	rlwimi	$t1,$a2,24,0,7
    +	 rlwimi	$t0,$a3,24,0,7
    +	rlwimi	$t1,$a2,24,16,23
    +	 rlwimi	$t0,$a3,24,16,23
    +___
    +$code.=<<___;
    +	xor	$s0,$s0,$t2			; Sigma0(a)
    +	xor	$s1,$s1,$t3
    +	addc	$hlo,$hlo,$s0			; h+=Sigma0(a)
    +	adde	$hhi,$hhi,$s1
    +___
    +$code.=<<___ if ($i==15);
    +	lwz	$x0,`$XOFF+0+$SZ*(($i+1)%16)`($sp)
    +	lwz	$x1,`$XOFF+4+$SZ*(($i+1)%16)`($sp)
    +___
    +}
    +sub ROUND_16_xx_ppc32 {
    +my ($i,	$ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo,
    +	$ehi,$elo,$fhi,$flo,$ghi,$glo,$hhi,$hlo)=@_;
    +
    +$code.=<<___;
    +	srwi	$s0,$t0,$sigma0[0]
    +	srwi	$s1,$t1,$sigma0[0]
    +	srwi	$t2,$t0,$sigma0[1]
    +	srwi	$t3,$t1,$sigma0[1]
    +	insrwi	$s0,$t1,$sigma0[0],0
    +	insrwi	$s1,$t0,$sigma0[0],0
    +	srwi	$a0,$t0,$sigma0[2]
    +	insrwi	$t2,$t1,$sigma0[1],0
    +	insrwi	$t3,$t0,$sigma0[1],0
    +	insrwi	$a0,$t1,$sigma0[2],0
    +	xor	$s0,$s0,$t2
    +	 lwz	$t2,`$XOFF+0+$SZ*(($i+14)%16)`($sp)
    +	srwi	$a1,$t1,$sigma0[2]
    +	xor	$s1,$s1,$t3
    +	 lwz	$t3,`$XOFF+4+$SZ*(($i+14)%16)`($sp)
    +	xor	$a0,$a0,$s0
    +	 srwi	$s0,$t2,$sigma1[0]
    +	xor	$a1,$a1,$s1
    +	 srwi	$s1,$t3,$sigma1[0]
    +	addc	$x0,$x0,$a0			; x[i]+=sigma0(x[i+1])
    +	 srwi	$a0,$t3,$sigma1[1]-32
    +	insrwi	$s0,$t3,$sigma1[0],0
    +	insrwi	$s1,$t2,$sigma1[0],0
    +	adde	$x1,$x1,$a1
    +	 srwi	$a1,$t2,$sigma1[1]-32
    +
    +	insrwi	$a0,$t2,$sigma1[1]-32,0
    +	srwi	$t2,$t2,$sigma1[2]
    +	insrwi	$a1,$t3,$sigma1[1]-32,0
    +	insrwi	$t2,$t3,$sigma1[2],0
    +	xor	$s0,$s0,$a0
    +	 lwz	$a0,`$XOFF+0+$SZ*(($i+9)%16)`($sp)
    +	srwi	$t3,$t3,$sigma1[2]
    +	xor	$s1,$s1,$a1
    +	 lwz	$a1,`$XOFF+4+$SZ*(($i+9)%16)`($sp)
    +	xor	$s0,$s0,$t2
    +	 addc	$x0,$x0,$a0			; x[i]+=x[i+9]
    +	xor	$s1,$s1,$t3
    +	 adde	$x1,$x1,$a1
    +	addc	$x0,$x0,$s0			; x[i]+=sigma1(x[i+14])
    +	adde	$x1,$x1,$s1
    +___
    +	($t0,$t1,$x0,$x1) = ($x0,$x1,$t0,$t1);
    +	&ROUND_00_15_ppc32(@_);
    +}
    +
    +$code.=<<___;
    +.align	4
    +Lsha2_block_private:
    +___
    +$code.=<<___ if (!$LITTLE_ENDIAN);
    +	lwz	$t1,0($inp)
    +	xor	$a2,@V[3],@V[5]		; B^C, magic seed
    +	lwz	$t0,4($inp)
    +	xor	$a3,@V[2],@V[4]
    +___
    +$code.=<<___ if ($LITTLE_ENDIAN);
    +	lwz	$a1,0($inp)
    +	xor	$a2,@V[3],@V[5]		; B^C, magic seed
    +	lwz	$a0,4($inp)
    +	xor	$a3,@V[2],@V[4]
    +	rotlwi	$t1,$a1,8
    +	 rotlwi	$t0,$a0,8
    +	rlwimi	$t1,$a1,24,0,7
    +	 rlwimi	$t0,$a0,24,0,7
    +	rlwimi	$t1,$a1,24,16,23
    +	 rlwimi	$t0,$a0,24,16,23
    +___
    +for($i=0;$i<16;$i++) {
    +	&ROUND_00_15_ppc32($i,@V);
    +	unshift(@V,pop(@V));	unshift(@V,pop(@V));
    +	($a0,$a1,$a2,$a3) = ($a2,$a3,$a0,$a1);
    +}
    +$code.=<<___;
    +	li	$a0,`$rounds/16-1`
    +	mtctr	$a0
    +.align	4
    +Lrounds:
    +	addi	$Tbl,$Tbl,`16*$SZ`
    +___
    +for(;$i<32;$i++) {
    +	&ROUND_16_xx_ppc32($i,@V);
    +	unshift(@V,pop(@V));	unshift(@V,pop(@V));
    +	($a0,$a1,$a2,$a3) = ($a2,$a3,$a0,$a1);
    +}
    +$code.=<<___;
    +	bdnz-	Lrounds
    +
    +	$POP	$ctx,`$FRAME-$SIZE_T*22`($sp)
    +	$POP	$inp,`$FRAME-$SIZE_T*23`($sp)	; inp pointer
    +	$POP	$num,`$FRAME-$SIZE_T*24`($sp)	; end pointer
    +	subi	$Tbl,$Tbl,`($rounds-16)*$SZ`	; rewind Tbl
    +
    +	lwz	$t0,`$LITTLE_ENDIAN^0`($ctx)
    +	lwz	$t1,`$LITTLE_ENDIAN^4`($ctx)
    +	lwz	$t2,`$LITTLE_ENDIAN^8`($ctx)
    +	lwz	$t3,`$LITTLE_ENDIAN^12`($ctx)
    +	lwz	$a0,`$LITTLE_ENDIAN^16`($ctx)
    +	lwz	$a1,`$LITTLE_ENDIAN^20`($ctx)
    +	lwz	$a2,`$LITTLE_ENDIAN^24`($ctx)
    +	addc	@V[1],@V[1],$t1
    +	lwz	$a3,`$LITTLE_ENDIAN^28`($ctx)
    +	adde	@V[0],@V[0],$t0
    +	lwz	$t0,`$LITTLE_ENDIAN^32`($ctx)
    +	addc	@V[3],@V[3],$t3
    +	lwz	$t1,`$LITTLE_ENDIAN^36`($ctx)
    +	adde	@V[2],@V[2],$t2
    +	lwz	$t2,`$LITTLE_ENDIAN^40`($ctx)
    +	addc	@V[5],@V[5],$a1
    +	lwz	$t3,`$LITTLE_ENDIAN^44`($ctx)
    +	adde	@V[4],@V[4],$a0
    +	lwz	$a0,`$LITTLE_ENDIAN^48`($ctx)
    +	addc	@V[7],@V[7],$a3
    +	lwz	$a1,`$LITTLE_ENDIAN^52`($ctx)
    +	adde	@V[6],@V[6],$a2
    +	lwz	$a2,`$LITTLE_ENDIAN^56`($ctx)
    +	addc	@V[9],@V[9],$t1
    +	lwz	$a3,`$LITTLE_ENDIAN^60`($ctx)
    +	adde	@V[8],@V[8],$t0
    +	stw	@V[0],`$LITTLE_ENDIAN^0`($ctx)
    +	stw	@V[1],`$LITTLE_ENDIAN^4`($ctx)
    +	addc	@V[11],@V[11],$t3
    +	stw	@V[2],`$LITTLE_ENDIAN^8`($ctx)
    +	stw	@V[3],`$LITTLE_ENDIAN^12`($ctx)
    +	adde	@V[10],@V[10],$t2
    +	stw	@V[4],`$LITTLE_ENDIAN^16`($ctx)
    +	stw	@V[5],`$LITTLE_ENDIAN^20`($ctx)
    +	addc	@V[13],@V[13],$a1
    +	stw	@V[6],`$LITTLE_ENDIAN^24`($ctx)
    +	stw	@V[7],`$LITTLE_ENDIAN^28`($ctx)
    +	adde	@V[12],@V[12],$a0
    +	stw	@V[8],`$LITTLE_ENDIAN^32`($ctx)
    +	stw	@V[9],`$LITTLE_ENDIAN^36`($ctx)
    +	addc	@V[15],@V[15],$a3
    +	stw	@V[10],`$LITTLE_ENDIAN^40`($ctx)
    +	stw	@V[11],`$LITTLE_ENDIAN^44`($ctx)
    +	adde	@V[14],@V[14],$a2
    +	stw	@V[12],`$LITTLE_ENDIAN^48`($ctx)
    +	stw	@V[13],`$LITTLE_ENDIAN^52`($ctx)
    +	stw	@V[14],`$LITTLE_ENDIAN^56`($ctx)
    +	stw	@V[15],`$LITTLE_ENDIAN^60`($ctx)
    +
    +	addi	$inp,$inp,`16*$SZ`		; advance inp
    +	$PUSH	$inp,`$FRAME-$SIZE_T*23`($sp)
    +	$UCMP	$inp,$num
    +	bne	Lsha2_block_private
    +	blr
    +	.long	0
    +	.byte	0,12,0x14,0,0,0,0,0
    +.size	$func,.-$func
    +___
    +}
     
     # Ugly hack here, because PPC assembler syntax seem to vary too
     # much from platforms to platform...
    @@ -395,46 +727,46 @@ LPICmeup:
     	.space	`64-9*4`
     ___
     $code.=<<___ if ($SZ==8);
    -	.long	0x428a2f98,0xd728ae22,0x71374491,0x23ef65cd
    -	.long	0xb5c0fbcf,0xec4d3b2f,0xe9b5dba5,0x8189dbbc
    -	.long	0x3956c25b,0xf348b538,0x59f111f1,0xb605d019
    -	.long	0x923f82a4,0xaf194f9b,0xab1c5ed5,0xda6d8118
    -	.long	0xd807aa98,0xa3030242,0x12835b01,0x45706fbe
    -	.long	0x243185be,0x4ee4b28c,0x550c7dc3,0xd5ffb4e2
    -	.long	0x72be5d74,0xf27b896f,0x80deb1fe,0x3b1696b1
    -	.long	0x9bdc06a7,0x25c71235,0xc19bf174,0xcf692694
    -	.long	0xe49b69c1,0x9ef14ad2,0xefbe4786,0x384f25e3
    -	.long	0x0fc19dc6,0x8b8cd5b5,0x240ca1cc,0x77ac9c65
    -	.long	0x2de92c6f,0x592b0275,0x4a7484aa,0x6ea6e483
    -	.long	0x5cb0a9dc,0xbd41fbd4,0x76f988da,0x831153b5
    -	.long	0x983e5152,0xee66dfab,0xa831c66d,0x2db43210
    -	.long	0xb00327c8,0x98fb213f,0xbf597fc7,0xbeef0ee4
    -	.long	0xc6e00bf3,0x3da88fc2,0xd5a79147,0x930aa725
    -	.long	0x06ca6351,0xe003826f,0x14292967,0x0a0e6e70
    -	.long	0x27b70a85,0x46d22ffc,0x2e1b2138,0x5c26c926
    -	.long	0x4d2c6dfc,0x5ac42aed,0x53380d13,0x9d95b3df
    -	.long	0x650a7354,0x8baf63de,0x766a0abb,0x3c77b2a8
    -	.long	0x81c2c92e,0x47edaee6,0x92722c85,0x1482353b
    -	.long	0xa2bfe8a1,0x4cf10364,0xa81a664b,0xbc423001
    -	.long	0xc24b8b70,0xd0f89791,0xc76c51a3,0x0654be30
    -	.long	0xd192e819,0xd6ef5218,0xd6990624,0x5565a910
    -	.long	0xf40e3585,0x5771202a,0x106aa070,0x32bbd1b8
    -	.long	0x19a4c116,0xb8d2d0c8,0x1e376c08,0x5141ab53
    -	.long	0x2748774c,0xdf8eeb99,0x34b0bcb5,0xe19b48a8
    -	.long	0x391c0cb3,0xc5c95a63,0x4ed8aa4a,0xe3418acb
    -	.long	0x5b9cca4f,0x7763e373,0x682e6ff3,0xd6b2b8a3
    -	.long	0x748f82ee,0x5defb2fc,0x78a5636f,0x43172f60
    -	.long	0x84c87814,0xa1f0ab72,0x8cc70208,0x1a6439ec
    -	.long	0x90befffa,0x23631e28,0xa4506ceb,0xde82bde9
    -	.long	0xbef9a3f7,0xb2c67915,0xc67178f2,0xe372532b
    -	.long	0xca273ece,0xea26619c,0xd186b8c7,0x21c0c207
    -	.long	0xeada7dd6,0xcde0eb1e,0xf57d4f7f,0xee6ed178
    -	.long	0x06f067aa,0x72176fba,0x0a637dc5,0xa2c898a6
    -	.long	0x113f9804,0xbef90dae,0x1b710b35,0x131c471b
    -	.long	0x28db77f5,0x23047d84,0x32caab7b,0x40c72493
    -	.long	0x3c9ebe0a,0x15c9bebc,0x431d67c4,0x9c100d4c
    -	.long	0x4cc5d4be,0xcb3e42b6,0x597f299c,0xfc657e2a
    -	.long	0x5fcb6fab,0x3ad6faec,0x6c44198c,0x4a475817
    +	.quad	0x428a2f98d728ae22,0x7137449123ef65cd
    +	.quad	0xb5c0fbcfec4d3b2f,0xe9b5dba58189dbbc
    +	.quad	0x3956c25bf348b538,0x59f111f1b605d019
    +	.quad	0x923f82a4af194f9b,0xab1c5ed5da6d8118
    +	.quad	0xd807aa98a3030242,0x12835b0145706fbe
    +	.quad	0x243185be4ee4b28c,0x550c7dc3d5ffb4e2
    +	.quad	0x72be5d74f27b896f,0x80deb1fe3b1696b1
    +	.quad	0x9bdc06a725c71235,0xc19bf174cf692694
    +	.quad	0xe49b69c19ef14ad2,0xefbe4786384f25e3
    +	.quad	0x0fc19dc68b8cd5b5,0x240ca1cc77ac9c65
    +	.quad	0x2de92c6f592b0275,0x4a7484aa6ea6e483
    +	.quad	0x5cb0a9dcbd41fbd4,0x76f988da831153b5
    +	.quad	0x983e5152ee66dfab,0xa831c66d2db43210
    +	.quad	0xb00327c898fb213f,0xbf597fc7beef0ee4
    +	.quad	0xc6e00bf33da88fc2,0xd5a79147930aa725
    +	.quad	0x06ca6351e003826f,0x142929670a0e6e70
    +	.quad	0x27b70a8546d22ffc,0x2e1b21385c26c926
    +	.quad	0x4d2c6dfc5ac42aed,0x53380d139d95b3df
    +	.quad	0x650a73548baf63de,0x766a0abb3c77b2a8
    +	.quad	0x81c2c92e47edaee6,0x92722c851482353b
    +	.quad	0xa2bfe8a14cf10364,0xa81a664bbc423001
    +	.quad	0xc24b8b70d0f89791,0xc76c51a30654be30
    +	.quad	0xd192e819d6ef5218,0xd69906245565a910
    +	.quad	0xf40e35855771202a,0x106aa07032bbd1b8
    +	.quad	0x19a4c116b8d2d0c8,0x1e376c085141ab53
    +	.quad	0x2748774cdf8eeb99,0x34b0bcb5e19b48a8
    +	.quad	0x391c0cb3c5c95a63,0x4ed8aa4ae3418acb
    +	.quad	0x5b9cca4f7763e373,0x682e6ff3d6b2b8a3
    +	.quad	0x748f82ee5defb2fc,0x78a5636f43172f60
    +	.quad	0x84c87814a1f0ab72,0x8cc702081a6439ec
    +	.quad	0x90befffa23631e28,0xa4506cebde82bde9
    +	.quad	0xbef9a3f7b2c67915,0xc67178f2e372532b
    +	.quad	0xca273eceea26619c,0xd186b8c721c0c207
    +	.quad	0xeada7dd6cde0eb1e,0xf57d4f7fee6ed178
    +	.quad	0x06f067aa72176fba,0x0a637dc5a2c898a6
    +	.quad	0x113f9804bef90dae,0x1b710b35131c471b
    +	.quad	0x28db77f523047d84,0x32caab7b40c72493
    +	.quad	0x3c9ebe0a15c9bebc,0x431d67c49c100d4c
    +	.quad	0x4cc5d4becb3e42b6,0x597f299cfc657e2a
    +	.quad	0x5fcb6fab3ad6faec,0x6c44198c4a475817
     ___
     $code.=<<___ if ($SZ==4);
     	.long	0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5
    diff --git a/openssl/crypto/sha/asm/sha512-sparcv9.pl b/openssl/crypto/sha/asm/sha512-sparcv9.pl
    index 585740789..5a9c15d1d 100644
    --- a/openssl/crypto/sha/asm/sha512-sparcv9.pl
    +++ b/openssl/crypto/sha/asm/sha512-sparcv9.pl
    @@ -5,6 +5,8 @@
     # project. The module is, however, dual licensed under OpenSSL and
     # CRYPTOGAMS licenses depending on where you obtain it. For further
     # details see http://www.openssl.org/~appro/cryptogams/.
    +#
    +# Hardware SPARC T4 support by David S. Miller .
     # ====================================================================
     
     # SHA256 performance improvement over compiler generated code varies
    @@ -41,11 +43,11 @@
     #	loads are always slower than one 64-bit load. Once again this
     #	is unlike pre-T1 UltraSPARC, where, if scheduled appropriately,
     #	2x32-bit loads can be as fast as 1x64-bit ones.
    -
    -$bits=32;
    -for (@ARGV)	{ $bits=64 if (/\-m64/ || /\-xarch\=v9/); }
    -if ($bits==64)	{ $bias=2047; $frame=192; }
    -else		{ $bias=0;    $frame=112; }
    +#
    +# SPARC T4 SHA256/512 hardware achieves 3.17/2.01 cycles per byte,
    +# which is 9.3x/11.1x faster than software. Multi-process benchmark
    +# saturates at 11.5x single-process result on 8-core processor, or
    +# ~11/16GBps per 2.85GHz socket.
     
     $output=shift;
     open STDOUT,">$output";
    @@ -170,6 +172,7 @@ $code.=<<___ if ($i==0);
     	ld	[$inp+16],%l4
     	ld	[$inp+20],%l5
     	ld	[$inp+24],%l6
    +	cmp	$tmp31,0
     	ld	[$inp+28],%l7
     ___
     $code.=<<___ if ($i<15);
    @@ -182,29 +185,29 @@ $code.=<<___ if ($i<15);
     	or	@pair[1],$tmp2,$tmp2
     	`"ld	[$inp+".eval(32+4+$i*8)."],@pair[1]"	if ($i<12)`
     	add	$h,$tmp2,$T1
    -	$ST	$tmp2,[%sp+`$bias+$frame+$i*$SZ`]
    +	$ST	$tmp2,[%sp+STACK_BIAS+STACK_FRAME+`$i*$SZ`]
     ___
     $code.=<<___ if ($i==12);
    -	brnz,a	$tmp31,.+8
    +	bnz,a,pn	%icc,.+8
     	ld	[$inp+128],%l0
     ___
     $code.=<<___ if ($i==15);
    -	ld	[%sp+`$bias+$frame+(($i+1+1)%16)*$SZ+0`],%l2
    +	ld	[%sp+STACK_BIAS+STACK_FRAME+`(($i+1+1)%16)*$SZ+0`],%l2
     	sllx	@pair[1],$tmp31,$tmp2	! Xload($i)
     	add	$tmp31,32,$tmp0
    -	ld	[%sp+`$bias+$frame+(($i+1+1)%16)*$SZ+4`],%l3
    +	ld	[%sp+STACK_BIAS+STACK_FRAME+`(($i+1+1)%16)*$SZ+4`],%l3
     	sllx	@pair[0],$tmp0,$tmp1
    -	ld	[%sp+`$bias+$frame+(($i+1+9)%16)*$SZ+0`],%l4
    +	ld	[%sp+STACK_BIAS+STACK_FRAME+`(($i+1+9)%16)*$SZ+0`],%l4
     	srlx	@pair[2],$tmp32,@pair[1]
     	or	$tmp1,$tmp2,$tmp2
    -	ld	[%sp+`$bias+$frame+(($i+1+9)%16)*$SZ+4`],%l5
    +	ld	[%sp+STACK_BIAS+STACK_FRAME+`(($i+1+9)%16)*$SZ+4`],%l5
     	or	@pair[1],$tmp2,$tmp2
    -	ld	[%sp+`$bias+$frame+(($i+1+14)%16)*$SZ+0`],%l6
    +	ld	[%sp+STACK_BIAS+STACK_FRAME+`(($i+1+14)%16)*$SZ+0`],%l6
     	add	$h,$tmp2,$T1
    -	$ST	$tmp2,[%sp+`$bias+$frame+$i*$SZ`]
    -	ld	[%sp+`$bias+$frame+(($i+1+14)%16)*$SZ+4`],%l7
    -	ld	[%sp+`$bias+$frame+(($i+1+0)%16)*$SZ+0`],%l0
    -	ld	[%sp+`$bias+$frame+(($i+1+0)%16)*$SZ+4`],%l1
    +	$ST	$tmp2,[%sp+STACK_BIAS+STACK_FRAME+`$i*$SZ`]
    +	ld	[%sp+STACK_BIAS+STACK_FRAME+`(($i+1+14)%16)*$SZ+4`],%l7
    +	ld	[%sp+STACK_BIAS+STACK_FRAME+`(($i+1+0)%16)*$SZ+0`],%l0
    +	ld	[%sp+STACK_BIAS+STACK_FRAME+`(($i+1+0)%16)*$SZ+4`],%l1
     ___
     } if ($SZ==8);
     
    @@ -340,9 +343,9 @@ $code.=<<___;
     	or	%l3,$tmp0,$tmp0
     
     	srlx	$tmp0,@sigma0[0],$T1
    -	ld	[%sp+`$bias+$frame+(($i+1+1)%16)*$SZ+0`],%l2
    +	ld	[%sp+STACK_BIAS+STACK_FRAME+`(($i+1+1)%16)*$SZ+0`],%l2
     	sllx	$tmp0,`64-@sigma0[2]`,$tmp1
    -	ld	[%sp+`$bias+$frame+(($i+1+1)%16)*$SZ+4`],%l3
    +	ld	[%sp+STACK_BIAS+STACK_FRAME+`(($i+1+1)%16)*$SZ+4`],%l3
     	srlx	$tmp0,@sigma0[1],$tmp0
     	xor	$tmp1,$T1,$T1
     	sllx	$tmp1,`@sigma0[2]-@sigma0[1]`,$tmp1
    @@ -354,9 +357,9 @@ $code.=<<___;
     	or	%l7,$tmp2,$tmp2
     
     	srlx	$tmp2,@sigma1[0],$tmp1
    -	ld	[%sp+`$bias+$frame+(($i+1+14)%16)*$SZ+0`],%l6
    +	ld	[%sp+STACK_BIAS+STACK_FRAME+`(($i+1+14)%16)*$SZ+0`],%l6
     	sllx	$tmp2,`64-@sigma1[2]`,$tmp0
    -	ld	[%sp+`$bias+$frame+(($i+1+14)%16)*$SZ+4`],%l7
    +	ld	[%sp+STACK_BIAS+STACK_FRAME+`(($i+1+14)%16)*$SZ+4`],%l7
     	srlx	$tmp2,@sigma1[1],$tmp2
     	xor	$tmp0,$tmp1,$tmp1
     	sllx	$tmp0,`@sigma1[2]-@sigma1[1]`,$tmp0
    @@ -365,27 +368,30 @@ $code.=<<___;
     	xor	$tmp0,$tmp1,$tmp1
     	sllx	%l4,32,$tmp0
     	xor	$tmp2,$tmp1,$tmp1	! sigma1(X[$i+14])
    -	ld	[%sp+`$bias+$frame+(($i+1+9)%16)*$SZ+0`],%l4
    +	ld	[%sp+STACK_BIAS+STACK_FRAME+`(($i+1+9)%16)*$SZ+0`],%l4
     	or	%l5,$tmp0,$tmp0
    -	ld	[%sp+`$bias+$frame+(($i+1+9)%16)*$SZ+4`],%l5
    +	ld	[%sp+STACK_BIAS+STACK_FRAME+`(($i+1+9)%16)*$SZ+4`],%l5
     
     	sllx	%l0,32,$tmp2
     	add	$tmp1,$T1,$T1
    -	ld	[%sp+`$bias+$frame+(($i+1+0)%16)*$SZ+0`],%l0
    +	ld	[%sp+STACK_BIAS+STACK_FRAME+`(($i+1+0)%16)*$SZ+0`],%l0
     	or	%l1,$tmp2,$tmp2
     	add	$tmp0,$T1,$T1		! +=X[$i+9]
    -	ld	[%sp+`$bias+$frame+(($i+1+0)%16)*$SZ+4`],%l1
    +	ld	[%sp+STACK_BIAS+STACK_FRAME+`(($i+1+0)%16)*$SZ+4`],%l1
     	add	$tmp2,$T1,$T1		! +=X[$i]
    -	$ST	$T1,[%sp+`$bias+$frame+($i%16)*$SZ`]
    +	$ST	$T1,[%sp+STACK_BIAS+STACK_FRAME+`($i%16)*$SZ`]
     ___
         &BODY_00_15(@_);
     } if ($SZ==8);
     
    -$code.=<<___ if ($bits==64);
    +$code.=<<___;
    +#include "sparc_arch.h"
    +
    +#ifdef __arch64__
     .register	%g2,#scratch
     .register	%g3,#scratch
    -___
    -$code.=<<___;
    +#endif
    +
     .section	".text",#alloc,#execinstr
     
     .align	64
    @@ -457,9 +463,203 @@ ___
     }
     $code.=<<___;
     .size	K${label},.-K${label}
    +
    +#ifdef __PIC__
    +SPARC_PIC_THUNK(%g1)
    +#endif
    +
     .globl	sha${label}_block_data_order
    +.align	32
     sha${label}_block_data_order:
    -	save	%sp,`-$frame-$locals`,%sp
    +	SPARC_LOAD_ADDRESS_LEAF(OPENSSL_sparcv9cap_P,%g1,%g5)
    +	ld	[%g1+4],%g1		! OPENSSL_sparcv9cap_P[1]
    +
    +	andcc	%g1, CFR_SHA${label}, %g0
    +	be	.Lsoftware
    +	nop
    +___
    +$code.=<<___ if ($SZ==8); 		# SHA512
    +	ldd	[%o0 + 0x00], %f0	! load context
    +	ldd	[%o0 + 0x08], %f2
    +	ldd	[%o0 + 0x10], %f4
    +	ldd	[%o0 + 0x18], %f6
    +	ldd	[%o0 + 0x20], %f8
    +	ldd	[%o0 + 0x28], %f10
    +	andcc	%o1, 0x7, %g0
    +	ldd	[%o0 + 0x30], %f12
    +	bne,pn	%icc, .Lhwunaligned
    +	 ldd	[%o0 + 0x38], %f14
    +
    +.Lhwaligned_loop:
    +	ldd	[%o1 + 0x00], %f16
    +	ldd	[%o1 + 0x08], %f18
    +	ldd	[%o1 + 0x10], %f20
    +	ldd	[%o1 + 0x18], %f22
    +	ldd	[%o1 + 0x20], %f24
    +	ldd	[%o1 + 0x28], %f26
    +	ldd	[%o1 + 0x30], %f28
    +	ldd	[%o1 + 0x38], %f30
    +	ldd	[%o1 + 0x40], %f32
    +	ldd	[%o1 + 0x48], %f34
    +	ldd	[%o1 + 0x50], %f36
    +	ldd	[%o1 + 0x58], %f38
    +	ldd	[%o1 + 0x60], %f40
    +	ldd	[%o1 + 0x68], %f42
    +	ldd	[%o1 + 0x70], %f44
    +	subcc	%o2, 1, %o2		! done yet?
    +	ldd	[%o1 + 0x78], %f46
    +	add	%o1, 0x80, %o1
    +	prefetch [%o1 + 63], 20
    +	prefetch [%o1 + 64+63], 20
    +
    +	.word	0x81b02860		! SHA512
    +
    +	bne,pt	SIZE_T_CC, .Lhwaligned_loop
    +	nop
    +
    +.Lhwfinish:
    +	std	%f0, [%o0 + 0x00]	! store context
    +	std	%f2, [%o0 + 0x08]
    +	std	%f4, [%o0 + 0x10]
    +	std	%f6, [%o0 + 0x18]
    +	std	%f8, [%o0 + 0x20]
    +	std	%f10, [%o0 + 0x28]
    +	std	%f12, [%o0 + 0x30]
    +	retl
    +	 std	%f14, [%o0 + 0x38]
    +
    +.align	16
    +.Lhwunaligned:
    +	alignaddr %o1, %g0, %o1
    +
    +	ldd	[%o1 + 0x00], %f18
    +.Lhwunaligned_loop:
    +	ldd	[%o1 + 0x08], %f20
    +	ldd	[%o1 + 0x10], %f22
    +	ldd	[%o1 + 0x18], %f24
    +	ldd	[%o1 + 0x20], %f26
    +	ldd	[%o1 + 0x28], %f28
    +	ldd	[%o1 + 0x30], %f30
    +	ldd	[%o1 + 0x38], %f32
    +	ldd	[%o1 + 0x40], %f34
    +	ldd	[%o1 + 0x48], %f36
    +	ldd	[%o1 + 0x50], %f38
    +	ldd	[%o1 + 0x58], %f40
    +	ldd	[%o1 + 0x60], %f42
    +	ldd	[%o1 + 0x68], %f44
    +	ldd	[%o1 + 0x70], %f46
    +	ldd	[%o1 + 0x78], %f48
    +	subcc	%o2, 1, %o2		! done yet?
    +	ldd	[%o1 + 0x80], %f50
    +	add	%o1, 0x80, %o1
    +	prefetch [%o1 + 63], 20
    +	prefetch [%o1 + 64+63], 20
    +
    +	faligndata %f18, %f20, %f16
    +	faligndata %f20, %f22, %f18
    +	faligndata %f22, %f24, %f20
    +	faligndata %f24, %f26, %f22
    +	faligndata %f26, %f28, %f24
    +	faligndata %f28, %f30, %f26
    +	faligndata %f30, %f32, %f28
    +	faligndata %f32, %f34, %f30
    +	faligndata %f34, %f36, %f32
    +	faligndata %f36, %f38, %f34
    +	faligndata %f38, %f40, %f36
    +	faligndata %f40, %f42, %f38
    +	faligndata %f42, %f44, %f40
    +	faligndata %f44, %f46, %f42
    +	faligndata %f46, %f48, %f44
    +	faligndata %f48, %f50, %f46
    +
    +	.word	0x81b02860		! SHA512
    +
    +	bne,pt	SIZE_T_CC, .Lhwunaligned_loop
    +	for	%f50, %f50, %f18	! %f18=%f50
    +
    +	ba	.Lhwfinish
    +	nop
    +___
    +$code.=<<___ if ($SZ==4); 		# SHA256
    +	ld	[%o0 + 0x00], %f0
    +	ld	[%o0 + 0x04], %f1
    +	ld	[%o0 + 0x08], %f2
    +	ld	[%o0 + 0x0c], %f3
    +	ld	[%o0 + 0x10], %f4
    +	ld	[%o0 + 0x14], %f5
    +	andcc	%o1, 0x7, %g0
    +	ld	[%o0 + 0x18], %f6
    +	bne,pn	%icc, .Lhwunaligned
    +	 ld	[%o0 + 0x1c], %f7
    +
    +.Lhwloop:
    +	ldd	[%o1 + 0x00], %f8
    +	ldd	[%o1 + 0x08], %f10
    +	ldd	[%o1 + 0x10], %f12
    +	ldd	[%o1 + 0x18], %f14
    +	ldd	[%o1 + 0x20], %f16
    +	ldd	[%o1 + 0x28], %f18
    +	ldd	[%o1 + 0x30], %f20
    +	subcc	%o2, 1, %o2		! done yet?
    +	ldd	[%o1 + 0x38], %f22
    +	add	%o1, 0x40, %o1
    +	prefetch [%o1 + 63], 20
    +
    +	.word	0x81b02840		! SHA256
    +
    +	bne,pt	SIZE_T_CC, .Lhwloop
    +	nop
    +
    +.Lhwfinish:
    +	st	%f0, [%o0 + 0x00]	! store context
    +	st	%f1, [%o0 + 0x04]
    +	st	%f2, [%o0 + 0x08]
    +	st	%f3, [%o0 + 0x0c]
    +	st	%f4, [%o0 + 0x10]
    +	st	%f5, [%o0 + 0x14]
    +	st	%f6, [%o0 + 0x18]
    +	retl
    +	 st	%f7, [%o0 + 0x1c]
    +
    +.align	8
    +.Lhwunaligned:
    +	alignaddr %o1, %g0, %o1
    +
    +	ldd	[%o1 + 0x00], %f10
    +.Lhwunaligned_loop:
    +	ldd	[%o1 + 0x08], %f12
    +	ldd	[%o1 + 0x10], %f14
    +	ldd	[%o1 + 0x18], %f16
    +	ldd	[%o1 + 0x20], %f18
    +	ldd	[%o1 + 0x28], %f20
    +	ldd	[%o1 + 0x30], %f22
    +	ldd	[%o1 + 0x38], %f24
    +	subcc	%o2, 1, %o2		! done yet?
    +	ldd	[%o1 + 0x40], %f26
    +	add	%o1, 0x40, %o1
    +	prefetch [%o1 + 63], 20
    +
    +	faligndata %f10, %f12, %f8
    +	faligndata %f12, %f14, %f10
    +	faligndata %f14, %f16, %f12
    +	faligndata %f16, %f18, %f14
    +	faligndata %f18, %f20, %f16
    +	faligndata %f20, %f22, %f18
    +	faligndata %f22, %f24, %f20
    +	faligndata %f24, %f26, %f22
    +
    +	.word	0x81b02840		! SHA256
    +
    +	bne,pt	SIZE_T_CC, .Lhwunaligned_loop
    +	for	%f26, %f26, %f10	! %f10=%f26
    +
    +	ba	.Lhwfinish
    +	nop
    +___
    +$code.=<<___;
    +.align	16
    +.Lsoftware:
    +	save	%sp,-STACK_FRAME-$locals,%sp
     	and	$inp,`$align-1`,$tmp31
     	sllx	$len,`log(16*$SZ)/log(2)`,$len
     	andn	$inp,`$align-1`,$inp
    @@ -578,7 +778,7 @@ ___
     $code.=<<___;
     	add	$inp,`16*$SZ`,$inp		! advance inp
     	cmp	$inp,$len
    -	bne	`$bits==64?"%xcc":"%icc"`,.Lloop
    +	bne	SIZE_T_CC,.Lloop
     	sub	$Ktbl,`($rounds-16)*$SZ`,$Ktbl	! rewind Ktbl
     
     	ret
    @@ -589,6 +789,62 @@ $code.=<<___;
     .align	4
     ___
     
    -$code =~ s/\`([^\`]*)\`/eval $1/gem;
    -print $code;
    +# Purpose of these subroutines is to explicitly encode VIS instructions,
    +# so that one can compile the module without having to specify VIS
    +# extentions on compiler command line, e.g. -xarch=v9 vs. -xarch=v9a.
    +# Idea is to reserve for option to produce "universal" binary and let
    +# programmer detect if current CPU is VIS capable at run-time.
    +sub unvis {
    +my ($mnemonic,$rs1,$rs2,$rd)=@_;
    +my $ref,$opf;
    +my %visopf = (	"faligndata"	=> 0x048,
    +		"for"		=> 0x07c	);
    +
    +    $ref = "$mnemonic\t$rs1,$rs2,$rd";
    +
    +    if ($opf=$visopf{$mnemonic}) {
    +	foreach ($rs1,$rs2,$rd) {
    +	    return $ref if (!/%f([0-9]{1,2})/);
    +	    $_=$1;
    +	    if ($1>=32) {
    +		return $ref if ($1&1);
    +		# re-encode for upper double register addressing
    +		$_=($1|$1>>5)&31;
    +	    }
    +	}
    +
    +	return	sprintf ".word\t0x%08x !%s",
    +			0x81b00000|$rd<<25|$rs1<<14|$opf<<5|$rs2,
    +			$ref;
    +    } else {
    +	return $ref;
    +    }
    +}
    +sub unalignaddr {
    +my ($mnemonic,$rs1,$rs2,$rd)=@_;
    +my %bias = ( "g" => 0, "o" => 8, "l" => 16, "i" => 24 );
    +my $ref="$mnemonic\t$rs1,$rs2,$rd";
    +
    +    foreach ($rs1,$rs2,$rd) {
    +	if (/%([goli])([0-7])/)	{ $_=$bias{$1}+$2; }
    +	else			{ return $ref; }
    +    }
    +    return  sprintf ".word\t0x%08x !%s",
    +		    0x81b00300|$rd<<25|$rs1<<14|$rs2,
    +		    $ref;
    +}
    +
    +foreach (split("\n",$code)) {
    +	s/\`([^\`]*)\`/eval $1/ge;
    +
    +	s/\b(f[^\s]*)\s+(%f[0-9]{1,2}),\s*(%f[0-9]{1,2}),\s*(%f[0-9]{1,2})/
    +		&unvis($1,$2,$3,$4)
    +	 /ge;
    +	s/\b(alignaddr)\s+(%[goli][0-7]),\s*(%[goli][0-7]),\s*(%[goli][0-7])/
    +		&unalignaddr($1,$2,$3,$4)
    +	 /ge;
    +
    +	print $_,"\n";
    +}
    +
     close STDOUT;
    diff --git a/openssl/crypto/sha/asm/sha512-x86_64.pl b/openssl/crypto/sha/asm/sha512-x86_64.pl
    index 8d5167855..b7b44b441 100644
    --- a/openssl/crypto/sha/asm/sha512-x86_64.pl
    +++ b/openssl/crypto/sha/asm/sha512-x86_64.pl
    @@ -1,7 +1,7 @@
     #!/usr/bin/env perl
     #
     # ====================================================================
    -# Written by Andy Polyakov  for the OpenSSL
    +# Written by Andy Polyakov  for the OpenSSL
     # project. Rights for redistribution and usage in source and binary
     # forms are granted according to the OpenSSL license.
     # ====================================================================
    @@ -39,6 +39,64 @@
     # contrary, 64-bit version, sha512_block, is ~30% *slower* than 32-bit
     # sha256_block:-( This is presumably because 64-bit shifts/rotates
     # apparently are not atomic instructions, but implemented in microcode.
    +#
    +# May 2012.
    +#
    +# Optimization including one of Pavel Semjanov's ideas, alternative
    +# Maj, resulted in >=5% improvement on most CPUs, +20% SHA256 and
    +# unfortunately -2% SHA512 on P4 [which nobody should care about
    +# that much].
    +#
    +# June 2012.
    +#
    +# Add SIMD code paths, see below for improvement coefficients. SSSE3
    +# code path was not attempted for SHA512, because improvement is not
    +# estimated to be high enough, noticeably less than 9%, to justify
    +# the effort, not on pre-AVX processors. [Obviously with exclusion
    +# for VIA Nano, but it has SHA512 instruction that is faster and
    +# should be used instead.] For reference, corresponding estimated
    +# upper limit for improvement for SSSE3 SHA256 is 28%. The fact that
    +# higher coefficients are observed on VIA Nano and Bulldozer has more
    +# to do with specifics of their architecture [which is topic for
    +# separate discussion].
    +#
    +# November 2012.
    +#
    +# Add AVX2 code path. Two consecutive input blocks are loaded to
    +# 256-bit %ymm registers, with data from first block to least
    +# significant 128-bit halves and data from second to most significant.
    +# The data is then processed with same SIMD instruction sequence as
    +# for AVX, but with %ymm as operands. Side effect is increased stack
    +# frame, 448 additional bytes in SHA256 and 1152 in SHA512, and 1.2KB
    +# code size increase.
    +#
    +# March 2014.
    +#
    +# Add support for Intel SHA Extensions.
    +
    +######################################################################
    +# Current performance in cycles per processed byte (less is better):
    +#
    +#		SHA256	SSSE3       AVX/XOP(*)	    SHA512  AVX/XOP(*)
    +#
    +# AMD K8	14.9	-	    -		    9.57    -
    +# P4		17.3	-	    -		    30.8    -
    +# Core 2	15.6	13.8(+13%)  -		    9.97    -
    +# Westmere	14.8	12.3(+19%)  -		    9.58    -
    +# Sandy Bridge	17.4	14.2(+23%)  11.6(+50%(**))  11.2    8.10(+38%(**))
    +# Ivy Bridge	12.6	10.5(+20%)  10.3(+22%)	    8.17    7.22(+13%)
    +# Haswell	12.2	9.28(+31%)  7.80(+56%)	    7.66    5.40(+42%)
    +# Bulldozer	21.1	13.6(+54%)  13.6(+54%(***)) 13.5    8.58(+57%)
    +# VIA Nano	23.0	16.5(+39%)  -		    14.7    -
    +# Atom		23.0	18.9(+22%)  -		    14.7    -
    +# Silvermont	27.4	20.6(+33%)  -               17.5    -
    +#
    +# (*)	whichever best applicable;
    +# (**)	switch from ror to shrd stands for fair share of improvement;
    +# (***)	execution time is fully determined by remaining integer-only
    +#	part, body_00_15; reducing the amount of SIMD instructions
    +#	below certain limit makes no difference/sense; to conserve
    +#	space SHA256 XOP code path is therefore omitted;
     
     $flavour = shift;
     $output  = shift;
    @@ -51,6 +109,28 @@ $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
     ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
     die "can't locate x86_64-xlate.pl";
     
    +if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
    +		=~ /GNU assembler version ([2-9]\.[0-9]+)/) {
    +	$avx = ($1>=2.19) + ($1>=2.22);
    +}
    +
    +if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
    +	   `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/) {
    +	$avx = ($1>=2.09) + ($1>=2.10);
    +}
    +
    +if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
    +	   `ml64 2>&1` =~ /Version ([0-9]+)\./) {
    +	$avx = ($1>=10) + ($1>=11);
    +}
    +
    +if (!$avx && `$ENV{CC} -v 2>&1` =~ /(^clang version|based on LLVM) ([3-9]\.[0-9]+)/) {
    +	$avx = ($2>=3.0) + ($2>3.0);
    +}
    +
    +$shaext=1;	### set to zero if compiling for 1.0.1
    +$avx=1		if (!$shaext && $avx);
    +
     open OUT,"| \"$^X\" $xlate $flavour $output";
     *STDOUT=*OUT;
     
    @@ -60,7 +140,7 @@ if ($output =~ /512/) {
     	$SZ=8;
     	@ROT=($A,$B,$C,$D,$E,$F,$G,$H)=("%rax","%rbx","%rcx","%rdx",
     					"%r8", "%r9", "%r10","%r11");
    -	($T1,$a0,$a1,$a2)=("%r12","%r13","%r14","%r15");
    +	($T1,$a0,$a1,$a2,$a3)=("%r12","%r13","%r14","%r15","%rdi");
     	@Sigma0=(28,34,39);
     	@Sigma1=(14,18,41);
     	@sigma0=(1,  8, 7);
    @@ -72,7 +152,7 @@ if ($output =~ /512/) {
     	$SZ=4;
     	@ROT=($A,$B,$C,$D,$E,$F,$G,$H)=("%eax","%ebx","%ecx","%edx",
     					"%r8d","%r9d","%r10d","%r11d");
    -	($T1,$a0,$a1,$a2)=("%r12d","%r13d","%r14d","%r15d");
    +	($T1,$a0,$a1,$a2,$a3)=("%r12d","%r13d","%r14d","%r15d","%edi");
     	@Sigma0=( 2,13,22);
     	@Sigma1=( 6,11,25);
     	@sigma0=( 7,18, 3);
    @@ -80,8 +160,7 @@ if ($output =~ /512/) {
     	$rounds=64;
     }
     
    -$ctx="%rdi";	# 1st arg
    -$round="%rdi";	# zaps $ctx
    +$ctx="%rdi";	# 1st arg, zapped by $a3
     $inp="%rsi";	# 2nd arg
     $Tbl="%rbp";
     
    @@ -94,47 +173,51 @@ $framesz="16*$SZ+4*8";
     
     sub ROUND_00_15()
     { my ($i,$a,$b,$c,$d,$e,$f,$g,$h) = @_;
    +  my $STRIDE=$SZ;
    +     $STRIDE += 16 if ($i%(16/$SZ)==(16/$SZ-1));
     
     $code.=<<___;
     	ror	\$`$Sigma1[2]-$Sigma1[1]`,$a0
     	mov	$f,$a2
    -	mov	$T1,`$SZ*($i&0xf)`(%rsp)
     
    -	ror	\$`$Sigma0[2]-$Sigma0[1]`,$a1
     	xor	$e,$a0
    +	ror	\$`$Sigma0[2]-$Sigma0[1]`,$a1
     	xor	$g,$a2			# f^g
     
    -	ror	\$`$Sigma1[1]-$Sigma1[0]`,$a0
    -	add	$h,$T1			# T1+=h
    +	mov	$T1,`$SZ*($i&0xf)`(%rsp)
     	xor	$a,$a1
    -
    -	add	($Tbl,$round,$SZ),$T1	# T1+=K[round]
     	and	$e,$a2			# (f^g)&e
    -	mov	$b,$h
    +
    +	ror	\$`$Sigma1[1]-$Sigma1[0]`,$a0
    +	add	$h,$T1			# T1+=h
    +	xor	$g,$a2			# Ch(e,f,g)=((f^g)&e)^g
     
     	ror	\$`$Sigma0[1]-$Sigma0[0]`,$a1
     	xor	$e,$a0
    -	xor	$g,$a2			# Ch(e,f,g)=((f^g)&e)^g
    +	add	$a2,$T1			# T1+=Ch(e,f,g)
     
    -	xor	$c,$h			# b^c
    +	mov	$a,$a2
    +	add	($Tbl),$T1		# T1+=K[round]
     	xor	$a,$a1
    -	add	$a2,$T1			# T1+=Ch(e,f,g)
    -	mov	$b,$a2
     
    +	xor	$b,$a2			# a^b, b^c in next round
     	ror	\$$Sigma1[0],$a0	# Sigma1(e)
    -	and	$a,$h			# h=(b^c)&a
    -	and	$c,$a2			# b&c
    +	mov	$b,$h
     
    +	and	$a2,$a3
     	ror	\$$Sigma0[0],$a1	# Sigma0(a)
     	add	$a0,$T1			# T1+=Sigma1(e)
    -	add	$a2,$h			# h+=b&c (completes +=Maj(a,b,c)
     
    +	xor	$a3,$h			# h=Maj(a,b,c)=Ch(a^b,c,b)
     	add	$T1,$d			# d+=T1
     	add	$T1,$h			# h+=T1
    -	lea	1($round),$round	# round++
    -	add	$a1,$h			# h+=Sigma0(a)
     
    +	lea	$STRIDE($Tbl),$Tbl	# round++
    +___
    +$code.=<<___ if ($i<15);
    +	add	$a1,$h			# h+=Sigma0(a)
     ___
    +	($a2,$a3) = ($a3,$a2);
     }
     
     sub ROUND_16_XX()
    @@ -142,29 +225,28 @@ sub ROUND_16_XX()
     
     $code.=<<___;
     	mov	`$SZ*(($i+1)&0xf)`(%rsp),$a0
    -	mov	`$SZ*(($i+14)&0xf)`(%rsp),$a1
    -	mov	$a0,$T1
    -	mov	$a1,$a2
    -
    -	ror	\$`$sigma0[1]-$sigma0[0]`,$T1
    -	xor	$a0,$T1
    -	shr	\$$sigma0[2],$a0
    -
    -	ror	\$$sigma0[0],$T1
    -	xor	$T1,$a0			# sigma0(X[(i+1)&0xf])
    -	mov	`$SZ*(($i+9)&0xf)`(%rsp),$T1
    +	mov	`$SZ*(($i+14)&0xf)`(%rsp),$a2
     
    +	mov	$a0,$T1
    +	ror	\$`$sigma0[1]-$sigma0[0]`,$a0
    +	add	$a1,$a			# modulo-scheduled h+=Sigma0(a)
    +	mov	$a2,$a1
     	ror	\$`$sigma1[1]-$sigma1[0]`,$a2
    +
    +	xor	$T1,$a0
    +	shr	\$$sigma0[2],$T1
    +	ror	\$$sigma0[0],$a0
     	xor	$a1,$a2
     	shr	\$$sigma1[2],$a1
     
     	ror	\$$sigma1[0],$a2
    -	add	$a0,$T1
    -	xor	$a2,$a1			# sigma1(X[(i+14)&0xf])
    +	xor	$a0,$T1			# sigma0(X[(i+1)&0xf])
    +	xor	$a1,$a2			# sigma1(X[(i+14)&0xf])
    +	add	`$SZ*(($i+9)&0xf)`(%rsp),$T1
     
     	add	`$SZ*($i&0xf)`(%rsp),$T1
     	mov	$e,$a0
    -	add	$a1,$T1
    +	add	$a2,$T1
     	mov	$a,$a1
     ___
     	&ROUND_00_15(@_);
    @@ -173,10 +255,43 @@ ___
     $code=<<___;
     .text
     
    +.extern	OPENSSL_ia32cap_P
     .globl	$func
    -.type	$func,\@function,4
    +.type	$func,\@function,3
     .align	16
     $func:
    +___
    +$code.=<<___ if ($SZ==4 || $avx);
    +	lea	OPENSSL_ia32cap_P(%rip),%r11
    +	mov	0(%r11),%r9d
    +	mov	4(%r11),%r10d
    +	mov	8(%r11),%r11d
    +___
    +$code.=<<___ if ($SZ==4 && $shaext);
    +	test	\$`1<<29`,%r11d		# check for SHA
    +	jnz	_shaext_shortcut
    +___
    +$code.=<<___ if ($avx && $SZ==8);
    +	test	\$`1<<11`,%r10d		# check for XOP
    +	jnz	.Lxop_shortcut
    +___
    +$code.=<<___ if ($avx>1);
    +	and	\$`1<<8|1<<5|1<<3`,%r11d	# check for BMI2+AVX2+BMI1
    +	cmp	\$`1<<8|1<<5|1<<3`,%r11d
    +	je	.Lavx2_shortcut
    +___
    +$code.=<<___ if ($avx);
    +	and	\$`1<<30`,%r9d		# mask "Intel CPU" bit
    +	and	\$`1<<28|1<<9`,%r10d	# mask AVX and SSSE3 bits
    +	or	%r9d,%r10d
    +	cmp	\$`1<<28|1<<9|1<<30`,%r10d
    +	je	.Lavx_shortcut
    +___
    +$code.=<<___ if ($SZ==4);
    +	test	\$`1<<9`,%r10d
    +	jnz	.Lssse3_shortcut
    +___
    +$code.=<<___;
     	push	%rbx
     	push	%rbp
     	push	%r12
    @@ -194,8 +309,6 @@ $func:
     	mov	%r11,$_rsp		# save copy of %rsp
     .Lprologue:
     
    -	lea	$TABLE(%rip),$Tbl
    -
     	mov	$SZ*0($ctx),$A
     	mov	$SZ*1($ctx),$B
     	mov	$SZ*2($ctx),$C
    @@ -208,7 +321,9 @@ $func:
     
     .align	16
     .Lloop:
    -	xor	$round,$round
    +	mov	$B,$a3
    +	lea	$TABLE(%rip),$Tbl
    +	xor	$C,$a3			# magic
     ___
     	for($i=0;$i<16;$i++) {
     		$code.="	mov	$SZ*$i($inp),$T1\n";
    @@ -229,10 +344,11 @@ ___
     	}
     
     $code.=<<___;
    -	cmp	\$$rounds,$round
    -	jb	.Lrounds_16_xx
    +	cmpb	\$0,`$SZ-1`($Tbl)
    +	jnz	.Lrounds_16_xx
     
     	mov	$_ctx,$ctx
    +	add	$a1,$A			# modulo-scheduled h+=Sigma0(a)
     	lea	16*$SZ($inp),$inp
     
     	add	$SZ*0($ctx),$A
    @@ -275,145 +391,1861 @@ $code.=<<___;
     .type	$TABLE,\@object
     $TABLE:
     	.long	0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5
    +	.long	0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5
    +	.long	0x3956c25b,0x59f111f1,0x923f82a4,0xab1c5ed5
     	.long	0x3956c25b,0x59f111f1,0x923f82a4,0xab1c5ed5
     	.long	0xd807aa98,0x12835b01,0x243185be,0x550c7dc3
    +	.long	0xd807aa98,0x12835b01,0x243185be,0x550c7dc3
    +	.long	0x72be5d74,0x80deb1fe,0x9bdc06a7,0xc19bf174
     	.long	0x72be5d74,0x80deb1fe,0x9bdc06a7,0xc19bf174
     	.long	0xe49b69c1,0xefbe4786,0x0fc19dc6,0x240ca1cc
    +	.long	0xe49b69c1,0xefbe4786,0x0fc19dc6,0x240ca1cc
    +	.long	0x2de92c6f,0x4a7484aa,0x5cb0a9dc,0x76f988da
     	.long	0x2de92c6f,0x4a7484aa,0x5cb0a9dc,0x76f988da
     	.long	0x983e5152,0xa831c66d,0xb00327c8,0xbf597fc7
    +	.long	0x983e5152,0xa831c66d,0xb00327c8,0xbf597fc7
    +	.long	0xc6e00bf3,0xd5a79147,0x06ca6351,0x14292967
     	.long	0xc6e00bf3,0xd5a79147,0x06ca6351,0x14292967
     	.long	0x27b70a85,0x2e1b2138,0x4d2c6dfc,0x53380d13
    +	.long	0x27b70a85,0x2e1b2138,0x4d2c6dfc,0x53380d13
    +	.long	0x650a7354,0x766a0abb,0x81c2c92e,0x92722c85
     	.long	0x650a7354,0x766a0abb,0x81c2c92e,0x92722c85
     	.long	0xa2bfe8a1,0xa81a664b,0xc24b8b70,0xc76c51a3
    +	.long	0xa2bfe8a1,0xa81a664b,0xc24b8b70,0xc76c51a3
    +	.long	0xd192e819,0xd6990624,0xf40e3585,0x106aa070
     	.long	0xd192e819,0xd6990624,0xf40e3585,0x106aa070
     	.long	0x19a4c116,0x1e376c08,0x2748774c,0x34b0bcb5
    +	.long	0x19a4c116,0x1e376c08,0x2748774c,0x34b0bcb5
    +	.long	0x391c0cb3,0x4ed8aa4a,0x5b9cca4f,0x682e6ff3
     	.long	0x391c0cb3,0x4ed8aa4a,0x5b9cca4f,0x682e6ff3
     	.long	0x748f82ee,0x78a5636f,0x84c87814,0x8cc70208
    +	.long	0x748f82ee,0x78a5636f,0x84c87814,0x8cc70208
    +	.long	0x90befffa,0xa4506ceb,0xbef9a3f7,0xc67178f2
     	.long	0x90befffa,0xa4506ceb,0xbef9a3f7,0xc67178f2
    +
    +	.long	0x00010203,0x04050607,0x08090a0b,0x0c0d0e0f
    +	.long	0x00010203,0x04050607,0x08090a0b,0x0c0d0e0f
    +	.long	0x03020100,0x0b0a0908,0xffffffff,0xffffffff
    +	.long	0x03020100,0x0b0a0908,0xffffffff,0xffffffff
    +	.long	0xffffffff,0xffffffff,0x03020100,0x0b0a0908
    +	.long	0xffffffff,0xffffffff,0x03020100,0x0b0a0908
    +	.asciz	"SHA256 block transform for x86_64, CRYPTOGAMS by "
     ___
     } else {
     $code.=<<___;
     .align	64
     .type	$TABLE,\@object
     $TABLE:
    +	.quad	0x428a2f98d728ae22,0x7137449123ef65cd
     	.quad	0x428a2f98d728ae22,0x7137449123ef65cd
     	.quad	0xb5c0fbcfec4d3b2f,0xe9b5dba58189dbbc
    +	.quad	0xb5c0fbcfec4d3b2f,0xe9b5dba58189dbbc
    +	.quad	0x3956c25bf348b538,0x59f111f1b605d019
     	.quad	0x3956c25bf348b538,0x59f111f1b605d019
     	.quad	0x923f82a4af194f9b,0xab1c5ed5da6d8118
    +	.quad	0x923f82a4af194f9b,0xab1c5ed5da6d8118
    +	.quad	0xd807aa98a3030242,0x12835b0145706fbe
     	.quad	0xd807aa98a3030242,0x12835b0145706fbe
     	.quad	0x243185be4ee4b28c,0x550c7dc3d5ffb4e2
    +	.quad	0x243185be4ee4b28c,0x550c7dc3d5ffb4e2
    +	.quad	0x72be5d74f27b896f,0x80deb1fe3b1696b1
     	.quad	0x72be5d74f27b896f,0x80deb1fe3b1696b1
     	.quad	0x9bdc06a725c71235,0xc19bf174cf692694
    +	.quad	0x9bdc06a725c71235,0xc19bf174cf692694
    +	.quad	0xe49b69c19ef14ad2,0xefbe4786384f25e3
     	.quad	0xe49b69c19ef14ad2,0xefbe4786384f25e3
     	.quad	0x0fc19dc68b8cd5b5,0x240ca1cc77ac9c65
    +	.quad	0x0fc19dc68b8cd5b5,0x240ca1cc77ac9c65
    +	.quad	0x2de92c6f592b0275,0x4a7484aa6ea6e483
     	.quad	0x2de92c6f592b0275,0x4a7484aa6ea6e483
     	.quad	0x5cb0a9dcbd41fbd4,0x76f988da831153b5
    +	.quad	0x5cb0a9dcbd41fbd4,0x76f988da831153b5
    +	.quad	0x983e5152ee66dfab,0xa831c66d2db43210
     	.quad	0x983e5152ee66dfab,0xa831c66d2db43210
     	.quad	0xb00327c898fb213f,0xbf597fc7beef0ee4
    +	.quad	0xb00327c898fb213f,0xbf597fc7beef0ee4
    +	.quad	0xc6e00bf33da88fc2,0xd5a79147930aa725
     	.quad	0xc6e00bf33da88fc2,0xd5a79147930aa725
     	.quad	0x06ca6351e003826f,0x142929670a0e6e70
    +	.quad	0x06ca6351e003826f,0x142929670a0e6e70
    +	.quad	0x27b70a8546d22ffc,0x2e1b21385c26c926
     	.quad	0x27b70a8546d22ffc,0x2e1b21385c26c926
     	.quad	0x4d2c6dfc5ac42aed,0x53380d139d95b3df
    +	.quad	0x4d2c6dfc5ac42aed,0x53380d139d95b3df
    +	.quad	0x650a73548baf63de,0x766a0abb3c77b2a8
     	.quad	0x650a73548baf63de,0x766a0abb3c77b2a8
     	.quad	0x81c2c92e47edaee6,0x92722c851482353b
    +	.quad	0x81c2c92e47edaee6,0x92722c851482353b
    +	.quad	0xa2bfe8a14cf10364,0xa81a664bbc423001
     	.quad	0xa2bfe8a14cf10364,0xa81a664bbc423001
     	.quad	0xc24b8b70d0f89791,0xc76c51a30654be30
    +	.quad	0xc24b8b70d0f89791,0xc76c51a30654be30
    +	.quad	0xd192e819d6ef5218,0xd69906245565a910
     	.quad	0xd192e819d6ef5218,0xd69906245565a910
     	.quad	0xf40e35855771202a,0x106aa07032bbd1b8
    +	.quad	0xf40e35855771202a,0x106aa07032bbd1b8
    +	.quad	0x19a4c116b8d2d0c8,0x1e376c085141ab53
     	.quad	0x19a4c116b8d2d0c8,0x1e376c085141ab53
     	.quad	0x2748774cdf8eeb99,0x34b0bcb5e19b48a8
    +	.quad	0x2748774cdf8eeb99,0x34b0bcb5e19b48a8
    +	.quad	0x391c0cb3c5c95a63,0x4ed8aa4ae3418acb
     	.quad	0x391c0cb3c5c95a63,0x4ed8aa4ae3418acb
     	.quad	0x5b9cca4f7763e373,0x682e6ff3d6b2b8a3
    +	.quad	0x5b9cca4f7763e373,0x682e6ff3d6b2b8a3
    +	.quad	0x748f82ee5defb2fc,0x78a5636f43172f60
     	.quad	0x748f82ee5defb2fc,0x78a5636f43172f60
     	.quad	0x84c87814a1f0ab72,0x8cc702081a6439ec
    +	.quad	0x84c87814a1f0ab72,0x8cc702081a6439ec
    +	.quad	0x90befffa23631e28,0xa4506cebde82bde9
     	.quad	0x90befffa23631e28,0xa4506cebde82bde9
     	.quad	0xbef9a3f7b2c67915,0xc67178f2e372532b
    +	.quad	0xbef9a3f7b2c67915,0xc67178f2e372532b
    +	.quad	0xca273eceea26619c,0xd186b8c721c0c207
     	.quad	0xca273eceea26619c,0xd186b8c721c0c207
     	.quad	0xeada7dd6cde0eb1e,0xf57d4f7fee6ed178
    +	.quad	0xeada7dd6cde0eb1e,0xf57d4f7fee6ed178
    +	.quad	0x06f067aa72176fba,0x0a637dc5a2c898a6
     	.quad	0x06f067aa72176fba,0x0a637dc5a2c898a6
     	.quad	0x113f9804bef90dae,0x1b710b35131c471b
    +	.quad	0x113f9804bef90dae,0x1b710b35131c471b
    +	.quad	0x28db77f523047d84,0x32caab7b40c72493
     	.quad	0x28db77f523047d84,0x32caab7b40c72493
     	.quad	0x3c9ebe0a15c9bebc,0x431d67c49c100d4c
    +	.quad	0x3c9ebe0a15c9bebc,0x431d67c49c100d4c
    +	.quad	0x4cc5d4becb3e42b6,0x597f299cfc657e2a
     	.quad	0x4cc5d4becb3e42b6,0x597f299cfc657e2a
     	.quad	0x5fcb6fab3ad6faec,0x6c44198c4a475817
    +	.quad	0x5fcb6fab3ad6faec,0x6c44198c4a475817
    +
    +	.quad	0x0001020304050607,0x08090a0b0c0d0e0f
    +	.quad	0x0001020304050607,0x08090a0b0c0d0e0f
    +	.asciz	"SHA512 block transform for x86_64, CRYPTOGAMS by "
     ___
     }
     
    -# EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame,
    -#		CONTEXT *context,DISPATCHER_CONTEXT *disp)
    -if ($win64) {
    -$rec="%rcx";
    -$frame="%rdx";
    -$context="%r8";
    -$disp="%r9";
    +######################################################################
    +# SIMD code paths
    +#
    +if ($SZ==4 && $shaext) {{{
    +######################################################################
    +# Intel SHA Extensions implementation of SHA256 update function.
    +#
    +my ($ctx,$inp,$num,$Tbl)=("%rdi","%rsi","%rdx","%rcx");
    +
    +my ($Wi,$ABEF,$CDGH,$TMP,$BSWAP,$ABEF_SAVE,$CDGH_SAVE)=map("%xmm$_",(0..2,7..10));
    +my @MSG=map("%xmm$_",(3..6));
     
     $code.=<<___;
    -.extern	__imp_RtlVirtualUnwind
    -.type	se_handler,\@abi-omnipotent
    +.type	sha256_block_data_order_shaext,\@function,3
    +.align	64
    +sha256_block_data_order_shaext:
    +_shaext_shortcut:
    +___
    +$code.=<<___ if ($win64);
    +	lea	`-8-5*16`(%rsp),%rsp
    +	movaps	%xmm6,-8-5*16(%rax)
    +	movaps	%xmm7,-8-4*16(%rax)
    +	movaps	%xmm8,-8-3*16(%rax)
    +	movaps	%xmm9,-8-2*16(%rax)
    +	movaps	%xmm10,-8-1*16(%rax)
    +.Lprologue_shaext:
    +___
    +$code.=<<___;
    +	lea		K256+0x80(%rip),$Tbl
    +	movdqu		($ctx),$ABEF		# DCBA
    +	movdqu		16($ctx),$CDGH		# HGFE
    +	movdqa		0x200-0x80($Tbl),$TMP	# byte swap mask
    +
    +	pshufd		\$0x1b,$ABEF,$Wi	# ABCD
    +	pshufd		\$0xb1,$ABEF,$ABEF	# CDAB
    +	pshufd		\$0x1b,$CDGH,$CDGH	# EFGH
    +	movdqa		$TMP,$BSWAP		# offload
    +	palignr		\$8,$CDGH,$ABEF		# ABEF
    +	punpcklqdq	$Wi,$CDGH		# CDGH
    +	jmp		.Loop_shaext
    +
     .align	16
    -se_handler:
    -	push	%rsi
    -	push	%rdi
    +.Loop_shaext:
    +	movdqu		($inp),@MSG[0]
    +	movdqu		0x10($inp),@MSG[1]
    +	movdqu		0x20($inp),@MSG[2]
    +	pshufb		$TMP,@MSG[0]
    +	movdqu		0x30($inp),@MSG[3]
    +
    +	movdqa		0*32-0x80($Tbl),$Wi
    +	paddd		@MSG[0],$Wi
    +	pshufb		$TMP,@MSG[1]
    +	movdqa		$CDGH,$CDGH_SAVE	# offload
    +	sha256rnds2	$ABEF,$CDGH		# 0-3
    +	pshufd		\$0x0e,$Wi,$Wi
    +	nop
    +	movdqa		$ABEF,$ABEF_SAVE	# offload
    +	sha256rnds2	$CDGH,$ABEF
    +
    +	movdqa		1*32-0x80($Tbl),$Wi
    +	paddd		@MSG[1],$Wi
    +	pshufb		$TMP,@MSG[2]
    +	sha256rnds2	$ABEF,$CDGH		# 4-7
    +	pshufd		\$0x0e,$Wi,$Wi
    +	lea		0x40($inp),$inp
    +	sha256msg1	@MSG[1],@MSG[0]
    +	sha256rnds2	$CDGH,$ABEF
    +
    +	movdqa		2*32-0x80($Tbl),$Wi
    +	paddd		@MSG[2],$Wi
    +	pshufb		$TMP,@MSG[3]
    +	sha256rnds2	$ABEF,$CDGH		# 8-11
    +	pshufd		\$0x0e,$Wi,$Wi
    +	movdqa		@MSG[3],$TMP
    +	palignr		\$4,@MSG[2],$TMP
    +	nop
    +	paddd		$TMP,@MSG[0]
    +	sha256msg1	@MSG[2],@MSG[1]
    +	sha256rnds2	$CDGH,$ABEF
    +
    +	movdqa		3*32-0x80($Tbl),$Wi
    +	paddd		@MSG[3],$Wi
    +	sha256msg2	@MSG[3],@MSG[0]
    +	sha256rnds2	$ABEF,$CDGH		# 12-15
    +	pshufd		\$0x0e,$Wi,$Wi
    +	movdqa		@MSG[0],$TMP
    +	palignr		\$4,@MSG[3],$TMP
    +	nop
    +	paddd		$TMP,@MSG[1]
    +	sha256msg1	@MSG[3],@MSG[2]
    +	sha256rnds2	$CDGH,$ABEF
    +___
    +for($i=4;$i<16-3;$i++) {
    +$code.=<<___;
    +	movdqa		$i*32-0x80($Tbl),$Wi
    +	paddd		@MSG[0],$Wi
    +	sha256msg2	@MSG[0],@MSG[1]
    +	sha256rnds2	$ABEF,$CDGH		# 16-19...
    +	pshufd		\$0x0e,$Wi,$Wi
    +	movdqa		@MSG[1],$TMP
    +	palignr		\$4,@MSG[0],$TMP
    +	nop
    +	paddd		$TMP,@MSG[2]
    +	sha256msg1	@MSG[0],@MSG[3]
    +	sha256rnds2	$CDGH,$ABEF
    +___
    +	push(@MSG,shift(@MSG));
    +}
    +$code.=<<___;
    +	movdqa		13*32-0x80($Tbl),$Wi
    +	paddd		@MSG[0],$Wi
    +	sha256msg2	@MSG[0],@MSG[1]
    +	sha256rnds2	$ABEF,$CDGH		# 52-55
    +	pshufd		\$0x0e,$Wi,$Wi
    +	movdqa		@MSG[1],$TMP
    +	palignr		\$4,@MSG[0],$TMP
    +	sha256rnds2	$CDGH,$ABEF
    +	paddd		$TMP,@MSG[2]
    +
    +	movdqa		14*32-0x80($Tbl),$Wi
    +	paddd		@MSG[1],$Wi
    +	sha256rnds2	$ABEF,$CDGH		# 56-59
    +	pshufd		\$0x0e,$Wi,$Wi
    +	sha256msg2	@MSG[1],@MSG[2]
    +	movdqa		$BSWAP,$TMP
    +	sha256rnds2	$CDGH,$ABEF
    +
    +	movdqa		15*32-0x80($Tbl),$Wi
    +	paddd		@MSG[2],$Wi
    +	nop
    +	sha256rnds2	$ABEF,$CDGH		# 60-63
    +	pshufd		\$0x0e,$Wi,$Wi
    +	dec		$num
    +	nop
    +	sha256rnds2	$CDGH,$ABEF
    +
    +	paddd		$CDGH_SAVE,$CDGH
    +	paddd		$ABEF_SAVE,$ABEF
    +	jnz		.Loop_shaext
    +
    +	pshufd		\$0xb1,$CDGH,$CDGH	# DCHG
    +	pshufd		\$0x1b,$ABEF,$TMP	# FEBA
    +	pshufd		\$0xb1,$ABEF,$ABEF	# BAFE
    +	punpckhqdq	$CDGH,$ABEF		# DCBA
    +	palignr		\$8,$TMP,$CDGH		# HGFE
    +
    +	movdqu	$ABEF,($ctx)
    +	movdqu	$CDGH,16($ctx)
    +___
    +$code.=<<___ if ($win64);
    +	movaps	-8-5*16(%rax),%xmm6
    +	movaps	-8-4*16(%rax),%xmm7
    +	movaps	-8-3*16(%rax),%xmm8
    +	movaps	-8-2*16(%rax),%xmm9
    +	movaps	-8-1*16(%rax),%xmm10
    +	mov	%rax,%rsp
    +.Lepilogue_shaext:
    +___
    +$code.=<<___;
    +	ret
    +.size	sha256_block_data_order_shaext,.-sha256_block_data_order_shaext
    +___
    +}}}
    +{{{
    +
    +my $a4=$T1;
    +my ($a,$b,$c,$d,$e,$f,$g,$h);
    +
    +sub AUTOLOAD()		# thunk [simplified] 32-bit style perlasm
    +{ my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
    +  my $arg = pop;
    +    $arg = "\$$arg" if ($arg*1 eq $arg);
    +    $code .= "\t$opcode\t".join(',',$arg,reverse @_)."\n";
    +}
    +
    +sub body_00_15 () {
    +	(
    +	'($a,$b,$c,$d,$e,$f,$g,$h)=@ROT;'.
    +
    +	'&ror	($a0,$Sigma1[2]-$Sigma1[1])',
    +	'&mov	($a,$a1)',
    +	'&mov	($a4,$f)',
    +
    +	'&ror	($a1,$Sigma0[2]-$Sigma0[1])',
    +	'&xor	($a0,$e)',
    +	'&xor	($a4,$g)',			# f^g
    +
    +	'&ror	($a0,$Sigma1[1]-$Sigma1[0])',
    +	'&xor	($a1,$a)',
    +	'&and	($a4,$e)',			# (f^g)&e
    +
    +	'&xor	($a0,$e)',
    +	'&add	($h,$SZ*($i&15)."(%rsp)")',	# h+=X[i]+K[i]
    +	'&mov	($a2,$a)',
    +
    +	'&xor	($a4,$g)',			# Ch(e,f,g)=((f^g)&e)^g
    +	'&ror	($a1,$Sigma0[1]-$Sigma0[0])',
    +	'&xor	($a2,$b)',			# a^b, b^c in next round
    +
    +	'&add	($h,$a4)',			# h+=Ch(e,f,g)
    +	'&ror	($a0,$Sigma1[0])',		# Sigma1(e)
    +	'&and	($a3,$a2)',			# (b^c)&(a^b)
    +
    +	'&xor	($a1,$a)',
    +	'&add	($h,$a0)',			# h+=Sigma1(e)
    +	'&xor	($a3,$b)',			# Maj(a,b,c)=Ch(a^b,c,b)
    +
    +	'&ror	($a1,$Sigma0[0])',		# Sigma0(a)
    +	'&add	($d,$h)',			# d+=h
    +	'&add	($h,$a3)',			# h+=Maj(a,b,c)
    +
    +	'&mov	($a0,$d)',
    +	'&add	($a1,$h);'.			# h+=Sigma0(a)
    +	'($a2,$a3) = ($a3,$a2); unshift(@ROT,pop(@ROT)); $i++;'
    +	);
    +}
    +
    +######################################################################
    +# SSSE3 code path
    +#
    +if ($SZ==4) {	# SHA256 only
    +my @X = map("%xmm$_",(0..3));
    +my ($t0,$t1,$t2,$t3, $t4,$t5) = map("%xmm$_",(4..9));
    +
    +$code.=<<___;
    +.type	${func}_ssse3,\@function,3
    +.align	64
    +${func}_ssse3:
    +.Lssse3_shortcut:
     	push	%rbx
     	push	%rbp
     	push	%r12
     	push	%r13
     	push	%r14
     	push	%r15
    -	pushfq
    -	sub	\$64,%rsp
    +	mov	%rsp,%r11		# copy %rsp
    +	shl	\$4,%rdx		# num*16
    +	sub	\$`$framesz+$win64*16*4`,%rsp
    +	lea	($inp,%rdx,$SZ),%rdx	# inp+num*16*$SZ
    +	and	\$-64,%rsp		# align stack frame
    +	mov	$ctx,$_ctx		# save ctx, 1st arg
    +	mov	$inp,$_inp		# save inp, 2nd arh
    +	mov	%rdx,$_end		# save end pointer, "3rd" arg
    +	mov	%r11,$_rsp		# save copy of %rsp
    +___
    +$code.=<<___ if ($win64);
    +	movaps	%xmm6,16*$SZ+32(%rsp)
    +	movaps	%xmm7,16*$SZ+48(%rsp)
    +	movaps	%xmm8,16*$SZ+64(%rsp)
    +	movaps	%xmm9,16*$SZ+80(%rsp)
    +___
    +$code.=<<___;
    +.Lprologue_ssse3:
     
    -	mov	120($context),%rax	# pull context->Rax
    -	mov	248($context),%rbx	# pull context->Rip
    +	mov	$SZ*0($ctx),$A
    +	mov	$SZ*1($ctx),$B
    +	mov	$SZ*2($ctx),$C
    +	mov	$SZ*3($ctx),$D
    +	mov	$SZ*4($ctx),$E
    +	mov	$SZ*5($ctx),$F
    +	mov	$SZ*6($ctx),$G
    +	mov	$SZ*7($ctx),$H
    +___
     
    -	lea	.Lprologue(%rip),%r10
    -	cmp	%r10,%rbx		# context->Rip<.Lprologue
    -	jb	.Lin_prologue
    +$code.=<<___;
    +	#movdqa	$TABLE+`$SZ*2*$rounds`+32(%rip),$t4
    +	#movdqa	$TABLE+`$SZ*2*$rounds`+64(%rip),$t5
    +	jmp	.Lloop_ssse3
    +.align	16
    +.Lloop_ssse3:
    +	movdqa	$TABLE+`$SZ*2*$rounds`(%rip),$t3
    +	movdqu	0x00($inp),@X[0]
    +	movdqu	0x10($inp),@X[1]
    +	movdqu	0x20($inp),@X[2]
    +	pshufb	$t3,@X[0]
    +	movdqu	0x30($inp),@X[3]
    +	lea	$TABLE(%rip),$Tbl
    +	pshufb	$t3,@X[1]
    +	movdqa	0x00($Tbl),$t0
    +	movdqa	0x20($Tbl),$t1
    +	pshufb	$t3,@X[2]
    +	paddd	@X[0],$t0
    +	movdqa	0x40($Tbl),$t2
    +	pshufb	$t3,@X[3]
    +	movdqa	0x60($Tbl),$t3
    +	paddd	@X[1],$t1
    +	paddd	@X[2],$t2
    +	paddd	@X[3],$t3
    +	movdqa	$t0,0x00(%rsp)
    +	mov	$A,$a1
    +	movdqa	$t1,0x10(%rsp)
    +	mov	$B,$a3
    +	movdqa	$t2,0x20(%rsp)
    +	xor	$C,$a3			# magic
    +	movdqa	$t3,0x30(%rsp)
    +	mov	$E,$a0
    +	jmp	.Lssse3_00_47
     
    -	mov	152($context),%rax	# pull context->Rsp
    +.align	16
    +.Lssse3_00_47:
    +	sub	\$`-16*2*$SZ`,$Tbl	# size optimization
    +___
    +sub Xupdate_256_SSSE3 () {
    +	(
    +	'&movdqa	($t0,@X[1]);',
    +	'&movdqa	($t3,@X[3])',
    +	'&palignr	($t0,@X[0],$SZ)',	# X[1..4]
    +	 '&palignr	($t3,@X[2],$SZ);',	# X[9..12]
    +	'&movdqa	($t1,$t0)',
    +	'&movdqa	($t2,$t0);',
    +	'&psrld		($t0,$sigma0[2])',
    +	 '&paddd	(@X[0],$t3);',		# X[0..3] += X[9..12]
    +	'&psrld		($t2,$sigma0[0])',
    +	 '&pshufd	($t3,@X[3],0b11111010)',# X[14..15]
    +	'&pslld		($t1,8*$SZ-$sigma0[1]);'.
    +	'&pxor		($t0,$t2)',
    +	'&psrld		($t2,$sigma0[1]-$sigma0[0]);'.
    +	'&pxor		($t0,$t1)',
    +	'&pslld		($t1,$sigma0[1]-$sigma0[0]);'.
    +	'&pxor		($t0,$t2);',
    +	 '&movdqa	($t2,$t3)',
    +	'&pxor		($t0,$t1);',		# sigma0(X[1..4])
    +	 '&psrld	($t3,$sigma1[2])',
    +	'&paddd		(@X[0],$t0);',		# X[0..3] += sigma0(X[1..4])
    +	 '&psrlq	($t2,$sigma1[0])',
    +	 '&pxor		($t3,$t2);',
    +	 '&psrlq	($t2,$sigma1[1]-$sigma1[0])',
    +	 '&pxor		($t3,$t2)',
    +	 '&pshufb	($t3,$t4)',		# sigma1(X[14..15])
    +	'&paddd		(@X[0],$t3)',		# X[0..1] += sigma1(X[14..15])
    +	 '&pshufd	($t3,@X[0],0b01010000)',# X[16..17]
    +	 '&movdqa	($t2,$t3);',
    +	 '&psrld	($t3,$sigma1[2])',
    +	 '&psrlq	($t2,$sigma1[0])',
    +	 '&pxor		($t3,$t2);',
    +	 '&psrlq	($t2,$sigma1[1]-$sigma1[0])',
    +	 '&pxor		($t3,$t2);',
    +	'&movdqa	($t2,16*2*$j."($Tbl)")',
    +	 '&pshufb	($t3,$t5)',
    +	'&paddd		(@X[0],$t3)'		# X[2..3] += sigma1(X[16..17])
    +	);
    +}
     
    -	lea	.Lepilogue(%rip),%r10
    -	cmp	%r10,%rbx		# context->Rip>=.Lepilogue
    -	jae	.Lin_prologue
    +sub SSSE3_256_00_47 () {
    +my $j = shift;
    +my $body = shift;
    +my @X = @_;
    +my @insns = (&$body,&$body,&$body,&$body);	# 104 instructions
     
    -	mov	16*$SZ+3*8(%rax),%rax	# pull $_rsp
    -	lea	48(%rax),%rax
    +    if (0) {
    +	foreach (Xupdate_256_SSSE3()) {		# 36 instructions
    +	    eval;
    +	    eval(shift(@insns));
    +	    eval(shift(@insns));
    +	    eval(shift(@insns));
    +	}
    +    } else {			# squeeze extra 4% on Westmere and 19% on Atom
    +	  eval(shift(@insns));	#@
    +	&movdqa		($t0,@X[1]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&movdqa		($t3,@X[3]);
    +	  eval(shift(@insns));	#@
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));	#@
    +	  eval(shift(@insns));
    +	&palignr	($t0,@X[0],$SZ);	# X[1..4]
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &palignr	($t3,@X[2],$SZ);	# X[9..12]
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));	#@
    +	&movdqa		($t1,$t0);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&movdqa		($t2,$t0);
    +	  eval(shift(@insns));	#@
    +	  eval(shift(@insns));
    +	&psrld		($t0,$sigma0[2]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &paddd		(@X[0],$t3);		# X[0..3] += X[9..12]
    +	  eval(shift(@insns));	#@
    +	  eval(shift(@insns));
    +	&psrld		($t2,$sigma0[0]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &pshufd	($t3,@X[3],0b11111010);	# X[4..15]
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));	#@
    +	&pslld		($t1,8*$SZ-$sigma0[1]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&pxor		($t0,$t2);
    +	  eval(shift(@insns));	#@
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));	#@
    +	&psrld		($t2,$sigma0[1]-$sigma0[0]);
    +	  eval(shift(@insns));
    +	&pxor		($t0,$t1);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&pslld		($t1,$sigma0[1]-$sigma0[0]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&pxor		($t0,$t2);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));	#@
    +	 &movdqa	($t2,$t3);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&pxor		($t0,$t1);		# sigma0(X[1..4])
    +	  eval(shift(@insns));	#@
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &psrld		($t3,$sigma1[2]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&paddd		(@X[0],$t0);		# X[0..3] += sigma0(X[1..4])
    +	  eval(shift(@insns));	#@
    +	  eval(shift(@insns));
    +	 &psrlq		($t2,$sigma1[0]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &pxor		($t3,$t2);
    +	  eval(shift(@insns));	#@
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));	#@
    +	 &psrlq		($t2,$sigma1[1]-$sigma1[0]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &pxor		($t3,$t2);
    +	  eval(shift(@insns));	#@
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 #&pshufb	($t3,$t4);		# sigma1(X[14..15])
    +	 &pshufd	($t3,$t3,0b10000000);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &psrldq	($t3,8);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));	#@
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));	#@
    +	&paddd		(@X[0],$t3);		# X[0..1] += sigma1(X[14..15])
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &pshufd	($t3,@X[0],0b01010000);	# X[16..17]
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));	#@
    +	  eval(shift(@insns));
    +	 &movdqa	($t2,$t3);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &psrld		($t3,$sigma1[2]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));	#@
    +	 &psrlq		($t2,$sigma1[0]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &pxor		($t3,$t2);
    +	  eval(shift(@insns));	#@
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));	#@
    +	  eval(shift(@insns));
    +	 &psrlq		($t2,$sigma1[1]-$sigma1[0]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &pxor		($t3,$t2);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));	#@
    +	 #&pshufb	($t3,$t5);
    +	 &pshufd	($t3,$t3,0b00001000);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&movdqa		($t2,16*2*$j."($Tbl)");
    +	  eval(shift(@insns));	#@
    +	  eval(shift(@insns));
    +	 &pslldq	($t3,8);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&paddd		(@X[0],$t3);		# X[2..3] += sigma1(X[16..17])
    +	  eval(shift(@insns));	#@
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +    }
    +	&paddd		($t2,@X[0]);
    +	  foreach (@insns) { eval; }		# remaining instructions
    +	&movdqa		(16*$j."(%rsp)",$t2);
    +}
     
    -	mov	-8(%rax),%rbx
    -	mov	-16(%rax),%rbp
    -	mov	-24(%rax),%r12
    -	mov	-32(%rax),%r13
    -	mov	-40(%rax),%r14
    -	mov	-48(%rax),%r15
    -	mov	%rbx,144($context)	# restore context->Rbx
    -	mov	%rbp,160($context)	# restore context->Rbp
    -	mov	%r12,216($context)	# restore context->R12
    -	mov	%r13,224($context)	# restore context->R13
    -	mov	%r14,232($context)	# restore context->R14
    -	mov	%r15,240($context)	# restore context->R15
    +    for ($i=0,$j=0; $j<4; $j++) {
    +	&SSSE3_256_00_47($j,\&body_00_15,@X);
    +	push(@X,shift(@X));			# rotate(@X)
    +    }
    +	&cmpb	($SZ-1+16*2*$SZ."($Tbl)",0);
    +	&jne	(".Lssse3_00_47");
     
    -.Lin_prologue:
    -	mov	8(%rax),%rdi
    -	mov	16(%rax),%rsi
    -	mov	%rax,152($context)	# restore context->Rsp
    -	mov	%rsi,168($context)	# restore context->Rsi
    -	mov	%rdi,176($context)	# restore context->Rdi
    +    for ($i=0; $i<16; ) {
    +	foreach(body_00_15()) { eval; }
    +    }
    +$code.=<<___;
    +	mov	$_ctx,$ctx
    +	mov	$a1,$A
     
    -	mov	40($disp),%rdi		# disp->ContextRecord
    -	mov	$context,%rsi		# context
    -	mov	\$154,%ecx		# sizeof(CONTEXT)
    -	.long	0xa548f3fc		# cld; rep movsq
    +	add	$SZ*0($ctx),$A
    +	lea	16*$SZ($inp),$inp
    +	add	$SZ*1($ctx),$B
    +	add	$SZ*2($ctx),$C
    +	add	$SZ*3($ctx),$D
    +	add	$SZ*4($ctx),$E
    +	add	$SZ*5($ctx),$F
    +	add	$SZ*6($ctx),$G
    +	add	$SZ*7($ctx),$H
     
    -	mov	$disp,%rsi
    -	xor	%rcx,%rcx		# arg1, UNW_FLAG_NHANDLER
    -	mov	8(%rsi),%rdx		# arg2, disp->ImageBase
    -	mov	0(%rsi),%r8		# arg3, disp->ControlPc
    -	mov	16(%rsi),%r9		# arg4, disp->FunctionEntry
    -	mov	40(%rsi),%r10		# disp->ContextRecord
    -	lea	56(%rsi),%r11		# &disp->HandlerData
    -	lea	24(%rsi),%r12		# &disp->EstablisherFrame
    -	mov	%r10,32(%rsp)		# arg5
    -	mov	%r11,40(%rsp)		# arg6
    +	cmp	$_end,$inp
    +
    +	mov	$A,$SZ*0($ctx)
    +	mov	$B,$SZ*1($ctx)
    +	mov	$C,$SZ*2($ctx)
    +	mov	$D,$SZ*3($ctx)
    +	mov	$E,$SZ*4($ctx)
    +	mov	$F,$SZ*5($ctx)
    +	mov	$G,$SZ*6($ctx)
    +	mov	$H,$SZ*7($ctx)
    +	jb	.Lloop_ssse3
    +
    +	mov	$_rsp,%rsi
    +___
    +$code.=<<___ if ($win64);
    +	movaps	16*$SZ+32(%rsp),%xmm6
    +	movaps	16*$SZ+48(%rsp),%xmm7
    +	movaps	16*$SZ+64(%rsp),%xmm8
    +	movaps	16*$SZ+80(%rsp),%xmm9
    +___
    +$code.=<<___;
    +	mov	(%rsi),%r15
    +	mov	8(%rsi),%r14
    +	mov	16(%rsi),%r13
    +	mov	24(%rsi),%r12
    +	mov	32(%rsi),%rbp
    +	mov	40(%rsi),%rbx
    +	lea	48(%rsi),%rsp
    +.Lepilogue_ssse3:
    +	ret
    +.size	${func}_ssse3,.-${func}_ssse3
    +___
    +}
    +
    +if ($avx) {{
    +######################################################################
    +# XOP code path
    +#
    +if ($SZ==8) {	# SHA512 only
    +$code.=<<___;
    +.type	${func}_xop,\@function,3
    +.align	64
    +${func}_xop:
    +.Lxop_shortcut:
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +	mov	%rsp,%r11		# copy %rsp
    +	shl	\$4,%rdx		# num*16
    +	sub	\$`$framesz+$win64*16*($SZ==4?4:6)`,%rsp
    +	lea	($inp,%rdx,$SZ),%rdx	# inp+num*16*$SZ
    +	and	\$-64,%rsp		# align stack frame
    +	mov	$ctx,$_ctx		# save ctx, 1st arg
    +	mov	$inp,$_inp		# save inp, 2nd arh
    +	mov	%rdx,$_end		# save end pointer, "3rd" arg
    +	mov	%r11,$_rsp		# save copy of %rsp
    +___
    +$code.=<<___ if ($win64);
    +	movaps	%xmm6,16*$SZ+32(%rsp)
    +	movaps	%xmm7,16*$SZ+48(%rsp)
    +	movaps	%xmm8,16*$SZ+64(%rsp)
    +	movaps	%xmm9,16*$SZ+80(%rsp)
    +___
    +$code.=<<___ if ($win64 && $SZ>4);
    +	movaps	%xmm10,16*$SZ+96(%rsp)
    +	movaps	%xmm11,16*$SZ+112(%rsp)
    +___
    +$code.=<<___;
    +.Lprologue_xop:
    +
    +	vzeroupper
    +	mov	$SZ*0($ctx),$A
    +	mov	$SZ*1($ctx),$B
    +	mov	$SZ*2($ctx),$C
    +	mov	$SZ*3($ctx),$D
    +	mov	$SZ*4($ctx),$E
    +	mov	$SZ*5($ctx),$F
    +	mov	$SZ*6($ctx),$G
    +	mov	$SZ*7($ctx),$H
    +	jmp	.Lloop_xop
    +___
    +					if ($SZ==4) {	# SHA256
    +    my @X = map("%xmm$_",(0..3));
    +    my ($t0,$t1,$t2,$t3) = map("%xmm$_",(4..7));
    +
    +$code.=<<___;
    +.align	16
    +.Lloop_xop:
    +	vmovdqa	$TABLE+`$SZ*2*$rounds`(%rip),$t3
    +	vmovdqu	0x00($inp),@X[0]
    +	vmovdqu	0x10($inp),@X[1]
    +	vmovdqu	0x20($inp),@X[2]
    +	vmovdqu	0x30($inp),@X[3]
    +	vpshufb	$t3,@X[0],@X[0]
    +	lea	$TABLE(%rip),$Tbl
    +	vpshufb	$t3,@X[1],@X[1]
    +	vpshufb	$t3,@X[2],@X[2]
    +	vpaddd	0x00($Tbl),@X[0],$t0
    +	vpshufb	$t3,@X[3],@X[3]
    +	vpaddd	0x20($Tbl),@X[1],$t1
    +	vpaddd	0x40($Tbl),@X[2],$t2
    +	vpaddd	0x60($Tbl),@X[3],$t3
    +	vmovdqa	$t0,0x00(%rsp)
    +	mov	$A,$a1
    +	vmovdqa	$t1,0x10(%rsp)
    +	mov	$B,$a3
    +	vmovdqa	$t2,0x20(%rsp)
    +	xor	$C,$a3			# magic
    +	vmovdqa	$t3,0x30(%rsp)
    +	mov	$E,$a0
    +	jmp	.Lxop_00_47
    +
    +.align	16
    +.Lxop_00_47:
    +	sub	\$`-16*2*$SZ`,$Tbl	# size optimization
    +___
    +sub XOP_256_00_47 () {
    +my $j = shift;
    +my $body = shift;
    +my @X = @_;
    +my @insns = (&$body,&$body,&$body,&$body);	# 104 instructions
    +
    +	&vpalignr	($t0,@X[1],@X[0],$SZ);	# X[1..4]
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &vpalignr	($t3,@X[3],@X[2],$SZ);	# X[9..12]
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&vprotd		($t1,$t0,8*$SZ-$sigma0[1]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&vpsrld		($t0,$t0,$sigma0[2]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &vpaddd	(@X[0],@X[0],$t3);	# X[0..3] += X[9..12]
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&vprotd		($t2,$t1,$sigma0[1]-$sigma0[0]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&vpxor		($t0,$t0,$t1);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &vprotd	($t3,@X[3],8*$SZ-$sigma1[1]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&vpxor		($t0,$t0,$t2);		# sigma0(X[1..4])
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &vpsrld	($t2,@X[3],$sigma1[2]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&vpaddd		(@X[0],@X[0],$t0);	# X[0..3] += sigma0(X[1..4])
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &vprotd	($t1,$t3,$sigma1[1]-$sigma1[0]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &vpxor		($t3,$t3,$t2);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &vpxor		($t3,$t3,$t1);		# sigma1(X[14..15])
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&vpsrldq	($t3,$t3,8);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&vpaddd		(@X[0],@X[0],$t3);	# X[0..1] += sigma1(X[14..15])
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &vprotd	($t3,@X[0],8*$SZ-$sigma1[1]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &vpsrld	($t2,@X[0],$sigma1[2]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &vprotd	($t1,$t3,$sigma1[1]-$sigma1[0]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &vpxor		($t3,$t3,$t2);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &vpxor		($t3,$t3,$t1);		# sigma1(X[16..17])
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&vpslldq	($t3,$t3,8);		# 22 instructions
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&vpaddd		(@X[0],@X[0],$t3);	# X[2..3] += sigma1(X[16..17])
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&vpaddd		($t2,@X[0],16*2*$j."($Tbl)");
    +	  foreach (@insns) { eval; }		# remaining instructions
    +	&vmovdqa	(16*$j."(%rsp)",$t2);
    +}
    +
    +    for ($i=0,$j=0; $j<4; $j++) {
    +	&XOP_256_00_47($j,\&body_00_15,@X);
    +	push(@X,shift(@X));			# rotate(@X)
    +    }
    +	&cmpb	($SZ-1+16*2*$SZ."($Tbl)",0);
    +	&jne	(".Lxop_00_47");
    +
    +    for ($i=0; $i<16; ) {
    +	foreach(body_00_15()) { eval; }
    +    }
    +
    +					} else {	# SHA512
    +    my @X = map("%xmm$_",(0..7));
    +    my ($t0,$t1,$t2,$t3) = map("%xmm$_",(8..11));
    +
    +$code.=<<___;
    +.align	16
    +.Lloop_xop:
    +	vmovdqa	$TABLE+`$SZ*2*$rounds`(%rip),$t3
    +	vmovdqu	0x00($inp),@X[0]
    +	lea	$TABLE+0x80(%rip),$Tbl	# size optimization
    +	vmovdqu	0x10($inp),@X[1]
    +	vmovdqu	0x20($inp),@X[2]
    +	vpshufb	$t3,@X[0],@X[0]
    +	vmovdqu	0x30($inp),@X[3]
    +	vpshufb	$t3,@X[1],@X[1]
    +	vmovdqu	0x40($inp),@X[4]
    +	vpshufb	$t3,@X[2],@X[2]
    +	vmovdqu	0x50($inp),@X[5]
    +	vpshufb	$t3,@X[3],@X[3]
    +	vmovdqu	0x60($inp),@X[6]
    +	vpshufb	$t3,@X[4],@X[4]
    +	vmovdqu	0x70($inp),@X[7]
    +	vpshufb	$t3,@X[5],@X[5]
    +	vpaddq	-0x80($Tbl),@X[0],$t0
    +	vpshufb	$t3,@X[6],@X[6]
    +	vpaddq	-0x60($Tbl),@X[1],$t1
    +	vpshufb	$t3,@X[7],@X[7]
    +	vpaddq	-0x40($Tbl),@X[2],$t2
    +	vpaddq	-0x20($Tbl),@X[3],$t3
    +	vmovdqa	$t0,0x00(%rsp)
    +	vpaddq	0x00($Tbl),@X[4],$t0
    +	vmovdqa	$t1,0x10(%rsp)
    +	vpaddq	0x20($Tbl),@X[5],$t1
    +	vmovdqa	$t2,0x20(%rsp)
    +	vpaddq	0x40($Tbl),@X[6],$t2
    +	vmovdqa	$t3,0x30(%rsp)
    +	vpaddq	0x60($Tbl),@X[7],$t3
    +	vmovdqa	$t0,0x40(%rsp)
    +	mov	$A,$a1
    +	vmovdqa	$t1,0x50(%rsp)
    +	mov	$B,$a3
    +	vmovdqa	$t2,0x60(%rsp)
    +	xor	$C,$a3			# magic
    +	vmovdqa	$t3,0x70(%rsp)
    +	mov	$E,$a0
    +	jmp	.Lxop_00_47
    +
    +.align	16
    +.Lxop_00_47:
    +	add	\$`16*2*$SZ`,$Tbl
    +___
    +sub XOP_512_00_47 () {
    +my $j = shift;
    +my $body = shift;
    +my @X = @_;
    +my @insns = (&$body,&$body);			# 52 instructions
    +
    +	&vpalignr	($t0,@X[1],@X[0],$SZ);	# X[1..2]
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &vpalignr	($t3,@X[5],@X[4],$SZ);	# X[9..10]
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&vprotq		($t1,$t0,8*$SZ-$sigma0[1]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&vpsrlq		($t0,$t0,$sigma0[2]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &vpaddq	(@X[0],@X[0],$t3);	# X[0..1] += X[9..10]
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&vprotq		($t2,$t1,$sigma0[1]-$sigma0[0]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&vpxor		($t0,$t0,$t1);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &vprotq	($t3,@X[7],8*$SZ-$sigma1[1]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&vpxor		($t0,$t0,$t2);		# sigma0(X[1..2])
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &vpsrlq	($t2,@X[7],$sigma1[2]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&vpaddq		(@X[0],@X[0],$t0);	# X[0..1] += sigma0(X[1..2])
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &vprotq	($t1,$t3,$sigma1[1]-$sigma1[0]);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &vpxor		($t3,$t3,$t2);
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	 &vpxor		($t3,$t3,$t1);		# sigma1(X[14..15])
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&vpaddq		(@X[0],@X[0],$t3);	# X[0..1] += sigma1(X[14..15])
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	  eval(shift(@insns));
    +	&vpaddq		($t2,@X[0],16*2*$j-0x80."($Tbl)");
    +	  foreach (@insns) { eval; }		# remaining instructions
    +	&vmovdqa	(16*$j."(%rsp)",$t2);
    +}
    +
    +    for ($i=0,$j=0; $j<8; $j++) {
    +	&XOP_512_00_47($j,\&body_00_15,@X);
    +	push(@X,shift(@X));			# rotate(@X)
    +    }
    +	&cmpb	($SZ-1+16*2*$SZ-0x80."($Tbl)",0);
    +	&jne	(".Lxop_00_47");
    +
    +    for ($i=0; $i<16; ) {
    +	foreach(body_00_15()) { eval; }
    +    }
    +}
    +$code.=<<___;
    +	mov	$_ctx,$ctx
    +	mov	$a1,$A
    +
    +	add	$SZ*0($ctx),$A
    +	lea	16*$SZ($inp),$inp
    +	add	$SZ*1($ctx),$B
    +	add	$SZ*2($ctx),$C
    +	add	$SZ*3($ctx),$D
    +	add	$SZ*4($ctx),$E
    +	add	$SZ*5($ctx),$F
    +	add	$SZ*6($ctx),$G
    +	add	$SZ*7($ctx),$H
    +
    +	cmp	$_end,$inp
    +
    +	mov	$A,$SZ*0($ctx)
    +	mov	$B,$SZ*1($ctx)
    +	mov	$C,$SZ*2($ctx)
    +	mov	$D,$SZ*3($ctx)
    +	mov	$E,$SZ*4($ctx)
    +	mov	$F,$SZ*5($ctx)
    +	mov	$G,$SZ*6($ctx)
    +	mov	$H,$SZ*7($ctx)
    +	jb	.Lloop_xop
    +
    +	mov	$_rsp,%rsi
    +	vzeroupper
    +___
    +$code.=<<___ if ($win64);
    +	movaps	16*$SZ+32(%rsp),%xmm6
    +	movaps	16*$SZ+48(%rsp),%xmm7
    +	movaps	16*$SZ+64(%rsp),%xmm8
    +	movaps	16*$SZ+80(%rsp),%xmm9
    +___
    +$code.=<<___ if ($win64 && $SZ>4);
    +	movaps	16*$SZ+96(%rsp),%xmm10
    +	movaps	16*$SZ+112(%rsp),%xmm11
    +___
    +$code.=<<___;
    +	mov	(%rsi),%r15
    +	mov	8(%rsi),%r14
    +	mov	16(%rsi),%r13
    +	mov	24(%rsi),%r12
    +	mov	32(%rsi),%rbp
    +	mov	40(%rsi),%rbx
    +	lea	48(%rsi),%rsp
    +.Lepilogue_xop:
    +	ret
    +.size	${func}_xop,.-${func}_xop
    +___
    +}
    +######################################################################
    +# AVX+shrd code path
    +#
    +local *ror = sub { &shrd(@_[0],@_) };
    +
    +$code.=<<___;
    +.type	${func}_avx,\@function,3
    +.align	64
    +${func}_avx:
    +.Lavx_shortcut:
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +	mov	%rsp,%r11		# copy %rsp
    +	shl	\$4,%rdx		# num*16
    +	sub	\$`$framesz+$win64*16*($SZ==4?4:6)`,%rsp
    +	lea	($inp,%rdx,$SZ),%rdx	# inp+num*16*$SZ
    +	and	\$-64,%rsp		# align stack frame
    +	mov	$ctx,$_ctx		# save ctx, 1st arg
    +	mov	$inp,$_inp		# save inp, 2nd arh
    +	mov	%rdx,$_end		# save end pointer, "3rd" arg
    +	mov	%r11,$_rsp		# save copy of %rsp
    +___
    +$code.=<<___ if ($win64);
    +	movaps	%xmm6,16*$SZ+32(%rsp)
    +	movaps	%xmm7,16*$SZ+48(%rsp)
    +	movaps	%xmm8,16*$SZ+64(%rsp)
    +	movaps	%xmm9,16*$SZ+80(%rsp)
    +___
    +$code.=<<___ if ($win64 && $SZ>4);
    +	movaps	%xmm10,16*$SZ+96(%rsp)
    +	movaps	%xmm11,16*$SZ+112(%rsp)
    +___
    +$code.=<<___;
    +.Lprologue_avx:
    +
    +	vzeroupper
    +	mov	$SZ*0($ctx),$A
    +	mov	$SZ*1($ctx),$B
    +	mov	$SZ*2($ctx),$C
    +	mov	$SZ*3($ctx),$D
    +	mov	$SZ*4($ctx),$E
    +	mov	$SZ*5($ctx),$F
    +	mov	$SZ*6($ctx),$G
    +	mov	$SZ*7($ctx),$H
    +___
    +					if ($SZ==4) {	# SHA256
    +    my @X = map("%xmm$_",(0..3));
    +    my ($t0,$t1,$t2,$t3, $t4,$t5) = map("%xmm$_",(4..9));
    +
    +$code.=<<___;
    +	vmovdqa	$TABLE+`$SZ*2*$rounds`+32(%rip),$t4
    +	vmovdqa	$TABLE+`$SZ*2*$rounds`+64(%rip),$t5
    +	jmp	.Lloop_avx
    +.align	16
    +.Lloop_avx:
    +	vmovdqa	$TABLE+`$SZ*2*$rounds`(%rip),$t3
    +	vmovdqu	0x00($inp),@X[0]
    +	vmovdqu	0x10($inp),@X[1]
    +	vmovdqu	0x20($inp),@X[2]
    +	vmovdqu	0x30($inp),@X[3]
    +	vpshufb	$t3,@X[0],@X[0]
    +	lea	$TABLE(%rip),$Tbl
    +	vpshufb	$t3,@X[1],@X[1]
    +	vpshufb	$t3,@X[2],@X[2]
    +	vpaddd	0x00($Tbl),@X[0],$t0
    +	vpshufb	$t3,@X[3],@X[3]
    +	vpaddd	0x20($Tbl),@X[1],$t1
    +	vpaddd	0x40($Tbl),@X[2],$t2
    +	vpaddd	0x60($Tbl),@X[3],$t3
    +	vmovdqa	$t0,0x00(%rsp)
    +	mov	$A,$a1
    +	vmovdqa	$t1,0x10(%rsp)
    +	mov	$B,$a3
    +	vmovdqa	$t2,0x20(%rsp)
    +	xor	$C,$a3			# magic
    +	vmovdqa	$t3,0x30(%rsp)
    +	mov	$E,$a0
    +	jmp	.Lavx_00_47
    +
    +.align	16
    +.Lavx_00_47:
    +	sub	\$`-16*2*$SZ`,$Tbl	# size optimization
    +___
    +sub Xupdate_256_AVX () {
    +	(
    +	'&vpalignr	($t0,@X[1],@X[0],$SZ)',	# X[1..4]
    +	 '&vpalignr	($t3,@X[3],@X[2],$SZ)',	# X[9..12]
    +	'&vpsrld	($t2,$t0,$sigma0[0]);',
    +	 '&vpaddd	(@X[0],@X[0],$t3)',	# X[0..3] += X[9..12]
    +	'&vpsrld	($t3,$t0,$sigma0[2])',
    +	'&vpslld	($t1,$t0,8*$SZ-$sigma0[1]);',
    +	'&vpxor		($t0,$t3,$t2)',
    +	 '&vpshufd	($t3,@X[3],0b11111010)',# X[14..15]
    +	'&vpsrld	($t2,$t2,$sigma0[1]-$sigma0[0]);',
    +	'&vpxor		($t0,$t0,$t1)',
    +	'&vpslld	($t1,$t1,$sigma0[1]-$sigma0[0]);',
    +	'&vpxor		($t0,$t0,$t2)',
    +	 '&vpsrld	($t2,$t3,$sigma1[2]);',
    +	'&vpxor		($t0,$t0,$t1)',		# sigma0(X[1..4])
    +	 '&vpsrlq	($t3,$t3,$sigma1[0]);',
    +	'&vpaddd	(@X[0],@X[0],$t0)',	# X[0..3] += sigma0(X[1..4])
    +	 '&vpxor	($t2,$t2,$t3);',
    +	 '&vpsrlq	($t3,$t3,$sigma1[1]-$sigma1[0])',
    +	 '&vpxor	($t2,$t2,$t3)',
    +	 '&vpshufb	($t2,$t2,$t4)',		# sigma1(X[14..15])
    +	'&vpaddd	(@X[0],@X[0],$t2)',	# X[0..1] += sigma1(X[14..15])
    +	 '&vpshufd	($t3,@X[0],0b01010000)',# X[16..17]
    +	 '&vpsrld	($t2,$t3,$sigma1[2])',
    +	 '&vpsrlq	($t3,$t3,$sigma1[0])',
    +	 '&vpxor	($t2,$t2,$t3);',
    +	 '&vpsrlq	($t3,$t3,$sigma1[1]-$sigma1[0])',
    +	 '&vpxor	($t2,$t2,$t3)',
    +	 '&vpshufb	($t2,$t2,$t5)',
    +	'&vpaddd	(@X[0],@X[0],$t2)'	# X[2..3] += sigma1(X[16..17])
    +	);
    +}
    +
    +sub AVX_256_00_47 () {
    +my $j = shift;
    +my $body = shift;
    +my @X = @_;
    +my @insns = (&$body,&$body,&$body,&$body);	# 104 instructions
    +
    +	foreach (Xupdate_256_AVX()) {		# 29 instructions
    +	    eval;
    +	    eval(shift(@insns));
    +	    eval(shift(@insns));
    +	    eval(shift(@insns));
    +	}
    +	&vpaddd		($t2,@X[0],16*2*$j."($Tbl)");
    +	  foreach (@insns) { eval; }		# remaining instructions
    +	&vmovdqa	(16*$j."(%rsp)",$t2);
    +}
    +
    +    for ($i=0,$j=0; $j<4; $j++) {
    +	&AVX_256_00_47($j,\&body_00_15,@X);
    +	push(@X,shift(@X));			# rotate(@X)
    +    }
    +	&cmpb	($SZ-1+16*2*$SZ."($Tbl)",0);
    +	&jne	(".Lavx_00_47");
    +
    +    for ($i=0; $i<16; ) {
    +	foreach(body_00_15()) { eval; }
    +    }
    +
    +					} else {	# SHA512
    +    my @X = map("%xmm$_",(0..7));
    +    my ($t0,$t1,$t2,$t3) = map("%xmm$_",(8..11));
    +
    +$code.=<<___;
    +	jmp	.Lloop_avx
    +.align	16
    +.Lloop_avx:
    +	vmovdqa	$TABLE+`$SZ*2*$rounds`(%rip),$t3
    +	vmovdqu	0x00($inp),@X[0]
    +	lea	$TABLE+0x80(%rip),$Tbl	# size optimization
    +	vmovdqu	0x10($inp),@X[1]
    +	vmovdqu	0x20($inp),@X[2]
    +	vpshufb	$t3,@X[0],@X[0]
    +	vmovdqu	0x30($inp),@X[3]
    +	vpshufb	$t3,@X[1],@X[1]
    +	vmovdqu	0x40($inp),@X[4]
    +	vpshufb	$t3,@X[2],@X[2]
    +	vmovdqu	0x50($inp),@X[5]
    +	vpshufb	$t3,@X[3],@X[3]
    +	vmovdqu	0x60($inp),@X[6]
    +	vpshufb	$t3,@X[4],@X[4]
    +	vmovdqu	0x70($inp),@X[7]
    +	vpshufb	$t3,@X[5],@X[5]
    +	vpaddq	-0x80($Tbl),@X[0],$t0
    +	vpshufb	$t3,@X[6],@X[6]
    +	vpaddq	-0x60($Tbl),@X[1],$t1
    +	vpshufb	$t3,@X[7],@X[7]
    +	vpaddq	-0x40($Tbl),@X[2],$t2
    +	vpaddq	-0x20($Tbl),@X[3],$t3
    +	vmovdqa	$t0,0x00(%rsp)
    +	vpaddq	0x00($Tbl),@X[4],$t0
    +	vmovdqa	$t1,0x10(%rsp)
    +	vpaddq	0x20($Tbl),@X[5],$t1
    +	vmovdqa	$t2,0x20(%rsp)
    +	vpaddq	0x40($Tbl),@X[6],$t2
    +	vmovdqa	$t3,0x30(%rsp)
    +	vpaddq	0x60($Tbl),@X[7],$t3
    +	vmovdqa	$t0,0x40(%rsp)
    +	mov	$A,$a1
    +	vmovdqa	$t1,0x50(%rsp)
    +	mov	$B,$a3
    +	vmovdqa	$t2,0x60(%rsp)
    +	xor	$C,$a3			# magic
    +	vmovdqa	$t3,0x70(%rsp)
    +	mov	$E,$a0
    +	jmp	.Lavx_00_47
    +
    +.align	16
    +.Lavx_00_47:
    +	add	\$`16*2*$SZ`,$Tbl
    +___
    +sub Xupdate_512_AVX () {
    +	(
    +	'&vpalignr	($t0,@X[1],@X[0],$SZ)',	# X[1..2]
    +	 '&vpalignr	($t3,@X[5],@X[4],$SZ)',	# X[9..10]
    +	'&vpsrlq	($t2,$t0,$sigma0[0])',
    +	 '&vpaddq	(@X[0],@X[0],$t3);',	# X[0..1] += X[9..10]
    +	'&vpsrlq	($t3,$t0,$sigma0[2])',
    +	'&vpsllq	($t1,$t0,8*$SZ-$sigma0[1]);',
    +	 '&vpxor	($t0,$t3,$t2)',
    +	'&vpsrlq	($t2,$t2,$sigma0[1]-$sigma0[0]);',
    +	 '&vpxor	($t0,$t0,$t1)',
    +	'&vpsllq	($t1,$t1,$sigma0[1]-$sigma0[0]);',
    +	 '&vpxor	($t0,$t0,$t2)',
    +	 '&vpsrlq	($t3,@X[7],$sigma1[2]);',
    +	'&vpxor		($t0,$t0,$t1)',		# sigma0(X[1..2])
    +	 '&vpsllq	($t2,@X[7],8*$SZ-$sigma1[1]);',
    +	'&vpaddq	(@X[0],@X[0],$t0)',	# X[0..1] += sigma0(X[1..2])
    +	 '&vpsrlq	($t1,@X[7],$sigma1[0]);',
    +	 '&vpxor	($t3,$t3,$t2)',
    +	 '&vpsllq	($t2,$t2,$sigma1[1]-$sigma1[0]);',
    +	 '&vpxor	($t3,$t3,$t1)',
    +	 '&vpsrlq	($t1,$t1,$sigma1[1]-$sigma1[0]);',
    +	 '&vpxor	($t3,$t3,$t2)',
    +	 '&vpxor	($t3,$t3,$t1)',		# sigma1(X[14..15])
    +	'&vpaddq	(@X[0],@X[0],$t3)',	# X[0..1] += sigma1(X[14..15])
    +	);
    +}
    +
    +sub AVX_512_00_47 () {
    +my $j = shift;
    +my $body = shift;
    +my @X = @_;
    +my @insns = (&$body,&$body);			# 52 instructions
    +
    +	foreach (Xupdate_512_AVX()) {		# 23 instructions
    +	    eval;
    +	    eval(shift(@insns));
    +	    eval(shift(@insns));
    +	}
    +	&vpaddq		($t2,@X[0],16*2*$j-0x80."($Tbl)");
    +	  foreach (@insns) { eval; }		# remaining instructions
    +	&vmovdqa	(16*$j."(%rsp)",$t2);
    +}
    +
    +    for ($i=0,$j=0; $j<8; $j++) {
    +	&AVX_512_00_47($j,\&body_00_15,@X);
    +	push(@X,shift(@X));			# rotate(@X)
    +    }
    +	&cmpb	($SZ-1+16*2*$SZ-0x80."($Tbl)",0);
    +	&jne	(".Lavx_00_47");
    +
    +    for ($i=0; $i<16; ) {
    +	foreach(body_00_15()) { eval; }
    +    }
    +}
    +$code.=<<___;
    +	mov	$_ctx,$ctx
    +	mov	$a1,$A
    +
    +	add	$SZ*0($ctx),$A
    +	lea	16*$SZ($inp),$inp
    +	add	$SZ*1($ctx),$B
    +	add	$SZ*2($ctx),$C
    +	add	$SZ*3($ctx),$D
    +	add	$SZ*4($ctx),$E
    +	add	$SZ*5($ctx),$F
    +	add	$SZ*6($ctx),$G
    +	add	$SZ*7($ctx),$H
    +
    +	cmp	$_end,$inp
    +
    +	mov	$A,$SZ*0($ctx)
    +	mov	$B,$SZ*1($ctx)
    +	mov	$C,$SZ*2($ctx)
    +	mov	$D,$SZ*3($ctx)
    +	mov	$E,$SZ*4($ctx)
    +	mov	$F,$SZ*5($ctx)
    +	mov	$G,$SZ*6($ctx)
    +	mov	$H,$SZ*7($ctx)
    +	jb	.Lloop_avx
    +
    +	mov	$_rsp,%rsi
    +	vzeroupper
    +___
    +$code.=<<___ if ($win64);
    +	movaps	16*$SZ+32(%rsp),%xmm6
    +	movaps	16*$SZ+48(%rsp),%xmm7
    +	movaps	16*$SZ+64(%rsp),%xmm8
    +	movaps	16*$SZ+80(%rsp),%xmm9
    +___
    +$code.=<<___ if ($win64 && $SZ>4);
    +	movaps	16*$SZ+96(%rsp),%xmm10
    +	movaps	16*$SZ+112(%rsp),%xmm11
    +___
    +$code.=<<___;
    +	mov	(%rsi),%r15
    +	mov	8(%rsi),%r14
    +	mov	16(%rsi),%r13
    +	mov	24(%rsi),%r12
    +	mov	32(%rsi),%rbp
    +	mov	40(%rsi),%rbx
    +	lea	48(%rsi),%rsp
    +.Lepilogue_avx:
    +	ret
    +.size	${func}_avx,.-${func}_avx
    +___
    +
    +if ($avx>1) {{
    +######################################################################
    +# AVX2+BMI code path
    +#
    +my $a5=$SZ==4?"%esi":"%rsi";	# zap $inp 
    +my $PUSH8=8*2*$SZ;
    +use integer;
    +
    +sub bodyx_00_15 () {
    +	# at start $a1 should be zero, $a3 - $b^$c and $a4 copy of $f
    +	(
    +	'($a,$b,$c,$d,$e,$f,$g,$h)=@ROT;'.
    +
    +	'&add	($h,(32*($i/(16/$SZ))+$SZ*($i%(16/$SZ)))%$PUSH8.$base)',    # h+=X[i]+K[i]
    +	'&and	($a4,$e)',		# f&e
    +	'&rorx	($a0,$e,$Sigma1[2])',
    +	'&rorx	($a2,$e,$Sigma1[1])',
    +
    +	'&lea	($a,"($a,$a1)")',	# h+=Sigma0(a) from the past
    +	'&lea	($h,"($h,$a4)")',
    +	'&andn	($a4,$e,$g)',		# ~e&g
    +	'&xor	($a0,$a2)',
    +
    +	'&rorx	($a1,$e,$Sigma1[0])',
    +	'&lea	($h,"($h,$a4)")',	# h+=Ch(e,f,g)=(e&f)+(~e&g)
    +	'&xor	($a0,$a1)',		# Sigma1(e)
    +	'&mov	($a2,$a)',
    +
    +	'&rorx	($a4,$a,$Sigma0[2])',
    +	'&lea	($h,"($h,$a0)")',	# h+=Sigma1(e)
    +	'&xor	($a2,$b)',		# a^b, b^c in next round
    +	'&rorx	($a1,$a,$Sigma0[1])',
    +
    +	'&rorx	($a0,$a,$Sigma0[0])',
    +	'&lea	($d,"($d,$h)")',	# d+=h
    +	'&and	($a3,$a2)',		# (b^c)&(a^b)
    +	'&xor	($a1,$a4)',
    +
    +	'&xor	($a3,$b)',		# Maj(a,b,c)=Ch(a^b,c,b)
    +	'&xor	($a1,$a0)',		# Sigma0(a)
    +	'&lea	($h,"($h,$a3)");'.	# h+=Maj(a,b,c)
    +	'&mov	($a4,$e)',		# copy of f in future
    +
    +	'($a2,$a3) = ($a3,$a2); unshift(@ROT,pop(@ROT)); $i++;'
    +	);
    +	# and at the finish one has to $a+=$a1
    +}
    +
    +$code.=<<___;
    +.type	${func}_avx2,\@function,3
    +.align	64
    +${func}_avx2:
    +.Lavx2_shortcut:
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +	mov	%rsp,%r11		# copy %rsp
    +	sub	\$`2*$SZ*$rounds+4*8+$win64*16*($SZ==4?4:6)`,%rsp
    +	shl	\$4,%rdx		# num*16
    +	and	\$-256*$SZ,%rsp		# align stack frame
    +	lea	($inp,%rdx,$SZ),%rdx	# inp+num*16*$SZ
    +	add	\$`2*$SZ*($rounds-8)`,%rsp
    +	mov	$ctx,$_ctx		# save ctx, 1st arg
    +	mov	$inp,$_inp		# save inp, 2nd arh
    +	mov	%rdx,$_end		# save end pointer, "3rd" arg
    +	mov	%r11,$_rsp		# save copy of %rsp
    +___
    +$code.=<<___ if ($win64);
    +	movaps	%xmm6,16*$SZ+32(%rsp)
    +	movaps	%xmm7,16*$SZ+48(%rsp)
    +	movaps	%xmm8,16*$SZ+64(%rsp)
    +	movaps	%xmm9,16*$SZ+80(%rsp)
    +___
    +$code.=<<___ if ($win64 && $SZ>4);
    +	movaps	%xmm10,16*$SZ+96(%rsp)
    +	movaps	%xmm11,16*$SZ+112(%rsp)
    +___
    +$code.=<<___;
    +.Lprologue_avx2:
    +
    +	vzeroupper
    +	sub	\$-16*$SZ,$inp		# inp++, size optimization
    +	mov	$SZ*0($ctx),$A
    +	mov	$inp,%r12		# borrow $T1
    +	mov	$SZ*1($ctx),$B
    +	cmp	%rdx,$inp		# $_end
    +	mov	$SZ*2($ctx),$C
    +	cmove	%rsp,%r12		# next block or random data
    +	mov	$SZ*3($ctx),$D
    +	mov	$SZ*4($ctx),$E
    +	mov	$SZ*5($ctx),$F
    +	mov	$SZ*6($ctx),$G
    +	mov	$SZ*7($ctx),$H
    +___
    +					if ($SZ==4) {	# SHA256
    +    my @X = map("%ymm$_",(0..3));
    +    my ($t0,$t1,$t2,$t3, $t4,$t5) = map("%ymm$_",(4..9));
    +
    +$code.=<<___;
    +	vmovdqa	$TABLE+`$SZ*2*$rounds`+32(%rip),$t4
    +	vmovdqa	$TABLE+`$SZ*2*$rounds`+64(%rip),$t5
    +	jmp	.Loop_avx2
    +.align	16
    +.Loop_avx2:
    +	vmovdqa	$TABLE+`$SZ*2*$rounds`(%rip),$t3
    +	vmovdqu	-16*$SZ+0($inp),%xmm0
    +	vmovdqu	-16*$SZ+16($inp),%xmm1
    +	vmovdqu	-16*$SZ+32($inp),%xmm2
    +	vmovdqu	-16*$SZ+48($inp),%xmm3
    +	#mov		$inp,$_inp	# offload $inp
    +	vinserti128	\$1,(%r12),@X[0],@X[0]
    +	vinserti128	\$1,16(%r12),@X[1],@X[1]
    +	vpshufb		$t3,@X[0],@X[0]
    +	vinserti128	\$1,32(%r12),@X[2],@X[2]
    +	vpshufb		$t3,@X[1],@X[1]
    +	vinserti128	\$1,48(%r12),@X[3],@X[3]
    +
    +	lea	$TABLE(%rip),$Tbl
    +	vpshufb	$t3,@X[2],@X[2]
    +	vpaddd	0x00($Tbl),@X[0],$t0
    +	vpshufb	$t3,@X[3],@X[3]
    +	vpaddd	0x20($Tbl),@X[1],$t1
    +	vpaddd	0x40($Tbl),@X[2],$t2
    +	vpaddd	0x60($Tbl),@X[3],$t3
    +	vmovdqa	$t0,0x00(%rsp)
    +	xor	$a1,$a1
    +	vmovdqa	$t1,0x20(%rsp)
    +	lea	-$PUSH8(%rsp),%rsp
    +	mov	$B,$a3
    +	vmovdqa	$t2,0x00(%rsp)
    +	xor	$C,$a3			# magic
    +	vmovdqa	$t3,0x20(%rsp)
    +	mov	$F,$a4
    +	sub	\$-16*2*$SZ,$Tbl	# size optimization
    +	jmp	.Lavx2_00_47
    +
    +.align	16
    +.Lavx2_00_47:
    +___
    +
    +sub AVX2_256_00_47 () {
    +my $j = shift;
    +my $body = shift;
    +my @X = @_;
    +my @insns = (&$body,&$body,&$body,&$body);	# 96 instructions
    +my $base = "+2*$PUSH8(%rsp)";
    +
    +	&lea	("%rsp","-$PUSH8(%rsp)")	if (($j%2)==0);
    +	foreach (Xupdate_256_AVX()) {		# 29 instructions
    +	    eval;
    +	    eval(shift(@insns));
    +	    eval(shift(@insns));
    +	    eval(shift(@insns));
    +	}
    +	&vpaddd		($t2,@X[0],16*2*$j."($Tbl)");
    +	  foreach (@insns) { eval; }		# remaining instructions
    +	&vmovdqa	((32*$j)%$PUSH8."(%rsp)",$t2);
    +}
    +
    +    for ($i=0,$j=0; $j<4; $j++) {
    +	&AVX2_256_00_47($j,\&bodyx_00_15,@X);
    +	push(@X,shift(@X));			# rotate(@X)
    +    }
    +	&lea	($Tbl,16*2*$SZ."($Tbl)");
    +	&cmpb	(($SZ-1)."($Tbl)",0);
    +	&jne	(".Lavx2_00_47");
    +
    +    for ($i=0; $i<16; ) {
    +	my $base=$i<8?"+$PUSH8(%rsp)":"(%rsp)";
    +	foreach(bodyx_00_15()) { eval; }
    +    }
    +					} else {	# SHA512
    +    my @X = map("%ymm$_",(0..7));
    +    my ($t0,$t1,$t2,$t3) = map("%ymm$_",(8..11));
    +
    +$code.=<<___;
    +	jmp	.Loop_avx2
    +.align	16
    +.Loop_avx2:
    +	vmovdqu	-16*$SZ($inp),%xmm0
    +	vmovdqu	-16*$SZ+16($inp),%xmm1
    +	vmovdqu	-16*$SZ+32($inp),%xmm2
    +	lea	$TABLE+0x80(%rip),$Tbl	# size optimization
    +	vmovdqu	-16*$SZ+48($inp),%xmm3
    +	vmovdqu	-16*$SZ+64($inp),%xmm4
    +	vmovdqu	-16*$SZ+80($inp),%xmm5
    +	vmovdqu	-16*$SZ+96($inp),%xmm6
    +	vmovdqu	-16*$SZ+112($inp),%xmm7
    +	#mov	$inp,$_inp	# offload $inp
    +	vmovdqa	`$SZ*2*$rounds-0x80`($Tbl),$t2
    +	vinserti128	\$1,(%r12),@X[0],@X[0]
    +	vinserti128	\$1,16(%r12),@X[1],@X[1]
    +	 vpshufb	$t2,@X[0],@X[0]
    +	vinserti128	\$1,32(%r12),@X[2],@X[2]
    +	 vpshufb	$t2,@X[1],@X[1]
    +	vinserti128	\$1,48(%r12),@X[3],@X[3]
    +	 vpshufb	$t2,@X[2],@X[2]
    +	vinserti128	\$1,64(%r12),@X[4],@X[4]
    +	 vpshufb	$t2,@X[3],@X[3]
    +	vinserti128	\$1,80(%r12),@X[5],@X[5]
    +	 vpshufb	$t2,@X[4],@X[4]
    +	vinserti128	\$1,96(%r12),@X[6],@X[6]
    +	 vpshufb	$t2,@X[5],@X[5]
    +	vinserti128	\$1,112(%r12),@X[7],@X[7]
    +
    +	vpaddq	-0x80($Tbl),@X[0],$t0
    +	vpshufb	$t2,@X[6],@X[6]
    +	vpaddq	-0x60($Tbl),@X[1],$t1
    +	vpshufb	$t2,@X[7],@X[7]
    +	vpaddq	-0x40($Tbl),@X[2],$t2
    +	vpaddq	-0x20($Tbl),@X[3],$t3
    +	vmovdqa	$t0,0x00(%rsp)
    +	vpaddq	0x00($Tbl),@X[4],$t0
    +	vmovdqa	$t1,0x20(%rsp)
    +	vpaddq	0x20($Tbl),@X[5],$t1
    +	vmovdqa	$t2,0x40(%rsp)
    +	vpaddq	0x40($Tbl),@X[6],$t2
    +	vmovdqa	$t3,0x60(%rsp)
    +	lea	-$PUSH8(%rsp),%rsp
    +	vpaddq	0x60($Tbl),@X[7],$t3
    +	vmovdqa	$t0,0x00(%rsp)
    +	xor	$a1,$a1
    +	vmovdqa	$t1,0x20(%rsp)
    +	mov	$B,$a3
    +	vmovdqa	$t2,0x40(%rsp)
    +	xor	$C,$a3			# magic
    +	vmovdqa	$t3,0x60(%rsp)
    +	mov	$F,$a4
    +	add	\$16*2*$SZ,$Tbl
    +	jmp	.Lavx2_00_47
    +
    +.align	16
    +.Lavx2_00_47:
    +___
    +
    +sub AVX2_512_00_47 () {
    +my $j = shift;
    +my $body = shift;
    +my @X = @_;
    +my @insns = (&$body,&$body);			# 48 instructions
    +my $base = "+2*$PUSH8(%rsp)";
    +
    +	&lea	("%rsp","-$PUSH8(%rsp)")	if (($j%4)==0);
    +	foreach (Xupdate_512_AVX()) {		# 23 instructions
    +	    eval;
    +	    if ($_ !~ /\;$/) {
    +		eval(shift(@insns));
    +		eval(shift(@insns));
    +		eval(shift(@insns));
    +	    }
    +	}
    +	&vpaddq		($t2,@X[0],16*2*$j-0x80."($Tbl)");
    +	  foreach (@insns) { eval; }		# remaining instructions
    +	&vmovdqa	((32*$j)%$PUSH8."(%rsp)",$t2);
    +}
    +
    +    for ($i=0,$j=0; $j<8; $j++) {
    +	&AVX2_512_00_47($j,\&bodyx_00_15,@X);
    +	push(@X,shift(@X));			# rotate(@X)
    +    }
    +	&lea	($Tbl,16*2*$SZ."($Tbl)");
    +	&cmpb	(($SZ-1-0x80)."($Tbl)",0);
    +	&jne	(".Lavx2_00_47");
    +
    +    for ($i=0; $i<16; ) {
    +	my $base=$i<8?"+$PUSH8(%rsp)":"(%rsp)";
    +	foreach(bodyx_00_15()) { eval; }
    +    }
    +}
    +$code.=<<___;
    +	mov	`2*$SZ*$rounds`(%rsp),$ctx	# $_ctx
    +	add	$a1,$A
    +	#mov	`2*$SZ*$rounds+8`(%rsp),$inp	# $_inp
    +	lea	`2*$SZ*($rounds-8)`(%rsp),$Tbl
    +
    +	add	$SZ*0($ctx),$A
    +	add	$SZ*1($ctx),$B
    +	add	$SZ*2($ctx),$C
    +	add	$SZ*3($ctx),$D
    +	add	$SZ*4($ctx),$E
    +	add	$SZ*5($ctx),$F
    +	add	$SZ*6($ctx),$G
    +	add	$SZ*7($ctx),$H
    +
    +	mov	$A,$SZ*0($ctx)
    +	mov	$B,$SZ*1($ctx)
    +	mov	$C,$SZ*2($ctx)
    +	mov	$D,$SZ*3($ctx)
    +	mov	$E,$SZ*4($ctx)
    +	mov	$F,$SZ*5($ctx)
    +	mov	$G,$SZ*6($ctx)
    +	mov	$H,$SZ*7($ctx)
    +
    +	cmp	`$PUSH8+2*8`($Tbl),$inp	# $_end
    +	je	.Ldone_avx2
    +
    +	xor	$a1,$a1
    +	mov	$B,$a3
    +	xor	$C,$a3			# magic
    +	mov	$F,$a4
    +	jmp	.Lower_avx2
    +.align	16
    +.Lower_avx2:
    +___
    +    for ($i=0; $i<8; ) {
    +	my $base="+16($Tbl)";
    +	foreach(bodyx_00_15()) { eval; }
    +    }
    +$code.=<<___;
    +	lea	-$PUSH8($Tbl),$Tbl
    +	cmp	%rsp,$Tbl
    +	jae	.Lower_avx2
    +
    +	mov	`2*$SZ*$rounds`(%rsp),$ctx	# $_ctx
    +	add	$a1,$A
    +	#mov	`2*$SZ*$rounds+8`(%rsp),$inp	# $_inp
    +	lea	`2*$SZ*($rounds-8)`(%rsp),%rsp
    +
    +	add	$SZ*0($ctx),$A
    +	add	$SZ*1($ctx),$B
    +	add	$SZ*2($ctx),$C
    +	add	$SZ*3($ctx),$D
    +	add	$SZ*4($ctx),$E
    +	add	$SZ*5($ctx),$F
    +	lea	`2*16*$SZ`($inp),$inp	# inp+=2
    +	add	$SZ*6($ctx),$G
    +	mov	$inp,%r12
    +	add	$SZ*7($ctx),$H
    +	cmp	$_end,$inp
    +
    +	mov	$A,$SZ*0($ctx)
    +	cmove	%rsp,%r12		# next block or stale data
    +	mov	$B,$SZ*1($ctx)
    +	mov	$C,$SZ*2($ctx)
    +	mov	$D,$SZ*3($ctx)
    +	mov	$E,$SZ*4($ctx)
    +	mov	$F,$SZ*5($ctx)
    +	mov	$G,$SZ*6($ctx)
    +	mov	$H,$SZ*7($ctx)
    +
    +	jbe	.Loop_avx2
    +	lea	(%rsp),$Tbl
    +
    +.Ldone_avx2:
    +	lea	($Tbl),%rsp
    +	mov	$_rsp,%rsi
    +	vzeroupper
    +___
    +$code.=<<___ if ($win64);
    +	movaps	16*$SZ+32(%rsp),%xmm6
    +	movaps	16*$SZ+48(%rsp),%xmm7
    +	movaps	16*$SZ+64(%rsp),%xmm8
    +	movaps	16*$SZ+80(%rsp),%xmm9
    +___
    +$code.=<<___ if ($win64 && $SZ>4);
    +	movaps	16*$SZ+96(%rsp),%xmm10
    +	movaps	16*$SZ+112(%rsp),%xmm11
    +___
    +$code.=<<___;
    +	mov	(%rsi),%r15
    +	mov	8(%rsi),%r14
    +	mov	16(%rsi),%r13
    +	mov	24(%rsi),%r12
    +	mov	32(%rsi),%rbp
    +	mov	40(%rsi),%rbx
    +	lea	48(%rsi),%rsp
    +.Lepilogue_avx2:
    +	ret
    +.size	${func}_avx2,.-${func}_avx2
    +___
    +}}
    +}}}}}
    +
    +# EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame,
    +#		CONTEXT *context,DISPATCHER_CONTEXT *disp)
    +if ($win64) {
    +$rec="%rcx";
    +$frame="%rdx";
    +$context="%r8";
    +$disp="%r9";
    +
    +$code.=<<___;
    +.extern	__imp_RtlVirtualUnwind
    +.type	se_handler,\@abi-omnipotent
    +.align	16
    +se_handler:
    +	push	%rsi
    +	push	%rdi
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +	pushfq
    +	sub	\$64,%rsp
    +
    +	mov	120($context),%rax	# pull context->Rax
    +	mov	248($context),%rbx	# pull context->Rip
    +
    +	mov	8($disp),%rsi		# disp->ImageBase
    +	mov	56($disp),%r11		# disp->HanderlData
    +
    +	mov	0(%r11),%r10d		# HandlerData[0]
    +	lea	(%rsi,%r10),%r10	# prologue label
    +	cmp	%r10,%rbx		# context->RipRsp
    +
    +	mov	4(%r11),%r10d		# HandlerData[1]
    +	lea	(%rsi,%r10),%r10	# epilogue label
    +	cmp	%r10,%rbx		# context->Rip>=epilogue label
    +	jae	.Lin_prologue
    +___
    +$code.=<<___ if ($avx>1);
    +	lea	.Lavx2_shortcut(%rip),%r10
    +	cmp	%r10,%rbx		# context->RipRbx
    +	mov	%rbp,160($context)	# restore context->Rbp
    +	mov	%r12,216($context)	# restore context->R12
    +	mov	%r13,224($context)	# restore context->R13
    +	mov	%r14,232($context)	# restore context->R14
    +	mov	%r15,240($context)	# restore context->R15
    +
    +	lea	.Lepilogue(%rip),%r10
    +	cmp	%r10,%rbx
    +	jb	.Lin_prologue		# non-AVX code
    +
    +	lea	16*$SZ+4*8(%rsi),%rsi	# Xmm6- save area
    +	lea	512($context),%rdi	# &context.Xmm6
    +	mov	\$`$SZ==4?8:12`,%ecx
    +	.long	0xa548f3fc		# cld; rep movsq
    +
    +.Lin_prologue:
    +	mov	8(%rax),%rdi
    +	mov	16(%rax),%rsi
    +	mov	%rax,152($context)	# restore context->Rsp
    +	mov	%rsi,168($context)	# restore context->Rsi
    +	mov	%rdi,176($context)	# restore context->Rdi
    +
    +	mov	40($disp),%rdi		# disp->ContextRecord
    +	mov	$context,%rsi		# context
    +	mov	\$154,%ecx		# sizeof(CONTEXT)
    +	.long	0xa548f3fc		# cld; rep movsq
    +
    +	mov	$disp,%rsi
    +	xor	%rcx,%rcx		# arg1, UNW_FLAG_NHANDLER
    +	mov	8(%rsi),%rdx		# arg2, disp->ImageBase
    +	mov	0(%rsi),%r8		# arg3, disp->ControlPc
    +	mov	16(%rsi),%r9		# arg4, disp->FunctionEntry
    +	mov	40(%rsi),%r10		# disp->ContextRecord
    +	lea	56(%rsi),%r11		# &disp->HandlerData
    +	lea	24(%rsi),%r12		# &disp->EstablisherFrame
    +	mov	%r10,32(%rsp)		# arg5
    +	mov	%r11,40(%rsp)		# arg6
     	mov	%r12,48(%rsp)		# arg7
     	mov	%rcx,56(%rsp)		# arg8, (NULL)
     	call	*__imp_RtlVirtualUnwind(%rip)
    @@ -431,21 +2263,136 @@ se_handler:
     	pop	%rsi
     	ret
     .size	se_handler,.-se_handler
    +___
    +
    +$code.=<<___ if ($SZ==4 && $shaext);
    +.type	shaext_handler,\@abi-omnipotent
    +.align	16
    +shaext_handler:
    +	push	%rsi
    +	push	%rdi
    +	push	%rbx
    +	push	%rbp
    +	push	%r12
    +	push	%r13
    +	push	%r14
    +	push	%r15
    +	pushfq
    +	sub	\$64,%rsp
    +
    +	mov	120($context),%rax	# pull context->Rax
    +	mov	248($context),%rbx	# pull context->Rip
    +
    +	lea	.Lprologue_shaext(%rip),%r10
    +	cmp	%r10,%rbx		# context->Rip<.Lprologue
    +	jb	.Lin_prologue
    +
    +	lea	.Lepilogue_shaext(%rip),%r10
    +	cmp	%r10,%rbx		# context->Rip>=.Lepilogue
    +	jae	.Lin_prologue
    +
    +	lea	-8-5*16(%rax),%rsi
    +	lea	512($context),%rdi	# &context.Xmm6
    +	mov	\$10,%ecx
    +	.long	0xa548f3fc		# cld; rep movsq
    +
    +	jmp	.Lin_prologue
    +.size	shaext_handler,.-shaext_handler
    +___
     
    +$code.=<<___;
     .section	.pdata
     .align	4
     	.rva	.LSEH_begin_$func
     	.rva	.LSEH_end_$func
     	.rva	.LSEH_info_$func
    -
    +___
    +$code.=<<___ if ($SZ==4 && $shaext);
    +	.rva	.LSEH_begin_${func}_shaext
    +	.rva	.LSEH_end_${func}_shaext
    +	.rva	.LSEH_info_${func}_shaext
    +___
    +$code.=<<___ if ($SZ==4);
    +	.rva	.LSEH_begin_${func}_ssse3
    +	.rva	.LSEH_end_${func}_ssse3
    +	.rva	.LSEH_info_${func}_ssse3
    +___
    +$code.=<<___ if ($avx && $SZ==8);
    +	.rva	.LSEH_begin_${func}_xop
    +	.rva	.LSEH_end_${func}_xop
    +	.rva	.LSEH_info_${func}_xop
    +___
    +$code.=<<___ if ($avx);
    +	.rva	.LSEH_begin_${func}_avx
    +	.rva	.LSEH_end_${func}_avx
    +	.rva	.LSEH_info_${func}_avx
    +___
    +$code.=<<___ if ($avx>1);
    +	.rva	.LSEH_begin_${func}_avx2
    +	.rva	.LSEH_end_${func}_avx2
    +	.rva	.LSEH_info_${func}_avx2
    +___
    +$code.=<<___;
     .section	.xdata
     .align	8
     .LSEH_info_$func:
     	.byte	9,0,0,0
     	.rva	se_handler
    +	.rva	.Lprologue,.Lepilogue			# HandlerData[]
    +___
    +$code.=<<___ if ($SZ==4 && $shaext);
    +.LSEH_info_${func}_shaext:
    +	.byte	9,0,0,0
    +	.rva	shaext_handler
    +___
    +$code.=<<___ if ($SZ==4);
    +.LSEH_info_${func}_ssse3:
    +	.byte	9,0,0,0
    +	.rva	se_handler
    +	.rva	.Lprologue_ssse3,.Lepilogue_ssse3	# HandlerData[]
     ___
    +$code.=<<___ if ($avx && $SZ==8);
    +.LSEH_info_${func}_xop:
    +	.byte	9,0,0,0
    +	.rva	se_handler
    +	.rva	.Lprologue_xop,.Lepilogue_xop		# HandlerData[]
    +___
    +$code.=<<___ if ($avx);
    +.LSEH_info_${func}_avx:
    +	.byte	9,0,0,0
    +	.rva	se_handler
    +	.rva	.Lprologue_avx,.Lepilogue_avx		# HandlerData[]
    +___
    +$code.=<<___ if ($avx>1);
    +.LSEH_info_${func}_avx2:
    +	.byte	9,0,0,0
    +	.rva	se_handler
    +	.rva	.Lprologue_avx2,.Lepilogue_avx2		# HandlerData[]
    +___
    +}
    +
    +sub sha256op38 {
    +    my $instr = shift;
    +    my %opcodelet = (
    +		"sha256rnds2" => 0xcb,
    +  		"sha256msg1"  => 0xcc,
    +		"sha256msg2"  => 0xcd	);
    +
    +    if (defined($opcodelet{$instr}) && @_[0] =~ /%xmm([0-7]),\s*%xmm([0-7])/) {
    +      my @opcode=(0x0f,0x38);
    +	push @opcode,$opcodelet{$instr};
    +	push @opcode,0xc0|($1&7)|(($2&7)<<3);		# ModR/M
    +	return ".byte\t".join(',',@opcode);
    +    } else {
    +	return $instr."\t".@_[0];
    +    }
     }
     
    -$code =~ s/\`([^\`]*)\`/eval $1/gem;
    -print $code;
    +foreach (split("\n",$code)) {
    +	s/\`([^\`]*)\`/eval $1/geo;
    +
    +	s/\b(sha256[^\s]*)\s+(.*)/sha256op38($1,$2)/geo;
    +
    +	print $_,"\n";
    +}
     close STDOUT;
    diff --git a/openssl/crypto/sha/asm/sha512p8-ppc.pl b/openssl/crypto/sha/asm/sha512p8-ppc.pl
    new file mode 100755
    index 000000000..47189502c
    --- /dev/null
    +++ b/openssl/crypto/sha/asm/sha512p8-ppc.pl
    @@ -0,0 +1,424 @@
    +#!/usr/bin/env perl
    +
    +# ====================================================================
    +# Written by Andy Polyakov  for the OpenSSL
    +# project. The module is, however, dual licensed under OpenSSL and
    +# CRYPTOGAMS licenses depending on where you obtain it. For further
    +# details see http://www.openssl.org/~appro/cryptogams/.
    +# ====================================================================
    +
    +# SHA256/512 for PowerISA v2.07.
    +#
    +# Accurate performance measurements are problematic, because it's
    +# always virtualized setup with possibly throttled processor.
    +# Relative comparison is therefore more informative. This module is
    +# ~60% faster than integer-only sha512-ppc.pl. To anchor to something
    +# else, SHA256 is 24% slower than sha1-ppc.pl and 2.5x slower than
    +# hardware-assisted aes-128-cbc encrypt. SHA512 is 20% faster than
    +# sha1-ppc.pl and 1.6x slower than aes-128-cbc. Another interesting
    +# result is degree of computational resources' utilization. POWER8 is
    +# "massively multi-threaded chip" and difference between single- and
    +# maximum multi-process benchmark results tells that utlization is
    +# whooping 94%. For sha512-ppc.pl we get [not unimpressive] 84% and
    +# for sha1-ppc.pl - 73%. 100% means that multi-process result equals
    +# to single-process one, given that all threads end up on the same
    +# physical core.
    +
    +$flavour=shift;
    +$output =shift;
    +
    +if ($flavour =~ /64/) {
    +	$SIZE_T=8;
    +	$LRSAVE=2*$SIZE_T;
    +	$STU="stdu";
    +	$POP="ld";
    +	$PUSH="std";
    +} elsif ($flavour =~ /32/) {
    +	$SIZE_T=4;
    +	$LRSAVE=$SIZE_T;
    +	$STU="stwu";
    +	$POP="lwz";
    +	$PUSH="stw";
    +} else { die "nonsense $flavour"; }
    +
    +$LENDIAN=($flavour=~/le/);
    +
    +$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
    +( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
    +( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or
    +die "can't locate ppc-xlate.pl";
    +
    +open STDOUT,"| $^X $xlate $flavour $output" || die "can't call $xlate: $!";
    +
    +if ($output =~ /512/) {
    +	$bits=512;
    +	$SZ=8;
    +	$sz="d";
    +	$rounds=80;
    +} else {
    +	$bits=256;
    +	$SZ=4;
    +	$sz="w";
    +	$rounds=64;
    +}
    +
    +$func="sha${bits}_block_p8";
    +$FRAME=8*$SIZE_T;
    +
    +$sp ="r1";
    +$toc="r2";
    +$ctx="r3";
    +$inp="r4";
    +$num="r5";
    +$Tbl="r6";
    +$idx="r7";
    +$lrsave="r8";
    +$offload="r11";
    +$vrsave="r12";
    +($x00,$x10,$x20,$x30,$x40,$x50,$x60,$x70)=map("r$_",(0,10,26..31));
    + $x00=0 if ($flavour =~ /osx/);
    +
    +@V=($A,$B,$C,$D,$E,$F,$G,$H)=map("v$_",(0..7));
    +@X=map("v$_",(8..23));
    +($Ki,$Func,$S0,$S1,$s0,$s1,$lemask)=map("v$_",(24..31));
    +
    +sub ROUND {
    +my ($i,$a,$b,$c,$d,$e,$f,$g,$h)=@_;
    +my $j=($i+1)%16;
    +
    +$code.=<<___		if ($i<15 && ($i%(16/$SZ))==(16/$SZ-1));
    +	lvx_u		@X[$i+1],0,$inp		; load X[i] in advance
    +	addi		$inp,$inp,16
    +___
    +$code.=<<___		if ($i<16 && ($i%(16/$SZ)));
    +	vsldoi		@X[$i],@X[$i-1],@X[$i-1],$SZ
    +___
    +$code.=<<___		if ($LENDIAN && $i<16 && ($i%(16/$SZ))==0);
    +	vperm		@X[$i],@X[$i],@X[$i],$lemask
    +___
    +$code.=<<___;
    +	`"vshasigma${sz}	$s0,@X[($j+1)%16],0,0"		if ($i>=15)`
    +	vsel		$Func,$g,$f,$e		; Ch(e,f,g)
    +	vshasigma${sz}	$S1,$e,1,15		; Sigma1(e)
    +	vaddu${sz}m	$h,$h,@X[$i%16]		; h+=X[i]
    +	vshasigma${sz}	$S0,$a,1,0		; Sigma0(a)
    +	`"vshasigma${sz}	$s1,@X[($j+14)%16],0,15"	if ($i>=15)`
    +	vaddu${sz}m	$h,$h,$Func		; h+=Ch(e,f,g)
    +	vxor		$Func,$a,$b
    +	`"vaddu${sz}m		@X[$j],@X[$j],@X[($j+9)%16]"	if ($i>=15)`
    +	vaddu${sz}m	$h,$h,$S1		; h+=Sigma1(e)
    +	vsel		$Func,$b,$c,$Func	; Maj(a,b,c)
    +	vaddu${sz}m	$g,$g,$Ki		; future h+=K[i]
    +	vaddu${sz}m	$d,$d,$h		; d+=h
    +	vaddu${sz}m	$S0,$S0,$Func		; Sigma0(a)+Maj(a,b,c)
    +	`"vaddu${sz}m		@X[$j],@X[$j],$s0"		if ($i>=15)`
    +	lvx		$Ki,$idx,$Tbl		; load next K[i]
    +	addi		$idx,$idx,16
    +	vaddu${sz}m	$h,$h,$S0		; h+=Sigma0(a)+Maj(a,b,c)
    +	`"vaddu${sz}m		@X[$j],@X[$j],$s1"		if ($i>=15)`
    +___
    +}
    +
    +$code=<<___;
    +.machine	"any"
    +.text
    +
    +.globl	$func
    +.align	6
    +$func:
    +	$STU		$sp,-`($FRAME+21*16+6*$SIZE_T)`($sp)
    +	mflr		$lrsave
    +	li		r10,`$FRAME+8*16+15`
    +	li		r11,`$FRAME+8*16+31`
    +	stvx		v20,r10,$sp		# ABI says so
    +	addi		r10,r10,32
    +	mfspr		$vrsave,256
    +	stvx		v21,r11,$sp
    +	addi		r11,r11,32
    +	stvx		v22,r10,$sp
    +	addi		r10,r10,32
    +	stvx		v23,r11,$sp
    +	addi		r11,r11,32
    +	stvx		v24,r10,$sp
    +	addi		r10,r10,32
    +	stvx		v25,r11,$sp
    +	addi		r11,r11,32
    +	stvx		v26,r10,$sp
    +	addi		r10,r10,32
    +	stvx		v27,r11,$sp
    +	addi		r11,r11,32
    +	stvx		v28,r10,$sp
    +	addi		r10,r10,32
    +	stvx		v29,r11,$sp
    +	addi		r11,r11,32
    +	stvx		v30,r10,$sp
    +	stvx		v31,r11,$sp
    +	li		r11,-1
    +	stw		$vrsave,`$FRAME+21*16-4`($sp)	# save vrsave
    +	li		$x10,0x10
    +	$PUSH		r26,`$FRAME+21*16+0*$SIZE_T`($sp)
    +	li		$x20,0x20
    +	$PUSH		r27,`$FRAME+21*16+1*$SIZE_T`($sp)
    +	li		$x30,0x30
    +	$PUSH		r28,`$FRAME+21*16+2*$SIZE_T`($sp)
    +	li		$x40,0x40
    +	$PUSH		r29,`$FRAME+21*16+3*$SIZE_T`($sp)
    +	li		$x50,0x50
    +	$PUSH		r30,`$FRAME+21*16+4*$SIZE_T`($sp)
    +	li		$x60,0x60
    +	$PUSH		r31,`$FRAME+21*16+5*$SIZE_T`($sp)
    +	li		$x70,0x70
    +	$PUSH		$lrsave,`$FRAME+21*16+6*$SIZE_T+$LRSAVE`($sp)
    +	mtspr		256,r11
    +
    +	bl		LPICmeup
    +	addi		$offload,$sp,$FRAME+15
    +___
    +$code.=<<___		if ($LENDIAN);
    +	li		$idx,8
    +	lvsl		$lemask,0,$idx
    +	vspltisb	$Ki,0x0f
    +	vxor		$lemask,$lemask,$Ki
    +___
    +$code.=<<___		if ($SZ==4);
    +	lvx_4w		$A,$x00,$ctx
    +	lvx_4w		$E,$x10,$ctx
    +	vsldoi		$B,$A,$A,4		# unpack
    +	vsldoi		$C,$A,$A,8
    +	vsldoi		$D,$A,$A,12
    +	vsldoi		$F,$E,$E,4
    +	vsldoi		$G,$E,$E,8
    +	vsldoi		$H,$E,$E,12
    +___
    +$code.=<<___		if ($SZ==8);
    +	lvx_u		$A,$x00,$ctx
    +	lvx_u		$C,$x10,$ctx
    +	lvx_u		$E,$x20,$ctx
    +	vsldoi		$B,$A,$A,8		# unpack
    +	lvx_u		$G,$x30,$ctx
    +	vsldoi		$D,$C,$C,8
    +	vsldoi		$F,$E,$E,8
    +	vsldoi		$H,$G,$G,8
    +___
    +$code.=<<___;
    +	li		r0,`($rounds-16)/16`	# inner loop counter
    +	b		Loop
    +.align	5
    +Loop:
    +	lvx		$Ki,$x00,$Tbl
    +	li		$idx,16
    +	lvx_u		@X[0],0,$inp
    +	addi		$inp,$inp,16
    +	stvx		$A,$x00,$offload	# offload $A-$H
    +	stvx		$B,$x10,$offload
    +	stvx		$C,$x20,$offload
    +	stvx		$D,$x30,$offload
    +	stvx		$E,$x40,$offload
    +	stvx		$F,$x50,$offload
    +	stvx		$G,$x60,$offload
    +	stvx		$H,$x70,$offload
    +	vaddu${sz}m	$H,$H,$Ki		# h+K[i]
    +	lvx		$Ki,$idx,$Tbl
    +	addi		$idx,$idx,16
    +___
    +for ($i=0;$i<16;$i++)	{ &ROUND($i,@V); unshift(@V,pop(@V)); }
    +$code.=<<___;
    +	mtctr		r0
    +	b		L16_xx
    +.align	5
    +L16_xx:
    +___
    +for (;$i<32;$i++)	{ &ROUND($i,@V); unshift(@V,pop(@V)); }
    +$code.=<<___;
    +	bdnz		L16_xx
    +
    +	lvx		@X[2],$x00,$offload
    +	subic.		$num,$num,1
    +	lvx		@X[3],$x10,$offload
    +	vaddu${sz}m	$A,$A,@X[2]
    +	lvx		@X[4],$x20,$offload
    +	vaddu${sz}m	$B,$B,@X[3]
    +	lvx		@X[5],$x30,$offload
    +	vaddu${sz}m	$C,$C,@X[4]
    +	lvx		@X[6],$x40,$offload
    +	vaddu${sz}m	$D,$D,@X[5]
    +	lvx		@X[7],$x50,$offload
    +	vaddu${sz}m	$E,$E,@X[6]
    +	lvx		@X[8],$x60,$offload
    +	vaddu${sz}m	$F,$F,@X[7]
    +	lvx		@X[9],$x70,$offload
    +	vaddu${sz}m	$G,$G,@X[8]
    +	vaddu${sz}m	$H,$H,@X[9]
    +	bne		Loop
    +___
    +$code.=<<___		if ($SZ==4);
    +	lvx		@X[0],$idx,$Tbl
    +	addi		$idx,$idx,16
    +	vperm		$A,$A,$B,$Ki		# pack the answer
    +	lvx		@X[1],$idx,$Tbl
    +	vperm		$E,$E,$F,$Ki
    +	vperm		$A,$A,$C,@X[0]
    +	vperm		$E,$E,$G,@X[0]
    +	vperm		$A,$A,$D,@X[1]
    +	vperm		$E,$E,$H,@X[1]
    +	stvx_4w		$A,$x00,$ctx
    +	stvx_4w		$E,$x10,$ctx
    +___
    +$code.=<<___		if ($SZ==8);
    +	vperm		$A,$A,$B,$Ki		# pack the answer
    +	vperm		$C,$C,$D,$Ki
    +	vperm		$E,$E,$F,$Ki
    +	vperm		$G,$G,$H,$Ki
    +	stvx_u		$A,$x00,$ctx
    +	stvx_u		$C,$x10,$ctx
    +	stvx_u		$E,$x20,$ctx
    +	stvx_u		$G,$x30,$ctx
    +___
    +$code.=<<___;
    +	li		r10,`$FRAME+8*16+15`
    +	mtlr		$lrsave
    +	li		r11,`$FRAME+8*16+31`
    +	mtspr		256,$vrsave
    +	lvx		v20,r10,$sp		# ABI says so
    +	addi		r10,r10,32
    +	lvx		v21,r11,$sp
    +	addi		r11,r11,32
    +	lvx		v22,r10,$sp
    +	addi		r10,r10,32
    +	lvx		v23,r11,$sp
    +	addi		r11,r11,32
    +	lvx		v24,r10,$sp
    +	addi		r10,r10,32
    +	lvx		v25,r11,$sp
    +	addi		r11,r11,32
    +	lvx		v26,r10,$sp
    +	addi		r10,r10,32
    +	lvx		v27,r11,$sp
    +	addi		r11,r11,32
    +	lvx		v28,r10,$sp
    +	addi		r10,r10,32
    +	lvx		v29,r11,$sp
    +	addi		r11,r11,32
    +	lvx		v30,r10,$sp
    +	lvx		v31,r11,$sp
    +	$POP		r26,`$FRAME+21*16+0*$SIZE_T`($sp)
    +	$POP		r27,`$FRAME+21*16+1*$SIZE_T`($sp)
    +	$POP		r28,`$FRAME+21*16+2*$SIZE_T`($sp)
    +	$POP		r29,`$FRAME+21*16+3*$SIZE_T`($sp)
    +	$POP		r30,`$FRAME+21*16+4*$SIZE_T`($sp)
    +	$POP		r31,`$FRAME+21*16+5*$SIZE_T`($sp)
    +	addi		$sp,$sp,`$FRAME+21*16+6*$SIZE_T`
    +	blr
    +	.long		0
    +	.byte		0,12,4,1,0x80,6,3,0
    +	.long		0
    +.size	$func,.-$func
    +___
    +
    +# Ugly hack here, because PPC assembler syntax seem to vary too
    +# much from platforms to platform...
    +$code.=<<___;
    +.align	6
    +LPICmeup:
    +	mflr	r0
    +	bcl	20,31,\$+4
    +	mflr	$Tbl	; vvvvvv "distance" between . and 1st data entry
    +	addi	$Tbl,$Tbl,`64-8`
    +	mtlr	r0
    +	blr
    +	.long	0
    +	.byte	0,12,0x14,0,0,0,0,0
    +	.space	`64-9*4`
    +___
    +
    +if ($SZ==8) {
    +    local *table = sub {
    +	foreach(@_) { $code.=".quad	$_,$_\n"; }
    +    };
    +    table(
    +	"0x428a2f98d728ae22","0x7137449123ef65cd",
    +	"0xb5c0fbcfec4d3b2f","0xe9b5dba58189dbbc",
    +	"0x3956c25bf348b538","0x59f111f1b605d019",
    +	"0x923f82a4af194f9b","0xab1c5ed5da6d8118",
    +	"0xd807aa98a3030242","0x12835b0145706fbe",
    +	"0x243185be4ee4b28c","0x550c7dc3d5ffb4e2",
    +	"0x72be5d74f27b896f","0x80deb1fe3b1696b1",
    +	"0x9bdc06a725c71235","0xc19bf174cf692694",
    +	"0xe49b69c19ef14ad2","0xefbe4786384f25e3",
    +	"0x0fc19dc68b8cd5b5","0x240ca1cc77ac9c65",
    +	"0x2de92c6f592b0275","0x4a7484aa6ea6e483",
    +	"0x5cb0a9dcbd41fbd4","0x76f988da831153b5",
    +	"0x983e5152ee66dfab","0xa831c66d2db43210",
    +	"0xb00327c898fb213f","0xbf597fc7beef0ee4",
    +	"0xc6e00bf33da88fc2","0xd5a79147930aa725",
    +	"0x06ca6351e003826f","0x142929670a0e6e70",
    +	"0x27b70a8546d22ffc","0x2e1b21385c26c926",
    +	"0x4d2c6dfc5ac42aed","0x53380d139d95b3df",
    +	"0x650a73548baf63de","0x766a0abb3c77b2a8",
    +	"0x81c2c92e47edaee6","0x92722c851482353b",
    +	"0xa2bfe8a14cf10364","0xa81a664bbc423001",
    +	"0xc24b8b70d0f89791","0xc76c51a30654be30",
    +	"0xd192e819d6ef5218","0xd69906245565a910",
    +	"0xf40e35855771202a","0x106aa07032bbd1b8",
    +	"0x19a4c116b8d2d0c8","0x1e376c085141ab53",
    +	"0x2748774cdf8eeb99","0x34b0bcb5e19b48a8",
    +	"0x391c0cb3c5c95a63","0x4ed8aa4ae3418acb",
    +	"0x5b9cca4f7763e373","0x682e6ff3d6b2b8a3",
    +	"0x748f82ee5defb2fc","0x78a5636f43172f60",
    +	"0x84c87814a1f0ab72","0x8cc702081a6439ec",
    +	"0x90befffa23631e28","0xa4506cebde82bde9",
    +	"0xbef9a3f7b2c67915","0xc67178f2e372532b",
    +	"0xca273eceea26619c","0xd186b8c721c0c207",
    +	"0xeada7dd6cde0eb1e","0xf57d4f7fee6ed178",
    +	"0x06f067aa72176fba","0x0a637dc5a2c898a6",
    +	"0x113f9804bef90dae","0x1b710b35131c471b",
    +	"0x28db77f523047d84","0x32caab7b40c72493",
    +	"0x3c9ebe0a15c9bebc","0x431d67c49c100d4c",
    +	"0x4cc5d4becb3e42b6","0x597f299cfc657e2a",
    +	"0x5fcb6fab3ad6faec","0x6c44198c4a475817","0");
    +$code.=<<___	if (!$LENDIAN);
    +.quad	0x0001020304050607,0x1011121314151617
    +___
    +$code.=<<___	if ($LENDIAN);	# quad-swapped
    +.quad	0x1011121314151617,0x0001020304050607
    +___
    +} else {
    +    local *table = sub {
    +	foreach(@_) { $code.=".long	$_,$_,$_,$_\n"; }
    +    };
    +    table(
    +	"0x428a2f98","0x71374491","0xb5c0fbcf","0xe9b5dba5",
    +	"0x3956c25b","0x59f111f1","0x923f82a4","0xab1c5ed5",
    +	"0xd807aa98","0x12835b01","0x243185be","0x550c7dc3",
    +	"0x72be5d74","0x80deb1fe","0x9bdc06a7","0xc19bf174",
    +	"0xe49b69c1","0xefbe4786","0x0fc19dc6","0x240ca1cc",
    +	"0x2de92c6f","0x4a7484aa","0x5cb0a9dc","0x76f988da",
    +	"0x983e5152","0xa831c66d","0xb00327c8","0xbf597fc7",
    +	"0xc6e00bf3","0xd5a79147","0x06ca6351","0x14292967",
    +	"0x27b70a85","0x2e1b2138","0x4d2c6dfc","0x53380d13",
    +	"0x650a7354","0x766a0abb","0x81c2c92e","0x92722c85",
    +	"0xa2bfe8a1","0xa81a664b","0xc24b8b70","0xc76c51a3",
    +	"0xd192e819","0xd6990624","0xf40e3585","0x106aa070",
    +	"0x19a4c116","0x1e376c08","0x2748774c","0x34b0bcb5",
    +	"0x391c0cb3","0x4ed8aa4a","0x5b9cca4f","0x682e6ff3",
    +	"0x748f82ee","0x78a5636f","0x84c87814","0x8cc70208",
    +	"0x90befffa","0xa4506ceb","0xbef9a3f7","0xc67178f2","0");
    +$code.=<<___	if (!$LENDIAN);
    +.long	0x00010203,0x10111213,0x10111213,0x10111213
    +.long	0x00010203,0x04050607,0x10111213,0x10111213
    +.long	0x00010203,0x04050607,0x08090a0b,0x10111213
    +___
    +$code.=<<___	if ($LENDIAN);	# word-swapped
    +.long	0x10111213,0x10111213,0x10111213,0x00010203
    +.long	0x10111213,0x10111213,0x04050607,0x00010203
    +.long	0x10111213,0x08090a0b,0x04050607,0x00010203
    +___
    +}
    +$code.=<<___;
    +.asciz	"SHA${bits} for PowerISA 2.07, CRYPTOGAMS by "
    +.align	2
    +___
    +
    +$code =~ s/\`([^\`]*)\`/eval $1/gem;
    +print $code;
    +close STDOUT;
    diff --git a/openssl/crypto/sha/sha.c b/openssl/crypto/sha/sha.c
    index 42126551d..cfc12f3ed 100644
    --- a/openssl/crypto/sha/sha.c
    +++ b/openssl/crypto/sha/sha.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,65 +60,59 @@
     #include 
     #include 
     
    -#define BUFSIZE	1024*16
    +#define BUFSIZE 1024*16
     
     void do_fp(FILE *f);
     void pt(unsigned char *md);
     int read(int, void *, unsigned int);
     int main(int argc, char **argv)
    -	{
    -	int i,err=0;
    -	FILE *IN;
    +{
    +    int i, err = 0;
    +    FILE *IN;
     
    -	if (argc == 1)
    -		{
    -		do_fp(stdin);
    -		}
    -	else
    -		{
    -		for (i=1; i
    -#include 
    +# include 
    +# include 
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -#if defined(OPENSSL_NO_SHA) || (defined(OPENSSL_NO_SHA0) && defined(OPENSSL_NO_SHA1))
    -#error SHA is disabled.
    -#endif
    +# if defined(OPENSSL_NO_SHA) || (defined(OPENSSL_NO_SHA0) && defined(OPENSSL_NO_SHA1))
    +#  error SHA is disabled.
    +# endif
     
    -#if defined(OPENSSL_FIPS)
    -#define FIPS_SHA_SIZE_T size_t
    -#endif
    +# if defined(OPENSSL_FIPS)
    +#  define FIPS_SHA_SIZE_T size_t
    +# endif
     
    -/*
    +/*-
      * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
      * ! SHA_LONG has to be at least 32 bits wide. If it's wider, then !
      * ! SHA_LONG_LOG2 has to be defined along.                        !
      * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
      */
     
    -#if defined(__LP32__)
    -#define SHA_LONG unsigned long
    -#elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__)
    -#define SHA_LONG unsigned long
    -#define SHA_LONG_LOG2 3
    -#else
    -#define SHA_LONG unsigned int
    -#endif
    -
    -#define SHA_LBLOCK	16
    -#define SHA_CBLOCK	(SHA_LBLOCK*4)	/* SHA treats input data as a
    -					 * contiguous array of 32 bit
    -					 * wide big-endian values. */
    -#define SHA_LAST_BLOCK  (SHA_CBLOCK-8)
    -#define SHA_DIGEST_LENGTH 20
    -
    -typedef struct SHAstate_st
    -	{
    -	SHA_LONG h0,h1,h2,h3,h4;
    -	SHA_LONG Nl,Nh;
    -	SHA_LONG data[SHA_LBLOCK];
    -	unsigned int num;
    -	} SHA_CTX;
    -
    -#ifndef OPENSSL_NO_SHA0
    -#ifdef OPENSSL_FIPS
    +# if defined(__LP32__)
    +#  define SHA_LONG unsigned long
    +# elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__)
    +#  define SHA_LONG unsigned long
    +#  define SHA_LONG_LOG2 3
    +# else
    +#  define SHA_LONG unsigned int
    +# endif
    +
    +# define SHA_LBLOCK      16
    +# define SHA_CBLOCK      (SHA_LBLOCK*4)/* SHA treats input data as a
    +                                        * contiguous array of 32 bit wide
    +                                        * big-endian values. */
    +# define SHA_LAST_BLOCK  (SHA_CBLOCK-8)
    +# define SHA_DIGEST_LENGTH 20
    +
    +typedef struct SHAstate_st {
    +    SHA_LONG h0, h1, h2, h3, h4;
    +    SHA_LONG Nl, Nh;
    +    SHA_LONG data[SHA_LBLOCK];
    +    unsigned int num;
    +} SHA_CTX;
    +
    +# ifndef OPENSSL_NO_SHA0
    +#  ifdef OPENSSL_FIPS
     int private_SHA_Init(SHA_CTX *c);
    -#endif
    +#  endif
     int SHA_Init(SHA_CTX *c);
     int SHA_Update(SHA_CTX *c, const void *data, size_t len);
     int SHA_Final(unsigned char *md, SHA_CTX *c);
     unsigned char *SHA(const unsigned char *d, size_t n, unsigned char *md);
     void SHA_Transform(SHA_CTX *c, const unsigned char *data);
    -#endif
    -#ifndef OPENSSL_NO_SHA1
    -#ifdef OPENSSL_FIPS
    +# endif
    +# ifndef OPENSSL_NO_SHA1
    +#  ifdef OPENSSL_FIPS
     int private_SHA1_Init(SHA_CTX *c);
    -#endif
    +#  endif
     int SHA1_Init(SHA_CTX *c);
     int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
     int SHA1_Final(unsigned char *md, SHA_CTX *c);
     unsigned char *SHA1(const unsigned char *d, size_t n, unsigned char *md);
     void SHA1_Transform(SHA_CTX *c, const unsigned char *data);
    -#endif
    -
    -#define SHA256_CBLOCK	(SHA_LBLOCK*4)	/* SHA-256 treats input data as a
    -					 * contiguous array of 32 bit
    -					 * wide big-endian values. */
    -#define SHA224_DIGEST_LENGTH	28
    -#define SHA256_DIGEST_LENGTH	32
    -
    -typedef struct SHA256state_st
    -	{
    -	SHA_LONG h[8];
    -	SHA_LONG Nl,Nh;
    -	SHA_LONG data[SHA_LBLOCK];
    -	unsigned int num,md_len;
    -	} SHA256_CTX;
    -
    -#ifndef OPENSSL_NO_SHA256
    -#ifdef OPENSSL_FIPS
    +# endif
    +
    +# define SHA256_CBLOCK   (SHA_LBLOCK*4)/* SHA-256 treats input data as a
    +                                        * contiguous array of 32 bit wide
    +                                        * big-endian values. */
    +# define SHA224_DIGEST_LENGTH    28
    +# define SHA256_DIGEST_LENGTH    32
    +
    +typedef struct SHA256state_st {
    +    SHA_LONG h[8];
    +    SHA_LONG Nl, Nh;
    +    SHA_LONG data[SHA_LBLOCK];
    +    unsigned int num, md_len;
    +} SHA256_CTX;
    +
    +# ifndef OPENSSL_NO_SHA256
    +#  ifdef OPENSSL_FIPS
     int private_SHA224_Init(SHA256_CTX *c);
     int private_SHA256_Init(SHA256_CTX *c);
    -#endif
    +#  endif
     int SHA224_Init(SHA256_CTX *c);
     int SHA224_Update(SHA256_CTX *c, const void *data, size_t len);
     int SHA224_Final(unsigned char *md, SHA256_CTX *c);
    -unsigned char *SHA224(const unsigned char *d, size_t n,unsigned char *md);
    +unsigned char *SHA224(const unsigned char *d, size_t n, unsigned char *md);
     int SHA256_Init(SHA256_CTX *c);
     int SHA256_Update(SHA256_CTX *c, const void *data, size_t len);
     int SHA256_Final(unsigned char *md, SHA256_CTX *c);
    -unsigned char *SHA256(const unsigned char *d, size_t n,unsigned char *md);
    +unsigned char *SHA256(const unsigned char *d, size_t n, unsigned char *md);
     void SHA256_Transform(SHA256_CTX *c, const unsigned char *data);
    -#endif
    +# endif
     
    -#define SHA384_DIGEST_LENGTH	48
    -#define SHA512_DIGEST_LENGTH	64
    +# define SHA384_DIGEST_LENGTH    48
    +# define SHA512_DIGEST_LENGTH    64
     
    -#ifndef OPENSSL_NO_SHA512
    +# ifndef OPENSSL_NO_SHA512
     /*
      * Unlike 32-bit digest algorithms, SHA-512 *relies* on SHA_LONG64
      * being exactly 64-bit wide. See Implementation Notes in sha512.c
      * for further details.
      */
    -#define SHA512_CBLOCK	(SHA_LBLOCK*8)	/* SHA-512 treats input data as a
    -					 * contiguous array of 64 bit
    -					 * wide big-endian values. */
    -#if (defined(_WIN32) || defined(_WIN64)) && !defined(__MINGW32__)
    -#define SHA_LONG64 unsigned __int64
    -#define U64(C)     C##UI64
    -#elif defined(__arch64__)
    -#define SHA_LONG64 unsigned long
    -#define U64(C)     C##UL
    -#else
    -#define SHA_LONG64 unsigned long long
    -#define U64(C)     C##ULL
    -#endif
    -
    -typedef struct SHA512state_st
    -	{
    -	SHA_LONG64 h[8];
    -	SHA_LONG64 Nl,Nh;
    -	union {
    -		SHA_LONG64	d[SHA_LBLOCK];
    -		unsigned char	p[SHA512_CBLOCK];
    -	} u;
    -	unsigned int num,md_len;
    -	} SHA512_CTX;
    -#endif
    -
    -#ifndef OPENSSL_NO_SHA512
    -#ifdef OPENSSL_FIPS
    +/*
    + * SHA-512 treats input data as a
    + * contiguous array of 64 bit
    + * wide big-endian values.
    + */
    +#  define SHA512_CBLOCK   (SHA_LBLOCK*8)
    +#  if (defined(_WIN32) || defined(_WIN64)) && !defined(__MINGW32__)
    +#   define SHA_LONG64 unsigned __int64
    +#   define U64(C)     C##UI64
    +#  elif defined(__arch64__)
    +#   define SHA_LONG64 unsigned long
    +#   define U64(C)     C##UL
    +#  else
    +#   define SHA_LONG64 unsigned long long
    +#   define U64(C)     C##ULL
    +#  endif
    +
    +typedef struct SHA512state_st {
    +    SHA_LONG64 h[8];
    +    SHA_LONG64 Nl, Nh;
    +    union {
    +        SHA_LONG64 d[SHA_LBLOCK];
    +        unsigned char p[SHA512_CBLOCK];
    +    } u;
    +    unsigned int num, md_len;
    +} SHA512_CTX;
    +# endif
    +
    +# ifndef OPENSSL_NO_SHA512
    +#  ifdef OPENSSL_FIPS
     int private_SHA384_Init(SHA512_CTX *c);
     int private_SHA512_Init(SHA512_CTX *c);
    -#endif
    +#  endif
     int SHA384_Init(SHA512_CTX *c);
     int SHA384_Update(SHA512_CTX *c, const void *data, size_t len);
     int SHA384_Final(unsigned char *md, SHA512_CTX *c);
    -unsigned char *SHA384(const unsigned char *d, size_t n,unsigned char *md);
    +unsigned char *SHA384(const unsigned char *d, size_t n, unsigned char *md);
     int SHA512_Init(SHA512_CTX *c);
     int SHA512_Update(SHA512_CTX *c, const void *data, size_t len);
     int SHA512_Final(unsigned char *md, SHA512_CTX *c);
    -unsigned char *SHA512(const unsigned char *d, size_t n,unsigned char *md);
    +unsigned char *SHA512(const unsigned char *d, size_t n, unsigned char *md);
     void SHA512_Transform(SHA512_CTX *c, const unsigned char *data);
    -#endif
    +# endif
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/sha/sha1.c b/openssl/crypto/sha/sha1.c
    index d350c88ee..8dd19431b 100644
    --- a/openssl/crypto/sha/sha1.c
    +++ b/openssl/crypto/sha/sha1.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,7 +60,7 @@
     #include 
     #include 
     
    -#define BUFSIZE	1024*16
    +#define BUFSIZE 1024*16
     
     void do_fp(FILE *f);
     void pt(unsigned char *md);
    @@ -69,59 +69,53 @@ int read(int, void *, unsigned int);
     #endif
     
     int main(int argc, char **argv)
    -	{
    -	int i,err=0;
    -	FILE *IN;
    +{
    +    int i, err = 0;
    +    FILE *IN;
     
    -	if (argc == 1)
    -		{
    -		do_fp(stdin);
    -		}
    -	else
    -		{
    -		for (i=1; i
     #if !defined(OPENSSL_NO_SHA1) && !defined(OPENSSL_NO_SHA)
     
    -#undef  SHA_0
    -#define SHA_1
    +# undef  SHA_0
    +# define SHA_1
     
    -#include 
    +# include 
     
    -const char SHA1_version[]="SHA1" OPENSSL_VERSION_PTEXT;
    +const char SHA1_version[] = "SHA1" OPENSSL_VERSION_PTEXT;
     
     /* The implementation is in ../md32_common.h */
     
    -#include "sha_locl.h"
    +# include "sha_locl.h"
     
     #endif
    -
    diff --git a/openssl/crypto/sha/sha1test.c b/openssl/crypto/sha/sha1test.c
    index 6feb3964c..0052a95c7 100644
    --- a/openssl/crypto/sha/sha1test.c
    +++ b/openssl/crypto/sha/sha1test.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -66,113 +66,109 @@
     int main(int argc, char *argv[])
     {
         printf("No SHA support\n");
    -    return(0);
    +    return (0);
     }
     #else
    -#include 
    -#include 
    +# include 
    +# include 
     
    -#ifdef CHARSET_EBCDIC
    -#include 
    -#endif
    +# ifdef CHARSET_EBCDIC
    +#  include 
    +# endif
     
    -#undef SHA_0 /* FIPS 180 */
    -#define  SHA_1 /* FIPS 180-1 */
    -
    -static char *test[]={
    -	"abc",
    -	"abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq",
    -	NULL,
    -	};
    -
    -#ifdef SHA_0
    -static char *ret[]={
    -	"0164b8a914cd2a5e74c4f7ff082c4d97f1edf880",
    -	"d2516ee1acfa5baf33dfc1c471e438449ef134c8",
    -	};
    -static char *bigret=
    -	"3232affa48628a26653b5aaa44541fd90d690603";
    -#endif
    -#ifdef SHA_1
    -static char *ret[]={
    -	"a9993e364706816aba3e25717850c26c9cd0d89d",
    -	"84983e441c3bd26ebaae4aa1f95129e5e54670f1",
    -	};
    -static char *bigret=
    -	"34aa973cd4c4daa4f61eeb2bdbad27316534016f";
    -#endif
    +# undef SHA_0                   /* FIPS 180 */
    +# define  SHA_1                 /* FIPS 180-1 */
    +
    +static char *test[] = {
    +    "abc",
    +    "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq",
    +    NULL,
    +};
    +
    +# ifdef SHA_0
    +static char *ret[] = {
    +    "0164b8a914cd2a5e74c4f7ff082c4d97f1edf880",
    +    "d2516ee1acfa5baf33dfc1c471e438449ef134c8",
    +};
    +
    +static char *bigret = "3232affa48628a26653b5aaa44541fd90d690603";
    +# endif
    +# ifdef SHA_1
    +static char *ret[] = {
    +    "a9993e364706816aba3e25717850c26c9cd0d89d",
    +    "84983e441c3bd26ebaae4aa1f95129e5e54670f1",
    +};
    +
    +static char *bigret = "34aa973cd4c4daa4f61eeb2bdbad27316534016f";
    +# endif
     
     static char *pt(unsigned char *md);
     int main(int argc, char *argv[])
    -	{
    -	int i,err=0;
    -	char **P,**R;
    -	static unsigned char buf[1000];
    -	char *p,*r;
    -	EVP_MD_CTX c;
    -	unsigned char md[SHA_DIGEST_LENGTH];
    -
    -#ifdef CHARSET_EBCDIC
    -	ebcdic2ascii(test[0], test[0], strlen(test[0]));
    -	ebcdic2ascii(test[1], test[1], strlen(test[1]));
    -#endif
    +{
    +    int i, err = 0;
    +    char **P, **R;
    +    static unsigned char buf[1000];
    +    char *p, *r;
    +    EVP_MD_CTX c;
    +    unsigned char md[SHA_DIGEST_LENGTH];
     
    -	EVP_MD_CTX_init(&c);
    -	P=test;
    -	R=ret;
    -	i=1;
    -	while (*P != NULL)
    -		{
    -		EVP_Digest(*P,strlen((char *)*P),md,NULL,EVP_sha1(), NULL);
    -		p=pt(md);
    -		if (strcmp(p,(char *)*R) != 0)
    -			{
    -			printf("error calculating SHA1 on '%s'\n",*P);
    -			printf("got %s instead of %s\n",p,*R);
    -			err++;
    -			}
    -		else
    -			printf("test %d ok\n",i);
    -		i++;
    -		R++;
    -		P++;
    -		}
    -
    -	memset(buf,'a',1000);
    -#ifdef CHARSET_EBCDIC
    -	ebcdic2ascii(buf, buf, 1000);
    -#endif /*CHARSET_EBCDIC*/
    -	EVP_DigestInit_ex(&c,EVP_sha1(), NULL);
    -	for (i=0; i<1000; i++)
    -		EVP_DigestUpdate(&c,buf,1000);
    -	EVP_DigestFinal_ex(&c,md,NULL);
    -	p=pt(md);
    -
    -	r=bigret;
    -	if (strcmp(p,r) != 0)
    -		{
    -		printf("error calculating SHA1 on 'a' * 1000\n");
    -		printf("got %s instead of %s\n",p,r);
    -		err++;
    -		}
    -	else
    -		printf("test 3 ok\n");
    -
    -#ifdef OPENSSL_SYS_NETWARE
    -    if (err) printf("ERROR: %d\n", err);
    -#endif
    -	EXIT(err);
    -	EVP_MD_CTX_cleanup(&c);
    -	return(0);
    -	}
    +# ifdef CHARSET_EBCDIC
    +    ebcdic2ascii(test[0], test[0], strlen(test[0]));
    +    ebcdic2ascii(test[1], test[1], strlen(test[1]));
    +# endif
    +
    +    EVP_MD_CTX_init(&c);
    +    P = test;
    +    R = ret;
    +    i = 1;
    +    while (*P != NULL) {
    +        EVP_Digest(*P, strlen((char *)*P), md, NULL, EVP_sha1(), NULL);
    +        p = pt(md);
    +        if (strcmp(p, (char *)*R) != 0) {
    +            printf("error calculating SHA1 on '%s'\n", *P);
    +            printf("got %s instead of %s\n", p, *R);
    +            err++;
    +        } else
    +            printf("test %d ok\n", i);
    +        i++;
    +        R++;
    +        P++;
    +    }
    +
    +    memset(buf, 'a', 1000);
    +# ifdef CHARSET_EBCDIC
    +    ebcdic2ascii(buf, buf, 1000);
    +# endif                         /* CHARSET_EBCDIC */
    +    EVP_DigestInit_ex(&c, EVP_sha1(), NULL);
    +    for (i = 0; i < 1000; i++)
    +        EVP_DigestUpdate(&c, buf, 1000);
    +    EVP_DigestFinal_ex(&c, md, NULL);
    +    p = pt(md);
    +
    +    r = bigret;
    +    if (strcmp(p, r) != 0) {
    +        printf("error calculating SHA1 on 'a' * 1000\n");
    +        printf("got %s instead of %s\n", p, r);
    +        err++;
    +    } else
    +        printf("test 3 ok\n");
    +
    +# ifdef OPENSSL_SYS_NETWARE
    +    if (err)
    +        printf("ERROR: %d\n", err);
    +# endif
    +    EXIT(err);
    +    EVP_MD_CTX_cleanup(&c);
    +    return (0);
    +}
     
     static char *pt(unsigned char *md)
    -	{
    -	int i;
    -	static char buf[80];
    -
    -	for (i=0; i
     #if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA256)
     
    -#include 
    -#include 
    +# include 
    +# include 
     
    -#include 
    -#include 
    -#include 
    +# include 
    +# include 
    +# include 
     
    -const char SHA256_version[]="SHA-256" OPENSSL_VERSION_PTEXT;
    +const char SHA256_version[] = "SHA-256" OPENSSL_VERSION_PTEXT;
     
     fips_md_init_ctx(SHA224, SHA256)
    -	{
    -	memset (c,0,sizeof(*c));
    -	c->h[0]=0xc1059ed8UL;	c->h[1]=0x367cd507UL;
    -	c->h[2]=0x3070dd17UL;	c->h[3]=0xf70e5939UL;
    -	c->h[4]=0xffc00b31UL;	c->h[5]=0x68581511UL;
    -	c->h[6]=0x64f98fa7UL;	c->h[7]=0xbefa4fa4UL;
    -	c->md_len=SHA224_DIGEST_LENGTH;
    -	return 1;
    -	}
    +{
    +    memset(c, 0, sizeof(*c));
    +    c->h[0] = 0xc1059ed8UL;
    +    c->h[1] = 0x367cd507UL;
    +    c->h[2] = 0x3070dd17UL;
    +    c->h[3] = 0xf70e5939UL;
    +    c->h[4] = 0xffc00b31UL;
    +    c->h[5] = 0x68581511UL;
    +    c->h[6] = 0x64f98fa7UL;
    +    c->h[7] = 0xbefa4fa4UL;
    +    c->md_len = SHA224_DIGEST_LENGTH;
    +    return 1;
    +}
     
     fips_md_init(SHA256)
    -	{
    -	memset (c,0,sizeof(*c));
    -	c->h[0]=0x6a09e667UL;	c->h[1]=0xbb67ae85UL;
    -	c->h[2]=0x3c6ef372UL;	c->h[3]=0xa54ff53aUL;
    -	c->h[4]=0x510e527fUL;	c->h[5]=0x9b05688cUL;
    -	c->h[6]=0x1f83d9abUL;	c->h[7]=0x5be0cd19UL;
    -	c->md_len=SHA256_DIGEST_LENGTH;
    -	return 1;
    -	}
    +{
    +    memset(c, 0, sizeof(*c));
    +    c->h[0] = 0x6a09e667UL;
    +    c->h[1] = 0xbb67ae85UL;
    +    c->h[2] = 0x3c6ef372UL;
    +    c->h[3] = 0xa54ff53aUL;
    +    c->h[4] = 0x510e527fUL;
    +    c->h[5] = 0x9b05688cUL;
    +    c->h[6] = 0x1f83d9abUL;
    +    c->h[7] = 0x5be0cd19UL;
    +    c->md_len = SHA256_DIGEST_LENGTH;
    +    return 1;
    +}
     
     unsigned char *SHA224(const unsigned char *d, size_t n, unsigned char *md)
    -	{
    -	SHA256_CTX c;
    -	static unsigned char m[SHA224_DIGEST_LENGTH];
    -
    -	if (md == NULL) md=m;
    -	SHA224_Init(&c);
    -	SHA256_Update(&c,d,n);
    -	SHA256_Final(md,&c);
    -	OPENSSL_cleanse(&c,sizeof(c));
    -	return(md);
    -	}
    +{
    +    SHA256_CTX c;
    +    static unsigned char m[SHA224_DIGEST_LENGTH];
    +
    +    if (md == NULL)
    +        md = m;
    +    SHA224_Init(&c);
    +    SHA256_Update(&c, d, n);
    +    SHA256_Final(md, &c);
    +    OPENSSL_cleanse(&c, sizeof(c));
    +    return (md);
    +}
     
     unsigned char *SHA256(const unsigned char *d, size_t n, unsigned char *md)
    -	{
    -	SHA256_CTX c;
    -	static unsigned char m[SHA256_DIGEST_LENGTH];
    -
    -	if (md == NULL) md=m;
    -	SHA256_Init(&c);
    -	SHA256_Update(&c,d,n);
    -	SHA256_Final(md,&c);
    -	OPENSSL_cleanse(&c,sizeof(c));
    -	return(md);
    -	}
    +{
    +    SHA256_CTX c;
    +    static unsigned char m[SHA256_DIGEST_LENGTH];
    +
    +    if (md == NULL)
    +        md = m;
    +    SHA256_Init(&c);
    +    SHA256_Update(&c, d, n);
    +    SHA256_Final(md, &c);
    +    OPENSSL_cleanse(&c, sizeof(c));
    +    return (md);
    +}
     
     int SHA224_Update(SHA256_CTX *c, const void *data, size_t len)
    -{   return SHA256_Update (c,data,len);   }
    -int SHA224_Final (unsigned char *md, SHA256_CTX *c)
    -{   return SHA256_Final (md,c);   }
    +{
    +    return SHA256_Update(c, data, len);
    +}
     
    -#define	DATA_ORDER_IS_BIG_ENDIAN
    +int SHA224_Final(unsigned char *md, SHA256_CTX *c)
    +{
    +    return SHA256_Final(md, c);
    +}
    +
    +# define DATA_ORDER_IS_BIG_ENDIAN
     
    -#define	HASH_LONG		SHA_LONG
    -#define	HASH_CTX		SHA256_CTX
    -#define	HASH_CBLOCK		SHA_CBLOCK
    +# define HASH_LONG               SHA_LONG
    +# define HASH_CTX                SHA256_CTX
    +# define HASH_CBLOCK             SHA_CBLOCK
     /*
      * Note that FIPS180-2 discusses "Truncation of the Hash Function Output."
      * default: case below covers for it. It's not clear however if it's
    @@ -82,201 +97,291 @@ int SHA224_Final (unsigned char *md, SHA256_CTX *c)
      * Idea behind separate cases for pre-defined lenghts is to let the
      * compiler decide if it's appropriate to unroll small loops.
      */
    -#define	HASH_MAKE_STRING(c,s)	do {	\
    -	unsigned long ll;		\
    -	unsigned int  nn;		\
    -	switch ((c)->md_len)		\
    -	{   case SHA224_DIGEST_LENGTH:	\
    -		for (nn=0;nnh[nn]; (void)HOST_l2c(ll,(s));   }	\
    -		break;			\
    -	    case SHA256_DIGEST_LENGTH:	\
    -		for (nn=0;nnh[nn]; (void)HOST_l2c(ll,(s));   }	\
    -		break;			\
    -	    default:			\
    -		if ((c)->md_len > SHA256_DIGEST_LENGTH)	\
    -		    return 0;				\
    -		for (nn=0;nn<(c)->md_len/4;nn++)		\
    -		{   ll=(c)->h[nn]; (void)HOST_l2c(ll,(s));   }	\
    -		break;			\
    -	}				\
    -	} while (0)
    -
    -#define	HASH_UPDATE		SHA256_Update
    -#define	HASH_TRANSFORM		SHA256_Transform
    -#define	HASH_FINAL		SHA256_Final
    -#define	HASH_BLOCK_DATA_ORDER	sha256_block_data_order
    -#ifndef SHA256_ASM
    +# define HASH_MAKE_STRING(c,s)   do {    \
    +        unsigned long ll;               \
    +        unsigned int  nn;               \
    +        switch ((c)->md_len)            \
    +        {   case SHA224_DIGEST_LENGTH:  \
    +                for (nn=0;nnh[nn]; (void)HOST_l2c(ll,(s));   }  \
    +                break;                  \
    +            case SHA256_DIGEST_LENGTH:  \
    +                for (nn=0;nnh[nn]; (void)HOST_l2c(ll,(s));   }  \
    +                break;                  \
    +            default:                    \
    +                if ((c)->md_len > SHA256_DIGEST_LENGTH) \
    +                    return 0;                           \
    +                for (nn=0;nn<(c)->md_len/4;nn++)                \
    +                {   ll=(c)->h[nn]; (void)HOST_l2c(ll,(s));   }  \
    +                break;                  \
    +        }                               \
    +        } while (0)
    +
    +# define HASH_UPDATE             SHA256_Update
    +# define HASH_TRANSFORM          SHA256_Transform
    +# define HASH_FINAL              SHA256_Final
    +# define HASH_BLOCK_DATA_ORDER   sha256_block_data_order
    +# ifndef SHA256_ASM
     static
    -#endif
    -void sha256_block_data_order (SHA256_CTX *ctx, const void *in, size_t num);
    +# endif
    +void sha256_block_data_order(SHA256_CTX *ctx, const void *in, size_t num);
     
    -#include "md32_common.h"
    +# include "md32_common.h"
     
    -#ifndef SHA256_ASM
    +# ifndef SHA256_ASM
     static const SHA_LONG K256[64] = {
    -	0x428a2f98UL,0x71374491UL,0xb5c0fbcfUL,0xe9b5dba5UL,
    -	0x3956c25bUL,0x59f111f1UL,0x923f82a4UL,0xab1c5ed5UL,
    -	0xd807aa98UL,0x12835b01UL,0x243185beUL,0x550c7dc3UL,
    -	0x72be5d74UL,0x80deb1feUL,0x9bdc06a7UL,0xc19bf174UL,
    -	0xe49b69c1UL,0xefbe4786UL,0x0fc19dc6UL,0x240ca1ccUL,
    -	0x2de92c6fUL,0x4a7484aaUL,0x5cb0a9dcUL,0x76f988daUL,
    -	0x983e5152UL,0xa831c66dUL,0xb00327c8UL,0xbf597fc7UL,
    -	0xc6e00bf3UL,0xd5a79147UL,0x06ca6351UL,0x14292967UL,
    -	0x27b70a85UL,0x2e1b2138UL,0x4d2c6dfcUL,0x53380d13UL,
    -	0x650a7354UL,0x766a0abbUL,0x81c2c92eUL,0x92722c85UL,
    -	0xa2bfe8a1UL,0xa81a664bUL,0xc24b8b70UL,0xc76c51a3UL,
    -	0xd192e819UL,0xd6990624UL,0xf40e3585UL,0x106aa070UL,
    -	0x19a4c116UL,0x1e376c08UL,0x2748774cUL,0x34b0bcb5UL,
    -	0x391c0cb3UL,0x4ed8aa4aUL,0x5b9cca4fUL,0x682e6ff3UL,
    -	0x748f82eeUL,0x78a5636fUL,0x84c87814UL,0x8cc70208UL,
    -	0x90befffaUL,0xa4506cebUL,0xbef9a3f7UL,0xc67178f2UL };
    +    0x428a2f98UL, 0x71374491UL, 0xb5c0fbcfUL, 0xe9b5dba5UL,
    +    0x3956c25bUL, 0x59f111f1UL, 0x923f82a4UL, 0xab1c5ed5UL,
    +    0xd807aa98UL, 0x12835b01UL, 0x243185beUL, 0x550c7dc3UL,
    +    0x72be5d74UL, 0x80deb1feUL, 0x9bdc06a7UL, 0xc19bf174UL,
    +    0xe49b69c1UL, 0xefbe4786UL, 0x0fc19dc6UL, 0x240ca1ccUL,
    +    0x2de92c6fUL, 0x4a7484aaUL, 0x5cb0a9dcUL, 0x76f988daUL,
    +    0x983e5152UL, 0xa831c66dUL, 0xb00327c8UL, 0xbf597fc7UL,
    +    0xc6e00bf3UL, 0xd5a79147UL, 0x06ca6351UL, 0x14292967UL,
    +    0x27b70a85UL, 0x2e1b2138UL, 0x4d2c6dfcUL, 0x53380d13UL,
    +    0x650a7354UL, 0x766a0abbUL, 0x81c2c92eUL, 0x92722c85UL,
    +    0xa2bfe8a1UL, 0xa81a664bUL, 0xc24b8b70UL, 0xc76c51a3UL,
    +    0xd192e819UL, 0xd6990624UL, 0xf40e3585UL, 0x106aa070UL,
    +    0x19a4c116UL, 0x1e376c08UL, 0x2748774cUL, 0x34b0bcb5UL,
    +    0x391c0cb3UL, 0x4ed8aa4aUL, 0x5b9cca4fUL, 0x682e6ff3UL,
    +    0x748f82eeUL, 0x78a5636fUL, 0x84c87814UL, 0x8cc70208UL,
    +    0x90befffaUL, 0xa4506cebUL, 0xbef9a3f7UL, 0xc67178f2UL
    +};
     
     /*
      * FIPS specification refers to right rotations, while our ROTATE macro
      * is left one. This is why you might notice that rotation coefficients
      * differ from those observed in FIPS document by 32-N...
      */
    -#define Sigma0(x)	(ROTATE((x),30) ^ ROTATE((x),19) ^ ROTATE((x),10))
    -#define Sigma1(x)	(ROTATE((x),26) ^ ROTATE((x),21) ^ ROTATE((x),7))
    -#define sigma0(x)	(ROTATE((x),25) ^ ROTATE((x),14) ^ ((x)>>3))
    -#define sigma1(x)	(ROTATE((x),15) ^ ROTATE((x),13) ^ ((x)>>10))
    -
    -#define Ch(x,y,z)	(((x) & (y)) ^ ((~(x)) & (z)))
    -#define Maj(x,y,z)	(((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z)))
    -
    -#ifdef OPENSSL_SMALL_FOOTPRINT
    -
    -static void sha256_block_data_order (SHA256_CTX *ctx, const void *in, size_t num)
    -	{
    -	unsigned MD32_REG_T a,b,c,d,e,f,g,h,s0,s1,T1,T2;
    -	SHA_LONG	X[16],l;
    -	int i;
    -	const unsigned char *data=in;
    -
    -			while (num--) {
    -
    -	a = ctx->h[0];	b = ctx->h[1];	c = ctx->h[2];	d = ctx->h[3];
    -	e = ctx->h[4];	f = ctx->h[5];	g = ctx->h[6];	h = ctx->h[7];
    -
    -	for (i=0;i<16;i++)
    -		{
    -		HOST_c2l(data,l); T1 = X[i] = l;
    -		T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i];
    -		T2 = Sigma0(a) + Maj(a,b,c);
    -		h = g;	g = f;	f = e;	e = d + T1;
    -		d = c;	c = b;	b = a;	a = T1 + T2;
    -		}
    -
    -	for (;i<64;i++)
    -		{
    -		s0 = X[(i+1)&0x0f];	s0 = sigma0(s0);
    -		s1 = X[(i+14)&0x0f];	s1 = sigma1(s1);
    -
    -		T1 = X[i&0xf] += s0 + s1 + X[(i+9)&0xf];
    -		T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i];
    -		T2 = Sigma0(a) + Maj(a,b,c);
    -		h = g;	g = f;	f = e;	e = d + T1;
    -		d = c;	c = b;	b = a;	a = T1 + T2;
    -		}
    -
    -	ctx->h[0] += a;	ctx->h[1] += b;	ctx->h[2] += c;	ctx->h[3] += d;
    -	ctx->h[4] += e;	ctx->h[5] += f;	ctx->h[6] += g;	ctx->h[7] += h;
    -
    -			}
    +#  define Sigma0(x)       (ROTATE((x),30) ^ ROTATE((x),19) ^ ROTATE((x),10))
    +#  define Sigma1(x)       (ROTATE((x),26) ^ ROTATE((x),21) ^ ROTATE((x),7))
    +#  define sigma0(x)       (ROTATE((x),25) ^ ROTATE((x),14) ^ ((x)>>3))
    +#  define sigma1(x)       (ROTATE((x),15) ^ ROTATE((x),13) ^ ((x)>>10))
    +
    +#  define Ch(x,y,z)       (((x) & (y)) ^ ((~(x)) & (z)))
    +#  define Maj(x,y,z)      (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z)))
    +
    +#  ifdef OPENSSL_SMALL_FOOTPRINT
    +
    +static void sha256_block_data_order(SHA256_CTX *ctx, const void *in,
    +                                    size_t num)
    +{
    +    unsigned MD32_REG_T a, b, c, d, e, f, g, h, s0, s1, T1, T2;
    +    SHA_LONG X[16], l;
    +    int i;
    +    const unsigned char *data = in;
    +
    +    while (num--) {
    +
    +        a = ctx->h[0];
    +        b = ctx->h[1];
    +        c = ctx->h[2];
    +        d = ctx->h[3];
    +        e = ctx->h[4];
    +        f = ctx->h[5];
    +        g = ctx->h[6];
    +        h = ctx->h[7];
    +
    +        for (i = 0; i < 16; i++) {
    +            HOST_c2l(data, l);
    +            T1 = X[i] = l;
    +            T1 += h + Sigma1(e) + Ch(e, f, g) + K256[i];
    +            T2 = Sigma0(a) + Maj(a, b, c);
    +            h = g;
    +            g = f;
    +            f = e;
    +            e = d + T1;
    +            d = c;
    +            c = b;
    +            b = a;
    +            a = T1 + T2;
    +        }
    +
    +        for (; i < 64; i++) {
    +            s0 = X[(i + 1) & 0x0f];
    +            s0 = sigma0(s0);
    +            s1 = X[(i + 14) & 0x0f];
    +            s1 = sigma1(s1);
    +
    +            T1 = X[i & 0xf] += s0 + s1 + X[(i + 9) & 0xf];
    +            T1 += h + Sigma1(e) + Ch(e, f, g) + K256[i];
    +            T2 = Sigma0(a) + Maj(a, b, c);
    +            h = g;
    +            g = f;
    +            f = e;
    +            e = d + T1;
    +            d = c;
    +            c = b;
    +            b = a;
    +            a = T1 + T2;
    +        }
    +
    +        ctx->h[0] += a;
    +        ctx->h[1] += b;
    +        ctx->h[2] += c;
    +        ctx->h[3] += d;
    +        ctx->h[4] += e;
    +        ctx->h[5] += f;
    +        ctx->h[6] += g;
    +        ctx->h[7] += h;
    +
    +    }
     }
     
    -#else
    -
    -#define	ROUND_00_15(i,a,b,c,d,e,f,g,h)		do {	\
    -	T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i];	\
    -	h = Sigma0(a) + Maj(a,b,c);			\
    -	d += T1;	h += T1;		} while (0)
    -
    -#define	ROUND_16_63(i,a,b,c,d,e,f,g,h,X)	do {	\
    -	s0 = X[(i+1)&0x0f];	s0 = sigma0(s0);	\
    -	s1 = X[(i+14)&0x0f];	s1 = sigma1(s1);	\
    -	T1 = X[(i)&0x0f] += s0 + s1 + X[(i+9)&0x0f];	\
    -	ROUND_00_15(i,a,b,c,d,e,f,g,h);		} while (0)
    -
    -static void sha256_block_data_order (SHA256_CTX *ctx, const void *in, size_t num)
    -	{
    -	unsigned MD32_REG_T a,b,c,d,e,f,g,h,s0,s1,T1;
    -	SHA_LONG	X[16];
    -	int i;
    -	const unsigned char *data=in;
    -	const union { long one; char little; } is_endian = {1};
    -
    -			while (num--) {
    -
    -	a = ctx->h[0];	b = ctx->h[1];	c = ctx->h[2];	d = ctx->h[3];
    -	e = ctx->h[4];	f = ctx->h[5];	g = ctx->h[6];	h = ctx->h[7];
    -
    -	if (!is_endian.little && sizeof(SHA_LONG)==4 && ((size_t)in%4)==0)
    -		{
    -		const SHA_LONG *W=(const SHA_LONG *)data;
    -
    -		T1 = X[0] = W[0];	ROUND_00_15(0,a,b,c,d,e,f,g,h);
    -		T1 = X[1] = W[1];	ROUND_00_15(1,h,a,b,c,d,e,f,g);
    -		T1 = X[2] = W[2];	ROUND_00_15(2,g,h,a,b,c,d,e,f);
    -		T1 = X[3] = W[3];	ROUND_00_15(3,f,g,h,a,b,c,d,e);
    -		T1 = X[4] = W[4];	ROUND_00_15(4,e,f,g,h,a,b,c,d);
    -		T1 = X[5] = W[5];	ROUND_00_15(5,d,e,f,g,h,a,b,c);
    -		T1 = X[6] = W[6];	ROUND_00_15(6,c,d,e,f,g,h,a,b);
    -		T1 = X[7] = W[7];	ROUND_00_15(7,b,c,d,e,f,g,h,a);
    -		T1 = X[8] = W[8];	ROUND_00_15(8,a,b,c,d,e,f,g,h);
    -		T1 = X[9] = W[9];	ROUND_00_15(9,h,a,b,c,d,e,f,g);
    -		T1 = X[10] = W[10];	ROUND_00_15(10,g,h,a,b,c,d,e,f);
    -		T1 = X[11] = W[11];	ROUND_00_15(11,f,g,h,a,b,c,d,e);
    -		T1 = X[12] = W[12];	ROUND_00_15(12,e,f,g,h,a,b,c,d);
    -		T1 = X[13] = W[13];	ROUND_00_15(13,d,e,f,g,h,a,b,c);
    -		T1 = X[14] = W[14];	ROUND_00_15(14,c,d,e,f,g,h,a,b);
    -		T1 = X[15] = W[15];	ROUND_00_15(15,b,c,d,e,f,g,h,a);
    -
    -		data += SHA256_CBLOCK;
    -		}
    -	else
    -		{
    -		SHA_LONG l;
    -
    -		HOST_c2l(data,l); T1 = X[0] = l;  ROUND_00_15(0,a,b,c,d,e,f,g,h);
    -		HOST_c2l(data,l); T1 = X[1] = l;  ROUND_00_15(1,h,a,b,c,d,e,f,g);
    -		HOST_c2l(data,l); T1 = X[2] = l;  ROUND_00_15(2,g,h,a,b,c,d,e,f);
    -		HOST_c2l(data,l); T1 = X[3] = l;  ROUND_00_15(3,f,g,h,a,b,c,d,e);
    -		HOST_c2l(data,l); T1 = X[4] = l;  ROUND_00_15(4,e,f,g,h,a,b,c,d);
    -		HOST_c2l(data,l); T1 = X[5] = l;  ROUND_00_15(5,d,e,f,g,h,a,b,c);
    -		HOST_c2l(data,l); T1 = X[6] = l;  ROUND_00_15(6,c,d,e,f,g,h,a,b);
    -		HOST_c2l(data,l); T1 = X[7] = l;  ROUND_00_15(7,b,c,d,e,f,g,h,a);
    -		HOST_c2l(data,l); T1 = X[8] = l;  ROUND_00_15(8,a,b,c,d,e,f,g,h);
    -		HOST_c2l(data,l); T1 = X[9] = l;  ROUND_00_15(9,h,a,b,c,d,e,f,g);
    -		HOST_c2l(data,l); T1 = X[10] = l; ROUND_00_15(10,g,h,a,b,c,d,e,f);
    -		HOST_c2l(data,l); T1 = X[11] = l; ROUND_00_15(11,f,g,h,a,b,c,d,e);
    -		HOST_c2l(data,l); T1 = X[12] = l; ROUND_00_15(12,e,f,g,h,a,b,c,d);
    -		HOST_c2l(data,l); T1 = X[13] = l; ROUND_00_15(13,d,e,f,g,h,a,b,c);
    -		HOST_c2l(data,l); T1 = X[14] = l; ROUND_00_15(14,c,d,e,f,g,h,a,b);
    -		HOST_c2l(data,l); T1 = X[15] = l; ROUND_00_15(15,b,c,d,e,f,g,h,a);
    -		}
    -
    -	for (i=16;i<64;i+=8)
    -		{
    -		ROUND_16_63(i+0,a,b,c,d,e,f,g,h,X);
    -		ROUND_16_63(i+1,h,a,b,c,d,e,f,g,X);
    -		ROUND_16_63(i+2,g,h,a,b,c,d,e,f,X);
    -		ROUND_16_63(i+3,f,g,h,a,b,c,d,e,X);
    -		ROUND_16_63(i+4,e,f,g,h,a,b,c,d,X);
    -		ROUND_16_63(i+5,d,e,f,g,h,a,b,c,X);
    -		ROUND_16_63(i+6,c,d,e,f,g,h,a,b,X);
    -		ROUND_16_63(i+7,b,c,d,e,f,g,h,a,X);
    -		}
    -
    -	ctx->h[0] += a;	ctx->h[1] += b;	ctx->h[2] += c;	ctx->h[3] += d;
    -	ctx->h[4] += e;	ctx->h[5] += f;	ctx->h[6] += g;	ctx->h[7] += h;
    -
    -			}
    -	}
    -
    -#endif
    -#endif /* SHA256_ASM */
    -
    -#endif /* OPENSSL_NO_SHA256 */
    +#  else
    +
    +#   define ROUND_00_15(i,a,b,c,d,e,f,g,h)          do {    \
    +        T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i];      \
    +        h = Sigma0(a) + Maj(a,b,c);                     \
    +        d += T1;        h += T1;                } while (0)
    +
    +#   define ROUND_16_63(i,a,b,c,d,e,f,g,h,X)        do {    \
    +        s0 = X[(i+1)&0x0f];     s0 = sigma0(s0);        \
    +        s1 = X[(i+14)&0x0f];    s1 = sigma1(s1);        \
    +        T1 = X[(i)&0x0f] += s0 + s1 + X[(i+9)&0x0f];    \
    +        ROUND_00_15(i,a,b,c,d,e,f,g,h);         } while (0)
    +
    +static void sha256_block_data_order(SHA256_CTX *ctx, const void *in,
    +                                    size_t num)
    +{
    +    unsigned MD32_REG_T a, b, c, d, e, f, g, h, s0, s1, T1;
    +    SHA_LONG X[16];
    +    int i;
    +    const unsigned char *data = in;
    +    const union {
    +        long one;
    +        char little;
    +    } is_endian = {
    +        1
    +    };
    +
    +    while (num--) {
    +
    +        a = ctx->h[0];
    +        b = ctx->h[1];
    +        c = ctx->h[2];
    +        d = ctx->h[3];
    +        e = ctx->h[4];
    +        f = ctx->h[5];
    +        g = ctx->h[6];
    +        h = ctx->h[7];
    +
    +        if (!is_endian.little && sizeof(SHA_LONG) == 4
    +            && ((size_t)in % 4) == 0) {
    +            const SHA_LONG *W = (const SHA_LONG *)data;
    +
    +            T1 = X[0] = W[0];
    +            ROUND_00_15(0, a, b, c, d, e, f, g, h);
    +            T1 = X[1] = W[1];
    +            ROUND_00_15(1, h, a, b, c, d, e, f, g);
    +            T1 = X[2] = W[2];
    +            ROUND_00_15(2, g, h, a, b, c, d, e, f);
    +            T1 = X[3] = W[3];
    +            ROUND_00_15(3, f, g, h, a, b, c, d, e);
    +            T1 = X[4] = W[4];
    +            ROUND_00_15(4, e, f, g, h, a, b, c, d);
    +            T1 = X[5] = W[5];
    +            ROUND_00_15(5, d, e, f, g, h, a, b, c);
    +            T1 = X[6] = W[6];
    +            ROUND_00_15(6, c, d, e, f, g, h, a, b);
    +            T1 = X[7] = W[7];
    +            ROUND_00_15(7, b, c, d, e, f, g, h, a);
    +            T1 = X[8] = W[8];
    +            ROUND_00_15(8, a, b, c, d, e, f, g, h);
    +            T1 = X[9] = W[9];
    +            ROUND_00_15(9, h, a, b, c, d, e, f, g);
    +            T1 = X[10] = W[10];
    +            ROUND_00_15(10, g, h, a, b, c, d, e, f);
    +            T1 = X[11] = W[11];
    +            ROUND_00_15(11, f, g, h, a, b, c, d, e);
    +            T1 = X[12] = W[12];
    +            ROUND_00_15(12, e, f, g, h, a, b, c, d);
    +            T1 = X[13] = W[13];
    +            ROUND_00_15(13, d, e, f, g, h, a, b, c);
    +            T1 = X[14] = W[14];
    +            ROUND_00_15(14, c, d, e, f, g, h, a, b);
    +            T1 = X[15] = W[15];
    +            ROUND_00_15(15, b, c, d, e, f, g, h, a);
    +
    +            data += SHA256_CBLOCK;
    +        } else {
    +            SHA_LONG l;
    +
    +            HOST_c2l(data, l);
    +            T1 = X[0] = l;
    +            ROUND_00_15(0, a, b, c, d, e, f, g, h);
    +            HOST_c2l(data, l);
    +            T1 = X[1] = l;
    +            ROUND_00_15(1, h, a, b, c, d, e, f, g);
    +            HOST_c2l(data, l);
    +            T1 = X[2] = l;
    +            ROUND_00_15(2, g, h, a, b, c, d, e, f);
    +            HOST_c2l(data, l);
    +            T1 = X[3] = l;
    +            ROUND_00_15(3, f, g, h, a, b, c, d, e);
    +            HOST_c2l(data, l);
    +            T1 = X[4] = l;
    +            ROUND_00_15(4, e, f, g, h, a, b, c, d);
    +            HOST_c2l(data, l);
    +            T1 = X[5] = l;
    +            ROUND_00_15(5, d, e, f, g, h, a, b, c);
    +            HOST_c2l(data, l);
    +            T1 = X[6] = l;
    +            ROUND_00_15(6, c, d, e, f, g, h, a, b);
    +            HOST_c2l(data, l);
    +            T1 = X[7] = l;
    +            ROUND_00_15(7, b, c, d, e, f, g, h, a);
    +            HOST_c2l(data, l);
    +            T1 = X[8] = l;
    +            ROUND_00_15(8, a, b, c, d, e, f, g, h);
    +            HOST_c2l(data, l);
    +            T1 = X[9] = l;
    +            ROUND_00_15(9, h, a, b, c, d, e, f, g);
    +            HOST_c2l(data, l);
    +            T1 = X[10] = l;
    +            ROUND_00_15(10, g, h, a, b, c, d, e, f);
    +            HOST_c2l(data, l);
    +            T1 = X[11] = l;
    +            ROUND_00_15(11, f, g, h, a, b, c, d, e);
    +            HOST_c2l(data, l);
    +            T1 = X[12] = l;
    +            ROUND_00_15(12, e, f, g, h, a, b, c, d);
    +            HOST_c2l(data, l);
    +            T1 = X[13] = l;
    +            ROUND_00_15(13, d, e, f, g, h, a, b, c);
    +            HOST_c2l(data, l);
    +            T1 = X[14] = l;
    +            ROUND_00_15(14, c, d, e, f, g, h, a, b);
    +            HOST_c2l(data, l);
    +            T1 = X[15] = l;
    +            ROUND_00_15(15, b, c, d, e, f, g, h, a);
    +        }
    +
    +        for (i = 16; i < 64; i += 8) {
    +            ROUND_16_63(i + 0, a, b, c, d, e, f, g, h, X);
    +            ROUND_16_63(i + 1, h, a, b, c, d, e, f, g, X);
    +            ROUND_16_63(i + 2, g, h, a, b, c, d, e, f, X);
    +            ROUND_16_63(i + 3, f, g, h, a, b, c, d, e, X);
    +            ROUND_16_63(i + 4, e, f, g, h, a, b, c, d, X);
    +            ROUND_16_63(i + 5, d, e, f, g, h, a, b, c, X);
    +            ROUND_16_63(i + 6, c, d, e, f, g, h, a, b, X);
    +            ROUND_16_63(i + 7, b, c, d, e, f, g, h, a, X);
    +        }
    +
    +        ctx->h[0] += a;
    +        ctx->h[1] += b;
    +        ctx->h[2] += c;
    +        ctx->h[3] += d;
    +        ctx->h[4] += e;
    +        ctx->h[5] += f;
    +        ctx->h[6] += g;
    +        ctx->h[7] += h;
    +
    +    }
    +}
    +
    +#  endif
    +# endif                         /* SHA256_ASM */
    +
    +#endif                          /* OPENSSL_NO_SHA256 */
    diff --git a/openssl/crypto/sha/sha256t.c b/openssl/crypto/sha/sha256t.c
    index 6b4a3bd00..35dbbc2a9 100644
    --- a/openssl/crypto/sha/sha256t.c
    +++ b/openssl/crypto/sha/sha256t.c
    @@ -14,134 +14,145 @@
     int main(int argc, char *argv[])
     {
         printf("No SHA256 support\n");
    -    return(0);
    +    return (0);
     }
     #else
     
     unsigned char app_b1[SHA256_DIGEST_LENGTH] = {
    -	0xba,0x78,0x16,0xbf,0x8f,0x01,0xcf,0xea,
    -	0x41,0x41,0x40,0xde,0x5d,0xae,0x22,0x23,
    -	0xb0,0x03,0x61,0xa3,0x96,0x17,0x7a,0x9c,
    -	0xb4,0x10,0xff,0x61,0xf2,0x00,0x15,0xad	};
    +    0xba, 0x78, 0x16, 0xbf, 0x8f, 0x01, 0xcf, 0xea,
    +    0x41, 0x41, 0x40, 0xde, 0x5d, 0xae, 0x22, 0x23,
    +    0xb0, 0x03, 0x61, 0xa3, 0x96, 0x17, 0x7a, 0x9c,
    +    0xb4, 0x10, 0xff, 0x61, 0xf2, 0x00, 0x15, 0xad
    +};
     
     unsigned char app_b2[SHA256_DIGEST_LENGTH] = {
    -	0x24,0x8d,0x6a,0x61,0xd2,0x06,0x38,0xb8,
    -	0xe5,0xc0,0x26,0x93,0x0c,0x3e,0x60,0x39,
    -	0xa3,0x3c,0xe4,0x59,0x64,0xff,0x21,0x67,
    -	0xf6,0xec,0xed,0xd4,0x19,0xdb,0x06,0xc1	};
    +    0x24, 0x8d, 0x6a, 0x61, 0xd2, 0x06, 0x38, 0xb8,
    +    0xe5, 0xc0, 0x26, 0x93, 0x0c, 0x3e, 0x60, 0x39,
    +    0xa3, 0x3c, 0xe4, 0x59, 0x64, 0xff, 0x21, 0x67,
    +    0xf6, 0xec, 0xed, 0xd4, 0x19, 0xdb, 0x06, 0xc1
    +};
     
     unsigned char app_b3[SHA256_DIGEST_LENGTH] = {
    -	0xcd,0xc7,0x6e,0x5c,0x99,0x14,0xfb,0x92,
    -	0x81,0xa1,0xc7,0xe2,0x84,0xd7,0x3e,0x67,
    -	0xf1,0x80,0x9a,0x48,0xa4,0x97,0x20,0x0e,
    -	0x04,0x6d,0x39,0xcc,0xc7,0x11,0x2c,0xd0	};
    +    0xcd, 0xc7, 0x6e, 0x5c, 0x99, 0x14, 0xfb, 0x92,
    +    0x81, 0xa1, 0xc7, 0xe2, 0x84, 0xd7, 0x3e, 0x67,
    +    0xf1, 0x80, 0x9a, 0x48, 0xa4, 0x97, 0x20, 0x0e,
    +    0x04, 0x6d, 0x39, 0xcc, 0xc7, 0x11, 0x2c, 0xd0
    +};
     
     unsigned char addenum_1[SHA224_DIGEST_LENGTH] = {
    -	0x23,0x09,0x7d,0x22,0x34,0x05,0xd8,0x22,
    -	0x86,0x42,0xa4,0x77,0xbd,0xa2,0x55,0xb3,
    -	0x2a,0xad,0xbc,0xe4,0xbd,0xa0,0xb3,0xf7,
    -	0xe3,0x6c,0x9d,0xa7 };
    +    0x23, 0x09, 0x7d, 0x22, 0x34, 0x05, 0xd8, 0x22,
    +    0x86, 0x42, 0xa4, 0x77, 0xbd, 0xa2, 0x55, 0xb3,
    +    0x2a, 0xad, 0xbc, 0xe4, 0xbd, 0xa0, 0xb3, 0xf7,
    +    0xe3, 0x6c, 0x9d, 0xa7
    +};
     
     unsigned char addenum_2[SHA224_DIGEST_LENGTH] = {
    -	0x75,0x38,0x8b,0x16,0x51,0x27,0x76,0xcc,
    -	0x5d,0xba,0x5d,0xa1,0xfd,0x89,0x01,0x50,
    -	0xb0,0xc6,0x45,0x5c,0xb4,0xf5,0x8b,0x19,
    -	0x52,0x52,0x25,0x25 };
    +    0x75, 0x38, 0x8b, 0x16, 0x51, 0x27, 0x76, 0xcc,
    +    0x5d, 0xba, 0x5d, 0xa1, 0xfd, 0x89, 0x01, 0x50,
    +    0xb0, 0xc6, 0x45, 0x5c, 0xb4, 0xf5, 0x8b, 0x19,
    +    0x52, 0x52, 0x25, 0x25
    +};
     
     unsigned char addenum_3[SHA224_DIGEST_LENGTH] = {
    -	0x20,0x79,0x46,0x55,0x98,0x0c,0x91,0xd8,
    -	0xbb,0xb4,0xc1,0xea,0x97,0x61,0x8a,0x4b,
    -	0xf0,0x3f,0x42,0x58,0x19,0x48,0xb2,0xee,
    -	0x4e,0xe7,0xad,0x67 };
    -
    -int main (int argc,char **argv)
    -{ unsigned char md[SHA256_DIGEST_LENGTH];
    -  int		i;
    -  EVP_MD_CTX	evp;
    -
    -    fprintf(stdout,"Testing SHA-256 ");
    -
    -    EVP_Digest ("abc",3,md,NULL,EVP_sha256(),NULL);
    -    if (memcmp(md,app_b1,sizeof(app_b1)))
    -    {	fflush(stdout);
    -	fprintf(stderr,"\nTEST 1 of 3 failed.\n");
    -	return 1;
    -    }
    -    else
    -	fprintf(stdout,"."); fflush(stdout);
    -
    -    EVP_Digest ("abcdbcde""cdefdefg""efghfghi""ghijhijk"
    -		"ijkljklm""klmnlmno""mnopnopq",56,md,NULL,EVP_sha256(),NULL);
    -    if (memcmp(md,app_b2,sizeof(app_b2)))
    -    {	fflush(stdout);
    -	fprintf(stderr,"\nTEST 2 of 3 failed.\n");
    -	return 1;
    -    }
    -    else
    -	fprintf(stdout,"."); fflush(stdout);
    -
    -    EVP_MD_CTX_init (&evp);
    -    EVP_DigestInit_ex (&evp,EVP_sha256(),NULL);
    -    for (i=0;i<1000000;i+=160)
    -	EVP_DigestUpdate (&evp,	"aaaaaaaa""aaaaaaaa""aaaaaaaa""aaaaaaaa"
    -				"aaaaaaaa""aaaaaaaa""aaaaaaaa""aaaaaaaa"
    -				"aaaaaaaa""aaaaaaaa""aaaaaaaa""aaaaaaaa"
    -				"aaaaaaaa""aaaaaaaa""aaaaaaaa""aaaaaaaa"
    -				"aaaaaaaa""aaaaaaaa""aaaaaaaa""aaaaaaaa",
    -				(1000000-i)<160?1000000-i:160);
    -    EVP_DigestFinal_ex (&evp,md,NULL);
    -    EVP_MD_CTX_cleanup (&evp);
    -
    -    if (memcmp(md,app_b3,sizeof(app_b3)))
    -    {	fflush(stdout);
    -	fprintf(stderr,"\nTEST 3 of 3 failed.\n");
    -	return 1;
    -    }
    -    else
    -	fprintf(stdout,"."); fflush(stdout);
    -
    -    fprintf(stdout," passed.\n"); fflush(stdout);
    -
    -    fprintf(stdout,"Testing SHA-224 ");
    -
    -    EVP_Digest ("abc",3,md,NULL,EVP_sha224(),NULL);
    -    if (memcmp(md,addenum_1,sizeof(addenum_1)))
    -    {	fflush(stdout);
    -	fprintf(stderr,"\nTEST 1 of 3 failed.\n");
    -	return 1;
    -    }
    -    else
    -	fprintf(stdout,"."); fflush(stdout);
    -
    -    EVP_Digest ("abcdbcde""cdefdefg""efghfghi""ghijhijk"
    -		"ijkljklm""klmnlmno""mnopnopq",56,md,NULL,EVP_sha224(),NULL);
    -    if (memcmp(md,addenum_2,sizeof(addenum_2)))
    -    {	fflush(stdout);
    -	fprintf(stderr,"\nTEST 2 of 3 failed.\n");
    -	return 1;
    -    }
    -    else
    -	fprintf(stdout,"."); fflush(stdout);
    -
    -    EVP_MD_CTX_init (&evp);
    -    EVP_DigestInit_ex (&evp,EVP_sha224(),NULL);
    -    for (i=0;i<1000000;i+=64)
    -	EVP_DigestUpdate (&evp,	"aaaaaaaa""aaaaaaaa""aaaaaaaa""aaaaaaaa"
    -				"aaaaaaaa""aaaaaaaa""aaaaaaaa""aaaaaaaa",
    -				(1000000-i)<64?1000000-i:64);
    -    EVP_DigestFinal_ex (&evp,md,NULL);
    -    EVP_MD_CTX_cleanup (&evp);
    -
    -    if (memcmp(md,addenum_3,sizeof(addenum_3)))
    -    {	fflush(stdout);
    -	fprintf(stderr,"\nTEST 3 of 3 failed.\n");
    -	return 1;
    -    }
    -    else
    -	fprintf(stdout,"."); fflush(stdout);
    -
    -    fprintf(stdout," passed.\n"); fflush(stdout);
    -
    -  return 0;
    +    0x20, 0x79, 0x46, 0x55, 0x98, 0x0c, 0x91, 0xd8,
    +    0xbb, 0xb4, 0xc1, 0xea, 0x97, 0x61, 0x8a, 0x4b,
    +    0xf0, 0x3f, 0x42, 0x58, 0x19, 0x48, 0xb2, 0xee,
    +    0x4e, 0xe7, 0xad, 0x67
    +};
    +
    +int main(int argc, char **argv)
    +{
    +    unsigned char md[SHA256_DIGEST_LENGTH];
    +    int i;
    +    EVP_MD_CTX evp;
    +
    +    fprintf(stdout, "Testing SHA-256 ");
    +
    +    EVP_Digest("abc", 3, md, NULL, EVP_sha256(), NULL);
    +    if (memcmp(md, app_b1, sizeof(app_b1))) {
    +        fflush(stdout);
    +        fprintf(stderr, "\nTEST 1 of 3 failed.\n");
    +        return 1;
    +    } else
    +        fprintf(stdout, ".");
    +    fflush(stdout);
    +
    +    EVP_Digest("abcdbcde" "cdefdefg" "efghfghi" "ghijhijk"
    +               "ijkljklm" "klmnlmno" "mnopnopq", 56, md, NULL, EVP_sha256(),
    +               NULL);
    +    if (memcmp(md, app_b2, sizeof(app_b2))) {
    +        fflush(stdout);
    +        fprintf(stderr, "\nTEST 2 of 3 failed.\n");
    +        return 1;
    +    } else
    +        fprintf(stdout, ".");
    +    fflush(stdout);
    +
    +    EVP_MD_CTX_init(&evp);
    +    EVP_DigestInit_ex(&evp, EVP_sha256(), NULL);
    +    for (i = 0; i < 1000000; i += 160)
    +        EVP_DigestUpdate(&evp, "aaaaaaaa" "aaaaaaaa" "aaaaaaaa" "aaaaaaaa"
    +                         "aaaaaaaa" "aaaaaaaa" "aaaaaaaa" "aaaaaaaa"
    +                         "aaaaaaaa" "aaaaaaaa" "aaaaaaaa" "aaaaaaaa"
    +                         "aaaaaaaa" "aaaaaaaa" "aaaaaaaa" "aaaaaaaa"
    +                         "aaaaaaaa" "aaaaaaaa" "aaaaaaaa" "aaaaaaaa",
    +                         (1000000 - i) < 160 ? 1000000 - i : 160);
    +    EVP_DigestFinal_ex(&evp, md, NULL);
    +    EVP_MD_CTX_cleanup(&evp);
    +
    +    if (memcmp(md, app_b3, sizeof(app_b3))) {
    +        fflush(stdout);
    +        fprintf(stderr, "\nTEST 3 of 3 failed.\n");
    +        return 1;
    +    } else
    +        fprintf(stdout, ".");
    +    fflush(stdout);
    +
    +    fprintf(stdout, " passed.\n");
    +    fflush(stdout);
    +
    +    fprintf(stdout, "Testing SHA-224 ");
    +
    +    EVP_Digest("abc", 3, md, NULL, EVP_sha224(), NULL);
    +    if (memcmp(md, addenum_1, sizeof(addenum_1))) {
    +        fflush(stdout);
    +        fprintf(stderr, "\nTEST 1 of 3 failed.\n");
    +        return 1;
    +    } else
    +        fprintf(stdout, ".");
    +    fflush(stdout);
    +
    +    EVP_Digest("abcdbcde" "cdefdefg" "efghfghi" "ghijhijk"
    +               "ijkljklm" "klmnlmno" "mnopnopq", 56, md, NULL, EVP_sha224(),
    +               NULL);
    +    if (memcmp(md, addenum_2, sizeof(addenum_2))) {
    +        fflush(stdout);
    +        fprintf(stderr, "\nTEST 2 of 3 failed.\n");
    +        return 1;
    +    } else
    +        fprintf(stdout, ".");
    +    fflush(stdout);
    +
    +    EVP_MD_CTX_init(&evp);
    +    EVP_DigestInit_ex(&evp, EVP_sha224(), NULL);
    +    for (i = 0; i < 1000000; i += 64)
    +        EVP_DigestUpdate(&evp, "aaaaaaaa" "aaaaaaaa" "aaaaaaaa" "aaaaaaaa"
    +                         "aaaaaaaa" "aaaaaaaa" "aaaaaaaa" "aaaaaaaa",
    +                         (1000000 - i) < 64 ? 1000000 - i : 64);
    +    EVP_DigestFinal_ex(&evp, md, NULL);
    +    EVP_MD_CTX_cleanup(&evp);
    +
    +    if (memcmp(md, addenum_3, sizeof(addenum_3))) {
    +        fflush(stdout);
    +        fprintf(stderr, "\nTEST 3 of 3 failed.\n");
    +        return 1;
    +    } else
    +        fprintf(stdout, ".");
    +    fflush(stdout);
    +
    +    fprintf(stdout, " passed.\n");
    +    fflush(stdout);
    +
    +    return 0;
     }
     #endif
    diff --git a/openssl/crypto/sha/sha512.c b/openssl/crypto/sha/sha512.c
    index 50c229dde..3bf66ae19 100644
    --- a/openssl/crypto/sha/sha512.c
    +++ b/openssl/crypto/sha/sha512.c
    @@ -6,7 +6,7 @@
      */
     #include 
     #if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA512)
    -/*
    +/*-
      * IMPLEMENTATION NOTES.
      *
      * As you might have noticed 32-bit hash algorithms:
    @@ -39,566 +39,646 @@
      * As this implementation relies on 64-bit integer type, it's totally
      * inappropriate for platforms which don't support it, most notably
      * 16-bit platforms.
    - *					
    + *                                      
      */
    -#include 
    -#include 
    +# include 
    +# include 
     
    -#include 
    -#include 
    -#include 
    +# include 
    +# include 
    +# include 
     
    -#include "cryptlib.h"
    +# include "cryptlib.h"
     
    -const char SHA512_version[]="SHA-512" OPENSSL_VERSION_PTEXT;
    +const char SHA512_version[] = "SHA-512" OPENSSL_VERSION_PTEXT;
     
    -#if defined(__i386) || defined(__i386__) || defined(_M_IX86) || \
    +# if defined(__i386) || defined(__i386__) || defined(_M_IX86) || \
         defined(__x86_64) || defined(_M_AMD64) || defined(_M_X64) || \
         defined(__s390__) || defined(__s390x__) || \
    +    defined(__aarch64__) || \
         defined(SHA512_ASM)
    -#define SHA512_BLOCK_CAN_MANAGE_UNALIGNED_DATA
    -#endif
    +#  define SHA512_BLOCK_CAN_MANAGE_UNALIGNED_DATA
    +# endif
     
     fips_md_init_ctx(SHA384, SHA512)
    -	{
    -	c->h[0]=U64(0xcbbb9d5dc1059ed8);
    -	c->h[1]=U64(0x629a292a367cd507);
    -	c->h[2]=U64(0x9159015a3070dd17);
    -	c->h[3]=U64(0x152fecd8f70e5939);
    -	c->h[4]=U64(0x67332667ffc00b31);
    -	c->h[5]=U64(0x8eb44a8768581511);
    -	c->h[6]=U64(0xdb0c2e0d64f98fa7);
    -	c->h[7]=U64(0x47b5481dbefa4fa4);
    -
    -        c->Nl=0;        c->Nh=0;
    -        c->num=0;       c->md_len=SHA384_DIGEST_LENGTH;
    -        return 1;
    -	}
    +{
    +    c->h[0] = U64(0xcbbb9d5dc1059ed8);
    +    c->h[1] = U64(0x629a292a367cd507);
    +    c->h[2] = U64(0x9159015a3070dd17);
    +    c->h[3] = U64(0x152fecd8f70e5939);
    +    c->h[4] = U64(0x67332667ffc00b31);
    +    c->h[5] = U64(0x8eb44a8768581511);
    +    c->h[6] = U64(0xdb0c2e0d64f98fa7);
    +    c->h[7] = U64(0x47b5481dbefa4fa4);
    +
    +    c->Nl = 0;
    +    c->Nh = 0;
    +    c->num = 0;
    +    c->md_len = SHA384_DIGEST_LENGTH;
    +    return 1;
    +}
     
     fips_md_init(SHA512)
    -	{
    -	c->h[0]=U64(0x6a09e667f3bcc908);
    -	c->h[1]=U64(0xbb67ae8584caa73b);
    -	c->h[2]=U64(0x3c6ef372fe94f82b);
    -	c->h[3]=U64(0xa54ff53a5f1d36f1);
    -	c->h[4]=U64(0x510e527fade682d1);
    -	c->h[5]=U64(0x9b05688c2b3e6c1f);
    -	c->h[6]=U64(0x1f83d9abfb41bd6b);
    -	c->h[7]=U64(0x5be0cd19137e2179);
    -
    -        c->Nl=0;        c->Nh=0;
    -        c->num=0;       c->md_len=SHA512_DIGEST_LENGTH;
    +{
    +    c->h[0] = U64(0x6a09e667f3bcc908);
    +    c->h[1] = U64(0xbb67ae8584caa73b);
    +    c->h[2] = U64(0x3c6ef372fe94f82b);
    +    c->h[3] = U64(0xa54ff53a5f1d36f1);
    +    c->h[4] = U64(0x510e527fade682d1);
    +    c->h[5] = U64(0x9b05688c2b3e6c1f);
    +    c->h[6] = U64(0x1f83d9abfb41bd6b);
    +    c->h[7] = U64(0x5be0cd19137e2179);
    +
    +    c->Nl = 0;
    +    c->Nh = 0;
    +    c->num = 0;
    +    c->md_len = SHA512_DIGEST_LENGTH;
    +    return 1;
    +}
    +
    +# ifndef SHA512_ASM
    +static
    +# endif
    +void sha512_block_data_order(SHA512_CTX *ctx, const void *in, size_t num);
    +
    +int SHA512_Final(unsigned char *md, SHA512_CTX *c)
    +{
    +    unsigned char *p = (unsigned char *)c->u.p;
    +    size_t n = c->num;
    +
    +    p[n] = 0x80;                /* There always is a room for one */
    +    n++;
    +    if (n > (sizeof(c->u) - 16))
    +        memset(p + n, 0, sizeof(c->u) - n), n = 0,
    +            sha512_block_data_order(c, p, 1);
    +
    +    memset(p + n, 0, sizeof(c->u) - 16 - n);
    +# ifdef  B_ENDIAN
    +    c->u.d[SHA_LBLOCK - 2] = c->Nh;
    +    c->u.d[SHA_LBLOCK - 1] = c->Nl;
    +# else
    +    p[sizeof(c->u) - 1] = (unsigned char)(c->Nl);
    +    p[sizeof(c->u) - 2] = (unsigned char)(c->Nl >> 8);
    +    p[sizeof(c->u) - 3] = (unsigned char)(c->Nl >> 16);
    +    p[sizeof(c->u) - 4] = (unsigned char)(c->Nl >> 24);
    +    p[sizeof(c->u) - 5] = (unsigned char)(c->Nl >> 32);
    +    p[sizeof(c->u) - 6] = (unsigned char)(c->Nl >> 40);
    +    p[sizeof(c->u) - 7] = (unsigned char)(c->Nl >> 48);
    +    p[sizeof(c->u) - 8] = (unsigned char)(c->Nl >> 56);
    +    p[sizeof(c->u) - 9] = (unsigned char)(c->Nh);
    +    p[sizeof(c->u) - 10] = (unsigned char)(c->Nh >> 8);
    +    p[sizeof(c->u) - 11] = (unsigned char)(c->Nh >> 16);
    +    p[sizeof(c->u) - 12] = (unsigned char)(c->Nh >> 24);
    +    p[sizeof(c->u) - 13] = (unsigned char)(c->Nh >> 32);
    +    p[sizeof(c->u) - 14] = (unsigned char)(c->Nh >> 40);
    +    p[sizeof(c->u) - 15] = (unsigned char)(c->Nh >> 48);
    +    p[sizeof(c->u) - 16] = (unsigned char)(c->Nh >> 56);
    +# endif
    +
    +    sha512_block_data_order(c, p, 1);
    +
    +    if (md == 0)
    +        return 0;
    +
    +    switch (c->md_len) {
    +        /* Let compiler decide if it's appropriate to unroll... */
    +    case SHA384_DIGEST_LENGTH:
    +        for (n = 0; n < SHA384_DIGEST_LENGTH / 8; n++) {
    +            SHA_LONG64 t = c->h[n];
    +
    +            *(md++) = (unsigned char)(t >> 56);
    +            *(md++) = (unsigned char)(t >> 48);
    +            *(md++) = (unsigned char)(t >> 40);
    +            *(md++) = (unsigned char)(t >> 32);
    +            *(md++) = (unsigned char)(t >> 24);
    +            *(md++) = (unsigned char)(t >> 16);
    +            *(md++) = (unsigned char)(t >> 8);
    +            *(md++) = (unsigned char)(t);
    +        }
    +        break;
    +    case SHA512_DIGEST_LENGTH:
    +        for (n = 0; n < SHA512_DIGEST_LENGTH / 8; n++) {
    +            SHA_LONG64 t = c->h[n];
    +
    +            *(md++) = (unsigned char)(t >> 56);
    +            *(md++) = (unsigned char)(t >> 48);
    +            *(md++) = (unsigned char)(t >> 40);
    +            *(md++) = (unsigned char)(t >> 32);
    +            *(md++) = (unsigned char)(t >> 24);
    +            *(md++) = (unsigned char)(t >> 16);
    +            *(md++) = (unsigned char)(t >> 8);
    +            *(md++) = (unsigned char)(t);
    +        }
    +        break;
    +        /* ... as well as make sure md_len is not abused. */
    +    default:
    +        return 0;
    +    }
    +
    +    return 1;
    +}
    +
    +int SHA384_Final(unsigned char *md, SHA512_CTX *c)
    +{
    +    return SHA512_Final(md, c);
    +}
    +
    +int SHA512_Update(SHA512_CTX *c, const void *_data, size_t len)
    +{
    +    SHA_LONG64 l;
    +    unsigned char *p = c->u.p;
    +    const unsigned char *data = (const unsigned char *)_data;
    +
    +    if (len == 0)
             return 1;
    -	}
     
    -#ifndef SHA512_ASM
    -static
    -#endif
    -void sha512_block_data_order (SHA512_CTX *ctx, const void *in, size_t num);
    -
    -int SHA512_Final (unsigned char *md, SHA512_CTX *c)
    -	{
    -	unsigned char *p=(unsigned char *)c->u.p;
    -	size_t n=c->num;
    -
    -	p[n]=0x80;	/* There always is a room for one */
    -	n++;
    -	if (n > (sizeof(c->u)-16))
    -		memset (p+n,0,sizeof(c->u)-n), n=0,
    -		sha512_block_data_order (c,p,1);
    -
    -	memset (p+n,0,sizeof(c->u)-16-n);
    -#ifdef	B_ENDIAN
    -	c->u.d[SHA_LBLOCK-2] = c->Nh;
    -	c->u.d[SHA_LBLOCK-1] = c->Nl;
    -#else
    -	p[sizeof(c->u)-1]  = (unsigned char)(c->Nl);
    -	p[sizeof(c->u)-2]  = (unsigned char)(c->Nl>>8);
    -	p[sizeof(c->u)-3]  = (unsigned char)(c->Nl>>16);
    -	p[sizeof(c->u)-4]  = (unsigned char)(c->Nl>>24);
    -	p[sizeof(c->u)-5]  = (unsigned char)(c->Nl>>32);
    -	p[sizeof(c->u)-6]  = (unsigned char)(c->Nl>>40);
    -	p[sizeof(c->u)-7]  = (unsigned char)(c->Nl>>48);
    -	p[sizeof(c->u)-8]  = (unsigned char)(c->Nl>>56);
    -	p[sizeof(c->u)-9]  = (unsigned char)(c->Nh);
    -	p[sizeof(c->u)-10] = (unsigned char)(c->Nh>>8);
    -	p[sizeof(c->u)-11] = (unsigned char)(c->Nh>>16);
    -	p[sizeof(c->u)-12] = (unsigned char)(c->Nh>>24);
    -	p[sizeof(c->u)-13] = (unsigned char)(c->Nh>>32);
    -	p[sizeof(c->u)-14] = (unsigned char)(c->Nh>>40);
    -	p[sizeof(c->u)-15] = (unsigned char)(c->Nh>>48);
    -	p[sizeof(c->u)-16] = (unsigned char)(c->Nh>>56);
    -#endif
    -
    -	sha512_block_data_order (c,p,1);
    -
    -	if (md==0) return 0;
    -
    -	switch (c->md_len)
    -		{
    -		/* Let compiler decide if it's appropriate to unroll... */
    -		case SHA384_DIGEST_LENGTH:
    -			for (n=0;nh[n];
    -
    -				*(md++)	= (unsigned char)(t>>56);
    -				*(md++)	= (unsigned char)(t>>48);
    -				*(md++)	= (unsigned char)(t>>40);
    -				*(md++)	= (unsigned char)(t>>32);
    -				*(md++)	= (unsigned char)(t>>24);
    -				*(md++)	= (unsigned char)(t>>16);
    -				*(md++)	= (unsigned char)(t>>8);
    -				*(md++)	= (unsigned char)(t);
    -				}
    -			break;
    -		case SHA512_DIGEST_LENGTH:
    -			for (n=0;nh[n];
    -
    -				*(md++)	= (unsigned char)(t>>56);
    -				*(md++)	= (unsigned char)(t>>48);
    -				*(md++)	= (unsigned char)(t>>40);
    -				*(md++)	= (unsigned char)(t>>32);
    -				*(md++)	= (unsigned char)(t>>24);
    -				*(md++)	= (unsigned char)(t>>16);
    -				*(md++)	= (unsigned char)(t>>8);
    -				*(md++)	= (unsigned char)(t);
    -				}
    -			break;
    -		/* ... as well as make sure md_len is not abused. */
    -		default:	return 0;
    -		}
    -
    -	return 1;
    -	}
    -
    -int SHA384_Final (unsigned char *md,SHA512_CTX *c)
    -{   return SHA512_Final (md,c);   }
    -
    -int SHA512_Update (SHA512_CTX *c, const void *_data, size_t len)
    -	{
    -	SHA_LONG64	l;
    -	unsigned char  *p=c->u.p;
    -	const unsigned char *data=(const unsigned char *)_data;
    -
    -	if (len==0) return  1;
    -
    -	l = (c->Nl+(((SHA_LONG64)len)<<3))&U64(0xffffffffffffffff);
    -	if (l < c->Nl)		c->Nh++;
    -	if (sizeof(len)>=8)	c->Nh+=(((SHA_LONG64)len)>>61);
    -	c->Nl=l;
    -
    -	if (c->num != 0)
    -		{
    -		size_t n = sizeof(c->u) - c->num;
    -
    -		if (len < n)
    -			{
    -			memcpy (p+c->num,data,len), c->num += (unsigned int)len;
    -			return 1;
    -			}
    -		else	{
    -			memcpy (p+c->num,data,n), c->num = 0;
    -			len-=n, data+=n;
    -			sha512_block_data_order (c,p,1);
    -			}
    -		}
    -
    -	if (len >= sizeof(c->u))
    -		{
    -#ifndef SHA512_BLOCK_CAN_MANAGE_UNALIGNED_DATA
    -		if ((size_t)data%sizeof(c->u.d[0]) != 0)
    -			while (len >= sizeof(c->u))
    -				memcpy (p,data,sizeof(c->u)),
    -				sha512_block_data_order (c,p,1),
    -				len  -= sizeof(c->u),
    -				data += sizeof(c->u);
    -		else
    -#endif
    -			sha512_block_data_order (c,data,len/sizeof(c->u)),
    -			data += len,
    -			len  %= sizeof(c->u),
    -			data -= len;
    -		}
    -
    -	if (len != 0)	memcpy (p,data,len), c->num = (int)len;
    -
    -	return 1;
    -	}
    -
    -int SHA384_Update (SHA512_CTX *c, const void *data, size_t len)
    -{   return SHA512_Update (c,data,len);   }
    -
    -void SHA512_Transform (SHA512_CTX *c, const unsigned char *data)
    -	{
    -#ifndef SHA512_BLOCK_CAN_MANAGE_UNALIGNED_DATA
    -	if ((size_t)data%sizeof(c->u.d[0]) != 0)
    -		memcpy(c->u.p,data,sizeof(c->u.p)),
    -		data = c->u.p;
    -#endif
    -	sha512_block_data_order (c,data,1);
    -	}
    +    l = (c->Nl + (((SHA_LONG64) len) << 3)) & U64(0xffffffffffffffff);
    +    if (l < c->Nl)
    +        c->Nh++;
    +    if (sizeof(len) >= 8)
    +        c->Nh += (((SHA_LONG64) len) >> 61);
    +    c->Nl = l;
    +
    +    if (c->num != 0) {
    +        size_t n = sizeof(c->u) - c->num;
    +
    +        if (len < n) {
    +            memcpy(p + c->num, data, len), c->num += (unsigned int)len;
    +            return 1;
    +        } else {
    +            memcpy(p + c->num, data, n), c->num = 0;
    +            len -= n, data += n;
    +            sha512_block_data_order(c, p, 1);
    +        }
    +    }
    +
    +    if (len >= sizeof(c->u)) {
    +# ifndef SHA512_BLOCK_CAN_MANAGE_UNALIGNED_DATA
    +        if ((size_t)data % sizeof(c->u.d[0]) != 0)
    +            while (len >= sizeof(c->u))
    +                memcpy(p, data, sizeof(c->u)),
    +                    sha512_block_data_order(c, p, 1),
    +                    len -= sizeof(c->u), data += sizeof(c->u);
    +        else
    +# endif
    +            sha512_block_data_order(c, data, len / sizeof(c->u)),
    +                data += len, len %= sizeof(c->u), data -= len;
    +    }
    +
    +    if (len != 0)
    +        memcpy(p, data, len), c->num = (int)len;
    +
    +    return 1;
    +}
    +
    +int SHA384_Update(SHA512_CTX *c, const void *data, size_t len)
    +{
    +    return SHA512_Update(c, data, len);
    +}
    +
    +void SHA512_Transform(SHA512_CTX *c, const unsigned char *data)
    +{
    +# ifndef SHA512_BLOCK_CAN_MANAGE_UNALIGNED_DATA
    +    if ((size_t)data % sizeof(c->u.d[0]) != 0)
    +        memcpy(c->u.p, data, sizeof(c->u.p)), data = c->u.p;
    +# endif
    +    sha512_block_data_order(c, data, 1);
    +}
     
     unsigned char *SHA384(const unsigned char *d, size_t n, unsigned char *md)
    -	{
    -	SHA512_CTX c;
    -	static unsigned char m[SHA384_DIGEST_LENGTH];
    -
    -	if (md == NULL) md=m;
    -	SHA384_Init(&c);
    -	SHA512_Update(&c,d,n);
    -	SHA512_Final(md,&c);
    -	OPENSSL_cleanse(&c,sizeof(c));
    -	return(md);
    -	}
    +{
    +    SHA512_CTX c;
    +    static unsigned char m[SHA384_DIGEST_LENGTH];
    +
    +    if (md == NULL)
    +        md = m;
    +    SHA384_Init(&c);
    +    SHA512_Update(&c, d, n);
    +    SHA512_Final(md, &c);
    +    OPENSSL_cleanse(&c, sizeof(c));
    +    return (md);
    +}
     
     unsigned char *SHA512(const unsigned char *d, size_t n, unsigned char *md)
    -	{
    -	SHA512_CTX c;
    -	static unsigned char m[SHA512_DIGEST_LENGTH];
    -
    -	if (md == NULL) md=m;
    -	SHA512_Init(&c);
    -	SHA512_Update(&c,d,n);
    -	SHA512_Final(md,&c);
    -	OPENSSL_cleanse(&c,sizeof(c));
    -	return(md);
    -	}
    -
    -#ifndef SHA512_ASM
    +{
    +    SHA512_CTX c;
    +    static unsigned char m[SHA512_DIGEST_LENGTH];
    +
    +    if (md == NULL)
    +        md = m;
    +    SHA512_Init(&c);
    +    SHA512_Update(&c, d, n);
    +    SHA512_Final(md, &c);
    +    OPENSSL_cleanse(&c, sizeof(c));
    +    return (md);
    +}
    +
    +# ifndef SHA512_ASM
     static const SHA_LONG64 K512[80] = {
    -        U64(0x428a2f98d728ae22),U64(0x7137449123ef65cd),
    -        U64(0xb5c0fbcfec4d3b2f),U64(0xe9b5dba58189dbbc),
    -        U64(0x3956c25bf348b538),U64(0x59f111f1b605d019),
    -        U64(0x923f82a4af194f9b),U64(0xab1c5ed5da6d8118),
    -        U64(0xd807aa98a3030242),U64(0x12835b0145706fbe),
    -        U64(0x243185be4ee4b28c),U64(0x550c7dc3d5ffb4e2),
    -        U64(0x72be5d74f27b896f),U64(0x80deb1fe3b1696b1),
    -        U64(0x9bdc06a725c71235),U64(0xc19bf174cf692694),
    -        U64(0xe49b69c19ef14ad2),U64(0xefbe4786384f25e3),
    -        U64(0x0fc19dc68b8cd5b5),U64(0x240ca1cc77ac9c65),
    -        U64(0x2de92c6f592b0275),U64(0x4a7484aa6ea6e483),
    -        U64(0x5cb0a9dcbd41fbd4),U64(0x76f988da831153b5),
    -        U64(0x983e5152ee66dfab),U64(0xa831c66d2db43210),
    -        U64(0xb00327c898fb213f),U64(0xbf597fc7beef0ee4),
    -        U64(0xc6e00bf33da88fc2),U64(0xd5a79147930aa725),
    -        U64(0x06ca6351e003826f),U64(0x142929670a0e6e70),
    -        U64(0x27b70a8546d22ffc),U64(0x2e1b21385c26c926),
    -        U64(0x4d2c6dfc5ac42aed),U64(0x53380d139d95b3df),
    -        U64(0x650a73548baf63de),U64(0x766a0abb3c77b2a8),
    -        U64(0x81c2c92e47edaee6),U64(0x92722c851482353b),
    -        U64(0xa2bfe8a14cf10364),U64(0xa81a664bbc423001),
    -        U64(0xc24b8b70d0f89791),U64(0xc76c51a30654be30),
    -        U64(0xd192e819d6ef5218),U64(0xd69906245565a910),
    -        U64(0xf40e35855771202a),U64(0x106aa07032bbd1b8),
    -        U64(0x19a4c116b8d2d0c8),U64(0x1e376c085141ab53),
    -        U64(0x2748774cdf8eeb99),U64(0x34b0bcb5e19b48a8),
    -        U64(0x391c0cb3c5c95a63),U64(0x4ed8aa4ae3418acb),
    -        U64(0x5b9cca4f7763e373),U64(0x682e6ff3d6b2b8a3),
    -        U64(0x748f82ee5defb2fc),U64(0x78a5636f43172f60),
    -        U64(0x84c87814a1f0ab72),U64(0x8cc702081a6439ec),
    -        U64(0x90befffa23631e28),U64(0xa4506cebde82bde9),
    -        U64(0xbef9a3f7b2c67915),U64(0xc67178f2e372532b),
    -        U64(0xca273eceea26619c),U64(0xd186b8c721c0c207),
    -        U64(0xeada7dd6cde0eb1e),U64(0xf57d4f7fee6ed178),
    -        U64(0x06f067aa72176fba),U64(0x0a637dc5a2c898a6),
    -        U64(0x113f9804bef90dae),U64(0x1b710b35131c471b),
    -        U64(0x28db77f523047d84),U64(0x32caab7b40c72493),
    -        U64(0x3c9ebe0a15c9bebc),U64(0x431d67c49c100d4c),
    -        U64(0x4cc5d4becb3e42b6),U64(0x597f299cfc657e2a),
    -        U64(0x5fcb6fab3ad6faec),U64(0x6c44198c4a475817) };
    -
    -#ifndef PEDANTIC
    -# if defined(__GNUC__) && __GNUC__>=2 && !defined(OPENSSL_NO_ASM) && !defined(OPENSSL_NO_INLINE_ASM)
    -#  if defined(__x86_64) || defined(__x86_64__)
    -#   define ROTR(a,n)	({ SHA_LONG64 ret;		\
    -				asm ("rorq %1,%0"	\
    -				: "=r"(ret)		\
    -				: "J"(n),"0"(a)		\
    -				: "cc"); ret;		})
    -#   if !defined(B_ENDIAN)
    -#    define PULL64(x) ({ SHA_LONG64 ret=*((const SHA_LONG64 *)(&(x)));	\
    -				asm ("bswapq	%0"		\
    -				: "=r"(ret)			\
    -				: "0"(ret)); ret;		})
    -#   endif
    -#  elif (defined(__i386) || defined(__i386__)) && !defined(B_ENDIAN)
    -#   if defined(I386_ONLY)
    -#    define PULL64(x) ({ const unsigned int *p=(const unsigned int *)(&(x));\
    -			 unsigned int hi=p[0],lo=p[1];		\
    -				asm("xchgb %%ah,%%al;xchgb %%dh,%%dl;"\
    -				    "roll $16,%%eax; roll $16,%%edx; "\
    -				    "xchgb %%ah,%%al;xchgb %%dh,%%dl;" \
    -				: "=a"(lo),"=d"(hi)		\
    -				: "0"(lo),"1"(hi) : "cc");	\
    -				((SHA_LONG64)hi)<<32|lo;	})
    -#   else
    -#    define PULL64(x) ({ const unsigned int *p=(const unsigned int *)(&(x));\
    -			 unsigned int hi=p[0],lo=p[1];		\
    -				asm ("bswapl %0; bswapl %1;"	\
    -				: "=r"(lo),"=r"(hi)		\
    -				: "0"(lo),"1"(hi));		\
    -				((SHA_LONG64)hi)<<32|lo;	})
    +    U64(0x428a2f98d728ae22), U64(0x7137449123ef65cd),
    +    U64(0xb5c0fbcfec4d3b2f), U64(0xe9b5dba58189dbbc),
    +    U64(0x3956c25bf348b538), U64(0x59f111f1b605d019),
    +    U64(0x923f82a4af194f9b), U64(0xab1c5ed5da6d8118),
    +    U64(0xd807aa98a3030242), U64(0x12835b0145706fbe),
    +    U64(0x243185be4ee4b28c), U64(0x550c7dc3d5ffb4e2),
    +    U64(0x72be5d74f27b896f), U64(0x80deb1fe3b1696b1),
    +    U64(0x9bdc06a725c71235), U64(0xc19bf174cf692694),
    +    U64(0xe49b69c19ef14ad2), U64(0xefbe4786384f25e3),
    +    U64(0x0fc19dc68b8cd5b5), U64(0x240ca1cc77ac9c65),
    +    U64(0x2de92c6f592b0275), U64(0x4a7484aa6ea6e483),
    +    U64(0x5cb0a9dcbd41fbd4), U64(0x76f988da831153b5),
    +    U64(0x983e5152ee66dfab), U64(0xa831c66d2db43210),
    +    U64(0xb00327c898fb213f), U64(0xbf597fc7beef0ee4),
    +    U64(0xc6e00bf33da88fc2), U64(0xd5a79147930aa725),
    +    U64(0x06ca6351e003826f), U64(0x142929670a0e6e70),
    +    U64(0x27b70a8546d22ffc), U64(0x2e1b21385c26c926),
    +    U64(0x4d2c6dfc5ac42aed), U64(0x53380d139d95b3df),
    +    U64(0x650a73548baf63de), U64(0x766a0abb3c77b2a8),
    +    U64(0x81c2c92e47edaee6), U64(0x92722c851482353b),
    +    U64(0xa2bfe8a14cf10364), U64(0xa81a664bbc423001),
    +    U64(0xc24b8b70d0f89791), U64(0xc76c51a30654be30),
    +    U64(0xd192e819d6ef5218), U64(0xd69906245565a910),
    +    U64(0xf40e35855771202a), U64(0x106aa07032bbd1b8),
    +    U64(0x19a4c116b8d2d0c8), U64(0x1e376c085141ab53),
    +    U64(0x2748774cdf8eeb99), U64(0x34b0bcb5e19b48a8),
    +    U64(0x391c0cb3c5c95a63), U64(0x4ed8aa4ae3418acb),
    +    U64(0x5b9cca4f7763e373), U64(0x682e6ff3d6b2b8a3),
    +    U64(0x748f82ee5defb2fc), U64(0x78a5636f43172f60),
    +    U64(0x84c87814a1f0ab72), U64(0x8cc702081a6439ec),
    +    U64(0x90befffa23631e28), U64(0xa4506cebde82bde9),
    +    U64(0xbef9a3f7b2c67915), U64(0xc67178f2e372532b),
    +    U64(0xca273eceea26619c), U64(0xd186b8c721c0c207),
    +    U64(0xeada7dd6cde0eb1e), U64(0xf57d4f7fee6ed178),
    +    U64(0x06f067aa72176fba), U64(0x0a637dc5a2c898a6),
    +    U64(0x113f9804bef90dae), U64(0x1b710b35131c471b),
    +    U64(0x28db77f523047d84), U64(0x32caab7b40c72493),
    +    U64(0x3c9ebe0a15c9bebc), U64(0x431d67c49c100d4c),
    +    U64(0x4cc5d4becb3e42b6), U64(0x597f299cfc657e2a),
    +    U64(0x5fcb6fab3ad6faec), U64(0x6c44198c4a475817)
    +};
    +
    +#  ifndef PEDANTIC
    +#   if defined(__GNUC__) && __GNUC__>=2 && !defined(OPENSSL_NO_ASM) && !defined(OPENSSL_NO_INLINE_ASM)
    +#    if defined(__x86_64) || defined(__x86_64__)
    +#     define ROTR(a,n)    ({ SHA_LONG64 ret;              \
    +                                asm ("rorq %1,%0"       \
    +                                : "=r"(ret)             \
    +                                : "J"(n),"0"(a)         \
    +                                : "cc"); ret;           })
    +#     if !defined(B_ENDIAN)
    +#      define PULL64(x) ({ SHA_LONG64 ret=*((const SHA_LONG64 *)(&(x)));  \
    +                                asm ("bswapq    %0"             \
    +                                : "=r"(ret)                     \
    +                                : "0"(ret)); ret;               })
    +#     endif
    +#    elif (defined(__i386) || defined(__i386__)) && !defined(B_ENDIAN)
    +#     if defined(I386_ONLY)
    +#      define PULL64(x) ({ const unsigned int *p=(const unsigned int *)(&(x));\
    +                         unsigned int hi=p[0],lo=p[1];          \
    +                                asm("xchgb %%ah,%%al;xchgb %%dh,%%dl;"\
    +                                    "roll $16,%%eax; roll $16,%%edx; "\
    +                                    "xchgb %%ah,%%al;xchgb %%dh,%%dl;" \
    +                                : "=a"(lo),"=d"(hi)             \
    +                                : "0"(lo),"1"(hi) : "cc");      \
    +                                ((SHA_LONG64)hi)<<32|lo;        })
    +#     else
    +#      define PULL64(x) ({ const unsigned int *p=(const unsigned int *)(&(x));\
    +                         unsigned int hi=p[0],lo=p[1];          \
    +                                asm ("bswapl %0; bswapl %1;"    \
    +                                : "=r"(lo),"=r"(hi)             \
    +                                : "0"(lo),"1"(hi));             \
    +                                ((SHA_LONG64)hi)<<32|lo;        })
    +#     endif
    +#    elif (defined(_ARCH_PPC) && defined(__64BIT__)) || defined(_ARCH_PPC64)
    +#     define ROTR(a,n)    ({ SHA_LONG64 ret;              \
    +                                asm ("rotrdi %0,%1,%2"  \
    +                                : "=r"(ret)             \
    +                                : "r"(a),"K"(n)); ret;  })
    +#    elif defined(__aarch64__)
    +#     define ROTR(a,n)    ({ SHA_LONG64 ret;              \
    +                                asm ("ror %0,%1,%2"     \
    +                                : "=r"(ret)             \
    +                                : "r"(a),"I"(n)); ret;  })
    +#     if  defined(__BYTE_ORDER__) && defined(__ORDER_LITTLE_ENDIAN__) && \
    +        __BYTE_ORDER__==__ORDER_LITTLE_ENDIAN__
    +#      define PULL64(x)   ({ SHA_LONG64 ret;                      \
    +                                asm ("rev       %0,%1"          \
    +                                : "=r"(ret)                     \
    +                                : "r"(*((const SHA_LONG64 *)(&(x))))); ret;             })
    +#     endif
    +#    endif
    +#   elif defined(_MSC_VER)
    +#    if defined(_WIN64)         /* applies to both IA-64 and AMD64 */
    +#     pragma intrinsic(_rotr64)
    +#     define ROTR(a,n)    _rotr64((a),n)
    +#    endif
    +#    if defined(_M_IX86) && !defined(OPENSSL_NO_ASM) && !defined(OPENSSL_NO_INLINE_ASM)
    +#     if defined(I386_ONLY)
    +static SHA_LONG64 __fastcall __pull64be(const void *x)
    +{
    +    _asm mov edx,[ecx + 0]
    +    _asm mov eax,[ecx + 4]
    +_asm xchg dh, dl
    +        _asm xchg ah, al
    +        _asm rol edx, 16 _asm rol eax, 16 _asm xchg dh, dl _asm xchg ah, al}
    +#     else
    +static SHA_LONG64 __fastcall __pull64be(const void *x)
    +{
    +    _asm mov edx,[ecx + 0]
    +    _asm mov eax,[ecx + 4]
    +_asm bswap edx _asm bswap eax}
    +#     endif
    +#     define PULL64(x) __pull64be(&(x))
    +#     if _MSC_VER<=1200
    +#      pragma inline_depth(0)
    +#     endif
    +#    endif
     #   endif
    -#  elif (defined(_ARCH_PPC) && defined(__64BIT__)) || defined(_ARCH_PPC64)
    -#   define ROTR(a,n)	({ SHA_LONG64 ret;		\
    -				asm ("rotrdi %0,%1,%2"	\
    -				: "=r"(ret)		\
    -				: "r"(a),"K"(n)); ret;	})
     #  endif
    -# elif defined(_MSC_VER)
    -#  if defined(_WIN64)	/* applies to both IA-64 and AMD64 */
    -#   pragma intrinsic(_rotr64)
    -#   define ROTR(a,n)	_rotr64((a),n)
    +#  ifndef PULL64
    +#   define B(x,j)    (((SHA_LONG64)(*(((const unsigned char *)(&x))+j)))<<((7-j)*8))
    +#   define PULL64(x) (B(x,0)|B(x,1)|B(x,2)|B(x,3)|B(x,4)|B(x,5)|B(x,6)|B(x,7))
     #  endif
    -#  if defined(_M_IX86) && !defined(OPENSSL_NO_ASM) && !defined(OPENSSL_NO_INLINE_ASM)
    -#   if defined(I386_ONLY)
    -    static SHA_LONG64 __fastcall __pull64be(const void *x)
    -    {	_asm	mov	edx, [ecx + 0]
    -	_asm	mov	eax, [ecx + 4]
    -	_asm	xchg	dh,dl
    -	_asm	xchg	ah,al
    -	_asm	rol	edx,16
    -	_asm	rol	eax,16
    -	_asm	xchg	dh,dl
    -	_asm	xchg	ah,al
    -    }
    +#  ifndef ROTR
    +#   define ROTR(x,s)       (((x)>>s) | (x)<<(64-s))
    +#  endif
    +#  define Sigma0(x)       (ROTR((x),28) ^ ROTR((x),34) ^ ROTR((x),39))
    +#  define Sigma1(x)       (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41))
    +#  define sigma0(x)       (ROTR((x),1)  ^ ROTR((x),8)  ^ ((x)>>7))
    +#  define sigma1(x)       (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6))
    +#  define Ch(x,y,z)       (((x) & (y)) ^ ((~(x)) & (z)))
    +#  define Maj(x,y,z)      (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z)))
    +#  if defined(__i386) || defined(__i386__) || defined(_M_IX86)
    +/*
    + * This code should give better results on 32-bit CPU with less than
    + * ~24 registers, both size and performance wise...
    + */ static void sha512_block_data_order(SHA512_CTX *ctx, const void *in,
    +                                        size_t num)
    +{
    +    const SHA_LONG64 *W = in;
    +    SHA_LONG64 A, E, T;
    +    SHA_LONG64 X[9 + 80], *F;
    +    int i;
    +
    +    while (num--) {
    +
    +        F = X + 80;
    +        A = ctx->h[0];
    +        F[1] = ctx->h[1];
    +        F[2] = ctx->h[2];
    +        F[3] = ctx->h[3];
    +        E = ctx->h[4];
    +        F[5] = ctx->h[5];
    +        F[6] = ctx->h[6];
    +        F[7] = ctx->h[7];
    +
    +        for (i = 0; i < 16; i++, F--) {
    +#   ifdef B_ENDIAN
    +            T = W[i];
     #   else
    -    static SHA_LONG64 __fastcall __pull64be(const void *x)
    -    {	_asm	mov	edx, [ecx + 0]
    -	_asm	mov	eax, [ecx + 4]
    -	_asm	bswap	edx
    -	_asm	bswap	eax
    +            T = PULL64(W[i]);
    +#   endif
    +            F[0] = A;
    +            F[4] = E;
    +            F[8] = T;
    +            T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i];
    +            E = F[3] + T;
    +            A = T + Sigma0(A) + Maj(A, F[1], F[2]);
    +        }
    +
    +        for (; i < 80; i++, F--) {
    +            T = sigma0(F[8 + 16 - 1]);
    +            T += sigma1(F[8 + 16 - 14]);
    +            T += F[8 + 16] + F[8 + 16 - 9];
    +
    +            F[0] = A;
    +            F[4] = E;
    +            F[8] = T;
    +            T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i];
    +            E = F[3] + T;
    +            A = T + Sigma0(A) + Maj(A, F[1], F[2]);
    +        }
    +
    +        ctx->h[0] += A;
    +        ctx->h[1] += F[1];
    +        ctx->h[2] += F[2];
    +        ctx->h[3] += F[3];
    +        ctx->h[4] += E;
    +        ctx->h[5] += F[5];
    +        ctx->h[6] += F[6];
    +        ctx->h[7] += F[7];
    +
    +        W += SHA_LBLOCK;
         }
    +}
    +
    +#  elif defined(OPENSSL_SMALL_FOOTPRINT)
    +static void sha512_block_data_order(SHA512_CTX *ctx, const void *in,
    +                                    size_t num)
    +{
    +    const SHA_LONG64 *W = in;
    +    SHA_LONG64 a, b, c, d, e, f, g, h, s0, s1, T1, T2;
    +    SHA_LONG64 X[16];
    +    int i;
    +
    +    while (num--) {
    +
    +        a = ctx->h[0];
    +        b = ctx->h[1];
    +        c = ctx->h[2];
    +        d = ctx->h[3];
    +        e = ctx->h[4];
    +        f = ctx->h[5];
    +        g = ctx->h[6];
    +        h = ctx->h[7];
    +
    +        for (i = 0; i < 16; i++) {
    +#   ifdef B_ENDIAN
    +            T1 = X[i] = W[i];
    +#   else
    +            T1 = X[i] = PULL64(W[i]);
     #   endif
    -#   define PULL64(x) __pull64be(&(x))
    -#   if _MSC_VER<=1200
    -#    pragma inline_depth(0)
    +            T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i];
    +            T2 = Sigma0(a) + Maj(a, b, c);
    +            h = g;
    +            g = f;
    +            f = e;
    +            e = d + T1;
    +            d = c;
    +            c = b;
    +            b = a;
    +            a = T1 + T2;
    +        }
    +
    +        for (; i < 80; i++) {
    +            s0 = X[(i + 1) & 0x0f];
    +            s0 = sigma0(s0);
    +            s1 = X[(i + 14) & 0x0f];
    +            s1 = sigma1(s1);
    +
    +            T1 = X[i & 0xf] += s0 + s1 + X[(i + 9) & 0xf];
    +            T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i];
    +            T2 = Sigma0(a) + Maj(a, b, c);
    +            h = g;
    +            g = f;
    +            f = e;
    +            e = d + T1;
    +            d = c;
    +            c = b;
    +            b = a;
    +            a = T1 + T2;
    +        }
    +
    +        ctx->h[0] += a;
    +        ctx->h[1] += b;
    +        ctx->h[2] += c;
    +        ctx->h[3] += d;
    +        ctx->h[4] += e;
    +        ctx->h[5] += f;
    +        ctx->h[6] += g;
    +        ctx->h[7] += h;
    +
    +        W += SHA_LBLOCK;
    +    }
    +}
    +
    +#  else
    +#   define ROUND_00_15(i,a,b,c,d,e,f,g,h)          do {    \
    +        T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];      \
    +        h = Sigma0(a) + Maj(a,b,c);                     \
    +        d += T1;        h += T1;                } while (0)
    +#   define ROUND_16_80(i,j,a,b,c,d,e,f,g,h,X)      do {    \
    +        s0 = X[(j+1)&0x0f];     s0 = sigma0(s0);        \
    +        s1 = X[(j+14)&0x0f];    s1 = sigma1(s1);        \
    +        T1 = X[(j)&0x0f] += s0 + s1 + X[(j+9)&0x0f];    \
    +        ROUND_00_15(i+j,a,b,c,d,e,f,g,h);               } while (0)
    +static void sha512_block_data_order(SHA512_CTX *ctx, const void *in,
    +                                    size_t num)
    +{
    +    const SHA_LONG64 *W = in;
    +    SHA_LONG64 a, b, c, d, e, f, g, h, s0, s1, T1;
    +    SHA_LONG64 X[16];
    +    int i;
    +
    +    while (num--) {
    +
    +        a = ctx->h[0];
    +        b = ctx->h[1];
    +        c = ctx->h[2];
    +        d = ctx->h[3];
    +        e = ctx->h[4];
    +        f = ctx->h[5];
    +        g = ctx->h[6];
    +        h = ctx->h[7];
    +
    +#   ifdef B_ENDIAN
    +        T1 = X[0] = W[0];
    +        ROUND_00_15(0, a, b, c, d, e, f, g, h);
    +        T1 = X[1] = W[1];
    +        ROUND_00_15(1, h, a, b, c, d, e, f, g);
    +        T1 = X[2] = W[2];
    +        ROUND_00_15(2, g, h, a, b, c, d, e, f);
    +        T1 = X[3] = W[3];
    +        ROUND_00_15(3, f, g, h, a, b, c, d, e);
    +        T1 = X[4] = W[4];
    +        ROUND_00_15(4, e, f, g, h, a, b, c, d);
    +        T1 = X[5] = W[5];
    +        ROUND_00_15(5, d, e, f, g, h, a, b, c);
    +        T1 = X[6] = W[6];
    +        ROUND_00_15(6, c, d, e, f, g, h, a, b);
    +        T1 = X[7] = W[7];
    +        ROUND_00_15(7, b, c, d, e, f, g, h, a);
    +        T1 = X[8] = W[8];
    +        ROUND_00_15(8, a, b, c, d, e, f, g, h);
    +        T1 = X[9] = W[9];
    +        ROUND_00_15(9, h, a, b, c, d, e, f, g);
    +        T1 = X[10] = W[10];
    +        ROUND_00_15(10, g, h, a, b, c, d, e, f);
    +        T1 = X[11] = W[11];
    +        ROUND_00_15(11, f, g, h, a, b, c, d, e);
    +        T1 = X[12] = W[12];
    +        ROUND_00_15(12, e, f, g, h, a, b, c, d);
    +        T1 = X[13] = W[13];
    +        ROUND_00_15(13, d, e, f, g, h, a, b, c);
    +        T1 = X[14] = W[14];
    +        ROUND_00_15(14, c, d, e, f, g, h, a, b);
    +        T1 = X[15] = W[15];
    +        ROUND_00_15(15, b, c, d, e, f, g, h, a);
    +#   else
    +        T1 = X[0] = PULL64(W[0]);
    +        ROUND_00_15(0, a, b, c, d, e, f, g, h);
    +        T1 = X[1] = PULL64(W[1]);
    +        ROUND_00_15(1, h, a, b, c, d, e, f, g);
    +        T1 = X[2] = PULL64(W[2]);
    +        ROUND_00_15(2, g, h, a, b, c, d, e, f);
    +        T1 = X[3] = PULL64(W[3]);
    +        ROUND_00_15(3, f, g, h, a, b, c, d, e);
    +        T1 = X[4] = PULL64(W[4]);
    +        ROUND_00_15(4, e, f, g, h, a, b, c, d);
    +        T1 = X[5] = PULL64(W[5]);
    +        ROUND_00_15(5, d, e, f, g, h, a, b, c);
    +        T1 = X[6] = PULL64(W[6]);
    +        ROUND_00_15(6, c, d, e, f, g, h, a, b);
    +        T1 = X[7] = PULL64(W[7]);
    +        ROUND_00_15(7, b, c, d, e, f, g, h, a);
    +        T1 = X[8] = PULL64(W[8]);
    +        ROUND_00_15(8, a, b, c, d, e, f, g, h);
    +        T1 = X[9] = PULL64(W[9]);
    +        ROUND_00_15(9, h, a, b, c, d, e, f, g);
    +        T1 = X[10] = PULL64(W[10]);
    +        ROUND_00_15(10, g, h, a, b, c, d, e, f);
    +        T1 = X[11] = PULL64(W[11]);
    +        ROUND_00_15(11, f, g, h, a, b, c, d, e);
    +        T1 = X[12] = PULL64(W[12]);
    +        ROUND_00_15(12, e, f, g, h, a, b, c, d);
    +        T1 = X[13] = PULL64(W[13]);
    +        ROUND_00_15(13, d, e, f, g, h, a, b, c);
    +        T1 = X[14] = PULL64(W[14]);
    +        ROUND_00_15(14, c, d, e, f, g, h, a, b);
    +        T1 = X[15] = PULL64(W[15]);
    +        ROUND_00_15(15, b, c, d, e, f, g, h, a);
     #   endif
    -#  endif
    -# endif
    -#endif
     
    -#ifndef PULL64
    -#define B(x,j)    (((SHA_LONG64)(*(((const unsigned char *)(&x))+j)))<<((7-j)*8))
    -#define PULL64(x) (B(x,0)|B(x,1)|B(x,2)|B(x,3)|B(x,4)|B(x,5)|B(x,6)|B(x,7))
    -#endif
    +        for (i = 16; i < 80; i += 16) {
    +            ROUND_16_80(i, 0, a, b, c, d, e, f, g, h, X);
    +            ROUND_16_80(i, 1, h, a, b, c, d, e, f, g, X);
    +            ROUND_16_80(i, 2, g, h, a, b, c, d, e, f, X);
    +            ROUND_16_80(i, 3, f, g, h, a, b, c, d, e, X);
    +            ROUND_16_80(i, 4, e, f, g, h, a, b, c, d, X);
    +            ROUND_16_80(i, 5, d, e, f, g, h, a, b, c, X);
    +            ROUND_16_80(i, 6, c, d, e, f, g, h, a, b, X);
    +            ROUND_16_80(i, 7, b, c, d, e, f, g, h, a, X);
    +            ROUND_16_80(i, 8, a, b, c, d, e, f, g, h, X);
    +            ROUND_16_80(i, 9, h, a, b, c, d, e, f, g, X);
    +            ROUND_16_80(i, 10, g, h, a, b, c, d, e, f, X);
    +            ROUND_16_80(i, 11, f, g, h, a, b, c, d, e, X);
    +            ROUND_16_80(i, 12, e, f, g, h, a, b, c, d, X);
    +            ROUND_16_80(i, 13, d, e, f, g, h, a, b, c, X);
    +            ROUND_16_80(i, 14, c, d, e, f, g, h, a, b, X);
    +            ROUND_16_80(i, 15, b, c, d, e, f, g, h, a, X);
    +        }
    +
    +        ctx->h[0] += a;
    +        ctx->h[1] += b;
    +        ctx->h[2] += c;
    +        ctx->h[3] += d;
    +        ctx->h[4] += e;
    +        ctx->h[5] += f;
    +        ctx->h[6] += g;
    +        ctx->h[7] += h;
    +
    +        W += SHA_LBLOCK;
    +    }
    +}
     
    -#ifndef ROTR
    -#define ROTR(x,s)	(((x)>>s) | (x)<<(64-s))
    -#endif
    +#  endif
     
    -#define Sigma0(x)	(ROTR((x),28) ^ ROTR((x),34) ^ ROTR((x),39))
    -#define Sigma1(x)	(ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41))
    -#define sigma0(x)	(ROTR((x),1)  ^ ROTR((x),8)  ^ ((x)>>7))
    -#define sigma1(x)	(ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6))
    +# endif                         /* SHA512_ASM */
     
    -#define Ch(x,y,z)	(((x) & (y)) ^ ((~(x)) & (z)))
    -#define Maj(x,y,z)	(((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z)))
    +#else                           /* !OPENSSL_NO_SHA512 */
     
    +# if defined(PEDANTIC) || defined(__DECC) || defined(OPENSSL_SYS_MACOSX)
    +static void *dummy = &dummy;
    +# endif
     
    -#if defined(__i386) || defined(__i386__) || defined(_M_IX86)
    -/*
    - * This code should give better results on 32-bit CPU with less than
    - * ~24 registers, both size and performance wise...
    - */
    -static void sha512_block_data_order (SHA512_CTX *ctx, const void *in, size_t num)
    -	{
    -	const SHA_LONG64 *W=in;
    -	SHA_LONG64	A,E,T;
    -	SHA_LONG64	X[9+80],*F;
    -	int i;
    -
    -			while (num--) {
    -
    -	F    = X+80;
    -	A    = ctx->h[0];	F[1] = ctx->h[1];
    -	F[2] = ctx->h[2];	F[3] = ctx->h[3];
    -	E    = ctx->h[4];	F[5] = ctx->h[5];
    -	F[6] = ctx->h[6];	F[7] = ctx->h[7];
    -
    -	for (i=0;i<16;i++,F--)
    -		{
    -#ifdef B_ENDIAN
    -		T = W[i];
    -#else
    -		T = PULL64(W[i]);
    -#endif
    -		F[0] = A;
    -		F[4] = E;
    -		F[8] = T;
    -		T   += F[7] + Sigma1(E) + Ch(E,F[5],F[6]) + K512[i];
    -		E    = F[3] + T;
    -		A    = T + Sigma0(A) + Maj(A,F[1],F[2]);
    -		}
    -
    -	for (;i<80;i++,F--)
    -		{
    -		T    = sigma0(F[8+16-1]);
    -		T   += sigma1(F[8+16-14]);
    -		T   += F[8+16] + F[8+16-9];
    -
    -		F[0] = A;
    -		F[4] = E;
    -		F[8] = T;
    -		T   += F[7] + Sigma1(E) + Ch(E,F[5],F[6]) + K512[i];
    -		E    = F[3] + T;
    -		A    = T + Sigma0(A) + Maj(A,F[1],F[2]);
    -		}
    -
    -	ctx->h[0] += A;		ctx->h[1] += F[1];
    -	ctx->h[2] += F[2];	ctx->h[3] += F[3];
    -	ctx->h[4] += E;		ctx->h[5] += F[5];
    -	ctx->h[6] += F[6];	ctx->h[7] += F[7];
    -
    -			W+=SHA_LBLOCK;
    -			}
    -	}
    -
    -#elif defined(OPENSSL_SMALL_FOOTPRINT)
    -
    -static void sha512_block_data_order (SHA512_CTX *ctx, const void *in, size_t num)
    -	{
    -	const SHA_LONG64 *W=in;
    -	SHA_LONG64	a,b,c,d,e,f,g,h,s0,s1,T1,T2;
    -	SHA_LONG64	X[16];
    -	int i;
    -
    -			while (num--) {
    -
    -	a = ctx->h[0];	b = ctx->h[1];	c = ctx->h[2];	d = ctx->h[3];
    -	e = ctx->h[4];	f = ctx->h[5];	g = ctx->h[6];	h = ctx->h[7];
    -
    -	for (i=0;i<16;i++)
    -		{
    -#ifdef B_ENDIAN
    -		T1 = X[i] = W[i];
    -#else
    -		T1 = X[i] = PULL64(W[i]);
    -#endif
    -		T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];
    -		T2 = Sigma0(a) + Maj(a,b,c);
    -		h = g;	g = f;	f = e;	e = d + T1;
    -		d = c;	c = b;	b = a;	a = T1 + T2;
    -		}
    -
    -	for (;i<80;i++)
    -		{
    -		s0 = X[(i+1)&0x0f];	s0 = sigma0(s0);
    -		s1 = X[(i+14)&0x0f];	s1 = sigma1(s1);
    -
    -		T1 = X[i&0xf] += s0 + s1 + X[(i+9)&0xf];
    -		T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];
    -		T2 = Sigma0(a) + Maj(a,b,c);
    -		h = g;	g = f;	f = e;	e = d + T1;
    -		d = c;	c = b;	b = a;	a = T1 + T2;
    -		}
    -
    -	ctx->h[0] += a;	ctx->h[1] += b;	ctx->h[2] += c;	ctx->h[3] += d;
    -	ctx->h[4] += e;	ctx->h[5] += f;	ctx->h[6] += g;	ctx->h[7] += h;
    -
    -			W+=SHA_LBLOCK;
    -			}
    -	}
    -
    -#else
    -
    -#define	ROUND_00_15(i,a,b,c,d,e,f,g,h)		do {	\
    -	T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];	\
    -	h = Sigma0(a) + Maj(a,b,c);			\
    -	d += T1;	h += T1;		} while (0)
    -
    -#define	ROUND_16_80(i,j,a,b,c,d,e,f,g,h,X)	do {	\
    -	s0 = X[(j+1)&0x0f];	s0 = sigma0(s0);	\
    -	s1 = X[(j+14)&0x0f];	s1 = sigma1(s1);	\
    -	T1 = X[(j)&0x0f] += s0 + s1 + X[(j+9)&0x0f];	\
    -	ROUND_00_15(i+j,a,b,c,d,e,f,g,h);		} while (0)
    -
    -static void sha512_block_data_order (SHA512_CTX *ctx, const void *in, size_t num)
    -	{
    -	const SHA_LONG64 *W=in;
    -	SHA_LONG64	a,b,c,d,e,f,g,h,s0,s1,T1;
    -	SHA_LONG64	X[16];
    -	int i;
    -
    -			while (num--) {
    -
    -	a = ctx->h[0];	b = ctx->h[1];	c = ctx->h[2];	d = ctx->h[3];
    -	e = ctx->h[4];	f = ctx->h[5];	g = ctx->h[6];	h = ctx->h[7];
    -
    -#ifdef B_ENDIAN
    -	T1 = X[0] = W[0];	ROUND_00_15(0,a,b,c,d,e,f,g,h);
    -	T1 = X[1] = W[1];	ROUND_00_15(1,h,a,b,c,d,e,f,g);
    -	T1 = X[2] = W[2];	ROUND_00_15(2,g,h,a,b,c,d,e,f);
    -	T1 = X[3] = W[3];	ROUND_00_15(3,f,g,h,a,b,c,d,e);
    -	T1 = X[4] = W[4];	ROUND_00_15(4,e,f,g,h,a,b,c,d);
    -	T1 = X[5] = W[5];	ROUND_00_15(5,d,e,f,g,h,a,b,c);
    -	T1 = X[6] = W[6];	ROUND_00_15(6,c,d,e,f,g,h,a,b);
    -	T1 = X[7] = W[7];	ROUND_00_15(7,b,c,d,e,f,g,h,a);
    -	T1 = X[8] = W[8];	ROUND_00_15(8,a,b,c,d,e,f,g,h);
    -	T1 = X[9] = W[9];	ROUND_00_15(9,h,a,b,c,d,e,f,g);
    -	T1 = X[10] = W[10];	ROUND_00_15(10,g,h,a,b,c,d,e,f);
    -	T1 = X[11] = W[11];	ROUND_00_15(11,f,g,h,a,b,c,d,e);
    -	T1 = X[12] = W[12];	ROUND_00_15(12,e,f,g,h,a,b,c,d);
    -	T1 = X[13] = W[13];	ROUND_00_15(13,d,e,f,g,h,a,b,c);
    -	T1 = X[14] = W[14];	ROUND_00_15(14,c,d,e,f,g,h,a,b);
    -	T1 = X[15] = W[15];	ROUND_00_15(15,b,c,d,e,f,g,h,a);
    -#else
    -	T1 = X[0]  = PULL64(W[0]);	ROUND_00_15(0,a,b,c,d,e,f,g,h);
    -	T1 = X[1]  = PULL64(W[1]);	ROUND_00_15(1,h,a,b,c,d,e,f,g);
    -	T1 = X[2]  = PULL64(W[2]);	ROUND_00_15(2,g,h,a,b,c,d,e,f);
    -	T1 = X[3]  = PULL64(W[3]);	ROUND_00_15(3,f,g,h,a,b,c,d,e);
    -	T1 = X[4]  = PULL64(W[4]);	ROUND_00_15(4,e,f,g,h,a,b,c,d);
    -	T1 = X[5]  = PULL64(W[5]);	ROUND_00_15(5,d,e,f,g,h,a,b,c);
    -	T1 = X[6]  = PULL64(W[6]);	ROUND_00_15(6,c,d,e,f,g,h,a,b);
    -	T1 = X[7]  = PULL64(W[7]);	ROUND_00_15(7,b,c,d,e,f,g,h,a);
    -	T1 = X[8]  = PULL64(W[8]);	ROUND_00_15(8,a,b,c,d,e,f,g,h);
    -	T1 = X[9]  = PULL64(W[9]);	ROUND_00_15(9,h,a,b,c,d,e,f,g);
    -	T1 = X[10] = PULL64(W[10]);	ROUND_00_15(10,g,h,a,b,c,d,e,f);
    -	T1 = X[11] = PULL64(W[11]);	ROUND_00_15(11,f,g,h,a,b,c,d,e);
    -	T1 = X[12] = PULL64(W[12]);	ROUND_00_15(12,e,f,g,h,a,b,c,d);
    -	T1 = X[13] = PULL64(W[13]);	ROUND_00_15(13,d,e,f,g,h,a,b,c);
    -	T1 = X[14] = PULL64(W[14]);	ROUND_00_15(14,c,d,e,f,g,h,a,b);
    -	T1 = X[15] = PULL64(W[15]);	ROUND_00_15(15,b,c,d,e,f,g,h,a);
    -#endif
    -
    -	for (i=16;i<80;i+=16)
    -		{
    -		ROUND_16_80(i, 0,a,b,c,d,e,f,g,h,X);
    -		ROUND_16_80(i, 1,h,a,b,c,d,e,f,g,X);
    -		ROUND_16_80(i, 2,g,h,a,b,c,d,e,f,X);
    -		ROUND_16_80(i, 3,f,g,h,a,b,c,d,e,X);
    -		ROUND_16_80(i, 4,e,f,g,h,a,b,c,d,X);
    -		ROUND_16_80(i, 5,d,e,f,g,h,a,b,c,X);
    -		ROUND_16_80(i, 6,c,d,e,f,g,h,a,b,X);
    -		ROUND_16_80(i, 7,b,c,d,e,f,g,h,a,X);
    -		ROUND_16_80(i, 8,a,b,c,d,e,f,g,h,X);
    -		ROUND_16_80(i, 9,h,a,b,c,d,e,f,g,X);
    -		ROUND_16_80(i,10,g,h,a,b,c,d,e,f,X);
    -		ROUND_16_80(i,11,f,g,h,a,b,c,d,e,X);
    -		ROUND_16_80(i,12,e,f,g,h,a,b,c,d,X);
    -		ROUND_16_80(i,13,d,e,f,g,h,a,b,c,X);
    -		ROUND_16_80(i,14,c,d,e,f,g,h,a,b,X);
    -		ROUND_16_80(i,15,b,c,d,e,f,g,h,a,X);
    -		}
    -
    -	ctx->h[0] += a;	ctx->h[1] += b;	ctx->h[2] += c;	ctx->h[3] += d;
    -	ctx->h[4] += e;	ctx->h[5] += f;	ctx->h[6] += g;	ctx->h[7] += h;
    -
    -			W+=SHA_LBLOCK;
    -			}
    -	}
    -
    -#endif
    -
    -#endif /* SHA512_ASM */
    -
    -#else /* !OPENSSL_NO_SHA512 */
    -
    -#if defined(PEDANTIC) || defined(__DECC) || defined(OPENSSL_SYS_MACOSX)
    -static void *dummy=&dummy;
    -#endif
    -
    -#endif /* !OPENSSL_NO_SHA512 */
    +#endif                          /* !OPENSSL_NO_SHA512 */
    diff --git a/openssl/crypto/sha/sha512t.c b/openssl/crypto/sha/sha512t.c
    index 210041d43..178882fc7 100644
    --- a/openssl/crypto/sha/sha512t.c
    +++ b/openssl/crypto/sha/sha512t.c
    @@ -15,170 +15,182 @@
     int main(int argc, char *argv[])
     {
         printf("No SHA512 support\n");
    -    return(0);
    +    return (0);
     }
     #else
     
     unsigned char app_c1[SHA512_DIGEST_LENGTH] = {
    -	0xdd,0xaf,0x35,0xa1,0x93,0x61,0x7a,0xba,
    -	0xcc,0x41,0x73,0x49,0xae,0x20,0x41,0x31,
    -	0x12,0xe6,0xfa,0x4e,0x89,0xa9,0x7e,0xa2,
    -	0x0a,0x9e,0xee,0xe6,0x4b,0x55,0xd3,0x9a,
    -	0x21,0x92,0x99,0x2a,0x27,0x4f,0xc1,0xa8,
    -	0x36,0xba,0x3c,0x23,0xa3,0xfe,0xeb,0xbd,
    -	0x45,0x4d,0x44,0x23,0x64,0x3c,0xe8,0x0e,
    -	0x2a,0x9a,0xc9,0x4f,0xa5,0x4c,0xa4,0x9f };
    +    0xdd, 0xaf, 0x35, 0xa1, 0x93, 0x61, 0x7a, 0xba,
    +    0xcc, 0x41, 0x73, 0x49, 0xae, 0x20, 0x41, 0x31,
    +    0x12, 0xe6, 0xfa, 0x4e, 0x89, 0xa9, 0x7e, 0xa2,
    +    0x0a, 0x9e, 0xee, 0xe6, 0x4b, 0x55, 0xd3, 0x9a,
    +    0x21, 0x92, 0x99, 0x2a, 0x27, 0x4f, 0xc1, 0xa8,
    +    0x36, 0xba, 0x3c, 0x23, 0xa3, 0xfe, 0xeb, 0xbd,
    +    0x45, 0x4d, 0x44, 0x23, 0x64, 0x3c, 0xe8, 0x0e,
    +    0x2a, 0x9a, 0xc9, 0x4f, 0xa5, 0x4c, 0xa4, 0x9f
    +};
     
     unsigned char app_c2[SHA512_DIGEST_LENGTH] = {
    -	0x8e,0x95,0x9b,0x75,0xda,0xe3,0x13,0xda,
    -	0x8c,0xf4,0xf7,0x28,0x14,0xfc,0x14,0x3f,
    -	0x8f,0x77,0x79,0xc6,0xeb,0x9f,0x7f,0xa1,
    -	0x72,0x99,0xae,0xad,0xb6,0x88,0x90,0x18,
    -	0x50,0x1d,0x28,0x9e,0x49,0x00,0xf7,0xe4,
    -	0x33,0x1b,0x99,0xde,0xc4,0xb5,0x43,0x3a,
    -	0xc7,0xd3,0x29,0xee,0xb6,0xdd,0x26,0x54,
    -	0x5e,0x96,0xe5,0x5b,0x87,0x4b,0xe9,0x09 };
    +    0x8e, 0x95, 0x9b, 0x75, 0xda, 0xe3, 0x13, 0xda,
    +    0x8c, 0xf4, 0xf7, 0x28, 0x14, 0xfc, 0x14, 0x3f,
    +    0x8f, 0x77, 0x79, 0xc6, 0xeb, 0x9f, 0x7f, 0xa1,
    +    0x72, 0x99, 0xae, 0xad, 0xb6, 0x88, 0x90, 0x18,
    +    0x50, 0x1d, 0x28, 0x9e, 0x49, 0x00, 0xf7, 0xe4,
    +    0x33, 0x1b, 0x99, 0xde, 0xc4, 0xb5, 0x43, 0x3a,
    +    0xc7, 0xd3, 0x29, 0xee, 0xb6, 0xdd, 0x26, 0x54,
    +    0x5e, 0x96, 0xe5, 0x5b, 0x87, 0x4b, 0xe9, 0x09
    +};
     
     unsigned char app_c3[SHA512_DIGEST_LENGTH] = {
    -	0xe7,0x18,0x48,0x3d,0x0c,0xe7,0x69,0x64,
    -	0x4e,0x2e,0x42,0xc7,0xbc,0x15,0xb4,0x63,
    -	0x8e,0x1f,0x98,0xb1,0x3b,0x20,0x44,0x28,
    -	0x56,0x32,0xa8,0x03,0xaf,0xa9,0x73,0xeb,
    -	0xde,0x0f,0xf2,0x44,0x87,0x7e,0xa6,0x0a,
    -	0x4c,0xb0,0x43,0x2c,0xe5,0x77,0xc3,0x1b,
    -	0xeb,0x00,0x9c,0x5c,0x2c,0x49,0xaa,0x2e,
    -	0x4e,0xad,0xb2,0x17,0xad,0x8c,0xc0,0x9b };
    +    0xe7, 0x18, 0x48, 0x3d, 0x0c, 0xe7, 0x69, 0x64,
    +    0x4e, 0x2e, 0x42, 0xc7, 0xbc, 0x15, 0xb4, 0x63,
    +    0x8e, 0x1f, 0x98, 0xb1, 0x3b, 0x20, 0x44, 0x28,
    +    0x56, 0x32, 0xa8, 0x03, 0xaf, 0xa9, 0x73, 0xeb,
    +    0xde, 0x0f, 0xf2, 0x44, 0x87, 0x7e, 0xa6, 0x0a,
    +    0x4c, 0xb0, 0x43, 0x2c, 0xe5, 0x77, 0xc3, 0x1b,
    +    0xeb, 0x00, 0x9c, 0x5c, 0x2c, 0x49, 0xaa, 0x2e,
    +    0x4e, 0xad, 0xb2, 0x17, 0xad, 0x8c, 0xc0, 0x9b
    +};
     
     unsigned char app_d1[SHA384_DIGEST_LENGTH] = {
    -	0xcb,0x00,0x75,0x3f,0x45,0xa3,0x5e,0x8b,
    -	0xb5,0xa0,0x3d,0x69,0x9a,0xc6,0x50,0x07,
    -	0x27,0x2c,0x32,0xab,0x0e,0xde,0xd1,0x63,
    -	0x1a,0x8b,0x60,0x5a,0x43,0xff,0x5b,0xed,
    -	0x80,0x86,0x07,0x2b,0xa1,0xe7,0xcc,0x23,
    -	0x58,0xba,0xec,0xa1,0x34,0xc8,0x25,0xa7 };
    +    0xcb, 0x00, 0x75, 0x3f, 0x45, 0xa3, 0x5e, 0x8b,
    +    0xb5, 0xa0, 0x3d, 0x69, 0x9a, 0xc6, 0x50, 0x07,
    +    0x27, 0x2c, 0x32, 0xab, 0x0e, 0xde, 0xd1, 0x63,
    +    0x1a, 0x8b, 0x60, 0x5a, 0x43, 0xff, 0x5b, 0xed,
    +    0x80, 0x86, 0x07, 0x2b, 0xa1, 0xe7, 0xcc, 0x23,
    +    0x58, 0xba, 0xec, 0xa1, 0x34, 0xc8, 0x25, 0xa7
    +};
     
     unsigned char app_d2[SHA384_DIGEST_LENGTH] = {
    -	0x09,0x33,0x0c,0x33,0xf7,0x11,0x47,0xe8,
    -	0x3d,0x19,0x2f,0xc7,0x82,0xcd,0x1b,0x47,
    -	0x53,0x11,0x1b,0x17,0x3b,0x3b,0x05,0xd2,
    -	0x2f,0xa0,0x80,0x86,0xe3,0xb0,0xf7,0x12,
    -	0xfc,0xc7,0xc7,0x1a,0x55,0x7e,0x2d,0xb9,
    -	0x66,0xc3,0xe9,0xfa,0x91,0x74,0x60,0x39 };
    +    0x09, 0x33, 0x0c, 0x33, 0xf7, 0x11, 0x47, 0xe8,
    +    0x3d, 0x19, 0x2f, 0xc7, 0x82, 0xcd, 0x1b, 0x47,
    +    0x53, 0x11, 0x1b, 0x17, 0x3b, 0x3b, 0x05, 0xd2,
    +    0x2f, 0xa0, 0x80, 0x86, 0xe3, 0xb0, 0xf7, 0x12,
    +    0xfc, 0xc7, 0xc7, 0x1a, 0x55, 0x7e, 0x2d, 0xb9,
    +    0x66, 0xc3, 0xe9, 0xfa, 0x91, 0x74, 0x60, 0x39
    +};
     
     unsigned char app_d3[SHA384_DIGEST_LENGTH] = {
    -	0x9d,0x0e,0x18,0x09,0x71,0x64,0x74,0xcb,
    -	0x08,0x6e,0x83,0x4e,0x31,0x0a,0x4a,0x1c,
    -	0xed,0x14,0x9e,0x9c,0x00,0xf2,0x48,0x52,
    -	0x79,0x72,0xce,0xc5,0x70,0x4c,0x2a,0x5b,
    -	0x07,0xb8,0xb3,0xdc,0x38,0xec,0xc4,0xeb,
    -	0xae,0x97,0xdd,0xd8,0x7f,0x3d,0x89,0x85 };
    -
    -int main (int argc,char **argv)
    -{ unsigned char md[SHA512_DIGEST_LENGTH];
    -  int		i;
    -  EVP_MD_CTX	evp;
    -
    -#ifdef OPENSSL_IA32_SSE2
    -    /* Alternative to this is to call OpenSSL_add_all_algorithms...
    -     * The below code is retained exclusively for debugging purposes. */
    -    { char      *env;
    -
    -	if ((env=getenv("OPENSSL_ia32cap")))
    -	    OPENSSL_ia32cap = strtoul (env,NULL,0);
    -    }
    -#endif
    -
    -    fprintf(stdout,"Testing SHA-512 ");
    -
    -    EVP_Digest ("abc",3,md,NULL,EVP_sha512(),NULL);
    -    if (memcmp(md,app_c1,sizeof(app_c1)))
    -    {	fflush(stdout);
    -	fprintf(stderr,"\nTEST 1 of 3 failed.\n");
    -	return 1;
    -    }
    -    else
    -	fprintf(stdout,"."); fflush(stdout);
    -
    -    EVP_Digest ("abcdefgh""bcdefghi""cdefghij""defghijk"
    -		"efghijkl""fghijklm""ghijklmn""hijklmno"
    -		"ijklmnop""jklmnopq""klmnopqr""lmnopqrs"
    -		"mnopqrst""nopqrstu",112,md,NULL,EVP_sha512(),NULL);
    -    if (memcmp(md,app_c2,sizeof(app_c2)))
    -    {	fflush(stdout);
    -	fprintf(stderr,"\nTEST 2 of 3 failed.\n");
    -	return 1;
    -    }
    -    else
    -	fprintf(stdout,"."); fflush(stdout);
    -
    -    EVP_MD_CTX_init (&evp);
    -    EVP_DigestInit_ex (&evp,EVP_sha512(),NULL);
    -    for (i=0;i<1000000;i+=288)
    -	EVP_DigestUpdate (&evp,	"aaaaaaaa""aaaaaaaa""aaaaaaaa""aaaaaaaa"
    -				"aaaaaaaa""aaaaaaaa""aaaaaaaa""aaaaaaaa"
    -				"aaaaaaaa""aaaaaaaa""aaaaaaaa""aaaaaaaa"
    -				"aaaaaaaa""aaaaaaaa""aaaaaaaa""aaaaaaaa"
    -				"aaaaaaaa""aaaaaaaa""aaaaaaaa""aaaaaaaa"
    -				"aaaaaaaa""aaaaaaaa""aaaaaaaa""aaaaaaaa"
    -				"aaaaaaaa""aaaaaaaa""aaaaaaaa""aaaaaaaa"
    -				"aaaaaaaa""aaaaaaaa""aaaaaaaa""aaaaaaaa"
    -				"aaaaaaaa""aaaaaaaa""aaaaaaaa""aaaaaaaa",
    -				(1000000-i)<288?1000000-i:288);
    -    EVP_DigestFinal_ex (&evp,md,NULL);
    -    EVP_MD_CTX_cleanup (&evp);
    -
    -    if (memcmp(md,app_c3,sizeof(app_c3)))
    -    {	fflush(stdout);
    -	fprintf(stderr,"\nTEST 3 of 3 failed.\n");
    -	return 1;
    -    }
    -    else
    -	fprintf(stdout,"."); fflush(stdout);
    -
    -    fprintf(stdout," passed.\n"); fflush(stdout);
    -
    -    fprintf(stdout,"Testing SHA-384 ");
    -
    -    EVP_Digest ("abc",3,md,NULL,EVP_sha384(),NULL);
    -    if (memcmp(md,app_d1,sizeof(app_d1)))
    -    {	fflush(stdout);
    -	fprintf(stderr,"\nTEST 1 of 3 failed.\n");
    -	return 1;
    -    }
    -    else
    -	fprintf(stdout,"."); fflush(stdout);
    -
    -    EVP_Digest ("abcdefgh""bcdefghi""cdefghij""defghijk"
    -		"efghijkl""fghijklm""ghijklmn""hijklmno"
    -		"ijklmnop""jklmnopq""klmnopqr""lmnopqrs"
    -		"mnopqrst""nopqrstu",112,md,NULL,EVP_sha384(),NULL);
    -    if (memcmp(md,app_d2,sizeof(app_d2)))
    -    {	fflush(stdout);
    -	fprintf(stderr,"\nTEST 2 of 3 failed.\n");
    -	return 1;
    -    }
    -    else
    -	fprintf(stdout,"."); fflush(stdout);
    -
    -    EVP_MD_CTX_init (&evp);
    -    EVP_DigestInit_ex (&evp,EVP_sha384(),NULL);
    -    for (i=0;i<1000000;i+=64)
    -	EVP_DigestUpdate (&evp,	"aaaaaaaa""aaaaaaaa""aaaaaaaa""aaaaaaaa"
    -				"aaaaaaaa""aaaaaaaa""aaaaaaaa""aaaaaaaa",
    -				(1000000-i)<64?1000000-i:64);
    -    EVP_DigestFinal_ex (&evp,md,NULL);
    -    EVP_MD_CTX_cleanup (&evp);
    -
    -    if (memcmp(md,app_d3,sizeof(app_d3)))
    -    {	fflush(stdout);
    -	fprintf(stderr,"\nTEST 3 of 3 failed.\n");
    -	return 1;
    +    0x9d, 0x0e, 0x18, 0x09, 0x71, 0x64, 0x74, 0xcb,
    +    0x08, 0x6e, 0x83, 0x4e, 0x31, 0x0a, 0x4a, 0x1c,
    +    0xed, 0x14, 0x9e, 0x9c, 0x00, 0xf2, 0x48, 0x52,
    +    0x79, 0x72, 0xce, 0xc5, 0x70, 0x4c, 0x2a, 0x5b,
    +    0x07, 0xb8, 0xb3, 0xdc, 0x38, 0xec, 0xc4, 0xeb,
    +    0xae, 0x97, 0xdd, 0xd8, 0x7f, 0x3d, 0x89, 0x85
    +};
    +
    +int main(int argc, char **argv)
    +{
    +    unsigned char md[SHA512_DIGEST_LENGTH];
    +    int i;
    +    EVP_MD_CTX evp;
    +
    +# ifdef OPENSSL_IA32_SSE2
    +    /*
    +     * Alternative to this is to call OpenSSL_add_all_algorithms... The below
    +     * code is retained exclusively for debugging purposes.
    +     */
    +    {
    +        char *env;
    +
    +        if ((env = getenv("OPENSSL_ia32cap")))
    +            OPENSSL_ia32cap = strtoul(env, NULL, 0);
         }
    -    else
    -	fprintf(stdout,"."); fflush(stdout);
    -
    -    fprintf(stdout," passed.\n"); fflush(stdout);
    -
    -  return 0;
    +# endif
    +
    +    fprintf(stdout, "Testing SHA-512 ");
    +
    +    EVP_Digest("abc", 3, md, NULL, EVP_sha512(), NULL);
    +    if (memcmp(md, app_c1, sizeof(app_c1))) {
    +        fflush(stdout);
    +        fprintf(stderr, "\nTEST 1 of 3 failed.\n");
    +        return 1;
    +    } else
    +        fprintf(stdout, ".");
    +    fflush(stdout);
    +
    +    EVP_Digest("abcdefgh" "bcdefghi" "cdefghij" "defghijk"
    +               "efghijkl" "fghijklm" "ghijklmn" "hijklmno"
    +               "ijklmnop" "jklmnopq" "klmnopqr" "lmnopqrs"
    +               "mnopqrst" "nopqrstu", 112, md, NULL, EVP_sha512(), NULL);
    +    if (memcmp(md, app_c2, sizeof(app_c2))) {
    +        fflush(stdout);
    +        fprintf(stderr, "\nTEST 2 of 3 failed.\n");
    +        return 1;
    +    } else
    +        fprintf(stdout, ".");
    +    fflush(stdout);
    +
    +    EVP_MD_CTX_init(&evp);
    +    EVP_DigestInit_ex(&evp, EVP_sha512(), NULL);
    +    for (i = 0; i < 1000000; i += 288)
    +        EVP_DigestUpdate(&evp, "aaaaaaaa" "aaaaaaaa" "aaaaaaaa" "aaaaaaaa"
    +                         "aaaaaaaa" "aaaaaaaa" "aaaaaaaa" "aaaaaaaa"
    +                         "aaaaaaaa" "aaaaaaaa" "aaaaaaaa" "aaaaaaaa"
    +                         "aaaaaaaa" "aaaaaaaa" "aaaaaaaa" "aaaaaaaa"
    +                         "aaaaaaaa" "aaaaaaaa" "aaaaaaaa" "aaaaaaaa"
    +                         "aaaaaaaa" "aaaaaaaa" "aaaaaaaa" "aaaaaaaa"
    +                         "aaaaaaaa" "aaaaaaaa" "aaaaaaaa" "aaaaaaaa"
    +                         "aaaaaaaa" "aaaaaaaa" "aaaaaaaa" "aaaaaaaa"
    +                         "aaaaaaaa" "aaaaaaaa" "aaaaaaaa" "aaaaaaaa",
    +                         (1000000 - i) < 288 ? 1000000 - i : 288);
    +    EVP_DigestFinal_ex(&evp, md, NULL);
    +    EVP_MD_CTX_cleanup(&evp);
    +
    +    if (memcmp(md, app_c3, sizeof(app_c3))) {
    +        fflush(stdout);
    +        fprintf(stderr, "\nTEST 3 of 3 failed.\n");
    +        return 1;
    +    } else
    +        fprintf(stdout, ".");
    +    fflush(stdout);
    +
    +    fprintf(stdout, " passed.\n");
    +    fflush(stdout);
    +
    +    fprintf(stdout, "Testing SHA-384 ");
    +
    +    EVP_Digest("abc", 3, md, NULL, EVP_sha384(), NULL);
    +    if (memcmp(md, app_d1, sizeof(app_d1))) {
    +        fflush(stdout);
    +        fprintf(stderr, "\nTEST 1 of 3 failed.\n");
    +        return 1;
    +    } else
    +        fprintf(stdout, ".");
    +    fflush(stdout);
    +
    +    EVP_Digest("abcdefgh" "bcdefghi" "cdefghij" "defghijk"
    +               "efghijkl" "fghijklm" "ghijklmn" "hijklmno"
    +               "ijklmnop" "jklmnopq" "klmnopqr" "lmnopqrs"
    +               "mnopqrst" "nopqrstu", 112, md, NULL, EVP_sha384(), NULL);
    +    if (memcmp(md, app_d2, sizeof(app_d2))) {
    +        fflush(stdout);
    +        fprintf(stderr, "\nTEST 2 of 3 failed.\n");
    +        return 1;
    +    } else
    +        fprintf(stdout, ".");
    +    fflush(stdout);
    +
    +    EVP_MD_CTX_init(&evp);
    +    EVP_DigestInit_ex(&evp, EVP_sha384(), NULL);
    +    for (i = 0; i < 1000000; i += 64)
    +        EVP_DigestUpdate(&evp, "aaaaaaaa" "aaaaaaaa" "aaaaaaaa" "aaaaaaaa"
    +                         "aaaaaaaa" "aaaaaaaa" "aaaaaaaa" "aaaaaaaa",
    +                         (1000000 - i) < 64 ? 1000000 - i : 64);
    +    EVP_DigestFinal_ex(&evp, md, NULL);
    +    EVP_MD_CTX_cleanup(&evp);
    +
    +    if (memcmp(md, app_d3, sizeof(app_d3))) {
    +        fflush(stdout);
    +        fprintf(stderr, "\nTEST 3 of 3 failed.\n");
    +        return 1;
    +    } else
    +        fprintf(stdout, ".");
    +    fflush(stdout);
    +
    +    fprintf(stdout, " passed.\n");
    +    fflush(stdout);
    +
    +    return 0;
     }
     #endif
    diff --git a/openssl/crypto/sha/sha_dgst.c b/openssl/crypto/sha/sha_dgst.c
    index fb63b17ff..f77cf5e38 100644
    --- a/openssl/crypto/sha/sha_dgst.c
    +++ b/openssl/crypto/sha/sha_dgst.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -60,16 +60,15 @@
     #include 
     #if !defined(OPENSSL_NO_SHA0) && !defined(OPENSSL_NO_SHA)
     
    -#undef  SHA_1
    -#define SHA_0
    +# undef  SHA_1
    +# define SHA_0
     
    -#include 
    +# include 
     
    -const char SHA_version[]="SHA" OPENSSL_VERSION_PTEXT;
    +const char SHA_version[] = "SHA" OPENSSL_VERSION_PTEXT;
     
     /* The implementation is in ../md32_common.h */
     
    -#include "sha_locl.h"
    +# include "sha_locl.h"
     
     #endif
    -
    diff --git a/openssl/crypto/sha/sha_locl.h b/openssl/crypto/sha/sha_locl.h
    index d673255f7..03bd411ed 100644
    --- a/openssl/crypto/sha/sha_locl.h
    +++ b/openssl/crypto/sha/sha_locl.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -67,48 +67,48 @@
     #define HASH_LONG               SHA_LONG
     #define HASH_CTX                SHA_CTX
     #define HASH_CBLOCK             SHA_CBLOCK
    -#define HASH_MAKE_STRING(c,s)   do {	\
    -	unsigned long ll;		\
    -	ll=(c)->h0; (void)HOST_l2c(ll,(s));	\
    -	ll=(c)->h1; (void)HOST_l2c(ll,(s));	\
    -	ll=(c)->h2; (void)HOST_l2c(ll,(s));	\
    -	ll=(c)->h3; (void)HOST_l2c(ll,(s));	\
    -	ll=(c)->h4; (void)HOST_l2c(ll,(s));	\
    -	} while (0)
    +#define HASH_MAKE_STRING(c,s)   do {    \
    +        unsigned long ll;               \
    +        ll=(c)->h0; (void)HOST_l2c(ll,(s));     \
    +        ll=(c)->h1; (void)HOST_l2c(ll,(s));     \
    +        ll=(c)->h2; (void)HOST_l2c(ll,(s));     \
    +        ll=(c)->h3; (void)HOST_l2c(ll,(s));     \
    +        ll=(c)->h4; (void)HOST_l2c(ll,(s));     \
    +        } while (0)
     
     #if defined(SHA_0)
     
    -# define HASH_UPDATE             	SHA_Update
    -# define HASH_TRANSFORM          	SHA_Transform
    -# define HASH_FINAL              	SHA_Final
    -# define HASH_INIT			SHA_Init
    -# define HASH_BLOCK_DATA_ORDER   	sha_block_data_order
    -# define Xupdate(a,ix,ia,ib,ic,id)	(ix=(a)=(ia^ib^ic^id))
    +# define HASH_UPDATE                    SHA_Update
    +# define HASH_TRANSFORM                 SHA_Transform
    +# define HASH_FINAL                     SHA_Final
    +# define HASH_INIT                      SHA_Init
    +# define HASH_BLOCK_DATA_ORDER          sha_block_data_order
    +# define Xupdate(a,ix,ia,ib,ic,id)      (ix=(a)=(ia^ib^ic^id))
     
    -static void sha_block_data_order (SHA_CTX *c, const void *p,size_t num);
    +static void sha_block_data_order(SHA_CTX *c, const void *p, size_t num);
     
     #elif defined(SHA_1)
     
    -# define HASH_UPDATE             	SHA1_Update
    -# define HASH_TRANSFORM          	SHA1_Transform
    -# define HASH_FINAL              	SHA1_Final
    -# define HASH_INIT			SHA1_Init
    -# define HASH_BLOCK_DATA_ORDER   	sha1_block_data_order
    +# define HASH_UPDATE                    SHA1_Update
    +# define HASH_TRANSFORM                 SHA1_Transform
    +# define HASH_FINAL                     SHA1_Final
    +# define HASH_INIT                      SHA1_Init
    +# define HASH_BLOCK_DATA_ORDER          sha1_block_data_order
     # if defined(__MWERKS__) && defined(__MC68K__)
        /* Metrowerks for Motorola fails otherwise:-(  */
    -#  define Xupdate(a,ix,ia,ib,ic,id)	do { (a)=(ia^ib^ic^id);		\
    -					     ix=(a)=ROTATE((a),1);	\
    -					} while (0)
    +#  define Xupdate(a,ix,ia,ib,ic,id)     do { (a)=(ia^ib^ic^id);         \
    +                                             ix=(a)=ROTATE((a),1);      \
    +                                        } while (0)
     # else
    -#  define Xupdate(a,ix,ia,ib,ic,id)	( (a)=(ia^ib^ic^id),	\
    -					  ix=(a)=ROTATE((a),1)	\
    -					)
    +#  define Xupdate(a,ix,ia,ib,ic,id)     ( (a)=(ia^ib^ic^id),    \
    +                                          ix=(a)=ROTATE((a),1)  \
    +                                        )
     # endif
     
    -#ifndef SHA1_ASM
    +# ifndef SHA1_ASM
     static
    -#endif
    -void sha1_block_data_order (SHA_CTX *c, const void *p,size_t num);
    +# endif
    +void sha1_block_data_order(SHA_CTX *c, const void *p, size_t num);
     
     #else
     # error "Either SHA_0 or SHA_1 must be defined."
    @@ -127,68 +127,68 @@ fips_md_init(SHA)
     #else
     fips_md_init_ctx(SHA1, SHA)
     #endif
    -	{
    -	memset (c,0,sizeof(*c));
    -	c->h0=INIT_DATA_h0;
    -	c->h1=INIT_DATA_h1;
    -	c->h2=INIT_DATA_h2;
    -	c->h3=INIT_DATA_h3;
    -	c->h4=INIT_DATA_h4;
    -	return 1;
    -	}
    -
    -#define K_00_19	0x5a827999UL
    +{
    +    memset(c, 0, sizeof(*c));
    +    c->h0 = INIT_DATA_h0;
    +    c->h1 = INIT_DATA_h1;
    +    c->h2 = INIT_DATA_h2;
    +    c->h3 = INIT_DATA_h3;
    +    c->h4 = INIT_DATA_h4;
    +    return 1;
    +}
    +
    +#define K_00_19 0x5a827999UL
     #define K_20_39 0x6ed9eba1UL
     #define K_40_59 0x8f1bbcdcUL
     #define K_60_79 0xca62c1d6UL
     
    -/* As  pointed out by Wei Dai , F() below can be
    - * simplified to the code in F_00_19.  Wei attributes these optimisations
    - * to Peter Gutmann's SHS code, and he attributes it to Rich Schroeppel.
    - * #define F(x,y,z) (((x) & (y))  |  ((~(x)) & (z)))
    - * I've just become aware of another tweak to be made, again from Wei Dai,
    - * in F_40_59, (x&a)|(y&a) -> (x|y)&a
    +/*
    + * As pointed out by Wei Dai , F() below can be simplified
    + * to the code in F_00_19.  Wei attributes these optimisations to Peter
    + * Gutmann's SHS code, and he attributes it to Rich Schroeppel. #define
    + * F(x,y,z) (((x) & (y)) | ((~(x)) & (z))) I've just become aware of another
    + * tweak to be made, again from Wei Dai, in F_40_59, (x&a)|(y&a) -> (x|y)&a
      */
    -#define	F_00_19(b,c,d)	((((c) ^ (d)) & (b)) ^ (d)) 
    -#define	F_20_39(b,c,d)	((b) ^ (c) ^ (d))
    -#define F_40_59(b,c,d)	(((b) & (c)) | (((b)|(c)) & (d))) 
    -#define	F_60_79(b,c,d)	F_20_39(b,c,d)
    +#define F_00_19(b,c,d)  ((((c) ^ (d)) & (b)) ^ (d))
    +#define F_20_39(b,c,d)  ((b) ^ (c) ^ (d))
    +#define F_40_59(b,c,d)  (((b) & (c)) | (((b)|(c)) & (d)))
    +#define F_60_79(b,c,d)  F_20_39(b,c,d)
     
     #ifndef OPENSSL_SMALL_FOOTPRINT
     
    -#define BODY_00_15(i,a,b,c,d,e,f,xi) \
    -	(f)=xi+(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \
    -	(b)=ROTATE((b),30);
    -
    -#define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
    -	Xupdate(f,xi,xa,xb,xc,xd); \
    -	(f)+=(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \
    -	(b)=ROTATE((b),30);
    -
    -#define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
    -	Xupdate(f,xi,xa,xb,xc,xd); \
    -	(f)+=(e)+K_20_39+ROTATE((a),5)+F_20_39((b),(c),(d)); \
    -	(b)=ROTATE((b),30);
    -
    -#define BODY_32_39(i,a,b,c,d,e,f,xa,xb,xc,xd) \
    -	Xupdate(f,xa,xa,xb,xc,xd); \
    -	(f)+=(e)+K_20_39+ROTATE((a),5)+F_20_39((b),(c),(d)); \
    -	(b)=ROTATE((b),30);
    -
    -#define BODY_40_59(i,a,b,c,d,e,f,xa,xb,xc,xd) \
    -	Xupdate(f,xa,xa,xb,xc,xd); \
    -	(f)+=(e)+K_40_59+ROTATE((a),5)+F_40_59((b),(c),(d)); \
    -	(b)=ROTATE((b),30);
    -
    -#define BODY_60_79(i,a,b,c,d,e,f,xa,xb,xc,xd) \
    -	Xupdate(f,xa,xa,xb,xc,xd); \
    -	(f)=xa+(e)+K_60_79+ROTATE((a),5)+F_60_79((b),(c),(d)); \
    -	(b)=ROTATE((b),30);
    -
    -#ifdef X
    -#undef X
    -#endif
    -#ifndef MD32_XARRAY
    +# define BODY_00_15(i,a,b,c,d,e,f,xi) \
    +        (f)=xi+(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \
    +        (b)=ROTATE((b),30);
    +
    +# define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
    +        Xupdate(f,xi,xa,xb,xc,xd); \
    +        (f)+=(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \
    +        (b)=ROTATE((b),30);
    +
    +# define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
    +        Xupdate(f,xi,xa,xb,xc,xd); \
    +        (f)+=(e)+K_20_39+ROTATE((a),5)+F_20_39((b),(c),(d)); \
    +        (b)=ROTATE((b),30);
    +
    +# define BODY_32_39(i,a,b,c,d,e,f,xa,xb,xc,xd) \
    +        Xupdate(f,xa,xa,xb,xc,xd); \
    +        (f)+=(e)+K_20_39+ROTATE((a),5)+F_20_39((b),(c),(d)); \
    +        (b)=ROTATE((b),30);
    +
    +# define BODY_40_59(i,a,b,c,d,e,f,xa,xb,xc,xd) \
    +        Xupdate(f,xa,xa,xb,xc,xd); \
    +        (f)+=(e)+K_40_59+ROTATE((a),5)+F_40_59((b),(c),(d)); \
    +        (b)=ROTATE((b),30);
    +
    +# define BODY_60_79(i,a,b,c,d,e,f,xa,xb,xc,xd) \
    +        Xupdate(f,xa,xa,xb,xc,xd); \
    +        (f)=xa+(e)+K_60_79+ROTATE((a),5)+F_60_79((b),(c),(d)); \
    +        (b)=ROTATE((b),30);
    +
    +# ifdef X
    +#  undef X
    +# endif
    +# ifndef MD32_XARRAY
       /*
        * Originally X was an array. As it's automatic it's natural
        * to expect RISC compiler to accomodate at least part of it in
    @@ -196,246 +196,305 @@ fips_md_init_ctx(SHA1, SHA)
        * "find" this expectation reasonable:-( On order to make such
        * compilers generate better code I replace X[] with a bunch of
        * X0, X1, etc. See the function body below...
    -   *					
    +   *                                    
        */
    -# define X(i)	XX##i
    -#else
    +#  define X(i)   XX##i
    +# else
       /*
        * However! Some compilers (most notably HP C) get overwhelmed by
        * that many local variables so that we have to have the way to
        * fall down to the original behavior.
        */
    -# define X(i)	XX[i]
    -#endif
    -
    -#if !defined(SHA_1) || !defined(SHA1_ASM)
    -static void HASH_BLOCK_DATA_ORDER (SHA_CTX *c, const void *p, size_t num)
    -	{
    -	const unsigned char *data=p;
    -	register unsigned MD32_REG_T A,B,C,D,E,T,l;
    -#ifndef MD32_XARRAY
    -	unsigned MD32_REG_T	XX0, XX1, XX2, XX3, XX4, XX5, XX6, XX7,
    -				XX8, XX9,XX10,XX11,XX12,XX13,XX14,XX15;
    -#else
    -	SHA_LONG	XX[16];
    -#endif
    +#  define X(i)   XX[i]
    +# endif
     
    -	A=c->h0;
    -	B=c->h1;
    -	C=c->h2;
    -	D=c->h3;
    -	E=c->h4;
    -
    -	for (;;)
    -			{
    -	const union { long one; char little; } is_endian = {1};
    -
    -	if (!is_endian.little && sizeof(SHA_LONG)==4 && ((size_t)p%4)==0)
    -		{
    -		const SHA_LONG *W=(const SHA_LONG *)data;
    -
    -		X( 0) = W[0];				X( 1) = W[ 1];
    -		BODY_00_15( 0,A,B,C,D,E,T,X( 0));	X( 2) = W[ 2];
    -		BODY_00_15( 1,T,A,B,C,D,E,X( 1));	X( 3) = W[ 3];
    -		BODY_00_15( 2,E,T,A,B,C,D,X( 2));	X( 4) = W[ 4];
    -		BODY_00_15( 3,D,E,T,A,B,C,X( 3));	X( 5) = W[ 5];
    -		BODY_00_15( 4,C,D,E,T,A,B,X( 4));	X( 6) = W[ 6];
    -		BODY_00_15( 5,B,C,D,E,T,A,X( 5));	X( 7) = W[ 7];
    -		BODY_00_15( 6,A,B,C,D,E,T,X( 6));	X( 8) = W[ 8];
    -		BODY_00_15( 7,T,A,B,C,D,E,X( 7));	X( 9) = W[ 9];
    -		BODY_00_15( 8,E,T,A,B,C,D,X( 8));	X(10) = W[10];
    -		BODY_00_15( 9,D,E,T,A,B,C,X( 9));	X(11) = W[11];
    -		BODY_00_15(10,C,D,E,T,A,B,X(10));	X(12) = W[12];
    -		BODY_00_15(11,B,C,D,E,T,A,X(11));	X(13) = W[13];
    -		BODY_00_15(12,A,B,C,D,E,T,X(12));	X(14) = W[14];
    -		BODY_00_15(13,T,A,B,C,D,E,X(13));	X(15) = W[15];
    -		BODY_00_15(14,E,T,A,B,C,D,X(14));
    -		BODY_00_15(15,D,E,T,A,B,C,X(15));
    -
    -		data += SHA_CBLOCK;
    -		}
    -	else
    -		{
    -		(void)HOST_c2l(data,l); X( 0)=l;	(void)HOST_c2l(data,l); X( 1)=l;
    -		BODY_00_15( 0,A,B,C,D,E,T,X( 0));	(void)HOST_c2l(data,l); X( 2)=l;
    -		BODY_00_15( 1,T,A,B,C,D,E,X( 1));	(void)HOST_c2l(data,l); X( 3)=l;
    -		BODY_00_15( 2,E,T,A,B,C,D,X( 2));	(void)HOST_c2l(data,l); X( 4)=l;
    -		BODY_00_15( 3,D,E,T,A,B,C,X( 3));	(void)HOST_c2l(data,l); X( 5)=l;
    -		BODY_00_15( 4,C,D,E,T,A,B,X( 4));	(void)HOST_c2l(data,l); X( 6)=l;
    -		BODY_00_15( 5,B,C,D,E,T,A,X( 5));	(void)HOST_c2l(data,l); X( 7)=l;
    -		BODY_00_15( 6,A,B,C,D,E,T,X( 6));	(void)HOST_c2l(data,l); X( 8)=l;
    -		BODY_00_15( 7,T,A,B,C,D,E,X( 7));	(void)HOST_c2l(data,l); X( 9)=l;
    -		BODY_00_15( 8,E,T,A,B,C,D,X( 8));	(void)HOST_c2l(data,l); X(10)=l;
    -		BODY_00_15( 9,D,E,T,A,B,C,X( 9));	(void)HOST_c2l(data,l); X(11)=l;
    -		BODY_00_15(10,C,D,E,T,A,B,X(10));	(void)HOST_c2l(data,l); X(12)=l;
    -		BODY_00_15(11,B,C,D,E,T,A,X(11));	(void)HOST_c2l(data,l); X(13)=l;
    -		BODY_00_15(12,A,B,C,D,E,T,X(12));	(void)HOST_c2l(data,l); X(14)=l;
    -		BODY_00_15(13,T,A,B,C,D,E,X(13));	(void)HOST_c2l(data,l); X(15)=l;
    -		BODY_00_15(14,E,T,A,B,C,D,X(14));
    -		BODY_00_15(15,D,E,T,A,B,C,X(15));
    -		}
    -
    -	BODY_16_19(16,C,D,E,T,A,B,X( 0),X( 0),X( 2),X( 8),X(13));
    -	BODY_16_19(17,B,C,D,E,T,A,X( 1),X( 1),X( 3),X( 9),X(14));
    -	BODY_16_19(18,A,B,C,D,E,T,X( 2),X( 2),X( 4),X(10),X(15));
    -	BODY_16_19(19,T,A,B,C,D,E,X( 3),X( 3),X( 5),X(11),X( 0));
    -
    -	BODY_20_31(20,E,T,A,B,C,D,X( 4),X( 4),X( 6),X(12),X( 1));
    -	BODY_20_31(21,D,E,T,A,B,C,X( 5),X( 5),X( 7),X(13),X( 2));
    -	BODY_20_31(22,C,D,E,T,A,B,X( 6),X( 6),X( 8),X(14),X( 3));
    -	BODY_20_31(23,B,C,D,E,T,A,X( 7),X( 7),X( 9),X(15),X( 4));
    -	BODY_20_31(24,A,B,C,D,E,T,X( 8),X( 8),X(10),X( 0),X( 5));
    -	BODY_20_31(25,T,A,B,C,D,E,X( 9),X( 9),X(11),X( 1),X( 6));
    -	BODY_20_31(26,E,T,A,B,C,D,X(10),X(10),X(12),X( 2),X( 7));
    -	BODY_20_31(27,D,E,T,A,B,C,X(11),X(11),X(13),X( 3),X( 8));
    -	BODY_20_31(28,C,D,E,T,A,B,X(12),X(12),X(14),X( 4),X( 9));
    -	BODY_20_31(29,B,C,D,E,T,A,X(13),X(13),X(15),X( 5),X(10));
    -	BODY_20_31(30,A,B,C,D,E,T,X(14),X(14),X( 0),X( 6),X(11));
    -	BODY_20_31(31,T,A,B,C,D,E,X(15),X(15),X( 1),X( 7),X(12));
    -
    -	BODY_32_39(32,E,T,A,B,C,D,X( 0),X( 2),X( 8),X(13));
    -	BODY_32_39(33,D,E,T,A,B,C,X( 1),X( 3),X( 9),X(14));
    -	BODY_32_39(34,C,D,E,T,A,B,X( 2),X( 4),X(10),X(15));
    -	BODY_32_39(35,B,C,D,E,T,A,X( 3),X( 5),X(11),X( 0));
    -	BODY_32_39(36,A,B,C,D,E,T,X( 4),X( 6),X(12),X( 1));
    -	BODY_32_39(37,T,A,B,C,D,E,X( 5),X( 7),X(13),X( 2));
    -	BODY_32_39(38,E,T,A,B,C,D,X( 6),X( 8),X(14),X( 3));
    -	BODY_32_39(39,D,E,T,A,B,C,X( 7),X( 9),X(15),X( 4));
    -
    -	BODY_40_59(40,C,D,E,T,A,B,X( 8),X(10),X( 0),X( 5));
    -	BODY_40_59(41,B,C,D,E,T,A,X( 9),X(11),X( 1),X( 6));
    -	BODY_40_59(42,A,B,C,D,E,T,X(10),X(12),X( 2),X( 7));
    -	BODY_40_59(43,T,A,B,C,D,E,X(11),X(13),X( 3),X( 8));
    -	BODY_40_59(44,E,T,A,B,C,D,X(12),X(14),X( 4),X( 9));
    -	BODY_40_59(45,D,E,T,A,B,C,X(13),X(15),X( 5),X(10));
    -	BODY_40_59(46,C,D,E,T,A,B,X(14),X( 0),X( 6),X(11));
    -	BODY_40_59(47,B,C,D,E,T,A,X(15),X( 1),X( 7),X(12));
    -	BODY_40_59(48,A,B,C,D,E,T,X( 0),X( 2),X( 8),X(13));
    -	BODY_40_59(49,T,A,B,C,D,E,X( 1),X( 3),X( 9),X(14));
    -	BODY_40_59(50,E,T,A,B,C,D,X( 2),X( 4),X(10),X(15));
    -	BODY_40_59(51,D,E,T,A,B,C,X( 3),X( 5),X(11),X( 0));
    -	BODY_40_59(52,C,D,E,T,A,B,X( 4),X( 6),X(12),X( 1));
    -	BODY_40_59(53,B,C,D,E,T,A,X( 5),X( 7),X(13),X( 2));
    -	BODY_40_59(54,A,B,C,D,E,T,X( 6),X( 8),X(14),X( 3));
    -	BODY_40_59(55,T,A,B,C,D,E,X( 7),X( 9),X(15),X( 4));
    -	BODY_40_59(56,E,T,A,B,C,D,X( 8),X(10),X( 0),X( 5));
    -	BODY_40_59(57,D,E,T,A,B,C,X( 9),X(11),X( 1),X( 6));
    -	BODY_40_59(58,C,D,E,T,A,B,X(10),X(12),X( 2),X( 7));
    -	BODY_40_59(59,B,C,D,E,T,A,X(11),X(13),X( 3),X( 8));
    -
    -	BODY_60_79(60,A,B,C,D,E,T,X(12),X(14),X( 4),X( 9));
    -	BODY_60_79(61,T,A,B,C,D,E,X(13),X(15),X( 5),X(10));
    -	BODY_60_79(62,E,T,A,B,C,D,X(14),X( 0),X( 6),X(11));
    -	BODY_60_79(63,D,E,T,A,B,C,X(15),X( 1),X( 7),X(12));
    -	BODY_60_79(64,C,D,E,T,A,B,X( 0),X( 2),X( 8),X(13));
    -	BODY_60_79(65,B,C,D,E,T,A,X( 1),X( 3),X( 9),X(14));
    -	BODY_60_79(66,A,B,C,D,E,T,X( 2),X( 4),X(10),X(15));
    -	BODY_60_79(67,T,A,B,C,D,E,X( 3),X( 5),X(11),X( 0));
    -	BODY_60_79(68,E,T,A,B,C,D,X( 4),X( 6),X(12),X( 1));
    -	BODY_60_79(69,D,E,T,A,B,C,X( 5),X( 7),X(13),X( 2));
    -	BODY_60_79(70,C,D,E,T,A,B,X( 6),X( 8),X(14),X( 3));
    -	BODY_60_79(71,B,C,D,E,T,A,X( 7),X( 9),X(15),X( 4));
    -	BODY_60_79(72,A,B,C,D,E,T,X( 8),X(10),X( 0),X( 5));
    -	BODY_60_79(73,T,A,B,C,D,E,X( 9),X(11),X( 1),X( 6));
    -	BODY_60_79(74,E,T,A,B,C,D,X(10),X(12),X( 2),X( 7));
    -	BODY_60_79(75,D,E,T,A,B,C,X(11),X(13),X( 3),X( 8));
    -	BODY_60_79(76,C,D,E,T,A,B,X(12),X(14),X( 4),X( 9));
    -	BODY_60_79(77,B,C,D,E,T,A,X(13),X(15),X( 5),X(10));
    -	BODY_60_79(78,A,B,C,D,E,T,X(14),X( 0),X( 6),X(11));
    -	BODY_60_79(79,T,A,B,C,D,E,X(15),X( 1),X( 7),X(12));
    -	
    -	c->h0=(c->h0+E)&0xffffffffL; 
    -	c->h1=(c->h1+T)&0xffffffffL;
    -	c->h2=(c->h2+A)&0xffffffffL;
    -	c->h3=(c->h3+B)&0xffffffffL;
    -	c->h4=(c->h4+C)&0xffffffffL;
    -
    -	if (--num == 0) break;
    -
    -	A=c->h0;
    -	B=c->h1;
    -	C=c->h2;
    -	D=c->h3;
    -	E=c->h4;
    -
    -			}
    -	}
    -#endif
    +# if !defined(SHA_1) || !defined(SHA1_ASM)
    +static void HASH_BLOCK_DATA_ORDER(SHA_CTX *c, const void *p, size_t num)
    +{
    +    const unsigned char *data = p;
    +    register unsigned MD32_REG_T A, B, C, D, E, T, l;
    +#  ifndef MD32_XARRAY
    +    unsigned MD32_REG_T XX0, XX1, XX2, XX3, XX4, XX5, XX6, XX7,
    +        XX8, XX9, XX10, XX11, XX12, XX13, XX14, XX15;
    +#  else
    +    SHA_LONG XX[16];
    +#  endif
    +
    +    A = c->h0;
    +    B = c->h1;
    +    C = c->h2;
    +    D = c->h3;
    +    E = c->h4;
    +
    +    for (;;) {
    +        const union {
    +            long one;
    +            char little;
    +        } is_endian = {
    +            1
    +        };
    +
    +        if (!is_endian.little && sizeof(SHA_LONG) == 4
    +            && ((size_t)p % 4) == 0) {
    +            const SHA_LONG *W = (const SHA_LONG *)data;
    +
    +            X(0) = W[0];
    +            X(1) = W[1];
    +            BODY_00_15(0, A, B, C, D, E, T, X(0));
    +            X(2) = W[2];
    +            BODY_00_15(1, T, A, B, C, D, E, X(1));
    +            X(3) = W[3];
    +            BODY_00_15(2, E, T, A, B, C, D, X(2));
    +            X(4) = W[4];
    +            BODY_00_15(3, D, E, T, A, B, C, X(3));
    +            X(5) = W[5];
    +            BODY_00_15(4, C, D, E, T, A, B, X(4));
    +            X(6) = W[6];
    +            BODY_00_15(5, B, C, D, E, T, A, X(5));
    +            X(7) = W[7];
    +            BODY_00_15(6, A, B, C, D, E, T, X(6));
    +            X(8) = W[8];
    +            BODY_00_15(7, T, A, B, C, D, E, X(7));
    +            X(9) = W[9];
    +            BODY_00_15(8, E, T, A, B, C, D, X(8));
    +            X(10) = W[10];
    +            BODY_00_15(9, D, E, T, A, B, C, X(9));
    +            X(11) = W[11];
    +            BODY_00_15(10, C, D, E, T, A, B, X(10));
    +            X(12) = W[12];
    +            BODY_00_15(11, B, C, D, E, T, A, X(11));
    +            X(13) = W[13];
    +            BODY_00_15(12, A, B, C, D, E, T, X(12));
    +            X(14) = W[14];
    +            BODY_00_15(13, T, A, B, C, D, E, X(13));
    +            X(15) = W[15];
    +            BODY_00_15(14, E, T, A, B, C, D, X(14));
    +            BODY_00_15(15, D, E, T, A, B, C, X(15));
    +
    +            data += SHA_CBLOCK;
    +        } else {
    +            (void)HOST_c2l(data, l);
    +            X(0) = l;
    +            (void)HOST_c2l(data, l);
    +            X(1) = l;
    +            BODY_00_15(0, A, B, C, D, E, T, X(0));
    +            (void)HOST_c2l(data, l);
    +            X(2) = l;
    +            BODY_00_15(1, T, A, B, C, D, E, X(1));
    +            (void)HOST_c2l(data, l);
    +            X(3) = l;
    +            BODY_00_15(2, E, T, A, B, C, D, X(2));
    +            (void)HOST_c2l(data, l);
    +            X(4) = l;
    +            BODY_00_15(3, D, E, T, A, B, C, X(3));
    +            (void)HOST_c2l(data, l);
    +            X(5) = l;
    +            BODY_00_15(4, C, D, E, T, A, B, X(4));
    +            (void)HOST_c2l(data, l);
    +            X(6) = l;
    +            BODY_00_15(5, B, C, D, E, T, A, X(5));
    +            (void)HOST_c2l(data, l);
    +            X(7) = l;
    +            BODY_00_15(6, A, B, C, D, E, T, X(6));
    +            (void)HOST_c2l(data, l);
    +            X(8) = l;
    +            BODY_00_15(7, T, A, B, C, D, E, X(7));
    +            (void)HOST_c2l(data, l);
    +            X(9) = l;
    +            BODY_00_15(8, E, T, A, B, C, D, X(8));
    +            (void)HOST_c2l(data, l);
    +            X(10) = l;
    +            BODY_00_15(9, D, E, T, A, B, C, X(9));
    +            (void)HOST_c2l(data, l);
    +            X(11) = l;
    +            BODY_00_15(10, C, D, E, T, A, B, X(10));
    +            (void)HOST_c2l(data, l);
    +            X(12) = l;
    +            BODY_00_15(11, B, C, D, E, T, A, X(11));
    +            (void)HOST_c2l(data, l);
    +            X(13) = l;
    +            BODY_00_15(12, A, B, C, D, E, T, X(12));
    +            (void)HOST_c2l(data, l);
    +            X(14) = l;
    +            BODY_00_15(13, T, A, B, C, D, E, X(13));
    +            (void)HOST_c2l(data, l);
    +            X(15) = l;
    +            BODY_00_15(14, E, T, A, B, C, D, X(14));
    +            BODY_00_15(15, D, E, T, A, B, C, X(15));
    +        }
    +
    +        BODY_16_19(16, C, D, E, T, A, B, X(0), X(0), X(2), X(8), X(13));
    +        BODY_16_19(17, B, C, D, E, T, A, X(1), X(1), X(3), X(9), X(14));
    +        BODY_16_19(18, A, B, C, D, E, T, X(2), X(2), X(4), X(10), X(15));
    +        BODY_16_19(19, T, A, B, C, D, E, X(3), X(3), X(5), X(11), X(0));
    +
    +        BODY_20_31(20, E, T, A, B, C, D, X(4), X(4), X(6), X(12), X(1));
    +        BODY_20_31(21, D, E, T, A, B, C, X(5), X(5), X(7), X(13), X(2));
    +        BODY_20_31(22, C, D, E, T, A, B, X(6), X(6), X(8), X(14), X(3));
    +        BODY_20_31(23, B, C, D, E, T, A, X(7), X(7), X(9), X(15), X(4));
    +        BODY_20_31(24, A, B, C, D, E, T, X(8), X(8), X(10), X(0), X(5));
    +        BODY_20_31(25, T, A, B, C, D, E, X(9), X(9), X(11), X(1), X(6));
    +        BODY_20_31(26, E, T, A, B, C, D, X(10), X(10), X(12), X(2), X(7));
    +        BODY_20_31(27, D, E, T, A, B, C, X(11), X(11), X(13), X(3), X(8));
    +        BODY_20_31(28, C, D, E, T, A, B, X(12), X(12), X(14), X(4), X(9));
    +        BODY_20_31(29, B, C, D, E, T, A, X(13), X(13), X(15), X(5), X(10));
    +        BODY_20_31(30, A, B, C, D, E, T, X(14), X(14), X(0), X(6), X(11));
    +        BODY_20_31(31, T, A, B, C, D, E, X(15), X(15), X(1), X(7), X(12));
    +
    +        BODY_32_39(32, E, T, A, B, C, D, X(0), X(2), X(8), X(13));
    +        BODY_32_39(33, D, E, T, A, B, C, X(1), X(3), X(9), X(14));
    +        BODY_32_39(34, C, D, E, T, A, B, X(2), X(4), X(10), X(15));
    +        BODY_32_39(35, B, C, D, E, T, A, X(3), X(5), X(11), X(0));
    +        BODY_32_39(36, A, B, C, D, E, T, X(4), X(6), X(12), X(1));
    +        BODY_32_39(37, T, A, B, C, D, E, X(5), X(7), X(13), X(2));
    +        BODY_32_39(38, E, T, A, B, C, D, X(6), X(8), X(14), X(3));
    +        BODY_32_39(39, D, E, T, A, B, C, X(7), X(9), X(15), X(4));
    +
    +        BODY_40_59(40, C, D, E, T, A, B, X(8), X(10), X(0), X(5));
    +        BODY_40_59(41, B, C, D, E, T, A, X(9), X(11), X(1), X(6));
    +        BODY_40_59(42, A, B, C, D, E, T, X(10), X(12), X(2), X(7));
    +        BODY_40_59(43, T, A, B, C, D, E, X(11), X(13), X(3), X(8));
    +        BODY_40_59(44, E, T, A, B, C, D, X(12), X(14), X(4), X(9));
    +        BODY_40_59(45, D, E, T, A, B, C, X(13), X(15), X(5), X(10));
    +        BODY_40_59(46, C, D, E, T, A, B, X(14), X(0), X(6), X(11));
    +        BODY_40_59(47, B, C, D, E, T, A, X(15), X(1), X(7), X(12));
    +        BODY_40_59(48, A, B, C, D, E, T, X(0), X(2), X(8), X(13));
    +        BODY_40_59(49, T, A, B, C, D, E, X(1), X(3), X(9), X(14));
    +        BODY_40_59(50, E, T, A, B, C, D, X(2), X(4), X(10), X(15));
    +        BODY_40_59(51, D, E, T, A, B, C, X(3), X(5), X(11), X(0));
    +        BODY_40_59(52, C, D, E, T, A, B, X(4), X(6), X(12), X(1));
    +        BODY_40_59(53, B, C, D, E, T, A, X(5), X(7), X(13), X(2));
    +        BODY_40_59(54, A, B, C, D, E, T, X(6), X(8), X(14), X(3));
    +        BODY_40_59(55, T, A, B, C, D, E, X(7), X(9), X(15), X(4));
    +        BODY_40_59(56, E, T, A, B, C, D, X(8), X(10), X(0), X(5));
    +        BODY_40_59(57, D, E, T, A, B, C, X(9), X(11), X(1), X(6));
    +        BODY_40_59(58, C, D, E, T, A, B, X(10), X(12), X(2), X(7));
    +        BODY_40_59(59, B, C, D, E, T, A, X(11), X(13), X(3), X(8));
    +
    +        BODY_60_79(60, A, B, C, D, E, T, X(12), X(14), X(4), X(9));
    +        BODY_60_79(61, T, A, B, C, D, E, X(13), X(15), X(5), X(10));
    +        BODY_60_79(62, E, T, A, B, C, D, X(14), X(0), X(6), X(11));
    +        BODY_60_79(63, D, E, T, A, B, C, X(15), X(1), X(7), X(12));
    +        BODY_60_79(64, C, D, E, T, A, B, X(0), X(2), X(8), X(13));
    +        BODY_60_79(65, B, C, D, E, T, A, X(1), X(3), X(9), X(14));
    +        BODY_60_79(66, A, B, C, D, E, T, X(2), X(4), X(10), X(15));
    +        BODY_60_79(67, T, A, B, C, D, E, X(3), X(5), X(11), X(0));
    +        BODY_60_79(68, E, T, A, B, C, D, X(4), X(6), X(12), X(1));
    +        BODY_60_79(69, D, E, T, A, B, C, X(5), X(7), X(13), X(2));
    +        BODY_60_79(70, C, D, E, T, A, B, X(6), X(8), X(14), X(3));
    +        BODY_60_79(71, B, C, D, E, T, A, X(7), X(9), X(15), X(4));
    +        BODY_60_79(72, A, B, C, D, E, T, X(8), X(10), X(0), X(5));
    +        BODY_60_79(73, T, A, B, C, D, E, X(9), X(11), X(1), X(6));
    +        BODY_60_79(74, E, T, A, B, C, D, X(10), X(12), X(2), X(7));
    +        BODY_60_79(75, D, E, T, A, B, C, X(11), X(13), X(3), X(8));
    +        BODY_60_79(76, C, D, E, T, A, B, X(12), X(14), X(4), X(9));
    +        BODY_60_79(77, B, C, D, E, T, A, X(13), X(15), X(5), X(10));
    +        BODY_60_79(78, A, B, C, D, E, T, X(14), X(0), X(6), X(11));
    +        BODY_60_79(79, T, A, B, C, D, E, X(15), X(1), X(7), X(12));
    +
    +        c->h0 = (c->h0 + E) & 0xffffffffL;
    +        c->h1 = (c->h1 + T) & 0xffffffffL;
    +        c->h2 = (c->h2 + A) & 0xffffffffL;
    +        c->h3 = (c->h3 + B) & 0xffffffffL;
    +        c->h4 = (c->h4 + C) & 0xffffffffL;
    +
    +        if (--num == 0)
    +            break;
    +
    +        A = c->h0;
    +        B = c->h1;
    +        C = c->h2;
    +        D = c->h3;
    +        E = c->h4;
    +
    +    }
    +}
    +# endif
     
    -#else	/* OPENSSL_SMALL_FOOTPRINT */
    -
    -#define BODY_00_15(xi)		 do {	\
    -	T=E+K_00_19+F_00_19(B,C,D);	\
    -	E=D, D=C, C=ROTATE(B,30), B=A;	\
    -	A=ROTATE(A,5)+T+xi;	    } while(0)
    -
    -#define BODY_16_19(xa,xb,xc,xd)	 do {	\
    -	Xupdate(T,xa,xa,xb,xc,xd);	\
    -	T+=E+K_00_19+F_00_19(B,C,D);	\
    -	E=D, D=C, C=ROTATE(B,30), B=A;	\
    -	A=ROTATE(A,5)+T;	    } while(0)
    -
    -#define BODY_20_39(xa,xb,xc,xd)	 do {	\
    -	Xupdate(T,xa,xa,xb,xc,xd);	\
    -	T+=E+K_20_39+F_20_39(B,C,D);	\
    -	E=D, D=C, C=ROTATE(B,30), B=A;	\
    -	A=ROTATE(A,5)+T;	    } while(0)
    -
    -#define BODY_40_59(xa,xb,xc,xd)	 do {	\
    -	Xupdate(T,xa,xa,xb,xc,xd);	\
    -	T+=E+K_40_59+F_40_59(B,C,D);	\
    -	E=D, D=C, C=ROTATE(B,30), B=A;	\
    -	A=ROTATE(A,5)+T;	    } while(0)
    -
    -#define BODY_60_79(xa,xb,xc,xd)	 do {	\
    -	Xupdate(T,xa,xa,xb,xc,xd);	\
    -	T=E+K_60_79+F_60_79(B,C,D);	\
    -	E=D, D=C, C=ROTATE(B,30), B=A;	\
    -	A=ROTATE(A,5)+T+xa;	    } while(0)
    -
    -#if !defined(SHA_1) || !defined(SHA1_ASM)
    -static void HASH_BLOCK_DATA_ORDER (SHA_CTX *c, const void *p, size_t num)
    -	{
    -	const unsigned char *data=p;
    -	register unsigned MD32_REG_T A,B,C,D,E,T,l;
    -	int i;
    -	SHA_LONG	X[16];
    -
    -	A=c->h0;
    -	B=c->h1;
    -	C=c->h2;
    -	D=c->h3;
    -	E=c->h4;
    -
    -	for (;;)
    -		{
    -	for (i=0;i<16;i++)
    -	{ HOST_c2l(data,l); X[i]=l; BODY_00_15(X[i]); }
    -	for (i=0;i<4;i++)
    -	{ BODY_16_19(X[i],       X[i+2],      X[i+8],     X[(i+13)&15]); }
    -	for (;i<24;i++)
    -	{ BODY_20_39(X[i&15],    X[(i+2)&15], X[(i+8)&15],X[(i+13)&15]); }
    -	for (i=0;i<20;i++)
    -	{ BODY_40_59(X[(i+8)&15],X[(i+10)&15],X[i&15],    X[(i+5)&15]);  }
    -	for (i=4;i<24;i++)
    -	{ BODY_60_79(X[(i+8)&15],X[(i+10)&15],X[i&15],    X[(i+5)&15]);  }
    -
    -	c->h0=(c->h0+A)&0xffffffffL; 
    -	c->h1=(c->h1+B)&0xffffffffL;
    -	c->h2=(c->h2+C)&0xffffffffL;
    -	c->h3=(c->h3+D)&0xffffffffL;
    -	c->h4=(c->h4+E)&0xffffffffL;
    -
    -	if (--num == 0) break;
    -
    -	A=c->h0;
    -	B=c->h1;
    -	C=c->h2;
    -	D=c->h3;
    -	E=c->h4;
    -
    -		}
    -	}
    -#endif
    +#else                           /* OPENSSL_SMALL_FOOTPRINT */
    +
    +# define BODY_00_15(xi)           do {   \
    +        T=E+K_00_19+F_00_19(B,C,D);     \
    +        E=D, D=C, C=ROTATE(B,30), B=A;  \
    +        A=ROTATE(A,5)+T+xi;         } while(0)
    +
    +# define BODY_16_19(xa,xb,xc,xd)  do {   \
    +        Xupdate(T,xa,xa,xb,xc,xd);      \
    +        T+=E+K_00_19+F_00_19(B,C,D);    \
    +        E=D, D=C, C=ROTATE(B,30), B=A;  \
    +        A=ROTATE(A,5)+T;            } while(0)
    +
    +# define BODY_20_39(xa,xb,xc,xd)  do {   \
    +        Xupdate(T,xa,xa,xb,xc,xd);      \
    +        T+=E+K_20_39+F_20_39(B,C,D);    \
    +        E=D, D=C, C=ROTATE(B,30), B=A;  \
    +        A=ROTATE(A,5)+T;            } while(0)
    +
    +# define BODY_40_59(xa,xb,xc,xd)  do {   \
    +        Xupdate(T,xa,xa,xb,xc,xd);      \
    +        T+=E+K_40_59+F_40_59(B,C,D);    \
    +        E=D, D=C, C=ROTATE(B,30), B=A;  \
    +        A=ROTATE(A,5)+T;            } while(0)
    +
    +# define BODY_60_79(xa,xb,xc,xd)  do {   \
    +        Xupdate(T,xa,xa,xb,xc,xd);      \
    +        T=E+K_60_79+F_60_79(B,C,D);     \
    +        E=D, D=C, C=ROTATE(B,30), B=A;  \
    +        A=ROTATE(A,5)+T+xa;         } while(0)
    +
    +# if !defined(SHA_1) || !defined(SHA1_ASM)
    +static void HASH_BLOCK_DATA_ORDER(SHA_CTX *c, const void *p, size_t num)
    +{
    +    const unsigned char *data = p;
    +    register unsigned MD32_REG_T A, B, C, D, E, T, l;
    +    int i;
    +    SHA_LONG X[16];
    +
    +    A = c->h0;
    +    B = c->h1;
    +    C = c->h2;
    +    D = c->h3;
    +    E = c->h4;
    +
    +    for (;;) {
    +        for (i = 0; i < 16; i++) {
    +            HOST_c2l(data, l);
    +            X[i] = l;
    +            BODY_00_15(X[i]);
    +        }
    +        for (i = 0; i < 4; i++) {
    +            BODY_16_19(X[i], X[i + 2], X[i + 8], X[(i + 13) & 15]);
    +        }
    +        for (; i < 24; i++) {
    +            BODY_20_39(X[i & 15], X[(i + 2) & 15], X[(i + 8) & 15],
    +                       X[(i + 13) & 15]);
    +        }
    +        for (i = 0; i < 20; i++) {
    +            BODY_40_59(X[(i + 8) & 15], X[(i + 10) & 15], X[i & 15],
    +                       X[(i + 5) & 15]);
    +        }
    +        for (i = 4; i < 24; i++) {
    +            BODY_60_79(X[(i + 8) & 15], X[(i + 10) & 15], X[i & 15],
    +                       X[(i + 5) & 15]);
    +        }
    +
    +        c->h0 = (c->h0 + A) & 0xffffffffL;
    +        c->h1 = (c->h1 + B) & 0xffffffffL;
    +        c->h2 = (c->h2 + C) & 0xffffffffL;
    +        c->h3 = (c->h3 + D) & 0xffffffffL;
    +        c->h4 = (c->h4 + E) & 0xffffffffL;
    +
    +        if (--num == 0)
    +            break;
    +
    +        A = c->h0;
    +        B = c->h1;
    +        C = c->h2;
    +        D = c->h3;
    +        E = c->h4;
    +
    +    }
    +}
    +# endif
     
     #endif
    diff --git a/openssl/crypto/sha/sha_one.c b/openssl/crypto/sha/sha_one.c
    index 3bae623ce..0930b98a6 100644
    --- a/openssl/crypto/sha/sha_one.c
    +++ b/openssl/crypto/sha/sha_one.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,16 +63,17 @@
     
     #ifndef OPENSSL_NO_SHA0
     unsigned char *SHA(const unsigned char *d, size_t n, unsigned char *md)
    -	{
    -	SHA_CTX c;
    -	static unsigned char m[SHA_DIGEST_LENGTH];
    +{
    +    SHA_CTX c;
    +    static unsigned char m[SHA_DIGEST_LENGTH];
     
    -	if (md == NULL) md=m;
    -	if (!SHA_Init(&c))
    -		return NULL;
    -	SHA_Update(&c,d,n);
    -	SHA_Final(md,&c);
    -	OPENSSL_cleanse(&c,sizeof(c));
    -	return(md);
    -	}
    +    if (md == NULL)
    +        md = m;
    +    if (!SHA_Init(&c))
    +        return NULL;
    +    SHA_Update(&c, d, n);
    +    SHA_Final(md, &c);
    +    OPENSSL_cleanse(&c, sizeof(c));
    +    return (md);
    +}
     #endif
    diff --git a/openssl/crypto/sha/shatest.c b/openssl/crypto/sha/shatest.c
    index 27614646d..105060a7e 100644
    --- a/openssl/crypto/sha/shatest.c
    +++ b/openssl/crypto/sha/shatest.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -66,113 +66,109 @@
     int main(int argc, char *argv[])
     {
         printf("No SHA0 support\n");
    -    return(0);
    +    return (0);
     }
     #else
    -#include 
    -#include 
    +# include 
    +# include 
     
    -#ifdef CHARSET_EBCDIC
    -#include 
    -#endif
    +# ifdef CHARSET_EBCDIC
    +#  include 
    +# endif
     
    -#define SHA_0 /* FIPS 180 */
    -#undef  SHA_1 /* FIPS 180-1 */
    -
    -static char *test[]={
    -	"abc",
    -	"abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq",
    -	NULL,
    -	};
    -
    -#ifdef SHA_0
    -static char *ret[]={
    -	"0164b8a914cd2a5e74c4f7ff082c4d97f1edf880",
    -	"d2516ee1acfa5baf33dfc1c471e438449ef134c8",
    -	};
    -static char *bigret=
    -	"3232affa48628a26653b5aaa44541fd90d690603";
    -#endif
    -#ifdef SHA_1
    -static char *ret[]={
    -	"a9993e364706816aba3e25717850c26c9cd0d89d",
    -	"84983e441c3bd26ebaae4aa1f95129e5e54670f1",
    -	};
    -static char *bigret=
    -	"34aa973cd4c4daa4f61eeb2bdbad27316534016f";
    -#endif
    +# define SHA_0                  /* FIPS 180 */
    +# undef  SHA_1                  /* FIPS 180-1 */
    +
    +static char *test[] = {
    +    "abc",
    +    "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq",
    +    NULL,
    +};
    +
    +# ifdef SHA_0
    +static char *ret[] = {
    +    "0164b8a914cd2a5e74c4f7ff082c4d97f1edf880",
    +    "d2516ee1acfa5baf33dfc1c471e438449ef134c8",
    +};
    +
    +static char *bigret = "3232affa48628a26653b5aaa44541fd90d690603";
    +# endif
    +# ifdef SHA_1
    +static char *ret[] = {
    +    "a9993e364706816aba3e25717850c26c9cd0d89d",
    +    "84983e441c3bd26ebaae4aa1f95129e5e54670f1",
    +};
    +
    +static char *bigret = "34aa973cd4c4daa4f61eeb2bdbad27316534016f";
    +# endif
     
     static char *pt(unsigned char *md);
     int main(int argc, char *argv[])
    -	{
    -	int i,err=0;
    -	char **P,**R;
    -	static unsigned char buf[1000];
    -	char *p,*r;
    -	EVP_MD_CTX c;
    -	unsigned char md[SHA_DIGEST_LENGTH];
    -
    -#ifdef CHARSET_EBCDIC
    -	ebcdic2ascii(test[0], test[0], strlen(test[0]));
    -	ebcdic2ascii(test[1], test[1], strlen(test[1]));
    -#endif
    +{
    +    int i, err = 0;
    +    char **P, **R;
    +    static unsigned char buf[1000];
    +    char *p, *r;
    +    EVP_MD_CTX c;
    +    unsigned char md[SHA_DIGEST_LENGTH];
     
    -	EVP_MD_CTX_init(&c);
    -	P=test;
    -	R=ret;
    -	i=1;
    -	while (*P != NULL)
    -		{
    -		EVP_Digest(*P,strlen(*P),md,NULL,EVP_sha(), NULL);
    -		p=pt(md);
    -		if (strcmp(p,*R) != 0)
    -			{
    -			printf("error calculating SHA on '%s'\n",*P);
    -			printf("got %s instead of %s\n",p,*R);
    -			err++;
    -			}
    -		else
    -			printf("test %d ok\n",i);
    -		i++;
    -		R++;
    -		P++;
    -		}
    -
    -	memset(buf,'a',1000);
    -#ifdef CHARSET_EBCDIC
    -	ebcdic2ascii(buf, buf, 1000);
    -#endif /*CHARSET_EBCDIC*/
    -	EVP_DigestInit_ex(&c,EVP_sha(), NULL);
    -	for (i=0; i<1000; i++)
    -		EVP_DigestUpdate(&c,buf,1000);
    -	EVP_DigestFinal_ex(&c,md,NULL);
    -	p=pt(md);
    -
    -	r=bigret;
    -	if (strcmp(p,r) != 0)
    -		{
    -		printf("error calculating SHA on '%s'\n",p);
    -		printf("got %s instead of %s\n",p,r);
    -		err++;
    -		}
    -	else
    -		printf("test 3 ok\n");
    -
    -#ifdef OPENSSL_SYS_NETWARE
    -    if (err) printf("ERROR: %d\n", err);
    -#endif
    -	EVP_MD_CTX_cleanup(&c);
    -	EXIT(err);
    -	return(0);
    -	}
    +# ifdef CHARSET_EBCDIC
    +    ebcdic2ascii(test[0], test[0], strlen(test[0]));
    +    ebcdic2ascii(test[1], test[1], strlen(test[1]));
    +# endif
    +
    +    EVP_MD_CTX_init(&c);
    +    P = test;
    +    R = ret;
    +    i = 1;
    +    while (*P != NULL) {
    +        EVP_Digest(*P, strlen(*P), md, NULL, EVP_sha(), NULL);
    +        p = pt(md);
    +        if (strcmp(p, *R) != 0) {
    +            printf("error calculating SHA on '%s'\n", *P);
    +            printf("got %s instead of %s\n", p, *R);
    +            err++;
    +        } else
    +            printf("test %d ok\n", i);
    +        i++;
    +        R++;
    +        P++;
    +    }
    +
    +    memset(buf, 'a', 1000);
    +# ifdef CHARSET_EBCDIC
    +    ebcdic2ascii(buf, buf, 1000);
    +# endif                         /* CHARSET_EBCDIC */
    +    EVP_DigestInit_ex(&c, EVP_sha(), NULL);
    +    for (i = 0; i < 1000; i++)
    +        EVP_DigestUpdate(&c, buf, 1000);
    +    EVP_DigestFinal_ex(&c, md, NULL);
    +    p = pt(md);
    +
    +    r = bigret;
    +    if (strcmp(p, r) != 0) {
    +        printf("error calculating SHA on '%s'\n", p);
    +        printf("got %s instead of %s\n", p, r);
    +        err++;
    +    } else
    +        printf("test 3 ok\n");
    +
    +# ifdef OPENSSL_SYS_NETWARE
    +    if (err)
    +        printf("ERROR: %d\n", err);
    +# endif
    +    EVP_MD_CTX_cleanup(&c);
    +    EXIT(err);
    +    return (0);
    +}
     
     static char *pt(unsigned char *md)
    -	{
    -	int i;
    -	static char buf[80];
    -
    -	for (i=0; i
     #include 
     #include 
    +#include 
     #include 
     
    -#define SPARCV9_TICK_PRIVILEGED	(1<<0)
    -#define SPARCV9_PREFER_FPU	(1<<1)
    -#define SPARCV9_VIS1		(1<<2)
    -#define SPARCV9_VIS2		(1<<3)	/* reserved */
    -#define SPARCV9_FMADD		(1<<4)	/* reserved for SPARC64 V */
    -
    -static int OPENSSL_sparcv9cap_P=SPARCV9_TICK_PRIVILEGED;
    -
    -int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num)
    -	{
    -	int bn_mul_mont_fpu(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num);
    -	int bn_mul_mont_int(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num);
    -
    -	if (num>=8 && !(num&1) &&
    -	    (OPENSSL_sparcv9cap_P&(SPARCV9_PREFER_FPU|SPARCV9_VIS1)) ==
    -		(SPARCV9_PREFER_FPU|SPARCV9_VIS1))
    -		return bn_mul_mont_fpu(rp,ap,bp,np,n0,num);
    -	else
    -		return bn_mul_mont_int(rp,ap,bp,np,n0,num);
    -	}
    -
    -unsigned long	_sparcv9_rdtick(void);
    -void		_sparcv9_vis1_probe(void);
    -unsigned long	_sparcv9_vis1_instrument(void);
    -void		_sparcv9_vis2_probe(void);
    -void		_sparcv9_fmadd_probe(void);
    +#include "sparc_arch.h"
    +
    +#if defined(__GNUC__) && defined(__linux)
    +__attribute__ ((visibility("hidden")))
    +#endif
    +unsigned int OPENSSL_sparcv9cap_P[2] = { SPARCV9_TICK_PRIVILEGED, 0 };
    +
    +int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
    +                const BN_ULONG *np, const BN_ULONG *n0, int num)
    +{
    +    int bn_mul_mont_vis3(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
    +                         const BN_ULONG *np, const BN_ULONG *n0, int num);
    +    int bn_mul_mont_fpu(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
    +                        const BN_ULONG *np, const BN_ULONG *n0, int num);
    +    int bn_mul_mont_int(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
    +                        const BN_ULONG *np, const BN_ULONG *n0, int num);
    +
    +    if (!(num & 1) && num >= 6) {
    +        if ((num & 15) == 0 && num <= 64 &&
    +            (OPENSSL_sparcv9cap_P[1] & (CFR_MONTMUL | CFR_MONTSQR)) ==
    +            (CFR_MONTMUL | CFR_MONTSQR)) {
    +            typedef int (*bn_mul_mont_f) (BN_ULONG *rp, const BN_ULONG *ap,
    +                                          const BN_ULONG *bp,
    +                                          const BN_ULONG *np,
    +                                          const BN_ULONG *n0);
    +            int bn_mul_mont_t4_8(BN_ULONG *rp, const BN_ULONG *ap,
    +                                 const BN_ULONG *bp, const BN_ULONG *np,
    +                                 const BN_ULONG *n0);
    +            int bn_mul_mont_t4_16(BN_ULONG *rp, const BN_ULONG *ap,
    +                                  const BN_ULONG *bp, const BN_ULONG *np,
    +                                  const BN_ULONG *n0);
    +            int bn_mul_mont_t4_24(BN_ULONG *rp, const BN_ULONG *ap,
    +                                  const BN_ULONG *bp, const BN_ULONG *np,
    +                                  const BN_ULONG *n0);
    +            int bn_mul_mont_t4_32(BN_ULONG *rp, const BN_ULONG *ap,
    +                                  const BN_ULONG *bp, const BN_ULONG *np,
    +                                  const BN_ULONG *n0);
    +            static const bn_mul_mont_f funcs[4] = {
    +                bn_mul_mont_t4_8, bn_mul_mont_t4_16,
    +                bn_mul_mont_t4_24, bn_mul_mont_t4_32
    +            };
    +            bn_mul_mont_f worker = funcs[num / 16 - 1];
    +
    +            if ((*worker) (rp, ap, bp, np, n0))
    +                return 1;
    +            /* retry once and fall back */
    +            if ((*worker) (rp, ap, bp, np, n0))
    +                return 1;
    +            return bn_mul_mont_vis3(rp, ap, bp, np, n0, num);
    +        }
    +        if ((OPENSSL_sparcv9cap_P[0] & SPARCV9_VIS3))
    +            return bn_mul_mont_vis3(rp, ap, bp, np, n0, num);
    +        else if (num >= 8 &&
    +                 (OPENSSL_sparcv9cap_P[0] &
    +                  (SPARCV9_PREFER_FPU | SPARCV9_VIS1)) ==
    +                 (SPARCV9_PREFER_FPU | SPARCV9_VIS1))
    +            return bn_mul_mont_fpu(rp, ap, bp, np, n0, num);
    +    }
    +    return bn_mul_mont_int(rp, ap, bp, np, n0, num);
    +}
    +
    +unsigned long _sparcv9_rdtick(void);
    +void _sparcv9_vis1_probe(void);
    +unsigned long _sparcv9_vis1_instrument(void);
    +void _sparcv9_vis2_probe(void);
    +void _sparcv9_fmadd_probe(void);
    +unsigned long _sparcv9_rdcfr(void);
    +void _sparcv9_vis3_probe(void);
    +unsigned long _sparcv9_random(void);
    +size_t _sparcv9_vis1_instrument_bus(unsigned int *, size_t);
    +size_t _sparcv9_vis1_instrument_bus2(unsigned int *, size_t, size_t);
     
     unsigned long OPENSSL_rdtsc(void)
    -	{
    -	if (OPENSSL_sparcv9cap_P&SPARCV9_TICK_PRIVILEGED)
    +{
    +    if (OPENSSL_sparcv9cap_P[0] & SPARCV9_TICK_PRIVILEGED)
     #if defined(__sun) && defined(__SVR4)
    -		return gethrtime();
    +        return gethrtime();
     #else
    -		return 0;
    +        return 0;
     #endif
    -	else
    -		return _sparcv9_rdtick();
    -	}
    +    else
    +        return _sparcv9_rdtick();
    +}
    +
    +size_t OPENSSL_instrument_bus(unsigned int *out, size_t cnt)
    +{
    +    if ((OPENSSL_sparcv9cap_P[0] & (SPARCV9_TICK_PRIVILEGED | SPARCV9_BLK)) ==
    +        SPARCV9_BLK)
    +        return _sparcv9_vis1_instrument_bus(out, cnt);
    +    else
    +        return 0;
    +}
    +
    +size_t OPENSSL_instrument_bus2(unsigned int *out, size_t cnt, size_t max)
    +{
    +    if ((OPENSSL_sparcv9cap_P[0] & (SPARCV9_TICK_PRIVILEGED | SPARCV9_BLK)) ==
    +        SPARCV9_BLK)
    +        return _sparcv9_vis1_instrument_bus2(out, cnt, max);
    +    else
    +        return 0;
    +}
     
     #if 0 && defined(__sun) && defined(__SVR4)
    -/* This code path is disabled, because of incompatibility of
    - * libdevinfo.so.1 and libmalloc.so.1 (see below for details)
    +/*
    + * This code path is disabled, because of incompatibility of libdevinfo.so.1
    + * and libmalloc.so.1 (see below for details)
      */
    -#include 
    -#include 
    -#include 
    -#include 
    +# include 
    +# include 
    +# include 
    +# include 
     
    -typedef di_node_t (*di_init_t)(const char *,uint_t);
    -typedef void      (*di_fini_t)(di_node_t);
    -typedef char *    (*di_node_name_t)(di_node_t);
    -typedef int       (*di_walk_node_t)(di_node_t,uint_t,di_node_name_t,int (*)(di_node_t,di_node_name_t));
    +typedef di_node_t(*di_init_t) (const char *, uint_t);
    +typedef void (*di_fini_t) (di_node_t);
    +typedef char *(*di_node_name_t) (di_node_t);
    +typedef int (*di_walk_node_t) (di_node_t, uint_t, di_node_name_t,
    +                               int (*)(di_node_t, di_node_name_t));
     
    -#define DLLINK(h,name) (name=(name##_t)dlsym((h),#name))
    +# define DLLINK(h,name) (name=(name##_t)dlsym((h),#name))
     
     static int walk_nodename(di_node_t node, di_node_name_t di_node_name)
    -	{
    -	char *name = (*di_node_name)(node);
    +{
    +    char *name = (*di_node_name) (node);
     
    -	/* This is expected to catch all UltraSPARC flavors prior T1 */
    -	if (!strcmp (name,"SUNW,UltraSPARC") ||
    -	    !strncmp(name,"SUNW,UltraSPARC-I",17))  /* covers II,III,IV */
    -		{
    -		OPENSSL_sparcv9cap_P |= SPARCV9_PREFER_FPU|SPARCV9_VIS1;
    +    /* This is expected to catch all UltraSPARC flavors prior T1 */
    +    if (!strcmp(name, "SUNW,UltraSPARC") ||
    +        /* covers II,III,IV */
    +        !strncmp(name, "SUNW,UltraSPARC-I", 17)) {
    +        OPENSSL_sparcv9cap_P[0] |= SPARCV9_PREFER_FPU | SPARCV9_VIS1;
     
    -		/* %tick is privileged only on UltraSPARC-I/II, but not IIe */
    -		if (name[14]!='\0' && name[17]!='\0' && name[18]!='\0')
    -			OPENSSL_sparcv9cap_P &= ~SPARCV9_TICK_PRIVILEGED;
    +        /* %tick is privileged only on UltraSPARC-I/II, but not IIe */
    +        if (name[14] != '\0' && name[17] != '\0' && name[18] != '\0')
    +            OPENSSL_sparcv9cap_P[0] &= ~SPARCV9_TICK_PRIVILEGED;
     
    -		return DI_WALK_TERMINATE;
    -		}
    -	/* This is expected to catch remaining UltraSPARCs, such as T1 */
    -	else if (!strncmp(name,"SUNW,UltraSPARC",15))
    -		{
    -		OPENSSL_sparcv9cap_P &= ~SPARCV9_TICK_PRIVILEGED;
    +        return DI_WALK_TERMINATE;
    +    }
    +    /* This is expected to catch remaining UltraSPARCs, such as T1 */
    +    else if (!strncmp(name, "SUNW,UltraSPARC", 15)) {
    +        OPENSSL_sparcv9cap_P[0] &= ~SPARCV9_TICK_PRIVILEGED;
     
    -		return DI_WALK_TERMINATE;
    -		}
    +        return DI_WALK_TERMINATE;
    +    }
     
    -	return DI_WALK_CONTINUE;
    -	}
    +    return DI_WALK_CONTINUE;
    +}
     
     void OPENSSL_cpuid_setup(void)
    -	{
    -	void *h;
    -	char *e,si[256];
    -	static int trigger=0;
    -
    -	if (trigger) return;
    -	trigger=1;
    -
    -	if ((e=getenv("OPENSSL_sparcv9cap")))
    -		{
    -		OPENSSL_sparcv9cap_P=strtoul(e,NULL,0);
    -		return;
    -		}
    -
    -	if (sysinfo(SI_MACHINE,si,sizeof(si))>0)
    -		{
    -		if (strcmp(si,"sun4v"))
    -			/* FPU is preferred for all CPUs, but US-T1/2 */
    -			OPENSSL_sparcv9cap_P |= SPARCV9_PREFER_FPU;
    -		}
    -
    -	if (sysinfo(SI_ISALIST,si,sizeof(si))>0)
    -		{
    -		if (strstr(si,"+vis"))
    -			OPENSSL_sparcv9cap_P |= SPARCV9_VIS1;
    -		if (strstr(si,"+vis2"))
    -			{
    -			OPENSSL_sparcv9cap_P |= SPARCV9_VIS2;
    -			OPENSSL_sparcv9cap_P &= ~SPARCV9_TICK_PRIVILEGED;
    -			return;
    -			}
    -		}
    -#ifdef M_KEEP
    -	/*
    -	 * Solaris libdevinfo.so.1 is effectively incomatible with
    -	 * libmalloc.so.1. Specifically, if application is linked with
    -	 * -lmalloc, it crashes upon startup with SIGSEGV in
    -	 * free(3LIBMALLOC) called by di_fini. Prior call to
    -	 * mallopt(M_KEEP,0) somehow helps... But not always...
    -	 */
    -	if ((h = dlopen(NULL,RTLD_LAZY)))
    -		{
    -		union { void *p; int (*f)(int,int); } sym;
    -		if ((sym.p = dlsym(h,"mallopt"))) (*sym.f)(M_KEEP,0);
    -		dlclose(h);
    -		}
    -#endif
    -	if ((h = dlopen("libdevinfo.so.1",RTLD_LAZY))) do
    -		{
    -		di_init_t	di_init;
    -		di_fini_t	di_fini;
    -		di_walk_node_t	di_walk_node;
    -		di_node_name_t	di_node_name;
    -		di_node_t	root_node;
    -
    -		if (!DLLINK(h,di_init))		break;
    -		if (!DLLINK(h,di_fini))		break;
    -		if (!DLLINK(h,di_walk_node))	break;
    -		if (!DLLINK(h,di_node_name))	break;
    -
    -		if ((root_node = (*di_init)("/",DINFOSUBTREE))!=DI_NODE_NIL)
    -			{
    -			(*di_walk_node)(root_node,DI_WALK_SIBFIRST,
    -					di_node_name,walk_nodename);
    -			(*di_fini)(root_node);
    -			}
    -		} while(0);
    -
    -	if (h) dlclose(h);
    -	}
    +{
    +    void *h;
    +    char *e, si[256];
    +    static int trigger = 0;
    +
    +    if (trigger)
    +        return;
    +    trigger = 1;
    +
    +    if ((e = getenv("OPENSSL_sparcv9cap"))) {
    +        OPENSSL_sparcv9cap_P[0] = strtoul(e, NULL, 0);
    +        return;
    +    }
    +
    +    if (sysinfo(SI_MACHINE, si, sizeof(si)) > 0) {
    +        if (strcmp(si, "sun4v"))
    +            /* FPU is preferred for all CPUs, but US-T1/2 */
    +            OPENSSL_sparcv9cap_P[0] |= SPARCV9_PREFER_FPU;
    +    }
    +
    +    if (sysinfo(SI_ISALIST, si, sizeof(si)) > 0) {
    +        if (strstr(si, "+vis"))
    +            OPENSSL_sparcv9cap_P[0] |= SPARCV9_VIS1 | SPARCV9_BLK;
    +        if (strstr(si, "+vis2")) {
    +            OPENSSL_sparcv9cap_P[0] |= SPARCV9_VIS2;
    +            OPENSSL_sparcv9cap_P[0] &= ~SPARCV9_TICK_PRIVILEGED;
    +            return;
    +        }
    +    }
    +# ifdef M_KEEP
    +    /*
    +     * Solaris libdevinfo.so.1 is effectively incomatible with
    +     * libmalloc.so.1. Specifically, if application is linked with
    +     * -lmalloc, it crashes upon startup with SIGSEGV in
    +     * free(3LIBMALLOC) called by di_fini. Prior call to
    +     * mallopt(M_KEEP,0) somehow helps... But not always...
    +     */
    +    if ((h = dlopen(NULL, RTLD_LAZY))) {
    +        union {
    +            void *p;
    +            int (*f) (int, int);
    +        } sym;
    +        if ((sym.p = dlsym(h, "mallopt")))
    +            (*sym.f) (M_KEEP, 0);
    +        dlclose(h);
    +    }
    +# endif
    +    if ((h = dlopen("libdevinfo.so.1", RTLD_LAZY)))
    +        do {
    +            di_init_t di_init;
    +            di_fini_t di_fini;
    +            di_walk_node_t di_walk_node;
    +            di_node_name_t di_node_name;
    +            di_node_t root_node;
    +
    +            if (!DLLINK(h, di_init))
    +                break;
    +            if (!DLLINK(h, di_fini))
    +                break;
    +            if (!DLLINK(h, di_walk_node))
    +                break;
    +            if (!DLLINK(h, di_node_name))
    +                break;
    +
    +            if ((root_node = (*di_init) ("/", DINFOSUBTREE)) != DI_NODE_NIL) {
    +                (*di_walk_node) (root_node, DI_WALK_SIBFIRST,
    +                                 di_node_name, walk_nodename);
    +                (*di_fini) (root_node);
    +            }
    +        } while (0);
    +
    +    if (h)
    +        dlclose(h);
    +}
     
     #else
     
     static sigjmp_buf common_jmp;
    -static void common_handler(int sig) { siglongjmp(common_jmp,sig); }
    +static void common_handler(int sig)
    +{
    +    siglongjmp(common_jmp, sig);
    +}
     
     void OPENSSL_cpuid_setup(void)
    -	{
    -	char *e;
    -	struct sigaction	common_act,ill_oact,bus_oact;
    -	sigset_t		all_masked,oset;
    -	static int trigger=0;
    -
    -	if (trigger) return;
    -	trigger=1;
    - 
    -	if ((e=getenv("OPENSSL_sparcv9cap")))
    -		{
    -		OPENSSL_sparcv9cap_P=strtoul(e,NULL,0);
    -		return;
    -		}
    -
    -	/* Initial value, fits UltraSPARC-I&II... */
    -	OPENSSL_sparcv9cap_P = SPARCV9_PREFER_FPU|SPARCV9_TICK_PRIVILEGED;
    -
    -	sigfillset(&all_masked);
    -	sigdelset(&all_masked,SIGILL);
    -	sigdelset(&all_masked,SIGTRAP);
    -#ifdef SIGEMT
    -	sigdelset(&all_masked,SIGEMT);
    -#endif
    -	sigdelset(&all_masked,SIGFPE);
    -	sigdelset(&all_masked,SIGBUS);
    -	sigdelset(&all_masked,SIGSEGV);
    -	sigprocmask(SIG_SETMASK,&all_masked,&oset);
    -
    -	memset(&common_act,0,sizeof(common_act));
    -	common_act.sa_handler = common_handler;
    -	common_act.sa_mask    = all_masked;
    -
    -	sigaction(SIGILL,&common_act,&ill_oact);
    -	sigaction(SIGBUS,&common_act,&bus_oact);/* T1 fails 16-bit ldda [on Linux] */
    -
    -	if (sigsetjmp(common_jmp,1) == 0)
    -		{
    -		_sparcv9_rdtick();
    -		OPENSSL_sparcv9cap_P &= ~SPARCV9_TICK_PRIVILEGED;
    -		}
    -
    -	if (sigsetjmp(common_jmp,1) == 0)
    -		{
    -		_sparcv9_vis1_probe();
    -		OPENSSL_sparcv9cap_P |= SPARCV9_VIS1;
    -		/* detect UltraSPARC-Tx, see sparccpud.S for details... */
    -		if (_sparcv9_vis1_instrument() >= 12)
    -			OPENSSL_sparcv9cap_P &= ~(SPARCV9_VIS1|SPARCV9_PREFER_FPU);
    -		else
    -			{
    -			_sparcv9_vis2_probe();
    -			OPENSSL_sparcv9cap_P |= SPARCV9_VIS2;
    -			}
    -		}
    -
    -	if (sigsetjmp(common_jmp,1) == 0)
    -		{
    -		_sparcv9_fmadd_probe();
    -		OPENSSL_sparcv9cap_P |= SPARCV9_FMADD;
    -		}
    -
    -	sigaction(SIGBUS,&bus_oact,NULL);
    -	sigaction(SIGILL,&ill_oact,NULL);
    -
    -	sigprocmask(SIG_SETMASK,&oset,NULL);
    -	}
    +{
    +    char *e;
    +    struct sigaction common_act, ill_oact, bus_oact;
    +    sigset_t all_masked, oset;
    +    static int trigger = 0;
    +
    +    if (trigger)
    +        return;
    +    trigger = 1;
    +
    +    if ((e = getenv("OPENSSL_sparcv9cap"))) {
    +        OPENSSL_sparcv9cap_P[0] = strtoul(e, NULL, 0);
    +        if ((e = strchr(e, ':')))
    +            OPENSSL_sparcv9cap_P[1] = strtoul(e + 1, NULL, 0);
    +        return;
    +    }
    +
    +    /* Initial value, fits UltraSPARC-I&II... */
    +    OPENSSL_sparcv9cap_P[0] = SPARCV9_PREFER_FPU | SPARCV9_TICK_PRIVILEGED;
    +
    +    sigfillset(&all_masked);
    +    sigdelset(&all_masked, SIGILL);
    +    sigdelset(&all_masked, SIGTRAP);
    +# ifdef SIGEMT
    +    sigdelset(&all_masked, SIGEMT);
    +# endif
    +    sigdelset(&all_masked, SIGFPE);
    +    sigdelset(&all_masked, SIGBUS);
    +    sigdelset(&all_masked, SIGSEGV);
    +    sigprocmask(SIG_SETMASK, &all_masked, &oset);
    +
    +    memset(&common_act, 0, sizeof(common_act));
    +    common_act.sa_handler = common_handler;
    +    common_act.sa_mask = all_masked;
    +
    +    sigaction(SIGILL, &common_act, &ill_oact);
    +    sigaction(SIGBUS, &common_act, &bus_oact); /* T1 fails 16-bit ldda [on
    +                                                * Linux] */
    +
    +    if (sigsetjmp(common_jmp, 1) == 0) {
    +        _sparcv9_rdtick();
    +        OPENSSL_sparcv9cap_P[0] &= ~SPARCV9_TICK_PRIVILEGED;
    +    }
    +
    +    if (sigsetjmp(common_jmp, 1) == 0) {
    +        _sparcv9_vis1_probe();
    +        OPENSSL_sparcv9cap_P[0] |= SPARCV9_VIS1 | SPARCV9_BLK;
    +        /* detect UltraSPARC-Tx, see sparccpud.S for details... */
    +        if (_sparcv9_vis1_instrument() >= 12)
    +            OPENSSL_sparcv9cap_P[0] &= ~(SPARCV9_VIS1 | SPARCV9_PREFER_FPU);
    +        else {
    +            _sparcv9_vis2_probe();
    +            OPENSSL_sparcv9cap_P[0] |= SPARCV9_VIS2;
    +        }
    +    }
    +
    +    if (sigsetjmp(common_jmp, 1) == 0) {
    +        _sparcv9_fmadd_probe();
    +        OPENSSL_sparcv9cap_P[0] |= SPARCV9_FMADD;
    +    }
    +
    +    /*
    +     * VIS3 flag is tested independently from VIS1, unlike VIS2 that is,
    +     * because VIS3 defines even integer instructions.
    +     */
    +    if (sigsetjmp(common_jmp, 1) == 0) {
    +        _sparcv9_vis3_probe();
    +        OPENSSL_sparcv9cap_P[0] |= SPARCV9_VIS3;
    +    }
    +# if 0                          /* was planned at some point but never
    +                                 * implemented in hardware */
    +    if (sigsetjmp(common_jmp, 1) == 0) {
    +        (void)_sparcv9_random();
    +        OPENSSL_sparcv9cap_P[0] |= SPARCV9_RANDOM;
    +    }
    +# endif
    +
    +    /*
    +     * In wait for better solution _sparcv9_rdcfr is masked by
    +     * VIS3 flag, because it goes to uninterruptable endless
    +     * loop on UltraSPARC II running Solaris. Things might be
    +     * different on Linux...
    +     */
    +    if ((OPENSSL_sparcv9cap_P[0] & SPARCV9_VIS3) &&
    +        sigsetjmp(common_jmp, 1) == 0) {
    +        OPENSSL_sparcv9cap_P[1] = (unsigned int)_sparcv9_rdcfr();
    +    }
    +
    +    sigaction(SIGBUS, &bus_oact, NULL);
    +    sigaction(SIGILL, &ill_oact, NULL);
    +
    +    sigprocmask(SIG_SETMASK, &oset, NULL);
    +
    +    if (sizeof(size_t) == 8)
    +        OPENSSL_sparcv9cap_P[0] |= SPARCV9_64BIT_STACK;
    +# ifdef __linux
    +    else {
    +        int ret = syscall(340);
    +
    +        if (ret >= 0 && ret & 1)
    +            OPENSSL_sparcv9cap_P[0] |= SPARCV9_64BIT_STACK;
    +    }
    +# endif
    +}
     
     #endif
    diff --git a/openssl/crypto/srp/Makefile b/openssl/crypto/srp/Makefile
    index 41859d46f..ddf674864 100644
    --- a/openssl/crypto/srp/Makefile
    +++ b/openssl/crypto/srp/Makefile
    @@ -37,6 +37,9 @@ lib:	$(LIBOBJ)
     	$(RANLIB) $(LIB) || echo Never mind.
     	@touch lib
     
    +files:
    +	$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
    +
     links:
     	@$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
     	@$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
    diff --git a/openssl/crypto/srp/srp.h b/openssl/crypto/srp/srp.h
    index 7ec7825ca..d072536fe 100644
    --- a/openssl/crypto/srp/srp.h
    +++ b/openssl/crypto/srp/srp.h
    @@ -1,7 +1,8 @@
     /* crypto/srp/srp.h */
    -/* Written by Christophe Renou (christophe.renou@edelweb.fr) with 
    - * the precious help of Peter Sylvester (peter.sylvester@edelweb.fr) 
    - * for the EdelKey project and contributed to the OpenSSL project 2004.
    +/*
    + * Written by Christophe Renou (christophe.renou@edelweb.fr) with the
    + * precious help of Peter Sylvester (peter.sylvester@edelweb.fr) for the
    + * EdelKey project and contributed to the OpenSSL project 2004.
      */
     /* ====================================================================
      * Copyright (c) 2004 The OpenSSL Project.  All rights reserved.
    @@ -11,7 +12,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -57,116 +58,112 @@
      *
      */
     #ifndef __SRP_H__
    -#define __SRP_H__
    +# define __SRP_H__
     
    -#ifndef OPENSSL_NO_SRP
    +# ifndef OPENSSL_NO_SRP
     
    -#include 
    -#include 
    +#  include 
    +#  include 
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -#include 
    -#include 
    -#include 
    +#  include 
    +#  include 
    +#  include 
     
    -typedef struct SRP_gN_cache_st
    -	{
    -	char *b64_bn;
    -	BIGNUM *bn;
    -	} SRP_gN_cache;
    +typedef struct SRP_gN_cache_st {
    +    char *b64_bn;
    +    BIGNUM *bn;
    +} SRP_gN_cache;
     
     
     DECLARE_STACK_OF(SRP_gN_cache)
     
    -typedef struct SRP_user_pwd_st
    -	{
    -	char *id;
    -	BIGNUM *s;
    -	BIGNUM *v;
    -	const BIGNUM *g;
    -	const BIGNUM *N;
    -	char *info;
    -	} SRP_user_pwd;
    +typedef struct SRP_user_pwd_st {
    +    char *id;
    +    BIGNUM *s;
    +    BIGNUM *v;
    +    const BIGNUM *g;
    +    const BIGNUM *N;
    +    char *info;
    +} SRP_user_pwd;
     
     DECLARE_STACK_OF(SRP_user_pwd)
     
    -typedef struct SRP_VBASE_st
    -	{
    -	STACK_OF(SRP_user_pwd) *users_pwd;
    -	STACK_OF(SRP_gN_cache) *gN_cache;
    +typedef struct SRP_VBASE_st {
    +    STACK_OF(SRP_user_pwd) *users_pwd;
    +    STACK_OF(SRP_gN_cache) *gN_cache;
     /* to simulate a user */
    -	char *seed_key;
    -	BIGNUM *default_g;
    -	BIGNUM *default_N;
    -	} SRP_VBASE;
    +    char *seed_key;
    +    BIGNUM *default_g;
    +    BIGNUM *default_N;
    +} SRP_VBASE;
     
    -
    -/*Structure interne pour retenir les couples N et g*/
    -typedef struct SRP_gN_st
    -	{
    -	char *id;
    -	BIGNUM *g;
    -	BIGNUM *N;
    -	} SRP_gN;
    +/*
    + * Structure interne pour retenir les couples N et g
    + */
    +typedef struct SRP_gN_st {
    +    char *id;
    +    BIGNUM *g;
    +    BIGNUM *N;
    +} SRP_gN;
     
     DECLARE_STACK_OF(SRP_gN)
     
     SRP_VBASE *SRP_VBASE_new(char *seed_key);
     int SRP_VBASE_free(SRP_VBASE *vb);
    -int SRP_VBASE_init(SRP_VBASE *vb, char * verifier_file);
    +int SRP_VBASE_init(SRP_VBASE *vb, char *verifier_file);
     SRP_user_pwd *SRP_VBASE_get_by_user(SRP_VBASE *vb, char *username);
     char *SRP_create_verifier(const char *user, const char *pass, char **salt,
    -			  char **verifier, const char *N, const char *g);
    -int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **salt, BIGNUM **verifier, BIGNUM *N, BIGNUM *g);
    -
    -
    -#define SRP_NO_ERROR 0
    -#define SRP_ERR_VBASE_INCOMPLETE_FILE 1
    -#define SRP_ERR_VBASE_BN_LIB 2
    -#define SRP_ERR_OPEN_FILE 3
    -#define SRP_ERR_MEMORY 4
    -
    -#define DB_srptype	0
    -#define DB_srpverifier	1
    -#define DB_srpsalt 	2
    -#define DB_srpid	3              
    -#define DB_srpgN	4       
    -#define DB_srpinfo	5 
    -#undef  DB_NUMBER      
    -#define DB_NUMBER       6
    -
    -#define DB_SRP_INDEX	'I'
    -#define DB_SRP_VALID	'V'
    -#define DB_SRP_REVOKED	'R'
    -#define DB_SRP_MODIF	'v'
    -
    +                          char **verifier, const char *N, const char *g);
    +int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **salt,
    +                           BIGNUM **verifier, BIGNUM *N, BIGNUM *g);
    +
    +#  define SRP_NO_ERROR 0
    +#  define SRP_ERR_VBASE_INCOMPLETE_FILE 1
    +#  define SRP_ERR_VBASE_BN_LIB 2
    +#  define SRP_ERR_OPEN_FILE 3
    +#  define SRP_ERR_MEMORY 4
    +
    +#  define DB_srptype      0
    +#  define DB_srpverifier  1
    +#  define DB_srpsalt      2
    +#  define DB_srpid        3
    +#  define DB_srpgN        4
    +#  define DB_srpinfo      5
    +#  undef  DB_NUMBER
    +#  define DB_NUMBER       6
    +
    +#  define DB_SRP_INDEX    'I'
    +#  define DB_SRP_VALID    'V'
    +#  define DB_SRP_REVOKED  'R'
    +#  define DB_SRP_MODIF    'v'
     
     /* see srp.c */
    -char * SRP_check_known_gN_param(BIGNUM* g, BIGNUM* N); 
    -SRP_gN *SRP_get_default_gN(const char * id) ;
    +char *SRP_check_known_gN_param(BIGNUM *g, BIGNUM *N);
    +SRP_gN *SRP_get_default_gN(const char *id);
     
     /* server side .... */
    -BIGNUM *SRP_Calc_server_key(BIGNUM *A, BIGNUM *v, BIGNUM *u, BIGNUM *b, BIGNUM *N);
    +BIGNUM *SRP_Calc_server_key(BIGNUM *A, BIGNUM *v, BIGNUM *u, BIGNUM *b,
    +                            BIGNUM *N);
     BIGNUM *SRP_Calc_B(BIGNUM *b, BIGNUM *N, BIGNUM *g, BIGNUM *v);
     int SRP_Verify_A_mod_N(BIGNUM *A, BIGNUM *N);
    -BIGNUM *SRP_Calc_u(BIGNUM *A, BIGNUM *B, BIGNUM *N) ;
    -
    -
    +BIGNUM *SRP_Calc_u(BIGNUM *A, BIGNUM *B, BIGNUM *N);
     
     /* client side .... */
     BIGNUM *SRP_Calc_x(BIGNUM *s, const char *user, const char *pass);
     BIGNUM *SRP_Calc_A(BIGNUM *a, BIGNUM *N, BIGNUM *g);
    -BIGNUM *SRP_Calc_client_key(BIGNUM *N, BIGNUM *B, BIGNUM *g, BIGNUM *x, BIGNUM *a, BIGNUM *u);
    +BIGNUM *SRP_Calc_client_key(BIGNUM *N, BIGNUM *B, BIGNUM *g, BIGNUM *x,
    +                            BIGNUM *a, BIGNUM *u);
     int SRP_Verify_B_mod_N(BIGNUM *B, BIGNUM *N);
     
    -#define SRP_MINIMAL_N 1024
    +#  define SRP_MINIMAL_N 1024
     
     #ifdef  __cplusplus
     }
     #endif
     
    -#endif
    +# endif
     #endif
    diff --git a/openssl/crypto/srp/srp_grps.h b/openssl/crypto/srp/srp_grps.h
    index 8e3c35e3f..31312de15 100644
    --- a/openssl/crypto/srp/srp_grps.h
    +++ b/openssl/crypto/srp/srp_grps.h
    @@ -1,517 +1,528 @@
     /* start of generated data */
     
     static BN_ULONG bn_group_1024_value[] = {
    -	bn_pack4(0x9FC6,0x1D2F,0xC0EB,0x06E3),
    -	bn_pack4(0xFD51,0x38FE,0x8376,0x435B),
    -	bn_pack4(0x2FD4,0xCBF4,0x976E,0xAA9A),
    -	bn_pack4(0x68ED,0xBC3C,0x0572,0x6CC0),
    -	bn_pack4(0xC529,0xF566,0x660E,0x57EC),
    -	bn_pack4(0x8255,0x9B29,0x7BCF,0x1885),
    -	bn_pack4(0xCE8E,0xF4AD,0x69B1,0x5D49),
    -	bn_pack4(0x5DC7,0xD7B4,0x6154,0xD6B6),
    -	bn_pack4(0x8E49,0x5C1D,0x6089,0xDAD1),
    -	bn_pack4(0xE0D5,0xD8E2,0x50B9,0x8BE4),
    -	bn_pack4(0x383B,0x4813,0xD692,0xC6E0),
    -	bn_pack4(0xD674,0xDF74,0x96EA,0x81D3),
    -	bn_pack4(0x9EA2,0x314C,0x9C25,0x6576),
    -	bn_pack4(0x6072,0x6187,0x75FF,0x3C0B),
    -	bn_pack4(0x9C33,0xF80A,0xFA8F,0xC5E8),
    -	bn_pack4(0xEEAF,0x0AB9,0xADB3,0x8DD6)
    +    bn_pack4(0x9FC6, 0x1D2F, 0xC0EB, 0x06E3),
    +    bn_pack4(0xFD51, 0x38FE, 0x8376, 0x435B),
    +    bn_pack4(0x2FD4, 0xCBF4, 0x976E, 0xAA9A),
    +    bn_pack4(0x68ED, 0xBC3C, 0x0572, 0x6CC0),
    +    bn_pack4(0xC529, 0xF566, 0x660E, 0x57EC),
    +    bn_pack4(0x8255, 0x9B29, 0x7BCF, 0x1885),
    +    bn_pack4(0xCE8E, 0xF4AD, 0x69B1, 0x5D49),
    +    bn_pack4(0x5DC7, 0xD7B4, 0x6154, 0xD6B6),
    +    bn_pack4(0x8E49, 0x5C1D, 0x6089, 0xDAD1),
    +    bn_pack4(0xE0D5, 0xD8E2, 0x50B9, 0x8BE4),
    +    bn_pack4(0x383B, 0x4813, 0xD692, 0xC6E0),
    +    bn_pack4(0xD674, 0xDF74, 0x96EA, 0x81D3),
    +    bn_pack4(0x9EA2, 0x314C, 0x9C25, 0x6576),
    +    bn_pack4(0x6072, 0x6187, 0x75FF, 0x3C0B),
    +    bn_pack4(0x9C33, 0xF80A, 0xFA8F, 0xC5E8),
    +    bn_pack4(0xEEAF, 0x0AB9, 0xADB3, 0x8DD6)
     };
    +
     static BIGNUM bn_group_1024 = {
    -	bn_group_1024_value,
    -	(sizeof bn_group_1024_value)/sizeof(BN_ULONG),
    -	(sizeof bn_group_1024_value)/sizeof(BN_ULONG),
    -	0,
    -	BN_FLG_STATIC_DATA
    +    bn_group_1024_value,
    +    (sizeof bn_group_1024_value) / sizeof(BN_ULONG),
    +    (sizeof bn_group_1024_value) / sizeof(BN_ULONG),
    +    0,
    +    BN_FLG_STATIC_DATA
     };
     
     static BN_ULONG bn_group_1536_value[] = {
    -	bn_pack4(0xCF76,0xE3FE,0xD135,0xF9BB),
    -	bn_pack4(0x1518,0x0F93,0x499A,0x234D),
    -	bn_pack4(0x8CE7,0xA28C,0x2442,0xC6F3),
    -	bn_pack4(0x5A02,0x1FFF,0x5E91,0x479E),
    -	bn_pack4(0x7F8A,0x2FE9,0xB8B5,0x292E),
    -	bn_pack4(0x837C,0x264A,0xE3A9,0xBEB8),
    -	bn_pack4(0xE442,0x734A,0xF7CC,0xB7AE),
    -	bn_pack4(0x6577,0x2E43,0x7D6C,0x7F8C),
    -	bn_pack4(0xDB2F,0xD53D,0x24B7,0xC486),
    -	bn_pack4(0x6EDF,0x0195,0x3934,0x9627),
    -	bn_pack4(0x158B,0xFD3E,0x2B9C,0x8CF5),
    -	bn_pack4(0x764E,0x3F4B,0x53DD,0x9DA1),
    -	bn_pack4(0x4754,0x8381,0xDBC5,0xB1FC),
    -	bn_pack4(0x9B60,0x9E0B,0xE3BA,0xB63D),
    -	bn_pack4(0x8134,0xB1C8,0xB979,0x8914),
    -	bn_pack4(0xDF02,0x8A7C,0xEC67,0xF0D0),
    -	bn_pack4(0x80B6,0x55BB,0x9A22,0xE8DC),
    -	bn_pack4(0x1558,0x903B,0xA0D0,0xF843),
    -	bn_pack4(0x51C6,0xA94B,0xE460,0x7A29),
    -	bn_pack4(0x5F4F,0x5F55,0x6E27,0xCBDE),
    -	bn_pack4(0xBEEE,0xA961,0x4B19,0xCC4D),
    -	bn_pack4(0xDBA5,0x1DF4,0x99AC,0x4C80),
    -	bn_pack4(0xB1F1,0x2A86,0x17A4,0x7BBB),
    -	bn_pack4(0x9DEF,0x3CAF,0xB939,0x277A)
    +    bn_pack4(0xCF76, 0xE3FE, 0xD135, 0xF9BB),
    +    bn_pack4(0x1518, 0x0F93, 0x499A, 0x234D),
    +    bn_pack4(0x8CE7, 0xA28C, 0x2442, 0xC6F3),
    +    bn_pack4(0x5A02, 0x1FFF, 0x5E91, 0x479E),
    +    bn_pack4(0x7F8A, 0x2FE9, 0xB8B5, 0x292E),
    +    bn_pack4(0x837C, 0x264A, 0xE3A9, 0xBEB8),
    +    bn_pack4(0xE442, 0x734A, 0xF7CC, 0xB7AE),
    +    bn_pack4(0x6577, 0x2E43, 0x7D6C, 0x7F8C),
    +    bn_pack4(0xDB2F, 0xD53D, 0x24B7, 0xC486),
    +    bn_pack4(0x6EDF, 0x0195, 0x3934, 0x9627),
    +    bn_pack4(0x158B, 0xFD3E, 0x2B9C, 0x8CF5),
    +    bn_pack4(0x764E, 0x3F4B, 0x53DD, 0x9DA1),
    +    bn_pack4(0x4754, 0x8381, 0xDBC5, 0xB1FC),
    +    bn_pack4(0x9B60, 0x9E0B, 0xE3BA, 0xB63D),
    +    bn_pack4(0x8134, 0xB1C8, 0xB979, 0x8914),
    +    bn_pack4(0xDF02, 0x8A7C, 0xEC67, 0xF0D0),
    +    bn_pack4(0x80B6, 0x55BB, 0x9A22, 0xE8DC),
    +    bn_pack4(0x1558, 0x903B, 0xA0D0, 0xF843),
    +    bn_pack4(0x51C6, 0xA94B, 0xE460, 0x7A29),
    +    bn_pack4(0x5F4F, 0x5F55, 0x6E27, 0xCBDE),
    +    bn_pack4(0xBEEE, 0xA961, 0x4B19, 0xCC4D),
    +    bn_pack4(0xDBA5, 0x1DF4, 0x99AC, 0x4C80),
    +    bn_pack4(0xB1F1, 0x2A86, 0x17A4, 0x7BBB),
    +    bn_pack4(0x9DEF, 0x3CAF, 0xB939, 0x277A)
     };
    +
     static BIGNUM bn_group_1536 = {
    -	bn_group_1536_value,
    -	(sizeof bn_group_1536_value)/sizeof(BN_ULONG),
    -	(sizeof bn_group_1536_value)/sizeof(BN_ULONG),
    -	0,
    -	BN_FLG_STATIC_DATA
    +    bn_group_1536_value,
    +    (sizeof bn_group_1536_value) / sizeof(BN_ULONG),
    +    (sizeof bn_group_1536_value) / sizeof(BN_ULONG),
    +    0,
    +    BN_FLG_STATIC_DATA
     };
     
     static BN_ULONG bn_group_2048_value[] = {
    -	bn_pack4(0x0FA7,0x111F,0x9E4A,0xFF73),
    -	bn_pack4(0x9B65,0xE372,0xFCD6,0x8EF2),
    -	bn_pack4(0x35DE,0x236D,0x525F,0x5475),
    -	bn_pack4(0x94B5,0xC803,0xD89F,0x7AE4),
    -	bn_pack4(0x71AE,0x35F8,0xE9DB,0xFBB6),
    -	bn_pack4(0x2A56,0x98F3,0xA8D0,0xC382),
    -	bn_pack4(0x9CCC,0x041C,0x7BC3,0x08D8),
    -	bn_pack4(0xAF87,0x4E73,0x03CE,0x5329),
    -	bn_pack4(0x6160,0x2790,0x04E5,0x7AE6),
    -	bn_pack4(0x032C,0xFBDB,0xF52F,0xB378),
    -	bn_pack4(0x5EA7,0x7A27,0x75D2,0xECFA),
    -	bn_pack4(0x5445,0x23B5,0x24B0,0xD57D),
    -	bn_pack4(0x5B9D,0x32E6,0x88F8,0x7748),
    -	bn_pack4(0xF1D2,0xB907,0x8717,0x461A),
    -	bn_pack4(0x76BD,0x207A,0x436C,0x6481),
    -	bn_pack4(0xCA97,0xB43A,0x23FB,0x8016),
    -	bn_pack4(0x1D28,0x1E44,0x6B14,0x773B),
    -	bn_pack4(0x7359,0xD041,0xD5C3,0x3EA7),
    -	bn_pack4(0xA80D,0x740A,0xDBF4,0xFF74),
    -	bn_pack4(0x55F9,0x7993,0xEC97,0x5EEA),
    -	bn_pack4(0x2918,0xA996,0x2F0B,0x93B8),
    -	bn_pack4(0x661A,0x05FB,0xD5FA,0xAAE8),
    -	bn_pack4(0xCF60,0x9517,0x9A16,0x3AB3),
    -	bn_pack4(0xE808,0x3969,0xEDB7,0x67B0),
    -	bn_pack4(0xCD7F,0x48A9,0xDA04,0xFD50),
    -	bn_pack4(0xD523,0x12AB,0x4B03,0x310D),
    -	bn_pack4(0x8193,0xE075,0x7767,0xA13D),
    -	bn_pack4(0xA373,0x29CB,0xB4A0,0x99ED),
    -	bn_pack4(0xFC31,0x9294,0x3DB5,0x6050),
    -	bn_pack4(0xAF72,0xB665,0x1987,0xEE07),
    -	bn_pack4(0xF166,0xDE5E,0x1389,0x582F),
    -	bn_pack4(0xAC6B,0xDB41,0x324A,0x9A9B)
    +    bn_pack4(0x0FA7, 0x111F, 0x9E4A, 0xFF73),
    +    bn_pack4(0x9B65, 0xE372, 0xFCD6, 0x8EF2),
    +    bn_pack4(0x35DE, 0x236D, 0x525F, 0x5475),
    +    bn_pack4(0x94B5, 0xC803, 0xD89F, 0x7AE4),
    +    bn_pack4(0x71AE, 0x35F8, 0xE9DB, 0xFBB6),
    +    bn_pack4(0x2A56, 0x98F3, 0xA8D0, 0xC382),
    +    bn_pack4(0x9CCC, 0x041C, 0x7BC3, 0x08D8),
    +    bn_pack4(0xAF87, 0x4E73, 0x03CE, 0x5329),
    +    bn_pack4(0x6160, 0x2790, 0x04E5, 0x7AE6),
    +    bn_pack4(0x032C, 0xFBDB, 0xF52F, 0xB378),
    +    bn_pack4(0x5EA7, 0x7A27, 0x75D2, 0xECFA),
    +    bn_pack4(0x5445, 0x23B5, 0x24B0, 0xD57D),
    +    bn_pack4(0x5B9D, 0x32E6, 0x88F8, 0x7748),
    +    bn_pack4(0xF1D2, 0xB907, 0x8717, 0x461A),
    +    bn_pack4(0x76BD, 0x207A, 0x436C, 0x6481),
    +    bn_pack4(0xCA97, 0xB43A, 0x23FB, 0x8016),
    +    bn_pack4(0x1D28, 0x1E44, 0x6B14, 0x773B),
    +    bn_pack4(0x7359, 0xD041, 0xD5C3, 0x3EA7),
    +    bn_pack4(0xA80D, 0x740A, 0xDBF4, 0xFF74),
    +    bn_pack4(0x55F9, 0x7993, 0xEC97, 0x5EEA),
    +    bn_pack4(0x2918, 0xA996, 0x2F0B, 0x93B8),
    +    bn_pack4(0x661A, 0x05FB, 0xD5FA, 0xAAE8),
    +    bn_pack4(0xCF60, 0x9517, 0x9A16, 0x3AB3),
    +    bn_pack4(0xE808, 0x3969, 0xEDB7, 0x67B0),
    +    bn_pack4(0xCD7F, 0x48A9, 0xDA04, 0xFD50),
    +    bn_pack4(0xD523, 0x12AB, 0x4B03, 0x310D),
    +    bn_pack4(0x8193, 0xE075, 0x7767, 0xA13D),
    +    bn_pack4(0xA373, 0x29CB, 0xB4A0, 0x99ED),
    +    bn_pack4(0xFC31, 0x9294, 0x3DB5, 0x6050),
    +    bn_pack4(0xAF72, 0xB665, 0x1987, 0xEE07),
    +    bn_pack4(0xF166, 0xDE5E, 0x1389, 0x582F),
    +    bn_pack4(0xAC6B, 0xDB41, 0x324A, 0x9A9B)
     };
    +
     static BIGNUM bn_group_2048 = {
    -	bn_group_2048_value,
    -	(sizeof bn_group_2048_value)/sizeof(BN_ULONG),
    -	(sizeof bn_group_2048_value)/sizeof(BN_ULONG),
    -	0,
    -	BN_FLG_STATIC_DATA
    +    bn_group_2048_value,
    +    (sizeof bn_group_2048_value) / sizeof(BN_ULONG),
    +    (sizeof bn_group_2048_value) / sizeof(BN_ULONG),
    +    0,
    +    BN_FLG_STATIC_DATA
     };
     
     static BN_ULONG bn_group_3072_value[] = {
    -	bn_pack4(0xFFFF,0xFFFF,0xFFFF,0xFFFF),
    -	bn_pack4(0x4B82,0xD120,0xA93A,0xD2CA),
    -	bn_pack4(0x43DB,0x5BFC,0xE0FD,0x108E),
    -	bn_pack4(0x08E2,0x4FA0,0x74E5,0xAB31),
    -	bn_pack4(0x7709,0x88C0,0xBAD9,0x46E2),
    -	bn_pack4(0xBBE1,0x1757,0x7A61,0x5D6C),
    -	bn_pack4(0x521F,0x2B18,0x177B,0x200C),
    -	bn_pack4(0xD876,0x0273,0x3EC8,0x6A64),
    -	bn_pack4(0xF12F,0xFA06,0xD98A,0x0864),
    -	bn_pack4(0xCEE3,0xD226,0x1AD2,0xEE6B),
    -	bn_pack4(0x1E8C,0x94E0,0x4A25,0x619D),
    -	bn_pack4(0xABF5,0xAE8C,0xDB09,0x33D7),
    -	bn_pack4(0xB397,0x0F85,0xA6E1,0xE4C7),
    -	bn_pack4(0x8AEA,0x7157,0x5D06,0x0C7D),
    -	bn_pack4(0xECFB,0x8504,0x58DB,0xEF0A),
    -	bn_pack4(0xA855,0x21AB,0xDF1C,0xBA64),
    -	bn_pack4(0xAD33,0x170D,0x0450,0x7A33),
    -	bn_pack4(0x1572,0x8E5A,0x8AAA,0xC42D),
    -	bn_pack4(0x15D2,0x2618,0x98FA,0x0510),
    -	bn_pack4(0x3995,0x497C,0xEA95,0x6AE5),
    -	bn_pack4(0xDE2B,0xCBF6,0x9558,0x1718),
    -	bn_pack4(0xB5C5,0x5DF0,0x6F4C,0x52C9),
    -	bn_pack4(0x9B27,0x83A2,0xEC07,0xA28F),
    -	bn_pack4(0xE39E,0x772C,0x180E,0x8603),
    -	bn_pack4(0x3290,0x5E46,0x2E36,0xCE3B),
    -	bn_pack4(0xF174,0x6C08,0xCA18,0x217C),
    -	bn_pack4(0x670C,0x354E,0x4ABC,0x9804),
    -	bn_pack4(0x9ED5,0x2907,0x7096,0x966D),
    -	bn_pack4(0x1C62,0xF356,0x2085,0x52BB),
    -	bn_pack4(0x8365,0x5D23,0xDCA3,0xAD96),
    -	bn_pack4(0x6916,0x3FA8,0xFD24,0xCF5F),
    -	bn_pack4(0x98DA,0x4836,0x1C55,0xD39A),
    -	bn_pack4(0xC200,0x7CB8,0xA163,0xBF05),
    -	bn_pack4(0x4928,0x6651,0xECE4,0x5B3D),
    -	bn_pack4(0xAE9F,0x2411,0x7C4B,0x1FE6),
    -	bn_pack4(0xEE38,0x6BFB,0x5A89,0x9FA5),
    -	bn_pack4(0x0BFF,0x5CB6,0xF406,0xB7ED),
    -	bn_pack4(0xF44C,0x42E9,0xA637,0xED6B),
    -	bn_pack4(0xE485,0xB576,0x625E,0x7EC6),
    -	bn_pack4(0x4FE1,0x356D,0x6D51,0xC245),
    -	bn_pack4(0x302B,0x0A6D,0xF25F,0x1437),
    -	bn_pack4(0xEF95,0x19B3,0xCD3A,0x431B),
    -	bn_pack4(0x514A,0x0879,0x8E34,0x04DD),
    -	bn_pack4(0x020B,0xBEA6,0x3B13,0x9B22),
    -	bn_pack4(0x2902,0x4E08,0x8A67,0xCC74),
    -	bn_pack4(0xC4C6,0x628B,0x80DC,0x1CD1),
    -	bn_pack4(0xC90F,0xDAA2,0x2168,0xC234),
    -	bn_pack4(0xFFFF,0xFFFF,0xFFFF,0xFFFF)
    +    bn_pack4(0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF),
    +    bn_pack4(0x4B82, 0xD120, 0xA93A, 0xD2CA),
    +    bn_pack4(0x43DB, 0x5BFC, 0xE0FD, 0x108E),
    +    bn_pack4(0x08E2, 0x4FA0, 0x74E5, 0xAB31),
    +    bn_pack4(0x7709, 0x88C0, 0xBAD9, 0x46E2),
    +    bn_pack4(0xBBE1, 0x1757, 0x7A61, 0x5D6C),
    +    bn_pack4(0x521F, 0x2B18, 0x177B, 0x200C),
    +    bn_pack4(0xD876, 0x0273, 0x3EC8, 0x6A64),
    +    bn_pack4(0xF12F, 0xFA06, 0xD98A, 0x0864),
    +    bn_pack4(0xCEE3, 0xD226, 0x1AD2, 0xEE6B),
    +    bn_pack4(0x1E8C, 0x94E0, 0x4A25, 0x619D),
    +    bn_pack4(0xABF5, 0xAE8C, 0xDB09, 0x33D7),
    +    bn_pack4(0xB397, 0x0F85, 0xA6E1, 0xE4C7),
    +    bn_pack4(0x8AEA, 0x7157, 0x5D06, 0x0C7D),
    +    bn_pack4(0xECFB, 0x8504, 0x58DB, 0xEF0A),
    +    bn_pack4(0xA855, 0x21AB, 0xDF1C, 0xBA64),
    +    bn_pack4(0xAD33, 0x170D, 0x0450, 0x7A33),
    +    bn_pack4(0x1572, 0x8E5A, 0x8AAA, 0xC42D),
    +    bn_pack4(0x15D2, 0x2618, 0x98FA, 0x0510),
    +    bn_pack4(0x3995, 0x497C, 0xEA95, 0x6AE5),
    +    bn_pack4(0xDE2B, 0xCBF6, 0x9558, 0x1718),
    +    bn_pack4(0xB5C5, 0x5DF0, 0x6F4C, 0x52C9),
    +    bn_pack4(0x9B27, 0x83A2, 0xEC07, 0xA28F),
    +    bn_pack4(0xE39E, 0x772C, 0x180E, 0x8603),
    +    bn_pack4(0x3290, 0x5E46, 0x2E36, 0xCE3B),
    +    bn_pack4(0xF174, 0x6C08, 0xCA18, 0x217C),
    +    bn_pack4(0x670C, 0x354E, 0x4ABC, 0x9804),
    +    bn_pack4(0x9ED5, 0x2907, 0x7096, 0x966D),
    +    bn_pack4(0x1C62, 0xF356, 0x2085, 0x52BB),
    +    bn_pack4(0x8365, 0x5D23, 0xDCA3, 0xAD96),
    +    bn_pack4(0x6916, 0x3FA8, 0xFD24, 0xCF5F),
    +    bn_pack4(0x98DA, 0x4836, 0x1C55, 0xD39A),
    +    bn_pack4(0xC200, 0x7CB8, 0xA163, 0xBF05),
    +    bn_pack4(0x4928, 0x6651, 0xECE4, 0x5B3D),
    +    bn_pack4(0xAE9F, 0x2411, 0x7C4B, 0x1FE6),
    +    bn_pack4(0xEE38, 0x6BFB, 0x5A89, 0x9FA5),
    +    bn_pack4(0x0BFF, 0x5CB6, 0xF406, 0xB7ED),
    +    bn_pack4(0xF44C, 0x42E9, 0xA637, 0xED6B),
    +    bn_pack4(0xE485, 0xB576, 0x625E, 0x7EC6),
    +    bn_pack4(0x4FE1, 0x356D, 0x6D51, 0xC245),
    +    bn_pack4(0x302B, 0x0A6D, 0xF25F, 0x1437),
    +    bn_pack4(0xEF95, 0x19B3, 0xCD3A, 0x431B),
    +    bn_pack4(0x514A, 0x0879, 0x8E34, 0x04DD),
    +    bn_pack4(0x020B, 0xBEA6, 0x3B13, 0x9B22),
    +    bn_pack4(0x2902, 0x4E08, 0x8A67, 0xCC74),
    +    bn_pack4(0xC4C6, 0x628B, 0x80DC, 0x1CD1),
    +    bn_pack4(0xC90F, 0xDAA2, 0x2168, 0xC234),
    +    bn_pack4(0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF)
     };
    +
     static BIGNUM bn_group_3072 = {
    -	bn_group_3072_value,
    -	(sizeof bn_group_3072_value)/sizeof(BN_ULONG),
    -	(sizeof bn_group_3072_value)/sizeof(BN_ULONG),
    -	0,
    -	BN_FLG_STATIC_DATA
    +    bn_group_3072_value,
    +    (sizeof bn_group_3072_value) / sizeof(BN_ULONG),
    +    (sizeof bn_group_3072_value) / sizeof(BN_ULONG),
    +    0,
    +    BN_FLG_STATIC_DATA
     };
     
     static BN_ULONG bn_group_4096_value[] = {
    -	bn_pack4(0xFFFF,0xFFFF,0xFFFF,0xFFFF),
    -	bn_pack4(0x4DF4,0x35C9,0x3406,0x3199),
    -	bn_pack4(0x86FF,0xB7DC,0x90A6,0xC08F),
    -	bn_pack4(0x93B4,0xEA98,0x8D8F,0xDDC1),
    -	bn_pack4(0xD006,0x9127,0xD5B0,0x5AA9),
    -	bn_pack4(0xB81B,0xDD76,0x2170,0x481C),
    -	bn_pack4(0x1F61,0x2970,0xCEE2,0xD7AF),
    -	bn_pack4(0x233B,0xA186,0x515B,0xE7ED),
    -	bn_pack4(0x99B2,0x964F,0xA090,0xC3A2),
    -	bn_pack4(0x287C,0x5947,0x4E6B,0xC05D),
    -	bn_pack4(0x2E8E,0xFC14,0x1FBE,0xCAA6),
    -	bn_pack4(0xDBBB,0xC2DB,0x04DE,0x8EF9),
    -	bn_pack4(0x2583,0xE9CA,0x2AD4,0x4CE8),
    -	bn_pack4(0x1A94,0x6834,0xB615,0x0BDA),
    -	bn_pack4(0x99C3,0x2718,0x6AF4,0xE23C),
    -	bn_pack4(0x8871,0x9A10,0xBDBA,0x5B26),
    -	bn_pack4(0x1A72,0x3C12,0xA787,0xE6D7),
    -	bn_pack4(0x4B82,0xD120,0xA921,0x0801),
    -	bn_pack4(0x43DB,0x5BFC,0xE0FD,0x108E),
    -	bn_pack4(0x08E2,0x4FA0,0x74E5,0xAB31),
    -	bn_pack4(0x7709,0x88C0,0xBAD9,0x46E2),
    -	bn_pack4(0xBBE1,0x1757,0x7A61,0x5D6C),
    -	bn_pack4(0x521F,0x2B18,0x177B,0x200C),
    -	bn_pack4(0xD876,0x0273,0x3EC8,0x6A64),
    -	bn_pack4(0xF12F,0xFA06,0xD98A,0x0864),
    -	bn_pack4(0xCEE3,0xD226,0x1AD2,0xEE6B),
    -	bn_pack4(0x1E8C,0x94E0,0x4A25,0x619D),
    -	bn_pack4(0xABF5,0xAE8C,0xDB09,0x33D7),
    -	bn_pack4(0xB397,0x0F85,0xA6E1,0xE4C7),
    -	bn_pack4(0x8AEA,0x7157,0x5D06,0x0C7D),
    -	bn_pack4(0xECFB,0x8504,0x58DB,0xEF0A),
    -	bn_pack4(0xA855,0x21AB,0xDF1C,0xBA64),
    -	bn_pack4(0xAD33,0x170D,0x0450,0x7A33),
    -	bn_pack4(0x1572,0x8E5A,0x8AAA,0xC42D),
    -	bn_pack4(0x15D2,0x2618,0x98FA,0x0510),
    -	bn_pack4(0x3995,0x497C,0xEA95,0x6AE5),
    -	bn_pack4(0xDE2B,0xCBF6,0x9558,0x1718),
    -	bn_pack4(0xB5C5,0x5DF0,0x6F4C,0x52C9),
    -	bn_pack4(0x9B27,0x83A2,0xEC07,0xA28F),
    -	bn_pack4(0xE39E,0x772C,0x180E,0x8603),
    -	bn_pack4(0x3290,0x5E46,0x2E36,0xCE3B),
    -	bn_pack4(0xF174,0x6C08,0xCA18,0x217C),
    -	bn_pack4(0x670C,0x354E,0x4ABC,0x9804),
    -	bn_pack4(0x9ED5,0x2907,0x7096,0x966D),
    -	bn_pack4(0x1C62,0xF356,0x2085,0x52BB),
    -	bn_pack4(0x8365,0x5D23,0xDCA3,0xAD96),
    -	bn_pack4(0x6916,0x3FA8,0xFD24,0xCF5F),
    -	bn_pack4(0x98DA,0x4836,0x1C55,0xD39A),
    -	bn_pack4(0xC200,0x7CB8,0xA163,0xBF05),
    -	bn_pack4(0x4928,0x6651,0xECE4,0x5B3D),
    -	bn_pack4(0xAE9F,0x2411,0x7C4B,0x1FE6),
    -	bn_pack4(0xEE38,0x6BFB,0x5A89,0x9FA5),
    -	bn_pack4(0x0BFF,0x5CB6,0xF406,0xB7ED),
    -	bn_pack4(0xF44C,0x42E9,0xA637,0xED6B),
    -	bn_pack4(0xE485,0xB576,0x625E,0x7EC6),
    -	bn_pack4(0x4FE1,0x356D,0x6D51,0xC245),
    -	bn_pack4(0x302B,0x0A6D,0xF25F,0x1437),
    -	bn_pack4(0xEF95,0x19B3,0xCD3A,0x431B),
    -	bn_pack4(0x514A,0x0879,0x8E34,0x04DD),
    -	bn_pack4(0x020B,0xBEA6,0x3B13,0x9B22),
    -	bn_pack4(0x2902,0x4E08,0x8A67,0xCC74),
    -	bn_pack4(0xC4C6,0x628B,0x80DC,0x1CD1),
    -	bn_pack4(0xC90F,0xDAA2,0x2168,0xC234),
    -	bn_pack4(0xFFFF,0xFFFF,0xFFFF,0xFFFF)
    +    bn_pack4(0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF),
    +    bn_pack4(0x4DF4, 0x35C9, 0x3406, 0x3199),
    +    bn_pack4(0x86FF, 0xB7DC, 0x90A6, 0xC08F),
    +    bn_pack4(0x93B4, 0xEA98, 0x8D8F, 0xDDC1),
    +    bn_pack4(0xD006, 0x9127, 0xD5B0, 0x5AA9),
    +    bn_pack4(0xB81B, 0xDD76, 0x2170, 0x481C),
    +    bn_pack4(0x1F61, 0x2970, 0xCEE2, 0xD7AF),
    +    bn_pack4(0x233B, 0xA186, 0x515B, 0xE7ED),
    +    bn_pack4(0x99B2, 0x964F, 0xA090, 0xC3A2),
    +    bn_pack4(0x287C, 0x5947, 0x4E6B, 0xC05D),
    +    bn_pack4(0x2E8E, 0xFC14, 0x1FBE, 0xCAA6),
    +    bn_pack4(0xDBBB, 0xC2DB, 0x04DE, 0x8EF9),
    +    bn_pack4(0x2583, 0xE9CA, 0x2AD4, 0x4CE8),
    +    bn_pack4(0x1A94, 0x6834, 0xB615, 0x0BDA),
    +    bn_pack4(0x99C3, 0x2718, 0x6AF4, 0xE23C),
    +    bn_pack4(0x8871, 0x9A10, 0xBDBA, 0x5B26),
    +    bn_pack4(0x1A72, 0x3C12, 0xA787, 0xE6D7),
    +    bn_pack4(0x4B82, 0xD120, 0xA921, 0x0801),
    +    bn_pack4(0x43DB, 0x5BFC, 0xE0FD, 0x108E),
    +    bn_pack4(0x08E2, 0x4FA0, 0x74E5, 0xAB31),
    +    bn_pack4(0x7709, 0x88C0, 0xBAD9, 0x46E2),
    +    bn_pack4(0xBBE1, 0x1757, 0x7A61, 0x5D6C),
    +    bn_pack4(0x521F, 0x2B18, 0x177B, 0x200C),
    +    bn_pack4(0xD876, 0x0273, 0x3EC8, 0x6A64),
    +    bn_pack4(0xF12F, 0xFA06, 0xD98A, 0x0864),
    +    bn_pack4(0xCEE3, 0xD226, 0x1AD2, 0xEE6B),
    +    bn_pack4(0x1E8C, 0x94E0, 0x4A25, 0x619D),
    +    bn_pack4(0xABF5, 0xAE8C, 0xDB09, 0x33D7),
    +    bn_pack4(0xB397, 0x0F85, 0xA6E1, 0xE4C7),
    +    bn_pack4(0x8AEA, 0x7157, 0x5D06, 0x0C7D),
    +    bn_pack4(0xECFB, 0x8504, 0x58DB, 0xEF0A),
    +    bn_pack4(0xA855, 0x21AB, 0xDF1C, 0xBA64),
    +    bn_pack4(0xAD33, 0x170D, 0x0450, 0x7A33),
    +    bn_pack4(0x1572, 0x8E5A, 0x8AAA, 0xC42D),
    +    bn_pack4(0x15D2, 0x2618, 0x98FA, 0x0510),
    +    bn_pack4(0x3995, 0x497C, 0xEA95, 0x6AE5),
    +    bn_pack4(0xDE2B, 0xCBF6, 0x9558, 0x1718),
    +    bn_pack4(0xB5C5, 0x5DF0, 0x6F4C, 0x52C9),
    +    bn_pack4(0x9B27, 0x83A2, 0xEC07, 0xA28F),
    +    bn_pack4(0xE39E, 0x772C, 0x180E, 0x8603),
    +    bn_pack4(0x3290, 0x5E46, 0x2E36, 0xCE3B),
    +    bn_pack4(0xF174, 0x6C08, 0xCA18, 0x217C),
    +    bn_pack4(0x670C, 0x354E, 0x4ABC, 0x9804),
    +    bn_pack4(0x9ED5, 0x2907, 0x7096, 0x966D),
    +    bn_pack4(0x1C62, 0xF356, 0x2085, 0x52BB),
    +    bn_pack4(0x8365, 0x5D23, 0xDCA3, 0xAD96),
    +    bn_pack4(0x6916, 0x3FA8, 0xFD24, 0xCF5F),
    +    bn_pack4(0x98DA, 0x4836, 0x1C55, 0xD39A),
    +    bn_pack4(0xC200, 0x7CB8, 0xA163, 0xBF05),
    +    bn_pack4(0x4928, 0x6651, 0xECE4, 0x5B3D),
    +    bn_pack4(0xAE9F, 0x2411, 0x7C4B, 0x1FE6),
    +    bn_pack4(0xEE38, 0x6BFB, 0x5A89, 0x9FA5),
    +    bn_pack4(0x0BFF, 0x5CB6, 0xF406, 0xB7ED),
    +    bn_pack4(0xF44C, 0x42E9, 0xA637, 0xED6B),
    +    bn_pack4(0xE485, 0xB576, 0x625E, 0x7EC6),
    +    bn_pack4(0x4FE1, 0x356D, 0x6D51, 0xC245),
    +    bn_pack4(0x302B, 0x0A6D, 0xF25F, 0x1437),
    +    bn_pack4(0xEF95, 0x19B3, 0xCD3A, 0x431B),
    +    bn_pack4(0x514A, 0x0879, 0x8E34, 0x04DD),
    +    bn_pack4(0x020B, 0xBEA6, 0x3B13, 0x9B22),
    +    bn_pack4(0x2902, 0x4E08, 0x8A67, 0xCC74),
    +    bn_pack4(0xC4C6, 0x628B, 0x80DC, 0x1CD1),
    +    bn_pack4(0xC90F, 0xDAA2, 0x2168, 0xC234),
    +    bn_pack4(0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF)
     };
    +
     static BIGNUM bn_group_4096 = {
    -	bn_group_4096_value,
    -	(sizeof bn_group_4096_value)/sizeof(BN_ULONG),
    -	(sizeof bn_group_4096_value)/sizeof(BN_ULONG),
    -	0,
    -	BN_FLG_STATIC_DATA
    +    bn_group_4096_value,
    +    (sizeof bn_group_4096_value) / sizeof(BN_ULONG),
    +    (sizeof bn_group_4096_value) / sizeof(BN_ULONG),
    +    0,
    +    BN_FLG_STATIC_DATA
     };
     
     static BN_ULONG bn_group_6144_value[] = {
    -	bn_pack4(0xFFFF,0xFFFF,0xFFFF,0xFFFF),
    -	bn_pack4(0xE694,0xF91E,0x6DCC,0x4024),
    -	bn_pack4(0x12BF,0x2D5B,0x0B74,0x74D6),
    -	bn_pack4(0x043E,0x8F66,0x3F48,0x60EE),
    -	bn_pack4(0x387F,0xE8D7,0x6E3C,0x0468),
    -	bn_pack4(0xDA56,0xC9EC,0x2EF2,0x9632),
    -	bn_pack4(0xEB19,0xCCB1,0xA313,0xD55C),
    -	bn_pack4(0xF550,0xAA3D,0x8A1F,0xBFF0),
    -	bn_pack4(0x06A1,0xD58B,0xB7C5,0xDA76),
    -	bn_pack4(0xA797,0x15EE,0xF29B,0xE328),
    -	bn_pack4(0x14CC,0x5ED2,0x0F80,0x37E0),
    -	bn_pack4(0xCC8F,0x6D7E,0xBF48,0xE1D8),
    -	bn_pack4(0x4BD4,0x07B2,0x2B41,0x54AA),
    -	bn_pack4(0x0F1D,0x45B7,0xFF58,0x5AC5),
    -	bn_pack4(0x23A9,0x7A7E,0x36CC,0x88BE),
    -	bn_pack4(0x59E7,0xC97F,0xBEC7,0xE8F3),
    -	bn_pack4(0xB5A8,0x4031,0x900B,0x1C9E),
    -	bn_pack4(0xD55E,0x702F,0x4698,0x0C82),
    -	bn_pack4(0xF482,0xD7CE,0x6E74,0xFEF6),
    -	bn_pack4(0xF032,0xEA15,0xD172,0x1D03),
    -	bn_pack4(0x5983,0xCA01,0xC64B,0x92EC),
    -	bn_pack4(0x6FB8,0xF401,0x378C,0xD2BF),
    -	bn_pack4(0x3320,0x5151,0x2BD7,0xAF42),
    -	bn_pack4(0xDB7F,0x1447,0xE6CC,0x254B),
    -	bn_pack4(0x44CE,0x6CBA,0xCED4,0xBB1B),
    -	bn_pack4(0xDA3E,0xDBEB,0xCF9B,0x14ED),
    -	bn_pack4(0x1797,0x27B0,0x865A,0x8918),
    -	bn_pack4(0xB06A,0x53ED,0x9027,0xD831),
    -	bn_pack4(0xE5DB,0x382F,0x4130,0x01AE),
    -	bn_pack4(0xF8FF,0x9406,0xAD9E,0x530E),
    -	bn_pack4(0xC975,0x1E76,0x3DBA,0x37BD),
    -	bn_pack4(0xC1D4,0xDCB2,0x6026,0x46DE),
    -	bn_pack4(0x36C3,0xFAB4,0xD27C,0x7026),
    -	bn_pack4(0x4DF4,0x35C9,0x3402,0x8492),
    -	bn_pack4(0x86FF,0xB7DC,0x90A6,0xC08F),
    -	bn_pack4(0x93B4,0xEA98,0x8D8F,0xDDC1),
    -	bn_pack4(0xD006,0x9127,0xD5B0,0x5AA9),
    -	bn_pack4(0xB81B,0xDD76,0x2170,0x481C),
    -	bn_pack4(0x1F61,0x2970,0xCEE2,0xD7AF),
    -	bn_pack4(0x233B,0xA186,0x515B,0xE7ED),
    -	bn_pack4(0x99B2,0x964F,0xA090,0xC3A2),
    -	bn_pack4(0x287C,0x5947,0x4E6B,0xC05D),
    -	bn_pack4(0x2E8E,0xFC14,0x1FBE,0xCAA6),
    -	bn_pack4(0xDBBB,0xC2DB,0x04DE,0x8EF9),
    -	bn_pack4(0x2583,0xE9CA,0x2AD4,0x4CE8),
    -	bn_pack4(0x1A94,0x6834,0xB615,0x0BDA),
    -	bn_pack4(0x99C3,0x2718,0x6AF4,0xE23C),
    -	bn_pack4(0x8871,0x9A10,0xBDBA,0x5B26),
    -	bn_pack4(0x1A72,0x3C12,0xA787,0xE6D7),
    -	bn_pack4(0x4B82,0xD120,0xA921,0x0801),
    -	bn_pack4(0x43DB,0x5BFC,0xE0FD,0x108E),
    -	bn_pack4(0x08E2,0x4FA0,0x74E5,0xAB31),
    -	bn_pack4(0x7709,0x88C0,0xBAD9,0x46E2),
    -	bn_pack4(0xBBE1,0x1757,0x7A61,0x5D6C),
    -	bn_pack4(0x521F,0x2B18,0x177B,0x200C),
    -	bn_pack4(0xD876,0x0273,0x3EC8,0x6A64),
    -	bn_pack4(0xF12F,0xFA06,0xD98A,0x0864),
    -	bn_pack4(0xCEE3,0xD226,0x1AD2,0xEE6B),
    -	bn_pack4(0x1E8C,0x94E0,0x4A25,0x619D),
    -	bn_pack4(0xABF5,0xAE8C,0xDB09,0x33D7),
    -	bn_pack4(0xB397,0x0F85,0xA6E1,0xE4C7),
    -	bn_pack4(0x8AEA,0x7157,0x5D06,0x0C7D),
    -	bn_pack4(0xECFB,0x8504,0x58DB,0xEF0A),
    -	bn_pack4(0xA855,0x21AB,0xDF1C,0xBA64),
    -	bn_pack4(0xAD33,0x170D,0x0450,0x7A33),
    -	bn_pack4(0x1572,0x8E5A,0x8AAA,0xC42D),
    -	bn_pack4(0x15D2,0x2618,0x98FA,0x0510),
    -	bn_pack4(0x3995,0x497C,0xEA95,0x6AE5),
    -	bn_pack4(0xDE2B,0xCBF6,0x9558,0x1718),
    -	bn_pack4(0xB5C5,0x5DF0,0x6F4C,0x52C9),
    -	bn_pack4(0x9B27,0x83A2,0xEC07,0xA28F),
    -	bn_pack4(0xE39E,0x772C,0x180E,0x8603),
    -	bn_pack4(0x3290,0x5E46,0x2E36,0xCE3B),
    -	bn_pack4(0xF174,0x6C08,0xCA18,0x217C),
    -	bn_pack4(0x670C,0x354E,0x4ABC,0x9804),
    -	bn_pack4(0x9ED5,0x2907,0x7096,0x966D),
    -	bn_pack4(0x1C62,0xF356,0x2085,0x52BB),
    -	bn_pack4(0x8365,0x5D23,0xDCA3,0xAD96),
    -	bn_pack4(0x6916,0x3FA8,0xFD24,0xCF5F),
    -	bn_pack4(0x98DA,0x4836,0x1C55,0xD39A),
    -	bn_pack4(0xC200,0x7CB8,0xA163,0xBF05),
    -	bn_pack4(0x4928,0x6651,0xECE4,0x5B3D),
    -	bn_pack4(0xAE9F,0x2411,0x7C4B,0x1FE6),
    -	bn_pack4(0xEE38,0x6BFB,0x5A89,0x9FA5),
    -	bn_pack4(0x0BFF,0x5CB6,0xF406,0xB7ED),
    -	bn_pack4(0xF44C,0x42E9,0xA637,0xED6B),
    -	bn_pack4(0xE485,0xB576,0x625E,0x7EC6),
    -	bn_pack4(0x4FE1,0x356D,0x6D51,0xC245),
    -	bn_pack4(0x302B,0x0A6D,0xF25F,0x1437),
    -	bn_pack4(0xEF95,0x19B3,0xCD3A,0x431B),
    -	bn_pack4(0x514A,0x0879,0x8E34,0x04DD),
    -	bn_pack4(0x020B,0xBEA6,0x3B13,0x9B22),
    -	bn_pack4(0x2902,0x4E08,0x8A67,0xCC74),
    -	bn_pack4(0xC4C6,0x628B,0x80DC,0x1CD1),
    -	bn_pack4(0xC90F,0xDAA2,0x2168,0xC234),
    -	bn_pack4(0xFFFF,0xFFFF,0xFFFF,0xFFFF)
    +    bn_pack4(0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF),
    +    bn_pack4(0xE694, 0xF91E, 0x6DCC, 0x4024),
    +    bn_pack4(0x12BF, 0x2D5B, 0x0B74, 0x74D6),
    +    bn_pack4(0x043E, 0x8F66, 0x3F48, 0x60EE),
    +    bn_pack4(0x387F, 0xE8D7, 0x6E3C, 0x0468),
    +    bn_pack4(0xDA56, 0xC9EC, 0x2EF2, 0x9632),
    +    bn_pack4(0xEB19, 0xCCB1, 0xA313, 0xD55C),
    +    bn_pack4(0xF550, 0xAA3D, 0x8A1F, 0xBFF0),
    +    bn_pack4(0x06A1, 0xD58B, 0xB7C5, 0xDA76),
    +    bn_pack4(0xA797, 0x15EE, 0xF29B, 0xE328),
    +    bn_pack4(0x14CC, 0x5ED2, 0x0F80, 0x37E0),
    +    bn_pack4(0xCC8F, 0x6D7E, 0xBF48, 0xE1D8),
    +    bn_pack4(0x4BD4, 0x07B2, 0x2B41, 0x54AA),
    +    bn_pack4(0x0F1D, 0x45B7, 0xFF58, 0x5AC5),
    +    bn_pack4(0x23A9, 0x7A7E, 0x36CC, 0x88BE),
    +    bn_pack4(0x59E7, 0xC97F, 0xBEC7, 0xE8F3),
    +    bn_pack4(0xB5A8, 0x4031, 0x900B, 0x1C9E),
    +    bn_pack4(0xD55E, 0x702F, 0x4698, 0x0C82),
    +    bn_pack4(0xF482, 0xD7CE, 0x6E74, 0xFEF6),
    +    bn_pack4(0xF032, 0xEA15, 0xD172, 0x1D03),
    +    bn_pack4(0x5983, 0xCA01, 0xC64B, 0x92EC),
    +    bn_pack4(0x6FB8, 0xF401, 0x378C, 0xD2BF),
    +    bn_pack4(0x3320, 0x5151, 0x2BD7, 0xAF42),
    +    bn_pack4(0xDB7F, 0x1447, 0xE6CC, 0x254B),
    +    bn_pack4(0x44CE, 0x6CBA, 0xCED4, 0xBB1B),
    +    bn_pack4(0xDA3E, 0xDBEB, 0xCF9B, 0x14ED),
    +    bn_pack4(0x1797, 0x27B0, 0x865A, 0x8918),
    +    bn_pack4(0xB06A, 0x53ED, 0x9027, 0xD831),
    +    bn_pack4(0xE5DB, 0x382F, 0x4130, 0x01AE),
    +    bn_pack4(0xF8FF, 0x9406, 0xAD9E, 0x530E),
    +    bn_pack4(0xC975, 0x1E76, 0x3DBA, 0x37BD),
    +    bn_pack4(0xC1D4, 0xDCB2, 0x6026, 0x46DE),
    +    bn_pack4(0x36C3, 0xFAB4, 0xD27C, 0x7026),
    +    bn_pack4(0x4DF4, 0x35C9, 0x3402, 0x8492),
    +    bn_pack4(0x86FF, 0xB7DC, 0x90A6, 0xC08F),
    +    bn_pack4(0x93B4, 0xEA98, 0x8D8F, 0xDDC1),
    +    bn_pack4(0xD006, 0x9127, 0xD5B0, 0x5AA9),
    +    bn_pack4(0xB81B, 0xDD76, 0x2170, 0x481C),
    +    bn_pack4(0x1F61, 0x2970, 0xCEE2, 0xD7AF),
    +    bn_pack4(0x233B, 0xA186, 0x515B, 0xE7ED),
    +    bn_pack4(0x99B2, 0x964F, 0xA090, 0xC3A2),
    +    bn_pack4(0x287C, 0x5947, 0x4E6B, 0xC05D),
    +    bn_pack4(0x2E8E, 0xFC14, 0x1FBE, 0xCAA6),
    +    bn_pack4(0xDBBB, 0xC2DB, 0x04DE, 0x8EF9),
    +    bn_pack4(0x2583, 0xE9CA, 0x2AD4, 0x4CE8),
    +    bn_pack4(0x1A94, 0x6834, 0xB615, 0x0BDA),
    +    bn_pack4(0x99C3, 0x2718, 0x6AF4, 0xE23C),
    +    bn_pack4(0x8871, 0x9A10, 0xBDBA, 0x5B26),
    +    bn_pack4(0x1A72, 0x3C12, 0xA787, 0xE6D7),
    +    bn_pack4(0x4B82, 0xD120, 0xA921, 0x0801),
    +    bn_pack4(0x43DB, 0x5BFC, 0xE0FD, 0x108E),
    +    bn_pack4(0x08E2, 0x4FA0, 0x74E5, 0xAB31),
    +    bn_pack4(0x7709, 0x88C0, 0xBAD9, 0x46E2),
    +    bn_pack4(0xBBE1, 0x1757, 0x7A61, 0x5D6C),
    +    bn_pack4(0x521F, 0x2B18, 0x177B, 0x200C),
    +    bn_pack4(0xD876, 0x0273, 0x3EC8, 0x6A64),
    +    bn_pack4(0xF12F, 0xFA06, 0xD98A, 0x0864),
    +    bn_pack4(0xCEE3, 0xD226, 0x1AD2, 0xEE6B),
    +    bn_pack4(0x1E8C, 0x94E0, 0x4A25, 0x619D),
    +    bn_pack4(0xABF5, 0xAE8C, 0xDB09, 0x33D7),
    +    bn_pack4(0xB397, 0x0F85, 0xA6E1, 0xE4C7),
    +    bn_pack4(0x8AEA, 0x7157, 0x5D06, 0x0C7D),
    +    bn_pack4(0xECFB, 0x8504, 0x58DB, 0xEF0A),
    +    bn_pack4(0xA855, 0x21AB, 0xDF1C, 0xBA64),
    +    bn_pack4(0xAD33, 0x170D, 0x0450, 0x7A33),
    +    bn_pack4(0x1572, 0x8E5A, 0x8AAA, 0xC42D),
    +    bn_pack4(0x15D2, 0x2618, 0x98FA, 0x0510),
    +    bn_pack4(0x3995, 0x497C, 0xEA95, 0x6AE5),
    +    bn_pack4(0xDE2B, 0xCBF6, 0x9558, 0x1718),
    +    bn_pack4(0xB5C5, 0x5DF0, 0x6F4C, 0x52C9),
    +    bn_pack4(0x9B27, 0x83A2, 0xEC07, 0xA28F),
    +    bn_pack4(0xE39E, 0x772C, 0x180E, 0x8603),
    +    bn_pack4(0x3290, 0x5E46, 0x2E36, 0xCE3B),
    +    bn_pack4(0xF174, 0x6C08, 0xCA18, 0x217C),
    +    bn_pack4(0x670C, 0x354E, 0x4ABC, 0x9804),
    +    bn_pack4(0x9ED5, 0x2907, 0x7096, 0x966D),
    +    bn_pack4(0x1C62, 0xF356, 0x2085, 0x52BB),
    +    bn_pack4(0x8365, 0x5D23, 0xDCA3, 0xAD96),
    +    bn_pack4(0x6916, 0x3FA8, 0xFD24, 0xCF5F),
    +    bn_pack4(0x98DA, 0x4836, 0x1C55, 0xD39A),
    +    bn_pack4(0xC200, 0x7CB8, 0xA163, 0xBF05),
    +    bn_pack4(0x4928, 0x6651, 0xECE4, 0x5B3D),
    +    bn_pack4(0xAE9F, 0x2411, 0x7C4B, 0x1FE6),
    +    bn_pack4(0xEE38, 0x6BFB, 0x5A89, 0x9FA5),
    +    bn_pack4(0x0BFF, 0x5CB6, 0xF406, 0xB7ED),
    +    bn_pack4(0xF44C, 0x42E9, 0xA637, 0xED6B),
    +    bn_pack4(0xE485, 0xB576, 0x625E, 0x7EC6),
    +    bn_pack4(0x4FE1, 0x356D, 0x6D51, 0xC245),
    +    bn_pack4(0x302B, 0x0A6D, 0xF25F, 0x1437),
    +    bn_pack4(0xEF95, 0x19B3, 0xCD3A, 0x431B),
    +    bn_pack4(0x514A, 0x0879, 0x8E34, 0x04DD),
    +    bn_pack4(0x020B, 0xBEA6, 0x3B13, 0x9B22),
    +    bn_pack4(0x2902, 0x4E08, 0x8A67, 0xCC74),
    +    bn_pack4(0xC4C6, 0x628B, 0x80DC, 0x1CD1),
    +    bn_pack4(0xC90F, 0xDAA2, 0x2168, 0xC234),
    +    bn_pack4(0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF)
     };
    +
     static BIGNUM bn_group_6144 = {
    -	bn_group_6144_value,
    -	(sizeof bn_group_6144_value)/sizeof(BN_ULONG),
    -	(sizeof bn_group_6144_value)/sizeof(BN_ULONG),
    -	0,
    -	BN_FLG_STATIC_DATA
    +    bn_group_6144_value,
    +    (sizeof bn_group_6144_value) / sizeof(BN_ULONG),
    +    (sizeof bn_group_6144_value) / sizeof(BN_ULONG),
    +    0,
    +    BN_FLG_STATIC_DATA
     };
     
     static BN_ULONG bn_group_8192_value[] = {
    -	bn_pack4(0xFFFF,0xFFFF,0xFFFF,0xFFFF),
    -	bn_pack4(0x60C9,0x80DD,0x98ED,0xD3DF),
    -	bn_pack4(0xC81F,0x56E8,0x80B9,0x6E71),
    -	bn_pack4(0x9E30,0x50E2,0x7656,0x94DF),
    -	bn_pack4(0x9558,0xE447,0x5677,0xE9AA),
    -	bn_pack4(0xC919,0x0DA6,0xFC02,0x6E47),
    -	bn_pack4(0x889A,0x002E,0xD5EE,0x382B),
    -	bn_pack4(0x4009,0x438B,0x481C,0x6CD7),
    -	bn_pack4(0x3590,0x46F4,0xEB87,0x9F92),
    -	bn_pack4(0xFAF3,0x6BC3,0x1ECF,0xA268),
    -	bn_pack4(0xB1D5,0x10BD,0x7EE7,0x4D73),
    -	bn_pack4(0xF9AB,0x4819,0x5DED,0x7EA1),
    -	bn_pack4(0x64F3,0x1CC5,0x0846,0x851D),
    -	bn_pack4(0x4597,0xE899,0xA025,0x5DC1),
    -	bn_pack4(0xDF31,0x0EE0,0x74AB,0x6A36),
    -	bn_pack4(0x6D2A,0x13F8,0x3F44,0xF82D),
    -	bn_pack4(0x062B,0x3CF5,0xB3A2,0x78A6),
    -	bn_pack4(0x7968,0x3303,0xED5B,0xDD3A),
    -	bn_pack4(0xFA9D,0x4B7F,0xA2C0,0x87E8),
    -	bn_pack4(0x4BCB,0xC886,0x2F83,0x85DD),
    -	bn_pack4(0x3473,0xFC64,0x6CEA,0x306B),
    -	bn_pack4(0x13EB,0x57A8,0x1A23,0xF0C7),
    -	bn_pack4(0x2222,0x2E04,0xA403,0x7C07),
    -	bn_pack4(0xE3FD,0xB8BE,0xFC84,0x8AD9),
    -	bn_pack4(0x238F,0x16CB,0xE39D,0x652D),
    -	bn_pack4(0x3423,0xB474,0x2BF1,0xC978),
    -	bn_pack4(0x3AAB,0x639C,0x5AE4,0xF568),
    -	bn_pack4(0x2576,0xF693,0x6BA4,0x2466),
    -	bn_pack4(0x741F,0xA7BF,0x8AFC,0x47ED),
    -	bn_pack4(0x3BC8,0x32B6,0x8D9D,0xD300),
    -	bn_pack4(0xD8BE,0xC4D0,0x73B9,0x31BA),
    -	bn_pack4(0x3877,0x7CB6,0xA932,0xDF8C),
    -	bn_pack4(0x74A3,0x926F,0x12FE,0xE5E4),
    -	bn_pack4(0xE694,0xF91E,0x6DBE,0x1159),
    -	bn_pack4(0x12BF,0x2D5B,0x0B74,0x74D6),
    -	bn_pack4(0x043E,0x8F66,0x3F48,0x60EE),
    -	bn_pack4(0x387F,0xE8D7,0x6E3C,0x0468),
    -	bn_pack4(0xDA56,0xC9EC,0x2EF2,0x9632),
    -	bn_pack4(0xEB19,0xCCB1,0xA313,0xD55C),
    -	bn_pack4(0xF550,0xAA3D,0x8A1F,0xBFF0),
    -	bn_pack4(0x06A1,0xD58B,0xB7C5,0xDA76),
    -	bn_pack4(0xA797,0x15EE,0xF29B,0xE328),
    -	bn_pack4(0x14CC,0x5ED2,0x0F80,0x37E0),
    -	bn_pack4(0xCC8F,0x6D7E,0xBF48,0xE1D8),
    -	bn_pack4(0x4BD4,0x07B2,0x2B41,0x54AA),
    -	bn_pack4(0x0F1D,0x45B7,0xFF58,0x5AC5),
    -	bn_pack4(0x23A9,0x7A7E,0x36CC,0x88BE),
    -	bn_pack4(0x59E7,0xC97F,0xBEC7,0xE8F3),
    -	bn_pack4(0xB5A8,0x4031,0x900B,0x1C9E),
    -	bn_pack4(0xD55E,0x702F,0x4698,0x0C82),
    -	bn_pack4(0xF482,0xD7CE,0x6E74,0xFEF6),
    -	bn_pack4(0xF032,0xEA15,0xD172,0x1D03),
    -	bn_pack4(0x5983,0xCA01,0xC64B,0x92EC),
    -	bn_pack4(0x6FB8,0xF401,0x378C,0xD2BF),
    -	bn_pack4(0x3320,0x5151,0x2BD7,0xAF42),
    -	bn_pack4(0xDB7F,0x1447,0xE6CC,0x254B),
    -	bn_pack4(0x44CE,0x6CBA,0xCED4,0xBB1B),
    -	bn_pack4(0xDA3E,0xDBEB,0xCF9B,0x14ED),
    -	bn_pack4(0x1797,0x27B0,0x865A,0x8918),
    -	bn_pack4(0xB06A,0x53ED,0x9027,0xD831),
    -	bn_pack4(0xE5DB,0x382F,0x4130,0x01AE),
    -	bn_pack4(0xF8FF,0x9406,0xAD9E,0x530E),
    -	bn_pack4(0xC975,0x1E76,0x3DBA,0x37BD),
    -	bn_pack4(0xC1D4,0xDCB2,0x6026,0x46DE),
    -	bn_pack4(0x36C3,0xFAB4,0xD27C,0x7026),
    -	bn_pack4(0x4DF4,0x35C9,0x3402,0x8492),
    -	bn_pack4(0x86FF,0xB7DC,0x90A6,0xC08F),
    -	bn_pack4(0x93B4,0xEA98,0x8D8F,0xDDC1),
    -	bn_pack4(0xD006,0x9127,0xD5B0,0x5AA9),
    -	bn_pack4(0xB81B,0xDD76,0x2170,0x481C),
    -	bn_pack4(0x1F61,0x2970,0xCEE2,0xD7AF),
    -	bn_pack4(0x233B,0xA186,0x515B,0xE7ED),
    -	bn_pack4(0x99B2,0x964F,0xA090,0xC3A2),
    -	bn_pack4(0x287C,0x5947,0x4E6B,0xC05D),
    -	bn_pack4(0x2E8E,0xFC14,0x1FBE,0xCAA6),
    -	bn_pack4(0xDBBB,0xC2DB,0x04DE,0x8EF9),
    -	bn_pack4(0x2583,0xE9CA,0x2AD4,0x4CE8),
    -	bn_pack4(0x1A94,0x6834,0xB615,0x0BDA),
    -	bn_pack4(0x99C3,0x2718,0x6AF4,0xE23C),
    -	bn_pack4(0x8871,0x9A10,0xBDBA,0x5B26),
    -	bn_pack4(0x1A72,0x3C12,0xA787,0xE6D7),
    -	bn_pack4(0x4B82,0xD120,0xA921,0x0801),
    -	bn_pack4(0x43DB,0x5BFC,0xE0FD,0x108E),
    -	bn_pack4(0x08E2,0x4FA0,0x74E5,0xAB31),
    -	bn_pack4(0x7709,0x88C0,0xBAD9,0x46E2),
    -	bn_pack4(0xBBE1,0x1757,0x7A61,0x5D6C),
    -	bn_pack4(0x521F,0x2B18,0x177B,0x200C),
    -	bn_pack4(0xD876,0x0273,0x3EC8,0x6A64),
    -	bn_pack4(0xF12F,0xFA06,0xD98A,0x0864),
    -	bn_pack4(0xCEE3,0xD226,0x1AD2,0xEE6B),
    -	bn_pack4(0x1E8C,0x94E0,0x4A25,0x619D),
    -	bn_pack4(0xABF5,0xAE8C,0xDB09,0x33D7),
    -	bn_pack4(0xB397,0x0F85,0xA6E1,0xE4C7),
    -	bn_pack4(0x8AEA,0x7157,0x5D06,0x0C7D),
    -	bn_pack4(0xECFB,0x8504,0x58DB,0xEF0A),
    -	bn_pack4(0xA855,0x21AB,0xDF1C,0xBA64),
    -	bn_pack4(0xAD33,0x170D,0x0450,0x7A33),
    -	bn_pack4(0x1572,0x8E5A,0x8AAA,0xC42D),
    -	bn_pack4(0x15D2,0x2618,0x98FA,0x0510),
    -	bn_pack4(0x3995,0x497C,0xEA95,0x6AE5),
    -	bn_pack4(0xDE2B,0xCBF6,0x9558,0x1718),
    -	bn_pack4(0xB5C5,0x5DF0,0x6F4C,0x52C9),
    -	bn_pack4(0x9B27,0x83A2,0xEC07,0xA28F),
    -	bn_pack4(0xE39E,0x772C,0x180E,0x8603),
    -	bn_pack4(0x3290,0x5E46,0x2E36,0xCE3B),
    -	bn_pack4(0xF174,0x6C08,0xCA18,0x217C),
    -	bn_pack4(0x670C,0x354E,0x4ABC,0x9804),
    -	bn_pack4(0x9ED5,0x2907,0x7096,0x966D),
    -	bn_pack4(0x1C62,0xF356,0x2085,0x52BB),
    -	bn_pack4(0x8365,0x5D23,0xDCA3,0xAD96),
    -	bn_pack4(0x6916,0x3FA8,0xFD24,0xCF5F),
    -	bn_pack4(0x98DA,0x4836,0x1C55,0xD39A),
    -	bn_pack4(0xC200,0x7CB8,0xA163,0xBF05),
    -	bn_pack4(0x4928,0x6651,0xECE4,0x5B3D),
    -	bn_pack4(0xAE9F,0x2411,0x7C4B,0x1FE6),
    -	bn_pack4(0xEE38,0x6BFB,0x5A89,0x9FA5),
    -	bn_pack4(0x0BFF,0x5CB6,0xF406,0xB7ED),
    -	bn_pack4(0xF44C,0x42E9,0xA637,0xED6B),
    -	bn_pack4(0xE485,0xB576,0x625E,0x7EC6),
    -	bn_pack4(0x4FE1,0x356D,0x6D51,0xC245),
    -	bn_pack4(0x302B,0x0A6D,0xF25F,0x1437),
    -	bn_pack4(0xEF95,0x19B3,0xCD3A,0x431B),
    -	bn_pack4(0x514A,0x0879,0x8E34,0x04DD),
    -	bn_pack4(0x020B,0xBEA6,0x3B13,0x9B22),
    -	bn_pack4(0x2902,0x4E08,0x8A67,0xCC74),
    -	bn_pack4(0xC4C6,0x628B,0x80DC,0x1CD1),
    -	bn_pack4(0xC90F,0xDAA2,0x2168,0xC234),
    -	bn_pack4(0xFFFF,0xFFFF,0xFFFF,0xFFFF)
    +    bn_pack4(0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF),
    +    bn_pack4(0x60C9, 0x80DD, 0x98ED, 0xD3DF),
    +    bn_pack4(0xC81F, 0x56E8, 0x80B9, 0x6E71),
    +    bn_pack4(0x9E30, 0x50E2, 0x7656, 0x94DF),
    +    bn_pack4(0x9558, 0xE447, 0x5677, 0xE9AA),
    +    bn_pack4(0xC919, 0x0DA6, 0xFC02, 0x6E47),
    +    bn_pack4(0x889A, 0x002E, 0xD5EE, 0x382B),
    +    bn_pack4(0x4009, 0x438B, 0x481C, 0x6CD7),
    +    bn_pack4(0x3590, 0x46F4, 0xEB87, 0x9F92),
    +    bn_pack4(0xFAF3, 0x6BC3, 0x1ECF, 0xA268),
    +    bn_pack4(0xB1D5, 0x10BD, 0x7EE7, 0x4D73),
    +    bn_pack4(0xF9AB, 0x4819, 0x5DED, 0x7EA1),
    +    bn_pack4(0x64F3, 0x1CC5, 0x0846, 0x851D),
    +    bn_pack4(0x4597, 0xE899, 0xA025, 0x5DC1),
    +    bn_pack4(0xDF31, 0x0EE0, 0x74AB, 0x6A36),
    +    bn_pack4(0x6D2A, 0x13F8, 0x3F44, 0xF82D),
    +    bn_pack4(0x062B, 0x3CF5, 0xB3A2, 0x78A6),
    +    bn_pack4(0x7968, 0x3303, 0xED5B, 0xDD3A),
    +    bn_pack4(0xFA9D, 0x4B7F, 0xA2C0, 0x87E8),
    +    bn_pack4(0x4BCB, 0xC886, 0x2F83, 0x85DD),
    +    bn_pack4(0x3473, 0xFC64, 0x6CEA, 0x306B),
    +    bn_pack4(0x13EB, 0x57A8, 0x1A23, 0xF0C7),
    +    bn_pack4(0x2222, 0x2E04, 0xA403, 0x7C07),
    +    bn_pack4(0xE3FD, 0xB8BE, 0xFC84, 0x8AD9),
    +    bn_pack4(0x238F, 0x16CB, 0xE39D, 0x652D),
    +    bn_pack4(0x3423, 0xB474, 0x2BF1, 0xC978),
    +    bn_pack4(0x3AAB, 0x639C, 0x5AE4, 0xF568),
    +    bn_pack4(0x2576, 0xF693, 0x6BA4, 0x2466),
    +    bn_pack4(0x741F, 0xA7BF, 0x8AFC, 0x47ED),
    +    bn_pack4(0x3BC8, 0x32B6, 0x8D9D, 0xD300),
    +    bn_pack4(0xD8BE, 0xC4D0, 0x73B9, 0x31BA),
    +    bn_pack4(0x3877, 0x7CB6, 0xA932, 0xDF8C),
    +    bn_pack4(0x74A3, 0x926F, 0x12FE, 0xE5E4),
    +    bn_pack4(0xE694, 0xF91E, 0x6DBE, 0x1159),
    +    bn_pack4(0x12BF, 0x2D5B, 0x0B74, 0x74D6),
    +    bn_pack4(0x043E, 0x8F66, 0x3F48, 0x60EE),
    +    bn_pack4(0x387F, 0xE8D7, 0x6E3C, 0x0468),
    +    bn_pack4(0xDA56, 0xC9EC, 0x2EF2, 0x9632),
    +    bn_pack4(0xEB19, 0xCCB1, 0xA313, 0xD55C),
    +    bn_pack4(0xF550, 0xAA3D, 0x8A1F, 0xBFF0),
    +    bn_pack4(0x06A1, 0xD58B, 0xB7C5, 0xDA76),
    +    bn_pack4(0xA797, 0x15EE, 0xF29B, 0xE328),
    +    bn_pack4(0x14CC, 0x5ED2, 0x0F80, 0x37E0),
    +    bn_pack4(0xCC8F, 0x6D7E, 0xBF48, 0xE1D8),
    +    bn_pack4(0x4BD4, 0x07B2, 0x2B41, 0x54AA),
    +    bn_pack4(0x0F1D, 0x45B7, 0xFF58, 0x5AC5),
    +    bn_pack4(0x23A9, 0x7A7E, 0x36CC, 0x88BE),
    +    bn_pack4(0x59E7, 0xC97F, 0xBEC7, 0xE8F3),
    +    bn_pack4(0xB5A8, 0x4031, 0x900B, 0x1C9E),
    +    bn_pack4(0xD55E, 0x702F, 0x4698, 0x0C82),
    +    bn_pack4(0xF482, 0xD7CE, 0x6E74, 0xFEF6),
    +    bn_pack4(0xF032, 0xEA15, 0xD172, 0x1D03),
    +    bn_pack4(0x5983, 0xCA01, 0xC64B, 0x92EC),
    +    bn_pack4(0x6FB8, 0xF401, 0x378C, 0xD2BF),
    +    bn_pack4(0x3320, 0x5151, 0x2BD7, 0xAF42),
    +    bn_pack4(0xDB7F, 0x1447, 0xE6CC, 0x254B),
    +    bn_pack4(0x44CE, 0x6CBA, 0xCED4, 0xBB1B),
    +    bn_pack4(0xDA3E, 0xDBEB, 0xCF9B, 0x14ED),
    +    bn_pack4(0x1797, 0x27B0, 0x865A, 0x8918),
    +    bn_pack4(0xB06A, 0x53ED, 0x9027, 0xD831),
    +    bn_pack4(0xE5DB, 0x382F, 0x4130, 0x01AE),
    +    bn_pack4(0xF8FF, 0x9406, 0xAD9E, 0x530E),
    +    bn_pack4(0xC975, 0x1E76, 0x3DBA, 0x37BD),
    +    bn_pack4(0xC1D4, 0xDCB2, 0x6026, 0x46DE),
    +    bn_pack4(0x36C3, 0xFAB4, 0xD27C, 0x7026),
    +    bn_pack4(0x4DF4, 0x35C9, 0x3402, 0x8492),
    +    bn_pack4(0x86FF, 0xB7DC, 0x90A6, 0xC08F),
    +    bn_pack4(0x93B4, 0xEA98, 0x8D8F, 0xDDC1),
    +    bn_pack4(0xD006, 0x9127, 0xD5B0, 0x5AA9),
    +    bn_pack4(0xB81B, 0xDD76, 0x2170, 0x481C),
    +    bn_pack4(0x1F61, 0x2970, 0xCEE2, 0xD7AF),
    +    bn_pack4(0x233B, 0xA186, 0x515B, 0xE7ED),
    +    bn_pack4(0x99B2, 0x964F, 0xA090, 0xC3A2),
    +    bn_pack4(0x287C, 0x5947, 0x4E6B, 0xC05D),
    +    bn_pack4(0x2E8E, 0xFC14, 0x1FBE, 0xCAA6),
    +    bn_pack4(0xDBBB, 0xC2DB, 0x04DE, 0x8EF9),
    +    bn_pack4(0x2583, 0xE9CA, 0x2AD4, 0x4CE8),
    +    bn_pack4(0x1A94, 0x6834, 0xB615, 0x0BDA),
    +    bn_pack4(0x99C3, 0x2718, 0x6AF4, 0xE23C),
    +    bn_pack4(0x8871, 0x9A10, 0xBDBA, 0x5B26),
    +    bn_pack4(0x1A72, 0x3C12, 0xA787, 0xE6D7),
    +    bn_pack4(0x4B82, 0xD120, 0xA921, 0x0801),
    +    bn_pack4(0x43DB, 0x5BFC, 0xE0FD, 0x108E),
    +    bn_pack4(0x08E2, 0x4FA0, 0x74E5, 0xAB31),
    +    bn_pack4(0x7709, 0x88C0, 0xBAD9, 0x46E2),
    +    bn_pack4(0xBBE1, 0x1757, 0x7A61, 0x5D6C),
    +    bn_pack4(0x521F, 0x2B18, 0x177B, 0x200C),
    +    bn_pack4(0xD876, 0x0273, 0x3EC8, 0x6A64),
    +    bn_pack4(0xF12F, 0xFA06, 0xD98A, 0x0864),
    +    bn_pack4(0xCEE3, 0xD226, 0x1AD2, 0xEE6B),
    +    bn_pack4(0x1E8C, 0x94E0, 0x4A25, 0x619D),
    +    bn_pack4(0xABF5, 0xAE8C, 0xDB09, 0x33D7),
    +    bn_pack4(0xB397, 0x0F85, 0xA6E1, 0xE4C7),
    +    bn_pack4(0x8AEA, 0x7157, 0x5D06, 0x0C7D),
    +    bn_pack4(0xECFB, 0x8504, 0x58DB, 0xEF0A),
    +    bn_pack4(0xA855, 0x21AB, 0xDF1C, 0xBA64),
    +    bn_pack4(0xAD33, 0x170D, 0x0450, 0x7A33),
    +    bn_pack4(0x1572, 0x8E5A, 0x8AAA, 0xC42D),
    +    bn_pack4(0x15D2, 0x2618, 0x98FA, 0x0510),
    +    bn_pack4(0x3995, 0x497C, 0xEA95, 0x6AE5),
    +    bn_pack4(0xDE2B, 0xCBF6, 0x9558, 0x1718),
    +    bn_pack4(0xB5C5, 0x5DF0, 0x6F4C, 0x52C9),
    +    bn_pack4(0x9B27, 0x83A2, 0xEC07, 0xA28F),
    +    bn_pack4(0xE39E, 0x772C, 0x180E, 0x8603),
    +    bn_pack4(0x3290, 0x5E46, 0x2E36, 0xCE3B),
    +    bn_pack4(0xF174, 0x6C08, 0xCA18, 0x217C),
    +    bn_pack4(0x670C, 0x354E, 0x4ABC, 0x9804),
    +    bn_pack4(0x9ED5, 0x2907, 0x7096, 0x966D),
    +    bn_pack4(0x1C62, 0xF356, 0x2085, 0x52BB),
    +    bn_pack4(0x8365, 0x5D23, 0xDCA3, 0xAD96),
    +    bn_pack4(0x6916, 0x3FA8, 0xFD24, 0xCF5F),
    +    bn_pack4(0x98DA, 0x4836, 0x1C55, 0xD39A),
    +    bn_pack4(0xC200, 0x7CB8, 0xA163, 0xBF05),
    +    bn_pack4(0x4928, 0x6651, 0xECE4, 0x5B3D),
    +    bn_pack4(0xAE9F, 0x2411, 0x7C4B, 0x1FE6),
    +    bn_pack4(0xEE38, 0x6BFB, 0x5A89, 0x9FA5),
    +    bn_pack4(0x0BFF, 0x5CB6, 0xF406, 0xB7ED),
    +    bn_pack4(0xF44C, 0x42E9, 0xA637, 0xED6B),
    +    bn_pack4(0xE485, 0xB576, 0x625E, 0x7EC6),
    +    bn_pack4(0x4FE1, 0x356D, 0x6D51, 0xC245),
    +    bn_pack4(0x302B, 0x0A6D, 0xF25F, 0x1437),
    +    bn_pack4(0xEF95, 0x19B3, 0xCD3A, 0x431B),
    +    bn_pack4(0x514A, 0x0879, 0x8E34, 0x04DD),
    +    bn_pack4(0x020B, 0xBEA6, 0x3B13, 0x9B22),
    +    bn_pack4(0x2902, 0x4E08, 0x8A67, 0xCC74),
    +    bn_pack4(0xC4C6, 0x628B, 0x80DC, 0x1CD1),
    +    bn_pack4(0xC90F, 0xDAA2, 0x2168, 0xC234),
    +    bn_pack4(0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF)
     };
    +
     static BIGNUM bn_group_8192 = {
    -	bn_group_8192_value,
    -	(sizeof bn_group_8192_value)/sizeof(BN_ULONG),
    -	(sizeof bn_group_8192_value)/sizeof(BN_ULONG),
    -	0,
    -	BN_FLG_STATIC_DATA
    +    bn_group_8192_value,
    +    (sizeof bn_group_8192_value) / sizeof(BN_ULONG),
    +    (sizeof bn_group_8192_value) / sizeof(BN_ULONG),
    +    0,
    +    BN_FLG_STATIC_DATA
     };
     
    -static BN_ULONG bn_generator_19_value[] = {19} ;
    +static BN_ULONG bn_generator_19_value[] = { 19 };
    +
     static BIGNUM bn_generator_19 = {
    -	bn_generator_19_value,
    -	1,
    -	1,
    -	0,
    -	BN_FLG_STATIC_DATA
    +    bn_generator_19_value,
    +    1,
    +    1,
    +    0,
    +    BN_FLG_STATIC_DATA
     };
    -static BN_ULONG bn_generator_5_value[] = {5} ;
    +static BN_ULONG bn_generator_5_value[] = { 5 };
    +
     static BIGNUM bn_generator_5 = {
    -	bn_generator_5_value,
    -	1,
    -	1,
    -	0,
    -	BN_FLG_STATIC_DATA
    +    bn_generator_5_value,
    +    1,
    +    1,
    +    0,
    +    BN_FLG_STATIC_DATA
     };
    -static BN_ULONG bn_generator_2_value[] = {2} ;
    +static BN_ULONG bn_generator_2_value[] = { 2 };
    +
     static BIGNUM bn_generator_2 = {
    -	bn_generator_2_value,
    -	1,
    -	1,
    -	0,
    -	BN_FLG_STATIC_DATA
    +    bn_generator_2_value,
    +    1,
    +    1,
    +    0,
    +    BN_FLG_STATIC_DATA
     };
     
     static SRP_gN knowngN[] = {
    -	{"8192",&bn_generator_19 , &bn_group_8192},
    -	{"6144",&bn_generator_5 , &bn_group_6144},
    -	{"4096",&bn_generator_5 , &bn_group_4096},
    -	{"3072",&bn_generator_5 , &bn_group_3072},
    -	{"2048",&bn_generator_2 , &bn_group_2048},
    -	{"1536",&bn_generator_2 , &bn_group_1536},
    -	{"1024",&bn_generator_2 , &bn_group_1024},
    +    {"8192", &bn_generator_19, &bn_group_8192},
    +    {"6144", &bn_generator_5, &bn_group_6144},
    +    {"4096", &bn_generator_5, &bn_group_4096},
    +    {"3072", &bn_generator_5, &bn_group_3072},
    +    {"2048", &bn_generator_2, &bn_group_2048},
    +    {"1536", &bn_generator_2, &bn_group_1536},
    +    {"1024", &bn_generator_2, &bn_group_1024},
     };
    +
     #define KNOWN_GN_NUMBER sizeof(knowngN) / sizeof(SRP_gN)
     
     /* end of generated data */
    diff --git a/openssl/crypto/srp/srp_lcl.h b/openssl/crypto/srp/srp_lcl.h
    index 42bda3f14..9a7fce1b4 100644
    --- a/openssl/crypto/srp/srp_lcl.h
    +++ b/openssl/crypto/srp/srp_lcl.h
    @@ -1,6 +1,7 @@
     /* crypto/srp/srp_lcl.h */
    -/* Written by Peter Sylvester (peter.sylvester@edelweb.fr)  
    - * for the EdelKey project and contributed to the OpenSSL project 2004.
    +/*
    + * Written by Peter Sylvester (peter.sylvester@edelweb.fr) for the EdelKey
    + * project and contributed to the OpenSSL project 2004.
      */
     /* ====================================================================
      * Copyright (c) 2004 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,17 +57,17 @@
      *
      */
     #ifndef HEADER_SRP_LCL_H
    -#define HEADER_SRP_LCL_H
    +# define HEADER_SRP_LCL_H
     
    -#include 
    -#include 
    +# include 
    +# include 
     
    -#if 0
    -#define srp_bn_print(a) {fprintf(stderr, #a "="); BN_print_fp(stderr,a); \
    +# if 0
    +#  define srp_bn_print(a) {fprintf(stderr, #a "="); BN_print_fp(stderr,a); \
        fprintf(stderr,"\n");}
    -#else
    -#define   srp_bn_print(a)
    -#endif
    +# else
    +#  define   srp_bn_print(a)
    +# endif
     
     
     
    diff --git a/openssl/crypto/srp/srp_lib.c b/openssl/crypto/srp/srp_lib.c
    index 83d417a30..e9a2e058f 100644
    --- a/openssl/crypto/srp/srp_lib.c
    +++ b/openssl/crypto/srp/srp_lib.c
    @@ -1,7 +1,8 @@
     /* crypto/srp/srp_lib.c */
    -/* Written by Christophe Renou (christophe.renou@edelweb.fr) with 
    - * the precious help of Peter Sylvester (peter.sylvester@edelweb.fr) 
    - * for the EdelKey project and contributed to the OpenSSL project 2004.
    +/*
    + * Written by Christophe Renou (christophe.renou@edelweb.fr) with the
    + * precious help of Peter Sylvester (peter.sylvester@edelweb.fr) for the
    + * EdelKey project and contributed to the OpenSSL project 2004.
      */
     /* ====================================================================
      * Copyright (c) 2004 The OpenSSL Project.  All rights reserved.
    @@ -11,7 +12,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -57,311 +58,300 @@
      *
      */
     #ifndef OPENSSL_NO_SRP
    -#include "cryptlib.h"
    -#include "srp_lcl.h"
    -#include 
    -#include 
    -
    -#if (BN_BYTES == 8)
    -# if (defined(_WIN32) || defined(_WIN64)) && !defined(__MINGW32__)
    -#  define bn_pack4(a1,a2,a3,a4) ((a1##UI64<<48)|(a2##UI64<<32)|(a3##UI64<<16)|a4##UI64)
    -# elif defined(__arch64__)
    -#  define bn_pack4(a1,a2,a3,a4) ((a1##UL<<48)|(a2##UL<<32)|(a3##UL<<16)|a4##UL)
    +# include "cryptlib.h"
    +# include "srp_lcl.h"
    +# include 
    +# include 
    +
    +# if (BN_BYTES == 8)
    +#  if (defined(_WIN32) || defined(_WIN64)) && !defined(__MINGW32__)
    +#   define bn_pack4(a1,a2,a3,a4) ((a1##UI64<<48)|(a2##UI64<<32)|(a3##UI64<<16)|a4##UI64)
    +#  elif defined(__arch64__)
    +#   define bn_pack4(a1,a2,a3,a4) ((a1##UL<<48)|(a2##UL<<32)|(a3##UL<<16)|a4##UL)
    +#  else
    +#   define bn_pack4(a1,a2,a3,a4) ((a1##ULL<<48)|(a2##ULL<<32)|(a3##ULL<<16)|a4##ULL)
    +#  endif
    +# elif (BN_BYTES == 4)
    +#  define bn_pack4(a1,a2,a3,a4)  ((a3##UL<<16)|a4##UL), ((a1##UL<<16)|a2##UL)
     # else
    -#  define bn_pack4(a1,a2,a3,a4) ((a1##ULL<<48)|(a2##ULL<<32)|(a3##ULL<<16)|a4##ULL)
    +#  error "unsupported BN_BYTES"
     # endif
    -#elif (BN_BYTES == 4)
    -# define bn_pack4(a1,a2,a3,a4)  ((a3##UL<<16)|a4##UL), ((a1##UL<<16)|a2##UL)
    -#else
    -# error "unsupported BN_BYTES"
    -#endif
    -
     
    -#include "srp_grps.h"
    +# include "srp_grps.h"
     
     static BIGNUM *srp_Calc_k(BIGNUM *N, BIGNUM *g)
    -	{
    -	/* k = SHA1(N | PAD(g)) -- tls-srp draft 8 */
    -
    -	unsigned char digest[SHA_DIGEST_LENGTH];
    -	unsigned char *tmp;
    -	EVP_MD_CTX ctxt;
    -	int longg ;
    -	int longN = BN_num_bytes(N);
    -
    -	if (BN_ucmp(g, N) >= 0)
    -		return NULL;
    -
    -	if ((tmp = OPENSSL_malloc(longN)) == NULL)
    -		return NULL;
    -	BN_bn2bin(N,tmp) ;
    -
    -	EVP_MD_CTX_init(&ctxt);
    -	EVP_DigestInit_ex(&ctxt, EVP_sha1(), NULL);
    -	EVP_DigestUpdate(&ctxt, tmp, longN);
    -
    -	memset(tmp, 0, longN);
    -	longg = BN_bn2bin(g,tmp) ;
    -        /* use the zeros behind to pad on left */
    -	EVP_DigestUpdate(&ctxt, tmp + longg, longN-longg);
    -	EVP_DigestUpdate(&ctxt, tmp, longg);
    -	OPENSSL_free(tmp);
    -
    -	EVP_DigestFinal_ex(&ctxt, digest, NULL);
    -	EVP_MD_CTX_cleanup(&ctxt);
    -	return BN_bin2bn(digest, sizeof(digest), NULL);	
    -	}
    +{
    +    /* k = SHA1(N | PAD(g)) -- tls-srp draft 8 */
    +
    +    unsigned char digest[SHA_DIGEST_LENGTH];
    +    unsigned char *tmp;
    +    EVP_MD_CTX ctxt;
    +    int longg;
    +    int longN = BN_num_bytes(N);
    +
    +    if (BN_ucmp(g, N) >= 0)
    +        return NULL;
    +
    +    if ((tmp = OPENSSL_malloc(longN)) == NULL)
    +        return NULL;
    +    BN_bn2bin(N, tmp);
    +
    +    EVP_MD_CTX_init(&ctxt);
    +    EVP_DigestInit_ex(&ctxt, EVP_sha1(), NULL);
    +    EVP_DigestUpdate(&ctxt, tmp, longN);
    +
    +    memset(tmp, 0, longN);
    +    longg = BN_bn2bin(g, tmp);
    +    /* use the zeros behind to pad on left */
    +    EVP_DigestUpdate(&ctxt, tmp + longg, longN - longg);
    +    EVP_DigestUpdate(&ctxt, tmp, longg);
    +    OPENSSL_free(tmp);
    +
    +    EVP_DigestFinal_ex(&ctxt, digest, NULL);
    +    EVP_MD_CTX_cleanup(&ctxt);
    +    return BN_bin2bn(digest, sizeof(digest), NULL);
    +}
     
     BIGNUM *SRP_Calc_u(BIGNUM *A, BIGNUM *B, BIGNUM *N)
    -	{
    -	/* k = SHA1(PAD(A) || PAD(B) ) -- tls-srp draft 8 */
    -
    -	BIGNUM *u;	
    -	unsigned char cu[SHA_DIGEST_LENGTH];
    -	unsigned char *cAB;
    -	EVP_MD_CTX ctxt;
    -	int longN;  
    -	if ((A == NULL) ||(B == NULL) || (N == NULL))
    -		return NULL;
    -
    -	if (BN_ucmp(A, N) >= 0 || BN_ucmp(B, N) >= 0)
    -		return NULL;
    -
    -	longN= BN_num_bytes(N);
    -
    -	if ((cAB = OPENSSL_malloc(2*longN)) == NULL) 
    -		return NULL;
    -
    -	memset(cAB, 0, longN);
    -
    -	EVP_MD_CTX_init(&ctxt);
    -	EVP_DigestInit_ex(&ctxt, EVP_sha1(), NULL);
    -	EVP_DigestUpdate(&ctxt, cAB + BN_bn2bin(A,cAB+longN), longN);
    -	EVP_DigestUpdate(&ctxt, cAB + BN_bn2bin(B,cAB+longN), longN);
    -	OPENSSL_free(cAB);
    -	EVP_DigestFinal_ex(&ctxt, cu, NULL);
    -	EVP_MD_CTX_cleanup(&ctxt);
    -
    -	if (!(u = BN_bin2bn(cu, sizeof(cu), NULL)))
    -		return NULL;
    -	if (!BN_is_zero(u))
    -		return u;
    -	BN_free(u);
    -	return NULL;
    +{
    +    /* k = SHA1(PAD(A) || PAD(B) ) -- tls-srp draft 8 */
    +
    +    BIGNUM *u;
    +    unsigned char cu[SHA_DIGEST_LENGTH];
    +    unsigned char *cAB;
    +    EVP_MD_CTX ctxt;
    +    int longN;
    +    if ((A == NULL) || (B == NULL) || (N == NULL))
    +        return NULL;
    +
    +    if (BN_ucmp(A, N) >= 0 || BN_ucmp(B, N) >= 0)
    +        return NULL;
    +
    +    longN = BN_num_bytes(N);
    +
    +    if ((cAB = OPENSSL_malloc(2 * longN)) == NULL)
    +        return NULL;
    +
    +    memset(cAB, 0, longN);
    +
    +    EVP_MD_CTX_init(&ctxt);
    +    EVP_DigestInit_ex(&ctxt, EVP_sha1(), NULL);
    +    EVP_DigestUpdate(&ctxt, cAB + BN_bn2bin(A, cAB + longN), longN);
    +    EVP_DigestUpdate(&ctxt, cAB + BN_bn2bin(B, cAB + longN), longN);
    +    OPENSSL_free(cAB);
    +    EVP_DigestFinal_ex(&ctxt, cu, NULL);
    +    EVP_MD_CTX_cleanup(&ctxt);
    +
    +    if (!(u = BN_bin2bn(cu, sizeof(cu), NULL)))
    +        return NULL;
    +    if (!BN_is_zero(u))
    +        return u;
    +    BN_free(u);
    +    return NULL;
     }
     
    -BIGNUM *SRP_Calc_server_key(BIGNUM *A, BIGNUM *v, BIGNUM *u, BIGNUM *b, BIGNUM *N)
    -	{
    -	BIGNUM *tmp = NULL, *S = NULL;
    -	BN_CTX *bn_ctx; 
    -	
    -	if (u == NULL || A == NULL || v == NULL || b == NULL || N == NULL)
    -		return NULL; 
    -
    -	if ((bn_ctx = BN_CTX_new()) == NULL ||
    -		(tmp = BN_new()) == NULL ||
    -		(S = BN_new()) == NULL )
    -		goto err;
    -
    -	/* S = (A*v**u) ** b */ 
    -
    -	if (!BN_mod_exp(tmp,v,u,N,bn_ctx))
    -		goto err;
    -	if (!BN_mod_mul(tmp,A,tmp,N,bn_ctx))
    -		goto err;
    -	if (!BN_mod_exp(S,tmp,b,N,bn_ctx))
    -		goto err;
    -err:
    -	BN_CTX_free(bn_ctx);
    -	BN_clear_free(tmp);
    -	return S;
    -	}
    +BIGNUM *SRP_Calc_server_key(BIGNUM *A, BIGNUM *v, BIGNUM *u, BIGNUM *b,
    +                            BIGNUM *N)
    +{
    +    BIGNUM *tmp = NULL, *S = NULL;
    +    BN_CTX *bn_ctx;
    +
    +    if (u == NULL || A == NULL || v == NULL || b == NULL || N == NULL)
    +        return NULL;
    +
    +    if ((bn_ctx = BN_CTX_new()) == NULL ||
    +        (tmp = BN_new()) == NULL || (S = BN_new()) == NULL)
    +        goto err;
    +
    +    /* S = (A*v**u) ** b */
    +
    +    if (!BN_mod_exp(tmp, v, u, N, bn_ctx))
    +        goto err;
    +    if (!BN_mod_mul(tmp, A, tmp, N, bn_ctx))
    +        goto err;
    +    if (!BN_mod_exp(S, tmp, b, N, bn_ctx))
    +        goto err;
    + err:
    +    BN_CTX_free(bn_ctx);
    +    BN_clear_free(tmp);
    +    return S;
    +}
     
     BIGNUM *SRP_Calc_B(BIGNUM *b, BIGNUM *N, BIGNUM *g, BIGNUM *v)
    -	{
    -	BIGNUM  *kv = NULL, *gb = NULL;
    -	BIGNUM *B = NULL, *k = NULL;
    -	BN_CTX *bn_ctx;
    -
    -	if (b == NULL || N == NULL || g == NULL || v == NULL ||
    -		(bn_ctx = BN_CTX_new()) == NULL)
    -		return NULL; 
    -
    -	if ( (kv = BN_new()) == NULL ||
    -		(gb = BN_new()) == NULL ||
    -		(B = BN_new())== NULL)
    -		goto err;
    -
    -	/* B = g**b + k*v */
    -
    -	if (!BN_mod_exp(gb,g,b,N,bn_ctx) ||
    -	   !(k = srp_Calc_k(N,g)) ||
    -	   !BN_mod_mul(kv,v,k,N,bn_ctx) || 
    -	   !BN_mod_add(B,gb,kv,N,bn_ctx))
    -		{
    -		BN_free(B);
    -		B = NULL;
    -		}
    -err:
    -	BN_CTX_free(bn_ctx);
    -	BN_clear_free(kv);
    -	BN_clear_free(gb);
    -	BN_free(k); 
    -	return B;
    -	}
    +{
    +    BIGNUM *kv = NULL, *gb = NULL;
    +    BIGNUM *B = NULL, *k = NULL;
    +    BN_CTX *bn_ctx;
    +
    +    if (b == NULL || N == NULL || g == NULL || v == NULL ||
    +        (bn_ctx = BN_CTX_new()) == NULL)
    +        return NULL;
    +
    +    if ((kv = BN_new()) == NULL ||
    +        (gb = BN_new()) == NULL || (B = BN_new()) == NULL)
    +        goto err;
    +
    +    /* B = g**b + k*v */
    +
    +    if (!BN_mod_exp(gb, g, b, N, bn_ctx) ||
    +        !(k = srp_Calc_k(N, g)) ||
    +        !BN_mod_mul(kv, v, k, N, bn_ctx) ||
    +        !BN_mod_add(B, gb, kv, N, bn_ctx)) {
    +        BN_free(B);
    +        B = NULL;
    +    }
    + err:
    +    BN_CTX_free(bn_ctx);
    +    BN_clear_free(kv);
    +    BN_clear_free(gb);
    +    BN_free(k);
    +    return B;
    +}
     
     BIGNUM *SRP_Calc_x(BIGNUM *s, const char *user, const char *pass)
    -	{
    -	unsigned char dig[SHA_DIGEST_LENGTH];
    -	EVP_MD_CTX ctxt;
    -	unsigned char *cs;
    -
    -	if ((s == NULL) ||
    -		(user == NULL) ||
    -		(pass == NULL))
    -		return NULL;
    -
    -	if ((cs = OPENSSL_malloc(BN_num_bytes(s))) == NULL)
    -		return NULL;
    -
    -	EVP_MD_CTX_init(&ctxt);
    -	EVP_DigestInit_ex(&ctxt, EVP_sha1(), NULL);
    -	EVP_DigestUpdate(&ctxt, user, strlen(user));
    -	EVP_DigestUpdate(&ctxt, ":", 1);
    -	EVP_DigestUpdate(&ctxt, pass, strlen(pass));
    -	EVP_DigestFinal_ex(&ctxt, dig, NULL);
    -
    -	EVP_DigestInit_ex(&ctxt, EVP_sha1(), NULL);
    -	BN_bn2bin(s,cs);
    -	EVP_DigestUpdate(&ctxt, cs, BN_num_bytes(s));
    -	OPENSSL_free(cs);
    -	EVP_DigestUpdate(&ctxt, dig, sizeof(dig));
    -	EVP_DigestFinal_ex(&ctxt, dig, NULL);
    -	EVP_MD_CTX_cleanup(&ctxt);
    -
    -	return BN_bin2bn(dig, sizeof(dig), NULL);
    -	}
    +{
    +    unsigned char dig[SHA_DIGEST_LENGTH];
    +    EVP_MD_CTX ctxt;
    +    unsigned char *cs;
    +
    +    if ((s == NULL) || (user == NULL) || (pass == NULL))
    +        return NULL;
    +
    +    if ((cs = OPENSSL_malloc(BN_num_bytes(s))) == NULL)
    +        return NULL;
    +
    +    EVP_MD_CTX_init(&ctxt);
    +    EVP_DigestInit_ex(&ctxt, EVP_sha1(), NULL);
    +    EVP_DigestUpdate(&ctxt, user, strlen(user));
    +    EVP_DigestUpdate(&ctxt, ":", 1);
    +    EVP_DigestUpdate(&ctxt, pass, strlen(pass));
    +    EVP_DigestFinal_ex(&ctxt, dig, NULL);
    +
    +    EVP_DigestInit_ex(&ctxt, EVP_sha1(), NULL);
    +    BN_bn2bin(s, cs);
    +    EVP_DigestUpdate(&ctxt, cs, BN_num_bytes(s));
    +    OPENSSL_free(cs);
    +    EVP_DigestUpdate(&ctxt, dig, sizeof(dig));
    +    EVP_DigestFinal_ex(&ctxt, dig, NULL);
    +    EVP_MD_CTX_cleanup(&ctxt);
    +
    +    return BN_bin2bn(dig, sizeof(dig), NULL);
    +}
     
     BIGNUM *SRP_Calc_A(BIGNUM *a, BIGNUM *N, BIGNUM *g)
    -	{
    -	BN_CTX *bn_ctx; 
    -	BIGNUM * A = NULL;
    -
    -	if (a == NULL || N == NULL || g == NULL ||
    -		(bn_ctx = BN_CTX_new()) == NULL) 
    -		return NULL;
    -
    -	if ((A = BN_new()) != NULL &&
    -	   !BN_mod_exp(A,g,a,N,bn_ctx))
    -		{
    -		BN_free(A);
    -		A = NULL;
    -		}
    -	BN_CTX_free(bn_ctx);
    -	return A;
    -	}
    -
    -
    -BIGNUM *SRP_Calc_client_key(BIGNUM *N, BIGNUM *B, BIGNUM *g, BIGNUM *x, BIGNUM *a, BIGNUM *u)
    -	{
    -	BIGNUM *tmp = NULL, *tmp2 = NULL, *tmp3 = NULL , *k = NULL, *K = NULL;
    -	BN_CTX *bn_ctx;
    -
    -	if (u == NULL || B == NULL || N == NULL || g == NULL || x == NULL || a == NULL ||
    -		(bn_ctx = BN_CTX_new()) == NULL)
    -		return NULL; 
    -
    -	if ((tmp = BN_new()) == NULL ||
    -		(tmp2 = BN_new())== NULL ||
    -		(tmp3 = BN_new())== NULL ||
    -		(K = BN_new()) == NULL)
    -		goto err;
    -	
    -	if (!BN_mod_exp(tmp,g,x,N,bn_ctx))
    -		goto err;
    -	if (!(k = srp_Calc_k(N,g)))
    -		goto err;
    -	if (!BN_mod_mul(tmp2,tmp,k,N,bn_ctx))
    -		goto err;
    -	if (!BN_mod_sub(tmp,B,tmp2,N,bn_ctx))
    -		goto err;
    -
    -	if (!BN_mod_mul(tmp3,u,x,N,bn_ctx))
    -		goto err;
    -	if (!BN_mod_add(tmp2,a,tmp3,N,bn_ctx))
    -		goto err;
    -	if (!BN_mod_exp(K,tmp,tmp2,N,bn_ctx))
    -		goto err;
    -
    -err :
    -	BN_CTX_free(bn_ctx);
    -	BN_clear_free(tmp);
    -	BN_clear_free(tmp2);
    -	BN_clear_free(tmp3);
    -	BN_free(k);
    -	return K;	
    -	}
    +{
    +    BN_CTX *bn_ctx;
    +    BIGNUM *A = NULL;
    +
    +    if (a == NULL || N == NULL || g == NULL ||
    +        (bn_ctx = BN_CTX_new()) == NULL)
    +        return NULL;
    +
    +    if ((A = BN_new()) != NULL && !BN_mod_exp(A, g, a, N, bn_ctx)) {
    +        BN_free(A);
    +        A = NULL;
    +    }
    +    BN_CTX_free(bn_ctx);
    +    return A;
    +}
    +
    +BIGNUM *SRP_Calc_client_key(BIGNUM *N, BIGNUM *B, BIGNUM *g, BIGNUM *x,
    +                            BIGNUM *a, BIGNUM *u)
    +{
    +    BIGNUM *tmp = NULL, *tmp2 = NULL, *tmp3 = NULL, *k = NULL, *K = NULL;
    +    BN_CTX *bn_ctx;
    +
    +    if (u == NULL || B == NULL || N == NULL || g == NULL || x == NULL
    +        || a == NULL || (bn_ctx = BN_CTX_new()) == NULL)
    +        return NULL;
    +
    +    if ((tmp = BN_new()) == NULL ||
    +        (tmp2 = BN_new()) == NULL ||
    +        (tmp3 = BN_new()) == NULL || (K = BN_new()) == NULL)
    +        goto err;
    +
    +    if (!BN_mod_exp(tmp, g, x, N, bn_ctx))
    +        goto err;
    +    if (!(k = srp_Calc_k(N, g)))
    +        goto err;
    +    if (!BN_mod_mul(tmp2, tmp, k, N, bn_ctx))
    +        goto err;
    +    if (!BN_mod_sub(tmp, B, tmp2, N, bn_ctx))
    +        goto err;
    +
    +    if (!BN_mod_mul(tmp3, u, x, N, bn_ctx))
    +        goto err;
    +    if (!BN_mod_add(tmp2, a, tmp3, N, bn_ctx))
    +        goto err;
    +    if (!BN_mod_exp(K, tmp, tmp2, N, bn_ctx))
    +        goto err;
    +
    + err:
    +    BN_CTX_free(bn_ctx);
    +    BN_clear_free(tmp);
    +    BN_clear_free(tmp2);
    +    BN_clear_free(tmp3);
    +    BN_free(k);
    +    return K;
    +}
     
     int SRP_Verify_B_mod_N(BIGNUM *B, BIGNUM *N)
    -	{
    -	BIGNUM *r;
    -	BN_CTX *bn_ctx; 
    -	int ret = 0;
    -
    -	if (B == NULL || N == NULL ||
    -		(bn_ctx = BN_CTX_new()) == NULL)
    -		return 0;
    -
    -	if ((r = BN_new()) == NULL)
    -		goto err;
    -	/* Checks if B % N == 0 */
    -	if (!BN_nnmod(r,B,N,bn_ctx))
    -		goto err;
    -	ret = !BN_is_zero(r);
    -err:
    -	BN_CTX_free(bn_ctx);
    -	BN_free(r);
    -	return ret;
    -	}
    +{
    +    BIGNUM *r;
    +    BN_CTX *bn_ctx;
    +    int ret = 0;
    +
    +    if (B == NULL || N == NULL || (bn_ctx = BN_CTX_new()) == NULL)
    +        return 0;
    +
    +    if ((r = BN_new()) == NULL)
    +        goto err;
    +    /* Checks if B % N == 0 */
    +    if (!BN_nnmod(r, B, N, bn_ctx))
    +        goto err;
    +    ret = !BN_is_zero(r);
    + err:
    +    BN_CTX_free(bn_ctx);
    +    BN_free(r);
    +    return ret;
    +}
     
     int SRP_Verify_A_mod_N(BIGNUM *A, BIGNUM *N)
    -	{
    -	/* Checks if A % N == 0 */
    -	return SRP_Verify_B_mod_N(A,N) ;
    -	}
    -
    +{
    +    /* Checks if A % N == 0 */
    +    return SRP_Verify_B_mod_N(A, N);
    +}
     
    -/* Check if G and N are kwown parameters. 
    -   The values have been generated from the ietf-tls-srp draft version 8
    -*/
    +/*
    + * Check if G and N are kwown parameters. The values have been generated
    + * from the ietf-tls-srp draft version 8
    + */
     char *SRP_check_known_gN_param(BIGNUM *g, BIGNUM *N)
    -	{
    -	size_t i;
    -	if ((g == NULL) || (N == NULL))
    -		return 0;
    -
    -	srp_bn_print(g);
    -	srp_bn_print(N);
    -
    -	for(i = 0; i < KNOWN_GN_NUMBER; i++)
    -		{
    -		if (BN_cmp(knowngN[i].g, g) == 0 && BN_cmp(knowngN[i].N, N) == 0) 
    -			return knowngN[i].id;
    -		}
    -	return NULL;
    -	}
    +{
    +    size_t i;
    +    if ((g == NULL) || (N == NULL))
    +        return 0;
    +
    +    srp_bn_print(g);
    +    srp_bn_print(N);
    +
    +    for (i = 0; i < KNOWN_GN_NUMBER; i++) {
    +        if (BN_cmp(knowngN[i].g, g) == 0 && BN_cmp(knowngN[i].N, N) == 0)
    +            return knowngN[i].id;
    +    }
    +    return NULL;
    +}
     
     SRP_gN *SRP_get_default_gN(const char *id)
    -	{
    -	size_t i;
    -
    -	if (id == NULL) 
    -		return knowngN;
    -	for(i = 0; i < KNOWN_GN_NUMBER; i++)
    -		{
    -		if (strcmp(knowngN[i].id, id)==0)
    -			return knowngN + i;
    -		}
    -	return NULL;
    -	}
    +{
    +    size_t i;
    +
    +    if (id == NULL)
    +        return knowngN;
    +    for (i = 0; i < KNOWN_GN_NUMBER; i++) {
    +        if (strcmp(knowngN[i].id, id) == 0)
    +            return knowngN + i;
    +    }
    +    return NULL;
    +}
     #endif
    diff --git a/openssl/crypto/srp/srp_vfy.c b/openssl/crypto/srp/srp_vfy.c
    index fdca19ff7..701b5cd01 100644
    --- a/openssl/crypto/srp/srp_vfy.c
    +++ b/openssl/crypto/srp/srp_vfy.c
    @@ -1,7 +1,8 @@
     /* crypto/srp/srp_vfy.c */
    -/* Written by Christophe Renou (christophe.renou@edelweb.fr) with 
    - * the precious help of Peter Sylvester (peter.sylvester@edelweb.fr) 
    - * for the EdelKey project and contributed to the OpenSSL project 2004.
    +/*
    + * Written by Christophe Renou (christophe.renou@edelweb.fr) with the
    + * precious help of Peter Sylvester (peter.sylvester@edelweb.fr) for the
    + * EdelKey project and contributed to the OpenSSL project 2004.
      */
     /* ====================================================================
      * Copyright (c) 2004 The OpenSSL Project.  All rights reserved.
    @@ -11,7 +12,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -57,605 +58,582 @@
      *
      */
     #ifndef OPENSSL_NO_SRP
    -#include "cryptlib.h"
    -#include "srp_lcl.h"
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    +# include "cryptlib.h"
    +# include "srp_lcl.h"
    +# include 
    +# include 
    +# include 
    +# include 
    +# include 
     
    -#define SRP_RANDOM_SALT_LEN 20
    -#define MAX_LEN 2500
    +# define SRP_RANDOM_SALT_LEN 20
    +# define MAX_LEN 2500
     
     static char b64table[] =
    -  "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz./";
    +    "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz./";
     
    -/* the following two conversion routines have been inspired by code from Stanford */ 
    +/*
    + * the following two conversion routines have been inspired by code from
    + * Stanford
    + */
     
     /*
      * Convert a base64 string into raw byte array representation.
      */
     static int t_fromb64(unsigned char *a, const char *src)
    -	{
    -	char *loc;
    -	int i, j;
    -	int size;
    -
    -	while(*src && (*src == ' ' || *src == '\t' || *src == '\n'))
    -		++src;
    -	size = strlen(src);
    -	i = 0;
    -	while(i < size)
    -		{
    -		loc = strchr(b64table, src[i]);
    -		if(loc == (char *) 0) break;
    -		else a[i] = loc - b64table;
    -		++i;
    -		}
    -	/* if nothing valid to process we have a zero length response */
    -	if (i == 0)
    -		return 0;
    -	size = i;
    -	i = size - 1;
    -	j = size;
    -	while(1)
    -		{
    -		a[j] = a[i];
    -		if(--i < 0) break;
    -		a[j] |= (a[i] & 3) << 6;
    -		--j;
    -		a[j] = (unsigned char) ((a[i] & 0x3c) >> 2);
    -		if(--i < 0) break;
    -		a[j] |= (a[i] & 0xf) << 4;
    -		--j;
    -		a[j] = (unsigned char) ((a[i] & 0x30) >> 4);
    -		if(--i < 0) break;
    -		a[j] |= (a[i] << 2);
    -
    -		a[--j] = 0;
    -		if(--i < 0) break;
    -		}
    -	while(a[j] == 0 && j <= size) ++j;
    -	i = 0;
    -	while (j <= size) a[i++] = a[j++];
    -	return i;
    -	}
    -
    +{
    +    char *loc;
    +    int i, j;
    +    int size;
    +
    +    while (*src && (*src == ' ' || *src == '\t' || *src == '\n'))
    +        ++src;
    +    size = strlen(src);
    +    i = 0;
    +    while (i < size) {
    +        loc = strchr(b64table, src[i]);
    +        if (loc == (char *)0)
    +            break;
    +        else
    +            a[i] = loc - b64table;
    +        ++i;
    +    }
    +    /* if nothing valid to process we have a zero length response */
    +    if (i == 0)
    +        return 0;
    +    size = i;
    +    i = size - 1;
    +    j = size;
    +    while (1) {
    +        a[j] = a[i];
    +        if (--i < 0)
    +            break;
    +        a[j] |= (a[i] & 3) << 6;
    +        --j;
    +        a[j] = (unsigned char)((a[i] & 0x3c) >> 2);
    +        if (--i < 0)
    +            break;
    +        a[j] |= (a[i] & 0xf) << 4;
    +        --j;
    +        a[j] = (unsigned char)((a[i] & 0x30) >> 4);
    +        if (--i < 0)
    +            break;
    +        a[j] |= (a[i] << 2);
    +
    +        a[--j] = 0;
    +        if (--i < 0)
    +            break;
    +    }
    +    while (a[j] == 0 && j <= size)
    +        ++j;
    +    i = 0;
    +    while (j <= size)
    +        a[i++] = a[j++];
    +    return i;
    +}
     
     /*
      * Convert a raw byte string into a null-terminated base64 ASCII string.
      */
     static char *t_tob64(char *dst, const unsigned char *src, int size)
    -	{
    -	int c, pos = size % 3;
    -	unsigned char b0 = 0, b1 = 0, b2 = 0, notleading = 0;
    -	char *olddst = dst;
    -
    -	switch(pos)
    -		{
    -	case 1:
    -		b2 = src[0];
    -		break;
    -	case 2:
    -		b1 = src[0];
    -		b2 = src[1];
    -		break;
    -		}
    -
    -	while(1)
    -		{
    -		c = (b0 & 0xfc) >> 2;
    -		if(notleading || c != 0)
    -			{
    -			*dst++ = b64table[c];
    -			notleading = 1;
    -			}
    -		c = ((b0 & 3) << 4) | ((b1 & 0xf0) >> 4);
    -		if(notleading || c != 0)
    -			{
    -			*dst++ = b64table[c];
    -			notleading = 1;
    -			}
    -		c = ((b1 & 0xf) << 2) | ((b2 & 0xc0) >> 6);
    -		if(notleading || c != 0)
    -			{
    -			*dst++ = b64table[c];
    -			notleading = 1;
    -			}
    -		c = b2 & 0x3f;
    -		if(notleading || c != 0)
    -			{
    -			*dst++ = b64table[c];
    -			notleading = 1;
    -			}
    -		if(pos >= size) break;
    -		else
    -			{
    -			b0 = src[pos++];
    -			b1 = src[pos++];
    -			b2 = src[pos++];
    -			}
    -		}
    -
    -	*dst++ = '\0';
    -	return olddst;
    -	}
    +{
    +    int c, pos = size % 3;
    +    unsigned char b0 = 0, b1 = 0, b2 = 0, notleading = 0;
    +    char *olddst = dst;
    +
    +    switch (pos) {
    +    case 1:
    +        b2 = src[0];
    +        break;
    +    case 2:
    +        b1 = src[0];
    +        b2 = src[1];
    +        break;
    +    }
    +
    +    while (1) {
    +        c = (b0 & 0xfc) >> 2;
    +        if (notleading || c != 0) {
    +            *dst++ = b64table[c];
    +            notleading = 1;
    +        }
    +        c = ((b0 & 3) << 4) | ((b1 & 0xf0) >> 4);
    +        if (notleading || c != 0) {
    +            *dst++ = b64table[c];
    +            notleading = 1;
    +        }
    +        c = ((b1 & 0xf) << 2) | ((b2 & 0xc0) >> 6);
    +        if (notleading || c != 0) {
    +            *dst++ = b64table[c];
    +            notleading = 1;
    +        }
    +        c = b2 & 0x3f;
    +        if (notleading || c != 0) {
    +            *dst++ = b64table[c];
    +            notleading = 1;
    +        }
    +        if (pos >= size)
    +            break;
    +        else {
    +            b0 = src[pos++];
    +            b1 = src[pos++];
    +            b2 = src[pos++];
    +        }
    +    }
    +
    +    *dst++ = '\0';
    +    return olddst;
    +}
     
     static void SRP_user_pwd_free(SRP_user_pwd *user_pwd)
    -	{
    -	if (user_pwd == NULL) 
    -		return;
    -	BN_free(user_pwd->s);
    -	BN_clear_free(user_pwd->v);
    -	OPENSSL_free(user_pwd->id);
    -	OPENSSL_free(user_pwd->info);
    -	OPENSSL_free(user_pwd);
    -	}
    +{
    +    if (user_pwd == NULL)
    +        return;
    +    BN_free(user_pwd->s);
    +    BN_clear_free(user_pwd->v);
    +    OPENSSL_free(user_pwd->id);
    +    OPENSSL_free(user_pwd->info);
    +    OPENSSL_free(user_pwd);
    +}
     
     static SRP_user_pwd *SRP_user_pwd_new()
    -	{
    -	SRP_user_pwd *ret = OPENSSL_malloc(sizeof(SRP_user_pwd));
    -	if (ret == NULL)
    -		return NULL;								
    -	ret->N = NULL;
    -	ret->g = NULL;	
    -	ret->s = NULL;
    -	ret->v = NULL;
    -	ret->id = NULL ;
    -	ret->info = NULL;
    -	return ret;
    -	}
    +{
    +    SRP_user_pwd *ret = OPENSSL_malloc(sizeof(SRP_user_pwd));
    +    if (ret == NULL)
    +        return NULL;
    +    ret->N = NULL;
    +    ret->g = NULL;
    +    ret->s = NULL;
    +    ret->v = NULL;
    +    ret->id = NULL;
    +    ret->info = NULL;
    +    return ret;
    +}
     
     static void SRP_user_pwd_set_gN(SRP_user_pwd *vinfo, const BIGNUM *g,
    -				const BIGNUM *N)
    -	{
    -	vinfo->N = N;
    -	vinfo->g = g;	
    -	}
    +                                const BIGNUM *N)
    +{
    +    vinfo->N = N;
    +    vinfo->g = g;
    +}
     
     static int SRP_user_pwd_set_ids(SRP_user_pwd *vinfo, const char *id,
    -				const char *info)
    -	{
    -	if (id != NULL && NULL == (vinfo->id = BUF_strdup(id)))
    -		return 0;
    -	return (info == NULL || NULL != (vinfo->info = BUF_strdup(info))) ;
    -	}
    +                                const char *info)
    +{
    +    if (id != NULL && NULL == (vinfo->id = BUF_strdup(id)))
    +        return 0;
    +    return (info == NULL || NULL != (vinfo->info = BUF_strdup(info)));
    +}
     
     static int SRP_user_pwd_set_sv(SRP_user_pwd *vinfo, const char *s,
    -			       const char *v)
    -	{
    -	unsigned char tmp[MAX_LEN];
    -	int len;
    -
    -	if (strlen(s) > MAX_LEN || strlen(v) > MAX_LEN) 
    -		return 0; 
    -	len = t_fromb64(tmp, v);
    -	if (NULL == (vinfo->v = BN_bin2bn(tmp, len, NULL)) )
    -		return 0;
    -	len = t_fromb64(tmp, s);
    -	return ((vinfo->s = BN_bin2bn(tmp, len, NULL)) != NULL) ;
    -	}
    +                               const char *v)
    +{
    +    unsigned char tmp[MAX_LEN];
    +    int len;
    +
    +    if (strlen(s) > MAX_LEN || strlen(v) > MAX_LEN)
    +        return 0;
    +    len = t_fromb64(tmp, v);
    +    if (NULL == (vinfo->v = BN_bin2bn(tmp, len, NULL)))
    +        return 0;
    +    len = t_fromb64(tmp, s);
    +    return ((vinfo->s = BN_bin2bn(tmp, len, NULL)) != NULL);
    +}
     
     static int SRP_user_pwd_set_sv_BN(SRP_user_pwd *vinfo, BIGNUM *s, BIGNUM *v)
    -	{
    -	vinfo->v = v;
    -	vinfo->s = s;
    -	return (vinfo->s != NULL && vinfo->v != NULL) ;
    -	}
    +{
    +    vinfo->v = v;
    +    vinfo->s = s;
    +    return (vinfo->s != NULL && vinfo->v != NULL);
    +}
     
     SRP_VBASE *SRP_VBASE_new(char *seed_key)
    -	{
    -	SRP_VBASE *vb = (SRP_VBASE *) OPENSSL_malloc(sizeof(SRP_VBASE));
    -
    -	if (vb == NULL)
    -		return NULL;
    -	if (!(vb->users_pwd = sk_SRP_user_pwd_new_null()) ||
    -		!(vb->gN_cache = sk_SRP_gN_cache_new_null()))
    -		{
    -		OPENSSL_free(vb);
    -		return NULL;
    -		}
    -	vb->default_g = NULL;
    -	vb->default_N = NULL;
    -	vb->seed_key = NULL;
    -	if ((seed_key != NULL) && 
    -		(vb->seed_key = BUF_strdup(seed_key)) == NULL)
    -		{
    -		sk_SRP_user_pwd_free(vb->users_pwd);
    -		sk_SRP_gN_cache_free(vb->gN_cache);
    -		OPENSSL_free(vb);
    -		return NULL;
    -		}
    -	return vb;
    -	}
    -
    +{
    +    SRP_VBASE *vb = (SRP_VBASE *)OPENSSL_malloc(sizeof(SRP_VBASE));
    +
    +    if (vb == NULL)
    +        return NULL;
    +    if (!(vb->users_pwd = sk_SRP_user_pwd_new_null()) ||
    +        !(vb->gN_cache = sk_SRP_gN_cache_new_null())) {
    +        OPENSSL_free(vb);
    +        return NULL;
    +    }
    +    vb->default_g = NULL;
    +    vb->default_N = NULL;
    +    vb->seed_key = NULL;
    +    if ((seed_key != NULL) && (vb->seed_key = BUF_strdup(seed_key)) == NULL) {
    +        sk_SRP_user_pwd_free(vb->users_pwd);
    +        sk_SRP_gN_cache_free(vb->gN_cache);
    +        OPENSSL_free(vb);
    +        return NULL;
    +    }
    +    return vb;
    +}
     
     int SRP_VBASE_free(SRP_VBASE *vb)
    -	{
    -	sk_SRP_user_pwd_pop_free(vb->users_pwd,SRP_user_pwd_free);
    -	sk_SRP_gN_cache_free(vb->gN_cache);
    -	OPENSSL_free(vb->seed_key);
    -	OPENSSL_free(vb);
    -	return 0;
    -	}
    -
    +{
    +    sk_SRP_user_pwd_pop_free(vb->users_pwd, SRP_user_pwd_free);
    +    sk_SRP_gN_cache_free(vb->gN_cache);
    +    OPENSSL_free(vb->seed_key);
    +    OPENSSL_free(vb);
    +    return 0;
    +}
     
     static SRP_gN_cache *SRP_gN_new_init(const char *ch)
    -	{
    -	unsigned char tmp[MAX_LEN];
    -	int len;
    +{
    +    unsigned char tmp[MAX_LEN];
    +    int len;
     
    -	SRP_gN_cache *newgN = (SRP_gN_cache *)OPENSSL_malloc(sizeof(SRP_gN_cache));
    -	if (newgN == NULL)
    -		return NULL;
    +    SRP_gN_cache *newgN =
    +        (SRP_gN_cache *)OPENSSL_malloc(sizeof(SRP_gN_cache));
    +    if (newgN == NULL)
    +        return NULL;
     
    -	if ((newgN->b64_bn = BUF_strdup(ch)) == NULL)
    -		goto err;
    +    if ((newgN->b64_bn = BUF_strdup(ch)) == NULL)
    +        goto err;
     
    -	len = t_fromb64(tmp, ch);
    -	if ((newgN->bn = BN_bin2bn(tmp, len, NULL)))
    -		return newgN;
    -
    -	OPENSSL_free(newgN->b64_bn);
    -err:
    -	OPENSSL_free(newgN);
    -	return NULL;
    -	}
    +    len = t_fromb64(tmp, ch);
    +    if ((newgN->bn = BN_bin2bn(tmp, len, NULL)))
    +        return newgN;
     
    +    OPENSSL_free(newgN->b64_bn);
    + err:
    +    OPENSSL_free(newgN);
    +    return NULL;
    +}
     
     static void SRP_gN_free(SRP_gN_cache *gN_cache)
    -	{
    -	if (gN_cache == NULL)
    -		return;
    -	OPENSSL_free(gN_cache->b64_bn);
    -	BN_free(gN_cache->bn);
    -	OPENSSL_free(gN_cache);
    -	}
    +{
    +    if (gN_cache == NULL)
    +        return;
    +    OPENSSL_free(gN_cache->b64_bn);
    +    BN_free(gN_cache->bn);
    +    OPENSSL_free(gN_cache);
    +}
     
     static SRP_gN *SRP_get_gN_by_id(const char *id, STACK_OF(SRP_gN) *gN_tab)
    -	{
    -	int i;
    -
    -	SRP_gN *gN;
    -	if (gN_tab != NULL) 
    -	for(i = 0; i < sk_SRP_gN_num(gN_tab); i++)
    -		{
    -		gN = sk_SRP_gN_value(gN_tab, i);
    -		if (gN && (id == NULL || strcmp(gN->id,id)==0))
    -			return gN;
    -		}
    -	
    -	return SRP_get_default_gN(id);
    -	}
    +{
    +    int i;
    +
    +    SRP_gN *gN;
    +    if (gN_tab != NULL)
    +        for (i = 0; i < sk_SRP_gN_num(gN_tab); i++) {
    +            gN = sk_SRP_gN_value(gN_tab, i);
    +            if (gN && (id == NULL || strcmp(gN->id, id) == 0))
    +                return gN;
    +        }
    +
    +    return SRP_get_default_gN(id);
    +}
     
     static BIGNUM *SRP_gN_place_bn(STACK_OF(SRP_gN_cache) *gN_cache, char *ch)
    -	{
    -	int i;
    -	if (gN_cache == NULL)
    -		return NULL;
    -
    -	/* search if we have already one... */
    -	for(i = 0; i < sk_SRP_gN_cache_num(gN_cache); i++)
    -		{
    -		SRP_gN_cache *cache = sk_SRP_gN_cache_value(gN_cache, i);
    -		if (strcmp(cache->b64_bn,ch)==0)
    -			return cache->bn;
    -		}
    -		{		/* it is the first time that we find it */
    -		SRP_gN_cache *newgN = SRP_gN_new_init(ch);
    -		if (newgN)
    -			{
    -			if (sk_SRP_gN_cache_insert(gN_cache,newgN,0)>0)
    -				return newgN->bn;
    -			SRP_gN_free(newgN);
    -			}
    -		}
    -	return NULL;
    -	}
    -
    -/* this function parses verifier file. Format is:
    +{
    +    int i;
    +    if (gN_cache == NULL)
    +        return NULL;
    +
    +    /* search if we have already one... */
    +    for (i = 0; i < sk_SRP_gN_cache_num(gN_cache); i++) {
    +        SRP_gN_cache *cache = sk_SRP_gN_cache_value(gN_cache, i);
    +        if (strcmp(cache->b64_bn, ch) == 0)
    +            return cache->bn;
    +    }
    +    {                           /* it is the first time that we find it */
    +        SRP_gN_cache *newgN = SRP_gN_new_init(ch);
    +        if (newgN) {
    +            if (sk_SRP_gN_cache_insert(gN_cache, newgN, 0) > 0)
    +                return newgN->bn;
    +            SRP_gN_free(newgN);
    +        }
    +    }
    +    return NULL;
    +}
    +
    +/*
    + * this function parses verifier file. Format is:
      * string(index):base64(N):base64(g):0
      * string(username):base64(v):base64(salt):int(index)
      */
     
    -
     int SRP_VBASE_init(SRP_VBASE *vb, char *verifier_file)
    -	{
    -	int error_code ;
    -	STACK_OF(SRP_gN) *SRP_gN_tab = sk_SRP_gN_new_null();
    -	char *last_index = NULL;
    -	int i;
    -	char **pp;
    -
    -	SRP_gN *gN = NULL;
    -	SRP_user_pwd *user_pwd = NULL ;
    -
    -	TXT_DB *tmpdb = NULL;
    -	BIO *in = BIO_new(BIO_s_file());
    -
    -	error_code = SRP_ERR_OPEN_FILE;
    -
    -	if (in == NULL || BIO_read_filename(in,verifier_file) <= 0)
    -		goto err;
    -
    -	error_code = SRP_ERR_VBASE_INCOMPLETE_FILE;
    -
    -	if ((tmpdb =TXT_DB_read(in,DB_NUMBER)) == NULL)
    -		goto err;
    -
    -	error_code = SRP_ERR_MEMORY;
    -
    -
    -	if (vb->seed_key)
    -		{
    -		last_index = SRP_get_default_gN(NULL)->id;
    -		}
    -	for (i = 0; i < sk_OPENSSL_PSTRING_num(tmpdb->data); i++)
    -		{
    -		pp = sk_OPENSSL_PSTRING_value(tmpdb->data,i);
    -		if (pp[DB_srptype][0] == DB_SRP_INDEX)
    -			{
    -			/*we add this couple in the internal Stack */
    -
    -			if ((gN = (SRP_gN *)OPENSSL_malloc(sizeof(SRP_gN))) == NULL) 
    - 				goto err;
    -
    -			if  (!(gN->id = BUF_strdup(pp[DB_srpid]))
    -	                ||  !(gN->N = SRP_gN_place_bn(vb->gN_cache,pp[DB_srpverifier]))
    -			||  !(gN->g = SRP_gN_place_bn(vb->gN_cache,pp[DB_srpsalt]))
    -			||  sk_SRP_gN_insert(SRP_gN_tab,gN,0) == 0)
    -				goto err;
    -
    -			gN = NULL;
    -
    -			if (vb->seed_key != NULL)
    -				{
    -				last_index = pp[DB_srpid];
    -				}
    -			}
    -		else if (pp[DB_srptype][0] == DB_SRP_VALID)
    -			{
    -			/* it is a user .... */
    -			SRP_gN *lgN;
    -			if ((lgN = SRP_get_gN_by_id(pp[DB_srpgN],SRP_gN_tab))!=NULL)
    -				{
    -				error_code = SRP_ERR_MEMORY;
    -				if ((user_pwd = SRP_user_pwd_new()) == NULL) 
    -					goto err;
    -				
    -				SRP_user_pwd_set_gN(user_pwd,lgN->g,lgN->N);
    -				if (!SRP_user_pwd_set_ids(user_pwd, pp[DB_srpid],pp[DB_srpinfo]))
    -					goto err;
    -				
    -				error_code = SRP_ERR_VBASE_BN_LIB;
    -				if (!SRP_user_pwd_set_sv(user_pwd, pp[DB_srpsalt],pp[DB_srpverifier]))
    -					goto err;
    -
    -				if (sk_SRP_user_pwd_insert(vb->users_pwd, user_pwd, 0) == 0)
    -					goto err;
    -				user_pwd = NULL; /* abandon responsability */
    -				}
    -			}
    -		}
    -	
    -	if (last_index != NULL)
    -		{
    -		/* this means that we want to simulate a default user */
    -
    -		if (((gN = SRP_get_gN_by_id(last_index,SRP_gN_tab))==NULL))
    -			{
    -			error_code = SRP_ERR_VBASE_BN_LIB;
    -			goto err;
    -			}
    -		vb->default_g = gN->g ;
    -		vb->default_N = gN->N ;
    -		gN = NULL ;
    -		}
    -	error_code = SRP_NO_ERROR;
    +{
    +    int error_code;
    +    STACK_OF(SRP_gN) *SRP_gN_tab = sk_SRP_gN_new_null();
    +    char *last_index = NULL;
    +    int i;
    +    char **pp;
    +
    +    SRP_gN *gN = NULL;
    +    SRP_user_pwd *user_pwd = NULL;
    +
    +    TXT_DB *tmpdb = NULL;
    +    BIO *in = BIO_new(BIO_s_file());
    +
    +    error_code = SRP_ERR_OPEN_FILE;
    +
    +    if (in == NULL || BIO_read_filename(in, verifier_file) <= 0)
    +        goto err;
    +
    +    error_code = SRP_ERR_VBASE_INCOMPLETE_FILE;
    +
    +    if ((tmpdb = TXT_DB_read(in, DB_NUMBER)) == NULL)
    +        goto err;
    +
    +    error_code = SRP_ERR_MEMORY;
    +
    +    if (vb->seed_key) {
    +        last_index = SRP_get_default_gN(NULL)->id;
    +    }
    +    for (i = 0; i < sk_OPENSSL_PSTRING_num(tmpdb->data); i++) {
    +        pp = sk_OPENSSL_PSTRING_value(tmpdb->data, i);
    +        if (pp[DB_srptype][0] == DB_SRP_INDEX) {
    +            /*
    +             * we add this couple in the internal Stack
    +             */
    +
    +            if ((gN = (SRP_gN *) OPENSSL_malloc(sizeof(SRP_gN))) == NULL)
    +                goto err;
    +
    +            if (!(gN->id = BUF_strdup(pp[DB_srpid]))
    +                || !(gN->N =
    +                     SRP_gN_place_bn(vb->gN_cache, pp[DB_srpverifier]))
    +                || !(gN->g = SRP_gN_place_bn(vb->gN_cache, pp[DB_srpsalt]))
    +                || sk_SRP_gN_insert(SRP_gN_tab, gN, 0) == 0)
    +                goto err;
    +
    +            gN = NULL;
    +
    +            if (vb->seed_key != NULL) {
    +                last_index = pp[DB_srpid];
    +            }
    +        } else if (pp[DB_srptype][0] == DB_SRP_VALID) {
    +            /* it is a user .... */
    +            SRP_gN *lgN;
    +            if ((lgN = SRP_get_gN_by_id(pp[DB_srpgN], SRP_gN_tab)) != NULL) {
    +                error_code = SRP_ERR_MEMORY;
    +                if ((user_pwd = SRP_user_pwd_new()) == NULL)
    +                    goto err;
    +
    +                SRP_user_pwd_set_gN(user_pwd, lgN->g, lgN->N);
    +                if (!SRP_user_pwd_set_ids
    +                    (user_pwd, pp[DB_srpid], pp[DB_srpinfo]))
    +                    goto err;
    +
    +                error_code = SRP_ERR_VBASE_BN_LIB;
    +                if (!SRP_user_pwd_set_sv
    +                    (user_pwd, pp[DB_srpsalt], pp[DB_srpverifier]))
    +                    goto err;
    +
    +                if (sk_SRP_user_pwd_insert(vb->users_pwd, user_pwd, 0) == 0)
    +                    goto err;
    +                user_pwd = NULL; /* abandon responsability */
    +            }
    +        }
    +    }
    +
    +    if (last_index != NULL) {
    +        /* this means that we want to simulate a default user */
    +
    +        if (((gN = SRP_get_gN_by_id(last_index, SRP_gN_tab)) == NULL)) {
    +            error_code = SRP_ERR_VBASE_BN_LIB;
    +            goto err;
    +        }
    +        vb->default_g = gN->g;
    +        vb->default_N = gN->N;
    +        gN = NULL;
    +    }
    +    error_code = SRP_NO_ERROR;
     
      err:
    -	/* there may be still some leaks to fix, if this fails, the application terminates most likely */
    -
    -	if (gN != NULL)
    -		{
    -		OPENSSL_free(gN->id);
    -		OPENSSL_free(gN);
    -		}
    +    /*
    +     * there may be still some leaks to fix, if this fails, the application
    +     * terminates most likely
    +     */
     
    -	SRP_user_pwd_free(user_pwd);
    +    if (gN != NULL) {
    +        OPENSSL_free(gN->id);
    +        OPENSSL_free(gN);
    +    }
     
    -	if (tmpdb) TXT_DB_free(tmpdb);
    -	if (in) BIO_free_all(in);
    +    SRP_user_pwd_free(user_pwd);
     
    -	sk_SRP_gN_free(SRP_gN_tab);
    +    if (tmpdb)
    +        TXT_DB_free(tmpdb);
    +    if (in)
    +        BIO_free_all(in);
     
    -	return error_code;
    +    sk_SRP_gN_free(SRP_gN_tab);
     
    -	}
    +    return error_code;
     
    +}
     
     SRP_user_pwd *SRP_VBASE_get_by_user(SRP_VBASE *vb, char *username)
    -	{
    -	int i;
    -	SRP_user_pwd *user;
    -	unsigned char digv[SHA_DIGEST_LENGTH];
    -	unsigned char digs[SHA_DIGEST_LENGTH];
    -	EVP_MD_CTX ctxt;
    -
    -	if (vb == NULL)
    -		return NULL;
    -	for(i = 0; i < sk_SRP_user_pwd_num(vb->users_pwd); i++)
    -		{
    -		user = sk_SRP_user_pwd_value(vb->users_pwd, i);
    -		if (strcmp(user->id,username)==0)
    -			return user;
    -		}
    -	if ((vb->seed_key == NULL) ||
    -		(vb->default_g == NULL) ||
    -		(vb->default_N == NULL))
    -		return NULL;
    +{
    +    int i;
    +    SRP_user_pwd *user;
    +    unsigned char digv[SHA_DIGEST_LENGTH];
    +    unsigned char digs[SHA_DIGEST_LENGTH];
    +    EVP_MD_CTX ctxt;
    +
    +    if (vb == NULL)
    +        return NULL;
    +    for (i = 0; i < sk_SRP_user_pwd_num(vb->users_pwd); i++) {
    +        user = sk_SRP_user_pwd_value(vb->users_pwd, i);
    +        if (strcmp(user->id, username) == 0)
    +            return user;
    +    }
    +    if ((vb->seed_key == NULL) ||
    +        (vb->default_g == NULL) || (vb->default_N == NULL))
    +        return NULL;
     
     /* if the user is unknown we set parameters as well if we have a seed_key */
     
    -	if ((user = SRP_user_pwd_new()) == NULL) 
    -		return NULL;
    -
    -	SRP_user_pwd_set_gN(user,vb->default_g,vb->default_N);
    -				
    -	if (!SRP_user_pwd_set_ids(user,username,NULL))
    -		goto err;
    -		
    -	RAND_pseudo_bytes(digv, SHA_DIGEST_LENGTH);
    -	EVP_MD_CTX_init(&ctxt);
    -	EVP_DigestInit_ex(&ctxt, EVP_sha1(), NULL);
    -	EVP_DigestUpdate(&ctxt, vb->seed_key, strlen(vb->seed_key));
    -	EVP_DigestUpdate(&ctxt, username, strlen(username));
    -	EVP_DigestFinal_ex(&ctxt, digs, NULL);
    -	EVP_MD_CTX_cleanup(&ctxt);
    -	if (SRP_user_pwd_set_sv_BN(user, BN_bin2bn(digs,SHA_DIGEST_LENGTH,NULL), BN_bin2bn(digv,SHA_DIGEST_LENGTH, NULL))) 
    -		return user;
    -
    -err:    SRP_user_pwd_free(user);
    -	return NULL;
    -	}
    +    if ((user = SRP_user_pwd_new()) == NULL)
    +        return NULL;
     
    +    SRP_user_pwd_set_gN(user, vb->default_g, vb->default_N);
     
    -/*
    -   create a verifier (*salt,*verifier,g and N are in base64)
    -*/
    -char *SRP_create_verifier(const char *user, const char *pass, char **salt,
    -			  char **verifier, const char *N, const char *g)
    -	{
    -	int len;
    -	char * result=NULL;
    -	char *vf;
    -	BIGNUM *N_bn = NULL, *g_bn = NULL, *s = NULL, *v = NULL;
    -	unsigned char tmp[MAX_LEN];
    -	unsigned char tmp2[MAX_LEN];
    -	char * defgNid = NULL;
    -
    -	if ((user == NULL)||
    -		(pass == NULL)||
    -		(salt == NULL)||
    -		(verifier == NULL))
    -		goto err;
    -
    -	if (N)
    -		{
    -		if (!(len = t_fromb64(tmp, N))) goto err;
    -		N_bn = BN_bin2bn(tmp, len, NULL);
    -		if (!(len = t_fromb64(tmp, g))) goto err;
    -		g_bn = BN_bin2bn(tmp, len, NULL);
    -		defgNid = "*";
    -		}
    -	else
    -		{ 
    -		SRP_gN * gN = SRP_get_gN_by_id(g, NULL) ;
    -		if (gN == NULL)
    -			goto err;
    -		N_bn = gN->N;
    -		g_bn = gN->g;
    -		defgNid = gN->id;
    -		}
    -
    -	if (*salt == NULL)
    -		{
    -		RAND_pseudo_bytes(tmp2, SRP_RANDOM_SALT_LEN);
    -
    -		s = BN_bin2bn(tmp2, SRP_RANDOM_SALT_LEN, NULL);
    -		}
    -	else
    -		{
    -		if (!(len = t_fromb64(tmp2, *salt)))
    -			goto err;
    -		s = BN_bin2bn(tmp2, len, NULL);
    -		}
    -
    -
    -	if(!SRP_create_verifier_BN(user, pass, &s, &v, N_bn, g_bn)) goto err;
    -
    -	BN_bn2bin(v,tmp);
    -	if (((vf = OPENSSL_malloc(BN_num_bytes(v)*2)) == NULL))
    -		goto err;
    -	t_tob64(vf, tmp, BN_num_bytes(v));
    -
    -	*verifier = vf;
    -	if (*salt == NULL)
    -		{
    -		char *tmp_salt;
    -
    -		if ((tmp_salt = OPENSSL_malloc(SRP_RANDOM_SALT_LEN * 2)) == NULL)
    -			{
    -			OPENSSL_free(vf);
    -			goto err;
    -			}
    -		t_tob64(tmp_salt, tmp2, SRP_RANDOM_SALT_LEN);
    -		*salt = tmp_salt;
    -		}
    -
    -	result=defgNid;
    -
    -err:
    -	if(N)
    -		{
    -		BN_free(N_bn);
    -		BN_free(g_bn);
    -		}
    -	return result;
    -	}
    +    if (!SRP_user_pwd_set_ids(user, username, NULL))
    +        goto err;
    +
    +    RAND_pseudo_bytes(digv, SHA_DIGEST_LENGTH);
    +    EVP_MD_CTX_init(&ctxt);
    +    EVP_DigestInit_ex(&ctxt, EVP_sha1(), NULL);
    +    EVP_DigestUpdate(&ctxt, vb->seed_key, strlen(vb->seed_key));
    +    EVP_DigestUpdate(&ctxt, username, strlen(username));
    +    EVP_DigestFinal_ex(&ctxt, digs, NULL);
    +    EVP_MD_CTX_cleanup(&ctxt);
    +    if (SRP_user_pwd_set_sv_BN
    +        (user, BN_bin2bn(digs, SHA_DIGEST_LENGTH, NULL),
    +         BN_bin2bn(digv, SHA_DIGEST_LENGTH, NULL)))
    +        return user;
    +
    + err:SRP_user_pwd_free(user);
    +    return NULL;
    +}
     
     /*
    -   create a verifier (*salt,*verifier,g and N are BIGNUMs)
    -*/
    -int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **salt, BIGNUM **verifier, BIGNUM *N, BIGNUM *g)
    -	{
    -	int result=0;
    -	BIGNUM *x = NULL;
    -	BN_CTX *bn_ctx = BN_CTX_new();
    -	unsigned char tmp2[MAX_LEN];
    + * create a verifier (*salt,*verifier,g and N are in base64)
    + */
    +char *SRP_create_verifier(const char *user, const char *pass, char **salt,
    +                          char **verifier, const char *N, const char *g)
    +{
    +    int len;
    +    char *result = NULL;
    +    char *vf;
    +    BIGNUM *N_bn = NULL, *g_bn = NULL, *s = NULL, *v = NULL;
    +    unsigned char tmp[MAX_LEN];
    +    unsigned char tmp2[MAX_LEN];
    +    char *defgNid = NULL;
    +
    +    if ((user == NULL) ||
    +        (pass == NULL) || (salt == NULL) || (verifier == NULL))
    +        goto err;
    +
    +    if (N) {
    +        if (!(len = t_fromb64(tmp, N)))
    +            goto err;
    +        N_bn = BN_bin2bn(tmp, len, NULL);
    +        if (!(len = t_fromb64(tmp, g)))
    +            goto err;
    +        g_bn = BN_bin2bn(tmp, len, NULL);
    +        defgNid = "*";
    +    } else {
    +        SRP_gN *gN = SRP_get_gN_by_id(g, NULL);
    +        if (gN == NULL)
    +            goto err;
    +        N_bn = gN->N;
    +        g_bn = gN->g;
    +        defgNid = gN->id;
    +    }
    +
    +    if (*salt == NULL) {
    +        RAND_pseudo_bytes(tmp2, SRP_RANDOM_SALT_LEN);
    +
    +        s = BN_bin2bn(tmp2, SRP_RANDOM_SALT_LEN, NULL);
    +    } else {
    +        if (!(len = t_fromb64(tmp2, *salt)))
    +            goto err;
    +        s = BN_bin2bn(tmp2, len, NULL);
    +    }
    +
    +    if (!SRP_create_verifier_BN(user, pass, &s, &v, N_bn, g_bn))
    +        goto err;
    +
    +    BN_bn2bin(v, tmp);
    +    if (((vf = OPENSSL_malloc(BN_num_bytes(v) * 2)) == NULL))
    +        goto err;
    +    t_tob64(vf, tmp, BN_num_bytes(v));
    +
    +    *verifier = vf;
    +    if (*salt == NULL) {
    +        char *tmp_salt;
    +
    +        if ((tmp_salt = OPENSSL_malloc(SRP_RANDOM_SALT_LEN * 2)) == NULL) {
    +            OPENSSL_free(vf);
    +            goto err;
    +        }
    +        t_tob64(tmp_salt, tmp2, SRP_RANDOM_SALT_LEN);
    +        *salt = tmp_salt;
    +    }
    +
    +    result = defgNid;
     
    -	if ((user == NULL)||
    -		(pass == NULL)||
    -		(salt == NULL)||
    -		(verifier == NULL)||
    -		(N == NULL)||
    -		(g == NULL)||
    -		(bn_ctx == NULL))
    -		goto err;
    + err:
    +    if (N) {
    +        BN_free(N_bn);
    +        BN_free(g_bn);
    +    }
    +    return result;
    +}
     
    -	srp_bn_print(N);
    -	srp_bn_print(g);
    +/*
    + * create a verifier (*salt,*verifier,g and N are BIGNUMs)
    + */
    +int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **salt,
    +                           BIGNUM **verifier, BIGNUM *N, BIGNUM *g)
    +{
    +    int result = 0;
    +    BIGNUM *x = NULL;
    +    BN_CTX *bn_ctx = BN_CTX_new();
    +    unsigned char tmp2[MAX_LEN];
     
    -	if (*salt == NULL)
    -		{
    -		RAND_pseudo_bytes(tmp2, SRP_RANDOM_SALT_LEN);
    +    if ((user == NULL) ||
    +        (pass == NULL) ||
    +        (salt == NULL) ||
    +        (verifier == NULL) || (N == NULL) || (g == NULL) || (bn_ctx == NULL))
    +        goto err;
     
    -		*salt = BN_bin2bn(tmp2,SRP_RANDOM_SALT_LEN,NULL);
    -		}
    +    srp_bn_print(N);
    +    srp_bn_print(g);
     
    -	x = SRP_Calc_x(*salt,user,pass);
    +    if (*salt == NULL) {
    +        RAND_pseudo_bytes(tmp2, SRP_RANDOM_SALT_LEN);
     
    -	*verifier = BN_new();
    -	if(*verifier == NULL) goto err;
    +        *salt = BN_bin2bn(tmp2, SRP_RANDOM_SALT_LEN, NULL);
    +    }
     
    -	if (!BN_mod_exp(*verifier,g,x,N,bn_ctx))
    -		{
    -		BN_clear_free(*verifier);
    -		goto err;
    -		}
    +    x = SRP_Calc_x(*salt, user, pass);
     
    -	srp_bn_print(*verifier);
    +    *verifier = BN_new();
    +    if (*verifier == NULL)
    +        goto err;
     
    -	result=1;
    +    if (!BN_mod_exp(*verifier, g, x, N, bn_ctx)) {
    +        BN_clear_free(*verifier);
    +        goto err;
    +    }
     
    -err:
    +    srp_bn_print(*verifier);
     
    -	BN_clear_free(x);
    -	BN_CTX_free(bn_ctx);
    -	return result;
    -	}
    +    result = 1;
     
    + err:
     
    +    BN_clear_free(x);
    +    BN_CTX_free(bn_ctx);
    +    return result;
    +}
     
     #endif
    diff --git a/openssl/crypto/srp/srptest.c b/openssl/crypto/srp/srptest.c
    index 04b66b454..451c70e40 100644
    --- a/openssl/crypto/srp/srptest.c
    +++ b/openssl/crypto/srp/srptest.c
    @@ -1,162 +1,154 @@
     #include 
     #ifdef OPENSSL_NO_SRP
     
    -#include 
    +# include 
     
     int main(int argc, char *argv[])
    -	{
    -	printf("No SRP support\n");
    -	return(0);
    -	}
    +{
    +    printf("No SRP support\n");
    +    return (0);
    +}
     
     #else
     
    -#include 
    -#include 
    -#include 
    +# include 
    +# include 
    +# include 
     
     static void showbn(const char *name, const BIGNUM *bn)
    -	{
    -	fputs(name, stdout);
    -	fputs(" = ", stdout);
    -	BN_print_fp(stdout, bn);
    -	putc('\n', stdout);
    -	}
    -
    -#define RANDOM_SIZE 32	/* use 256 bits on each side */
    -
    -static int run_srp(const char *username, const char *client_pass, const char *server_pass)
    -	{
    -	int ret=-1;
    -	BIGNUM *s = NULL;
    -	BIGNUM *v = NULL;
    -	BIGNUM *a = NULL;
    -	BIGNUM *b = NULL;
    -	BIGNUM *u = NULL;
    -	BIGNUM *x = NULL;
    -	BIGNUM *Apub = NULL;
    -	BIGNUM *Bpub = NULL;
    -	BIGNUM *Kclient = NULL;
    -	BIGNUM *Kserver = NULL;
    -	unsigned char rand_tmp[RANDOM_SIZE];
    -	/* use builtin 1024-bit params */
    -	SRP_gN *GN = SRP_get_default_gN("1024");
    -
    -	if(GN == NULL)
    -		{
    -		fprintf(stderr, "Failed to get SRP parameters\n");
    -		return -1;
    -		}
    -	/* Set up server's password entry */
    -	if(!SRP_create_verifier_BN(username, server_pass, &s, &v, GN->N, GN->g))
    -		{
    -		fprintf(stderr, "Failed to create SRP verifier\n");
    -		return -1;
    -		}
    -
    -	showbn("N", GN->N);
    -	showbn("g", GN->g);
    -	showbn("Salt", s);
    -	showbn("Verifier", v);
    -
    -	/* Server random */
    -	RAND_pseudo_bytes(rand_tmp, sizeof(rand_tmp));
    -	b = BN_bin2bn(rand_tmp, sizeof(rand_tmp), NULL);
    -	/* TODO - check b != 0 */
    -	showbn("b", b);
    -
    -	/* Server's first message */
    -	Bpub = SRP_Calc_B(b, GN->N, GN->g, v);
    -	showbn("B", Bpub);
    -
    -	if(!SRP_Verify_B_mod_N(Bpub, GN->N))
    -		{
    -		fprintf(stderr, "Invalid B\n");
    -		return -1;
    -		}
    -
    -	/* Client random */
    -	RAND_pseudo_bytes(rand_tmp, sizeof(rand_tmp));
    -	a = BN_bin2bn(rand_tmp, sizeof(rand_tmp), NULL);
    -	/* TODO - check a != 0 */
    -	showbn("a", a);
    -
    -	/* Client's response */
    -	Apub = SRP_Calc_A(a, GN->N, GN->g);
    -	showbn("A", Apub);
    -
    -	if(!SRP_Verify_A_mod_N(Apub, GN->N))
    -		{
    -		fprintf(stderr, "Invalid A\n");
    -		return -1;
    -		}
    -
    -	/* Both sides calculate u */
    -	u = SRP_Calc_u(Apub, Bpub, GN->N);
    -
    -	/* Client's key */
    -	x = SRP_Calc_x(s, username, client_pass);
    -	Kclient = SRP_Calc_client_key(GN->N, Bpub, GN->g, x, a, u);
    -	showbn("Client's key", Kclient);
    -
    -	/* Server's key */
    -	Kserver = SRP_Calc_server_key(Apub, v, u, b, GN->N);
    -	showbn("Server's key", Kserver);
    -
    -	if(BN_cmp(Kclient, Kserver) == 0)
    -		{
    -		ret = 0;
    -		}
    -	else
    -		{
    -		fprintf(stderr, "Keys mismatch\n");
    -		ret = 1;
    -		}
    -
    -	BN_clear_free(Kclient);
    -	BN_clear_free(Kserver);
    -	BN_clear_free(x);
    -	BN_free(u);
    -	BN_free(Apub);
    -	BN_clear_free(a);
    -	BN_free(Bpub);
    -	BN_clear_free(b);
    -	BN_free(s);
    -	BN_clear_free(v);
    -
    -	return ret;
    -	}
    +{
    +    fputs(name, stdout);
    +    fputs(" = ", stdout);
    +    BN_print_fp(stdout, bn);
    +    putc('\n', stdout);
    +}
    +
    +# define RANDOM_SIZE 32         /* use 256 bits on each side */
    +
    +static int run_srp(const char *username, const char *client_pass,
    +                   const char *server_pass)
    +{
    +    int ret = -1;
    +    BIGNUM *s = NULL;
    +    BIGNUM *v = NULL;
    +    BIGNUM *a = NULL;
    +    BIGNUM *b = NULL;
    +    BIGNUM *u = NULL;
    +    BIGNUM *x = NULL;
    +    BIGNUM *Apub = NULL;
    +    BIGNUM *Bpub = NULL;
    +    BIGNUM *Kclient = NULL;
    +    BIGNUM *Kserver = NULL;
    +    unsigned char rand_tmp[RANDOM_SIZE];
    +    /* use builtin 1024-bit params */
    +    SRP_gN *GN = SRP_get_default_gN("1024");
    +
    +    if (GN == NULL) {
    +        fprintf(stderr, "Failed to get SRP parameters\n");
    +        return -1;
    +    }
    +    /* Set up server's password entry */
    +    if (!SRP_create_verifier_BN(username, server_pass, &s, &v, GN->N, GN->g)) {
    +        fprintf(stderr, "Failed to create SRP verifier\n");
    +        return -1;
    +    }
    +
    +    showbn("N", GN->N);
    +    showbn("g", GN->g);
    +    showbn("Salt", s);
    +    showbn("Verifier", v);
    +
    +    /* Server random */
    +    RAND_pseudo_bytes(rand_tmp, sizeof(rand_tmp));
    +    b = BN_bin2bn(rand_tmp, sizeof(rand_tmp), NULL);
    +    /* TODO - check b != 0 */
    +    showbn("b", b);
    +
    +    /* Server's first message */
    +    Bpub = SRP_Calc_B(b, GN->N, GN->g, v);
    +    showbn("B", Bpub);
    +
    +    if (!SRP_Verify_B_mod_N(Bpub, GN->N)) {
    +        fprintf(stderr, "Invalid B\n");
    +        return -1;
    +    }
    +
    +    /* Client random */
    +    RAND_pseudo_bytes(rand_tmp, sizeof(rand_tmp));
    +    a = BN_bin2bn(rand_tmp, sizeof(rand_tmp), NULL);
    +    /* TODO - check a != 0 */
    +    showbn("a", a);
    +
    +    /* Client's response */
    +    Apub = SRP_Calc_A(a, GN->N, GN->g);
    +    showbn("A", Apub);
    +
    +    if (!SRP_Verify_A_mod_N(Apub, GN->N)) {
    +        fprintf(stderr, "Invalid A\n");
    +        return -1;
    +    }
    +
    +    /* Both sides calculate u */
    +    u = SRP_Calc_u(Apub, Bpub, GN->N);
    +
    +    /* Client's key */
    +    x = SRP_Calc_x(s, username, client_pass);
    +    Kclient = SRP_Calc_client_key(GN->N, Bpub, GN->g, x, a, u);
    +    showbn("Client's key", Kclient);
    +
    +    /* Server's key */
    +    Kserver = SRP_Calc_server_key(Apub, v, u, b, GN->N);
    +    showbn("Server's key", Kserver);
    +
    +    if (BN_cmp(Kclient, Kserver) == 0) {
    +        ret = 0;
    +    } else {
    +        fprintf(stderr, "Keys mismatch\n");
    +        ret = 1;
    +    }
    +
    +    BN_clear_free(Kclient);
    +    BN_clear_free(Kserver);
    +    BN_clear_free(x);
    +    BN_free(u);
    +    BN_free(Apub);
    +    BN_clear_free(a);
    +    BN_free(Bpub);
    +    BN_clear_free(b);
    +    BN_free(s);
    +    BN_clear_free(v);
    +
    +    return ret;
    +}
     
     int main(int argc, char **argv)
    -	{
    -	BIO *bio_err;
    -	bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
    -
    -	CRYPTO_malloc_debug_init();
    -	CRYPTO_dbg_set_options(V_CRYPTO_MDEBUG_ALL);
    -	CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON);
    -
    -	ERR_load_crypto_strings();
    -
    -	/* "Negative" test, expect a mismatch */
    -	if(run_srp("alice", "password1", "password2") == 0)
    -		{
    -		fprintf(stderr, "Mismatched SRP run failed\n");
    -		return 1;
    -		}
    -
    -	/* "Positive" test, should pass */
    -	if(run_srp("alice", "password", "password") != 0)
    -		{
    -		fprintf(stderr, "Plain SRP run failed\n");
    -		return 1;
    -		}
    -
    -	CRYPTO_cleanup_all_ex_data();
    -	ERR_remove_thread_state(NULL);
    -	ERR_free_strings();
    -	CRYPTO_mem_leaks(bio_err);
    -
    -	return 0;
    -	}
    +{
    +    BIO *bio_err;
    +    bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
    +
    +    CRYPTO_malloc_debug_init();
    +    CRYPTO_dbg_set_options(V_CRYPTO_MDEBUG_ALL);
    +    CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON);
    +
    +    ERR_load_crypto_strings();
    +
    +    /* "Negative" test, expect a mismatch */
    +    if (run_srp("alice", "password1", "password2") == 0) {
    +        fprintf(stderr, "Mismatched SRP run failed\n");
    +        return 1;
    +    }
    +
    +    /* "Positive" test, should pass */
    +    if (run_srp("alice", "password", "password") != 0) {
    +        fprintf(stderr, "Plain SRP run failed\n");
    +        return 1;
    +    }
    +
    +    CRYPTO_cleanup_all_ex_data();
    +    ERR_remove_thread_state(NULL);
    +    ERR_free_strings();
    +    CRYPTO_mem_leaks(bio_err);
    +
    +    return 0;
    +}
     #endif
    diff --git a/openssl/crypto/stack/safestack.h b/openssl/crypto/stack/safestack.h
    index bc194cb26..1d4f87eab 100644
    --- a/openssl/crypto/stack/safestack.h
    +++ b/openssl/crypto/stack/safestack.h
    @@ -6,7 +6,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,55 +53,57 @@
      */
     
     #ifndef HEADER_SAFESTACK_H
    -#define HEADER_SAFESTACK_H
    +# define HEADER_SAFESTACK_H
     
    -#include 
    +# include 
     
     #ifdef __cplusplus
     extern "C" {
     #endif
     
    -#ifndef CHECKED_PTR_OF
    -#define CHECKED_PTR_OF(type, p) \
    +# ifndef CHECKED_PTR_OF
    +#  define CHECKED_PTR_OF(type, p) \
         ((void*) (1 ? p : (type*)0))
    -#endif
    +# endif
     
    -/* In C++ we get problems because an explicit cast is needed from (void *)
    - * we use CHECKED_STACK_OF to ensure the correct type is passed in the macros
    - * below. 
    +/*
    + * In C++ we get problems because an explicit cast is needed from (void *) we
    + * use CHECKED_STACK_OF to ensure the correct type is passed in the macros
    + * below.
      */
     
    -#define CHECKED_STACK_OF(type, p) \
    +# define CHECKED_STACK_OF(type, p) \
         ((_STACK*) (1 ? p : (STACK_OF(type)*)0))
     
    -#define CHECKED_SK_FREE_FUNC(type, p) \
    -    ((void (*)(void *)) ((1 ? p : (void (*)(type *))0)))
    +# define CHECKED_SK_COPY_FUNC(type, p) \
    +    ((void *(*)(void *)) ((1 ? p : (type *(*)(const type *))0)))
     
    -#define CHECKED_SK_FREE_FUNC2(type, p) \
    -    ((void (*)(void *)) ((1 ? p : (void (*)(type))0)))
    +# define CHECKED_SK_FREE_FUNC(type, p) \
    +    ((void (*)(void *)) ((1 ? p : (void (*)(type *))0)))
     
    -#define CHECKED_SK_CMP_FUNC(type, p) \
    +# define CHECKED_SK_CMP_FUNC(type, p) \
         ((int (*)(const void *, const void *)) \
    -	((1 ? p : (int (*)(const type * const *, const type * const *))0)))
    +        ((1 ? p : (int (*)(const type * const *, const type * const *))0)))
     
    -#define STACK_OF(type) struct stack_st_##type
    -#define PREDECLARE_STACK_OF(type) STACK_OF(type);
    +# define STACK_OF(type) struct stack_st_##type
    +# define PREDECLARE_STACK_OF(type) STACK_OF(type);
     
    -#define DECLARE_STACK_OF(type) \
    +# define DECLARE_STACK_OF(type) \
     STACK_OF(type) \
         { \
         _STACK stack; \
         };
    -#define DECLARE_SPECIAL_STACK_OF(type, type2) \
    +# define DECLARE_SPECIAL_STACK_OF(type, type2) \
     STACK_OF(type) \
         { \
         _STACK stack; \
         };
     
    -#define IMPLEMENT_STACK_OF(type) /* nada (obsolete in new safestack approach)*/
    +/* nada (obsolete in new safestack approach)*/
    +# define IMPLEMENT_STACK_OF(type)
     
    -
    -/* Strings are special: normally an lhash entry will point to a single
    +/*-
    + * Strings are special: normally an lhash entry will point to a single
      * (somewhat) mutable object. In the case of strings:
      *
      * a) Instead of a single char, there is an array of chars, NUL-terminated.
    @@ -110,7 +112,7 @@ STACK_OF(type) \
      * So, they need their own declarations. Especially important for
      * type-checking tools, such as Deputy.
      *
    -o * In practice, however, it appears to be hard to have a const
    + * In practice, however, it appears to be hard to have a const
      * string. For now, I'm settling for dealing with the fact it is a
      * string at all.
      */
    @@ -118,2554 +120,2553 @@ typedef char *OPENSSL_STRING;
     
     typedef const char *OPENSSL_CSTRING;
     
    -/* Confusingly, LHASH_OF(STRING) deals with char ** throughout, but
    - * STACK_OF(STRING) is really more like STACK_OF(char), only, as
    - * mentioned above, instead of a single char each entry is a
    - * NUL-terminated array of chars. So, we have to implement STRING
    - * specially for STACK_OF. This is dealt with in the autogenerated
    - * macros below.
    +/*
    + * Confusingly, LHASH_OF(STRING) deals with char ** throughout, but
    + * STACK_OF(STRING) is really more like STACK_OF(char), only, as mentioned
    + * above, instead of a single char each entry is a NUL-terminated array of
    + * chars. So, we have to implement STRING specially for STACK_OF. This is
    + * dealt with in the autogenerated macros below.
      */
     
     DECLARE_SPECIAL_STACK_OF(OPENSSL_STRING, char)
     
    -/* Similarly, we sometimes use a block of characters, NOT
    - * nul-terminated. These should also be distinguished from "normal"
    - * stacks. */
    -
    +/*
    + * Similarly, we sometimes use a block of characters, NOT nul-terminated.
    + * These should also be distinguished from "normal" stacks.
    + */
     typedef void *OPENSSL_BLOCK;
     DECLARE_SPECIAL_STACK_OF(OPENSSL_BLOCK, void)
     
    -/* SKM_sk_... stack macros are internal to safestack.h:
    - * never use them directly, use sk__... instead */
    -#define SKM_sk_new(type, cmp) \
    -	((STACK_OF(type) *)sk_new(CHECKED_SK_CMP_FUNC(type, cmp)))
    -#define SKM_sk_new_null(type) \
    -	((STACK_OF(type) *)sk_new_null())
    -#define SKM_sk_free(type, st) \
    -	sk_free(CHECKED_STACK_OF(type, st))
    -#define SKM_sk_num(type, st) \
    -	sk_num(CHECKED_STACK_OF(type, st))
    -#define SKM_sk_value(type, st,i) \
    -	((type *)sk_value(CHECKED_STACK_OF(type, st), i))
    -#define SKM_sk_set(type, st,i,val) \
    -	sk_set(CHECKED_STACK_OF(type, st), i, CHECKED_PTR_OF(type, val))
    -#define SKM_sk_zero(type, st) \
    -	sk_zero(CHECKED_STACK_OF(type, st))
    -#define SKM_sk_push(type, st, val) \
    -	sk_push(CHECKED_STACK_OF(type, st), CHECKED_PTR_OF(type, val))
    -#define SKM_sk_unshift(type, st, val) \
    -	sk_unshift(CHECKED_STACK_OF(type, st), CHECKED_PTR_OF(type, val))
    -#define SKM_sk_find(type, st, val) \
    -	sk_find(CHECKED_STACK_OF(type, st), CHECKED_PTR_OF(type, val))
    -#define SKM_sk_find_ex(type, st, val) \
    -	sk_find_ex(CHECKED_STACK_OF(type, st), \
    -		   CHECKED_PTR_OF(type, val))
    -#define SKM_sk_delete(type, st, i) \
    -	(type *)sk_delete(CHECKED_STACK_OF(type, st), i)
    -#define SKM_sk_delete_ptr(type, st, ptr) \
    -	(type *)sk_delete_ptr(CHECKED_STACK_OF(type, st), CHECKED_PTR_OF(type, ptr))
    -#define SKM_sk_insert(type, st,val, i) \
    -	sk_insert(CHECKED_STACK_OF(type, st), CHECKED_PTR_OF(type, val), i)
    -#define SKM_sk_set_cmp_func(type, st, cmp) \
    -	((int (*)(const type * const *,const type * const *)) \
    -	sk_set_cmp_func(CHECKED_STACK_OF(type, st), CHECKED_SK_CMP_FUNC(type, cmp)))
    -#define SKM_sk_dup(type, st) \
    -	(STACK_OF(type) *)sk_dup(CHECKED_STACK_OF(type, st))
    -#define SKM_sk_pop_free(type, st, free_func) \
    -	sk_pop_free(CHECKED_STACK_OF(type, st), CHECKED_SK_FREE_FUNC(type, free_func))
    -#define SKM_sk_shift(type, st) \
    -	(type *)sk_shift(CHECKED_STACK_OF(type, st))
    -#define SKM_sk_pop(type, st) \
    -	(type *)sk_pop(CHECKED_STACK_OF(type, st))
    -#define SKM_sk_sort(type, st) \
    -	sk_sort(CHECKED_STACK_OF(type, st))
    -#define SKM_sk_is_sorted(type, st) \
    -	sk_is_sorted(CHECKED_STACK_OF(type, st))
    -
    -#define	SKM_ASN1_SET_OF_d2i(type, st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    +/*
    + * SKM_sk_... stack macros are internal to safestack.h: never use them
    + * directly, use sk__... instead
    + */
    +# define SKM_sk_new(type, cmp) \
    +        ((STACK_OF(type) *)sk_new(CHECKED_SK_CMP_FUNC(type, cmp)))
    +# define SKM_sk_new_null(type) \
    +        ((STACK_OF(type) *)sk_new_null())
    +# define SKM_sk_free(type, st) \
    +        sk_free(CHECKED_STACK_OF(type, st))
    +# define SKM_sk_num(type, st) \
    +        sk_num(CHECKED_STACK_OF(type, st))
    +# define SKM_sk_value(type, st,i) \
    +        ((type *)sk_value(CHECKED_STACK_OF(type, st), i))
    +# define SKM_sk_set(type, st,i,val) \
    +        sk_set(CHECKED_STACK_OF(type, st), i, CHECKED_PTR_OF(type, val))
    +# define SKM_sk_zero(type, st) \
    +        sk_zero(CHECKED_STACK_OF(type, st))
    +# define SKM_sk_push(type, st, val) \
    +        sk_push(CHECKED_STACK_OF(type, st), CHECKED_PTR_OF(type, val))
    +# define SKM_sk_unshift(type, st, val) \
    +        sk_unshift(CHECKED_STACK_OF(type, st), CHECKED_PTR_OF(type, val))
    +# define SKM_sk_find(type, st, val) \
    +        sk_find(CHECKED_STACK_OF(type, st), CHECKED_PTR_OF(type, val))
    +# define SKM_sk_find_ex(type, st, val) \
    +        sk_find_ex(CHECKED_STACK_OF(type, st), \
    +                   CHECKED_PTR_OF(type, val))
    +# define SKM_sk_delete(type, st, i) \
    +        (type *)sk_delete(CHECKED_STACK_OF(type, st), i)
    +# define SKM_sk_delete_ptr(type, st, ptr) \
    +        (type *)sk_delete_ptr(CHECKED_STACK_OF(type, st), CHECKED_PTR_OF(type, ptr))
    +# define SKM_sk_insert(type, st,val, i) \
    +        sk_insert(CHECKED_STACK_OF(type, st), CHECKED_PTR_OF(type, val), i)
    +# define SKM_sk_set_cmp_func(type, st, cmp) \
    +        ((int (*)(const type * const *,const type * const *)) \
    +        sk_set_cmp_func(CHECKED_STACK_OF(type, st), CHECKED_SK_CMP_FUNC(type, cmp)))
    +# define SKM_sk_dup(type, st) \
    +        (STACK_OF(type) *)sk_dup(CHECKED_STACK_OF(type, st))
    +# define SKM_sk_pop_free(type, st, free_func) \
    +        sk_pop_free(CHECKED_STACK_OF(type, st), CHECKED_SK_FREE_FUNC(type, free_func))
    +# define SKM_sk_deep_copy(type, st, copy_func, free_func) \
    +        (STACK_OF(type) *)sk_deep_copy(CHECKED_STACK_OF(type, st), CHECKED_SK_COPY_FUNC(type, copy_func), CHECKED_SK_FREE_FUNC(type, free_func))
    +# define SKM_sk_shift(type, st) \
    +        (type *)sk_shift(CHECKED_STACK_OF(type, st))
    +# define SKM_sk_pop(type, st) \
    +        (type *)sk_pop(CHECKED_STACK_OF(type, st))
    +# define SKM_sk_sort(type, st) \
    +        sk_sort(CHECKED_STACK_OF(type, st))
    +# define SKM_sk_is_sorted(type, st) \
    +        sk_is_sorted(CHECKED_STACK_OF(type, st))
    +# define SKM_ASN1_SET_OF_d2i(type, st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
       (STACK_OF(type) *)d2i_ASN1_SET( \
    -				(STACK_OF(OPENSSL_BLOCK) **)CHECKED_PTR_OF(STACK_OF(type)*, st), \
    -				pp, length, \
    -				CHECKED_D2I_OF(type, d2i_func), \
    -				CHECKED_SK_FREE_FUNC(type, free_func), \
    -				ex_tag, ex_class)
    -
    -#define	SKM_ASN1_SET_OF_i2d(type, st, pp, i2d_func, ex_tag, ex_class, is_set) \
    +                                (STACK_OF(OPENSSL_BLOCK) **)CHECKED_PTR_OF(STACK_OF(type)*, st), \
    +                                pp, length, \
    +                                CHECKED_D2I_OF(type, d2i_func), \
    +                                CHECKED_SK_FREE_FUNC(type, free_func), \
    +                                ex_tag, ex_class)
    +# define SKM_ASN1_SET_OF_i2d(type, st, pp, i2d_func, ex_tag, ex_class, is_set) \
       i2d_ASN1_SET((STACK_OF(OPENSSL_BLOCK) *)CHECKED_STACK_OF(type, st), pp, \
    -				CHECKED_I2D_OF(type, i2d_func), \
    -				ex_tag, ex_class, is_set)
    -
    -#define	SKM_ASN1_seq_pack(type, st, i2d_func, buf, len) \
    -	ASN1_seq_pack(CHECKED_PTR_OF(STACK_OF(type), st), \
    -			CHECKED_I2D_OF(type, i2d_func), buf, len)
    -
    -#define	SKM_ASN1_seq_unpack(type, buf, len, d2i_func, free_func) \
    -	(STACK_OF(type) *)ASN1_seq_unpack(buf, len, CHECKED_D2I_OF(type, d2i_func), CHECKED_SK_FREE_FUNC(type, free_func))
    -
    -#define SKM_PKCS12_decrypt_d2i(type, algor, d2i_func, free_func, pass, passlen, oct, seq) \
    -	(STACK_OF(type) *)PKCS12_decrypt_d2i(algor, \
    -				CHECKED_D2I_OF(type, d2i_func), \
    -				CHECKED_SK_FREE_FUNC(type, free_func), \
    -				pass, passlen, oct, seq)
    -
    -/* This block of defines is updated by util/mkstack.pl, please do not touch! */
    -#define sk_ACCESS_DESCRIPTION_new(cmp) SKM_sk_new(ACCESS_DESCRIPTION, (cmp))
    -#define sk_ACCESS_DESCRIPTION_new_null() SKM_sk_new_null(ACCESS_DESCRIPTION)
    -#define sk_ACCESS_DESCRIPTION_free(st) SKM_sk_free(ACCESS_DESCRIPTION, (st))
    -#define sk_ACCESS_DESCRIPTION_num(st) SKM_sk_num(ACCESS_DESCRIPTION, (st))
    -#define sk_ACCESS_DESCRIPTION_value(st, i) SKM_sk_value(ACCESS_DESCRIPTION, (st), (i))
    -#define sk_ACCESS_DESCRIPTION_set(st, i, val) SKM_sk_set(ACCESS_DESCRIPTION, (st), (i), (val))
    -#define sk_ACCESS_DESCRIPTION_zero(st) SKM_sk_zero(ACCESS_DESCRIPTION, (st))
    -#define sk_ACCESS_DESCRIPTION_push(st, val) SKM_sk_push(ACCESS_DESCRIPTION, (st), (val))
    -#define sk_ACCESS_DESCRIPTION_unshift(st, val) SKM_sk_unshift(ACCESS_DESCRIPTION, (st), (val))
    -#define sk_ACCESS_DESCRIPTION_find(st, val) SKM_sk_find(ACCESS_DESCRIPTION, (st), (val))
    -#define sk_ACCESS_DESCRIPTION_find_ex(st, val) SKM_sk_find_ex(ACCESS_DESCRIPTION, (st), (val))
    -#define sk_ACCESS_DESCRIPTION_delete(st, i) SKM_sk_delete(ACCESS_DESCRIPTION, (st), (i))
    -#define sk_ACCESS_DESCRIPTION_delete_ptr(st, ptr) SKM_sk_delete_ptr(ACCESS_DESCRIPTION, (st), (ptr))
    -#define sk_ACCESS_DESCRIPTION_insert(st, val, i) SKM_sk_insert(ACCESS_DESCRIPTION, (st), (val), (i))
    -#define sk_ACCESS_DESCRIPTION_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ACCESS_DESCRIPTION, (st), (cmp))
    -#define sk_ACCESS_DESCRIPTION_dup(st) SKM_sk_dup(ACCESS_DESCRIPTION, st)
    -#define sk_ACCESS_DESCRIPTION_pop_free(st, free_func) SKM_sk_pop_free(ACCESS_DESCRIPTION, (st), (free_func))
    -#define sk_ACCESS_DESCRIPTION_shift(st) SKM_sk_shift(ACCESS_DESCRIPTION, (st))
    -#define sk_ACCESS_DESCRIPTION_pop(st) SKM_sk_pop(ACCESS_DESCRIPTION, (st))
    -#define sk_ACCESS_DESCRIPTION_sort(st) SKM_sk_sort(ACCESS_DESCRIPTION, (st))
    -#define sk_ACCESS_DESCRIPTION_is_sorted(st) SKM_sk_is_sorted(ACCESS_DESCRIPTION, (st))
    -
    -#define sk_ASIdOrRange_new(cmp) SKM_sk_new(ASIdOrRange, (cmp))
    -#define sk_ASIdOrRange_new_null() SKM_sk_new_null(ASIdOrRange)
    -#define sk_ASIdOrRange_free(st) SKM_sk_free(ASIdOrRange, (st))
    -#define sk_ASIdOrRange_num(st) SKM_sk_num(ASIdOrRange, (st))
    -#define sk_ASIdOrRange_value(st, i) SKM_sk_value(ASIdOrRange, (st), (i))
    -#define sk_ASIdOrRange_set(st, i, val) SKM_sk_set(ASIdOrRange, (st), (i), (val))
    -#define sk_ASIdOrRange_zero(st) SKM_sk_zero(ASIdOrRange, (st))
    -#define sk_ASIdOrRange_push(st, val) SKM_sk_push(ASIdOrRange, (st), (val))
    -#define sk_ASIdOrRange_unshift(st, val) SKM_sk_unshift(ASIdOrRange, (st), (val))
    -#define sk_ASIdOrRange_find(st, val) SKM_sk_find(ASIdOrRange, (st), (val))
    -#define sk_ASIdOrRange_find_ex(st, val) SKM_sk_find_ex(ASIdOrRange, (st), (val))
    -#define sk_ASIdOrRange_delete(st, i) SKM_sk_delete(ASIdOrRange, (st), (i))
    -#define sk_ASIdOrRange_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASIdOrRange, (st), (ptr))
    -#define sk_ASIdOrRange_insert(st, val, i) SKM_sk_insert(ASIdOrRange, (st), (val), (i))
    -#define sk_ASIdOrRange_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASIdOrRange, (st), (cmp))
    -#define sk_ASIdOrRange_dup(st) SKM_sk_dup(ASIdOrRange, st)
    -#define sk_ASIdOrRange_pop_free(st, free_func) SKM_sk_pop_free(ASIdOrRange, (st), (free_func))
    -#define sk_ASIdOrRange_shift(st) SKM_sk_shift(ASIdOrRange, (st))
    -#define sk_ASIdOrRange_pop(st) SKM_sk_pop(ASIdOrRange, (st))
    -#define sk_ASIdOrRange_sort(st) SKM_sk_sort(ASIdOrRange, (st))
    -#define sk_ASIdOrRange_is_sorted(st) SKM_sk_is_sorted(ASIdOrRange, (st))
    -
    -#define sk_ASN1_GENERALSTRING_new(cmp) SKM_sk_new(ASN1_GENERALSTRING, (cmp))
    -#define sk_ASN1_GENERALSTRING_new_null() SKM_sk_new_null(ASN1_GENERALSTRING)
    -#define sk_ASN1_GENERALSTRING_free(st) SKM_sk_free(ASN1_GENERALSTRING, (st))
    -#define sk_ASN1_GENERALSTRING_num(st) SKM_sk_num(ASN1_GENERALSTRING, (st))
    -#define sk_ASN1_GENERALSTRING_value(st, i) SKM_sk_value(ASN1_GENERALSTRING, (st), (i))
    -#define sk_ASN1_GENERALSTRING_set(st, i, val) SKM_sk_set(ASN1_GENERALSTRING, (st), (i), (val))
    -#define sk_ASN1_GENERALSTRING_zero(st) SKM_sk_zero(ASN1_GENERALSTRING, (st))
    -#define sk_ASN1_GENERALSTRING_push(st, val) SKM_sk_push(ASN1_GENERALSTRING, (st), (val))
    -#define sk_ASN1_GENERALSTRING_unshift(st, val) SKM_sk_unshift(ASN1_GENERALSTRING, (st), (val))
    -#define sk_ASN1_GENERALSTRING_find(st, val) SKM_sk_find(ASN1_GENERALSTRING, (st), (val))
    -#define sk_ASN1_GENERALSTRING_find_ex(st, val) SKM_sk_find_ex(ASN1_GENERALSTRING, (st), (val))
    -#define sk_ASN1_GENERALSTRING_delete(st, i) SKM_sk_delete(ASN1_GENERALSTRING, (st), (i))
    -#define sk_ASN1_GENERALSTRING_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASN1_GENERALSTRING, (st), (ptr))
    -#define sk_ASN1_GENERALSTRING_insert(st, val, i) SKM_sk_insert(ASN1_GENERALSTRING, (st), (val), (i))
    -#define sk_ASN1_GENERALSTRING_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASN1_GENERALSTRING, (st), (cmp))
    -#define sk_ASN1_GENERALSTRING_dup(st) SKM_sk_dup(ASN1_GENERALSTRING, st)
    -#define sk_ASN1_GENERALSTRING_pop_free(st, free_func) SKM_sk_pop_free(ASN1_GENERALSTRING, (st), (free_func))
    -#define sk_ASN1_GENERALSTRING_shift(st) SKM_sk_shift(ASN1_GENERALSTRING, (st))
    -#define sk_ASN1_GENERALSTRING_pop(st) SKM_sk_pop(ASN1_GENERALSTRING, (st))
    -#define sk_ASN1_GENERALSTRING_sort(st) SKM_sk_sort(ASN1_GENERALSTRING, (st))
    -#define sk_ASN1_GENERALSTRING_is_sorted(st) SKM_sk_is_sorted(ASN1_GENERALSTRING, (st))
    -
    -#define sk_ASN1_INTEGER_new(cmp) SKM_sk_new(ASN1_INTEGER, (cmp))
    -#define sk_ASN1_INTEGER_new_null() SKM_sk_new_null(ASN1_INTEGER)
    -#define sk_ASN1_INTEGER_free(st) SKM_sk_free(ASN1_INTEGER, (st))
    -#define sk_ASN1_INTEGER_num(st) SKM_sk_num(ASN1_INTEGER, (st))
    -#define sk_ASN1_INTEGER_value(st, i) SKM_sk_value(ASN1_INTEGER, (st), (i))
    -#define sk_ASN1_INTEGER_set(st, i, val) SKM_sk_set(ASN1_INTEGER, (st), (i), (val))
    -#define sk_ASN1_INTEGER_zero(st) SKM_sk_zero(ASN1_INTEGER, (st))
    -#define sk_ASN1_INTEGER_push(st, val) SKM_sk_push(ASN1_INTEGER, (st), (val))
    -#define sk_ASN1_INTEGER_unshift(st, val) SKM_sk_unshift(ASN1_INTEGER, (st), (val))
    -#define sk_ASN1_INTEGER_find(st, val) SKM_sk_find(ASN1_INTEGER, (st), (val))
    -#define sk_ASN1_INTEGER_find_ex(st, val) SKM_sk_find_ex(ASN1_INTEGER, (st), (val))
    -#define sk_ASN1_INTEGER_delete(st, i) SKM_sk_delete(ASN1_INTEGER, (st), (i))
    -#define sk_ASN1_INTEGER_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASN1_INTEGER, (st), (ptr))
    -#define sk_ASN1_INTEGER_insert(st, val, i) SKM_sk_insert(ASN1_INTEGER, (st), (val), (i))
    -#define sk_ASN1_INTEGER_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASN1_INTEGER, (st), (cmp))
    -#define sk_ASN1_INTEGER_dup(st) SKM_sk_dup(ASN1_INTEGER, st)
    -#define sk_ASN1_INTEGER_pop_free(st, free_func) SKM_sk_pop_free(ASN1_INTEGER, (st), (free_func))
    -#define sk_ASN1_INTEGER_shift(st) SKM_sk_shift(ASN1_INTEGER, (st))
    -#define sk_ASN1_INTEGER_pop(st) SKM_sk_pop(ASN1_INTEGER, (st))
    -#define sk_ASN1_INTEGER_sort(st) SKM_sk_sort(ASN1_INTEGER, (st))
    -#define sk_ASN1_INTEGER_is_sorted(st) SKM_sk_is_sorted(ASN1_INTEGER, (st))
    -
    -#define sk_ASN1_OBJECT_new(cmp) SKM_sk_new(ASN1_OBJECT, (cmp))
    -#define sk_ASN1_OBJECT_new_null() SKM_sk_new_null(ASN1_OBJECT)
    -#define sk_ASN1_OBJECT_free(st) SKM_sk_free(ASN1_OBJECT, (st))
    -#define sk_ASN1_OBJECT_num(st) SKM_sk_num(ASN1_OBJECT, (st))
    -#define sk_ASN1_OBJECT_value(st, i) SKM_sk_value(ASN1_OBJECT, (st), (i))
    -#define sk_ASN1_OBJECT_set(st, i, val) SKM_sk_set(ASN1_OBJECT, (st), (i), (val))
    -#define sk_ASN1_OBJECT_zero(st) SKM_sk_zero(ASN1_OBJECT, (st))
    -#define sk_ASN1_OBJECT_push(st, val) SKM_sk_push(ASN1_OBJECT, (st), (val))
    -#define sk_ASN1_OBJECT_unshift(st, val) SKM_sk_unshift(ASN1_OBJECT, (st), (val))
    -#define sk_ASN1_OBJECT_find(st, val) SKM_sk_find(ASN1_OBJECT, (st), (val))
    -#define sk_ASN1_OBJECT_find_ex(st, val) SKM_sk_find_ex(ASN1_OBJECT, (st), (val))
    -#define sk_ASN1_OBJECT_delete(st, i) SKM_sk_delete(ASN1_OBJECT, (st), (i))
    -#define sk_ASN1_OBJECT_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASN1_OBJECT, (st), (ptr))
    -#define sk_ASN1_OBJECT_insert(st, val, i) SKM_sk_insert(ASN1_OBJECT, (st), (val), (i))
    -#define sk_ASN1_OBJECT_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASN1_OBJECT, (st), (cmp))
    -#define sk_ASN1_OBJECT_dup(st) SKM_sk_dup(ASN1_OBJECT, st)
    -#define sk_ASN1_OBJECT_pop_free(st, free_func) SKM_sk_pop_free(ASN1_OBJECT, (st), (free_func))
    -#define sk_ASN1_OBJECT_shift(st) SKM_sk_shift(ASN1_OBJECT, (st))
    -#define sk_ASN1_OBJECT_pop(st) SKM_sk_pop(ASN1_OBJECT, (st))
    -#define sk_ASN1_OBJECT_sort(st) SKM_sk_sort(ASN1_OBJECT, (st))
    -#define sk_ASN1_OBJECT_is_sorted(st) SKM_sk_is_sorted(ASN1_OBJECT, (st))
    -
    -#define sk_ASN1_STRING_TABLE_new(cmp) SKM_sk_new(ASN1_STRING_TABLE, (cmp))
    -#define sk_ASN1_STRING_TABLE_new_null() SKM_sk_new_null(ASN1_STRING_TABLE)
    -#define sk_ASN1_STRING_TABLE_free(st) SKM_sk_free(ASN1_STRING_TABLE, (st))
    -#define sk_ASN1_STRING_TABLE_num(st) SKM_sk_num(ASN1_STRING_TABLE, (st))
    -#define sk_ASN1_STRING_TABLE_value(st, i) SKM_sk_value(ASN1_STRING_TABLE, (st), (i))
    -#define sk_ASN1_STRING_TABLE_set(st, i, val) SKM_sk_set(ASN1_STRING_TABLE, (st), (i), (val))
    -#define sk_ASN1_STRING_TABLE_zero(st) SKM_sk_zero(ASN1_STRING_TABLE, (st))
    -#define sk_ASN1_STRING_TABLE_push(st, val) SKM_sk_push(ASN1_STRING_TABLE, (st), (val))
    -#define sk_ASN1_STRING_TABLE_unshift(st, val) SKM_sk_unshift(ASN1_STRING_TABLE, (st), (val))
    -#define sk_ASN1_STRING_TABLE_find(st, val) SKM_sk_find(ASN1_STRING_TABLE, (st), (val))
    -#define sk_ASN1_STRING_TABLE_find_ex(st, val) SKM_sk_find_ex(ASN1_STRING_TABLE, (st), (val))
    -#define sk_ASN1_STRING_TABLE_delete(st, i) SKM_sk_delete(ASN1_STRING_TABLE, (st), (i))
    -#define sk_ASN1_STRING_TABLE_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASN1_STRING_TABLE, (st), (ptr))
    -#define sk_ASN1_STRING_TABLE_insert(st, val, i) SKM_sk_insert(ASN1_STRING_TABLE, (st), (val), (i))
    -#define sk_ASN1_STRING_TABLE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASN1_STRING_TABLE, (st), (cmp))
    -#define sk_ASN1_STRING_TABLE_dup(st) SKM_sk_dup(ASN1_STRING_TABLE, st)
    -#define sk_ASN1_STRING_TABLE_pop_free(st, free_func) SKM_sk_pop_free(ASN1_STRING_TABLE, (st), (free_func))
    -#define sk_ASN1_STRING_TABLE_shift(st) SKM_sk_shift(ASN1_STRING_TABLE, (st))
    -#define sk_ASN1_STRING_TABLE_pop(st) SKM_sk_pop(ASN1_STRING_TABLE, (st))
    -#define sk_ASN1_STRING_TABLE_sort(st) SKM_sk_sort(ASN1_STRING_TABLE, (st))
    -#define sk_ASN1_STRING_TABLE_is_sorted(st) SKM_sk_is_sorted(ASN1_STRING_TABLE, (st))
    -
    -#define sk_ASN1_TYPE_new(cmp) SKM_sk_new(ASN1_TYPE, (cmp))
    -#define sk_ASN1_TYPE_new_null() SKM_sk_new_null(ASN1_TYPE)
    -#define sk_ASN1_TYPE_free(st) SKM_sk_free(ASN1_TYPE, (st))
    -#define sk_ASN1_TYPE_num(st) SKM_sk_num(ASN1_TYPE, (st))
    -#define sk_ASN1_TYPE_value(st, i) SKM_sk_value(ASN1_TYPE, (st), (i))
    -#define sk_ASN1_TYPE_set(st, i, val) SKM_sk_set(ASN1_TYPE, (st), (i), (val))
    -#define sk_ASN1_TYPE_zero(st) SKM_sk_zero(ASN1_TYPE, (st))
    -#define sk_ASN1_TYPE_push(st, val) SKM_sk_push(ASN1_TYPE, (st), (val))
    -#define sk_ASN1_TYPE_unshift(st, val) SKM_sk_unshift(ASN1_TYPE, (st), (val))
    -#define sk_ASN1_TYPE_find(st, val) SKM_sk_find(ASN1_TYPE, (st), (val))
    -#define sk_ASN1_TYPE_find_ex(st, val) SKM_sk_find_ex(ASN1_TYPE, (st), (val))
    -#define sk_ASN1_TYPE_delete(st, i) SKM_sk_delete(ASN1_TYPE, (st), (i))
    -#define sk_ASN1_TYPE_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASN1_TYPE, (st), (ptr))
    -#define sk_ASN1_TYPE_insert(st, val, i) SKM_sk_insert(ASN1_TYPE, (st), (val), (i))
    -#define sk_ASN1_TYPE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASN1_TYPE, (st), (cmp))
    -#define sk_ASN1_TYPE_dup(st) SKM_sk_dup(ASN1_TYPE, st)
    -#define sk_ASN1_TYPE_pop_free(st, free_func) SKM_sk_pop_free(ASN1_TYPE, (st), (free_func))
    -#define sk_ASN1_TYPE_shift(st) SKM_sk_shift(ASN1_TYPE, (st))
    -#define sk_ASN1_TYPE_pop(st) SKM_sk_pop(ASN1_TYPE, (st))
    -#define sk_ASN1_TYPE_sort(st) SKM_sk_sort(ASN1_TYPE, (st))
    -#define sk_ASN1_TYPE_is_sorted(st) SKM_sk_is_sorted(ASN1_TYPE, (st))
    -
    -#define sk_ASN1_UTF8STRING_new(cmp) SKM_sk_new(ASN1_UTF8STRING, (cmp))
    -#define sk_ASN1_UTF8STRING_new_null() SKM_sk_new_null(ASN1_UTF8STRING)
    -#define sk_ASN1_UTF8STRING_free(st) SKM_sk_free(ASN1_UTF8STRING, (st))
    -#define sk_ASN1_UTF8STRING_num(st) SKM_sk_num(ASN1_UTF8STRING, (st))
    -#define sk_ASN1_UTF8STRING_value(st, i) SKM_sk_value(ASN1_UTF8STRING, (st), (i))
    -#define sk_ASN1_UTF8STRING_set(st, i, val) SKM_sk_set(ASN1_UTF8STRING, (st), (i), (val))
    -#define sk_ASN1_UTF8STRING_zero(st) SKM_sk_zero(ASN1_UTF8STRING, (st))
    -#define sk_ASN1_UTF8STRING_push(st, val) SKM_sk_push(ASN1_UTF8STRING, (st), (val))
    -#define sk_ASN1_UTF8STRING_unshift(st, val) SKM_sk_unshift(ASN1_UTF8STRING, (st), (val))
    -#define sk_ASN1_UTF8STRING_find(st, val) SKM_sk_find(ASN1_UTF8STRING, (st), (val))
    -#define sk_ASN1_UTF8STRING_find_ex(st, val) SKM_sk_find_ex(ASN1_UTF8STRING, (st), (val))
    -#define sk_ASN1_UTF8STRING_delete(st, i) SKM_sk_delete(ASN1_UTF8STRING, (st), (i))
    -#define sk_ASN1_UTF8STRING_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASN1_UTF8STRING, (st), (ptr))
    -#define sk_ASN1_UTF8STRING_insert(st, val, i) SKM_sk_insert(ASN1_UTF8STRING, (st), (val), (i))
    -#define sk_ASN1_UTF8STRING_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASN1_UTF8STRING, (st), (cmp))
    -#define sk_ASN1_UTF8STRING_dup(st) SKM_sk_dup(ASN1_UTF8STRING, st)
    -#define sk_ASN1_UTF8STRING_pop_free(st, free_func) SKM_sk_pop_free(ASN1_UTF8STRING, (st), (free_func))
    -#define sk_ASN1_UTF8STRING_shift(st) SKM_sk_shift(ASN1_UTF8STRING, (st))
    -#define sk_ASN1_UTF8STRING_pop(st) SKM_sk_pop(ASN1_UTF8STRING, (st))
    -#define sk_ASN1_UTF8STRING_sort(st) SKM_sk_sort(ASN1_UTF8STRING, (st))
    -#define sk_ASN1_UTF8STRING_is_sorted(st) SKM_sk_is_sorted(ASN1_UTF8STRING, (st))
    -
    -#define sk_ASN1_VALUE_new(cmp) SKM_sk_new(ASN1_VALUE, (cmp))
    -#define sk_ASN1_VALUE_new_null() SKM_sk_new_null(ASN1_VALUE)
    -#define sk_ASN1_VALUE_free(st) SKM_sk_free(ASN1_VALUE, (st))
    -#define sk_ASN1_VALUE_num(st) SKM_sk_num(ASN1_VALUE, (st))
    -#define sk_ASN1_VALUE_value(st, i) SKM_sk_value(ASN1_VALUE, (st), (i))
    -#define sk_ASN1_VALUE_set(st, i, val) SKM_sk_set(ASN1_VALUE, (st), (i), (val))
    -#define sk_ASN1_VALUE_zero(st) SKM_sk_zero(ASN1_VALUE, (st))
    -#define sk_ASN1_VALUE_push(st, val) SKM_sk_push(ASN1_VALUE, (st), (val))
    -#define sk_ASN1_VALUE_unshift(st, val) SKM_sk_unshift(ASN1_VALUE, (st), (val))
    -#define sk_ASN1_VALUE_find(st, val) SKM_sk_find(ASN1_VALUE, (st), (val))
    -#define sk_ASN1_VALUE_find_ex(st, val) SKM_sk_find_ex(ASN1_VALUE, (st), (val))
    -#define sk_ASN1_VALUE_delete(st, i) SKM_sk_delete(ASN1_VALUE, (st), (i))
    -#define sk_ASN1_VALUE_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASN1_VALUE, (st), (ptr))
    -#define sk_ASN1_VALUE_insert(st, val, i) SKM_sk_insert(ASN1_VALUE, (st), (val), (i))
    -#define sk_ASN1_VALUE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASN1_VALUE, (st), (cmp))
    -#define sk_ASN1_VALUE_dup(st) SKM_sk_dup(ASN1_VALUE, st)
    -#define sk_ASN1_VALUE_pop_free(st, free_func) SKM_sk_pop_free(ASN1_VALUE, (st), (free_func))
    -#define sk_ASN1_VALUE_shift(st) SKM_sk_shift(ASN1_VALUE, (st))
    -#define sk_ASN1_VALUE_pop(st) SKM_sk_pop(ASN1_VALUE, (st))
    -#define sk_ASN1_VALUE_sort(st) SKM_sk_sort(ASN1_VALUE, (st))
    -#define sk_ASN1_VALUE_is_sorted(st) SKM_sk_is_sorted(ASN1_VALUE, (st))
    -
    -#define sk_BIO_new(cmp) SKM_sk_new(BIO, (cmp))
    -#define sk_BIO_new_null() SKM_sk_new_null(BIO)
    -#define sk_BIO_free(st) SKM_sk_free(BIO, (st))
    -#define sk_BIO_num(st) SKM_sk_num(BIO, (st))
    -#define sk_BIO_value(st, i) SKM_sk_value(BIO, (st), (i))
    -#define sk_BIO_set(st, i, val) SKM_sk_set(BIO, (st), (i), (val))
    -#define sk_BIO_zero(st) SKM_sk_zero(BIO, (st))
    -#define sk_BIO_push(st, val) SKM_sk_push(BIO, (st), (val))
    -#define sk_BIO_unshift(st, val) SKM_sk_unshift(BIO, (st), (val))
    -#define sk_BIO_find(st, val) SKM_sk_find(BIO, (st), (val))
    -#define sk_BIO_find_ex(st, val) SKM_sk_find_ex(BIO, (st), (val))
    -#define sk_BIO_delete(st, i) SKM_sk_delete(BIO, (st), (i))
    -#define sk_BIO_delete_ptr(st, ptr) SKM_sk_delete_ptr(BIO, (st), (ptr))
    -#define sk_BIO_insert(st, val, i) SKM_sk_insert(BIO, (st), (val), (i))
    -#define sk_BIO_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(BIO, (st), (cmp))
    -#define sk_BIO_dup(st) SKM_sk_dup(BIO, st)
    -#define sk_BIO_pop_free(st, free_func) SKM_sk_pop_free(BIO, (st), (free_func))
    -#define sk_BIO_shift(st) SKM_sk_shift(BIO, (st))
    -#define sk_BIO_pop(st) SKM_sk_pop(BIO, (st))
    -#define sk_BIO_sort(st) SKM_sk_sort(BIO, (st))
    -#define sk_BIO_is_sorted(st) SKM_sk_is_sorted(BIO, (st))
    -
    -#define sk_BY_DIR_ENTRY_new(cmp) SKM_sk_new(BY_DIR_ENTRY, (cmp))
    -#define sk_BY_DIR_ENTRY_new_null() SKM_sk_new_null(BY_DIR_ENTRY)
    -#define sk_BY_DIR_ENTRY_free(st) SKM_sk_free(BY_DIR_ENTRY, (st))
    -#define sk_BY_DIR_ENTRY_num(st) SKM_sk_num(BY_DIR_ENTRY, (st))
    -#define sk_BY_DIR_ENTRY_value(st, i) SKM_sk_value(BY_DIR_ENTRY, (st), (i))
    -#define sk_BY_DIR_ENTRY_set(st, i, val) SKM_sk_set(BY_DIR_ENTRY, (st), (i), (val))
    -#define sk_BY_DIR_ENTRY_zero(st) SKM_sk_zero(BY_DIR_ENTRY, (st))
    -#define sk_BY_DIR_ENTRY_push(st, val) SKM_sk_push(BY_DIR_ENTRY, (st), (val))
    -#define sk_BY_DIR_ENTRY_unshift(st, val) SKM_sk_unshift(BY_DIR_ENTRY, (st), (val))
    -#define sk_BY_DIR_ENTRY_find(st, val) SKM_sk_find(BY_DIR_ENTRY, (st), (val))
    -#define sk_BY_DIR_ENTRY_find_ex(st, val) SKM_sk_find_ex(BY_DIR_ENTRY, (st), (val))
    -#define sk_BY_DIR_ENTRY_delete(st, i) SKM_sk_delete(BY_DIR_ENTRY, (st), (i))
    -#define sk_BY_DIR_ENTRY_delete_ptr(st, ptr) SKM_sk_delete_ptr(BY_DIR_ENTRY, (st), (ptr))
    -#define sk_BY_DIR_ENTRY_insert(st, val, i) SKM_sk_insert(BY_DIR_ENTRY, (st), (val), (i))
    -#define sk_BY_DIR_ENTRY_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(BY_DIR_ENTRY, (st), (cmp))
    -#define sk_BY_DIR_ENTRY_dup(st) SKM_sk_dup(BY_DIR_ENTRY, st)
    -#define sk_BY_DIR_ENTRY_pop_free(st, free_func) SKM_sk_pop_free(BY_DIR_ENTRY, (st), (free_func))
    -#define sk_BY_DIR_ENTRY_shift(st) SKM_sk_shift(BY_DIR_ENTRY, (st))
    -#define sk_BY_DIR_ENTRY_pop(st) SKM_sk_pop(BY_DIR_ENTRY, (st))
    -#define sk_BY_DIR_ENTRY_sort(st) SKM_sk_sort(BY_DIR_ENTRY, (st))
    -#define sk_BY_DIR_ENTRY_is_sorted(st) SKM_sk_is_sorted(BY_DIR_ENTRY, (st))
    -
    -#define sk_BY_DIR_HASH_new(cmp) SKM_sk_new(BY_DIR_HASH, (cmp))
    -#define sk_BY_DIR_HASH_new_null() SKM_sk_new_null(BY_DIR_HASH)
    -#define sk_BY_DIR_HASH_free(st) SKM_sk_free(BY_DIR_HASH, (st))
    -#define sk_BY_DIR_HASH_num(st) SKM_sk_num(BY_DIR_HASH, (st))
    -#define sk_BY_DIR_HASH_value(st, i) SKM_sk_value(BY_DIR_HASH, (st), (i))
    -#define sk_BY_DIR_HASH_set(st, i, val) SKM_sk_set(BY_DIR_HASH, (st), (i), (val))
    -#define sk_BY_DIR_HASH_zero(st) SKM_sk_zero(BY_DIR_HASH, (st))
    -#define sk_BY_DIR_HASH_push(st, val) SKM_sk_push(BY_DIR_HASH, (st), (val))
    -#define sk_BY_DIR_HASH_unshift(st, val) SKM_sk_unshift(BY_DIR_HASH, (st), (val))
    -#define sk_BY_DIR_HASH_find(st, val) SKM_sk_find(BY_DIR_HASH, (st), (val))
    -#define sk_BY_DIR_HASH_find_ex(st, val) SKM_sk_find_ex(BY_DIR_HASH, (st), (val))
    -#define sk_BY_DIR_HASH_delete(st, i) SKM_sk_delete(BY_DIR_HASH, (st), (i))
    -#define sk_BY_DIR_HASH_delete_ptr(st, ptr) SKM_sk_delete_ptr(BY_DIR_HASH, (st), (ptr))
    -#define sk_BY_DIR_HASH_insert(st, val, i) SKM_sk_insert(BY_DIR_HASH, (st), (val), (i))
    -#define sk_BY_DIR_HASH_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(BY_DIR_HASH, (st), (cmp))
    -#define sk_BY_DIR_HASH_dup(st) SKM_sk_dup(BY_DIR_HASH, st)
    -#define sk_BY_DIR_HASH_pop_free(st, free_func) SKM_sk_pop_free(BY_DIR_HASH, (st), (free_func))
    -#define sk_BY_DIR_HASH_shift(st) SKM_sk_shift(BY_DIR_HASH, (st))
    -#define sk_BY_DIR_HASH_pop(st) SKM_sk_pop(BY_DIR_HASH, (st))
    -#define sk_BY_DIR_HASH_sort(st) SKM_sk_sort(BY_DIR_HASH, (st))
    -#define sk_BY_DIR_HASH_is_sorted(st) SKM_sk_is_sorted(BY_DIR_HASH, (st))
    -
    -#define sk_CMS_CertificateChoices_new(cmp) SKM_sk_new(CMS_CertificateChoices, (cmp))
    -#define sk_CMS_CertificateChoices_new_null() SKM_sk_new_null(CMS_CertificateChoices)
    -#define sk_CMS_CertificateChoices_free(st) SKM_sk_free(CMS_CertificateChoices, (st))
    -#define sk_CMS_CertificateChoices_num(st) SKM_sk_num(CMS_CertificateChoices, (st))
    -#define sk_CMS_CertificateChoices_value(st, i) SKM_sk_value(CMS_CertificateChoices, (st), (i))
    -#define sk_CMS_CertificateChoices_set(st, i, val) SKM_sk_set(CMS_CertificateChoices, (st), (i), (val))
    -#define sk_CMS_CertificateChoices_zero(st) SKM_sk_zero(CMS_CertificateChoices, (st))
    -#define sk_CMS_CertificateChoices_push(st, val) SKM_sk_push(CMS_CertificateChoices, (st), (val))
    -#define sk_CMS_CertificateChoices_unshift(st, val) SKM_sk_unshift(CMS_CertificateChoices, (st), (val))
    -#define sk_CMS_CertificateChoices_find(st, val) SKM_sk_find(CMS_CertificateChoices, (st), (val))
    -#define sk_CMS_CertificateChoices_find_ex(st, val) SKM_sk_find_ex(CMS_CertificateChoices, (st), (val))
    -#define sk_CMS_CertificateChoices_delete(st, i) SKM_sk_delete(CMS_CertificateChoices, (st), (i))
    -#define sk_CMS_CertificateChoices_delete_ptr(st, ptr) SKM_sk_delete_ptr(CMS_CertificateChoices, (st), (ptr))
    -#define sk_CMS_CertificateChoices_insert(st, val, i) SKM_sk_insert(CMS_CertificateChoices, (st), (val), (i))
    -#define sk_CMS_CertificateChoices_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CMS_CertificateChoices, (st), (cmp))
    -#define sk_CMS_CertificateChoices_dup(st) SKM_sk_dup(CMS_CertificateChoices, st)
    -#define sk_CMS_CertificateChoices_pop_free(st, free_func) SKM_sk_pop_free(CMS_CertificateChoices, (st), (free_func))
    -#define sk_CMS_CertificateChoices_shift(st) SKM_sk_shift(CMS_CertificateChoices, (st))
    -#define sk_CMS_CertificateChoices_pop(st) SKM_sk_pop(CMS_CertificateChoices, (st))
    -#define sk_CMS_CertificateChoices_sort(st) SKM_sk_sort(CMS_CertificateChoices, (st))
    -#define sk_CMS_CertificateChoices_is_sorted(st) SKM_sk_is_sorted(CMS_CertificateChoices, (st))
    -
    -#define sk_CMS_RecipientInfo_new(cmp) SKM_sk_new(CMS_RecipientInfo, (cmp))
    -#define sk_CMS_RecipientInfo_new_null() SKM_sk_new_null(CMS_RecipientInfo)
    -#define sk_CMS_RecipientInfo_free(st) SKM_sk_free(CMS_RecipientInfo, (st))
    -#define sk_CMS_RecipientInfo_num(st) SKM_sk_num(CMS_RecipientInfo, (st))
    -#define sk_CMS_RecipientInfo_value(st, i) SKM_sk_value(CMS_RecipientInfo, (st), (i))
    -#define sk_CMS_RecipientInfo_set(st, i, val) SKM_sk_set(CMS_RecipientInfo, (st), (i), (val))
    -#define sk_CMS_RecipientInfo_zero(st) SKM_sk_zero(CMS_RecipientInfo, (st))
    -#define sk_CMS_RecipientInfo_push(st, val) SKM_sk_push(CMS_RecipientInfo, (st), (val))
    -#define sk_CMS_RecipientInfo_unshift(st, val) SKM_sk_unshift(CMS_RecipientInfo, (st), (val))
    -#define sk_CMS_RecipientInfo_find(st, val) SKM_sk_find(CMS_RecipientInfo, (st), (val))
    -#define sk_CMS_RecipientInfo_find_ex(st, val) SKM_sk_find_ex(CMS_RecipientInfo, (st), (val))
    -#define sk_CMS_RecipientInfo_delete(st, i) SKM_sk_delete(CMS_RecipientInfo, (st), (i))
    -#define sk_CMS_RecipientInfo_delete_ptr(st, ptr) SKM_sk_delete_ptr(CMS_RecipientInfo, (st), (ptr))
    -#define sk_CMS_RecipientInfo_insert(st, val, i) SKM_sk_insert(CMS_RecipientInfo, (st), (val), (i))
    -#define sk_CMS_RecipientInfo_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CMS_RecipientInfo, (st), (cmp))
    -#define sk_CMS_RecipientInfo_dup(st) SKM_sk_dup(CMS_RecipientInfo, st)
    -#define sk_CMS_RecipientInfo_pop_free(st, free_func) SKM_sk_pop_free(CMS_RecipientInfo, (st), (free_func))
    -#define sk_CMS_RecipientInfo_shift(st) SKM_sk_shift(CMS_RecipientInfo, (st))
    -#define sk_CMS_RecipientInfo_pop(st) SKM_sk_pop(CMS_RecipientInfo, (st))
    -#define sk_CMS_RecipientInfo_sort(st) SKM_sk_sort(CMS_RecipientInfo, (st))
    -#define sk_CMS_RecipientInfo_is_sorted(st) SKM_sk_is_sorted(CMS_RecipientInfo, (st))
    -
    -#define sk_CMS_RevocationInfoChoice_new(cmp) SKM_sk_new(CMS_RevocationInfoChoice, (cmp))
    -#define sk_CMS_RevocationInfoChoice_new_null() SKM_sk_new_null(CMS_RevocationInfoChoice)
    -#define sk_CMS_RevocationInfoChoice_free(st) SKM_sk_free(CMS_RevocationInfoChoice, (st))
    -#define sk_CMS_RevocationInfoChoice_num(st) SKM_sk_num(CMS_RevocationInfoChoice, (st))
    -#define sk_CMS_RevocationInfoChoice_value(st, i) SKM_sk_value(CMS_RevocationInfoChoice, (st), (i))
    -#define sk_CMS_RevocationInfoChoice_set(st, i, val) SKM_sk_set(CMS_RevocationInfoChoice, (st), (i), (val))
    -#define sk_CMS_RevocationInfoChoice_zero(st) SKM_sk_zero(CMS_RevocationInfoChoice, (st))
    -#define sk_CMS_RevocationInfoChoice_push(st, val) SKM_sk_push(CMS_RevocationInfoChoice, (st), (val))
    -#define sk_CMS_RevocationInfoChoice_unshift(st, val) SKM_sk_unshift(CMS_RevocationInfoChoice, (st), (val))
    -#define sk_CMS_RevocationInfoChoice_find(st, val) SKM_sk_find(CMS_RevocationInfoChoice, (st), (val))
    -#define sk_CMS_RevocationInfoChoice_find_ex(st, val) SKM_sk_find_ex(CMS_RevocationInfoChoice, (st), (val))
    -#define sk_CMS_RevocationInfoChoice_delete(st, i) SKM_sk_delete(CMS_RevocationInfoChoice, (st), (i))
    -#define sk_CMS_RevocationInfoChoice_delete_ptr(st, ptr) SKM_sk_delete_ptr(CMS_RevocationInfoChoice, (st), (ptr))
    -#define sk_CMS_RevocationInfoChoice_insert(st, val, i) SKM_sk_insert(CMS_RevocationInfoChoice, (st), (val), (i))
    -#define sk_CMS_RevocationInfoChoice_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CMS_RevocationInfoChoice, (st), (cmp))
    -#define sk_CMS_RevocationInfoChoice_dup(st) SKM_sk_dup(CMS_RevocationInfoChoice, st)
    -#define sk_CMS_RevocationInfoChoice_pop_free(st, free_func) SKM_sk_pop_free(CMS_RevocationInfoChoice, (st), (free_func))
    -#define sk_CMS_RevocationInfoChoice_shift(st) SKM_sk_shift(CMS_RevocationInfoChoice, (st))
    -#define sk_CMS_RevocationInfoChoice_pop(st) SKM_sk_pop(CMS_RevocationInfoChoice, (st))
    -#define sk_CMS_RevocationInfoChoice_sort(st) SKM_sk_sort(CMS_RevocationInfoChoice, (st))
    -#define sk_CMS_RevocationInfoChoice_is_sorted(st) SKM_sk_is_sorted(CMS_RevocationInfoChoice, (st))
    -
    -#define sk_CMS_SignerInfo_new(cmp) SKM_sk_new(CMS_SignerInfo, (cmp))
    -#define sk_CMS_SignerInfo_new_null() SKM_sk_new_null(CMS_SignerInfo)
    -#define sk_CMS_SignerInfo_free(st) SKM_sk_free(CMS_SignerInfo, (st))
    -#define sk_CMS_SignerInfo_num(st) SKM_sk_num(CMS_SignerInfo, (st))
    -#define sk_CMS_SignerInfo_value(st, i) SKM_sk_value(CMS_SignerInfo, (st), (i))
    -#define sk_CMS_SignerInfo_set(st, i, val) SKM_sk_set(CMS_SignerInfo, (st), (i), (val))
    -#define sk_CMS_SignerInfo_zero(st) SKM_sk_zero(CMS_SignerInfo, (st))
    -#define sk_CMS_SignerInfo_push(st, val) SKM_sk_push(CMS_SignerInfo, (st), (val))
    -#define sk_CMS_SignerInfo_unshift(st, val) SKM_sk_unshift(CMS_SignerInfo, (st), (val))
    -#define sk_CMS_SignerInfo_find(st, val) SKM_sk_find(CMS_SignerInfo, (st), (val))
    -#define sk_CMS_SignerInfo_find_ex(st, val) SKM_sk_find_ex(CMS_SignerInfo, (st), (val))
    -#define sk_CMS_SignerInfo_delete(st, i) SKM_sk_delete(CMS_SignerInfo, (st), (i))
    -#define sk_CMS_SignerInfo_delete_ptr(st, ptr) SKM_sk_delete_ptr(CMS_SignerInfo, (st), (ptr))
    -#define sk_CMS_SignerInfo_insert(st, val, i) SKM_sk_insert(CMS_SignerInfo, (st), (val), (i))
    -#define sk_CMS_SignerInfo_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CMS_SignerInfo, (st), (cmp))
    -#define sk_CMS_SignerInfo_dup(st) SKM_sk_dup(CMS_SignerInfo, st)
    -#define sk_CMS_SignerInfo_pop_free(st, free_func) SKM_sk_pop_free(CMS_SignerInfo, (st), (free_func))
    -#define sk_CMS_SignerInfo_shift(st) SKM_sk_shift(CMS_SignerInfo, (st))
    -#define sk_CMS_SignerInfo_pop(st) SKM_sk_pop(CMS_SignerInfo, (st))
    -#define sk_CMS_SignerInfo_sort(st) SKM_sk_sort(CMS_SignerInfo, (st))
    -#define sk_CMS_SignerInfo_is_sorted(st) SKM_sk_is_sorted(CMS_SignerInfo, (st))
    -
    -#define sk_CONF_IMODULE_new(cmp) SKM_sk_new(CONF_IMODULE, (cmp))
    -#define sk_CONF_IMODULE_new_null() SKM_sk_new_null(CONF_IMODULE)
    -#define sk_CONF_IMODULE_free(st) SKM_sk_free(CONF_IMODULE, (st))
    -#define sk_CONF_IMODULE_num(st) SKM_sk_num(CONF_IMODULE, (st))
    -#define sk_CONF_IMODULE_value(st, i) SKM_sk_value(CONF_IMODULE, (st), (i))
    -#define sk_CONF_IMODULE_set(st, i, val) SKM_sk_set(CONF_IMODULE, (st), (i), (val))
    -#define sk_CONF_IMODULE_zero(st) SKM_sk_zero(CONF_IMODULE, (st))
    -#define sk_CONF_IMODULE_push(st, val) SKM_sk_push(CONF_IMODULE, (st), (val))
    -#define sk_CONF_IMODULE_unshift(st, val) SKM_sk_unshift(CONF_IMODULE, (st), (val))
    -#define sk_CONF_IMODULE_find(st, val) SKM_sk_find(CONF_IMODULE, (st), (val))
    -#define sk_CONF_IMODULE_find_ex(st, val) SKM_sk_find_ex(CONF_IMODULE, (st), (val))
    -#define sk_CONF_IMODULE_delete(st, i) SKM_sk_delete(CONF_IMODULE, (st), (i))
    -#define sk_CONF_IMODULE_delete_ptr(st, ptr) SKM_sk_delete_ptr(CONF_IMODULE, (st), (ptr))
    -#define sk_CONF_IMODULE_insert(st, val, i) SKM_sk_insert(CONF_IMODULE, (st), (val), (i))
    -#define sk_CONF_IMODULE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CONF_IMODULE, (st), (cmp))
    -#define sk_CONF_IMODULE_dup(st) SKM_sk_dup(CONF_IMODULE, st)
    -#define sk_CONF_IMODULE_pop_free(st, free_func) SKM_sk_pop_free(CONF_IMODULE, (st), (free_func))
    -#define sk_CONF_IMODULE_shift(st) SKM_sk_shift(CONF_IMODULE, (st))
    -#define sk_CONF_IMODULE_pop(st) SKM_sk_pop(CONF_IMODULE, (st))
    -#define sk_CONF_IMODULE_sort(st) SKM_sk_sort(CONF_IMODULE, (st))
    -#define sk_CONF_IMODULE_is_sorted(st) SKM_sk_is_sorted(CONF_IMODULE, (st))
    -
    -#define sk_CONF_MODULE_new(cmp) SKM_sk_new(CONF_MODULE, (cmp))
    -#define sk_CONF_MODULE_new_null() SKM_sk_new_null(CONF_MODULE)
    -#define sk_CONF_MODULE_free(st) SKM_sk_free(CONF_MODULE, (st))
    -#define sk_CONF_MODULE_num(st) SKM_sk_num(CONF_MODULE, (st))
    -#define sk_CONF_MODULE_value(st, i) SKM_sk_value(CONF_MODULE, (st), (i))
    -#define sk_CONF_MODULE_set(st, i, val) SKM_sk_set(CONF_MODULE, (st), (i), (val))
    -#define sk_CONF_MODULE_zero(st) SKM_sk_zero(CONF_MODULE, (st))
    -#define sk_CONF_MODULE_push(st, val) SKM_sk_push(CONF_MODULE, (st), (val))
    -#define sk_CONF_MODULE_unshift(st, val) SKM_sk_unshift(CONF_MODULE, (st), (val))
    -#define sk_CONF_MODULE_find(st, val) SKM_sk_find(CONF_MODULE, (st), (val))
    -#define sk_CONF_MODULE_find_ex(st, val) SKM_sk_find_ex(CONF_MODULE, (st), (val))
    -#define sk_CONF_MODULE_delete(st, i) SKM_sk_delete(CONF_MODULE, (st), (i))
    -#define sk_CONF_MODULE_delete_ptr(st, ptr) SKM_sk_delete_ptr(CONF_MODULE, (st), (ptr))
    -#define sk_CONF_MODULE_insert(st, val, i) SKM_sk_insert(CONF_MODULE, (st), (val), (i))
    -#define sk_CONF_MODULE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CONF_MODULE, (st), (cmp))
    -#define sk_CONF_MODULE_dup(st) SKM_sk_dup(CONF_MODULE, st)
    -#define sk_CONF_MODULE_pop_free(st, free_func) SKM_sk_pop_free(CONF_MODULE, (st), (free_func))
    -#define sk_CONF_MODULE_shift(st) SKM_sk_shift(CONF_MODULE, (st))
    -#define sk_CONF_MODULE_pop(st) SKM_sk_pop(CONF_MODULE, (st))
    -#define sk_CONF_MODULE_sort(st) SKM_sk_sort(CONF_MODULE, (st))
    -#define sk_CONF_MODULE_is_sorted(st) SKM_sk_is_sorted(CONF_MODULE, (st))
    -
    -#define sk_CONF_VALUE_new(cmp) SKM_sk_new(CONF_VALUE, (cmp))
    -#define sk_CONF_VALUE_new_null() SKM_sk_new_null(CONF_VALUE)
    -#define sk_CONF_VALUE_free(st) SKM_sk_free(CONF_VALUE, (st))
    -#define sk_CONF_VALUE_num(st) SKM_sk_num(CONF_VALUE, (st))
    -#define sk_CONF_VALUE_value(st, i) SKM_sk_value(CONF_VALUE, (st), (i))
    -#define sk_CONF_VALUE_set(st, i, val) SKM_sk_set(CONF_VALUE, (st), (i), (val))
    -#define sk_CONF_VALUE_zero(st) SKM_sk_zero(CONF_VALUE, (st))
    -#define sk_CONF_VALUE_push(st, val) SKM_sk_push(CONF_VALUE, (st), (val))
    -#define sk_CONF_VALUE_unshift(st, val) SKM_sk_unshift(CONF_VALUE, (st), (val))
    -#define sk_CONF_VALUE_find(st, val) SKM_sk_find(CONF_VALUE, (st), (val))
    -#define sk_CONF_VALUE_find_ex(st, val) SKM_sk_find_ex(CONF_VALUE, (st), (val))
    -#define sk_CONF_VALUE_delete(st, i) SKM_sk_delete(CONF_VALUE, (st), (i))
    -#define sk_CONF_VALUE_delete_ptr(st, ptr) SKM_sk_delete_ptr(CONF_VALUE, (st), (ptr))
    -#define sk_CONF_VALUE_insert(st, val, i) SKM_sk_insert(CONF_VALUE, (st), (val), (i))
    -#define sk_CONF_VALUE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CONF_VALUE, (st), (cmp))
    -#define sk_CONF_VALUE_dup(st) SKM_sk_dup(CONF_VALUE, st)
    -#define sk_CONF_VALUE_pop_free(st, free_func) SKM_sk_pop_free(CONF_VALUE, (st), (free_func))
    -#define sk_CONF_VALUE_shift(st) SKM_sk_shift(CONF_VALUE, (st))
    -#define sk_CONF_VALUE_pop(st) SKM_sk_pop(CONF_VALUE, (st))
    -#define sk_CONF_VALUE_sort(st) SKM_sk_sort(CONF_VALUE, (st))
    -#define sk_CONF_VALUE_is_sorted(st) SKM_sk_is_sorted(CONF_VALUE, (st))
    -
    -#define sk_CRYPTO_EX_DATA_FUNCS_new(cmp) SKM_sk_new(CRYPTO_EX_DATA_FUNCS, (cmp))
    -#define sk_CRYPTO_EX_DATA_FUNCS_new_null() SKM_sk_new_null(CRYPTO_EX_DATA_FUNCS)
    -#define sk_CRYPTO_EX_DATA_FUNCS_free(st) SKM_sk_free(CRYPTO_EX_DATA_FUNCS, (st))
    -#define sk_CRYPTO_EX_DATA_FUNCS_num(st) SKM_sk_num(CRYPTO_EX_DATA_FUNCS, (st))
    -#define sk_CRYPTO_EX_DATA_FUNCS_value(st, i) SKM_sk_value(CRYPTO_EX_DATA_FUNCS, (st), (i))
    -#define sk_CRYPTO_EX_DATA_FUNCS_set(st, i, val) SKM_sk_set(CRYPTO_EX_DATA_FUNCS, (st), (i), (val))
    -#define sk_CRYPTO_EX_DATA_FUNCS_zero(st) SKM_sk_zero(CRYPTO_EX_DATA_FUNCS, (st))
    -#define sk_CRYPTO_EX_DATA_FUNCS_push(st, val) SKM_sk_push(CRYPTO_EX_DATA_FUNCS, (st), (val))
    -#define sk_CRYPTO_EX_DATA_FUNCS_unshift(st, val) SKM_sk_unshift(CRYPTO_EX_DATA_FUNCS, (st), (val))
    -#define sk_CRYPTO_EX_DATA_FUNCS_find(st, val) SKM_sk_find(CRYPTO_EX_DATA_FUNCS, (st), (val))
    -#define sk_CRYPTO_EX_DATA_FUNCS_find_ex(st, val) SKM_sk_find_ex(CRYPTO_EX_DATA_FUNCS, (st), (val))
    -#define sk_CRYPTO_EX_DATA_FUNCS_delete(st, i) SKM_sk_delete(CRYPTO_EX_DATA_FUNCS, (st), (i))
    -#define sk_CRYPTO_EX_DATA_FUNCS_delete_ptr(st, ptr) SKM_sk_delete_ptr(CRYPTO_EX_DATA_FUNCS, (st), (ptr))
    -#define sk_CRYPTO_EX_DATA_FUNCS_insert(st, val, i) SKM_sk_insert(CRYPTO_EX_DATA_FUNCS, (st), (val), (i))
    -#define sk_CRYPTO_EX_DATA_FUNCS_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CRYPTO_EX_DATA_FUNCS, (st), (cmp))
    -#define sk_CRYPTO_EX_DATA_FUNCS_dup(st) SKM_sk_dup(CRYPTO_EX_DATA_FUNCS, st)
    -#define sk_CRYPTO_EX_DATA_FUNCS_pop_free(st, free_func) SKM_sk_pop_free(CRYPTO_EX_DATA_FUNCS, (st), (free_func))
    -#define sk_CRYPTO_EX_DATA_FUNCS_shift(st) SKM_sk_shift(CRYPTO_EX_DATA_FUNCS, (st))
    -#define sk_CRYPTO_EX_DATA_FUNCS_pop(st) SKM_sk_pop(CRYPTO_EX_DATA_FUNCS, (st))
    -#define sk_CRYPTO_EX_DATA_FUNCS_sort(st) SKM_sk_sort(CRYPTO_EX_DATA_FUNCS, (st))
    -#define sk_CRYPTO_EX_DATA_FUNCS_is_sorted(st) SKM_sk_is_sorted(CRYPTO_EX_DATA_FUNCS, (st))
    -
    -#define sk_CRYPTO_dynlock_new(cmp) SKM_sk_new(CRYPTO_dynlock, (cmp))
    -#define sk_CRYPTO_dynlock_new_null() SKM_sk_new_null(CRYPTO_dynlock)
    -#define sk_CRYPTO_dynlock_free(st) SKM_sk_free(CRYPTO_dynlock, (st))
    -#define sk_CRYPTO_dynlock_num(st) SKM_sk_num(CRYPTO_dynlock, (st))
    -#define sk_CRYPTO_dynlock_value(st, i) SKM_sk_value(CRYPTO_dynlock, (st), (i))
    -#define sk_CRYPTO_dynlock_set(st, i, val) SKM_sk_set(CRYPTO_dynlock, (st), (i), (val))
    -#define sk_CRYPTO_dynlock_zero(st) SKM_sk_zero(CRYPTO_dynlock, (st))
    -#define sk_CRYPTO_dynlock_push(st, val) SKM_sk_push(CRYPTO_dynlock, (st), (val))
    -#define sk_CRYPTO_dynlock_unshift(st, val) SKM_sk_unshift(CRYPTO_dynlock, (st), (val))
    -#define sk_CRYPTO_dynlock_find(st, val) SKM_sk_find(CRYPTO_dynlock, (st), (val))
    -#define sk_CRYPTO_dynlock_find_ex(st, val) SKM_sk_find_ex(CRYPTO_dynlock, (st), (val))
    -#define sk_CRYPTO_dynlock_delete(st, i) SKM_sk_delete(CRYPTO_dynlock, (st), (i))
    -#define sk_CRYPTO_dynlock_delete_ptr(st, ptr) SKM_sk_delete_ptr(CRYPTO_dynlock, (st), (ptr))
    -#define sk_CRYPTO_dynlock_insert(st, val, i) SKM_sk_insert(CRYPTO_dynlock, (st), (val), (i))
    -#define sk_CRYPTO_dynlock_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CRYPTO_dynlock, (st), (cmp))
    -#define sk_CRYPTO_dynlock_dup(st) SKM_sk_dup(CRYPTO_dynlock, st)
    -#define sk_CRYPTO_dynlock_pop_free(st, free_func) SKM_sk_pop_free(CRYPTO_dynlock, (st), (free_func))
    -#define sk_CRYPTO_dynlock_shift(st) SKM_sk_shift(CRYPTO_dynlock, (st))
    -#define sk_CRYPTO_dynlock_pop(st) SKM_sk_pop(CRYPTO_dynlock, (st))
    -#define sk_CRYPTO_dynlock_sort(st) SKM_sk_sort(CRYPTO_dynlock, (st))
    -#define sk_CRYPTO_dynlock_is_sorted(st) SKM_sk_is_sorted(CRYPTO_dynlock, (st))
    -
    -#define sk_DIST_POINT_new(cmp) SKM_sk_new(DIST_POINT, (cmp))
    -#define sk_DIST_POINT_new_null() SKM_sk_new_null(DIST_POINT)
    -#define sk_DIST_POINT_free(st) SKM_sk_free(DIST_POINT, (st))
    -#define sk_DIST_POINT_num(st) SKM_sk_num(DIST_POINT, (st))
    -#define sk_DIST_POINT_value(st, i) SKM_sk_value(DIST_POINT, (st), (i))
    -#define sk_DIST_POINT_set(st, i, val) SKM_sk_set(DIST_POINT, (st), (i), (val))
    -#define sk_DIST_POINT_zero(st) SKM_sk_zero(DIST_POINT, (st))
    -#define sk_DIST_POINT_push(st, val) SKM_sk_push(DIST_POINT, (st), (val))
    -#define sk_DIST_POINT_unshift(st, val) SKM_sk_unshift(DIST_POINT, (st), (val))
    -#define sk_DIST_POINT_find(st, val) SKM_sk_find(DIST_POINT, (st), (val))
    -#define sk_DIST_POINT_find_ex(st, val) SKM_sk_find_ex(DIST_POINT, (st), (val))
    -#define sk_DIST_POINT_delete(st, i) SKM_sk_delete(DIST_POINT, (st), (i))
    -#define sk_DIST_POINT_delete_ptr(st, ptr) SKM_sk_delete_ptr(DIST_POINT, (st), (ptr))
    -#define sk_DIST_POINT_insert(st, val, i) SKM_sk_insert(DIST_POINT, (st), (val), (i))
    -#define sk_DIST_POINT_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(DIST_POINT, (st), (cmp))
    -#define sk_DIST_POINT_dup(st) SKM_sk_dup(DIST_POINT, st)
    -#define sk_DIST_POINT_pop_free(st, free_func) SKM_sk_pop_free(DIST_POINT, (st), (free_func))
    -#define sk_DIST_POINT_shift(st) SKM_sk_shift(DIST_POINT, (st))
    -#define sk_DIST_POINT_pop(st) SKM_sk_pop(DIST_POINT, (st))
    -#define sk_DIST_POINT_sort(st) SKM_sk_sort(DIST_POINT, (st))
    -#define sk_DIST_POINT_is_sorted(st) SKM_sk_is_sorted(DIST_POINT, (st))
    -
    -#define sk_ENGINE_new(cmp) SKM_sk_new(ENGINE, (cmp))
    -#define sk_ENGINE_new_null() SKM_sk_new_null(ENGINE)
    -#define sk_ENGINE_free(st) SKM_sk_free(ENGINE, (st))
    -#define sk_ENGINE_num(st) SKM_sk_num(ENGINE, (st))
    -#define sk_ENGINE_value(st, i) SKM_sk_value(ENGINE, (st), (i))
    -#define sk_ENGINE_set(st, i, val) SKM_sk_set(ENGINE, (st), (i), (val))
    -#define sk_ENGINE_zero(st) SKM_sk_zero(ENGINE, (st))
    -#define sk_ENGINE_push(st, val) SKM_sk_push(ENGINE, (st), (val))
    -#define sk_ENGINE_unshift(st, val) SKM_sk_unshift(ENGINE, (st), (val))
    -#define sk_ENGINE_find(st, val) SKM_sk_find(ENGINE, (st), (val))
    -#define sk_ENGINE_find_ex(st, val) SKM_sk_find_ex(ENGINE, (st), (val))
    -#define sk_ENGINE_delete(st, i) SKM_sk_delete(ENGINE, (st), (i))
    -#define sk_ENGINE_delete_ptr(st, ptr) SKM_sk_delete_ptr(ENGINE, (st), (ptr))
    -#define sk_ENGINE_insert(st, val, i) SKM_sk_insert(ENGINE, (st), (val), (i))
    -#define sk_ENGINE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ENGINE, (st), (cmp))
    -#define sk_ENGINE_dup(st) SKM_sk_dup(ENGINE, st)
    -#define sk_ENGINE_pop_free(st, free_func) SKM_sk_pop_free(ENGINE, (st), (free_func))
    -#define sk_ENGINE_shift(st) SKM_sk_shift(ENGINE, (st))
    -#define sk_ENGINE_pop(st) SKM_sk_pop(ENGINE, (st))
    -#define sk_ENGINE_sort(st) SKM_sk_sort(ENGINE, (st))
    -#define sk_ENGINE_is_sorted(st) SKM_sk_is_sorted(ENGINE, (st))
    -
    -#define sk_ENGINE_CLEANUP_ITEM_new(cmp) SKM_sk_new(ENGINE_CLEANUP_ITEM, (cmp))
    -#define sk_ENGINE_CLEANUP_ITEM_new_null() SKM_sk_new_null(ENGINE_CLEANUP_ITEM)
    -#define sk_ENGINE_CLEANUP_ITEM_free(st) SKM_sk_free(ENGINE_CLEANUP_ITEM, (st))
    -#define sk_ENGINE_CLEANUP_ITEM_num(st) SKM_sk_num(ENGINE_CLEANUP_ITEM, (st))
    -#define sk_ENGINE_CLEANUP_ITEM_value(st, i) SKM_sk_value(ENGINE_CLEANUP_ITEM, (st), (i))
    -#define sk_ENGINE_CLEANUP_ITEM_set(st, i, val) SKM_sk_set(ENGINE_CLEANUP_ITEM, (st), (i), (val))
    -#define sk_ENGINE_CLEANUP_ITEM_zero(st) SKM_sk_zero(ENGINE_CLEANUP_ITEM, (st))
    -#define sk_ENGINE_CLEANUP_ITEM_push(st, val) SKM_sk_push(ENGINE_CLEANUP_ITEM, (st), (val))
    -#define sk_ENGINE_CLEANUP_ITEM_unshift(st, val) SKM_sk_unshift(ENGINE_CLEANUP_ITEM, (st), (val))
    -#define sk_ENGINE_CLEANUP_ITEM_find(st, val) SKM_sk_find(ENGINE_CLEANUP_ITEM, (st), (val))
    -#define sk_ENGINE_CLEANUP_ITEM_find_ex(st, val) SKM_sk_find_ex(ENGINE_CLEANUP_ITEM, (st), (val))
    -#define sk_ENGINE_CLEANUP_ITEM_delete(st, i) SKM_sk_delete(ENGINE_CLEANUP_ITEM, (st), (i))
    -#define sk_ENGINE_CLEANUP_ITEM_delete_ptr(st, ptr) SKM_sk_delete_ptr(ENGINE_CLEANUP_ITEM, (st), (ptr))
    -#define sk_ENGINE_CLEANUP_ITEM_insert(st, val, i) SKM_sk_insert(ENGINE_CLEANUP_ITEM, (st), (val), (i))
    -#define sk_ENGINE_CLEANUP_ITEM_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ENGINE_CLEANUP_ITEM, (st), (cmp))
    -#define sk_ENGINE_CLEANUP_ITEM_dup(st) SKM_sk_dup(ENGINE_CLEANUP_ITEM, st)
    -#define sk_ENGINE_CLEANUP_ITEM_pop_free(st, free_func) SKM_sk_pop_free(ENGINE_CLEANUP_ITEM, (st), (free_func))
    -#define sk_ENGINE_CLEANUP_ITEM_shift(st) SKM_sk_shift(ENGINE_CLEANUP_ITEM, (st))
    -#define sk_ENGINE_CLEANUP_ITEM_pop(st) SKM_sk_pop(ENGINE_CLEANUP_ITEM, (st))
    -#define sk_ENGINE_CLEANUP_ITEM_sort(st) SKM_sk_sort(ENGINE_CLEANUP_ITEM, (st))
    -#define sk_ENGINE_CLEANUP_ITEM_is_sorted(st) SKM_sk_is_sorted(ENGINE_CLEANUP_ITEM, (st))
    -
    -#define sk_ESS_CERT_ID_new(cmp) SKM_sk_new(ESS_CERT_ID, (cmp))
    -#define sk_ESS_CERT_ID_new_null() SKM_sk_new_null(ESS_CERT_ID)
    -#define sk_ESS_CERT_ID_free(st) SKM_sk_free(ESS_CERT_ID, (st))
    -#define sk_ESS_CERT_ID_num(st) SKM_sk_num(ESS_CERT_ID, (st))
    -#define sk_ESS_CERT_ID_value(st, i) SKM_sk_value(ESS_CERT_ID, (st), (i))
    -#define sk_ESS_CERT_ID_set(st, i, val) SKM_sk_set(ESS_CERT_ID, (st), (i), (val))
    -#define sk_ESS_CERT_ID_zero(st) SKM_sk_zero(ESS_CERT_ID, (st))
    -#define sk_ESS_CERT_ID_push(st, val) SKM_sk_push(ESS_CERT_ID, (st), (val))
    -#define sk_ESS_CERT_ID_unshift(st, val) SKM_sk_unshift(ESS_CERT_ID, (st), (val))
    -#define sk_ESS_CERT_ID_find(st, val) SKM_sk_find(ESS_CERT_ID, (st), (val))
    -#define sk_ESS_CERT_ID_find_ex(st, val) SKM_sk_find_ex(ESS_CERT_ID, (st), (val))
    -#define sk_ESS_CERT_ID_delete(st, i) SKM_sk_delete(ESS_CERT_ID, (st), (i))
    -#define sk_ESS_CERT_ID_delete_ptr(st, ptr) SKM_sk_delete_ptr(ESS_CERT_ID, (st), (ptr))
    -#define sk_ESS_CERT_ID_insert(st, val, i) SKM_sk_insert(ESS_CERT_ID, (st), (val), (i))
    -#define sk_ESS_CERT_ID_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ESS_CERT_ID, (st), (cmp))
    -#define sk_ESS_CERT_ID_dup(st) SKM_sk_dup(ESS_CERT_ID, st)
    -#define sk_ESS_CERT_ID_pop_free(st, free_func) SKM_sk_pop_free(ESS_CERT_ID, (st), (free_func))
    -#define sk_ESS_CERT_ID_shift(st) SKM_sk_shift(ESS_CERT_ID, (st))
    -#define sk_ESS_CERT_ID_pop(st) SKM_sk_pop(ESS_CERT_ID, (st))
    -#define sk_ESS_CERT_ID_sort(st) SKM_sk_sort(ESS_CERT_ID, (st))
    -#define sk_ESS_CERT_ID_is_sorted(st) SKM_sk_is_sorted(ESS_CERT_ID, (st))
    -
    -#define sk_EVP_MD_new(cmp) SKM_sk_new(EVP_MD, (cmp))
    -#define sk_EVP_MD_new_null() SKM_sk_new_null(EVP_MD)
    -#define sk_EVP_MD_free(st) SKM_sk_free(EVP_MD, (st))
    -#define sk_EVP_MD_num(st) SKM_sk_num(EVP_MD, (st))
    -#define sk_EVP_MD_value(st, i) SKM_sk_value(EVP_MD, (st), (i))
    -#define sk_EVP_MD_set(st, i, val) SKM_sk_set(EVP_MD, (st), (i), (val))
    -#define sk_EVP_MD_zero(st) SKM_sk_zero(EVP_MD, (st))
    -#define sk_EVP_MD_push(st, val) SKM_sk_push(EVP_MD, (st), (val))
    -#define sk_EVP_MD_unshift(st, val) SKM_sk_unshift(EVP_MD, (st), (val))
    -#define sk_EVP_MD_find(st, val) SKM_sk_find(EVP_MD, (st), (val))
    -#define sk_EVP_MD_find_ex(st, val) SKM_sk_find_ex(EVP_MD, (st), (val))
    -#define sk_EVP_MD_delete(st, i) SKM_sk_delete(EVP_MD, (st), (i))
    -#define sk_EVP_MD_delete_ptr(st, ptr) SKM_sk_delete_ptr(EVP_MD, (st), (ptr))
    -#define sk_EVP_MD_insert(st, val, i) SKM_sk_insert(EVP_MD, (st), (val), (i))
    -#define sk_EVP_MD_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(EVP_MD, (st), (cmp))
    -#define sk_EVP_MD_dup(st) SKM_sk_dup(EVP_MD, st)
    -#define sk_EVP_MD_pop_free(st, free_func) SKM_sk_pop_free(EVP_MD, (st), (free_func))
    -#define sk_EVP_MD_shift(st) SKM_sk_shift(EVP_MD, (st))
    -#define sk_EVP_MD_pop(st) SKM_sk_pop(EVP_MD, (st))
    -#define sk_EVP_MD_sort(st) SKM_sk_sort(EVP_MD, (st))
    -#define sk_EVP_MD_is_sorted(st) SKM_sk_is_sorted(EVP_MD, (st))
    -
    -#define sk_EVP_PBE_CTL_new(cmp) SKM_sk_new(EVP_PBE_CTL, (cmp))
    -#define sk_EVP_PBE_CTL_new_null() SKM_sk_new_null(EVP_PBE_CTL)
    -#define sk_EVP_PBE_CTL_free(st) SKM_sk_free(EVP_PBE_CTL, (st))
    -#define sk_EVP_PBE_CTL_num(st) SKM_sk_num(EVP_PBE_CTL, (st))
    -#define sk_EVP_PBE_CTL_value(st, i) SKM_sk_value(EVP_PBE_CTL, (st), (i))
    -#define sk_EVP_PBE_CTL_set(st, i, val) SKM_sk_set(EVP_PBE_CTL, (st), (i), (val))
    -#define sk_EVP_PBE_CTL_zero(st) SKM_sk_zero(EVP_PBE_CTL, (st))
    -#define sk_EVP_PBE_CTL_push(st, val) SKM_sk_push(EVP_PBE_CTL, (st), (val))
    -#define sk_EVP_PBE_CTL_unshift(st, val) SKM_sk_unshift(EVP_PBE_CTL, (st), (val))
    -#define sk_EVP_PBE_CTL_find(st, val) SKM_sk_find(EVP_PBE_CTL, (st), (val))
    -#define sk_EVP_PBE_CTL_find_ex(st, val) SKM_sk_find_ex(EVP_PBE_CTL, (st), (val))
    -#define sk_EVP_PBE_CTL_delete(st, i) SKM_sk_delete(EVP_PBE_CTL, (st), (i))
    -#define sk_EVP_PBE_CTL_delete_ptr(st, ptr) SKM_sk_delete_ptr(EVP_PBE_CTL, (st), (ptr))
    -#define sk_EVP_PBE_CTL_insert(st, val, i) SKM_sk_insert(EVP_PBE_CTL, (st), (val), (i))
    -#define sk_EVP_PBE_CTL_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(EVP_PBE_CTL, (st), (cmp))
    -#define sk_EVP_PBE_CTL_dup(st) SKM_sk_dup(EVP_PBE_CTL, st)
    -#define sk_EVP_PBE_CTL_pop_free(st, free_func) SKM_sk_pop_free(EVP_PBE_CTL, (st), (free_func))
    -#define sk_EVP_PBE_CTL_shift(st) SKM_sk_shift(EVP_PBE_CTL, (st))
    -#define sk_EVP_PBE_CTL_pop(st) SKM_sk_pop(EVP_PBE_CTL, (st))
    -#define sk_EVP_PBE_CTL_sort(st) SKM_sk_sort(EVP_PBE_CTL, (st))
    -#define sk_EVP_PBE_CTL_is_sorted(st) SKM_sk_is_sorted(EVP_PBE_CTL, (st))
    -
    -#define sk_EVP_PKEY_ASN1_METHOD_new(cmp) SKM_sk_new(EVP_PKEY_ASN1_METHOD, (cmp))
    -#define sk_EVP_PKEY_ASN1_METHOD_new_null() SKM_sk_new_null(EVP_PKEY_ASN1_METHOD)
    -#define sk_EVP_PKEY_ASN1_METHOD_free(st) SKM_sk_free(EVP_PKEY_ASN1_METHOD, (st))
    -#define sk_EVP_PKEY_ASN1_METHOD_num(st) SKM_sk_num(EVP_PKEY_ASN1_METHOD, (st))
    -#define sk_EVP_PKEY_ASN1_METHOD_value(st, i) SKM_sk_value(EVP_PKEY_ASN1_METHOD, (st), (i))
    -#define sk_EVP_PKEY_ASN1_METHOD_set(st, i, val) SKM_sk_set(EVP_PKEY_ASN1_METHOD, (st), (i), (val))
    -#define sk_EVP_PKEY_ASN1_METHOD_zero(st) SKM_sk_zero(EVP_PKEY_ASN1_METHOD, (st))
    -#define sk_EVP_PKEY_ASN1_METHOD_push(st, val) SKM_sk_push(EVP_PKEY_ASN1_METHOD, (st), (val))
    -#define sk_EVP_PKEY_ASN1_METHOD_unshift(st, val) SKM_sk_unshift(EVP_PKEY_ASN1_METHOD, (st), (val))
    -#define sk_EVP_PKEY_ASN1_METHOD_find(st, val) SKM_sk_find(EVP_PKEY_ASN1_METHOD, (st), (val))
    -#define sk_EVP_PKEY_ASN1_METHOD_find_ex(st, val) SKM_sk_find_ex(EVP_PKEY_ASN1_METHOD, (st), (val))
    -#define sk_EVP_PKEY_ASN1_METHOD_delete(st, i) SKM_sk_delete(EVP_PKEY_ASN1_METHOD, (st), (i))
    -#define sk_EVP_PKEY_ASN1_METHOD_delete_ptr(st, ptr) SKM_sk_delete_ptr(EVP_PKEY_ASN1_METHOD, (st), (ptr))
    -#define sk_EVP_PKEY_ASN1_METHOD_insert(st, val, i) SKM_sk_insert(EVP_PKEY_ASN1_METHOD, (st), (val), (i))
    -#define sk_EVP_PKEY_ASN1_METHOD_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(EVP_PKEY_ASN1_METHOD, (st), (cmp))
    -#define sk_EVP_PKEY_ASN1_METHOD_dup(st) SKM_sk_dup(EVP_PKEY_ASN1_METHOD, st)
    -#define sk_EVP_PKEY_ASN1_METHOD_pop_free(st, free_func) SKM_sk_pop_free(EVP_PKEY_ASN1_METHOD, (st), (free_func))
    -#define sk_EVP_PKEY_ASN1_METHOD_shift(st) SKM_sk_shift(EVP_PKEY_ASN1_METHOD, (st))
    -#define sk_EVP_PKEY_ASN1_METHOD_pop(st) SKM_sk_pop(EVP_PKEY_ASN1_METHOD, (st))
    -#define sk_EVP_PKEY_ASN1_METHOD_sort(st) SKM_sk_sort(EVP_PKEY_ASN1_METHOD, (st))
    -#define sk_EVP_PKEY_ASN1_METHOD_is_sorted(st) SKM_sk_is_sorted(EVP_PKEY_ASN1_METHOD, (st))
    -
    -#define sk_EVP_PKEY_METHOD_new(cmp) SKM_sk_new(EVP_PKEY_METHOD, (cmp))
    -#define sk_EVP_PKEY_METHOD_new_null() SKM_sk_new_null(EVP_PKEY_METHOD)
    -#define sk_EVP_PKEY_METHOD_free(st) SKM_sk_free(EVP_PKEY_METHOD, (st))
    -#define sk_EVP_PKEY_METHOD_num(st) SKM_sk_num(EVP_PKEY_METHOD, (st))
    -#define sk_EVP_PKEY_METHOD_value(st, i) SKM_sk_value(EVP_PKEY_METHOD, (st), (i))
    -#define sk_EVP_PKEY_METHOD_set(st, i, val) SKM_sk_set(EVP_PKEY_METHOD, (st), (i), (val))
    -#define sk_EVP_PKEY_METHOD_zero(st) SKM_sk_zero(EVP_PKEY_METHOD, (st))
    -#define sk_EVP_PKEY_METHOD_push(st, val) SKM_sk_push(EVP_PKEY_METHOD, (st), (val))
    -#define sk_EVP_PKEY_METHOD_unshift(st, val) SKM_sk_unshift(EVP_PKEY_METHOD, (st), (val))
    -#define sk_EVP_PKEY_METHOD_find(st, val) SKM_sk_find(EVP_PKEY_METHOD, (st), (val))
    -#define sk_EVP_PKEY_METHOD_find_ex(st, val) SKM_sk_find_ex(EVP_PKEY_METHOD, (st), (val))
    -#define sk_EVP_PKEY_METHOD_delete(st, i) SKM_sk_delete(EVP_PKEY_METHOD, (st), (i))
    -#define sk_EVP_PKEY_METHOD_delete_ptr(st, ptr) SKM_sk_delete_ptr(EVP_PKEY_METHOD, (st), (ptr))
    -#define sk_EVP_PKEY_METHOD_insert(st, val, i) SKM_sk_insert(EVP_PKEY_METHOD, (st), (val), (i))
    -#define sk_EVP_PKEY_METHOD_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(EVP_PKEY_METHOD, (st), (cmp))
    -#define sk_EVP_PKEY_METHOD_dup(st) SKM_sk_dup(EVP_PKEY_METHOD, st)
    -#define sk_EVP_PKEY_METHOD_pop_free(st, free_func) SKM_sk_pop_free(EVP_PKEY_METHOD, (st), (free_func))
    -#define sk_EVP_PKEY_METHOD_shift(st) SKM_sk_shift(EVP_PKEY_METHOD, (st))
    -#define sk_EVP_PKEY_METHOD_pop(st) SKM_sk_pop(EVP_PKEY_METHOD, (st))
    -#define sk_EVP_PKEY_METHOD_sort(st) SKM_sk_sort(EVP_PKEY_METHOD, (st))
    -#define sk_EVP_PKEY_METHOD_is_sorted(st) SKM_sk_is_sorted(EVP_PKEY_METHOD, (st))
    -
    -#define sk_GENERAL_NAME_new(cmp) SKM_sk_new(GENERAL_NAME, (cmp))
    -#define sk_GENERAL_NAME_new_null() SKM_sk_new_null(GENERAL_NAME)
    -#define sk_GENERAL_NAME_free(st) SKM_sk_free(GENERAL_NAME, (st))
    -#define sk_GENERAL_NAME_num(st) SKM_sk_num(GENERAL_NAME, (st))
    -#define sk_GENERAL_NAME_value(st, i) SKM_sk_value(GENERAL_NAME, (st), (i))
    -#define sk_GENERAL_NAME_set(st, i, val) SKM_sk_set(GENERAL_NAME, (st), (i), (val))
    -#define sk_GENERAL_NAME_zero(st) SKM_sk_zero(GENERAL_NAME, (st))
    -#define sk_GENERAL_NAME_push(st, val) SKM_sk_push(GENERAL_NAME, (st), (val))
    -#define sk_GENERAL_NAME_unshift(st, val) SKM_sk_unshift(GENERAL_NAME, (st), (val))
    -#define sk_GENERAL_NAME_find(st, val) SKM_sk_find(GENERAL_NAME, (st), (val))
    -#define sk_GENERAL_NAME_find_ex(st, val) SKM_sk_find_ex(GENERAL_NAME, (st), (val))
    -#define sk_GENERAL_NAME_delete(st, i) SKM_sk_delete(GENERAL_NAME, (st), (i))
    -#define sk_GENERAL_NAME_delete_ptr(st, ptr) SKM_sk_delete_ptr(GENERAL_NAME, (st), (ptr))
    -#define sk_GENERAL_NAME_insert(st, val, i) SKM_sk_insert(GENERAL_NAME, (st), (val), (i))
    -#define sk_GENERAL_NAME_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(GENERAL_NAME, (st), (cmp))
    -#define sk_GENERAL_NAME_dup(st) SKM_sk_dup(GENERAL_NAME, st)
    -#define sk_GENERAL_NAME_pop_free(st, free_func) SKM_sk_pop_free(GENERAL_NAME, (st), (free_func))
    -#define sk_GENERAL_NAME_shift(st) SKM_sk_shift(GENERAL_NAME, (st))
    -#define sk_GENERAL_NAME_pop(st) SKM_sk_pop(GENERAL_NAME, (st))
    -#define sk_GENERAL_NAME_sort(st) SKM_sk_sort(GENERAL_NAME, (st))
    -#define sk_GENERAL_NAME_is_sorted(st) SKM_sk_is_sorted(GENERAL_NAME, (st))
    -
    -#define sk_GENERAL_NAMES_new(cmp) SKM_sk_new(GENERAL_NAMES, (cmp))
    -#define sk_GENERAL_NAMES_new_null() SKM_sk_new_null(GENERAL_NAMES)
    -#define sk_GENERAL_NAMES_free(st) SKM_sk_free(GENERAL_NAMES, (st))
    -#define sk_GENERAL_NAMES_num(st) SKM_sk_num(GENERAL_NAMES, (st))
    -#define sk_GENERAL_NAMES_value(st, i) SKM_sk_value(GENERAL_NAMES, (st), (i))
    -#define sk_GENERAL_NAMES_set(st, i, val) SKM_sk_set(GENERAL_NAMES, (st), (i), (val))
    -#define sk_GENERAL_NAMES_zero(st) SKM_sk_zero(GENERAL_NAMES, (st))
    -#define sk_GENERAL_NAMES_push(st, val) SKM_sk_push(GENERAL_NAMES, (st), (val))
    -#define sk_GENERAL_NAMES_unshift(st, val) SKM_sk_unshift(GENERAL_NAMES, (st), (val))
    -#define sk_GENERAL_NAMES_find(st, val) SKM_sk_find(GENERAL_NAMES, (st), (val))
    -#define sk_GENERAL_NAMES_find_ex(st, val) SKM_sk_find_ex(GENERAL_NAMES, (st), (val))
    -#define sk_GENERAL_NAMES_delete(st, i) SKM_sk_delete(GENERAL_NAMES, (st), (i))
    -#define sk_GENERAL_NAMES_delete_ptr(st, ptr) SKM_sk_delete_ptr(GENERAL_NAMES, (st), (ptr))
    -#define sk_GENERAL_NAMES_insert(st, val, i) SKM_sk_insert(GENERAL_NAMES, (st), (val), (i))
    -#define sk_GENERAL_NAMES_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(GENERAL_NAMES, (st), (cmp))
    -#define sk_GENERAL_NAMES_dup(st) SKM_sk_dup(GENERAL_NAMES, st)
    -#define sk_GENERAL_NAMES_pop_free(st, free_func) SKM_sk_pop_free(GENERAL_NAMES, (st), (free_func))
    -#define sk_GENERAL_NAMES_shift(st) SKM_sk_shift(GENERAL_NAMES, (st))
    -#define sk_GENERAL_NAMES_pop(st) SKM_sk_pop(GENERAL_NAMES, (st))
    -#define sk_GENERAL_NAMES_sort(st) SKM_sk_sort(GENERAL_NAMES, (st))
    -#define sk_GENERAL_NAMES_is_sorted(st) SKM_sk_is_sorted(GENERAL_NAMES, (st))
    -
    -#define sk_GENERAL_SUBTREE_new(cmp) SKM_sk_new(GENERAL_SUBTREE, (cmp))
    -#define sk_GENERAL_SUBTREE_new_null() SKM_sk_new_null(GENERAL_SUBTREE)
    -#define sk_GENERAL_SUBTREE_free(st) SKM_sk_free(GENERAL_SUBTREE, (st))
    -#define sk_GENERAL_SUBTREE_num(st) SKM_sk_num(GENERAL_SUBTREE, (st))
    -#define sk_GENERAL_SUBTREE_value(st, i) SKM_sk_value(GENERAL_SUBTREE, (st), (i))
    -#define sk_GENERAL_SUBTREE_set(st, i, val) SKM_sk_set(GENERAL_SUBTREE, (st), (i), (val))
    -#define sk_GENERAL_SUBTREE_zero(st) SKM_sk_zero(GENERAL_SUBTREE, (st))
    -#define sk_GENERAL_SUBTREE_push(st, val) SKM_sk_push(GENERAL_SUBTREE, (st), (val))
    -#define sk_GENERAL_SUBTREE_unshift(st, val) SKM_sk_unshift(GENERAL_SUBTREE, (st), (val))
    -#define sk_GENERAL_SUBTREE_find(st, val) SKM_sk_find(GENERAL_SUBTREE, (st), (val))
    -#define sk_GENERAL_SUBTREE_find_ex(st, val) SKM_sk_find_ex(GENERAL_SUBTREE, (st), (val))
    -#define sk_GENERAL_SUBTREE_delete(st, i) SKM_sk_delete(GENERAL_SUBTREE, (st), (i))
    -#define sk_GENERAL_SUBTREE_delete_ptr(st, ptr) SKM_sk_delete_ptr(GENERAL_SUBTREE, (st), (ptr))
    -#define sk_GENERAL_SUBTREE_insert(st, val, i) SKM_sk_insert(GENERAL_SUBTREE, (st), (val), (i))
    -#define sk_GENERAL_SUBTREE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(GENERAL_SUBTREE, (st), (cmp))
    -#define sk_GENERAL_SUBTREE_dup(st) SKM_sk_dup(GENERAL_SUBTREE, st)
    -#define sk_GENERAL_SUBTREE_pop_free(st, free_func) SKM_sk_pop_free(GENERAL_SUBTREE, (st), (free_func))
    -#define sk_GENERAL_SUBTREE_shift(st) SKM_sk_shift(GENERAL_SUBTREE, (st))
    -#define sk_GENERAL_SUBTREE_pop(st) SKM_sk_pop(GENERAL_SUBTREE, (st))
    -#define sk_GENERAL_SUBTREE_sort(st) SKM_sk_sort(GENERAL_SUBTREE, (st))
    -#define sk_GENERAL_SUBTREE_is_sorted(st) SKM_sk_is_sorted(GENERAL_SUBTREE, (st))
    -
    -#define sk_IPAddressFamily_new(cmp) SKM_sk_new(IPAddressFamily, (cmp))
    -#define sk_IPAddressFamily_new_null() SKM_sk_new_null(IPAddressFamily)
    -#define sk_IPAddressFamily_free(st) SKM_sk_free(IPAddressFamily, (st))
    -#define sk_IPAddressFamily_num(st) SKM_sk_num(IPAddressFamily, (st))
    -#define sk_IPAddressFamily_value(st, i) SKM_sk_value(IPAddressFamily, (st), (i))
    -#define sk_IPAddressFamily_set(st, i, val) SKM_sk_set(IPAddressFamily, (st), (i), (val))
    -#define sk_IPAddressFamily_zero(st) SKM_sk_zero(IPAddressFamily, (st))
    -#define sk_IPAddressFamily_push(st, val) SKM_sk_push(IPAddressFamily, (st), (val))
    -#define sk_IPAddressFamily_unshift(st, val) SKM_sk_unshift(IPAddressFamily, (st), (val))
    -#define sk_IPAddressFamily_find(st, val) SKM_sk_find(IPAddressFamily, (st), (val))
    -#define sk_IPAddressFamily_find_ex(st, val) SKM_sk_find_ex(IPAddressFamily, (st), (val))
    -#define sk_IPAddressFamily_delete(st, i) SKM_sk_delete(IPAddressFamily, (st), (i))
    -#define sk_IPAddressFamily_delete_ptr(st, ptr) SKM_sk_delete_ptr(IPAddressFamily, (st), (ptr))
    -#define sk_IPAddressFamily_insert(st, val, i) SKM_sk_insert(IPAddressFamily, (st), (val), (i))
    -#define sk_IPAddressFamily_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(IPAddressFamily, (st), (cmp))
    -#define sk_IPAddressFamily_dup(st) SKM_sk_dup(IPAddressFamily, st)
    -#define sk_IPAddressFamily_pop_free(st, free_func) SKM_sk_pop_free(IPAddressFamily, (st), (free_func))
    -#define sk_IPAddressFamily_shift(st) SKM_sk_shift(IPAddressFamily, (st))
    -#define sk_IPAddressFamily_pop(st) SKM_sk_pop(IPAddressFamily, (st))
    -#define sk_IPAddressFamily_sort(st) SKM_sk_sort(IPAddressFamily, (st))
    -#define sk_IPAddressFamily_is_sorted(st) SKM_sk_is_sorted(IPAddressFamily, (st))
    -
    -#define sk_IPAddressOrRange_new(cmp) SKM_sk_new(IPAddressOrRange, (cmp))
    -#define sk_IPAddressOrRange_new_null() SKM_sk_new_null(IPAddressOrRange)
    -#define sk_IPAddressOrRange_free(st) SKM_sk_free(IPAddressOrRange, (st))
    -#define sk_IPAddressOrRange_num(st) SKM_sk_num(IPAddressOrRange, (st))
    -#define sk_IPAddressOrRange_value(st, i) SKM_sk_value(IPAddressOrRange, (st), (i))
    -#define sk_IPAddressOrRange_set(st, i, val) SKM_sk_set(IPAddressOrRange, (st), (i), (val))
    -#define sk_IPAddressOrRange_zero(st) SKM_sk_zero(IPAddressOrRange, (st))
    -#define sk_IPAddressOrRange_push(st, val) SKM_sk_push(IPAddressOrRange, (st), (val))
    -#define sk_IPAddressOrRange_unshift(st, val) SKM_sk_unshift(IPAddressOrRange, (st), (val))
    -#define sk_IPAddressOrRange_find(st, val) SKM_sk_find(IPAddressOrRange, (st), (val))
    -#define sk_IPAddressOrRange_find_ex(st, val) SKM_sk_find_ex(IPAddressOrRange, (st), (val))
    -#define sk_IPAddressOrRange_delete(st, i) SKM_sk_delete(IPAddressOrRange, (st), (i))
    -#define sk_IPAddressOrRange_delete_ptr(st, ptr) SKM_sk_delete_ptr(IPAddressOrRange, (st), (ptr))
    -#define sk_IPAddressOrRange_insert(st, val, i) SKM_sk_insert(IPAddressOrRange, (st), (val), (i))
    -#define sk_IPAddressOrRange_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(IPAddressOrRange, (st), (cmp))
    -#define sk_IPAddressOrRange_dup(st) SKM_sk_dup(IPAddressOrRange, st)
    -#define sk_IPAddressOrRange_pop_free(st, free_func) SKM_sk_pop_free(IPAddressOrRange, (st), (free_func))
    -#define sk_IPAddressOrRange_shift(st) SKM_sk_shift(IPAddressOrRange, (st))
    -#define sk_IPAddressOrRange_pop(st) SKM_sk_pop(IPAddressOrRange, (st))
    -#define sk_IPAddressOrRange_sort(st) SKM_sk_sort(IPAddressOrRange, (st))
    -#define sk_IPAddressOrRange_is_sorted(st) SKM_sk_is_sorted(IPAddressOrRange, (st))
    -
    -#define sk_KRB5_APREQBODY_new(cmp) SKM_sk_new(KRB5_APREQBODY, (cmp))
    -#define sk_KRB5_APREQBODY_new_null() SKM_sk_new_null(KRB5_APREQBODY)
    -#define sk_KRB5_APREQBODY_free(st) SKM_sk_free(KRB5_APREQBODY, (st))
    -#define sk_KRB5_APREQBODY_num(st) SKM_sk_num(KRB5_APREQBODY, (st))
    -#define sk_KRB5_APREQBODY_value(st, i) SKM_sk_value(KRB5_APREQBODY, (st), (i))
    -#define sk_KRB5_APREQBODY_set(st, i, val) SKM_sk_set(KRB5_APREQBODY, (st), (i), (val))
    -#define sk_KRB5_APREQBODY_zero(st) SKM_sk_zero(KRB5_APREQBODY, (st))
    -#define sk_KRB5_APREQBODY_push(st, val) SKM_sk_push(KRB5_APREQBODY, (st), (val))
    -#define sk_KRB5_APREQBODY_unshift(st, val) SKM_sk_unshift(KRB5_APREQBODY, (st), (val))
    -#define sk_KRB5_APREQBODY_find(st, val) SKM_sk_find(KRB5_APREQBODY, (st), (val))
    -#define sk_KRB5_APREQBODY_find_ex(st, val) SKM_sk_find_ex(KRB5_APREQBODY, (st), (val))
    -#define sk_KRB5_APREQBODY_delete(st, i) SKM_sk_delete(KRB5_APREQBODY, (st), (i))
    -#define sk_KRB5_APREQBODY_delete_ptr(st, ptr) SKM_sk_delete_ptr(KRB5_APREQBODY, (st), (ptr))
    -#define sk_KRB5_APREQBODY_insert(st, val, i) SKM_sk_insert(KRB5_APREQBODY, (st), (val), (i))
    -#define sk_KRB5_APREQBODY_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(KRB5_APREQBODY, (st), (cmp))
    -#define sk_KRB5_APREQBODY_dup(st) SKM_sk_dup(KRB5_APREQBODY, st)
    -#define sk_KRB5_APREQBODY_pop_free(st, free_func) SKM_sk_pop_free(KRB5_APREQBODY, (st), (free_func))
    -#define sk_KRB5_APREQBODY_shift(st) SKM_sk_shift(KRB5_APREQBODY, (st))
    -#define sk_KRB5_APREQBODY_pop(st) SKM_sk_pop(KRB5_APREQBODY, (st))
    -#define sk_KRB5_APREQBODY_sort(st) SKM_sk_sort(KRB5_APREQBODY, (st))
    -#define sk_KRB5_APREQBODY_is_sorted(st) SKM_sk_is_sorted(KRB5_APREQBODY, (st))
    -
    -#define sk_KRB5_AUTHDATA_new(cmp) SKM_sk_new(KRB5_AUTHDATA, (cmp))
    -#define sk_KRB5_AUTHDATA_new_null() SKM_sk_new_null(KRB5_AUTHDATA)
    -#define sk_KRB5_AUTHDATA_free(st) SKM_sk_free(KRB5_AUTHDATA, (st))
    -#define sk_KRB5_AUTHDATA_num(st) SKM_sk_num(KRB5_AUTHDATA, (st))
    -#define sk_KRB5_AUTHDATA_value(st, i) SKM_sk_value(KRB5_AUTHDATA, (st), (i))
    -#define sk_KRB5_AUTHDATA_set(st, i, val) SKM_sk_set(KRB5_AUTHDATA, (st), (i), (val))
    -#define sk_KRB5_AUTHDATA_zero(st) SKM_sk_zero(KRB5_AUTHDATA, (st))
    -#define sk_KRB5_AUTHDATA_push(st, val) SKM_sk_push(KRB5_AUTHDATA, (st), (val))
    -#define sk_KRB5_AUTHDATA_unshift(st, val) SKM_sk_unshift(KRB5_AUTHDATA, (st), (val))
    -#define sk_KRB5_AUTHDATA_find(st, val) SKM_sk_find(KRB5_AUTHDATA, (st), (val))
    -#define sk_KRB5_AUTHDATA_find_ex(st, val) SKM_sk_find_ex(KRB5_AUTHDATA, (st), (val))
    -#define sk_KRB5_AUTHDATA_delete(st, i) SKM_sk_delete(KRB5_AUTHDATA, (st), (i))
    -#define sk_KRB5_AUTHDATA_delete_ptr(st, ptr) SKM_sk_delete_ptr(KRB5_AUTHDATA, (st), (ptr))
    -#define sk_KRB5_AUTHDATA_insert(st, val, i) SKM_sk_insert(KRB5_AUTHDATA, (st), (val), (i))
    -#define sk_KRB5_AUTHDATA_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(KRB5_AUTHDATA, (st), (cmp))
    -#define sk_KRB5_AUTHDATA_dup(st) SKM_sk_dup(KRB5_AUTHDATA, st)
    -#define sk_KRB5_AUTHDATA_pop_free(st, free_func) SKM_sk_pop_free(KRB5_AUTHDATA, (st), (free_func))
    -#define sk_KRB5_AUTHDATA_shift(st) SKM_sk_shift(KRB5_AUTHDATA, (st))
    -#define sk_KRB5_AUTHDATA_pop(st) SKM_sk_pop(KRB5_AUTHDATA, (st))
    -#define sk_KRB5_AUTHDATA_sort(st) SKM_sk_sort(KRB5_AUTHDATA, (st))
    -#define sk_KRB5_AUTHDATA_is_sorted(st) SKM_sk_is_sorted(KRB5_AUTHDATA, (st))
    -
    -#define sk_KRB5_AUTHENTBODY_new(cmp) SKM_sk_new(KRB5_AUTHENTBODY, (cmp))
    -#define sk_KRB5_AUTHENTBODY_new_null() SKM_sk_new_null(KRB5_AUTHENTBODY)
    -#define sk_KRB5_AUTHENTBODY_free(st) SKM_sk_free(KRB5_AUTHENTBODY, (st))
    -#define sk_KRB5_AUTHENTBODY_num(st) SKM_sk_num(KRB5_AUTHENTBODY, (st))
    -#define sk_KRB5_AUTHENTBODY_value(st, i) SKM_sk_value(KRB5_AUTHENTBODY, (st), (i))
    -#define sk_KRB5_AUTHENTBODY_set(st, i, val) SKM_sk_set(KRB5_AUTHENTBODY, (st), (i), (val))
    -#define sk_KRB5_AUTHENTBODY_zero(st) SKM_sk_zero(KRB5_AUTHENTBODY, (st))
    -#define sk_KRB5_AUTHENTBODY_push(st, val) SKM_sk_push(KRB5_AUTHENTBODY, (st), (val))
    -#define sk_KRB5_AUTHENTBODY_unshift(st, val) SKM_sk_unshift(KRB5_AUTHENTBODY, (st), (val))
    -#define sk_KRB5_AUTHENTBODY_find(st, val) SKM_sk_find(KRB5_AUTHENTBODY, (st), (val))
    -#define sk_KRB5_AUTHENTBODY_find_ex(st, val) SKM_sk_find_ex(KRB5_AUTHENTBODY, (st), (val))
    -#define sk_KRB5_AUTHENTBODY_delete(st, i) SKM_sk_delete(KRB5_AUTHENTBODY, (st), (i))
    -#define sk_KRB5_AUTHENTBODY_delete_ptr(st, ptr) SKM_sk_delete_ptr(KRB5_AUTHENTBODY, (st), (ptr))
    -#define sk_KRB5_AUTHENTBODY_insert(st, val, i) SKM_sk_insert(KRB5_AUTHENTBODY, (st), (val), (i))
    -#define sk_KRB5_AUTHENTBODY_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(KRB5_AUTHENTBODY, (st), (cmp))
    -#define sk_KRB5_AUTHENTBODY_dup(st) SKM_sk_dup(KRB5_AUTHENTBODY, st)
    -#define sk_KRB5_AUTHENTBODY_pop_free(st, free_func) SKM_sk_pop_free(KRB5_AUTHENTBODY, (st), (free_func))
    -#define sk_KRB5_AUTHENTBODY_shift(st) SKM_sk_shift(KRB5_AUTHENTBODY, (st))
    -#define sk_KRB5_AUTHENTBODY_pop(st) SKM_sk_pop(KRB5_AUTHENTBODY, (st))
    -#define sk_KRB5_AUTHENTBODY_sort(st) SKM_sk_sort(KRB5_AUTHENTBODY, (st))
    -#define sk_KRB5_AUTHENTBODY_is_sorted(st) SKM_sk_is_sorted(KRB5_AUTHENTBODY, (st))
    -
    -#define sk_KRB5_CHECKSUM_new(cmp) SKM_sk_new(KRB5_CHECKSUM, (cmp))
    -#define sk_KRB5_CHECKSUM_new_null() SKM_sk_new_null(KRB5_CHECKSUM)
    -#define sk_KRB5_CHECKSUM_free(st) SKM_sk_free(KRB5_CHECKSUM, (st))
    -#define sk_KRB5_CHECKSUM_num(st) SKM_sk_num(KRB5_CHECKSUM, (st))
    -#define sk_KRB5_CHECKSUM_value(st, i) SKM_sk_value(KRB5_CHECKSUM, (st), (i))
    -#define sk_KRB5_CHECKSUM_set(st, i, val) SKM_sk_set(KRB5_CHECKSUM, (st), (i), (val))
    -#define sk_KRB5_CHECKSUM_zero(st) SKM_sk_zero(KRB5_CHECKSUM, (st))
    -#define sk_KRB5_CHECKSUM_push(st, val) SKM_sk_push(KRB5_CHECKSUM, (st), (val))
    -#define sk_KRB5_CHECKSUM_unshift(st, val) SKM_sk_unshift(KRB5_CHECKSUM, (st), (val))
    -#define sk_KRB5_CHECKSUM_find(st, val) SKM_sk_find(KRB5_CHECKSUM, (st), (val))
    -#define sk_KRB5_CHECKSUM_find_ex(st, val) SKM_sk_find_ex(KRB5_CHECKSUM, (st), (val))
    -#define sk_KRB5_CHECKSUM_delete(st, i) SKM_sk_delete(KRB5_CHECKSUM, (st), (i))
    -#define sk_KRB5_CHECKSUM_delete_ptr(st, ptr) SKM_sk_delete_ptr(KRB5_CHECKSUM, (st), (ptr))
    -#define sk_KRB5_CHECKSUM_insert(st, val, i) SKM_sk_insert(KRB5_CHECKSUM, (st), (val), (i))
    -#define sk_KRB5_CHECKSUM_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(KRB5_CHECKSUM, (st), (cmp))
    -#define sk_KRB5_CHECKSUM_dup(st) SKM_sk_dup(KRB5_CHECKSUM, st)
    -#define sk_KRB5_CHECKSUM_pop_free(st, free_func) SKM_sk_pop_free(KRB5_CHECKSUM, (st), (free_func))
    -#define sk_KRB5_CHECKSUM_shift(st) SKM_sk_shift(KRB5_CHECKSUM, (st))
    -#define sk_KRB5_CHECKSUM_pop(st) SKM_sk_pop(KRB5_CHECKSUM, (st))
    -#define sk_KRB5_CHECKSUM_sort(st) SKM_sk_sort(KRB5_CHECKSUM, (st))
    -#define sk_KRB5_CHECKSUM_is_sorted(st) SKM_sk_is_sorted(KRB5_CHECKSUM, (st))
    -
    -#define sk_KRB5_ENCDATA_new(cmp) SKM_sk_new(KRB5_ENCDATA, (cmp))
    -#define sk_KRB5_ENCDATA_new_null() SKM_sk_new_null(KRB5_ENCDATA)
    -#define sk_KRB5_ENCDATA_free(st) SKM_sk_free(KRB5_ENCDATA, (st))
    -#define sk_KRB5_ENCDATA_num(st) SKM_sk_num(KRB5_ENCDATA, (st))
    -#define sk_KRB5_ENCDATA_value(st, i) SKM_sk_value(KRB5_ENCDATA, (st), (i))
    -#define sk_KRB5_ENCDATA_set(st, i, val) SKM_sk_set(KRB5_ENCDATA, (st), (i), (val))
    -#define sk_KRB5_ENCDATA_zero(st) SKM_sk_zero(KRB5_ENCDATA, (st))
    -#define sk_KRB5_ENCDATA_push(st, val) SKM_sk_push(KRB5_ENCDATA, (st), (val))
    -#define sk_KRB5_ENCDATA_unshift(st, val) SKM_sk_unshift(KRB5_ENCDATA, (st), (val))
    -#define sk_KRB5_ENCDATA_find(st, val) SKM_sk_find(KRB5_ENCDATA, (st), (val))
    -#define sk_KRB5_ENCDATA_find_ex(st, val) SKM_sk_find_ex(KRB5_ENCDATA, (st), (val))
    -#define sk_KRB5_ENCDATA_delete(st, i) SKM_sk_delete(KRB5_ENCDATA, (st), (i))
    -#define sk_KRB5_ENCDATA_delete_ptr(st, ptr) SKM_sk_delete_ptr(KRB5_ENCDATA, (st), (ptr))
    -#define sk_KRB5_ENCDATA_insert(st, val, i) SKM_sk_insert(KRB5_ENCDATA, (st), (val), (i))
    -#define sk_KRB5_ENCDATA_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(KRB5_ENCDATA, (st), (cmp))
    -#define sk_KRB5_ENCDATA_dup(st) SKM_sk_dup(KRB5_ENCDATA, st)
    -#define sk_KRB5_ENCDATA_pop_free(st, free_func) SKM_sk_pop_free(KRB5_ENCDATA, (st), (free_func))
    -#define sk_KRB5_ENCDATA_shift(st) SKM_sk_shift(KRB5_ENCDATA, (st))
    -#define sk_KRB5_ENCDATA_pop(st) SKM_sk_pop(KRB5_ENCDATA, (st))
    -#define sk_KRB5_ENCDATA_sort(st) SKM_sk_sort(KRB5_ENCDATA, (st))
    -#define sk_KRB5_ENCDATA_is_sorted(st) SKM_sk_is_sorted(KRB5_ENCDATA, (st))
    -
    -#define sk_KRB5_ENCKEY_new(cmp) SKM_sk_new(KRB5_ENCKEY, (cmp))
    -#define sk_KRB5_ENCKEY_new_null() SKM_sk_new_null(KRB5_ENCKEY)
    -#define sk_KRB5_ENCKEY_free(st) SKM_sk_free(KRB5_ENCKEY, (st))
    -#define sk_KRB5_ENCKEY_num(st) SKM_sk_num(KRB5_ENCKEY, (st))
    -#define sk_KRB5_ENCKEY_value(st, i) SKM_sk_value(KRB5_ENCKEY, (st), (i))
    -#define sk_KRB5_ENCKEY_set(st, i, val) SKM_sk_set(KRB5_ENCKEY, (st), (i), (val))
    -#define sk_KRB5_ENCKEY_zero(st) SKM_sk_zero(KRB5_ENCKEY, (st))
    -#define sk_KRB5_ENCKEY_push(st, val) SKM_sk_push(KRB5_ENCKEY, (st), (val))
    -#define sk_KRB5_ENCKEY_unshift(st, val) SKM_sk_unshift(KRB5_ENCKEY, (st), (val))
    -#define sk_KRB5_ENCKEY_find(st, val) SKM_sk_find(KRB5_ENCKEY, (st), (val))
    -#define sk_KRB5_ENCKEY_find_ex(st, val) SKM_sk_find_ex(KRB5_ENCKEY, (st), (val))
    -#define sk_KRB5_ENCKEY_delete(st, i) SKM_sk_delete(KRB5_ENCKEY, (st), (i))
    -#define sk_KRB5_ENCKEY_delete_ptr(st, ptr) SKM_sk_delete_ptr(KRB5_ENCKEY, (st), (ptr))
    -#define sk_KRB5_ENCKEY_insert(st, val, i) SKM_sk_insert(KRB5_ENCKEY, (st), (val), (i))
    -#define sk_KRB5_ENCKEY_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(KRB5_ENCKEY, (st), (cmp))
    -#define sk_KRB5_ENCKEY_dup(st) SKM_sk_dup(KRB5_ENCKEY, st)
    -#define sk_KRB5_ENCKEY_pop_free(st, free_func) SKM_sk_pop_free(KRB5_ENCKEY, (st), (free_func))
    -#define sk_KRB5_ENCKEY_shift(st) SKM_sk_shift(KRB5_ENCKEY, (st))
    -#define sk_KRB5_ENCKEY_pop(st) SKM_sk_pop(KRB5_ENCKEY, (st))
    -#define sk_KRB5_ENCKEY_sort(st) SKM_sk_sort(KRB5_ENCKEY, (st))
    -#define sk_KRB5_ENCKEY_is_sorted(st) SKM_sk_is_sorted(KRB5_ENCKEY, (st))
    -
    -#define sk_KRB5_PRINCNAME_new(cmp) SKM_sk_new(KRB5_PRINCNAME, (cmp))
    -#define sk_KRB5_PRINCNAME_new_null() SKM_sk_new_null(KRB5_PRINCNAME)
    -#define sk_KRB5_PRINCNAME_free(st) SKM_sk_free(KRB5_PRINCNAME, (st))
    -#define sk_KRB5_PRINCNAME_num(st) SKM_sk_num(KRB5_PRINCNAME, (st))
    -#define sk_KRB5_PRINCNAME_value(st, i) SKM_sk_value(KRB5_PRINCNAME, (st), (i))
    -#define sk_KRB5_PRINCNAME_set(st, i, val) SKM_sk_set(KRB5_PRINCNAME, (st), (i), (val))
    -#define sk_KRB5_PRINCNAME_zero(st) SKM_sk_zero(KRB5_PRINCNAME, (st))
    -#define sk_KRB5_PRINCNAME_push(st, val) SKM_sk_push(KRB5_PRINCNAME, (st), (val))
    -#define sk_KRB5_PRINCNAME_unshift(st, val) SKM_sk_unshift(KRB5_PRINCNAME, (st), (val))
    -#define sk_KRB5_PRINCNAME_find(st, val) SKM_sk_find(KRB5_PRINCNAME, (st), (val))
    -#define sk_KRB5_PRINCNAME_find_ex(st, val) SKM_sk_find_ex(KRB5_PRINCNAME, (st), (val))
    -#define sk_KRB5_PRINCNAME_delete(st, i) SKM_sk_delete(KRB5_PRINCNAME, (st), (i))
    -#define sk_KRB5_PRINCNAME_delete_ptr(st, ptr) SKM_sk_delete_ptr(KRB5_PRINCNAME, (st), (ptr))
    -#define sk_KRB5_PRINCNAME_insert(st, val, i) SKM_sk_insert(KRB5_PRINCNAME, (st), (val), (i))
    -#define sk_KRB5_PRINCNAME_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(KRB5_PRINCNAME, (st), (cmp))
    -#define sk_KRB5_PRINCNAME_dup(st) SKM_sk_dup(KRB5_PRINCNAME, st)
    -#define sk_KRB5_PRINCNAME_pop_free(st, free_func) SKM_sk_pop_free(KRB5_PRINCNAME, (st), (free_func))
    -#define sk_KRB5_PRINCNAME_shift(st) SKM_sk_shift(KRB5_PRINCNAME, (st))
    -#define sk_KRB5_PRINCNAME_pop(st) SKM_sk_pop(KRB5_PRINCNAME, (st))
    -#define sk_KRB5_PRINCNAME_sort(st) SKM_sk_sort(KRB5_PRINCNAME, (st))
    -#define sk_KRB5_PRINCNAME_is_sorted(st) SKM_sk_is_sorted(KRB5_PRINCNAME, (st))
    -
    -#define sk_KRB5_TKTBODY_new(cmp) SKM_sk_new(KRB5_TKTBODY, (cmp))
    -#define sk_KRB5_TKTBODY_new_null() SKM_sk_new_null(KRB5_TKTBODY)
    -#define sk_KRB5_TKTBODY_free(st) SKM_sk_free(KRB5_TKTBODY, (st))
    -#define sk_KRB5_TKTBODY_num(st) SKM_sk_num(KRB5_TKTBODY, (st))
    -#define sk_KRB5_TKTBODY_value(st, i) SKM_sk_value(KRB5_TKTBODY, (st), (i))
    -#define sk_KRB5_TKTBODY_set(st, i, val) SKM_sk_set(KRB5_TKTBODY, (st), (i), (val))
    -#define sk_KRB5_TKTBODY_zero(st) SKM_sk_zero(KRB5_TKTBODY, (st))
    -#define sk_KRB5_TKTBODY_push(st, val) SKM_sk_push(KRB5_TKTBODY, (st), (val))
    -#define sk_KRB5_TKTBODY_unshift(st, val) SKM_sk_unshift(KRB5_TKTBODY, (st), (val))
    -#define sk_KRB5_TKTBODY_find(st, val) SKM_sk_find(KRB5_TKTBODY, (st), (val))
    -#define sk_KRB5_TKTBODY_find_ex(st, val) SKM_sk_find_ex(KRB5_TKTBODY, (st), (val))
    -#define sk_KRB5_TKTBODY_delete(st, i) SKM_sk_delete(KRB5_TKTBODY, (st), (i))
    -#define sk_KRB5_TKTBODY_delete_ptr(st, ptr) SKM_sk_delete_ptr(KRB5_TKTBODY, (st), (ptr))
    -#define sk_KRB5_TKTBODY_insert(st, val, i) SKM_sk_insert(KRB5_TKTBODY, (st), (val), (i))
    -#define sk_KRB5_TKTBODY_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(KRB5_TKTBODY, (st), (cmp))
    -#define sk_KRB5_TKTBODY_dup(st) SKM_sk_dup(KRB5_TKTBODY, st)
    -#define sk_KRB5_TKTBODY_pop_free(st, free_func) SKM_sk_pop_free(KRB5_TKTBODY, (st), (free_func))
    -#define sk_KRB5_TKTBODY_shift(st) SKM_sk_shift(KRB5_TKTBODY, (st))
    -#define sk_KRB5_TKTBODY_pop(st) SKM_sk_pop(KRB5_TKTBODY, (st))
    -#define sk_KRB5_TKTBODY_sort(st) SKM_sk_sort(KRB5_TKTBODY, (st))
    -#define sk_KRB5_TKTBODY_is_sorted(st) SKM_sk_is_sorted(KRB5_TKTBODY, (st))
    -
    -#define sk_MEM_OBJECT_DATA_new(cmp) SKM_sk_new(MEM_OBJECT_DATA, (cmp))
    -#define sk_MEM_OBJECT_DATA_new_null() SKM_sk_new_null(MEM_OBJECT_DATA)
    -#define sk_MEM_OBJECT_DATA_free(st) SKM_sk_free(MEM_OBJECT_DATA, (st))
    -#define sk_MEM_OBJECT_DATA_num(st) SKM_sk_num(MEM_OBJECT_DATA, (st))
    -#define sk_MEM_OBJECT_DATA_value(st, i) SKM_sk_value(MEM_OBJECT_DATA, (st), (i))
    -#define sk_MEM_OBJECT_DATA_set(st, i, val) SKM_sk_set(MEM_OBJECT_DATA, (st), (i), (val))
    -#define sk_MEM_OBJECT_DATA_zero(st) SKM_sk_zero(MEM_OBJECT_DATA, (st))
    -#define sk_MEM_OBJECT_DATA_push(st, val) SKM_sk_push(MEM_OBJECT_DATA, (st), (val))
    -#define sk_MEM_OBJECT_DATA_unshift(st, val) SKM_sk_unshift(MEM_OBJECT_DATA, (st), (val))
    -#define sk_MEM_OBJECT_DATA_find(st, val) SKM_sk_find(MEM_OBJECT_DATA, (st), (val))
    -#define sk_MEM_OBJECT_DATA_find_ex(st, val) SKM_sk_find_ex(MEM_OBJECT_DATA, (st), (val))
    -#define sk_MEM_OBJECT_DATA_delete(st, i) SKM_sk_delete(MEM_OBJECT_DATA, (st), (i))
    -#define sk_MEM_OBJECT_DATA_delete_ptr(st, ptr) SKM_sk_delete_ptr(MEM_OBJECT_DATA, (st), (ptr))
    -#define sk_MEM_OBJECT_DATA_insert(st, val, i) SKM_sk_insert(MEM_OBJECT_DATA, (st), (val), (i))
    -#define sk_MEM_OBJECT_DATA_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(MEM_OBJECT_DATA, (st), (cmp))
    -#define sk_MEM_OBJECT_DATA_dup(st) SKM_sk_dup(MEM_OBJECT_DATA, st)
    -#define sk_MEM_OBJECT_DATA_pop_free(st, free_func) SKM_sk_pop_free(MEM_OBJECT_DATA, (st), (free_func))
    -#define sk_MEM_OBJECT_DATA_shift(st) SKM_sk_shift(MEM_OBJECT_DATA, (st))
    -#define sk_MEM_OBJECT_DATA_pop(st) SKM_sk_pop(MEM_OBJECT_DATA, (st))
    -#define sk_MEM_OBJECT_DATA_sort(st) SKM_sk_sort(MEM_OBJECT_DATA, (st))
    -#define sk_MEM_OBJECT_DATA_is_sorted(st) SKM_sk_is_sorted(MEM_OBJECT_DATA, (st))
    -
    -#define sk_MIME_HEADER_new(cmp) SKM_sk_new(MIME_HEADER, (cmp))
    -#define sk_MIME_HEADER_new_null() SKM_sk_new_null(MIME_HEADER)
    -#define sk_MIME_HEADER_free(st) SKM_sk_free(MIME_HEADER, (st))
    -#define sk_MIME_HEADER_num(st) SKM_sk_num(MIME_HEADER, (st))
    -#define sk_MIME_HEADER_value(st, i) SKM_sk_value(MIME_HEADER, (st), (i))
    -#define sk_MIME_HEADER_set(st, i, val) SKM_sk_set(MIME_HEADER, (st), (i), (val))
    -#define sk_MIME_HEADER_zero(st) SKM_sk_zero(MIME_HEADER, (st))
    -#define sk_MIME_HEADER_push(st, val) SKM_sk_push(MIME_HEADER, (st), (val))
    -#define sk_MIME_HEADER_unshift(st, val) SKM_sk_unshift(MIME_HEADER, (st), (val))
    -#define sk_MIME_HEADER_find(st, val) SKM_sk_find(MIME_HEADER, (st), (val))
    -#define sk_MIME_HEADER_find_ex(st, val) SKM_sk_find_ex(MIME_HEADER, (st), (val))
    -#define sk_MIME_HEADER_delete(st, i) SKM_sk_delete(MIME_HEADER, (st), (i))
    -#define sk_MIME_HEADER_delete_ptr(st, ptr) SKM_sk_delete_ptr(MIME_HEADER, (st), (ptr))
    -#define sk_MIME_HEADER_insert(st, val, i) SKM_sk_insert(MIME_HEADER, (st), (val), (i))
    -#define sk_MIME_HEADER_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(MIME_HEADER, (st), (cmp))
    -#define sk_MIME_HEADER_dup(st) SKM_sk_dup(MIME_HEADER, st)
    -#define sk_MIME_HEADER_pop_free(st, free_func) SKM_sk_pop_free(MIME_HEADER, (st), (free_func))
    -#define sk_MIME_HEADER_shift(st) SKM_sk_shift(MIME_HEADER, (st))
    -#define sk_MIME_HEADER_pop(st) SKM_sk_pop(MIME_HEADER, (st))
    -#define sk_MIME_HEADER_sort(st) SKM_sk_sort(MIME_HEADER, (st))
    -#define sk_MIME_HEADER_is_sorted(st) SKM_sk_is_sorted(MIME_HEADER, (st))
    -
    -#define sk_MIME_PARAM_new(cmp) SKM_sk_new(MIME_PARAM, (cmp))
    -#define sk_MIME_PARAM_new_null() SKM_sk_new_null(MIME_PARAM)
    -#define sk_MIME_PARAM_free(st) SKM_sk_free(MIME_PARAM, (st))
    -#define sk_MIME_PARAM_num(st) SKM_sk_num(MIME_PARAM, (st))
    -#define sk_MIME_PARAM_value(st, i) SKM_sk_value(MIME_PARAM, (st), (i))
    -#define sk_MIME_PARAM_set(st, i, val) SKM_sk_set(MIME_PARAM, (st), (i), (val))
    -#define sk_MIME_PARAM_zero(st) SKM_sk_zero(MIME_PARAM, (st))
    -#define sk_MIME_PARAM_push(st, val) SKM_sk_push(MIME_PARAM, (st), (val))
    -#define sk_MIME_PARAM_unshift(st, val) SKM_sk_unshift(MIME_PARAM, (st), (val))
    -#define sk_MIME_PARAM_find(st, val) SKM_sk_find(MIME_PARAM, (st), (val))
    -#define sk_MIME_PARAM_find_ex(st, val) SKM_sk_find_ex(MIME_PARAM, (st), (val))
    -#define sk_MIME_PARAM_delete(st, i) SKM_sk_delete(MIME_PARAM, (st), (i))
    -#define sk_MIME_PARAM_delete_ptr(st, ptr) SKM_sk_delete_ptr(MIME_PARAM, (st), (ptr))
    -#define sk_MIME_PARAM_insert(st, val, i) SKM_sk_insert(MIME_PARAM, (st), (val), (i))
    -#define sk_MIME_PARAM_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(MIME_PARAM, (st), (cmp))
    -#define sk_MIME_PARAM_dup(st) SKM_sk_dup(MIME_PARAM, st)
    -#define sk_MIME_PARAM_pop_free(st, free_func) SKM_sk_pop_free(MIME_PARAM, (st), (free_func))
    -#define sk_MIME_PARAM_shift(st) SKM_sk_shift(MIME_PARAM, (st))
    -#define sk_MIME_PARAM_pop(st) SKM_sk_pop(MIME_PARAM, (st))
    -#define sk_MIME_PARAM_sort(st) SKM_sk_sort(MIME_PARAM, (st))
    -#define sk_MIME_PARAM_is_sorted(st) SKM_sk_is_sorted(MIME_PARAM, (st))
    -
    -#define sk_NAME_FUNCS_new(cmp) SKM_sk_new(NAME_FUNCS, (cmp))
    -#define sk_NAME_FUNCS_new_null() SKM_sk_new_null(NAME_FUNCS)
    -#define sk_NAME_FUNCS_free(st) SKM_sk_free(NAME_FUNCS, (st))
    -#define sk_NAME_FUNCS_num(st) SKM_sk_num(NAME_FUNCS, (st))
    -#define sk_NAME_FUNCS_value(st, i) SKM_sk_value(NAME_FUNCS, (st), (i))
    -#define sk_NAME_FUNCS_set(st, i, val) SKM_sk_set(NAME_FUNCS, (st), (i), (val))
    -#define sk_NAME_FUNCS_zero(st) SKM_sk_zero(NAME_FUNCS, (st))
    -#define sk_NAME_FUNCS_push(st, val) SKM_sk_push(NAME_FUNCS, (st), (val))
    -#define sk_NAME_FUNCS_unshift(st, val) SKM_sk_unshift(NAME_FUNCS, (st), (val))
    -#define sk_NAME_FUNCS_find(st, val) SKM_sk_find(NAME_FUNCS, (st), (val))
    -#define sk_NAME_FUNCS_find_ex(st, val) SKM_sk_find_ex(NAME_FUNCS, (st), (val))
    -#define sk_NAME_FUNCS_delete(st, i) SKM_sk_delete(NAME_FUNCS, (st), (i))
    -#define sk_NAME_FUNCS_delete_ptr(st, ptr) SKM_sk_delete_ptr(NAME_FUNCS, (st), (ptr))
    -#define sk_NAME_FUNCS_insert(st, val, i) SKM_sk_insert(NAME_FUNCS, (st), (val), (i))
    -#define sk_NAME_FUNCS_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(NAME_FUNCS, (st), (cmp))
    -#define sk_NAME_FUNCS_dup(st) SKM_sk_dup(NAME_FUNCS, st)
    -#define sk_NAME_FUNCS_pop_free(st, free_func) SKM_sk_pop_free(NAME_FUNCS, (st), (free_func))
    -#define sk_NAME_FUNCS_shift(st) SKM_sk_shift(NAME_FUNCS, (st))
    -#define sk_NAME_FUNCS_pop(st) SKM_sk_pop(NAME_FUNCS, (st))
    -#define sk_NAME_FUNCS_sort(st) SKM_sk_sort(NAME_FUNCS, (st))
    -#define sk_NAME_FUNCS_is_sorted(st) SKM_sk_is_sorted(NAME_FUNCS, (st))
    -
    -#define sk_OCSP_CERTID_new(cmp) SKM_sk_new(OCSP_CERTID, (cmp))
    -#define sk_OCSP_CERTID_new_null() SKM_sk_new_null(OCSP_CERTID)
    -#define sk_OCSP_CERTID_free(st) SKM_sk_free(OCSP_CERTID, (st))
    -#define sk_OCSP_CERTID_num(st) SKM_sk_num(OCSP_CERTID, (st))
    -#define sk_OCSP_CERTID_value(st, i) SKM_sk_value(OCSP_CERTID, (st), (i))
    -#define sk_OCSP_CERTID_set(st, i, val) SKM_sk_set(OCSP_CERTID, (st), (i), (val))
    -#define sk_OCSP_CERTID_zero(st) SKM_sk_zero(OCSP_CERTID, (st))
    -#define sk_OCSP_CERTID_push(st, val) SKM_sk_push(OCSP_CERTID, (st), (val))
    -#define sk_OCSP_CERTID_unshift(st, val) SKM_sk_unshift(OCSP_CERTID, (st), (val))
    -#define sk_OCSP_CERTID_find(st, val) SKM_sk_find(OCSP_CERTID, (st), (val))
    -#define sk_OCSP_CERTID_find_ex(st, val) SKM_sk_find_ex(OCSP_CERTID, (st), (val))
    -#define sk_OCSP_CERTID_delete(st, i) SKM_sk_delete(OCSP_CERTID, (st), (i))
    -#define sk_OCSP_CERTID_delete_ptr(st, ptr) SKM_sk_delete_ptr(OCSP_CERTID, (st), (ptr))
    -#define sk_OCSP_CERTID_insert(st, val, i) SKM_sk_insert(OCSP_CERTID, (st), (val), (i))
    -#define sk_OCSP_CERTID_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(OCSP_CERTID, (st), (cmp))
    -#define sk_OCSP_CERTID_dup(st) SKM_sk_dup(OCSP_CERTID, st)
    -#define sk_OCSP_CERTID_pop_free(st, free_func) SKM_sk_pop_free(OCSP_CERTID, (st), (free_func))
    -#define sk_OCSP_CERTID_shift(st) SKM_sk_shift(OCSP_CERTID, (st))
    -#define sk_OCSP_CERTID_pop(st) SKM_sk_pop(OCSP_CERTID, (st))
    -#define sk_OCSP_CERTID_sort(st) SKM_sk_sort(OCSP_CERTID, (st))
    -#define sk_OCSP_CERTID_is_sorted(st) SKM_sk_is_sorted(OCSP_CERTID, (st))
    -
    -#define sk_OCSP_ONEREQ_new(cmp) SKM_sk_new(OCSP_ONEREQ, (cmp))
    -#define sk_OCSP_ONEREQ_new_null() SKM_sk_new_null(OCSP_ONEREQ)
    -#define sk_OCSP_ONEREQ_free(st) SKM_sk_free(OCSP_ONEREQ, (st))
    -#define sk_OCSP_ONEREQ_num(st) SKM_sk_num(OCSP_ONEREQ, (st))
    -#define sk_OCSP_ONEREQ_value(st, i) SKM_sk_value(OCSP_ONEREQ, (st), (i))
    -#define sk_OCSP_ONEREQ_set(st, i, val) SKM_sk_set(OCSP_ONEREQ, (st), (i), (val))
    -#define sk_OCSP_ONEREQ_zero(st) SKM_sk_zero(OCSP_ONEREQ, (st))
    -#define sk_OCSP_ONEREQ_push(st, val) SKM_sk_push(OCSP_ONEREQ, (st), (val))
    -#define sk_OCSP_ONEREQ_unshift(st, val) SKM_sk_unshift(OCSP_ONEREQ, (st), (val))
    -#define sk_OCSP_ONEREQ_find(st, val) SKM_sk_find(OCSP_ONEREQ, (st), (val))
    -#define sk_OCSP_ONEREQ_find_ex(st, val) SKM_sk_find_ex(OCSP_ONEREQ, (st), (val))
    -#define sk_OCSP_ONEREQ_delete(st, i) SKM_sk_delete(OCSP_ONEREQ, (st), (i))
    -#define sk_OCSP_ONEREQ_delete_ptr(st, ptr) SKM_sk_delete_ptr(OCSP_ONEREQ, (st), (ptr))
    -#define sk_OCSP_ONEREQ_insert(st, val, i) SKM_sk_insert(OCSP_ONEREQ, (st), (val), (i))
    -#define sk_OCSP_ONEREQ_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(OCSP_ONEREQ, (st), (cmp))
    -#define sk_OCSP_ONEREQ_dup(st) SKM_sk_dup(OCSP_ONEREQ, st)
    -#define sk_OCSP_ONEREQ_pop_free(st, free_func) SKM_sk_pop_free(OCSP_ONEREQ, (st), (free_func))
    -#define sk_OCSP_ONEREQ_shift(st) SKM_sk_shift(OCSP_ONEREQ, (st))
    -#define sk_OCSP_ONEREQ_pop(st) SKM_sk_pop(OCSP_ONEREQ, (st))
    -#define sk_OCSP_ONEREQ_sort(st) SKM_sk_sort(OCSP_ONEREQ, (st))
    -#define sk_OCSP_ONEREQ_is_sorted(st) SKM_sk_is_sorted(OCSP_ONEREQ, (st))
    -
    -#define sk_OCSP_RESPID_new(cmp) SKM_sk_new(OCSP_RESPID, (cmp))
    -#define sk_OCSP_RESPID_new_null() SKM_sk_new_null(OCSP_RESPID)
    -#define sk_OCSP_RESPID_free(st) SKM_sk_free(OCSP_RESPID, (st))
    -#define sk_OCSP_RESPID_num(st) SKM_sk_num(OCSP_RESPID, (st))
    -#define sk_OCSP_RESPID_value(st, i) SKM_sk_value(OCSP_RESPID, (st), (i))
    -#define sk_OCSP_RESPID_set(st, i, val) SKM_sk_set(OCSP_RESPID, (st), (i), (val))
    -#define sk_OCSP_RESPID_zero(st) SKM_sk_zero(OCSP_RESPID, (st))
    -#define sk_OCSP_RESPID_push(st, val) SKM_sk_push(OCSP_RESPID, (st), (val))
    -#define sk_OCSP_RESPID_unshift(st, val) SKM_sk_unshift(OCSP_RESPID, (st), (val))
    -#define sk_OCSP_RESPID_find(st, val) SKM_sk_find(OCSP_RESPID, (st), (val))
    -#define sk_OCSP_RESPID_find_ex(st, val) SKM_sk_find_ex(OCSP_RESPID, (st), (val))
    -#define sk_OCSP_RESPID_delete(st, i) SKM_sk_delete(OCSP_RESPID, (st), (i))
    -#define sk_OCSP_RESPID_delete_ptr(st, ptr) SKM_sk_delete_ptr(OCSP_RESPID, (st), (ptr))
    -#define sk_OCSP_RESPID_insert(st, val, i) SKM_sk_insert(OCSP_RESPID, (st), (val), (i))
    -#define sk_OCSP_RESPID_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(OCSP_RESPID, (st), (cmp))
    -#define sk_OCSP_RESPID_dup(st) SKM_sk_dup(OCSP_RESPID, st)
    -#define sk_OCSP_RESPID_pop_free(st, free_func) SKM_sk_pop_free(OCSP_RESPID, (st), (free_func))
    -#define sk_OCSP_RESPID_shift(st) SKM_sk_shift(OCSP_RESPID, (st))
    -#define sk_OCSP_RESPID_pop(st) SKM_sk_pop(OCSP_RESPID, (st))
    -#define sk_OCSP_RESPID_sort(st) SKM_sk_sort(OCSP_RESPID, (st))
    -#define sk_OCSP_RESPID_is_sorted(st) SKM_sk_is_sorted(OCSP_RESPID, (st))
    -
    -#define sk_OCSP_SINGLERESP_new(cmp) SKM_sk_new(OCSP_SINGLERESP, (cmp))
    -#define sk_OCSP_SINGLERESP_new_null() SKM_sk_new_null(OCSP_SINGLERESP)
    -#define sk_OCSP_SINGLERESP_free(st) SKM_sk_free(OCSP_SINGLERESP, (st))
    -#define sk_OCSP_SINGLERESP_num(st) SKM_sk_num(OCSP_SINGLERESP, (st))
    -#define sk_OCSP_SINGLERESP_value(st, i) SKM_sk_value(OCSP_SINGLERESP, (st), (i))
    -#define sk_OCSP_SINGLERESP_set(st, i, val) SKM_sk_set(OCSP_SINGLERESP, (st), (i), (val))
    -#define sk_OCSP_SINGLERESP_zero(st) SKM_sk_zero(OCSP_SINGLERESP, (st))
    -#define sk_OCSP_SINGLERESP_push(st, val) SKM_sk_push(OCSP_SINGLERESP, (st), (val))
    -#define sk_OCSP_SINGLERESP_unshift(st, val) SKM_sk_unshift(OCSP_SINGLERESP, (st), (val))
    -#define sk_OCSP_SINGLERESP_find(st, val) SKM_sk_find(OCSP_SINGLERESP, (st), (val))
    -#define sk_OCSP_SINGLERESP_find_ex(st, val) SKM_sk_find_ex(OCSP_SINGLERESP, (st), (val))
    -#define sk_OCSP_SINGLERESP_delete(st, i) SKM_sk_delete(OCSP_SINGLERESP, (st), (i))
    -#define sk_OCSP_SINGLERESP_delete_ptr(st, ptr) SKM_sk_delete_ptr(OCSP_SINGLERESP, (st), (ptr))
    -#define sk_OCSP_SINGLERESP_insert(st, val, i) SKM_sk_insert(OCSP_SINGLERESP, (st), (val), (i))
    -#define sk_OCSP_SINGLERESP_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(OCSP_SINGLERESP, (st), (cmp))
    -#define sk_OCSP_SINGLERESP_dup(st) SKM_sk_dup(OCSP_SINGLERESP, st)
    -#define sk_OCSP_SINGLERESP_pop_free(st, free_func) SKM_sk_pop_free(OCSP_SINGLERESP, (st), (free_func))
    -#define sk_OCSP_SINGLERESP_shift(st) SKM_sk_shift(OCSP_SINGLERESP, (st))
    -#define sk_OCSP_SINGLERESP_pop(st) SKM_sk_pop(OCSP_SINGLERESP, (st))
    -#define sk_OCSP_SINGLERESP_sort(st) SKM_sk_sort(OCSP_SINGLERESP, (st))
    -#define sk_OCSP_SINGLERESP_is_sorted(st) SKM_sk_is_sorted(OCSP_SINGLERESP, (st))
    -
    -#define sk_PKCS12_SAFEBAG_new(cmp) SKM_sk_new(PKCS12_SAFEBAG, (cmp))
    -#define sk_PKCS12_SAFEBAG_new_null() SKM_sk_new_null(PKCS12_SAFEBAG)
    -#define sk_PKCS12_SAFEBAG_free(st) SKM_sk_free(PKCS12_SAFEBAG, (st))
    -#define sk_PKCS12_SAFEBAG_num(st) SKM_sk_num(PKCS12_SAFEBAG, (st))
    -#define sk_PKCS12_SAFEBAG_value(st, i) SKM_sk_value(PKCS12_SAFEBAG, (st), (i))
    -#define sk_PKCS12_SAFEBAG_set(st, i, val) SKM_sk_set(PKCS12_SAFEBAG, (st), (i), (val))
    -#define sk_PKCS12_SAFEBAG_zero(st) SKM_sk_zero(PKCS12_SAFEBAG, (st))
    -#define sk_PKCS12_SAFEBAG_push(st, val) SKM_sk_push(PKCS12_SAFEBAG, (st), (val))
    -#define sk_PKCS12_SAFEBAG_unshift(st, val) SKM_sk_unshift(PKCS12_SAFEBAG, (st), (val))
    -#define sk_PKCS12_SAFEBAG_find(st, val) SKM_sk_find(PKCS12_SAFEBAG, (st), (val))
    -#define sk_PKCS12_SAFEBAG_find_ex(st, val) SKM_sk_find_ex(PKCS12_SAFEBAG, (st), (val))
    -#define sk_PKCS12_SAFEBAG_delete(st, i) SKM_sk_delete(PKCS12_SAFEBAG, (st), (i))
    -#define sk_PKCS12_SAFEBAG_delete_ptr(st, ptr) SKM_sk_delete_ptr(PKCS12_SAFEBAG, (st), (ptr))
    -#define sk_PKCS12_SAFEBAG_insert(st, val, i) SKM_sk_insert(PKCS12_SAFEBAG, (st), (val), (i))
    -#define sk_PKCS12_SAFEBAG_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(PKCS12_SAFEBAG, (st), (cmp))
    -#define sk_PKCS12_SAFEBAG_dup(st) SKM_sk_dup(PKCS12_SAFEBAG, st)
    -#define sk_PKCS12_SAFEBAG_pop_free(st, free_func) SKM_sk_pop_free(PKCS12_SAFEBAG, (st), (free_func))
    -#define sk_PKCS12_SAFEBAG_shift(st) SKM_sk_shift(PKCS12_SAFEBAG, (st))
    -#define sk_PKCS12_SAFEBAG_pop(st) SKM_sk_pop(PKCS12_SAFEBAG, (st))
    -#define sk_PKCS12_SAFEBAG_sort(st) SKM_sk_sort(PKCS12_SAFEBAG, (st))
    -#define sk_PKCS12_SAFEBAG_is_sorted(st) SKM_sk_is_sorted(PKCS12_SAFEBAG, (st))
    -
    -#define sk_PKCS7_new(cmp) SKM_sk_new(PKCS7, (cmp))
    -#define sk_PKCS7_new_null() SKM_sk_new_null(PKCS7)
    -#define sk_PKCS7_free(st) SKM_sk_free(PKCS7, (st))
    -#define sk_PKCS7_num(st) SKM_sk_num(PKCS7, (st))
    -#define sk_PKCS7_value(st, i) SKM_sk_value(PKCS7, (st), (i))
    -#define sk_PKCS7_set(st, i, val) SKM_sk_set(PKCS7, (st), (i), (val))
    -#define sk_PKCS7_zero(st) SKM_sk_zero(PKCS7, (st))
    -#define sk_PKCS7_push(st, val) SKM_sk_push(PKCS7, (st), (val))
    -#define sk_PKCS7_unshift(st, val) SKM_sk_unshift(PKCS7, (st), (val))
    -#define sk_PKCS7_find(st, val) SKM_sk_find(PKCS7, (st), (val))
    -#define sk_PKCS7_find_ex(st, val) SKM_sk_find_ex(PKCS7, (st), (val))
    -#define sk_PKCS7_delete(st, i) SKM_sk_delete(PKCS7, (st), (i))
    -#define sk_PKCS7_delete_ptr(st, ptr) SKM_sk_delete_ptr(PKCS7, (st), (ptr))
    -#define sk_PKCS7_insert(st, val, i) SKM_sk_insert(PKCS7, (st), (val), (i))
    -#define sk_PKCS7_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(PKCS7, (st), (cmp))
    -#define sk_PKCS7_dup(st) SKM_sk_dup(PKCS7, st)
    -#define sk_PKCS7_pop_free(st, free_func) SKM_sk_pop_free(PKCS7, (st), (free_func))
    -#define sk_PKCS7_shift(st) SKM_sk_shift(PKCS7, (st))
    -#define sk_PKCS7_pop(st) SKM_sk_pop(PKCS7, (st))
    -#define sk_PKCS7_sort(st) SKM_sk_sort(PKCS7, (st))
    -#define sk_PKCS7_is_sorted(st) SKM_sk_is_sorted(PKCS7, (st))
    -
    -#define sk_PKCS7_RECIP_INFO_new(cmp) SKM_sk_new(PKCS7_RECIP_INFO, (cmp))
    -#define sk_PKCS7_RECIP_INFO_new_null() SKM_sk_new_null(PKCS7_RECIP_INFO)
    -#define sk_PKCS7_RECIP_INFO_free(st) SKM_sk_free(PKCS7_RECIP_INFO, (st))
    -#define sk_PKCS7_RECIP_INFO_num(st) SKM_sk_num(PKCS7_RECIP_INFO, (st))
    -#define sk_PKCS7_RECIP_INFO_value(st, i) SKM_sk_value(PKCS7_RECIP_INFO, (st), (i))
    -#define sk_PKCS7_RECIP_INFO_set(st, i, val) SKM_sk_set(PKCS7_RECIP_INFO, (st), (i), (val))
    -#define sk_PKCS7_RECIP_INFO_zero(st) SKM_sk_zero(PKCS7_RECIP_INFO, (st))
    -#define sk_PKCS7_RECIP_INFO_push(st, val) SKM_sk_push(PKCS7_RECIP_INFO, (st), (val))
    -#define sk_PKCS7_RECIP_INFO_unshift(st, val) SKM_sk_unshift(PKCS7_RECIP_INFO, (st), (val))
    -#define sk_PKCS7_RECIP_INFO_find(st, val) SKM_sk_find(PKCS7_RECIP_INFO, (st), (val))
    -#define sk_PKCS7_RECIP_INFO_find_ex(st, val) SKM_sk_find_ex(PKCS7_RECIP_INFO, (st), (val))
    -#define sk_PKCS7_RECIP_INFO_delete(st, i) SKM_sk_delete(PKCS7_RECIP_INFO, (st), (i))
    -#define sk_PKCS7_RECIP_INFO_delete_ptr(st, ptr) SKM_sk_delete_ptr(PKCS7_RECIP_INFO, (st), (ptr))
    -#define sk_PKCS7_RECIP_INFO_insert(st, val, i) SKM_sk_insert(PKCS7_RECIP_INFO, (st), (val), (i))
    -#define sk_PKCS7_RECIP_INFO_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(PKCS7_RECIP_INFO, (st), (cmp))
    -#define sk_PKCS7_RECIP_INFO_dup(st) SKM_sk_dup(PKCS7_RECIP_INFO, st)
    -#define sk_PKCS7_RECIP_INFO_pop_free(st, free_func) SKM_sk_pop_free(PKCS7_RECIP_INFO, (st), (free_func))
    -#define sk_PKCS7_RECIP_INFO_shift(st) SKM_sk_shift(PKCS7_RECIP_INFO, (st))
    -#define sk_PKCS7_RECIP_INFO_pop(st) SKM_sk_pop(PKCS7_RECIP_INFO, (st))
    -#define sk_PKCS7_RECIP_INFO_sort(st) SKM_sk_sort(PKCS7_RECIP_INFO, (st))
    -#define sk_PKCS7_RECIP_INFO_is_sorted(st) SKM_sk_is_sorted(PKCS7_RECIP_INFO, (st))
    -
    -#define sk_PKCS7_SIGNER_INFO_new(cmp) SKM_sk_new(PKCS7_SIGNER_INFO, (cmp))
    -#define sk_PKCS7_SIGNER_INFO_new_null() SKM_sk_new_null(PKCS7_SIGNER_INFO)
    -#define sk_PKCS7_SIGNER_INFO_free(st) SKM_sk_free(PKCS7_SIGNER_INFO, (st))
    -#define sk_PKCS7_SIGNER_INFO_num(st) SKM_sk_num(PKCS7_SIGNER_INFO, (st))
    -#define sk_PKCS7_SIGNER_INFO_value(st, i) SKM_sk_value(PKCS7_SIGNER_INFO, (st), (i))
    -#define sk_PKCS7_SIGNER_INFO_set(st, i, val) SKM_sk_set(PKCS7_SIGNER_INFO, (st), (i), (val))
    -#define sk_PKCS7_SIGNER_INFO_zero(st) SKM_sk_zero(PKCS7_SIGNER_INFO, (st))
    -#define sk_PKCS7_SIGNER_INFO_push(st, val) SKM_sk_push(PKCS7_SIGNER_INFO, (st), (val))
    -#define sk_PKCS7_SIGNER_INFO_unshift(st, val) SKM_sk_unshift(PKCS7_SIGNER_INFO, (st), (val))
    -#define sk_PKCS7_SIGNER_INFO_find(st, val) SKM_sk_find(PKCS7_SIGNER_INFO, (st), (val))
    -#define sk_PKCS7_SIGNER_INFO_find_ex(st, val) SKM_sk_find_ex(PKCS7_SIGNER_INFO, (st), (val))
    -#define sk_PKCS7_SIGNER_INFO_delete(st, i) SKM_sk_delete(PKCS7_SIGNER_INFO, (st), (i))
    -#define sk_PKCS7_SIGNER_INFO_delete_ptr(st, ptr) SKM_sk_delete_ptr(PKCS7_SIGNER_INFO, (st), (ptr))
    -#define sk_PKCS7_SIGNER_INFO_insert(st, val, i) SKM_sk_insert(PKCS7_SIGNER_INFO, (st), (val), (i))
    -#define sk_PKCS7_SIGNER_INFO_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(PKCS7_SIGNER_INFO, (st), (cmp))
    -#define sk_PKCS7_SIGNER_INFO_dup(st) SKM_sk_dup(PKCS7_SIGNER_INFO, st)
    -#define sk_PKCS7_SIGNER_INFO_pop_free(st, free_func) SKM_sk_pop_free(PKCS7_SIGNER_INFO, (st), (free_func))
    -#define sk_PKCS7_SIGNER_INFO_shift(st) SKM_sk_shift(PKCS7_SIGNER_INFO, (st))
    -#define sk_PKCS7_SIGNER_INFO_pop(st) SKM_sk_pop(PKCS7_SIGNER_INFO, (st))
    -#define sk_PKCS7_SIGNER_INFO_sort(st) SKM_sk_sort(PKCS7_SIGNER_INFO, (st))
    -#define sk_PKCS7_SIGNER_INFO_is_sorted(st) SKM_sk_is_sorted(PKCS7_SIGNER_INFO, (st))
    -
    -#define sk_POLICYINFO_new(cmp) SKM_sk_new(POLICYINFO, (cmp))
    -#define sk_POLICYINFO_new_null() SKM_sk_new_null(POLICYINFO)
    -#define sk_POLICYINFO_free(st) SKM_sk_free(POLICYINFO, (st))
    -#define sk_POLICYINFO_num(st) SKM_sk_num(POLICYINFO, (st))
    -#define sk_POLICYINFO_value(st, i) SKM_sk_value(POLICYINFO, (st), (i))
    -#define sk_POLICYINFO_set(st, i, val) SKM_sk_set(POLICYINFO, (st), (i), (val))
    -#define sk_POLICYINFO_zero(st) SKM_sk_zero(POLICYINFO, (st))
    -#define sk_POLICYINFO_push(st, val) SKM_sk_push(POLICYINFO, (st), (val))
    -#define sk_POLICYINFO_unshift(st, val) SKM_sk_unshift(POLICYINFO, (st), (val))
    -#define sk_POLICYINFO_find(st, val) SKM_sk_find(POLICYINFO, (st), (val))
    -#define sk_POLICYINFO_find_ex(st, val) SKM_sk_find_ex(POLICYINFO, (st), (val))
    -#define sk_POLICYINFO_delete(st, i) SKM_sk_delete(POLICYINFO, (st), (i))
    -#define sk_POLICYINFO_delete_ptr(st, ptr) SKM_sk_delete_ptr(POLICYINFO, (st), (ptr))
    -#define sk_POLICYINFO_insert(st, val, i) SKM_sk_insert(POLICYINFO, (st), (val), (i))
    -#define sk_POLICYINFO_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(POLICYINFO, (st), (cmp))
    -#define sk_POLICYINFO_dup(st) SKM_sk_dup(POLICYINFO, st)
    -#define sk_POLICYINFO_pop_free(st, free_func) SKM_sk_pop_free(POLICYINFO, (st), (free_func))
    -#define sk_POLICYINFO_shift(st) SKM_sk_shift(POLICYINFO, (st))
    -#define sk_POLICYINFO_pop(st) SKM_sk_pop(POLICYINFO, (st))
    -#define sk_POLICYINFO_sort(st) SKM_sk_sort(POLICYINFO, (st))
    -#define sk_POLICYINFO_is_sorted(st) SKM_sk_is_sorted(POLICYINFO, (st))
    -
    -#define sk_POLICYQUALINFO_new(cmp) SKM_sk_new(POLICYQUALINFO, (cmp))
    -#define sk_POLICYQUALINFO_new_null() SKM_sk_new_null(POLICYQUALINFO)
    -#define sk_POLICYQUALINFO_free(st) SKM_sk_free(POLICYQUALINFO, (st))
    -#define sk_POLICYQUALINFO_num(st) SKM_sk_num(POLICYQUALINFO, (st))
    -#define sk_POLICYQUALINFO_value(st, i) SKM_sk_value(POLICYQUALINFO, (st), (i))
    -#define sk_POLICYQUALINFO_set(st, i, val) SKM_sk_set(POLICYQUALINFO, (st), (i), (val))
    -#define sk_POLICYQUALINFO_zero(st) SKM_sk_zero(POLICYQUALINFO, (st))
    -#define sk_POLICYQUALINFO_push(st, val) SKM_sk_push(POLICYQUALINFO, (st), (val))
    -#define sk_POLICYQUALINFO_unshift(st, val) SKM_sk_unshift(POLICYQUALINFO, (st), (val))
    -#define sk_POLICYQUALINFO_find(st, val) SKM_sk_find(POLICYQUALINFO, (st), (val))
    -#define sk_POLICYQUALINFO_find_ex(st, val) SKM_sk_find_ex(POLICYQUALINFO, (st), (val))
    -#define sk_POLICYQUALINFO_delete(st, i) SKM_sk_delete(POLICYQUALINFO, (st), (i))
    -#define sk_POLICYQUALINFO_delete_ptr(st, ptr) SKM_sk_delete_ptr(POLICYQUALINFO, (st), (ptr))
    -#define sk_POLICYQUALINFO_insert(st, val, i) SKM_sk_insert(POLICYQUALINFO, (st), (val), (i))
    -#define sk_POLICYQUALINFO_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(POLICYQUALINFO, (st), (cmp))
    -#define sk_POLICYQUALINFO_dup(st) SKM_sk_dup(POLICYQUALINFO, st)
    -#define sk_POLICYQUALINFO_pop_free(st, free_func) SKM_sk_pop_free(POLICYQUALINFO, (st), (free_func))
    -#define sk_POLICYQUALINFO_shift(st) SKM_sk_shift(POLICYQUALINFO, (st))
    -#define sk_POLICYQUALINFO_pop(st) SKM_sk_pop(POLICYQUALINFO, (st))
    -#define sk_POLICYQUALINFO_sort(st) SKM_sk_sort(POLICYQUALINFO, (st))
    -#define sk_POLICYQUALINFO_is_sorted(st) SKM_sk_is_sorted(POLICYQUALINFO, (st))
    -
    -#define sk_POLICY_MAPPING_new(cmp) SKM_sk_new(POLICY_MAPPING, (cmp))
    -#define sk_POLICY_MAPPING_new_null() SKM_sk_new_null(POLICY_MAPPING)
    -#define sk_POLICY_MAPPING_free(st) SKM_sk_free(POLICY_MAPPING, (st))
    -#define sk_POLICY_MAPPING_num(st) SKM_sk_num(POLICY_MAPPING, (st))
    -#define sk_POLICY_MAPPING_value(st, i) SKM_sk_value(POLICY_MAPPING, (st), (i))
    -#define sk_POLICY_MAPPING_set(st, i, val) SKM_sk_set(POLICY_MAPPING, (st), (i), (val))
    -#define sk_POLICY_MAPPING_zero(st) SKM_sk_zero(POLICY_MAPPING, (st))
    -#define sk_POLICY_MAPPING_push(st, val) SKM_sk_push(POLICY_MAPPING, (st), (val))
    -#define sk_POLICY_MAPPING_unshift(st, val) SKM_sk_unshift(POLICY_MAPPING, (st), (val))
    -#define sk_POLICY_MAPPING_find(st, val) SKM_sk_find(POLICY_MAPPING, (st), (val))
    -#define sk_POLICY_MAPPING_find_ex(st, val) SKM_sk_find_ex(POLICY_MAPPING, (st), (val))
    -#define sk_POLICY_MAPPING_delete(st, i) SKM_sk_delete(POLICY_MAPPING, (st), (i))
    -#define sk_POLICY_MAPPING_delete_ptr(st, ptr) SKM_sk_delete_ptr(POLICY_MAPPING, (st), (ptr))
    -#define sk_POLICY_MAPPING_insert(st, val, i) SKM_sk_insert(POLICY_MAPPING, (st), (val), (i))
    -#define sk_POLICY_MAPPING_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(POLICY_MAPPING, (st), (cmp))
    -#define sk_POLICY_MAPPING_dup(st) SKM_sk_dup(POLICY_MAPPING, st)
    -#define sk_POLICY_MAPPING_pop_free(st, free_func) SKM_sk_pop_free(POLICY_MAPPING, (st), (free_func))
    -#define sk_POLICY_MAPPING_shift(st) SKM_sk_shift(POLICY_MAPPING, (st))
    -#define sk_POLICY_MAPPING_pop(st) SKM_sk_pop(POLICY_MAPPING, (st))
    -#define sk_POLICY_MAPPING_sort(st) SKM_sk_sort(POLICY_MAPPING, (st))
    -#define sk_POLICY_MAPPING_is_sorted(st) SKM_sk_is_sorted(POLICY_MAPPING, (st))
    -
    -#define sk_SRP_gN_new(cmp) SKM_sk_new(SRP_gN, (cmp))
    -#define sk_SRP_gN_new_null() SKM_sk_new_null(SRP_gN)
    -#define sk_SRP_gN_free(st) SKM_sk_free(SRP_gN, (st))
    -#define sk_SRP_gN_num(st) SKM_sk_num(SRP_gN, (st))
    -#define sk_SRP_gN_value(st, i) SKM_sk_value(SRP_gN, (st), (i))
    -#define sk_SRP_gN_set(st, i, val) SKM_sk_set(SRP_gN, (st), (i), (val))
    -#define sk_SRP_gN_zero(st) SKM_sk_zero(SRP_gN, (st))
    -#define sk_SRP_gN_push(st, val) SKM_sk_push(SRP_gN, (st), (val))
    -#define sk_SRP_gN_unshift(st, val) SKM_sk_unshift(SRP_gN, (st), (val))
    -#define sk_SRP_gN_find(st, val) SKM_sk_find(SRP_gN, (st), (val))
    -#define sk_SRP_gN_find_ex(st, val) SKM_sk_find_ex(SRP_gN, (st), (val))
    -#define sk_SRP_gN_delete(st, i) SKM_sk_delete(SRP_gN, (st), (i))
    -#define sk_SRP_gN_delete_ptr(st, ptr) SKM_sk_delete_ptr(SRP_gN, (st), (ptr))
    -#define sk_SRP_gN_insert(st, val, i) SKM_sk_insert(SRP_gN, (st), (val), (i))
    -#define sk_SRP_gN_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(SRP_gN, (st), (cmp))
    -#define sk_SRP_gN_dup(st) SKM_sk_dup(SRP_gN, st)
    -#define sk_SRP_gN_pop_free(st, free_func) SKM_sk_pop_free(SRP_gN, (st), (free_func))
    -#define sk_SRP_gN_shift(st) SKM_sk_shift(SRP_gN, (st))
    -#define sk_SRP_gN_pop(st) SKM_sk_pop(SRP_gN, (st))
    -#define sk_SRP_gN_sort(st) SKM_sk_sort(SRP_gN, (st))
    -#define sk_SRP_gN_is_sorted(st) SKM_sk_is_sorted(SRP_gN, (st))
    -
    -#define sk_SRP_gN_cache_new(cmp) SKM_sk_new(SRP_gN_cache, (cmp))
    -#define sk_SRP_gN_cache_new_null() SKM_sk_new_null(SRP_gN_cache)
    -#define sk_SRP_gN_cache_free(st) SKM_sk_free(SRP_gN_cache, (st))
    -#define sk_SRP_gN_cache_num(st) SKM_sk_num(SRP_gN_cache, (st))
    -#define sk_SRP_gN_cache_value(st, i) SKM_sk_value(SRP_gN_cache, (st), (i))
    -#define sk_SRP_gN_cache_set(st, i, val) SKM_sk_set(SRP_gN_cache, (st), (i), (val))
    -#define sk_SRP_gN_cache_zero(st) SKM_sk_zero(SRP_gN_cache, (st))
    -#define sk_SRP_gN_cache_push(st, val) SKM_sk_push(SRP_gN_cache, (st), (val))
    -#define sk_SRP_gN_cache_unshift(st, val) SKM_sk_unshift(SRP_gN_cache, (st), (val))
    -#define sk_SRP_gN_cache_find(st, val) SKM_sk_find(SRP_gN_cache, (st), (val))
    -#define sk_SRP_gN_cache_find_ex(st, val) SKM_sk_find_ex(SRP_gN_cache, (st), (val))
    -#define sk_SRP_gN_cache_delete(st, i) SKM_sk_delete(SRP_gN_cache, (st), (i))
    -#define sk_SRP_gN_cache_delete_ptr(st, ptr) SKM_sk_delete_ptr(SRP_gN_cache, (st), (ptr))
    -#define sk_SRP_gN_cache_insert(st, val, i) SKM_sk_insert(SRP_gN_cache, (st), (val), (i))
    -#define sk_SRP_gN_cache_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(SRP_gN_cache, (st), (cmp))
    -#define sk_SRP_gN_cache_dup(st) SKM_sk_dup(SRP_gN_cache, st)
    -#define sk_SRP_gN_cache_pop_free(st, free_func) SKM_sk_pop_free(SRP_gN_cache, (st), (free_func))
    -#define sk_SRP_gN_cache_shift(st) SKM_sk_shift(SRP_gN_cache, (st))
    -#define sk_SRP_gN_cache_pop(st) SKM_sk_pop(SRP_gN_cache, (st))
    -#define sk_SRP_gN_cache_sort(st) SKM_sk_sort(SRP_gN_cache, (st))
    -#define sk_SRP_gN_cache_is_sorted(st) SKM_sk_is_sorted(SRP_gN_cache, (st))
    -
    -#define sk_SRP_user_pwd_new(cmp) SKM_sk_new(SRP_user_pwd, (cmp))
    -#define sk_SRP_user_pwd_new_null() SKM_sk_new_null(SRP_user_pwd)
    -#define sk_SRP_user_pwd_free(st) SKM_sk_free(SRP_user_pwd, (st))
    -#define sk_SRP_user_pwd_num(st) SKM_sk_num(SRP_user_pwd, (st))
    -#define sk_SRP_user_pwd_value(st, i) SKM_sk_value(SRP_user_pwd, (st), (i))
    -#define sk_SRP_user_pwd_set(st, i, val) SKM_sk_set(SRP_user_pwd, (st), (i), (val))
    -#define sk_SRP_user_pwd_zero(st) SKM_sk_zero(SRP_user_pwd, (st))
    -#define sk_SRP_user_pwd_push(st, val) SKM_sk_push(SRP_user_pwd, (st), (val))
    -#define sk_SRP_user_pwd_unshift(st, val) SKM_sk_unshift(SRP_user_pwd, (st), (val))
    -#define sk_SRP_user_pwd_find(st, val) SKM_sk_find(SRP_user_pwd, (st), (val))
    -#define sk_SRP_user_pwd_find_ex(st, val) SKM_sk_find_ex(SRP_user_pwd, (st), (val))
    -#define sk_SRP_user_pwd_delete(st, i) SKM_sk_delete(SRP_user_pwd, (st), (i))
    -#define sk_SRP_user_pwd_delete_ptr(st, ptr) SKM_sk_delete_ptr(SRP_user_pwd, (st), (ptr))
    -#define sk_SRP_user_pwd_insert(st, val, i) SKM_sk_insert(SRP_user_pwd, (st), (val), (i))
    -#define sk_SRP_user_pwd_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(SRP_user_pwd, (st), (cmp))
    -#define sk_SRP_user_pwd_dup(st) SKM_sk_dup(SRP_user_pwd, st)
    -#define sk_SRP_user_pwd_pop_free(st, free_func) SKM_sk_pop_free(SRP_user_pwd, (st), (free_func))
    -#define sk_SRP_user_pwd_shift(st) SKM_sk_shift(SRP_user_pwd, (st))
    -#define sk_SRP_user_pwd_pop(st) SKM_sk_pop(SRP_user_pwd, (st))
    -#define sk_SRP_user_pwd_sort(st) SKM_sk_sort(SRP_user_pwd, (st))
    -#define sk_SRP_user_pwd_is_sorted(st) SKM_sk_is_sorted(SRP_user_pwd, (st))
    -
    -#define sk_SRTP_PROTECTION_PROFILE_new(cmp) SKM_sk_new(SRTP_PROTECTION_PROFILE, (cmp))
    -#define sk_SRTP_PROTECTION_PROFILE_new_null() SKM_sk_new_null(SRTP_PROTECTION_PROFILE)
    -#define sk_SRTP_PROTECTION_PROFILE_free(st) SKM_sk_free(SRTP_PROTECTION_PROFILE, (st))
    -#define sk_SRTP_PROTECTION_PROFILE_num(st) SKM_sk_num(SRTP_PROTECTION_PROFILE, (st))
    -#define sk_SRTP_PROTECTION_PROFILE_value(st, i) SKM_sk_value(SRTP_PROTECTION_PROFILE, (st), (i))
    -#define sk_SRTP_PROTECTION_PROFILE_set(st, i, val) SKM_sk_set(SRTP_PROTECTION_PROFILE, (st), (i), (val))
    -#define sk_SRTP_PROTECTION_PROFILE_zero(st) SKM_sk_zero(SRTP_PROTECTION_PROFILE, (st))
    -#define sk_SRTP_PROTECTION_PROFILE_push(st, val) SKM_sk_push(SRTP_PROTECTION_PROFILE, (st), (val))
    -#define sk_SRTP_PROTECTION_PROFILE_unshift(st, val) SKM_sk_unshift(SRTP_PROTECTION_PROFILE, (st), (val))
    -#define sk_SRTP_PROTECTION_PROFILE_find(st, val) SKM_sk_find(SRTP_PROTECTION_PROFILE, (st), (val))
    -#define sk_SRTP_PROTECTION_PROFILE_find_ex(st, val) SKM_sk_find_ex(SRTP_PROTECTION_PROFILE, (st), (val))
    -#define sk_SRTP_PROTECTION_PROFILE_delete(st, i) SKM_sk_delete(SRTP_PROTECTION_PROFILE, (st), (i))
    -#define sk_SRTP_PROTECTION_PROFILE_delete_ptr(st, ptr) SKM_sk_delete_ptr(SRTP_PROTECTION_PROFILE, (st), (ptr))
    -#define sk_SRTP_PROTECTION_PROFILE_insert(st, val, i) SKM_sk_insert(SRTP_PROTECTION_PROFILE, (st), (val), (i))
    -#define sk_SRTP_PROTECTION_PROFILE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(SRTP_PROTECTION_PROFILE, (st), (cmp))
    -#define sk_SRTP_PROTECTION_PROFILE_dup(st) SKM_sk_dup(SRTP_PROTECTION_PROFILE, st)
    -#define sk_SRTP_PROTECTION_PROFILE_pop_free(st, free_func) SKM_sk_pop_free(SRTP_PROTECTION_PROFILE, (st), (free_func))
    -#define sk_SRTP_PROTECTION_PROFILE_shift(st) SKM_sk_shift(SRTP_PROTECTION_PROFILE, (st))
    -#define sk_SRTP_PROTECTION_PROFILE_pop(st) SKM_sk_pop(SRTP_PROTECTION_PROFILE, (st))
    -#define sk_SRTP_PROTECTION_PROFILE_sort(st) SKM_sk_sort(SRTP_PROTECTION_PROFILE, (st))
    -#define sk_SRTP_PROTECTION_PROFILE_is_sorted(st) SKM_sk_is_sorted(SRTP_PROTECTION_PROFILE, (st))
    -
    -#define sk_SSL_CIPHER_new(cmp) SKM_sk_new(SSL_CIPHER, (cmp))
    -#define sk_SSL_CIPHER_new_null() SKM_sk_new_null(SSL_CIPHER)
    -#define sk_SSL_CIPHER_free(st) SKM_sk_free(SSL_CIPHER, (st))
    -#define sk_SSL_CIPHER_num(st) SKM_sk_num(SSL_CIPHER, (st))
    -#define sk_SSL_CIPHER_value(st, i) SKM_sk_value(SSL_CIPHER, (st), (i))
    -#define sk_SSL_CIPHER_set(st, i, val) SKM_sk_set(SSL_CIPHER, (st), (i), (val))
    -#define sk_SSL_CIPHER_zero(st) SKM_sk_zero(SSL_CIPHER, (st))
    -#define sk_SSL_CIPHER_push(st, val) SKM_sk_push(SSL_CIPHER, (st), (val))
    -#define sk_SSL_CIPHER_unshift(st, val) SKM_sk_unshift(SSL_CIPHER, (st), (val))
    -#define sk_SSL_CIPHER_find(st, val) SKM_sk_find(SSL_CIPHER, (st), (val))
    -#define sk_SSL_CIPHER_find_ex(st, val) SKM_sk_find_ex(SSL_CIPHER, (st), (val))
    -#define sk_SSL_CIPHER_delete(st, i) SKM_sk_delete(SSL_CIPHER, (st), (i))
    -#define sk_SSL_CIPHER_delete_ptr(st, ptr) SKM_sk_delete_ptr(SSL_CIPHER, (st), (ptr))
    -#define sk_SSL_CIPHER_insert(st, val, i) SKM_sk_insert(SSL_CIPHER, (st), (val), (i))
    -#define sk_SSL_CIPHER_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(SSL_CIPHER, (st), (cmp))
    -#define sk_SSL_CIPHER_dup(st) SKM_sk_dup(SSL_CIPHER, st)
    -#define sk_SSL_CIPHER_pop_free(st, free_func) SKM_sk_pop_free(SSL_CIPHER, (st), (free_func))
    -#define sk_SSL_CIPHER_shift(st) SKM_sk_shift(SSL_CIPHER, (st))
    -#define sk_SSL_CIPHER_pop(st) SKM_sk_pop(SSL_CIPHER, (st))
    -#define sk_SSL_CIPHER_sort(st) SKM_sk_sort(SSL_CIPHER, (st))
    -#define sk_SSL_CIPHER_is_sorted(st) SKM_sk_is_sorted(SSL_CIPHER, (st))
    -
    -#define sk_SSL_COMP_new(cmp) SKM_sk_new(SSL_COMP, (cmp))
    -#define sk_SSL_COMP_new_null() SKM_sk_new_null(SSL_COMP)
    -#define sk_SSL_COMP_free(st) SKM_sk_free(SSL_COMP, (st))
    -#define sk_SSL_COMP_num(st) SKM_sk_num(SSL_COMP, (st))
    -#define sk_SSL_COMP_value(st, i) SKM_sk_value(SSL_COMP, (st), (i))
    -#define sk_SSL_COMP_set(st, i, val) SKM_sk_set(SSL_COMP, (st), (i), (val))
    -#define sk_SSL_COMP_zero(st) SKM_sk_zero(SSL_COMP, (st))
    -#define sk_SSL_COMP_push(st, val) SKM_sk_push(SSL_COMP, (st), (val))
    -#define sk_SSL_COMP_unshift(st, val) SKM_sk_unshift(SSL_COMP, (st), (val))
    -#define sk_SSL_COMP_find(st, val) SKM_sk_find(SSL_COMP, (st), (val))
    -#define sk_SSL_COMP_find_ex(st, val) SKM_sk_find_ex(SSL_COMP, (st), (val))
    -#define sk_SSL_COMP_delete(st, i) SKM_sk_delete(SSL_COMP, (st), (i))
    -#define sk_SSL_COMP_delete_ptr(st, ptr) SKM_sk_delete_ptr(SSL_COMP, (st), (ptr))
    -#define sk_SSL_COMP_insert(st, val, i) SKM_sk_insert(SSL_COMP, (st), (val), (i))
    -#define sk_SSL_COMP_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(SSL_COMP, (st), (cmp))
    -#define sk_SSL_COMP_dup(st) SKM_sk_dup(SSL_COMP, st)
    -#define sk_SSL_COMP_pop_free(st, free_func) SKM_sk_pop_free(SSL_COMP, (st), (free_func))
    -#define sk_SSL_COMP_shift(st) SKM_sk_shift(SSL_COMP, (st))
    -#define sk_SSL_COMP_pop(st) SKM_sk_pop(SSL_COMP, (st))
    -#define sk_SSL_COMP_sort(st) SKM_sk_sort(SSL_COMP, (st))
    -#define sk_SSL_COMP_is_sorted(st) SKM_sk_is_sorted(SSL_COMP, (st))
    -
    -#define sk_STACK_OF_X509_NAME_ENTRY_new(cmp) SKM_sk_new(STACK_OF_X509_NAME_ENTRY, (cmp))
    -#define sk_STACK_OF_X509_NAME_ENTRY_new_null() SKM_sk_new_null(STACK_OF_X509_NAME_ENTRY)
    -#define sk_STACK_OF_X509_NAME_ENTRY_free(st) SKM_sk_free(STACK_OF_X509_NAME_ENTRY, (st))
    -#define sk_STACK_OF_X509_NAME_ENTRY_num(st) SKM_sk_num(STACK_OF_X509_NAME_ENTRY, (st))
    -#define sk_STACK_OF_X509_NAME_ENTRY_value(st, i) SKM_sk_value(STACK_OF_X509_NAME_ENTRY, (st), (i))
    -#define sk_STACK_OF_X509_NAME_ENTRY_set(st, i, val) SKM_sk_set(STACK_OF_X509_NAME_ENTRY, (st), (i), (val))
    -#define sk_STACK_OF_X509_NAME_ENTRY_zero(st) SKM_sk_zero(STACK_OF_X509_NAME_ENTRY, (st))
    -#define sk_STACK_OF_X509_NAME_ENTRY_push(st, val) SKM_sk_push(STACK_OF_X509_NAME_ENTRY, (st), (val))
    -#define sk_STACK_OF_X509_NAME_ENTRY_unshift(st, val) SKM_sk_unshift(STACK_OF_X509_NAME_ENTRY, (st), (val))
    -#define sk_STACK_OF_X509_NAME_ENTRY_find(st, val) SKM_sk_find(STACK_OF_X509_NAME_ENTRY, (st), (val))
    -#define sk_STACK_OF_X509_NAME_ENTRY_find_ex(st, val) SKM_sk_find_ex(STACK_OF_X509_NAME_ENTRY, (st), (val))
    -#define sk_STACK_OF_X509_NAME_ENTRY_delete(st, i) SKM_sk_delete(STACK_OF_X509_NAME_ENTRY, (st), (i))
    -#define sk_STACK_OF_X509_NAME_ENTRY_delete_ptr(st, ptr) SKM_sk_delete_ptr(STACK_OF_X509_NAME_ENTRY, (st), (ptr))
    -#define sk_STACK_OF_X509_NAME_ENTRY_insert(st, val, i) SKM_sk_insert(STACK_OF_X509_NAME_ENTRY, (st), (val), (i))
    -#define sk_STACK_OF_X509_NAME_ENTRY_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(STACK_OF_X509_NAME_ENTRY, (st), (cmp))
    -#define sk_STACK_OF_X509_NAME_ENTRY_dup(st) SKM_sk_dup(STACK_OF_X509_NAME_ENTRY, st)
    -#define sk_STACK_OF_X509_NAME_ENTRY_pop_free(st, free_func) SKM_sk_pop_free(STACK_OF_X509_NAME_ENTRY, (st), (free_func))
    -#define sk_STACK_OF_X509_NAME_ENTRY_shift(st) SKM_sk_shift(STACK_OF_X509_NAME_ENTRY, (st))
    -#define sk_STACK_OF_X509_NAME_ENTRY_pop(st) SKM_sk_pop(STACK_OF_X509_NAME_ENTRY, (st))
    -#define sk_STACK_OF_X509_NAME_ENTRY_sort(st) SKM_sk_sort(STACK_OF_X509_NAME_ENTRY, (st))
    -#define sk_STACK_OF_X509_NAME_ENTRY_is_sorted(st) SKM_sk_is_sorted(STACK_OF_X509_NAME_ENTRY, (st))
    -
    -#define sk_STORE_ATTR_INFO_new(cmp) SKM_sk_new(STORE_ATTR_INFO, (cmp))
    -#define sk_STORE_ATTR_INFO_new_null() SKM_sk_new_null(STORE_ATTR_INFO)
    -#define sk_STORE_ATTR_INFO_free(st) SKM_sk_free(STORE_ATTR_INFO, (st))
    -#define sk_STORE_ATTR_INFO_num(st) SKM_sk_num(STORE_ATTR_INFO, (st))
    -#define sk_STORE_ATTR_INFO_value(st, i) SKM_sk_value(STORE_ATTR_INFO, (st), (i))
    -#define sk_STORE_ATTR_INFO_set(st, i, val) SKM_sk_set(STORE_ATTR_INFO, (st), (i), (val))
    -#define sk_STORE_ATTR_INFO_zero(st) SKM_sk_zero(STORE_ATTR_INFO, (st))
    -#define sk_STORE_ATTR_INFO_push(st, val) SKM_sk_push(STORE_ATTR_INFO, (st), (val))
    -#define sk_STORE_ATTR_INFO_unshift(st, val) SKM_sk_unshift(STORE_ATTR_INFO, (st), (val))
    -#define sk_STORE_ATTR_INFO_find(st, val) SKM_sk_find(STORE_ATTR_INFO, (st), (val))
    -#define sk_STORE_ATTR_INFO_find_ex(st, val) SKM_sk_find_ex(STORE_ATTR_INFO, (st), (val))
    -#define sk_STORE_ATTR_INFO_delete(st, i) SKM_sk_delete(STORE_ATTR_INFO, (st), (i))
    -#define sk_STORE_ATTR_INFO_delete_ptr(st, ptr) SKM_sk_delete_ptr(STORE_ATTR_INFO, (st), (ptr))
    -#define sk_STORE_ATTR_INFO_insert(st, val, i) SKM_sk_insert(STORE_ATTR_INFO, (st), (val), (i))
    -#define sk_STORE_ATTR_INFO_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(STORE_ATTR_INFO, (st), (cmp))
    -#define sk_STORE_ATTR_INFO_dup(st) SKM_sk_dup(STORE_ATTR_INFO, st)
    -#define sk_STORE_ATTR_INFO_pop_free(st, free_func) SKM_sk_pop_free(STORE_ATTR_INFO, (st), (free_func))
    -#define sk_STORE_ATTR_INFO_shift(st) SKM_sk_shift(STORE_ATTR_INFO, (st))
    -#define sk_STORE_ATTR_INFO_pop(st) SKM_sk_pop(STORE_ATTR_INFO, (st))
    -#define sk_STORE_ATTR_INFO_sort(st) SKM_sk_sort(STORE_ATTR_INFO, (st))
    -#define sk_STORE_ATTR_INFO_is_sorted(st) SKM_sk_is_sorted(STORE_ATTR_INFO, (st))
    -
    -#define sk_STORE_OBJECT_new(cmp) SKM_sk_new(STORE_OBJECT, (cmp))
    -#define sk_STORE_OBJECT_new_null() SKM_sk_new_null(STORE_OBJECT)
    -#define sk_STORE_OBJECT_free(st) SKM_sk_free(STORE_OBJECT, (st))
    -#define sk_STORE_OBJECT_num(st) SKM_sk_num(STORE_OBJECT, (st))
    -#define sk_STORE_OBJECT_value(st, i) SKM_sk_value(STORE_OBJECT, (st), (i))
    -#define sk_STORE_OBJECT_set(st, i, val) SKM_sk_set(STORE_OBJECT, (st), (i), (val))
    -#define sk_STORE_OBJECT_zero(st) SKM_sk_zero(STORE_OBJECT, (st))
    -#define sk_STORE_OBJECT_push(st, val) SKM_sk_push(STORE_OBJECT, (st), (val))
    -#define sk_STORE_OBJECT_unshift(st, val) SKM_sk_unshift(STORE_OBJECT, (st), (val))
    -#define sk_STORE_OBJECT_find(st, val) SKM_sk_find(STORE_OBJECT, (st), (val))
    -#define sk_STORE_OBJECT_find_ex(st, val) SKM_sk_find_ex(STORE_OBJECT, (st), (val))
    -#define sk_STORE_OBJECT_delete(st, i) SKM_sk_delete(STORE_OBJECT, (st), (i))
    -#define sk_STORE_OBJECT_delete_ptr(st, ptr) SKM_sk_delete_ptr(STORE_OBJECT, (st), (ptr))
    -#define sk_STORE_OBJECT_insert(st, val, i) SKM_sk_insert(STORE_OBJECT, (st), (val), (i))
    -#define sk_STORE_OBJECT_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(STORE_OBJECT, (st), (cmp))
    -#define sk_STORE_OBJECT_dup(st) SKM_sk_dup(STORE_OBJECT, st)
    -#define sk_STORE_OBJECT_pop_free(st, free_func) SKM_sk_pop_free(STORE_OBJECT, (st), (free_func))
    -#define sk_STORE_OBJECT_shift(st) SKM_sk_shift(STORE_OBJECT, (st))
    -#define sk_STORE_OBJECT_pop(st) SKM_sk_pop(STORE_OBJECT, (st))
    -#define sk_STORE_OBJECT_sort(st) SKM_sk_sort(STORE_OBJECT, (st))
    -#define sk_STORE_OBJECT_is_sorted(st) SKM_sk_is_sorted(STORE_OBJECT, (st))
    -
    -#define sk_SXNETID_new(cmp) SKM_sk_new(SXNETID, (cmp))
    -#define sk_SXNETID_new_null() SKM_sk_new_null(SXNETID)
    -#define sk_SXNETID_free(st) SKM_sk_free(SXNETID, (st))
    -#define sk_SXNETID_num(st) SKM_sk_num(SXNETID, (st))
    -#define sk_SXNETID_value(st, i) SKM_sk_value(SXNETID, (st), (i))
    -#define sk_SXNETID_set(st, i, val) SKM_sk_set(SXNETID, (st), (i), (val))
    -#define sk_SXNETID_zero(st) SKM_sk_zero(SXNETID, (st))
    -#define sk_SXNETID_push(st, val) SKM_sk_push(SXNETID, (st), (val))
    -#define sk_SXNETID_unshift(st, val) SKM_sk_unshift(SXNETID, (st), (val))
    -#define sk_SXNETID_find(st, val) SKM_sk_find(SXNETID, (st), (val))
    -#define sk_SXNETID_find_ex(st, val) SKM_sk_find_ex(SXNETID, (st), (val))
    -#define sk_SXNETID_delete(st, i) SKM_sk_delete(SXNETID, (st), (i))
    -#define sk_SXNETID_delete_ptr(st, ptr) SKM_sk_delete_ptr(SXNETID, (st), (ptr))
    -#define sk_SXNETID_insert(st, val, i) SKM_sk_insert(SXNETID, (st), (val), (i))
    -#define sk_SXNETID_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(SXNETID, (st), (cmp))
    -#define sk_SXNETID_dup(st) SKM_sk_dup(SXNETID, st)
    -#define sk_SXNETID_pop_free(st, free_func) SKM_sk_pop_free(SXNETID, (st), (free_func))
    -#define sk_SXNETID_shift(st) SKM_sk_shift(SXNETID, (st))
    -#define sk_SXNETID_pop(st) SKM_sk_pop(SXNETID, (st))
    -#define sk_SXNETID_sort(st) SKM_sk_sort(SXNETID, (st))
    -#define sk_SXNETID_is_sorted(st) SKM_sk_is_sorted(SXNETID, (st))
    -
    -#define sk_UI_STRING_new(cmp) SKM_sk_new(UI_STRING, (cmp))
    -#define sk_UI_STRING_new_null() SKM_sk_new_null(UI_STRING)
    -#define sk_UI_STRING_free(st) SKM_sk_free(UI_STRING, (st))
    -#define sk_UI_STRING_num(st) SKM_sk_num(UI_STRING, (st))
    -#define sk_UI_STRING_value(st, i) SKM_sk_value(UI_STRING, (st), (i))
    -#define sk_UI_STRING_set(st, i, val) SKM_sk_set(UI_STRING, (st), (i), (val))
    -#define sk_UI_STRING_zero(st) SKM_sk_zero(UI_STRING, (st))
    -#define sk_UI_STRING_push(st, val) SKM_sk_push(UI_STRING, (st), (val))
    -#define sk_UI_STRING_unshift(st, val) SKM_sk_unshift(UI_STRING, (st), (val))
    -#define sk_UI_STRING_find(st, val) SKM_sk_find(UI_STRING, (st), (val))
    -#define sk_UI_STRING_find_ex(st, val) SKM_sk_find_ex(UI_STRING, (st), (val))
    -#define sk_UI_STRING_delete(st, i) SKM_sk_delete(UI_STRING, (st), (i))
    -#define sk_UI_STRING_delete_ptr(st, ptr) SKM_sk_delete_ptr(UI_STRING, (st), (ptr))
    -#define sk_UI_STRING_insert(st, val, i) SKM_sk_insert(UI_STRING, (st), (val), (i))
    -#define sk_UI_STRING_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(UI_STRING, (st), (cmp))
    -#define sk_UI_STRING_dup(st) SKM_sk_dup(UI_STRING, st)
    -#define sk_UI_STRING_pop_free(st, free_func) SKM_sk_pop_free(UI_STRING, (st), (free_func))
    -#define sk_UI_STRING_shift(st) SKM_sk_shift(UI_STRING, (st))
    -#define sk_UI_STRING_pop(st) SKM_sk_pop(UI_STRING, (st))
    -#define sk_UI_STRING_sort(st) SKM_sk_sort(UI_STRING, (st))
    -#define sk_UI_STRING_is_sorted(st) SKM_sk_is_sorted(UI_STRING, (st))
    -
    -#define sk_X509_new(cmp) SKM_sk_new(X509, (cmp))
    -#define sk_X509_new_null() SKM_sk_new_null(X509)
    -#define sk_X509_free(st) SKM_sk_free(X509, (st))
    -#define sk_X509_num(st) SKM_sk_num(X509, (st))
    -#define sk_X509_value(st, i) SKM_sk_value(X509, (st), (i))
    -#define sk_X509_set(st, i, val) SKM_sk_set(X509, (st), (i), (val))
    -#define sk_X509_zero(st) SKM_sk_zero(X509, (st))
    -#define sk_X509_push(st, val) SKM_sk_push(X509, (st), (val))
    -#define sk_X509_unshift(st, val) SKM_sk_unshift(X509, (st), (val))
    -#define sk_X509_find(st, val) SKM_sk_find(X509, (st), (val))
    -#define sk_X509_find_ex(st, val) SKM_sk_find_ex(X509, (st), (val))
    -#define sk_X509_delete(st, i) SKM_sk_delete(X509, (st), (i))
    -#define sk_X509_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509, (st), (ptr))
    -#define sk_X509_insert(st, val, i) SKM_sk_insert(X509, (st), (val), (i))
    -#define sk_X509_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509, (st), (cmp))
    -#define sk_X509_dup(st) SKM_sk_dup(X509, st)
    -#define sk_X509_pop_free(st, free_func) SKM_sk_pop_free(X509, (st), (free_func))
    -#define sk_X509_shift(st) SKM_sk_shift(X509, (st))
    -#define sk_X509_pop(st) SKM_sk_pop(X509, (st))
    -#define sk_X509_sort(st) SKM_sk_sort(X509, (st))
    -#define sk_X509_is_sorted(st) SKM_sk_is_sorted(X509, (st))
    -
    -#define sk_X509V3_EXT_METHOD_new(cmp) SKM_sk_new(X509V3_EXT_METHOD, (cmp))
    -#define sk_X509V3_EXT_METHOD_new_null() SKM_sk_new_null(X509V3_EXT_METHOD)
    -#define sk_X509V3_EXT_METHOD_free(st) SKM_sk_free(X509V3_EXT_METHOD, (st))
    -#define sk_X509V3_EXT_METHOD_num(st) SKM_sk_num(X509V3_EXT_METHOD, (st))
    -#define sk_X509V3_EXT_METHOD_value(st, i) SKM_sk_value(X509V3_EXT_METHOD, (st), (i))
    -#define sk_X509V3_EXT_METHOD_set(st, i, val) SKM_sk_set(X509V3_EXT_METHOD, (st), (i), (val))
    -#define sk_X509V3_EXT_METHOD_zero(st) SKM_sk_zero(X509V3_EXT_METHOD, (st))
    -#define sk_X509V3_EXT_METHOD_push(st, val) SKM_sk_push(X509V3_EXT_METHOD, (st), (val))
    -#define sk_X509V3_EXT_METHOD_unshift(st, val) SKM_sk_unshift(X509V3_EXT_METHOD, (st), (val))
    -#define sk_X509V3_EXT_METHOD_find(st, val) SKM_sk_find(X509V3_EXT_METHOD, (st), (val))
    -#define sk_X509V3_EXT_METHOD_find_ex(st, val) SKM_sk_find_ex(X509V3_EXT_METHOD, (st), (val))
    -#define sk_X509V3_EXT_METHOD_delete(st, i) SKM_sk_delete(X509V3_EXT_METHOD, (st), (i))
    -#define sk_X509V3_EXT_METHOD_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509V3_EXT_METHOD, (st), (ptr))
    -#define sk_X509V3_EXT_METHOD_insert(st, val, i) SKM_sk_insert(X509V3_EXT_METHOD, (st), (val), (i))
    -#define sk_X509V3_EXT_METHOD_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509V3_EXT_METHOD, (st), (cmp))
    -#define sk_X509V3_EXT_METHOD_dup(st) SKM_sk_dup(X509V3_EXT_METHOD, st)
    -#define sk_X509V3_EXT_METHOD_pop_free(st, free_func) SKM_sk_pop_free(X509V3_EXT_METHOD, (st), (free_func))
    -#define sk_X509V3_EXT_METHOD_shift(st) SKM_sk_shift(X509V3_EXT_METHOD, (st))
    -#define sk_X509V3_EXT_METHOD_pop(st) SKM_sk_pop(X509V3_EXT_METHOD, (st))
    -#define sk_X509V3_EXT_METHOD_sort(st) SKM_sk_sort(X509V3_EXT_METHOD, (st))
    -#define sk_X509V3_EXT_METHOD_is_sorted(st) SKM_sk_is_sorted(X509V3_EXT_METHOD, (st))
    -
    -#define sk_X509_ALGOR_new(cmp) SKM_sk_new(X509_ALGOR, (cmp))
    -#define sk_X509_ALGOR_new_null() SKM_sk_new_null(X509_ALGOR)
    -#define sk_X509_ALGOR_free(st) SKM_sk_free(X509_ALGOR, (st))
    -#define sk_X509_ALGOR_num(st) SKM_sk_num(X509_ALGOR, (st))
    -#define sk_X509_ALGOR_value(st, i) SKM_sk_value(X509_ALGOR, (st), (i))
    -#define sk_X509_ALGOR_set(st, i, val) SKM_sk_set(X509_ALGOR, (st), (i), (val))
    -#define sk_X509_ALGOR_zero(st) SKM_sk_zero(X509_ALGOR, (st))
    -#define sk_X509_ALGOR_push(st, val) SKM_sk_push(X509_ALGOR, (st), (val))
    -#define sk_X509_ALGOR_unshift(st, val) SKM_sk_unshift(X509_ALGOR, (st), (val))
    -#define sk_X509_ALGOR_find(st, val) SKM_sk_find(X509_ALGOR, (st), (val))
    -#define sk_X509_ALGOR_find_ex(st, val) SKM_sk_find_ex(X509_ALGOR, (st), (val))
    -#define sk_X509_ALGOR_delete(st, i) SKM_sk_delete(X509_ALGOR, (st), (i))
    -#define sk_X509_ALGOR_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_ALGOR, (st), (ptr))
    -#define sk_X509_ALGOR_insert(st, val, i) SKM_sk_insert(X509_ALGOR, (st), (val), (i))
    -#define sk_X509_ALGOR_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_ALGOR, (st), (cmp))
    -#define sk_X509_ALGOR_dup(st) SKM_sk_dup(X509_ALGOR, st)
    -#define sk_X509_ALGOR_pop_free(st, free_func) SKM_sk_pop_free(X509_ALGOR, (st), (free_func))
    -#define sk_X509_ALGOR_shift(st) SKM_sk_shift(X509_ALGOR, (st))
    -#define sk_X509_ALGOR_pop(st) SKM_sk_pop(X509_ALGOR, (st))
    -#define sk_X509_ALGOR_sort(st) SKM_sk_sort(X509_ALGOR, (st))
    -#define sk_X509_ALGOR_is_sorted(st) SKM_sk_is_sorted(X509_ALGOR, (st))
    -
    -#define sk_X509_ATTRIBUTE_new(cmp) SKM_sk_new(X509_ATTRIBUTE, (cmp))
    -#define sk_X509_ATTRIBUTE_new_null() SKM_sk_new_null(X509_ATTRIBUTE)
    -#define sk_X509_ATTRIBUTE_free(st) SKM_sk_free(X509_ATTRIBUTE, (st))
    -#define sk_X509_ATTRIBUTE_num(st) SKM_sk_num(X509_ATTRIBUTE, (st))
    -#define sk_X509_ATTRIBUTE_value(st, i) SKM_sk_value(X509_ATTRIBUTE, (st), (i))
    -#define sk_X509_ATTRIBUTE_set(st, i, val) SKM_sk_set(X509_ATTRIBUTE, (st), (i), (val))
    -#define sk_X509_ATTRIBUTE_zero(st) SKM_sk_zero(X509_ATTRIBUTE, (st))
    -#define sk_X509_ATTRIBUTE_push(st, val) SKM_sk_push(X509_ATTRIBUTE, (st), (val))
    -#define sk_X509_ATTRIBUTE_unshift(st, val) SKM_sk_unshift(X509_ATTRIBUTE, (st), (val))
    -#define sk_X509_ATTRIBUTE_find(st, val) SKM_sk_find(X509_ATTRIBUTE, (st), (val))
    -#define sk_X509_ATTRIBUTE_find_ex(st, val) SKM_sk_find_ex(X509_ATTRIBUTE, (st), (val))
    -#define sk_X509_ATTRIBUTE_delete(st, i) SKM_sk_delete(X509_ATTRIBUTE, (st), (i))
    -#define sk_X509_ATTRIBUTE_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_ATTRIBUTE, (st), (ptr))
    -#define sk_X509_ATTRIBUTE_insert(st, val, i) SKM_sk_insert(X509_ATTRIBUTE, (st), (val), (i))
    -#define sk_X509_ATTRIBUTE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_ATTRIBUTE, (st), (cmp))
    -#define sk_X509_ATTRIBUTE_dup(st) SKM_sk_dup(X509_ATTRIBUTE, st)
    -#define sk_X509_ATTRIBUTE_pop_free(st, free_func) SKM_sk_pop_free(X509_ATTRIBUTE, (st), (free_func))
    -#define sk_X509_ATTRIBUTE_shift(st) SKM_sk_shift(X509_ATTRIBUTE, (st))
    -#define sk_X509_ATTRIBUTE_pop(st) SKM_sk_pop(X509_ATTRIBUTE, (st))
    -#define sk_X509_ATTRIBUTE_sort(st) SKM_sk_sort(X509_ATTRIBUTE, (st))
    -#define sk_X509_ATTRIBUTE_is_sorted(st) SKM_sk_is_sorted(X509_ATTRIBUTE, (st))
    -
    -#define sk_X509_CRL_new(cmp) SKM_sk_new(X509_CRL, (cmp))
    -#define sk_X509_CRL_new_null() SKM_sk_new_null(X509_CRL)
    -#define sk_X509_CRL_free(st) SKM_sk_free(X509_CRL, (st))
    -#define sk_X509_CRL_num(st) SKM_sk_num(X509_CRL, (st))
    -#define sk_X509_CRL_value(st, i) SKM_sk_value(X509_CRL, (st), (i))
    -#define sk_X509_CRL_set(st, i, val) SKM_sk_set(X509_CRL, (st), (i), (val))
    -#define sk_X509_CRL_zero(st) SKM_sk_zero(X509_CRL, (st))
    -#define sk_X509_CRL_push(st, val) SKM_sk_push(X509_CRL, (st), (val))
    -#define sk_X509_CRL_unshift(st, val) SKM_sk_unshift(X509_CRL, (st), (val))
    -#define sk_X509_CRL_find(st, val) SKM_sk_find(X509_CRL, (st), (val))
    -#define sk_X509_CRL_find_ex(st, val) SKM_sk_find_ex(X509_CRL, (st), (val))
    -#define sk_X509_CRL_delete(st, i) SKM_sk_delete(X509_CRL, (st), (i))
    -#define sk_X509_CRL_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_CRL, (st), (ptr))
    -#define sk_X509_CRL_insert(st, val, i) SKM_sk_insert(X509_CRL, (st), (val), (i))
    -#define sk_X509_CRL_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_CRL, (st), (cmp))
    -#define sk_X509_CRL_dup(st) SKM_sk_dup(X509_CRL, st)
    -#define sk_X509_CRL_pop_free(st, free_func) SKM_sk_pop_free(X509_CRL, (st), (free_func))
    -#define sk_X509_CRL_shift(st) SKM_sk_shift(X509_CRL, (st))
    -#define sk_X509_CRL_pop(st) SKM_sk_pop(X509_CRL, (st))
    -#define sk_X509_CRL_sort(st) SKM_sk_sort(X509_CRL, (st))
    -#define sk_X509_CRL_is_sorted(st) SKM_sk_is_sorted(X509_CRL, (st))
    -
    -#define sk_X509_EXTENSION_new(cmp) SKM_sk_new(X509_EXTENSION, (cmp))
    -#define sk_X509_EXTENSION_new_null() SKM_sk_new_null(X509_EXTENSION)
    -#define sk_X509_EXTENSION_free(st) SKM_sk_free(X509_EXTENSION, (st))
    -#define sk_X509_EXTENSION_num(st) SKM_sk_num(X509_EXTENSION, (st))
    -#define sk_X509_EXTENSION_value(st, i) SKM_sk_value(X509_EXTENSION, (st), (i))
    -#define sk_X509_EXTENSION_set(st, i, val) SKM_sk_set(X509_EXTENSION, (st), (i), (val))
    -#define sk_X509_EXTENSION_zero(st) SKM_sk_zero(X509_EXTENSION, (st))
    -#define sk_X509_EXTENSION_push(st, val) SKM_sk_push(X509_EXTENSION, (st), (val))
    -#define sk_X509_EXTENSION_unshift(st, val) SKM_sk_unshift(X509_EXTENSION, (st), (val))
    -#define sk_X509_EXTENSION_find(st, val) SKM_sk_find(X509_EXTENSION, (st), (val))
    -#define sk_X509_EXTENSION_find_ex(st, val) SKM_sk_find_ex(X509_EXTENSION, (st), (val))
    -#define sk_X509_EXTENSION_delete(st, i) SKM_sk_delete(X509_EXTENSION, (st), (i))
    -#define sk_X509_EXTENSION_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_EXTENSION, (st), (ptr))
    -#define sk_X509_EXTENSION_insert(st, val, i) SKM_sk_insert(X509_EXTENSION, (st), (val), (i))
    -#define sk_X509_EXTENSION_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_EXTENSION, (st), (cmp))
    -#define sk_X509_EXTENSION_dup(st) SKM_sk_dup(X509_EXTENSION, st)
    -#define sk_X509_EXTENSION_pop_free(st, free_func) SKM_sk_pop_free(X509_EXTENSION, (st), (free_func))
    -#define sk_X509_EXTENSION_shift(st) SKM_sk_shift(X509_EXTENSION, (st))
    -#define sk_X509_EXTENSION_pop(st) SKM_sk_pop(X509_EXTENSION, (st))
    -#define sk_X509_EXTENSION_sort(st) SKM_sk_sort(X509_EXTENSION, (st))
    -#define sk_X509_EXTENSION_is_sorted(st) SKM_sk_is_sorted(X509_EXTENSION, (st))
    -
    -#define sk_X509_INFO_new(cmp) SKM_sk_new(X509_INFO, (cmp))
    -#define sk_X509_INFO_new_null() SKM_sk_new_null(X509_INFO)
    -#define sk_X509_INFO_free(st) SKM_sk_free(X509_INFO, (st))
    -#define sk_X509_INFO_num(st) SKM_sk_num(X509_INFO, (st))
    -#define sk_X509_INFO_value(st, i) SKM_sk_value(X509_INFO, (st), (i))
    -#define sk_X509_INFO_set(st, i, val) SKM_sk_set(X509_INFO, (st), (i), (val))
    -#define sk_X509_INFO_zero(st) SKM_sk_zero(X509_INFO, (st))
    -#define sk_X509_INFO_push(st, val) SKM_sk_push(X509_INFO, (st), (val))
    -#define sk_X509_INFO_unshift(st, val) SKM_sk_unshift(X509_INFO, (st), (val))
    -#define sk_X509_INFO_find(st, val) SKM_sk_find(X509_INFO, (st), (val))
    -#define sk_X509_INFO_find_ex(st, val) SKM_sk_find_ex(X509_INFO, (st), (val))
    -#define sk_X509_INFO_delete(st, i) SKM_sk_delete(X509_INFO, (st), (i))
    -#define sk_X509_INFO_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_INFO, (st), (ptr))
    -#define sk_X509_INFO_insert(st, val, i) SKM_sk_insert(X509_INFO, (st), (val), (i))
    -#define sk_X509_INFO_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_INFO, (st), (cmp))
    -#define sk_X509_INFO_dup(st) SKM_sk_dup(X509_INFO, st)
    -#define sk_X509_INFO_pop_free(st, free_func) SKM_sk_pop_free(X509_INFO, (st), (free_func))
    -#define sk_X509_INFO_shift(st) SKM_sk_shift(X509_INFO, (st))
    -#define sk_X509_INFO_pop(st) SKM_sk_pop(X509_INFO, (st))
    -#define sk_X509_INFO_sort(st) SKM_sk_sort(X509_INFO, (st))
    -#define sk_X509_INFO_is_sorted(st) SKM_sk_is_sorted(X509_INFO, (st))
    -
    -#define sk_X509_LOOKUP_new(cmp) SKM_sk_new(X509_LOOKUP, (cmp))
    -#define sk_X509_LOOKUP_new_null() SKM_sk_new_null(X509_LOOKUP)
    -#define sk_X509_LOOKUP_free(st) SKM_sk_free(X509_LOOKUP, (st))
    -#define sk_X509_LOOKUP_num(st) SKM_sk_num(X509_LOOKUP, (st))
    -#define sk_X509_LOOKUP_value(st, i) SKM_sk_value(X509_LOOKUP, (st), (i))
    -#define sk_X509_LOOKUP_set(st, i, val) SKM_sk_set(X509_LOOKUP, (st), (i), (val))
    -#define sk_X509_LOOKUP_zero(st) SKM_sk_zero(X509_LOOKUP, (st))
    -#define sk_X509_LOOKUP_push(st, val) SKM_sk_push(X509_LOOKUP, (st), (val))
    -#define sk_X509_LOOKUP_unshift(st, val) SKM_sk_unshift(X509_LOOKUP, (st), (val))
    -#define sk_X509_LOOKUP_find(st, val) SKM_sk_find(X509_LOOKUP, (st), (val))
    -#define sk_X509_LOOKUP_find_ex(st, val) SKM_sk_find_ex(X509_LOOKUP, (st), (val))
    -#define sk_X509_LOOKUP_delete(st, i) SKM_sk_delete(X509_LOOKUP, (st), (i))
    -#define sk_X509_LOOKUP_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_LOOKUP, (st), (ptr))
    -#define sk_X509_LOOKUP_insert(st, val, i) SKM_sk_insert(X509_LOOKUP, (st), (val), (i))
    -#define sk_X509_LOOKUP_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_LOOKUP, (st), (cmp))
    -#define sk_X509_LOOKUP_dup(st) SKM_sk_dup(X509_LOOKUP, st)
    -#define sk_X509_LOOKUP_pop_free(st, free_func) SKM_sk_pop_free(X509_LOOKUP, (st), (free_func))
    -#define sk_X509_LOOKUP_shift(st) SKM_sk_shift(X509_LOOKUP, (st))
    -#define sk_X509_LOOKUP_pop(st) SKM_sk_pop(X509_LOOKUP, (st))
    -#define sk_X509_LOOKUP_sort(st) SKM_sk_sort(X509_LOOKUP, (st))
    -#define sk_X509_LOOKUP_is_sorted(st) SKM_sk_is_sorted(X509_LOOKUP, (st))
    -
    -#define sk_X509_NAME_new(cmp) SKM_sk_new(X509_NAME, (cmp))
    -#define sk_X509_NAME_new_null() SKM_sk_new_null(X509_NAME)
    -#define sk_X509_NAME_free(st) SKM_sk_free(X509_NAME, (st))
    -#define sk_X509_NAME_num(st) SKM_sk_num(X509_NAME, (st))
    -#define sk_X509_NAME_value(st, i) SKM_sk_value(X509_NAME, (st), (i))
    -#define sk_X509_NAME_set(st, i, val) SKM_sk_set(X509_NAME, (st), (i), (val))
    -#define sk_X509_NAME_zero(st) SKM_sk_zero(X509_NAME, (st))
    -#define sk_X509_NAME_push(st, val) SKM_sk_push(X509_NAME, (st), (val))
    -#define sk_X509_NAME_unshift(st, val) SKM_sk_unshift(X509_NAME, (st), (val))
    -#define sk_X509_NAME_find(st, val) SKM_sk_find(X509_NAME, (st), (val))
    -#define sk_X509_NAME_find_ex(st, val) SKM_sk_find_ex(X509_NAME, (st), (val))
    -#define sk_X509_NAME_delete(st, i) SKM_sk_delete(X509_NAME, (st), (i))
    -#define sk_X509_NAME_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_NAME, (st), (ptr))
    -#define sk_X509_NAME_insert(st, val, i) SKM_sk_insert(X509_NAME, (st), (val), (i))
    -#define sk_X509_NAME_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_NAME, (st), (cmp))
    -#define sk_X509_NAME_dup(st) SKM_sk_dup(X509_NAME, st)
    -#define sk_X509_NAME_pop_free(st, free_func) SKM_sk_pop_free(X509_NAME, (st), (free_func))
    -#define sk_X509_NAME_shift(st) SKM_sk_shift(X509_NAME, (st))
    -#define sk_X509_NAME_pop(st) SKM_sk_pop(X509_NAME, (st))
    -#define sk_X509_NAME_sort(st) SKM_sk_sort(X509_NAME, (st))
    -#define sk_X509_NAME_is_sorted(st) SKM_sk_is_sorted(X509_NAME, (st))
    -
    -#define sk_X509_NAME_ENTRY_new(cmp) SKM_sk_new(X509_NAME_ENTRY, (cmp))
    -#define sk_X509_NAME_ENTRY_new_null() SKM_sk_new_null(X509_NAME_ENTRY)
    -#define sk_X509_NAME_ENTRY_free(st) SKM_sk_free(X509_NAME_ENTRY, (st))
    -#define sk_X509_NAME_ENTRY_num(st) SKM_sk_num(X509_NAME_ENTRY, (st))
    -#define sk_X509_NAME_ENTRY_value(st, i) SKM_sk_value(X509_NAME_ENTRY, (st), (i))
    -#define sk_X509_NAME_ENTRY_set(st, i, val) SKM_sk_set(X509_NAME_ENTRY, (st), (i), (val))
    -#define sk_X509_NAME_ENTRY_zero(st) SKM_sk_zero(X509_NAME_ENTRY, (st))
    -#define sk_X509_NAME_ENTRY_push(st, val) SKM_sk_push(X509_NAME_ENTRY, (st), (val))
    -#define sk_X509_NAME_ENTRY_unshift(st, val) SKM_sk_unshift(X509_NAME_ENTRY, (st), (val))
    -#define sk_X509_NAME_ENTRY_find(st, val) SKM_sk_find(X509_NAME_ENTRY, (st), (val))
    -#define sk_X509_NAME_ENTRY_find_ex(st, val) SKM_sk_find_ex(X509_NAME_ENTRY, (st), (val))
    -#define sk_X509_NAME_ENTRY_delete(st, i) SKM_sk_delete(X509_NAME_ENTRY, (st), (i))
    -#define sk_X509_NAME_ENTRY_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_NAME_ENTRY, (st), (ptr))
    -#define sk_X509_NAME_ENTRY_insert(st, val, i) SKM_sk_insert(X509_NAME_ENTRY, (st), (val), (i))
    -#define sk_X509_NAME_ENTRY_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_NAME_ENTRY, (st), (cmp))
    -#define sk_X509_NAME_ENTRY_dup(st) SKM_sk_dup(X509_NAME_ENTRY, st)
    -#define sk_X509_NAME_ENTRY_pop_free(st, free_func) SKM_sk_pop_free(X509_NAME_ENTRY, (st), (free_func))
    -#define sk_X509_NAME_ENTRY_shift(st) SKM_sk_shift(X509_NAME_ENTRY, (st))
    -#define sk_X509_NAME_ENTRY_pop(st) SKM_sk_pop(X509_NAME_ENTRY, (st))
    -#define sk_X509_NAME_ENTRY_sort(st) SKM_sk_sort(X509_NAME_ENTRY, (st))
    -#define sk_X509_NAME_ENTRY_is_sorted(st) SKM_sk_is_sorted(X509_NAME_ENTRY, (st))
    -
    -#define sk_X509_OBJECT_new(cmp) SKM_sk_new(X509_OBJECT, (cmp))
    -#define sk_X509_OBJECT_new_null() SKM_sk_new_null(X509_OBJECT)
    -#define sk_X509_OBJECT_free(st) SKM_sk_free(X509_OBJECT, (st))
    -#define sk_X509_OBJECT_num(st) SKM_sk_num(X509_OBJECT, (st))
    -#define sk_X509_OBJECT_value(st, i) SKM_sk_value(X509_OBJECT, (st), (i))
    -#define sk_X509_OBJECT_set(st, i, val) SKM_sk_set(X509_OBJECT, (st), (i), (val))
    -#define sk_X509_OBJECT_zero(st) SKM_sk_zero(X509_OBJECT, (st))
    -#define sk_X509_OBJECT_push(st, val) SKM_sk_push(X509_OBJECT, (st), (val))
    -#define sk_X509_OBJECT_unshift(st, val) SKM_sk_unshift(X509_OBJECT, (st), (val))
    -#define sk_X509_OBJECT_find(st, val) SKM_sk_find(X509_OBJECT, (st), (val))
    -#define sk_X509_OBJECT_find_ex(st, val) SKM_sk_find_ex(X509_OBJECT, (st), (val))
    -#define sk_X509_OBJECT_delete(st, i) SKM_sk_delete(X509_OBJECT, (st), (i))
    -#define sk_X509_OBJECT_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_OBJECT, (st), (ptr))
    -#define sk_X509_OBJECT_insert(st, val, i) SKM_sk_insert(X509_OBJECT, (st), (val), (i))
    -#define sk_X509_OBJECT_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_OBJECT, (st), (cmp))
    -#define sk_X509_OBJECT_dup(st) SKM_sk_dup(X509_OBJECT, st)
    -#define sk_X509_OBJECT_pop_free(st, free_func) SKM_sk_pop_free(X509_OBJECT, (st), (free_func))
    -#define sk_X509_OBJECT_shift(st) SKM_sk_shift(X509_OBJECT, (st))
    -#define sk_X509_OBJECT_pop(st) SKM_sk_pop(X509_OBJECT, (st))
    -#define sk_X509_OBJECT_sort(st) SKM_sk_sort(X509_OBJECT, (st))
    -#define sk_X509_OBJECT_is_sorted(st) SKM_sk_is_sorted(X509_OBJECT, (st))
    -
    -#define sk_X509_POLICY_DATA_new(cmp) SKM_sk_new(X509_POLICY_DATA, (cmp))
    -#define sk_X509_POLICY_DATA_new_null() SKM_sk_new_null(X509_POLICY_DATA)
    -#define sk_X509_POLICY_DATA_free(st) SKM_sk_free(X509_POLICY_DATA, (st))
    -#define sk_X509_POLICY_DATA_num(st) SKM_sk_num(X509_POLICY_DATA, (st))
    -#define sk_X509_POLICY_DATA_value(st, i) SKM_sk_value(X509_POLICY_DATA, (st), (i))
    -#define sk_X509_POLICY_DATA_set(st, i, val) SKM_sk_set(X509_POLICY_DATA, (st), (i), (val))
    -#define sk_X509_POLICY_DATA_zero(st) SKM_sk_zero(X509_POLICY_DATA, (st))
    -#define sk_X509_POLICY_DATA_push(st, val) SKM_sk_push(X509_POLICY_DATA, (st), (val))
    -#define sk_X509_POLICY_DATA_unshift(st, val) SKM_sk_unshift(X509_POLICY_DATA, (st), (val))
    -#define sk_X509_POLICY_DATA_find(st, val) SKM_sk_find(X509_POLICY_DATA, (st), (val))
    -#define sk_X509_POLICY_DATA_find_ex(st, val) SKM_sk_find_ex(X509_POLICY_DATA, (st), (val))
    -#define sk_X509_POLICY_DATA_delete(st, i) SKM_sk_delete(X509_POLICY_DATA, (st), (i))
    -#define sk_X509_POLICY_DATA_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_POLICY_DATA, (st), (ptr))
    -#define sk_X509_POLICY_DATA_insert(st, val, i) SKM_sk_insert(X509_POLICY_DATA, (st), (val), (i))
    -#define sk_X509_POLICY_DATA_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_POLICY_DATA, (st), (cmp))
    -#define sk_X509_POLICY_DATA_dup(st) SKM_sk_dup(X509_POLICY_DATA, st)
    -#define sk_X509_POLICY_DATA_pop_free(st, free_func) SKM_sk_pop_free(X509_POLICY_DATA, (st), (free_func))
    -#define sk_X509_POLICY_DATA_shift(st) SKM_sk_shift(X509_POLICY_DATA, (st))
    -#define sk_X509_POLICY_DATA_pop(st) SKM_sk_pop(X509_POLICY_DATA, (st))
    -#define sk_X509_POLICY_DATA_sort(st) SKM_sk_sort(X509_POLICY_DATA, (st))
    -#define sk_X509_POLICY_DATA_is_sorted(st) SKM_sk_is_sorted(X509_POLICY_DATA, (st))
    -
    -#define sk_X509_POLICY_NODE_new(cmp) SKM_sk_new(X509_POLICY_NODE, (cmp))
    -#define sk_X509_POLICY_NODE_new_null() SKM_sk_new_null(X509_POLICY_NODE)
    -#define sk_X509_POLICY_NODE_free(st) SKM_sk_free(X509_POLICY_NODE, (st))
    -#define sk_X509_POLICY_NODE_num(st) SKM_sk_num(X509_POLICY_NODE, (st))
    -#define sk_X509_POLICY_NODE_value(st, i) SKM_sk_value(X509_POLICY_NODE, (st), (i))
    -#define sk_X509_POLICY_NODE_set(st, i, val) SKM_sk_set(X509_POLICY_NODE, (st), (i), (val))
    -#define sk_X509_POLICY_NODE_zero(st) SKM_sk_zero(X509_POLICY_NODE, (st))
    -#define sk_X509_POLICY_NODE_push(st, val) SKM_sk_push(X509_POLICY_NODE, (st), (val))
    -#define sk_X509_POLICY_NODE_unshift(st, val) SKM_sk_unshift(X509_POLICY_NODE, (st), (val))
    -#define sk_X509_POLICY_NODE_find(st, val) SKM_sk_find(X509_POLICY_NODE, (st), (val))
    -#define sk_X509_POLICY_NODE_find_ex(st, val) SKM_sk_find_ex(X509_POLICY_NODE, (st), (val))
    -#define sk_X509_POLICY_NODE_delete(st, i) SKM_sk_delete(X509_POLICY_NODE, (st), (i))
    -#define sk_X509_POLICY_NODE_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_POLICY_NODE, (st), (ptr))
    -#define sk_X509_POLICY_NODE_insert(st, val, i) SKM_sk_insert(X509_POLICY_NODE, (st), (val), (i))
    -#define sk_X509_POLICY_NODE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_POLICY_NODE, (st), (cmp))
    -#define sk_X509_POLICY_NODE_dup(st) SKM_sk_dup(X509_POLICY_NODE, st)
    -#define sk_X509_POLICY_NODE_pop_free(st, free_func) SKM_sk_pop_free(X509_POLICY_NODE, (st), (free_func))
    -#define sk_X509_POLICY_NODE_shift(st) SKM_sk_shift(X509_POLICY_NODE, (st))
    -#define sk_X509_POLICY_NODE_pop(st) SKM_sk_pop(X509_POLICY_NODE, (st))
    -#define sk_X509_POLICY_NODE_sort(st) SKM_sk_sort(X509_POLICY_NODE, (st))
    -#define sk_X509_POLICY_NODE_is_sorted(st) SKM_sk_is_sorted(X509_POLICY_NODE, (st))
    -
    -#define sk_X509_PURPOSE_new(cmp) SKM_sk_new(X509_PURPOSE, (cmp))
    -#define sk_X509_PURPOSE_new_null() SKM_sk_new_null(X509_PURPOSE)
    -#define sk_X509_PURPOSE_free(st) SKM_sk_free(X509_PURPOSE, (st))
    -#define sk_X509_PURPOSE_num(st) SKM_sk_num(X509_PURPOSE, (st))
    -#define sk_X509_PURPOSE_value(st, i) SKM_sk_value(X509_PURPOSE, (st), (i))
    -#define sk_X509_PURPOSE_set(st, i, val) SKM_sk_set(X509_PURPOSE, (st), (i), (val))
    -#define sk_X509_PURPOSE_zero(st) SKM_sk_zero(X509_PURPOSE, (st))
    -#define sk_X509_PURPOSE_push(st, val) SKM_sk_push(X509_PURPOSE, (st), (val))
    -#define sk_X509_PURPOSE_unshift(st, val) SKM_sk_unshift(X509_PURPOSE, (st), (val))
    -#define sk_X509_PURPOSE_find(st, val) SKM_sk_find(X509_PURPOSE, (st), (val))
    -#define sk_X509_PURPOSE_find_ex(st, val) SKM_sk_find_ex(X509_PURPOSE, (st), (val))
    -#define sk_X509_PURPOSE_delete(st, i) SKM_sk_delete(X509_PURPOSE, (st), (i))
    -#define sk_X509_PURPOSE_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_PURPOSE, (st), (ptr))
    -#define sk_X509_PURPOSE_insert(st, val, i) SKM_sk_insert(X509_PURPOSE, (st), (val), (i))
    -#define sk_X509_PURPOSE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_PURPOSE, (st), (cmp))
    -#define sk_X509_PURPOSE_dup(st) SKM_sk_dup(X509_PURPOSE, st)
    -#define sk_X509_PURPOSE_pop_free(st, free_func) SKM_sk_pop_free(X509_PURPOSE, (st), (free_func))
    -#define sk_X509_PURPOSE_shift(st) SKM_sk_shift(X509_PURPOSE, (st))
    -#define sk_X509_PURPOSE_pop(st) SKM_sk_pop(X509_PURPOSE, (st))
    -#define sk_X509_PURPOSE_sort(st) SKM_sk_sort(X509_PURPOSE, (st))
    -#define sk_X509_PURPOSE_is_sorted(st) SKM_sk_is_sorted(X509_PURPOSE, (st))
    -
    -#define sk_X509_REVOKED_new(cmp) SKM_sk_new(X509_REVOKED, (cmp))
    -#define sk_X509_REVOKED_new_null() SKM_sk_new_null(X509_REVOKED)
    -#define sk_X509_REVOKED_free(st) SKM_sk_free(X509_REVOKED, (st))
    -#define sk_X509_REVOKED_num(st) SKM_sk_num(X509_REVOKED, (st))
    -#define sk_X509_REVOKED_value(st, i) SKM_sk_value(X509_REVOKED, (st), (i))
    -#define sk_X509_REVOKED_set(st, i, val) SKM_sk_set(X509_REVOKED, (st), (i), (val))
    -#define sk_X509_REVOKED_zero(st) SKM_sk_zero(X509_REVOKED, (st))
    -#define sk_X509_REVOKED_push(st, val) SKM_sk_push(X509_REVOKED, (st), (val))
    -#define sk_X509_REVOKED_unshift(st, val) SKM_sk_unshift(X509_REVOKED, (st), (val))
    -#define sk_X509_REVOKED_find(st, val) SKM_sk_find(X509_REVOKED, (st), (val))
    -#define sk_X509_REVOKED_find_ex(st, val) SKM_sk_find_ex(X509_REVOKED, (st), (val))
    -#define sk_X509_REVOKED_delete(st, i) SKM_sk_delete(X509_REVOKED, (st), (i))
    -#define sk_X509_REVOKED_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_REVOKED, (st), (ptr))
    -#define sk_X509_REVOKED_insert(st, val, i) SKM_sk_insert(X509_REVOKED, (st), (val), (i))
    -#define sk_X509_REVOKED_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_REVOKED, (st), (cmp))
    -#define sk_X509_REVOKED_dup(st) SKM_sk_dup(X509_REVOKED, st)
    -#define sk_X509_REVOKED_pop_free(st, free_func) SKM_sk_pop_free(X509_REVOKED, (st), (free_func))
    -#define sk_X509_REVOKED_shift(st) SKM_sk_shift(X509_REVOKED, (st))
    -#define sk_X509_REVOKED_pop(st) SKM_sk_pop(X509_REVOKED, (st))
    -#define sk_X509_REVOKED_sort(st) SKM_sk_sort(X509_REVOKED, (st))
    -#define sk_X509_REVOKED_is_sorted(st) SKM_sk_is_sorted(X509_REVOKED, (st))
    -
    -#define sk_X509_TRUST_new(cmp) SKM_sk_new(X509_TRUST, (cmp))
    -#define sk_X509_TRUST_new_null() SKM_sk_new_null(X509_TRUST)
    -#define sk_X509_TRUST_free(st) SKM_sk_free(X509_TRUST, (st))
    -#define sk_X509_TRUST_num(st) SKM_sk_num(X509_TRUST, (st))
    -#define sk_X509_TRUST_value(st, i) SKM_sk_value(X509_TRUST, (st), (i))
    -#define sk_X509_TRUST_set(st, i, val) SKM_sk_set(X509_TRUST, (st), (i), (val))
    -#define sk_X509_TRUST_zero(st) SKM_sk_zero(X509_TRUST, (st))
    -#define sk_X509_TRUST_push(st, val) SKM_sk_push(X509_TRUST, (st), (val))
    -#define sk_X509_TRUST_unshift(st, val) SKM_sk_unshift(X509_TRUST, (st), (val))
    -#define sk_X509_TRUST_find(st, val) SKM_sk_find(X509_TRUST, (st), (val))
    -#define sk_X509_TRUST_find_ex(st, val) SKM_sk_find_ex(X509_TRUST, (st), (val))
    -#define sk_X509_TRUST_delete(st, i) SKM_sk_delete(X509_TRUST, (st), (i))
    -#define sk_X509_TRUST_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_TRUST, (st), (ptr))
    -#define sk_X509_TRUST_insert(st, val, i) SKM_sk_insert(X509_TRUST, (st), (val), (i))
    -#define sk_X509_TRUST_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_TRUST, (st), (cmp))
    -#define sk_X509_TRUST_dup(st) SKM_sk_dup(X509_TRUST, st)
    -#define sk_X509_TRUST_pop_free(st, free_func) SKM_sk_pop_free(X509_TRUST, (st), (free_func))
    -#define sk_X509_TRUST_shift(st) SKM_sk_shift(X509_TRUST, (st))
    -#define sk_X509_TRUST_pop(st) SKM_sk_pop(X509_TRUST, (st))
    -#define sk_X509_TRUST_sort(st) SKM_sk_sort(X509_TRUST, (st))
    -#define sk_X509_TRUST_is_sorted(st) SKM_sk_is_sorted(X509_TRUST, (st))
    -
    -#define sk_X509_VERIFY_PARAM_new(cmp) SKM_sk_new(X509_VERIFY_PARAM, (cmp))
    -#define sk_X509_VERIFY_PARAM_new_null() SKM_sk_new_null(X509_VERIFY_PARAM)
    -#define sk_X509_VERIFY_PARAM_free(st) SKM_sk_free(X509_VERIFY_PARAM, (st))
    -#define sk_X509_VERIFY_PARAM_num(st) SKM_sk_num(X509_VERIFY_PARAM, (st))
    -#define sk_X509_VERIFY_PARAM_value(st, i) SKM_sk_value(X509_VERIFY_PARAM, (st), (i))
    -#define sk_X509_VERIFY_PARAM_set(st, i, val) SKM_sk_set(X509_VERIFY_PARAM, (st), (i), (val))
    -#define sk_X509_VERIFY_PARAM_zero(st) SKM_sk_zero(X509_VERIFY_PARAM, (st))
    -#define sk_X509_VERIFY_PARAM_push(st, val) SKM_sk_push(X509_VERIFY_PARAM, (st), (val))
    -#define sk_X509_VERIFY_PARAM_unshift(st, val) SKM_sk_unshift(X509_VERIFY_PARAM, (st), (val))
    -#define sk_X509_VERIFY_PARAM_find(st, val) SKM_sk_find(X509_VERIFY_PARAM, (st), (val))
    -#define sk_X509_VERIFY_PARAM_find_ex(st, val) SKM_sk_find_ex(X509_VERIFY_PARAM, (st), (val))
    -#define sk_X509_VERIFY_PARAM_delete(st, i) SKM_sk_delete(X509_VERIFY_PARAM, (st), (i))
    -#define sk_X509_VERIFY_PARAM_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_VERIFY_PARAM, (st), (ptr))
    -#define sk_X509_VERIFY_PARAM_insert(st, val, i) SKM_sk_insert(X509_VERIFY_PARAM, (st), (val), (i))
    -#define sk_X509_VERIFY_PARAM_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_VERIFY_PARAM, (st), (cmp))
    -#define sk_X509_VERIFY_PARAM_dup(st) SKM_sk_dup(X509_VERIFY_PARAM, st)
    -#define sk_X509_VERIFY_PARAM_pop_free(st, free_func) SKM_sk_pop_free(X509_VERIFY_PARAM, (st), (free_func))
    -#define sk_X509_VERIFY_PARAM_shift(st) SKM_sk_shift(X509_VERIFY_PARAM, (st))
    -#define sk_X509_VERIFY_PARAM_pop(st) SKM_sk_pop(X509_VERIFY_PARAM, (st))
    -#define sk_X509_VERIFY_PARAM_sort(st) SKM_sk_sort(X509_VERIFY_PARAM, (st))
    -#define sk_X509_VERIFY_PARAM_is_sorted(st) SKM_sk_is_sorted(X509_VERIFY_PARAM, (st))
    -
    -#define sk_nid_triple_new(cmp) SKM_sk_new(nid_triple, (cmp))
    -#define sk_nid_triple_new_null() SKM_sk_new_null(nid_triple)
    -#define sk_nid_triple_free(st) SKM_sk_free(nid_triple, (st))
    -#define sk_nid_triple_num(st) SKM_sk_num(nid_triple, (st))
    -#define sk_nid_triple_value(st, i) SKM_sk_value(nid_triple, (st), (i))
    -#define sk_nid_triple_set(st, i, val) SKM_sk_set(nid_triple, (st), (i), (val))
    -#define sk_nid_triple_zero(st) SKM_sk_zero(nid_triple, (st))
    -#define sk_nid_triple_push(st, val) SKM_sk_push(nid_triple, (st), (val))
    -#define sk_nid_triple_unshift(st, val) SKM_sk_unshift(nid_triple, (st), (val))
    -#define sk_nid_triple_find(st, val) SKM_sk_find(nid_triple, (st), (val))
    -#define sk_nid_triple_find_ex(st, val) SKM_sk_find_ex(nid_triple, (st), (val))
    -#define sk_nid_triple_delete(st, i) SKM_sk_delete(nid_triple, (st), (i))
    -#define sk_nid_triple_delete_ptr(st, ptr) SKM_sk_delete_ptr(nid_triple, (st), (ptr))
    -#define sk_nid_triple_insert(st, val, i) SKM_sk_insert(nid_triple, (st), (val), (i))
    -#define sk_nid_triple_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(nid_triple, (st), (cmp))
    -#define sk_nid_triple_dup(st) SKM_sk_dup(nid_triple, st)
    -#define sk_nid_triple_pop_free(st, free_func) SKM_sk_pop_free(nid_triple, (st), (free_func))
    -#define sk_nid_triple_shift(st) SKM_sk_shift(nid_triple, (st))
    -#define sk_nid_triple_pop(st) SKM_sk_pop(nid_triple, (st))
    -#define sk_nid_triple_sort(st) SKM_sk_sort(nid_triple, (st))
    -#define sk_nid_triple_is_sorted(st) SKM_sk_is_sorted(nid_triple, (st))
    -
    -#define sk_void_new(cmp) SKM_sk_new(void, (cmp))
    -#define sk_void_new_null() SKM_sk_new_null(void)
    -#define sk_void_free(st) SKM_sk_free(void, (st))
    -#define sk_void_num(st) SKM_sk_num(void, (st))
    -#define sk_void_value(st, i) SKM_sk_value(void, (st), (i))
    -#define sk_void_set(st, i, val) SKM_sk_set(void, (st), (i), (val))
    -#define sk_void_zero(st) SKM_sk_zero(void, (st))
    -#define sk_void_push(st, val) SKM_sk_push(void, (st), (val))
    -#define sk_void_unshift(st, val) SKM_sk_unshift(void, (st), (val))
    -#define sk_void_find(st, val) SKM_sk_find(void, (st), (val))
    -#define sk_void_find_ex(st, val) SKM_sk_find_ex(void, (st), (val))
    -#define sk_void_delete(st, i) SKM_sk_delete(void, (st), (i))
    -#define sk_void_delete_ptr(st, ptr) SKM_sk_delete_ptr(void, (st), (ptr))
    -#define sk_void_insert(st, val, i) SKM_sk_insert(void, (st), (val), (i))
    -#define sk_void_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(void, (st), (cmp))
    -#define sk_void_dup(st) SKM_sk_dup(void, st)
    -#define sk_void_pop_free(st, free_func) SKM_sk_pop_free(void, (st), (free_func))
    -#define sk_void_shift(st) SKM_sk_shift(void, (st))
    -#define sk_void_pop(st) SKM_sk_pop(void, (st))
    -#define sk_void_sort(st) SKM_sk_sort(void, (st))
    -#define sk_void_is_sorted(st) SKM_sk_is_sorted(void, (st))
    -
    -#define sk_OPENSSL_STRING_new(cmp) ((STACK_OF(OPENSSL_STRING) *)sk_new(CHECKED_SK_CMP_FUNC(char, cmp)))
    -#define sk_OPENSSL_STRING_new_null() ((STACK_OF(OPENSSL_STRING) *)sk_new_null())
    -#define sk_OPENSSL_STRING_push(st, val) sk_push(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_PTR_OF(char, val))
    -#define sk_OPENSSL_STRING_find(st, val) sk_find(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_PTR_OF(char, val))
    -#define sk_OPENSSL_STRING_value(st, i) ((OPENSSL_STRING)sk_value(CHECKED_STACK_OF(OPENSSL_STRING, st), i))
    -#define sk_OPENSSL_STRING_num(st) SKM_sk_num(OPENSSL_STRING, st)
    -#define sk_OPENSSL_STRING_pop_free(st, free_func) sk_pop_free(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_SK_FREE_FUNC2(OPENSSL_STRING, free_func))
    -#define sk_OPENSSL_STRING_insert(st, val, i) sk_insert(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_PTR_OF(char, val), i)
    -#define sk_OPENSSL_STRING_free(st) SKM_sk_free(OPENSSL_STRING, st)
    -#define sk_OPENSSL_STRING_set(st, i, val) sk_set(CHECKED_STACK_OF(OPENSSL_STRING, st), i, CHECKED_PTR_OF(char, val))
    -#define sk_OPENSSL_STRING_zero(st) SKM_sk_zero(OPENSSL_STRING, (st))
    -#define sk_OPENSSL_STRING_unshift(st, val) sk_unshift(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_PTR_OF(char, val))
    -#define sk_OPENSSL_STRING_find_ex(st, val) sk_find_ex((_STACK *)CHECKED_CONST_PTR_OF(STACK_OF(OPENSSL_STRING), st), CHECKED_CONST_PTR_OF(char, val))
    -#define sk_OPENSSL_STRING_delete(st, i) SKM_sk_delete(OPENSSL_STRING, (st), (i))
    -#define sk_OPENSSL_STRING_delete_ptr(st, ptr) (OPENSSL_STRING *)sk_delete_ptr(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_PTR_OF(char, ptr))
    -#define sk_OPENSSL_STRING_set_cmp_func(st, cmp)  \
    -	((int (*)(const char * const *,const char * const *)) \
    -	sk_set_cmp_func(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_SK_CMP_FUNC(char, cmp)))
    -#define sk_OPENSSL_STRING_dup(st) SKM_sk_dup(OPENSSL_STRING, st)
    -#define sk_OPENSSL_STRING_shift(st) SKM_sk_shift(OPENSSL_STRING, (st))
    -#define sk_OPENSSL_STRING_pop(st) (char *)sk_pop(CHECKED_STACK_OF(OPENSSL_STRING, st))
    -#define sk_OPENSSL_STRING_sort(st) SKM_sk_sort(OPENSSL_STRING, (st))
    -#define sk_OPENSSL_STRING_is_sorted(st) SKM_sk_is_sorted(OPENSSL_STRING, (st))
    -
    -
    -#define sk_OPENSSL_BLOCK_new(cmp) ((STACK_OF(OPENSSL_BLOCK) *)sk_new(CHECKED_SK_CMP_FUNC(void, cmp)))
    -#define sk_OPENSSL_BLOCK_new_null() ((STACK_OF(OPENSSL_BLOCK) *)sk_new_null())
    -#define sk_OPENSSL_BLOCK_push(st, val) sk_push(CHECKED_STACK_OF(OPENSSL_BLOCK, st), CHECKED_PTR_OF(void, val))
    -#define sk_OPENSSL_BLOCK_find(st, val) sk_find(CHECKED_STACK_OF(OPENSSL_BLOCK, st), CHECKED_PTR_OF(void, val))
    -#define sk_OPENSSL_BLOCK_value(st, i) ((OPENSSL_BLOCK)sk_value(CHECKED_STACK_OF(OPENSSL_BLOCK, st), i))
    -#define sk_OPENSSL_BLOCK_num(st) SKM_sk_num(OPENSSL_BLOCK, st)
    -#define sk_OPENSSL_BLOCK_pop_free(st, free_func) sk_pop_free(CHECKED_STACK_OF(OPENSSL_BLOCK, st), CHECKED_SK_FREE_FUNC2(OPENSSL_BLOCK, free_func))
    -#define sk_OPENSSL_BLOCK_insert(st, val, i) sk_insert(CHECKED_STACK_OF(OPENSSL_BLOCK, st), CHECKED_PTR_OF(void, val), i)
    -#define sk_OPENSSL_BLOCK_free(st) SKM_sk_free(OPENSSL_BLOCK, st)
    -#define sk_OPENSSL_BLOCK_set(st, i, val) sk_set(CHECKED_STACK_OF(OPENSSL_BLOCK, st), i, CHECKED_PTR_OF(void, val))
    -#define sk_OPENSSL_BLOCK_zero(st) SKM_sk_zero(OPENSSL_BLOCK, (st))
    -#define sk_OPENSSL_BLOCK_unshift(st, val) sk_unshift(CHECKED_STACK_OF(OPENSSL_BLOCK, st), CHECKED_PTR_OF(void, val))
    -#define sk_OPENSSL_BLOCK_find_ex(st, val) sk_find_ex((_STACK *)CHECKED_CONST_PTR_OF(STACK_OF(OPENSSL_BLOCK), st), CHECKED_CONST_PTR_OF(void, val))
    -#define sk_OPENSSL_BLOCK_delete(st, i) SKM_sk_delete(OPENSSL_BLOCK, (st), (i))
    -#define sk_OPENSSL_BLOCK_delete_ptr(st, ptr) (OPENSSL_BLOCK *)sk_delete_ptr(CHECKED_STACK_OF(OPENSSL_BLOCK, st), CHECKED_PTR_OF(void, ptr))
    -#define sk_OPENSSL_BLOCK_set_cmp_func(st, cmp)  \
    -	((int (*)(const void * const *,const void * const *)) \
    -	sk_set_cmp_func(CHECKED_STACK_OF(OPENSSL_BLOCK, st), CHECKED_SK_CMP_FUNC(void, cmp)))
    -#define sk_OPENSSL_BLOCK_dup(st) SKM_sk_dup(OPENSSL_BLOCK, st)
    -#define sk_OPENSSL_BLOCK_shift(st) SKM_sk_shift(OPENSSL_BLOCK, (st))
    -#define sk_OPENSSL_BLOCK_pop(st) (void *)sk_pop(CHECKED_STACK_OF(OPENSSL_BLOCK, st))
    -#define sk_OPENSSL_BLOCK_sort(st) SKM_sk_sort(OPENSSL_BLOCK, (st))
    -#define sk_OPENSSL_BLOCK_is_sorted(st) SKM_sk_is_sorted(OPENSSL_BLOCK, (st))
    -
    -
    -#define sk_OPENSSL_PSTRING_new(cmp) ((STACK_OF(OPENSSL_PSTRING) *)sk_new(CHECKED_SK_CMP_FUNC(OPENSSL_STRING, cmp)))
    -#define sk_OPENSSL_PSTRING_new_null() ((STACK_OF(OPENSSL_PSTRING) *)sk_new_null())
    -#define sk_OPENSSL_PSTRING_push(st, val) sk_push(CHECKED_STACK_OF(OPENSSL_PSTRING, st), CHECKED_PTR_OF(OPENSSL_STRING, val))
    -#define sk_OPENSSL_PSTRING_find(st, val) sk_find(CHECKED_STACK_OF(OPENSSL_PSTRING, st), CHECKED_PTR_OF(OPENSSL_STRING, val))
    -#define sk_OPENSSL_PSTRING_value(st, i) ((OPENSSL_PSTRING)sk_value(CHECKED_STACK_OF(OPENSSL_PSTRING, st), i))
    -#define sk_OPENSSL_PSTRING_num(st) SKM_sk_num(OPENSSL_PSTRING, st)
    -#define sk_OPENSSL_PSTRING_pop_free(st, free_func) sk_pop_free(CHECKED_STACK_OF(OPENSSL_PSTRING, st), CHECKED_SK_FREE_FUNC2(OPENSSL_PSTRING, free_func))
    -#define sk_OPENSSL_PSTRING_insert(st, val, i) sk_insert(CHECKED_STACK_OF(OPENSSL_PSTRING, st), CHECKED_PTR_OF(OPENSSL_STRING, val), i)
    -#define sk_OPENSSL_PSTRING_free(st) SKM_sk_free(OPENSSL_PSTRING, st)
    -#define sk_OPENSSL_PSTRING_set(st, i, val) sk_set(CHECKED_STACK_OF(OPENSSL_PSTRING, st), i, CHECKED_PTR_OF(OPENSSL_STRING, val))
    -#define sk_OPENSSL_PSTRING_zero(st) SKM_sk_zero(OPENSSL_PSTRING, (st))
    -#define sk_OPENSSL_PSTRING_unshift(st, val) sk_unshift(CHECKED_STACK_OF(OPENSSL_PSTRING, st), CHECKED_PTR_OF(OPENSSL_STRING, val))
    -#define sk_OPENSSL_PSTRING_find_ex(st, val) sk_find_ex((_STACK *)CHECKED_CONST_PTR_OF(STACK_OF(OPENSSL_PSTRING), st), CHECKED_CONST_PTR_OF(OPENSSL_STRING, val))
    -#define sk_OPENSSL_PSTRING_delete(st, i) SKM_sk_delete(OPENSSL_PSTRING, (st), (i))
    -#define sk_OPENSSL_PSTRING_delete_ptr(st, ptr) (OPENSSL_PSTRING *)sk_delete_ptr(CHECKED_STACK_OF(OPENSSL_PSTRING, st), CHECKED_PTR_OF(OPENSSL_STRING, ptr))
    -#define sk_OPENSSL_PSTRING_set_cmp_func(st, cmp)  \
    -	((int (*)(const OPENSSL_STRING * const *,const OPENSSL_STRING * const *)) \
    -	sk_set_cmp_func(CHECKED_STACK_OF(OPENSSL_PSTRING, st), CHECKED_SK_CMP_FUNC(OPENSSL_STRING, cmp)))
    -#define sk_OPENSSL_PSTRING_dup(st) SKM_sk_dup(OPENSSL_PSTRING, st)
    -#define sk_OPENSSL_PSTRING_shift(st) SKM_sk_shift(OPENSSL_PSTRING, (st))
    -#define sk_OPENSSL_PSTRING_pop(st) (OPENSSL_STRING *)sk_pop(CHECKED_STACK_OF(OPENSSL_PSTRING, st))
    -#define sk_OPENSSL_PSTRING_sort(st) SKM_sk_sort(OPENSSL_PSTRING, (st))
    -#define sk_OPENSSL_PSTRING_is_sorted(st) SKM_sk_is_sorted(OPENSSL_PSTRING, (st))
    -
    -
    -#define d2i_ASN1_SET_OF_ACCESS_DESCRIPTION(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    -	SKM_ASN1_SET_OF_d2i(ACCESS_DESCRIPTION, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
    -#define i2d_ASN1_SET_OF_ACCESS_DESCRIPTION(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    -	SKM_ASN1_SET_OF_i2d(ACCESS_DESCRIPTION, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    -#define ASN1_seq_pack_ACCESS_DESCRIPTION(st, i2d_func, buf, len) \
    -	SKM_ASN1_seq_pack(ACCESS_DESCRIPTION, (st), (i2d_func), (buf), (len))
    -#define ASN1_seq_unpack_ACCESS_DESCRIPTION(buf, len, d2i_func, free_func) \
    -	SKM_ASN1_seq_unpack(ACCESS_DESCRIPTION, (buf), (len), (d2i_func), (free_func))
    -
    -#define d2i_ASN1_SET_OF_ASN1_INTEGER(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    -	SKM_ASN1_SET_OF_d2i(ASN1_INTEGER, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
    -#define i2d_ASN1_SET_OF_ASN1_INTEGER(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    -	SKM_ASN1_SET_OF_i2d(ASN1_INTEGER, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    -#define ASN1_seq_pack_ASN1_INTEGER(st, i2d_func, buf, len) \
    -	SKM_ASN1_seq_pack(ASN1_INTEGER, (st), (i2d_func), (buf), (len))
    -#define ASN1_seq_unpack_ASN1_INTEGER(buf, len, d2i_func, free_func) \
    -	SKM_ASN1_seq_unpack(ASN1_INTEGER, (buf), (len), (d2i_func), (free_func))
    -
    -#define d2i_ASN1_SET_OF_ASN1_OBJECT(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    -	SKM_ASN1_SET_OF_d2i(ASN1_OBJECT, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
    -#define i2d_ASN1_SET_OF_ASN1_OBJECT(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    -	SKM_ASN1_SET_OF_i2d(ASN1_OBJECT, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    -#define ASN1_seq_pack_ASN1_OBJECT(st, i2d_func, buf, len) \
    -	SKM_ASN1_seq_pack(ASN1_OBJECT, (st), (i2d_func), (buf), (len))
    -#define ASN1_seq_unpack_ASN1_OBJECT(buf, len, d2i_func, free_func) \
    -	SKM_ASN1_seq_unpack(ASN1_OBJECT, (buf), (len), (d2i_func), (free_func))
    -
    -#define d2i_ASN1_SET_OF_ASN1_TYPE(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    -	SKM_ASN1_SET_OF_d2i(ASN1_TYPE, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
    -#define i2d_ASN1_SET_OF_ASN1_TYPE(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    -	SKM_ASN1_SET_OF_i2d(ASN1_TYPE, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    -#define ASN1_seq_pack_ASN1_TYPE(st, i2d_func, buf, len) \
    -	SKM_ASN1_seq_pack(ASN1_TYPE, (st), (i2d_func), (buf), (len))
    -#define ASN1_seq_unpack_ASN1_TYPE(buf, len, d2i_func, free_func) \
    -	SKM_ASN1_seq_unpack(ASN1_TYPE, (buf), (len), (d2i_func), (free_func))
    -
    -#define d2i_ASN1_SET_OF_ASN1_UTF8STRING(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    -	SKM_ASN1_SET_OF_d2i(ASN1_UTF8STRING, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
    -#define i2d_ASN1_SET_OF_ASN1_UTF8STRING(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    -	SKM_ASN1_SET_OF_i2d(ASN1_UTF8STRING, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    -#define ASN1_seq_pack_ASN1_UTF8STRING(st, i2d_func, buf, len) \
    -	SKM_ASN1_seq_pack(ASN1_UTF8STRING, (st), (i2d_func), (buf), (len))
    -#define ASN1_seq_unpack_ASN1_UTF8STRING(buf, len, d2i_func, free_func) \
    -	SKM_ASN1_seq_unpack(ASN1_UTF8STRING, (buf), (len), (d2i_func), (free_func))
    -
    -#define d2i_ASN1_SET_OF_DIST_POINT(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    -	SKM_ASN1_SET_OF_d2i(DIST_POINT, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
    -#define i2d_ASN1_SET_OF_DIST_POINT(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    -	SKM_ASN1_SET_OF_i2d(DIST_POINT, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    -#define ASN1_seq_pack_DIST_POINT(st, i2d_func, buf, len) \
    -	SKM_ASN1_seq_pack(DIST_POINT, (st), (i2d_func), (buf), (len))
    -#define ASN1_seq_unpack_DIST_POINT(buf, len, d2i_func, free_func) \
    -	SKM_ASN1_seq_unpack(DIST_POINT, (buf), (len), (d2i_func), (free_func))
    -
    -#define d2i_ASN1_SET_OF_ESS_CERT_ID(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    -	SKM_ASN1_SET_OF_d2i(ESS_CERT_ID, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
    -#define i2d_ASN1_SET_OF_ESS_CERT_ID(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    -	SKM_ASN1_SET_OF_i2d(ESS_CERT_ID, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    -#define ASN1_seq_pack_ESS_CERT_ID(st, i2d_func, buf, len) \
    -	SKM_ASN1_seq_pack(ESS_CERT_ID, (st), (i2d_func), (buf), (len))
    -#define ASN1_seq_unpack_ESS_CERT_ID(buf, len, d2i_func, free_func) \
    -	SKM_ASN1_seq_unpack(ESS_CERT_ID, (buf), (len), (d2i_func), (free_func))
    -
    -#define d2i_ASN1_SET_OF_EVP_MD(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    -	SKM_ASN1_SET_OF_d2i(EVP_MD, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
    -#define i2d_ASN1_SET_OF_EVP_MD(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    -	SKM_ASN1_SET_OF_i2d(EVP_MD, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    -#define ASN1_seq_pack_EVP_MD(st, i2d_func, buf, len) \
    -	SKM_ASN1_seq_pack(EVP_MD, (st), (i2d_func), (buf), (len))
    -#define ASN1_seq_unpack_EVP_MD(buf, len, d2i_func, free_func) \
    -	SKM_ASN1_seq_unpack(EVP_MD, (buf), (len), (d2i_func), (free_func))
    -
    -#define d2i_ASN1_SET_OF_GENERAL_NAME(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    -	SKM_ASN1_SET_OF_d2i(GENERAL_NAME, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
    -#define i2d_ASN1_SET_OF_GENERAL_NAME(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    -	SKM_ASN1_SET_OF_i2d(GENERAL_NAME, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    -#define ASN1_seq_pack_GENERAL_NAME(st, i2d_func, buf, len) \
    -	SKM_ASN1_seq_pack(GENERAL_NAME, (st), (i2d_func), (buf), (len))
    -#define ASN1_seq_unpack_GENERAL_NAME(buf, len, d2i_func, free_func) \
    -	SKM_ASN1_seq_unpack(GENERAL_NAME, (buf), (len), (d2i_func), (free_func))
    -
    -#define d2i_ASN1_SET_OF_OCSP_ONEREQ(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    -	SKM_ASN1_SET_OF_d2i(OCSP_ONEREQ, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
    -#define i2d_ASN1_SET_OF_OCSP_ONEREQ(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    -	SKM_ASN1_SET_OF_i2d(OCSP_ONEREQ, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    -#define ASN1_seq_pack_OCSP_ONEREQ(st, i2d_func, buf, len) \
    -	SKM_ASN1_seq_pack(OCSP_ONEREQ, (st), (i2d_func), (buf), (len))
    -#define ASN1_seq_unpack_OCSP_ONEREQ(buf, len, d2i_func, free_func) \
    -	SKM_ASN1_seq_unpack(OCSP_ONEREQ, (buf), (len), (d2i_func), (free_func))
    -
    -#define d2i_ASN1_SET_OF_OCSP_SINGLERESP(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    -	SKM_ASN1_SET_OF_d2i(OCSP_SINGLERESP, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
    -#define i2d_ASN1_SET_OF_OCSP_SINGLERESP(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    -	SKM_ASN1_SET_OF_i2d(OCSP_SINGLERESP, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    -#define ASN1_seq_pack_OCSP_SINGLERESP(st, i2d_func, buf, len) \
    -	SKM_ASN1_seq_pack(OCSP_SINGLERESP, (st), (i2d_func), (buf), (len))
    -#define ASN1_seq_unpack_OCSP_SINGLERESP(buf, len, d2i_func, free_func) \
    -	SKM_ASN1_seq_unpack(OCSP_SINGLERESP, (buf), (len), (d2i_func), (free_func))
    -
    -#define d2i_ASN1_SET_OF_PKCS12_SAFEBAG(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    -	SKM_ASN1_SET_OF_d2i(PKCS12_SAFEBAG, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
    -#define i2d_ASN1_SET_OF_PKCS12_SAFEBAG(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    -	SKM_ASN1_SET_OF_i2d(PKCS12_SAFEBAG, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    -#define ASN1_seq_pack_PKCS12_SAFEBAG(st, i2d_func, buf, len) \
    -	SKM_ASN1_seq_pack(PKCS12_SAFEBAG, (st), (i2d_func), (buf), (len))
    -#define ASN1_seq_unpack_PKCS12_SAFEBAG(buf, len, d2i_func, free_func) \
    -	SKM_ASN1_seq_unpack(PKCS12_SAFEBAG, (buf), (len), (d2i_func), (free_func))
    -
    -#define d2i_ASN1_SET_OF_PKCS7(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    -	SKM_ASN1_SET_OF_d2i(PKCS7, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
    -#define i2d_ASN1_SET_OF_PKCS7(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    -	SKM_ASN1_SET_OF_i2d(PKCS7, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    -#define ASN1_seq_pack_PKCS7(st, i2d_func, buf, len) \
    -	SKM_ASN1_seq_pack(PKCS7, (st), (i2d_func), (buf), (len))
    -#define ASN1_seq_unpack_PKCS7(buf, len, d2i_func, free_func) \
    -	SKM_ASN1_seq_unpack(PKCS7, (buf), (len), (d2i_func), (free_func))
    -
    -#define d2i_ASN1_SET_OF_PKCS7_RECIP_INFO(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    -	SKM_ASN1_SET_OF_d2i(PKCS7_RECIP_INFO, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
    -#define i2d_ASN1_SET_OF_PKCS7_RECIP_INFO(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    -	SKM_ASN1_SET_OF_i2d(PKCS7_RECIP_INFO, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    -#define ASN1_seq_pack_PKCS7_RECIP_INFO(st, i2d_func, buf, len) \
    -	SKM_ASN1_seq_pack(PKCS7_RECIP_INFO, (st), (i2d_func), (buf), (len))
    -#define ASN1_seq_unpack_PKCS7_RECIP_INFO(buf, len, d2i_func, free_func) \
    -	SKM_ASN1_seq_unpack(PKCS7_RECIP_INFO, (buf), (len), (d2i_func), (free_func))
    -
    -#define d2i_ASN1_SET_OF_PKCS7_SIGNER_INFO(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    -	SKM_ASN1_SET_OF_d2i(PKCS7_SIGNER_INFO, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
    -#define i2d_ASN1_SET_OF_PKCS7_SIGNER_INFO(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    -	SKM_ASN1_SET_OF_i2d(PKCS7_SIGNER_INFO, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    -#define ASN1_seq_pack_PKCS7_SIGNER_INFO(st, i2d_func, buf, len) \
    -	SKM_ASN1_seq_pack(PKCS7_SIGNER_INFO, (st), (i2d_func), (buf), (len))
    -#define ASN1_seq_unpack_PKCS7_SIGNER_INFO(buf, len, d2i_func, free_func) \
    -	SKM_ASN1_seq_unpack(PKCS7_SIGNER_INFO, (buf), (len), (d2i_func), (free_func))
    -
    -#define d2i_ASN1_SET_OF_POLICYINFO(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    -	SKM_ASN1_SET_OF_d2i(POLICYINFO, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
    -#define i2d_ASN1_SET_OF_POLICYINFO(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    -	SKM_ASN1_SET_OF_i2d(POLICYINFO, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    -#define ASN1_seq_pack_POLICYINFO(st, i2d_func, buf, len) \
    -	SKM_ASN1_seq_pack(POLICYINFO, (st), (i2d_func), (buf), (len))
    -#define ASN1_seq_unpack_POLICYINFO(buf, len, d2i_func, free_func) \
    -	SKM_ASN1_seq_unpack(POLICYINFO, (buf), (len), (d2i_func), (free_func))
    -
    -#define d2i_ASN1_SET_OF_POLICYQUALINFO(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    -	SKM_ASN1_SET_OF_d2i(POLICYQUALINFO, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
    -#define i2d_ASN1_SET_OF_POLICYQUALINFO(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    -	SKM_ASN1_SET_OF_i2d(POLICYQUALINFO, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    -#define ASN1_seq_pack_POLICYQUALINFO(st, i2d_func, buf, len) \
    -	SKM_ASN1_seq_pack(POLICYQUALINFO, (st), (i2d_func), (buf), (len))
    -#define ASN1_seq_unpack_POLICYQUALINFO(buf, len, d2i_func, free_func) \
    -	SKM_ASN1_seq_unpack(POLICYQUALINFO, (buf), (len), (d2i_func), (free_func))
    -
    -#define d2i_ASN1_SET_OF_SXNETID(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    -	SKM_ASN1_SET_OF_d2i(SXNETID, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
    -#define i2d_ASN1_SET_OF_SXNETID(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    -	SKM_ASN1_SET_OF_i2d(SXNETID, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    -#define ASN1_seq_pack_SXNETID(st, i2d_func, buf, len) \
    -	SKM_ASN1_seq_pack(SXNETID, (st), (i2d_func), (buf), (len))
    -#define ASN1_seq_unpack_SXNETID(buf, len, d2i_func, free_func) \
    -	SKM_ASN1_seq_unpack(SXNETID, (buf), (len), (d2i_func), (free_func))
    -
    -#define d2i_ASN1_SET_OF_X509(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    -	SKM_ASN1_SET_OF_d2i(X509, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
    -#define i2d_ASN1_SET_OF_X509(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    -	SKM_ASN1_SET_OF_i2d(X509, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    -#define ASN1_seq_pack_X509(st, i2d_func, buf, len) \
    -	SKM_ASN1_seq_pack(X509, (st), (i2d_func), (buf), (len))
    -#define ASN1_seq_unpack_X509(buf, len, d2i_func, free_func) \
    -	SKM_ASN1_seq_unpack(X509, (buf), (len), (d2i_func), (free_func))
    -
    -#define d2i_ASN1_SET_OF_X509_ALGOR(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    -	SKM_ASN1_SET_OF_d2i(X509_ALGOR, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
    -#define i2d_ASN1_SET_OF_X509_ALGOR(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    -	SKM_ASN1_SET_OF_i2d(X509_ALGOR, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    -#define ASN1_seq_pack_X509_ALGOR(st, i2d_func, buf, len) \
    -	SKM_ASN1_seq_pack(X509_ALGOR, (st), (i2d_func), (buf), (len))
    -#define ASN1_seq_unpack_X509_ALGOR(buf, len, d2i_func, free_func) \
    -	SKM_ASN1_seq_unpack(X509_ALGOR, (buf), (len), (d2i_func), (free_func))
    -
    -#define d2i_ASN1_SET_OF_X509_ATTRIBUTE(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    -	SKM_ASN1_SET_OF_d2i(X509_ATTRIBUTE, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
    -#define i2d_ASN1_SET_OF_X509_ATTRIBUTE(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    -	SKM_ASN1_SET_OF_i2d(X509_ATTRIBUTE, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    -#define ASN1_seq_pack_X509_ATTRIBUTE(st, i2d_func, buf, len) \
    -	SKM_ASN1_seq_pack(X509_ATTRIBUTE, (st), (i2d_func), (buf), (len))
    -#define ASN1_seq_unpack_X509_ATTRIBUTE(buf, len, d2i_func, free_func) \
    -	SKM_ASN1_seq_unpack(X509_ATTRIBUTE, (buf), (len), (d2i_func), (free_func))
    -
    -#define d2i_ASN1_SET_OF_X509_CRL(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    -	SKM_ASN1_SET_OF_d2i(X509_CRL, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
    -#define i2d_ASN1_SET_OF_X509_CRL(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    -	SKM_ASN1_SET_OF_i2d(X509_CRL, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    -#define ASN1_seq_pack_X509_CRL(st, i2d_func, buf, len) \
    -	SKM_ASN1_seq_pack(X509_CRL, (st), (i2d_func), (buf), (len))
    -#define ASN1_seq_unpack_X509_CRL(buf, len, d2i_func, free_func) \
    -	SKM_ASN1_seq_unpack(X509_CRL, (buf), (len), (d2i_func), (free_func))
    -
    -#define d2i_ASN1_SET_OF_X509_EXTENSION(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    -	SKM_ASN1_SET_OF_d2i(X509_EXTENSION, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
    -#define i2d_ASN1_SET_OF_X509_EXTENSION(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    -	SKM_ASN1_SET_OF_i2d(X509_EXTENSION, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    -#define ASN1_seq_pack_X509_EXTENSION(st, i2d_func, buf, len) \
    -	SKM_ASN1_seq_pack(X509_EXTENSION, (st), (i2d_func), (buf), (len))
    -#define ASN1_seq_unpack_X509_EXTENSION(buf, len, d2i_func, free_func) \
    -	SKM_ASN1_seq_unpack(X509_EXTENSION, (buf), (len), (d2i_func), (free_func))
    -
    -#define d2i_ASN1_SET_OF_X509_NAME_ENTRY(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    -	SKM_ASN1_SET_OF_d2i(X509_NAME_ENTRY, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
    -#define i2d_ASN1_SET_OF_X509_NAME_ENTRY(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    -	SKM_ASN1_SET_OF_i2d(X509_NAME_ENTRY, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    -#define ASN1_seq_pack_X509_NAME_ENTRY(st, i2d_func, buf, len) \
    -	SKM_ASN1_seq_pack(X509_NAME_ENTRY, (st), (i2d_func), (buf), (len))
    -#define ASN1_seq_unpack_X509_NAME_ENTRY(buf, len, d2i_func, free_func) \
    -	SKM_ASN1_seq_unpack(X509_NAME_ENTRY, (buf), (len), (d2i_func), (free_func))
    -
    -#define d2i_ASN1_SET_OF_X509_REVOKED(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    -	SKM_ASN1_SET_OF_d2i(X509_REVOKED, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
    -#define i2d_ASN1_SET_OF_X509_REVOKED(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    -	SKM_ASN1_SET_OF_i2d(X509_REVOKED, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    -#define ASN1_seq_pack_X509_REVOKED(st, i2d_func, buf, len) \
    -	SKM_ASN1_seq_pack(X509_REVOKED, (st), (i2d_func), (buf), (len))
    -#define ASN1_seq_unpack_X509_REVOKED(buf, len, d2i_func, free_func) \
    -	SKM_ASN1_seq_unpack(X509_REVOKED, (buf), (len), (d2i_func), (free_func))
    -
    -#define PKCS12_decrypt_d2i_PKCS12_SAFEBAG(algor, d2i_func, free_func, pass, passlen, oct, seq) \
    -	SKM_PKCS12_decrypt_d2i(PKCS12_SAFEBAG, (algor), (d2i_func), (free_func), (pass), (passlen), (oct), (seq))
    -
    -#define PKCS12_decrypt_d2i_PKCS7(algor, d2i_func, free_func, pass, passlen, oct, seq) \
    -	SKM_PKCS12_decrypt_d2i(PKCS7, (algor), (d2i_func), (free_func), (pass), (passlen), (oct), (seq))
    -
    -#define lh_ADDED_OBJ_new() LHM_lh_new(ADDED_OBJ,added_obj)
    -#define lh_ADDED_OBJ_insert(lh,inst) LHM_lh_insert(ADDED_OBJ,lh,inst)
    -#define lh_ADDED_OBJ_retrieve(lh,inst) LHM_lh_retrieve(ADDED_OBJ,lh,inst)
    -#define lh_ADDED_OBJ_delete(lh,inst) LHM_lh_delete(ADDED_OBJ,lh,inst)
    -#define lh_ADDED_OBJ_doall(lh,fn) LHM_lh_doall(ADDED_OBJ,lh,fn)
    -#define lh_ADDED_OBJ_doall_arg(lh,fn,arg_type,arg) \
    +                                CHECKED_I2D_OF(type, i2d_func), \
    +                                ex_tag, ex_class, is_set)
    +# define SKM_ASN1_seq_pack(type, st, i2d_func, buf, len) \
    +        ASN1_seq_pack(CHECKED_PTR_OF(STACK_OF(type), st), \
    +                        CHECKED_I2D_OF(type, i2d_func), buf, len)
    +# define SKM_ASN1_seq_unpack(type, buf, len, d2i_func, free_func) \
    +        (STACK_OF(type) *)ASN1_seq_unpack(buf, len, CHECKED_D2I_OF(type, d2i_func), CHECKED_SK_FREE_FUNC(type, free_func))
    +# define SKM_PKCS12_decrypt_d2i(type, algor, d2i_func, free_func, pass, passlen, oct, seq) \
    +        (STACK_OF(type) *)PKCS12_decrypt_d2i(algor, \
    +                                CHECKED_D2I_OF(type, d2i_func), \
    +                                CHECKED_SK_FREE_FUNC(type, free_func), \
    +                                pass, passlen, oct, seq)
    +/*
    + * This block of defines is updated by util/mkstack.pl, please do not touch!
    + */
    +# define sk_ACCESS_DESCRIPTION_new(cmp) SKM_sk_new(ACCESS_DESCRIPTION, (cmp))
    +# define sk_ACCESS_DESCRIPTION_new_null() SKM_sk_new_null(ACCESS_DESCRIPTION)
    +# define sk_ACCESS_DESCRIPTION_free(st) SKM_sk_free(ACCESS_DESCRIPTION, (st))
    +# define sk_ACCESS_DESCRIPTION_num(st) SKM_sk_num(ACCESS_DESCRIPTION, (st))
    +# define sk_ACCESS_DESCRIPTION_value(st, i) SKM_sk_value(ACCESS_DESCRIPTION, (st), (i))
    +# define sk_ACCESS_DESCRIPTION_set(st, i, val) SKM_sk_set(ACCESS_DESCRIPTION, (st), (i), (val))
    +# define sk_ACCESS_DESCRIPTION_zero(st) SKM_sk_zero(ACCESS_DESCRIPTION, (st))
    +# define sk_ACCESS_DESCRIPTION_push(st, val) SKM_sk_push(ACCESS_DESCRIPTION, (st), (val))
    +# define sk_ACCESS_DESCRIPTION_unshift(st, val) SKM_sk_unshift(ACCESS_DESCRIPTION, (st), (val))
    +# define sk_ACCESS_DESCRIPTION_find(st, val) SKM_sk_find(ACCESS_DESCRIPTION, (st), (val))
    +# define sk_ACCESS_DESCRIPTION_find_ex(st, val) SKM_sk_find_ex(ACCESS_DESCRIPTION, (st), (val))
    +# define sk_ACCESS_DESCRIPTION_delete(st, i) SKM_sk_delete(ACCESS_DESCRIPTION, (st), (i))
    +# define sk_ACCESS_DESCRIPTION_delete_ptr(st, ptr) SKM_sk_delete_ptr(ACCESS_DESCRIPTION, (st), (ptr))
    +# define sk_ACCESS_DESCRIPTION_insert(st, val, i) SKM_sk_insert(ACCESS_DESCRIPTION, (st), (val), (i))
    +# define sk_ACCESS_DESCRIPTION_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ACCESS_DESCRIPTION, (st), (cmp))
    +# define sk_ACCESS_DESCRIPTION_dup(st) SKM_sk_dup(ACCESS_DESCRIPTION, st)
    +# define sk_ACCESS_DESCRIPTION_pop_free(st, free_func) SKM_sk_pop_free(ACCESS_DESCRIPTION, (st), (free_func))
    +# define sk_ACCESS_DESCRIPTION_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(ACCESS_DESCRIPTION, (st), (copy_func), (free_func))
    +# define sk_ACCESS_DESCRIPTION_shift(st) SKM_sk_shift(ACCESS_DESCRIPTION, (st))
    +# define sk_ACCESS_DESCRIPTION_pop(st) SKM_sk_pop(ACCESS_DESCRIPTION, (st))
    +# define sk_ACCESS_DESCRIPTION_sort(st) SKM_sk_sort(ACCESS_DESCRIPTION, (st))
    +# define sk_ACCESS_DESCRIPTION_is_sorted(st) SKM_sk_is_sorted(ACCESS_DESCRIPTION, (st))
    +# define sk_ASIdOrRange_new(cmp) SKM_sk_new(ASIdOrRange, (cmp))
    +# define sk_ASIdOrRange_new_null() SKM_sk_new_null(ASIdOrRange)
    +# define sk_ASIdOrRange_free(st) SKM_sk_free(ASIdOrRange, (st))
    +# define sk_ASIdOrRange_num(st) SKM_sk_num(ASIdOrRange, (st))
    +# define sk_ASIdOrRange_value(st, i) SKM_sk_value(ASIdOrRange, (st), (i))
    +# define sk_ASIdOrRange_set(st, i, val) SKM_sk_set(ASIdOrRange, (st), (i), (val))
    +# define sk_ASIdOrRange_zero(st) SKM_sk_zero(ASIdOrRange, (st))
    +# define sk_ASIdOrRange_push(st, val) SKM_sk_push(ASIdOrRange, (st), (val))
    +# define sk_ASIdOrRange_unshift(st, val) SKM_sk_unshift(ASIdOrRange, (st), (val))
    +# define sk_ASIdOrRange_find(st, val) SKM_sk_find(ASIdOrRange, (st), (val))
    +# define sk_ASIdOrRange_find_ex(st, val) SKM_sk_find_ex(ASIdOrRange, (st), (val))
    +# define sk_ASIdOrRange_delete(st, i) SKM_sk_delete(ASIdOrRange, (st), (i))
    +# define sk_ASIdOrRange_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASIdOrRange, (st), (ptr))
    +# define sk_ASIdOrRange_insert(st, val, i) SKM_sk_insert(ASIdOrRange, (st), (val), (i))
    +# define sk_ASIdOrRange_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASIdOrRange, (st), (cmp))
    +# define sk_ASIdOrRange_dup(st) SKM_sk_dup(ASIdOrRange, st)
    +# define sk_ASIdOrRange_pop_free(st, free_func) SKM_sk_pop_free(ASIdOrRange, (st), (free_func))
    +# define sk_ASIdOrRange_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(ASIdOrRange, (st), (copy_func), (free_func))
    +# define sk_ASIdOrRange_shift(st) SKM_sk_shift(ASIdOrRange, (st))
    +# define sk_ASIdOrRange_pop(st) SKM_sk_pop(ASIdOrRange, (st))
    +# define sk_ASIdOrRange_sort(st) SKM_sk_sort(ASIdOrRange, (st))
    +# define sk_ASIdOrRange_is_sorted(st) SKM_sk_is_sorted(ASIdOrRange, (st))
    +# define sk_ASN1_GENERALSTRING_new(cmp) SKM_sk_new(ASN1_GENERALSTRING, (cmp))
    +# define sk_ASN1_GENERALSTRING_new_null() SKM_sk_new_null(ASN1_GENERALSTRING)
    +# define sk_ASN1_GENERALSTRING_free(st) SKM_sk_free(ASN1_GENERALSTRING, (st))
    +# define sk_ASN1_GENERALSTRING_num(st) SKM_sk_num(ASN1_GENERALSTRING, (st))
    +# define sk_ASN1_GENERALSTRING_value(st, i) SKM_sk_value(ASN1_GENERALSTRING, (st), (i))
    +# define sk_ASN1_GENERALSTRING_set(st, i, val) SKM_sk_set(ASN1_GENERALSTRING, (st), (i), (val))
    +# define sk_ASN1_GENERALSTRING_zero(st) SKM_sk_zero(ASN1_GENERALSTRING, (st))
    +# define sk_ASN1_GENERALSTRING_push(st, val) SKM_sk_push(ASN1_GENERALSTRING, (st), (val))
    +# define sk_ASN1_GENERALSTRING_unshift(st, val) SKM_sk_unshift(ASN1_GENERALSTRING, (st), (val))
    +# define sk_ASN1_GENERALSTRING_find(st, val) SKM_sk_find(ASN1_GENERALSTRING, (st), (val))
    +# define sk_ASN1_GENERALSTRING_find_ex(st, val) SKM_sk_find_ex(ASN1_GENERALSTRING, (st), (val))
    +# define sk_ASN1_GENERALSTRING_delete(st, i) SKM_sk_delete(ASN1_GENERALSTRING, (st), (i))
    +# define sk_ASN1_GENERALSTRING_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASN1_GENERALSTRING, (st), (ptr))
    +# define sk_ASN1_GENERALSTRING_insert(st, val, i) SKM_sk_insert(ASN1_GENERALSTRING, (st), (val), (i))
    +# define sk_ASN1_GENERALSTRING_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASN1_GENERALSTRING, (st), (cmp))
    +# define sk_ASN1_GENERALSTRING_dup(st) SKM_sk_dup(ASN1_GENERALSTRING, st)
    +# define sk_ASN1_GENERALSTRING_pop_free(st, free_func) SKM_sk_pop_free(ASN1_GENERALSTRING, (st), (free_func))
    +# define sk_ASN1_GENERALSTRING_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(ASN1_GENERALSTRING, (st), (copy_func), (free_func))
    +# define sk_ASN1_GENERALSTRING_shift(st) SKM_sk_shift(ASN1_GENERALSTRING, (st))
    +# define sk_ASN1_GENERALSTRING_pop(st) SKM_sk_pop(ASN1_GENERALSTRING, (st))
    +# define sk_ASN1_GENERALSTRING_sort(st) SKM_sk_sort(ASN1_GENERALSTRING, (st))
    +# define sk_ASN1_GENERALSTRING_is_sorted(st) SKM_sk_is_sorted(ASN1_GENERALSTRING, (st))
    +# define sk_ASN1_INTEGER_new(cmp) SKM_sk_new(ASN1_INTEGER, (cmp))
    +# define sk_ASN1_INTEGER_new_null() SKM_sk_new_null(ASN1_INTEGER)
    +# define sk_ASN1_INTEGER_free(st) SKM_sk_free(ASN1_INTEGER, (st))
    +# define sk_ASN1_INTEGER_num(st) SKM_sk_num(ASN1_INTEGER, (st))
    +# define sk_ASN1_INTEGER_value(st, i) SKM_sk_value(ASN1_INTEGER, (st), (i))
    +# define sk_ASN1_INTEGER_set(st, i, val) SKM_sk_set(ASN1_INTEGER, (st), (i), (val))
    +# define sk_ASN1_INTEGER_zero(st) SKM_sk_zero(ASN1_INTEGER, (st))
    +# define sk_ASN1_INTEGER_push(st, val) SKM_sk_push(ASN1_INTEGER, (st), (val))
    +# define sk_ASN1_INTEGER_unshift(st, val) SKM_sk_unshift(ASN1_INTEGER, (st), (val))
    +# define sk_ASN1_INTEGER_find(st, val) SKM_sk_find(ASN1_INTEGER, (st), (val))
    +# define sk_ASN1_INTEGER_find_ex(st, val) SKM_sk_find_ex(ASN1_INTEGER, (st), (val))
    +# define sk_ASN1_INTEGER_delete(st, i) SKM_sk_delete(ASN1_INTEGER, (st), (i))
    +# define sk_ASN1_INTEGER_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASN1_INTEGER, (st), (ptr))
    +# define sk_ASN1_INTEGER_insert(st, val, i) SKM_sk_insert(ASN1_INTEGER, (st), (val), (i))
    +# define sk_ASN1_INTEGER_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASN1_INTEGER, (st), (cmp))
    +# define sk_ASN1_INTEGER_dup(st) SKM_sk_dup(ASN1_INTEGER, st)
    +# define sk_ASN1_INTEGER_pop_free(st, free_func) SKM_sk_pop_free(ASN1_INTEGER, (st), (free_func))
    +# define sk_ASN1_INTEGER_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(ASN1_INTEGER, (st), (copy_func), (free_func))
    +# define sk_ASN1_INTEGER_shift(st) SKM_sk_shift(ASN1_INTEGER, (st))
    +# define sk_ASN1_INTEGER_pop(st) SKM_sk_pop(ASN1_INTEGER, (st))
    +# define sk_ASN1_INTEGER_sort(st) SKM_sk_sort(ASN1_INTEGER, (st))
    +# define sk_ASN1_INTEGER_is_sorted(st) SKM_sk_is_sorted(ASN1_INTEGER, (st))
    +# define sk_ASN1_OBJECT_new(cmp) SKM_sk_new(ASN1_OBJECT, (cmp))
    +# define sk_ASN1_OBJECT_new_null() SKM_sk_new_null(ASN1_OBJECT)
    +# define sk_ASN1_OBJECT_free(st) SKM_sk_free(ASN1_OBJECT, (st))
    +# define sk_ASN1_OBJECT_num(st) SKM_sk_num(ASN1_OBJECT, (st))
    +# define sk_ASN1_OBJECT_value(st, i) SKM_sk_value(ASN1_OBJECT, (st), (i))
    +# define sk_ASN1_OBJECT_set(st, i, val) SKM_sk_set(ASN1_OBJECT, (st), (i), (val))
    +# define sk_ASN1_OBJECT_zero(st) SKM_sk_zero(ASN1_OBJECT, (st))
    +# define sk_ASN1_OBJECT_push(st, val) SKM_sk_push(ASN1_OBJECT, (st), (val))
    +# define sk_ASN1_OBJECT_unshift(st, val) SKM_sk_unshift(ASN1_OBJECT, (st), (val))
    +# define sk_ASN1_OBJECT_find(st, val) SKM_sk_find(ASN1_OBJECT, (st), (val))
    +# define sk_ASN1_OBJECT_find_ex(st, val) SKM_sk_find_ex(ASN1_OBJECT, (st), (val))
    +# define sk_ASN1_OBJECT_delete(st, i) SKM_sk_delete(ASN1_OBJECT, (st), (i))
    +# define sk_ASN1_OBJECT_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASN1_OBJECT, (st), (ptr))
    +# define sk_ASN1_OBJECT_insert(st, val, i) SKM_sk_insert(ASN1_OBJECT, (st), (val), (i))
    +# define sk_ASN1_OBJECT_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASN1_OBJECT, (st), (cmp))
    +# define sk_ASN1_OBJECT_dup(st) SKM_sk_dup(ASN1_OBJECT, st)
    +# define sk_ASN1_OBJECT_pop_free(st, free_func) SKM_sk_pop_free(ASN1_OBJECT, (st), (free_func))
    +# define sk_ASN1_OBJECT_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(ASN1_OBJECT, (st), (copy_func), (free_func))
    +# define sk_ASN1_OBJECT_shift(st) SKM_sk_shift(ASN1_OBJECT, (st))
    +# define sk_ASN1_OBJECT_pop(st) SKM_sk_pop(ASN1_OBJECT, (st))
    +# define sk_ASN1_OBJECT_sort(st) SKM_sk_sort(ASN1_OBJECT, (st))
    +# define sk_ASN1_OBJECT_is_sorted(st) SKM_sk_is_sorted(ASN1_OBJECT, (st))
    +# define sk_ASN1_STRING_TABLE_new(cmp) SKM_sk_new(ASN1_STRING_TABLE, (cmp))
    +# define sk_ASN1_STRING_TABLE_new_null() SKM_sk_new_null(ASN1_STRING_TABLE)
    +# define sk_ASN1_STRING_TABLE_free(st) SKM_sk_free(ASN1_STRING_TABLE, (st))
    +# define sk_ASN1_STRING_TABLE_num(st) SKM_sk_num(ASN1_STRING_TABLE, (st))
    +# define sk_ASN1_STRING_TABLE_value(st, i) SKM_sk_value(ASN1_STRING_TABLE, (st), (i))
    +# define sk_ASN1_STRING_TABLE_set(st, i, val) SKM_sk_set(ASN1_STRING_TABLE, (st), (i), (val))
    +# define sk_ASN1_STRING_TABLE_zero(st) SKM_sk_zero(ASN1_STRING_TABLE, (st))
    +# define sk_ASN1_STRING_TABLE_push(st, val) SKM_sk_push(ASN1_STRING_TABLE, (st), (val))
    +# define sk_ASN1_STRING_TABLE_unshift(st, val) SKM_sk_unshift(ASN1_STRING_TABLE, (st), (val))
    +# define sk_ASN1_STRING_TABLE_find(st, val) SKM_sk_find(ASN1_STRING_TABLE, (st), (val))
    +# define sk_ASN1_STRING_TABLE_find_ex(st, val) SKM_sk_find_ex(ASN1_STRING_TABLE, (st), (val))
    +# define sk_ASN1_STRING_TABLE_delete(st, i) SKM_sk_delete(ASN1_STRING_TABLE, (st), (i))
    +# define sk_ASN1_STRING_TABLE_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASN1_STRING_TABLE, (st), (ptr))
    +# define sk_ASN1_STRING_TABLE_insert(st, val, i) SKM_sk_insert(ASN1_STRING_TABLE, (st), (val), (i))
    +# define sk_ASN1_STRING_TABLE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASN1_STRING_TABLE, (st), (cmp))
    +# define sk_ASN1_STRING_TABLE_dup(st) SKM_sk_dup(ASN1_STRING_TABLE, st)
    +# define sk_ASN1_STRING_TABLE_pop_free(st, free_func) SKM_sk_pop_free(ASN1_STRING_TABLE, (st), (free_func))
    +# define sk_ASN1_STRING_TABLE_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(ASN1_STRING_TABLE, (st), (copy_func), (free_func))
    +# define sk_ASN1_STRING_TABLE_shift(st) SKM_sk_shift(ASN1_STRING_TABLE, (st))
    +# define sk_ASN1_STRING_TABLE_pop(st) SKM_sk_pop(ASN1_STRING_TABLE, (st))
    +# define sk_ASN1_STRING_TABLE_sort(st) SKM_sk_sort(ASN1_STRING_TABLE, (st))
    +# define sk_ASN1_STRING_TABLE_is_sorted(st) SKM_sk_is_sorted(ASN1_STRING_TABLE, (st))
    +# define sk_ASN1_TYPE_new(cmp) SKM_sk_new(ASN1_TYPE, (cmp))
    +# define sk_ASN1_TYPE_new_null() SKM_sk_new_null(ASN1_TYPE)
    +# define sk_ASN1_TYPE_free(st) SKM_sk_free(ASN1_TYPE, (st))
    +# define sk_ASN1_TYPE_num(st) SKM_sk_num(ASN1_TYPE, (st))
    +# define sk_ASN1_TYPE_value(st, i) SKM_sk_value(ASN1_TYPE, (st), (i))
    +# define sk_ASN1_TYPE_set(st, i, val) SKM_sk_set(ASN1_TYPE, (st), (i), (val))
    +# define sk_ASN1_TYPE_zero(st) SKM_sk_zero(ASN1_TYPE, (st))
    +# define sk_ASN1_TYPE_push(st, val) SKM_sk_push(ASN1_TYPE, (st), (val))
    +# define sk_ASN1_TYPE_unshift(st, val) SKM_sk_unshift(ASN1_TYPE, (st), (val))
    +# define sk_ASN1_TYPE_find(st, val) SKM_sk_find(ASN1_TYPE, (st), (val))
    +# define sk_ASN1_TYPE_find_ex(st, val) SKM_sk_find_ex(ASN1_TYPE, (st), (val))
    +# define sk_ASN1_TYPE_delete(st, i) SKM_sk_delete(ASN1_TYPE, (st), (i))
    +# define sk_ASN1_TYPE_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASN1_TYPE, (st), (ptr))
    +# define sk_ASN1_TYPE_insert(st, val, i) SKM_sk_insert(ASN1_TYPE, (st), (val), (i))
    +# define sk_ASN1_TYPE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASN1_TYPE, (st), (cmp))
    +# define sk_ASN1_TYPE_dup(st) SKM_sk_dup(ASN1_TYPE, st)
    +# define sk_ASN1_TYPE_pop_free(st, free_func) SKM_sk_pop_free(ASN1_TYPE, (st), (free_func))
    +# define sk_ASN1_TYPE_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(ASN1_TYPE, (st), (copy_func), (free_func))
    +# define sk_ASN1_TYPE_shift(st) SKM_sk_shift(ASN1_TYPE, (st))
    +# define sk_ASN1_TYPE_pop(st) SKM_sk_pop(ASN1_TYPE, (st))
    +# define sk_ASN1_TYPE_sort(st) SKM_sk_sort(ASN1_TYPE, (st))
    +# define sk_ASN1_TYPE_is_sorted(st) SKM_sk_is_sorted(ASN1_TYPE, (st))
    +# define sk_ASN1_UTF8STRING_new(cmp) SKM_sk_new(ASN1_UTF8STRING, (cmp))
    +# define sk_ASN1_UTF8STRING_new_null() SKM_sk_new_null(ASN1_UTF8STRING)
    +# define sk_ASN1_UTF8STRING_free(st) SKM_sk_free(ASN1_UTF8STRING, (st))
    +# define sk_ASN1_UTF8STRING_num(st) SKM_sk_num(ASN1_UTF8STRING, (st))
    +# define sk_ASN1_UTF8STRING_value(st, i) SKM_sk_value(ASN1_UTF8STRING, (st), (i))
    +# define sk_ASN1_UTF8STRING_set(st, i, val) SKM_sk_set(ASN1_UTF8STRING, (st), (i), (val))
    +# define sk_ASN1_UTF8STRING_zero(st) SKM_sk_zero(ASN1_UTF8STRING, (st))
    +# define sk_ASN1_UTF8STRING_push(st, val) SKM_sk_push(ASN1_UTF8STRING, (st), (val))
    +# define sk_ASN1_UTF8STRING_unshift(st, val) SKM_sk_unshift(ASN1_UTF8STRING, (st), (val))
    +# define sk_ASN1_UTF8STRING_find(st, val) SKM_sk_find(ASN1_UTF8STRING, (st), (val))
    +# define sk_ASN1_UTF8STRING_find_ex(st, val) SKM_sk_find_ex(ASN1_UTF8STRING, (st), (val))
    +# define sk_ASN1_UTF8STRING_delete(st, i) SKM_sk_delete(ASN1_UTF8STRING, (st), (i))
    +# define sk_ASN1_UTF8STRING_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASN1_UTF8STRING, (st), (ptr))
    +# define sk_ASN1_UTF8STRING_insert(st, val, i) SKM_sk_insert(ASN1_UTF8STRING, (st), (val), (i))
    +# define sk_ASN1_UTF8STRING_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASN1_UTF8STRING, (st), (cmp))
    +# define sk_ASN1_UTF8STRING_dup(st) SKM_sk_dup(ASN1_UTF8STRING, st)
    +# define sk_ASN1_UTF8STRING_pop_free(st, free_func) SKM_sk_pop_free(ASN1_UTF8STRING, (st), (free_func))
    +# define sk_ASN1_UTF8STRING_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(ASN1_UTF8STRING, (st), (copy_func), (free_func))
    +# define sk_ASN1_UTF8STRING_shift(st) SKM_sk_shift(ASN1_UTF8STRING, (st))
    +# define sk_ASN1_UTF8STRING_pop(st) SKM_sk_pop(ASN1_UTF8STRING, (st))
    +# define sk_ASN1_UTF8STRING_sort(st) SKM_sk_sort(ASN1_UTF8STRING, (st))
    +# define sk_ASN1_UTF8STRING_is_sorted(st) SKM_sk_is_sorted(ASN1_UTF8STRING, (st))
    +# define sk_ASN1_VALUE_new(cmp) SKM_sk_new(ASN1_VALUE, (cmp))
    +# define sk_ASN1_VALUE_new_null() SKM_sk_new_null(ASN1_VALUE)
    +# define sk_ASN1_VALUE_free(st) SKM_sk_free(ASN1_VALUE, (st))
    +# define sk_ASN1_VALUE_num(st) SKM_sk_num(ASN1_VALUE, (st))
    +# define sk_ASN1_VALUE_value(st, i) SKM_sk_value(ASN1_VALUE, (st), (i))
    +# define sk_ASN1_VALUE_set(st, i, val) SKM_sk_set(ASN1_VALUE, (st), (i), (val))
    +# define sk_ASN1_VALUE_zero(st) SKM_sk_zero(ASN1_VALUE, (st))
    +# define sk_ASN1_VALUE_push(st, val) SKM_sk_push(ASN1_VALUE, (st), (val))
    +# define sk_ASN1_VALUE_unshift(st, val) SKM_sk_unshift(ASN1_VALUE, (st), (val))
    +# define sk_ASN1_VALUE_find(st, val) SKM_sk_find(ASN1_VALUE, (st), (val))
    +# define sk_ASN1_VALUE_find_ex(st, val) SKM_sk_find_ex(ASN1_VALUE, (st), (val))
    +# define sk_ASN1_VALUE_delete(st, i) SKM_sk_delete(ASN1_VALUE, (st), (i))
    +# define sk_ASN1_VALUE_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASN1_VALUE, (st), (ptr))
    +# define sk_ASN1_VALUE_insert(st, val, i) SKM_sk_insert(ASN1_VALUE, (st), (val), (i))
    +# define sk_ASN1_VALUE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASN1_VALUE, (st), (cmp))
    +# define sk_ASN1_VALUE_dup(st) SKM_sk_dup(ASN1_VALUE, st)
    +# define sk_ASN1_VALUE_pop_free(st, free_func) SKM_sk_pop_free(ASN1_VALUE, (st), (free_func))
    +# define sk_ASN1_VALUE_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(ASN1_VALUE, (st), (copy_func), (free_func))
    +# define sk_ASN1_VALUE_shift(st) SKM_sk_shift(ASN1_VALUE, (st))
    +# define sk_ASN1_VALUE_pop(st) SKM_sk_pop(ASN1_VALUE, (st))
    +# define sk_ASN1_VALUE_sort(st) SKM_sk_sort(ASN1_VALUE, (st))
    +# define sk_ASN1_VALUE_is_sorted(st) SKM_sk_is_sorted(ASN1_VALUE, (st))
    +# define sk_BIO_new(cmp) SKM_sk_new(BIO, (cmp))
    +# define sk_BIO_new_null() SKM_sk_new_null(BIO)
    +# define sk_BIO_free(st) SKM_sk_free(BIO, (st))
    +# define sk_BIO_num(st) SKM_sk_num(BIO, (st))
    +# define sk_BIO_value(st, i) SKM_sk_value(BIO, (st), (i))
    +# define sk_BIO_set(st, i, val) SKM_sk_set(BIO, (st), (i), (val))
    +# define sk_BIO_zero(st) SKM_sk_zero(BIO, (st))
    +# define sk_BIO_push(st, val) SKM_sk_push(BIO, (st), (val))
    +# define sk_BIO_unshift(st, val) SKM_sk_unshift(BIO, (st), (val))
    +# define sk_BIO_find(st, val) SKM_sk_find(BIO, (st), (val))
    +# define sk_BIO_find_ex(st, val) SKM_sk_find_ex(BIO, (st), (val))
    +# define sk_BIO_delete(st, i) SKM_sk_delete(BIO, (st), (i))
    +# define sk_BIO_delete_ptr(st, ptr) SKM_sk_delete_ptr(BIO, (st), (ptr))
    +# define sk_BIO_insert(st, val, i) SKM_sk_insert(BIO, (st), (val), (i))
    +# define sk_BIO_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(BIO, (st), (cmp))
    +# define sk_BIO_dup(st) SKM_sk_dup(BIO, st)
    +# define sk_BIO_pop_free(st, free_func) SKM_sk_pop_free(BIO, (st), (free_func))
    +# define sk_BIO_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(BIO, (st), (copy_func), (free_func))
    +# define sk_BIO_shift(st) SKM_sk_shift(BIO, (st))
    +# define sk_BIO_pop(st) SKM_sk_pop(BIO, (st))
    +# define sk_BIO_sort(st) SKM_sk_sort(BIO, (st))
    +# define sk_BIO_is_sorted(st) SKM_sk_is_sorted(BIO, (st))
    +# define sk_BY_DIR_ENTRY_new(cmp) SKM_sk_new(BY_DIR_ENTRY, (cmp))
    +# define sk_BY_DIR_ENTRY_new_null() SKM_sk_new_null(BY_DIR_ENTRY)
    +# define sk_BY_DIR_ENTRY_free(st) SKM_sk_free(BY_DIR_ENTRY, (st))
    +# define sk_BY_DIR_ENTRY_num(st) SKM_sk_num(BY_DIR_ENTRY, (st))
    +# define sk_BY_DIR_ENTRY_value(st, i) SKM_sk_value(BY_DIR_ENTRY, (st), (i))
    +# define sk_BY_DIR_ENTRY_set(st, i, val) SKM_sk_set(BY_DIR_ENTRY, (st), (i), (val))
    +# define sk_BY_DIR_ENTRY_zero(st) SKM_sk_zero(BY_DIR_ENTRY, (st))
    +# define sk_BY_DIR_ENTRY_push(st, val) SKM_sk_push(BY_DIR_ENTRY, (st), (val))
    +# define sk_BY_DIR_ENTRY_unshift(st, val) SKM_sk_unshift(BY_DIR_ENTRY, (st), (val))
    +# define sk_BY_DIR_ENTRY_find(st, val) SKM_sk_find(BY_DIR_ENTRY, (st), (val))
    +# define sk_BY_DIR_ENTRY_find_ex(st, val) SKM_sk_find_ex(BY_DIR_ENTRY, (st), (val))
    +# define sk_BY_DIR_ENTRY_delete(st, i) SKM_sk_delete(BY_DIR_ENTRY, (st), (i))
    +# define sk_BY_DIR_ENTRY_delete_ptr(st, ptr) SKM_sk_delete_ptr(BY_DIR_ENTRY, (st), (ptr))
    +# define sk_BY_DIR_ENTRY_insert(st, val, i) SKM_sk_insert(BY_DIR_ENTRY, (st), (val), (i))
    +# define sk_BY_DIR_ENTRY_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(BY_DIR_ENTRY, (st), (cmp))
    +# define sk_BY_DIR_ENTRY_dup(st) SKM_sk_dup(BY_DIR_ENTRY, st)
    +# define sk_BY_DIR_ENTRY_pop_free(st, free_func) SKM_sk_pop_free(BY_DIR_ENTRY, (st), (free_func))
    +# define sk_BY_DIR_ENTRY_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(BY_DIR_ENTRY, (st), (copy_func), (free_func))
    +# define sk_BY_DIR_ENTRY_shift(st) SKM_sk_shift(BY_DIR_ENTRY, (st))
    +# define sk_BY_DIR_ENTRY_pop(st) SKM_sk_pop(BY_DIR_ENTRY, (st))
    +# define sk_BY_DIR_ENTRY_sort(st) SKM_sk_sort(BY_DIR_ENTRY, (st))
    +# define sk_BY_DIR_ENTRY_is_sorted(st) SKM_sk_is_sorted(BY_DIR_ENTRY, (st))
    +# define sk_BY_DIR_HASH_new(cmp) SKM_sk_new(BY_DIR_HASH, (cmp))
    +# define sk_BY_DIR_HASH_new_null() SKM_sk_new_null(BY_DIR_HASH)
    +# define sk_BY_DIR_HASH_free(st) SKM_sk_free(BY_DIR_HASH, (st))
    +# define sk_BY_DIR_HASH_num(st) SKM_sk_num(BY_DIR_HASH, (st))
    +# define sk_BY_DIR_HASH_value(st, i) SKM_sk_value(BY_DIR_HASH, (st), (i))
    +# define sk_BY_DIR_HASH_set(st, i, val) SKM_sk_set(BY_DIR_HASH, (st), (i), (val))
    +# define sk_BY_DIR_HASH_zero(st) SKM_sk_zero(BY_DIR_HASH, (st))
    +# define sk_BY_DIR_HASH_push(st, val) SKM_sk_push(BY_DIR_HASH, (st), (val))
    +# define sk_BY_DIR_HASH_unshift(st, val) SKM_sk_unshift(BY_DIR_HASH, (st), (val))
    +# define sk_BY_DIR_HASH_find(st, val) SKM_sk_find(BY_DIR_HASH, (st), (val))
    +# define sk_BY_DIR_HASH_find_ex(st, val) SKM_sk_find_ex(BY_DIR_HASH, (st), (val))
    +# define sk_BY_DIR_HASH_delete(st, i) SKM_sk_delete(BY_DIR_HASH, (st), (i))
    +# define sk_BY_DIR_HASH_delete_ptr(st, ptr) SKM_sk_delete_ptr(BY_DIR_HASH, (st), (ptr))
    +# define sk_BY_DIR_HASH_insert(st, val, i) SKM_sk_insert(BY_DIR_HASH, (st), (val), (i))
    +# define sk_BY_DIR_HASH_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(BY_DIR_HASH, (st), (cmp))
    +# define sk_BY_DIR_HASH_dup(st) SKM_sk_dup(BY_DIR_HASH, st)
    +# define sk_BY_DIR_HASH_pop_free(st, free_func) SKM_sk_pop_free(BY_DIR_HASH, (st), (free_func))
    +# define sk_BY_DIR_HASH_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(BY_DIR_HASH, (st), (copy_func), (free_func))
    +# define sk_BY_DIR_HASH_shift(st) SKM_sk_shift(BY_DIR_HASH, (st))
    +# define sk_BY_DIR_HASH_pop(st) SKM_sk_pop(BY_DIR_HASH, (st))
    +# define sk_BY_DIR_HASH_sort(st) SKM_sk_sort(BY_DIR_HASH, (st))
    +# define sk_BY_DIR_HASH_is_sorted(st) SKM_sk_is_sorted(BY_DIR_HASH, (st))
    +# define sk_CMS_CertificateChoices_new(cmp) SKM_sk_new(CMS_CertificateChoices, (cmp))
    +# define sk_CMS_CertificateChoices_new_null() SKM_sk_new_null(CMS_CertificateChoices)
    +# define sk_CMS_CertificateChoices_free(st) SKM_sk_free(CMS_CertificateChoices, (st))
    +# define sk_CMS_CertificateChoices_num(st) SKM_sk_num(CMS_CertificateChoices, (st))
    +# define sk_CMS_CertificateChoices_value(st, i) SKM_sk_value(CMS_CertificateChoices, (st), (i))
    +# define sk_CMS_CertificateChoices_set(st, i, val) SKM_sk_set(CMS_CertificateChoices, (st), (i), (val))
    +# define sk_CMS_CertificateChoices_zero(st) SKM_sk_zero(CMS_CertificateChoices, (st))
    +# define sk_CMS_CertificateChoices_push(st, val) SKM_sk_push(CMS_CertificateChoices, (st), (val))
    +# define sk_CMS_CertificateChoices_unshift(st, val) SKM_sk_unshift(CMS_CertificateChoices, (st), (val))
    +# define sk_CMS_CertificateChoices_find(st, val) SKM_sk_find(CMS_CertificateChoices, (st), (val))
    +# define sk_CMS_CertificateChoices_find_ex(st, val) SKM_sk_find_ex(CMS_CertificateChoices, (st), (val))
    +# define sk_CMS_CertificateChoices_delete(st, i) SKM_sk_delete(CMS_CertificateChoices, (st), (i))
    +# define sk_CMS_CertificateChoices_delete_ptr(st, ptr) SKM_sk_delete_ptr(CMS_CertificateChoices, (st), (ptr))
    +# define sk_CMS_CertificateChoices_insert(st, val, i) SKM_sk_insert(CMS_CertificateChoices, (st), (val), (i))
    +# define sk_CMS_CertificateChoices_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CMS_CertificateChoices, (st), (cmp))
    +# define sk_CMS_CertificateChoices_dup(st) SKM_sk_dup(CMS_CertificateChoices, st)
    +# define sk_CMS_CertificateChoices_pop_free(st, free_func) SKM_sk_pop_free(CMS_CertificateChoices, (st), (free_func))
    +# define sk_CMS_CertificateChoices_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(CMS_CertificateChoices, (st), (copy_func), (free_func))
    +# define sk_CMS_CertificateChoices_shift(st) SKM_sk_shift(CMS_CertificateChoices, (st))
    +# define sk_CMS_CertificateChoices_pop(st) SKM_sk_pop(CMS_CertificateChoices, (st))
    +# define sk_CMS_CertificateChoices_sort(st) SKM_sk_sort(CMS_CertificateChoices, (st))
    +# define sk_CMS_CertificateChoices_is_sorted(st) SKM_sk_is_sorted(CMS_CertificateChoices, (st))
    +# define sk_CMS_RecipientEncryptedKey_new(cmp) SKM_sk_new(CMS_RecipientEncryptedKey, (cmp))
    +# define sk_CMS_RecipientEncryptedKey_new_null() SKM_sk_new_null(CMS_RecipientEncryptedKey)
    +# define sk_CMS_RecipientEncryptedKey_free(st) SKM_sk_free(CMS_RecipientEncryptedKey, (st))
    +# define sk_CMS_RecipientEncryptedKey_num(st) SKM_sk_num(CMS_RecipientEncryptedKey, (st))
    +# define sk_CMS_RecipientEncryptedKey_value(st, i) SKM_sk_value(CMS_RecipientEncryptedKey, (st), (i))
    +# define sk_CMS_RecipientEncryptedKey_set(st, i, val) SKM_sk_set(CMS_RecipientEncryptedKey, (st), (i), (val))
    +# define sk_CMS_RecipientEncryptedKey_zero(st) SKM_sk_zero(CMS_RecipientEncryptedKey, (st))
    +# define sk_CMS_RecipientEncryptedKey_push(st, val) SKM_sk_push(CMS_RecipientEncryptedKey, (st), (val))
    +# define sk_CMS_RecipientEncryptedKey_unshift(st, val) SKM_sk_unshift(CMS_RecipientEncryptedKey, (st), (val))
    +# define sk_CMS_RecipientEncryptedKey_find(st, val) SKM_sk_find(CMS_RecipientEncryptedKey, (st), (val))
    +# define sk_CMS_RecipientEncryptedKey_find_ex(st, val) SKM_sk_find_ex(CMS_RecipientEncryptedKey, (st), (val))
    +# define sk_CMS_RecipientEncryptedKey_delete(st, i) SKM_sk_delete(CMS_RecipientEncryptedKey, (st), (i))
    +# define sk_CMS_RecipientEncryptedKey_delete_ptr(st, ptr) SKM_sk_delete_ptr(CMS_RecipientEncryptedKey, (st), (ptr))
    +# define sk_CMS_RecipientEncryptedKey_insert(st, val, i) SKM_sk_insert(CMS_RecipientEncryptedKey, (st), (val), (i))
    +# define sk_CMS_RecipientEncryptedKey_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CMS_RecipientEncryptedKey, (st), (cmp))
    +# define sk_CMS_RecipientEncryptedKey_dup(st) SKM_sk_dup(CMS_RecipientEncryptedKey, st)
    +# define sk_CMS_RecipientEncryptedKey_pop_free(st, free_func) SKM_sk_pop_free(CMS_RecipientEncryptedKey, (st), (free_func))
    +# define sk_CMS_RecipientEncryptedKey_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(CMS_RecipientEncryptedKey, (st), (copy_func), (free_func))
    +# define sk_CMS_RecipientEncryptedKey_shift(st) SKM_sk_shift(CMS_RecipientEncryptedKey, (st))
    +# define sk_CMS_RecipientEncryptedKey_pop(st) SKM_sk_pop(CMS_RecipientEncryptedKey, (st))
    +# define sk_CMS_RecipientEncryptedKey_sort(st) SKM_sk_sort(CMS_RecipientEncryptedKey, (st))
    +# define sk_CMS_RecipientEncryptedKey_is_sorted(st) SKM_sk_is_sorted(CMS_RecipientEncryptedKey, (st))
    +# define sk_CMS_RecipientInfo_new(cmp) SKM_sk_new(CMS_RecipientInfo, (cmp))
    +# define sk_CMS_RecipientInfo_new_null() SKM_sk_new_null(CMS_RecipientInfo)
    +# define sk_CMS_RecipientInfo_free(st) SKM_sk_free(CMS_RecipientInfo, (st))
    +# define sk_CMS_RecipientInfo_num(st) SKM_sk_num(CMS_RecipientInfo, (st))
    +# define sk_CMS_RecipientInfo_value(st, i) SKM_sk_value(CMS_RecipientInfo, (st), (i))
    +# define sk_CMS_RecipientInfo_set(st, i, val) SKM_sk_set(CMS_RecipientInfo, (st), (i), (val))
    +# define sk_CMS_RecipientInfo_zero(st) SKM_sk_zero(CMS_RecipientInfo, (st))
    +# define sk_CMS_RecipientInfo_push(st, val) SKM_sk_push(CMS_RecipientInfo, (st), (val))
    +# define sk_CMS_RecipientInfo_unshift(st, val) SKM_sk_unshift(CMS_RecipientInfo, (st), (val))
    +# define sk_CMS_RecipientInfo_find(st, val) SKM_sk_find(CMS_RecipientInfo, (st), (val))
    +# define sk_CMS_RecipientInfo_find_ex(st, val) SKM_sk_find_ex(CMS_RecipientInfo, (st), (val))
    +# define sk_CMS_RecipientInfo_delete(st, i) SKM_sk_delete(CMS_RecipientInfo, (st), (i))
    +# define sk_CMS_RecipientInfo_delete_ptr(st, ptr) SKM_sk_delete_ptr(CMS_RecipientInfo, (st), (ptr))
    +# define sk_CMS_RecipientInfo_insert(st, val, i) SKM_sk_insert(CMS_RecipientInfo, (st), (val), (i))
    +# define sk_CMS_RecipientInfo_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CMS_RecipientInfo, (st), (cmp))
    +# define sk_CMS_RecipientInfo_dup(st) SKM_sk_dup(CMS_RecipientInfo, st)
    +# define sk_CMS_RecipientInfo_pop_free(st, free_func) SKM_sk_pop_free(CMS_RecipientInfo, (st), (free_func))
    +# define sk_CMS_RecipientInfo_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(CMS_RecipientInfo, (st), (copy_func), (free_func))
    +# define sk_CMS_RecipientInfo_shift(st) SKM_sk_shift(CMS_RecipientInfo, (st))
    +# define sk_CMS_RecipientInfo_pop(st) SKM_sk_pop(CMS_RecipientInfo, (st))
    +# define sk_CMS_RecipientInfo_sort(st) SKM_sk_sort(CMS_RecipientInfo, (st))
    +# define sk_CMS_RecipientInfo_is_sorted(st) SKM_sk_is_sorted(CMS_RecipientInfo, (st))
    +# define sk_CMS_RevocationInfoChoice_new(cmp) SKM_sk_new(CMS_RevocationInfoChoice, (cmp))
    +# define sk_CMS_RevocationInfoChoice_new_null() SKM_sk_new_null(CMS_RevocationInfoChoice)
    +# define sk_CMS_RevocationInfoChoice_free(st) SKM_sk_free(CMS_RevocationInfoChoice, (st))
    +# define sk_CMS_RevocationInfoChoice_num(st) SKM_sk_num(CMS_RevocationInfoChoice, (st))
    +# define sk_CMS_RevocationInfoChoice_value(st, i) SKM_sk_value(CMS_RevocationInfoChoice, (st), (i))
    +# define sk_CMS_RevocationInfoChoice_set(st, i, val) SKM_sk_set(CMS_RevocationInfoChoice, (st), (i), (val))
    +# define sk_CMS_RevocationInfoChoice_zero(st) SKM_sk_zero(CMS_RevocationInfoChoice, (st))
    +# define sk_CMS_RevocationInfoChoice_push(st, val) SKM_sk_push(CMS_RevocationInfoChoice, (st), (val))
    +# define sk_CMS_RevocationInfoChoice_unshift(st, val) SKM_sk_unshift(CMS_RevocationInfoChoice, (st), (val))
    +# define sk_CMS_RevocationInfoChoice_find(st, val) SKM_sk_find(CMS_RevocationInfoChoice, (st), (val))
    +# define sk_CMS_RevocationInfoChoice_find_ex(st, val) SKM_sk_find_ex(CMS_RevocationInfoChoice, (st), (val))
    +# define sk_CMS_RevocationInfoChoice_delete(st, i) SKM_sk_delete(CMS_RevocationInfoChoice, (st), (i))
    +# define sk_CMS_RevocationInfoChoice_delete_ptr(st, ptr) SKM_sk_delete_ptr(CMS_RevocationInfoChoice, (st), (ptr))
    +# define sk_CMS_RevocationInfoChoice_insert(st, val, i) SKM_sk_insert(CMS_RevocationInfoChoice, (st), (val), (i))
    +# define sk_CMS_RevocationInfoChoice_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CMS_RevocationInfoChoice, (st), (cmp))
    +# define sk_CMS_RevocationInfoChoice_dup(st) SKM_sk_dup(CMS_RevocationInfoChoice, st)
    +# define sk_CMS_RevocationInfoChoice_pop_free(st, free_func) SKM_sk_pop_free(CMS_RevocationInfoChoice, (st), (free_func))
    +# define sk_CMS_RevocationInfoChoice_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(CMS_RevocationInfoChoice, (st), (copy_func), (free_func))
    +# define sk_CMS_RevocationInfoChoice_shift(st) SKM_sk_shift(CMS_RevocationInfoChoice, (st))
    +# define sk_CMS_RevocationInfoChoice_pop(st) SKM_sk_pop(CMS_RevocationInfoChoice, (st))
    +# define sk_CMS_RevocationInfoChoice_sort(st) SKM_sk_sort(CMS_RevocationInfoChoice, (st))
    +# define sk_CMS_RevocationInfoChoice_is_sorted(st) SKM_sk_is_sorted(CMS_RevocationInfoChoice, (st))
    +# define sk_CMS_SignerInfo_new(cmp) SKM_sk_new(CMS_SignerInfo, (cmp))
    +# define sk_CMS_SignerInfo_new_null() SKM_sk_new_null(CMS_SignerInfo)
    +# define sk_CMS_SignerInfo_free(st) SKM_sk_free(CMS_SignerInfo, (st))
    +# define sk_CMS_SignerInfo_num(st) SKM_sk_num(CMS_SignerInfo, (st))
    +# define sk_CMS_SignerInfo_value(st, i) SKM_sk_value(CMS_SignerInfo, (st), (i))
    +# define sk_CMS_SignerInfo_set(st, i, val) SKM_sk_set(CMS_SignerInfo, (st), (i), (val))
    +# define sk_CMS_SignerInfo_zero(st) SKM_sk_zero(CMS_SignerInfo, (st))
    +# define sk_CMS_SignerInfo_push(st, val) SKM_sk_push(CMS_SignerInfo, (st), (val))
    +# define sk_CMS_SignerInfo_unshift(st, val) SKM_sk_unshift(CMS_SignerInfo, (st), (val))
    +# define sk_CMS_SignerInfo_find(st, val) SKM_sk_find(CMS_SignerInfo, (st), (val))
    +# define sk_CMS_SignerInfo_find_ex(st, val) SKM_sk_find_ex(CMS_SignerInfo, (st), (val))
    +# define sk_CMS_SignerInfo_delete(st, i) SKM_sk_delete(CMS_SignerInfo, (st), (i))
    +# define sk_CMS_SignerInfo_delete_ptr(st, ptr) SKM_sk_delete_ptr(CMS_SignerInfo, (st), (ptr))
    +# define sk_CMS_SignerInfo_insert(st, val, i) SKM_sk_insert(CMS_SignerInfo, (st), (val), (i))
    +# define sk_CMS_SignerInfo_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CMS_SignerInfo, (st), (cmp))
    +# define sk_CMS_SignerInfo_dup(st) SKM_sk_dup(CMS_SignerInfo, st)
    +# define sk_CMS_SignerInfo_pop_free(st, free_func) SKM_sk_pop_free(CMS_SignerInfo, (st), (free_func))
    +# define sk_CMS_SignerInfo_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(CMS_SignerInfo, (st), (copy_func), (free_func))
    +# define sk_CMS_SignerInfo_shift(st) SKM_sk_shift(CMS_SignerInfo, (st))
    +# define sk_CMS_SignerInfo_pop(st) SKM_sk_pop(CMS_SignerInfo, (st))
    +# define sk_CMS_SignerInfo_sort(st) SKM_sk_sort(CMS_SignerInfo, (st))
    +# define sk_CMS_SignerInfo_is_sorted(st) SKM_sk_is_sorted(CMS_SignerInfo, (st))
    +# define sk_CONF_IMODULE_new(cmp) SKM_sk_new(CONF_IMODULE, (cmp))
    +# define sk_CONF_IMODULE_new_null() SKM_sk_new_null(CONF_IMODULE)
    +# define sk_CONF_IMODULE_free(st) SKM_sk_free(CONF_IMODULE, (st))
    +# define sk_CONF_IMODULE_num(st) SKM_sk_num(CONF_IMODULE, (st))
    +# define sk_CONF_IMODULE_value(st, i) SKM_sk_value(CONF_IMODULE, (st), (i))
    +# define sk_CONF_IMODULE_set(st, i, val) SKM_sk_set(CONF_IMODULE, (st), (i), (val))
    +# define sk_CONF_IMODULE_zero(st) SKM_sk_zero(CONF_IMODULE, (st))
    +# define sk_CONF_IMODULE_push(st, val) SKM_sk_push(CONF_IMODULE, (st), (val))
    +# define sk_CONF_IMODULE_unshift(st, val) SKM_sk_unshift(CONF_IMODULE, (st), (val))
    +# define sk_CONF_IMODULE_find(st, val) SKM_sk_find(CONF_IMODULE, (st), (val))
    +# define sk_CONF_IMODULE_find_ex(st, val) SKM_sk_find_ex(CONF_IMODULE, (st), (val))
    +# define sk_CONF_IMODULE_delete(st, i) SKM_sk_delete(CONF_IMODULE, (st), (i))
    +# define sk_CONF_IMODULE_delete_ptr(st, ptr) SKM_sk_delete_ptr(CONF_IMODULE, (st), (ptr))
    +# define sk_CONF_IMODULE_insert(st, val, i) SKM_sk_insert(CONF_IMODULE, (st), (val), (i))
    +# define sk_CONF_IMODULE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CONF_IMODULE, (st), (cmp))
    +# define sk_CONF_IMODULE_dup(st) SKM_sk_dup(CONF_IMODULE, st)
    +# define sk_CONF_IMODULE_pop_free(st, free_func) SKM_sk_pop_free(CONF_IMODULE, (st), (free_func))
    +# define sk_CONF_IMODULE_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(CONF_IMODULE, (st), (copy_func), (free_func))
    +# define sk_CONF_IMODULE_shift(st) SKM_sk_shift(CONF_IMODULE, (st))
    +# define sk_CONF_IMODULE_pop(st) SKM_sk_pop(CONF_IMODULE, (st))
    +# define sk_CONF_IMODULE_sort(st) SKM_sk_sort(CONF_IMODULE, (st))
    +# define sk_CONF_IMODULE_is_sorted(st) SKM_sk_is_sorted(CONF_IMODULE, (st))
    +# define sk_CONF_MODULE_new(cmp) SKM_sk_new(CONF_MODULE, (cmp))
    +# define sk_CONF_MODULE_new_null() SKM_sk_new_null(CONF_MODULE)
    +# define sk_CONF_MODULE_free(st) SKM_sk_free(CONF_MODULE, (st))
    +# define sk_CONF_MODULE_num(st) SKM_sk_num(CONF_MODULE, (st))
    +# define sk_CONF_MODULE_value(st, i) SKM_sk_value(CONF_MODULE, (st), (i))
    +# define sk_CONF_MODULE_set(st, i, val) SKM_sk_set(CONF_MODULE, (st), (i), (val))
    +# define sk_CONF_MODULE_zero(st) SKM_sk_zero(CONF_MODULE, (st))
    +# define sk_CONF_MODULE_push(st, val) SKM_sk_push(CONF_MODULE, (st), (val))
    +# define sk_CONF_MODULE_unshift(st, val) SKM_sk_unshift(CONF_MODULE, (st), (val))
    +# define sk_CONF_MODULE_find(st, val) SKM_sk_find(CONF_MODULE, (st), (val))
    +# define sk_CONF_MODULE_find_ex(st, val) SKM_sk_find_ex(CONF_MODULE, (st), (val))
    +# define sk_CONF_MODULE_delete(st, i) SKM_sk_delete(CONF_MODULE, (st), (i))
    +# define sk_CONF_MODULE_delete_ptr(st, ptr) SKM_sk_delete_ptr(CONF_MODULE, (st), (ptr))
    +# define sk_CONF_MODULE_insert(st, val, i) SKM_sk_insert(CONF_MODULE, (st), (val), (i))
    +# define sk_CONF_MODULE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CONF_MODULE, (st), (cmp))
    +# define sk_CONF_MODULE_dup(st) SKM_sk_dup(CONF_MODULE, st)
    +# define sk_CONF_MODULE_pop_free(st, free_func) SKM_sk_pop_free(CONF_MODULE, (st), (free_func))
    +# define sk_CONF_MODULE_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(CONF_MODULE, (st), (copy_func), (free_func))
    +# define sk_CONF_MODULE_shift(st) SKM_sk_shift(CONF_MODULE, (st))
    +# define sk_CONF_MODULE_pop(st) SKM_sk_pop(CONF_MODULE, (st))
    +# define sk_CONF_MODULE_sort(st) SKM_sk_sort(CONF_MODULE, (st))
    +# define sk_CONF_MODULE_is_sorted(st) SKM_sk_is_sorted(CONF_MODULE, (st))
    +# define sk_CONF_VALUE_new(cmp) SKM_sk_new(CONF_VALUE, (cmp))
    +# define sk_CONF_VALUE_new_null() SKM_sk_new_null(CONF_VALUE)
    +# define sk_CONF_VALUE_free(st) SKM_sk_free(CONF_VALUE, (st))
    +# define sk_CONF_VALUE_num(st) SKM_sk_num(CONF_VALUE, (st))
    +# define sk_CONF_VALUE_value(st, i) SKM_sk_value(CONF_VALUE, (st), (i))
    +# define sk_CONF_VALUE_set(st, i, val) SKM_sk_set(CONF_VALUE, (st), (i), (val))
    +# define sk_CONF_VALUE_zero(st) SKM_sk_zero(CONF_VALUE, (st))
    +# define sk_CONF_VALUE_push(st, val) SKM_sk_push(CONF_VALUE, (st), (val))
    +# define sk_CONF_VALUE_unshift(st, val) SKM_sk_unshift(CONF_VALUE, (st), (val))
    +# define sk_CONF_VALUE_find(st, val) SKM_sk_find(CONF_VALUE, (st), (val))
    +# define sk_CONF_VALUE_find_ex(st, val) SKM_sk_find_ex(CONF_VALUE, (st), (val))
    +# define sk_CONF_VALUE_delete(st, i) SKM_sk_delete(CONF_VALUE, (st), (i))
    +# define sk_CONF_VALUE_delete_ptr(st, ptr) SKM_sk_delete_ptr(CONF_VALUE, (st), (ptr))
    +# define sk_CONF_VALUE_insert(st, val, i) SKM_sk_insert(CONF_VALUE, (st), (val), (i))
    +# define sk_CONF_VALUE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CONF_VALUE, (st), (cmp))
    +# define sk_CONF_VALUE_dup(st) SKM_sk_dup(CONF_VALUE, st)
    +# define sk_CONF_VALUE_pop_free(st, free_func) SKM_sk_pop_free(CONF_VALUE, (st), (free_func))
    +# define sk_CONF_VALUE_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(CONF_VALUE, (st), (copy_func), (free_func))
    +# define sk_CONF_VALUE_shift(st) SKM_sk_shift(CONF_VALUE, (st))
    +# define sk_CONF_VALUE_pop(st) SKM_sk_pop(CONF_VALUE, (st))
    +# define sk_CONF_VALUE_sort(st) SKM_sk_sort(CONF_VALUE, (st))
    +# define sk_CONF_VALUE_is_sorted(st) SKM_sk_is_sorted(CONF_VALUE, (st))
    +# define sk_CRYPTO_EX_DATA_FUNCS_new(cmp) SKM_sk_new(CRYPTO_EX_DATA_FUNCS, (cmp))
    +# define sk_CRYPTO_EX_DATA_FUNCS_new_null() SKM_sk_new_null(CRYPTO_EX_DATA_FUNCS)
    +# define sk_CRYPTO_EX_DATA_FUNCS_free(st) SKM_sk_free(CRYPTO_EX_DATA_FUNCS, (st))
    +# define sk_CRYPTO_EX_DATA_FUNCS_num(st) SKM_sk_num(CRYPTO_EX_DATA_FUNCS, (st))
    +# define sk_CRYPTO_EX_DATA_FUNCS_value(st, i) SKM_sk_value(CRYPTO_EX_DATA_FUNCS, (st), (i))
    +# define sk_CRYPTO_EX_DATA_FUNCS_set(st, i, val) SKM_sk_set(CRYPTO_EX_DATA_FUNCS, (st), (i), (val))
    +# define sk_CRYPTO_EX_DATA_FUNCS_zero(st) SKM_sk_zero(CRYPTO_EX_DATA_FUNCS, (st))
    +# define sk_CRYPTO_EX_DATA_FUNCS_push(st, val) SKM_sk_push(CRYPTO_EX_DATA_FUNCS, (st), (val))
    +# define sk_CRYPTO_EX_DATA_FUNCS_unshift(st, val) SKM_sk_unshift(CRYPTO_EX_DATA_FUNCS, (st), (val))
    +# define sk_CRYPTO_EX_DATA_FUNCS_find(st, val) SKM_sk_find(CRYPTO_EX_DATA_FUNCS, (st), (val))
    +# define sk_CRYPTO_EX_DATA_FUNCS_find_ex(st, val) SKM_sk_find_ex(CRYPTO_EX_DATA_FUNCS, (st), (val))
    +# define sk_CRYPTO_EX_DATA_FUNCS_delete(st, i) SKM_sk_delete(CRYPTO_EX_DATA_FUNCS, (st), (i))
    +# define sk_CRYPTO_EX_DATA_FUNCS_delete_ptr(st, ptr) SKM_sk_delete_ptr(CRYPTO_EX_DATA_FUNCS, (st), (ptr))
    +# define sk_CRYPTO_EX_DATA_FUNCS_insert(st, val, i) SKM_sk_insert(CRYPTO_EX_DATA_FUNCS, (st), (val), (i))
    +# define sk_CRYPTO_EX_DATA_FUNCS_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CRYPTO_EX_DATA_FUNCS, (st), (cmp))
    +# define sk_CRYPTO_EX_DATA_FUNCS_dup(st) SKM_sk_dup(CRYPTO_EX_DATA_FUNCS, st)
    +# define sk_CRYPTO_EX_DATA_FUNCS_pop_free(st, free_func) SKM_sk_pop_free(CRYPTO_EX_DATA_FUNCS, (st), (free_func))
    +# define sk_CRYPTO_EX_DATA_FUNCS_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(CRYPTO_EX_DATA_FUNCS, (st), (copy_func), (free_func))
    +# define sk_CRYPTO_EX_DATA_FUNCS_shift(st) SKM_sk_shift(CRYPTO_EX_DATA_FUNCS, (st))
    +# define sk_CRYPTO_EX_DATA_FUNCS_pop(st) SKM_sk_pop(CRYPTO_EX_DATA_FUNCS, (st))
    +# define sk_CRYPTO_EX_DATA_FUNCS_sort(st) SKM_sk_sort(CRYPTO_EX_DATA_FUNCS, (st))
    +# define sk_CRYPTO_EX_DATA_FUNCS_is_sorted(st) SKM_sk_is_sorted(CRYPTO_EX_DATA_FUNCS, (st))
    +# define sk_CRYPTO_dynlock_new(cmp) SKM_sk_new(CRYPTO_dynlock, (cmp))
    +# define sk_CRYPTO_dynlock_new_null() SKM_sk_new_null(CRYPTO_dynlock)
    +# define sk_CRYPTO_dynlock_free(st) SKM_sk_free(CRYPTO_dynlock, (st))
    +# define sk_CRYPTO_dynlock_num(st) SKM_sk_num(CRYPTO_dynlock, (st))
    +# define sk_CRYPTO_dynlock_value(st, i) SKM_sk_value(CRYPTO_dynlock, (st), (i))
    +# define sk_CRYPTO_dynlock_set(st, i, val) SKM_sk_set(CRYPTO_dynlock, (st), (i), (val))
    +# define sk_CRYPTO_dynlock_zero(st) SKM_sk_zero(CRYPTO_dynlock, (st))
    +# define sk_CRYPTO_dynlock_push(st, val) SKM_sk_push(CRYPTO_dynlock, (st), (val))
    +# define sk_CRYPTO_dynlock_unshift(st, val) SKM_sk_unshift(CRYPTO_dynlock, (st), (val))
    +# define sk_CRYPTO_dynlock_find(st, val) SKM_sk_find(CRYPTO_dynlock, (st), (val))
    +# define sk_CRYPTO_dynlock_find_ex(st, val) SKM_sk_find_ex(CRYPTO_dynlock, (st), (val))
    +# define sk_CRYPTO_dynlock_delete(st, i) SKM_sk_delete(CRYPTO_dynlock, (st), (i))
    +# define sk_CRYPTO_dynlock_delete_ptr(st, ptr) SKM_sk_delete_ptr(CRYPTO_dynlock, (st), (ptr))
    +# define sk_CRYPTO_dynlock_insert(st, val, i) SKM_sk_insert(CRYPTO_dynlock, (st), (val), (i))
    +# define sk_CRYPTO_dynlock_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CRYPTO_dynlock, (st), (cmp))
    +# define sk_CRYPTO_dynlock_dup(st) SKM_sk_dup(CRYPTO_dynlock, st)
    +# define sk_CRYPTO_dynlock_pop_free(st, free_func) SKM_sk_pop_free(CRYPTO_dynlock, (st), (free_func))
    +# define sk_CRYPTO_dynlock_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(CRYPTO_dynlock, (st), (copy_func), (free_func))
    +# define sk_CRYPTO_dynlock_shift(st) SKM_sk_shift(CRYPTO_dynlock, (st))
    +# define sk_CRYPTO_dynlock_pop(st) SKM_sk_pop(CRYPTO_dynlock, (st))
    +# define sk_CRYPTO_dynlock_sort(st) SKM_sk_sort(CRYPTO_dynlock, (st))
    +# define sk_CRYPTO_dynlock_is_sorted(st) SKM_sk_is_sorted(CRYPTO_dynlock, (st))
    +# define sk_DIST_POINT_new(cmp) SKM_sk_new(DIST_POINT, (cmp))
    +# define sk_DIST_POINT_new_null() SKM_sk_new_null(DIST_POINT)
    +# define sk_DIST_POINT_free(st) SKM_sk_free(DIST_POINT, (st))
    +# define sk_DIST_POINT_num(st) SKM_sk_num(DIST_POINT, (st))
    +# define sk_DIST_POINT_value(st, i) SKM_sk_value(DIST_POINT, (st), (i))
    +# define sk_DIST_POINT_set(st, i, val) SKM_sk_set(DIST_POINT, (st), (i), (val))
    +# define sk_DIST_POINT_zero(st) SKM_sk_zero(DIST_POINT, (st))
    +# define sk_DIST_POINT_push(st, val) SKM_sk_push(DIST_POINT, (st), (val))
    +# define sk_DIST_POINT_unshift(st, val) SKM_sk_unshift(DIST_POINT, (st), (val))
    +# define sk_DIST_POINT_find(st, val) SKM_sk_find(DIST_POINT, (st), (val))
    +# define sk_DIST_POINT_find_ex(st, val) SKM_sk_find_ex(DIST_POINT, (st), (val))
    +# define sk_DIST_POINT_delete(st, i) SKM_sk_delete(DIST_POINT, (st), (i))
    +# define sk_DIST_POINT_delete_ptr(st, ptr) SKM_sk_delete_ptr(DIST_POINT, (st), (ptr))
    +# define sk_DIST_POINT_insert(st, val, i) SKM_sk_insert(DIST_POINT, (st), (val), (i))
    +# define sk_DIST_POINT_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(DIST_POINT, (st), (cmp))
    +# define sk_DIST_POINT_dup(st) SKM_sk_dup(DIST_POINT, st)
    +# define sk_DIST_POINT_pop_free(st, free_func) SKM_sk_pop_free(DIST_POINT, (st), (free_func))
    +# define sk_DIST_POINT_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(DIST_POINT, (st), (copy_func), (free_func))
    +# define sk_DIST_POINT_shift(st) SKM_sk_shift(DIST_POINT, (st))
    +# define sk_DIST_POINT_pop(st) SKM_sk_pop(DIST_POINT, (st))
    +# define sk_DIST_POINT_sort(st) SKM_sk_sort(DIST_POINT, (st))
    +# define sk_DIST_POINT_is_sorted(st) SKM_sk_is_sorted(DIST_POINT, (st))
    +# define sk_ENGINE_new(cmp) SKM_sk_new(ENGINE, (cmp))
    +# define sk_ENGINE_new_null() SKM_sk_new_null(ENGINE)
    +# define sk_ENGINE_free(st) SKM_sk_free(ENGINE, (st))
    +# define sk_ENGINE_num(st) SKM_sk_num(ENGINE, (st))
    +# define sk_ENGINE_value(st, i) SKM_sk_value(ENGINE, (st), (i))
    +# define sk_ENGINE_set(st, i, val) SKM_sk_set(ENGINE, (st), (i), (val))
    +# define sk_ENGINE_zero(st) SKM_sk_zero(ENGINE, (st))
    +# define sk_ENGINE_push(st, val) SKM_sk_push(ENGINE, (st), (val))
    +# define sk_ENGINE_unshift(st, val) SKM_sk_unshift(ENGINE, (st), (val))
    +# define sk_ENGINE_find(st, val) SKM_sk_find(ENGINE, (st), (val))
    +# define sk_ENGINE_find_ex(st, val) SKM_sk_find_ex(ENGINE, (st), (val))
    +# define sk_ENGINE_delete(st, i) SKM_sk_delete(ENGINE, (st), (i))
    +# define sk_ENGINE_delete_ptr(st, ptr) SKM_sk_delete_ptr(ENGINE, (st), (ptr))
    +# define sk_ENGINE_insert(st, val, i) SKM_sk_insert(ENGINE, (st), (val), (i))
    +# define sk_ENGINE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ENGINE, (st), (cmp))
    +# define sk_ENGINE_dup(st) SKM_sk_dup(ENGINE, st)
    +# define sk_ENGINE_pop_free(st, free_func) SKM_sk_pop_free(ENGINE, (st), (free_func))
    +# define sk_ENGINE_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(ENGINE, (st), (copy_func), (free_func))
    +# define sk_ENGINE_shift(st) SKM_sk_shift(ENGINE, (st))
    +# define sk_ENGINE_pop(st) SKM_sk_pop(ENGINE, (st))
    +# define sk_ENGINE_sort(st) SKM_sk_sort(ENGINE, (st))
    +# define sk_ENGINE_is_sorted(st) SKM_sk_is_sorted(ENGINE, (st))
    +# define sk_ENGINE_CLEANUP_ITEM_new(cmp) SKM_sk_new(ENGINE_CLEANUP_ITEM, (cmp))
    +# define sk_ENGINE_CLEANUP_ITEM_new_null() SKM_sk_new_null(ENGINE_CLEANUP_ITEM)
    +# define sk_ENGINE_CLEANUP_ITEM_free(st) SKM_sk_free(ENGINE_CLEANUP_ITEM, (st))
    +# define sk_ENGINE_CLEANUP_ITEM_num(st) SKM_sk_num(ENGINE_CLEANUP_ITEM, (st))
    +# define sk_ENGINE_CLEANUP_ITEM_value(st, i) SKM_sk_value(ENGINE_CLEANUP_ITEM, (st), (i))
    +# define sk_ENGINE_CLEANUP_ITEM_set(st, i, val) SKM_sk_set(ENGINE_CLEANUP_ITEM, (st), (i), (val))
    +# define sk_ENGINE_CLEANUP_ITEM_zero(st) SKM_sk_zero(ENGINE_CLEANUP_ITEM, (st))
    +# define sk_ENGINE_CLEANUP_ITEM_push(st, val) SKM_sk_push(ENGINE_CLEANUP_ITEM, (st), (val))
    +# define sk_ENGINE_CLEANUP_ITEM_unshift(st, val) SKM_sk_unshift(ENGINE_CLEANUP_ITEM, (st), (val))
    +# define sk_ENGINE_CLEANUP_ITEM_find(st, val) SKM_sk_find(ENGINE_CLEANUP_ITEM, (st), (val))
    +# define sk_ENGINE_CLEANUP_ITEM_find_ex(st, val) SKM_sk_find_ex(ENGINE_CLEANUP_ITEM, (st), (val))
    +# define sk_ENGINE_CLEANUP_ITEM_delete(st, i) SKM_sk_delete(ENGINE_CLEANUP_ITEM, (st), (i))
    +# define sk_ENGINE_CLEANUP_ITEM_delete_ptr(st, ptr) SKM_sk_delete_ptr(ENGINE_CLEANUP_ITEM, (st), (ptr))
    +# define sk_ENGINE_CLEANUP_ITEM_insert(st, val, i) SKM_sk_insert(ENGINE_CLEANUP_ITEM, (st), (val), (i))
    +# define sk_ENGINE_CLEANUP_ITEM_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ENGINE_CLEANUP_ITEM, (st), (cmp))
    +# define sk_ENGINE_CLEANUP_ITEM_dup(st) SKM_sk_dup(ENGINE_CLEANUP_ITEM, st)
    +# define sk_ENGINE_CLEANUP_ITEM_pop_free(st, free_func) SKM_sk_pop_free(ENGINE_CLEANUP_ITEM, (st), (free_func))
    +# define sk_ENGINE_CLEANUP_ITEM_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(ENGINE_CLEANUP_ITEM, (st), (copy_func), (free_func))
    +# define sk_ENGINE_CLEANUP_ITEM_shift(st) SKM_sk_shift(ENGINE_CLEANUP_ITEM, (st))
    +# define sk_ENGINE_CLEANUP_ITEM_pop(st) SKM_sk_pop(ENGINE_CLEANUP_ITEM, (st))
    +# define sk_ENGINE_CLEANUP_ITEM_sort(st) SKM_sk_sort(ENGINE_CLEANUP_ITEM, (st))
    +# define sk_ENGINE_CLEANUP_ITEM_is_sorted(st) SKM_sk_is_sorted(ENGINE_CLEANUP_ITEM, (st))
    +# define sk_ESS_CERT_ID_new(cmp) SKM_sk_new(ESS_CERT_ID, (cmp))
    +# define sk_ESS_CERT_ID_new_null() SKM_sk_new_null(ESS_CERT_ID)
    +# define sk_ESS_CERT_ID_free(st) SKM_sk_free(ESS_CERT_ID, (st))
    +# define sk_ESS_CERT_ID_num(st) SKM_sk_num(ESS_CERT_ID, (st))
    +# define sk_ESS_CERT_ID_value(st, i) SKM_sk_value(ESS_CERT_ID, (st), (i))
    +# define sk_ESS_CERT_ID_set(st, i, val) SKM_sk_set(ESS_CERT_ID, (st), (i), (val))
    +# define sk_ESS_CERT_ID_zero(st) SKM_sk_zero(ESS_CERT_ID, (st))
    +# define sk_ESS_CERT_ID_push(st, val) SKM_sk_push(ESS_CERT_ID, (st), (val))
    +# define sk_ESS_CERT_ID_unshift(st, val) SKM_sk_unshift(ESS_CERT_ID, (st), (val))
    +# define sk_ESS_CERT_ID_find(st, val) SKM_sk_find(ESS_CERT_ID, (st), (val))
    +# define sk_ESS_CERT_ID_find_ex(st, val) SKM_sk_find_ex(ESS_CERT_ID, (st), (val))
    +# define sk_ESS_CERT_ID_delete(st, i) SKM_sk_delete(ESS_CERT_ID, (st), (i))
    +# define sk_ESS_CERT_ID_delete_ptr(st, ptr) SKM_sk_delete_ptr(ESS_CERT_ID, (st), (ptr))
    +# define sk_ESS_CERT_ID_insert(st, val, i) SKM_sk_insert(ESS_CERT_ID, (st), (val), (i))
    +# define sk_ESS_CERT_ID_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ESS_CERT_ID, (st), (cmp))
    +# define sk_ESS_CERT_ID_dup(st) SKM_sk_dup(ESS_CERT_ID, st)
    +# define sk_ESS_CERT_ID_pop_free(st, free_func) SKM_sk_pop_free(ESS_CERT_ID, (st), (free_func))
    +# define sk_ESS_CERT_ID_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(ESS_CERT_ID, (st), (copy_func), (free_func))
    +# define sk_ESS_CERT_ID_shift(st) SKM_sk_shift(ESS_CERT_ID, (st))
    +# define sk_ESS_CERT_ID_pop(st) SKM_sk_pop(ESS_CERT_ID, (st))
    +# define sk_ESS_CERT_ID_sort(st) SKM_sk_sort(ESS_CERT_ID, (st))
    +# define sk_ESS_CERT_ID_is_sorted(st) SKM_sk_is_sorted(ESS_CERT_ID, (st))
    +# define sk_EVP_MD_new(cmp) SKM_sk_new(EVP_MD, (cmp))
    +# define sk_EVP_MD_new_null() SKM_sk_new_null(EVP_MD)
    +# define sk_EVP_MD_free(st) SKM_sk_free(EVP_MD, (st))
    +# define sk_EVP_MD_num(st) SKM_sk_num(EVP_MD, (st))
    +# define sk_EVP_MD_value(st, i) SKM_sk_value(EVP_MD, (st), (i))
    +# define sk_EVP_MD_set(st, i, val) SKM_sk_set(EVP_MD, (st), (i), (val))
    +# define sk_EVP_MD_zero(st) SKM_sk_zero(EVP_MD, (st))
    +# define sk_EVP_MD_push(st, val) SKM_sk_push(EVP_MD, (st), (val))
    +# define sk_EVP_MD_unshift(st, val) SKM_sk_unshift(EVP_MD, (st), (val))
    +# define sk_EVP_MD_find(st, val) SKM_sk_find(EVP_MD, (st), (val))
    +# define sk_EVP_MD_find_ex(st, val) SKM_sk_find_ex(EVP_MD, (st), (val))
    +# define sk_EVP_MD_delete(st, i) SKM_sk_delete(EVP_MD, (st), (i))
    +# define sk_EVP_MD_delete_ptr(st, ptr) SKM_sk_delete_ptr(EVP_MD, (st), (ptr))
    +# define sk_EVP_MD_insert(st, val, i) SKM_sk_insert(EVP_MD, (st), (val), (i))
    +# define sk_EVP_MD_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(EVP_MD, (st), (cmp))
    +# define sk_EVP_MD_dup(st) SKM_sk_dup(EVP_MD, st)
    +# define sk_EVP_MD_pop_free(st, free_func) SKM_sk_pop_free(EVP_MD, (st), (free_func))
    +# define sk_EVP_MD_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(EVP_MD, (st), (copy_func), (free_func))
    +# define sk_EVP_MD_shift(st) SKM_sk_shift(EVP_MD, (st))
    +# define sk_EVP_MD_pop(st) SKM_sk_pop(EVP_MD, (st))
    +# define sk_EVP_MD_sort(st) SKM_sk_sort(EVP_MD, (st))
    +# define sk_EVP_MD_is_sorted(st) SKM_sk_is_sorted(EVP_MD, (st))
    +# define sk_EVP_PBE_CTL_new(cmp) SKM_sk_new(EVP_PBE_CTL, (cmp))
    +# define sk_EVP_PBE_CTL_new_null() SKM_sk_new_null(EVP_PBE_CTL)
    +# define sk_EVP_PBE_CTL_free(st) SKM_sk_free(EVP_PBE_CTL, (st))
    +# define sk_EVP_PBE_CTL_num(st) SKM_sk_num(EVP_PBE_CTL, (st))
    +# define sk_EVP_PBE_CTL_value(st, i) SKM_sk_value(EVP_PBE_CTL, (st), (i))
    +# define sk_EVP_PBE_CTL_set(st, i, val) SKM_sk_set(EVP_PBE_CTL, (st), (i), (val))
    +# define sk_EVP_PBE_CTL_zero(st) SKM_sk_zero(EVP_PBE_CTL, (st))
    +# define sk_EVP_PBE_CTL_push(st, val) SKM_sk_push(EVP_PBE_CTL, (st), (val))
    +# define sk_EVP_PBE_CTL_unshift(st, val) SKM_sk_unshift(EVP_PBE_CTL, (st), (val))
    +# define sk_EVP_PBE_CTL_find(st, val) SKM_sk_find(EVP_PBE_CTL, (st), (val))
    +# define sk_EVP_PBE_CTL_find_ex(st, val) SKM_sk_find_ex(EVP_PBE_CTL, (st), (val))
    +# define sk_EVP_PBE_CTL_delete(st, i) SKM_sk_delete(EVP_PBE_CTL, (st), (i))
    +# define sk_EVP_PBE_CTL_delete_ptr(st, ptr) SKM_sk_delete_ptr(EVP_PBE_CTL, (st), (ptr))
    +# define sk_EVP_PBE_CTL_insert(st, val, i) SKM_sk_insert(EVP_PBE_CTL, (st), (val), (i))
    +# define sk_EVP_PBE_CTL_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(EVP_PBE_CTL, (st), (cmp))
    +# define sk_EVP_PBE_CTL_dup(st) SKM_sk_dup(EVP_PBE_CTL, st)
    +# define sk_EVP_PBE_CTL_pop_free(st, free_func) SKM_sk_pop_free(EVP_PBE_CTL, (st), (free_func))
    +# define sk_EVP_PBE_CTL_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(EVP_PBE_CTL, (st), (copy_func), (free_func))
    +# define sk_EVP_PBE_CTL_shift(st) SKM_sk_shift(EVP_PBE_CTL, (st))
    +# define sk_EVP_PBE_CTL_pop(st) SKM_sk_pop(EVP_PBE_CTL, (st))
    +# define sk_EVP_PBE_CTL_sort(st) SKM_sk_sort(EVP_PBE_CTL, (st))
    +# define sk_EVP_PBE_CTL_is_sorted(st) SKM_sk_is_sorted(EVP_PBE_CTL, (st))
    +# define sk_EVP_PKEY_ASN1_METHOD_new(cmp) SKM_sk_new(EVP_PKEY_ASN1_METHOD, (cmp))
    +# define sk_EVP_PKEY_ASN1_METHOD_new_null() SKM_sk_new_null(EVP_PKEY_ASN1_METHOD)
    +# define sk_EVP_PKEY_ASN1_METHOD_free(st) SKM_sk_free(EVP_PKEY_ASN1_METHOD, (st))
    +# define sk_EVP_PKEY_ASN1_METHOD_num(st) SKM_sk_num(EVP_PKEY_ASN1_METHOD, (st))
    +# define sk_EVP_PKEY_ASN1_METHOD_value(st, i) SKM_sk_value(EVP_PKEY_ASN1_METHOD, (st), (i))
    +# define sk_EVP_PKEY_ASN1_METHOD_set(st, i, val) SKM_sk_set(EVP_PKEY_ASN1_METHOD, (st), (i), (val))
    +# define sk_EVP_PKEY_ASN1_METHOD_zero(st) SKM_sk_zero(EVP_PKEY_ASN1_METHOD, (st))
    +# define sk_EVP_PKEY_ASN1_METHOD_push(st, val) SKM_sk_push(EVP_PKEY_ASN1_METHOD, (st), (val))
    +# define sk_EVP_PKEY_ASN1_METHOD_unshift(st, val) SKM_sk_unshift(EVP_PKEY_ASN1_METHOD, (st), (val))
    +# define sk_EVP_PKEY_ASN1_METHOD_find(st, val) SKM_sk_find(EVP_PKEY_ASN1_METHOD, (st), (val))
    +# define sk_EVP_PKEY_ASN1_METHOD_find_ex(st, val) SKM_sk_find_ex(EVP_PKEY_ASN1_METHOD, (st), (val))
    +# define sk_EVP_PKEY_ASN1_METHOD_delete(st, i) SKM_sk_delete(EVP_PKEY_ASN1_METHOD, (st), (i))
    +# define sk_EVP_PKEY_ASN1_METHOD_delete_ptr(st, ptr) SKM_sk_delete_ptr(EVP_PKEY_ASN1_METHOD, (st), (ptr))
    +# define sk_EVP_PKEY_ASN1_METHOD_insert(st, val, i) SKM_sk_insert(EVP_PKEY_ASN1_METHOD, (st), (val), (i))
    +# define sk_EVP_PKEY_ASN1_METHOD_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(EVP_PKEY_ASN1_METHOD, (st), (cmp))
    +# define sk_EVP_PKEY_ASN1_METHOD_dup(st) SKM_sk_dup(EVP_PKEY_ASN1_METHOD, st)
    +# define sk_EVP_PKEY_ASN1_METHOD_pop_free(st, free_func) SKM_sk_pop_free(EVP_PKEY_ASN1_METHOD, (st), (free_func))
    +# define sk_EVP_PKEY_ASN1_METHOD_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(EVP_PKEY_ASN1_METHOD, (st), (copy_func), (free_func))
    +# define sk_EVP_PKEY_ASN1_METHOD_shift(st) SKM_sk_shift(EVP_PKEY_ASN1_METHOD, (st))
    +# define sk_EVP_PKEY_ASN1_METHOD_pop(st) SKM_sk_pop(EVP_PKEY_ASN1_METHOD, (st))
    +# define sk_EVP_PKEY_ASN1_METHOD_sort(st) SKM_sk_sort(EVP_PKEY_ASN1_METHOD, (st))
    +# define sk_EVP_PKEY_ASN1_METHOD_is_sorted(st) SKM_sk_is_sorted(EVP_PKEY_ASN1_METHOD, (st))
    +# define sk_EVP_PKEY_METHOD_new(cmp) SKM_sk_new(EVP_PKEY_METHOD, (cmp))
    +# define sk_EVP_PKEY_METHOD_new_null() SKM_sk_new_null(EVP_PKEY_METHOD)
    +# define sk_EVP_PKEY_METHOD_free(st) SKM_sk_free(EVP_PKEY_METHOD, (st))
    +# define sk_EVP_PKEY_METHOD_num(st) SKM_sk_num(EVP_PKEY_METHOD, (st))
    +# define sk_EVP_PKEY_METHOD_value(st, i) SKM_sk_value(EVP_PKEY_METHOD, (st), (i))
    +# define sk_EVP_PKEY_METHOD_set(st, i, val) SKM_sk_set(EVP_PKEY_METHOD, (st), (i), (val))
    +# define sk_EVP_PKEY_METHOD_zero(st) SKM_sk_zero(EVP_PKEY_METHOD, (st))
    +# define sk_EVP_PKEY_METHOD_push(st, val) SKM_sk_push(EVP_PKEY_METHOD, (st), (val))
    +# define sk_EVP_PKEY_METHOD_unshift(st, val) SKM_sk_unshift(EVP_PKEY_METHOD, (st), (val))
    +# define sk_EVP_PKEY_METHOD_find(st, val) SKM_sk_find(EVP_PKEY_METHOD, (st), (val))
    +# define sk_EVP_PKEY_METHOD_find_ex(st, val) SKM_sk_find_ex(EVP_PKEY_METHOD, (st), (val))
    +# define sk_EVP_PKEY_METHOD_delete(st, i) SKM_sk_delete(EVP_PKEY_METHOD, (st), (i))
    +# define sk_EVP_PKEY_METHOD_delete_ptr(st, ptr) SKM_sk_delete_ptr(EVP_PKEY_METHOD, (st), (ptr))
    +# define sk_EVP_PKEY_METHOD_insert(st, val, i) SKM_sk_insert(EVP_PKEY_METHOD, (st), (val), (i))
    +# define sk_EVP_PKEY_METHOD_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(EVP_PKEY_METHOD, (st), (cmp))
    +# define sk_EVP_PKEY_METHOD_dup(st) SKM_sk_dup(EVP_PKEY_METHOD, st)
    +# define sk_EVP_PKEY_METHOD_pop_free(st, free_func) SKM_sk_pop_free(EVP_PKEY_METHOD, (st), (free_func))
    +# define sk_EVP_PKEY_METHOD_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(EVP_PKEY_METHOD, (st), (copy_func), (free_func))
    +# define sk_EVP_PKEY_METHOD_shift(st) SKM_sk_shift(EVP_PKEY_METHOD, (st))
    +# define sk_EVP_PKEY_METHOD_pop(st) SKM_sk_pop(EVP_PKEY_METHOD, (st))
    +# define sk_EVP_PKEY_METHOD_sort(st) SKM_sk_sort(EVP_PKEY_METHOD, (st))
    +# define sk_EVP_PKEY_METHOD_is_sorted(st) SKM_sk_is_sorted(EVP_PKEY_METHOD, (st))
    +# define sk_GENERAL_NAME_new(cmp) SKM_sk_new(GENERAL_NAME, (cmp))
    +# define sk_GENERAL_NAME_new_null() SKM_sk_new_null(GENERAL_NAME)
    +# define sk_GENERAL_NAME_free(st) SKM_sk_free(GENERAL_NAME, (st))
    +# define sk_GENERAL_NAME_num(st) SKM_sk_num(GENERAL_NAME, (st))
    +# define sk_GENERAL_NAME_value(st, i) SKM_sk_value(GENERAL_NAME, (st), (i))
    +# define sk_GENERAL_NAME_set(st, i, val) SKM_sk_set(GENERAL_NAME, (st), (i), (val))
    +# define sk_GENERAL_NAME_zero(st) SKM_sk_zero(GENERAL_NAME, (st))
    +# define sk_GENERAL_NAME_push(st, val) SKM_sk_push(GENERAL_NAME, (st), (val))
    +# define sk_GENERAL_NAME_unshift(st, val) SKM_sk_unshift(GENERAL_NAME, (st), (val))
    +# define sk_GENERAL_NAME_find(st, val) SKM_sk_find(GENERAL_NAME, (st), (val))
    +# define sk_GENERAL_NAME_find_ex(st, val) SKM_sk_find_ex(GENERAL_NAME, (st), (val))
    +# define sk_GENERAL_NAME_delete(st, i) SKM_sk_delete(GENERAL_NAME, (st), (i))
    +# define sk_GENERAL_NAME_delete_ptr(st, ptr) SKM_sk_delete_ptr(GENERAL_NAME, (st), (ptr))
    +# define sk_GENERAL_NAME_insert(st, val, i) SKM_sk_insert(GENERAL_NAME, (st), (val), (i))
    +# define sk_GENERAL_NAME_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(GENERAL_NAME, (st), (cmp))
    +# define sk_GENERAL_NAME_dup(st) SKM_sk_dup(GENERAL_NAME, st)
    +# define sk_GENERAL_NAME_pop_free(st, free_func) SKM_sk_pop_free(GENERAL_NAME, (st), (free_func))
    +# define sk_GENERAL_NAME_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(GENERAL_NAME, (st), (copy_func), (free_func))
    +# define sk_GENERAL_NAME_shift(st) SKM_sk_shift(GENERAL_NAME, (st))
    +# define sk_GENERAL_NAME_pop(st) SKM_sk_pop(GENERAL_NAME, (st))
    +# define sk_GENERAL_NAME_sort(st) SKM_sk_sort(GENERAL_NAME, (st))
    +# define sk_GENERAL_NAME_is_sorted(st) SKM_sk_is_sorted(GENERAL_NAME, (st))
    +# define sk_GENERAL_NAMES_new(cmp) SKM_sk_new(GENERAL_NAMES, (cmp))
    +# define sk_GENERAL_NAMES_new_null() SKM_sk_new_null(GENERAL_NAMES)
    +# define sk_GENERAL_NAMES_free(st) SKM_sk_free(GENERAL_NAMES, (st))
    +# define sk_GENERAL_NAMES_num(st) SKM_sk_num(GENERAL_NAMES, (st))
    +# define sk_GENERAL_NAMES_value(st, i) SKM_sk_value(GENERAL_NAMES, (st), (i))
    +# define sk_GENERAL_NAMES_set(st, i, val) SKM_sk_set(GENERAL_NAMES, (st), (i), (val))
    +# define sk_GENERAL_NAMES_zero(st) SKM_sk_zero(GENERAL_NAMES, (st))
    +# define sk_GENERAL_NAMES_push(st, val) SKM_sk_push(GENERAL_NAMES, (st), (val))
    +# define sk_GENERAL_NAMES_unshift(st, val) SKM_sk_unshift(GENERAL_NAMES, (st), (val))
    +# define sk_GENERAL_NAMES_find(st, val) SKM_sk_find(GENERAL_NAMES, (st), (val))
    +# define sk_GENERAL_NAMES_find_ex(st, val) SKM_sk_find_ex(GENERAL_NAMES, (st), (val))
    +# define sk_GENERAL_NAMES_delete(st, i) SKM_sk_delete(GENERAL_NAMES, (st), (i))
    +# define sk_GENERAL_NAMES_delete_ptr(st, ptr) SKM_sk_delete_ptr(GENERAL_NAMES, (st), (ptr))
    +# define sk_GENERAL_NAMES_insert(st, val, i) SKM_sk_insert(GENERAL_NAMES, (st), (val), (i))
    +# define sk_GENERAL_NAMES_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(GENERAL_NAMES, (st), (cmp))
    +# define sk_GENERAL_NAMES_dup(st) SKM_sk_dup(GENERAL_NAMES, st)
    +# define sk_GENERAL_NAMES_pop_free(st, free_func) SKM_sk_pop_free(GENERAL_NAMES, (st), (free_func))
    +# define sk_GENERAL_NAMES_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(GENERAL_NAMES, (st), (copy_func), (free_func))
    +# define sk_GENERAL_NAMES_shift(st) SKM_sk_shift(GENERAL_NAMES, (st))
    +# define sk_GENERAL_NAMES_pop(st) SKM_sk_pop(GENERAL_NAMES, (st))
    +# define sk_GENERAL_NAMES_sort(st) SKM_sk_sort(GENERAL_NAMES, (st))
    +# define sk_GENERAL_NAMES_is_sorted(st) SKM_sk_is_sorted(GENERAL_NAMES, (st))
    +# define sk_GENERAL_SUBTREE_new(cmp) SKM_sk_new(GENERAL_SUBTREE, (cmp))
    +# define sk_GENERAL_SUBTREE_new_null() SKM_sk_new_null(GENERAL_SUBTREE)
    +# define sk_GENERAL_SUBTREE_free(st) SKM_sk_free(GENERAL_SUBTREE, (st))
    +# define sk_GENERAL_SUBTREE_num(st) SKM_sk_num(GENERAL_SUBTREE, (st))
    +# define sk_GENERAL_SUBTREE_value(st, i) SKM_sk_value(GENERAL_SUBTREE, (st), (i))
    +# define sk_GENERAL_SUBTREE_set(st, i, val) SKM_sk_set(GENERAL_SUBTREE, (st), (i), (val))
    +# define sk_GENERAL_SUBTREE_zero(st) SKM_sk_zero(GENERAL_SUBTREE, (st))
    +# define sk_GENERAL_SUBTREE_push(st, val) SKM_sk_push(GENERAL_SUBTREE, (st), (val))
    +# define sk_GENERAL_SUBTREE_unshift(st, val) SKM_sk_unshift(GENERAL_SUBTREE, (st), (val))
    +# define sk_GENERAL_SUBTREE_find(st, val) SKM_sk_find(GENERAL_SUBTREE, (st), (val))
    +# define sk_GENERAL_SUBTREE_find_ex(st, val) SKM_sk_find_ex(GENERAL_SUBTREE, (st), (val))
    +# define sk_GENERAL_SUBTREE_delete(st, i) SKM_sk_delete(GENERAL_SUBTREE, (st), (i))
    +# define sk_GENERAL_SUBTREE_delete_ptr(st, ptr) SKM_sk_delete_ptr(GENERAL_SUBTREE, (st), (ptr))
    +# define sk_GENERAL_SUBTREE_insert(st, val, i) SKM_sk_insert(GENERAL_SUBTREE, (st), (val), (i))
    +# define sk_GENERAL_SUBTREE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(GENERAL_SUBTREE, (st), (cmp))
    +# define sk_GENERAL_SUBTREE_dup(st) SKM_sk_dup(GENERAL_SUBTREE, st)
    +# define sk_GENERAL_SUBTREE_pop_free(st, free_func) SKM_sk_pop_free(GENERAL_SUBTREE, (st), (free_func))
    +# define sk_GENERAL_SUBTREE_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(GENERAL_SUBTREE, (st), (copy_func), (free_func))
    +# define sk_GENERAL_SUBTREE_shift(st) SKM_sk_shift(GENERAL_SUBTREE, (st))
    +# define sk_GENERAL_SUBTREE_pop(st) SKM_sk_pop(GENERAL_SUBTREE, (st))
    +# define sk_GENERAL_SUBTREE_sort(st) SKM_sk_sort(GENERAL_SUBTREE, (st))
    +# define sk_GENERAL_SUBTREE_is_sorted(st) SKM_sk_is_sorted(GENERAL_SUBTREE, (st))
    +# define sk_IPAddressFamily_new(cmp) SKM_sk_new(IPAddressFamily, (cmp))
    +# define sk_IPAddressFamily_new_null() SKM_sk_new_null(IPAddressFamily)
    +# define sk_IPAddressFamily_free(st) SKM_sk_free(IPAddressFamily, (st))
    +# define sk_IPAddressFamily_num(st) SKM_sk_num(IPAddressFamily, (st))
    +# define sk_IPAddressFamily_value(st, i) SKM_sk_value(IPAddressFamily, (st), (i))
    +# define sk_IPAddressFamily_set(st, i, val) SKM_sk_set(IPAddressFamily, (st), (i), (val))
    +# define sk_IPAddressFamily_zero(st) SKM_sk_zero(IPAddressFamily, (st))
    +# define sk_IPAddressFamily_push(st, val) SKM_sk_push(IPAddressFamily, (st), (val))
    +# define sk_IPAddressFamily_unshift(st, val) SKM_sk_unshift(IPAddressFamily, (st), (val))
    +# define sk_IPAddressFamily_find(st, val) SKM_sk_find(IPAddressFamily, (st), (val))
    +# define sk_IPAddressFamily_find_ex(st, val) SKM_sk_find_ex(IPAddressFamily, (st), (val))
    +# define sk_IPAddressFamily_delete(st, i) SKM_sk_delete(IPAddressFamily, (st), (i))
    +# define sk_IPAddressFamily_delete_ptr(st, ptr) SKM_sk_delete_ptr(IPAddressFamily, (st), (ptr))
    +# define sk_IPAddressFamily_insert(st, val, i) SKM_sk_insert(IPAddressFamily, (st), (val), (i))
    +# define sk_IPAddressFamily_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(IPAddressFamily, (st), (cmp))
    +# define sk_IPAddressFamily_dup(st) SKM_sk_dup(IPAddressFamily, st)
    +# define sk_IPAddressFamily_pop_free(st, free_func) SKM_sk_pop_free(IPAddressFamily, (st), (free_func))
    +# define sk_IPAddressFamily_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(IPAddressFamily, (st), (copy_func), (free_func))
    +# define sk_IPAddressFamily_shift(st) SKM_sk_shift(IPAddressFamily, (st))
    +# define sk_IPAddressFamily_pop(st) SKM_sk_pop(IPAddressFamily, (st))
    +# define sk_IPAddressFamily_sort(st) SKM_sk_sort(IPAddressFamily, (st))
    +# define sk_IPAddressFamily_is_sorted(st) SKM_sk_is_sorted(IPAddressFamily, (st))
    +# define sk_IPAddressOrRange_new(cmp) SKM_sk_new(IPAddressOrRange, (cmp))
    +# define sk_IPAddressOrRange_new_null() SKM_sk_new_null(IPAddressOrRange)
    +# define sk_IPAddressOrRange_free(st) SKM_sk_free(IPAddressOrRange, (st))
    +# define sk_IPAddressOrRange_num(st) SKM_sk_num(IPAddressOrRange, (st))
    +# define sk_IPAddressOrRange_value(st, i) SKM_sk_value(IPAddressOrRange, (st), (i))
    +# define sk_IPAddressOrRange_set(st, i, val) SKM_sk_set(IPAddressOrRange, (st), (i), (val))
    +# define sk_IPAddressOrRange_zero(st) SKM_sk_zero(IPAddressOrRange, (st))
    +# define sk_IPAddressOrRange_push(st, val) SKM_sk_push(IPAddressOrRange, (st), (val))
    +# define sk_IPAddressOrRange_unshift(st, val) SKM_sk_unshift(IPAddressOrRange, (st), (val))
    +# define sk_IPAddressOrRange_find(st, val) SKM_sk_find(IPAddressOrRange, (st), (val))
    +# define sk_IPAddressOrRange_find_ex(st, val) SKM_sk_find_ex(IPAddressOrRange, (st), (val))
    +# define sk_IPAddressOrRange_delete(st, i) SKM_sk_delete(IPAddressOrRange, (st), (i))
    +# define sk_IPAddressOrRange_delete_ptr(st, ptr) SKM_sk_delete_ptr(IPAddressOrRange, (st), (ptr))
    +# define sk_IPAddressOrRange_insert(st, val, i) SKM_sk_insert(IPAddressOrRange, (st), (val), (i))
    +# define sk_IPAddressOrRange_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(IPAddressOrRange, (st), (cmp))
    +# define sk_IPAddressOrRange_dup(st) SKM_sk_dup(IPAddressOrRange, st)
    +# define sk_IPAddressOrRange_pop_free(st, free_func) SKM_sk_pop_free(IPAddressOrRange, (st), (free_func))
    +# define sk_IPAddressOrRange_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(IPAddressOrRange, (st), (copy_func), (free_func))
    +# define sk_IPAddressOrRange_shift(st) SKM_sk_shift(IPAddressOrRange, (st))
    +# define sk_IPAddressOrRange_pop(st) SKM_sk_pop(IPAddressOrRange, (st))
    +# define sk_IPAddressOrRange_sort(st) SKM_sk_sort(IPAddressOrRange, (st))
    +# define sk_IPAddressOrRange_is_sorted(st) SKM_sk_is_sorted(IPAddressOrRange, (st))
    +# define sk_KRB5_APREQBODY_new(cmp) SKM_sk_new(KRB5_APREQBODY, (cmp))
    +# define sk_KRB5_APREQBODY_new_null() SKM_sk_new_null(KRB5_APREQBODY)
    +# define sk_KRB5_APREQBODY_free(st) SKM_sk_free(KRB5_APREQBODY, (st))
    +# define sk_KRB5_APREQBODY_num(st) SKM_sk_num(KRB5_APREQBODY, (st))
    +# define sk_KRB5_APREQBODY_value(st, i) SKM_sk_value(KRB5_APREQBODY, (st), (i))
    +# define sk_KRB5_APREQBODY_set(st, i, val) SKM_sk_set(KRB5_APREQBODY, (st), (i), (val))
    +# define sk_KRB5_APREQBODY_zero(st) SKM_sk_zero(KRB5_APREQBODY, (st))
    +# define sk_KRB5_APREQBODY_push(st, val) SKM_sk_push(KRB5_APREQBODY, (st), (val))
    +# define sk_KRB5_APREQBODY_unshift(st, val) SKM_sk_unshift(KRB5_APREQBODY, (st), (val))
    +# define sk_KRB5_APREQBODY_find(st, val) SKM_sk_find(KRB5_APREQBODY, (st), (val))
    +# define sk_KRB5_APREQBODY_find_ex(st, val) SKM_sk_find_ex(KRB5_APREQBODY, (st), (val))
    +# define sk_KRB5_APREQBODY_delete(st, i) SKM_sk_delete(KRB5_APREQBODY, (st), (i))
    +# define sk_KRB5_APREQBODY_delete_ptr(st, ptr) SKM_sk_delete_ptr(KRB5_APREQBODY, (st), (ptr))
    +# define sk_KRB5_APREQBODY_insert(st, val, i) SKM_sk_insert(KRB5_APREQBODY, (st), (val), (i))
    +# define sk_KRB5_APREQBODY_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(KRB5_APREQBODY, (st), (cmp))
    +# define sk_KRB5_APREQBODY_dup(st) SKM_sk_dup(KRB5_APREQBODY, st)
    +# define sk_KRB5_APREQBODY_pop_free(st, free_func) SKM_sk_pop_free(KRB5_APREQBODY, (st), (free_func))
    +# define sk_KRB5_APREQBODY_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(KRB5_APREQBODY, (st), (copy_func), (free_func))
    +# define sk_KRB5_APREQBODY_shift(st) SKM_sk_shift(KRB5_APREQBODY, (st))
    +# define sk_KRB5_APREQBODY_pop(st) SKM_sk_pop(KRB5_APREQBODY, (st))
    +# define sk_KRB5_APREQBODY_sort(st) SKM_sk_sort(KRB5_APREQBODY, (st))
    +# define sk_KRB5_APREQBODY_is_sorted(st) SKM_sk_is_sorted(KRB5_APREQBODY, (st))
    +# define sk_KRB5_AUTHDATA_new(cmp) SKM_sk_new(KRB5_AUTHDATA, (cmp))
    +# define sk_KRB5_AUTHDATA_new_null() SKM_sk_new_null(KRB5_AUTHDATA)
    +# define sk_KRB5_AUTHDATA_free(st) SKM_sk_free(KRB5_AUTHDATA, (st))
    +# define sk_KRB5_AUTHDATA_num(st) SKM_sk_num(KRB5_AUTHDATA, (st))
    +# define sk_KRB5_AUTHDATA_value(st, i) SKM_sk_value(KRB5_AUTHDATA, (st), (i))
    +# define sk_KRB5_AUTHDATA_set(st, i, val) SKM_sk_set(KRB5_AUTHDATA, (st), (i), (val))
    +# define sk_KRB5_AUTHDATA_zero(st) SKM_sk_zero(KRB5_AUTHDATA, (st))
    +# define sk_KRB5_AUTHDATA_push(st, val) SKM_sk_push(KRB5_AUTHDATA, (st), (val))
    +# define sk_KRB5_AUTHDATA_unshift(st, val) SKM_sk_unshift(KRB5_AUTHDATA, (st), (val))
    +# define sk_KRB5_AUTHDATA_find(st, val) SKM_sk_find(KRB5_AUTHDATA, (st), (val))
    +# define sk_KRB5_AUTHDATA_find_ex(st, val) SKM_sk_find_ex(KRB5_AUTHDATA, (st), (val))
    +# define sk_KRB5_AUTHDATA_delete(st, i) SKM_sk_delete(KRB5_AUTHDATA, (st), (i))
    +# define sk_KRB5_AUTHDATA_delete_ptr(st, ptr) SKM_sk_delete_ptr(KRB5_AUTHDATA, (st), (ptr))
    +# define sk_KRB5_AUTHDATA_insert(st, val, i) SKM_sk_insert(KRB5_AUTHDATA, (st), (val), (i))
    +# define sk_KRB5_AUTHDATA_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(KRB5_AUTHDATA, (st), (cmp))
    +# define sk_KRB5_AUTHDATA_dup(st) SKM_sk_dup(KRB5_AUTHDATA, st)
    +# define sk_KRB5_AUTHDATA_pop_free(st, free_func) SKM_sk_pop_free(KRB5_AUTHDATA, (st), (free_func))
    +# define sk_KRB5_AUTHDATA_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(KRB5_AUTHDATA, (st), (copy_func), (free_func))
    +# define sk_KRB5_AUTHDATA_shift(st) SKM_sk_shift(KRB5_AUTHDATA, (st))
    +# define sk_KRB5_AUTHDATA_pop(st) SKM_sk_pop(KRB5_AUTHDATA, (st))
    +# define sk_KRB5_AUTHDATA_sort(st) SKM_sk_sort(KRB5_AUTHDATA, (st))
    +# define sk_KRB5_AUTHDATA_is_sorted(st) SKM_sk_is_sorted(KRB5_AUTHDATA, (st))
    +# define sk_KRB5_AUTHENTBODY_new(cmp) SKM_sk_new(KRB5_AUTHENTBODY, (cmp))
    +# define sk_KRB5_AUTHENTBODY_new_null() SKM_sk_new_null(KRB5_AUTHENTBODY)
    +# define sk_KRB5_AUTHENTBODY_free(st) SKM_sk_free(KRB5_AUTHENTBODY, (st))
    +# define sk_KRB5_AUTHENTBODY_num(st) SKM_sk_num(KRB5_AUTHENTBODY, (st))
    +# define sk_KRB5_AUTHENTBODY_value(st, i) SKM_sk_value(KRB5_AUTHENTBODY, (st), (i))
    +# define sk_KRB5_AUTHENTBODY_set(st, i, val) SKM_sk_set(KRB5_AUTHENTBODY, (st), (i), (val))
    +# define sk_KRB5_AUTHENTBODY_zero(st) SKM_sk_zero(KRB5_AUTHENTBODY, (st))
    +# define sk_KRB5_AUTHENTBODY_push(st, val) SKM_sk_push(KRB5_AUTHENTBODY, (st), (val))
    +# define sk_KRB5_AUTHENTBODY_unshift(st, val) SKM_sk_unshift(KRB5_AUTHENTBODY, (st), (val))
    +# define sk_KRB5_AUTHENTBODY_find(st, val) SKM_sk_find(KRB5_AUTHENTBODY, (st), (val))
    +# define sk_KRB5_AUTHENTBODY_find_ex(st, val) SKM_sk_find_ex(KRB5_AUTHENTBODY, (st), (val))
    +# define sk_KRB5_AUTHENTBODY_delete(st, i) SKM_sk_delete(KRB5_AUTHENTBODY, (st), (i))
    +# define sk_KRB5_AUTHENTBODY_delete_ptr(st, ptr) SKM_sk_delete_ptr(KRB5_AUTHENTBODY, (st), (ptr))
    +# define sk_KRB5_AUTHENTBODY_insert(st, val, i) SKM_sk_insert(KRB5_AUTHENTBODY, (st), (val), (i))
    +# define sk_KRB5_AUTHENTBODY_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(KRB5_AUTHENTBODY, (st), (cmp))
    +# define sk_KRB5_AUTHENTBODY_dup(st) SKM_sk_dup(KRB5_AUTHENTBODY, st)
    +# define sk_KRB5_AUTHENTBODY_pop_free(st, free_func) SKM_sk_pop_free(KRB5_AUTHENTBODY, (st), (free_func))
    +# define sk_KRB5_AUTHENTBODY_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(KRB5_AUTHENTBODY, (st), (copy_func), (free_func))
    +# define sk_KRB5_AUTHENTBODY_shift(st) SKM_sk_shift(KRB5_AUTHENTBODY, (st))
    +# define sk_KRB5_AUTHENTBODY_pop(st) SKM_sk_pop(KRB5_AUTHENTBODY, (st))
    +# define sk_KRB5_AUTHENTBODY_sort(st) SKM_sk_sort(KRB5_AUTHENTBODY, (st))
    +# define sk_KRB5_AUTHENTBODY_is_sorted(st) SKM_sk_is_sorted(KRB5_AUTHENTBODY, (st))
    +# define sk_KRB5_CHECKSUM_new(cmp) SKM_sk_new(KRB5_CHECKSUM, (cmp))
    +# define sk_KRB5_CHECKSUM_new_null() SKM_sk_new_null(KRB5_CHECKSUM)
    +# define sk_KRB5_CHECKSUM_free(st) SKM_sk_free(KRB5_CHECKSUM, (st))
    +# define sk_KRB5_CHECKSUM_num(st) SKM_sk_num(KRB5_CHECKSUM, (st))
    +# define sk_KRB5_CHECKSUM_value(st, i) SKM_sk_value(KRB5_CHECKSUM, (st), (i))
    +# define sk_KRB5_CHECKSUM_set(st, i, val) SKM_sk_set(KRB5_CHECKSUM, (st), (i), (val))
    +# define sk_KRB5_CHECKSUM_zero(st) SKM_sk_zero(KRB5_CHECKSUM, (st))
    +# define sk_KRB5_CHECKSUM_push(st, val) SKM_sk_push(KRB5_CHECKSUM, (st), (val))
    +# define sk_KRB5_CHECKSUM_unshift(st, val) SKM_sk_unshift(KRB5_CHECKSUM, (st), (val))
    +# define sk_KRB5_CHECKSUM_find(st, val) SKM_sk_find(KRB5_CHECKSUM, (st), (val))
    +# define sk_KRB5_CHECKSUM_find_ex(st, val) SKM_sk_find_ex(KRB5_CHECKSUM, (st), (val))
    +# define sk_KRB5_CHECKSUM_delete(st, i) SKM_sk_delete(KRB5_CHECKSUM, (st), (i))
    +# define sk_KRB5_CHECKSUM_delete_ptr(st, ptr) SKM_sk_delete_ptr(KRB5_CHECKSUM, (st), (ptr))
    +# define sk_KRB5_CHECKSUM_insert(st, val, i) SKM_sk_insert(KRB5_CHECKSUM, (st), (val), (i))
    +# define sk_KRB5_CHECKSUM_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(KRB5_CHECKSUM, (st), (cmp))
    +# define sk_KRB5_CHECKSUM_dup(st) SKM_sk_dup(KRB5_CHECKSUM, st)
    +# define sk_KRB5_CHECKSUM_pop_free(st, free_func) SKM_sk_pop_free(KRB5_CHECKSUM, (st), (free_func))
    +# define sk_KRB5_CHECKSUM_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(KRB5_CHECKSUM, (st), (copy_func), (free_func))
    +# define sk_KRB5_CHECKSUM_shift(st) SKM_sk_shift(KRB5_CHECKSUM, (st))
    +# define sk_KRB5_CHECKSUM_pop(st) SKM_sk_pop(KRB5_CHECKSUM, (st))
    +# define sk_KRB5_CHECKSUM_sort(st) SKM_sk_sort(KRB5_CHECKSUM, (st))
    +# define sk_KRB5_CHECKSUM_is_sorted(st) SKM_sk_is_sorted(KRB5_CHECKSUM, (st))
    +# define sk_KRB5_ENCDATA_new(cmp) SKM_sk_new(KRB5_ENCDATA, (cmp))
    +# define sk_KRB5_ENCDATA_new_null() SKM_sk_new_null(KRB5_ENCDATA)
    +# define sk_KRB5_ENCDATA_free(st) SKM_sk_free(KRB5_ENCDATA, (st))
    +# define sk_KRB5_ENCDATA_num(st) SKM_sk_num(KRB5_ENCDATA, (st))
    +# define sk_KRB5_ENCDATA_value(st, i) SKM_sk_value(KRB5_ENCDATA, (st), (i))
    +# define sk_KRB5_ENCDATA_set(st, i, val) SKM_sk_set(KRB5_ENCDATA, (st), (i), (val))
    +# define sk_KRB5_ENCDATA_zero(st) SKM_sk_zero(KRB5_ENCDATA, (st))
    +# define sk_KRB5_ENCDATA_push(st, val) SKM_sk_push(KRB5_ENCDATA, (st), (val))
    +# define sk_KRB5_ENCDATA_unshift(st, val) SKM_sk_unshift(KRB5_ENCDATA, (st), (val))
    +# define sk_KRB5_ENCDATA_find(st, val) SKM_sk_find(KRB5_ENCDATA, (st), (val))
    +# define sk_KRB5_ENCDATA_find_ex(st, val) SKM_sk_find_ex(KRB5_ENCDATA, (st), (val))
    +# define sk_KRB5_ENCDATA_delete(st, i) SKM_sk_delete(KRB5_ENCDATA, (st), (i))
    +# define sk_KRB5_ENCDATA_delete_ptr(st, ptr) SKM_sk_delete_ptr(KRB5_ENCDATA, (st), (ptr))
    +# define sk_KRB5_ENCDATA_insert(st, val, i) SKM_sk_insert(KRB5_ENCDATA, (st), (val), (i))
    +# define sk_KRB5_ENCDATA_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(KRB5_ENCDATA, (st), (cmp))
    +# define sk_KRB5_ENCDATA_dup(st) SKM_sk_dup(KRB5_ENCDATA, st)
    +# define sk_KRB5_ENCDATA_pop_free(st, free_func) SKM_sk_pop_free(KRB5_ENCDATA, (st), (free_func))
    +# define sk_KRB5_ENCDATA_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(KRB5_ENCDATA, (st), (copy_func), (free_func))
    +# define sk_KRB5_ENCDATA_shift(st) SKM_sk_shift(KRB5_ENCDATA, (st))
    +# define sk_KRB5_ENCDATA_pop(st) SKM_sk_pop(KRB5_ENCDATA, (st))
    +# define sk_KRB5_ENCDATA_sort(st) SKM_sk_sort(KRB5_ENCDATA, (st))
    +# define sk_KRB5_ENCDATA_is_sorted(st) SKM_sk_is_sorted(KRB5_ENCDATA, (st))
    +# define sk_KRB5_ENCKEY_new(cmp) SKM_sk_new(KRB5_ENCKEY, (cmp))
    +# define sk_KRB5_ENCKEY_new_null() SKM_sk_new_null(KRB5_ENCKEY)
    +# define sk_KRB5_ENCKEY_free(st) SKM_sk_free(KRB5_ENCKEY, (st))
    +# define sk_KRB5_ENCKEY_num(st) SKM_sk_num(KRB5_ENCKEY, (st))
    +# define sk_KRB5_ENCKEY_value(st, i) SKM_sk_value(KRB5_ENCKEY, (st), (i))
    +# define sk_KRB5_ENCKEY_set(st, i, val) SKM_sk_set(KRB5_ENCKEY, (st), (i), (val))
    +# define sk_KRB5_ENCKEY_zero(st) SKM_sk_zero(KRB5_ENCKEY, (st))
    +# define sk_KRB5_ENCKEY_push(st, val) SKM_sk_push(KRB5_ENCKEY, (st), (val))
    +# define sk_KRB5_ENCKEY_unshift(st, val) SKM_sk_unshift(KRB5_ENCKEY, (st), (val))
    +# define sk_KRB5_ENCKEY_find(st, val) SKM_sk_find(KRB5_ENCKEY, (st), (val))
    +# define sk_KRB5_ENCKEY_find_ex(st, val) SKM_sk_find_ex(KRB5_ENCKEY, (st), (val))
    +# define sk_KRB5_ENCKEY_delete(st, i) SKM_sk_delete(KRB5_ENCKEY, (st), (i))
    +# define sk_KRB5_ENCKEY_delete_ptr(st, ptr) SKM_sk_delete_ptr(KRB5_ENCKEY, (st), (ptr))
    +# define sk_KRB5_ENCKEY_insert(st, val, i) SKM_sk_insert(KRB5_ENCKEY, (st), (val), (i))
    +# define sk_KRB5_ENCKEY_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(KRB5_ENCKEY, (st), (cmp))
    +# define sk_KRB5_ENCKEY_dup(st) SKM_sk_dup(KRB5_ENCKEY, st)
    +# define sk_KRB5_ENCKEY_pop_free(st, free_func) SKM_sk_pop_free(KRB5_ENCKEY, (st), (free_func))
    +# define sk_KRB5_ENCKEY_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(KRB5_ENCKEY, (st), (copy_func), (free_func))
    +# define sk_KRB5_ENCKEY_shift(st) SKM_sk_shift(KRB5_ENCKEY, (st))
    +# define sk_KRB5_ENCKEY_pop(st) SKM_sk_pop(KRB5_ENCKEY, (st))
    +# define sk_KRB5_ENCKEY_sort(st) SKM_sk_sort(KRB5_ENCKEY, (st))
    +# define sk_KRB5_ENCKEY_is_sorted(st) SKM_sk_is_sorted(KRB5_ENCKEY, (st))
    +# define sk_KRB5_PRINCNAME_new(cmp) SKM_sk_new(KRB5_PRINCNAME, (cmp))
    +# define sk_KRB5_PRINCNAME_new_null() SKM_sk_new_null(KRB5_PRINCNAME)
    +# define sk_KRB5_PRINCNAME_free(st) SKM_sk_free(KRB5_PRINCNAME, (st))
    +# define sk_KRB5_PRINCNAME_num(st) SKM_sk_num(KRB5_PRINCNAME, (st))
    +# define sk_KRB5_PRINCNAME_value(st, i) SKM_sk_value(KRB5_PRINCNAME, (st), (i))
    +# define sk_KRB5_PRINCNAME_set(st, i, val) SKM_sk_set(KRB5_PRINCNAME, (st), (i), (val))
    +# define sk_KRB5_PRINCNAME_zero(st) SKM_sk_zero(KRB5_PRINCNAME, (st))
    +# define sk_KRB5_PRINCNAME_push(st, val) SKM_sk_push(KRB5_PRINCNAME, (st), (val))
    +# define sk_KRB5_PRINCNAME_unshift(st, val) SKM_sk_unshift(KRB5_PRINCNAME, (st), (val))
    +# define sk_KRB5_PRINCNAME_find(st, val) SKM_sk_find(KRB5_PRINCNAME, (st), (val))
    +# define sk_KRB5_PRINCNAME_find_ex(st, val) SKM_sk_find_ex(KRB5_PRINCNAME, (st), (val))
    +# define sk_KRB5_PRINCNAME_delete(st, i) SKM_sk_delete(KRB5_PRINCNAME, (st), (i))
    +# define sk_KRB5_PRINCNAME_delete_ptr(st, ptr) SKM_sk_delete_ptr(KRB5_PRINCNAME, (st), (ptr))
    +# define sk_KRB5_PRINCNAME_insert(st, val, i) SKM_sk_insert(KRB5_PRINCNAME, (st), (val), (i))
    +# define sk_KRB5_PRINCNAME_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(KRB5_PRINCNAME, (st), (cmp))
    +# define sk_KRB5_PRINCNAME_dup(st) SKM_sk_dup(KRB5_PRINCNAME, st)
    +# define sk_KRB5_PRINCNAME_pop_free(st, free_func) SKM_sk_pop_free(KRB5_PRINCNAME, (st), (free_func))
    +# define sk_KRB5_PRINCNAME_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(KRB5_PRINCNAME, (st), (copy_func), (free_func))
    +# define sk_KRB5_PRINCNAME_shift(st) SKM_sk_shift(KRB5_PRINCNAME, (st))
    +# define sk_KRB5_PRINCNAME_pop(st) SKM_sk_pop(KRB5_PRINCNAME, (st))
    +# define sk_KRB5_PRINCNAME_sort(st) SKM_sk_sort(KRB5_PRINCNAME, (st))
    +# define sk_KRB5_PRINCNAME_is_sorted(st) SKM_sk_is_sorted(KRB5_PRINCNAME, (st))
    +# define sk_KRB5_TKTBODY_new(cmp) SKM_sk_new(KRB5_TKTBODY, (cmp))
    +# define sk_KRB5_TKTBODY_new_null() SKM_sk_new_null(KRB5_TKTBODY)
    +# define sk_KRB5_TKTBODY_free(st) SKM_sk_free(KRB5_TKTBODY, (st))
    +# define sk_KRB5_TKTBODY_num(st) SKM_sk_num(KRB5_TKTBODY, (st))
    +# define sk_KRB5_TKTBODY_value(st, i) SKM_sk_value(KRB5_TKTBODY, (st), (i))
    +# define sk_KRB5_TKTBODY_set(st, i, val) SKM_sk_set(KRB5_TKTBODY, (st), (i), (val))
    +# define sk_KRB5_TKTBODY_zero(st) SKM_sk_zero(KRB5_TKTBODY, (st))
    +# define sk_KRB5_TKTBODY_push(st, val) SKM_sk_push(KRB5_TKTBODY, (st), (val))
    +# define sk_KRB5_TKTBODY_unshift(st, val) SKM_sk_unshift(KRB5_TKTBODY, (st), (val))
    +# define sk_KRB5_TKTBODY_find(st, val) SKM_sk_find(KRB5_TKTBODY, (st), (val))
    +# define sk_KRB5_TKTBODY_find_ex(st, val) SKM_sk_find_ex(KRB5_TKTBODY, (st), (val))
    +# define sk_KRB5_TKTBODY_delete(st, i) SKM_sk_delete(KRB5_TKTBODY, (st), (i))
    +# define sk_KRB5_TKTBODY_delete_ptr(st, ptr) SKM_sk_delete_ptr(KRB5_TKTBODY, (st), (ptr))
    +# define sk_KRB5_TKTBODY_insert(st, val, i) SKM_sk_insert(KRB5_TKTBODY, (st), (val), (i))
    +# define sk_KRB5_TKTBODY_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(KRB5_TKTBODY, (st), (cmp))
    +# define sk_KRB5_TKTBODY_dup(st) SKM_sk_dup(KRB5_TKTBODY, st)
    +# define sk_KRB5_TKTBODY_pop_free(st, free_func) SKM_sk_pop_free(KRB5_TKTBODY, (st), (free_func))
    +# define sk_KRB5_TKTBODY_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(KRB5_TKTBODY, (st), (copy_func), (free_func))
    +# define sk_KRB5_TKTBODY_shift(st) SKM_sk_shift(KRB5_TKTBODY, (st))
    +# define sk_KRB5_TKTBODY_pop(st) SKM_sk_pop(KRB5_TKTBODY, (st))
    +# define sk_KRB5_TKTBODY_sort(st) SKM_sk_sort(KRB5_TKTBODY, (st))
    +# define sk_KRB5_TKTBODY_is_sorted(st) SKM_sk_is_sorted(KRB5_TKTBODY, (st))
    +# define sk_MEM_OBJECT_DATA_new(cmp) SKM_sk_new(MEM_OBJECT_DATA, (cmp))
    +# define sk_MEM_OBJECT_DATA_new_null() SKM_sk_new_null(MEM_OBJECT_DATA)
    +# define sk_MEM_OBJECT_DATA_free(st) SKM_sk_free(MEM_OBJECT_DATA, (st))
    +# define sk_MEM_OBJECT_DATA_num(st) SKM_sk_num(MEM_OBJECT_DATA, (st))
    +# define sk_MEM_OBJECT_DATA_value(st, i) SKM_sk_value(MEM_OBJECT_DATA, (st), (i))
    +# define sk_MEM_OBJECT_DATA_set(st, i, val) SKM_sk_set(MEM_OBJECT_DATA, (st), (i), (val))
    +# define sk_MEM_OBJECT_DATA_zero(st) SKM_sk_zero(MEM_OBJECT_DATA, (st))
    +# define sk_MEM_OBJECT_DATA_push(st, val) SKM_sk_push(MEM_OBJECT_DATA, (st), (val))
    +# define sk_MEM_OBJECT_DATA_unshift(st, val) SKM_sk_unshift(MEM_OBJECT_DATA, (st), (val))
    +# define sk_MEM_OBJECT_DATA_find(st, val) SKM_sk_find(MEM_OBJECT_DATA, (st), (val))
    +# define sk_MEM_OBJECT_DATA_find_ex(st, val) SKM_sk_find_ex(MEM_OBJECT_DATA, (st), (val))
    +# define sk_MEM_OBJECT_DATA_delete(st, i) SKM_sk_delete(MEM_OBJECT_DATA, (st), (i))
    +# define sk_MEM_OBJECT_DATA_delete_ptr(st, ptr) SKM_sk_delete_ptr(MEM_OBJECT_DATA, (st), (ptr))
    +# define sk_MEM_OBJECT_DATA_insert(st, val, i) SKM_sk_insert(MEM_OBJECT_DATA, (st), (val), (i))
    +# define sk_MEM_OBJECT_DATA_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(MEM_OBJECT_DATA, (st), (cmp))
    +# define sk_MEM_OBJECT_DATA_dup(st) SKM_sk_dup(MEM_OBJECT_DATA, st)
    +# define sk_MEM_OBJECT_DATA_pop_free(st, free_func) SKM_sk_pop_free(MEM_OBJECT_DATA, (st), (free_func))
    +# define sk_MEM_OBJECT_DATA_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(MEM_OBJECT_DATA, (st), (copy_func), (free_func))
    +# define sk_MEM_OBJECT_DATA_shift(st) SKM_sk_shift(MEM_OBJECT_DATA, (st))
    +# define sk_MEM_OBJECT_DATA_pop(st) SKM_sk_pop(MEM_OBJECT_DATA, (st))
    +# define sk_MEM_OBJECT_DATA_sort(st) SKM_sk_sort(MEM_OBJECT_DATA, (st))
    +# define sk_MEM_OBJECT_DATA_is_sorted(st) SKM_sk_is_sorted(MEM_OBJECT_DATA, (st))
    +# define sk_MIME_HEADER_new(cmp) SKM_sk_new(MIME_HEADER, (cmp))
    +# define sk_MIME_HEADER_new_null() SKM_sk_new_null(MIME_HEADER)
    +# define sk_MIME_HEADER_free(st) SKM_sk_free(MIME_HEADER, (st))
    +# define sk_MIME_HEADER_num(st) SKM_sk_num(MIME_HEADER, (st))
    +# define sk_MIME_HEADER_value(st, i) SKM_sk_value(MIME_HEADER, (st), (i))
    +# define sk_MIME_HEADER_set(st, i, val) SKM_sk_set(MIME_HEADER, (st), (i), (val))
    +# define sk_MIME_HEADER_zero(st) SKM_sk_zero(MIME_HEADER, (st))
    +# define sk_MIME_HEADER_push(st, val) SKM_sk_push(MIME_HEADER, (st), (val))
    +# define sk_MIME_HEADER_unshift(st, val) SKM_sk_unshift(MIME_HEADER, (st), (val))
    +# define sk_MIME_HEADER_find(st, val) SKM_sk_find(MIME_HEADER, (st), (val))
    +# define sk_MIME_HEADER_find_ex(st, val) SKM_sk_find_ex(MIME_HEADER, (st), (val))
    +# define sk_MIME_HEADER_delete(st, i) SKM_sk_delete(MIME_HEADER, (st), (i))
    +# define sk_MIME_HEADER_delete_ptr(st, ptr) SKM_sk_delete_ptr(MIME_HEADER, (st), (ptr))
    +# define sk_MIME_HEADER_insert(st, val, i) SKM_sk_insert(MIME_HEADER, (st), (val), (i))
    +# define sk_MIME_HEADER_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(MIME_HEADER, (st), (cmp))
    +# define sk_MIME_HEADER_dup(st) SKM_sk_dup(MIME_HEADER, st)
    +# define sk_MIME_HEADER_pop_free(st, free_func) SKM_sk_pop_free(MIME_HEADER, (st), (free_func))
    +# define sk_MIME_HEADER_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(MIME_HEADER, (st), (copy_func), (free_func))
    +# define sk_MIME_HEADER_shift(st) SKM_sk_shift(MIME_HEADER, (st))
    +# define sk_MIME_HEADER_pop(st) SKM_sk_pop(MIME_HEADER, (st))
    +# define sk_MIME_HEADER_sort(st) SKM_sk_sort(MIME_HEADER, (st))
    +# define sk_MIME_HEADER_is_sorted(st) SKM_sk_is_sorted(MIME_HEADER, (st))
    +# define sk_MIME_PARAM_new(cmp) SKM_sk_new(MIME_PARAM, (cmp))
    +# define sk_MIME_PARAM_new_null() SKM_sk_new_null(MIME_PARAM)
    +# define sk_MIME_PARAM_free(st) SKM_sk_free(MIME_PARAM, (st))
    +# define sk_MIME_PARAM_num(st) SKM_sk_num(MIME_PARAM, (st))
    +# define sk_MIME_PARAM_value(st, i) SKM_sk_value(MIME_PARAM, (st), (i))
    +# define sk_MIME_PARAM_set(st, i, val) SKM_sk_set(MIME_PARAM, (st), (i), (val))
    +# define sk_MIME_PARAM_zero(st) SKM_sk_zero(MIME_PARAM, (st))
    +# define sk_MIME_PARAM_push(st, val) SKM_sk_push(MIME_PARAM, (st), (val))
    +# define sk_MIME_PARAM_unshift(st, val) SKM_sk_unshift(MIME_PARAM, (st), (val))
    +# define sk_MIME_PARAM_find(st, val) SKM_sk_find(MIME_PARAM, (st), (val))
    +# define sk_MIME_PARAM_find_ex(st, val) SKM_sk_find_ex(MIME_PARAM, (st), (val))
    +# define sk_MIME_PARAM_delete(st, i) SKM_sk_delete(MIME_PARAM, (st), (i))
    +# define sk_MIME_PARAM_delete_ptr(st, ptr) SKM_sk_delete_ptr(MIME_PARAM, (st), (ptr))
    +# define sk_MIME_PARAM_insert(st, val, i) SKM_sk_insert(MIME_PARAM, (st), (val), (i))
    +# define sk_MIME_PARAM_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(MIME_PARAM, (st), (cmp))
    +# define sk_MIME_PARAM_dup(st) SKM_sk_dup(MIME_PARAM, st)
    +# define sk_MIME_PARAM_pop_free(st, free_func) SKM_sk_pop_free(MIME_PARAM, (st), (free_func))
    +# define sk_MIME_PARAM_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(MIME_PARAM, (st), (copy_func), (free_func))
    +# define sk_MIME_PARAM_shift(st) SKM_sk_shift(MIME_PARAM, (st))
    +# define sk_MIME_PARAM_pop(st) SKM_sk_pop(MIME_PARAM, (st))
    +# define sk_MIME_PARAM_sort(st) SKM_sk_sort(MIME_PARAM, (st))
    +# define sk_MIME_PARAM_is_sorted(st) SKM_sk_is_sorted(MIME_PARAM, (st))
    +# define sk_NAME_FUNCS_new(cmp) SKM_sk_new(NAME_FUNCS, (cmp))
    +# define sk_NAME_FUNCS_new_null() SKM_sk_new_null(NAME_FUNCS)
    +# define sk_NAME_FUNCS_free(st) SKM_sk_free(NAME_FUNCS, (st))
    +# define sk_NAME_FUNCS_num(st) SKM_sk_num(NAME_FUNCS, (st))
    +# define sk_NAME_FUNCS_value(st, i) SKM_sk_value(NAME_FUNCS, (st), (i))
    +# define sk_NAME_FUNCS_set(st, i, val) SKM_sk_set(NAME_FUNCS, (st), (i), (val))
    +# define sk_NAME_FUNCS_zero(st) SKM_sk_zero(NAME_FUNCS, (st))
    +# define sk_NAME_FUNCS_push(st, val) SKM_sk_push(NAME_FUNCS, (st), (val))
    +# define sk_NAME_FUNCS_unshift(st, val) SKM_sk_unshift(NAME_FUNCS, (st), (val))
    +# define sk_NAME_FUNCS_find(st, val) SKM_sk_find(NAME_FUNCS, (st), (val))
    +# define sk_NAME_FUNCS_find_ex(st, val) SKM_sk_find_ex(NAME_FUNCS, (st), (val))
    +# define sk_NAME_FUNCS_delete(st, i) SKM_sk_delete(NAME_FUNCS, (st), (i))
    +# define sk_NAME_FUNCS_delete_ptr(st, ptr) SKM_sk_delete_ptr(NAME_FUNCS, (st), (ptr))
    +# define sk_NAME_FUNCS_insert(st, val, i) SKM_sk_insert(NAME_FUNCS, (st), (val), (i))
    +# define sk_NAME_FUNCS_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(NAME_FUNCS, (st), (cmp))
    +# define sk_NAME_FUNCS_dup(st) SKM_sk_dup(NAME_FUNCS, st)
    +# define sk_NAME_FUNCS_pop_free(st, free_func) SKM_sk_pop_free(NAME_FUNCS, (st), (free_func))
    +# define sk_NAME_FUNCS_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(NAME_FUNCS, (st), (copy_func), (free_func))
    +# define sk_NAME_FUNCS_shift(st) SKM_sk_shift(NAME_FUNCS, (st))
    +# define sk_NAME_FUNCS_pop(st) SKM_sk_pop(NAME_FUNCS, (st))
    +# define sk_NAME_FUNCS_sort(st) SKM_sk_sort(NAME_FUNCS, (st))
    +# define sk_NAME_FUNCS_is_sorted(st) SKM_sk_is_sorted(NAME_FUNCS, (st))
    +# define sk_OCSP_CERTID_new(cmp) SKM_sk_new(OCSP_CERTID, (cmp))
    +# define sk_OCSP_CERTID_new_null() SKM_sk_new_null(OCSP_CERTID)
    +# define sk_OCSP_CERTID_free(st) SKM_sk_free(OCSP_CERTID, (st))
    +# define sk_OCSP_CERTID_num(st) SKM_sk_num(OCSP_CERTID, (st))
    +# define sk_OCSP_CERTID_value(st, i) SKM_sk_value(OCSP_CERTID, (st), (i))
    +# define sk_OCSP_CERTID_set(st, i, val) SKM_sk_set(OCSP_CERTID, (st), (i), (val))
    +# define sk_OCSP_CERTID_zero(st) SKM_sk_zero(OCSP_CERTID, (st))
    +# define sk_OCSP_CERTID_push(st, val) SKM_sk_push(OCSP_CERTID, (st), (val))
    +# define sk_OCSP_CERTID_unshift(st, val) SKM_sk_unshift(OCSP_CERTID, (st), (val))
    +# define sk_OCSP_CERTID_find(st, val) SKM_sk_find(OCSP_CERTID, (st), (val))
    +# define sk_OCSP_CERTID_find_ex(st, val) SKM_sk_find_ex(OCSP_CERTID, (st), (val))
    +# define sk_OCSP_CERTID_delete(st, i) SKM_sk_delete(OCSP_CERTID, (st), (i))
    +# define sk_OCSP_CERTID_delete_ptr(st, ptr) SKM_sk_delete_ptr(OCSP_CERTID, (st), (ptr))
    +# define sk_OCSP_CERTID_insert(st, val, i) SKM_sk_insert(OCSP_CERTID, (st), (val), (i))
    +# define sk_OCSP_CERTID_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(OCSP_CERTID, (st), (cmp))
    +# define sk_OCSP_CERTID_dup(st) SKM_sk_dup(OCSP_CERTID, st)
    +# define sk_OCSP_CERTID_pop_free(st, free_func) SKM_sk_pop_free(OCSP_CERTID, (st), (free_func))
    +# define sk_OCSP_CERTID_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(OCSP_CERTID, (st), (copy_func), (free_func))
    +# define sk_OCSP_CERTID_shift(st) SKM_sk_shift(OCSP_CERTID, (st))
    +# define sk_OCSP_CERTID_pop(st) SKM_sk_pop(OCSP_CERTID, (st))
    +# define sk_OCSP_CERTID_sort(st) SKM_sk_sort(OCSP_CERTID, (st))
    +# define sk_OCSP_CERTID_is_sorted(st) SKM_sk_is_sorted(OCSP_CERTID, (st))
    +# define sk_OCSP_ONEREQ_new(cmp) SKM_sk_new(OCSP_ONEREQ, (cmp))
    +# define sk_OCSP_ONEREQ_new_null() SKM_sk_new_null(OCSP_ONEREQ)
    +# define sk_OCSP_ONEREQ_free(st) SKM_sk_free(OCSP_ONEREQ, (st))
    +# define sk_OCSP_ONEREQ_num(st) SKM_sk_num(OCSP_ONEREQ, (st))
    +# define sk_OCSP_ONEREQ_value(st, i) SKM_sk_value(OCSP_ONEREQ, (st), (i))
    +# define sk_OCSP_ONEREQ_set(st, i, val) SKM_sk_set(OCSP_ONEREQ, (st), (i), (val))
    +# define sk_OCSP_ONEREQ_zero(st) SKM_sk_zero(OCSP_ONEREQ, (st))
    +# define sk_OCSP_ONEREQ_push(st, val) SKM_sk_push(OCSP_ONEREQ, (st), (val))
    +# define sk_OCSP_ONEREQ_unshift(st, val) SKM_sk_unshift(OCSP_ONEREQ, (st), (val))
    +# define sk_OCSP_ONEREQ_find(st, val) SKM_sk_find(OCSP_ONEREQ, (st), (val))
    +# define sk_OCSP_ONEREQ_find_ex(st, val) SKM_sk_find_ex(OCSP_ONEREQ, (st), (val))
    +# define sk_OCSP_ONEREQ_delete(st, i) SKM_sk_delete(OCSP_ONEREQ, (st), (i))
    +# define sk_OCSP_ONEREQ_delete_ptr(st, ptr) SKM_sk_delete_ptr(OCSP_ONEREQ, (st), (ptr))
    +# define sk_OCSP_ONEREQ_insert(st, val, i) SKM_sk_insert(OCSP_ONEREQ, (st), (val), (i))
    +# define sk_OCSP_ONEREQ_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(OCSP_ONEREQ, (st), (cmp))
    +# define sk_OCSP_ONEREQ_dup(st) SKM_sk_dup(OCSP_ONEREQ, st)
    +# define sk_OCSP_ONEREQ_pop_free(st, free_func) SKM_sk_pop_free(OCSP_ONEREQ, (st), (free_func))
    +# define sk_OCSP_ONEREQ_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(OCSP_ONEREQ, (st), (copy_func), (free_func))
    +# define sk_OCSP_ONEREQ_shift(st) SKM_sk_shift(OCSP_ONEREQ, (st))
    +# define sk_OCSP_ONEREQ_pop(st) SKM_sk_pop(OCSP_ONEREQ, (st))
    +# define sk_OCSP_ONEREQ_sort(st) SKM_sk_sort(OCSP_ONEREQ, (st))
    +# define sk_OCSP_ONEREQ_is_sorted(st) SKM_sk_is_sorted(OCSP_ONEREQ, (st))
    +# define sk_OCSP_RESPID_new(cmp) SKM_sk_new(OCSP_RESPID, (cmp))
    +# define sk_OCSP_RESPID_new_null() SKM_sk_new_null(OCSP_RESPID)
    +# define sk_OCSP_RESPID_free(st) SKM_sk_free(OCSP_RESPID, (st))
    +# define sk_OCSP_RESPID_num(st) SKM_sk_num(OCSP_RESPID, (st))
    +# define sk_OCSP_RESPID_value(st, i) SKM_sk_value(OCSP_RESPID, (st), (i))
    +# define sk_OCSP_RESPID_set(st, i, val) SKM_sk_set(OCSP_RESPID, (st), (i), (val))
    +# define sk_OCSP_RESPID_zero(st) SKM_sk_zero(OCSP_RESPID, (st))
    +# define sk_OCSP_RESPID_push(st, val) SKM_sk_push(OCSP_RESPID, (st), (val))
    +# define sk_OCSP_RESPID_unshift(st, val) SKM_sk_unshift(OCSP_RESPID, (st), (val))
    +# define sk_OCSP_RESPID_find(st, val) SKM_sk_find(OCSP_RESPID, (st), (val))
    +# define sk_OCSP_RESPID_find_ex(st, val) SKM_sk_find_ex(OCSP_RESPID, (st), (val))
    +# define sk_OCSP_RESPID_delete(st, i) SKM_sk_delete(OCSP_RESPID, (st), (i))
    +# define sk_OCSP_RESPID_delete_ptr(st, ptr) SKM_sk_delete_ptr(OCSP_RESPID, (st), (ptr))
    +# define sk_OCSP_RESPID_insert(st, val, i) SKM_sk_insert(OCSP_RESPID, (st), (val), (i))
    +# define sk_OCSP_RESPID_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(OCSP_RESPID, (st), (cmp))
    +# define sk_OCSP_RESPID_dup(st) SKM_sk_dup(OCSP_RESPID, st)
    +# define sk_OCSP_RESPID_pop_free(st, free_func) SKM_sk_pop_free(OCSP_RESPID, (st), (free_func))
    +# define sk_OCSP_RESPID_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(OCSP_RESPID, (st), (copy_func), (free_func))
    +# define sk_OCSP_RESPID_shift(st) SKM_sk_shift(OCSP_RESPID, (st))
    +# define sk_OCSP_RESPID_pop(st) SKM_sk_pop(OCSP_RESPID, (st))
    +# define sk_OCSP_RESPID_sort(st) SKM_sk_sort(OCSP_RESPID, (st))
    +# define sk_OCSP_RESPID_is_sorted(st) SKM_sk_is_sorted(OCSP_RESPID, (st))
    +# define sk_OCSP_SINGLERESP_new(cmp) SKM_sk_new(OCSP_SINGLERESP, (cmp))
    +# define sk_OCSP_SINGLERESP_new_null() SKM_sk_new_null(OCSP_SINGLERESP)
    +# define sk_OCSP_SINGLERESP_free(st) SKM_sk_free(OCSP_SINGLERESP, (st))
    +# define sk_OCSP_SINGLERESP_num(st) SKM_sk_num(OCSP_SINGLERESP, (st))
    +# define sk_OCSP_SINGLERESP_value(st, i) SKM_sk_value(OCSP_SINGLERESP, (st), (i))
    +# define sk_OCSP_SINGLERESP_set(st, i, val) SKM_sk_set(OCSP_SINGLERESP, (st), (i), (val))
    +# define sk_OCSP_SINGLERESP_zero(st) SKM_sk_zero(OCSP_SINGLERESP, (st))
    +# define sk_OCSP_SINGLERESP_push(st, val) SKM_sk_push(OCSP_SINGLERESP, (st), (val))
    +# define sk_OCSP_SINGLERESP_unshift(st, val) SKM_sk_unshift(OCSP_SINGLERESP, (st), (val))
    +# define sk_OCSP_SINGLERESP_find(st, val) SKM_sk_find(OCSP_SINGLERESP, (st), (val))
    +# define sk_OCSP_SINGLERESP_find_ex(st, val) SKM_sk_find_ex(OCSP_SINGLERESP, (st), (val))
    +# define sk_OCSP_SINGLERESP_delete(st, i) SKM_sk_delete(OCSP_SINGLERESP, (st), (i))
    +# define sk_OCSP_SINGLERESP_delete_ptr(st, ptr) SKM_sk_delete_ptr(OCSP_SINGLERESP, (st), (ptr))
    +# define sk_OCSP_SINGLERESP_insert(st, val, i) SKM_sk_insert(OCSP_SINGLERESP, (st), (val), (i))
    +# define sk_OCSP_SINGLERESP_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(OCSP_SINGLERESP, (st), (cmp))
    +# define sk_OCSP_SINGLERESP_dup(st) SKM_sk_dup(OCSP_SINGLERESP, st)
    +# define sk_OCSP_SINGLERESP_pop_free(st, free_func) SKM_sk_pop_free(OCSP_SINGLERESP, (st), (free_func))
    +# define sk_OCSP_SINGLERESP_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(OCSP_SINGLERESP, (st), (copy_func), (free_func))
    +# define sk_OCSP_SINGLERESP_shift(st) SKM_sk_shift(OCSP_SINGLERESP, (st))
    +# define sk_OCSP_SINGLERESP_pop(st) SKM_sk_pop(OCSP_SINGLERESP, (st))
    +# define sk_OCSP_SINGLERESP_sort(st) SKM_sk_sort(OCSP_SINGLERESP, (st))
    +# define sk_OCSP_SINGLERESP_is_sorted(st) SKM_sk_is_sorted(OCSP_SINGLERESP, (st))
    +# define sk_PKCS12_SAFEBAG_new(cmp) SKM_sk_new(PKCS12_SAFEBAG, (cmp))
    +# define sk_PKCS12_SAFEBAG_new_null() SKM_sk_new_null(PKCS12_SAFEBAG)
    +# define sk_PKCS12_SAFEBAG_free(st) SKM_sk_free(PKCS12_SAFEBAG, (st))
    +# define sk_PKCS12_SAFEBAG_num(st) SKM_sk_num(PKCS12_SAFEBAG, (st))
    +# define sk_PKCS12_SAFEBAG_value(st, i) SKM_sk_value(PKCS12_SAFEBAG, (st), (i))
    +# define sk_PKCS12_SAFEBAG_set(st, i, val) SKM_sk_set(PKCS12_SAFEBAG, (st), (i), (val))
    +# define sk_PKCS12_SAFEBAG_zero(st) SKM_sk_zero(PKCS12_SAFEBAG, (st))
    +# define sk_PKCS12_SAFEBAG_push(st, val) SKM_sk_push(PKCS12_SAFEBAG, (st), (val))
    +# define sk_PKCS12_SAFEBAG_unshift(st, val) SKM_sk_unshift(PKCS12_SAFEBAG, (st), (val))
    +# define sk_PKCS12_SAFEBAG_find(st, val) SKM_sk_find(PKCS12_SAFEBAG, (st), (val))
    +# define sk_PKCS12_SAFEBAG_find_ex(st, val) SKM_sk_find_ex(PKCS12_SAFEBAG, (st), (val))
    +# define sk_PKCS12_SAFEBAG_delete(st, i) SKM_sk_delete(PKCS12_SAFEBAG, (st), (i))
    +# define sk_PKCS12_SAFEBAG_delete_ptr(st, ptr) SKM_sk_delete_ptr(PKCS12_SAFEBAG, (st), (ptr))
    +# define sk_PKCS12_SAFEBAG_insert(st, val, i) SKM_sk_insert(PKCS12_SAFEBAG, (st), (val), (i))
    +# define sk_PKCS12_SAFEBAG_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(PKCS12_SAFEBAG, (st), (cmp))
    +# define sk_PKCS12_SAFEBAG_dup(st) SKM_sk_dup(PKCS12_SAFEBAG, st)
    +# define sk_PKCS12_SAFEBAG_pop_free(st, free_func) SKM_sk_pop_free(PKCS12_SAFEBAG, (st), (free_func))
    +# define sk_PKCS12_SAFEBAG_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(PKCS12_SAFEBAG, (st), (copy_func), (free_func))
    +# define sk_PKCS12_SAFEBAG_shift(st) SKM_sk_shift(PKCS12_SAFEBAG, (st))
    +# define sk_PKCS12_SAFEBAG_pop(st) SKM_sk_pop(PKCS12_SAFEBAG, (st))
    +# define sk_PKCS12_SAFEBAG_sort(st) SKM_sk_sort(PKCS12_SAFEBAG, (st))
    +# define sk_PKCS12_SAFEBAG_is_sorted(st) SKM_sk_is_sorted(PKCS12_SAFEBAG, (st))
    +# define sk_PKCS7_new(cmp) SKM_sk_new(PKCS7, (cmp))
    +# define sk_PKCS7_new_null() SKM_sk_new_null(PKCS7)
    +# define sk_PKCS7_free(st) SKM_sk_free(PKCS7, (st))
    +# define sk_PKCS7_num(st) SKM_sk_num(PKCS7, (st))
    +# define sk_PKCS7_value(st, i) SKM_sk_value(PKCS7, (st), (i))
    +# define sk_PKCS7_set(st, i, val) SKM_sk_set(PKCS7, (st), (i), (val))
    +# define sk_PKCS7_zero(st) SKM_sk_zero(PKCS7, (st))
    +# define sk_PKCS7_push(st, val) SKM_sk_push(PKCS7, (st), (val))
    +# define sk_PKCS7_unshift(st, val) SKM_sk_unshift(PKCS7, (st), (val))
    +# define sk_PKCS7_find(st, val) SKM_sk_find(PKCS7, (st), (val))
    +# define sk_PKCS7_find_ex(st, val) SKM_sk_find_ex(PKCS7, (st), (val))
    +# define sk_PKCS7_delete(st, i) SKM_sk_delete(PKCS7, (st), (i))
    +# define sk_PKCS7_delete_ptr(st, ptr) SKM_sk_delete_ptr(PKCS7, (st), (ptr))
    +# define sk_PKCS7_insert(st, val, i) SKM_sk_insert(PKCS7, (st), (val), (i))
    +# define sk_PKCS7_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(PKCS7, (st), (cmp))
    +# define sk_PKCS7_dup(st) SKM_sk_dup(PKCS7, st)
    +# define sk_PKCS7_pop_free(st, free_func) SKM_sk_pop_free(PKCS7, (st), (free_func))
    +# define sk_PKCS7_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(PKCS7, (st), (copy_func), (free_func))
    +# define sk_PKCS7_shift(st) SKM_sk_shift(PKCS7, (st))
    +# define sk_PKCS7_pop(st) SKM_sk_pop(PKCS7, (st))
    +# define sk_PKCS7_sort(st) SKM_sk_sort(PKCS7, (st))
    +# define sk_PKCS7_is_sorted(st) SKM_sk_is_sorted(PKCS7, (st))
    +# define sk_PKCS7_RECIP_INFO_new(cmp) SKM_sk_new(PKCS7_RECIP_INFO, (cmp))
    +# define sk_PKCS7_RECIP_INFO_new_null() SKM_sk_new_null(PKCS7_RECIP_INFO)
    +# define sk_PKCS7_RECIP_INFO_free(st) SKM_sk_free(PKCS7_RECIP_INFO, (st))
    +# define sk_PKCS7_RECIP_INFO_num(st) SKM_sk_num(PKCS7_RECIP_INFO, (st))
    +# define sk_PKCS7_RECIP_INFO_value(st, i) SKM_sk_value(PKCS7_RECIP_INFO, (st), (i))
    +# define sk_PKCS7_RECIP_INFO_set(st, i, val) SKM_sk_set(PKCS7_RECIP_INFO, (st), (i), (val))
    +# define sk_PKCS7_RECIP_INFO_zero(st) SKM_sk_zero(PKCS7_RECIP_INFO, (st))
    +# define sk_PKCS7_RECIP_INFO_push(st, val) SKM_sk_push(PKCS7_RECIP_INFO, (st), (val))
    +# define sk_PKCS7_RECIP_INFO_unshift(st, val) SKM_sk_unshift(PKCS7_RECIP_INFO, (st), (val))
    +# define sk_PKCS7_RECIP_INFO_find(st, val) SKM_sk_find(PKCS7_RECIP_INFO, (st), (val))
    +# define sk_PKCS7_RECIP_INFO_find_ex(st, val) SKM_sk_find_ex(PKCS7_RECIP_INFO, (st), (val))
    +# define sk_PKCS7_RECIP_INFO_delete(st, i) SKM_sk_delete(PKCS7_RECIP_INFO, (st), (i))
    +# define sk_PKCS7_RECIP_INFO_delete_ptr(st, ptr) SKM_sk_delete_ptr(PKCS7_RECIP_INFO, (st), (ptr))
    +# define sk_PKCS7_RECIP_INFO_insert(st, val, i) SKM_sk_insert(PKCS7_RECIP_INFO, (st), (val), (i))
    +# define sk_PKCS7_RECIP_INFO_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(PKCS7_RECIP_INFO, (st), (cmp))
    +# define sk_PKCS7_RECIP_INFO_dup(st) SKM_sk_dup(PKCS7_RECIP_INFO, st)
    +# define sk_PKCS7_RECIP_INFO_pop_free(st, free_func) SKM_sk_pop_free(PKCS7_RECIP_INFO, (st), (free_func))
    +# define sk_PKCS7_RECIP_INFO_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(PKCS7_RECIP_INFO, (st), (copy_func), (free_func))
    +# define sk_PKCS7_RECIP_INFO_shift(st) SKM_sk_shift(PKCS7_RECIP_INFO, (st))
    +# define sk_PKCS7_RECIP_INFO_pop(st) SKM_sk_pop(PKCS7_RECIP_INFO, (st))
    +# define sk_PKCS7_RECIP_INFO_sort(st) SKM_sk_sort(PKCS7_RECIP_INFO, (st))
    +# define sk_PKCS7_RECIP_INFO_is_sorted(st) SKM_sk_is_sorted(PKCS7_RECIP_INFO, (st))
    +# define sk_PKCS7_SIGNER_INFO_new(cmp) SKM_sk_new(PKCS7_SIGNER_INFO, (cmp))
    +# define sk_PKCS7_SIGNER_INFO_new_null() SKM_sk_new_null(PKCS7_SIGNER_INFO)
    +# define sk_PKCS7_SIGNER_INFO_free(st) SKM_sk_free(PKCS7_SIGNER_INFO, (st))
    +# define sk_PKCS7_SIGNER_INFO_num(st) SKM_sk_num(PKCS7_SIGNER_INFO, (st))
    +# define sk_PKCS7_SIGNER_INFO_value(st, i) SKM_sk_value(PKCS7_SIGNER_INFO, (st), (i))
    +# define sk_PKCS7_SIGNER_INFO_set(st, i, val) SKM_sk_set(PKCS7_SIGNER_INFO, (st), (i), (val))
    +# define sk_PKCS7_SIGNER_INFO_zero(st) SKM_sk_zero(PKCS7_SIGNER_INFO, (st))
    +# define sk_PKCS7_SIGNER_INFO_push(st, val) SKM_sk_push(PKCS7_SIGNER_INFO, (st), (val))
    +# define sk_PKCS7_SIGNER_INFO_unshift(st, val) SKM_sk_unshift(PKCS7_SIGNER_INFO, (st), (val))
    +# define sk_PKCS7_SIGNER_INFO_find(st, val) SKM_sk_find(PKCS7_SIGNER_INFO, (st), (val))
    +# define sk_PKCS7_SIGNER_INFO_find_ex(st, val) SKM_sk_find_ex(PKCS7_SIGNER_INFO, (st), (val))
    +# define sk_PKCS7_SIGNER_INFO_delete(st, i) SKM_sk_delete(PKCS7_SIGNER_INFO, (st), (i))
    +# define sk_PKCS7_SIGNER_INFO_delete_ptr(st, ptr) SKM_sk_delete_ptr(PKCS7_SIGNER_INFO, (st), (ptr))
    +# define sk_PKCS7_SIGNER_INFO_insert(st, val, i) SKM_sk_insert(PKCS7_SIGNER_INFO, (st), (val), (i))
    +# define sk_PKCS7_SIGNER_INFO_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(PKCS7_SIGNER_INFO, (st), (cmp))
    +# define sk_PKCS7_SIGNER_INFO_dup(st) SKM_sk_dup(PKCS7_SIGNER_INFO, st)
    +# define sk_PKCS7_SIGNER_INFO_pop_free(st, free_func) SKM_sk_pop_free(PKCS7_SIGNER_INFO, (st), (free_func))
    +# define sk_PKCS7_SIGNER_INFO_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(PKCS7_SIGNER_INFO, (st), (copy_func), (free_func))
    +# define sk_PKCS7_SIGNER_INFO_shift(st) SKM_sk_shift(PKCS7_SIGNER_INFO, (st))
    +# define sk_PKCS7_SIGNER_INFO_pop(st) SKM_sk_pop(PKCS7_SIGNER_INFO, (st))
    +# define sk_PKCS7_SIGNER_INFO_sort(st) SKM_sk_sort(PKCS7_SIGNER_INFO, (st))
    +# define sk_PKCS7_SIGNER_INFO_is_sorted(st) SKM_sk_is_sorted(PKCS7_SIGNER_INFO, (st))
    +# define sk_POLICYINFO_new(cmp) SKM_sk_new(POLICYINFO, (cmp))
    +# define sk_POLICYINFO_new_null() SKM_sk_new_null(POLICYINFO)
    +# define sk_POLICYINFO_free(st) SKM_sk_free(POLICYINFO, (st))
    +# define sk_POLICYINFO_num(st) SKM_sk_num(POLICYINFO, (st))
    +# define sk_POLICYINFO_value(st, i) SKM_sk_value(POLICYINFO, (st), (i))
    +# define sk_POLICYINFO_set(st, i, val) SKM_sk_set(POLICYINFO, (st), (i), (val))
    +# define sk_POLICYINFO_zero(st) SKM_sk_zero(POLICYINFO, (st))
    +# define sk_POLICYINFO_push(st, val) SKM_sk_push(POLICYINFO, (st), (val))
    +# define sk_POLICYINFO_unshift(st, val) SKM_sk_unshift(POLICYINFO, (st), (val))
    +# define sk_POLICYINFO_find(st, val) SKM_sk_find(POLICYINFO, (st), (val))
    +# define sk_POLICYINFO_find_ex(st, val) SKM_sk_find_ex(POLICYINFO, (st), (val))
    +# define sk_POLICYINFO_delete(st, i) SKM_sk_delete(POLICYINFO, (st), (i))
    +# define sk_POLICYINFO_delete_ptr(st, ptr) SKM_sk_delete_ptr(POLICYINFO, (st), (ptr))
    +# define sk_POLICYINFO_insert(st, val, i) SKM_sk_insert(POLICYINFO, (st), (val), (i))
    +# define sk_POLICYINFO_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(POLICYINFO, (st), (cmp))
    +# define sk_POLICYINFO_dup(st) SKM_sk_dup(POLICYINFO, st)
    +# define sk_POLICYINFO_pop_free(st, free_func) SKM_sk_pop_free(POLICYINFO, (st), (free_func))
    +# define sk_POLICYINFO_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(POLICYINFO, (st), (copy_func), (free_func))
    +# define sk_POLICYINFO_shift(st) SKM_sk_shift(POLICYINFO, (st))
    +# define sk_POLICYINFO_pop(st) SKM_sk_pop(POLICYINFO, (st))
    +# define sk_POLICYINFO_sort(st) SKM_sk_sort(POLICYINFO, (st))
    +# define sk_POLICYINFO_is_sorted(st) SKM_sk_is_sorted(POLICYINFO, (st))
    +# define sk_POLICYQUALINFO_new(cmp) SKM_sk_new(POLICYQUALINFO, (cmp))
    +# define sk_POLICYQUALINFO_new_null() SKM_sk_new_null(POLICYQUALINFO)
    +# define sk_POLICYQUALINFO_free(st) SKM_sk_free(POLICYQUALINFO, (st))
    +# define sk_POLICYQUALINFO_num(st) SKM_sk_num(POLICYQUALINFO, (st))
    +# define sk_POLICYQUALINFO_value(st, i) SKM_sk_value(POLICYQUALINFO, (st), (i))
    +# define sk_POLICYQUALINFO_set(st, i, val) SKM_sk_set(POLICYQUALINFO, (st), (i), (val))
    +# define sk_POLICYQUALINFO_zero(st) SKM_sk_zero(POLICYQUALINFO, (st))
    +# define sk_POLICYQUALINFO_push(st, val) SKM_sk_push(POLICYQUALINFO, (st), (val))
    +# define sk_POLICYQUALINFO_unshift(st, val) SKM_sk_unshift(POLICYQUALINFO, (st), (val))
    +# define sk_POLICYQUALINFO_find(st, val) SKM_sk_find(POLICYQUALINFO, (st), (val))
    +# define sk_POLICYQUALINFO_find_ex(st, val) SKM_sk_find_ex(POLICYQUALINFO, (st), (val))
    +# define sk_POLICYQUALINFO_delete(st, i) SKM_sk_delete(POLICYQUALINFO, (st), (i))
    +# define sk_POLICYQUALINFO_delete_ptr(st, ptr) SKM_sk_delete_ptr(POLICYQUALINFO, (st), (ptr))
    +# define sk_POLICYQUALINFO_insert(st, val, i) SKM_sk_insert(POLICYQUALINFO, (st), (val), (i))
    +# define sk_POLICYQUALINFO_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(POLICYQUALINFO, (st), (cmp))
    +# define sk_POLICYQUALINFO_dup(st) SKM_sk_dup(POLICYQUALINFO, st)
    +# define sk_POLICYQUALINFO_pop_free(st, free_func) SKM_sk_pop_free(POLICYQUALINFO, (st), (free_func))
    +# define sk_POLICYQUALINFO_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(POLICYQUALINFO, (st), (copy_func), (free_func))
    +# define sk_POLICYQUALINFO_shift(st) SKM_sk_shift(POLICYQUALINFO, (st))
    +# define sk_POLICYQUALINFO_pop(st) SKM_sk_pop(POLICYQUALINFO, (st))
    +# define sk_POLICYQUALINFO_sort(st) SKM_sk_sort(POLICYQUALINFO, (st))
    +# define sk_POLICYQUALINFO_is_sorted(st) SKM_sk_is_sorted(POLICYQUALINFO, (st))
    +# define sk_POLICY_MAPPING_new(cmp) SKM_sk_new(POLICY_MAPPING, (cmp))
    +# define sk_POLICY_MAPPING_new_null() SKM_sk_new_null(POLICY_MAPPING)
    +# define sk_POLICY_MAPPING_free(st) SKM_sk_free(POLICY_MAPPING, (st))
    +# define sk_POLICY_MAPPING_num(st) SKM_sk_num(POLICY_MAPPING, (st))
    +# define sk_POLICY_MAPPING_value(st, i) SKM_sk_value(POLICY_MAPPING, (st), (i))
    +# define sk_POLICY_MAPPING_set(st, i, val) SKM_sk_set(POLICY_MAPPING, (st), (i), (val))
    +# define sk_POLICY_MAPPING_zero(st) SKM_sk_zero(POLICY_MAPPING, (st))
    +# define sk_POLICY_MAPPING_push(st, val) SKM_sk_push(POLICY_MAPPING, (st), (val))
    +# define sk_POLICY_MAPPING_unshift(st, val) SKM_sk_unshift(POLICY_MAPPING, (st), (val))
    +# define sk_POLICY_MAPPING_find(st, val) SKM_sk_find(POLICY_MAPPING, (st), (val))
    +# define sk_POLICY_MAPPING_find_ex(st, val) SKM_sk_find_ex(POLICY_MAPPING, (st), (val))
    +# define sk_POLICY_MAPPING_delete(st, i) SKM_sk_delete(POLICY_MAPPING, (st), (i))
    +# define sk_POLICY_MAPPING_delete_ptr(st, ptr) SKM_sk_delete_ptr(POLICY_MAPPING, (st), (ptr))
    +# define sk_POLICY_MAPPING_insert(st, val, i) SKM_sk_insert(POLICY_MAPPING, (st), (val), (i))
    +# define sk_POLICY_MAPPING_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(POLICY_MAPPING, (st), (cmp))
    +# define sk_POLICY_MAPPING_dup(st) SKM_sk_dup(POLICY_MAPPING, st)
    +# define sk_POLICY_MAPPING_pop_free(st, free_func) SKM_sk_pop_free(POLICY_MAPPING, (st), (free_func))
    +# define sk_POLICY_MAPPING_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(POLICY_MAPPING, (st), (copy_func), (free_func))
    +# define sk_POLICY_MAPPING_shift(st) SKM_sk_shift(POLICY_MAPPING, (st))
    +# define sk_POLICY_MAPPING_pop(st) SKM_sk_pop(POLICY_MAPPING, (st))
    +# define sk_POLICY_MAPPING_sort(st) SKM_sk_sort(POLICY_MAPPING, (st))
    +# define sk_POLICY_MAPPING_is_sorted(st) SKM_sk_is_sorted(POLICY_MAPPING, (st))
    +# define sk_SCT_new(cmp) SKM_sk_new(SCT, (cmp))
    +# define sk_SCT_new_null() SKM_sk_new_null(SCT)
    +# define sk_SCT_free(st) SKM_sk_free(SCT, (st))
    +# define sk_SCT_num(st) SKM_sk_num(SCT, (st))
    +# define sk_SCT_value(st, i) SKM_sk_value(SCT, (st), (i))
    +# define sk_SCT_set(st, i, val) SKM_sk_set(SCT, (st), (i), (val))
    +# define sk_SCT_zero(st) SKM_sk_zero(SCT, (st))
    +# define sk_SCT_push(st, val) SKM_sk_push(SCT, (st), (val))
    +# define sk_SCT_unshift(st, val) SKM_sk_unshift(SCT, (st), (val))
    +# define sk_SCT_find(st, val) SKM_sk_find(SCT, (st), (val))
    +# define sk_SCT_find_ex(st, val) SKM_sk_find_ex(SCT, (st), (val))
    +# define sk_SCT_delete(st, i) SKM_sk_delete(SCT, (st), (i))
    +# define sk_SCT_delete_ptr(st, ptr) SKM_sk_delete_ptr(SCT, (st), (ptr))
    +# define sk_SCT_insert(st, val, i) SKM_sk_insert(SCT, (st), (val), (i))
    +# define sk_SCT_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(SCT, (st), (cmp))
    +# define sk_SCT_dup(st) SKM_sk_dup(SCT, st)
    +# define sk_SCT_pop_free(st, free_func) SKM_sk_pop_free(SCT, (st), (free_func))
    +# define sk_SCT_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(SCT, (st), (copy_func), (free_func))
    +# define sk_SCT_shift(st) SKM_sk_shift(SCT, (st))
    +# define sk_SCT_pop(st) SKM_sk_pop(SCT, (st))
    +# define sk_SCT_sort(st) SKM_sk_sort(SCT, (st))
    +# define sk_SCT_is_sorted(st) SKM_sk_is_sorted(SCT, (st))
    +# define sk_SRP_gN_new(cmp) SKM_sk_new(SRP_gN, (cmp))
    +# define sk_SRP_gN_new_null() SKM_sk_new_null(SRP_gN)
    +# define sk_SRP_gN_free(st) SKM_sk_free(SRP_gN, (st))
    +# define sk_SRP_gN_num(st) SKM_sk_num(SRP_gN, (st))
    +# define sk_SRP_gN_value(st, i) SKM_sk_value(SRP_gN, (st), (i))
    +# define sk_SRP_gN_set(st, i, val) SKM_sk_set(SRP_gN, (st), (i), (val))
    +# define sk_SRP_gN_zero(st) SKM_sk_zero(SRP_gN, (st))
    +# define sk_SRP_gN_push(st, val) SKM_sk_push(SRP_gN, (st), (val))
    +# define sk_SRP_gN_unshift(st, val) SKM_sk_unshift(SRP_gN, (st), (val))
    +# define sk_SRP_gN_find(st, val) SKM_sk_find(SRP_gN, (st), (val))
    +# define sk_SRP_gN_find_ex(st, val) SKM_sk_find_ex(SRP_gN, (st), (val))
    +# define sk_SRP_gN_delete(st, i) SKM_sk_delete(SRP_gN, (st), (i))
    +# define sk_SRP_gN_delete_ptr(st, ptr) SKM_sk_delete_ptr(SRP_gN, (st), (ptr))
    +# define sk_SRP_gN_insert(st, val, i) SKM_sk_insert(SRP_gN, (st), (val), (i))
    +# define sk_SRP_gN_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(SRP_gN, (st), (cmp))
    +# define sk_SRP_gN_dup(st) SKM_sk_dup(SRP_gN, st)
    +# define sk_SRP_gN_pop_free(st, free_func) SKM_sk_pop_free(SRP_gN, (st), (free_func))
    +# define sk_SRP_gN_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(SRP_gN, (st), (copy_func), (free_func))
    +# define sk_SRP_gN_shift(st) SKM_sk_shift(SRP_gN, (st))
    +# define sk_SRP_gN_pop(st) SKM_sk_pop(SRP_gN, (st))
    +# define sk_SRP_gN_sort(st) SKM_sk_sort(SRP_gN, (st))
    +# define sk_SRP_gN_is_sorted(st) SKM_sk_is_sorted(SRP_gN, (st))
    +# define sk_SRP_gN_cache_new(cmp) SKM_sk_new(SRP_gN_cache, (cmp))
    +# define sk_SRP_gN_cache_new_null() SKM_sk_new_null(SRP_gN_cache)
    +# define sk_SRP_gN_cache_free(st) SKM_sk_free(SRP_gN_cache, (st))
    +# define sk_SRP_gN_cache_num(st) SKM_sk_num(SRP_gN_cache, (st))
    +# define sk_SRP_gN_cache_value(st, i) SKM_sk_value(SRP_gN_cache, (st), (i))
    +# define sk_SRP_gN_cache_set(st, i, val) SKM_sk_set(SRP_gN_cache, (st), (i), (val))
    +# define sk_SRP_gN_cache_zero(st) SKM_sk_zero(SRP_gN_cache, (st))
    +# define sk_SRP_gN_cache_push(st, val) SKM_sk_push(SRP_gN_cache, (st), (val))
    +# define sk_SRP_gN_cache_unshift(st, val) SKM_sk_unshift(SRP_gN_cache, (st), (val))
    +# define sk_SRP_gN_cache_find(st, val) SKM_sk_find(SRP_gN_cache, (st), (val))
    +# define sk_SRP_gN_cache_find_ex(st, val) SKM_sk_find_ex(SRP_gN_cache, (st), (val))
    +# define sk_SRP_gN_cache_delete(st, i) SKM_sk_delete(SRP_gN_cache, (st), (i))
    +# define sk_SRP_gN_cache_delete_ptr(st, ptr) SKM_sk_delete_ptr(SRP_gN_cache, (st), (ptr))
    +# define sk_SRP_gN_cache_insert(st, val, i) SKM_sk_insert(SRP_gN_cache, (st), (val), (i))
    +# define sk_SRP_gN_cache_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(SRP_gN_cache, (st), (cmp))
    +# define sk_SRP_gN_cache_dup(st) SKM_sk_dup(SRP_gN_cache, st)
    +# define sk_SRP_gN_cache_pop_free(st, free_func) SKM_sk_pop_free(SRP_gN_cache, (st), (free_func))
    +# define sk_SRP_gN_cache_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(SRP_gN_cache, (st), (copy_func), (free_func))
    +# define sk_SRP_gN_cache_shift(st) SKM_sk_shift(SRP_gN_cache, (st))
    +# define sk_SRP_gN_cache_pop(st) SKM_sk_pop(SRP_gN_cache, (st))
    +# define sk_SRP_gN_cache_sort(st) SKM_sk_sort(SRP_gN_cache, (st))
    +# define sk_SRP_gN_cache_is_sorted(st) SKM_sk_is_sorted(SRP_gN_cache, (st))
    +# define sk_SRP_user_pwd_new(cmp) SKM_sk_new(SRP_user_pwd, (cmp))
    +# define sk_SRP_user_pwd_new_null() SKM_sk_new_null(SRP_user_pwd)
    +# define sk_SRP_user_pwd_free(st) SKM_sk_free(SRP_user_pwd, (st))
    +# define sk_SRP_user_pwd_num(st) SKM_sk_num(SRP_user_pwd, (st))
    +# define sk_SRP_user_pwd_value(st, i) SKM_sk_value(SRP_user_pwd, (st), (i))
    +# define sk_SRP_user_pwd_set(st, i, val) SKM_sk_set(SRP_user_pwd, (st), (i), (val))
    +# define sk_SRP_user_pwd_zero(st) SKM_sk_zero(SRP_user_pwd, (st))
    +# define sk_SRP_user_pwd_push(st, val) SKM_sk_push(SRP_user_pwd, (st), (val))
    +# define sk_SRP_user_pwd_unshift(st, val) SKM_sk_unshift(SRP_user_pwd, (st), (val))
    +# define sk_SRP_user_pwd_find(st, val) SKM_sk_find(SRP_user_pwd, (st), (val))
    +# define sk_SRP_user_pwd_find_ex(st, val) SKM_sk_find_ex(SRP_user_pwd, (st), (val))
    +# define sk_SRP_user_pwd_delete(st, i) SKM_sk_delete(SRP_user_pwd, (st), (i))
    +# define sk_SRP_user_pwd_delete_ptr(st, ptr) SKM_sk_delete_ptr(SRP_user_pwd, (st), (ptr))
    +# define sk_SRP_user_pwd_insert(st, val, i) SKM_sk_insert(SRP_user_pwd, (st), (val), (i))
    +# define sk_SRP_user_pwd_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(SRP_user_pwd, (st), (cmp))
    +# define sk_SRP_user_pwd_dup(st) SKM_sk_dup(SRP_user_pwd, st)
    +# define sk_SRP_user_pwd_pop_free(st, free_func) SKM_sk_pop_free(SRP_user_pwd, (st), (free_func))
    +# define sk_SRP_user_pwd_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(SRP_user_pwd, (st), (copy_func), (free_func))
    +# define sk_SRP_user_pwd_shift(st) SKM_sk_shift(SRP_user_pwd, (st))
    +# define sk_SRP_user_pwd_pop(st) SKM_sk_pop(SRP_user_pwd, (st))
    +# define sk_SRP_user_pwd_sort(st) SKM_sk_sort(SRP_user_pwd, (st))
    +# define sk_SRP_user_pwd_is_sorted(st) SKM_sk_is_sorted(SRP_user_pwd, (st))
    +# define sk_SRTP_PROTECTION_PROFILE_new(cmp) SKM_sk_new(SRTP_PROTECTION_PROFILE, (cmp))
    +# define sk_SRTP_PROTECTION_PROFILE_new_null() SKM_sk_new_null(SRTP_PROTECTION_PROFILE)
    +# define sk_SRTP_PROTECTION_PROFILE_free(st) SKM_sk_free(SRTP_PROTECTION_PROFILE, (st))
    +# define sk_SRTP_PROTECTION_PROFILE_num(st) SKM_sk_num(SRTP_PROTECTION_PROFILE, (st))
    +# define sk_SRTP_PROTECTION_PROFILE_value(st, i) SKM_sk_value(SRTP_PROTECTION_PROFILE, (st), (i))
    +# define sk_SRTP_PROTECTION_PROFILE_set(st, i, val) SKM_sk_set(SRTP_PROTECTION_PROFILE, (st), (i), (val))
    +# define sk_SRTP_PROTECTION_PROFILE_zero(st) SKM_sk_zero(SRTP_PROTECTION_PROFILE, (st))
    +# define sk_SRTP_PROTECTION_PROFILE_push(st, val) SKM_sk_push(SRTP_PROTECTION_PROFILE, (st), (val))
    +# define sk_SRTP_PROTECTION_PROFILE_unshift(st, val) SKM_sk_unshift(SRTP_PROTECTION_PROFILE, (st), (val))
    +# define sk_SRTP_PROTECTION_PROFILE_find(st, val) SKM_sk_find(SRTP_PROTECTION_PROFILE, (st), (val))
    +# define sk_SRTP_PROTECTION_PROFILE_find_ex(st, val) SKM_sk_find_ex(SRTP_PROTECTION_PROFILE, (st), (val))
    +# define sk_SRTP_PROTECTION_PROFILE_delete(st, i) SKM_sk_delete(SRTP_PROTECTION_PROFILE, (st), (i))
    +# define sk_SRTP_PROTECTION_PROFILE_delete_ptr(st, ptr) SKM_sk_delete_ptr(SRTP_PROTECTION_PROFILE, (st), (ptr))
    +# define sk_SRTP_PROTECTION_PROFILE_insert(st, val, i) SKM_sk_insert(SRTP_PROTECTION_PROFILE, (st), (val), (i))
    +# define sk_SRTP_PROTECTION_PROFILE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(SRTP_PROTECTION_PROFILE, (st), (cmp))
    +# define sk_SRTP_PROTECTION_PROFILE_dup(st) SKM_sk_dup(SRTP_PROTECTION_PROFILE, st)
    +# define sk_SRTP_PROTECTION_PROFILE_pop_free(st, free_func) SKM_sk_pop_free(SRTP_PROTECTION_PROFILE, (st), (free_func))
    +# define sk_SRTP_PROTECTION_PROFILE_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(SRTP_PROTECTION_PROFILE, (st), (copy_func), (free_func))
    +# define sk_SRTP_PROTECTION_PROFILE_shift(st) SKM_sk_shift(SRTP_PROTECTION_PROFILE, (st))
    +# define sk_SRTP_PROTECTION_PROFILE_pop(st) SKM_sk_pop(SRTP_PROTECTION_PROFILE, (st))
    +# define sk_SRTP_PROTECTION_PROFILE_sort(st) SKM_sk_sort(SRTP_PROTECTION_PROFILE, (st))
    +# define sk_SRTP_PROTECTION_PROFILE_is_sorted(st) SKM_sk_is_sorted(SRTP_PROTECTION_PROFILE, (st))
    +# define sk_SSL_CIPHER_new(cmp) SKM_sk_new(SSL_CIPHER, (cmp))
    +# define sk_SSL_CIPHER_new_null() SKM_sk_new_null(SSL_CIPHER)
    +# define sk_SSL_CIPHER_free(st) SKM_sk_free(SSL_CIPHER, (st))
    +# define sk_SSL_CIPHER_num(st) SKM_sk_num(SSL_CIPHER, (st))
    +# define sk_SSL_CIPHER_value(st, i) SKM_sk_value(SSL_CIPHER, (st), (i))
    +# define sk_SSL_CIPHER_set(st, i, val) SKM_sk_set(SSL_CIPHER, (st), (i), (val))
    +# define sk_SSL_CIPHER_zero(st) SKM_sk_zero(SSL_CIPHER, (st))
    +# define sk_SSL_CIPHER_push(st, val) SKM_sk_push(SSL_CIPHER, (st), (val))
    +# define sk_SSL_CIPHER_unshift(st, val) SKM_sk_unshift(SSL_CIPHER, (st), (val))
    +# define sk_SSL_CIPHER_find(st, val) SKM_sk_find(SSL_CIPHER, (st), (val))
    +# define sk_SSL_CIPHER_find_ex(st, val) SKM_sk_find_ex(SSL_CIPHER, (st), (val))
    +# define sk_SSL_CIPHER_delete(st, i) SKM_sk_delete(SSL_CIPHER, (st), (i))
    +# define sk_SSL_CIPHER_delete_ptr(st, ptr) SKM_sk_delete_ptr(SSL_CIPHER, (st), (ptr))
    +# define sk_SSL_CIPHER_insert(st, val, i) SKM_sk_insert(SSL_CIPHER, (st), (val), (i))
    +# define sk_SSL_CIPHER_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(SSL_CIPHER, (st), (cmp))
    +# define sk_SSL_CIPHER_dup(st) SKM_sk_dup(SSL_CIPHER, st)
    +# define sk_SSL_CIPHER_pop_free(st, free_func) SKM_sk_pop_free(SSL_CIPHER, (st), (free_func))
    +# define sk_SSL_CIPHER_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(SSL_CIPHER, (st), (copy_func), (free_func))
    +# define sk_SSL_CIPHER_shift(st) SKM_sk_shift(SSL_CIPHER, (st))
    +# define sk_SSL_CIPHER_pop(st) SKM_sk_pop(SSL_CIPHER, (st))
    +# define sk_SSL_CIPHER_sort(st) SKM_sk_sort(SSL_CIPHER, (st))
    +# define sk_SSL_CIPHER_is_sorted(st) SKM_sk_is_sorted(SSL_CIPHER, (st))
    +# define sk_SSL_COMP_new(cmp) SKM_sk_new(SSL_COMP, (cmp))
    +# define sk_SSL_COMP_new_null() SKM_sk_new_null(SSL_COMP)
    +# define sk_SSL_COMP_free(st) SKM_sk_free(SSL_COMP, (st))
    +# define sk_SSL_COMP_num(st) SKM_sk_num(SSL_COMP, (st))
    +# define sk_SSL_COMP_value(st, i) SKM_sk_value(SSL_COMP, (st), (i))
    +# define sk_SSL_COMP_set(st, i, val) SKM_sk_set(SSL_COMP, (st), (i), (val))
    +# define sk_SSL_COMP_zero(st) SKM_sk_zero(SSL_COMP, (st))
    +# define sk_SSL_COMP_push(st, val) SKM_sk_push(SSL_COMP, (st), (val))
    +# define sk_SSL_COMP_unshift(st, val) SKM_sk_unshift(SSL_COMP, (st), (val))
    +# define sk_SSL_COMP_find(st, val) SKM_sk_find(SSL_COMP, (st), (val))
    +# define sk_SSL_COMP_find_ex(st, val) SKM_sk_find_ex(SSL_COMP, (st), (val))
    +# define sk_SSL_COMP_delete(st, i) SKM_sk_delete(SSL_COMP, (st), (i))
    +# define sk_SSL_COMP_delete_ptr(st, ptr) SKM_sk_delete_ptr(SSL_COMP, (st), (ptr))
    +# define sk_SSL_COMP_insert(st, val, i) SKM_sk_insert(SSL_COMP, (st), (val), (i))
    +# define sk_SSL_COMP_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(SSL_COMP, (st), (cmp))
    +# define sk_SSL_COMP_dup(st) SKM_sk_dup(SSL_COMP, st)
    +# define sk_SSL_COMP_pop_free(st, free_func) SKM_sk_pop_free(SSL_COMP, (st), (free_func))
    +# define sk_SSL_COMP_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(SSL_COMP, (st), (copy_func), (free_func))
    +# define sk_SSL_COMP_shift(st) SKM_sk_shift(SSL_COMP, (st))
    +# define sk_SSL_COMP_pop(st) SKM_sk_pop(SSL_COMP, (st))
    +# define sk_SSL_COMP_sort(st) SKM_sk_sort(SSL_COMP, (st))
    +# define sk_SSL_COMP_is_sorted(st) SKM_sk_is_sorted(SSL_COMP, (st))
    +# define sk_STACK_OF_X509_NAME_ENTRY_new(cmp) SKM_sk_new(STACK_OF_X509_NAME_ENTRY, (cmp))
    +# define sk_STACK_OF_X509_NAME_ENTRY_new_null() SKM_sk_new_null(STACK_OF_X509_NAME_ENTRY)
    +# define sk_STACK_OF_X509_NAME_ENTRY_free(st) SKM_sk_free(STACK_OF_X509_NAME_ENTRY, (st))
    +# define sk_STACK_OF_X509_NAME_ENTRY_num(st) SKM_sk_num(STACK_OF_X509_NAME_ENTRY, (st))
    +# define sk_STACK_OF_X509_NAME_ENTRY_value(st, i) SKM_sk_value(STACK_OF_X509_NAME_ENTRY, (st), (i))
    +# define sk_STACK_OF_X509_NAME_ENTRY_set(st, i, val) SKM_sk_set(STACK_OF_X509_NAME_ENTRY, (st), (i), (val))
    +# define sk_STACK_OF_X509_NAME_ENTRY_zero(st) SKM_sk_zero(STACK_OF_X509_NAME_ENTRY, (st))
    +# define sk_STACK_OF_X509_NAME_ENTRY_push(st, val) SKM_sk_push(STACK_OF_X509_NAME_ENTRY, (st), (val))
    +# define sk_STACK_OF_X509_NAME_ENTRY_unshift(st, val) SKM_sk_unshift(STACK_OF_X509_NAME_ENTRY, (st), (val))
    +# define sk_STACK_OF_X509_NAME_ENTRY_find(st, val) SKM_sk_find(STACK_OF_X509_NAME_ENTRY, (st), (val))
    +# define sk_STACK_OF_X509_NAME_ENTRY_find_ex(st, val) SKM_sk_find_ex(STACK_OF_X509_NAME_ENTRY, (st), (val))
    +# define sk_STACK_OF_X509_NAME_ENTRY_delete(st, i) SKM_sk_delete(STACK_OF_X509_NAME_ENTRY, (st), (i))
    +# define sk_STACK_OF_X509_NAME_ENTRY_delete_ptr(st, ptr) SKM_sk_delete_ptr(STACK_OF_X509_NAME_ENTRY, (st), (ptr))
    +# define sk_STACK_OF_X509_NAME_ENTRY_insert(st, val, i) SKM_sk_insert(STACK_OF_X509_NAME_ENTRY, (st), (val), (i))
    +# define sk_STACK_OF_X509_NAME_ENTRY_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(STACK_OF_X509_NAME_ENTRY, (st), (cmp))
    +# define sk_STACK_OF_X509_NAME_ENTRY_dup(st) SKM_sk_dup(STACK_OF_X509_NAME_ENTRY, st)
    +# define sk_STACK_OF_X509_NAME_ENTRY_pop_free(st, free_func) SKM_sk_pop_free(STACK_OF_X509_NAME_ENTRY, (st), (free_func))
    +# define sk_STACK_OF_X509_NAME_ENTRY_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(STACK_OF_X509_NAME_ENTRY, (st), (copy_func), (free_func))
    +# define sk_STACK_OF_X509_NAME_ENTRY_shift(st) SKM_sk_shift(STACK_OF_X509_NAME_ENTRY, (st))
    +# define sk_STACK_OF_X509_NAME_ENTRY_pop(st) SKM_sk_pop(STACK_OF_X509_NAME_ENTRY, (st))
    +# define sk_STACK_OF_X509_NAME_ENTRY_sort(st) SKM_sk_sort(STACK_OF_X509_NAME_ENTRY, (st))
    +# define sk_STACK_OF_X509_NAME_ENTRY_is_sorted(st) SKM_sk_is_sorted(STACK_OF_X509_NAME_ENTRY, (st))
    +# define sk_STORE_ATTR_INFO_new(cmp) SKM_sk_new(STORE_ATTR_INFO, (cmp))
    +# define sk_STORE_ATTR_INFO_new_null() SKM_sk_new_null(STORE_ATTR_INFO)
    +# define sk_STORE_ATTR_INFO_free(st) SKM_sk_free(STORE_ATTR_INFO, (st))
    +# define sk_STORE_ATTR_INFO_num(st) SKM_sk_num(STORE_ATTR_INFO, (st))
    +# define sk_STORE_ATTR_INFO_value(st, i) SKM_sk_value(STORE_ATTR_INFO, (st), (i))
    +# define sk_STORE_ATTR_INFO_set(st, i, val) SKM_sk_set(STORE_ATTR_INFO, (st), (i), (val))
    +# define sk_STORE_ATTR_INFO_zero(st) SKM_sk_zero(STORE_ATTR_INFO, (st))
    +# define sk_STORE_ATTR_INFO_push(st, val) SKM_sk_push(STORE_ATTR_INFO, (st), (val))
    +# define sk_STORE_ATTR_INFO_unshift(st, val) SKM_sk_unshift(STORE_ATTR_INFO, (st), (val))
    +# define sk_STORE_ATTR_INFO_find(st, val) SKM_sk_find(STORE_ATTR_INFO, (st), (val))
    +# define sk_STORE_ATTR_INFO_find_ex(st, val) SKM_sk_find_ex(STORE_ATTR_INFO, (st), (val))
    +# define sk_STORE_ATTR_INFO_delete(st, i) SKM_sk_delete(STORE_ATTR_INFO, (st), (i))
    +# define sk_STORE_ATTR_INFO_delete_ptr(st, ptr) SKM_sk_delete_ptr(STORE_ATTR_INFO, (st), (ptr))
    +# define sk_STORE_ATTR_INFO_insert(st, val, i) SKM_sk_insert(STORE_ATTR_INFO, (st), (val), (i))
    +# define sk_STORE_ATTR_INFO_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(STORE_ATTR_INFO, (st), (cmp))
    +# define sk_STORE_ATTR_INFO_dup(st) SKM_sk_dup(STORE_ATTR_INFO, st)
    +# define sk_STORE_ATTR_INFO_pop_free(st, free_func) SKM_sk_pop_free(STORE_ATTR_INFO, (st), (free_func))
    +# define sk_STORE_ATTR_INFO_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(STORE_ATTR_INFO, (st), (copy_func), (free_func))
    +# define sk_STORE_ATTR_INFO_shift(st) SKM_sk_shift(STORE_ATTR_INFO, (st))
    +# define sk_STORE_ATTR_INFO_pop(st) SKM_sk_pop(STORE_ATTR_INFO, (st))
    +# define sk_STORE_ATTR_INFO_sort(st) SKM_sk_sort(STORE_ATTR_INFO, (st))
    +# define sk_STORE_ATTR_INFO_is_sorted(st) SKM_sk_is_sorted(STORE_ATTR_INFO, (st))
    +# define sk_STORE_OBJECT_new(cmp) SKM_sk_new(STORE_OBJECT, (cmp))
    +# define sk_STORE_OBJECT_new_null() SKM_sk_new_null(STORE_OBJECT)
    +# define sk_STORE_OBJECT_free(st) SKM_sk_free(STORE_OBJECT, (st))
    +# define sk_STORE_OBJECT_num(st) SKM_sk_num(STORE_OBJECT, (st))
    +# define sk_STORE_OBJECT_value(st, i) SKM_sk_value(STORE_OBJECT, (st), (i))
    +# define sk_STORE_OBJECT_set(st, i, val) SKM_sk_set(STORE_OBJECT, (st), (i), (val))
    +# define sk_STORE_OBJECT_zero(st) SKM_sk_zero(STORE_OBJECT, (st))
    +# define sk_STORE_OBJECT_push(st, val) SKM_sk_push(STORE_OBJECT, (st), (val))
    +# define sk_STORE_OBJECT_unshift(st, val) SKM_sk_unshift(STORE_OBJECT, (st), (val))
    +# define sk_STORE_OBJECT_find(st, val) SKM_sk_find(STORE_OBJECT, (st), (val))
    +# define sk_STORE_OBJECT_find_ex(st, val) SKM_sk_find_ex(STORE_OBJECT, (st), (val))
    +# define sk_STORE_OBJECT_delete(st, i) SKM_sk_delete(STORE_OBJECT, (st), (i))
    +# define sk_STORE_OBJECT_delete_ptr(st, ptr) SKM_sk_delete_ptr(STORE_OBJECT, (st), (ptr))
    +# define sk_STORE_OBJECT_insert(st, val, i) SKM_sk_insert(STORE_OBJECT, (st), (val), (i))
    +# define sk_STORE_OBJECT_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(STORE_OBJECT, (st), (cmp))
    +# define sk_STORE_OBJECT_dup(st) SKM_sk_dup(STORE_OBJECT, st)
    +# define sk_STORE_OBJECT_pop_free(st, free_func) SKM_sk_pop_free(STORE_OBJECT, (st), (free_func))
    +# define sk_STORE_OBJECT_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(STORE_OBJECT, (st), (copy_func), (free_func))
    +# define sk_STORE_OBJECT_shift(st) SKM_sk_shift(STORE_OBJECT, (st))
    +# define sk_STORE_OBJECT_pop(st) SKM_sk_pop(STORE_OBJECT, (st))
    +# define sk_STORE_OBJECT_sort(st) SKM_sk_sort(STORE_OBJECT, (st))
    +# define sk_STORE_OBJECT_is_sorted(st) SKM_sk_is_sorted(STORE_OBJECT, (st))
    +# define sk_SXNETID_new(cmp) SKM_sk_new(SXNETID, (cmp))
    +# define sk_SXNETID_new_null() SKM_sk_new_null(SXNETID)
    +# define sk_SXNETID_free(st) SKM_sk_free(SXNETID, (st))
    +# define sk_SXNETID_num(st) SKM_sk_num(SXNETID, (st))
    +# define sk_SXNETID_value(st, i) SKM_sk_value(SXNETID, (st), (i))
    +# define sk_SXNETID_set(st, i, val) SKM_sk_set(SXNETID, (st), (i), (val))
    +# define sk_SXNETID_zero(st) SKM_sk_zero(SXNETID, (st))
    +# define sk_SXNETID_push(st, val) SKM_sk_push(SXNETID, (st), (val))
    +# define sk_SXNETID_unshift(st, val) SKM_sk_unshift(SXNETID, (st), (val))
    +# define sk_SXNETID_find(st, val) SKM_sk_find(SXNETID, (st), (val))
    +# define sk_SXNETID_find_ex(st, val) SKM_sk_find_ex(SXNETID, (st), (val))
    +# define sk_SXNETID_delete(st, i) SKM_sk_delete(SXNETID, (st), (i))
    +# define sk_SXNETID_delete_ptr(st, ptr) SKM_sk_delete_ptr(SXNETID, (st), (ptr))
    +# define sk_SXNETID_insert(st, val, i) SKM_sk_insert(SXNETID, (st), (val), (i))
    +# define sk_SXNETID_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(SXNETID, (st), (cmp))
    +# define sk_SXNETID_dup(st) SKM_sk_dup(SXNETID, st)
    +# define sk_SXNETID_pop_free(st, free_func) SKM_sk_pop_free(SXNETID, (st), (free_func))
    +# define sk_SXNETID_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(SXNETID, (st), (copy_func), (free_func))
    +# define sk_SXNETID_shift(st) SKM_sk_shift(SXNETID, (st))
    +# define sk_SXNETID_pop(st) SKM_sk_pop(SXNETID, (st))
    +# define sk_SXNETID_sort(st) SKM_sk_sort(SXNETID, (st))
    +# define sk_SXNETID_is_sorted(st) SKM_sk_is_sorted(SXNETID, (st))
    +# define sk_UI_STRING_new(cmp) SKM_sk_new(UI_STRING, (cmp))
    +# define sk_UI_STRING_new_null() SKM_sk_new_null(UI_STRING)
    +# define sk_UI_STRING_free(st) SKM_sk_free(UI_STRING, (st))
    +# define sk_UI_STRING_num(st) SKM_sk_num(UI_STRING, (st))
    +# define sk_UI_STRING_value(st, i) SKM_sk_value(UI_STRING, (st), (i))
    +# define sk_UI_STRING_set(st, i, val) SKM_sk_set(UI_STRING, (st), (i), (val))
    +# define sk_UI_STRING_zero(st) SKM_sk_zero(UI_STRING, (st))
    +# define sk_UI_STRING_push(st, val) SKM_sk_push(UI_STRING, (st), (val))
    +# define sk_UI_STRING_unshift(st, val) SKM_sk_unshift(UI_STRING, (st), (val))
    +# define sk_UI_STRING_find(st, val) SKM_sk_find(UI_STRING, (st), (val))
    +# define sk_UI_STRING_find_ex(st, val) SKM_sk_find_ex(UI_STRING, (st), (val))
    +# define sk_UI_STRING_delete(st, i) SKM_sk_delete(UI_STRING, (st), (i))
    +# define sk_UI_STRING_delete_ptr(st, ptr) SKM_sk_delete_ptr(UI_STRING, (st), (ptr))
    +# define sk_UI_STRING_insert(st, val, i) SKM_sk_insert(UI_STRING, (st), (val), (i))
    +# define sk_UI_STRING_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(UI_STRING, (st), (cmp))
    +# define sk_UI_STRING_dup(st) SKM_sk_dup(UI_STRING, st)
    +# define sk_UI_STRING_pop_free(st, free_func) SKM_sk_pop_free(UI_STRING, (st), (free_func))
    +# define sk_UI_STRING_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(UI_STRING, (st), (copy_func), (free_func))
    +# define sk_UI_STRING_shift(st) SKM_sk_shift(UI_STRING, (st))
    +# define sk_UI_STRING_pop(st) SKM_sk_pop(UI_STRING, (st))
    +# define sk_UI_STRING_sort(st) SKM_sk_sort(UI_STRING, (st))
    +# define sk_UI_STRING_is_sorted(st) SKM_sk_is_sorted(UI_STRING, (st))
    +# define sk_X509_new(cmp) SKM_sk_new(X509, (cmp))
    +# define sk_X509_new_null() SKM_sk_new_null(X509)
    +# define sk_X509_free(st) SKM_sk_free(X509, (st))
    +# define sk_X509_num(st) SKM_sk_num(X509, (st))
    +# define sk_X509_value(st, i) SKM_sk_value(X509, (st), (i))
    +# define sk_X509_set(st, i, val) SKM_sk_set(X509, (st), (i), (val))
    +# define sk_X509_zero(st) SKM_sk_zero(X509, (st))
    +# define sk_X509_push(st, val) SKM_sk_push(X509, (st), (val))
    +# define sk_X509_unshift(st, val) SKM_sk_unshift(X509, (st), (val))
    +# define sk_X509_find(st, val) SKM_sk_find(X509, (st), (val))
    +# define sk_X509_find_ex(st, val) SKM_sk_find_ex(X509, (st), (val))
    +# define sk_X509_delete(st, i) SKM_sk_delete(X509, (st), (i))
    +# define sk_X509_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509, (st), (ptr))
    +# define sk_X509_insert(st, val, i) SKM_sk_insert(X509, (st), (val), (i))
    +# define sk_X509_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509, (st), (cmp))
    +# define sk_X509_dup(st) SKM_sk_dup(X509, st)
    +# define sk_X509_pop_free(st, free_func) SKM_sk_pop_free(X509, (st), (free_func))
    +# define sk_X509_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509, (st), (copy_func), (free_func))
    +# define sk_X509_shift(st) SKM_sk_shift(X509, (st))
    +# define sk_X509_pop(st) SKM_sk_pop(X509, (st))
    +# define sk_X509_sort(st) SKM_sk_sort(X509, (st))
    +# define sk_X509_is_sorted(st) SKM_sk_is_sorted(X509, (st))
    +# define sk_X509V3_EXT_METHOD_new(cmp) SKM_sk_new(X509V3_EXT_METHOD, (cmp))
    +# define sk_X509V3_EXT_METHOD_new_null() SKM_sk_new_null(X509V3_EXT_METHOD)
    +# define sk_X509V3_EXT_METHOD_free(st) SKM_sk_free(X509V3_EXT_METHOD, (st))
    +# define sk_X509V3_EXT_METHOD_num(st) SKM_sk_num(X509V3_EXT_METHOD, (st))
    +# define sk_X509V3_EXT_METHOD_value(st, i) SKM_sk_value(X509V3_EXT_METHOD, (st), (i))
    +# define sk_X509V3_EXT_METHOD_set(st, i, val) SKM_sk_set(X509V3_EXT_METHOD, (st), (i), (val))
    +# define sk_X509V3_EXT_METHOD_zero(st) SKM_sk_zero(X509V3_EXT_METHOD, (st))
    +# define sk_X509V3_EXT_METHOD_push(st, val) SKM_sk_push(X509V3_EXT_METHOD, (st), (val))
    +# define sk_X509V3_EXT_METHOD_unshift(st, val) SKM_sk_unshift(X509V3_EXT_METHOD, (st), (val))
    +# define sk_X509V3_EXT_METHOD_find(st, val) SKM_sk_find(X509V3_EXT_METHOD, (st), (val))
    +# define sk_X509V3_EXT_METHOD_find_ex(st, val) SKM_sk_find_ex(X509V3_EXT_METHOD, (st), (val))
    +# define sk_X509V3_EXT_METHOD_delete(st, i) SKM_sk_delete(X509V3_EXT_METHOD, (st), (i))
    +# define sk_X509V3_EXT_METHOD_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509V3_EXT_METHOD, (st), (ptr))
    +# define sk_X509V3_EXT_METHOD_insert(st, val, i) SKM_sk_insert(X509V3_EXT_METHOD, (st), (val), (i))
    +# define sk_X509V3_EXT_METHOD_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509V3_EXT_METHOD, (st), (cmp))
    +# define sk_X509V3_EXT_METHOD_dup(st) SKM_sk_dup(X509V3_EXT_METHOD, st)
    +# define sk_X509V3_EXT_METHOD_pop_free(st, free_func) SKM_sk_pop_free(X509V3_EXT_METHOD, (st), (free_func))
    +# define sk_X509V3_EXT_METHOD_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509V3_EXT_METHOD, (st), (copy_func), (free_func))
    +# define sk_X509V3_EXT_METHOD_shift(st) SKM_sk_shift(X509V3_EXT_METHOD, (st))
    +# define sk_X509V3_EXT_METHOD_pop(st) SKM_sk_pop(X509V3_EXT_METHOD, (st))
    +# define sk_X509V3_EXT_METHOD_sort(st) SKM_sk_sort(X509V3_EXT_METHOD, (st))
    +# define sk_X509V3_EXT_METHOD_is_sorted(st) SKM_sk_is_sorted(X509V3_EXT_METHOD, (st))
    +# define sk_X509_ALGOR_new(cmp) SKM_sk_new(X509_ALGOR, (cmp))
    +# define sk_X509_ALGOR_new_null() SKM_sk_new_null(X509_ALGOR)
    +# define sk_X509_ALGOR_free(st) SKM_sk_free(X509_ALGOR, (st))
    +# define sk_X509_ALGOR_num(st) SKM_sk_num(X509_ALGOR, (st))
    +# define sk_X509_ALGOR_value(st, i) SKM_sk_value(X509_ALGOR, (st), (i))
    +# define sk_X509_ALGOR_set(st, i, val) SKM_sk_set(X509_ALGOR, (st), (i), (val))
    +# define sk_X509_ALGOR_zero(st) SKM_sk_zero(X509_ALGOR, (st))
    +# define sk_X509_ALGOR_push(st, val) SKM_sk_push(X509_ALGOR, (st), (val))
    +# define sk_X509_ALGOR_unshift(st, val) SKM_sk_unshift(X509_ALGOR, (st), (val))
    +# define sk_X509_ALGOR_find(st, val) SKM_sk_find(X509_ALGOR, (st), (val))
    +# define sk_X509_ALGOR_find_ex(st, val) SKM_sk_find_ex(X509_ALGOR, (st), (val))
    +# define sk_X509_ALGOR_delete(st, i) SKM_sk_delete(X509_ALGOR, (st), (i))
    +# define sk_X509_ALGOR_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_ALGOR, (st), (ptr))
    +# define sk_X509_ALGOR_insert(st, val, i) SKM_sk_insert(X509_ALGOR, (st), (val), (i))
    +# define sk_X509_ALGOR_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_ALGOR, (st), (cmp))
    +# define sk_X509_ALGOR_dup(st) SKM_sk_dup(X509_ALGOR, st)
    +# define sk_X509_ALGOR_pop_free(st, free_func) SKM_sk_pop_free(X509_ALGOR, (st), (free_func))
    +# define sk_X509_ALGOR_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509_ALGOR, (st), (copy_func), (free_func))
    +# define sk_X509_ALGOR_shift(st) SKM_sk_shift(X509_ALGOR, (st))
    +# define sk_X509_ALGOR_pop(st) SKM_sk_pop(X509_ALGOR, (st))
    +# define sk_X509_ALGOR_sort(st) SKM_sk_sort(X509_ALGOR, (st))
    +# define sk_X509_ALGOR_is_sorted(st) SKM_sk_is_sorted(X509_ALGOR, (st))
    +# define sk_X509_ATTRIBUTE_new(cmp) SKM_sk_new(X509_ATTRIBUTE, (cmp))
    +# define sk_X509_ATTRIBUTE_new_null() SKM_sk_new_null(X509_ATTRIBUTE)
    +# define sk_X509_ATTRIBUTE_free(st) SKM_sk_free(X509_ATTRIBUTE, (st))
    +# define sk_X509_ATTRIBUTE_num(st) SKM_sk_num(X509_ATTRIBUTE, (st))
    +# define sk_X509_ATTRIBUTE_value(st, i) SKM_sk_value(X509_ATTRIBUTE, (st), (i))
    +# define sk_X509_ATTRIBUTE_set(st, i, val) SKM_sk_set(X509_ATTRIBUTE, (st), (i), (val))
    +# define sk_X509_ATTRIBUTE_zero(st) SKM_sk_zero(X509_ATTRIBUTE, (st))
    +# define sk_X509_ATTRIBUTE_push(st, val) SKM_sk_push(X509_ATTRIBUTE, (st), (val))
    +# define sk_X509_ATTRIBUTE_unshift(st, val) SKM_sk_unshift(X509_ATTRIBUTE, (st), (val))
    +# define sk_X509_ATTRIBUTE_find(st, val) SKM_sk_find(X509_ATTRIBUTE, (st), (val))
    +# define sk_X509_ATTRIBUTE_find_ex(st, val) SKM_sk_find_ex(X509_ATTRIBUTE, (st), (val))
    +# define sk_X509_ATTRIBUTE_delete(st, i) SKM_sk_delete(X509_ATTRIBUTE, (st), (i))
    +# define sk_X509_ATTRIBUTE_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_ATTRIBUTE, (st), (ptr))
    +# define sk_X509_ATTRIBUTE_insert(st, val, i) SKM_sk_insert(X509_ATTRIBUTE, (st), (val), (i))
    +# define sk_X509_ATTRIBUTE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_ATTRIBUTE, (st), (cmp))
    +# define sk_X509_ATTRIBUTE_dup(st) SKM_sk_dup(X509_ATTRIBUTE, st)
    +# define sk_X509_ATTRIBUTE_pop_free(st, free_func) SKM_sk_pop_free(X509_ATTRIBUTE, (st), (free_func))
    +# define sk_X509_ATTRIBUTE_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509_ATTRIBUTE, (st), (copy_func), (free_func))
    +# define sk_X509_ATTRIBUTE_shift(st) SKM_sk_shift(X509_ATTRIBUTE, (st))
    +# define sk_X509_ATTRIBUTE_pop(st) SKM_sk_pop(X509_ATTRIBUTE, (st))
    +# define sk_X509_ATTRIBUTE_sort(st) SKM_sk_sort(X509_ATTRIBUTE, (st))
    +# define sk_X509_ATTRIBUTE_is_sorted(st) SKM_sk_is_sorted(X509_ATTRIBUTE, (st))
    +# define sk_X509_CRL_new(cmp) SKM_sk_new(X509_CRL, (cmp))
    +# define sk_X509_CRL_new_null() SKM_sk_new_null(X509_CRL)
    +# define sk_X509_CRL_free(st) SKM_sk_free(X509_CRL, (st))
    +# define sk_X509_CRL_num(st) SKM_sk_num(X509_CRL, (st))
    +# define sk_X509_CRL_value(st, i) SKM_sk_value(X509_CRL, (st), (i))
    +# define sk_X509_CRL_set(st, i, val) SKM_sk_set(X509_CRL, (st), (i), (val))
    +# define sk_X509_CRL_zero(st) SKM_sk_zero(X509_CRL, (st))
    +# define sk_X509_CRL_push(st, val) SKM_sk_push(X509_CRL, (st), (val))
    +# define sk_X509_CRL_unshift(st, val) SKM_sk_unshift(X509_CRL, (st), (val))
    +# define sk_X509_CRL_find(st, val) SKM_sk_find(X509_CRL, (st), (val))
    +# define sk_X509_CRL_find_ex(st, val) SKM_sk_find_ex(X509_CRL, (st), (val))
    +# define sk_X509_CRL_delete(st, i) SKM_sk_delete(X509_CRL, (st), (i))
    +# define sk_X509_CRL_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_CRL, (st), (ptr))
    +# define sk_X509_CRL_insert(st, val, i) SKM_sk_insert(X509_CRL, (st), (val), (i))
    +# define sk_X509_CRL_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_CRL, (st), (cmp))
    +# define sk_X509_CRL_dup(st) SKM_sk_dup(X509_CRL, st)
    +# define sk_X509_CRL_pop_free(st, free_func) SKM_sk_pop_free(X509_CRL, (st), (free_func))
    +# define sk_X509_CRL_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509_CRL, (st), (copy_func), (free_func))
    +# define sk_X509_CRL_shift(st) SKM_sk_shift(X509_CRL, (st))
    +# define sk_X509_CRL_pop(st) SKM_sk_pop(X509_CRL, (st))
    +# define sk_X509_CRL_sort(st) SKM_sk_sort(X509_CRL, (st))
    +# define sk_X509_CRL_is_sorted(st) SKM_sk_is_sorted(X509_CRL, (st))
    +# define sk_X509_EXTENSION_new(cmp) SKM_sk_new(X509_EXTENSION, (cmp))
    +# define sk_X509_EXTENSION_new_null() SKM_sk_new_null(X509_EXTENSION)
    +# define sk_X509_EXTENSION_free(st) SKM_sk_free(X509_EXTENSION, (st))
    +# define sk_X509_EXTENSION_num(st) SKM_sk_num(X509_EXTENSION, (st))
    +# define sk_X509_EXTENSION_value(st, i) SKM_sk_value(X509_EXTENSION, (st), (i))
    +# define sk_X509_EXTENSION_set(st, i, val) SKM_sk_set(X509_EXTENSION, (st), (i), (val))
    +# define sk_X509_EXTENSION_zero(st) SKM_sk_zero(X509_EXTENSION, (st))
    +# define sk_X509_EXTENSION_push(st, val) SKM_sk_push(X509_EXTENSION, (st), (val))
    +# define sk_X509_EXTENSION_unshift(st, val) SKM_sk_unshift(X509_EXTENSION, (st), (val))
    +# define sk_X509_EXTENSION_find(st, val) SKM_sk_find(X509_EXTENSION, (st), (val))
    +# define sk_X509_EXTENSION_find_ex(st, val) SKM_sk_find_ex(X509_EXTENSION, (st), (val))
    +# define sk_X509_EXTENSION_delete(st, i) SKM_sk_delete(X509_EXTENSION, (st), (i))
    +# define sk_X509_EXTENSION_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_EXTENSION, (st), (ptr))
    +# define sk_X509_EXTENSION_insert(st, val, i) SKM_sk_insert(X509_EXTENSION, (st), (val), (i))
    +# define sk_X509_EXTENSION_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_EXTENSION, (st), (cmp))
    +# define sk_X509_EXTENSION_dup(st) SKM_sk_dup(X509_EXTENSION, st)
    +# define sk_X509_EXTENSION_pop_free(st, free_func) SKM_sk_pop_free(X509_EXTENSION, (st), (free_func))
    +# define sk_X509_EXTENSION_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509_EXTENSION, (st), (copy_func), (free_func))
    +# define sk_X509_EXTENSION_shift(st) SKM_sk_shift(X509_EXTENSION, (st))
    +# define sk_X509_EXTENSION_pop(st) SKM_sk_pop(X509_EXTENSION, (st))
    +# define sk_X509_EXTENSION_sort(st) SKM_sk_sort(X509_EXTENSION, (st))
    +# define sk_X509_EXTENSION_is_sorted(st) SKM_sk_is_sorted(X509_EXTENSION, (st))
    +# define sk_X509_INFO_new(cmp) SKM_sk_new(X509_INFO, (cmp))
    +# define sk_X509_INFO_new_null() SKM_sk_new_null(X509_INFO)
    +# define sk_X509_INFO_free(st) SKM_sk_free(X509_INFO, (st))
    +# define sk_X509_INFO_num(st) SKM_sk_num(X509_INFO, (st))
    +# define sk_X509_INFO_value(st, i) SKM_sk_value(X509_INFO, (st), (i))
    +# define sk_X509_INFO_set(st, i, val) SKM_sk_set(X509_INFO, (st), (i), (val))
    +# define sk_X509_INFO_zero(st) SKM_sk_zero(X509_INFO, (st))
    +# define sk_X509_INFO_push(st, val) SKM_sk_push(X509_INFO, (st), (val))
    +# define sk_X509_INFO_unshift(st, val) SKM_sk_unshift(X509_INFO, (st), (val))
    +# define sk_X509_INFO_find(st, val) SKM_sk_find(X509_INFO, (st), (val))
    +# define sk_X509_INFO_find_ex(st, val) SKM_sk_find_ex(X509_INFO, (st), (val))
    +# define sk_X509_INFO_delete(st, i) SKM_sk_delete(X509_INFO, (st), (i))
    +# define sk_X509_INFO_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_INFO, (st), (ptr))
    +# define sk_X509_INFO_insert(st, val, i) SKM_sk_insert(X509_INFO, (st), (val), (i))
    +# define sk_X509_INFO_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_INFO, (st), (cmp))
    +# define sk_X509_INFO_dup(st) SKM_sk_dup(X509_INFO, st)
    +# define sk_X509_INFO_pop_free(st, free_func) SKM_sk_pop_free(X509_INFO, (st), (free_func))
    +# define sk_X509_INFO_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509_INFO, (st), (copy_func), (free_func))
    +# define sk_X509_INFO_shift(st) SKM_sk_shift(X509_INFO, (st))
    +# define sk_X509_INFO_pop(st) SKM_sk_pop(X509_INFO, (st))
    +# define sk_X509_INFO_sort(st) SKM_sk_sort(X509_INFO, (st))
    +# define sk_X509_INFO_is_sorted(st) SKM_sk_is_sorted(X509_INFO, (st))
    +# define sk_X509_LOOKUP_new(cmp) SKM_sk_new(X509_LOOKUP, (cmp))
    +# define sk_X509_LOOKUP_new_null() SKM_sk_new_null(X509_LOOKUP)
    +# define sk_X509_LOOKUP_free(st) SKM_sk_free(X509_LOOKUP, (st))
    +# define sk_X509_LOOKUP_num(st) SKM_sk_num(X509_LOOKUP, (st))
    +# define sk_X509_LOOKUP_value(st, i) SKM_sk_value(X509_LOOKUP, (st), (i))
    +# define sk_X509_LOOKUP_set(st, i, val) SKM_sk_set(X509_LOOKUP, (st), (i), (val))
    +# define sk_X509_LOOKUP_zero(st) SKM_sk_zero(X509_LOOKUP, (st))
    +# define sk_X509_LOOKUP_push(st, val) SKM_sk_push(X509_LOOKUP, (st), (val))
    +# define sk_X509_LOOKUP_unshift(st, val) SKM_sk_unshift(X509_LOOKUP, (st), (val))
    +# define sk_X509_LOOKUP_find(st, val) SKM_sk_find(X509_LOOKUP, (st), (val))
    +# define sk_X509_LOOKUP_find_ex(st, val) SKM_sk_find_ex(X509_LOOKUP, (st), (val))
    +# define sk_X509_LOOKUP_delete(st, i) SKM_sk_delete(X509_LOOKUP, (st), (i))
    +# define sk_X509_LOOKUP_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_LOOKUP, (st), (ptr))
    +# define sk_X509_LOOKUP_insert(st, val, i) SKM_sk_insert(X509_LOOKUP, (st), (val), (i))
    +# define sk_X509_LOOKUP_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_LOOKUP, (st), (cmp))
    +# define sk_X509_LOOKUP_dup(st) SKM_sk_dup(X509_LOOKUP, st)
    +# define sk_X509_LOOKUP_pop_free(st, free_func) SKM_sk_pop_free(X509_LOOKUP, (st), (free_func))
    +# define sk_X509_LOOKUP_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509_LOOKUP, (st), (copy_func), (free_func))
    +# define sk_X509_LOOKUP_shift(st) SKM_sk_shift(X509_LOOKUP, (st))
    +# define sk_X509_LOOKUP_pop(st) SKM_sk_pop(X509_LOOKUP, (st))
    +# define sk_X509_LOOKUP_sort(st) SKM_sk_sort(X509_LOOKUP, (st))
    +# define sk_X509_LOOKUP_is_sorted(st) SKM_sk_is_sorted(X509_LOOKUP, (st))
    +# define sk_X509_NAME_new(cmp) SKM_sk_new(X509_NAME, (cmp))
    +# define sk_X509_NAME_new_null() SKM_sk_new_null(X509_NAME)
    +# define sk_X509_NAME_free(st) SKM_sk_free(X509_NAME, (st))
    +# define sk_X509_NAME_num(st) SKM_sk_num(X509_NAME, (st))
    +# define sk_X509_NAME_value(st, i) SKM_sk_value(X509_NAME, (st), (i))
    +# define sk_X509_NAME_set(st, i, val) SKM_sk_set(X509_NAME, (st), (i), (val))
    +# define sk_X509_NAME_zero(st) SKM_sk_zero(X509_NAME, (st))
    +# define sk_X509_NAME_push(st, val) SKM_sk_push(X509_NAME, (st), (val))
    +# define sk_X509_NAME_unshift(st, val) SKM_sk_unshift(X509_NAME, (st), (val))
    +# define sk_X509_NAME_find(st, val) SKM_sk_find(X509_NAME, (st), (val))
    +# define sk_X509_NAME_find_ex(st, val) SKM_sk_find_ex(X509_NAME, (st), (val))
    +# define sk_X509_NAME_delete(st, i) SKM_sk_delete(X509_NAME, (st), (i))
    +# define sk_X509_NAME_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_NAME, (st), (ptr))
    +# define sk_X509_NAME_insert(st, val, i) SKM_sk_insert(X509_NAME, (st), (val), (i))
    +# define sk_X509_NAME_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_NAME, (st), (cmp))
    +# define sk_X509_NAME_dup(st) SKM_sk_dup(X509_NAME, st)
    +# define sk_X509_NAME_pop_free(st, free_func) SKM_sk_pop_free(X509_NAME, (st), (free_func))
    +# define sk_X509_NAME_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509_NAME, (st), (copy_func), (free_func))
    +# define sk_X509_NAME_shift(st) SKM_sk_shift(X509_NAME, (st))
    +# define sk_X509_NAME_pop(st) SKM_sk_pop(X509_NAME, (st))
    +# define sk_X509_NAME_sort(st) SKM_sk_sort(X509_NAME, (st))
    +# define sk_X509_NAME_is_sorted(st) SKM_sk_is_sorted(X509_NAME, (st))
    +# define sk_X509_NAME_ENTRY_new(cmp) SKM_sk_new(X509_NAME_ENTRY, (cmp))
    +# define sk_X509_NAME_ENTRY_new_null() SKM_sk_new_null(X509_NAME_ENTRY)
    +# define sk_X509_NAME_ENTRY_free(st) SKM_sk_free(X509_NAME_ENTRY, (st))
    +# define sk_X509_NAME_ENTRY_num(st) SKM_sk_num(X509_NAME_ENTRY, (st))
    +# define sk_X509_NAME_ENTRY_value(st, i) SKM_sk_value(X509_NAME_ENTRY, (st), (i))
    +# define sk_X509_NAME_ENTRY_set(st, i, val) SKM_sk_set(X509_NAME_ENTRY, (st), (i), (val))
    +# define sk_X509_NAME_ENTRY_zero(st) SKM_sk_zero(X509_NAME_ENTRY, (st))
    +# define sk_X509_NAME_ENTRY_push(st, val) SKM_sk_push(X509_NAME_ENTRY, (st), (val))
    +# define sk_X509_NAME_ENTRY_unshift(st, val) SKM_sk_unshift(X509_NAME_ENTRY, (st), (val))
    +# define sk_X509_NAME_ENTRY_find(st, val) SKM_sk_find(X509_NAME_ENTRY, (st), (val))
    +# define sk_X509_NAME_ENTRY_find_ex(st, val) SKM_sk_find_ex(X509_NAME_ENTRY, (st), (val))
    +# define sk_X509_NAME_ENTRY_delete(st, i) SKM_sk_delete(X509_NAME_ENTRY, (st), (i))
    +# define sk_X509_NAME_ENTRY_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_NAME_ENTRY, (st), (ptr))
    +# define sk_X509_NAME_ENTRY_insert(st, val, i) SKM_sk_insert(X509_NAME_ENTRY, (st), (val), (i))
    +# define sk_X509_NAME_ENTRY_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_NAME_ENTRY, (st), (cmp))
    +# define sk_X509_NAME_ENTRY_dup(st) SKM_sk_dup(X509_NAME_ENTRY, st)
    +# define sk_X509_NAME_ENTRY_pop_free(st, free_func) SKM_sk_pop_free(X509_NAME_ENTRY, (st), (free_func))
    +# define sk_X509_NAME_ENTRY_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509_NAME_ENTRY, (st), (copy_func), (free_func))
    +# define sk_X509_NAME_ENTRY_shift(st) SKM_sk_shift(X509_NAME_ENTRY, (st))
    +# define sk_X509_NAME_ENTRY_pop(st) SKM_sk_pop(X509_NAME_ENTRY, (st))
    +# define sk_X509_NAME_ENTRY_sort(st) SKM_sk_sort(X509_NAME_ENTRY, (st))
    +# define sk_X509_NAME_ENTRY_is_sorted(st) SKM_sk_is_sorted(X509_NAME_ENTRY, (st))
    +# define sk_X509_OBJECT_new(cmp) SKM_sk_new(X509_OBJECT, (cmp))
    +# define sk_X509_OBJECT_new_null() SKM_sk_new_null(X509_OBJECT)
    +# define sk_X509_OBJECT_free(st) SKM_sk_free(X509_OBJECT, (st))
    +# define sk_X509_OBJECT_num(st) SKM_sk_num(X509_OBJECT, (st))
    +# define sk_X509_OBJECT_value(st, i) SKM_sk_value(X509_OBJECT, (st), (i))
    +# define sk_X509_OBJECT_set(st, i, val) SKM_sk_set(X509_OBJECT, (st), (i), (val))
    +# define sk_X509_OBJECT_zero(st) SKM_sk_zero(X509_OBJECT, (st))
    +# define sk_X509_OBJECT_push(st, val) SKM_sk_push(X509_OBJECT, (st), (val))
    +# define sk_X509_OBJECT_unshift(st, val) SKM_sk_unshift(X509_OBJECT, (st), (val))
    +# define sk_X509_OBJECT_find(st, val) SKM_sk_find(X509_OBJECT, (st), (val))
    +# define sk_X509_OBJECT_find_ex(st, val) SKM_sk_find_ex(X509_OBJECT, (st), (val))
    +# define sk_X509_OBJECT_delete(st, i) SKM_sk_delete(X509_OBJECT, (st), (i))
    +# define sk_X509_OBJECT_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_OBJECT, (st), (ptr))
    +# define sk_X509_OBJECT_insert(st, val, i) SKM_sk_insert(X509_OBJECT, (st), (val), (i))
    +# define sk_X509_OBJECT_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_OBJECT, (st), (cmp))
    +# define sk_X509_OBJECT_dup(st) SKM_sk_dup(X509_OBJECT, st)
    +# define sk_X509_OBJECT_pop_free(st, free_func) SKM_sk_pop_free(X509_OBJECT, (st), (free_func))
    +# define sk_X509_OBJECT_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509_OBJECT, (st), (copy_func), (free_func))
    +# define sk_X509_OBJECT_shift(st) SKM_sk_shift(X509_OBJECT, (st))
    +# define sk_X509_OBJECT_pop(st) SKM_sk_pop(X509_OBJECT, (st))
    +# define sk_X509_OBJECT_sort(st) SKM_sk_sort(X509_OBJECT, (st))
    +# define sk_X509_OBJECT_is_sorted(st) SKM_sk_is_sorted(X509_OBJECT, (st))
    +# define sk_X509_POLICY_DATA_new(cmp) SKM_sk_new(X509_POLICY_DATA, (cmp))
    +# define sk_X509_POLICY_DATA_new_null() SKM_sk_new_null(X509_POLICY_DATA)
    +# define sk_X509_POLICY_DATA_free(st) SKM_sk_free(X509_POLICY_DATA, (st))
    +# define sk_X509_POLICY_DATA_num(st) SKM_sk_num(X509_POLICY_DATA, (st))
    +# define sk_X509_POLICY_DATA_value(st, i) SKM_sk_value(X509_POLICY_DATA, (st), (i))
    +# define sk_X509_POLICY_DATA_set(st, i, val) SKM_sk_set(X509_POLICY_DATA, (st), (i), (val))
    +# define sk_X509_POLICY_DATA_zero(st) SKM_sk_zero(X509_POLICY_DATA, (st))
    +# define sk_X509_POLICY_DATA_push(st, val) SKM_sk_push(X509_POLICY_DATA, (st), (val))
    +# define sk_X509_POLICY_DATA_unshift(st, val) SKM_sk_unshift(X509_POLICY_DATA, (st), (val))
    +# define sk_X509_POLICY_DATA_find(st, val) SKM_sk_find(X509_POLICY_DATA, (st), (val))
    +# define sk_X509_POLICY_DATA_find_ex(st, val) SKM_sk_find_ex(X509_POLICY_DATA, (st), (val))
    +# define sk_X509_POLICY_DATA_delete(st, i) SKM_sk_delete(X509_POLICY_DATA, (st), (i))
    +# define sk_X509_POLICY_DATA_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_POLICY_DATA, (st), (ptr))
    +# define sk_X509_POLICY_DATA_insert(st, val, i) SKM_sk_insert(X509_POLICY_DATA, (st), (val), (i))
    +# define sk_X509_POLICY_DATA_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_POLICY_DATA, (st), (cmp))
    +# define sk_X509_POLICY_DATA_dup(st) SKM_sk_dup(X509_POLICY_DATA, st)
    +# define sk_X509_POLICY_DATA_pop_free(st, free_func) SKM_sk_pop_free(X509_POLICY_DATA, (st), (free_func))
    +# define sk_X509_POLICY_DATA_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509_POLICY_DATA, (st), (copy_func), (free_func))
    +# define sk_X509_POLICY_DATA_shift(st) SKM_sk_shift(X509_POLICY_DATA, (st))
    +# define sk_X509_POLICY_DATA_pop(st) SKM_sk_pop(X509_POLICY_DATA, (st))
    +# define sk_X509_POLICY_DATA_sort(st) SKM_sk_sort(X509_POLICY_DATA, (st))
    +# define sk_X509_POLICY_DATA_is_sorted(st) SKM_sk_is_sorted(X509_POLICY_DATA, (st))
    +# define sk_X509_POLICY_NODE_new(cmp) SKM_sk_new(X509_POLICY_NODE, (cmp))
    +# define sk_X509_POLICY_NODE_new_null() SKM_sk_new_null(X509_POLICY_NODE)
    +# define sk_X509_POLICY_NODE_free(st) SKM_sk_free(X509_POLICY_NODE, (st))
    +# define sk_X509_POLICY_NODE_num(st) SKM_sk_num(X509_POLICY_NODE, (st))
    +# define sk_X509_POLICY_NODE_value(st, i) SKM_sk_value(X509_POLICY_NODE, (st), (i))
    +# define sk_X509_POLICY_NODE_set(st, i, val) SKM_sk_set(X509_POLICY_NODE, (st), (i), (val))
    +# define sk_X509_POLICY_NODE_zero(st) SKM_sk_zero(X509_POLICY_NODE, (st))
    +# define sk_X509_POLICY_NODE_push(st, val) SKM_sk_push(X509_POLICY_NODE, (st), (val))
    +# define sk_X509_POLICY_NODE_unshift(st, val) SKM_sk_unshift(X509_POLICY_NODE, (st), (val))
    +# define sk_X509_POLICY_NODE_find(st, val) SKM_sk_find(X509_POLICY_NODE, (st), (val))
    +# define sk_X509_POLICY_NODE_find_ex(st, val) SKM_sk_find_ex(X509_POLICY_NODE, (st), (val))
    +# define sk_X509_POLICY_NODE_delete(st, i) SKM_sk_delete(X509_POLICY_NODE, (st), (i))
    +# define sk_X509_POLICY_NODE_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_POLICY_NODE, (st), (ptr))
    +# define sk_X509_POLICY_NODE_insert(st, val, i) SKM_sk_insert(X509_POLICY_NODE, (st), (val), (i))
    +# define sk_X509_POLICY_NODE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_POLICY_NODE, (st), (cmp))
    +# define sk_X509_POLICY_NODE_dup(st) SKM_sk_dup(X509_POLICY_NODE, st)
    +# define sk_X509_POLICY_NODE_pop_free(st, free_func) SKM_sk_pop_free(X509_POLICY_NODE, (st), (free_func))
    +# define sk_X509_POLICY_NODE_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509_POLICY_NODE, (st), (copy_func), (free_func))
    +# define sk_X509_POLICY_NODE_shift(st) SKM_sk_shift(X509_POLICY_NODE, (st))
    +# define sk_X509_POLICY_NODE_pop(st) SKM_sk_pop(X509_POLICY_NODE, (st))
    +# define sk_X509_POLICY_NODE_sort(st) SKM_sk_sort(X509_POLICY_NODE, (st))
    +# define sk_X509_POLICY_NODE_is_sorted(st) SKM_sk_is_sorted(X509_POLICY_NODE, (st))
    +# define sk_X509_PURPOSE_new(cmp) SKM_sk_new(X509_PURPOSE, (cmp))
    +# define sk_X509_PURPOSE_new_null() SKM_sk_new_null(X509_PURPOSE)
    +# define sk_X509_PURPOSE_free(st) SKM_sk_free(X509_PURPOSE, (st))
    +# define sk_X509_PURPOSE_num(st) SKM_sk_num(X509_PURPOSE, (st))
    +# define sk_X509_PURPOSE_value(st, i) SKM_sk_value(X509_PURPOSE, (st), (i))
    +# define sk_X509_PURPOSE_set(st, i, val) SKM_sk_set(X509_PURPOSE, (st), (i), (val))
    +# define sk_X509_PURPOSE_zero(st) SKM_sk_zero(X509_PURPOSE, (st))
    +# define sk_X509_PURPOSE_push(st, val) SKM_sk_push(X509_PURPOSE, (st), (val))
    +# define sk_X509_PURPOSE_unshift(st, val) SKM_sk_unshift(X509_PURPOSE, (st), (val))
    +# define sk_X509_PURPOSE_find(st, val) SKM_sk_find(X509_PURPOSE, (st), (val))
    +# define sk_X509_PURPOSE_find_ex(st, val) SKM_sk_find_ex(X509_PURPOSE, (st), (val))
    +# define sk_X509_PURPOSE_delete(st, i) SKM_sk_delete(X509_PURPOSE, (st), (i))
    +# define sk_X509_PURPOSE_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_PURPOSE, (st), (ptr))
    +# define sk_X509_PURPOSE_insert(st, val, i) SKM_sk_insert(X509_PURPOSE, (st), (val), (i))
    +# define sk_X509_PURPOSE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_PURPOSE, (st), (cmp))
    +# define sk_X509_PURPOSE_dup(st) SKM_sk_dup(X509_PURPOSE, st)
    +# define sk_X509_PURPOSE_pop_free(st, free_func) SKM_sk_pop_free(X509_PURPOSE, (st), (free_func))
    +# define sk_X509_PURPOSE_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509_PURPOSE, (st), (copy_func), (free_func))
    +# define sk_X509_PURPOSE_shift(st) SKM_sk_shift(X509_PURPOSE, (st))
    +# define sk_X509_PURPOSE_pop(st) SKM_sk_pop(X509_PURPOSE, (st))
    +# define sk_X509_PURPOSE_sort(st) SKM_sk_sort(X509_PURPOSE, (st))
    +# define sk_X509_PURPOSE_is_sorted(st) SKM_sk_is_sorted(X509_PURPOSE, (st))
    +# define sk_X509_REVOKED_new(cmp) SKM_sk_new(X509_REVOKED, (cmp))
    +# define sk_X509_REVOKED_new_null() SKM_sk_new_null(X509_REVOKED)
    +# define sk_X509_REVOKED_free(st) SKM_sk_free(X509_REVOKED, (st))
    +# define sk_X509_REVOKED_num(st) SKM_sk_num(X509_REVOKED, (st))
    +# define sk_X509_REVOKED_value(st, i) SKM_sk_value(X509_REVOKED, (st), (i))
    +# define sk_X509_REVOKED_set(st, i, val) SKM_sk_set(X509_REVOKED, (st), (i), (val))
    +# define sk_X509_REVOKED_zero(st) SKM_sk_zero(X509_REVOKED, (st))
    +# define sk_X509_REVOKED_push(st, val) SKM_sk_push(X509_REVOKED, (st), (val))
    +# define sk_X509_REVOKED_unshift(st, val) SKM_sk_unshift(X509_REVOKED, (st), (val))
    +# define sk_X509_REVOKED_find(st, val) SKM_sk_find(X509_REVOKED, (st), (val))
    +# define sk_X509_REVOKED_find_ex(st, val) SKM_sk_find_ex(X509_REVOKED, (st), (val))
    +# define sk_X509_REVOKED_delete(st, i) SKM_sk_delete(X509_REVOKED, (st), (i))
    +# define sk_X509_REVOKED_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_REVOKED, (st), (ptr))
    +# define sk_X509_REVOKED_insert(st, val, i) SKM_sk_insert(X509_REVOKED, (st), (val), (i))
    +# define sk_X509_REVOKED_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_REVOKED, (st), (cmp))
    +# define sk_X509_REVOKED_dup(st) SKM_sk_dup(X509_REVOKED, st)
    +# define sk_X509_REVOKED_pop_free(st, free_func) SKM_sk_pop_free(X509_REVOKED, (st), (free_func))
    +# define sk_X509_REVOKED_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509_REVOKED, (st), (copy_func), (free_func))
    +# define sk_X509_REVOKED_shift(st) SKM_sk_shift(X509_REVOKED, (st))
    +# define sk_X509_REVOKED_pop(st) SKM_sk_pop(X509_REVOKED, (st))
    +# define sk_X509_REVOKED_sort(st) SKM_sk_sort(X509_REVOKED, (st))
    +# define sk_X509_REVOKED_is_sorted(st) SKM_sk_is_sorted(X509_REVOKED, (st))
    +# define sk_X509_TRUST_new(cmp) SKM_sk_new(X509_TRUST, (cmp))
    +# define sk_X509_TRUST_new_null() SKM_sk_new_null(X509_TRUST)
    +# define sk_X509_TRUST_free(st) SKM_sk_free(X509_TRUST, (st))
    +# define sk_X509_TRUST_num(st) SKM_sk_num(X509_TRUST, (st))
    +# define sk_X509_TRUST_value(st, i) SKM_sk_value(X509_TRUST, (st), (i))
    +# define sk_X509_TRUST_set(st, i, val) SKM_sk_set(X509_TRUST, (st), (i), (val))
    +# define sk_X509_TRUST_zero(st) SKM_sk_zero(X509_TRUST, (st))
    +# define sk_X509_TRUST_push(st, val) SKM_sk_push(X509_TRUST, (st), (val))
    +# define sk_X509_TRUST_unshift(st, val) SKM_sk_unshift(X509_TRUST, (st), (val))
    +# define sk_X509_TRUST_find(st, val) SKM_sk_find(X509_TRUST, (st), (val))
    +# define sk_X509_TRUST_find_ex(st, val) SKM_sk_find_ex(X509_TRUST, (st), (val))
    +# define sk_X509_TRUST_delete(st, i) SKM_sk_delete(X509_TRUST, (st), (i))
    +# define sk_X509_TRUST_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_TRUST, (st), (ptr))
    +# define sk_X509_TRUST_insert(st, val, i) SKM_sk_insert(X509_TRUST, (st), (val), (i))
    +# define sk_X509_TRUST_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_TRUST, (st), (cmp))
    +# define sk_X509_TRUST_dup(st) SKM_sk_dup(X509_TRUST, st)
    +# define sk_X509_TRUST_pop_free(st, free_func) SKM_sk_pop_free(X509_TRUST, (st), (free_func))
    +# define sk_X509_TRUST_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509_TRUST, (st), (copy_func), (free_func))
    +# define sk_X509_TRUST_shift(st) SKM_sk_shift(X509_TRUST, (st))
    +# define sk_X509_TRUST_pop(st) SKM_sk_pop(X509_TRUST, (st))
    +# define sk_X509_TRUST_sort(st) SKM_sk_sort(X509_TRUST, (st))
    +# define sk_X509_TRUST_is_sorted(st) SKM_sk_is_sorted(X509_TRUST, (st))
    +# define sk_X509_VERIFY_PARAM_new(cmp) SKM_sk_new(X509_VERIFY_PARAM, (cmp))
    +# define sk_X509_VERIFY_PARAM_new_null() SKM_sk_new_null(X509_VERIFY_PARAM)
    +# define sk_X509_VERIFY_PARAM_free(st) SKM_sk_free(X509_VERIFY_PARAM, (st))
    +# define sk_X509_VERIFY_PARAM_num(st) SKM_sk_num(X509_VERIFY_PARAM, (st))
    +# define sk_X509_VERIFY_PARAM_value(st, i) SKM_sk_value(X509_VERIFY_PARAM, (st), (i))
    +# define sk_X509_VERIFY_PARAM_set(st, i, val) SKM_sk_set(X509_VERIFY_PARAM, (st), (i), (val))
    +# define sk_X509_VERIFY_PARAM_zero(st) SKM_sk_zero(X509_VERIFY_PARAM, (st))
    +# define sk_X509_VERIFY_PARAM_push(st, val) SKM_sk_push(X509_VERIFY_PARAM, (st), (val))
    +# define sk_X509_VERIFY_PARAM_unshift(st, val) SKM_sk_unshift(X509_VERIFY_PARAM, (st), (val))
    +# define sk_X509_VERIFY_PARAM_find(st, val) SKM_sk_find(X509_VERIFY_PARAM, (st), (val))
    +# define sk_X509_VERIFY_PARAM_find_ex(st, val) SKM_sk_find_ex(X509_VERIFY_PARAM, (st), (val))
    +# define sk_X509_VERIFY_PARAM_delete(st, i) SKM_sk_delete(X509_VERIFY_PARAM, (st), (i))
    +# define sk_X509_VERIFY_PARAM_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_VERIFY_PARAM, (st), (ptr))
    +# define sk_X509_VERIFY_PARAM_insert(st, val, i) SKM_sk_insert(X509_VERIFY_PARAM, (st), (val), (i))
    +# define sk_X509_VERIFY_PARAM_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_VERIFY_PARAM, (st), (cmp))
    +# define sk_X509_VERIFY_PARAM_dup(st) SKM_sk_dup(X509_VERIFY_PARAM, st)
    +# define sk_X509_VERIFY_PARAM_pop_free(st, free_func) SKM_sk_pop_free(X509_VERIFY_PARAM, (st), (free_func))
    +# define sk_X509_VERIFY_PARAM_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509_VERIFY_PARAM, (st), (copy_func), (free_func))
    +# define sk_X509_VERIFY_PARAM_shift(st) SKM_sk_shift(X509_VERIFY_PARAM, (st))
    +# define sk_X509_VERIFY_PARAM_pop(st) SKM_sk_pop(X509_VERIFY_PARAM, (st))
    +# define sk_X509_VERIFY_PARAM_sort(st) SKM_sk_sort(X509_VERIFY_PARAM, (st))
    +# define sk_X509_VERIFY_PARAM_is_sorted(st) SKM_sk_is_sorted(X509_VERIFY_PARAM, (st))
    +# define sk_nid_triple_new(cmp) SKM_sk_new(nid_triple, (cmp))
    +# define sk_nid_triple_new_null() SKM_sk_new_null(nid_triple)
    +# define sk_nid_triple_free(st) SKM_sk_free(nid_triple, (st))
    +# define sk_nid_triple_num(st) SKM_sk_num(nid_triple, (st))
    +# define sk_nid_triple_value(st, i) SKM_sk_value(nid_triple, (st), (i))
    +# define sk_nid_triple_set(st, i, val) SKM_sk_set(nid_triple, (st), (i), (val))
    +# define sk_nid_triple_zero(st) SKM_sk_zero(nid_triple, (st))
    +# define sk_nid_triple_push(st, val) SKM_sk_push(nid_triple, (st), (val))
    +# define sk_nid_triple_unshift(st, val) SKM_sk_unshift(nid_triple, (st), (val))
    +# define sk_nid_triple_find(st, val) SKM_sk_find(nid_triple, (st), (val))
    +# define sk_nid_triple_find_ex(st, val) SKM_sk_find_ex(nid_triple, (st), (val))
    +# define sk_nid_triple_delete(st, i) SKM_sk_delete(nid_triple, (st), (i))
    +# define sk_nid_triple_delete_ptr(st, ptr) SKM_sk_delete_ptr(nid_triple, (st), (ptr))
    +# define sk_nid_triple_insert(st, val, i) SKM_sk_insert(nid_triple, (st), (val), (i))
    +# define sk_nid_triple_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(nid_triple, (st), (cmp))
    +# define sk_nid_triple_dup(st) SKM_sk_dup(nid_triple, st)
    +# define sk_nid_triple_pop_free(st, free_func) SKM_sk_pop_free(nid_triple, (st), (free_func))
    +# define sk_nid_triple_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(nid_triple, (st), (copy_func), (free_func))
    +# define sk_nid_triple_shift(st) SKM_sk_shift(nid_triple, (st))
    +# define sk_nid_triple_pop(st) SKM_sk_pop(nid_triple, (st))
    +# define sk_nid_triple_sort(st) SKM_sk_sort(nid_triple, (st))
    +# define sk_nid_triple_is_sorted(st) SKM_sk_is_sorted(nid_triple, (st))
    +# define sk_void_new(cmp) SKM_sk_new(void, (cmp))
    +# define sk_void_new_null() SKM_sk_new_null(void)
    +# define sk_void_free(st) SKM_sk_free(void, (st))
    +# define sk_void_num(st) SKM_sk_num(void, (st))
    +# define sk_void_value(st, i) SKM_sk_value(void, (st), (i))
    +# define sk_void_set(st, i, val) SKM_sk_set(void, (st), (i), (val))
    +# define sk_void_zero(st) SKM_sk_zero(void, (st))
    +# define sk_void_push(st, val) SKM_sk_push(void, (st), (val))
    +# define sk_void_unshift(st, val) SKM_sk_unshift(void, (st), (val))
    +# define sk_void_find(st, val) SKM_sk_find(void, (st), (val))
    +# define sk_void_find_ex(st, val) SKM_sk_find_ex(void, (st), (val))
    +# define sk_void_delete(st, i) SKM_sk_delete(void, (st), (i))
    +# define sk_void_delete_ptr(st, ptr) SKM_sk_delete_ptr(void, (st), (ptr))
    +# define sk_void_insert(st, val, i) SKM_sk_insert(void, (st), (val), (i))
    +# define sk_void_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(void, (st), (cmp))
    +# define sk_void_dup(st) SKM_sk_dup(void, st)
    +# define sk_void_pop_free(st, free_func) SKM_sk_pop_free(void, (st), (free_func))
    +# define sk_void_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(void, (st), (copy_func), (free_func))
    +# define sk_void_shift(st) SKM_sk_shift(void, (st))
    +# define sk_void_pop(st) SKM_sk_pop(void, (st))
    +# define sk_void_sort(st) SKM_sk_sort(void, (st))
    +# define sk_void_is_sorted(st) SKM_sk_is_sorted(void, (st))
    +# define sk_OPENSSL_STRING_new(cmp) ((STACK_OF(OPENSSL_STRING) *)sk_new(CHECKED_SK_CMP_FUNC(char, cmp)))
    +# define sk_OPENSSL_STRING_new_null() ((STACK_OF(OPENSSL_STRING) *)sk_new_null())
    +# define sk_OPENSSL_STRING_push(st, val) sk_push(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_PTR_OF(char, val))
    +# define sk_OPENSSL_STRING_find(st, val) sk_find(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_PTR_OF(char, val))
    +# define sk_OPENSSL_STRING_value(st, i) ((OPENSSL_STRING)sk_value(CHECKED_STACK_OF(OPENSSL_STRING, st), i))
    +# define sk_OPENSSL_STRING_num(st) SKM_sk_num(OPENSSL_STRING, st)
    +# define sk_OPENSSL_STRING_pop_free(st, free_func) sk_pop_free(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_SK_FREE_FUNC(char, free_func))
    +# define sk_OPENSSL_STRING_deep_copy(st, copy_func, free_func) ((STACK_OF(OPENSSL_STRING) *)sk_deep_copy(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_SK_COPY_FUNC(char, copy_func), CHECKED_SK_FREE_FUNC(char, free_func)))
    +# define sk_OPENSSL_STRING_insert(st, val, i) sk_insert(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_PTR_OF(char, val), i)
    +# define sk_OPENSSL_STRING_free(st) SKM_sk_free(OPENSSL_STRING, st)
    +# define sk_OPENSSL_STRING_set(st, i, val) sk_set(CHECKED_STACK_OF(OPENSSL_STRING, st), i, CHECKED_PTR_OF(char, val))
    +# define sk_OPENSSL_STRING_zero(st) SKM_sk_zero(OPENSSL_STRING, (st))
    +# define sk_OPENSSL_STRING_unshift(st, val) sk_unshift(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_PTR_OF(char, val))
    +# define sk_OPENSSL_STRING_find_ex(st, val) sk_find_ex((_STACK *)CHECKED_CONST_PTR_OF(STACK_OF(OPENSSL_STRING), st), CHECKED_CONST_PTR_OF(char, val))
    +# define sk_OPENSSL_STRING_delete(st, i) SKM_sk_delete(OPENSSL_STRING, (st), (i))
    +# define sk_OPENSSL_STRING_delete_ptr(st, ptr) (OPENSSL_STRING *)sk_delete_ptr(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_PTR_OF(char, ptr))
    +# define sk_OPENSSL_STRING_set_cmp_func(st, cmp)  \
    +        ((int (*)(const char * const *,const char * const *)) \
    +        sk_set_cmp_func(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_SK_CMP_FUNC(char, cmp)))
    +# define sk_OPENSSL_STRING_dup(st) SKM_sk_dup(OPENSSL_STRING, st)
    +# define sk_OPENSSL_STRING_shift(st) SKM_sk_shift(OPENSSL_STRING, (st))
    +# define sk_OPENSSL_STRING_pop(st) (char *)sk_pop(CHECKED_STACK_OF(OPENSSL_STRING, st))
    +# define sk_OPENSSL_STRING_sort(st) SKM_sk_sort(OPENSSL_STRING, (st))
    +# define sk_OPENSSL_STRING_is_sorted(st) SKM_sk_is_sorted(OPENSSL_STRING, (st))
    +# define sk_OPENSSL_BLOCK_new(cmp) ((STACK_OF(OPENSSL_BLOCK) *)sk_new(CHECKED_SK_CMP_FUNC(void, cmp)))
    +# define sk_OPENSSL_BLOCK_new_null() ((STACK_OF(OPENSSL_BLOCK) *)sk_new_null())
    +# define sk_OPENSSL_BLOCK_push(st, val) sk_push(CHECKED_STACK_OF(OPENSSL_BLOCK, st), CHECKED_PTR_OF(void, val))
    +# define sk_OPENSSL_BLOCK_find(st, val) sk_find(CHECKED_STACK_OF(OPENSSL_BLOCK, st), CHECKED_PTR_OF(void, val))
    +# define sk_OPENSSL_BLOCK_value(st, i) ((OPENSSL_BLOCK)sk_value(CHECKED_STACK_OF(OPENSSL_BLOCK, st), i))
    +# define sk_OPENSSL_BLOCK_num(st) SKM_sk_num(OPENSSL_BLOCK, st)
    +# define sk_OPENSSL_BLOCK_pop_free(st, free_func) sk_pop_free(CHECKED_STACK_OF(OPENSSL_BLOCK, st), CHECKED_SK_FREE_FUNC(void, free_func))
    +# define sk_OPENSSL_BLOCK_deep_copy(st, copy_func, free_func) ((STACK_OF(OPENSSL_BLOCK) *)sk_deep_copy(CHECKED_STACK_OF(OPENSSL_BLOCK, st), CHECKED_SK_COPY_FUNC(void, copy_func), CHECKED_SK_FREE_FUNC(void, free_func)))
    +# define sk_OPENSSL_BLOCK_insert(st, val, i) sk_insert(CHECKED_STACK_OF(OPENSSL_BLOCK, st), CHECKED_PTR_OF(void, val), i)
    +# define sk_OPENSSL_BLOCK_free(st) SKM_sk_free(OPENSSL_BLOCK, st)
    +# define sk_OPENSSL_BLOCK_set(st, i, val) sk_set(CHECKED_STACK_OF(OPENSSL_BLOCK, st), i, CHECKED_PTR_OF(void, val))
    +# define sk_OPENSSL_BLOCK_zero(st) SKM_sk_zero(OPENSSL_BLOCK, (st))
    +# define sk_OPENSSL_BLOCK_unshift(st, val) sk_unshift(CHECKED_STACK_OF(OPENSSL_BLOCK, st), CHECKED_PTR_OF(void, val))
    +# define sk_OPENSSL_BLOCK_find_ex(st, val) sk_find_ex((_STACK *)CHECKED_CONST_PTR_OF(STACK_OF(OPENSSL_BLOCK), st), CHECKED_CONST_PTR_OF(void, val))
    +# define sk_OPENSSL_BLOCK_delete(st, i) SKM_sk_delete(OPENSSL_BLOCK, (st), (i))
    +# define sk_OPENSSL_BLOCK_delete_ptr(st, ptr) (OPENSSL_BLOCK *)sk_delete_ptr(CHECKED_STACK_OF(OPENSSL_BLOCK, st), CHECKED_PTR_OF(void, ptr))
    +# define sk_OPENSSL_BLOCK_set_cmp_func(st, cmp)  \
    +        ((int (*)(const void * const *,const void * const *)) \
    +        sk_set_cmp_func(CHECKED_STACK_OF(OPENSSL_BLOCK, st), CHECKED_SK_CMP_FUNC(void, cmp)))
    +# define sk_OPENSSL_BLOCK_dup(st) SKM_sk_dup(OPENSSL_BLOCK, st)
    +# define sk_OPENSSL_BLOCK_shift(st) SKM_sk_shift(OPENSSL_BLOCK, (st))
    +# define sk_OPENSSL_BLOCK_pop(st) (void *)sk_pop(CHECKED_STACK_OF(OPENSSL_BLOCK, st))
    +# define sk_OPENSSL_BLOCK_sort(st) SKM_sk_sort(OPENSSL_BLOCK, (st))
    +# define sk_OPENSSL_BLOCK_is_sorted(st) SKM_sk_is_sorted(OPENSSL_BLOCK, (st))
    +# define sk_OPENSSL_PSTRING_new(cmp) ((STACK_OF(OPENSSL_PSTRING) *)sk_new(CHECKED_SK_CMP_FUNC(OPENSSL_STRING, cmp)))
    +# define sk_OPENSSL_PSTRING_new_null() ((STACK_OF(OPENSSL_PSTRING) *)sk_new_null())
    +# define sk_OPENSSL_PSTRING_push(st, val) sk_push(CHECKED_STACK_OF(OPENSSL_PSTRING, st), CHECKED_PTR_OF(OPENSSL_STRING, val))
    +# define sk_OPENSSL_PSTRING_find(st, val) sk_find(CHECKED_STACK_OF(OPENSSL_PSTRING, st), CHECKED_PTR_OF(OPENSSL_STRING, val))
    +# define sk_OPENSSL_PSTRING_value(st, i) ((OPENSSL_PSTRING)sk_value(CHECKED_STACK_OF(OPENSSL_PSTRING, st), i))
    +# define sk_OPENSSL_PSTRING_num(st) SKM_sk_num(OPENSSL_PSTRING, st)
    +# define sk_OPENSSL_PSTRING_pop_free(st, free_func) sk_pop_free(CHECKED_STACK_OF(OPENSSL_PSTRING, st), CHECKED_SK_FREE_FUNC(OPENSSL_STRING, free_func))
    +# define sk_OPENSSL_PSTRING_deep_copy(st, copy_func, free_func) ((STACK_OF(OPENSSL_PSTRING) *)sk_deep_copy(CHECKED_STACK_OF(OPENSSL_PSTRING, st), CHECKED_SK_COPY_FUNC(OPENSSL_STRING, copy_func), CHECKED_SK_FREE_FUNC(OPENSSL_STRING, free_func)))
    +# define sk_OPENSSL_PSTRING_insert(st, val, i) sk_insert(CHECKED_STACK_OF(OPENSSL_PSTRING, st), CHECKED_PTR_OF(OPENSSL_STRING, val), i)
    +# define sk_OPENSSL_PSTRING_free(st) SKM_sk_free(OPENSSL_PSTRING, st)
    +# define sk_OPENSSL_PSTRING_set(st, i, val) sk_set(CHECKED_STACK_OF(OPENSSL_PSTRING, st), i, CHECKED_PTR_OF(OPENSSL_STRING, val))
    +# define sk_OPENSSL_PSTRING_zero(st) SKM_sk_zero(OPENSSL_PSTRING, (st))
    +# define sk_OPENSSL_PSTRING_unshift(st, val) sk_unshift(CHECKED_STACK_OF(OPENSSL_PSTRING, st), CHECKED_PTR_OF(OPENSSL_STRING, val))
    +# define sk_OPENSSL_PSTRING_find_ex(st, val) sk_find_ex((_STACK *)CHECKED_CONST_PTR_OF(STACK_OF(OPENSSL_PSTRING), st), CHECKED_CONST_PTR_OF(OPENSSL_STRING, val))
    +# define sk_OPENSSL_PSTRING_delete(st, i) SKM_sk_delete(OPENSSL_PSTRING, (st), (i))
    +# define sk_OPENSSL_PSTRING_delete_ptr(st, ptr) (OPENSSL_PSTRING *)sk_delete_ptr(CHECKED_STACK_OF(OPENSSL_PSTRING, st), CHECKED_PTR_OF(OPENSSL_STRING, ptr))
    +# define sk_OPENSSL_PSTRING_set_cmp_func(st, cmp)  \
    +        ((int (*)(const OPENSSL_STRING * const *,const OPENSSL_STRING * const *)) \
    +        sk_set_cmp_func(CHECKED_STACK_OF(OPENSSL_PSTRING, st), CHECKED_SK_CMP_FUNC(OPENSSL_STRING, cmp)))
    +# define sk_OPENSSL_PSTRING_dup(st) SKM_sk_dup(OPENSSL_PSTRING, st)
    +# define sk_OPENSSL_PSTRING_shift(st) SKM_sk_shift(OPENSSL_PSTRING, (st))
    +# define sk_OPENSSL_PSTRING_pop(st) (OPENSSL_STRING *)sk_pop(CHECKED_STACK_OF(OPENSSL_PSTRING, st))
    +# define sk_OPENSSL_PSTRING_sort(st) SKM_sk_sort(OPENSSL_PSTRING, (st))
    +# define sk_OPENSSL_PSTRING_is_sorted(st) SKM_sk_is_sorted(OPENSSL_PSTRING, (st))
    +# define d2i_ASN1_SET_OF_ACCESS_DESCRIPTION(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    +        SKM_ASN1_SET_OF_d2i(ACCESS_DESCRIPTION, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class))
    +# define i2d_ASN1_SET_OF_ACCESS_DESCRIPTION(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    +        SKM_ASN1_SET_OF_i2d(ACCESS_DESCRIPTION, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    +# define ASN1_seq_pack_ACCESS_DESCRIPTION(st, i2d_func, buf, len) \
    +        SKM_ASN1_seq_pack(ACCESS_DESCRIPTION, (st), (i2d_func), (buf), (len))
    +# define ASN1_seq_unpack_ACCESS_DESCRIPTION(buf, len, d2i_func, free_func) \
    +        SKM_ASN1_seq_unpack(ACCESS_DESCRIPTION, (buf), (len), (d2i_func), (free_func))
    +# define d2i_ASN1_SET_OF_ASN1_INTEGER(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    +        SKM_ASN1_SET_OF_d2i(ASN1_INTEGER, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class))
    +# define i2d_ASN1_SET_OF_ASN1_INTEGER(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    +        SKM_ASN1_SET_OF_i2d(ASN1_INTEGER, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    +# define ASN1_seq_pack_ASN1_INTEGER(st, i2d_func, buf, len) \
    +        SKM_ASN1_seq_pack(ASN1_INTEGER, (st), (i2d_func), (buf), (len))
    +# define ASN1_seq_unpack_ASN1_INTEGER(buf, len, d2i_func, free_func) \
    +        SKM_ASN1_seq_unpack(ASN1_INTEGER, (buf), (len), (d2i_func), (free_func))
    +# define d2i_ASN1_SET_OF_ASN1_OBJECT(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    +        SKM_ASN1_SET_OF_d2i(ASN1_OBJECT, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class))
    +# define i2d_ASN1_SET_OF_ASN1_OBJECT(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    +        SKM_ASN1_SET_OF_i2d(ASN1_OBJECT, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    +# define ASN1_seq_pack_ASN1_OBJECT(st, i2d_func, buf, len) \
    +        SKM_ASN1_seq_pack(ASN1_OBJECT, (st), (i2d_func), (buf), (len))
    +# define ASN1_seq_unpack_ASN1_OBJECT(buf, len, d2i_func, free_func) \
    +        SKM_ASN1_seq_unpack(ASN1_OBJECT, (buf), (len), (d2i_func), (free_func))
    +# define d2i_ASN1_SET_OF_ASN1_TYPE(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    +        SKM_ASN1_SET_OF_d2i(ASN1_TYPE, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class))
    +# define i2d_ASN1_SET_OF_ASN1_TYPE(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    +        SKM_ASN1_SET_OF_i2d(ASN1_TYPE, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    +# define ASN1_seq_pack_ASN1_TYPE(st, i2d_func, buf, len) \
    +        SKM_ASN1_seq_pack(ASN1_TYPE, (st), (i2d_func), (buf), (len))
    +# define ASN1_seq_unpack_ASN1_TYPE(buf, len, d2i_func, free_func) \
    +        SKM_ASN1_seq_unpack(ASN1_TYPE, (buf), (len), (d2i_func), (free_func))
    +# define d2i_ASN1_SET_OF_ASN1_UTF8STRING(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    +        SKM_ASN1_SET_OF_d2i(ASN1_UTF8STRING, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class))
    +# define i2d_ASN1_SET_OF_ASN1_UTF8STRING(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    +        SKM_ASN1_SET_OF_i2d(ASN1_UTF8STRING, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    +# define ASN1_seq_pack_ASN1_UTF8STRING(st, i2d_func, buf, len) \
    +        SKM_ASN1_seq_pack(ASN1_UTF8STRING, (st), (i2d_func), (buf), (len))
    +# define ASN1_seq_unpack_ASN1_UTF8STRING(buf, len, d2i_func, free_func) \
    +        SKM_ASN1_seq_unpack(ASN1_UTF8STRING, (buf), (len), (d2i_func), (free_func))
    +# define d2i_ASN1_SET_OF_DIST_POINT(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    +        SKM_ASN1_SET_OF_d2i(DIST_POINT, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class))
    +# define i2d_ASN1_SET_OF_DIST_POINT(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    +        SKM_ASN1_SET_OF_i2d(DIST_POINT, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    +# define ASN1_seq_pack_DIST_POINT(st, i2d_func, buf, len) \
    +        SKM_ASN1_seq_pack(DIST_POINT, (st), (i2d_func), (buf), (len))
    +# define ASN1_seq_unpack_DIST_POINT(buf, len, d2i_func, free_func) \
    +        SKM_ASN1_seq_unpack(DIST_POINT, (buf), (len), (d2i_func), (free_func))
    +# define d2i_ASN1_SET_OF_ESS_CERT_ID(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    +        SKM_ASN1_SET_OF_d2i(ESS_CERT_ID, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class))
    +# define i2d_ASN1_SET_OF_ESS_CERT_ID(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    +        SKM_ASN1_SET_OF_i2d(ESS_CERT_ID, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    +# define ASN1_seq_pack_ESS_CERT_ID(st, i2d_func, buf, len) \
    +        SKM_ASN1_seq_pack(ESS_CERT_ID, (st), (i2d_func), (buf), (len))
    +# define ASN1_seq_unpack_ESS_CERT_ID(buf, len, d2i_func, free_func) \
    +        SKM_ASN1_seq_unpack(ESS_CERT_ID, (buf), (len), (d2i_func), (free_func))
    +# define d2i_ASN1_SET_OF_EVP_MD(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    +        SKM_ASN1_SET_OF_d2i(EVP_MD, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class))
    +# define i2d_ASN1_SET_OF_EVP_MD(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    +        SKM_ASN1_SET_OF_i2d(EVP_MD, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    +# define ASN1_seq_pack_EVP_MD(st, i2d_func, buf, len) \
    +        SKM_ASN1_seq_pack(EVP_MD, (st), (i2d_func), (buf), (len))
    +# define ASN1_seq_unpack_EVP_MD(buf, len, d2i_func, free_func) \
    +        SKM_ASN1_seq_unpack(EVP_MD, (buf), (len), (d2i_func), (free_func))
    +# define d2i_ASN1_SET_OF_GENERAL_NAME(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    +        SKM_ASN1_SET_OF_d2i(GENERAL_NAME, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class))
    +# define i2d_ASN1_SET_OF_GENERAL_NAME(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    +        SKM_ASN1_SET_OF_i2d(GENERAL_NAME, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    +# define ASN1_seq_pack_GENERAL_NAME(st, i2d_func, buf, len) \
    +        SKM_ASN1_seq_pack(GENERAL_NAME, (st), (i2d_func), (buf), (len))
    +# define ASN1_seq_unpack_GENERAL_NAME(buf, len, d2i_func, free_func) \
    +        SKM_ASN1_seq_unpack(GENERAL_NAME, (buf), (len), (d2i_func), (free_func))
    +# define d2i_ASN1_SET_OF_OCSP_ONEREQ(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    +        SKM_ASN1_SET_OF_d2i(OCSP_ONEREQ, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class))
    +# define i2d_ASN1_SET_OF_OCSP_ONEREQ(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    +        SKM_ASN1_SET_OF_i2d(OCSP_ONEREQ, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    +# define ASN1_seq_pack_OCSP_ONEREQ(st, i2d_func, buf, len) \
    +        SKM_ASN1_seq_pack(OCSP_ONEREQ, (st), (i2d_func), (buf), (len))
    +# define ASN1_seq_unpack_OCSP_ONEREQ(buf, len, d2i_func, free_func) \
    +        SKM_ASN1_seq_unpack(OCSP_ONEREQ, (buf), (len), (d2i_func), (free_func))
    +# define d2i_ASN1_SET_OF_OCSP_SINGLERESP(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    +        SKM_ASN1_SET_OF_d2i(OCSP_SINGLERESP, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class))
    +# define i2d_ASN1_SET_OF_OCSP_SINGLERESP(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    +        SKM_ASN1_SET_OF_i2d(OCSP_SINGLERESP, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    +# define ASN1_seq_pack_OCSP_SINGLERESP(st, i2d_func, buf, len) \
    +        SKM_ASN1_seq_pack(OCSP_SINGLERESP, (st), (i2d_func), (buf), (len))
    +# define ASN1_seq_unpack_OCSP_SINGLERESP(buf, len, d2i_func, free_func) \
    +        SKM_ASN1_seq_unpack(OCSP_SINGLERESP, (buf), (len), (d2i_func), (free_func))
    +# define d2i_ASN1_SET_OF_PKCS12_SAFEBAG(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    +        SKM_ASN1_SET_OF_d2i(PKCS12_SAFEBAG, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class))
    +# define i2d_ASN1_SET_OF_PKCS12_SAFEBAG(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    +        SKM_ASN1_SET_OF_i2d(PKCS12_SAFEBAG, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    +# define ASN1_seq_pack_PKCS12_SAFEBAG(st, i2d_func, buf, len) \
    +        SKM_ASN1_seq_pack(PKCS12_SAFEBAG, (st), (i2d_func), (buf), (len))
    +# define ASN1_seq_unpack_PKCS12_SAFEBAG(buf, len, d2i_func, free_func) \
    +        SKM_ASN1_seq_unpack(PKCS12_SAFEBAG, (buf), (len), (d2i_func), (free_func))
    +# define d2i_ASN1_SET_OF_PKCS7(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    +        SKM_ASN1_SET_OF_d2i(PKCS7, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class))
    +# define i2d_ASN1_SET_OF_PKCS7(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    +        SKM_ASN1_SET_OF_i2d(PKCS7, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    +# define ASN1_seq_pack_PKCS7(st, i2d_func, buf, len) \
    +        SKM_ASN1_seq_pack(PKCS7, (st), (i2d_func), (buf), (len))
    +# define ASN1_seq_unpack_PKCS7(buf, len, d2i_func, free_func) \
    +        SKM_ASN1_seq_unpack(PKCS7, (buf), (len), (d2i_func), (free_func))
    +# define d2i_ASN1_SET_OF_PKCS7_RECIP_INFO(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    +        SKM_ASN1_SET_OF_d2i(PKCS7_RECIP_INFO, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class))
    +# define i2d_ASN1_SET_OF_PKCS7_RECIP_INFO(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    +        SKM_ASN1_SET_OF_i2d(PKCS7_RECIP_INFO, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    +# define ASN1_seq_pack_PKCS7_RECIP_INFO(st, i2d_func, buf, len) \
    +        SKM_ASN1_seq_pack(PKCS7_RECIP_INFO, (st), (i2d_func), (buf), (len))
    +# define ASN1_seq_unpack_PKCS7_RECIP_INFO(buf, len, d2i_func, free_func) \
    +        SKM_ASN1_seq_unpack(PKCS7_RECIP_INFO, (buf), (len), (d2i_func), (free_func))
    +# define d2i_ASN1_SET_OF_PKCS7_SIGNER_INFO(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    +        SKM_ASN1_SET_OF_d2i(PKCS7_SIGNER_INFO, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class))
    +# define i2d_ASN1_SET_OF_PKCS7_SIGNER_INFO(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    +        SKM_ASN1_SET_OF_i2d(PKCS7_SIGNER_INFO, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    +# define ASN1_seq_pack_PKCS7_SIGNER_INFO(st, i2d_func, buf, len) \
    +        SKM_ASN1_seq_pack(PKCS7_SIGNER_INFO, (st), (i2d_func), (buf), (len))
    +# define ASN1_seq_unpack_PKCS7_SIGNER_INFO(buf, len, d2i_func, free_func) \
    +        SKM_ASN1_seq_unpack(PKCS7_SIGNER_INFO, (buf), (len), (d2i_func), (free_func))
    +# define d2i_ASN1_SET_OF_POLICYINFO(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    +        SKM_ASN1_SET_OF_d2i(POLICYINFO, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class))
    +# define i2d_ASN1_SET_OF_POLICYINFO(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    +        SKM_ASN1_SET_OF_i2d(POLICYINFO, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    +# define ASN1_seq_pack_POLICYINFO(st, i2d_func, buf, len) \
    +        SKM_ASN1_seq_pack(POLICYINFO, (st), (i2d_func), (buf), (len))
    +# define ASN1_seq_unpack_POLICYINFO(buf, len, d2i_func, free_func) \
    +        SKM_ASN1_seq_unpack(POLICYINFO, (buf), (len), (d2i_func), (free_func))
    +# define d2i_ASN1_SET_OF_POLICYQUALINFO(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    +        SKM_ASN1_SET_OF_d2i(POLICYQUALINFO, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class))
    +# define i2d_ASN1_SET_OF_POLICYQUALINFO(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    +        SKM_ASN1_SET_OF_i2d(POLICYQUALINFO, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    +# define ASN1_seq_pack_POLICYQUALINFO(st, i2d_func, buf, len) \
    +        SKM_ASN1_seq_pack(POLICYQUALINFO, (st), (i2d_func), (buf), (len))
    +# define ASN1_seq_unpack_POLICYQUALINFO(buf, len, d2i_func, free_func) \
    +        SKM_ASN1_seq_unpack(POLICYQUALINFO, (buf), (len), (d2i_func), (free_func))
    +# define d2i_ASN1_SET_OF_SXNETID(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    +        SKM_ASN1_SET_OF_d2i(SXNETID, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class))
    +# define i2d_ASN1_SET_OF_SXNETID(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    +        SKM_ASN1_SET_OF_i2d(SXNETID, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    +# define ASN1_seq_pack_SXNETID(st, i2d_func, buf, len) \
    +        SKM_ASN1_seq_pack(SXNETID, (st), (i2d_func), (buf), (len))
    +# define ASN1_seq_unpack_SXNETID(buf, len, d2i_func, free_func) \
    +        SKM_ASN1_seq_unpack(SXNETID, (buf), (len), (d2i_func), (free_func))
    +# define d2i_ASN1_SET_OF_X509(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    +        SKM_ASN1_SET_OF_d2i(X509, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class))
    +# define i2d_ASN1_SET_OF_X509(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    +        SKM_ASN1_SET_OF_i2d(X509, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    +# define ASN1_seq_pack_X509(st, i2d_func, buf, len) \
    +        SKM_ASN1_seq_pack(X509, (st), (i2d_func), (buf), (len))
    +# define ASN1_seq_unpack_X509(buf, len, d2i_func, free_func) \
    +        SKM_ASN1_seq_unpack(X509, (buf), (len), (d2i_func), (free_func))
    +# define d2i_ASN1_SET_OF_X509_ALGOR(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    +        SKM_ASN1_SET_OF_d2i(X509_ALGOR, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class))
    +# define i2d_ASN1_SET_OF_X509_ALGOR(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    +        SKM_ASN1_SET_OF_i2d(X509_ALGOR, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    +# define ASN1_seq_pack_X509_ALGOR(st, i2d_func, buf, len) \
    +        SKM_ASN1_seq_pack(X509_ALGOR, (st), (i2d_func), (buf), (len))
    +# define ASN1_seq_unpack_X509_ALGOR(buf, len, d2i_func, free_func) \
    +        SKM_ASN1_seq_unpack(X509_ALGOR, (buf), (len), (d2i_func), (free_func))
    +# define d2i_ASN1_SET_OF_X509_ATTRIBUTE(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    +        SKM_ASN1_SET_OF_d2i(X509_ATTRIBUTE, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class))
    +# define i2d_ASN1_SET_OF_X509_ATTRIBUTE(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    +        SKM_ASN1_SET_OF_i2d(X509_ATTRIBUTE, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    +# define ASN1_seq_pack_X509_ATTRIBUTE(st, i2d_func, buf, len) \
    +        SKM_ASN1_seq_pack(X509_ATTRIBUTE, (st), (i2d_func), (buf), (len))
    +# define ASN1_seq_unpack_X509_ATTRIBUTE(buf, len, d2i_func, free_func) \
    +        SKM_ASN1_seq_unpack(X509_ATTRIBUTE, (buf), (len), (d2i_func), (free_func))
    +# define d2i_ASN1_SET_OF_X509_CRL(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    +        SKM_ASN1_SET_OF_d2i(X509_CRL, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class))
    +# define i2d_ASN1_SET_OF_X509_CRL(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    +        SKM_ASN1_SET_OF_i2d(X509_CRL, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    +# define ASN1_seq_pack_X509_CRL(st, i2d_func, buf, len) \
    +        SKM_ASN1_seq_pack(X509_CRL, (st), (i2d_func), (buf), (len))
    +# define ASN1_seq_unpack_X509_CRL(buf, len, d2i_func, free_func) \
    +        SKM_ASN1_seq_unpack(X509_CRL, (buf), (len), (d2i_func), (free_func))
    +# define d2i_ASN1_SET_OF_X509_EXTENSION(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    +        SKM_ASN1_SET_OF_d2i(X509_EXTENSION, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class))
    +# define i2d_ASN1_SET_OF_X509_EXTENSION(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    +        SKM_ASN1_SET_OF_i2d(X509_EXTENSION, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    +# define ASN1_seq_pack_X509_EXTENSION(st, i2d_func, buf, len) \
    +        SKM_ASN1_seq_pack(X509_EXTENSION, (st), (i2d_func), (buf), (len))
    +# define ASN1_seq_unpack_X509_EXTENSION(buf, len, d2i_func, free_func) \
    +        SKM_ASN1_seq_unpack(X509_EXTENSION, (buf), (len), (d2i_func), (free_func))
    +# define d2i_ASN1_SET_OF_X509_NAME_ENTRY(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    +        SKM_ASN1_SET_OF_d2i(X509_NAME_ENTRY, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class))
    +# define i2d_ASN1_SET_OF_X509_NAME_ENTRY(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    +        SKM_ASN1_SET_OF_i2d(X509_NAME_ENTRY, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    +# define ASN1_seq_pack_X509_NAME_ENTRY(st, i2d_func, buf, len) \
    +        SKM_ASN1_seq_pack(X509_NAME_ENTRY, (st), (i2d_func), (buf), (len))
    +# define ASN1_seq_unpack_X509_NAME_ENTRY(buf, len, d2i_func, free_func) \
    +        SKM_ASN1_seq_unpack(X509_NAME_ENTRY, (buf), (len), (d2i_func), (free_func))
    +# define d2i_ASN1_SET_OF_X509_REVOKED(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
    +        SKM_ASN1_SET_OF_d2i(X509_REVOKED, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class))
    +# define i2d_ASN1_SET_OF_X509_REVOKED(st, pp, i2d_func, ex_tag, ex_class, is_set) \
    +        SKM_ASN1_SET_OF_i2d(X509_REVOKED, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
    +# define ASN1_seq_pack_X509_REVOKED(st, i2d_func, buf, len) \
    +        SKM_ASN1_seq_pack(X509_REVOKED, (st), (i2d_func), (buf), (len))
    +# define ASN1_seq_unpack_X509_REVOKED(buf, len, d2i_func, free_func) \
    +        SKM_ASN1_seq_unpack(X509_REVOKED, (buf), (len), (d2i_func), (free_func))
    +# define PKCS12_decrypt_d2i_PKCS12_SAFEBAG(algor, d2i_func, free_func, pass, passlen, oct, seq) \
    +        SKM_PKCS12_decrypt_d2i(PKCS12_SAFEBAG, (algor), (d2i_func), (free_func), (pass), (passlen), (oct), (seq))
    +# define PKCS12_decrypt_d2i_PKCS7(algor, d2i_func, free_func, pass, passlen, oct, seq) \
    +        SKM_PKCS12_decrypt_d2i(PKCS7, (algor), (d2i_func), (free_func), (pass), (passlen), (oct), (seq))
    +# define lh_ADDED_OBJ_new() LHM_lh_new(ADDED_OBJ,added_obj)
    +# define lh_ADDED_OBJ_insert(lh,inst) LHM_lh_insert(ADDED_OBJ,lh,inst)
    +# define lh_ADDED_OBJ_retrieve(lh,inst) LHM_lh_retrieve(ADDED_OBJ,lh,inst)
    +# define lh_ADDED_OBJ_delete(lh,inst) LHM_lh_delete(ADDED_OBJ,lh,inst)
    +# define lh_ADDED_OBJ_doall(lh,fn) LHM_lh_doall(ADDED_OBJ,lh,fn)
    +# define lh_ADDED_OBJ_doall_arg(lh,fn,arg_type,arg) \
       LHM_lh_doall_arg(ADDED_OBJ,lh,fn,arg_type,arg)
    -#define lh_ADDED_OBJ_error(lh) LHM_lh_error(ADDED_OBJ,lh)
    -#define lh_ADDED_OBJ_num_items(lh) LHM_lh_num_items(ADDED_OBJ,lh)
    -#define lh_ADDED_OBJ_down_load(lh) LHM_lh_down_load(ADDED_OBJ,lh)
    -#define lh_ADDED_OBJ_node_stats_bio(lh,out) \
    +# define lh_ADDED_OBJ_error(lh) LHM_lh_error(ADDED_OBJ,lh)
    +# define lh_ADDED_OBJ_num_items(lh) LHM_lh_num_items(ADDED_OBJ,lh)
    +# define lh_ADDED_OBJ_down_load(lh) LHM_lh_down_load(ADDED_OBJ,lh)
    +# define lh_ADDED_OBJ_node_stats_bio(lh,out) \
       LHM_lh_node_stats_bio(ADDED_OBJ,lh,out)
    -#define lh_ADDED_OBJ_node_usage_stats_bio(lh,out) \
    +# define lh_ADDED_OBJ_node_usage_stats_bio(lh,out) \
       LHM_lh_node_usage_stats_bio(ADDED_OBJ,lh,out)
    -#define lh_ADDED_OBJ_stats_bio(lh,out) \
    +# define lh_ADDED_OBJ_stats_bio(lh,out) \
       LHM_lh_stats_bio(ADDED_OBJ,lh,out)
    -#define lh_ADDED_OBJ_free(lh) LHM_lh_free(ADDED_OBJ,lh)
    -
    -#define lh_APP_INFO_new() LHM_lh_new(APP_INFO,app_info)
    -#define lh_APP_INFO_insert(lh,inst) LHM_lh_insert(APP_INFO,lh,inst)
    -#define lh_APP_INFO_retrieve(lh,inst) LHM_lh_retrieve(APP_INFO,lh,inst)
    -#define lh_APP_INFO_delete(lh,inst) LHM_lh_delete(APP_INFO,lh,inst)
    -#define lh_APP_INFO_doall(lh,fn) LHM_lh_doall(APP_INFO,lh,fn)
    -#define lh_APP_INFO_doall_arg(lh,fn,arg_type,arg) \
    +# define lh_ADDED_OBJ_free(lh) LHM_lh_free(ADDED_OBJ,lh)
    +# define lh_APP_INFO_new() LHM_lh_new(APP_INFO,app_info)
    +# define lh_APP_INFO_insert(lh,inst) LHM_lh_insert(APP_INFO,lh,inst)
    +# define lh_APP_INFO_retrieve(lh,inst) LHM_lh_retrieve(APP_INFO,lh,inst)
    +# define lh_APP_INFO_delete(lh,inst) LHM_lh_delete(APP_INFO,lh,inst)
    +# define lh_APP_INFO_doall(lh,fn) LHM_lh_doall(APP_INFO,lh,fn)
    +# define lh_APP_INFO_doall_arg(lh,fn,arg_type,arg) \
       LHM_lh_doall_arg(APP_INFO,lh,fn,arg_type,arg)
    -#define lh_APP_INFO_error(lh) LHM_lh_error(APP_INFO,lh)
    -#define lh_APP_INFO_num_items(lh) LHM_lh_num_items(APP_INFO,lh)
    -#define lh_APP_INFO_down_load(lh) LHM_lh_down_load(APP_INFO,lh)
    -#define lh_APP_INFO_node_stats_bio(lh,out) \
    +# define lh_APP_INFO_error(lh) LHM_lh_error(APP_INFO,lh)
    +# define lh_APP_INFO_num_items(lh) LHM_lh_num_items(APP_INFO,lh)
    +# define lh_APP_INFO_down_load(lh) LHM_lh_down_load(APP_INFO,lh)
    +# define lh_APP_INFO_node_stats_bio(lh,out) \
       LHM_lh_node_stats_bio(APP_INFO,lh,out)
    -#define lh_APP_INFO_node_usage_stats_bio(lh,out) \
    +# define lh_APP_INFO_node_usage_stats_bio(lh,out) \
       LHM_lh_node_usage_stats_bio(APP_INFO,lh,out)
    -#define lh_APP_INFO_stats_bio(lh,out) \
    +# define lh_APP_INFO_stats_bio(lh,out) \
       LHM_lh_stats_bio(APP_INFO,lh,out)
    -#define lh_APP_INFO_free(lh) LHM_lh_free(APP_INFO,lh)
    -
    -#define lh_CONF_VALUE_new() LHM_lh_new(CONF_VALUE,conf_value)
    -#define lh_CONF_VALUE_insert(lh,inst) LHM_lh_insert(CONF_VALUE,lh,inst)
    -#define lh_CONF_VALUE_retrieve(lh,inst) LHM_lh_retrieve(CONF_VALUE,lh,inst)
    -#define lh_CONF_VALUE_delete(lh,inst) LHM_lh_delete(CONF_VALUE,lh,inst)
    -#define lh_CONF_VALUE_doall(lh,fn) LHM_lh_doall(CONF_VALUE,lh,fn)
    -#define lh_CONF_VALUE_doall_arg(lh,fn,arg_type,arg) \
    +# define lh_APP_INFO_free(lh) LHM_lh_free(APP_INFO,lh)
    +# define lh_CONF_VALUE_new() LHM_lh_new(CONF_VALUE,conf_value)
    +# define lh_CONF_VALUE_insert(lh,inst) LHM_lh_insert(CONF_VALUE,lh,inst)
    +# define lh_CONF_VALUE_retrieve(lh,inst) LHM_lh_retrieve(CONF_VALUE,lh,inst)
    +# define lh_CONF_VALUE_delete(lh,inst) LHM_lh_delete(CONF_VALUE,lh,inst)
    +# define lh_CONF_VALUE_doall(lh,fn) LHM_lh_doall(CONF_VALUE,lh,fn)
    +# define lh_CONF_VALUE_doall_arg(lh,fn,arg_type,arg) \
       LHM_lh_doall_arg(CONF_VALUE,lh,fn,arg_type,arg)
    -#define lh_CONF_VALUE_error(lh) LHM_lh_error(CONF_VALUE,lh)
    -#define lh_CONF_VALUE_num_items(lh) LHM_lh_num_items(CONF_VALUE,lh)
    -#define lh_CONF_VALUE_down_load(lh) LHM_lh_down_load(CONF_VALUE,lh)
    -#define lh_CONF_VALUE_node_stats_bio(lh,out) \
    +# define lh_CONF_VALUE_error(lh) LHM_lh_error(CONF_VALUE,lh)
    +# define lh_CONF_VALUE_num_items(lh) LHM_lh_num_items(CONF_VALUE,lh)
    +# define lh_CONF_VALUE_down_load(lh) LHM_lh_down_load(CONF_VALUE,lh)
    +# define lh_CONF_VALUE_node_stats_bio(lh,out) \
       LHM_lh_node_stats_bio(CONF_VALUE,lh,out)
    -#define lh_CONF_VALUE_node_usage_stats_bio(lh,out) \
    +# define lh_CONF_VALUE_node_usage_stats_bio(lh,out) \
       LHM_lh_node_usage_stats_bio(CONF_VALUE,lh,out)
    -#define lh_CONF_VALUE_stats_bio(lh,out) \
    +# define lh_CONF_VALUE_stats_bio(lh,out) \
       LHM_lh_stats_bio(CONF_VALUE,lh,out)
    -#define lh_CONF_VALUE_free(lh) LHM_lh_free(CONF_VALUE,lh)
    -
    -#define lh_ENGINE_PILE_new() LHM_lh_new(ENGINE_PILE,engine_pile)
    -#define lh_ENGINE_PILE_insert(lh,inst) LHM_lh_insert(ENGINE_PILE,lh,inst)
    -#define lh_ENGINE_PILE_retrieve(lh,inst) LHM_lh_retrieve(ENGINE_PILE,lh,inst)
    -#define lh_ENGINE_PILE_delete(lh,inst) LHM_lh_delete(ENGINE_PILE,lh,inst)
    -#define lh_ENGINE_PILE_doall(lh,fn) LHM_lh_doall(ENGINE_PILE,lh,fn)
    -#define lh_ENGINE_PILE_doall_arg(lh,fn,arg_type,arg) \
    +# define lh_CONF_VALUE_free(lh) LHM_lh_free(CONF_VALUE,lh)
    +# define lh_ENGINE_PILE_new() LHM_lh_new(ENGINE_PILE,engine_pile)
    +# define lh_ENGINE_PILE_insert(lh,inst) LHM_lh_insert(ENGINE_PILE,lh,inst)
    +# define lh_ENGINE_PILE_retrieve(lh,inst) LHM_lh_retrieve(ENGINE_PILE,lh,inst)
    +# define lh_ENGINE_PILE_delete(lh,inst) LHM_lh_delete(ENGINE_PILE,lh,inst)
    +# define lh_ENGINE_PILE_doall(lh,fn) LHM_lh_doall(ENGINE_PILE,lh,fn)
    +# define lh_ENGINE_PILE_doall_arg(lh,fn,arg_type,arg) \
       LHM_lh_doall_arg(ENGINE_PILE,lh,fn,arg_type,arg)
    -#define lh_ENGINE_PILE_error(lh) LHM_lh_error(ENGINE_PILE,lh)
    -#define lh_ENGINE_PILE_num_items(lh) LHM_lh_num_items(ENGINE_PILE,lh)
    -#define lh_ENGINE_PILE_down_load(lh) LHM_lh_down_load(ENGINE_PILE,lh)
    -#define lh_ENGINE_PILE_node_stats_bio(lh,out) \
    +# define lh_ENGINE_PILE_error(lh) LHM_lh_error(ENGINE_PILE,lh)
    +# define lh_ENGINE_PILE_num_items(lh) LHM_lh_num_items(ENGINE_PILE,lh)
    +# define lh_ENGINE_PILE_down_load(lh) LHM_lh_down_load(ENGINE_PILE,lh)
    +# define lh_ENGINE_PILE_node_stats_bio(lh,out) \
       LHM_lh_node_stats_bio(ENGINE_PILE,lh,out)
    -#define lh_ENGINE_PILE_node_usage_stats_bio(lh,out) \
    +# define lh_ENGINE_PILE_node_usage_stats_bio(lh,out) \
       LHM_lh_node_usage_stats_bio(ENGINE_PILE,lh,out)
    -#define lh_ENGINE_PILE_stats_bio(lh,out) \
    +# define lh_ENGINE_PILE_stats_bio(lh,out) \
       LHM_lh_stats_bio(ENGINE_PILE,lh,out)
    -#define lh_ENGINE_PILE_free(lh) LHM_lh_free(ENGINE_PILE,lh)
    -
    -#define lh_ERR_STATE_new() LHM_lh_new(ERR_STATE,err_state)
    -#define lh_ERR_STATE_insert(lh,inst) LHM_lh_insert(ERR_STATE,lh,inst)
    -#define lh_ERR_STATE_retrieve(lh,inst) LHM_lh_retrieve(ERR_STATE,lh,inst)
    -#define lh_ERR_STATE_delete(lh,inst) LHM_lh_delete(ERR_STATE,lh,inst)
    -#define lh_ERR_STATE_doall(lh,fn) LHM_lh_doall(ERR_STATE,lh,fn)
    -#define lh_ERR_STATE_doall_arg(lh,fn,arg_type,arg) \
    +# define lh_ENGINE_PILE_free(lh) LHM_lh_free(ENGINE_PILE,lh)
    +# define lh_ERR_STATE_new() LHM_lh_new(ERR_STATE,err_state)
    +# define lh_ERR_STATE_insert(lh,inst) LHM_lh_insert(ERR_STATE,lh,inst)
    +# define lh_ERR_STATE_retrieve(lh,inst) LHM_lh_retrieve(ERR_STATE,lh,inst)
    +# define lh_ERR_STATE_delete(lh,inst) LHM_lh_delete(ERR_STATE,lh,inst)
    +# define lh_ERR_STATE_doall(lh,fn) LHM_lh_doall(ERR_STATE,lh,fn)
    +# define lh_ERR_STATE_doall_arg(lh,fn,arg_type,arg) \
       LHM_lh_doall_arg(ERR_STATE,lh,fn,arg_type,arg)
    -#define lh_ERR_STATE_error(lh) LHM_lh_error(ERR_STATE,lh)
    -#define lh_ERR_STATE_num_items(lh) LHM_lh_num_items(ERR_STATE,lh)
    -#define lh_ERR_STATE_down_load(lh) LHM_lh_down_load(ERR_STATE,lh)
    -#define lh_ERR_STATE_node_stats_bio(lh,out) \
    +# define lh_ERR_STATE_error(lh) LHM_lh_error(ERR_STATE,lh)
    +# define lh_ERR_STATE_num_items(lh) LHM_lh_num_items(ERR_STATE,lh)
    +# define lh_ERR_STATE_down_load(lh) LHM_lh_down_load(ERR_STATE,lh)
    +# define lh_ERR_STATE_node_stats_bio(lh,out) \
       LHM_lh_node_stats_bio(ERR_STATE,lh,out)
    -#define lh_ERR_STATE_node_usage_stats_bio(lh,out) \
    +# define lh_ERR_STATE_node_usage_stats_bio(lh,out) \
       LHM_lh_node_usage_stats_bio(ERR_STATE,lh,out)
    -#define lh_ERR_STATE_stats_bio(lh,out) \
    +# define lh_ERR_STATE_stats_bio(lh,out) \
       LHM_lh_stats_bio(ERR_STATE,lh,out)
    -#define lh_ERR_STATE_free(lh) LHM_lh_free(ERR_STATE,lh)
    -
    -#define lh_ERR_STRING_DATA_new() LHM_lh_new(ERR_STRING_DATA,err_string_data)
    -#define lh_ERR_STRING_DATA_insert(lh,inst) LHM_lh_insert(ERR_STRING_DATA,lh,inst)
    -#define lh_ERR_STRING_DATA_retrieve(lh,inst) LHM_lh_retrieve(ERR_STRING_DATA,lh,inst)
    -#define lh_ERR_STRING_DATA_delete(lh,inst) LHM_lh_delete(ERR_STRING_DATA,lh,inst)
    -#define lh_ERR_STRING_DATA_doall(lh,fn) LHM_lh_doall(ERR_STRING_DATA,lh,fn)
    -#define lh_ERR_STRING_DATA_doall_arg(lh,fn,arg_type,arg) \
    +# define lh_ERR_STATE_free(lh) LHM_lh_free(ERR_STATE,lh)
    +# define lh_ERR_STRING_DATA_new() LHM_lh_new(ERR_STRING_DATA,err_string_data)
    +# define lh_ERR_STRING_DATA_insert(lh,inst) LHM_lh_insert(ERR_STRING_DATA,lh,inst)
    +# define lh_ERR_STRING_DATA_retrieve(lh,inst) LHM_lh_retrieve(ERR_STRING_DATA,lh,inst)
    +# define lh_ERR_STRING_DATA_delete(lh,inst) LHM_lh_delete(ERR_STRING_DATA,lh,inst)
    +# define lh_ERR_STRING_DATA_doall(lh,fn) LHM_lh_doall(ERR_STRING_DATA,lh,fn)
    +# define lh_ERR_STRING_DATA_doall_arg(lh,fn,arg_type,arg) \
       LHM_lh_doall_arg(ERR_STRING_DATA,lh,fn,arg_type,arg)
    -#define lh_ERR_STRING_DATA_error(lh) LHM_lh_error(ERR_STRING_DATA,lh)
    -#define lh_ERR_STRING_DATA_num_items(lh) LHM_lh_num_items(ERR_STRING_DATA,lh)
    -#define lh_ERR_STRING_DATA_down_load(lh) LHM_lh_down_load(ERR_STRING_DATA,lh)
    -#define lh_ERR_STRING_DATA_node_stats_bio(lh,out) \
    +# define lh_ERR_STRING_DATA_error(lh) LHM_lh_error(ERR_STRING_DATA,lh)
    +# define lh_ERR_STRING_DATA_num_items(lh) LHM_lh_num_items(ERR_STRING_DATA,lh)
    +# define lh_ERR_STRING_DATA_down_load(lh) LHM_lh_down_load(ERR_STRING_DATA,lh)
    +# define lh_ERR_STRING_DATA_node_stats_bio(lh,out) \
       LHM_lh_node_stats_bio(ERR_STRING_DATA,lh,out)
    -#define lh_ERR_STRING_DATA_node_usage_stats_bio(lh,out) \
    +# define lh_ERR_STRING_DATA_node_usage_stats_bio(lh,out) \
       LHM_lh_node_usage_stats_bio(ERR_STRING_DATA,lh,out)
    -#define lh_ERR_STRING_DATA_stats_bio(lh,out) \
    +# define lh_ERR_STRING_DATA_stats_bio(lh,out) \
       LHM_lh_stats_bio(ERR_STRING_DATA,lh,out)
    -#define lh_ERR_STRING_DATA_free(lh) LHM_lh_free(ERR_STRING_DATA,lh)
    -
    -#define lh_EX_CLASS_ITEM_new() LHM_lh_new(EX_CLASS_ITEM,ex_class_item)
    -#define lh_EX_CLASS_ITEM_insert(lh,inst) LHM_lh_insert(EX_CLASS_ITEM,lh,inst)
    -#define lh_EX_CLASS_ITEM_retrieve(lh,inst) LHM_lh_retrieve(EX_CLASS_ITEM,lh,inst)
    -#define lh_EX_CLASS_ITEM_delete(lh,inst) LHM_lh_delete(EX_CLASS_ITEM,lh,inst)
    -#define lh_EX_CLASS_ITEM_doall(lh,fn) LHM_lh_doall(EX_CLASS_ITEM,lh,fn)
    -#define lh_EX_CLASS_ITEM_doall_arg(lh,fn,arg_type,arg) \
    +# define lh_ERR_STRING_DATA_free(lh) LHM_lh_free(ERR_STRING_DATA,lh)
    +# define lh_EX_CLASS_ITEM_new() LHM_lh_new(EX_CLASS_ITEM,ex_class_item)
    +# define lh_EX_CLASS_ITEM_insert(lh,inst) LHM_lh_insert(EX_CLASS_ITEM,lh,inst)
    +# define lh_EX_CLASS_ITEM_retrieve(lh,inst) LHM_lh_retrieve(EX_CLASS_ITEM,lh,inst)
    +# define lh_EX_CLASS_ITEM_delete(lh,inst) LHM_lh_delete(EX_CLASS_ITEM,lh,inst)
    +# define lh_EX_CLASS_ITEM_doall(lh,fn) LHM_lh_doall(EX_CLASS_ITEM,lh,fn)
    +# define lh_EX_CLASS_ITEM_doall_arg(lh,fn,arg_type,arg) \
       LHM_lh_doall_arg(EX_CLASS_ITEM,lh,fn,arg_type,arg)
    -#define lh_EX_CLASS_ITEM_error(lh) LHM_lh_error(EX_CLASS_ITEM,lh)
    -#define lh_EX_CLASS_ITEM_num_items(lh) LHM_lh_num_items(EX_CLASS_ITEM,lh)
    -#define lh_EX_CLASS_ITEM_down_load(lh) LHM_lh_down_load(EX_CLASS_ITEM,lh)
    -#define lh_EX_CLASS_ITEM_node_stats_bio(lh,out) \
    +# define lh_EX_CLASS_ITEM_error(lh) LHM_lh_error(EX_CLASS_ITEM,lh)
    +# define lh_EX_CLASS_ITEM_num_items(lh) LHM_lh_num_items(EX_CLASS_ITEM,lh)
    +# define lh_EX_CLASS_ITEM_down_load(lh) LHM_lh_down_load(EX_CLASS_ITEM,lh)
    +# define lh_EX_CLASS_ITEM_node_stats_bio(lh,out) \
       LHM_lh_node_stats_bio(EX_CLASS_ITEM,lh,out)
    -#define lh_EX_CLASS_ITEM_node_usage_stats_bio(lh,out) \
    +# define lh_EX_CLASS_ITEM_node_usage_stats_bio(lh,out) \
       LHM_lh_node_usage_stats_bio(EX_CLASS_ITEM,lh,out)
    -#define lh_EX_CLASS_ITEM_stats_bio(lh,out) \
    +# define lh_EX_CLASS_ITEM_stats_bio(lh,out) \
       LHM_lh_stats_bio(EX_CLASS_ITEM,lh,out)
    -#define lh_EX_CLASS_ITEM_free(lh) LHM_lh_free(EX_CLASS_ITEM,lh)
    -
    -#define lh_FUNCTION_new() LHM_lh_new(FUNCTION,function)
    -#define lh_FUNCTION_insert(lh,inst) LHM_lh_insert(FUNCTION,lh,inst)
    -#define lh_FUNCTION_retrieve(lh,inst) LHM_lh_retrieve(FUNCTION,lh,inst)
    -#define lh_FUNCTION_delete(lh,inst) LHM_lh_delete(FUNCTION,lh,inst)
    -#define lh_FUNCTION_doall(lh,fn) LHM_lh_doall(FUNCTION,lh,fn)
    -#define lh_FUNCTION_doall_arg(lh,fn,arg_type,arg) \
    +# define lh_EX_CLASS_ITEM_free(lh) LHM_lh_free(EX_CLASS_ITEM,lh)
    +# define lh_FUNCTION_new() LHM_lh_new(FUNCTION,function)
    +# define lh_FUNCTION_insert(lh,inst) LHM_lh_insert(FUNCTION,lh,inst)
    +# define lh_FUNCTION_retrieve(lh,inst) LHM_lh_retrieve(FUNCTION,lh,inst)
    +# define lh_FUNCTION_delete(lh,inst) LHM_lh_delete(FUNCTION,lh,inst)
    +# define lh_FUNCTION_doall(lh,fn) LHM_lh_doall(FUNCTION,lh,fn)
    +# define lh_FUNCTION_doall_arg(lh,fn,arg_type,arg) \
       LHM_lh_doall_arg(FUNCTION,lh,fn,arg_type,arg)
    -#define lh_FUNCTION_error(lh) LHM_lh_error(FUNCTION,lh)
    -#define lh_FUNCTION_num_items(lh) LHM_lh_num_items(FUNCTION,lh)
    -#define lh_FUNCTION_down_load(lh) LHM_lh_down_load(FUNCTION,lh)
    -#define lh_FUNCTION_node_stats_bio(lh,out) \
    +# define lh_FUNCTION_error(lh) LHM_lh_error(FUNCTION,lh)
    +# define lh_FUNCTION_num_items(lh) LHM_lh_num_items(FUNCTION,lh)
    +# define lh_FUNCTION_down_load(lh) LHM_lh_down_load(FUNCTION,lh)
    +# define lh_FUNCTION_node_stats_bio(lh,out) \
       LHM_lh_node_stats_bio(FUNCTION,lh,out)
    -#define lh_FUNCTION_node_usage_stats_bio(lh,out) \
    +# define lh_FUNCTION_node_usage_stats_bio(lh,out) \
       LHM_lh_node_usage_stats_bio(FUNCTION,lh,out)
    -#define lh_FUNCTION_stats_bio(lh,out) \
    +# define lh_FUNCTION_stats_bio(lh,out) \
       LHM_lh_stats_bio(FUNCTION,lh,out)
    -#define lh_FUNCTION_free(lh) LHM_lh_free(FUNCTION,lh)
    -
    -#define lh_MEM_new() LHM_lh_new(MEM,mem)
    -#define lh_MEM_insert(lh,inst) LHM_lh_insert(MEM,lh,inst)
    -#define lh_MEM_retrieve(lh,inst) LHM_lh_retrieve(MEM,lh,inst)
    -#define lh_MEM_delete(lh,inst) LHM_lh_delete(MEM,lh,inst)
    -#define lh_MEM_doall(lh,fn) LHM_lh_doall(MEM,lh,fn)
    -#define lh_MEM_doall_arg(lh,fn,arg_type,arg) \
    +# define lh_FUNCTION_free(lh) LHM_lh_free(FUNCTION,lh)
    +# define lh_MEM_new() LHM_lh_new(MEM,mem)
    +# define lh_MEM_insert(lh,inst) LHM_lh_insert(MEM,lh,inst)
    +# define lh_MEM_retrieve(lh,inst) LHM_lh_retrieve(MEM,lh,inst)
    +# define lh_MEM_delete(lh,inst) LHM_lh_delete(MEM,lh,inst)
    +# define lh_MEM_doall(lh,fn) LHM_lh_doall(MEM,lh,fn)
    +# define lh_MEM_doall_arg(lh,fn,arg_type,arg) \
       LHM_lh_doall_arg(MEM,lh,fn,arg_type,arg)
    -#define lh_MEM_error(lh) LHM_lh_error(MEM,lh)
    -#define lh_MEM_num_items(lh) LHM_lh_num_items(MEM,lh)
    -#define lh_MEM_down_load(lh) LHM_lh_down_load(MEM,lh)
    -#define lh_MEM_node_stats_bio(lh,out) \
    +# define lh_MEM_error(lh) LHM_lh_error(MEM,lh)
    +# define lh_MEM_num_items(lh) LHM_lh_num_items(MEM,lh)
    +# define lh_MEM_down_load(lh) LHM_lh_down_load(MEM,lh)
    +# define lh_MEM_node_stats_bio(lh,out) \
       LHM_lh_node_stats_bio(MEM,lh,out)
    -#define lh_MEM_node_usage_stats_bio(lh,out) \
    +# define lh_MEM_node_usage_stats_bio(lh,out) \
       LHM_lh_node_usage_stats_bio(MEM,lh,out)
    -#define lh_MEM_stats_bio(lh,out) \
    +# define lh_MEM_stats_bio(lh,out) \
       LHM_lh_stats_bio(MEM,lh,out)
    -#define lh_MEM_free(lh) LHM_lh_free(MEM,lh)
    -
    -#define lh_OBJ_NAME_new() LHM_lh_new(OBJ_NAME,obj_name)
    -#define lh_OBJ_NAME_insert(lh,inst) LHM_lh_insert(OBJ_NAME,lh,inst)
    -#define lh_OBJ_NAME_retrieve(lh,inst) LHM_lh_retrieve(OBJ_NAME,lh,inst)
    -#define lh_OBJ_NAME_delete(lh,inst) LHM_lh_delete(OBJ_NAME,lh,inst)
    -#define lh_OBJ_NAME_doall(lh,fn) LHM_lh_doall(OBJ_NAME,lh,fn)
    -#define lh_OBJ_NAME_doall_arg(lh,fn,arg_type,arg) \
    +# define lh_MEM_free(lh) LHM_lh_free(MEM,lh)
    +# define lh_OBJ_NAME_new() LHM_lh_new(OBJ_NAME,obj_name)
    +# define lh_OBJ_NAME_insert(lh,inst) LHM_lh_insert(OBJ_NAME,lh,inst)
    +# define lh_OBJ_NAME_retrieve(lh,inst) LHM_lh_retrieve(OBJ_NAME,lh,inst)
    +# define lh_OBJ_NAME_delete(lh,inst) LHM_lh_delete(OBJ_NAME,lh,inst)
    +# define lh_OBJ_NAME_doall(lh,fn) LHM_lh_doall(OBJ_NAME,lh,fn)
    +# define lh_OBJ_NAME_doall_arg(lh,fn,arg_type,arg) \
       LHM_lh_doall_arg(OBJ_NAME,lh,fn,arg_type,arg)
    -#define lh_OBJ_NAME_error(lh) LHM_lh_error(OBJ_NAME,lh)
    -#define lh_OBJ_NAME_num_items(lh) LHM_lh_num_items(OBJ_NAME,lh)
    -#define lh_OBJ_NAME_down_load(lh) LHM_lh_down_load(OBJ_NAME,lh)
    -#define lh_OBJ_NAME_node_stats_bio(lh,out) \
    +# define lh_OBJ_NAME_error(lh) LHM_lh_error(OBJ_NAME,lh)
    +# define lh_OBJ_NAME_num_items(lh) LHM_lh_num_items(OBJ_NAME,lh)
    +# define lh_OBJ_NAME_down_load(lh) LHM_lh_down_load(OBJ_NAME,lh)
    +# define lh_OBJ_NAME_node_stats_bio(lh,out) \
       LHM_lh_node_stats_bio(OBJ_NAME,lh,out)
    -#define lh_OBJ_NAME_node_usage_stats_bio(lh,out) \
    +# define lh_OBJ_NAME_node_usage_stats_bio(lh,out) \
       LHM_lh_node_usage_stats_bio(OBJ_NAME,lh,out)
    -#define lh_OBJ_NAME_stats_bio(lh,out) \
    +# define lh_OBJ_NAME_stats_bio(lh,out) \
       LHM_lh_stats_bio(OBJ_NAME,lh,out)
    -#define lh_OBJ_NAME_free(lh) LHM_lh_free(OBJ_NAME,lh)
    -
    -#define lh_OPENSSL_CSTRING_new() LHM_lh_new(OPENSSL_CSTRING,openssl_cstring)
    -#define lh_OPENSSL_CSTRING_insert(lh,inst) LHM_lh_insert(OPENSSL_CSTRING,lh,inst)
    -#define lh_OPENSSL_CSTRING_retrieve(lh,inst) LHM_lh_retrieve(OPENSSL_CSTRING,lh,inst)
    -#define lh_OPENSSL_CSTRING_delete(lh,inst) LHM_lh_delete(OPENSSL_CSTRING,lh,inst)
    -#define lh_OPENSSL_CSTRING_doall(lh,fn) LHM_lh_doall(OPENSSL_CSTRING,lh,fn)
    -#define lh_OPENSSL_CSTRING_doall_arg(lh,fn,arg_type,arg) \
    +# define lh_OBJ_NAME_free(lh) LHM_lh_free(OBJ_NAME,lh)
    +# define lh_OPENSSL_CSTRING_new() LHM_lh_new(OPENSSL_CSTRING,openssl_cstring)
    +# define lh_OPENSSL_CSTRING_insert(lh,inst) LHM_lh_insert(OPENSSL_CSTRING,lh,inst)
    +# define lh_OPENSSL_CSTRING_retrieve(lh,inst) LHM_lh_retrieve(OPENSSL_CSTRING,lh,inst)
    +# define lh_OPENSSL_CSTRING_delete(lh,inst) LHM_lh_delete(OPENSSL_CSTRING,lh,inst)
    +# define lh_OPENSSL_CSTRING_doall(lh,fn) LHM_lh_doall(OPENSSL_CSTRING,lh,fn)
    +# define lh_OPENSSL_CSTRING_doall_arg(lh,fn,arg_type,arg) \
       LHM_lh_doall_arg(OPENSSL_CSTRING,lh,fn,arg_type,arg)
    -#define lh_OPENSSL_CSTRING_error(lh) LHM_lh_error(OPENSSL_CSTRING,lh)
    -#define lh_OPENSSL_CSTRING_num_items(lh) LHM_lh_num_items(OPENSSL_CSTRING,lh)
    -#define lh_OPENSSL_CSTRING_down_load(lh) LHM_lh_down_load(OPENSSL_CSTRING,lh)
    -#define lh_OPENSSL_CSTRING_node_stats_bio(lh,out) \
    +# define lh_OPENSSL_CSTRING_error(lh) LHM_lh_error(OPENSSL_CSTRING,lh)
    +# define lh_OPENSSL_CSTRING_num_items(lh) LHM_lh_num_items(OPENSSL_CSTRING,lh)
    +# define lh_OPENSSL_CSTRING_down_load(lh) LHM_lh_down_load(OPENSSL_CSTRING,lh)
    +# define lh_OPENSSL_CSTRING_node_stats_bio(lh,out) \
       LHM_lh_node_stats_bio(OPENSSL_CSTRING,lh,out)
    -#define lh_OPENSSL_CSTRING_node_usage_stats_bio(lh,out) \
    +# define lh_OPENSSL_CSTRING_node_usage_stats_bio(lh,out) \
       LHM_lh_node_usage_stats_bio(OPENSSL_CSTRING,lh,out)
    -#define lh_OPENSSL_CSTRING_stats_bio(lh,out) \
    +# define lh_OPENSSL_CSTRING_stats_bio(lh,out) \
       LHM_lh_stats_bio(OPENSSL_CSTRING,lh,out)
    -#define lh_OPENSSL_CSTRING_free(lh) LHM_lh_free(OPENSSL_CSTRING,lh)
    -
    -#define lh_OPENSSL_STRING_new() LHM_lh_new(OPENSSL_STRING,openssl_string)
    -#define lh_OPENSSL_STRING_insert(lh,inst) LHM_lh_insert(OPENSSL_STRING,lh,inst)
    -#define lh_OPENSSL_STRING_retrieve(lh,inst) LHM_lh_retrieve(OPENSSL_STRING,lh,inst)
    -#define lh_OPENSSL_STRING_delete(lh,inst) LHM_lh_delete(OPENSSL_STRING,lh,inst)
    -#define lh_OPENSSL_STRING_doall(lh,fn) LHM_lh_doall(OPENSSL_STRING,lh,fn)
    -#define lh_OPENSSL_STRING_doall_arg(lh,fn,arg_type,arg) \
    +# define lh_OPENSSL_CSTRING_free(lh) LHM_lh_free(OPENSSL_CSTRING,lh)
    +# define lh_OPENSSL_STRING_new() LHM_lh_new(OPENSSL_STRING,openssl_string)
    +# define lh_OPENSSL_STRING_insert(lh,inst) LHM_lh_insert(OPENSSL_STRING,lh,inst)
    +# define lh_OPENSSL_STRING_retrieve(lh,inst) LHM_lh_retrieve(OPENSSL_STRING,lh,inst)
    +# define lh_OPENSSL_STRING_delete(lh,inst) LHM_lh_delete(OPENSSL_STRING,lh,inst)
    +# define lh_OPENSSL_STRING_doall(lh,fn) LHM_lh_doall(OPENSSL_STRING,lh,fn)
    +# define lh_OPENSSL_STRING_doall_arg(lh,fn,arg_type,arg) \
       LHM_lh_doall_arg(OPENSSL_STRING,lh,fn,arg_type,arg)
    -#define lh_OPENSSL_STRING_error(lh) LHM_lh_error(OPENSSL_STRING,lh)
    -#define lh_OPENSSL_STRING_num_items(lh) LHM_lh_num_items(OPENSSL_STRING,lh)
    -#define lh_OPENSSL_STRING_down_load(lh) LHM_lh_down_load(OPENSSL_STRING,lh)
    -#define lh_OPENSSL_STRING_node_stats_bio(lh,out) \
    +# define lh_OPENSSL_STRING_error(lh) LHM_lh_error(OPENSSL_STRING,lh)
    +# define lh_OPENSSL_STRING_num_items(lh) LHM_lh_num_items(OPENSSL_STRING,lh)
    +# define lh_OPENSSL_STRING_down_load(lh) LHM_lh_down_load(OPENSSL_STRING,lh)
    +# define lh_OPENSSL_STRING_node_stats_bio(lh,out) \
       LHM_lh_node_stats_bio(OPENSSL_STRING,lh,out)
    -#define lh_OPENSSL_STRING_node_usage_stats_bio(lh,out) \
    +# define lh_OPENSSL_STRING_node_usage_stats_bio(lh,out) \
       LHM_lh_node_usage_stats_bio(OPENSSL_STRING,lh,out)
    -#define lh_OPENSSL_STRING_stats_bio(lh,out) \
    +# define lh_OPENSSL_STRING_stats_bio(lh,out) \
       LHM_lh_stats_bio(OPENSSL_STRING,lh,out)
    -#define lh_OPENSSL_STRING_free(lh) LHM_lh_free(OPENSSL_STRING,lh)
    -
    -#define lh_SSL_SESSION_new() LHM_lh_new(SSL_SESSION,ssl_session)
    -#define lh_SSL_SESSION_insert(lh,inst) LHM_lh_insert(SSL_SESSION,lh,inst)
    -#define lh_SSL_SESSION_retrieve(lh,inst) LHM_lh_retrieve(SSL_SESSION,lh,inst)
    -#define lh_SSL_SESSION_delete(lh,inst) LHM_lh_delete(SSL_SESSION,lh,inst)
    -#define lh_SSL_SESSION_doall(lh,fn) LHM_lh_doall(SSL_SESSION,lh,fn)
    -#define lh_SSL_SESSION_doall_arg(lh,fn,arg_type,arg) \
    +# define lh_OPENSSL_STRING_free(lh) LHM_lh_free(OPENSSL_STRING,lh)
    +# define lh_SSL_SESSION_new() LHM_lh_new(SSL_SESSION,ssl_session)
    +# define lh_SSL_SESSION_insert(lh,inst) LHM_lh_insert(SSL_SESSION,lh,inst)
    +# define lh_SSL_SESSION_retrieve(lh,inst) LHM_lh_retrieve(SSL_SESSION,lh,inst)
    +# define lh_SSL_SESSION_delete(lh,inst) LHM_lh_delete(SSL_SESSION,lh,inst)
    +# define lh_SSL_SESSION_doall(lh,fn) LHM_lh_doall(SSL_SESSION,lh,fn)
    +# define lh_SSL_SESSION_doall_arg(lh,fn,arg_type,arg) \
       LHM_lh_doall_arg(SSL_SESSION,lh,fn,arg_type,arg)
    -#define lh_SSL_SESSION_error(lh) LHM_lh_error(SSL_SESSION,lh)
    -#define lh_SSL_SESSION_num_items(lh) LHM_lh_num_items(SSL_SESSION,lh)
    -#define lh_SSL_SESSION_down_load(lh) LHM_lh_down_load(SSL_SESSION,lh)
    -#define lh_SSL_SESSION_node_stats_bio(lh,out) \
    +# define lh_SSL_SESSION_error(lh) LHM_lh_error(SSL_SESSION,lh)
    +# define lh_SSL_SESSION_num_items(lh) LHM_lh_num_items(SSL_SESSION,lh)
    +# define lh_SSL_SESSION_down_load(lh) LHM_lh_down_load(SSL_SESSION,lh)
    +# define lh_SSL_SESSION_node_stats_bio(lh,out) \
       LHM_lh_node_stats_bio(SSL_SESSION,lh,out)
    -#define lh_SSL_SESSION_node_usage_stats_bio(lh,out) \
    +# define lh_SSL_SESSION_node_usage_stats_bio(lh,out) \
       LHM_lh_node_usage_stats_bio(SSL_SESSION,lh,out)
    -#define lh_SSL_SESSION_stats_bio(lh,out) \
    +# define lh_SSL_SESSION_stats_bio(lh,out) \
       LHM_lh_stats_bio(SSL_SESSION,lh,out)
    -#define lh_SSL_SESSION_free(lh) LHM_lh_free(SSL_SESSION,lh)
    -/* End of util/mkstack.pl block, you may now edit :-) */
    -
    -
    +# define lh_SSL_SESSION_free(lh) LHM_lh_free(SSL_SESSION,lh)
     #ifdef  __cplusplus
     }
     #endif
    -#endif /* !defined HEADER_SAFESTACK_H */
    +#endif                          /* !defined HEADER_SAFESTACK_H */
    diff --git a/openssl/crypto/stack/stack.c b/openssl/crypto/stack/stack.c
    index 76cf1a116..47457c722 100644
    --- a/openssl/crypto/stack/stack.c
    +++ b/openssl/crypto/stack/stack.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,17 +49,18 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
     
    -/* Code for stacks
    +/*-
    + * Code for stacks
      * Author - Eric Young v 1.0
    - * 1.2 eay 12-Mar-97 -	Modified sk_find so that it _DOES_ return the
    - *			lowest index for the searched item.
    + * 1.2 eay 12-Mar-97 -  Modified sk_find so that it _DOES_ return the
    + *                      lowest index for the searched item.
      *
      * 1.1 eay - Take from netdb and added to SSLeay
      *
    @@ -71,264 +72,313 @@
     #include 
     
     #undef MIN_NODES
    -#define MIN_NODES	4
    +#define MIN_NODES       4
     
    -const char STACK_version[]="Stack" OPENSSL_VERSION_PTEXT;
    +const char STACK_version[] = "Stack" OPENSSL_VERSION_PTEXT;
     
     #include 
     
    -int (*sk_set_cmp_func(_STACK *sk, int (*c)(const void *, const void *)))
    -		(const void *, const void *)
    -	{
    -	int (*old)(const void *,const void *)=sk->comp;
    +int (*sk_set_cmp_func(_STACK *sk, int (*c) (const void *, const void *)))
    + (const void *, const void *) {
    +    int (*old) (const void *, const void *) = sk->comp;
     
    -	if (sk->comp != c)
    -		sk->sorted=0;
    -	sk->comp=c;
    +    if (sk->comp != c)
    +        sk->sorted = 0;
    +    sk->comp = c;
     
    -	return old;
    -	}
    +    return old;
    +}
     
     _STACK *sk_dup(_STACK *sk)
    -	{
    -	_STACK *ret;
    -	char **s;
    -
    -	if ((ret=sk_new(sk->comp)) == NULL) goto err;
    -	s=(char **)OPENSSL_realloc((char *)ret->data,
    -		(unsigned int)sizeof(char *)*sk->num_alloc);
    -	if (s == NULL) goto err;
    -	ret->data=s;
    -
    -	ret->num=sk->num;
    -	memcpy(ret->data,sk->data,sizeof(char *)*sk->num);
    -	ret->sorted=sk->sorted;
    -	ret->num_alloc=sk->num_alloc;
    -	ret->comp=sk->comp;
    -	return(ret);
    -err:
    -	if(ret)
    -		sk_free(ret);
    -	return(NULL);
    -	}
    +{
    +    _STACK *ret;
    +    char **s;
    +
    +    if ((ret = sk_new(sk->comp)) == NULL)
    +        goto err;
    +    s = (char **)OPENSSL_realloc((char *)ret->data,
    +                                 (unsigned int)sizeof(char *) *
    +                                 sk->num_alloc);
    +    if (s == NULL)
    +        goto err;
    +    ret->data = s;
    +
    +    ret->num = sk->num;
    +    memcpy(ret->data, sk->data, sizeof(char *) * sk->num);
    +    ret->sorted = sk->sorted;
    +    ret->num_alloc = sk->num_alloc;
    +    ret->comp = sk->comp;
    +    return (ret);
    + err:
    +    if (ret)
    +        sk_free(ret);
    +    return (NULL);
    +}
    +
    +_STACK *sk_deep_copy(_STACK *sk, void *(*copy_func) (void *),
    +                     void (*free_func) (void *))
    +{
    +    _STACK *ret;
    +    int i;
    +
    +    if ((ret = OPENSSL_malloc(sizeof(_STACK))) == NULL)
    +        return ret;
    +    ret->comp = sk->comp;
    +    ret->sorted = sk->sorted;
    +    ret->num = sk->num;
    +    ret->num_alloc = sk->num > MIN_NODES ? sk->num : MIN_NODES;
    +    ret->data = OPENSSL_malloc(sizeof(char *) * ret->num_alloc);
    +    if (ret->data == NULL) {
    +        OPENSSL_free(ret);
    +        return NULL;
    +    }
    +    for (i = 0; i < ret->num_alloc; i++)
    +        ret->data[i] = NULL;
    +
    +    for (i = 0; i < ret->num; ++i) {
    +        if (sk->data[i] == NULL)
    +            continue;
    +        if ((ret->data[i] = copy_func(sk->data[i])) == NULL) {
    +            while (--i >= 0)
    +                if (ret->data[i] != NULL)
    +                    free_func(ret->data[i]);
    +            sk_free(ret);
    +            return NULL;
    +        }
    +    }
    +    return ret;
    +}
     
     _STACK *sk_new_null(void)
    -	{
    -	return sk_new((int (*)(const void *, const void *))0);
    -	}
    -
    -_STACK *sk_new(int (*c)(const void *, const void *))
    -	{
    -	_STACK *ret;
    -	int i;
    -
    -	if ((ret=OPENSSL_malloc(sizeof(_STACK))) == NULL)
    -		goto err;
    -	if ((ret->data=OPENSSL_malloc(sizeof(char *)*MIN_NODES)) == NULL)
    -		goto err;
    -	for (i=0; idata[i]=NULL;
    -	ret->comp=c;
    -	ret->num_alloc=MIN_NODES;
    -	ret->num=0;
    -	ret->sorted=0;
    -	return(ret);
    -err:
    -	if(ret)
    -		OPENSSL_free(ret);
    -	return(NULL);
    -	}
    +{
    +    return sk_new((int (*)(const void *, const void *))0);
    +}
    +
    +_STACK *sk_new(int (*c) (const void *, const void *))
    +{
    +    _STACK *ret;
    +    int i;
    +
    +    if ((ret = OPENSSL_malloc(sizeof(_STACK))) == NULL)
    +        goto err;
    +    if ((ret->data = OPENSSL_malloc(sizeof(char *) * MIN_NODES)) == NULL)
    +        goto err;
    +    for (i = 0; i < MIN_NODES; i++)
    +        ret->data[i] = NULL;
    +    ret->comp = c;
    +    ret->num_alloc = MIN_NODES;
    +    ret->num = 0;
    +    ret->sorted = 0;
    +    return (ret);
    + err:
    +    if (ret)
    +        OPENSSL_free(ret);
    +    return (NULL);
    +}
     
     int sk_insert(_STACK *st, void *data, int loc)
    -	{
    -	char **s;
    -
    -	if(st == NULL) return 0;
    -	if (st->num_alloc <= st->num+1)
    -		{
    -		s=OPENSSL_realloc((char *)st->data,
    -			(unsigned int)sizeof(char *)*st->num_alloc*2);
    -		if (s == NULL)
    -			return(0);
    -		st->data=s;
    -		st->num_alloc*=2;
    -		}
    -	if ((loc >= (int)st->num) || (loc < 0))
    -		st->data[st->num]=data;
    -	else
    -		{
    -		int i;
    -		char **f,**t;
    -
    -		f=st->data;
    -		t=&(st->data[1]);
    -		for (i=st->num; i>=loc; i--)
    -			t[i]=f[i];
    -			
    -#ifdef undef /* no memmove on sunos :-( */
    -		memmove(&(st->data[loc+1]),
    -			&(st->data[loc]),
    -			sizeof(char *)*(st->num-loc));
    +{
    +    char **s;
    +
    +    if (st == NULL)
    +        return 0;
    +    if (st->num_alloc <= st->num + 1) {
    +        s = OPENSSL_realloc((char *)st->data,
    +                            (unsigned int)sizeof(char *) * st->num_alloc * 2);
    +        if (s == NULL)
    +            return (0);
    +        st->data = s;
    +        st->num_alloc *= 2;
    +    }
    +    if ((loc >= (int)st->num) || (loc < 0))
    +        st->data[st->num] = data;
    +    else {
    +        int i;
    +        char **f, **t;
    +
    +        f = st->data;
    +        t = &(st->data[1]);
    +        for (i = st->num; i >= loc; i--)
    +            t[i] = f[i];
    +
    +#ifdef undef                    /* no memmove on sunos :-( */
    +        memmove(&(st->data[loc + 1]),
    +                &(st->data[loc]), sizeof(char *) * (st->num - loc));
     #endif
    -		st->data[loc]=data;
    -		}
    -	st->num++;
    -	st->sorted=0;
    -	return(st->num);
    -	}
    +        st->data[loc] = data;
    +    }
    +    st->num++;
    +    st->sorted = 0;
    +    return (st->num);
    +}
     
     void *sk_delete_ptr(_STACK *st, void *p)
    -	{
    -	int i;
    +{
    +    int i;
     
    -	for (i=0; inum; i++)
    -		if (st->data[i] == p)
    -			return(sk_delete(st,i));
    -	return(NULL);
    -	}
    +    for (i = 0; i < st->num; i++)
    +        if (st->data[i] == p)
    +            return (sk_delete(st, i));
    +    return (NULL);
    +}
     
     void *sk_delete(_STACK *st, int loc)
    -	{
    -	char *ret;
    -	int i,j;
    -
    -	if(!st || (loc < 0) || (loc >= st->num)) return NULL;
    -
    -	ret=st->data[loc];
    -	if (loc != st->num-1)
    -		{
    -		j=st->num-1;
    -		for (i=loc; idata[i]=st->data[i+1];
    -		/* In theory memcpy is not safe for this
    -		 * memcpy( &(st->data[loc]),
    -		 *	&(st->data[loc+1]),
    -		 *	sizeof(char *)*(st->num-loc-1));
    -		 */
    -		}
    -	st->num--;
    -	return(ret);
    -	}
    +{
    +    char *ret;
    +    int i, j;
    +
    +    if (!st || (loc < 0) || (loc >= st->num))
    +        return NULL;
    +
    +    ret = st->data[loc];
    +    if (loc != st->num - 1) {
    +        j = st->num - 1;
    +        for (i = loc; i < j; i++)
    +            st->data[i] = st->data[i + 1];
    +        /*
    +         * In theory memcpy is not safe for this memcpy( &(st->data[loc]),
    +         * &(st->data[loc+1]), sizeof(char *)*(st->num-loc-1));
    +         */
    +    }
    +    st->num--;
    +    return (ret);
    +}
     
     static int internal_find(_STACK *st, void *data, int ret_val_options)
    -	{
    -	const void * const *r;
    -	int i;
    -
    -	if(st == NULL) return -1;
    -
    -	if (st->comp == NULL)
    -		{
    -		for (i=0; inum; i++)
    -			if (st->data[i] == data)
    -				return(i);
    -		return(-1);
    -		}
    -	sk_sort(st);
    -	if (data == NULL) return(-1);
    -	r=OBJ_bsearch_ex_(&data,st->data,st->num,sizeof(void *),st->comp,
    -			  ret_val_options);
    -	if (r == NULL) return(-1);
    -	return (int)((char **)r-st->data);
    -	}
    +{
    +    const void *const *r;
    +    int i;
    +
    +    if (st == NULL)
    +        return -1;
    +
    +    if (st->comp == NULL) {
    +        for (i = 0; i < st->num; i++)
    +            if (st->data[i] == data)
    +                return (i);
    +        return (-1);
    +    }
    +    sk_sort(st);
    +    if (data == NULL)
    +        return (-1);
    +    r = OBJ_bsearch_ex_(&data, st->data, st->num, sizeof(void *), st->comp,
    +                        ret_val_options);
    +    if (r == NULL)
    +        return (-1);
    +    return (int)((char **)r - st->data);
    +}
     
     int sk_find(_STACK *st, void *data)
    -	{
    -	return internal_find(st, data, OBJ_BSEARCH_FIRST_VALUE_ON_MATCH);
    -	}
    +{
    +    return internal_find(st, data, OBJ_BSEARCH_FIRST_VALUE_ON_MATCH);
    +}
    +
     int sk_find_ex(_STACK *st, void *data)
    -	{
    -	return internal_find(st, data, OBJ_BSEARCH_VALUE_ON_NOMATCH);
    -	}
    +{
    +    return internal_find(st, data, OBJ_BSEARCH_VALUE_ON_NOMATCH);
    +}
     
     int sk_push(_STACK *st, void *data)
    -	{
    -	return(sk_insert(st,data,st->num));
    -	}
    +{
    +    return (sk_insert(st, data, st->num));
    +}
     
     int sk_unshift(_STACK *st, void *data)
    -	{
    -	return(sk_insert(st,data,0));
    -	}
    +{
    +    return (sk_insert(st, data, 0));
    +}
     
     void *sk_shift(_STACK *st)
    -	{
    -	if (st == NULL) return(NULL);
    -	if (st->num <= 0) return(NULL);
    -	return(sk_delete(st,0));
    -	}
    +{
    +    if (st == NULL)
    +        return (NULL);
    +    if (st->num <= 0)
    +        return (NULL);
    +    return (sk_delete(st, 0));
    +}
     
     void *sk_pop(_STACK *st)
    -	{
    -	if (st == NULL) return(NULL);
    -	if (st->num <= 0) return(NULL);
    -	return(sk_delete(st,st->num-1));
    -	}
    +{
    +    if (st == NULL)
    +        return (NULL);
    +    if (st->num <= 0)
    +        return (NULL);
    +    return (sk_delete(st, st->num - 1));
    +}
     
     void sk_zero(_STACK *st)
    -	{
    -	if (st == NULL) return;
    -	if (st->num <= 0) return;
    -	memset((char *)st->data,0,sizeof(st->data)*st->num);
    -	st->num=0;
    -	}
    -
    -void sk_pop_free(_STACK *st, void (*func)(void *))
    -	{
    -	int i;
    -
    -	if (st == NULL) return;
    -	for (i=0; inum; i++)
    -		if (st->data[i] != NULL)
    -			func(st->data[i]);
    -	sk_free(st);
    -	}
    +{
    +    if (st == NULL)
    +        return;
    +    if (st->num <= 0)
    +        return;
    +    memset((char *)st->data, 0, sizeof(st->data) * st->num);
    +    st->num = 0;
    +}
    +
    +void sk_pop_free(_STACK *st, void (*func) (void *))
    +{
    +    int i;
    +
    +    if (st == NULL)
    +        return;
    +    for (i = 0; i < st->num; i++)
    +        if (st->data[i] != NULL)
    +            func(st->data[i]);
    +    sk_free(st);
    +}
     
     void sk_free(_STACK *st)
    -	{
    -	if (st == NULL) return;
    -	if (st->data != NULL) OPENSSL_free(st->data);
    -	OPENSSL_free(st);
    -	}
    +{
    +    if (st == NULL)
    +        return;
    +    if (st->data != NULL)
    +        OPENSSL_free(st->data);
    +    OPENSSL_free(st);
    +}
     
     int sk_num(const _STACK *st)
     {
    -	if(st == NULL) return -1;
    -	return st->num;
    +    if (st == NULL)
    +        return -1;
    +    return st->num;
     }
     
     void *sk_value(const _STACK *st, int i)
     {
    -	if(!st || (i < 0) || (i >= st->num)) return NULL;
    -	return st->data[i];
    +    if (!st || (i < 0) || (i >= st->num))
    +        return NULL;
    +    return st->data[i];
     }
     
     void *sk_set(_STACK *st, int i, void *value)
     {
    -	if(!st || (i < 0) || (i >= st->num)) return NULL;
    -	return (st->data[i] = value);
    +    if (!st || (i < 0) || (i >= st->num))
    +        return NULL;
    +    return (st->data[i] = value);
     }
     
     void sk_sort(_STACK *st)
    -	{
    -	if (st && !st->sorted)
    -		{
    -		int (*comp_func)(const void *,const void *);
    -
    -		/* same comment as in sk_find ... previously st->comp was declared
    -		 * as a (void*,void*) callback type, but this made the population
    -		 * of the callback pointer illogical - our callbacks compare
    -		 * type** with type**, so we leave the casting until absolutely
    -		 * necessary (ie. "now"). */
    -		comp_func=(int (*)(const void *,const void *))(st->comp);
    -		qsort(st->data,st->num,sizeof(char *), comp_func);
    -		st->sorted=1;
    -		}
    -	}
    +{
    +    if (st && !st->sorted) {
    +        int (*comp_func) (const void *, const void *);
    +
    +        /*
    +         * same comment as in sk_find ... previously st->comp was declared as
    +         * a (void*,void*) callback type, but this made the population of the
    +         * callback pointer illogical - our callbacks compare type** with
    +         * type**, so we leave the casting until absolutely necessary (ie.
    +         * "now").
    +         */
    +        comp_func = (int (*)(const void *, const void *))(st->comp);
    +        qsort(st->data, st->num, sizeof(char *), comp_func);
    +        st->sorted = 1;
    +    }
    +}
     
     int sk_is_sorted(const _STACK *st)
    -	{
    -	if (!st)
    -		return 1;
    -	return st->sorted;
    -	}
    +{
    +    if (!st)
    +        return 1;
    +    return st->sorted;
    +}
    diff --git a/openssl/crypto/stack/stack.h b/openssl/crypto/stack/stack.h
    index ce35e554e..eb0721665 100644
    --- a/openssl/crypto/stack/stack.h
    +++ b/openssl/crypto/stack/stack.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -57,34 +57,33 @@
      */
     
     #ifndef HEADER_STACK_H
    -#define HEADER_STACK_H
    +# define HEADER_STACK_H
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -typedef struct stack_st
    -	{
    -	int num;
    -	char **data;
    -	int sorted;
    -
    -	int num_alloc;
    -	int (*comp)(const void *, const void *);
    -	} _STACK;  /* Use STACK_OF(...) instead */
    +typedef struct stack_st {
    +    int num;
    +    char **data;
    +    int sorted;
    +    int num_alloc;
    +    int (*comp) (const void *, const void *);
    +} _STACK;                       /* Use STACK_OF(...) instead */
     
    -#define M_sk_num(sk)		((sk) ? (sk)->num:-1)
    -#define M_sk_value(sk,n)	((sk) ? (sk)->data[n] : NULL)
    +# define M_sk_num(sk)            ((sk) ? (sk)->num:-1)
    +# define M_sk_value(sk,n)        ((sk) ? (sk)->data[n] : NULL)
     
     int sk_num(const _STACK *);
     void *sk_value(const _STACK *, int);
     
     void *sk_set(_STACK *, int, void *);
     
    -_STACK *sk_new(int (*cmp)(const void *, const void *));
    +_STACK *sk_new(int (*cmp) (const void *, const void *));
     _STACK *sk_new_null(void);
     void sk_free(_STACK *);
    -void sk_pop_free(_STACK *st, void (*func)(void *));
    +void sk_pop_free(_STACK *st, void (*func) (void *));
    +_STACK *sk_deep_copy(_STACK *, void *(*)(void *), void (*)(void *));
     int sk_insert(_STACK *sk, void *data, int where);
     void *sk_delete(_STACK *st, int loc);
     void *sk_delete_ptr(_STACK *st, void *p);
    @@ -95,8 +94,8 @@ int sk_unshift(_STACK *st, void *data);
     void *sk_shift(_STACK *st);
     void *sk_pop(_STACK *st);
     void sk_zero(_STACK *st);
    -int (*sk_set_cmp_func(_STACK *sk, int (*c)(const void *, const void *)))
    -	(const void *, const void *);
    +int (*sk_set_cmp_func(_STACK *sk, int (*c) (const void *, const void *)))
    + (const void *, const void *);
     _STACK *sk_dup(_STACK *st);
     void sk_sort(_STACK *st);
     int sk_is_sorted(const _STACK *st);
    diff --git a/openssl/crypto/store/store.h b/openssl/crypto/store/store.h
    index 0a28c7d5a..834334104 100644
    --- a/openssl/crypto/store/store.h
    +++ b/openssl/crypto/store/store.h
    @@ -1,6 +1,7 @@
     /* crypto/store/store.h -*- mode:C; c-file-style: "eay" -*- */
    -/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
    - * project 2003.
    +/*
    + * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
    + * 2003.
      */
     /* ====================================================================
      * Copyright (c) 2003 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -57,20 +58,20 @@
      */
     
     #ifndef HEADER_STORE_H
    -#define HEADER_STORE_H
    +# define HEADER_STORE_H
     
    -#include 
    +# include 
     
    -#ifdef OPENSSL_NO_STORE
    -#error STORE is disabled.
    -#endif
    +# ifdef OPENSSL_NO_STORE
    +#  error STORE is disabled.
    +# endif
     
    -#include 
    -#ifndef OPENSSL_NO_DEPRECATED
    -#include 
    -#include 
    -#include 
    -#endif
    +# include 
    +# ifndef OPENSSL_NO_DEPRECATED
    +#  include 
    +#  include 
    +#  include 
    +# endif
     
     #ifdef  __cplusplus
     extern "C" {
    @@ -80,41 +81,51 @@ extern "C" {
     /* typedef struct store_st STORE; */
     /* typedef struct store_method_st STORE_METHOD; */
     
    -
    -/* All the following functions return 0, a negative number or NULL on error.
    -   When everything is fine, they return a positive value or a non-NULL
    -   pointer, all depending on their purpose. */
    +/*
    + * All the following functions return 0, a negative number or NULL on error.
    + * When everything is fine, they return a positive value or a non-NULL
    + * pointer, all depending on their purpose.
    + */
     
     /* Creators and destructor.   */
     STORE *STORE_new_method(const STORE_METHOD *method);
     STORE *STORE_new_engine(ENGINE *engine);
     void STORE_free(STORE *ui);
     
    +/*
    + * Give a user interface parametrised control commands.  This can be used to
    + * send down an integer, a data pointer or a function pointer, as well as be
    + * used to get information from a STORE.
    + */
    +int STORE_ctrl(STORE *store, int cmd, long i, void *p, void (*f) (void));
     
    -/* Give a user interface parametrised control commands.  This can be used to
    -   send down an integer, a data pointer or a function pointer, as well as
    -   be used to get information from a STORE. */
    -int STORE_ctrl(STORE *store, int cmd, long i, void *p, void (*f)(void));
    -
    -/* A control to set the directory with keys and certificates.  Used by the
    -   built-in directory level method. */
    -#define STORE_CTRL_SET_DIRECTORY	0x0001
    -/* A control to set a file to load.  Used by the built-in file level method. */
    -#define STORE_CTRL_SET_FILE		0x0002
    -/* A control to set a configuration file to load.  Can be used by any method
    -   that wishes to load a configuration file. */
    -#define STORE_CTRL_SET_CONF_FILE	0x0003
    -/* A control to set a the section of the loaded configuration file.  Can be
    -   used by any method that wishes to load a configuration file. */
    -#define STORE_CTRL_SET_CONF_SECTION	0x0004
    -
    +/*
    + * A control to set the directory with keys and certificates.  Used by the
    + * built-in directory level method.
    + */
    +# define STORE_CTRL_SET_DIRECTORY        0x0001
    +/*
    + * A control to set a file to load.  Used by the built-in file level method.
    + */
    +# define STORE_CTRL_SET_FILE             0x0002
    +/*
    + * A control to set a configuration file to load.  Can be used by any method
    + * that wishes to load a configuration file.
    + */
    +# define STORE_CTRL_SET_CONF_FILE        0x0003
    +/*
    + * A control to set a the section of the loaded configuration file.  Can be
    + * used by any method that wishes to load a configuration file.
    + */
    +# define STORE_CTRL_SET_CONF_SECTION     0x0004
     
     /* Some methods may use extra data */
    -#define STORE_set_app_data(s,arg)	STORE_set_ex_data(s,0,arg)
    -#define STORE_get_app_data(s)		STORE_get_ex_data(s,0)
    +# define STORE_set_app_data(s,arg)       STORE_set_ex_data(s,0,arg)
    +# define STORE_get_app_data(s)           STORE_get_ex_data(s,0)
     int STORE_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
    -	CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
    -int STORE_set_ex_data(STORE *r,int idx,void *arg);
    +                           CRYPTO_EX_dup *dup_func,
    +                           CRYPTO_EX_free *free_func);
    +int STORE_set_ex_data(STORE *r, int idx, void *arg);
     void *STORE_get_ex_data(STORE *r, int idx);
     
     /* Use specific methods instead of the built-in one */
    @@ -122,264 +133,341 @@ const STORE_METHOD *STORE_get_method(STORE *store);
     const STORE_METHOD *STORE_set_method(STORE *store, const STORE_METHOD *meth);
     
     /* The standard OpenSSL methods. */
    -/* This is the in-memory method.  It does everything except revoking and updating,
    -   and is of course volatile.  It's used by other methods that have an in-memory
    -   cache. */
    +/*
    + * This is the in-memory method.  It does everything except revoking and
    + * updating, and is of course volatile.  It's used by other methods that have
    + * an in-memory cache.
    + */
     const STORE_METHOD *STORE_Memory(void);
    -#if 0 /* Not yet implemented */
    -/* This is the directory store.  It does everything except revoking and updating,
    -   and uses STORE_Memory() to cache things in memory. */
    +# if 0                          /* Not yet implemented */
    +/*
    + * This is the directory store.  It does everything except revoking and
    + * updating, and uses STORE_Memory() to cache things in memory.
    + */
     const STORE_METHOD *STORE_Directory(void);
    -/* This is the file store.  It does everything except revoking and updating,
    -   and uses STORE_Memory() to cache things in memory.  Certificates are added
    -   to it with the store operation, and it will only get cached certificates. */
    +/*
    + * This is the file store.  It does everything except revoking and updating,
    + * and uses STORE_Memory() to cache things in memory.  Certificates are added
    + * to it with the store operation, and it will only get cached certificates.
    + */
     const STORE_METHOD *STORE_File(void);
    -#endif
    +# endif
     
    -/* Store functions take a type code for the type of data they should store
    -   or fetch */
    -typedef enum STORE_object_types
    -	{
    -	STORE_OBJECT_TYPE_X509_CERTIFICATE=	0x01, /* X509 * */
    -	STORE_OBJECT_TYPE_X509_CRL=		0x02, /* X509_CRL * */
    -	STORE_OBJECT_TYPE_PRIVATE_KEY=		0x03, /* EVP_PKEY * */
    -	STORE_OBJECT_TYPE_PUBLIC_KEY=		0x04, /* EVP_PKEY * */
    -	STORE_OBJECT_TYPE_NUMBER=		0x05, /* BIGNUM * */
    -	STORE_OBJECT_TYPE_ARBITRARY=		0x06, /* BUF_MEM * */
    -	STORE_OBJECT_TYPE_NUM=			0x06  /* The amount of known
    -							 object types */
    -	} STORE_OBJECT_TYPES;
    +/*
    + * Store functions take a type code for the type of data they should store or
    + * fetch
    + */
    +typedef enum STORE_object_types {
    +    STORE_OBJECT_TYPE_X509_CERTIFICATE = 0x01, /* X509 * */
    +    STORE_OBJECT_TYPE_X509_CRL = 0x02, /* X509_CRL * */
    +    STORE_OBJECT_TYPE_PRIVATE_KEY = 0x03, /* EVP_PKEY * */
    +    STORE_OBJECT_TYPE_PUBLIC_KEY = 0x04, /* EVP_PKEY * */
    +    STORE_OBJECT_TYPE_NUMBER = 0x05, /* BIGNUM * */
    +    STORE_OBJECT_TYPE_ARBITRARY = 0x06, /* BUF_MEM * */
    +    STORE_OBJECT_TYPE_NUM = 0x06 /* The amount of known object types */
    +} STORE_OBJECT_TYPES;
     /* List of text strings corresponding to the object types. */
    -extern const char * const STORE_object_type_string[STORE_OBJECT_TYPE_NUM+1];
    -
    -/* Some store functions take a parameter list.  Those parameters come with
    -   one of the following codes. The comments following the codes below indicate
    -   what type the value should be a pointer to. */
    -typedef enum STORE_params
    -	{
    -	STORE_PARAM_EVP_TYPE=			0x01, /* int */
    -	STORE_PARAM_BITS=			0x02, /* size_t */
    -	STORE_PARAM_KEY_PARAMETERS=		0x03, /* ??? */
    -	STORE_PARAM_KEY_NO_PARAMETERS=		0x04, /* N/A */
    -	STORE_PARAM_AUTH_PASSPHRASE=		0x05, /* char * */
    -	STORE_PARAM_AUTH_KRB5_TICKET=		0x06, /* void * */
    -	STORE_PARAM_TYPE_NUM=			0x06  /* The amount of known
    -							 parameter types */
    -	} STORE_PARAM_TYPES;
    -/* Parameter value sizes.  -1 means unknown, anything else is the required size. */
    -extern const int STORE_param_sizes[STORE_PARAM_TYPE_NUM+1];
    -
    -/* Store functions take attribute lists.  Those attributes come with codes.
    -   The comments following the codes below indicate what type the value should
    -   be a pointer to. */
    -typedef enum STORE_attribs
    -	{
    -	STORE_ATTR_END=				0x00,
    -	STORE_ATTR_FRIENDLYNAME=		0x01, /* C string */
    -	STORE_ATTR_KEYID=			0x02, /* 160 bit string (SHA1) */
    -	STORE_ATTR_ISSUERKEYID=			0x03, /* 160 bit string (SHA1) */
    -	STORE_ATTR_SUBJECTKEYID=		0x04, /* 160 bit string (SHA1) */
    -	STORE_ATTR_ISSUERSERIALHASH=		0x05, /* 160 bit string (SHA1) */
    -	STORE_ATTR_ISSUER=			0x06, /* X509_NAME * */
    -	STORE_ATTR_SERIAL=			0x07, /* BIGNUM * */
    -	STORE_ATTR_SUBJECT=			0x08, /* X509_NAME * */
    -	STORE_ATTR_CERTHASH=			0x09, /* 160 bit string (SHA1) */
    -	STORE_ATTR_EMAIL=			0x0a, /* C string */
    -	STORE_ATTR_FILENAME=			0x0b, /* C string */
    -	STORE_ATTR_TYPE_NUM=			0x0b, /* The amount of known
    -							 attribute types */
    -	STORE_ATTR_OR=				0xff  /* This is a special
    -							 separator, which
    -							 expresses the OR
    -							 operation.  */
    -	} STORE_ATTR_TYPES;
    -/* Attribute value sizes.  -1 means unknown, anything else is the required size. */
    -extern const int STORE_attr_sizes[STORE_ATTR_TYPE_NUM+1];
    -
    -typedef enum STORE_certificate_status
    -	{
    -	STORE_X509_VALID=			0x00,
    -	STORE_X509_EXPIRED=			0x01,
    -	STORE_X509_SUSPENDED=			0x02,
    -	STORE_X509_REVOKED=			0x03
    -	} STORE_CERTIFICATE_STATUS;
    -
    -/* Engine store functions will return a structure that contains all the necessary
    - * information, including revokation status for certificates.  This is really not
    - * needed for application authors, as the ENGINE framework functions will extract
    - * the OpenSSL-specific information when at all possible.  However, for engine
    - * authors, it's crucial to know this structure.  */
    -typedef struct STORE_OBJECT_st
    -	{
    -	STORE_OBJECT_TYPES type;
    -	union
    -		{
    -		struct
    -			{
    -			STORE_CERTIFICATE_STATUS status;
    -			X509 *certificate;
    -			} x509;
    -		X509_CRL *crl;
    -		EVP_PKEY *key;
    -		BIGNUM *number;
    -		BUF_MEM *arbitrary;
    -		} data;
    -	} STORE_OBJECT;
    +extern const char *const STORE_object_type_string[STORE_OBJECT_TYPE_NUM + 1];
    +
    +/*
    + * Some store functions take a parameter list.  Those parameters come with
    + * one of the following codes. The comments following the codes below
    + * indicate what type the value should be a pointer to.
    + */
    +typedef enum STORE_params {
    +    STORE_PARAM_EVP_TYPE = 0x01, /* int */
    +    STORE_PARAM_BITS = 0x02,    /* size_t */
    +    STORE_PARAM_KEY_PARAMETERS = 0x03, /* ??? */
    +    STORE_PARAM_KEY_NO_PARAMETERS = 0x04, /* N/A */
    +    STORE_PARAM_AUTH_PASSPHRASE = 0x05, /* char * */
    +    STORE_PARAM_AUTH_KRB5_TICKET = 0x06, /* void * */
    +    STORE_PARAM_TYPE_NUM = 0x06 /* The amount of known parameter types */
    +} STORE_PARAM_TYPES;
    +/*
    + * Parameter value sizes.  -1 means unknown, anything else is the required
    + * size.
    + */
    +extern const int STORE_param_sizes[STORE_PARAM_TYPE_NUM + 1];
    +
    +/*
    + * Store functions take attribute lists.  Those attributes come with codes.
    + * The comments following the codes below indicate what type the value should
    + * be a pointer to.
    + */
    +typedef enum STORE_attribs {
    +    STORE_ATTR_END = 0x00,
    +    STORE_ATTR_FRIENDLYNAME = 0x01, /* C string */
    +    STORE_ATTR_KEYID = 0x02,    /* 160 bit string (SHA1) */
    +    STORE_ATTR_ISSUERKEYID = 0x03, /* 160 bit string (SHA1) */
    +    STORE_ATTR_SUBJECTKEYID = 0x04, /* 160 bit string (SHA1) */
    +    STORE_ATTR_ISSUERSERIALHASH = 0x05, /* 160 bit string (SHA1) */
    +    STORE_ATTR_ISSUER = 0x06,   /* X509_NAME * */
    +    STORE_ATTR_SERIAL = 0x07,   /* BIGNUM * */
    +    STORE_ATTR_SUBJECT = 0x08,  /* X509_NAME * */
    +    STORE_ATTR_CERTHASH = 0x09, /* 160 bit string (SHA1) */
    +    STORE_ATTR_EMAIL = 0x0a,    /* C string */
    +    STORE_ATTR_FILENAME = 0x0b, /* C string */
    +    STORE_ATTR_TYPE_NUM = 0x0b, /* The amount of known attribute types */
    +    STORE_ATTR_OR = 0xff        /* This is a special separator, which
    +                                 * expresses the OR operation.  */
    +} STORE_ATTR_TYPES;
    +/*
    + * Attribute value sizes.  -1 means unknown, anything else is the required
    + * size.
    + */
    +extern const int STORE_attr_sizes[STORE_ATTR_TYPE_NUM + 1];
    +
    +typedef enum STORE_certificate_status {
    +    STORE_X509_VALID = 0x00,
    +    STORE_X509_EXPIRED = 0x01,
    +    STORE_X509_SUSPENDED = 0x02,
    +    STORE_X509_REVOKED = 0x03
    +} STORE_CERTIFICATE_STATUS;
    +
    +/*
    + * Engine store functions will return a structure that contains all the
    + * necessary information, including revokation status for certificates.  This
    + * is really not needed for application authors, as the ENGINE framework
    + * functions will extract the OpenSSL-specific information when at all
    + * possible.  However, for engine authors, it's crucial to know this
    + * structure.
    + */
    +typedef struct STORE_OBJECT_st {
    +    STORE_OBJECT_TYPES type;
    +    union {
    +        struct {
    +            STORE_CERTIFICATE_STATUS status;
    +            X509 *certificate;
    +        } x509;
    +        X509_CRL *crl;
    +        EVP_PKEY *key;
    +        BIGNUM *number;
    +        BUF_MEM *arbitrary;
    +    } data;
    +} STORE_OBJECT;
     DECLARE_STACK_OF(STORE_OBJECT)
     STORE_OBJECT *STORE_OBJECT_new(void);
     void STORE_OBJECT_free(STORE_OBJECT *data);
     
    -
    -
    -/* The following functions handle the storage. They return 0, a negative number
    -   or NULL on error, anything else on success. */
    +/*
    + * The following functions handle the storage. They return 0, a negative
    + * number or NULL on error, anything else on success.
    + */
     X509 *STORE_get_certificate(STORE *e, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[]);
    +                            OPENSSL_ITEM parameters[]);
     int STORE_store_certificate(STORE *e, X509 *data, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[]);
    +                            OPENSSL_ITEM parameters[]);
     int STORE_modify_certificate(STORE *e, OPENSSL_ITEM search_attributes[],
    -	OPENSSL_ITEM add_attributes[], OPENSSL_ITEM modify_attributes[],
    -	OPENSSL_ITEM delete_attributes[], OPENSSL_ITEM parameters[]);
    +                             OPENSSL_ITEM add_attributes[],
    +                             OPENSSL_ITEM modify_attributes[],
    +                             OPENSSL_ITEM delete_attributes[],
    +                             OPENSSL_ITEM parameters[]);
     int STORE_revoke_certificate(STORE *e, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[]);
    +                             OPENSSL_ITEM parameters[]);
     int STORE_delete_certificate(STORE *e, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[]);
    +                             OPENSSL_ITEM parameters[]);
     void *STORE_list_certificate_start(STORE *e, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[]);
    +                                   OPENSSL_ITEM parameters[]);
     X509 *STORE_list_certificate_next(STORE *e, void *handle);
     int STORE_list_certificate_end(STORE *e, void *handle);
     int STORE_list_certificate_endp(STORE *e, void *handle);
     EVP_PKEY *STORE_generate_key(STORE *e, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[]);
    +                             OPENSSL_ITEM parameters[]);
     EVP_PKEY *STORE_get_private_key(STORE *e, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[]);
    +                                OPENSSL_ITEM parameters[]);
     int STORE_store_private_key(STORE *e, EVP_PKEY *data,
    -	OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
    +                            OPENSSL_ITEM attributes[],
    +                            OPENSSL_ITEM parameters[]);
     int STORE_modify_private_key(STORE *e, OPENSSL_ITEM search_attributes[],
    -	OPENSSL_ITEM add_sttributes[], OPENSSL_ITEM modify_attributes[],
    -	OPENSSL_ITEM delete_attributes[], OPENSSL_ITEM parameters[]);
    +                             OPENSSL_ITEM add_sttributes[],
    +                             OPENSSL_ITEM modify_attributes[],
    +                             OPENSSL_ITEM delete_attributes[],
    +                             OPENSSL_ITEM parameters[]);
     int STORE_revoke_private_key(STORE *e, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[]);
    +                             OPENSSL_ITEM parameters[]);
     int STORE_delete_private_key(STORE *e, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[]);
    +                             OPENSSL_ITEM parameters[]);
     void *STORE_list_private_key_start(STORE *e, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[]);
    +                                   OPENSSL_ITEM parameters[]);
     EVP_PKEY *STORE_list_private_key_next(STORE *e, void *handle);
     int STORE_list_private_key_end(STORE *e, void *handle);
     int STORE_list_private_key_endp(STORE *e, void *handle);
     EVP_PKEY *STORE_get_public_key(STORE *e, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[]);
    -int STORE_store_public_key(STORE *e, EVP_PKEY *data, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[]);
    +                               OPENSSL_ITEM parameters[]);
    +int STORE_store_public_key(STORE *e, EVP_PKEY *data,
    +                           OPENSSL_ITEM attributes[],
    +                           OPENSSL_ITEM parameters[]);
     int STORE_modify_public_key(STORE *e, OPENSSL_ITEM search_attributes[],
    -	OPENSSL_ITEM add_sttributes[], OPENSSL_ITEM modify_attributes[],
    -	OPENSSL_ITEM delete_attributes[], OPENSSL_ITEM parameters[]);
    +                            OPENSSL_ITEM add_sttributes[],
    +                            OPENSSL_ITEM modify_attributes[],
    +                            OPENSSL_ITEM delete_attributes[],
    +                            OPENSSL_ITEM parameters[]);
     int STORE_revoke_public_key(STORE *e, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[]);
    +                            OPENSSL_ITEM parameters[]);
     int STORE_delete_public_key(STORE *e, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[]);
    +                            OPENSSL_ITEM parameters[]);
     void *STORE_list_public_key_start(STORE *e, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[]);
    +                                  OPENSSL_ITEM parameters[]);
     EVP_PKEY *STORE_list_public_key_next(STORE *e, void *handle);
     int STORE_list_public_key_end(STORE *e, void *handle);
     int STORE_list_public_key_endp(STORE *e, void *handle);
     X509_CRL *STORE_generate_crl(STORE *e, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[]);
    +                             OPENSSL_ITEM parameters[]);
     X509_CRL *STORE_get_crl(STORE *e, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[]);
    +                        OPENSSL_ITEM parameters[]);
     int STORE_store_crl(STORE *e, X509_CRL *data, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[]);
    +                    OPENSSL_ITEM parameters[]);
     int STORE_modify_crl(STORE *e, OPENSSL_ITEM search_attributes[],
    -	OPENSSL_ITEM add_sttributes[], OPENSSL_ITEM modify_attributes[],
    -	OPENSSL_ITEM delete_attributes[], OPENSSL_ITEM parameters[]);
    +                     OPENSSL_ITEM add_sttributes[],
    +                     OPENSSL_ITEM modify_attributes[],
    +                     OPENSSL_ITEM delete_attributes[],
    +                     OPENSSL_ITEM parameters[]);
     int STORE_delete_crl(STORE *e, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[]);
    +                     OPENSSL_ITEM parameters[]);
     void *STORE_list_crl_start(STORE *e, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[]);
    +                           OPENSSL_ITEM parameters[]);
     X509_CRL *STORE_list_crl_next(STORE *e, void *handle);
     int STORE_list_crl_end(STORE *e, void *handle);
     int STORE_list_crl_endp(STORE *e, void *handle);
     int STORE_store_number(STORE *e, BIGNUM *data, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[]);
    +                       OPENSSL_ITEM parameters[]);
     int STORE_modify_number(STORE *e, OPENSSL_ITEM search_attributes[],
    -	OPENSSL_ITEM add_sttributes[], OPENSSL_ITEM modify_attributes[],
    -	OPENSSL_ITEM delete_attributes[], OPENSSL_ITEM parameters[]);
    +                        OPENSSL_ITEM add_sttributes[],
    +                        OPENSSL_ITEM modify_attributes[],
    +                        OPENSSL_ITEM delete_attributes[],
    +                        OPENSSL_ITEM parameters[]);
     BIGNUM *STORE_get_number(STORE *e, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[]);
    +                         OPENSSL_ITEM parameters[]);
     int STORE_delete_number(STORE *e, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[]);
    +                        OPENSSL_ITEM parameters[]);
     int STORE_store_arbitrary(STORE *e, BUF_MEM *data, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[]);
    +                          OPENSSL_ITEM parameters[]);
     int STORE_modify_arbitrary(STORE *e, OPENSSL_ITEM search_attributes[],
    -	OPENSSL_ITEM add_sttributes[], OPENSSL_ITEM modify_attributes[],
    -	OPENSSL_ITEM delete_attributes[], OPENSSL_ITEM parameters[]);
    +                           OPENSSL_ITEM add_sttributes[],
    +                           OPENSSL_ITEM modify_attributes[],
    +                           OPENSSL_ITEM delete_attributes[],
    +                           OPENSSL_ITEM parameters[]);
     BUF_MEM *STORE_get_arbitrary(STORE *e, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[]);
    +                             OPENSSL_ITEM parameters[]);
     int STORE_delete_arbitrary(STORE *e, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[]);
    -
    +                           OPENSSL_ITEM parameters[]);
     
     /* Create and manipulate methods */
     STORE_METHOD *STORE_create_method(char *name);
     void STORE_destroy_method(STORE_METHOD *store_method);
     
     /* These callback types are use for store handlers */
    -typedef int (*STORE_INITIALISE_FUNC_PTR)(STORE *);
    -typedef void (*STORE_CLEANUP_FUNC_PTR)(STORE *);
    -typedef STORE_OBJECT *(*STORE_GENERATE_OBJECT_FUNC_PTR)(STORE *, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
    -typedef STORE_OBJECT *(*STORE_GET_OBJECT_FUNC_PTR)(STORE *, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
    -typedef void *(*STORE_START_OBJECT_FUNC_PTR)(STORE *, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
    +typedef int (*STORE_INITIALISE_FUNC_PTR) (STORE *);
    +typedef void (*STORE_CLEANUP_FUNC_PTR) (STORE *);
    +typedef STORE_OBJECT *(*STORE_GENERATE_OBJECT_FUNC_PTR)(STORE *,
    +                                                        STORE_OBJECT_TYPES
    +                                                        type,
    +                                                        OPENSSL_ITEM
    +                                                        attributes[],
    +                                                        OPENSSL_ITEM
    +                                                        parameters[]);
    +typedef STORE_OBJECT *(*STORE_GET_OBJECT_FUNC_PTR)(STORE *,
    +                                                   STORE_OBJECT_TYPES type,
    +                                                   OPENSSL_ITEM attributes[],
    +                                                   OPENSSL_ITEM parameters[]);
    +typedef void *(*STORE_START_OBJECT_FUNC_PTR)(STORE *, STORE_OBJECT_TYPES type,
    +                                             OPENSSL_ITEM attributes[],
    +                                             OPENSSL_ITEM parameters[]);
     typedef STORE_OBJECT *(*STORE_NEXT_OBJECT_FUNC_PTR)(STORE *, void *handle);
    -typedef int (*STORE_END_OBJECT_FUNC_PTR)(STORE *, void *handle);
    -typedef int (*STORE_HANDLE_OBJECT_FUNC_PTR)(STORE *, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
    -typedef int (*STORE_STORE_OBJECT_FUNC_PTR)(STORE *, STORE_OBJECT_TYPES type, STORE_OBJECT *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
    -typedef int (*STORE_MODIFY_OBJECT_FUNC_PTR)(STORE *, STORE_OBJECT_TYPES type, OPENSSL_ITEM search_attributes[], OPENSSL_ITEM add_attributes[], OPENSSL_ITEM modify_attributes[], OPENSSL_ITEM delete_attributes[], OPENSSL_ITEM parameters[]);
    -typedef int (*STORE_GENERIC_FUNC_PTR)(STORE *, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
    -typedef int (*STORE_CTRL_FUNC_PTR)(STORE *, int cmd, long l, void *p, void (*f)(void));
    -
    -int STORE_method_set_initialise_function(STORE_METHOD *sm, STORE_INITIALISE_FUNC_PTR init_f);
    -int STORE_method_set_cleanup_function(STORE_METHOD *sm, STORE_CLEANUP_FUNC_PTR clean_f);
    -int STORE_method_set_generate_function(STORE_METHOD *sm, STORE_GENERATE_OBJECT_FUNC_PTR generate_f);
    -int STORE_method_set_get_function(STORE_METHOD *sm, STORE_GET_OBJECT_FUNC_PTR get_f);
    -int STORE_method_set_store_function(STORE_METHOD *sm, STORE_STORE_OBJECT_FUNC_PTR store_f);
    -int STORE_method_set_modify_function(STORE_METHOD *sm, STORE_MODIFY_OBJECT_FUNC_PTR store_f);
    -int STORE_method_set_revoke_function(STORE_METHOD *sm, STORE_HANDLE_OBJECT_FUNC_PTR revoke_f);
    -int STORE_method_set_delete_function(STORE_METHOD *sm, STORE_HANDLE_OBJECT_FUNC_PTR delete_f);
    -int STORE_method_set_list_start_function(STORE_METHOD *sm, STORE_START_OBJECT_FUNC_PTR list_start_f);
    -int STORE_method_set_list_next_function(STORE_METHOD *sm, STORE_NEXT_OBJECT_FUNC_PTR list_next_f);
    -int STORE_method_set_list_end_function(STORE_METHOD *sm, STORE_END_OBJECT_FUNC_PTR list_end_f);
    -int STORE_method_set_update_store_function(STORE_METHOD *sm, STORE_GENERIC_FUNC_PTR);
    -int STORE_method_set_lock_store_function(STORE_METHOD *sm, STORE_GENERIC_FUNC_PTR);
    -int STORE_method_set_unlock_store_function(STORE_METHOD *sm, STORE_GENERIC_FUNC_PTR);
    -int STORE_method_set_ctrl_function(STORE_METHOD *sm, STORE_CTRL_FUNC_PTR ctrl_f);
    -
    -STORE_INITIALISE_FUNC_PTR STORE_method_get_initialise_function(STORE_METHOD *sm);
    +typedef int (*STORE_END_OBJECT_FUNC_PTR) (STORE *, void *handle);
    +typedef int (*STORE_HANDLE_OBJECT_FUNC_PTR) (STORE *, STORE_OBJECT_TYPES type,
    +                                             OPENSSL_ITEM attributes[],
    +                                             OPENSSL_ITEM parameters[]);
    +typedef int (*STORE_STORE_OBJECT_FUNC_PTR) (STORE *, STORE_OBJECT_TYPES type,
    +                                            STORE_OBJECT *data,
    +                                            OPENSSL_ITEM attributes[],
    +                                            OPENSSL_ITEM parameters[]);
    +typedef int (*STORE_MODIFY_OBJECT_FUNC_PTR) (STORE *, STORE_OBJECT_TYPES type,
    +                                             OPENSSL_ITEM search_attributes[],
    +                                             OPENSSL_ITEM add_attributes[],
    +                                             OPENSSL_ITEM modify_attributes[],
    +                                             OPENSSL_ITEM delete_attributes[],
    +                                             OPENSSL_ITEM parameters[]);
    +typedef int (*STORE_GENERIC_FUNC_PTR) (STORE *, OPENSSL_ITEM attributes[],
    +                                       OPENSSL_ITEM parameters[]);
    +typedef int (*STORE_CTRL_FUNC_PTR) (STORE *, int cmd, long l, void *p,
    +                                    void (*f) (void));
    +
    +int STORE_method_set_initialise_function(STORE_METHOD *sm,
    +                                         STORE_INITIALISE_FUNC_PTR init_f);
    +int STORE_method_set_cleanup_function(STORE_METHOD *sm,
    +                                      STORE_CLEANUP_FUNC_PTR clean_f);
    +int STORE_method_set_generate_function(STORE_METHOD *sm,
    +                                       STORE_GENERATE_OBJECT_FUNC_PTR
    +                                       generate_f);
    +int STORE_method_set_get_function(STORE_METHOD *sm,
    +                                  STORE_GET_OBJECT_FUNC_PTR get_f);
    +int STORE_method_set_store_function(STORE_METHOD *sm,
    +                                    STORE_STORE_OBJECT_FUNC_PTR store_f);
    +int STORE_method_set_modify_function(STORE_METHOD *sm,
    +                                     STORE_MODIFY_OBJECT_FUNC_PTR store_f);
    +int STORE_method_set_revoke_function(STORE_METHOD *sm,
    +                                     STORE_HANDLE_OBJECT_FUNC_PTR revoke_f);
    +int STORE_method_set_delete_function(STORE_METHOD *sm,
    +                                     STORE_HANDLE_OBJECT_FUNC_PTR delete_f);
    +int STORE_method_set_list_start_function(STORE_METHOD *sm,
    +                                         STORE_START_OBJECT_FUNC_PTR
    +                                         list_start_f);
    +int STORE_method_set_list_next_function(STORE_METHOD *sm,
    +                                        STORE_NEXT_OBJECT_FUNC_PTR
    +                                        list_next_f);
    +int STORE_method_set_list_end_function(STORE_METHOD *sm,
    +                                       STORE_END_OBJECT_FUNC_PTR list_end_f);
    +int STORE_method_set_update_store_function(STORE_METHOD *sm,
    +                                           STORE_GENERIC_FUNC_PTR);
    +int STORE_method_set_lock_store_function(STORE_METHOD *sm,
    +                                         STORE_GENERIC_FUNC_PTR);
    +int STORE_method_set_unlock_store_function(STORE_METHOD *sm,
    +                                           STORE_GENERIC_FUNC_PTR);
    +int STORE_method_set_ctrl_function(STORE_METHOD *sm,
    +                                   STORE_CTRL_FUNC_PTR ctrl_f);
    +
    +STORE_INITIALISE_FUNC_PTR STORE_method_get_initialise_function(STORE_METHOD
    +                                                               *sm);
     STORE_CLEANUP_FUNC_PTR STORE_method_get_cleanup_function(STORE_METHOD *sm);
    -STORE_GENERATE_OBJECT_FUNC_PTR STORE_method_get_generate_function(STORE_METHOD *sm);
    +STORE_GENERATE_OBJECT_FUNC_PTR STORE_method_get_generate_function(STORE_METHOD
    +                                                                  *sm);
     STORE_GET_OBJECT_FUNC_PTR STORE_method_get_get_function(STORE_METHOD *sm);
     STORE_STORE_OBJECT_FUNC_PTR STORE_method_get_store_function(STORE_METHOD *sm);
    -STORE_MODIFY_OBJECT_FUNC_PTR STORE_method_get_modify_function(STORE_METHOD *sm);
    -STORE_HANDLE_OBJECT_FUNC_PTR STORE_method_get_revoke_function(STORE_METHOD *sm);
    -STORE_HANDLE_OBJECT_FUNC_PTR STORE_method_get_delete_function(STORE_METHOD *sm);
    -STORE_START_OBJECT_FUNC_PTR STORE_method_get_list_start_function(STORE_METHOD *sm);
    -STORE_NEXT_OBJECT_FUNC_PTR STORE_method_get_list_next_function(STORE_METHOD *sm);
    -STORE_END_OBJECT_FUNC_PTR STORE_method_get_list_end_function(STORE_METHOD *sm);
    -STORE_GENERIC_FUNC_PTR STORE_method_get_update_store_function(STORE_METHOD *sm);
    +STORE_MODIFY_OBJECT_FUNC_PTR STORE_method_get_modify_function(STORE_METHOD
    +                                                              *sm);
    +STORE_HANDLE_OBJECT_FUNC_PTR STORE_method_get_revoke_function(STORE_METHOD
    +                                                              *sm);
    +STORE_HANDLE_OBJECT_FUNC_PTR STORE_method_get_delete_function(STORE_METHOD
    +                                                              *sm);
    +STORE_START_OBJECT_FUNC_PTR STORE_method_get_list_start_function(STORE_METHOD
    +                                                                 *sm);
    +STORE_NEXT_OBJECT_FUNC_PTR STORE_method_get_list_next_function(STORE_METHOD
    +                                                               *sm);
    +STORE_END_OBJECT_FUNC_PTR STORE_method_get_list_end_function(STORE_METHOD
    +                                                             *sm);
    +STORE_GENERIC_FUNC_PTR STORE_method_get_update_store_function(STORE_METHOD
    +                                                              *sm);
     STORE_GENERIC_FUNC_PTR STORE_method_get_lock_store_function(STORE_METHOD *sm);
    -STORE_GENERIC_FUNC_PTR STORE_method_get_unlock_store_function(STORE_METHOD *sm);
    +STORE_GENERIC_FUNC_PTR STORE_method_get_unlock_store_function(STORE_METHOD
    +                                                              *sm);
     STORE_CTRL_FUNC_PTR STORE_method_get_ctrl_function(STORE_METHOD *sm);
     
     /* Method helper structures and functions. */
     
    -/* This structure is the result of parsing through the information in a list
    -   of OPENSSL_ITEMs.  It stores all the necessary information in a structured
    -   way.*/
    +/*
    + * This structure is the result of parsing through the information in a list
    + * of OPENSSL_ITEMs.  It stores all the necessary information in a structured
    + * way.
    + */
     typedef struct STORE_attr_info_st STORE_ATTR_INFO;
     
    -/* Parse a list of OPENSSL_ITEMs and return a pointer to a STORE_ATTR_INFO.
    -   Note that we do this in the list form, since the list of OPENSSL_ITEMs can
    -   come in blocks separated with STORE_ATTR_OR.  Note that the value returned
    -   by STORE_parse_attrs_next() must be freed with STORE_ATTR_INFO_free(). */
    +/*
    + * Parse a list of OPENSSL_ITEMs and return a pointer to a STORE_ATTR_INFO.
    + * Note that we do this in the list form, since the list of OPENSSL_ITEMs can
    + * come in blocks separated with STORE_ATTR_OR.  Note that the value returned
    + * by STORE_parse_attrs_next() must be freed with STORE_ATTR_INFO_free().
    + */
     void *STORE_parse_attrs_start(OPENSSL_ITEM *attributes);
     STORE_ATTR_INFO *STORE_parse_attrs_next(void *handle);
     int STORE_parse_attrs_end(void *handle);
    @@ -390,43 +478,52 @@ STORE_ATTR_INFO *STORE_ATTR_INFO_new(void);
     int STORE_ATTR_INFO_free(STORE_ATTR_INFO *attrs);
     
     /* Manipulators */
    -char *STORE_ATTR_INFO_get0_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code);
    +char *STORE_ATTR_INFO_get0_cstr(STORE_ATTR_INFO *attrs,
    +                                STORE_ATTR_TYPES code);
     unsigned char *STORE_ATTR_INFO_get0_sha1str(STORE_ATTR_INFO *attrs,
    -	STORE_ATTR_TYPES code);
    -X509_NAME *STORE_ATTR_INFO_get0_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code);
    -BIGNUM *STORE_ATTR_INFO_get0_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code);
    +                                            STORE_ATTR_TYPES code);
    +X509_NAME *STORE_ATTR_INFO_get0_dn(STORE_ATTR_INFO *attrs,
    +                                   STORE_ATTR_TYPES code);
    +BIGNUM *STORE_ATTR_INFO_get0_number(STORE_ATTR_INFO *attrs,
    +                                    STORE_ATTR_TYPES code);
     int STORE_ATTR_INFO_set_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
    -	char *cstr, size_t cstr_size);
    +                             char *cstr, size_t cstr_size);
     int STORE_ATTR_INFO_set_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
    -	unsigned char *sha1str, size_t sha1str_size);
    +                                unsigned char *sha1str, size_t sha1str_size);
     int STORE_ATTR_INFO_set_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
    -	X509_NAME *dn);
    +                           X509_NAME *dn);
     int STORE_ATTR_INFO_set_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
    -	BIGNUM *number);
    +                               BIGNUM *number);
     int STORE_ATTR_INFO_modify_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
    -	char *cstr, size_t cstr_size);
    -int STORE_ATTR_INFO_modify_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
    -	unsigned char *sha1str, size_t sha1str_size);
    +                                char *cstr, size_t cstr_size);
    +int STORE_ATTR_INFO_modify_sha1str(STORE_ATTR_INFO *attrs,
    +                                   STORE_ATTR_TYPES code,
    +                                   unsigned char *sha1str,
    +                                   size_t sha1str_size);
     int STORE_ATTR_INFO_modify_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
    -	X509_NAME *dn);
    -int STORE_ATTR_INFO_modify_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
    -	BIGNUM *number);
    -
    -/* Compare on basis of a bit pattern formed by the STORE_ATTR_TYPES values
    -   in each contained attribute. */
    -int STORE_ATTR_INFO_compare(const STORE_ATTR_INFO * const *a,
    -			    const STORE_ATTR_INFO * const *b);
    -/* Check if the set of attributes in a is within the range of attributes
    -   set in b. */
    +                              X509_NAME *dn);
    +int STORE_ATTR_INFO_modify_number(STORE_ATTR_INFO *attrs,
    +                                  STORE_ATTR_TYPES code, BIGNUM *number);
    +
    +/*
    + * Compare on basis of a bit pattern formed by the STORE_ATTR_TYPES values in
    + * each contained attribute.
    + */
    +int STORE_ATTR_INFO_compare(const STORE_ATTR_INFO *const *a,
    +                            const STORE_ATTR_INFO *const *b);
    +/*
    + * Check if the set of attributes in a is within the range of attributes set
    + * in b.
    + */
     int STORE_ATTR_INFO_in_range(STORE_ATTR_INFO *a, STORE_ATTR_INFO *b);
     /* Check if the set of attributes in a are also set in b. */
     int STORE_ATTR_INFO_in(STORE_ATTR_INFO *a, STORE_ATTR_INFO *b);
     /* Same as STORE_ATTR_INFO_in(), but also checks the attribute values. */
     int STORE_ATTR_INFO_in_ex(STORE_ATTR_INFO *a, STORE_ATTR_INFO *b);
     
    -
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     void ERR_load_STORE_strings(void);
    @@ -434,126 +531,126 @@ void ERR_load_STORE_strings(void);
     /* Error codes for the STORE functions. */
     
     /* Function codes. */
    -#define STORE_F_MEM_DELETE				 134
    -#define STORE_F_MEM_GENERATE				 135
    -#define STORE_F_MEM_LIST_END				 168
    -#define STORE_F_MEM_LIST_NEXT				 136
    -#define STORE_F_MEM_LIST_START				 137
    -#define STORE_F_MEM_MODIFY				 169
    -#define STORE_F_MEM_STORE				 138
    -#define STORE_F_STORE_ATTR_INFO_GET0_CSTR		 139
    -#define STORE_F_STORE_ATTR_INFO_GET0_DN			 140
    -#define STORE_F_STORE_ATTR_INFO_GET0_NUMBER		 141
    -#define STORE_F_STORE_ATTR_INFO_GET0_SHA1STR		 142
    -#define STORE_F_STORE_ATTR_INFO_MODIFY_CSTR		 143
    -#define STORE_F_STORE_ATTR_INFO_MODIFY_DN		 144
    -#define STORE_F_STORE_ATTR_INFO_MODIFY_NUMBER		 145
    -#define STORE_F_STORE_ATTR_INFO_MODIFY_SHA1STR		 146
    -#define STORE_F_STORE_ATTR_INFO_SET_CSTR		 147
    -#define STORE_F_STORE_ATTR_INFO_SET_DN			 148
    -#define STORE_F_STORE_ATTR_INFO_SET_NUMBER		 149
    -#define STORE_F_STORE_ATTR_INFO_SET_SHA1STR		 150
    -#define STORE_F_STORE_CERTIFICATE			 170
    -#define STORE_F_STORE_CTRL				 161
    -#define STORE_F_STORE_DELETE_ARBITRARY			 158
    -#define STORE_F_STORE_DELETE_CERTIFICATE		 102
    -#define STORE_F_STORE_DELETE_CRL			 103
    -#define STORE_F_STORE_DELETE_NUMBER			 104
    -#define STORE_F_STORE_DELETE_PRIVATE_KEY		 105
    -#define STORE_F_STORE_DELETE_PUBLIC_KEY			 106
    -#define STORE_F_STORE_GENERATE_CRL			 107
    -#define STORE_F_STORE_GENERATE_KEY			 108
    -#define STORE_F_STORE_GET_ARBITRARY			 159
    -#define STORE_F_STORE_GET_CERTIFICATE			 109
    -#define STORE_F_STORE_GET_CRL				 110
    -#define STORE_F_STORE_GET_NUMBER			 111
    -#define STORE_F_STORE_GET_PRIVATE_KEY			 112
    -#define STORE_F_STORE_GET_PUBLIC_KEY			 113
    -#define STORE_F_STORE_LIST_CERTIFICATE_END		 114
    -#define STORE_F_STORE_LIST_CERTIFICATE_ENDP		 153
    -#define STORE_F_STORE_LIST_CERTIFICATE_NEXT		 115
    -#define STORE_F_STORE_LIST_CERTIFICATE_START		 116
    -#define STORE_F_STORE_LIST_CRL_END			 117
    -#define STORE_F_STORE_LIST_CRL_ENDP			 154
    -#define STORE_F_STORE_LIST_CRL_NEXT			 118
    -#define STORE_F_STORE_LIST_CRL_START			 119
    -#define STORE_F_STORE_LIST_PRIVATE_KEY_END		 120
    -#define STORE_F_STORE_LIST_PRIVATE_KEY_ENDP		 155
    -#define STORE_F_STORE_LIST_PRIVATE_KEY_NEXT		 121
    -#define STORE_F_STORE_LIST_PRIVATE_KEY_START		 122
    -#define STORE_F_STORE_LIST_PUBLIC_KEY_END		 123
    -#define STORE_F_STORE_LIST_PUBLIC_KEY_ENDP		 156
    -#define STORE_F_STORE_LIST_PUBLIC_KEY_NEXT		 124
    -#define STORE_F_STORE_LIST_PUBLIC_KEY_START		 125
    -#define STORE_F_STORE_MODIFY_ARBITRARY			 162
    -#define STORE_F_STORE_MODIFY_CERTIFICATE		 163
    -#define STORE_F_STORE_MODIFY_CRL			 164
    -#define STORE_F_STORE_MODIFY_NUMBER			 165
    -#define STORE_F_STORE_MODIFY_PRIVATE_KEY		 166
    -#define STORE_F_STORE_MODIFY_PUBLIC_KEY			 167
    -#define STORE_F_STORE_NEW_ENGINE			 133
    -#define STORE_F_STORE_NEW_METHOD			 132
    -#define STORE_F_STORE_PARSE_ATTRS_END			 151
    -#define STORE_F_STORE_PARSE_ATTRS_ENDP			 172
    -#define STORE_F_STORE_PARSE_ATTRS_NEXT			 152
    -#define STORE_F_STORE_PARSE_ATTRS_START			 171
    -#define STORE_F_STORE_REVOKE_CERTIFICATE		 129
    -#define STORE_F_STORE_REVOKE_PRIVATE_KEY		 130
    -#define STORE_F_STORE_REVOKE_PUBLIC_KEY			 131
    -#define STORE_F_STORE_STORE_ARBITRARY			 157
    -#define STORE_F_STORE_STORE_CERTIFICATE			 100
    -#define STORE_F_STORE_STORE_CRL				 101
    -#define STORE_F_STORE_STORE_NUMBER			 126
    -#define STORE_F_STORE_STORE_PRIVATE_KEY			 127
    -#define STORE_F_STORE_STORE_PUBLIC_KEY			 128
    +# define STORE_F_MEM_DELETE                               134
    +# define STORE_F_MEM_GENERATE                             135
    +# define STORE_F_MEM_LIST_END                             168
    +# define STORE_F_MEM_LIST_NEXT                            136
    +# define STORE_F_MEM_LIST_START                           137
    +# define STORE_F_MEM_MODIFY                               169
    +# define STORE_F_MEM_STORE                                138
    +# define STORE_F_STORE_ATTR_INFO_GET0_CSTR                139
    +# define STORE_F_STORE_ATTR_INFO_GET0_DN                  140
    +# define STORE_F_STORE_ATTR_INFO_GET0_NUMBER              141
    +# define STORE_F_STORE_ATTR_INFO_GET0_SHA1STR             142
    +# define STORE_F_STORE_ATTR_INFO_MODIFY_CSTR              143
    +# define STORE_F_STORE_ATTR_INFO_MODIFY_DN                144
    +# define STORE_F_STORE_ATTR_INFO_MODIFY_NUMBER            145
    +# define STORE_F_STORE_ATTR_INFO_MODIFY_SHA1STR           146
    +# define STORE_F_STORE_ATTR_INFO_SET_CSTR                 147
    +# define STORE_F_STORE_ATTR_INFO_SET_DN                   148
    +# define STORE_F_STORE_ATTR_INFO_SET_NUMBER               149
    +# define STORE_F_STORE_ATTR_INFO_SET_SHA1STR              150
    +# define STORE_F_STORE_CERTIFICATE                        170
    +# define STORE_F_STORE_CTRL                               161
    +# define STORE_F_STORE_DELETE_ARBITRARY                   158
    +# define STORE_F_STORE_DELETE_CERTIFICATE                 102
    +# define STORE_F_STORE_DELETE_CRL                         103
    +# define STORE_F_STORE_DELETE_NUMBER                      104
    +# define STORE_F_STORE_DELETE_PRIVATE_KEY                 105
    +# define STORE_F_STORE_DELETE_PUBLIC_KEY                  106
    +# define STORE_F_STORE_GENERATE_CRL                       107
    +# define STORE_F_STORE_GENERATE_KEY                       108
    +# define STORE_F_STORE_GET_ARBITRARY                      159
    +# define STORE_F_STORE_GET_CERTIFICATE                    109
    +# define STORE_F_STORE_GET_CRL                            110
    +# define STORE_F_STORE_GET_NUMBER                         111
    +# define STORE_F_STORE_GET_PRIVATE_KEY                    112
    +# define STORE_F_STORE_GET_PUBLIC_KEY                     113
    +# define STORE_F_STORE_LIST_CERTIFICATE_END               114
    +# define STORE_F_STORE_LIST_CERTIFICATE_ENDP              153
    +# define STORE_F_STORE_LIST_CERTIFICATE_NEXT              115
    +# define STORE_F_STORE_LIST_CERTIFICATE_START             116
    +# define STORE_F_STORE_LIST_CRL_END                       117
    +# define STORE_F_STORE_LIST_CRL_ENDP                      154
    +# define STORE_F_STORE_LIST_CRL_NEXT                      118
    +# define STORE_F_STORE_LIST_CRL_START                     119
    +# define STORE_F_STORE_LIST_PRIVATE_KEY_END               120
    +# define STORE_F_STORE_LIST_PRIVATE_KEY_ENDP              155
    +# define STORE_F_STORE_LIST_PRIVATE_KEY_NEXT              121
    +# define STORE_F_STORE_LIST_PRIVATE_KEY_START             122
    +# define STORE_F_STORE_LIST_PUBLIC_KEY_END                123
    +# define STORE_F_STORE_LIST_PUBLIC_KEY_ENDP               156
    +# define STORE_F_STORE_LIST_PUBLIC_KEY_NEXT               124
    +# define STORE_F_STORE_LIST_PUBLIC_KEY_START              125
    +# define STORE_F_STORE_MODIFY_ARBITRARY                   162
    +# define STORE_F_STORE_MODIFY_CERTIFICATE                 163
    +# define STORE_F_STORE_MODIFY_CRL                         164
    +# define STORE_F_STORE_MODIFY_NUMBER                      165
    +# define STORE_F_STORE_MODIFY_PRIVATE_KEY                 166
    +# define STORE_F_STORE_MODIFY_PUBLIC_KEY                  167
    +# define STORE_F_STORE_NEW_ENGINE                         133
    +# define STORE_F_STORE_NEW_METHOD                         132
    +# define STORE_F_STORE_PARSE_ATTRS_END                    151
    +# define STORE_F_STORE_PARSE_ATTRS_ENDP                   172
    +# define STORE_F_STORE_PARSE_ATTRS_NEXT                   152
    +# define STORE_F_STORE_PARSE_ATTRS_START                  171
    +# define STORE_F_STORE_REVOKE_CERTIFICATE                 129
    +# define STORE_F_STORE_REVOKE_PRIVATE_KEY                 130
    +# define STORE_F_STORE_REVOKE_PUBLIC_KEY                  131
    +# define STORE_F_STORE_STORE_ARBITRARY                    157
    +# define STORE_F_STORE_STORE_CERTIFICATE                  100
    +# define STORE_F_STORE_STORE_CRL                          101
    +# define STORE_F_STORE_STORE_NUMBER                       126
    +# define STORE_F_STORE_STORE_PRIVATE_KEY                  127
    +# define STORE_F_STORE_STORE_PUBLIC_KEY                   128
     
     /* Reason codes. */
    -#define STORE_R_ALREADY_HAS_A_VALUE			 127
    -#define STORE_R_FAILED_DELETING_ARBITRARY		 132
    -#define STORE_R_FAILED_DELETING_CERTIFICATE		 100
    -#define STORE_R_FAILED_DELETING_KEY			 101
    -#define STORE_R_FAILED_DELETING_NUMBER			 102
    -#define STORE_R_FAILED_GENERATING_CRL			 103
    -#define STORE_R_FAILED_GENERATING_KEY			 104
    -#define STORE_R_FAILED_GETTING_ARBITRARY		 133
    -#define STORE_R_FAILED_GETTING_CERTIFICATE		 105
    -#define STORE_R_FAILED_GETTING_KEY			 106
    -#define STORE_R_FAILED_GETTING_NUMBER			 107
    -#define STORE_R_FAILED_LISTING_CERTIFICATES		 108
    -#define STORE_R_FAILED_LISTING_KEYS			 109
    -#define STORE_R_FAILED_MODIFYING_ARBITRARY		 138
    -#define STORE_R_FAILED_MODIFYING_CERTIFICATE		 139
    -#define STORE_R_FAILED_MODIFYING_CRL			 140
    -#define STORE_R_FAILED_MODIFYING_NUMBER			 141
    -#define STORE_R_FAILED_MODIFYING_PRIVATE_KEY		 142
    -#define STORE_R_FAILED_MODIFYING_PUBLIC_KEY		 143
    -#define STORE_R_FAILED_REVOKING_CERTIFICATE		 110
    -#define STORE_R_FAILED_REVOKING_KEY			 111
    -#define STORE_R_FAILED_STORING_ARBITRARY		 134
    -#define STORE_R_FAILED_STORING_CERTIFICATE		 112
    -#define STORE_R_FAILED_STORING_KEY			 113
    -#define STORE_R_FAILED_STORING_NUMBER			 114
    -#define STORE_R_NOT_IMPLEMENTED				 128
    -#define STORE_R_NO_CONTROL_FUNCTION			 144
    -#define STORE_R_NO_DELETE_ARBITRARY_FUNCTION		 135
    -#define STORE_R_NO_DELETE_NUMBER_FUNCTION		 115
    -#define STORE_R_NO_DELETE_OBJECT_FUNCTION		 116
    -#define STORE_R_NO_GENERATE_CRL_FUNCTION		 117
    -#define STORE_R_NO_GENERATE_OBJECT_FUNCTION		 118
    -#define STORE_R_NO_GET_OBJECT_ARBITRARY_FUNCTION	 136
    -#define STORE_R_NO_GET_OBJECT_FUNCTION			 119
    -#define STORE_R_NO_GET_OBJECT_NUMBER_FUNCTION		 120
    -#define STORE_R_NO_LIST_OBJECT_ENDP_FUNCTION		 131
    -#define STORE_R_NO_LIST_OBJECT_END_FUNCTION		 121
    -#define STORE_R_NO_LIST_OBJECT_NEXT_FUNCTION		 122
    -#define STORE_R_NO_LIST_OBJECT_START_FUNCTION		 123
    -#define STORE_R_NO_MODIFY_OBJECT_FUNCTION		 145
    -#define STORE_R_NO_REVOKE_OBJECT_FUNCTION		 124
    -#define STORE_R_NO_STORE				 129
    -#define STORE_R_NO_STORE_OBJECT_ARBITRARY_FUNCTION	 137
    -#define STORE_R_NO_STORE_OBJECT_FUNCTION		 125
    -#define STORE_R_NO_STORE_OBJECT_NUMBER_FUNCTION		 126
    -#define STORE_R_NO_VALUE				 130
    +# define STORE_R_ALREADY_HAS_A_VALUE                      127
    +# define STORE_R_FAILED_DELETING_ARBITRARY                132
    +# define STORE_R_FAILED_DELETING_CERTIFICATE              100
    +# define STORE_R_FAILED_DELETING_KEY                      101
    +# define STORE_R_FAILED_DELETING_NUMBER                   102
    +# define STORE_R_FAILED_GENERATING_CRL                    103
    +# define STORE_R_FAILED_GENERATING_KEY                    104
    +# define STORE_R_FAILED_GETTING_ARBITRARY                 133
    +# define STORE_R_FAILED_GETTING_CERTIFICATE               105
    +# define STORE_R_FAILED_GETTING_KEY                       106
    +# define STORE_R_FAILED_GETTING_NUMBER                    107
    +# define STORE_R_FAILED_LISTING_CERTIFICATES              108
    +# define STORE_R_FAILED_LISTING_KEYS                      109
    +# define STORE_R_FAILED_MODIFYING_ARBITRARY               138
    +# define STORE_R_FAILED_MODIFYING_CERTIFICATE             139
    +# define STORE_R_FAILED_MODIFYING_CRL                     140
    +# define STORE_R_FAILED_MODIFYING_NUMBER                  141
    +# define STORE_R_FAILED_MODIFYING_PRIVATE_KEY             142
    +# define STORE_R_FAILED_MODIFYING_PUBLIC_KEY              143
    +# define STORE_R_FAILED_REVOKING_CERTIFICATE              110
    +# define STORE_R_FAILED_REVOKING_KEY                      111
    +# define STORE_R_FAILED_STORING_ARBITRARY                 134
    +# define STORE_R_FAILED_STORING_CERTIFICATE               112
    +# define STORE_R_FAILED_STORING_KEY                       113
    +# define STORE_R_FAILED_STORING_NUMBER                    114
    +# define STORE_R_NOT_IMPLEMENTED                          128
    +# define STORE_R_NO_CONTROL_FUNCTION                      144
    +# define STORE_R_NO_DELETE_ARBITRARY_FUNCTION             135
    +# define STORE_R_NO_DELETE_NUMBER_FUNCTION                115
    +# define STORE_R_NO_DELETE_OBJECT_FUNCTION                116
    +# define STORE_R_NO_GENERATE_CRL_FUNCTION                 117
    +# define STORE_R_NO_GENERATE_OBJECT_FUNCTION              118
    +# define STORE_R_NO_GET_OBJECT_ARBITRARY_FUNCTION         136
    +# define STORE_R_NO_GET_OBJECT_FUNCTION                   119
    +# define STORE_R_NO_GET_OBJECT_NUMBER_FUNCTION            120
    +# define STORE_R_NO_LIST_OBJECT_ENDP_FUNCTION             131
    +# define STORE_R_NO_LIST_OBJECT_END_FUNCTION              121
    +# define STORE_R_NO_LIST_OBJECT_NEXT_FUNCTION             122
    +# define STORE_R_NO_LIST_OBJECT_START_FUNCTION            123
    +# define STORE_R_NO_MODIFY_OBJECT_FUNCTION                145
    +# define STORE_R_NO_REVOKE_OBJECT_FUNCTION                124
    +# define STORE_R_NO_STORE                                 129
    +# define STORE_R_NO_STORE_OBJECT_ARBITRARY_FUNCTION       137
    +# define STORE_R_NO_STORE_OBJECT_FUNCTION                 125
    +# define STORE_R_NO_STORE_OBJECT_NUMBER_FUNCTION          126
    +# define STORE_R_NO_VALUE                                 130
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/store/str_err.c b/openssl/crypto/store/str_err.c
    index 924edf050..9858e606e 100644
    --- a/openssl/crypto/store/str_err.c
    +++ b/openssl/crypto/store/str_err.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* NOTE: this file was auto generated by the mkerr.pl script: any changes
    +/*
    + * NOTE: this file was auto generated by the mkerr.pl script: any changes
      * made to it will be overwritten when the script next updates this file,
      * only reason strings will be preserved.
      */
    @@ -65,147 +66,193 @@
     /* BEGIN ERROR CODES */
     #ifndef OPENSSL_NO_ERR
     
    -#define ERR_FUNC(func) ERR_PACK(ERR_LIB_STORE,func,0)
    -#define ERR_REASON(reason) ERR_PACK(ERR_LIB_STORE,0,reason)
    +# define ERR_FUNC(func) ERR_PACK(ERR_LIB_STORE,func,0)
    +# define ERR_REASON(reason) ERR_PACK(ERR_LIB_STORE,0,reason)
     
    -static ERR_STRING_DATA STORE_str_functs[]=
    -	{
    -{ERR_FUNC(STORE_F_MEM_DELETE),	"MEM_DELETE"},
    -{ERR_FUNC(STORE_F_MEM_GENERATE),	"MEM_GENERATE"},
    -{ERR_FUNC(STORE_F_MEM_LIST_END),	"MEM_LIST_END"},
    -{ERR_FUNC(STORE_F_MEM_LIST_NEXT),	"MEM_LIST_NEXT"},
    -{ERR_FUNC(STORE_F_MEM_LIST_START),	"MEM_LIST_START"},
    -{ERR_FUNC(STORE_F_MEM_MODIFY),	"MEM_MODIFY"},
    -{ERR_FUNC(STORE_F_MEM_STORE),	"MEM_STORE"},
    -{ERR_FUNC(STORE_F_STORE_ATTR_INFO_GET0_CSTR),	"STORE_ATTR_INFO_get0_cstr"},
    -{ERR_FUNC(STORE_F_STORE_ATTR_INFO_GET0_DN),	"STORE_ATTR_INFO_get0_dn"},
    -{ERR_FUNC(STORE_F_STORE_ATTR_INFO_GET0_NUMBER),	"STORE_ATTR_INFO_get0_number"},
    -{ERR_FUNC(STORE_F_STORE_ATTR_INFO_GET0_SHA1STR),	"STORE_ATTR_INFO_get0_sha1str"},
    -{ERR_FUNC(STORE_F_STORE_ATTR_INFO_MODIFY_CSTR),	"STORE_ATTR_INFO_modify_cstr"},
    -{ERR_FUNC(STORE_F_STORE_ATTR_INFO_MODIFY_DN),	"STORE_ATTR_INFO_modify_dn"},
    -{ERR_FUNC(STORE_F_STORE_ATTR_INFO_MODIFY_NUMBER),	"STORE_ATTR_INFO_modify_number"},
    -{ERR_FUNC(STORE_F_STORE_ATTR_INFO_MODIFY_SHA1STR),	"STORE_ATTR_INFO_modify_sha1str"},
    -{ERR_FUNC(STORE_F_STORE_ATTR_INFO_SET_CSTR),	"STORE_ATTR_INFO_set_cstr"},
    -{ERR_FUNC(STORE_F_STORE_ATTR_INFO_SET_DN),	"STORE_ATTR_INFO_set_dn"},
    -{ERR_FUNC(STORE_F_STORE_ATTR_INFO_SET_NUMBER),	"STORE_ATTR_INFO_set_number"},
    -{ERR_FUNC(STORE_F_STORE_ATTR_INFO_SET_SHA1STR),	"STORE_ATTR_INFO_set_sha1str"},
    -{ERR_FUNC(STORE_F_STORE_CERTIFICATE),	"STORE_CERTIFICATE"},
    -{ERR_FUNC(STORE_F_STORE_CTRL),	"STORE_ctrl"},
    -{ERR_FUNC(STORE_F_STORE_DELETE_ARBITRARY),	"STORE_delete_arbitrary"},
    -{ERR_FUNC(STORE_F_STORE_DELETE_CERTIFICATE),	"STORE_delete_certificate"},
    -{ERR_FUNC(STORE_F_STORE_DELETE_CRL),	"STORE_delete_crl"},
    -{ERR_FUNC(STORE_F_STORE_DELETE_NUMBER),	"STORE_delete_number"},
    -{ERR_FUNC(STORE_F_STORE_DELETE_PRIVATE_KEY),	"STORE_delete_private_key"},
    -{ERR_FUNC(STORE_F_STORE_DELETE_PUBLIC_KEY),	"STORE_delete_public_key"},
    -{ERR_FUNC(STORE_F_STORE_GENERATE_CRL),	"STORE_generate_crl"},
    -{ERR_FUNC(STORE_F_STORE_GENERATE_KEY),	"STORE_generate_key"},
    -{ERR_FUNC(STORE_F_STORE_GET_ARBITRARY),	"STORE_get_arbitrary"},
    -{ERR_FUNC(STORE_F_STORE_GET_CERTIFICATE),	"STORE_get_certificate"},
    -{ERR_FUNC(STORE_F_STORE_GET_CRL),	"STORE_get_crl"},
    -{ERR_FUNC(STORE_F_STORE_GET_NUMBER),	"STORE_get_number"},
    -{ERR_FUNC(STORE_F_STORE_GET_PRIVATE_KEY),	"STORE_get_private_key"},
    -{ERR_FUNC(STORE_F_STORE_GET_PUBLIC_KEY),	"STORE_get_public_key"},
    -{ERR_FUNC(STORE_F_STORE_LIST_CERTIFICATE_END),	"STORE_list_certificate_end"},
    -{ERR_FUNC(STORE_F_STORE_LIST_CERTIFICATE_ENDP),	"STORE_list_certificate_endp"},
    -{ERR_FUNC(STORE_F_STORE_LIST_CERTIFICATE_NEXT),	"STORE_list_certificate_next"},
    -{ERR_FUNC(STORE_F_STORE_LIST_CERTIFICATE_START),	"STORE_list_certificate_start"},
    -{ERR_FUNC(STORE_F_STORE_LIST_CRL_END),	"STORE_list_crl_end"},
    -{ERR_FUNC(STORE_F_STORE_LIST_CRL_ENDP),	"STORE_list_crl_endp"},
    -{ERR_FUNC(STORE_F_STORE_LIST_CRL_NEXT),	"STORE_list_crl_next"},
    -{ERR_FUNC(STORE_F_STORE_LIST_CRL_START),	"STORE_list_crl_start"},
    -{ERR_FUNC(STORE_F_STORE_LIST_PRIVATE_KEY_END),	"STORE_list_private_key_end"},
    -{ERR_FUNC(STORE_F_STORE_LIST_PRIVATE_KEY_ENDP),	"STORE_list_private_key_endp"},
    -{ERR_FUNC(STORE_F_STORE_LIST_PRIVATE_KEY_NEXT),	"STORE_list_private_key_next"},
    -{ERR_FUNC(STORE_F_STORE_LIST_PRIVATE_KEY_START),	"STORE_list_private_key_start"},
    -{ERR_FUNC(STORE_F_STORE_LIST_PUBLIC_KEY_END),	"STORE_list_public_key_end"},
    -{ERR_FUNC(STORE_F_STORE_LIST_PUBLIC_KEY_ENDP),	"STORE_list_public_key_endp"},
    -{ERR_FUNC(STORE_F_STORE_LIST_PUBLIC_KEY_NEXT),	"STORE_list_public_key_next"},
    -{ERR_FUNC(STORE_F_STORE_LIST_PUBLIC_KEY_START),	"STORE_list_public_key_start"},
    -{ERR_FUNC(STORE_F_STORE_MODIFY_ARBITRARY),	"STORE_modify_arbitrary"},
    -{ERR_FUNC(STORE_F_STORE_MODIFY_CERTIFICATE),	"STORE_modify_certificate"},
    -{ERR_FUNC(STORE_F_STORE_MODIFY_CRL),	"STORE_modify_crl"},
    -{ERR_FUNC(STORE_F_STORE_MODIFY_NUMBER),	"STORE_modify_number"},
    -{ERR_FUNC(STORE_F_STORE_MODIFY_PRIVATE_KEY),	"STORE_modify_private_key"},
    -{ERR_FUNC(STORE_F_STORE_MODIFY_PUBLIC_KEY),	"STORE_modify_public_key"},
    -{ERR_FUNC(STORE_F_STORE_NEW_ENGINE),	"STORE_new_engine"},
    -{ERR_FUNC(STORE_F_STORE_NEW_METHOD),	"STORE_new_method"},
    -{ERR_FUNC(STORE_F_STORE_PARSE_ATTRS_END),	"STORE_parse_attrs_end"},
    -{ERR_FUNC(STORE_F_STORE_PARSE_ATTRS_ENDP),	"STORE_parse_attrs_endp"},
    -{ERR_FUNC(STORE_F_STORE_PARSE_ATTRS_NEXT),	"STORE_parse_attrs_next"},
    -{ERR_FUNC(STORE_F_STORE_PARSE_ATTRS_START),	"STORE_parse_attrs_start"},
    -{ERR_FUNC(STORE_F_STORE_REVOKE_CERTIFICATE),	"STORE_revoke_certificate"},
    -{ERR_FUNC(STORE_F_STORE_REVOKE_PRIVATE_KEY),	"STORE_revoke_private_key"},
    -{ERR_FUNC(STORE_F_STORE_REVOKE_PUBLIC_KEY),	"STORE_revoke_public_key"},
    -{ERR_FUNC(STORE_F_STORE_STORE_ARBITRARY),	"STORE_store_arbitrary"},
    -{ERR_FUNC(STORE_F_STORE_STORE_CERTIFICATE),	"STORE_store_certificate"},
    -{ERR_FUNC(STORE_F_STORE_STORE_CRL),	"STORE_store_crl"},
    -{ERR_FUNC(STORE_F_STORE_STORE_NUMBER),	"STORE_store_number"},
    -{ERR_FUNC(STORE_F_STORE_STORE_PRIVATE_KEY),	"STORE_store_private_key"},
    -{ERR_FUNC(STORE_F_STORE_STORE_PUBLIC_KEY),	"STORE_store_public_key"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA STORE_str_functs[] = {
    +    {ERR_FUNC(STORE_F_MEM_DELETE), "MEM_DELETE"},
    +    {ERR_FUNC(STORE_F_MEM_GENERATE), "MEM_GENERATE"},
    +    {ERR_FUNC(STORE_F_MEM_LIST_END), "MEM_LIST_END"},
    +    {ERR_FUNC(STORE_F_MEM_LIST_NEXT), "MEM_LIST_NEXT"},
    +    {ERR_FUNC(STORE_F_MEM_LIST_START), "MEM_LIST_START"},
    +    {ERR_FUNC(STORE_F_MEM_MODIFY), "MEM_MODIFY"},
    +    {ERR_FUNC(STORE_F_MEM_STORE), "MEM_STORE"},
    +    {ERR_FUNC(STORE_F_STORE_ATTR_INFO_GET0_CSTR),
    +     "STORE_ATTR_INFO_get0_cstr"},
    +    {ERR_FUNC(STORE_F_STORE_ATTR_INFO_GET0_DN), "STORE_ATTR_INFO_get0_dn"},
    +    {ERR_FUNC(STORE_F_STORE_ATTR_INFO_GET0_NUMBER),
    +     "STORE_ATTR_INFO_get0_number"},
    +    {ERR_FUNC(STORE_F_STORE_ATTR_INFO_GET0_SHA1STR),
    +     "STORE_ATTR_INFO_get0_sha1str"},
    +    {ERR_FUNC(STORE_F_STORE_ATTR_INFO_MODIFY_CSTR),
    +     "STORE_ATTR_INFO_modify_cstr"},
    +    {ERR_FUNC(STORE_F_STORE_ATTR_INFO_MODIFY_DN),
    +     "STORE_ATTR_INFO_modify_dn"},
    +    {ERR_FUNC(STORE_F_STORE_ATTR_INFO_MODIFY_NUMBER),
    +     "STORE_ATTR_INFO_modify_number"},
    +    {ERR_FUNC(STORE_F_STORE_ATTR_INFO_MODIFY_SHA1STR),
    +     "STORE_ATTR_INFO_modify_sha1str"},
    +    {ERR_FUNC(STORE_F_STORE_ATTR_INFO_SET_CSTR), "STORE_ATTR_INFO_set_cstr"},
    +    {ERR_FUNC(STORE_F_STORE_ATTR_INFO_SET_DN), "STORE_ATTR_INFO_set_dn"},
    +    {ERR_FUNC(STORE_F_STORE_ATTR_INFO_SET_NUMBER),
    +     "STORE_ATTR_INFO_set_number"},
    +    {ERR_FUNC(STORE_F_STORE_ATTR_INFO_SET_SHA1STR),
    +     "STORE_ATTR_INFO_set_sha1str"},
    +    {ERR_FUNC(STORE_F_STORE_CERTIFICATE), "STORE_CERTIFICATE"},
    +    {ERR_FUNC(STORE_F_STORE_CTRL), "STORE_ctrl"},
    +    {ERR_FUNC(STORE_F_STORE_DELETE_ARBITRARY), "STORE_delete_arbitrary"},
    +    {ERR_FUNC(STORE_F_STORE_DELETE_CERTIFICATE), "STORE_delete_certificate"},
    +    {ERR_FUNC(STORE_F_STORE_DELETE_CRL), "STORE_delete_crl"},
    +    {ERR_FUNC(STORE_F_STORE_DELETE_NUMBER), "STORE_delete_number"},
    +    {ERR_FUNC(STORE_F_STORE_DELETE_PRIVATE_KEY), "STORE_delete_private_key"},
    +    {ERR_FUNC(STORE_F_STORE_DELETE_PUBLIC_KEY), "STORE_delete_public_key"},
    +    {ERR_FUNC(STORE_F_STORE_GENERATE_CRL), "STORE_generate_crl"},
    +    {ERR_FUNC(STORE_F_STORE_GENERATE_KEY), "STORE_generate_key"},
    +    {ERR_FUNC(STORE_F_STORE_GET_ARBITRARY), "STORE_get_arbitrary"},
    +    {ERR_FUNC(STORE_F_STORE_GET_CERTIFICATE), "STORE_get_certificate"},
    +    {ERR_FUNC(STORE_F_STORE_GET_CRL), "STORE_get_crl"},
    +    {ERR_FUNC(STORE_F_STORE_GET_NUMBER), "STORE_get_number"},
    +    {ERR_FUNC(STORE_F_STORE_GET_PRIVATE_KEY), "STORE_get_private_key"},
    +    {ERR_FUNC(STORE_F_STORE_GET_PUBLIC_KEY), "STORE_get_public_key"},
    +    {ERR_FUNC(STORE_F_STORE_LIST_CERTIFICATE_END),
    +     "STORE_list_certificate_end"},
    +    {ERR_FUNC(STORE_F_STORE_LIST_CERTIFICATE_ENDP),
    +     "STORE_list_certificate_endp"},
    +    {ERR_FUNC(STORE_F_STORE_LIST_CERTIFICATE_NEXT),
    +     "STORE_list_certificate_next"},
    +    {ERR_FUNC(STORE_F_STORE_LIST_CERTIFICATE_START),
    +     "STORE_list_certificate_start"},
    +    {ERR_FUNC(STORE_F_STORE_LIST_CRL_END), "STORE_list_crl_end"},
    +    {ERR_FUNC(STORE_F_STORE_LIST_CRL_ENDP), "STORE_list_crl_endp"},
    +    {ERR_FUNC(STORE_F_STORE_LIST_CRL_NEXT), "STORE_list_crl_next"},
    +    {ERR_FUNC(STORE_F_STORE_LIST_CRL_START), "STORE_list_crl_start"},
    +    {ERR_FUNC(STORE_F_STORE_LIST_PRIVATE_KEY_END),
    +     "STORE_list_private_key_end"},
    +    {ERR_FUNC(STORE_F_STORE_LIST_PRIVATE_KEY_ENDP),
    +     "STORE_list_private_key_endp"},
    +    {ERR_FUNC(STORE_F_STORE_LIST_PRIVATE_KEY_NEXT),
    +     "STORE_list_private_key_next"},
    +    {ERR_FUNC(STORE_F_STORE_LIST_PRIVATE_KEY_START),
    +     "STORE_list_private_key_start"},
    +    {ERR_FUNC(STORE_F_STORE_LIST_PUBLIC_KEY_END),
    +     "STORE_list_public_key_end"},
    +    {ERR_FUNC(STORE_F_STORE_LIST_PUBLIC_KEY_ENDP),
    +     "STORE_list_public_key_endp"},
    +    {ERR_FUNC(STORE_F_STORE_LIST_PUBLIC_KEY_NEXT),
    +     "STORE_list_public_key_next"},
    +    {ERR_FUNC(STORE_F_STORE_LIST_PUBLIC_KEY_START),
    +     "STORE_list_public_key_start"},
    +    {ERR_FUNC(STORE_F_STORE_MODIFY_ARBITRARY), "STORE_modify_arbitrary"},
    +    {ERR_FUNC(STORE_F_STORE_MODIFY_CERTIFICATE), "STORE_modify_certificate"},
    +    {ERR_FUNC(STORE_F_STORE_MODIFY_CRL), "STORE_modify_crl"},
    +    {ERR_FUNC(STORE_F_STORE_MODIFY_NUMBER), "STORE_modify_number"},
    +    {ERR_FUNC(STORE_F_STORE_MODIFY_PRIVATE_KEY), "STORE_modify_private_key"},
    +    {ERR_FUNC(STORE_F_STORE_MODIFY_PUBLIC_KEY), "STORE_modify_public_key"},
    +    {ERR_FUNC(STORE_F_STORE_NEW_ENGINE), "STORE_new_engine"},
    +    {ERR_FUNC(STORE_F_STORE_NEW_METHOD), "STORE_new_method"},
    +    {ERR_FUNC(STORE_F_STORE_PARSE_ATTRS_END), "STORE_parse_attrs_end"},
    +    {ERR_FUNC(STORE_F_STORE_PARSE_ATTRS_ENDP), "STORE_parse_attrs_endp"},
    +    {ERR_FUNC(STORE_F_STORE_PARSE_ATTRS_NEXT), "STORE_parse_attrs_next"},
    +    {ERR_FUNC(STORE_F_STORE_PARSE_ATTRS_START), "STORE_parse_attrs_start"},
    +    {ERR_FUNC(STORE_F_STORE_REVOKE_CERTIFICATE), "STORE_revoke_certificate"},
    +    {ERR_FUNC(STORE_F_STORE_REVOKE_PRIVATE_KEY), "STORE_revoke_private_key"},
    +    {ERR_FUNC(STORE_F_STORE_REVOKE_PUBLIC_KEY), "STORE_revoke_public_key"},
    +    {ERR_FUNC(STORE_F_STORE_STORE_ARBITRARY), "STORE_store_arbitrary"},
    +    {ERR_FUNC(STORE_F_STORE_STORE_CERTIFICATE), "STORE_store_certificate"},
    +    {ERR_FUNC(STORE_F_STORE_STORE_CRL), "STORE_store_crl"},
    +    {ERR_FUNC(STORE_F_STORE_STORE_NUMBER), "STORE_store_number"},
    +    {ERR_FUNC(STORE_F_STORE_STORE_PRIVATE_KEY), "STORE_store_private_key"},
    +    {ERR_FUNC(STORE_F_STORE_STORE_PUBLIC_KEY), "STORE_store_public_key"},
    +    {0, NULL}
    +};
     
    -static ERR_STRING_DATA STORE_str_reasons[]=
    -	{
    -{ERR_REASON(STORE_R_ALREADY_HAS_A_VALUE) ,"already has a value"},
    -{ERR_REASON(STORE_R_FAILED_DELETING_ARBITRARY),"failed deleting arbitrary"},
    -{ERR_REASON(STORE_R_FAILED_DELETING_CERTIFICATE),"failed deleting certificate"},
    -{ERR_REASON(STORE_R_FAILED_DELETING_KEY) ,"failed deleting key"},
    -{ERR_REASON(STORE_R_FAILED_DELETING_NUMBER),"failed deleting number"},
    -{ERR_REASON(STORE_R_FAILED_GENERATING_CRL),"failed generating crl"},
    -{ERR_REASON(STORE_R_FAILED_GENERATING_KEY),"failed generating key"},
    -{ERR_REASON(STORE_R_FAILED_GETTING_ARBITRARY),"failed getting arbitrary"},
    -{ERR_REASON(STORE_R_FAILED_GETTING_CERTIFICATE),"failed getting certificate"},
    -{ERR_REASON(STORE_R_FAILED_GETTING_KEY)  ,"failed getting key"},
    -{ERR_REASON(STORE_R_FAILED_GETTING_NUMBER),"failed getting number"},
    -{ERR_REASON(STORE_R_FAILED_LISTING_CERTIFICATES),"failed listing certificates"},
    -{ERR_REASON(STORE_R_FAILED_LISTING_KEYS) ,"failed listing keys"},
    -{ERR_REASON(STORE_R_FAILED_MODIFYING_ARBITRARY),"failed modifying arbitrary"},
    -{ERR_REASON(STORE_R_FAILED_MODIFYING_CERTIFICATE),"failed modifying certificate"},
    -{ERR_REASON(STORE_R_FAILED_MODIFYING_CRL),"failed modifying crl"},
    -{ERR_REASON(STORE_R_FAILED_MODIFYING_NUMBER),"failed modifying number"},
    -{ERR_REASON(STORE_R_FAILED_MODIFYING_PRIVATE_KEY),"failed modifying private key"},
    -{ERR_REASON(STORE_R_FAILED_MODIFYING_PUBLIC_KEY),"failed modifying public key"},
    -{ERR_REASON(STORE_R_FAILED_REVOKING_CERTIFICATE),"failed revoking certificate"},
    -{ERR_REASON(STORE_R_FAILED_REVOKING_KEY) ,"failed revoking key"},
    -{ERR_REASON(STORE_R_FAILED_STORING_ARBITRARY),"failed storing arbitrary"},
    -{ERR_REASON(STORE_R_FAILED_STORING_CERTIFICATE),"failed storing certificate"},
    -{ERR_REASON(STORE_R_FAILED_STORING_KEY)  ,"failed storing key"},
    -{ERR_REASON(STORE_R_FAILED_STORING_NUMBER),"failed storing number"},
    -{ERR_REASON(STORE_R_NOT_IMPLEMENTED)     ,"not implemented"},
    -{ERR_REASON(STORE_R_NO_CONTROL_FUNCTION) ,"no control function"},
    -{ERR_REASON(STORE_R_NO_DELETE_ARBITRARY_FUNCTION),"no delete arbitrary function"},
    -{ERR_REASON(STORE_R_NO_DELETE_NUMBER_FUNCTION),"no delete number function"},
    -{ERR_REASON(STORE_R_NO_DELETE_OBJECT_FUNCTION),"no delete object function"},
    -{ERR_REASON(STORE_R_NO_GENERATE_CRL_FUNCTION),"no generate crl function"},
    -{ERR_REASON(STORE_R_NO_GENERATE_OBJECT_FUNCTION),"no generate object function"},
    -{ERR_REASON(STORE_R_NO_GET_OBJECT_ARBITRARY_FUNCTION),"no get object arbitrary function"},
    -{ERR_REASON(STORE_R_NO_GET_OBJECT_FUNCTION),"no get object function"},
    -{ERR_REASON(STORE_R_NO_GET_OBJECT_NUMBER_FUNCTION),"no get object number function"},
    -{ERR_REASON(STORE_R_NO_LIST_OBJECT_ENDP_FUNCTION),"no list object endp function"},
    -{ERR_REASON(STORE_R_NO_LIST_OBJECT_END_FUNCTION),"no list object end function"},
    -{ERR_REASON(STORE_R_NO_LIST_OBJECT_NEXT_FUNCTION),"no list object next function"},
    -{ERR_REASON(STORE_R_NO_LIST_OBJECT_START_FUNCTION),"no list object start function"},
    -{ERR_REASON(STORE_R_NO_MODIFY_OBJECT_FUNCTION),"no modify object function"},
    -{ERR_REASON(STORE_R_NO_REVOKE_OBJECT_FUNCTION),"no revoke object function"},
    -{ERR_REASON(STORE_R_NO_STORE)            ,"no store"},
    -{ERR_REASON(STORE_R_NO_STORE_OBJECT_ARBITRARY_FUNCTION),"no store object arbitrary function"},
    -{ERR_REASON(STORE_R_NO_STORE_OBJECT_FUNCTION),"no store object function"},
    -{ERR_REASON(STORE_R_NO_STORE_OBJECT_NUMBER_FUNCTION),"no store object number function"},
    -{ERR_REASON(STORE_R_NO_VALUE)            ,"no value"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA STORE_str_reasons[] = {
    +    {ERR_REASON(STORE_R_ALREADY_HAS_A_VALUE), "already has a value"},
    +    {ERR_REASON(STORE_R_FAILED_DELETING_ARBITRARY),
    +     "failed deleting arbitrary"},
    +    {ERR_REASON(STORE_R_FAILED_DELETING_CERTIFICATE),
    +     "failed deleting certificate"},
    +    {ERR_REASON(STORE_R_FAILED_DELETING_KEY), "failed deleting key"},
    +    {ERR_REASON(STORE_R_FAILED_DELETING_NUMBER), "failed deleting number"},
    +    {ERR_REASON(STORE_R_FAILED_GENERATING_CRL), "failed generating crl"},
    +    {ERR_REASON(STORE_R_FAILED_GENERATING_KEY), "failed generating key"},
    +    {ERR_REASON(STORE_R_FAILED_GETTING_ARBITRARY),
    +     "failed getting arbitrary"},
    +    {ERR_REASON(STORE_R_FAILED_GETTING_CERTIFICATE),
    +     "failed getting certificate"},
    +    {ERR_REASON(STORE_R_FAILED_GETTING_KEY), "failed getting key"},
    +    {ERR_REASON(STORE_R_FAILED_GETTING_NUMBER), "failed getting number"},
    +    {ERR_REASON(STORE_R_FAILED_LISTING_CERTIFICATES),
    +     "failed listing certificates"},
    +    {ERR_REASON(STORE_R_FAILED_LISTING_KEYS), "failed listing keys"},
    +    {ERR_REASON(STORE_R_FAILED_MODIFYING_ARBITRARY),
    +     "failed modifying arbitrary"},
    +    {ERR_REASON(STORE_R_FAILED_MODIFYING_CERTIFICATE),
    +     "failed modifying certificate"},
    +    {ERR_REASON(STORE_R_FAILED_MODIFYING_CRL), "failed modifying crl"},
    +    {ERR_REASON(STORE_R_FAILED_MODIFYING_NUMBER), "failed modifying number"},
    +    {ERR_REASON(STORE_R_FAILED_MODIFYING_PRIVATE_KEY),
    +     "failed modifying private key"},
    +    {ERR_REASON(STORE_R_FAILED_MODIFYING_PUBLIC_KEY),
    +     "failed modifying public key"},
    +    {ERR_REASON(STORE_R_FAILED_REVOKING_CERTIFICATE),
    +     "failed revoking certificate"},
    +    {ERR_REASON(STORE_R_FAILED_REVOKING_KEY), "failed revoking key"},
    +    {ERR_REASON(STORE_R_FAILED_STORING_ARBITRARY),
    +     "failed storing arbitrary"},
    +    {ERR_REASON(STORE_R_FAILED_STORING_CERTIFICATE),
    +     "failed storing certificate"},
    +    {ERR_REASON(STORE_R_FAILED_STORING_KEY), "failed storing key"},
    +    {ERR_REASON(STORE_R_FAILED_STORING_NUMBER), "failed storing number"},
    +    {ERR_REASON(STORE_R_NOT_IMPLEMENTED), "not implemented"},
    +    {ERR_REASON(STORE_R_NO_CONTROL_FUNCTION), "no control function"},
    +    {ERR_REASON(STORE_R_NO_DELETE_ARBITRARY_FUNCTION),
    +     "no delete arbitrary function"},
    +    {ERR_REASON(STORE_R_NO_DELETE_NUMBER_FUNCTION),
    +     "no delete number function"},
    +    {ERR_REASON(STORE_R_NO_DELETE_OBJECT_FUNCTION),
    +     "no delete object function"},
    +    {ERR_REASON(STORE_R_NO_GENERATE_CRL_FUNCTION),
    +     "no generate crl function"},
    +    {ERR_REASON(STORE_R_NO_GENERATE_OBJECT_FUNCTION),
    +     "no generate object function"},
    +    {ERR_REASON(STORE_R_NO_GET_OBJECT_ARBITRARY_FUNCTION),
    +     "no get object arbitrary function"},
    +    {ERR_REASON(STORE_R_NO_GET_OBJECT_FUNCTION), "no get object function"},
    +    {ERR_REASON(STORE_R_NO_GET_OBJECT_NUMBER_FUNCTION),
    +     "no get object number function"},
    +    {ERR_REASON(STORE_R_NO_LIST_OBJECT_ENDP_FUNCTION),
    +     "no list object endp function"},
    +    {ERR_REASON(STORE_R_NO_LIST_OBJECT_END_FUNCTION),
    +     "no list object end function"},
    +    {ERR_REASON(STORE_R_NO_LIST_OBJECT_NEXT_FUNCTION),
    +     "no list object next function"},
    +    {ERR_REASON(STORE_R_NO_LIST_OBJECT_START_FUNCTION),
    +     "no list object start function"},
    +    {ERR_REASON(STORE_R_NO_MODIFY_OBJECT_FUNCTION),
    +     "no modify object function"},
    +    {ERR_REASON(STORE_R_NO_REVOKE_OBJECT_FUNCTION),
    +     "no revoke object function"},
    +    {ERR_REASON(STORE_R_NO_STORE), "no store"},
    +    {ERR_REASON(STORE_R_NO_STORE_OBJECT_ARBITRARY_FUNCTION),
    +     "no store object arbitrary function"},
    +    {ERR_REASON(STORE_R_NO_STORE_OBJECT_FUNCTION),
    +     "no store object function"},
    +    {ERR_REASON(STORE_R_NO_STORE_OBJECT_NUMBER_FUNCTION),
    +     "no store object number function"},
    +    {ERR_REASON(STORE_R_NO_VALUE), "no value"},
    +    {0, NULL}
    +};
     
     #endif
     
     void ERR_load_STORE_strings(void)
    -	{
    +{
     #ifndef OPENSSL_NO_ERR
     
    -	if (ERR_func_error_string(STORE_str_functs[0].error) == NULL)
    -		{
    -		ERR_load_strings(0,STORE_str_functs);
    -		ERR_load_strings(0,STORE_str_reasons);
    -		}
    +    if (ERR_func_error_string(STORE_str_functs[0].error) == NULL) {
    +        ERR_load_strings(0, STORE_str_functs);
    +        ERR_load_strings(0, STORE_str_reasons);
    +    }
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/store/str_lib.c b/openssl/crypto/store/str_lib.c
    index f1dbcbd0e..227b797b5 100644
    --- a/openssl/crypto/store/str_lib.c
    +++ b/openssl/crypto/store/str_lib.c
    @@ -1,6 +1,7 @@
     /* crypto/store/str_lib.c -*- mode:C; c-file-style: "eay" -*- */
    -/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
    - * project 2003.
    +/*
    + * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
    + * 2003.
      */
     /* ====================================================================
      * Copyright (c) 2003 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -60,1769 +61,1712 @@
     #include 
     #include 
     #ifndef OPENSSL_NO_ENGINE
    -#include 
    +# include 
     #endif
     #include 
     #include 
     #include "str_locl.h"
     
    -const char * const STORE_object_type_string[STORE_OBJECT_TYPE_NUM+1] =
    -	{
    -	0,
    -	"X.509 Certificate",
    -	"X.509 CRL",
    -	"Private Key",
    -	"Public Key",
    -	"Number",
    -	"Arbitrary Data"
    -	};
    -
    -const int STORE_param_sizes[STORE_PARAM_TYPE_NUM+1] =
    -	{
    -	0,
    -	sizeof(int),		/* EVP_TYPE */
    -	sizeof(size_t),		/* BITS */
    -	-1,			/* KEY_PARAMETERS */
    -	0			/* KEY_NO_PARAMETERS */
    -	};	
    -
    -const int STORE_attr_sizes[STORE_ATTR_TYPE_NUM+1] =
    -	{
    -	0,
    -	-1,			/* FRIENDLYNAME:	C string */
    -	SHA_DIGEST_LENGTH,	/* KEYID:		SHA1 digest, 160 bits */
    -	SHA_DIGEST_LENGTH,	/* ISSUERKEYID:		SHA1 digest, 160 bits */
    -	SHA_DIGEST_LENGTH,	/* SUBJECTKEYID:	SHA1 digest, 160 bits */
    -	SHA_DIGEST_LENGTH,	/* ISSUERSERIALHASH:	SHA1 digest, 160 bits */
    -	sizeof(X509_NAME *),	/* ISSUER:		X509_NAME * */
    -	sizeof(BIGNUM *),	/* SERIAL:		BIGNUM * */
    -	sizeof(X509_NAME *),	/* SUBJECT:		X509_NAME * */
    -	SHA_DIGEST_LENGTH,	/* CERTHASH:		SHA1 digest, 160 bits */
    -	-1,			/* EMAIL:		C string */
    -	-1,			/* FILENAME:		C string */
    -	};	
    +const char *const STORE_object_type_string[STORE_OBJECT_TYPE_NUM + 1] = {
    +    0,
    +    "X.509 Certificate",
    +    "X.509 CRL",
    +    "Private Key",
    +    "Public Key",
    +    "Number",
    +    "Arbitrary Data"
    +};
    +
    +const int STORE_param_sizes[STORE_PARAM_TYPE_NUM + 1] = {
    +    0,
    +    sizeof(int),                /* EVP_TYPE */
    +    sizeof(size_t),             /* BITS */
    +    -1,                         /* KEY_PARAMETERS */
    +    0                           /* KEY_NO_PARAMETERS */
    +};
    +
    +const int STORE_attr_sizes[STORE_ATTR_TYPE_NUM + 1] = {
    +    0,
    +    -1,                         /* FRIENDLYNAME: C string */
    +    SHA_DIGEST_LENGTH,          /* KEYID: SHA1 digest, 160 bits */
    +    SHA_DIGEST_LENGTH,          /* ISSUERKEYID: SHA1 digest, 160 bits */
    +    SHA_DIGEST_LENGTH,          /* SUBJECTKEYID: SHA1 digest, 160 bits */
    +    SHA_DIGEST_LENGTH,          /* ISSUERSERIALHASH: SHA1 digest, 160 bits */
    +    sizeof(X509_NAME *),        /* ISSUER: X509_NAME * */
    +    sizeof(BIGNUM *),           /* SERIAL: BIGNUM * */
    +    sizeof(X509_NAME *),        /* SUBJECT: X509_NAME * */
    +    SHA_DIGEST_LENGTH,          /* CERTHASH: SHA1 digest, 160 bits */
    +    -1,                         /* EMAIL: C string */
    +    -1,                         /* FILENAME: C string */
    +};
     
     STORE *STORE_new_method(const STORE_METHOD *method)
    -	{
    -	STORE *ret;
    -
    -	if (method == NULL)
    -		{
    -		STOREerr(STORE_F_STORE_NEW_METHOD,ERR_R_PASSED_NULL_PARAMETER);
    -		return NULL;
    -		}
    -
    -	ret=(STORE *)OPENSSL_malloc(sizeof(STORE));
    -	if (ret == NULL)
    -		{
    -		STOREerr(STORE_F_STORE_NEW_METHOD,ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -		}
    -
    -	ret->meth=method;
    -
    -	CRYPTO_new_ex_data(CRYPTO_EX_INDEX_STORE, ret, &ret->ex_data);
    -	if (ret->meth->init && !ret->meth->init(ret))
    -		{
    -		STORE_free(ret);
    -		ret = NULL;
    -		}
    -	return ret;
    -	}
    +{
    +    STORE *ret;
    +
    +    if (method == NULL) {
    +        STOREerr(STORE_F_STORE_NEW_METHOD, ERR_R_PASSED_NULL_PARAMETER);
    +        return NULL;
    +    }
    +
    +    ret = (STORE *)OPENSSL_malloc(sizeof(STORE));
    +    if (ret == NULL) {
    +        STOREerr(STORE_F_STORE_NEW_METHOD, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +
    +    ret->meth = method;
    +
    +    CRYPTO_new_ex_data(CRYPTO_EX_INDEX_STORE, ret, &ret->ex_data);
    +    if (ret->meth->init && !ret->meth->init(ret)) {
    +        STORE_free(ret);
    +        ret = NULL;
    +    }
    +    return ret;
    +}
     
     STORE *STORE_new_engine(ENGINE *engine)
    -	{
    -	STORE *ret = NULL;
    -	ENGINE *e = engine;
    -	const STORE_METHOD *meth = 0;
    +{
    +    STORE *ret = NULL;
    +    ENGINE *e = engine;
    +    const STORE_METHOD *meth = 0;
     
     #ifdef OPENSSL_NO_ENGINE
    -	e = NULL;
    +    e = NULL;
     #else
    -	if (engine)
    -		{
    -		if (!ENGINE_init(engine))
    -			{
    -			STOREerr(STORE_F_STORE_NEW_ENGINE, ERR_R_ENGINE_LIB);
    -			return NULL;
    -			}
    -		e = engine;
    -		}
    -	else
    -		{
    -		STOREerr(STORE_F_STORE_NEW_ENGINE,ERR_R_PASSED_NULL_PARAMETER);
    -		return NULL;
    -		}
    -	if(e)
    -		{
    -		meth = ENGINE_get_STORE(e);
    -		if(!meth)
    -			{
    -			STOREerr(STORE_F_STORE_NEW_ENGINE,
    -				ERR_R_ENGINE_LIB);
    -			ENGINE_finish(e);
    -			return NULL;
    -			}
    -		}
    +    if (engine) {
    +        if (!ENGINE_init(engine)) {
    +            STOREerr(STORE_F_STORE_NEW_ENGINE, ERR_R_ENGINE_LIB);
    +            return NULL;
    +        }
    +        e = engine;
    +    } else {
    +        STOREerr(STORE_F_STORE_NEW_ENGINE, ERR_R_PASSED_NULL_PARAMETER);
    +        return NULL;
    +    }
    +    if (e) {
    +        meth = ENGINE_get_STORE(e);
    +        if (!meth) {
    +            STOREerr(STORE_F_STORE_NEW_ENGINE, ERR_R_ENGINE_LIB);
    +            ENGINE_finish(e);
    +            return NULL;
    +        }
    +    }
     #endif
     
    -	ret = STORE_new_method(meth);
    -	if (ret == NULL)
    -		{
    -		STOREerr(STORE_F_STORE_NEW_ENGINE,ERR_R_STORE_LIB);
    -		return NULL;
    -		}
    +    ret = STORE_new_method(meth);
    +    if (ret == NULL) {
    +        STOREerr(STORE_F_STORE_NEW_ENGINE, ERR_R_STORE_LIB);
    +        return NULL;
    +    }
     
    -	ret->engine = e;
    +    ret->engine = e;
     
    -	return(ret);
    -	}
    +    return (ret);
    +}
     
     void STORE_free(STORE *store)
    -	{
    -	if (store == NULL)
    -		return;
    -	if (store->meth->clean)
    -		store->meth->clean(store);
    -	CRYPTO_free_ex_data(CRYPTO_EX_INDEX_STORE, store, &store->ex_data);
    -	OPENSSL_free(store);
    -	}
    -
    -int STORE_ctrl(STORE *store, int cmd, long i, void *p, void (*f)(void))
    -	{
    -	if (store == NULL)
    -		{
    -		STOREerr(STORE_F_STORE_CTRL,ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -	if (store->meth->ctrl)
    -		return store->meth->ctrl(store, cmd, i, p, f);
    -	STOREerr(STORE_F_STORE_CTRL,STORE_R_NO_CONTROL_FUNCTION);
    -	return 0;
    -	}
    -
    +{
    +    if (store == NULL)
    +        return;
    +    if (store->meth->clean)
    +        store->meth->clean(store);
    +    CRYPTO_free_ex_data(CRYPTO_EX_INDEX_STORE, store, &store->ex_data);
    +    OPENSSL_free(store);
    +}
    +
    +int STORE_ctrl(STORE *store, int cmd, long i, void *p, void (*f) (void))
    +{
    +    if (store == NULL) {
    +        STOREerr(STORE_F_STORE_CTRL, ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +    if (store->meth->ctrl)
    +        return store->meth->ctrl(store, cmd, i, p, f);
    +    STOREerr(STORE_F_STORE_CTRL, STORE_R_NO_CONTROL_FUNCTION);
    +    return 0;
    +}
     
     int STORE_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
    -	     CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func)
    -        {
    -	return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_STORE, argl, argp,
    -				new_func, dup_func, free_func);
    -        }
    +                           CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func)
    +{
    +    return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_STORE, argl, argp,
    +                                   new_func, dup_func, free_func);
    +}
     
     int STORE_set_ex_data(STORE *r, int idx, void *arg)
    -	{
    -	return(CRYPTO_set_ex_data(&r->ex_data,idx,arg));
    -	}
    +{
    +    return (CRYPTO_set_ex_data(&r->ex_data, idx, arg));
    +}
     
     void *STORE_get_ex_data(STORE *r, int idx)
    -	{
    -	return(CRYPTO_get_ex_data(&r->ex_data,idx));
    -	}
    +{
    +    return (CRYPTO_get_ex_data(&r->ex_data, idx));
    +}
     
     const STORE_METHOD *STORE_get_method(STORE *store)
    -	{
    -	return store->meth;
    -	}
    +{
    +    return store->meth;
    +}
     
     const STORE_METHOD *STORE_set_method(STORE *store, const STORE_METHOD *meth)
    -	{
    -	store->meth=meth;
    -	return store->meth;
    -	}
    -
    +{
    +    store->meth = meth;
    +    return store->meth;
    +}
     
     /* API helpers */
     
     #define check_store(s,fncode,fnname,fnerrcode) \
    -	do \
    -		{ \
    -		if ((s) == NULL || (s)->meth == NULL) \
    -			{ \
    -			STOREerr((fncode), ERR_R_PASSED_NULL_PARAMETER); \
    -			return 0; \
    -			} \
    -		if ((s)->meth->fnname == NULL) \
    -			{ \
    -			STOREerr((fncode), (fnerrcode)); \
    -			return 0; \
    -			} \
    -		} \
    -	while(0)
    +        do \
    +                { \
    +                if ((s) == NULL || (s)->meth == NULL) \
    +                        { \
    +                        STOREerr((fncode), ERR_R_PASSED_NULL_PARAMETER); \
    +                        return 0; \
    +                        } \
    +                if ((s)->meth->fnname == NULL) \
    +                        { \
    +                        STOREerr((fncode), (fnerrcode)); \
    +                        return 0; \
    +                        } \
    +                } \
    +        while(0)
     
     /* API functions */
     
     X509 *STORE_get_certificate(STORE *s, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[])
    -	{
    -	STORE_OBJECT *object;
    -	X509 *x;
    -
    -	check_store(s,STORE_F_STORE_GET_CERTIFICATE,
    -		get_object,STORE_R_NO_GET_OBJECT_FUNCTION);
    -
    -	object = s->meth->get_object(s, STORE_OBJECT_TYPE_X509_CERTIFICATE,
    -		attributes, parameters);
    -	if (!object || !object->data.x509.certificate)
    -		{
    -		STOREerr(STORE_F_STORE_GET_CERTIFICATE,
    -			STORE_R_FAILED_GETTING_CERTIFICATE);
    -		return 0;
    -		}
    -	CRYPTO_add(&object->data.x509.certificate->references,1,CRYPTO_LOCK_X509);
    +                            OPENSSL_ITEM parameters[])
    +{
    +    STORE_OBJECT *object;
    +    X509 *x;
    +
    +    check_store(s, STORE_F_STORE_GET_CERTIFICATE,
    +                get_object, STORE_R_NO_GET_OBJECT_FUNCTION);
    +
    +    object = s->meth->get_object(s, STORE_OBJECT_TYPE_X509_CERTIFICATE,
    +                                 attributes, parameters);
    +    if (!object || !object->data.x509.certificate) {
    +        STOREerr(STORE_F_STORE_GET_CERTIFICATE,
    +                 STORE_R_FAILED_GETTING_CERTIFICATE);
    +        return 0;
    +    }
    +    CRYPTO_add(&object->data.x509.certificate->references, 1,
    +               CRYPTO_LOCK_X509);
     #ifdef REF_PRINT
    -	REF_PRINT("X509",data);
    +    REF_PRINT("X509", data);
     #endif
    -	x = object->data.x509.certificate;
    -	STORE_OBJECT_free(object);
    -	return x;
    -	}
    +    x = object->data.x509.certificate;
    +    STORE_OBJECT_free(object);
    +    return x;
    +}
     
     int STORE_store_certificate(STORE *s, X509 *data, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[])
    -	{
    -	STORE_OBJECT *object;
    -	int i;
    -
    -	check_store(s,STORE_F_STORE_CERTIFICATE,
    -		store_object,STORE_R_NO_STORE_OBJECT_FUNCTION);
    -
    -	object = STORE_OBJECT_new();
    -	if (!object)
    -		{
    -		STOREerr(STORE_F_STORE_STORE_CERTIFICATE,
    -			ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	
    -	CRYPTO_add(&data->references,1,CRYPTO_LOCK_X509);
    +                            OPENSSL_ITEM parameters[])
    +{
    +    STORE_OBJECT *object;
    +    int i;
    +
    +    check_store(s, STORE_F_STORE_CERTIFICATE,
    +                store_object, STORE_R_NO_STORE_OBJECT_FUNCTION);
    +
    +    object = STORE_OBJECT_new();
    +    if (!object) {
    +        STOREerr(STORE_F_STORE_STORE_CERTIFICATE, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +
    +    CRYPTO_add(&data->references, 1, CRYPTO_LOCK_X509);
     #ifdef REF_PRINT
    -	REF_PRINT("X509",data);
    +    REF_PRINT("X509", data);
     #endif
    -	object->data.x509.certificate = data;
    +    object->data.x509.certificate = data;
     
    -	i = s->meth->store_object(s, STORE_OBJECT_TYPE_X509_CERTIFICATE,
    -		object, attributes, parameters);
    +    i = s->meth->store_object(s, STORE_OBJECT_TYPE_X509_CERTIFICATE,
    +                              object, attributes, parameters);
     
    -	STORE_OBJECT_free(object);
    +    STORE_OBJECT_free(object);
     
    -	if (!i)
    -		{
    -		STOREerr(STORE_F_STORE_STORE_CERTIFICATE,
    -			STORE_R_FAILED_STORING_CERTIFICATE);
    -		return 0;
    -		}
    -	return 1;
    -	}
    +    if (!i) {
    +        STOREerr(STORE_F_STORE_STORE_CERTIFICATE,
    +                 STORE_R_FAILED_STORING_CERTIFICATE);
    +        return 0;
    +    }
    +    return 1;
    +}
     
     int STORE_modify_certificate(STORE *s, OPENSSL_ITEM search_attributes[],
    -	OPENSSL_ITEM add_attributes[], OPENSSL_ITEM modify_attributes[],
    -	OPENSSL_ITEM delete_attributes[], OPENSSL_ITEM parameters[])
    -	{
    -	check_store(s,STORE_F_STORE_MODIFY_CERTIFICATE,
    -		modify_object,STORE_R_NO_MODIFY_OBJECT_FUNCTION);
    -
    -	if (!s->meth->modify_object(s, STORE_OBJECT_TYPE_X509_CERTIFICATE,
    -		    search_attributes, add_attributes, modify_attributes,
    -		    delete_attributes, parameters))
    -		{
    -		STOREerr(STORE_F_STORE_MODIFY_CERTIFICATE,
    -			STORE_R_FAILED_MODIFYING_CERTIFICATE);
    -		return 0;
    -		}
    -	return 1;
    -	}
    +                             OPENSSL_ITEM add_attributes[],
    +                             OPENSSL_ITEM modify_attributes[],
    +                             OPENSSL_ITEM delete_attributes[],
    +                             OPENSSL_ITEM parameters[])
    +{
    +    check_store(s, STORE_F_STORE_MODIFY_CERTIFICATE,
    +                modify_object, STORE_R_NO_MODIFY_OBJECT_FUNCTION);
    +
    +    if (!s->meth->modify_object(s, STORE_OBJECT_TYPE_X509_CERTIFICATE,
    +                                search_attributes, add_attributes,
    +                                modify_attributes, delete_attributes,
    +                                parameters)) {
    +        STOREerr(STORE_F_STORE_MODIFY_CERTIFICATE,
    +                 STORE_R_FAILED_MODIFYING_CERTIFICATE);
    +        return 0;
    +    }
    +    return 1;
    +}
     
     int STORE_revoke_certificate(STORE *s, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[])
    -	{
    -	check_store(s,STORE_F_STORE_REVOKE_CERTIFICATE,
    -		revoke_object,STORE_R_NO_REVOKE_OBJECT_FUNCTION);
    -
    -	if (!s->meth->revoke_object(s, STORE_OBJECT_TYPE_X509_CERTIFICATE,
    -		    attributes, parameters))
    -		{
    -		STOREerr(STORE_F_STORE_REVOKE_CERTIFICATE,
    -			STORE_R_FAILED_REVOKING_CERTIFICATE);
    -		return 0;
    -		}
    -	return 1;
    -	}
    +                             OPENSSL_ITEM parameters[])
    +{
    +    check_store(s, STORE_F_STORE_REVOKE_CERTIFICATE,
    +                revoke_object, STORE_R_NO_REVOKE_OBJECT_FUNCTION);
    +
    +    if (!s->meth->revoke_object(s, STORE_OBJECT_TYPE_X509_CERTIFICATE,
    +                                attributes, parameters)) {
    +        STOREerr(STORE_F_STORE_REVOKE_CERTIFICATE,
    +                 STORE_R_FAILED_REVOKING_CERTIFICATE);
    +        return 0;
    +    }
    +    return 1;
    +}
     
     int STORE_delete_certificate(STORE *s, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[])
    -	{
    -	check_store(s,STORE_F_STORE_DELETE_CERTIFICATE,
    -		delete_object,STORE_R_NO_DELETE_OBJECT_FUNCTION);
    -
    -	if (!s->meth->delete_object(s, STORE_OBJECT_TYPE_X509_CERTIFICATE,
    -		    attributes, parameters))
    -		{
    -		STOREerr(STORE_F_STORE_DELETE_CERTIFICATE,
    -			STORE_R_FAILED_DELETING_CERTIFICATE);
    -		return 0;
    -		}
    -	return 1;
    -	}
    +                             OPENSSL_ITEM parameters[])
    +{
    +    check_store(s, STORE_F_STORE_DELETE_CERTIFICATE,
    +                delete_object, STORE_R_NO_DELETE_OBJECT_FUNCTION);
    +
    +    if (!s->meth->delete_object(s, STORE_OBJECT_TYPE_X509_CERTIFICATE,
    +                                attributes, parameters)) {
    +        STOREerr(STORE_F_STORE_DELETE_CERTIFICATE,
    +                 STORE_R_FAILED_DELETING_CERTIFICATE);
    +        return 0;
    +    }
    +    return 1;
    +}
     
     void *STORE_list_certificate_start(STORE *s, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[])
    -	{
    -	void *handle;
    -
    -	check_store(s,STORE_F_STORE_LIST_CERTIFICATE_START,
    -		list_object_start,STORE_R_NO_LIST_OBJECT_START_FUNCTION);
    -
    -	handle = s->meth->list_object_start(s,
    -		STORE_OBJECT_TYPE_X509_CERTIFICATE, attributes, parameters);
    -	if (!handle)
    -		{
    -		STOREerr(STORE_F_STORE_LIST_CERTIFICATE_START,
    -			STORE_R_FAILED_LISTING_CERTIFICATES);
    -		return 0;
    -		}
    -	return handle;
    -	}
    +                                   OPENSSL_ITEM parameters[])
    +{
    +    void *handle;
    +
    +    check_store(s, STORE_F_STORE_LIST_CERTIFICATE_START,
    +                list_object_start, STORE_R_NO_LIST_OBJECT_START_FUNCTION);
    +
    +    handle = s->meth->list_object_start(s,
    +                                        STORE_OBJECT_TYPE_X509_CERTIFICATE,
    +                                        attributes, parameters);
    +    if (!handle) {
    +        STOREerr(STORE_F_STORE_LIST_CERTIFICATE_START,
    +                 STORE_R_FAILED_LISTING_CERTIFICATES);
    +        return 0;
    +    }
    +    return handle;
    +}
     
     X509 *STORE_list_certificate_next(STORE *s, void *handle)
    -	{
    -	STORE_OBJECT *object;
    -	X509 *x;
    -
    -	check_store(s,STORE_F_STORE_LIST_CERTIFICATE_NEXT,
    -		list_object_next,STORE_R_NO_LIST_OBJECT_NEXT_FUNCTION);
    -
    -	object = s->meth->list_object_next(s, handle);
    -	if (!object || !object->data.x509.certificate)
    -		{
    -		STOREerr(STORE_F_STORE_LIST_CERTIFICATE_NEXT,
    -			STORE_R_FAILED_LISTING_CERTIFICATES);
    -		return 0;
    -		}
    -	CRYPTO_add(&object->data.x509.certificate->references,1,CRYPTO_LOCK_X509);
    +{
    +    STORE_OBJECT *object;
    +    X509 *x;
    +
    +    check_store(s, STORE_F_STORE_LIST_CERTIFICATE_NEXT,
    +                list_object_next, STORE_R_NO_LIST_OBJECT_NEXT_FUNCTION);
    +
    +    object = s->meth->list_object_next(s, handle);
    +    if (!object || !object->data.x509.certificate) {
    +        STOREerr(STORE_F_STORE_LIST_CERTIFICATE_NEXT,
    +                 STORE_R_FAILED_LISTING_CERTIFICATES);
    +        return 0;
    +    }
    +    CRYPTO_add(&object->data.x509.certificate->references, 1,
    +               CRYPTO_LOCK_X509);
     #ifdef REF_PRINT
    -	REF_PRINT("X509",data);
    +    REF_PRINT("X509", data);
     #endif
    -	x = object->data.x509.certificate;
    -	STORE_OBJECT_free(object);
    -	return x;
    -	}
    +    x = object->data.x509.certificate;
    +    STORE_OBJECT_free(object);
    +    return x;
    +}
     
     int STORE_list_certificate_end(STORE *s, void *handle)
    -	{
    -	check_store(s,STORE_F_STORE_LIST_CERTIFICATE_END,
    -		list_object_end,STORE_R_NO_LIST_OBJECT_END_FUNCTION);
    -
    -	if (!s->meth->list_object_end(s, handle))
    -		{
    -		STOREerr(STORE_F_STORE_LIST_CERTIFICATE_END,
    -			STORE_R_FAILED_LISTING_CERTIFICATES);
    -		return 0;
    -		}
    -	return 1;
    -	}
    +{
    +    check_store(s, STORE_F_STORE_LIST_CERTIFICATE_END,
    +                list_object_end, STORE_R_NO_LIST_OBJECT_END_FUNCTION);
    +
    +    if (!s->meth->list_object_end(s, handle)) {
    +        STOREerr(STORE_F_STORE_LIST_CERTIFICATE_END,
    +                 STORE_R_FAILED_LISTING_CERTIFICATES);
    +        return 0;
    +    }
    +    return 1;
    +}
     
     int STORE_list_certificate_endp(STORE *s, void *handle)
    -	{
    -	check_store(s,STORE_F_STORE_LIST_CERTIFICATE_ENDP,
    -		list_object_endp,STORE_R_NO_LIST_OBJECT_ENDP_FUNCTION);
    -
    -	if (!s->meth->list_object_endp(s, handle))
    -		{
    -		STOREerr(STORE_F_STORE_LIST_CERTIFICATE_ENDP,
    -			STORE_R_FAILED_LISTING_CERTIFICATES);
    -		return 0;
    -		}
    -	return 1;
    -	}
    +{
    +    check_store(s, STORE_F_STORE_LIST_CERTIFICATE_ENDP,
    +                list_object_endp, STORE_R_NO_LIST_OBJECT_ENDP_FUNCTION);
    +
    +    if (!s->meth->list_object_endp(s, handle)) {
    +        STOREerr(STORE_F_STORE_LIST_CERTIFICATE_ENDP,
    +                 STORE_R_FAILED_LISTING_CERTIFICATES);
    +        return 0;
    +    }
    +    return 1;
    +}
     
     EVP_PKEY *STORE_generate_key(STORE *s, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[])
    -	{
    -	STORE_OBJECT *object;
    -	EVP_PKEY *pkey;
    -
    -	check_store(s,STORE_F_STORE_GENERATE_KEY,
    -		generate_object,STORE_R_NO_GENERATE_OBJECT_FUNCTION);
    -
    -	object = s->meth->generate_object(s, STORE_OBJECT_TYPE_PRIVATE_KEY,
    -		attributes, parameters);
    -	if (!object || !object->data.key)
    -		{
    -		STOREerr(STORE_F_STORE_GENERATE_KEY,
    -			STORE_R_FAILED_GENERATING_KEY);
    -		return 0;
    -		}
    -	CRYPTO_add(&object->data.key->references,1,CRYPTO_LOCK_EVP_PKEY);
    +                             OPENSSL_ITEM parameters[])
    +{
    +    STORE_OBJECT *object;
    +    EVP_PKEY *pkey;
    +
    +    check_store(s, STORE_F_STORE_GENERATE_KEY,
    +                generate_object, STORE_R_NO_GENERATE_OBJECT_FUNCTION);
    +
    +    object = s->meth->generate_object(s, STORE_OBJECT_TYPE_PRIVATE_KEY,
    +                                      attributes, parameters);
    +    if (!object || !object->data.key) {
    +        STOREerr(STORE_F_STORE_GENERATE_KEY, STORE_R_FAILED_GENERATING_KEY);
    +        return 0;
    +    }
    +    CRYPTO_add(&object->data.key->references, 1, CRYPTO_LOCK_EVP_PKEY);
     #ifdef REF_PRINT
    -	REF_PRINT("EVP_PKEY",data);
    +    REF_PRINT("EVP_PKEY", data);
     #endif
    -	pkey = object->data.key;
    -	STORE_OBJECT_free(object);
    -	return pkey;
    -	}
    +    pkey = object->data.key;
    +    STORE_OBJECT_free(object);
    +    return pkey;
    +}
     
     EVP_PKEY *STORE_get_private_key(STORE *s, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[])
    -	{
    -	STORE_OBJECT *object;
    -	EVP_PKEY *pkey;
    -
    -	check_store(s,STORE_F_STORE_GET_PRIVATE_KEY,
    -		get_object,STORE_R_NO_GET_OBJECT_FUNCTION);
    -
    -	object = s->meth->get_object(s, STORE_OBJECT_TYPE_PRIVATE_KEY,
    -		attributes, parameters);
    -	if (!object || !object->data.key || !object->data.key)
    -		{
    -		STOREerr(STORE_F_STORE_GET_PRIVATE_KEY,
    -			STORE_R_FAILED_GETTING_KEY);
    -		return 0;
    -		}
    -	CRYPTO_add(&object->data.key->references,1,CRYPTO_LOCK_EVP_PKEY);
    +                                OPENSSL_ITEM parameters[])
    +{
    +    STORE_OBJECT *object;
    +    EVP_PKEY *pkey;
    +
    +    check_store(s, STORE_F_STORE_GET_PRIVATE_KEY,
    +                get_object, STORE_R_NO_GET_OBJECT_FUNCTION);
    +
    +    object = s->meth->get_object(s, STORE_OBJECT_TYPE_PRIVATE_KEY,
    +                                 attributes, parameters);
    +    if (!object || !object->data.key || !object->data.key) {
    +        STOREerr(STORE_F_STORE_GET_PRIVATE_KEY, STORE_R_FAILED_GETTING_KEY);
    +        return 0;
    +    }
    +    CRYPTO_add(&object->data.key->references, 1, CRYPTO_LOCK_EVP_PKEY);
     #ifdef REF_PRINT
    -	REF_PRINT("EVP_PKEY",data);
    +    REF_PRINT("EVP_PKEY", data);
     #endif
    -	pkey = object->data.key;
    -	STORE_OBJECT_free(object);
    -	return pkey;
    -	}
    -
    -int STORE_store_private_key(STORE *s, EVP_PKEY *data, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[])
    -	{
    -	STORE_OBJECT *object;
    -	int i;
    -
    -	check_store(s,STORE_F_STORE_STORE_PRIVATE_KEY,
    -		store_object,STORE_R_NO_STORE_OBJECT_FUNCTION);
    -
    -	object = STORE_OBJECT_new();
    -	if (!object)
    -		{
    -		STOREerr(STORE_F_STORE_STORE_PRIVATE_KEY,
    -			ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	object->data.key = EVP_PKEY_new();
    -	if (!object->data.key)
    -		{
    -		STOREerr(STORE_F_STORE_STORE_PRIVATE_KEY,
    -			ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	
    -	CRYPTO_add(&data->references,1,CRYPTO_LOCK_EVP_PKEY);
    +    pkey = object->data.key;
    +    STORE_OBJECT_free(object);
    +    return pkey;
    +}
    +
    +int STORE_store_private_key(STORE *s, EVP_PKEY *data,
    +                            OPENSSL_ITEM attributes[],
    +                            OPENSSL_ITEM parameters[])
    +{
    +    STORE_OBJECT *object;
    +    int i;
    +
    +    check_store(s, STORE_F_STORE_STORE_PRIVATE_KEY,
    +                store_object, STORE_R_NO_STORE_OBJECT_FUNCTION);
    +
    +    object = STORE_OBJECT_new();
    +    if (!object) {
    +        STOREerr(STORE_F_STORE_STORE_PRIVATE_KEY, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    object->data.key = EVP_PKEY_new();
    +    if (!object->data.key) {
    +        STOREerr(STORE_F_STORE_STORE_PRIVATE_KEY, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +
    +    CRYPTO_add(&data->references, 1, CRYPTO_LOCK_EVP_PKEY);
     #ifdef REF_PRINT
    -	REF_PRINT("EVP_PKEY",data);
    +    REF_PRINT("EVP_PKEY", data);
     #endif
    -	object->data.key = data;
    +    object->data.key = data;
     
    -	i = s->meth->store_object(s, STORE_OBJECT_TYPE_PRIVATE_KEY, object,
    -		attributes, parameters);
    +    i = s->meth->store_object(s, STORE_OBJECT_TYPE_PRIVATE_KEY, object,
    +                              attributes, parameters);
     
    -	STORE_OBJECT_free(object);
    +    STORE_OBJECT_free(object);
     
    -	if (!i)
    -		{
    -		STOREerr(STORE_F_STORE_STORE_PRIVATE_KEY,
    -			STORE_R_FAILED_STORING_KEY);
    -		return 0;
    -		}
    -	return i;
    -	}
    +    if (!i) {
    +        STOREerr(STORE_F_STORE_STORE_PRIVATE_KEY, STORE_R_FAILED_STORING_KEY);
    +        return 0;
    +    }
    +    return i;
    +}
     
     int STORE_modify_private_key(STORE *s, OPENSSL_ITEM search_attributes[],
    -	OPENSSL_ITEM add_attributes[], OPENSSL_ITEM modify_attributes[],
    -	OPENSSL_ITEM delete_attributes[], OPENSSL_ITEM parameters[])
    -	{
    -	check_store(s,STORE_F_STORE_MODIFY_PRIVATE_KEY,
    -		modify_object,STORE_R_NO_MODIFY_OBJECT_FUNCTION);
    -
    -	if (!s->meth->modify_object(s, STORE_OBJECT_TYPE_PRIVATE_KEY,
    -		    search_attributes, add_attributes, modify_attributes,
    -		    delete_attributes, parameters))
    -		{
    -		STOREerr(STORE_F_STORE_MODIFY_PRIVATE_KEY,
    -			STORE_R_FAILED_MODIFYING_PRIVATE_KEY);
    -		return 0;
    -		}
    -	return 1;
    -	}
    +                             OPENSSL_ITEM add_attributes[],
    +                             OPENSSL_ITEM modify_attributes[],
    +                             OPENSSL_ITEM delete_attributes[],
    +                             OPENSSL_ITEM parameters[])
    +{
    +    check_store(s, STORE_F_STORE_MODIFY_PRIVATE_KEY,
    +                modify_object, STORE_R_NO_MODIFY_OBJECT_FUNCTION);
    +
    +    if (!s->meth->modify_object(s, STORE_OBJECT_TYPE_PRIVATE_KEY,
    +                                search_attributes, add_attributes,
    +                                modify_attributes, delete_attributes,
    +                                parameters)) {
    +        STOREerr(STORE_F_STORE_MODIFY_PRIVATE_KEY,
    +                 STORE_R_FAILED_MODIFYING_PRIVATE_KEY);
    +        return 0;
    +    }
    +    return 1;
    +}
     
     int STORE_revoke_private_key(STORE *s, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[])
    -	{
    -	int i;
    +                             OPENSSL_ITEM parameters[])
    +{
    +    int i;
     
    -	check_store(s,STORE_F_STORE_REVOKE_PRIVATE_KEY,
    -		revoke_object,STORE_R_NO_REVOKE_OBJECT_FUNCTION);
    +    check_store(s, STORE_F_STORE_REVOKE_PRIVATE_KEY,
    +                revoke_object, STORE_R_NO_REVOKE_OBJECT_FUNCTION);
     
    -	i = s->meth->revoke_object(s, STORE_OBJECT_TYPE_PRIVATE_KEY,
    -		attributes, parameters);
    +    i = s->meth->revoke_object(s, STORE_OBJECT_TYPE_PRIVATE_KEY,
    +                               attributes, parameters);
     
    -	if (!i)
    -		{
    -		STOREerr(STORE_F_STORE_REVOKE_PRIVATE_KEY,
    -			STORE_R_FAILED_REVOKING_KEY);
    -		return 0;
    -		}
    -	return i;
    -	}
    +    if (!i) {
    +        STOREerr(STORE_F_STORE_REVOKE_PRIVATE_KEY,
    +                 STORE_R_FAILED_REVOKING_KEY);
    +        return 0;
    +    }
    +    return i;
    +}
     
     int STORE_delete_private_key(STORE *s, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[])
    -	{
    -	check_store(s,STORE_F_STORE_DELETE_PRIVATE_KEY,
    -		delete_object,STORE_R_NO_DELETE_OBJECT_FUNCTION);
    -	
    -	if (!s->meth->delete_object(s, STORE_OBJECT_TYPE_PRIVATE_KEY,
    -		    attributes, parameters))
    -		{
    -		STOREerr(STORE_F_STORE_DELETE_PRIVATE_KEY,
    -			STORE_R_FAILED_DELETING_KEY);
    -		return 0;
    -		}
    -	return 1;
    -	}
    +                             OPENSSL_ITEM parameters[])
    +{
    +    check_store(s, STORE_F_STORE_DELETE_PRIVATE_KEY,
    +                delete_object, STORE_R_NO_DELETE_OBJECT_FUNCTION);
    +
    +    if (!s->meth->delete_object(s, STORE_OBJECT_TYPE_PRIVATE_KEY,
    +                                attributes, parameters)) {
    +        STOREerr(STORE_F_STORE_DELETE_PRIVATE_KEY,
    +                 STORE_R_FAILED_DELETING_KEY);
    +        return 0;
    +    }
    +    return 1;
    +}
     
     void *STORE_list_private_key_start(STORE *s, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[])
    -	{
    -	void *handle;
    -
    -	check_store(s,STORE_F_STORE_LIST_PRIVATE_KEY_START,
    -		list_object_start,STORE_R_NO_LIST_OBJECT_START_FUNCTION);
    -
    -	handle = s->meth->list_object_start(s, STORE_OBJECT_TYPE_PRIVATE_KEY,
    -		attributes, parameters);
    -	if (!handle)
    -		{
    -		STOREerr(STORE_F_STORE_LIST_PRIVATE_KEY_START,
    -			STORE_R_FAILED_LISTING_KEYS);
    -		return 0;
    -		}
    -	return handle;
    -	}
    +                                   OPENSSL_ITEM parameters[])
    +{
    +    void *handle;
    +
    +    check_store(s, STORE_F_STORE_LIST_PRIVATE_KEY_START,
    +                list_object_start, STORE_R_NO_LIST_OBJECT_START_FUNCTION);
    +
    +    handle = s->meth->list_object_start(s, STORE_OBJECT_TYPE_PRIVATE_KEY,
    +                                        attributes, parameters);
    +    if (!handle) {
    +        STOREerr(STORE_F_STORE_LIST_PRIVATE_KEY_START,
    +                 STORE_R_FAILED_LISTING_KEYS);
    +        return 0;
    +    }
    +    return handle;
    +}
     
     EVP_PKEY *STORE_list_private_key_next(STORE *s, void *handle)
    -	{
    -	STORE_OBJECT *object;
    -	EVP_PKEY *pkey;
    -
    -	check_store(s,STORE_F_STORE_LIST_PRIVATE_KEY_NEXT,
    -		list_object_next,STORE_R_NO_LIST_OBJECT_NEXT_FUNCTION);
    -
    -	object = s->meth->list_object_next(s, handle);
    -	if (!object || !object->data.key || !object->data.key)
    -		{
    -		STOREerr(STORE_F_STORE_LIST_PRIVATE_KEY_NEXT,
    -			STORE_R_FAILED_LISTING_KEYS);
    -		return 0;
    -		}
    -	CRYPTO_add(&object->data.key->references,1,CRYPTO_LOCK_EVP_PKEY);
    +{
    +    STORE_OBJECT *object;
    +    EVP_PKEY *pkey;
    +
    +    check_store(s, STORE_F_STORE_LIST_PRIVATE_KEY_NEXT,
    +                list_object_next, STORE_R_NO_LIST_OBJECT_NEXT_FUNCTION);
    +
    +    object = s->meth->list_object_next(s, handle);
    +    if (!object || !object->data.key || !object->data.key) {
    +        STOREerr(STORE_F_STORE_LIST_PRIVATE_KEY_NEXT,
    +                 STORE_R_FAILED_LISTING_KEYS);
    +        return 0;
    +    }
    +    CRYPTO_add(&object->data.key->references, 1, CRYPTO_LOCK_EVP_PKEY);
     #ifdef REF_PRINT
    -	REF_PRINT("EVP_PKEY",data);
    +    REF_PRINT("EVP_PKEY", data);
     #endif
    -	pkey = object->data.key;
    -	STORE_OBJECT_free(object);
    -	return pkey;
    -	}
    +    pkey = object->data.key;
    +    STORE_OBJECT_free(object);
    +    return pkey;
    +}
     
     int STORE_list_private_key_end(STORE *s, void *handle)
    -	{
    -	check_store(s,STORE_F_STORE_LIST_PRIVATE_KEY_END,
    -		list_object_end,STORE_R_NO_LIST_OBJECT_END_FUNCTION);
    -
    -	if (!s->meth->list_object_end(s, handle))
    -		{
    -		STOREerr(STORE_F_STORE_LIST_PRIVATE_KEY_END,
    -			STORE_R_FAILED_LISTING_KEYS);
    -		return 0;
    -		}
    -	return 1;
    -	}
    +{
    +    check_store(s, STORE_F_STORE_LIST_PRIVATE_KEY_END,
    +                list_object_end, STORE_R_NO_LIST_OBJECT_END_FUNCTION);
    +
    +    if (!s->meth->list_object_end(s, handle)) {
    +        STOREerr(STORE_F_STORE_LIST_PRIVATE_KEY_END,
    +                 STORE_R_FAILED_LISTING_KEYS);
    +        return 0;
    +    }
    +    return 1;
    +}
     
     int STORE_list_private_key_endp(STORE *s, void *handle)
    -	{
    -	check_store(s,STORE_F_STORE_LIST_PRIVATE_KEY_ENDP,
    -		list_object_endp,STORE_R_NO_LIST_OBJECT_ENDP_FUNCTION);
    -
    -	if (!s->meth->list_object_endp(s, handle))
    -		{
    -		STOREerr(STORE_F_STORE_LIST_PRIVATE_KEY_ENDP,
    -			STORE_R_FAILED_LISTING_KEYS);
    -		return 0;
    -		}
    -	return 1;
    -	}
    +{
    +    check_store(s, STORE_F_STORE_LIST_PRIVATE_KEY_ENDP,
    +                list_object_endp, STORE_R_NO_LIST_OBJECT_ENDP_FUNCTION);
    +
    +    if (!s->meth->list_object_endp(s, handle)) {
    +        STOREerr(STORE_F_STORE_LIST_PRIVATE_KEY_ENDP,
    +                 STORE_R_FAILED_LISTING_KEYS);
    +        return 0;
    +    }
    +    return 1;
    +}
     
     EVP_PKEY *STORE_get_public_key(STORE *s, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[])
    -	{
    -	STORE_OBJECT *object;
    -	EVP_PKEY *pkey;
    -
    -	check_store(s,STORE_F_STORE_GET_PUBLIC_KEY,
    -		get_object,STORE_R_NO_GET_OBJECT_FUNCTION);
    -
    -	object = s->meth->get_object(s, STORE_OBJECT_TYPE_PUBLIC_KEY,
    -		attributes, parameters);
    -	if (!object || !object->data.key || !object->data.key)
    -		{
    -		STOREerr(STORE_F_STORE_GET_PUBLIC_KEY,
    -			STORE_R_FAILED_GETTING_KEY);
    -		return 0;
    -		}
    -	CRYPTO_add(&object->data.key->references,1,CRYPTO_LOCK_EVP_PKEY);
    +                               OPENSSL_ITEM parameters[])
    +{
    +    STORE_OBJECT *object;
    +    EVP_PKEY *pkey;
    +
    +    check_store(s, STORE_F_STORE_GET_PUBLIC_KEY,
    +                get_object, STORE_R_NO_GET_OBJECT_FUNCTION);
    +
    +    object = s->meth->get_object(s, STORE_OBJECT_TYPE_PUBLIC_KEY,
    +                                 attributes, parameters);
    +    if (!object || !object->data.key || !object->data.key) {
    +        STOREerr(STORE_F_STORE_GET_PUBLIC_KEY, STORE_R_FAILED_GETTING_KEY);
    +        return 0;
    +    }
    +    CRYPTO_add(&object->data.key->references, 1, CRYPTO_LOCK_EVP_PKEY);
     #ifdef REF_PRINT
    -	REF_PRINT("EVP_PKEY",data);
    +    REF_PRINT("EVP_PKEY", data);
     #endif
    -	pkey = object->data.key;
    -	STORE_OBJECT_free(object);
    -	return pkey;
    -	}
    -
    -int STORE_store_public_key(STORE *s, EVP_PKEY *data, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[])
    -	{
    -	STORE_OBJECT *object;
    -	int i;
    -
    -	check_store(s,STORE_F_STORE_STORE_PUBLIC_KEY,
    -		store_object,STORE_R_NO_STORE_OBJECT_FUNCTION);
    -
    -	object = STORE_OBJECT_new();
    -	if (!object)
    -		{
    -		STOREerr(STORE_F_STORE_STORE_PUBLIC_KEY,
    -			ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	object->data.key = EVP_PKEY_new();
    -	if (!object->data.key)
    -		{
    -		STOREerr(STORE_F_STORE_STORE_PUBLIC_KEY,
    -			ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	
    -	CRYPTO_add(&data->references,1,CRYPTO_LOCK_EVP_PKEY);
    +    pkey = object->data.key;
    +    STORE_OBJECT_free(object);
    +    return pkey;
    +}
    +
    +int STORE_store_public_key(STORE *s, EVP_PKEY *data,
    +                           OPENSSL_ITEM attributes[],
    +                           OPENSSL_ITEM parameters[])
    +{
    +    STORE_OBJECT *object;
    +    int i;
    +
    +    check_store(s, STORE_F_STORE_STORE_PUBLIC_KEY,
    +                store_object, STORE_R_NO_STORE_OBJECT_FUNCTION);
    +
    +    object = STORE_OBJECT_new();
    +    if (!object) {
    +        STOREerr(STORE_F_STORE_STORE_PUBLIC_KEY, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    object->data.key = EVP_PKEY_new();
    +    if (!object->data.key) {
    +        STOREerr(STORE_F_STORE_STORE_PUBLIC_KEY, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +
    +    CRYPTO_add(&data->references, 1, CRYPTO_LOCK_EVP_PKEY);
     #ifdef REF_PRINT
    -	REF_PRINT("EVP_PKEY",data);
    +    REF_PRINT("EVP_PKEY", data);
     #endif
    -	object->data.key = data;
    +    object->data.key = data;
     
    -	i = s->meth->store_object(s, STORE_OBJECT_TYPE_PUBLIC_KEY, object,
    -		attributes, parameters);
    +    i = s->meth->store_object(s, STORE_OBJECT_TYPE_PUBLIC_KEY, object,
    +                              attributes, parameters);
     
    -	STORE_OBJECT_free(object);
    +    STORE_OBJECT_free(object);
     
    -	if (!i)
    -		{
    -		STOREerr(STORE_F_STORE_STORE_PUBLIC_KEY,
    -			STORE_R_FAILED_STORING_KEY);
    -		return 0;
    -		}
    -	return i;
    -	}
    +    if (!i) {
    +        STOREerr(STORE_F_STORE_STORE_PUBLIC_KEY, STORE_R_FAILED_STORING_KEY);
    +        return 0;
    +    }
    +    return i;
    +}
     
     int STORE_modify_public_key(STORE *s, OPENSSL_ITEM search_attributes[],
    -	OPENSSL_ITEM add_attributes[], OPENSSL_ITEM modify_attributes[],
    -	OPENSSL_ITEM delete_attributes[], OPENSSL_ITEM parameters[])
    -	{
    -	check_store(s,STORE_F_STORE_MODIFY_PUBLIC_KEY,
    -		modify_object,STORE_R_NO_MODIFY_OBJECT_FUNCTION);
    -
    -	if (!s->meth->modify_object(s, STORE_OBJECT_TYPE_PUBLIC_KEY,
    -		    search_attributes, add_attributes, modify_attributes,
    -		    delete_attributes, parameters))
    -		{
    -		STOREerr(STORE_F_STORE_MODIFY_PUBLIC_KEY,
    -			STORE_R_FAILED_MODIFYING_PUBLIC_KEY);
    -		return 0;
    -		}
    -	return 1;
    -	}
    +                            OPENSSL_ITEM add_attributes[],
    +                            OPENSSL_ITEM modify_attributes[],
    +                            OPENSSL_ITEM delete_attributes[],
    +                            OPENSSL_ITEM parameters[])
    +{
    +    check_store(s, STORE_F_STORE_MODIFY_PUBLIC_KEY,
    +                modify_object, STORE_R_NO_MODIFY_OBJECT_FUNCTION);
    +
    +    if (!s->meth->modify_object(s, STORE_OBJECT_TYPE_PUBLIC_KEY,
    +                                search_attributes, add_attributes,
    +                                modify_attributes, delete_attributes,
    +                                parameters)) {
    +        STOREerr(STORE_F_STORE_MODIFY_PUBLIC_KEY,
    +                 STORE_R_FAILED_MODIFYING_PUBLIC_KEY);
    +        return 0;
    +    }
    +    return 1;
    +}
     
     int STORE_revoke_public_key(STORE *s, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[])
    -	{
    -	int i;
    +                            OPENSSL_ITEM parameters[])
    +{
    +    int i;
     
    -	check_store(s,STORE_F_STORE_REVOKE_PUBLIC_KEY,
    -		revoke_object,STORE_R_NO_REVOKE_OBJECT_FUNCTION);
    +    check_store(s, STORE_F_STORE_REVOKE_PUBLIC_KEY,
    +                revoke_object, STORE_R_NO_REVOKE_OBJECT_FUNCTION);
     
    -	i = s->meth->revoke_object(s, STORE_OBJECT_TYPE_PUBLIC_KEY,
    -		attributes, parameters);
    +    i = s->meth->revoke_object(s, STORE_OBJECT_TYPE_PUBLIC_KEY,
    +                               attributes, parameters);
     
    -	if (!i)
    -		{
    -		STOREerr(STORE_F_STORE_REVOKE_PUBLIC_KEY,
    -			STORE_R_FAILED_REVOKING_KEY);
    -		return 0;
    -		}
    -	return i;
    -	}
    +    if (!i) {
    +        STOREerr(STORE_F_STORE_REVOKE_PUBLIC_KEY,
    +                 STORE_R_FAILED_REVOKING_KEY);
    +        return 0;
    +    }
    +    return i;
    +}
     
     int STORE_delete_public_key(STORE *s, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[])
    -	{
    -	check_store(s,STORE_F_STORE_DELETE_PUBLIC_KEY,
    -		delete_object,STORE_R_NO_DELETE_OBJECT_FUNCTION);
    -	
    -	if (!s->meth->delete_object(s, STORE_OBJECT_TYPE_PUBLIC_KEY,
    -		    attributes, parameters))
    -		{
    -		STOREerr(STORE_F_STORE_DELETE_PUBLIC_KEY,
    -			STORE_R_FAILED_DELETING_KEY);
    -		return 0;
    -		}
    -	return 1;
    -	}
    +                            OPENSSL_ITEM parameters[])
    +{
    +    check_store(s, STORE_F_STORE_DELETE_PUBLIC_KEY,
    +                delete_object, STORE_R_NO_DELETE_OBJECT_FUNCTION);
    +
    +    if (!s->meth->delete_object(s, STORE_OBJECT_TYPE_PUBLIC_KEY,
    +                                attributes, parameters)) {
    +        STOREerr(STORE_F_STORE_DELETE_PUBLIC_KEY,
    +                 STORE_R_FAILED_DELETING_KEY);
    +        return 0;
    +    }
    +    return 1;
    +}
     
     void *STORE_list_public_key_start(STORE *s, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[])
    -	{
    -	void *handle;
    -
    -	check_store(s,STORE_F_STORE_LIST_PUBLIC_KEY_START,
    -		list_object_start,STORE_R_NO_LIST_OBJECT_START_FUNCTION);
    -
    -	handle = s->meth->list_object_start(s, STORE_OBJECT_TYPE_PUBLIC_KEY,
    -		attributes, parameters);
    -	if (!handle)
    -		{
    -		STOREerr(STORE_F_STORE_LIST_PUBLIC_KEY_START,
    -			STORE_R_FAILED_LISTING_KEYS);
    -		return 0;
    -		}
    -	return handle;
    -	}
    +                                  OPENSSL_ITEM parameters[])
    +{
    +    void *handle;
    +
    +    check_store(s, STORE_F_STORE_LIST_PUBLIC_KEY_START,
    +                list_object_start, STORE_R_NO_LIST_OBJECT_START_FUNCTION);
    +
    +    handle = s->meth->list_object_start(s, STORE_OBJECT_TYPE_PUBLIC_KEY,
    +                                        attributes, parameters);
    +    if (!handle) {
    +        STOREerr(STORE_F_STORE_LIST_PUBLIC_KEY_START,
    +                 STORE_R_FAILED_LISTING_KEYS);
    +        return 0;
    +    }
    +    return handle;
    +}
     
     EVP_PKEY *STORE_list_public_key_next(STORE *s, void *handle)
    -	{
    -	STORE_OBJECT *object;
    -	EVP_PKEY *pkey;
    -
    -	check_store(s,STORE_F_STORE_LIST_PUBLIC_KEY_NEXT,
    -		list_object_next,STORE_R_NO_LIST_OBJECT_NEXT_FUNCTION);
    -
    -	object = s->meth->list_object_next(s, handle);
    -	if (!object || !object->data.key || !object->data.key)
    -		{
    -		STOREerr(STORE_F_STORE_LIST_PUBLIC_KEY_NEXT,
    -			STORE_R_FAILED_LISTING_KEYS);
    -		return 0;
    -		}
    -	CRYPTO_add(&object->data.key->references,1,CRYPTO_LOCK_EVP_PKEY);
    +{
    +    STORE_OBJECT *object;
    +    EVP_PKEY *pkey;
    +
    +    check_store(s, STORE_F_STORE_LIST_PUBLIC_KEY_NEXT,
    +                list_object_next, STORE_R_NO_LIST_OBJECT_NEXT_FUNCTION);
    +
    +    object = s->meth->list_object_next(s, handle);
    +    if (!object || !object->data.key || !object->data.key) {
    +        STOREerr(STORE_F_STORE_LIST_PUBLIC_KEY_NEXT,
    +                 STORE_R_FAILED_LISTING_KEYS);
    +        return 0;
    +    }
    +    CRYPTO_add(&object->data.key->references, 1, CRYPTO_LOCK_EVP_PKEY);
     #ifdef REF_PRINT
    -	REF_PRINT("EVP_PKEY",data);
    +    REF_PRINT("EVP_PKEY", data);
     #endif
    -	pkey = object->data.key;
    -	STORE_OBJECT_free(object);
    -	return pkey;
    -	}
    +    pkey = object->data.key;
    +    STORE_OBJECT_free(object);
    +    return pkey;
    +}
     
     int STORE_list_public_key_end(STORE *s, void *handle)
    -	{
    -	check_store(s,STORE_F_STORE_LIST_PUBLIC_KEY_END,
    -		list_object_end,STORE_R_NO_LIST_OBJECT_END_FUNCTION);
    -
    -	if (!s->meth->list_object_end(s, handle))
    -		{
    -		STOREerr(STORE_F_STORE_LIST_PUBLIC_KEY_END,
    -			STORE_R_FAILED_LISTING_KEYS);
    -		return 0;
    -		}
    -	return 1;
    -	}
    +{
    +    check_store(s, STORE_F_STORE_LIST_PUBLIC_KEY_END,
    +                list_object_end, STORE_R_NO_LIST_OBJECT_END_FUNCTION);
    +
    +    if (!s->meth->list_object_end(s, handle)) {
    +        STOREerr(STORE_F_STORE_LIST_PUBLIC_KEY_END,
    +                 STORE_R_FAILED_LISTING_KEYS);
    +        return 0;
    +    }
    +    return 1;
    +}
     
     int STORE_list_public_key_endp(STORE *s, void *handle)
    -	{
    -	check_store(s,STORE_F_STORE_LIST_PUBLIC_KEY_ENDP,
    -		list_object_endp,STORE_R_NO_LIST_OBJECT_ENDP_FUNCTION);
    -
    -	if (!s->meth->list_object_endp(s, handle))
    -		{
    -		STOREerr(STORE_F_STORE_LIST_PUBLIC_KEY_ENDP,
    -			STORE_R_FAILED_LISTING_KEYS);
    -		return 0;
    -		}
    -	return 1;
    -	}
    +{
    +    check_store(s, STORE_F_STORE_LIST_PUBLIC_KEY_ENDP,
    +                list_object_endp, STORE_R_NO_LIST_OBJECT_ENDP_FUNCTION);
    +
    +    if (!s->meth->list_object_endp(s, handle)) {
    +        STOREerr(STORE_F_STORE_LIST_PUBLIC_KEY_ENDP,
    +                 STORE_R_FAILED_LISTING_KEYS);
    +        return 0;
    +    }
    +    return 1;
    +}
     
     X509_CRL *STORE_generate_crl(STORE *s, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[])
    -	{
    -	STORE_OBJECT *object;
    -	X509_CRL *crl;
    -
    -	check_store(s,STORE_F_STORE_GENERATE_CRL,
    -		generate_object,STORE_R_NO_GENERATE_CRL_FUNCTION);
    -
    -	object = s->meth->generate_object(s, STORE_OBJECT_TYPE_X509_CRL,
    -		attributes, parameters);
    -	if (!object || !object->data.crl)
    -		{
    -		STOREerr(STORE_F_STORE_GENERATE_CRL,
    -			STORE_R_FAILED_GENERATING_CRL);
    -		return 0;
    -		}
    -	CRYPTO_add(&object->data.crl->references,1,CRYPTO_LOCK_X509_CRL);
    +                             OPENSSL_ITEM parameters[])
    +{
    +    STORE_OBJECT *object;
    +    X509_CRL *crl;
    +
    +    check_store(s, STORE_F_STORE_GENERATE_CRL,
    +                generate_object, STORE_R_NO_GENERATE_CRL_FUNCTION);
    +
    +    object = s->meth->generate_object(s, STORE_OBJECT_TYPE_X509_CRL,
    +                                      attributes, parameters);
    +    if (!object || !object->data.crl) {
    +        STOREerr(STORE_F_STORE_GENERATE_CRL, STORE_R_FAILED_GENERATING_CRL);
    +        return 0;
    +    }
    +    CRYPTO_add(&object->data.crl->references, 1, CRYPTO_LOCK_X509_CRL);
     #ifdef REF_PRINT
    -	REF_PRINT("X509_CRL",data);
    +    REF_PRINT("X509_CRL", data);
     #endif
    -	crl = object->data.crl;
    -	STORE_OBJECT_free(object);
    -	return crl;
    -	}
    +    crl = object->data.crl;
    +    STORE_OBJECT_free(object);
    +    return crl;
    +}
     
     X509_CRL *STORE_get_crl(STORE *s, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[])
    -	{
    -	STORE_OBJECT *object;
    -	X509_CRL *crl;
    -
    -	check_store(s,STORE_F_STORE_GET_CRL,
    -		get_object,STORE_R_NO_GET_OBJECT_FUNCTION);
    -
    -	object = s->meth->get_object(s, STORE_OBJECT_TYPE_X509_CRL,
    -		attributes, parameters);
    -	if (!object || !object->data.crl)
    -		{
    -		STOREerr(STORE_F_STORE_GET_CRL,
    -			STORE_R_FAILED_GETTING_KEY);
    -		return 0;
    -		}
    -	CRYPTO_add(&object->data.crl->references,1,CRYPTO_LOCK_X509_CRL);
    +                        OPENSSL_ITEM parameters[])
    +{
    +    STORE_OBJECT *object;
    +    X509_CRL *crl;
    +
    +    check_store(s, STORE_F_STORE_GET_CRL,
    +                get_object, STORE_R_NO_GET_OBJECT_FUNCTION);
    +
    +    object = s->meth->get_object(s, STORE_OBJECT_TYPE_X509_CRL,
    +                                 attributes, parameters);
    +    if (!object || !object->data.crl) {
    +        STOREerr(STORE_F_STORE_GET_CRL, STORE_R_FAILED_GETTING_KEY);
    +        return 0;
    +    }
    +    CRYPTO_add(&object->data.crl->references, 1, CRYPTO_LOCK_X509_CRL);
     #ifdef REF_PRINT
    -	REF_PRINT("X509_CRL",data);
    +    REF_PRINT("X509_CRL", data);
     #endif
    -	crl = object->data.crl;
    -	STORE_OBJECT_free(object);
    -	return crl;
    -	}
    +    crl = object->data.crl;
    +    STORE_OBJECT_free(object);
    +    return crl;
    +}
     
     int STORE_store_crl(STORE *s, X509_CRL *data, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[])
    -	{
    -	STORE_OBJECT *object;
    -	int i;
    -
    -	check_store(s,STORE_F_STORE_STORE_CRL,
    -		store_object,STORE_R_NO_STORE_OBJECT_FUNCTION);
    -
    -	object = STORE_OBJECT_new();
    -	if (!object)
    -		{
    -		STOREerr(STORE_F_STORE_STORE_CRL,
    -			ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	
    -	CRYPTO_add(&data->references,1,CRYPTO_LOCK_X509_CRL);
    +                    OPENSSL_ITEM parameters[])
    +{
    +    STORE_OBJECT *object;
    +    int i;
    +
    +    check_store(s, STORE_F_STORE_STORE_CRL,
    +                store_object, STORE_R_NO_STORE_OBJECT_FUNCTION);
    +
    +    object = STORE_OBJECT_new();
    +    if (!object) {
    +        STOREerr(STORE_F_STORE_STORE_CRL, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +
    +    CRYPTO_add(&data->references, 1, CRYPTO_LOCK_X509_CRL);
     #ifdef REF_PRINT
    -	REF_PRINT("X509_CRL",data);
    +    REF_PRINT("X509_CRL", data);
     #endif
    -	object->data.crl = data;
    +    object->data.crl = data;
     
    -	i = s->meth->store_object(s, STORE_OBJECT_TYPE_X509_CRL, object,
    -		attributes, parameters);
    +    i = s->meth->store_object(s, STORE_OBJECT_TYPE_X509_CRL, object,
    +                              attributes, parameters);
     
    -	STORE_OBJECT_free(object);
    +    STORE_OBJECT_free(object);
     
    -	if (!i)
    -		{
    -		STOREerr(STORE_F_STORE_STORE_CRL,
    -			STORE_R_FAILED_STORING_KEY);
    -		return 0;
    -		}
    -	return i;
    -	}
    +    if (!i) {
    +        STOREerr(STORE_F_STORE_STORE_CRL, STORE_R_FAILED_STORING_KEY);
    +        return 0;
    +    }
    +    return i;
    +}
     
     int STORE_modify_crl(STORE *s, OPENSSL_ITEM search_attributes[],
    -	OPENSSL_ITEM add_attributes[], OPENSSL_ITEM modify_attributes[],
    -	OPENSSL_ITEM delete_attributes[], OPENSSL_ITEM parameters[])
    -	{
    -	check_store(s,STORE_F_STORE_MODIFY_CRL,
    -		modify_object,STORE_R_NO_MODIFY_OBJECT_FUNCTION);
    -
    -	if (!s->meth->modify_object(s, STORE_OBJECT_TYPE_X509_CRL,
    -		    search_attributes, add_attributes, modify_attributes,
    -		    delete_attributes, parameters))
    -		{
    -		STOREerr(STORE_F_STORE_MODIFY_CRL,
    -			STORE_R_FAILED_MODIFYING_CRL);
    -		return 0;
    -		}
    -	return 1;
    -	}
    +                     OPENSSL_ITEM add_attributes[],
    +                     OPENSSL_ITEM modify_attributes[],
    +                     OPENSSL_ITEM delete_attributes[],
    +                     OPENSSL_ITEM parameters[])
    +{
    +    check_store(s, STORE_F_STORE_MODIFY_CRL,
    +                modify_object, STORE_R_NO_MODIFY_OBJECT_FUNCTION);
    +
    +    if (!s->meth->modify_object(s, STORE_OBJECT_TYPE_X509_CRL,
    +                                search_attributes, add_attributes,
    +                                modify_attributes, delete_attributes,
    +                                parameters)) {
    +        STOREerr(STORE_F_STORE_MODIFY_CRL, STORE_R_FAILED_MODIFYING_CRL);
    +        return 0;
    +    }
    +    return 1;
    +}
     
     int STORE_delete_crl(STORE *s, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[])
    -	{
    -	check_store(s,STORE_F_STORE_DELETE_CRL,
    -		delete_object,STORE_R_NO_DELETE_OBJECT_FUNCTION);
    -	
    -	if (!s->meth->delete_object(s, STORE_OBJECT_TYPE_X509_CRL,
    -		    attributes, parameters))
    -		{
    -		STOREerr(STORE_F_STORE_DELETE_CRL,
    -			STORE_R_FAILED_DELETING_KEY);
    -		return 0;
    -		}
    -	return 1;
    -	}
    +                     OPENSSL_ITEM parameters[])
    +{
    +    check_store(s, STORE_F_STORE_DELETE_CRL,
    +                delete_object, STORE_R_NO_DELETE_OBJECT_FUNCTION);
    +
    +    if (!s->meth->delete_object(s, STORE_OBJECT_TYPE_X509_CRL,
    +                                attributes, parameters)) {
    +        STOREerr(STORE_F_STORE_DELETE_CRL, STORE_R_FAILED_DELETING_KEY);
    +        return 0;
    +    }
    +    return 1;
    +}
     
     void *STORE_list_crl_start(STORE *s, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[])
    -	{
    -	void *handle;
    -
    -	check_store(s,STORE_F_STORE_LIST_CRL_START,
    -		list_object_start,STORE_R_NO_LIST_OBJECT_START_FUNCTION);
    -
    -	handle = s->meth->list_object_start(s, STORE_OBJECT_TYPE_X509_CRL,
    -		attributes, parameters);
    -	if (!handle)
    -		{
    -		STOREerr(STORE_F_STORE_LIST_CRL_START,
    -			STORE_R_FAILED_LISTING_KEYS);
    -		return 0;
    -		}
    -	return handle;
    -	}
    +                           OPENSSL_ITEM parameters[])
    +{
    +    void *handle;
    +
    +    check_store(s, STORE_F_STORE_LIST_CRL_START,
    +                list_object_start, STORE_R_NO_LIST_OBJECT_START_FUNCTION);
    +
    +    handle = s->meth->list_object_start(s, STORE_OBJECT_TYPE_X509_CRL,
    +                                        attributes, parameters);
    +    if (!handle) {
    +        STOREerr(STORE_F_STORE_LIST_CRL_START, STORE_R_FAILED_LISTING_KEYS);
    +        return 0;
    +    }
    +    return handle;
    +}
     
     X509_CRL *STORE_list_crl_next(STORE *s, void *handle)
    -	{
    -	STORE_OBJECT *object;
    -	X509_CRL *crl;
    -
    -	check_store(s,STORE_F_STORE_LIST_CRL_NEXT,
    -		list_object_next,STORE_R_NO_LIST_OBJECT_NEXT_FUNCTION);
    -
    -	object = s->meth->list_object_next(s, handle);
    -	if (!object || !object->data.crl)
    -		{
    -		STOREerr(STORE_F_STORE_LIST_CRL_NEXT,
    -			STORE_R_FAILED_LISTING_KEYS);
    -		return 0;
    -		}
    -	CRYPTO_add(&object->data.crl->references,1,CRYPTO_LOCK_X509_CRL);
    +{
    +    STORE_OBJECT *object;
    +    X509_CRL *crl;
    +
    +    check_store(s, STORE_F_STORE_LIST_CRL_NEXT,
    +                list_object_next, STORE_R_NO_LIST_OBJECT_NEXT_FUNCTION);
    +
    +    object = s->meth->list_object_next(s, handle);
    +    if (!object || !object->data.crl) {
    +        STOREerr(STORE_F_STORE_LIST_CRL_NEXT, STORE_R_FAILED_LISTING_KEYS);
    +        return 0;
    +    }
    +    CRYPTO_add(&object->data.crl->references, 1, CRYPTO_LOCK_X509_CRL);
     #ifdef REF_PRINT
    -	REF_PRINT("X509_CRL",data);
    +    REF_PRINT("X509_CRL", data);
     #endif
    -	crl = object->data.crl;
    -	STORE_OBJECT_free(object);
    -	return crl;
    -	}
    +    crl = object->data.crl;
    +    STORE_OBJECT_free(object);
    +    return crl;
    +}
     
     int STORE_list_crl_end(STORE *s, void *handle)
    -	{
    -	check_store(s,STORE_F_STORE_LIST_CRL_END,
    -		list_object_end,STORE_R_NO_LIST_OBJECT_END_FUNCTION);
    -
    -	if (!s->meth->list_object_end(s, handle))
    -		{
    -		STOREerr(STORE_F_STORE_LIST_CRL_END,
    -			STORE_R_FAILED_LISTING_KEYS);
    -		return 0;
    -		}
    -	return 1;
    -	}
    +{
    +    check_store(s, STORE_F_STORE_LIST_CRL_END,
    +                list_object_end, STORE_R_NO_LIST_OBJECT_END_FUNCTION);
    +
    +    if (!s->meth->list_object_end(s, handle)) {
    +        STOREerr(STORE_F_STORE_LIST_CRL_END, STORE_R_FAILED_LISTING_KEYS);
    +        return 0;
    +    }
    +    return 1;
    +}
     
     int STORE_list_crl_endp(STORE *s, void *handle)
    -	{
    -	check_store(s,STORE_F_STORE_LIST_CRL_ENDP,
    -		list_object_endp,STORE_R_NO_LIST_OBJECT_ENDP_FUNCTION);
    -
    -	if (!s->meth->list_object_endp(s, handle))
    -		{
    -		STOREerr(STORE_F_STORE_LIST_CRL_ENDP,
    -			STORE_R_FAILED_LISTING_KEYS);
    -		return 0;
    -		}
    -	return 1;
    -	}
    +{
    +    check_store(s, STORE_F_STORE_LIST_CRL_ENDP,
    +                list_object_endp, STORE_R_NO_LIST_OBJECT_ENDP_FUNCTION);
    +
    +    if (!s->meth->list_object_endp(s, handle)) {
    +        STOREerr(STORE_F_STORE_LIST_CRL_ENDP, STORE_R_FAILED_LISTING_KEYS);
    +        return 0;
    +    }
    +    return 1;
    +}
     
     int STORE_store_number(STORE *s, BIGNUM *data, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[])
    -	{
    -	STORE_OBJECT *object;
    -	int i;
    -
    -	check_store(s,STORE_F_STORE_STORE_NUMBER,
    -		store_object,STORE_R_NO_STORE_OBJECT_NUMBER_FUNCTION);
    -
    -	object = STORE_OBJECT_new();
    -	if (!object)
    -		{
    -		STOREerr(STORE_F_STORE_STORE_NUMBER,
    -			ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	
    -	object->data.number = data;
    -
    -	i = s->meth->store_object(s, STORE_OBJECT_TYPE_NUMBER, object,
    -		attributes, parameters);
    -
    -	STORE_OBJECT_free(object);
    -
    -	if (!i)
    -		{
    -		STOREerr(STORE_F_STORE_STORE_NUMBER,
    -			STORE_R_FAILED_STORING_NUMBER);
    -		return 0;
    -		}
    -	return 1;
    -	}
    +                       OPENSSL_ITEM parameters[])
    +{
    +    STORE_OBJECT *object;
    +    int i;
    +
    +    check_store(s, STORE_F_STORE_STORE_NUMBER,
    +                store_object, STORE_R_NO_STORE_OBJECT_NUMBER_FUNCTION);
    +
    +    object = STORE_OBJECT_new();
    +    if (!object) {
    +        STOREerr(STORE_F_STORE_STORE_NUMBER, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +
    +    object->data.number = data;
    +
    +    i = s->meth->store_object(s, STORE_OBJECT_TYPE_NUMBER, object,
    +                              attributes, parameters);
    +
    +    STORE_OBJECT_free(object);
    +
    +    if (!i) {
    +        STOREerr(STORE_F_STORE_STORE_NUMBER, STORE_R_FAILED_STORING_NUMBER);
    +        return 0;
    +    }
    +    return 1;
    +}
     
     int STORE_modify_number(STORE *s, OPENSSL_ITEM search_attributes[],
    -	OPENSSL_ITEM add_attributes[], OPENSSL_ITEM modify_attributes[],
    -	OPENSSL_ITEM delete_attributes[], OPENSSL_ITEM parameters[])
    -	{
    -	check_store(s,STORE_F_STORE_MODIFY_NUMBER,
    -		modify_object,STORE_R_NO_MODIFY_OBJECT_FUNCTION);
    -
    -	if (!s->meth->modify_object(s, STORE_OBJECT_TYPE_NUMBER,
    -		    search_attributes, add_attributes, modify_attributes,
    -		    delete_attributes, parameters))
    -		{
    -		STOREerr(STORE_F_STORE_MODIFY_NUMBER,
    -			STORE_R_FAILED_MODIFYING_NUMBER);
    -		return 0;
    -		}
    -	return 1;
    -	}
    +                        OPENSSL_ITEM add_attributes[],
    +                        OPENSSL_ITEM modify_attributes[],
    +                        OPENSSL_ITEM delete_attributes[],
    +                        OPENSSL_ITEM parameters[])
    +{
    +    check_store(s, STORE_F_STORE_MODIFY_NUMBER,
    +                modify_object, STORE_R_NO_MODIFY_OBJECT_FUNCTION);
    +
    +    if (!s->meth->modify_object(s, STORE_OBJECT_TYPE_NUMBER,
    +                                search_attributes, add_attributes,
    +                                modify_attributes, delete_attributes,
    +                                parameters)) {
    +        STOREerr(STORE_F_STORE_MODIFY_NUMBER,
    +                 STORE_R_FAILED_MODIFYING_NUMBER);
    +        return 0;
    +    }
    +    return 1;
    +}
     
     BIGNUM *STORE_get_number(STORE *s, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[])
    -	{
    -	STORE_OBJECT *object;
    -	BIGNUM *n;
    -
    -	check_store(s,STORE_F_STORE_GET_NUMBER,
    -		get_object,STORE_R_NO_GET_OBJECT_NUMBER_FUNCTION);
    -
    -	object = s->meth->get_object(s, STORE_OBJECT_TYPE_NUMBER, attributes,
    -		parameters);
    -	if (!object || !object->data.number)
    -		{
    -		STOREerr(STORE_F_STORE_GET_NUMBER,
    -			STORE_R_FAILED_GETTING_NUMBER);
    -		return 0;
    -		}
    -	n = object->data.number;
    -	object->data.number = NULL;
    -	STORE_OBJECT_free(object);
    -	return n;
    -	}
    +                         OPENSSL_ITEM parameters[])
    +{
    +    STORE_OBJECT *object;
    +    BIGNUM *n;
    +
    +    check_store(s, STORE_F_STORE_GET_NUMBER,
    +                get_object, STORE_R_NO_GET_OBJECT_NUMBER_FUNCTION);
    +
    +    object = s->meth->get_object(s, STORE_OBJECT_TYPE_NUMBER, attributes,
    +                                 parameters);
    +    if (!object || !object->data.number) {
    +        STOREerr(STORE_F_STORE_GET_NUMBER, STORE_R_FAILED_GETTING_NUMBER);
    +        return 0;
    +    }
    +    n = object->data.number;
    +    object->data.number = NULL;
    +    STORE_OBJECT_free(object);
    +    return n;
    +}
     
     int STORE_delete_number(STORE *s, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[])
    -	{
    -	check_store(s,STORE_F_STORE_DELETE_NUMBER,
    -		delete_object,STORE_R_NO_DELETE_NUMBER_FUNCTION);
    -
    -	if (!s->meth->delete_object(s, STORE_OBJECT_TYPE_NUMBER, attributes,
    -		    parameters))
    -		{
    -		STOREerr(STORE_F_STORE_DELETE_NUMBER,
    -			STORE_R_FAILED_DELETING_NUMBER);
    -		return 0;
    -		}
    -	return 1;
    -	}
    +                        OPENSSL_ITEM parameters[])
    +{
    +    check_store(s, STORE_F_STORE_DELETE_NUMBER,
    +                delete_object, STORE_R_NO_DELETE_NUMBER_FUNCTION);
    +
    +    if (!s->meth->delete_object(s, STORE_OBJECT_TYPE_NUMBER, attributes,
    +                                parameters)) {
    +        STOREerr(STORE_F_STORE_DELETE_NUMBER, STORE_R_FAILED_DELETING_NUMBER);
    +        return 0;
    +    }
    +    return 1;
    +}
     
     int STORE_store_arbitrary(STORE *s, BUF_MEM *data, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[])
    -	{
    -	STORE_OBJECT *object;
    -	int i;
    -
    -	check_store(s,STORE_F_STORE_STORE_ARBITRARY,
    -		store_object,STORE_R_NO_STORE_OBJECT_ARBITRARY_FUNCTION);
    -
    -	object = STORE_OBJECT_new();
    -	if (!object)
    -		{
    -		STOREerr(STORE_F_STORE_STORE_ARBITRARY,
    -			ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	
    -	object->data.arbitrary = data;
    -
    -	i = s->meth->store_object(s, STORE_OBJECT_TYPE_ARBITRARY, object,
    -		attributes, parameters);
    -
    -	STORE_OBJECT_free(object);
    -
    -	if (!i)
    -		{
    -		STOREerr(STORE_F_STORE_STORE_ARBITRARY,
    -			STORE_R_FAILED_STORING_ARBITRARY);
    -		return 0;
    -		}
    -	return 1;
    -	}
    +                          OPENSSL_ITEM parameters[])
    +{
    +    STORE_OBJECT *object;
    +    int i;
    +
    +    check_store(s, STORE_F_STORE_STORE_ARBITRARY,
    +                store_object, STORE_R_NO_STORE_OBJECT_ARBITRARY_FUNCTION);
    +
    +    object = STORE_OBJECT_new();
    +    if (!object) {
    +        STOREerr(STORE_F_STORE_STORE_ARBITRARY, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +
    +    object->data.arbitrary = data;
    +
    +    i = s->meth->store_object(s, STORE_OBJECT_TYPE_ARBITRARY, object,
    +                              attributes, parameters);
    +
    +    STORE_OBJECT_free(object);
    +
    +    if (!i) {
    +        STOREerr(STORE_F_STORE_STORE_ARBITRARY,
    +                 STORE_R_FAILED_STORING_ARBITRARY);
    +        return 0;
    +    }
    +    return 1;
    +}
     
     int STORE_modify_arbitrary(STORE *s, OPENSSL_ITEM search_attributes[],
    -	OPENSSL_ITEM add_attributes[], OPENSSL_ITEM modify_attributes[],
    -	OPENSSL_ITEM delete_attributes[], OPENSSL_ITEM parameters[])
    -	{
    -	check_store(s,STORE_F_STORE_MODIFY_ARBITRARY,
    -		modify_object,STORE_R_NO_MODIFY_OBJECT_FUNCTION);
    -
    -	if (!s->meth->modify_object(s, STORE_OBJECT_TYPE_ARBITRARY,
    -		    search_attributes, add_attributes, modify_attributes,
    -		    delete_attributes, parameters))
    -		{
    -		STOREerr(STORE_F_STORE_MODIFY_ARBITRARY,
    -			STORE_R_FAILED_MODIFYING_ARBITRARY);
    -		return 0;
    -		}
    -	return 1;
    -	}
    +                           OPENSSL_ITEM add_attributes[],
    +                           OPENSSL_ITEM modify_attributes[],
    +                           OPENSSL_ITEM delete_attributes[],
    +                           OPENSSL_ITEM parameters[])
    +{
    +    check_store(s, STORE_F_STORE_MODIFY_ARBITRARY,
    +                modify_object, STORE_R_NO_MODIFY_OBJECT_FUNCTION);
    +
    +    if (!s->meth->modify_object(s, STORE_OBJECT_TYPE_ARBITRARY,
    +                                search_attributes, add_attributes,
    +                                modify_attributes, delete_attributes,
    +                                parameters)) {
    +        STOREerr(STORE_F_STORE_MODIFY_ARBITRARY,
    +                 STORE_R_FAILED_MODIFYING_ARBITRARY);
    +        return 0;
    +    }
    +    return 1;
    +}
     
     BUF_MEM *STORE_get_arbitrary(STORE *s, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[])
    -	{
    -	STORE_OBJECT *object;
    -	BUF_MEM *b;
    -
    -	check_store(s,STORE_F_STORE_GET_ARBITRARY,
    -		get_object,STORE_R_NO_GET_OBJECT_ARBITRARY_FUNCTION);
    -
    -	object = s->meth->get_object(s, STORE_OBJECT_TYPE_ARBITRARY,
    -		attributes, parameters);
    -	if (!object || !object->data.arbitrary)
    -		{
    -		STOREerr(STORE_F_STORE_GET_ARBITRARY,
    -			STORE_R_FAILED_GETTING_ARBITRARY);
    -		return 0;
    -		}
    -	b = object->data.arbitrary;
    -	object->data.arbitrary = NULL;
    -	STORE_OBJECT_free(object);
    -	return b;
    -	}
    +                             OPENSSL_ITEM parameters[])
    +{
    +    STORE_OBJECT *object;
    +    BUF_MEM *b;
    +
    +    check_store(s, STORE_F_STORE_GET_ARBITRARY,
    +                get_object, STORE_R_NO_GET_OBJECT_ARBITRARY_FUNCTION);
    +
    +    object = s->meth->get_object(s, STORE_OBJECT_TYPE_ARBITRARY,
    +                                 attributes, parameters);
    +    if (!object || !object->data.arbitrary) {
    +        STOREerr(STORE_F_STORE_GET_ARBITRARY,
    +                 STORE_R_FAILED_GETTING_ARBITRARY);
    +        return 0;
    +    }
    +    b = object->data.arbitrary;
    +    object->data.arbitrary = NULL;
    +    STORE_OBJECT_free(object);
    +    return b;
    +}
     
     int STORE_delete_arbitrary(STORE *s, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[])
    -	{
    -	check_store(s,STORE_F_STORE_DELETE_ARBITRARY,
    -		delete_object,STORE_R_NO_DELETE_ARBITRARY_FUNCTION);
    -
    -	if (!s->meth->delete_object(s, STORE_OBJECT_TYPE_ARBITRARY, attributes,
    -		    parameters))
    -		{
    -		STOREerr(STORE_F_STORE_DELETE_ARBITRARY,
    -			STORE_R_FAILED_DELETING_ARBITRARY);
    -		return 0;
    -		}
    -	return 1;
    -	}
    +                           OPENSSL_ITEM parameters[])
    +{
    +    check_store(s, STORE_F_STORE_DELETE_ARBITRARY,
    +                delete_object, STORE_R_NO_DELETE_ARBITRARY_FUNCTION);
    +
    +    if (!s->meth->delete_object(s, STORE_OBJECT_TYPE_ARBITRARY, attributes,
    +                                parameters)) {
    +        STOREerr(STORE_F_STORE_DELETE_ARBITRARY,
    +                 STORE_R_FAILED_DELETING_ARBITRARY);
    +        return 0;
    +    }
    +    return 1;
    +}
     
     STORE_OBJECT *STORE_OBJECT_new(void)
    -	{
    -	STORE_OBJECT *object = OPENSSL_malloc(sizeof(STORE_OBJECT));
    -	if (object) memset(object, 0, sizeof(STORE_OBJECT));
    -	return object;
    -	}
    +{
    +    STORE_OBJECT *object = OPENSSL_malloc(sizeof(STORE_OBJECT));
    +    if (object)
    +        memset(object, 0, sizeof(STORE_OBJECT));
    +    return object;
    +}
    +
     void STORE_OBJECT_free(STORE_OBJECT *data)
    -	{
    -	if (!data) return;
    -	switch (data->type)
    -		{
    -	case STORE_OBJECT_TYPE_X509_CERTIFICATE:
    -		X509_free(data->data.x509.certificate);
    -		break;
    -	case STORE_OBJECT_TYPE_X509_CRL:
    -		X509_CRL_free(data->data.crl);
    -		break;
    -	case STORE_OBJECT_TYPE_PRIVATE_KEY:
    -	case STORE_OBJECT_TYPE_PUBLIC_KEY:
    -		EVP_PKEY_free(data->data.key);
    -		break;
    -	case STORE_OBJECT_TYPE_NUMBER:
    -		BN_free(data->data.number);
    -		break;
    -	case STORE_OBJECT_TYPE_ARBITRARY:
    -		BUF_MEM_free(data->data.arbitrary);
    -		break;
    -		}
    -	OPENSSL_free(data);
    -	}
    +{
    +    if (!data)
    +        return;
    +    switch (data->type) {
    +    case STORE_OBJECT_TYPE_X509_CERTIFICATE:
    +        X509_free(data->data.x509.certificate);
    +        break;
    +    case STORE_OBJECT_TYPE_X509_CRL:
    +        X509_CRL_free(data->data.crl);
    +        break;
    +    case STORE_OBJECT_TYPE_PRIVATE_KEY:
    +    case STORE_OBJECT_TYPE_PUBLIC_KEY:
    +        EVP_PKEY_free(data->data.key);
    +        break;
    +    case STORE_OBJECT_TYPE_NUMBER:
    +        BN_free(data->data.number);
    +        break;
    +    case STORE_OBJECT_TYPE_ARBITRARY:
    +        BUF_MEM_free(data->data.arbitrary);
    +        break;
    +    }
    +    OPENSSL_free(data);
    +}
     
     IMPLEMENT_STACK_OF(STORE_OBJECT*)
     
    -
    -struct STORE_attr_info_st
    -	{
    -	unsigned char set[(STORE_ATTR_TYPE_NUM + 8) / 8];
    -	union
    -		{
    -		char *cstring;
    -		unsigned char *sha1string;
    -		X509_NAME *dn;
    -		BIGNUM *number;
    -		void *any;
    -		} values[STORE_ATTR_TYPE_NUM+1];
    -	size_t value_sizes[STORE_ATTR_TYPE_NUM+1];
    -	};
    -
    -#define ATTR_IS_SET(a,i)	((i) > 0 && (i) < STORE_ATTR_TYPE_NUM \
    -				&& ((a)->set[(i) / 8] & (1 << ((i) % 8))))
    -#define SET_ATTRBIT(a,i)	((a)->set[(i) / 8] |= (1 << ((i) % 8)))
    -#define CLEAR_ATTRBIT(a,i)	((a)->set[(i) / 8] &= ~(1 << ((i) % 8)))
    +struct STORE_attr_info_st {
    +    unsigned char set[(STORE_ATTR_TYPE_NUM + 8) / 8];
    +    union {
    +        char *cstring;
    +        unsigned char *sha1string;
    +        X509_NAME *dn;
    +        BIGNUM *number;
    +        void *any;
    +    } values[STORE_ATTR_TYPE_NUM + 1];
    +    size_t value_sizes[STORE_ATTR_TYPE_NUM + 1];
    +};
    +
    +#define ATTR_IS_SET(a,i)        ((i) > 0 && (i) < STORE_ATTR_TYPE_NUM \
    +                                && ((a)->set[(i) / 8] & (1 << ((i) % 8))))
    +#define SET_ATTRBIT(a,i)        ((a)->set[(i) / 8] |= (1 << ((i) % 8)))
    +#define CLEAR_ATTRBIT(a,i)      ((a)->set[(i) / 8] &= ~(1 << ((i) % 8)))
     
     STORE_ATTR_INFO *STORE_ATTR_INFO_new(void)
    -	{
    -	return (STORE_ATTR_INFO *)OPENSSL_malloc(sizeof(STORE_ATTR_INFO));
    -	}
    +{
    +    return (STORE_ATTR_INFO *)OPENSSL_malloc(sizeof(STORE_ATTR_INFO));
    +}
    +
     static void STORE_ATTR_INFO_attr_free(STORE_ATTR_INFO *attrs,
    -	STORE_ATTR_TYPES code)
    -	{
    -	if (ATTR_IS_SET(attrs,code))
    -		{
    -		switch(code)
    -			{
    -		case STORE_ATTR_FRIENDLYNAME:
    -		case STORE_ATTR_EMAIL:
    -		case STORE_ATTR_FILENAME:
    -			STORE_ATTR_INFO_modify_cstr(attrs, code, NULL, 0);
    -			break;
    -		case STORE_ATTR_KEYID:
    -		case STORE_ATTR_ISSUERKEYID:
    -		case STORE_ATTR_SUBJECTKEYID:
    -		case STORE_ATTR_ISSUERSERIALHASH:
    -		case STORE_ATTR_CERTHASH:
    -			STORE_ATTR_INFO_modify_sha1str(attrs, code, NULL, 0);
    -			break;
    -		case STORE_ATTR_ISSUER:
    -		case STORE_ATTR_SUBJECT:
    -			STORE_ATTR_INFO_modify_dn(attrs, code, NULL);
    -			break;
    -		case STORE_ATTR_SERIAL:
    -			STORE_ATTR_INFO_modify_number(attrs, code, NULL);
    -			break;
    -		default:
    -			break;
    -			}
    -		}
    -	}
    +                                      STORE_ATTR_TYPES code)
    +{
    +    if (ATTR_IS_SET(attrs, code)) {
    +        switch (code) {
    +        case STORE_ATTR_FRIENDLYNAME:
    +        case STORE_ATTR_EMAIL:
    +        case STORE_ATTR_FILENAME:
    +            STORE_ATTR_INFO_modify_cstr(attrs, code, NULL, 0);
    +            break;
    +        case STORE_ATTR_KEYID:
    +        case STORE_ATTR_ISSUERKEYID:
    +        case STORE_ATTR_SUBJECTKEYID:
    +        case STORE_ATTR_ISSUERSERIALHASH:
    +        case STORE_ATTR_CERTHASH:
    +            STORE_ATTR_INFO_modify_sha1str(attrs, code, NULL, 0);
    +            break;
    +        case STORE_ATTR_ISSUER:
    +        case STORE_ATTR_SUBJECT:
    +            STORE_ATTR_INFO_modify_dn(attrs, code, NULL);
    +            break;
    +        case STORE_ATTR_SERIAL:
    +            STORE_ATTR_INFO_modify_number(attrs, code, NULL);
    +            break;
    +        default:
    +            break;
    +        }
    +    }
    +}
    +
     int STORE_ATTR_INFO_free(STORE_ATTR_INFO *attrs)
    -	{
    -	if (attrs)
    -		{
    -		STORE_ATTR_TYPES i;
    -		for(i = 0; i++ < STORE_ATTR_TYPE_NUM;)
    -			STORE_ATTR_INFO_attr_free(attrs, i);
    -		OPENSSL_free(attrs);
    -		}
    -	return 1;
    -	}
    +{
    +    if (attrs) {
    +        STORE_ATTR_TYPES i;
    +        for (i = 0; i++ < STORE_ATTR_TYPE_NUM;)
    +            STORE_ATTR_INFO_attr_free(attrs, i);
    +        OPENSSL_free(attrs);
    +    }
    +    return 1;
    +}
    +
     char *STORE_ATTR_INFO_get0_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code)
    -	{
    -	if (!attrs)
    -		{
    -		STOREerr(STORE_F_STORE_ATTR_INFO_GET0_CSTR,
    -			ERR_R_PASSED_NULL_PARAMETER);
    -		return NULL;
    -		}
    -	if (ATTR_IS_SET(attrs,code))
    -		return attrs->values[code].cstring;
    -	STOREerr(STORE_F_STORE_ATTR_INFO_GET0_CSTR,
    -		STORE_R_NO_VALUE);
    -	return NULL;
    -	}
    +{
    +    if (!attrs) {
    +        STOREerr(STORE_F_STORE_ATTR_INFO_GET0_CSTR,
    +                 ERR_R_PASSED_NULL_PARAMETER);
    +        return NULL;
    +    }
    +    if (ATTR_IS_SET(attrs, code))
    +        return attrs->values[code].cstring;
    +    STOREerr(STORE_F_STORE_ATTR_INFO_GET0_CSTR, STORE_R_NO_VALUE);
    +    return NULL;
    +}
    +
     unsigned char *STORE_ATTR_INFO_get0_sha1str(STORE_ATTR_INFO *attrs,
    -	STORE_ATTR_TYPES code)
    -	{
    -	if (!attrs)
    -		{
    -		STOREerr(STORE_F_STORE_ATTR_INFO_GET0_SHA1STR,
    -			ERR_R_PASSED_NULL_PARAMETER);
    -		return NULL;
    -		}
    -	if (ATTR_IS_SET(attrs,code))
    -		return attrs->values[code].sha1string;
    -	STOREerr(STORE_F_STORE_ATTR_INFO_GET0_SHA1STR,
    -		STORE_R_NO_VALUE);
    -	return NULL;
    -	}
    -X509_NAME *STORE_ATTR_INFO_get0_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code)
    -	{
    -	if (!attrs)
    -		{
    -		STOREerr(STORE_F_STORE_ATTR_INFO_GET0_DN,
    -			ERR_R_PASSED_NULL_PARAMETER);
    -		return NULL;
    -		}
    -	if (ATTR_IS_SET(attrs,code))
    -		return attrs->values[code].dn;
    -	STOREerr(STORE_F_STORE_ATTR_INFO_GET0_DN,
    -		STORE_R_NO_VALUE);
    -	return NULL;
    -	}
    -BIGNUM *STORE_ATTR_INFO_get0_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code)
    -	{
    -	if (!attrs)
    -		{
    -		STOREerr(STORE_F_STORE_ATTR_INFO_GET0_NUMBER,
    -			ERR_R_PASSED_NULL_PARAMETER);
    -		return NULL;
    -		}
    -	if (ATTR_IS_SET(attrs,code))
    -		return attrs->values[code].number;
    -	STOREerr(STORE_F_STORE_ATTR_INFO_GET0_NUMBER,
    -		STORE_R_NO_VALUE);
    -	return NULL;
    -	}
    +                                            STORE_ATTR_TYPES code)
    +{
    +    if (!attrs) {
    +        STOREerr(STORE_F_STORE_ATTR_INFO_GET0_SHA1STR,
    +                 ERR_R_PASSED_NULL_PARAMETER);
    +        return NULL;
    +    }
    +    if (ATTR_IS_SET(attrs, code))
    +        return attrs->values[code].sha1string;
    +    STOREerr(STORE_F_STORE_ATTR_INFO_GET0_SHA1STR, STORE_R_NO_VALUE);
    +    return NULL;
    +}
    +
    +X509_NAME *STORE_ATTR_INFO_get0_dn(STORE_ATTR_INFO *attrs,
    +                                   STORE_ATTR_TYPES code)
    +{
    +    if (!attrs) {
    +        STOREerr(STORE_F_STORE_ATTR_INFO_GET0_DN,
    +                 ERR_R_PASSED_NULL_PARAMETER);
    +        return NULL;
    +    }
    +    if (ATTR_IS_SET(attrs, code))
    +        return attrs->values[code].dn;
    +    STOREerr(STORE_F_STORE_ATTR_INFO_GET0_DN, STORE_R_NO_VALUE);
    +    return NULL;
    +}
    +
    +BIGNUM *STORE_ATTR_INFO_get0_number(STORE_ATTR_INFO *attrs,
    +                                    STORE_ATTR_TYPES code)
    +{
    +    if (!attrs) {
    +        STOREerr(STORE_F_STORE_ATTR_INFO_GET0_NUMBER,
    +                 ERR_R_PASSED_NULL_PARAMETER);
    +        return NULL;
    +    }
    +    if (ATTR_IS_SET(attrs, code))
    +        return attrs->values[code].number;
    +    STOREerr(STORE_F_STORE_ATTR_INFO_GET0_NUMBER, STORE_R_NO_VALUE);
    +    return NULL;
    +}
    +
     int STORE_ATTR_INFO_set_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
    -	char *cstr, size_t cstr_size)
    -	{
    -	if (!attrs)
    -		{
    -		STOREerr(STORE_F_STORE_ATTR_INFO_SET_CSTR,
    -			ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -	if (!ATTR_IS_SET(attrs,code))
    -		{
    -		if ((attrs->values[code].cstring = BUF_strndup(cstr, cstr_size)))
    -			return 1;
    -		STOREerr(STORE_F_STORE_ATTR_INFO_SET_CSTR,
    -			ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	STOREerr(STORE_F_STORE_ATTR_INFO_SET_CSTR, STORE_R_ALREADY_HAS_A_VALUE);
    -	return 0;
    -	}
    +                             char *cstr, size_t cstr_size)
    +{
    +    if (!attrs) {
    +        STOREerr(STORE_F_STORE_ATTR_INFO_SET_CSTR,
    +                 ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +    if (!ATTR_IS_SET(attrs, code)) {
    +        if ((attrs->values[code].cstring = BUF_strndup(cstr, cstr_size)))
    +            return 1;
    +        STOREerr(STORE_F_STORE_ATTR_INFO_SET_CSTR, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    STOREerr(STORE_F_STORE_ATTR_INFO_SET_CSTR, STORE_R_ALREADY_HAS_A_VALUE);
    +    return 0;
    +}
    +
     int STORE_ATTR_INFO_set_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
    -	unsigned char *sha1str, size_t sha1str_size)
    -	{
    -	if (!attrs)
    -		{
    -		STOREerr(STORE_F_STORE_ATTR_INFO_SET_SHA1STR,
    -			ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -	if (!ATTR_IS_SET(attrs,code))
    -		{
    -		if ((attrs->values[code].sha1string =
    -			    (unsigned char *)BUF_memdup(sha1str,
    -				    sha1str_size)))
    -			return 1;
    -		STOREerr(STORE_F_STORE_ATTR_INFO_SET_SHA1STR,
    -			ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	STOREerr(STORE_F_STORE_ATTR_INFO_SET_SHA1STR, STORE_R_ALREADY_HAS_A_VALUE);
    -	return 0;
    -	}
    +                                unsigned char *sha1str, size_t sha1str_size)
    +{
    +    if (!attrs) {
    +        STOREerr(STORE_F_STORE_ATTR_INFO_SET_SHA1STR,
    +                 ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +    if (!ATTR_IS_SET(attrs, code)) {
    +        if ((attrs->values[code].sha1string =
    +             (unsigned char *)BUF_memdup(sha1str, sha1str_size)))
    +            return 1;
    +        STOREerr(STORE_F_STORE_ATTR_INFO_SET_SHA1STR, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    STOREerr(STORE_F_STORE_ATTR_INFO_SET_SHA1STR,
    +             STORE_R_ALREADY_HAS_A_VALUE);
    +    return 0;
    +}
    +
     int STORE_ATTR_INFO_set_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
    -	X509_NAME *dn)
    -	{
    -	if (!attrs)
    -		{
    -		STOREerr(STORE_F_STORE_ATTR_INFO_SET_DN,
    -			ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -	if (!ATTR_IS_SET(attrs,code))
    -		{
    -		if ((attrs->values[code].dn = X509_NAME_dup(dn)))
    -			return 1;
    -		STOREerr(STORE_F_STORE_ATTR_INFO_SET_DN,
    -			ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	STOREerr(STORE_F_STORE_ATTR_INFO_SET_DN, STORE_R_ALREADY_HAS_A_VALUE);
    -	return 0;
    -	}
    +                           X509_NAME *dn)
    +{
    +    if (!attrs) {
    +        STOREerr(STORE_F_STORE_ATTR_INFO_SET_DN, ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +    if (!ATTR_IS_SET(attrs, code)) {
    +        if ((attrs->values[code].dn = X509_NAME_dup(dn)))
    +            return 1;
    +        STOREerr(STORE_F_STORE_ATTR_INFO_SET_DN, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    STOREerr(STORE_F_STORE_ATTR_INFO_SET_DN, STORE_R_ALREADY_HAS_A_VALUE);
    +    return 0;
    +}
    +
     int STORE_ATTR_INFO_set_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
    -	BIGNUM *number)
    -	{
    -	if (!attrs)
    -		{
    -		STOREerr(STORE_F_STORE_ATTR_INFO_SET_NUMBER,
    -			ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -	if (!ATTR_IS_SET(attrs,code))
    -		{
    -		if ((attrs->values[code].number = BN_dup(number)))
    -			return 1;
    -		STOREerr(STORE_F_STORE_ATTR_INFO_SET_NUMBER,
    -			ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	STOREerr(STORE_F_STORE_ATTR_INFO_SET_NUMBER, STORE_R_ALREADY_HAS_A_VALUE);
    -	return 0;
    -	}
    +                               BIGNUM *number)
    +{
    +    if (!attrs) {
    +        STOREerr(STORE_F_STORE_ATTR_INFO_SET_NUMBER,
    +                 ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +    if (!ATTR_IS_SET(attrs, code)) {
    +        if ((attrs->values[code].number = BN_dup(number)))
    +            return 1;
    +        STOREerr(STORE_F_STORE_ATTR_INFO_SET_NUMBER, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    STOREerr(STORE_F_STORE_ATTR_INFO_SET_NUMBER, STORE_R_ALREADY_HAS_A_VALUE);
    +    return 0;
    +}
    +
     int STORE_ATTR_INFO_modify_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
    -	char *cstr, size_t cstr_size)
    -	{
    -	if (!attrs)
    -		{
    -		STOREerr(STORE_F_STORE_ATTR_INFO_MODIFY_CSTR,
    -			ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -	if (ATTR_IS_SET(attrs,code))
    -		{
    -		OPENSSL_free(attrs->values[code].cstring);
    -		attrs->values[code].cstring = NULL;
    -		CLEAR_ATTRBIT(attrs, code);
    -		}
    -	return STORE_ATTR_INFO_set_cstr(attrs, code, cstr, cstr_size);
    -	}
    -int STORE_ATTR_INFO_modify_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
    -	unsigned char *sha1str, size_t sha1str_size)
    -	{
    -	if (!attrs)
    -		{
    -		STOREerr(STORE_F_STORE_ATTR_INFO_MODIFY_SHA1STR,
    -			ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -	if (ATTR_IS_SET(attrs,code))
    -		{
    -		OPENSSL_free(attrs->values[code].sha1string);
    -		attrs->values[code].sha1string = NULL;
    -		CLEAR_ATTRBIT(attrs, code);
    -		}
    -	return STORE_ATTR_INFO_set_sha1str(attrs, code, sha1str, sha1str_size);
    -	}
    +                                char *cstr, size_t cstr_size)
    +{
    +    if (!attrs) {
    +        STOREerr(STORE_F_STORE_ATTR_INFO_MODIFY_CSTR,
    +                 ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +    if (ATTR_IS_SET(attrs, code)) {
    +        OPENSSL_free(attrs->values[code].cstring);
    +        attrs->values[code].cstring = NULL;
    +        CLEAR_ATTRBIT(attrs, code);
    +    }
    +    return STORE_ATTR_INFO_set_cstr(attrs, code, cstr, cstr_size);
    +}
    +
    +int STORE_ATTR_INFO_modify_sha1str(STORE_ATTR_INFO *attrs,
    +                                   STORE_ATTR_TYPES code,
    +                                   unsigned char *sha1str,
    +                                   size_t sha1str_size)
    +{
    +    if (!attrs) {
    +        STOREerr(STORE_F_STORE_ATTR_INFO_MODIFY_SHA1STR,
    +                 ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +    if (ATTR_IS_SET(attrs, code)) {
    +        OPENSSL_free(attrs->values[code].sha1string);
    +        attrs->values[code].sha1string = NULL;
    +        CLEAR_ATTRBIT(attrs, code);
    +    }
    +    return STORE_ATTR_INFO_set_sha1str(attrs, code, sha1str, sha1str_size);
    +}
    +
     int STORE_ATTR_INFO_modify_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
    -	X509_NAME *dn)
    -	{
    -	if (!attrs)
    -		{
    -		STOREerr(STORE_F_STORE_ATTR_INFO_MODIFY_DN,
    -			ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -	if (ATTR_IS_SET(attrs,code))
    -		{
    -		OPENSSL_free(attrs->values[code].dn);
    -		attrs->values[code].dn = NULL;
    -		CLEAR_ATTRBIT(attrs, code);
    -		}
    -	return STORE_ATTR_INFO_set_dn(attrs, code, dn);
    -	}
    -int STORE_ATTR_INFO_modify_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
    -	BIGNUM *number)
    -	{
    -	if (!attrs)
    -		{
    -		STOREerr(STORE_F_STORE_ATTR_INFO_MODIFY_NUMBER,
    -			ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -	if (ATTR_IS_SET(attrs,code))
    -		{
    -		OPENSSL_free(attrs->values[code].number);
    -		attrs->values[code].number = NULL;
    -		CLEAR_ATTRBIT(attrs, code);
    -		}
    -	return STORE_ATTR_INFO_set_number(attrs, code, number);
    -	}
    -
    -struct attr_list_ctx_st
    -	{
    -	OPENSSL_ITEM *attributes;
    -	};
    +                              X509_NAME *dn)
    +{
    +    if (!attrs) {
    +        STOREerr(STORE_F_STORE_ATTR_INFO_MODIFY_DN,
    +                 ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +    if (ATTR_IS_SET(attrs, code)) {
    +        OPENSSL_free(attrs->values[code].dn);
    +        attrs->values[code].dn = NULL;
    +        CLEAR_ATTRBIT(attrs, code);
    +    }
    +    return STORE_ATTR_INFO_set_dn(attrs, code, dn);
    +}
    +
    +int STORE_ATTR_INFO_modify_number(STORE_ATTR_INFO *attrs,
    +                                  STORE_ATTR_TYPES code, BIGNUM *number)
    +{
    +    if (!attrs) {
    +        STOREerr(STORE_F_STORE_ATTR_INFO_MODIFY_NUMBER,
    +                 ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +    if (ATTR_IS_SET(attrs, code)) {
    +        OPENSSL_free(attrs->values[code].number);
    +        attrs->values[code].number = NULL;
    +        CLEAR_ATTRBIT(attrs, code);
    +    }
    +    return STORE_ATTR_INFO_set_number(attrs, code, number);
    +}
    +
    +struct attr_list_ctx_st {
    +    OPENSSL_ITEM *attributes;
    +};
     void *STORE_parse_attrs_start(OPENSSL_ITEM *attributes)
    -	{
    -	if (attributes)
    -		{
    -		struct attr_list_ctx_st *context =
    -			(struct attr_list_ctx_st *)OPENSSL_malloc(sizeof(struct attr_list_ctx_st));
    -		if (context)
    -			context->attributes = attributes;
    -		else
    -			STOREerr(STORE_F_STORE_PARSE_ATTRS_START,
    -				ERR_R_MALLOC_FAILURE);
    -		return context;
    -		}
    -	STOREerr(STORE_F_STORE_PARSE_ATTRS_START, ERR_R_PASSED_NULL_PARAMETER);
    -	return 0;
    -	}
    +{
    +    if (attributes) {
    +        struct attr_list_ctx_st *context = (struct attr_list_ctx_st *)
    +            OPENSSL_malloc(sizeof(struct attr_list_ctx_st));
    +        if (context)
    +            context->attributes = attributes;
    +        else
    +            STOREerr(STORE_F_STORE_PARSE_ATTRS_START, ERR_R_MALLOC_FAILURE);
    +        return context;
    +    }
    +    STOREerr(STORE_F_STORE_PARSE_ATTRS_START, ERR_R_PASSED_NULL_PARAMETER);
    +    return 0;
    +}
    +
     STORE_ATTR_INFO *STORE_parse_attrs_next(void *handle)
    -	{
    -	struct attr_list_ctx_st *context = (struct attr_list_ctx_st *)handle;
    -
    -	if (context && context->attributes)
    -		{
    -		STORE_ATTR_INFO *attrs = NULL;
    -
    -		while(context->attributes
    -			&& context->attributes->code != STORE_ATTR_OR
    -			&& context->attributes->code != STORE_ATTR_END)
    -			{
    -			switch(context->attributes->code)
    -				{
    -			case STORE_ATTR_FRIENDLYNAME:
    -			case STORE_ATTR_EMAIL:
    -			case STORE_ATTR_FILENAME:
    -				if (!attrs) attrs = STORE_ATTR_INFO_new();
    -				if (attrs == NULL)
    -					{
    -					STOREerr(STORE_F_STORE_PARSE_ATTRS_NEXT,
    -						ERR_R_MALLOC_FAILURE);
    -					goto err;
    -					}
    -				STORE_ATTR_INFO_set_cstr(attrs,
    -					context->attributes->code,
    -					context->attributes->value,
    -					context->attributes->value_size);
    -				break;
    -			case STORE_ATTR_KEYID:
    -			case STORE_ATTR_ISSUERKEYID:
    -			case STORE_ATTR_SUBJECTKEYID:
    -			case STORE_ATTR_ISSUERSERIALHASH:
    -			case STORE_ATTR_CERTHASH:
    -				if (!attrs) attrs = STORE_ATTR_INFO_new();
    -				if (attrs == NULL)
    -					{
    -					STOREerr(STORE_F_STORE_PARSE_ATTRS_NEXT,
    -						ERR_R_MALLOC_FAILURE);
    -					goto err;
    -					}
    -				STORE_ATTR_INFO_set_sha1str(attrs,
    -					context->attributes->code,
    -					context->attributes->value,
    -					context->attributes->value_size);
    -				break;
    -			case STORE_ATTR_ISSUER:
    -			case STORE_ATTR_SUBJECT:
    -				if (!attrs) attrs = STORE_ATTR_INFO_new();
    -				if (attrs == NULL)
    -					{
    -					STOREerr(STORE_F_STORE_PARSE_ATTRS_NEXT,
    -						ERR_R_MALLOC_FAILURE);
    -					goto err;
    -					}
    -				STORE_ATTR_INFO_modify_dn(attrs,
    -					context->attributes->code,
    -					context->attributes->value);
    -				break;
    -			case STORE_ATTR_SERIAL:
    -				if (!attrs) attrs = STORE_ATTR_INFO_new();
    -				if (attrs == NULL)
    -					{
    -					STOREerr(STORE_F_STORE_PARSE_ATTRS_NEXT,
    -						ERR_R_MALLOC_FAILURE);
    -					goto err;
    -					}
    -				STORE_ATTR_INFO_modify_number(attrs,
    -					context->attributes->code,
    -					context->attributes->value);
    -				break;
    -				}
    -			context->attributes++;
    -			}
    -		if (context->attributes->code == STORE_ATTR_OR)
    -			context->attributes++;
    -		return attrs;
    -	err:
    -		while(context->attributes
    -			&& context->attributes->code != STORE_ATTR_OR
    -			&& context->attributes->code != STORE_ATTR_END)
    -			context->attributes++;
    -		if (context->attributes->code == STORE_ATTR_OR)
    -			context->attributes++;
    -		return NULL;
    -		}
    -	STOREerr(STORE_F_STORE_PARSE_ATTRS_NEXT, ERR_R_PASSED_NULL_PARAMETER);
    -	return NULL;
    -	}
    +{
    +    struct attr_list_ctx_st *context = (struct attr_list_ctx_st *)handle;
    +
    +    if (context && context->attributes) {
    +        STORE_ATTR_INFO *attrs = NULL;
    +
    +        while (context->attributes
    +               && context->attributes->code != STORE_ATTR_OR
    +               && context->attributes->code != STORE_ATTR_END) {
    +            switch (context->attributes->code) {
    +            case STORE_ATTR_FRIENDLYNAME:
    +            case STORE_ATTR_EMAIL:
    +            case STORE_ATTR_FILENAME:
    +                if (!attrs)
    +                    attrs = STORE_ATTR_INFO_new();
    +                if (attrs == NULL) {
    +                    STOREerr(STORE_F_STORE_PARSE_ATTRS_NEXT,
    +                             ERR_R_MALLOC_FAILURE);
    +                    goto err;
    +                }
    +                STORE_ATTR_INFO_set_cstr(attrs,
    +                                         context->attributes->code,
    +                                         context->attributes->value,
    +                                         context->attributes->value_size);
    +                break;
    +            case STORE_ATTR_KEYID:
    +            case STORE_ATTR_ISSUERKEYID:
    +            case STORE_ATTR_SUBJECTKEYID:
    +            case STORE_ATTR_ISSUERSERIALHASH:
    +            case STORE_ATTR_CERTHASH:
    +                if (!attrs)
    +                    attrs = STORE_ATTR_INFO_new();
    +                if (attrs == NULL) {
    +                    STOREerr(STORE_F_STORE_PARSE_ATTRS_NEXT,
    +                             ERR_R_MALLOC_FAILURE);
    +                    goto err;
    +                }
    +                STORE_ATTR_INFO_set_sha1str(attrs,
    +                                            context->attributes->code,
    +                                            context->attributes->value,
    +                                            context->attributes->value_size);
    +                break;
    +            case STORE_ATTR_ISSUER:
    +            case STORE_ATTR_SUBJECT:
    +                if (!attrs)
    +                    attrs = STORE_ATTR_INFO_new();
    +                if (attrs == NULL) {
    +                    STOREerr(STORE_F_STORE_PARSE_ATTRS_NEXT,
    +                             ERR_R_MALLOC_FAILURE);
    +                    goto err;
    +                }
    +                STORE_ATTR_INFO_modify_dn(attrs,
    +                                          context->attributes->code,
    +                                          context->attributes->value);
    +                break;
    +            case STORE_ATTR_SERIAL:
    +                if (!attrs)
    +                    attrs = STORE_ATTR_INFO_new();
    +                if (attrs == NULL) {
    +                    STOREerr(STORE_F_STORE_PARSE_ATTRS_NEXT,
    +                             ERR_R_MALLOC_FAILURE);
    +                    goto err;
    +                }
    +                STORE_ATTR_INFO_modify_number(attrs,
    +                                              context->attributes->code,
    +                                              context->attributes->value);
    +                break;
    +            }
    +            context->attributes++;
    +        }
    +        if (context->attributes->code == STORE_ATTR_OR)
    +            context->attributes++;
    +        return attrs;
    + err:
    +        while (context->attributes
    +               && context->attributes->code != STORE_ATTR_OR
    +               && context->attributes->code != STORE_ATTR_END)
    +            context->attributes++;
    +        if (context->attributes->code == STORE_ATTR_OR)
    +            context->attributes++;
    +        return NULL;
    +    }
    +    STOREerr(STORE_F_STORE_PARSE_ATTRS_NEXT, ERR_R_PASSED_NULL_PARAMETER);
    +    return NULL;
    +}
    +
     int STORE_parse_attrs_end(void *handle)
    -	{
    -	struct attr_list_ctx_st *context = (struct attr_list_ctx_st *)handle;
    +{
    +    struct attr_list_ctx_st *context = (struct attr_list_ctx_st *)handle;
     
    -	if (context && context->attributes)
    -		{
    +    if (context && context->attributes) {
     #if 0
    -		OPENSSL_ITEM *attributes = context->attributes;
    +        OPENSSL_ITEM *attributes = context->attributes;
     #endif
    -		OPENSSL_free(context);
    -		return 1;
    -		}
    -	STOREerr(STORE_F_STORE_PARSE_ATTRS_END, ERR_R_PASSED_NULL_PARAMETER);
    -	return 0;
    -	}
    +        OPENSSL_free(context);
    +        return 1;
    +    }
    +    STOREerr(STORE_F_STORE_PARSE_ATTRS_END, ERR_R_PASSED_NULL_PARAMETER);
    +    return 0;
    +}
     
     int STORE_parse_attrs_endp(void *handle)
    -	{
    -	struct attr_list_ctx_st *context = (struct attr_list_ctx_st *)handle;
    -
    -	if (context && context->attributes)
    -		{
    -		return context->attributes->code == STORE_ATTR_END;
    -		}
    -	STOREerr(STORE_F_STORE_PARSE_ATTRS_ENDP, ERR_R_PASSED_NULL_PARAMETER);
    -	return 0;
    -	}
    -
    -static int attr_info_compare_compute_range(
    -	const unsigned char *abits, const unsigned char *bbits,
    -	unsigned int *alowp, unsigned int *ahighp,
    -	unsigned int *blowp, unsigned int *bhighp)
    -	{
    -	unsigned int alow = (unsigned int)-1, ahigh = 0;
    -	unsigned int blow = (unsigned int)-1, bhigh = 0;
    -	int i, res = 0;
    -
    -	for (i = 0; i < (STORE_ATTR_TYPE_NUM + 8) / 8; i++, abits++, bbits++)
    -		{
    -		if (res == 0)
    -			{
    -			if (*abits < *bbits) res = -1;
    -			if (*abits > *bbits) res = 1;
    -			}
    -		if (*abits)
    -			{
    -			if (alow == (unsigned int)-1)
    -				{
    -				alow = i * 8;
    -				if (!(*abits & 0x01)) alow++;
    -				if (!(*abits & 0x02)) alow++;
    -				if (!(*abits & 0x04)) alow++;
    -				if (!(*abits & 0x08)) alow++;
    -				if (!(*abits & 0x10)) alow++;
    -				if (!(*abits & 0x20)) alow++;
    -				if (!(*abits & 0x40)) alow++;
    -				}
    -			ahigh = i * 8 + 7;
    -			if (!(*abits & 0x80)) ahigh++;
    -			if (!(*abits & 0x40)) ahigh++;
    -			if (!(*abits & 0x20)) ahigh++;
    -			if (!(*abits & 0x10)) ahigh++;
    -			if (!(*abits & 0x08)) ahigh++;
    -			if (!(*abits & 0x04)) ahigh++;
    -			if (!(*abits & 0x02)) ahigh++;
    -			}
    -		if (*bbits)
    -			{
    -			if (blow == (unsigned int)-1)
    -				{
    -				blow = i * 8;
    -				if (!(*bbits & 0x01)) blow++;
    -				if (!(*bbits & 0x02)) blow++;
    -				if (!(*bbits & 0x04)) blow++;
    -				if (!(*bbits & 0x08)) blow++;
    -				if (!(*bbits & 0x10)) blow++;
    -				if (!(*bbits & 0x20)) blow++;
    -				if (!(*bbits & 0x40)) blow++;
    -				}
    -			bhigh = i * 8 + 7;
    -			if (!(*bbits & 0x80)) bhigh++;
    -			if (!(*bbits & 0x40)) bhigh++;
    -			if (!(*bbits & 0x20)) bhigh++;
    -			if (!(*bbits & 0x10)) bhigh++;
    -			if (!(*bbits & 0x08)) bhigh++;
    -			if (!(*bbits & 0x04)) bhigh++;
    -			if (!(*bbits & 0x02)) bhigh++;
    -			}
    -		}
    -	if (ahigh + alow < bhigh + blow) res = -1;
    -	if (ahigh + alow > bhigh + blow) res = 1;
    -	if (alowp) *alowp = alow;
    -	if (ahighp) *ahighp = ahigh;
    -	if (blowp) *blowp = blow;
    -	if (bhighp) *bhighp = bhigh;
    -	return res;
    -	}
    -
    -int STORE_ATTR_INFO_compare(const STORE_ATTR_INFO * const *a,
    -			    const STORE_ATTR_INFO * const *b)
    -	{
    -	if (a == b) return 0;
    -	if (!a) return -1;
    -	if (!b) return 1;
    -	return attr_info_compare_compute_range((*a)->set, (*b)->set, 0, 0, 0, 0);
    -	}
    +{
    +    struct attr_list_ctx_st *context = (struct attr_list_ctx_st *)handle;
    +
    +    if (context && context->attributes) {
    +        return context->attributes->code == STORE_ATTR_END;
    +    }
    +    STOREerr(STORE_F_STORE_PARSE_ATTRS_ENDP, ERR_R_PASSED_NULL_PARAMETER);
    +    return 0;
    +}
    +
    +static int attr_info_compare_compute_range(const unsigned char *abits,
    +                                           const unsigned char *bbits,
    +                                           unsigned int *alowp,
    +                                           unsigned int *ahighp,
    +                                           unsigned int *blowp,
    +                                           unsigned int *bhighp)
    +{
    +    unsigned int alow = (unsigned int)-1, ahigh = 0;
    +    unsigned int blow = (unsigned int)-1, bhigh = 0;
    +    int i, res = 0;
    +
    +    for (i = 0; i < (STORE_ATTR_TYPE_NUM + 8) / 8; i++, abits++, bbits++) {
    +        if (res == 0) {
    +            if (*abits < *bbits)
    +                res = -1;
    +            if (*abits > *bbits)
    +                res = 1;
    +        }
    +        if (*abits) {
    +            if (alow == (unsigned int)-1) {
    +                alow = i * 8;
    +                if (!(*abits & 0x01))
    +                    alow++;
    +                if (!(*abits & 0x02))
    +                    alow++;
    +                if (!(*abits & 0x04))
    +                    alow++;
    +                if (!(*abits & 0x08))
    +                    alow++;
    +                if (!(*abits & 0x10))
    +                    alow++;
    +                if (!(*abits & 0x20))
    +                    alow++;
    +                if (!(*abits & 0x40))
    +                    alow++;
    +            }
    +            ahigh = i * 8 + 7;
    +            if (!(*abits & 0x80))
    +                ahigh++;
    +            if (!(*abits & 0x40))
    +                ahigh++;
    +            if (!(*abits & 0x20))
    +                ahigh++;
    +            if (!(*abits & 0x10))
    +                ahigh++;
    +            if (!(*abits & 0x08))
    +                ahigh++;
    +            if (!(*abits & 0x04))
    +                ahigh++;
    +            if (!(*abits & 0x02))
    +                ahigh++;
    +        }
    +        if (*bbits) {
    +            if (blow == (unsigned int)-1) {
    +                blow = i * 8;
    +                if (!(*bbits & 0x01))
    +                    blow++;
    +                if (!(*bbits & 0x02))
    +                    blow++;
    +                if (!(*bbits & 0x04))
    +                    blow++;
    +                if (!(*bbits & 0x08))
    +                    blow++;
    +                if (!(*bbits & 0x10))
    +                    blow++;
    +                if (!(*bbits & 0x20))
    +                    blow++;
    +                if (!(*bbits & 0x40))
    +                    blow++;
    +            }
    +            bhigh = i * 8 + 7;
    +            if (!(*bbits & 0x80))
    +                bhigh++;
    +            if (!(*bbits & 0x40))
    +                bhigh++;
    +            if (!(*bbits & 0x20))
    +                bhigh++;
    +            if (!(*bbits & 0x10))
    +                bhigh++;
    +            if (!(*bbits & 0x08))
    +                bhigh++;
    +            if (!(*bbits & 0x04))
    +                bhigh++;
    +            if (!(*bbits & 0x02))
    +                bhigh++;
    +        }
    +    }
    +    if (ahigh + alow < bhigh + blow)
    +        res = -1;
    +    if (ahigh + alow > bhigh + blow)
    +        res = 1;
    +    if (alowp)
    +        *alowp = alow;
    +    if (ahighp)
    +        *ahighp = ahigh;
    +    if (blowp)
    +        *blowp = blow;
    +    if (bhighp)
    +        *bhighp = bhigh;
    +    return res;
    +}
    +
    +int STORE_ATTR_INFO_compare(const STORE_ATTR_INFO *const *a,
    +                            const STORE_ATTR_INFO *const *b)
    +{
    +    if (a == b)
    +        return 0;
    +    if (!a)
    +        return -1;
    +    if (!b)
    +        return 1;
    +    return attr_info_compare_compute_range((*a)->set, (*b)->set, 0, 0, 0, 0);
    +}
     
     int STORE_ATTR_INFO_in_range(STORE_ATTR_INFO *a, STORE_ATTR_INFO *b)
    -	{
    -	unsigned int alow, ahigh, blow, bhigh;
    -
    -	if (a == b) return 1;
    -	if (!a) return 0;
    -	if (!b) return 0;
    -	attr_info_compare_compute_range(a->set, b->set,
    -		&alow, &ahigh, &blow, &bhigh);
    -	if (alow >= blow && ahigh <= bhigh)
    -		return 1;
    -	return 0;
    -	}
    +{
    +    unsigned int alow, ahigh, blow, bhigh;
    +
    +    if (a == b)
    +        return 1;
    +    if (!a)
    +        return 0;
    +    if (!b)
    +        return 0;
    +    attr_info_compare_compute_range(a->set, b->set,
    +                                    &alow, &ahigh, &blow, &bhigh);
    +    if (alow >= blow && ahigh <= bhigh)
    +        return 1;
    +    return 0;
    +}
     
     int STORE_ATTR_INFO_in(STORE_ATTR_INFO *a, STORE_ATTR_INFO *b)
    -	{
    -	unsigned char *abits, *bbits;
    -	int i;
    -
    -	if (a == b) return 1;
    -	if (!a) return 0;
    -	if (!b) return 0;
    -	abits = a->set;
    -	bbits = b->set;
    -	for (i = 0; i < (STORE_ATTR_TYPE_NUM + 8) / 8; i++, abits++, bbits++)
    -		{
    -		if (*abits && (*bbits & *abits) != *abits)
    -			return 0;
    -		}
    -	return 1;
    -	}
    +{
    +    unsigned char *abits, *bbits;
    +    int i;
    +
    +    if (a == b)
    +        return 1;
    +    if (!a)
    +        return 0;
    +    if (!b)
    +        return 0;
    +    abits = a->set;
    +    bbits = b->set;
    +    for (i = 0; i < (STORE_ATTR_TYPE_NUM + 8) / 8; i++, abits++, bbits++) {
    +        if (*abits && (*bbits & *abits) != *abits)
    +            return 0;
    +    }
    +    return 1;
    +}
     
     int STORE_ATTR_INFO_in_ex(STORE_ATTR_INFO *a, STORE_ATTR_INFO *b)
    -	{
    -	STORE_ATTR_TYPES i;
    -
    -	if (a == b) return 1;
    -	if (!STORE_ATTR_INFO_in(a, b)) return 0;
    -	for (i = 1; i < STORE_ATTR_TYPE_NUM; i++)
    -		if (ATTR_IS_SET(a, i))
    -			{
    -			switch(i)
    -				{
    -			case STORE_ATTR_FRIENDLYNAME:
    -			case STORE_ATTR_EMAIL:
    -			case STORE_ATTR_FILENAME:
    -				if (strcmp(a->values[i].cstring,
    -					    b->values[i].cstring))
    -					return 0;
    -				break;
    -			case STORE_ATTR_KEYID:
    -			case STORE_ATTR_ISSUERKEYID:
    -			case STORE_ATTR_SUBJECTKEYID:
    -			case STORE_ATTR_ISSUERSERIALHASH:
    -			case STORE_ATTR_CERTHASH:
    -				if (memcmp(a->values[i].sha1string,
    -					    b->values[i].sha1string,
    -					    a->value_sizes[i]))
    -					return 0;
    -				break;
    -			case STORE_ATTR_ISSUER:
    -			case STORE_ATTR_SUBJECT:
    -				if (X509_NAME_cmp(a->values[i].dn,
    -					    b->values[i].dn))
    -					return 0;
    -				break;
    -			case STORE_ATTR_SERIAL:
    -				if (BN_cmp(a->values[i].number,
    -					    b->values[i].number))
    -					return 0;
    -				break;
    -			default:
    -				break;
    -				}
    -			}
    -
    -	return 1;
    -	}
    +{
    +    STORE_ATTR_TYPES i;
    +
    +    if (a == b)
    +        return 1;
    +    if (!STORE_ATTR_INFO_in(a, b))
    +        return 0;
    +    for (i = 1; i < STORE_ATTR_TYPE_NUM; i++)
    +        if (ATTR_IS_SET(a, i)) {
    +            switch (i) {
    +            case STORE_ATTR_FRIENDLYNAME:
    +            case STORE_ATTR_EMAIL:
    +            case STORE_ATTR_FILENAME:
    +                if (strcmp(a->values[i].cstring, b->values[i].cstring))
    +                    return 0;
    +                break;
    +            case STORE_ATTR_KEYID:
    +            case STORE_ATTR_ISSUERKEYID:
    +            case STORE_ATTR_SUBJECTKEYID:
    +            case STORE_ATTR_ISSUERSERIALHASH:
    +            case STORE_ATTR_CERTHASH:
    +                if (memcmp(a->values[i].sha1string,
    +                           b->values[i].sha1string, a->value_sizes[i]))
    +                    return 0;
    +                break;
    +            case STORE_ATTR_ISSUER:
    +            case STORE_ATTR_SUBJECT:
    +                if (X509_NAME_cmp(a->values[i].dn, b->values[i].dn))
    +                    return 0;
    +                break;
    +            case STORE_ATTR_SERIAL:
    +                if (BN_cmp(a->values[i].number, b->values[i].number))
    +                    return 0;
    +                break;
    +            default:
    +                break;
    +            }
    +        }
    +
    +    return 1;
    +}
    diff --git a/openssl/crypto/store/str_locl.h b/openssl/crypto/store/str_locl.h
    index 3f8cb7561..ac55784df 100644
    --- a/openssl/crypto/store/str_locl.h
    +++ b/openssl/crypto/store/str_locl.h
    @@ -1,6 +1,7 @@
     /* crypto/store/str_locl.h -*- mode:C; c-file-style: "eay" -*- */
    -/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
    - * project 2003.
    +/*
    + * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
    + * 2003.
      */
     /* ====================================================================
      * Copyright (c) 2003 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -57,66 +58,66 @@
      */
     
     #ifndef HEADER_STORE_LOCL_H
    -#define HEADER_STORE_LOCL_H
    +# define HEADER_STORE_LOCL_H
     
    -#include 
    -#include 
    +# include 
    +# include 
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -struct store_method_st
    -	{
    -	char *name;
    +struct store_method_st {
    +    char *name;
    +    /*
    +     * All the functions return a positive integer or non-NULL for success
    +     * and 0, a negative integer or NULL for failure
    +     */
    +    /* Initialise the STORE with private data */
    +    STORE_INITIALISE_FUNC_PTR init;
    +    /* Initialise the STORE with private data */
    +    STORE_CLEANUP_FUNC_PTR clean;
    +    /* Generate an object of a given type */
    +    STORE_GENERATE_OBJECT_FUNC_PTR generate_object;
    +    /*
    +     * Get an object of a given type.  This function isn't really very useful
    +     * since the listing functions (below) can be used for the same purpose
    +     * and are much more general.
    +     */
    +    STORE_GET_OBJECT_FUNC_PTR get_object;
    +    /* Store an object of a given type. */
    +    STORE_STORE_OBJECT_FUNC_PTR store_object;
    +    /* Modify the attributes bound to an object of a given type. */
    +    STORE_MODIFY_OBJECT_FUNC_PTR modify_object;
    +    /* Revoke an object of a given type. */
    +    STORE_HANDLE_OBJECT_FUNC_PTR revoke_object;
    +    /* Delete an object of a given type. */
    +    STORE_HANDLE_OBJECT_FUNC_PTR delete_object;
    +    /*
    +     * List a bunch of objects of a given type and with the associated
    +     * attributes.
    +     */
    +    STORE_START_OBJECT_FUNC_PTR list_object_start;
    +    STORE_NEXT_OBJECT_FUNC_PTR list_object_next;
    +    STORE_END_OBJECT_FUNC_PTR list_object_end;
    +    STORE_END_OBJECT_FUNC_PTR list_object_endp;
    +    /* Store-level function to make any necessary update operations. */
    +    STORE_GENERIC_FUNC_PTR update_store;
    +    /* Store-level function to get exclusive access to the store. */
    +    STORE_GENERIC_FUNC_PTR lock_store;
    +    /* Store-level function to release exclusive access to the store. */
    +    STORE_GENERIC_FUNC_PTR unlock_store;
    +    /* Generic control function */
    +    STORE_CTRL_FUNC_PTR ctrl;
    +};
     
    -	/* All the functions return a positive integer or non-NULL for success
    -	   and 0, a negative integer or NULL for failure */
    -
    -	/* Initialise the STORE with private data */
    -	STORE_INITIALISE_FUNC_PTR init;
    -	/* Initialise the STORE with private data */
    -	STORE_CLEANUP_FUNC_PTR clean;
    -	/* Generate an object of a given type */
    -	STORE_GENERATE_OBJECT_FUNC_PTR generate_object;
    -	/* Get an object of a given type.  This function isn't really very
    -	   useful since the listing functions (below) can be used for the
    -	   same purpose and are much more general. */
    -	STORE_GET_OBJECT_FUNC_PTR get_object;
    -	/* Store an object of a given type. */
    -	STORE_STORE_OBJECT_FUNC_PTR store_object;
    -	/* Modify the attributes bound to an object of a given type. */
    -	STORE_MODIFY_OBJECT_FUNC_PTR modify_object;
    -	/* Revoke an object of a given type. */
    -	STORE_HANDLE_OBJECT_FUNC_PTR revoke_object;
    -	/* Delete an object of a given type. */
    -	STORE_HANDLE_OBJECT_FUNC_PTR delete_object;
    -	/* List a bunch of objects of a given type and with the associated
    -	   attributes. */
    -	STORE_START_OBJECT_FUNC_PTR list_object_start;
    -	STORE_NEXT_OBJECT_FUNC_PTR list_object_next;
    -	STORE_END_OBJECT_FUNC_PTR list_object_end;
    -	STORE_END_OBJECT_FUNC_PTR list_object_endp;
    -	/* Store-level function to make any necessary update operations. */
    -	STORE_GENERIC_FUNC_PTR update_store;
    -	/* Store-level function to get exclusive access to the store. */
    -	STORE_GENERIC_FUNC_PTR lock_store;
    -	/* Store-level function to release exclusive access to the store. */
    -	STORE_GENERIC_FUNC_PTR unlock_store;
    -
    -	/* Generic control function */
    -	STORE_CTRL_FUNC_PTR ctrl;
    -	};
    -
    -struct store_st
    -	{
    -	const STORE_METHOD *meth;
    -	/* functional reference if 'meth' is ENGINE-provided */
    -	ENGINE *engine;
    -
    -	CRYPTO_EX_DATA ex_data;
    -	int references;
    -	};
    +struct store_st {
    +    const STORE_METHOD *meth;
    +    /* functional reference if 'meth' is ENGINE-provided */
    +    ENGINE *engine;
    +    CRYPTO_EX_DATA ex_data;
    +    int references;
    +};
     #ifdef  __cplusplus
     }
     #endif
    diff --git a/openssl/crypto/store/str_mem.c b/openssl/crypto/store/str_mem.c
    index 8ac4f7e55..8edd0eb41 100644
    --- a/openssl/crypto/store/str_mem.c
    +++ b/openssl/crypto/store/str_mem.c
    @@ -1,6 +1,7 @@
     /* crypto/store/str_mem.c -*- mode:C; c-file-style: "eay" -*- */
    -/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
    - * project 2003.
    +/*
    + * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
    + * 2003.
      */
     /* ====================================================================
      * Copyright (c) 2003 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -60,306 +61,323 @@
     #include 
     #include "str_locl.h"
     
    -/* The memory store is currently highly experimental.  It's meant to become
    -   a base store used by other stores for internal caching (for full caching
    -   support, aging needs to be added).
    -
    -   The database use is meant to support as much attribute association as
    -   possible, while providing for as small search ranges as possible.
    -   This is currently provided for by sorting the entries by numbers that
    -   are composed of bits set at the positions indicated by attribute type
    -   codes.  This provides for ranges determined by the highest attribute
    -   type code value.  A better idea might be to sort by values computed
    -   from the range of attributes associated with the object (basically,
    -   the difference between the highest and lowest attribute type code)
    -   and it's distance from a base (basically, the lowest associated
    -   attribute type code).
    -*/
    -
    -typedef struct mem_object_data_st
    -	{
    -	STORE_OBJECT *object;
    -	STORE_ATTR_INFO *attr_info;
    -	int references;
    -	} MEM_OBJECT_DATA;
    +/*
    + * The memory store is currently highly experimental.  It's meant to become a
    + * base store used by other stores for internal caching (for full caching
    + * support, aging needs to be added).
    + *
    + * The database use is meant to support as much attribute association as
    + * possible, while providing for as small search ranges as possible. This is
    + * currently provided for by sorting the entries by numbers that are composed
    + * of bits set at the positions indicated by attribute type codes.  This
    + * provides for ranges determined by the highest attribute type code value.
    + * A better idea might be to sort by values computed from the range of
    + * attributes associated with the object (basically, the difference between
    + * the highest and lowest attribute type code) and it's distance from a base
    + * (basically, the lowest associated attribute type code).
    + */
    +
    +typedef struct mem_object_data_st {
    +    STORE_OBJECT *object;
    +    STORE_ATTR_INFO *attr_info;
    +    int references;
    +} MEM_OBJECT_DATA;
     
     DECLARE_STACK_OF(MEM_OBJECT_DATA)
    -struct mem_data_st
    -	{
    -	STACK_OF(MEM_OBJECT_DATA) *data; /* sorted with
    -					  * STORE_ATTR_INFO_compare(). */
    -	unsigned int compute_components : 1; /* Currently unused, but can
    -						be used to add attributes
    -						from parts of the data. */
    -	};
    +struct mem_data_st {
    +    /*
    +     * sorted with
    +     * STORE_ATTR_INFO_compare().
    +     */
    +    STACK_OF(MEM_OBJECT_DATA) *data;
    +    /*
    +     * Currently unused, but can
    +     * be used to add attributes
    +     * from parts of the data.
    +     */
    +    unsigned int compute_components:1;
    +};
     
     DECLARE_STACK_OF(STORE_ATTR_INFO)
    -struct mem_ctx_st
    -	{
    -	int type;		/* The type we're searching for */
    -	STACK_OF(STORE_ATTR_INFO) *search_attributes; /* Sets of
    -				     attributes to search for.  Each
    -				     element is a STORE_ATTR_INFO. */
    -	int search_index;	/* which of the search attributes we
    -				   found a match for, -1 when we still
    -				   haven't found any */
    -	int index;		/* -1 as long as we're searching for
    -                                    the first */
    -	};
    +struct mem_ctx_st {
    +    /* The type we're searching for */
    +    int type;
    +    /*
    +     * Sets of
    +     * attributes to search for.  Each
    +     * element is a STORE_ATTR_INFO.
    +     */
    +    STACK_OF(STORE_ATTR_INFO) *search_attributes;
    +    /*
    +     * which of the search attributes we
    +     * found a match for, -1 when we still
    +     * haven't found any
    +     */
    +    int search_index;
    +    /* -1 as long as we're searching for the first */
    +    int index;
    +};
     
     static int mem_init(STORE *s);
     static void mem_clean(STORE *s);
     static STORE_OBJECT *mem_generate(STORE *s, STORE_OBJECT_TYPES type,
    -	OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
    +                                  OPENSSL_ITEM attributes[],
    +                                  OPENSSL_ITEM parameters[]);
     static STORE_OBJECT *mem_get(STORE *s, STORE_OBJECT_TYPES type,
    -	OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
    -static int mem_store(STORE *s, STORE_OBJECT_TYPES type,
    -	STORE_OBJECT *data, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[]);
    +                             OPENSSL_ITEM attributes[],
    +                             OPENSSL_ITEM parameters[]);
    +static int mem_store(STORE *s, STORE_OBJECT_TYPES type, STORE_OBJECT *data,
    +                     OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
     static int mem_modify(STORE *s, STORE_OBJECT_TYPES type,
    -	OPENSSL_ITEM search_attributes[], OPENSSL_ITEM add_attributes[],
    -	OPENSSL_ITEM modify_attributes[], OPENSSL_ITEM delete_attributes[],
    -	OPENSSL_ITEM parameters[]);
    +                      OPENSSL_ITEM search_attributes[],
    +                      OPENSSL_ITEM add_attributes[],
    +                      OPENSSL_ITEM modify_attributes[],
    +                      OPENSSL_ITEM delete_attributes[],
    +                      OPENSSL_ITEM parameters[]);
     static int mem_delete(STORE *s, STORE_OBJECT_TYPES type,
    -	OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
    +                      OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
     static void *mem_list_start(STORE *s, STORE_OBJECT_TYPES type,
    -	OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
    +                            OPENSSL_ITEM attributes[],
    +                            OPENSSL_ITEM parameters[]);
     static STORE_OBJECT *mem_list_next(STORE *s, void *handle);
     static int mem_list_end(STORE *s, void *handle);
     static int mem_list_endp(STORE *s, void *handle);
     static int mem_lock(STORE *s, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[]);
    +                    OPENSSL_ITEM parameters[]);
     static int mem_unlock(STORE *s, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[]);
    -static int mem_ctrl(STORE *s, int cmd, long l, void *p, void (*f)(void));
    -
    -static STORE_METHOD store_memory =
    -	{
    -	"OpenSSL memory store interface",
    -	mem_init,
    -	mem_clean,
    -	mem_generate,
    -	mem_get,
    -	mem_store,
    -	mem_modify,
    -	NULL, /* revoke */
    -	mem_delete,
    -	mem_list_start,
    -	mem_list_next,
    -	mem_list_end,
    -	mem_list_endp,
    -	NULL, /* update */
    -	mem_lock,
    -	mem_unlock,
    -	mem_ctrl
    -	};
    +                      OPENSSL_ITEM parameters[]);
    +static int mem_ctrl(STORE *s, int cmd, long l, void *p, void (*f) (void));
    +
    +static STORE_METHOD store_memory = {
    +    "OpenSSL memory store interface",
    +    mem_init,
    +    mem_clean,
    +    mem_generate,
    +    mem_get,
    +    mem_store,
    +    mem_modify,
    +    NULL,                       /* revoke */
    +    mem_delete,
    +    mem_list_start,
    +    mem_list_next,
    +    mem_list_end,
    +    mem_list_endp,
    +    NULL,                       /* update */
    +    mem_lock,
    +    mem_unlock,
    +    mem_ctrl
    +};
     
     const STORE_METHOD *STORE_Memory(void)
    -	{
    -	return &store_memory;
    -	}
    +{
    +    return &store_memory;
    +}
     
     static int mem_init(STORE *s)
    -	{
    -	return 1;
    -	}
    +{
    +    return 1;
    +}
     
     static void mem_clean(STORE *s)
    -	{
    -	return;
    -	}
    +{
    +    return;
    +}
     
     static STORE_OBJECT *mem_generate(STORE *s, STORE_OBJECT_TYPES type,
    -	OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[])
    -	{
    -	STOREerr(STORE_F_MEM_GENERATE, STORE_R_NOT_IMPLEMENTED);
    -	return 0;
    -	}
    +                                  OPENSSL_ITEM attributes[],
    +                                  OPENSSL_ITEM parameters[])
    +{
    +    STOREerr(STORE_F_MEM_GENERATE, STORE_R_NOT_IMPLEMENTED);
    +    return 0;
    +}
    +
     static STORE_OBJECT *mem_get(STORE *s, STORE_OBJECT_TYPES type,
    -	OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[])
    -	{
    -	void *context = mem_list_start(s, type, attributes, parameters);
    -	
    -	if (context)
    -		{
    -		STORE_OBJECT *object = mem_list_next(s, context);
    -
    -		if (mem_list_end(s, context))
    -			return object;
    -		}
    -	return NULL;
    -	}
    +                             OPENSSL_ITEM attributes[],
    +                             OPENSSL_ITEM parameters[])
    +{
    +    void *context = mem_list_start(s, type, attributes, parameters);
    +
    +    if (context) {
    +        STORE_OBJECT *object = mem_list_next(s, context);
    +
    +        if (mem_list_end(s, context))
    +            return object;
    +    }
    +    return NULL;
    +}
    +
     static int mem_store(STORE *s, STORE_OBJECT_TYPES type,
    -	STORE_OBJECT *data, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[])
    -	{
    -	STOREerr(STORE_F_MEM_STORE, STORE_R_NOT_IMPLEMENTED);
    -	return 0;
    -	}
    +                     STORE_OBJECT *data, OPENSSL_ITEM attributes[],
    +                     OPENSSL_ITEM parameters[])
    +{
    +    STOREerr(STORE_F_MEM_STORE, STORE_R_NOT_IMPLEMENTED);
    +    return 0;
    +}
    +
     static int mem_modify(STORE *s, STORE_OBJECT_TYPES type,
    -	OPENSSL_ITEM search_attributes[], OPENSSL_ITEM add_attributes[],
    -	OPENSSL_ITEM modify_attributes[], OPENSSL_ITEM delete_attributes[],
    -	OPENSSL_ITEM parameters[])
    -	{
    -	STOREerr(STORE_F_MEM_MODIFY, STORE_R_NOT_IMPLEMENTED);
    -	return 0;
    -	}
    +                      OPENSSL_ITEM search_attributes[],
    +                      OPENSSL_ITEM add_attributes[],
    +                      OPENSSL_ITEM modify_attributes[],
    +                      OPENSSL_ITEM delete_attributes[],
    +                      OPENSSL_ITEM parameters[])
    +{
    +    STOREerr(STORE_F_MEM_MODIFY, STORE_R_NOT_IMPLEMENTED);
    +    return 0;
    +}
    +
     static int mem_delete(STORE *s, STORE_OBJECT_TYPES type,
    -	OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[])
    -	{
    -	STOREerr(STORE_F_MEM_DELETE, STORE_R_NOT_IMPLEMENTED);
    -	return 0;
    -	}
    -
    -/* The list functions may be the hardest to understand.  Basically,
    -   mem_list_start compiles a stack of attribute info elements, and
    -   puts that stack into the context to be returned.  mem_list_next
    -   will then find the first matching element in the store, and then
    -   walk all the way to the end of the store (since any combination
    -   of attribute bits above the starting point may match the searched
    -   for bit pattern...). */
    +                      OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[])
    +{
    +    STOREerr(STORE_F_MEM_DELETE, STORE_R_NOT_IMPLEMENTED);
    +    return 0;
    +}
    +
    +/*
    + * The list functions may be the hardest to understand.  Basically,
    + * mem_list_start compiles a stack of attribute info elements, and puts that
    + * stack into the context to be returned.  mem_list_next will then find the
    + * first matching element in the store, and then walk all the way to the end
    + * of the store (since any combination of attribute bits above the starting
    + * point may match the searched for bit pattern...).
    + */
     static void *mem_list_start(STORE *s, STORE_OBJECT_TYPES type,
    -	OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[])
    -	{
    -	struct mem_ctx_st *context =
    -		(struct mem_ctx_st *)OPENSSL_malloc(sizeof(struct mem_ctx_st));
    -	void *attribute_context = NULL;
    -	STORE_ATTR_INFO *attrs = NULL;
    -
    -	if (!context)
    -		{
    -		STOREerr(STORE_F_MEM_LIST_START, ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	memset(context, 0, sizeof(struct mem_ctx_st));
    -
    -	attribute_context = STORE_parse_attrs_start(attributes);
    -	if (!attribute_context)
    -		{
    -		STOREerr(STORE_F_MEM_LIST_START, ERR_R_STORE_LIB);
    -		goto err;
    -		}
    -
    -	while((attrs = STORE_parse_attrs_next(attribute_context)))
    -		{
    -		if (context->search_attributes == NULL)
    -			{
    -			context->search_attributes =
    -				sk_STORE_ATTR_INFO_new(STORE_ATTR_INFO_compare);
    -			if (!context->search_attributes)
    -				{
    -				STOREerr(STORE_F_MEM_LIST_START,
    -					ERR_R_MALLOC_FAILURE);
    -				goto err;
    -				}
    -			}
    -		sk_STORE_ATTR_INFO_push(context->search_attributes,attrs);
    -		}
    -	if (!STORE_parse_attrs_endp(attribute_context))
    -		goto err;
    -	STORE_parse_attrs_end(attribute_context);
    -	context->search_index = -1;
    -	context->index = -1;
    -	return context;
    +                            OPENSSL_ITEM attributes[],
    +                            OPENSSL_ITEM parameters[])
    +{
    +    struct mem_ctx_st *context =
    +        (struct mem_ctx_st *)OPENSSL_malloc(sizeof(struct mem_ctx_st));
    +    void *attribute_context = NULL;
    +    STORE_ATTR_INFO *attrs = NULL;
    +
    +    if (!context) {
    +        STOREerr(STORE_F_MEM_LIST_START, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    memset(context, 0, sizeof(struct mem_ctx_st));
    +
    +    attribute_context = STORE_parse_attrs_start(attributes);
    +    if (!attribute_context) {
    +        STOREerr(STORE_F_MEM_LIST_START, ERR_R_STORE_LIB);
    +        goto err;
    +    }
    +
    +    while ((attrs = STORE_parse_attrs_next(attribute_context))) {
    +        if (context->search_attributes == NULL) {
    +            context->search_attributes =
    +                sk_STORE_ATTR_INFO_new(STORE_ATTR_INFO_compare);
    +            if (!context->search_attributes) {
    +                STOREerr(STORE_F_MEM_LIST_START, ERR_R_MALLOC_FAILURE);
    +                goto err;
    +            }
    +        }
    +        sk_STORE_ATTR_INFO_push(context->search_attributes, attrs);
    +    }
    +    if (!STORE_parse_attrs_endp(attribute_context))
    +        goto err;
    +    STORE_parse_attrs_end(attribute_context);
    +    context->search_index = -1;
    +    context->index = -1;
    +    return context;
      err:
    -	if (attribute_context) STORE_parse_attrs_end(attribute_context);
    -	mem_list_end(s, context);
    -	return NULL;
    -	}
    +    if (attribute_context)
    +        STORE_parse_attrs_end(attribute_context);
    +    mem_list_end(s, context);
    +    return NULL;
    +}
    +
     static STORE_OBJECT *mem_list_next(STORE *s, void *handle)
    -	{
    -	int i;
    -	struct mem_ctx_st *context = (struct mem_ctx_st *)handle;
    -	struct mem_object_data_st key = { 0, 0, 1 };
    -	struct mem_data_st *store =
    -		(struct mem_data_st *)STORE_get_ex_data(s, 1);
    -	int srch;
    -	int cres = 0;
    -
    -	if (!context)
    -		{
    -		STOREerr(STORE_F_MEM_LIST_NEXT, ERR_R_PASSED_NULL_PARAMETER);
    -		return NULL;
    -		}
    -	if (!store)
    -		{
    -		STOREerr(STORE_F_MEM_LIST_NEXT, STORE_R_NO_STORE);
    -		return NULL;
    -		}
    -
    -	if (context->search_index == -1)
    -		{
    -		for (i = 0;
    -		     i < sk_STORE_ATTR_INFO_num(context->search_attributes);
    -		     i++)
    -			{
    -			key.attr_info
    -			  = sk_STORE_ATTR_INFO_value(context->search_attributes,
    -						     i);
    -			srch = sk_MEM_OBJECT_DATA_find_ex(store->data, &key);
    -
    -			if (srch >= 0)
    -				{
    -				context->search_index = srch;
    -				break;
    -				}
    -			}
    -		}
    -	if (context->search_index < 0)
    -		return NULL;
    -	
    -	key.attr_info =
    -		sk_STORE_ATTR_INFO_value(context->search_attributes,
    -					 context->search_index);
    -	for(srch = context->search_index;
    -	    srch < sk_MEM_OBJECT_DATA_num(store->data)
    -		    && STORE_ATTR_INFO_in_range(key.attr_info,
    -			    sk_MEM_OBJECT_DATA_value(store->data, srch)->attr_info)
    -		    && !(cres = STORE_ATTR_INFO_in_ex(key.attr_info,
    -				 sk_MEM_OBJECT_DATA_value(store->data, srch)->attr_info));
    -	    srch++)
    -		;
    -
    -	context->search_index = srch;
    -	if (cres)
    -		return (sk_MEM_OBJECT_DATA_value(store->data, srch))->object;
    -	return NULL;
    -	}
    +{
    +    int i;
    +    struct mem_ctx_st *context = (struct mem_ctx_st *)handle;
    +    struct mem_object_data_st key = { 0, 0, 1 };
    +    struct mem_data_st *store = (struct mem_data_st *)STORE_get_ex_data(s, 1);
    +    int srch;
    +    int cres = 0;
    +
    +    if (!context) {
    +        STOREerr(STORE_F_MEM_LIST_NEXT, ERR_R_PASSED_NULL_PARAMETER);
    +        return NULL;
    +    }
    +    if (!store) {
    +        STOREerr(STORE_F_MEM_LIST_NEXT, STORE_R_NO_STORE);
    +        return NULL;
    +    }
    +
    +    if (context->search_index == -1) {
    +        for (i = 0;
    +             i < sk_STORE_ATTR_INFO_num(context->search_attributes); i++) {
    +            key.attr_info
    +                = sk_STORE_ATTR_INFO_value(context->search_attributes, i);
    +            srch = sk_MEM_OBJECT_DATA_find_ex(store->data, &key);
    +
    +            if (srch >= 0) {
    +                context->search_index = srch;
    +                break;
    +            }
    +        }
    +    }
    +    if (context->search_index < 0)
    +        return NULL;
    +
    +    key.attr_info =
    +        sk_STORE_ATTR_INFO_value(context->search_attributes,
    +                                 context->search_index);
    +    for (srch = context->search_index;
    +         srch < sk_MEM_OBJECT_DATA_num(store->data)
    +         && STORE_ATTR_INFO_in_range(key.attr_info,
    +                                     sk_MEM_OBJECT_DATA_value(store->data,
    +                                                              srch)->attr_info)
    +         && !(cres =
    +              STORE_ATTR_INFO_in_ex(key.attr_info,
    +                                    sk_MEM_OBJECT_DATA_value(store->data,
    +                                                             srch)->attr_info));
    +         srch++) ;
    +
    +    context->search_index = srch;
    +    if (cres)
    +        return (sk_MEM_OBJECT_DATA_value(store->data, srch))->object;
    +    return NULL;
    +}
    +
     static int mem_list_end(STORE *s, void *handle)
    -	{
    -	struct mem_ctx_st *context = (struct mem_ctx_st *)handle;
    -
    -	if (!context)
    -		{
    -		STOREerr(STORE_F_MEM_LIST_END, ERR_R_PASSED_NULL_PARAMETER);
    -		return 0;
    -		}
    -	if (context && context->search_attributes)
    -		sk_STORE_ATTR_INFO_free(context->search_attributes);
    -	if (context) OPENSSL_free(context);
    -	return 1;
    -	}
    +{
    +    struct mem_ctx_st *context = (struct mem_ctx_st *)handle;
    +
    +    if (!context) {
    +        STOREerr(STORE_F_MEM_LIST_END, ERR_R_PASSED_NULL_PARAMETER);
    +        return 0;
    +    }
    +    if (context && context->search_attributes)
    +        sk_STORE_ATTR_INFO_free(context->search_attributes);
    +    if (context)
    +        OPENSSL_free(context);
    +    return 1;
    +}
    +
     static int mem_list_endp(STORE *s, void *handle)
    -	{
    -	struct mem_ctx_st *context = (struct mem_ctx_st *)handle;
    -
    -	if (!context
    -	    || context->search_index
    -	       == sk_STORE_ATTR_INFO_num(context->search_attributes))
    -		return 1;
    -	return 0;
    -	}
    +{
    +    struct mem_ctx_st *context = (struct mem_ctx_st *)handle;
    +
    +    if (!context
    +        || context->search_index
    +        == sk_STORE_ATTR_INFO_num(context->search_attributes))
    +        return 1;
    +    return 0;
    +}
    +
     static int mem_lock(STORE *s, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[])
    -	{
    -	return 1;
    -	}
    +                    OPENSSL_ITEM parameters[])
    +{
    +    return 1;
    +}
    +
     static int mem_unlock(STORE *s, OPENSSL_ITEM attributes[],
    -	OPENSSL_ITEM parameters[])
    -	{
    -	return 1;
    -	}
    -static int mem_ctrl(STORE *s, int cmd, long l, void *p, void (*f)(void))
    -	{
    -	return 1;
    -	}
    +                      OPENSSL_ITEM parameters[])
    +{
    +    return 1;
    +}
    +
    +static int mem_ctrl(STORE *s, int cmd, long l, void *p, void (*f) (void))
    +{
    +    return 1;
    +}
    diff --git a/openssl/crypto/store/str_meth.c b/openssl/crypto/store/str_meth.c
    index a46de03a2..d83a6de0f 100644
    --- a/openssl/crypto/store/str_meth.c
    +++ b/openssl/crypto/store/str_meth.c
    @@ -1,6 +1,7 @@
     /* crypto/store/str_meth.c -*- mode:C; c-file-style: "eay" -*- */
    -/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
    - * project 2003.
    +/*
    + * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
    + * 2003.
      */
     /* ====================================================================
      * Copyright (c) 2003 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -61,190 +62,219 @@
     #include "str_locl.h"
     
     STORE_METHOD *STORE_create_method(char *name)
    -	{
    -	STORE_METHOD *store_method = (STORE_METHOD *)OPENSSL_malloc(sizeof(STORE_METHOD));
    -
    -	if (store_method)
    -		{
    -		memset(store_method, 0, sizeof(*store_method));
    -		store_method->name = BUF_strdup(name);
    -		}
    -	return store_method;
    -	}
    -
    -/* BIG FSCKING WARNING!!!!  If you use this on a statically allocated method
    -   (that is, it hasn't been allocated using STORE_create_method(), you deserve
    -   anything Murphy can throw at you and more!  You have been warned. */
    +{
    +    STORE_METHOD *store_method =
    +        (STORE_METHOD *)OPENSSL_malloc(sizeof(STORE_METHOD));
    +
    +    if (store_method) {
    +        memset(store_method, 0, sizeof(*store_method));
    +        store_method->name = BUF_strdup(name);
    +    }
    +    return store_method;
    +}
    +
    +/*
    + * BIG FSCKING WARNING!!!! If you use this on a statically allocated method
    + * (that is, it hasn't been allocated using STORE_create_method(), you
    + * deserve anything Murphy can throw at you and more! You have been warned.
    + */
     void STORE_destroy_method(STORE_METHOD *store_method)
    -	{
    -	if (!store_method) return;
    -	OPENSSL_free(store_method->name);
    -	store_method->name = NULL;
    -	OPENSSL_free(store_method);
    -	}
    -
    -int STORE_method_set_initialise_function(STORE_METHOD *sm, STORE_INITIALISE_FUNC_PTR init_f)
    -	{
    -	sm->init = init_f;
    -	return 1;
    -	}
    -
    -int STORE_method_set_cleanup_function(STORE_METHOD *sm, STORE_CLEANUP_FUNC_PTR clean_f)
    -	{
    -	sm->clean = clean_f;
    -	return 1;
    -	}
    -
    -int STORE_method_set_generate_function(STORE_METHOD *sm, STORE_GENERATE_OBJECT_FUNC_PTR generate_f)
    -	{
    -	sm->generate_object = generate_f;
    -	return 1;
    -	}
    -
    -int STORE_method_set_get_function(STORE_METHOD *sm, STORE_GET_OBJECT_FUNC_PTR get_f)
    -	{
    -	sm->get_object = get_f;
    -	return 1;
    -	}
    -
    -int STORE_method_set_store_function(STORE_METHOD *sm, STORE_STORE_OBJECT_FUNC_PTR store_f)
    -	{
    -	sm->store_object = store_f;
    -	return 1;
    -	}
    -
    -int STORE_method_set_modify_function(STORE_METHOD *sm, STORE_MODIFY_OBJECT_FUNC_PTR modify_f)
    -	{
    -	sm->modify_object = modify_f;
    -	return 1;
    -	}
    -
    -int STORE_method_set_revoke_function(STORE_METHOD *sm, STORE_HANDLE_OBJECT_FUNC_PTR revoke_f)
    -	{
    -	sm->revoke_object = revoke_f;
    -	return 1;
    -	}
    -
    -int STORE_method_set_delete_function(STORE_METHOD *sm, STORE_HANDLE_OBJECT_FUNC_PTR delete_f)
    -	{
    -	sm->delete_object = delete_f;
    -	return 1;
    -	}
    -
    -int STORE_method_set_list_start_function(STORE_METHOD *sm, STORE_START_OBJECT_FUNC_PTR list_start_f)
    -	{
    -	sm->list_object_start = list_start_f;
    -	return 1;
    -	}
    -
    -int STORE_method_set_list_next_function(STORE_METHOD *sm, STORE_NEXT_OBJECT_FUNC_PTR list_next_f)
    -	{
    -	sm->list_object_next = list_next_f;
    -	return 1;
    -	}
    -
    -int STORE_method_set_list_end_function(STORE_METHOD *sm, STORE_END_OBJECT_FUNC_PTR list_end_f)
    -	{
    -	sm->list_object_end = list_end_f;
    -	return 1;
    -	}
    -
    -int STORE_method_set_update_store_function(STORE_METHOD *sm, STORE_GENERIC_FUNC_PTR update_f)
    -	{
    -	sm->update_store = update_f;
    -	return 1;
    -	}
    -
    -int STORE_method_set_lock_store_function(STORE_METHOD *sm, STORE_GENERIC_FUNC_PTR lock_f)
    -	{
    -	sm->lock_store = lock_f;
    -	return 1;
    -	}
    -
    -int STORE_method_set_unlock_store_function(STORE_METHOD *sm, STORE_GENERIC_FUNC_PTR unlock_f)
    -	{
    -	sm->unlock_store = unlock_f;
    -	return 1;
    -	}
    -
    -int STORE_method_set_ctrl_function(STORE_METHOD *sm, STORE_CTRL_FUNC_PTR ctrl_f)
    -	{
    -	sm->ctrl = ctrl_f;
    -	return 1;
    -	}
    -
    -STORE_INITIALISE_FUNC_PTR STORE_method_get_initialise_function(STORE_METHOD *sm)
    -	{
    -	return sm->init;
    -	}
    +{
    +    if (!store_method)
    +        return;
    +    OPENSSL_free(store_method->name);
    +    store_method->name = NULL;
    +    OPENSSL_free(store_method);
    +}
    +
    +int STORE_method_set_initialise_function(STORE_METHOD *sm,
    +                                         STORE_INITIALISE_FUNC_PTR init_f)
    +{
    +    sm->init = init_f;
    +    return 1;
    +}
    +
    +int STORE_method_set_cleanup_function(STORE_METHOD *sm,
    +                                      STORE_CLEANUP_FUNC_PTR clean_f)
    +{
    +    sm->clean = clean_f;
    +    return 1;
    +}
    +
    +int STORE_method_set_generate_function(STORE_METHOD *sm,
    +                                       STORE_GENERATE_OBJECT_FUNC_PTR
    +                                       generate_f)
    +{
    +    sm->generate_object = generate_f;
    +    return 1;
    +}
    +
    +int STORE_method_set_get_function(STORE_METHOD *sm,
    +                                  STORE_GET_OBJECT_FUNC_PTR get_f)
    +{
    +    sm->get_object = get_f;
    +    return 1;
    +}
    +
    +int STORE_method_set_store_function(STORE_METHOD *sm,
    +                                    STORE_STORE_OBJECT_FUNC_PTR store_f)
    +{
    +    sm->store_object = store_f;
    +    return 1;
    +}
    +
    +int STORE_method_set_modify_function(STORE_METHOD *sm,
    +                                     STORE_MODIFY_OBJECT_FUNC_PTR modify_f)
    +{
    +    sm->modify_object = modify_f;
    +    return 1;
    +}
    +
    +int STORE_method_set_revoke_function(STORE_METHOD *sm,
    +                                     STORE_HANDLE_OBJECT_FUNC_PTR revoke_f)
    +{
    +    sm->revoke_object = revoke_f;
    +    return 1;
    +}
    +
    +int STORE_method_set_delete_function(STORE_METHOD *sm,
    +                                     STORE_HANDLE_OBJECT_FUNC_PTR delete_f)
    +{
    +    sm->delete_object = delete_f;
    +    return 1;
    +}
    +
    +int STORE_method_set_list_start_function(STORE_METHOD *sm,
    +                                         STORE_START_OBJECT_FUNC_PTR
    +                                         list_start_f)
    +{
    +    sm->list_object_start = list_start_f;
    +    return 1;
    +}
    +
    +int STORE_method_set_list_next_function(STORE_METHOD *sm,
    +                                        STORE_NEXT_OBJECT_FUNC_PTR
    +                                        list_next_f)
    +{
    +    sm->list_object_next = list_next_f;
    +    return 1;
    +}
    +
    +int STORE_method_set_list_end_function(STORE_METHOD *sm,
    +                                       STORE_END_OBJECT_FUNC_PTR list_end_f)
    +{
    +    sm->list_object_end = list_end_f;
    +    return 1;
    +}
    +
    +int STORE_method_set_update_store_function(STORE_METHOD *sm,
    +                                           STORE_GENERIC_FUNC_PTR update_f)
    +{
    +    sm->update_store = update_f;
    +    return 1;
    +}
    +
    +int STORE_method_set_lock_store_function(STORE_METHOD *sm,
    +                                         STORE_GENERIC_FUNC_PTR lock_f)
    +{
    +    sm->lock_store = lock_f;
    +    return 1;
    +}
    +
    +int STORE_method_set_unlock_store_function(STORE_METHOD *sm,
    +                                           STORE_GENERIC_FUNC_PTR unlock_f)
    +{
    +    sm->unlock_store = unlock_f;
    +    return 1;
    +}
    +
    +int STORE_method_set_ctrl_function(STORE_METHOD *sm,
    +                                   STORE_CTRL_FUNC_PTR ctrl_f)
    +{
    +    sm->ctrl = ctrl_f;
    +    return 1;
    +}
    +
    +STORE_INITIALISE_FUNC_PTR STORE_method_get_initialise_function(STORE_METHOD
    +                                                               *sm)
    +{
    +    return sm->init;
    +}
     
     STORE_CLEANUP_FUNC_PTR STORE_method_get_cleanup_function(STORE_METHOD *sm)
    -	{
    -	return sm->clean;
    -	}
    +{
    +    return sm->clean;
    +}
     
    -STORE_GENERATE_OBJECT_FUNC_PTR STORE_method_get_generate_function(STORE_METHOD *sm)
    -	{
    -	return sm->generate_object;
    -	}
    +STORE_GENERATE_OBJECT_FUNC_PTR STORE_method_get_generate_function(STORE_METHOD
    +                                                                  *sm)
    +{
    +    return sm->generate_object;
    +}
     
     STORE_GET_OBJECT_FUNC_PTR STORE_method_get_get_function(STORE_METHOD *sm)
    -	{
    -	return sm->get_object;
    -	}
    +{
    +    return sm->get_object;
    +}
     
     STORE_STORE_OBJECT_FUNC_PTR STORE_method_get_store_function(STORE_METHOD *sm)
    -	{
    -	return sm->store_object;
    -	}
    -
    -STORE_MODIFY_OBJECT_FUNC_PTR STORE_method_get_modify_function(STORE_METHOD *sm)
    -	{
    -	return sm->modify_object;
    -	}
    -
    -STORE_HANDLE_OBJECT_FUNC_PTR STORE_method_get_revoke_function(STORE_METHOD *sm)
    -	{
    -	return sm->revoke_object;
    -	}
    -
    -STORE_HANDLE_OBJECT_FUNC_PTR STORE_method_get_delete_function(STORE_METHOD *sm)
    -	{
    -	return sm->delete_object;
    -	}
    -
    -STORE_START_OBJECT_FUNC_PTR STORE_method_get_list_start_function(STORE_METHOD *sm)
    -	{
    -	return sm->list_object_start;
    -	}
    -
    -STORE_NEXT_OBJECT_FUNC_PTR STORE_method_get_list_next_function(STORE_METHOD *sm)
    -	{
    -	return sm->list_object_next;
    -	}
    +{
    +    return sm->store_object;
    +}
    +
    +STORE_MODIFY_OBJECT_FUNC_PTR STORE_method_get_modify_function(STORE_METHOD
    +                                                              *sm)
    +{
    +    return sm->modify_object;
    +}
    +
    +STORE_HANDLE_OBJECT_FUNC_PTR STORE_method_get_revoke_function(STORE_METHOD
    +                                                              *sm)
    +{
    +    return sm->revoke_object;
    +}
    +
    +STORE_HANDLE_OBJECT_FUNC_PTR STORE_method_get_delete_function(STORE_METHOD
    +                                                              *sm)
    +{
    +    return sm->delete_object;
    +}
    +
    +STORE_START_OBJECT_FUNC_PTR STORE_method_get_list_start_function(STORE_METHOD
    +                                                                 *sm)
    +{
    +    return sm->list_object_start;
    +}
    +
    +STORE_NEXT_OBJECT_FUNC_PTR STORE_method_get_list_next_function(STORE_METHOD
    +                                                               *sm)
    +{
    +    return sm->list_object_next;
    +}
     
     STORE_END_OBJECT_FUNC_PTR STORE_method_get_list_end_function(STORE_METHOD *sm)
    -	{
    -	return sm->list_object_end;
    -	}
    +{
    +    return sm->list_object_end;
    +}
     
    -STORE_GENERIC_FUNC_PTR STORE_method_get_update_store_function(STORE_METHOD *sm)
    -	{
    -	return sm->update_store;
    -	}
    +STORE_GENERIC_FUNC_PTR STORE_method_get_update_store_function(STORE_METHOD
    +                                                              *sm)
    +{
    +    return sm->update_store;
    +}
     
     STORE_GENERIC_FUNC_PTR STORE_method_get_lock_store_function(STORE_METHOD *sm)
    -	{
    -	return sm->lock_store;
    -	}
    +{
    +    return sm->lock_store;
    +}
     
    -STORE_GENERIC_FUNC_PTR STORE_method_get_unlock_store_function(STORE_METHOD *sm)
    -	{
    -	return sm->unlock_store;
    -	}
    +STORE_GENERIC_FUNC_PTR STORE_method_get_unlock_store_function(STORE_METHOD
    +                                                              *sm)
    +{
    +    return sm->unlock_store;
    +}
     
     STORE_CTRL_FUNC_PTR STORE_method_get_ctrl_function(STORE_METHOD *sm)
    -	{
    -	return sm->ctrl;
    -	}
    -
    +{
    +    return sm->ctrl;
    +}
    diff --git a/openssl/crypto/symhacks.h b/openssl/crypto/symhacks.h
    index bd2f000d5..239fa4fb1 100644
    --- a/openssl/crypto/symhacks.h
    +++ b/openssl/crypto/symhacks.h
    @@ -6,7 +6,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,429 +53,464 @@
      */
     
     #ifndef HEADER_SYMHACKS_H
    -#define HEADER_SYMHACKS_H
    +# define HEADER_SYMHACKS_H
     
    -#include 
    +# include 
     
    -/* Hacks to solve the problem with linkers incapable of handling very long
    -   symbol names.  In the case of VMS, the limit is 31 characters on VMS for
    -   VAX. */
    -/* Note that this affects util/libeay.num and util/ssleay.num...  you may
    -   change those manually, but that's not recommended, as those files are
    -   controlled centrally and updated on Unix, and the central definition
    -   may disagree with yours, which in turn may come with shareable library
    -   incompatibilities. */
    -#ifdef OPENSSL_SYS_VMS
    +/*
    + * Hacks to solve the problem with linkers incapable of handling very long
    + * symbol names.  In the case of VMS, the limit is 31 characters on VMS for
    + * VAX.
    + */
    +/*
    + * Note that this affects util/libeay.num and util/ssleay.num...  you may
    + * change those manually, but that's not recommended, as those files are
    + * controlled centrally and updated on Unix, and the central definition may
    + * disagree with yours, which in turn may come with shareable library
    + * incompatibilities.
    + */
    +# ifdef OPENSSL_SYS_VMS
     
     /* Hack a long name in crypto/ex_data.c */
    -#undef CRYPTO_get_ex_data_implementation
    -#define CRYPTO_get_ex_data_implementation	CRYPTO_get_ex_data_impl
    -#undef CRYPTO_set_ex_data_implementation
    -#define CRYPTO_set_ex_data_implementation	CRYPTO_set_ex_data_impl
    +#  undef CRYPTO_get_ex_data_implementation
    +#  define CRYPTO_get_ex_data_implementation       CRYPTO_get_ex_data_impl
    +#  undef CRYPTO_set_ex_data_implementation
    +#  define CRYPTO_set_ex_data_implementation       CRYPTO_set_ex_data_impl
     
     /* Hack a long name in crypto/asn1/a_mbstr.c */
    -#undef ASN1_STRING_set_default_mask_asc
    -#define ASN1_STRING_set_default_mask_asc	ASN1_STRING_set_def_mask_asc
    +#  undef ASN1_STRING_set_default_mask_asc
    +#  define ASN1_STRING_set_default_mask_asc        ASN1_STRING_set_def_mask_asc
     
    -#if 0 /* No longer needed, since safestack macro magic does the job */
    +#  if 0                         /* No longer needed, since safestack macro
    +                                 * magic does the job */
     /* Hack the names created with DECLARE_ASN1_SET_OF(PKCS7_SIGNER_INFO) */
    -#undef i2d_ASN1_SET_OF_PKCS7_SIGNER_INFO
    -#define i2d_ASN1_SET_OF_PKCS7_SIGNER_INFO	i2d_ASN1_SET_OF_PKCS7_SIGINF
    -#undef d2i_ASN1_SET_OF_PKCS7_SIGNER_INFO
    -#define d2i_ASN1_SET_OF_PKCS7_SIGNER_INFO	d2i_ASN1_SET_OF_PKCS7_SIGINF
    -#endif
    -
    -#if 0 /* No longer needed, since safestack macro magic does the job */
    +#   undef i2d_ASN1_SET_OF_PKCS7_SIGNER_INFO
    +#   define i2d_ASN1_SET_OF_PKCS7_SIGNER_INFO       i2d_ASN1_SET_OF_PKCS7_SIGINF
    +#   undef d2i_ASN1_SET_OF_PKCS7_SIGNER_INFO
    +#   define d2i_ASN1_SET_OF_PKCS7_SIGNER_INFO       d2i_ASN1_SET_OF_PKCS7_SIGINF
    +#  endif
    +
    +#  if 0                         /* No longer needed, since safestack macro
    +                                 * magic does the job */
     /* Hack the names created with DECLARE_ASN1_SET_OF(PKCS7_RECIP_INFO) */
    -#undef i2d_ASN1_SET_OF_PKCS7_RECIP_INFO
    -#define i2d_ASN1_SET_OF_PKCS7_RECIP_INFO	i2d_ASN1_SET_OF_PKCS7_RECINF
    -#undef d2i_ASN1_SET_OF_PKCS7_RECIP_INFO
    -#define d2i_ASN1_SET_OF_PKCS7_RECIP_INFO	d2i_ASN1_SET_OF_PKCS7_RECINF
    -#endif
    -
    -#if 0 /* No longer needed, since safestack macro magic does the job */
    +#   undef i2d_ASN1_SET_OF_PKCS7_RECIP_INFO
    +#   define i2d_ASN1_SET_OF_PKCS7_RECIP_INFO        i2d_ASN1_SET_OF_PKCS7_RECINF
    +#   undef d2i_ASN1_SET_OF_PKCS7_RECIP_INFO
    +#   define d2i_ASN1_SET_OF_PKCS7_RECIP_INFO        d2i_ASN1_SET_OF_PKCS7_RECINF
    +#  endif
    +
    +#  if 0                         /* No longer needed, since safestack macro
    +                                 * magic does the job */
     /* Hack the names created with DECLARE_ASN1_SET_OF(ACCESS_DESCRIPTION) */
    -#undef i2d_ASN1_SET_OF_ACCESS_DESCRIPTION
    -#define i2d_ASN1_SET_OF_ACCESS_DESCRIPTION	i2d_ASN1_SET_OF_ACC_DESC
    -#undef d2i_ASN1_SET_OF_ACCESS_DESCRIPTION
    -#define d2i_ASN1_SET_OF_ACCESS_DESCRIPTION	d2i_ASN1_SET_OF_ACC_DESC
    -#endif
    +#   undef i2d_ASN1_SET_OF_ACCESS_DESCRIPTION
    +#   define i2d_ASN1_SET_OF_ACCESS_DESCRIPTION      i2d_ASN1_SET_OF_ACC_DESC
    +#   undef d2i_ASN1_SET_OF_ACCESS_DESCRIPTION
    +#   define d2i_ASN1_SET_OF_ACCESS_DESCRIPTION      d2i_ASN1_SET_OF_ACC_DESC
    +#  endif
     
     /* Hack the names created with DECLARE_PEM_rw(NETSCAPE_CERT_SEQUENCE) */
    -#undef PEM_read_NETSCAPE_CERT_SEQUENCE
    -#define PEM_read_NETSCAPE_CERT_SEQUENCE		PEM_read_NS_CERT_SEQ
    -#undef PEM_write_NETSCAPE_CERT_SEQUENCE
    -#define PEM_write_NETSCAPE_CERT_SEQUENCE	PEM_write_NS_CERT_SEQ
    -#undef PEM_read_bio_NETSCAPE_CERT_SEQUENCE
    -#define PEM_read_bio_NETSCAPE_CERT_SEQUENCE	PEM_read_bio_NS_CERT_SEQ
    -#undef PEM_write_bio_NETSCAPE_CERT_SEQUENCE
    -#define PEM_write_bio_NETSCAPE_CERT_SEQUENCE	PEM_write_bio_NS_CERT_SEQ
    -#undef PEM_write_cb_bio_NETSCAPE_CERT_SEQUENCE
    -#define PEM_write_cb_bio_NETSCAPE_CERT_SEQUENCE	PEM_write_cb_bio_NS_CERT_SEQ
    +#  undef PEM_read_NETSCAPE_CERT_SEQUENCE
    +#  define PEM_read_NETSCAPE_CERT_SEQUENCE         PEM_read_NS_CERT_SEQ
    +#  undef PEM_write_NETSCAPE_CERT_SEQUENCE
    +#  define PEM_write_NETSCAPE_CERT_SEQUENCE        PEM_write_NS_CERT_SEQ
    +#  undef PEM_read_bio_NETSCAPE_CERT_SEQUENCE
    +#  define PEM_read_bio_NETSCAPE_CERT_SEQUENCE     PEM_read_bio_NS_CERT_SEQ
    +#  undef PEM_write_bio_NETSCAPE_CERT_SEQUENCE
    +#  define PEM_write_bio_NETSCAPE_CERT_SEQUENCE    PEM_write_bio_NS_CERT_SEQ
    +#  undef PEM_write_cb_bio_NETSCAPE_CERT_SEQUENCE
    +#  define PEM_write_cb_bio_NETSCAPE_CERT_SEQUENCE PEM_write_cb_bio_NS_CERT_SEQ
     
     /* Hack the names created with DECLARE_PEM_rw(PKCS8_PRIV_KEY_INFO) */
    -#undef PEM_read_PKCS8_PRIV_KEY_INFO
    -#define PEM_read_PKCS8_PRIV_KEY_INFO		PEM_read_P8_PRIV_KEY_INFO
    -#undef PEM_write_PKCS8_PRIV_KEY_INFO
    -#define PEM_write_PKCS8_PRIV_KEY_INFO		PEM_write_P8_PRIV_KEY_INFO
    -#undef PEM_read_bio_PKCS8_PRIV_KEY_INFO
    -#define PEM_read_bio_PKCS8_PRIV_KEY_INFO	PEM_read_bio_P8_PRIV_KEY_INFO
    -#undef PEM_write_bio_PKCS8_PRIV_KEY_INFO
    -#define PEM_write_bio_PKCS8_PRIV_KEY_INFO	PEM_write_bio_P8_PRIV_KEY_INFO
    -#undef PEM_write_cb_bio_PKCS8_PRIV_KEY_INFO
    -#define PEM_write_cb_bio_PKCS8_PRIV_KEY_INFO	PEM_wrt_cb_bio_P8_PRIV_KEY_INFO
    +#  undef PEM_read_PKCS8_PRIV_KEY_INFO
    +#  define PEM_read_PKCS8_PRIV_KEY_INFO            PEM_read_P8_PRIV_KEY_INFO
    +#  undef PEM_write_PKCS8_PRIV_KEY_INFO
    +#  define PEM_write_PKCS8_PRIV_KEY_INFO           PEM_write_P8_PRIV_KEY_INFO
    +#  undef PEM_read_bio_PKCS8_PRIV_KEY_INFO
    +#  define PEM_read_bio_PKCS8_PRIV_KEY_INFO        PEM_read_bio_P8_PRIV_KEY_INFO
    +#  undef PEM_write_bio_PKCS8_PRIV_KEY_INFO
    +#  define PEM_write_bio_PKCS8_PRIV_KEY_INFO       PEM_write_bio_P8_PRIV_KEY_INFO
    +#  undef PEM_write_cb_bio_PKCS8_PRIV_KEY_INFO
    +#  define PEM_write_cb_bio_PKCS8_PRIV_KEY_INFO    PEM_wrt_cb_bio_P8_PRIV_KEY_INFO
     
     /* Hack other PEM names */
    -#undef PEM_write_bio_PKCS8PrivateKey_nid
    -#define PEM_write_bio_PKCS8PrivateKey_nid	PEM_write_bio_PKCS8PrivKey_nid
    +#  undef PEM_write_bio_PKCS8PrivateKey_nid
    +#  define PEM_write_bio_PKCS8PrivateKey_nid       PEM_write_bio_PKCS8PrivKey_nid
     
     /* Hack some long X509 names */
    -#undef X509_REVOKED_get_ext_by_critical
    -#define X509_REVOKED_get_ext_by_critical	X509_REVOKED_get_ext_by_critic
    -#undef X509_policy_tree_get0_user_policies
    -#define X509_policy_tree_get0_user_policies	X509_pcy_tree_get0_usr_policies
    -#undef X509_policy_node_get0_qualifiers
    -#define X509_policy_node_get0_qualifiers	X509_pcy_node_get0_qualifiers
    -#undef X509_STORE_CTX_get_explicit_policy
    -#define X509_STORE_CTX_get_explicit_policy	X509_STORE_CTX_get_expl_policy
    -#undef X509_STORE_CTX_get0_current_issuer
    -#define X509_STORE_CTX_get0_current_issuer	X509_STORE_CTX_get0_cur_issuer
    +#  undef X509_REVOKED_get_ext_by_critical
    +#  define X509_REVOKED_get_ext_by_critical        X509_REVOKED_get_ext_by_critic
    +#  undef X509_policy_tree_get0_user_policies
    +#  define X509_policy_tree_get0_user_policies     X509_pcy_tree_get0_usr_policies
    +#  undef X509_policy_node_get0_qualifiers
    +#  define X509_policy_node_get0_qualifiers        X509_pcy_node_get0_qualifiers
    +#  undef X509_STORE_CTX_get_explicit_policy
    +#  define X509_STORE_CTX_get_explicit_policy      X509_STORE_CTX_get_expl_policy
    +#  undef X509_STORE_CTX_get0_current_issuer
    +#  define X509_STORE_CTX_get0_current_issuer      X509_STORE_CTX_get0_cur_issuer
     
     /* Hack some long CRYPTO names */
    -#undef CRYPTO_set_dynlock_destroy_callback
    -#define CRYPTO_set_dynlock_destroy_callback     CRYPTO_set_dynlock_destroy_cb
    -#undef CRYPTO_set_dynlock_create_callback
    -#define CRYPTO_set_dynlock_create_callback      CRYPTO_set_dynlock_create_cb
    -#undef CRYPTO_set_dynlock_lock_callback
    -#define CRYPTO_set_dynlock_lock_callback	CRYPTO_set_dynlock_lock_cb
    -#undef CRYPTO_get_dynlock_lock_callback
    -#define CRYPTO_get_dynlock_lock_callback	CRYPTO_get_dynlock_lock_cb
    -#undef CRYPTO_get_dynlock_destroy_callback
    -#define CRYPTO_get_dynlock_destroy_callback     CRYPTO_get_dynlock_destroy_cb
    -#undef CRYPTO_get_dynlock_create_callback
    -#define CRYPTO_get_dynlock_create_callback      CRYPTO_get_dynlock_create_cb
    -#undef CRYPTO_set_locked_mem_ex_functions
    -#define CRYPTO_set_locked_mem_ex_functions      CRYPTO_set_locked_mem_ex_funcs
    -#undef CRYPTO_get_locked_mem_ex_functions
    -#define CRYPTO_get_locked_mem_ex_functions      CRYPTO_get_locked_mem_ex_funcs
    -
    -/* Hack some long SSL names */
    -#undef SSL_CTX_set_default_verify_paths
    -#define SSL_CTX_set_default_verify_paths	SSL_CTX_set_def_verify_paths
    -#undef SSL_get_ex_data_X509_STORE_CTX_idx
    -#define SSL_get_ex_data_X509_STORE_CTX_idx      SSL_get_ex_d_X509_STORE_CTX_idx
    -#undef SSL_add_file_cert_subjects_to_stack
    -#define SSL_add_file_cert_subjects_to_stack     SSL_add_file_cert_subjs_to_stk
    -#undef SSL_add_dir_cert_subjects_to_stack
    -#define SSL_add_dir_cert_subjects_to_stack      SSL_add_dir_cert_subjs_to_stk
    -#undef SSL_CTX_use_certificate_chain_file
    -#define SSL_CTX_use_certificate_chain_file      SSL_CTX_use_cert_chain_file
    -#undef SSL_CTX_set_cert_verify_callback
    -#define SSL_CTX_set_cert_verify_callback	SSL_CTX_set_cert_verify_cb
    -#undef SSL_CTX_set_default_passwd_cb_userdata
    -#define SSL_CTX_set_default_passwd_cb_userdata  SSL_CTX_set_def_passwd_cb_ud
    -#undef SSL_COMP_get_compression_methods
    -#define SSL_COMP_get_compression_methods	SSL_COMP_get_compress_methods
    -#undef ssl_add_clienthello_renegotiate_ext
    -#define ssl_add_clienthello_renegotiate_ext	ssl_add_clienthello_reneg_ext
    -#undef ssl_add_serverhello_renegotiate_ext
    -#define ssl_add_serverhello_renegotiate_ext	ssl_add_serverhello_reneg_ext
    -#undef ssl_parse_clienthello_renegotiate_ext
    -#define ssl_parse_clienthello_renegotiate_ext	ssl_parse_clienthello_reneg_ext
    -#undef ssl_parse_serverhello_renegotiate_ext
    -#define ssl_parse_serverhello_renegotiate_ext	ssl_parse_serverhello_reneg_ext
    -#undef SSL_srp_server_param_with_username
    -#define SSL_srp_server_param_with_username	SSL_srp_server_param_with_un
    -#undef SSL_CTX_set_srp_client_pwd_callback
    -#define SSL_CTX_set_srp_client_pwd_callback	SSL_CTX_set_srp_client_pwd_cb
    -#undef SSL_CTX_set_srp_verify_param_callback
    -#define SSL_CTX_set_srp_verify_param_callback	SSL_CTX_set_srp_vfy_param_cb
    -#undef SSL_CTX_set_srp_username_callback
    -#define SSL_CTX_set_srp_username_callback	SSL_CTX_set_srp_un_cb
    -#undef ssl_add_clienthello_use_srtp_ext
    -#define ssl_add_clienthello_use_srtp_ext	ssl_add_clihello_use_srtp_ext
    -#undef ssl_add_serverhello_use_srtp_ext
    -#define ssl_add_serverhello_use_srtp_ext	ssl_add_serhello_use_srtp_ext
    -#undef ssl_parse_clienthello_use_srtp_ext
    -#define ssl_parse_clienthello_use_srtp_ext	ssl_parse_clihello_use_srtp_ext
    -#undef ssl_parse_serverhello_use_srtp_ext
    -#define ssl_parse_serverhello_use_srtp_ext	ssl_parse_serhello_use_srtp_ext
    -#undef SSL_CTX_set_next_protos_advertised_cb
    -#define SSL_CTX_set_next_protos_advertised_cb	SSL_CTX_set_next_protos_adv_cb
    -#undef SSL_CTX_set_next_proto_select_cb
    -#define SSL_CTX_set_next_proto_select_cb	SSL_CTX_set_next_proto_sel_cb
    -#undef ssl3_cbc_record_digest_supported
    -#define ssl3_cbc_record_digest_supported        ssl3_cbc_record_digest_support
    -#undef ssl_check_clienthello_tlsext_late
    -#define ssl_check_clienthello_tlsext_late       ssl_check_clihello_tlsext_late
    -#undef ssl_check_clienthello_tlsext_early
    -#define ssl_check_clienthello_tlsext_early      ssl_check_clihello_tlsext_early
    -
    -/* Hack some long ENGINE names */
    -#undef ENGINE_get_default_BN_mod_exp_crt
    -#define ENGINE_get_default_BN_mod_exp_crt	ENGINE_get_def_BN_mod_exp_crt
    -#undef ENGINE_set_default_BN_mod_exp_crt
    -#define ENGINE_set_default_BN_mod_exp_crt	ENGINE_set_def_BN_mod_exp_crt
    -#undef ENGINE_set_load_privkey_function
    -#define ENGINE_set_load_privkey_function	ENGINE_set_load_privkey_fn
    -#undef ENGINE_get_load_privkey_function
    -#define ENGINE_get_load_privkey_function	ENGINE_get_load_privkey_fn
    -#undef ENGINE_unregister_pkey_asn1_meths
    -#define ENGINE_unregister_pkey_asn1_meths	ENGINE_unreg_pkey_asn1_meths
    -#undef ENGINE_register_all_pkey_asn1_meths
    -#define ENGINE_register_all_pkey_asn1_meths	ENGINE_reg_all_pkey_asn1_meths
    -#undef ENGINE_set_default_pkey_asn1_meths
    -#define ENGINE_set_default_pkey_asn1_meths	ENGINE_set_def_pkey_asn1_meths
    -#undef ENGINE_get_pkey_asn1_meth_engine
    -#define ENGINE_get_pkey_asn1_meth_engine	ENGINE_get_pkey_asn1_meth_eng
    -#undef ENGINE_set_load_ssl_client_cert_function
    -#define ENGINE_set_load_ssl_client_cert_function \
    -						ENGINE_set_ld_ssl_clnt_cert_fn
    -#undef ENGINE_get_ssl_client_cert_function
    -#define ENGINE_get_ssl_client_cert_function	ENGINE_get_ssl_client_cert_fn
    +#  undef CRYPTO_set_dynlock_destroy_callback
    +#  define CRYPTO_set_dynlock_destroy_callback     CRYPTO_set_dynlock_destroy_cb
    +#  undef CRYPTO_set_dynlock_create_callback
    +#  define CRYPTO_set_dynlock_create_callback      CRYPTO_set_dynlock_create_cb
    +#  undef CRYPTO_set_dynlock_lock_callback
    +#  define CRYPTO_set_dynlock_lock_callback        CRYPTO_set_dynlock_lock_cb
    +#  undef CRYPTO_get_dynlock_lock_callback
    +#  define CRYPTO_get_dynlock_lock_callback        CRYPTO_get_dynlock_lock_cb
    +#  undef CRYPTO_get_dynlock_destroy_callback
    +#  define CRYPTO_get_dynlock_destroy_callback     CRYPTO_get_dynlock_destroy_cb
    +#  undef CRYPTO_get_dynlock_create_callback
    +#  define CRYPTO_get_dynlock_create_callback      CRYPTO_get_dynlock_create_cb
    +#  undef CRYPTO_set_locked_mem_ex_functions
    +#  define CRYPTO_set_locked_mem_ex_functions      CRYPTO_set_locked_mem_ex_funcs
    +#  undef CRYPTO_get_locked_mem_ex_functions
    +#  define CRYPTO_get_locked_mem_ex_functions      CRYPTO_get_locked_mem_ex_funcs
    +
    +/* Hack some long SSL/TLS names */
    +#  undef SSL_CTX_set_default_verify_paths
    +#  define SSL_CTX_set_default_verify_paths        SSL_CTX_set_def_verify_paths
    +#  undef SSL_get_ex_data_X509_STORE_CTX_idx
    +#  define SSL_get_ex_data_X509_STORE_CTX_idx      SSL_get_ex_d_X509_STORE_CTX_idx
    +#  undef SSL_add_file_cert_subjects_to_stack
    +#  define SSL_add_file_cert_subjects_to_stack     SSL_add_file_cert_subjs_to_stk
    +#  undef SSL_add_dir_cert_subjects_to_stack
    +#  define SSL_add_dir_cert_subjects_to_stack      SSL_add_dir_cert_subjs_to_stk
    +#  undef SSL_CTX_use_certificate_chain_file
    +#  define SSL_CTX_use_certificate_chain_file      SSL_CTX_use_cert_chain_file
    +#  undef SSL_CTX_set_cert_verify_callback
    +#  define SSL_CTX_set_cert_verify_callback        SSL_CTX_set_cert_verify_cb
    +#  undef SSL_CTX_set_default_passwd_cb_userdata
    +#  define SSL_CTX_set_default_passwd_cb_userdata  SSL_CTX_set_def_passwd_cb_ud
    +#  undef SSL_COMP_get_compression_methods
    +#  define SSL_COMP_get_compression_methods        SSL_COMP_get_compress_methods
    +#  undef SSL_COMP_set0_compression_methods
    +#  define SSL_COMP_set0_compression_methods       SSL_COMP_set0_compress_methods
    +#  undef SSL_COMP_free_compression_methods
    +#  define SSL_COMP_free_compression_methods       SSL_COMP_free_compress_methods
    +#  undef ssl_add_clienthello_renegotiate_ext
    +#  define ssl_add_clienthello_renegotiate_ext     ssl_add_clienthello_reneg_ext
    +#  undef ssl_add_serverhello_renegotiate_ext
    +#  define ssl_add_serverhello_renegotiate_ext     ssl_add_serverhello_reneg_ext
    +#  undef ssl_parse_clienthello_renegotiate_ext
    +#  define ssl_parse_clienthello_renegotiate_ext   ssl_parse_clienthello_reneg_ext
    +#  undef ssl_parse_serverhello_renegotiate_ext
    +#  define ssl_parse_serverhello_renegotiate_ext   ssl_parse_serverhello_reneg_ext
    +#  undef SSL_srp_server_param_with_username
    +#  define SSL_srp_server_param_with_username      SSL_srp_server_param_with_un
    +#  undef SSL_CTX_set_srp_client_pwd_callback
    +#  define SSL_CTX_set_srp_client_pwd_callback     SSL_CTX_set_srp_client_pwd_cb
    +#  undef SSL_CTX_set_srp_verify_param_callback
    +#  define SSL_CTX_set_srp_verify_param_callback   SSL_CTX_set_srp_vfy_param_cb
    +#  undef SSL_CTX_set_srp_username_callback
    +#  define SSL_CTX_set_srp_username_callback       SSL_CTX_set_srp_un_cb
    +#  undef ssl_add_clienthello_use_srtp_ext
    +#  define ssl_add_clienthello_use_srtp_ext        ssl_add_clihello_use_srtp_ext
    +#  undef ssl_add_serverhello_use_srtp_ext
    +#  define ssl_add_serverhello_use_srtp_ext        ssl_add_serhello_use_srtp_ext
    +#  undef ssl_parse_clienthello_use_srtp_ext
    +#  define ssl_parse_clienthello_use_srtp_ext      ssl_parse_clihello_use_srtp_ext
    +#  undef ssl_parse_serverhello_use_srtp_ext
    +#  define ssl_parse_serverhello_use_srtp_ext      ssl_parse_serhello_use_srtp_ext
    +#  undef SSL_CTX_set_next_protos_advertised_cb
    +#  define SSL_CTX_set_next_protos_advertised_cb   SSL_CTX_set_next_protos_adv_cb
    +#  undef SSL_CTX_set_next_proto_select_cb
    +#  define SSL_CTX_set_next_proto_select_cb        SSL_CTX_set_next_proto_sel_cb
    +
    +#  undef tls1_send_server_supplemental_data
    +#  define tls1_send_server_supplemental_data      tls1_send_server_suppl_data
    +#  undef tls1_send_client_supplemental_data
    +#  define tls1_send_client_supplemental_data      tls1_send_client_suppl_data
    +#  undef tls1_get_server_supplemental_data
    +#  define tls1_get_server_supplemental_data       tls1_get_server_suppl_data
    +#  undef tls1_get_client_supplemental_data
    +#  define tls1_get_client_supplemental_data       tls1_get_client_suppl_data
    +
    +#  undef ssl3_cbc_record_digest_supported
    +#  define ssl3_cbc_record_digest_supported        ssl3_cbc_record_digest_support
    +#  undef ssl_check_clienthello_tlsext_late
    +#  define ssl_check_clienthello_tlsext_late       ssl_check_clihello_tlsext_late
    +#  undef ssl_check_clienthello_tlsext_early
    +#  define ssl_check_clienthello_tlsext_early      ssl_check_clihello_tlsext_early
    +
    +/* Hack some RSA long names */
    +#  undef RSA_padding_check_PKCS1_OAEP_mgf1
    +#  define RSA_padding_check_PKCS1_OAEP_mgf1       RSA_pad_check_PKCS1_OAEP_mgf1
    +
    +/* Hack some ENGINE long names */
    +#  undef ENGINE_get_default_BN_mod_exp_crt
    +#  define ENGINE_get_default_BN_mod_exp_crt       ENGINE_get_def_BN_mod_exp_crt
    +#  undef ENGINE_set_default_BN_mod_exp_crt
    +#  define ENGINE_set_default_BN_mod_exp_crt       ENGINE_set_def_BN_mod_exp_crt
    +#  undef ENGINE_set_load_privkey_function
    +#  define ENGINE_set_load_privkey_function        ENGINE_set_load_privkey_fn
    +#  undef ENGINE_get_load_privkey_function
    +#  define ENGINE_get_load_privkey_function        ENGINE_get_load_privkey_fn
    +#  undef ENGINE_unregister_pkey_asn1_meths
    +#  define ENGINE_unregister_pkey_asn1_meths       ENGINE_unreg_pkey_asn1_meths
    +#  undef ENGINE_register_all_pkey_asn1_meths
    +#  define ENGINE_register_all_pkey_asn1_meths     ENGINE_reg_all_pkey_asn1_meths
    +#  undef ENGINE_set_default_pkey_asn1_meths
    +#  define ENGINE_set_default_pkey_asn1_meths      ENGINE_set_def_pkey_asn1_meths
    +#  undef ENGINE_get_pkey_asn1_meth_engine
    +#  define ENGINE_get_pkey_asn1_meth_engine        ENGINE_get_pkey_asn1_meth_eng
    +#  undef ENGINE_set_load_ssl_client_cert_function
    +#  define ENGINE_set_load_ssl_client_cert_function \
    +                                                ENGINE_set_ld_ssl_clnt_cert_fn
    +#  undef ENGINE_get_ssl_client_cert_function
    +#  define ENGINE_get_ssl_client_cert_function     ENGINE_get_ssl_client_cert_fn
     
     /* Hack some long OCSP names */
    -#undef OCSP_REQUEST_get_ext_by_critical
    -#define OCSP_REQUEST_get_ext_by_critical	OCSP_REQUEST_get_ext_by_crit
    -#undef OCSP_BASICRESP_get_ext_by_critical
    -#define OCSP_BASICRESP_get_ext_by_critical      OCSP_BASICRESP_get_ext_by_crit
    -#undef OCSP_SINGLERESP_get_ext_by_critical
    -#define OCSP_SINGLERESP_get_ext_by_critical     OCSP_SINGLERESP_get_ext_by_crit
    +#  undef OCSP_REQUEST_get_ext_by_critical
    +#  define OCSP_REQUEST_get_ext_by_critical        OCSP_REQUEST_get_ext_by_crit
    +#  undef OCSP_BASICRESP_get_ext_by_critical
    +#  define OCSP_BASICRESP_get_ext_by_critical      OCSP_BASICRESP_get_ext_by_crit
    +#  undef OCSP_SINGLERESP_get_ext_by_critical
    +#  define OCSP_SINGLERESP_get_ext_by_critical     OCSP_SINGLERESP_get_ext_by_crit
     
     /* Hack some long DES names */
    -#undef _ossl_old_des_ede3_cfb64_encrypt
    -#define _ossl_old_des_ede3_cfb64_encrypt	_ossl_odes_ede3_cfb64_encrypt
    -#undef _ossl_old_des_ede3_ofb64_encrypt
    -#define _ossl_old_des_ede3_ofb64_encrypt	_ossl_odes_ede3_ofb64_encrypt
    +#  undef _ossl_old_des_ede3_cfb64_encrypt
    +#  define _ossl_old_des_ede3_cfb64_encrypt        _ossl_odes_ede3_cfb64_encrypt
    +#  undef _ossl_old_des_ede3_ofb64_encrypt
    +#  define _ossl_old_des_ede3_ofb64_encrypt        _ossl_odes_ede3_ofb64_encrypt
     
     /* Hack some long EVP names */
    -#undef OPENSSL_add_all_algorithms_noconf
    -#define OPENSSL_add_all_algorithms_noconf	OPENSSL_add_all_algo_noconf
    -#undef OPENSSL_add_all_algorithms_conf
    -#define OPENSSL_add_all_algorithms_conf		OPENSSL_add_all_algo_conf
    -#undef EVP_PKEY_meth_set_verify_recover
    -#define EVP_PKEY_meth_set_verify_recover	EVP_PKEY_meth_set_vrfy_recover
    +#  undef OPENSSL_add_all_algorithms_noconf
    +#  define OPENSSL_add_all_algorithms_noconf       OPENSSL_add_all_algo_noconf
    +#  undef OPENSSL_add_all_algorithms_conf
    +#  define OPENSSL_add_all_algorithms_conf         OPENSSL_add_all_algo_conf
    +#  undef EVP_PKEY_meth_set_verify_recover
    +#  define EVP_PKEY_meth_set_verify_recover        EVP_PKEY_meth_set_vrfy_recover
     
     /* Hack some long EC names */
    -#undef EC_GROUP_set_point_conversion_form
    -#define EC_GROUP_set_point_conversion_form	EC_GROUP_set_point_conv_form
    -#undef EC_GROUP_get_point_conversion_form
    -#define EC_GROUP_get_point_conversion_form	EC_GROUP_get_point_conv_form
    -#undef EC_GROUP_clear_free_all_extra_data
    -#define EC_GROUP_clear_free_all_extra_data	EC_GROUP_clr_free_all_xtra_data
    -#undef EC_KEY_set_public_key_affine_coordinates
    -#define EC_KEY_set_public_key_affine_coordinates \
    -						EC_KEY_set_pub_key_aff_coords
    -#undef EC_POINT_set_Jprojective_coordinates_GFp
    -#define EC_POINT_set_Jprojective_coordinates_GFp \
    +#  undef EC_GROUP_set_point_conversion_form
    +#  define EC_GROUP_set_point_conversion_form      EC_GROUP_set_point_conv_form
    +#  undef EC_GROUP_get_point_conversion_form
    +#  define EC_GROUP_get_point_conversion_form      EC_GROUP_get_point_conv_form
    +#  undef EC_GROUP_clear_free_all_extra_data
    +#  define EC_GROUP_clear_free_all_extra_data      EC_GROUP_clr_free_all_xtra_data
    +#  undef EC_KEY_set_public_key_affine_coordinates
    +#  define EC_KEY_set_public_key_affine_coordinates \
    +                                                EC_KEY_set_pub_key_aff_coords
    +#  undef EC_POINT_set_Jprojective_coordinates_GFp
    +#  define EC_POINT_set_Jprojective_coordinates_GFp \
                                                     EC_POINT_set_Jproj_coords_GFp
    -#undef EC_POINT_get_Jprojective_coordinates_GFp
    -#define EC_POINT_get_Jprojective_coordinates_GFp \
    +#  undef EC_POINT_get_Jprojective_coordinates_GFp
    +#  define EC_POINT_get_Jprojective_coordinates_GFp \
                                                     EC_POINT_get_Jproj_coords_GFp
    -#undef EC_POINT_set_affine_coordinates_GFp
    -#define EC_POINT_set_affine_coordinates_GFp     EC_POINT_set_affine_coords_GFp
    -#undef EC_POINT_get_affine_coordinates_GFp
    -#define EC_POINT_get_affine_coordinates_GFp     EC_POINT_get_affine_coords_GFp
    -#undef EC_POINT_set_compressed_coordinates_GFp
    -#define EC_POINT_set_compressed_coordinates_GFp EC_POINT_set_compr_coords_GFp
    -#undef EC_POINT_set_affine_coordinates_GF2m
    -#define EC_POINT_set_affine_coordinates_GF2m    EC_POINT_set_affine_coords_GF2m
    -#undef EC_POINT_get_affine_coordinates_GF2m
    -#define EC_POINT_get_affine_coordinates_GF2m    EC_POINT_get_affine_coords_GF2m
    -#undef EC_POINT_set_compressed_coordinates_GF2m
    -#define EC_POINT_set_compressed_coordinates_GF2m \
    +#  undef EC_POINT_set_affine_coordinates_GFp
    +#  define EC_POINT_set_affine_coordinates_GFp     EC_POINT_set_affine_coords_GFp
    +#  undef EC_POINT_get_affine_coordinates_GFp
    +#  define EC_POINT_get_affine_coordinates_GFp     EC_POINT_get_affine_coords_GFp
    +#  undef EC_POINT_set_compressed_coordinates_GFp
    +#  define EC_POINT_set_compressed_coordinates_GFp EC_POINT_set_compr_coords_GFp
    +#  undef EC_POINT_set_affine_coordinates_GF2m
    +#  define EC_POINT_set_affine_coordinates_GF2m    EC_POINT_set_affine_coords_GF2m
    +#  undef EC_POINT_get_affine_coordinates_GF2m
    +#  define EC_POINT_get_affine_coordinates_GF2m    EC_POINT_get_affine_coords_GF2m
    +#  undef EC_POINT_set_compressed_coordinates_GF2m
    +#  define EC_POINT_set_compressed_coordinates_GF2m \
                                                     EC_POINT_set_compr_coords_GF2m
    -#undef ec_GF2m_simple_group_clear_finish
    -#define ec_GF2m_simple_group_clear_finish	ec_GF2m_simple_grp_clr_finish
    -#undef ec_GF2m_simple_group_check_discriminant
    -#define ec_GF2m_simple_group_check_discriminant	ec_GF2m_simple_grp_chk_discrim
    -#undef ec_GF2m_simple_point_clear_finish
    -#define ec_GF2m_simple_point_clear_finish	ec_GF2m_simple_pt_clr_finish
    -#undef ec_GF2m_simple_point_set_to_infinity
    -#define ec_GF2m_simple_point_set_to_infinity	ec_GF2m_simple_pt_set_to_inf
    -#undef ec_GF2m_simple_points_make_affine
    -#define ec_GF2m_simple_points_make_affine	ec_GF2m_simple_pts_make_affine
    -#undef ec_GF2m_simple_point_set_affine_coordinates
    -#define ec_GF2m_simple_point_set_affine_coordinates \
    +#  undef ec_GF2m_simple_group_clear_finish
    +#  define ec_GF2m_simple_group_clear_finish       ec_GF2m_simple_grp_clr_finish
    +#  undef ec_GF2m_simple_group_check_discriminant
    +#  define ec_GF2m_simple_group_check_discriminant ec_GF2m_simple_grp_chk_discrim
    +#  undef ec_GF2m_simple_point_clear_finish
    +#  define ec_GF2m_simple_point_clear_finish       ec_GF2m_simple_pt_clr_finish
    +#  undef ec_GF2m_simple_point_set_to_infinity
    +#  define ec_GF2m_simple_point_set_to_infinity    ec_GF2m_simple_pt_set_to_inf
    +#  undef ec_GF2m_simple_points_make_affine
    +#  define ec_GF2m_simple_points_make_affine       ec_GF2m_simple_pts_make_affine
    +#  undef ec_GF2m_simple_point_set_affine_coordinates
    +#  define ec_GF2m_simple_point_set_affine_coordinates \
                                                     ec_GF2m_smp_pt_set_af_coords
    -#undef ec_GF2m_simple_point_get_affine_coordinates
    -#define ec_GF2m_simple_point_get_affine_coordinates \
    +#  undef ec_GF2m_simple_point_get_affine_coordinates
    +#  define ec_GF2m_simple_point_get_affine_coordinates \
                                                     ec_GF2m_smp_pt_get_af_coords
    -#undef ec_GF2m_simple_set_compressed_coordinates
    -#define ec_GF2m_simple_set_compressed_coordinates \
    +#  undef ec_GF2m_simple_set_compressed_coordinates
    +#  define ec_GF2m_simple_set_compressed_coordinates \
                                                     ec_GF2m_smp_set_compr_coords
    -#undef ec_GFp_simple_group_set_curve_GFp
    -#define ec_GFp_simple_group_set_curve_GFp       ec_GFp_simple_grp_set_curve_GFp
    -#undef ec_GFp_simple_group_get_curve_GFp
    -#define ec_GFp_simple_group_get_curve_GFp       ec_GFp_simple_grp_get_curve_GFp
    -#undef ec_GFp_simple_group_clear_finish
    -#define ec_GFp_simple_group_clear_finish	ec_GFp_simple_grp_clear_finish
    -#undef ec_GFp_simple_group_set_generator
    -#define ec_GFp_simple_group_set_generator       ec_GFp_simple_grp_set_generator
    -#undef ec_GFp_simple_group_get0_generator
    -#define ec_GFp_simple_group_get0_generator      ec_GFp_simple_grp_gt0_generator
    -#undef ec_GFp_simple_group_get_cofactor
    -#define ec_GFp_simple_group_get_cofactor	ec_GFp_simple_grp_get_cofactor
    -#undef ec_GFp_simple_point_clear_finish
    -#define ec_GFp_simple_point_clear_finish	ec_GFp_simple_pt_clear_finish
    -#undef ec_GFp_simple_point_set_to_infinity
    -#define ec_GFp_simple_point_set_to_infinity     ec_GFp_simple_pt_set_to_inf
    -#undef ec_GFp_simple_points_make_affine
    -#define ec_GFp_simple_points_make_affine	ec_GFp_simple_pts_make_affine
    -#undef ec_GFp_simple_set_Jprojective_coordinates_GFp
    -#define ec_GFp_simple_set_Jprojective_coordinates_GFp \
    +#  undef ec_GFp_simple_group_set_curve_GFp
    +#  define ec_GFp_simple_group_set_curve_GFp       ec_GFp_simple_grp_set_curve_GFp
    +#  undef ec_GFp_simple_group_get_curve_GFp
    +#  define ec_GFp_simple_group_get_curve_GFp       ec_GFp_simple_grp_get_curve_GFp
    +#  undef ec_GFp_simple_group_clear_finish
    +#  define ec_GFp_simple_group_clear_finish        ec_GFp_simple_grp_clear_finish
    +#  undef ec_GFp_simple_group_set_generator
    +#  define ec_GFp_simple_group_set_generator       ec_GFp_simple_grp_set_generator
    +#  undef ec_GFp_simple_group_get0_generator
    +#  define ec_GFp_simple_group_get0_generator      ec_GFp_simple_grp_gt0_generator
    +#  undef ec_GFp_simple_group_get_cofactor
    +#  define ec_GFp_simple_group_get_cofactor        ec_GFp_simple_grp_get_cofactor
    +#  undef ec_GFp_simple_point_clear_finish
    +#  define ec_GFp_simple_point_clear_finish        ec_GFp_simple_pt_clear_finish
    +#  undef ec_GFp_simple_point_set_to_infinity
    +#  define ec_GFp_simple_point_set_to_infinity     ec_GFp_simple_pt_set_to_inf
    +#  undef ec_GFp_simple_points_make_affine
    +#  define ec_GFp_simple_points_make_affine        ec_GFp_simple_pts_make_affine
    +#  undef ec_GFp_simple_set_Jprojective_coordinates_GFp
    +#  define ec_GFp_simple_set_Jprojective_coordinates_GFp \
                                                     ec_GFp_smp_set_Jproj_coords_GFp
    -#undef ec_GFp_simple_get_Jprojective_coordinates_GFp
    -#define ec_GFp_simple_get_Jprojective_coordinates_GFp \
    +#  undef ec_GFp_simple_get_Jprojective_coordinates_GFp
    +#  define ec_GFp_simple_get_Jprojective_coordinates_GFp \
                                                     ec_GFp_smp_get_Jproj_coords_GFp
    -#undef ec_GFp_simple_point_set_affine_coordinates_GFp
    -#define ec_GFp_simple_point_set_affine_coordinates_GFp \
    +#  undef ec_GFp_simple_point_set_affine_coordinates_GFp
    +#  define ec_GFp_simple_point_set_affine_coordinates_GFp \
                                                     ec_GFp_smp_pt_set_af_coords_GFp
    -#undef ec_GFp_simple_point_get_affine_coordinates_GFp
    -#define ec_GFp_simple_point_get_affine_coordinates_GFp \
    +#  undef ec_GFp_simple_point_get_affine_coordinates_GFp
    +#  define ec_GFp_simple_point_get_affine_coordinates_GFp \
                                                     ec_GFp_smp_pt_get_af_coords_GFp
    -#undef ec_GFp_simple_set_compressed_coordinates_GFp
    -#define ec_GFp_simple_set_compressed_coordinates_GFp \
    +#  undef ec_GFp_simple_set_compressed_coordinates_GFp
    +#  define ec_GFp_simple_set_compressed_coordinates_GFp \
                                                     ec_GFp_smp_set_compr_coords_GFp
    -#undef ec_GFp_simple_point_set_affine_coordinates
    -#define ec_GFp_simple_point_set_affine_coordinates \
    +#  undef ec_GFp_simple_point_set_affine_coordinates
    +#  define ec_GFp_simple_point_set_affine_coordinates \
                                                     ec_GFp_smp_pt_set_af_coords
    -#undef ec_GFp_simple_point_get_affine_coordinates
    -#define ec_GFp_simple_point_get_affine_coordinates \
    +#  undef ec_GFp_simple_point_get_affine_coordinates
    +#  define ec_GFp_simple_point_get_affine_coordinates \
                                                     ec_GFp_smp_pt_get_af_coords
    -#undef ec_GFp_simple_set_compressed_coordinates
    -#define ec_GFp_simple_set_compressed_coordinates \
    +#  undef ec_GFp_simple_set_compressed_coordinates
    +#  define ec_GFp_simple_set_compressed_coordinates \
                                                     ec_GFp_smp_set_compr_coords
    -#undef ec_GFp_simple_group_check_discriminant
    -#define ec_GFp_simple_group_check_discriminant	ec_GFp_simple_grp_chk_discrim
    +#  undef ec_GFp_simple_group_check_discriminant
    +#  define ec_GFp_simple_group_check_discriminant  ec_GFp_simple_grp_chk_discrim
     
     /* Hack som long STORE names */
    -#undef STORE_method_set_initialise_function
    -#define STORE_method_set_initialise_function	STORE_meth_set_initialise_fn
    -#undef STORE_method_set_cleanup_function
    -#define STORE_method_set_cleanup_function	STORE_meth_set_cleanup_fn
    -#undef STORE_method_set_generate_function
    -#define STORE_method_set_generate_function	STORE_meth_set_generate_fn
    -#undef STORE_method_set_modify_function
    -#define STORE_method_set_modify_function	STORE_meth_set_modify_fn
    -#undef STORE_method_set_revoke_function
    -#define STORE_method_set_revoke_function	STORE_meth_set_revoke_fn
    -#undef STORE_method_set_delete_function
    -#define STORE_method_set_delete_function	STORE_meth_set_delete_fn
    -#undef STORE_method_set_list_start_function
    -#define STORE_method_set_list_start_function	STORE_meth_set_list_start_fn
    -#undef STORE_method_set_list_next_function
    -#define STORE_method_set_list_next_function	STORE_meth_set_list_next_fn
    -#undef STORE_method_set_list_end_function
    -#define STORE_method_set_list_end_function	STORE_meth_set_list_end_fn
    -#undef STORE_method_set_update_store_function
    -#define STORE_method_set_update_store_function	STORE_meth_set_update_store_fn
    -#undef STORE_method_set_lock_store_function
    -#define STORE_method_set_lock_store_function	STORE_meth_set_lock_store_fn
    -#undef STORE_method_set_unlock_store_function
    -#define STORE_method_set_unlock_store_function	STORE_meth_set_unlock_store_fn
    -#undef STORE_method_get_initialise_function
    -#define STORE_method_get_initialise_function	STORE_meth_get_initialise_fn
    -#undef STORE_method_get_cleanup_function
    -#define STORE_method_get_cleanup_function	STORE_meth_get_cleanup_fn
    -#undef STORE_method_get_generate_function
    -#define STORE_method_get_generate_function	STORE_meth_get_generate_fn
    -#undef STORE_method_get_modify_function
    -#define STORE_method_get_modify_function	STORE_meth_get_modify_fn
    -#undef STORE_method_get_revoke_function
    -#define STORE_method_get_revoke_function	STORE_meth_get_revoke_fn
    -#undef STORE_method_get_delete_function
    -#define STORE_method_get_delete_function	STORE_meth_get_delete_fn
    -#undef STORE_method_get_list_start_function
    -#define STORE_method_get_list_start_function	STORE_meth_get_list_start_fn
    -#undef STORE_method_get_list_next_function
    -#define STORE_method_get_list_next_function	STORE_meth_get_list_next_fn
    -#undef STORE_method_get_list_end_function
    -#define STORE_method_get_list_end_function	STORE_meth_get_list_end_fn
    -#undef STORE_method_get_update_store_function
    -#define STORE_method_get_update_store_function	STORE_meth_get_update_store_fn
    -#undef STORE_method_get_lock_store_function
    -#define STORE_method_get_lock_store_function	STORE_meth_get_lock_store_fn
    -#undef STORE_method_get_unlock_store_function
    -#define STORE_method_get_unlock_store_function	STORE_meth_get_unlock_store_fn
    +#  undef STORE_method_set_initialise_function
    +#  define STORE_method_set_initialise_function    STORE_meth_set_initialise_fn
    +#  undef STORE_method_set_cleanup_function
    +#  define STORE_method_set_cleanup_function       STORE_meth_set_cleanup_fn
    +#  undef STORE_method_set_generate_function
    +#  define STORE_method_set_generate_function      STORE_meth_set_generate_fn
    +#  undef STORE_method_set_modify_function
    +#  define STORE_method_set_modify_function        STORE_meth_set_modify_fn
    +#  undef STORE_method_set_revoke_function
    +#  define STORE_method_set_revoke_function        STORE_meth_set_revoke_fn
    +#  undef STORE_method_set_delete_function
    +#  define STORE_method_set_delete_function        STORE_meth_set_delete_fn
    +#  undef STORE_method_set_list_start_function
    +#  define STORE_method_set_list_start_function    STORE_meth_set_list_start_fn
    +#  undef STORE_method_set_list_next_function
    +#  define STORE_method_set_list_next_function     STORE_meth_set_list_next_fn
    +#  undef STORE_method_set_list_end_function
    +#  define STORE_method_set_list_end_function      STORE_meth_set_list_end_fn
    +#  undef STORE_method_set_update_store_function
    +#  define STORE_method_set_update_store_function  STORE_meth_set_update_store_fn
    +#  undef STORE_method_set_lock_store_function
    +#  define STORE_method_set_lock_store_function    STORE_meth_set_lock_store_fn
    +#  undef STORE_method_set_unlock_store_function
    +#  define STORE_method_set_unlock_store_function  STORE_meth_set_unlock_store_fn
    +#  undef STORE_method_get_initialise_function
    +#  define STORE_method_get_initialise_function    STORE_meth_get_initialise_fn
    +#  undef STORE_method_get_cleanup_function
    +#  define STORE_method_get_cleanup_function       STORE_meth_get_cleanup_fn
    +#  undef STORE_method_get_generate_function
    +#  define STORE_method_get_generate_function      STORE_meth_get_generate_fn
    +#  undef STORE_method_get_modify_function
    +#  define STORE_method_get_modify_function        STORE_meth_get_modify_fn
    +#  undef STORE_method_get_revoke_function
    +#  define STORE_method_get_revoke_function        STORE_meth_get_revoke_fn
    +#  undef STORE_method_get_delete_function
    +#  define STORE_method_get_delete_function        STORE_meth_get_delete_fn
    +#  undef STORE_method_get_list_start_function
    +#  define STORE_method_get_list_start_function    STORE_meth_get_list_start_fn
    +#  undef STORE_method_get_list_next_function
    +#  define STORE_method_get_list_next_function     STORE_meth_get_list_next_fn
    +#  undef STORE_method_get_list_end_function
    +#  define STORE_method_get_list_end_function      STORE_meth_get_list_end_fn
    +#  undef STORE_method_get_update_store_function
    +#  define STORE_method_get_update_store_function  STORE_meth_get_update_store_fn
    +#  undef STORE_method_get_lock_store_function
    +#  define STORE_method_get_lock_store_function    STORE_meth_get_lock_store_fn
    +#  undef STORE_method_get_unlock_store_function
    +#  define STORE_method_get_unlock_store_function  STORE_meth_get_unlock_store_fn
     
     /* Hack some long TS names */
    -#undef TS_RESP_CTX_set_status_info_cond
    -#define TS_RESP_CTX_set_status_info_cond	TS_RESP_CTX_set_stat_info_cond
    -#undef TS_RESP_CTX_set_clock_precision_digits
    -#define TS_RESP_CTX_set_clock_precision_digits	TS_RESP_CTX_set_clk_prec_digits
    -#undef TS_CONF_set_clock_precision_digits
    -#define TS_CONF_set_clock_precision_digits	TS_CONF_set_clk_prec_digits
    +#  undef TS_RESP_CTX_set_status_info_cond
    +#  define TS_RESP_CTX_set_status_info_cond        TS_RESP_CTX_set_stat_info_cond
    +#  undef TS_RESP_CTX_set_clock_precision_digits
    +#  define TS_RESP_CTX_set_clock_precision_digits  TS_RESP_CTX_set_clk_prec_digits
    +#  undef TS_CONF_set_clock_precision_digits
    +#  define TS_CONF_set_clock_precision_digits      TS_CONF_set_clk_prec_digits
     
     /* Hack some long CMS names */
    -#undef CMS_RecipientInfo_ktri_get0_algs
    -#define CMS_RecipientInfo_ktri_get0_algs	CMS_RecipInfo_ktri_get0_algs
    -#undef CMS_RecipientInfo_ktri_get0_signer_id
    -#define CMS_RecipientInfo_ktri_get0_signer_id	CMS_RecipInfo_ktri_get0_sigr_id
    -#undef CMS_OtherRevocationInfoFormat_it
    -#define CMS_OtherRevocationInfoFormat_it	CMS_OtherRevocInfoFormat_it
    -#undef CMS_KeyAgreeRecipientIdentifier_it
    -#define CMS_KeyAgreeRecipientIdentifier_it	CMS_KeyAgreeRecipIdentifier_it
    -#undef CMS_OriginatorIdentifierOrKey_it
    -#define CMS_OriginatorIdentifierOrKey_it	CMS_OriginatorIdOrKey_it
    -#undef cms_SignerIdentifier_get0_signer_id
    -#define cms_SignerIdentifier_get0_signer_id	cms_SignerId_get0_signer_id
    +#  undef CMS_RecipientInfo_ktri_get0_algs
    +#  define CMS_RecipientInfo_ktri_get0_algs        CMS_RecipInfo_ktri_get0_algs
    +#  undef CMS_RecipientInfo_ktri_get0_signer_id
    +#  define CMS_RecipientInfo_ktri_get0_signer_id   CMS_RecipInfo_ktri_get0_sigr_id
    +#  undef CMS_OtherRevocationInfoFormat_it
    +#  define CMS_OtherRevocationInfoFormat_it        CMS_OtherRevocInfoFormat_it
    +#  undef CMS_KeyAgreeRecipientIdentifier_it
    +#  define CMS_KeyAgreeRecipientIdentifier_it      CMS_KeyAgreeRecipIdentifier_it
    +#  undef CMS_OriginatorIdentifierOrKey_it
    +#  define CMS_OriginatorIdentifierOrKey_it        CMS_OriginatorIdOrKey_it
    +#  undef cms_SignerIdentifier_get0_signer_id
    +#  define cms_SignerIdentifier_get0_signer_id     cms_SignerId_get0_signer_id
    +#  undef CMS_RecipientInfo_kari_get0_orig_id
    +#  define CMS_RecipientInfo_kari_get0_orig_id     CMS_RecipInfo_kari_get0_orig_id
    +#  undef CMS_RecipientInfo_kari_get0_reks
    +#  define CMS_RecipientInfo_kari_get0_reks        CMS_RecipInfo_kari_get0_reks
    +#  undef CMS_RecipientEncryptedKey_cert_cmp
    +#  define CMS_RecipientEncryptedKey_cert_cmp      CMS_RecipEncryptedKey_cert_cmp
    +#  undef CMS_RecipientInfo_kari_set0_pkey
    +#  define CMS_RecipientInfo_kari_set0_pkey        CMS_RecipInfo_kari_set0_pkey
    +#  undef CMS_RecipientEncryptedKey_get0_id
    +#  define CMS_RecipientEncryptedKey_get0_id       CMS_RecipEncryptedKey_get0_id
    +#  undef CMS_RecipientInfo_kari_orig_id_cmp
    +#  define CMS_RecipientInfo_kari_orig_id_cmp      CMS_RecipInfo_kari_orig_id_cmp
     
     /* Hack some long DTLS1 names */
    -#undef dtls1_retransmit_buffered_messages
    -#define dtls1_retransmit_buffered_messages	dtls1_retransmit_buffered_msgs
    +#  undef dtls1_retransmit_buffered_messages
    +#  define dtls1_retransmit_buffered_messages      dtls1_retransmit_buffered_msgs
     
     /* Hack some long SRP names */
    -#undef SRP_generate_server_master_secret
    -#define SRP_generate_server_master_secret	SRP_gen_server_master_secret
    -#undef SRP_generate_client_master_secret
    -#define SRP_generate_client_master_secret	SRP_gen_client_master_secret
    +#  undef SRP_generate_server_master_secret
    +#  define SRP_generate_server_master_secret       SRP_gen_server_master_secret
    +#  undef SRP_generate_client_master_secret
    +#  define SRP_generate_client_master_secret       SRP_gen_client_master_secret
     
     /* Hack some long UI names */
    -#undef UI_method_get_prompt_constructor
    -#define UI_method_get_prompt_constructor	UI_method_get_prompt_constructr
    -#undef UI_method_set_prompt_constructor
    -#define UI_method_set_prompt_constructor	UI_method_set_prompt_constructr
    -
    -#endif /* defined OPENSSL_SYS_VMS */
    +#  undef UI_method_get_prompt_constructor
    +#  define UI_method_get_prompt_constructor        UI_method_get_prompt_constructr
    +#  undef UI_method_set_prompt_constructor
    +#  define UI_method_set_prompt_constructor        UI_method_set_prompt_constructr
     
    +# endif                         /* defined OPENSSL_SYS_VMS */
     
     /* Case insensitive linking causes problems.... */
    -#if defined(OPENSSL_SYS_VMS) || defined(OPENSSL_SYS_OS2)
    -#undef ERR_load_CRYPTO_strings
    -#define ERR_load_CRYPTO_strings			ERR_load_CRYPTOlib_strings
    -#undef OCSP_crlID_new
    -#define OCSP_crlID_new				OCSP_crlID2_new
    -
    -#undef d2i_ECPARAMETERS
    -#define d2i_ECPARAMETERS			d2i_UC_ECPARAMETERS
    -#undef i2d_ECPARAMETERS
    -#define i2d_ECPARAMETERS			i2d_UC_ECPARAMETERS
    -#undef d2i_ECPKPARAMETERS
    -#define d2i_ECPKPARAMETERS			d2i_UC_ECPKPARAMETERS
    -#undef i2d_ECPKPARAMETERS
    -#define i2d_ECPKPARAMETERS			i2d_UC_ECPKPARAMETERS
    -
    -/* These functions do not seem to exist!  However, I'm paranoid...
    -   Original command in x509v3.h:
    -   These functions are being redefined in another directory,
    -   and clash when the linker is case-insensitive, so let's
    -   hide them a little, by giving them an extra 'o' at the
    -   beginning of the name... */
    -#undef X509v3_cleanup_extensions
    -#define X509v3_cleanup_extensions		oX509v3_cleanup_extensions
    -#undef X509v3_add_extension
    -#define X509v3_add_extension			oX509v3_add_extension
    -#undef X509v3_add_netscape_extensions
    -#define X509v3_add_netscape_extensions		oX509v3_add_netscape_extensions
    -#undef X509v3_add_standard_extensions
    -#define X509v3_add_standard_extensions		oX509v3_add_standard_extensions
    +# if defined(OPENSSL_SYS_VMS) || defined(OPENSSL_SYS_OS2)
    +#  undef ERR_load_CRYPTO_strings
    +#  define ERR_load_CRYPTO_strings                 ERR_load_CRYPTOlib_strings
    +#  undef OCSP_crlID_new
    +#  define OCSP_crlID_new                          OCSP_crlID2_new
    +
    +#  undef d2i_ECPARAMETERS
    +#  define d2i_ECPARAMETERS                        d2i_UC_ECPARAMETERS
    +#  undef i2d_ECPARAMETERS
    +#  define i2d_ECPARAMETERS                        i2d_UC_ECPARAMETERS
    +#  undef d2i_ECPKPARAMETERS
    +#  define d2i_ECPKPARAMETERS                      d2i_UC_ECPKPARAMETERS
    +#  undef i2d_ECPKPARAMETERS
    +#  define i2d_ECPKPARAMETERS                      i2d_UC_ECPKPARAMETERS
    +
    +/*
    + * These functions do not seem to exist! However, I'm paranoid... Original
    + * command in x509v3.h: These functions are being redefined in another
    + * directory, and clash when the linker is case-insensitive, so let's hide
    + * them a little, by giving them an extra 'o' at the beginning of the name...
    + */
    +#  undef X509v3_cleanup_extensions
    +#  define X509v3_cleanup_extensions               oX509v3_cleanup_extensions
    +#  undef X509v3_add_extension
    +#  define X509v3_add_extension                    oX509v3_add_extension
    +#  undef X509v3_add_netscape_extensions
    +#  define X509v3_add_netscape_extensions          oX509v3_add_netscape_extensions
    +#  undef X509v3_add_standard_extensions
    +#  define X509v3_add_standard_extensions          oX509v3_add_standard_extensions
     
     /* This one clashes with CMS_data_create */
    -#undef cms_Data_create
    -#define cms_Data_create				priv_cms_Data_create
    -
    -#endif
    +#  undef cms_Data_create
    +#  define cms_Data_create                         priv_cms_Data_create
     
    +# endif
     
    -#endif /* ! defined HEADER_VMS_IDHACKS_H */
    +#endif                          /* ! defined HEADER_VMS_IDHACKS_H */
    diff --git a/openssl/crypto/threads/mttest.c b/openssl/crypto/threads/mttest.c
    index eba7aa8a6..8f67db6ee 100644
    --- a/openssl/crypto/threads/mttest.c
    +++ b/openssl/crypto/threads/mttest.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,27 +61,27 @@
     #include 
     #include 
     #ifdef LINUX
    -#include 
    +# include 
     #endif
     #ifdef OPENSSL_SYS_WIN32
    -#include 
    +# include 
     #endif
     #ifdef SOLARIS
    -#include 
    -#include 
    +# include 
    +# include 
     #endif
     #ifdef IRIX
    -#include 
    -#include 
    +# include 
    +# include 
     #endif
     #ifdef PTHREADS
    -#include 
    +# include 
     #endif
     #ifdef OPENSSL_SYS_NETWARE
    -#if !defined __int64
    +# if !defined __int64
     #  define __int64 long long
    -#endif   
    -#include 
    +# endif
    +# include 
     #endif
     #include 
     #include 
    @@ -93,37 +93,37 @@
     #include 
     
     #ifdef OPENSSL_NO_FP_API
    -#define APPS_WIN16
    -#include "../buffer/bss_file.c"
    +# define APPS_WIN16
    +# include "../buffer/bss_file.c"
     #endif
     
     #ifdef OPENSSL_SYS_NETWARE
    -#define TEST_SERVER_CERT "/openssl/apps/server.pem"
    -#define TEST_CLIENT_CERT "/openssl/apps/client.pem"
    +# define TEST_SERVER_CERT "/openssl/apps/server.pem"
    +# define TEST_CLIENT_CERT "/openssl/apps/client.pem"
     #else
    -#define TEST_SERVER_CERT "../../apps/server.pem"
    -#define TEST_CLIENT_CERT "../../apps/client.pem"
    +# define TEST_SERVER_CERT "../../apps/server.pem"
    +# define TEST_CLIENT_CERT "../../apps/client.pem"
     #endif
     
    -#define MAX_THREAD_NUMBER	100
    +#define MAX_THREAD_NUMBER       100
     
     int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *xs);
     void thread_setup(void);
     void thread_cleanup(void);
    -void do_threads(SSL_CTX *s_ctx,SSL_CTX *c_ctx);
    +void do_threads(SSL_CTX *s_ctx, SSL_CTX *c_ctx);
     
    -void irix_locking_callback(int mode,int type,char *file,int line);
    -void solaris_locking_callback(int mode,int type,char *file,int line);
    -void win32_locking_callback(int mode,int type,char *file,int line);
    -void pthreads_locking_callback(int mode,int type,char *file,int line);
    -void netware_locking_callback(int mode,int type,char *file,int line);
    -void beos_locking_callback(int mode,int type,const char *file,int line);
    +void irix_locking_callback(int mode, int type, char *file, int line);
    +void solaris_locking_callback(int mode, int type, char *file, int line);
    +void win32_locking_callback(int mode, int type, char *file, int line);
    +void pthreads_locking_callback(int mode, int type, char *file, int line);
    +void netware_locking_callback(int mode, int type, char *file, int line);
    +void beos_locking_callback(int mode, int type, const char *file, int line);
     
    -unsigned long irix_thread_id(void );
    -unsigned long solaris_thread_id(void );
    -unsigned long pthreads_thread_id(void );
    -unsigned long netware_thread_id(void );
    -unsigned long beos_thread_id(void );
    +unsigned long irix_thread_id(void);
    +unsigned long solaris_thread_id(void);
    +unsigned long pthreads_thread_id(void);
    +unsigned long netware_thread_id(void);
    +unsigned long beos_thread_id(void);
     
     #if defined(OPENSSL_SYS_NETWARE)
     static MPKMutex *lock_cs;
    @@ -131,591 +131,532 @@ static MPKSema ThreadSem;
     static long *lock_count;
     #endif
     
    -BIO *bio_err=NULL;
    -BIO *bio_stdout=NULL;
    +BIO *bio_err = NULL;
    +BIO *bio_stdout = NULL;
     
    -static char *cipher=NULL;
    -int verbose=0;
    +static char *cipher = NULL;
    +int verbose = 0;
     #ifdef FIONBIO
    -static int s_nbio=0;
    +static int s_nbio = 0;
     #endif
     
    -int thread_number=10;
    -int number_of_loops=10;
    -int reconnect=0;
    -int cache_stats=0;
    +int thread_number = 10;
    +int number_of_loops = 10;
    +int reconnect = 0;
    +int cache_stats = 0;
     
    -static const char rnd_seed[] = "string to make the random number generator think it has entropy";
    +static const char rnd_seed[] =
    +    "string to make the random number generator think it has entropy";
     
     int doit(char *ctx[4]);
     static void print_stats(FILE *fp, SSL_CTX *ctx)
     {
    -	fprintf(fp,"%4ld items in the session cache\n",
    -		SSL_CTX_sess_number(ctx));
    -	fprintf(fp,"%4d client connects (SSL_connect())\n",
    -		SSL_CTX_sess_connect(ctx));
    -	fprintf(fp,"%4d client connects that finished\n",
    -		SSL_CTX_sess_connect_good(ctx));
    -	fprintf(fp,"%4d server connects (SSL_accept())\n",
    -		SSL_CTX_sess_accept(ctx));
    -	fprintf(fp,"%4d server connects that finished\n",
    -		SSL_CTX_sess_accept_good(ctx));
    -	fprintf(fp,"%4d session cache hits\n",SSL_CTX_sess_hits(ctx));
    -	fprintf(fp,"%4d session cache misses\n",SSL_CTX_sess_misses(ctx));
    -	fprintf(fp,"%4d session cache timeouts\n",SSL_CTX_sess_timeouts(ctx));
    -	}
    +    fprintf(fp, "%4ld items in the session cache\n",
    +            SSL_CTX_sess_number(ctx));
    +    fprintf(fp, "%4d client connects (SSL_connect())\n",
    +            SSL_CTX_sess_connect(ctx));
    +    fprintf(fp, "%4d client connects that finished\n",
    +            SSL_CTX_sess_connect_good(ctx));
    +    fprintf(fp, "%4d server connects (SSL_accept())\n",
    +            SSL_CTX_sess_accept(ctx));
    +    fprintf(fp, "%4d server connects that finished\n",
    +            SSL_CTX_sess_accept_good(ctx));
    +    fprintf(fp, "%4d session cache hits\n", SSL_CTX_sess_hits(ctx));
    +    fprintf(fp, "%4d session cache misses\n", SSL_CTX_sess_misses(ctx));
    +    fprintf(fp, "%4d session cache timeouts\n", SSL_CTX_sess_timeouts(ctx));
    +}
     
     static void sv_usage(void)
    -	{
    -	fprintf(stderr,"usage: ssltest [args ...]\n");
    -	fprintf(stderr,"\n");
    -	fprintf(stderr," -server_auth  - check server certificate\n");
    -	fprintf(stderr," -client_auth  - do client authentication\n");
    -	fprintf(stderr," -v            - more output\n");
    -	fprintf(stderr," -CApath arg   - PEM format directory of CA's\n");
    -	fprintf(stderr," -CAfile arg   - PEM format file of CA's\n");
    -	fprintf(stderr," -threads arg  - number of threads\n");
    -	fprintf(stderr," -loops arg    - number of 'connections', per thread\n");
    -	fprintf(stderr," -reconnect    - reuse session-id's\n");
    -	fprintf(stderr," -stats        - server session-id cache stats\n");
    -	fprintf(stderr," -cert arg     - server certificate/key\n");
    -	fprintf(stderr," -ccert arg    - client certificate/key\n");
    -	fprintf(stderr," -ssl3         - just SSLv3n\n");
    -	}
    +{
    +    fprintf(stderr, "usage: ssltest [args ...]\n");
    +    fprintf(stderr, "\n");
    +    fprintf(stderr, " -server_auth  - check server certificate\n");
    +    fprintf(stderr, " -client_auth  - do client authentication\n");
    +    fprintf(stderr, " -v            - more output\n");
    +    fprintf(stderr, " -CApath arg   - PEM format directory of CA's\n");
    +    fprintf(stderr, " -CAfile arg   - PEM format file of CA's\n");
    +    fprintf(stderr, " -threads arg  - number of threads\n");
    +    fprintf(stderr, " -loops arg    - number of 'connections', per thread\n");
    +    fprintf(stderr, " -reconnect    - reuse session-id's\n");
    +    fprintf(stderr, " -stats        - server session-id cache stats\n");
    +    fprintf(stderr, " -cert arg     - server certificate/key\n");
    +    fprintf(stderr, " -ccert arg    - client certificate/key\n");
    +    fprintf(stderr, " -ssl3         - just SSLv3n\n");
    +}
     
     int main(int argc, char *argv[])
    -	{
    -	char *CApath=NULL,*CAfile=NULL;
    -	int badop=0;
    -	int ret=1;
    -	int client_auth=0;
    -	int server_auth=0;
    -	SSL_CTX *s_ctx=NULL;
    -	SSL_CTX *c_ctx=NULL;
    -	char *scert=TEST_SERVER_CERT;
    -	char *ccert=TEST_CLIENT_CERT;
    -	SSL_METHOD *ssl_method=SSLv23_method();
    -
    -	RAND_seed(rnd_seed, sizeof rnd_seed);
    -
    -	if (bio_err == NULL)
    -		bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
    -	if (bio_stdout == NULL)
    -		bio_stdout=BIO_new_fp(stdout,BIO_NOCLOSE);
    -	argc--;
    -	argv++;
    -
    -	while (argc >= 1)
    -		{
    -		if	(strcmp(*argv,"-server_auth") == 0)
    -			server_auth=1;
    -		else if	(strcmp(*argv,"-client_auth") == 0)
    -			client_auth=1;
    -		else if	(strcmp(*argv,"-reconnect") == 0)
    -			reconnect=1;
    -		else if	(strcmp(*argv,"-stats") == 0)
    -			cache_stats=1;
    -		else if	(strcmp(*argv,"-ssl3") == 0)
    -			ssl_method=SSLv3_method();
    -		else if	(strcmp(*argv,"-ssl2") == 0)
    -			ssl_method=SSLv2_method();
    -		else if	(strcmp(*argv,"-CApath") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			CApath= *(++argv);
    -			}
    -		else if	(strcmp(*argv,"-CAfile") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			CAfile= *(++argv);
    -			}
    -		else if	(strcmp(*argv,"-cert") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			scert= *(++argv);
    -			}
    -		else if	(strcmp(*argv,"-ccert") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			ccert= *(++argv);
    -			}
    -		else if	(strcmp(*argv,"-threads") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			thread_number= atoi(*(++argv));
    -			if (thread_number == 0) thread_number=1;
    -			if (thread_number > MAX_THREAD_NUMBER)
    -				thread_number=MAX_THREAD_NUMBER;
    -			}
    -		else if	(strcmp(*argv,"-loops") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			number_of_loops= atoi(*(++argv));
    -			if (number_of_loops == 0) number_of_loops=1;
    -			}
    -		else
    -			{
    -			fprintf(stderr,"unknown option %s\n",*argv);
    -			badop=1;
    -			break;
    -			}
    -		argc--;
    -		argv++;
    -		}
    -	if (badop)
    -		{
    -bad:
    -		sv_usage();
    -		goto end;
    -		}
    -
    -	if (cipher == NULL && OPENSSL_issetugid() == 0)
    -		cipher=getenv("SSL_CIPHER");
    -
    -	SSL_load_error_strings();
    -	OpenSSL_add_ssl_algorithms();
    -
    -	c_ctx=SSL_CTX_new(ssl_method);
    -	s_ctx=SSL_CTX_new(ssl_method);
    -	if ((c_ctx == NULL) || (s_ctx == NULL))
    -		{
    -		ERR_print_errors(bio_err);
    -		goto end;
    -		}
    -
    -	SSL_CTX_set_session_cache_mode(s_ctx,
    -		SSL_SESS_CACHE_NO_AUTO_CLEAR|SSL_SESS_CACHE_SERVER);
    -	SSL_CTX_set_session_cache_mode(c_ctx,
    -		SSL_SESS_CACHE_NO_AUTO_CLEAR|SSL_SESS_CACHE_SERVER);
    -
    -	if (!SSL_CTX_use_certificate_file(s_ctx,scert,SSL_FILETYPE_PEM))
    -		{
    -		ERR_print_errors(bio_err);
    -		}
    -	else if (!SSL_CTX_use_RSAPrivateKey_file(s_ctx,scert,SSL_FILETYPE_PEM))
    -		{
    -		ERR_print_errors(bio_err);
    -		goto end;
    -		}
    -
    -	if (client_auth)
    -		{
    -		SSL_CTX_use_certificate_file(c_ctx,ccert,
    -			SSL_FILETYPE_PEM);
    -		SSL_CTX_use_RSAPrivateKey_file(c_ctx,ccert,
    -			SSL_FILETYPE_PEM);
    -		}
    -
    -	if (	(!SSL_CTX_load_verify_locations(s_ctx,CAfile,CApath)) ||
    -		(!SSL_CTX_set_default_verify_paths(s_ctx)) ||
    -		(!SSL_CTX_load_verify_locations(c_ctx,CAfile,CApath)) ||
    -		(!SSL_CTX_set_default_verify_paths(c_ctx)))
    -		{
    -		fprintf(stderr,"SSL_load_verify_locations\n");
    -		ERR_print_errors(bio_err);
    -		goto end;
    -		}
    -
    -	if (client_auth)
    -		{
    -		fprintf(stderr,"client authentication\n");
    -		SSL_CTX_set_verify(s_ctx,
    -			SSL_VERIFY_PEER|SSL_VERIFY_FAIL_IF_NO_PEER_CERT,
    -			verify_callback);
    -		}
    -	if (server_auth)
    -		{
    -		fprintf(stderr,"server authentication\n");
    -		SSL_CTX_set_verify(c_ctx,SSL_VERIFY_PEER,
    -			verify_callback);
    -		}
    -
    -	thread_setup();
    -	do_threads(s_ctx,c_ctx);
    -	thread_cleanup();
    -end:
    -	
    -	if (c_ctx != NULL) 
    -		{
    -		fprintf(stderr,"Client SSL_CTX stats then free it\n");
    -		print_stats(stderr,c_ctx);
    -		SSL_CTX_free(c_ctx);
    -		}
    -	if (s_ctx != NULL)
    -		{
    -		fprintf(stderr,"Server SSL_CTX stats then free it\n");
    -		print_stats(stderr,s_ctx);
    -		if (cache_stats)
    -			{
    -			fprintf(stderr,"-----\n");
    -			lh_stats(SSL_CTX_sessions(s_ctx),stderr);
    -			fprintf(stderr,"-----\n");
    -		/*	lh_node_stats(SSL_CTX_sessions(s_ctx),stderr);
    -			fprintf(stderr,"-----\n"); */
    -			lh_node_usage_stats(SSL_CTX_sessions(s_ctx),stderr);
    -			fprintf(stderr,"-----\n");
    -			}
    -		SSL_CTX_free(s_ctx);
    -		fprintf(stderr,"done free\n");
    -		}
    -	exit(ret);
    -	return(0);
    -	}
    -
    -#define W_READ	1
    -#define W_WRITE	2
    -#define C_DONE	1
    -#define S_DONE	2
    +{
    +    char *CApath = NULL, *CAfile = NULL;
    +    int badop = 0;
    +    int ret = 1;
    +    int client_auth = 0;
    +    int server_auth = 0;
    +    SSL_CTX *s_ctx = NULL;
    +    SSL_CTX *c_ctx = NULL;
    +    char *scert = TEST_SERVER_CERT;
    +    char *ccert = TEST_CLIENT_CERT;
    +    SSL_METHOD *ssl_method = SSLv23_method();
    +
    +    RAND_seed(rnd_seed, sizeof rnd_seed);
    +
    +    if (bio_err == NULL)
    +        bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
    +    if (bio_stdout == NULL)
    +        bio_stdout = BIO_new_fp(stdout, BIO_NOCLOSE);
    +    argc--;
    +    argv++;
    +
    +    while (argc >= 1) {
    +        if (strcmp(*argv, "-server_auth") == 0)
    +            server_auth = 1;
    +        else if (strcmp(*argv, "-client_auth") == 0)
    +            client_auth = 1;
    +        else if (strcmp(*argv, "-reconnect") == 0)
    +            reconnect = 1;
    +        else if (strcmp(*argv, "-stats") == 0)
    +            cache_stats = 1;
    +        else if (strcmp(*argv, "-ssl3") == 0)
    +            ssl_method = SSLv3_method();
    +        else if (strcmp(*argv, "-ssl2") == 0)
    +            ssl_method = SSLv2_method();
    +        else if (strcmp(*argv, "-CApath") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            CApath = *(++argv);
    +        } else if (strcmp(*argv, "-CAfile") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            CAfile = *(++argv);
    +        } else if (strcmp(*argv, "-cert") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            scert = *(++argv);
    +        } else if (strcmp(*argv, "-ccert") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            ccert = *(++argv);
    +        } else if (strcmp(*argv, "-threads") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            thread_number = atoi(*(++argv));
    +            if (thread_number == 0)
    +                thread_number = 1;
    +            if (thread_number > MAX_THREAD_NUMBER)
    +                thread_number = MAX_THREAD_NUMBER;
    +        } else if (strcmp(*argv, "-loops") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            number_of_loops = atoi(*(++argv));
    +            if (number_of_loops == 0)
    +                number_of_loops = 1;
    +        } else {
    +            fprintf(stderr, "unknown option %s\n", *argv);
    +            badop = 1;
    +            break;
    +        }
    +        argc--;
    +        argv++;
    +    }
    +    if (badop) {
    + bad:
    +        sv_usage();
    +        goto end;
    +    }
    +
    +    if (cipher == NULL && OPENSSL_issetugid() == 0)
    +        cipher = getenv("SSL_CIPHER");
    +
    +    SSL_load_error_strings();
    +    OpenSSL_add_ssl_algorithms();
    +
    +    c_ctx = SSL_CTX_new(ssl_method);
    +    s_ctx = SSL_CTX_new(ssl_method);
    +    if ((c_ctx == NULL) || (s_ctx == NULL)) {
    +        ERR_print_errors(bio_err);
    +        goto end;
    +    }
    +
    +    SSL_CTX_set_session_cache_mode(s_ctx,
    +                                   SSL_SESS_CACHE_NO_AUTO_CLEAR |
    +                                   SSL_SESS_CACHE_SERVER);
    +    SSL_CTX_set_session_cache_mode(c_ctx,
    +                                   SSL_SESS_CACHE_NO_AUTO_CLEAR |
    +                                   SSL_SESS_CACHE_SERVER);
    +
    +    if (!SSL_CTX_use_certificate_file(s_ctx, scert, SSL_FILETYPE_PEM)) {
    +        ERR_print_errors(bio_err);
    +    } else
    +        if (!SSL_CTX_use_RSAPrivateKey_file(s_ctx, scert, SSL_FILETYPE_PEM)) {
    +        ERR_print_errors(bio_err);
    +        goto end;
    +    }
    +
    +    if (client_auth) {
    +        SSL_CTX_use_certificate_file(c_ctx, ccert, SSL_FILETYPE_PEM);
    +        SSL_CTX_use_RSAPrivateKey_file(c_ctx, ccert, SSL_FILETYPE_PEM);
    +    }
    +
    +    if ((!SSL_CTX_load_verify_locations(s_ctx, CAfile, CApath)) ||
    +        (!SSL_CTX_set_default_verify_paths(s_ctx)) ||
    +        (!SSL_CTX_load_verify_locations(c_ctx, CAfile, CApath)) ||
    +        (!SSL_CTX_set_default_verify_paths(c_ctx))) {
    +        fprintf(stderr, "SSL_load_verify_locations\n");
    +        ERR_print_errors(bio_err);
    +        goto end;
    +    }
    +
    +    if (client_auth) {
    +        fprintf(stderr, "client authentication\n");
    +        SSL_CTX_set_verify(s_ctx,
    +                           SSL_VERIFY_PEER | SSL_VERIFY_FAIL_IF_NO_PEER_CERT,
    +                           verify_callback);
    +    }
    +    if (server_auth) {
    +        fprintf(stderr, "server authentication\n");
    +        SSL_CTX_set_verify(c_ctx, SSL_VERIFY_PEER, verify_callback);
    +    }
    +
    +    thread_setup();
    +    do_threads(s_ctx, c_ctx);
    +    thread_cleanup();
    + end:
    +
    +    if (c_ctx != NULL) {
    +        fprintf(stderr, "Client SSL_CTX stats then free it\n");
    +        print_stats(stderr, c_ctx);
    +        SSL_CTX_free(c_ctx);
    +    }
    +    if (s_ctx != NULL) {
    +        fprintf(stderr, "Server SSL_CTX stats then free it\n");
    +        print_stats(stderr, s_ctx);
    +        if (cache_stats) {
    +            fprintf(stderr, "-----\n");
    +            lh_stats(SSL_CTX_sessions(s_ctx), stderr);
    +            fprintf(stderr, "-----\n");
    +    /*-     lh_node_stats(SSL_CTX_sessions(s_ctx),stderr);
    +            fprintf(stderr,"-----\n"); */
    +            lh_node_usage_stats(SSL_CTX_sessions(s_ctx), stderr);
    +            fprintf(stderr, "-----\n");
    +        }
    +        SSL_CTX_free(s_ctx);
    +        fprintf(stderr, "done free\n");
    +    }
    +    exit(ret);
    +    return (0);
    +}
    +
    +#define W_READ  1
    +#define W_WRITE 2
    +#define C_DONE  1
    +#define S_DONE  2
     
     int ndoit(SSL_CTX *ssl_ctx[2])
    -	{
    -	int i;
    -	int ret;
    -	char *ctx[4];
    -
    -	ctx[0]=(char *)ssl_ctx[0];
    -	ctx[1]=(char *)ssl_ctx[1];
    -
    -	if (reconnect)
    -		{
    -		ctx[2]=(char *)SSL_new(ssl_ctx[0]);
    -		ctx[3]=(char *)SSL_new(ssl_ctx[1]);
    -		}
    -	else
    -		{
    -		ctx[2]=NULL;
    -		ctx[3]=NULL;
    -		}
    -
    -	fprintf(stdout,"started thread %lu\n",CRYPTO_thread_id());
    -	for (i=0; iref (%3d,%3d)\n",
    -			CRYPTO_thread_id(),i,
    -			ssl_ctx[0]->references,
    -			ssl_ctx[1]->references); */
    -	/*	pthread_delay_np(&tm);*/
    -
    -		ret=doit(ctx);
    -		if (ret != 0)
    -			{
    -			fprintf(stdout,"error[%d] %lu - %d\n",
    -				i,CRYPTO_thread_id(),ret);
    -			return(ret);
    -			}
    -		}
    -	fprintf(stdout,"DONE %lu\n",CRYPTO_thread_id());
    -	if (reconnect)
    -		{
    -		SSL_free((SSL *)ctx[2]);
    -		SSL_free((SSL *)ctx[3]);
    -		}
    -#   ifdef OPENSSL_SYS_NETWARE
    -        MPKSemaphoreSignal(ThreadSem);
    -#   endif
    -	return(0);
    -	}
    +{
    +    int i;
    +    int ret;
    +    char *ctx[4];
    +
    +    ctx[0] = (char *)ssl_ctx[0];
    +    ctx[1] = (char *)ssl_ctx[1];
    +
    +    if (reconnect) {
    +        ctx[2] = (char *)SSL_new(ssl_ctx[0]);
    +        ctx[3] = (char *)SSL_new(ssl_ctx[1]);
    +    } else {
    +        ctx[2] = NULL;
    +        ctx[3] = NULL;
    +    }
    +
    +    fprintf(stdout, "started thread %lu\n", CRYPTO_thread_id());
    +    for (i = 0; i < number_of_loops; i++) {
    +/*-     fprintf(stderr,"%4d %2d ctx->ref (%3d,%3d)\n",
    +            CRYPTO_thread_id(),i,
    +            ssl_ctx[0]->references,
    +            ssl_ctx[1]->references); */
    +/*      pthread_delay_np(&tm); */
    +
    +        ret = doit(ctx);
    +        if (ret != 0) {
    +            fprintf(stdout, "error[%d] %lu - %d\n",
    +                    i, CRYPTO_thread_id(), ret);
    +            return (ret);
    +        }
    +    }
    +    fprintf(stdout, "DONE %lu\n", CRYPTO_thread_id());
    +    if (reconnect) {
    +        SSL_free((SSL *)ctx[2]);
    +        SSL_free((SSL *)ctx[3]);
    +    }
    +#ifdef OPENSSL_SYS_NETWARE
    +    MPKSemaphoreSignal(ThreadSem);
    +#endif
    +    return (0);
    +}
     
     int doit(char *ctx[4])
    -	{
    -	SSL_CTX *s_ctx,*c_ctx;
    -	static char cbuf[200],sbuf[200];
    -	SSL *c_ssl=NULL;
    -	SSL *s_ssl=NULL;
    -	BIO *c_to_s=NULL;
    -	BIO *s_to_c=NULL;
    -	BIO *c_bio=NULL;
    -	BIO *s_bio=NULL;
    -	int c_r,c_w,s_r,s_w;
    -	int c_want,s_want;
    -	int i;
    -	int done=0;
    -	int c_write,s_write;
    -	int do_server=0,do_client=0;
    -
    -	s_ctx=(SSL_CTX *)ctx[0];
    -	c_ctx=(SSL_CTX *)ctx[1];
    -
    -	if (ctx[2] != NULL)
    -		s_ssl=(SSL *)ctx[2];
    -	else
    -		s_ssl=SSL_new(s_ctx);
    -
    -	if (ctx[3] != NULL)
    -		c_ssl=(SSL *)ctx[3];
    -	else
    -		c_ssl=SSL_new(c_ctx);
    -
    -	if ((s_ssl == NULL) || (c_ssl == NULL)) goto err;
    -
    -	c_to_s=BIO_new(BIO_s_mem());
    -	s_to_c=BIO_new(BIO_s_mem());
    -	if ((s_to_c == NULL) || (c_to_s == NULL)) goto err;
    -
    -	c_bio=BIO_new(BIO_f_ssl());
    -	s_bio=BIO_new(BIO_f_ssl());
    -	if ((c_bio == NULL) || (s_bio == NULL)) goto err;
    -
    -	SSL_set_connect_state(c_ssl);
    -	SSL_set_bio(c_ssl,s_to_c,c_to_s);
    -	BIO_set_ssl(c_bio,c_ssl,(ctx[2] == NULL)?BIO_CLOSE:BIO_NOCLOSE);
    -
    -	SSL_set_accept_state(s_ssl);
    -	SSL_set_bio(s_ssl,c_to_s,s_to_c);
    -	BIO_set_ssl(s_bio,s_ssl,(ctx[3] == NULL)?BIO_CLOSE:BIO_NOCLOSE);
    -
    -	c_r=0; s_r=1;
    -	c_w=1; s_w=0;
    -	c_want=W_WRITE;
    -	s_want=0;
    -	c_write=1,s_write=0;
    -
    -	/* We can always do writes */
    -	for (;;)
    -		{
    -		do_server=0;
    -		do_client=0;
    -
    -		i=(int)BIO_pending(s_bio);
    -		if ((i && s_r) || s_w) do_server=1;
    -
    -		i=(int)BIO_pending(c_bio);
    -		if ((i && c_r) || c_w) do_client=1;
    -
    -		if (do_server && verbose)
    -			{
    -			if (SSL_in_init(s_ssl))
    -				printf("server waiting in SSL_accept - %s\n",
    -					SSL_state_string_long(s_ssl));
    -			else if (s_write)
    -				printf("server:SSL_write()\n");
    -			else 
    -				printf("server:SSL_read()\n");
    -			}
    -
    -		if (do_client && verbose)
    -			{
    -			if (SSL_in_init(c_ssl))
    -				printf("client waiting in SSL_connect - %s\n",
    -					SSL_state_string_long(c_ssl));
    -			else if (c_write)
    -				printf("client:SSL_write()\n");
    -			else
    -				printf("client:SSL_read()\n");
    -			}
    -
    -		if (!do_client && !do_server)
    -			{
    -			fprintf(stdout,"ERROR IN STARTUP\n");
    -			break;
    -			}
    -		if (do_client && !(done & C_DONE))
    -			{
    -			if (c_write)
    -				{
    -				i=BIO_write(c_bio,"hello from client\n",18);
    -				if (i < 0)
    -					{
    -					c_r=0;
    -					c_w=0;
    -					if (BIO_should_retry(c_bio))
    -						{
    -						if (BIO_should_read(c_bio))
    -							c_r=1;
    -						if (BIO_should_write(c_bio))
    -							c_w=1;
    -						}
    -					else
    -						{
    -						fprintf(stderr,"ERROR in CLIENT\n");
    -						ERR_print_errors_fp(stderr);
    -						return(1);
    -						}
    -					}
    -				else if (i == 0)
    -					{
    -					fprintf(stderr,"SSL CLIENT STARTUP FAILED\n");
    -					return(1);
    -					}
    -				else
    -					{
    -					/* ok */
    -					c_write=0;
    -					}
    -				}
    -			else
    -				{
    -				i=BIO_read(c_bio,cbuf,100);
    -				if (i < 0)
    -					{
    -					c_r=0;
    -					c_w=0;
    -					if (BIO_should_retry(c_bio))
    -						{
    -						if (BIO_should_read(c_bio))
    -							c_r=1;
    -						if (BIO_should_write(c_bio))
    -							c_w=1;
    -						}
    -					else
    -						{
    -						fprintf(stderr,"ERROR in CLIENT\n");
    -						ERR_print_errors_fp(stderr);
    -						return(1);
    -						}
    -					}
    -				else if (i == 0)
    -					{
    -					fprintf(stderr,"SSL CLIENT STARTUP FAILED\n");
    -					return(1);
    -					}
    -				else
    -					{
    -					done|=C_DONE;
    +{
    +    SSL_CTX *s_ctx, *c_ctx;
    +    static char cbuf[200], sbuf[200];
    +    SSL *c_ssl = NULL;
    +    SSL *s_ssl = NULL;
    +    BIO *c_to_s = NULL;
    +    BIO *s_to_c = NULL;
    +    BIO *c_bio = NULL;
    +    BIO *s_bio = NULL;
    +    int c_r, c_w, s_r, s_w;
    +    int c_want, s_want;
    +    int i;
    +    int done = 0;
    +    int c_write, s_write;
    +    int do_server = 0, do_client = 0;
    +
    +    s_ctx = (SSL_CTX *)ctx[0];
    +    c_ctx = (SSL_CTX *)ctx[1];
    +
    +    if (ctx[2] != NULL)
    +        s_ssl = (SSL *)ctx[2];
    +    else
    +        s_ssl = SSL_new(s_ctx);
    +
    +    if (ctx[3] != NULL)
    +        c_ssl = (SSL *)ctx[3];
    +    else
    +        c_ssl = SSL_new(c_ctx);
    +
    +    if ((s_ssl == NULL) || (c_ssl == NULL))
    +        goto err;
    +
    +    c_to_s = BIO_new(BIO_s_mem());
    +    s_to_c = BIO_new(BIO_s_mem());
    +    if ((s_to_c == NULL) || (c_to_s == NULL))
    +        goto err;
    +
    +    c_bio = BIO_new(BIO_f_ssl());
    +    s_bio = BIO_new(BIO_f_ssl());
    +    if ((c_bio == NULL) || (s_bio == NULL))
    +        goto err;
    +
    +    SSL_set_connect_state(c_ssl);
    +    SSL_set_bio(c_ssl, s_to_c, c_to_s);
    +    BIO_set_ssl(c_bio, c_ssl, (ctx[2] == NULL) ? BIO_CLOSE : BIO_NOCLOSE);
    +
    +    SSL_set_accept_state(s_ssl);
    +    SSL_set_bio(s_ssl, c_to_s, s_to_c);
    +    BIO_set_ssl(s_bio, s_ssl, (ctx[3] == NULL) ? BIO_CLOSE : BIO_NOCLOSE);
    +
    +    c_r = 0;
    +    s_r = 1;
    +    c_w = 1;
    +    s_w = 0;
    +    c_want = W_WRITE;
    +    s_want = 0;
    +    c_write = 1, s_write = 0;
    +
    +    /* We can always do writes */
    +    for (;;) {
    +        do_server = 0;
    +        do_client = 0;
    +
    +        i = (int)BIO_pending(s_bio);
    +        if ((i && s_r) || s_w)
    +            do_server = 1;
    +
    +        i = (int)BIO_pending(c_bio);
    +        if ((i && c_r) || c_w)
    +            do_client = 1;
    +
    +        if (do_server && verbose) {
    +            if (SSL_in_init(s_ssl))
    +                printf("server waiting in SSL_accept - %s\n",
    +                       SSL_state_string_long(s_ssl));
    +            else if (s_write)
    +                printf("server:SSL_write()\n");
    +            else
    +                printf("server:SSL_read()\n");
    +        }
    +
    +        if (do_client && verbose) {
    +            if (SSL_in_init(c_ssl))
    +                printf("client waiting in SSL_connect - %s\n",
    +                       SSL_state_string_long(c_ssl));
    +            else if (c_write)
    +                printf("client:SSL_write()\n");
    +            else
    +                printf("client:SSL_read()\n");
    +        }
    +
    +        if (!do_client && !do_server) {
    +            fprintf(stdout, "ERROR IN STARTUP\n");
    +            break;
    +        }
    +        if (do_client && !(done & C_DONE)) {
    +            if (c_write) {
    +                i = BIO_write(c_bio, "hello from client\n", 18);
    +                if (i < 0) {
    +                    c_r = 0;
    +                    c_w = 0;
    +                    if (BIO_should_retry(c_bio)) {
    +                        if (BIO_should_read(c_bio))
    +                            c_r = 1;
    +                        if (BIO_should_write(c_bio))
    +                            c_w = 1;
    +                    } else {
    +                        fprintf(stderr, "ERROR in CLIENT\n");
    +                        ERR_print_errors_fp(stderr);
    +                        return (1);
    +                    }
    +                } else if (i == 0) {
    +                    fprintf(stderr, "SSL CLIENT STARTUP FAILED\n");
    +                    return (1);
    +                } else {
    +                    /* ok */
    +                    c_write = 0;
    +                }
    +            } else {
    +                i = BIO_read(c_bio, cbuf, 100);
    +                if (i < 0) {
    +                    c_r = 0;
    +                    c_w = 0;
    +                    if (BIO_should_retry(c_bio)) {
    +                        if (BIO_should_read(c_bio))
    +                            c_r = 1;
    +                        if (BIO_should_write(c_bio))
    +                            c_w = 1;
    +                    } else {
    +                        fprintf(stderr, "ERROR in CLIENT\n");
    +                        ERR_print_errors_fp(stderr);
    +                        return (1);
    +                    }
    +                } else if (i == 0) {
    +                    fprintf(stderr, "SSL CLIENT STARTUP FAILED\n");
    +                    return (1);
    +                } else {
    +                    done |= C_DONE;
     #ifdef undef
    -					fprintf(stdout,"CLIENT:from server:");
    -					fwrite(cbuf,1,i,stdout);
    -					fflush(stdout);
    +                    fprintf(stdout, "CLIENT:from server:");
    +                    fwrite(cbuf, 1, i, stdout);
    +                    fflush(stdout);
     #endif
    -					}
    -				}
    -			}
    -
    -		if (do_server && !(done & S_DONE))
    -			{
    -			if (!s_write)
    -				{
    -				i=BIO_read(s_bio,sbuf,100);
    -				if (i < 0)
    -					{
    -					s_r=0;
    -					s_w=0;
    -					if (BIO_should_retry(s_bio))
    -						{
    -						if (BIO_should_read(s_bio))
    -							s_r=1;
    -						if (BIO_should_write(s_bio))
    -							s_w=1;
    -						}
    -					else
    -						{
    -						fprintf(stderr,"ERROR in SERVER\n");
    -						ERR_print_errors_fp(stderr);
    -						return(1);
    -						}
    -					}
    -				else if (i == 0)
    -					{
    -					fprintf(stderr,"SSL SERVER STARTUP FAILED\n");
    -					return(1);
    -					}
    -				else
    -					{
    -					s_write=1;
    -					s_w=1;
    +                }
    +            }
    +        }
    +
    +        if (do_server && !(done & S_DONE)) {
    +            if (!s_write) {
    +                i = BIO_read(s_bio, sbuf, 100);
    +                if (i < 0) {
    +                    s_r = 0;
    +                    s_w = 0;
    +                    if (BIO_should_retry(s_bio)) {
    +                        if (BIO_should_read(s_bio))
    +                            s_r = 1;
    +                        if (BIO_should_write(s_bio))
    +                            s_w = 1;
    +                    } else {
    +                        fprintf(stderr, "ERROR in SERVER\n");
    +                        ERR_print_errors_fp(stderr);
    +                        return (1);
    +                    }
    +                } else if (i == 0) {
    +                    fprintf(stderr, "SSL SERVER STARTUP FAILED\n");
    +                    return (1);
    +                } else {
    +                    s_write = 1;
    +                    s_w = 1;
     #ifdef undef
    -					fprintf(stdout,"SERVER:from client:");
    -					fwrite(sbuf,1,i,stdout);
    -					fflush(stdout);
    +                    fprintf(stdout, "SERVER:from client:");
    +                    fwrite(sbuf, 1, i, stdout);
    +                    fflush(stdout);
     #endif
    -					}
    -				}
    -			else
    -				{
    -				i=BIO_write(s_bio,"hello from server\n",18);
    -				if (i < 0)
    -					{
    -					s_r=0;
    -					s_w=0;
    -					if (BIO_should_retry(s_bio))
    -						{
    -						if (BIO_should_read(s_bio))
    -							s_r=1;
    -						if (BIO_should_write(s_bio))
    -							s_w=1;
    -						}
    -					else
    -						{
    -						fprintf(stderr,"ERROR in SERVER\n");
    -						ERR_print_errors_fp(stderr);
    -						return(1);
    -						}
    -					}
    -				else if (i == 0)
    -					{
    -					fprintf(stderr,"SSL SERVER STARTUP FAILED\n");
    -					return(1);
    -					}
    -				else
    -					{
    -					s_write=0;
    -					s_r=1;
    -					done|=S_DONE;
    -					}
    -				}
    -			}
    -
    -		if ((done & S_DONE) && (done & C_DONE)) break;
    -#   if defined(OPENSSL_SYS_NETWARE)
    +                }
    +            } else {
    +                i = BIO_write(s_bio, "hello from server\n", 18);
    +                if (i < 0) {
    +                    s_r = 0;
    +                    s_w = 0;
    +                    if (BIO_should_retry(s_bio)) {
    +                        if (BIO_should_read(s_bio))
    +                            s_r = 1;
    +                        if (BIO_should_write(s_bio))
    +                            s_w = 1;
    +                    } else {
    +                        fprintf(stderr, "ERROR in SERVER\n");
    +                        ERR_print_errors_fp(stderr);
    +                        return (1);
    +                    }
    +                } else if (i == 0) {
    +                    fprintf(stderr, "SSL SERVER STARTUP FAILED\n");
    +                    return (1);
    +                } else {
    +                    s_write = 0;
    +                    s_r = 1;
    +                    done |= S_DONE;
    +                }
    +            }
    +        }
    +
    +        if ((done & S_DONE) && (done & C_DONE))
    +            break;
    +#if defined(OPENSSL_SYS_NETWARE)
             ThreadSwitchWithDelay();
    -#   endif
    -		}
    +#endif
    +    }
     
    -	SSL_set_shutdown(c_ssl,SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN);
    -	SSL_set_shutdown(s_ssl,SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN);
    +    SSL_set_shutdown(c_ssl, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN);
    +    SSL_set_shutdown(s_ssl, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN);
     
     #ifdef undef
    -	fprintf(stdout,"DONE\n");
    +    fprintf(stdout, "DONE\n");
     #endif
    -err:
    -	/* We have to set the BIO's to NULL otherwise they will be
    -	 * free()ed twice.  Once when th s_ssl is SSL_free()ed and
    -	 * again when c_ssl is SSL_free()ed.
    -	 * This is a hack required because s_ssl and c_ssl are sharing the same
    -	 * BIO structure and SSL_set_bio() and SSL_free() automatically
    -	 * BIO_free non NULL entries.
    -	 * You should not normally do this or be required to do this */
    -
    -	if (s_ssl != NULL)
    -		{
    -		s_ssl->rbio=NULL;
    -		s_ssl->wbio=NULL;
    -		}
    -	if (c_ssl != NULL)
    -		{
    -		c_ssl->rbio=NULL;
    -		c_ssl->wbio=NULL;
    -		}
    -
    -	/* The SSL's are optionally freed in the following calls */
    -	if (c_to_s != NULL) BIO_free(c_to_s);
    -	if (s_to_c != NULL) BIO_free(s_to_c);
    -
    -	if (c_bio != NULL) BIO_free(c_bio);
    -	if (s_bio != NULL) BIO_free(s_bio);
    -	return(0);
    -	}
    + err:
    +    /*
    +     * We have to set the BIO's to NULL otherwise they will be free()ed
    +     * twice.  Once when th s_ssl is SSL_free()ed and again when c_ssl is
    +     * SSL_free()ed. This is a hack required because s_ssl and c_ssl are
    +     * sharing the same BIO structure and SSL_set_bio() and SSL_free()
    +     * automatically BIO_free non NULL entries. You should not normally do
    +     * this or be required to do this
    +     */
    +
    +    if (s_ssl != NULL) {
    +        s_ssl->rbio = NULL;
    +        s_ssl->wbio = NULL;
    +    }
    +    if (c_ssl != NULL) {
    +        c_ssl->rbio = NULL;
    +        c_ssl->wbio = NULL;
    +    }
    +
    +    /* The SSL's are optionally freed in the following calls */
    +    if (c_to_s != NULL)
    +        BIO_free(c_to_s);
    +    if (s_to_c != NULL)
    +        BIO_free(s_to_c);
    +
    +    if (c_bio != NULL)
    +        BIO_free(c_bio);
    +    if (s_bio != NULL)
    +        BIO_free(s_bio);
    +    return (0);
    +}
     
     int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx)
    -	{
    -	char *s, buf[256];
    -
    -	if (verbose)
    -		{
    -		s=X509_NAME_oneline(X509_get_subject_name(ctx->current_cert),
    -				    buf,256);
    -		if (s != NULL)
    -			{
    -			if (ok)
    -				fprintf(stderr,"depth=%d %s\n",
    -					ctx->error_depth,buf);
    -			else
    -				fprintf(stderr,"depth=%d error=%d %s\n",
    -					ctx->error_depth,ctx->error,buf);
    -			}
    -		}
    -	return(ok);
    -	}
    +{
    +    char *s, buf[256];
    +
    +    if (verbose) {
    +        s = X509_NAME_oneline(X509_get_subject_name(ctx->current_cert),
    +                              buf, 256);
    +        if (s != NULL) {
    +            if (ok)
    +                fprintf(stderr, "depth=%d %s\n", ctx->error_depth, buf);
    +            else
    +                fprintf(stderr, "depth=%d error=%d %s\n",
    +                        ctx->error_depth, ctx->error, buf);
    +        }
    +    }
    +    return (ok);
    +}
     
     #define THREAD_STACK_SIZE (16*1024)
     
    @@ -724,302 +665,282 @@ int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx)
     static HANDLE *lock_cs;
     
     void thread_setup(void)
    -	{
    -	int i;
    +{
    +    int i;
     
    -	lock_cs=OPENSSL_malloc(CRYPTO_num_locks() * sizeof(HANDLE));
    -	for (i=0; i end.wDayOfWeek) end.wDayOfWeek+=7;
    -	ret=(end.wDayOfWeek-start.wDayOfWeek)*24;
    -
    -	ret=(ret+end.wHour-start.wHour)*60;
    -	ret=(ret+end.wMinute-start.wMinute)*60;
    -	ret=(ret+end.wSecond-start.wSecond);
    -	ret+=(end.wMilliseconds-start.wMilliseconds)/1000.0;
    -
    -	printf("win32 threads done - %.3f seconds\n",ret);
    -	}
    -
    -#endif /* OPENSSL_SYS_WIN32 */
    +{
    +    double ret;
    +    SSL_CTX *ssl_ctx[2];
    +    DWORD thread_id[MAX_THREAD_NUMBER];
    +    HANDLE thread_handle[MAX_THREAD_NUMBER];
    +    int i;
    +    SYSTEMTIME start, end;
    +
    +    ssl_ctx[0] = s_ctx;
    +    ssl_ctx[1] = c_ctx;
    +
    +    GetSystemTime(&start);
    +    for (i = 0; i < thread_number; i++) {
    +        thread_handle[i] = CreateThread(NULL,
    +                                        THREAD_STACK_SIZE,
    +                                        (LPTHREAD_START_ROUTINE) ndoit,
    +                                        (void *)ssl_ctx, 0L, &(thread_id[i]));
    +    }
    +
    +    printf("reaping\n");
    +    for (i = 0; i < thread_number; i += 50) {
    +        int j;
    +
    +        j = (thread_number < (i + 50)) ? (thread_number - i) : 50;
    +
    +        if (WaitForMultipleObjects(j,
    +                                   (CONST HANDLE *) & (thread_handle[i]),
    +                                   TRUE, INFINITE)
    +            == WAIT_FAILED) {
    +            fprintf(stderr, "WaitForMultipleObjects failed:%d\n",
    +                    GetLastError());
    +            exit(1);
    +        }
    +    }
    +    GetSystemTime(&end);
    +
    +    if (start.wDayOfWeek > end.wDayOfWeek)
    +        end.wDayOfWeek += 7;
    +    ret = (end.wDayOfWeek - start.wDayOfWeek) * 24;
    +
    +    ret = (ret + end.wHour - start.wHour) * 60;
    +    ret = (ret + end.wMinute - start.wMinute) * 60;
    +    ret = (ret + end.wSecond - start.wSecond);
    +    ret += (end.wMilliseconds - start.wMilliseconds) / 1000.0;
    +
    +    printf("win32 threads done - %.3f seconds\n", ret);
    +}
    +
    +#endif                          /* OPENSSL_SYS_WIN32 */
     
     #ifdef SOLARIS
     
     static mutex_t *lock_cs;
    -/*static rwlock_t *lock_cs; */
    +/*
    + * static rwlock_t *lock_cs;
    + */
     static long *lock_count;
     
     void thread_setup(void)
    -	{
    -	int i;
    -
    -	lock_cs=OPENSSL_malloc(CRYPTO_num_locks() * sizeof(mutex_t));
    -	lock_count=OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
    -	for (i=0; ireferences,c_ctx->references);
    -	}
    +{
    +    SSL_CTX *ssl_ctx[2];
    +    thread_t thread_ctx[MAX_THREAD_NUMBER];
    +    int i;
    +
    +    ssl_ctx[0] = s_ctx;
    +    ssl_ctx[1] = c_ctx;
    +
    +    thr_setconcurrency(thread_number);
    +    for (i = 0; i < thread_number; i++) {
    +        thr_create(NULL, THREAD_STACK_SIZE,
    +                   (void *(*)())ndoit, (void *)ssl_ctx, 0L, &(thread_ctx[i]));
    +    }
    +
    +    printf("reaping\n");
    +    for (i = 0; i < thread_number; i++) {
    +        thr_join(thread_ctx[i], NULL, NULL);
    +    }
    +
    +    printf("solaris threads done (%d,%d)\n",
    +           s_ctx->references, c_ctx->references);
    +}
     
     unsigned long solaris_thread_id(void)
    -	{
    -	unsigned long ret;
    +{
    +    unsigned long ret;
     
    -	ret=(unsigned long)thr_self();
    -	return(ret);
    -	}
    -#endif /* SOLARIS */
    +    ret = (unsigned long)thr_self();
    +    return (ret);
    +}
    +#endif                          /* SOLARIS */
     
     #ifdef IRIX
     
    -
     static usptr_t *arena;
     static usema_t **lock_cs;
     
     void thread_setup(void)
    -	{
    -	int i;
    -	char filename[20];
    -
    -	strcpy(filename,"/tmp/mttest.XXXXXX");
    -	mktemp(filename);
    -
    -	usconfig(CONF_STHREADIOOFF);
    -	usconfig(CONF_STHREADMALLOCOFF);
    -	usconfig(CONF_INITUSERS,100);
    -	usconfig(CONF_LOCKTYPE,US_DEBUGPLUS);
    -	arena=usinit(filename);
    -	unlink(filename);
    -
    -	lock_cs=OPENSSL_malloc(CRYPTO_num_locks() * sizeof(usema_t *));
    -	for (i=0; ireferences,c_ctx->references);
    -	}
    +{
    +    SSL_CTX *ssl_ctx[2];
    +    int thread_ctx[MAX_THREAD_NUMBER];
    +    int i;
    +
    +    ssl_ctx[0] = s_ctx;
    +    ssl_ctx[1] = c_ctx;
    +
    +    for (i = 0; i < thread_number; i++) {
    +        thread_ctx[i] = sproc((void (*)())ndoit,
    +                              PR_SADDR | PR_SFDS, (void *)ssl_ctx);
    +    }
    +
    +    printf("reaping\n");
    +    for (i = 0; i < thread_number; i++) {
    +        wait(NULL);
    +    }
    +
    +    printf("irix threads done (%d,%d)\n",
    +           s_ctx->references, c_ctx->references);
    +}
     
     unsigned long irix_thread_id(void)
    -	{
    -	unsigned long ret;
    +{
    +    unsigned long ret;
     
    -	ret=(unsigned long)getpid();
    -	return(ret);
    -	}
    -#endif /* IRIX */
    +    ret = (unsigned long)getpid();
    +    return (ret);
    +}
    +#endif                          /* IRIX */
     
     #ifdef PTHREADS
     
    @@ -1027,284 +948,261 @@ static pthread_mutex_t *lock_cs;
     static long *lock_count;
     
     void thread_setup(void)
    -	{
    -	int i;
    +{
    +    int i;
     
    -	lock_cs=OPENSSL_malloc(CRYPTO_num_locks() * sizeof(pthread_mutex_t));
    -	lock_count=OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
    -	for (i=0; ireferences,c_ctx->references);
    -	}
    +{
    +    SSL_CTX *ssl_ctx[2];
    +    pthread_t thread_ctx[MAX_THREAD_NUMBER];
    +    int i;
    +
    +    ssl_ctx[0] = s_ctx;
    +    ssl_ctx[1] = c_ctx;
    +
    +    /*
    +     * thr_setconcurrency(thread_number);
    +     */
    +    for (i = 0; i < thread_number; i++) {
    +        pthread_create(&(thread_ctx[i]), NULL,
    +                       (void *(*)())ndoit, (void *)ssl_ctx);
    +    }
    +
    +    printf("reaping\n");
    +    for (i = 0; i < thread_number; i++) {
    +        pthread_join(thread_ctx[i], NULL);
    +    }
    +
    +    printf("pthreads threads done (%d,%d)\n",
    +           s_ctx->references, c_ctx->references);
    +}
     
     unsigned long pthreads_thread_id(void)
    -	{
    -	unsigned long ret;
    -
    -	ret=(unsigned long)pthread_self();
    -	return(ret);
    -	}
    -
    -#endif /* PTHREADS */
    +{
    +    unsigned long ret;
     
    +    ret = (unsigned long)pthread_self();
    +    return (ret);
    +}
     
    +#endif                          /* PTHREADS */
     
     #ifdef OPENSSL_SYS_NETWARE
     
     void thread_setup(void)
     {
    -   int i;
    +    int i;
     
    -   lock_cs=OPENSSL_malloc(CRYPTO_num_locks() * sizeof(MPKMutex));
    -   lock_count=OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
    -   for (i=0; ireferences,c_ctx->references);
    +    SSL_CTX *ssl_ctx[2];
    +    int i;
    +    ssl_ctx[0] = s_ctx;
    +    ssl_ctx[1] = c_ctx;
    +
    +    for (i = 0; i < thread_number; i++) {
    +        BeginThread((void (*)(void *))ndoit, NULL, THREAD_STACK_SIZE,
    +                    (void *)ssl_ctx);
    +        ThreadSwitchWithDelay();
    +    }
    +
    +    printf("reaping\n");
    +
    +    /* loop until all threads have signaled the semaphore */
    +    for (i = 0; i < thread_number; i++) {
    +        MPKSemaphoreWait(ThreadSem);
    +    }
    +    printf("netware threads done (%d,%d)\n",
    +           s_ctx->references, c_ctx->references);
     }
     
     unsigned long netware_thread_id(void)
     {
    -   unsigned long ret;
    +    unsigned long ret;
     
    -   ret=(unsigned long)GetThreadID();
    -   return(ret);
    +    ret = (unsigned long)GetThreadID();
    +    return (ret);
     }
    -#endif /* NETWARE */
    +#endif                          /* NETWARE */
     
     #ifdef BEOS_THREADS
     
    -#include 
    +# include 
     
    -static BLocker** lock_cs;
    -static long* lock_count;
    +static BLocker **lock_cs;
    +static long *lock_count;
     
     void thread_setup(void)
    -	{
    -	int i;
    -
    -	lock_cs=(BLocker**)OPENSSL_malloc(CRYPTO_num_locks() * sizeof(BLocker*));
    -	lock_count=(long*)OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
    -	for (i=0; iLock();
    -		lock_count[type]++;
    -		}
    -	else
    -		{
    -		lock_cs[type]->Unlock();
    -		}
    -	}
    +{
    +# if 0
    +    fprintf(stderr, "thread=%4d mode=%s lock=%s %s:%d\n",
    +            CRYPTO_thread_id(),
    +            (mode & CRYPTO_LOCK) ? "l" : "u",
    +            (type & CRYPTO_READ) ? "r" : "w", file, line);
    +# endif
    +    if (mode & CRYPTO_LOCK) {
    +        lock_cs[type]->Lock();
    +        lock_count[type]++;
    +    } else {
    +        lock_cs[type]->Unlock();
    +    }
    +}
     
     void do_threads(SSL_CTX *s_ctx, SSL_CTX *c_ctx)
    -	{
    -	SSL_CTX *ssl_ctx[2];
    -	thread_id thread_ctx[MAX_THREAD_NUMBER];
    -	int i;
    -
    -	ssl_ctx[0]=s_ctx;
    -	ssl_ctx[1]=c_ctx;
    -
    -	for (i=0; ireferences,c_ctx->references);
    -	}
    +{
    +    SSL_CTX *ssl_ctx[2];
    +    thread_id thread_ctx[MAX_THREAD_NUMBER];
    +    int i;
    +
    +    ssl_ctx[0] = s_ctx;
    +    ssl_ctx[1] = c_ctx;
    +
    +    for (i = 0; i < thread_number; i++) {
    +        thread_ctx[i] = spawn_thread((thread_func) ndoit,
    +                                     NULL, B_NORMAL_PRIORITY,
    +                                     (void *)ssl_ctx);
    +        resume_thread(thread_ctx[i]);
    +    }
    +
    +    printf("waiting...\n");
    +    for (i = 0; i < thread_number; i++) {
    +        status_t result;
    +        wait_for_thread(thread_ctx[i], &result);
    +    }
    +
    +    printf("beos threads done (%d,%d)\n",
    +           s_ctx->references, c_ctx->references);
    +}
     
     unsigned long beos_thread_id(void)
    -	{
    -	unsigned long ret;
    +{
    +    unsigned long ret;
     
    -	ret=(unsigned long)find_thread(NULL);
    -	return(ret);
    -	}
    +    ret = (unsigned long)find_thread(NULL);
    +    return (ret);
    +}
     
    -#endif /* BEOS_THREADS */
    +#endif                          /* BEOS_THREADS */
    diff --git a/openssl/crypto/threads/th-lock.c b/openssl/crypto/threads/th-lock.c
    index 14aae5f91..1b5765948 100644
    --- a/openssl/crypto/threads/th-lock.c
    +++ b/openssl/crypto/threads/th-lock.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -61,21 +61,21 @@
     #include 
     #include 
     #ifdef LINUX
    -#include 
    +# include 
     #endif
     #ifdef OPENSSL_SYS_WIN32
    -#include 
    +# include 
     #endif
     #ifdef SOLARIS
    -#include 
    -#include 
    +# include 
    +# include 
     #endif
     #ifdef IRIX
    -#include 
    -#include 
    +# include 
    +# include 
     #endif
     #ifdef PTHREADS
    -#include 
    +# include 
     #endif
     #include 
     #include 
    @@ -88,16 +88,19 @@
     void CRYPTO_thread_setup(void);
     void CRYPTO_thread_cleanup(void);
     
    -static void irix_locking_callback(int mode,int type,char *file,int line);
    -static void solaris_locking_callback(int mode,int type,char *file,int line);
    -static void win32_locking_callback(int mode,int type,char *file,int line);
    -static void pthreads_locking_callback(int mode,int type,char *file,int line);
    +static void irix_locking_callback(int mode, int type, char *file, int line);
    +static void solaris_locking_callback(int mode, int type, char *file,
    +                                     int line);
    +static void win32_locking_callback(int mode, int type, char *file, int line);
    +static void pthreads_locking_callback(int mode, int type, char *file,
    +                                      int line);
     
    -static unsigned long irix_thread_id(void );
    -static unsigned long solaris_thread_id(void );
    -static unsigned long pthreads_thread_id(void );
    +static unsigned long irix_thread_id(void);
    +static unsigned long solaris_thread_id(void);
    +static unsigned long pthreads_thread_id(void);
     
    -/* usage:
    +/*-
    + * usage:
      * CRYPTO_thread_setup();
      * application code
      * CRYPTO_thread_cleanup();
    @@ -110,141 +113,132 @@ static unsigned long pthreads_thread_id(void );
     static HANDLE *lock_cs;
     
     void CRYPTO_thread_setup(void)
    -	{
    -	int i;
    +{
    +    int i;
     
    -	lock_cs=OPENSSL_malloc(CRYPTO_num_locks() * sizeof(HANDLE));
    -	for (i=0; i
    -#include 
    -#ifndef OPENSSL_NO_BUFFER
    -#include 
    -#endif
    -#ifndef OPENSSL_NO_EVP
    -#include 
    -#endif
    -#ifndef OPENSSL_NO_BIO
    -#include 
    -#endif
    -#include 
    -#include 
    -#include 
    -
    -#ifndef OPENSSL_NO_RSA
    -#include 
    -#endif
    -
    -#ifndef OPENSSL_NO_DSA
    -#include 
    -#endif
    -
    -#ifndef OPENSSL_NO_DH
    -#include 
    -#endif
    +# define HEADER_TS_H
    +
    +# include 
    +# include 
    +# ifndef OPENSSL_NO_BUFFER
    +#  include 
    +# endif
    +# ifndef OPENSSL_NO_EVP
    +#  include 
    +# endif
    +# ifndef OPENSSL_NO_BIO
    +#  include 
    +# endif
    +# include 
    +# include 
    +# include 
    +
    +# ifndef OPENSSL_NO_RSA
    +#  include 
    +# endif
    +
    +# ifndef OPENSSL_NO_DSA
    +#  include 
    +# endif
    +
    +# ifndef OPENSSL_NO_DH
    +#  include 
    +# endif
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -#ifdef WIN32
    +# ifdef WIN32
     /* Under Win32 this is defined in wincrypt.h */
    -#undef X509_NAME
    -#endif
    +#  undef X509_NAME
    +# endif
     
    -#include 
    -#include 
    +# include 
    +# include 
     
    -/*
    +/*-
     MessageImprint ::= SEQUENCE  {
          hashAlgorithm                AlgorithmIdentifier,
          hashedMessage                OCTET STRING  }
     */
     
    -typedef struct TS_msg_imprint_st
    -	{
    -	X509_ALGOR *hash_algo;
    -	ASN1_OCTET_STRING *hashed_msg;
    -	} TS_MSG_IMPRINT;
    +typedef struct TS_msg_imprint_st {
    +    X509_ALGOR *hash_algo;
    +    ASN1_OCTET_STRING *hashed_msg;
    +} TS_MSG_IMPRINT;
     
    -/*
    +/*-
     TimeStampReq ::= SEQUENCE  {
        version                  INTEGER  { v1(1) },
        messageImprint           MessageImprint,
    @@ -122,31 +122,29 @@ TimeStampReq ::= SEQUENCE  {
        extensions               [0] IMPLICIT Extensions    OPTIONAL  }
     */
     
    -typedef struct TS_req_st
    -	{
    -	ASN1_INTEGER *version;
    -	TS_MSG_IMPRINT *msg_imprint;
    -	ASN1_OBJECT *policy_id;		/* OPTIONAL */
    -	ASN1_INTEGER *nonce;		/* OPTIONAL */
    -	ASN1_BOOLEAN cert_req;		/* DEFAULT FALSE */
    -	STACK_OF(X509_EXTENSION) *extensions;	/* [0] OPTIONAL */
    -	} TS_REQ;
    +typedef struct TS_req_st {
    +    ASN1_INTEGER *version;
    +    TS_MSG_IMPRINT *msg_imprint;
    +    ASN1_OBJECT *policy_id;     /* OPTIONAL */
    +    ASN1_INTEGER *nonce;        /* OPTIONAL */
    +    ASN1_BOOLEAN cert_req;      /* DEFAULT FALSE */
    +    STACK_OF(X509_EXTENSION) *extensions; /* [0] OPTIONAL */
    +} TS_REQ;
     
    -/*
    +/*-
     Accuracy ::= SEQUENCE {
                     seconds        INTEGER           OPTIONAL,
                     millis     [0] INTEGER  (1..999) OPTIONAL,
                     micros     [1] INTEGER  (1..999) OPTIONAL  }
     */
     
    -typedef struct TS_accuracy_st
    -	{
    -	ASN1_INTEGER *seconds;
    -	ASN1_INTEGER *millis;
    -	ASN1_INTEGER *micros;
    -	} TS_ACCURACY;
    +typedef struct TS_accuracy_st {
    +    ASN1_INTEGER *seconds;
    +    ASN1_INTEGER *millis;
    +    ASN1_INTEGER *micros;
    +} TS_ACCURACY;
     
    -/*
    +/*-
     TSTInfo ::= SEQUENCE  {
         version                      INTEGER  { v1(1) },
         policy                       TSAPolicyId,
    @@ -166,21 +164,20 @@ TSTInfo ::= SEQUENCE  {
         extensions                   [1] IMPLICIT Extensions  OPTIONAL   }
     */
     
    -typedef struct TS_tst_info_st
    -	{
    -	ASN1_INTEGER *version;
    -	ASN1_OBJECT *policy_id;
    -	TS_MSG_IMPRINT *msg_imprint;
    -	ASN1_INTEGER *serial;
    -	ASN1_GENERALIZEDTIME *time;
    -	TS_ACCURACY *accuracy;
    -	ASN1_BOOLEAN ordering;
    -	ASN1_INTEGER *nonce;
    -	GENERAL_NAME *tsa;
    -	STACK_OF(X509_EXTENSION) *extensions;
    -	} TS_TST_INFO;	
    -
    -/*
    +typedef struct TS_tst_info_st {
    +    ASN1_INTEGER *version;
    +    ASN1_OBJECT *policy_id;
    +    TS_MSG_IMPRINT *msg_imprint;
    +    ASN1_INTEGER *serial;
    +    ASN1_GENERALIZEDTIME *time;
    +    TS_ACCURACY *accuracy;
    +    ASN1_BOOLEAN ordering;
    +    ASN1_INTEGER *nonce;
    +    GENERAL_NAME *tsa;
    +    STACK_OF(X509_EXTENSION) *extensions;
    +} TS_TST_INFO;
    +
    +/*-
     PKIStatusInfo ::= SEQUENCE {
         status        PKIStatus,
         statusString  PKIFreeText     OPTIONAL,
    @@ -188,183 +185,178 @@ PKIStatusInfo ::= SEQUENCE {
     
     From RFC 1510 - section 3.1.1:
     PKIFreeText ::= SEQUENCE SIZE (1..MAX) OF UTF8String
    -	-- text encoded as UTF-8 String (note:  each UTF8String SHOULD
    -	-- include an RFC 1766 language tag to indicate the language
    -	-- of the contained text)
    +        -- text encoded as UTF-8 String (note:  each UTF8String SHOULD
    +        -- include an RFC 1766 language tag to indicate the language
    +        -- of the contained text)
     */
     
     /* Possible values for status. See ts_resp_print.c && ts_resp_verify.c. */
     
    -#define	TS_STATUS_GRANTED			0
    -#define	TS_STATUS_GRANTED_WITH_MODS		1
    -#define	TS_STATUS_REJECTION			2
    -#define	TS_STATUS_WAITING			3
    -#define	TS_STATUS_REVOCATION_WARNING		4
    -#define	TS_STATUS_REVOCATION_NOTIFICATION	5
    -
    -/* Possible values for failure_info. See ts_resp_print.c && ts_resp_verify.c */
    -
    -#define	TS_INFO_BAD_ALG			0
    -#define	TS_INFO_BAD_REQUEST		2
    -#define	TS_INFO_BAD_DATA_FORMAT		5
    -#define	TS_INFO_TIME_NOT_AVAILABLE	14
    -#define	TS_INFO_UNACCEPTED_POLICY	15
    -#define	TS_INFO_UNACCEPTED_EXTENSION	16
    -#define	TS_INFO_ADD_INFO_NOT_AVAILABLE	17
    -#define	TS_INFO_SYSTEM_FAILURE		25
    -
    -typedef struct TS_status_info_st
    -	{
    -	ASN1_INTEGER *status;
    -	STACK_OF(ASN1_UTF8STRING) *text;
    -	ASN1_BIT_STRING *failure_info;
    -	} TS_STATUS_INFO;
    +# define TS_STATUS_GRANTED                       0
    +# define TS_STATUS_GRANTED_WITH_MODS             1
    +# define TS_STATUS_REJECTION                     2
    +# define TS_STATUS_WAITING                       3
    +# define TS_STATUS_REVOCATION_WARNING            4
    +# define TS_STATUS_REVOCATION_NOTIFICATION       5
    +
    +/*
    + * Possible values for failure_info. See ts_resp_print.c && ts_resp_verify.c
    + */
    +
    +# define TS_INFO_BAD_ALG                 0
    +# define TS_INFO_BAD_REQUEST             2
    +# define TS_INFO_BAD_DATA_FORMAT         5
    +# define TS_INFO_TIME_NOT_AVAILABLE      14
    +# define TS_INFO_UNACCEPTED_POLICY       15
    +# define TS_INFO_UNACCEPTED_EXTENSION    16
    +# define TS_INFO_ADD_INFO_NOT_AVAILABLE  17
    +# define TS_INFO_SYSTEM_FAILURE          25
    +
    +typedef struct TS_status_info_st {
    +    ASN1_INTEGER *status;
    +    STACK_OF(ASN1_UTF8STRING) *text;
    +    ASN1_BIT_STRING *failure_info;
    +} TS_STATUS_INFO;
     
     DECLARE_STACK_OF(ASN1_UTF8STRING)
     DECLARE_ASN1_SET_OF(ASN1_UTF8STRING)
     
    -/*
    +/*-
     TimeStampResp ::= SEQUENCE  {
          status                  PKIStatusInfo,
          timeStampToken          TimeStampToken     OPTIONAL }
     */
     
    -typedef struct TS_resp_st
    -	{
    -	TS_STATUS_INFO *status_info;
    -	PKCS7 *token;
    -	TS_TST_INFO *tst_info;
    -	} TS_RESP;
    +typedef struct TS_resp_st {
    +    TS_STATUS_INFO *status_info;
    +    PKCS7 *token;
    +    TS_TST_INFO *tst_info;
    +} TS_RESP;
     
     /* The structure below would belong to the ESS component. */
     
    -/*
    +/*-
     IssuerSerial ::= SEQUENCE {
    -	issuer                   GeneralNames,
    -	serialNumber             CertificateSerialNumber
    -	}
    +        issuer                   GeneralNames,
    +        serialNumber             CertificateSerialNumber
    +        }
     */
     
    -typedef struct ESS_issuer_serial
    -	{
    -	STACK_OF(GENERAL_NAME)	*issuer;
    -	ASN1_INTEGER		*serial;
    -	} ESS_ISSUER_SERIAL;
    +typedef struct ESS_issuer_serial {
    +    STACK_OF(GENERAL_NAME) *issuer;
    +    ASN1_INTEGER *serial;
    +} ESS_ISSUER_SERIAL;
     
    -/*
    +/*-
     ESSCertID ::=  SEQUENCE {
             certHash                 Hash,
             issuerSerial             IssuerSerial OPTIONAL
     }
     */
     
    -typedef struct ESS_cert_id
    -	{
    -	ASN1_OCTET_STRING *hash;	/* Always SHA-1 digest. */
    -	ESS_ISSUER_SERIAL *issuer_serial;
    -	} ESS_CERT_ID;
    +typedef struct ESS_cert_id {
    +    ASN1_OCTET_STRING *hash;    /* Always SHA-1 digest. */
    +    ESS_ISSUER_SERIAL *issuer_serial;
    +} ESS_CERT_ID;
     
     DECLARE_STACK_OF(ESS_CERT_ID)
     DECLARE_ASN1_SET_OF(ESS_CERT_ID)
     
    -/*
    +/*-
     SigningCertificate ::=  SEQUENCE {
            certs        SEQUENCE OF ESSCertID,
            policies     SEQUENCE OF PolicyInformation OPTIONAL
     }
     */
     
    -typedef struct ESS_signing_cert
    -	{
    -	STACK_OF(ESS_CERT_ID) *cert_ids;
    -	STACK_OF(POLICYINFO) *policy_info;
    -	} ESS_SIGNING_CERT;
    -
    +typedef struct ESS_signing_cert {
    +    STACK_OF(ESS_CERT_ID) *cert_ids;
    +    STACK_OF(POLICYINFO) *policy_info;
    +} ESS_SIGNING_CERT;
     
    -TS_REQ	*TS_REQ_new(void);
    -void	TS_REQ_free(TS_REQ *a);
    -int	i2d_TS_REQ(const TS_REQ *a, unsigned char **pp);
    -TS_REQ	*d2i_TS_REQ(TS_REQ **a, const unsigned char **pp, long length);
    +TS_REQ *TS_REQ_new(void);
    +void TS_REQ_free(TS_REQ *a);
    +int i2d_TS_REQ(const TS_REQ *a, unsigned char **pp);
    +TS_REQ *d2i_TS_REQ(TS_REQ **a, const unsigned char **pp, long length);
     
    -TS_REQ	*TS_REQ_dup(TS_REQ *a);
    +TS_REQ *TS_REQ_dup(TS_REQ *a);
     
    -TS_REQ	*d2i_TS_REQ_fp(FILE *fp, TS_REQ **a);
    -int	i2d_TS_REQ_fp(FILE *fp, TS_REQ *a);
    -TS_REQ	*d2i_TS_REQ_bio(BIO *fp, TS_REQ **a);
    -int	i2d_TS_REQ_bio(BIO *fp, TS_REQ *a);
    +TS_REQ *d2i_TS_REQ_fp(FILE *fp, TS_REQ **a);
    +int i2d_TS_REQ_fp(FILE *fp, TS_REQ *a);
    +TS_REQ *d2i_TS_REQ_bio(BIO *fp, TS_REQ **a);
    +int i2d_TS_REQ_bio(BIO *fp, TS_REQ *a);
     
    -TS_MSG_IMPRINT	*TS_MSG_IMPRINT_new(void);
    -void		TS_MSG_IMPRINT_free(TS_MSG_IMPRINT *a);
    -int		i2d_TS_MSG_IMPRINT(const TS_MSG_IMPRINT *a, unsigned char **pp);
    -TS_MSG_IMPRINT	*d2i_TS_MSG_IMPRINT(TS_MSG_IMPRINT **a,
    -				    const unsigned char **pp, long length);
    +TS_MSG_IMPRINT *TS_MSG_IMPRINT_new(void);
    +void TS_MSG_IMPRINT_free(TS_MSG_IMPRINT *a);
    +int i2d_TS_MSG_IMPRINT(const TS_MSG_IMPRINT *a, unsigned char **pp);
    +TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT(TS_MSG_IMPRINT **a,
    +                                   const unsigned char **pp, long length);
     
    -TS_MSG_IMPRINT	*TS_MSG_IMPRINT_dup(TS_MSG_IMPRINT *a);
    +TS_MSG_IMPRINT *TS_MSG_IMPRINT_dup(TS_MSG_IMPRINT *a);
     
    -TS_MSG_IMPRINT	*d2i_TS_MSG_IMPRINT_fp(FILE *fp, TS_MSG_IMPRINT **a);
    -int		i2d_TS_MSG_IMPRINT_fp(FILE *fp, TS_MSG_IMPRINT *a);
    -TS_MSG_IMPRINT	*d2i_TS_MSG_IMPRINT_bio(BIO *fp, TS_MSG_IMPRINT **a);
    -int		i2d_TS_MSG_IMPRINT_bio(BIO *fp, TS_MSG_IMPRINT *a);
    +TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT_fp(FILE *fp, TS_MSG_IMPRINT **a);
    +int i2d_TS_MSG_IMPRINT_fp(FILE *fp, TS_MSG_IMPRINT *a);
    +TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT_bio(BIO *fp, TS_MSG_IMPRINT **a);
    +int i2d_TS_MSG_IMPRINT_bio(BIO *fp, TS_MSG_IMPRINT *a);
     
    -TS_RESP	*TS_RESP_new(void);
    -void	TS_RESP_free(TS_RESP *a);
    -int	i2d_TS_RESP(const TS_RESP *a, unsigned char **pp);
    -TS_RESP	*d2i_TS_RESP(TS_RESP **a, const unsigned char **pp, long length);
    +TS_RESP *TS_RESP_new(void);
    +void TS_RESP_free(TS_RESP *a);
    +int i2d_TS_RESP(const TS_RESP *a, unsigned char **pp);
    +TS_RESP *d2i_TS_RESP(TS_RESP **a, const unsigned char **pp, long length);
     TS_TST_INFO *PKCS7_to_TS_TST_INFO(PKCS7 *token);
    -TS_RESP	*TS_RESP_dup(TS_RESP *a);
    -
    -TS_RESP	*d2i_TS_RESP_fp(FILE *fp, TS_RESP **a);
    -int	i2d_TS_RESP_fp(FILE *fp, TS_RESP *a);
    -TS_RESP	*d2i_TS_RESP_bio(BIO *fp, TS_RESP **a);
    -int	i2d_TS_RESP_bio(BIO *fp, TS_RESP *a);
    -
    -TS_STATUS_INFO	*TS_STATUS_INFO_new(void);
    -void		TS_STATUS_INFO_free(TS_STATUS_INFO *a);
    -int		i2d_TS_STATUS_INFO(const TS_STATUS_INFO *a, unsigned char **pp);
    -TS_STATUS_INFO	*d2i_TS_STATUS_INFO(TS_STATUS_INFO **a, 
    -				    const unsigned char **pp, long length);
    -TS_STATUS_INFO	*TS_STATUS_INFO_dup(TS_STATUS_INFO *a);
    -
    -TS_TST_INFO	*TS_TST_INFO_new(void);
    -void		TS_TST_INFO_free(TS_TST_INFO *a);
    -int		i2d_TS_TST_INFO(const TS_TST_INFO *a, unsigned char **pp);
    -TS_TST_INFO	*d2i_TS_TST_INFO(TS_TST_INFO **a, const unsigned char **pp,
    -				    long length);
    -TS_TST_INFO	*TS_TST_INFO_dup(TS_TST_INFO *a);
    -
    -TS_TST_INFO	*d2i_TS_TST_INFO_fp(FILE *fp, TS_TST_INFO **a);
    -int		i2d_TS_TST_INFO_fp(FILE *fp, TS_TST_INFO *a);
    -TS_TST_INFO	*d2i_TS_TST_INFO_bio(BIO *fp, TS_TST_INFO **a);
    -int		i2d_TS_TST_INFO_bio(BIO *fp, TS_TST_INFO *a);
    -
    -TS_ACCURACY	*TS_ACCURACY_new(void);
    -void		TS_ACCURACY_free(TS_ACCURACY *a);
    -int		i2d_TS_ACCURACY(const TS_ACCURACY *a, unsigned char **pp);
    -TS_ACCURACY	*d2i_TS_ACCURACY(TS_ACCURACY **a, const unsigned char **pp,
    -				    long length);
    -TS_ACCURACY	*TS_ACCURACY_dup(TS_ACCURACY *a);
    +TS_RESP *TS_RESP_dup(TS_RESP *a);
    +
    +TS_RESP *d2i_TS_RESP_fp(FILE *fp, TS_RESP **a);
    +int i2d_TS_RESP_fp(FILE *fp, TS_RESP *a);
    +TS_RESP *d2i_TS_RESP_bio(BIO *fp, TS_RESP **a);
    +int i2d_TS_RESP_bio(BIO *fp, TS_RESP *a);
    +
    +TS_STATUS_INFO *TS_STATUS_INFO_new(void);
    +void TS_STATUS_INFO_free(TS_STATUS_INFO *a);
    +int i2d_TS_STATUS_INFO(const TS_STATUS_INFO *a, unsigned char **pp);
    +TS_STATUS_INFO *d2i_TS_STATUS_INFO(TS_STATUS_INFO **a,
    +                                   const unsigned char **pp, long length);
    +TS_STATUS_INFO *TS_STATUS_INFO_dup(TS_STATUS_INFO *a);
    +
    +TS_TST_INFO *TS_TST_INFO_new(void);
    +void TS_TST_INFO_free(TS_TST_INFO *a);
    +int i2d_TS_TST_INFO(const TS_TST_INFO *a, unsigned char **pp);
    +TS_TST_INFO *d2i_TS_TST_INFO(TS_TST_INFO **a, const unsigned char **pp,
    +                             long length);
    +TS_TST_INFO *TS_TST_INFO_dup(TS_TST_INFO *a);
    +
    +TS_TST_INFO *d2i_TS_TST_INFO_fp(FILE *fp, TS_TST_INFO **a);
    +int i2d_TS_TST_INFO_fp(FILE *fp, TS_TST_INFO *a);
    +TS_TST_INFO *d2i_TS_TST_INFO_bio(BIO *fp, TS_TST_INFO **a);
    +int i2d_TS_TST_INFO_bio(BIO *fp, TS_TST_INFO *a);
    +
    +TS_ACCURACY *TS_ACCURACY_new(void);
    +void TS_ACCURACY_free(TS_ACCURACY *a);
    +int i2d_TS_ACCURACY(const TS_ACCURACY *a, unsigned char **pp);
    +TS_ACCURACY *d2i_TS_ACCURACY(TS_ACCURACY **a, const unsigned char **pp,
    +                             long length);
    +TS_ACCURACY *TS_ACCURACY_dup(TS_ACCURACY *a);
     
     ESS_ISSUER_SERIAL *ESS_ISSUER_SERIAL_new(void);
    -void		  ESS_ISSUER_SERIAL_free(ESS_ISSUER_SERIAL *a);
    -int		  i2d_ESS_ISSUER_SERIAL(const ESS_ISSUER_SERIAL *a,
    -					unsigned char **pp);
    +void ESS_ISSUER_SERIAL_free(ESS_ISSUER_SERIAL *a);
    +int i2d_ESS_ISSUER_SERIAL(const ESS_ISSUER_SERIAL *a, unsigned char **pp);
     ESS_ISSUER_SERIAL *d2i_ESS_ISSUER_SERIAL(ESS_ISSUER_SERIAL **a,
    -					 const unsigned char **pp, long length);
    +                                         const unsigned char **pp,
    +                                         long length);
     ESS_ISSUER_SERIAL *ESS_ISSUER_SERIAL_dup(ESS_ISSUER_SERIAL *a);
     
    -ESS_CERT_ID	*ESS_CERT_ID_new(void);
    -void		ESS_CERT_ID_free(ESS_CERT_ID *a);
    -int		i2d_ESS_CERT_ID(const ESS_CERT_ID *a, unsigned char **pp);
    -ESS_CERT_ID	*d2i_ESS_CERT_ID(ESS_CERT_ID **a, const unsigned char **pp,
    -				 long length);
    -ESS_CERT_ID	*ESS_CERT_ID_dup(ESS_CERT_ID *a);
    +ESS_CERT_ID *ESS_CERT_ID_new(void);
    +void ESS_CERT_ID_free(ESS_CERT_ID *a);
    +int i2d_ESS_CERT_ID(const ESS_CERT_ID *a, unsigned char **pp);
    +ESS_CERT_ID *d2i_ESS_CERT_ID(ESS_CERT_ID **a, const unsigned char **pp,
    +                             long length);
    +ESS_CERT_ID *ESS_CERT_ID_dup(ESS_CERT_ID *a);
     
     ESS_SIGNING_CERT *ESS_SIGNING_CERT_new(void);
    -void		 ESS_SIGNING_CERT_free(ESS_SIGNING_CERT *a);
    -int		 i2d_ESS_SIGNING_CERT(const ESS_SIGNING_CERT *a, 
    -				      unsigned char **pp);
    +void ESS_SIGNING_CERT_free(ESS_SIGNING_CERT *a);
    +int i2d_ESS_SIGNING_CERT(const ESS_SIGNING_CERT *a, unsigned char **pp);
     ESS_SIGNING_CERT *d2i_ESS_SIGNING_CERT(ESS_SIGNING_CERT **a,
    -				       const unsigned char **pp, long length);
    +                                       const unsigned char **pp, long length);
     ESS_SIGNING_CERT *ESS_SIGNING_CERT_dup(ESS_SIGNING_CERT *a);
     
     void ERR_load_TS_strings(void);
    @@ -462,71 +454,72 @@ X509_EXTENSION *TS_TST_INFO_delete_ext(TS_TST_INFO *a, int loc);
     int TS_TST_INFO_add_ext(TS_TST_INFO *a, X509_EXTENSION *ex, int loc);
     void *TS_TST_INFO_get_ext_d2i(TS_TST_INFO *a, int nid, int *crit, int *idx);
     
    -/* Declarations related to response generation, defined in ts/ts_resp_sign.c. */
    +/*
    + * Declarations related to response generation, defined in ts/ts_resp_sign.c.
    + */
     
     /* Optional flags for response generation. */
     
     /* Don't include the TSA name in response. */
    -#define	TS_TSA_NAME		0x01
    +# define TS_TSA_NAME             0x01
     
     /* Set ordering to true in response. */
    -#define	TS_ORDERING		0x02
    +# define TS_ORDERING             0x02
     
     /*
      * Include the signer certificate and the other specified certificates in
      * the ESS signing certificate attribute beside the PKCS7 signed data.
      * Only the signer certificates is included by default.
      */
    -#define	TS_ESS_CERT_ID_CHAIN	0x04
    +# define TS_ESS_CERT_ID_CHAIN    0x04
     
     /* Forward declaration. */
     struct TS_resp_ctx;
     
     /* This must return a unique number less than 160 bits long. */
    -typedef ASN1_INTEGER *(*TS_serial_cb)(struct TS_resp_ctx *, void *);
    +typedef ASN1_INTEGER *(*TS_serial_cb) (struct TS_resp_ctx *, void *);
     
    -/* This must return the seconds and microseconds since Jan 1, 1970 in
    -   the sec and usec variables allocated by the caller. 
    -   Return non-zero for success and zero for failure. */
    -typedef	int (*TS_time_cb)(struct TS_resp_ctx *, void *, long *sec, long *usec);
    +/*
    + * This must return the seconds and microseconds since Jan 1, 1970 in the sec
    + * and usec variables allocated by the caller. Return non-zero for success
    + * and zero for failure.
    + */
    +typedef int (*TS_time_cb) (struct TS_resp_ctx *, void *, long *sec,
    +                           long *usec);
     
    -/* This must process the given extension.
    - * It can modify the TS_TST_INFO object of the context.
    - * Return values: !0 (processed), 0 (error, it must set the 
    - * status info/failure info of the response).
    +/*
    + * This must process the given extension. It can modify the TS_TST_INFO
    + * object of the context. Return values: !0 (processed), 0 (error, it must
    + * set the status info/failure info of the response).
      */
    -typedef	int (*TS_extension_cb)(struct TS_resp_ctx *, X509_EXTENSION *, void *);
    -
    -typedef struct TS_resp_ctx
    -	{
    -	X509		*signer_cert;
    -	EVP_PKEY	*signer_key;
    -	STACK_OF(X509)	*certs;	/* Certs to include in signed data. */
    -	STACK_OF(ASN1_OBJECT)	*policies;	/* Acceptable policies. */
    -	ASN1_OBJECT	*default_policy; /* It may appear in policies, too. */
    -	STACK_OF(EVP_MD)	*mds;	/* Acceptable message digests. */
    -	ASN1_INTEGER	*seconds;	/* accuracy, 0 means not specified. */
    -	ASN1_INTEGER	*millis;	/* accuracy, 0 means not specified. */
    -	ASN1_INTEGER	*micros;	/* accuracy, 0 means not specified. */
    -	unsigned	clock_precision_digits; /* fraction of seconds in
    -						   time stamp token. */
    -	unsigned	flags;		/* Optional info, see values above. */
    -
    -	/* Callback functions. */
    -	TS_serial_cb serial_cb;
    -	void *serial_cb_data;	/* User data for serial_cb. */
    -	
    -	TS_time_cb time_cb;
    -	void *time_cb_data;	/* User data for time_cb. */
    -	
    -	TS_extension_cb extension_cb;
    -	void *extension_cb_data;	/* User data for extension_cb. */
    -
    -	/* These members are used only while creating the response. */
    -	TS_REQ		*request;
    -	TS_RESP		*response;
    -	TS_TST_INFO	*tst_info;
    -	} TS_RESP_CTX;
    +typedef int (*TS_extension_cb) (struct TS_resp_ctx *, X509_EXTENSION *,
    +                                void *);
    +
    +typedef struct TS_resp_ctx {
    +    X509 *signer_cert;
    +    EVP_PKEY *signer_key;
    +    STACK_OF(X509) *certs;      /* Certs to include in signed data. */
    +    STACK_OF(ASN1_OBJECT) *policies; /* Acceptable policies. */
    +    ASN1_OBJECT *default_policy; /* It may appear in policies, too. */
    +    STACK_OF(EVP_MD) *mds;      /* Acceptable message digests. */
    +    ASN1_INTEGER *seconds;      /* accuracy, 0 means not specified. */
    +    ASN1_INTEGER *millis;       /* accuracy, 0 means not specified. */
    +    ASN1_INTEGER *micros;       /* accuracy, 0 means not specified. */
    +    unsigned clock_precision_digits; /* fraction of seconds in time stamp
    +                                      * token. */
    +    unsigned flags;             /* Optional info, see values above. */
    +    /* Callback functions. */
    +    TS_serial_cb serial_cb;
    +    void *serial_cb_data;       /* User data for serial_cb. */
    +    TS_time_cb time_cb;
    +    void *time_cb_data;         /* User data for time_cb. */
    +    TS_extension_cb extension_cb;
    +    void *extension_cb_data;    /* User data for extension_cb. */
    +    /* These members are used only while creating the response. */
    +    TS_REQ *request;
    +    TS_RESP *response;
    +    TS_TST_INFO *tst_info;
    +} TS_RESP_CTX;
     
     DECLARE_STACK_OF(EVP_MD)
     DECLARE_ASN1_SET_OF(EVP_MD)
    @@ -547,24 +540,30 @@ int TS_RESP_CTX_set_def_policy(TS_RESP_CTX *ctx, ASN1_OBJECT *def_policy);
     /* No additional certs are included in the response by default. */
     int TS_RESP_CTX_set_certs(TS_RESP_CTX *ctx, STACK_OF(X509) *certs);
     
    -/* Adds a new acceptable policy, only the default policy 
    -   is accepted by default. */
    +/*
    + * Adds a new acceptable policy, only the default policy is accepted by
    + * default.
    + */
     int TS_RESP_CTX_add_policy(TS_RESP_CTX *ctx, ASN1_OBJECT *policy);
     
    -/* Adds a new acceptable message digest. Note that no message digests 
    -   are accepted by default. The md argument is shared with the caller. */
    +/*
    + * Adds a new acceptable message digest. Note that no message digests are
    + * accepted by default. The md argument is shared with the caller.
    + */
     int TS_RESP_CTX_add_md(TS_RESP_CTX *ctx, const EVP_MD *md);
     
     /* Accuracy is not included by default. */
     int TS_RESP_CTX_set_accuracy(TS_RESP_CTX *ctx,
    -			     int secs, int millis, int micros);
    +                             int secs, int millis, int micros);
     
    -/* Clock precision digits, i.e. the number of decimal digits: 
    -   '0' means sec, '3' msec, '6' usec, and so on. Default is 0. */ 
    +/*
    + * Clock precision digits, i.e. the number of decimal digits: '0' means sec,
    + * '3' msec, '6' usec, and so on. Default is 0.
    + */
     int TS_RESP_CTX_set_clock_precision_digits(TS_RESP_CTX *ctx,
    -					   unsigned clock_precision_digits);
    -/* At most we accept usec precision. */	
    -#define TS_MAX_CLOCK_PRECISION_DIGITS	6
    +                                           unsigned clock_precision_digits);
    +/* At most we accept usec precision. */
    +# define TS_MAX_CLOCK_PRECISION_DIGITS   6
     
     /* No flags are set by default. */
     void TS_RESP_CTX_add_flags(TS_RESP_CTX *ctx, int flags);
    @@ -575,19 +574,21 @@ void TS_RESP_CTX_set_serial_cb(TS_RESP_CTX *ctx, TS_serial_cb cb, void *data);
     /* Default callback uses the gettimeofday() and gmtime() system calls. */
     void TS_RESP_CTX_set_time_cb(TS_RESP_CTX *ctx, TS_time_cb cb, void *data);
     
    -/* Default callback rejects all extensions. The extension callback is called 
    - * when the TS_TST_INFO object is already set up and not signed yet. */
    +/*
    + * Default callback rejects all extensions. The extension callback is called
    + * when the TS_TST_INFO object is already set up and not signed yet.
    + */
     /* FIXME: extension handling is not tested yet. */
    -void TS_RESP_CTX_set_extension_cb(TS_RESP_CTX *ctx, 
    -				  TS_extension_cb cb, void *data);
    +void TS_RESP_CTX_set_extension_cb(TS_RESP_CTX *ctx,
    +                                  TS_extension_cb cb, void *data);
     
     /* The following methods can be used in the callbacks. */
    -int TS_RESP_CTX_set_status_info(TS_RESP_CTX *ctx, 
    -				int status, const char *text);
    +int TS_RESP_CTX_set_status_info(TS_RESP_CTX *ctx,
    +                                int status, const char *text);
     
     /* Sets the status info only if it is still TS_STATUS_GRANTED. */
    -int TS_RESP_CTX_set_status_info_cond(TS_RESP_CTX *ctx, 
    -				     int status, const char *text);
    +int TS_RESP_CTX_set_status_info_cond(TS_RESP_CTX *ctx,
    +                                     int status, const char *text);
     
     int TS_RESP_CTX_add_failure_info(TS_RESP_CTX *ctx, int failure);
     
    @@ -596,7 +597,7 @@ TS_REQ *TS_RESP_CTX_get_request(TS_RESP_CTX *ctx);
     
     TS_TST_INFO *TS_RESP_CTX_get_tst_info(TS_RESP_CTX *ctx);
     
    -/* 
    +/*
      * Creates the signed TS_TST_INFO and puts it in TS_RESP.
      * In case of errors it sets the status info properly.
      * Returns NULL only in case of memory allocation/fatal error.
    @@ -609,73 +610,72 @@ TS_RESP *TS_RESP_create_response(TS_RESP_CTX *ctx, BIO *req_bio);
      */
     
     int TS_RESP_verify_signature(PKCS7 *token, STACK_OF(X509) *certs,
    -			     X509_STORE *store, X509 **signer_out);
    +                             X509_STORE *store, X509 **signer_out);
     
     /* Context structure for the generic verify method. */
     
     /* Verify the signer's certificate and the signature of the response. */
    -#define	TS_VFY_SIGNATURE	(1u << 0)
    +# define TS_VFY_SIGNATURE        (1u << 0)
     /* Verify the version number of the response. */
    -#define	TS_VFY_VERSION		(1u << 1)
    +# define TS_VFY_VERSION          (1u << 1)
     /* Verify if the policy supplied by the user matches the policy of the TSA. */
    -#define	TS_VFY_POLICY		(1u << 2)
    -/* Verify the message imprint provided by the user. This flag should not be
    -   specified with TS_VFY_DATA. */
    -#define	TS_VFY_IMPRINT		(1u << 3)
    -/* Verify the message imprint computed by the verify method from the user
    -   provided data and the MD algorithm of the response. This flag should not be
    -   specified with TS_VFY_IMPRINT. */
    -#define	TS_VFY_DATA		(1u << 4)
    +# define TS_VFY_POLICY           (1u << 2)
    +/*
    + * Verify the message imprint provided by the user. This flag should not be
    + * specified with TS_VFY_DATA.
    + */
    +# define TS_VFY_IMPRINT          (1u << 3)
    +/*
    + * Verify the message imprint computed by the verify method from the user
    + * provided data and the MD algorithm of the response. This flag should not
    + * be specified with TS_VFY_IMPRINT.
    + */
    +# define TS_VFY_DATA             (1u << 4)
     /* Verify the nonce value. */
    -#define	TS_VFY_NONCE		(1u << 5)
    +# define TS_VFY_NONCE            (1u << 5)
     /* Verify if the TSA name field matches the signer certificate. */
    -#define	TS_VFY_SIGNER		(1u << 6)
    +# define TS_VFY_SIGNER           (1u << 6)
     /* Verify if the TSA name field equals to the user provided name. */
    -#define	TS_VFY_TSA_NAME		(1u << 7)
    +# define TS_VFY_TSA_NAME         (1u << 7)
     
     /* You can use the following convenience constants. */
    -#define	TS_VFY_ALL_IMPRINT	(TS_VFY_SIGNATURE	\
    -				 | TS_VFY_VERSION	\
    -				 | TS_VFY_POLICY	\
    -				 | TS_VFY_IMPRINT	\
    -				 | TS_VFY_NONCE		\
    -				 | TS_VFY_SIGNER	\
    -				 | TS_VFY_TSA_NAME)
    -#define	TS_VFY_ALL_DATA		(TS_VFY_SIGNATURE	\
    -				 | TS_VFY_VERSION	\
    -				 | TS_VFY_POLICY	\
    -				 | TS_VFY_DATA		\
    -				 | TS_VFY_NONCE		\
    -				 | TS_VFY_SIGNER	\
    -				 | TS_VFY_TSA_NAME)
    -
    -typedef struct TS_verify_ctx
    -	{
    -	/* Set this to the union of TS_VFY_... flags you want to carry out. */
    -	unsigned	flags;
    -
    -	/* Must be set only with TS_VFY_SIGNATURE. certs is optional. */
    -	X509_STORE	*store;
    -	STACK_OF(X509)	*certs;
    -
    -	/* Must be set only with TS_VFY_POLICY. */
    -	ASN1_OBJECT	*policy;
    -
    -	/* Must be set only with TS_VFY_IMPRINT. If md_alg is NULL, 
    -	   the algorithm from the response is used. */
    -	X509_ALGOR	*md_alg;
    -	unsigned char	*imprint;
    -	unsigned	imprint_len;
    -
    -	/* Must be set only with TS_VFY_DATA. */
    -	BIO		*data;
    -
    -	/* Must be set only with TS_VFY_TSA_NAME. */
    -	ASN1_INTEGER	*nonce;
    -
    -	/* Must be set only with TS_VFY_TSA_NAME. */
    -	GENERAL_NAME	*tsa_name;
    -	} TS_VERIFY_CTX;
    +# define TS_VFY_ALL_IMPRINT      (TS_VFY_SIGNATURE       \
    +                                 | TS_VFY_VERSION       \
    +                                 | TS_VFY_POLICY        \
    +                                 | TS_VFY_IMPRINT       \
    +                                 | TS_VFY_NONCE         \
    +                                 | TS_VFY_SIGNER        \
    +                                 | TS_VFY_TSA_NAME)
    +# define TS_VFY_ALL_DATA         (TS_VFY_SIGNATURE       \
    +                                 | TS_VFY_VERSION       \
    +                                 | TS_VFY_POLICY        \
    +                                 | TS_VFY_DATA          \
    +                                 | TS_VFY_NONCE         \
    +                                 | TS_VFY_SIGNER        \
    +                                 | TS_VFY_TSA_NAME)
    +
    +typedef struct TS_verify_ctx {
    +    /* Set this to the union of TS_VFY_... flags you want to carry out. */
    +    unsigned flags;
    +    /* Must be set only with TS_VFY_SIGNATURE. certs is optional. */
    +    X509_STORE *store;
    +    STACK_OF(X509) *certs;
    +    /* Must be set only with TS_VFY_POLICY. */
    +    ASN1_OBJECT *policy;
    +    /*
    +     * Must be set only with TS_VFY_IMPRINT. If md_alg is NULL, the
    +     * algorithm from the response is used.
    +     */
    +    X509_ALGOR *md_alg;
    +    unsigned char *imprint;
    +    unsigned imprint_len;
    +    /* Must be set only with TS_VFY_DATA. */
    +    BIO *data;
    +    /* Must be set only with TS_VFY_TSA_NAME. */
    +    ASN1_INTEGER *nonce;
    +    /* Must be set only with TS_VFY_TSA_NAME. */
    +    GENERAL_NAME *tsa_name;
    +} TS_VERIFY_CTX;
     
     int TS_RESP_verify_response(TS_VERIFY_CTX *ctx, TS_RESP *response);
     int TS_RESP_verify_token(TS_VERIFY_CTX *ctx, PKCS7 *token);
    @@ -691,19 +691,19 @@ void TS_VERIFY_CTX_init(TS_VERIFY_CTX *ctx);
     void TS_VERIFY_CTX_free(TS_VERIFY_CTX *ctx);
     void TS_VERIFY_CTX_cleanup(TS_VERIFY_CTX *ctx);
     
    -/* 
    +/*-
      * If ctx is NULL, it allocates and returns a new object, otherwise
      * it returns ctx. It initialises all the members as follows:
      * flags = TS_VFY_ALL_IMPRINT & ~(TS_VFY_TSA_NAME | TS_VFY_SIGNATURE)
      * certs = NULL
      * store = NULL
      * policy = policy from the request or NULL if absent (in this case
    - *	TS_VFY_POLICY is cleared from flags as well)
    + *      TS_VFY_POLICY is cleared from flags as well)
      * md_alg = MD algorithm from request
      * imprint, imprint_len = imprint from request
      * data = NULL
      * nonce, nonce_len = nonce from the request or NULL if absent (in this case
    - * 	TS_VFY_NONCE is cleared from flags as well)
    + *      TS_VFY_NONCE is cleared from flags as well)
      * tsa_name = NULL
      * Important: after calling this method TS_VFY_SIGNATURE should be added!
      */
    @@ -723,39 +723,43 @@ int TS_ext_print_bio(BIO *bio, const STACK_OF(X509_EXTENSION) *extensions);
     int TS_X509_ALGOR_print_bio(BIO *bio, const X509_ALGOR *alg);
     int TS_MSG_IMPRINT_print_bio(BIO *bio, TS_MSG_IMPRINT *msg);
     
    -/* Function declarations for handling configuration options,
    -   defined in ts/ts_conf.c */
    +/*
    + * Function declarations for handling configuration options, defined in
    + * ts/ts_conf.c
    + */
     
     X509 *TS_CONF_load_cert(const char *file);
     STACK_OF(X509) *TS_CONF_load_certs(const char *file);
     EVP_PKEY *TS_CONF_load_key(const char *file, const char *pass);
     const char *TS_CONF_get_tsa_section(CONF *conf, const char *section);
     int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb,
    -		       TS_RESP_CTX *ctx);
    +                       TS_RESP_CTX *ctx);
     int TS_CONF_set_crypto_device(CONF *conf, const char *section,
    -			      const char *device);
    +                              const char *device);
     int TS_CONF_set_default_engine(const char *name);
     int TS_CONF_set_signer_cert(CONF *conf, const char *section,
    -			    const char *cert, TS_RESP_CTX *ctx);
    +                            const char *cert, TS_RESP_CTX *ctx);
     int TS_CONF_set_certs(CONF *conf, const char *section, const char *certs,
    -		      TS_RESP_CTX *ctx);
    +                      TS_RESP_CTX *ctx);
     int TS_CONF_set_signer_key(CONF *conf, const char *section,
    -			   const char *key, const char *pass, TS_RESP_CTX *ctx);
    +                           const char *key, const char *pass,
    +                           TS_RESP_CTX *ctx);
     int TS_CONF_set_def_policy(CONF *conf, const char *section,
    -			   const char *policy, TS_RESP_CTX *ctx);
    +                           const char *policy, TS_RESP_CTX *ctx);
     int TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx);
     int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx);
     int TS_CONF_set_accuracy(CONF *conf, const char *section, TS_RESP_CTX *ctx);
     int TS_CONF_set_clock_precision_digits(CONF *conf, const char *section,
    -				       TS_RESP_CTX *ctx);
    +                                       TS_RESP_CTX *ctx);
     int TS_CONF_set_ordering(CONF *conf, const char *section, TS_RESP_CTX *ctx);
     int TS_CONF_set_tsa_name(CONF *conf, const char *section, TS_RESP_CTX *ctx);
     int TS_CONF_set_ess_cert_id_chain(CONF *conf, const char *section,
    -				  TS_RESP_CTX *ctx);
    +                                  TS_RESP_CTX *ctx);
     
     /* -------------------------------------------------- */
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     void ERR_load_TS_strings(void);
    @@ -763,94 +767,94 @@ void ERR_load_TS_strings(void);
     /* Error codes for the TS functions. */
     
     /* Function codes. */
    -#define TS_F_D2I_TS_RESP				 147
    -#define TS_F_DEF_SERIAL_CB				 110
    -#define TS_F_DEF_TIME_CB				 111
    -#define TS_F_ESS_ADD_SIGNING_CERT			 112
    -#define TS_F_ESS_CERT_ID_NEW_INIT			 113
    -#define TS_F_ESS_SIGNING_CERT_NEW_INIT			 114
    -#define TS_F_INT_TS_RESP_VERIFY_TOKEN			 149
    -#define TS_F_PKCS7_TO_TS_TST_INFO			 148
    -#define TS_F_TS_ACCURACY_SET_MICROS			 115
    -#define TS_F_TS_ACCURACY_SET_MILLIS			 116
    -#define TS_F_TS_ACCURACY_SET_SECONDS			 117
    -#define TS_F_TS_CHECK_IMPRINTS				 100
    -#define TS_F_TS_CHECK_NONCES				 101
    -#define TS_F_TS_CHECK_POLICY				 102
    -#define TS_F_TS_CHECK_SIGNING_CERTS			 103
    -#define TS_F_TS_CHECK_STATUS_INFO			 104
    -#define TS_F_TS_COMPUTE_IMPRINT				 145
    -#define TS_F_TS_CONF_SET_DEFAULT_ENGINE			 146
    -#define TS_F_TS_GET_STATUS_TEXT				 105
    -#define TS_F_TS_MSG_IMPRINT_SET_ALGO			 118
    -#define TS_F_TS_REQ_SET_MSG_IMPRINT			 119
    -#define TS_F_TS_REQ_SET_NONCE				 120
    -#define TS_F_TS_REQ_SET_POLICY_ID			 121
    -#define TS_F_TS_RESP_CREATE_RESPONSE			 122
    -#define TS_F_TS_RESP_CREATE_TST_INFO			 123
    -#define TS_F_TS_RESP_CTX_ADD_FAILURE_INFO		 124
    -#define TS_F_TS_RESP_CTX_ADD_MD				 125
    -#define TS_F_TS_RESP_CTX_ADD_POLICY			 126
    -#define TS_F_TS_RESP_CTX_NEW				 127
    -#define TS_F_TS_RESP_CTX_SET_ACCURACY			 128
    -#define TS_F_TS_RESP_CTX_SET_CERTS			 129
    -#define TS_F_TS_RESP_CTX_SET_DEF_POLICY			 130
    -#define TS_F_TS_RESP_CTX_SET_SIGNER_CERT		 131
    -#define TS_F_TS_RESP_CTX_SET_STATUS_INFO		 132
    -#define TS_F_TS_RESP_GET_POLICY				 133
    -#define TS_F_TS_RESP_SET_GENTIME_WITH_PRECISION		 134
    -#define TS_F_TS_RESP_SET_STATUS_INFO			 135
    -#define TS_F_TS_RESP_SET_TST_INFO			 150
    -#define TS_F_TS_RESP_SIGN				 136
    -#define TS_F_TS_RESP_VERIFY_SIGNATURE			 106
    -#define TS_F_TS_RESP_VERIFY_TOKEN			 107
    -#define TS_F_TS_TST_INFO_SET_ACCURACY			 137
    -#define TS_F_TS_TST_INFO_SET_MSG_IMPRINT		 138
    -#define TS_F_TS_TST_INFO_SET_NONCE			 139
    -#define TS_F_TS_TST_INFO_SET_POLICY_ID			 140
    -#define TS_F_TS_TST_INFO_SET_SERIAL			 141
    -#define TS_F_TS_TST_INFO_SET_TIME			 142
    -#define TS_F_TS_TST_INFO_SET_TSA			 143
    -#define TS_F_TS_VERIFY					 108
    -#define TS_F_TS_VERIFY_CERT				 109
    -#define TS_F_TS_VERIFY_CTX_NEW				 144
    +# define TS_F_D2I_TS_RESP                                 147
    +# define TS_F_DEF_SERIAL_CB                               110
    +# define TS_F_DEF_TIME_CB                                 111
    +# define TS_F_ESS_ADD_SIGNING_CERT                        112
    +# define TS_F_ESS_CERT_ID_NEW_INIT                        113
    +# define TS_F_ESS_SIGNING_CERT_NEW_INIT                   114
    +# define TS_F_INT_TS_RESP_VERIFY_TOKEN                    149
    +# define TS_F_PKCS7_TO_TS_TST_INFO                        148
    +# define TS_F_TS_ACCURACY_SET_MICROS                      115
    +# define TS_F_TS_ACCURACY_SET_MILLIS                      116
    +# define TS_F_TS_ACCURACY_SET_SECONDS                     117
    +# define TS_F_TS_CHECK_IMPRINTS                           100
    +# define TS_F_TS_CHECK_NONCES                             101
    +# define TS_F_TS_CHECK_POLICY                             102
    +# define TS_F_TS_CHECK_SIGNING_CERTS                      103
    +# define TS_F_TS_CHECK_STATUS_INFO                        104
    +# define TS_F_TS_COMPUTE_IMPRINT                          145
    +# define TS_F_TS_CONF_SET_DEFAULT_ENGINE                  146
    +# define TS_F_TS_GET_STATUS_TEXT                          105
    +# define TS_F_TS_MSG_IMPRINT_SET_ALGO                     118
    +# define TS_F_TS_REQ_SET_MSG_IMPRINT                      119
    +# define TS_F_TS_REQ_SET_NONCE                            120
    +# define TS_F_TS_REQ_SET_POLICY_ID                        121
    +# define TS_F_TS_RESP_CREATE_RESPONSE                     122
    +# define TS_F_TS_RESP_CREATE_TST_INFO                     123
    +# define TS_F_TS_RESP_CTX_ADD_FAILURE_INFO                124
    +# define TS_F_TS_RESP_CTX_ADD_MD                          125
    +# define TS_F_TS_RESP_CTX_ADD_POLICY                      126
    +# define TS_F_TS_RESP_CTX_NEW                             127
    +# define TS_F_TS_RESP_CTX_SET_ACCURACY                    128
    +# define TS_F_TS_RESP_CTX_SET_CERTS                       129
    +# define TS_F_TS_RESP_CTX_SET_DEF_POLICY                  130
    +# define TS_F_TS_RESP_CTX_SET_SIGNER_CERT                 131
    +# define TS_F_TS_RESP_CTX_SET_STATUS_INFO                 132
    +# define TS_F_TS_RESP_GET_POLICY                          133
    +# define TS_F_TS_RESP_SET_GENTIME_WITH_PRECISION          134
    +# define TS_F_TS_RESP_SET_STATUS_INFO                     135
    +# define TS_F_TS_RESP_SET_TST_INFO                        150
    +# define TS_F_TS_RESP_SIGN                                136
    +# define TS_F_TS_RESP_VERIFY_SIGNATURE                    106
    +# define TS_F_TS_RESP_VERIFY_TOKEN                        107
    +# define TS_F_TS_TST_INFO_SET_ACCURACY                    137
    +# define TS_F_TS_TST_INFO_SET_MSG_IMPRINT                 138
    +# define TS_F_TS_TST_INFO_SET_NONCE                       139
    +# define TS_F_TS_TST_INFO_SET_POLICY_ID                   140
    +# define TS_F_TS_TST_INFO_SET_SERIAL                      141
    +# define TS_F_TS_TST_INFO_SET_TIME                        142
    +# define TS_F_TS_TST_INFO_SET_TSA                         143
    +# define TS_F_TS_VERIFY                                   108
    +# define TS_F_TS_VERIFY_CERT                              109
    +# define TS_F_TS_VERIFY_CTX_NEW                           144
     
     /* Reason codes. */
    -#define TS_R_BAD_PKCS7_TYPE				 132
    -#define TS_R_BAD_TYPE					 133
    -#define TS_R_CERTIFICATE_VERIFY_ERROR			 100
    -#define TS_R_COULD_NOT_SET_ENGINE			 127
    -#define TS_R_COULD_NOT_SET_TIME				 115
    -#define TS_R_D2I_TS_RESP_INT_FAILED			 128
    -#define TS_R_DETACHED_CONTENT				 134
    -#define TS_R_ESS_ADD_SIGNING_CERT_ERROR			 116
    -#define TS_R_ESS_SIGNING_CERTIFICATE_ERROR		 101
    -#define TS_R_INVALID_NULL_POINTER			 102
    -#define TS_R_INVALID_SIGNER_CERTIFICATE_PURPOSE		 117
    -#define TS_R_MESSAGE_IMPRINT_MISMATCH			 103
    -#define TS_R_NONCE_MISMATCH				 104
    -#define TS_R_NONCE_NOT_RETURNED				 105
    -#define TS_R_NO_CONTENT					 106
    -#define TS_R_NO_TIME_STAMP_TOKEN			 107
    -#define TS_R_PKCS7_ADD_SIGNATURE_ERROR			 118
    -#define TS_R_PKCS7_ADD_SIGNED_ATTR_ERROR		 119
    -#define TS_R_PKCS7_TO_TS_TST_INFO_FAILED		 129
    -#define TS_R_POLICY_MISMATCH				 108
    -#define TS_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE	 120
    -#define TS_R_RESPONSE_SETUP_ERROR			 121
    -#define TS_R_SIGNATURE_FAILURE				 109
    -#define TS_R_THERE_MUST_BE_ONE_SIGNER			 110
    -#define TS_R_TIME_SYSCALL_ERROR				 122
    -#define TS_R_TOKEN_NOT_PRESENT				 130
    -#define TS_R_TOKEN_PRESENT				 131
    -#define TS_R_TSA_NAME_MISMATCH				 111
    -#define TS_R_TSA_UNTRUSTED				 112
    -#define TS_R_TST_INFO_SETUP_ERROR			 123
    -#define TS_R_TS_DATASIGN				 124
    -#define TS_R_UNACCEPTABLE_POLICY			 125
    -#define TS_R_UNSUPPORTED_MD_ALGORITHM			 126
    -#define TS_R_UNSUPPORTED_VERSION			 113
    -#define TS_R_WRONG_CONTENT_TYPE				 114
    +# define TS_R_BAD_PKCS7_TYPE                              132
    +# define TS_R_BAD_TYPE                                    133
    +# define TS_R_CERTIFICATE_VERIFY_ERROR                    100
    +# define TS_R_COULD_NOT_SET_ENGINE                        127
    +# define TS_R_COULD_NOT_SET_TIME                          115
    +# define TS_R_D2I_TS_RESP_INT_FAILED                      128
    +# define TS_R_DETACHED_CONTENT                            134
    +# define TS_R_ESS_ADD_SIGNING_CERT_ERROR                  116
    +# define TS_R_ESS_SIGNING_CERTIFICATE_ERROR               101
    +# define TS_R_INVALID_NULL_POINTER                        102
    +# define TS_R_INVALID_SIGNER_CERTIFICATE_PURPOSE          117
    +# define TS_R_MESSAGE_IMPRINT_MISMATCH                    103
    +# define TS_R_NONCE_MISMATCH                              104
    +# define TS_R_NONCE_NOT_RETURNED                          105
    +# define TS_R_NO_CONTENT                                  106
    +# define TS_R_NO_TIME_STAMP_TOKEN                         107
    +# define TS_R_PKCS7_ADD_SIGNATURE_ERROR                   118
    +# define TS_R_PKCS7_ADD_SIGNED_ATTR_ERROR                 119
    +# define TS_R_PKCS7_TO_TS_TST_INFO_FAILED                 129
    +# define TS_R_POLICY_MISMATCH                             108
    +# define TS_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE      120
    +# define TS_R_RESPONSE_SETUP_ERROR                        121
    +# define TS_R_SIGNATURE_FAILURE                           109
    +# define TS_R_THERE_MUST_BE_ONE_SIGNER                    110
    +# define TS_R_TIME_SYSCALL_ERROR                          122
    +# define TS_R_TOKEN_NOT_PRESENT                           130
    +# define TS_R_TOKEN_PRESENT                               131
    +# define TS_R_TSA_NAME_MISMATCH                           111
    +# define TS_R_TSA_UNTRUSTED                               112
    +# define TS_R_TST_INFO_SETUP_ERROR                        123
    +# define TS_R_TS_DATASIGN                                 124
    +# define TS_R_UNACCEPTABLE_POLICY                         125
    +# define TS_R_UNSUPPORTED_MD_ALGORITHM                    126
    +# define TS_R_UNSUPPORTED_VERSION                         113
    +# define TS_R_WRONG_CONTENT_TYPE                          114
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/ts/ts_asn1.c b/openssl/crypto/ts/ts_asn1.c
    index 40b730c5e..657dc4ca4 100644
    --- a/openssl/crypto/ts/ts_asn1.c
    +++ b/openssl/crypto/ts/ts_asn1.c
    @@ -1,5 +1,6 @@
     /* crypto/ts/ts_asn1.c */
    -/* Written by Nils Larsch for the OpenSSL project 2004.
    +/*
    + * Written by Nils Larsch for the OpenSSL project 2004.
      */
     /* ====================================================================
      * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
    @@ -9,7 +10,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -60,120 +61,124 @@
     #include 
     
     ASN1_SEQUENCE(TS_MSG_IMPRINT) = {
    -	ASN1_SIMPLE(TS_MSG_IMPRINT, hash_algo, X509_ALGOR),
    -	ASN1_SIMPLE(TS_MSG_IMPRINT, hashed_msg, ASN1_OCTET_STRING)
    +        ASN1_SIMPLE(TS_MSG_IMPRINT, hash_algo, X509_ALGOR),
    +        ASN1_SIMPLE(TS_MSG_IMPRINT, hashed_msg, ASN1_OCTET_STRING)
     } ASN1_SEQUENCE_END(TS_MSG_IMPRINT)
     
     IMPLEMENT_ASN1_FUNCTIONS_const(TS_MSG_IMPRINT)
     IMPLEMENT_ASN1_DUP_FUNCTION(TS_MSG_IMPRINT)
     #ifndef OPENSSL_NO_BIO
     TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT_bio(BIO *bp, TS_MSG_IMPRINT **a)
    -	{
    -	return ASN1_d2i_bio_of(TS_MSG_IMPRINT, TS_MSG_IMPRINT_new, d2i_TS_MSG_IMPRINT, bp, a);
    -	}
    +{
    +    return ASN1_d2i_bio_of(TS_MSG_IMPRINT, TS_MSG_IMPRINT_new,
    +                           d2i_TS_MSG_IMPRINT, bp, a);
    +}
     
     int i2d_TS_MSG_IMPRINT_bio(BIO *bp, TS_MSG_IMPRINT *a)
     {
    -	return ASN1_i2d_bio_of_const(TS_MSG_IMPRINT, i2d_TS_MSG_IMPRINT, bp, a);
    +    return ASN1_i2d_bio_of_const(TS_MSG_IMPRINT, i2d_TS_MSG_IMPRINT, bp, a);
     }
     #endif
     #ifndef OPENSSL_NO_FP_API
     TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT_fp(FILE *fp, TS_MSG_IMPRINT **a)
    -	{
    -	return ASN1_d2i_fp_of(TS_MSG_IMPRINT, TS_MSG_IMPRINT_new, d2i_TS_MSG_IMPRINT, fp, a);
    -	}
    +{
    +    return ASN1_d2i_fp_of(TS_MSG_IMPRINT, TS_MSG_IMPRINT_new,
    +                          d2i_TS_MSG_IMPRINT, fp, a);
    +}
     
     int i2d_TS_MSG_IMPRINT_fp(FILE *fp, TS_MSG_IMPRINT *a)
    -	{
    -	return ASN1_i2d_fp_of_const(TS_MSG_IMPRINT, i2d_TS_MSG_IMPRINT, fp, a);
    -	}
    +{
    +    return ASN1_i2d_fp_of_const(TS_MSG_IMPRINT, i2d_TS_MSG_IMPRINT, fp, a);
    +}
     #endif
     
     ASN1_SEQUENCE(TS_REQ) = {
    -	ASN1_SIMPLE(TS_REQ, version, ASN1_INTEGER),
    -	ASN1_SIMPLE(TS_REQ, msg_imprint, TS_MSG_IMPRINT),
    -	ASN1_OPT(TS_REQ, policy_id, ASN1_OBJECT),
    -	ASN1_OPT(TS_REQ, nonce, ASN1_INTEGER),
    -	ASN1_OPT(TS_REQ, cert_req, ASN1_FBOOLEAN),
    -	ASN1_IMP_SEQUENCE_OF_OPT(TS_REQ, extensions, X509_EXTENSION, 0)
    +        ASN1_SIMPLE(TS_REQ, version, ASN1_INTEGER),
    +        ASN1_SIMPLE(TS_REQ, msg_imprint, TS_MSG_IMPRINT),
    +        ASN1_OPT(TS_REQ, policy_id, ASN1_OBJECT),
    +        ASN1_OPT(TS_REQ, nonce, ASN1_INTEGER),
    +        ASN1_OPT(TS_REQ, cert_req, ASN1_FBOOLEAN),
    +        ASN1_IMP_SEQUENCE_OF_OPT(TS_REQ, extensions, X509_EXTENSION, 0)
     } ASN1_SEQUENCE_END(TS_REQ)
     
     IMPLEMENT_ASN1_FUNCTIONS_const(TS_REQ)
     IMPLEMENT_ASN1_DUP_FUNCTION(TS_REQ)
     #ifndef OPENSSL_NO_BIO
     TS_REQ *d2i_TS_REQ_bio(BIO *bp, TS_REQ **a)
    -	{
    -	return ASN1_d2i_bio_of(TS_REQ, TS_REQ_new, d2i_TS_REQ, bp, a);
    -	}
    +{
    +    return ASN1_d2i_bio_of(TS_REQ, TS_REQ_new, d2i_TS_REQ, bp, a);
    +}
     
     int i2d_TS_REQ_bio(BIO *bp, TS_REQ *a)
    -	{
    -	return ASN1_i2d_bio_of_const(TS_REQ, i2d_TS_REQ, bp, a);
    -	}
    +{
    +    return ASN1_i2d_bio_of_const(TS_REQ, i2d_TS_REQ, bp, a);
    +}
     #endif
     #ifndef OPENSSL_NO_FP_API
     TS_REQ *d2i_TS_REQ_fp(FILE *fp, TS_REQ **a)
    -	{
    -	return ASN1_d2i_fp_of(TS_REQ, TS_REQ_new, d2i_TS_REQ, fp, a);
    -	}
    +{
    +    return ASN1_d2i_fp_of(TS_REQ, TS_REQ_new, d2i_TS_REQ, fp, a);
    +}
     
     int i2d_TS_REQ_fp(FILE *fp, TS_REQ *a)
    -	{
    -	return ASN1_i2d_fp_of_const(TS_REQ, i2d_TS_REQ, fp, a);
    -	}
    +{
    +    return ASN1_i2d_fp_of_const(TS_REQ, i2d_TS_REQ, fp, a);
    +}
     #endif
     
     ASN1_SEQUENCE(TS_ACCURACY) = {
    -	ASN1_OPT(TS_ACCURACY, seconds, ASN1_INTEGER),
    -	ASN1_IMP_OPT(TS_ACCURACY, millis, ASN1_INTEGER, 0),
    -	ASN1_IMP_OPT(TS_ACCURACY, micros, ASN1_INTEGER, 1)
    +        ASN1_OPT(TS_ACCURACY, seconds, ASN1_INTEGER),
    +        ASN1_IMP_OPT(TS_ACCURACY, millis, ASN1_INTEGER, 0),
    +        ASN1_IMP_OPT(TS_ACCURACY, micros, ASN1_INTEGER, 1)
     } ASN1_SEQUENCE_END(TS_ACCURACY)
     
     IMPLEMENT_ASN1_FUNCTIONS_const(TS_ACCURACY)
     IMPLEMENT_ASN1_DUP_FUNCTION(TS_ACCURACY)
     
     ASN1_SEQUENCE(TS_TST_INFO) = {
    -	ASN1_SIMPLE(TS_TST_INFO, version, ASN1_INTEGER),
    -	ASN1_SIMPLE(TS_TST_INFO, policy_id, ASN1_OBJECT),
    -	ASN1_SIMPLE(TS_TST_INFO, msg_imprint, TS_MSG_IMPRINT),
    -	ASN1_SIMPLE(TS_TST_INFO, serial, ASN1_INTEGER),
    -	ASN1_SIMPLE(TS_TST_INFO, time, ASN1_GENERALIZEDTIME),
    -	ASN1_OPT(TS_TST_INFO, accuracy, TS_ACCURACY),
    -	ASN1_OPT(TS_TST_INFO, ordering, ASN1_FBOOLEAN),
    -	ASN1_OPT(TS_TST_INFO, nonce, ASN1_INTEGER),
    -	ASN1_EXP_OPT(TS_TST_INFO, tsa, GENERAL_NAME, 0),
    -	ASN1_IMP_SEQUENCE_OF_OPT(TS_TST_INFO, extensions, X509_EXTENSION, 1)
    +        ASN1_SIMPLE(TS_TST_INFO, version, ASN1_INTEGER),
    +        ASN1_SIMPLE(TS_TST_INFO, policy_id, ASN1_OBJECT),
    +        ASN1_SIMPLE(TS_TST_INFO, msg_imprint, TS_MSG_IMPRINT),
    +        ASN1_SIMPLE(TS_TST_INFO, serial, ASN1_INTEGER),
    +        ASN1_SIMPLE(TS_TST_INFO, time, ASN1_GENERALIZEDTIME),
    +        ASN1_OPT(TS_TST_INFO, accuracy, TS_ACCURACY),
    +        ASN1_OPT(TS_TST_INFO, ordering, ASN1_FBOOLEAN),
    +        ASN1_OPT(TS_TST_INFO, nonce, ASN1_INTEGER),
    +        ASN1_EXP_OPT(TS_TST_INFO, tsa, GENERAL_NAME, 0),
    +        ASN1_IMP_SEQUENCE_OF_OPT(TS_TST_INFO, extensions, X509_EXTENSION, 1)
     } ASN1_SEQUENCE_END(TS_TST_INFO)
     
     IMPLEMENT_ASN1_FUNCTIONS_const(TS_TST_INFO)
     IMPLEMENT_ASN1_DUP_FUNCTION(TS_TST_INFO)
     #ifndef OPENSSL_NO_BIO
     TS_TST_INFO *d2i_TS_TST_INFO_bio(BIO *bp, TS_TST_INFO **a)
    -	{
    -	return ASN1_d2i_bio_of(TS_TST_INFO, TS_TST_INFO_new, d2i_TS_TST_INFO, bp, a);
    -	}
    +{
    +    return ASN1_d2i_bio_of(TS_TST_INFO, TS_TST_INFO_new, d2i_TS_TST_INFO, bp,
    +                           a);
    +}
     
     int i2d_TS_TST_INFO_bio(BIO *bp, TS_TST_INFO *a)
    -	{
    -	return ASN1_i2d_bio_of_const(TS_TST_INFO, i2d_TS_TST_INFO, bp, a);
    -	}
    +{
    +    return ASN1_i2d_bio_of_const(TS_TST_INFO, i2d_TS_TST_INFO, bp, a);
    +}
     #endif
     #ifndef OPENSSL_NO_FP_API
     TS_TST_INFO *d2i_TS_TST_INFO_fp(FILE *fp, TS_TST_INFO **a)
    -	{
    -	return ASN1_d2i_fp_of(TS_TST_INFO, TS_TST_INFO_new, d2i_TS_TST_INFO, fp, a);
    -	}
    +{
    +    return ASN1_d2i_fp_of(TS_TST_INFO, TS_TST_INFO_new, d2i_TS_TST_INFO, fp,
    +                          a);
    +}
     
     int i2d_TS_TST_INFO_fp(FILE *fp, TS_TST_INFO *a)
    -	{
    -	return ASN1_i2d_fp_of_const(TS_TST_INFO, i2d_TS_TST_INFO, fp, a);
    -	}
    +{
    +    return ASN1_i2d_fp_of_const(TS_TST_INFO, i2d_TS_TST_INFO, fp, a);
    +}
     #endif
     
     ASN1_SEQUENCE(TS_STATUS_INFO) = {
    -	ASN1_SIMPLE(TS_STATUS_INFO, status, ASN1_INTEGER),
    -	ASN1_SEQUENCE_OF_OPT(TS_STATUS_INFO, text, ASN1_UTF8STRING),
    -	ASN1_OPT(TS_STATUS_INFO, failure_info, ASN1_BIT_STRING)
    +        ASN1_SIMPLE(TS_STATUS_INFO, status, ASN1_INTEGER),
    +        ASN1_SEQUENCE_OF_OPT(TS_STATUS_INFO, text, ASN1_UTF8STRING),
    +        ASN1_OPT(TS_STATUS_INFO, failure_info, ASN1_BIT_STRING)
     } ASN1_SEQUENCE_END(TS_STATUS_INFO)
     
     IMPLEMENT_ASN1_FUNCTIONS_const(TS_STATUS_INFO)
    @@ -181,95 +186,98 @@ IMPLEMENT_ASN1_DUP_FUNCTION(TS_STATUS_INFO)
     
     static int ts_resp_set_tst_info(TS_RESP *a)
     {
    -	long    status;
    -
    -	status = ASN1_INTEGER_get(a->status_info->status);
    -
    -	if (a->token) {
    -		if (status != 0 && status != 1) {
    -			TSerr(TS_F_TS_RESP_SET_TST_INFO, TS_R_TOKEN_PRESENT);
    -			return 0;
    -		}
    -		if (a->tst_info != NULL)
    -			TS_TST_INFO_free(a->tst_info);
    -		a->tst_info = PKCS7_to_TS_TST_INFO(a->token);
    -		if (!a->tst_info) {
    -			TSerr(TS_F_TS_RESP_SET_TST_INFO, TS_R_PKCS7_TO_TS_TST_INFO_FAILED);
    -			return 0;
    -		}
    -	} else if (status == 0 || status == 1) {
    -		TSerr(TS_F_TS_RESP_SET_TST_INFO, TS_R_TOKEN_NOT_PRESENT);
    -		return 0;
    -	}
    -
    -	return 1;
    +    long status;
    +
    +    status = ASN1_INTEGER_get(a->status_info->status);
    +
    +    if (a->token) {
    +        if (status != 0 && status != 1) {
    +            TSerr(TS_F_TS_RESP_SET_TST_INFO, TS_R_TOKEN_PRESENT);
    +            return 0;
    +        }
    +        if (a->tst_info != NULL)
    +            TS_TST_INFO_free(a->tst_info);
    +        a->tst_info = PKCS7_to_TS_TST_INFO(a->token);
    +        if (!a->tst_info) {
    +            TSerr(TS_F_TS_RESP_SET_TST_INFO,
    +                  TS_R_PKCS7_TO_TS_TST_INFO_FAILED);
    +            return 0;
    +        }
    +    } else if (status == 0 || status == 1) {
    +        TSerr(TS_F_TS_RESP_SET_TST_INFO, TS_R_TOKEN_NOT_PRESENT);
    +        return 0;
    +    }
    +
    +    return 1;
     }
     
     static int ts_resp_cb(int op, ASN1_VALUE **pval, const ASN1_ITEM *it,
    -	void *exarg)
    +                      void *exarg)
     {
    -	TS_RESP *ts_resp = (TS_RESP *)*pval;
    -	if (op == ASN1_OP_NEW_POST) {
    -		ts_resp->tst_info = NULL;
    -	} else if (op == ASN1_OP_FREE_POST) {
    -		if (ts_resp->tst_info != NULL)
    -			TS_TST_INFO_free(ts_resp->tst_info);
    -	} else if (op == ASN1_OP_D2I_POST) {
    -		if (ts_resp_set_tst_info(ts_resp) == 0)
    -			return 0;
    -	}
    -	return 1;
    +    TS_RESP *ts_resp = (TS_RESP *)*pval;
    +    if (op == ASN1_OP_NEW_POST) {
    +        ts_resp->tst_info = NULL;
    +    } else if (op == ASN1_OP_FREE_POST) {
    +        if (ts_resp->tst_info != NULL)
    +            TS_TST_INFO_free(ts_resp->tst_info);
    +    } else if (op == ASN1_OP_D2I_POST) {
    +        if (ts_resp_set_tst_info(ts_resp) == 0)
    +            return 0;
    +    }
    +    return 1;
     }
     
     ASN1_SEQUENCE_cb(TS_RESP, ts_resp_cb) = {
    -	ASN1_SIMPLE(TS_RESP, status_info, TS_STATUS_INFO),
    -	ASN1_OPT(TS_RESP, token, PKCS7),
    +        ASN1_SIMPLE(TS_RESP, status_info, TS_STATUS_INFO),
    +        ASN1_OPT(TS_RESP, token, PKCS7),
     } ASN1_SEQUENCE_END_cb(TS_RESP, TS_RESP)
     
     IMPLEMENT_ASN1_FUNCTIONS_const(TS_RESP)
    +
     IMPLEMENT_ASN1_DUP_FUNCTION(TS_RESP)
    +
     #ifndef OPENSSL_NO_BIO
     TS_RESP *d2i_TS_RESP_bio(BIO *bp, TS_RESP **a)
    -	{
    -	return ASN1_d2i_bio_of(TS_RESP, TS_RESP_new, d2i_TS_RESP, bp, a);
    -	}
    +{
    +    return ASN1_d2i_bio_of(TS_RESP, TS_RESP_new, d2i_TS_RESP, bp, a);
    +}
     
     int i2d_TS_RESP_bio(BIO *bp, TS_RESP *a)
    -	{
    -	return ASN1_i2d_bio_of_const(TS_RESP, i2d_TS_RESP, bp, a);
    -	}
    +{
    +    return ASN1_i2d_bio_of_const(TS_RESP, i2d_TS_RESP, bp, a);
    +}
     #endif
     #ifndef OPENSSL_NO_FP_API
     TS_RESP *d2i_TS_RESP_fp(FILE *fp, TS_RESP **a)
    -	{
    -	return ASN1_d2i_fp_of(TS_RESP, TS_RESP_new, d2i_TS_RESP, fp, a);
    -	}
    +{
    +    return ASN1_d2i_fp_of(TS_RESP, TS_RESP_new, d2i_TS_RESP, fp, a);
    +}
     
     int i2d_TS_RESP_fp(FILE *fp, TS_RESP *a)
    -	{
    -	return ASN1_i2d_fp_of_const(TS_RESP, i2d_TS_RESP, fp, a);
    -	}
    +{
    +    return ASN1_i2d_fp_of_const(TS_RESP, i2d_TS_RESP, fp, a);
    +}
     #endif
     
     ASN1_SEQUENCE(ESS_ISSUER_SERIAL) = {
    -	ASN1_SEQUENCE_OF(ESS_ISSUER_SERIAL, issuer, GENERAL_NAME),
    -	ASN1_SIMPLE(ESS_ISSUER_SERIAL, serial, ASN1_INTEGER)
    +        ASN1_SEQUENCE_OF(ESS_ISSUER_SERIAL, issuer, GENERAL_NAME),
    +        ASN1_SIMPLE(ESS_ISSUER_SERIAL, serial, ASN1_INTEGER)
     } ASN1_SEQUENCE_END(ESS_ISSUER_SERIAL)
     
     IMPLEMENT_ASN1_FUNCTIONS_const(ESS_ISSUER_SERIAL)
     IMPLEMENT_ASN1_DUP_FUNCTION(ESS_ISSUER_SERIAL)
     
     ASN1_SEQUENCE(ESS_CERT_ID) = {
    -	ASN1_SIMPLE(ESS_CERT_ID, hash, ASN1_OCTET_STRING),
    -	ASN1_OPT(ESS_CERT_ID, issuer_serial, ESS_ISSUER_SERIAL)
    +        ASN1_SIMPLE(ESS_CERT_ID, hash, ASN1_OCTET_STRING),
    +        ASN1_OPT(ESS_CERT_ID, issuer_serial, ESS_ISSUER_SERIAL)
     } ASN1_SEQUENCE_END(ESS_CERT_ID)
     
     IMPLEMENT_ASN1_FUNCTIONS_const(ESS_CERT_ID)
     IMPLEMENT_ASN1_DUP_FUNCTION(ESS_CERT_ID)
     
     ASN1_SEQUENCE(ESS_SIGNING_CERT) = {
    -	ASN1_SEQUENCE_OF(ESS_SIGNING_CERT, cert_ids, ESS_CERT_ID),
    -	ASN1_SEQUENCE_OF_OPT(ESS_SIGNING_CERT, policy_info, POLICYINFO)
    +        ASN1_SEQUENCE_OF(ESS_SIGNING_CERT, cert_ids, ESS_CERT_ID),
    +        ASN1_SEQUENCE_OF_OPT(ESS_SIGNING_CERT, policy_info, POLICYINFO)
     } ASN1_SEQUENCE_END(ESS_SIGNING_CERT)
     
     IMPLEMENT_ASN1_FUNCTIONS_const(ESS_SIGNING_CERT)
    @@ -278,45 +286,41 @@ IMPLEMENT_ASN1_DUP_FUNCTION(ESS_SIGNING_CERT)
     /* Getting encapsulated TS_TST_INFO object from PKCS7. */
     TS_TST_INFO *PKCS7_to_TS_TST_INFO(PKCS7 *token)
     {
    -	PKCS7_SIGNED *pkcs7_signed;
    -	PKCS7 *enveloped;
    -	ASN1_TYPE *tst_info_wrapper;
    -	ASN1_OCTET_STRING *tst_info_der;
    -	const unsigned char *p;
    -
    -	if (!PKCS7_type_is_signed(token))
    -		{
    -		TSerr(TS_F_PKCS7_TO_TS_TST_INFO, TS_R_BAD_PKCS7_TYPE);
    -		return NULL;
    -		}
    -
    -	/* Content must be present. */
    -	if (PKCS7_get_detached(token))
    -		{
    -		TSerr(TS_F_PKCS7_TO_TS_TST_INFO, TS_R_DETACHED_CONTENT);
    -		return NULL;
    -		}
    -
    -	/* We have a signed data with content. */
    -	pkcs7_signed = token->d.sign;
    -	enveloped = pkcs7_signed->contents;
    -	if (OBJ_obj2nid(enveloped->type) != NID_id_smime_ct_TSTInfo)
    -		{
    -		TSerr(TS_F_PKCS7_TO_TS_TST_INFO, TS_R_BAD_PKCS7_TYPE);
    -		return NULL;
    -		}
    -
    -	/* We have a DER encoded TST_INFO as the signed data. */
    -	tst_info_wrapper = enveloped->d.other;
    -	if (tst_info_wrapper->type != V_ASN1_OCTET_STRING)
    -		{
    -		TSerr(TS_F_PKCS7_TO_TS_TST_INFO, TS_R_BAD_TYPE);
    -		return NULL;
    -		}
    -
    -	/* We have the correct ASN1_OCTET_STRING type. */
    -	tst_info_der = tst_info_wrapper->value.octet_string;
    -	/* At last, decode the TST_INFO. */
    -	p = tst_info_der->data;
    -	return d2i_TS_TST_INFO(NULL, &p, tst_info_der->length);
    +    PKCS7_SIGNED *pkcs7_signed;
    +    PKCS7 *enveloped;
    +    ASN1_TYPE *tst_info_wrapper;
    +    ASN1_OCTET_STRING *tst_info_der;
    +    const unsigned char *p;
    +
    +    if (!PKCS7_type_is_signed(token)) {
    +        TSerr(TS_F_PKCS7_TO_TS_TST_INFO, TS_R_BAD_PKCS7_TYPE);
    +        return NULL;
    +    }
    +
    +    /* Content must be present. */
    +    if (PKCS7_get_detached(token)) {
    +        TSerr(TS_F_PKCS7_TO_TS_TST_INFO, TS_R_DETACHED_CONTENT);
    +        return NULL;
    +    }
    +
    +    /* We have a signed data with content. */
    +    pkcs7_signed = token->d.sign;
    +    enveloped = pkcs7_signed->contents;
    +    if (OBJ_obj2nid(enveloped->type) != NID_id_smime_ct_TSTInfo) {
    +        TSerr(TS_F_PKCS7_TO_TS_TST_INFO, TS_R_BAD_PKCS7_TYPE);
    +        return NULL;
    +    }
    +
    +    /* We have a DER encoded TST_INFO as the signed data. */
    +    tst_info_wrapper = enveloped->d.other;
    +    if (tst_info_wrapper->type != V_ASN1_OCTET_STRING) {
    +        TSerr(TS_F_PKCS7_TO_TS_TST_INFO, TS_R_BAD_TYPE);
    +        return NULL;
    +    }
    +
    +    /* We have the correct ASN1_OCTET_STRING type. */
    +    tst_info_der = tst_info_wrapper->value.octet_string;
    +    /* At last, decode the TST_INFO. */
    +    p = tst_info_der->data;
    +    return d2i_TS_TST_INFO(NULL, &p, tst_info_der->length);
     }
    diff --git a/openssl/crypto/ts/ts_conf.c b/openssl/crypto/ts/ts_conf.c
    index c39be76f2..4716b2336 100644
    --- a/openssl/crypto/ts/ts_conf.c
    +++ b/openssl/crypto/ts/ts_conf.c
    @@ -1,6 +1,7 @@
     /* crypto/ts/ts_conf.c */
    -/* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL
    - * project 2002.
    +/*
    + * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project
    + * 2002.
      */
     /* ====================================================================
      * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,446 +63,429 @@
     #include "cryptlib.h"
     #include 
     #ifndef OPENSSL_NO_ENGINE
    -#include 
    +# include 
     #endif
     #include 
     
     /* Macro definitions for the configuration file. */
     
    -#define	BASE_SECTION			"tsa"
    -#define	ENV_DEFAULT_TSA			"default_tsa"
    -#define	ENV_SERIAL			"serial"
    -#define ENV_CRYPTO_DEVICE		"crypto_device"
    -#define	ENV_SIGNER_CERT			"signer_cert"
    -#define	ENV_CERTS			"certs"
    -#define	ENV_SIGNER_KEY			"signer_key"
    -#define	ENV_DEFAULT_POLICY		"default_policy"
    -#define	ENV_OTHER_POLICIES		"other_policies"
    -#define	ENV_DIGESTS			"digests"
    -#define	ENV_ACCURACY			"accuracy"
    -#define	ENV_ORDERING			"ordering"
    -#define	ENV_TSA_NAME			"tsa_name"
    -#define	ENV_ESS_CERT_ID_CHAIN		"ess_cert_id_chain"
    -#define	ENV_VALUE_SECS			"secs"
    -#define	ENV_VALUE_MILLISECS		"millisecs"
    -#define	ENV_VALUE_MICROSECS		"microsecs"
    -#define	ENV_CLOCK_PRECISION_DIGITS	"clock_precision_digits" 
    -#define	ENV_VALUE_YES			"yes"
    -#define	ENV_VALUE_NO			"no"
    +#define BASE_SECTION                    "tsa"
    +#define ENV_DEFAULT_TSA                 "default_tsa"
    +#define ENV_SERIAL                      "serial"
    +#define ENV_CRYPTO_DEVICE               "crypto_device"
    +#define ENV_SIGNER_CERT                 "signer_cert"
    +#define ENV_CERTS                       "certs"
    +#define ENV_SIGNER_KEY                  "signer_key"
    +#define ENV_DEFAULT_POLICY              "default_policy"
    +#define ENV_OTHER_POLICIES              "other_policies"
    +#define ENV_DIGESTS                     "digests"
    +#define ENV_ACCURACY                    "accuracy"
    +#define ENV_ORDERING                    "ordering"
    +#define ENV_TSA_NAME                    "tsa_name"
    +#define ENV_ESS_CERT_ID_CHAIN           "ess_cert_id_chain"
    +#define ENV_VALUE_SECS                  "secs"
    +#define ENV_VALUE_MILLISECS             "millisecs"
    +#define ENV_VALUE_MICROSECS             "microsecs"
    +#define ENV_CLOCK_PRECISION_DIGITS      "clock_precision_digits"
    +#define ENV_VALUE_YES                   "yes"
    +#define ENV_VALUE_NO                    "no"
     
     /* Function definitions for certificate and key loading. */
     
     X509 *TS_CONF_load_cert(const char *file)
    -	{
    -	BIO *cert = NULL;
    -	X509 *x = NULL;
    -
    -	if ((cert = BIO_new_file(file, "r")) == NULL) goto end;
    -	x = PEM_read_bio_X509_AUX(cert, NULL, NULL, NULL);
    -end:
    -	if (x == NULL)
    -		fprintf(stderr, "unable to load certificate: %s\n", file);
    -	BIO_free(cert);
    -	return x;
    -	}
    +{
    +    BIO *cert = NULL;
    +    X509 *x = NULL;
    +
    +    if ((cert = BIO_new_file(file, "r")) == NULL)
    +        goto end;
    +    x = PEM_read_bio_X509_AUX(cert, NULL, NULL, NULL);
    + end:
    +    if (x == NULL)
    +        fprintf(stderr, "unable to load certificate: %s\n", file);
    +    BIO_free(cert);
    +    return x;
    +}
     
     STACK_OF(X509) *TS_CONF_load_certs(const char *file)
    -	{
    -	BIO *certs = NULL;
    -	STACK_OF(X509) *othercerts = NULL;
    -	STACK_OF(X509_INFO) *allcerts = NULL;
    -	int i;
    -
    -	if (!(certs = BIO_new_file(file, "r"))) goto end;
    -
    -	if (!(othercerts = sk_X509_new_null())) goto end;
    -	allcerts = PEM_X509_INFO_read_bio(certs, NULL, NULL, NULL);
    -	for(i = 0; i < sk_X509_INFO_num(allcerts); i++)
    -		{
    -		X509_INFO *xi = sk_X509_INFO_value(allcerts, i);
    -		if (xi->x509)
    -			{
    -			sk_X509_push(othercerts, xi->x509);
    -			xi->x509 = NULL;
    -			}
    -		}
    -end:
    -	if (othercerts == NULL)
    -		fprintf(stderr, "unable to load certificates: %s\n", file);
    -	sk_X509_INFO_pop_free(allcerts, X509_INFO_free);
    -	BIO_free(certs);
    -	return othercerts;
    -	}
    +{
    +    BIO *certs = NULL;
    +    STACK_OF(X509) *othercerts = NULL;
    +    STACK_OF(X509_INFO) *allcerts = NULL;
    +    int i;
    +
    +    if (!(certs = BIO_new_file(file, "r")))
    +        goto end;
    +
    +    if (!(othercerts = sk_X509_new_null()))
    +        goto end;
    +    allcerts = PEM_X509_INFO_read_bio(certs, NULL, NULL, NULL);
    +    for (i = 0; i < sk_X509_INFO_num(allcerts); i++) {
    +        X509_INFO *xi = sk_X509_INFO_value(allcerts, i);
    +        if (xi->x509) {
    +            sk_X509_push(othercerts, xi->x509);
    +            xi->x509 = NULL;
    +        }
    +    }
    + end:
    +    if (othercerts == NULL)
    +        fprintf(stderr, "unable to load certificates: %s\n", file);
    +    sk_X509_INFO_pop_free(allcerts, X509_INFO_free);
    +    BIO_free(certs);
    +    return othercerts;
    +}
     
     EVP_PKEY *TS_CONF_load_key(const char *file, const char *pass)
    -	{
    -	BIO *key = NULL;
    -	EVP_PKEY *pkey = NULL;
    +{
    +    BIO *key = NULL;
    +    EVP_PKEY *pkey = NULL;
     
    -	if (!(key = BIO_new_file(file, "r"))) goto end;
    -	pkey = PEM_read_bio_PrivateKey(key, NULL, NULL, (char *) pass);
    +    if (!(key = BIO_new_file(file, "r")))
    +        goto end;
    +    pkey = PEM_read_bio_PrivateKey(key, NULL, NULL, (char *)pass);
      end:
    -	if (pkey == NULL)
    -		fprintf(stderr, "unable to load private key: %s\n", file);
    -	BIO_free(key);
    -	return pkey;
    -	}
    +    if (pkey == NULL)
    +        fprintf(stderr, "unable to load private key: %s\n", file);
    +    BIO_free(key);
    +    return pkey;
    +}
     
     /* Function definitions for handling configuration options. */
     
     static void TS_CONF_lookup_fail(const char *name, const char *tag)
    -	{
    -	fprintf(stderr, "variable lookup failed for %s::%s\n", name, tag);
    -	}
    +{
    +    fprintf(stderr, "variable lookup failed for %s::%s\n", name, tag);
    +}
     
     static void TS_CONF_invalid(const char *name, const char *tag)
    -	{
    -	fprintf(stderr, "invalid variable value for %s::%s\n", name, tag);
    -	}
    +{
    +    fprintf(stderr, "invalid variable value for %s::%s\n", name, tag);
    +}
     
     const char *TS_CONF_get_tsa_section(CONF *conf, const char *section)
    -	{
    -	if (!section)
    -		{
    -		section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_TSA);
    -		if (!section)
    -			TS_CONF_lookup_fail(BASE_SECTION, ENV_DEFAULT_TSA);
    -		}
    -	return section;
    -	}
    +{
    +    if (!section) {
    +        section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_TSA);
    +        if (!section)
    +            TS_CONF_lookup_fail(BASE_SECTION, ENV_DEFAULT_TSA);
    +    }
    +    return section;
    +}
     
     int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb,
    -		       TS_RESP_CTX *ctx)
    -	{
    -	int ret = 0;
    -	char *serial = NCONF_get_string(conf, section, ENV_SERIAL);
    -	if (!serial)
    -		{
    -		TS_CONF_lookup_fail(section, ENV_SERIAL);
    -		goto err;
    -		}
    -	TS_RESP_CTX_set_serial_cb(ctx, cb, serial);
    -
    -	ret = 1;
    +                       TS_RESP_CTX *ctx)
    +{
    +    int ret = 0;
    +    char *serial = NCONF_get_string(conf, section, ENV_SERIAL);
    +    if (!serial) {
    +        TS_CONF_lookup_fail(section, ENV_SERIAL);
    +        goto err;
    +    }
    +    TS_RESP_CTX_set_serial_cb(ctx, cb, serial);
    +
    +    ret = 1;
      err:
    -	return ret;
    -	}
    +    return ret;
    +}
     
     #ifndef OPENSSL_NO_ENGINE
     
     int TS_CONF_set_crypto_device(CONF *conf, const char *section,
    -			      const char *device)
    -	{
    -	int ret = 0;
    -	
    -	if (!device)
    -		device = NCONF_get_string(conf, section,
    -					  ENV_CRYPTO_DEVICE);
    -
    -	if (device && !TS_CONF_set_default_engine(device))
    -		{
    -		TS_CONF_invalid(section, ENV_CRYPTO_DEVICE);
    -		goto err;
    -		}
    -	ret = 1;
    +                              const char *device)
    +{
    +    int ret = 0;
    +
    +    if (!device)
    +        device = NCONF_get_string(conf, section, ENV_CRYPTO_DEVICE);
    +
    +    if (device && !TS_CONF_set_default_engine(device)) {
    +        TS_CONF_invalid(section, ENV_CRYPTO_DEVICE);
    +        goto err;
    +    }
    +    ret = 1;
      err:
    -	return ret;
    -	}
    +    return ret;
    +}
     
     int TS_CONF_set_default_engine(const char *name)
    -	{
    -	ENGINE *e = NULL;
    -	int ret = 0;
    -
    -	/* Leave the default if builtin specified. */
    -	if (strcmp(name, "builtin") == 0) return 1;
    -
    -	if (!(e = ENGINE_by_id(name))) goto err;
    -	/* Enable the use of the NCipher HSM for forked children. */
    -	if (strcmp(name, "chil") == 0) 
    -		ENGINE_ctrl(e, ENGINE_CTRL_CHIL_SET_FORKCHECK, 1, 0, 0);
    -	/* All the operations are going to be carried out by the engine. */
    -	if (!ENGINE_set_default(e, ENGINE_METHOD_ALL)) goto err;
    -	ret = 1;
    +{
    +    ENGINE *e = NULL;
    +    int ret = 0;
    +
    +    /* Leave the default if builtin specified. */
    +    if (strcmp(name, "builtin") == 0)
    +        return 1;
    +
    +    if (!(e = ENGINE_by_id(name)))
    +        goto err;
    +    /* Enable the use of the NCipher HSM for forked children. */
    +    if (strcmp(name, "chil") == 0)
    +        ENGINE_ctrl(e, ENGINE_CTRL_CHIL_SET_FORKCHECK, 1, 0, 0);
    +    /* All the operations are going to be carried out by the engine. */
    +    if (!ENGINE_set_default(e, ENGINE_METHOD_ALL))
    +        goto err;
    +    ret = 1;
      err:
    -	if (!ret)
    -		{
    -		TSerr(TS_F_TS_CONF_SET_DEFAULT_ENGINE, 
    -		      TS_R_COULD_NOT_SET_ENGINE);
    -		ERR_add_error_data(2, "engine:", name);
    -		}
    -	if (e) ENGINE_free(e);
    -	return ret;
    -	}
    +    if (!ret) {
    +        TSerr(TS_F_TS_CONF_SET_DEFAULT_ENGINE, TS_R_COULD_NOT_SET_ENGINE);
    +        ERR_add_error_data(2, "engine:", name);
    +    }
    +    if (e)
    +        ENGINE_free(e);
    +    return ret;
    +}
     
     #endif
     
     int TS_CONF_set_signer_cert(CONF *conf, const char *section,
    -			    const char *cert, TS_RESP_CTX *ctx)
    -	{
    -	int ret = 0;
    -	X509 *cert_obj = NULL;
    -	if (!cert) 
    -		cert = NCONF_get_string(conf, section, ENV_SIGNER_CERT);
    -	if (!cert)
    -		{
    -		TS_CONF_lookup_fail(section, ENV_SIGNER_CERT);
    -		goto err;
    -		}
    -	if (!(cert_obj = TS_CONF_load_cert(cert)))
    -		goto err;
    -	if (!TS_RESP_CTX_set_signer_cert(ctx, cert_obj))
    -		goto err;
    -
    -	ret = 1;
    +                            const char *cert, TS_RESP_CTX *ctx)
    +{
    +    int ret = 0;
    +    X509 *cert_obj = NULL;
    +    if (!cert)
    +        cert = NCONF_get_string(conf, section, ENV_SIGNER_CERT);
    +    if (!cert) {
    +        TS_CONF_lookup_fail(section, ENV_SIGNER_CERT);
    +        goto err;
    +    }
    +    if (!(cert_obj = TS_CONF_load_cert(cert)))
    +        goto err;
    +    if (!TS_RESP_CTX_set_signer_cert(ctx, cert_obj))
    +        goto err;
    +
    +    ret = 1;
      err:
    -	X509_free(cert_obj);
    -	return ret;
    -	}
    +    X509_free(cert_obj);
    +    return ret;
    +}
     
     int TS_CONF_set_certs(CONF *conf, const char *section, const char *certs,
    -		      TS_RESP_CTX *ctx)
    -	{
    -	int ret = 0;
    -	STACK_OF(X509) *certs_obj = NULL;
    -	if (!certs) 
    -		certs = NCONF_get_string(conf, section, ENV_CERTS);
    -	/* Certificate chain is optional. */
    -	if (!certs) goto end;
    -	if (!(certs_obj = TS_CONF_load_certs(certs))) goto err;
    -	if (!TS_RESP_CTX_set_certs(ctx, certs_obj)) goto err;
    +                      TS_RESP_CTX *ctx)
    +{
    +    int ret = 0;
    +    STACK_OF(X509) *certs_obj = NULL;
    +    if (!certs)
    +        certs = NCONF_get_string(conf, section, ENV_CERTS);
    +    /* Certificate chain is optional. */
    +    if (!certs)
    +        goto end;
    +    if (!(certs_obj = TS_CONF_load_certs(certs)))
    +        goto err;
    +    if (!TS_RESP_CTX_set_certs(ctx, certs_obj))
    +        goto err;
      end:
    -	ret = 1;
    +    ret = 1;
      err:
    -	sk_X509_pop_free(certs_obj, X509_free);
    -	return ret;
    -	}
    +    sk_X509_pop_free(certs_obj, X509_free);
    +    return ret;
    +}
     
     int TS_CONF_set_signer_key(CONF *conf, const char *section,
    -			   const char *key, const char *pass,
    -			   TS_RESP_CTX *ctx)
    -	{
    -	int ret = 0;
    -	EVP_PKEY *key_obj = NULL;
    -	if (!key) 
    -		key = NCONF_get_string(conf, section, ENV_SIGNER_KEY);
    -	if (!key)
    -		{
    -		TS_CONF_lookup_fail(section, ENV_SIGNER_KEY);
    -		goto err;
    -		}
    -	if (!(key_obj = TS_CONF_load_key(key, pass))) goto err;
    -	if (!TS_RESP_CTX_set_signer_key(ctx, key_obj)) goto err;
    -
    -	ret = 1;
    +                           const char *key, const char *pass,
    +                           TS_RESP_CTX *ctx)
    +{
    +    int ret = 0;
    +    EVP_PKEY *key_obj = NULL;
    +    if (!key)
    +        key = NCONF_get_string(conf, section, ENV_SIGNER_KEY);
    +    if (!key) {
    +        TS_CONF_lookup_fail(section, ENV_SIGNER_KEY);
    +        goto err;
    +    }
    +    if (!(key_obj = TS_CONF_load_key(key, pass)))
    +        goto err;
    +    if (!TS_RESP_CTX_set_signer_key(ctx, key_obj))
    +        goto err;
    +
    +    ret = 1;
      err:
    -	EVP_PKEY_free(key_obj);
    -	return ret;
    -	}
    +    EVP_PKEY_free(key_obj);
    +    return ret;
    +}
     
     int TS_CONF_set_def_policy(CONF *conf, const char *section,
    -			   const char *policy, TS_RESP_CTX *ctx)
    -	{
    -	int ret = 0;
    -	ASN1_OBJECT *policy_obj = NULL;
    -	if (!policy) 
    -		policy = NCONF_get_string(conf, section, 
    -					  ENV_DEFAULT_POLICY);
    -	if (!policy)
    -		{
    -		TS_CONF_lookup_fail(section, ENV_DEFAULT_POLICY);
    -		goto err;
    -		}
    -	if (!(policy_obj = OBJ_txt2obj(policy, 0)))
    -		{
    -		TS_CONF_invalid(section, ENV_DEFAULT_POLICY);
    -		goto err;
    -		}
    -	if (!TS_RESP_CTX_set_def_policy(ctx, policy_obj))
    -		goto err;
    -
    -	ret = 1;
    +                           const char *policy, TS_RESP_CTX *ctx)
    +{
    +    int ret = 0;
    +    ASN1_OBJECT *policy_obj = NULL;
    +    if (!policy)
    +        policy = NCONF_get_string(conf, section, ENV_DEFAULT_POLICY);
    +    if (!policy) {
    +        TS_CONF_lookup_fail(section, ENV_DEFAULT_POLICY);
    +        goto err;
    +    }
    +    if (!(policy_obj = OBJ_txt2obj(policy, 0))) {
    +        TS_CONF_invalid(section, ENV_DEFAULT_POLICY);
    +        goto err;
    +    }
    +    if (!TS_RESP_CTX_set_def_policy(ctx, policy_obj))
    +        goto err;
    +
    +    ret = 1;
      err:
    -	ASN1_OBJECT_free(policy_obj);
    -	return ret;
    -	}
    -
    -int TS_CONF_set_policies(CONF *conf, const char *section,
    -			 TS_RESP_CTX *ctx)
    -	{
    -	int ret = 0;
    -	int i;
    -	STACK_OF(CONF_VALUE) *list = NULL;
    -	char *policies = NCONF_get_string(conf, section, 
    -					  ENV_OTHER_POLICIES);
    -	/* If no other policy is specified, that's fine. */
    -	if (policies && !(list = X509V3_parse_list(policies)))
    -		{
    -		TS_CONF_invalid(section, ENV_OTHER_POLICIES);
    -		goto err;
    -		}
    -	for (i = 0; i < sk_CONF_VALUE_num(list); ++i)
    -		{
    -		CONF_VALUE *val = sk_CONF_VALUE_value(list, i);
    -		const char *extval = val->value ? val->value : val->name;
    -		ASN1_OBJECT *objtmp;
    -		if (!(objtmp = OBJ_txt2obj(extval, 0)))
    -			{
    -			TS_CONF_invalid(section, ENV_OTHER_POLICIES);
    -			goto err;
    -			}
    -		if (!TS_RESP_CTX_add_policy(ctx, objtmp))
    -			goto err;
    -		ASN1_OBJECT_free(objtmp);
    -		}
    -
    -	ret = 1;
    +    ASN1_OBJECT_free(policy_obj);
    +    return ret;
    +}
    +
    +int TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx)
    +{
    +    int ret = 0;
    +    int i;
    +    STACK_OF(CONF_VALUE) *list = NULL;
    +    char *policies = NCONF_get_string(conf, section,
    +                                      ENV_OTHER_POLICIES);
    +    /* If no other policy is specified, that's fine. */
    +    if (policies && !(list = X509V3_parse_list(policies))) {
    +        TS_CONF_invalid(section, ENV_OTHER_POLICIES);
    +        goto err;
    +    }
    +    for (i = 0; i < sk_CONF_VALUE_num(list); ++i) {
    +        CONF_VALUE *val = sk_CONF_VALUE_value(list, i);
    +        const char *extval = val->value ? val->value : val->name;
    +        ASN1_OBJECT *objtmp;
    +        if (!(objtmp = OBJ_txt2obj(extval, 0))) {
    +            TS_CONF_invalid(section, ENV_OTHER_POLICIES);
    +            goto err;
    +        }
    +        if (!TS_RESP_CTX_add_policy(ctx, objtmp))
    +            goto err;
    +        ASN1_OBJECT_free(objtmp);
    +    }
    +
    +    ret = 1;
      err:
    -	sk_CONF_VALUE_pop_free(list, X509V3_conf_free);
    -	return ret;
    -	}
    -
    -int TS_CONF_set_digests(CONF *conf, const char *section,
    -			TS_RESP_CTX *ctx)
    -	{
    -	int ret = 0;
    -	int i;
    -	STACK_OF(CONF_VALUE) *list = NULL;
    -	char *digests = NCONF_get_string(conf, section, ENV_DIGESTS);
    -	if (!digests)
    -		{
    -		TS_CONF_lookup_fail(section, ENV_DIGESTS);
    -		goto err;
    -		}
    -	if (!(list = X509V3_parse_list(digests)))
    -		{
    -		TS_CONF_invalid(section, ENV_DIGESTS);
    -		goto err;
    -		}
    -	if (sk_CONF_VALUE_num(list) == 0)
    -		{
    -		TS_CONF_invalid(section, ENV_DIGESTS);
    -		goto err;
    -		}
    -	for (i = 0; i < sk_CONF_VALUE_num(list); ++i)
    -		{
    -		CONF_VALUE *val = sk_CONF_VALUE_value(list, i);
    -		const char *extval = val->value ? val->value : val->name;
    -		const EVP_MD *md;
    -		if (!(md = EVP_get_digestbyname(extval)))
    -			{
    -			TS_CONF_invalid(section, ENV_DIGESTS);
    -			goto err;
    -			}
    -		if (!TS_RESP_CTX_add_md(ctx, md))
    -			goto err;
    -		}
    -
    -	ret = 1;
    +    sk_CONF_VALUE_pop_free(list, X509V3_conf_free);
    +    return ret;
    +}
    +
    +int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx)
    +{
    +    int ret = 0;
    +    int i;
    +    STACK_OF(CONF_VALUE) *list = NULL;
    +    char *digests = NCONF_get_string(conf, section, ENV_DIGESTS);
    +    if (!digests) {
    +        TS_CONF_lookup_fail(section, ENV_DIGESTS);
    +        goto err;
    +    }
    +    if (!(list = X509V3_parse_list(digests))) {
    +        TS_CONF_invalid(section, ENV_DIGESTS);
    +        goto err;
    +    }
    +    if (sk_CONF_VALUE_num(list) == 0) {
    +        TS_CONF_invalid(section, ENV_DIGESTS);
    +        goto err;
    +    }
    +    for (i = 0; i < sk_CONF_VALUE_num(list); ++i) {
    +        CONF_VALUE *val = sk_CONF_VALUE_value(list, i);
    +        const char *extval = val->value ? val->value : val->name;
    +        const EVP_MD *md;
    +        if (!(md = EVP_get_digestbyname(extval))) {
    +            TS_CONF_invalid(section, ENV_DIGESTS);
    +            goto err;
    +        }
    +        if (!TS_RESP_CTX_add_md(ctx, md))
    +            goto err;
    +    }
    +
    +    ret = 1;
      err:
    -	sk_CONF_VALUE_pop_free(list, X509V3_conf_free);
    -	return ret;
    -	}
    +    sk_CONF_VALUE_pop_free(list, X509V3_conf_free);
    +    return ret;
    +}
     
     int TS_CONF_set_accuracy(CONF *conf, const char *section, TS_RESP_CTX *ctx)
    -	{
    -	int ret = 0;
    -	int i;
    -	int secs = 0, millis = 0, micros = 0;
    -	STACK_OF(CONF_VALUE) *list = NULL;
    -	char *accuracy = NCONF_get_string(conf, section, ENV_ACCURACY);
    -
    -	if (accuracy && !(list = X509V3_parse_list(accuracy)))
    -		{
    -		TS_CONF_invalid(section, ENV_ACCURACY);
    -		goto err;
    -		}
    -	for (i = 0; i < sk_CONF_VALUE_num(list); ++i)
    -		{
    -		CONF_VALUE *val = sk_CONF_VALUE_value(list, i);
    -		if (strcmp(val->name, ENV_VALUE_SECS) == 0) 
    -			{
    -			if (val->value) secs = atoi(val->value);
    -			}
    -		else if (strcmp(val->name, ENV_VALUE_MILLISECS) == 0)
    -			{
    -			if (val->value) millis = atoi(val->value);
    -			}
    -		else if (strcmp(val->name, ENV_VALUE_MICROSECS) == 0)
    -			{
    -			if (val->value) micros = atoi(val->value);
    -			}
    -		else
    -			{
    -			TS_CONF_invalid(section, ENV_ACCURACY);
    -			goto err;
    -			}
    -		}
    -	if (!TS_RESP_CTX_set_accuracy(ctx, secs, millis, micros))
    -		goto err;
    -
    -	ret = 1;
    +{
    +    int ret = 0;
    +    int i;
    +    int secs = 0, millis = 0, micros = 0;
    +    STACK_OF(CONF_VALUE) *list = NULL;
    +    char *accuracy = NCONF_get_string(conf, section, ENV_ACCURACY);
    +
    +    if (accuracy && !(list = X509V3_parse_list(accuracy))) {
    +        TS_CONF_invalid(section, ENV_ACCURACY);
    +        goto err;
    +    }
    +    for (i = 0; i < sk_CONF_VALUE_num(list); ++i) {
    +        CONF_VALUE *val = sk_CONF_VALUE_value(list, i);
    +        if (strcmp(val->name, ENV_VALUE_SECS) == 0) {
    +            if (val->value)
    +                secs = atoi(val->value);
    +        } else if (strcmp(val->name, ENV_VALUE_MILLISECS) == 0) {
    +            if (val->value)
    +                millis = atoi(val->value);
    +        } else if (strcmp(val->name, ENV_VALUE_MICROSECS) == 0) {
    +            if (val->value)
    +                micros = atoi(val->value);
    +        } else {
    +            TS_CONF_invalid(section, ENV_ACCURACY);
    +            goto err;
    +        }
    +    }
    +    if (!TS_RESP_CTX_set_accuracy(ctx, secs, millis, micros))
    +        goto err;
    +
    +    ret = 1;
      err:
    -	sk_CONF_VALUE_pop_free(list, X509V3_conf_free);
    -	return ret;
    -	}
    +    sk_CONF_VALUE_pop_free(list, X509V3_conf_free);
    +    return ret;
    +}
     
     int TS_CONF_set_clock_precision_digits(CONF *conf, const char *section,
    -				       TS_RESP_CTX *ctx)
    -	{
    -	int ret = 0;
    -	long digits = 0;
    -	
    -	/* If not specified, set the default value to 0, i.e. sec  precision */
    -	if (!NCONF_get_number_e(conf, section, ENV_CLOCK_PRECISION_DIGITS,
    -				&digits))
    -		digits = 0;
    -	if (digits < 0 || digits > TS_MAX_CLOCK_PRECISION_DIGITS)
    -		{
    -		TS_CONF_invalid(section, ENV_CLOCK_PRECISION_DIGITS);
    -		goto err;
    -		}
    -
    -	if (!TS_RESP_CTX_set_clock_precision_digits(ctx, digits))
    -		goto err;
    -
    -	return 1;
    +                                       TS_RESP_CTX *ctx)
    +{
    +    int ret = 0;
    +    long digits = 0;
    +
    +    /*
    +     * If not specified, set the default value to 0, i.e. sec precision
    +     */
    +    if (!NCONF_get_number_e(conf, section, ENV_CLOCK_PRECISION_DIGITS,
    +                            &digits))
    +        digits = 0;
    +    if (digits < 0 || digits > TS_MAX_CLOCK_PRECISION_DIGITS) {
    +        TS_CONF_invalid(section, ENV_CLOCK_PRECISION_DIGITS);
    +        goto err;
    +    }
    +
    +    if (!TS_RESP_CTX_set_clock_precision_digits(ctx, digits))
    +        goto err;
    +
    +    return 1;
      err:
    -	return ret;
    -	}
    -
    -static int TS_CONF_add_flag(CONF *conf, const char *section, const char *field,
    -			    int flag, TS_RESP_CTX *ctx)
    -	{
    -	/* Default is false. */
    -	const char *value = NCONF_get_string(conf, section, field);
    -	if (value)
    -		{
    -		if (strcmp(value, ENV_VALUE_YES) == 0)
    -			TS_RESP_CTX_add_flags(ctx, flag);
    -		else if (strcmp(value, ENV_VALUE_NO) != 0)
    -			{
    -			TS_CONF_invalid(section, field);
    -			return 0;
    -			}
    -		}
    -
    -	return 1;
    -	}
    +    return ret;
    +}
    +
    +static int TS_CONF_add_flag(CONF *conf, const char *section,
    +                            const char *field, int flag, TS_RESP_CTX *ctx)
    +{
    +    /* Default is false. */
    +    const char *value = NCONF_get_string(conf, section, field);
    +    if (value) {
    +        if (strcmp(value, ENV_VALUE_YES) == 0)
    +            TS_RESP_CTX_add_flags(ctx, flag);
    +        else if (strcmp(value, ENV_VALUE_NO) != 0) {
    +            TS_CONF_invalid(section, field);
    +            return 0;
    +        }
    +    }
    +
    +    return 1;
    +}
     
     int TS_CONF_set_ordering(CONF *conf, const char *section, TS_RESP_CTX *ctx)
    -	{
    -	return TS_CONF_add_flag(conf, section, ENV_ORDERING, TS_ORDERING, ctx);
    -	}
    +{
    +    return TS_CONF_add_flag(conf, section, ENV_ORDERING, TS_ORDERING, ctx);
    +}
     
     int TS_CONF_set_tsa_name(CONF *conf, const char *section, TS_RESP_CTX *ctx)
    -	{
    -	return TS_CONF_add_flag(conf, section, ENV_TSA_NAME, TS_TSA_NAME, ctx);
    -	}
    +{
    +    return TS_CONF_add_flag(conf, section, ENV_TSA_NAME, TS_TSA_NAME, ctx);
    +}
     
     int TS_CONF_set_ess_cert_id_chain(CONF *conf, const char *section,
    -				  TS_RESP_CTX *ctx)
    -	{
    -	return TS_CONF_add_flag(conf, section, ENV_ESS_CERT_ID_CHAIN, 
    -				TS_ESS_CERT_ID_CHAIN, ctx);
    -	}
    +                                  TS_RESP_CTX *ctx)
    +{
    +    return TS_CONF_add_flag(conf, section, ENV_ESS_CERT_ID_CHAIN,
    +                            TS_ESS_CERT_ID_CHAIN, ctx);
    +}
    diff --git a/openssl/crypto/ts/ts_err.c b/openssl/crypto/ts/ts_err.c
    index a08b0ffa2..ff1abf453 100644
    --- a/openssl/crypto/ts/ts_err.c
    +++ b/openssl/crypto/ts/ts_err.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* NOTE: this file was auto generated by the mkerr.pl script: any changes
    +/*
    + * NOTE: this file was auto generated by the mkerr.pl script: any changes
      * made to it will be overwritten when the script next updates this file,
      * only reason strings will be preserved.
      */
    @@ -65,115 +66,123 @@
     /* BEGIN ERROR CODES */
     #ifndef OPENSSL_NO_ERR
     
    -#define ERR_FUNC(func) ERR_PACK(ERR_LIB_TS,func,0)
    -#define ERR_REASON(reason) ERR_PACK(ERR_LIB_TS,0,reason)
    +# define ERR_FUNC(func) ERR_PACK(ERR_LIB_TS,func,0)
    +# define ERR_REASON(reason) ERR_PACK(ERR_LIB_TS,0,reason)
     
    -static ERR_STRING_DATA TS_str_functs[]=
    -	{
    -{ERR_FUNC(TS_F_D2I_TS_RESP),	"d2i_TS_RESP"},
    -{ERR_FUNC(TS_F_DEF_SERIAL_CB),	"DEF_SERIAL_CB"},
    -{ERR_FUNC(TS_F_DEF_TIME_CB),	"DEF_TIME_CB"},
    -{ERR_FUNC(TS_F_ESS_ADD_SIGNING_CERT),	"ESS_ADD_SIGNING_CERT"},
    -{ERR_FUNC(TS_F_ESS_CERT_ID_NEW_INIT),	"ESS_CERT_ID_NEW_INIT"},
    -{ERR_FUNC(TS_F_ESS_SIGNING_CERT_NEW_INIT),	"ESS_SIGNING_CERT_NEW_INIT"},
    -{ERR_FUNC(TS_F_INT_TS_RESP_VERIFY_TOKEN),	"INT_TS_RESP_VERIFY_TOKEN"},
    -{ERR_FUNC(TS_F_PKCS7_TO_TS_TST_INFO),	"PKCS7_to_TS_TST_INFO"},
    -{ERR_FUNC(TS_F_TS_ACCURACY_SET_MICROS),	"TS_ACCURACY_set_micros"},
    -{ERR_FUNC(TS_F_TS_ACCURACY_SET_MILLIS),	"TS_ACCURACY_set_millis"},
    -{ERR_FUNC(TS_F_TS_ACCURACY_SET_SECONDS),	"TS_ACCURACY_set_seconds"},
    -{ERR_FUNC(TS_F_TS_CHECK_IMPRINTS),	"TS_CHECK_IMPRINTS"},
    -{ERR_FUNC(TS_F_TS_CHECK_NONCES),	"TS_CHECK_NONCES"},
    -{ERR_FUNC(TS_F_TS_CHECK_POLICY),	"TS_CHECK_POLICY"},
    -{ERR_FUNC(TS_F_TS_CHECK_SIGNING_CERTS),	"TS_CHECK_SIGNING_CERTS"},
    -{ERR_FUNC(TS_F_TS_CHECK_STATUS_INFO),	"TS_CHECK_STATUS_INFO"},
    -{ERR_FUNC(TS_F_TS_COMPUTE_IMPRINT),	"TS_COMPUTE_IMPRINT"},
    -{ERR_FUNC(TS_F_TS_CONF_SET_DEFAULT_ENGINE),	"TS_CONF_set_default_engine"},
    -{ERR_FUNC(TS_F_TS_GET_STATUS_TEXT),	"TS_GET_STATUS_TEXT"},
    -{ERR_FUNC(TS_F_TS_MSG_IMPRINT_SET_ALGO),	"TS_MSG_IMPRINT_set_algo"},
    -{ERR_FUNC(TS_F_TS_REQ_SET_MSG_IMPRINT),	"TS_REQ_set_msg_imprint"},
    -{ERR_FUNC(TS_F_TS_REQ_SET_NONCE),	"TS_REQ_set_nonce"},
    -{ERR_FUNC(TS_F_TS_REQ_SET_POLICY_ID),	"TS_REQ_set_policy_id"},
    -{ERR_FUNC(TS_F_TS_RESP_CREATE_RESPONSE),	"TS_RESP_create_response"},
    -{ERR_FUNC(TS_F_TS_RESP_CREATE_TST_INFO),	"TS_RESP_CREATE_TST_INFO"},
    -{ERR_FUNC(TS_F_TS_RESP_CTX_ADD_FAILURE_INFO),	"TS_RESP_CTX_add_failure_info"},
    -{ERR_FUNC(TS_F_TS_RESP_CTX_ADD_MD),	"TS_RESP_CTX_add_md"},
    -{ERR_FUNC(TS_F_TS_RESP_CTX_ADD_POLICY),	"TS_RESP_CTX_add_policy"},
    -{ERR_FUNC(TS_F_TS_RESP_CTX_NEW),	"TS_RESP_CTX_new"},
    -{ERR_FUNC(TS_F_TS_RESP_CTX_SET_ACCURACY),	"TS_RESP_CTX_set_accuracy"},
    -{ERR_FUNC(TS_F_TS_RESP_CTX_SET_CERTS),	"TS_RESP_CTX_set_certs"},
    -{ERR_FUNC(TS_F_TS_RESP_CTX_SET_DEF_POLICY),	"TS_RESP_CTX_set_def_policy"},
    -{ERR_FUNC(TS_F_TS_RESP_CTX_SET_SIGNER_CERT),	"TS_RESP_CTX_set_signer_cert"},
    -{ERR_FUNC(TS_F_TS_RESP_CTX_SET_STATUS_INFO),	"TS_RESP_CTX_set_status_info"},
    -{ERR_FUNC(TS_F_TS_RESP_GET_POLICY),	"TS_RESP_GET_POLICY"},
    -{ERR_FUNC(TS_F_TS_RESP_SET_GENTIME_WITH_PRECISION),	"TS_RESP_SET_GENTIME_WITH_PRECISION"},
    -{ERR_FUNC(TS_F_TS_RESP_SET_STATUS_INFO),	"TS_RESP_set_status_info"},
    -{ERR_FUNC(TS_F_TS_RESP_SET_TST_INFO),	"TS_RESP_set_tst_info"},
    -{ERR_FUNC(TS_F_TS_RESP_SIGN),	"TS_RESP_SIGN"},
    -{ERR_FUNC(TS_F_TS_RESP_VERIFY_SIGNATURE),	"TS_RESP_verify_signature"},
    -{ERR_FUNC(TS_F_TS_RESP_VERIFY_TOKEN),	"TS_RESP_verify_token"},
    -{ERR_FUNC(TS_F_TS_TST_INFO_SET_ACCURACY),	"TS_TST_INFO_set_accuracy"},
    -{ERR_FUNC(TS_F_TS_TST_INFO_SET_MSG_IMPRINT),	"TS_TST_INFO_set_msg_imprint"},
    -{ERR_FUNC(TS_F_TS_TST_INFO_SET_NONCE),	"TS_TST_INFO_set_nonce"},
    -{ERR_FUNC(TS_F_TS_TST_INFO_SET_POLICY_ID),	"TS_TST_INFO_set_policy_id"},
    -{ERR_FUNC(TS_F_TS_TST_INFO_SET_SERIAL),	"TS_TST_INFO_set_serial"},
    -{ERR_FUNC(TS_F_TS_TST_INFO_SET_TIME),	"TS_TST_INFO_set_time"},
    -{ERR_FUNC(TS_F_TS_TST_INFO_SET_TSA),	"TS_TST_INFO_set_tsa"},
    -{ERR_FUNC(TS_F_TS_VERIFY),	"TS_VERIFY"},
    -{ERR_FUNC(TS_F_TS_VERIFY_CERT),	"TS_VERIFY_CERT"},
    -{ERR_FUNC(TS_F_TS_VERIFY_CTX_NEW),	"TS_VERIFY_CTX_new"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA TS_str_functs[] = {
    +    {ERR_FUNC(TS_F_D2I_TS_RESP), "d2i_TS_RESP"},
    +    {ERR_FUNC(TS_F_DEF_SERIAL_CB), "DEF_SERIAL_CB"},
    +    {ERR_FUNC(TS_F_DEF_TIME_CB), "DEF_TIME_CB"},
    +    {ERR_FUNC(TS_F_ESS_ADD_SIGNING_CERT), "ESS_ADD_SIGNING_CERT"},
    +    {ERR_FUNC(TS_F_ESS_CERT_ID_NEW_INIT), "ESS_CERT_ID_NEW_INIT"},
    +    {ERR_FUNC(TS_F_ESS_SIGNING_CERT_NEW_INIT), "ESS_SIGNING_CERT_NEW_INIT"},
    +    {ERR_FUNC(TS_F_INT_TS_RESP_VERIFY_TOKEN), "INT_TS_RESP_VERIFY_TOKEN"},
    +    {ERR_FUNC(TS_F_PKCS7_TO_TS_TST_INFO), "PKCS7_to_TS_TST_INFO"},
    +    {ERR_FUNC(TS_F_TS_ACCURACY_SET_MICROS), "TS_ACCURACY_set_micros"},
    +    {ERR_FUNC(TS_F_TS_ACCURACY_SET_MILLIS), "TS_ACCURACY_set_millis"},
    +    {ERR_FUNC(TS_F_TS_ACCURACY_SET_SECONDS), "TS_ACCURACY_set_seconds"},
    +    {ERR_FUNC(TS_F_TS_CHECK_IMPRINTS), "TS_CHECK_IMPRINTS"},
    +    {ERR_FUNC(TS_F_TS_CHECK_NONCES), "TS_CHECK_NONCES"},
    +    {ERR_FUNC(TS_F_TS_CHECK_POLICY), "TS_CHECK_POLICY"},
    +    {ERR_FUNC(TS_F_TS_CHECK_SIGNING_CERTS), "TS_CHECK_SIGNING_CERTS"},
    +    {ERR_FUNC(TS_F_TS_CHECK_STATUS_INFO), "TS_CHECK_STATUS_INFO"},
    +    {ERR_FUNC(TS_F_TS_COMPUTE_IMPRINT), "TS_COMPUTE_IMPRINT"},
    +    {ERR_FUNC(TS_F_TS_CONF_SET_DEFAULT_ENGINE), "TS_CONF_set_default_engine"},
    +    {ERR_FUNC(TS_F_TS_GET_STATUS_TEXT), "TS_GET_STATUS_TEXT"},
    +    {ERR_FUNC(TS_F_TS_MSG_IMPRINT_SET_ALGO), "TS_MSG_IMPRINT_set_algo"},
    +    {ERR_FUNC(TS_F_TS_REQ_SET_MSG_IMPRINT), "TS_REQ_set_msg_imprint"},
    +    {ERR_FUNC(TS_F_TS_REQ_SET_NONCE), "TS_REQ_set_nonce"},
    +    {ERR_FUNC(TS_F_TS_REQ_SET_POLICY_ID), "TS_REQ_set_policy_id"},
    +    {ERR_FUNC(TS_F_TS_RESP_CREATE_RESPONSE), "TS_RESP_create_response"},
    +    {ERR_FUNC(TS_F_TS_RESP_CREATE_TST_INFO), "TS_RESP_CREATE_TST_INFO"},
    +    {ERR_FUNC(TS_F_TS_RESP_CTX_ADD_FAILURE_INFO),
    +     "TS_RESP_CTX_add_failure_info"},
    +    {ERR_FUNC(TS_F_TS_RESP_CTX_ADD_MD), "TS_RESP_CTX_add_md"},
    +    {ERR_FUNC(TS_F_TS_RESP_CTX_ADD_POLICY), "TS_RESP_CTX_add_policy"},
    +    {ERR_FUNC(TS_F_TS_RESP_CTX_NEW), "TS_RESP_CTX_new"},
    +    {ERR_FUNC(TS_F_TS_RESP_CTX_SET_ACCURACY), "TS_RESP_CTX_set_accuracy"},
    +    {ERR_FUNC(TS_F_TS_RESP_CTX_SET_CERTS), "TS_RESP_CTX_set_certs"},
    +    {ERR_FUNC(TS_F_TS_RESP_CTX_SET_DEF_POLICY), "TS_RESP_CTX_set_def_policy"},
    +    {ERR_FUNC(TS_F_TS_RESP_CTX_SET_SIGNER_CERT),
    +     "TS_RESP_CTX_set_signer_cert"},
    +    {ERR_FUNC(TS_F_TS_RESP_CTX_SET_STATUS_INFO),
    +     "TS_RESP_CTX_set_status_info"},
    +    {ERR_FUNC(TS_F_TS_RESP_GET_POLICY), "TS_RESP_GET_POLICY"},
    +    {ERR_FUNC(TS_F_TS_RESP_SET_GENTIME_WITH_PRECISION),
    +     "TS_RESP_SET_GENTIME_WITH_PRECISION"},
    +    {ERR_FUNC(TS_F_TS_RESP_SET_STATUS_INFO), "TS_RESP_set_status_info"},
    +    {ERR_FUNC(TS_F_TS_RESP_SET_TST_INFO), "TS_RESP_set_tst_info"},
    +    {ERR_FUNC(TS_F_TS_RESP_SIGN), "TS_RESP_SIGN"},
    +    {ERR_FUNC(TS_F_TS_RESP_VERIFY_SIGNATURE), "TS_RESP_verify_signature"},
    +    {ERR_FUNC(TS_F_TS_RESP_VERIFY_TOKEN), "TS_RESP_verify_token"},
    +    {ERR_FUNC(TS_F_TS_TST_INFO_SET_ACCURACY), "TS_TST_INFO_set_accuracy"},
    +    {ERR_FUNC(TS_F_TS_TST_INFO_SET_MSG_IMPRINT),
    +     "TS_TST_INFO_set_msg_imprint"},
    +    {ERR_FUNC(TS_F_TS_TST_INFO_SET_NONCE), "TS_TST_INFO_set_nonce"},
    +    {ERR_FUNC(TS_F_TS_TST_INFO_SET_POLICY_ID), "TS_TST_INFO_set_policy_id"},
    +    {ERR_FUNC(TS_F_TS_TST_INFO_SET_SERIAL), "TS_TST_INFO_set_serial"},
    +    {ERR_FUNC(TS_F_TS_TST_INFO_SET_TIME), "TS_TST_INFO_set_time"},
    +    {ERR_FUNC(TS_F_TS_TST_INFO_SET_TSA), "TS_TST_INFO_set_tsa"},
    +    {ERR_FUNC(TS_F_TS_VERIFY), "TS_VERIFY"},
    +    {ERR_FUNC(TS_F_TS_VERIFY_CERT), "TS_VERIFY_CERT"},
    +    {ERR_FUNC(TS_F_TS_VERIFY_CTX_NEW), "TS_VERIFY_CTX_new"},
    +    {0, NULL}
    +};
     
    -static ERR_STRING_DATA TS_str_reasons[]=
    -	{
    -{ERR_REASON(TS_R_BAD_PKCS7_TYPE)         ,"bad pkcs7 type"},
    -{ERR_REASON(TS_R_BAD_TYPE)               ,"bad type"},
    -{ERR_REASON(TS_R_CERTIFICATE_VERIFY_ERROR),"certificate verify error"},
    -{ERR_REASON(TS_R_COULD_NOT_SET_ENGINE)   ,"could not set engine"},
    -{ERR_REASON(TS_R_COULD_NOT_SET_TIME)     ,"could not set time"},
    -{ERR_REASON(TS_R_D2I_TS_RESP_INT_FAILED) ,"d2i ts resp int failed"},
    -{ERR_REASON(TS_R_DETACHED_CONTENT)       ,"detached content"},
    -{ERR_REASON(TS_R_ESS_ADD_SIGNING_CERT_ERROR),"ess add signing cert error"},
    -{ERR_REASON(TS_R_ESS_SIGNING_CERTIFICATE_ERROR),"ess signing certificate error"},
    -{ERR_REASON(TS_R_INVALID_NULL_POINTER)   ,"invalid null pointer"},
    -{ERR_REASON(TS_R_INVALID_SIGNER_CERTIFICATE_PURPOSE),"invalid signer certificate purpose"},
    -{ERR_REASON(TS_R_MESSAGE_IMPRINT_MISMATCH),"message imprint mismatch"},
    -{ERR_REASON(TS_R_NONCE_MISMATCH)         ,"nonce mismatch"},
    -{ERR_REASON(TS_R_NONCE_NOT_RETURNED)     ,"nonce not returned"},
    -{ERR_REASON(TS_R_NO_CONTENT)             ,"no content"},
    -{ERR_REASON(TS_R_NO_TIME_STAMP_TOKEN)    ,"no time stamp token"},
    -{ERR_REASON(TS_R_PKCS7_ADD_SIGNATURE_ERROR),"pkcs7 add signature error"},
    -{ERR_REASON(TS_R_PKCS7_ADD_SIGNED_ATTR_ERROR),"pkcs7 add signed attr error"},
    -{ERR_REASON(TS_R_PKCS7_TO_TS_TST_INFO_FAILED),"pkcs7 to ts tst info failed"},
    -{ERR_REASON(TS_R_POLICY_MISMATCH)        ,"policy mismatch"},
    -{ERR_REASON(TS_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE),"private key does not match certificate"},
    -{ERR_REASON(TS_R_RESPONSE_SETUP_ERROR)   ,"response setup error"},
    -{ERR_REASON(TS_R_SIGNATURE_FAILURE)      ,"signature failure"},
    -{ERR_REASON(TS_R_THERE_MUST_BE_ONE_SIGNER),"there must be one signer"},
    -{ERR_REASON(TS_R_TIME_SYSCALL_ERROR)     ,"time syscall error"},
    -{ERR_REASON(TS_R_TOKEN_NOT_PRESENT)      ,"token not present"},
    -{ERR_REASON(TS_R_TOKEN_PRESENT)          ,"token present"},
    -{ERR_REASON(TS_R_TSA_NAME_MISMATCH)      ,"tsa name mismatch"},
    -{ERR_REASON(TS_R_TSA_UNTRUSTED)          ,"tsa untrusted"},
    -{ERR_REASON(TS_R_TST_INFO_SETUP_ERROR)   ,"tst info setup error"},
    -{ERR_REASON(TS_R_TS_DATASIGN)            ,"ts datasign"},
    -{ERR_REASON(TS_R_UNACCEPTABLE_POLICY)    ,"unacceptable policy"},
    -{ERR_REASON(TS_R_UNSUPPORTED_MD_ALGORITHM),"unsupported md algorithm"},
    -{ERR_REASON(TS_R_UNSUPPORTED_VERSION)    ,"unsupported version"},
    -{ERR_REASON(TS_R_WRONG_CONTENT_TYPE)     ,"wrong content type"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA TS_str_reasons[] = {
    +    {ERR_REASON(TS_R_BAD_PKCS7_TYPE), "bad pkcs7 type"},
    +    {ERR_REASON(TS_R_BAD_TYPE), "bad type"},
    +    {ERR_REASON(TS_R_CERTIFICATE_VERIFY_ERROR), "certificate verify error"},
    +    {ERR_REASON(TS_R_COULD_NOT_SET_ENGINE), "could not set engine"},
    +    {ERR_REASON(TS_R_COULD_NOT_SET_TIME), "could not set time"},
    +    {ERR_REASON(TS_R_D2I_TS_RESP_INT_FAILED), "d2i ts resp int failed"},
    +    {ERR_REASON(TS_R_DETACHED_CONTENT), "detached content"},
    +    {ERR_REASON(TS_R_ESS_ADD_SIGNING_CERT_ERROR),
    +     "ess add signing cert error"},
    +    {ERR_REASON(TS_R_ESS_SIGNING_CERTIFICATE_ERROR),
    +     "ess signing certificate error"},
    +    {ERR_REASON(TS_R_INVALID_NULL_POINTER), "invalid null pointer"},
    +    {ERR_REASON(TS_R_INVALID_SIGNER_CERTIFICATE_PURPOSE),
    +     "invalid signer certificate purpose"},
    +    {ERR_REASON(TS_R_MESSAGE_IMPRINT_MISMATCH), "message imprint mismatch"},
    +    {ERR_REASON(TS_R_NONCE_MISMATCH), "nonce mismatch"},
    +    {ERR_REASON(TS_R_NONCE_NOT_RETURNED), "nonce not returned"},
    +    {ERR_REASON(TS_R_NO_CONTENT), "no content"},
    +    {ERR_REASON(TS_R_NO_TIME_STAMP_TOKEN), "no time stamp token"},
    +    {ERR_REASON(TS_R_PKCS7_ADD_SIGNATURE_ERROR), "pkcs7 add signature error"},
    +    {ERR_REASON(TS_R_PKCS7_ADD_SIGNED_ATTR_ERROR),
    +     "pkcs7 add signed attr error"},
    +    {ERR_REASON(TS_R_PKCS7_TO_TS_TST_INFO_FAILED),
    +     "pkcs7 to ts tst info failed"},
    +    {ERR_REASON(TS_R_POLICY_MISMATCH), "policy mismatch"},
    +    {ERR_REASON(TS_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE),
    +     "private key does not match certificate"},
    +    {ERR_REASON(TS_R_RESPONSE_SETUP_ERROR), "response setup error"},
    +    {ERR_REASON(TS_R_SIGNATURE_FAILURE), "signature failure"},
    +    {ERR_REASON(TS_R_THERE_MUST_BE_ONE_SIGNER), "there must be one signer"},
    +    {ERR_REASON(TS_R_TIME_SYSCALL_ERROR), "time syscall error"},
    +    {ERR_REASON(TS_R_TOKEN_NOT_PRESENT), "token not present"},
    +    {ERR_REASON(TS_R_TOKEN_PRESENT), "token present"},
    +    {ERR_REASON(TS_R_TSA_NAME_MISMATCH), "tsa name mismatch"},
    +    {ERR_REASON(TS_R_TSA_UNTRUSTED), "tsa untrusted"},
    +    {ERR_REASON(TS_R_TST_INFO_SETUP_ERROR), "tst info setup error"},
    +    {ERR_REASON(TS_R_TS_DATASIGN), "ts datasign"},
    +    {ERR_REASON(TS_R_UNACCEPTABLE_POLICY), "unacceptable policy"},
    +    {ERR_REASON(TS_R_UNSUPPORTED_MD_ALGORITHM), "unsupported md algorithm"},
    +    {ERR_REASON(TS_R_UNSUPPORTED_VERSION), "unsupported version"},
    +    {ERR_REASON(TS_R_WRONG_CONTENT_TYPE), "wrong content type"},
    +    {0, NULL}
    +};
     
     #endif
     
     void ERR_load_TS_strings(void)
    -	{
    +{
     #ifndef OPENSSL_NO_ERR
     
    -	if (ERR_func_error_string(TS_str_functs[0].error) == NULL)
    -		{
    -		ERR_load_strings(0,TS_str_functs);
    -		ERR_load_strings(0,TS_str_reasons);
    -		}
    +    if (ERR_func_error_string(TS_str_functs[0].error) == NULL) {
    +        ERR_load_strings(0, TS_str_functs);
    +        ERR_load_strings(0, TS_str_reasons);
    +    }
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/ts/ts_lib.c b/openssl/crypto/ts/ts_lib.c
    index e8608dbf7..c51538a17 100644
    --- a/openssl/crypto/ts/ts_lib.c
    +++ b/openssl/crypto/ts/ts_lib.c
    @@ -1,6 +1,7 @@
     /* crypto/ts/ts_lib.c */
    -/* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL
    - * project 2002.
    +/*
    + * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project
    + * 2002.
      */
     /* ====================================================================
      * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -68,78 +69,75 @@
     /* Function definitions. */
     
     int TS_ASN1_INTEGER_print_bio(BIO *bio, const ASN1_INTEGER *num)
    -	{
    -	BIGNUM num_bn;
    -	int result = 0;
    -	char *hex;
    -
    -	BN_init(&num_bn);
    -	ASN1_INTEGER_to_BN(num, &num_bn);
    -	if ((hex = BN_bn2hex(&num_bn))) 
    -		{
    -		result = BIO_write(bio, "0x", 2) > 0;
    -		result = result && BIO_write(bio, hex, strlen(hex)) > 0;
    -		OPENSSL_free(hex);
    -		}
    -	BN_free(&num_bn);
    -
    -	return result;
    -	}
    +{
    +    BIGNUM num_bn;
    +    int result = 0;
    +    char *hex;
    +
    +    BN_init(&num_bn);
    +    ASN1_INTEGER_to_BN(num, &num_bn);
    +    if ((hex = BN_bn2hex(&num_bn))) {
    +        result = BIO_write(bio, "0x", 2) > 0;
    +        result = result && BIO_write(bio, hex, strlen(hex)) > 0;
    +        OPENSSL_free(hex);
    +    }
    +    BN_free(&num_bn);
    +
    +    return result;
    +}
     
     int TS_OBJ_print_bio(BIO *bio, const ASN1_OBJECT *obj)
    -	{
    -	char obj_txt[128];
    +{
    +    char obj_txt[128];
     
    -	int len = OBJ_obj2txt(obj_txt, sizeof(obj_txt), obj, 0);
    -	BIO_write(bio, obj_txt, len);
    -	BIO_write(bio, "\n", 1);
    +    int len = OBJ_obj2txt(obj_txt, sizeof(obj_txt), obj, 0);
    +    BIO_write(bio, obj_txt, len);
    +    BIO_write(bio, "\n", 1);
     
    -	return 1;
    -	}
    +    return 1;
    +}
     
     int TS_ext_print_bio(BIO *bio, const STACK_OF(X509_EXTENSION) *extensions)
    -	{
    -	int i, critical, n;
    -	X509_EXTENSION *ex;
    -	ASN1_OBJECT *obj;
    -
    -	BIO_printf(bio, "Extensions:\n");
    -	n = X509v3_get_ext_count(extensions);
    -	for (i = 0; i < n; i++)
    -		{
    -		ex = X509v3_get_ext(extensions, i);
    -		obj = X509_EXTENSION_get_object(ex);
    -		i2a_ASN1_OBJECT(bio, obj);
    -		critical = X509_EXTENSION_get_critical(ex);
    -		BIO_printf(bio, ": %s\n", critical ? "critical" : "");
    -		if (!X509V3_EXT_print(bio, ex, 0, 4))
    -			{
    -			BIO_printf(bio, "%4s", "");
    -			M_ASN1_OCTET_STRING_print(bio, ex->value);
    -			}
    -		BIO_write(bio, "\n", 1);
    -		}
    -
    -	return 1;
    -	}
    +{
    +    int i, critical, n;
    +    X509_EXTENSION *ex;
    +    ASN1_OBJECT *obj;
    +
    +    BIO_printf(bio, "Extensions:\n");
    +    n = X509v3_get_ext_count(extensions);
    +    for (i = 0; i < n; i++) {
    +        ex = X509v3_get_ext(extensions, i);
    +        obj = X509_EXTENSION_get_object(ex);
    +        i2a_ASN1_OBJECT(bio, obj);
    +        critical = X509_EXTENSION_get_critical(ex);
    +        BIO_printf(bio, ": %s\n", critical ? "critical" : "");
    +        if (!X509V3_EXT_print(bio, ex, 0, 4)) {
    +            BIO_printf(bio, "%4s", "");
    +            M_ASN1_OCTET_STRING_print(bio, ex->value);
    +        }
    +        BIO_write(bio, "\n", 1);
    +    }
    +
    +    return 1;
    +}
     
     int TS_X509_ALGOR_print_bio(BIO *bio, const X509_ALGOR *alg)
    -	{
    -	int i = OBJ_obj2nid(alg->algorithm);
    -	return BIO_printf(bio, "Hash Algorithm: %s\n",
    -		(i == NID_undef) ? "UNKNOWN" : OBJ_nid2ln(i));
    -	}
    +{
    +    int i = OBJ_obj2nid(alg->algorithm);
    +    return BIO_printf(bio, "Hash Algorithm: %s\n",
    +                      (i == NID_undef) ? "UNKNOWN" : OBJ_nid2ln(i));
    +}
     
     int TS_MSG_IMPRINT_print_bio(BIO *bio, TS_MSG_IMPRINT *a)
    -	{
    -	const ASN1_OCTET_STRING *msg;
    +{
    +    const ASN1_OCTET_STRING *msg;
     
    -	TS_X509_ALGOR_print_bio(bio, TS_MSG_IMPRINT_get_algo(a));
    +    TS_X509_ALGOR_print_bio(bio, TS_MSG_IMPRINT_get_algo(a));
     
    -	BIO_printf(bio, "Message data:\n");
    -	msg = TS_MSG_IMPRINT_get_msg(a);
    -	BIO_dump_indent(bio, (const char *)M_ASN1_STRING_data(msg), 
    -			M_ASN1_STRING_length(msg), 4);
    +    BIO_printf(bio, "Message data:\n");
    +    msg = TS_MSG_IMPRINT_get_msg(a);
    +    BIO_dump_indent(bio, (const char *)M_ASN1_STRING_data(msg),
    +                    M_ASN1_STRING_length(msg), 4);
     
    -	return 1;
    -	}
    +    return 1;
    +}
    diff --git a/openssl/crypto/ts/ts_req_print.c b/openssl/crypto/ts/ts_req_print.c
    index eba12c382..31940eef5 100644
    --- a/openssl/crypto/ts/ts_req_print.c
    +++ b/openssl/crypto/ts/ts_req_print.c
    @@ -1,6 +1,7 @@
     /* crypto/ts/ts_req_print.c */
    -/* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL
    - * project 2002.
    +/*
    + * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project
    + * 2002.
      */
     /* ====================================================================
      * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -66,37 +67,38 @@
     /* Function definitions. */
     
     int TS_REQ_print_bio(BIO *bio, TS_REQ *a)
    -	{
    -	int v;
    -	ASN1_OBJECT *policy_id;
    -	const ASN1_INTEGER *nonce;
    +{
    +    int v;
    +    ASN1_OBJECT *policy_id;
    +    const ASN1_INTEGER *nonce;
     
    -	if (a == NULL) return 0;
    +    if (a == NULL)
    +        return 0;
     
    -	v = TS_REQ_get_version(a);
    -	BIO_printf(bio, "Version: %d\n", v);
    +    v = TS_REQ_get_version(a);
    +    BIO_printf(bio, "Version: %d\n", v);
     
    -	TS_MSG_IMPRINT_print_bio(bio, TS_REQ_get_msg_imprint(a));
    +    TS_MSG_IMPRINT_print_bio(bio, TS_REQ_get_msg_imprint(a));
     
    -	BIO_printf(bio, "Policy OID: ");
    -	policy_id = TS_REQ_get_policy_id(a);
    -	if (policy_id == NULL)
    -		BIO_printf(bio, "unspecified\n");
    -	else	
    -		TS_OBJ_print_bio(bio, policy_id);
    +    BIO_printf(bio, "Policy OID: ");
    +    policy_id = TS_REQ_get_policy_id(a);
    +    if (policy_id == NULL)
    +        BIO_printf(bio, "unspecified\n");
    +    else
    +        TS_OBJ_print_bio(bio, policy_id);
     
    -	BIO_printf(bio, "Nonce: ");
    -	nonce = TS_REQ_get_nonce(a);
    -	if (nonce == NULL)
    -		BIO_printf(bio, "unspecified");
    -	else
    -		TS_ASN1_INTEGER_print_bio(bio, nonce);
    -	BIO_write(bio, "\n", 1);
    +    BIO_printf(bio, "Nonce: ");
    +    nonce = TS_REQ_get_nonce(a);
    +    if (nonce == NULL)
    +        BIO_printf(bio, "unspecified");
    +    else
    +        TS_ASN1_INTEGER_print_bio(bio, nonce);
    +    BIO_write(bio, "\n", 1);
     
    -	BIO_printf(bio, "Certificate required: %s\n", 
    -		   TS_REQ_get_cert_req(a) ? "yes" : "no");
    +    BIO_printf(bio, "Certificate required: %s\n",
    +               TS_REQ_get_cert_req(a) ? "yes" : "no");
     
    -	TS_ext_print_bio(bio, TS_REQ_get_exts(a));
    +    TS_ext_print_bio(bio, TS_REQ_get_exts(a));
     
    -	return 1;
    -	}
    +    return 1;
    +}
    diff --git a/openssl/crypto/ts/ts_req_utils.c b/openssl/crypto/ts/ts_req_utils.c
    index 43280c158..362e5e589 100644
    --- a/openssl/crypto/ts/ts_req_utils.c
    +++ b/openssl/crypto/ts/ts_req_utils.c
    @@ -1,6 +1,7 @@
     /* crypto/ts/ts_req_utils.c */
    -/* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL
    - * project 2002.
    +/*
    + * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project
    + * 2002.
      */
     /* ====================================================================
      * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -63,172 +64,169 @@
     #include 
     
     int TS_REQ_set_version(TS_REQ *a, long version)
    -	{
    -	return ASN1_INTEGER_set(a->version, version);
    -	}
    +{
    +    return ASN1_INTEGER_set(a->version, version);
    +}
     
     long TS_REQ_get_version(const TS_REQ *a)
    -	{
    -	return ASN1_INTEGER_get(a->version);
    -	}
    +{
    +    return ASN1_INTEGER_get(a->version);
    +}
     
     int TS_REQ_set_msg_imprint(TS_REQ *a, TS_MSG_IMPRINT *msg_imprint)
    -	{
    -	TS_MSG_IMPRINT *new_msg_imprint;
    -
    -	if (a->msg_imprint == msg_imprint)
    -		return 1;
    -	new_msg_imprint = TS_MSG_IMPRINT_dup(msg_imprint);
    -	if (new_msg_imprint == NULL)
    -		{
    -		TSerr(TS_F_TS_REQ_SET_MSG_IMPRINT, ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	TS_MSG_IMPRINT_free(a->msg_imprint);
    -	a->msg_imprint = new_msg_imprint;
    -	return 1;
    -	}
    +{
    +    TS_MSG_IMPRINT *new_msg_imprint;
    +
    +    if (a->msg_imprint == msg_imprint)
    +        return 1;
    +    new_msg_imprint = TS_MSG_IMPRINT_dup(msg_imprint);
    +    if (new_msg_imprint == NULL) {
    +        TSerr(TS_F_TS_REQ_SET_MSG_IMPRINT, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    TS_MSG_IMPRINT_free(a->msg_imprint);
    +    a->msg_imprint = new_msg_imprint;
    +    return 1;
    +}
     
     TS_MSG_IMPRINT *TS_REQ_get_msg_imprint(TS_REQ *a)
    -	{
    -	return a->msg_imprint;
    -	}
    +{
    +    return a->msg_imprint;
    +}
     
     int TS_MSG_IMPRINT_set_algo(TS_MSG_IMPRINT *a, X509_ALGOR *alg)
    -	{
    -	X509_ALGOR *new_alg;
    -
    -	if (a->hash_algo == alg)
    -		return 1;
    -	new_alg = X509_ALGOR_dup(alg);
    -	if (new_alg == NULL)
    -		{
    -		TSerr(TS_F_TS_MSG_IMPRINT_SET_ALGO, ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	X509_ALGOR_free(a->hash_algo);
    -	a->hash_algo = new_alg;
    -	return 1;
    -	}
    +{
    +    X509_ALGOR *new_alg;
    +
    +    if (a->hash_algo == alg)
    +        return 1;
    +    new_alg = X509_ALGOR_dup(alg);
    +    if (new_alg == NULL) {
    +        TSerr(TS_F_TS_MSG_IMPRINT_SET_ALGO, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    X509_ALGOR_free(a->hash_algo);
    +    a->hash_algo = new_alg;
    +    return 1;
    +}
     
     X509_ALGOR *TS_MSG_IMPRINT_get_algo(TS_MSG_IMPRINT *a)
    -	{
    -	return a->hash_algo;
    -	}
    +{
    +    return a->hash_algo;
    +}
     
     int TS_MSG_IMPRINT_set_msg(TS_MSG_IMPRINT *a, unsigned char *d, int len)
    -	{
    -	return ASN1_OCTET_STRING_set(a->hashed_msg, d, len);
    -	}
    +{
    +    return ASN1_OCTET_STRING_set(a->hashed_msg, d, len);
    +}
     
     ASN1_OCTET_STRING *TS_MSG_IMPRINT_get_msg(TS_MSG_IMPRINT *a)
    -	{
    -	return a->hashed_msg;
    -	}
    +{
    +    return a->hashed_msg;
    +}
     
     int TS_REQ_set_policy_id(TS_REQ *a, ASN1_OBJECT *policy)
    -	{
    -	ASN1_OBJECT *new_policy;
    -
    -	if (a->policy_id == policy)
    -		return 1;
    -	new_policy = OBJ_dup(policy);
    -	if (new_policy == NULL)
    -		{
    -		TSerr(TS_F_TS_REQ_SET_POLICY_ID, ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	ASN1_OBJECT_free(a->policy_id);
    -	a->policy_id = new_policy;
    -	return 1;
    -	}
    +{
    +    ASN1_OBJECT *new_policy;
    +
    +    if (a->policy_id == policy)
    +        return 1;
    +    new_policy = OBJ_dup(policy);
    +    if (new_policy == NULL) {
    +        TSerr(TS_F_TS_REQ_SET_POLICY_ID, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    ASN1_OBJECT_free(a->policy_id);
    +    a->policy_id = new_policy;
    +    return 1;
    +}
     
     ASN1_OBJECT *TS_REQ_get_policy_id(TS_REQ *a)
    -	{
    -	return a->policy_id;
    -	}
    +{
    +    return a->policy_id;
    +}
     
     int TS_REQ_set_nonce(TS_REQ *a, const ASN1_INTEGER *nonce)
    -	{
    -	ASN1_INTEGER *new_nonce;
    -
    -	if (a->nonce == nonce)
    -		return 1;
    -	new_nonce = ASN1_INTEGER_dup(nonce);
    -	if (new_nonce == NULL)
    -		{
    -		TSerr(TS_F_TS_REQ_SET_NONCE, ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	ASN1_INTEGER_free(a->nonce);
    -	a->nonce = new_nonce;
    -	return 1;
    -	}
    +{
    +    ASN1_INTEGER *new_nonce;
    +
    +    if (a->nonce == nonce)
    +        return 1;
    +    new_nonce = ASN1_INTEGER_dup(nonce);
    +    if (new_nonce == NULL) {
    +        TSerr(TS_F_TS_REQ_SET_NONCE, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    ASN1_INTEGER_free(a->nonce);
    +    a->nonce = new_nonce;
    +    return 1;
    +}
     
     const ASN1_INTEGER *TS_REQ_get_nonce(const TS_REQ *a)
    -	{
    -	return a->nonce;
    -	}
    +{
    +    return a->nonce;
    +}
     
     int TS_REQ_set_cert_req(TS_REQ *a, int cert_req)
    -	{
    -	a->cert_req = cert_req ? 0xFF : 0x00;
    -	return 1;
    -	}
    +{
    +    a->cert_req = cert_req ? 0xFF : 0x00;
    +    return 1;
    +}
     
     int TS_REQ_get_cert_req(const TS_REQ *a)
    -	{
    -	return a->cert_req ? 1 : 0;
    -	}
    +{
    +    return a->cert_req ? 1 : 0;
    +}
     
     STACK_OF(X509_EXTENSION) *TS_REQ_get_exts(TS_REQ *a)
    -	{
    -	return a->extensions;
    -	}
    +{
    +    return a->extensions;
    +}
     
     void TS_REQ_ext_free(TS_REQ *a)
    -	{
    -	if (!a) return;
    -	sk_X509_EXTENSION_pop_free(a->extensions, X509_EXTENSION_free);
    -	a->extensions = NULL;
    -	}
    +{
    +    if (!a)
    +        return;
    +    sk_X509_EXTENSION_pop_free(a->extensions, X509_EXTENSION_free);
    +    a->extensions = NULL;
    +}
     
     int TS_REQ_get_ext_count(TS_REQ *a)
    -	{
    -	return X509v3_get_ext_count(a->extensions);
    -	}
    +{
    +    return X509v3_get_ext_count(a->extensions);
    +}
     
     int TS_REQ_get_ext_by_NID(TS_REQ *a, int nid, int lastpos)
    -	{
    -	return X509v3_get_ext_by_NID(a->extensions, nid, lastpos);
    -	}
    +{
    +    return X509v3_get_ext_by_NID(a->extensions, nid, lastpos);
    +}
     
     int TS_REQ_get_ext_by_OBJ(TS_REQ *a, ASN1_OBJECT *obj, int lastpos)
    -	{
    -	return X509v3_get_ext_by_OBJ(a->extensions, obj, lastpos);
    -	}
    +{
    +    return X509v3_get_ext_by_OBJ(a->extensions, obj, lastpos);
    +}
     
     int TS_REQ_get_ext_by_critical(TS_REQ *a, int crit, int lastpos)
    -	{
    -	return X509v3_get_ext_by_critical(a->extensions, crit, lastpos);
    -	}
    +{
    +    return X509v3_get_ext_by_critical(a->extensions, crit, lastpos);
    +}
     
     X509_EXTENSION *TS_REQ_get_ext(TS_REQ *a, int loc)
    -	{
    -	return X509v3_get_ext(a->extensions,loc);
    -	}
    +{
    +    return X509v3_get_ext(a->extensions, loc);
    +}
     
     X509_EXTENSION *TS_REQ_delete_ext(TS_REQ *a, int loc)
    -	{
    -	return X509v3_delete_ext(a->extensions,loc);
    -	}
    +{
    +    return X509v3_delete_ext(a->extensions, loc);
    +}
     
     int TS_REQ_add_ext(TS_REQ *a, X509_EXTENSION *ex, int loc)
    -	{
    -	return X509v3_add_ext(&a->extensions,ex,loc) != NULL;
    -	}
    +{
    +    return X509v3_add_ext(&a->extensions, ex, loc) != NULL;
    +}
     
     void *TS_REQ_get_ext_d2i(TS_REQ *a, int nid, int *crit, int *idx)
    -	{
    -	return X509V3_get_d2i(a->extensions, nid, crit, idx);
    -	}
    +{
    +    return X509V3_get_d2i(a->extensions, nid, crit, idx);
    +}
    diff --git a/openssl/crypto/ts/ts_rsp_print.c b/openssl/crypto/ts/ts_rsp_print.c
    index 21062517b..e706a5687 100644
    --- a/openssl/crypto/ts/ts_rsp_print.c
    +++ b/openssl/crypto/ts/ts_rsp_print.c
    @@ -1,6 +1,7 @@
     /* crypto/ts/ts_resp_print.c */
    -/* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL
    - * project 2002.
    +/*
    + * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project
    + * 2002.
      */
     /* ====================================================================
      * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -63,225 +64,218 @@
     #include 
     #include "ts.h"
     
    -struct status_map_st
    -	{
    -	int bit;
    -	const char *text;
    -	};
    +struct status_map_st {
    +    int bit;
    +    const char *text;
    +};
     
     /* Local function declarations. */
     
     static int TS_status_map_print(BIO *bio, struct status_map_st *a,
    -			       ASN1_BIT_STRING *v);
    +                               ASN1_BIT_STRING *v);
     static int TS_ACCURACY_print_bio(BIO *bio, const TS_ACCURACY *accuracy);
     
     /* Function definitions. */
     
     int TS_RESP_print_bio(BIO *bio, TS_RESP *a)
    -	{
    -	TS_TST_INFO *tst_info;
    -
    -	BIO_printf(bio, "Status info:\n");
    -	TS_STATUS_INFO_print_bio(bio, TS_RESP_get_status_info(a));
    -
    -	BIO_printf(bio, "\nTST info:\n");
    -	tst_info = TS_RESP_get_tst_info(a);
    -	if (tst_info != NULL)
    -		TS_TST_INFO_print_bio(bio, TS_RESP_get_tst_info(a));
    -	else
    -		BIO_printf(bio, "Not included.\n");
    -		
    -	return 1;
    -	}
    +{
    +    TS_TST_INFO *tst_info;
    +
    +    BIO_printf(bio, "Status info:\n");
    +    TS_STATUS_INFO_print_bio(bio, TS_RESP_get_status_info(a));
    +
    +    BIO_printf(bio, "\nTST info:\n");
    +    tst_info = TS_RESP_get_tst_info(a);
    +    if (tst_info != NULL)
    +        TS_TST_INFO_print_bio(bio, TS_RESP_get_tst_info(a));
    +    else
    +        BIO_printf(bio, "Not included.\n");
    +
    +    return 1;
    +}
     
     int TS_STATUS_INFO_print_bio(BIO *bio, TS_STATUS_INFO *a)
    -	{
    -	static const char *status_map[] =
    -		{
    -		"Granted.",
    -		"Granted with modifications.",
    -		"Rejected.",
    -		"Waiting.",
    -		"Revocation warning.",
    -		"Revoked."
    -		};
    -	static struct status_map_st failure_map[] =
    -		{
    -		{ TS_INFO_BAD_ALG,
    -		"unrecognized or unsupported algorithm identifier" },
    -		{ TS_INFO_BAD_REQUEST,
    -		"transaction not permitted or supported" },
    -		{ TS_INFO_BAD_DATA_FORMAT,
    -		"the data submitted has the wrong format" },
    -		{ TS_INFO_TIME_NOT_AVAILABLE,
    -		"the TSA's time source is not available" },
    -		{ TS_INFO_UNACCEPTED_POLICY,
    -		"the requested TSA policy is not supported by the TSA" },
    -		{ TS_INFO_UNACCEPTED_EXTENSION,
    -		"the requested extension is not supported by the TSA" },
    -		{ TS_INFO_ADD_INFO_NOT_AVAILABLE,
    -		"the additional information requested could not be understood "
    -		"or is not available" },
    -		{ TS_INFO_SYSTEM_FAILURE,
    -		"the request cannot be handled due to system failure" },
    -		{ -1, NULL }
    -		};
    -	long status;
    -	int i, lines = 0;
    -
    -	/* Printing status code. */
    -	BIO_printf(bio, "Status: ");
    -	status = ASN1_INTEGER_get(a->status);
    -	if (0 <= status && status < (long)(sizeof(status_map)/sizeof(status_map[0])))
    -		BIO_printf(bio, "%s\n", status_map[status]);
    -	else
    -		BIO_printf(bio, "out of bounds\n");
    -	
    -	/* Printing status description. */
    -	BIO_printf(bio, "Status description: ");
    -	for (i = 0; i < sk_ASN1_UTF8STRING_num(a->text); ++i)
    -		{
    -		if (i > 0)
    -			BIO_puts(bio, "\t");
    -		ASN1_STRING_print_ex(bio, sk_ASN1_UTF8STRING_value(a->text, i),
    -				     0);
    -		BIO_puts(bio, "\n");
    -		}
    -	if (i == 0)
    -		BIO_printf(bio, "unspecified\n");
    -
    -	/* Printing failure information. */
    -	BIO_printf(bio, "Failure info: ");
    -	if (a->failure_info != NULL)
    -		lines = TS_status_map_print(bio, failure_map,
    -					    a->failure_info);
    -	if (lines == 0)
    -		BIO_printf(bio, "unspecified");
    -	BIO_printf(bio, "\n");
    -
    -	return 1;
    -	}
    +{
    +    static const char *status_map[] = {
    +        "Granted.",
    +        "Granted with modifications.",
    +        "Rejected.",
    +        "Waiting.",
    +        "Revocation warning.",
    +        "Revoked."
    +    };
    +    static struct status_map_st failure_map[] = {
    +        {TS_INFO_BAD_ALG,
    +         "unrecognized or unsupported algorithm identifier"},
    +        {TS_INFO_BAD_REQUEST,
    +         "transaction not permitted or supported"},
    +        {TS_INFO_BAD_DATA_FORMAT,
    +         "the data submitted has the wrong format"},
    +        {TS_INFO_TIME_NOT_AVAILABLE,
    +         "the TSA's time source is not available"},
    +        {TS_INFO_UNACCEPTED_POLICY,
    +         "the requested TSA policy is not supported by the TSA"},
    +        {TS_INFO_UNACCEPTED_EXTENSION,
    +         "the requested extension is not supported by the TSA"},
    +        {TS_INFO_ADD_INFO_NOT_AVAILABLE,
    +         "the additional information requested could not be understood "
    +         "or is not available"},
    +        {TS_INFO_SYSTEM_FAILURE,
    +         "the request cannot be handled due to system failure"},
    +        {-1, NULL}
    +    };
    +    long status;
    +    int i, lines = 0;
    +
    +    /* Printing status code. */
    +    BIO_printf(bio, "Status: ");
    +    status = ASN1_INTEGER_get(a->status);
    +    if (0 <= status
    +        && status < (long)(sizeof(status_map) / sizeof(status_map[0])))
    +        BIO_printf(bio, "%s\n", status_map[status]);
    +    else
    +        BIO_printf(bio, "out of bounds\n");
    +
    +    /* Printing status description. */
    +    BIO_printf(bio, "Status description: ");
    +    for (i = 0; i < sk_ASN1_UTF8STRING_num(a->text); ++i) {
    +        if (i > 0)
    +            BIO_puts(bio, "\t");
    +        ASN1_STRING_print_ex(bio, sk_ASN1_UTF8STRING_value(a->text, i), 0);
    +        BIO_puts(bio, "\n");
    +    }
    +    if (i == 0)
    +        BIO_printf(bio, "unspecified\n");
    +
    +    /* Printing failure information. */
    +    BIO_printf(bio, "Failure info: ");
    +    if (a->failure_info != NULL)
    +        lines = TS_status_map_print(bio, failure_map, a->failure_info);
    +    if (lines == 0)
    +        BIO_printf(bio, "unspecified");
    +    BIO_printf(bio, "\n");
    +
    +    return 1;
    +}
     
     static int TS_status_map_print(BIO *bio, struct status_map_st *a,
    -			       ASN1_BIT_STRING *v)
    -	{
    -	int lines = 0;
    -
    -	for (; a->bit >= 0; ++a)
    -		{
    -		if (ASN1_BIT_STRING_get_bit(v, a->bit))
    -			{
    -			if (++lines > 1)
    -				BIO_printf(bio, ", ");
    -			BIO_printf(bio, "%s", a->text);
    -			}
    -		}
    -
    -	return lines;
    -	}
    +                               ASN1_BIT_STRING *v)
    +{
    +    int lines = 0;
    +
    +    for (; a->bit >= 0; ++a) {
    +        if (ASN1_BIT_STRING_get_bit(v, a->bit)) {
    +            if (++lines > 1)
    +                BIO_printf(bio, ", ");
    +            BIO_printf(bio, "%s", a->text);
    +        }
    +    }
    +
    +    return lines;
    +}
     
     int TS_TST_INFO_print_bio(BIO *bio, TS_TST_INFO *a)
    -	{
    -	int v;
    -	ASN1_OBJECT *policy_id;
    -	const ASN1_INTEGER *serial;
    -	const ASN1_GENERALIZEDTIME *gtime;
    -	TS_ACCURACY *accuracy;
    -	const ASN1_INTEGER *nonce;
    -	GENERAL_NAME *tsa_name;
    -
    -	if (a == NULL) return 0;
    -
    -	/* Print version. */
    -	v = TS_TST_INFO_get_version(a);
    -	BIO_printf(bio, "Version: %d\n", v);
    -
    -	/* Print policy id. */
    -	BIO_printf(bio, "Policy OID: ");
    -	policy_id = TS_TST_INFO_get_policy_id(a);
    -	TS_OBJ_print_bio(bio, policy_id);
    -
    -	/* Print message imprint. */
    -	TS_MSG_IMPRINT_print_bio(bio, TS_TST_INFO_get_msg_imprint(a));
    -
    -	/* Print serial number. */
    -	BIO_printf(bio, "Serial number: ");
    -	serial = TS_TST_INFO_get_serial(a);
    -	if (serial == NULL)
    -		BIO_printf(bio, "unspecified");
    -	else
    -		TS_ASN1_INTEGER_print_bio(bio, serial);
    -	BIO_write(bio, "\n", 1);
    -
    -	/* Print time stamp. */
    -	BIO_printf(bio, "Time stamp: ");
    -	gtime = TS_TST_INFO_get_time(a);
    -	ASN1_GENERALIZEDTIME_print(bio, gtime);
    -	BIO_write(bio, "\n", 1);
    -
    -	/* Print accuracy. */
    -	BIO_printf(bio, "Accuracy: ");
    -	accuracy = TS_TST_INFO_get_accuracy(a);
    -	if (accuracy == NULL)
    -		BIO_printf(bio, "unspecified");
    -	else
    -		TS_ACCURACY_print_bio(bio, accuracy);
    -	BIO_write(bio, "\n", 1);
    -
    -	/* Print ordering. */
    -	BIO_printf(bio, "Ordering: %s\n", 
    -		   TS_TST_INFO_get_ordering(a) ? "yes" : "no");
    -
    -	/* Print nonce. */
    -	BIO_printf(bio, "Nonce: ");
    -	nonce = TS_TST_INFO_get_nonce(a);
    -	if (nonce == NULL)
    -		BIO_printf(bio, "unspecified");
    -	else
    -		TS_ASN1_INTEGER_print_bio(bio, nonce);
    -	BIO_write(bio, "\n", 1);
    -
    -	/* Print TSA name. */
    -	BIO_printf(bio, "TSA: ");
    -	tsa_name = TS_TST_INFO_get_tsa(a);
    -	if (tsa_name == NULL)
    -		BIO_printf(bio, "unspecified");
    -	else
    -		{
    -		STACK_OF(CONF_VALUE) *nval;
    -		if ((nval = i2v_GENERAL_NAME(NULL, tsa_name, NULL)))
    -			X509V3_EXT_val_prn(bio, nval, 0, 0);
    -		sk_CONF_VALUE_pop_free(nval, X509V3_conf_free);
    -		}
    -	BIO_write(bio, "\n", 1);
    -
    -	/* Print extensions. */
    -	TS_ext_print_bio(bio, TS_TST_INFO_get_exts(a));
    -
    -	return 1;
    -	}
    +{
    +    int v;
    +    ASN1_OBJECT *policy_id;
    +    const ASN1_INTEGER *serial;
    +    const ASN1_GENERALIZEDTIME *gtime;
    +    TS_ACCURACY *accuracy;
    +    const ASN1_INTEGER *nonce;
    +    GENERAL_NAME *tsa_name;
    +
    +    if (a == NULL)
    +        return 0;
    +
    +    /* Print version. */
    +    v = TS_TST_INFO_get_version(a);
    +    BIO_printf(bio, "Version: %d\n", v);
    +
    +    /* Print policy id. */
    +    BIO_printf(bio, "Policy OID: ");
    +    policy_id = TS_TST_INFO_get_policy_id(a);
    +    TS_OBJ_print_bio(bio, policy_id);
    +
    +    /* Print message imprint. */
    +    TS_MSG_IMPRINT_print_bio(bio, TS_TST_INFO_get_msg_imprint(a));
    +
    +    /* Print serial number. */
    +    BIO_printf(bio, "Serial number: ");
    +    serial = TS_TST_INFO_get_serial(a);
    +    if (serial == NULL)
    +        BIO_printf(bio, "unspecified");
    +    else
    +        TS_ASN1_INTEGER_print_bio(bio, serial);
    +    BIO_write(bio, "\n", 1);
    +
    +    /* Print time stamp. */
    +    BIO_printf(bio, "Time stamp: ");
    +    gtime = TS_TST_INFO_get_time(a);
    +    ASN1_GENERALIZEDTIME_print(bio, gtime);
    +    BIO_write(bio, "\n", 1);
    +
    +    /* Print accuracy. */
    +    BIO_printf(bio, "Accuracy: ");
    +    accuracy = TS_TST_INFO_get_accuracy(a);
    +    if (accuracy == NULL)
    +        BIO_printf(bio, "unspecified");
    +    else
    +        TS_ACCURACY_print_bio(bio, accuracy);
    +    BIO_write(bio, "\n", 1);
    +
    +    /* Print ordering. */
    +    BIO_printf(bio, "Ordering: %s\n",
    +               TS_TST_INFO_get_ordering(a) ? "yes" : "no");
    +
    +    /* Print nonce. */
    +    BIO_printf(bio, "Nonce: ");
    +    nonce = TS_TST_INFO_get_nonce(a);
    +    if (nonce == NULL)
    +        BIO_printf(bio, "unspecified");
    +    else
    +        TS_ASN1_INTEGER_print_bio(bio, nonce);
    +    BIO_write(bio, "\n", 1);
    +
    +    /* Print TSA name. */
    +    BIO_printf(bio, "TSA: ");
    +    tsa_name = TS_TST_INFO_get_tsa(a);
    +    if (tsa_name == NULL)
    +        BIO_printf(bio, "unspecified");
    +    else {
    +        STACK_OF(CONF_VALUE) *nval;
    +        if ((nval = i2v_GENERAL_NAME(NULL, tsa_name, NULL)))
    +            X509V3_EXT_val_prn(bio, nval, 0, 0);
    +        sk_CONF_VALUE_pop_free(nval, X509V3_conf_free);
    +    }
    +    BIO_write(bio, "\n", 1);
    +
    +    /* Print extensions. */
    +    TS_ext_print_bio(bio, TS_TST_INFO_get_exts(a));
    +
    +    return 1;
    +}
     
     static int TS_ACCURACY_print_bio(BIO *bio, const TS_ACCURACY *accuracy)
    -	{
    -	const ASN1_INTEGER *seconds = TS_ACCURACY_get_seconds(accuracy);
    -	const ASN1_INTEGER *millis = TS_ACCURACY_get_millis(accuracy);
    -	const ASN1_INTEGER *micros = TS_ACCURACY_get_micros(accuracy);
    -
    -	if (seconds != NULL)
    -		TS_ASN1_INTEGER_print_bio(bio, seconds);
    -	else
    -		BIO_printf(bio, "unspecified");
    -	BIO_printf(bio, " seconds, ");
    -	if (millis != NULL)
    -		TS_ASN1_INTEGER_print_bio(bio, millis);
    -	else
    -		BIO_printf(bio, "unspecified");
    -	BIO_printf(bio, " millis, ");
    -	if (micros != NULL)
    -		TS_ASN1_INTEGER_print_bio(bio, micros);
    -	else
    -		BIO_printf(bio, "unspecified");
    -	BIO_printf(bio, " micros");
    -
    -	return 1;
    -	}
    +{
    +    const ASN1_INTEGER *seconds = TS_ACCURACY_get_seconds(accuracy);
    +    const ASN1_INTEGER *millis = TS_ACCURACY_get_millis(accuracy);
    +    const ASN1_INTEGER *micros = TS_ACCURACY_get_micros(accuracy);
    +
    +    if (seconds != NULL)
    +        TS_ASN1_INTEGER_print_bio(bio, seconds);
    +    else
    +        BIO_printf(bio, "unspecified");
    +    BIO_printf(bio, " seconds, ");
    +    if (millis != NULL)
    +        TS_ASN1_INTEGER_print_bio(bio, millis);
    +    else
    +        BIO_printf(bio, "unspecified");
    +    BIO_printf(bio, " millis, ");
    +    if (micros != NULL)
    +        TS_ASN1_INTEGER_print_bio(bio, micros);
    +    else
    +        BIO_printf(bio, "unspecified");
    +    BIO_printf(bio, " micros");
    +
    +    return 1;
    +}
    diff --git a/openssl/crypto/ts/ts_rsp_sign.c b/openssl/crypto/ts/ts_rsp_sign.c
    index b0f023c9d..db6ce3241 100644
    --- a/openssl/crypto/ts/ts_rsp_sign.c
    +++ b/openssl/crypto/ts/ts_rsp_sign.c
    @@ -1,6 +1,7 @@
     /* crypto/ts/ts_resp_sign.c */
    -/* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL
    - * project 2002.
    +/*
    + * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project
    + * 2002.
      */
     /* ====================================================================
      * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -59,7 +60,7 @@
     #include "cryptlib.h"
     
     #if defined(OPENSSL_SYS_UNIX)
    -#include 
    +# include 
     #endif
     
     #include 
    @@ -76,945 +77,944 @@ static void TS_RESP_CTX_init(TS_RESP_CTX *ctx);
     static void TS_RESP_CTX_cleanup(TS_RESP_CTX *ctx);
     static int TS_RESP_check_request(TS_RESP_CTX *ctx);
     static ASN1_OBJECT *TS_RESP_get_policy(TS_RESP_CTX *ctx);
    -static TS_TST_INFO *TS_RESP_create_tst_info(TS_RESP_CTX *ctx, 
    -					    ASN1_OBJECT *policy);
    +static TS_TST_INFO *TS_RESP_create_tst_info(TS_RESP_CTX *ctx,
    +                                            ASN1_OBJECT *policy);
     static int TS_RESP_process_extensions(TS_RESP_CTX *ctx);
     static int TS_RESP_sign(TS_RESP_CTX *ctx);
     
    -static ESS_SIGNING_CERT *ESS_SIGNING_CERT_new_init(X509 *signcert, 
    -						   STACK_OF(X509) *certs);
    +static ESS_SIGNING_CERT *ESS_SIGNING_CERT_new_init(X509 *signcert,
    +                                                   STACK_OF(X509) *certs);
     static ESS_CERT_ID *ESS_CERT_ID_new_init(X509 *cert, int issuer_needed);
     static int TS_TST_INFO_content_new(PKCS7 *p7);
     static int ESS_add_signing_cert(PKCS7_SIGNER_INFO *si, ESS_SIGNING_CERT *sc);
     
    -static ASN1_GENERALIZEDTIME *TS_RESP_set_genTime_with_precision(
    -	ASN1_GENERALIZEDTIME *, long, long, unsigned);
    +static ASN1_GENERALIZEDTIME
    +*TS_RESP_set_genTime_with_precision(ASN1_GENERALIZEDTIME *, long, long,
    +                                    unsigned);
     
     /* Default callbacks for response generation. */
     
     static ASN1_INTEGER *def_serial_cb(struct TS_resp_ctx *ctx, void *data)
    -	{
    -	ASN1_INTEGER *serial = ASN1_INTEGER_new();
    -	if (!serial) goto err;
    -	if (!ASN1_INTEGER_set(serial, 1)) goto err;
    -	return serial;
    +{
    +    ASN1_INTEGER *serial = ASN1_INTEGER_new();
    +    if (!serial)
    +        goto err;
    +    if (!ASN1_INTEGER_set(serial, 1))
    +        goto err;
    +    return serial;
      err:
    -	TSerr(TS_F_DEF_SERIAL_CB, ERR_R_MALLOC_FAILURE);
    -	TS_RESP_CTX_set_status_info(ctx, TS_STATUS_REJECTION,
    -				    "Error during serial number generation.");
    -	return NULL;
    -	}
    +    TSerr(TS_F_DEF_SERIAL_CB, ERR_R_MALLOC_FAILURE);
    +    TS_RESP_CTX_set_status_info(ctx, TS_STATUS_REJECTION,
    +                                "Error during serial number generation.");
    +    return NULL;
    +}
     
     #if defined(OPENSSL_SYS_UNIX)
     
     /* Use the gettimeofday function call. */
    -static int def_time_cb(struct TS_resp_ctx *ctx, void *data, 
    -		       long *sec, long *usec)
    -	{
    -	struct timeval tv;
    -	if (gettimeofday(&tv, NULL) != 0) 
    -		{
    -		TSerr(TS_F_DEF_TIME_CB, TS_R_TIME_SYSCALL_ERROR);
    -		TS_RESP_CTX_set_status_info(ctx, TS_STATUS_REJECTION,
    -					    "Time is not available.");
    -		TS_RESP_CTX_add_failure_info(ctx, TS_INFO_TIME_NOT_AVAILABLE);
    -		return 0;
    -		}
    -	/* Return time to caller. */
    -	*sec = tv.tv_sec;
    -	*usec = tv.tv_usec;
    -
    -	return 1;
    -	}
    +static int def_time_cb(struct TS_resp_ctx *ctx, void *data,
    +                       long *sec, long *usec)
    +{
    +    struct timeval tv;
    +    if (gettimeofday(&tv, NULL) != 0) {
    +        TSerr(TS_F_DEF_TIME_CB, TS_R_TIME_SYSCALL_ERROR);
    +        TS_RESP_CTX_set_status_info(ctx, TS_STATUS_REJECTION,
    +                                    "Time is not available.");
    +        TS_RESP_CTX_add_failure_info(ctx, TS_INFO_TIME_NOT_AVAILABLE);
    +        return 0;
    +    }
    +    /* Return time to caller. */
    +    *sec = tv.tv_sec;
    +    *usec = tv.tv_usec;
    +
    +    return 1;
    +}
     
     #else
     
     /* Use the time function call that provides only seconds precision. */
    -static int def_time_cb(struct TS_resp_ctx *ctx, void *data, 
    -		       long *sec, long *usec)
    -	{
    -	time_t t;
    -	if (time(&t) == (time_t) -1)
    -		{
    -		TSerr(TS_F_DEF_TIME_CB, TS_R_TIME_SYSCALL_ERROR);
    -		TS_RESP_CTX_set_status_info(ctx, TS_STATUS_REJECTION,
    -					    "Time is not available.");
    -		TS_RESP_CTX_add_failure_info(ctx, TS_INFO_TIME_NOT_AVAILABLE);
    -		return 0;
    -		}
    -	/* Return time to caller, only second precision. */
    -	*sec = (long) t;
    -	*usec = 0;
    -
    -	return 1;
    -	}
    +static int def_time_cb(struct TS_resp_ctx *ctx, void *data,
    +                       long *sec, long *usec)
    +{
    +    time_t t;
    +    if (time(&t) == (time_t)-1) {
    +        TSerr(TS_F_DEF_TIME_CB, TS_R_TIME_SYSCALL_ERROR);
    +        TS_RESP_CTX_set_status_info(ctx, TS_STATUS_REJECTION,
    +                                    "Time is not available.");
    +        TS_RESP_CTX_add_failure_info(ctx, TS_INFO_TIME_NOT_AVAILABLE);
    +        return 0;
    +    }
    +    /* Return time to caller, only second precision. */
    +    *sec = (long)t;
    +    *usec = 0;
    +
    +    return 1;
    +}
     
     #endif
     
     static int def_extension_cb(struct TS_resp_ctx *ctx, X509_EXTENSION *ext,
    -			    void *data)
    -	{
    -	/* No extensions are processed here. */
    -	TS_RESP_CTX_set_status_info(ctx, TS_STATUS_REJECTION,
    -				    "Unsupported extension.");
    -	TS_RESP_CTX_add_failure_info(ctx, TS_INFO_UNACCEPTED_EXTENSION);
    -	return 0;
    -	}
    +                            void *data)
    +{
    +    /* No extensions are processed here. */
    +    TS_RESP_CTX_set_status_info(ctx, TS_STATUS_REJECTION,
    +                                "Unsupported extension.");
    +    TS_RESP_CTX_add_failure_info(ctx, TS_INFO_UNACCEPTED_EXTENSION);
    +    return 0;
    +}
     
     /* TS_RESP_CTX management functions. */
     
     TS_RESP_CTX *TS_RESP_CTX_new()
    -	{
    -	TS_RESP_CTX *ctx;
    +{
    +    TS_RESP_CTX *ctx;
     
    -	if (!(ctx = (TS_RESP_CTX *) OPENSSL_malloc(sizeof(TS_RESP_CTX))))
    -		{
    -		TSerr(TS_F_TS_RESP_CTX_NEW, ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -		}
    -	memset(ctx, 0, sizeof(TS_RESP_CTX));
    +    if (!(ctx = (TS_RESP_CTX *)OPENSSL_malloc(sizeof(TS_RESP_CTX)))) {
    +        TSerr(TS_F_TS_RESP_CTX_NEW, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +    memset(ctx, 0, sizeof(TS_RESP_CTX));
     
    -	/* Setting default callbacks. */
    -	ctx->serial_cb = def_serial_cb;
    -	ctx->time_cb = def_time_cb;
    -	ctx->extension_cb = def_extension_cb;
    +    /* Setting default callbacks. */
    +    ctx->serial_cb = def_serial_cb;
    +    ctx->time_cb = def_time_cb;
    +    ctx->extension_cb = def_extension_cb;
     
    -	return ctx;
    -	}
    +    return ctx;
    +}
     
     void TS_RESP_CTX_free(TS_RESP_CTX *ctx)
    -	{
    -	if (!ctx) return;
    -
    -	X509_free(ctx->signer_cert);
    -	EVP_PKEY_free(ctx->signer_key);
    -	sk_X509_pop_free(ctx->certs, X509_free);
    -	sk_ASN1_OBJECT_pop_free(ctx->policies, ASN1_OBJECT_free);
    -	ASN1_OBJECT_free(ctx->default_policy);
    -	sk_EVP_MD_free(ctx->mds);	/* No EVP_MD_free method exists. */
    -	ASN1_INTEGER_free(ctx->seconds);
    -	ASN1_INTEGER_free(ctx->millis);
    -	ASN1_INTEGER_free(ctx->micros);
    -	OPENSSL_free(ctx);
    -	}
    +{
    +    if (!ctx)
    +        return;
    +
    +    X509_free(ctx->signer_cert);
    +    EVP_PKEY_free(ctx->signer_key);
    +    sk_X509_pop_free(ctx->certs, X509_free);
    +    sk_ASN1_OBJECT_pop_free(ctx->policies, ASN1_OBJECT_free);
    +    ASN1_OBJECT_free(ctx->default_policy);
    +    sk_EVP_MD_free(ctx->mds);   /* No EVP_MD_free method exists. */
    +    ASN1_INTEGER_free(ctx->seconds);
    +    ASN1_INTEGER_free(ctx->millis);
    +    ASN1_INTEGER_free(ctx->micros);
    +    OPENSSL_free(ctx);
    +}
     
     int TS_RESP_CTX_set_signer_cert(TS_RESP_CTX *ctx, X509 *signer)
    -	{
    -	if (X509_check_purpose(signer, X509_PURPOSE_TIMESTAMP_SIGN, 0) != 1)
    -		{
    -		TSerr(TS_F_TS_RESP_CTX_SET_SIGNER_CERT, 
    -		      TS_R_INVALID_SIGNER_CERTIFICATE_PURPOSE);
    -		return 0;
    -		}
    -	if (ctx->signer_cert) X509_free(ctx->signer_cert);
    -	ctx->signer_cert = signer;
    -	CRYPTO_add(&ctx->signer_cert->references, +1, CRYPTO_LOCK_X509);
    -	return 1;
    -	}
    +{
    +    if (X509_check_purpose(signer, X509_PURPOSE_TIMESTAMP_SIGN, 0) != 1) {
    +        TSerr(TS_F_TS_RESP_CTX_SET_SIGNER_CERT,
    +              TS_R_INVALID_SIGNER_CERTIFICATE_PURPOSE);
    +        return 0;
    +    }
    +    if (ctx->signer_cert)
    +        X509_free(ctx->signer_cert);
    +    ctx->signer_cert = signer;
    +    CRYPTO_add(&ctx->signer_cert->references, +1, CRYPTO_LOCK_X509);
    +    return 1;
    +}
     
     int TS_RESP_CTX_set_signer_key(TS_RESP_CTX *ctx, EVP_PKEY *key)
    -	{
    -	if (ctx->signer_key) EVP_PKEY_free(ctx->signer_key);
    -	ctx->signer_key = key;
    -	CRYPTO_add(&ctx->signer_key->references, +1, CRYPTO_LOCK_EVP_PKEY);
    +{
    +    if (ctx->signer_key)
    +        EVP_PKEY_free(ctx->signer_key);
    +    ctx->signer_key = key;
    +    CRYPTO_add(&ctx->signer_key->references, +1, CRYPTO_LOCK_EVP_PKEY);
     
    -	return 1;
    -	}
    +    return 1;
    +}
     
     int TS_RESP_CTX_set_def_policy(TS_RESP_CTX *ctx, ASN1_OBJECT *def_policy)
    -	{
    -	if (ctx->default_policy) ASN1_OBJECT_free(ctx->default_policy);
    -	if (!(ctx->default_policy = OBJ_dup(def_policy))) goto err;
    -	return 1;
    +{
    +    if (ctx->default_policy)
    +        ASN1_OBJECT_free(ctx->default_policy);
    +    if (!(ctx->default_policy = OBJ_dup(def_policy)))
    +        goto err;
    +    return 1;
      err:
    -	TSerr(TS_F_TS_RESP_CTX_SET_DEF_POLICY, ERR_R_MALLOC_FAILURE);
    -	return 0;
    -	}
    +    TSerr(TS_F_TS_RESP_CTX_SET_DEF_POLICY, ERR_R_MALLOC_FAILURE);
    +    return 0;
    +}
     
     int TS_RESP_CTX_set_certs(TS_RESP_CTX *ctx, STACK_OF(X509) *certs)
    -	{
    -	int i;
    -
    -	if (ctx->certs)
    -		{
    -		sk_X509_pop_free(ctx->certs, X509_free);
    -		ctx->certs = NULL;
    -		}
    -	if (!certs) return 1;
    -	if (!(ctx->certs = sk_X509_dup(certs))) 
    -		{
    -		TSerr(TS_F_TS_RESP_CTX_SET_CERTS, ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	for (i = 0; i < sk_X509_num(ctx->certs); ++i)
    -		{
    -		X509 *cert = sk_X509_value(ctx->certs, i);
    -		CRYPTO_add(&cert->references, +1, CRYPTO_LOCK_X509);
    -		}
    -
    -	return 1;
    -	}
    +{
    +
    +    if (ctx->certs) {
    +        sk_X509_pop_free(ctx->certs, X509_free);
    +        ctx->certs = NULL;
    +    }
    +    if (!certs)
    +        return 1;
    +    if (!(ctx->certs = X509_chain_up_ref(certs))) {
    +        TSerr(TS_F_TS_RESP_CTX_SET_CERTS, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +
    +    return 1;
    +}
     
     int TS_RESP_CTX_add_policy(TS_RESP_CTX *ctx, ASN1_OBJECT *policy)
    -	{
    -	ASN1_OBJECT *copy = NULL;
    -
    -	/* Create new policy stack if necessary. */
    -	if (!ctx->policies && !(ctx->policies = sk_ASN1_OBJECT_new_null())) 
    -		goto err;
    -	if (!(copy = OBJ_dup(policy))) goto err;
    -	if (!sk_ASN1_OBJECT_push(ctx->policies, copy)) goto err;
    -
    -	return 1;
    +{
    +    ASN1_OBJECT *copy = NULL;
    +
    +    /* Create new policy stack if necessary. */
    +    if (!ctx->policies && !(ctx->policies = sk_ASN1_OBJECT_new_null()))
    +        goto err;
    +    if (!(copy = OBJ_dup(policy)))
    +        goto err;
    +    if (!sk_ASN1_OBJECT_push(ctx->policies, copy))
    +        goto err;
    +
    +    return 1;
      err:
    -	TSerr(TS_F_TS_RESP_CTX_ADD_POLICY, ERR_R_MALLOC_FAILURE);
    -	ASN1_OBJECT_free(copy);
    -	return 0;
    -	}
    +    TSerr(TS_F_TS_RESP_CTX_ADD_POLICY, ERR_R_MALLOC_FAILURE);
    +    ASN1_OBJECT_free(copy);
    +    return 0;
    +}
     
     int TS_RESP_CTX_add_md(TS_RESP_CTX *ctx, const EVP_MD *md)
    -	{
    -	/* Create new md stack if necessary. */
    -	if (!ctx->mds && !(ctx->mds = sk_EVP_MD_new_null())) 
    -		goto err;
    -	/* Add the shared md, no copy needed. */
    -	if (!sk_EVP_MD_push(ctx->mds, (EVP_MD *)md)) goto err;
    -
    -	return 1;
    +{
    +    /* Create new md stack if necessary. */
    +    if (!ctx->mds && !(ctx->mds = sk_EVP_MD_new_null()))
    +        goto err;
    +    /* Add the shared md, no copy needed. */
    +    if (!sk_EVP_MD_push(ctx->mds, (EVP_MD *)md))
    +        goto err;
    +
    +    return 1;
      err:
    -	TSerr(TS_F_TS_RESP_CTX_ADD_MD, ERR_R_MALLOC_FAILURE);
    -	return 0;
    -	}
    -
    -#define TS_RESP_CTX_accuracy_free(ctx)		\
    -	ASN1_INTEGER_free(ctx->seconds);	\
    -	ctx->seconds = NULL;			\
    -	ASN1_INTEGER_free(ctx->millis);		\
    -	ctx->millis = NULL;			\
    -	ASN1_INTEGER_free(ctx->micros);		\
    -	ctx->micros = NULL;
    -
    -int TS_RESP_CTX_set_accuracy(TS_RESP_CTX *ctx, 
    -			     int secs, int millis, int micros)
    -	{
    -
    -	TS_RESP_CTX_accuracy_free(ctx);
    -	if (secs && (!(ctx->seconds = ASN1_INTEGER_new())
    -		     || !ASN1_INTEGER_set(ctx->seconds, secs)))
    -		goto err;
    -	if (millis && (!(ctx->millis = ASN1_INTEGER_new())
    -		       || !ASN1_INTEGER_set(ctx->millis, millis)))
    -		goto err;
    -	if (micros && (!(ctx->micros = ASN1_INTEGER_new())
    -		       || !ASN1_INTEGER_set(ctx->micros, micros)))
    -		goto err;
    -
    -	return 1;
    +    TSerr(TS_F_TS_RESP_CTX_ADD_MD, ERR_R_MALLOC_FAILURE);
    +    return 0;
    +}
    +
    +#define TS_RESP_CTX_accuracy_free(ctx)          \
    +        ASN1_INTEGER_free(ctx->seconds);        \
    +        ctx->seconds = NULL;                    \
    +        ASN1_INTEGER_free(ctx->millis);         \
    +        ctx->millis = NULL;                     \
    +        ASN1_INTEGER_free(ctx->micros);         \
    +        ctx->micros = NULL;
    +
    +int TS_RESP_CTX_set_accuracy(TS_RESP_CTX *ctx,
    +                             int secs, int millis, int micros)
    +{
    +
    +    TS_RESP_CTX_accuracy_free(ctx);
    +    if (secs && (!(ctx->seconds = ASN1_INTEGER_new())
    +                 || !ASN1_INTEGER_set(ctx->seconds, secs)))
    +        goto err;
    +    if (millis && (!(ctx->millis = ASN1_INTEGER_new())
    +                   || !ASN1_INTEGER_set(ctx->millis, millis)))
    +        goto err;
    +    if (micros && (!(ctx->micros = ASN1_INTEGER_new())
    +                   || !ASN1_INTEGER_set(ctx->micros, micros)))
    +        goto err;
    +
    +    return 1;
      err:
    -	TS_RESP_CTX_accuracy_free(ctx);
    -	TSerr(TS_F_TS_RESP_CTX_SET_ACCURACY, ERR_R_MALLOC_FAILURE);
    -	return 0;
    -	}
    +    TS_RESP_CTX_accuracy_free(ctx);
    +    TSerr(TS_F_TS_RESP_CTX_SET_ACCURACY, ERR_R_MALLOC_FAILURE);
    +    return 0;
    +}
     
     void TS_RESP_CTX_add_flags(TS_RESP_CTX *ctx, int flags)
    -	{
    -	ctx->flags |= flags;
    -	}
    +{
    +    ctx->flags |= flags;
    +}
     
     void TS_RESP_CTX_set_serial_cb(TS_RESP_CTX *ctx, TS_serial_cb cb, void *data)
    -	{
    -	ctx->serial_cb = cb;
    -	ctx->serial_cb_data = data;
    -	}
    +{
    +    ctx->serial_cb = cb;
    +    ctx->serial_cb_data = data;
    +}
     
     void TS_RESP_CTX_set_time_cb(TS_RESP_CTX *ctx, TS_time_cb cb, void *data)
    -	{
    -	ctx->time_cb = cb;
    -	ctx->time_cb_data = data;
    -	}
    -
    -void TS_RESP_CTX_set_extension_cb(TS_RESP_CTX *ctx, 
    -				  TS_extension_cb cb, void *data)
    -	{
    -	ctx->extension_cb = cb;
    -	ctx->extension_cb_data = data;
    -	}
    -
    -int TS_RESP_CTX_set_status_info(TS_RESP_CTX *ctx, 
    -				int status, const char *text)
    -	{
    -	TS_STATUS_INFO *si = NULL;
    -	ASN1_UTF8STRING *utf8_text = NULL;
    -	int ret = 0;
    -
    -	if (!(si = TS_STATUS_INFO_new())) goto err;
    -	if (!ASN1_INTEGER_set(si->status, status)) goto err;
    -	if (text)
    -		{
    -		if (!(utf8_text = ASN1_UTF8STRING_new())
    -		    || !ASN1_STRING_set(utf8_text, text, strlen(text)))
    -			goto err;
    -		if (!si->text && !(si->text = sk_ASN1_UTF8STRING_new_null()))
    -			goto err;
    -		if (!sk_ASN1_UTF8STRING_push(si->text, utf8_text)) goto err;
    -		utf8_text = NULL;	/* Ownership is lost. */
    -		}
    -	if (!TS_RESP_set_status_info(ctx->response, si)) goto err;
    -	ret = 1;
    +{
    +    ctx->time_cb = cb;
    +    ctx->time_cb_data = data;
    +}
    +
    +void TS_RESP_CTX_set_extension_cb(TS_RESP_CTX *ctx,
    +                                  TS_extension_cb cb, void *data)
    +{
    +    ctx->extension_cb = cb;
    +    ctx->extension_cb_data = data;
    +}
    +
    +int TS_RESP_CTX_set_status_info(TS_RESP_CTX *ctx,
    +                                int status, const char *text)
    +{
    +    TS_STATUS_INFO *si = NULL;
    +    ASN1_UTF8STRING *utf8_text = NULL;
    +    int ret = 0;
    +
    +    if (!(si = TS_STATUS_INFO_new()))
    +        goto err;
    +    if (!ASN1_INTEGER_set(si->status, status))
    +        goto err;
    +    if (text) {
    +        if (!(utf8_text = ASN1_UTF8STRING_new())
    +            || !ASN1_STRING_set(utf8_text, text, strlen(text)))
    +            goto err;
    +        if (!si->text && !(si->text = sk_ASN1_UTF8STRING_new_null()))
    +            goto err;
    +        if (!sk_ASN1_UTF8STRING_push(si->text, utf8_text))
    +            goto err;
    +        utf8_text = NULL;       /* Ownership is lost. */
    +    }
    +    if (!TS_RESP_set_status_info(ctx->response, si))
    +        goto err;
    +    ret = 1;
      err:
    -	if (!ret)
    -		TSerr(TS_F_TS_RESP_CTX_SET_STATUS_INFO, ERR_R_MALLOC_FAILURE);
    -	TS_STATUS_INFO_free(si);
    -	ASN1_UTF8STRING_free(utf8_text);
    -	return ret;
    -	}
    -
    -int TS_RESP_CTX_set_status_info_cond(TS_RESP_CTX *ctx, 
    -				     int status, const char *text)
    -	{
    -	int ret = 1;
    -	TS_STATUS_INFO *si = TS_RESP_get_status_info(ctx->response);
    -
    -	if (ASN1_INTEGER_get(si->status) == TS_STATUS_GRANTED)
    -		{
    -		/* Status has not been set, set it now. */
    -		ret = TS_RESP_CTX_set_status_info(ctx, status, text);
    -		}
    -	return ret;
    -	}
    +    if (!ret)
    +        TSerr(TS_F_TS_RESP_CTX_SET_STATUS_INFO, ERR_R_MALLOC_FAILURE);
    +    TS_STATUS_INFO_free(si);
    +    ASN1_UTF8STRING_free(utf8_text);
    +    return ret;
    +}
    +
    +int TS_RESP_CTX_set_status_info_cond(TS_RESP_CTX *ctx,
    +                                     int status, const char *text)
    +{
    +    int ret = 1;
    +    TS_STATUS_INFO *si = TS_RESP_get_status_info(ctx->response);
    +
    +    if (ASN1_INTEGER_get(si->status) == TS_STATUS_GRANTED) {
    +        /* Status has not been set, set it now. */
    +        ret = TS_RESP_CTX_set_status_info(ctx, status, text);
    +    }
    +    return ret;
    +}
     
     int TS_RESP_CTX_add_failure_info(TS_RESP_CTX *ctx, int failure)
    -	{
    -	TS_STATUS_INFO *si = TS_RESP_get_status_info(ctx->response);
    -	if (!si->failure_info && !(si->failure_info = ASN1_BIT_STRING_new()))
    -		goto err;
    -	if (!ASN1_BIT_STRING_set_bit(si->failure_info, failure, 1))
    -		goto err;
    -	return 1;
    +{
    +    TS_STATUS_INFO *si = TS_RESP_get_status_info(ctx->response);
    +    if (!si->failure_info && !(si->failure_info = ASN1_BIT_STRING_new()))
    +        goto err;
    +    if (!ASN1_BIT_STRING_set_bit(si->failure_info, failure, 1))
    +        goto err;
    +    return 1;
      err:
    -	TSerr(TS_F_TS_RESP_CTX_ADD_FAILURE_INFO, ERR_R_MALLOC_FAILURE);
    -	return 0;
    -	}
    +    TSerr(TS_F_TS_RESP_CTX_ADD_FAILURE_INFO, ERR_R_MALLOC_FAILURE);
    +    return 0;
    +}
     
     TS_REQ *TS_RESP_CTX_get_request(TS_RESP_CTX *ctx)
    -	{
    -	return ctx->request;
    -	}
    +{
    +    return ctx->request;
    +}
     
     TS_TST_INFO *TS_RESP_CTX_get_tst_info(TS_RESP_CTX *ctx)
    -	{
    -	return ctx->tst_info;
    -	}
    -
    -int TS_RESP_CTX_set_clock_precision_digits(TS_RESP_CTX *ctx, unsigned precision)
    -       {
    -       if (precision > TS_MAX_CLOCK_PRECISION_DIGITS)
    -	       return 0;
    -       ctx->clock_precision_digits = precision;
    -       return 1;
    -       }
    +{
    +    return ctx->tst_info;
    +}
    +
    +int TS_RESP_CTX_set_clock_precision_digits(TS_RESP_CTX *ctx,
    +                                           unsigned precision)
    +{
    +    if (precision > TS_MAX_CLOCK_PRECISION_DIGITS)
    +        return 0;
    +    ctx->clock_precision_digits = precision;
    +    return 1;
    +}
     
     /* Main entry method of the response generation. */
     TS_RESP *TS_RESP_create_response(TS_RESP_CTX *ctx, BIO *req_bio)
    -	{
    -	ASN1_OBJECT *policy;
    -	TS_RESP *response;
    -	int result = 0;
    -
    -	TS_RESP_CTX_init(ctx);
    -
    -	/* Creating the response object. */
    -	if (!(ctx->response = TS_RESP_new())) 
    -		{
    -		TSerr(TS_F_TS_RESP_CREATE_RESPONSE, ERR_R_MALLOC_FAILURE);
    -		goto end;
    -		}
    -
    -	/* Parsing DER request. */
    -	if (!(ctx->request = d2i_TS_REQ_bio(req_bio, NULL)))
    -		{
    -		TS_RESP_CTX_set_status_info(ctx, TS_STATUS_REJECTION,
    -					    "Bad request format or "
    -					    "system error.");
    -		TS_RESP_CTX_add_failure_info(ctx, TS_INFO_BAD_DATA_FORMAT);
    -		goto end;
    -		}
    -
    -	/* Setting default status info. */
    -	if (!TS_RESP_CTX_set_status_info(ctx, TS_STATUS_GRANTED, NULL))
    -		goto end;
    -
    -	/* Checking the request format. */
    -	if (!TS_RESP_check_request(ctx)) goto end;
    -
    -	/* Checking acceptable policies. */
    -	if (!(policy = TS_RESP_get_policy(ctx))) goto end;
    -
    -	/* Creating the TS_TST_INFO object. */
    -	if (!(ctx->tst_info = TS_RESP_create_tst_info(ctx, policy)))
    -		goto end;
    -
    -	/* Processing extensions. */
    -	if (!TS_RESP_process_extensions(ctx)) goto end;
    -
    -	/* Generating the signature. */
    -	if (!TS_RESP_sign(ctx)) goto end;
    -
    -	/* Everything was successful. */
    -	result = 1;
    +{
    +    ASN1_OBJECT *policy;
    +    TS_RESP *response;
    +    int result = 0;
    +
    +    TS_RESP_CTX_init(ctx);
    +
    +    /* Creating the response object. */
    +    if (!(ctx->response = TS_RESP_new())) {
    +        TSerr(TS_F_TS_RESP_CREATE_RESPONSE, ERR_R_MALLOC_FAILURE);
    +        goto end;
    +    }
    +
    +    /* Parsing DER request. */
    +    if (!(ctx->request = d2i_TS_REQ_bio(req_bio, NULL))) {
    +        TS_RESP_CTX_set_status_info(ctx, TS_STATUS_REJECTION,
    +                                    "Bad request format or " "system error.");
    +        TS_RESP_CTX_add_failure_info(ctx, TS_INFO_BAD_DATA_FORMAT);
    +        goto end;
    +    }
    +
    +    /* Setting default status info. */
    +    if (!TS_RESP_CTX_set_status_info(ctx, TS_STATUS_GRANTED, NULL))
    +        goto end;
    +
    +    /* Checking the request format. */
    +    if (!TS_RESP_check_request(ctx))
    +        goto end;
    +
    +    /* Checking acceptable policies. */
    +    if (!(policy = TS_RESP_get_policy(ctx)))
    +        goto end;
    +
    +    /* Creating the TS_TST_INFO object. */
    +    if (!(ctx->tst_info = TS_RESP_create_tst_info(ctx, policy)))
    +        goto end;
    +
    +    /* Processing extensions. */
    +    if (!TS_RESP_process_extensions(ctx))
    +        goto end;
    +
    +    /* Generating the signature. */
    +    if (!TS_RESP_sign(ctx))
    +        goto end;
    +
    +    /* Everything was successful. */
    +    result = 1;
      end:
    -	if (!result)
    -		{
    -		TSerr(TS_F_TS_RESP_CREATE_RESPONSE, TS_R_RESPONSE_SETUP_ERROR);
    -		if (ctx->response != NULL)
    -			{
    -			if (TS_RESP_CTX_set_status_info_cond(ctx,
    -				TS_STATUS_REJECTION, "Error during response "
    -				"generation.") == 0)
    -				{
    -				TS_RESP_free(ctx->response);
    -				ctx->response = NULL;
    -				}
    -			}
    -		}
    -	response = ctx->response;
    -	ctx->response = NULL;	/* Ownership will be returned to caller. */
    -	TS_RESP_CTX_cleanup(ctx);
    -	return response;
    -	}
    +    if (!result) {
    +        TSerr(TS_F_TS_RESP_CREATE_RESPONSE, TS_R_RESPONSE_SETUP_ERROR);
    +        if (ctx->response != NULL) {
    +            if (TS_RESP_CTX_set_status_info_cond(ctx,
    +                                                 TS_STATUS_REJECTION,
    +                                                 "Error during response "
    +                                                 "generation.") == 0) {
    +                TS_RESP_free(ctx->response);
    +                ctx->response = NULL;
    +            }
    +        }
    +    }
    +    response = ctx->response;
    +    ctx->response = NULL;       /* Ownership will be returned to caller. */
    +    TS_RESP_CTX_cleanup(ctx);
    +    return response;
    +}
     
     /* Initializes the variable part of the context. */
     static void TS_RESP_CTX_init(TS_RESP_CTX *ctx)
    -	{
    -	ctx->request = NULL;
    -	ctx->response = NULL;
    -	ctx->tst_info = NULL;
    -	}
    +{
    +    ctx->request = NULL;
    +    ctx->response = NULL;
    +    ctx->tst_info = NULL;
    +}
     
     /* Cleans up the variable part of the context. */
     static void TS_RESP_CTX_cleanup(TS_RESP_CTX *ctx)
    -	{
    -	TS_REQ_free(ctx->request);
    -	ctx->request = NULL;
    -	TS_RESP_free(ctx->response);
    -	ctx->response = NULL;
    -	TS_TST_INFO_free(ctx->tst_info);
    -	ctx->tst_info = NULL;
    -	}
    +{
    +    TS_REQ_free(ctx->request);
    +    ctx->request = NULL;
    +    TS_RESP_free(ctx->response);
    +    ctx->response = NULL;
    +    TS_TST_INFO_free(ctx->tst_info);
    +    ctx->tst_info = NULL;
    +}
     
     /* Checks the format and content of the request. */
     static int TS_RESP_check_request(TS_RESP_CTX *ctx)
    -	{
    -	TS_REQ *request = ctx->request;
    -	TS_MSG_IMPRINT *msg_imprint;
    -	X509_ALGOR *md_alg;
    -	int md_alg_id;
    -	const ASN1_OCTET_STRING *digest;
    -	EVP_MD *md = NULL;
    -	int i;
    -
    -	/* Checking request version. */
    -	if (TS_REQ_get_version(request) != 1)
    -		{
    -		TS_RESP_CTX_set_status_info(ctx, TS_STATUS_REJECTION,
    -					    "Bad request version.");
    -		TS_RESP_CTX_add_failure_info(ctx, TS_INFO_BAD_REQUEST);
    -		return 0;
    -		}
    -
    -	/* Checking message digest algorithm. */
    -	msg_imprint = TS_REQ_get_msg_imprint(request);
    -	md_alg = TS_MSG_IMPRINT_get_algo(msg_imprint);
    -	md_alg_id = OBJ_obj2nid(md_alg->algorithm);
    -	for (i = 0; !md && i < sk_EVP_MD_num(ctx->mds); ++i)
    -		{
    -		EVP_MD *current_md = sk_EVP_MD_value(ctx->mds, i);
    -		if (md_alg_id == EVP_MD_type(current_md))
    -			md = current_md;
    -		}
    -	if (!md)
    -		{
    -		TS_RESP_CTX_set_status_info(ctx, TS_STATUS_REJECTION,
    -					    "Message digest algorithm is "
    -					    "not supported.");
    -		TS_RESP_CTX_add_failure_info(ctx, TS_INFO_BAD_ALG);
    -		return 0;
    -		}
    -
    -	/* No message digest takes parameter. */
    -	if (md_alg->parameter 
    -	    && ASN1_TYPE_get(md_alg->parameter) != V_ASN1_NULL)
    -		{
    -		TS_RESP_CTX_set_status_info(ctx, TS_STATUS_REJECTION,
    -					    "Superfluous message digest "
    -					    "parameter.");
    -		TS_RESP_CTX_add_failure_info(ctx, TS_INFO_BAD_ALG);
    -		return 0;
    -		}
    -	/* Checking message digest size. */
    -	digest = TS_MSG_IMPRINT_get_msg(msg_imprint);
    -	if (digest->length != EVP_MD_size(md))
    -		{
    -		TS_RESP_CTX_set_status_info(ctx, TS_STATUS_REJECTION,
    -					    "Bad message digest.");
    -		TS_RESP_CTX_add_failure_info(ctx, TS_INFO_BAD_DATA_FORMAT);
    -		return 0;
    -		}
    -
    -	return 1;
    -	}
    +{
    +    TS_REQ *request = ctx->request;
    +    TS_MSG_IMPRINT *msg_imprint;
    +    X509_ALGOR *md_alg;
    +    int md_alg_id;
    +    const ASN1_OCTET_STRING *digest;
    +    EVP_MD *md = NULL;
    +    int i;
    +
    +    /* Checking request version. */
    +    if (TS_REQ_get_version(request) != 1) {
    +        TS_RESP_CTX_set_status_info(ctx, TS_STATUS_REJECTION,
    +                                    "Bad request version.");
    +        TS_RESP_CTX_add_failure_info(ctx, TS_INFO_BAD_REQUEST);
    +        return 0;
    +    }
    +
    +    /* Checking message digest algorithm. */
    +    msg_imprint = TS_REQ_get_msg_imprint(request);
    +    md_alg = TS_MSG_IMPRINT_get_algo(msg_imprint);
    +    md_alg_id = OBJ_obj2nid(md_alg->algorithm);
    +    for (i = 0; !md && i < sk_EVP_MD_num(ctx->mds); ++i) {
    +        EVP_MD *current_md = sk_EVP_MD_value(ctx->mds, i);
    +        if (md_alg_id == EVP_MD_type(current_md))
    +            md = current_md;
    +    }
    +    if (!md) {
    +        TS_RESP_CTX_set_status_info(ctx, TS_STATUS_REJECTION,
    +                                    "Message digest algorithm is "
    +                                    "not supported.");
    +        TS_RESP_CTX_add_failure_info(ctx, TS_INFO_BAD_ALG);
    +        return 0;
    +    }
    +
    +    /* No message digest takes parameter. */
    +    if (md_alg->parameter && ASN1_TYPE_get(md_alg->parameter) != V_ASN1_NULL) {
    +        TS_RESP_CTX_set_status_info(ctx, TS_STATUS_REJECTION,
    +                                    "Superfluous message digest "
    +                                    "parameter.");
    +        TS_RESP_CTX_add_failure_info(ctx, TS_INFO_BAD_ALG);
    +        return 0;
    +    }
    +    /* Checking message digest size. */
    +    digest = TS_MSG_IMPRINT_get_msg(msg_imprint);
    +    if (digest->length != EVP_MD_size(md)) {
    +        TS_RESP_CTX_set_status_info(ctx, TS_STATUS_REJECTION,
    +                                    "Bad message digest.");
    +        TS_RESP_CTX_add_failure_info(ctx, TS_INFO_BAD_DATA_FORMAT);
    +        return 0;
    +    }
    +
    +    return 1;
    +}
     
     /* Returns the TSA policy based on the requested and acceptable policies. */
     static ASN1_OBJECT *TS_RESP_get_policy(TS_RESP_CTX *ctx)
    -	{
    -	ASN1_OBJECT *requested = TS_REQ_get_policy_id(ctx->request);
    -	ASN1_OBJECT *policy = NULL;
    -	int i;
    -
    -	if (ctx->default_policy == NULL)
    -		{
    -		TSerr(TS_F_TS_RESP_GET_POLICY, TS_R_INVALID_NULL_POINTER);
    -		return NULL;
    -		}
    -	/* Return the default policy if none is requested or the default is
    -	   requested. */
    -	if (!requested || !OBJ_cmp(requested, ctx->default_policy))
    -		policy = ctx->default_policy;
    -
    -	/* Check if the policy is acceptable. */
    -	for (i = 0; !policy && i < sk_ASN1_OBJECT_num(ctx->policies); ++i)
    -		{
    -		ASN1_OBJECT *current = sk_ASN1_OBJECT_value(ctx->policies, i);
    -		if (!OBJ_cmp(requested, current))
    -			policy = current;
    -		}
    -	if (!policy)
    -		{
    -		TSerr(TS_F_TS_RESP_GET_POLICY, TS_R_UNACCEPTABLE_POLICY);
    -		TS_RESP_CTX_set_status_info(ctx, TS_STATUS_REJECTION,
    -					    "Requested policy is not "
    -					    "supported.");
    -		TS_RESP_CTX_add_failure_info(ctx, TS_INFO_UNACCEPTED_POLICY);
    -		}
    -	return policy;
    -	}
    +{
    +    ASN1_OBJECT *requested = TS_REQ_get_policy_id(ctx->request);
    +    ASN1_OBJECT *policy = NULL;
    +    int i;
    +
    +    if (ctx->default_policy == NULL) {
    +        TSerr(TS_F_TS_RESP_GET_POLICY, TS_R_INVALID_NULL_POINTER);
    +        return NULL;
    +    }
    +    /*
    +     * Return the default policy if none is requested or the default is
    +     * requested.
    +     */
    +    if (!requested || !OBJ_cmp(requested, ctx->default_policy))
    +        policy = ctx->default_policy;
    +
    +    /* Check if the policy is acceptable. */
    +    for (i = 0; !policy && i < sk_ASN1_OBJECT_num(ctx->policies); ++i) {
    +        ASN1_OBJECT *current = sk_ASN1_OBJECT_value(ctx->policies, i);
    +        if (!OBJ_cmp(requested, current))
    +            policy = current;
    +    }
    +    if (!policy) {
    +        TSerr(TS_F_TS_RESP_GET_POLICY, TS_R_UNACCEPTABLE_POLICY);
    +        TS_RESP_CTX_set_status_info(ctx, TS_STATUS_REJECTION,
    +                                    "Requested policy is not " "supported.");
    +        TS_RESP_CTX_add_failure_info(ctx, TS_INFO_UNACCEPTED_POLICY);
    +    }
    +    return policy;
    +}
     
     /* Creates the TS_TST_INFO object based on the settings of the context. */
     static TS_TST_INFO *TS_RESP_create_tst_info(TS_RESP_CTX *ctx,
    -					    ASN1_OBJECT *policy)
    -	{
    -	int result = 0;
    -	TS_TST_INFO *tst_info = NULL;
    -	ASN1_INTEGER *serial = NULL;
    -	ASN1_GENERALIZEDTIME *asn1_time = NULL;
    -	long sec, usec;
    -	TS_ACCURACY *accuracy = NULL;
    -	const ASN1_INTEGER *nonce;
    -	GENERAL_NAME *tsa_name = NULL;
    -
    -	if (!(tst_info = TS_TST_INFO_new())) goto end;
    -	if (!TS_TST_INFO_set_version(tst_info, 1)) goto end;
    -	if (!TS_TST_INFO_set_policy_id(tst_info, policy)) goto end;
    -	if (!TS_TST_INFO_set_msg_imprint(tst_info, ctx->request->msg_imprint))
    -		goto end;
    -	if (!(serial = (*ctx->serial_cb)(ctx, ctx->serial_cb_data))
    -	    || !TS_TST_INFO_set_serial(tst_info, serial))
    -		goto end;
    -	if (!(*ctx->time_cb)(ctx, ctx->time_cb_data, &sec, &usec)
    -            || !(asn1_time = TS_RESP_set_genTime_with_precision(NULL, 
    -					sec, usec, 
    -					ctx->clock_precision_digits))
    -	    || !TS_TST_INFO_set_time(tst_info, asn1_time))
    -		goto end;
    -
    -	/* Setting accuracy if needed. */
    -	if ((ctx->seconds || ctx->millis || ctx->micros) 
    -	    && !(accuracy = TS_ACCURACY_new()))
    -		goto end;
    -
    -	if (ctx->seconds && !TS_ACCURACY_set_seconds(accuracy, ctx->seconds))
    -		goto end;
    -	if (ctx->millis && !TS_ACCURACY_set_millis(accuracy, ctx->millis))
    -		goto end;
    -	if (ctx->micros && !TS_ACCURACY_set_micros(accuracy, ctx->micros))
    -		goto end;
    -	if (accuracy && !TS_TST_INFO_set_accuracy(tst_info, accuracy)) 
    -		goto end;
    -
    -	/* Setting ordering. */
    -	if ((ctx->flags & TS_ORDERING) 
    -	    && !TS_TST_INFO_set_ordering(tst_info, 1))
    -		goto end;
    -	
    -	/* Setting nonce if needed. */
    -	if ((nonce = TS_REQ_get_nonce(ctx->request)) != NULL
    -	    && !TS_TST_INFO_set_nonce(tst_info, nonce))
    -		goto end;
    -
    -	/* Setting TSA name to subject of signer certificate. */
    -	if (ctx->flags & TS_TSA_NAME)
    -		{
    -		if (!(tsa_name = GENERAL_NAME_new())) goto end;
    -		tsa_name->type = GEN_DIRNAME;
    -		tsa_name->d.dirn = 
    -			X509_NAME_dup(ctx->signer_cert->cert_info->subject);
    -		if (!tsa_name->d.dirn) goto end;
    -		if (!TS_TST_INFO_set_tsa(tst_info, tsa_name)) goto end;
    -		}
    -
    -	result = 1;
    +                                            ASN1_OBJECT *policy)
    +{
    +    int result = 0;
    +    TS_TST_INFO *tst_info = NULL;
    +    ASN1_INTEGER *serial = NULL;
    +    ASN1_GENERALIZEDTIME *asn1_time = NULL;
    +    long sec, usec;
    +    TS_ACCURACY *accuracy = NULL;
    +    const ASN1_INTEGER *nonce;
    +    GENERAL_NAME *tsa_name = NULL;
    +
    +    if (!(tst_info = TS_TST_INFO_new()))
    +        goto end;
    +    if (!TS_TST_INFO_set_version(tst_info, 1))
    +        goto end;
    +    if (!TS_TST_INFO_set_policy_id(tst_info, policy))
    +        goto end;
    +    if (!TS_TST_INFO_set_msg_imprint(tst_info, ctx->request->msg_imprint))
    +        goto end;
    +    if (!(serial = (*ctx->serial_cb) (ctx, ctx->serial_cb_data))
    +        || !TS_TST_INFO_set_serial(tst_info, serial))
    +        goto end;
    +    if (!(*ctx->time_cb) (ctx, ctx->time_cb_data, &sec, &usec)
    +        || !(asn1_time = TS_RESP_set_genTime_with_precision(NULL,
    +                                                            sec, usec,
    +                                                            ctx->clock_precision_digits))
    +        || !TS_TST_INFO_set_time(tst_info, asn1_time))
    +        goto end;
    +
    +    /* Setting accuracy if needed. */
    +    if ((ctx->seconds || ctx->millis || ctx->micros)
    +        && !(accuracy = TS_ACCURACY_new()))
    +        goto end;
    +
    +    if (ctx->seconds && !TS_ACCURACY_set_seconds(accuracy, ctx->seconds))
    +        goto end;
    +    if (ctx->millis && !TS_ACCURACY_set_millis(accuracy, ctx->millis))
    +        goto end;
    +    if (ctx->micros && !TS_ACCURACY_set_micros(accuracy, ctx->micros))
    +        goto end;
    +    if (accuracy && !TS_TST_INFO_set_accuracy(tst_info, accuracy))
    +        goto end;
    +
    +    /* Setting ordering. */
    +    if ((ctx->flags & TS_ORDERING)
    +        && !TS_TST_INFO_set_ordering(tst_info, 1))
    +        goto end;
    +
    +    /* Setting nonce if needed. */
    +    if ((nonce = TS_REQ_get_nonce(ctx->request)) != NULL
    +        && !TS_TST_INFO_set_nonce(tst_info, nonce))
    +        goto end;
    +
    +    /* Setting TSA name to subject of signer certificate. */
    +    if (ctx->flags & TS_TSA_NAME) {
    +        if (!(tsa_name = GENERAL_NAME_new()))
    +            goto end;
    +        tsa_name->type = GEN_DIRNAME;
    +        tsa_name->d.dirn =
    +            X509_NAME_dup(ctx->signer_cert->cert_info->subject);
    +        if (!tsa_name->d.dirn)
    +            goto end;
    +        if (!TS_TST_INFO_set_tsa(tst_info, tsa_name))
    +            goto end;
    +    }
    +
    +    result = 1;
      end:
    -	if (!result)
    -		{
    -		TS_TST_INFO_free(tst_info);
    -		tst_info = NULL;
    -		TSerr(TS_F_TS_RESP_CREATE_TST_INFO, TS_R_TST_INFO_SETUP_ERROR);
    -		TS_RESP_CTX_set_status_info_cond(ctx, TS_STATUS_REJECTION,
    -						 "Error during TSTInfo "
    -						 "generation.");
    -		}
    -	GENERAL_NAME_free(tsa_name);
    -	TS_ACCURACY_free(accuracy);
    -	ASN1_GENERALIZEDTIME_free(asn1_time);
    -	ASN1_INTEGER_free(serial);
    -	
    -	return tst_info;
    -	}
    +    if (!result) {
    +        TS_TST_INFO_free(tst_info);
    +        tst_info = NULL;
    +        TSerr(TS_F_TS_RESP_CREATE_TST_INFO, TS_R_TST_INFO_SETUP_ERROR);
    +        TS_RESP_CTX_set_status_info_cond(ctx, TS_STATUS_REJECTION,
    +                                         "Error during TSTInfo "
    +                                         "generation.");
    +    }
    +    GENERAL_NAME_free(tsa_name);
    +    TS_ACCURACY_free(accuracy);
    +    ASN1_GENERALIZEDTIME_free(asn1_time);
    +    ASN1_INTEGER_free(serial);
    +
    +    return tst_info;
    +}
     
     /* Processing the extensions of the request. */
     static int TS_RESP_process_extensions(TS_RESP_CTX *ctx)
    -	{
    -	STACK_OF(X509_EXTENSION) *exts = TS_REQ_get_exts(ctx->request);
    -	int i;
    -	int ok = 1;
    -
    -	for (i = 0; ok && i < sk_X509_EXTENSION_num(exts); ++i)
    -		{
    -		X509_EXTENSION *ext = sk_X509_EXTENSION_value(exts, i);
    -		/* XXXXX The last argument was previously
    -		   (void *)ctx->extension_cb, but ISO C doesn't permit
    -		   converting a function pointer to void *.  For lack of
    -		   better information, I'm placing a NULL there instead.
    -		   The callback can pick its own address out from the ctx
    -		   anyway...
    -		*/
    -		ok = (*ctx->extension_cb)(ctx, ext, NULL);
    -		}
    -
    -	return ok;
    -	}
    +{
    +    STACK_OF(X509_EXTENSION) *exts = TS_REQ_get_exts(ctx->request);
    +    int i;
    +    int ok = 1;
    +
    +    for (i = 0; ok && i < sk_X509_EXTENSION_num(exts); ++i) {
    +        X509_EXTENSION *ext = sk_X509_EXTENSION_value(exts, i);
    +        /*
    +         * XXXXX The last argument was previously (void *)ctx->extension_cb,
    +         * but ISO C doesn't permit converting a function pointer to void *.
    +         * For lack of better information, I'm placing a NULL there instead.
    +         * The callback can pick its own address out from the ctx anyway...
    +         */
    +        ok = (*ctx->extension_cb) (ctx, ext, NULL);
    +    }
    +
    +    return ok;
    +}
     
     /* Functions for signing the TS_TST_INFO structure of the context. */
     static int TS_RESP_sign(TS_RESP_CTX *ctx)
    -	{
    -	int ret = 0;
    -	PKCS7 *p7 = NULL;
    -	PKCS7_SIGNER_INFO *si;
    -	STACK_OF(X509) *certs;	/* Certificates to include in sc. */
    -	ESS_SIGNING_CERT *sc = NULL;
    -	ASN1_OBJECT *oid;
    -	BIO *p7bio = NULL;
    -	int i;
    -
    -	/* Check if signcert and pkey match. */
    -	if (!X509_check_private_key(ctx->signer_cert, ctx->signer_key)) {
    -		TSerr(TS_F_TS_RESP_SIGN, 
    -		      TS_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE);
    -                goto err;
    -	}
    -
    -	/* Create a new PKCS7 signed object. */
    -	if (!(p7 = PKCS7_new())) {
    -		TSerr(TS_F_TS_RESP_SIGN, ERR_R_MALLOC_FAILURE);
    -		goto err;
    -	}
    -	if (!PKCS7_set_type(p7, NID_pkcs7_signed)) goto err;
    -
    -	/* Force SignedData version to be 3 instead of the default 1. */
    -	if (!ASN1_INTEGER_set(p7->d.sign->version, 3)) goto err;
    -
    -	/* Add signer certificate and optional certificate chain. */
    -	if (TS_REQ_get_cert_req(ctx->request))
    -		{
    -		PKCS7_add_certificate(p7, ctx->signer_cert);
    -		if (ctx->certs)
    -			{
    -			for(i = 0; i < sk_X509_num(ctx->certs); ++i) 
    -				{
    -				X509 *cert = sk_X509_value(ctx->certs, i);
    -				PKCS7_add_certificate(p7, cert);
    -				}
    -			}
    -		}
    -
    -	/* Add a new signer info. */
    -    	if (!(si = PKCS7_add_signature(p7, ctx->signer_cert, 
    -				       ctx->signer_key, EVP_sha1())))
    -		{
    -		TSerr(TS_F_TS_RESP_SIGN, TS_R_PKCS7_ADD_SIGNATURE_ERROR);
    -		goto err;
    -		}
    -
    -	/* Add content type signed attribute to the signer info. */
    -	oid = OBJ_nid2obj(NID_id_smime_ct_TSTInfo);
    -	if (!PKCS7_add_signed_attribute(si, NID_pkcs9_contentType,
    -					V_ASN1_OBJECT, oid))
    -		{
    -		TSerr(TS_F_TS_RESP_SIGN, TS_R_PKCS7_ADD_SIGNED_ATTR_ERROR);
    -		goto err;
    -		}
    -
    -	/* Create the ESS SigningCertificate attribute which contains 
    -	   the signer certificate id and optionally the certificate chain. */
    -	certs = ctx->flags & TS_ESS_CERT_ID_CHAIN ? ctx->certs : NULL;
    -	if (!(sc = ESS_SIGNING_CERT_new_init(ctx->signer_cert, certs)))
    -		goto err;
    -
    -	/* Add SigningCertificate signed attribute to the signer info. */
    -	if (!ESS_add_signing_cert(si, sc))
    -		{
    -		TSerr(TS_F_TS_RESP_SIGN, TS_R_ESS_ADD_SIGNING_CERT_ERROR);
    -		goto err;
    -		}	
    -
    -	/* Add a new empty NID_id_smime_ct_TSTInfo encapsulated content. */
    -	if (!TS_TST_INFO_content_new(p7)) goto err;
    -
    -	/* Add the DER encoded tst_info to the PKCS7 structure. */
    -	if (!(p7bio = PKCS7_dataInit(p7, NULL))) {
    -		TSerr(TS_F_TS_RESP_SIGN, ERR_R_MALLOC_FAILURE);
    -		goto err;
    -	}
    -
    -	/* Convert tst_info to DER. */
    -	if (!i2d_TS_TST_INFO_bio(p7bio, ctx->tst_info))
    -		{
    -		TSerr(TS_F_TS_RESP_SIGN, TS_R_TS_DATASIGN);
    -		goto err;
    -		}
    -
    -	/* Create the signature and add it to the signer info. */
    -        if (!PKCS7_dataFinal(p7, p7bio))
    -		{
    -		TSerr(TS_F_TS_RESP_SIGN, TS_R_TS_DATASIGN);
    -		goto err;
    -		}
    -
    -	/* Set new PKCS7 and TST_INFO objects. */
    -	TS_RESP_set_tst_info(ctx->response, p7, ctx->tst_info);
    -	p7 = NULL;		/* Ownership is lost. */
    -	ctx->tst_info = NULL;	/* Ownership is lost. */
    -
    -	ret = 1;
    +{
    +    int ret = 0;
    +    PKCS7 *p7 = NULL;
    +    PKCS7_SIGNER_INFO *si;
    +    STACK_OF(X509) *certs;      /* Certificates to include in sc. */
    +    ESS_SIGNING_CERT *sc = NULL;
    +    ASN1_OBJECT *oid;
    +    BIO *p7bio = NULL;
    +    int i;
    +
    +    /* Check if signcert and pkey match. */
    +    if (!X509_check_private_key(ctx->signer_cert, ctx->signer_key)) {
    +        TSerr(TS_F_TS_RESP_SIGN, TS_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE);
    +        goto err;
    +    }
    +
    +    /* Create a new PKCS7 signed object. */
    +    if (!(p7 = PKCS7_new())) {
    +        TSerr(TS_F_TS_RESP_SIGN, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +    if (!PKCS7_set_type(p7, NID_pkcs7_signed))
    +        goto err;
    +
    +    /* Force SignedData version to be 3 instead of the default 1. */
    +    if (!ASN1_INTEGER_set(p7->d.sign->version, 3))
    +        goto err;
    +
    +    /* Add signer certificate and optional certificate chain. */
    +    if (TS_REQ_get_cert_req(ctx->request)) {
    +        PKCS7_add_certificate(p7, ctx->signer_cert);
    +        if (ctx->certs) {
    +            for (i = 0; i < sk_X509_num(ctx->certs); ++i) {
    +                X509 *cert = sk_X509_value(ctx->certs, i);
    +                PKCS7_add_certificate(p7, cert);
    +            }
    +        }
    +    }
    +
    +    /* Add a new signer info. */
    +    if (!(si = PKCS7_add_signature(p7, ctx->signer_cert,
    +                                   ctx->signer_key, EVP_sha1()))) {
    +        TSerr(TS_F_TS_RESP_SIGN, TS_R_PKCS7_ADD_SIGNATURE_ERROR);
    +        goto err;
    +    }
    +
    +    /* Add content type signed attribute to the signer info. */
    +    oid = OBJ_nid2obj(NID_id_smime_ct_TSTInfo);
    +    if (!PKCS7_add_signed_attribute(si, NID_pkcs9_contentType,
    +                                    V_ASN1_OBJECT, oid)) {
    +        TSerr(TS_F_TS_RESP_SIGN, TS_R_PKCS7_ADD_SIGNED_ATTR_ERROR);
    +        goto err;
    +    }
    +
    +    /*
    +     * Create the ESS SigningCertificate attribute which contains the signer
    +     * certificate id and optionally the certificate chain.
    +     */
    +    certs = ctx->flags & TS_ESS_CERT_ID_CHAIN ? ctx->certs : NULL;
    +    if (!(sc = ESS_SIGNING_CERT_new_init(ctx->signer_cert, certs)))
    +        goto err;
    +
    +    /* Add SigningCertificate signed attribute to the signer info. */
    +    if (!ESS_add_signing_cert(si, sc)) {
    +        TSerr(TS_F_TS_RESP_SIGN, TS_R_ESS_ADD_SIGNING_CERT_ERROR);
    +        goto err;
    +    }
    +
    +    /* Add a new empty NID_id_smime_ct_TSTInfo encapsulated content. */
    +    if (!TS_TST_INFO_content_new(p7))
    +        goto err;
    +
    +    /* Add the DER encoded tst_info to the PKCS7 structure. */
    +    if (!(p7bio = PKCS7_dataInit(p7, NULL))) {
    +        TSerr(TS_F_TS_RESP_SIGN, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    /* Convert tst_info to DER. */
    +    if (!i2d_TS_TST_INFO_bio(p7bio, ctx->tst_info)) {
    +        TSerr(TS_F_TS_RESP_SIGN, TS_R_TS_DATASIGN);
    +        goto err;
    +    }
    +
    +    /* Create the signature and add it to the signer info. */
    +    if (!PKCS7_dataFinal(p7, p7bio)) {
    +        TSerr(TS_F_TS_RESP_SIGN, TS_R_TS_DATASIGN);
    +        goto err;
    +    }
    +
    +    /* Set new PKCS7 and TST_INFO objects. */
    +    TS_RESP_set_tst_info(ctx->response, p7, ctx->tst_info);
    +    p7 = NULL;                  /* Ownership is lost. */
    +    ctx->tst_info = NULL;       /* Ownership is lost. */
    +
    +    ret = 1;
      err:
    -	if (!ret)
    -		TS_RESP_CTX_set_status_info_cond(ctx, TS_STATUS_REJECTION,
    -						 "Error during signature "
    -						 "generation.");
    -	BIO_free_all(p7bio);
    -	ESS_SIGNING_CERT_free(sc);
    -	PKCS7_free(p7);
    -	return ret;
    -	}
    -
    -static ESS_SIGNING_CERT *ESS_SIGNING_CERT_new_init(X509 *signcert, 
    -						   STACK_OF(X509) *certs)
    -	{
    -	ESS_CERT_ID *cid;
    -	ESS_SIGNING_CERT *sc = NULL;
    -	int i;
    -
    -	/* Creating the ESS_CERT_ID stack. */
    -	if (!(sc = ESS_SIGNING_CERT_new())) goto err;
    -	if (!sc->cert_ids && !(sc->cert_ids = sk_ESS_CERT_ID_new_null()))
    -		goto err;
    -
    -	/* Adding the signing certificate id. */
    -	if (!(cid = ESS_CERT_ID_new_init(signcert, 0))
    -	    || !sk_ESS_CERT_ID_push(sc->cert_ids, cid))
    -		goto err;
    -	/* Adding the certificate chain ids. */
    -	for (i = 0; i < sk_X509_num(certs); ++i)
    -		{
    -		X509 *cert = sk_X509_value(certs, i);
    -		if (!(cid = ESS_CERT_ID_new_init(cert, 1))
    -		    || !sk_ESS_CERT_ID_push(sc->cert_ids, cid))
    -			goto err;
    -		}
    -
    -	return sc;
    -err:
    -	ESS_SIGNING_CERT_free(sc);
    -	TSerr(TS_F_ESS_SIGNING_CERT_NEW_INIT, ERR_R_MALLOC_FAILURE);
    -	return NULL;
    -	}
    +    if (!ret)
    +        TS_RESP_CTX_set_status_info_cond(ctx, TS_STATUS_REJECTION,
    +                                         "Error during signature "
    +                                         "generation.");
    +    BIO_free_all(p7bio);
    +    ESS_SIGNING_CERT_free(sc);
    +    PKCS7_free(p7);
    +    return ret;
    +}
    +
    +static ESS_SIGNING_CERT *ESS_SIGNING_CERT_new_init(X509 *signcert,
    +                                                   STACK_OF(X509) *certs)
    +{
    +    ESS_CERT_ID *cid;
    +    ESS_SIGNING_CERT *sc = NULL;
    +    int i;
    +
    +    /* Creating the ESS_CERT_ID stack. */
    +    if (!(sc = ESS_SIGNING_CERT_new()))
    +        goto err;
    +    if (!sc->cert_ids && !(sc->cert_ids = sk_ESS_CERT_ID_new_null()))
    +        goto err;
    +
    +    /* Adding the signing certificate id. */
    +    if (!(cid = ESS_CERT_ID_new_init(signcert, 0))
    +        || !sk_ESS_CERT_ID_push(sc->cert_ids, cid))
    +        goto err;
    +    /* Adding the certificate chain ids. */
    +    for (i = 0; i < sk_X509_num(certs); ++i) {
    +        X509 *cert = sk_X509_value(certs, i);
    +        if (!(cid = ESS_CERT_ID_new_init(cert, 1))
    +            || !sk_ESS_CERT_ID_push(sc->cert_ids, cid))
    +            goto err;
    +    }
    +
    +    return sc;
    + err:
    +    ESS_SIGNING_CERT_free(sc);
    +    TSerr(TS_F_ESS_SIGNING_CERT_NEW_INIT, ERR_R_MALLOC_FAILURE);
    +    return NULL;
    +}
     
     static ESS_CERT_ID *ESS_CERT_ID_new_init(X509 *cert, int issuer_needed)
    -	{
    -	ESS_CERT_ID *cid = NULL;
    -	GENERAL_NAME *name = NULL;
    -	
    -	/* Recompute SHA1 hash of certificate if necessary (side effect). */
    -	X509_check_purpose(cert, -1, 0);
    -
    -	if (!(cid = ESS_CERT_ID_new())) goto err;
    -	if (!ASN1_OCTET_STRING_set(cid->hash, cert->sha1_hash,
    -				   sizeof(cert->sha1_hash)))
    -		goto err;
    -
    -	/* Setting the issuer/serial if requested. */
    -	if (issuer_needed)
    -		{
    -		/* Creating issuer/serial structure. */
    -		if (!cid->issuer_serial
    -		    && !(cid->issuer_serial = ESS_ISSUER_SERIAL_new()))
    -			goto err;
    -		/* Creating general name from the certificate issuer. */
    -		if (!(name = GENERAL_NAME_new())) goto err;
    -		name->type = GEN_DIRNAME;
    -		if (!(name->d.dirn = X509_NAME_dup(cert->cert_info->issuer))) 
    -			goto err;
    -		if (!sk_GENERAL_NAME_push(cid->issuer_serial->issuer, name)) 
    -			goto err;
    -		name = NULL;	/* Ownership is lost. */
    -		/* Setting the serial number. */
    -		ASN1_INTEGER_free(cid->issuer_serial->serial);
    -		if (!(cid->issuer_serial->serial = 
    -		      ASN1_INTEGER_dup(cert->cert_info->serialNumber)))
    -			goto err;
    -		}
    -
    -	return cid;
    -err:
    -	GENERAL_NAME_free(name);
    -	ESS_CERT_ID_free(cid);
    -	TSerr(TS_F_ESS_CERT_ID_NEW_INIT, ERR_R_MALLOC_FAILURE);
    -	return NULL;
    -	}
    +{
    +    ESS_CERT_ID *cid = NULL;
    +    GENERAL_NAME *name = NULL;
    +
    +    /* Recompute SHA1 hash of certificate if necessary (side effect). */
    +    X509_check_purpose(cert, -1, 0);
    +
    +    if (!(cid = ESS_CERT_ID_new()))
    +        goto err;
    +    if (!ASN1_OCTET_STRING_set(cid->hash, cert->sha1_hash,
    +                               sizeof(cert->sha1_hash)))
    +        goto err;
    +
    +    /* Setting the issuer/serial if requested. */
    +    if (issuer_needed) {
    +        /* Creating issuer/serial structure. */
    +        if (!cid->issuer_serial
    +            && !(cid->issuer_serial = ESS_ISSUER_SERIAL_new()))
    +            goto err;
    +        /* Creating general name from the certificate issuer. */
    +        if (!(name = GENERAL_NAME_new()))
    +            goto err;
    +        name->type = GEN_DIRNAME;
    +        if (!(name->d.dirn = X509_NAME_dup(cert->cert_info->issuer)))
    +            goto err;
    +        if (!sk_GENERAL_NAME_push(cid->issuer_serial->issuer, name))
    +            goto err;
    +        name = NULL;            /* Ownership is lost. */
    +        /* Setting the serial number. */
    +        ASN1_INTEGER_free(cid->issuer_serial->serial);
    +        if (!(cid->issuer_serial->serial =
    +              ASN1_INTEGER_dup(cert->cert_info->serialNumber)))
    +            goto err;
    +    }
    +
    +    return cid;
    + err:
    +    GENERAL_NAME_free(name);
    +    ESS_CERT_ID_free(cid);
    +    TSerr(TS_F_ESS_CERT_ID_NEW_INIT, ERR_R_MALLOC_FAILURE);
    +    return NULL;
    +}
     
     static int TS_TST_INFO_content_new(PKCS7 *p7)
    -	{
    -	PKCS7 *ret = NULL;
    -	ASN1_OCTET_STRING *octet_string = NULL;
    -
    -	/* Create new encapsulated NID_id_smime_ct_TSTInfo content. */
    -	if (!(ret = PKCS7_new())) goto err;
    -	if (!(ret->d.other = ASN1_TYPE_new())) goto err;
    -	ret->type = OBJ_nid2obj(NID_id_smime_ct_TSTInfo);
    -	if (!(octet_string = ASN1_OCTET_STRING_new())) goto err;
    -	ASN1_TYPE_set(ret->d.other, V_ASN1_OCTET_STRING, octet_string);
    -	octet_string = NULL;
    -
    -	/* Add encapsulated content to signed PKCS7 structure. */
    -	if (!PKCS7_set_content(p7, ret)) goto err;
    -
    -	return 1;
    +{
    +    PKCS7 *ret = NULL;
    +    ASN1_OCTET_STRING *octet_string = NULL;
    +
    +    /* Create new encapsulated NID_id_smime_ct_TSTInfo content. */
    +    if (!(ret = PKCS7_new()))
    +        goto err;
    +    if (!(ret->d.other = ASN1_TYPE_new()))
    +        goto err;
    +    ret->type = OBJ_nid2obj(NID_id_smime_ct_TSTInfo);
    +    if (!(octet_string = ASN1_OCTET_STRING_new()))
    +        goto err;
    +    ASN1_TYPE_set(ret->d.other, V_ASN1_OCTET_STRING, octet_string);
    +    octet_string = NULL;
    +
    +    /* Add encapsulated content to signed PKCS7 structure. */
    +    if (!PKCS7_set_content(p7, ret))
    +        goto err;
    +
    +    return 1;
      err:
    -	ASN1_OCTET_STRING_free(octet_string);
    -	PKCS7_free(ret);
    -	return 0;
    -	}
    +    ASN1_OCTET_STRING_free(octet_string);
    +    PKCS7_free(ret);
    +    return 0;
    +}
     
     static int ESS_add_signing_cert(PKCS7_SIGNER_INFO *si, ESS_SIGNING_CERT *sc)
    -	{
    -	ASN1_STRING *seq = NULL;
    -	unsigned char *p, *pp = NULL;
    -	int len;
    -
    -	len = i2d_ESS_SIGNING_CERT(sc, NULL);
    -	if (!(pp = (unsigned char *) OPENSSL_malloc(len)))
    -		{
    -		TSerr(TS_F_ESS_ADD_SIGNING_CERT, ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -	p = pp;
    -	i2d_ESS_SIGNING_CERT(sc, &p);
    -	if (!(seq = ASN1_STRING_new()) || !ASN1_STRING_set(seq, pp, len))
    -		{
    -		TSerr(TS_F_ESS_ADD_SIGNING_CERT, ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -	OPENSSL_free(pp); pp = NULL;
    -	return PKCS7_add_signed_attribute(si, 
    -					  NID_id_smime_aa_signingCertificate,
    -					  V_ASN1_SEQUENCE, seq);
    +{
    +    ASN1_STRING *seq = NULL;
    +    unsigned char *p, *pp = NULL;
    +    int len;
    +
    +    len = i2d_ESS_SIGNING_CERT(sc, NULL);
    +    if (!(pp = (unsigned char *)OPENSSL_malloc(len))) {
    +        TSerr(TS_F_ESS_ADD_SIGNING_CERT, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +    p = pp;
    +    i2d_ESS_SIGNING_CERT(sc, &p);
    +    if (!(seq = ASN1_STRING_new()) || !ASN1_STRING_set(seq, pp, len)) {
    +        TSerr(TS_F_ESS_ADD_SIGNING_CERT, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +    OPENSSL_free(pp);
    +    pp = NULL;
    +    return PKCS7_add_signed_attribute(si,
    +                                      NID_id_smime_aa_signingCertificate,
    +                                      V_ASN1_SEQUENCE, seq);
      err:
    -	ASN1_STRING_free(seq);
    -	OPENSSL_free(pp);
    -
    -	return 0;
    -	}
    -
    -
    -static ASN1_GENERALIZEDTIME *
    -TS_RESP_set_genTime_with_precision(ASN1_GENERALIZEDTIME *asn1_time, 
    -				   long sec, long usec, unsigned precision)
    -	{
    -	time_t time_sec = (time_t) sec;
    -	struct tm *tm = NULL;	
    -	char genTime_str[17 + TS_MAX_CLOCK_PRECISION_DIGITS];
    -	char *p = genTime_str;
    -	char *p_end = genTime_str + sizeof(genTime_str);
    -
    -	if (precision > TS_MAX_CLOCK_PRECISION_DIGITS)
    -		goto err;
    -
    -	
    -	if (!(tm = gmtime(&time_sec)))
    -		goto err;
    -
    -	/* 
    -	 * Put "genTime_str" in GeneralizedTime format.  We work around the 
    -	 * restrictions imposed by rfc3280 (i.e. "GeneralizedTime values MUST 
    -	 * NOT include fractional seconds") and OpenSSL related functions to 
    -	 * meet the rfc3161 requirement: "GeneralizedTime syntax can include 
    -	 * fraction-of-second details". 
    -	 */                   
    -	p += BIO_snprintf(p, p_end - p,
    -			  "%04d%02d%02d%02d%02d%02d",
    -			  tm->tm_year + 1900, tm->tm_mon + 1, tm->tm_mday, 
    -			  tm->tm_hour, tm->tm_min, tm->tm_sec);
    -	if (precision > 0)
    -	{
    -		/* Add fraction of seconds (leave space for dot and null). */
    -		BIO_snprintf(p, 2 + precision, ".%ld", usec);
    -		/* We cannot use the snprintf return value, 
    -		   because it might have been truncated. */
    -		p += strlen(p);
    -
    -		/* To make things a bit harder, X.690 | ISO/IEC 8825-1 provides
    -		   the following restrictions for a DER-encoding, which OpenSSL
    -		   (specifically ASN1_GENERALIZEDTIME_check() function) doesn't 
    -		   support:
    -		   "The encoding MUST terminate with a "Z" (which means "Zulu" 
    -		   time). The decimal point element, if present, MUST be the 
    -		   point option ".". The fractional-seconds elements, 
    -		   if present, MUST omit all trailing 0's; 
    -		   if the elements correspond to 0, they MUST be wholly
    -		   omitted, and the decimal point element also MUST be
    -		   omitted." */
    -		/* Remove trailing zeros. The dot guarantees the exit
    -		   condition of this loop even if all the digits are zero. */
    -		while (*--p == '0')
    -			/* empty */;
    -		/* p points to either the dot or the last non-zero digit. */
    -		if (*p != '.') ++p;
    -		}
    -	/* Add the trailing Z and the terminating null. */
    -	*p++ = 'Z';
    -	*p++ = '\0';
    -
    -	/* Now call OpenSSL to check and set our genTime value */
    -	if (!asn1_time && !(asn1_time = M_ASN1_GENERALIZEDTIME_new()))
    -		goto err;
    -	if (!ASN1_GENERALIZEDTIME_set_string(asn1_time, genTime_str))
    -		{
    -		ASN1_GENERALIZEDTIME_free(asn1_time);
    -		goto err;
    -		}
    -
    -	return asn1_time;
    +    ASN1_STRING_free(seq);
    +    OPENSSL_free(pp);
    +
    +    return 0;
    +}
    +
    +static ASN1_GENERALIZEDTIME
    +*TS_RESP_set_genTime_with_precision(ASN1_GENERALIZEDTIME *asn1_time,
    +                                    long sec, long usec, unsigned precision)
    +{
    +    time_t time_sec = (time_t)sec;
    +    struct tm *tm = NULL;
    +    char genTime_str[17 + TS_MAX_CLOCK_PRECISION_DIGITS];
    +    char *p = genTime_str;
    +    char *p_end = genTime_str + sizeof(genTime_str);
    +
    +    if (precision > TS_MAX_CLOCK_PRECISION_DIGITS)
    +        goto err;
    +
    +    if (!(tm = gmtime(&time_sec)))
    +        goto err;
    +
    +    /*
    +     * Put "genTime_str" in GeneralizedTime format.  We work around the
    +     * restrictions imposed by rfc3280 (i.e. "GeneralizedTime values MUST
    +     * NOT include fractional seconds") and OpenSSL related functions to
    +     * meet the rfc3161 requirement: "GeneralizedTime syntax can include
    +     * fraction-of-second details".
    +     */
    +    p += BIO_snprintf(p, p_end - p,
    +                      "%04d%02d%02d%02d%02d%02d",
    +                      tm->tm_year + 1900, tm->tm_mon + 1, tm->tm_mday,
    +                      tm->tm_hour, tm->tm_min, tm->tm_sec);
    +    if (precision > 0) {
    +        /* Add fraction of seconds (leave space for dot and null). */
    +        BIO_snprintf(p, 2 + precision, ".%06ld", usec);
    +        /*
    +         * We cannot use the snprintf return value, because it might have
    +         * been truncated.
    +         */
    +        p += strlen(p);
    +
    +        /*
    +         * To make things a bit harder, X.690 | ISO/IEC 8825-1 provides the
    +         * following restrictions for a DER-encoding, which OpenSSL
    +         * (specifically ASN1_GENERALIZEDTIME_check() function) doesn't
    +         * support: "The encoding MUST terminate with a "Z" (which means
    +         * "Zulu" time). The decimal point element, if present, MUST be the
    +         * point option ".". The fractional-seconds elements, if present,
    +         * MUST omit all trailing 0's; if the elements correspond to 0, they
    +         * MUST be wholly omitted, and the decimal point element also MUST be
    +         * omitted."
    +         */
    +        /*
    +         * Remove trailing zeros. The dot guarantees the exit condition of
    +         * this loop even if all the digits are zero.
    +         */
    +        while (*--p == '0')
    +            /*
    +             * empty
    +             */ ;
    +        /* p points to either the dot or the last non-zero digit. */
    +        if (*p != '.')
    +            ++p;
    +    }
    +    /* Add the trailing Z and the terminating null. */
    +    *p++ = 'Z';
    +    *p++ = '\0';
    +
    +    /* Now call OpenSSL to check and set our genTime value */
    +    if (!asn1_time && !(asn1_time = M_ASN1_GENERALIZEDTIME_new()))
    +        goto err;
    +    if (!ASN1_GENERALIZEDTIME_set_string(asn1_time, genTime_str)) {
    +        ASN1_GENERALIZEDTIME_free(asn1_time);
    +        goto err;
    +    }
    +
    +    return asn1_time;
      err:
    -	TSerr(TS_F_TS_RESP_SET_GENTIME_WITH_PRECISION, TS_R_COULD_NOT_SET_TIME);
    -	return NULL;
    -	}
    +    TSerr(TS_F_TS_RESP_SET_GENTIME_WITH_PRECISION, TS_R_COULD_NOT_SET_TIME);
    +    return NULL;
    +}
    diff --git a/openssl/crypto/ts/ts_rsp_utils.c b/openssl/crypto/ts/ts_rsp_utils.c
    index 401c1fdc5..f6f63329a 100644
    --- a/openssl/crypto/ts/ts_rsp_utils.c
    +++ b/openssl/crypto/ts/ts_rsp_utils.c
    @@ -1,6 +1,7 @@
     /* crypto/ts/ts_resp_utils.c */
    -/* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL
    - * project 2002.
    +/*
    + * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project
    + * 2002.
      */
     /* ====================================================================
      * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -65,345 +66,331 @@
     /* Function definitions. */
     
     int TS_RESP_set_status_info(TS_RESP *a, TS_STATUS_INFO *status_info)
    -	{
    -	TS_STATUS_INFO *new_status_info;
    -
    -	if (a->status_info == status_info)
    -		return 1;
    -	new_status_info = TS_STATUS_INFO_dup(status_info);
    -	if (new_status_info == NULL)
    -		{
    -		TSerr(TS_F_TS_RESP_SET_STATUS_INFO, ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	TS_STATUS_INFO_free(a->status_info);
    -	a->status_info = new_status_info;
    -
    -	return 1;
    -	}
    +{
    +    TS_STATUS_INFO *new_status_info;
    +
    +    if (a->status_info == status_info)
    +        return 1;
    +    new_status_info = TS_STATUS_INFO_dup(status_info);
    +    if (new_status_info == NULL) {
    +        TSerr(TS_F_TS_RESP_SET_STATUS_INFO, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    TS_STATUS_INFO_free(a->status_info);
    +    a->status_info = new_status_info;
    +
    +    return 1;
    +}
     
     TS_STATUS_INFO *TS_RESP_get_status_info(TS_RESP *a)
    -	{
    -	return a->status_info;
    -	}
    +{
    +    return a->status_info;
    +}
     
     /* Caller loses ownership of PKCS7 and TS_TST_INFO objects. */
     void TS_RESP_set_tst_info(TS_RESP *a, PKCS7 *p7, TS_TST_INFO *tst_info)
    -	{
    -	/* Set new PKCS7 and TST_INFO objects. */
    -	PKCS7_free(a->token);
    -	a->token = p7;
    -	TS_TST_INFO_free(a->tst_info);
    -	a->tst_info = tst_info;
    -	}
    +{
    +    /* Set new PKCS7 and TST_INFO objects. */
    +    PKCS7_free(a->token);
    +    a->token = p7;
    +    TS_TST_INFO_free(a->tst_info);
    +    a->tst_info = tst_info;
    +}
     
     PKCS7 *TS_RESP_get_token(TS_RESP *a)
    -	{
    -	return a->token;
    -	}
    +{
    +    return a->token;
    +}
     
     TS_TST_INFO *TS_RESP_get_tst_info(TS_RESP *a)
    -	{
    -	return a->tst_info;
    -	}
    +{
    +    return a->tst_info;
    +}
     
     int TS_TST_INFO_set_version(TS_TST_INFO *a, long version)
    -	{
    -	return ASN1_INTEGER_set(a->version, version);
    -	}
    +{
    +    return ASN1_INTEGER_set(a->version, version);
    +}
     
     long TS_TST_INFO_get_version(const TS_TST_INFO *a)
    -	{
    -	return ASN1_INTEGER_get(a->version);
    -	}
    +{
    +    return ASN1_INTEGER_get(a->version);
    +}
     
     int TS_TST_INFO_set_policy_id(TS_TST_INFO *a, ASN1_OBJECT *policy)
    -	{
    -	ASN1_OBJECT *new_policy;
    -
    -	if (a->policy_id == policy)
    -		return 1;
    -	new_policy = OBJ_dup(policy);
    -	if (new_policy == NULL)
    -		{
    -		TSerr(TS_F_TS_TST_INFO_SET_POLICY_ID, ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	ASN1_OBJECT_free(a->policy_id);
    -	a->policy_id = new_policy;
    -	return 1;
    -	}
    +{
    +    ASN1_OBJECT *new_policy;
    +
    +    if (a->policy_id == policy)
    +        return 1;
    +    new_policy = OBJ_dup(policy);
    +    if (new_policy == NULL) {
    +        TSerr(TS_F_TS_TST_INFO_SET_POLICY_ID, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    ASN1_OBJECT_free(a->policy_id);
    +    a->policy_id = new_policy;
    +    return 1;
    +}
     
     ASN1_OBJECT *TS_TST_INFO_get_policy_id(TS_TST_INFO *a)
    -	{
    -	return a->policy_id;
    -	}
    +{
    +    return a->policy_id;
    +}
     
     int TS_TST_INFO_set_msg_imprint(TS_TST_INFO *a, TS_MSG_IMPRINT *msg_imprint)
    -	{
    -	TS_MSG_IMPRINT *new_msg_imprint;
    -
    -	if (a->msg_imprint == msg_imprint)
    -		return 1;
    -	new_msg_imprint = TS_MSG_IMPRINT_dup(msg_imprint);
    -	if (new_msg_imprint == NULL)
    -		{
    -		TSerr(TS_F_TS_TST_INFO_SET_MSG_IMPRINT, ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	TS_MSG_IMPRINT_free(a->msg_imprint);
    -	a->msg_imprint = new_msg_imprint;
    -	return 1;
    -	}
    +{
    +    TS_MSG_IMPRINT *new_msg_imprint;
    +
    +    if (a->msg_imprint == msg_imprint)
    +        return 1;
    +    new_msg_imprint = TS_MSG_IMPRINT_dup(msg_imprint);
    +    if (new_msg_imprint == NULL) {
    +        TSerr(TS_F_TS_TST_INFO_SET_MSG_IMPRINT, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    TS_MSG_IMPRINT_free(a->msg_imprint);
    +    a->msg_imprint = new_msg_imprint;
    +    return 1;
    +}
     
     TS_MSG_IMPRINT *TS_TST_INFO_get_msg_imprint(TS_TST_INFO *a)
    -	{
    -	return a->msg_imprint;
    -	}
    +{
    +    return a->msg_imprint;
    +}
     
     int TS_TST_INFO_set_serial(TS_TST_INFO *a, const ASN1_INTEGER *serial)
    -	{
    -	ASN1_INTEGER *new_serial;
    -
    -	if (a->serial == serial)
    -		return 1;
    -	new_serial = ASN1_INTEGER_dup(serial);
    -	if (new_serial == NULL)
    -		{
    -		TSerr(TS_F_TS_TST_INFO_SET_SERIAL, ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	ASN1_INTEGER_free(a->serial);
    -	a->serial = new_serial;
    -	return 1;
    -	}
    +{
    +    ASN1_INTEGER *new_serial;
    +
    +    if (a->serial == serial)
    +        return 1;
    +    new_serial = ASN1_INTEGER_dup(serial);
    +    if (new_serial == NULL) {
    +        TSerr(TS_F_TS_TST_INFO_SET_SERIAL, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    ASN1_INTEGER_free(a->serial);
    +    a->serial = new_serial;
    +    return 1;
    +}
     
     const ASN1_INTEGER *TS_TST_INFO_get_serial(const TS_TST_INFO *a)
    -	{
    -	return a->serial;
    -	}
    +{
    +    return a->serial;
    +}
     
     int TS_TST_INFO_set_time(TS_TST_INFO *a, const ASN1_GENERALIZEDTIME *gtime)
    -	{
    -	ASN1_GENERALIZEDTIME *new_time;
    -
    -	if (a->time == gtime)
    -		return 1;
    -	new_time = M_ASN1_GENERALIZEDTIME_dup(gtime);
    -	if (new_time == NULL)
    -		{
    -		TSerr(TS_F_TS_TST_INFO_SET_TIME, ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	ASN1_GENERALIZEDTIME_free(a->time);
    -	a->time = new_time;
    -	return 1;
    -	}
    +{
    +    ASN1_GENERALIZEDTIME *new_time;
    +
    +    if (a->time == gtime)
    +        return 1;
    +    new_time = M_ASN1_GENERALIZEDTIME_dup(gtime);
    +    if (new_time == NULL) {
    +        TSerr(TS_F_TS_TST_INFO_SET_TIME, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    ASN1_GENERALIZEDTIME_free(a->time);
    +    a->time = new_time;
    +    return 1;
    +}
     
     const ASN1_GENERALIZEDTIME *TS_TST_INFO_get_time(const TS_TST_INFO *a)
    -	{
    -	return a->time;
    -	}
    +{
    +    return a->time;
    +}
     
     int TS_TST_INFO_set_accuracy(TS_TST_INFO *a, TS_ACCURACY *accuracy)
    -	{
    -	TS_ACCURACY *new_accuracy;
    -
    -	if (a->accuracy == accuracy)
    -		return 1;
    -	new_accuracy = TS_ACCURACY_dup(accuracy);
    -	if (new_accuracy == NULL)
    -		{
    -		TSerr(TS_F_TS_TST_INFO_SET_ACCURACY, ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	TS_ACCURACY_free(a->accuracy);
    -	a->accuracy = new_accuracy;
    -	return 1;
    -	}
    +{
    +    TS_ACCURACY *new_accuracy;
    +
    +    if (a->accuracy == accuracy)
    +        return 1;
    +    new_accuracy = TS_ACCURACY_dup(accuracy);
    +    if (new_accuracy == NULL) {
    +        TSerr(TS_F_TS_TST_INFO_SET_ACCURACY, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    TS_ACCURACY_free(a->accuracy);
    +    a->accuracy = new_accuracy;
    +    return 1;
    +}
     
     TS_ACCURACY *TS_TST_INFO_get_accuracy(TS_TST_INFO *a)
    -	{
    -	return a->accuracy;
    -	}
    +{
    +    return a->accuracy;
    +}
     
     int TS_ACCURACY_set_seconds(TS_ACCURACY *a, const ASN1_INTEGER *seconds)
    -	{
    -	ASN1_INTEGER *new_seconds;
    -
    -	if (a->seconds == seconds)
    -		return 1;
    -	new_seconds = ASN1_INTEGER_dup(seconds);
    -	if (new_seconds == NULL)
    -		{
    -		TSerr(TS_F_TS_ACCURACY_SET_SECONDS, ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	ASN1_INTEGER_free(a->seconds);
    -	a->seconds = new_seconds;
    -	return 1;
    -	}
    +{
    +    ASN1_INTEGER *new_seconds;
    +
    +    if (a->seconds == seconds)
    +        return 1;
    +    new_seconds = ASN1_INTEGER_dup(seconds);
    +    if (new_seconds == NULL) {
    +        TSerr(TS_F_TS_ACCURACY_SET_SECONDS, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    ASN1_INTEGER_free(a->seconds);
    +    a->seconds = new_seconds;
    +    return 1;
    +}
     
     const ASN1_INTEGER *TS_ACCURACY_get_seconds(const TS_ACCURACY *a)
    -	{
    -	return a->seconds;
    -	}
    +{
    +    return a->seconds;
    +}
     
     int TS_ACCURACY_set_millis(TS_ACCURACY *a, const ASN1_INTEGER *millis)
    -	{
    -	ASN1_INTEGER *new_millis = NULL;
    -
    -	if (a->millis == millis)
    -		return 1;
    -	if (millis != NULL)
    -		{
    -		new_millis = ASN1_INTEGER_dup(millis);
    -		if (new_millis == NULL)
    -			{
    -			TSerr(TS_F_TS_ACCURACY_SET_MILLIS, 
    -			      ERR_R_MALLOC_FAILURE);
    -			return 0;
    -			}
    -		}
    -	ASN1_INTEGER_free(a->millis);
    -	a->millis = new_millis;
    -	return 1;
    -	}
    +{
    +    ASN1_INTEGER *new_millis = NULL;
    +
    +    if (a->millis == millis)
    +        return 1;
    +    if (millis != NULL) {
    +        new_millis = ASN1_INTEGER_dup(millis);
    +        if (new_millis == NULL) {
    +            TSerr(TS_F_TS_ACCURACY_SET_MILLIS, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +    }
    +    ASN1_INTEGER_free(a->millis);
    +    a->millis = new_millis;
    +    return 1;
    +}
     
     const ASN1_INTEGER *TS_ACCURACY_get_millis(const TS_ACCURACY *a)
    -	{
    -	return a->millis;
    -	}
    +{
    +    return a->millis;
    +}
     
     int TS_ACCURACY_set_micros(TS_ACCURACY *a, const ASN1_INTEGER *micros)
    -	{
    -	ASN1_INTEGER *new_micros = NULL;
    -
    -	if (a->micros == micros)
    -		return 1;
    -	if (micros != NULL)
    -		{
    -		new_micros = ASN1_INTEGER_dup(micros);
    -		if (new_micros == NULL)
    -			{
    -			TSerr(TS_F_TS_ACCURACY_SET_MICROS, 
    -			      ERR_R_MALLOC_FAILURE);
    -			return 0;
    -			}
    -		}
    -	ASN1_INTEGER_free(a->micros);
    -	a->micros = new_micros;
    -	return 1;
    -	}
    +{
    +    ASN1_INTEGER *new_micros = NULL;
    +
    +    if (a->micros == micros)
    +        return 1;
    +    if (micros != NULL) {
    +        new_micros = ASN1_INTEGER_dup(micros);
    +        if (new_micros == NULL) {
    +            TSerr(TS_F_TS_ACCURACY_SET_MICROS, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +    }
    +    ASN1_INTEGER_free(a->micros);
    +    a->micros = new_micros;
    +    return 1;
    +}
     
     const ASN1_INTEGER *TS_ACCURACY_get_micros(const TS_ACCURACY *a)
    -	{
    -	return a->micros;
    -	}
    +{
    +    return a->micros;
    +}
     
     int TS_TST_INFO_set_ordering(TS_TST_INFO *a, int ordering)
    -	{
    -	a->ordering = ordering ? 0xFF : 0x00;
    -	return 1;
    -	}
    +{
    +    a->ordering = ordering ? 0xFF : 0x00;
    +    return 1;
    +}
     
     int TS_TST_INFO_get_ordering(const TS_TST_INFO *a)
    -	{
    -	return a->ordering ? 1 : 0;
    -	}
    +{
    +    return a->ordering ? 1 : 0;
    +}
     
     int TS_TST_INFO_set_nonce(TS_TST_INFO *a, const ASN1_INTEGER *nonce)
    -	{
    -	ASN1_INTEGER *new_nonce;
    -
    -	if (a->nonce == nonce)
    -		return 1;
    -	new_nonce = ASN1_INTEGER_dup(nonce);
    -	if (new_nonce == NULL)
    -		{
    -		TSerr(TS_F_TS_TST_INFO_SET_NONCE, ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	ASN1_INTEGER_free(a->nonce);
    -	a->nonce = new_nonce;
    -	return 1;
    -	}
    +{
    +    ASN1_INTEGER *new_nonce;
    +
    +    if (a->nonce == nonce)
    +        return 1;
    +    new_nonce = ASN1_INTEGER_dup(nonce);
    +    if (new_nonce == NULL) {
    +        TSerr(TS_F_TS_TST_INFO_SET_NONCE, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    ASN1_INTEGER_free(a->nonce);
    +    a->nonce = new_nonce;
    +    return 1;
    +}
     
     const ASN1_INTEGER *TS_TST_INFO_get_nonce(const TS_TST_INFO *a)
    -	{
    -	return a->nonce;
    -	}
    +{
    +    return a->nonce;
    +}
     
     int TS_TST_INFO_set_tsa(TS_TST_INFO *a, GENERAL_NAME *tsa)
    -	{
    -	GENERAL_NAME *new_tsa;
    -
    -	if (a->tsa == tsa)
    -		return 1;
    -	new_tsa = GENERAL_NAME_dup(tsa);
    -	if (new_tsa == NULL)
    -		{
    -		TSerr(TS_F_TS_TST_INFO_SET_TSA, ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	GENERAL_NAME_free(a->tsa);
    -	a->tsa = new_tsa;
    -	return 1;
    -	}
    +{
    +    GENERAL_NAME *new_tsa;
    +
    +    if (a->tsa == tsa)
    +        return 1;
    +    new_tsa = GENERAL_NAME_dup(tsa);
    +    if (new_tsa == NULL) {
    +        TSerr(TS_F_TS_TST_INFO_SET_TSA, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    GENERAL_NAME_free(a->tsa);
    +    a->tsa = new_tsa;
    +    return 1;
    +}
     
     GENERAL_NAME *TS_TST_INFO_get_tsa(TS_TST_INFO *a)
    -	{
    -	return a->tsa;
    -	}
    +{
    +    return a->tsa;
    +}
     
     STACK_OF(X509_EXTENSION) *TS_TST_INFO_get_exts(TS_TST_INFO *a)
    -	{
    -	return a->extensions;
    -	}
    +{
    +    return a->extensions;
    +}
     
     void TS_TST_INFO_ext_free(TS_TST_INFO *a)
    -	{
    -	if (!a) return;
    -	sk_X509_EXTENSION_pop_free(a->extensions, X509_EXTENSION_free);
    -	a->extensions = NULL;
    -	}
    +{
    +    if (!a)
    +        return;
    +    sk_X509_EXTENSION_pop_free(a->extensions, X509_EXTENSION_free);
    +    a->extensions = NULL;
    +}
     
     int TS_TST_INFO_get_ext_count(TS_TST_INFO *a)
    -	{
    -	return X509v3_get_ext_count(a->extensions);
    -	}
    +{
    +    return X509v3_get_ext_count(a->extensions);
    +}
     
     int TS_TST_INFO_get_ext_by_NID(TS_TST_INFO *a, int nid, int lastpos)
    -	{
    -	return X509v3_get_ext_by_NID(a->extensions, nid, lastpos);
    -	}
    +{
    +    return X509v3_get_ext_by_NID(a->extensions, nid, lastpos);
    +}
     
     int TS_TST_INFO_get_ext_by_OBJ(TS_TST_INFO *a, ASN1_OBJECT *obj, int lastpos)
    -	{
    -	return X509v3_get_ext_by_OBJ(a->extensions, obj, lastpos);
    -	}
    +{
    +    return X509v3_get_ext_by_OBJ(a->extensions, obj, lastpos);
    +}
     
     int TS_TST_INFO_get_ext_by_critical(TS_TST_INFO *a, int crit, int lastpos)
    -	{
    -	return X509v3_get_ext_by_critical(a->extensions, crit, lastpos);
    -	}
    +{
    +    return X509v3_get_ext_by_critical(a->extensions, crit, lastpos);
    +}
     
     X509_EXTENSION *TS_TST_INFO_get_ext(TS_TST_INFO *a, int loc)
    -	{
    -	return X509v3_get_ext(a->extensions,loc);
    -	}
    +{
    +    return X509v3_get_ext(a->extensions, loc);
    +}
     
     X509_EXTENSION *TS_TST_INFO_delete_ext(TS_TST_INFO *a, int loc)
    -	{
    -	return X509v3_delete_ext(a->extensions,loc);
    -	}
    +{
    +    return X509v3_delete_ext(a->extensions, loc);
    +}
     
     int TS_TST_INFO_add_ext(TS_TST_INFO *a, X509_EXTENSION *ex, int loc)
    -	{
    -	return X509v3_add_ext(&a->extensions,ex,loc) != NULL;
    -	}
    +{
    +    return X509v3_add_ext(&a->extensions, ex, loc) != NULL;
    +}
     
     void *TS_TST_INFO_get_ext_d2i(TS_TST_INFO *a, int nid, int *crit, int *idx)
    -	{
    -	return X509V3_get_d2i(a->extensions, nid, crit, idx);
    -	}
    +{
    +    return X509V3_get_d2i(a->extensions, nid, crit, idx);
    +}
    diff --git a/openssl/crypto/ts/ts_rsp_verify.c b/openssl/crypto/ts/ts_rsp_verify.c
    index b7d170afa..3ce765dfa 100644
    --- a/openssl/crypto/ts/ts_rsp_verify.c
    +++ b/openssl/crypto/ts/ts_rsp_verify.c
    @@ -1,6 +1,7 @@
     /* crypto/ts/ts_resp_verify.c */
    -/* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL
    - * project 2002.
    +/*
    + * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project
    + * 2002.
      */
     /* ====================================================================
      * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -65,665 +66,671 @@
     /* Private function declarations. */
     
     static int TS_verify_cert(X509_STORE *store, STACK_OF(X509) *untrusted,
    -			  X509 *signer, STACK_OF(X509) **chain);
    -static int TS_check_signing_certs(PKCS7_SIGNER_INFO *si, STACK_OF(X509) *chain);
    +                          X509 *signer, STACK_OF(X509) **chain);
    +static int TS_check_signing_certs(PKCS7_SIGNER_INFO *si,
    +                                  STACK_OF(X509) *chain);
     static ESS_SIGNING_CERT *ESS_get_signing_cert(PKCS7_SIGNER_INFO *si);
     static int TS_find_cert(STACK_OF(ESS_CERT_ID) *cert_ids, X509 *cert);
     static int TS_issuer_serial_cmp(ESS_ISSUER_SERIAL *is, X509_CINF *cinfo);
    -static int int_TS_RESP_verify_token(TS_VERIFY_CTX *ctx, 
    -				 PKCS7 *token, TS_TST_INFO *tst_info);
    +static int int_TS_RESP_verify_token(TS_VERIFY_CTX *ctx,
    +                                    PKCS7 *token, TS_TST_INFO *tst_info);
     static int TS_check_status_info(TS_RESP *response);
     static char *TS_get_status_text(STACK_OF(ASN1_UTF8STRING) *text);
     static int TS_check_policy(ASN1_OBJECT *req_oid, TS_TST_INFO *tst_info);
     static int TS_compute_imprint(BIO *data, TS_TST_INFO *tst_info,
    -			      X509_ALGOR **md_alg, 
    -			      unsigned char **imprint, unsigned *imprint_len);
    -static int TS_check_imprints(X509_ALGOR *algor_a, 
    -			     unsigned char *imprint_a, unsigned len_a,
    -			     TS_TST_INFO *tst_info);
    +                              X509_ALGOR **md_alg,
    +                              unsigned char **imprint, unsigned *imprint_len);
    +static int TS_check_imprints(X509_ALGOR *algor_a,
    +                             unsigned char *imprint_a, unsigned len_a,
    +                             TS_TST_INFO *tst_info);
     static int TS_check_nonces(const ASN1_INTEGER *a, TS_TST_INFO *tst_info);
     static int TS_check_signer_name(GENERAL_NAME *tsa_name, X509 *signer);
    -static int TS_find_name(STACK_OF(GENERAL_NAME) *gen_names, GENERAL_NAME *name);
    +static int TS_find_name(STACK_OF(GENERAL_NAME) *gen_names,
    +                        GENERAL_NAME *name);
     
     /*
      * Local mapping between response codes and descriptions.
    - * Don't forget to change TS_STATUS_BUF_SIZE when modifying 
    + * Don't forget to change TS_STATUS_BUF_SIZE when modifying
      * the elements of this array.
      */
    -static const char *TS_status_text[] =
    -	{ "granted",
    -	  "grantedWithMods",
    -	  "rejection",
    -	  "waiting",
    -	  "revocationWarning",
    -	  "revocationNotification" };
    +static const char *TS_status_text[] = { "granted",
    +    "grantedWithMods",
    +    "rejection",
    +    "waiting",
    +    "revocationWarning",
    +    "revocationNotification"
    +};
     
    -#define TS_STATUS_TEXT_SIZE	(sizeof(TS_status_text)/sizeof(*TS_status_text))
    +#define TS_STATUS_TEXT_SIZE     (sizeof(TS_status_text)/sizeof(*TS_status_text))
     
     /*
      * This must be greater or equal to the sum of the strings in TS_status_text
      * plus the number of its elements.
      */
    -#define TS_STATUS_BUF_SIZE	256
    -
    -static struct
    -	{
    -	int code;
    -	const char *text;
    -	} TS_failure_info[] =
    -		{ { TS_INFO_BAD_ALG, "badAlg" },
    -		  { TS_INFO_BAD_REQUEST, "badRequest" },
    -		  { TS_INFO_BAD_DATA_FORMAT, "badDataFormat" },
    -		  { TS_INFO_TIME_NOT_AVAILABLE, "timeNotAvailable" },
    -		  { TS_INFO_UNACCEPTED_POLICY, "unacceptedPolicy" },
    -		  { TS_INFO_UNACCEPTED_EXTENSION, "unacceptedExtension" },
    -		  { TS_INFO_ADD_INFO_NOT_AVAILABLE, "addInfoNotAvailable" },
    -		  { TS_INFO_SYSTEM_FAILURE, "systemFailure" } };
    -
    -#define TS_FAILURE_INFO_SIZE	(sizeof(TS_failure_info) / \
    -				sizeof(*TS_failure_info))
    +#define TS_STATUS_BUF_SIZE      256
    +
    +static struct {
    +    int code;
    +    const char *text;
    +} TS_failure_info[] = {
    +    {
    +        TS_INFO_BAD_ALG, "badAlg"
    +    },
    +    {
    +        TS_INFO_BAD_REQUEST, "badRequest"
    +    },
    +    {
    +        TS_INFO_BAD_DATA_FORMAT, "badDataFormat"
    +    },
    +    {
    +        TS_INFO_TIME_NOT_AVAILABLE, "timeNotAvailable"
    +    },
    +    {
    +        TS_INFO_UNACCEPTED_POLICY, "unacceptedPolicy"
    +    },
    +    {
    +        TS_INFO_UNACCEPTED_EXTENSION, "unacceptedExtension"
    +    },
    +    {
    +        TS_INFO_ADD_INFO_NOT_AVAILABLE, "addInfoNotAvailable"
    +    },
    +    {
    +        TS_INFO_SYSTEM_FAILURE, "systemFailure"
    +    }
    +};
    +
    +#define TS_FAILURE_INFO_SIZE    (sizeof(TS_failure_info) / \
    +                                sizeof(*TS_failure_info))
     
     /* Functions for verifying a signed TS_TST_INFO structure. */
     
    -/*
    +/*-
      * This function carries out the following tasks:
    - *	- Checks if there is one and only one signer.
    - *	- Search for the signing certificate in 'certs' and in the response.
    - *	- Check the extended key usage and key usage fields of the signer
    - *	certificate (done by the path validation).
    - *	- Build and validate the certificate path.
    - *	- Check if the certificate path meets the requirements of the
    - *	SigningCertificate ESS signed attribute.
    - *	- Verify the signature value.
    - *	- Returns the signer certificate in 'signer', if 'signer' is not NULL.
    + *      - Checks if there is one and only one signer.
    + *      - Search for the signing certificate in 'certs' and in the response.
    + *      - Check the extended key usage and key usage fields of the signer
    + *      certificate (done by the path validation).
    + *      - Build and validate the certificate path.
    + *      - Check if the certificate path meets the requirements of the
    + *      SigningCertificate ESS signed attribute.
    + *      - Verify the signature value.
    + *      - Returns the signer certificate in 'signer', if 'signer' is not NULL.
      */
     int TS_RESP_verify_signature(PKCS7 *token, STACK_OF(X509) *certs,
    -			     X509_STORE *store, X509 **signer_out)
    -	{
    -	STACK_OF(PKCS7_SIGNER_INFO) *sinfos = NULL;
    -	PKCS7_SIGNER_INFO *si;
    -	STACK_OF(X509) *signers = NULL;
    -	X509	*signer;
    -	STACK_OF(X509) *chain = NULL;
    -	char	buf[4096];
    -	int	i, j = 0, ret = 0;
    -	BIO	*p7bio = NULL;
    -
    -	/* Some sanity checks first. */
    -	if (!token)
    -		{
    -		TSerr(TS_F_TS_RESP_VERIFY_SIGNATURE, TS_R_INVALID_NULL_POINTER);
    -		goto err;
    -		}
    -
    -	/* Check for the correct content type */
    -	if(!PKCS7_type_is_signed(token))
    -		{
    -		TSerr(TS_F_TS_RESP_VERIFY_SIGNATURE, TS_R_WRONG_CONTENT_TYPE);
    -		goto err;
    -		}
    -
    -	/* Check if there is one and only one signer. */
    -	sinfos = PKCS7_get_signer_info(token);
    -	if (!sinfos || sk_PKCS7_SIGNER_INFO_num(sinfos) != 1)
    -		{
    -		TSerr(TS_F_TS_RESP_VERIFY_SIGNATURE,
    -		      TS_R_THERE_MUST_BE_ONE_SIGNER);
    -		goto err;
    -		}
    -	si = sk_PKCS7_SIGNER_INFO_value(sinfos, 0);
    -
    -	/* Check for no content: no data to verify signature. */
    -	if (PKCS7_get_detached(token))
    -		{
    -		TSerr(TS_F_TS_RESP_VERIFY_SIGNATURE, TS_R_NO_CONTENT);
    -		goto err;
    -		}
    -	
    -	/* Get hold of the signer certificate, search only internal
    -	   certificates if it was requested. */
    -	signers = PKCS7_get0_signers(token, certs, 0);
    -	if (!signers || sk_X509_num(signers) != 1) goto err;
    -	signer = sk_X509_value(signers, 0);
    -
    -	/* Now verify the certificate. */
    -	if (!TS_verify_cert(store, certs, signer, &chain)) goto err;
    -
    -	/* Check if the signer certificate is consistent with the
    -	   ESS extension. */
    -	if (!TS_check_signing_certs(si, chain)) goto err;
    -
    -	/* Creating the message digest. */
    -	p7bio = PKCS7_dataInit(token, NULL);
    -
    -	/* We now have to 'read' from p7bio to calculate digests etc. */
    -	while ((i = BIO_read(p7bio,buf,sizeof(buf))) > 0);
    -
    -	/* Verifying the signature. */
    -	j = PKCS7_signatureVerify(p7bio, token, si, signer);
    -	if (j <= 0)
    -		{
    -		TSerr(TS_F_TS_RESP_VERIFY_SIGNATURE, TS_R_SIGNATURE_FAILURE);
    -		goto err;
    -		}
    -
    -	/* Return the signer certificate if needed. */
    -	if (signer_out)
    -		{
    -		*signer_out = signer;
    -		CRYPTO_add(&signer->references, 1, CRYPTO_LOCK_X509);
    -		}
    -
    -	ret = 1;
    +                             X509_STORE *store, X509 **signer_out)
    +{
    +    STACK_OF(PKCS7_SIGNER_INFO) *sinfos = NULL;
    +    PKCS7_SIGNER_INFO *si;
    +    STACK_OF(X509) *signers = NULL;
    +    X509 *signer;
    +    STACK_OF(X509) *chain = NULL;
    +    char buf[4096];
    +    int i, j = 0, ret = 0;
    +    BIO *p7bio = NULL;
    +
    +    /* Some sanity checks first. */
    +    if (!token) {
    +        TSerr(TS_F_TS_RESP_VERIFY_SIGNATURE, TS_R_INVALID_NULL_POINTER);
    +        goto err;
    +    }
    +
    +    /* Check for the correct content type */
    +    if (!PKCS7_type_is_signed(token)) {
    +        TSerr(TS_F_TS_RESP_VERIFY_SIGNATURE, TS_R_WRONG_CONTENT_TYPE);
    +        goto err;
    +    }
    +
    +    /* Check if there is one and only one signer. */
    +    sinfos = PKCS7_get_signer_info(token);
    +    if (!sinfos || sk_PKCS7_SIGNER_INFO_num(sinfos) != 1) {
    +        TSerr(TS_F_TS_RESP_VERIFY_SIGNATURE, TS_R_THERE_MUST_BE_ONE_SIGNER);
    +        goto err;
    +    }
    +    si = sk_PKCS7_SIGNER_INFO_value(sinfos, 0);
    +
    +    /* Check for no content: no data to verify signature. */
    +    if (PKCS7_get_detached(token)) {
    +        TSerr(TS_F_TS_RESP_VERIFY_SIGNATURE, TS_R_NO_CONTENT);
    +        goto err;
    +    }
    +
    +    /*
    +     * Get hold of the signer certificate, search only internal certificates
    +     * if it was requested.
    +     */
    +    signers = PKCS7_get0_signers(token, certs, 0);
    +    if (!signers || sk_X509_num(signers) != 1)
    +        goto err;
    +    signer = sk_X509_value(signers, 0);
    +
    +    /* Now verify the certificate. */
    +    if (!TS_verify_cert(store, certs, signer, &chain))
    +        goto err;
    +
    +    /*
    +     * Check if the signer certificate is consistent with the ESS extension.
    +     */
    +    if (!TS_check_signing_certs(si, chain))
    +        goto err;
    +
    +    /* Creating the message digest. */
    +    p7bio = PKCS7_dataInit(token, NULL);
    +
    +    /* We now have to 'read' from p7bio to calculate digests etc. */
    +    while ((i = BIO_read(p7bio, buf, sizeof(buf))) > 0) ;
    +
    +    /* Verifying the signature. */
    +    j = PKCS7_signatureVerify(p7bio, token, si, signer);
    +    if (j <= 0) {
    +        TSerr(TS_F_TS_RESP_VERIFY_SIGNATURE, TS_R_SIGNATURE_FAILURE);
    +        goto err;
    +    }
    +
    +    /* Return the signer certificate if needed. */
    +    if (signer_out) {
    +        *signer_out = signer;
    +        CRYPTO_add(&signer->references, 1, CRYPTO_LOCK_X509);
    +    }
    +
    +    ret = 1;
     
      err:
    -	BIO_free_all(p7bio);
    -	sk_X509_pop_free(chain, X509_free);
    -	sk_X509_free(signers);
    +    BIO_free_all(p7bio);
    +    sk_X509_pop_free(chain, X509_free);
    +    sk_X509_free(signers);
     
    -	return ret;
    -	}
    +    return ret;
    +}
     
     /*
      * The certificate chain is returned in chain. Caller is responsible for
      * freeing the vector.
      */
     static int TS_verify_cert(X509_STORE *store, STACK_OF(X509) *untrusted,
    -			  X509 *signer, STACK_OF(X509) **chain)
    -	{
    -	X509_STORE_CTX	cert_ctx;
    -	int i;
    -	int ret = 1;
    -
    -	/* chain is an out argument. */
    -	*chain = NULL;
    -	X509_STORE_CTX_init(&cert_ctx, store, signer, untrusted);
    -	X509_STORE_CTX_set_purpose(&cert_ctx, X509_PURPOSE_TIMESTAMP_SIGN);
    -	i = X509_verify_cert(&cert_ctx);
    -	if (i <= 0)
    -		{
    -		int j = X509_STORE_CTX_get_error(&cert_ctx);
    -		TSerr(TS_F_TS_VERIFY_CERT, TS_R_CERTIFICATE_VERIFY_ERROR);
    -		ERR_add_error_data(2, "Verify error:",
    -				   X509_verify_cert_error_string(j));
    -		ret = 0;
    -		}
    -	else
    -		{
    -		/* Get a copy of the certificate chain. */
    -		*chain = X509_STORE_CTX_get1_chain(&cert_ctx);
    -		}
    -
    -	X509_STORE_CTX_cleanup(&cert_ctx);
    -
    -	return ret;
    -	}
    -
    -static int TS_check_signing_certs(PKCS7_SIGNER_INFO *si, STACK_OF(X509) *chain)
    -	{
    -	ESS_SIGNING_CERT *ss = ESS_get_signing_cert(si);
    -	STACK_OF(ESS_CERT_ID) *cert_ids = NULL;
    -	X509 *cert;
    -	int i = 0;
    -	int ret = 0;
    -
    -	if (!ss) goto err;
    -	cert_ids = ss->cert_ids;
    -	/* The signer certificate must be the first in cert_ids. */
    -	cert = sk_X509_value(chain, 0);
    -	if (TS_find_cert(cert_ids, cert) != 0) goto err;
    -	
    -	/* Check the other certificates of the chain if there are more
    -	   than one certificate ids in cert_ids. */
    -	if (sk_ESS_CERT_ID_num(cert_ids) > 1)
    -		{
    -		/* All the certificates of the chain must be in cert_ids. */
    -		for (i = 1; i < sk_X509_num(chain); ++i)
    -			{
    -			cert = sk_X509_value(chain, i);
    -			if (TS_find_cert(cert_ids, cert) < 0) goto err;
    -			}
    -		}
    -	ret = 1;
    +                          X509 *signer, STACK_OF(X509) **chain)
    +{
    +    X509_STORE_CTX cert_ctx;
    +    int i;
    +    int ret = 1;
    +
    +    /* chain is an out argument. */
    +    *chain = NULL;
    +    X509_STORE_CTX_init(&cert_ctx, store, signer, untrusted);
    +    X509_STORE_CTX_set_purpose(&cert_ctx, X509_PURPOSE_TIMESTAMP_SIGN);
    +    i = X509_verify_cert(&cert_ctx);
    +    if (i <= 0) {
    +        int j = X509_STORE_CTX_get_error(&cert_ctx);
    +        TSerr(TS_F_TS_VERIFY_CERT, TS_R_CERTIFICATE_VERIFY_ERROR);
    +        ERR_add_error_data(2, "Verify error:",
    +                           X509_verify_cert_error_string(j));
    +        ret = 0;
    +    } else {
    +        /* Get a copy of the certificate chain. */
    +        *chain = X509_STORE_CTX_get1_chain(&cert_ctx);
    +    }
    +
    +    X509_STORE_CTX_cleanup(&cert_ctx);
    +
    +    return ret;
    +}
    +
    +static int TS_check_signing_certs(PKCS7_SIGNER_INFO *si,
    +                                  STACK_OF(X509) *chain)
    +{
    +    ESS_SIGNING_CERT *ss = ESS_get_signing_cert(si);
    +    STACK_OF(ESS_CERT_ID) *cert_ids = NULL;
    +    X509 *cert;
    +    int i = 0;
    +    int ret = 0;
    +
    +    if (!ss)
    +        goto err;
    +    cert_ids = ss->cert_ids;
    +    /* The signer certificate must be the first in cert_ids. */
    +    cert = sk_X509_value(chain, 0);
    +    if (TS_find_cert(cert_ids, cert) != 0)
    +        goto err;
    +
    +    /*
    +     * Check the other certificates of the chain if there are more than one
    +     * certificate ids in cert_ids.
    +     */
    +    if (sk_ESS_CERT_ID_num(cert_ids) > 1) {
    +        /* All the certificates of the chain must be in cert_ids. */
    +        for (i = 1; i < sk_X509_num(chain); ++i) {
    +            cert = sk_X509_value(chain, i);
    +            if (TS_find_cert(cert_ids, cert) < 0)
    +                goto err;
    +        }
    +    }
    +    ret = 1;
      err:
    -	if (!ret)
    -		TSerr(TS_F_TS_CHECK_SIGNING_CERTS, 
    -		      TS_R_ESS_SIGNING_CERTIFICATE_ERROR);
    -	ESS_SIGNING_CERT_free(ss);
    -	return ret;
    -	}
    +    if (!ret)
    +        TSerr(TS_F_TS_CHECK_SIGNING_CERTS,
    +              TS_R_ESS_SIGNING_CERTIFICATE_ERROR);
    +    ESS_SIGNING_CERT_free(ss);
    +    return ret;
    +}
     
     static ESS_SIGNING_CERT *ESS_get_signing_cert(PKCS7_SIGNER_INFO *si)
    -	{
    -	ASN1_TYPE *attr;
    -	const unsigned char *p;
    -	attr = PKCS7_get_signed_attribute(si, 
    -					  NID_id_smime_aa_signingCertificate);
    -	if (!attr) return NULL;
    -	p = attr->value.sequence->data;
    -	return d2i_ESS_SIGNING_CERT(NULL, &p, attr->value.sequence->length);
    -	}
    +{
    +    ASN1_TYPE *attr;
    +    const unsigned char *p;
    +    attr = PKCS7_get_signed_attribute(si, NID_id_smime_aa_signingCertificate);
    +    if (!attr)
    +        return NULL;
    +    p = attr->value.sequence->data;
    +    return d2i_ESS_SIGNING_CERT(NULL, &p, attr->value.sequence->length);
    +}
     
     /* Returns < 0 if certificate is not found, certificate index otherwise. */
     static int TS_find_cert(STACK_OF(ESS_CERT_ID) *cert_ids, X509 *cert)
    -	{
    -	int i;
    -
    -	if (!cert_ids || !cert) return -1;
    -
    -	/* Recompute SHA1 hash of certificate if necessary (side effect). */
    -	X509_check_purpose(cert, -1, 0);
    -
    -	/* Look for cert in the cert_ids vector. */
    -	for (i = 0; i < sk_ESS_CERT_ID_num(cert_ids); ++i)
    -		{
    -		ESS_CERT_ID *cid = sk_ESS_CERT_ID_value(cert_ids, i);
    -
    -		/* Check the SHA-1 hash first. */
    -		if (cid->hash->length == sizeof(cert->sha1_hash)
    -		    && !memcmp(cid->hash->data, cert->sha1_hash,
    -			       sizeof(cert->sha1_hash)))
    -			{
    -			/* Check the issuer/serial as well if specified. */
    -			ESS_ISSUER_SERIAL *is = cid->issuer_serial;
    -			if (!is || !TS_issuer_serial_cmp(is, cert->cert_info))
    -				return i;
    -			}
    -		}
    -	
    -	return -1;
    -	}
    +{
    +    int i;
    +
    +    if (!cert_ids || !cert)
    +        return -1;
    +
    +    /* Recompute SHA1 hash of certificate if necessary (side effect). */
    +    X509_check_purpose(cert, -1, 0);
    +
    +    /* Look for cert in the cert_ids vector. */
    +    for (i = 0; i < sk_ESS_CERT_ID_num(cert_ids); ++i) {
    +        ESS_CERT_ID *cid = sk_ESS_CERT_ID_value(cert_ids, i);
    +
    +        /* Check the SHA-1 hash first. */
    +        if (cid->hash->length == sizeof(cert->sha1_hash)
    +            && !memcmp(cid->hash->data, cert->sha1_hash,
    +                       sizeof(cert->sha1_hash))) {
    +            /* Check the issuer/serial as well if specified. */
    +            ESS_ISSUER_SERIAL *is = cid->issuer_serial;
    +            if (!is || !TS_issuer_serial_cmp(is, cert->cert_info))
    +                return i;
    +        }
    +    }
    +
    +    return -1;
    +}
     
     static int TS_issuer_serial_cmp(ESS_ISSUER_SERIAL *is, X509_CINF *cinfo)
    -	{
    -	GENERAL_NAME *issuer;
    +{
    +    GENERAL_NAME *issuer;
     
    -	if (!is || !cinfo || sk_GENERAL_NAME_num(is->issuer) != 1) return -1;
    +    if (!is || !cinfo || sk_GENERAL_NAME_num(is->issuer) != 1)
    +        return -1;
     
    -	/* Check the issuer first. It must be a directory name. */
    -	issuer = sk_GENERAL_NAME_value(is->issuer, 0);
    -	if (issuer->type != GEN_DIRNAME 
    -	    || X509_NAME_cmp(issuer->d.dirn, cinfo->issuer))
    -		return -1;
    +    /* Check the issuer first. It must be a directory name. */
    +    issuer = sk_GENERAL_NAME_value(is->issuer, 0);
    +    if (issuer->type != GEN_DIRNAME
    +        || X509_NAME_cmp(issuer->d.dirn, cinfo->issuer))
    +        return -1;
     
    -	/* Check the serial number, too. */
    -	if (ASN1_INTEGER_cmp(is->serial, cinfo->serialNumber))
    -		return -1;
    +    /* Check the serial number, too. */
    +    if (ASN1_INTEGER_cmp(is->serial, cinfo->serialNumber))
    +        return -1;
     
    -	return 0;
    -	}
    +    return 0;
    +}
     
    -/*
    - * Verifies whether 'response' contains a valid response with regards 
    +/*-
    + * Verifies whether 'response' contains a valid response with regards
      * to the settings of the context:
    - *	- Gives an error message if the TS_TST_INFO is not present.
    - *	- Calls _TS_RESP_verify_token to verify the token content.
    + *      - Gives an error message if the TS_TST_INFO is not present.
    + *      - Calls _TS_RESP_verify_token to verify the token content.
      */
     int TS_RESP_verify_response(TS_VERIFY_CTX *ctx, TS_RESP *response)
    -	{
    -	PKCS7 *token = TS_RESP_get_token(response);
    -	TS_TST_INFO *tst_info = TS_RESP_get_tst_info(response);
    -	int ret = 0;
    +{
    +    PKCS7 *token = TS_RESP_get_token(response);
    +    TS_TST_INFO *tst_info = TS_RESP_get_tst_info(response);
    +    int ret = 0;
     
    -	/* Check if we have a successful TS_TST_INFO object in place. */
    -	if (!TS_check_status_info(response)) goto err;
    +    /* Check if we have a successful TS_TST_INFO object in place. */
    +    if (!TS_check_status_info(response))
    +        goto err;
     
    -	/* Check the contents of the time stamp token. */
    -	if (!int_TS_RESP_verify_token(ctx, token, tst_info))
    -		goto err;
    +    /* Check the contents of the time stamp token. */
    +    if (!int_TS_RESP_verify_token(ctx, token, tst_info))
    +        goto err;
     
    -	ret = 1;
    +    ret = 1;
      err:
    -	return ret;
    -	}
    +    return ret;
    +}
     
     /*
      * Tries to extract a TS_TST_INFO structure from the PKCS7 token and
      * calls the internal int_TS_RESP_verify_token function for verifying it.
      */
     int TS_RESP_verify_token(TS_VERIFY_CTX *ctx, PKCS7 *token)
    -	{
    -	TS_TST_INFO *tst_info = PKCS7_to_TS_TST_INFO(token);
    -	int ret = 0;
    -	if (tst_info)
    -		{
    -		ret = int_TS_RESP_verify_token(ctx, token, tst_info);
    -		TS_TST_INFO_free(tst_info);
    -		}
    -	return ret;
    -	}
    -
    -/*
    - * Verifies whether the 'token' contains a valid time stamp token 
    +{
    +    TS_TST_INFO *tst_info = PKCS7_to_TS_TST_INFO(token);
    +    int ret = 0;
    +    if (tst_info) {
    +        ret = int_TS_RESP_verify_token(ctx, token, tst_info);
    +        TS_TST_INFO_free(tst_info);
    +    }
    +    return ret;
    +}
    +
    +/*-
    + * Verifies whether the 'token' contains a valid time stamp token
      * with regards to the settings of the context. Only those checks are
      * carried out that are specified in the context:
    - *	- Verifies the signature of the TS_TST_INFO.
    - *	- Checks the version number of the response.
    - *	- Check if the requested and returned policies math.
    - *	- Check if the message imprints are the same.
    - *	- Check if the nonces are the same.
    - *	- Check if the TSA name matches the signer.
    - *	- Check if the TSA name is the expected TSA.
    + *      - Verifies the signature of the TS_TST_INFO.
    + *      - Checks the version number of the response.
    + *      - Check if the requested and returned policies math.
    + *      - Check if the message imprints are the same.
    + *      - Check if the nonces are the same.
    + *      - Check if the TSA name matches the signer.
    + *      - Check if the TSA name is the expected TSA.
      */
    -static int int_TS_RESP_verify_token(TS_VERIFY_CTX *ctx, 
    -				 PKCS7 *token, TS_TST_INFO *tst_info)
    -	{
    -	X509 *signer = NULL;
    -	GENERAL_NAME *tsa_name = TS_TST_INFO_get_tsa(tst_info);
    -	X509_ALGOR *md_alg = NULL;
    -	unsigned char *imprint = NULL;
    -	unsigned imprint_len = 0;
    -	int ret = 0;
    -
    -	/* Verify the signature. */
    -	if ((ctx->flags & TS_VFY_SIGNATURE)
    -	    && !TS_RESP_verify_signature(token, ctx->certs, ctx->store,
    -					 &signer))
    -		goto err;
    -	
    -	/* Check version number of response. */
    -	if ((ctx->flags & TS_VFY_VERSION)
    -	    && TS_TST_INFO_get_version(tst_info) != 1)
    -		{
    -		TSerr(TS_F_INT_TS_RESP_VERIFY_TOKEN, TS_R_UNSUPPORTED_VERSION);
    -		goto err;
    -		}
    -
    -	/* Check policies. */
    -	if ((ctx->flags & TS_VFY_POLICY)
    -	    && !TS_check_policy(ctx->policy, tst_info))
    -		goto err;
    -	
    -	/* Check message imprints. */
    -	if ((ctx->flags & TS_VFY_IMPRINT)
    -	    && !TS_check_imprints(ctx->md_alg, ctx->imprint, ctx->imprint_len,
    -				  tst_info)) 
    -		goto err;
    -
    -	/* Compute and check message imprints. */
    -	if ((ctx->flags & TS_VFY_DATA)
    -	    && (!TS_compute_imprint(ctx->data, tst_info,
    -				    &md_alg, &imprint, &imprint_len)
    -	    || !TS_check_imprints(md_alg, imprint, imprint_len, tst_info)))
    -		goto err;
    -
    -	/* Check nonces. */
    -	if ((ctx->flags & TS_VFY_NONCE)
    -	    && !TS_check_nonces(ctx->nonce, tst_info))
    -		goto err;
    -
    -	/* Check whether TSA name and signer certificate match. */
    -	if ((ctx->flags & TS_VFY_SIGNER)
    -	    && tsa_name && !TS_check_signer_name(tsa_name, signer))
    -		{
    -		TSerr(TS_F_INT_TS_RESP_VERIFY_TOKEN, TS_R_TSA_NAME_MISMATCH);
    -		goto err;
    -		}
    -
    -	/* Check whether the TSA is the expected one. */
    -	if ((ctx->flags & TS_VFY_TSA_NAME)
    -	    && !TS_check_signer_name(ctx->tsa_name, signer))
    -		{
    -		TSerr(TS_F_INT_TS_RESP_VERIFY_TOKEN, TS_R_TSA_UNTRUSTED);
    -		goto err;
    -		}
    -
    -	ret = 1;
    +static int int_TS_RESP_verify_token(TS_VERIFY_CTX *ctx,
    +                                    PKCS7 *token, TS_TST_INFO *tst_info)
    +{
    +    X509 *signer = NULL;
    +    GENERAL_NAME *tsa_name = TS_TST_INFO_get_tsa(tst_info);
    +    X509_ALGOR *md_alg = NULL;
    +    unsigned char *imprint = NULL;
    +    unsigned imprint_len = 0;
    +    int ret = 0;
    +
    +    /* Verify the signature. */
    +    if ((ctx->flags & TS_VFY_SIGNATURE)
    +        && !TS_RESP_verify_signature(token, ctx->certs, ctx->store, &signer))
    +        goto err;
    +
    +    /* Check version number of response. */
    +    if ((ctx->flags & TS_VFY_VERSION)
    +        && TS_TST_INFO_get_version(tst_info) != 1) {
    +        TSerr(TS_F_INT_TS_RESP_VERIFY_TOKEN, TS_R_UNSUPPORTED_VERSION);
    +        goto err;
    +    }
    +
    +    /* Check policies. */
    +    if ((ctx->flags & TS_VFY_POLICY)
    +        && !TS_check_policy(ctx->policy, tst_info))
    +        goto err;
    +
    +    /* Check message imprints. */
    +    if ((ctx->flags & TS_VFY_IMPRINT)
    +        && !TS_check_imprints(ctx->md_alg, ctx->imprint, ctx->imprint_len,
    +                              tst_info))
    +        goto err;
    +
    +    /* Compute and check message imprints. */
    +    if ((ctx->flags & TS_VFY_DATA)
    +        && (!TS_compute_imprint(ctx->data, tst_info,
    +                                &md_alg, &imprint, &imprint_len)
    +            || !TS_check_imprints(md_alg, imprint, imprint_len, tst_info)))
    +        goto err;
    +
    +    /* Check nonces. */
    +    if ((ctx->flags & TS_VFY_NONCE)
    +        && !TS_check_nonces(ctx->nonce, tst_info))
    +        goto err;
    +
    +    /* Check whether TSA name and signer certificate match. */
    +    if ((ctx->flags & TS_VFY_SIGNER)
    +        && tsa_name && !TS_check_signer_name(tsa_name, signer)) {
    +        TSerr(TS_F_INT_TS_RESP_VERIFY_TOKEN, TS_R_TSA_NAME_MISMATCH);
    +        goto err;
    +    }
    +
    +    /* Check whether the TSA is the expected one. */
    +    if ((ctx->flags & TS_VFY_TSA_NAME)
    +        && !TS_check_signer_name(ctx->tsa_name, signer)) {
    +        TSerr(TS_F_INT_TS_RESP_VERIFY_TOKEN, TS_R_TSA_UNTRUSTED);
    +        goto err;
    +    }
    +
    +    ret = 1;
      err:
    -	X509_free(signer);
    -	X509_ALGOR_free(md_alg);
    -	OPENSSL_free(imprint);
    -	return ret;
    -	}
    +    X509_free(signer);
    +    X509_ALGOR_free(md_alg);
    +    OPENSSL_free(imprint);
    +    return ret;
    +}
     
     static int TS_check_status_info(TS_RESP *response)
    -	{
    -	TS_STATUS_INFO *info = TS_RESP_get_status_info(response);
    -	long status = ASN1_INTEGER_get(info->status);
    -	const char *status_text = NULL;
    -	char *embedded_status_text = NULL;
    -	char failure_text[TS_STATUS_BUF_SIZE] = "";
    -
    -	/* Check if everything went fine. */
    -	if (status == 0 || status == 1) return 1;
    -
    -	/* There was an error, get the description in status_text. */
    -	if (0 <= status && status < (long)TS_STATUS_TEXT_SIZE)
    -		status_text = TS_status_text[status];
    -	else
    -		status_text = "unknown code";
    -
    -	/* Set the embedded_status_text to the returned description. */
    -	if (sk_ASN1_UTF8STRING_num(info->text) > 0
    -	    && !(embedded_status_text = TS_get_status_text(info->text)))
    -		return 0;
    -	
    -	/* Filling in failure_text with the failure information. */
    -	if (info->failure_info)
    -		{
    -		int i;
    -		int first = 1;
    -		for (i = 0; i < (int)TS_FAILURE_INFO_SIZE; ++i)
    -			{
    -			if (ASN1_BIT_STRING_get_bit(info->failure_info,
    -						    TS_failure_info[i].code))
    -				{
    -				if (!first)
    -					strcpy(failure_text, ",");
    -				else
    -					first = 0;
    -				strcat(failure_text, TS_failure_info[i].text);
    -				}
    -			}
    -		}
    -	if (failure_text[0] == '\0')
    -		strcpy(failure_text, "unspecified");
    -
    -	/* Making up the error string. */
    -	TSerr(TS_F_TS_CHECK_STATUS_INFO, TS_R_NO_TIME_STAMP_TOKEN);
    -	ERR_add_error_data(6,
    -			   "status code: ", status_text,
    -			   ", status text: ", embedded_status_text ? 
    -			   embedded_status_text : "unspecified",
    -			   ", failure codes: ", failure_text);
    -	OPENSSL_free(embedded_status_text);
    -
    -	return 0;
    -	}
    +{
    +    TS_STATUS_INFO *info = TS_RESP_get_status_info(response);
    +    long status = ASN1_INTEGER_get(info->status);
    +    const char *status_text = NULL;
    +    char *embedded_status_text = NULL;
    +    char failure_text[TS_STATUS_BUF_SIZE] = "";
    +
    +    /* Check if everything went fine. */
    +    if (status == 0 || status == 1)
    +        return 1;
    +
    +    /* There was an error, get the description in status_text. */
    +    if (0 <= status && status < (long)TS_STATUS_TEXT_SIZE)
    +        status_text = TS_status_text[status];
    +    else
    +        status_text = "unknown code";
    +
    +    /* Set the embedded_status_text to the returned description. */
    +    if (sk_ASN1_UTF8STRING_num(info->text) > 0
    +        && !(embedded_status_text = TS_get_status_text(info->text)))
    +        return 0;
    +
    +    /* Filling in failure_text with the failure information. */
    +    if (info->failure_info) {
    +        int i;
    +        int first = 1;
    +        for (i = 0; i < (int)TS_FAILURE_INFO_SIZE; ++i) {
    +            if (ASN1_BIT_STRING_get_bit(info->failure_info,
    +                                        TS_failure_info[i].code)) {
    +                if (!first)
    +                    strcpy(failure_text, ",");
    +                else
    +                    first = 0;
    +                strcat(failure_text, TS_failure_info[i].text);
    +            }
    +        }
    +    }
    +    if (failure_text[0] == '\0')
    +        strcpy(failure_text, "unspecified");
    +
    +    /* Making up the error string. */
    +    TSerr(TS_F_TS_CHECK_STATUS_INFO, TS_R_NO_TIME_STAMP_TOKEN);
    +    ERR_add_error_data(6,
    +                       "status code: ", status_text,
    +                       ", status text: ", embedded_status_text ?
    +                       embedded_status_text : "unspecified",
    +                       ", failure codes: ", failure_text);
    +    OPENSSL_free(embedded_status_text);
    +
    +    return 0;
    +}
     
     static char *TS_get_status_text(STACK_OF(ASN1_UTF8STRING) *text)
    -	{
    -	int i;
    -	unsigned int length = 0;
    -	char *result = NULL;
    -	char *p;
    -
    -	/* Determine length first. */
    -	for (i = 0; i < sk_ASN1_UTF8STRING_num(text); ++i)
    -		{
    -		ASN1_UTF8STRING *current = sk_ASN1_UTF8STRING_value(text, i);
    -		length += ASN1_STRING_length(current);
    -		length += 1;	/* separator character */
    -		}
    -	/* Allocate memory (closing '\0' included). */
    -	if (!(result = OPENSSL_malloc(length)))
    -		{
    -		TSerr(TS_F_TS_GET_STATUS_TEXT, ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -		}
    -	/* Concatenate the descriptions. */
    -	for (i = 0, p = result; i < sk_ASN1_UTF8STRING_num(text); ++i)
    -		{
    -		ASN1_UTF8STRING *current = sk_ASN1_UTF8STRING_value(text, i);
    -		length = ASN1_STRING_length(current);
    -		if (i > 0) *p++ = '/';
    -		strncpy(p, (const char *)ASN1_STRING_data(current), length);
    -		p += length;
    -		}
    -	/* We do have space for this, too. */
    -	*p = '\0';
    -	
    -	return result;
    -	}
    +{
    +    int i;
    +    unsigned int length = 0;
    +    char *result = NULL;
    +    char *p;
    +
    +    /* Determine length first. */
    +    for (i = 0; i < sk_ASN1_UTF8STRING_num(text); ++i) {
    +        ASN1_UTF8STRING *current = sk_ASN1_UTF8STRING_value(text, i);
    +        length += ASN1_STRING_length(current);
    +        length += 1;            /* separator character */
    +    }
    +    /* Allocate memory (closing '\0' included). */
    +    if (!(result = OPENSSL_malloc(length))) {
    +        TSerr(TS_F_TS_GET_STATUS_TEXT, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +    /* Concatenate the descriptions. */
    +    for (i = 0, p = result; i < sk_ASN1_UTF8STRING_num(text); ++i) {
    +        ASN1_UTF8STRING *current = sk_ASN1_UTF8STRING_value(text, i);
    +        length = ASN1_STRING_length(current);
    +        if (i > 0)
    +            *p++ = '/';
    +        strncpy(p, (const char *)ASN1_STRING_data(current), length);
    +        p += length;
    +    }
    +    /* We do have space for this, too. */
    +    *p = '\0';
    +
    +    return result;
    +}
     
     static int TS_check_policy(ASN1_OBJECT *req_oid, TS_TST_INFO *tst_info)
    -	{
    -	ASN1_OBJECT *resp_oid = TS_TST_INFO_get_policy_id(tst_info);
    +{
    +    ASN1_OBJECT *resp_oid = TS_TST_INFO_get_policy_id(tst_info);
     
    -	if (OBJ_cmp(req_oid, resp_oid) != 0)
    -		{
    -		TSerr(TS_F_TS_CHECK_POLICY, TS_R_POLICY_MISMATCH);
    -		return 0;
    -		}
    +    if (OBJ_cmp(req_oid, resp_oid) != 0) {
    +        TSerr(TS_F_TS_CHECK_POLICY, TS_R_POLICY_MISMATCH);
    +        return 0;
    +    }
     
    -	return 1;
    -	}
    +    return 1;
    +}
     
     static int TS_compute_imprint(BIO *data, TS_TST_INFO *tst_info,
    -			      X509_ALGOR **md_alg, 
    -			      unsigned char **imprint, unsigned *imprint_len)
    -	{
    -	TS_MSG_IMPRINT *msg_imprint = TS_TST_INFO_get_msg_imprint(tst_info);
    -	X509_ALGOR *md_alg_resp = TS_MSG_IMPRINT_get_algo(msg_imprint);
    -	const EVP_MD *md;
    -	EVP_MD_CTX md_ctx;
    -	unsigned char buffer[4096];
    -	int length;
    -
    -	*md_alg = NULL;
    -	*imprint = NULL;
    -
    -	/* Return the MD algorithm of the response. */
    -	if (!(*md_alg = X509_ALGOR_dup(md_alg_resp))) goto err;
    -
    -	/* Getting the MD object. */
    -	if (!(md = EVP_get_digestbyobj((*md_alg)->algorithm)))
    -		{
    -		TSerr(TS_F_TS_COMPUTE_IMPRINT, TS_R_UNSUPPORTED_MD_ALGORITHM);
    -		goto err;
    -		}
    -
    -	/* Compute message digest. */
    -	length = EVP_MD_size(md);
    -	if (length < 0)
    -	    goto err;
    -	*imprint_len = length;
    -	if (!(*imprint = OPENSSL_malloc(*imprint_len))) 
    -		{
    -		TSerr(TS_F_TS_COMPUTE_IMPRINT, ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	if (!EVP_DigestInit(&md_ctx, md))
    -		goto err;
    -	while ((length = BIO_read(data, buffer, sizeof(buffer))) > 0)
    -		{
    -		if (!EVP_DigestUpdate(&md_ctx, buffer, length))
    -			goto err;
    -		}
    -	if (!EVP_DigestFinal(&md_ctx, *imprint, NULL))
    -		goto err;
    -
    -	return 1;
    +                              X509_ALGOR **md_alg,
    +                              unsigned char **imprint, unsigned *imprint_len)
    +{
    +    TS_MSG_IMPRINT *msg_imprint = TS_TST_INFO_get_msg_imprint(tst_info);
    +    X509_ALGOR *md_alg_resp = TS_MSG_IMPRINT_get_algo(msg_imprint);
    +    const EVP_MD *md;
    +    EVP_MD_CTX md_ctx;
    +    unsigned char buffer[4096];
    +    int length;
    +
    +    *md_alg = NULL;
    +    *imprint = NULL;
    +
    +    /* Return the MD algorithm of the response. */
    +    if (!(*md_alg = X509_ALGOR_dup(md_alg_resp)))
    +        goto err;
    +
    +    /* Getting the MD object. */
    +    if (!(md = EVP_get_digestbyobj((*md_alg)->algorithm))) {
    +        TSerr(TS_F_TS_COMPUTE_IMPRINT, TS_R_UNSUPPORTED_MD_ALGORITHM);
    +        goto err;
    +    }
    +
    +    /* Compute message digest. */
    +    length = EVP_MD_size(md);
    +    if (length < 0)
    +        goto err;
    +    *imprint_len = length;
    +    if (!(*imprint = OPENSSL_malloc(*imprint_len))) {
    +        TSerr(TS_F_TS_COMPUTE_IMPRINT, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    if (!EVP_DigestInit(&md_ctx, md))
    +        goto err;
    +    while ((length = BIO_read(data, buffer, sizeof(buffer))) > 0) {
    +        if (!EVP_DigestUpdate(&md_ctx, buffer, length))
    +            goto err;
    +    }
    +    if (!EVP_DigestFinal(&md_ctx, *imprint, NULL))
    +        goto err;
    +
    +    return 1;
      err:
    -	X509_ALGOR_free(*md_alg);
    -	OPENSSL_free(*imprint);
    -	*imprint_len = 0;
    -	*imprint = NULL;
    -	return 0;
    -	}
    -
    -static int TS_check_imprints(X509_ALGOR *algor_a, 
    -			     unsigned char *imprint_a, unsigned len_a,
    -			     TS_TST_INFO *tst_info)
    -	{
    -	TS_MSG_IMPRINT *b = TS_TST_INFO_get_msg_imprint(tst_info);
    -	X509_ALGOR *algor_b = TS_MSG_IMPRINT_get_algo(b);
    -	int ret = 0;
    -
    -	/* algor_a is optional. */
    -	if (algor_a)
    -		{
    -		/* Compare algorithm OIDs. */
    -		if (OBJ_cmp(algor_a->algorithm, algor_b->algorithm)) goto err;
    -
    -		/* The parameter must be NULL in both. */
    -		if ((algor_a->parameter 
    -		     && ASN1_TYPE_get(algor_a->parameter) != V_ASN1_NULL)
    -		    || (algor_b->parameter
    -			&& ASN1_TYPE_get(algor_b->parameter) != V_ASN1_NULL))
    -			goto err;
    -		}
    -
    -	/* Compare octet strings. */
    -	ret = len_a == (unsigned) ASN1_STRING_length(b->hashed_msg) &&
    -		memcmp(imprint_a, ASN1_STRING_data(b->hashed_msg), len_a) == 0;
    +    X509_ALGOR_free(*md_alg);
    +    OPENSSL_free(*imprint);
    +    *imprint_len = 0;
    +    *imprint = 0;
    +    return 0;
    +}
    +
    +static int TS_check_imprints(X509_ALGOR *algor_a,
    +                             unsigned char *imprint_a, unsigned len_a,
    +                             TS_TST_INFO *tst_info)
    +{
    +    TS_MSG_IMPRINT *b = TS_TST_INFO_get_msg_imprint(tst_info);
    +    X509_ALGOR *algor_b = TS_MSG_IMPRINT_get_algo(b);
    +    int ret = 0;
    +
    +    /* algor_a is optional. */
    +    if (algor_a) {
    +        /* Compare algorithm OIDs. */
    +        if (OBJ_cmp(algor_a->algorithm, algor_b->algorithm))
    +            goto err;
    +
    +        /* The parameter must be NULL in both. */
    +        if ((algor_a->parameter
    +             && ASN1_TYPE_get(algor_a->parameter) != V_ASN1_NULL)
    +            || (algor_b->parameter
    +                && ASN1_TYPE_get(algor_b->parameter) != V_ASN1_NULL))
    +            goto err;
    +    }
    +
    +    /* Compare octet strings. */
    +    ret = len_a == (unsigned)ASN1_STRING_length(b->hashed_msg) &&
    +        memcmp(imprint_a, ASN1_STRING_data(b->hashed_msg), len_a) == 0;
      err:
    -	if (!ret)
    -		TSerr(TS_F_TS_CHECK_IMPRINTS, TS_R_MESSAGE_IMPRINT_MISMATCH);
    -	return ret;
    -	}
    +    if (!ret)
    +        TSerr(TS_F_TS_CHECK_IMPRINTS, TS_R_MESSAGE_IMPRINT_MISMATCH);
    +    return ret;
    +}
     
     static int TS_check_nonces(const ASN1_INTEGER *a, TS_TST_INFO *tst_info)
    -	{
    -	const ASN1_INTEGER *b = TS_TST_INFO_get_nonce(tst_info);
    -
    -	/* Error if nonce is missing. */
    -	if (!b)
    -		{
    -		TSerr(TS_F_TS_CHECK_NONCES, TS_R_NONCE_NOT_RETURNED);
    -		return 0;
    -		}
    -
    -	/* No error if a nonce is returned without being requested. */
    -	if (ASN1_INTEGER_cmp(a, b) != 0)
    -		{
    -		TSerr(TS_F_TS_CHECK_NONCES, TS_R_NONCE_MISMATCH);
    -		return 0;
    -		}
    -
    -	return 1;
    -	}
    -
    -/* Check if the specified TSA name matches either the subject
    -   or one of the subject alternative names of the TSA certificate. */
    +{
    +    const ASN1_INTEGER *b = TS_TST_INFO_get_nonce(tst_info);
    +
    +    /* Error if nonce is missing. */
    +    if (!b) {
    +        TSerr(TS_F_TS_CHECK_NONCES, TS_R_NONCE_NOT_RETURNED);
    +        return 0;
    +    }
    +
    +    /* No error if a nonce is returned without being requested. */
    +    if (ASN1_INTEGER_cmp(a, b) != 0) {
    +        TSerr(TS_F_TS_CHECK_NONCES, TS_R_NONCE_MISMATCH);
    +        return 0;
    +    }
    +
    +    return 1;
    +}
    +
    +/*
    + * Check if the specified TSA name matches either the subject or one of the
    + * subject alternative names of the TSA certificate.
    + */
     static int TS_check_signer_name(GENERAL_NAME *tsa_name, X509 *signer)
    -	{
    -	STACK_OF(GENERAL_NAME) *gen_names = NULL;
    -	int idx = -1;
    -	int found = 0;
    -
    -	/* Check the subject name first. */
    -	if (tsa_name->type == GEN_DIRNAME 
    -	    && X509_name_cmp(tsa_name->d.dirn, signer->cert_info->subject) == 0)
    -		return 1;
    -
    -	/* Check all the alternative names. */
    -	gen_names = X509_get_ext_d2i(signer, NID_subject_alt_name,
    -				     NULL, &idx);
    -	while (gen_names != NULL
    -	       && !(found = TS_find_name(gen_names, tsa_name) >= 0))
    -		{
    -		/* Get the next subject alternative name,
    -		   although there should be no more than one. */
    -		GENERAL_NAMES_free(gen_names);
    -		gen_names = X509_get_ext_d2i(signer, NID_subject_alt_name,
    -					     NULL, &idx);
    -		}
    -	if (gen_names) GENERAL_NAMES_free(gen_names);
    -	
    -	return found;
    -	}
    +{
    +    STACK_OF(GENERAL_NAME) *gen_names = NULL;
    +    int idx = -1;
    +    int found = 0;
    +
    +    /* Check the subject name first. */
    +    if (tsa_name->type == GEN_DIRNAME
    +        && X509_name_cmp(tsa_name->d.dirn, signer->cert_info->subject) == 0)
    +        return 1;
    +
    +    /* Check all the alternative names. */
    +    gen_names = X509_get_ext_d2i(signer, NID_subject_alt_name, NULL, &idx);
    +    while (gen_names != NULL
    +           && !(found = TS_find_name(gen_names, tsa_name) >= 0)) {
    +        /*
    +         * Get the next subject alternative name, although there should be no
    +         * more than one.
    +         */
    +        GENERAL_NAMES_free(gen_names);
    +        gen_names = X509_get_ext_d2i(signer, NID_subject_alt_name,
    +                                     NULL, &idx);
    +    }
    +    if (gen_names)
    +        GENERAL_NAMES_free(gen_names);
    +
    +    return found;
    +}
     
     /* Returns 1 if name is in gen_names, 0 otherwise. */
     static int TS_find_name(STACK_OF(GENERAL_NAME) *gen_names, GENERAL_NAME *name)
    -	{
    -	int i, found;
    -	for (i = 0, found = 0; !found && i < sk_GENERAL_NAME_num(gen_names);
    -	     ++i)
    -		{
    -		GENERAL_NAME *current = sk_GENERAL_NAME_value(gen_names, i);
    -		found = GENERAL_NAME_cmp(current, name) == 0;
    -		}
    -	return found ? i - 1 : -1;
    -	}
    +{
    +    int i, found;
    +    for (i = 0, found = 0; !found && i < sk_GENERAL_NAME_num(gen_names); ++i) {
    +        GENERAL_NAME *current = sk_GENERAL_NAME_value(gen_names, i);
    +        found = GENERAL_NAME_cmp(current, name) == 0;
    +    }
    +    return found ? i - 1 : -1;
    +}
    diff --git a/openssl/crypto/ts/ts_verify_ctx.c b/openssl/crypto/ts/ts_verify_ctx.c
    index 609b7735d..3e6fcb57b 100644
    --- a/openssl/crypto/ts/ts_verify_ctx.c
    +++ b/openssl/crypto/ts/ts_verify_ctx.c
    @@ -1,6 +1,7 @@
     /* crypto/ts/ts_verify_ctx.c */
    -/* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL
    - * project 2003.
    +/*
    + * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project
    + * 2003.
      */
     /* ====================================================================
      * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -61,99 +62,101 @@
     #include 
     
     TS_VERIFY_CTX *TS_VERIFY_CTX_new(void)
    -	{
    -	TS_VERIFY_CTX *ctx = 
    -		(TS_VERIFY_CTX *) OPENSSL_malloc(sizeof(TS_VERIFY_CTX));
    -	if (ctx)
    -		memset(ctx, 0, sizeof(TS_VERIFY_CTX));
    -	else
    -		TSerr(TS_F_TS_VERIFY_CTX_NEW, ERR_R_MALLOC_FAILURE);
    -	return ctx;
    -	}
    +{
    +    TS_VERIFY_CTX *ctx =
    +        (TS_VERIFY_CTX *)OPENSSL_malloc(sizeof(TS_VERIFY_CTX));
    +    if (ctx)
    +        memset(ctx, 0, sizeof(TS_VERIFY_CTX));
    +    else
    +        TSerr(TS_F_TS_VERIFY_CTX_NEW, ERR_R_MALLOC_FAILURE);
    +    return ctx;
    +}
     
     void TS_VERIFY_CTX_init(TS_VERIFY_CTX *ctx)
    -	{
    -	OPENSSL_assert(ctx != NULL);
    -	memset(ctx, 0, sizeof(TS_VERIFY_CTX));
    -	}
    +{
    +    OPENSSL_assert(ctx != NULL);
    +    memset(ctx, 0, sizeof(TS_VERIFY_CTX));
    +}
     
     void TS_VERIFY_CTX_free(TS_VERIFY_CTX *ctx)
    -	{
    -	if (!ctx) return;
    +{
    +    if (!ctx)
    +        return;
     
    -	TS_VERIFY_CTX_cleanup(ctx);
    -	OPENSSL_free(ctx);
    -	}
    +    TS_VERIFY_CTX_cleanup(ctx);
    +    OPENSSL_free(ctx);
    +}
     
     void TS_VERIFY_CTX_cleanup(TS_VERIFY_CTX *ctx)
    -	{
    -	if (!ctx) return;
    +{
    +    if (!ctx)
    +        return;
     
    -	X509_STORE_free(ctx->store);
    -	sk_X509_pop_free(ctx->certs, X509_free);
    +    X509_STORE_free(ctx->store);
    +    sk_X509_pop_free(ctx->certs, X509_free);
     
    -	ASN1_OBJECT_free(ctx->policy);
    +    ASN1_OBJECT_free(ctx->policy);
     
    -	X509_ALGOR_free(ctx->md_alg);
    -	OPENSSL_free(ctx->imprint);
    -	
    -	BIO_free_all(ctx->data);
    +    X509_ALGOR_free(ctx->md_alg);
    +    OPENSSL_free(ctx->imprint);
     
    -	ASN1_INTEGER_free(ctx->nonce);
    +    BIO_free_all(ctx->data);
     
    -	GENERAL_NAME_free(ctx->tsa_name);
    +    ASN1_INTEGER_free(ctx->nonce);
     
    -	TS_VERIFY_CTX_init(ctx);
    -	}
    +    GENERAL_NAME_free(ctx->tsa_name);
    +
    +    TS_VERIFY_CTX_init(ctx);
    +}
     
     TS_VERIFY_CTX *TS_REQ_to_TS_VERIFY_CTX(TS_REQ *req, TS_VERIFY_CTX *ctx)
    -	{
    -	TS_VERIFY_CTX *ret = ctx;
    -	ASN1_OBJECT *policy;
    -	TS_MSG_IMPRINT *imprint;
    -	X509_ALGOR *md_alg;
    -	ASN1_OCTET_STRING *msg;
    -	const ASN1_INTEGER *nonce;
    -
    -	OPENSSL_assert(req != NULL);
    -	if (ret)
    -		TS_VERIFY_CTX_cleanup(ret);
    -	else
    -		if (!(ret = TS_VERIFY_CTX_new())) return NULL;
    -
    -	/* Setting flags. */
    -	ret->flags = TS_VFY_ALL_IMPRINT & ~(TS_VFY_TSA_NAME | TS_VFY_SIGNATURE);
    -
    -	/* Setting policy. */
    -	if ((policy = TS_REQ_get_policy_id(req)) != NULL)
    -		{
    -		if (!(ret->policy = OBJ_dup(policy))) goto err;
    -		}
    -	else
    -		ret->flags &= ~TS_VFY_POLICY;
    -
    -	/* Setting md_alg, imprint and imprint_len. */
    -	imprint = TS_REQ_get_msg_imprint(req);
    -	md_alg = TS_MSG_IMPRINT_get_algo(imprint);
    -	if (!(ret->md_alg = X509_ALGOR_dup(md_alg))) goto err;
    -	msg = TS_MSG_IMPRINT_get_msg(imprint);
    -	ret->imprint_len = ASN1_STRING_length(msg);
    -	if (!(ret->imprint = OPENSSL_malloc(ret->imprint_len))) goto err;
    -	memcpy(ret->imprint, ASN1_STRING_data(msg), ret->imprint_len);
    -
    -	/* Setting nonce. */
    -	if ((nonce = TS_REQ_get_nonce(req)) != NULL)
    -		{
    -		if (!(ret->nonce = ASN1_INTEGER_dup(nonce))) goto err;
    -		}
    -	else
    -		ret->flags &= ~TS_VFY_NONCE;
    -
    -	return ret;
    +{
    +    TS_VERIFY_CTX *ret = ctx;
    +    ASN1_OBJECT *policy;
    +    TS_MSG_IMPRINT *imprint;
    +    X509_ALGOR *md_alg;
    +    ASN1_OCTET_STRING *msg;
    +    const ASN1_INTEGER *nonce;
    +
    +    OPENSSL_assert(req != NULL);
    +    if (ret)
    +        TS_VERIFY_CTX_cleanup(ret);
    +    else if (!(ret = TS_VERIFY_CTX_new()))
    +        return NULL;
    +
    +    /* Setting flags. */
    +    ret->flags = TS_VFY_ALL_IMPRINT & ~(TS_VFY_TSA_NAME | TS_VFY_SIGNATURE);
    +
    +    /* Setting policy. */
    +    if ((policy = TS_REQ_get_policy_id(req)) != NULL) {
    +        if (!(ret->policy = OBJ_dup(policy)))
    +            goto err;
    +    } else
    +        ret->flags &= ~TS_VFY_POLICY;
    +
    +    /* Setting md_alg, imprint and imprint_len. */
    +    imprint = TS_REQ_get_msg_imprint(req);
    +    md_alg = TS_MSG_IMPRINT_get_algo(imprint);
    +    if (!(ret->md_alg = X509_ALGOR_dup(md_alg)))
    +        goto err;
    +    msg = TS_MSG_IMPRINT_get_msg(imprint);
    +    ret->imprint_len = ASN1_STRING_length(msg);
    +    if (!(ret->imprint = OPENSSL_malloc(ret->imprint_len)))
    +        goto err;
    +    memcpy(ret->imprint, ASN1_STRING_data(msg), ret->imprint_len);
    +
    +    /* Setting nonce. */
    +    if ((nonce = TS_REQ_get_nonce(req)) != NULL) {
    +        if (!(ret->nonce = ASN1_INTEGER_dup(nonce)))
    +            goto err;
    +    } else
    +        ret->flags &= ~TS_VFY_NONCE;
    +
    +    return ret;
      err:
    -	if (ctx)
    -		TS_VERIFY_CTX_cleanup(ctx);
    -	else
    -		TS_VERIFY_CTX_free(ret);
    -	return NULL;
    -	}
    +    if (ctx)
    +        TS_VERIFY_CTX_cleanup(ctx);
    +    else
    +        TS_VERIFY_CTX_free(ret);
    +    return NULL;
    +}
    diff --git a/openssl/crypto/txt_db/txt_db.c b/openssl/crypto/txt_db/txt_db.c
    index 6f2ce3b5a..f9b42ac6e 100644
    --- a/openssl/crypto/txt_db/txt_db.c
    +++ b/openssl/crypto/txt_db/txt_db.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -64,325 +64,318 @@
     #include 
     
     #undef BUFSIZE
    -#define BUFSIZE	512
    +#define BUFSIZE 512
     
    -const char TXT_DB_version[]="TXT_DB" OPENSSL_VERSION_PTEXT;
    +const char TXT_DB_version[] = "TXT_DB" OPENSSL_VERSION_PTEXT;
     
     TXT_DB *TXT_DB_read(BIO *in, int num)
    -	{
    -	TXT_DB *ret=NULL;
    -	int er=1;
    -	int esc=0;
    -	long ln=0;
    -	int i,add,n;
    -	int size=BUFSIZE;
    -	int offset=0;
    -	char *p,*f;
    -	OPENSSL_STRING *pp;
    -	BUF_MEM *buf=NULL;
    +{
    +    TXT_DB *ret = NULL;
    +    int er = 1;
    +    int esc = 0;
    +    long ln = 0;
    +    int i, add, n;
    +    int size = BUFSIZE;
    +    int offset = 0;
    +    char *p, *f;
    +    OPENSSL_STRING *pp;
    +    BUF_MEM *buf = NULL;
     
    -	if ((buf=BUF_MEM_new()) == NULL) goto err;
    -	if (!BUF_MEM_grow(buf,size)) goto err;
    +    if ((buf = BUF_MEM_new()) == NULL)
    +        goto err;
    +    if (!BUF_MEM_grow(buf, size))
    +        goto err;
     
    -	if ((ret=OPENSSL_malloc(sizeof(TXT_DB))) == NULL)
    -		goto err;
    -	ret->num_fields=num;
    -	ret->index=NULL;
    -	ret->qual=NULL;
    -	if ((ret->data=sk_OPENSSL_PSTRING_new_null()) == NULL)
    -		goto err;
    -	if ((ret->index=OPENSSL_malloc(sizeof(*ret->index)*num)) == NULL)
    -		goto err;
    -	if ((ret->qual=OPENSSL_malloc(sizeof(*(ret->qual))*num)) == NULL)
    -		goto err;
    -	for (i=0; iindex[i]=NULL;
    -		ret->qual[i]=NULL;
    -		}
    +    if ((ret = OPENSSL_malloc(sizeof(TXT_DB))) == NULL)
    +        goto err;
    +    ret->num_fields = num;
    +    ret->index = NULL;
    +    ret->qual = NULL;
    +    if ((ret->data = sk_OPENSSL_PSTRING_new_null()) == NULL)
    +        goto err;
    +    if ((ret->index = OPENSSL_malloc(sizeof(*ret->index) * num)) == NULL)
    +        goto err;
    +    if ((ret->qual = OPENSSL_malloc(sizeof(*(ret->qual)) * num)) == NULL)
    +        goto err;
    +    for (i = 0; i < num; i++) {
    +        ret->index[i] = NULL;
    +        ret->qual[i] = NULL;
    +    }
     
    -	add=(num+1)*sizeof(char *);
    -	buf->data[size-1]='\0';
    -	offset=0;
    -	for (;;)
    -		{
    -		if (offset != 0)
    -			{
    -			size+=BUFSIZE;
    -			if (!BUF_MEM_grow_clean(buf,size)) goto err;
    -			}
    -		buf->data[offset]='\0';
    -		BIO_gets(in,&(buf->data[offset]),size-offset);
    -		ln++;
    -		if (buf->data[offset] == '\0') break;
    -		if ((offset == 0) && (buf->data[0] == '#')) continue;
    -		i=strlen(&(buf->data[offset]));
    -		offset+=i;
    -		if (buf->data[offset-1] != '\n')
    -			continue;
    -		else
    -			{
    -			buf->data[offset-1]='\0'; /* blat the '\n' */
    -			if (!(p=OPENSSL_malloc(add+offset))) goto err;
    -			offset=0;
    -			}
    -		pp=(char **)p;
    -		p+=add;
    -		n=0;
    -		pp[n++]=p;
    -		i=0;
    -		f=buf->data;
    +    add = (num + 1) * sizeof(char *);
    +    buf->data[size - 1] = '\0';
    +    offset = 0;
    +    for (;;) {
    +        if (offset != 0) {
    +            size += BUFSIZE;
    +            if (!BUF_MEM_grow_clean(buf, size))
    +                goto err;
    +        }
    +        buf->data[offset] = '\0';
    +        BIO_gets(in, &(buf->data[offset]), size - offset);
    +        ln++;
    +        if (buf->data[offset] == '\0')
    +            break;
    +        if ((offset == 0) && (buf->data[0] == '#'))
    +            continue;
    +        i = strlen(&(buf->data[offset]));
    +        offset += i;
    +        if (buf->data[offset - 1] != '\n')
    +            continue;
    +        else {
    +            buf->data[offset - 1] = '\0'; /* blat the '\n' */
    +            if (!(p = OPENSSL_malloc(add + offset)))
    +                goto err;
    +            offset = 0;
    +        }
    +        pp = (char **)p;
    +        p += add;
    +        n = 0;
    +        pp[n++] = p;
    +        i = 0;
    +        f = buf->data;
     
    -		esc=0;
    -		for (;;)
    -			{
    -			if (*f == '\0') break;
    -			if (*f == '\t')
    -				{
    -				if (esc)
    -					p--;
    -				else
    -					{	
    -					*(p++)='\0';
    -					f++;
    -					if (n >=  num) break;
    -					pp[n++]=p;
    -					continue;
    -					}
    -				}
    -			esc=(*f == '\\');
    -			*(p++)= *(f++);
    -			}
    -		*(p++)='\0';
    -		if ((n != num) || (*f != '\0'))
    -			{
    -#if !defined(OPENSSL_NO_STDIO) && !defined(OPENSSL_SYS_WIN16)	/* temporary fix :-( */
    -			fprintf(stderr,"wrong number of fields on line %ld (looking for field %d, got %d, '%s' left)\n",ln,num,n,f);
    +        esc = 0;
    +        for (;;) {
    +            if (*f == '\0')
    +                break;
    +            if (*f == '\t') {
    +                if (esc)
    +                    p--;
    +                else {
    +                    *(p++) = '\0';
    +                    f++;
    +                    if (n >= num)
    +                        break;
    +                    pp[n++] = p;
    +                    continue;
    +                }
    +            }
    +            esc = (*f == '\\');
    +            *(p++) = *(f++);
    +        }
    +        *(p++) = '\0';
    +        if ((n != num) || (*f != '\0')) {
    +#if !defined(OPENSSL_NO_STDIO) && !defined(OPENSSL_SYS_WIN16) /* temporary
    +                                                               * fix :-( */
    +            fprintf(stderr,
    +                    "wrong number of fields on line %ld (looking for field %d, got %d, '%s' left)\n",
    +                    ln, num, n, f);
     #endif
    -			er=2;
    -			goto err;
    -			}
    -		pp[n]=p;
    -		if (!sk_OPENSSL_PSTRING_push(ret->data,pp))
    -			{
    -#if !defined(OPENSSL_NO_STDIO) && !defined(OPENSSL_SYS_WIN16)	/* temporary fix :-( */
    -			fprintf(stderr,"failure in sk_push\n");
    +            er = 2;
    +            goto err;
    +        }
    +        pp[n] = p;
    +        if (!sk_OPENSSL_PSTRING_push(ret->data, pp)) {
    +#if !defined(OPENSSL_NO_STDIO) && !defined(OPENSSL_SYS_WIN16) /* temporary
    +                                                               * fix :-( */
    +            fprintf(stderr, "failure in sk_push\n");
     #endif
    -			er=2;
    -			goto err;
    -			}
    -		}
    -	er=0;
    -err:
    -	BUF_MEM_free(buf);
    -	if (er)
    -		{
    +            er = 2;
    +            goto err;
    +        }
    +    }
    +    er = 0;
    + err:
    +    BUF_MEM_free(buf);
    +    if (er) {
     #if !defined(OPENSSL_NO_STDIO) && !defined(OPENSSL_SYS_WIN16)
    -		if (er == 1) fprintf(stderr,"OPENSSL_malloc failure\n");
    +        if (er == 1)
    +            fprintf(stderr, "OPENSSL_malloc failure\n");
     #endif
    -		if (ret != NULL)
    -			{
    -			if (ret->data != NULL) sk_OPENSSL_PSTRING_free(ret->data);
    -			if (ret->index != NULL) OPENSSL_free(ret->index);
    -			if (ret->qual != NULL) OPENSSL_free(ret->qual);
    -			if (ret != NULL) OPENSSL_free(ret);
    -			}
    -		return(NULL);
    -		}
    -	else
    -		return(ret);
    -	}
    +        if (ret != NULL) {
    +            if (ret->data != NULL)
    +                sk_OPENSSL_PSTRING_free(ret->data);
    +            if (ret->index != NULL)
    +                OPENSSL_free(ret->index);
    +            if (ret->qual != NULL)
    +                OPENSSL_free(ret->qual);
    +            if (ret != NULL)
    +                OPENSSL_free(ret);
    +        }
    +        return (NULL);
    +    } else
    +        return (ret);
    +}
     
    -OPENSSL_STRING *TXT_DB_get_by_index(TXT_DB *db, int idx, OPENSSL_STRING *value)
    -	{
    -	OPENSSL_STRING *ret;
    -	LHASH_OF(OPENSSL_STRING) *lh;
    +OPENSSL_STRING *TXT_DB_get_by_index(TXT_DB *db, int idx,
    +                                    OPENSSL_STRING *value)
    +{
    +    OPENSSL_STRING *ret;
    +    LHASH_OF(OPENSSL_STRING) *lh;
     
    -	if (idx >= db->num_fields)
    -		{
    -		db->error=DB_ERROR_INDEX_OUT_OF_RANGE;
    -		return(NULL);
    -		}
    -	lh=db->index[idx];
    -	if (lh == NULL)
    -		{
    -		db->error=DB_ERROR_NO_INDEX;
    -		return(NULL);
    -		}
    -	ret=lh_OPENSSL_STRING_retrieve(lh,value);
    -	db->error=DB_ERROR_OK;
    -	return(ret);
    -	}
    +    if (idx >= db->num_fields) {
    +        db->error = DB_ERROR_INDEX_OUT_OF_RANGE;
    +        return (NULL);
    +    }
    +    lh = db->index[idx];
    +    if (lh == NULL) {
    +        db->error = DB_ERROR_NO_INDEX;
    +        return (NULL);
    +    }
    +    ret = lh_OPENSSL_STRING_retrieve(lh, value);
    +    db->error = DB_ERROR_OK;
    +    return (ret);
    +}
     
    -int TXT_DB_create_index(TXT_DB *db, int field, int (*qual)(OPENSSL_STRING *),
    -			LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp)
    -	{
    -	LHASH_OF(OPENSSL_STRING) *idx;
    -	OPENSSL_STRING *r;
    -	int i,n;
    +int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *),
    +                        LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp)
    +{
    +    LHASH_OF(OPENSSL_STRING) *idx;
    +    OPENSSL_STRING *r;
    +    int i, n;
     
    -	if (field >= db->num_fields)
    -		{
    -		db->error=DB_ERROR_INDEX_OUT_OF_RANGE;
    -		return(0);
    -		}
    -	/* FIXME: we lose type checking at this point */
    -	if ((idx=(LHASH_OF(OPENSSL_STRING) *)lh_new(hash,cmp)) == NULL)
    -		{
    -		db->error=DB_ERROR_MALLOC;
    -		return(0);
    -		}
    -	n=sk_OPENSSL_PSTRING_num(db->data);
    -	for (i=0; idata,i);
    -		if ((qual != NULL) && (qual(r) == 0)) continue;
    -		if ((r=lh_OPENSSL_STRING_insert(idx,r)) != NULL)
    -			{
    -			db->error=DB_ERROR_INDEX_CLASH;
    -			db->arg1=sk_OPENSSL_PSTRING_find(db->data,r);
    -			db->arg2=i;
    -			lh_OPENSSL_STRING_free(idx);
    -			return(0);
    -			}
    -		}
    -	if (db->index[field] != NULL) lh_OPENSSL_STRING_free(db->index[field]);
    -	db->index[field]=idx;
    -	db->qual[field]=qual;
    -	return(1);
    -	}
    +    if (field >= db->num_fields) {
    +        db->error = DB_ERROR_INDEX_OUT_OF_RANGE;
    +        return (0);
    +    }
    +    /* FIXME: we lose type checking at this point */
    +    if ((idx = (LHASH_OF(OPENSSL_STRING) *)lh_new(hash, cmp)) == NULL) {
    +        db->error = DB_ERROR_MALLOC;
    +        return (0);
    +    }
    +    n = sk_OPENSSL_PSTRING_num(db->data);
    +    for (i = 0; i < n; i++) {
    +        r = sk_OPENSSL_PSTRING_value(db->data, i);
    +        if ((qual != NULL) && (qual(r) == 0))
    +            continue;
    +        if ((r = lh_OPENSSL_STRING_insert(idx, r)) != NULL) {
    +            db->error = DB_ERROR_INDEX_CLASH;
    +            db->arg1 = sk_OPENSSL_PSTRING_find(db->data, r);
    +            db->arg2 = i;
    +            lh_OPENSSL_STRING_free(idx);
    +            return (0);
    +        }
    +    }
    +    if (db->index[field] != NULL)
    +        lh_OPENSSL_STRING_free(db->index[field]);
    +    db->index[field] = idx;
    +    db->qual[field] = qual;
    +    return (1);
    +}
     
     long TXT_DB_write(BIO *out, TXT_DB *db)
    -	{
    -	long i,j,n,nn,l,tot=0;
    -	char *p,**pp,*f;
    -	BUF_MEM *buf=NULL;
    -	long ret= -1;
    +{
    +    long i, j, n, nn, l, tot = 0;
    +    char *p, **pp, *f;
    +    BUF_MEM *buf = NULL;
    +    long ret = -1;
     
    -	if ((buf=BUF_MEM_new()) == NULL)
    -		goto err;
    -	n=sk_OPENSSL_PSTRING_num(db->data);
    -	nn=db->num_fields;
    -	for (i=0; idata,i);
    +    if ((buf = BUF_MEM_new()) == NULL)
    +        goto err;
    +    n = sk_OPENSSL_PSTRING_num(db->data);
    +    nn = db->num_fields;
    +    for (i = 0; i < n; i++) {
    +        pp = sk_OPENSSL_PSTRING_value(db->data, i);
     
    -		l=0;
    -		for (j=0; jdata;
    -		for (j=0; jdata;
    -		if (BIO_write(out,buf->data,(int)j) != j)
    -			goto err;
    -		tot+=j;
    -		}
    -	ret=tot;
    -err:
    -	if (buf != NULL) BUF_MEM_free(buf);
    -	return(ret);
    -	}
    +        p = buf->data;
    +        for (j = 0; j < nn; j++) {
    +            f = pp[j];
    +            if (f != NULL)
    +                for (;;) {
    +                    if (*f == '\0')
    +                        break;
    +                    if (*f == '\t')
    +                        *(p++) = '\\';
    +                    *(p++) = *(f++);
    +                }
    +            *(p++) = '\t';
    +        }
    +        p[-1] = '\n';
    +        j = p - buf->data;
    +        if (BIO_write(out, buf->data, (int)j) != j)
    +            goto err;
    +        tot += j;
    +    }
    +    ret = tot;
    + err:
    +    if (buf != NULL)
    +        BUF_MEM_free(buf);
    +    return (ret);
    +}
     
     int TXT_DB_insert(TXT_DB *db, OPENSSL_STRING *row)
    -	{
    -	int i;
    -	OPENSSL_STRING *r;
    +{
    +    int i;
    +    OPENSSL_STRING *r;
     
    -	for (i=0; inum_fields; i++)
    -		{
    -		if (db->index[i] != NULL)
    -			{
    -			if ((db->qual[i] != NULL) &&
    -				(db->qual[i](row) == 0)) continue;
    -			r=lh_OPENSSL_STRING_retrieve(db->index[i],row);
    -			if (r != NULL)
    -				{
    -				db->error=DB_ERROR_INDEX_CLASH;
    -				db->arg1=i;
    -				db->arg_row=r;
    -				goto err;
    -				}
    -			}
    -		}
    -	/* We have passed the index checks, now just append and insert */
    -	if (!sk_OPENSSL_PSTRING_push(db->data,row))
    -		{
    -		db->error=DB_ERROR_MALLOC;
    -		goto err;
    -		}
    +    for (i = 0; i < db->num_fields; i++) {
    +        if (db->index[i] != NULL) {
    +            if ((db->qual[i] != NULL) && (db->qual[i] (row) == 0))
    +                continue;
    +            r = lh_OPENSSL_STRING_retrieve(db->index[i], row);
    +            if (r != NULL) {
    +                db->error = DB_ERROR_INDEX_CLASH;
    +                db->arg1 = i;
    +                db->arg_row = r;
    +                goto err;
    +            }
    +        }
    +    }
    +    /* We have passed the index checks, now just append and insert */
    +    if (!sk_OPENSSL_PSTRING_push(db->data, row)) {
    +        db->error = DB_ERROR_MALLOC;
    +        goto err;
    +    }
     
    -	for (i=0; inum_fields; i++)
    -		{
    -		if (db->index[i] != NULL)
    -			{
    -			if ((db->qual[i] != NULL) &&
    -				(db->qual[i](row) == 0)) continue;
    -			(void)lh_OPENSSL_STRING_insert(db->index[i],row);
    -			}
    -		}
    -	return(1);
    -err:
    -	return(0);
    -	}
    +    for (i = 0; i < db->num_fields; i++) {
    +        if (db->index[i] != NULL) {
    +            if ((db->qual[i] != NULL) && (db->qual[i] (row) == 0))
    +                continue;
    +            (void)lh_OPENSSL_STRING_insert(db->index[i], row);
    +        }
    +    }
    +    return (1);
    + err:
    +    return (0);
    +}
     
     void TXT_DB_free(TXT_DB *db)
    -	{
    -	int i,n;
    -	char **p,*max;
    +{
    +    int i, n;
    +    char **p, *max;
     
    -	if(db == NULL)
    -	    return;
    +    if (db == NULL)
    +        return;
     
    -	if (db->index != NULL)
    -		{
    -		for (i=db->num_fields-1; i>=0; i--)
    -			if (db->index[i] != NULL) lh_OPENSSL_STRING_free(db->index[i]);
    -		OPENSSL_free(db->index);
    -		}
    -	if (db->qual != NULL)
    -		OPENSSL_free(db->qual);
    -	if (db->data != NULL)
    -		{
    -		for (i=sk_OPENSSL_PSTRING_num(db->data)-1; i>=0; i--)
    -			{
    -			/* check if any 'fields' have been allocated
    -			 * from outside of the initial block */
    -			p=sk_OPENSSL_PSTRING_value(db->data,i);
    -			max=p[db->num_fields]; /* last address */
    -			if (max == NULL) /* new row */
    -				{
    -				for (n=0; nnum_fields; n++)
    -					if (p[n] != NULL) OPENSSL_free(p[n]);
    -				}
    -			else
    -				{
    -				for (n=0; nnum_fields; n++)
    -					{
    -					if (((p[n] < (char *)p) || (p[n] > max))
    -						&& (p[n] != NULL))
    -						OPENSSL_free(p[n]);
    -					}
    -				}
    -			OPENSSL_free(sk_OPENSSL_PSTRING_value(db->data,i));
    -			}
    -		sk_OPENSSL_PSTRING_free(db->data);
    -		}
    -	OPENSSL_free(db);
    -	}
    +    if (db->index != NULL) {
    +        for (i = db->num_fields - 1; i >= 0; i--)
    +            if (db->index[i] != NULL)
    +                lh_OPENSSL_STRING_free(db->index[i]);
    +        OPENSSL_free(db->index);
    +    }
    +    if (db->qual != NULL)
    +        OPENSSL_free(db->qual);
    +    if (db->data != NULL) {
    +        for (i = sk_OPENSSL_PSTRING_num(db->data) - 1; i >= 0; i--) {
    +            /*
    +             * check if any 'fields' have been allocated from outside of the
    +             * initial block
    +             */
    +            p = sk_OPENSSL_PSTRING_value(db->data, i);
    +            max = p[db->num_fields]; /* last address */
    +            if (max == NULL) {  /* new row */
    +                for (n = 0; n < db->num_fields; n++)
    +                    if (p[n] != NULL)
    +                        OPENSSL_free(p[n]);
    +            } else {
    +                for (n = 0; n < db->num_fields; n++) {
    +                    if (((p[n] < (char *)p) || (p[n] > max))
    +                        && (p[n] != NULL))
    +                        OPENSSL_free(p[n]);
    +                }
    +            }
    +            OPENSSL_free(sk_OPENSSL_PSTRING_value(db->data, i));
    +        }
    +        sk_OPENSSL_PSTRING_free(db->data);
    +    }
    +    OPENSSL_free(db);
    +}
    diff --git a/openssl/crypto/txt_db/txt_db.h b/openssl/crypto/txt_db/txt_db.h
    index 6abe435bc..98e23a200 100644
    --- a/openssl/crypto/txt_db/txt_db.h
    +++ b/openssl/crypto/txt_db/txt_db.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -57,21 +57,21 @@
      */
     
     #ifndef HEADER_TXT_DB_H
    -#define HEADER_TXT_DB_H
    +# define HEADER_TXT_DB_H
     
    -#include 
    -#ifndef OPENSSL_NO_BIO
    -#include 
    -#endif
    -#include 
    -#include 
    +# include 
    +# ifndef OPENSSL_NO_BIO
    +#  include 
    +# endif
    +# include 
    +# include 
     
    -#define DB_ERROR_OK			0
    -#define DB_ERROR_MALLOC			1
    -#define DB_ERROR_INDEX_CLASH    	2
    -#define DB_ERROR_INDEX_OUT_OF_RANGE	3
    -#define DB_ERROR_NO_INDEX		4
    -#define DB_ERROR_INSERT_INDEX_CLASH    	5
    +# define DB_ERROR_OK                     0
    +# define DB_ERROR_MALLOC                 1
    +# define DB_ERROR_INDEX_CLASH            2
    +# define DB_ERROR_INDEX_OUT_OF_RANGE     3
    +# define DB_ERROR_NO_INDEX               4
    +# define DB_ERROR_INSERT_INDEX_CLASH     5
     
     #ifdef  __cplusplus
     extern "C" {
    @@ -80,29 +80,29 @@ extern "C" {
     typedef OPENSSL_STRING *OPENSSL_PSTRING;
     DECLARE_SPECIAL_STACK_OF(OPENSSL_PSTRING, OPENSSL_STRING)
     
    -typedef struct txt_db_st
    -	{
    -	int num_fields;
    -	STACK_OF(OPENSSL_PSTRING) *data;
    -	LHASH_OF(OPENSSL_STRING) **index;
    -	int (**qual)(OPENSSL_STRING *);
    -	long error;
    -	long arg1;
    -	long arg2;
    -	OPENSSL_STRING *arg_row;
    -	} TXT_DB;
    +typedef struct txt_db_st {
    +    int num_fields;
    +    STACK_OF(OPENSSL_PSTRING) *data;
    +    LHASH_OF(OPENSSL_STRING) **index;
    +    int (**qual) (OPENSSL_STRING *);
    +    long error;
    +    long arg1;
    +    long arg2;
    +    OPENSSL_STRING *arg_row;
    +} TXT_DB;
     
    -#ifndef OPENSSL_NO_BIO
    +# ifndef OPENSSL_NO_BIO
     TXT_DB *TXT_DB_read(BIO *in, int num);
     long TXT_DB_write(BIO *out, TXT_DB *db);
    -#else
    +# else
     TXT_DB *TXT_DB_read(char *in, int num);
     long TXT_DB_write(char *out, TXT_DB *db);
    -#endif
    -int TXT_DB_create_index(TXT_DB *db,int field,int (*qual)(OPENSSL_STRING *),
    -			LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp);
    +# endif
    +int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *),
    +                        LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp);
     void TXT_DB_free(TXT_DB *db);
    -OPENSSL_STRING *TXT_DB_get_by_index(TXT_DB *db, int idx, OPENSSL_STRING *value);
    +OPENSSL_STRING *TXT_DB_get_by_index(TXT_DB *db, int idx,
    +                                    OPENSSL_STRING *value);
     int TXT_DB_insert(TXT_DB *db, OPENSSL_STRING *value);
     
     #ifdef  __cplusplus
    diff --git a/openssl/crypto/ui/ui.h b/openssl/crypto/ui/ui.h
    index bd78aa413..b917edab3 100644
    --- a/openssl/crypto/ui/ui.h
    +++ b/openssl/crypto/ui/ui.h
    @@ -1,6 +1,7 @@
     /* crypto/ui/ui.h -*- mode:C; c-file-style: "eay" -*- */
    -/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
    - * project 2001.
    +/*
    + * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
    + * 2001.
      */
     /* ====================================================================
      * Copyright (c) 2001 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -57,13 +58,13 @@
      */
     
     #ifndef HEADER_UI_H
    -#define HEADER_UI_H
    +# define HEADER_UI_H
     
    -#ifndef OPENSSL_NO_DEPRECATED
    -#include 
    -#endif
    -#include 
    -#include 
    +# ifndef OPENSSL_NO_DEPRECATED
    +#  include 
    +# endif
    +# include 
    +# include 
     
     #ifdef  __cplusplus
     extern "C" {
    @@ -73,41 +74,42 @@ extern "C" {
     /* typedef struct ui_st UI; */
     /* typedef struct ui_method_st UI_METHOD; */
     
    -
    -/* All the following functions return -1 or NULL on error and in some cases
    -   (UI_process()) -2 if interrupted or in some other way cancelled.
    -   When everything is fine, they return 0, a positive value or a non-NULL
    -   pointer, all depending on their purpose. */
    +/*
    + * All the following functions return -1 or NULL on error and in some cases
    + * (UI_process()) -2 if interrupted or in some other way cancelled. When
    + * everything is fine, they return 0, a positive value or a non-NULL pointer,
    + * all depending on their purpose.
    + */
     
     /* Creators and destructor.   */
     UI *UI_new(void);
     UI *UI_new_method(const UI_METHOD *method);
     void UI_free(UI *ui);
     
    -/* The following functions are used to add strings to be printed and prompt
    +/*-
    +   The following functions are used to add strings to be printed and prompt
        strings to prompt for data.  The names are UI_{add,dup}__string
        and UI_{add,dup}_input_boolean.
     
        UI_{add,dup}__string have the following meanings:
    -	add	add a text or prompt string.  The pointers given to these
    -		functions are used verbatim, no copying is done.
    -	dup	make a copy of the text or prompt string, then add the copy
    -		to the collection of strings in the user interface.
    -	
    -		The function is a name for the functionality that the given
    -		string shall be used for.  It can be one of:
    -			input	use the string as data prompt.
    -			verify	use the string as verification prompt.  This
    -				is used to verify a previous input.
    -			info	use the string for informational output.
    -			error	use the string for error output.
    +        add     add a text or prompt string.  The pointers given to these
    +                functions are used verbatim, no copying is done.
    +        dup     make a copy of the text or prompt string, then add the copy
    +                to the collection of strings in the user interface.
    +        
    +                The function is a name for the functionality that the given
    +                string shall be used for.  It can be one of:
    +                        input   use the string as data prompt.
    +                        verify  use the string as verification prompt.  This
    +                                is used to verify a previous input.
    +                        info    use the string for informational output.
    +                        error   use the string for error output.
        Honestly, there's currently no difference between info and error for the
        moment.
     
        UI_{add,dup}_input_boolean have the same semantics for "add" and "dup",
        and are typically used when one wants to prompt for a yes/no response.
     
    -
        All of the functions in this group take a UI and a prompt string.
        The string input and verify addition functions also take a flag argument,
        a buffer for the result to end up with, a minimum input size and a maximum
    @@ -128,19 +130,21 @@ void UI_free(UI *ui);
        On success, the all return an index of the added information.  That index
        is usefull when retrieving results with UI_get0_result(). */
     int UI_add_input_string(UI *ui, const char *prompt, int flags,
    -	char *result_buf, int minsize, int maxsize);
    +                        char *result_buf, int minsize, int maxsize);
     int UI_dup_input_string(UI *ui, const char *prompt, int flags,
    -	char *result_buf, int minsize, int maxsize);
    +                        char *result_buf, int minsize, int maxsize);
     int UI_add_verify_string(UI *ui, const char *prompt, int flags,
    -	char *result_buf, int minsize, int maxsize, const char *test_buf);
    +                         char *result_buf, int minsize, int maxsize,
    +                         const char *test_buf);
     int UI_dup_verify_string(UI *ui, const char *prompt, int flags,
    -	char *result_buf, int minsize, int maxsize, const char *test_buf);
    +                         char *result_buf, int minsize, int maxsize,
    +                         const char *test_buf);
     int UI_add_input_boolean(UI *ui, const char *prompt, const char *action_desc,
    -	const char *ok_chars, const char *cancel_chars,
    -	int flags, char *result_buf);
    +                         const char *ok_chars, const char *cancel_chars,
    +                         int flags, char *result_buf);
     int UI_dup_input_boolean(UI *ui, const char *prompt, const char *action_desc,
    -	const char *ok_chars, const char *cancel_chars,
    -	int flags, char *result_buf);
    +                         const char *ok_chars, const char *cancel_chars,
    +                         int flags, char *result_buf);
     int UI_add_info_string(UI *ui, const char *text);
     int UI_dup_info_string(UI *ui, const char *text);
     int UI_add_error_string(UI *ui, const char *text);
    @@ -148,56 +152,60 @@ int UI_dup_error_string(UI *ui, const char *text);
     
     /* These are the possible flags.  They can be or'ed together. */
     /* Use to have echoing of input */
    -#define UI_INPUT_FLAG_ECHO		0x01
    -/* Use a default password.  Where that password is found is completely
    -   up to the application, it might for example be in the user data set
    -   with UI_add_user_data().  It is not recommended to have more than
    -   one input in each UI being marked with this flag, or the application
    -   might get confused. */
    -#define UI_INPUT_FLAG_DEFAULT_PWD	0x02
    -
    -/* The user of these routines may want to define flags of their own.  The core
    -   UI won't look at those, but will pass them on to the method routines.  They
    -   must use higher bits so they don't get confused with the UI bits above.
    -   UI_INPUT_FLAG_USER_BASE tells which is the lowest bit to use.  A good
    -   example of use is this:
    -
    -	#define MY_UI_FLAG1	(0x01 << UI_INPUT_FLAG_USER_BASE)
    -
    +# define UI_INPUT_FLAG_ECHO              0x01
    +/*
    + * Use a default password.  Where that password is found is completely up to
    + * the application, it might for example be in the user data set with
    + * UI_add_user_data().  It is not recommended to have more than one input in
    + * each UI being marked with this flag, or the application might get
    + * confused.
    + */
    +# define UI_INPUT_FLAG_DEFAULT_PWD       0x02
    +
    +/*-
    + * The user of these routines may want to define flags of their own.  The core
    + * UI won't look at those, but will pass them on to the method routines.  They
    + * must use higher bits so they don't get confused with the UI bits above.
    + * UI_INPUT_FLAG_USER_BASE tells which is the lowest bit to use.  A good
    + * example of use is this:
    + *
    + *    #define MY_UI_FLAG1       (0x01 << UI_INPUT_FLAG_USER_BASE)
    + *
     */
    -#define UI_INPUT_FLAG_USER_BASE	16
    -
    -
    -/* The following function helps construct a prompt.  object_desc is a
    -   textual short description of the object, for example "pass phrase",
    -   and object_name is the name of the object (might be a card name or
    -   a file name.
    -   The returned string shall always be allocated on the heap with
    -   OPENSSL_malloc(), and need to be free'd with OPENSSL_free().
    -
    -   If the ui_method doesn't contain a pointer to a user-defined prompt
    -   constructor, a default string is built, looking like this:
    -
    -	"Enter {object_desc} for {object_name}:"
    -
    -   So, if object_desc has the value "pass phrase" and object_name has
    -   the value "foo.key", the resulting string is:
    -
    -	"Enter pass phrase for foo.key:"
    +# define UI_INPUT_FLAG_USER_BASE 16
    +
    +/*-
    + * The following function helps construct a prompt.  object_desc is a
    + * textual short description of the object, for example "pass phrase",
    + * and object_name is the name of the object (might be a card name or
    + * a file name.
    + * The returned string shall always be allocated on the heap with
    + * OPENSSL_malloc(), and need to be free'd with OPENSSL_free().
    + *
    + * If the ui_method doesn't contain a pointer to a user-defined prompt
    + * constructor, a default string is built, looking like this:
    + *
    + *       "Enter {object_desc} for {object_name}:"
    + *
    + * So, if object_desc has the value "pass phrase" and object_name has
    + * the value "foo.key", the resulting string is:
    + *
    + *       "Enter pass phrase for foo.key:"
     */
     char *UI_construct_prompt(UI *ui_method,
    -	const char *object_desc, const char *object_name);
    -
    +                          const char *object_desc, const char *object_name);
     
    -/* The following function is used to store a pointer to user-specific data.
    -   Any previous such pointer will be returned and replaced.
    -
    -   For callback purposes, this function makes a lot more sense than using
    -   ex_data, since the latter requires that different parts of OpenSSL or
    -   applications share the same ex_data index.
    -
    -   Note that the UI_OpenSSL() method completely ignores the user data.
    -   Other methods may not, however.  */
    +/*
    + * The following function is used to store a pointer to user-specific data.
    + * Any previous such pointer will be returned and replaced.
    + *
    + * For callback purposes, this function makes a lot more sense than using
    + * ex_data, since the latter requires that different parts of OpenSSL or
    + * applications share the same ex_data index.
    + *
    + * Note that the UI_OpenSSL() method completely ignores the user data. Other
    + * methods may not, however.
    + */
     void *UI_add_user_data(UI *ui, void *user_data);
     /* We need a user data retrieving function as well.  */
     void *UI_get0_user_data(UI *ui);
    @@ -208,28 +216,33 @@ const char *UI_get0_result(UI *ui, int i);
     /* When all strings have been added, process the whole thing. */
     int UI_process(UI *ui);
     
    -/* Give a user interface parametrised control commands.  This can be used to
    -   send down an integer, a data pointer or a function pointer, as well as
    -   be used to get information from a UI. */
    -int UI_ctrl(UI *ui, int cmd, long i, void *p, void (*f)(void));
    +/*
    + * Give a user interface parametrised control commands.  This can be used to
    + * send down an integer, a data pointer or a function pointer, as well as be
    + * used to get information from a UI.
    + */
    +int UI_ctrl(UI *ui, int cmd, long i, void *p, void (*f) (void));
     
     /* The commands */
    -/* Use UI_CONTROL_PRINT_ERRORS with the value 1 to have UI_process print the
    -   OpenSSL error stack before printing any info or added error messages and
    -   before any prompting. */
    -#define UI_CTRL_PRINT_ERRORS		1
    -/* Check if a UI_process() is possible to do again with the same instance of
    -   a user interface.  This makes UI_ctrl() return 1 if it is redoable, and 0
    -   if not. */
    -#define UI_CTRL_IS_REDOABLE		2
    -
    +/*
    + * Use UI_CONTROL_PRINT_ERRORS with the value 1 to have UI_process print the
    + * OpenSSL error stack before printing any info or added error messages and
    + * before any prompting.
    + */
    +# define UI_CTRL_PRINT_ERRORS            1
    +/*
    + * Check if a UI_process() is possible to do again with the same instance of
    + * a user interface.  This makes UI_ctrl() return 1 if it is redoable, and 0
    + * if not.
    + */
    +# define UI_CTRL_IS_REDOABLE             2
     
     /* Some methods may use extra data */
    -#define UI_set_app_data(s,arg)         UI_set_ex_data(s,0,arg)
    -#define UI_get_app_data(s)             UI_get_ex_data(s,0)
    +# define UI_set_app_data(s,arg)         UI_set_ex_data(s,0,arg)
    +# define UI_get_app_data(s)             UI_get_ex_data(s,0)
     int UI_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
    -	CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
    -int UI_set_ex_data(UI *r,int idx,void *arg);
    +                        CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
    +int UI_set_ex_data(UI *r, int idx, void *arg);
     void *UI_get_ex_data(UI *r, int idx);
     
     /* Use specific methods instead of the built-in one */
    @@ -241,34 +254,34 @@ const UI_METHOD *UI_set_method(UI *ui, const UI_METHOD *meth);
     /* The method with all the built-in thingies */
     UI_METHOD *UI_OpenSSL(void);
     
    -
     /* ---------- For method writers ---------- */
    -/* A method contains a number of functions that implement the low level
    +/*-
    +   A method contains a number of functions that implement the low level
        of the User Interface.  The functions are:
     
    -	an opener	This function starts a session, maybe by opening
    -			a channel to a tty, or by opening a window.
    -	a writer	This function is called to write a given string,
    -			maybe to the tty, maybe as a field label in a
    -			window.
    -	a flusher	This function is called to flush everything that
    -			has been output so far.  It can be used to actually
    -			display a dialog box after it has been built.
    -	a reader	This function is called to read a given prompt,
    -			maybe from the tty, maybe from a field in a
    -			window.  Note that it's called wth all string
    -			structures, not only the prompt ones, so it must
    -			check such things itself.
    -	a closer	This function closes the session, maybe by closing
    -			the channel to the tty, or closing the window.
    +        an opener       This function starts a session, maybe by opening
    +                        a channel to a tty, or by opening a window.
    +        a writer        This function is called to write a given string,
    +                        maybe to the tty, maybe as a field label in a
    +                        window.
    +        a flusher       This function is called to flush everything that
    +                        has been output so far.  It can be used to actually
    +                        display a dialog box after it has been built.
    +        a reader        This function is called to read a given prompt,
    +                        maybe from the tty, maybe from a field in a
    +                        window.  Note that it's called wth all string
    +                        structures, not only the prompt ones, so it must
    +                        check such things itself.
    +        a closer        This function closes the session, maybe by closing
    +                        the channel to the tty, or closing the window.
     
        All these functions are expected to return:
     
    -	0	on error.
    -	1	on success.
    -	-1	on out-of-band events, for example if some prompting has
    -		been canceled (by pressing Ctrl-C, for example).  This is
    -		only checked when returned by the flusher or the reader.
    +        0       on error.
    +        1       on success.
    +        -1      on out-of-band events, for example if some prompting has
    +                been canceled (by pressing Ctrl-C, for example).  This is
    +                only checked when returned by the flusher or the reader.
     
        The way this is used, the opener is first called, then the writer for all
        strings, then the flusher, then the reader for all strings and finally the
    @@ -284,42 +297,55 @@ UI_METHOD *UI_OpenSSL(void);
        the reader take a UI_STRING.
     */
     
    -/* The UI_STRING type is the data structure that contains all the needed info
    -   about a string or a prompt, including test data for a verification prompt.
    -*/
    +/*
    + * The UI_STRING type is the data structure that contains all the needed info
    + * about a string or a prompt, including test data for a verification prompt.
    + */
     typedef struct ui_string_st UI_STRING;
     DECLARE_STACK_OF(UI_STRING)
     
    -/* The different types of strings that are currently supported.
    -   This is only needed by method authors. */
    -enum UI_string_types
    -	{
    -	UIT_NONE=0,
    -	UIT_PROMPT,		/* Prompt for a string */
    -	UIT_VERIFY,		/* Prompt for a string and verify */
    -	UIT_BOOLEAN,		/* Prompt for a yes/no response */
    -	UIT_INFO,		/* Send info to the user */
    -	UIT_ERROR		/* Send an error message to the user */
    -	};
    +/*
    + * The different types of strings that are currently supported. This is only
    + * needed by method authors.
    + */
    +enum UI_string_types {
    +    UIT_NONE = 0,
    +    UIT_PROMPT,                 /* Prompt for a string */
    +    UIT_VERIFY,                 /* Prompt for a string and verify */
    +    UIT_BOOLEAN,                /* Prompt for a yes/no response */
    +    UIT_INFO,                   /* Send info to the user */
    +    UIT_ERROR                   /* Send an error message to the user */
    +};
     
     /* Create and manipulate methods */
     UI_METHOD *UI_create_method(char *name);
     void UI_destroy_method(UI_METHOD *ui_method);
    -int UI_method_set_opener(UI_METHOD *method, int (*opener)(UI *ui));
    -int UI_method_set_writer(UI_METHOD *method, int (*writer)(UI *ui, UI_STRING *uis));
    -int UI_method_set_flusher(UI_METHOD *method, int (*flusher)(UI *ui));
    -int UI_method_set_reader(UI_METHOD *method, int (*reader)(UI *ui, UI_STRING *uis));
    -int UI_method_set_closer(UI_METHOD *method, int (*closer)(UI *ui));
    -int UI_method_set_prompt_constructor(UI_METHOD *method, char *(*prompt_constructor)(UI* ui, const char* object_desc, const char* object_name));
    -int (*UI_method_get_opener(UI_METHOD *method))(UI*);
    -int (*UI_method_get_writer(UI_METHOD *method))(UI*,UI_STRING*);
    -int (*UI_method_get_flusher(UI_METHOD *method))(UI*);
    -int (*UI_method_get_reader(UI_METHOD *method))(UI*,UI_STRING*);
    -int (*UI_method_get_closer(UI_METHOD *method))(UI*);
    -char * (*UI_method_get_prompt_constructor(UI_METHOD *method))(UI*, const char*, const char*);
    -
    -/* The following functions are helpers for method writers to access relevant
    -   data from a UI_STRING. */
    +int UI_method_set_opener(UI_METHOD *method, int (*opener) (UI *ui));
    +int UI_method_set_writer(UI_METHOD *method,
    +                         int (*writer) (UI *ui, UI_STRING *uis));
    +int UI_method_set_flusher(UI_METHOD *method, int (*flusher) (UI *ui));
    +int UI_method_set_reader(UI_METHOD *method,
    +                         int (*reader) (UI *ui, UI_STRING *uis));
    +int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui));
    +int UI_method_set_prompt_constructor(UI_METHOD *method,
    +                                     char *(*prompt_constructor) (UI *ui,
    +                                                                  const char
    +                                                                  *object_desc,
    +                                                                  const char
    +                                                                  *object_name));
    +int (*UI_method_get_opener(UI_METHOD *method)) (UI *);
    +int (*UI_method_get_writer(UI_METHOD *method)) (UI *, UI_STRING *);
    +int (*UI_method_get_flusher(UI_METHOD *method)) (UI *);
    +int (*UI_method_get_reader(UI_METHOD *method)) (UI *, UI_STRING *);
    +int (*UI_method_get_closer(UI_METHOD *method)) (UI *);
    +char *(*UI_method_get_prompt_constructor(UI_METHOD *method)) (UI *,
    +                                                              const char *,
    +                                                              const char *);
    +
    +/*
    + * The following functions are helpers for method writers to access relevant
    + * data from a UI_STRING.
    + */
     
     /* Return type of the UI_STRING */
     enum UI_string_types UI_get_string_type(UI_STRING *uis);
    @@ -327,11 +353,16 @@ enum UI_string_types UI_get_string_type(UI_STRING *uis);
     int UI_get_input_flags(UI_STRING *uis);
     /* Return the actual string to output (the prompt, info or error) */
     const char *UI_get0_output_string(UI_STRING *uis);
    -/* Return the optional action string to output (the boolean promtp instruction) */
    +/*
    + * Return the optional action string to output (the boolean promtp
    + * instruction)
    + */
     const char *UI_get0_action_string(UI_STRING *uis);
     /* Return the result of a prompt */
     const char *UI_get0_result_string(UI_STRING *uis);
    -/* Return the string to test the result against.  Only useful with verifies. */
    +/*
    + * Return the string to test the result against.  Only useful with verifies.
    + */
     const char *UI_get0_test_string(UI_STRING *uis);
     /* Return the required minimum size of the result */
     int UI_get_result_minsize(UI_STRING *uis);
    @@ -340,14 +371,15 @@ int UI_get_result_maxsize(UI_STRING *uis);
     /* Set the result of a UI_STRING. */
     int UI_set_result(UI *ui, UI_STRING *uis, const char *result);
     
    -
     /* A couple of popular utility functions */
    -int UI_UTIL_read_pw_string(char *buf,int length,const char *prompt,int verify);
    -int UI_UTIL_read_pw(char *buf,char *buff,int size,const char *prompt,int verify);
    -
    +int UI_UTIL_read_pw_string(char *buf, int length, const char *prompt,
    +                           int verify);
    +int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt,
    +                    int verify);
     
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     void ERR_load_UI_strings(void);
    @@ -355,27 +387,27 @@ void ERR_load_UI_strings(void);
     /* Error codes for the UI functions. */
     
     /* Function codes. */
    -#define UI_F_GENERAL_ALLOCATE_BOOLEAN			 108
    -#define UI_F_GENERAL_ALLOCATE_PROMPT			 109
    -#define UI_F_GENERAL_ALLOCATE_STRING			 100
    -#define UI_F_UI_CTRL					 111
    -#define UI_F_UI_DUP_ERROR_STRING			 101
    -#define UI_F_UI_DUP_INFO_STRING				 102
    -#define UI_F_UI_DUP_INPUT_BOOLEAN			 110
    -#define UI_F_UI_DUP_INPUT_STRING			 103
    -#define UI_F_UI_DUP_VERIFY_STRING			 106
    -#define UI_F_UI_GET0_RESULT				 107
    -#define UI_F_UI_NEW_METHOD				 104
    -#define UI_F_UI_SET_RESULT				 105
    +# define UI_F_GENERAL_ALLOCATE_BOOLEAN                    108
    +# define UI_F_GENERAL_ALLOCATE_PROMPT                     109
    +# define UI_F_GENERAL_ALLOCATE_STRING                     100
    +# define UI_F_UI_CTRL                                     111
    +# define UI_F_UI_DUP_ERROR_STRING                         101
    +# define UI_F_UI_DUP_INFO_STRING                          102
    +# define UI_F_UI_DUP_INPUT_BOOLEAN                        110
    +# define UI_F_UI_DUP_INPUT_STRING                         103
    +# define UI_F_UI_DUP_VERIFY_STRING                        106
    +# define UI_F_UI_GET0_RESULT                              107
    +# define UI_F_UI_NEW_METHOD                               104
    +# define UI_F_UI_SET_RESULT                               105
     
     /* Reason codes. */
    -#define UI_R_COMMON_OK_AND_CANCEL_CHARACTERS		 104
    -#define UI_R_INDEX_TOO_LARGE				 102
    -#define UI_R_INDEX_TOO_SMALL				 103
    -#define UI_R_NO_RESULT_BUFFER				 105
    -#define UI_R_RESULT_TOO_LARGE				 100
    -#define UI_R_RESULT_TOO_SMALL				 101
    -#define UI_R_UNKNOWN_CONTROL_COMMAND			 106
    +# define UI_R_COMMON_OK_AND_CANCEL_CHARACTERS             104
    +# define UI_R_INDEX_TOO_LARGE                             102
    +# define UI_R_INDEX_TOO_SMALL                             103
    +# define UI_R_NO_RESULT_BUFFER                            105
    +# define UI_R_RESULT_TOO_LARGE                            100
    +# define UI_R_RESULT_TOO_SMALL                            101
    +# define UI_R_UNKNOWN_CONTROL_COMMAND                     106
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/ui/ui_compat.c b/openssl/crypto/ui/ui_compat.c
    index 13e0f70d9..0ca5284f9 100644
    --- a/openssl/crypto/ui/ui_compat.c
    +++ b/openssl/crypto/ui/ui_compat.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,12 +56,14 @@
     #include 
     #include 
     
    -int _ossl_old_des_read_pw_string(char *buf,int length,const char *prompt,int verify)
    -	{
    -	return UI_UTIL_read_pw_string(buf, length, prompt, verify);
    -	}
    +int _ossl_old_des_read_pw_string(char *buf, int length, const char *prompt,
    +                                 int verify)
    +{
    +    return UI_UTIL_read_pw_string(buf, length, prompt, verify);
    +}
     
    -int _ossl_old_des_read_pw(char *buf,char *buff,int size,const char *prompt,int verify)
    -	{
    -	return UI_UTIL_read_pw(buf, buff, size, prompt, verify);
    -	}
    +int _ossl_old_des_read_pw(char *buf, char *buff, int size, const char *prompt,
    +                          int verify)
    +{
    +    return UI_UTIL_read_pw(buf, buff, size, prompt, verify);
    +}
    diff --git a/openssl/crypto/ui/ui_compat.h b/openssl/crypto/ui/ui_compat.h
    index b35c9bb7f..42fb9ff65 100644
    --- a/openssl/crypto/ui/ui_compat.h
    +++ b/openssl/crypto/ui/ui_compat.h
    @@ -1,6 +1,7 @@
     /* crypto/ui/ui.h -*- mode:C; c-file-style: "eay" -*- */
    -/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
    - * project 2001.
    +/*
    + * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
    + * 2001.
      */
     /* ====================================================================
      * Copyright (c) 2001 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -57,25 +58,29 @@
      */
     
     #ifndef HEADER_UI_COMPAT_H
    -#define HEADER_UI_COMPAT_H
    +# define HEADER_UI_COMPAT_H
     
    -#include 
    -#include 
    +# include 
    +# include 
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -/* The following functions were previously part of the DES section,
    -   and are provided here for backward compatibility reasons. */
    +/*
    + * The following functions were previously part of the DES section, and are
    + * provided here for backward compatibility reasons.
    + */
     
    -#define des_read_pw_string(b,l,p,v) \
    -	_ossl_old_des_read_pw_string((b),(l),(p),(v))
    -#define des_read_pw(b,bf,s,p,v) \
    -	_ossl_old_des_read_pw((b),(bf),(s),(p),(v))
    +# define des_read_pw_string(b,l,p,v) \
    +        _ossl_old_des_read_pw_string((b),(l),(p),(v))
    +# define des_read_pw(b,bf,s,p,v) \
    +        _ossl_old_des_read_pw((b),(bf),(s),(p),(v))
     
    -int _ossl_old_des_read_pw_string(char *buf,int length,const char *prompt,int verify);
    -int _ossl_old_des_read_pw(char *buf,char *buff,int size,const char *prompt,int verify);
    +int _ossl_old_des_read_pw_string(char *buf, int length, const char *prompt,
    +                                 int verify);
    +int _ossl_old_des_read_pw(char *buf, char *buff, int size, const char *prompt,
    +                          int verify);
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/ui/ui_err.c b/openssl/crypto/ui/ui_err.c
    index a6b96299a..8097da836 100644
    --- a/openssl/crypto/ui/ui_err.c
    +++ b/openssl/crypto/ui/ui_err.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* NOTE: this file was auto generated by the mkerr.pl script: any changes
    +/*
    + * NOTE: this file was auto generated by the mkerr.pl script: any changes
      * made to it will be overwritten when the script next updates this file,
      * only reason strings will be preserved.
      */
    @@ -65,48 +66,46 @@
     /* BEGIN ERROR CODES */
     #ifndef OPENSSL_NO_ERR
     
    -#define ERR_FUNC(func) ERR_PACK(ERR_LIB_UI,func,0)
    -#define ERR_REASON(reason) ERR_PACK(ERR_LIB_UI,0,reason)
    +# define ERR_FUNC(func) ERR_PACK(ERR_LIB_UI,func,0)
    +# define ERR_REASON(reason) ERR_PACK(ERR_LIB_UI,0,reason)
     
    -static ERR_STRING_DATA UI_str_functs[]=
    -	{
    -{ERR_FUNC(UI_F_GENERAL_ALLOCATE_BOOLEAN),	"GENERAL_ALLOCATE_BOOLEAN"},
    -{ERR_FUNC(UI_F_GENERAL_ALLOCATE_PROMPT),	"GENERAL_ALLOCATE_PROMPT"},
    -{ERR_FUNC(UI_F_GENERAL_ALLOCATE_STRING),	"GENERAL_ALLOCATE_STRING"},
    -{ERR_FUNC(UI_F_UI_CTRL),	"UI_ctrl"},
    -{ERR_FUNC(UI_F_UI_DUP_ERROR_STRING),	"UI_dup_error_string"},
    -{ERR_FUNC(UI_F_UI_DUP_INFO_STRING),	"UI_dup_info_string"},
    -{ERR_FUNC(UI_F_UI_DUP_INPUT_BOOLEAN),	"UI_dup_input_boolean"},
    -{ERR_FUNC(UI_F_UI_DUP_INPUT_STRING),	"UI_dup_input_string"},
    -{ERR_FUNC(UI_F_UI_DUP_VERIFY_STRING),	"UI_dup_verify_string"},
    -{ERR_FUNC(UI_F_UI_GET0_RESULT),	"UI_get0_result"},
    -{ERR_FUNC(UI_F_UI_NEW_METHOD),	"UI_new_method"},
    -{ERR_FUNC(UI_F_UI_SET_RESULT),	"UI_set_result"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA UI_str_functs[] = {
    +    {ERR_FUNC(UI_F_GENERAL_ALLOCATE_BOOLEAN), "GENERAL_ALLOCATE_BOOLEAN"},
    +    {ERR_FUNC(UI_F_GENERAL_ALLOCATE_PROMPT), "GENERAL_ALLOCATE_PROMPT"},
    +    {ERR_FUNC(UI_F_GENERAL_ALLOCATE_STRING), "GENERAL_ALLOCATE_STRING"},
    +    {ERR_FUNC(UI_F_UI_CTRL), "UI_ctrl"},
    +    {ERR_FUNC(UI_F_UI_DUP_ERROR_STRING), "UI_dup_error_string"},
    +    {ERR_FUNC(UI_F_UI_DUP_INFO_STRING), "UI_dup_info_string"},
    +    {ERR_FUNC(UI_F_UI_DUP_INPUT_BOOLEAN), "UI_dup_input_boolean"},
    +    {ERR_FUNC(UI_F_UI_DUP_INPUT_STRING), "UI_dup_input_string"},
    +    {ERR_FUNC(UI_F_UI_DUP_VERIFY_STRING), "UI_dup_verify_string"},
    +    {ERR_FUNC(UI_F_UI_GET0_RESULT), "UI_get0_result"},
    +    {ERR_FUNC(UI_F_UI_NEW_METHOD), "UI_new_method"},
    +    {ERR_FUNC(UI_F_UI_SET_RESULT), "UI_set_result"},
    +    {0, NULL}
    +};
     
    -static ERR_STRING_DATA UI_str_reasons[]=
    -	{
    -{ERR_REASON(UI_R_COMMON_OK_AND_CANCEL_CHARACTERS),"common ok and cancel characters"},
    -{ERR_REASON(UI_R_INDEX_TOO_LARGE)        ,"index too large"},
    -{ERR_REASON(UI_R_INDEX_TOO_SMALL)        ,"index too small"},
    -{ERR_REASON(UI_R_NO_RESULT_BUFFER)       ,"no result buffer"},
    -{ERR_REASON(UI_R_RESULT_TOO_LARGE)       ,"result too large"},
    -{ERR_REASON(UI_R_RESULT_TOO_SMALL)       ,"result too small"},
    -{ERR_REASON(UI_R_UNKNOWN_CONTROL_COMMAND),"unknown control command"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA UI_str_reasons[] = {
    +    {ERR_REASON(UI_R_COMMON_OK_AND_CANCEL_CHARACTERS),
    +     "common ok and cancel characters"},
    +    {ERR_REASON(UI_R_INDEX_TOO_LARGE), "index too large"},
    +    {ERR_REASON(UI_R_INDEX_TOO_SMALL), "index too small"},
    +    {ERR_REASON(UI_R_NO_RESULT_BUFFER), "no result buffer"},
    +    {ERR_REASON(UI_R_RESULT_TOO_LARGE), "result too large"},
    +    {ERR_REASON(UI_R_RESULT_TOO_SMALL), "result too small"},
    +    {ERR_REASON(UI_R_UNKNOWN_CONTROL_COMMAND), "unknown control command"},
    +    {0, NULL}
    +};
     
     #endif
     
     void ERR_load_UI_strings(void)
    -	{
    +{
     #ifndef OPENSSL_NO_ERR
     
    -	if (ERR_func_error_string(UI_str_functs[0].error) == NULL)
    -		{
    -		ERR_load_strings(0,UI_str_functs);
    -		ERR_load_strings(0,UI_str_reasons);
    -		}
    +    if (ERR_func_error_string(UI_str_functs[0].error) == NULL) {
    +        ERR_load_strings(0, UI_str_functs);
    +        ERR_load_strings(0, UI_str_reasons);
    +    }
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/ui/ui_lib.c b/openssl/crypto/ui/ui_lib.c
    index 167da002d..5ddd7317e 100644
    --- a/openssl/crypto/ui/ui_lib.c
    +++ b/openssl/crypto/ui/ui_lib.c
    @@ -1,6 +1,7 @@
     /* crypto/ui/ui_lib.c -*- mode:C; c-file-style: "eay" -*- */
    -/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
    - * project 2001.
    +/*
    + * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
    + * 2001.
      */
     /* ====================================================================
      * Copyright (c) 2001 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -66,859 +67,804 @@
     
     IMPLEMENT_STACK_OF(UI_STRING_ST)
     
    -static const UI_METHOD *default_UI_meth=NULL;
    +static const UI_METHOD *default_UI_meth = NULL;
     
     UI *UI_new(void)
    -	{
    -	return(UI_new_method(NULL));
    -	}
    +{
    +    return (UI_new_method(NULL));
    +}
     
     UI *UI_new_method(const UI_METHOD *method)
    -	{
    -	UI *ret;
    -
    -	ret=(UI *)OPENSSL_malloc(sizeof(UI));
    -	if (ret == NULL)
    -		{
    -		UIerr(UI_F_UI_NEW_METHOD,ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -		}
    -	if (method == NULL)
    -		ret->meth=UI_get_default_method();
    -	else
    -		ret->meth=method;
    -
    -	ret->strings=NULL;
    -	ret->user_data=NULL;
    -	ret->flags=0;
    -	CRYPTO_new_ex_data(CRYPTO_EX_INDEX_UI, ret, &ret->ex_data);
    -	return ret;
    -	}
    +{
    +    UI *ret;
    +
    +    ret = (UI *)OPENSSL_malloc(sizeof(UI));
    +    if (ret == NULL) {
    +        UIerr(UI_F_UI_NEW_METHOD, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +    if (method == NULL)
    +        ret->meth = UI_get_default_method();
    +    else
    +        ret->meth = method;
    +
    +    ret->strings = NULL;
    +    ret->user_data = NULL;
    +    ret->flags = 0;
    +    CRYPTO_new_ex_data(CRYPTO_EX_INDEX_UI, ret, &ret->ex_data);
    +    return ret;
    +}
     
     static void free_string(UI_STRING *uis)
    -	{
    -	if (uis->flags & OUT_STRING_FREEABLE)
    -		{
    -		OPENSSL_free((char *)uis->out_string);
    -		switch(uis->type)
    -			{
    -		case UIT_BOOLEAN:
    -			OPENSSL_free((char *)uis->_.boolean_data.action_desc);
    -			OPENSSL_free((char *)uis->_.boolean_data.ok_chars);
    -			OPENSSL_free((char *)uis->_.boolean_data.cancel_chars);
    -			break;
    -		default:
    -			break;
    -			}
    -		}
    -	OPENSSL_free(uis);
    -	}
    +{
    +    if (uis->flags & OUT_STRING_FREEABLE) {
    +        OPENSSL_free((char *)uis->out_string);
    +        switch (uis->type) {
    +        case UIT_BOOLEAN:
    +            OPENSSL_free((char *)uis->_.boolean_data.action_desc);
    +            OPENSSL_free((char *)uis->_.boolean_data.ok_chars);
    +            OPENSSL_free((char *)uis->_.boolean_data.cancel_chars);
    +            break;
    +        default:
    +            break;
    +        }
    +    }
    +    OPENSSL_free(uis);
    +}
     
     void UI_free(UI *ui)
    -	{
    -	if (ui == NULL)
    -		return;
    -	sk_UI_STRING_pop_free(ui->strings,free_string);
    -	CRYPTO_free_ex_data(CRYPTO_EX_INDEX_UI, ui, &ui->ex_data);
    -	OPENSSL_free(ui);
    -	}
    +{
    +    if (ui == NULL)
    +        return;
    +    sk_UI_STRING_pop_free(ui->strings, free_string);
    +    CRYPTO_free_ex_data(CRYPTO_EX_INDEX_UI, ui, &ui->ex_data);
    +    OPENSSL_free(ui);
    +}
     
     static int allocate_string_stack(UI *ui)
    -	{
    -	if (ui->strings == NULL)
    -		{
    -		ui->strings=sk_UI_STRING_new_null();
    -		if (ui->strings == NULL)
    -			{
    -			return -1;
    -			}
    -		}
    -	return 0;
    -	}
    +{
    +    if (ui->strings == NULL) {
    +        ui->strings = sk_UI_STRING_new_null();
    +        if (ui->strings == NULL) {
    +            return -1;
    +        }
    +    }
    +    return 0;
    +}
     
     static UI_STRING *general_allocate_prompt(UI *ui, const char *prompt,
    -	int prompt_freeable, enum UI_string_types type, int input_flags,
    -	char *result_buf)
    -	{
    -	UI_STRING *ret = NULL;
    -
    -	if (prompt == NULL)
    -		{
    -		UIerr(UI_F_GENERAL_ALLOCATE_PROMPT,ERR_R_PASSED_NULL_PARAMETER);
    -		}
    -	else if ((type == UIT_PROMPT || type == UIT_VERIFY
    -			 || type == UIT_BOOLEAN) && result_buf == NULL)
    -		{
    -		UIerr(UI_F_GENERAL_ALLOCATE_PROMPT,UI_R_NO_RESULT_BUFFER);
    -		}
    -	else if ((ret = (UI_STRING *)OPENSSL_malloc(sizeof(UI_STRING))))
    -		{
    -		ret->out_string=prompt;
    -		ret->flags=prompt_freeable ? OUT_STRING_FREEABLE : 0;
    -		ret->input_flags=input_flags;
    -		ret->type=type;
    -		ret->result_buf=result_buf;
    -		}
    -	return ret;
    -	}
    +                                          int prompt_freeable,
    +                                          enum UI_string_types type,
    +                                          int input_flags, char *result_buf)
    +{
    +    UI_STRING *ret = NULL;
    +
    +    if (prompt == NULL) {
    +        UIerr(UI_F_GENERAL_ALLOCATE_PROMPT, ERR_R_PASSED_NULL_PARAMETER);
    +    } else if ((type == UIT_PROMPT || type == UIT_VERIFY
    +                || type == UIT_BOOLEAN) && result_buf == NULL) {
    +        UIerr(UI_F_GENERAL_ALLOCATE_PROMPT, UI_R_NO_RESULT_BUFFER);
    +    } else if ((ret = (UI_STRING *)OPENSSL_malloc(sizeof(UI_STRING)))) {
    +        ret->out_string = prompt;
    +        ret->flags = prompt_freeable ? OUT_STRING_FREEABLE : 0;
    +        ret->input_flags = input_flags;
    +        ret->type = type;
    +        ret->result_buf = result_buf;
    +    }
    +    return ret;
    +}
     
     static int general_allocate_string(UI *ui, const char *prompt,
    -	int prompt_freeable, enum UI_string_types type, int input_flags,
    -	char *result_buf, int minsize, int maxsize, const char *test_buf)
    -	{
    -	int ret = -1;
    -	UI_STRING *s = general_allocate_prompt(ui, prompt, prompt_freeable,
    -		type, input_flags, result_buf);
    -
    -	if (s)
    -		{
    -		if (allocate_string_stack(ui) >= 0)
    -			{
    -			s->_.string_data.result_minsize=minsize;
    -			s->_.string_data.result_maxsize=maxsize;
    -			s->_.string_data.test_buf=test_buf;
    -			ret=sk_UI_STRING_push(ui->strings, s);
    -			/* sk_push() returns 0 on error.  Let's addapt that */
    -			if (ret <= 0) ret--;
    -			}
    -		else
    -			free_string(s);
    -		}
    -	return ret;
    -	}
    +                                   int prompt_freeable,
    +                                   enum UI_string_types type, int input_flags,
    +                                   char *result_buf, int minsize, int maxsize,
    +                                   const char *test_buf)
    +{
    +    int ret = -1;
    +    UI_STRING *s = general_allocate_prompt(ui, prompt, prompt_freeable,
    +                                           type, input_flags, result_buf);
    +
    +    if (s) {
    +        if (allocate_string_stack(ui) >= 0) {
    +            s->_.string_data.result_minsize = minsize;
    +            s->_.string_data.result_maxsize = maxsize;
    +            s->_.string_data.test_buf = test_buf;
    +            ret = sk_UI_STRING_push(ui->strings, s);
    +            /* sk_push() returns 0 on error.  Let's addapt that */
    +            if (ret <= 0)
    +                ret--;
    +        } else
    +            free_string(s);
    +    }
    +    return ret;
    +}
     
     static int general_allocate_boolean(UI *ui,
    -	const char *prompt, const char *action_desc,
    -	const char *ok_chars, const char *cancel_chars,
    -	int prompt_freeable, enum UI_string_types type, int input_flags,
    -	char *result_buf)
    -	{
    -	int ret = -1;
    -	UI_STRING *s;
    -	const char *p;
    -
    -	if (ok_chars == NULL)
    -		{
    -		UIerr(UI_F_GENERAL_ALLOCATE_BOOLEAN,ERR_R_PASSED_NULL_PARAMETER);
    -		}
    -	else if (cancel_chars == NULL)
    -		{
    -		UIerr(UI_F_GENERAL_ALLOCATE_BOOLEAN,ERR_R_PASSED_NULL_PARAMETER);
    -		}
    -	else
    -		{
    -		for(p = ok_chars; *p; p++)
    -			{
    -			if (strchr(cancel_chars, *p))
    -				{
    -				UIerr(UI_F_GENERAL_ALLOCATE_BOOLEAN,
    -					UI_R_COMMON_OK_AND_CANCEL_CHARACTERS);
    -				}
    -			}
    -
    -		s = general_allocate_prompt(ui, prompt, prompt_freeable,
    -			type, input_flags, result_buf);
    -
    -		if (s)
    -			{
    -			if (allocate_string_stack(ui) >= 0)
    -				{
    -				s->_.boolean_data.action_desc = action_desc;
    -				s->_.boolean_data.ok_chars = ok_chars;
    -				s->_.boolean_data.cancel_chars = cancel_chars;
    -				ret=sk_UI_STRING_push(ui->strings, s);
    -				/* sk_push() returns 0 on error.
    -				   Let's addapt that */
    -				if (ret <= 0) ret--;
    -				}
    -			else
    -				free_string(s);
    -			}
    -		}
    -	return ret;
    -	}
    -
    -/* Returns the index to the place in the stack or -1 for error.  Uses a
    -   direct reference to the prompt.  */
    +                                    const char *prompt,
    +                                    const char *action_desc,
    +                                    const char *ok_chars,
    +                                    const char *cancel_chars,
    +                                    int prompt_freeable,
    +                                    enum UI_string_types type,
    +                                    int input_flags, char *result_buf)
    +{
    +    int ret = -1;
    +    UI_STRING *s;
    +    const char *p;
    +
    +    if (ok_chars == NULL) {
    +        UIerr(UI_F_GENERAL_ALLOCATE_BOOLEAN, ERR_R_PASSED_NULL_PARAMETER);
    +    } else if (cancel_chars == NULL) {
    +        UIerr(UI_F_GENERAL_ALLOCATE_BOOLEAN, ERR_R_PASSED_NULL_PARAMETER);
    +    } else {
    +        for (p = ok_chars; *p; p++) {
    +            if (strchr(cancel_chars, *p)) {
    +                UIerr(UI_F_GENERAL_ALLOCATE_BOOLEAN,
    +                      UI_R_COMMON_OK_AND_CANCEL_CHARACTERS);
    +            }
    +        }
    +
    +        s = general_allocate_prompt(ui, prompt, prompt_freeable,
    +                                    type, input_flags, result_buf);
    +
    +        if (s) {
    +            if (allocate_string_stack(ui) >= 0) {
    +                s->_.boolean_data.action_desc = action_desc;
    +                s->_.boolean_data.ok_chars = ok_chars;
    +                s->_.boolean_data.cancel_chars = cancel_chars;
    +                ret = sk_UI_STRING_push(ui->strings, s);
    +                /*
    +                 * sk_push() returns 0 on error. Let's addapt that
    +                 */
    +                if (ret <= 0)
    +                    ret--;
    +            } else
    +                free_string(s);
    +        }
    +    }
    +    return ret;
    +}
    +
    +/*
    + * Returns the index to the place in the stack or -1 for error.  Uses a
    + * direct reference to the prompt.
    + */
     int UI_add_input_string(UI *ui, const char *prompt, int flags,
    -	char *result_buf, int minsize, int maxsize)
    -	{
    -	return general_allocate_string(ui, prompt, 0,
    -		UIT_PROMPT, flags, result_buf, minsize, maxsize, NULL);
    -	}
    +                        char *result_buf, int minsize, int maxsize)
    +{
    +    return general_allocate_string(ui, prompt, 0,
    +                                   UIT_PROMPT, flags, result_buf, minsize,
    +                                   maxsize, NULL);
    +}
     
     /* Same as UI_add_input_string(), excepts it takes a copy of the prompt */
     int UI_dup_input_string(UI *ui, const char *prompt, int flags,
    -	char *result_buf, int minsize, int maxsize)
    -	{
    -	char *prompt_copy=NULL;
    -
    -	if (prompt)
    -		{
    -		prompt_copy=BUF_strdup(prompt);
    -		if (prompt_copy == NULL)
    -			{
    -			UIerr(UI_F_UI_DUP_INPUT_STRING,ERR_R_MALLOC_FAILURE);
    -			return 0;
    -			}
    -		}
    -	
    -	return general_allocate_string(ui, prompt_copy, 1,
    -		UIT_PROMPT, flags, result_buf, minsize, maxsize, NULL);
    -	}
    +                        char *result_buf, int minsize, int maxsize)
    +{
    +    char *prompt_copy = NULL;
    +
    +    if (prompt) {
    +        prompt_copy = BUF_strdup(prompt);
    +        if (prompt_copy == NULL) {
    +            UIerr(UI_F_UI_DUP_INPUT_STRING, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +    }
    +
    +    return general_allocate_string(ui, prompt_copy, 1,
    +                                   UIT_PROMPT, flags, result_buf, minsize,
    +                                   maxsize, NULL);
    +}
     
     int UI_add_verify_string(UI *ui, const char *prompt, int flags,
    -	char *result_buf, int minsize, int maxsize, const char *test_buf)
    -	{
    -	return general_allocate_string(ui, prompt, 0,
    -		UIT_VERIFY, flags, result_buf, minsize, maxsize, test_buf);
    -	}
    +                         char *result_buf, int minsize, int maxsize,
    +                         const char *test_buf)
    +{
    +    return general_allocate_string(ui, prompt, 0,
    +                                   UIT_VERIFY, flags, result_buf, minsize,
    +                                   maxsize, test_buf);
    +}
     
     int UI_dup_verify_string(UI *ui, const char *prompt, int flags,
    -	char *result_buf, int minsize, int maxsize, const char *test_buf)
    -	{
    -	char *prompt_copy=NULL;
    -
    -	if (prompt)
    -		{
    -		prompt_copy=BUF_strdup(prompt);
    -		if (prompt_copy == NULL)
    -			{
    -			UIerr(UI_F_UI_DUP_VERIFY_STRING,ERR_R_MALLOC_FAILURE);
    -			return -1;
    -			}
    -		}
    -	
    -	return general_allocate_string(ui, prompt_copy, 1,
    -		UIT_VERIFY, flags, result_buf, minsize, maxsize, test_buf);
    -	}
    +                         char *result_buf, int minsize, int maxsize,
    +                         const char *test_buf)
    +{
    +    char *prompt_copy = NULL;
    +
    +    if (prompt) {
    +        prompt_copy = BUF_strdup(prompt);
    +        if (prompt_copy == NULL) {
    +            UIerr(UI_F_UI_DUP_VERIFY_STRING, ERR_R_MALLOC_FAILURE);
    +            return -1;
    +        }
    +    }
    +
    +    return general_allocate_string(ui, prompt_copy, 1,
    +                                   UIT_VERIFY, flags, result_buf, minsize,
    +                                   maxsize, test_buf);
    +}
     
     int UI_add_input_boolean(UI *ui, const char *prompt, const char *action_desc,
    -	const char *ok_chars, const char *cancel_chars,
    -	int flags, char *result_buf)
    -	{
    -	return general_allocate_boolean(ui, prompt, action_desc,
    -		ok_chars, cancel_chars, 0, UIT_BOOLEAN, flags, result_buf);
    -	}
    +                         const char *ok_chars, const char *cancel_chars,
    +                         int flags, char *result_buf)
    +{
    +    return general_allocate_boolean(ui, prompt, action_desc,
    +                                    ok_chars, cancel_chars, 0, UIT_BOOLEAN,
    +                                    flags, result_buf);
    +}
     
     int UI_dup_input_boolean(UI *ui, const char *prompt, const char *action_desc,
    -	const char *ok_chars, const char *cancel_chars,
    -	int flags, char *result_buf)
    -	{
    -	char *prompt_copy = NULL;
    -	char *action_desc_copy = NULL;
    -	char *ok_chars_copy = NULL;
    -	char *cancel_chars_copy = NULL;
    -
    -	if (prompt)
    -		{
    -		prompt_copy=BUF_strdup(prompt);
    -		if (prompt_copy == NULL)
    -			{
    -			UIerr(UI_F_UI_DUP_INPUT_BOOLEAN,ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -		}
    -	
    -	if (action_desc)
    -		{
    -		action_desc_copy=BUF_strdup(action_desc);
    -		if (action_desc_copy == NULL)
    -			{
    -			UIerr(UI_F_UI_DUP_INPUT_BOOLEAN,ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -		}
    -	
    -	if (ok_chars)
    -		{
    -		ok_chars_copy=BUF_strdup(ok_chars);
    -		if (ok_chars_copy == NULL)
    -			{
    -			UIerr(UI_F_UI_DUP_INPUT_BOOLEAN,ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -		}
    -	
    -	if (cancel_chars)
    -		{
    -		cancel_chars_copy=BUF_strdup(cancel_chars);
    -		if (cancel_chars_copy == NULL)
    -			{
    -			UIerr(UI_F_UI_DUP_INPUT_BOOLEAN,ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -		}
    -	
    -	return general_allocate_boolean(ui, prompt_copy, action_desc_copy,
    -		ok_chars_copy, cancel_chars_copy, 1, UIT_BOOLEAN, flags,
    -		result_buf);
    +                         const char *ok_chars, const char *cancel_chars,
    +                         int flags, char *result_buf)
    +{
    +    char *prompt_copy = NULL;
    +    char *action_desc_copy = NULL;
    +    char *ok_chars_copy = NULL;
    +    char *cancel_chars_copy = NULL;
    +
    +    if (prompt) {
    +        prompt_copy = BUF_strdup(prompt);
    +        if (prompt_copy == NULL) {
    +            UIerr(UI_F_UI_DUP_INPUT_BOOLEAN, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +    }
    +
    +    if (action_desc) {
    +        action_desc_copy = BUF_strdup(action_desc);
    +        if (action_desc_copy == NULL) {
    +            UIerr(UI_F_UI_DUP_INPUT_BOOLEAN, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +    }
    +
    +    if (ok_chars) {
    +        ok_chars_copy = BUF_strdup(ok_chars);
    +        if (ok_chars_copy == NULL) {
    +            UIerr(UI_F_UI_DUP_INPUT_BOOLEAN, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +    }
    +
    +    if (cancel_chars) {
    +        cancel_chars_copy = BUF_strdup(cancel_chars);
    +        if (cancel_chars_copy == NULL) {
    +            UIerr(UI_F_UI_DUP_INPUT_BOOLEAN, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +    }
    +
    +    return general_allocate_boolean(ui, prompt_copy, action_desc_copy,
    +                                    ok_chars_copy, cancel_chars_copy, 1,
    +                                    UIT_BOOLEAN, flags, result_buf);
      err:
    -	if (prompt_copy) OPENSSL_free(prompt_copy);
    -	if (action_desc_copy) OPENSSL_free(action_desc_copy);
    -	if (ok_chars_copy) OPENSSL_free(ok_chars_copy);
    -	if (cancel_chars_copy) OPENSSL_free(cancel_chars_copy);
    -	return -1;
    -	}
    +    if (prompt_copy)
    +        OPENSSL_free(prompt_copy);
    +    if (action_desc_copy)
    +        OPENSSL_free(action_desc_copy);
    +    if (ok_chars_copy)
    +        OPENSSL_free(ok_chars_copy);
    +    if (cancel_chars_copy)
    +        OPENSSL_free(cancel_chars_copy);
    +    return -1;
    +}
     
     int UI_add_info_string(UI *ui, const char *text)
    -	{
    -	return general_allocate_string(ui, text, 0, UIT_INFO, 0, NULL, 0, 0,
    -		NULL);
    -	}
    +{
    +    return general_allocate_string(ui, text, 0, UIT_INFO, 0, NULL, 0, 0,
    +                                   NULL);
    +}
     
     int UI_dup_info_string(UI *ui, const char *text)
    -	{
    -	char *text_copy=NULL;
    -
    -	if (text)
    -		{
    -		text_copy=BUF_strdup(text);
    -		if (text_copy == NULL)
    -			{
    -			UIerr(UI_F_UI_DUP_INFO_STRING,ERR_R_MALLOC_FAILURE);
    -			return -1;
    -			}
    -		}
    -
    -	return general_allocate_string(ui, text_copy, 1, UIT_INFO, 0, NULL,
    -		0, 0, NULL);
    -	}
    +{
    +    char *text_copy = NULL;
    +
    +    if (text) {
    +        text_copy = BUF_strdup(text);
    +        if (text_copy == NULL) {
    +            UIerr(UI_F_UI_DUP_INFO_STRING, ERR_R_MALLOC_FAILURE);
    +            return -1;
    +        }
    +    }
    +
    +    return general_allocate_string(ui, text_copy, 1, UIT_INFO, 0, NULL,
    +                                   0, 0, NULL);
    +}
     
     int UI_add_error_string(UI *ui, const char *text)
    -	{
    -	return general_allocate_string(ui, text, 0, UIT_ERROR, 0, NULL, 0, 0,
    -		NULL);
    -	}
    +{
    +    return general_allocate_string(ui, text, 0, UIT_ERROR, 0, NULL, 0, 0,
    +                                   NULL);
    +}
     
     int UI_dup_error_string(UI *ui, const char *text)
    -	{
    -	char *text_copy=NULL;
    -
    -	if (text)
    -		{
    -		text_copy=BUF_strdup(text);
    -		if (text_copy == NULL)
    -			{
    -			UIerr(UI_F_UI_DUP_ERROR_STRING,ERR_R_MALLOC_FAILURE);
    -			return -1;
    -			}
    -		}
    -	return general_allocate_string(ui, text_copy, 1, UIT_ERROR, 0, NULL,
    -		0, 0, NULL);
    -	}
    +{
    +    char *text_copy = NULL;
    +
    +    if (text) {
    +        text_copy = BUF_strdup(text);
    +        if (text_copy == NULL) {
    +            UIerr(UI_F_UI_DUP_ERROR_STRING, ERR_R_MALLOC_FAILURE);
    +            return -1;
    +        }
    +    }
    +    return general_allocate_string(ui, text_copy, 1, UIT_ERROR, 0, NULL,
    +                                   0, 0, NULL);
    +}
     
     char *UI_construct_prompt(UI *ui, const char *object_desc,
    -	const char *object_name)
    -	{
    -	char *prompt = NULL;
    -
    -	if (ui->meth->ui_construct_prompt)
    -		prompt = ui->meth->ui_construct_prompt(ui,
    -			object_desc, object_name);
    -	else
    -		{
    -		char prompt1[] = "Enter ";
    -		char prompt2[] = " for ";
    -		char prompt3[] = ":";
    -		int len = 0;
    -
    -		if (object_desc == NULL)
    -			return NULL;
    -		len = sizeof(prompt1) - 1 + strlen(object_desc);
    -		if (object_name)
    -			len += sizeof(prompt2) - 1 + strlen(object_name);
    -		len += sizeof(prompt3) - 1;
    -
    -		prompt = (char *)OPENSSL_malloc(len + 1);
    -		BUF_strlcpy(prompt, prompt1, len + 1);
    -		BUF_strlcat(prompt, object_desc, len + 1);
    -		if (object_name)
    -			{
    -			BUF_strlcat(prompt, prompt2, len + 1);
    -			BUF_strlcat(prompt, object_name, len + 1);
    -			}
    -		BUF_strlcat(prompt, prompt3, len + 1);
    -		}
    -	return prompt;
    -	}
    +                          const char *object_name)
    +{
    +    char *prompt = NULL;
    +
    +    if (ui->meth->ui_construct_prompt)
    +        prompt = ui->meth->ui_construct_prompt(ui, object_desc, object_name);
    +    else {
    +        char prompt1[] = "Enter ";
    +        char prompt2[] = " for ";
    +        char prompt3[] = ":";
    +        int len = 0;
    +
    +        if (object_desc == NULL)
    +            return NULL;
    +        len = sizeof(prompt1) - 1 + strlen(object_desc);
    +        if (object_name)
    +            len += sizeof(prompt2) - 1 + strlen(object_name);
    +        len += sizeof(prompt3) - 1;
    +
    +        prompt = (char *)OPENSSL_malloc(len + 1);
    +        BUF_strlcpy(prompt, prompt1, len + 1);
    +        BUF_strlcat(prompt, object_desc, len + 1);
    +        if (object_name) {
    +            BUF_strlcat(prompt, prompt2, len + 1);
    +            BUF_strlcat(prompt, object_name, len + 1);
    +        }
    +        BUF_strlcat(prompt, prompt3, len + 1);
    +    }
    +    return prompt;
    +}
     
     void *UI_add_user_data(UI *ui, void *user_data)
    -	{
    -	void *old_data = ui->user_data;
    -	ui->user_data = user_data;
    -	return old_data;
    -	}
    +{
    +    void *old_data = ui->user_data;
    +    ui->user_data = user_data;
    +    return old_data;
    +}
     
     void *UI_get0_user_data(UI *ui)
    -	{
    -	return ui->user_data;
    -	}
    +{
    +    return ui->user_data;
    +}
     
     const char *UI_get0_result(UI *ui, int i)
    -	{
    -	if (i < 0)
    -		{
    -		UIerr(UI_F_UI_GET0_RESULT,UI_R_INDEX_TOO_SMALL);
    -		return NULL;
    -		}
    -	if (i >= sk_UI_STRING_num(ui->strings))
    -		{
    -		UIerr(UI_F_UI_GET0_RESULT,UI_R_INDEX_TOO_LARGE);
    -		return NULL;
    -		}
    -	return UI_get0_result_string(sk_UI_STRING_value(ui->strings, i));
    -	}
    +{
    +    if (i < 0) {
    +        UIerr(UI_F_UI_GET0_RESULT, UI_R_INDEX_TOO_SMALL);
    +        return NULL;
    +    }
    +    if (i >= sk_UI_STRING_num(ui->strings)) {
    +        UIerr(UI_F_UI_GET0_RESULT, UI_R_INDEX_TOO_LARGE);
    +        return NULL;
    +    }
    +    return UI_get0_result_string(sk_UI_STRING_value(ui->strings, i));
    +}
     
     static int print_error(const char *str, size_t len, UI *ui)
    -	{
    -	UI_STRING uis;
    +{
    +    UI_STRING uis;
     
    -	memset(&uis, 0, sizeof(uis));
    -	uis.type = UIT_ERROR;
    -	uis.out_string = str;
    +    memset(&uis, 0, sizeof(uis));
    +    uis.type = UIT_ERROR;
    +    uis.out_string = str;
     
    -	if (ui->meth->ui_write_string
    -		&& !ui->meth->ui_write_string(ui, &uis))
    -		return -1;
    -	return 0;
    -	}
    +    if (ui->meth->ui_write_string && !ui->meth->ui_write_string(ui, &uis))
    +        return -1;
    +    return 0;
    +}
     
     int UI_process(UI *ui)
    -	{
    -	int i, ok=0;
    -
    -	if (ui->meth->ui_open_session && !ui->meth->ui_open_session(ui))
    -		return -1;
    -
    -	if (ui->flags & UI_FLAG_PRINT_ERRORS)
    -		ERR_print_errors_cb(
    -			(int (*)(const char *, size_t, void *))print_error,
    -			(void *)ui);
    -
    -	for(i=0; istrings); i++)
    -		{
    -		if (ui->meth->ui_write_string
    -			&& !ui->meth->ui_write_string(ui,
    -				sk_UI_STRING_value(ui->strings, i)))
    -			{
    -			ok=-1;
    -			goto err;
    -			}
    -		}
    -
    -	if (ui->meth->ui_flush)
    -		switch(ui->meth->ui_flush(ui))
    -			{
    -		case -1: /* Interrupt/Cancel/something... */
    -			ok = -2;
    -			goto err;
    -		case 0: /* Errors */
    -			ok = -1;
    -			goto err;
    -		default: /* Success */
    -			ok = 0;
    -			break;
    -			}
    -
    -	for(i=0; istrings); i++)
    -		{
    -		if (ui->meth->ui_read_string)
    -			{
    -			switch(ui->meth->ui_read_string(ui,
    -				sk_UI_STRING_value(ui->strings, i)))
    -				{
    -			case -1: /* Interrupt/Cancel/something... */
    -				ok = -2;
    -				goto err;
    -			case 0: /* Errors */
    -				ok = -1;
    -				goto err;
    -			default: /* Success */
    -				ok = 0;
    -				break;
    -				}
    -			}
    -		}
    - err:
    -	if (ui->meth->ui_close_session && !ui->meth->ui_close_session(ui))
    -		return -1;
    -	return ok;
    -	}
    -
    -int UI_ctrl(UI *ui, int cmd, long i, void *p, void (*f)(void))
    -	{
    -	if (ui == NULL)
    -		{
    -		UIerr(UI_F_UI_CTRL,ERR_R_PASSED_NULL_PARAMETER);
    -		return -1;
    -		}
    -	switch(cmd)
    -		{
    -	case UI_CTRL_PRINT_ERRORS:
    -		{
    -		int save_flag = !!(ui->flags & UI_FLAG_PRINT_ERRORS);
    -		if (i)
    -			ui->flags |= UI_FLAG_PRINT_ERRORS;
    -		else
    -			ui->flags &= ~UI_FLAG_PRINT_ERRORS;
    -		return save_flag;
    -		}
    -	case UI_CTRL_IS_REDOABLE:
    -		return !!(ui->flags & UI_FLAG_REDOABLE);
    -	default:
    -		break;
    -		}
    -	UIerr(UI_F_UI_CTRL,UI_R_UNKNOWN_CONTROL_COMMAND);
    -	return -1;
    -	}
    +{
    +    int i, ok = 0;
     
    -int UI_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
    -	     CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func)
    +    if (ui->meth->ui_open_session && !ui->meth->ui_open_session(ui))
    +        return -1;
    +
    +    if (ui->flags & UI_FLAG_PRINT_ERRORS)
    +        ERR_print_errors_cb((int (*)(const char *, size_t, void *))
    +                            print_error, (void *)ui);
    +
    +    for (i = 0; i < sk_UI_STRING_num(ui->strings); i++) {
    +        if (ui->meth->ui_write_string
    +            && !ui->meth->ui_write_string(ui,
    +                                          sk_UI_STRING_value(ui->strings, i)))
    +        {
    +            ok = -1;
    +            goto err;
    +        }
    +    }
    +
    +    if (ui->meth->ui_flush)
    +        switch (ui->meth->ui_flush(ui)) {
    +        case -1:               /* Interrupt/Cancel/something... */
    +            ok = -2;
    +            goto err;
    +        case 0:                /* Errors */
    +            ok = -1;
    +            goto err;
    +        default:               /* Success */
    +            ok = 0;
    +            break;
    +        }
    +
    +    for (i = 0; i < sk_UI_STRING_num(ui->strings); i++) {
    +        if (ui->meth->ui_read_string) {
    +            switch (ui->meth->ui_read_string(ui,
    +                                             sk_UI_STRING_value(ui->strings,
    +                                                                i))) {
    +            case -1:           /* Interrupt/Cancel/something... */
    +                ok = -2;
    +                goto err;
    +            case 0:            /* Errors */
    +                ok = -1;
    +                goto err;
    +            default:           /* Success */
    +                ok = 0;
    +                break;
    +            }
    +        }
    +    }
    + err:
    +    if (ui->meth->ui_close_session && !ui->meth->ui_close_session(ui))
    +        return -1;
    +    return ok;
    +}
    +
    +int UI_ctrl(UI *ui, int cmd, long i, void *p, void (*f) (void))
    +{
    +    if (ui == NULL) {
    +        UIerr(UI_F_UI_CTRL, ERR_R_PASSED_NULL_PARAMETER);
    +        return -1;
    +    }
    +    switch (cmd) {
    +    case UI_CTRL_PRINT_ERRORS:
             {
    -	return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_UI, argl, argp,
    -				new_func, dup_func, free_func);
    +            int save_flag = ! !(ui->flags & UI_FLAG_PRINT_ERRORS);
    +            if (i)
    +                ui->flags |= UI_FLAG_PRINT_ERRORS;
    +            else
    +                ui->flags &= ~UI_FLAG_PRINT_ERRORS;
    +            return save_flag;
             }
    +    case UI_CTRL_IS_REDOABLE:
    +        return ! !(ui->flags & UI_FLAG_REDOABLE);
    +    default:
    +        break;
    +    }
    +    UIerr(UI_F_UI_CTRL, UI_R_UNKNOWN_CONTROL_COMMAND);
    +    return -1;
    +}
    +
    +int UI_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
    +                        CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func)
    +{
    +    return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_UI, argl, argp,
    +                                   new_func, dup_func, free_func);
    +}
     
     int UI_set_ex_data(UI *r, int idx, void *arg)
    -	{
    -	return(CRYPTO_set_ex_data(&r->ex_data,idx,arg));
    -	}
    +{
    +    return (CRYPTO_set_ex_data(&r->ex_data, idx, arg));
    +}
     
     void *UI_get_ex_data(UI *r, int idx)
    -	{
    -	return(CRYPTO_get_ex_data(&r->ex_data,idx));
    -	}
    +{
    +    return (CRYPTO_get_ex_data(&r->ex_data, idx));
    +}
     
     void UI_set_default_method(const UI_METHOD *meth)
    -	{
    -	default_UI_meth=meth;
    -	}
    +{
    +    default_UI_meth = meth;
    +}
     
     const UI_METHOD *UI_get_default_method(void)
    -	{
    -	if (default_UI_meth == NULL)
    -		{
    -		default_UI_meth=UI_OpenSSL();
    -		}
    -	return default_UI_meth;
    -	}
    +{
    +    if (default_UI_meth == NULL) {
    +        default_UI_meth = UI_OpenSSL();
    +    }
    +    return default_UI_meth;
    +}
     
     const UI_METHOD *UI_get_method(UI *ui)
    -	{
    -	return ui->meth;
    -	}
    +{
    +    return ui->meth;
    +}
     
     const UI_METHOD *UI_set_method(UI *ui, const UI_METHOD *meth)
    -	{
    -	ui->meth=meth;
    -	return ui->meth;
    -	}
    -
    +{
    +    ui->meth = meth;
    +    return ui->meth;
    +}
     
     UI_METHOD *UI_create_method(char *name)
    -	{
    -	UI_METHOD *ui_method = (UI_METHOD *)OPENSSL_malloc(sizeof(UI_METHOD));
    -
    -	if (ui_method)
    -		{
    -		memset(ui_method, 0, sizeof(*ui_method));
    -		ui_method->name = BUF_strdup(name);
    -		}
    -	return ui_method;
    -	}
    -
    -/* BIG FSCKING WARNING!!!!  If you use this on a statically allocated method
    -   (that is, it hasn't been allocated using UI_create_method(), you deserve
    -   anything Murphy can throw at you and more!  You have been warned. */
    +{
    +    UI_METHOD *ui_method = (UI_METHOD *)OPENSSL_malloc(sizeof(UI_METHOD));
    +
    +    if (ui_method) {
    +        memset(ui_method, 0, sizeof(*ui_method));
    +        ui_method->name = BUF_strdup(name);
    +    }
    +    return ui_method;
    +}
    +
    +/*
    + * BIG FSCKING WARNING!!!! If you use this on a statically allocated method
    + * (that is, it hasn't been allocated using UI_create_method(), you deserve
    + * anything Murphy can throw at you and more! You have been warned.
    + */
     void UI_destroy_method(UI_METHOD *ui_method)
    -	{
    -	OPENSSL_free(ui_method->name);
    -	ui_method->name = NULL;
    -	OPENSSL_free(ui_method);
    -	}
    -
    -int UI_method_set_opener(UI_METHOD *method, int (*opener)(UI *ui))
    -	{
    -	if (method)
    -		{
    -		method->ui_open_session = opener;
    -		return 0;
    -		}
    -	else
    -		return -1;
    -	}
    -
    -int UI_method_set_writer(UI_METHOD *method, int (*writer)(UI *ui, UI_STRING *uis))
    -	{
    -	if (method)
    -		{
    -		method->ui_write_string = writer;
    -		return 0;
    -		}
    -	else
    -		return -1;
    -	}
    -
    -int UI_method_set_flusher(UI_METHOD *method, int (*flusher)(UI *ui))
    -	{
    -	if (method)
    -		{
    -		method->ui_flush = flusher;
    -		return 0;
    -		}
    -	else
    -		return -1;
    -	}
    -
    -int UI_method_set_reader(UI_METHOD *method, int (*reader)(UI *ui, UI_STRING *uis))
    -	{
    -	if (method)
    -		{
    -		method->ui_read_string = reader;
    -		return 0;
    -		}
    -	else
    -		return -1;
    -	}
    -
    -int UI_method_set_closer(UI_METHOD *method, int (*closer)(UI *ui))
    -	{
    -	if (method)
    -		{
    -		method->ui_close_session = closer;
    -		return 0;
    -		}
    -	else
    -		return -1;
    -	}
    -
    -int UI_method_set_prompt_constructor(UI_METHOD *method, char *(*prompt_constructor)(UI* ui, const char* object_desc, const char* object_name))
    -	{
    -	if (method)
    -		{
    -		method->ui_construct_prompt = prompt_constructor;
    -		return 0;
    -		}
    -	else
    -		return -1;
    -	}
    -
    -int (*UI_method_get_opener(UI_METHOD *method))(UI*)
    -	{
    -	if (method)
    -		return method->ui_open_session;
    -	else
    -		return NULL;
    -	}
    -
    -int (*UI_method_get_writer(UI_METHOD *method))(UI*,UI_STRING*)
    -	{
    -	if (method)
    -		return method->ui_write_string;
    -	else
    -		return NULL;
    -	}
    -
    -int (*UI_method_get_flusher(UI_METHOD *method))(UI*)
    -	{
    -	if (method)
    -		return method->ui_flush;
    -	else
    -		return NULL;
    -	}
    -
    -int (*UI_method_get_reader(UI_METHOD *method))(UI*,UI_STRING*)
    -	{
    -	if (method)
    -		return method->ui_read_string;
    -	else
    -		return NULL;
    -	}
    -
    -int (*UI_method_get_closer(UI_METHOD *method))(UI*)
    -	{
    -	if (method)
    -		return method->ui_close_session;
    -	else
    -		return NULL;
    -	}
    -
    -char* (*UI_method_get_prompt_constructor(UI_METHOD *method))(UI*, const char*, const char*)
    -	{
    -	if (method)
    -		return method->ui_construct_prompt;
    -	else
    -		return NULL;
    -	}
    +{
    +    OPENSSL_free(ui_method->name);
    +    ui_method->name = NULL;
    +    OPENSSL_free(ui_method);
    +}
    +
    +int UI_method_set_opener(UI_METHOD *method, int (*opener) (UI *ui))
    +{
    +    if (method) {
    +        method->ui_open_session = opener;
    +        return 0;
    +    } else
    +        return -1;
    +}
    +
    +int UI_method_set_writer(UI_METHOD *method,
    +                         int (*writer) (UI *ui, UI_STRING *uis))
    +{
    +    if (method) {
    +        method->ui_write_string = writer;
    +        return 0;
    +    } else
    +        return -1;
    +}
    +
    +int UI_method_set_flusher(UI_METHOD *method, int (*flusher) (UI *ui))
    +{
    +    if (method) {
    +        method->ui_flush = flusher;
    +        return 0;
    +    } else
    +        return -1;
    +}
    +
    +int UI_method_set_reader(UI_METHOD *method,
    +                         int (*reader) (UI *ui, UI_STRING *uis))
    +{
    +    if (method) {
    +        method->ui_read_string = reader;
    +        return 0;
    +    } else
    +        return -1;
    +}
    +
    +int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui))
    +{
    +    if (method) {
    +        method->ui_close_session = closer;
    +        return 0;
    +    } else
    +        return -1;
    +}
    +
    +int UI_method_set_prompt_constructor(UI_METHOD *method,
    +                                     char *(*prompt_constructor) (UI *ui,
    +                                                                  const char
    +                                                                  *object_desc,
    +                                                                  const char
    +                                                                  *object_name))
    +{
    +    if (method) {
    +        method->ui_construct_prompt = prompt_constructor;
    +        return 0;
    +    } else
    +        return -1;
    +}
    +
    +int (*UI_method_get_opener(UI_METHOD *method)) (UI *) {
    +    if (method)
    +        return method->ui_open_session;
    +    else
    +        return NULL;
    +}
    +
    +int (*UI_method_get_writer(UI_METHOD *method)) (UI *, UI_STRING *) {
    +    if (method)
    +        return method->ui_write_string;
    +    else
    +        return NULL;
    +}
    +
    +int (*UI_method_get_flusher(UI_METHOD *method)) (UI *) {
    +    if (method)
    +        return method->ui_flush;
    +    else
    +        return NULL;
    +}
    +
    +int (*UI_method_get_reader(UI_METHOD *method)) (UI *, UI_STRING *) {
    +    if (method)
    +        return method->ui_read_string;
    +    else
    +        return NULL;
    +}
    +
    +int (*UI_method_get_closer(UI_METHOD *method)) (UI *) {
    +    if (method)
    +        return method->ui_close_session;
    +    else
    +        return NULL;
    +}
    +
    +char *(*UI_method_get_prompt_constructor(UI_METHOD *method)) (UI *,
    +                                                              const char *,
    +                                                              const char *) {
    +    if (method)
    +        return method->ui_construct_prompt;
    +    else
    +        return NULL;
    +}
     
     enum UI_string_types UI_get_string_type(UI_STRING *uis)
    -	{
    -	if (!uis)
    -		return UIT_NONE;
    -	return uis->type;
    -	}
    +{
    +    if (!uis)
    +        return UIT_NONE;
    +    return uis->type;
    +}
     
     int UI_get_input_flags(UI_STRING *uis)
    -	{
    -	if (!uis)
    -		return 0;
    -	return uis->input_flags;
    -	}
    +{
    +    if (!uis)
    +        return 0;
    +    return uis->input_flags;
    +}
     
     const char *UI_get0_output_string(UI_STRING *uis)
    -	{
    -	if (!uis)
    -		return NULL;
    -	return uis->out_string;
    -	}
    +{
    +    if (!uis)
    +        return NULL;
    +    return uis->out_string;
    +}
     
     const char *UI_get0_action_string(UI_STRING *uis)
    -	{
    -	if (!uis)
    -		return NULL;
    -	switch(uis->type)
    -		{
    -	case UIT_PROMPT:
    -	case UIT_BOOLEAN:
    -		return uis->_.boolean_data.action_desc;
    -	default:
    -		return NULL;
    -		}
    -	}
    +{
    +    if (!uis)
    +        return NULL;
    +    switch (uis->type) {
    +    case UIT_PROMPT:
    +    case UIT_BOOLEAN:
    +        return uis->_.boolean_data.action_desc;
    +    default:
    +        return NULL;
    +    }
    +}
     
     const char *UI_get0_result_string(UI_STRING *uis)
    -	{
    -	if (!uis)
    -		return NULL;
    -	switch(uis->type)
    -		{
    -	case UIT_PROMPT:
    -	case UIT_VERIFY:
    -		return uis->result_buf;
    -	default:
    -		return NULL;
    -		}
    -	}
    +{
    +    if (!uis)
    +        return NULL;
    +    switch (uis->type) {
    +    case UIT_PROMPT:
    +    case UIT_VERIFY:
    +        return uis->result_buf;
    +    default:
    +        return NULL;
    +    }
    +}
     
     const char *UI_get0_test_string(UI_STRING *uis)
    -	{
    -	if (!uis)
    -		return NULL;
    -	switch(uis->type)
    -		{
    -	case UIT_VERIFY:
    -		return uis->_.string_data.test_buf;
    -	default:
    -		return NULL;
    -		}
    -	}
    +{
    +    if (!uis)
    +        return NULL;
    +    switch (uis->type) {
    +    case UIT_VERIFY:
    +        return uis->_.string_data.test_buf;
    +    default:
    +        return NULL;
    +    }
    +}
     
     int UI_get_result_minsize(UI_STRING *uis)
    -	{
    -	if (!uis)
    -		return -1;
    -	switch(uis->type)
    -		{
    -	case UIT_PROMPT:
    -	case UIT_VERIFY:
    -		return uis->_.string_data.result_minsize;
    -	default:
    -		return -1;
    -		}
    -	}
    +{
    +    if (!uis)
    +        return -1;
    +    switch (uis->type) {
    +    case UIT_PROMPT:
    +    case UIT_VERIFY:
    +        return uis->_.string_data.result_minsize;
    +    default:
    +        return -1;
    +    }
    +}
     
     int UI_get_result_maxsize(UI_STRING *uis)
    -	{
    -	if (!uis)
    -		return -1;
    -	switch(uis->type)
    -		{
    -	case UIT_PROMPT:
    -	case UIT_VERIFY:
    -		return uis->_.string_data.result_maxsize;
    -	default:
    -		return -1;
    -		}
    -	}
    +{
    +    if (!uis)
    +        return -1;
    +    switch (uis->type) {
    +    case UIT_PROMPT:
    +    case UIT_VERIFY:
    +        return uis->_.string_data.result_maxsize;
    +    default:
    +        return -1;
    +    }
    +}
     
     int UI_set_result(UI *ui, UI_STRING *uis, const char *result)
    -	{
    -	int l = strlen(result);
    -
    -	ui->flags &= ~UI_FLAG_REDOABLE;
    -
    -	if (!uis)
    -		return -1;
    -	switch (uis->type)
    -		{
    -	case UIT_PROMPT:
    -	case UIT_VERIFY:
    -		{
    -		char number1[DECIMAL_SIZE(uis->_.string_data.result_minsize)+1];
    -		char number2[DECIMAL_SIZE(uis->_.string_data.result_maxsize)+1];
    -
    -		BIO_snprintf(number1, sizeof(number1), "%d",
    -			uis->_.string_data.result_minsize);
    -		BIO_snprintf(number2, sizeof(number2), "%d",
    -			uis->_.string_data.result_maxsize);
    -
    -		if (l < uis->_.string_data.result_minsize)
    -			{
    -			ui->flags |= UI_FLAG_REDOABLE;
    -			UIerr(UI_F_UI_SET_RESULT,UI_R_RESULT_TOO_SMALL);
    -			ERR_add_error_data(5,"You must type in ",
    -				number1," to ",number2," characters");
    -			return -1;
    -			}
    -		if (l > uis->_.string_data.result_maxsize)
    -			{
    -			ui->flags |= UI_FLAG_REDOABLE;
    -			UIerr(UI_F_UI_SET_RESULT,UI_R_RESULT_TOO_LARGE);
    -			ERR_add_error_data(5,"You must type in ",
    -				number1," to ",number2," characters");
    -			return -1;
    -			}
    -		}
    -
    -		if (!uis->result_buf)
    -			{
    -			UIerr(UI_F_UI_SET_RESULT,UI_R_NO_RESULT_BUFFER);
    -			return -1;
    -			}
    -
    -		BUF_strlcpy(uis->result_buf, result,
    -			    uis->_.string_data.result_maxsize + 1);
    -		break;
    -	case UIT_BOOLEAN:
    -		{
    -		const char *p;
    -
    -		if (!uis->result_buf)
    -			{
    -			UIerr(UI_F_UI_SET_RESULT,UI_R_NO_RESULT_BUFFER);
    -			return -1;
    -			}
    -
    -		uis->result_buf[0] = '\0';
    -		for(p = result; *p; p++)
    -			{
    -			if (strchr(uis->_.boolean_data.ok_chars, *p))
    -				{
    -				uis->result_buf[0] =
    -					uis->_.boolean_data.ok_chars[0];
    -				break;
    -				}
    -			if (strchr(uis->_.boolean_data.cancel_chars, *p))
    -				{
    -				uis->result_buf[0] =
    -					uis->_.boolean_data.cancel_chars[0];
    -				break;
    -				}
    -			}
    -		}
    -	default:
    -		break;
    -		}
    -	return 0;
    -	}
    +{
    +    int l = strlen(result);
    +
    +    ui->flags &= ~UI_FLAG_REDOABLE;
    +
    +    if (!uis)
    +        return -1;
    +    switch (uis->type) {
    +    case UIT_PROMPT:
    +    case UIT_VERIFY:
    +        {
    +            char number1[DECIMAL_SIZE(uis->_.string_data.result_minsize) + 1];
    +            char number2[DECIMAL_SIZE(uis->_.string_data.result_maxsize) + 1];
    +
    +            BIO_snprintf(number1, sizeof(number1), "%d",
    +                         uis->_.string_data.result_minsize);
    +            BIO_snprintf(number2, sizeof(number2), "%d",
    +                         uis->_.string_data.result_maxsize);
    +
    +            if (l < uis->_.string_data.result_minsize) {
    +                ui->flags |= UI_FLAG_REDOABLE;
    +                UIerr(UI_F_UI_SET_RESULT, UI_R_RESULT_TOO_SMALL);
    +                ERR_add_error_data(5, "You must type in ",
    +                                   number1, " to ", number2, " characters");
    +                return -1;
    +            }
    +            if (l > uis->_.string_data.result_maxsize) {
    +                ui->flags |= UI_FLAG_REDOABLE;
    +                UIerr(UI_F_UI_SET_RESULT, UI_R_RESULT_TOO_LARGE);
    +                ERR_add_error_data(5, "You must type in ",
    +                                   number1, " to ", number2, " characters");
    +                return -1;
    +            }
    +        }
    +
    +        if (!uis->result_buf) {
    +            UIerr(UI_F_UI_SET_RESULT, UI_R_NO_RESULT_BUFFER);
    +            return -1;
    +        }
    +
    +        BUF_strlcpy(uis->result_buf, result,
    +                    uis->_.string_data.result_maxsize + 1);
    +        break;
    +    case UIT_BOOLEAN:
    +        {
    +            const char *p;
    +
    +            if (!uis->result_buf) {
    +                UIerr(UI_F_UI_SET_RESULT, UI_R_NO_RESULT_BUFFER);
    +                return -1;
    +            }
    +
    +            uis->result_buf[0] = '\0';
    +            for (p = result; *p; p++) {
    +                if (strchr(uis->_.boolean_data.ok_chars, *p)) {
    +                    uis->result_buf[0] = uis->_.boolean_data.ok_chars[0];
    +                    break;
    +                }
    +                if (strchr(uis->_.boolean_data.cancel_chars, *p)) {
    +                    uis->result_buf[0] = uis->_.boolean_data.cancel_chars[0];
    +                    break;
    +                }
    +            }
    +        }
    +    default:
    +        break;
    +    }
    +    return 0;
    +}
    diff --git a/openssl/crypto/ui/ui_locl.h b/openssl/crypto/ui/ui_locl.h
    index aa4a55637..0d919cd7b 100644
    --- a/openssl/crypto/ui/ui_locl.h
    +++ b/openssl/crypto/ui/ui_locl.h
    @@ -1,6 +1,7 @@
     /* crypto/ui/ui.h -*- mode:C; c-file-style: "eay" -*- */
    -/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
    - * project 2001.
    +/*
    + * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
    + * 2001.
      */
     /* ====================================================================
      * Copyright (c) 2001 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -57,97 +58,88 @@
      */
     
     #ifndef HEADER_UI_LOCL_H
    -#define HEADER_UI_LOCL_H
    -
    -#include 
    -#include 
    -
    -#ifdef _
    -#undef _
    -#endif
    -
    -struct ui_method_st
    -	{
    -	char *name;
    -
    -	/* All the functions return 1 or non-NULL for success and 0 or NULL
    -	   for failure */
    -
    -	/* Open whatever channel for this, be it the console, an X window
    -	   or whatever.
    -	   This function should use the ex_data structure to save
    -	   intermediate data. */
    -	int (*ui_open_session)(UI *ui);
    -
    -	int (*ui_write_string)(UI *ui, UI_STRING *uis);
    -
    -	/* Flush the output.  If a GUI dialog box is used, this function can
    -	   be used to actually display it. */
    -	int (*ui_flush)(UI *ui);
    -
    -	int (*ui_read_string)(UI *ui, UI_STRING *uis);
    -
    -	int (*ui_close_session)(UI *ui);
    -
    -	/* Construct a prompt in a user-defined manner.  object_desc is a
    -	   textual short description of the object, for example "pass phrase",
    -	   and object_name is the name of the object (might be a card name or
    -	   a file name.
    -	   The returned string shall always be allocated on the heap with
    -	   OPENSSL_malloc(), and need to be free'd with OPENSSL_free(). */
    -	char *(*ui_construct_prompt)(UI *ui, const char *object_desc,
    -		const char *object_name);
    -	};
    -
    -struct ui_string_st
    -	{
    -	enum UI_string_types type; /* Input */
    -	const char *out_string;	/* Input */
    -	int input_flags;	/* Flags from the user */
    -
    -	/* The following parameters are completely irrelevant for UIT_INFO,
    -	   and can therefore be set to 0 or NULL */
    -	char *result_buf;	/* Input and Output: If not NULL, user-defined
    -				   with size in result_maxsize.  Otherwise, it
    -				   may be allocated by the UI routine, meaning
    -				   result_minsize is going to be overwritten.*/
    -	union
    -		{
    -		struct
    -			{
    -			int result_minsize;	/* Input: minimum required
    -						   size of the result.
    -						*/
    -			int result_maxsize;	/* Input: maximum permitted
    -						   size of the result */
    -
    -			const char *test_buf;	/* Input: test string to verify
    -						   against */
    -			} string_data;
    -		struct
    -			{
    -			const char *action_desc; /* Input */
    -			const char *ok_chars; /* Input */
    -			const char *cancel_chars; /* Input */
    -			} boolean_data;
    -		} _;
    -
    -#define OUT_STRING_FREEABLE 0x01
    -	int flags;		/* flags for internal use */
    -	};
    -
    -struct ui_st
    -	{
    -	const UI_METHOD *meth;
    -	STACK_OF(UI_STRING) *strings; /* We might want to prompt for more
    -					 than one thing at a time, and
    -					 with different echoing status.  */
    -	void *user_data;
    -	CRYPTO_EX_DATA ex_data;
    -
    -#define UI_FLAG_REDOABLE	0x0001
    -#define UI_FLAG_PRINT_ERRORS	0x0100
    -	int flags;
    -	};
    +# define HEADER_UI_LOCL_H
    +
    +# include 
    +# include 
    +
    +# ifdef _
    +#  undef _
    +# endif
    +
    +struct ui_method_st {
    +    char *name;
    +    /*
    +     * All the functions return 1 or non-NULL for success and 0 or NULL for
    +     * failure
    +     */
    +    /*
    +     * Open whatever channel for this, be it the console, an X window or
    +     * whatever. This function should use the ex_data structure to save
    +     * intermediate data.
    +     */
    +    int (*ui_open_session) (UI *ui);
    +    int (*ui_write_string) (UI *ui, UI_STRING *uis);
    +    /*
    +     * Flush the output.  If a GUI dialog box is used, this function can be
    +     * used to actually display it.
    +     */
    +    int (*ui_flush) (UI *ui);
    +    int (*ui_read_string) (UI *ui, UI_STRING *uis);
    +    int (*ui_close_session) (UI *ui);
    +    /*
    +     * Construct a prompt in a user-defined manner.  object_desc is a textual
    +     * short description of the object, for example "pass phrase", and
    +     * object_name is the name of the object (might be a card name or a file
    +     * name. The returned string shall always be allocated on the heap with
    +     * OPENSSL_malloc(), and need to be free'd with OPENSSL_free().
    +     */
    +    char *(*ui_construct_prompt) (UI *ui, const char *object_desc,
    +                                  const char *object_name);
    +};
    +
    +struct ui_string_st {
    +    enum UI_string_types type;  /* Input */
    +    const char *out_string;     /* Input */
    +    int input_flags;            /* Flags from the user */
    +    /*
    +     * The following parameters are completely irrelevant for UIT_INFO, and
    +     * can therefore be set to 0 or NULL
    +     */
    +    char *result_buf;           /* Input and Output: If not NULL,
    +                                 * user-defined with size in result_maxsize.
    +                                 * Otherwise, it may be allocated by the UI
    +                                 * routine, meaning result_minsize is going
    +                                 * to be overwritten. */
    +    union {
    +        struct {
    +            int result_minsize; /* Input: minimum required size of the
    +                                 * result. */
    +            int result_maxsize; /* Input: maximum permitted size of the
    +                                 * result */
    +            const char *test_buf; /* Input: test string to verify against */
    +        } string_data;
    +        struct {
    +            const char *action_desc; /* Input */
    +            const char *ok_chars; /* Input */
    +            const char *cancel_chars; /* Input */
    +        } boolean_data;
    +    } _;
    +
    +# define OUT_STRING_FREEABLE 0x01
    +    int flags;                  /* flags for internal use */
    +};
    +
    +struct ui_st {
    +    const UI_METHOD *meth;
    +    STACK_OF(UI_STRING) *strings; /* We might want to prompt for more than
    +                                   * one thing at a time, and with different
    +                                   * echoing status.  */
    +    void *user_data;
    +    CRYPTO_EX_DATA ex_data;
    +# define UI_FLAG_REDOABLE        0x0001
    +# define UI_FLAG_PRINT_ERRORS    0x0100
    +    int flags;
    +};
     
     #endif
    diff --git a/openssl/crypto/ui/ui_openssl.c b/openssl/crypto/ui/ui_openssl.c
    index a38c7581e..8bda83cbc 100644
    --- a/openssl/crypto/ui/ui_openssl.c
    +++ b/openssl/crypto/ui/ui_openssl.c
    @@ -1,6 +1,7 @@
     /* crypto/ui/ui_openssl.c -*- mode:C; c-file-style: "eay" -*- */
    -/* Written by Richard Levitte (richard@levitte.org) and others
    - * for the OpenSSL project 2001.
    +/*
    + * Written by Richard Levitte (richard@levitte.org) and others for the
    + * OpenSSL project 2001.
      */
     /* ====================================================================
      * Copyright (c) 2001 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,28 +57,29 @@
      *
      */
     
    -/* The lowest level part of this file was previously in crypto/des/read_pwd.c,
    +/*-
    + * The lowest level part of this file was previously in crypto/des/read_pwd.c,
      * Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
      * All rights reserved.
      *
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -92,10 +94,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -107,29 +109,29 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
     
    -
     #include 
     
    -/* need for #define _POSIX_C_SOURCE arises whenever you pass -ansi to gcc
    +/*
    + * need for #define _POSIX_C_SOURCE arises whenever you pass -ansi to gcc
      * [maybe others?], because it masks interfaces not discussed in standard,
    - * sigaction and fileno included. -pedantic would be more appropriate for
    - * the intended purposes, but we can't prevent users from adding -ansi.
    + * sigaction and fileno included. -pedantic would be more appropriate for the
    + * intended purposes, but we can't prevent users from adding -ansi.
      */
     #if defined(OPENSSL_SYSNAME_VXWORKS)
    -#include 
    +# include 
     #endif
     
     #if !defined(_POSIX_C_SOURCE) && defined(OPENSSL_SYS_VMS)
    -#ifndef _POSIX_C_SOURCE
    -#define _POSIX_C_SOURCE 2
    -#endif
    +# ifndef _POSIX_C_SOURCE
    +#  define _POSIX_C_SOURCE 2
    +# endif
     #endif
     #include 
     #include 
    @@ -142,8 +144,10 @@
     # else
     #  include 
     # endif
    -/* If unistd.h defines _POSIX_VERSION, we conclude that we
    - * are on a POSIX system and have sigaction and termios. */
    +/*
    + * If unistd.h defines _POSIX_VERSION, we conclude that we are on a POSIX
    + * system and have sigaction and termios.
    + */
     # if defined(_POSIX_VERSION)
     
     #  define SIGACTION
    @@ -165,7 +169,7 @@
     #include "ui_locl.h"
     #include "cryptlib.h"
     
    -#ifdef OPENSSL_SYS_VMS		/* prototypes for sys$whatever */
    +#ifdef OPENSSL_SYS_VMS          /* prototypes for sys$whatever */
     # include 
     # ifdef __DECC
     #  pragma message disable DOLLARID
    @@ -174,14 +178,14 @@
     
     #ifdef WIN_CONSOLE_BUG
     # include 
    -#ifndef OPENSSL_SYS_WINCE
    -# include 
    -#endif
    +# ifndef OPENSSL_SYS_WINCE
    +#  include 
    +# endif
     #endif
     
    -
    -/* There are 5 types of terminal interface supported,
    - * TERMIO, TERMIOS, VMS, MSDOS and SGTTY
    +/*
    + * There are 5 types of terminal interface supported, TERMIO, TERMIOS, VMS,
    + * MSDOS and SGTTY
      */
     
     #if defined(__sgi) && !defined(TERMIOS)
    @@ -209,39 +213,39 @@
     #endif
     
     #if defined(OPENSSL_SYS_VXWORKS)
    -#undef TERMIOS
    -#undef TERMIO
    -#undef SGTTY
    +# undef TERMIOS
    +# undef TERMIO
    +# undef SGTTY
     #endif
     
     #if defined(OPENSSL_SYS_NETWARE)
    -#undef TERMIOS
    -#undef TERMIO
    -#undef SGTTY
    +# undef TERMIOS
    +# undef TERMIO
    +# undef SGTTY
     #endif
     
     #ifdef TERMIOS
     # include 
    -# define TTY_STRUCT		struct termios
    -# define TTY_FLAGS		c_lflag
    -# define TTY_get(tty,data)	tcgetattr(tty,data)
    -# define TTY_set(tty,data)	tcsetattr(tty,TCSANOW,data)
    +# define TTY_STRUCT             struct termios
    +# define TTY_FLAGS              c_lflag
    +# define TTY_get(tty,data)      tcgetattr(tty,data)
    +# define TTY_set(tty,data)      tcsetattr(tty,TCSANOW,data)
     #endif
     
     #ifdef TERMIO
     # include 
    -# define TTY_STRUCT		struct termio
    -# define TTY_FLAGS		c_lflag
    -# define TTY_get(tty,data)	ioctl(tty,TCGETA,data)
    -# define TTY_set(tty,data)	ioctl(tty,TCSETA,data)
    +# define TTY_STRUCT             struct termio
    +# define TTY_FLAGS              c_lflag
    +# define TTY_get(tty,data)      ioctl(tty,TCGETA,data)
    +# define TTY_set(tty,data)      ioctl(tty,TCSETA,data)
     #endif
     
     #ifdef SGTTY
     # include 
    -# define TTY_STRUCT		struct sgttyb
    -# define TTY_FLAGS		sg_flags
    -# define TTY_get(tty,data)	ioctl(tty,TIOCGETP,data)
    -# define TTY_set(tty,data)	ioctl(tty,TIOCSETP,data)
    +# define TTY_STRUCT             struct sgttyb
    +# define TTY_FLAGS              sg_flags
    +# define TTY_get(tty,data)      ioctl(tty,TIOCGETP,data)
    +# define TTY_set(tty,data)      ioctl(tty,TIOCSETP,data)
     #endif
     
     #if !defined(_LIBC) && !defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_VMS) && !defined(OPENSSL_SYS_MACINTOSH_CLASSIC) && !defined(OPENSSL_SYS_SUNOS)
    @@ -258,21 +262,21 @@
     # include 
     # include 
     struct IOSB {
    -	short iosb$w_value;
    -	short iosb$w_count;
    -	long  iosb$l_info;
    -	};
    +    short iosb$w_value;
    +    short iosb$w_count;
    +    long iosb$l_info;
    +};
     #endif
     
     #ifdef OPENSSL_SYS_SUNOS
    -	typedef int sig_atomic_t;
    +typedef int sig_atomic_t;
     #endif
     
     #if defined(OPENSSL_SYS_MACINTOSH_CLASSIC) || defined(MAC_OS_GUSI_SOURCE) || defined(OPENSSL_SYS_NETWARE)
     /*
      * This one needs work. As a matter of fact the code is unoperational
      * and this is only a trick to get it compiled.
    - *					
    + *                                      
      */
     # define TTY_STRUCT int
     #endif
    @@ -281,24 +285,25 @@ struct IOSB {
     # define NX509_SIG 32
     #endif
     
    -
     /* Define globals.  They are protected by a lock */
     #ifdef SIGACTION
     static struct sigaction savsig[NX509_SIG];
     #else
    -static void (*savsig[NX509_SIG])(int );
    +static void (*savsig[NX509_SIG]) (int);
     #endif
     
     #ifdef OPENSSL_SYS_VMS
     static struct IOSB iosb;
    -static $DESCRIPTOR(terminal,"TT");
    -static long tty_orig[3], tty_new[3]; /* XXX   Is there any guarantee that this will always suffice for the actual structures? */
    +static $DESCRIPTOR(terminal, "TT");
    +static long tty_orig[3], tty_new[3]; /* XXX Is there any guarantee that this
    +                                      * will always suffice for the actual
    +                                      * structures? */
     static long status;
     static unsigned short channel = 0;
     #else
    -#if !defined(OPENSSL_SYS_MSDOS) || defined(__DJGPP__)
    -static TTY_STRUCT tty_orig,tty_new;
    -#endif
    +# if !defined(OPENSSL_SYS_MSDOS) || defined(__DJGPP__)
    +static TTY_STRUCT tty_orig, tty_new;
    +# endif
     #endif
     static FILE *tty_in, *tty_out;
     static int is_a_tty;
    @@ -323,396 +328,396 @@ static int echo_console(UI *ui);
     static int noecho_console(UI *ui);
     static int close_console(UI *ui);
     
    -static UI_METHOD ui_openssl =
    -	{
    -	"OpenSSL default user interface",
    -	open_console,
    -	write_string,
    -	NULL,			/* No flusher is needed for command lines */
    -	read_string,
    -	close_console,
    -	NULL
    -	};
    +static UI_METHOD ui_openssl = {
    +    "OpenSSL default user interface",
    +    open_console,
    +    write_string,
    +    NULL,                       /* No flusher is needed for command lines */
    +    read_string,
    +    close_console,
    +    NULL
    +};
     
     /* The method with all the built-in thingies */
     UI_METHOD *UI_OpenSSL(void)
    -	{
    -	return &ui_openssl;
    -	}
    +{
    +    return &ui_openssl;
    +}
     
    -/* The following function makes sure that info and error strings are printed
    -   before any prompt. */
    +/*
    + * The following function makes sure that info and error strings are printed
    + * before any prompt.
    + */
     static int write_string(UI *ui, UI_STRING *uis)
    -	{
    -	switch (UI_get_string_type(uis))
    -		{
    -	case UIT_ERROR:
    -	case UIT_INFO:
    -		fputs(UI_get0_output_string(uis), tty_out);
    -		fflush(tty_out);
    -		break;
    -	default:
    -		break;
    -		}
    -	return 1;
    -	}
    +{
    +    switch (UI_get_string_type(uis)) {
    +    case UIT_ERROR:
    +    case UIT_INFO:
    +        fputs(UI_get0_output_string(uis), tty_out);
    +        fflush(tty_out);
    +        break;
    +    default:
    +        break;
    +    }
    +    return 1;
    +}
     
     static int read_string(UI *ui, UI_STRING *uis)
    -	{
    -	int ok = 0;
    -
    -	switch (UI_get_string_type(uis))
    -		{
    -	case UIT_BOOLEAN:
    -		fputs(UI_get0_output_string(uis), tty_out);
    -		fputs(UI_get0_action_string(uis), tty_out);
    -		fflush(tty_out);
    -		return read_string_inner(ui, uis,
    -			UI_get_input_flags(uis) & UI_INPUT_FLAG_ECHO, 0);
    -	case UIT_PROMPT:
    -		fputs(UI_get0_output_string(uis), tty_out);
    -		fflush(tty_out);
    -		return read_string_inner(ui, uis,
    -			UI_get_input_flags(uis) & UI_INPUT_FLAG_ECHO, 1);
    -	case UIT_VERIFY:
    -		fprintf(tty_out,"Verifying - %s",
    -			UI_get0_output_string(uis));
    -		fflush(tty_out);
    -		if ((ok = read_string_inner(ui, uis,
    -			UI_get_input_flags(uis) & UI_INPUT_FLAG_ECHO, 1)) <= 0)
    -			return ok;
    -		if (strcmp(UI_get0_result_string(uis),
    -			UI_get0_test_string(uis)) != 0)
    -			{
    -			fprintf(tty_out,"Verify failure\n");
    -			fflush(tty_out);
    -			return 0;
    -			}
    -		break;
    -	default:
    -		break;
    -		}
    -	return 1;
    -	}
    -
    +{
    +    int ok = 0;
    +
    +    switch (UI_get_string_type(uis)) {
    +    case UIT_BOOLEAN:
    +        fputs(UI_get0_output_string(uis), tty_out);
    +        fputs(UI_get0_action_string(uis), tty_out);
    +        fflush(tty_out);
    +        return read_string_inner(ui, uis,
    +                                 UI_get_input_flags(uis) & UI_INPUT_FLAG_ECHO,
    +                                 0);
    +    case UIT_PROMPT:
    +        fputs(UI_get0_output_string(uis), tty_out);
    +        fflush(tty_out);
    +        return read_string_inner(ui, uis,
    +                                 UI_get_input_flags(uis) & UI_INPUT_FLAG_ECHO,
    +                                 1);
    +    case UIT_VERIFY:
    +        fprintf(tty_out, "Verifying - %s", UI_get0_output_string(uis));
    +        fflush(tty_out);
    +        if ((ok = read_string_inner(ui, uis,
    +                                    UI_get_input_flags(uis) &
    +                                    UI_INPUT_FLAG_ECHO, 1)) <= 0)
    +            return ok;
    +        if (strcmp(UI_get0_result_string(uis), UI_get0_test_string(uis)) != 0) {
    +            fprintf(tty_out, "Verify failure\n");
    +            fflush(tty_out);
    +            return 0;
    +        }
    +        break;
    +    default:
    +        break;
    +    }
    +    return 1;
    +}
     
     #if !defined(OPENSSL_SYS_WIN16) && !defined(OPENSSL_SYS_WINCE)
     /* Internal functions to read a string without echoing */
     static int read_till_nl(FILE *in)
    -	{
    -#define SIZE 4
    -	char buf[SIZE+1];
    +{
    +# define SIZE 4
    +    char buf[SIZE + 1];
     
    -	do	{
    -		if (!fgets(buf,SIZE,in))
    -			return 0;
    -		} while (strchr(buf,'\n') == NULL);
    -	return 1;
    -	}
    +    do {
    +        if (!fgets(buf, SIZE, in))
    +            return 0;
    +    } while (strchr(buf, '\n') == NULL);
    +    return 1;
    +}
     
     static volatile sig_atomic_t intr_signal;
     #endif
     
     static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl)
    -	{
    -	static int ps;
    -	int ok;
    -	char result[BUFSIZ];
    -	int maxsize = BUFSIZ-1;
    +{
    +    static int ps;
    +    int ok;
    +    char result[BUFSIZ];
    +    int maxsize = BUFSIZ - 1;
     #if !defined(OPENSSL_SYS_WIN16) && !defined(OPENSSL_SYS_WINCE)
    -	char *p;
    -
    -	intr_signal=0;
    -	ok=0;
    -	ps=0;
    -
    -	pushsig();
    -	ps=1;
    -
    -	if (!echo && !noecho_console(ui))
    -		goto error;
    -	ps=2;
    -
    -	result[0]='\0';
    -#ifdef OPENSSL_SYS_MSDOS
    -	if (!echo)
    -		{
    -		noecho_fgets(result,maxsize,tty_in);
    -		p=result; /* FIXME: noecho_fgets doesn't return errors */
    -		}
    -	else
    -		p=fgets(result,maxsize,tty_in);
    -#else
    -	p=fgets(result,maxsize,tty_in);
    -#endif
    -	if(!p)
    -		goto error;
    -	if (feof(tty_in)) goto error;
    -	if (ferror(tty_in)) goto error;
    -	if ((p=(char *)strchr(result,'\n')) != NULL)
    -		{
    -		if (strip_nl)
    -			*p='\0';
    -		}
    -	else
    -		if (!read_till_nl(tty_in))
    -			goto error;
    -	if (UI_set_result(ui, uis, result) >= 0)
    -		ok=1;
    -
    -error:
    -	if (intr_signal == SIGINT)
    -		ok=-1;
    -	if (!echo) fprintf(tty_out,"\n");
    -	if (ps >= 2 && !echo && !echo_console(ui))
    -		ok=0;
    -
    -	if (ps >= 1)
    -		popsig();
    +    char *p;
    +
    +    intr_signal = 0;
    +    ok = 0;
    +    ps = 0;
    +
    +    pushsig();
    +    ps = 1;
    +
    +    if (!echo && !noecho_console(ui))
    +        goto error;
    +    ps = 2;
    +
    +    result[0] = '\0';
    +# ifdef OPENSSL_SYS_MSDOS
    +    if (!echo) {
    +        noecho_fgets(result, maxsize, tty_in);
    +        p = result;             /* FIXME: noecho_fgets doesn't return errors */
    +    } else
    +        p = fgets(result, maxsize, tty_in);
    +# else
    +    p = fgets(result, maxsize, tty_in);
    +# endif
    +    if (!p)
    +        goto error;
    +    if (feof(tty_in))
    +        goto error;
    +    if (ferror(tty_in))
    +        goto error;
    +    if ((p = (char *)strchr(result, '\n')) != NULL) {
    +        if (strip_nl)
    +            *p = '\0';
    +    } else if (!read_till_nl(tty_in))
    +        goto error;
    +    if (UI_set_result(ui, uis, result) >= 0)
    +        ok = 1;
    +
    + error:
    +    if (intr_signal == SIGINT)
    +        ok = -1;
    +    if (!echo)
    +        fprintf(tty_out, "\n");
    +    if (ps >= 2 && !echo && !echo_console(ui))
    +        ok = 0;
    +
    +    if (ps >= 1)
    +        popsig();
     #else
    -	ok=1;
    +    ok = 1;
     #endif
     
    -	OPENSSL_cleanse(result,BUFSIZ);
    -	return ok;
    -	}
    -
    +    OPENSSL_cleanse(result, BUFSIZ);
    +    return ok;
    +}
     
     /* Internal functions to open, handle and close a channel to the console.  */
     static int open_console(UI *ui)
    -	{
    -	CRYPTO_w_lock(CRYPTO_LOCK_UI);
    -	is_a_tty = 1;
    +{
    +    CRYPTO_w_lock(CRYPTO_LOCK_UI);
    +    is_a_tty = 1;
     
     #if defined(OPENSSL_SYS_MACINTOSH_CLASSIC) || defined(OPENSSL_SYS_VXWORKS) || defined(OPENSSL_SYS_NETWARE) || defined(OPENSSL_SYS_BEOS)
    -	tty_in=stdin;
    -	tty_out=stderr;
    +    tty_in = stdin;
    +    tty_out = stderr;
     #else
    -#  ifdef OPENSSL_SYS_MSDOS
    -#    define DEV_TTY "con"
    -#  else
    -#    define DEV_TTY "/dev/tty"
    -#  endif
    -	if ((tty_in=fopen(DEV_TTY,"r")) == NULL)
    -		tty_in=stdin;
    -	if ((tty_out=fopen(DEV_TTY,"w")) == NULL)
    -		tty_out=stderr;
    +# ifdef OPENSSL_SYS_MSDOS
    +#  define DEV_TTY "con"
    +# else
    +#  define DEV_TTY "/dev/tty"
    +# endif
    +    if ((tty_in = fopen(DEV_TTY, "r")) == NULL)
    +        tty_in = stdin;
    +    if ((tty_out = fopen(DEV_TTY, "w")) == NULL)
    +        tty_out = stderr;
     #endif
     
     #if defined(TTY_get) && !defined(OPENSSL_SYS_VMS)
    - 	if (TTY_get(fileno(tty_in),&tty_orig) == -1)
    -		{
    -#ifdef ENOTTY
    -		if (errno == ENOTTY)
    -			is_a_tty=0;
    -		else
    -#endif
    -#ifdef EINVAL
    -		/* Ariel Glenn ariel@columbia.edu reports that solaris
    -		 * can return EINVAL instead.  This should be ok */
    -		if (errno == EINVAL)
    -			is_a_tty=0;
    -		else
    -#endif
    -			return 0;
    -		}
    +    if (TTY_get(fileno(tty_in), &tty_orig) == -1) {
    +# ifdef ENOTTY
    +        if (errno == ENOTTY)
    +            is_a_tty = 0;
    +        else
    +# endif
    +# ifdef EINVAL
    +            /*
    +             * Ariel Glenn ariel@columbia.edu reports that solaris can return
    +             * EINVAL instead.  This should be ok
    +             */
    +        if (errno == EINVAL)
    +            is_a_tty = 0;
    +        else
    +# endif
    +            return 0;
    +    }
     #endif
     #ifdef OPENSSL_SYS_VMS
    -	status = sys$assign(&terminal,&channel,0,0);
    -	if (status != SS$_NORMAL)
    -		return 0;
    -	status=sys$qiow(0,channel,IO$_SENSEMODE,&iosb,0,0,tty_orig,12,0,0,0,0);
    -	if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
    -		return 0;
    -#endif
    -	return 1;
    -	}
    +    status = sys$assign(&terminal, &channel, 0, 0);
    +    if (status != SS$_NORMAL)
    +        return 0;
    +    status =
    +        sys$qiow(0, channel, IO$_SENSEMODE, &iosb, 0, 0, tty_orig, 12, 0, 0,
    +                 0, 0);
    +    if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
    +        return 0;
    +#endif
    +    return 1;
    +}
     
     static int noecho_console(UI *ui)
    -	{
    +{
     #ifdef TTY_FLAGS
    -	memcpy(&(tty_new),&(tty_orig),sizeof(tty_orig));
    -	tty_new.TTY_FLAGS &= ~ECHO;
    +    memcpy(&(tty_new), &(tty_orig), sizeof(tty_orig));
    +    tty_new.TTY_FLAGS &= ~ECHO;
     #endif
     
     #if defined(TTY_set) && !defined(OPENSSL_SYS_VMS)
    -	if (is_a_tty && (TTY_set(fileno(tty_in),&tty_new) == -1))
    -		return 0;
    +    if (is_a_tty && (TTY_set(fileno(tty_in), &tty_new) == -1))
    +        return 0;
     #endif
     #ifdef OPENSSL_SYS_VMS
    -	tty_new[0] = tty_orig[0];
    -	tty_new[1] = tty_orig[1] | TT$M_NOECHO;
    -	tty_new[2] = tty_orig[2];
    -	status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0);
    -	if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
    -		return 0;
    -#endif
    -	return 1;
    -	}
    +    tty_new[0] = tty_orig[0];
    +    tty_new[1] = tty_orig[1] | TT$M_NOECHO;
    +    tty_new[2] = tty_orig[2];
    +    status =
    +        sys$qiow(0, channel, IO$_SETMODE, &iosb, 0, 0, tty_new, 12, 0, 0, 0,
    +                 0);
    +    if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
    +        return 0;
    +#endif
    +    return 1;
    +}
     
     static int echo_console(UI *ui)
    -	{
    +{
     #if defined(TTY_set) && !defined(OPENSSL_SYS_VMS)
    -	memcpy(&(tty_new),&(tty_orig),sizeof(tty_orig));
    -	tty_new.TTY_FLAGS |= ECHO;
    +    memcpy(&(tty_new), &(tty_orig), sizeof(tty_orig));
    +    tty_new.TTY_FLAGS |= ECHO;
     #endif
     
     #if defined(TTY_set) && !defined(OPENSSL_SYS_VMS)
    -	if (is_a_tty && (TTY_set(fileno(tty_in),&tty_new) == -1))
    -		return 0;
    +    if (is_a_tty && (TTY_set(fileno(tty_in), &tty_new) == -1))
    +        return 0;
     #endif
     #ifdef OPENSSL_SYS_VMS
    -	tty_new[0] = tty_orig[0];
    -	tty_new[1] = tty_orig[1] & ~TT$M_NOECHO;
    -	tty_new[2] = tty_orig[2];
    -	status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0);
    -	if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
    -		return 0;
    -#endif
    -	return 1;
    -	}
    +    tty_new[0] = tty_orig[0];
    +    tty_new[1] = tty_orig[1] & ~TT$M_NOECHO;
    +    tty_new[2] = tty_orig[2];
    +    status =
    +        sys$qiow(0, channel, IO$_SETMODE, &iosb, 0, 0, tty_new, 12, 0, 0, 0,
    +                 0);
    +    if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
    +        return 0;
    +#endif
    +    return 1;
    +}
     
     static int close_console(UI *ui)
    -	{
    -	if (tty_in != stdin) fclose(tty_in);
    -	if (tty_out != stderr) fclose(tty_out);
    +{
    +    if (tty_in != stdin)
    +        fclose(tty_in);
    +    if (tty_out != stderr)
    +        fclose(tty_out);
     #ifdef OPENSSL_SYS_VMS
    -	status = sys$dassgn(channel);
    +    status = sys$dassgn(channel);
     #endif
    -	CRYPTO_w_unlock(CRYPTO_LOCK_UI);
    -
    -	return 1;
    -	}
    +    CRYPTO_w_unlock(CRYPTO_LOCK_UI);
     
    +    return 1;
    +}
     
     #if !defined(OPENSSL_SYS_WIN16) && !defined(OPENSSL_SYS_WINCE)
     /* Internal functions to handle signals and act on them */
     static void pushsig(void)
    -	{
    -#ifndef OPENSSL_SYS_WIN32
    -	int i;
    -#endif
    -#ifdef SIGACTION
    -	struct sigaction sa;
    +{
    +# ifndef OPENSSL_SYS_WIN32
    +    int i;
    +# endif
    +# ifdef SIGACTION
    +    struct sigaction sa;
     
    -	memset(&sa,0,sizeof sa);
    -	sa.sa_handler=recsig;
    -#endif
    +    memset(&sa, 0, sizeof sa);
    +    sa.sa_handler = recsig;
    +# endif
     
    -#ifdef OPENSSL_SYS_WIN32
    -	savsig[SIGABRT]=signal(SIGABRT,recsig);
    -	savsig[SIGFPE]=signal(SIGFPE,recsig);
    -	savsig[SIGILL]=signal(SIGILL,recsig);
    -	savsig[SIGINT]=signal(SIGINT,recsig);
    -	savsig[SIGSEGV]=signal(SIGSEGV,recsig);
    -	savsig[SIGTERM]=signal(SIGTERM,recsig);
    -#else
    -	for (i=1; i
     #include "ui_locl.h"
     
    -int UI_UTIL_read_pw_string(char *buf,int length,const char *prompt,int verify)
    -	{
    -	char buff[BUFSIZ];
    -	int ret;
    +int UI_UTIL_read_pw_string(char *buf, int length, const char *prompt,
    +                           int verify)
    +{
    +    char buff[BUFSIZ];
    +    int ret;
     
    -	ret=UI_UTIL_read_pw(buf,buff,(length>BUFSIZ)?BUFSIZ:length,prompt,verify);
    -	OPENSSL_cleanse(buff,BUFSIZ);
    -	return(ret);
    -	}
    +    ret =
    +        UI_UTIL_read_pw(buf, buff, (length > BUFSIZ) ? BUFSIZ : length,
    +                        prompt, verify);
    +    OPENSSL_cleanse(buff, BUFSIZ);
    +    return (ret);
    +}
     
    -int UI_UTIL_read_pw(char *buf,char *buff,int size,const char *prompt,int verify)
    -	{
    -	int ok = 0;
    -	UI *ui;
    +int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt,
    +                    int verify)
    +{
    +    int ok = 0;
    +    UI *ui;
     
    -	if (size < 1)
    -		return -1;
    +    if (size < 1)
    +        return -1;
     
    -	ui = UI_new();
    -	if (ui)
    -		{
    -		ok = UI_add_input_string(ui,prompt,0,buf,0,size-1);
    -		if (ok >= 0 && verify)
    -			ok = UI_add_verify_string(ui,prompt,0,buff,0,size-1,
    -				buf);
    -		if (ok >= 0)
    -			ok=UI_process(ui);
    -		UI_free(ui);
    -		}
    -	if (ok > 0)
    -		ok = 0;
    -	return(ok);
    -	}
    +    ui = UI_new();
    +    if (ui) {
    +        ok = UI_add_input_string(ui, prompt, 0, buf, 0, size - 1);
    +        if (ok >= 0 && verify)
    +            ok = UI_add_verify_string(ui, prompt, 0, buff, 0, size - 1, buf);
    +        if (ok >= 0)
    +            ok = UI_process(ui);
    +        UI_free(ui);
    +    }
    +    if (ok > 0)
    +        ok = 0;
    +    return (ok);
    +}
    diff --git a/openssl/crypto/uid.c b/openssl/crypto/uid.c
    index b1fd52bad..90694c672 100644
    --- a/openssl/crypto/uid.c
    +++ b/openssl/crypto/uid.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -58,32 +58,31 @@
     
     #if defined(__OpenBSD__) || (defined(__FreeBSD__) && __FreeBSD__ > 2)
     
    -#include OPENSSL_UNISTD
    +# include OPENSSL_UNISTD
     
     int OPENSSL_issetugid(void)
    -	{
    -	return issetugid();
    -	}
    +{
    +    return issetugid();
    +}
     
     #elif defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_VXWORKS) || defined(OPENSSL_SYS_NETWARE)
     
     int OPENSSL_issetugid(void)
    -	{
    -	return 0;
    -	}
    +{
    +    return 0;
    +}
     
     #else
     
    -#include OPENSSL_UNISTD
    -#include 
    +# include OPENSSL_UNISTD
    +# include 
     
     int OPENSSL_issetugid(void)
    -	{
    -	if (getuid() != geteuid()) return 1;
    -	if (getgid() != getegid()) return 1;
    -	return 0;
    -	}
    +{
    +    if (getuid() != geteuid())
    +        return 1;
    +    if (getgid() != getegid())
    +        return 1;
    +    return 0;
    +}
     #endif
    -
    -
    -
    diff --git a/openssl/crypto/vms_rms.h b/openssl/crypto/vms_rms.h
    index 00a00d993..09c280e87 100644
    --- a/openssl/crypto/vms_rms.h
    +++ b/openssl/crypto/vms_rms.h
    @@ -17,15 +17,15 @@
     # if __INITIAL_POINTER_SIZE == 64
     #  define NAMX_DNA_FNA_SET(fab) fab.fab$l_dna = (__char_ptr32) -1; \
        fab.fab$l_fna = (__char_ptr32) -1;
    -# else /* __INITIAL_POINTER_SIZE == 64 */
    +# else                          /* __INITIAL_POINTER_SIZE == 64 */
     #  define NAMX_DNA_FNA_SET(fab) fab.fab$l_dna = (char *) -1; \
        fab.fab$l_fna = (char *) -1;
    -# endif /* __INITIAL_POINTER_SIZE == 64 [else] */
    +# endif                         /* __INITIAL_POINTER_SIZE == 64 [else] */
     
     # define NAMX_MAXRSS NAML$C_MAXRSS
     # define NAMX_STRUCT NAML
     
    -#else /* def NAML$C_MAXRSS */
    +#else                           /* def NAML$C_MAXRSS */
     
     # define CC_RMS_NAMX cc$rms_nam
     # define FAB_NAMX fab$l_nam
    @@ -43,9 +43,8 @@
     # define NAMX_STRUCT NAM
     # ifdef NAM$M_NO_SHORT_UPCASE
     #  define SET_NAMX_NO_SHORT_UPCASE( nam) naml.naml$v_no_short_upcase = 1
    -# else /* def NAM$M_NO_SHORT_UPCASE */
    +# else                          /* def NAM$M_NO_SHORT_UPCASE */
     #  define SET_NAMX_NO_SHORT_UPCASE( nam)
    -# endif /* def NAM$M_NO_SHORT_UPCASE [else] */
    -
    -#endif /* def NAML$C_MAXRSS [else] */
    +# endif                         /* def NAM$M_NO_SHORT_UPCASE [else] */
     
    +#endif                          /* def NAML$C_MAXRSS [else] */
    diff --git a/openssl/crypto/whrlpool/asm/wp-mmx.pl b/openssl/crypto/whrlpool/asm/wp-mmx.pl
    index cb2381c22..c584e5b92 100644
    --- a/openssl/crypto/whrlpool/asm/wp-mmx.pl
    +++ b/openssl/crypto/whrlpool/asm/wp-mmx.pl
    @@ -118,34 +118,36 @@ $tbl="ebp";
     	&movq	(@mm[0],&QWP(2048*$SCALE,$tbl,"esi",8));	# rc[r]
     	&mov	("eax",&DWP(0,"esp"));
     	&mov	("ebx",&DWP(4,"esp"));
    +	&movz	("ecx",&LB("eax"));
    +	&movz	("edx",&HB("eax"));
     for($i=0;$i<8;$i++) {
         my $func = ($i==0)? \&movq : \&pxor;
    -	&movb	(&LB("ecx"),&LB("eax"));
    -	&movb	(&LB("edx"),&HB("eax"));
    +	&shr	("eax",16);
     	&scale	("esi","ecx");
    +	&movz	("ecx",&LB("eax"));
     	&scale	("edi","edx");
    -	&shr	("eax",16);
    +	&movz	("edx",&HB("eax"));
     	&pxor	(@mm[0],&QWP(&row(0),$tbl,"esi",8));
     	&$func	(@mm[1],&QWP(&row(1),$tbl,"edi",8));
    -	&movb	(&LB("ecx"),&LB("eax"));
    -	&movb	(&LB("edx"),&HB("eax"));
     	&mov	("eax",&DWP(($i+1)*8,"esp"));
     	&scale	("esi","ecx");
    +	&movz	("ecx",&LB("ebx"));
     	&scale	("edi","edx");
    +	&movz	("edx",&HB("ebx"));
     	&$func	(@mm[2],&QWP(&row(2),$tbl,"esi",8));
     	&$func	(@mm[3],&QWP(&row(3),$tbl,"edi",8));
    -	&movb	(&LB("ecx"),&LB("ebx"));
    -	&movb	(&LB("edx"),&HB("ebx"));
    +	&shr	("ebx",16);
     	&scale	("esi","ecx");
    +	&movz	("ecx",&LB("ebx"));
     	&scale	("edi","edx");
    -	&shr	("ebx",16);
    +	&movz	("edx",&HB("ebx"));
     	&$func	(@mm[4],&QWP(&row(4),$tbl,"esi",8));
     	&$func	(@mm[5],&QWP(&row(5),$tbl,"edi",8));
    -	&movb	(&LB("ecx"),&LB("ebx"));
    -	&movb	(&LB("edx"),&HB("ebx"));
     	&mov	("ebx",&DWP(($i+1)*8+4,"esp"));
     	&scale	("esi","ecx");
    +	&movz	("ecx",&LB("eax"));
     	&scale	("edi","edx");
    +	&movz	("edx",&HB("eax"));
     	&$func	(@mm[6],&QWP(&row(6),$tbl,"esi",8));
     	&$func	(@mm[7],&QWP(&row(7),$tbl,"edi",8));
         push(@mm,shift(@mm));
    @@ -154,32 +156,32 @@ for($i=0;$i<8;$i++) {
     	for($i=0;$i<8;$i++) { &movq(&QWP($i*8,"esp"),@mm[$i]); }    # K=L
     
     for($i=0;$i<8;$i++) {
    -	&movb	(&LB("ecx"),&LB("eax"));
    -	&movb	(&LB("edx"),&HB("eax"));
    +	&shr	("eax",16);
     	&scale	("esi","ecx");
    +	&movz	("ecx",&LB("eax"));
     	&scale	("edi","edx");
    -	&shr	("eax",16);
    +	&movz	("edx",&HB("eax"));
     	&pxor	(@mm[0],&QWP(&row(0),$tbl,"esi",8));
     	&pxor	(@mm[1],&QWP(&row(1),$tbl,"edi",8));
    -	&movb	(&LB("ecx"),&LB("eax"));
    -	&movb	(&LB("edx"),&HB("eax"));
     	&mov	("eax",&DWP(64+($i+1)*8,"esp"))		if ($i<7);
     	&scale	("esi","ecx");
    +	&movz	("ecx",&LB("ebx"));
     	&scale	("edi","edx");
    +	&movz	("edx",&HB("ebx"));
     	&pxor	(@mm[2],&QWP(&row(2),$tbl,"esi",8));
     	&pxor	(@mm[3],&QWP(&row(3),$tbl,"edi",8));
    -	&movb	(&LB("ecx"),&LB("ebx"));
    -	&movb	(&LB("edx"),&HB("ebx"));
    +	&shr	("ebx",16);
     	&scale	("esi","ecx");
    +	&movz	("ecx",&LB("ebx"));
     	&scale	("edi","edx");
    -	&shr	("ebx",16);
    +	&movz	("edx",&HB("ebx"));
     	&pxor	(@mm[4],&QWP(&row(4),$tbl,"esi",8));
     	&pxor	(@mm[5],&QWP(&row(5),$tbl,"edi",8));
    -	&movb	(&LB("ecx"),&LB("ebx"));
    -	&movb	(&LB("edx"),&HB("ebx"));
     	&mov	("ebx",&DWP(64+($i+1)*8+4,"esp"))	if ($i<7);
     	&scale	("esi","ecx");
    +	&movz	("ecx",&LB("eax"));
     	&scale	("edi","edx");
    +	&movz	("edx",&HB("eax"));
     	&pxor	(@mm[6],&QWP(&row(6),$tbl,"esi",8));
     	&pxor	(@mm[7],&QWP(&row(7),$tbl,"edi",8));
         push(@mm,shift(@mm));
    diff --git a/openssl/crypto/whrlpool/asm/wp-x86_64.pl b/openssl/crypto/whrlpool/asm/wp-x86_64.pl
    index 24b2ff60c..5a3bdbcf2 100644
    --- a/openssl/crypto/whrlpool/asm/wp-x86_64.pl
    +++ b/openssl/crypto/whrlpool/asm/wp-x86_64.pl
    @@ -91,41 +91,44 @@ for($i=0;$i<8;$i++) { $code.="mov @mm[$i],64+$i*8(%rsp)\n"; }	# S=L
     $code.=<<___;
     	xor	%rsi,%rsi
     	mov	%rsi,24(%rbx)		# zero round counter
    +	jmp	.Lround
     .align	16
     .Lround:
     	mov	4096(%rbp,%rsi,8),@mm[0]	# rc[r]
     	mov	0(%rsp),%eax
     	mov	4(%rsp),%ebx
    +	movz	%al,%ecx
    +	movz	%ah,%edx
     ___
     for($i=0;$i<8;$i++) {
         my $func = ($i==0)? "mov" : "xor";
         $code.=<<___;
    -	mov	%al,%cl
    -	mov	%ah,%dl
    +	shr	\$16,%eax
     	lea	(%rcx,%rcx),%rsi
    +	movz	%al,%ecx
     	lea	(%rdx,%rdx),%rdi
    -	shr	\$16,%eax
    +	movz	%ah,%edx
     	xor	0(%rbp,%rsi,8),@mm[0]
     	$func	7(%rbp,%rdi,8),@mm[1]
    -	mov	%al,%cl
    -	mov	%ah,%dl
     	mov	$i*8+8(%rsp),%eax		# ($i+1)*8
     	lea	(%rcx,%rcx),%rsi
    +	movz	%bl,%ecx
     	lea	(%rdx,%rdx),%rdi
    +	movz	%bh,%edx
     	$func	6(%rbp,%rsi,8),@mm[2]
     	$func	5(%rbp,%rdi,8),@mm[3]
    -	mov	%bl,%cl
    -	mov	%bh,%dl
    +	shr	\$16,%ebx
     	lea	(%rcx,%rcx),%rsi
    +	movz	%bl,%ecx
     	lea	(%rdx,%rdx),%rdi
    -	shr	\$16,%ebx
    +	movz	%bh,%edx
     	$func	4(%rbp,%rsi,8),@mm[4]
     	$func	3(%rbp,%rdi,8),@mm[5]
    -	mov	%bl,%cl
    -	mov	%bh,%dl
     	mov	$i*8+8+4(%rsp),%ebx		# ($i+1)*8+4
     	lea	(%rcx,%rcx),%rsi
    +	movz	%al,%ecx
     	lea	(%rdx,%rdx),%rdi
    +	movz	%ah,%edx
     	$func	2(%rbp,%rsi,8),@mm[6]
     	$func	1(%rbp,%rdi,8),@mm[7]
     ___
    @@ -134,32 +137,32 @@ ___
     for($i=0;$i<8;$i++) { $code.="mov @mm[$i],$i*8(%rsp)\n"; }	# K=L
     for($i=0;$i<8;$i++) {
         $code.=<<___;
    -	mov	%al,%cl
    -	mov	%ah,%dl
    +	shr	\$16,%eax
     	lea	(%rcx,%rcx),%rsi
    +	movz	%al,%ecx
     	lea	(%rdx,%rdx),%rdi
    -	shr	\$16,%eax
    +	movz	%ah,%edx
     	xor	0(%rbp,%rsi,8),@mm[0]
     	xor	7(%rbp,%rdi,8),@mm[1]
    -	mov	%al,%cl
    -	mov	%ah,%dl
     	`"mov	64+$i*8+8(%rsp),%eax"	if($i<7);`	# 64+($i+1)*8
     	lea	(%rcx,%rcx),%rsi
    +	movz	%bl,%ecx
     	lea	(%rdx,%rdx),%rdi
    +	movz	%bh,%edx
     	xor	6(%rbp,%rsi,8),@mm[2]
     	xor	5(%rbp,%rdi,8),@mm[3]
    -	mov	%bl,%cl
    -	mov	%bh,%dl
    +	shr	\$16,%ebx
     	lea	(%rcx,%rcx),%rsi
    +	movz	%bl,%ecx
     	lea	(%rdx,%rdx),%rdi
    -	shr	\$16,%ebx
    +	movz	%bh,%edx
     	xor	4(%rbp,%rsi,8),@mm[4]
     	xor	3(%rbp,%rdi,8),@mm[5]
    -	mov	%bl,%cl
    -	mov	%bh,%dl
     	`"mov	64+$i*8+8+4(%rsp),%ebx"	if($i<7);`	# 64+($i+1)*8+4
     	lea	(%rcx,%rcx),%rsi
    +	movz	%al,%ecx
     	lea	(%rdx,%rdx),%rdi
    +	movz	%ah,%edx
     	xor	2(%rbp,%rsi,8),@mm[6]
     	xor	1(%rbp,%rdi,8),@mm[7]
     ___
    diff --git a/openssl/crypto/whrlpool/whrlpool.h b/openssl/crypto/whrlpool/whrlpool.h
    index 9e01f5b07..73c749da8 100644
    --- a/openssl/crypto/whrlpool/whrlpool.h
    +++ b/openssl/crypto/whrlpool/whrlpool.h
    @@ -1,38 +1,38 @@
     #ifndef HEADER_WHRLPOOL_H
    -#define HEADER_WHRLPOOL_H
    +# define HEADER_WHRLPOOL_H
     
    -#include 
    -#include 
    +# include 
    +# include 
     
     #ifdef __cplusplus
     extern "C" {
     #endif
     
    -#define WHIRLPOOL_DIGEST_LENGTH	(512/8)
    -#define WHIRLPOOL_BBLOCK	512
    -#define WHIRLPOOL_COUNTER	(256/8)
    +# define WHIRLPOOL_DIGEST_LENGTH (512/8)
    +# define WHIRLPOOL_BBLOCK        512
    +# define WHIRLPOOL_COUNTER       (256/8)
     
    -typedef struct	{
    -	union	{
    -		unsigned char	c[WHIRLPOOL_DIGEST_LENGTH];
    -		/* double q is here to ensure 64-bit alignment */
    -		double		q[WHIRLPOOL_DIGEST_LENGTH/sizeof(double)];
    -		}	H;
    -	unsigned char	data[WHIRLPOOL_BBLOCK/8];
    -	unsigned int	bitoff;
    -	size_t		bitlen[WHIRLPOOL_COUNTER/sizeof(size_t)];
    -	} WHIRLPOOL_CTX;
    +typedef struct {
    +    union {
    +        unsigned char c[WHIRLPOOL_DIGEST_LENGTH];
    +        /* double q is here to ensure 64-bit alignment */
    +        double q[WHIRLPOOL_DIGEST_LENGTH / sizeof(double)];
    +    } H;
    +    unsigned char data[WHIRLPOOL_BBLOCK / 8];
    +    unsigned int bitoff;
    +    size_t bitlen[WHIRLPOOL_COUNTER / sizeof(size_t)];
    +} WHIRLPOOL_CTX;
     
    -#ifndef OPENSSL_NO_WHIRLPOOL
    -#ifdef OPENSSL_FIPS
    +# ifndef OPENSSL_NO_WHIRLPOOL
    +#  ifdef OPENSSL_FIPS
     int private_WHIRLPOOL_Init(WHIRLPOOL_CTX *c);
    -#endif
    -int WHIRLPOOL_Init	(WHIRLPOOL_CTX *c);
    -int WHIRLPOOL_Update	(WHIRLPOOL_CTX *c,const void *inp,size_t bytes);
    -void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c,const void *inp,size_t bits);
    -int WHIRLPOOL_Final	(unsigned char *md,WHIRLPOOL_CTX *c);
    -unsigned char *WHIRLPOOL(const void *inp,size_t bytes,unsigned char *md);
    -#endif
    +#  endif
    +int WHIRLPOOL_Init(WHIRLPOOL_CTX *c);
    +int WHIRLPOOL_Update(WHIRLPOOL_CTX *c, const void *inp, size_t bytes);
    +void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c, const void *inp, size_t bits);
    +int WHIRLPOOL_Final(unsigned char *md, WHIRLPOOL_CTX *c);
    +unsigned char *WHIRLPOOL(const void *inp, size_t bytes, unsigned char *md);
    +# endif
     
     #ifdef __cplusplus
     }
    diff --git a/openssl/crypto/whrlpool/wp_block.c b/openssl/crypto/whrlpool/wp_block.c
    index 824ed1827..920430bd6 100644
    --- a/openssl/crypto/whrlpool/wp_block.c
    +++ b/openssl/crypto/whrlpool/wp_block.c
    @@ -38,86 +38,93 @@
     #include "wp_locl.h"
     #include 
     
    -typedef unsigned char		u8;
    +typedef unsigned char u8;
     #if (defined(_WIN32) || defined(_WIN64)) && !defined(__MINGW32)
    -typedef unsigned __int64	u64;
    +typedef unsigned __int64 u64;
     #elif defined(__arch64__)
    -typedef unsigned long		u64;
    +typedef unsigned long u64;
     #else
    -typedef unsigned long long	u64;
    +typedef unsigned long long u64;
     #endif
     
    -#define ROUNDS	10
    +#define ROUNDS  10
     
     #define STRICT_ALIGNMENT
     #if defined(__i386) || defined(__i386__) || \
         defined(__x86_64) || defined(__x86_64__) || \
         defined(_M_IX86) || defined(_M_AMD64) || defined(_M_X64)
    -/* Well, formally there're couple of other architectures, which permit
    - * unaligned loads, specifically those not crossing cache lines, IA-64
    - * and PowerPC... */
    -#  undef STRICT_ALIGNMENT
    +/*
    + * Well, formally there're couple of other architectures, which permit
    + * unaligned loads, specifically those not crossing cache lines, IA-64 and
    + * PowerPC...
    + */
    +# undef STRICT_ALIGNMENT
     #endif
     
     #undef SMALL_REGISTER_BANK
     #if defined(__i386) || defined(__i386__) || defined(_M_IX86)
    -#  define SMALL_REGISTER_BANK
    -#  if defined(WHIRLPOOL_ASM)
    -#    ifndef OPENSSL_SMALL_FOOTPRINT
    -#      define OPENSSL_SMALL_FOOTPRINT	/* it appears that for elder non-MMX
    -					   CPUs this is actually faster! */
    -#    endif
    -#    define GO_FOR_MMX(ctx,inp,num)	do {			\
    -	extern unsigned int OPENSSL_ia32cap_P[];		\
    -	void whirlpool_block_mmx(void *,const void *,size_t);	\
    -	if (!(OPENSSL_ia32cap_P[0] & (1<<23)))	break;		\
    -        whirlpool_block_mmx(ctx->H.c,inp,num);	return;		\
    -					} while (0)
    +# define SMALL_REGISTER_BANK
    +# if defined(WHIRLPOOL_ASM)
    +#  ifndef OPENSSL_SMALL_FOOTPRINT
    +/*
    + * it appears that for elder non-MMX
    + * CPUs this is actually faster!
    + */
    +#   define OPENSSL_SMALL_FOOTPRINT
     #  endif
    +#  define GO_FOR_MMX(ctx,inp,num)     do {                    \
    +        extern unsigned int OPENSSL_ia32cap_P[];                \
    +        void whirlpool_block_mmx(void *,const void *,size_t);   \
    +        if (!(OPENSSL_ia32cap_P[0] & (1<<23)))  break;          \
    +        whirlpool_block_mmx(ctx->H.c,inp,num);  return;         \
    +                                        } while (0)
    +# endif
     #endif
     
     #undef ROTATE
     #if defined(_MSC_VER)
    -#  if defined(_WIN64)	/* applies to both IA-64 and AMD64 */
    -#    pragma intrinsic(_rotl64)
    -#    define ROTATE(a,n)	_rotl64((a),n)
    -#  endif
    +# if defined(_WIN64)            /* applies to both IA-64 and AMD64 */
    +#  pragma intrinsic(_rotl64)
    +#  define ROTATE(a,n) _rotl64((a),n)
    +# endif
     #elif defined(__GNUC__) && __GNUC__>=2
    -#  if defined(__x86_64) || defined(__x86_64__)
    -#    if defined(L_ENDIAN)
    -#      define ROTATE(a,n)	({ u64 ret; asm ("rolq %1,%0"	\
    -				   : "=r"(ret) : "J"(n),"0"(a) : "cc"); ret; })
    -#    elif defined(B_ENDIAN)
    -       /* Most will argue that x86_64 is always little-endian. Well,
    -        * yes, but then we have stratus.com who has modified gcc to
    -	* "emulate" big-endian on x86. Is there evidence that they
    -	* [or somebody else] won't do same for x86_64? Naturally no.
    -	* And this line is waiting ready for that brave soul:-) */
    -#      define ROTATE(a,n)	({ u64 ret; asm ("rorq %1,%0"	\
    -				   : "=r"(ret) : "J"(n),"0"(a) : "cc"); ret; })
    -#    endif
    -#  elif defined(__ia64) || defined(__ia64__)
    -#    if defined(L_ENDIAN)
    -#      define ROTATE(a,n)	({ u64 ret; asm ("shrp %0=%1,%1,%2"	\
    -				   : "=r"(ret) : "r"(a),"M"(64-(n))); ret; })
    -#    elif defined(B_ENDIAN)
    -#      define ROTATE(a,n)	({ u64 ret; asm ("shrp %0=%1,%1,%2"	\
    -				   : "=r"(ret) : "r"(a),"M"(n)); ret; })
    -#    endif
    +# if defined(__x86_64) || defined(__x86_64__)
    +#  if defined(L_ENDIAN)
    +#   define ROTATE(a,n)       ({ u64 ret; asm ("rolq %1,%0"   \
    +                                   : "=r"(ret) : "J"(n),"0"(a) : "cc"); ret; })
    +#  elif defined(B_ENDIAN)
    +       /*
    +        * Most will argue that x86_64 is always little-endian. Well, yes, but
    +        * then we have stratus.com who has modified gcc to "emulate"
    +        * big-endian on x86. Is there evidence that they [or somebody else]
    +        * won't do same for x86_64? Naturally no. And this line is waiting
    +        * ready for that brave soul:-)
    +        */
    +#   define ROTATE(a,n)       ({ u64 ret; asm ("rorq %1,%0"   \
    +                                   : "=r"(ret) : "J"(n),"0"(a) : "cc"); ret; })
     #  endif
    +# elif defined(__ia64) || defined(__ia64__)
    +#  if defined(L_ENDIAN)
    +#   define ROTATE(a,n)       ({ u64 ret; asm ("shrp %0=%1,%1,%2"     \
    +                                   : "=r"(ret) : "r"(a),"M"(64-(n))); ret; })
    +#  elif defined(B_ENDIAN)
    +#   define ROTATE(a,n)       ({ u64 ret; asm ("shrp %0=%1,%1,%2"     \
    +                                   : "=r"(ret) : "r"(a),"M"(n)); ret; })
    +#  endif
    +# endif
     #endif
     
     #if defined(OPENSSL_SMALL_FOOTPRINT)
    -#  if !defined(ROTATE)
    -#    if defined(L_ENDIAN)	/* little-endians have to rotate left */
    -#      define ROTATE(i,n)	((i)<<(n) ^ (i)>>(64-n))
    -#    elif defined(B_ENDIAN)	/* big-endians have to rotate right */
    -#      define ROTATE(i,n)	((i)>>(n) ^ (i)<<(64-n))
    -#    endif
    -#  endif
    -#  if defined(ROTATE) && !defined(STRICT_ALIGNMENT)
    -#    define STRICT_ALIGNMENT	/* ensure smallest table size */
    +# if !defined(ROTATE)
    +#  if defined(L_ENDIAN)         /* little-endians have to rotate left */
    +#   define ROTATE(i,n)       ((i)<<(n) ^ (i)>>(64-n))
    +#  elif defined(B_ENDIAN)       /* big-endians have to rotate right */
    +#   define ROTATE(i,n)       ((i)>>(n) ^ (i)<<(64-n))
     #  endif
    +# endif
    +# if defined(ROTATE) && !defined(STRICT_ALIGNMENT)
    +#  define STRICT_ALIGNMENT      /* ensure smallest table size */
    +# endif
     #endif
     
     /*
    @@ -144,512 +151,630 @@ typedef unsigned long long	u64;
      * Hand-coded assembler would be another alternative:-)
      */
     #ifdef STRICT_ALIGNMENT
    -#  if defined(ROTATE)
    -#    define N	1
    -#    define LL(c0,c1,c2,c3,c4,c5,c6,c7)	c0,c1,c2,c3,c4,c5,c6,c7
    -#    define C0(K,i)	(Cx.q[K.c[(i)*8+0]])
    -#    define C1(K,i)	ROTATE(Cx.q[K.c[(i)*8+1]],8)
    -#    define C2(K,i)	ROTATE(Cx.q[K.c[(i)*8+2]],16)
    -#    define C3(K,i)	ROTATE(Cx.q[K.c[(i)*8+3]],24)
    -#    define C4(K,i)	ROTATE(Cx.q[K.c[(i)*8+4]],32)
    -#    define C5(K,i)	ROTATE(Cx.q[K.c[(i)*8+5]],40)
    -#    define C6(K,i)	ROTATE(Cx.q[K.c[(i)*8+6]],48)
    -#    define C7(K,i)	ROTATE(Cx.q[K.c[(i)*8+7]],56)
    -#  else
    -#    define N	8
    -#    define LL(c0,c1,c2,c3,c4,c5,c6,c7)	c0,c1,c2,c3,c4,c5,c6,c7, \
    -					c7,c0,c1,c2,c3,c4,c5,c6, \
    -					c6,c7,c0,c1,c2,c3,c4,c5, \
    -					c5,c6,c7,c0,c1,c2,c3,c4, \
    -					c4,c5,c6,c7,c0,c1,c2,c3, \
    -					c3,c4,c5,c6,c7,c0,c1,c2, \
    -					c2,c3,c4,c5,c6,c7,c0,c1, \
    -					c1,c2,c3,c4,c5,c6,c7,c0
    -#    define C0(K,i)	(Cx.q[0+8*K.c[(i)*8+0]])
    -#    define C1(K,i)	(Cx.q[1+8*K.c[(i)*8+1]])
    -#    define C2(K,i)	(Cx.q[2+8*K.c[(i)*8+2]])
    -#    define C3(K,i)	(Cx.q[3+8*K.c[(i)*8+3]])
    -#    define C4(K,i)	(Cx.q[4+8*K.c[(i)*8+4]])
    -#    define C5(K,i)	(Cx.q[5+8*K.c[(i)*8+5]])
    -#    define C6(K,i)	(Cx.q[6+8*K.c[(i)*8+6]])
    -#    define C7(K,i)	(Cx.q[7+8*K.c[(i)*8+7]])
    -#  endif
    +# if defined(ROTATE)
    +#  define N   1
    +#  define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7
    +#  define C0(K,i)     (Cx.q[K.c[(i)*8+0]])
    +#  define C1(K,i)     ROTATE(Cx.q[K.c[(i)*8+1]],8)
    +#  define C2(K,i)     ROTATE(Cx.q[K.c[(i)*8+2]],16)
    +#  define C3(K,i)     ROTATE(Cx.q[K.c[(i)*8+3]],24)
    +#  define C4(K,i)     ROTATE(Cx.q[K.c[(i)*8+4]],32)
    +#  define C5(K,i)     ROTATE(Cx.q[K.c[(i)*8+5]],40)
    +#  define C6(K,i)     ROTATE(Cx.q[K.c[(i)*8+6]],48)
    +#  define C7(K,i)     ROTATE(Cx.q[K.c[(i)*8+7]],56)
    +# else
    +#  define N   8
    +#  define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7, \
    +                                        c7,c0,c1,c2,c3,c4,c5,c6, \
    +                                        c6,c7,c0,c1,c2,c3,c4,c5, \
    +                                        c5,c6,c7,c0,c1,c2,c3,c4, \
    +                                        c4,c5,c6,c7,c0,c1,c2,c3, \
    +                                        c3,c4,c5,c6,c7,c0,c1,c2, \
    +                                        c2,c3,c4,c5,c6,c7,c0,c1, \
    +                                        c1,c2,c3,c4,c5,c6,c7,c0
    +#  define C0(K,i)     (Cx.q[0+8*K.c[(i)*8+0]])
    +#  define C1(K,i)     (Cx.q[1+8*K.c[(i)*8+1]])
    +#  define C2(K,i)     (Cx.q[2+8*K.c[(i)*8+2]])
    +#  define C3(K,i)     (Cx.q[3+8*K.c[(i)*8+3]])
    +#  define C4(K,i)     (Cx.q[4+8*K.c[(i)*8+4]])
    +#  define C5(K,i)     (Cx.q[5+8*K.c[(i)*8+5]])
    +#  define C6(K,i)     (Cx.q[6+8*K.c[(i)*8+6]])
    +#  define C7(K,i)     (Cx.q[7+8*K.c[(i)*8+7]])
    +# endif
     #else
    -#  define N	2
    -#  define LL(c0,c1,c2,c3,c4,c5,c6,c7)	c0,c1,c2,c3,c4,c5,c6,c7, \
    -					c0,c1,c2,c3,c4,c5,c6,c7
    -#  define C0(K,i)	(((u64*)(Cx.c+0))[2*K.c[(i)*8+0]])
    -#  define C1(K,i)	(((u64*)(Cx.c+7))[2*K.c[(i)*8+1]])
    -#  define C2(K,i)	(((u64*)(Cx.c+6))[2*K.c[(i)*8+2]])
    -#  define C3(K,i)	(((u64*)(Cx.c+5))[2*K.c[(i)*8+3]])
    -#  define C4(K,i)	(((u64*)(Cx.c+4))[2*K.c[(i)*8+4]])
    -#  define C5(K,i)	(((u64*)(Cx.c+3))[2*K.c[(i)*8+5]])
    -#  define C6(K,i)	(((u64*)(Cx.c+2))[2*K.c[(i)*8+6]])
    -#  define C7(K,i)	(((u64*)(Cx.c+1))[2*K.c[(i)*8+7]])
    +# define N     2
    +# define LL(c0,c1,c2,c3,c4,c5,c6,c7)   c0,c1,c2,c3,c4,c5,c6,c7, \
    +                                        c0,c1,c2,c3,c4,c5,c6,c7
    +# define C0(K,i)       (((u64*)(Cx.c+0))[2*K.c[(i)*8+0]])
    +# define C1(K,i)       (((u64*)(Cx.c+7))[2*K.c[(i)*8+1]])
    +# define C2(K,i)       (((u64*)(Cx.c+6))[2*K.c[(i)*8+2]])
    +# define C3(K,i)       (((u64*)(Cx.c+5))[2*K.c[(i)*8+3]])
    +# define C4(K,i)       (((u64*)(Cx.c+4))[2*K.c[(i)*8+4]])
    +# define C5(K,i)       (((u64*)(Cx.c+3))[2*K.c[(i)*8+5]])
    +# define C6(K,i)       (((u64*)(Cx.c+2))[2*K.c[(i)*8+6]])
    +# define C7(K,i)       (((u64*)(Cx.c+1))[2*K.c[(i)*8+7]])
     #endif
     
     static const
    -union	{
    -	u8	c[(256*N+ROUNDS)*sizeof(u64)];
    -	u64	q[(256*N+ROUNDS)];
    -	} Cx = { {
    -	/* Note endian-neutral representation:-) */
    -	LL(0x18,0x18,0x60,0x18,0xc0,0x78,0x30,0xd8),
    -	LL(0x23,0x23,0x8c,0x23,0x05,0xaf,0x46,0x26),
    -	LL(0xc6,0xc6,0x3f,0xc6,0x7e,0xf9,0x91,0xb8),
    -	LL(0xe8,0xe8,0x87,0xe8,0x13,0x6f,0xcd,0xfb),
    -	LL(0x87,0x87,0x26,0x87,0x4c,0xa1,0x13,0xcb),
    -	LL(0xb8,0xb8,0xda,0xb8,0xa9,0x62,0x6d,0x11),
    -	LL(0x01,0x01,0x04,0x01,0x08,0x05,0x02,0x09),
    -	LL(0x4f,0x4f,0x21,0x4f,0x42,0x6e,0x9e,0x0d),
    -	LL(0x36,0x36,0xd8,0x36,0xad,0xee,0x6c,0x9b),
    -	LL(0xa6,0xa6,0xa2,0xa6,0x59,0x04,0x51,0xff),
    -	LL(0xd2,0xd2,0x6f,0xd2,0xde,0xbd,0xb9,0x0c),
    -	LL(0xf5,0xf5,0xf3,0xf5,0xfb,0x06,0xf7,0x0e),
    -	LL(0x79,0x79,0xf9,0x79,0xef,0x80,0xf2,0x96),
    -	LL(0x6f,0x6f,0xa1,0x6f,0x5f,0xce,0xde,0x30),
    -	LL(0x91,0x91,0x7e,0x91,0xfc,0xef,0x3f,0x6d),
    -	LL(0x52,0x52,0x55,0x52,0xaa,0x07,0xa4,0xf8),
    -	LL(0x60,0x60,0x9d,0x60,0x27,0xfd,0xc0,0x47),
    -	LL(0xbc,0xbc,0xca,0xbc,0x89,0x76,0x65,0x35),
    -	LL(0x9b,0x9b,0x56,0x9b,0xac,0xcd,0x2b,0x37),
    -	LL(0x8e,0x8e,0x02,0x8e,0x04,0x8c,0x01,0x8a),
    -	LL(0xa3,0xa3,0xb6,0xa3,0x71,0x15,0x5b,0xd2),
    -	LL(0x0c,0x0c,0x30,0x0c,0x60,0x3c,0x18,0x6c),
    -	LL(0x7b,0x7b,0xf1,0x7b,0xff,0x8a,0xf6,0x84),
    -	LL(0x35,0x35,0xd4,0x35,0xb5,0xe1,0x6a,0x80),
    -	LL(0x1d,0x1d,0x74,0x1d,0xe8,0x69,0x3a,0xf5),
    -	LL(0xe0,0xe0,0xa7,0xe0,0x53,0x47,0xdd,0xb3),
    -	LL(0xd7,0xd7,0x7b,0xd7,0xf6,0xac,0xb3,0x21),
    -	LL(0xc2,0xc2,0x2f,0xc2,0x5e,0xed,0x99,0x9c),
    -	LL(0x2e,0x2e,0xb8,0x2e,0x6d,0x96,0x5c,0x43),
    -	LL(0x4b,0x4b,0x31,0x4b,0x62,0x7a,0x96,0x29),
    -	LL(0xfe,0xfe,0xdf,0xfe,0xa3,0x21,0xe1,0x5d),
    -	LL(0x57,0x57,0x41,0x57,0x82,0x16,0xae,0xd5),
    -	LL(0x15,0x15,0x54,0x15,0xa8,0x41,0x2a,0xbd),
    -	LL(0x77,0x77,0xc1,0x77,0x9f,0xb6,0xee,0xe8),
    -	LL(0x37,0x37,0xdc,0x37,0xa5,0xeb,0x6e,0x92),
    -	LL(0xe5,0xe5,0xb3,0xe5,0x7b,0x56,0xd7,0x9e),
    -	LL(0x9f,0x9f,0x46,0x9f,0x8c,0xd9,0x23,0x13),
    -	LL(0xf0,0xf0,0xe7,0xf0,0xd3,0x17,0xfd,0x23),
    -	LL(0x4a,0x4a,0x35,0x4a,0x6a,0x7f,0x94,0x20),
    -	LL(0xda,0xda,0x4f,0xda,0x9e,0x95,0xa9,0x44),
    -	LL(0x58,0x58,0x7d,0x58,0xfa,0x25,0xb0,0xa2),
    -	LL(0xc9,0xc9,0x03,0xc9,0x06,0xca,0x8f,0xcf),
    -	LL(0x29,0x29,0xa4,0x29,0x55,0x8d,0x52,0x7c),
    -	LL(0x0a,0x0a,0x28,0x0a,0x50,0x22,0x14,0x5a),
    -	LL(0xb1,0xb1,0xfe,0xb1,0xe1,0x4f,0x7f,0x50),
    -	LL(0xa0,0xa0,0xba,0xa0,0x69,0x1a,0x5d,0xc9),
    -	LL(0x6b,0x6b,0xb1,0x6b,0x7f,0xda,0xd6,0x14),
    -	LL(0x85,0x85,0x2e,0x85,0x5c,0xab,0x17,0xd9),
    -	LL(0xbd,0xbd,0xce,0xbd,0x81,0x73,0x67,0x3c),
    -	LL(0x5d,0x5d,0x69,0x5d,0xd2,0x34,0xba,0x8f),
    -	LL(0x10,0x10,0x40,0x10,0x80,0x50,0x20,0x90),
    -	LL(0xf4,0xf4,0xf7,0xf4,0xf3,0x03,0xf5,0x07),
    -	LL(0xcb,0xcb,0x0b,0xcb,0x16,0xc0,0x8b,0xdd),
    -	LL(0x3e,0x3e,0xf8,0x3e,0xed,0xc6,0x7c,0xd3),
    -	LL(0x05,0x05,0x14,0x05,0x28,0x11,0x0a,0x2d),
    -	LL(0x67,0x67,0x81,0x67,0x1f,0xe6,0xce,0x78),
    -	LL(0xe4,0xe4,0xb7,0xe4,0x73,0x53,0xd5,0x97),
    -	LL(0x27,0x27,0x9c,0x27,0x25,0xbb,0x4e,0x02),
    -	LL(0x41,0x41,0x19,0x41,0x32,0x58,0x82,0x73),
    -	LL(0x8b,0x8b,0x16,0x8b,0x2c,0x9d,0x0b,0xa7),
    -	LL(0xa7,0xa7,0xa6,0xa7,0x51,0x01,0x53,0xf6),
    -	LL(0x7d,0x7d,0xe9,0x7d,0xcf,0x94,0xfa,0xb2),
    -	LL(0x95,0x95,0x6e,0x95,0xdc,0xfb,0x37,0x49),
    -	LL(0xd8,0xd8,0x47,0xd8,0x8e,0x9f,0xad,0x56),
    -	LL(0xfb,0xfb,0xcb,0xfb,0x8b,0x30,0xeb,0x70),
    -	LL(0xee,0xee,0x9f,0xee,0x23,0x71,0xc1,0xcd),
    -	LL(0x7c,0x7c,0xed,0x7c,0xc7,0x91,0xf8,0xbb),
    -	LL(0x66,0x66,0x85,0x66,0x17,0xe3,0xcc,0x71),
    -	LL(0xdd,0xdd,0x53,0xdd,0xa6,0x8e,0xa7,0x7b),
    -	LL(0x17,0x17,0x5c,0x17,0xb8,0x4b,0x2e,0xaf),
    -	LL(0x47,0x47,0x01,0x47,0x02,0x46,0x8e,0x45),
    -	LL(0x9e,0x9e,0x42,0x9e,0x84,0xdc,0x21,0x1a),
    -	LL(0xca,0xca,0x0f,0xca,0x1e,0xc5,0x89,0xd4),
    -	LL(0x2d,0x2d,0xb4,0x2d,0x75,0x99,0x5a,0x58),
    -	LL(0xbf,0xbf,0xc6,0xbf,0x91,0x79,0x63,0x2e),
    -	LL(0x07,0x07,0x1c,0x07,0x38,0x1b,0x0e,0x3f),
    -	LL(0xad,0xad,0x8e,0xad,0x01,0x23,0x47,0xac),
    -	LL(0x5a,0x5a,0x75,0x5a,0xea,0x2f,0xb4,0xb0),
    -	LL(0x83,0x83,0x36,0x83,0x6c,0xb5,0x1b,0xef),
    -	LL(0x33,0x33,0xcc,0x33,0x85,0xff,0x66,0xb6),
    -	LL(0x63,0x63,0x91,0x63,0x3f,0xf2,0xc6,0x5c),
    -	LL(0x02,0x02,0x08,0x02,0x10,0x0a,0x04,0x12),
    -	LL(0xaa,0xaa,0x92,0xaa,0x39,0x38,0x49,0x93),
    -	LL(0x71,0x71,0xd9,0x71,0xaf,0xa8,0xe2,0xde),
    -	LL(0xc8,0xc8,0x07,0xc8,0x0e,0xcf,0x8d,0xc6),
    -	LL(0x19,0x19,0x64,0x19,0xc8,0x7d,0x32,0xd1),
    -	LL(0x49,0x49,0x39,0x49,0x72,0x70,0x92,0x3b),
    -	LL(0xd9,0xd9,0x43,0xd9,0x86,0x9a,0xaf,0x5f),
    -	LL(0xf2,0xf2,0xef,0xf2,0xc3,0x1d,0xf9,0x31),
    -	LL(0xe3,0xe3,0xab,0xe3,0x4b,0x48,0xdb,0xa8),
    -	LL(0x5b,0x5b,0x71,0x5b,0xe2,0x2a,0xb6,0xb9),
    -	LL(0x88,0x88,0x1a,0x88,0x34,0x92,0x0d,0xbc),
    -	LL(0x9a,0x9a,0x52,0x9a,0xa4,0xc8,0x29,0x3e),
    -	LL(0x26,0x26,0x98,0x26,0x2d,0xbe,0x4c,0x0b),
    -	LL(0x32,0x32,0xc8,0x32,0x8d,0xfa,0x64,0xbf),
    -	LL(0xb0,0xb0,0xfa,0xb0,0xe9,0x4a,0x7d,0x59),
    -	LL(0xe9,0xe9,0x83,0xe9,0x1b,0x6a,0xcf,0xf2),
    -	LL(0x0f,0x0f,0x3c,0x0f,0x78,0x33,0x1e,0x77),
    -	LL(0xd5,0xd5,0x73,0xd5,0xe6,0xa6,0xb7,0x33),
    -	LL(0x80,0x80,0x3a,0x80,0x74,0xba,0x1d,0xf4),
    -	LL(0xbe,0xbe,0xc2,0xbe,0x99,0x7c,0x61,0x27),
    -	LL(0xcd,0xcd,0x13,0xcd,0x26,0xde,0x87,0xeb),
    -	LL(0x34,0x34,0xd0,0x34,0xbd,0xe4,0x68,0x89),
    -	LL(0x48,0x48,0x3d,0x48,0x7a,0x75,0x90,0x32),
    -	LL(0xff,0xff,0xdb,0xff,0xab,0x24,0xe3,0x54),
    -	LL(0x7a,0x7a,0xf5,0x7a,0xf7,0x8f,0xf4,0x8d),
    -	LL(0x90,0x90,0x7a,0x90,0xf4,0xea,0x3d,0x64),
    -	LL(0x5f,0x5f,0x61,0x5f,0xc2,0x3e,0xbe,0x9d),
    -	LL(0x20,0x20,0x80,0x20,0x1d,0xa0,0x40,0x3d),
    -	LL(0x68,0x68,0xbd,0x68,0x67,0xd5,0xd0,0x0f),
    -	LL(0x1a,0x1a,0x68,0x1a,0xd0,0x72,0x34,0xca),
    -	LL(0xae,0xae,0x82,0xae,0x19,0x2c,0x41,0xb7),
    -	LL(0xb4,0xb4,0xea,0xb4,0xc9,0x5e,0x75,0x7d),
    -	LL(0x54,0x54,0x4d,0x54,0x9a,0x19,0xa8,0xce),
    -	LL(0x93,0x93,0x76,0x93,0xec,0xe5,0x3b,0x7f),
    -	LL(0x22,0x22,0x88,0x22,0x0d,0xaa,0x44,0x2f),
    -	LL(0x64,0x64,0x8d,0x64,0x07,0xe9,0xc8,0x63),
    -	LL(0xf1,0xf1,0xe3,0xf1,0xdb,0x12,0xff,0x2a),
    -	LL(0x73,0x73,0xd1,0x73,0xbf,0xa2,0xe6,0xcc),
    -	LL(0x12,0x12,0x48,0x12,0x90,0x5a,0x24,0x82),
    -	LL(0x40,0x40,0x1d,0x40,0x3a,0x5d,0x80,0x7a),
    -	LL(0x08,0x08,0x20,0x08,0x40,0x28,0x10,0x48),
    -	LL(0xc3,0xc3,0x2b,0xc3,0x56,0xe8,0x9b,0x95),
    -	LL(0xec,0xec,0x97,0xec,0x33,0x7b,0xc5,0xdf),
    -	LL(0xdb,0xdb,0x4b,0xdb,0x96,0x90,0xab,0x4d),
    -	LL(0xa1,0xa1,0xbe,0xa1,0x61,0x1f,0x5f,0xc0),
    -	LL(0x8d,0x8d,0x0e,0x8d,0x1c,0x83,0x07,0x91),
    -	LL(0x3d,0x3d,0xf4,0x3d,0xf5,0xc9,0x7a,0xc8),
    -	LL(0x97,0x97,0x66,0x97,0xcc,0xf1,0x33,0x5b),
    -	LL(0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00),
    -	LL(0xcf,0xcf,0x1b,0xcf,0x36,0xd4,0x83,0xf9),
    -	LL(0x2b,0x2b,0xac,0x2b,0x45,0x87,0x56,0x6e),
    -	LL(0x76,0x76,0xc5,0x76,0x97,0xb3,0xec,0xe1),
    -	LL(0x82,0x82,0x32,0x82,0x64,0xb0,0x19,0xe6),
    -	LL(0xd6,0xd6,0x7f,0xd6,0xfe,0xa9,0xb1,0x28),
    -	LL(0x1b,0x1b,0x6c,0x1b,0xd8,0x77,0x36,0xc3),
    -	LL(0xb5,0xb5,0xee,0xb5,0xc1,0x5b,0x77,0x74),
    -	LL(0xaf,0xaf,0x86,0xaf,0x11,0x29,0x43,0xbe),
    -	LL(0x6a,0x6a,0xb5,0x6a,0x77,0xdf,0xd4,0x1d),
    -	LL(0x50,0x50,0x5d,0x50,0xba,0x0d,0xa0,0xea),
    -	LL(0x45,0x45,0x09,0x45,0x12,0x4c,0x8a,0x57),
    -	LL(0xf3,0xf3,0xeb,0xf3,0xcb,0x18,0xfb,0x38),
    -	LL(0x30,0x30,0xc0,0x30,0x9d,0xf0,0x60,0xad),
    -	LL(0xef,0xef,0x9b,0xef,0x2b,0x74,0xc3,0xc4),
    -	LL(0x3f,0x3f,0xfc,0x3f,0xe5,0xc3,0x7e,0xda),
    -	LL(0x55,0x55,0x49,0x55,0x92,0x1c,0xaa,0xc7),
    -	LL(0xa2,0xa2,0xb2,0xa2,0x79,0x10,0x59,0xdb),
    -	LL(0xea,0xea,0x8f,0xea,0x03,0x65,0xc9,0xe9),
    -	LL(0x65,0x65,0x89,0x65,0x0f,0xec,0xca,0x6a),
    -	LL(0xba,0xba,0xd2,0xba,0xb9,0x68,0x69,0x03),
    -	LL(0x2f,0x2f,0xbc,0x2f,0x65,0x93,0x5e,0x4a),
    -	LL(0xc0,0xc0,0x27,0xc0,0x4e,0xe7,0x9d,0x8e),
    -	LL(0xde,0xde,0x5f,0xde,0xbe,0x81,0xa1,0x60),
    -	LL(0x1c,0x1c,0x70,0x1c,0xe0,0x6c,0x38,0xfc),
    -	LL(0xfd,0xfd,0xd3,0xfd,0xbb,0x2e,0xe7,0x46),
    -	LL(0x4d,0x4d,0x29,0x4d,0x52,0x64,0x9a,0x1f),
    -	LL(0x92,0x92,0x72,0x92,0xe4,0xe0,0x39,0x76),
    -	LL(0x75,0x75,0xc9,0x75,0x8f,0xbc,0xea,0xfa),
    -	LL(0x06,0x06,0x18,0x06,0x30,0x1e,0x0c,0x36),
    -	LL(0x8a,0x8a,0x12,0x8a,0x24,0x98,0x09,0xae),
    -	LL(0xb2,0xb2,0xf2,0xb2,0xf9,0x40,0x79,0x4b),
    -	LL(0xe6,0xe6,0xbf,0xe6,0x63,0x59,0xd1,0x85),
    -	LL(0x0e,0x0e,0x38,0x0e,0x70,0x36,0x1c,0x7e),
    -	LL(0x1f,0x1f,0x7c,0x1f,0xf8,0x63,0x3e,0xe7),
    -	LL(0x62,0x62,0x95,0x62,0x37,0xf7,0xc4,0x55),
    -	LL(0xd4,0xd4,0x77,0xd4,0xee,0xa3,0xb5,0x3a),
    -	LL(0xa8,0xa8,0x9a,0xa8,0x29,0x32,0x4d,0x81),
    -	LL(0x96,0x96,0x62,0x96,0xc4,0xf4,0x31,0x52),
    -	LL(0xf9,0xf9,0xc3,0xf9,0x9b,0x3a,0xef,0x62),
    -	LL(0xc5,0xc5,0x33,0xc5,0x66,0xf6,0x97,0xa3),
    -	LL(0x25,0x25,0x94,0x25,0x35,0xb1,0x4a,0x10),
    -	LL(0x59,0x59,0x79,0x59,0xf2,0x20,0xb2,0xab),
    -	LL(0x84,0x84,0x2a,0x84,0x54,0xae,0x15,0xd0),
    -	LL(0x72,0x72,0xd5,0x72,0xb7,0xa7,0xe4,0xc5),
    -	LL(0x39,0x39,0xe4,0x39,0xd5,0xdd,0x72,0xec),
    -	LL(0x4c,0x4c,0x2d,0x4c,0x5a,0x61,0x98,0x16),
    -	LL(0x5e,0x5e,0x65,0x5e,0xca,0x3b,0xbc,0x94),
    -	LL(0x78,0x78,0xfd,0x78,0xe7,0x85,0xf0,0x9f),
    -	LL(0x38,0x38,0xe0,0x38,0xdd,0xd8,0x70,0xe5),
    -	LL(0x8c,0x8c,0x0a,0x8c,0x14,0x86,0x05,0x98),
    -	LL(0xd1,0xd1,0x63,0xd1,0xc6,0xb2,0xbf,0x17),
    -	LL(0xa5,0xa5,0xae,0xa5,0x41,0x0b,0x57,0xe4),
    -	LL(0xe2,0xe2,0xaf,0xe2,0x43,0x4d,0xd9,0xa1),
    -	LL(0x61,0x61,0x99,0x61,0x2f,0xf8,0xc2,0x4e),
    -	LL(0xb3,0xb3,0xf6,0xb3,0xf1,0x45,0x7b,0x42),
    -	LL(0x21,0x21,0x84,0x21,0x15,0xa5,0x42,0x34),
    -	LL(0x9c,0x9c,0x4a,0x9c,0x94,0xd6,0x25,0x08),
    -	LL(0x1e,0x1e,0x78,0x1e,0xf0,0x66,0x3c,0xee),
    -	LL(0x43,0x43,0x11,0x43,0x22,0x52,0x86,0x61),
    -	LL(0xc7,0xc7,0x3b,0xc7,0x76,0xfc,0x93,0xb1),
    -	LL(0xfc,0xfc,0xd7,0xfc,0xb3,0x2b,0xe5,0x4f),
    -	LL(0x04,0x04,0x10,0x04,0x20,0x14,0x08,0x24),
    -	LL(0x51,0x51,0x59,0x51,0xb2,0x08,0xa2,0xe3),
    -	LL(0x99,0x99,0x5e,0x99,0xbc,0xc7,0x2f,0x25),
    -	LL(0x6d,0x6d,0xa9,0x6d,0x4f,0xc4,0xda,0x22),
    -	LL(0x0d,0x0d,0x34,0x0d,0x68,0x39,0x1a,0x65),
    -	LL(0xfa,0xfa,0xcf,0xfa,0x83,0x35,0xe9,0x79),
    -	LL(0xdf,0xdf,0x5b,0xdf,0xb6,0x84,0xa3,0x69),
    -	LL(0x7e,0x7e,0xe5,0x7e,0xd7,0x9b,0xfc,0xa9),
    -	LL(0x24,0x24,0x90,0x24,0x3d,0xb4,0x48,0x19),
    -	LL(0x3b,0x3b,0xec,0x3b,0xc5,0xd7,0x76,0xfe),
    -	LL(0xab,0xab,0x96,0xab,0x31,0x3d,0x4b,0x9a),
    -	LL(0xce,0xce,0x1f,0xce,0x3e,0xd1,0x81,0xf0),
    -	LL(0x11,0x11,0x44,0x11,0x88,0x55,0x22,0x99),
    -	LL(0x8f,0x8f,0x06,0x8f,0x0c,0x89,0x03,0x83),
    -	LL(0x4e,0x4e,0x25,0x4e,0x4a,0x6b,0x9c,0x04),
    -	LL(0xb7,0xb7,0xe6,0xb7,0xd1,0x51,0x73,0x66),
    -	LL(0xeb,0xeb,0x8b,0xeb,0x0b,0x60,0xcb,0xe0),
    -	LL(0x3c,0x3c,0xf0,0x3c,0xfd,0xcc,0x78,0xc1),
    -	LL(0x81,0x81,0x3e,0x81,0x7c,0xbf,0x1f,0xfd),
    -	LL(0x94,0x94,0x6a,0x94,0xd4,0xfe,0x35,0x40),
    -	LL(0xf7,0xf7,0xfb,0xf7,0xeb,0x0c,0xf3,0x1c),
    -	LL(0xb9,0xb9,0xde,0xb9,0xa1,0x67,0x6f,0x18),
    -	LL(0x13,0x13,0x4c,0x13,0x98,0x5f,0x26,0x8b),
    -	LL(0x2c,0x2c,0xb0,0x2c,0x7d,0x9c,0x58,0x51),
    -	LL(0xd3,0xd3,0x6b,0xd3,0xd6,0xb8,0xbb,0x05),
    -	LL(0xe7,0xe7,0xbb,0xe7,0x6b,0x5c,0xd3,0x8c),
    -	LL(0x6e,0x6e,0xa5,0x6e,0x57,0xcb,0xdc,0x39),
    -	LL(0xc4,0xc4,0x37,0xc4,0x6e,0xf3,0x95,0xaa),
    -	LL(0x03,0x03,0x0c,0x03,0x18,0x0f,0x06,0x1b),
    -	LL(0x56,0x56,0x45,0x56,0x8a,0x13,0xac,0xdc),
    -	LL(0x44,0x44,0x0d,0x44,0x1a,0x49,0x88,0x5e),
    -	LL(0x7f,0x7f,0xe1,0x7f,0xdf,0x9e,0xfe,0xa0),
    -	LL(0xa9,0xa9,0x9e,0xa9,0x21,0x37,0x4f,0x88),
    -	LL(0x2a,0x2a,0xa8,0x2a,0x4d,0x82,0x54,0x67),
    -	LL(0xbb,0xbb,0xd6,0xbb,0xb1,0x6d,0x6b,0x0a),
    -	LL(0xc1,0xc1,0x23,0xc1,0x46,0xe2,0x9f,0x87),
    -	LL(0x53,0x53,0x51,0x53,0xa2,0x02,0xa6,0xf1),
    -	LL(0xdc,0xdc,0x57,0xdc,0xae,0x8b,0xa5,0x72),
    -	LL(0x0b,0x0b,0x2c,0x0b,0x58,0x27,0x16,0x53),
    -	LL(0x9d,0x9d,0x4e,0x9d,0x9c,0xd3,0x27,0x01),
    -	LL(0x6c,0x6c,0xad,0x6c,0x47,0xc1,0xd8,0x2b),
    -	LL(0x31,0x31,0xc4,0x31,0x95,0xf5,0x62,0xa4),
    -	LL(0x74,0x74,0xcd,0x74,0x87,0xb9,0xe8,0xf3),
    -	LL(0xf6,0xf6,0xff,0xf6,0xe3,0x09,0xf1,0x15),
    -	LL(0x46,0x46,0x05,0x46,0x0a,0x43,0x8c,0x4c),
    -	LL(0xac,0xac,0x8a,0xac,0x09,0x26,0x45,0xa5),
    -	LL(0x89,0x89,0x1e,0x89,0x3c,0x97,0x0f,0xb5),
    -	LL(0x14,0x14,0x50,0x14,0xa0,0x44,0x28,0xb4),
    -	LL(0xe1,0xe1,0xa3,0xe1,0x5b,0x42,0xdf,0xba),
    -	LL(0x16,0x16,0x58,0x16,0xb0,0x4e,0x2c,0xa6),
    -	LL(0x3a,0x3a,0xe8,0x3a,0xcd,0xd2,0x74,0xf7),
    -	LL(0x69,0x69,0xb9,0x69,0x6f,0xd0,0xd2,0x06),
    -	LL(0x09,0x09,0x24,0x09,0x48,0x2d,0x12,0x41),
    -	LL(0x70,0x70,0xdd,0x70,0xa7,0xad,0xe0,0xd7),
    -	LL(0xb6,0xb6,0xe2,0xb6,0xd9,0x54,0x71,0x6f),
    -	LL(0xd0,0xd0,0x67,0xd0,0xce,0xb7,0xbd,0x1e),
    -	LL(0xed,0xed,0x93,0xed,0x3b,0x7e,0xc7,0xd6),
    -	LL(0xcc,0xcc,0x17,0xcc,0x2e,0xdb,0x85,0xe2),
    -	LL(0x42,0x42,0x15,0x42,0x2a,0x57,0x84,0x68),
    -	LL(0x98,0x98,0x5a,0x98,0xb4,0xc2,0x2d,0x2c),
    -	LL(0xa4,0xa4,0xaa,0xa4,0x49,0x0e,0x55,0xed),
    -	LL(0x28,0x28,0xa0,0x28,0x5d,0x88,0x50,0x75),
    -	LL(0x5c,0x5c,0x6d,0x5c,0xda,0x31,0xb8,0x86),
    -	LL(0xf8,0xf8,0xc7,0xf8,0x93,0x3f,0xed,0x6b),
    -	LL(0x86,0x86,0x22,0x86,0x44,0xa4,0x11,0xc2),
    -#define RC	(&(Cx.q[256*N]))
    -	0x18,0x23,0xc6,0xe8,0x87,0xb8,0x01,0x4f,	/* rc[ROUNDS] */
    -	0x36,0xa6,0xd2,0xf5,0x79,0x6f,0x91,0x52,
    -	0x60,0xbc,0x9b,0x8e,0xa3,0x0c,0x7b,0x35,
    -	0x1d,0xe0,0xd7,0xc2,0x2e,0x4b,0xfe,0x57,
    -	0x15,0x77,0x37,0xe5,0x9f,0xf0,0x4a,0xda,
    -	0x58,0xc9,0x29,0x0a,0xb1,0xa0,0x6b,0x85,
    -	0xbd,0x5d,0x10,0xf4,0xcb,0x3e,0x05,0x67,
    -	0xe4,0x27,0x41,0x8b,0xa7,0x7d,0x95,0xd8,
    -	0xfb,0xee,0x7c,0x66,0xdd,0x17,0x47,0x9e,
    -	0xca,0x2d,0xbf,0x07,0xad,0x5a,0x83,0x33
    -	}
    -};
    -
    -void whirlpool_block(WHIRLPOOL_CTX *ctx,const void *inp,size_t n)
    -	{
    -	int	r;
    -	const u8 *p=inp;
    -	union	{ u64 q[8]; u8 c[64]; } S,K,*H=(void *)ctx->H.q;
    +    union {
    +    u8 c[(256 * N + ROUNDS) * sizeof(u64)];
    +    u64 q[(256 * N + ROUNDS)];
    +} Cx = {
    +        {
    +            /* Note endian-neutral representation:-) */
    +            LL(0x18, 0x18, 0x60, 0x18, 0xc0, 0x78, 0x30, 0xd8),
    +            LL(0x23, 0x23, 0x8c, 0x23, 0x05, 0xaf, 0x46, 0x26),
    +            LL(0xc6, 0xc6, 0x3f, 0xc6, 0x7e, 0xf9, 0x91, 0xb8),
    +            LL(0xe8, 0xe8, 0x87, 0xe8, 0x13, 0x6f, 0xcd, 0xfb),
    +            LL(0x87, 0x87, 0x26, 0x87, 0x4c, 0xa1, 0x13, 0xcb),
    +            LL(0xb8, 0xb8, 0xda, 0xb8, 0xa9, 0x62, 0x6d, 0x11),
    +            LL(0x01, 0x01, 0x04, 0x01, 0x08, 0x05, 0x02, 0x09),
    +            LL(0x4f, 0x4f, 0x21, 0x4f, 0x42, 0x6e, 0x9e, 0x0d),
    +            LL(0x36, 0x36, 0xd8, 0x36, 0xad, 0xee, 0x6c, 0x9b),
    +            LL(0xa6, 0xa6, 0xa2, 0xa6, 0x59, 0x04, 0x51, 0xff),
    +            LL(0xd2, 0xd2, 0x6f, 0xd2, 0xde, 0xbd, 0xb9, 0x0c),
    +            LL(0xf5, 0xf5, 0xf3, 0xf5, 0xfb, 0x06, 0xf7, 0x0e),
    +            LL(0x79, 0x79, 0xf9, 0x79, 0xef, 0x80, 0xf2, 0x96),
    +            LL(0x6f, 0x6f, 0xa1, 0x6f, 0x5f, 0xce, 0xde, 0x30),
    +            LL(0x91, 0x91, 0x7e, 0x91, 0xfc, 0xef, 0x3f, 0x6d),
    +            LL(0x52, 0x52, 0x55, 0x52, 0xaa, 0x07, 0xa4, 0xf8),
    +            LL(0x60, 0x60, 0x9d, 0x60, 0x27, 0xfd, 0xc0, 0x47),
    +            LL(0xbc, 0xbc, 0xca, 0xbc, 0x89, 0x76, 0x65, 0x35),
    +            LL(0x9b, 0x9b, 0x56, 0x9b, 0xac, 0xcd, 0x2b, 0x37),
    +            LL(0x8e, 0x8e, 0x02, 0x8e, 0x04, 0x8c, 0x01, 0x8a),
    +            LL(0xa3, 0xa3, 0xb6, 0xa3, 0x71, 0x15, 0x5b, 0xd2),
    +            LL(0x0c, 0x0c, 0x30, 0x0c, 0x60, 0x3c, 0x18, 0x6c),
    +            LL(0x7b, 0x7b, 0xf1, 0x7b, 0xff, 0x8a, 0xf6, 0x84),
    +            LL(0x35, 0x35, 0xd4, 0x35, 0xb5, 0xe1, 0x6a, 0x80),
    +            LL(0x1d, 0x1d, 0x74, 0x1d, 0xe8, 0x69, 0x3a, 0xf5),
    +            LL(0xe0, 0xe0, 0xa7, 0xe0, 0x53, 0x47, 0xdd, 0xb3),
    +            LL(0xd7, 0xd7, 0x7b, 0xd7, 0xf6, 0xac, 0xb3, 0x21),
    +            LL(0xc2, 0xc2, 0x2f, 0xc2, 0x5e, 0xed, 0x99, 0x9c),
    +            LL(0x2e, 0x2e, 0xb8, 0x2e, 0x6d, 0x96, 0x5c, 0x43),
    +            LL(0x4b, 0x4b, 0x31, 0x4b, 0x62, 0x7a, 0x96, 0x29),
    +            LL(0xfe, 0xfe, 0xdf, 0xfe, 0xa3, 0x21, 0xe1, 0x5d),
    +            LL(0x57, 0x57, 0x41, 0x57, 0x82, 0x16, 0xae, 0xd5),
    +            LL(0x15, 0x15, 0x54, 0x15, 0xa8, 0x41, 0x2a, 0xbd),
    +            LL(0x77, 0x77, 0xc1, 0x77, 0x9f, 0xb6, 0xee, 0xe8),
    +            LL(0x37, 0x37, 0xdc, 0x37, 0xa5, 0xeb, 0x6e, 0x92),
    +            LL(0xe5, 0xe5, 0xb3, 0xe5, 0x7b, 0x56, 0xd7, 0x9e),
    +            LL(0x9f, 0x9f, 0x46, 0x9f, 0x8c, 0xd9, 0x23, 0x13),
    +            LL(0xf0, 0xf0, 0xe7, 0xf0, 0xd3, 0x17, 0xfd, 0x23),
    +            LL(0x4a, 0x4a, 0x35, 0x4a, 0x6a, 0x7f, 0x94, 0x20),
    +            LL(0xda, 0xda, 0x4f, 0xda, 0x9e, 0x95, 0xa9, 0x44),
    +            LL(0x58, 0x58, 0x7d, 0x58, 0xfa, 0x25, 0xb0, 0xa2),
    +            LL(0xc9, 0xc9, 0x03, 0xc9, 0x06, 0xca, 0x8f, 0xcf),
    +            LL(0x29, 0x29, 0xa4, 0x29, 0x55, 0x8d, 0x52, 0x7c),
    +            LL(0x0a, 0x0a, 0x28, 0x0a, 0x50, 0x22, 0x14, 0x5a),
    +            LL(0xb1, 0xb1, 0xfe, 0xb1, 0xe1, 0x4f, 0x7f, 0x50),
    +            LL(0xa0, 0xa0, 0xba, 0xa0, 0x69, 0x1a, 0x5d, 0xc9),
    +            LL(0x6b, 0x6b, 0xb1, 0x6b, 0x7f, 0xda, 0xd6, 0x14),
    +            LL(0x85, 0x85, 0x2e, 0x85, 0x5c, 0xab, 0x17, 0xd9),
    +            LL(0xbd, 0xbd, 0xce, 0xbd, 0x81, 0x73, 0x67, 0x3c),
    +            LL(0x5d, 0x5d, 0x69, 0x5d, 0xd2, 0x34, 0xba, 0x8f),
    +            LL(0x10, 0x10, 0x40, 0x10, 0x80, 0x50, 0x20, 0x90),
    +            LL(0xf4, 0xf4, 0xf7, 0xf4, 0xf3, 0x03, 0xf5, 0x07),
    +            LL(0xcb, 0xcb, 0x0b, 0xcb, 0x16, 0xc0, 0x8b, 0xdd),
    +            LL(0x3e, 0x3e, 0xf8, 0x3e, 0xed, 0xc6, 0x7c, 0xd3),
    +            LL(0x05, 0x05, 0x14, 0x05, 0x28, 0x11, 0x0a, 0x2d),
    +            LL(0x67, 0x67, 0x81, 0x67, 0x1f, 0xe6, 0xce, 0x78),
    +            LL(0xe4, 0xe4, 0xb7, 0xe4, 0x73, 0x53, 0xd5, 0x97),
    +            LL(0x27, 0x27, 0x9c, 0x27, 0x25, 0xbb, 0x4e, 0x02),
    +            LL(0x41, 0x41, 0x19, 0x41, 0x32, 0x58, 0x82, 0x73),
    +            LL(0x8b, 0x8b, 0x16, 0x8b, 0x2c, 0x9d, 0x0b, 0xa7),
    +            LL(0xa7, 0xa7, 0xa6, 0xa7, 0x51, 0x01, 0x53, 0xf6),
    +            LL(0x7d, 0x7d, 0xe9, 0x7d, 0xcf, 0x94, 0xfa, 0xb2),
    +            LL(0x95, 0x95, 0x6e, 0x95, 0xdc, 0xfb, 0x37, 0x49),
    +            LL(0xd8, 0xd8, 0x47, 0xd8, 0x8e, 0x9f, 0xad, 0x56),
    +            LL(0xfb, 0xfb, 0xcb, 0xfb, 0x8b, 0x30, 0xeb, 0x70),
    +            LL(0xee, 0xee, 0x9f, 0xee, 0x23, 0x71, 0xc1, 0xcd),
    +            LL(0x7c, 0x7c, 0xed, 0x7c, 0xc7, 0x91, 0xf8, 0xbb),
    +            LL(0x66, 0x66, 0x85, 0x66, 0x17, 0xe3, 0xcc, 0x71),
    +            LL(0xdd, 0xdd, 0x53, 0xdd, 0xa6, 0x8e, 0xa7, 0x7b),
    +            LL(0x17, 0x17, 0x5c, 0x17, 0xb8, 0x4b, 0x2e, 0xaf),
    +            LL(0x47, 0x47, 0x01, 0x47, 0x02, 0x46, 0x8e, 0x45),
    +            LL(0x9e, 0x9e, 0x42, 0x9e, 0x84, 0xdc, 0x21, 0x1a),
    +            LL(0xca, 0xca, 0x0f, 0xca, 0x1e, 0xc5, 0x89, 0xd4),
    +            LL(0x2d, 0x2d, 0xb4, 0x2d, 0x75, 0x99, 0x5a, 0x58),
    +            LL(0xbf, 0xbf, 0xc6, 0xbf, 0x91, 0x79, 0x63, 0x2e),
    +            LL(0x07, 0x07, 0x1c, 0x07, 0x38, 0x1b, 0x0e, 0x3f),
    +            LL(0xad, 0xad, 0x8e, 0xad, 0x01, 0x23, 0x47, 0xac),
    +            LL(0x5a, 0x5a, 0x75, 0x5a, 0xea, 0x2f, 0xb4, 0xb0),
    +            LL(0x83, 0x83, 0x36, 0x83, 0x6c, 0xb5, 0x1b, 0xef),
    +            LL(0x33, 0x33, 0xcc, 0x33, 0x85, 0xff, 0x66, 0xb6),
    +            LL(0x63, 0x63, 0x91, 0x63, 0x3f, 0xf2, 0xc6, 0x5c),
    +            LL(0x02, 0x02, 0x08, 0x02, 0x10, 0x0a, 0x04, 0x12),
    +            LL(0xaa, 0xaa, 0x92, 0xaa, 0x39, 0x38, 0x49, 0x93),
    +            LL(0x71, 0x71, 0xd9, 0x71, 0xaf, 0xa8, 0xe2, 0xde),
    +            LL(0xc8, 0xc8, 0x07, 0xc8, 0x0e, 0xcf, 0x8d, 0xc6),
    +            LL(0x19, 0x19, 0x64, 0x19, 0xc8, 0x7d, 0x32, 0xd1),
    +            LL(0x49, 0x49, 0x39, 0x49, 0x72, 0x70, 0x92, 0x3b),
    +            LL(0xd9, 0xd9, 0x43, 0xd9, 0x86, 0x9a, 0xaf, 0x5f),
    +            LL(0xf2, 0xf2, 0xef, 0xf2, 0xc3, 0x1d, 0xf9, 0x31),
    +            LL(0xe3, 0xe3, 0xab, 0xe3, 0x4b, 0x48, 0xdb, 0xa8),
    +            LL(0x5b, 0x5b, 0x71, 0x5b, 0xe2, 0x2a, 0xb6, 0xb9),
    +            LL(0x88, 0x88, 0x1a, 0x88, 0x34, 0x92, 0x0d, 0xbc),
    +            LL(0x9a, 0x9a, 0x52, 0x9a, 0xa4, 0xc8, 0x29, 0x3e),
    +            LL(0x26, 0x26, 0x98, 0x26, 0x2d, 0xbe, 0x4c, 0x0b),
    +            LL(0x32, 0x32, 0xc8, 0x32, 0x8d, 0xfa, 0x64, 0xbf),
    +            LL(0xb0, 0xb0, 0xfa, 0xb0, 0xe9, 0x4a, 0x7d, 0x59),
    +            LL(0xe9, 0xe9, 0x83, 0xe9, 0x1b, 0x6a, 0xcf, 0xf2),
    +            LL(0x0f, 0x0f, 0x3c, 0x0f, 0x78, 0x33, 0x1e, 0x77),
    +            LL(0xd5, 0xd5, 0x73, 0xd5, 0xe6, 0xa6, 0xb7, 0x33),
    +            LL(0x80, 0x80, 0x3a, 0x80, 0x74, 0xba, 0x1d, 0xf4),
    +            LL(0xbe, 0xbe, 0xc2, 0xbe, 0x99, 0x7c, 0x61, 0x27),
    +            LL(0xcd, 0xcd, 0x13, 0xcd, 0x26, 0xde, 0x87, 0xeb),
    +            LL(0x34, 0x34, 0xd0, 0x34, 0xbd, 0xe4, 0x68, 0x89),
    +            LL(0x48, 0x48, 0x3d, 0x48, 0x7a, 0x75, 0x90, 0x32),
    +            LL(0xff, 0xff, 0xdb, 0xff, 0xab, 0x24, 0xe3, 0x54),
    +            LL(0x7a, 0x7a, 0xf5, 0x7a, 0xf7, 0x8f, 0xf4, 0x8d),
    +            LL(0x90, 0x90, 0x7a, 0x90, 0xf4, 0xea, 0x3d, 0x64),
    +            LL(0x5f, 0x5f, 0x61, 0x5f, 0xc2, 0x3e, 0xbe, 0x9d),
    +            LL(0x20, 0x20, 0x80, 0x20, 0x1d, 0xa0, 0x40, 0x3d),
    +            LL(0x68, 0x68, 0xbd, 0x68, 0x67, 0xd5, 0xd0, 0x0f),
    +            LL(0x1a, 0x1a, 0x68, 0x1a, 0xd0, 0x72, 0x34, 0xca),
    +            LL(0xae, 0xae, 0x82, 0xae, 0x19, 0x2c, 0x41, 0xb7),
    +            LL(0xb4, 0xb4, 0xea, 0xb4, 0xc9, 0x5e, 0x75, 0x7d),
    +            LL(0x54, 0x54, 0x4d, 0x54, 0x9a, 0x19, 0xa8, 0xce),
    +            LL(0x93, 0x93, 0x76, 0x93, 0xec, 0xe5, 0x3b, 0x7f),
    +            LL(0x22, 0x22, 0x88, 0x22, 0x0d, 0xaa, 0x44, 0x2f),
    +            LL(0x64, 0x64, 0x8d, 0x64, 0x07, 0xe9, 0xc8, 0x63),
    +            LL(0xf1, 0xf1, 0xe3, 0xf1, 0xdb, 0x12, 0xff, 0x2a),
    +            LL(0x73, 0x73, 0xd1, 0x73, 0xbf, 0xa2, 0xe6, 0xcc),
    +            LL(0x12, 0x12, 0x48, 0x12, 0x90, 0x5a, 0x24, 0x82),
    +            LL(0x40, 0x40, 0x1d, 0x40, 0x3a, 0x5d, 0x80, 0x7a),
    +            LL(0x08, 0x08, 0x20, 0x08, 0x40, 0x28, 0x10, 0x48),
    +            LL(0xc3, 0xc3, 0x2b, 0xc3, 0x56, 0xe8, 0x9b, 0x95),
    +            LL(0xec, 0xec, 0x97, 0xec, 0x33, 0x7b, 0xc5, 0xdf),
    +            LL(0xdb, 0xdb, 0x4b, 0xdb, 0x96, 0x90, 0xab, 0x4d),
    +            LL(0xa1, 0xa1, 0xbe, 0xa1, 0x61, 0x1f, 0x5f, 0xc0),
    +            LL(0x8d, 0x8d, 0x0e, 0x8d, 0x1c, 0x83, 0x07, 0x91),
    +            LL(0x3d, 0x3d, 0xf4, 0x3d, 0xf5, 0xc9, 0x7a, 0xc8),
    +            LL(0x97, 0x97, 0x66, 0x97, 0xcc, 0xf1, 0x33, 0x5b),
    +            LL(0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00),
    +            LL(0xcf, 0xcf, 0x1b, 0xcf, 0x36, 0xd4, 0x83, 0xf9),
    +            LL(0x2b, 0x2b, 0xac, 0x2b, 0x45, 0x87, 0x56, 0x6e),
    +            LL(0x76, 0x76, 0xc5, 0x76, 0x97, 0xb3, 0xec, 0xe1),
    +            LL(0x82, 0x82, 0x32, 0x82, 0x64, 0xb0, 0x19, 0xe6),
    +            LL(0xd6, 0xd6, 0x7f, 0xd6, 0xfe, 0xa9, 0xb1, 0x28),
    +            LL(0x1b, 0x1b, 0x6c, 0x1b, 0xd8, 0x77, 0x36, 0xc3),
    +            LL(0xb5, 0xb5, 0xee, 0xb5, 0xc1, 0x5b, 0x77, 0x74),
    +            LL(0xaf, 0xaf, 0x86, 0xaf, 0x11, 0x29, 0x43, 0xbe),
    +            LL(0x6a, 0x6a, 0xb5, 0x6a, 0x77, 0xdf, 0xd4, 0x1d),
    +            LL(0x50, 0x50, 0x5d, 0x50, 0xba, 0x0d, 0xa0, 0xea),
    +            LL(0x45, 0x45, 0x09, 0x45, 0x12, 0x4c, 0x8a, 0x57),
    +            LL(0xf3, 0xf3, 0xeb, 0xf3, 0xcb, 0x18, 0xfb, 0x38),
    +            LL(0x30, 0x30, 0xc0, 0x30, 0x9d, 0xf0, 0x60, 0xad),
    +            LL(0xef, 0xef, 0x9b, 0xef, 0x2b, 0x74, 0xc3, 0xc4),
    +            LL(0x3f, 0x3f, 0xfc, 0x3f, 0xe5, 0xc3, 0x7e, 0xda),
    +            LL(0x55, 0x55, 0x49, 0x55, 0x92, 0x1c, 0xaa, 0xc7),
    +            LL(0xa2, 0xa2, 0xb2, 0xa2, 0x79, 0x10, 0x59, 0xdb),
    +            LL(0xea, 0xea, 0x8f, 0xea, 0x03, 0x65, 0xc9, 0xe9),
    +            LL(0x65, 0x65, 0x89, 0x65, 0x0f, 0xec, 0xca, 0x6a),
    +            LL(0xba, 0xba, 0xd2, 0xba, 0xb9, 0x68, 0x69, 0x03),
    +            LL(0x2f, 0x2f, 0xbc, 0x2f, 0x65, 0x93, 0x5e, 0x4a),
    +            LL(0xc0, 0xc0, 0x27, 0xc0, 0x4e, 0xe7, 0x9d, 0x8e),
    +            LL(0xde, 0xde, 0x5f, 0xde, 0xbe, 0x81, 0xa1, 0x60),
    +            LL(0x1c, 0x1c, 0x70, 0x1c, 0xe0, 0x6c, 0x38, 0xfc),
    +            LL(0xfd, 0xfd, 0xd3, 0xfd, 0xbb, 0x2e, 0xe7, 0x46),
    +            LL(0x4d, 0x4d, 0x29, 0x4d, 0x52, 0x64, 0x9a, 0x1f),
    +            LL(0x92, 0x92, 0x72, 0x92, 0xe4, 0xe0, 0x39, 0x76),
    +            LL(0x75, 0x75, 0xc9, 0x75, 0x8f, 0xbc, 0xea, 0xfa),
    +            LL(0x06, 0x06, 0x18, 0x06, 0x30, 0x1e, 0x0c, 0x36),
    +            LL(0x8a, 0x8a, 0x12, 0x8a, 0x24, 0x98, 0x09, 0xae),
    +            LL(0xb2, 0xb2, 0xf2, 0xb2, 0xf9, 0x40, 0x79, 0x4b),
    +            LL(0xe6, 0xe6, 0xbf, 0xe6, 0x63, 0x59, 0xd1, 0x85),
    +            LL(0x0e, 0x0e, 0x38, 0x0e, 0x70, 0x36, 0x1c, 0x7e),
    +            LL(0x1f, 0x1f, 0x7c, 0x1f, 0xf8, 0x63, 0x3e, 0xe7),
    +            LL(0x62, 0x62, 0x95, 0x62, 0x37, 0xf7, 0xc4, 0x55),
    +            LL(0xd4, 0xd4, 0x77, 0xd4, 0xee, 0xa3, 0xb5, 0x3a),
    +            LL(0xa8, 0xa8, 0x9a, 0xa8, 0x29, 0x32, 0x4d, 0x81),
    +            LL(0x96, 0x96, 0x62, 0x96, 0xc4, 0xf4, 0x31, 0x52),
    +            LL(0xf9, 0xf9, 0xc3, 0xf9, 0x9b, 0x3a, 0xef, 0x62),
    +            LL(0xc5, 0xc5, 0x33, 0xc5, 0x66, 0xf6, 0x97, 0xa3),
    +            LL(0x25, 0x25, 0x94, 0x25, 0x35, 0xb1, 0x4a, 0x10),
    +            LL(0x59, 0x59, 0x79, 0x59, 0xf2, 0x20, 0xb2, 0xab),
    +            LL(0x84, 0x84, 0x2a, 0x84, 0x54, 0xae, 0x15, 0xd0),
    +            LL(0x72, 0x72, 0xd5, 0x72, 0xb7, 0xa7, 0xe4, 0xc5),
    +            LL(0x39, 0x39, 0xe4, 0x39, 0xd5, 0xdd, 0x72, 0xec),
    +            LL(0x4c, 0x4c, 0x2d, 0x4c, 0x5a, 0x61, 0x98, 0x16),
    +            LL(0x5e, 0x5e, 0x65, 0x5e, 0xca, 0x3b, 0xbc, 0x94),
    +            LL(0x78, 0x78, 0xfd, 0x78, 0xe7, 0x85, 0xf0, 0x9f),
    +            LL(0x38, 0x38, 0xe0, 0x38, 0xdd, 0xd8, 0x70, 0xe5),
    +            LL(0x8c, 0x8c, 0x0a, 0x8c, 0x14, 0x86, 0x05, 0x98),
    +            LL(0xd1, 0xd1, 0x63, 0xd1, 0xc6, 0xb2, 0xbf, 0x17),
    +            LL(0xa5, 0xa5, 0xae, 0xa5, 0x41, 0x0b, 0x57, 0xe4),
    +            LL(0xe2, 0xe2, 0xaf, 0xe2, 0x43, 0x4d, 0xd9, 0xa1),
    +            LL(0x61, 0x61, 0x99, 0x61, 0x2f, 0xf8, 0xc2, 0x4e),
    +            LL(0xb3, 0xb3, 0xf6, 0xb3, 0xf1, 0x45, 0x7b, 0x42),
    +            LL(0x21, 0x21, 0x84, 0x21, 0x15, 0xa5, 0x42, 0x34),
    +            LL(0x9c, 0x9c, 0x4a, 0x9c, 0x94, 0xd6, 0x25, 0x08),
    +            LL(0x1e, 0x1e, 0x78, 0x1e, 0xf0, 0x66, 0x3c, 0xee),
    +            LL(0x43, 0x43, 0x11, 0x43, 0x22, 0x52, 0x86, 0x61),
    +            LL(0xc7, 0xc7, 0x3b, 0xc7, 0x76, 0xfc, 0x93, 0xb1),
    +            LL(0xfc, 0xfc, 0xd7, 0xfc, 0xb3, 0x2b, 0xe5, 0x4f),
    +            LL(0x04, 0x04, 0x10, 0x04, 0x20, 0x14, 0x08, 0x24),
    +            LL(0x51, 0x51, 0x59, 0x51, 0xb2, 0x08, 0xa2, 0xe3),
    +            LL(0x99, 0x99, 0x5e, 0x99, 0xbc, 0xc7, 0x2f, 0x25),
    +            LL(0x6d, 0x6d, 0xa9, 0x6d, 0x4f, 0xc4, 0xda, 0x22),
    +            LL(0x0d, 0x0d, 0x34, 0x0d, 0x68, 0x39, 0x1a, 0x65),
    +            LL(0xfa, 0xfa, 0xcf, 0xfa, 0x83, 0x35, 0xe9, 0x79),
    +            LL(0xdf, 0xdf, 0x5b, 0xdf, 0xb6, 0x84, 0xa3, 0x69),
    +            LL(0x7e, 0x7e, 0xe5, 0x7e, 0xd7, 0x9b, 0xfc, 0xa9),
    +            LL(0x24, 0x24, 0x90, 0x24, 0x3d, 0xb4, 0x48, 0x19),
    +            LL(0x3b, 0x3b, 0xec, 0x3b, 0xc5, 0xd7, 0x76, 0xfe),
    +            LL(0xab, 0xab, 0x96, 0xab, 0x31, 0x3d, 0x4b, 0x9a),
    +            LL(0xce, 0xce, 0x1f, 0xce, 0x3e, 0xd1, 0x81, 0xf0),
    +            LL(0x11, 0x11, 0x44, 0x11, 0x88, 0x55, 0x22, 0x99),
    +            LL(0x8f, 0x8f, 0x06, 0x8f, 0x0c, 0x89, 0x03, 0x83),
    +            LL(0x4e, 0x4e, 0x25, 0x4e, 0x4a, 0x6b, 0x9c, 0x04),
    +            LL(0xb7, 0xb7, 0xe6, 0xb7, 0xd1, 0x51, 0x73, 0x66),
    +            LL(0xeb, 0xeb, 0x8b, 0xeb, 0x0b, 0x60, 0xcb, 0xe0),
    +            LL(0x3c, 0x3c, 0xf0, 0x3c, 0xfd, 0xcc, 0x78, 0xc1),
    +            LL(0x81, 0x81, 0x3e, 0x81, 0x7c, 0xbf, 0x1f, 0xfd),
    +            LL(0x94, 0x94, 0x6a, 0x94, 0xd4, 0xfe, 0x35, 0x40),
    +            LL(0xf7, 0xf7, 0xfb, 0xf7, 0xeb, 0x0c, 0xf3, 0x1c),
    +            LL(0xb9, 0xb9, 0xde, 0xb9, 0xa1, 0x67, 0x6f, 0x18),
    +            LL(0x13, 0x13, 0x4c, 0x13, 0x98, 0x5f, 0x26, 0x8b),
    +            LL(0x2c, 0x2c, 0xb0, 0x2c, 0x7d, 0x9c, 0x58, 0x51),
    +            LL(0xd3, 0xd3, 0x6b, 0xd3, 0xd6, 0xb8, 0xbb, 0x05),
    +            LL(0xe7, 0xe7, 0xbb, 0xe7, 0x6b, 0x5c, 0xd3, 0x8c),
    +            LL(0x6e, 0x6e, 0xa5, 0x6e, 0x57, 0xcb, 0xdc, 0x39),
    +            LL(0xc4, 0xc4, 0x37, 0xc4, 0x6e, 0xf3, 0x95, 0xaa),
    +            LL(0x03, 0x03, 0x0c, 0x03, 0x18, 0x0f, 0x06, 0x1b),
    +            LL(0x56, 0x56, 0x45, 0x56, 0x8a, 0x13, 0xac, 0xdc),
    +            LL(0x44, 0x44, 0x0d, 0x44, 0x1a, 0x49, 0x88, 0x5e),
    +            LL(0x7f, 0x7f, 0xe1, 0x7f, 0xdf, 0x9e, 0xfe, 0xa0),
    +            LL(0xa9, 0xa9, 0x9e, 0xa9, 0x21, 0x37, 0x4f, 0x88),
    +            LL(0x2a, 0x2a, 0xa8, 0x2a, 0x4d, 0x82, 0x54, 0x67),
    +            LL(0xbb, 0xbb, 0xd6, 0xbb, 0xb1, 0x6d, 0x6b, 0x0a),
    +            LL(0xc1, 0xc1, 0x23, 0xc1, 0x46, 0xe2, 0x9f, 0x87),
    +            LL(0x53, 0x53, 0x51, 0x53, 0xa2, 0x02, 0xa6, 0xf1),
    +            LL(0xdc, 0xdc, 0x57, 0xdc, 0xae, 0x8b, 0xa5, 0x72),
    +            LL(0x0b, 0x0b, 0x2c, 0x0b, 0x58, 0x27, 0x16, 0x53),
    +            LL(0x9d, 0x9d, 0x4e, 0x9d, 0x9c, 0xd3, 0x27, 0x01),
    +            LL(0x6c, 0x6c, 0xad, 0x6c, 0x47, 0xc1, 0xd8, 0x2b),
    +            LL(0x31, 0x31, 0xc4, 0x31, 0x95, 0xf5, 0x62, 0xa4),
    +            LL(0x74, 0x74, 0xcd, 0x74, 0x87, 0xb9, 0xe8, 0xf3),
    +            LL(0xf6, 0xf6, 0xff, 0xf6, 0xe3, 0x09, 0xf1, 0x15),
    +            LL(0x46, 0x46, 0x05, 0x46, 0x0a, 0x43, 0x8c, 0x4c),
    +            LL(0xac, 0xac, 0x8a, 0xac, 0x09, 0x26, 0x45, 0xa5),
    +            LL(0x89, 0x89, 0x1e, 0x89, 0x3c, 0x97, 0x0f, 0xb5),
    +            LL(0x14, 0x14, 0x50, 0x14, 0xa0, 0x44, 0x28, 0xb4),
    +            LL(0xe1, 0xe1, 0xa3, 0xe1, 0x5b, 0x42, 0xdf, 0xba),
    +            LL(0x16, 0x16, 0x58, 0x16, 0xb0, 0x4e, 0x2c, 0xa6),
    +            LL(0x3a, 0x3a, 0xe8, 0x3a, 0xcd, 0xd2, 0x74, 0xf7),
    +            LL(0x69, 0x69, 0xb9, 0x69, 0x6f, 0xd0, 0xd2, 0x06),
    +            LL(0x09, 0x09, 0x24, 0x09, 0x48, 0x2d, 0x12, 0x41),
    +            LL(0x70, 0x70, 0xdd, 0x70, 0xa7, 0xad, 0xe0, 0xd7),
    +            LL(0xb6, 0xb6, 0xe2, 0xb6, 0xd9, 0x54, 0x71, 0x6f),
    +            LL(0xd0, 0xd0, 0x67, 0xd0, 0xce, 0xb7, 0xbd, 0x1e),
    +            LL(0xed, 0xed, 0x93, 0xed, 0x3b, 0x7e, 0xc7, 0xd6),
    +            LL(0xcc, 0xcc, 0x17, 0xcc, 0x2e, 0xdb, 0x85, 0xe2),
    +            LL(0x42, 0x42, 0x15, 0x42, 0x2a, 0x57, 0x84, 0x68),
    +            LL(0x98, 0x98, 0x5a, 0x98, 0xb4, 0xc2, 0x2d, 0x2c),
    +            LL(0xa4, 0xa4, 0xaa, 0xa4, 0x49, 0x0e, 0x55, 0xed),
    +            LL(0x28, 0x28, 0xa0, 0x28, 0x5d, 0x88, 0x50, 0x75),
    +            LL(0x5c, 0x5c, 0x6d, 0x5c, 0xda, 0x31, 0xb8, 0x86),
    +            LL(0xf8, 0xf8, 0xc7, 0xf8, 0x93, 0x3f, 0xed, 0x6b),
    +            LL(0x86, 0x86, 0x22, 0x86, 0x44, 0xa4, 0x11, 0xc2),
    +#define RC      (&(Cx.q[256*N]))
    +            0x18, 0x23, 0xc6, 0xe8, 0x87, 0xb8, 0x01, 0x4f,
    +            /* rc[ROUNDS] */
    +            0x36, 0xa6, 0xd2, 0xf5, 0x79, 0x6f, 0x91, 0x52, 0x60, 0xbc, 0x9b,
    +            0x8e, 0xa3, 0x0c, 0x7b, 0x35, 0x1d, 0xe0, 0xd7, 0xc2, 0x2e, 0x4b,
    +            0xfe, 0x57, 0x15, 0x77, 0x37, 0xe5, 0x9f, 0xf0, 0x4a, 0xda, 0x58,
    +            0xc9, 0x29, 0x0a, 0xb1, 0xa0, 0x6b, 0x85, 0xbd, 0x5d, 0x10, 0xf4,
    +            0xcb, 0x3e, 0x05, 0x67, 0xe4, 0x27, 0x41, 0x8b, 0xa7, 0x7d, 0x95,
    +            0xd8, 0xfb, 0xee, 0x7c, 0x66, 0xdd, 0x17, 0x47, 0x9e, 0xca, 0x2d,
    +            0xbf, 0x07, 0xad, 0x5a, 0x83, 0x33
    +        }
    +    };
    +
    +void whirlpool_block(WHIRLPOOL_CTX *ctx, const void *inp, size_t n)
    +{
    +    int r;
    +    const u8 *p = inp;
    +    union {
    +        u64 q[8];
    +        u8 c[64];
    +    } S, K, *H = (void *)ctx->H.q;
     
     #ifdef GO_FOR_MMX
    -	GO_FOR_MMX(ctx,inp,n);
    +    GO_FOR_MMX(ctx, inp, n);
     #endif
    -							do {
    +    do {
     #ifdef OPENSSL_SMALL_FOOTPRINT
    -	u64	L[8];
    -	int	i;
    -
    -	for (i=0;i<64;i++)	S.c[i] = (K.c[i] = H->c[i]) ^ p[i];
    -	for (r=0;rc[i] ^= S.c[i] ^ p[i];
    +        u64 L[8];
    +        int i;
    +
    +        for (i = 0; i < 64; i++)
    +            S.c[i] = (K.c[i] = H->c[i]) ^ p[i];
    +        for (r = 0; r < ROUNDS; r++) {
    +            for (i = 0; i < 8; i++) {
    +                L[i] = i ? 0 : RC[r];
    +                L[i] ^= C0(K, i) ^ C1(K, (i - 1) & 7) ^
    +                    C2(K, (i - 2) & 7) ^ C3(K, (i - 3) & 7) ^
    +                    C4(K, (i - 4) & 7) ^ C5(K, (i - 5) & 7) ^
    +                    C6(K, (i - 6) & 7) ^ C7(K, (i - 7) & 7);
    +            }
    +            memcpy(K.q, L, 64);
    +            for (i = 0; i < 8; i++) {
    +                L[i] ^= C0(S, i) ^ C1(S, (i - 1) & 7) ^
    +                    C2(S, (i - 2) & 7) ^ C3(S, (i - 3) & 7) ^
    +                    C4(S, (i - 4) & 7) ^ C5(S, (i - 5) & 7) ^
    +                    C6(S, (i - 6) & 7) ^ C7(S, (i - 7) & 7);
    +            }
    +            memcpy(S.q, L, 64);
    +        }
    +        for (i = 0; i < 64; i++)
    +            H->c[i] ^= S.c[i] ^ p[i];
     #else
    -	u64	L0,L1,L2,L3,L4,L5,L6,L7;
    -
    -#ifdef STRICT_ALIGNMENT
    -	if ((size_t)p & 7)
    -		{
    -		memcpy (S.c,p,64);
    -		S.q[0] ^= (K.q[0] = H->q[0]);
    -		S.q[1] ^= (K.q[1] = H->q[1]);
    -		S.q[2] ^= (K.q[2] = H->q[2]);
    -		S.q[3] ^= (K.q[3] = H->q[3]);
    -		S.q[4] ^= (K.q[4] = H->q[4]);
    -		S.q[5] ^= (K.q[5] = H->q[5]);
    -		S.q[6] ^= (K.q[6] = H->q[6]);
    -		S.q[7] ^= (K.q[7] = H->q[7]);
    -		}
    -	else
    -#endif
    -		{
    -		const u64 *pa = (const u64*)p;
    -		S.q[0] = (K.q[0] = H->q[0]) ^ pa[0];
    -		S.q[1] = (K.q[1] = H->q[1]) ^ pa[1];
    -		S.q[2] = (K.q[2] = H->q[2]) ^ pa[2];
    -		S.q[3] = (K.q[3] = H->q[3]) ^ pa[3];
    -		S.q[4] = (K.q[4] = H->q[4]) ^ pa[4];
    -		S.q[5] = (K.q[5] = H->q[5]) ^ pa[5];
    -		S.q[6] = (K.q[6] = H->q[6]) ^ pa[6];
    -		S.q[7] = (K.q[7] = H->q[7]) ^ pa[7];
    -		}
    -
    -	for(r=0;rc[i] ^= S.c[i] ^ p[i];
    -		}
    -	else
    -#endif
    -		{
    -		const u64 *pa=(const u64 *)p;
    -		H->q[0] ^= S.q[0] ^ pa[0];
    -		H->q[1] ^= S.q[1] ^ pa[1];
    -		H->q[2] ^= S.q[2] ^ pa[2];
    -		H->q[3] ^= S.q[3] ^ pa[3];
    -		H->q[4] ^= S.q[4] ^ pa[4];
    -		H->q[5] ^= S.q[5] ^ pa[5];
    -		H->q[6] ^= S.q[6] ^ pa[6];
    -		H->q[7] ^= S.q[7] ^ pa[7];
    -		}
    +        u64 L0, L1, L2, L3, L4, L5, L6, L7;
    +
    +# ifdef STRICT_ALIGNMENT
    +        if ((size_t)p & 7) {
    +            memcpy(S.c, p, 64);
    +            S.q[0] ^= (K.q[0] = H->q[0]);
    +            S.q[1] ^= (K.q[1] = H->q[1]);
    +            S.q[2] ^= (K.q[2] = H->q[2]);
    +            S.q[3] ^= (K.q[3] = H->q[3]);
    +            S.q[4] ^= (K.q[4] = H->q[4]);
    +            S.q[5] ^= (K.q[5] = H->q[5]);
    +            S.q[6] ^= (K.q[6] = H->q[6]);
    +            S.q[7] ^= (K.q[7] = H->q[7]);
    +        } else
    +# endif
    +        {
    +            const u64 *pa = (const u64 *)p;
    +            S.q[0] = (K.q[0] = H->q[0]) ^ pa[0];
    +            S.q[1] = (K.q[1] = H->q[1]) ^ pa[1];
    +            S.q[2] = (K.q[2] = H->q[2]) ^ pa[2];
    +            S.q[3] = (K.q[3] = H->q[3]) ^ pa[3];
    +            S.q[4] = (K.q[4] = H->q[4]) ^ pa[4];
    +            S.q[5] = (K.q[5] = H->q[5]) ^ pa[5];
    +            S.q[6] = (K.q[6] = H->q[6]) ^ pa[6];
    +            S.q[7] = (K.q[7] = H->q[7]) ^ pa[7];
    +        }
    +
    +        for (r = 0; r < ROUNDS; r++) {
    +# ifdef SMALL_REGISTER_BANK
    +            L0 = C0(K, 0) ^ C1(K, 7) ^ C2(K, 6) ^ C3(K, 5) ^
    +                C4(K, 4) ^ C5(K, 3) ^ C6(K, 2) ^ C7(K, 1) ^ RC[r];
    +            L1 = C0(K, 1) ^ C1(K, 0) ^ C2(K, 7) ^ C3(K, 6) ^
    +                C4(K, 5) ^ C5(K, 4) ^ C6(K, 3) ^ C7(K, 2);
    +            L2 = C0(K, 2) ^ C1(K, 1) ^ C2(K, 0) ^ C3(K, 7) ^
    +                C4(K, 6) ^ C5(K, 5) ^ C6(K, 4) ^ C7(K, 3);
    +            L3 = C0(K, 3) ^ C1(K, 2) ^ C2(K, 1) ^ C3(K, 0) ^
    +                C4(K, 7) ^ C5(K, 6) ^ C6(K, 5) ^ C7(K, 4);
    +            L4 = C0(K, 4) ^ C1(K, 3) ^ C2(K, 2) ^ C3(K, 1) ^
    +                C4(K, 0) ^ C5(K, 7) ^ C6(K, 6) ^ C7(K, 5);
    +            L5 = C0(K, 5) ^ C1(K, 4) ^ C2(K, 3) ^ C3(K, 2) ^
    +                C4(K, 1) ^ C5(K, 0) ^ C6(K, 7) ^ C7(K, 6);
    +            L6 = C0(K, 6) ^ C1(K, 5) ^ C2(K, 4) ^ C3(K, 3) ^
    +                C4(K, 2) ^ C5(K, 1) ^ C6(K, 0) ^ C7(K, 7);
    +            L7 = C0(K, 7) ^ C1(K, 6) ^ C2(K, 5) ^ C3(K, 4) ^
    +                C4(K, 3) ^ C5(K, 2) ^ C6(K, 1) ^ C7(K, 0);
    +
    +            K.q[0] = L0;
    +            K.q[1] = L1;
    +            K.q[2] = L2;
    +            K.q[3] = L3;
    +            K.q[4] = L4;
    +            K.q[5] = L5;
    +            K.q[6] = L6;
    +            K.q[7] = L7;
    +
    +            L0 ^= C0(S, 0) ^ C1(S, 7) ^ C2(S, 6) ^ C3(S, 5) ^
    +                C4(S, 4) ^ C5(S, 3) ^ C6(S, 2) ^ C7(S, 1);
    +            L1 ^= C0(S, 1) ^ C1(S, 0) ^ C2(S, 7) ^ C3(S, 6) ^
    +                C4(S, 5) ^ C5(S, 4) ^ C6(S, 3) ^ C7(S, 2);
    +            L2 ^= C0(S, 2) ^ C1(S, 1) ^ C2(S, 0) ^ C3(S, 7) ^
    +                C4(S, 6) ^ C5(S, 5) ^ C6(S, 4) ^ C7(S, 3);
    +            L3 ^= C0(S, 3) ^ C1(S, 2) ^ C2(S, 1) ^ C3(S, 0) ^
    +                C4(S, 7) ^ C5(S, 6) ^ C6(S, 5) ^ C7(S, 4);
    +            L4 ^= C0(S, 4) ^ C1(S, 3) ^ C2(S, 2) ^ C3(S, 1) ^
    +                C4(S, 0) ^ C5(S, 7) ^ C6(S, 6) ^ C7(S, 5);
    +            L5 ^= C0(S, 5) ^ C1(S, 4) ^ C2(S, 3) ^ C3(S, 2) ^
    +                C4(S, 1) ^ C5(S, 0) ^ C6(S, 7) ^ C7(S, 6);
    +            L6 ^= C0(S, 6) ^ C1(S, 5) ^ C2(S, 4) ^ C3(S, 3) ^
    +                C4(S, 2) ^ C5(S, 1) ^ C6(S, 0) ^ C7(S, 7);
    +            L7 ^= C0(S, 7) ^ C1(S, 6) ^ C2(S, 5) ^ C3(S, 4) ^
    +                C4(S, 3) ^ C5(S, 2) ^ C6(S, 1) ^ C7(S, 0);
    +
    +            S.q[0] = L0;
    +            S.q[1] = L1;
    +            S.q[2] = L2;
    +            S.q[3] = L3;
    +            S.q[4] = L4;
    +            S.q[5] = L5;
    +            S.q[6] = L6;
    +            S.q[7] = L7;
    +# else
    +            L0 = C0(K, 0);
    +            L1 = C1(K, 0);
    +            L2 = C2(K, 0);
    +            L3 = C3(K, 0);
    +            L4 = C4(K, 0);
    +            L5 = C5(K, 0);
    +            L6 = C6(K, 0);
    +            L7 = C7(K, 0);
    +            L0 ^= RC[r];
    +
    +            L1 ^= C0(K, 1);
    +            L2 ^= C1(K, 1);
    +            L3 ^= C2(K, 1);
    +            L4 ^= C3(K, 1);
    +            L5 ^= C4(K, 1);
    +            L6 ^= C5(K, 1);
    +            L7 ^= C6(K, 1);
    +            L0 ^= C7(K, 1);
    +
    +            L2 ^= C0(K, 2);
    +            L3 ^= C1(K, 2);
    +            L4 ^= C2(K, 2);
    +            L5 ^= C3(K, 2);
    +            L6 ^= C4(K, 2);
    +            L7 ^= C5(K, 2);
    +            L0 ^= C6(K, 2);
    +            L1 ^= C7(K, 2);
    +
    +            L3 ^= C0(K, 3);
    +            L4 ^= C1(K, 3);
    +            L5 ^= C2(K, 3);
    +            L6 ^= C3(K, 3);
    +            L7 ^= C4(K, 3);
    +            L0 ^= C5(K, 3);
    +            L1 ^= C6(K, 3);
    +            L2 ^= C7(K, 3);
    +
    +            L4 ^= C0(K, 4);
    +            L5 ^= C1(K, 4);
    +            L6 ^= C2(K, 4);
    +            L7 ^= C3(K, 4);
    +            L0 ^= C4(K, 4);
    +            L1 ^= C5(K, 4);
    +            L2 ^= C6(K, 4);
    +            L3 ^= C7(K, 4);
    +
    +            L5 ^= C0(K, 5);
    +            L6 ^= C1(K, 5);
    +            L7 ^= C2(K, 5);
    +            L0 ^= C3(K, 5);
    +            L1 ^= C4(K, 5);
    +            L2 ^= C5(K, 5);
    +            L3 ^= C6(K, 5);
    +            L4 ^= C7(K, 5);
    +
    +            L6 ^= C0(K, 6);
    +            L7 ^= C1(K, 6);
    +            L0 ^= C2(K, 6);
    +            L1 ^= C3(K, 6);
    +            L2 ^= C4(K, 6);
    +            L3 ^= C5(K, 6);
    +            L4 ^= C6(K, 6);
    +            L5 ^= C7(K, 6);
    +
    +            L7 ^= C0(K, 7);
    +            L0 ^= C1(K, 7);
    +            L1 ^= C2(K, 7);
    +            L2 ^= C3(K, 7);
    +            L3 ^= C4(K, 7);
    +            L4 ^= C5(K, 7);
    +            L5 ^= C6(K, 7);
    +            L6 ^= C7(K, 7);
    +
    +            K.q[0] = L0;
    +            K.q[1] = L1;
    +            K.q[2] = L2;
    +            K.q[3] = L3;
    +            K.q[4] = L4;
    +            K.q[5] = L5;
    +            K.q[6] = L6;
    +            K.q[7] = L7;
    +
    +            L0 ^= C0(S, 0);
    +            L1 ^= C1(S, 0);
    +            L2 ^= C2(S, 0);
    +            L3 ^= C3(S, 0);
    +            L4 ^= C4(S, 0);
    +            L5 ^= C5(S, 0);
    +            L6 ^= C6(S, 0);
    +            L7 ^= C7(S, 0);
    +
    +            L1 ^= C0(S, 1);
    +            L2 ^= C1(S, 1);
    +            L3 ^= C2(S, 1);
    +            L4 ^= C3(S, 1);
    +            L5 ^= C4(S, 1);
    +            L6 ^= C5(S, 1);
    +            L7 ^= C6(S, 1);
    +            L0 ^= C7(S, 1);
    +
    +            L2 ^= C0(S, 2);
    +            L3 ^= C1(S, 2);
    +            L4 ^= C2(S, 2);
    +            L5 ^= C3(S, 2);
    +            L6 ^= C4(S, 2);
    +            L7 ^= C5(S, 2);
    +            L0 ^= C6(S, 2);
    +            L1 ^= C7(S, 2);
    +
    +            L3 ^= C0(S, 3);
    +            L4 ^= C1(S, 3);
    +            L5 ^= C2(S, 3);
    +            L6 ^= C3(S, 3);
    +            L7 ^= C4(S, 3);
    +            L0 ^= C5(S, 3);
    +            L1 ^= C6(S, 3);
    +            L2 ^= C7(S, 3);
    +
    +            L4 ^= C0(S, 4);
    +            L5 ^= C1(S, 4);
    +            L6 ^= C2(S, 4);
    +            L7 ^= C3(S, 4);
    +            L0 ^= C4(S, 4);
    +            L1 ^= C5(S, 4);
    +            L2 ^= C6(S, 4);
    +            L3 ^= C7(S, 4);
    +
    +            L5 ^= C0(S, 5);
    +            L6 ^= C1(S, 5);
    +            L7 ^= C2(S, 5);
    +            L0 ^= C3(S, 5);
    +            L1 ^= C4(S, 5);
    +            L2 ^= C5(S, 5);
    +            L3 ^= C6(S, 5);
    +            L4 ^= C7(S, 5);
    +
    +            L6 ^= C0(S, 6);
    +            L7 ^= C1(S, 6);
    +            L0 ^= C2(S, 6);
    +            L1 ^= C3(S, 6);
    +            L2 ^= C4(S, 6);
    +            L3 ^= C5(S, 6);
    +            L4 ^= C6(S, 6);
    +            L5 ^= C7(S, 6);
    +
    +            L7 ^= C0(S, 7);
    +            L0 ^= C1(S, 7);
    +            L1 ^= C2(S, 7);
    +            L2 ^= C3(S, 7);
    +            L3 ^= C4(S, 7);
    +            L4 ^= C5(S, 7);
    +            L5 ^= C6(S, 7);
    +            L6 ^= C7(S, 7);
    +
    +            S.q[0] = L0;
    +            S.q[1] = L1;
    +            S.q[2] = L2;
    +            S.q[3] = L3;
    +            S.q[4] = L4;
    +            S.q[5] = L5;
    +            S.q[6] = L6;
    +            S.q[7] = L7;
    +# endif
    +        }
    +
    +# ifdef STRICT_ALIGNMENT
    +        if ((size_t)p & 7) {
    +            int i;
    +            for (i = 0; i < 64; i++)
    +                H->c[i] ^= S.c[i] ^ p[i];
    +        } else
    +# endif
    +        {
    +            const u64 *pa = (const u64 *)p;
    +            H->q[0] ^= S.q[0] ^ pa[0];
    +            H->q[1] ^= S.q[1] ^ pa[1];
    +            H->q[2] ^= S.q[2] ^ pa[2];
    +            H->q[3] ^= S.q[3] ^ pa[3];
    +            H->q[4] ^= S.q[4] ^ pa[4];
    +            H->q[5] ^= S.q[5] ^ pa[5];
    +            H->q[6] ^= S.q[6] ^ pa[6];
    +            H->q[7] ^= S.q[7] ^ pa[7];
    +        }
     #endif
    -							p += 64;
    -							} while(--n);
    -	}
    +        p += 64;
    +    } while (--n);
    +}
    diff --git a/openssl/crypto/whrlpool/wp_dgst.c b/openssl/crypto/whrlpool/wp_dgst.c
    index 7e28bef51..e33bb4f83 100644
    --- a/openssl/crypto/whrlpool/wp_dgst.c
    +++ b/openssl/crypto/whrlpool/wp_dgst.c
    @@ -56,210 +56,202 @@
     #include 
     
     fips_md_init(WHIRLPOOL)
    -	{
    -	memset (c,0,sizeof(*c));
    -	return(1);
    -	}
    +{
    +    memset(c, 0, sizeof(*c));
    +    return (1);
    +}
     
    -int WHIRLPOOL_Update	(WHIRLPOOL_CTX *c,const void *_inp,size_t bytes)
    -	{
    -	/* Well, largest suitable chunk size actually is
    -	 * (1<<(sizeof(size_t)*8-3))-64, but below number
    -	 * is large enough for not to care about excessive
    -	 * calls to WHIRLPOOL_BitUpdate... */
    -	size_t chunk = ((size_t)1)<<(sizeof(size_t)*8-4);
    -	const unsigned char *inp = _inp;
    +int WHIRLPOOL_Update(WHIRLPOOL_CTX *c, const void *_inp, size_t bytes)
    +{
    +    /*
    +     * Well, largest suitable chunk size actually is
    +     * (1<<(sizeof(size_t)*8-3))-64, but below number is large enough for not
    +     * to care about excessive calls to WHIRLPOOL_BitUpdate...
    +     */
    +    size_t chunk = ((size_t)1) << (sizeof(size_t) * 8 - 4);
    +    const unsigned char *inp = _inp;
     
    -	while (bytes>=chunk)
    -		{
    -		WHIRLPOOL_BitUpdate(c,inp,chunk*8);
    -		bytes -= chunk;
    -		inp   += chunk;
    -		}
    -	if (bytes)
    -		WHIRLPOOL_BitUpdate(c,inp,bytes*8);
    +    while (bytes >= chunk) {
    +        WHIRLPOOL_BitUpdate(c, inp, chunk * 8);
    +        bytes -= chunk;
    +        inp += chunk;
    +    }
    +    if (bytes)
    +        WHIRLPOOL_BitUpdate(c, inp, bytes * 8);
     
    -	return(1);
    -	}
    +    return (1);
    +}
     
    -void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c,const void *_inp,size_t bits)
    -	{
    -	size_t		n;
    -	unsigned int	bitoff = c->bitoff,
    -			bitrem = bitoff%8,
    -			inpgap = (8-(unsigned int)bits%8)&7;
    -	const unsigned char *inp=_inp;
    -
    -	/* This 256-bit increment procedure relies on the size_t
    -	 * being natural size of CPU register, so that we don't
    -	 * have to mask the value in order to detect overflows. */
    -	c->bitlen[0] += bits;
    -	if (c->bitlen[0] < bits)	/* overflow */
    -		{
    -		n = 1;
    -		do  { 	c->bitlen[n]++;
    -		    } while(c->bitlen[n]==0
    -		   	    && ++n<(WHIRLPOOL_COUNTER/sizeof(size_t)));
    -		}
    +void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c, const void *_inp, size_t bits)
    +{
    +    size_t n;
    +    unsigned int bitoff = c->bitoff,
    +        bitrem = bitoff % 8, inpgap = (8 - (unsigned int)bits % 8) & 7;
    +    const unsigned char *inp = _inp;
     
    +    /*
    +     * This 256-bit increment procedure relies on the size_t being natural
    +     * size of CPU register, so that we don't have to mask the value in order
    +     * to detect overflows.
    +     */
    +    c->bitlen[0] += bits;
    +    if (c->bitlen[0] < bits) {  /* overflow */
    +        n = 1;
    +        do {
    +            c->bitlen[n]++;
    +        } while (c->bitlen[n] == 0
    +                 && ++n < (WHIRLPOOL_COUNTER / sizeof(size_t)));
    +    }
     #ifndef OPENSSL_SMALL_FOOTPRINT
    -	reconsider:
    -	if (inpgap==0 && bitrem==0)	/* byte-oriented loop */
    -		{
    -		while (bits)
    -			{
    -			if (bitoff==0 && (n=bits/WHIRLPOOL_BBLOCK))
    -				{
    -				whirlpool_block(c,inp,n);
    -				inp  += n*WHIRLPOOL_BBLOCK/8;
    -				bits %= WHIRLPOOL_BBLOCK;
    -				}
    -			else
    -				{
    -				unsigned int byteoff = bitoff/8;
    + reconsider:
    +    if (inpgap == 0 && bitrem == 0) { /* byte-oriented loop */
    +        while (bits) {
    +            if (bitoff == 0 && (n = bits / WHIRLPOOL_BBLOCK)) {
    +                whirlpool_block(c, inp, n);
    +                inp += n * WHIRLPOOL_BBLOCK / 8;
    +                bits %= WHIRLPOOL_BBLOCK;
    +            } else {
    +                unsigned int byteoff = bitoff / 8;
     
    -				bitrem = WHIRLPOOL_BBLOCK - bitoff;/* re-use bitrem */
    -				if (bits >= bitrem)
    -					{
    -					bits -= bitrem;
    -					bitrem /= 8;
    -					memcpy(c->data+byteoff,inp,bitrem);
    -					inp  += bitrem;
    -					whirlpool_block(c,c->data,1);
    -					bitoff = 0;
    -					}
    -				else
    -					{
    -					memcpy(c->data+byteoff,inp,bits/8);
    -					bitoff += (unsigned int)bits;
    -					bits = 0;
    -					}
    -				c->bitoff = bitoff;
    -				}
    -			}
    -		}
    -	else				/* bit-oriented loop */
    +                bitrem = WHIRLPOOL_BBLOCK - bitoff; /* re-use bitrem */
    +                if (bits >= bitrem) {
    +                    bits -= bitrem;
    +                    bitrem /= 8;
    +                    memcpy(c->data + byteoff, inp, bitrem);
    +                    inp += bitrem;
    +                    whirlpool_block(c, c->data, 1);
    +                    bitoff = 0;
    +                } else {
    +                    memcpy(c->data + byteoff, inp, bits / 8);
    +                    bitoff += (unsigned int)bits;
    +                    bits = 0;
    +                }
    +                c->bitoff = bitoff;
    +            }
    +        }
    +    } else                      /* bit-oriented loop */
     #endif
    -		{
    -		/*
    -			   inp
    -			   |
    -			   +-------+-------+-------
    -			      |||||||||||||||||||||
    -			   +-------+-------+-------
    -		+-------+-------+-------+-------+-------
    -		||||||||||||||				c->data
    -		+-------+-------+-------+-------+-------
    -			|
    -			c->bitoff/8
    -		*/
    -		while (bits)
    -			{
    -			unsigned int	byteoff	= bitoff/8;
    -			unsigned char	b;
    +    {
    +        /*-
    +                   inp
    +                   |
    +                   +-------+-------+-------
    +                      |||||||||||||||||||||
    +                   +-------+-------+-------
    +        +-------+-------+-------+-------+-------
    +        ||||||||||||||                          c->data
    +        +-------+-------+-------+-------+-------
    +                |
    +                c->bitoff/8
    +        */
    +        while (bits) {
    +            unsigned int byteoff = bitoff / 8;
    +            unsigned char b;
     
     #ifndef OPENSSL_SMALL_FOOTPRINT
    -			if (bitrem==inpgap)
    -				{
    -				c->data[byteoff++] |= inp[0] & (0xff>>inpgap);
    -				inpgap = 8-inpgap;
    -				bitoff += inpgap;  bitrem = 0;	/* bitoff%8 */
    -				bits   -= inpgap;  inpgap = 0;	/* bits%8   */
    -				inp++;
    -				if (bitoff==WHIRLPOOL_BBLOCK)
    -					{
    -					whirlpool_block(c,c->data,1);
    -					bitoff = 0;
    -					}
    -				c->bitoff = bitoff;
    -				goto reconsider;
    -				}
    -			else
    +            if (bitrem == inpgap) {
    +                c->data[byteoff++] |= inp[0] & (0xff >> inpgap);
    +                inpgap = 8 - inpgap;
    +                bitoff += inpgap;
    +                bitrem = 0;     /* bitoff%8 */
    +                bits -= inpgap;
    +                inpgap = 0;     /* bits%8 */
    +                inp++;
    +                if (bitoff == WHIRLPOOL_BBLOCK) {
    +                    whirlpool_block(c, c->data, 1);
    +                    bitoff = 0;
    +                }
    +                c->bitoff = bitoff;
    +                goto reconsider;
    +            } else
     #endif
    -			if (bits>=8)
    -				{
    -				b  = ((inp[0]<>(8-inpgap)));
    -				b &= 0xff;
    -				if (bitrem)	c->data[byteoff++] |= b>>bitrem;
    -				else		c->data[byteoff++]  = b;
    -				bitoff += 8;
    -				bits   -= 8;
    -				inp++;
    -				if (bitoff>=WHIRLPOOL_BBLOCK)
    -					{
    -					whirlpool_block(c,c->data,1);
    -					byteoff  = 0;
    -					bitoff  %= WHIRLPOOL_BBLOCK;
    -					}
    -				if (bitrem)	c->data[byteoff] = b<<(8-bitrem);
    -				}
    -			else	/* remaining less than 8 bits */
    -				{
    -				b = (inp[0]<data[byteoff++] |= b>>bitrem;
    -				else		c->data[byteoff++]  = b;
    -				bitoff += (unsigned int)bits;
    -				if (bitoff==WHIRLPOOL_BBLOCK)
    -					{
    -					whirlpool_block(c,c->data,1);
    -					byteoff  = 0;
    -			        	bitoff  %= WHIRLPOOL_BBLOCK;
    -					}
    -				if (bitrem)	c->data[byteoff] = b<<(8-bitrem);
    -				bits = 0;
    -				}
    -			c->bitoff = bitoff;
    -			}
    -		}
    -	}
    +            if (bits >= 8) {
    +                b = ((inp[0] << inpgap) | (inp[1] >> (8 - inpgap)));
    +                b &= 0xff;
    +                if (bitrem)
    +                    c->data[byteoff++] |= b >> bitrem;
    +                else
    +                    c->data[byteoff++] = b;
    +                bitoff += 8;
    +                bits -= 8;
    +                inp++;
    +                if (bitoff >= WHIRLPOOL_BBLOCK) {
    +                    whirlpool_block(c, c->data, 1);
    +                    byteoff = 0;
    +                    bitoff %= WHIRLPOOL_BBLOCK;
    +                }
    +                if (bitrem)
    +                    c->data[byteoff] = b << (8 - bitrem);
    +            } else {            /* remaining less than 8 bits */
    +
    +                b = (inp[0] << inpgap) & 0xff;
    +                if (bitrem)
    +                    c->data[byteoff++] |= b >> bitrem;
    +                else
    +                    c->data[byteoff++] = b;
    +                bitoff += (unsigned int)bits;
    +                if (bitoff == WHIRLPOOL_BBLOCK) {
    +                    whirlpool_block(c, c->data, 1);
    +                    byteoff = 0;
    +                    bitoff %= WHIRLPOOL_BBLOCK;
    +                }
    +                if (bitrem)
    +                    c->data[byteoff] = b << (8 - bitrem);
    +                bits = 0;
    +            }
    +            c->bitoff = bitoff;
    +        }
    +    }
    +}
     
    -int WHIRLPOOL_Final	(unsigned char *md,WHIRLPOOL_CTX *c)
    -	{
    -	unsigned int	bitoff  = c->bitoff,
    -			byteoff = bitoff/8;
    -	size_t		i,j,v;
    -	unsigned char  *p;
    +int WHIRLPOOL_Final(unsigned char *md, WHIRLPOOL_CTX *c)
    +{
    +    unsigned int bitoff = c->bitoff, byteoff = bitoff / 8;
    +    size_t i, j, v;
    +    unsigned char *p;
     
    -	bitoff %= 8;
    -	if (bitoff)	c->data[byteoff] |= 0x80>>bitoff;
    -	else		c->data[byteoff]  = 0x80;
    -	byteoff++;
    +    bitoff %= 8;
    +    if (bitoff)
    +        c->data[byteoff] |= 0x80 >> bitoff;
    +    else
    +        c->data[byteoff] = 0x80;
    +    byteoff++;
     
    -	/* pad with zeros */
    -	if (byteoff > (WHIRLPOOL_BBLOCK/8-WHIRLPOOL_COUNTER))
    -		{
    -		if (byteoffdata[byteoff],0,WHIRLPOOL_BBLOCK/8-byteoff);
    -		whirlpool_block(c,c->data,1);
    -		byteoff = 0;
    -		}
    -	if (byteoff < (WHIRLPOOL_BBLOCK/8-WHIRLPOOL_COUNTER))
    -		memset(&c->data[byteoff],0,
    -			(WHIRLPOOL_BBLOCK/8-WHIRLPOOL_COUNTER)-byteoff);
    -	/* smash 256-bit c->bitlen in big-endian order */
    -	p = &c->data[WHIRLPOOL_BBLOCK/8-1];	/* last byte in c->data */
    -	for(i=0;ibitlen[i],j=0;j>=8)
    -			*p-- = (unsigned char)(v&0xff);
    +    /* pad with zeros */
    +    if (byteoff > (WHIRLPOOL_BBLOCK / 8 - WHIRLPOOL_COUNTER)) {
    +        if (byteoff < WHIRLPOOL_BBLOCK / 8)
    +            memset(&c->data[byteoff], 0, WHIRLPOOL_BBLOCK / 8 - byteoff);
    +        whirlpool_block(c, c->data, 1);
    +        byteoff = 0;
    +    }
    +    if (byteoff < (WHIRLPOOL_BBLOCK / 8 - WHIRLPOOL_COUNTER))
    +        memset(&c->data[byteoff], 0,
    +               (WHIRLPOOL_BBLOCK / 8 - WHIRLPOOL_COUNTER) - byteoff);
    +    /* smash 256-bit c->bitlen in big-endian order */
    +    p = &c->data[WHIRLPOOL_BBLOCK / 8 - 1]; /* last byte in c->data */
    +    for (i = 0; i < WHIRLPOOL_COUNTER / sizeof(size_t); i++)
    +        for (v = c->bitlen[i], j = 0; j < sizeof(size_t); j++, v >>= 8)
    +            *p-- = (unsigned char)(v & 0xff);
     
    -	whirlpool_block(c,c->data,1);
    +    whirlpool_block(c, c->data, 1);
     
    -	if (md)	{
    -		memcpy(md,c->H.c,WHIRLPOOL_DIGEST_LENGTH);
    -		memset(c,0,sizeof(*c));
    -		return(1);
    -		}
    -	return(0);
    -	}
    +    if (md) {
    +        memcpy(md, c->H.c, WHIRLPOOL_DIGEST_LENGTH);
    +        memset(c, 0, sizeof(*c));
    +        return (1);
    +    }
    +    return (0);
    +}
     
    -unsigned char *WHIRLPOOL(const void *inp, size_t bytes,unsigned char *md)
    -	{
    -	WHIRLPOOL_CTX ctx;
    -	static unsigned char m[WHIRLPOOL_DIGEST_LENGTH];
    +unsigned char *WHIRLPOOL(const void *inp, size_t bytes, unsigned char *md)
    +{
    +    WHIRLPOOL_CTX ctx;
    +    static unsigned char m[WHIRLPOOL_DIGEST_LENGTH];
     
    -	if (md == NULL) md=m;
    -	WHIRLPOOL_Init(&ctx);
    -	WHIRLPOOL_Update(&ctx,inp,bytes);
    -	WHIRLPOOL_Final(md,&ctx);
    -	return(md);
    -	}
    +    if (md == NULL)
    +        md = m;
    +    WHIRLPOOL_Init(&ctx);
    +    WHIRLPOOL_Update(&ctx, inp, bytes);
    +    WHIRLPOOL_Final(md, &ctx);
    +    return (md);
    +}
    diff --git a/openssl/crypto/whrlpool/wp_locl.h b/openssl/crypto/whrlpool/wp_locl.h
    index 94e56a39f..6e7b549e1 100644
    --- a/openssl/crypto/whrlpool/wp_locl.h
    +++ b/openssl/crypto/whrlpool/wp_locl.h
    @@ -1,3 +1,3 @@
     #include 
     
    -void whirlpool_block(WHIRLPOOL_CTX *,const void *,size_t);
    +void whirlpool_block(WHIRLPOOL_CTX *, const void *, size_t);
    diff --git a/openssl/crypto/whrlpool/wp_test.c b/openssl/crypto/whrlpool/wp_test.c
    index c68c2c62c..2ea6251a5 100644
    --- a/openssl/crypto/whrlpool/wp_test.c
    +++ b/openssl/crypto/whrlpool/wp_test.c
    @@ -13,216 +13,229 @@
     int main(int argc, char *argv[])
     {
         printf("No Whirlpool support\n");
    -    return(0);
    +    return (0);
     }
     #else
     
     /* ISO/IEC 10118-3 test vector set */
     unsigned char iso_test_1[WHIRLPOOL_DIGEST_LENGTH] = {
    -	0x19,0xFA,0x61,0xD7,0x55,0x22,0xA4,0x66,
    -	0x9B,0x44,0xE3,0x9C,0x1D,0x2E,0x17,0x26,
    -	0xC5,0x30,0x23,0x21,0x30,0xD4,0x07,0xF8,
    -	0x9A,0xFE,0xE0,0x96,0x49,0x97,0xF7,0xA7,
    -	0x3E,0x83,0xBE,0x69,0x8B,0x28,0x8F,0xEB,
    -	0xCF,0x88,0xE3,0xE0,0x3C,0x4F,0x07,0x57,
    -	0xEA,0x89,0x64,0xE5,0x9B,0x63,0xD9,0x37,
    -	0x08,0xB1,0x38,0xCC,0x42,0xA6,0x6E,0xB3 };
    +    0x19, 0xFA, 0x61, 0xD7, 0x55, 0x22, 0xA4, 0x66,
    +    0x9B, 0x44, 0xE3, 0x9C, 0x1D, 0x2E, 0x17, 0x26,
    +    0xC5, 0x30, 0x23, 0x21, 0x30, 0xD4, 0x07, 0xF8,
    +    0x9A, 0xFE, 0xE0, 0x96, 0x49, 0x97, 0xF7, 0xA7,
    +    0x3E, 0x83, 0xBE, 0x69, 0x8B, 0x28, 0x8F, 0xEB,
    +    0xCF, 0x88, 0xE3, 0xE0, 0x3C, 0x4F, 0x07, 0x57,
    +    0xEA, 0x89, 0x64, 0xE5, 0x9B, 0x63, 0xD9, 0x37,
    +    0x08, 0xB1, 0x38, 0xCC, 0x42, 0xA6, 0x6E, 0xB3
    +};
     
     unsigned char iso_test_2[WHIRLPOOL_DIGEST_LENGTH] = {
    -	0x8A,0xCA,0x26,0x02,0x79,0x2A,0xEC,0x6F,
    -	0x11,0xA6,0x72,0x06,0x53,0x1F,0xB7,0xD7,
    -	0xF0,0xDF,0xF5,0x94,0x13,0x14,0x5E,0x69,
    -	0x73,0xC4,0x50,0x01,0xD0,0x08,0x7B,0x42,
    -	0xD1,0x1B,0xC6,0x45,0x41,0x3A,0xEF,0xF6,
    -	0x3A,0x42,0x39,0x1A,0x39,0x14,0x5A,0x59,
    -	0x1A,0x92,0x20,0x0D,0x56,0x01,0x95,0xE5,
    -	0x3B,0x47,0x85,0x84,0xFD,0xAE,0x23,0x1A };
    +    0x8A, 0xCA, 0x26, 0x02, 0x79, 0x2A, 0xEC, 0x6F,
    +    0x11, 0xA6, 0x72, 0x06, 0x53, 0x1F, 0xB7, 0xD7,
    +    0xF0, 0xDF, 0xF5, 0x94, 0x13, 0x14, 0x5E, 0x69,
    +    0x73, 0xC4, 0x50, 0x01, 0xD0, 0x08, 0x7B, 0x42,
    +    0xD1, 0x1B, 0xC6, 0x45, 0x41, 0x3A, 0xEF, 0xF6,
    +    0x3A, 0x42, 0x39, 0x1A, 0x39, 0x14, 0x5A, 0x59,
    +    0x1A, 0x92, 0x20, 0x0D, 0x56, 0x01, 0x95, 0xE5,
    +    0x3B, 0x47, 0x85, 0x84, 0xFD, 0xAE, 0x23, 0x1A
    +};
     
     unsigned char iso_test_3[WHIRLPOOL_DIGEST_LENGTH] = {
    -	0x4E,0x24,0x48,0xA4,0xC6,0xF4,0x86,0xBB,
    -	0x16,0xB6,0x56,0x2C,0x73,0xB4,0x02,0x0B,
    -	0xF3,0x04,0x3E,0x3A,0x73,0x1B,0xCE,0x72,
    -	0x1A,0xE1,0xB3,0x03,0xD9,0x7E,0x6D,0x4C,
    -	0x71,0x81,0xEE,0xBD,0xB6,0xC5,0x7E,0x27,
    -	0x7D,0x0E,0x34,0x95,0x71,0x14,0xCB,0xD6,
    -	0xC7,0x97,0xFC,0x9D,0x95,0xD8,0xB5,0x82,
    -	0xD2,0x25,0x29,0x20,0x76,0xD4,0xEE,0xF5 };
    +    0x4E, 0x24, 0x48, 0xA4, 0xC6, 0xF4, 0x86, 0xBB,
    +    0x16, 0xB6, 0x56, 0x2C, 0x73, 0xB4, 0x02, 0x0B,
    +    0xF3, 0x04, 0x3E, 0x3A, 0x73, 0x1B, 0xCE, 0x72,
    +    0x1A, 0xE1, 0xB3, 0x03, 0xD9, 0x7E, 0x6D, 0x4C,
    +    0x71, 0x81, 0xEE, 0xBD, 0xB6, 0xC5, 0x7E, 0x27,
    +    0x7D, 0x0E, 0x34, 0x95, 0x71, 0x14, 0xCB, 0xD6,
    +    0xC7, 0x97, 0xFC, 0x9D, 0x95, 0xD8, 0xB5, 0x82,
    +    0xD2, 0x25, 0x29, 0x20, 0x76, 0xD4, 0xEE, 0xF5
    +};
     
     unsigned char iso_test_4[WHIRLPOOL_DIGEST_LENGTH] = {
    -	0x37,0x8C,0x84,0xA4,0x12,0x6E,0x2D,0xC6,
    -	0xE5,0x6D,0xCC,0x74,0x58,0x37,0x7A,0xAC,
    -	0x83,0x8D,0x00,0x03,0x22,0x30,0xF5,0x3C,
    -	0xE1,0xF5,0x70,0x0C,0x0F,0xFB,0x4D,0x3B,
    -	0x84,0x21,0x55,0x76,0x59,0xEF,0x55,0xC1,
    -	0x06,0xB4,0xB5,0x2A,0xC5,0xA4,0xAA,0xA6,
    -	0x92,0xED,0x92,0x00,0x52,0x83,0x8F,0x33,
    -	0x62,0xE8,0x6D,0xBD,0x37,0xA8,0x90,0x3E };
    +    0x37, 0x8C, 0x84, 0xA4, 0x12, 0x6E, 0x2D, 0xC6,
    +    0xE5, 0x6D, 0xCC, 0x74, 0x58, 0x37, 0x7A, 0xAC,
    +    0x83, 0x8D, 0x00, 0x03, 0x22, 0x30, 0xF5, 0x3C,
    +    0xE1, 0xF5, 0x70, 0x0C, 0x0F, 0xFB, 0x4D, 0x3B,
    +    0x84, 0x21, 0x55, 0x76, 0x59, 0xEF, 0x55, 0xC1,
    +    0x06, 0xB4, 0xB5, 0x2A, 0xC5, 0xA4, 0xAA, 0xA6,
    +    0x92, 0xED, 0x92, 0x00, 0x52, 0x83, 0x8F, 0x33,
    +    0x62, 0xE8, 0x6D, 0xBD, 0x37, 0xA8, 0x90, 0x3E
    +};
     
     unsigned char iso_test_5[WHIRLPOOL_DIGEST_LENGTH] = {
    -	0xF1,0xD7,0x54,0x66,0x26,0x36,0xFF,0xE9,
    -	0x2C,0x82,0xEB,0xB9,0x21,0x2A,0x48,0x4A,
    -	0x8D,0x38,0x63,0x1E,0xAD,0x42,0x38,0xF5,
    -	0x44,0x2E,0xE1,0x3B,0x80,0x54,0xE4,0x1B,
    -	0x08,0xBF,0x2A,0x92,0x51,0xC3,0x0B,0x6A,
    -	0x0B,0x8A,0xAE,0x86,0x17,0x7A,0xB4,0xA6,
    -	0xF6,0x8F,0x67,0x3E,0x72,0x07,0x86,0x5D,
    -	0x5D,0x98,0x19,0xA3,0xDB,0xA4,0xEB,0x3B };
    +    0xF1, 0xD7, 0x54, 0x66, 0x26, 0x36, 0xFF, 0xE9,
    +    0x2C, 0x82, 0xEB, 0xB9, 0x21, 0x2A, 0x48, 0x4A,
    +    0x8D, 0x38, 0x63, 0x1E, 0xAD, 0x42, 0x38, 0xF5,
    +    0x44, 0x2E, 0xE1, 0x3B, 0x80, 0x54, 0xE4, 0x1B,
    +    0x08, 0xBF, 0x2A, 0x92, 0x51, 0xC3, 0x0B, 0x6A,
    +    0x0B, 0x8A, 0xAE, 0x86, 0x17, 0x7A, 0xB4, 0xA6,
    +    0xF6, 0x8F, 0x67, 0x3E, 0x72, 0x07, 0x86, 0x5D,
    +    0x5D, 0x98, 0x19, 0xA3, 0xDB, 0xA4, 0xEB, 0x3B
    +};
     
     unsigned char iso_test_6[WHIRLPOOL_DIGEST_LENGTH] = {
    -	0xDC,0x37,0xE0,0x08,0xCF,0x9E,0xE6,0x9B,
    -	0xF1,0x1F,0x00,0xED,0x9A,0xBA,0x26,0x90,
    -	0x1D,0xD7,0xC2,0x8C,0xDE,0xC0,0x66,0xCC,
    -	0x6A,0xF4,0x2E,0x40,0xF8,0x2F,0x3A,0x1E,
    -	0x08,0xEB,0xA2,0x66,0x29,0x12,0x9D,0x8F,
    -	0xB7,0xCB,0x57,0x21,0x1B,0x92,0x81,0xA6,
    -	0x55,0x17,0xCC,0x87,0x9D,0x7B,0x96,0x21,
    -	0x42,0xC6,0x5F,0x5A,0x7A,0xF0,0x14,0x67 };
    +    0xDC, 0x37, 0xE0, 0x08, 0xCF, 0x9E, 0xE6, 0x9B,
    +    0xF1, 0x1F, 0x00, 0xED, 0x9A, 0xBA, 0x26, 0x90,
    +    0x1D, 0xD7, 0xC2, 0x8C, 0xDE, 0xC0, 0x66, 0xCC,
    +    0x6A, 0xF4, 0x2E, 0x40, 0xF8, 0x2F, 0x3A, 0x1E,
    +    0x08, 0xEB, 0xA2, 0x66, 0x29, 0x12, 0x9D, 0x8F,
    +    0xB7, 0xCB, 0x57, 0x21, 0x1B, 0x92, 0x81, 0xA6,
    +    0x55, 0x17, 0xCC, 0x87, 0x9D, 0x7B, 0x96, 0x21,
    +    0x42, 0xC6, 0x5F, 0x5A, 0x7A, 0xF0, 0x14, 0x67
    +};
     
     unsigned char iso_test_7[WHIRLPOOL_DIGEST_LENGTH] = {
    -	0x46,0x6E,0xF1,0x8B,0xAB,0xB0,0x15,0x4D,
    -	0x25,0xB9,0xD3,0x8A,0x64,0x14,0xF5,0xC0,
    -	0x87,0x84,0x37,0x2B,0xCC,0xB2,0x04,0xD6,
    -	0x54,0x9C,0x4A,0xFA,0xDB,0x60,0x14,0x29,
    -	0x4D,0x5B,0xD8,0xDF,0x2A,0x6C,0x44,0xE5,
    -	0x38,0xCD,0x04,0x7B,0x26,0x81,0xA5,0x1A,
    -	0x2C,0x60,0x48,0x1E,0x88,0xC5,0xA2,0x0B,
    -	0x2C,0x2A,0x80,0xCF,0x3A,0x9A,0x08,0x3B };
    +    0x46, 0x6E, 0xF1, 0x8B, 0xAB, 0xB0, 0x15, 0x4D,
    +    0x25, 0xB9, 0xD3, 0x8A, 0x64, 0x14, 0xF5, 0xC0,
    +    0x87, 0x84, 0x37, 0x2B, 0xCC, 0xB2, 0x04, 0xD6,
    +    0x54, 0x9C, 0x4A, 0xFA, 0xDB, 0x60, 0x14, 0x29,
    +    0x4D, 0x5B, 0xD8, 0xDF, 0x2A, 0x6C, 0x44, 0xE5,
    +    0x38, 0xCD, 0x04, 0x7B, 0x26, 0x81, 0xA5, 0x1A,
    +    0x2C, 0x60, 0x48, 0x1E, 0x88, 0xC5, 0xA2, 0x0B,
    +    0x2C, 0x2A, 0x80, 0xCF, 0x3A, 0x9A, 0x08, 0x3B
    +};
     
     unsigned char iso_test_8[WHIRLPOOL_DIGEST_LENGTH] = {
    -	0x2A,0x98,0x7E,0xA4,0x0F,0x91,0x70,0x61,
    -	0xF5,0xD6,0xF0,0xA0,0xE4,0x64,0x4F,0x48,
    -	0x8A,0x7A,0x5A,0x52,0xDE,0xEE,0x65,0x62,
    -	0x07,0xC5,0x62,0xF9,0x88,0xE9,0x5C,0x69,
    -	0x16,0xBD,0xC8,0x03,0x1B,0xC5,0xBE,0x1B,
    -	0x7B,0x94,0x76,0x39,0xFE,0x05,0x0B,0x56,
    -	0x93,0x9B,0xAA,0xA0,0xAD,0xFF,0x9A,0xE6,
    -	0x74,0x5B,0x7B,0x18,0x1C,0x3B,0xE3,0xFD };
    +    0x2A, 0x98, 0x7E, 0xA4, 0x0F, 0x91, 0x70, 0x61,
    +    0xF5, 0xD6, 0xF0, 0xA0, 0xE4, 0x64, 0x4F, 0x48,
    +    0x8A, 0x7A, 0x5A, 0x52, 0xDE, 0xEE, 0x65, 0x62,
    +    0x07, 0xC5, 0x62, 0xF9, 0x88, 0xE9, 0x5C, 0x69,
    +    0x16, 0xBD, 0xC8, 0x03, 0x1B, 0xC5, 0xBE, 0x1B,
    +    0x7B, 0x94, 0x76, 0x39, 0xFE, 0x05, 0x0B, 0x56,
    +    0x93, 0x9B, 0xAA, 0xA0, 0xAD, 0xFF, 0x9A, 0xE6,
    +    0x74, 0x5B, 0x7B, 0x18, 0x1C, 0x3B, 0xE3, 0xFD
    +};
     
     unsigned char iso_test_9[WHIRLPOOL_DIGEST_LENGTH] = {
    -	0x0C,0x99,0x00,0x5B,0xEB,0x57,0xEF,0xF5,
    -	0x0A,0x7C,0xF0,0x05,0x56,0x0D,0xDF,0x5D,
    -	0x29,0x05,0x7F,0xD8,0x6B,0x20,0xBF,0xD6,
    -	0x2D,0xEC,0xA0,0xF1,0xCC,0xEA,0x4A,0xF5,
    -	0x1F,0xC1,0x54,0x90,0xED,0xDC,0x47,0xAF,
    -	0x32,0xBB,0x2B,0x66,0xC3,0x4F,0xF9,0xAD,
    -	0x8C,0x60,0x08,0xAD,0x67,0x7F,0x77,0x12,
    -	0x69,0x53,0xB2,0x26,0xE4,0xED,0x8B,0x01 };
    -
    -int main (int argc,char *argv[])
    -{ unsigned char md[WHIRLPOOL_DIGEST_LENGTH];
    -  int		i;
    -  WHIRLPOOL_CTX	ctx;
    -
    -#ifdef OPENSSL_IA32_SSE2
    -    /* Alternative to this is to call OpenSSL_add_all_algorithms...
    -     * The below code is retained exclusively for debugging purposes. */
    -    { char      *env;
    -
    -	if ((env=getenv("OPENSSL_ia32cap")))
    -	    OPENSSL_ia32cap = strtoul (env,NULL,0);
    -    }
    -#endif
    +    0x0C, 0x99, 0x00, 0x5B, 0xEB, 0x57, 0xEF, 0xF5,
    +    0x0A, 0x7C, 0xF0, 0x05, 0x56, 0x0D, 0xDF, 0x5D,
    +    0x29, 0x05, 0x7F, 0xD8, 0x6B, 0x20, 0xBF, 0xD6,
    +    0x2D, 0xEC, 0xA0, 0xF1, 0xCC, 0xEA, 0x4A, 0xF5,
    +    0x1F, 0xC1, 0x54, 0x90, 0xED, 0xDC, 0x47, 0xAF,
    +    0x32, 0xBB, 0x2B, 0x66, 0xC3, 0x4F, 0xF9, 0xAD,
    +    0x8C, 0x60, 0x08, 0xAD, 0x67, 0x7F, 0x77, 0x12,
    +    0x69, 0x53, 0xB2, 0x26, 0xE4, 0xED, 0x8B, 0x01
    +};
     
    -    fprintf(stdout,"Testing Whirlpool ");
    -
    -    WHIRLPOOL("",0,md);
    -    if (memcmp(md,iso_test_1,sizeof(iso_test_1)))
    -    {   fflush(stdout);
    -	fprintf(stderr,"\nTEST 1 of 9 failed.\n");
    -	return 1;
    -    }
    -    else
    -	fprintf(stdout,"."); fflush(stdout);
    -
    -    WHIRLPOOL("a",1,md);
    -    if (memcmp(md,iso_test_2,sizeof(iso_test_2)))
    -    {   fflush(stdout);
    -	fprintf(stderr,"\nTEST 2 of 9 failed.\n");
    -	return 1;
    -    }
    -    else
    -	fprintf(stdout,"."); fflush(stdout);
    -
    -    WHIRLPOOL("abc",3,md);
    -    if (memcmp(md,iso_test_3,sizeof(iso_test_3)))
    -    {   fflush(stdout);
    -	fprintf(stderr,"\nTEST 3 of 9 failed.\n");
    -	return 1;
    -    }
    -    else
    -	fprintf(stdout,"."); fflush(stdout);
    -
    -    WHIRLPOOL("message digest",14,md);
    -    if (memcmp(md,iso_test_4,sizeof(iso_test_4)))
    -    {   fflush(stdout);
    -	fprintf(stderr,"\nTEST 4 of 9 failed.\n");
    -	return 1;
    -    }
    -    else
    -	fprintf(stdout,"."); fflush(stdout);
    -
    -    WHIRLPOOL("abcdefghijklmnopqrstuvwxyz",26,md);
    -    if (memcmp(md,iso_test_5,sizeof(iso_test_5)))
    -    {   fflush(stdout);
    -	fprintf(stderr,"\nTEST 5 of 9 failed.\n");
    -	return 1;
    -    }
    -    else
    -	fprintf(stdout,"."); fflush(stdout);
    -
    -    WHIRLPOOL(	"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
    -		"abcdefghijklmnopqrstuvwxyz"
    -		"0123456789",62,md);
    -    if (memcmp(md,iso_test_6,sizeof(iso_test_6)))
    -    {   fflush(stdout);
    -	fprintf(stderr,"\nTEST 6 of 9 failed.\n");
    -	return 1;
    -    }
    -    else
    -	fprintf(stdout,"."); fflush(stdout);
    -
    -    WHIRLPOOL(	"1234567890""1234567890""1234567890""1234567890"
    -		"1234567890""1234567890""1234567890""1234567890",80,md);
    -    if (memcmp(md,iso_test_7,sizeof(iso_test_7)))
    -    {   fflush(stdout);
    -	fprintf(stderr,"\nTEST 7 of 9 failed.\n");
    -	return 1;
    -    }
    -    else
    -	fprintf(stdout,"."); fflush(stdout);
    -
    -    WHIRLPOOL("abcdbcdecdefdefgefghfghighijhijk",32,md);
    -    if (memcmp(md,iso_test_8,sizeof(iso_test_8)))
    -    {   fflush(stdout);
    -	fprintf(stderr,"\nTEST 8 of 9 failed.\n");
    -	return 1;
    -    }
    -    else
    -	fprintf(stdout,"."); fflush(stdout);
    - 
    -    WHIRLPOOL_Init (&ctx);
    -    for (i=0;i<1000000;i+=288)
    -	WHIRLPOOL_Update (&ctx,	"aaaaaaaa""aaaaaaaa""aaaaaaaa""aaaaaaaa"
    -				"aaaaaaaa""aaaaaaaa""aaaaaaaa""aaaaaaaa"
    -				"aaaaaaaa""aaaaaaaa""aaaaaaaa""aaaaaaaa"
    -				"aaaaaaaa""aaaaaaaa""aaaaaaaa""aaaaaaaa"
    -				"aaaaaaaa""aaaaaaaa""aaaaaaaa""aaaaaaaa"
    -				"aaaaaaaa""aaaaaaaa""aaaaaaaa""aaaaaaaa"
    -				"aaaaaaaa""aaaaaaaa""aaaaaaaa""aaaaaaaa"
    -				"aaaaaaaa""aaaaaaaa""aaaaaaaa""aaaaaaaa"
    -				"aaaaaaaa""aaaaaaaa""aaaaaaaa""aaaaaaaa",
    -				(1000000-i)<288?1000000-i:288);
    -    WHIRLPOOL_Final (md,&ctx);
    -    if (memcmp(md,iso_test_9,sizeof(iso_test_9)))
    -    {   fflush(stdout);
    -	fprintf(stderr,"\nTEST 9 of 9 failed.\n");
    -	return 1;
    +int main(int argc, char *argv[])
    +{
    +    unsigned char md[WHIRLPOOL_DIGEST_LENGTH];
    +    int i;
    +    WHIRLPOOL_CTX ctx;
    +
    +# ifdef OPENSSL_IA32_SSE2
    +    /*
    +     * Alternative to this is to call OpenSSL_add_all_algorithms... The below
    +     * code is retained exclusively for debugging purposes.
    +     */
    +    {
    +        char *env;
    +
    +        if ((env = getenv("OPENSSL_ia32cap")))
    +            OPENSSL_ia32cap = strtoul(env, NULL, 0);
         }
    -    else
    -	fprintf(stdout,"."); fflush(stdout);
    -
    -    fprintf(stdout," passed.\n"); fflush(stdout);
    -
    -  return 0;
    +# endif
    +
    +    fprintf(stdout, "Testing Whirlpool ");
    +
    +    WHIRLPOOL("", 0, md);
    +    if (memcmp(md, iso_test_1, sizeof(iso_test_1))) {
    +        fflush(stdout);
    +        fprintf(stderr, "\nTEST 1 of 9 failed.\n");
    +        return 1;
    +    } else
    +        fprintf(stdout, ".");
    +    fflush(stdout);
    +
    +    WHIRLPOOL("a", 1, md);
    +    if (memcmp(md, iso_test_2, sizeof(iso_test_2))) {
    +        fflush(stdout);
    +        fprintf(stderr, "\nTEST 2 of 9 failed.\n");
    +        return 1;
    +    } else
    +        fprintf(stdout, ".");
    +    fflush(stdout);
    +
    +    WHIRLPOOL("abc", 3, md);
    +    if (memcmp(md, iso_test_3, sizeof(iso_test_3))) {
    +        fflush(stdout);
    +        fprintf(stderr, "\nTEST 3 of 9 failed.\n");
    +        return 1;
    +    } else
    +        fprintf(stdout, ".");
    +    fflush(stdout);
    +
    +    WHIRLPOOL("message digest", 14, md);
    +    if (memcmp(md, iso_test_4, sizeof(iso_test_4))) {
    +        fflush(stdout);
    +        fprintf(stderr, "\nTEST 4 of 9 failed.\n");
    +        return 1;
    +    } else
    +        fprintf(stdout, ".");
    +    fflush(stdout);
    +
    +    WHIRLPOOL("abcdefghijklmnopqrstuvwxyz", 26, md);
    +    if (memcmp(md, iso_test_5, sizeof(iso_test_5))) {
    +        fflush(stdout);
    +        fprintf(stderr, "\nTEST 5 of 9 failed.\n");
    +        return 1;
    +    } else
    +        fprintf(stdout, ".");
    +    fflush(stdout);
    +
    +    WHIRLPOOL("ABCDEFGHIJKLMNOPQRSTUVWXYZ"
    +              "abcdefghijklmnopqrstuvwxyz" "0123456789", 62, md);
    +    if (memcmp(md, iso_test_6, sizeof(iso_test_6))) {
    +        fflush(stdout);
    +        fprintf(stderr, "\nTEST 6 of 9 failed.\n");
    +        return 1;
    +    } else
    +        fprintf(stdout, ".");
    +    fflush(stdout);
    +
    +    WHIRLPOOL("1234567890" "1234567890" "1234567890" "1234567890"
    +              "1234567890" "1234567890" "1234567890" "1234567890", 80, md);
    +    if (memcmp(md, iso_test_7, sizeof(iso_test_7))) {
    +        fflush(stdout);
    +        fprintf(stderr, "\nTEST 7 of 9 failed.\n");
    +        return 1;
    +    } else
    +        fprintf(stdout, ".");
    +    fflush(stdout);
    +
    +    WHIRLPOOL("abcdbcdecdefdefgefghfghighijhijk", 32, md);
    +    if (memcmp(md, iso_test_8, sizeof(iso_test_8))) {
    +        fflush(stdout);
    +        fprintf(stderr, "\nTEST 8 of 9 failed.\n");
    +        return 1;
    +    } else
    +        fprintf(stdout, ".");
    +    fflush(stdout);
    +
    +    WHIRLPOOL_Init(&ctx);
    +    for (i = 0; i < 1000000; i += 288)
    +        WHIRLPOOL_Update(&ctx, "aaaaaaaa" "aaaaaaaa" "aaaaaaaa" "aaaaaaaa"
    +                         "aaaaaaaa" "aaaaaaaa" "aaaaaaaa" "aaaaaaaa"
    +                         "aaaaaaaa" "aaaaaaaa" "aaaaaaaa" "aaaaaaaa"
    +                         "aaaaaaaa" "aaaaaaaa" "aaaaaaaa" "aaaaaaaa"
    +                         "aaaaaaaa" "aaaaaaaa" "aaaaaaaa" "aaaaaaaa"
    +                         "aaaaaaaa" "aaaaaaaa" "aaaaaaaa" "aaaaaaaa"
    +                         "aaaaaaaa" "aaaaaaaa" "aaaaaaaa" "aaaaaaaa"
    +                         "aaaaaaaa" "aaaaaaaa" "aaaaaaaa" "aaaaaaaa"
    +                         "aaaaaaaa" "aaaaaaaa" "aaaaaaaa" "aaaaaaaa",
    +                         (1000000 - i) < 288 ? 1000000 - i : 288);
    +    WHIRLPOOL_Final(md, &ctx);
    +    if (memcmp(md, iso_test_9, sizeof(iso_test_9))) {
    +        fflush(stdout);
    +        fprintf(stderr, "\nTEST 9 of 9 failed.\n");
    +        return 1;
    +    } else
    +        fprintf(stdout, ".");
    +    fflush(stdout);
    +
    +    fprintf(stdout, " passed.\n");
    +    fflush(stdout);
    +
    +    return 0;
     }
     #endif
    diff --git a/openssl/crypto/x509/Makefile b/openssl/crypto/x509/Makefile
    index 72c82278f..cfbb59c37 100644
    --- a/openssl/crypto/x509/Makefile
    +++ b/openssl/crypto/x509/Makefile
    @@ -33,7 +33,7 @@ LIBOBJ= x509_def.o x509_d2.o x509_r2x.o x509_cmp.o \
     SRC= $(LIBSRC)
     
     EXHEADER= x509.h x509_vfy.h
    -HEADER=	$(EXHEADER)
    +HEADER=	$(EXHEADER) vpm_int.h
     
     ALL=    $(GENERAL) $(SRC) $(HEADER)
     
    @@ -312,7 +312,7 @@ x509_vfy.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
     x509_vfy.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
     x509_vfy.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
     x509_vfy.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
    -x509_vfy.o: ../cryptlib.h x509_vfy.c
    +x509_vfy.o: ../cryptlib.h vpm_int.h x509_vfy.c
     x509_vpm.o: ../../e_os.h ../../include/openssl/asn1.h
     x509_vpm.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
     x509_vpm.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
    @@ -326,7 +326,7 @@ x509_vpm.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
     x509_vpm.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
     x509_vpm.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
     x509_vpm.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
    -x509_vpm.o: ../cryptlib.h x509_vpm.c
    +x509_vpm.o: ../cryptlib.h vpm_int.h x509_vpm.c
     x509cset.o: ../../e_os.h ../../include/openssl/asn1.h
     x509cset.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
     x509cset.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
    @@ -393,15 +393,17 @@ x509type.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
     x509type.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
     x509type.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509type.c
     x_all.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
    -x_all.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
    -x_all.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
    -x_all.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
    -x_all.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
    -x_all.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
    -x_all.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
    +x_all.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
    +x_all.o: ../../include/openssl/crypto.h ../../include/openssl/dsa.h
    +x_all.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
    +x_all.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
    +x_all.o: ../../include/openssl/err.h ../../include/openssl/evp.h
    +x_all.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
    +x_all.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
     x_all.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
     x_all.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
     x_all.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
     x_all.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
     x_all.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
    -x_all.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x_all.c
    +x_all.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
    +x_all.o: ../cryptlib.h x_all.c
    diff --git a/openssl/crypto/x509/by_dir.c b/openssl/crypto/x509/by_dir.c
    index c6602dae4..9ee8f8d85 100644
    --- a/openssl/crypto/x509/by_dir.c
    +++ b/openssl/crypto/x509/by_dir.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -72,409 +72,365 @@
     #include 
     #include 
     
    +typedef struct lookup_dir_hashes_st {
    +    unsigned long hash;
    +    int suffix;
    +} BY_DIR_HASH;
     
    -typedef struct lookup_dir_hashes_st
    -	{
    -	unsigned long hash;
    -	int suffix;
    -	} BY_DIR_HASH;
    -
    -typedef struct lookup_dir_entry_st
    -	{
    -	char *dir;
    -	int dir_type;
    -	STACK_OF(BY_DIR_HASH) *hashes;
    -	} BY_DIR_ENTRY;
    +typedef struct lookup_dir_entry_st {
    +    char *dir;
    +    int dir_type;
    +    STACK_OF(BY_DIR_HASH) *hashes;
    +} BY_DIR_ENTRY;
     
    -typedef struct lookup_dir_st
    -	{
    -	BUF_MEM *buffer;
    -	STACK_OF(BY_DIR_ENTRY) *dirs;
    -	} BY_DIR;
    +typedef struct lookup_dir_st {
    +    BUF_MEM *buffer;
    +    STACK_OF(BY_DIR_ENTRY) *dirs;
    +} BY_DIR;
     
     DECLARE_STACK_OF(BY_DIR_HASH)
     DECLARE_STACK_OF(BY_DIR_ENTRY)
     
     static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl,
    -	char **ret);
    +                    char **ret);
     static int new_dir(X509_LOOKUP *lu);
     static void free_dir(X509_LOOKUP *lu);
    -static int add_cert_dir(BY_DIR *ctx,const char *dir,int type);
    -static int get_cert_by_subject(X509_LOOKUP *xl,int type,X509_NAME *name,
    -	X509_OBJECT *ret);
    -X509_LOOKUP_METHOD x509_dir_lookup=
    -	{
    -	"Load certs from files in a directory",
    -	new_dir,		/* new */
    -	free_dir,		/* free */
    -	NULL, 			/* init */
    -	NULL,			/* shutdown */
    -	dir_ctrl,		/* ctrl */
    -	get_cert_by_subject,	/* get_by_subject */
    -	NULL,			/* get_by_issuer_serial */
    -	NULL,			/* get_by_fingerprint */
    -	NULL,			/* get_by_alias */
    -	};
    +static int add_cert_dir(BY_DIR *ctx, const char *dir, int type);
    +static int get_cert_by_subject(X509_LOOKUP *xl, int type, X509_NAME *name,
    +                               X509_OBJECT *ret);
    +X509_LOOKUP_METHOD x509_dir_lookup = {
    +    "Load certs from files in a directory",
    +    new_dir,                    /* new */
    +    free_dir,                   /* free */
    +    NULL,                       /* init */
    +    NULL,                       /* shutdown */
    +    dir_ctrl,                   /* ctrl */
    +    get_cert_by_subject,        /* get_by_subject */
    +    NULL,                       /* get_by_issuer_serial */
    +    NULL,                       /* get_by_fingerprint */
    +    NULL,                       /* get_by_alias */
    +};
     
     X509_LOOKUP_METHOD *X509_LOOKUP_hash_dir(void)
    -	{
    -	return(&x509_dir_lookup);
    -	}
    +{
    +    return (&x509_dir_lookup);
    +}
     
     static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl,
    -	     char **retp)
    -	{
    -	int ret=0;
    -	BY_DIR *ld;
    -	char *dir = NULL;
    -
    -	ld=(BY_DIR *)ctx->method_data;
    -
    -	switch (cmd)
    -		{
    -	case X509_L_ADD_DIR:
    -		if (argl == X509_FILETYPE_DEFAULT)
    -			{
    -			dir=(char *)getenv(X509_get_default_cert_dir_env());
    -			if (dir)
    -				ret=add_cert_dir(ld,dir,X509_FILETYPE_PEM);
    -			else
    -				ret=add_cert_dir(ld,X509_get_default_cert_dir(),
    -					X509_FILETYPE_PEM);
    -			if (!ret)
    -				{
    -				X509err(X509_F_DIR_CTRL,X509_R_LOADING_CERT_DIR);
    -				}
    -			}
    -		else
    -			ret=add_cert_dir(ld,argp,(int)argl);
    -		break;
    -		}
    -	return(ret);
    -	}
    +                    char **retp)
    +{
    +    int ret = 0;
    +    BY_DIR *ld;
    +    char *dir = NULL;
    +
    +    ld = (BY_DIR *)ctx->method_data;
    +
    +    switch (cmd) {
    +    case X509_L_ADD_DIR:
    +        if (argl == X509_FILETYPE_DEFAULT) {
    +            dir = (char *)getenv(X509_get_default_cert_dir_env());
    +            if (dir)
    +                ret = add_cert_dir(ld, dir, X509_FILETYPE_PEM);
    +            else
    +                ret = add_cert_dir(ld, X509_get_default_cert_dir(),
    +                                   X509_FILETYPE_PEM);
    +            if (!ret) {
    +                X509err(X509_F_DIR_CTRL, X509_R_LOADING_CERT_DIR);
    +            }
    +        } else
    +            ret = add_cert_dir(ld, argp, (int)argl);
    +        break;
    +    }
    +    return (ret);
    +}
     
     static int new_dir(X509_LOOKUP *lu)
    -	{
    -	BY_DIR *a;
    -
    -	if ((a=(BY_DIR *)OPENSSL_malloc(sizeof(BY_DIR))) == NULL)
    -		return(0);
    -	if ((a->buffer=BUF_MEM_new()) == NULL)
    -		{
    -		OPENSSL_free(a);
    -		return(0);
    -		}
    -	a->dirs=NULL;
    -	lu->method_data=(char *)a;
    -	return(1);
    -	}
    +{
    +    BY_DIR *a;
    +
    +    if ((a = (BY_DIR *)OPENSSL_malloc(sizeof(BY_DIR))) == NULL)
    +        return (0);
    +    if ((a->buffer = BUF_MEM_new()) == NULL) {
    +        OPENSSL_free(a);
    +        return (0);
    +    }
    +    a->dirs = NULL;
    +    lu->method_data = (char *)a;
    +    return (1);
    +}
     
     static void by_dir_hash_free(BY_DIR_HASH *hash)
    -	{
    -	OPENSSL_free(hash);
    -	}
    -
    -static int by_dir_hash_cmp(const BY_DIR_HASH * const *a,
    -			const BY_DIR_HASH * const *b)
    -	{
    -	if ((*a)->hash > (*b)->hash)
    -		return 1;
    -	if ((*a)->hash < (*b)->hash)
    -		return -1;
    -	return 0;
    -	}
    +{
    +    OPENSSL_free(hash);
    +}
    +
    +static int by_dir_hash_cmp(const BY_DIR_HASH *const *a,
    +                           const BY_DIR_HASH *const *b)
    +{
    +    if ((*a)->hash > (*b)->hash)
    +        return 1;
    +    if ((*a)->hash < (*b)->hash)
    +        return -1;
    +    return 0;
    +}
     
     static void by_dir_entry_free(BY_DIR_ENTRY *ent)
    -	{
    -	if (ent->dir)
    -		OPENSSL_free(ent->dir);
    -	if (ent->hashes)
    -		sk_BY_DIR_HASH_pop_free(ent->hashes, by_dir_hash_free);
    -	OPENSSL_free(ent);
    -	}
    +{
    +    if (ent->dir)
    +        OPENSSL_free(ent->dir);
    +    if (ent->hashes)
    +        sk_BY_DIR_HASH_pop_free(ent->hashes, by_dir_hash_free);
    +    OPENSSL_free(ent);
    +}
     
     static void free_dir(X509_LOOKUP *lu)
    -	{
    -	BY_DIR *a;
    +{
    +    BY_DIR *a;
     
    -	a=(BY_DIR *)lu->method_data;
    -	if (a->dirs != NULL)
    -		sk_BY_DIR_ENTRY_pop_free(a->dirs, by_dir_entry_free);
    -	if (a->buffer != NULL)
    -		BUF_MEM_free(a->buffer);
    -	OPENSSL_free(a);
    -	}
    +    a = (BY_DIR *)lu->method_data;
    +    if (a->dirs != NULL)
    +        sk_BY_DIR_ENTRY_pop_free(a->dirs, by_dir_entry_free);
    +    if (a->buffer != NULL)
    +        BUF_MEM_free(a->buffer);
    +    OPENSSL_free(a);
    +}
     
     static int add_cert_dir(BY_DIR *ctx, const char *dir, int type)
    -	{
    -	int j,len;
    -	const char *s,*ss,*p;
    -
    -	if (dir == NULL || !*dir)
    -	    {
    -	    X509err(X509_F_ADD_CERT_DIR,X509_R_INVALID_DIRECTORY);
    -	    return 0;
    -	    }
    -
    -	s=dir;
    -	p=s;
    -	do
    -		{
    -		if ((*p == LIST_SEPARATOR_CHAR) || (*p == '\0'))
    -			{
    -			BY_DIR_ENTRY *ent;
    -			ss=s;
    -			s=p+1;
    -			len=(int)(p-ss);
    -			if (len == 0) continue;
    -			for (j=0; j < sk_BY_DIR_ENTRY_num(ctx->dirs); j++)
    -				{
    -				ent = sk_BY_DIR_ENTRY_value(ctx->dirs, j);
    -				if (strlen(ent->dir) == (size_t)len &&
    -				    strncmp(ent->dir,ss,(unsigned int)len) == 0)
    -					break;
    -				}
    -			if (j < sk_BY_DIR_ENTRY_num(ctx->dirs))
    -				continue;
    -			if (ctx->dirs == NULL)
    -				{
    -				ctx->dirs = sk_BY_DIR_ENTRY_new_null();
    -				if (!ctx->dirs)
    -					{
    -					X509err(X509_F_ADD_CERT_DIR,ERR_R_MALLOC_FAILURE);
    -					return 0;
    -					}
    -				}
    -			ent = OPENSSL_malloc(sizeof(BY_DIR_ENTRY));
    -			if (!ent)
    -				return 0;
    -			ent->dir_type = type;
    -			ent->hashes = sk_BY_DIR_HASH_new(by_dir_hash_cmp);
    -			ent->dir = OPENSSL_malloc((unsigned int)len+1);
    -			if (!ent->dir || !ent->hashes)
    -				{
    -				by_dir_entry_free(ent);
    -				return 0;
    -				}
    -			strncpy(ent->dir,ss,(unsigned int)len);
    -			ent->dir[len] = '\0';
    -			if (!sk_BY_DIR_ENTRY_push(ctx->dirs, ent))
    -				{
    -				by_dir_entry_free(ent);
    -				return 0;
    -				}
    -			}
    -		} while (*p++ != '\0');
    -	return 1;
    -	}
    +{
    +    int j, len;
    +    const char *s, *ss, *p;
    +
    +    if (dir == NULL || !*dir) {
    +        X509err(X509_F_ADD_CERT_DIR, X509_R_INVALID_DIRECTORY);
    +        return 0;
    +    }
    +
    +    s = dir;
    +    p = s;
    +    do {
    +        if ((*p == LIST_SEPARATOR_CHAR) || (*p == '\0')) {
    +            BY_DIR_ENTRY *ent;
    +            ss = s;
    +            s = p + 1;
    +            len = (int)(p - ss);
    +            if (len == 0)
    +                continue;
    +            for (j = 0; j < sk_BY_DIR_ENTRY_num(ctx->dirs); j++) {
    +                ent = sk_BY_DIR_ENTRY_value(ctx->dirs, j);
    +                if (strlen(ent->dir) == (size_t)len &&
    +                    strncmp(ent->dir, ss, (unsigned int)len) == 0)
    +                    break;
    +            }
    +            if (j < sk_BY_DIR_ENTRY_num(ctx->dirs))
    +                continue;
    +            if (ctx->dirs == NULL) {
    +                ctx->dirs = sk_BY_DIR_ENTRY_new_null();
    +                if (!ctx->dirs) {
    +                    X509err(X509_F_ADD_CERT_DIR, ERR_R_MALLOC_FAILURE);
    +                    return 0;
    +                }
    +            }
    +            ent = OPENSSL_malloc(sizeof(BY_DIR_ENTRY));
    +            if (!ent)
    +                return 0;
    +            ent->dir_type = type;
    +            ent->hashes = sk_BY_DIR_HASH_new(by_dir_hash_cmp);
    +            ent->dir = OPENSSL_malloc((unsigned int)len + 1);
    +            if (!ent->dir || !ent->hashes) {
    +                by_dir_entry_free(ent);
    +                return 0;
    +            }
    +            strncpy(ent->dir, ss, (unsigned int)len);
    +            ent->dir[len] = '\0';
    +            if (!sk_BY_DIR_ENTRY_push(ctx->dirs, ent)) {
    +                by_dir_entry_free(ent);
    +                return 0;
    +            }
    +        }
    +    } while (*p++ != '\0');
    +    return 1;
    +}
     
     static int get_cert_by_subject(X509_LOOKUP *xl, int type, X509_NAME *name,
    -	     X509_OBJECT *ret)
    -	{
    -	BY_DIR *ctx;
    -	union	{
    -		struct	{
    -			X509 st_x509;
    -			X509_CINF st_x509_cinf;
    -			} x509;
    -		struct	{
    -			X509_CRL st_crl;
    -			X509_CRL_INFO st_crl_info;
    -			} crl;
    -		} data;
    -	int ok=0;
    -	int i,j,k;
    -	unsigned long h;
    -	BUF_MEM *b=NULL;
    -	X509_OBJECT stmp,*tmp;
    -	const char *postfix="";
    -
    -	if (name == NULL) return(0);
    -
    -	stmp.type=type;
    -	if (type == X509_LU_X509)
    -		{
    -		data.x509.st_x509.cert_info= &data.x509.st_x509_cinf;
    -		data.x509.st_x509_cinf.subject=name;
    -		stmp.data.x509= &data.x509.st_x509;
    -		postfix="";
    -		}
    -	else if (type == X509_LU_CRL)
    -		{
    -		data.crl.st_crl.crl= &data.crl.st_crl_info;
    -		data.crl.st_crl_info.issuer=name;
    -		stmp.data.crl= &data.crl.st_crl;
    -		postfix="r";
    -		}
    -	else
    -		{
    -		X509err(X509_F_GET_CERT_BY_SUBJECT,X509_R_WRONG_LOOKUP_TYPE);
    -		goto finish;
    -		}
    -
    -	if ((b=BUF_MEM_new()) == NULL)
    -		{
    -		X509err(X509_F_GET_CERT_BY_SUBJECT,ERR_R_BUF_LIB);
    -		goto finish;
    -		}
    -	
    -	ctx=(BY_DIR *)xl->method_data;
    -
    -	h=X509_NAME_hash(name);
    -	for (i=0; i < sk_BY_DIR_ENTRY_num(ctx->dirs); i++)
    -		{
    -		BY_DIR_ENTRY *ent;
    -		int idx;
    -		BY_DIR_HASH htmp, *hent;
    -		ent = sk_BY_DIR_ENTRY_value(ctx->dirs, i);
    -		j=strlen(ent->dir)+1+8+6+1+1;
    -		if (!BUF_MEM_grow(b,j))
    -			{
    -			X509err(X509_F_GET_CERT_BY_SUBJECT,ERR_R_MALLOC_FAILURE);
    -			goto finish;
    -			}
    -		if (type == X509_LU_CRL && ent->hashes)
    -			{
    -			htmp.hash = h;
    -			CRYPTO_r_lock(CRYPTO_LOCK_X509_STORE);
    -			idx = sk_BY_DIR_HASH_find(ent->hashes, &htmp);
    -			if (idx >= 0)
    -				{
    -				hent = sk_BY_DIR_HASH_value(ent->hashes, idx);
    -				k = hent->suffix;
    -				}
    -			else
    -				{
    -				hent = NULL;
    -				k=0;
    -				}
    -			CRYPTO_r_unlock(CRYPTO_LOCK_X509_STORE);
    -			}
    -		else
    -			{
    -			k = 0;
    -			hent = NULL;
    -			}
    -		for (;;)
    -			{
    -			char c = '/';
    +                               X509_OBJECT *ret)
    +{
    +    BY_DIR *ctx;
    +    union {
    +        struct {
    +            X509 st_x509;
    +            X509_CINF st_x509_cinf;
    +        } x509;
    +        struct {
    +            X509_CRL st_crl;
    +            X509_CRL_INFO st_crl_info;
    +        } crl;
    +    } data;
    +    int ok = 0;
    +    int i, j, k;
    +    unsigned long h;
    +    BUF_MEM *b = NULL;
    +    X509_OBJECT stmp, *tmp;
    +    const char *postfix = "";
    +
    +    if (name == NULL)
    +        return (0);
    +
    +    stmp.type = type;
    +    if (type == X509_LU_X509) {
    +        data.x509.st_x509.cert_info = &data.x509.st_x509_cinf;
    +        data.x509.st_x509_cinf.subject = name;
    +        stmp.data.x509 = &data.x509.st_x509;
    +        postfix = "";
    +    } else if (type == X509_LU_CRL) {
    +        data.crl.st_crl.crl = &data.crl.st_crl_info;
    +        data.crl.st_crl_info.issuer = name;
    +        stmp.data.crl = &data.crl.st_crl;
    +        postfix = "r";
    +    } else {
    +        X509err(X509_F_GET_CERT_BY_SUBJECT, X509_R_WRONG_LOOKUP_TYPE);
    +        goto finish;
    +    }
    +
    +    if ((b = BUF_MEM_new()) == NULL) {
    +        X509err(X509_F_GET_CERT_BY_SUBJECT, ERR_R_BUF_LIB);
    +        goto finish;
    +    }
    +
    +    ctx = (BY_DIR *)xl->method_data;
    +
    +    h = X509_NAME_hash(name);
    +    for (i = 0; i < sk_BY_DIR_ENTRY_num(ctx->dirs); i++) {
    +        BY_DIR_ENTRY *ent;
    +        int idx;
    +        BY_DIR_HASH htmp, *hent;
    +        ent = sk_BY_DIR_ENTRY_value(ctx->dirs, i);
    +        j = strlen(ent->dir) + 1 + 8 + 6 + 1 + 1;
    +        if (!BUF_MEM_grow(b, j)) {
    +            X509err(X509_F_GET_CERT_BY_SUBJECT, ERR_R_MALLOC_FAILURE);
    +            goto finish;
    +        }
    +        if (type == X509_LU_CRL && ent->hashes) {
    +            htmp.hash = h;
    +            CRYPTO_r_lock(CRYPTO_LOCK_X509_STORE);
    +            idx = sk_BY_DIR_HASH_find(ent->hashes, &htmp);
    +            if (idx >= 0) {
    +                hent = sk_BY_DIR_HASH_value(ent->hashes, idx);
    +                k = hent->suffix;
    +            } else {
    +                hent = NULL;
    +                k = 0;
    +            }
    +            CRYPTO_r_unlock(CRYPTO_LOCK_X509_STORE);
    +        } else {
    +            k = 0;
    +            hent = NULL;
    +        }
    +        for (;;) {
    +            char c = '/';
     #ifdef OPENSSL_SYS_VMS
    -			c = ent->dir[strlen(ent->dir)-1];
    -			if (c != ':' && c != '>' && c != ']')
    -				{
    -				/* If no separator is present, we assume the
    -				   directory specifier is a logical name, and
    -				   add a colon.  We really should use better
    -				   VMS routines for merging things like this,
    -				   but this will do for now...
    -				   -- Richard Levitte */
    -				c = ':';
    -				}
    -			else
    -				{
    -				c = '\0';
    -				}
    +            c = ent->dir[strlen(ent->dir) - 1];
    +            if (c != ':' && c != '>' && c != ']') {
    +                /*
    +                 * If no separator is present, we assume the directory
    +                 * specifier is a logical name, and add a colon.  We really
    +                 * should use better VMS routines for merging things like
    +                 * this, but this will do for now... -- Richard Levitte
    +                 */
    +                c = ':';
    +            } else {
    +                c = '\0';
    +            }
     #endif
    -			if (c == '\0')
    -				{
    -				/* This is special.  When c == '\0', no
    -				   directory separator should be added. */
    -				BIO_snprintf(b->data,b->max,
    -					"%s%08lx.%s%d",ent->dir,h,
    -					postfix,k);
    -				}
    -			else
    -				{
    -				BIO_snprintf(b->data,b->max,
    -					"%s%c%08lx.%s%d",ent->dir,c,h,
    -					postfix,k);
    -				}
    +            if (c == '\0') {
    +                /*
    +                 * This is special.  When c == '\0', no directory separator
    +                 * should be added.
    +                 */
    +                BIO_snprintf(b->data, b->max,
    +                             "%s%08lx.%s%d", ent->dir, h, postfix, k);
    +            } else {
    +                BIO_snprintf(b->data, b->max,
    +                             "%s%c%08lx.%s%d", ent->dir, c, h, postfix, k);
    +            }
     #ifndef OPENSSL_NO_POSIX_IO
    -#ifdef _WIN32
    -#define stat _stat
    -#endif
    -			{
    -			struct stat st;
    -			if (stat(b->data,&st) < 0)
    -				break;
    -			}
    +# ifdef _WIN32
    +#  define stat _stat
    +# endif
    +            {
    +                struct stat st;
    +                if (stat(b->data, &st) < 0)
    +                    break;
    +            }
     #endif
    -			/* found one. */
    -			if (type == X509_LU_X509)
    -				{
    -				if ((X509_load_cert_file(xl,b->data,
    -					ent->dir_type)) == 0)
    -					break;
    -				}
    -			else if (type == X509_LU_CRL)
    -				{
    -				if ((X509_load_crl_file(xl,b->data,
    -					ent->dir_type)) == 0)
    -					break;
    -				}
    -			/* else case will caught higher up */
    -			k++;
    -			}
    -
    -		/* we have added it to the cache so now pull
    -		 * it out again */
    -		CRYPTO_w_lock(CRYPTO_LOCK_X509_STORE);
    -		j = sk_X509_OBJECT_find(xl->store_ctx->objs,&stmp);
    -		if(j != -1) tmp=sk_X509_OBJECT_value(xl->store_ctx->objs,j);
    -		else tmp = NULL;
    -		CRYPTO_w_unlock(CRYPTO_LOCK_X509_STORE);
    -
    -
    -		/* If a CRL, update the last file suffix added for this */
    -
    -		if (type == X509_LU_CRL)
    -			{
    -			CRYPTO_w_lock(CRYPTO_LOCK_X509_STORE);
    -			/* Look for entry again in case another thread added
    -			 * an entry first.
    -			 */
    -			if (!hent)
    -				{
    -				htmp.hash = h;
    -				idx = sk_BY_DIR_HASH_find(ent->hashes, &htmp);
    -				if (idx >= 0)
    -					hent =
    -					 sk_BY_DIR_HASH_value(ent->hashes, idx);
    -				}
    -			if (!hent)
    -				{
    -				hent = OPENSSL_malloc(sizeof(BY_DIR_HASH));
    -				hent->hash = h;
    -				hent->suffix = k;
    -				if (!sk_BY_DIR_HASH_push(ent->hashes, hent))
    -					{
    -					CRYPTO_w_unlock(CRYPTO_LOCK_X509_STORE);
    -					OPENSSL_free(hent);
    -					ok = 0;
    -					goto finish;
    -					}
    -				}
    -			else if (hent->suffix < k)
    -				hent->suffix = k;
    -
    -			CRYPTO_w_unlock(CRYPTO_LOCK_X509_STORE);
    -
    -			}
    -
    -		if (tmp != NULL)
    -			{
    -			ok=1;
    -			ret->type=tmp->type;
    -			memcpy(&ret->data,&tmp->data,sizeof(ret->data));
    -			/* If we were going to up the reference count,
    -			 * we would need to do it on a perl 'type'
    -			 * basis */
    -	/*		CRYPTO_add(&tmp->data.x509->references,1,
    -				CRYPTO_LOCK_X509);*/
    -			goto finish;
    -			}
    -		}
    -finish:
    -	if (b != NULL) BUF_MEM_free(b);
    -	return(ok);
    -	}
    +            /* found one. */
    +            if (type == X509_LU_X509) {
    +                if ((X509_load_cert_file(xl, b->data, ent->dir_type)) == 0)
    +                    break;
    +            } else if (type == X509_LU_CRL) {
    +                if ((X509_load_crl_file(xl, b->data, ent->dir_type)) == 0)
    +                    break;
    +            }
    +            /* else case will caught higher up */
    +            k++;
    +        }
    +
    +        /*
    +         * we have added it to the cache so now pull it out again
    +         */
    +        CRYPTO_w_lock(CRYPTO_LOCK_X509_STORE);
    +        j = sk_X509_OBJECT_find(xl->store_ctx->objs, &stmp);
    +        if (j != -1)
    +            tmp = sk_X509_OBJECT_value(xl->store_ctx->objs, j);
    +        else
    +            tmp = NULL;
    +        CRYPTO_w_unlock(CRYPTO_LOCK_X509_STORE);
    +
    +        /* If a CRL, update the last file suffix added for this */
    +
    +        if (type == X509_LU_CRL) {
    +            CRYPTO_w_lock(CRYPTO_LOCK_X509_STORE);
    +            /*
    +             * Look for entry again in case another thread added an entry
    +             * first.
    +             */
    +            if (!hent) {
    +                htmp.hash = h;
    +                idx = sk_BY_DIR_HASH_find(ent->hashes, &htmp);
    +                if (idx >= 0)
    +                    hent = sk_BY_DIR_HASH_value(ent->hashes, idx);
    +            }
    +            if (!hent) {
    +                hent = OPENSSL_malloc(sizeof(BY_DIR_HASH));
    +                hent->hash = h;
    +                hent->suffix = k;
    +                if (!sk_BY_DIR_HASH_push(ent->hashes, hent)) {
    +                    CRYPTO_w_unlock(CRYPTO_LOCK_X509_STORE);
    +                    OPENSSL_free(hent);
    +                    ok = 0;
    +                    goto finish;
    +                }
    +            } else if (hent->suffix < k)
    +                hent->suffix = k;
    +
    +            CRYPTO_w_unlock(CRYPTO_LOCK_X509_STORE);
    +
    +        }
    +
    +        if (tmp != NULL) {
    +            ok = 1;
    +            ret->type = tmp->type;
    +            memcpy(&ret->data, &tmp->data, sizeof(ret->data));
    +            /*
    +             * If we were going to up the reference count, we would need to
    +             * do it on a perl 'type' basis
    +             */
    +        /*- CRYPTO_add(&tmp->data.x509->references,1,
    +                    CRYPTO_LOCK_X509);*/
    +            goto finish;
    +        }
    +    }
    + finish:
    +    if (b != NULL)
    +        BUF_MEM_free(b);
    +    return (ok);
    +}
    diff --git a/openssl/crypto/x509/by_file.c b/openssl/crypto/x509/by_file.c
    index 57b08ee09..43a073003 100644
    --- a/openssl/crypto/x509/by_file.c
    +++ b/openssl/crypto/x509/by_file.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -69,232 +69,209 @@
     #ifndef OPENSSL_NO_STDIO
     
     static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc,
    -	long argl, char **ret);
    -X509_LOOKUP_METHOD x509_file_lookup=
    -	{
    -	"Load file into cache",
    -	NULL,		/* new */
    -	NULL,		/* free */
    -	NULL, 		/* init */
    -	NULL,		/* shutdown */
    -	by_file_ctrl,	/* ctrl */
    -	NULL,		/* get_by_subject */
    -	NULL,		/* get_by_issuer_serial */
    -	NULL,		/* get_by_fingerprint */
    -	NULL,		/* get_by_alias */
    -	};
    +                        long argl, char **ret);
    +X509_LOOKUP_METHOD x509_file_lookup = {
    +    "Load file into cache",
    +    NULL,                       /* new */
    +    NULL,                       /* free */
    +    NULL,                       /* init */
    +    NULL,                       /* shutdown */
    +    by_file_ctrl,               /* ctrl */
    +    NULL,                       /* get_by_subject */
    +    NULL,                       /* get_by_issuer_serial */
    +    NULL,                       /* get_by_fingerprint */
    +    NULL,                       /* get_by_alias */
    +};
     
     X509_LOOKUP_METHOD *X509_LOOKUP_file(void)
    -	{
    -	return(&x509_file_lookup);
    -	}
    +{
    +    return (&x509_file_lookup);
    +}
     
    -static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl,
    -	     char **ret)
    -	{
    -	int ok=0;
    -	char *file;
    +static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp,
    +                        long argl, char **ret)
    +{
    +    int ok = 0;
    +    char *file;
     
    -	switch (cmd)
    -		{
    -	case X509_L_FILE_LOAD:
    -		if (argl == X509_FILETYPE_DEFAULT)
    -			{
    -			file = (char *)getenv(X509_get_default_cert_file_env());
    -			if (file)
    -				ok = (X509_load_cert_crl_file(ctx,file,
    -					      X509_FILETYPE_PEM) != 0);
    +    switch (cmd) {
    +    case X509_L_FILE_LOAD:
    +        if (argl == X509_FILETYPE_DEFAULT) {
    +            file = (char *)getenv(X509_get_default_cert_file_env());
    +            if (file)
    +                ok = (X509_load_cert_crl_file(ctx, file,
    +                                              X509_FILETYPE_PEM) != 0);
     
    -			else
    -				ok = (X509_load_cert_crl_file(ctx,X509_get_default_cert_file(),
    -					      X509_FILETYPE_PEM) != 0);
    +            else
    +                ok = (X509_load_cert_crl_file
    +                      (ctx, X509_get_default_cert_file(),
    +                       X509_FILETYPE_PEM) != 0);
     
    -			if (!ok)
    -				{
    -				X509err(X509_F_BY_FILE_CTRL,X509_R_LOADING_DEFAULTS);
    -				}
    -			}
    -		else
    -			{
    -			if(argl == X509_FILETYPE_PEM)
    -				ok = (X509_load_cert_crl_file(ctx,argp,
    -					X509_FILETYPE_PEM) != 0);
    -			else
    -				ok = (X509_load_cert_file(ctx,argp,(int)argl) != 0);
    -			}
    -		break;
    -		}
    -	return(ok);
    -	}
    +            if (!ok) {
    +                X509err(X509_F_BY_FILE_CTRL, X509_R_LOADING_DEFAULTS);
    +            }
    +        } else {
    +            if (argl == X509_FILETYPE_PEM)
    +                ok = (X509_load_cert_crl_file(ctx, argp,
    +                                              X509_FILETYPE_PEM) != 0);
    +            else
    +                ok = (X509_load_cert_file(ctx, argp, (int)argl) != 0);
    +        }
    +        break;
    +    }
    +    return (ok);
    +}
     
     int X509_load_cert_file(X509_LOOKUP *ctx, const char *file, int type)
    -	{
    -	int ret=0;
    -	BIO *in=NULL;
    -	int i,count=0;
    -	X509 *x=NULL;
    +{
    +    int ret = 0;
    +    BIO *in = NULL;
    +    int i, count = 0;
    +    X509 *x = NULL;
     
    -	if (file == NULL) return(1);
    -	in=BIO_new(BIO_s_file_internal());
    +    if (file == NULL)
    +        return (1);
    +    in = BIO_new(BIO_s_file_internal());
     
    -	if ((in == NULL) || (BIO_read_filename(in,file) <= 0))
    -		{
    -		X509err(X509_F_X509_LOAD_CERT_FILE,ERR_R_SYS_LIB);
    -		goto err;
    -		}
    +    if ((in == NULL) || (BIO_read_filename(in, file) <= 0)) {
    +        X509err(X509_F_X509_LOAD_CERT_FILE, ERR_R_SYS_LIB);
    +        goto err;
    +    }
     
    -	if (type == X509_FILETYPE_PEM)
    -		{
    -		for (;;)
    -			{
    -			x=PEM_read_bio_X509_AUX(in,NULL,NULL,NULL);
    -			if (x == NULL)
    -				{
    -				if ((ERR_GET_REASON(ERR_peek_last_error()) ==
    -					PEM_R_NO_START_LINE) && (count > 0))
    -					{
    -					ERR_clear_error();
    -					break;
    -					}
    -				else
    -					{
    -					X509err(X509_F_X509_LOAD_CERT_FILE,
    -						ERR_R_PEM_LIB);
    -					goto err;
    -					}
    -				}
    -			i=X509_STORE_add_cert(ctx->store_ctx,x);
    -			if (!i) goto err;
    -			count++;
    -			X509_free(x);
    -			x=NULL;
    -			}
    -		ret=count;
    -		}
    -	else if (type == X509_FILETYPE_ASN1)
    -		{
    -		x=d2i_X509_bio(in,NULL);
    -		if (x == NULL)
    -			{
    -			X509err(X509_F_X509_LOAD_CERT_FILE,ERR_R_ASN1_LIB);
    -			goto err;
    -			}
    -		i=X509_STORE_add_cert(ctx->store_ctx,x);
    -		if (!i) goto err;
    -		ret=i;
    -		}
    -	else
    -		{
    -		X509err(X509_F_X509_LOAD_CERT_FILE,X509_R_BAD_X509_FILETYPE);
    -		goto err;
    -		}
    -err:
    -	if (x != NULL) X509_free(x);
    -	if (in != NULL) BIO_free(in);
    -	return(ret);
    -	}
    +    if (type == X509_FILETYPE_PEM) {
    +        for (;;) {
    +            x = PEM_read_bio_X509_AUX(in, NULL, NULL, NULL);
    +            if (x == NULL) {
    +                if ((ERR_GET_REASON(ERR_peek_last_error()) ==
    +                     PEM_R_NO_START_LINE) && (count > 0)) {
    +                    ERR_clear_error();
    +                    break;
    +                } else {
    +                    X509err(X509_F_X509_LOAD_CERT_FILE, ERR_R_PEM_LIB);
    +                    goto err;
    +                }
    +            }
    +            i = X509_STORE_add_cert(ctx->store_ctx, x);
    +            if (!i)
    +                goto err;
    +            count++;
    +            X509_free(x);
    +            x = NULL;
    +        }
    +        ret = count;
    +    } else if (type == X509_FILETYPE_ASN1) {
    +        x = d2i_X509_bio(in, NULL);
    +        if (x == NULL) {
    +            X509err(X509_F_X509_LOAD_CERT_FILE, ERR_R_ASN1_LIB);
    +            goto err;
    +        }
    +        i = X509_STORE_add_cert(ctx->store_ctx, x);
    +        if (!i)
    +            goto err;
    +        ret = i;
    +    } else {
    +        X509err(X509_F_X509_LOAD_CERT_FILE, X509_R_BAD_X509_FILETYPE);
    +        goto err;
    +    }
    + err:
    +    if (x != NULL)
    +        X509_free(x);
    +    if (in != NULL)
    +        BIO_free(in);
    +    return (ret);
    +}
     
     int X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type)
    -	{
    -	int ret=0;
    -	BIO *in=NULL;
    -	int i,count=0;
    -	X509_CRL *x=NULL;
    +{
    +    int ret = 0;
    +    BIO *in = NULL;
    +    int i, count = 0;
    +    X509_CRL *x = NULL;
     
    -	if (file == NULL) return(1);
    -	in=BIO_new(BIO_s_file_internal());
    +    if (file == NULL)
    +        return (1);
    +    in = BIO_new(BIO_s_file_internal());
     
    -	if ((in == NULL) || (BIO_read_filename(in,file) <= 0))
    -		{
    -		X509err(X509_F_X509_LOAD_CRL_FILE,ERR_R_SYS_LIB);
    -		goto err;
    -		}
    +    if ((in == NULL) || (BIO_read_filename(in, file) <= 0)) {
    +        X509err(X509_F_X509_LOAD_CRL_FILE, ERR_R_SYS_LIB);
    +        goto err;
    +    }
     
    -	if (type == X509_FILETYPE_PEM)
    -		{
    -		for (;;)
    -			{
    -			x=PEM_read_bio_X509_CRL(in,NULL,NULL,NULL);
    -			if (x == NULL)
    -				{
    -				if ((ERR_GET_REASON(ERR_peek_last_error()) ==
    -					PEM_R_NO_START_LINE) && (count > 0))
    -					{
    -					ERR_clear_error();
    -					break;
    -					}
    -				else
    -					{
    -					X509err(X509_F_X509_LOAD_CRL_FILE,
    -						ERR_R_PEM_LIB);
    -					goto err;
    -					}
    -				}
    -			i=X509_STORE_add_crl(ctx->store_ctx,x);
    -			if (!i) goto err;
    -			count++;
    -			X509_CRL_free(x);
    -			x=NULL;
    -			}
    -		ret=count;
    -		}
    -	else if (type == X509_FILETYPE_ASN1)
    -		{
    -		x=d2i_X509_CRL_bio(in,NULL);
    -		if (x == NULL)
    -			{
    -			X509err(X509_F_X509_LOAD_CRL_FILE,ERR_R_ASN1_LIB);
    -			goto err;
    -			}
    -		i=X509_STORE_add_crl(ctx->store_ctx,x);
    -		if (!i) goto err;
    -		ret=i;
    -		}
    -	else
    -		{
    -		X509err(X509_F_X509_LOAD_CRL_FILE,X509_R_BAD_X509_FILETYPE);
    -		goto err;
    -		}
    -err:
    -	if (x != NULL) X509_CRL_free(x);
    -	if (in != NULL) BIO_free(in);
    -	return(ret);
    -	}
    +    if (type == X509_FILETYPE_PEM) {
    +        for (;;) {
    +            x = PEM_read_bio_X509_CRL(in, NULL, NULL, NULL);
    +            if (x == NULL) {
    +                if ((ERR_GET_REASON(ERR_peek_last_error()) ==
    +                     PEM_R_NO_START_LINE) && (count > 0)) {
    +                    ERR_clear_error();
    +                    break;
    +                } else {
    +                    X509err(X509_F_X509_LOAD_CRL_FILE, ERR_R_PEM_LIB);
    +                    goto err;
    +                }
    +            }
    +            i = X509_STORE_add_crl(ctx->store_ctx, x);
    +            if (!i)
    +                goto err;
    +            count++;
    +            X509_CRL_free(x);
    +            x = NULL;
    +        }
    +        ret = count;
    +    } else if (type == X509_FILETYPE_ASN1) {
    +        x = d2i_X509_CRL_bio(in, NULL);
    +        if (x == NULL) {
    +            X509err(X509_F_X509_LOAD_CRL_FILE, ERR_R_ASN1_LIB);
    +            goto err;
    +        }
    +        i = X509_STORE_add_crl(ctx->store_ctx, x);
    +        if (!i)
    +            goto err;
    +        ret = i;
    +    } else {
    +        X509err(X509_F_X509_LOAD_CRL_FILE, X509_R_BAD_X509_FILETYPE);
    +        goto err;
    +    }
    + err:
    +    if (x != NULL)
    +        X509_CRL_free(x);
    +    if (in != NULL)
    +        BIO_free(in);
    +    return (ret);
    +}
     
     int X509_load_cert_crl_file(X509_LOOKUP *ctx, const char *file, int type)
     {
    -	STACK_OF(X509_INFO) *inf;
    -	X509_INFO *itmp;
    -	BIO *in;
    -	int i, count = 0;
    -	if(type != X509_FILETYPE_PEM)
    -		return X509_load_cert_file(ctx, file, type);
    -	in = BIO_new_file(file, "r");
    -	if(!in) {
    -		X509err(X509_F_X509_LOAD_CERT_CRL_FILE,ERR_R_SYS_LIB);
    -		return 0;
    -	}
    -	inf = PEM_X509_INFO_read_bio(in, NULL, NULL, NULL);
    -	BIO_free(in);
    -	if(!inf) {
    -		X509err(X509_F_X509_LOAD_CERT_CRL_FILE,ERR_R_PEM_LIB);
    -		return 0;
    -	}
    -	for(i = 0; i < sk_X509_INFO_num(inf); i++) {
    -		itmp = sk_X509_INFO_value(inf, i);
    -		if(itmp->x509) {
    -			X509_STORE_add_cert(ctx->store_ctx, itmp->x509);
    -			count++;
    -		}
    -		if(itmp->crl) {
    -			X509_STORE_add_crl(ctx->store_ctx, itmp->crl);
    -			count++;
    -		}
    -	}
    -	sk_X509_INFO_pop_free(inf, X509_INFO_free);
    -	return count;
    +    STACK_OF(X509_INFO) *inf;
    +    X509_INFO *itmp;
    +    BIO *in;
    +    int i, count = 0;
    +    if (type != X509_FILETYPE_PEM)
    +        return X509_load_cert_file(ctx, file, type);
    +    in = BIO_new_file(file, "r");
    +    if (!in) {
    +        X509err(X509_F_X509_LOAD_CERT_CRL_FILE, ERR_R_SYS_LIB);
    +        return 0;
    +    }
    +    inf = PEM_X509_INFO_read_bio(in, NULL, NULL, NULL);
    +    BIO_free(in);
    +    if (!inf) {
    +        X509err(X509_F_X509_LOAD_CERT_CRL_FILE, ERR_R_PEM_LIB);
    +        return 0;
    +    }
    +    for (i = 0; i < sk_X509_INFO_num(inf); i++) {
    +        itmp = sk_X509_INFO_value(inf, i);
    +        if (itmp->x509) {
    +            X509_STORE_add_cert(ctx->store_ctx, itmp->x509);
    +            count++;
    +        }
    +        if (itmp->crl) {
    +            X509_STORE_add_crl(ctx->store_ctx, itmp->crl);
    +            count++;
    +        }
    +    }
    +    sk_X509_INFO_pop_free(inf, X509_INFO_free);
    +    return count;
     }
     
    -
    -#endif /* OPENSSL_NO_STDIO */
    -
    +#endif                          /* OPENSSL_NO_STDIO */
    diff --git a/openssl/crypto/x509/vpm_int.h b/openssl/crypto/x509/vpm_int.h
    new file mode 100755
    index 000000000..9c55defc5
    --- /dev/null
    +++ b/openssl/crypto/x509/vpm_int.h
    @@ -0,0 +1,70 @@
    +/* vpm_int.h */
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2013.
    + */
    +/* ====================================================================
    + * Copyright (c) 2013 The OpenSSL Project.  All rights reserved.
    + *
    + * Redistribution and use in source and binary forms, with or without
    + * modification, are permitted provided that the following conditions
    + * are met:
    + *
    + * 1. Redistributions of source code must retain the above copyright
    + *    notice, this list of conditions and the following disclaimer.
    + *
    + * 2. Redistributions in binary form must reproduce the above copyright
    + *    notice, this list of conditions and the following disclaimer in
    + *    the documentation and/or other materials provided with the
    + *    distribution.
    + *
    + * 3. All advertising materials mentioning features or use of this
    + *    software must display the following acknowledgment:
    + *    "This product includes software developed by the OpenSSL Project
    + *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
    + *
    + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
    + *    endorse or promote products derived from this software without
    + *    prior written permission. For written permission, please contact
    + *    licensing@OpenSSL.org.
    + *
    + * 5. Products derived from this software may not be called "OpenSSL"
    + *    nor may "OpenSSL" appear in their names without prior written
    + *    permission of the OpenSSL Project.
    + *
    + * 6. Redistributions of any form whatsoever must retain the following
    + *    acknowledgment:
    + *    "This product includes software developed by the OpenSSL Project
    + *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
    + *
    + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
    + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
    + * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
    + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
    + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
    + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
    + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
    + * OF THE POSSIBILITY OF SUCH DAMAGE.
    + * ====================================================================
    + *
    + * This product includes cryptographic software written by Eric Young
    + * (eay@cryptsoft.com).  This product includes software written by Tim
    + * Hudson (tjh@cryptsoft.com).
    + *
    + */
    +
    +/* internal only structure to hold additional X509_VERIFY_PARAM data */
    +
    +struct X509_VERIFY_PARAM_ID_st {
    +    STACK_OF(OPENSSL_STRING) *hosts; /* Set of acceptable names */
    +    unsigned int hostflags;     /* Flags to control matching features */
    +    char *peername;             /* Matching hostname in peer certificate */
    +    char *email;                /* If not NULL email address to match */
    +    size_t emaillen;
    +    unsigned char *ip;          /* If not NULL IP address to match */
    +    size_t iplen;               /* Length of IP address */
    +};
    diff --git a/openssl/crypto/x509/x509.h b/openssl/crypto/x509/x509.h
    index 092dd7450..99337b849 100644
    --- a/openssl/crypto/x509/x509.h
    +++ b/openssl/crypto/x509/x509.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -57,155 +57,147 @@
      */
     /* ====================================================================
      * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
    - * ECDH support in OpenSSL originally developed by 
    + * ECDH support in OpenSSL originally developed by
      * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
      */
     
     #ifndef HEADER_X509_H
    -#define HEADER_X509_H
    -
    -#include 
    -#include 
    -#ifndef OPENSSL_NO_BUFFER
    -#include 
    -#endif
    -#ifndef OPENSSL_NO_EVP
    -#include 
    -#endif
    -#ifndef OPENSSL_NO_BIO
    -#include 
    -#endif
    -#include 
    -#include 
    -#include 
    -
    -#ifndef OPENSSL_NO_EC
    -#include 
    -#endif
    -
    -#ifndef OPENSSL_NO_ECDSA
    -#include 
    -#endif
    -
    -#ifndef OPENSSL_NO_ECDH
    -#include 
    -#endif
    -
    -#ifndef OPENSSL_NO_DEPRECATED
    -#ifndef OPENSSL_NO_RSA
    -#include 
    -#endif
    -#ifndef OPENSSL_NO_DSA
    -#include 
    -#endif
    -#ifndef OPENSSL_NO_DH
    -#include 
    -#endif
    -#endif
    -
    -#ifndef OPENSSL_NO_SHA
    -#include 
    -#endif
    -#include 
    +# define HEADER_X509_H
    +
    +# include 
    +# include 
    +# ifndef OPENSSL_NO_BUFFER
    +#  include 
    +# endif
    +# ifndef OPENSSL_NO_EVP
    +#  include 
    +# endif
    +# ifndef OPENSSL_NO_BIO
    +#  include 
    +# endif
    +# include 
    +# include 
    +# include 
    +
    +# ifndef OPENSSL_NO_EC
    +#  include 
    +# endif
    +
    +# ifndef OPENSSL_NO_ECDSA
    +#  include 
    +# endif
    +
    +# ifndef OPENSSL_NO_ECDH
    +#  include 
    +# endif
    +
    +# ifndef OPENSSL_NO_DEPRECATED
    +#  ifndef OPENSSL_NO_RSA
    +#   include 
    +#  endif
    +#  ifndef OPENSSL_NO_DSA
    +#   include 
    +#  endif
    +#  ifndef OPENSSL_NO_DH
    +#   include 
    +#  endif
    +# endif
    +
    +# ifndef OPENSSL_NO_SHA
    +#  include 
    +# endif
    +# include 
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -#ifdef OPENSSL_SYS_WIN32
    +# ifdef OPENSSL_SYS_WIN32
     /* Under Win32 these are defined in wincrypt.h */
    -#undef X509_NAME
    -#undef X509_CERT_PAIR
    -#undef X509_EXTENSIONS
    -#endif
    -
    -#define X509_FILETYPE_PEM	1
    -#define X509_FILETYPE_ASN1	2
    -#define X509_FILETYPE_DEFAULT	3
    -
    -#define X509v3_KU_DIGITAL_SIGNATURE	0x0080
    -#define X509v3_KU_NON_REPUDIATION	0x0040
    -#define X509v3_KU_KEY_ENCIPHERMENT	0x0020
    -#define X509v3_KU_DATA_ENCIPHERMENT	0x0010
    -#define X509v3_KU_KEY_AGREEMENT		0x0008
    -#define X509v3_KU_KEY_CERT_SIGN		0x0004
    -#define X509v3_KU_CRL_SIGN		0x0002
    -#define X509v3_KU_ENCIPHER_ONLY		0x0001
    -#define X509v3_KU_DECIPHER_ONLY		0x8000
    -#define X509v3_KU_UNDEF			0xffff
    -
    -typedef struct X509_objects_st
    -	{
    -	int nid;
    -	int (*a2i)(void);
    -	int (*i2a)(void);
    -	} X509_OBJECTS;
    -
    -struct X509_algor_st
    -	{
    -	ASN1_OBJECT *algorithm;
    -	ASN1_TYPE *parameter;
    -	} /* X509_ALGOR */;
    +#  undef X509_NAME
    +#  undef X509_CERT_PAIR
    +#  undef X509_EXTENSIONS
    +# endif
    +
    +# define X509_FILETYPE_PEM       1
    +# define X509_FILETYPE_ASN1      2
    +# define X509_FILETYPE_DEFAULT   3
    +
    +# define X509v3_KU_DIGITAL_SIGNATURE     0x0080
    +# define X509v3_KU_NON_REPUDIATION       0x0040
    +# define X509v3_KU_KEY_ENCIPHERMENT      0x0020
    +# define X509v3_KU_DATA_ENCIPHERMENT     0x0010
    +# define X509v3_KU_KEY_AGREEMENT         0x0008
    +# define X509v3_KU_KEY_CERT_SIGN         0x0004
    +# define X509v3_KU_CRL_SIGN              0x0002
    +# define X509v3_KU_ENCIPHER_ONLY         0x0001
    +# define X509v3_KU_DECIPHER_ONLY         0x8000
    +# define X509v3_KU_UNDEF                 0xffff
    +
    +typedef struct X509_objects_st {
    +    int nid;
    +    int (*a2i) (void);
    +    int (*i2a) (void);
    +} X509_OBJECTS;
    +
    +struct X509_algor_st {
    +    ASN1_OBJECT *algorithm;
    +    ASN1_TYPE *parameter;
    +} /* X509_ALGOR */ ;
     
     DECLARE_ASN1_SET_OF(X509_ALGOR)
     
     typedef STACK_OF(X509_ALGOR) X509_ALGORS;
     
    -typedef struct X509_val_st
    -	{
    -	ASN1_TIME *notBefore;
    -	ASN1_TIME *notAfter;
    -	} X509_VAL;
    -
    -struct X509_pubkey_st
    -	{
    -	X509_ALGOR *algor;
    -	ASN1_BIT_STRING *public_key;
    -	EVP_PKEY *pkey;
    -	};
    -
    -typedef struct X509_sig_st
    -	{
    -	X509_ALGOR *algor;
    -	ASN1_OCTET_STRING *digest;
    -	} X509_SIG;
    -
    -typedef struct X509_name_entry_st
    -	{
    -	ASN1_OBJECT *object;
    -	ASN1_STRING *value;
    -	int set;
    -	int size; 	/* temp variable */
    -	} X509_NAME_ENTRY;
    +typedef struct X509_val_st {
    +    ASN1_TIME *notBefore;
    +    ASN1_TIME *notAfter;
    +} X509_VAL;
    +
    +struct X509_pubkey_st {
    +    X509_ALGOR *algor;
    +    ASN1_BIT_STRING *public_key;
    +    EVP_PKEY *pkey;
    +};
    +
    +typedef struct X509_sig_st {
    +    X509_ALGOR *algor;
    +    ASN1_OCTET_STRING *digest;
    +} X509_SIG;
    +
    +typedef struct X509_name_entry_st {
    +    ASN1_OBJECT *object;
    +    ASN1_STRING *value;
    +    int set;
    +    int size;                   /* temp variable */
    +} X509_NAME_ENTRY;
     
     DECLARE_STACK_OF(X509_NAME_ENTRY)
     DECLARE_ASN1_SET_OF(X509_NAME_ENTRY)
     
     /* we always keep X509_NAMEs in 2 forms. */
    -struct X509_name_st
    -	{
    -	STACK_OF(X509_NAME_ENTRY) *entries;
    -	int modified;	/* true if 'bytes' needs to be built */
    -#ifndef OPENSSL_NO_BUFFER
    -	BUF_MEM *bytes;
    -#else
    -	char *bytes;
    -#endif
    -/*	unsigned long hash; Keep the hash around for lookups */
    -	unsigned char *canon_enc;
    -	int canon_enclen;
    -	} /* X509_NAME */;
    +struct X509_name_st {
    +    STACK_OF(X509_NAME_ENTRY) *entries;
    +    int modified;               /* true if 'bytes' needs to be built */
    +# ifndef OPENSSL_NO_BUFFER
    +    BUF_MEM *bytes;
    +# else
    +    char *bytes;
    +# endif
    +/*      unsigned long hash; Keep the hash around for lookups */
    +    unsigned char *canon_enc;
    +    int canon_enclen;
    +} /* X509_NAME */ ;
     
     DECLARE_STACK_OF(X509_NAME)
     
    -#define X509_EX_V_NETSCAPE_HACK		0x8000
    -#define X509_EX_V_INIT			0x0001
    -typedef struct X509_extension_st
    -	{
    -	ASN1_OBJECT *object;
    -	ASN1_BOOLEAN critical;
    -	ASN1_OCTET_STRING *value;
    -	} X509_EXTENSION;
    +# define X509_EX_V_NETSCAPE_HACK         0x8000
    +# define X509_EX_V_INIT                  0x0001
    +typedef struct X509_extension_st {
    +    ASN1_OBJECT *object;
    +    ASN1_BOOLEAN critical;
    +    ASN1_OCTET_STRING *value;
    +} X509_EXTENSION;
     
     typedef STACK_OF(X509_EXTENSION) X509_EXTENSIONS;
     
    @@ -213,100 +205,98 @@ DECLARE_STACK_OF(X509_EXTENSION)
     DECLARE_ASN1_SET_OF(X509_EXTENSION)
     
     /* a sequence of these are used */
    -typedef struct x509_attributes_st
    -	{
    -	ASN1_OBJECT *object;
    -	int single; /* 0 for a set, 1 for a single item (which is wrong) */
    -	union	{
    -		char		*ptr;
    -/* 0 */		STACK_OF(ASN1_TYPE) *set;
    -/* 1 */		ASN1_TYPE	*single;
    -		} value;
    -	} X509_ATTRIBUTE;
    +typedef struct x509_attributes_st {
    +    ASN1_OBJECT *object;
    +    int single;                 /* 0 for a set, 1 for a single item (which is
    +                                 * wrong) */
    +    union {
    +        char *ptr;
    +        /*
    +         * 0
    +         */ STACK_OF(ASN1_TYPE) *set;
    +        /*
    +         * 1
    +         */ ASN1_TYPE *single;
    +    } value;
    +} X509_ATTRIBUTE;
     
     DECLARE_STACK_OF(X509_ATTRIBUTE)
     DECLARE_ASN1_SET_OF(X509_ATTRIBUTE)
     
    -
    -typedef struct X509_req_info_st
    -	{
    -	ASN1_ENCODING enc;
    -	ASN1_INTEGER *version;
    -	X509_NAME *subject;
    -	X509_PUBKEY *pubkey;
    -	/*  d=2 hl=2 l=  0 cons: cont: 00 */
    -	STACK_OF(X509_ATTRIBUTE) *attributes; /* [ 0 ] */
    -	} X509_REQ_INFO;
    -
    -typedef struct X509_req_st
    -	{
    -	X509_REQ_INFO *req_info;
    -	X509_ALGOR *sig_alg;
    -	ASN1_BIT_STRING *signature;
    -	int references;
    -	} X509_REQ;
    -
    -typedef struct x509_cinf_st
    -	{
    -	ASN1_INTEGER *version;		/* [ 0 ] default of v1 */
    -	ASN1_INTEGER *serialNumber;
    -	X509_ALGOR *signature;
    -	X509_NAME *issuer;
    -	X509_VAL *validity;
    -	X509_NAME *subject;
    -	X509_PUBKEY *key;
    -	ASN1_BIT_STRING *issuerUID;		/* [ 1 ] optional in v2 */
    -	ASN1_BIT_STRING *subjectUID;		/* [ 2 ] optional in v2 */
    -	STACK_OF(X509_EXTENSION) *extensions;	/* [ 3 ] optional in v3 */
    -	ASN1_ENCODING enc;
    -	} X509_CINF;
    -
    -/* This stuff is certificate "auxiliary info"
    - * it contains details which are useful in certificate
    - * stores and databases. When used this is tagged onto
    +typedef struct X509_req_info_st {
    +    ASN1_ENCODING enc;
    +    ASN1_INTEGER *version;
    +    X509_NAME *subject;
    +    X509_PUBKEY *pubkey;
    +    /*  d=2 hl=2 l=  0 cons: cont: 00 */
    +    STACK_OF(X509_ATTRIBUTE) *attributes; /* [ 0 ] */
    +} X509_REQ_INFO;
    +
    +typedef struct X509_req_st {
    +    X509_REQ_INFO *req_info;
    +    X509_ALGOR *sig_alg;
    +    ASN1_BIT_STRING *signature;
    +    int references;
    +} X509_REQ;
    +
    +typedef struct x509_cinf_st {
    +    ASN1_INTEGER *version;      /* [ 0 ] default of v1 */
    +    ASN1_INTEGER *serialNumber;
    +    X509_ALGOR *signature;
    +    X509_NAME *issuer;
    +    X509_VAL *validity;
    +    X509_NAME *subject;
    +    X509_PUBKEY *key;
    +    ASN1_BIT_STRING *issuerUID; /* [ 1 ] optional in v2 */
    +    ASN1_BIT_STRING *subjectUID; /* [ 2 ] optional in v2 */
    +    STACK_OF(X509_EXTENSION) *extensions; /* [ 3 ] optional in v3 */
    +    ASN1_ENCODING enc;
    +} X509_CINF;
    +
    +/*
    + * This stuff is certificate "auxiliary info" it contains details which are
    + * useful in certificate stores and databases. When used this is tagged onto
      * the end of the certificate itself
      */
     
    -typedef struct x509_cert_aux_st
    -	{
    -	STACK_OF(ASN1_OBJECT) *trust;		/* trusted uses */
    -	STACK_OF(ASN1_OBJECT) *reject;		/* rejected uses */
    -	ASN1_UTF8STRING *alias;			/* "friendly name" */
    -	ASN1_OCTET_STRING *keyid;		/* key id of private key */
    -	STACK_OF(X509_ALGOR) *other;		/* other unspecified info */
    -	} X509_CERT_AUX;
    -
    -struct x509_st
    -	{
    -	X509_CINF *cert_info;
    -	X509_ALGOR *sig_alg;
    -	ASN1_BIT_STRING *signature;
    -	int valid;
    -	int references;
    -	char *name;
    -	CRYPTO_EX_DATA ex_data;
    -	/* These contain copies of various extension values */
    -	long ex_pathlen;
    -	long ex_pcpathlen;
    -	unsigned long ex_flags;
    -	unsigned long ex_kusage;
    -	unsigned long ex_xkusage;
    -	unsigned long ex_nscert;
    -	ASN1_OCTET_STRING *skid;
    -	AUTHORITY_KEYID *akid;
    -	X509_POLICY_CACHE *policy_cache;
    -	STACK_OF(DIST_POINT) *crldp;
    -	STACK_OF(GENERAL_NAME) *altname;
    -	NAME_CONSTRAINTS *nc;
    -#ifndef OPENSSL_NO_RFC3779
    -	STACK_OF(IPAddressFamily) *rfc3779_addr;
    -	struct ASIdentifiers_st *rfc3779_asid;
    -#endif
    -#ifndef OPENSSL_NO_SHA
    -	unsigned char sha1_hash[SHA_DIGEST_LENGTH];
    -#endif
    -	X509_CERT_AUX *aux;
    -	} /* X509 */;
    +typedef struct x509_cert_aux_st {
    +    STACK_OF(ASN1_OBJECT) *trust; /* trusted uses */
    +    STACK_OF(ASN1_OBJECT) *reject; /* rejected uses */
    +    ASN1_UTF8STRING *alias;     /* "friendly name" */
    +    ASN1_OCTET_STRING *keyid;   /* key id of private key */
    +    STACK_OF(X509_ALGOR) *other; /* other unspecified info */
    +} X509_CERT_AUX;
    +
    +struct x509_st {
    +    X509_CINF *cert_info;
    +    X509_ALGOR *sig_alg;
    +    ASN1_BIT_STRING *signature;
    +    int valid;
    +    int references;
    +    char *name;
    +    CRYPTO_EX_DATA ex_data;
    +    /* These contain copies of various extension values */
    +    long ex_pathlen;
    +    long ex_pcpathlen;
    +    unsigned long ex_flags;
    +    unsigned long ex_kusage;
    +    unsigned long ex_xkusage;
    +    unsigned long ex_nscert;
    +    ASN1_OCTET_STRING *skid;
    +    AUTHORITY_KEYID *akid;
    +    X509_POLICY_CACHE *policy_cache;
    +    STACK_OF(DIST_POINT) *crldp;
    +    STACK_OF(GENERAL_NAME) *altname;
    +    NAME_CONSTRAINTS *nc;
    +# ifndef OPENSSL_NO_RFC3779
    +    STACK_OF(IPAddressFamily) *rfc3779_addr;
    +    struct ASIdentifiers_st *rfc3779_asid;
    +# endif
    +# ifndef OPENSSL_NO_SHA
    +    unsigned char sha1_hash[SHA_DIGEST_LENGTH];
    +# endif
    +    X509_CERT_AUX *aux;
    +} /* X509 */ ;
     
     DECLARE_STACK_OF(X509)
     DECLARE_ASN1_SET_OF(X509)
    @@ -314,480 +304,479 @@ DECLARE_ASN1_SET_OF(X509)
     /* This is used for a table of trust checking functions */
     
     typedef struct x509_trust_st {
    -	int trust;
    -	int flags;
    -	int (*check_trust)(struct x509_trust_st *, X509 *, int);
    -	char *name;
    -	int arg1;
    -	void *arg2;
    +    int trust;
    +    int flags;
    +    int (*check_trust) (struct x509_trust_st *, X509 *, int);
    +    char *name;
    +    int arg1;
    +    void *arg2;
     } X509_TRUST;
     
     DECLARE_STACK_OF(X509_TRUST)
     
     typedef struct x509_cert_pair_st {
    -	X509 *forward;
    -	X509 *reverse;
    +    X509 *forward;
    +    X509 *reverse;
     } X509_CERT_PAIR;
     
     /* standard trust ids */
     
    -#define X509_TRUST_DEFAULT	-1	/* Only valid in purpose settings */
    +# define X509_TRUST_DEFAULT      -1/* Only valid in purpose settings */
     
    -#define X509_TRUST_COMPAT	1
    -#define X509_TRUST_SSL_CLIENT	2
    -#define X509_TRUST_SSL_SERVER	3
    -#define X509_TRUST_EMAIL	4
    -#define X509_TRUST_OBJECT_SIGN	5
    -#define X509_TRUST_OCSP_SIGN	6
    -#define X509_TRUST_OCSP_REQUEST	7
    -#define X509_TRUST_TSA		8
    +# define X509_TRUST_COMPAT       1
    +# define X509_TRUST_SSL_CLIENT   2
    +# define X509_TRUST_SSL_SERVER   3
    +# define X509_TRUST_EMAIL        4
    +# define X509_TRUST_OBJECT_SIGN  5
    +# define X509_TRUST_OCSP_SIGN    6
    +# define X509_TRUST_OCSP_REQUEST 7
    +# define X509_TRUST_TSA          8
     
     /* Keep these up to date! */
    -#define X509_TRUST_MIN		1
    -#define X509_TRUST_MAX		8
    -
    +# define X509_TRUST_MIN          1
    +# define X509_TRUST_MAX          8
     
     /* trust_flags values */
    -#define	X509_TRUST_DYNAMIC 	1
    -#define	X509_TRUST_DYNAMIC_NAME	2
    +# define X509_TRUST_DYNAMIC      1
    +# define X509_TRUST_DYNAMIC_NAME 2
     
     /* check_trust return codes */
     
    -#define X509_TRUST_TRUSTED	1
    -#define X509_TRUST_REJECTED	2
    -#define X509_TRUST_UNTRUSTED	3
    +# define X509_TRUST_TRUSTED      1
    +# define X509_TRUST_REJECTED     2
    +# define X509_TRUST_UNTRUSTED    3
     
     /* Flags for X509_print_ex() */
     
    -#define	X509_FLAG_COMPAT		0
    -#define	X509_FLAG_NO_HEADER		1L
    -#define	X509_FLAG_NO_VERSION		(1L << 1)
    -#define	X509_FLAG_NO_SERIAL		(1L << 2)
    -#define	X509_FLAG_NO_SIGNAME		(1L << 3)
    -#define	X509_FLAG_NO_ISSUER		(1L << 4)
    -#define	X509_FLAG_NO_VALIDITY		(1L << 5)
    -#define	X509_FLAG_NO_SUBJECT		(1L << 6)
    -#define	X509_FLAG_NO_PUBKEY		(1L << 7)
    -#define	X509_FLAG_NO_EXTENSIONS		(1L << 8)
    -#define	X509_FLAG_NO_SIGDUMP		(1L << 9)
    -#define	X509_FLAG_NO_AUX		(1L << 10)
    -#define	X509_FLAG_NO_ATTRIBUTES		(1L << 11)
    -
    -/* Flags specific to X509_NAME_print_ex() */	
    +# define X509_FLAG_COMPAT                0
    +# define X509_FLAG_NO_HEADER             1L
    +# define X509_FLAG_NO_VERSION            (1L << 1)
    +# define X509_FLAG_NO_SERIAL             (1L << 2)
    +# define X509_FLAG_NO_SIGNAME            (1L << 3)
    +# define X509_FLAG_NO_ISSUER             (1L << 4)
    +# define X509_FLAG_NO_VALIDITY           (1L << 5)
    +# define X509_FLAG_NO_SUBJECT            (1L << 6)
    +# define X509_FLAG_NO_PUBKEY             (1L << 7)
    +# define X509_FLAG_NO_EXTENSIONS         (1L << 8)
    +# define X509_FLAG_NO_SIGDUMP            (1L << 9)
    +# define X509_FLAG_NO_AUX                (1L << 10)
    +# define X509_FLAG_NO_ATTRIBUTES         (1L << 11)
    +# define X509_FLAG_NO_IDS                (1L << 12)
    +
    +/* Flags specific to X509_NAME_print_ex() */
     
     /* The field separator information */
     
    -#define XN_FLAG_SEP_MASK	(0xf << 16)
    +# define XN_FLAG_SEP_MASK        (0xf << 16)
     
    -#define XN_FLAG_COMPAT		0		/* Traditional SSLeay: use old X509_NAME_print */
    -#define XN_FLAG_SEP_COMMA_PLUS	(1 << 16)	/* RFC2253 ,+ */
    -#define XN_FLAG_SEP_CPLUS_SPC	(2 << 16)	/* ,+ spaced: more readable */
    -#define XN_FLAG_SEP_SPLUS_SPC	(3 << 16)	/* ;+ spaced */
    -#define XN_FLAG_SEP_MULTILINE	(4 << 16)	/* One line per field */
    +# define XN_FLAG_COMPAT          0/* Traditional SSLeay: use old
    +                                   * X509_NAME_print */
    +# define XN_FLAG_SEP_COMMA_PLUS  (1 << 16)/* RFC2253 ,+ */
    +# define XN_FLAG_SEP_CPLUS_SPC   (2 << 16)/* ,+ spaced: more readable */
    +# define XN_FLAG_SEP_SPLUS_SPC   (3 << 16)/* ;+ spaced */
    +# define XN_FLAG_SEP_MULTILINE   (4 << 16)/* One line per field */
     
    -#define XN_FLAG_DN_REV		(1 << 20)	/* Reverse DN order */
    +# define XN_FLAG_DN_REV          (1 << 20)/* Reverse DN order */
     
     /* How the field name is shown */
     
    -#define XN_FLAG_FN_MASK		(0x3 << 21)
    +# define XN_FLAG_FN_MASK         (0x3 << 21)
     
    -#define XN_FLAG_FN_SN		0		/* Object short name */
    -#define XN_FLAG_FN_LN		(1 << 21)	/* Object long name */
    -#define XN_FLAG_FN_OID		(2 << 21)	/* Always use OIDs */
    -#define XN_FLAG_FN_NONE		(3 << 21)	/* No field names */
    +# define XN_FLAG_FN_SN           0/* Object short name */
    +# define XN_FLAG_FN_LN           (1 << 21)/* Object long name */
    +# define XN_FLAG_FN_OID          (2 << 21)/* Always use OIDs */
    +# define XN_FLAG_FN_NONE         (3 << 21)/* No field names */
     
    -#define XN_FLAG_SPC_EQ		(1 << 23)	/* Put spaces round '=' */
    +# define XN_FLAG_SPC_EQ          (1 << 23)/* Put spaces round '=' */
     
    -/* This determines if we dump fields we don't recognise:
    - * RFC2253 requires this.
    +/*
    + * This determines if we dump fields we don't recognise: RFC2253 requires
    + * this.
      */
     
    -#define XN_FLAG_DUMP_UNKNOWN_FIELDS (1 << 24)
    +# define XN_FLAG_DUMP_UNKNOWN_FIELDS (1 << 24)
     
    -#define XN_FLAG_FN_ALIGN	(1 << 25)	/* Align field names to 20 characters */
    +# define XN_FLAG_FN_ALIGN        (1 << 25)/* Align field names to 20
    +                                           * characters */
     
     /* Complete set of RFC2253 flags */
     
    -#define XN_FLAG_RFC2253 (ASN1_STRFLGS_RFC2253 | \
    -			XN_FLAG_SEP_COMMA_PLUS | \
    -			XN_FLAG_DN_REV | \
    -			XN_FLAG_FN_SN | \
    -			XN_FLAG_DUMP_UNKNOWN_FIELDS)
    +# define XN_FLAG_RFC2253 (ASN1_STRFLGS_RFC2253 | \
    +                        XN_FLAG_SEP_COMMA_PLUS | \
    +                        XN_FLAG_DN_REV | \
    +                        XN_FLAG_FN_SN | \
    +                        XN_FLAG_DUMP_UNKNOWN_FIELDS)
     
     /* readable oneline form */
     
    -#define XN_FLAG_ONELINE (ASN1_STRFLGS_RFC2253 | \
    -			ASN1_STRFLGS_ESC_QUOTE | \
    -			XN_FLAG_SEP_CPLUS_SPC | \
    -			XN_FLAG_SPC_EQ | \
    -			XN_FLAG_FN_SN)
    +# define XN_FLAG_ONELINE (ASN1_STRFLGS_RFC2253 | \
    +                        ASN1_STRFLGS_ESC_QUOTE | \
    +                        XN_FLAG_SEP_CPLUS_SPC | \
    +                        XN_FLAG_SPC_EQ | \
    +                        XN_FLAG_FN_SN)
     
     /* readable multiline form */
     
    -#define XN_FLAG_MULTILINE (ASN1_STRFLGS_ESC_CTRL | \
    -			ASN1_STRFLGS_ESC_MSB | \
    -			XN_FLAG_SEP_MULTILINE | \
    -			XN_FLAG_SPC_EQ | \
    -			XN_FLAG_FN_LN | \
    -			XN_FLAG_FN_ALIGN)
    -
    -struct x509_revoked_st
    -	{
    -	ASN1_INTEGER *serialNumber;
    -	ASN1_TIME *revocationDate;
    -	STACK_OF(X509_EXTENSION) /* optional */ *extensions;
    -	/* Set up if indirect CRL */
    -	STACK_OF(GENERAL_NAME) *issuer;
    -	/* Revocation reason */
    -	int reason;
    -	int sequence; /* load sequence */
    -	};
    +# define XN_FLAG_MULTILINE (ASN1_STRFLGS_ESC_CTRL | \
    +                        ASN1_STRFLGS_ESC_MSB | \
    +                        XN_FLAG_SEP_MULTILINE | \
    +                        XN_FLAG_SPC_EQ | \
    +                        XN_FLAG_FN_LN | \
    +                        XN_FLAG_FN_ALIGN)
    +
    +struct x509_revoked_st {
    +    ASN1_INTEGER *serialNumber;
    +    ASN1_TIME *revocationDate;
    +    STACK_OF(X509_EXTENSION) /* optional */ *extensions;
    +    /* Set up if indirect CRL */
    +    STACK_OF(GENERAL_NAME) *issuer;
    +    /* Revocation reason */
    +    int reason;
    +    int sequence;               /* load sequence */
    +};
     
     DECLARE_STACK_OF(X509_REVOKED)
     DECLARE_ASN1_SET_OF(X509_REVOKED)
     
    -typedef struct X509_crl_info_st
    -	{
    -	ASN1_INTEGER *version;
    -	X509_ALGOR *sig_alg;
    -	X509_NAME *issuer;
    -	ASN1_TIME *lastUpdate;
    -	ASN1_TIME *nextUpdate;
    -	STACK_OF(X509_REVOKED) *revoked;
    -	STACK_OF(X509_EXTENSION) /* [0] */ *extensions;
    -	ASN1_ENCODING enc;
    -	} X509_CRL_INFO;
    -
    -struct X509_crl_st
    -	{
    -	/* actual signature */
    -	X509_CRL_INFO *crl;
    -	X509_ALGOR *sig_alg;
    -	ASN1_BIT_STRING *signature;
    -	int references;
    -	int flags;
    -	/* Copies of various extensions */
    -	AUTHORITY_KEYID *akid;
    -	ISSUING_DIST_POINT *idp;
    -	/* Convenient breakdown of IDP */
    -	int idp_flags;
    -	int idp_reasons;
    -	/* CRL and base CRL numbers for delta processing */
    -	ASN1_INTEGER *crl_number;
    -	ASN1_INTEGER *base_crl_number;
    -#ifndef OPENSSL_NO_SHA
    -	unsigned char sha1_hash[SHA_DIGEST_LENGTH];
    -#endif
    -	STACK_OF(GENERAL_NAMES) *issuers;
    -	const X509_CRL_METHOD *meth;
    -	void *meth_data;
    -	} /* X509_CRL */;
    +typedef struct X509_crl_info_st {
    +    ASN1_INTEGER *version;
    +    X509_ALGOR *sig_alg;
    +    X509_NAME *issuer;
    +    ASN1_TIME *lastUpdate;
    +    ASN1_TIME *nextUpdate;
    +    STACK_OF(X509_REVOKED) *revoked;
    +    STACK_OF(X509_EXTENSION) /* [0] */ *extensions;
    +    ASN1_ENCODING enc;
    +} X509_CRL_INFO;
    +
    +struct X509_crl_st {
    +    /* actual signature */
    +    X509_CRL_INFO *crl;
    +    X509_ALGOR *sig_alg;
    +    ASN1_BIT_STRING *signature;
    +    int references;
    +    int flags;
    +    /* Copies of various extensions */
    +    AUTHORITY_KEYID *akid;
    +    ISSUING_DIST_POINT *idp;
    +    /* Convenient breakdown of IDP */
    +    int idp_flags;
    +    int idp_reasons;
    +    /* CRL and base CRL numbers for delta processing */
    +    ASN1_INTEGER *crl_number;
    +    ASN1_INTEGER *base_crl_number;
    +# ifndef OPENSSL_NO_SHA
    +    unsigned char sha1_hash[SHA_DIGEST_LENGTH];
    +# endif
    +    STACK_OF(GENERAL_NAMES) *issuers;
    +    const X509_CRL_METHOD *meth;
    +    void *meth_data;
    +} /* X509_CRL */ ;
     
     DECLARE_STACK_OF(X509_CRL)
     DECLARE_ASN1_SET_OF(X509_CRL)
     
    -typedef struct private_key_st
    -	{
    -	int version;
    -	/* The PKCS#8 data types */
    -	X509_ALGOR *enc_algor;
    -	ASN1_OCTET_STRING *enc_pkey;	/* encrypted pub key */
    -
    -	/* When decrypted, the following will not be NULL */
    -	EVP_PKEY *dec_pkey;
    -
    -	/* used to encrypt and decrypt */
    -	int key_length;
    -	char *key_data;
    -	int key_free;	/* true if we should auto free key_data */
    -
    -	/* expanded version of 'enc_algor' */
    -	EVP_CIPHER_INFO cipher;
    -
    -	int references;
    -	} X509_PKEY;
    -
    -#ifndef OPENSSL_NO_EVP
    -typedef struct X509_info_st
    -	{
    -	X509 *x509;
    -	X509_CRL *crl;
    -	X509_PKEY *x_pkey;
    -
    -	EVP_CIPHER_INFO enc_cipher;
    -	int enc_len;
    -	char *enc_data;
    -
    -	int references;
    -	} X509_INFO;
    +typedef struct private_key_st {
    +    int version;
    +    /* The PKCS#8 data types */
    +    X509_ALGOR *enc_algor;
    +    ASN1_OCTET_STRING *enc_pkey; /* encrypted pub key */
    +    /* When decrypted, the following will not be NULL */
    +    EVP_PKEY *dec_pkey;
    +    /* used to encrypt and decrypt */
    +    int key_length;
    +    char *key_data;
    +    int key_free;               /* true if we should auto free key_data */
    +    /* expanded version of 'enc_algor' */
    +    EVP_CIPHER_INFO cipher;
    +    int references;
    +} X509_PKEY;
    +
    +# ifndef OPENSSL_NO_EVP
    +typedef struct X509_info_st {
    +    X509 *x509;
    +    X509_CRL *crl;
    +    X509_PKEY *x_pkey;
    +    EVP_CIPHER_INFO enc_cipher;
    +    int enc_len;
    +    char *enc_data;
    +    int references;
    +} X509_INFO;
     
     DECLARE_STACK_OF(X509_INFO)
    -#endif
    +# endif
     
    -/* The next 2 structures and their 8 routines were sent to me by
    - * Pat Richard  and are used to manipulate
    - * Netscapes spki structures - useful if you are writing a CA web page
    +/*
    + * The next 2 structures and their 8 routines were sent to me by Pat Richard
    + *  and are used to manipulate Netscapes spki structures -
    + * useful if you are writing a CA web page
      */
    -typedef struct Netscape_spkac_st
    -	{
    -	X509_PUBKEY *pubkey;
    -	ASN1_IA5STRING *challenge;	/* challenge sent in atlas >= PR2 */
    -	} NETSCAPE_SPKAC;
    -
    -typedef struct Netscape_spki_st
    -	{
    -	NETSCAPE_SPKAC *spkac;	/* signed public key and challenge */
    -	X509_ALGOR *sig_algor;
    -	ASN1_BIT_STRING *signature;
    -	} NETSCAPE_SPKI;
    +typedef struct Netscape_spkac_st {
    +    X509_PUBKEY *pubkey;
    +    ASN1_IA5STRING *challenge;  /* challenge sent in atlas >= PR2 */
    +} NETSCAPE_SPKAC;
    +
    +typedef struct Netscape_spki_st {
    +    NETSCAPE_SPKAC *spkac;      /* signed public key and challenge */
    +    X509_ALGOR *sig_algor;
    +    ASN1_BIT_STRING *signature;
    +} NETSCAPE_SPKI;
     
     /* Netscape certificate sequence structure */
    -typedef struct Netscape_certificate_sequence
    -	{
    -	ASN1_OBJECT *type;
    -	STACK_OF(X509) *certs;
    -	} NETSCAPE_CERT_SEQUENCE;
    +typedef struct Netscape_certificate_sequence {
    +    ASN1_OBJECT *type;
    +    STACK_OF(X509) *certs;
    +} NETSCAPE_CERT_SEQUENCE;
     
    -/* Unused (and iv length is wrong)
    +/*- Unused (and iv length is wrong)
     typedef struct CBCParameter_st
    -	{
    -	unsigned char iv[8];
    -	} CBC_PARAM;
    +        {
    +        unsigned char iv[8];
    +        } CBC_PARAM;
     */
     
     /* Password based encryption structure */
     
     typedef struct PBEPARAM_st {
    -ASN1_OCTET_STRING *salt;
    -ASN1_INTEGER *iter;
    +    ASN1_OCTET_STRING *salt;
    +    ASN1_INTEGER *iter;
     } PBEPARAM;
     
     /* Password based encryption V2 structures */
     
     typedef struct PBE2PARAM_st {
    -X509_ALGOR *keyfunc;
    -X509_ALGOR *encryption;
    +    X509_ALGOR *keyfunc;
    +    X509_ALGOR *encryption;
     } PBE2PARAM;
     
     typedef struct PBKDF2PARAM_st {
    -ASN1_TYPE *salt;	/* Usually OCTET STRING but could be anything */
    -ASN1_INTEGER *iter;
    -ASN1_INTEGER *keylength;
    -X509_ALGOR *prf;
    +/* Usually OCTET STRING but could be anything */
    +    ASN1_TYPE *salt;
    +    ASN1_INTEGER *iter;
    +    ASN1_INTEGER *keylength;
    +    X509_ALGOR *prf;
     } PBKDF2PARAM;
     
    -
     /* PKCS#8 private key info structure */
     
    -struct pkcs8_priv_key_info_st
    -        {
    -        int broken;     /* Flag for various broken formats */
    -#define PKCS8_OK		0
    -#define PKCS8_NO_OCTET		1
    -#define PKCS8_EMBEDDED_PARAM	2
    -#define PKCS8_NS_DB		3
    -#define PKCS8_NEG_PRIVKEY	4
    -        ASN1_INTEGER *version;
    -        X509_ALGOR *pkeyalg;
    -        ASN1_TYPE *pkey; /* Should be OCTET STRING but some are broken */
    -        STACK_OF(X509_ATTRIBUTE) *attributes;
    -        };
    +struct pkcs8_priv_key_info_st {
    +    /* Flag for various broken formats */
    +    int broken;
    +# define PKCS8_OK                0
    +# define PKCS8_NO_OCTET          1
    +# define PKCS8_EMBEDDED_PARAM    2
    +# define PKCS8_NS_DB             3
    +# define PKCS8_NEG_PRIVKEY       4
    +    ASN1_INTEGER *version;
    +    X509_ALGOR *pkeyalg;
    +    /* Should be OCTET STRING but some are broken */
    +    ASN1_TYPE *pkey;
    +    STACK_OF(X509_ATTRIBUTE) *attributes;
    +};
     
     #ifdef  __cplusplus
     }
     #endif
     
    -#include 
    -#include 
    +# include 
    +# include 
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -#define X509_EXT_PACK_UNKNOWN	1
    -#define X509_EXT_PACK_STRING	2
    -
    -#define		X509_get_version(x) ASN1_INTEGER_get((x)->cert_info->version)
    -/* #define	X509_get_serialNumber(x) ((x)->cert_info->serialNumber) */
    -#define		X509_get_notBefore(x) ((x)->cert_info->validity->notBefore)
    -#define		X509_get_notAfter(x) ((x)->cert_info->validity->notAfter)
    -#define		X509_extract_key(x)	X509_get_pubkey(x) /*****/
    -#define		X509_REQ_get_version(x) ASN1_INTEGER_get((x)->req_info->version)
    -#define		X509_REQ_get_subject_name(x) ((x)->req_info->subject)
    -#define		X509_REQ_extract_key(a)	X509_REQ_get_pubkey(a)
    -#define		X509_name_cmp(a,b)	X509_NAME_cmp((a),(b))
    -#define		X509_get_signature_type(x) EVP_PKEY_type(OBJ_obj2nid((x)->sig_alg->algorithm))
    -
    -#define		X509_CRL_get_version(x) ASN1_INTEGER_get((x)->crl->version)
    -#define 	X509_CRL_get_lastUpdate(x) ((x)->crl->lastUpdate)
    -#define 	X509_CRL_get_nextUpdate(x) ((x)->crl->nextUpdate)
    -#define		X509_CRL_get_issuer(x) ((x)->crl->issuer)
    -#define		X509_CRL_get_REVOKED(x) ((x)->crl->revoked)
    +# define X509_EXT_PACK_UNKNOWN   1
    +# define X509_EXT_PACK_STRING    2
    +
    +# define         X509_get_version(x) ASN1_INTEGER_get((x)->cert_info->version)
    +/* #define      X509_get_serialNumber(x) ((x)->cert_info->serialNumber) */
    +# define         X509_get_notBefore(x) ((x)->cert_info->validity->notBefore)
    +# define         X509_get_notAfter(x) ((x)->cert_info->validity->notAfter)
    +# define         X509_extract_key(x)     X509_get_pubkey(x)/*****/
    +# define         X509_REQ_get_version(x) ASN1_INTEGER_get((x)->req_info->version)
    +# define         X509_REQ_get_subject_name(x) ((x)->req_info->subject)
    +# define         X509_REQ_extract_key(a) X509_REQ_get_pubkey(a)
    +# define         X509_name_cmp(a,b)      X509_NAME_cmp((a),(b))
    +# define         X509_get_signature_type(x) EVP_PKEY_type(OBJ_obj2nid((x)->sig_alg->algorithm))
    +
    +# define         X509_CRL_get_version(x) ASN1_INTEGER_get((x)->crl->version)
    +# define         X509_CRL_get_lastUpdate(x) ((x)->crl->lastUpdate)
    +# define         X509_CRL_get_nextUpdate(x) ((x)->crl->nextUpdate)
    +# define         X509_CRL_get_issuer(x) ((x)->crl->issuer)
    +# define         X509_CRL_get_REVOKED(x) ((x)->crl->revoked)
     
     void X509_CRL_set_default_method(const X509_CRL_METHOD *meth);
    -X509_CRL_METHOD *X509_CRL_METHOD_new(
    -	int (*crl_init)(X509_CRL *crl),
    -	int (*crl_free)(X509_CRL *crl),
    -	int (*crl_lookup)(X509_CRL *crl, X509_REVOKED **ret,
    -				ASN1_INTEGER *ser, X509_NAME *issuer),
    -	int (*crl_verify)(X509_CRL *crl, EVP_PKEY *pk));
    +X509_CRL_METHOD *X509_CRL_METHOD_new(int (*crl_init) (X509_CRL *crl),
    +                                     int (*crl_free) (X509_CRL *crl),
    +                                     int (*crl_lookup) (X509_CRL *crl,
    +                                                        X509_REVOKED **ret,
    +                                                        ASN1_INTEGER *ser,
    +                                                        X509_NAME *issuer),
    +                                     int (*crl_verify) (X509_CRL *crl,
    +                                                        EVP_PKEY *pk));
     void X509_CRL_METHOD_free(X509_CRL_METHOD *m);
     
     void X509_CRL_set_meth_data(X509_CRL *crl, void *dat);
     void *X509_CRL_get_meth_data(X509_CRL *crl);
     
    -/* This one is only used so that a binary form can output, as in
    - * i2d_X509_NAME(X509_get_X509_PUBKEY(x),&buf) */
    -#define 	X509_get_X509_PUBKEY(x) ((x)->cert_info->key)
    -
    +/*
    + * This one is only used so that a binary form can output, as in
    + * i2d_X509_NAME(X509_get_X509_PUBKEY(x),&buf)
    + */
    +# define         X509_get_X509_PUBKEY(x) ((x)->cert_info->key)
     
     const char *X509_verify_cert_error_string(long n);
     
    -#ifndef OPENSSL_NO_EVP
    +# ifndef OPENSSL_NO_EVP
     int X509_verify(X509 *a, EVP_PKEY *r);
     
     int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r);
     int X509_CRL_verify(X509_CRL *a, EVP_PKEY *r);
     int NETSCAPE_SPKI_verify(NETSCAPE_SPKI *a, EVP_PKEY *r);
     
    -NETSCAPE_SPKI * NETSCAPE_SPKI_b64_decode(const char *str, int len);
    -char * NETSCAPE_SPKI_b64_encode(NETSCAPE_SPKI *x);
    +NETSCAPE_SPKI *NETSCAPE_SPKI_b64_decode(const char *str, int len);
    +char *NETSCAPE_SPKI_b64_encode(NETSCAPE_SPKI *x);
     EVP_PKEY *NETSCAPE_SPKI_get_pubkey(NETSCAPE_SPKI *x);
     int NETSCAPE_SPKI_set_pubkey(NETSCAPE_SPKI *x, EVP_PKEY *pkey);
     
     int NETSCAPE_SPKI_print(BIO *out, NETSCAPE_SPKI *spki);
     
    -int X509_signature_dump(BIO *bp,const ASN1_STRING *sig, int indent);
    -int X509_signature_print(BIO *bp,X509_ALGOR *alg, ASN1_STRING *sig);
    +int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent);
    +int X509_signature_print(BIO *bp, X509_ALGOR *alg, ASN1_STRING *sig);
     
     int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md);
     int X509_sign_ctx(X509 *x, EVP_MD_CTX *ctx);
    +int X509_http_nbio(OCSP_REQ_CTX *rctx, X509 **pcert);
     int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md);
     int X509_REQ_sign_ctx(X509_REQ *x, EVP_MD_CTX *ctx);
     int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md);
     int X509_CRL_sign_ctx(X509_CRL *x, EVP_MD_CTX *ctx);
    +int X509_CRL_http_nbio(OCSP_REQ_CTX *rctx, X509_CRL **pcrl);
     int NETSCAPE_SPKI_sign(NETSCAPE_SPKI *x, EVP_PKEY *pkey, const EVP_MD *md);
     
    -int X509_pubkey_digest(const X509 *data,const EVP_MD *type,
    -		unsigned char *md, unsigned int *len);
    -int X509_digest(const X509 *data,const EVP_MD *type,
    -		unsigned char *md, unsigned int *len);
    -int X509_CRL_digest(const X509_CRL *data,const EVP_MD *type,
    -		unsigned char *md, unsigned int *len);
    -int X509_REQ_digest(const X509_REQ *data,const EVP_MD *type,
    -		unsigned char *md, unsigned int *len);
    -int X509_NAME_digest(const X509_NAME *data,const EVP_MD *type,
    -		unsigned char *md, unsigned int *len);
    -#endif
    -
    -#ifndef OPENSSL_NO_FP_API
    +int X509_pubkey_digest(const X509 *data, const EVP_MD *type,
    +                       unsigned char *md, unsigned int *len);
    +int X509_digest(const X509 *data, const EVP_MD *type,
    +                unsigned char *md, unsigned int *len);
    +int X509_CRL_digest(const X509_CRL *data, const EVP_MD *type,
    +                    unsigned char *md, unsigned int *len);
    +int X509_REQ_digest(const X509_REQ *data, const EVP_MD *type,
    +                    unsigned char *md, unsigned int *len);
    +int X509_NAME_digest(const X509_NAME *data, const EVP_MD *type,
    +                     unsigned char *md, unsigned int *len);
    +# endif
    +
    +# ifndef OPENSSL_NO_FP_API
     X509 *d2i_X509_fp(FILE *fp, X509 **x509);
    -int i2d_X509_fp(FILE *fp,X509 *x509);
    -X509_CRL *d2i_X509_CRL_fp(FILE *fp,X509_CRL **crl);
    -int i2d_X509_CRL_fp(FILE *fp,X509_CRL *crl);
    -X509_REQ *d2i_X509_REQ_fp(FILE *fp,X509_REQ **req);
    -int i2d_X509_REQ_fp(FILE *fp,X509_REQ *req);
    -#ifndef OPENSSL_NO_RSA
    -RSA *d2i_RSAPrivateKey_fp(FILE *fp,RSA **rsa);
    -int i2d_RSAPrivateKey_fp(FILE *fp,RSA *rsa);
    -RSA *d2i_RSAPublicKey_fp(FILE *fp,RSA **rsa);
    -int i2d_RSAPublicKey_fp(FILE *fp,RSA *rsa);
    -RSA *d2i_RSA_PUBKEY_fp(FILE *fp,RSA **rsa);
    -int i2d_RSA_PUBKEY_fp(FILE *fp,RSA *rsa);
    -#endif
    -#ifndef OPENSSL_NO_DSA
    +int i2d_X509_fp(FILE *fp, X509 *x509);
    +X509_CRL *d2i_X509_CRL_fp(FILE *fp, X509_CRL **crl);
    +int i2d_X509_CRL_fp(FILE *fp, X509_CRL *crl);
    +X509_REQ *d2i_X509_REQ_fp(FILE *fp, X509_REQ **req);
    +int i2d_X509_REQ_fp(FILE *fp, X509_REQ *req);
    +#  ifndef OPENSSL_NO_RSA
    +RSA *d2i_RSAPrivateKey_fp(FILE *fp, RSA **rsa);
    +int i2d_RSAPrivateKey_fp(FILE *fp, RSA *rsa);
    +RSA *d2i_RSAPublicKey_fp(FILE *fp, RSA **rsa);
    +int i2d_RSAPublicKey_fp(FILE *fp, RSA *rsa);
    +RSA *d2i_RSA_PUBKEY_fp(FILE *fp, RSA **rsa);
    +int i2d_RSA_PUBKEY_fp(FILE *fp, RSA *rsa);
    +#  endif
    +#  ifndef OPENSSL_NO_DSA
     DSA *d2i_DSA_PUBKEY_fp(FILE *fp, DSA **dsa);
     int i2d_DSA_PUBKEY_fp(FILE *fp, DSA *dsa);
     DSA *d2i_DSAPrivateKey_fp(FILE *fp, DSA **dsa);
     int i2d_DSAPrivateKey_fp(FILE *fp, DSA *dsa);
    -#endif
    -#ifndef OPENSSL_NO_EC
    +#  endif
    +#  ifndef OPENSSL_NO_EC
     EC_KEY *d2i_EC_PUBKEY_fp(FILE *fp, EC_KEY **eckey);
    -int   i2d_EC_PUBKEY_fp(FILE *fp, EC_KEY *eckey);
    +int i2d_EC_PUBKEY_fp(FILE *fp, EC_KEY *eckey);
     EC_KEY *d2i_ECPrivateKey_fp(FILE *fp, EC_KEY **eckey);
    -int   i2d_ECPrivateKey_fp(FILE *fp, EC_KEY *eckey);
    -#endif
    -X509_SIG *d2i_PKCS8_fp(FILE *fp,X509_SIG **p8);
    -int i2d_PKCS8_fp(FILE *fp,X509_SIG *p8);
    +int i2d_ECPrivateKey_fp(FILE *fp, EC_KEY *eckey);
    +#  endif
    +X509_SIG *d2i_PKCS8_fp(FILE *fp, X509_SIG **p8);
    +int i2d_PKCS8_fp(FILE *fp, X509_SIG *p8);
     PKCS8_PRIV_KEY_INFO *d2i_PKCS8_PRIV_KEY_INFO_fp(FILE *fp,
    -						PKCS8_PRIV_KEY_INFO **p8inf);
    -int i2d_PKCS8_PRIV_KEY_INFO_fp(FILE *fp,PKCS8_PRIV_KEY_INFO *p8inf);
    +                                                PKCS8_PRIV_KEY_INFO **p8inf);
    +int i2d_PKCS8_PRIV_KEY_INFO_fp(FILE *fp, PKCS8_PRIV_KEY_INFO *p8inf);
     int i2d_PKCS8PrivateKeyInfo_fp(FILE *fp, EVP_PKEY *key);
     int i2d_PrivateKey_fp(FILE *fp, EVP_PKEY *pkey);
     EVP_PKEY *d2i_PrivateKey_fp(FILE *fp, EVP_PKEY **a);
     int i2d_PUBKEY_fp(FILE *fp, EVP_PKEY *pkey);
     EVP_PKEY *d2i_PUBKEY_fp(FILE *fp, EVP_PKEY **a);
    -#endif
    -
    -#ifndef OPENSSL_NO_BIO
    -X509 *d2i_X509_bio(BIO *bp,X509 **x509);
    -int i2d_X509_bio(BIO *bp,X509 *x509);
    -X509_CRL *d2i_X509_CRL_bio(BIO *bp,X509_CRL **crl);
    -int i2d_X509_CRL_bio(BIO *bp,X509_CRL *crl);
    -X509_REQ *d2i_X509_REQ_bio(BIO *bp,X509_REQ **req);
    -int i2d_X509_REQ_bio(BIO *bp,X509_REQ *req);
    -#ifndef OPENSSL_NO_RSA
    -RSA *d2i_RSAPrivateKey_bio(BIO *bp,RSA **rsa);
    -int i2d_RSAPrivateKey_bio(BIO *bp,RSA *rsa);
    -RSA *d2i_RSAPublicKey_bio(BIO *bp,RSA **rsa);
    -int i2d_RSAPublicKey_bio(BIO *bp,RSA *rsa);
    -RSA *d2i_RSA_PUBKEY_bio(BIO *bp,RSA **rsa);
    -int i2d_RSA_PUBKEY_bio(BIO *bp,RSA *rsa);
    -#endif
    -#ifndef OPENSSL_NO_DSA
    +# endif
    +
    +# ifndef OPENSSL_NO_BIO
    +X509 *d2i_X509_bio(BIO *bp, X509 **x509);
    +int i2d_X509_bio(BIO *bp, X509 *x509);
    +X509_CRL *d2i_X509_CRL_bio(BIO *bp, X509_CRL **crl);
    +int i2d_X509_CRL_bio(BIO *bp, X509_CRL *crl);
    +X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req);
    +int i2d_X509_REQ_bio(BIO *bp, X509_REQ *req);
    +#  ifndef OPENSSL_NO_RSA
    +RSA *d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa);
    +int i2d_RSAPrivateKey_bio(BIO *bp, RSA *rsa);
    +RSA *d2i_RSAPublicKey_bio(BIO *bp, RSA **rsa);
    +int i2d_RSAPublicKey_bio(BIO *bp, RSA *rsa);
    +RSA *d2i_RSA_PUBKEY_bio(BIO *bp, RSA **rsa);
    +int i2d_RSA_PUBKEY_bio(BIO *bp, RSA *rsa);
    +#  endif
    +#  ifndef OPENSSL_NO_DSA
     DSA *d2i_DSA_PUBKEY_bio(BIO *bp, DSA **dsa);
     int i2d_DSA_PUBKEY_bio(BIO *bp, DSA *dsa);
     DSA *d2i_DSAPrivateKey_bio(BIO *bp, DSA **dsa);
     int i2d_DSAPrivateKey_bio(BIO *bp, DSA *dsa);
    -#endif
    -#ifndef OPENSSL_NO_EC
    +#  endif
    +#  ifndef OPENSSL_NO_EC
     EC_KEY *d2i_EC_PUBKEY_bio(BIO *bp, EC_KEY **eckey);
    -int   i2d_EC_PUBKEY_bio(BIO *bp, EC_KEY *eckey);
    +int i2d_EC_PUBKEY_bio(BIO *bp, EC_KEY *eckey);
     EC_KEY *d2i_ECPrivateKey_bio(BIO *bp, EC_KEY **eckey);
    -int   i2d_ECPrivateKey_bio(BIO *bp, EC_KEY *eckey);
    -#endif
    -X509_SIG *d2i_PKCS8_bio(BIO *bp,X509_SIG **p8);
    -int i2d_PKCS8_bio(BIO *bp,X509_SIG *p8);
    +int i2d_ECPrivateKey_bio(BIO *bp, EC_KEY *eckey);
    +#  endif
    +X509_SIG *d2i_PKCS8_bio(BIO *bp, X509_SIG **p8);
    +int i2d_PKCS8_bio(BIO *bp, X509_SIG *p8);
     PKCS8_PRIV_KEY_INFO *d2i_PKCS8_PRIV_KEY_INFO_bio(BIO *bp,
    -						PKCS8_PRIV_KEY_INFO **p8inf);
    -int i2d_PKCS8_PRIV_KEY_INFO_bio(BIO *bp,PKCS8_PRIV_KEY_INFO *p8inf);
    +                                                 PKCS8_PRIV_KEY_INFO **p8inf);
    +int i2d_PKCS8_PRIV_KEY_INFO_bio(BIO *bp, PKCS8_PRIV_KEY_INFO *p8inf);
     int i2d_PKCS8PrivateKeyInfo_bio(BIO *bp, EVP_PKEY *key);
     int i2d_PrivateKey_bio(BIO *bp, EVP_PKEY *pkey);
     EVP_PKEY *d2i_PrivateKey_bio(BIO *bp, EVP_PKEY **a);
     int i2d_PUBKEY_bio(BIO *bp, EVP_PKEY *pkey);
     EVP_PKEY *d2i_PUBKEY_bio(BIO *bp, EVP_PKEY **a);
    -#endif
    +# endif
     
     X509 *X509_dup(X509 *x509);
     X509_ATTRIBUTE *X509_ATTRIBUTE_dup(X509_ATTRIBUTE *xa);
     X509_EXTENSION *X509_EXTENSION_dup(X509_EXTENSION *ex);
     X509_CRL *X509_CRL_dup(X509_CRL *crl);
    +X509_REVOKED *X509_REVOKED_dup(X509_REVOKED *rev);
     X509_REQ *X509_REQ_dup(X509_REQ *req);
     X509_ALGOR *X509_ALGOR_dup(X509_ALGOR *xn);
    -int X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, void *pval);
    +int X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype,
    +                    void *pval);
     void X509_ALGOR_get0(ASN1_OBJECT **paobj, int *pptype, void **ppval,
    -						X509_ALGOR *algor);
    +                     X509_ALGOR *algor);
     void X509_ALGOR_set_md(X509_ALGOR *alg, const EVP_MD *md);
    +int X509_ALGOR_cmp(const X509_ALGOR *a, const X509_ALGOR *b);
     
     X509_NAME *X509_NAME_dup(X509_NAME *xn);
     X509_NAME_ENTRY *X509_NAME_ENTRY_dup(X509_NAME_ENTRY *ne);
     
    -int		X509_cmp_time(const ASN1_TIME *s, time_t *t);
    -int		X509_cmp_current_time(const ASN1_TIME *s);
    -ASN1_TIME *	X509_time_adj(ASN1_TIME *s, long adj, time_t *t);
    -ASN1_TIME *	X509_time_adj_ex(ASN1_TIME *s,
    -				int offset_day, long offset_sec, time_t *t);
    -ASN1_TIME *	X509_gmtime_adj(ASN1_TIME *s, long adj);
    +int X509_cmp_time(const ASN1_TIME *s, time_t *t);
    +int X509_cmp_current_time(const ASN1_TIME *s);
    +ASN1_TIME *X509_time_adj(ASN1_TIME *s, long adj, time_t *t);
    +ASN1_TIME *X509_time_adj_ex(ASN1_TIME *s,
    +                            int offset_day, long offset_sec, time_t *t);
    +ASN1_TIME *X509_gmtime_adj(ASN1_TIME *s, long adj);
     
    -const char *	X509_get_default_cert_area(void );
    -const char *	X509_get_default_cert_dir(void );
    -const char *	X509_get_default_cert_file(void );
    -const char *	X509_get_default_cert_dir_env(void );
    -const char *	X509_get_default_cert_file_env(void );
    -const char *	X509_get_default_private_dir(void );
    +const char *X509_get_default_cert_area(void);
    +const char *X509_get_default_cert_dir(void);
    +const char *X509_get_default_cert_file(void);
    +const char *X509_get_default_cert_dir_env(void);
    +const char *X509_get_default_cert_file_env(void);
    +const char *X509_get_default_private_dir(void);
     
    -X509_REQ *	X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, const EVP_MD *md);
    -X509 *		X509_REQ_to_X509(X509_REQ *r, int days,EVP_PKEY *pkey);
    +X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, const EVP_MD *md);
    +X509 *X509_REQ_to_X509(X509_REQ *r, int days, EVP_PKEY *pkey);
     
     DECLARE_ASN1_FUNCTIONS(X509_ALGOR)
     DECLARE_ASN1_ENCODE_FUNCTIONS(X509_ALGORS, X509_ALGORS, X509_ALGORS)
    @@ -795,28 +784,23 @@ DECLARE_ASN1_FUNCTIONS(X509_VAL)
     
     DECLARE_ASN1_FUNCTIONS(X509_PUBKEY)
     
    -int		X509_PUBKEY_set(X509_PUBKEY **x, EVP_PKEY *pkey);
    -EVP_PKEY *	X509_PUBKEY_get(X509_PUBKEY *key);
    -int		X509_get_pubkey_parameters(EVP_PKEY *pkey,
    -					   STACK_OF(X509) *chain);
    -int		i2d_PUBKEY(EVP_PKEY *a,unsigned char **pp);
    -EVP_PKEY *	d2i_PUBKEY(EVP_PKEY **a,const unsigned char **pp,
    -			long length);
    -#ifndef OPENSSL_NO_RSA
    -int		i2d_RSA_PUBKEY(RSA *a,unsigned char **pp);
    -RSA *		d2i_RSA_PUBKEY(RSA **a,const unsigned char **pp,
    -			long length);
    -#endif
    -#ifndef OPENSSL_NO_DSA
    -int		i2d_DSA_PUBKEY(DSA *a,unsigned char **pp);
    -DSA *		d2i_DSA_PUBKEY(DSA **a,const unsigned char **pp,
    -			long length);
    -#endif
    -#ifndef OPENSSL_NO_EC
    -int		i2d_EC_PUBKEY(EC_KEY *a, unsigned char **pp);
    -EC_KEY 		*d2i_EC_PUBKEY(EC_KEY **a, const unsigned char **pp,
    -			long length);
    -#endif
    +int X509_PUBKEY_set(X509_PUBKEY **x, EVP_PKEY *pkey);
    +EVP_PKEY *X509_PUBKEY_get(X509_PUBKEY *key);
    +int X509_get_pubkey_parameters(EVP_PKEY *pkey, STACK_OF(X509) *chain);
    +int i2d_PUBKEY(EVP_PKEY *a, unsigned char **pp);
    +EVP_PKEY *d2i_PUBKEY(EVP_PKEY **a, const unsigned char **pp, long length);
    +# ifndef OPENSSL_NO_RSA
    +int i2d_RSA_PUBKEY(RSA *a, unsigned char **pp);
    +RSA *d2i_RSA_PUBKEY(RSA **a, const unsigned char **pp, long length);
    +# endif
    +# ifndef OPENSSL_NO_DSA
    +int i2d_DSA_PUBKEY(DSA *a, unsigned char **pp);
    +DSA *d2i_DSA_PUBKEY(DSA **a, const unsigned char **pp, long length);
    +# endif
    +# ifndef OPENSSL_NO_EC
    +int i2d_EC_PUBKEY(EC_KEY *a, unsigned char **pp);
    +EC_KEY *d2i_EC_PUBKEY(EC_KEY **a, const unsigned char **pp, long length);
    +# endif
     
     DECLARE_ASN1_FUNCTIONS(X509_SIG)
     DECLARE_ASN1_FUNCTIONS(X509_REQ_INFO)
    @@ -832,7 +816,7 @@ DECLARE_ASN1_FUNCTIONS(X509_NAME_ENTRY)
     
     DECLARE_ASN1_FUNCTIONS(X509_NAME)
     
    -int		X509_NAME_set(X509_NAME **xn, X509_NAME *name);
    +int X509_NAME_set(X509_NAME **xn, X509_NAME *name);
     
     DECLARE_ASN1_FUNCTIONS(X509_CINF)
     
    @@ -842,17 +826,24 @@ DECLARE_ASN1_FUNCTIONS(X509_CERT_AUX)
     DECLARE_ASN1_FUNCTIONS(X509_CERT_PAIR)
     
     int X509_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
    -	     CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
    +                          CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
     int X509_set_ex_data(X509 *r, int idx, void *arg);
     void *X509_get_ex_data(X509 *r, int idx);
    -int		i2d_X509_AUX(X509 *a,unsigned char **pp);
    -X509 *		d2i_X509_AUX(X509 **a,const unsigned char **pp,long length);
    +int i2d_X509_AUX(X509 *a, unsigned char **pp);
    +X509 *d2i_X509_AUX(X509 **a, const unsigned char **pp, long length);
    +
    +int i2d_re_X509_tbs(X509 *x, unsigned char **pp);
    +
    +void X509_get0_signature(ASN1_BIT_STRING **psig, X509_ALGOR **palg,
    +                         const X509 *x);
    +int X509_get_signature_nid(const X509 *x);
     
     int X509_alias_set1(X509 *x, unsigned char *name, int len);
     int X509_keyid_set1(X509 *x, unsigned char *id, int len);
    -unsigned char * X509_alias_get0(X509 *x, int *len);
    -unsigned char * X509_keyid_get0(X509 *x, int *len);
    -int (*X509_TRUST_set_default(int (*trust)(int , X509 *, int)))(int, X509 *, int);
    +unsigned char *X509_alias_get0(X509 *x, int *len);
    +unsigned char *X509_keyid_get0(X509 *x, int *len);
    +int (*X509_TRUST_set_default(int (*trust) (int, X509 *, int))) (int, X509 *,
    +                                                                int);
     int X509_TRUST_set(int *t, int trust);
     int X509_add1_trust_object(X509 *x, ASN1_OBJECT *obj);
     int X509_add1_reject_object(X509 *x, ASN1_OBJECT *obj);
    @@ -865,89 +856,89 @@ DECLARE_ASN1_FUNCTIONS(X509_CRL)
     
     int X509_CRL_add0_revoked(X509_CRL *crl, X509_REVOKED *rev);
     int X509_CRL_get0_by_serial(X509_CRL *crl,
    -		X509_REVOKED **ret, ASN1_INTEGER *serial);
    +                            X509_REVOKED **ret, ASN1_INTEGER *serial);
     int X509_CRL_get0_by_cert(X509_CRL *crl, X509_REVOKED **ret, X509 *x);
     
    -X509_PKEY *	X509_PKEY_new(void );
    -void		X509_PKEY_free(X509_PKEY *a);
    -int		i2d_X509_PKEY(X509_PKEY *a,unsigned char **pp);
    -X509_PKEY *	d2i_X509_PKEY(X509_PKEY **a,const unsigned char **pp,long length);
    +X509_PKEY *X509_PKEY_new(void);
    +void X509_PKEY_free(X509_PKEY *a);
    +int i2d_X509_PKEY(X509_PKEY *a, unsigned char **pp);
    +X509_PKEY *d2i_X509_PKEY(X509_PKEY **a, const unsigned char **pp,
    +                         long length);
     
     DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKI)
     DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKAC)
     DECLARE_ASN1_FUNCTIONS(NETSCAPE_CERT_SEQUENCE)
     
    -#ifndef OPENSSL_NO_EVP
    -X509_INFO *	X509_INFO_new(void);
    -void		X509_INFO_free(X509_INFO *a);
    -char *		X509_NAME_oneline(X509_NAME *a,char *buf,int size);
    +# ifndef OPENSSL_NO_EVP
    +X509_INFO *X509_INFO_new(void);
    +void X509_INFO_free(X509_INFO *a);
    +char *X509_NAME_oneline(X509_NAME *a, char *buf, int size);
     
     int ASN1_verify(i2d_of_void *i2d, X509_ALGOR *algor1,
    -		ASN1_BIT_STRING *signature,char *data,EVP_PKEY *pkey);
    +                ASN1_BIT_STRING *signature, char *data, EVP_PKEY *pkey);
     
    -int ASN1_digest(i2d_of_void *i2d,const EVP_MD *type,char *data,
    -		unsigned char *md,unsigned int *len);
    +int ASN1_digest(i2d_of_void *i2d, const EVP_MD *type, char *data,
    +                unsigned char *md, unsigned int *len);
     
     int ASN1_sign(i2d_of_void *i2d, X509_ALGOR *algor1,
    -	      X509_ALGOR *algor2, ASN1_BIT_STRING *signature,
    -	      char *data,EVP_PKEY *pkey, const EVP_MD *type);
    +              X509_ALGOR *algor2, ASN1_BIT_STRING *signature,
    +              char *data, EVP_PKEY *pkey, const EVP_MD *type);
     
    -int ASN1_item_digest(const ASN1_ITEM *it,const EVP_MD *type,void *data,
    -	unsigned char *md,unsigned int *len);
    +int ASN1_item_digest(const ASN1_ITEM *it, const EVP_MD *type, void *data,
    +                     unsigned char *md, unsigned int *len);
     
     int ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *algor1,
    -	ASN1_BIT_STRING *signature,void *data,EVP_PKEY *pkey);
    -
    -int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2,
    -	ASN1_BIT_STRING *signature,
    -	void *data, EVP_PKEY *pkey, const EVP_MD *type);
    -int ASN1_item_sign_ctx(const ASN1_ITEM *it,
    -		X509_ALGOR *algor1, X509_ALGOR *algor2,
    -	     	ASN1_BIT_STRING *signature, void *asn, EVP_MD_CTX *ctx);
    -#endif
    -
    -int 		X509_set_version(X509 *x,long version);
    -int 		X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial);
    -ASN1_INTEGER *	X509_get_serialNumber(X509 *x);
    -int 		X509_set_issuer_name(X509 *x, X509_NAME *name);
    -X509_NAME *	X509_get_issuer_name(X509 *a);
    -int 		X509_set_subject_name(X509 *x, X509_NAME *name);
    -X509_NAME *	X509_get_subject_name(X509 *a);
    -int 		X509_set_notBefore(X509 *x, const ASN1_TIME *tm);
    -int 		X509_set_notAfter(X509 *x, const ASN1_TIME *tm);
    -int 		X509_set_pubkey(X509 *x, EVP_PKEY *pkey);
    -EVP_PKEY *	X509_get_pubkey(X509 *x);
    -ASN1_BIT_STRING * X509_get0_pubkey_bitstr(const X509 *x);
    -int		X509_certificate_type(X509 *x,EVP_PKEY *pubkey /* optional */);
    -
    -int		X509_REQ_set_version(X509_REQ *x,long version);
    -int		X509_REQ_set_subject_name(X509_REQ *req,X509_NAME *name);
    -int		X509_REQ_set_pubkey(X509_REQ *x, EVP_PKEY *pkey);
    -EVP_PKEY *	X509_REQ_get_pubkey(X509_REQ *req);
    -int		X509_REQ_extension_nid(int nid);
    -int *		X509_REQ_get_extension_nids(void);
    -void		X509_REQ_set_extension_nids(int *nids);
    +                     ASN1_BIT_STRING *signature, void *data, EVP_PKEY *pkey);
    +
    +int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1,
    +                   X509_ALGOR *algor2, ASN1_BIT_STRING *signature, void *data,
    +                   EVP_PKEY *pkey, const EVP_MD *type);
    +int ASN1_item_sign_ctx(const ASN1_ITEM *it, X509_ALGOR *algor1,
    +                       X509_ALGOR *algor2, ASN1_BIT_STRING *signature,
    +                       void *asn, EVP_MD_CTX *ctx);
    +# endif
    +
    +int X509_set_version(X509 *x, long version);
    +int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial);
    +ASN1_INTEGER *X509_get_serialNumber(X509 *x);
    +int X509_set_issuer_name(X509 *x, X509_NAME *name);
    +X509_NAME *X509_get_issuer_name(X509 *a);
    +int X509_set_subject_name(X509 *x, X509_NAME *name);
    +X509_NAME *X509_get_subject_name(X509 *a);
    +int X509_set_notBefore(X509 *x, const ASN1_TIME *tm);
    +int X509_set_notAfter(X509 *x, const ASN1_TIME *tm);
    +int X509_set_pubkey(X509 *x, EVP_PKEY *pkey);
    +EVP_PKEY *X509_get_pubkey(X509 *x);
    +ASN1_BIT_STRING *X509_get0_pubkey_bitstr(const X509 *x);
    +int X509_certificate_type(X509 *x, EVP_PKEY *pubkey /* optional */ );
    +
    +int X509_REQ_set_version(X509_REQ *x, long version);
    +int X509_REQ_set_subject_name(X509_REQ *req, X509_NAME *name);
    +int X509_REQ_set_pubkey(X509_REQ *x, EVP_PKEY *pkey);
    +EVP_PKEY *X509_REQ_get_pubkey(X509_REQ *req);
    +int X509_REQ_extension_nid(int nid);
    +int *X509_REQ_get_extension_nids(void);
    +void X509_REQ_set_extension_nids(int *nids);
     STACK_OF(X509_EXTENSION) *X509_REQ_get_extensions(X509_REQ *req);
     int X509_REQ_add_extensions_nid(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts,
    -				int nid);
    +                                int nid);
     int X509_REQ_add_extensions(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts);
     int X509_REQ_get_attr_count(const X509_REQ *req);
    -int X509_REQ_get_attr_by_NID(const X509_REQ *req, int nid,
    -			  int lastpos);
    +int X509_REQ_get_attr_by_NID(const X509_REQ *req, int nid, int lastpos);
     int X509_REQ_get_attr_by_OBJ(const X509_REQ *req, ASN1_OBJECT *obj,
    -			  int lastpos);
    +                             int lastpos);
     X509_ATTRIBUTE *X509_REQ_get_attr(const X509_REQ *req, int loc);
     X509_ATTRIBUTE *X509_REQ_delete_attr(X509_REQ *req, int loc);
     int X509_REQ_add1_attr(X509_REQ *req, X509_ATTRIBUTE *attr);
     int X509_REQ_add1_attr_by_OBJ(X509_REQ *req,
    -			const ASN1_OBJECT *obj, int type,
    -			const unsigned char *bytes, int len);
    +                              const ASN1_OBJECT *obj, int type,
    +                              const unsigned char *bytes, int len);
     int X509_REQ_add1_attr_by_NID(X509_REQ *req,
    -			int nid, int type,
    -			const unsigned char *bytes, int len);
    +                              int nid, int type,
    +                              const unsigned char *bytes, int len);
     int X509_REQ_add1_attr_by_txt(X509_REQ *req,
    -			const char *attrname, int type,
    -			const unsigned char *bytes, int len);
    +                              const char *attrname, int type,
    +                              const unsigned char *bytes, int len);
     
     int X509_CRL_set_version(X509_CRL *x, long version);
     int X509_CRL_set_issuer_name(X509_CRL *x, X509_NAME *name);
    @@ -958,219 +949,251 @@ int X509_CRL_sort(X509_CRL *crl);
     int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial);
     int X509_REVOKED_set_revocationDate(X509_REVOKED *r, ASN1_TIME *tm);
     
    -int		X509_REQ_check_private_key(X509_REQ *x509,EVP_PKEY *pkey);
    -
    -int		X509_check_private_key(X509 *x509,EVP_PKEY *pkey);
    -
    -int		X509_issuer_and_serial_cmp(const X509 *a, const X509 *b);
    -unsigned long	X509_issuer_and_serial_hash(X509 *a);
    -
    -int		X509_issuer_name_cmp(const X509 *a, const X509 *b);
    -unsigned long	X509_issuer_name_hash(X509 *a);
    -
    -int		X509_subject_name_cmp(const X509 *a, const X509 *b);
    -unsigned long	X509_subject_name_hash(X509 *x);
    -
    -#ifndef OPENSSL_NO_MD5
    -unsigned long	X509_issuer_name_hash_old(X509 *a);
    -unsigned long	X509_subject_name_hash_old(X509 *x);
    -#endif
    -
    -int		X509_cmp(const X509 *a, const X509 *b);
    -int		X509_NAME_cmp(const X509_NAME *a, const X509_NAME *b);
    -unsigned long	X509_NAME_hash(X509_NAME *x);
    -unsigned long	X509_NAME_hash_old(X509_NAME *x);
    -
    -int		X509_CRL_cmp(const X509_CRL *a, const X509_CRL *b);
    -int		X509_CRL_match(const X509_CRL *a, const X509_CRL *b);
    -#ifndef OPENSSL_NO_FP_API
    -int		X509_print_ex_fp(FILE *bp,X509 *x, unsigned long nmflag, unsigned long cflag);
    -int		X509_print_fp(FILE *bp,X509 *x);
    -int		X509_CRL_print_fp(FILE *bp,X509_CRL *x);
    -int		X509_REQ_print_fp(FILE *bp,X509_REQ *req);
    -int X509_NAME_print_ex_fp(FILE *fp, X509_NAME *nm, int indent, unsigned long flags);
    -#endif
    -
    -#ifndef OPENSSL_NO_BIO
    -int		X509_NAME_print(BIO *bp, X509_NAME *name, int obase);
    -int X509_NAME_print_ex(BIO *out, X509_NAME *nm, int indent, unsigned long flags);
    -int		X509_print_ex(BIO *bp,X509 *x, unsigned long nmflag, unsigned long cflag);
    -int		X509_print(BIO *bp,X509 *x);
    -int		X509_ocspid_print(BIO *bp,X509 *x);
    -int		X509_CERT_AUX_print(BIO *bp,X509_CERT_AUX *x, int indent);
    -int		X509_CRL_print(BIO *bp,X509_CRL *x);
    -int		X509_REQ_print_ex(BIO *bp, X509_REQ *x, unsigned long nmflag, unsigned long cflag);
    -int		X509_REQ_print(BIO *bp,X509_REQ *req);
    -#endif
    -
    -int 		X509_NAME_entry_count(X509_NAME *name);
    -int 		X509_NAME_get_text_by_NID(X509_NAME *name, int nid,
    -			char *buf,int len);
    -int		X509_NAME_get_text_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj,
    -			char *buf,int len);
    -
    -/* NOTE: you should be passsing -1, not 0 as lastpos.  The functions that use
    - * lastpos, search after that position on. */
    -int 		X509_NAME_get_index_by_NID(X509_NAME *name,int nid,int lastpos);
    -int 		X509_NAME_get_index_by_OBJ(X509_NAME *name,ASN1_OBJECT *obj,
    -			int lastpos);
    +X509_CRL *X509_CRL_diff(X509_CRL *base, X509_CRL *newer,
    +                        EVP_PKEY *skey, const EVP_MD *md, unsigned int flags);
    +
    +int X509_REQ_check_private_key(X509_REQ *x509, EVP_PKEY *pkey);
    +
    +int X509_check_private_key(X509 *x509, EVP_PKEY *pkey);
    +int X509_chain_check_suiteb(int *perror_depth,
    +                            X509 *x, STACK_OF(X509) *chain,
    +                            unsigned long flags);
    +int X509_CRL_check_suiteb(X509_CRL *crl, EVP_PKEY *pk, unsigned long flags);
    +STACK_OF(X509) *X509_chain_up_ref(STACK_OF(X509) *chain);
    +
    +int X509_issuer_and_serial_cmp(const X509 *a, const X509 *b);
    +unsigned long X509_issuer_and_serial_hash(X509 *a);
    +
    +int X509_issuer_name_cmp(const X509 *a, const X509 *b);
    +unsigned long X509_issuer_name_hash(X509 *a);
    +
    +int X509_subject_name_cmp(const X509 *a, const X509 *b);
    +unsigned long X509_subject_name_hash(X509 *x);
    +
    +# ifndef OPENSSL_NO_MD5
    +unsigned long X509_issuer_name_hash_old(X509 *a);
    +unsigned long X509_subject_name_hash_old(X509 *x);
    +# endif
    +
    +int X509_cmp(const X509 *a, const X509 *b);
    +int X509_NAME_cmp(const X509_NAME *a, const X509_NAME *b);
    +unsigned long X509_NAME_hash(X509_NAME *x);
    +unsigned long X509_NAME_hash_old(X509_NAME *x);
    +
    +int X509_CRL_cmp(const X509_CRL *a, const X509_CRL *b);
    +int X509_CRL_match(const X509_CRL *a, const X509_CRL *b);
    +# ifndef OPENSSL_NO_FP_API
    +int X509_print_ex_fp(FILE *bp, X509 *x, unsigned long nmflag,
    +                     unsigned long cflag);
    +int X509_print_fp(FILE *bp, X509 *x);
    +int X509_CRL_print_fp(FILE *bp, X509_CRL *x);
    +int X509_REQ_print_fp(FILE *bp, X509_REQ *req);
    +int X509_NAME_print_ex_fp(FILE *fp, X509_NAME *nm, int indent,
    +                          unsigned long flags);
    +# endif
    +
    +# ifndef OPENSSL_NO_BIO
    +int X509_NAME_print(BIO *bp, X509_NAME *name, int obase);
    +int X509_NAME_print_ex(BIO *out, X509_NAME *nm, int indent,
    +                       unsigned long flags);
    +int X509_print_ex(BIO *bp, X509 *x, unsigned long nmflag,
    +                  unsigned long cflag);
    +int X509_print(BIO *bp, X509 *x);
    +int X509_ocspid_print(BIO *bp, X509 *x);
    +int X509_CERT_AUX_print(BIO *bp, X509_CERT_AUX *x, int indent);
    +int X509_CRL_print(BIO *bp, X509_CRL *x);
    +int X509_REQ_print_ex(BIO *bp, X509_REQ *x, unsigned long nmflag,
    +                      unsigned long cflag);
    +int X509_REQ_print(BIO *bp, X509_REQ *req);
    +# endif
    +
    +int X509_NAME_entry_count(X509_NAME *name);
    +int X509_NAME_get_text_by_NID(X509_NAME *name, int nid, char *buf, int len);
    +int X509_NAME_get_text_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj,
    +                              char *buf, int len);
    +
    +/*
    + * NOTE: you should be passsing -1, not 0 as lastpos.  The functions that use
    + * lastpos, search after that position on.
    + */
    +int X509_NAME_get_index_by_NID(X509_NAME *name, int nid, int lastpos);
    +int X509_NAME_get_index_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj,
    +                               int lastpos);
     X509_NAME_ENTRY *X509_NAME_get_entry(X509_NAME *name, int loc);
     X509_NAME_ENTRY *X509_NAME_delete_entry(X509_NAME *name, int loc);
    -int 		X509_NAME_add_entry(X509_NAME *name,X509_NAME_ENTRY *ne,
    -			int loc, int set);
    +int X509_NAME_add_entry(X509_NAME *name, X509_NAME_ENTRY *ne,
    +                        int loc, int set);
     int X509_NAME_add_entry_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, int type,
    -			unsigned char *bytes, int len, int loc, int set);
    +                               unsigned char *bytes, int len, int loc,
    +                               int set);
     int X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type,
    -			unsigned char *bytes, int len, int loc, int set);
    +                               unsigned char *bytes, int len, int loc,
    +                               int set);
     X509_NAME_ENTRY *X509_NAME_ENTRY_create_by_txt(X509_NAME_ENTRY **ne,
    -		const char *field, int type, const unsigned char *bytes, int len);
    +                                               const char *field, int type,
    +                                               const unsigned char *bytes,
    +                                               int len);
     X509_NAME_ENTRY *X509_NAME_ENTRY_create_by_NID(X509_NAME_ENTRY **ne, int nid,
    -			int type,unsigned char *bytes, int len);
    +                                               int type, unsigned char *bytes,
    +                                               int len);
     int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type,
    -			const unsigned char *bytes, int len, int loc, int set);
    +                               const unsigned char *bytes, int len, int loc,
    +                               int set);
     X509_NAME_ENTRY *X509_NAME_ENTRY_create_by_OBJ(X509_NAME_ENTRY **ne,
    -			ASN1_OBJECT *obj, int type,const unsigned char *bytes,
    -			int len);
    -int 		X509_NAME_ENTRY_set_object(X509_NAME_ENTRY *ne,
    -			ASN1_OBJECT *obj);
    -int 		X509_NAME_ENTRY_set_data(X509_NAME_ENTRY *ne, int type,
    -			const unsigned char *bytes, int len);
    -ASN1_OBJECT *	X509_NAME_ENTRY_get_object(X509_NAME_ENTRY *ne);
    -ASN1_STRING *	X509_NAME_ENTRY_get_data(X509_NAME_ENTRY *ne);
    -
    -int		X509v3_get_ext_count(const STACK_OF(X509_EXTENSION) *x);
    -int		X509v3_get_ext_by_NID(const STACK_OF(X509_EXTENSION) *x,
    -				      int nid, int lastpos);
    -int		X509v3_get_ext_by_OBJ(const STACK_OF(X509_EXTENSION) *x,
    -				      ASN1_OBJECT *obj,int lastpos);
    -int		X509v3_get_ext_by_critical(const STACK_OF(X509_EXTENSION) *x,
    -					   int crit, int lastpos);
    +                                               ASN1_OBJECT *obj, int type,
    +                                               const unsigned char *bytes,
    +                                               int len);
    +int X509_NAME_ENTRY_set_object(X509_NAME_ENTRY *ne, ASN1_OBJECT *obj);
    +int X509_NAME_ENTRY_set_data(X509_NAME_ENTRY *ne, int type,
    +                             const unsigned char *bytes, int len);
    +ASN1_OBJECT *X509_NAME_ENTRY_get_object(X509_NAME_ENTRY *ne);
    +ASN1_STRING *X509_NAME_ENTRY_get_data(X509_NAME_ENTRY *ne);
    +
    +int X509v3_get_ext_count(const STACK_OF(X509_EXTENSION) *x);
    +int X509v3_get_ext_by_NID(const STACK_OF(X509_EXTENSION) *x,
    +                          int nid, int lastpos);
    +int X509v3_get_ext_by_OBJ(const STACK_OF(X509_EXTENSION) *x,
    +                          ASN1_OBJECT *obj, int lastpos);
    +int X509v3_get_ext_by_critical(const STACK_OF(X509_EXTENSION) *x,
    +                               int crit, int lastpos);
     X509_EXTENSION *X509v3_get_ext(const STACK_OF(X509_EXTENSION) *x, int loc);
     X509_EXTENSION *X509v3_delete_ext(STACK_OF(X509_EXTENSION) *x, int loc);
     STACK_OF(X509_EXTENSION) *X509v3_add_ext(STACK_OF(X509_EXTENSION) **x,
    -					 X509_EXTENSION *ex, int loc);
    +                                         X509_EXTENSION *ex, int loc);
     
    -int		X509_get_ext_count(X509 *x);
    -int		X509_get_ext_by_NID(X509 *x, int nid, int lastpos);
    -int		X509_get_ext_by_OBJ(X509 *x,ASN1_OBJECT *obj,int lastpos);
    -int		X509_get_ext_by_critical(X509 *x, int crit, int lastpos);
    +int X509_get_ext_count(X509 *x);
    +int X509_get_ext_by_NID(X509 *x, int nid, int lastpos);
    +int X509_get_ext_by_OBJ(X509 *x, ASN1_OBJECT *obj, int lastpos);
    +int X509_get_ext_by_critical(X509 *x, int crit, int lastpos);
     X509_EXTENSION *X509_get_ext(X509 *x, int loc);
     X509_EXTENSION *X509_delete_ext(X509 *x, int loc);
    -int		X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc);
    -void	*	X509_get_ext_d2i(X509 *x, int nid, int *crit, int *idx);
    -int		X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit,
    -							unsigned long flags);
    -
    -int		X509_CRL_get_ext_count(X509_CRL *x);
    -int		X509_CRL_get_ext_by_NID(X509_CRL *x, int nid, int lastpos);
    -int		X509_CRL_get_ext_by_OBJ(X509_CRL *x,ASN1_OBJECT *obj,int lastpos);
    -int		X509_CRL_get_ext_by_critical(X509_CRL *x, int crit, int lastpos);
    +int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc);
    +void *X509_get_ext_d2i(X509 *x, int nid, int *crit, int *idx);
    +int X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit,
    +                      unsigned long flags);
    +
    +int X509_CRL_get_ext_count(X509_CRL *x);
    +int X509_CRL_get_ext_by_NID(X509_CRL *x, int nid, int lastpos);
    +int X509_CRL_get_ext_by_OBJ(X509_CRL *x, ASN1_OBJECT *obj, int lastpos);
    +int X509_CRL_get_ext_by_critical(X509_CRL *x, int crit, int lastpos);
     X509_EXTENSION *X509_CRL_get_ext(X509_CRL *x, int loc);
     X509_EXTENSION *X509_CRL_delete_ext(X509_CRL *x, int loc);
    -int		X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc);
    -void	*	X509_CRL_get_ext_d2i(X509_CRL *x, int nid, int *crit, int *idx);
    -int		X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit,
    -							unsigned long flags);
    -
    -int		X509_REVOKED_get_ext_count(X509_REVOKED *x);
    -int		X509_REVOKED_get_ext_by_NID(X509_REVOKED *x, int nid, int lastpos);
    -int		X509_REVOKED_get_ext_by_OBJ(X509_REVOKED *x,ASN1_OBJECT *obj,int lastpos);
    -int		X509_REVOKED_get_ext_by_critical(X509_REVOKED *x, int crit, int lastpos);
    +int X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc);
    +void *X509_CRL_get_ext_d2i(X509_CRL *x, int nid, int *crit, int *idx);
    +int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit,
    +                          unsigned long flags);
    +
    +int X509_REVOKED_get_ext_count(X509_REVOKED *x);
    +int X509_REVOKED_get_ext_by_NID(X509_REVOKED *x, int nid, int lastpos);
    +int X509_REVOKED_get_ext_by_OBJ(X509_REVOKED *x, ASN1_OBJECT *obj,
    +                                int lastpos);
    +int X509_REVOKED_get_ext_by_critical(X509_REVOKED *x, int crit, int lastpos);
     X509_EXTENSION *X509_REVOKED_get_ext(X509_REVOKED *x, int loc);
     X509_EXTENSION *X509_REVOKED_delete_ext(X509_REVOKED *x, int loc);
    -int		X509_REVOKED_add_ext(X509_REVOKED *x, X509_EXTENSION *ex, int loc);
    -void	*	X509_REVOKED_get_ext_d2i(X509_REVOKED *x, int nid, int *crit, int *idx);
    -int		X509_REVOKED_add1_ext_i2d(X509_REVOKED *x, int nid, void *value, int crit,
    -							unsigned long flags);
    +int X509_REVOKED_add_ext(X509_REVOKED *x, X509_EXTENSION *ex, int loc);
    +void *X509_REVOKED_get_ext_d2i(X509_REVOKED *x, int nid, int *crit, int *idx);
    +int X509_REVOKED_add1_ext_i2d(X509_REVOKED *x, int nid, void *value, int crit,
    +                              unsigned long flags);
     
     X509_EXTENSION *X509_EXTENSION_create_by_NID(X509_EXTENSION **ex,
    -			int nid, int crit, ASN1_OCTET_STRING *data);
    +                                             int nid, int crit,
    +                                             ASN1_OCTET_STRING *data);
     X509_EXTENSION *X509_EXTENSION_create_by_OBJ(X509_EXTENSION **ex,
    -			ASN1_OBJECT *obj,int crit,ASN1_OCTET_STRING *data);
    -int		X509_EXTENSION_set_object(X509_EXTENSION *ex,ASN1_OBJECT *obj);
    -int		X509_EXTENSION_set_critical(X509_EXTENSION *ex, int crit);
    -int		X509_EXTENSION_set_data(X509_EXTENSION *ex,
    -			ASN1_OCTET_STRING *data);
    -ASN1_OBJECT *	X509_EXTENSION_get_object(X509_EXTENSION *ex);
    +                                             ASN1_OBJECT *obj, int crit,
    +                                             ASN1_OCTET_STRING *data);
    +int X509_EXTENSION_set_object(X509_EXTENSION *ex, ASN1_OBJECT *obj);
    +int X509_EXTENSION_set_critical(X509_EXTENSION *ex, int crit);
    +int X509_EXTENSION_set_data(X509_EXTENSION *ex, ASN1_OCTET_STRING *data);
    +ASN1_OBJECT *X509_EXTENSION_get_object(X509_EXTENSION *ex);
     ASN1_OCTET_STRING *X509_EXTENSION_get_data(X509_EXTENSION *ne);
    -int		X509_EXTENSION_get_critical(X509_EXTENSION *ex);
    +int X509_EXTENSION_get_critical(X509_EXTENSION *ex);
     
     int X509at_get_attr_count(const STACK_OF(X509_ATTRIBUTE) *x);
     int X509at_get_attr_by_NID(const STACK_OF(X509_ATTRIBUTE) *x, int nid,
    -			  int lastpos);
    -int X509at_get_attr_by_OBJ(const STACK_OF(X509_ATTRIBUTE) *sk, ASN1_OBJECT *obj,
    -			  int lastpos);
    +                           int lastpos);
    +int X509at_get_attr_by_OBJ(const STACK_OF(X509_ATTRIBUTE) *sk,
    +                           ASN1_OBJECT *obj, int lastpos);
     X509_ATTRIBUTE *X509at_get_attr(const STACK_OF(X509_ATTRIBUTE) *x, int loc);
     X509_ATTRIBUTE *X509at_delete_attr(STACK_OF(X509_ATTRIBUTE) *x, int loc);
     STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr(STACK_OF(X509_ATTRIBUTE) **x,
    -					 X509_ATTRIBUTE *attr);
    -STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr_by_OBJ(STACK_OF(X509_ATTRIBUTE) **x,
    -			const ASN1_OBJECT *obj, int type,
    -			const unsigned char *bytes, int len);
    -STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr_by_NID(STACK_OF(X509_ATTRIBUTE) **x,
    -			int nid, int type,
    -			const unsigned char *bytes, int len);
    -STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr_by_txt(STACK_OF(X509_ATTRIBUTE) **x,
    -			const char *attrname, int type,
    -			const unsigned char *bytes, int len);
    -void *X509at_get0_data_by_OBJ(STACK_OF(X509_ATTRIBUTE) *x,
    -				ASN1_OBJECT *obj, int lastpos, int type);
    +                                           X509_ATTRIBUTE *attr);
    +STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr_by_OBJ(STACK_OF(X509_ATTRIBUTE)
    +                                                  **x, const ASN1_OBJECT *obj,
    +                                                  int type,
    +                                                  const unsigned char *bytes,
    +                                                  int len);
    +STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr_by_NID(STACK_OF(X509_ATTRIBUTE)
    +                                                  **x, int nid, int type,
    +                                                  const unsigned char *bytes,
    +                                                  int len);
    +STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr_by_txt(STACK_OF(X509_ATTRIBUTE)
    +                                                  **x, const char *attrname,
    +                                                  int type,
    +                                                  const unsigned char *bytes,
    +                                                  int len);
    +void *X509at_get0_data_by_OBJ(STACK_OF(X509_ATTRIBUTE) *x, ASN1_OBJECT *obj,
    +                              int lastpos, int type);
     X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_NID(X509_ATTRIBUTE **attr, int nid,
    -	     int atrtype, const void *data, int len);
    +                                             int atrtype, const void *data,
    +                                             int len);
     X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_OBJ(X509_ATTRIBUTE **attr,
    -	     const ASN1_OBJECT *obj, int atrtype, const void *data, int len);
    +                                             const ASN1_OBJECT *obj,
    +                                             int atrtype, const void *data,
    +                                             int len);
     X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_txt(X509_ATTRIBUTE **attr,
    -		const char *atrname, int type, const unsigned char *bytes, int len);
    +                                             const char *atrname, int type,
    +                                             const unsigned char *bytes,
    +                                             int len);
     int X509_ATTRIBUTE_set1_object(X509_ATTRIBUTE *attr, const ASN1_OBJECT *obj);
    -int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, const void *data, int len);
    -void *X509_ATTRIBUTE_get0_data(X509_ATTRIBUTE *attr, int idx,
    -					int atrtype, void *data);
    +int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype,
    +                             const void *data, int len);
    +void *X509_ATTRIBUTE_get0_data(X509_ATTRIBUTE *attr, int idx, int atrtype,
    +                               void *data);
     int X509_ATTRIBUTE_count(X509_ATTRIBUTE *attr);
     ASN1_OBJECT *X509_ATTRIBUTE_get0_object(X509_ATTRIBUTE *attr);
     ASN1_TYPE *X509_ATTRIBUTE_get0_type(X509_ATTRIBUTE *attr, int idx);
     
     int EVP_PKEY_get_attr_count(const EVP_PKEY *key);
    -int EVP_PKEY_get_attr_by_NID(const EVP_PKEY *key, int nid,
    -			  int lastpos);
    +int EVP_PKEY_get_attr_by_NID(const EVP_PKEY *key, int nid, int lastpos);
     int EVP_PKEY_get_attr_by_OBJ(const EVP_PKEY *key, ASN1_OBJECT *obj,
    -			  int lastpos);
    +                             int lastpos);
     X509_ATTRIBUTE *EVP_PKEY_get_attr(const EVP_PKEY *key, int loc);
     X509_ATTRIBUTE *EVP_PKEY_delete_attr(EVP_PKEY *key, int loc);
     int EVP_PKEY_add1_attr(EVP_PKEY *key, X509_ATTRIBUTE *attr);
     int EVP_PKEY_add1_attr_by_OBJ(EVP_PKEY *key,
    -			const ASN1_OBJECT *obj, int type,
    -			const unsigned char *bytes, int len);
    +                              const ASN1_OBJECT *obj, int type,
    +                              const unsigned char *bytes, int len);
     int EVP_PKEY_add1_attr_by_NID(EVP_PKEY *key,
    -			int nid, int type,
    -			const unsigned char *bytes, int len);
    +                              int nid, int type,
    +                              const unsigned char *bytes, int len);
     int EVP_PKEY_add1_attr_by_txt(EVP_PKEY *key,
    -			const char *attrname, int type,
    -			const unsigned char *bytes, int len);
    +                              const char *attrname, int type,
    +                              const unsigned char *bytes, int len);
     
    -int		X509_verify_cert(X509_STORE_CTX *ctx);
    +int X509_verify_cert(X509_STORE_CTX *ctx);
     
     /* lookup a cert from a X509 STACK */
    -X509 *X509_find_by_issuer_and_serial(STACK_OF(X509) *sk,X509_NAME *name,
    -				     ASN1_INTEGER *serial);
    -X509 *X509_find_by_subject(STACK_OF(X509) *sk,X509_NAME *name);
    +X509 *X509_find_by_issuer_and_serial(STACK_OF(X509) *sk, X509_NAME *name,
    +                                     ASN1_INTEGER *serial);
    +X509 *X509_find_by_subject(STACK_OF(X509) *sk, X509_NAME *name);
     
     DECLARE_ASN1_FUNCTIONS(PBEPARAM)
     DECLARE_ASN1_FUNCTIONS(PBE2PARAM)
     DECLARE_ASN1_FUNCTIONS(PBKDF2PARAM)
     
     int PKCS5_pbe_set0_algor(X509_ALGOR *algor, int alg, int iter,
    -				const unsigned char *salt, int saltlen);
    +                         const unsigned char *salt, int saltlen);
     
     X509_ALGOR *PKCS5_pbe_set(int alg, int iter,
    -				const unsigned char *salt, int saltlen);
    +                          const unsigned char *salt, int saltlen);
     X509_ALGOR *PKCS5_pbe2_set(const EVP_CIPHER *cipher, int iter,
    -					 unsigned char *salt, int saltlen);
    +                           unsigned char *salt, int saltlen);
     X509_ALGOR *PKCS5_pbe2_set_iv(const EVP_CIPHER *cipher, int iter,
    -				 unsigned char *salt, int saltlen,
    -				 unsigned char *aiv, int prf_nid);
    +                              unsigned char *salt, int saltlen,
    +                              unsigned char *aiv, int prf_nid);
     
     X509_ALGOR *PKCS5_pbkdf2_set(int iter, unsigned char *salt, int saltlen,
    -				int prf_nid, int keylen);
    +                             int prf_nid, int keylen);
     
     /* PKCS#8 utilities */
     
    @@ -1182,34 +1205,33 @@ PKCS8_PRIV_KEY_INFO *EVP_PKEY2PKCS8_broken(EVP_PKEY *pkey, int broken);
     PKCS8_PRIV_KEY_INFO *PKCS8_set_broken(PKCS8_PRIV_KEY_INFO *p8, int broken);
     
     int PKCS8_pkey_set0(PKCS8_PRIV_KEY_INFO *priv, ASN1_OBJECT *aobj,
    -			int version, int ptype, void *pval,
    -				unsigned char *penc, int penclen);
    +                    int version, int ptype, void *pval,
    +                    unsigned char *penc, int penclen);
     int PKCS8_pkey_get0(ASN1_OBJECT **ppkalg,
    -		const unsigned char **pk, int *ppklen,
    -		X509_ALGOR **pa,
    -		PKCS8_PRIV_KEY_INFO *p8);
    +                    const unsigned char **pk, int *ppklen,
    +                    X509_ALGOR **pa, PKCS8_PRIV_KEY_INFO *p8);
     
     int X509_PUBKEY_set0_param(X509_PUBKEY *pub, ASN1_OBJECT *aobj,
    -					int ptype, void *pval,
    -					unsigned char *penc, int penclen);
    +                           int ptype, void *pval,
    +                           unsigned char *penc, int penclen);
     int X509_PUBKEY_get0_param(ASN1_OBJECT **ppkalg,
    -		const unsigned char **pk, int *ppklen,
    -		X509_ALGOR **pa,
    -		X509_PUBKEY *pub);
    +                           const unsigned char **pk, int *ppklen,
    +                           X509_ALGOR **pa, X509_PUBKEY *pub);
     
     int X509_check_trust(X509 *x, int id, int flags);
     int X509_TRUST_get_count(void);
    -X509_TRUST * X509_TRUST_get0(int idx);
    +X509_TRUST *X509_TRUST_get0(int idx);
     int X509_TRUST_get_by_id(int id);
    -int X509_TRUST_add(int id, int flags, int (*ck)(X509_TRUST *, X509 *, int),
    -					char *name, int arg1, void *arg2);
    +int X509_TRUST_add(int id, int flags, int (*ck) (X509_TRUST *, X509 *, int),
    +                   char *name, int arg1, void *arg2);
     void X509_TRUST_cleanup(void);
     int X509_TRUST_get_flags(X509_TRUST *xp);
     char *X509_TRUST_get0_name(X509_TRUST *xp);
     int X509_TRUST_get_trust(X509_TRUST *xp);
     
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     void ERR_load_X509_strings(void);
    @@ -1217,79 +1239,87 @@ void ERR_load_X509_strings(void);
     /* Error codes for the X509 functions. */
     
     /* Function codes. */
    -#define X509_F_ADD_CERT_DIR				 100
    -#define X509_F_BY_FILE_CTRL				 101
    -#define X509_F_CHECK_POLICY				 145
    -#define X509_F_DIR_CTRL					 102
    -#define X509_F_GET_CERT_BY_SUBJECT			 103
    -#define X509_F_NETSCAPE_SPKI_B64_DECODE			 129
    -#define X509_F_NETSCAPE_SPKI_B64_ENCODE			 130
    -#define X509_F_X509AT_ADD1_ATTR				 135
    -#define X509_F_X509V3_ADD_EXT				 104
    -#define X509_F_X509_ATTRIBUTE_CREATE_BY_NID		 136
    -#define X509_F_X509_ATTRIBUTE_CREATE_BY_OBJ		 137
    -#define X509_F_X509_ATTRIBUTE_CREATE_BY_TXT		 140
    -#define X509_F_X509_ATTRIBUTE_GET0_DATA			 139
    -#define X509_F_X509_ATTRIBUTE_SET1_DATA			 138
    -#define X509_F_X509_CHECK_PRIVATE_KEY			 128
    -#define X509_F_X509_CRL_PRINT_FP			 147
    -#define X509_F_X509_EXTENSION_CREATE_BY_NID		 108
    -#define X509_F_X509_EXTENSION_CREATE_BY_OBJ		 109
    -#define X509_F_X509_GET_PUBKEY_PARAMETERS		 110
    -#define X509_F_X509_LOAD_CERT_CRL_FILE			 132
    -#define X509_F_X509_LOAD_CERT_FILE			 111
    -#define X509_F_X509_LOAD_CRL_FILE			 112
    -#define X509_F_X509_NAME_ADD_ENTRY			 113
    -#define X509_F_X509_NAME_ENTRY_CREATE_BY_NID		 114
    -#define X509_F_X509_NAME_ENTRY_CREATE_BY_TXT		 131
    -#define X509_F_X509_NAME_ENTRY_SET_OBJECT		 115
    -#define X509_F_X509_NAME_ONELINE			 116
    -#define X509_F_X509_NAME_PRINT				 117
    -#define X509_F_X509_PRINT_EX_FP				 118
    -#define X509_F_X509_PUBKEY_GET				 119
    -#define X509_F_X509_PUBKEY_SET				 120
    -#define X509_F_X509_REQ_CHECK_PRIVATE_KEY		 144
    -#define X509_F_X509_REQ_PRINT_EX			 121
    -#define X509_F_X509_REQ_PRINT_FP			 122
    -#define X509_F_X509_REQ_TO_X509				 123
    -#define X509_F_X509_STORE_ADD_CERT			 124
    -#define X509_F_X509_STORE_ADD_CRL			 125
    -#define X509_F_X509_STORE_CTX_GET1_ISSUER		 146
    -#define X509_F_X509_STORE_CTX_INIT			 143
    -#define X509_F_X509_STORE_CTX_NEW			 142
    -#define X509_F_X509_STORE_CTX_PURPOSE_INHERIT		 134
    -#define X509_F_X509_TO_X509_REQ				 126
    -#define X509_F_X509_TRUST_ADD				 133
    -#define X509_F_X509_TRUST_SET				 141
    -#define X509_F_X509_VERIFY_CERT				 127
    +# define X509_F_ADD_CERT_DIR                              100
    +# define X509_F_BY_FILE_CTRL                              101
    +# define X509_F_CHECK_POLICY                              145
    +# define X509_F_DIR_CTRL                                  102
    +# define X509_F_GET_CERT_BY_SUBJECT                       103
    +# define X509_F_NETSCAPE_SPKI_B64_DECODE                  129
    +# define X509_F_NETSCAPE_SPKI_B64_ENCODE                  130
    +# define X509_F_X509AT_ADD1_ATTR                          135
    +# define X509_F_X509V3_ADD_EXT                            104
    +# define X509_F_X509_ATTRIBUTE_CREATE_BY_NID              136
    +# define X509_F_X509_ATTRIBUTE_CREATE_BY_OBJ              137
    +# define X509_F_X509_ATTRIBUTE_CREATE_BY_TXT              140
    +# define X509_F_X509_ATTRIBUTE_GET0_DATA                  139
    +# define X509_F_X509_ATTRIBUTE_SET1_DATA                  138
    +# define X509_F_X509_CHECK_PRIVATE_KEY                    128
    +# define X509_F_X509_CRL_DIFF                             105
    +# define X509_F_X509_CRL_PRINT_FP                         147
    +# define X509_F_X509_EXTENSION_CREATE_BY_NID              108
    +# define X509_F_X509_EXTENSION_CREATE_BY_OBJ              109
    +# define X509_F_X509_GET_PUBKEY_PARAMETERS                110
    +# define X509_F_X509_LOAD_CERT_CRL_FILE                   132
    +# define X509_F_X509_LOAD_CERT_FILE                       111
    +# define X509_F_X509_LOAD_CRL_FILE                        112
    +# define X509_F_X509_NAME_ADD_ENTRY                       113
    +# define X509_F_X509_NAME_ENTRY_CREATE_BY_NID             114
    +# define X509_F_X509_NAME_ENTRY_CREATE_BY_TXT             131
    +# define X509_F_X509_NAME_ENTRY_SET_OBJECT                115
    +# define X509_F_X509_NAME_ONELINE                         116
    +# define X509_F_X509_NAME_PRINT                           117
    +# define X509_F_X509_PRINT_EX_FP                          118
    +# define X509_F_X509_PUBKEY_GET                           119
    +# define X509_F_X509_PUBKEY_SET                           120
    +# define X509_F_X509_REQ_CHECK_PRIVATE_KEY                144
    +# define X509_F_X509_REQ_PRINT_EX                         121
    +# define X509_F_X509_REQ_PRINT_FP                         122
    +# define X509_F_X509_REQ_TO_X509                          123
    +# define X509_F_X509_STORE_ADD_CERT                       124
    +# define X509_F_X509_STORE_ADD_CRL                        125
    +# define X509_F_X509_STORE_CTX_GET1_ISSUER                146
    +# define X509_F_X509_STORE_CTX_INIT                       143
    +# define X509_F_X509_STORE_CTX_NEW                        142
    +# define X509_F_X509_STORE_CTX_PURPOSE_INHERIT            134
    +# define X509_F_X509_TO_X509_REQ                          126
    +# define X509_F_X509_TRUST_ADD                            133
    +# define X509_F_X509_TRUST_SET                            141
    +# define X509_F_X509_VERIFY_CERT                          127
     
     /* Reason codes. */
    -#define X509_R_BAD_X509_FILETYPE			 100
    -#define X509_R_BASE64_DECODE_ERROR			 118
    -#define X509_R_CANT_CHECK_DH_KEY			 114
    -#define X509_R_CERT_ALREADY_IN_HASH_TABLE		 101
    -#define X509_R_ERR_ASN1_LIB				 102
    -#define X509_R_INVALID_DIRECTORY			 113
    -#define X509_R_INVALID_FIELD_NAME			 119
    -#define X509_R_INVALID_TRUST				 123
    -#define X509_R_KEY_TYPE_MISMATCH			 115
    -#define X509_R_KEY_VALUES_MISMATCH			 116
    -#define X509_R_LOADING_CERT_DIR				 103
    -#define X509_R_LOADING_DEFAULTS				 104
    -#define X509_R_METHOD_NOT_SUPPORTED			 124
    -#define X509_R_NO_CERT_SET_FOR_US_TO_VERIFY		 105
    -#define X509_R_PUBLIC_KEY_DECODE_ERROR			 125
    -#define X509_R_PUBLIC_KEY_ENCODE_ERROR			 126
    -#define X509_R_SHOULD_RETRY				 106
    -#define X509_R_UNABLE_TO_FIND_PARAMETERS_IN_CHAIN	 107
    -#define X509_R_UNABLE_TO_GET_CERTS_PUBLIC_KEY		 108
    -#define X509_R_UNKNOWN_KEY_TYPE				 117
    -#define X509_R_UNKNOWN_NID				 109
    -#define X509_R_UNKNOWN_PURPOSE_ID			 121
    -#define X509_R_UNKNOWN_TRUST_ID				 120
    -#define X509_R_UNSUPPORTED_ALGORITHM			 111
    -#define X509_R_WRONG_LOOKUP_TYPE			 112
    -#define X509_R_WRONG_TYPE				 122
    +# define X509_R_AKID_MISMATCH                             110
    +# define X509_R_BAD_X509_FILETYPE                         100
    +# define X509_R_BASE64_DECODE_ERROR                       118
    +# define X509_R_CANT_CHECK_DH_KEY                         114
    +# define X509_R_CERT_ALREADY_IN_HASH_TABLE                101
    +# define X509_R_CRL_ALREADY_DELTA                         127
    +# define X509_R_CRL_VERIFY_FAILURE                        131
    +# define X509_R_ERR_ASN1_LIB                              102
    +# define X509_R_IDP_MISMATCH                              128
    +# define X509_R_INVALID_DIRECTORY                         113
    +# define X509_R_INVALID_FIELD_NAME                        119
    +# define X509_R_INVALID_TRUST                             123
    +# define X509_R_ISSUER_MISMATCH                           129
    +# define X509_R_KEY_TYPE_MISMATCH                         115
    +# define X509_R_KEY_VALUES_MISMATCH                       116
    +# define X509_R_LOADING_CERT_DIR                          103
    +# define X509_R_LOADING_DEFAULTS                          104
    +# define X509_R_METHOD_NOT_SUPPORTED                      124
    +# define X509_R_NEWER_CRL_NOT_NEWER                       132
    +# define X509_R_NO_CERT_SET_FOR_US_TO_VERIFY              105
    +# define X509_R_NO_CRL_NUMBER                             130
    +# define X509_R_PUBLIC_KEY_DECODE_ERROR                   125
    +# define X509_R_PUBLIC_KEY_ENCODE_ERROR                   126
    +# define X509_R_SHOULD_RETRY                              106
    +# define X509_R_UNABLE_TO_FIND_PARAMETERS_IN_CHAIN        107
    +# define X509_R_UNABLE_TO_GET_CERTS_PUBLIC_KEY            108
    +# define X509_R_UNKNOWN_KEY_TYPE                          117
    +# define X509_R_UNKNOWN_NID                               109
    +# define X509_R_UNKNOWN_PURPOSE_ID                        121
    +# define X509_R_UNKNOWN_TRUST_ID                          120
    +# define X509_R_UNSUPPORTED_ALGORITHM                     111
    +# define X509_R_WRONG_LOOKUP_TYPE                         112
    +# define X509_R_WRONG_TYPE                                122
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/x509/x509_att.c b/openssl/crypto/x509/x509_att.c
    index 98460e892..bd59281f9 100644
    --- a/openssl/crypto/x509/x509_att.c
    +++ b/openssl/crypto/x509/x509_att.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -67,293 +67,318 @@
     
     int X509at_get_attr_count(const STACK_OF(X509_ATTRIBUTE) *x)
     {
    -	return sk_X509_ATTRIBUTE_num(x);
    +    return sk_X509_ATTRIBUTE_num(x);
     }
     
     int X509at_get_attr_by_NID(const STACK_OF(X509_ATTRIBUTE) *x, int nid,
    -			  int lastpos)
    +                           int lastpos)
     {
    -	ASN1_OBJECT *obj;
    +    ASN1_OBJECT *obj;
     
    -	obj=OBJ_nid2obj(nid);
    -	if (obj == NULL) return(-2);
    -	return(X509at_get_attr_by_OBJ(x,obj,lastpos));
    +    obj = OBJ_nid2obj(nid);
    +    if (obj == NULL)
    +        return (-2);
    +    return (X509at_get_attr_by_OBJ(x, obj, lastpos));
     }
     
    -int X509at_get_attr_by_OBJ(const STACK_OF(X509_ATTRIBUTE) *sk, ASN1_OBJECT *obj,
    -			  int lastpos)
    +int X509at_get_attr_by_OBJ(const STACK_OF(X509_ATTRIBUTE) *sk,
    +                           ASN1_OBJECT *obj, int lastpos)
     {
    -	int n;
    -	X509_ATTRIBUTE *ex;
    +    int n;
    +    X509_ATTRIBUTE *ex;
     
    -	if (sk == NULL) return(-1);
    -	lastpos++;
    -	if (lastpos < 0)
    -		lastpos=0;
    -	n=sk_X509_ATTRIBUTE_num(sk);
    -	for ( ; lastpos < n; lastpos++)
    -		{
    -		ex=sk_X509_ATTRIBUTE_value(sk,lastpos);
    -		if (OBJ_cmp(ex->object,obj) == 0)
    -			return(lastpos);
    -		}
    -	return(-1);
    +    if (sk == NULL)
    +        return (-1);
    +    lastpos++;
    +    if (lastpos < 0)
    +        lastpos = 0;
    +    n = sk_X509_ATTRIBUTE_num(sk);
    +    for (; lastpos < n; lastpos++) {
    +        ex = sk_X509_ATTRIBUTE_value(sk, lastpos);
    +        if (OBJ_cmp(ex->object, obj) == 0)
    +            return (lastpos);
    +    }
    +    return (-1);
     }
     
     X509_ATTRIBUTE *X509at_get_attr(const STACK_OF(X509_ATTRIBUTE) *x, int loc)
     {
    -	if (x == NULL || sk_X509_ATTRIBUTE_num(x) <= loc || loc < 0)
    -		return NULL;
    -	else
    -		return sk_X509_ATTRIBUTE_value(x,loc);
    +    if (x == NULL || sk_X509_ATTRIBUTE_num(x) <= loc || loc < 0)
    +        return NULL;
    +    else
    +        return sk_X509_ATTRIBUTE_value(x, loc);
     }
     
     X509_ATTRIBUTE *X509at_delete_attr(STACK_OF(X509_ATTRIBUTE) *x, int loc)
     {
    -	X509_ATTRIBUTE *ret;
    +    X509_ATTRIBUTE *ret;
     
    -	if (x == NULL || sk_X509_ATTRIBUTE_num(x) <= loc || loc < 0)
    -		return(NULL);
    -	ret=sk_X509_ATTRIBUTE_delete(x,loc);
    -	return(ret);
    +    if (x == NULL || sk_X509_ATTRIBUTE_num(x) <= loc || loc < 0)
    +        return (NULL);
    +    ret = sk_X509_ATTRIBUTE_delete(x, loc);
    +    return (ret);
     }
     
     STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr(STACK_OF(X509_ATTRIBUTE) **x,
    -					 X509_ATTRIBUTE *attr)
    +                                           X509_ATTRIBUTE *attr)
     {
    -	X509_ATTRIBUTE *new_attr=NULL;
    -	STACK_OF(X509_ATTRIBUTE) *sk=NULL;
    +    X509_ATTRIBUTE *new_attr = NULL;
    +    STACK_OF(X509_ATTRIBUTE) *sk = NULL;
     
    -	if (x == NULL)
    -		{
    -		X509err(X509_F_X509AT_ADD1_ATTR, ERR_R_PASSED_NULL_PARAMETER);
    -		goto err2;
    -		} 
    +    if (x == NULL) {
    +        X509err(X509_F_X509AT_ADD1_ATTR, ERR_R_PASSED_NULL_PARAMETER);
    +        goto err2;
    +    }
     
    -	if (*x == NULL)
    -		{
    -		if ((sk=sk_X509_ATTRIBUTE_new_null()) == NULL)
    -			goto err;
    -		}
    -	else
    -		sk= *x;
    +    if (*x == NULL) {
    +        if ((sk = sk_X509_ATTRIBUTE_new_null()) == NULL)
    +            goto err;
    +    } else
    +        sk = *x;
     
    -	if ((new_attr=X509_ATTRIBUTE_dup(attr)) == NULL)
    -		goto err2;
    -	if (!sk_X509_ATTRIBUTE_push(sk,new_attr))
    -		goto err;
    -	if (*x == NULL)
    -		*x=sk;
    -	return(sk);
    -err:
    -	X509err(X509_F_X509AT_ADD1_ATTR,ERR_R_MALLOC_FAILURE);
    -err2:
    -	if (new_attr != NULL) X509_ATTRIBUTE_free(new_attr);
    -	if (sk != NULL) sk_X509_ATTRIBUTE_free(sk);
    -	return(NULL);
    +    if ((new_attr = X509_ATTRIBUTE_dup(attr)) == NULL)
    +        goto err2;
    +    if (!sk_X509_ATTRIBUTE_push(sk, new_attr))
    +        goto err;
    +    if (*x == NULL)
    +        *x = sk;
    +    return (sk);
    + err:
    +    X509err(X509_F_X509AT_ADD1_ATTR, ERR_R_MALLOC_FAILURE);
    + err2:
    +    if (new_attr != NULL)
    +        X509_ATTRIBUTE_free(new_attr);
    +    if (sk != NULL)
    +        sk_X509_ATTRIBUTE_free(sk);
    +    return (NULL);
     }
     
    -STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr_by_OBJ(STACK_OF(X509_ATTRIBUTE) **x,
    -			const ASN1_OBJECT *obj, int type,
    -			const unsigned char *bytes, int len)
    +STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr_by_OBJ(STACK_OF(X509_ATTRIBUTE)
    +                                                  **x, const ASN1_OBJECT *obj,
    +                                                  int type,
    +                                                  const unsigned char *bytes,
    +                                                  int len)
     {
    -	X509_ATTRIBUTE *attr;
    -	STACK_OF(X509_ATTRIBUTE) *ret;
    -	attr = X509_ATTRIBUTE_create_by_OBJ(NULL, obj, type, bytes, len);
    -	if(!attr) return 0;
    -	ret = X509at_add1_attr(x, attr);
    -	X509_ATTRIBUTE_free(attr);
    -	return ret;
    +    X509_ATTRIBUTE *attr;
    +    STACK_OF(X509_ATTRIBUTE) *ret;
    +    attr = X509_ATTRIBUTE_create_by_OBJ(NULL, obj, type, bytes, len);
    +    if (!attr)
    +        return 0;
    +    ret = X509at_add1_attr(x, attr);
    +    X509_ATTRIBUTE_free(attr);
    +    return ret;
     }
     
    -STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr_by_NID(STACK_OF(X509_ATTRIBUTE) **x,
    -			int nid, int type,
    -			const unsigned char *bytes, int len)
    +STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr_by_NID(STACK_OF(X509_ATTRIBUTE)
    +                                                  **x, int nid, int type,
    +                                                  const unsigned char *bytes,
    +                                                  int len)
     {
    -	X509_ATTRIBUTE *attr;
    -	STACK_OF(X509_ATTRIBUTE) *ret;
    -	attr = X509_ATTRIBUTE_create_by_NID(NULL, nid, type, bytes, len);
    -	if(!attr) return 0;
    -	ret = X509at_add1_attr(x, attr);
    -	X509_ATTRIBUTE_free(attr);
    -	return ret;
    +    X509_ATTRIBUTE *attr;
    +    STACK_OF(X509_ATTRIBUTE) *ret;
    +    attr = X509_ATTRIBUTE_create_by_NID(NULL, nid, type, bytes, len);
    +    if (!attr)
    +        return 0;
    +    ret = X509at_add1_attr(x, attr);
    +    X509_ATTRIBUTE_free(attr);
    +    return ret;
     }
     
    -STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr_by_txt(STACK_OF(X509_ATTRIBUTE) **x,
    -			const char *attrname, int type,
    -			const unsigned char *bytes, int len)
    +STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr_by_txt(STACK_OF(X509_ATTRIBUTE)
    +                                                  **x, const char *attrname,
    +                                                  int type,
    +                                                  const unsigned char *bytes,
    +                                                  int len)
     {
    -	X509_ATTRIBUTE *attr;
    -	STACK_OF(X509_ATTRIBUTE) *ret;
    -	attr = X509_ATTRIBUTE_create_by_txt(NULL, attrname, type, bytes, len);
    -	if(!attr) return 0;
    -	ret = X509at_add1_attr(x, attr);
    -	X509_ATTRIBUTE_free(attr);
    -	return ret;
    +    X509_ATTRIBUTE *attr;
    +    STACK_OF(X509_ATTRIBUTE) *ret;
    +    attr = X509_ATTRIBUTE_create_by_txt(NULL, attrname, type, bytes, len);
    +    if (!attr)
    +        return 0;
    +    ret = X509at_add1_attr(x, attr);
    +    X509_ATTRIBUTE_free(attr);
    +    return ret;
     }
     
     void *X509at_get0_data_by_OBJ(STACK_OF(X509_ATTRIBUTE) *x,
    -				ASN1_OBJECT *obj, int lastpos, int type)
    +                              ASN1_OBJECT *obj, int lastpos, int type)
     {
    -	int i;
    -	X509_ATTRIBUTE *at;
    -	i = X509at_get_attr_by_OBJ(x, obj, lastpos);
    -	if (i == -1)
    -		return NULL;
    -	if ((lastpos <= -2) && (X509at_get_attr_by_OBJ(x, obj, i) != -1))
    -		return NULL;
    -	at = X509at_get_attr(x, i);
    -	if (lastpos <= -3 && (X509_ATTRIBUTE_count(at) != 1))
    -		return NULL;
    -	return X509_ATTRIBUTE_get0_data(at, 0, type, NULL);
    +    int i;
    +    X509_ATTRIBUTE *at;
    +    i = X509at_get_attr_by_OBJ(x, obj, lastpos);
    +    if (i == -1)
    +        return NULL;
    +    if ((lastpos <= -2) && (X509at_get_attr_by_OBJ(x, obj, i) != -1))
    +        return NULL;
    +    at = X509at_get_attr(x, i);
    +    if (lastpos <= -3 && (X509_ATTRIBUTE_count(at) != 1))
    +        return NULL;
    +    return X509_ATTRIBUTE_get0_data(at, 0, type, NULL);
     }
     
     X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_NID(X509_ATTRIBUTE **attr, int nid,
    -	     int atrtype, const void *data, int len)
    +                                             int atrtype, const void *data,
    +                                             int len)
     {
    -	ASN1_OBJECT *obj;
    -	X509_ATTRIBUTE *ret;
    +    ASN1_OBJECT *obj;
    +    X509_ATTRIBUTE *ret;
     
    -	obj=OBJ_nid2obj(nid);
    -	if (obj == NULL)
    -		{
    -		X509err(X509_F_X509_ATTRIBUTE_CREATE_BY_NID,X509_R_UNKNOWN_NID);
    -		return(NULL);
    -		}
    -	ret=X509_ATTRIBUTE_create_by_OBJ(attr,obj,atrtype,data,len);
    -	if (ret == NULL) ASN1_OBJECT_free(obj);
    -	return(ret);
    +    obj = OBJ_nid2obj(nid);
    +    if (obj == NULL) {
    +        X509err(X509_F_X509_ATTRIBUTE_CREATE_BY_NID, X509_R_UNKNOWN_NID);
    +        return (NULL);
    +    }
    +    ret = X509_ATTRIBUTE_create_by_OBJ(attr, obj, atrtype, data, len);
    +    if (ret == NULL)
    +        ASN1_OBJECT_free(obj);
    +    return (ret);
     }
     
     X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_OBJ(X509_ATTRIBUTE **attr,
    -	     const ASN1_OBJECT *obj, int atrtype, const void *data, int len)
    +                                             const ASN1_OBJECT *obj,
    +                                             int atrtype, const void *data,
    +                                             int len)
     {
    -	X509_ATTRIBUTE *ret;
    +    X509_ATTRIBUTE *ret;
     
    -	if ((attr == NULL) || (*attr == NULL))
    -		{
    -		if ((ret=X509_ATTRIBUTE_new()) == NULL)
    -			{
    -			X509err(X509_F_X509_ATTRIBUTE_CREATE_BY_OBJ,ERR_R_MALLOC_FAILURE);
    -			return(NULL);
    -			}
    -		}
    -	else
    -		ret= *attr;
    +    if ((attr == NULL) || (*attr == NULL)) {
    +        if ((ret = X509_ATTRIBUTE_new()) == NULL) {
    +            X509err(X509_F_X509_ATTRIBUTE_CREATE_BY_OBJ,
    +                    ERR_R_MALLOC_FAILURE);
    +            return (NULL);
    +        }
    +    } else
    +        ret = *attr;
     
    -	if (!X509_ATTRIBUTE_set1_object(ret,obj))
    -		goto err;
    -	if (!X509_ATTRIBUTE_set1_data(ret,atrtype,data,len))
    -		goto err;
    +    if (!X509_ATTRIBUTE_set1_object(ret, obj))
    +        goto err;
    +    if (!X509_ATTRIBUTE_set1_data(ret, atrtype, data, len))
    +        goto err;
     
    -	if ((attr != NULL) && (*attr == NULL)) *attr=ret;
    -	return(ret);
    -err:
    -	if ((attr == NULL) || (ret != *attr))
    -		X509_ATTRIBUTE_free(ret);
    -	return(NULL);
    +    if ((attr != NULL) && (*attr == NULL))
    +        *attr = ret;
    +    return (ret);
    + err:
    +    if ((attr == NULL) || (ret != *attr))
    +        X509_ATTRIBUTE_free(ret);
    +    return (NULL);
     }
     
     X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_txt(X509_ATTRIBUTE **attr,
    -		const char *atrname, int type, const unsigned char *bytes, int len)
    -	{
    -	ASN1_OBJECT *obj;
    -	X509_ATTRIBUTE *nattr;
    +                                             const char *atrname, int type,
    +                                             const unsigned char *bytes,
    +                                             int len)
    +{
    +    ASN1_OBJECT *obj;
    +    X509_ATTRIBUTE *nattr;
     
    -	obj=OBJ_txt2obj(atrname, 0);
    -	if (obj == NULL)
    -		{
    -		X509err(X509_F_X509_ATTRIBUTE_CREATE_BY_TXT,
    -						X509_R_INVALID_FIELD_NAME);
    -		ERR_add_error_data(2, "name=", atrname);
    -		return(NULL);
    -		}
    -	nattr = X509_ATTRIBUTE_create_by_OBJ(attr,obj,type,bytes,len);
    -	ASN1_OBJECT_free(obj);
    -	return nattr;
    -	}
    +    obj = OBJ_txt2obj(atrname, 0);
    +    if (obj == NULL) {
    +        X509err(X509_F_X509_ATTRIBUTE_CREATE_BY_TXT,
    +                X509_R_INVALID_FIELD_NAME);
    +        ERR_add_error_data(2, "name=", atrname);
    +        return (NULL);
    +    }
    +    nattr = X509_ATTRIBUTE_create_by_OBJ(attr, obj, type, bytes, len);
    +    ASN1_OBJECT_free(obj);
    +    return nattr;
    +}
     
     int X509_ATTRIBUTE_set1_object(X509_ATTRIBUTE *attr, const ASN1_OBJECT *obj)
     {
    -	if ((attr == NULL) || (obj == NULL))
    -		return(0);
    -	ASN1_OBJECT_free(attr->object);
    -	attr->object=OBJ_dup(obj);
    -	return(1);
    +    if ((attr == NULL) || (obj == NULL))
    +        return (0);
    +    ASN1_OBJECT_free(attr->object);
    +    attr->object = OBJ_dup(obj);
    +    return (1);
     }
     
    -int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, const void *data, int len)
    +int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype,
    +                             const void *data, int len)
     {
    -	ASN1_TYPE *ttmp;
    -	ASN1_STRING *stmp = NULL;
    -	int atype = 0;
    -	if (!attr) return 0;
    -	if(attrtype & MBSTRING_FLAG) {
    -		stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype,
    -						OBJ_obj2nid(attr->object));
    -		if(!stmp) {
    -			X509err(X509_F_X509_ATTRIBUTE_SET1_DATA, ERR_R_ASN1_LIB);
    -			return 0;
    -		}
    -		atype = stmp->type;
    -	} else if (len != -1){
    -		if(!(stmp = ASN1_STRING_type_new(attrtype))) goto err;
    -		if(!ASN1_STRING_set(stmp, data, len)) goto err;
    -		atype = attrtype;
    -	}
    -	if(!(attr->value.set = sk_ASN1_TYPE_new_null())) goto err;
    -	attr->single = 0;
    -	/* This is a bit naughty because the attribute should really have
    -	 * at least one value but some types use and zero length SET and
    -	 * require this.
    -	 */
    -	if (attrtype == 0)
    -		return 1;
    -	if(!(ttmp = ASN1_TYPE_new())) goto err;
    -	if ((len == -1) && !(attrtype & MBSTRING_FLAG))
    -		{
    -		if (!ASN1_TYPE_set1(ttmp, attrtype, data))
    -			goto err;
    -		}
    -	else
    -		ASN1_TYPE_set(ttmp, atype, stmp);
    -	if(!sk_ASN1_TYPE_push(attr->value.set, ttmp)) goto err;
    -	return 1;
    -	err:
    -	X509err(X509_F_X509_ATTRIBUTE_SET1_DATA, ERR_R_MALLOC_FAILURE);
    -	return 0;
    +    ASN1_TYPE *ttmp;
    +    ASN1_STRING *stmp = NULL;
    +    int atype = 0;
    +    if (!attr)
    +        return 0;
    +    if (attrtype & MBSTRING_FLAG) {
    +        stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype,
    +                                      OBJ_obj2nid(attr->object));
    +        if (!stmp) {
    +            X509err(X509_F_X509_ATTRIBUTE_SET1_DATA, ERR_R_ASN1_LIB);
    +            return 0;
    +        }
    +        atype = stmp->type;
    +    } else if (len != -1) {
    +        if (!(stmp = ASN1_STRING_type_new(attrtype)))
    +            goto err;
    +        if (!ASN1_STRING_set(stmp, data, len))
    +            goto err;
    +        atype = attrtype;
    +    }
    +    if (!(attr->value.set = sk_ASN1_TYPE_new_null()))
    +        goto err;
    +    attr->single = 0;
    +    /*
    +     * This is a bit naughty because the attribute should really have at
    +     * least one value but some types use and zero length SET and require
    +     * this.
    +     */
    +    if (attrtype == 0)
    +        return 1;
    +    if (!(ttmp = ASN1_TYPE_new()))
    +        goto err;
    +    if ((len == -1) && !(attrtype & MBSTRING_FLAG)) {
    +        if (!ASN1_TYPE_set1(ttmp, attrtype, data))
    +            goto err;
    +    } else
    +        ASN1_TYPE_set(ttmp, atype, stmp);
    +    if (!sk_ASN1_TYPE_push(attr->value.set, ttmp))
    +        goto err;
    +    return 1;
    + err:
    +    X509err(X509_F_X509_ATTRIBUTE_SET1_DATA, ERR_R_MALLOC_FAILURE);
    +    return 0;
     }
     
     int X509_ATTRIBUTE_count(X509_ATTRIBUTE *attr)
     {
    -	if(!attr->single) return sk_ASN1_TYPE_num(attr->value.set);
    -	if(attr->value.single) return 1;
    -	return 0;
    +    if (!attr->single)
    +        return sk_ASN1_TYPE_num(attr->value.set);
    +    if (attr->value.single)
    +        return 1;
    +    return 0;
     }
     
     ASN1_OBJECT *X509_ATTRIBUTE_get0_object(X509_ATTRIBUTE *attr)
     {
    -	if (attr == NULL) return(NULL);
    -	return(attr->object);
    +    if (attr == NULL)
    +        return (NULL);
    +    return (attr->object);
     }
     
     void *X509_ATTRIBUTE_get0_data(X509_ATTRIBUTE *attr, int idx,
    -					int atrtype, void *data)
    +                               int atrtype, void *data)
     {
    -	ASN1_TYPE *ttmp;
    -	ttmp = X509_ATTRIBUTE_get0_type(attr, idx);
    -	if(!ttmp) return NULL;
    -	if(atrtype != ASN1_TYPE_get(ttmp)){
    -		X509err(X509_F_X509_ATTRIBUTE_GET0_DATA, X509_R_WRONG_TYPE);
    -		return NULL;
    -	}
    -	return ttmp->value.ptr;
    +    ASN1_TYPE *ttmp;
    +    ttmp = X509_ATTRIBUTE_get0_type(attr, idx);
    +    if (!ttmp)
    +        return NULL;
    +    if (atrtype != ASN1_TYPE_get(ttmp)) {
    +        X509err(X509_F_X509_ATTRIBUTE_GET0_DATA, X509_R_WRONG_TYPE);
    +        return NULL;
    +    }
    +    return ttmp->value.ptr;
     }
     
     ASN1_TYPE *X509_ATTRIBUTE_get0_type(X509_ATTRIBUTE *attr, int idx)
     {
    -	if (attr == NULL) return(NULL);
    -	if(idx >= X509_ATTRIBUTE_count(attr)) return NULL;
    -	if(!attr->single) return sk_ASN1_TYPE_value(attr->value.set, idx);
    -	else return attr->value.single;
    +    if (attr == NULL)
    +        return (NULL);
    +    if (idx >= X509_ATTRIBUTE_count(attr))
    +        return NULL;
    +    if (!attr->single)
    +        return sk_ASN1_TYPE_value(attr->value.set, idx);
    +    else
    +        return attr->value.single;
     }
    diff --git a/openssl/crypto/x509/x509_cmp.c b/openssl/crypto/x509/x509_cmp.c
    index 352aa3743..49c71b912 100644
    --- a/openssl/crypto/x509/x509_cmp.c
    +++ b/openssl/crypto/x509/x509_cmp.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -65,279 +65,434 @@
     #include 
     
     int X509_issuer_and_serial_cmp(const X509 *a, const X509 *b)
    -	{
    -	int i;
    -	X509_CINF *ai,*bi;
    -
    -	ai=a->cert_info;
    -	bi=b->cert_info;
    -	i=M_ASN1_INTEGER_cmp(ai->serialNumber,bi->serialNumber);
    -	if (i) return(i);
    -	return(X509_NAME_cmp(ai->issuer,bi->issuer));
    -	}
    +{
    +    int i;
    +    X509_CINF *ai, *bi;
    +
    +    ai = a->cert_info;
    +    bi = b->cert_info;
    +    i = M_ASN1_INTEGER_cmp(ai->serialNumber, bi->serialNumber);
    +    if (i)
    +        return (i);
    +    return (X509_NAME_cmp(ai->issuer, bi->issuer));
    +}
     
     #ifndef OPENSSL_NO_MD5
     unsigned long X509_issuer_and_serial_hash(X509 *a)
    -	{
    -	unsigned long ret=0;
    -	EVP_MD_CTX ctx;
    -	unsigned char md[16];
    -	char *f;
    -
    -	EVP_MD_CTX_init(&ctx);
    -	f=X509_NAME_oneline(a->cert_info->issuer,NULL,0);
    -	if (!EVP_DigestInit_ex(&ctx, EVP_md5(), NULL))
    -		goto err;
    -	if (!EVP_DigestUpdate(&ctx,(unsigned char *)f,strlen(f)))
    -		goto err;
    -	OPENSSL_free(f);
    -	if(!EVP_DigestUpdate(&ctx,(unsigned char *)a->cert_info->serialNumber->data,
    -		(unsigned long)a->cert_info->serialNumber->length))
    -		goto err;
    -	if (!EVP_DigestFinal_ex(&ctx,&(md[0]),NULL))
    -		goto err;
    -	ret=(	((unsigned long)md[0]     )|((unsigned long)md[1]<<8L)|
    -		((unsigned long)md[2]<<16L)|((unsigned long)md[3]<<24L)
    -		)&0xffffffffL;
    -	err:
    -	EVP_MD_CTX_cleanup(&ctx);
    -	return(ret);
    -	}
    +{
    +    unsigned long ret = 0;
    +    EVP_MD_CTX ctx;
    +    unsigned char md[16];
    +    char *f;
    +
    +    EVP_MD_CTX_init(&ctx);
    +    f = X509_NAME_oneline(a->cert_info->issuer, NULL, 0);
    +    if (!EVP_DigestInit_ex(&ctx, EVP_md5(), NULL))
    +        goto err;
    +    if (!EVP_DigestUpdate(&ctx, (unsigned char *)f, strlen(f)))
    +        goto err;
    +    OPENSSL_free(f);
    +    if (!EVP_DigestUpdate
    +        (&ctx, (unsigned char *)a->cert_info->serialNumber->data,
    +         (unsigned long)a->cert_info->serialNumber->length))
    +        goto err;
    +    if (!EVP_DigestFinal_ex(&ctx, &(md[0]), NULL))
    +        goto err;
    +    ret = (((unsigned long)md[0]) | ((unsigned long)md[1] << 8L) |
    +           ((unsigned long)md[2] << 16L) | ((unsigned long)md[3] << 24L)
    +        ) & 0xffffffffL;
    + err:
    +    EVP_MD_CTX_cleanup(&ctx);
    +    return (ret);
    +}
     #endif
    -	
    +
     int X509_issuer_name_cmp(const X509 *a, const X509 *b)
    -	{
    -	return(X509_NAME_cmp(a->cert_info->issuer,b->cert_info->issuer));
    -	}
    +{
    +    return (X509_NAME_cmp(a->cert_info->issuer, b->cert_info->issuer));
    +}
     
     int X509_subject_name_cmp(const X509 *a, const X509 *b)
    -	{
    -	return(X509_NAME_cmp(a->cert_info->subject,b->cert_info->subject));
    -	}
    +{
    +    return (X509_NAME_cmp(a->cert_info->subject, b->cert_info->subject));
    +}
     
     int X509_CRL_cmp(const X509_CRL *a, const X509_CRL *b)
    -	{
    -	return(X509_NAME_cmp(a->crl->issuer,b->crl->issuer));
    -	}
    +{
    +    return (X509_NAME_cmp(a->crl->issuer, b->crl->issuer));
    +}
     
     #ifndef OPENSSL_NO_SHA
     int X509_CRL_match(const X509_CRL *a, const X509_CRL *b)
    -	{
    -	return memcmp(a->sha1_hash, b->sha1_hash, 20);
    -	}
    +{
    +    return memcmp(a->sha1_hash, b->sha1_hash, 20);
    +}
     #endif
     
     X509_NAME *X509_get_issuer_name(X509 *a)
    -	{
    -	return(a->cert_info->issuer);
    -	}
    +{
    +    return (a->cert_info->issuer);
    +}
     
     unsigned long X509_issuer_name_hash(X509 *x)
    -	{
    -	return(X509_NAME_hash(x->cert_info->issuer));
    -	}
    +{
    +    return (X509_NAME_hash(x->cert_info->issuer));
    +}
     
     #ifndef OPENSSL_NO_MD5
     unsigned long X509_issuer_name_hash_old(X509 *x)
    -	{
    -	return(X509_NAME_hash_old(x->cert_info->issuer));
    -	}
    +{
    +    return (X509_NAME_hash_old(x->cert_info->issuer));
    +}
     #endif
     
     X509_NAME *X509_get_subject_name(X509 *a)
    -	{
    -	return(a->cert_info->subject);
    -	}
    +{
    +    return (a->cert_info->subject);
    +}
     
     ASN1_INTEGER *X509_get_serialNumber(X509 *a)
    -	{
    -	return(a->cert_info->serialNumber);
    -	}
    +{
    +    return (a->cert_info->serialNumber);
    +}
     
     unsigned long X509_subject_name_hash(X509 *x)
    -	{
    -	return(X509_NAME_hash(x->cert_info->subject));
    -	}
    +{
    +    return (X509_NAME_hash(x->cert_info->subject));
    +}
     
     #ifndef OPENSSL_NO_MD5
     unsigned long X509_subject_name_hash_old(X509 *x)
    -	{
    -	return(X509_NAME_hash_old(x->cert_info->subject));
    -	}
    +{
    +    return (X509_NAME_hash_old(x->cert_info->subject));
    +}
     #endif
     
     #ifndef OPENSSL_NO_SHA
    -/* Compare two certificates: they must be identical for
    - * this to work. NB: Although "cmp" operations are generally
    - * prototyped to take "const" arguments (eg. for use in
    - * STACKs), the way X509 handling is - these operations may
    - * involve ensuring the hashes are up-to-date and ensuring
    - * certain cert information is cached. So this is the point
    - * where the "depth-first" constification tree has to halt
    - * with an evil cast.
    +/*
    + * Compare two certificates: they must be identical for this to work. NB:
    + * Although "cmp" operations are generally prototyped to take "const"
    + * arguments (eg. for use in STACKs), the way X509 handling is - these
    + * operations may involve ensuring the hashes are up-to-date and ensuring
    + * certain cert information is cached. So this is the point where the
    + * "depth-first" constification tree has to halt with an evil cast.
      */
     int X509_cmp(const X509 *a, const X509 *b)
     {
    -	/* ensure hash is valid */
    -	X509_check_purpose((X509 *)a, -1, 0);
    -	X509_check_purpose((X509 *)b, -1, 0);
    -
    -	return memcmp(a->sha1_hash, b->sha1_hash, SHA_DIGEST_LENGTH);
    +    int rv;
    +    /* ensure hash is valid */
    +    X509_check_purpose((X509 *)a, -1, 0);
    +    X509_check_purpose((X509 *)b, -1, 0);
    +
    +    rv = memcmp(a->sha1_hash, b->sha1_hash, SHA_DIGEST_LENGTH);
    +    if (rv)
    +        return rv;
    +    /* Check for match against stored encoding too */
    +    if (!a->cert_info->enc.modified && !b->cert_info->enc.modified) {
    +        rv = (int)(a->cert_info->enc.len - b->cert_info->enc.len);
    +        if (rv)
    +            return rv;
    +        return memcmp(a->cert_info->enc.enc, b->cert_info->enc.enc,
    +                      a->cert_info->enc.len);
    +    }
    +    return rv;
     }
     #endif
     
    -
     int X509_NAME_cmp(const X509_NAME *a, const X509_NAME *b)
    -	{
    -	int ret;
    +{
    +    int ret;
     
    -	/* Ensure canonical encoding is present and up to date */
    +    /* Ensure canonical encoding is present and up to date */
     
    -	if (!a->canon_enc || a->modified)
    -		{
    -		ret = i2d_X509_NAME((X509_NAME *)a, NULL);
    -		if (ret < 0)
    -			return -2;
    -		}
    +    if (!a->canon_enc || a->modified) {
    +        ret = i2d_X509_NAME((X509_NAME *)a, NULL);
    +        if (ret < 0)
    +            return -2;
    +    }
     
    -	if (!b->canon_enc || b->modified)
    -		{
    -		ret = i2d_X509_NAME((X509_NAME *)b, NULL);
    -		if (ret < 0)
    -			return -2;
    -		}
    +    if (!b->canon_enc || b->modified) {
    +        ret = i2d_X509_NAME((X509_NAME *)b, NULL);
    +        if (ret < 0)
    +            return -2;
    +    }
     
    -	ret = a->canon_enclen - b->canon_enclen;
    +    ret = a->canon_enclen - b->canon_enclen;
     
    -	if (ret)
    -		return ret;
    +    if (ret)
    +        return ret;
     
    -	return memcmp(a->canon_enc, b->canon_enc, a->canon_enclen);
    +    return memcmp(a->canon_enc, b->canon_enc, a->canon_enclen);
     
    -	}
    +}
     
     unsigned long X509_NAME_hash(X509_NAME *x)
    -	{
    -	unsigned long ret=0;
    -	unsigned char md[SHA_DIGEST_LENGTH];
    -
    -	/* Make sure X509_NAME structure contains valid cached encoding */
    -	i2d_X509_NAME(x,NULL);
    -	if (!EVP_Digest(x->canon_enc, x->canon_enclen, md, NULL, EVP_sha1(),
    -		NULL))
    -		return 0;
    -
    -	ret=(	((unsigned long)md[0]     )|((unsigned long)md[1]<<8L)|
    -		((unsigned long)md[2]<<16L)|((unsigned long)md[3]<<24L)
    -		)&0xffffffffL;
    -	return(ret);
    -	}
    -
    +{
    +    unsigned long ret = 0;
    +    unsigned char md[SHA_DIGEST_LENGTH];
    +
    +    /* Make sure X509_NAME structure contains valid cached encoding */
    +    i2d_X509_NAME(x, NULL);
    +    if (!EVP_Digest(x->canon_enc, x->canon_enclen, md, NULL, EVP_sha1(),
    +                    NULL))
    +        return 0;
    +
    +    ret = (((unsigned long)md[0]) | ((unsigned long)md[1] << 8L) |
    +           ((unsigned long)md[2] << 16L) | ((unsigned long)md[3] << 24L)
    +        ) & 0xffffffffL;
    +    return (ret);
    +}
     
     #ifndef OPENSSL_NO_MD5
    -/* I now DER encode the name and hash it.  Since I cache the DER encoding,
    - * this is reasonably efficient. */
    +/*
    + * I now DER encode the name and hash it.  Since I cache the DER encoding,
    + * this is reasonably efficient.
    + */
     
     unsigned long X509_NAME_hash_old(X509_NAME *x)
    -	{
    -	EVP_MD_CTX md_ctx;
    -	unsigned long ret=0;
    -	unsigned char md[16];
    -
    -	/* Make sure X509_NAME structure contains valid cached encoding */
    -	i2d_X509_NAME(x,NULL);
    -	EVP_MD_CTX_init(&md_ctx);
    -	EVP_MD_CTX_set_flags(&md_ctx, EVP_MD_CTX_FLAG_NON_FIPS_ALLOW);
    -	if (EVP_DigestInit_ex(&md_ctx, EVP_md5(), NULL)
    -	    && EVP_DigestUpdate(&md_ctx, x->bytes->data, x->bytes->length)
    -	    && EVP_DigestFinal_ex(&md_ctx,md,NULL))
    -		ret=(((unsigned long)md[0]     )|((unsigned long)md[1]<<8L)|
    -		     ((unsigned long)md[2]<<16L)|((unsigned long)md[3]<<24L)
    -		     )&0xffffffffL;
    -	EVP_MD_CTX_cleanup(&md_ctx);
    -
    -	return(ret);
    -	}
    +{
    +    EVP_MD_CTX md_ctx;
    +    unsigned long ret = 0;
    +    unsigned char md[16];
    +
    +    /* Make sure X509_NAME structure contains valid cached encoding */
    +    i2d_X509_NAME(x, NULL);
    +    EVP_MD_CTX_init(&md_ctx);
    +    EVP_MD_CTX_set_flags(&md_ctx, EVP_MD_CTX_FLAG_NON_FIPS_ALLOW);
    +    if (EVP_DigestInit_ex(&md_ctx, EVP_md5(), NULL)
    +        && EVP_DigestUpdate(&md_ctx, x->bytes->data, x->bytes->length)
    +        && EVP_DigestFinal_ex(&md_ctx, md, NULL))
    +        ret = (((unsigned long)md[0]) | ((unsigned long)md[1] << 8L) |
    +               ((unsigned long)md[2] << 16L) | ((unsigned long)md[3] << 24L)
    +            ) & 0xffffffffL;
    +    EVP_MD_CTX_cleanup(&md_ctx);
    +
    +    return (ret);
    +}
     #endif
     
     /* Search a stack of X509 for a match */
     X509 *X509_find_by_issuer_and_serial(STACK_OF(X509) *sk, X509_NAME *name,
    -		ASN1_INTEGER *serial)
    -	{
    -	int i;
    -	X509_CINF cinf;
    -	X509 x,*x509=NULL;
    -
    -	if(!sk) return NULL;
    -
    -	x.cert_info= &cinf;
    -	cinf.serialNumber=serial;
    -	cinf.issuer=name;
    -
    -	for (i=0; icert_info == NULL))
    -		return(NULL);
    -	return(X509_PUBKEY_get(x->cert_info->key));
    -	}
    +{
    +    if ((x == NULL) || (x->cert_info == NULL))
    +        return (NULL);
    +    return (X509_PUBKEY_get(x->cert_info->key));
    +}
     
     ASN1_BIT_STRING *X509_get0_pubkey_bitstr(const X509 *x)
    -	{
    -	if(!x) return NULL;
    -	return x->cert_info->key->public_key;
    -	}
    +{
    +    if (!x)
    +        return NULL;
    +    return x->cert_info->key->public_key;
    +}
     
     int X509_check_private_key(X509 *x, EVP_PKEY *k)
    -	{
    -	EVP_PKEY *xk;
    -	int ret;
    -
    -	xk=X509_get_pubkey(x);
    -
    -	if (xk)
    -		ret = EVP_PKEY_cmp(xk, k);
    -	else
    -		ret = -2;
    -
    -	switch (ret)
    -		{
    -	case 1:
    -		break;
    -	case 0:
    -		X509err(X509_F_X509_CHECK_PRIVATE_KEY,X509_R_KEY_VALUES_MISMATCH);
    -		break;
    -	case -1:
    -		X509err(X509_F_X509_CHECK_PRIVATE_KEY,X509_R_KEY_TYPE_MISMATCH);
    -		break;
    -	case -2:
    -	        X509err(X509_F_X509_CHECK_PRIVATE_KEY,X509_R_UNKNOWN_KEY_TYPE);
    -		}
    -	if (xk)
    -		EVP_PKEY_free(xk);
    -	if (ret > 0)
    -		return 1;
    -	return 0;
    -	}
    +{
    +    EVP_PKEY *xk;
    +    int ret;
    +
    +    xk = X509_get_pubkey(x);
    +
    +    if (xk)
    +        ret = EVP_PKEY_cmp(xk, k);
    +    else
    +        ret = -2;
    +
    +    switch (ret) {
    +    case 1:
    +        break;
    +    case 0:
    +        X509err(X509_F_X509_CHECK_PRIVATE_KEY, X509_R_KEY_VALUES_MISMATCH);
    +        break;
    +    case -1:
    +        X509err(X509_F_X509_CHECK_PRIVATE_KEY, X509_R_KEY_TYPE_MISMATCH);
    +        break;
    +    case -2:
    +        X509err(X509_F_X509_CHECK_PRIVATE_KEY, X509_R_UNKNOWN_KEY_TYPE);
    +    }
    +    if (xk)
    +        EVP_PKEY_free(xk);
    +    if (ret > 0)
    +        return 1;
    +    return 0;
    +}
    +
    +/*
    + * Check a suite B algorithm is permitted: pass in a public key and the NID
    + * of its signature (or 0 if no signature). The pflags is a pointer to a
    + * flags field which must contain the suite B verification flags.
    + */
    +
    +#ifndef OPENSSL_NO_EC
    +
    +static int check_suite_b(EVP_PKEY *pkey, int sign_nid, unsigned long *pflags)
    +{
    +    const EC_GROUP *grp = NULL;
    +    int curve_nid;
    +    if (pkey && pkey->type == EVP_PKEY_EC)
    +        grp = EC_KEY_get0_group(pkey->pkey.ec);
    +    if (!grp)
    +        return X509_V_ERR_SUITE_B_INVALID_ALGORITHM;
    +    curve_nid = EC_GROUP_get_curve_name(grp);
    +    /* Check curve is consistent with LOS */
    +    if (curve_nid == NID_secp384r1) { /* P-384 */
    +        /*
    +         * Check signature algorithm is consistent with curve.
    +         */
    +        if (sign_nid != -1 && sign_nid != NID_ecdsa_with_SHA384)
    +            return X509_V_ERR_SUITE_B_INVALID_SIGNATURE_ALGORITHM;
    +        if (!(*pflags & X509_V_FLAG_SUITEB_192_LOS))
    +            return X509_V_ERR_SUITE_B_LOS_NOT_ALLOWED;
    +        /* If we encounter P-384 we cannot use P-256 later */
    +        *pflags &= ~X509_V_FLAG_SUITEB_128_LOS_ONLY;
    +    } else if (curve_nid == NID_X9_62_prime256v1) { /* P-256 */
    +        if (sign_nid != -1 && sign_nid != NID_ecdsa_with_SHA256)
    +            return X509_V_ERR_SUITE_B_INVALID_SIGNATURE_ALGORITHM;
    +        if (!(*pflags & X509_V_FLAG_SUITEB_128_LOS_ONLY))
    +            return X509_V_ERR_SUITE_B_LOS_NOT_ALLOWED;
    +    } else
    +        return X509_V_ERR_SUITE_B_INVALID_CURVE;
    +
    +    return X509_V_OK;
    +}
    +
    +int X509_chain_check_suiteb(int *perror_depth, X509 *x, STACK_OF(X509) *chain,
    +                            unsigned long flags)
    +{
    +    int rv, i, sign_nid;
    +    EVP_PKEY *pk = NULL;
    +    unsigned long tflags;
    +    if (!(flags & X509_V_FLAG_SUITEB_128_LOS))
    +        return X509_V_OK;
    +    tflags = flags;
    +    /* If no EE certificate passed in must be first in chain */
    +    if (x == NULL) {
    +        x = sk_X509_value(chain, 0);
    +        i = 1;
    +    } else
    +        i = 0;
    +
    +    if (X509_get_version(x) != 2) {
    +        rv = X509_V_ERR_SUITE_B_INVALID_VERSION;
    +        /* Correct error depth */
    +        i = 0;
    +        goto end;
    +    }
    +
    +    pk = X509_get_pubkey(x);
    +    /* Check EE key only */
    +    rv = check_suite_b(pk, -1, &tflags);
    +    if (rv != X509_V_OK) {
    +        /* Correct error depth */
    +        i = 0;
    +        goto end;
    +    }
    +    for (; i < sk_X509_num(chain); i++) {
    +        sign_nid = X509_get_signature_nid(x);
    +        x = sk_X509_value(chain, i);
    +        if (X509_get_version(x) != 2) {
    +            rv = X509_V_ERR_SUITE_B_INVALID_VERSION;
    +            goto end;
    +        }
    +        EVP_PKEY_free(pk);
    +        pk = X509_get_pubkey(x);
    +        rv = check_suite_b(pk, sign_nid, &tflags);
    +        if (rv != X509_V_OK)
    +            goto end;
    +    }
    +
    +    /* Final check: root CA signature */
    +    rv = check_suite_b(pk, X509_get_signature_nid(x), &tflags);
    + end:
    +    if (pk)
    +        EVP_PKEY_free(pk);
    +    if (rv != X509_V_OK) {
    +        /* Invalid signature or LOS errors are for previous cert */
    +        if ((rv == X509_V_ERR_SUITE_B_INVALID_SIGNATURE_ALGORITHM
    +             || rv == X509_V_ERR_SUITE_B_LOS_NOT_ALLOWED) && i)
    +            i--;
    +        /*
    +         * If we have LOS error and flags changed then we are signing P-384
    +         * with P-256. Use more meaninggul error.
    +         */
    +        if (rv == X509_V_ERR_SUITE_B_LOS_NOT_ALLOWED && flags != tflags)
    +            rv = X509_V_ERR_SUITE_B_CANNOT_SIGN_P_384_WITH_P_256;
    +        if (perror_depth)
    +            *perror_depth = i;
    +    }
    +    return rv;
    +}
    +
    +int X509_CRL_check_suiteb(X509_CRL *crl, EVP_PKEY *pk, unsigned long flags)
    +{
    +    int sign_nid;
    +    if (!(flags & X509_V_FLAG_SUITEB_128_LOS))
    +        return X509_V_OK;
    +    sign_nid = OBJ_obj2nid(crl->crl->sig_alg->algorithm);
    +    return check_suite_b(pk, sign_nid, &flags);
    +}
    +
    +#else
    +int X509_chain_check_suiteb(int *perror_depth, X509 *x, STACK_OF(X509) *chain,
    +                            unsigned long flags)
    +{
    +    return 0;
    +}
    +
    +int X509_CRL_check_suiteb(X509_CRL *crl, EVP_PKEY *pk, unsigned long flags)
    +{
    +    return 0;
    +}
    +
    +#endif
    +/*
    + * Not strictly speaking an "up_ref" as a STACK doesn't have a reference
    + * count but it has the same effect by duping the STACK and upping the ref of
    + * each X509 structure.
    + */
    +STACK_OF(X509) *X509_chain_up_ref(STACK_OF(X509) *chain)
    +{
    +    STACK_OF(X509) *ret;
    +    int i;
    +    ret = sk_X509_dup(chain);
    +    for (i = 0; i < sk_X509_num(ret); i++) {
    +        X509 *x = sk_X509_value(ret, i);
    +        CRYPTO_add(&x->references, 1, CRYPTO_LOCK_X509);
    +    }
    +    return ret;
    +}
    diff --git a/openssl/crypto/x509/x509_d2.c b/openssl/crypto/x509/x509_d2.c
    index 51410cfd1..50ca2a6d1 100644
    --- a/openssl/crypto/x509/x509_d2.c
    +++ b/openssl/crypto/x509/x509_d2.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,45 +63,47 @@
     
     #ifndef OPENSSL_NO_STDIO
     int X509_STORE_set_default_paths(X509_STORE *ctx)
    -	{
    -	X509_LOOKUP *lookup;
    +{
    +    X509_LOOKUP *lookup;
    +
    +    lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_file());
    +    if (lookup == NULL)
    +        return (0);
    +    X509_LOOKUP_load_file(lookup, NULL, X509_FILETYPE_DEFAULT);
     
    -	lookup=X509_STORE_add_lookup(ctx,X509_LOOKUP_file());
    -	if (lookup == NULL) return(0);
    -	X509_LOOKUP_load_file(lookup,NULL,X509_FILETYPE_DEFAULT);
    +    lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_hash_dir());
    +    if (lookup == NULL)
    +        return (0);
    +    X509_LOOKUP_add_dir(lookup, NULL, X509_FILETYPE_DEFAULT);
     
    -	lookup=X509_STORE_add_lookup(ctx,X509_LOOKUP_hash_dir());
    -	if (lookup == NULL) return(0);
    -	X509_LOOKUP_add_dir(lookup,NULL,X509_FILETYPE_DEFAULT);
    -	
    -	/* clear any errors */
    -	ERR_clear_error();
    +    /* clear any errors */
    +    ERR_clear_error();
     
    -	return(1);
    -	}
    +    return (1);
    +}
     
     int X509_STORE_load_locations(X509_STORE *ctx, const char *file,
    -		const char *path)
    -	{
    -	X509_LOOKUP *lookup;
    +                              const char *path)
    +{
    +    X509_LOOKUP *lookup;
     
    -	if (file != NULL)
    -		{
    -		lookup=X509_STORE_add_lookup(ctx,X509_LOOKUP_file());
    -		if (lookup == NULL) return(0);
    -		if (X509_LOOKUP_load_file(lookup,file,X509_FILETYPE_PEM) != 1)
    -		    return(0);
    -		}
    -	if (path != NULL)
    -		{
    -		lookup=X509_STORE_add_lookup(ctx,X509_LOOKUP_hash_dir());
    -		if (lookup == NULL) return(0);
    -		if (X509_LOOKUP_add_dir(lookup,path,X509_FILETYPE_PEM) != 1)
    -		    return(0);
    -		}
    -	if ((path == NULL) && (file == NULL))
    -		return(0);
    -	return(1);
    -	}
    +    if (file != NULL) {
    +        lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_file());
    +        if (lookup == NULL)
    +            return (0);
    +        if (X509_LOOKUP_load_file(lookup, file, X509_FILETYPE_PEM) != 1)
    +            return (0);
    +    }
    +    if (path != NULL) {
    +        lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_hash_dir());
    +        if (lookup == NULL)
    +            return (0);
    +        if (X509_LOOKUP_add_dir(lookup, path, X509_FILETYPE_PEM) != 1)
    +            return (0);
    +    }
    +    if ((path == NULL) && (file == NULL))
    +        return (0);
    +    return (1);
    +}
     
     #endif
    diff --git a/openssl/crypto/x509/x509_def.c b/openssl/crypto/x509/x509_def.c
    index e0ac151a7..25c553755 100644
    --- a/openssl/crypto/x509/x509_def.c
    +++ b/openssl/crypto/x509/x509_def.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -62,20 +62,31 @@
     #include 
     
     const char *X509_get_default_private_dir(void)
    -	{ return(X509_PRIVATE_DIR); }
    -	
    +{
    +    return (X509_PRIVATE_DIR);
    +}
    +
     const char *X509_get_default_cert_area(void)
    -	{ return(X509_CERT_AREA); }
    +{
    +    return (X509_CERT_AREA);
    +}
     
     const char *X509_get_default_cert_dir(void)
    -	{ return(X509_CERT_DIR); }
    +{
    +    return (X509_CERT_DIR);
    +}
     
     const char *X509_get_default_cert_file(void)
    -	{ return(X509_CERT_FILE); }
    +{
    +    return (X509_CERT_FILE);
    +}
     
     const char *X509_get_default_cert_dir_env(void)
    -	{ return(X509_CERT_DIR_EVP); }
    +{
    +    return (X509_CERT_DIR_EVP);
    +}
     
     const char *X509_get_default_cert_file_env(void)
    -	{ return(X509_CERT_FILE_EVP); }
    -
    +{
    +    return (X509_CERT_FILE_EVP);
    +}
    diff --git a/openssl/crypto/x509/x509_err.c b/openssl/crypto/x509/x509_err.c
    index a01402f41..43cde18e4 100644
    --- a/openssl/crypto/x509/x509_err.c
    +++ b/openssl/crypto/x509/x509_err.c
    @@ -1,13 +1,13 @@
     /* crypto/x509/x509_err.c */
     /* ====================================================================
    - * Copyright (c) 1999-2006 The OpenSSL Project.  All rights reserved.
    + * Copyright (c) 1999-2012 The OpenSSL Project.  All rights reserved.
      *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* NOTE: this file was auto generated by the mkerr.pl script: any changes
    +/*
    + * NOTE: this file was auto generated by the mkerr.pl script: any changes
      * made to it will be overwritten when the script next updates this file,
      * only reason strings will be preserved.
      */
    @@ -65,100 +66,121 @@
     /* BEGIN ERROR CODES */
     #ifndef OPENSSL_NO_ERR
     
    -#define ERR_FUNC(func) ERR_PACK(ERR_LIB_X509,func,0)
    -#define ERR_REASON(reason) ERR_PACK(ERR_LIB_X509,0,reason)
    +# define ERR_FUNC(func) ERR_PACK(ERR_LIB_X509,func,0)
    +# define ERR_REASON(reason) ERR_PACK(ERR_LIB_X509,0,reason)
     
    -static ERR_STRING_DATA X509_str_functs[]=
    -	{
    -{ERR_FUNC(X509_F_ADD_CERT_DIR),	"ADD_CERT_DIR"},
    -{ERR_FUNC(X509_F_BY_FILE_CTRL),	"BY_FILE_CTRL"},
    -{ERR_FUNC(X509_F_CHECK_POLICY),	"CHECK_POLICY"},
    -{ERR_FUNC(X509_F_DIR_CTRL),	"DIR_CTRL"},
    -{ERR_FUNC(X509_F_GET_CERT_BY_SUBJECT),	"GET_CERT_BY_SUBJECT"},
    -{ERR_FUNC(X509_F_NETSCAPE_SPKI_B64_DECODE),	"NETSCAPE_SPKI_b64_decode"},
    -{ERR_FUNC(X509_F_NETSCAPE_SPKI_B64_ENCODE),	"NETSCAPE_SPKI_b64_encode"},
    -{ERR_FUNC(X509_F_X509AT_ADD1_ATTR),	"X509at_add1_attr"},
    -{ERR_FUNC(X509_F_X509V3_ADD_EXT),	"X509v3_add_ext"},
    -{ERR_FUNC(X509_F_X509_ATTRIBUTE_CREATE_BY_NID),	"X509_ATTRIBUTE_create_by_NID"},
    -{ERR_FUNC(X509_F_X509_ATTRIBUTE_CREATE_BY_OBJ),	"X509_ATTRIBUTE_create_by_OBJ"},
    -{ERR_FUNC(X509_F_X509_ATTRIBUTE_CREATE_BY_TXT),	"X509_ATTRIBUTE_create_by_txt"},
    -{ERR_FUNC(X509_F_X509_ATTRIBUTE_GET0_DATA),	"X509_ATTRIBUTE_get0_data"},
    -{ERR_FUNC(X509_F_X509_ATTRIBUTE_SET1_DATA),	"X509_ATTRIBUTE_set1_data"},
    -{ERR_FUNC(X509_F_X509_CHECK_PRIVATE_KEY),	"X509_check_private_key"},
    -{ERR_FUNC(X509_F_X509_CRL_PRINT_FP),	"X509_CRL_print_fp"},
    -{ERR_FUNC(X509_F_X509_EXTENSION_CREATE_BY_NID),	"X509_EXTENSION_create_by_NID"},
    -{ERR_FUNC(X509_F_X509_EXTENSION_CREATE_BY_OBJ),	"X509_EXTENSION_create_by_OBJ"},
    -{ERR_FUNC(X509_F_X509_GET_PUBKEY_PARAMETERS),	"X509_get_pubkey_parameters"},
    -{ERR_FUNC(X509_F_X509_LOAD_CERT_CRL_FILE),	"X509_load_cert_crl_file"},
    -{ERR_FUNC(X509_F_X509_LOAD_CERT_FILE),	"X509_load_cert_file"},
    -{ERR_FUNC(X509_F_X509_LOAD_CRL_FILE),	"X509_load_crl_file"},
    -{ERR_FUNC(X509_F_X509_NAME_ADD_ENTRY),	"X509_NAME_add_entry"},
    -{ERR_FUNC(X509_F_X509_NAME_ENTRY_CREATE_BY_NID),	"X509_NAME_ENTRY_create_by_NID"},
    -{ERR_FUNC(X509_F_X509_NAME_ENTRY_CREATE_BY_TXT),	"X509_NAME_ENTRY_create_by_txt"},
    -{ERR_FUNC(X509_F_X509_NAME_ENTRY_SET_OBJECT),	"X509_NAME_ENTRY_set_object"},
    -{ERR_FUNC(X509_F_X509_NAME_ONELINE),	"X509_NAME_oneline"},
    -{ERR_FUNC(X509_F_X509_NAME_PRINT),	"X509_NAME_print"},
    -{ERR_FUNC(X509_F_X509_PRINT_EX_FP),	"X509_print_ex_fp"},
    -{ERR_FUNC(X509_F_X509_PUBKEY_GET),	"X509_PUBKEY_get"},
    -{ERR_FUNC(X509_F_X509_PUBKEY_SET),	"X509_PUBKEY_set"},
    -{ERR_FUNC(X509_F_X509_REQ_CHECK_PRIVATE_KEY),	"X509_REQ_check_private_key"},
    -{ERR_FUNC(X509_F_X509_REQ_PRINT_EX),	"X509_REQ_print_ex"},
    -{ERR_FUNC(X509_F_X509_REQ_PRINT_FP),	"X509_REQ_print_fp"},
    -{ERR_FUNC(X509_F_X509_REQ_TO_X509),	"X509_REQ_to_X509"},
    -{ERR_FUNC(X509_F_X509_STORE_ADD_CERT),	"X509_STORE_add_cert"},
    -{ERR_FUNC(X509_F_X509_STORE_ADD_CRL),	"X509_STORE_add_crl"},
    -{ERR_FUNC(X509_F_X509_STORE_CTX_GET1_ISSUER),	"X509_STORE_CTX_get1_issuer"},
    -{ERR_FUNC(X509_F_X509_STORE_CTX_INIT),	"X509_STORE_CTX_init"},
    -{ERR_FUNC(X509_F_X509_STORE_CTX_NEW),	"X509_STORE_CTX_new"},
    -{ERR_FUNC(X509_F_X509_STORE_CTX_PURPOSE_INHERIT),	"X509_STORE_CTX_purpose_inherit"},
    -{ERR_FUNC(X509_F_X509_TO_X509_REQ),	"X509_to_X509_REQ"},
    -{ERR_FUNC(X509_F_X509_TRUST_ADD),	"X509_TRUST_add"},
    -{ERR_FUNC(X509_F_X509_TRUST_SET),	"X509_TRUST_set"},
    -{ERR_FUNC(X509_F_X509_VERIFY_CERT),	"X509_verify_cert"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA X509_str_functs[] = {
    +    {ERR_FUNC(X509_F_ADD_CERT_DIR), "ADD_CERT_DIR"},
    +    {ERR_FUNC(X509_F_BY_FILE_CTRL), "BY_FILE_CTRL"},
    +    {ERR_FUNC(X509_F_CHECK_POLICY), "CHECK_POLICY"},
    +    {ERR_FUNC(X509_F_DIR_CTRL), "DIR_CTRL"},
    +    {ERR_FUNC(X509_F_GET_CERT_BY_SUBJECT), "GET_CERT_BY_SUBJECT"},
    +    {ERR_FUNC(X509_F_NETSCAPE_SPKI_B64_DECODE), "NETSCAPE_SPKI_b64_decode"},
    +    {ERR_FUNC(X509_F_NETSCAPE_SPKI_B64_ENCODE), "NETSCAPE_SPKI_b64_encode"},
    +    {ERR_FUNC(X509_F_X509AT_ADD1_ATTR), "X509at_add1_attr"},
    +    {ERR_FUNC(X509_F_X509V3_ADD_EXT), "X509v3_add_ext"},
    +    {ERR_FUNC(X509_F_X509_ATTRIBUTE_CREATE_BY_NID),
    +     "X509_ATTRIBUTE_create_by_NID"},
    +    {ERR_FUNC(X509_F_X509_ATTRIBUTE_CREATE_BY_OBJ),
    +     "X509_ATTRIBUTE_create_by_OBJ"},
    +    {ERR_FUNC(X509_F_X509_ATTRIBUTE_CREATE_BY_TXT),
    +     "X509_ATTRIBUTE_create_by_txt"},
    +    {ERR_FUNC(X509_F_X509_ATTRIBUTE_GET0_DATA), "X509_ATTRIBUTE_get0_data"},
    +    {ERR_FUNC(X509_F_X509_ATTRIBUTE_SET1_DATA), "X509_ATTRIBUTE_set1_data"},
    +    {ERR_FUNC(X509_F_X509_CHECK_PRIVATE_KEY), "X509_check_private_key"},
    +    {ERR_FUNC(X509_F_X509_CRL_DIFF), "X509_CRL_diff"},
    +    {ERR_FUNC(X509_F_X509_CRL_PRINT_FP), "X509_CRL_print_fp"},
    +    {ERR_FUNC(X509_F_X509_EXTENSION_CREATE_BY_NID),
    +     "X509_EXTENSION_create_by_NID"},
    +    {ERR_FUNC(X509_F_X509_EXTENSION_CREATE_BY_OBJ),
    +     "X509_EXTENSION_create_by_OBJ"},
    +    {ERR_FUNC(X509_F_X509_GET_PUBKEY_PARAMETERS),
    +     "X509_get_pubkey_parameters"},
    +    {ERR_FUNC(X509_F_X509_LOAD_CERT_CRL_FILE), "X509_load_cert_crl_file"},
    +    {ERR_FUNC(X509_F_X509_LOAD_CERT_FILE), "X509_load_cert_file"},
    +    {ERR_FUNC(X509_F_X509_LOAD_CRL_FILE), "X509_load_crl_file"},
    +    {ERR_FUNC(X509_F_X509_NAME_ADD_ENTRY), "X509_NAME_add_entry"},
    +    {ERR_FUNC(X509_F_X509_NAME_ENTRY_CREATE_BY_NID),
    +     "X509_NAME_ENTRY_create_by_NID"},
    +    {ERR_FUNC(X509_F_X509_NAME_ENTRY_CREATE_BY_TXT),
    +     "X509_NAME_ENTRY_create_by_txt"},
    +    {ERR_FUNC(X509_F_X509_NAME_ENTRY_SET_OBJECT),
    +     "X509_NAME_ENTRY_set_object"},
    +    {ERR_FUNC(X509_F_X509_NAME_ONELINE), "X509_NAME_oneline"},
    +    {ERR_FUNC(X509_F_X509_NAME_PRINT), "X509_NAME_print"},
    +    {ERR_FUNC(X509_F_X509_PRINT_EX_FP), "X509_print_ex_fp"},
    +    {ERR_FUNC(X509_F_X509_PUBKEY_GET), "X509_PUBKEY_get"},
    +    {ERR_FUNC(X509_F_X509_PUBKEY_SET), "X509_PUBKEY_set"},
    +    {ERR_FUNC(X509_F_X509_REQ_CHECK_PRIVATE_KEY),
    +     "X509_REQ_check_private_key"},
    +    {ERR_FUNC(X509_F_X509_REQ_PRINT_EX), "X509_REQ_print_ex"},
    +    {ERR_FUNC(X509_F_X509_REQ_PRINT_FP), "X509_REQ_print_fp"},
    +    {ERR_FUNC(X509_F_X509_REQ_TO_X509), "X509_REQ_to_X509"},
    +    {ERR_FUNC(X509_F_X509_STORE_ADD_CERT), "X509_STORE_add_cert"},
    +    {ERR_FUNC(X509_F_X509_STORE_ADD_CRL), "X509_STORE_add_crl"},
    +    {ERR_FUNC(X509_F_X509_STORE_CTX_GET1_ISSUER),
    +     "X509_STORE_CTX_get1_issuer"},
    +    {ERR_FUNC(X509_F_X509_STORE_CTX_INIT), "X509_STORE_CTX_init"},
    +    {ERR_FUNC(X509_F_X509_STORE_CTX_NEW), "X509_STORE_CTX_new"},
    +    {ERR_FUNC(X509_F_X509_STORE_CTX_PURPOSE_INHERIT),
    +     "X509_STORE_CTX_purpose_inherit"},
    +    {ERR_FUNC(X509_F_X509_TO_X509_REQ), "X509_to_X509_REQ"},
    +    {ERR_FUNC(X509_F_X509_TRUST_ADD), "X509_TRUST_add"},
    +    {ERR_FUNC(X509_F_X509_TRUST_SET), "X509_TRUST_set"},
    +    {ERR_FUNC(X509_F_X509_VERIFY_CERT), "X509_verify_cert"},
    +    {0, NULL}
    +};
     
    -static ERR_STRING_DATA X509_str_reasons[]=
    -	{
    -{ERR_REASON(X509_R_BAD_X509_FILETYPE)    ,"bad x509 filetype"},
    -{ERR_REASON(X509_R_BASE64_DECODE_ERROR)  ,"base64 decode error"},
    -{ERR_REASON(X509_R_CANT_CHECK_DH_KEY)    ,"cant check dh key"},
    -{ERR_REASON(X509_R_CERT_ALREADY_IN_HASH_TABLE),"cert already in hash table"},
    -{ERR_REASON(X509_R_ERR_ASN1_LIB)         ,"err asn1 lib"},
    -{ERR_REASON(X509_R_INVALID_DIRECTORY)    ,"invalid directory"},
    -{ERR_REASON(X509_R_INVALID_FIELD_NAME)   ,"invalid field name"},
    -{ERR_REASON(X509_R_INVALID_TRUST)        ,"invalid trust"},
    -{ERR_REASON(X509_R_KEY_TYPE_MISMATCH)    ,"key type mismatch"},
    -{ERR_REASON(X509_R_KEY_VALUES_MISMATCH)  ,"key values mismatch"},
    -{ERR_REASON(X509_R_LOADING_CERT_DIR)     ,"loading cert dir"},
    -{ERR_REASON(X509_R_LOADING_DEFAULTS)     ,"loading defaults"},
    -{ERR_REASON(X509_R_METHOD_NOT_SUPPORTED) ,"method not supported"},
    -{ERR_REASON(X509_R_NO_CERT_SET_FOR_US_TO_VERIFY),"no cert set for us to verify"},
    -{ERR_REASON(X509_R_PUBLIC_KEY_DECODE_ERROR),"public key decode error"},
    -{ERR_REASON(X509_R_PUBLIC_KEY_ENCODE_ERROR),"public key encode error"},
    -{ERR_REASON(X509_R_SHOULD_RETRY)         ,"should retry"},
    -{ERR_REASON(X509_R_UNABLE_TO_FIND_PARAMETERS_IN_CHAIN),"unable to find parameters in chain"},
    -{ERR_REASON(X509_R_UNABLE_TO_GET_CERTS_PUBLIC_KEY),"unable to get certs public key"},
    -{ERR_REASON(X509_R_UNKNOWN_KEY_TYPE)     ,"unknown key type"},
    -{ERR_REASON(X509_R_UNKNOWN_NID)          ,"unknown nid"},
    -{ERR_REASON(X509_R_UNKNOWN_PURPOSE_ID)   ,"unknown purpose id"},
    -{ERR_REASON(X509_R_UNKNOWN_TRUST_ID)     ,"unknown trust id"},
    -{ERR_REASON(X509_R_UNSUPPORTED_ALGORITHM),"unsupported algorithm"},
    -{ERR_REASON(X509_R_WRONG_LOOKUP_TYPE)    ,"wrong lookup type"},
    -{ERR_REASON(X509_R_WRONG_TYPE)           ,"wrong type"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA X509_str_reasons[] = {
    +    {ERR_REASON(X509_R_AKID_MISMATCH), "akid mismatch"},
    +    {ERR_REASON(X509_R_BAD_X509_FILETYPE), "bad x509 filetype"},
    +    {ERR_REASON(X509_R_BASE64_DECODE_ERROR), "base64 decode error"},
    +    {ERR_REASON(X509_R_CANT_CHECK_DH_KEY), "cant check dh key"},
    +    {ERR_REASON(X509_R_CERT_ALREADY_IN_HASH_TABLE),
    +     "cert already in hash table"},
    +    {ERR_REASON(X509_R_CRL_ALREADY_DELTA), "crl already delta"},
    +    {ERR_REASON(X509_R_CRL_VERIFY_FAILURE), "crl verify failure"},
    +    {ERR_REASON(X509_R_ERR_ASN1_LIB), "err asn1 lib"},
    +    {ERR_REASON(X509_R_IDP_MISMATCH), "idp mismatch"},
    +    {ERR_REASON(X509_R_INVALID_DIRECTORY), "invalid directory"},
    +    {ERR_REASON(X509_R_INVALID_FIELD_NAME), "invalid field name"},
    +    {ERR_REASON(X509_R_INVALID_TRUST), "invalid trust"},
    +    {ERR_REASON(X509_R_ISSUER_MISMATCH), "issuer mismatch"},
    +    {ERR_REASON(X509_R_KEY_TYPE_MISMATCH), "key type mismatch"},
    +    {ERR_REASON(X509_R_KEY_VALUES_MISMATCH), "key values mismatch"},
    +    {ERR_REASON(X509_R_LOADING_CERT_DIR), "loading cert dir"},
    +    {ERR_REASON(X509_R_LOADING_DEFAULTS), "loading defaults"},
    +    {ERR_REASON(X509_R_METHOD_NOT_SUPPORTED), "method not supported"},
    +    {ERR_REASON(X509_R_NEWER_CRL_NOT_NEWER), "newer crl not newer"},
    +    {ERR_REASON(X509_R_NO_CERT_SET_FOR_US_TO_VERIFY),
    +     "no cert set for us to verify"},
    +    {ERR_REASON(X509_R_NO_CRL_NUMBER), "no crl number"},
    +    {ERR_REASON(X509_R_PUBLIC_KEY_DECODE_ERROR), "public key decode error"},
    +    {ERR_REASON(X509_R_PUBLIC_KEY_ENCODE_ERROR), "public key encode error"},
    +    {ERR_REASON(X509_R_SHOULD_RETRY), "should retry"},
    +    {ERR_REASON(X509_R_UNABLE_TO_FIND_PARAMETERS_IN_CHAIN),
    +     "unable to find parameters in chain"},
    +    {ERR_REASON(X509_R_UNABLE_TO_GET_CERTS_PUBLIC_KEY),
    +     "unable to get certs public key"},
    +    {ERR_REASON(X509_R_UNKNOWN_KEY_TYPE), "unknown key type"},
    +    {ERR_REASON(X509_R_UNKNOWN_NID), "unknown nid"},
    +    {ERR_REASON(X509_R_UNKNOWN_PURPOSE_ID), "unknown purpose id"},
    +    {ERR_REASON(X509_R_UNKNOWN_TRUST_ID), "unknown trust id"},
    +    {ERR_REASON(X509_R_UNSUPPORTED_ALGORITHM), "unsupported algorithm"},
    +    {ERR_REASON(X509_R_WRONG_LOOKUP_TYPE), "wrong lookup type"},
    +    {ERR_REASON(X509_R_WRONG_TYPE), "wrong type"},
    +    {0, NULL}
    +};
     
     #endif
     
     void ERR_load_X509_strings(void)
    -	{
    +{
     #ifndef OPENSSL_NO_ERR
     
    -	if (ERR_func_error_string(X509_str_functs[0].error) == NULL)
    -		{
    -		ERR_load_strings(0,X509_str_functs);
    -		ERR_load_strings(0,X509_str_reasons);
    -		}
    +    if (ERR_func_error_string(X509_str_functs[0].error) == NULL) {
    +        ERR_load_strings(0, X509_str_functs);
    +        ERR_load_strings(0, X509_str_reasons);
    +    }
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/x509/x509_ext.c b/openssl/crypto/x509/x509_ext.c
    index e7fdacb5e..fb4e311d7 100644
    --- a/openssl/crypto/x509/x509_ext.c
    +++ b/openssl/crypto/x509/x509_ext.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -65,146 +65,147 @@
     #include 
     #include 
     
    -
     int X509_CRL_get_ext_count(X509_CRL *x)
    -	{
    -	return(X509v3_get_ext_count(x->crl->extensions));
    -	}
    +{
    +    return (X509v3_get_ext_count(x->crl->extensions));
    +}
     
     int X509_CRL_get_ext_by_NID(X509_CRL *x, int nid, int lastpos)
    -	{
    -	return(X509v3_get_ext_by_NID(x->crl->extensions,nid,lastpos));
    -	}
    +{
    +    return (X509v3_get_ext_by_NID(x->crl->extensions, nid, lastpos));
    +}
     
     int X509_CRL_get_ext_by_OBJ(X509_CRL *x, ASN1_OBJECT *obj, int lastpos)
    -	{
    -	return(X509v3_get_ext_by_OBJ(x->crl->extensions,obj,lastpos));
    -	}
    +{
    +    return (X509v3_get_ext_by_OBJ(x->crl->extensions, obj, lastpos));
    +}
     
     int X509_CRL_get_ext_by_critical(X509_CRL *x, int crit, int lastpos)
    -	{
    -	return(X509v3_get_ext_by_critical(x->crl->extensions,crit,lastpos));
    -	}
    +{
    +    return (X509v3_get_ext_by_critical(x->crl->extensions, crit, lastpos));
    +}
     
     X509_EXTENSION *X509_CRL_get_ext(X509_CRL *x, int loc)
    -	{
    -	return(X509v3_get_ext(x->crl->extensions,loc));
    -	}
    +{
    +    return (X509v3_get_ext(x->crl->extensions, loc));
    +}
     
     X509_EXTENSION *X509_CRL_delete_ext(X509_CRL *x, int loc)
    -	{
    -	return(X509v3_delete_ext(x->crl->extensions,loc));
    -	}
    +{
    +    return (X509v3_delete_ext(x->crl->extensions, loc));
    +}
     
     void *X509_CRL_get_ext_d2i(X509_CRL *x, int nid, int *crit, int *idx)
     {
    -	return X509V3_get_d2i(x->crl->extensions, nid, crit, idx);
    +    return X509V3_get_d2i(x->crl->extensions, nid, crit, idx);
     }
     
     int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit,
    -							unsigned long flags)
    +                          unsigned long flags)
     {
    -	return X509V3_add1_i2d(&x->crl->extensions, nid, value, crit, flags);
    +    return X509V3_add1_i2d(&x->crl->extensions, nid, value, crit, flags);
     }
     
     int X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc)
    -	{
    -	return(X509v3_add_ext(&(x->crl->extensions),ex,loc) != NULL);
    -	}
    +{
    +    return (X509v3_add_ext(&(x->crl->extensions), ex, loc) != NULL);
    +}
     
     int X509_get_ext_count(X509 *x)
    -	{
    -	return(X509v3_get_ext_count(x->cert_info->extensions));
    -	}
    +{
    +    return (X509v3_get_ext_count(x->cert_info->extensions));
    +}
     
     int X509_get_ext_by_NID(X509 *x, int nid, int lastpos)
    -	{
    -	return(X509v3_get_ext_by_NID(x->cert_info->extensions,nid,lastpos));
    -	}
    +{
    +    return (X509v3_get_ext_by_NID(x->cert_info->extensions, nid, lastpos));
    +}
     
     int X509_get_ext_by_OBJ(X509 *x, ASN1_OBJECT *obj, int lastpos)
    -	{
    -	return(X509v3_get_ext_by_OBJ(x->cert_info->extensions,obj,lastpos));
    -	}
    +{
    +    return (X509v3_get_ext_by_OBJ(x->cert_info->extensions, obj, lastpos));
    +}
     
     int X509_get_ext_by_critical(X509 *x, int crit, int lastpos)
    -	{
    -	return(X509v3_get_ext_by_critical(x->cert_info->extensions,crit,lastpos));
    -	}
    +{
    +    return (X509v3_get_ext_by_critical
    +            (x->cert_info->extensions, crit, lastpos));
    +}
     
     X509_EXTENSION *X509_get_ext(X509 *x, int loc)
    -	{
    -	return(X509v3_get_ext(x->cert_info->extensions,loc));
    -	}
    +{
    +    return (X509v3_get_ext(x->cert_info->extensions, loc));
    +}
     
     X509_EXTENSION *X509_delete_ext(X509 *x, int loc)
    -	{
    -	return(X509v3_delete_ext(x->cert_info->extensions,loc));
    -	}
    +{
    +    return (X509v3_delete_ext(x->cert_info->extensions, loc));
    +}
     
     int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc)
    -	{
    -	return(X509v3_add_ext(&(x->cert_info->extensions),ex,loc) != NULL);
    -	}
    +{
    +    return (X509v3_add_ext(&(x->cert_info->extensions), ex, loc) != NULL);
    +}
     
     void *X509_get_ext_d2i(X509 *x, int nid, int *crit, int *idx)
     {
    -	return X509V3_get_d2i(x->cert_info->extensions, nid, crit, idx);
    +    return X509V3_get_d2i(x->cert_info->extensions, nid, crit, idx);
     }
     
     int X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit,
    -							unsigned long flags)
    +                      unsigned long flags)
     {
    -	return X509V3_add1_i2d(&x->cert_info->extensions, nid, value, crit,
    -							flags);
    +    return X509V3_add1_i2d(&x->cert_info->extensions, nid, value, crit,
    +                           flags);
     }
     
     int X509_REVOKED_get_ext_count(X509_REVOKED *x)
    -	{
    -	return(X509v3_get_ext_count(x->extensions));
    -	}
    +{
    +    return (X509v3_get_ext_count(x->extensions));
    +}
     
     int X509_REVOKED_get_ext_by_NID(X509_REVOKED *x, int nid, int lastpos)
    -	{
    -	return(X509v3_get_ext_by_NID(x->extensions,nid,lastpos));
    -	}
    +{
    +    return (X509v3_get_ext_by_NID(x->extensions, nid, lastpos));
    +}
     
     int X509_REVOKED_get_ext_by_OBJ(X509_REVOKED *x, ASN1_OBJECT *obj,
    -	     int lastpos)
    -	{
    -	return(X509v3_get_ext_by_OBJ(x->extensions,obj,lastpos));
    -	}
    +                                int lastpos)
    +{
    +    return (X509v3_get_ext_by_OBJ(x->extensions, obj, lastpos));
    +}
     
     int X509_REVOKED_get_ext_by_critical(X509_REVOKED *x, int crit, int lastpos)
    -	{
    -	return(X509v3_get_ext_by_critical(x->extensions,crit,lastpos));
    -	}
    +{
    +    return (X509v3_get_ext_by_critical(x->extensions, crit, lastpos));
    +}
     
     X509_EXTENSION *X509_REVOKED_get_ext(X509_REVOKED *x, int loc)
    -	{
    -	return(X509v3_get_ext(x->extensions,loc));
    -	}
    +{
    +    return (X509v3_get_ext(x->extensions, loc));
    +}
     
     X509_EXTENSION *X509_REVOKED_delete_ext(X509_REVOKED *x, int loc)
    -	{
    -	return(X509v3_delete_ext(x->extensions,loc));
    -	}
    +{
    +    return (X509v3_delete_ext(x->extensions, loc));
    +}
     
     int X509_REVOKED_add_ext(X509_REVOKED *x, X509_EXTENSION *ex, int loc)
    -	{
    -	return(X509v3_add_ext(&(x->extensions),ex,loc) != NULL);
    -	}
    +{
    +    return (X509v3_add_ext(&(x->extensions), ex, loc) != NULL);
    +}
     
     void *X509_REVOKED_get_ext_d2i(X509_REVOKED *x, int nid, int *crit, int *idx)
     {
    -	return X509V3_get_d2i(x->extensions, nid, crit, idx);
    +    return X509V3_get_d2i(x->extensions, nid, crit, idx);
     }
     
     int X509_REVOKED_add1_ext_i2d(X509_REVOKED *x, int nid, void *value, int crit,
    -							unsigned long flags)
    +                              unsigned long flags)
     {
    -	return X509V3_add1_i2d(&x->extensions, nid, value, crit, flags);
    +    return X509V3_add1_i2d(&x->extensions, nid, value, crit, flags);
     }
     
     IMPLEMENT_STACK_OF(X509_EXTENSION)
    +
     IMPLEMENT_ASN1_SET_OF(X509_EXTENSION)
    diff --git a/openssl/crypto/x509/x509_lu.c b/openssl/crypto/x509/x509_lu.c
    index 38525a8cd..ff1fa975f 100644
    --- a/openssl/crypto/x509/x509_lu.c
    +++ b/openssl/crypto/x509/x509_lu.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,554 +63,541 @@
     #include 
     
     X509_LOOKUP *X509_LOOKUP_new(X509_LOOKUP_METHOD *method)
    -	{
    -	X509_LOOKUP *ret;
    -
    -	ret=(X509_LOOKUP *)OPENSSL_malloc(sizeof(X509_LOOKUP));
    -	if (ret == NULL) return NULL;
    -
    -	ret->init=0;
    -	ret->skip=0;
    -	ret->method=method;
    -	ret->method_data=NULL;
    -	ret->store_ctx=NULL;
    -	if ((method->new_item != NULL) && !method->new_item(ret))
    -		{
    -		OPENSSL_free(ret);
    -		return NULL;
    -		}
    -	return ret;
    -	}
    +{
    +    X509_LOOKUP *ret;
    +
    +    ret = (X509_LOOKUP *)OPENSSL_malloc(sizeof(X509_LOOKUP));
    +    if (ret == NULL)
    +        return NULL;
    +
    +    ret->init = 0;
    +    ret->skip = 0;
    +    ret->method = method;
    +    ret->method_data = NULL;
    +    ret->store_ctx = NULL;
    +    if ((method->new_item != NULL) && !method->new_item(ret)) {
    +        OPENSSL_free(ret);
    +        return NULL;
    +    }
    +    return ret;
    +}
     
     void X509_LOOKUP_free(X509_LOOKUP *ctx)
    -	{
    -	if (ctx == NULL) return;
    -	if (	(ctx->method != NULL) &&
    -		(ctx->method->free != NULL))
    -		(*ctx->method->free)(ctx);
    -	OPENSSL_free(ctx);
    -	}
    +{
    +    if (ctx == NULL)
    +        return;
    +    if ((ctx->method != NULL) && (ctx->method->free != NULL))
    +        (*ctx->method->free) (ctx);
    +    OPENSSL_free(ctx);
    +}
     
     int X509_LOOKUP_init(X509_LOOKUP *ctx)
    -	{
    -	if (ctx->method == NULL) return 0;
    -	if (ctx->method->init != NULL)
    -		return ctx->method->init(ctx);
    -	else
    -		return 1;
    -	}
    +{
    +    if (ctx->method == NULL)
    +        return 0;
    +    if (ctx->method->init != NULL)
    +        return ctx->method->init(ctx);
    +    else
    +        return 1;
    +}
     
     int X509_LOOKUP_shutdown(X509_LOOKUP *ctx)
    -	{
    -	if (ctx->method == NULL) return 0;
    -	if (ctx->method->shutdown != NULL)
    -		return ctx->method->shutdown(ctx);
    -	else
    -		return 1;
    -	}
    +{
    +    if (ctx->method == NULL)
    +        return 0;
    +    if (ctx->method->shutdown != NULL)
    +        return ctx->method->shutdown(ctx);
    +    else
    +        return 1;
    +}
     
     int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc, long argl,
    -	     char **ret)
    -	{
    -	if (ctx->method == NULL) return -1;
    -	if (ctx->method->ctrl != NULL)
    -		return ctx->method->ctrl(ctx,cmd,argc,argl,ret);
    -	else
    -		return 1;
    -	}
    +                     char **ret)
    +{
    +    if (ctx->method == NULL)
    +        return -1;
    +    if (ctx->method->ctrl != NULL)
    +        return ctx->method->ctrl(ctx, cmd, argc, argl, ret);
    +    else
    +        return 1;
    +}
     
     int X509_LOOKUP_by_subject(X509_LOOKUP *ctx, int type, X509_NAME *name,
    -	     X509_OBJECT *ret)
    -	{
    -	if ((ctx->method == NULL) || (ctx->method->get_by_subject == NULL))
    -		return X509_LU_FAIL;
    -	if (ctx->skip) return 0;
    -	return ctx->method->get_by_subject(ctx,type,name,ret);
    -	}
    +                           X509_OBJECT *ret)
    +{
    +    if ((ctx->method == NULL) || (ctx->method->get_by_subject == NULL))
    +        return X509_LU_FAIL;
    +    if (ctx->skip)
    +        return 0;
    +    return ctx->method->get_by_subject(ctx, type, name, ret);
    +}
     
     int X509_LOOKUP_by_issuer_serial(X509_LOOKUP *ctx, int type, X509_NAME *name,
    -	     ASN1_INTEGER *serial, X509_OBJECT *ret)
    -	{
    -	if ((ctx->method == NULL) ||
    -		(ctx->method->get_by_issuer_serial == NULL))
    -		return X509_LU_FAIL;
    -	return ctx->method->get_by_issuer_serial(ctx,type,name,serial,ret);
    -	}
    +                                 ASN1_INTEGER *serial, X509_OBJECT *ret)
    +{
    +    if ((ctx->method == NULL) || (ctx->method->get_by_issuer_serial == NULL))
    +        return X509_LU_FAIL;
    +    return ctx->method->get_by_issuer_serial(ctx, type, name, serial, ret);
    +}
     
     int X509_LOOKUP_by_fingerprint(X509_LOOKUP *ctx, int type,
    -	     unsigned char *bytes, int len, X509_OBJECT *ret)
    -	{
    -	if ((ctx->method == NULL) || (ctx->method->get_by_fingerprint == NULL))
    -		return X509_LU_FAIL;
    -	return ctx->method->get_by_fingerprint(ctx,type,bytes,len,ret);
    -	}
    +                               unsigned char *bytes, int len,
    +                               X509_OBJECT *ret)
    +{
    +    if ((ctx->method == NULL) || (ctx->method->get_by_fingerprint == NULL))
    +        return X509_LU_FAIL;
    +    return ctx->method->get_by_fingerprint(ctx, type, bytes, len, ret);
    +}
     
     int X509_LOOKUP_by_alias(X509_LOOKUP *ctx, int type, char *str, int len,
    -	     X509_OBJECT *ret)
    -	{
    -	if ((ctx->method == NULL) || (ctx->method->get_by_alias == NULL))
    -		return X509_LU_FAIL;
    -	return ctx->method->get_by_alias(ctx,type,str,len,ret);
    -	}
    -
    -  
    -static int x509_object_cmp(const X509_OBJECT * const *a, const X509_OBJECT * const *b)
    -  	{
    - 	int ret;
    -
    - 	ret=((*a)->type - (*b)->type);
    - 	if (ret) return ret;
    - 	switch ((*a)->type)
    - 		{
    - 	case X509_LU_X509:
    - 		ret=X509_subject_name_cmp((*a)->data.x509,(*b)->data.x509);
    - 		break;
    - 	case X509_LU_CRL:
    - 		ret=X509_CRL_cmp((*a)->data.crl,(*b)->data.crl);
    - 		break;
    -	default:
    -		/* abort(); */
    -		return 0;
    -		}
    -	return ret;
    -	}
    +                         X509_OBJECT *ret)
    +{
    +    if ((ctx->method == NULL) || (ctx->method->get_by_alias == NULL))
    +        return X509_LU_FAIL;
    +    return ctx->method->get_by_alias(ctx, type, str, len, ret);
    +}
    +
    +static int x509_object_cmp(const X509_OBJECT *const *a,
    +                           const X509_OBJECT *const *b)
    +{
    +    int ret;
    +
    +    ret = ((*a)->type - (*b)->type);
    +    if (ret)
    +        return ret;
    +    switch ((*a)->type) {
    +    case X509_LU_X509:
    +        ret = X509_subject_name_cmp((*a)->data.x509, (*b)->data.x509);
    +        break;
    +    case X509_LU_CRL:
    +        ret = X509_CRL_cmp((*a)->data.crl, (*b)->data.crl);
    +        break;
    +    default:
    +        /* abort(); */
    +        return 0;
    +    }
    +    return ret;
    +}
     
     X509_STORE *X509_STORE_new(void)
    -	{
    -	X509_STORE *ret;
    -
    -	if ((ret=(X509_STORE *)OPENSSL_malloc(sizeof(X509_STORE))) == NULL)
    -		return NULL;
    -	ret->objs = sk_X509_OBJECT_new(x509_object_cmp);
    -	ret->cache=1;
    -	ret->get_cert_methods=sk_X509_LOOKUP_new_null();
    -	ret->verify=0;
    -	ret->verify_cb=0;
    -
    -	if ((ret->param = X509_VERIFY_PARAM_new()) == NULL)
    -		return NULL;
    -
    -	ret->get_issuer = 0;
    -	ret->check_issued = 0;
    -	ret->check_revocation = 0;
    -	ret->get_crl = 0;
    -	ret->check_crl = 0;
    -	ret->cert_crl = 0;
    -	ret->lookup_certs = 0;
    -	ret->lookup_crls = 0;
    -	ret->cleanup = 0;
    -
    -	if (!CRYPTO_new_ex_data(CRYPTO_EX_INDEX_X509_STORE, ret, &ret->ex_data))
    -		{
    -		sk_X509_OBJECT_free(ret->objs);
    -		OPENSSL_free(ret);
    -		return NULL;
    -		}
    -
    -	ret->references=1;
    -	return ret;
    -	}
    +{
    +    X509_STORE *ret;
    +
    +    if ((ret = (X509_STORE *)OPENSSL_malloc(sizeof(X509_STORE))) == NULL)
    +        return NULL;
    +    ret->objs = sk_X509_OBJECT_new(x509_object_cmp);
    +    ret->cache = 1;
    +    ret->get_cert_methods = sk_X509_LOOKUP_new_null();
    +    ret->verify = 0;
    +    ret->verify_cb = 0;
    +
    +    if ((ret->param = X509_VERIFY_PARAM_new()) == NULL)
    +        return NULL;
    +
    +    ret->get_issuer = 0;
    +    ret->check_issued = 0;
    +    ret->check_revocation = 0;
    +    ret->get_crl = 0;
    +    ret->check_crl = 0;
    +    ret->cert_crl = 0;
    +    ret->lookup_certs = 0;
    +    ret->lookup_crls = 0;
    +    ret->cleanup = 0;
    +
    +    if (!CRYPTO_new_ex_data(CRYPTO_EX_INDEX_X509_STORE, ret, &ret->ex_data)) {
    +        sk_X509_OBJECT_free(ret->objs);
    +        OPENSSL_free(ret);
    +        return NULL;
    +    }
    +
    +    ret->references = 1;
    +    return ret;
    +}
     
     static void cleanup(X509_OBJECT *a)
    -	{
    -	if (a->type == X509_LU_X509)
    -		{
    -		X509_free(a->data.x509);
    -		}
    -	else if (a->type == X509_LU_CRL)
    -		{
    -		X509_CRL_free(a->data.crl);
    -		}
    -	else
    -		{
    -		/* abort(); */
    -		}
    -
    -	OPENSSL_free(a);
    -	}
    +{
    +    if (a->type == X509_LU_X509) {
    +        X509_free(a->data.x509);
    +    } else if (a->type == X509_LU_CRL) {
    +        X509_CRL_free(a->data.crl);
    +    } else {
    +        /* abort(); */
    +    }
    +
    +    OPENSSL_free(a);
    +}
     
     void X509_STORE_free(X509_STORE *vfy)
    -	{
    -	int i;
    -	STACK_OF(X509_LOOKUP) *sk;
    -	X509_LOOKUP *lu;
    -
    -	if (vfy == NULL)
    -	    return;
    -
    -	sk=vfy->get_cert_methods;
    -	for (i=0; iobjs, cleanup);
    -
    -	CRYPTO_free_ex_data(CRYPTO_EX_INDEX_X509_STORE, vfy, &vfy->ex_data);
    -	if (vfy->param)
    -		X509_VERIFY_PARAM_free(vfy->param);
    -	OPENSSL_free(vfy);
    -	}
    +{
    +    int i;
    +    STACK_OF(X509_LOOKUP) *sk;
    +    X509_LOOKUP *lu;
    +
    +    if (vfy == NULL)
    +        return;
    +
    +    i = CRYPTO_add(&vfy->references, -1, CRYPTO_LOCK_X509_STORE);
    +#ifdef REF_PRINT
    +    REF_PRINT("X509_STORE", vfy);
    +#endif
    +    if (i > 0)
    +        return;
    +#ifdef REF_CHECK
    +    if (i < 0) {
    +        fprintf(stderr, "X509_STORE_free, bad reference count\n");
    +        abort();                /* ok */
    +    }
    +#endif
    +
    +    sk = vfy->get_cert_methods;
    +    for (i = 0; i < sk_X509_LOOKUP_num(sk); i++) {
    +        lu = sk_X509_LOOKUP_value(sk, i);
    +        X509_LOOKUP_shutdown(lu);
    +        X509_LOOKUP_free(lu);
    +    }
    +    sk_X509_LOOKUP_free(sk);
    +    sk_X509_OBJECT_pop_free(vfy->objs, cleanup);
    +
    +    CRYPTO_free_ex_data(CRYPTO_EX_INDEX_X509_STORE, vfy, &vfy->ex_data);
    +    if (vfy->param)
    +        X509_VERIFY_PARAM_free(vfy->param);
    +    OPENSSL_free(vfy);
    +}
     
     X509_LOOKUP *X509_STORE_add_lookup(X509_STORE *v, X509_LOOKUP_METHOD *m)
    -	{
    -	int i;
    -	STACK_OF(X509_LOOKUP) *sk;
    -	X509_LOOKUP *lu;
    -
    -	sk=v->get_cert_methods;
    -	for (i=0; imethod)
    -			{
    -			return lu;
    -			}
    -		}
    -	/* a new one */
    -	lu=X509_LOOKUP_new(m);
    -	if (lu == NULL)
    -		return NULL;
    -	else
    -		{
    -		lu->store_ctx=v;
    -		if (sk_X509_LOOKUP_push(v->get_cert_methods,lu))
    -			return lu;
    -		else
    -			{
    -			X509_LOOKUP_free(lu);
    -			return NULL;
    -			}
    -		}
    -	}
    +{
    +    int i;
    +    STACK_OF(X509_LOOKUP) *sk;
    +    X509_LOOKUP *lu;
    +
    +    sk = v->get_cert_methods;
    +    for (i = 0; i < sk_X509_LOOKUP_num(sk); i++) {
    +        lu = sk_X509_LOOKUP_value(sk, i);
    +        if (m == lu->method) {
    +            return lu;
    +        }
    +    }
    +    /* a new one */
    +    lu = X509_LOOKUP_new(m);
    +    if (lu == NULL)
    +        return NULL;
    +    else {
    +        lu->store_ctx = v;
    +        if (sk_X509_LOOKUP_push(v->get_cert_methods, lu))
    +            return lu;
    +        else {
    +            X509_LOOKUP_free(lu);
    +            return NULL;
    +        }
    +    }
    +}
     
     int X509_STORE_get_by_subject(X509_STORE_CTX *vs, int type, X509_NAME *name,
    -	     X509_OBJECT *ret)
    -	{
    -	X509_STORE *ctx=vs->ctx;
    -	X509_LOOKUP *lu;
    -	X509_OBJECT stmp,*tmp;
    -	int i,j;
    -
    -	CRYPTO_w_lock(CRYPTO_LOCK_X509_STORE);
    -	tmp=X509_OBJECT_retrieve_by_subject(ctx->objs,type,name);
    -	CRYPTO_w_unlock(CRYPTO_LOCK_X509_STORE);
    -
    -	if (tmp == NULL || type == X509_LU_CRL)
    -		{
    -		for (i=vs->current_method; iget_cert_methods); i++)
    -			{
    -			lu=sk_X509_LOOKUP_value(ctx->get_cert_methods,i);
    -			j=X509_LOOKUP_by_subject(lu,type,name,&stmp);
    -			if (j < 0)
    -				{
    -				vs->current_method=j;
    -				return j;
    -				}
    -			else if (j)
    -				{
    -				tmp= &stmp;
    -				break;
    -				}
    -			}
    -		vs->current_method=0;
    -		if (tmp == NULL)
    -			return 0;
    -		}
    -
    -/*	if (ret->data.ptr != NULL)
    -		X509_OBJECT_free_contents(ret); */
    -
    -	ret->type=tmp->type;
    -	ret->data.ptr=tmp->data.ptr;
    -
    -	X509_OBJECT_up_ref_count(ret);
    -
    -	return 1;
    -	}
    +                              X509_OBJECT *ret)
    +{
    +    X509_STORE *ctx = vs->ctx;
    +    X509_LOOKUP *lu;
    +    X509_OBJECT stmp, *tmp;
    +    int i, j;
    +
    +    CRYPTO_w_lock(CRYPTO_LOCK_X509_STORE);
    +    tmp = X509_OBJECT_retrieve_by_subject(ctx->objs, type, name);
    +    CRYPTO_w_unlock(CRYPTO_LOCK_X509_STORE);
    +
    +    if (tmp == NULL || type == X509_LU_CRL) {
    +        for (i = vs->current_method;
    +             i < sk_X509_LOOKUP_num(ctx->get_cert_methods); i++) {
    +            lu = sk_X509_LOOKUP_value(ctx->get_cert_methods, i);
    +            j = X509_LOOKUP_by_subject(lu, type, name, &stmp);
    +            if (j < 0) {
    +                vs->current_method = j;
    +                return j;
    +            } else if (j) {
    +                tmp = &stmp;
    +                break;
    +            }
    +        }
    +        vs->current_method = 0;
    +        if (tmp == NULL)
    +            return 0;
    +    }
    +
    +/*- if (ret->data.ptr != NULL)
    +            X509_OBJECT_free_contents(ret); */
    +
    +    ret->type = tmp->type;
    +    ret->data.ptr = tmp->data.ptr;
    +
    +    X509_OBJECT_up_ref_count(ret);
    +
    +    return 1;
    +}
     
     int X509_STORE_add_cert(X509_STORE *ctx, X509 *x)
    -	{
    -	X509_OBJECT *obj;
    -	int ret=1;
    -
    -	if (x == NULL) return 0;
    -	obj=(X509_OBJECT *)OPENSSL_malloc(sizeof(X509_OBJECT));
    -	if (obj == NULL)
    -		{
    -		X509err(X509_F_X509_STORE_ADD_CERT,ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	obj->type=X509_LU_X509;
    -	obj->data.x509=x;
    -
    -	CRYPTO_w_lock(CRYPTO_LOCK_X509_STORE);
    -
    -	X509_OBJECT_up_ref_count(obj);
    -
    -	if (X509_OBJECT_retrieve_match(ctx->objs, obj))
    -		{
    -		X509_OBJECT_free_contents(obj);
    -		OPENSSL_free(obj);
    -		X509err(X509_F_X509_STORE_ADD_CERT,X509_R_CERT_ALREADY_IN_HASH_TABLE);
    -		ret=0;
    -		} 
    -	else sk_X509_OBJECT_push(ctx->objs, obj);
    -
    -	CRYPTO_w_unlock(CRYPTO_LOCK_X509_STORE);
    -
    -	return ret;
    -	}
    +{
    +    X509_OBJECT *obj;
    +    int ret = 1;
    +
    +    if (x == NULL)
    +        return 0;
    +    obj = (X509_OBJECT *)OPENSSL_malloc(sizeof(X509_OBJECT));
    +    if (obj == NULL) {
    +        X509err(X509_F_X509_STORE_ADD_CERT, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    obj->type = X509_LU_X509;
    +    obj->data.x509 = x;
    +
    +    CRYPTO_w_lock(CRYPTO_LOCK_X509_STORE);
    +
    +    X509_OBJECT_up_ref_count(obj);
    +
    +    if (X509_OBJECT_retrieve_match(ctx->objs, obj)) {
    +        X509_OBJECT_free_contents(obj);
    +        OPENSSL_free(obj);
    +        X509err(X509_F_X509_STORE_ADD_CERT,
    +                X509_R_CERT_ALREADY_IN_HASH_TABLE);
    +        ret = 0;
    +    } else
    +        sk_X509_OBJECT_push(ctx->objs, obj);
    +
    +    CRYPTO_w_unlock(CRYPTO_LOCK_X509_STORE);
    +
    +    return ret;
    +}
     
     int X509_STORE_add_crl(X509_STORE *ctx, X509_CRL *x)
    -	{
    -	X509_OBJECT *obj;
    -	int ret=1;
    -
    -	if (x == NULL) return 0;
    -	obj=(X509_OBJECT *)OPENSSL_malloc(sizeof(X509_OBJECT));
    -	if (obj == NULL)
    -		{
    -		X509err(X509_F_X509_STORE_ADD_CRL,ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	obj->type=X509_LU_CRL;
    -	obj->data.crl=x;
    -
    -	CRYPTO_w_lock(CRYPTO_LOCK_X509_STORE);
    -
    -	X509_OBJECT_up_ref_count(obj);
    -
    -	if (X509_OBJECT_retrieve_match(ctx->objs, obj))
    -		{
    -		X509_OBJECT_free_contents(obj);
    -		OPENSSL_free(obj);
    -		X509err(X509_F_X509_STORE_ADD_CRL,X509_R_CERT_ALREADY_IN_HASH_TABLE);
    -		ret=0;
    -		}
    -	else sk_X509_OBJECT_push(ctx->objs, obj);
    -
    -	CRYPTO_w_unlock(CRYPTO_LOCK_X509_STORE);
    -
    -	return ret;
    -	}
    +{
    +    X509_OBJECT *obj;
    +    int ret = 1;
    +
    +    if (x == NULL)
    +        return 0;
    +    obj = (X509_OBJECT *)OPENSSL_malloc(sizeof(X509_OBJECT));
    +    if (obj == NULL) {
    +        X509err(X509_F_X509_STORE_ADD_CRL, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    obj->type = X509_LU_CRL;
    +    obj->data.crl = x;
    +
    +    CRYPTO_w_lock(CRYPTO_LOCK_X509_STORE);
    +
    +    X509_OBJECT_up_ref_count(obj);
    +
    +    if (X509_OBJECT_retrieve_match(ctx->objs, obj)) {
    +        X509_OBJECT_free_contents(obj);
    +        OPENSSL_free(obj);
    +        X509err(X509_F_X509_STORE_ADD_CRL, X509_R_CERT_ALREADY_IN_HASH_TABLE);
    +        ret = 0;
    +    } else
    +        sk_X509_OBJECT_push(ctx->objs, obj);
    +
    +    CRYPTO_w_unlock(CRYPTO_LOCK_X509_STORE);
    +
    +    return ret;
    +}
     
     void X509_OBJECT_up_ref_count(X509_OBJECT *a)
    -	{
    -	switch (a->type)
    -		{
    -	case X509_LU_X509:
    -		CRYPTO_add(&a->data.x509->references,1,CRYPTO_LOCK_X509);
    -		break;
    -	case X509_LU_CRL:
    -		CRYPTO_add(&a->data.crl->references,1,CRYPTO_LOCK_X509_CRL);
    -		break;
    -		}
    -	}
    +{
    +    switch (a->type) {
    +    case X509_LU_X509:
    +        CRYPTO_add(&a->data.x509->references, 1, CRYPTO_LOCK_X509);
    +        break;
    +    case X509_LU_CRL:
    +        CRYPTO_add(&a->data.crl->references, 1, CRYPTO_LOCK_X509_CRL);
    +        break;
    +    }
    +}
     
     void X509_OBJECT_free_contents(X509_OBJECT *a)
    -	{
    -	switch (a->type)
    -		{
    -	case X509_LU_X509:
    -		X509_free(a->data.x509);
    -		break;
    -	case X509_LU_CRL:
    -		X509_CRL_free(a->data.crl);
    -		break;
    -		}
    -	}
    +{
    +    switch (a->type) {
    +    case X509_LU_X509:
    +        X509_free(a->data.x509);
    +        break;
    +    case X509_LU_CRL:
    +        X509_CRL_free(a->data.crl);
    +        break;
    +    }
    +}
     
     static int x509_object_idx_cnt(STACK_OF(X509_OBJECT) *h, int type,
    -	     X509_NAME *name, int *pnmatch)
    -	{
    -	X509_OBJECT stmp;
    -	X509 x509_s;
    -	X509_CINF cinf_s;
    -	X509_CRL crl_s;
    -	X509_CRL_INFO crl_info_s;
    -	int idx;
    -
    -	stmp.type=type;
    -	switch (type)
    -		{
    -	case X509_LU_X509:
    -		stmp.data.x509= &x509_s;
    -		x509_s.cert_info= &cinf_s;
    -		cinf_s.subject=name;
    -		break;
    -	case X509_LU_CRL:
    -		stmp.data.crl= &crl_s;
    -		crl_s.crl= &crl_info_s;
    -		crl_info_s.issuer=name;
    -		break;
    -	default:
    -		/* abort(); */
    -		return -1;
    -		}
    -
    -	idx = sk_X509_OBJECT_find(h,&stmp);
    -	if (idx >= 0 && pnmatch)
    -		{
    -		int tidx;
    -		const X509_OBJECT *tobj, *pstmp;
    -		*pnmatch = 1;
    -		pstmp = &stmp;
    -		for (tidx = idx + 1; tidx < sk_X509_OBJECT_num(h); tidx++)
    -			{
    -			tobj = sk_X509_OBJECT_value(h, tidx);
    -			if (x509_object_cmp(&tobj, &pstmp))
    -				break;
    -			(*pnmatch)++;
    -			}
    -		}
    -	return idx;
    -	}
    -
    +                               X509_NAME *name, int *pnmatch)
    +{
    +    X509_OBJECT stmp;
    +    X509 x509_s;
    +    X509_CINF cinf_s;
    +    X509_CRL crl_s;
    +    X509_CRL_INFO crl_info_s;
    +    int idx;
    +
    +    stmp.type = type;
    +    switch (type) {
    +    case X509_LU_X509:
    +        stmp.data.x509 = &x509_s;
    +        x509_s.cert_info = &cinf_s;
    +        cinf_s.subject = name;
    +        break;
    +    case X509_LU_CRL:
    +        stmp.data.crl = &crl_s;
    +        crl_s.crl = &crl_info_s;
    +        crl_info_s.issuer = name;
    +        break;
    +    default:
    +        /* abort(); */
    +        return -1;
    +    }
    +
    +    idx = sk_X509_OBJECT_find(h, &stmp);
    +    if (idx >= 0 && pnmatch) {
    +        int tidx;
    +        const X509_OBJECT *tobj, *pstmp;
    +        *pnmatch = 1;
    +        pstmp = &stmp;
    +        for (tidx = idx + 1; tidx < sk_X509_OBJECT_num(h); tidx++) {
    +            tobj = sk_X509_OBJECT_value(h, tidx);
    +            if (x509_object_cmp(&tobj, &pstmp))
    +                break;
    +            (*pnmatch)++;
    +        }
    +    }
    +    return idx;
    +}
     
     int X509_OBJECT_idx_by_subject(STACK_OF(X509_OBJECT) *h, int type,
    -	     X509_NAME *name)
    -	{
    -	return x509_object_idx_cnt(h, type, name, NULL);
    -	}
    -
    -X509_OBJECT *X509_OBJECT_retrieve_by_subject(STACK_OF(X509_OBJECT) *h, int type,
    -	     X509_NAME *name)
    -	{
    -	int idx;
    -	idx = X509_OBJECT_idx_by_subject(h, type, name);
    -	if (idx==-1) return NULL;
    -	return sk_X509_OBJECT_value(h, idx);
    -	}
    -
    -STACK_OF(X509)* X509_STORE_get1_certs(X509_STORE_CTX *ctx, X509_NAME *nm)
    -	{
    -	int i, idx, cnt;
    -	STACK_OF(X509) *sk;
    -	X509 *x;
    -	X509_OBJECT *obj;
    -	sk = sk_X509_new_null();
    -	CRYPTO_w_lock(CRYPTO_LOCK_X509_STORE);
    -	idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_X509, nm, &cnt);
    -	if (idx < 0)
    -		{
    -		/* Nothing found in cache: do lookup to possibly add new
    -		 * objects to cache
    -		 */
    -		X509_OBJECT xobj;
    -		CRYPTO_w_unlock(CRYPTO_LOCK_X509_STORE);
    -		if (!X509_STORE_get_by_subject(ctx, X509_LU_X509, nm, &xobj))
    -			{
    -			sk_X509_free(sk);
    -			return NULL;
    -			}
    -		X509_OBJECT_free_contents(&xobj);
    -		CRYPTO_w_lock(CRYPTO_LOCK_X509_STORE);
    -		idx = x509_object_idx_cnt(ctx->ctx->objs,X509_LU_X509,nm, &cnt);
    -		if (idx < 0)
    -			{
    -			CRYPTO_w_unlock(CRYPTO_LOCK_X509_STORE);
    -			sk_X509_free(sk);
    -			return NULL;
    -			}
    -		}
    -	for (i = 0; i < cnt; i++, idx++)
    -		{
    -		obj = sk_X509_OBJECT_value(ctx->ctx->objs, idx);
    -		x = obj->data.x509;
    -		CRYPTO_add(&x->references, 1, CRYPTO_LOCK_X509);
    -		if (!sk_X509_push(sk, x))
    -			{
    -			CRYPTO_w_unlock(CRYPTO_LOCK_X509_STORE);
    -			X509_free(x);
    -			sk_X509_pop_free(sk, X509_free);
    -			return NULL;
    -			}
    -		}
    -	CRYPTO_w_unlock(CRYPTO_LOCK_X509_STORE);
    -	return sk;
    -
    -	}
    -
    -STACK_OF(X509_CRL)* X509_STORE_get1_crls(X509_STORE_CTX *ctx, X509_NAME *nm)
    -	{
    -	int i, idx, cnt;
    -	STACK_OF(X509_CRL) *sk;
    -	X509_CRL *x;
    -	X509_OBJECT *obj, xobj;
    -	sk = sk_X509_CRL_new_null();
    -	CRYPTO_w_lock(CRYPTO_LOCK_X509_STORE);
    -	/* Check cache first */
    -	idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_CRL, nm, &cnt);
    -
    -	/* Always do lookup to possibly add new CRLs to cache
    -	 */
    -	CRYPTO_w_unlock(CRYPTO_LOCK_X509_STORE);
    -	if (!X509_STORE_get_by_subject(ctx, X509_LU_CRL, nm, &xobj))
    -		{
    -		sk_X509_CRL_free(sk);
    -		return NULL;
    -		}
    -	X509_OBJECT_free_contents(&xobj);
    -	CRYPTO_w_lock(CRYPTO_LOCK_X509_STORE);
    -	idx = x509_object_idx_cnt(ctx->ctx->objs,X509_LU_CRL, nm, &cnt);
    -	if (idx < 0)
    -		{
    -		CRYPTO_w_unlock(CRYPTO_LOCK_X509_STORE);
    -		sk_X509_CRL_free(sk);
    -		return NULL;
    -		}
    -
    -	for (i = 0; i < cnt; i++, idx++)
    -		{
    -		obj = sk_X509_OBJECT_value(ctx->ctx->objs, idx);
    -		x = obj->data.crl;
    -		CRYPTO_add(&x->references, 1, CRYPTO_LOCK_X509_CRL);
    -		if (!sk_X509_CRL_push(sk, x))
    -			{
    -			CRYPTO_w_unlock(CRYPTO_LOCK_X509_STORE);
    -			X509_CRL_free(x);
    -			sk_X509_CRL_pop_free(sk, X509_CRL_free);
    -			return NULL;
    -			}
    -		}
    -	CRYPTO_w_unlock(CRYPTO_LOCK_X509_STORE);
    -	return sk;
    -	}
    -
    -X509_OBJECT *X509_OBJECT_retrieve_match(STACK_OF(X509_OBJECT) *h, X509_OBJECT *x)
    -	{
    -	int idx, i;
    -	X509_OBJECT *obj;
    -	idx = sk_X509_OBJECT_find(h, x);
    -	if (idx == -1) return NULL;
    -	if ((x->type != X509_LU_X509) && (x->type != X509_LU_CRL))
    -		return sk_X509_OBJECT_value(h, idx);
    -	for (i = idx; i < sk_X509_OBJECT_num(h); i++)
    -		{
    -		obj = sk_X509_OBJECT_value(h, i);
    -		if (x509_object_cmp((const X509_OBJECT **)&obj, (const X509_OBJECT **)&x))
    -			return NULL;
    -		if (x->type == X509_LU_X509)
    -			{
    -			if (!X509_cmp(obj->data.x509, x->data.x509))
    -				return obj;
    -			}
    -		else if (x->type == X509_LU_CRL)
    -			{
    -			if (!X509_CRL_match(obj->data.crl, x->data.crl))
    -				return obj;
    -			}
    -		else
    -			return obj;
    -		}
    -	return NULL;
    -	}
    -
    -
    -/* Try to get issuer certificate from store. Due to limitations
    +                               X509_NAME *name)
    +{
    +    return x509_object_idx_cnt(h, type, name, NULL);
    +}
    +
    +X509_OBJECT *X509_OBJECT_retrieve_by_subject(STACK_OF(X509_OBJECT) *h,
    +                                             int type, X509_NAME *name)
    +{
    +    int idx;
    +    idx = X509_OBJECT_idx_by_subject(h, type, name);
    +    if (idx == -1)
    +        return NULL;
    +    return sk_X509_OBJECT_value(h, idx);
    +}
    +
    +STACK_OF(X509) *X509_STORE_get1_certs(X509_STORE_CTX *ctx, X509_NAME *nm)
    +{
    +    int i, idx, cnt;
    +    STACK_OF(X509) *sk;
    +    X509 *x;
    +    X509_OBJECT *obj;
    +    sk = sk_X509_new_null();
    +    CRYPTO_w_lock(CRYPTO_LOCK_X509_STORE);
    +    idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_X509, nm, &cnt);
    +    if (idx < 0) {
    +        /*
    +         * Nothing found in cache: do lookup to possibly add new objects to
    +         * cache
    +         */
    +        X509_OBJECT xobj;
    +        CRYPTO_w_unlock(CRYPTO_LOCK_X509_STORE);
    +        if (!X509_STORE_get_by_subject(ctx, X509_LU_X509, nm, &xobj)) {
    +            sk_X509_free(sk);
    +            return NULL;
    +        }
    +        X509_OBJECT_free_contents(&xobj);
    +        CRYPTO_w_lock(CRYPTO_LOCK_X509_STORE);
    +        idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_X509, nm, &cnt);
    +        if (idx < 0) {
    +            CRYPTO_w_unlock(CRYPTO_LOCK_X509_STORE);
    +            sk_X509_free(sk);
    +            return NULL;
    +        }
    +    }
    +    for (i = 0; i < cnt; i++, idx++) {
    +        obj = sk_X509_OBJECT_value(ctx->ctx->objs, idx);
    +        x = obj->data.x509;
    +        CRYPTO_add(&x->references, 1, CRYPTO_LOCK_X509);
    +        if (!sk_X509_push(sk, x)) {
    +            CRYPTO_w_unlock(CRYPTO_LOCK_X509_STORE);
    +            X509_free(x);
    +            sk_X509_pop_free(sk, X509_free);
    +            return NULL;
    +        }
    +    }
    +    CRYPTO_w_unlock(CRYPTO_LOCK_X509_STORE);
    +    return sk;
    +
    +}
    +
    +STACK_OF(X509_CRL) *X509_STORE_get1_crls(X509_STORE_CTX *ctx, X509_NAME *nm)
    +{
    +    int i, idx, cnt;
    +    STACK_OF(X509_CRL) *sk;
    +    X509_CRL *x;
    +    X509_OBJECT *obj, xobj;
    +    sk = sk_X509_CRL_new_null();
    +    CRYPTO_w_lock(CRYPTO_LOCK_X509_STORE);
    +    /* Check cache first */
    +    idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_CRL, nm, &cnt);
    +
    +    /*
    +     * Always do lookup to possibly add new CRLs to cache
    +     */
    +    CRYPTO_w_unlock(CRYPTO_LOCK_X509_STORE);
    +    if (!X509_STORE_get_by_subject(ctx, X509_LU_CRL, nm, &xobj)) {
    +        sk_X509_CRL_free(sk);
    +        return NULL;
    +    }
    +    X509_OBJECT_free_contents(&xobj);
    +    CRYPTO_w_lock(CRYPTO_LOCK_X509_STORE);
    +    idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_CRL, nm, &cnt);
    +    if (idx < 0) {
    +        CRYPTO_w_unlock(CRYPTO_LOCK_X509_STORE);
    +        sk_X509_CRL_free(sk);
    +        return NULL;
    +    }
    +
    +    for (i = 0; i < cnt; i++, idx++) {
    +        obj = sk_X509_OBJECT_value(ctx->ctx->objs, idx);
    +        x = obj->data.crl;
    +        CRYPTO_add(&x->references, 1, CRYPTO_LOCK_X509_CRL);
    +        if (!sk_X509_CRL_push(sk, x)) {
    +            CRYPTO_w_unlock(CRYPTO_LOCK_X509_STORE);
    +            X509_CRL_free(x);
    +            sk_X509_CRL_pop_free(sk, X509_CRL_free);
    +            return NULL;
    +        }
    +    }
    +    CRYPTO_w_unlock(CRYPTO_LOCK_X509_STORE);
    +    return sk;
    +}
    +
    +X509_OBJECT *X509_OBJECT_retrieve_match(STACK_OF(X509_OBJECT) *h,
    +                                        X509_OBJECT *x)
    +{
    +    int idx, i;
    +    X509_OBJECT *obj;
    +    idx = sk_X509_OBJECT_find(h, x);
    +    if (idx == -1)
    +        return NULL;
    +    if ((x->type != X509_LU_X509) && (x->type != X509_LU_CRL))
    +        return sk_X509_OBJECT_value(h, idx);
    +    for (i = idx; i < sk_X509_OBJECT_num(h); i++) {
    +        obj = sk_X509_OBJECT_value(h, i);
    +        if (x509_object_cmp
    +            ((const X509_OBJECT **)&obj, (const X509_OBJECT **)&x))
    +            return NULL;
    +        if (x->type == X509_LU_X509) {
    +            if (!X509_cmp(obj->data.x509, x->data.x509))
    +                return obj;
    +        } else if (x->type == X509_LU_CRL) {
    +            if (!X509_CRL_match(obj->data.crl, x->data.crl))
    +                return obj;
    +        } else
    +            return obj;
    +    }
    +    return NULL;
    +}
    +
    +/*-
    + * Try to get issuer certificate from store. Due to limitations
      * of the API this can only retrieve a single certificate matching
      * a given subject name. However it will fill the cache with all
      * matching certificates, so we can examine the cache for all
    @@ -622,95 +609,102 @@ X509_OBJECT *X509_OBJECT_retrieve_match(STACK_OF(X509_OBJECT) *h, X509_OBJECT *x
      * -1 some other error.
      */
     int X509_STORE_CTX_get1_issuer(X509 **issuer, X509_STORE_CTX *ctx, X509 *x)
    -	{
    -	X509_NAME *xn;
    -	X509_OBJECT obj, *pobj;
    -	int i, ok, idx, ret;
    -	xn=X509_get_issuer_name(x);
    -	ok=X509_STORE_get_by_subject(ctx,X509_LU_X509,xn,&obj);
    -	if (ok != X509_LU_X509)
    -		{
    -		if (ok == X509_LU_RETRY)
    -			{
    -			X509_OBJECT_free_contents(&obj);
    -			X509err(X509_F_X509_STORE_CTX_GET1_ISSUER,X509_R_SHOULD_RETRY);
    -			return -1;
    -			}
    -		else if (ok != X509_LU_FAIL)
    -			{
    -			X509_OBJECT_free_contents(&obj);
    -			/* not good :-(, break anyway */
    -			return -1;
    -			}
    -		return 0;
    -		}
    -	/* If certificate matches all OK */
    -	if (ctx->check_issued(ctx, x, obj.data.x509))
    -		{
    -		*issuer = obj.data.x509;
    -		return 1;
    -		}
    -	X509_OBJECT_free_contents(&obj);
    -
    -	/* Else find index of first cert accepted by 'check_issued' */
    -	ret = 0;
    -	CRYPTO_w_lock(CRYPTO_LOCK_X509_STORE);
    -	idx = X509_OBJECT_idx_by_subject(ctx->ctx->objs, X509_LU_X509, xn);
    -	if (idx != -1) /* should be true as we've had at least one match */
    -		{
    -		/* Look through all matching certs for suitable issuer */
    -		for (i = idx; i < sk_X509_OBJECT_num(ctx->ctx->objs); i++)
    -			{
    -			pobj = sk_X509_OBJECT_value(ctx->ctx->objs, i);
    -			/* See if we've run past the matches */
    -			if (pobj->type != X509_LU_X509)
    -				break;
    -			if (X509_NAME_cmp(xn, X509_get_subject_name(pobj->data.x509)))
    -				break;
    -			if (ctx->check_issued(ctx, x, pobj->data.x509))
    -				{
    -				*issuer = pobj->data.x509;
    -				X509_OBJECT_up_ref_count(pobj);
    -				ret = 1;
    -				break;
    -				}
    -			}
    -		}
    -	CRYPTO_w_unlock(CRYPTO_LOCK_X509_STORE);
    -	return ret;
    -	}
    +{
    +    X509_NAME *xn;
    +    X509_OBJECT obj, *pobj;
    +    int i, ok, idx, ret;
    +    xn = X509_get_issuer_name(x);
    +    ok = X509_STORE_get_by_subject(ctx, X509_LU_X509, xn, &obj);
    +    if (ok != X509_LU_X509) {
    +        if (ok == X509_LU_RETRY) {
    +            X509_OBJECT_free_contents(&obj);
    +            X509err(X509_F_X509_STORE_CTX_GET1_ISSUER, X509_R_SHOULD_RETRY);
    +            return -1;
    +        } else if (ok != X509_LU_FAIL) {
    +            X509_OBJECT_free_contents(&obj);
    +            /* not good :-(, break anyway */
    +            return -1;
    +        }
    +        return 0;
    +    }
    +    /* If certificate matches all OK */
    +    if (ctx->check_issued(ctx, x, obj.data.x509)) {
    +        *issuer = obj.data.x509;
    +        return 1;
    +    }
    +    X509_OBJECT_free_contents(&obj);
    +
    +    /* Else find index of first cert accepted by 'check_issued' */
    +    ret = 0;
    +    CRYPTO_w_lock(CRYPTO_LOCK_X509_STORE);
    +    idx = X509_OBJECT_idx_by_subject(ctx->ctx->objs, X509_LU_X509, xn);
    +    if (idx != -1) {            /* should be true as we've had at least one
    +                                 * match */
    +        /* Look through all matching certs for suitable issuer */
    +        for (i = idx; i < sk_X509_OBJECT_num(ctx->ctx->objs); i++) {
    +            pobj = sk_X509_OBJECT_value(ctx->ctx->objs, i);
    +            /* See if we've run past the matches */
    +            if (pobj->type != X509_LU_X509)
    +                break;
    +            if (X509_NAME_cmp(xn, X509_get_subject_name(pobj->data.x509)))
    +                break;
    +            if (ctx->check_issued(ctx, x, pobj->data.x509)) {
    +                *issuer = pobj->data.x509;
    +                X509_OBJECT_up_ref_count(pobj);
    +                ret = 1;
    +                break;
    +            }
    +        }
    +    }
    +    CRYPTO_w_unlock(CRYPTO_LOCK_X509_STORE);
    +    return ret;
    +}
     
     int X509_STORE_set_flags(X509_STORE *ctx, unsigned long flags)
    -	{
    -	return X509_VERIFY_PARAM_set_flags(ctx->param, flags);
    -	}
    +{
    +    return X509_VERIFY_PARAM_set_flags(ctx->param, flags);
    +}
     
     int X509_STORE_set_depth(X509_STORE *ctx, int depth)
    -	{
    -	X509_VERIFY_PARAM_set_depth(ctx->param, depth);
    -	return 1;
    -	}
    +{
    +    X509_VERIFY_PARAM_set_depth(ctx->param, depth);
    +    return 1;
    +}
     
     int X509_STORE_set_purpose(X509_STORE *ctx, int purpose)
    -	{
    -	return X509_VERIFY_PARAM_set_purpose(ctx->param, purpose);
    -	}
    +{
    +    return X509_VERIFY_PARAM_set_purpose(ctx->param, purpose);
    +}
     
     int X509_STORE_set_trust(X509_STORE *ctx, int trust)
    -	{
    -	return X509_VERIFY_PARAM_set_trust(ctx->param, trust);
    -	}
    +{
    +    return X509_VERIFY_PARAM_set_trust(ctx->param, trust);
    +}
     
     int X509_STORE_set1_param(X509_STORE *ctx, X509_VERIFY_PARAM *param)
    -	{
    -	return X509_VERIFY_PARAM_set1(ctx->param, param);
    -	}
    +{
    +    return X509_VERIFY_PARAM_set1(ctx->param, param);
    +}
     
     void X509_STORE_set_verify_cb(X509_STORE *ctx,
    -				  int (*verify_cb)(int, X509_STORE_CTX *))
    -	{
    -	ctx->verify_cb = verify_cb;
    -	}
    +                              int (*verify_cb) (int, X509_STORE_CTX *))
    +{
    +    ctx->verify_cb = verify_cb;
    +}
    +
    +void X509_STORE_set_lookup_crls_cb(X509_STORE *ctx,
    +                                   STACK_OF(X509_CRL) *(*cb) (X509_STORE_CTX
    +                                                              *ctx,
    +                                                              X509_NAME *nm))
    +{
    +    ctx->lookup_crls = cb;
    +}
    +
    +X509_STORE *X509_STORE_CTX_get0_store(X509_STORE_CTX *ctx)
    +{
    +    return ctx->ctx;
    +}
     
     IMPLEMENT_STACK_OF(X509_LOOKUP)
    +
     IMPLEMENT_STACK_OF(X509_OBJECT)
    diff --git a/openssl/crypto/x509/x509_obj.c b/openssl/crypto/x509/x509_obj.c
    index 21fed9f83..d317f3af2 100644
    --- a/openssl/crypto/x509/x509_obj.c
    +++ b/openssl/crypto/x509/x509_obj.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -64,163 +64,149 @@
     #include 
     
     char *X509_NAME_oneline(X509_NAME *a, char *buf, int len)
    -	{
    -	X509_NAME_ENTRY *ne;
    -int i;
    -	int n,lold,l,l1,l2,num,j,type;
    -	const char *s;
    -	char *p;
    -	unsigned char *q;
    -	BUF_MEM *b=NULL;
    -	static const char hex[17]="0123456789ABCDEF";
    -	int gs_doit[4];
    -	char tmp_buf[80];
    +{
    +    X509_NAME_ENTRY *ne;
    +    int i;
    +    int n, lold, l, l1, l2, num, j, type;
    +    const char *s;
    +    char *p;
    +    unsigned char *q;
    +    BUF_MEM *b = NULL;
    +    static const char hex[17] = "0123456789ABCDEF";
    +    int gs_doit[4];
    +    char tmp_buf[80];
     #ifdef CHARSET_EBCDIC
    -	char ebcdic_buf[1024];
    +    char ebcdic_buf[1024];
     #endif
     
    -	if (buf == NULL)
    -		{
    -		if ((b=BUF_MEM_new()) == NULL) goto err;
    -		if (!BUF_MEM_grow(b,200)) goto err;
    -		b->data[0]='\0';
    -		len=200;
    -		}
    -	if (a == NULL)
    -	    {
    -	    if(b)
    -		{
    -		buf=b->data;
    -		OPENSSL_free(b);
    -		}
    -	    strncpy(buf,"NO X509_NAME",len);
    -	    buf[len-1]='\0';
    -	    return buf;
    -	    }
    +    if (buf == NULL) {
    +        if ((b = BUF_MEM_new()) == NULL)
    +            goto err;
    +        if (!BUF_MEM_grow(b, 200))
    +            goto err;
    +        b->data[0] = '\0';
    +        len = 200;
    +    }
    +    if (a == NULL) {
    +        if (b) {
    +            buf = b->data;
    +            OPENSSL_free(b);
    +        }
    +        strncpy(buf, "NO X509_NAME", len);
    +        buf[len - 1] = '\0';
    +        return buf;
    +    }
     
    -	len--; /* space for '\0' */
    -	l=0;
    -	for (i=0; ientries); i++)
    -		{
    -		ne=sk_X509_NAME_ENTRY_value(a->entries,i);
    -		n=OBJ_obj2nid(ne->object);
    -		if ((n == NID_undef) || ((s=OBJ_nid2sn(n)) == NULL))
    -			{
    -			i2t_ASN1_OBJECT(tmp_buf,sizeof(tmp_buf),ne->object);
    -			s=tmp_buf;
    -			}
    -		l1=strlen(s);
    +    len--;                      /* space for '\0' */
    +    l = 0;
    +    for (i = 0; i < sk_X509_NAME_ENTRY_num(a->entries); i++) {
    +        ne = sk_X509_NAME_ENTRY_value(a->entries, i);
    +        n = OBJ_obj2nid(ne->object);
    +        if ((n == NID_undef) || ((s = OBJ_nid2sn(n)) == NULL)) {
    +            i2t_ASN1_OBJECT(tmp_buf, sizeof(tmp_buf), ne->object);
    +            s = tmp_buf;
    +        }
    +        l1 = strlen(s);
     
    -		type=ne->value->type;
    -		num=ne->value->length;
    -		q=ne->value->data;
    +        type = ne->value->type;
    +        num = ne->value->length;
    +        q = ne->value->data;
     #ifdef CHARSET_EBCDIC
    -                if (type == V_ASN1_GENERALSTRING ||
    -		    type == V_ASN1_VISIBLESTRING ||
    -		    type == V_ASN1_PRINTABLESTRING ||
    -		    type == V_ASN1_TELETEXSTRING ||
    -		    type == V_ASN1_VISIBLESTRING ||
    -		    type == V_ASN1_IA5STRING) {
    -                        ascii2ebcdic(ebcdic_buf, q,
    -				     (num > sizeof ebcdic_buf)
    -				     ? sizeof ebcdic_buf : num);
    -                        q=ebcdic_buf;
    -		}
    +        if (type == V_ASN1_GENERALSTRING ||
    +            type == V_ASN1_VISIBLESTRING ||
    +            type == V_ASN1_PRINTABLESTRING ||
    +            type == V_ASN1_TELETEXSTRING ||
    +            type == V_ASN1_VISIBLESTRING || type == V_ASN1_IA5STRING) {
    +            ascii2ebcdic(ebcdic_buf, q, (num > sizeof ebcdic_buf)
    +                         ? sizeof ebcdic_buf : num);
    +            q = ebcdic_buf;
    +        }
     #endif
     
    -		if ((type == V_ASN1_GENERALSTRING) && ((num%4) == 0))
    -			{
    -			gs_doit[0]=gs_doit[1]=gs_doit[2]=gs_doit[3]=0;
    -			for (j=0; j '~')) l2+=3;
    +            if ((q[j] < ' ') || (q[j] > '~'))
    +                l2 += 3;
     #else
    -			if ((os_toascii[q[j]] < os_toascii[' ']) ||
    -			    (os_toascii[q[j]] > os_toascii['~'])) l2+=3;
    +            if ((os_toascii[q[j]] < os_toascii[' ']) ||
    +                (os_toascii[q[j]] > os_toascii['~']))
    +                l2 += 3;
     #endif
    -			}
    +        }
     
    -		lold=l;
    -		l+=1+l1+1+l2;
    -		if (b != NULL)
    -			{
    -			if (!BUF_MEM_grow(b,l+1)) goto err;
    -			p= &(b->data[lold]);
    -			}
    -		else if (l > len)
    -			{
    -			break;
    -			}
    -		else
    -			p= &(buf[lold]);
    -		*(p++)='/';
    -		memcpy(p,s,(unsigned int)l1); p+=l1;
    -		*(p++)='=';
    +        lold = l;
    +        l += 1 + l1 + 1 + l2;
    +        if (b != NULL) {
    +            if (!BUF_MEM_grow(b, l + 1))
    +                goto err;
    +            p = &(b->data[lold]);
    +        } else if (l > len) {
    +            break;
    +        } else
    +            p = &(buf[lold]);
    +        *(p++) = '/';
    +        memcpy(p, s, (unsigned int)l1);
    +        p += l1;
    +        *(p++) = '=';
     
    -#ifndef CHARSET_EBCDIC /* q was assigned above already. */
    -		q=ne->value->data;
    +#ifndef CHARSET_EBCDIC          /* q was assigned above already. */
    +        q = ne->value->data;
     #endif
     
    -		for (j=0; j '~'))
    -				{
    -				*(p++)='\\';
    -				*(p++)='x';
    -				*(p++)=hex[(n>>4)&0x0f];
    -				*(p++)=hex[n&0x0f];
    -				}
    -			else
    -				*(p++)=n;
    +            n = q[j];
    +            if ((n < ' ') || (n > '~')) {
    +                *(p++) = '\\';
    +                *(p++) = 'x';
    +                *(p++) = hex[(n >> 4) & 0x0f];
    +                *(p++) = hex[n & 0x0f];
    +            } else
    +                *(p++) = n;
     #else
    -			n=os_toascii[q[j]];
    -			if ((n < os_toascii[' ']) ||
    -			    (n > os_toascii['~']))
    -				{
    -				*(p++)='\\';
    -				*(p++)='x';
    -				*(p++)=hex[(n>>4)&0x0f];
    -				*(p++)=hex[n&0x0f];
    -				}
    -			else
    -				*(p++)=q[j];
    +            n = os_toascii[q[j]];
    +            if ((n < os_toascii[' ']) || (n > os_toascii['~'])) {
    +                *(p++) = '\\';
    +                *(p++) = 'x';
    +                *(p++) = hex[(n >> 4) & 0x0f];
    +                *(p++) = hex[n & 0x0f];
    +            } else
    +                *(p++) = q[j];
     #endif
    -			}
    -		*p='\0';
    -		}
    -	if (b != NULL)
    -		{
    -		p=b->data;
    -		OPENSSL_free(b);
    -		}
    -	else
    -		p=buf;
    -	if (i == 0)
    -		*p = '\0';
    -	return(p);
    -err:
    -	X509err(X509_F_X509_NAME_ONELINE,ERR_R_MALLOC_FAILURE);
    -	if (b != NULL) BUF_MEM_free(b);
    -	return(NULL);
    -	}
    -
    +        }
    +        *p = '\0';
    +    }
    +    if (b != NULL) {
    +        p = b->data;
    +        OPENSSL_free(b);
    +    } else
    +        p = buf;
    +    if (i == 0)
    +        *p = '\0';
    +    return (p);
    + err:
    +    X509err(X509_F_X509_NAME_ONELINE, ERR_R_MALLOC_FAILURE);
    +    if (b != NULL)
    +        BUF_MEM_free(b);
    +    return (NULL);
    +}
    diff --git a/openssl/crypto/x509/x509_r2x.c b/openssl/crypto/x509/x509_r2x.c
    index 254a14693..0ff439c99 100644
    --- a/openssl/crypto/x509/x509_r2x.c
    +++ b/openssl/crypto/x509/x509_r2x.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -66,49 +66,48 @@
     #include 
     
     X509 *X509_REQ_to_X509(X509_REQ *r, int days, EVP_PKEY *pkey)
    -	{
    -	X509 *ret=NULL;
    -	X509_CINF *xi=NULL;
    -	X509_NAME *xn;
    -
    -	if ((ret=X509_new()) == NULL)
    -		{
    -		X509err(X509_F_X509_REQ_TO_X509,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    +{
    +    X509 *ret = NULL;
    +    X509_CINF *xi = NULL;
    +    X509_NAME *xn;
     
    -	/* duplicate the request */
    -	xi=ret->cert_info;
    +    if ((ret = X509_new()) == NULL) {
    +        X509err(X509_F_X509_REQ_TO_X509, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
     
    -	if (sk_X509_ATTRIBUTE_num(r->req_info->attributes) != 0)
    -		{
    -		if ((xi->version=M_ASN1_INTEGER_new()) == NULL) goto err;
    -		if (!ASN1_INTEGER_set(xi->version,2)) goto err;
    -/*		xi->extensions=ri->attributes; <- bad, should not ever be done
    -		ri->attributes=NULL; */
    -		}
    +    /* duplicate the request */
    +    xi = ret->cert_info;
     
    -	xn=X509_REQ_get_subject_name(r);
    -	if (X509_set_subject_name(ret,X509_NAME_dup(xn)) == 0)
    -		goto err;
    -	if (X509_set_issuer_name(ret,X509_NAME_dup(xn)) == 0)
    -		goto err;
    +    if (sk_X509_ATTRIBUTE_num(r->req_info->attributes) != 0) {
    +        if ((xi->version = M_ASN1_INTEGER_new()) == NULL)
    +            goto err;
    +        if (!ASN1_INTEGER_set(xi->version, 2))
    +            goto err;
    +/*-     xi->extensions=ri->attributes; <- bad, should not ever be done
    +        ri->attributes=NULL; */
    +    }
     
    -	if (X509_gmtime_adj(xi->validity->notBefore,0) == NULL)
    -		goto err;
    -	if (X509_gmtime_adj(xi->validity->notAfter,(long)60*60*24*days) == NULL)
    -		goto err;
    +    xn = X509_REQ_get_subject_name(r);
    +    if (X509_set_subject_name(ret, X509_NAME_dup(xn)) == 0)
    +        goto err;
    +    if (X509_set_issuer_name(ret, X509_NAME_dup(xn)) == 0)
    +        goto err;
     
    -	X509_set_pubkey(ret,X509_REQ_get_pubkey(r));
    +    if (X509_gmtime_adj(xi->validity->notBefore, 0) == NULL)
    +        goto err;
    +    if (X509_gmtime_adj(xi->validity->notAfter, (long)60 * 60 * 24 * days) ==
    +        NULL)
    +        goto err;
     
    -	if (!X509_sign(ret,pkey,EVP_md5()))
    -		goto err;
    -	if (0)
    -		{
    -err:
    -		X509_free(ret);
    -		ret=NULL;
    -		}
    -	return(ret);
    -	}
    +    X509_set_pubkey(ret, X509_REQ_get_pubkey(r));
     
    +    if (!X509_sign(ret, pkey, EVP_md5()))
    +        goto err;
    +    if (0) {
    + err:
    +        X509_free(ret);
    +        ret = NULL;
    +    }
    +    return (ret);
    +}
    diff --git a/openssl/crypto/x509/x509_req.c b/openssl/crypto/x509/x509_req.c
    index 48183dc00..bc6e566c9 100644
    --- a/openssl/crypto/x509/x509_req.c
    +++ b/openssl/crypto/x509/x509_req.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -68,249 +68,259 @@
     #include 
     
     X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, const EVP_MD *md)
    -	{
    -	X509_REQ *ret;
    -	X509_REQ_INFO *ri;
    -	int i;
    -	EVP_PKEY *pktmp;
    -
    -	ret=X509_REQ_new();
    -	if (ret == NULL)
    -		{
    -		X509err(X509_F_X509_TO_X509_REQ,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	ri=ret->req_info;
    -
    -	ri->version->length=1;
    -	ri->version->data=(unsigned char *)OPENSSL_malloc(1);
    -	if (ri->version->data == NULL) goto err;
    -	ri->version->data[0]=0; /* version == 0 */
    -
    -	if (!X509_REQ_set_subject_name(ret,X509_get_subject_name(x)))
    -		goto err;
    -
    -	pktmp = X509_get_pubkey(x);
    -	i=X509_REQ_set_pubkey(ret,pktmp);
    -	EVP_PKEY_free(pktmp);
    -	if (!i) goto err;
    -
    -	if (pkey != NULL)
    -		{
    -		if (!X509_REQ_sign(ret,pkey,md))
    -			goto err;
    -		}
    -	return(ret);
    -err:
    -	X509_REQ_free(ret);
    -	return(NULL);
    -	}
    +{
    +    X509_REQ *ret;
    +    X509_REQ_INFO *ri;
    +    int i;
    +    EVP_PKEY *pktmp;
    +
    +    ret = X509_REQ_new();
    +    if (ret == NULL) {
    +        X509err(X509_F_X509_TO_X509_REQ, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    ri = ret->req_info;
    +
    +    ri->version->length = 1;
    +    ri->version->data = (unsigned char *)OPENSSL_malloc(1);
    +    if (ri->version->data == NULL)
    +        goto err;
    +    ri->version->data[0] = 0;   /* version == 0 */
    +
    +    if (!X509_REQ_set_subject_name(ret, X509_get_subject_name(x)))
    +        goto err;
    +
    +    pktmp = X509_get_pubkey(x);
    +    i = X509_REQ_set_pubkey(ret, pktmp);
    +    EVP_PKEY_free(pktmp);
    +    if (!i)
    +        goto err;
    +
    +    if (pkey != NULL) {
    +        if (!X509_REQ_sign(ret, pkey, md))
    +            goto err;
    +    }
    +    return (ret);
    + err:
    +    X509_REQ_free(ret);
    +    return (NULL);
    +}
     
     EVP_PKEY *X509_REQ_get_pubkey(X509_REQ *req)
    -	{
    -	if ((req == NULL) || (req->req_info == NULL))
    -		return(NULL);
    -	return(X509_PUBKEY_get(req->req_info->pubkey));
    -	}
    +{
    +    if ((req == NULL) || (req->req_info == NULL))
    +        return (NULL);
    +    return (X509_PUBKEY_get(req->req_info->pubkey));
    +}
     
     int X509_REQ_check_private_key(X509_REQ *x, EVP_PKEY *k)
    -	{
    -	EVP_PKEY *xk=NULL;
    -	int ok=0;
    -
    -	xk=X509_REQ_get_pubkey(x);
    -	switch (EVP_PKEY_cmp(xk, k))
    -		{
    -	case 1:
    -		ok=1;
    -		break;
    -	case 0:
    -		X509err(X509_F_X509_REQ_CHECK_PRIVATE_KEY,X509_R_KEY_VALUES_MISMATCH);
    -		break;
    -	case -1:
    -		X509err(X509_F_X509_REQ_CHECK_PRIVATE_KEY,X509_R_KEY_TYPE_MISMATCH);
    -		break;
    -	case -2:
    +{
    +    EVP_PKEY *xk = NULL;
    +    int ok = 0;
    +
    +    xk = X509_REQ_get_pubkey(x);
    +    switch (EVP_PKEY_cmp(xk, k)) {
    +    case 1:
    +        ok = 1;
    +        break;
    +    case 0:
    +        X509err(X509_F_X509_REQ_CHECK_PRIVATE_KEY,
    +                X509_R_KEY_VALUES_MISMATCH);
    +        break;
    +    case -1:
    +        X509err(X509_F_X509_REQ_CHECK_PRIVATE_KEY, X509_R_KEY_TYPE_MISMATCH);
    +        break;
    +    case -2:
     #ifndef OPENSSL_NO_EC
    -		if (k->type == EVP_PKEY_EC)
    -			{
    -			X509err(X509_F_X509_REQ_CHECK_PRIVATE_KEY, ERR_R_EC_LIB);
    -			break;
    -			}
    +        if (k->type == EVP_PKEY_EC) {
    +            X509err(X509_F_X509_REQ_CHECK_PRIVATE_KEY, ERR_R_EC_LIB);
    +            break;
    +        }
     #endif
     #ifndef OPENSSL_NO_DH
    -		if (k->type == EVP_PKEY_DH)
    -			{
    -			/* No idea */
    -			X509err(X509_F_X509_REQ_CHECK_PRIVATE_KEY,X509_R_CANT_CHECK_DH_KEY);
    -			break;
    -			}
    +        if (k->type == EVP_PKEY_DH) {
    +            /* No idea */
    +            X509err(X509_F_X509_REQ_CHECK_PRIVATE_KEY,
    +                    X509_R_CANT_CHECK_DH_KEY);
    +            break;
    +        }
     #endif
    -	        X509err(X509_F_X509_REQ_CHECK_PRIVATE_KEY,X509_R_UNKNOWN_KEY_TYPE);
    -		}
    +        X509err(X509_F_X509_REQ_CHECK_PRIVATE_KEY, X509_R_UNKNOWN_KEY_TYPE);
    +    }
     
    -	EVP_PKEY_free(xk);
    -	return(ok);
    -	}
    +    EVP_PKEY_free(xk);
    +    return (ok);
    +}
     
    -/* It seems several organisations had the same idea of including a list of
    +/*
    + * It seems several organisations had the same idea of including a list of
      * extensions in a certificate request. There are at least two OIDs that are
      * used and there may be more: so the list is configurable.
      */
     
    -static int ext_nid_list[] = { NID_ext_req, NID_ms_ext_req, NID_undef};
    +static int ext_nid_list[] = { NID_ext_req, NID_ms_ext_req, NID_undef };
     
     static int *ext_nids = ext_nid_list;
     
     int X509_REQ_extension_nid(int req_nid)
     {
    -	int i, nid;
    -	for(i = 0; ; i++) {
    -		nid = ext_nids[i];
    -		if(nid == NID_undef) return 0;
    -		else if (req_nid == nid) return 1;
    -	}
    +    int i, nid;
    +    for (i = 0;; i++) {
    +        nid = ext_nids[i];
    +        if (nid == NID_undef)
    +            return 0;
    +        else if (req_nid == nid)
    +            return 1;
    +    }
     }
     
     int *X509_REQ_get_extension_nids(void)
     {
    -	return ext_nids;
    +    return ext_nids;
     }
    -	
    +
     void X509_REQ_set_extension_nids(int *nids)
     {
    -	ext_nids = nids;
    +    ext_nids = nids;
     }
     
     STACK_OF(X509_EXTENSION) *X509_REQ_get_extensions(X509_REQ *req)
    -	{
    -	X509_ATTRIBUTE *attr;
    -	ASN1_TYPE *ext = NULL;
    -	int idx, *pnid;
    -	const unsigned char *p;
    -
    -	if ((req == NULL) || (req->req_info == NULL) || !ext_nids)
    -		return(NULL);
    -	for (pnid = ext_nids; *pnid != NID_undef; pnid++)
    -		{
    -		idx = X509_REQ_get_attr_by_NID(req, *pnid, -1);
    -		if (idx == -1)
    -			continue;
    -		attr = X509_REQ_get_attr(req, idx);
    -		if(attr->single) ext = attr->value.single;
    -		else if(sk_ASN1_TYPE_num(attr->value.set))
    -			ext = sk_ASN1_TYPE_value(attr->value.set, 0);
    -		break;
    -		}
    -	if(!ext || (ext->type != V_ASN1_SEQUENCE))
    -		return NULL;
    -	p = ext->value.sequence->data;
    -	return (STACK_OF(X509_EXTENSION) *)
    -		ASN1_item_d2i(NULL, &p, ext->value.sequence->length,
    -				ASN1_ITEM_rptr(X509_EXTENSIONS));
    +{
    +    X509_ATTRIBUTE *attr;
    +    ASN1_TYPE *ext = NULL;
    +    int idx, *pnid;
    +    const unsigned char *p;
    +
    +    if ((req == NULL) || (req->req_info == NULL) || !ext_nids)
    +        return (NULL);
    +    for (pnid = ext_nids; *pnid != NID_undef; pnid++) {
    +        idx = X509_REQ_get_attr_by_NID(req, *pnid, -1);
    +        if (idx == -1)
    +            continue;
    +        attr = X509_REQ_get_attr(req, idx);
    +        if (attr->single)
    +            ext = attr->value.single;
    +        else if (sk_ASN1_TYPE_num(attr->value.set))
    +            ext = sk_ASN1_TYPE_value(attr->value.set, 0);
    +        break;
    +    }
    +    if (!ext || (ext->type != V_ASN1_SEQUENCE))
    +        return NULL;
    +    p = ext->value.sequence->data;
    +    return (STACK_OF(X509_EXTENSION) *)
    +        ASN1_item_d2i(NULL, &p, ext->value.sequence->length,
    +                      ASN1_ITEM_rptr(X509_EXTENSIONS));
     }
     
    -/* Add a STACK_OF extensions to a certificate request: allow alternative OIDs
    +/*
    + * Add a STACK_OF extensions to a certificate request: allow alternative OIDs
      * in case we want to create a non standard one.
      */
     
     int X509_REQ_add_extensions_nid(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts,
    -				int nid)
    +                                int nid)
     {
    -	ASN1_TYPE *at = NULL;
    -	X509_ATTRIBUTE *attr = NULL;
    -	if(!(at = ASN1_TYPE_new()) ||
    -		!(at->value.sequence = ASN1_STRING_new())) goto err;
    -
    -	at->type = V_ASN1_SEQUENCE;
    -	/* Generate encoding of extensions */
    -	at->value.sequence->length = 
    -			ASN1_item_i2d((ASN1_VALUE *)exts,
    -				&at->value.sequence->data,
    -				ASN1_ITEM_rptr(X509_EXTENSIONS));
    -	if(!(attr = X509_ATTRIBUTE_new())) goto err;
    -	if(!(attr->value.set = sk_ASN1_TYPE_new_null())) goto err;
    -	if(!sk_ASN1_TYPE_push(attr->value.set, at)) goto err;
    -	at = NULL;
    -	attr->single = 0;
    -	attr->object = OBJ_nid2obj(nid);
    -	if (!req->req_info->attributes)
    -		{
    -		if (!(req->req_info->attributes = sk_X509_ATTRIBUTE_new_null()))
    -			goto err;
    -		}
    -	if(!sk_X509_ATTRIBUTE_push(req->req_info->attributes, attr)) goto err;
    -	return 1;
    -	err:
    -	X509_ATTRIBUTE_free(attr);
    -	ASN1_TYPE_free(at);
    -	return 0;
    +    ASN1_TYPE *at = NULL;
    +    X509_ATTRIBUTE *attr = NULL;
    +    if (!(at = ASN1_TYPE_new()) || !(at->value.sequence = ASN1_STRING_new()))
    +        goto err;
    +
    +    at->type = V_ASN1_SEQUENCE;
    +    /* Generate encoding of extensions */
    +    at->value.sequence->length =
    +        ASN1_item_i2d((ASN1_VALUE *)exts,
    +                      &at->value.sequence->data,
    +                      ASN1_ITEM_rptr(X509_EXTENSIONS));
    +    if (!(attr = X509_ATTRIBUTE_new()))
    +        goto err;
    +    if (!(attr->value.set = sk_ASN1_TYPE_new_null()))
    +        goto err;
    +    if (!sk_ASN1_TYPE_push(attr->value.set, at))
    +        goto err;
    +    at = NULL;
    +    attr->single = 0;
    +    attr->object = OBJ_nid2obj(nid);
    +    if (!req->req_info->attributes) {
    +        if (!(req->req_info->attributes = sk_X509_ATTRIBUTE_new_null()))
    +            goto err;
    +    }
    +    if (!sk_X509_ATTRIBUTE_push(req->req_info->attributes, attr))
    +        goto err;
    +    return 1;
    + err:
    +    X509_ATTRIBUTE_free(attr);
    +    ASN1_TYPE_free(at);
    +    return 0;
     }
    +
     /* This is the normal usage: use the "official" OID */
     int X509_REQ_add_extensions(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts)
     {
    -	return X509_REQ_add_extensions_nid(req, exts, NID_ext_req);
    +    return X509_REQ_add_extensions_nid(req, exts, NID_ext_req);
     }
     
     /* Request attribute functions */
     
     int X509_REQ_get_attr_count(const X509_REQ *req)
     {
    -	return X509at_get_attr_count(req->req_info->attributes);
    +    return X509at_get_attr_count(req->req_info->attributes);
     }
     
    -int X509_REQ_get_attr_by_NID(const X509_REQ *req, int nid,
    -			  int lastpos)
    +int X509_REQ_get_attr_by_NID(const X509_REQ *req, int nid, int lastpos)
     {
    -	return X509at_get_attr_by_NID(req->req_info->attributes, nid, lastpos);
    +    return X509at_get_attr_by_NID(req->req_info->attributes, nid, lastpos);
     }
     
     int X509_REQ_get_attr_by_OBJ(const X509_REQ *req, ASN1_OBJECT *obj,
    -			  int lastpos)
    +                             int lastpos)
     {
    -	return X509at_get_attr_by_OBJ(req->req_info->attributes, obj, lastpos);
    +    return X509at_get_attr_by_OBJ(req->req_info->attributes, obj, lastpos);
     }
     
     X509_ATTRIBUTE *X509_REQ_get_attr(const X509_REQ *req, int loc)
     {
    -	return X509at_get_attr(req->req_info->attributes, loc);
    +    return X509at_get_attr(req->req_info->attributes, loc);
     }
     
     X509_ATTRIBUTE *X509_REQ_delete_attr(X509_REQ *req, int loc)
     {
    -	return X509at_delete_attr(req->req_info->attributes, loc);
    +    return X509at_delete_attr(req->req_info->attributes, loc);
     }
     
     int X509_REQ_add1_attr(X509_REQ *req, X509_ATTRIBUTE *attr)
     {
    -	if(X509at_add1_attr(&req->req_info->attributes, attr)) return 1;
    -	return 0;
    +    if (X509at_add1_attr(&req->req_info->attributes, attr))
    +        return 1;
    +    return 0;
     }
     
     int X509_REQ_add1_attr_by_OBJ(X509_REQ *req,
    -			const ASN1_OBJECT *obj, int type,
    -			const unsigned char *bytes, int len)
    +                              const ASN1_OBJECT *obj, int type,
    +                              const unsigned char *bytes, int len)
     {
    -	if(X509at_add1_attr_by_OBJ(&req->req_info->attributes, obj,
    -				type, bytes, len)) return 1;
    -	return 0;
    +    if (X509at_add1_attr_by_OBJ(&req->req_info->attributes, obj,
    +                                type, bytes, len))
    +        return 1;
    +    return 0;
     }
     
     int X509_REQ_add1_attr_by_NID(X509_REQ *req,
    -			int nid, int type,
    -			const unsigned char *bytes, int len)
    +                              int nid, int type,
    +                              const unsigned char *bytes, int len)
     {
    -	if(X509at_add1_attr_by_NID(&req->req_info->attributes, nid,
    -				type, bytes, len)) return 1;
    -	return 0;
    +    if (X509at_add1_attr_by_NID(&req->req_info->attributes, nid,
    +                                type, bytes, len))
    +        return 1;
    +    return 0;
     }
     
     int X509_REQ_add1_attr_by_txt(X509_REQ *req,
    -			const char *attrname, int type,
    -			const unsigned char *bytes, int len)
    +                              const char *attrname, int type,
    +                              const unsigned char *bytes, int len)
     {
    -	if(X509at_add1_attr_by_txt(&req->req_info->attributes, attrname,
    -				type, bytes, len)) return 1;
    -	return 0;
    +    if (X509at_add1_attr_by_txt(&req->req_info->attributes, attrname,
    +                                type, bytes, len))
    +        return 1;
    +    return 0;
     }
    diff --git a/openssl/crypto/x509/x509_set.c b/openssl/crypto/x509/x509_set.c
    index 4b94fc584..5b802bd6c 100644
    --- a/openssl/crypto/x509/x509_set.c
    +++ b/openssl/crypto/x509/x509_set.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -64,87 +64,89 @@
     #include 
     
     int X509_set_version(X509 *x, long version)
    -	{
    -	if (x == NULL) return(0);
    -	if (x->cert_info->version == NULL)
    -		{
    -		if ((x->cert_info->version=M_ASN1_INTEGER_new()) == NULL)
    -			return(0);
    -		}
    -	return(ASN1_INTEGER_set(x->cert_info->version,version));
    -	}
    +{
    +    if (x == NULL)
    +        return (0);
    +    if (version == 0) {
    +        M_ASN1_INTEGER_free(x->cert_info->version);
    +        x->cert_info->version = NULL;
    +        return (1);
    +    }
    +    if (x->cert_info->version == NULL) {
    +        if ((x->cert_info->version = M_ASN1_INTEGER_new()) == NULL)
    +            return (0);
    +    }
    +    return (ASN1_INTEGER_set(x->cert_info->version, version));
    +}
     
     int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial)
    -	{
    -	ASN1_INTEGER *in;
    +{
    +    ASN1_INTEGER *in;
     
    -	if (x == NULL) return(0);
    -	in=x->cert_info->serialNumber;
    -	if (in != serial)
    -		{
    -		in=M_ASN1_INTEGER_dup(serial);
    -		if (in != NULL)
    -			{
    -			M_ASN1_INTEGER_free(x->cert_info->serialNumber);
    -			x->cert_info->serialNumber=in;
    -			}
    -		}
    -	return(in != NULL);
    -	}
    +    if (x == NULL)
    +        return (0);
    +    in = x->cert_info->serialNumber;
    +    if (in != serial) {
    +        in = M_ASN1_INTEGER_dup(serial);
    +        if (in != NULL) {
    +            M_ASN1_INTEGER_free(x->cert_info->serialNumber);
    +            x->cert_info->serialNumber = in;
    +        }
    +    }
    +    return (in != NULL);
    +}
     
     int X509_set_issuer_name(X509 *x, X509_NAME *name)
    -	{
    -	if ((x == NULL) || (x->cert_info == NULL)) return(0);
    -	return(X509_NAME_set(&x->cert_info->issuer,name));
    -	}
    +{
    +    if ((x == NULL) || (x->cert_info == NULL))
    +        return (0);
    +    return (X509_NAME_set(&x->cert_info->issuer, name));
    +}
     
     int X509_set_subject_name(X509 *x, X509_NAME *name)
    -	{
    -	if ((x == NULL) || (x->cert_info == NULL)) return(0);
    -	return(X509_NAME_set(&x->cert_info->subject,name));
    -	}
    +{
    +    if ((x == NULL) || (x->cert_info == NULL))
    +        return (0);
    +    return (X509_NAME_set(&x->cert_info->subject, name));
    +}
     
     int X509_set_notBefore(X509 *x, const ASN1_TIME *tm)
    -	{
    -	ASN1_TIME *in;
    +{
    +    ASN1_TIME *in;
     
    -	if ((x == NULL) || (x->cert_info->validity == NULL)) return(0);
    -	in=x->cert_info->validity->notBefore;
    -	if (in != tm)
    -		{
    -		in=M_ASN1_TIME_dup(tm);
    -		if (in != NULL)
    -			{
    -			M_ASN1_TIME_free(x->cert_info->validity->notBefore);
    -			x->cert_info->validity->notBefore=in;
    -			}
    -		}
    -	return(in != NULL);
    -	}
    +    if ((x == NULL) || (x->cert_info->validity == NULL))
    +        return (0);
    +    in = x->cert_info->validity->notBefore;
    +    if (in != tm) {
    +        in = M_ASN1_TIME_dup(tm);
    +        if (in != NULL) {
    +            M_ASN1_TIME_free(x->cert_info->validity->notBefore);
    +            x->cert_info->validity->notBefore = in;
    +        }
    +    }
    +    return (in != NULL);
    +}
     
     int X509_set_notAfter(X509 *x, const ASN1_TIME *tm)
    -	{
    -	ASN1_TIME *in;
    +{
    +    ASN1_TIME *in;
     
    -	if ((x == NULL) || (x->cert_info->validity == NULL)) return(0);
    -	in=x->cert_info->validity->notAfter;
    -	if (in != tm)
    -		{
    -		in=M_ASN1_TIME_dup(tm);
    -		if (in != NULL)
    -			{
    -			M_ASN1_TIME_free(x->cert_info->validity->notAfter);
    -			x->cert_info->validity->notAfter=in;
    -			}
    -		}
    -	return(in != NULL);
    -	}
    +    if ((x == NULL) || (x->cert_info->validity == NULL))
    +        return (0);
    +    in = x->cert_info->validity->notAfter;
    +    if (in != tm) {
    +        in = M_ASN1_TIME_dup(tm);
    +        if (in != NULL) {
    +            M_ASN1_TIME_free(x->cert_info->validity->notAfter);
    +            x->cert_info->validity->notAfter = in;
    +        }
    +    }
    +    return (in != NULL);
    +}
     
     int X509_set_pubkey(X509 *x, EVP_PKEY *pkey)
    -	{
    -	if ((x == NULL) || (x->cert_info == NULL)) return(0);
    -	return(X509_PUBKEY_set(&(x->cert_info->key),pkey));
    -	}
    -
    -
    -
    +{
    +    if ((x == NULL) || (x->cert_info == NULL))
    +        return (0);
    +    return (X509_PUBKEY_set(&(x->cert_info->key), pkey));
    +}
    diff --git a/openssl/crypto/x509/x509_trs.c b/openssl/crypto/x509/x509_trs.c
    index a6cb9c8b1..11e076340 100644
    --- a/openssl/crypto/x509/x509_trs.c
    +++ b/openssl/crypto/x509/x509_trs.c
    @@ -1,6 +1,7 @@
     /* x509_trs.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -60,9 +61,7 @@
     #include "cryptlib.h"
     #include 
     
    -
    -static int tr_cmp(const X509_TRUST * const *a,
    -		const X509_TRUST * const *b);
    +static int tr_cmp(const X509_TRUST *const *a, const X509_TRUST *const *b);
     static void trtable_free(X509_TRUST *p);
     
     static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags);
    @@ -70,219 +69,250 @@ static int trust_1oid(X509_TRUST *trust, X509 *x, int flags);
     static int trust_compat(X509_TRUST *trust, X509 *x, int flags);
     
     static int obj_trust(int id, X509 *x, int flags);
    -static int (*default_trust)(int id, X509 *x, int flags) = obj_trust;
    +static int (*default_trust) (int id, X509 *x, int flags) = obj_trust;
     
    -/* WARNING: the following table should be kept in order of trust
    - * and without any gaps so we can just subtract the minimum trust
    - * value to get an index into the table
    +/*
    + * WARNING: the following table should be kept in order of trust and without
    + * any gaps so we can just subtract the minimum trust value to get an index
    + * into the table
      */
     
     static X509_TRUST trstandard[] = {
    -{X509_TRUST_COMPAT, 0, trust_compat, "compatible", 0, NULL},
    -{X509_TRUST_SSL_CLIENT, 0, trust_1oidany, "SSL Client", NID_client_auth, NULL},
    -{X509_TRUST_SSL_SERVER, 0, trust_1oidany, "SSL Server", NID_server_auth, NULL},
    -{X509_TRUST_EMAIL, 0, trust_1oidany, "S/MIME email", NID_email_protect, NULL},
    -{X509_TRUST_OBJECT_SIGN, 0, trust_1oidany, "Object Signer", NID_code_sign, NULL},
    -{X509_TRUST_OCSP_SIGN, 0, trust_1oid, "OCSP responder", NID_OCSP_sign, NULL},
    -{X509_TRUST_OCSP_REQUEST, 0, trust_1oid, "OCSP request", NID_ad_OCSP, NULL},
    -{X509_TRUST_TSA, 0, trust_1oidany, "TSA server", NID_time_stamp, NULL}
    +    {X509_TRUST_COMPAT, 0, trust_compat, "compatible", 0, NULL},
    +    {X509_TRUST_SSL_CLIENT, 0, trust_1oidany, "SSL Client", NID_client_auth,
    +     NULL},
    +    {X509_TRUST_SSL_SERVER, 0, trust_1oidany, "SSL Server", NID_server_auth,
    +     NULL},
    +    {X509_TRUST_EMAIL, 0, trust_1oidany, "S/MIME email", NID_email_protect,
    +     NULL},
    +    {X509_TRUST_OBJECT_SIGN, 0, trust_1oidany, "Object Signer", NID_code_sign,
    +     NULL},
    +    {X509_TRUST_OCSP_SIGN, 0, trust_1oid, "OCSP responder", NID_OCSP_sign,
    +     NULL},
    +    {X509_TRUST_OCSP_REQUEST, 0, trust_1oid, "OCSP request", NID_ad_OCSP,
    +     NULL},
    +    {X509_TRUST_TSA, 0, trust_1oidany, "TSA server", NID_time_stamp, NULL}
     };
     
    -#define X509_TRUST_COUNT	(sizeof(trstandard)/sizeof(X509_TRUST))
    +#define X509_TRUST_COUNT        (sizeof(trstandard)/sizeof(X509_TRUST))
     
     IMPLEMENT_STACK_OF(X509_TRUST)
     
     static STACK_OF(X509_TRUST) *trtable = NULL;
     
    -static int tr_cmp(const X509_TRUST * const *a,
    -		const X509_TRUST * const *b)
    +static int tr_cmp(const X509_TRUST *const *a, const X509_TRUST *const *b)
     {
    -	return (*a)->trust - (*b)->trust;
    +    return (*a)->trust - (*b)->trust;
     }
     
    -int (*X509_TRUST_set_default(int (*trust)(int , X509 *, int)))(int, X509 *, int)
    -{
    -	int (*oldtrust)(int , X509 *, int);
    -	oldtrust = default_trust;
    -	default_trust = trust;
    -	return oldtrust;
    +int (*X509_TRUST_set_default(int (*trust) (int, X509 *, int))) (int, X509 *,
    +                                                                int) {
    +    int (*oldtrust) (int, X509 *, int);
    +    oldtrust = default_trust;
    +    default_trust = trust;
    +    return oldtrust;
     }
     
    -
     int X509_check_trust(X509 *x, int id, int flags)
     {
    -	X509_TRUST *pt;
    -	int idx;
    -	if(id == -1) return 1;
    -	idx = X509_TRUST_get_by_id(id);
    -	if(idx == -1) return default_trust(id, x, flags);
    -	pt = X509_TRUST_get0(idx);
    -	return pt->check_trust(pt, x, flags);
    +    X509_TRUST *pt;
    +    int idx;
    +    if (id == -1)
    +        return 1;
    +    /* We get this as a default value */
    +    if (id == 0) {
    +        int rv;
    +        rv = obj_trust(NID_anyExtendedKeyUsage, x, 0);
    +        if (rv != X509_TRUST_UNTRUSTED)
    +            return rv;
    +        return trust_compat(NULL, x, 0);
    +    }
    +    idx = X509_TRUST_get_by_id(id);
    +    if (idx == -1)
    +        return default_trust(id, x, flags);
    +    pt = X509_TRUST_get0(idx);
    +    return pt->check_trust(pt, x, flags);
     }
     
     int X509_TRUST_get_count(void)
     {
    -	if(!trtable) return X509_TRUST_COUNT;
    -	return sk_X509_TRUST_num(trtable) + X509_TRUST_COUNT;
    +    if (!trtable)
    +        return X509_TRUST_COUNT;
    +    return sk_X509_TRUST_num(trtable) + X509_TRUST_COUNT;
     }
     
    -X509_TRUST * X509_TRUST_get0(int idx)
    +X509_TRUST *X509_TRUST_get0(int idx)
     {
    -	if(idx < 0) return NULL;
    -	if(idx < (int)X509_TRUST_COUNT) return trstandard + idx;
    -	return sk_X509_TRUST_value(trtable, idx - X509_TRUST_COUNT);
    +    if (idx < 0)
    +        return NULL;
    +    if (idx < (int)X509_TRUST_COUNT)
    +        return trstandard + idx;
    +    return sk_X509_TRUST_value(trtable, idx - X509_TRUST_COUNT);
     }
     
     int X509_TRUST_get_by_id(int id)
     {
    -	X509_TRUST tmp;
    -	int idx;
    -	if((id >= X509_TRUST_MIN) && (id <= X509_TRUST_MAX))
    -				 return id - X509_TRUST_MIN;
    -	tmp.trust = id;
    -	if(!trtable) return -1;
    -	idx = sk_X509_TRUST_find(trtable, &tmp);
    -	if(idx == -1) return -1;
    -	return idx + X509_TRUST_COUNT;
    +    X509_TRUST tmp;
    +    int idx;
    +    if ((id >= X509_TRUST_MIN) && (id <= X509_TRUST_MAX))
    +        return id - X509_TRUST_MIN;
    +    tmp.trust = id;
    +    if (!trtable)
    +        return -1;
    +    idx = sk_X509_TRUST_find(trtable, &tmp);
    +    if (idx == -1)
    +        return -1;
    +    return idx + X509_TRUST_COUNT;
     }
     
     int X509_TRUST_set(int *t, int trust)
     {
    -	if(X509_TRUST_get_by_id(trust) == -1) {
    -		X509err(X509_F_X509_TRUST_SET, X509_R_INVALID_TRUST);
    -		return 0;
    -	}
    -	*t = trust;
    -	return 1;
    +    if (X509_TRUST_get_by_id(trust) == -1) {
    +        X509err(X509_F_X509_TRUST_SET, X509_R_INVALID_TRUST);
    +        return 0;
    +    }
    +    *t = trust;
    +    return 1;
     }
     
    -int X509_TRUST_add(int id, int flags, int (*ck)(X509_TRUST *, X509 *, int),
    -					char *name, int arg1, void *arg2)
    +int X509_TRUST_add(int id, int flags, int (*ck) (X509_TRUST *, X509 *, int),
    +                   char *name, int arg1, void *arg2)
     {
    -	int idx;
    -	X509_TRUST *trtmp;
    -	/* This is set according to what we change: application can't set it */
    -	flags &= ~X509_TRUST_DYNAMIC;
    -	/* This will always be set for application modified trust entries */
    -	flags |= X509_TRUST_DYNAMIC_NAME;
    -	/* Get existing entry if any */
    -	idx = X509_TRUST_get_by_id(id);
    -	/* Need a new entry */
    -	if(idx == -1) {
    -		if(!(trtmp = OPENSSL_malloc(sizeof(X509_TRUST)))) {
    -			X509err(X509_F_X509_TRUST_ADD,ERR_R_MALLOC_FAILURE);
    -			return 0;
    -		}
    -		trtmp->flags = X509_TRUST_DYNAMIC;
    -	} else trtmp = X509_TRUST_get0(idx);
    -
    -	/* OPENSSL_free existing name if dynamic */
    -	if(trtmp->flags & X509_TRUST_DYNAMIC_NAME) OPENSSL_free(trtmp->name);
    -	/* dup supplied name */
    -	if(!(trtmp->name = BUF_strdup(name))) {
    -		X509err(X509_F_X509_TRUST_ADD,ERR_R_MALLOC_FAILURE);
    -		return 0;
    -	}
    -	/* Keep the dynamic flag of existing entry */
    -	trtmp->flags &= X509_TRUST_DYNAMIC;
    -	/* Set all other flags */
    -	trtmp->flags |= flags;
    -
    -	trtmp->trust = id;
    -	trtmp->check_trust = ck;
    -	trtmp->arg1 = arg1;
    -	trtmp->arg2 = arg2;
    -
    -	/* If its a new entry manage the dynamic table */
    -	if(idx == -1) {
    -		if(!trtable && !(trtable = sk_X509_TRUST_new(tr_cmp))) {
    -			X509err(X509_F_X509_TRUST_ADD,ERR_R_MALLOC_FAILURE);
    -			return 0;
    -		}
    -		if (!sk_X509_TRUST_push(trtable, trtmp)) {
    -			X509err(X509_F_X509_TRUST_ADD,ERR_R_MALLOC_FAILURE);
    -			return 0;
    -		}
    -	}
    -	return 1;
    +    int idx;
    +    X509_TRUST *trtmp;
    +    /*
    +     * This is set according to what we change: application can't set it
    +     */
    +    flags &= ~X509_TRUST_DYNAMIC;
    +    /* This will always be set for application modified trust entries */
    +    flags |= X509_TRUST_DYNAMIC_NAME;
    +    /* Get existing entry if any */
    +    idx = X509_TRUST_get_by_id(id);
    +    /* Need a new entry */
    +    if (idx == -1) {
    +        if (!(trtmp = OPENSSL_malloc(sizeof(X509_TRUST)))) {
    +            X509err(X509_F_X509_TRUST_ADD, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +        trtmp->flags = X509_TRUST_DYNAMIC;
    +    } else
    +        trtmp = X509_TRUST_get0(idx);
    +
    +    /* OPENSSL_free existing name if dynamic */
    +    if (trtmp->flags & X509_TRUST_DYNAMIC_NAME)
    +        OPENSSL_free(trtmp->name);
    +    /* dup supplied name */
    +    if (!(trtmp->name = BUF_strdup(name))) {
    +        X509err(X509_F_X509_TRUST_ADD, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    /* Keep the dynamic flag of existing entry */
    +    trtmp->flags &= X509_TRUST_DYNAMIC;
    +    /* Set all other flags */
    +    trtmp->flags |= flags;
    +
    +    trtmp->trust = id;
    +    trtmp->check_trust = ck;
    +    trtmp->arg1 = arg1;
    +    trtmp->arg2 = arg2;
    +
    +    /* If its a new entry manage the dynamic table */
    +    if (idx == -1) {
    +        if (!trtable && !(trtable = sk_X509_TRUST_new(tr_cmp))) {
    +            X509err(X509_F_X509_TRUST_ADD, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +        if (!sk_X509_TRUST_push(trtable, trtmp)) {
    +            X509err(X509_F_X509_TRUST_ADD, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +    }
    +    return 1;
     }
     
     static void trtable_free(X509_TRUST *p)
    -	{
    -	if(!p) return;
    -	if (p->flags & X509_TRUST_DYNAMIC) 
    -		{
    -		if (p->flags & X509_TRUST_DYNAMIC_NAME)
    -			OPENSSL_free(p->name);
    -		OPENSSL_free(p);
    -		}
    -	}
    +{
    +    if (!p)
    +        return;
    +    if (p->flags & X509_TRUST_DYNAMIC) {
    +        if (p->flags & X509_TRUST_DYNAMIC_NAME)
    +            OPENSSL_free(p->name);
    +        OPENSSL_free(p);
    +    }
    +}
     
     void X509_TRUST_cleanup(void)
     {
    -	unsigned int i;
    -	for(i = 0; i < X509_TRUST_COUNT; i++) trtable_free(trstandard + i);
    -	sk_X509_TRUST_pop_free(trtable, trtable_free);
    -	trtable = NULL;
    +    unsigned int i;
    +    for (i = 0; i < X509_TRUST_COUNT; i++)
    +        trtable_free(trstandard + i);
    +    sk_X509_TRUST_pop_free(trtable, trtable_free);
    +    trtable = NULL;
     }
     
     int X509_TRUST_get_flags(X509_TRUST *xp)
     {
    -	return xp->flags;
    +    return xp->flags;
     }
     
     char *X509_TRUST_get0_name(X509_TRUST *xp)
     {
    -	return xp->name;
    +    return xp->name;
     }
     
     int X509_TRUST_get_trust(X509_TRUST *xp)
     {
    -	return xp->trust;
    +    return xp->trust;
     }
     
     static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags)
     {
    -	if(x->aux && (x->aux->trust || x->aux->reject))
    -		return obj_trust(trust->arg1, x, flags);
    -	/* we don't have any trust settings: for compatibility
    -	 * we return trusted if it is self signed
    -	 */
    -	return trust_compat(trust, x, flags);
    +    if (x->aux && (x->aux->trust || x->aux->reject))
    +        return obj_trust(trust->arg1, x, flags);
    +    /*
    +     * we don't have any trust settings: for compatibility we return trusted
    +     * if it is self signed
    +     */
    +    return trust_compat(trust, x, flags);
     }
     
     static int trust_1oid(X509_TRUST *trust, X509 *x, int flags)
     {
    -	if(x->aux) return obj_trust(trust->arg1, x, flags);
    -	return X509_TRUST_UNTRUSTED;
    +    if (x->aux)
    +        return obj_trust(trust->arg1, x, flags);
    +    return X509_TRUST_UNTRUSTED;
     }
     
     static int trust_compat(X509_TRUST *trust, X509 *x, int flags)
     {
    -	X509_check_purpose(x, -1, 0);
    -	if(x->ex_flags & EXFLAG_SS) return X509_TRUST_TRUSTED;
    -	else return X509_TRUST_UNTRUSTED;
    +    X509_check_purpose(x, -1, 0);
    +    if (x->ex_flags & EXFLAG_SS)
    +        return X509_TRUST_TRUSTED;
    +    else
    +        return X509_TRUST_UNTRUSTED;
     }
     
     static int obj_trust(int id, X509 *x, int flags)
     {
    -	ASN1_OBJECT *obj;
    -	int i;
    -	X509_CERT_AUX *ax;
    -	ax = x->aux;
    -	if(!ax) return X509_TRUST_UNTRUSTED;
    -	if(ax->reject) {
    -		for(i = 0; i < sk_ASN1_OBJECT_num(ax->reject); i++) {
    -			obj = sk_ASN1_OBJECT_value(ax->reject, i);
    -			if(OBJ_obj2nid(obj) == id) return X509_TRUST_REJECTED;
    -		}
    -	}	
    -	if(ax->trust) {
    -		for(i = 0; i < sk_ASN1_OBJECT_num(ax->trust); i++) {
    -			obj = sk_ASN1_OBJECT_value(ax->trust, i);
    -			if(OBJ_obj2nid(obj) == id) return X509_TRUST_TRUSTED;
    -		}
    -	}
    -	return X509_TRUST_UNTRUSTED;
    +    ASN1_OBJECT *obj;
    +    int i;
    +    X509_CERT_AUX *ax;
    +    ax = x->aux;
    +    if (!ax)
    +        return X509_TRUST_UNTRUSTED;
    +    if (ax->reject) {
    +        for (i = 0; i < sk_ASN1_OBJECT_num(ax->reject); i++) {
    +            obj = sk_ASN1_OBJECT_value(ax->reject, i);
    +            if (OBJ_obj2nid(obj) == id)
    +                return X509_TRUST_REJECTED;
    +        }
    +    }
    +    if (ax->trust) {
    +        for (i = 0; i < sk_ASN1_OBJECT_num(ax->trust); i++) {
    +            obj = sk_ASN1_OBJECT_value(ax->trust, i);
    +            if (OBJ_obj2nid(obj) == id)
    +                return X509_TRUST_TRUSTED;
    +        }
    +    }
    +    return X509_TRUST_UNTRUSTED;
     }
    -
    diff --git a/openssl/crypto/x509/x509_txt.c b/openssl/crypto/x509/x509_txt.c
    index c44f753c4..3d46d3ff8 100644
    --- a/openssl/crypto/x509/x509_txt.c
    +++ b/openssl/crypto/x509/x509_txt.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -69,125 +69,143 @@
     #include 
     
     const char *X509_verify_cert_error_string(long n)
    -	{
    -	static char buf[100];
    +{
    +    static char buf[100];
     
    -	switch ((int)n)
    -		{
    -	case X509_V_OK:
    -		return("ok");
    -	case X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT:
    -		return("unable to get issuer certificate");
    -	case X509_V_ERR_UNABLE_TO_GET_CRL:
    -		return("unable to get certificate CRL");
    -	case X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE:
    -		return("unable to decrypt certificate's signature");
    -	case X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE:
    -		return("unable to decrypt CRL's signature");
    -	case X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY:
    -		return("unable to decode issuer public key");
    -	case X509_V_ERR_CERT_SIGNATURE_FAILURE:
    -		return("certificate signature failure");
    -	case X509_V_ERR_CRL_SIGNATURE_FAILURE:
    -		return("CRL signature failure");
    -	case X509_V_ERR_CERT_NOT_YET_VALID:
    -		return("certificate is not yet valid");
    -	case X509_V_ERR_CRL_NOT_YET_VALID:
    -		return("CRL is not yet valid");
    -	case X509_V_ERR_CERT_HAS_EXPIRED:
    -		return("certificate has expired");
    -	case X509_V_ERR_CRL_HAS_EXPIRED:
    -		return("CRL has expired");
    -	case X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD:
    -		return("format error in certificate's notBefore field");
    -	case X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD:
    -		return("format error in certificate's notAfter field");
    -	case X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD:
    -		return("format error in CRL's lastUpdate field");
    -	case X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD:
    -		return("format error in CRL's nextUpdate field");
    -	case X509_V_ERR_OUT_OF_MEM:
    -		return("out of memory");
    -	case X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT:
    -		return("self signed certificate");
    -	case X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN:
    -		return("self signed certificate in certificate chain");
    -	case X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY:
    -		return("unable to get local issuer certificate");
    -	case X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE:
    -		return("unable to verify the first certificate");
    -	case X509_V_ERR_CERT_CHAIN_TOO_LONG:
    -		return("certificate chain too long");
    -	case X509_V_ERR_CERT_REVOKED:
    -		return("certificate revoked");
    -	case X509_V_ERR_INVALID_CA:
    -		return ("invalid CA certificate");
    -	case X509_V_ERR_INVALID_NON_CA:
    -		return ("invalid non-CA certificate (has CA markings)");
    -	case X509_V_ERR_PATH_LENGTH_EXCEEDED:
    -		return ("path length constraint exceeded");
    -	case X509_V_ERR_PROXY_PATH_LENGTH_EXCEEDED:
    -		return("proxy path length constraint exceeded");
    -	case X509_V_ERR_PROXY_CERTIFICATES_NOT_ALLOWED:
    -		return("proxy certificates not allowed, please set the appropriate flag");
    -	case X509_V_ERR_INVALID_PURPOSE:
    -		return ("unsupported certificate purpose");
    -	case X509_V_ERR_CERT_UNTRUSTED:
    -		return ("certificate not trusted");
    -	case X509_V_ERR_CERT_REJECTED:
    -		return ("certificate rejected");
    -	case X509_V_ERR_APPLICATION_VERIFICATION:
    -		return("application verification failure");
    -	case X509_V_ERR_SUBJECT_ISSUER_MISMATCH:
    -		return("subject issuer mismatch");
    -	case X509_V_ERR_AKID_SKID_MISMATCH:
    -		return("authority and subject key identifier mismatch");
    -	case X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH:
    -		return("authority and issuer serial number mismatch");
    -	case X509_V_ERR_KEYUSAGE_NO_CERTSIGN:
    -		return("key usage does not include certificate signing");
    -	case X509_V_ERR_UNABLE_TO_GET_CRL_ISSUER:
    -		return("unable to get CRL issuer certificate");
    -	case X509_V_ERR_UNHANDLED_CRITICAL_EXTENSION:
    -		return("unhandled critical extension");
    -	case X509_V_ERR_KEYUSAGE_NO_CRL_SIGN:
    -		return("key usage does not include CRL signing");
    -	case X509_V_ERR_KEYUSAGE_NO_DIGITAL_SIGNATURE:
    -		return("key usage does not include digital signature");
    -	case X509_V_ERR_UNHANDLED_CRITICAL_CRL_EXTENSION:
    -		return("unhandled critical CRL extension");
    -	case X509_V_ERR_INVALID_EXTENSION:
    -		return("invalid or inconsistent certificate extension");
    -	case X509_V_ERR_INVALID_POLICY_EXTENSION:
    -		return("invalid or inconsistent certificate policy extension");
    -	case X509_V_ERR_NO_EXPLICIT_POLICY:
    -		return("no explicit policy");
    -	case X509_V_ERR_DIFFERENT_CRL_SCOPE:
    -	return("Different CRL scope");
    -	case X509_V_ERR_UNSUPPORTED_EXTENSION_FEATURE:
    -	return("Unsupported extension feature");
    - 	case X509_V_ERR_UNNESTED_RESOURCE:
    - 		return("RFC 3779 resource not subset of parent's resources");
    +    switch ((int)n) {
    +    case X509_V_OK:
    +        return ("ok");
    +    case X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT:
    +        return ("unable to get issuer certificate");
    +    case X509_V_ERR_UNABLE_TO_GET_CRL:
    +        return ("unable to get certificate CRL");
    +    case X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE:
    +        return ("unable to decrypt certificate's signature");
    +    case X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE:
    +        return ("unable to decrypt CRL's signature");
    +    case X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY:
    +        return ("unable to decode issuer public key");
    +    case X509_V_ERR_CERT_SIGNATURE_FAILURE:
    +        return ("certificate signature failure");
    +    case X509_V_ERR_CRL_SIGNATURE_FAILURE:
    +        return ("CRL signature failure");
    +    case X509_V_ERR_CERT_NOT_YET_VALID:
    +        return ("certificate is not yet valid");
    +    case X509_V_ERR_CRL_NOT_YET_VALID:
    +        return ("CRL is not yet valid");
    +    case X509_V_ERR_CERT_HAS_EXPIRED:
    +        return ("certificate has expired");
    +    case X509_V_ERR_CRL_HAS_EXPIRED:
    +        return ("CRL has expired");
    +    case X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD:
    +        return ("format error in certificate's notBefore field");
    +    case X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD:
    +        return ("format error in certificate's notAfter field");
    +    case X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD:
    +        return ("format error in CRL's lastUpdate field");
    +    case X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD:
    +        return ("format error in CRL's nextUpdate field");
    +    case X509_V_ERR_OUT_OF_MEM:
    +        return ("out of memory");
    +    case X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT:
    +        return ("self signed certificate");
    +    case X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN:
    +        return ("self signed certificate in certificate chain");
    +    case X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY:
    +        return ("unable to get local issuer certificate");
    +    case X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE:
    +        return ("unable to verify the first certificate");
    +    case X509_V_ERR_CERT_CHAIN_TOO_LONG:
    +        return ("certificate chain too long");
    +    case X509_V_ERR_CERT_REVOKED:
    +        return ("certificate revoked");
    +    case X509_V_ERR_INVALID_CA:
    +        return ("invalid CA certificate");
    +    case X509_V_ERR_INVALID_NON_CA:
    +        return ("invalid non-CA certificate (has CA markings)");
    +    case X509_V_ERR_PATH_LENGTH_EXCEEDED:
    +        return ("path length constraint exceeded");
    +    case X509_V_ERR_PROXY_PATH_LENGTH_EXCEEDED:
    +        return ("proxy path length constraint exceeded");
    +    case X509_V_ERR_PROXY_CERTIFICATES_NOT_ALLOWED:
    +        return
    +            ("proxy certificates not allowed, please set the appropriate flag");
    +    case X509_V_ERR_INVALID_PURPOSE:
    +        return ("unsupported certificate purpose");
    +    case X509_V_ERR_CERT_UNTRUSTED:
    +        return ("certificate not trusted");
    +    case X509_V_ERR_CERT_REJECTED:
    +        return ("certificate rejected");
    +    case X509_V_ERR_APPLICATION_VERIFICATION:
    +        return ("application verification failure");
    +    case X509_V_ERR_SUBJECT_ISSUER_MISMATCH:
    +        return ("subject issuer mismatch");
    +    case X509_V_ERR_AKID_SKID_MISMATCH:
    +        return ("authority and subject key identifier mismatch");
    +    case X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH:
    +        return ("authority and issuer serial number mismatch");
    +    case X509_V_ERR_KEYUSAGE_NO_CERTSIGN:
    +        return ("key usage does not include certificate signing");
    +    case X509_V_ERR_UNABLE_TO_GET_CRL_ISSUER:
    +        return ("unable to get CRL issuer certificate");
    +    case X509_V_ERR_UNHANDLED_CRITICAL_EXTENSION:
    +        return ("unhandled critical extension");
    +    case X509_V_ERR_KEYUSAGE_NO_CRL_SIGN:
    +        return ("key usage does not include CRL signing");
    +    case X509_V_ERR_KEYUSAGE_NO_DIGITAL_SIGNATURE:
    +        return ("key usage does not include digital signature");
    +    case X509_V_ERR_UNHANDLED_CRITICAL_CRL_EXTENSION:
    +        return ("unhandled critical CRL extension");
    +    case X509_V_ERR_INVALID_EXTENSION:
    +        return ("invalid or inconsistent certificate extension");
    +    case X509_V_ERR_INVALID_POLICY_EXTENSION:
    +        return ("invalid or inconsistent certificate policy extension");
    +    case X509_V_ERR_NO_EXPLICIT_POLICY:
    +        return ("no explicit policy");
    +    case X509_V_ERR_DIFFERENT_CRL_SCOPE:
    +        return ("Different CRL scope");
    +    case X509_V_ERR_UNSUPPORTED_EXTENSION_FEATURE:
    +        return ("Unsupported extension feature");
    +    case X509_V_ERR_UNNESTED_RESOURCE:
    +        return ("RFC 3779 resource not subset of parent's resources");
     
    -	case X509_V_ERR_PERMITTED_VIOLATION:
    -		return("permitted subtree violation");
    -	case X509_V_ERR_EXCLUDED_VIOLATION:
    -		return("excluded subtree violation");
    -	case X509_V_ERR_SUBTREE_MINMAX:
    -		return("name constraints minimum and maximum not supported");
    -	case X509_V_ERR_UNSUPPORTED_CONSTRAINT_TYPE:
    -		return("unsupported name constraint type");
    -	case X509_V_ERR_UNSUPPORTED_CONSTRAINT_SYNTAX:
    -		return("unsupported or invalid name constraint syntax");
    -	case X509_V_ERR_UNSUPPORTED_NAME_SYNTAX:
    -		return("unsupported or invalid name syntax");
    -	case X509_V_ERR_CRL_PATH_VALIDATION_ERROR:
    -		return("CRL path validation error");
    +    case X509_V_ERR_PERMITTED_VIOLATION:
    +        return ("permitted subtree violation");
    +    case X509_V_ERR_EXCLUDED_VIOLATION:
    +        return ("excluded subtree violation");
    +    case X509_V_ERR_SUBTREE_MINMAX:
    +        return ("name constraints minimum and maximum not supported");
    +    case X509_V_ERR_UNSUPPORTED_CONSTRAINT_TYPE:
    +        return ("unsupported name constraint type");
    +    case X509_V_ERR_UNSUPPORTED_CONSTRAINT_SYNTAX:
    +        return ("unsupported or invalid name constraint syntax");
    +    case X509_V_ERR_UNSUPPORTED_NAME_SYNTAX:
    +        return ("unsupported or invalid name syntax");
    +    case X509_V_ERR_CRL_PATH_VALIDATION_ERROR:
    +        return ("CRL path validation error");
     
    -	default:
    -		BIO_snprintf(buf,sizeof buf,"error number %ld",n);
    -		return(buf);
    -		}
    -	}
    +    case X509_V_ERR_SUITE_B_INVALID_VERSION:
    +        return ("Suite B: certificate version invalid");
    +    case X509_V_ERR_SUITE_B_INVALID_ALGORITHM:
    +        return ("Suite B: invalid public key algorithm");
    +    case X509_V_ERR_SUITE_B_INVALID_CURVE:
    +        return ("Suite B: invalid ECC curve");
    +    case X509_V_ERR_SUITE_B_INVALID_SIGNATURE_ALGORITHM:
    +        return ("Suite B: invalid signature algorithm");
    +    case X509_V_ERR_SUITE_B_LOS_NOT_ALLOWED:
    +        return ("Suite B: curve not allowed for this LOS");
    +    case X509_V_ERR_SUITE_B_CANNOT_SIGN_P_384_WITH_P_256:
    +        return ("Suite B: cannot sign P-384 with P-256");
     
    +    case X509_V_ERR_HOSTNAME_MISMATCH:
    +        return ("Hostname mismatch");
    +    case X509_V_ERR_EMAIL_MISMATCH:
    +        return ("Email address mismatch");
    +    case X509_V_ERR_IP_ADDRESS_MISMATCH:
    +        return ("IP address mismatch");
     
    +    default:
    +        BIO_snprintf(buf, sizeof buf, "error number %ld", n);
    +        return (buf);
    +    }
    +}
    diff --git a/openssl/crypto/x509/x509_v3.c b/openssl/crypto/x509/x509_v3.c
    index 42e6f0ab0..4a03445a6 100644
    --- a/openssl/crypto/x509/x509_v3.c
    +++ b/openssl/crypto/x509/x509_v3.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -66,209 +66,219 @@
     #include 
     
     int X509v3_get_ext_count(const STACK_OF(X509_EXTENSION) *x)
    -	{
    -	if (x == NULL) return(0);
    -	return(sk_X509_EXTENSION_num(x));
    -	}
    +{
    +    if (x == NULL)
    +        return (0);
    +    return (sk_X509_EXTENSION_num(x));
    +}
     
     int X509v3_get_ext_by_NID(const STACK_OF(X509_EXTENSION) *x, int nid,
    -			  int lastpos)
    -	{
    -	ASN1_OBJECT *obj;
    +                          int lastpos)
    +{
    +    ASN1_OBJECT *obj;
     
    -	obj=OBJ_nid2obj(nid);
    -	if (obj == NULL) return(-2);
    -	return(X509v3_get_ext_by_OBJ(x,obj,lastpos));
    -	}
    +    obj = OBJ_nid2obj(nid);
    +    if (obj == NULL)
    +        return (-2);
    +    return (X509v3_get_ext_by_OBJ(x, obj, lastpos));
    +}
     
    -int X509v3_get_ext_by_OBJ(const STACK_OF(X509_EXTENSION) *sk, ASN1_OBJECT *obj,
    -			  int lastpos)
    -	{
    -	int n;
    -	X509_EXTENSION *ex;
    +int X509v3_get_ext_by_OBJ(const STACK_OF(X509_EXTENSION) *sk,
    +                          ASN1_OBJECT *obj, int lastpos)
    +{
    +    int n;
    +    X509_EXTENSION *ex;
     
    -	if (sk == NULL) return(-1);
    -	lastpos++;
    -	if (lastpos < 0)
    -		lastpos=0;
    -	n=sk_X509_EXTENSION_num(sk);
    -	for ( ; lastpos < n; lastpos++)
    -		{
    -		ex=sk_X509_EXTENSION_value(sk,lastpos);
    -		if (OBJ_cmp(ex->object,obj) == 0)
    -			return(lastpos);
    -		}
    -	return(-1);
    -	}
    +    if (sk == NULL)
    +        return (-1);
    +    lastpos++;
    +    if (lastpos < 0)
    +        lastpos = 0;
    +    n = sk_X509_EXTENSION_num(sk);
    +    for (; lastpos < n; lastpos++) {
    +        ex = sk_X509_EXTENSION_value(sk, lastpos);
    +        if (OBJ_cmp(ex->object, obj) == 0)
    +            return (lastpos);
    +    }
    +    return (-1);
    +}
     
     int X509v3_get_ext_by_critical(const STACK_OF(X509_EXTENSION) *sk, int crit,
    -			       int lastpos)
    -	{
    -	int n;
    -	X509_EXTENSION *ex;
    +                               int lastpos)
    +{
    +    int n;
    +    X509_EXTENSION *ex;
     
    -	if (sk == NULL) return(-1);
    -	lastpos++;
    -	if (lastpos < 0)
    -		lastpos=0;
    -	n=sk_X509_EXTENSION_num(sk);
    -	for ( ; lastpos < n; lastpos++)
    -		{
    -		ex=sk_X509_EXTENSION_value(sk,lastpos);
    -		if (	((ex->critical > 0) && crit) ||
    -			((ex->critical <= 0) && !crit))
    -			return(lastpos);
    -		}
    -	return(-1);
    -	}
    +    if (sk == NULL)
    +        return (-1);
    +    lastpos++;
    +    if (lastpos < 0)
    +        lastpos = 0;
    +    n = sk_X509_EXTENSION_num(sk);
    +    for (; lastpos < n; lastpos++) {
    +        ex = sk_X509_EXTENSION_value(sk, lastpos);
    +        if (((ex->critical > 0) && crit) || ((ex->critical <= 0) && !crit))
    +            return (lastpos);
    +    }
    +    return (-1);
    +}
     
     X509_EXTENSION *X509v3_get_ext(const STACK_OF(X509_EXTENSION) *x, int loc)
    -	{
    -	if (x == NULL || sk_X509_EXTENSION_num(x) <= loc || loc < 0)
    -		return NULL;
    -	else
    -		return sk_X509_EXTENSION_value(x,loc);
    -	}
    +{
    +    if (x == NULL || sk_X509_EXTENSION_num(x) <= loc || loc < 0)
    +        return NULL;
    +    else
    +        return sk_X509_EXTENSION_value(x, loc);
    +}
     
     X509_EXTENSION *X509v3_delete_ext(STACK_OF(X509_EXTENSION) *x, int loc)
    -	{
    -	X509_EXTENSION *ret;
    +{
    +    X509_EXTENSION *ret;
     
    -	if (x == NULL || sk_X509_EXTENSION_num(x) <= loc || loc < 0)
    -		return(NULL);
    -	ret=sk_X509_EXTENSION_delete(x,loc);
    -	return(ret);
    -	}
    +    if (x == NULL || sk_X509_EXTENSION_num(x) <= loc || loc < 0)
    +        return (NULL);
    +    ret = sk_X509_EXTENSION_delete(x, loc);
    +    return (ret);
    +}
     
     STACK_OF(X509_EXTENSION) *X509v3_add_ext(STACK_OF(X509_EXTENSION) **x,
    -					 X509_EXTENSION *ex, int loc)
    -	{
    -	X509_EXTENSION *new_ex=NULL;
    -	int n;
    -	STACK_OF(X509_EXTENSION) *sk=NULL;
    +                                         X509_EXTENSION *ex, int loc)
    +{
    +    X509_EXTENSION *new_ex = NULL;
    +    int n;
    +    STACK_OF(X509_EXTENSION) *sk = NULL;
     
    -	if (x == NULL)
    -		{
    -		X509err(X509_F_X509V3_ADD_EXT,ERR_R_PASSED_NULL_PARAMETER);
    -		goto err2;
    -		}
    +    if (x == NULL) {
    +        X509err(X509_F_X509V3_ADD_EXT, ERR_R_PASSED_NULL_PARAMETER);
    +        goto err2;
    +    }
     
    -	if (*x == NULL)
    -		{
    -		if ((sk=sk_X509_EXTENSION_new_null()) == NULL)
    -			goto err;
    -		}
    -	else
    -		sk= *x;
    +    if (*x == NULL) {
    +        if ((sk = sk_X509_EXTENSION_new_null()) == NULL)
    +            goto err;
    +    } else
    +        sk = *x;
     
    -	n=sk_X509_EXTENSION_num(sk);
    -	if (loc > n) loc=n;
    -	else if (loc < 0) loc=n;
    +    n = sk_X509_EXTENSION_num(sk);
    +    if (loc > n)
    +        loc = n;
    +    else if (loc < 0)
    +        loc = n;
     
    -	if ((new_ex=X509_EXTENSION_dup(ex)) == NULL)
    -		goto err2;
    -	if (!sk_X509_EXTENSION_insert(sk,new_ex,loc))
    -		goto err;
    -	if (*x == NULL)
    -		*x=sk;
    -	return(sk);
    -err:
    -	X509err(X509_F_X509V3_ADD_EXT,ERR_R_MALLOC_FAILURE);
    -err2:
    -	if (new_ex != NULL) X509_EXTENSION_free(new_ex);
    -	if (sk != NULL) sk_X509_EXTENSION_free(sk);
    -	return(NULL);
    -	}
    +    if ((new_ex = X509_EXTENSION_dup(ex)) == NULL)
    +        goto err2;
    +    if (!sk_X509_EXTENSION_insert(sk, new_ex, loc))
    +        goto err;
    +    if (*x == NULL)
    +        *x = sk;
    +    return (sk);
    + err:
    +    X509err(X509_F_X509V3_ADD_EXT, ERR_R_MALLOC_FAILURE);
    + err2:
    +    if (new_ex != NULL)
    +        X509_EXTENSION_free(new_ex);
    +    if (sk != NULL)
    +        sk_X509_EXTENSION_free(sk);
    +    return (NULL);
    +}
     
     X509_EXTENSION *X509_EXTENSION_create_by_NID(X509_EXTENSION **ex, int nid,
    -	     int crit, ASN1_OCTET_STRING *data)
    -	{
    -	ASN1_OBJECT *obj;
    -	X509_EXTENSION *ret;
    +                                             int crit,
    +                                             ASN1_OCTET_STRING *data)
    +{
    +    ASN1_OBJECT *obj;
    +    X509_EXTENSION *ret;
     
    -	obj=OBJ_nid2obj(nid);
    -	if (obj == NULL)
    -		{
    -		X509err(X509_F_X509_EXTENSION_CREATE_BY_NID,X509_R_UNKNOWN_NID);
    -		return(NULL);
    -		}
    -	ret=X509_EXTENSION_create_by_OBJ(ex,obj,crit,data);
    -	if (ret == NULL) ASN1_OBJECT_free(obj);
    -	return(ret);
    -	}
    +    obj = OBJ_nid2obj(nid);
    +    if (obj == NULL) {
    +        X509err(X509_F_X509_EXTENSION_CREATE_BY_NID, X509_R_UNKNOWN_NID);
    +        return (NULL);
    +    }
    +    ret = X509_EXTENSION_create_by_OBJ(ex, obj, crit, data);
    +    if (ret == NULL)
    +        ASN1_OBJECT_free(obj);
    +    return (ret);
    +}
     
     X509_EXTENSION *X509_EXTENSION_create_by_OBJ(X509_EXTENSION **ex,
    -	     ASN1_OBJECT *obj, int crit, ASN1_OCTET_STRING *data)
    -	{
    -	X509_EXTENSION *ret;
    +                                             ASN1_OBJECT *obj, int crit,
    +                                             ASN1_OCTET_STRING *data)
    +{
    +    X509_EXTENSION *ret;
    +
    +    if ((ex == NULL) || (*ex == NULL)) {
    +        if ((ret = X509_EXTENSION_new()) == NULL) {
    +            X509err(X509_F_X509_EXTENSION_CREATE_BY_OBJ,
    +                    ERR_R_MALLOC_FAILURE);
    +            return (NULL);
    +        }
    +    } else
    +        ret = *ex;
     
    -	if ((ex == NULL) || (*ex == NULL))
    -		{
    -		if ((ret=X509_EXTENSION_new()) == NULL)
    -			{
    -			X509err(X509_F_X509_EXTENSION_CREATE_BY_OBJ,ERR_R_MALLOC_FAILURE);
    -			return(NULL);
    -			}
    -		}
    -	else
    -		ret= *ex;
    +    if (!X509_EXTENSION_set_object(ret, obj))
    +        goto err;
    +    if (!X509_EXTENSION_set_critical(ret, crit))
    +        goto err;
    +    if (!X509_EXTENSION_set_data(ret, data))
    +        goto err;
     
    -	if (!X509_EXTENSION_set_object(ret,obj))
    -		goto err;
    -	if (!X509_EXTENSION_set_critical(ret,crit))
    -		goto err;
    -	if (!X509_EXTENSION_set_data(ret,data))
    -		goto err;
    -	
    -	if ((ex != NULL) && (*ex == NULL)) *ex=ret;
    -	return(ret);
    -err:
    -	if ((ex == NULL) || (ret != *ex))
    -		X509_EXTENSION_free(ret);
    -	return(NULL);
    -	}
    +    if ((ex != NULL) && (*ex == NULL))
    +        *ex = ret;
    +    return (ret);
    + err:
    +    if ((ex == NULL) || (ret != *ex))
    +        X509_EXTENSION_free(ret);
    +    return (NULL);
    +}
     
     int X509_EXTENSION_set_object(X509_EXTENSION *ex, ASN1_OBJECT *obj)
    -	{
    -	if ((ex == NULL) || (obj == NULL))
    -		return(0);
    -	ASN1_OBJECT_free(ex->object);
    -	ex->object=OBJ_dup(obj);
    -	return(1);
    -	}
    +{
    +    if ((ex == NULL) || (obj == NULL))
    +        return (0);
    +    ASN1_OBJECT_free(ex->object);
    +    ex->object = OBJ_dup(obj);
    +    return (1);
    +}
     
     int X509_EXTENSION_set_critical(X509_EXTENSION *ex, int crit)
    -	{
    -	if (ex == NULL) return(0);
    -	ex->critical=(crit)?0xFF:-1;
    -	return(1);
    -	}
    +{
    +    if (ex == NULL)
    +        return (0);
    +    ex->critical = (crit) ? 0xFF : -1;
    +    return (1);
    +}
     
     int X509_EXTENSION_set_data(X509_EXTENSION *ex, ASN1_OCTET_STRING *data)
    -	{
    -	int i;
    +{
    +    int i;
     
    -	if (ex == NULL) return(0);
    -	i=M_ASN1_OCTET_STRING_set(ex->value,data->data,data->length);
    -	if (!i) return(0);
    -	return(1);
    -	}
    +    if (ex == NULL)
    +        return (0);
    +    i = M_ASN1_OCTET_STRING_set(ex->value, data->data, data->length);
    +    if (!i)
    +        return (0);
    +    return (1);
    +}
     
     ASN1_OBJECT *X509_EXTENSION_get_object(X509_EXTENSION *ex)
    -	{
    -	if (ex == NULL) return(NULL);
    -	return(ex->object);
    -	}
    +{
    +    if (ex == NULL)
    +        return (NULL);
    +    return (ex->object);
    +}
     
     ASN1_OCTET_STRING *X509_EXTENSION_get_data(X509_EXTENSION *ex)
    -	{
    -	if (ex == NULL) return(NULL);
    -	return(ex->value);
    -	}
    +{
    +    if (ex == NULL)
    +        return (NULL);
    +    return (ex->value);
    +}
     
     int X509_EXTENSION_get_critical(X509_EXTENSION *ex)
    -	{
    -	if (ex == NULL) return(0);
    -	if(ex->critical > 0) return 1;
    -	return 0;
    -	}
    +{
    +    if (ex == NULL)
    +        return (0);
    +    if (ex->critical > 0)
    +        return 1;
    +    return 0;
    +}
    diff --git a/openssl/crypto/x509/x509_vfy.c b/openssl/crypto/x509/x509_vfy.c
    index 920066aeb..1196a2ada 100644
    --- a/openssl/crypto/x509/x509_vfy.c
    +++ b/openssl/crypto/x509/x509_vfy.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -69,24 +69,25 @@
     #include 
     #include 
     #include 
    +#include "vpm_int.h"
     
     /* CRL score values */
     
     /* No unhandled critical extensions */
     
    -#define CRL_SCORE_NOCRITICAL	0x100
    +#define CRL_SCORE_NOCRITICAL    0x100
     
     /* certificate is within CRL scope */
     
    -#define CRL_SCORE_SCOPE		0x080
    +#define CRL_SCORE_SCOPE         0x080
     
     /* CRL times valid */
     
    -#define CRL_SCORE_TIME		0x040
    +#define CRL_SCORE_TIME          0x040
     
     /* Issuer name matches certificate */
     
    -#define CRL_SCORE_ISSUER_NAME	0x020
    +#define CRL_SCORE_ISSUER_NAME   0x020
     
     /* If this score or above CRL is probably valid */
     
    @@ -94,2131 +95,2297 @@
     
     /* CRL issuer is certificate issuer */
     
    -#define CRL_SCORE_ISSUER_CERT	0x018
    +#define CRL_SCORE_ISSUER_CERT   0x018
     
     /* CRL issuer is on certificate path */
     
    -#define CRL_SCORE_SAME_PATH	0x008
    +#define CRL_SCORE_SAME_PATH     0x008
     
     /* CRL issuer matches CRL AKID */
     
    -#define CRL_SCORE_AKID		0x004
    +#define CRL_SCORE_AKID          0x004
     
     /* Have a delta CRL with valid times */
     
    -#define CRL_SCORE_TIME_DELTA	0x002
    +#define CRL_SCORE_TIME_DELTA    0x002
     
    -static int null_callback(int ok,X509_STORE_CTX *e);
    +static int null_callback(int ok, X509_STORE_CTX *e);
     static int check_issued(X509_STORE_CTX *ctx, X509 *x, X509 *issuer);
     static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x);
     static int check_chain_extensions(X509_STORE_CTX *ctx);
     static int check_name_constraints(X509_STORE_CTX *ctx);
    +static int check_id(X509_STORE_CTX *ctx);
     static int check_trust(X509_STORE_CTX *ctx);
     static int check_revocation(X509_STORE_CTX *ctx);
     static int check_cert(X509_STORE_CTX *ctx);
     static int check_policy(X509_STORE_CTX *ctx);
     
     static int get_crl_score(X509_STORE_CTX *ctx, X509 **pissuer,
    -			unsigned int *preasons,
    -			X509_CRL *crl, X509 *x);
    +                         unsigned int *preasons, X509_CRL *crl, X509 *x);
     static int get_crl_delta(X509_STORE_CTX *ctx,
    -				X509_CRL **pcrl, X509_CRL **pdcrl, X509 *x);
    -static void get_delta_sk(X509_STORE_CTX *ctx, X509_CRL **dcrl, int *pcrl_score,
    -			X509_CRL *base, STACK_OF(X509_CRL) *crls);
    -static void crl_akid_check(X509_STORE_CTX *ctx, X509_CRL *crl,
    -				X509 **pissuer, int *pcrl_score);
    +                         X509_CRL **pcrl, X509_CRL **pdcrl, X509 *x);
    +static void get_delta_sk(X509_STORE_CTX *ctx, X509_CRL **dcrl,
    +                         int *pcrl_score, X509_CRL *base,
    +                         STACK_OF(X509_CRL) *crls);
    +static void crl_akid_check(X509_STORE_CTX *ctx, X509_CRL *crl, X509 **pissuer,
    +                           int *pcrl_score);
     static int crl_crldp_check(X509 *x, X509_CRL *crl, int crl_score,
    -				unsigned int *preasons);
    +                           unsigned int *preasons);
     static int check_crl_path(X509_STORE_CTX *ctx, X509 *x);
     static int check_crl_chain(X509_STORE_CTX *ctx,
    -			STACK_OF(X509) *cert_path,
    -			STACK_OF(X509) *crl_path);
    +                           STACK_OF(X509) *cert_path,
    +                           STACK_OF(X509) *crl_path);
     
     static int internal_verify(X509_STORE_CTX *ctx);
    -const char X509_version[]="X.509" OPENSSL_VERSION_PTEXT;
    -
    +const char X509_version[] = "X.509" OPENSSL_VERSION_PTEXT;
     
     static int null_callback(int ok, X509_STORE_CTX *e)
    -	{
    -	return ok;
    -	}
    +{
    +    return ok;
    +}
     
     #if 0
     static int x509_subject_cmp(X509 **a, X509 **b)
    -	{
    -	return X509_subject_name_cmp(*a,*b);
    -	}
    +{
    +    return X509_subject_name_cmp(*a, *b);
    +}
     #endif
    +/* Return 1 is a certificate is self signed */
    +static int cert_self_signed(X509 *x)
    +{
    +    X509_check_purpose(x, -1, 0);
    +    if (x->ex_flags & EXFLAG_SS)
    +        return 1;
    +    else
    +        return 0;
    +}
    +
    +/* Given a certificate try and find an exact match in the store */
    +
    +static X509 *lookup_cert_match(X509_STORE_CTX *ctx, X509 *x)
    +{
    +    STACK_OF(X509) *certs;
    +    X509 *xtmp = NULL;
    +    int i;
    +    /* Lookup all certs with matching subject name */
    +    certs = ctx->lookup_certs(ctx, X509_get_subject_name(x));
    +    if (certs == NULL)
    +        return NULL;
    +    /* Look for exact match */
    +    for (i = 0; i < sk_X509_num(certs); i++) {
    +        xtmp = sk_X509_value(certs, i);
    +        if (!X509_cmp(xtmp, x))
    +            break;
    +    }
    +    if (i < sk_X509_num(certs))
    +        CRYPTO_add(&xtmp->references, 1, CRYPTO_LOCK_X509);
    +    else
    +        xtmp = NULL;
    +    sk_X509_pop_free(certs, X509_free);
    +    return xtmp;
    +}
     
     int X509_verify_cert(X509_STORE_CTX *ctx)
    -	{
    -	X509 *x,*xtmp,*chain_ss=NULL;
    -	int bad_chain = 0;
    -	X509_VERIFY_PARAM *param = ctx->param;
    -	int depth,i,ok=0;
    -	int num;
    -	int (*cb)(int xok,X509_STORE_CTX *xctx);
    -	STACK_OF(X509) *sktmp=NULL;
    -	if (ctx->cert == NULL)
    -		{
    -		X509err(X509_F_X509_VERIFY_CERT,X509_R_NO_CERT_SET_FOR_US_TO_VERIFY);
    -		return -1;
    -		}
    -
    -	cb=ctx->verify_cb;
    -
    -	/* first we make sure the chain we are going to build is
    -	 * present and that the first entry is in place */
    -	if (ctx->chain == NULL)
    -		{
    -		if (	((ctx->chain=sk_X509_new_null()) == NULL) ||
    -			(!sk_X509_push(ctx->chain,ctx->cert)))
    -			{
    -			X509err(X509_F_X509_VERIFY_CERT,ERR_R_MALLOC_FAILURE);
    -			goto end;
    -			}
    -		CRYPTO_add(&ctx->cert->references,1,CRYPTO_LOCK_X509);
    -		ctx->last_untrusted=1;
    -		}
    -
    -	/* We use a temporary STACK so we can chop and hack at it */
    -	if (ctx->untrusted != NULL
    -	    && (sktmp=sk_X509_dup(ctx->untrusted)) == NULL)
    -		{
    -		X509err(X509_F_X509_VERIFY_CERT,ERR_R_MALLOC_FAILURE);
    -		goto end;
    -		}
    -
    -	num=sk_X509_num(ctx->chain);
    -	x=sk_X509_value(ctx->chain,num-1);
    -	depth=param->depth;
    -
    -
    -	for (;;)
    -		{
    -		/* If we have enough, we break */
    -		if (depth < num) break; /* FIXME: If this happens, we should take
    -		                         * note of it and, if appropriate, use the
    -		                         * X509_V_ERR_CERT_CHAIN_TOO_LONG error
    -		                         * code later.
    -		                         */
    -
    -		/* If we are self signed, we break */
    -		if (ctx->check_issued(ctx, x,x)) break;
    -
    -		/* If we were passed a cert chain, use it first */
    -		if (ctx->untrusted != NULL)
    -			{
    -			xtmp=find_issuer(ctx, sktmp,x);
    -			if (xtmp != NULL)
    -				{
    -				if (!sk_X509_push(ctx->chain,xtmp))
    -					{
    -					X509err(X509_F_X509_VERIFY_CERT,ERR_R_MALLOC_FAILURE);
    -					goto end;
    -					}
    -				CRYPTO_add(&xtmp->references,1,CRYPTO_LOCK_X509);
    -				(void)sk_X509_delete_ptr(sktmp,xtmp);
    -				ctx->last_untrusted++;
    -				x=xtmp;
    -				num++;
    -				/* reparse the full chain for
    -				 * the next one */
    -				continue;
    -				}
    -			}
    -		break;
    -		}
    -
    -	/* at this point, chain should contain a list of untrusted
    -	 * certificates.  We now need to add at least one trusted one,
    -	 * if possible, otherwise we complain. */
    -
    -	/* Examine last certificate in chain and see if it
    - 	 * is self signed.
    - 	 */
    -
    -	i=sk_X509_num(ctx->chain);
    -	x=sk_X509_value(ctx->chain,i-1);
    -	if (ctx->check_issued(ctx, x, x))
    -		{
    -		/* we have a self signed certificate */
    -		if (sk_X509_num(ctx->chain) == 1)
    -			{
    -			/* We have a single self signed certificate: see if
    -			 * we can find it in the store. We must have an exact
    -			 * match to avoid possible impersonation.
    -			 */
    -			ok = ctx->get_issuer(&xtmp, ctx, x);
    -			if ((ok <= 0) || X509_cmp(x, xtmp)) 
    -				{
    -				ctx->error=X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT;
    -				ctx->current_cert=x;
    -				ctx->error_depth=i-1;
    -				if (ok == 1) X509_free(xtmp);
    -				bad_chain = 1;
    -				ok=cb(0,ctx);
    -				if (!ok) goto end;
    -				}
    -			else 
    -				{
    -				/* We have a match: replace certificate with store version
    -				 * so we get any trust settings.
    -				 */
    -				X509_free(x);
    -				x = xtmp;
    -				(void)sk_X509_set(ctx->chain, i - 1, x);
    -				ctx->last_untrusted=0;
    -				}
    -			}
    -		else
    -			{
    -			/* extract and save self signed certificate for later use */
    -			chain_ss=sk_X509_pop(ctx->chain);
    -			ctx->last_untrusted--;
    -			num--;
    -			x=sk_X509_value(ctx->chain,num-1);
    -			}
    -		}
    -
    -	/* We now lookup certs from the certificate store */
    -	for (;;)
    -		{
    -		/* If we have enough, we break */
    -		if (depth < num) break;
    -
    -		/* If we are self signed, we break */
    -		if (ctx->check_issued(ctx,x,x)) break;
    -
    -		ok = ctx->get_issuer(&xtmp, ctx, x);
    -
    -		if (ok < 0) return ok;
    -		if (ok == 0) break;
    -
    -		x = xtmp;
    -		if (!sk_X509_push(ctx->chain,x))
    -			{
    -			X509_free(xtmp);
    -			X509err(X509_F_X509_VERIFY_CERT,ERR_R_MALLOC_FAILURE);
    -			return 0;
    -			}
    -		num++;
    -		}
    -
    -	/* we now have our chain, lets check it... */
    -
    -	/* Is last certificate looked up self signed? */
    -	if (!ctx->check_issued(ctx,x,x))
    -		{
    -		if ((chain_ss == NULL) || !ctx->check_issued(ctx, x, chain_ss))
    -			{
    -			if (ctx->last_untrusted >= num)
    -				ctx->error=X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY;
    -			else
    -				ctx->error=X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT;
    -			ctx->current_cert=x;
    -			}
    -		else
    -			{
    -
    -			sk_X509_push(ctx->chain,chain_ss);
    -			num++;
    -			ctx->last_untrusted=num;
    -			ctx->current_cert=chain_ss;
    -			ctx->error=X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN;
    -			chain_ss=NULL;
    -			}
    -
    -		ctx->error_depth=num-1;
    -		bad_chain = 1;
    -		ok=cb(0,ctx);
    -		if (!ok) goto end;
    -		}
    -
    -	/* We have the chain complete: now we need to check its purpose */
    -	ok = check_chain_extensions(ctx);
    -
    -	if (!ok) goto end;
    -
    -	/* Check name constraints */
    -
    -	ok = check_name_constraints(ctx);
    -	
    -	if (!ok) goto end;
    -
    -	/* The chain extensions are OK: check trust */
    -
    -	if (param->trust > 0) ok = check_trust(ctx);
    -
    -	if (!ok) goto end;
    -
    -	/* We may as well copy down any DSA parameters that are required */
    -	X509_get_pubkey_parameters(NULL,ctx->chain);
    -
    -	/* Check revocation status: we do this after copying parameters
    -	 * because they may be needed for CRL signature verification.
    -	 */
    -
    -	ok = ctx->check_revocation(ctx);
    -	if(!ok) goto end;
    -
    -	/* At this point, we have a chain and need to verify it */
    -	if (ctx->verify != NULL)
    -		ok=ctx->verify(ctx);
    -	else
    -		ok=internal_verify(ctx);
    -	if(!ok) goto end;
    +{
    +    X509 *x, *xtmp, *chain_ss = NULL;
    +    int bad_chain = 0;
    +    X509_VERIFY_PARAM *param = ctx->param;
    +    int depth, i, ok = 0;
    +    int num;
    +    int (*cb) (int xok, X509_STORE_CTX *xctx);
    +    STACK_OF(X509) *sktmp = NULL;
    +    if (ctx->cert == NULL) {
    +        X509err(X509_F_X509_VERIFY_CERT, X509_R_NO_CERT_SET_FOR_US_TO_VERIFY);
    +        return -1;
    +    }
    +
    +    cb = ctx->verify_cb;
    +
    +    /*
    +     * first we make sure the chain we are going to build is present and that
    +     * the first entry is in place
    +     */
    +    if (ctx->chain == NULL) {
    +        if (((ctx->chain = sk_X509_new_null()) == NULL) ||
    +            (!sk_X509_push(ctx->chain, ctx->cert))) {
    +            X509err(X509_F_X509_VERIFY_CERT, ERR_R_MALLOC_FAILURE);
    +            goto end;
    +        }
    +        CRYPTO_add(&ctx->cert->references, 1, CRYPTO_LOCK_X509);
    +        ctx->last_untrusted = 1;
    +    }
    +
    +    /* We use a temporary STACK so we can chop and hack at it */
    +    if (ctx->untrusted != NULL
    +        && (sktmp = sk_X509_dup(ctx->untrusted)) == NULL) {
    +        X509err(X509_F_X509_VERIFY_CERT, ERR_R_MALLOC_FAILURE);
    +        goto end;
    +    }
    +
    +    num = sk_X509_num(ctx->chain);
    +    x = sk_X509_value(ctx->chain, num - 1);
    +    depth = param->depth;
    +
    +    for (;;) {
    +        /* If we have enough, we break */
    +        if (depth < num)
    +            break;              /* FIXME: If this happens, we should take
    +                                 * note of it and, if appropriate, use the
    +                                 * X509_V_ERR_CERT_CHAIN_TOO_LONG error code
    +                                 * later. */
    +
    +        /* If we are self signed, we break */
    +        if (cert_self_signed(x))
    +            break;
    +        /*
    +         * If asked see if we can find issuer in trusted store first
    +         */
    +        if (ctx->param->flags & X509_V_FLAG_TRUSTED_FIRST) {
    +            ok = ctx->get_issuer(&xtmp, ctx, x);
    +            if (ok < 0)
    +                return ok;
    +            /*
    +             * If successful for now free up cert so it will be picked up
    +             * again later.
    +             */
    +            if (ok > 0) {
    +                X509_free(xtmp);
    +                break;
    +            }
    +        }
    +
    +        /* If we were passed a cert chain, use it first */
    +        if (ctx->untrusted != NULL) {
    +            xtmp = find_issuer(ctx, sktmp, x);
    +            if (xtmp != NULL) {
    +                if (!sk_X509_push(ctx->chain, xtmp)) {
    +                    X509err(X509_F_X509_VERIFY_CERT, ERR_R_MALLOC_FAILURE);
    +                    goto end;
    +                }
    +                CRYPTO_add(&xtmp->references, 1, CRYPTO_LOCK_X509);
    +                (void)sk_X509_delete_ptr(sktmp, xtmp);
    +                ctx->last_untrusted++;
    +                x = xtmp;
    +                num++;
    +                /*
    +                 * reparse the full chain for the next one
    +                 */
    +                continue;
    +            }
    +        }
    +        break;
    +    }
    +
    +    /*
    +     * at this point, chain should contain a list of untrusted certificates.
    +     * We now need to add at least one trusted one, if possible, otherwise we
    +     * complain.
    +     */
    +
    +    /*
    +     * Examine last certificate in chain and see if it is self signed.
    +     */
    +
    +    i = sk_X509_num(ctx->chain);
    +    x = sk_X509_value(ctx->chain, i - 1);
    +    if (cert_self_signed(x)) {
    +        /* we have a self signed certificate */
    +        if (sk_X509_num(ctx->chain) == 1) {
    +            /*
    +             * We have a single self signed certificate: see if we can find
    +             * it in the store. We must have an exact match to avoid possible
    +             * impersonation.
    +             */
    +            ok = ctx->get_issuer(&xtmp, ctx, x);
    +            if ((ok <= 0) || X509_cmp(x, xtmp)) {
    +                ctx->error = X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT;
    +                ctx->current_cert = x;
    +                ctx->error_depth = i - 1;
    +                if (ok == 1)
    +                    X509_free(xtmp);
    +                bad_chain = 1;
    +                ok = cb(0, ctx);
    +                if (!ok)
    +                    goto end;
    +            } else {
    +                /*
    +                 * We have a match: replace certificate with store version so
    +                 * we get any trust settings.
    +                 */
    +                X509_free(x);
    +                x = xtmp;
    +                (void)sk_X509_set(ctx->chain, i - 1, x);
    +                ctx->last_untrusted = 0;
    +            }
    +        } else {
    +            /*
    +             * extract and save self signed certificate for later use
    +             */
    +            chain_ss = sk_X509_pop(ctx->chain);
    +            ctx->last_untrusted--;
    +            num--;
    +            x = sk_X509_value(ctx->chain, num - 1);
    +        }
    +    }
    +
    +    /* We now lookup certs from the certificate store */
    +    for (;;) {
    +        /* If we have enough, we break */
    +        if (depth < num)
    +            break;
    +
    +        /* If we are self signed, we break */
    +        if (cert_self_signed(x))
    +            break;
    +
    +        ok = ctx->get_issuer(&xtmp, ctx, x);
    +
    +        if (ok < 0)
    +            return ok;
    +        if (ok == 0)
    +            break;
    +
    +        x = xtmp;
    +        if (!sk_X509_push(ctx->chain, x)) {
    +            X509_free(xtmp);
    +            X509err(X509_F_X509_VERIFY_CERT, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +        num++;
    +    }
    +
    +    /* we now have our chain, lets check it... */
    +
    +    i = check_trust(ctx);
    +
    +    /* If explicitly rejected error */
    +    if (i == X509_TRUST_REJECTED)
    +        goto end;
    +    /*
    +     * If not explicitly trusted then indicate error unless it's a single
    +     * self signed certificate in which case we've indicated an error already
    +     * and set bad_chain == 1
    +     */
    +    if (i != X509_TRUST_TRUSTED && !bad_chain) {
    +        if ((chain_ss == NULL) || !ctx->check_issued(ctx, x, chain_ss)) {
    +            if (ctx->last_untrusted >= num)
    +                ctx->error = X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY;
    +            else
    +                ctx->error = X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT;
    +            ctx->current_cert = x;
    +        } else {
    +
    +            sk_X509_push(ctx->chain, chain_ss);
    +            num++;
    +            ctx->last_untrusted = num;
    +            ctx->current_cert = chain_ss;
    +            ctx->error = X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN;
    +            chain_ss = NULL;
    +        }
    +
    +        ctx->error_depth = num - 1;
    +        bad_chain = 1;
    +        ok = cb(0, ctx);
    +        if (!ok)
    +            goto end;
    +    }
    +
    +    /* We have the chain complete: now we need to check its purpose */
    +    ok = check_chain_extensions(ctx);
    +
    +    if (!ok)
    +        goto end;
    +
    +    /* Check name constraints */
    +
    +    ok = check_name_constraints(ctx);
    +
    +    if (!ok)
    +        goto end;
    +
    +    ok = check_id(ctx);
    +
    +    if (!ok)
    +        goto end;
    +
    +    /* We may as well copy down any DSA parameters that are required */
    +    X509_get_pubkey_parameters(NULL, ctx->chain);
    +
    +    /*
    +     * Check revocation status: we do this after copying parameters because
    +     * they may be needed for CRL signature verification.
    +     */
    +
    +    ok = ctx->check_revocation(ctx);
    +    if (!ok)
    +        goto end;
    +
    +    i = X509_chain_check_suiteb(&ctx->error_depth, NULL, ctx->chain,
    +                                ctx->param->flags);
    +    if (i != X509_V_OK) {
    +        ctx->error = i;
    +        ctx->current_cert = sk_X509_value(ctx->chain, ctx->error_depth);
    +        ok = cb(0, ctx);
    +        if (!ok)
    +            goto end;
    +    }
    +
    +    /* At this point, we have a chain and need to verify it */
    +    if (ctx->verify != NULL)
    +        ok = ctx->verify(ctx);
    +    else
    +        ok = internal_verify(ctx);
    +    if (!ok)
    +        goto end;
     
     #ifndef OPENSSL_NO_RFC3779
    -	/* RFC 3779 path validation, now that CRL check has been done */
    -	ok = v3_asid_validate_path(ctx);
    -	if (!ok) goto end;
    -	ok = v3_addr_validate_path(ctx);
    -	if (!ok) goto end;
    +    /* RFC 3779 path validation, now that CRL check has been done */
    +    ok = v3_asid_validate_path(ctx);
    +    if (!ok)
    +        goto end;
    +    ok = v3_addr_validate_path(ctx);
    +    if (!ok)
    +        goto end;
     #endif
     
    -	/* If we get this far evaluate policies */
    -	if (!bad_chain && (ctx->param->flags & X509_V_FLAG_POLICY_CHECK))
    -		ok = ctx->check_policy(ctx);
    -	if(!ok) goto end;
    -	if (0)
    -		{
    -end:
    -		X509_get_pubkey_parameters(NULL,ctx->chain);
    -		}
    -	if (sktmp != NULL) sk_X509_free(sktmp);
    -	if (chain_ss != NULL) X509_free(chain_ss);
    -	return ok;
    -	}
    -
    -
    -/* Given a STACK_OF(X509) find the issuer of cert (if any)
    +    /* If we get this far evaluate policies */
    +    if (!bad_chain && (ctx->param->flags & X509_V_FLAG_POLICY_CHECK))
    +        ok = ctx->check_policy(ctx);
    +    if (!ok)
    +        goto end;
    +    if (0) {
    + end:
    +        X509_get_pubkey_parameters(NULL, ctx->chain);
    +    }
    +    if (sktmp != NULL)
    +        sk_X509_free(sktmp);
    +    if (chain_ss != NULL)
    +        X509_free(chain_ss);
    +    return ok;
    +}
    +
    +/*
    + * Given a STACK_OF(X509) find the issuer of cert (if any)
      */
     
     static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x)
     {
    -	int i;
    -	X509 *issuer;
    -	for (i = 0; i < sk_X509_num(sk); i++)
    -		{
    -		issuer = sk_X509_value(sk, i);
    -		if (ctx->check_issued(ctx, x, issuer))
    -			return issuer;
    -		}
    -	return NULL;
    +    int i;
    +    X509 *issuer;
    +    for (i = 0; i < sk_X509_num(sk); i++) {
    +        issuer = sk_X509_value(sk, i);
    +        if (ctx->check_issued(ctx, x, issuer))
    +            return issuer;
    +    }
    +    return NULL;
     }
     
     /* Given a possible certificate and issuer check them */
     
     static int check_issued(X509_STORE_CTX *ctx, X509 *x, X509 *issuer)
     {
    -	int ret;
    -	ret = X509_check_issued(issuer, x);
    -	if (ret == X509_V_OK)
    -		return 1;
    -	/* If we haven't asked for issuer errors don't set ctx */
    -	if (!(ctx->param->flags & X509_V_FLAG_CB_ISSUER_CHECK))
    -		return 0;
    -
    -	ctx->error = ret;
    -	ctx->current_cert = x;
    -	ctx->current_issuer = issuer;
    -	return ctx->verify_cb(0, ctx);
    -	return 0;
    +    int ret;
    +    ret = X509_check_issued(issuer, x);
    +    if (ret == X509_V_OK)
    +        return 1;
    +    /* If we haven't asked for issuer errors don't set ctx */
    +    if (!(ctx->param->flags & X509_V_FLAG_CB_ISSUER_CHECK))
    +        return 0;
    +
    +    ctx->error = ret;
    +    ctx->current_cert = x;
    +    ctx->current_issuer = issuer;
    +    return ctx->verify_cb(0, ctx);
     }
     
     /* Alternative lookup method: look from a STACK stored in other_ctx */
     
     static int get_issuer_sk(X509 **issuer, X509_STORE_CTX *ctx, X509 *x)
     {
    -	*issuer = find_issuer(ctx, ctx->other_ctx, x);
    -	if (*issuer)
    -		{
    -		CRYPTO_add(&(*issuer)->references,1,CRYPTO_LOCK_X509);
    -		return 1;
    -		}
    -	else
    -		return 0;
    +    *issuer = find_issuer(ctx, ctx->other_ctx, x);
    +    if (*issuer) {
    +        CRYPTO_add(&(*issuer)->references, 1, CRYPTO_LOCK_X509);
    +        return 1;
    +    } else
    +        return 0;
     }
    -	
     
    -/* Check a certificate chains extensions for consistency
    - * with the supplied purpose
    +/*
    + * Check a certificate chains extensions for consistency with the supplied
    + * purpose
      */
     
     static int check_chain_extensions(X509_STORE_CTX *ctx)
     {
     #ifdef OPENSSL_NO_CHAIN_VERIFY
    -	return 1;
    +    return 1;
     #else
    -	int i, ok=0, must_be_ca, plen = 0;
    -	X509 *x;
    -	int (*cb)(int xok,X509_STORE_CTX *xctx);
    -	int proxy_path_length = 0;
    -	int purpose;
    -	int allow_proxy_certs;
    -	cb=ctx->verify_cb;
    -
    -	/* must_be_ca can have 1 of 3 values:
    -	   -1: we accept both CA and non-CA certificates, to allow direct
    -	       use of self-signed certificates (which are marked as CA).
    -	   0:  we only accept non-CA certificates.  This is currently not
    -	       used, but the possibility is present for future extensions.
    -	   1:  we only accept CA certificates.  This is currently used for
    -	       all certificates in the chain except the leaf certificate.
    -	*/
    -	must_be_ca = -1;
    -
    -	/* CRL path validation */
    -	if (ctx->parent)
    -		{
    -		allow_proxy_certs = 0;
    -		purpose = X509_PURPOSE_CRL_SIGN;
    -		}
    -	else
    -		{
    -		allow_proxy_certs =
    -			!!(ctx->param->flags & X509_V_FLAG_ALLOW_PROXY_CERTS);
    -		/* A hack to keep people who don't want to modify their
    -		   software happy */
    -		if (getenv("OPENSSL_ALLOW_PROXY_CERTS"))
    -			allow_proxy_certs = 1;
    -		purpose = ctx->param->purpose;
    -		}
    -
    -	/* Check all untrusted certificates */
    -	for (i = 0; i < ctx->last_untrusted; i++)
    -		{
    -		int ret;
    -		x = sk_X509_value(ctx->chain, i);
    -		if (!(ctx->param->flags & X509_V_FLAG_IGNORE_CRITICAL)
    -			&& (x->ex_flags & EXFLAG_CRITICAL))
    -			{
    -			ctx->error = X509_V_ERR_UNHANDLED_CRITICAL_EXTENSION;
    -			ctx->error_depth = i;
    -			ctx->current_cert = x;
    -			ok=cb(0,ctx);
    -			if (!ok) goto end;
    -			}
    -		if (!allow_proxy_certs && (x->ex_flags & EXFLAG_PROXY))
    -			{
    -			ctx->error = X509_V_ERR_PROXY_CERTIFICATES_NOT_ALLOWED;
    -			ctx->error_depth = i;
    -			ctx->current_cert = x;
    -			ok=cb(0,ctx);
    -			if (!ok) goto end;
    -			}
    -		ret = X509_check_ca(x);
    -		switch(must_be_ca)
    -			{
    -		case -1:
    -			if ((ctx->param->flags & X509_V_FLAG_X509_STRICT)
    -				&& (ret != 1) && (ret != 0))
    -				{
    -				ret = 0;
    -				ctx->error = X509_V_ERR_INVALID_CA;
    -				}
    -			else
    -				ret = 1;
    -			break;
    -		case 0:
    -			if (ret != 0)
    -				{
    -				ret = 0;
    -				ctx->error = X509_V_ERR_INVALID_NON_CA;
    -				}
    -			else
    -				ret = 1;
    -			break;
    -		default:
    -			if ((ret == 0)
    -				|| ((ctx->param->flags & X509_V_FLAG_X509_STRICT)
    -					&& (ret != 1)))
    -				{
    -				ret = 0;
    -				ctx->error = X509_V_ERR_INVALID_CA;
    -				}
    -			else
    -				ret = 1;
    -			break;
    -			}
    -		if (ret == 0)
    -			{
    -			ctx->error_depth = i;
    -			ctx->current_cert = x;
    -			ok=cb(0,ctx);
    -			if (!ok) goto end;
    -			}
    -		if (ctx->param->purpose > 0)
    -			{
    -			ret = X509_check_purpose(x, purpose, must_be_ca > 0);
    -			if ((ret == 0)
    -				|| ((ctx->param->flags & X509_V_FLAG_X509_STRICT)
    -					&& (ret != 1)))
    -				{
    -				ctx->error = X509_V_ERR_INVALID_PURPOSE;
    -				ctx->error_depth = i;
    -				ctx->current_cert = x;
    -				ok=cb(0,ctx);
    -				if (!ok) goto end;
    -				}
    -			}
    -		/* Check pathlen if not self issued */
    -		if ((i > 1) && !(x->ex_flags & EXFLAG_SI)
    -			   && (x->ex_pathlen != -1)
    -			   && (plen > (x->ex_pathlen + proxy_path_length + 1)))
    -			{
    -			ctx->error = X509_V_ERR_PATH_LENGTH_EXCEEDED;
    -			ctx->error_depth = i;
    -			ctx->current_cert = x;
    -			ok=cb(0,ctx);
    -			if (!ok) goto end;
    -			}
    -		/* Increment path length if not self issued */
    -		if (!(x->ex_flags & EXFLAG_SI))
    -			plen++;
    -		/* If this certificate is a proxy certificate, the next
    -		   certificate must be another proxy certificate or a EE
    -		   certificate.  If not, the next certificate must be a
    -		   CA certificate.  */
    -		if (x->ex_flags & EXFLAG_PROXY)
    -			{
    -			if (x->ex_pcpathlen != -1 && i > x->ex_pcpathlen)
    -				{
    -				ctx->error =
    -					X509_V_ERR_PROXY_PATH_LENGTH_EXCEEDED;
    -				ctx->error_depth = i;
    -				ctx->current_cert = x;
    -				ok=cb(0,ctx);
    -				if (!ok) goto end;
    -				}
    -			proxy_path_length++;
    -			must_be_ca = 0;
    -			}
    -		else
    -			must_be_ca = 1;
    -		}
    -	ok = 1;
    +    int i, ok = 0, must_be_ca, plen = 0;
    +    X509 *x;
    +    int (*cb) (int xok, X509_STORE_CTX *xctx);
    +    int proxy_path_length = 0;
    +    int purpose;
    +    int allow_proxy_certs;
    +    cb = ctx->verify_cb;
    +
    +    /*-
    +     *  must_be_ca can have 1 of 3 values:
    +     * -1: we accept both CA and non-CA certificates, to allow direct
    +     *     use of self-signed certificates (which are marked as CA).
    +     * 0:  we only accept non-CA certificates.  This is currently not
    +     *     used, but the possibility is present for future extensions.
    +     * 1:  we only accept CA certificates.  This is currently used for
    +     *     all certificates in the chain except the leaf certificate.
    +     */
    +    must_be_ca = -1;
    +
    +    /* CRL path validation */
    +    if (ctx->parent) {
    +        allow_proxy_certs = 0;
    +        purpose = X509_PURPOSE_CRL_SIGN;
    +    } else {
    +        allow_proxy_certs =
    +            ! !(ctx->param->flags & X509_V_FLAG_ALLOW_PROXY_CERTS);
    +        /*
    +         * A hack to keep people who don't want to modify their software
    +         * happy
    +         */
    +        if (getenv("OPENSSL_ALLOW_PROXY_CERTS"))
    +            allow_proxy_certs = 1;
    +        purpose = ctx->param->purpose;
    +    }
    +
    +    /* Check all untrusted certificates */
    +    for (i = 0; i < ctx->last_untrusted; i++) {
    +        int ret;
    +        x = sk_X509_value(ctx->chain, i);
    +        if (!(ctx->param->flags & X509_V_FLAG_IGNORE_CRITICAL)
    +            && (x->ex_flags & EXFLAG_CRITICAL)) {
    +            ctx->error = X509_V_ERR_UNHANDLED_CRITICAL_EXTENSION;
    +            ctx->error_depth = i;
    +            ctx->current_cert = x;
    +            ok = cb(0, ctx);
    +            if (!ok)
    +                goto end;
    +        }
    +        if (!allow_proxy_certs && (x->ex_flags & EXFLAG_PROXY)) {
    +            ctx->error = X509_V_ERR_PROXY_CERTIFICATES_NOT_ALLOWED;
    +            ctx->error_depth = i;
    +            ctx->current_cert = x;
    +            ok = cb(0, ctx);
    +            if (!ok)
    +                goto end;
    +        }
    +        ret = X509_check_ca(x);
    +        switch (must_be_ca) {
    +        case -1:
    +            if ((ctx->param->flags & X509_V_FLAG_X509_STRICT)
    +                && (ret != 1) && (ret != 0)) {
    +                ret = 0;
    +                ctx->error = X509_V_ERR_INVALID_CA;
    +            } else
    +                ret = 1;
    +            break;
    +        case 0:
    +            if (ret != 0) {
    +                ret = 0;
    +                ctx->error = X509_V_ERR_INVALID_NON_CA;
    +            } else
    +                ret = 1;
    +            break;
    +        default:
    +            if ((ret == 0)
    +                || ((ctx->param->flags & X509_V_FLAG_X509_STRICT)
    +                    && (ret != 1))) {
    +                ret = 0;
    +                ctx->error = X509_V_ERR_INVALID_CA;
    +            } else
    +                ret = 1;
    +            break;
    +        }
    +        if (ret == 0) {
    +            ctx->error_depth = i;
    +            ctx->current_cert = x;
    +            ok = cb(0, ctx);
    +            if (!ok)
    +                goto end;
    +        }
    +        if (ctx->param->purpose > 0) {
    +            ret = X509_check_purpose(x, purpose, must_be_ca > 0);
    +            if ((ret == 0)
    +                || ((ctx->param->flags & X509_V_FLAG_X509_STRICT)
    +                    && (ret != 1))) {
    +                ctx->error = X509_V_ERR_INVALID_PURPOSE;
    +                ctx->error_depth = i;
    +                ctx->current_cert = x;
    +                ok = cb(0, ctx);
    +                if (!ok)
    +                    goto end;
    +            }
    +        }
    +        /* Check pathlen if not self issued */
    +        if ((i > 1) && !(x->ex_flags & EXFLAG_SI)
    +            && (x->ex_pathlen != -1)
    +            && (plen > (x->ex_pathlen + proxy_path_length + 1))) {
    +            ctx->error = X509_V_ERR_PATH_LENGTH_EXCEEDED;
    +            ctx->error_depth = i;
    +            ctx->current_cert = x;
    +            ok = cb(0, ctx);
    +            if (!ok)
    +                goto end;
    +        }
    +        /* Increment path length if not self issued */
    +        if (!(x->ex_flags & EXFLAG_SI))
    +            plen++;
    +        /*
    +         * If this certificate is a proxy certificate, the next certificate
    +         * must be another proxy certificate or a EE certificate.  If not,
    +         * the next certificate must be a CA certificate.
    +         */
    +        if (x->ex_flags & EXFLAG_PROXY) {
    +            if (x->ex_pcpathlen != -1 && i > x->ex_pcpathlen) {
    +                ctx->error = X509_V_ERR_PROXY_PATH_LENGTH_EXCEEDED;
    +                ctx->error_depth = i;
    +                ctx->current_cert = x;
    +                ok = cb(0, ctx);
    +                if (!ok)
    +                    goto end;
    +            }
    +            proxy_path_length++;
    +            must_be_ca = 0;
    +        } else
    +            must_be_ca = 1;
    +    }
    +    ok = 1;
      end:
    -	return ok;
    +    return ok;
     #endif
     }
     
     static int check_name_constraints(X509_STORE_CTX *ctx)
    -	{
    -	X509 *x;
    -	int i, j, rv;
    -	/* Check name constraints for all certificates */
    -	for (i = sk_X509_num(ctx->chain) - 1; i >= 0; i--)
    -		{
    -		x = sk_X509_value(ctx->chain, i);
    -		/* Ignore self issued certs unless last in chain */
    -		if (i && (x->ex_flags & EXFLAG_SI))
    -			continue;
    -		/* Check against constraints for all certificates higher in
    -		 * chain including trust anchor. Trust anchor not strictly
    -		 * speaking needed but if it includes constraints it is to be
    -		 * assumed it expects them to be obeyed.
    -		 */
    -		for (j = sk_X509_num(ctx->chain) - 1; j > i; j--)
    -			{
    -			NAME_CONSTRAINTS *nc = sk_X509_value(ctx->chain, j)->nc;
    -			if (nc)
    -				{
    -				rv = NAME_CONSTRAINTS_check(x, nc);
    -				if (rv != X509_V_OK)
    -					{
    -					ctx->error = rv;
    -					ctx->error_depth = i;
    -					ctx->current_cert = x;
    -					if (!ctx->verify_cb(0,ctx))
    -						return 0;
    -					}
    -				}
    -			}
    -		}
    -	return 1;
    -	}
    +{
    +    X509 *x;
    +    int i, j, rv;
    +    /* Check name constraints for all certificates */
    +    for (i = sk_X509_num(ctx->chain) - 1; i >= 0; i--) {
    +        x = sk_X509_value(ctx->chain, i);
    +        /* Ignore self issued certs unless last in chain */
    +        if (i && (x->ex_flags & EXFLAG_SI))
    +            continue;
    +        /*
    +         * Check against constraints for all certificates higher in chain
    +         * including trust anchor. Trust anchor not strictly speaking needed
    +         * but if it includes constraints it is to be assumed it expects them
    +         * to be obeyed.
    +         */
    +        for (j = sk_X509_num(ctx->chain) - 1; j > i; j--) {
    +            NAME_CONSTRAINTS *nc = sk_X509_value(ctx->chain, j)->nc;
    +            if (nc) {
    +                rv = NAME_CONSTRAINTS_check(x, nc);
    +                if (rv != X509_V_OK) {
    +                    ctx->error = rv;
    +                    ctx->error_depth = i;
    +                    ctx->current_cert = x;
    +                    if (!ctx->verify_cb(0, ctx))
    +                        return 0;
    +                }
    +            }
    +        }
    +    }
    +    return 1;
    +}
    +
    +static int check_id_error(X509_STORE_CTX *ctx, int errcode)
    +{
    +    ctx->error = errcode;
    +    ctx->current_cert = ctx->cert;
    +    ctx->error_depth = 0;
    +    return ctx->verify_cb(0, ctx);
    +}
    +
    +static int check_hosts(X509 *x, X509_VERIFY_PARAM_ID *id)
    +{
    +    int i;
    +    int n = sk_OPENSSL_STRING_num(id->hosts);
    +    char *name;
    +
    +    for (i = 0; i < n; ++i) {
    +        name = sk_OPENSSL_STRING_value(id->hosts, i);
    +        if (X509_check_host(x, name, 0, id->hostflags, &id->peername) > 0)
    +            return 1;
    +    }
    +    return n == 0;
    +}
    +
    +static int check_id(X509_STORE_CTX *ctx)
    +{
    +    X509_VERIFY_PARAM *vpm = ctx->param;
    +    X509_VERIFY_PARAM_ID *id = vpm->id;
    +    X509 *x = ctx->cert;
    +    if (id->hosts && check_hosts(x, id) <= 0) {
    +        if (!check_id_error(ctx, X509_V_ERR_HOSTNAME_MISMATCH))
    +            return 0;
    +    }
    +    if (id->email && X509_check_email(x, id->email, id->emaillen, 0) <= 0) {
    +        if (!check_id_error(ctx, X509_V_ERR_EMAIL_MISMATCH))
    +            return 0;
    +    }
    +    if (id->ip && X509_check_ip(x, id->ip, id->iplen, 0) <= 0) {
    +        if (!check_id_error(ctx, X509_V_ERR_IP_ADDRESS_MISMATCH))
    +            return 0;
    +    }
    +    return 1;
    +}
     
     static int check_trust(X509_STORE_CTX *ctx)
     {
    -#ifdef OPENSSL_NO_CHAIN_VERIFY
    -	return 1;
    -#else
    -	int i, ok;
    -	X509 *x;
    -	int (*cb)(int xok,X509_STORE_CTX *xctx);
    -	cb=ctx->verify_cb;
    -/* For now just check the last certificate in the chain */
    -	i = sk_X509_num(ctx->chain) - 1;
    -	x = sk_X509_value(ctx->chain, i);
    -	ok = X509_check_trust(x, ctx->param->trust, 0);
    -	if (ok == X509_TRUST_TRUSTED)
    -		return 1;
    -	ctx->error_depth = i;
    -	ctx->current_cert = x;
    -	if (ok == X509_TRUST_REJECTED)
    -		ctx->error = X509_V_ERR_CERT_REJECTED;
    -	else
    -		ctx->error = X509_V_ERR_CERT_UNTRUSTED;
    -	ok = cb(0, ctx);
    -	return ok;
    -#endif
    +    int i, ok;
    +    X509 *x = NULL;
    +    int (*cb) (int xok, X509_STORE_CTX *xctx);
    +    cb = ctx->verify_cb;
    +    /* Check all trusted certificates in chain */
    +    for (i = ctx->last_untrusted; i < sk_X509_num(ctx->chain); i++) {
    +        x = sk_X509_value(ctx->chain, i);
    +        ok = X509_check_trust(x, ctx->param->trust, 0);
    +        /* If explicitly trusted return trusted */
    +        if (ok == X509_TRUST_TRUSTED)
    +            return X509_TRUST_TRUSTED;
    +        /*
    +         * If explicitly rejected notify callback and reject if not
    +         * overridden.
    +         */
    +        if (ok == X509_TRUST_REJECTED) {
    +            ctx->error_depth = i;
    +            ctx->current_cert = x;
    +            ctx->error = X509_V_ERR_CERT_REJECTED;
    +            ok = cb(0, ctx);
    +            if (!ok)
    +                return X509_TRUST_REJECTED;
    +        }
    +    }
    +    /*
    +     * If we accept partial chains and have at least one trusted certificate
    +     * return success.
    +     */
    +    if (ctx->param->flags & X509_V_FLAG_PARTIAL_CHAIN) {
    +        X509 *mx;
    +        if (ctx->last_untrusted < sk_X509_num(ctx->chain))
    +            return X509_TRUST_TRUSTED;
    +        x = sk_X509_value(ctx->chain, 0);
    +        mx = lookup_cert_match(ctx, x);
    +        if (mx) {
    +            (void)sk_X509_set(ctx->chain, 0, mx);
    +            X509_free(x);
    +            ctx->last_untrusted = 0;
    +            return X509_TRUST_TRUSTED;
    +        }
    +    }
    +
    +    /*
    +     * If no trusted certs in chain at all return untrusted and allow
    +     * standard (no issuer cert) etc errors to be indicated.
    +     */
    +    return X509_TRUST_UNTRUSTED;
     }
     
     static int check_revocation(X509_STORE_CTX *ctx)
    -	{
    -	int i, last, ok;
    -	if (!(ctx->param->flags & X509_V_FLAG_CRL_CHECK))
    -		return 1;
    -	if (ctx->param->flags & X509_V_FLAG_CRL_CHECK_ALL)
    -		last = sk_X509_num(ctx->chain) - 1;
    -	else
    -		{
    -		/* If checking CRL paths this isn't the EE certificate */
    -		if (ctx->parent)
    -			return 1;
    -		last = 0;
    -		}
    -	for(i = 0; i <= last; i++)
    -		{
    -		ctx->error_depth = i;
    -		ok = check_cert(ctx);
    -		if (!ok) return ok;
    -		}
    -	return 1;
    -	}
    +{
    +    int i, last, ok;
    +    if (!(ctx->param->flags & X509_V_FLAG_CRL_CHECK))
    +        return 1;
    +    if (ctx->param->flags & X509_V_FLAG_CRL_CHECK_ALL)
    +        last = sk_X509_num(ctx->chain) - 1;
    +    else {
    +        /* If checking CRL paths this isn't the EE certificate */
    +        if (ctx->parent)
    +            return 1;
    +        last = 0;
    +    }
    +    for (i = 0; i <= last; i++) {
    +        ctx->error_depth = i;
    +        ok = check_cert(ctx);
    +        if (!ok)
    +            return ok;
    +    }
    +    return 1;
    +}
     
     static int check_cert(X509_STORE_CTX *ctx)
    -	{
    -	X509_CRL *crl = NULL, *dcrl = NULL;
    -	X509 *x;
    -	int ok, cnum;
    -	unsigned int last_reasons;
    -	cnum = ctx->error_depth;
    -	x = sk_X509_value(ctx->chain, cnum);
    -	ctx->current_cert = x;
    -	ctx->current_issuer = NULL;
    -	ctx->current_crl_score = 0;
    -	ctx->current_reasons = 0;
    -	while (ctx->current_reasons != CRLDP_ALL_REASONS)
    -		{
    -		last_reasons = ctx->current_reasons;
    -		/* Try to retrieve relevant CRL */
    -		if (ctx->get_crl)
    -			ok = ctx->get_crl(ctx, &crl, x);
    -		else
    -			ok = get_crl_delta(ctx, &crl, &dcrl, x);
    -		/* If error looking up CRL, nothing we can do except
    -		 * notify callback
    -		 */
    -		if(!ok)
    -			{
    -			ctx->error = X509_V_ERR_UNABLE_TO_GET_CRL;
    -			ok = ctx->verify_cb(0, ctx);
    -			goto err;
    -			}
    -		ctx->current_crl = crl;
    -		ok = ctx->check_crl(ctx, crl);
    -		if (!ok)
    -			goto err;
    -
    -		if (dcrl)
    -			{
    -			ok = ctx->check_crl(ctx, dcrl);
    -			if (!ok)
    -				goto err;
    -			ok = ctx->cert_crl(ctx, dcrl, x);
    -			if (!ok)
    -				goto err;
    -			}
    -		else
    -			ok = 1;
    -
    -		/* Don't look in full CRL if delta reason is removefromCRL */
    -		if (ok != 2)
    -			{
    -			ok = ctx->cert_crl(ctx, crl, x);
    -			if (!ok)
    -				goto err;
    -			}
    -
    -		X509_CRL_free(crl);
    -		X509_CRL_free(dcrl);
    -		crl = NULL;
    -		dcrl = NULL;
    -		/* If reasons not updated we wont get anywhere by
    -		 * another iteration, so exit loop.
    -		 */
    -		if (last_reasons == ctx->current_reasons)
    -			{
    -			ctx->error = X509_V_ERR_UNABLE_TO_GET_CRL;
    -			ok = ctx->verify_cb(0, ctx);
    -			goto err;
    -			}
    -		}
    -	err:
    -	X509_CRL_free(crl);
    -	X509_CRL_free(dcrl);
    -
    -	ctx->current_crl = NULL;
    -	return ok;
    -
    -	}
    +{
    +    X509_CRL *crl = NULL, *dcrl = NULL;
    +    X509 *x;
    +    int ok, cnum;
    +    unsigned int last_reasons;
    +    cnum = ctx->error_depth;
    +    x = sk_X509_value(ctx->chain, cnum);
    +    ctx->current_cert = x;
    +    ctx->current_issuer = NULL;
    +    ctx->current_crl_score = 0;
    +    ctx->current_reasons = 0;
    +    while (ctx->current_reasons != CRLDP_ALL_REASONS) {
    +        last_reasons = ctx->current_reasons;
    +        /* Try to retrieve relevant CRL */
    +        if (ctx->get_crl)
    +            ok = ctx->get_crl(ctx, &crl, x);
    +        else
    +            ok = get_crl_delta(ctx, &crl, &dcrl, x);
    +        /*
    +         * If error looking up CRL, nothing we can do except notify callback
    +         */
    +        if (!ok) {
    +            ctx->error = X509_V_ERR_UNABLE_TO_GET_CRL;
    +            ok = ctx->verify_cb(0, ctx);
    +            goto err;
    +        }
    +        ctx->current_crl = crl;
    +        ok = ctx->check_crl(ctx, crl);
    +        if (!ok)
    +            goto err;
    +
    +        if (dcrl) {
    +            ok = ctx->check_crl(ctx, dcrl);
    +            if (!ok)
    +                goto err;
    +            ok = ctx->cert_crl(ctx, dcrl, x);
    +            if (!ok)
    +                goto err;
    +        } else
    +            ok = 1;
    +
    +        /* Don't look in full CRL if delta reason is removefromCRL */
    +        if (ok != 2) {
    +            ok = ctx->cert_crl(ctx, crl, x);
    +            if (!ok)
    +                goto err;
    +        }
    +
    +        X509_CRL_free(crl);
    +        X509_CRL_free(dcrl);
    +        crl = NULL;
    +        dcrl = NULL;
    +        /*
    +         * If reasons not updated we wont get anywhere by another iteration,
    +         * so exit loop.
    +         */
    +        if (last_reasons == ctx->current_reasons) {
    +            ctx->error = X509_V_ERR_UNABLE_TO_GET_CRL;
    +            ok = ctx->verify_cb(0, ctx);
    +            goto err;
    +        }
    +    }
    + err:
    +    X509_CRL_free(crl);
    +    X509_CRL_free(dcrl);
    +
    +    ctx->current_crl = NULL;
    +    return ok;
    +
    +}
     
     /* Check CRL times against values in X509_STORE_CTX */
     
     static int check_crl_time(X509_STORE_CTX *ctx, X509_CRL *crl, int notify)
    -	{
    -	time_t *ptime;
    -	int i;
    -	if (notify)
    -		ctx->current_crl = crl;
    -	if (ctx->param->flags & X509_V_FLAG_USE_CHECK_TIME)
    -		ptime = &ctx->param->check_time;
    -	else
    -		ptime = NULL;
    -
    -	i=X509_cmp_time(X509_CRL_get_lastUpdate(crl), ptime);
    -	if (i == 0)
    -		{
    -		if (!notify)
    -			return 0;
    -		ctx->error=X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD;
    -		if (!ctx->verify_cb(0, ctx))
    -			return 0;
    -		}
    -
    -	if (i > 0)
    -		{
    -		if (!notify)
    -			return 0;
    -		ctx->error=X509_V_ERR_CRL_NOT_YET_VALID;
    -		if (!ctx->verify_cb(0, ctx))
    -			return 0;
    -		}
    -
    -	if(X509_CRL_get_nextUpdate(crl))
    -		{
    -		i=X509_cmp_time(X509_CRL_get_nextUpdate(crl), ptime);
    -
    -		if (i == 0)
    -			{
    -			if (!notify)
    -				return 0;
    -			ctx->error=X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD;
    -			if (!ctx->verify_cb(0, ctx))
    -				return 0;
    -			}
    -		/* Ignore expiry of base CRL is delta is valid */
    -		if ((i < 0) && !(ctx->current_crl_score & CRL_SCORE_TIME_DELTA))
    -			{
    -			if (!notify)
    -				return 0;
    -			ctx->error=X509_V_ERR_CRL_HAS_EXPIRED;
    -			if (!ctx->verify_cb(0, ctx))
    -				return 0;
    -			}
    -		}
    -
    -	if (notify)
    -		ctx->current_crl = NULL;
    -
    -	return 1;
    -	}
    +{
    +    time_t *ptime;
    +    int i;
    +    if (notify)
    +        ctx->current_crl = crl;
    +    if (ctx->param->flags & X509_V_FLAG_USE_CHECK_TIME)
    +        ptime = &ctx->param->check_time;
    +    else
    +        ptime = NULL;
    +
    +    i = X509_cmp_time(X509_CRL_get_lastUpdate(crl), ptime);
    +    if (i == 0) {
    +        if (!notify)
    +            return 0;
    +        ctx->error = X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD;
    +        if (!ctx->verify_cb(0, ctx))
    +            return 0;
    +    }
    +
    +    if (i > 0) {
    +        if (!notify)
    +            return 0;
    +        ctx->error = X509_V_ERR_CRL_NOT_YET_VALID;
    +        if (!ctx->verify_cb(0, ctx))
    +            return 0;
    +    }
    +
    +    if (X509_CRL_get_nextUpdate(crl)) {
    +        i = X509_cmp_time(X509_CRL_get_nextUpdate(crl), ptime);
    +
    +        if (i == 0) {
    +            if (!notify)
    +                return 0;
    +            ctx->error = X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD;
    +            if (!ctx->verify_cb(0, ctx))
    +                return 0;
    +        }
    +        /* Ignore expiry of base CRL is delta is valid */
    +        if ((i < 0) && !(ctx->current_crl_score & CRL_SCORE_TIME_DELTA)) {
    +            if (!notify)
    +                return 0;
    +            ctx->error = X509_V_ERR_CRL_HAS_EXPIRED;
    +            if (!ctx->verify_cb(0, ctx))
    +                return 0;
    +        }
    +    }
    +
    +    if (notify)
    +        ctx->current_crl = NULL;
    +
    +    return 1;
    +}
     
     static int get_crl_sk(X509_STORE_CTX *ctx, X509_CRL **pcrl, X509_CRL **pdcrl,
    -			X509 **pissuer, int *pscore, unsigned int *preasons,
    -			STACK_OF(X509_CRL) *crls)
    -	{
    -	int i, crl_score, best_score = *pscore;
    -	unsigned int reasons, best_reasons = 0;
    -	X509 *x = ctx->current_cert;
    -	X509_CRL *crl, *best_crl = NULL;
    -	X509 *crl_issuer = NULL, *best_crl_issuer = NULL;
    -
    -	for (i = 0; i < sk_X509_CRL_num(crls); i++)
    -		{
    -		crl = sk_X509_CRL_value(crls, i);
    -		reasons = *preasons;
    -		crl_score = get_crl_score(ctx, &crl_issuer, &reasons, crl, x);
    -
    -		if (crl_score > best_score)
    -			{
    -			best_crl = crl;
    -			best_crl_issuer = crl_issuer;
    -			best_score = crl_score;
    -			best_reasons = reasons;
    -			}
    -		}
    -
    -	if (best_crl)
    -		{
    -		if (*pcrl)
    -			X509_CRL_free(*pcrl);
    -		*pcrl = best_crl;
    -		*pissuer = best_crl_issuer;
    -		*pscore = best_score;
    -		*preasons = best_reasons;
    -		CRYPTO_add(&best_crl->references, 1, CRYPTO_LOCK_X509_CRL);
    -		if (*pdcrl)
    -			{
    -			X509_CRL_free(*pdcrl);
    -			*pdcrl = NULL;
    -			}
    -		get_delta_sk(ctx, pdcrl, pscore, best_crl, crls);
    -		}
    -
    -	if (best_score >= CRL_SCORE_VALID)
    -		return 1;
    -
    -	return 0;
    -	}
    -
    -/* Compare two CRL extensions for delta checking purposes. They should be
    +                      X509 **pissuer, int *pscore, unsigned int *preasons,
    +                      STACK_OF(X509_CRL) *crls)
    +{
    +    int i, crl_score, best_score = *pscore;
    +    unsigned int reasons, best_reasons = 0;
    +    X509 *x = ctx->current_cert;
    +    X509_CRL *crl, *best_crl = NULL;
    +    X509 *crl_issuer = NULL, *best_crl_issuer = NULL;
    +
    +    for (i = 0; i < sk_X509_CRL_num(crls); i++) {
    +        crl = sk_X509_CRL_value(crls, i);
    +        reasons = *preasons;
    +        crl_score = get_crl_score(ctx, &crl_issuer, &reasons, crl, x);
    +
    +        if (crl_score > best_score) {
    +            best_crl = crl;
    +            best_crl_issuer = crl_issuer;
    +            best_score = crl_score;
    +            best_reasons = reasons;
    +        }
    +    }
    +
    +    if (best_crl) {
    +        if (*pcrl)
    +            X509_CRL_free(*pcrl);
    +        *pcrl = best_crl;
    +        *pissuer = best_crl_issuer;
    +        *pscore = best_score;
    +        *preasons = best_reasons;
    +        CRYPTO_add(&best_crl->references, 1, CRYPTO_LOCK_X509_CRL);
    +        if (*pdcrl) {
    +            X509_CRL_free(*pdcrl);
    +            *pdcrl = NULL;
    +        }
    +        get_delta_sk(ctx, pdcrl, pscore, best_crl, crls);
    +    }
    +
    +    if (best_score >= CRL_SCORE_VALID)
    +        return 1;
    +
    +    return 0;
    +}
    +
    +/*
    + * Compare two CRL extensions for delta checking purposes. They should be
      * both present or both absent. If both present all fields must be identical.
      */
     
     static int crl_extension_match(X509_CRL *a, X509_CRL *b, int nid)
    -	{
    -	ASN1_OCTET_STRING *exta, *extb;
    -	int i;
    -	i = X509_CRL_get_ext_by_NID(a, nid, -1);
    -	if (i >= 0)
    -		{
    -		/* Can't have multiple occurrences */
    -		if (X509_CRL_get_ext_by_NID(a, nid, i) != -1)
    -			return 0;
    -		exta = X509_EXTENSION_get_data(X509_CRL_get_ext(a, i));
    -		}
    -	else
    -		exta = NULL;
    -
    -	i = X509_CRL_get_ext_by_NID(b, nid, -1);
    +{
    +    ASN1_OCTET_STRING *exta, *extb;
    +    int i;
    +    i = X509_CRL_get_ext_by_NID(a, nid, -1);
    +    if (i >= 0) {
    +        /* Can't have multiple occurrences */
    +        if (X509_CRL_get_ext_by_NID(a, nid, i) != -1)
    +            return 0;
    +        exta = X509_EXTENSION_get_data(X509_CRL_get_ext(a, i));
    +    } else
    +        exta = NULL;
     
    -	if (i >= 0)
    -		{
    +    i = X509_CRL_get_ext_by_NID(b, nid, -1);
     
    -		if (X509_CRL_get_ext_by_NID(b, nid, i) != -1)
    -			return 0;
    -		extb = X509_EXTENSION_get_data(X509_CRL_get_ext(b, i));
    -		}
    -	else
    -		extb = NULL;
    +    if (i >= 0) {
     
    -	if (!exta && !extb)
    -		return 1;
    +        if (X509_CRL_get_ext_by_NID(b, nid, i) != -1)
    +            return 0;
    +        extb = X509_EXTENSION_get_data(X509_CRL_get_ext(b, i));
    +    } else
    +        extb = NULL;
     
    -	if (!exta || !extb)
    -		return 0;
    +    if (!exta && !extb)
    +        return 1;
     
    +    if (!exta || !extb)
    +        return 0;
     
    -	if (ASN1_OCTET_STRING_cmp(exta, extb))
    -		return 0;
    +    if (ASN1_OCTET_STRING_cmp(exta, extb))
    +        return 0;
     
    -	return 1;
    -	}
    +    return 1;
    +}
     
     /* See if a base and delta are compatible */
     
     static int check_delta_base(X509_CRL *delta, X509_CRL *base)
    -	{
    -	/* Delta CRL must be a delta */
    -	if (!delta->base_crl_number)
    -			return 0;
    -	/* Base must have a CRL number */
    -	if (!base->crl_number)
    -			return 0;
    -	/* Issuer names must match */
    -	if (X509_NAME_cmp(X509_CRL_get_issuer(base),
    -				X509_CRL_get_issuer(delta)))
    -		return 0;
    -	/* AKID and IDP must match */
    -	if (!crl_extension_match(delta, base, NID_authority_key_identifier))
    -			return 0;
    -	if (!crl_extension_match(delta, base, NID_issuing_distribution_point))
    -			return 0;
    -	/* Delta CRL base number must not exceed Full CRL number. */
    -	if (ASN1_INTEGER_cmp(delta->base_crl_number, base->crl_number) > 0)
    -			return 0;
    -	/* Delta CRL number must exceed full CRL number */
    -	if (ASN1_INTEGER_cmp(delta->crl_number, base->crl_number) > 0)
    -			return 1;
    -	return 0;
    -	}
    -
    -/* For a given base CRL find a delta... maybe extend to delta scoring
    - * or retrieve a chain of deltas...
    +{
    +    /* Delta CRL must be a delta */
    +    if (!delta->base_crl_number)
    +        return 0;
    +    /* Base must have a CRL number */
    +    if (!base->crl_number)
    +        return 0;
    +    /* Issuer names must match */
    +    if (X509_NAME_cmp(X509_CRL_get_issuer(base), X509_CRL_get_issuer(delta)))
    +        return 0;
    +    /* AKID and IDP must match */
    +    if (!crl_extension_match(delta, base, NID_authority_key_identifier))
    +        return 0;
    +    if (!crl_extension_match(delta, base, NID_issuing_distribution_point))
    +        return 0;
    +    /* Delta CRL base number must not exceed Full CRL number. */
    +    if (ASN1_INTEGER_cmp(delta->base_crl_number, base->crl_number) > 0)
    +        return 0;
    +    /* Delta CRL number must exceed full CRL number */
    +    if (ASN1_INTEGER_cmp(delta->crl_number, base->crl_number) > 0)
    +        return 1;
    +    return 0;
    +}
    +
    +/*
    + * For a given base CRL find a delta... maybe extend to delta scoring or
    + * retrieve a chain of deltas...
      */
     
     static void get_delta_sk(X509_STORE_CTX *ctx, X509_CRL **dcrl, int *pscore,
    -			X509_CRL *base, STACK_OF(X509_CRL) *crls)
    -	{
    -	X509_CRL *delta;
    -	int i;
    -	if (!(ctx->param->flags & X509_V_FLAG_USE_DELTAS))
    -		return;
    -	if (!((ctx->current_cert->ex_flags | base->flags) & EXFLAG_FRESHEST))
    -		return;
    -	for (i = 0; i < sk_X509_CRL_num(crls); i++)
    -		{
    -		delta = sk_X509_CRL_value(crls, i);
    -		if (check_delta_base(delta, base))
    -			{
    -			if (check_crl_time(ctx, delta, 0))
    -				*pscore |= CRL_SCORE_TIME_DELTA;
    -			CRYPTO_add(&delta->references, 1, CRYPTO_LOCK_X509_CRL);
    -			*dcrl = delta;
    -			return;
    -			}
    -		}
    -	*dcrl = NULL;
    -	}
    -
    -/* For a given CRL return how suitable it is for the supplied certificate 'x'.
    - * The return value is a mask of several criteria.
    - * If the issuer is not the certificate issuer this is returned in *pissuer.
    - * The reasons mask is also used to determine if the CRL is suitable: if
    - * no new reasons the CRL is rejected, otherwise reasons is updated.
    +                         X509_CRL *base, STACK_OF(X509_CRL) *crls)
    +{
    +    X509_CRL *delta;
    +    int i;
    +    if (!(ctx->param->flags & X509_V_FLAG_USE_DELTAS))
    +        return;
    +    if (!((ctx->current_cert->ex_flags | base->flags) & EXFLAG_FRESHEST))
    +        return;
    +    for (i = 0; i < sk_X509_CRL_num(crls); i++) {
    +        delta = sk_X509_CRL_value(crls, i);
    +        if (check_delta_base(delta, base)) {
    +            if (check_crl_time(ctx, delta, 0))
    +                *pscore |= CRL_SCORE_TIME_DELTA;
    +            CRYPTO_add(&delta->references, 1, CRYPTO_LOCK_X509_CRL);
    +            *dcrl = delta;
    +            return;
    +        }
    +    }
    +    *dcrl = NULL;
    +}
    +
    +/*
    + * For a given CRL return how suitable it is for the supplied certificate
    + * 'x'. The return value is a mask of several criteria. If the issuer is not
    + * the certificate issuer this is returned in *pissuer. The reasons mask is
    + * also used to determine if the CRL is suitable: if no new reasons the CRL
    + * is rejected, otherwise reasons is updated.
      */
     
     static int get_crl_score(X509_STORE_CTX *ctx, X509 **pissuer,
    -			unsigned int *preasons,
    -			X509_CRL *crl, X509 *x)
    -	{
    -
    -	int crl_score = 0;
    -	unsigned int tmp_reasons = *preasons, crl_reasons;
    -
    -	/* First see if we can reject CRL straight away */
    -
    -	/* Invalid IDP cannot be processed */
    -	if (crl->idp_flags & IDP_INVALID)
    -		return 0;
    -	/* Reason codes or indirect CRLs need extended CRL support */
    -	if (!(ctx->param->flags & X509_V_FLAG_EXTENDED_CRL_SUPPORT))
    -		{
    -		if (crl->idp_flags & (IDP_INDIRECT | IDP_REASONS))
    -			return 0;
    -		}
    -	else if (crl->idp_flags & IDP_REASONS)
    -		{
    -		/* If no new reasons reject */
    -		if (!(crl->idp_reasons & ~tmp_reasons))
    -			return 0;
    -		}
    -	/* Don't process deltas at this stage */
    -	else if (crl->base_crl_number)
    -		return 0;
    -	/* If issuer name doesn't match certificate need indirect CRL */
    -	if (X509_NAME_cmp(X509_get_issuer_name(x), X509_CRL_get_issuer(crl)))
    -		{
    -		if (!(crl->idp_flags & IDP_INDIRECT))
    -			return 0;
    -		}
    -	else
    -		crl_score |= CRL_SCORE_ISSUER_NAME;
    -
    -	if (!(crl->flags & EXFLAG_CRITICAL))
    -		crl_score |= CRL_SCORE_NOCRITICAL;
    -
    -	/* Check expiry */
    -	if (check_crl_time(ctx, crl, 0))
    -		crl_score |= CRL_SCORE_TIME;
    -
    -	/* Check authority key ID and locate certificate issuer */
    -	crl_akid_check(ctx, crl, pissuer, &crl_score);
    -
    -	/* If we can't locate certificate issuer at this point forget it */
    -
    -	if (!(crl_score & CRL_SCORE_AKID))
    -		return 0;
    -
    -	/* Check cert for matching CRL distribution points */
    -
    -	if (crl_crldp_check(x, crl, crl_score, &crl_reasons))
    -		{
    -		/* If no new reasons reject */
    -		if (!(crl_reasons & ~tmp_reasons))
    -			return 0;
    -		tmp_reasons |= crl_reasons;
    -		crl_score |= CRL_SCORE_SCOPE;
    -		}
    -
    -	*preasons = tmp_reasons;
    -
    -	return crl_score;
    -
    -	}
    +                         unsigned int *preasons, X509_CRL *crl, X509 *x)
    +{
    +
    +    int crl_score = 0;
    +    unsigned int tmp_reasons = *preasons, crl_reasons;
    +
    +    /* First see if we can reject CRL straight away */
    +
    +    /* Invalid IDP cannot be processed */
    +    if (crl->idp_flags & IDP_INVALID)
    +        return 0;
    +    /* Reason codes or indirect CRLs need extended CRL support */
    +    if (!(ctx->param->flags & X509_V_FLAG_EXTENDED_CRL_SUPPORT)) {
    +        if (crl->idp_flags & (IDP_INDIRECT | IDP_REASONS))
    +            return 0;
    +    } else if (crl->idp_flags & IDP_REASONS) {
    +        /* If no new reasons reject */
    +        if (!(crl->idp_reasons & ~tmp_reasons))
    +            return 0;
    +    }
    +    /* Don't process deltas at this stage */
    +    else if (crl->base_crl_number)
    +        return 0;
    +    /* If issuer name doesn't match certificate need indirect CRL */
    +    if (X509_NAME_cmp(X509_get_issuer_name(x), X509_CRL_get_issuer(crl))) {
    +        if (!(crl->idp_flags & IDP_INDIRECT))
    +            return 0;
    +    } else
    +        crl_score |= CRL_SCORE_ISSUER_NAME;
    +
    +    if (!(crl->flags & EXFLAG_CRITICAL))
    +        crl_score |= CRL_SCORE_NOCRITICAL;
    +
    +    /* Check expiry */
    +    if (check_crl_time(ctx, crl, 0))
    +        crl_score |= CRL_SCORE_TIME;
    +
    +    /* Check authority key ID and locate certificate issuer */
    +    crl_akid_check(ctx, crl, pissuer, &crl_score);
    +
    +    /* If we can't locate certificate issuer at this point forget it */
    +
    +    if (!(crl_score & CRL_SCORE_AKID))
    +        return 0;
    +
    +    /* Check cert for matching CRL distribution points */
    +
    +    if (crl_crldp_check(x, crl, crl_score, &crl_reasons)) {
    +        /* If no new reasons reject */
    +        if (!(crl_reasons & ~tmp_reasons))
    +            return 0;
    +        tmp_reasons |= crl_reasons;
    +        crl_score |= CRL_SCORE_SCOPE;
    +    }
    +
    +    *preasons = tmp_reasons;
    +
    +    return crl_score;
    +
    +}
     
     static void crl_akid_check(X509_STORE_CTX *ctx, X509_CRL *crl,
    -				X509 **pissuer, int *pcrl_score)
    -	{
    -	X509 *crl_issuer = NULL;
    -	X509_NAME *cnm = X509_CRL_get_issuer(crl);
    -	int cidx = ctx->error_depth;
    -	int i;
    -
    -	if (cidx != sk_X509_num(ctx->chain) - 1)
    -		cidx++;
    -
    -	crl_issuer = sk_X509_value(ctx->chain, cidx);
    -
    -	if (X509_check_akid(crl_issuer, crl->akid) == X509_V_OK)
    -		{
    -		if (*pcrl_score & CRL_SCORE_ISSUER_NAME)
    -			{
    -			*pcrl_score |= CRL_SCORE_AKID|CRL_SCORE_ISSUER_CERT;
    -			*pissuer = crl_issuer;
    -			return;
    -			}
    -		}
    -
    -	for (cidx++; cidx < sk_X509_num(ctx->chain); cidx++)
    -		{
    -		crl_issuer = sk_X509_value(ctx->chain, cidx);
    -		if (X509_NAME_cmp(X509_get_subject_name(crl_issuer), cnm))
    -			continue;
    -		if (X509_check_akid(crl_issuer, crl->akid) == X509_V_OK)
    -			{
    -			*pcrl_score |= CRL_SCORE_AKID|CRL_SCORE_SAME_PATH;
    -			*pissuer = crl_issuer;
    -			return;
    -			}
    -		}
    -
    -	/* Anything else needs extended CRL support */
    -
    -	if (!(ctx->param->flags & X509_V_FLAG_EXTENDED_CRL_SUPPORT))
    -		return;
    -
    -	/* Otherwise the CRL issuer is not on the path. Look for it in the
    -	 * set of untrusted certificates.
    -	 */
    -	for (i = 0; i < sk_X509_num(ctx->untrusted); i++)
    -		{
    -		crl_issuer = sk_X509_value(ctx->untrusted, i);
    -		if (X509_NAME_cmp(X509_get_subject_name(crl_issuer), cnm))
    -			continue;
    -		if (X509_check_akid(crl_issuer, crl->akid) == X509_V_OK)
    -			{
    -			*pissuer = crl_issuer;
    -			*pcrl_score |= CRL_SCORE_AKID;
    -			return;
    -			}
    -		}
    -	}
    -
    -/* Check the path of a CRL issuer certificate. This creates a new
    +                           X509 **pissuer, int *pcrl_score)
    +{
    +    X509 *crl_issuer = NULL;
    +    X509_NAME *cnm = X509_CRL_get_issuer(crl);
    +    int cidx = ctx->error_depth;
    +    int i;
    +
    +    if (cidx != sk_X509_num(ctx->chain) - 1)
    +        cidx++;
    +
    +    crl_issuer = sk_X509_value(ctx->chain, cidx);
    +
    +    if (X509_check_akid(crl_issuer, crl->akid) == X509_V_OK) {
    +        if (*pcrl_score & CRL_SCORE_ISSUER_NAME) {
    +            *pcrl_score |= CRL_SCORE_AKID | CRL_SCORE_ISSUER_CERT;
    +            *pissuer = crl_issuer;
    +            return;
    +        }
    +    }
    +
    +    for (cidx++; cidx < sk_X509_num(ctx->chain); cidx++) {
    +        crl_issuer = sk_X509_value(ctx->chain, cidx);
    +        if (X509_NAME_cmp(X509_get_subject_name(crl_issuer), cnm))
    +            continue;
    +        if (X509_check_akid(crl_issuer, crl->akid) == X509_V_OK) {
    +            *pcrl_score |= CRL_SCORE_AKID | CRL_SCORE_SAME_PATH;
    +            *pissuer = crl_issuer;
    +            return;
    +        }
    +    }
    +
    +    /* Anything else needs extended CRL support */
    +
    +    if (!(ctx->param->flags & X509_V_FLAG_EXTENDED_CRL_SUPPORT))
    +        return;
    +
    +    /*
    +     * Otherwise the CRL issuer is not on the path. Look for it in the set of
    +     * untrusted certificates.
    +     */
    +    for (i = 0; i < sk_X509_num(ctx->untrusted); i++) {
    +        crl_issuer = sk_X509_value(ctx->untrusted, i);
    +        if (X509_NAME_cmp(X509_get_subject_name(crl_issuer), cnm))
    +            continue;
    +        if (X509_check_akid(crl_issuer, crl->akid) == X509_V_OK) {
    +            *pissuer = crl_issuer;
    +            *pcrl_score |= CRL_SCORE_AKID;
    +            return;
    +        }
    +    }
    +}
    +
    +/*
    + * Check the path of a CRL issuer certificate. This creates a new
      * X509_STORE_CTX and populates it with most of the parameters from the
    - * parent. This could be optimised somewhat since a lot of path checking
    - * will be duplicated by the parent, but this will rarely be used in 
    - * practice.
    + * parent. This could be optimised somewhat since a lot of path checking will
    + * be duplicated by the parent, but this will rarely be used in practice.
      */
     
     static int check_crl_path(X509_STORE_CTX *ctx, X509 *x)
    -	{
    -	X509_STORE_CTX crl_ctx;
    -	int ret;
    -	/* Don't allow recursive CRL path validation */
    -	if (ctx->parent)
    -		return 0;
    -	if (!X509_STORE_CTX_init(&crl_ctx, ctx->ctx, x, ctx->untrusted))
    -		return -1;
    -
    -	crl_ctx.crls = ctx->crls;
    -	/* Copy verify params across */
    -	X509_STORE_CTX_set0_param(&crl_ctx, ctx->param);
    -
    -	crl_ctx.parent = ctx;
    -	crl_ctx.verify_cb = ctx->verify_cb;
    -
    -	/* Verify CRL issuer */
    -	ret = X509_verify_cert(&crl_ctx);
    -
    -	if (ret <= 0)
    -		goto err;
    -
    -	/* Check chain is acceptable */
    -
    -	ret = check_crl_chain(ctx, ctx->chain, crl_ctx.chain);
    -	err:
    -	X509_STORE_CTX_cleanup(&crl_ctx);
    -	return ret;
    -	}
    -
    -/* RFC3280 says nothing about the relationship between CRL path
    - * and certificate path, which could lead to situations where a
    - * certificate could be revoked or validated by a CA not authorised
    - * to do so. RFC5280 is more strict and states that the two paths must
    - * end in the same trust anchor, though some discussions remain...
    - * until this is resolved we use the RFC5280 version
    +{
    +    X509_STORE_CTX crl_ctx;
    +    int ret;
    +    /* Don't allow recursive CRL path validation */
    +    if (ctx->parent)
    +        return 0;
    +    if (!X509_STORE_CTX_init(&crl_ctx, ctx->ctx, x, ctx->untrusted))
    +        return -1;
    +
    +    crl_ctx.crls = ctx->crls;
    +    /* Copy verify params across */
    +    X509_STORE_CTX_set0_param(&crl_ctx, ctx->param);
    +
    +    crl_ctx.parent = ctx;
    +    crl_ctx.verify_cb = ctx->verify_cb;
    +
    +    /* Verify CRL issuer */
    +    ret = X509_verify_cert(&crl_ctx);
    +
    +    if (ret <= 0)
    +        goto err;
    +
    +    /* Check chain is acceptable */
    +
    +    ret = check_crl_chain(ctx, ctx->chain, crl_ctx.chain);
    + err:
    +    X509_STORE_CTX_cleanup(&crl_ctx);
    +    return ret;
    +}
    +
    +/*
    + * RFC3280 says nothing about the relationship between CRL path and
    + * certificate path, which could lead to situations where a certificate could
    + * be revoked or validated by a CA not authorised to do so. RFC5280 is more
    + * strict and states that the two paths must end in the same trust anchor,
    + * though some discussions remain... until this is resolved we use the
    + * RFC5280 version
      */
     
     static int check_crl_chain(X509_STORE_CTX *ctx,
    -			STACK_OF(X509) *cert_path,
    -			STACK_OF(X509) *crl_path)
    -	{
    -	X509 *cert_ta, *crl_ta;
    -	cert_ta = sk_X509_value(cert_path, sk_X509_num(cert_path) - 1);
    -	crl_ta = sk_X509_value(crl_path, sk_X509_num(crl_path) - 1);
    -	if (!X509_cmp(cert_ta, crl_ta))
    -		return 1;
    -	return 0;
    -	}
    -
    -/* Check for match between two dist point names: three separate cases.
    +                           STACK_OF(X509) *cert_path,
    +                           STACK_OF(X509) *crl_path)
    +{
    +    X509 *cert_ta, *crl_ta;
    +    cert_ta = sk_X509_value(cert_path, sk_X509_num(cert_path) - 1);
    +    crl_ta = sk_X509_value(crl_path, sk_X509_num(crl_path) - 1);
    +    if (!X509_cmp(cert_ta, crl_ta))
    +        return 1;
    +    return 0;
    +}
    +
    +/*-
    + * Check for match between two dist point names: three separate cases.
      * 1. Both are relative names and compare X509_NAME types.
      * 2. One full, one relative. Compare X509_NAME to GENERAL_NAMES.
      * 3. Both are full names and compare two GENERAL_NAMES.
      * 4. One is NULL: automatic match.
      */
     
    -
     static int idp_check_dp(DIST_POINT_NAME *a, DIST_POINT_NAME *b)
    -	{
    -	X509_NAME *nm = NULL;
    -	GENERAL_NAMES *gens = NULL;
    -	GENERAL_NAME *gena, *genb;
    -	int i, j;
    -	if (!a || !b)
    -		return 1;
    -	if (a->type == 1)
    -		{
    -		if (!a->dpname)
    -			return 0;
    -		/* Case 1: two X509_NAME */
    -		if (b->type == 1)
    -			{
    -			if (!b->dpname)
    -				return 0;
    -			if (!X509_NAME_cmp(a->dpname, b->dpname))
    -				return 1;
    -			else
    -				return 0;
    -			}
    -		/* Case 2: set name and GENERAL_NAMES appropriately */
    -		nm = a->dpname;
    -		gens = b->name.fullname;
    -		}
    -	else if (b->type == 1)
    -		{
    -		if (!b->dpname)
    -			return 0;
    -		/* Case 2: set name and GENERAL_NAMES appropriately */
    -		gens = a->name.fullname;
    -		nm = b->dpname;
    -		}
    -
    -	/* Handle case 2 with one GENERAL_NAMES and one X509_NAME */
    -	if (nm)
    -		{
    -		for (i = 0; i < sk_GENERAL_NAME_num(gens); i++)
    -			{
    -			gena = sk_GENERAL_NAME_value(gens, i);	
    -			if (gena->type != GEN_DIRNAME)
    -				continue;
    -			if (!X509_NAME_cmp(nm, gena->d.directoryName))
    -				return 1;
    -			}
    -		return 0;
    -		}
    -
    -	/* Else case 3: two GENERAL_NAMES */
    -
    -	for (i = 0; i < sk_GENERAL_NAME_num(a->name.fullname); i++)
    -		{
    -		gena = sk_GENERAL_NAME_value(a->name.fullname, i);
    -		for (j = 0; j < sk_GENERAL_NAME_num(b->name.fullname); j++)
    -			{
    -			genb = sk_GENERAL_NAME_value(b->name.fullname, j);
    -			if (!GENERAL_NAME_cmp(gena, genb))
    -				return 1;
    -			}
    -		}
    -
    -	return 0;
    -
    -	}
    +{
    +    X509_NAME *nm = NULL;
    +    GENERAL_NAMES *gens = NULL;
    +    GENERAL_NAME *gena, *genb;
    +    int i, j;
    +    if (!a || !b)
    +        return 1;
    +    if (a->type == 1) {
    +        if (!a->dpname)
    +            return 0;
    +        /* Case 1: two X509_NAME */
    +        if (b->type == 1) {
    +            if (!b->dpname)
    +                return 0;
    +            if (!X509_NAME_cmp(a->dpname, b->dpname))
    +                return 1;
    +            else
    +                return 0;
    +        }
    +        /* Case 2: set name and GENERAL_NAMES appropriately */
    +        nm = a->dpname;
    +        gens = b->name.fullname;
    +    } else if (b->type == 1) {
    +        if (!b->dpname)
    +            return 0;
    +        /* Case 2: set name and GENERAL_NAMES appropriately */
    +        gens = a->name.fullname;
    +        nm = b->dpname;
    +    }
    +
    +    /* Handle case 2 with one GENERAL_NAMES and one X509_NAME */
    +    if (nm) {
    +        for (i = 0; i < sk_GENERAL_NAME_num(gens); i++) {
    +            gena = sk_GENERAL_NAME_value(gens, i);
    +            if (gena->type != GEN_DIRNAME)
    +                continue;
    +            if (!X509_NAME_cmp(nm, gena->d.directoryName))
    +                return 1;
    +        }
    +        return 0;
    +    }
    +
    +    /* Else case 3: two GENERAL_NAMES */
    +
    +    for (i = 0; i < sk_GENERAL_NAME_num(a->name.fullname); i++) {
    +        gena = sk_GENERAL_NAME_value(a->name.fullname, i);
    +        for (j = 0; j < sk_GENERAL_NAME_num(b->name.fullname); j++) {
    +            genb = sk_GENERAL_NAME_value(b->name.fullname, j);
    +            if (!GENERAL_NAME_cmp(gena, genb))
    +                return 1;
    +        }
    +    }
    +
    +    return 0;
    +
    +}
     
     static int crldp_check_crlissuer(DIST_POINT *dp, X509_CRL *crl, int crl_score)
    -	{
    -	int i;
    -	X509_NAME *nm = X509_CRL_get_issuer(crl);
    -	/* If no CRLissuer return is successful iff don't need a match */
    -	if (!dp->CRLissuer)
    -		return !!(crl_score & CRL_SCORE_ISSUER_NAME);
    -	for (i = 0; i < sk_GENERAL_NAME_num(dp->CRLissuer); i++)
    -		{
    -		GENERAL_NAME *gen = sk_GENERAL_NAME_value(dp->CRLissuer, i);
    -		if (gen->type != GEN_DIRNAME)
    -			continue;
    -		if (!X509_NAME_cmp(gen->d.directoryName, nm))
    -			return 1;
    -		}
    -	return 0;
    -	}
    +{
    +    int i;
    +    X509_NAME *nm = X509_CRL_get_issuer(crl);
    +    /* If no CRLissuer return is successful iff don't need a match */
    +    if (!dp->CRLissuer)
    +        return ! !(crl_score & CRL_SCORE_ISSUER_NAME);
    +    for (i = 0; i < sk_GENERAL_NAME_num(dp->CRLissuer); i++) {
    +        GENERAL_NAME *gen = sk_GENERAL_NAME_value(dp->CRLissuer, i);
    +        if (gen->type != GEN_DIRNAME)
    +            continue;
    +        if (!X509_NAME_cmp(gen->d.directoryName, nm))
    +            return 1;
    +    }
    +    return 0;
    +}
     
     /* Check CRLDP and IDP */
     
     static int crl_crldp_check(X509 *x, X509_CRL *crl, int crl_score,
    -				unsigned int *preasons)
    -	{
    -	int i;
    -	if (crl->idp_flags & IDP_ONLYATTR)
    -		return 0;
    -	if (x->ex_flags & EXFLAG_CA)
    -		{
    -		if (crl->idp_flags & IDP_ONLYUSER)
    -			return 0;
    -		}
    -	else
    -		{
    -		if (crl->idp_flags & IDP_ONLYCA)
    -			return 0;
    -		}
    -	*preasons = crl->idp_reasons;
    -	for (i = 0; i < sk_DIST_POINT_num(x->crldp); i++)
    -		{
    -		DIST_POINT *dp = sk_DIST_POINT_value(x->crldp, i);
    -		if (crldp_check_crlissuer(dp, crl, crl_score))
    -			{
    -			if (!crl->idp ||
    -			     idp_check_dp(dp->distpoint, crl->idp->distpoint))
    -				{
    -				*preasons &= dp->dp_reasons;
    -				return 1;
    -				}
    -			}
    -		}
    -	if ((!crl->idp || !crl->idp->distpoint) && (crl_score & CRL_SCORE_ISSUER_NAME))
    -		return 1;
    -	return 0;
    -	}
    -
    -/* Retrieve CRL corresponding to current certificate.
    - * If deltas enabled try to find a delta CRL too
    +                           unsigned int *preasons)
    +{
    +    int i;
    +    if (crl->idp_flags & IDP_ONLYATTR)
    +        return 0;
    +    if (x->ex_flags & EXFLAG_CA) {
    +        if (crl->idp_flags & IDP_ONLYUSER)
    +            return 0;
    +    } else {
    +        if (crl->idp_flags & IDP_ONLYCA)
    +            return 0;
    +    }
    +    *preasons = crl->idp_reasons;
    +    for (i = 0; i < sk_DIST_POINT_num(x->crldp); i++) {
    +        DIST_POINT *dp = sk_DIST_POINT_value(x->crldp, i);
    +        if (crldp_check_crlissuer(dp, crl, crl_score)) {
    +            if (!crl->idp || idp_check_dp(dp->distpoint, crl->idp->distpoint)) {
    +                *preasons &= dp->dp_reasons;
    +                return 1;
    +            }
    +        }
    +    }
    +    if ((!crl->idp || !crl->idp->distpoint)
    +        && (crl_score & CRL_SCORE_ISSUER_NAME))
    +        return 1;
    +    return 0;
    +}
    +
    +/*
    + * Retrieve CRL corresponding to current certificate. If deltas enabled try
    + * to find a delta CRL too
      */
    -	
    +
     static int get_crl_delta(X509_STORE_CTX *ctx,
    -				X509_CRL **pcrl, X509_CRL **pdcrl, X509 *x)
    -	{
    -	int ok;
    -	X509 *issuer = NULL;
    -	int crl_score = 0;
    -	unsigned int reasons;
    -	X509_CRL *crl = NULL, *dcrl = NULL;
    -	STACK_OF(X509_CRL) *skcrl;
    -	X509_NAME *nm = X509_get_issuer_name(x);
    -	reasons = ctx->current_reasons;
    -	ok = get_crl_sk(ctx, &crl, &dcrl, 
    -				&issuer, &crl_score, &reasons, ctx->crls);
    -
    -	if (ok)
    -		goto done;
    -
    -	/* Lookup CRLs from store */
    -
    -	skcrl = ctx->lookup_crls(ctx, nm);
    -
    -	/* If no CRLs found and a near match from get_crl_sk use that */
    -	if (!skcrl && crl)
    -		goto done;
    -
    -	get_crl_sk(ctx, &crl, &dcrl, &issuer, &crl_score, &reasons, skcrl);
    -
    -	sk_X509_CRL_pop_free(skcrl, X509_CRL_free);
    -
    -	done:
    -
    -	/* If we got any kind of CRL use it and return success */
    -	if (crl)
    -		{
    -		ctx->current_issuer = issuer;
    -		ctx->current_crl_score = crl_score;
    -		ctx->current_reasons = reasons;
    -		*pcrl = crl;
    -		*pdcrl = dcrl;
    -		return 1;
    -		}
    -
    -	return 0;
    -	}
    +                         X509_CRL **pcrl, X509_CRL **pdcrl, X509 *x)
    +{
    +    int ok;
    +    X509 *issuer = NULL;
    +    int crl_score = 0;
    +    unsigned int reasons;
    +    X509_CRL *crl = NULL, *dcrl = NULL;
    +    STACK_OF(X509_CRL) *skcrl;
    +    X509_NAME *nm = X509_get_issuer_name(x);
    +    reasons = ctx->current_reasons;
    +    ok = get_crl_sk(ctx, &crl, &dcrl,
    +                    &issuer, &crl_score, &reasons, ctx->crls);
    +
    +    if (ok)
    +        goto done;
    +
    +    /* Lookup CRLs from store */
    +
    +    skcrl = ctx->lookup_crls(ctx, nm);
    +
    +    /* If no CRLs found and a near match from get_crl_sk use that */
    +    if (!skcrl && crl)
    +        goto done;
    +
    +    get_crl_sk(ctx, &crl, &dcrl, &issuer, &crl_score, &reasons, skcrl);
    +
    +    sk_X509_CRL_pop_free(skcrl, X509_CRL_free);
    +
    + done:
    +
    +    /* If we got any kind of CRL use it and return success */
    +    if (crl) {
    +        ctx->current_issuer = issuer;
    +        ctx->current_crl_score = crl_score;
    +        ctx->current_reasons = reasons;
    +        *pcrl = crl;
    +        *pdcrl = dcrl;
    +        return 1;
    +    }
    +
    +    return 0;
    +}
     
     /* Check CRL validity */
     static int check_crl(X509_STORE_CTX *ctx, X509_CRL *crl)
    -	{
    -	X509 *issuer = NULL;
    -	EVP_PKEY *ikey = NULL;
    -	int ok = 0, chnum, cnum;
    -	cnum = ctx->error_depth;
    -	chnum = sk_X509_num(ctx->chain) - 1;
    -	/* if we have an alternative CRL issuer cert use that */
    -	if (ctx->current_issuer)
    -		issuer = ctx->current_issuer;
    -
    -	/* Else find CRL issuer: if not last certificate then issuer
    -	 * is next certificate in chain.
    -	 */
    -	else if (cnum < chnum)
    -		issuer = sk_X509_value(ctx->chain, cnum + 1);
    -	else
    -		{
    -		issuer = sk_X509_value(ctx->chain, chnum);
    -		/* If not self signed, can't check signature */
    -		if(!ctx->check_issued(ctx, issuer, issuer))
    -			{
    -			ctx->error = X509_V_ERR_UNABLE_TO_GET_CRL_ISSUER;
    -			ok = ctx->verify_cb(0, ctx);
    -			if(!ok) goto err;
    -			}
    -		}
    -
    -	if(issuer)
    -		{
    -		/* Skip most tests for deltas because they have already
    -		 * been done
    -		 */
    -		if (!crl->base_crl_number)
    -			{
    -			/* Check for cRLSign bit if keyUsage present */
    -			if ((issuer->ex_flags & EXFLAG_KUSAGE) &&
    -				!(issuer->ex_kusage & KU_CRL_SIGN))
    -				{
    -				ctx->error = X509_V_ERR_KEYUSAGE_NO_CRL_SIGN;
    -				ok = ctx->verify_cb(0, ctx);
    -				if(!ok) goto err;
    -				}
    -
    -			if (!(ctx->current_crl_score & CRL_SCORE_SCOPE))
    -				{
    -				ctx->error = X509_V_ERR_DIFFERENT_CRL_SCOPE;
    -				ok = ctx->verify_cb(0, ctx);
    -				if(!ok) goto err;
    -				}
    -
    -			if (!(ctx->current_crl_score & CRL_SCORE_SAME_PATH))
    -				{
    -				if (check_crl_path(ctx, ctx->current_issuer) <= 0)
    -					{
    -					ctx->error = X509_V_ERR_CRL_PATH_VALIDATION_ERROR;
    -					ok = ctx->verify_cb(0, ctx);
    -					if(!ok) goto err;
    -					}
    -				}
    -
    -			if (crl->idp_flags & IDP_INVALID)
    -				{
    -				ctx->error = X509_V_ERR_INVALID_EXTENSION;
    -				ok = ctx->verify_cb(0, ctx);
    -				if(!ok) goto err;
    -				}
    -
    -
    -			}
    -
    -		if (!(ctx->current_crl_score & CRL_SCORE_TIME))
    -			{
    -			ok = check_crl_time(ctx, crl, 1);
    -			if (!ok)
    -				goto err;
    -			}
    -
    -		/* Attempt to get issuer certificate public key */
    -		ikey = X509_get_pubkey(issuer);
    -
    -		if(!ikey)
    -			{
    -			ctx->error=X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY;
    -			ok = ctx->verify_cb(0, ctx);
    -			if (!ok) goto err;
    -			}
    -		else
    -			{
    -			/* Verify CRL signature */
    -			if(X509_CRL_verify(crl, ikey) <= 0)
    -				{
    -				ctx->error=X509_V_ERR_CRL_SIGNATURE_FAILURE;
    -				ok = ctx->verify_cb(0, ctx);
    -				if (!ok) goto err;
    -				}
    -			}
    -		}
    -
    -	ok = 1;
    -
    -	err:
    -	EVP_PKEY_free(ikey);
    -	return ok;
    -	}
    +{
    +    X509 *issuer = NULL;
    +    EVP_PKEY *ikey = NULL;
    +    int ok = 0, chnum, cnum;
    +    cnum = ctx->error_depth;
    +    chnum = sk_X509_num(ctx->chain) - 1;
    +    /* if we have an alternative CRL issuer cert use that */
    +    if (ctx->current_issuer)
    +        issuer = ctx->current_issuer;
    +
    +    /*
    +     * Else find CRL issuer: if not last certificate then issuer is next
    +     * certificate in chain.
    +     */
    +    else if (cnum < chnum)
    +        issuer = sk_X509_value(ctx->chain, cnum + 1);
    +    else {
    +        issuer = sk_X509_value(ctx->chain, chnum);
    +        /* If not self signed, can't check signature */
    +        if (!ctx->check_issued(ctx, issuer, issuer)) {
    +            ctx->error = X509_V_ERR_UNABLE_TO_GET_CRL_ISSUER;
    +            ok = ctx->verify_cb(0, ctx);
    +            if (!ok)
    +                goto err;
    +        }
    +    }
    +
    +    if (issuer) {
    +        /*
    +         * Skip most tests for deltas because they have already been done
    +         */
    +        if (!crl->base_crl_number) {
    +            /* Check for cRLSign bit if keyUsage present */
    +            if ((issuer->ex_flags & EXFLAG_KUSAGE) &&
    +                !(issuer->ex_kusage & KU_CRL_SIGN)) {
    +                ctx->error = X509_V_ERR_KEYUSAGE_NO_CRL_SIGN;
    +                ok = ctx->verify_cb(0, ctx);
    +                if (!ok)
    +                    goto err;
    +            }
    +
    +            if (!(ctx->current_crl_score & CRL_SCORE_SCOPE)) {
    +                ctx->error = X509_V_ERR_DIFFERENT_CRL_SCOPE;
    +                ok = ctx->verify_cb(0, ctx);
    +                if (!ok)
    +                    goto err;
    +            }
    +
    +            if (!(ctx->current_crl_score & CRL_SCORE_SAME_PATH)) {
    +                if (check_crl_path(ctx, ctx->current_issuer) <= 0) {
    +                    ctx->error = X509_V_ERR_CRL_PATH_VALIDATION_ERROR;
    +                    ok = ctx->verify_cb(0, ctx);
    +                    if (!ok)
    +                        goto err;
    +                }
    +            }
    +
    +            if (crl->idp_flags & IDP_INVALID) {
    +                ctx->error = X509_V_ERR_INVALID_EXTENSION;
    +                ok = ctx->verify_cb(0, ctx);
    +                if (!ok)
    +                    goto err;
    +            }
    +
    +        }
    +
    +        if (!(ctx->current_crl_score & CRL_SCORE_TIME)) {
    +            ok = check_crl_time(ctx, crl, 1);
    +            if (!ok)
    +                goto err;
    +        }
    +
    +        /* Attempt to get issuer certificate public key */
    +        ikey = X509_get_pubkey(issuer);
    +
    +        if (!ikey) {
    +            ctx->error = X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY;
    +            ok = ctx->verify_cb(0, ctx);
    +            if (!ok)
    +                goto err;
    +        } else {
    +            int rv;
    +            rv = X509_CRL_check_suiteb(crl, ikey, ctx->param->flags);
    +            if (rv != X509_V_OK) {
    +                ctx->error = rv;
    +                ok = ctx->verify_cb(0, ctx);
    +                if (!ok)
    +                    goto err;
    +            }
    +            /* Verify CRL signature */
    +            if (X509_CRL_verify(crl, ikey) <= 0) {
    +                ctx->error = X509_V_ERR_CRL_SIGNATURE_FAILURE;
    +                ok = ctx->verify_cb(0, ctx);
    +                if (!ok)
    +                    goto err;
    +            }
    +        }
    +    }
    +
    +    ok = 1;
    +
    + err:
    +    EVP_PKEY_free(ikey);
    +    return ok;
    +}
     
     /* Check certificate against CRL */
     static int cert_crl(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x)
    -	{
    -	int ok;
    -	X509_REVOKED *rev;
    -	/* The rules changed for this... previously if a CRL contained
    -	 * unhandled critical extensions it could still be used to indicate
    -	 * a certificate was revoked. This has since been changed since 
    -	 * critical extension can change the meaning of CRL entries.
    -	 */
    -	if (!(ctx->param->flags & X509_V_FLAG_IGNORE_CRITICAL)
    -		&& (crl->flags & EXFLAG_CRITICAL))
    -		{
    -		ctx->error = X509_V_ERR_UNHANDLED_CRITICAL_CRL_EXTENSION;
    -		ok = ctx->verify_cb(0, ctx);
    -		if(!ok)
    -			return 0;
    -		}
    -	/* Look for serial number of certificate in CRL
    -	 * If found make sure reason is not removeFromCRL.
    -	 */
    -	if (X509_CRL_get0_by_cert(crl, &rev, x))
    -		{
    -		if (rev->reason == CRL_REASON_REMOVE_FROM_CRL)
    -			return 2;
    -		ctx->error = X509_V_ERR_CERT_REVOKED;
    -		ok = ctx->verify_cb(0, ctx);
    -		if (!ok)
    -			return 0;
    -		}
    -
    -	return 1;
    -	}
    +{
    +    int ok;
    +    X509_REVOKED *rev;
    +    /*
    +     * The rules changed for this... previously if a CRL contained unhandled
    +     * critical extensions it could still be used to indicate a certificate
    +     * was revoked. This has since been changed since critical extension can
    +     * change the meaning of CRL entries.
    +     */
    +    if (!(ctx->param->flags & X509_V_FLAG_IGNORE_CRITICAL)
    +        && (crl->flags & EXFLAG_CRITICAL)) {
    +        ctx->error = X509_V_ERR_UNHANDLED_CRITICAL_CRL_EXTENSION;
    +        ok = ctx->verify_cb(0, ctx);
    +        if (!ok)
    +            return 0;
    +    }
    +    /*
    +     * Look for serial number of certificate in CRL If found make sure reason
    +     * is not removeFromCRL.
    +     */
    +    if (X509_CRL_get0_by_cert(crl, &rev, x)) {
    +        if (rev->reason == CRL_REASON_REMOVE_FROM_CRL)
    +            return 2;
    +        ctx->error = X509_V_ERR_CERT_REVOKED;
    +        ok = ctx->verify_cb(0, ctx);
    +        if (!ok)
    +            return 0;
    +    }
    +
    +    return 1;
    +}
     
     static int check_policy(X509_STORE_CTX *ctx)
    -	{
    -	int ret;
    -	if (ctx->parent)
    -		return 1;
    -	ret = X509_policy_check(&ctx->tree, &ctx->explicit_policy, ctx->chain,
    -				ctx->param->policies, ctx->param->flags);
    -	if (ret == 0)
    -		{
    -		X509err(X509_F_CHECK_POLICY,ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	/* Invalid or inconsistent extensions */
    -	if (ret == -1)
    -		{
    -		/* Locate certificates with bad extensions and notify
    -		 * callback.
    -		 */
    -		X509 *x;
    -		int i;
    -		for (i = 1; i < sk_X509_num(ctx->chain); i++)
    -			{
    -			x = sk_X509_value(ctx->chain, i);
    -			if (!(x->ex_flags & EXFLAG_INVALID_POLICY))
    -				continue;
    -			ctx->current_cert = x;
    -			ctx->error = X509_V_ERR_INVALID_POLICY_EXTENSION;
    -			if(!ctx->verify_cb(0, ctx))
    -				return 0;
    -			}
    -		return 1;
    -		}
    -	if (ret == -2)
    -		{
    -		ctx->current_cert = NULL;
    -		ctx->error = X509_V_ERR_NO_EXPLICIT_POLICY;
    -		return ctx->verify_cb(0, ctx);
    -		}
    -
    -	if (ctx->param->flags & X509_V_FLAG_NOTIFY_POLICY)
    -		{
    -		ctx->current_cert = NULL;
    -		ctx->error = X509_V_OK;
    -		if (!ctx->verify_cb(2, ctx))
    -			return 0;
    -		}
    -
    -	return 1;
    -	}
    +{
    +    int ret;
    +    if (ctx->parent)
    +        return 1;
    +    ret = X509_policy_check(&ctx->tree, &ctx->explicit_policy, ctx->chain,
    +                            ctx->param->policies, ctx->param->flags);
    +    if (ret == 0) {
    +        X509err(X509_F_CHECK_POLICY, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    /* Invalid or inconsistent extensions */
    +    if (ret == -1) {
    +        /*
    +         * Locate certificates with bad extensions and notify callback.
    +         */
    +        X509 *x;
    +        int i;
    +        for (i = 1; i < sk_X509_num(ctx->chain); i++) {
    +            x = sk_X509_value(ctx->chain, i);
    +            if (!(x->ex_flags & EXFLAG_INVALID_POLICY))
    +                continue;
    +            ctx->current_cert = x;
    +            ctx->error = X509_V_ERR_INVALID_POLICY_EXTENSION;
    +            if (!ctx->verify_cb(0, ctx))
    +                return 0;
    +        }
    +        return 1;
    +    }
    +    if (ret == -2) {
    +        ctx->current_cert = NULL;
    +        ctx->error = X509_V_ERR_NO_EXPLICIT_POLICY;
    +        return ctx->verify_cb(0, ctx);
    +    }
    +
    +    if (ctx->param->flags & X509_V_FLAG_NOTIFY_POLICY) {
    +        ctx->current_cert = NULL;
    +        ctx->error = X509_V_OK;
    +        if (!ctx->verify_cb(2, ctx))
    +            return 0;
    +    }
    +
    +    return 1;
    +}
     
     static int check_cert_time(X509_STORE_CTX *ctx, X509 *x)
    -	{
    -	time_t *ptime;
    -	int i;
    -
    -	if (ctx->param->flags & X509_V_FLAG_USE_CHECK_TIME)
    -		ptime = &ctx->param->check_time;
    -	else
    -		ptime = NULL;
    -
    -	i=X509_cmp_time(X509_get_notBefore(x), ptime);
    -	if (i == 0)
    -		{
    -		ctx->error=X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD;
    -		ctx->current_cert=x;
    -		if (!ctx->verify_cb(0, ctx))
    -			return 0;
    -		}
    -
    -	if (i > 0)
    -		{
    -		ctx->error=X509_V_ERR_CERT_NOT_YET_VALID;
    -		ctx->current_cert=x;
    -		if (!ctx->verify_cb(0, ctx))
    -			return 0;
    -		}
    -
    -	i=X509_cmp_time(X509_get_notAfter(x), ptime);
    -	if (i == 0)
    -		{
    -		ctx->error=X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD;
    -		ctx->current_cert=x;
    -		if (!ctx->verify_cb(0, ctx))
    -			return 0;
    -		}
    -
    -	if (i < 0)
    -		{
    -		ctx->error=X509_V_ERR_CERT_HAS_EXPIRED;
    -		ctx->current_cert=x;
    -		if (!ctx->verify_cb(0, ctx))
    -			return 0;
    -		}
    -
    -	return 1;
    -	}
    +{
    +    time_t *ptime;
    +    int i;
    +
    +    if (ctx->param->flags & X509_V_FLAG_USE_CHECK_TIME)
    +        ptime = &ctx->param->check_time;
    +    else
    +        ptime = NULL;
    +
    +    i = X509_cmp_time(X509_get_notBefore(x), ptime);
    +    if (i == 0) {
    +        ctx->error = X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD;
    +        ctx->current_cert = x;
    +        if (!ctx->verify_cb(0, ctx))
    +            return 0;
    +    }
    +
    +    if (i > 0) {
    +        ctx->error = X509_V_ERR_CERT_NOT_YET_VALID;
    +        ctx->current_cert = x;
    +        if (!ctx->verify_cb(0, ctx))
    +            return 0;
    +    }
    +
    +    i = X509_cmp_time(X509_get_notAfter(x), ptime);
    +    if (i == 0) {
    +        ctx->error = X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD;
    +        ctx->current_cert = x;
    +        if (!ctx->verify_cb(0, ctx))
    +            return 0;
    +    }
    +
    +    if (i < 0) {
    +        ctx->error = X509_V_ERR_CERT_HAS_EXPIRED;
    +        ctx->current_cert = x;
    +        if (!ctx->verify_cb(0, ctx))
    +            return 0;
    +    }
    +
    +    return 1;
    +}
     
     static int internal_verify(X509_STORE_CTX *ctx)
    -	{
    -	int ok=0,n;
    -	X509 *xs,*xi;
    -	EVP_PKEY *pkey=NULL;
    -	int (*cb)(int xok,X509_STORE_CTX *xctx);
    -
    -	cb=ctx->verify_cb;
    -
    -	n=sk_X509_num(ctx->chain);
    -	ctx->error_depth=n-1;
    -	n--;
    -	xi=sk_X509_value(ctx->chain,n);
    -
    -	if (ctx->check_issued(ctx, xi, xi))
    -		xs=xi;
    -	else
    -		{
    -		if (n <= 0)
    -			{
    -			ctx->error=X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE;
    -			ctx->current_cert=xi;
    -			ok=cb(0,ctx);
    -			goto end;
    -			}
    -		else
    -			{
    -			n--;
    -			ctx->error_depth=n;
    -			xs=sk_X509_value(ctx->chain,n);
    -			}
    -		}
    -
    -/*	ctx->error=0;  not needed */
    -	while (n >= 0)
    -		{
    -		ctx->error_depth=n;
    -
    -		/* Skip signature check for self signed certificates unless
    -		 * explicitly asked for. It doesn't add any security and
    -		 * just wastes time.
    -		 */
    -		if (!xs->valid && (xs != xi || (ctx->param->flags & X509_V_FLAG_CHECK_SS_SIGNATURE)))
    -			{
    -			if ((pkey=X509_get_pubkey(xi)) == NULL)
    -				{
    -				ctx->error=X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY;
    -				ctx->current_cert=xi;
    -				ok=(*cb)(0,ctx);
    -				if (!ok) goto end;
    -				}
    -			else if (X509_verify(xs,pkey) <= 0)
    -				{
    -				ctx->error=X509_V_ERR_CERT_SIGNATURE_FAILURE;
    -				ctx->current_cert=xs;
    -				ok=(*cb)(0,ctx);
    -				if (!ok)
    -					{
    -					EVP_PKEY_free(pkey);
    -					goto end;
    -					}
    -				}
    -			EVP_PKEY_free(pkey);
    -			pkey=NULL;
    -			}
    -
    -		xs->valid = 1;
    -
    -		ok = check_cert_time(ctx, xs);
    -		if (!ok)
    -			goto end;
    -
    -		/* The last error (if any) is still in the error value */
    -		ctx->current_issuer=xi;
    -		ctx->current_cert=xs;
    -		ok=(*cb)(1,ctx);
    -		if (!ok) goto end;
    -
    -		n--;
    -		if (n >= 0)
    -			{
    -			xi=xs;
    -			xs=sk_X509_value(ctx->chain,n);
    -			}
    -		}
    -	ok=1;
    -end:
    -	return ok;
    -	}
    +{
    +    int ok = 0, n;
    +    X509 *xs, *xi;
    +    EVP_PKEY *pkey = NULL;
    +    int (*cb) (int xok, X509_STORE_CTX *xctx);
    +
    +    cb = ctx->verify_cb;
    +
    +    n = sk_X509_num(ctx->chain);
    +    ctx->error_depth = n - 1;
    +    n--;
    +    xi = sk_X509_value(ctx->chain, n);
    +
    +    if (ctx->check_issued(ctx, xi, xi))
    +        xs = xi;
    +    else {
    +        if (ctx->param->flags & X509_V_FLAG_PARTIAL_CHAIN) {
    +            xs = xi;
    +            goto check_cert;
    +        }
    +        if (n <= 0) {
    +            ctx->error = X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE;
    +            ctx->current_cert = xi;
    +            ok = cb(0, ctx);
    +            goto end;
    +        } else {
    +            n--;
    +            ctx->error_depth = n;
    +            xs = sk_X509_value(ctx->chain, n);
    +        }
    +    }
    +
    +/*      ctx->error=0;  not needed */
    +    while (n >= 0) {
    +        ctx->error_depth = n;
    +
    +        /*
    +         * Skip signature check for self signed certificates unless
    +         * explicitly asked for. It doesn't add any security and just wastes
    +         * time.
    +         */
    +        if (!xs->valid
    +            && (xs != xi
    +                || (ctx->param->flags & X509_V_FLAG_CHECK_SS_SIGNATURE))) {
    +            if ((pkey = X509_get_pubkey(xi)) == NULL) {
    +                ctx->error = X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY;
    +                ctx->current_cert = xi;
    +                ok = (*cb) (0, ctx);
    +                if (!ok)
    +                    goto end;
    +            } else if (X509_verify(xs, pkey) <= 0) {
    +                ctx->error = X509_V_ERR_CERT_SIGNATURE_FAILURE;
    +                ctx->current_cert = xs;
    +                ok = (*cb) (0, ctx);
    +                if (!ok) {
    +                    EVP_PKEY_free(pkey);
    +                    goto end;
    +                }
    +            }
    +            EVP_PKEY_free(pkey);
    +            pkey = NULL;
    +        }
    +
    +        xs->valid = 1;
    +
    + check_cert:
    +        ok = check_cert_time(ctx, xs);
    +        if (!ok)
    +            goto end;
    +
    +        /* The last error (if any) is still in the error value */
    +        ctx->current_issuer = xi;
    +        ctx->current_cert = xs;
    +        ok = (*cb) (1, ctx);
    +        if (!ok)
    +            goto end;
    +
    +        n--;
    +        if (n >= 0) {
    +            xi = xs;
    +            xs = sk_X509_value(ctx->chain, n);
    +        }
    +    }
    +    ok = 1;
    + end:
    +    return ok;
    +}
     
     int X509_cmp_current_time(const ASN1_TIME *ctm)
     {
    -	return X509_cmp_time(ctm, NULL);
    +    return X509_cmp_time(ctm, NULL);
     }
     
     int X509_cmp_time(const ASN1_TIME *ctm, time_t *cmp_time)
    -	{
    -	char *str;
    -	ASN1_TIME atm;
    -	long offset;
    -	char buff1[24],buff2[24],*p;
    -	int i,j;
    -
    -	p=buff1;
    -	i=ctm->length;
    -	str=(char *)ctm->data;
    -	if (ctm->type == V_ASN1_UTCTIME)
    -		{
    -		if ((i < 11) || (i > 17)) return 0;
    -		memcpy(p,str,10);
    -		p+=10;
    -		str+=10;
    -		}
    -	else
    -		{
    -		if (i < 13) return 0;
    -		memcpy(p,str,12);
    -		p+=12;
    -		str+=12;
    -		}
    -
    -	if ((*str == 'Z') || (*str == '-') || (*str == '+'))
    -		{ *(p++)='0'; *(p++)='0'; }
    -	else
    -		{ 
    -		*(p++)= *(str++);
    -		*(p++)= *(str++);
    -		/* Skip any fractional seconds... */
    -		if (*str == '.')
    -			{
    -			str++;
    -			while ((*str >= '0') && (*str <= '9')) str++;
    -			}
    -		
    -		}
    -	*(p++)='Z';
    -	*(p++)='\0';
    -
    -	if (*str == 'Z')
    -		offset=0;
    -	else
    -		{
    -		if ((*str != '+') && (*str != '-'))
    -			return 0;
    -		offset=((str[1]-'0')*10+(str[2]-'0'))*60;
    -		offset+=(str[3]-'0')*10+(str[4]-'0');
    -		if (*str == '-')
    -			offset= -offset;
    -		}
    -	atm.type=ctm->type;
    -	atm.flags = 0;
    -	atm.length=sizeof(buff2);
    -	atm.data=(unsigned char *)buff2;
    -
    -	if (X509_time_adj(&atm, offset*60, cmp_time) == NULL)
    -		return 0;
    -
    -	if (ctm->type == V_ASN1_UTCTIME)
    -		{
    -		i=(buff1[0]-'0')*10+(buff1[1]-'0');
    -		if (i < 50) i+=100; /* cf. RFC 2459 */
    -		j=(buff2[0]-'0')*10+(buff2[1]-'0');
    -		if (j < 50) j+=100;
    -
    -		if (i < j) return -1;
    -		if (i > j) return 1;
    -		}
    -	i=strcmp(buff1,buff2);
    -	if (i == 0) /* wait a second then return younger :-) */
    -		return -1;
    -	else
    -		return i;
    -	}
    +{
    +    char *str;
    +    ASN1_TIME atm;
    +    long offset;
    +    char buff1[24], buff2[24], *p;
    +    int i, j;
    +
    +    p = buff1;
    +    i = ctm->length;
    +    str = (char *)ctm->data;
    +    if (ctm->type == V_ASN1_UTCTIME) {
    +        if ((i < 11) || (i > 17))
    +            return 0;
    +        memcpy(p, str, 10);
    +        p += 10;
    +        str += 10;
    +    } else {
    +        if (i < 13)
    +            return 0;
    +        memcpy(p, str, 12);
    +        p += 12;
    +        str += 12;
    +    }
    +
    +    if ((*str == 'Z') || (*str == '-') || (*str == '+')) {
    +        *(p++) = '0';
    +        *(p++) = '0';
    +    } else {
    +        *(p++) = *(str++);
    +        *(p++) = *(str++);
    +        /* Skip any fractional seconds... */
    +        if (*str == '.') {
    +            str++;
    +            while ((*str >= '0') && (*str <= '9'))
    +                str++;
    +        }
    +
    +    }
    +    *(p++) = 'Z';
    +    *(p++) = '\0';
    +
    +    if (*str == 'Z')
    +        offset = 0;
    +    else {
    +        if ((*str != '+') && (*str != '-'))
    +            return 0;
    +        offset = ((str[1] - '0') * 10 + (str[2] - '0')) * 60;
    +        offset += (str[3] - '0') * 10 + (str[4] - '0');
    +        if (*str == '-')
    +            offset = -offset;
    +    }
    +    atm.type = ctm->type;
    +    atm.flags = 0;
    +    atm.length = sizeof(buff2);
    +    atm.data = (unsigned char *)buff2;
    +
    +    if (X509_time_adj(&atm, offset * 60, cmp_time) == NULL)
    +        return 0;
    +
    +    if (ctm->type == V_ASN1_UTCTIME) {
    +        i = (buff1[0] - '0') * 10 + (buff1[1] - '0');
    +        if (i < 50)
    +            i += 100;           /* cf. RFC 2459 */
    +        j = (buff2[0] - '0') * 10 + (buff2[1] - '0');
    +        if (j < 50)
    +            j += 100;
    +
    +        if (i < j)
    +            return -1;
    +        if (i > j)
    +            return 1;
    +    }
    +    i = strcmp(buff1, buff2);
    +    if (i == 0)                 /* wait a second then return younger :-) */
    +        return -1;
    +    else
    +        return i;
    +}
     
     ASN1_TIME *X509_gmtime_adj(ASN1_TIME *s, long adj)
     {
    -	return X509_time_adj(s, adj, NULL);
    +    return X509_time_adj(s, adj, NULL);
     }
     
     ASN1_TIME *X509_time_adj(ASN1_TIME *s, long offset_sec, time_t *in_tm)
    -	{
    -	return X509_time_adj_ex(s, 0, offset_sec, in_tm);
    -	}
    +{
    +    return X509_time_adj_ex(s, 0, offset_sec, in_tm);
    +}
     
     ASN1_TIME *X509_time_adj_ex(ASN1_TIME *s,
    -				int offset_day, long offset_sec, time_t *in_tm)
    -	{
    -	time_t t;
    -
    -	if (in_tm) t = *in_tm;
    -	else time(&t);
    -
    -	if (s && !(s->flags & ASN1_STRING_FLAG_MSTRING))
    -		{
    -		if (s->type == V_ASN1_UTCTIME)
    -			return ASN1_UTCTIME_adj(s,t, offset_day, offset_sec);
    -		if (s->type == V_ASN1_GENERALIZEDTIME)
    -			return ASN1_GENERALIZEDTIME_adj(s, t, offset_day,
    -								offset_sec);
    -		}
    -	return ASN1_TIME_adj(s, t, offset_day, offset_sec);
    -	}
    +                            int offset_day, long offset_sec, time_t *in_tm)
    +{
    +    time_t t;
    +
    +    if (in_tm)
    +        t = *in_tm;
    +    else
    +        time(&t);
    +
    +    if (s && !(s->flags & ASN1_STRING_FLAG_MSTRING)) {
    +        if (s->type == V_ASN1_UTCTIME)
    +            return ASN1_UTCTIME_adj(s, t, offset_day, offset_sec);
    +        if (s->type == V_ASN1_GENERALIZEDTIME)
    +            return ASN1_GENERALIZEDTIME_adj(s, t, offset_day, offset_sec);
    +    }
    +    return ASN1_TIME_adj(s, t, offset_day, offset_sec);
    +}
     
     int X509_get_pubkey_parameters(EVP_PKEY *pkey, STACK_OF(X509) *chain)
    -	{
    -	EVP_PKEY *ktmp=NULL,*ktmp2;
    -	int i,j;
    -
    -	if ((pkey != NULL) && !EVP_PKEY_missing_parameters(pkey)) return 1;
    -
    -	for (i=0; i= 0; j--)
    -		{
    -		ktmp2=X509_get_pubkey(sk_X509_value(chain,j));
    -		EVP_PKEY_copy_parameters(ktmp2,ktmp);
    -		EVP_PKEY_free(ktmp2);
    -		}
    -	
    -	if (pkey != NULL) EVP_PKEY_copy_parameters(pkey,ktmp);
    -	EVP_PKEY_free(ktmp);
    -	return 1;
    -	}
    -
    -int X509_STORE_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
    -	     CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func)
    -	{
    -	/* This function is (usually) called only once, by
    -	 * SSL_get_ex_data_X509_STORE_CTX_idx (ssl/ssl_cert.c). */
    -	return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_X509_STORE_CTX, argl, argp,
    -			new_func, dup_func, free_func);
    -	}
    +{
    +    EVP_PKEY *ktmp = NULL, *ktmp2;
    +    int i, j;
    +
    +    if ((pkey != NULL) && !EVP_PKEY_missing_parameters(pkey))
    +        return 1;
    +
    +    for (i = 0; i < sk_X509_num(chain); i++) {
    +        ktmp = X509_get_pubkey(sk_X509_value(chain, i));
    +        if (ktmp == NULL) {
    +            X509err(X509_F_X509_GET_PUBKEY_PARAMETERS,
    +                    X509_R_UNABLE_TO_GET_CERTS_PUBLIC_KEY);
    +            return 0;
    +        }
    +        if (!EVP_PKEY_missing_parameters(ktmp))
    +            break;
    +        else {
    +            EVP_PKEY_free(ktmp);
    +            ktmp = NULL;
    +        }
    +    }
    +    if (ktmp == NULL) {
    +        X509err(X509_F_X509_GET_PUBKEY_PARAMETERS,
    +                X509_R_UNABLE_TO_FIND_PARAMETERS_IN_CHAIN);
    +        return 0;
    +    }
    +
    +    /* first, populate the other certs */
    +    for (j = i - 1; j >= 0; j--) {
    +        ktmp2 = X509_get_pubkey(sk_X509_value(chain, j));
    +        EVP_PKEY_copy_parameters(ktmp2, ktmp);
    +        EVP_PKEY_free(ktmp2);
    +    }
    +
    +    if (pkey != NULL)
    +        EVP_PKEY_copy_parameters(pkey, ktmp);
    +    EVP_PKEY_free(ktmp);
    +    return 1;
    +}
    +
    +/* Make a delta CRL as the diff between two full CRLs */
    +
    +X509_CRL *X509_CRL_diff(X509_CRL *base, X509_CRL *newer,
    +                        EVP_PKEY *skey, const EVP_MD *md, unsigned int flags)
    +{
    +    X509_CRL *crl = NULL;
    +    int i;
    +    STACK_OF(X509_REVOKED) *revs = NULL;
    +    /* CRLs can't be delta already */
    +    if (base->base_crl_number || newer->base_crl_number) {
    +        X509err(X509_F_X509_CRL_DIFF, X509_R_CRL_ALREADY_DELTA);
    +        return NULL;
    +    }
    +    /* Base and new CRL must have a CRL number */
    +    if (!base->crl_number || !newer->crl_number) {
    +        X509err(X509_F_X509_CRL_DIFF, X509_R_NO_CRL_NUMBER);
    +        return NULL;
    +    }
    +    /* Issuer names must match */
    +    if (X509_NAME_cmp(X509_CRL_get_issuer(base), X509_CRL_get_issuer(newer))) {
    +        X509err(X509_F_X509_CRL_DIFF, X509_R_ISSUER_MISMATCH);
    +        return NULL;
    +    }
    +    /* AKID and IDP must match */
    +    if (!crl_extension_match(base, newer, NID_authority_key_identifier)) {
    +        X509err(X509_F_X509_CRL_DIFF, X509_R_AKID_MISMATCH);
    +        return NULL;
    +    }
    +    if (!crl_extension_match(base, newer, NID_issuing_distribution_point)) {
    +        X509err(X509_F_X509_CRL_DIFF, X509_R_IDP_MISMATCH);
    +        return NULL;
    +    }
    +    /* Newer CRL number must exceed full CRL number */
    +    if (ASN1_INTEGER_cmp(newer->crl_number, base->crl_number) <= 0) {
    +        X509err(X509_F_X509_CRL_DIFF, X509_R_NEWER_CRL_NOT_NEWER);
    +        return NULL;
    +    }
    +    /* CRLs must verify */
    +    if (skey && (X509_CRL_verify(base, skey) <= 0 ||
    +                 X509_CRL_verify(newer, skey) <= 0)) {
    +        X509err(X509_F_X509_CRL_DIFF, X509_R_CRL_VERIFY_FAILURE);
    +        return NULL;
    +    }
    +    /* Create new CRL */
    +    crl = X509_CRL_new();
    +    if (!crl || !X509_CRL_set_version(crl, 1))
    +        goto memerr;
    +    /* Set issuer name */
    +    if (!X509_CRL_set_issuer_name(crl, X509_CRL_get_issuer(newer)))
    +        goto memerr;
    +
    +    if (!X509_CRL_set_lastUpdate(crl, X509_CRL_get_lastUpdate(newer)))
    +        goto memerr;
    +    if (!X509_CRL_set_nextUpdate(crl, X509_CRL_get_nextUpdate(newer)))
    +        goto memerr;
    +
    +    /* Set base CRL number: must be critical */
    +
    +    if (!X509_CRL_add1_ext_i2d(crl, NID_delta_crl, base->crl_number, 1, 0))
    +        goto memerr;
    +
    +    /*
    +     * Copy extensions across from newest CRL to delta: this will set CRL
    +     * number to correct value too.
    +     */
    +
    +    for (i = 0; i < X509_CRL_get_ext_count(newer); i++) {
    +        X509_EXTENSION *ext;
    +        ext = X509_CRL_get_ext(newer, i);
    +        if (!X509_CRL_add_ext(crl, ext, -1))
    +            goto memerr;
    +    }
    +
    +    /* Go through revoked entries, copying as needed */
    +
    +    revs = X509_CRL_get_REVOKED(newer);
    +
    +    for (i = 0; i < sk_X509_REVOKED_num(revs); i++) {
    +        X509_REVOKED *rvn, *rvtmp;
    +        rvn = sk_X509_REVOKED_value(revs, i);
    +        /*
    +         * Add only if not also in base. TODO: need something cleverer here
    +         * for some more complex CRLs covering multiple CAs.
    +         */
    +        if (!X509_CRL_get0_by_serial(base, &rvtmp, rvn->serialNumber)) {
    +            rvtmp = X509_REVOKED_dup(rvn);
    +            if (!rvtmp)
    +                goto memerr;
    +            if (!X509_CRL_add0_revoked(crl, rvtmp)) {
    +                X509_REVOKED_free(rvtmp);
    +                goto memerr;
    +            }
    +        }
    +    }
    +    /* TODO: optionally prune deleted entries */
    +
    +    if (skey && md && !X509_CRL_sign(crl, skey, md))
    +        goto memerr;
    +
    +    return crl;
    +
    + memerr:
    +    X509err(X509_F_X509_CRL_DIFF, ERR_R_MALLOC_FAILURE);
    +    if (crl)
    +        X509_CRL_free(crl);
    +    return NULL;
    +}
    +
    +int X509_STORE_CTX_get_ex_new_index(long argl, void *argp,
    +                                    CRYPTO_EX_new *new_func,
    +                                    CRYPTO_EX_dup *dup_func,
    +                                    CRYPTO_EX_free *free_func)
    +{
    +    /*
    +     * This function is (usually) called only once, by
    +     * SSL_get_ex_data_X509_STORE_CTX_idx (ssl/ssl_cert.c).
    +     */
    +    return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_X509_STORE_CTX, argl, argp,
    +                                   new_func, dup_func, free_func);
    +}
     
     int X509_STORE_CTX_set_ex_data(X509_STORE_CTX *ctx, int idx, void *data)
    -	{
    -	return CRYPTO_set_ex_data(&ctx->ex_data,idx,data);
    -	}
    +{
    +    return CRYPTO_set_ex_data(&ctx->ex_data, idx, data);
    +}
     
     void *X509_STORE_CTX_get_ex_data(X509_STORE_CTX *ctx, int idx)
    -	{
    -	return CRYPTO_get_ex_data(&ctx->ex_data,idx);
    -	}
    +{
    +    return CRYPTO_get_ex_data(&ctx->ex_data, idx);
    +}
     
     int X509_STORE_CTX_get_error(X509_STORE_CTX *ctx)
    -	{
    -	return ctx->error;
    -	}
    +{
    +    return ctx->error;
    +}
     
     void X509_STORE_CTX_set_error(X509_STORE_CTX *ctx, int err)
    -	{
    -	ctx->error=err;
    -	}
    +{
    +    ctx->error = err;
    +}
     
     int X509_STORE_CTX_get_error_depth(X509_STORE_CTX *ctx)
    -	{
    -	return ctx->error_depth;
    -	}
    +{
    +    return ctx->error_depth;
    +}
     
     X509 *X509_STORE_CTX_get_current_cert(X509_STORE_CTX *ctx)
    -	{
    -	return ctx->current_cert;
    -	}
    +{
    +    return ctx->current_cert;
    +}
     
     STACK_OF(X509) *X509_STORE_CTX_get_chain(X509_STORE_CTX *ctx)
    -	{
    -	return ctx->chain;
    -	}
    +{
    +    return ctx->chain;
    +}
     
     STACK_OF(X509) *X509_STORE_CTX_get1_chain(X509_STORE_CTX *ctx)
    -	{
    -	int i;
    -	X509 *x;
    -	STACK_OF(X509) *chain;
    -	if (!ctx->chain || !(chain = sk_X509_dup(ctx->chain))) return NULL;
    -	for (i = 0; i < sk_X509_num(chain); i++)
    -		{
    -		x = sk_X509_value(chain, i);
    -		CRYPTO_add(&x->references, 1, CRYPTO_LOCK_X509);
    -		}
    -	return chain;
    -	}
    +{
    +    if (!ctx->chain)
    +        return NULL;
    +    return X509_chain_up_ref(ctx->chain);
    +}
     
     X509 *X509_STORE_CTX_get0_current_issuer(X509_STORE_CTX *ctx)
    -	{
    -	return ctx->current_issuer;
    -	}
    +{
    +    return ctx->current_issuer;
    +}
     
     X509_CRL *X509_STORE_CTX_get0_current_crl(X509_STORE_CTX *ctx)
    -	{
    -	return ctx->current_crl;
    -	}
    +{
    +    return ctx->current_crl;
    +}
     
     X509_STORE_CTX *X509_STORE_CTX_get0_parent_ctx(X509_STORE_CTX *ctx)
    -	{
    -	return ctx->parent;
    -	}
    +{
    +    return ctx->parent;
    +}
     
     void X509_STORE_CTX_set_cert(X509_STORE_CTX *ctx, X509 *x)
    -	{
    -	ctx->cert=x;
    -	}
    +{
    +    ctx->cert = x;
    +}
     
     void X509_STORE_CTX_set_chain(X509_STORE_CTX *ctx, STACK_OF(X509) *sk)
    -	{
    -	ctx->untrusted=sk;
    -	}
    +{
    +    ctx->untrusted = sk;
    +}
     
     void X509_STORE_CTX_set0_crls(X509_STORE_CTX *ctx, STACK_OF(X509_CRL) *sk)
    -	{
    -	ctx->crls=sk;
    -	}
    +{
    +    ctx->crls = sk;
    +}
     
     int X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose)
    -	{
    -	return X509_STORE_CTX_purpose_inherit(ctx, 0, purpose, 0);
    -	}
    +{
    +    return X509_STORE_CTX_purpose_inherit(ctx, 0, purpose, 0);
    +}
     
     int X509_STORE_CTX_set_trust(X509_STORE_CTX *ctx, int trust)
    -	{
    -	return X509_STORE_CTX_purpose_inherit(ctx, 0, 0, trust);
    -	}
    -
    -/* This function is used to set the X509_STORE_CTX purpose and trust
    - * values. This is intended to be used when another structure has its
    - * own trust and purpose values which (if set) will be inherited by
    - * the ctx. If they aren't set then we will usually have a default
    - * purpose in mind which should then be used to set the trust value.
    - * An example of this is SSL use: an SSL structure will have its own
    - * purpose and trust settings which the application can set: if they
    - * aren't set then we use the default of SSL client/server.
    +{
    +    return X509_STORE_CTX_purpose_inherit(ctx, 0, 0, trust);
    +}
    +
    +/*
    + * This function is used to set the X509_STORE_CTX purpose and trust values.
    + * This is intended to be used when another structure has its own trust and
    + * purpose values which (if set) will be inherited by the ctx. If they aren't
    + * set then we will usually have a default purpose in mind which should then
    + * be used to set the trust value. An example of this is SSL use: an SSL
    + * structure will have its own purpose and trust settings which the
    + * application can set: if they aren't set then we use the default of SSL
    + * client/server.
      */
     
     int X509_STORE_CTX_purpose_inherit(X509_STORE_CTX *ctx, int def_purpose,
    -				int purpose, int trust)
    -{
    -	int idx;
    -	/* If purpose not set use default */
    -	if (!purpose) purpose = def_purpose;
    -	/* If we have a purpose then check it is valid */
    -	if (purpose)
    -		{
    -		X509_PURPOSE *ptmp;
    -		idx = X509_PURPOSE_get_by_id(purpose);
    -		if (idx == -1)
    -			{
    -			X509err(X509_F_X509_STORE_CTX_PURPOSE_INHERIT,
    -						X509_R_UNKNOWN_PURPOSE_ID);
    -			return 0;
    -			}
    -		ptmp = X509_PURPOSE_get0(idx);
    -		if (ptmp->trust == X509_TRUST_DEFAULT)
    -			{
    -			idx = X509_PURPOSE_get_by_id(def_purpose);
    -			if (idx == -1)
    -				{
    -				X509err(X509_F_X509_STORE_CTX_PURPOSE_INHERIT,
    -						X509_R_UNKNOWN_PURPOSE_ID);
    -				return 0;
    -				}
    -			ptmp = X509_PURPOSE_get0(idx);
    -			}
    -		/* If trust not set then get from purpose default */
    -		if (!trust) trust = ptmp->trust;
    -		}
    -	if (trust)
    -		{
    -		idx = X509_TRUST_get_by_id(trust);
    -		if (idx == -1)
    -			{
    -			X509err(X509_F_X509_STORE_CTX_PURPOSE_INHERIT,
    -						X509_R_UNKNOWN_TRUST_ID);
    -			return 0;
    -			}
    -		}
    -
    -	if (purpose && !ctx->param->purpose) ctx->param->purpose = purpose;
    -	if (trust && !ctx->param->trust) ctx->param->trust = trust;
    -	return 1;
    +                                   int purpose, int trust)
    +{
    +    int idx;
    +    /* If purpose not set use default */
    +    if (!purpose)
    +        purpose = def_purpose;
    +    /* If we have a purpose then check it is valid */
    +    if (purpose) {
    +        X509_PURPOSE *ptmp;
    +        idx = X509_PURPOSE_get_by_id(purpose);
    +        if (idx == -1) {
    +            X509err(X509_F_X509_STORE_CTX_PURPOSE_INHERIT,
    +                    X509_R_UNKNOWN_PURPOSE_ID);
    +            return 0;
    +        }
    +        ptmp = X509_PURPOSE_get0(idx);
    +        if (ptmp->trust == X509_TRUST_DEFAULT) {
    +            idx = X509_PURPOSE_get_by_id(def_purpose);
    +            if (idx == -1) {
    +                X509err(X509_F_X509_STORE_CTX_PURPOSE_INHERIT,
    +                        X509_R_UNKNOWN_PURPOSE_ID);
    +                return 0;
    +            }
    +            ptmp = X509_PURPOSE_get0(idx);
    +        }
    +        /* If trust not set then get from purpose default */
    +        if (!trust)
    +            trust = ptmp->trust;
    +    }
    +    if (trust) {
    +        idx = X509_TRUST_get_by_id(trust);
    +        if (idx == -1) {
    +            X509err(X509_F_X509_STORE_CTX_PURPOSE_INHERIT,
    +                    X509_R_UNKNOWN_TRUST_ID);
    +            return 0;
    +        }
    +    }
    +
    +    if (purpose && !ctx->param->purpose)
    +        ctx->param->purpose = purpose;
    +    if (trust && !ctx->param->trust)
    +        ctx->param->trust = trust;
    +    return 1;
     }
     
     X509_STORE_CTX *X509_STORE_CTX_new(void)
     {
    -	X509_STORE_CTX *ctx;
    -	ctx = (X509_STORE_CTX *)OPENSSL_malloc(sizeof(X509_STORE_CTX));
    -	if (!ctx)
    -		{
    -		X509err(X509_F_X509_STORE_CTX_NEW,ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -		}
    -	memset(ctx, 0, sizeof(X509_STORE_CTX));
    -	return ctx;
    +    X509_STORE_CTX *ctx;
    +    ctx = (X509_STORE_CTX *)OPENSSL_malloc(sizeof(X509_STORE_CTX));
    +    if (!ctx) {
    +        X509err(X509_F_X509_STORE_CTX_NEW, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +    memset(ctx, 0, sizeof(X509_STORE_CTX));
    +    return ctx;
     }
     
     void X509_STORE_CTX_free(X509_STORE_CTX *ctx)
     {
    -	X509_STORE_CTX_cleanup(ctx);
    -	OPENSSL_free(ctx);
    +    X509_STORE_CTX_cleanup(ctx);
    +    OPENSSL_free(ctx);
     }
     
     int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store, X509 *x509,
    -	     STACK_OF(X509) *chain)
    -	{
    -	int ret = 1;
    -	ctx->ctx=store;
    -	ctx->current_method=0;
    -	ctx->cert=x509;
    -	ctx->untrusted=chain;
    -	ctx->crls = NULL;
    -	ctx->last_untrusted=0;
    -	ctx->other_ctx=NULL;
    -	ctx->valid=0;
    -	ctx->chain=NULL;
    -	ctx->error=0;
    -	ctx->explicit_policy=0;
    -	ctx->error_depth=0;
    -	ctx->current_cert=NULL;
    -	ctx->current_issuer=NULL;
    -	ctx->current_crl=NULL;
    -	ctx->current_crl_score=0;
    -	ctx->current_reasons=0;
    -	ctx->tree = NULL;
    -	ctx->parent = NULL;
    -
    -	ctx->param = X509_VERIFY_PARAM_new();
    -
    -	if (!ctx->param)
    -		{
    -		X509err(X509_F_X509_STORE_CTX_INIT,ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -
    -	/* Inherit callbacks and flags from X509_STORE if not set
    -	 * use defaults.
    -	 */
    -
    -
    -	if (store)
    -		ret = X509_VERIFY_PARAM_inherit(ctx->param, store->param);
    -	else
    -		ctx->param->inh_flags |= X509_VP_FLAG_DEFAULT|X509_VP_FLAG_ONCE;
    -
    -	if (store)
    -		{
    -		ctx->verify_cb = store->verify_cb;
    -		ctx->cleanup = store->cleanup;
    -		}
    -	else
    -		ctx->cleanup = 0;
    -
    -	if (ret)
    -		ret = X509_VERIFY_PARAM_inherit(ctx->param,
    -					X509_VERIFY_PARAM_lookup("default"));
    -
    -	if (ret == 0)
    -		{
    -		X509err(X509_F_X509_STORE_CTX_INIT,ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -
    -	if (store && store->check_issued)
    -		ctx->check_issued = store->check_issued;
    -	else
    -		ctx->check_issued = check_issued;
    -
    -	if (store && store->get_issuer)
    -		ctx->get_issuer = store->get_issuer;
    -	else
    -		ctx->get_issuer = X509_STORE_CTX_get1_issuer;
    -
    -	if (store && store->verify_cb)
    -		ctx->verify_cb = store->verify_cb;
    -	else
    -		ctx->verify_cb = null_callback;
    -
    -	if (store && store->verify)
    -		ctx->verify = store->verify;
    -	else
    -		ctx->verify = internal_verify;
    -
    -	if (store && store->check_revocation)
    -		ctx->check_revocation = store->check_revocation;
    -	else
    -		ctx->check_revocation = check_revocation;
    -
    -	if (store && store->get_crl)
    -		ctx->get_crl = store->get_crl;
    -	else
    -		ctx->get_crl = NULL;
    -
    -	if (store && store->check_crl)
    -		ctx->check_crl = store->check_crl;
    -	else
    -		ctx->check_crl = check_crl;
    -
    -	if (store && store->cert_crl)
    -		ctx->cert_crl = store->cert_crl;
    -	else
    -		ctx->cert_crl = cert_crl;
    -
    -	if (store && store->lookup_certs)
    -		ctx->lookup_certs = store->lookup_certs;
    -	else
    -		ctx->lookup_certs = X509_STORE_get1_certs;
    -
    -	if (store && store->lookup_crls)
    -		ctx->lookup_crls = store->lookup_crls;
    -	else
    -		ctx->lookup_crls = X509_STORE_get1_crls;
    -
    -	ctx->check_policy = check_policy;
    -
    -
    -	/* This memset() can't make any sense anyway, so it's removed. As
    -	 * X509_STORE_CTX_cleanup does a proper "free" on the ex_data, we put a
    -	 * corresponding "new" here and remove this bogus initialisation. */
    -	/* memset(&(ctx->ex_data),0,sizeof(CRYPTO_EX_DATA)); */
    -	if(!CRYPTO_new_ex_data(CRYPTO_EX_INDEX_X509_STORE_CTX, ctx,
    -				&(ctx->ex_data)))
    -		{
    -		OPENSSL_free(ctx);
    -		X509err(X509_F_X509_STORE_CTX_INIT,ERR_R_MALLOC_FAILURE);
    -		return 0;
    -		}
    -	return 1;
    -	}
    -
    -/* Set alternative lookup method: just a STACK of trusted certificates.
    - * This avoids X509_STORE nastiness where it isn't needed.
    +                        STACK_OF(X509) *chain)
    +{
    +    int ret = 1;
    +    ctx->ctx = store;
    +    ctx->current_method = 0;
    +    ctx->cert = x509;
    +    ctx->untrusted = chain;
    +    ctx->crls = NULL;
    +    ctx->last_untrusted = 0;
    +    ctx->other_ctx = NULL;
    +    ctx->valid = 0;
    +    ctx->chain = NULL;
    +    ctx->error = 0;
    +    ctx->explicit_policy = 0;
    +    ctx->error_depth = 0;
    +    ctx->current_cert = NULL;
    +    ctx->current_issuer = NULL;
    +    ctx->current_crl = NULL;
    +    ctx->current_crl_score = 0;
    +    ctx->current_reasons = 0;
    +    ctx->tree = NULL;
    +    ctx->parent = NULL;
    +
    +    ctx->param = X509_VERIFY_PARAM_new();
    +
    +    if (!ctx->param) {
    +        X509err(X509_F_X509_STORE_CTX_INIT, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +
    +    /*
    +     * Inherit callbacks and flags from X509_STORE if not set use defaults.
    +     */
    +
    +    if (store)
    +        ret = X509_VERIFY_PARAM_inherit(ctx->param, store->param);
    +    else
    +        ctx->param->inh_flags |= X509_VP_FLAG_DEFAULT | X509_VP_FLAG_ONCE;
    +
    +    if (store) {
    +        ctx->verify_cb = store->verify_cb;
    +        ctx->cleanup = store->cleanup;
    +    } else
    +        ctx->cleanup = 0;
    +
    +    if (ret)
    +        ret = X509_VERIFY_PARAM_inherit(ctx->param,
    +                                        X509_VERIFY_PARAM_lookup("default"));
    +
    +    if (ret == 0) {
    +        X509err(X509_F_X509_STORE_CTX_INIT, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +
    +    if (store && store->check_issued)
    +        ctx->check_issued = store->check_issued;
    +    else
    +        ctx->check_issued = check_issued;
    +
    +    if (store && store->get_issuer)
    +        ctx->get_issuer = store->get_issuer;
    +    else
    +        ctx->get_issuer = X509_STORE_CTX_get1_issuer;
    +
    +    if (store && store->verify_cb)
    +        ctx->verify_cb = store->verify_cb;
    +    else
    +        ctx->verify_cb = null_callback;
    +
    +    if (store && store->verify)
    +        ctx->verify = store->verify;
    +    else
    +        ctx->verify = internal_verify;
    +
    +    if (store && store->check_revocation)
    +        ctx->check_revocation = store->check_revocation;
    +    else
    +        ctx->check_revocation = check_revocation;
    +
    +    if (store && store->get_crl)
    +        ctx->get_crl = store->get_crl;
    +    else
    +        ctx->get_crl = NULL;
    +
    +    if (store && store->check_crl)
    +        ctx->check_crl = store->check_crl;
    +    else
    +        ctx->check_crl = check_crl;
    +
    +    if (store && store->cert_crl)
    +        ctx->cert_crl = store->cert_crl;
    +    else
    +        ctx->cert_crl = cert_crl;
    +
    +    if (store && store->lookup_certs)
    +        ctx->lookup_certs = store->lookup_certs;
    +    else
    +        ctx->lookup_certs = X509_STORE_get1_certs;
    +
    +    if (store && store->lookup_crls)
    +        ctx->lookup_crls = store->lookup_crls;
    +    else
    +        ctx->lookup_crls = X509_STORE_get1_crls;
    +
    +    ctx->check_policy = check_policy;
    +
    +    /*
    +     * This memset() can't make any sense anyway, so it's removed. As
    +     * X509_STORE_CTX_cleanup does a proper "free" on the ex_data, we put a
    +     * corresponding "new" here and remove this bogus initialisation.
    +     */
    +    /* memset(&(ctx->ex_data),0,sizeof(CRYPTO_EX_DATA)); */
    +    if (!CRYPTO_new_ex_data(CRYPTO_EX_INDEX_X509_STORE_CTX, ctx,
    +                            &(ctx->ex_data))) {
    +        OPENSSL_free(ctx);
    +        X509err(X509_F_X509_STORE_CTX_INIT, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    return 1;
    +}
    +
    +/*
    + * Set alternative lookup method: just a STACK of trusted certificates. This
    + * avoids X509_STORE nastiness where it isn't needed.
      */
     
     void X509_STORE_CTX_trusted_stack(X509_STORE_CTX *ctx, STACK_OF(X509) *sk)
     {
    -	ctx->other_ctx = sk;
    -	ctx->get_issuer = get_issuer_sk;
    +    ctx->other_ctx = sk;
    +    ctx->get_issuer = get_issuer_sk;
     }
     
     void X509_STORE_CTX_cleanup(X509_STORE_CTX *ctx)
    -	{
    -	if (ctx->cleanup) ctx->cleanup(ctx);
    -	if (ctx->param != NULL)
    -		{
    -		if (ctx->parent == NULL)
    -			X509_VERIFY_PARAM_free(ctx->param);
    -		ctx->param=NULL;
    -		}
    -	if (ctx->tree != NULL)
    -		{
    -		X509_policy_tree_free(ctx->tree);
    -		ctx->tree=NULL;
    -		}
    -	if (ctx->chain != NULL)
    -		{
    -		sk_X509_pop_free(ctx->chain,X509_free);
    -		ctx->chain=NULL;
    -		}
    -	CRYPTO_free_ex_data(CRYPTO_EX_INDEX_X509_STORE_CTX, ctx, &(ctx->ex_data));
    -	memset(&ctx->ex_data,0,sizeof(CRYPTO_EX_DATA));
    -	}
    +{
    +    if (ctx->cleanup)
    +        ctx->cleanup(ctx);
    +    if (ctx->param != NULL) {
    +        if (ctx->parent == NULL)
    +            X509_VERIFY_PARAM_free(ctx->param);
    +        ctx->param = NULL;
    +    }
    +    if (ctx->tree != NULL) {
    +        X509_policy_tree_free(ctx->tree);
    +        ctx->tree = NULL;
    +    }
    +    if (ctx->chain != NULL) {
    +        sk_X509_pop_free(ctx->chain, X509_free);
    +        ctx->chain = NULL;
    +    }
    +    CRYPTO_free_ex_data(CRYPTO_EX_INDEX_X509_STORE_CTX, ctx, &(ctx->ex_data));
    +    memset(&ctx->ex_data, 0, sizeof(CRYPTO_EX_DATA));
    +}
     
     void X509_STORE_CTX_set_depth(X509_STORE_CTX *ctx, int depth)
    -	{
    -	X509_VERIFY_PARAM_set_depth(ctx->param, depth);
    -	}
    +{
    +    X509_VERIFY_PARAM_set_depth(ctx->param, depth);
    +}
     
     void X509_STORE_CTX_set_flags(X509_STORE_CTX *ctx, unsigned long flags)
    -	{
    -	X509_VERIFY_PARAM_set_flags(ctx->param, flags);
    -	}
    +{
    +    X509_VERIFY_PARAM_set_flags(ctx->param, flags);
    +}
     
    -void X509_STORE_CTX_set_time(X509_STORE_CTX *ctx, unsigned long flags, time_t t)
    -	{
    -	X509_VERIFY_PARAM_set_time(ctx->param, t);
    -	}
    +void X509_STORE_CTX_set_time(X509_STORE_CTX *ctx, unsigned long flags,
    +                             time_t t)
    +{
    +    X509_VERIFY_PARAM_set_time(ctx->param, t);
    +}
     
     void X509_STORE_CTX_set_verify_cb(X509_STORE_CTX *ctx,
    -				  int (*verify_cb)(int, X509_STORE_CTX *))
    -	{
    -	ctx->verify_cb=verify_cb;
    -	}
    +                                  int (*verify_cb) (int, X509_STORE_CTX *))
    +{
    +    ctx->verify_cb = verify_cb;
    +}
     
     X509_POLICY_TREE *X509_STORE_CTX_get0_policy_tree(X509_STORE_CTX *ctx)
    -	{
    -	return ctx->tree;
    -	}
    +{
    +    return ctx->tree;
    +}
     
     int X509_STORE_CTX_get_explicit_policy(X509_STORE_CTX *ctx)
    -	{
    -	return ctx->explicit_policy;
    -	}
    +{
    +    return ctx->explicit_policy;
    +}
     
     int X509_STORE_CTX_set_default(X509_STORE_CTX *ctx, const char *name)
    -	{
    -	const X509_VERIFY_PARAM *param;
    -	param = X509_VERIFY_PARAM_lookup(name);
    -	if (!param)
    -		return 0;
    -	return X509_VERIFY_PARAM_inherit(ctx->param, param);
    -	}
    +{
    +    const X509_VERIFY_PARAM *param;
    +    param = X509_VERIFY_PARAM_lookup(name);
    +    if (!param)
    +        return 0;
    +    return X509_VERIFY_PARAM_inherit(ctx->param, param);
    +}
     
     X509_VERIFY_PARAM *X509_STORE_CTX_get0_param(X509_STORE_CTX *ctx)
    -	{
    -	return ctx->param;
    -	}
    +{
    +    return ctx->param;
    +}
     
     void X509_STORE_CTX_set0_param(X509_STORE_CTX *ctx, X509_VERIFY_PARAM *param)
    -	{
    -	if (ctx->param)
    -		X509_VERIFY_PARAM_free(ctx->param);
    -	ctx->param = param;
    -	}
    +{
    +    if (ctx->param)
    +        X509_VERIFY_PARAM_free(ctx->param);
    +    ctx->param = param;
    +}
     
     IMPLEMENT_STACK_OF(X509)
    +
     IMPLEMENT_ASN1_SET_OF(X509)
     
     IMPLEMENT_STACK_OF(X509_NAME)
     
     IMPLEMENT_STACK_OF(X509_ATTRIBUTE)
    +
     IMPLEMENT_ASN1_SET_OF(X509_ATTRIBUTE)
    diff --git a/openssl/crypto/x509/x509_vfy.h b/openssl/crypto/x509/x509_vfy.h
    index fe09b30aa..a6f0df54c 100644
    --- a/openssl/crypto/x509/x509_vfy.h
    +++ b/openssl/crypto/x509/x509_vfy.h
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -57,55 +57,55 @@
      */
     
     #ifndef HEADER_X509_H
    -#include 
    -/* openssl/x509.h ends up #include-ing this file at about the only
    - * appropriate moment. */
    +# include 
    +/*
    + * openssl/x509.h ends up #include-ing this file at about the only
    + * appropriate moment.
    + */
     #endif
     
     #ifndef HEADER_X509_VFY_H
    -#define HEADER_X509_VFY_H
    +# define HEADER_X509_VFY_H
     
    -#include 
    -#ifndef OPENSSL_NO_LHASH
    -#include 
    -#endif
    -#include 
    -#include 
    -#include 
    +# include 
    +# ifndef OPENSSL_NO_LHASH
    +#  include 
    +# endif
    +# include 
    +# include 
    +# include 
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
    -#if 0
    +# if 0
     /* Outer object */
    -typedef struct x509_hash_dir_st
    -	{
    -	int num_dirs;
    -	char **dirs;
    -	int *dirs_type;
    -	int num_dirs_alloced;
    -	} X509_HASH_DIR_CTX;
    -#endif
    -
    -typedef struct x509_file_st
    -	{
    -	int num_paths;	/* number of paths to files or directories */
    -	int num_alloced;
    -	char **paths;	/* the list of paths or directories */
    -	int *path_type;
    -	} X509_CERT_FILE_CTX;
    +typedef struct x509_hash_dir_st {
    +    int num_dirs;
    +    char **dirs;
    +    int *dirs_type;
    +    int num_dirs_alloced;
    +} X509_HASH_DIR_CTX;
    +# endif
    +
    +typedef struct x509_file_st {
    +    int num_paths;              /* number of paths to files or directories */
    +    int num_alloced;
    +    char **paths;               /* the list of paths or directories */
    +    int *path_type;
    +} X509_CERT_FILE_CTX;
     
     /*******************************/
    -/*
    -SSL_CTX -> X509_STORE    
    -		-> X509_LOOKUP
    -			->X509_LOOKUP_METHOD
    -		-> X509_LOOKUP
    -			->X509_LOOKUP_METHOD
    - 
    -SSL	-> X509_STORE_CTX
    -		->X509_STORE    
    +/*-
    +SSL_CTX -> X509_STORE
    +                -> X509_LOOKUP
    +                        ->X509_LOOKUP_METHOD
    +                -> X509_LOOKUP
    +                        ->X509_LOOKUP_METHOD
    +
    +SSL     -> X509_STORE_CTX
    +                ->X509_STORE
     
     The X509_STORE holds the tables etc for verification stuff.
     A X509_STORE_CTX is used while validating a single certificate.
    @@ -114,23 +114,22 @@ The X509_STORE then calls a function to actually verify the
     certificate chain.
     */
     
    -#define X509_LU_RETRY		-1
    -#define X509_LU_FAIL		0
    -#define X509_LU_X509		1
    -#define X509_LU_CRL		2
    -#define X509_LU_PKEY		3
    -
    -typedef struct x509_object_st
    -	{
    -	/* one of the above types */
    -	int type;
    -	union	{
    -		char *ptr;
    -		X509 *x509;
    -		X509_CRL *crl;
    -		EVP_PKEY *pkey;
    -		} data;
    -	} X509_OBJECT;
    +# define X509_LU_RETRY           -1
    +# define X509_LU_FAIL            0
    +# define X509_LU_X509            1
    +# define X509_LU_CRL             2
    +# define X509_LU_PKEY            3
    +
    +typedef struct x509_object_st {
    +    /* one of the above types */
    +    int type;
    +    union {
    +        char *ptr;
    +        X509 *x509;
    +        X509_CRL *crl;
    +        EVP_PKEY *pkey;
    +    } data;
    +} X509_OBJECT;
     
     typedef struct x509_lookup_st X509_LOOKUP;
     
    @@ -138,289 +137,339 @@ DECLARE_STACK_OF(X509_LOOKUP)
     DECLARE_STACK_OF(X509_OBJECT)
     
     /* This is a static that defines the function interface */
    -typedef struct x509_lookup_method_st
    -	{
    -	const char *name;
    -	int (*new_item)(X509_LOOKUP *ctx);
    -	void (*free)(X509_LOOKUP *ctx);
    -	int (*init)(X509_LOOKUP *ctx);
    -	int (*shutdown)(X509_LOOKUP *ctx);
    -	int (*ctrl)(X509_LOOKUP *ctx,int cmd,const char *argc,long argl,
    -			char **ret);
    -	int (*get_by_subject)(X509_LOOKUP *ctx,int type,X509_NAME *name,
    -			      X509_OBJECT *ret);
    -	int (*get_by_issuer_serial)(X509_LOOKUP *ctx,int type,X509_NAME *name,
    -				    ASN1_INTEGER *serial,X509_OBJECT *ret);
    -	int (*get_by_fingerprint)(X509_LOOKUP *ctx,int type,
    -				  unsigned char *bytes,int len,
    -				  X509_OBJECT *ret);
    -	int (*get_by_alias)(X509_LOOKUP *ctx,int type,char *str,int len,
    -			    X509_OBJECT *ret);
    -	} X509_LOOKUP_METHOD;
    -
    -/* This structure hold all parameters associated with a verify operation
    - * by including an X509_VERIFY_PARAM structure in related structures the
    +typedef struct x509_lookup_method_st {
    +    const char *name;
    +    int (*new_item) (X509_LOOKUP *ctx);
    +    void (*free) (X509_LOOKUP *ctx);
    +    int (*init) (X509_LOOKUP *ctx);
    +    int (*shutdown) (X509_LOOKUP *ctx);
    +    int (*ctrl) (X509_LOOKUP *ctx, int cmd, const char *argc, long argl,
    +                 char **ret);
    +    int (*get_by_subject) (X509_LOOKUP *ctx, int type, X509_NAME *name,
    +                           X509_OBJECT *ret);
    +    int (*get_by_issuer_serial) (X509_LOOKUP *ctx, int type, X509_NAME *name,
    +                                 ASN1_INTEGER *serial, X509_OBJECT *ret);
    +    int (*get_by_fingerprint) (X509_LOOKUP *ctx, int type,
    +                               unsigned char *bytes, int len,
    +                               X509_OBJECT *ret);
    +    int (*get_by_alias) (X509_LOOKUP *ctx, int type, char *str, int len,
    +                         X509_OBJECT *ret);
    +} X509_LOOKUP_METHOD;
    +
    +typedef struct X509_VERIFY_PARAM_ID_st X509_VERIFY_PARAM_ID;
    +
    +/*
    + * This structure hold all parameters associated with a verify operation by
    + * including an X509_VERIFY_PARAM structure in related structures the
      * parameters used can be customized
      */
     
    -typedef struct X509_VERIFY_PARAM_st
    -	{
    -	char *name;
    -	time_t check_time;	/* Time to use */
    -	unsigned long inh_flags; /* Inheritance flags */
    -	unsigned long flags;	/* Various verify flags */
    -	int purpose;		/* purpose to check untrusted certificates */
    -	int trust;		/* trust setting to check */
    -	int depth;		/* Verify depth */
    -	STACK_OF(ASN1_OBJECT) *policies;	/* Permissible policies */
    -	} X509_VERIFY_PARAM;
    +typedef struct X509_VERIFY_PARAM_st {
    +    char *name;
    +    time_t check_time;          /* Time to use */
    +    unsigned long inh_flags;    /* Inheritance flags */
    +    unsigned long flags;        /* Various verify flags */
    +    int purpose;                /* purpose to check untrusted certificates */
    +    int trust;                  /* trust setting to check */
    +    int depth;                  /* Verify depth */
    +    STACK_OF(ASN1_OBJECT) *policies; /* Permissible policies */
    +    X509_VERIFY_PARAM_ID *id;   /* opaque ID data */
    +} X509_VERIFY_PARAM;
     
     DECLARE_STACK_OF(X509_VERIFY_PARAM)
     
    -/* This is used to hold everything.  It is used for all certificate
    - * validation.  Once we have a certificate chain, the 'verify'
    - * function is then called to actually check the cert chain. */
    -struct x509_store_st
    -	{
    -	/* The following is a cache of trusted certs */
    -	int cache; 	/* if true, stash any hits */
    -	STACK_OF(X509_OBJECT) *objs;	/* Cache of all objects */
    -
    -	/* These are external lookup methods */
    -	STACK_OF(X509_LOOKUP) *get_cert_methods;
    -
    -	X509_VERIFY_PARAM *param;
    -
    -	/* Callbacks for various operations */
    -	int (*verify)(X509_STORE_CTX *ctx);	/* called to verify a certificate */
    -	int (*verify_cb)(int ok,X509_STORE_CTX *ctx);	/* error callback */
    -	int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x);	/* get issuers cert from ctx */
    -	int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
    -	int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
    -	int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
    -	int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
    -	int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */
    -	STACK_OF(X509) * (*lookup_certs)(X509_STORE_CTX *ctx, X509_NAME *nm);
    -	STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm);
    -	int (*cleanup)(X509_STORE_CTX *ctx);
    -
    -	CRYPTO_EX_DATA ex_data;
    -	int references;
    -	} /* X509_STORE */;
    +/*
    + * This is used to hold everything.  It is used for all certificate
    + * validation.  Once we have a certificate chain, the 'verify' function is
    + * then called to actually check the cert chain.
    + */
    +struct x509_store_st {
    +    /* The following is a cache of trusted certs */
    +    int cache;                  /* if true, stash any hits */
    +    STACK_OF(X509_OBJECT) *objs; /* Cache of all objects */
    +    /* These are external lookup methods */
    +    STACK_OF(X509_LOOKUP) *get_cert_methods;
    +    X509_VERIFY_PARAM *param;
    +    /* Callbacks for various operations */
    +    /* called to verify a certificate */
    +    int (*verify) (X509_STORE_CTX *ctx);
    +    /* error callback */
    +    int (*verify_cb) (int ok, X509_STORE_CTX *ctx);
    +    /* get issuers cert from ctx */
    +    int (*get_issuer) (X509 **issuer, X509_STORE_CTX *ctx, X509 *x);
    +    /* check issued */
    +    int (*check_issued) (X509_STORE_CTX *ctx, X509 *x, X509 *issuer);
    +    /* Check revocation status of chain */
    +    int (*check_revocation) (X509_STORE_CTX *ctx);
    +    /* retrieve CRL */
    +    int (*get_crl) (X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x);
    +    /* Check CRL validity */
    +    int (*check_crl) (X509_STORE_CTX *ctx, X509_CRL *crl);
    +    /* Check certificate against CRL */
    +    int (*cert_crl) (X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x);
    +    STACK_OF(X509) *(*lookup_certs) (X509_STORE_CTX *ctx, X509_NAME *nm);
    +    STACK_OF(X509_CRL) *(*lookup_crls) (X509_STORE_CTX *ctx, X509_NAME *nm);
    +    int (*cleanup) (X509_STORE_CTX *ctx);
    +    CRYPTO_EX_DATA ex_data;
    +    int references;
    +} /* X509_STORE */ ;
     
     int X509_STORE_set_depth(X509_STORE *store, int depth);
     
    -#define X509_STORE_set_verify_cb_func(ctx,func) ((ctx)->verify_cb=(func))
    -#define X509_STORE_set_verify_func(ctx,func)	((ctx)->verify=(func))
    +# define X509_STORE_set_verify_cb_func(ctx,func) ((ctx)->verify_cb=(func))
    +# define X509_STORE_set_verify_func(ctx,func)    ((ctx)->verify=(func))
     
     /* This is the functions plus an instance of the local variables. */
    -struct x509_lookup_st
    -	{
    -	int init;			/* have we been started */
    -	int skip;			/* don't use us. */
    -	X509_LOOKUP_METHOD *method;	/* the functions */
    -	char *method_data;		/* method data */
    -
    -	X509_STORE *store_ctx;	/* who owns us */
    -	} /* X509_LOOKUP */;
    -
    -/* This is a used when verifying cert chains.  Since the
    - * gathering of the cert chain can take some time (and have to be
    - * 'retried', this needs to be kept and passed around. */
    -struct x509_store_ctx_st      /* X509_STORE_CTX */
    -	{
    -	X509_STORE *ctx;
    -	int current_method;	/* used when looking up certs */
    -
    -	/* The following are set by the caller */
    -	X509 *cert;		/* The cert to check */
    -	STACK_OF(X509) *untrusted;	/* chain of X509s - untrusted - passed in */
    -	STACK_OF(X509_CRL) *crls;	/* set of CRLs passed in */
    -
    -	X509_VERIFY_PARAM *param;
    -	void *other_ctx;	/* Other info for use with get_issuer() */
    -
    -	/* Callbacks for various operations */
    -	int (*verify)(X509_STORE_CTX *ctx);	/* called to verify a certificate */
    -	int (*verify_cb)(int ok,X509_STORE_CTX *ctx);		/* error callback */
    -	int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x);	/* get issuers cert from ctx */
    -	int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
    -	int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
    -	int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
    -	int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
    -	int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */
    -	int (*check_policy)(X509_STORE_CTX *ctx);
    -	STACK_OF(X509) * (*lookup_certs)(X509_STORE_CTX *ctx, X509_NAME *nm);
    -	STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm);
    -	int (*cleanup)(X509_STORE_CTX *ctx);
    -
    -	/* The following is built up */
    -	int valid;		/* if 0, rebuild chain */
    -	int last_untrusted;	/* index of last untrusted cert */
    -	STACK_OF(X509) *chain; 		/* chain of X509s - built up and trusted */
    -	X509_POLICY_TREE *tree;	/* Valid policy tree */
    -
    -	int explicit_policy;	/* Require explicit policy value */
    -
    -	/* When something goes wrong, this is why */
    -	int error_depth;
    -	int error;
    -	X509 *current_cert;
    -	X509 *current_issuer;	/* cert currently being tested as valid issuer */
    -	X509_CRL *current_crl;	/* current CRL */
    -
    -	int current_crl_score;  /* score of current CRL */
    -	unsigned int current_reasons;  /* Reason mask */
    -
    -	X509_STORE_CTX *parent; /* For CRL path validation: parent context */
    -
    -	CRYPTO_EX_DATA ex_data;
    -	} /* X509_STORE_CTX */;
    +struct x509_lookup_st {
    +    int init;                   /* have we been started */
    +    int skip;                   /* don't use us. */
    +    X509_LOOKUP_METHOD *method; /* the functions */
    +    char *method_data;          /* method data */
    +    X509_STORE *store_ctx;      /* who owns us */
    +} /* X509_LOOKUP */ ;
    +
    +/*
    + * This is a used when verifying cert chains.  Since the gathering of the
    + * cert chain can take some time (and have to be 'retried', this needs to be
    + * kept and passed around.
    + */
    +struct x509_store_ctx_st {      /* X509_STORE_CTX */
    +    X509_STORE *ctx;
    +    /* used when looking up certs */
    +    int current_method;
    +    /* The following are set by the caller */
    +    /* The cert to check */
    +    X509 *cert;
    +    /* chain of X509s - untrusted - passed in */
    +    STACK_OF(X509) *untrusted;
    +    /* set of CRLs passed in */
    +    STACK_OF(X509_CRL) *crls;
    +    X509_VERIFY_PARAM *param;
    +    /* Other info for use with get_issuer() */
    +    void *other_ctx;
    +    /* Callbacks for various operations */
    +    /* called to verify a certificate */
    +    int (*verify) (X509_STORE_CTX *ctx);
    +    /* error callback */
    +    int (*verify_cb) (int ok, X509_STORE_CTX *ctx);
    +    /* get issuers cert from ctx */
    +    int (*get_issuer) (X509 **issuer, X509_STORE_CTX *ctx, X509 *x);
    +    /* check issued */
    +    int (*check_issued) (X509_STORE_CTX *ctx, X509 *x, X509 *issuer);
    +    /* Check revocation status of chain */
    +    int (*check_revocation) (X509_STORE_CTX *ctx);
    +    /* retrieve CRL */
    +    int (*get_crl) (X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x);
    +    /* Check CRL validity */
    +    int (*check_crl) (X509_STORE_CTX *ctx, X509_CRL *crl);
    +    /* Check certificate against CRL */
    +    int (*cert_crl) (X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x);
    +    int (*check_policy) (X509_STORE_CTX *ctx);
    +    STACK_OF(X509) *(*lookup_certs) (X509_STORE_CTX *ctx, X509_NAME *nm);
    +    STACK_OF(X509_CRL) *(*lookup_crls) (X509_STORE_CTX *ctx, X509_NAME *nm);
    +    int (*cleanup) (X509_STORE_CTX *ctx);
    +    /* The following is built up */
    +    /* if 0, rebuild chain */
    +    int valid;
    +    /* index of last untrusted cert */
    +    int last_untrusted;
    +    /* chain of X509s - built up and trusted */
    +    STACK_OF(X509) *chain;
    +    /* Valid policy tree */
    +    X509_POLICY_TREE *tree;
    +    /* Require explicit policy value */
    +    int explicit_policy;
    +    /* When something goes wrong, this is why */
    +    int error_depth;
    +    int error;
    +    X509 *current_cert;
    +    /* cert currently being tested as valid issuer */
    +    X509 *current_issuer;
    +    /* current CRL */
    +    X509_CRL *current_crl;
    +    /* score of current CRL */
    +    int current_crl_score;
    +    /* Reason mask */
    +    unsigned int current_reasons;
    +    /* For CRL path validation: parent context */
    +    X509_STORE_CTX *parent;
    +    CRYPTO_EX_DATA ex_data;
    +} /* X509_STORE_CTX */ ;
     
     void X509_STORE_CTX_set_depth(X509_STORE_CTX *ctx, int depth);
     
    -#define X509_STORE_CTX_set_app_data(ctx,data) \
    -	X509_STORE_CTX_set_ex_data(ctx,0,data)
    -#define X509_STORE_CTX_get_app_data(ctx) \
    -	X509_STORE_CTX_get_ex_data(ctx,0)
    +# define X509_STORE_CTX_set_app_data(ctx,data) \
    +        X509_STORE_CTX_set_ex_data(ctx,0,data)
    +# define X509_STORE_CTX_get_app_data(ctx) \
    +        X509_STORE_CTX_get_ex_data(ctx,0)
     
    -#define X509_L_FILE_LOAD	1
    -#define X509_L_ADD_DIR		2
    +# define X509_L_FILE_LOAD        1
    +# define X509_L_ADD_DIR          2
     
    -#define X509_LOOKUP_load_file(x,name,type) \
    -		X509_LOOKUP_ctrl((x),X509_L_FILE_LOAD,(name),(long)(type),NULL)
    +# define X509_LOOKUP_load_file(x,name,type) \
    +                X509_LOOKUP_ctrl((x),X509_L_FILE_LOAD,(name),(long)(type),NULL)
     
    -#define X509_LOOKUP_add_dir(x,name,type) \
    -		X509_LOOKUP_ctrl((x),X509_L_ADD_DIR,(name),(long)(type),NULL)
    +# define X509_LOOKUP_add_dir(x,name,type) \
    +                X509_LOOKUP_ctrl((x),X509_L_ADD_DIR,(name),(long)(type),NULL)
     
    -#define		X509_V_OK					0
    +# define         X509_V_OK                                       0
     /* illegal error (for uninitialized values, to avoid X509_V_OK): 1 */
     
    -#define		X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT		2
    -#define		X509_V_ERR_UNABLE_TO_GET_CRL			3
    -#define		X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE	4
    -#define		X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE	5
    -#define		X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY	6
    -#define		X509_V_ERR_CERT_SIGNATURE_FAILURE		7
    -#define		X509_V_ERR_CRL_SIGNATURE_FAILURE		8
    -#define		X509_V_ERR_CERT_NOT_YET_VALID			9
    -#define		X509_V_ERR_CERT_HAS_EXPIRED			10
    -#define		X509_V_ERR_CRL_NOT_YET_VALID			11
    -#define		X509_V_ERR_CRL_HAS_EXPIRED			12
    -#define		X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD	13
    -#define		X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD	14
    -#define		X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD	15
    -#define		X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD	16
    -#define		X509_V_ERR_OUT_OF_MEM				17
    -#define		X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT		18
    -#define		X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN		19
    -#define		X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY	20
    -#define		X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE	21
    -#define		X509_V_ERR_CERT_CHAIN_TOO_LONG			22
    -#define		X509_V_ERR_CERT_REVOKED				23
    -#define		X509_V_ERR_INVALID_CA				24
    -#define		X509_V_ERR_PATH_LENGTH_EXCEEDED			25
    -#define		X509_V_ERR_INVALID_PURPOSE			26
    -#define		X509_V_ERR_CERT_UNTRUSTED			27
    -#define		X509_V_ERR_CERT_REJECTED			28
    +# define         X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT            2
    +# define         X509_V_ERR_UNABLE_TO_GET_CRL                    3
    +# define         X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE     4
    +# define         X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE      5
    +# define         X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY   6
    +# define         X509_V_ERR_CERT_SIGNATURE_FAILURE               7
    +# define         X509_V_ERR_CRL_SIGNATURE_FAILURE                8
    +# define         X509_V_ERR_CERT_NOT_YET_VALID                   9
    +# define         X509_V_ERR_CERT_HAS_EXPIRED                     10
    +# define         X509_V_ERR_CRL_NOT_YET_VALID                    11
    +# define         X509_V_ERR_CRL_HAS_EXPIRED                      12
    +# define         X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD       13
    +# define         X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD        14
    +# define         X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD       15
    +# define         X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD       16
    +# define         X509_V_ERR_OUT_OF_MEM                           17
    +# define         X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT          18
    +# define         X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN            19
    +# define         X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY    20
    +# define         X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE      21
    +# define         X509_V_ERR_CERT_CHAIN_TOO_LONG                  22
    +# define         X509_V_ERR_CERT_REVOKED                         23
    +# define         X509_V_ERR_INVALID_CA                           24
    +# define         X509_V_ERR_PATH_LENGTH_EXCEEDED                 25
    +# define         X509_V_ERR_INVALID_PURPOSE                      26
    +# define         X509_V_ERR_CERT_UNTRUSTED                       27
    +# define         X509_V_ERR_CERT_REJECTED                        28
     /* These are 'informational' when looking for issuer cert */
    -#define		X509_V_ERR_SUBJECT_ISSUER_MISMATCH		29
    -#define		X509_V_ERR_AKID_SKID_MISMATCH			30
    -#define		X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH		31
    -#define		X509_V_ERR_KEYUSAGE_NO_CERTSIGN			32
    -
    -#define		X509_V_ERR_UNABLE_TO_GET_CRL_ISSUER		33
    -#define		X509_V_ERR_UNHANDLED_CRITICAL_EXTENSION		34
    -#define		X509_V_ERR_KEYUSAGE_NO_CRL_SIGN			35
    -#define		X509_V_ERR_UNHANDLED_CRITICAL_CRL_EXTENSION	36
    -#define		X509_V_ERR_INVALID_NON_CA			37
    -#define		X509_V_ERR_PROXY_PATH_LENGTH_EXCEEDED		38
    -#define		X509_V_ERR_KEYUSAGE_NO_DIGITAL_SIGNATURE	39
    -#define		X509_V_ERR_PROXY_CERTIFICATES_NOT_ALLOWED	40
    -
    -#define		X509_V_ERR_INVALID_EXTENSION			41
    -#define		X509_V_ERR_INVALID_POLICY_EXTENSION		42
    -#define		X509_V_ERR_NO_EXPLICIT_POLICY			43
    -#define		X509_V_ERR_DIFFERENT_CRL_SCOPE			44
    -#define		X509_V_ERR_UNSUPPORTED_EXTENSION_FEATURE	45
    -
    -#define		X509_V_ERR_UNNESTED_RESOURCE			46
    -
    -#define		X509_V_ERR_PERMITTED_VIOLATION			47
    -#define		X509_V_ERR_EXCLUDED_VIOLATION			48
    -#define		X509_V_ERR_SUBTREE_MINMAX			49
    -#define		X509_V_ERR_UNSUPPORTED_CONSTRAINT_TYPE		51
    -#define		X509_V_ERR_UNSUPPORTED_CONSTRAINT_SYNTAX	52
    -#define		X509_V_ERR_UNSUPPORTED_NAME_SYNTAX		53
    -#define		X509_V_ERR_CRL_PATH_VALIDATION_ERROR		54
    +# define         X509_V_ERR_SUBJECT_ISSUER_MISMATCH              29
    +# define         X509_V_ERR_AKID_SKID_MISMATCH                   30
    +# define         X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH          31
    +# define         X509_V_ERR_KEYUSAGE_NO_CERTSIGN                 32
    +
    +# define         X509_V_ERR_UNABLE_TO_GET_CRL_ISSUER             33
    +# define         X509_V_ERR_UNHANDLED_CRITICAL_EXTENSION         34
    +# define         X509_V_ERR_KEYUSAGE_NO_CRL_SIGN                 35
    +# define         X509_V_ERR_UNHANDLED_CRITICAL_CRL_EXTENSION     36
    +# define         X509_V_ERR_INVALID_NON_CA                       37
    +# define         X509_V_ERR_PROXY_PATH_LENGTH_EXCEEDED           38
    +# define         X509_V_ERR_KEYUSAGE_NO_DIGITAL_SIGNATURE        39
    +# define         X509_V_ERR_PROXY_CERTIFICATES_NOT_ALLOWED       40
    +
    +# define         X509_V_ERR_INVALID_EXTENSION                    41
    +# define         X509_V_ERR_INVALID_POLICY_EXTENSION             42
    +# define         X509_V_ERR_NO_EXPLICIT_POLICY                   43
    +# define         X509_V_ERR_DIFFERENT_CRL_SCOPE                  44
    +# define         X509_V_ERR_UNSUPPORTED_EXTENSION_FEATURE        45
    +
    +# define         X509_V_ERR_UNNESTED_RESOURCE                    46
    +
    +# define         X509_V_ERR_PERMITTED_VIOLATION                  47
    +# define         X509_V_ERR_EXCLUDED_VIOLATION                   48
    +# define         X509_V_ERR_SUBTREE_MINMAX                       49
    +# define         X509_V_ERR_UNSUPPORTED_CONSTRAINT_TYPE          51
    +# define         X509_V_ERR_UNSUPPORTED_CONSTRAINT_SYNTAX        52
    +# define         X509_V_ERR_UNSUPPORTED_NAME_SYNTAX              53
    +# define         X509_V_ERR_CRL_PATH_VALIDATION_ERROR            54
    +
    +/* Suite B mode algorithm violation */
    +# define         X509_V_ERR_SUITE_B_INVALID_VERSION              56
    +# define         X509_V_ERR_SUITE_B_INVALID_ALGORITHM            57
    +# define         X509_V_ERR_SUITE_B_INVALID_CURVE                58
    +# define         X509_V_ERR_SUITE_B_INVALID_SIGNATURE_ALGORITHM  59
    +# define         X509_V_ERR_SUITE_B_LOS_NOT_ALLOWED              60
    +# define         X509_V_ERR_SUITE_B_CANNOT_SIGN_P_384_WITH_P_256 61
    +
    +/* Host, email and IP check errors */
    +# define         X509_V_ERR_HOSTNAME_MISMATCH                    62
    +# define         X509_V_ERR_EMAIL_MISMATCH                       63
    +# define         X509_V_ERR_IP_ADDRESS_MISMATCH                  64
     
     /* The application is not happy */
    -#define		X509_V_ERR_APPLICATION_VERIFICATION		50
    +# define         X509_V_ERR_APPLICATION_VERIFICATION             50
     
     /* Certificate verify flags */
     
     /* Send issuer+subject checks to verify_cb */
    -#define	X509_V_FLAG_CB_ISSUER_CHECK		0x1
    +# define X509_V_FLAG_CB_ISSUER_CHECK             0x1
     /* Use check time instead of current time */
    -#define	X509_V_FLAG_USE_CHECK_TIME		0x2
    +# define X509_V_FLAG_USE_CHECK_TIME              0x2
     /* Lookup CRLs */
    -#define	X509_V_FLAG_CRL_CHECK			0x4
    +# define X509_V_FLAG_CRL_CHECK                   0x4
     /* Lookup CRLs for whole chain */
    -#define	X509_V_FLAG_CRL_CHECK_ALL		0x8
    +# define X509_V_FLAG_CRL_CHECK_ALL               0x8
     /* Ignore unhandled critical extensions */
    -#define	X509_V_FLAG_IGNORE_CRITICAL		0x10
    +# define X509_V_FLAG_IGNORE_CRITICAL             0x10
     /* Disable workarounds for broken certificates */
    -#define	X509_V_FLAG_X509_STRICT			0x20
    +# define X509_V_FLAG_X509_STRICT                 0x20
     /* Enable proxy certificate validation */
    -#define	X509_V_FLAG_ALLOW_PROXY_CERTS		0x40
    +# define X509_V_FLAG_ALLOW_PROXY_CERTS           0x40
     /* Enable policy checking */
    -#define X509_V_FLAG_POLICY_CHECK		0x80
    +# define X509_V_FLAG_POLICY_CHECK                0x80
     /* Policy variable require-explicit-policy */
    -#define X509_V_FLAG_EXPLICIT_POLICY		0x100
    +# define X509_V_FLAG_EXPLICIT_POLICY             0x100
     /* Policy variable inhibit-any-policy */
    -#define	X509_V_FLAG_INHIBIT_ANY			0x200
    +# define X509_V_FLAG_INHIBIT_ANY                 0x200
     /* Policy variable inhibit-policy-mapping */
    -#define X509_V_FLAG_INHIBIT_MAP			0x400
    +# define X509_V_FLAG_INHIBIT_MAP                 0x400
     /* Notify callback that policy is OK */
    -#define X509_V_FLAG_NOTIFY_POLICY		0x800
    +# define X509_V_FLAG_NOTIFY_POLICY               0x800
     /* Extended CRL features such as indirect CRLs, alternate CRL signing keys */
    -#define X509_V_FLAG_EXTENDED_CRL_SUPPORT	0x1000
    +# define X509_V_FLAG_EXTENDED_CRL_SUPPORT        0x1000
     /* Delta CRL support */
    -#define X509_V_FLAG_USE_DELTAS			0x2000
    +# define X509_V_FLAG_USE_DELTAS                  0x2000
     /* Check selfsigned CA signature */
    -#define X509_V_FLAG_CHECK_SS_SIGNATURE		0x4000
    -
    -
    -#define X509_VP_FLAG_DEFAULT			0x1
    -#define X509_VP_FLAG_OVERWRITE			0x2
    -#define X509_VP_FLAG_RESET_FLAGS		0x4
    -#define X509_VP_FLAG_LOCKED			0x8
    -#define X509_VP_FLAG_ONCE			0x10
    +# define X509_V_FLAG_CHECK_SS_SIGNATURE          0x4000
    +/* Use trusted store first */
    +# define X509_V_FLAG_TRUSTED_FIRST               0x8000
    +/* Suite B 128 bit only mode: not normally used */
    +# define X509_V_FLAG_SUITEB_128_LOS_ONLY         0x10000
    +/* Suite B 192 bit only mode */
    +# define X509_V_FLAG_SUITEB_192_LOS              0x20000
    +/* Suite B 128 bit mode allowing 192 bit algorithms */
    +# define X509_V_FLAG_SUITEB_128_LOS              0x30000
    +
    +/* Allow partial chains if at least one certificate is in trusted store */
    +# define X509_V_FLAG_PARTIAL_CHAIN               0x80000
    +
    +# define X509_VP_FLAG_DEFAULT                    0x1
    +# define X509_VP_FLAG_OVERWRITE                  0x2
    +# define X509_VP_FLAG_RESET_FLAGS                0x4
    +# define X509_VP_FLAG_LOCKED                     0x8
    +# define X509_VP_FLAG_ONCE                       0x10
     
     /* Internal use: mask of policy related options */
    -#define X509_V_FLAG_POLICY_MASK (X509_V_FLAG_POLICY_CHECK \
    -				| X509_V_FLAG_EXPLICIT_POLICY \
    -				| X509_V_FLAG_INHIBIT_ANY \
    -				| X509_V_FLAG_INHIBIT_MAP)
    +# define X509_V_FLAG_POLICY_MASK (X509_V_FLAG_POLICY_CHECK \
    +                                | X509_V_FLAG_EXPLICIT_POLICY \
    +                                | X509_V_FLAG_INHIBIT_ANY \
    +                                | X509_V_FLAG_INHIBIT_MAP)
     
     int X509_OBJECT_idx_by_subject(STACK_OF(X509_OBJECT) *h, int type,
    -	     X509_NAME *name);
    -X509_OBJECT *X509_OBJECT_retrieve_by_subject(STACK_OF(X509_OBJECT) *h,int type,X509_NAME *name);
    -X509_OBJECT *X509_OBJECT_retrieve_match(STACK_OF(X509_OBJECT) *h, X509_OBJECT *x);
    +                               X509_NAME *name);
    +X509_OBJECT *X509_OBJECT_retrieve_by_subject(STACK_OF(X509_OBJECT) *h,
    +                                             int type, X509_NAME *name);
    +X509_OBJECT *X509_OBJECT_retrieve_match(STACK_OF(X509_OBJECT) *h,
    +                                        X509_OBJECT *x);
     void X509_OBJECT_up_ref_count(X509_OBJECT *a);
     void X509_OBJECT_free_contents(X509_OBJECT *a);
    -X509_STORE *X509_STORE_new(void );
    +X509_STORE *X509_STORE_new(void);
     void X509_STORE_free(X509_STORE *v);
     
    -STACK_OF(X509)* X509_STORE_get1_certs(X509_STORE_CTX *st, X509_NAME *nm);
    -STACK_OF(X509_CRL)* X509_STORE_get1_crls(X509_STORE_CTX *st, X509_NAME *nm);
    +STACK_OF(X509) *X509_STORE_get1_certs(X509_STORE_CTX *st, X509_NAME *nm);
    +STACK_OF(X509_CRL) *X509_STORE_get1_crls(X509_STORE_CTX *st, X509_NAME *nm);
     int X509_STORE_set_flags(X509_STORE *ctx, unsigned long flags);
     int X509_STORE_set_purpose(X509_STORE *ctx, int purpose);
     int X509_STORE_set_trust(X509_STORE *ctx, int trust);
     int X509_STORE_set1_param(X509_STORE *ctx, X509_VERIFY_PARAM *pm);
     
     void X509_STORE_set_verify_cb(X509_STORE *ctx,
    -				  int (*verify_cb)(int, X509_STORE_CTX *));
    +                              int (*verify_cb) (int, X509_STORE_CTX *));
    +
    +void X509_STORE_set_lookup_crls_cb(X509_STORE *ctx,
    +                                   STACK_OF(X509_CRL) *(*cb) (X509_STORE_CTX
    +                                                              *ctx,
    +                                                              X509_NAME *nm));
     
     X509_STORE_CTX *X509_STORE_CTX_new(void);
     
    @@ -428,10 +477,12 @@ int X509_STORE_CTX_get1_issuer(X509 **issuer, X509_STORE_CTX *ctx, X509 *x);
     
     void X509_STORE_CTX_free(X509_STORE_CTX *ctx);
     int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store,
    -			 X509 *x509, STACK_OF(X509) *chain);
    +                        X509 *x509, STACK_OF(X509) *chain);
     void X509_STORE_CTX_trusted_stack(X509_STORE_CTX *ctx, STACK_OF(X509) *sk);
     void X509_STORE_CTX_cleanup(X509_STORE_CTX *ctx);
     
    +X509_STORE *X509_STORE_CTX_get0_store(X509_STORE_CTX *ctx);
    +
     X509_LOOKUP *X509_STORE_add_lookup(X509_STORE *v, X509_LOOKUP_METHOD *m);
     
     X509_LOOKUP_METHOD *X509_LOOKUP_hash_dir(void);
    @@ -440,64 +491,66 @@ X509_LOOKUP_METHOD *X509_LOOKUP_file(void);
     int X509_STORE_add_cert(X509_STORE *ctx, X509 *x);
     int X509_STORE_add_crl(X509_STORE *ctx, X509_CRL *x);
     
    -int X509_STORE_get_by_subject(X509_STORE_CTX *vs,int type,X509_NAME *name,
    -	X509_OBJECT *ret);
    +int X509_STORE_get_by_subject(X509_STORE_CTX *vs, int type, X509_NAME *name,
    +                              X509_OBJECT *ret);
     
     int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc,
    -	long argl, char **ret);
    +                     long argl, char **ret);
     
    -#ifndef OPENSSL_NO_STDIO
    +# ifndef OPENSSL_NO_STDIO
     int X509_load_cert_file(X509_LOOKUP *ctx, const char *file, int type);
     int X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type);
     int X509_load_cert_crl_file(X509_LOOKUP *ctx, const char *file, int type);
    -#endif
    -
    +# endif
     
     X509_LOOKUP *X509_LOOKUP_new(X509_LOOKUP_METHOD *method);
     void X509_LOOKUP_free(X509_LOOKUP *ctx);
     int X509_LOOKUP_init(X509_LOOKUP *ctx);
     int X509_LOOKUP_by_subject(X509_LOOKUP *ctx, int type, X509_NAME *name,
    -	X509_OBJECT *ret);
    +                           X509_OBJECT *ret);
     int X509_LOOKUP_by_issuer_serial(X509_LOOKUP *ctx, int type, X509_NAME *name,
    -	ASN1_INTEGER *serial, X509_OBJECT *ret);
    +                                 ASN1_INTEGER *serial, X509_OBJECT *ret);
     int X509_LOOKUP_by_fingerprint(X509_LOOKUP *ctx, int type,
    -	unsigned char *bytes, int len, X509_OBJECT *ret);
    -int X509_LOOKUP_by_alias(X509_LOOKUP *ctx, int type, char *str,
    -	int len, X509_OBJECT *ret);
    +                               unsigned char *bytes, int len,
    +                               X509_OBJECT *ret);
    +int X509_LOOKUP_by_alias(X509_LOOKUP *ctx, int type, char *str, int len,
    +                         X509_OBJECT *ret);
     int X509_LOOKUP_shutdown(X509_LOOKUP *ctx);
     
    -#ifndef OPENSSL_NO_STDIO
    -int	X509_STORE_load_locations (X509_STORE *ctx,
    -		const char *file, const char *dir);
    -int	X509_STORE_set_default_paths(X509_STORE *ctx);
    -#endif
    -
    -int X509_STORE_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
    -	CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
    -int	X509_STORE_CTX_set_ex_data(X509_STORE_CTX *ctx,int idx,void *data);
    -void *	X509_STORE_CTX_get_ex_data(X509_STORE_CTX *ctx,int idx);
    -int	X509_STORE_CTX_get_error(X509_STORE_CTX *ctx);
    -void	X509_STORE_CTX_set_error(X509_STORE_CTX *ctx,int s);
    -int	X509_STORE_CTX_get_error_depth(X509_STORE_CTX *ctx);
    -X509 *	X509_STORE_CTX_get_current_cert(X509_STORE_CTX *ctx);
    +# ifndef OPENSSL_NO_STDIO
    +int X509_STORE_load_locations(X509_STORE *ctx,
    +                              const char *file, const char *dir);
    +int X509_STORE_set_default_paths(X509_STORE *ctx);
    +# endif
    +
    +int X509_STORE_CTX_get_ex_new_index(long argl, void *argp,
    +                                    CRYPTO_EX_new *new_func,
    +                                    CRYPTO_EX_dup *dup_func,
    +                                    CRYPTO_EX_free *free_func);
    +int X509_STORE_CTX_set_ex_data(X509_STORE_CTX *ctx, int idx, void *data);
    +void *X509_STORE_CTX_get_ex_data(X509_STORE_CTX *ctx, int idx);
    +int X509_STORE_CTX_get_error(X509_STORE_CTX *ctx);
    +void X509_STORE_CTX_set_error(X509_STORE_CTX *ctx, int s);
    +int X509_STORE_CTX_get_error_depth(X509_STORE_CTX *ctx);
    +X509 *X509_STORE_CTX_get_current_cert(X509_STORE_CTX *ctx);
     X509 *X509_STORE_CTX_get0_current_issuer(X509_STORE_CTX *ctx);
     X509_CRL *X509_STORE_CTX_get0_current_crl(X509_STORE_CTX *ctx);
     X509_STORE_CTX *X509_STORE_CTX_get0_parent_ctx(X509_STORE_CTX *ctx);
     STACK_OF(X509) *X509_STORE_CTX_get_chain(X509_STORE_CTX *ctx);
     STACK_OF(X509) *X509_STORE_CTX_get1_chain(X509_STORE_CTX *ctx);
    -void	X509_STORE_CTX_set_cert(X509_STORE_CTX *c,X509 *x);
    -void	X509_STORE_CTX_set_chain(X509_STORE_CTX *c,STACK_OF(X509) *sk);
    -void	X509_STORE_CTX_set0_crls(X509_STORE_CTX *c,STACK_OF(X509_CRL) *sk);
    +void X509_STORE_CTX_set_cert(X509_STORE_CTX *c, X509 *x);
    +void X509_STORE_CTX_set_chain(X509_STORE_CTX *c, STACK_OF(X509) *sk);
    +void X509_STORE_CTX_set0_crls(X509_STORE_CTX *c, STACK_OF(X509_CRL) *sk);
     int X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose);
     int X509_STORE_CTX_set_trust(X509_STORE_CTX *ctx, int trust);
     int X509_STORE_CTX_purpose_inherit(X509_STORE_CTX *ctx, int def_purpose,
    -				int purpose, int trust);
    +                                   int purpose, int trust);
     void X509_STORE_CTX_set_flags(X509_STORE_CTX *ctx, unsigned long flags);
     void X509_STORE_CTX_set_time(X509_STORE_CTX *ctx, unsigned long flags,
    -								time_t t);
    +                             time_t t);
     void X509_STORE_CTX_set_verify_cb(X509_STORE_CTX *ctx,
    -				  int (*verify_cb)(int, X509_STORE_CTX *));
    -  
    +                                  int (*verify_cb) (int, X509_STORE_CTX *));
    +
     X509_POLICY_TREE *X509_STORE_CTX_get0_policy_tree(X509_STORE_CTX *ctx);
     int X509_STORE_CTX_get_explicit_policy(X509_STORE_CTX *ctx);
     
    @@ -510,58 +563,79 @@ int X509_STORE_CTX_set_default(X509_STORE_CTX *ctx, const char *name);
     X509_VERIFY_PARAM *X509_VERIFY_PARAM_new(void);
     void X509_VERIFY_PARAM_free(X509_VERIFY_PARAM *param);
     int X509_VERIFY_PARAM_inherit(X509_VERIFY_PARAM *to,
    -						const X509_VERIFY_PARAM *from);
    -int X509_VERIFY_PARAM_set1(X509_VERIFY_PARAM *to, 
    -						const X509_VERIFY_PARAM *from);
    +                              const X509_VERIFY_PARAM *from);
    +int X509_VERIFY_PARAM_set1(X509_VERIFY_PARAM *to,
    +                           const X509_VERIFY_PARAM *from);
     int X509_VERIFY_PARAM_set1_name(X509_VERIFY_PARAM *param, const char *name);
    -int X509_VERIFY_PARAM_set_flags(X509_VERIFY_PARAM *param, unsigned long flags);
    +int X509_VERIFY_PARAM_set_flags(X509_VERIFY_PARAM *param,
    +                                unsigned long flags);
     int X509_VERIFY_PARAM_clear_flags(X509_VERIFY_PARAM *param,
    -							unsigned long flags);
    +                                  unsigned long flags);
     unsigned long X509_VERIFY_PARAM_get_flags(X509_VERIFY_PARAM *param);
     int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose);
     int X509_VERIFY_PARAM_set_trust(X509_VERIFY_PARAM *param, int trust);
     void X509_VERIFY_PARAM_set_depth(X509_VERIFY_PARAM *param, int depth);
     void X509_VERIFY_PARAM_set_time(X509_VERIFY_PARAM *param, time_t t);
     int X509_VERIFY_PARAM_add0_policy(X509_VERIFY_PARAM *param,
    -						ASN1_OBJECT *policy);
    -int X509_VERIFY_PARAM_set1_policies(X509_VERIFY_PARAM *param, 
    -					STACK_OF(ASN1_OBJECT) *policies);
    +                                  ASN1_OBJECT *policy);
    +int X509_VERIFY_PARAM_set1_policies(X509_VERIFY_PARAM *param,
    +                                    STACK_OF(ASN1_OBJECT) *policies);
    +
    +int X509_VERIFY_PARAM_set1_host(X509_VERIFY_PARAM *param,
    +                                const char *name, size_t namelen);
    +int X509_VERIFY_PARAM_add1_host(X509_VERIFY_PARAM *param,
    +                                const char *name, size_t namelen);
    +void X509_VERIFY_PARAM_set_hostflags(X509_VERIFY_PARAM *param,
    +                                     unsigned int flags);
    +char *X509_VERIFY_PARAM_get0_peername(X509_VERIFY_PARAM *);
    +int X509_VERIFY_PARAM_set1_email(X509_VERIFY_PARAM *param,
    +                                 const char *email, size_t emaillen);
    +int X509_VERIFY_PARAM_set1_ip(X509_VERIFY_PARAM *param,
    +                              const unsigned char *ip, size_t iplen);
    +int X509_VERIFY_PARAM_set1_ip_asc(X509_VERIFY_PARAM *param,
    +                                  const char *ipasc);
    +
     int X509_VERIFY_PARAM_get_depth(const X509_VERIFY_PARAM *param);
    +const char *X509_VERIFY_PARAM_get0_name(const X509_VERIFY_PARAM *param);
     
     int X509_VERIFY_PARAM_add0_table(X509_VERIFY_PARAM *param);
    +int X509_VERIFY_PARAM_get_count(void);
    +const X509_VERIFY_PARAM *X509_VERIFY_PARAM_get0(int id);
     const X509_VERIFY_PARAM *X509_VERIFY_PARAM_lookup(const char *name);
     void X509_VERIFY_PARAM_table_cleanup(void);
     
     int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy,
    -			STACK_OF(X509) *certs,
    -			STACK_OF(ASN1_OBJECT) *policy_oids,
    -			unsigned int flags);
    +                      STACK_OF(X509) *certs,
    +                      STACK_OF(ASN1_OBJECT) *policy_oids, unsigned int flags);
     
     void X509_policy_tree_free(X509_POLICY_TREE *tree);
     
     int X509_policy_tree_level_count(const X509_POLICY_TREE *tree);
    -X509_POLICY_LEVEL *
    -	X509_policy_tree_get0_level(const X509_POLICY_TREE *tree, int i);
    +X509_POLICY_LEVEL *X509_policy_tree_get0_level(const X509_POLICY_TREE *tree,
    +                                               int i);
     
    -STACK_OF(X509_POLICY_NODE) *
    -	X509_policy_tree_get0_policies(const X509_POLICY_TREE *tree);
    +STACK_OF(X509_POLICY_NODE) *X509_policy_tree_get0_policies(const
    +                                                           X509_POLICY_TREE
    +                                                           *tree);
     
    -STACK_OF(X509_POLICY_NODE) *
    -	X509_policy_tree_get0_user_policies(const X509_POLICY_TREE *tree);
    +STACK_OF(X509_POLICY_NODE) *X509_policy_tree_get0_user_policies(const
    +                                                                X509_POLICY_TREE
    +                                                                *tree);
     
     int X509_policy_level_node_count(X509_POLICY_LEVEL *level);
     
    -X509_POLICY_NODE *X509_policy_level_get0_node(X509_POLICY_LEVEL *level, int i);
    +X509_POLICY_NODE *X509_policy_level_get0_node(X509_POLICY_LEVEL *level,
    +                                              int i);
     
     const ASN1_OBJECT *X509_policy_node_get0_policy(const X509_POLICY_NODE *node);
     
    -STACK_OF(POLICYQUALINFO) *
    -	X509_policy_node_get0_qualifiers(const X509_POLICY_NODE *node);
    -const X509_POLICY_NODE *
    -	X509_policy_node_get0_parent(const X509_POLICY_NODE *node);
    +STACK_OF(POLICYQUALINFO) *X509_policy_node_get0_qualifiers(const
    +                                                           X509_POLICY_NODE
    +                                                           *node);
    +const X509_POLICY_NODE *X509_policy_node_get0_parent(const X509_POLICY_NODE
    +                                                     *node);
     
     #ifdef  __cplusplus
     }
     #endif
     #endif
    -
    diff --git a/openssl/crypto/x509/x509_vpm.c b/openssl/crypto/x509/x509_vpm.c
    index dfd89d89f..322239401 100644
    --- a/openssl/crypto/x509/x509_vpm.c
    +++ b/openssl/crypto/x509/x509_vpm.c
    @@ -1,6 +1,7 @@
     /* x509_vpm.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2004.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2004.
      */
     /* ====================================================================
      * Copyright (c) 2004 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -65,42 +66,136 @@
     #include 
     #include 
     
    +#include "vpm_int.h"
    +
     /* X509_VERIFY_PARAM functions */
     
    +#define SET_HOST 0
    +#define ADD_HOST 1
    +
    +static char *str_copy(const char *s)
    +{
    +    return OPENSSL_strdup(s);
    +}
    +
    +static void str_free(char *s)
    +{
    +    OPENSSL_free(s);
    +}
    +
    +#define string_stack_free(sk) sk_OPENSSL_STRING_pop_free(sk, str_free)
    +
    +static int int_x509_param_set_hosts(X509_VERIFY_PARAM_ID *id, int mode,
    +                                    const char *name, size_t namelen)
    +{
    +    char *copy;
    +
    +    /*
    +     * Refuse names with embedded NUL bytes, except perhaps as final byte.
    +     * XXX: Do we need to push an error onto the error stack?
    +     */
    +    if (namelen == 0)
    +        namelen = name ? strlen(name) : 0;
    +    else if (name && memchr(name, '\0', namelen > 1 ? namelen - 1 : namelen))
    +        return 0;
    +    if (name && name[namelen - 1] == '\0')
    +        --namelen;
    +
    +    if (mode == SET_HOST && id->hosts) {
    +        string_stack_free(id->hosts);
    +        id->hosts = NULL;
    +    }
    +    if (name == NULL || namelen == 0)
    +        return 1;
    +
    +    copy = BUF_strndup(name, namelen);
    +    if (copy == NULL)
    +        return 0;
    +
    +    if (id->hosts == NULL &&
    +        (id->hosts = sk_OPENSSL_STRING_new_null()) == NULL) {
    +        OPENSSL_free(copy);
    +        return 0;
    +    }
    +
    +    if (!sk_OPENSSL_STRING_push(id->hosts, copy)) {
    +        OPENSSL_free(copy);
    +        if (sk_OPENSSL_STRING_num(id->hosts) == 0) {
    +            sk_OPENSSL_STRING_free(id->hosts);
    +            id->hosts = NULL;
    +        }
    +        return 0;
    +    }
    +
    +    return 1;
    +}
    +
     static void x509_verify_param_zero(X509_VERIFY_PARAM *param)
    -	{
    -	if (!param)
    -		return;
    -	param->name = NULL;
    -	param->purpose = 0;
    -	param->trust = 0;
    -	/*param->inh_flags = X509_VP_FLAG_DEFAULT;*/
    -	param->inh_flags = 0;
    -	param->flags = 0;
    -	param->depth = -1;
    -	if (param->policies)
    -		{
    -		sk_ASN1_OBJECT_pop_free(param->policies, ASN1_OBJECT_free);
    -		param->policies = NULL;
    -		}
    -	}
    +{
    +    X509_VERIFY_PARAM_ID *paramid;
    +    if (!param)
    +        return;
    +    param->name = NULL;
    +    param->purpose = 0;
    +    param->trust = 0;
    +    /*
    +     * param->inh_flags = X509_VP_FLAG_DEFAULT;
    +     */
    +    param->inh_flags = 0;
    +    param->flags = 0;
    +    param->depth = -1;
    +    if (param->policies) {
    +        sk_ASN1_OBJECT_pop_free(param->policies, ASN1_OBJECT_free);
    +        param->policies = NULL;
    +    }
    +    paramid = param->id;
    +    if (paramid->hosts) {
    +        string_stack_free(paramid->hosts);
    +        paramid->hosts = NULL;
    +    }
    +    if (paramid->peername)
    +        OPENSSL_free(paramid->peername);
    +    if (paramid->email) {
    +        OPENSSL_free(paramid->email);
    +        paramid->email = NULL;
    +        paramid->emaillen = 0;
    +    }
    +    if (paramid->ip) {
    +        OPENSSL_free(paramid->ip);
    +        paramid->ip = NULL;
    +        paramid->iplen = 0;
    +    }
    +
    +}
     
     X509_VERIFY_PARAM *X509_VERIFY_PARAM_new(void)
    -	{
    -	X509_VERIFY_PARAM *param;
    -	param = OPENSSL_malloc(sizeof(X509_VERIFY_PARAM));
    -	memset(param, 0, sizeof(X509_VERIFY_PARAM));
    -	x509_verify_param_zero(param);
    -	return param;
    -	}
    +{
    +    X509_VERIFY_PARAM *param;
    +    X509_VERIFY_PARAM_ID *paramid;
    +    param = OPENSSL_malloc(sizeof(X509_VERIFY_PARAM));
    +    if (!param)
    +        return NULL;
    +    paramid = OPENSSL_malloc(sizeof(X509_VERIFY_PARAM));
    +    if (!paramid) {
    +        OPENSSL_free(param);
    +        return NULL;
    +    }
    +    memset(param, 0, sizeof(X509_VERIFY_PARAM));
    +    memset(paramid, 0, sizeof(X509_VERIFY_PARAM_ID));
    +    param->id = paramid;
    +    x509_verify_param_zero(param);
    +    return param;
    +}
     
     void X509_VERIFY_PARAM_free(X509_VERIFY_PARAM *param)
    -	{
    -	x509_verify_param_zero(param);
    -	OPENSSL_free(param);
    -	}
    -
    -/* This function determines how parameters are "inherited" from one structure
    +{
    +    x509_verify_param_zero(param);
    +    OPENSSL_free(param->id);
    +    OPENSSL_free(param);
    +}
    +
    +/*-
    + * This function determines how parameters are "inherited" from one structure
      * to another. There are several different ways this can happen.
      *
      * 1. If a child structure needs to have its values initialized from a parent
    @@ -110,7 +205,7 @@ void X509_VERIFY_PARAM_free(X509_VERIFY_PARAM *param)
      *    for SSL servers or clients but only if the application has not set new
      *    ones.
      *
    - * The "inh_flags" field determines how this function behaves. 
    + * The "inh_flags" field determines how this function behaves.
      *
      * Normally any values which are set in the default are not copied from the
      * destination and verify flags are ORed together.
    @@ -134,305 +229,424 @@ void X509_VERIFY_PARAM_free(X509_VERIFY_PARAM *param)
     /* Macro to test if a field should be copied from src to dest */
     
     #define test_x509_verify_param_copy(field, def) \
    -	(to_overwrite || \
    -		((src->field != def) && (to_default || (dest->field == def))))
    +        (to_overwrite || \
    +                ((src->field != def) && (to_default || (dest->field == def))))
    +
    +/* As above but for ID fields */
    +
    +#define test_x509_verify_param_copy_id(idf, def) \
    +        test_x509_verify_param_copy(id->idf, def)
     
     /* Macro to test and copy a field if necessary */
     
     #define x509_verify_param_copy(field, def) \
    -	if (test_x509_verify_param_copy(field, def)) \
    -		dest->field = src->field
    -		
    +        if (test_x509_verify_param_copy(field, def)) \
    +                dest->field = src->field
     
     int X509_VERIFY_PARAM_inherit(X509_VERIFY_PARAM *dest,
    -						const X509_VERIFY_PARAM *src)
    -	{
    -	unsigned long inh_flags;
    -	int to_default, to_overwrite;
    -	if (!src)
    -		return 1;
    -	inh_flags = dest->inh_flags | src->inh_flags;
    -
    -	if (inh_flags & X509_VP_FLAG_ONCE)
    -		dest->inh_flags = 0;
    -
    -	if (inh_flags & X509_VP_FLAG_LOCKED)
    -		return 1;
    -
    -	if (inh_flags & X509_VP_FLAG_DEFAULT)
    -		to_default = 1;
    -	else
    -		to_default = 0;
    -
    -	if (inh_flags & X509_VP_FLAG_OVERWRITE)
    -		to_overwrite = 1;
    -	else
    -		to_overwrite = 0;
    -
    -	x509_verify_param_copy(purpose, 0);
    -	x509_verify_param_copy(trust, 0);
    -	x509_verify_param_copy(depth, -1);
    -
    -	/* If overwrite or check time not set, copy across */
    -
    -	if (to_overwrite || !(dest->flags & X509_V_FLAG_USE_CHECK_TIME))
    -		{
    -		dest->check_time = src->check_time;
    -		dest->flags &= ~X509_V_FLAG_USE_CHECK_TIME;
    -		/* Don't need to copy flag: that is done below */
    -		}
    -
    -	if (inh_flags & X509_VP_FLAG_RESET_FLAGS)
    -		dest->flags = 0;
    -
    -	dest->flags |= src->flags;
    -
    -	if (test_x509_verify_param_copy(policies, NULL))
    -		{
    -		if (!X509_VERIFY_PARAM_set1_policies(dest, src->policies))
    -			return 0;
    -		}
    -
    -	return 1;
    -	}
    +                              const X509_VERIFY_PARAM *src)
    +{
    +    unsigned long inh_flags;
    +    int to_default, to_overwrite;
    +    X509_VERIFY_PARAM_ID *id;
    +    if (!src)
    +        return 1;
    +    id = src->id;
    +    inh_flags = dest->inh_flags | src->inh_flags;
    +
    +    if (inh_flags & X509_VP_FLAG_ONCE)
    +        dest->inh_flags = 0;
    +
    +    if (inh_flags & X509_VP_FLAG_LOCKED)
    +        return 1;
    +
    +    if (inh_flags & X509_VP_FLAG_DEFAULT)
    +        to_default = 1;
    +    else
    +        to_default = 0;
    +
    +    if (inh_flags & X509_VP_FLAG_OVERWRITE)
    +        to_overwrite = 1;
    +    else
    +        to_overwrite = 0;
    +
    +    x509_verify_param_copy(purpose, 0);
    +    x509_verify_param_copy(trust, 0);
    +    x509_verify_param_copy(depth, -1);
    +
    +    /* If overwrite or check time not set, copy across */
    +
    +    if (to_overwrite || !(dest->flags & X509_V_FLAG_USE_CHECK_TIME)) {
    +        dest->check_time = src->check_time;
    +        dest->flags &= ~X509_V_FLAG_USE_CHECK_TIME;
    +        /* Don't need to copy flag: that is done below */
    +    }
    +
    +    if (inh_flags & X509_VP_FLAG_RESET_FLAGS)
    +        dest->flags = 0;
    +
    +    dest->flags |= src->flags;
    +
    +    if (test_x509_verify_param_copy(policies, NULL)) {
    +        if (!X509_VERIFY_PARAM_set1_policies(dest, src->policies))
    +            return 0;
    +    }
    +
    +    /* Copy the host flags if and only if we're copying the host list */
    +    if (test_x509_verify_param_copy_id(hosts, NULL)) {
    +        if (dest->id->hosts) {
    +            string_stack_free(dest->id->hosts);
    +            dest->id->hosts = NULL;
    +        }
    +        if (id->hosts) {
    +            dest->id->hosts =
    +                sk_OPENSSL_STRING_deep_copy(id->hosts, str_copy, str_free);
    +            if (dest->id->hosts == NULL)
    +                return 0;
    +            dest->id->hostflags = id->hostflags;
    +        }
    +    }
    +
    +    if (test_x509_verify_param_copy_id(email, NULL)) {
    +        if (!X509_VERIFY_PARAM_set1_email(dest, id->email, id->emaillen))
    +            return 0;
    +    }
    +
    +    if (test_x509_verify_param_copy_id(ip, NULL)) {
    +        if (!X509_VERIFY_PARAM_set1_ip(dest, id->ip, id->iplen))
    +            return 0;
    +    }
    +
    +    return 1;
    +}
     
     int X509_VERIFY_PARAM_set1(X509_VERIFY_PARAM *to,
    -						const X509_VERIFY_PARAM *from)
    -	{
    -	unsigned long save_flags = to->inh_flags;
    -	int ret;
    -	to->inh_flags |= X509_VP_FLAG_DEFAULT;
    -	ret = X509_VERIFY_PARAM_inherit(to, from);
    -	to->inh_flags = save_flags;
    -	return ret;
    -	}
    +                           const X509_VERIFY_PARAM *from)
    +{
    +    unsigned long save_flags = to->inh_flags;
    +    int ret;
    +    to->inh_flags |= X509_VP_FLAG_DEFAULT;
    +    ret = X509_VERIFY_PARAM_inherit(to, from);
    +    to->inh_flags = save_flags;
    +    return ret;
    +}
    +
    +static int int_x509_param_set1(char **pdest, size_t *pdestlen,
    +                               const char *src, size_t srclen)
    +{
    +    void *tmp;
    +    if (src) {
    +        if (srclen == 0) {
    +            tmp = BUF_strdup(src);
    +            srclen = strlen(src);
    +        } else
    +            tmp = BUF_memdup(src, srclen);
    +        if (!tmp)
    +            return 0;
    +    } else {
    +        tmp = NULL;
    +        srclen = 0;
    +    }
    +    if (*pdest)
    +        OPENSSL_free(*pdest);
    +    *pdest = tmp;
    +    if (pdestlen)
    +        *pdestlen = srclen;
    +    return 1;
    +}
     
     int X509_VERIFY_PARAM_set1_name(X509_VERIFY_PARAM *param, const char *name)
    -	{
    -	if (param->name)
    -		OPENSSL_free(param->name);
    -	param->name = BUF_strdup(name);
    -	if (param->name)
    -		return 1;
    -	return 0;
    -	}
    +{
    +    if (param->name)
    +        OPENSSL_free(param->name);
    +    param->name = BUF_strdup(name);
    +    if (param->name)
    +        return 1;
    +    return 0;
    +}
     
     int X509_VERIFY_PARAM_set_flags(X509_VERIFY_PARAM *param, unsigned long flags)
    -	{
    -	param->flags |= flags;
    -	if (flags & X509_V_FLAG_POLICY_MASK)
    -		param->flags |= X509_V_FLAG_POLICY_CHECK;
    -	return 1;
    -	}
    -
    -int X509_VERIFY_PARAM_clear_flags(X509_VERIFY_PARAM *param, unsigned long flags)
    -	{
    -	param->flags &= ~flags;
    -	return 1;
    -	}
    +{
    +    param->flags |= flags;
    +    if (flags & X509_V_FLAG_POLICY_MASK)
    +        param->flags |= X509_V_FLAG_POLICY_CHECK;
    +    return 1;
    +}
    +
    +int X509_VERIFY_PARAM_clear_flags(X509_VERIFY_PARAM *param,
    +                                  unsigned long flags)
    +{
    +    param->flags &= ~flags;
    +    return 1;
    +}
     
     unsigned long X509_VERIFY_PARAM_get_flags(X509_VERIFY_PARAM *param)
    -	{
    -	return param->flags;
    -	}
    +{
    +    return param->flags;
    +}
     
     int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose)
    -	{
    -	return X509_PURPOSE_set(¶m->purpose, purpose);
    -	}
    +{
    +    return X509_PURPOSE_set(¶m->purpose, purpose);
    +}
     
     int X509_VERIFY_PARAM_set_trust(X509_VERIFY_PARAM *param, int trust)
    -	{
    -	return X509_TRUST_set(¶m->trust, trust);
    -	}
    +{
    +    return X509_TRUST_set(¶m->trust, trust);
    +}
     
     void X509_VERIFY_PARAM_set_depth(X509_VERIFY_PARAM *param, int depth)
    -	{
    -	param->depth = depth;
    -	}
    +{
    +    param->depth = depth;
    +}
     
     void X509_VERIFY_PARAM_set_time(X509_VERIFY_PARAM *param, time_t t)
    -	{
    -	param->check_time = t;
    -	param->flags |= X509_V_FLAG_USE_CHECK_TIME;
    -	}
    -
    -int X509_VERIFY_PARAM_add0_policy(X509_VERIFY_PARAM *param, ASN1_OBJECT *policy)
    -	{
    -	if (!param->policies)
    -		{
    -		param->policies = sk_ASN1_OBJECT_new_null();
    -		if (!param->policies)
    -			return 0;
    -		}
    -	if (!sk_ASN1_OBJECT_push(param->policies, policy))
    -		return 0;
    -	return 1;
    -	}
    -
    -int X509_VERIFY_PARAM_set1_policies(X509_VERIFY_PARAM *param, 
    -					STACK_OF(ASN1_OBJECT) *policies)
    -	{
    -	int i;
    -	ASN1_OBJECT *oid, *doid;
    -	if (!param)
    -		return 0;
    -	if (param->policies)
    -		sk_ASN1_OBJECT_pop_free(param->policies, ASN1_OBJECT_free);
    -
    -	if (!policies)
    -		{
    -		param->policies = NULL;
    -		return 1;
    -		}
    -
    -	param->policies = sk_ASN1_OBJECT_new_null();
    -	if (!param->policies)
    -		return 0;
    -
    -	for (i = 0; i < sk_ASN1_OBJECT_num(policies); i++)
    -		{
    -		oid = sk_ASN1_OBJECT_value(policies, i);
    -		doid = OBJ_dup(oid);
    -		if (!doid)
    -			return 0;
    -		if (!sk_ASN1_OBJECT_push(param->policies, doid))
    -			{
    -			ASN1_OBJECT_free(doid);
    -			return 0;
    -			}
    -		}
    -	param->flags |= X509_V_FLAG_POLICY_CHECK;
    -	return 1;
    -	}
    +{
    +    param->check_time = t;
    +    param->flags |= X509_V_FLAG_USE_CHECK_TIME;
    +}
    +
    +int X509_VERIFY_PARAM_add0_policy(X509_VERIFY_PARAM *param,
    +                                  ASN1_OBJECT *policy)
    +{
    +    if (!param->policies) {
    +        param->policies = sk_ASN1_OBJECT_new_null();
    +        if (!param->policies)
    +            return 0;
    +    }
    +    if (!sk_ASN1_OBJECT_push(param->policies, policy))
    +        return 0;
    +    return 1;
    +}
    +
    +int X509_VERIFY_PARAM_set1_policies(X509_VERIFY_PARAM *param,
    +                                    STACK_OF(ASN1_OBJECT) *policies)
    +{
    +    int i;
    +    ASN1_OBJECT *oid, *doid;
    +    if (!param)
    +        return 0;
    +    if (param->policies)
    +        sk_ASN1_OBJECT_pop_free(param->policies, ASN1_OBJECT_free);
    +
    +    if (!policies) {
    +        param->policies = NULL;
    +        return 1;
    +    }
    +
    +    param->policies = sk_ASN1_OBJECT_new_null();
    +    if (!param->policies)
    +        return 0;
    +
    +    for (i = 0; i < sk_ASN1_OBJECT_num(policies); i++) {
    +        oid = sk_ASN1_OBJECT_value(policies, i);
    +        doid = OBJ_dup(oid);
    +        if (!doid)
    +            return 0;
    +        if (!sk_ASN1_OBJECT_push(param->policies, doid)) {
    +            ASN1_OBJECT_free(doid);
    +            return 0;
    +        }
    +    }
    +    param->flags |= X509_V_FLAG_POLICY_CHECK;
    +    return 1;
    +}
    +
    +int X509_VERIFY_PARAM_set1_host(X509_VERIFY_PARAM *param,
    +                                const char *name, size_t namelen)
    +{
    +    return int_x509_param_set_hosts(param->id, SET_HOST, name, namelen);
    +}
    +
    +int X509_VERIFY_PARAM_add1_host(X509_VERIFY_PARAM *param,
    +                                const char *name, size_t namelen)
    +{
    +    return int_x509_param_set_hosts(param->id, ADD_HOST, name, namelen);
    +}
    +
    +void X509_VERIFY_PARAM_set_hostflags(X509_VERIFY_PARAM *param,
    +                                     unsigned int flags)
    +{
    +    param->id->hostflags = flags;
    +}
    +
    +char *X509_VERIFY_PARAM_get0_peername(X509_VERIFY_PARAM *param)
    +{
    +    return param->id->peername;
    +}
    +
    +int X509_VERIFY_PARAM_set1_email(X509_VERIFY_PARAM *param,
    +                                 const char *email, size_t emaillen)
    +{
    +    return int_x509_param_set1(¶m->id->email, ¶m->id->emaillen,
    +                               email, emaillen);
    +}
    +
    +int X509_VERIFY_PARAM_set1_ip(X509_VERIFY_PARAM *param,
    +                              const unsigned char *ip, size_t iplen)
    +{
    +    if (iplen != 0 && iplen != 4 && iplen != 16)
    +        return 0;
    +    return int_x509_param_set1((char **)¶m->id->ip, ¶m->id->iplen,
    +                               (char *)ip, iplen);
    +}
    +
    +int X509_VERIFY_PARAM_set1_ip_asc(X509_VERIFY_PARAM *param, const char *ipasc)
    +{
    +    unsigned char ipout[16];
    +    size_t iplen;
    +
    +    iplen = (size_t)a2i_ipadd(ipout, ipasc);
    +    if (iplen == 0)
    +        return 0;
    +    return X509_VERIFY_PARAM_set1_ip(param, ipout, iplen);
    +}
     
     int X509_VERIFY_PARAM_get_depth(const X509_VERIFY_PARAM *param)
    -	{
    -	return param->depth;
    -	}
    -
    -/* Default verify parameters: these are used for various
    - * applications and can be overridden by the user specified table.
    - * NB: the 'name' field *must* be in alphabetical order because it
    - * will be searched using OBJ_search.
    +{
    +    return param->depth;
    +}
    +
    +const char *X509_VERIFY_PARAM_get0_name(const X509_VERIFY_PARAM *param)
    +{
    +    return param->name;
    +}
    +
    +static X509_VERIFY_PARAM_ID _empty_id = { NULL, 0U, NULL, NULL, 0, NULL, 0 };
    +
    +#define vpm_empty_id (X509_VERIFY_PARAM_ID *)&_empty_id
    +
    +/*
    + * Default verify parameters: these are used for various applications and can
    + * be overridden by the user specified table. NB: the 'name' field *must* be
    + * in alphabetical order because it will be searched using OBJ_search.
      */
     
     static const X509_VERIFY_PARAM default_table[] = {
    -	{
    -	"default",	/* X509 default parameters */
    -	0,		/* Check time */
    -	0,		/* internal flags */
    -	0,		/* flags */
    -	0,		/* purpose */
    -	0,		/* trust */
    -	100,		/* depth */
    -	NULL		/* policies */
    -	},
    -	{
    -	"pkcs7",			/* S/MIME sign parameters */
    -	0,				/* Check time */
    -	0,				/* internal flags */
    -	0,				/* flags */
    -	X509_PURPOSE_SMIME_SIGN,	/* purpose */
    -	X509_TRUST_EMAIL,		/* trust */
    -	-1,				/* depth */
    -	NULL				/* policies */
    -	},
    -	{
    -	"smime_sign",			/* S/MIME sign parameters */
    -	0,				/* Check time */
    -	0,				/* internal flags */
    -	0,				/* flags */
    -	X509_PURPOSE_SMIME_SIGN,	/* purpose */
    -	X509_TRUST_EMAIL,		/* trust */
    -	-1,				/* depth */
    -	NULL				/* policies */
    -	},
    -	{
    -	"ssl_client",			/* SSL/TLS client parameters */
    -	0,				/* Check time */
    -	0,				/* internal flags */
    -	0,				/* flags */
    -	X509_PURPOSE_SSL_CLIENT,	/* purpose */
    -	X509_TRUST_SSL_CLIENT,		/* trust */
    -	-1,				/* depth */
    -	NULL				/* policies */
    -	},
    -	{
    -	"ssl_server",			/* SSL/TLS server parameters */
    -	0,				/* Check time */
    -	0,				/* internal flags */
    -	0,				/* flags */
    -	X509_PURPOSE_SSL_SERVER,	/* purpose */
    -	X509_TRUST_SSL_SERVER,		/* trust */
    -	-1,				/* depth */
    -	NULL				/* policies */
    -	}};
    +    {
    +     "default",                 /* X509 default parameters */
    +     0,                         /* Check time */
    +     0,                         /* internal flags */
    +     0,                         /* flags */
    +     0,                         /* purpose */
    +     0,                         /* trust */
    +     100,                       /* depth */
    +     NULL,                      /* policies */
    +     vpm_empty_id},
    +    {
    +     "pkcs7",                   /* S/MIME sign parameters */
    +     0,                         /* Check time */
    +     0,                         /* internal flags */
    +     0,                         /* flags */
    +     X509_PURPOSE_SMIME_SIGN,   /* purpose */
    +     X509_TRUST_EMAIL,          /* trust */
    +     -1,                        /* depth */
    +     NULL,                      /* policies */
    +     vpm_empty_id},
    +    {
    +     "smime_sign",              /* S/MIME sign parameters */
    +     0,                         /* Check time */
    +     0,                         /* internal flags */
    +     0,                         /* flags */
    +     X509_PURPOSE_SMIME_SIGN,   /* purpose */
    +     X509_TRUST_EMAIL,          /* trust */
    +     -1,                        /* depth */
    +     NULL,                      /* policies */
    +     vpm_empty_id},
    +    {
    +     "ssl_client",              /* SSL/TLS client parameters */
    +     0,                         /* Check time */
    +     0,                         /* internal flags */
    +     0,                         /* flags */
    +     X509_PURPOSE_SSL_CLIENT,   /* purpose */
    +     X509_TRUST_SSL_CLIENT,     /* trust */
    +     -1,                        /* depth */
    +     NULL,                      /* policies */
    +     vpm_empty_id},
    +    {
    +     "ssl_server",              /* SSL/TLS server parameters */
    +     0,                         /* Check time */
    +     0,                         /* internal flags */
    +     0,                         /* flags */
    +     X509_PURPOSE_SSL_SERVER,   /* purpose */
    +     X509_TRUST_SSL_SERVER,     /* trust */
    +     -1,                        /* depth */
    +     NULL,                      /* policies */
    +     vpm_empty_id}
    +};
     
     static STACK_OF(X509_VERIFY_PARAM) *param_table = NULL;
     
     static int table_cmp(const X509_VERIFY_PARAM *a, const X509_VERIFY_PARAM *b)
    +{
    +    return strcmp(a->name, b->name);
    +}
     
    -	{
    -	return strcmp(a->name, b->name);
    -	}
    -
    -DECLARE_OBJ_BSEARCH_CMP_FN(X509_VERIFY_PARAM, X509_VERIFY_PARAM,
    -			   table);
    -IMPLEMENT_OBJ_BSEARCH_CMP_FN(X509_VERIFY_PARAM, X509_VERIFY_PARAM,
    -			     table);
    +DECLARE_OBJ_BSEARCH_CMP_FN(X509_VERIFY_PARAM, X509_VERIFY_PARAM, table);
    +IMPLEMENT_OBJ_BSEARCH_CMP_FN(X509_VERIFY_PARAM, X509_VERIFY_PARAM, table);
     
    -static int param_cmp(const X509_VERIFY_PARAM * const *a,
    -			const X509_VERIFY_PARAM * const *b)
    -	{
    -	return strcmp((*a)->name, (*b)->name);
    -	}
    +static int param_cmp(const X509_VERIFY_PARAM *const *a,
    +                     const X509_VERIFY_PARAM *const *b)
    +{
    +    return strcmp((*a)->name, (*b)->name);
    +}
     
     int X509_VERIFY_PARAM_add0_table(X509_VERIFY_PARAM *param)
    -	{
    -	int idx;
    -	X509_VERIFY_PARAM *ptmp;
    -	if (!param_table)
    -		{
    -		param_table = sk_X509_VERIFY_PARAM_new(param_cmp);
    -		if (!param_table)
    -			return 0;
    -		}
    -	else
    -		{
    -		idx = sk_X509_VERIFY_PARAM_find(param_table, param);
    -		if (idx != -1)
    -			{
    -			ptmp = sk_X509_VERIFY_PARAM_value(param_table, idx);
    -			X509_VERIFY_PARAM_free(ptmp);
    -			(void)sk_X509_VERIFY_PARAM_delete(param_table, idx);
    -			}
    -		}
    -	if (!sk_X509_VERIFY_PARAM_push(param_table, param))
    -		return 0;
    -	return 1;
    -	}
    +{
    +    int idx;
    +    X509_VERIFY_PARAM *ptmp;
    +    if (!param_table) {
    +        param_table = sk_X509_VERIFY_PARAM_new(param_cmp);
    +        if (!param_table)
    +            return 0;
    +    } else {
    +        idx = sk_X509_VERIFY_PARAM_find(param_table, param);
    +        if (idx != -1) {
    +            ptmp = sk_X509_VERIFY_PARAM_value(param_table, idx);
    +            X509_VERIFY_PARAM_free(ptmp);
    +            (void)sk_X509_VERIFY_PARAM_delete(param_table, idx);
    +        }
    +    }
    +    if (!sk_X509_VERIFY_PARAM_push(param_table, param))
    +        return 0;
    +    return 1;
    +}
    +
    +int X509_VERIFY_PARAM_get_count(void)
    +{
    +    int num = sizeof(default_table) / sizeof(X509_VERIFY_PARAM);
    +    if (param_table)
    +        num += sk_X509_VERIFY_PARAM_num(param_table);
    +    return num;
    +}
    +
    +const X509_VERIFY_PARAM *X509_VERIFY_PARAM_get0(int id)
    +{
    +    int num = sizeof(default_table) / sizeof(X509_VERIFY_PARAM);
    +    if (id < num)
    +        return default_table + id;
    +    return sk_X509_VERIFY_PARAM_value(param_table, id - num);
    +}
     
     const X509_VERIFY_PARAM *X509_VERIFY_PARAM_lookup(const char *name)
    -	{
    -	int idx;
    -	X509_VERIFY_PARAM pm;
    -
    -	pm.name = (char *)name;
    -	if (param_table)
    -		{
    -		idx = sk_X509_VERIFY_PARAM_find(param_table, &pm);
    -		if (idx != -1)
    -			return sk_X509_VERIFY_PARAM_value(param_table, idx);
    -		}
    -	return OBJ_bsearch_table(&pm, default_table,
    -			   sizeof(default_table)/sizeof(X509_VERIFY_PARAM));
    -	}
    +{
    +    int idx;
    +    X509_VERIFY_PARAM pm;
    +
    +    pm.name = (char *)name;
    +    if (param_table) {
    +        idx = sk_X509_VERIFY_PARAM_find(param_table, &pm);
    +        if (idx != -1)
    +            return sk_X509_VERIFY_PARAM_value(param_table, idx);
    +    }
    +    return OBJ_bsearch_table(&pm, default_table,
    +                             sizeof(default_table) /
    +                             sizeof(X509_VERIFY_PARAM));
    +}
     
     void X509_VERIFY_PARAM_table_cleanup(void)
    -	{
    -	if (param_table)
    -		sk_X509_VERIFY_PARAM_pop_free(param_table,
    -						X509_VERIFY_PARAM_free);
    -	param_table = NULL;
    -	}
    +{
    +    if (param_table)
    +        sk_X509_VERIFY_PARAM_pop_free(param_table, X509_VERIFY_PARAM_free);
    +    param_table = NULL;
    +}
    diff --git a/openssl/crypto/x509/x509cset.c b/openssl/crypto/x509/x509cset.c
    index 3109defb0..24ca35b58 100644
    --- a/openssl/crypto/x509/x509cset.c
    +++ b/openssl/crypto/x509/x509cset.c
    @@ -1,6 +1,7 @@
     /* crypto/x509/x509cset.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2001.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2001.
      */
     /* ====================================================================
      * Copyright (c) 2001 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -64,107 +65,103 @@
     #include 
     
     int X509_CRL_set_version(X509_CRL *x, long version)
    -	{
    -	if (x == NULL) return(0);
    -	if (x->crl->version == NULL)
    -		{
    -		if ((x->crl->version=M_ASN1_INTEGER_new()) == NULL)
    -			return(0);
    -		}
    -	return(ASN1_INTEGER_set(x->crl->version,version));
    -	}
    +{
    +    if (x == NULL)
    +        return (0);
    +    if (x->crl->version == NULL) {
    +        if ((x->crl->version = M_ASN1_INTEGER_new()) == NULL)
    +            return (0);
    +    }
    +    return (ASN1_INTEGER_set(x->crl->version, version));
    +}
     
     int X509_CRL_set_issuer_name(X509_CRL *x, X509_NAME *name)
    -	{
    -	if ((x == NULL) || (x->crl == NULL)) return(0);
    -	return(X509_NAME_set(&x->crl->issuer,name));
    -	}
    -
    +{
    +    if ((x == NULL) || (x->crl == NULL))
    +        return (0);
    +    return (X509_NAME_set(&x->crl->issuer, name));
    +}
     
     int X509_CRL_set_lastUpdate(X509_CRL *x, const ASN1_TIME *tm)
    -	{
    -	ASN1_TIME *in;
    +{
    +    ASN1_TIME *in;
     
    -	if (x == NULL) return(0);
    -	in=x->crl->lastUpdate;
    -	if (in != tm)
    -		{
    -		in=M_ASN1_TIME_dup(tm);
    -		if (in != NULL)
    -			{
    -			M_ASN1_TIME_free(x->crl->lastUpdate);
    -			x->crl->lastUpdate=in;
    -			}
    -		}
    -	return(in != NULL);
    -	}
    +    if (x == NULL)
    +        return (0);
    +    in = x->crl->lastUpdate;
    +    if (in != tm) {
    +        in = M_ASN1_TIME_dup(tm);
    +        if (in != NULL) {
    +            M_ASN1_TIME_free(x->crl->lastUpdate);
    +            x->crl->lastUpdate = in;
    +        }
    +    }
    +    return (in != NULL);
    +}
     
     int X509_CRL_set_nextUpdate(X509_CRL *x, const ASN1_TIME *tm)
    -	{
    -	ASN1_TIME *in;
    +{
    +    ASN1_TIME *in;
     
    -	if (x == NULL) return(0);
    -	in=x->crl->nextUpdate;
    -	if (in != tm)
    -		{
    -		in=M_ASN1_TIME_dup(tm);
    -		if (in != NULL)
    -			{
    -			M_ASN1_TIME_free(x->crl->nextUpdate);
    -			x->crl->nextUpdate=in;
    -			}
    -		}
    -	return(in != NULL);
    -	}
    +    if (x == NULL)
    +        return (0);
    +    in = x->crl->nextUpdate;
    +    if (in != tm) {
    +        in = M_ASN1_TIME_dup(tm);
    +        if (in != NULL) {
    +            M_ASN1_TIME_free(x->crl->nextUpdate);
    +            x->crl->nextUpdate = in;
    +        }
    +    }
    +    return (in != NULL);
    +}
     
     int X509_CRL_sort(X509_CRL *c)
    -	{
    -	int i;
    -	X509_REVOKED *r;
    -	/* sort the data so it will be written in serial
    -	 * number order */
    -	sk_X509_REVOKED_sort(c->crl->revoked);
    -	for (i=0; icrl->revoked); i++)
    -		{
    -		r=sk_X509_REVOKED_value(c->crl->revoked,i);
    -		r->sequence=i;
    -		}
    -	c->crl->enc.modified = 1;
    -	return 1;
    -	}
    +{
    +    int i;
    +    X509_REVOKED *r;
    +    /*
    +     * sort the data so it will be written in serial number order
    +     */
    +    sk_X509_REVOKED_sort(c->crl->revoked);
    +    for (i = 0; i < sk_X509_REVOKED_num(c->crl->revoked); i++) {
    +        r = sk_X509_REVOKED_value(c->crl->revoked, i);
    +        r->sequence = i;
    +    }
    +    c->crl->enc.modified = 1;
    +    return 1;
    +}
     
     int X509_REVOKED_set_revocationDate(X509_REVOKED *x, ASN1_TIME *tm)
    -	{
    -	ASN1_TIME *in;
    +{
    +    ASN1_TIME *in;
     
    -	if (x == NULL) return(0);
    -	in=x->revocationDate;
    -	if (in != tm)
    -		{
    -		in=M_ASN1_TIME_dup(tm);
    -		if (in != NULL)
    -			{
    -			M_ASN1_TIME_free(x->revocationDate);
    -			x->revocationDate=in;
    -			}
    -		}
    -	return(in != NULL);
    -	}
    +    if (x == NULL)
    +        return (0);
    +    in = x->revocationDate;
    +    if (in != tm) {
    +        in = M_ASN1_TIME_dup(tm);
    +        if (in != NULL) {
    +            M_ASN1_TIME_free(x->revocationDate);
    +            x->revocationDate = in;
    +        }
    +    }
    +    return (in != NULL);
    +}
     
     int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial)
    -	{
    -	ASN1_INTEGER *in;
    +{
    +    ASN1_INTEGER *in;
     
    -	if (x == NULL) return(0);
    -	in=x->serialNumber;
    -	if (in != serial)
    -		{
    -		in=M_ASN1_INTEGER_dup(serial);
    -		if (in != NULL)
    -			{
    -			M_ASN1_INTEGER_free(x->serialNumber);
    -			x->serialNumber=in;
    -			}
    -		}
    -	return(in != NULL);
    -	}
    +    if (x == NULL)
    +        return (0);
    +    in = x->serialNumber;
    +    if (in != serial) {
    +        in = M_ASN1_INTEGER_dup(serial);
    +        if (in != NULL) {
    +            M_ASN1_INTEGER_free(x->serialNumber);
    +            x->serialNumber = in;
    +        }
    +    }
    +    return (in != NULL);
    +}
    diff --git a/openssl/crypto/x509/x509name.c b/openssl/crypto/x509/x509name.c
    index 27bc4dc9a..6ea601f96 100644
    --- a/openssl/crypto/x509/x509name.c
    +++ b/openssl/crypto/x509/x509name.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -65,319 +65,333 @@
     #include 
     
     int X509_NAME_get_text_by_NID(X509_NAME *name, int nid, char *buf, int len)
    -	{
    -	ASN1_OBJECT *obj;
    +{
    +    ASN1_OBJECT *obj;
     
    -	obj=OBJ_nid2obj(nid);
    -	if (obj == NULL) return(-1);
    -	return(X509_NAME_get_text_by_OBJ(name,obj,buf,len));
    -	}
    +    obj = OBJ_nid2obj(nid);
    +    if (obj == NULL)
    +        return (-1);
    +    return (X509_NAME_get_text_by_OBJ(name, obj, buf, len));
    +}
     
     int X509_NAME_get_text_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, char *buf,
    -	     int len)
    -	{
    -	int i;
    -	ASN1_STRING *data;
    -
    -	i=X509_NAME_get_index_by_OBJ(name,obj,-1);
    -	if (i < 0) return(-1);
    -	data=X509_NAME_ENTRY_get_data(X509_NAME_get_entry(name,i));
    -	i=(data->length > (len-1))?(len-1):data->length;
    -	if (buf == NULL) return(data->length);
    -	memcpy(buf,data->data,i);
    -	buf[i]='\0';
    -	return(i);
    -	}
    +                              int len)
    +{
    +    int i;
    +    ASN1_STRING *data;
    +
    +    i = X509_NAME_get_index_by_OBJ(name, obj, -1);
    +    if (i < 0)
    +        return (-1);
    +    data = X509_NAME_ENTRY_get_data(X509_NAME_get_entry(name, i));
    +    i = (data->length > (len - 1)) ? (len - 1) : data->length;
    +    if (buf == NULL)
    +        return (data->length);
    +    memcpy(buf, data->data, i);
    +    buf[i] = '\0';
    +    return (i);
    +}
     
     int X509_NAME_entry_count(X509_NAME *name)
    -	{
    -	if (name == NULL) return(0);
    -	return(sk_X509_NAME_ENTRY_num(name->entries));
    -	}
    +{
    +    if (name == NULL)
    +        return (0);
    +    return (sk_X509_NAME_ENTRY_num(name->entries));
    +}
     
     int X509_NAME_get_index_by_NID(X509_NAME *name, int nid, int lastpos)
    -	{
    -	ASN1_OBJECT *obj;
    +{
    +    ASN1_OBJECT *obj;
     
    -	obj=OBJ_nid2obj(nid);
    -	if (obj == NULL) return(-2);
    -	return(X509_NAME_get_index_by_OBJ(name,obj,lastpos));
    -	}
    +    obj = OBJ_nid2obj(nid);
    +    if (obj == NULL)
    +        return (-2);
    +    return (X509_NAME_get_index_by_OBJ(name, obj, lastpos));
    +}
     
     /* NOTE: you should be passsing -1, not 0 as lastpos */
    -int X509_NAME_get_index_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj,
    -	     int lastpos)
    -	{
    -	int n;
    -	X509_NAME_ENTRY *ne;
    -	STACK_OF(X509_NAME_ENTRY) *sk;
    -
    -	if (name == NULL) return(-1);
    -	if (lastpos < 0)
    -		lastpos= -1;
    -	sk=name->entries;
    -	n=sk_X509_NAME_ENTRY_num(sk);
    -	for (lastpos++; lastpos < n; lastpos++)
    -		{
    -		ne=sk_X509_NAME_ENTRY_value(sk,lastpos);
    -		if (OBJ_cmp(ne->object,obj) == 0)
    -			return(lastpos);
    -		}
    -	return(-1);
    -	}
    +int X509_NAME_get_index_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, int lastpos)
    +{
    +    int n;
    +    X509_NAME_ENTRY *ne;
    +    STACK_OF(X509_NAME_ENTRY) *sk;
    +
    +    if (name == NULL)
    +        return (-1);
    +    if (lastpos < 0)
    +        lastpos = -1;
    +    sk = name->entries;
    +    n = sk_X509_NAME_ENTRY_num(sk);
    +    for (lastpos++; lastpos < n; lastpos++) {
    +        ne = sk_X509_NAME_ENTRY_value(sk, lastpos);
    +        if (OBJ_cmp(ne->object, obj) == 0)
    +            return (lastpos);
    +    }
    +    return (-1);
    +}
     
     X509_NAME_ENTRY *X509_NAME_get_entry(X509_NAME *name, int loc)
    -	{
    -	if(name == NULL || sk_X509_NAME_ENTRY_num(name->entries) <= loc
    -	   || loc < 0)
    -		return(NULL);
    -	else
    -		return(sk_X509_NAME_ENTRY_value(name->entries,loc));
    -	}
    +{
    +    if (name == NULL || sk_X509_NAME_ENTRY_num(name->entries) <= loc
    +        || loc < 0)
    +        return (NULL);
    +    else
    +        return (sk_X509_NAME_ENTRY_value(name->entries, loc));
    +}
     
     X509_NAME_ENTRY *X509_NAME_delete_entry(X509_NAME *name, int loc)
    -	{
    -	X509_NAME_ENTRY *ret;
    -	int i,n,set_prev,set_next;
    -	STACK_OF(X509_NAME_ENTRY) *sk;
    -
    -	if (name == NULL || sk_X509_NAME_ENTRY_num(name->entries) <= loc
    -	    || loc < 0)
    -		return(NULL);
    -	sk=name->entries;
    -	ret=sk_X509_NAME_ENTRY_delete(sk,loc);
    -	n=sk_X509_NAME_ENTRY_num(sk);
    -	name->modified=1;
    -	if (loc == n) return(ret);
    -
    -	/* else we need to fixup the set field */
    -	if (loc != 0)
    -		set_prev=(sk_X509_NAME_ENTRY_value(sk,loc-1))->set;
    -	else
    -		set_prev=ret->set-1;
    -	set_next=sk_X509_NAME_ENTRY_value(sk,loc)->set;
    -
    -	/* set_prev is the previous set
    -	 * set is the current set
    -	 * set_next is the following
    -	 * prev  1 1	1 1	1 1	1 1
    -	 * set   1	1	2	2
    -	 * next  1 1	2 2	2 2	3 2
    -	 * so basically only if prev and next differ by 2, then
    -	 * re-number down by 1 */
    -	if (set_prev+1 < set_next)
    -		for (i=loc; iset--;
    -	return(ret);
    -	}
    +{
    +    X509_NAME_ENTRY *ret;
    +    int i, n, set_prev, set_next;
    +    STACK_OF(X509_NAME_ENTRY) *sk;
    +
    +    if (name == NULL || sk_X509_NAME_ENTRY_num(name->entries) <= loc
    +        || loc < 0)
    +        return (NULL);
    +    sk = name->entries;
    +    ret = sk_X509_NAME_ENTRY_delete(sk, loc);
    +    n = sk_X509_NAME_ENTRY_num(sk);
    +    name->modified = 1;
    +    if (loc == n)
    +        return (ret);
    +
    +    /* else we need to fixup the set field */
    +    if (loc != 0)
    +        set_prev = (sk_X509_NAME_ENTRY_value(sk, loc - 1))->set;
    +    else
    +        set_prev = ret->set - 1;
    +    set_next = sk_X509_NAME_ENTRY_value(sk, loc)->set;
    +
    +    /*-
    +     * set_prev is the previous set
    +     * set is the current set
    +     * set_next is the following
    +     * prev  1 1    1 1     1 1     1 1
    +     * set   1      1       2       2
    +     * next  1 1    2 2     2 2     3 2
    +     * so basically only if prev and next differ by 2, then
    +     * re-number down by 1
    +     */
    +    if (set_prev + 1 < set_next)
    +        for (i = loc; i < n; i++)
    +            sk_X509_NAME_ENTRY_value(sk, i)->set--;
    +    return (ret);
    +}
     
     int X509_NAME_add_entry_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, int type,
    -			unsigned char *bytes, int len, int loc, int set)
    +                               unsigned char *bytes, int len, int loc,
    +                               int set)
     {
    -	X509_NAME_ENTRY *ne;
    -	int ret;
    -	ne = X509_NAME_ENTRY_create_by_OBJ(NULL, obj, type, bytes, len);
    -	if(!ne) return 0;
    -	ret = X509_NAME_add_entry(name, ne, loc, set);
    -	X509_NAME_ENTRY_free(ne);
    -	return ret;
    +    X509_NAME_ENTRY *ne;
    +    int ret;
    +    ne = X509_NAME_ENTRY_create_by_OBJ(NULL, obj, type, bytes, len);
    +    if (!ne)
    +        return 0;
    +    ret = X509_NAME_add_entry(name, ne, loc, set);
    +    X509_NAME_ENTRY_free(ne);
    +    return ret;
     }
     
     int X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type,
    -			unsigned char *bytes, int len, int loc, int set)
    +                               unsigned char *bytes, int len, int loc,
    +                               int set)
     {
    -	X509_NAME_ENTRY *ne;
    -	int ret;
    -	ne = X509_NAME_ENTRY_create_by_NID(NULL, nid, type, bytes, len);
    -	if(!ne) return 0;
    -	ret = X509_NAME_add_entry(name, ne, loc, set);
    -	X509_NAME_ENTRY_free(ne);
    -	return ret;
    +    X509_NAME_ENTRY *ne;
    +    int ret;
    +    ne = X509_NAME_ENTRY_create_by_NID(NULL, nid, type, bytes, len);
    +    if (!ne)
    +        return 0;
    +    ret = X509_NAME_add_entry(name, ne, loc, set);
    +    X509_NAME_ENTRY_free(ne);
    +    return ret;
     }
     
     int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type,
    -			const unsigned char *bytes, int len, int loc, int set)
    +                               const unsigned char *bytes, int len, int loc,
    +                               int set)
     {
    -	X509_NAME_ENTRY *ne;
    -	int ret;
    -	ne = X509_NAME_ENTRY_create_by_txt(NULL, field, type, bytes, len);
    -	if(!ne) return 0;
    -	ret = X509_NAME_add_entry(name, ne, loc, set);
    -	X509_NAME_ENTRY_free(ne);
    -	return ret;
    +    X509_NAME_ENTRY *ne;
    +    int ret;
    +    ne = X509_NAME_ENTRY_create_by_txt(NULL, field, type, bytes, len);
    +    if (!ne)
    +        return 0;
    +    ret = X509_NAME_add_entry(name, ne, loc, set);
    +    X509_NAME_ENTRY_free(ne);
    +    return ret;
     }
     
    -/* if set is -1, append to previous set, 0 'a new one', and 1,
    - * prepend to the guy we are about to stomp on. */
    +/*
    + * if set is -1, append to previous set, 0 'a new one', and 1, prepend to the
    + * guy we are about to stomp on.
    + */
     int X509_NAME_add_entry(X509_NAME *name, X509_NAME_ENTRY *ne, int loc,
    -	     int set)
    -	{
    -	X509_NAME_ENTRY *new_name=NULL;
    -	int n,i,inc;
    -	STACK_OF(X509_NAME_ENTRY) *sk;
    -
    -	if (name == NULL) return(0);
    -	sk=name->entries;
    -	n=sk_X509_NAME_ENTRY_num(sk);
    -	if (loc > n) loc=n;
    -	else if (loc < 0) loc=n;
    -
    -	name->modified=1;
    -
    -	if (set == -1)
    -		{
    -		if (loc == 0)
    -			{
    -			set=0;
    -			inc=1;
    -			}
    -		else
    -			{
    -			set=sk_X509_NAME_ENTRY_value(sk,loc-1)->set;
    -			inc=0;
    -			}
    -		}
    -	else /* if (set >= 0) */
    -		{
    -		if (loc >= n)
    -			{
    -			if (loc != 0)
    -				set=sk_X509_NAME_ENTRY_value(sk,loc-1)->set+1;
    -			else
    -				set=0;
    -			}
    -		else
    -			set=sk_X509_NAME_ENTRY_value(sk,loc)->set;
    -		inc=(set == 0)?1:0;
    -		}
    -
    -	if ((new_name=X509_NAME_ENTRY_dup(ne)) == NULL)
    -		goto err;
    -	new_name->set=set;
    -	if (!sk_X509_NAME_ENTRY_insert(sk,new_name,loc))
    -		{
    -		X509err(X509_F_X509_NAME_ADD_ENTRY,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -	if (inc)
    -		{
    -		n=sk_X509_NAME_ENTRY_num(sk);
    -		for (i=loc+1; iset+=1;
    -		}	
    -	return(1);
    -err:
    -	if (new_name != NULL)
    -		X509_NAME_ENTRY_free(new_name);
    -	return(0);
    -	}
    +                        int set)
    +{
    +    X509_NAME_ENTRY *new_name = NULL;
    +    int n, i, inc;
    +    STACK_OF(X509_NAME_ENTRY) *sk;
    +
    +    if (name == NULL)
    +        return (0);
    +    sk = name->entries;
    +    n = sk_X509_NAME_ENTRY_num(sk);
    +    if (loc > n)
    +        loc = n;
    +    else if (loc < 0)
    +        loc = n;
    +
    +    name->modified = 1;
    +
    +    if (set == -1) {
    +        if (loc == 0) {
    +            set = 0;
    +            inc = 1;
    +        } else {
    +            set = sk_X509_NAME_ENTRY_value(sk, loc - 1)->set;
    +            inc = 0;
    +        }
    +    } else {                    /* if (set >= 0) */
    +
    +        if (loc >= n) {
    +            if (loc != 0)
    +                set = sk_X509_NAME_ENTRY_value(sk, loc - 1)->set + 1;
    +            else
    +                set = 0;
    +        } else
    +            set = sk_X509_NAME_ENTRY_value(sk, loc)->set;
    +        inc = (set == 0) ? 1 : 0;
    +    }
    +
    +    if ((new_name = X509_NAME_ENTRY_dup(ne)) == NULL)
    +        goto err;
    +    new_name->set = set;
    +    if (!sk_X509_NAME_ENTRY_insert(sk, new_name, loc)) {
    +        X509err(X509_F_X509_NAME_ADD_ENTRY, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +    if (inc) {
    +        n = sk_X509_NAME_ENTRY_num(sk);
    +        for (i = loc + 1; i < n; i++)
    +            sk_X509_NAME_ENTRY_value(sk, i - 1)->set += 1;
    +    }
    +    return (1);
    + err:
    +    if (new_name != NULL)
    +        X509_NAME_ENTRY_free(new_name);
    +    return (0);
    +}
     
     X509_NAME_ENTRY *X509_NAME_ENTRY_create_by_txt(X509_NAME_ENTRY **ne,
    -		const char *field, int type, const unsigned char *bytes, int len)
    -	{
    -	ASN1_OBJECT *obj;
    -	X509_NAME_ENTRY *nentry;
    -
    -	obj=OBJ_txt2obj(field, 0);
    -	if (obj == NULL)
    -		{
    -		X509err(X509_F_X509_NAME_ENTRY_CREATE_BY_TXT,
    -						X509_R_INVALID_FIELD_NAME);
    -		ERR_add_error_data(2, "name=", field);
    -		return(NULL);
    -		}
    -	nentry = X509_NAME_ENTRY_create_by_OBJ(ne,obj,type,bytes,len);
    -	ASN1_OBJECT_free(obj);
    -	return nentry;
    -	}
    +                                               const char *field, int type,
    +                                               const unsigned char *bytes,
    +                                               int len)
    +{
    +    ASN1_OBJECT *obj;
    +    X509_NAME_ENTRY *nentry;
    +
    +    obj = OBJ_txt2obj(field, 0);
    +    if (obj == NULL) {
    +        X509err(X509_F_X509_NAME_ENTRY_CREATE_BY_TXT,
    +                X509_R_INVALID_FIELD_NAME);
    +        ERR_add_error_data(2, "name=", field);
    +        return (NULL);
    +    }
    +    nentry = X509_NAME_ENTRY_create_by_OBJ(ne, obj, type, bytes, len);
    +    ASN1_OBJECT_free(obj);
    +    return nentry;
    +}
     
     X509_NAME_ENTRY *X509_NAME_ENTRY_create_by_NID(X509_NAME_ENTRY **ne, int nid,
    -	     int type, unsigned char *bytes, int len)
    -	{
    -	ASN1_OBJECT *obj;
    -	X509_NAME_ENTRY *nentry;
    -
    -	obj=OBJ_nid2obj(nid);
    -	if (obj == NULL)
    -		{
    -		X509err(X509_F_X509_NAME_ENTRY_CREATE_BY_NID,X509_R_UNKNOWN_NID);
    -		return(NULL);
    -		}
    -	nentry = X509_NAME_ENTRY_create_by_OBJ(ne,obj,type,bytes,len);
    -	ASN1_OBJECT_free(obj);
    -	return nentry;
    -	}
    +                                               int type, unsigned char *bytes,
    +                                               int len)
    +{
    +    ASN1_OBJECT *obj;
    +    X509_NAME_ENTRY *nentry;
    +
    +    obj = OBJ_nid2obj(nid);
    +    if (obj == NULL) {
    +        X509err(X509_F_X509_NAME_ENTRY_CREATE_BY_NID, X509_R_UNKNOWN_NID);
    +        return (NULL);
    +    }
    +    nentry = X509_NAME_ENTRY_create_by_OBJ(ne, obj, type, bytes, len);
    +    ASN1_OBJECT_free(obj);
    +    return nentry;
    +}
     
     X509_NAME_ENTRY *X509_NAME_ENTRY_create_by_OBJ(X509_NAME_ENTRY **ne,
    -	     ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len)
    -	{
    -	X509_NAME_ENTRY *ret;
    -
    -	if ((ne == NULL) || (*ne == NULL))
    -		{
    -		if ((ret=X509_NAME_ENTRY_new()) == NULL)
    -			return(NULL);
    -		}
    -	else
    -		ret= *ne;
    -
    -	if (!X509_NAME_ENTRY_set_object(ret,obj))
    -		goto err;
    -	if (!X509_NAME_ENTRY_set_data(ret,type,bytes,len))
    -		goto err;
    -
    -	if ((ne != NULL) && (*ne == NULL)) *ne=ret;
    -	return(ret);
    -err:
    -	if ((ne == NULL) || (ret != *ne))
    -		X509_NAME_ENTRY_free(ret);
    -	return(NULL);
    -	}
    +                                               ASN1_OBJECT *obj, int type,
    +                                               const unsigned char *bytes,
    +                                               int len)
    +{
    +    X509_NAME_ENTRY *ret;
    +
    +    if ((ne == NULL) || (*ne == NULL)) {
    +        if ((ret = X509_NAME_ENTRY_new()) == NULL)
    +            return (NULL);
    +    } else
    +        ret = *ne;
    +
    +    if (!X509_NAME_ENTRY_set_object(ret, obj))
    +        goto err;
    +    if (!X509_NAME_ENTRY_set_data(ret, type, bytes, len))
    +        goto err;
    +
    +    if ((ne != NULL) && (*ne == NULL))
    +        *ne = ret;
    +    return (ret);
    + err:
    +    if ((ne == NULL) || (ret != *ne))
    +        X509_NAME_ENTRY_free(ret);
    +    return (NULL);
    +}
     
     int X509_NAME_ENTRY_set_object(X509_NAME_ENTRY *ne, ASN1_OBJECT *obj)
    -	{
    -	if ((ne == NULL) || (obj == NULL))
    -		{
    -		X509err(X509_F_X509_NAME_ENTRY_SET_OBJECT,ERR_R_PASSED_NULL_PARAMETER);
    -		return(0);
    -		}
    -	ASN1_OBJECT_free(ne->object);
    -	ne->object=OBJ_dup(obj);
    -	return((ne->object == NULL)?0:1);
    -	}
    +{
    +    if ((ne == NULL) || (obj == NULL)) {
    +        X509err(X509_F_X509_NAME_ENTRY_SET_OBJECT,
    +                ERR_R_PASSED_NULL_PARAMETER);
    +        return (0);
    +    }
    +    ASN1_OBJECT_free(ne->object);
    +    ne->object = OBJ_dup(obj);
    +    return ((ne->object == NULL) ? 0 : 1);
    +}
     
     int X509_NAME_ENTRY_set_data(X509_NAME_ENTRY *ne, int type,
    -	     const unsigned char *bytes, int len)
    -	{
    -	int i;
    -
    -	if ((ne == NULL) || ((bytes == NULL) && (len != 0))) return(0);
    -	if((type > 0) && (type & MBSTRING_FLAG)) 
    -		return ASN1_STRING_set_by_NID(&ne->value, bytes,
    -						len, type,
    -					OBJ_obj2nid(ne->object)) ? 1 : 0;
    -	if (len < 0) len=strlen((const char *)bytes);
    -	i=ASN1_STRING_set(ne->value,bytes,len);
    -	if (!i) return(0);
    -	if (type != V_ASN1_UNDEF)
    -		{
    -		if (type == V_ASN1_APP_CHOOSE)
    -			ne->value->type=ASN1_PRINTABLE_type(bytes,len);
    -		else
    -			ne->value->type=type;
    -		}
    -	return(1);
    -	}
    +                             const unsigned char *bytes, int len)
    +{
    +    int i;
    +
    +    if ((ne == NULL) || ((bytes == NULL) && (len != 0)))
    +        return (0);
    +    if ((type > 0) && (type & MBSTRING_FLAG))
    +        return ASN1_STRING_set_by_NID(&ne->value, bytes,
    +                                      len, type,
    +                                      OBJ_obj2nid(ne->object)) ? 1 : 0;
    +    if (len < 0)
    +        len = strlen((const char *)bytes);
    +    i = ASN1_STRING_set(ne->value, bytes, len);
    +    if (!i)
    +        return (0);
    +    if (type != V_ASN1_UNDEF) {
    +        if (type == V_ASN1_APP_CHOOSE)
    +            ne->value->type = ASN1_PRINTABLE_type(bytes, len);
    +        else
    +            ne->value->type = type;
    +    }
    +    return (1);
    +}
     
     ASN1_OBJECT *X509_NAME_ENTRY_get_object(X509_NAME_ENTRY *ne)
    -	{
    -	if (ne == NULL) return(NULL);
    -	return(ne->object);
    -	}
    +{
    +    if (ne == NULL)
    +        return (NULL);
    +    return (ne->object);
    +}
     
     ASN1_STRING *X509_NAME_ENTRY_get_data(X509_NAME_ENTRY *ne)
    -	{
    -	if (ne == NULL) return(NULL);
    -	return(ne->value);
    -	}
    -
    +{
    +    if (ne == NULL)
    +        return (NULL);
    +    return (ne->value);
    +}
    diff --git a/openssl/crypto/x509/x509rset.c b/openssl/crypto/x509/x509rset.c
    index d9f6b5737..80e273e64 100644
    --- a/openssl/crypto/x509/x509rset.c
    +++ b/openssl/crypto/x509/x509rset.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -64,20 +64,22 @@
     #include 
     
     int X509_REQ_set_version(X509_REQ *x, long version)
    -	{
    -	if (x == NULL) return(0);
    -	return(ASN1_INTEGER_set(x->req_info->version,version));
    -	}
    +{
    +    if (x == NULL)
    +        return (0);
    +    return (ASN1_INTEGER_set(x->req_info->version, version));
    +}
     
     int X509_REQ_set_subject_name(X509_REQ *x, X509_NAME *name)
    -	{
    -	if ((x == NULL) || (x->req_info == NULL)) return(0);
    -	return(X509_NAME_set(&x->req_info->subject,name));
    -	}
    +{
    +    if ((x == NULL) || (x->req_info == NULL))
    +        return (0);
    +    return (X509_NAME_set(&x->req_info->subject, name));
    +}
     
     int X509_REQ_set_pubkey(X509_REQ *x, EVP_PKEY *pkey)
    -	{
    -	if ((x == NULL) || (x->req_info == NULL)) return(0);
    -	return(X509_PUBKEY_set(&x->req_info->pubkey,pkey));
    -	}
    -
    +{
    +    if ((x == NULL) || (x->req_info == NULL))
    +        return (0);
    +    return (X509_PUBKEY_set(&x->req_info->pubkey, pkey));
    +}
    diff --git a/openssl/crypto/x509/x509spki.c b/openssl/crypto/x509/x509spki.c
    index 02a203d72..2df84ead9 100644
    --- a/openssl/crypto/x509/x509spki.c
    +++ b/openssl/crypto/x509/x509spki.c
    @@ -1,6 +1,7 @@
     /* x509spki.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,60 +63,61 @@
     
     int NETSCAPE_SPKI_set_pubkey(NETSCAPE_SPKI *x, EVP_PKEY *pkey)
     {
    -	if ((x == NULL) || (x->spkac == NULL)) return(0);
    -	return(X509_PUBKEY_set(&(x->spkac->pubkey),pkey));
    +    if ((x == NULL) || (x->spkac == NULL))
    +        return (0);
    +    return (X509_PUBKEY_set(&(x->spkac->pubkey), pkey));
     }
     
     EVP_PKEY *NETSCAPE_SPKI_get_pubkey(NETSCAPE_SPKI *x)
     {
    -	if ((x == NULL) || (x->spkac == NULL))
    -		return(NULL);
    -	return(X509_PUBKEY_get(x->spkac->pubkey));
    +    if ((x == NULL) || (x->spkac == NULL))
    +        return (NULL);
    +    return (X509_PUBKEY_get(x->spkac->pubkey));
     }
     
     /* Load a Netscape SPKI from a base64 encoded string */
     
    -NETSCAPE_SPKI * NETSCAPE_SPKI_b64_decode(const char *str, int len)
    +NETSCAPE_SPKI *NETSCAPE_SPKI_b64_decode(const char *str, int len)
     {
    -	unsigned char *spki_der;
    -	const unsigned char *p;
    -	int spki_len;
    -	NETSCAPE_SPKI *spki;
    -	if(len <= 0) len = strlen(str);
    -	if (!(spki_der = OPENSSL_malloc(len + 1))) {
    -		X509err(X509_F_NETSCAPE_SPKI_B64_DECODE, ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    -	spki_len = EVP_DecodeBlock(spki_der, (const unsigned char *)str, len);
    -	if(spki_len < 0) {
    -		X509err(X509_F_NETSCAPE_SPKI_B64_DECODE,
    -						X509_R_BASE64_DECODE_ERROR);
    -		OPENSSL_free(spki_der);
    -		return NULL;
    -	}
    -	p = spki_der;
    -	spki = d2i_NETSCAPE_SPKI(NULL, &p, spki_len);
    -	OPENSSL_free(spki_der);
    -	return spki;
    +    unsigned char *spki_der;
    +    const unsigned char *p;
    +    int spki_len;
    +    NETSCAPE_SPKI *spki;
    +    if (len <= 0)
    +        len = strlen(str);
    +    if (!(spki_der = OPENSSL_malloc(len + 1))) {
    +        X509err(X509_F_NETSCAPE_SPKI_B64_DECODE, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +    spki_len = EVP_DecodeBlock(spki_der, (const unsigned char *)str, len);
    +    if (spki_len < 0) {
    +        X509err(X509_F_NETSCAPE_SPKI_B64_DECODE, X509_R_BASE64_DECODE_ERROR);
    +        OPENSSL_free(spki_der);
    +        return NULL;
    +    }
    +    p = spki_der;
    +    spki = d2i_NETSCAPE_SPKI(NULL, &p, spki_len);
    +    OPENSSL_free(spki_der);
    +    return spki;
     }
     
     /* Generate a base64 encoded string from an SPKI */
     
    -char * NETSCAPE_SPKI_b64_encode(NETSCAPE_SPKI *spki)
    +char *NETSCAPE_SPKI_b64_encode(NETSCAPE_SPKI *spki)
     {
    -	unsigned char *der_spki, *p;
    -	char *b64_str;
    -	int der_len;
    -	der_len = i2d_NETSCAPE_SPKI(spki, NULL);
    -	der_spki = OPENSSL_malloc(der_len);
    -	b64_str = OPENSSL_malloc(der_len * 2);
    -	if(!der_spki || !b64_str) {
    -		X509err(X509_F_NETSCAPE_SPKI_B64_ENCODE, ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    -	p = der_spki;
    -	i2d_NETSCAPE_SPKI(spki, &p);
    -	EVP_EncodeBlock((unsigned char *)b64_str, der_spki, der_len);
    -	OPENSSL_free(der_spki);
    -	return b64_str;
    +    unsigned char *der_spki, *p;
    +    char *b64_str;
    +    int der_len;
    +    der_len = i2d_NETSCAPE_SPKI(spki, NULL);
    +    der_spki = OPENSSL_malloc(der_len);
    +    b64_str = OPENSSL_malloc(der_len * 2);
    +    if (!der_spki || !b64_str) {
    +        X509err(X509_F_NETSCAPE_SPKI_B64_ENCODE, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +    p = der_spki;
    +    i2d_NETSCAPE_SPKI(spki, &p);
    +    EVP_EncodeBlock((unsigned char *)b64_str, der_spki, der_len);
    +    OPENSSL_free(der_spki);
    +    return b64_str;
     }
    diff --git a/openssl/crypto/x509/x509type.c b/openssl/crypto/x509/x509type.c
    index 9702ec531..033175257 100644
    --- a/openssl/crypto/x509/x509type.c
    +++ b/openssl/crypto/x509/x509type.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,69 +63,68 @@
     #include 
     
     int X509_certificate_type(X509 *x, EVP_PKEY *pkey)
    -	{
    -	EVP_PKEY *pk;
    -	int ret=0,i;
    -
    -	if (x == NULL) return(0);
    +{
    +    EVP_PKEY *pk;
    +    int ret = 0, i;
     
    -	if (pkey == NULL)
    -		pk=X509_get_pubkey(x);
    -	else
    -		pk=pkey;
    +    if (x == NULL)
    +        return (0);
     
    -	if (pk == NULL) return(0);
    +    if (pkey == NULL)
    +        pk = X509_get_pubkey(x);
    +    else
    +        pk = pkey;
     
    -	switch (pk->type)
    -		{
    -	case EVP_PKEY_RSA:
    -		ret=EVP_PK_RSA|EVP_PKT_SIGN;
    -/*		if (!sign only extension) */
    -			ret|=EVP_PKT_ENC;
    -	break;
    -	case EVP_PKEY_DSA:
    -		ret=EVP_PK_DSA|EVP_PKT_SIGN;
    -		break;
    -	case EVP_PKEY_EC:
    -		ret=EVP_PK_EC|EVP_PKT_SIGN|EVP_PKT_EXCH;
    -		break;
    -	case EVP_PKEY_DH:
    -		ret=EVP_PK_DH|EVP_PKT_EXCH;
    -		break;	
    -	case NID_id_GostR3410_94:
    -	case NID_id_GostR3410_2001:
    -		ret=EVP_PKT_EXCH|EVP_PKT_SIGN;
    -		break;
    -	default:
    -		break;
    -		}
    +    if (pk == NULL)
    +        return (0);
     
    -	i=OBJ_obj2nid(x->sig_alg->algorithm);
    -	if (i && OBJ_find_sigid_algs(i, NULL, &i))
    -		{
    +    switch (pk->type) {
    +    case EVP_PKEY_RSA:
    +        ret = EVP_PK_RSA | EVP_PKT_SIGN;
    +/*              if (!sign only extension) */
    +        ret |= EVP_PKT_ENC;
    +        break;
    +    case EVP_PKEY_DSA:
    +        ret = EVP_PK_DSA | EVP_PKT_SIGN;
    +        break;
    +    case EVP_PKEY_EC:
    +        ret = EVP_PK_EC | EVP_PKT_SIGN | EVP_PKT_EXCH;
    +        break;
    +    case EVP_PKEY_DH:
    +        ret = EVP_PK_DH | EVP_PKT_EXCH;
    +        break;
    +    case NID_id_GostR3410_94:
    +    case NID_id_GostR3410_2001:
    +        ret = EVP_PKT_EXCH | EVP_PKT_SIGN;
    +        break;
    +    default:
    +        break;
    +    }
     
    -		switch (i)
    -			{
    -		case NID_rsaEncryption:
    -		case NID_rsa:
    -			ret|=EVP_PKS_RSA;
    -			break;
    -		case NID_dsa:
    -		case NID_dsa_2:
    -			ret|=EVP_PKS_DSA;
    -			break;
    -		case NID_X9_62_id_ecPublicKey:
    -			ret|=EVP_PKS_EC;
    -			break;
    -		default:
    -			break;
    -			}
    -		}
    +    i = OBJ_obj2nid(x->sig_alg->algorithm);
    +    if (i && OBJ_find_sigid_algs(i, NULL, &i)) {
     
    -	if (EVP_PKEY_size(pk) <= 1024/8)/* /8 because it's 1024 bits we look
    -					   for, not bytes */
    -		ret|=EVP_PKT_EXP;
    -	if(pkey==NULL) EVP_PKEY_free(pk);
    -	return(ret);
    -	}
    +        switch (i) {
    +        case NID_rsaEncryption:
    +        case NID_rsa:
    +            ret |= EVP_PKS_RSA;
    +            break;
    +        case NID_dsa:
    +        case NID_dsa_2:
    +            ret |= EVP_PKS_DSA;
    +            break;
    +        case NID_X9_62_id_ecPublicKey:
    +            ret |= EVP_PKS_EC;
    +            break;
    +        default:
    +            break;
    +        }
    +    }
     
    +    /* /8 because it's 1024 bits we look for, not bytes */
    +    if (EVP_PKEY_size(pk) <= 1024 / 8)
    +        ret |= EVP_PKT_EXP;
    +    if (pkey == NULL)
    +        EVP_PKEY_free(pk);
    +    return (ret);
    +}
    diff --git a/openssl/crypto/x509/x_all.c b/openssl/crypto/x509/x_all.c
    index e06602d65..0f26c546d 100644
    --- a/openssl/crypto/x509/x_all.c
    +++ b/openssl/crypto/x509/x_all.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -63,475 +63,496 @@
     #include 
     #include 
     #include 
    +#include 
     #ifndef OPENSSL_NO_RSA
    -#include 
    +# include 
     #endif
     #ifndef OPENSSL_NO_DSA
    -#include 
    +# include 
     #endif
     
     int X509_verify(X509 *a, EVP_PKEY *r)
    -	{
    -	return(ASN1_item_verify(ASN1_ITEM_rptr(X509_CINF),a->sig_alg,
    -		a->signature,a->cert_info,r));
    -	}
    +{
    +    if (X509_ALGOR_cmp(a->sig_alg, a->cert_info->signature))
    +        return 0;
    +    return (ASN1_item_verify(ASN1_ITEM_rptr(X509_CINF), a->sig_alg,
    +                             a->signature, a->cert_info, r));
    +}
     
     int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r)
    -	{
    -	return( ASN1_item_verify(ASN1_ITEM_rptr(X509_REQ_INFO),
    -		a->sig_alg,a->signature,a->req_info,r));
    -	}
    +{
    +    return (ASN1_item_verify(ASN1_ITEM_rptr(X509_REQ_INFO),
    +                             a->sig_alg, a->signature, a->req_info, r));
    +}
     
     int NETSCAPE_SPKI_verify(NETSCAPE_SPKI *a, EVP_PKEY *r)
    -	{
    -	return(ASN1_item_verify(ASN1_ITEM_rptr(NETSCAPE_SPKAC),
    -		a->sig_algor,a->signature,a->spkac,r));
    -	}
    +{
    +    return (ASN1_item_verify(ASN1_ITEM_rptr(NETSCAPE_SPKAC),
    +                             a->sig_algor, a->signature, a->spkac, r));
    +}
     
     int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md)
    -	{
    -	x->cert_info->enc.modified = 1;
    -	return(ASN1_item_sign(ASN1_ITEM_rptr(X509_CINF), x->cert_info->signature,
    -		x->sig_alg, x->signature, x->cert_info,pkey,md));
    -	}
    +{
    +    x->cert_info->enc.modified = 1;
    +    return (ASN1_item_sign(ASN1_ITEM_rptr(X509_CINF), x->cert_info->signature,
    +                           x->sig_alg, x->signature, x->cert_info, pkey, md));
    +}
     
     int X509_sign_ctx(X509 *x, EVP_MD_CTX *ctx)
    -	{
    -	x->cert_info->enc.modified = 1;
    -	return ASN1_item_sign_ctx(ASN1_ITEM_rptr(X509_CINF),
    -		x->cert_info->signature,
    -		x->sig_alg, x->signature, x->cert_info, ctx);
    -	}
    +{
    +    x->cert_info->enc.modified = 1;
    +    return ASN1_item_sign_ctx(ASN1_ITEM_rptr(X509_CINF),
    +                              x->cert_info->signature,
    +                              x->sig_alg, x->signature, x->cert_info, ctx);
    +}
    +
    +int X509_http_nbio(OCSP_REQ_CTX *rctx, X509 **pcert)
    +{
    +    return OCSP_REQ_CTX_nbio_d2i(rctx,
    +                                 (ASN1_VALUE **)pcert, ASN1_ITEM_rptr(X509));
    +}
     
     int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md)
    -	{
    -	return(ASN1_item_sign(ASN1_ITEM_rptr(X509_REQ_INFO),x->sig_alg, NULL,
    -		x->signature, x->req_info,pkey,md));
    -	}
    +{
    +    return (ASN1_item_sign(ASN1_ITEM_rptr(X509_REQ_INFO), x->sig_alg, NULL,
    +                           x->signature, x->req_info, pkey, md));
    +}
     
     int X509_REQ_sign_ctx(X509_REQ *x, EVP_MD_CTX *ctx)
    -	{
    -	return ASN1_item_sign_ctx(ASN1_ITEM_rptr(X509_REQ_INFO),
    -		x->sig_alg, NULL, x->signature, x->req_info, ctx);
    -	}
    +{
    +    return ASN1_item_sign_ctx(ASN1_ITEM_rptr(X509_REQ_INFO),
    +                              x->sig_alg, NULL, x->signature, x->req_info,
    +                              ctx);
    +}
     
     int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md)
    -	{
    -	x->crl->enc.modified = 1;
    -	return(ASN1_item_sign(ASN1_ITEM_rptr(X509_CRL_INFO),x->crl->sig_alg,
    -		x->sig_alg, x->signature, x->crl,pkey,md));
    -	}
    +{
    +    x->crl->enc.modified = 1;
    +    return (ASN1_item_sign(ASN1_ITEM_rptr(X509_CRL_INFO), x->crl->sig_alg,
    +                           x->sig_alg, x->signature, x->crl, pkey, md));
    +}
     
     int X509_CRL_sign_ctx(X509_CRL *x, EVP_MD_CTX *ctx)
    -	{
    -	x->crl->enc.modified = 1;
    -	return ASN1_item_sign_ctx(ASN1_ITEM_rptr(X509_CRL_INFO),
    -		x->crl->sig_alg, x->sig_alg, x->signature, x->crl, ctx);
    -	}
    +{
    +    x->crl->enc.modified = 1;
    +    return ASN1_item_sign_ctx(ASN1_ITEM_rptr(X509_CRL_INFO),
    +                              x->crl->sig_alg, x->sig_alg, x->signature,
    +                              x->crl, ctx);
    +}
    +
    +int X509_CRL_http_nbio(OCSP_REQ_CTX *rctx, X509_CRL **pcrl)
    +{
    +    return OCSP_REQ_CTX_nbio_d2i(rctx,
    +                                 (ASN1_VALUE **)pcrl,
    +                                 ASN1_ITEM_rptr(X509_CRL));
    +}
     
     int NETSCAPE_SPKI_sign(NETSCAPE_SPKI *x, EVP_PKEY *pkey, const EVP_MD *md)
    -	{
    -	return(ASN1_item_sign(ASN1_ITEM_rptr(NETSCAPE_SPKAC), x->sig_algor,NULL,
    -		x->signature, x->spkac,pkey,md));
    -	}
    +{
    +    return (ASN1_item_sign(ASN1_ITEM_rptr(NETSCAPE_SPKAC), x->sig_algor, NULL,
    +                           x->signature, x->spkac, pkey, md));
    +}
     
     #ifndef OPENSSL_NO_FP_API
     X509 *d2i_X509_fp(FILE *fp, X509 **x509)
    -	{
    -	return ASN1_item_d2i_fp(ASN1_ITEM_rptr(X509), fp, x509);
    -	}
    +{
    +    return ASN1_item_d2i_fp(ASN1_ITEM_rptr(X509), fp, x509);
    +}
     
     int i2d_X509_fp(FILE *fp, X509 *x509)
    -	{
    -	return ASN1_item_i2d_fp(ASN1_ITEM_rptr(X509), fp, x509);
    -	}
    +{
    +    return ASN1_item_i2d_fp(ASN1_ITEM_rptr(X509), fp, x509);
    +}
     #endif
     
     X509 *d2i_X509_bio(BIO *bp, X509 **x509)
    -	{
    -	return ASN1_item_d2i_bio(ASN1_ITEM_rptr(X509), bp, x509);
    -	}
    +{
    +    return ASN1_item_d2i_bio(ASN1_ITEM_rptr(X509), bp, x509);
    +}
     
     int i2d_X509_bio(BIO *bp, X509 *x509)
    -	{
    -	return ASN1_item_i2d_bio(ASN1_ITEM_rptr(X509), bp, x509);
    -	}
    +{
    +    return ASN1_item_i2d_bio(ASN1_ITEM_rptr(X509), bp, x509);
    +}
     
     #ifndef OPENSSL_NO_FP_API
     X509_CRL *d2i_X509_CRL_fp(FILE *fp, X509_CRL **crl)
    -	{
    -	return ASN1_item_d2i_fp(ASN1_ITEM_rptr(X509_CRL), fp, crl);
    -	}
    +{
    +    return ASN1_item_d2i_fp(ASN1_ITEM_rptr(X509_CRL), fp, crl);
    +}
     
     int i2d_X509_CRL_fp(FILE *fp, X509_CRL *crl)
    -	{
    -	return ASN1_item_i2d_fp(ASN1_ITEM_rptr(X509_CRL), fp, crl);
    -	}
    +{
    +    return ASN1_item_i2d_fp(ASN1_ITEM_rptr(X509_CRL), fp, crl);
    +}
     #endif
     
     X509_CRL *d2i_X509_CRL_bio(BIO *bp, X509_CRL **crl)
    -	{
    -	return ASN1_item_d2i_bio(ASN1_ITEM_rptr(X509_CRL), bp, crl);
    -	}
    +{
    +    return ASN1_item_d2i_bio(ASN1_ITEM_rptr(X509_CRL), bp, crl);
    +}
     
     int i2d_X509_CRL_bio(BIO *bp, X509_CRL *crl)
    -	{
    -	return ASN1_item_i2d_bio(ASN1_ITEM_rptr(X509_CRL), bp, crl);
    -	}
    +{
    +    return ASN1_item_i2d_bio(ASN1_ITEM_rptr(X509_CRL), bp, crl);
    +}
     
     #ifndef OPENSSL_NO_FP_API
     PKCS7 *d2i_PKCS7_fp(FILE *fp, PKCS7 **p7)
    -	{
    -	return ASN1_item_d2i_fp(ASN1_ITEM_rptr(PKCS7), fp, p7);
    -	}
    +{
    +    return ASN1_item_d2i_fp(ASN1_ITEM_rptr(PKCS7), fp, p7);
    +}
     
     int i2d_PKCS7_fp(FILE *fp, PKCS7 *p7)
    -	{
    -	return ASN1_item_i2d_fp(ASN1_ITEM_rptr(PKCS7), fp, p7);
    -	}
    +{
    +    return ASN1_item_i2d_fp(ASN1_ITEM_rptr(PKCS7), fp, p7);
    +}
     #endif
     
     PKCS7 *d2i_PKCS7_bio(BIO *bp, PKCS7 **p7)
    -	{
    -	return ASN1_item_d2i_bio(ASN1_ITEM_rptr(PKCS7), bp, p7);
    -	}
    +{
    +    return ASN1_item_d2i_bio(ASN1_ITEM_rptr(PKCS7), bp, p7);
    +}
     
     int i2d_PKCS7_bio(BIO *bp, PKCS7 *p7)
    -	{
    -	return ASN1_item_i2d_bio(ASN1_ITEM_rptr(PKCS7), bp, p7);
    -	}
    +{
    +    return ASN1_item_i2d_bio(ASN1_ITEM_rptr(PKCS7), bp, p7);
    +}
     
     #ifndef OPENSSL_NO_FP_API
     X509_REQ *d2i_X509_REQ_fp(FILE *fp, X509_REQ **req)
    -	{
    -	return ASN1_item_d2i_fp(ASN1_ITEM_rptr(X509_REQ), fp, req);
    -	}
    +{
    +    return ASN1_item_d2i_fp(ASN1_ITEM_rptr(X509_REQ), fp, req);
    +}
     
     int i2d_X509_REQ_fp(FILE *fp, X509_REQ *req)
    -	{
    -	return ASN1_item_i2d_fp(ASN1_ITEM_rptr(X509_REQ), fp, req);
    -	}
    +{
    +    return ASN1_item_i2d_fp(ASN1_ITEM_rptr(X509_REQ), fp, req);
    +}
     #endif
     
     X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req)
    -	{
    -	return ASN1_item_d2i_bio(ASN1_ITEM_rptr(X509_REQ), bp, req);
    -	}
    +{
    +    return ASN1_item_d2i_bio(ASN1_ITEM_rptr(X509_REQ), bp, req);
    +}
     
     int i2d_X509_REQ_bio(BIO *bp, X509_REQ *req)
    -	{
    -	return ASN1_item_i2d_bio(ASN1_ITEM_rptr(X509_REQ), bp, req);
    -	}
    +{
    +    return ASN1_item_i2d_bio(ASN1_ITEM_rptr(X509_REQ), bp, req);
    +}
     
     #ifndef OPENSSL_NO_RSA
     
    -#ifndef OPENSSL_NO_FP_API
    +# ifndef OPENSSL_NO_FP_API
     RSA *d2i_RSAPrivateKey_fp(FILE *fp, RSA **rsa)
    -	{
    -	return ASN1_item_d2i_fp(ASN1_ITEM_rptr(RSAPrivateKey), fp, rsa);
    -	}
    +{
    +    return ASN1_item_d2i_fp(ASN1_ITEM_rptr(RSAPrivateKey), fp, rsa);
    +}
     
     int i2d_RSAPrivateKey_fp(FILE *fp, RSA *rsa)
    -	{
    -	return ASN1_item_i2d_fp(ASN1_ITEM_rptr(RSAPrivateKey), fp, rsa);
    -	}
    +{
    +    return ASN1_item_i2d_fp(ASN1_ITEM_rptr(RSAPrivateKey), fp, rsa);
    +}
     
     RSA *d2i_RSAPublicKey_fp(FILE *fp, RSA **rsa)
    -	{
    -	return ASN1_item_d2i_fp(ASN1_ITEM_rptr(RSAPublicKey), fp, rsa);
    -	}
    -
    +{
    +    return ASN1_item_d2i_fp(ASN1_ITEM_rptr(RSAPublicKey), fp, rsa);
    +}
     
     RSA *d2i_RSA_PUBKEY_fp(FILE *fp, RSA **rsa)
    -	{
    -	return ASN1_d2i_fp((void *(*)(void))
    -			   RSA_new,(D2I_OF(void))d2i_RSA_PUBKEY, fp,
    -			   (void **)rsa);
    -	}
    +{
    +    return ASN1_d2i_fp((void *(*)(void))
    +                       RSA_new, (D2I_OF(void)) d2i_RSA_PUBKEY, fp,
    +                       (void **)rsa);
    +}
     
     int i2d_RSAPublicKey_fp(FILE *fp, RSA *rsa)
    -	{
    -	return ASN1_item_i2d_fp(ASN1_ITEM_rptr(RSAPublicKey), fp, rsa);
    -	}
    +{
    +    return ASN1_item_i2d_fp(ASN1_ITEM_rptr(RSAPublicKey), fp, rsa);
    +}
     
     int i2d_RSA_PUBKEY_fp(FILE *fp, RSA *rsa)
    -	{
    -	return ASN1_i2d_fp((I2D_OF(void))i2d_RSA_PUBKEY,fp,rsa);
    -	}
    -#endif
    +{
    +    return ASN1_i2d_fp((I2D_OF(void))i2d_RSA_PUBKEY, fp, rsa);
    +}
    +# endif
     
     RSA *d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa)
    -	{
    -	return ASN1_item_d2i_bio(ASN1_ITEM_rptr(RSAPrivateKey), bp, rsa);
    -	}
    +{
    +    return ASN1_item_d2i_bio(ASN1_ITEM_rptr(RSAPrivateKey), bp, rsa);
    +}
     
     int i2d_RSAPrivateKey_bio(BIO *bp, RSA *rsa)
    -	{
    -	return ASN1_item_i2d_bio(ASN1_ITEM_rptr(RSAPrivateKey), bp, rsa);
    -	}
    +{
    +    return ASN1_item_i2d_bio(ASN1_ITEM_rptr(RSAPrivateKey), bp, rsa);
    +}
     
     RSA *d2i_RSAPublicKey_bio(BIO *bp, RSA **rsa)
    -	{
    -	return ASN1_item_d2i_bio(ASN1_ITEM_rptr(RSAPublicKey), bp, rsa);
    -	}
    -
    +{
    +    return ASN1_item_d2i_bio(ASN1_ITEM_rptr(RSAPublicKey), bp, rsa);
    +}
     
     RSA *d2i_RSA_PUBKEY_bio(BIO *bp, RSA **rsa)
    -	{
    -	return ASN1_d2i_bio_of(RSA,RSA_new,d2i_RSA_PUBKEY,bp,rsa);
    -	}
    +{
    +    return ASN1_d2i_bio_of(RSA, RSA_new, d2i_RSA_PUBKEY, bp, rsa);
    +}
     
     int i2d_RSAPublicKey_bio(BIO *bp, RSA *rsa)
    -	{
    -	return ASN1_item_i2d_bio(ASN1_ITEM_rptr(RSAPublicKey), bp, rsa);
    -	}
    +{
    +    return ASN1_item_i2d_bio(ASN1_ITEM_rptr(RSAPublicKey), bp, rsa);
    +}
     
     int i2d_RSA_PUBKEY_bio(BIO *bp, RSA *rsa)
    -	{
    -	return ASN1_i2d_bio_of(RSA,i2d_RSA_PUBKEY,bp,rsa);
    -	}
    +{
    +    return ASN1_i2d_bio_of(RSA, i2d_RSA_PUBKEY, bp, rsa);
    +}
     #endif
     
     #ifndef OPENSSL_NO_DSA
    -#ifndef OPENSSL_NO_FP_API
    +# ifndef OPENSSL_NO_FP_API
     DSA *d2i_DSAPrivateKey_fp(FILE *fp, DSA **dsa)
    -	{
    -	return ASN1_d2i_fp_of(DSA,DSA_new,d2i_DSAPrivateKey,fp,dsa);
    -	}
    +{
    +    return ASN1_d2i_fp_of(DSA, DSA_new, d2i_DSAPrivateKey, fp, dsa);
    +}
     
     int i2d_DSAPrivateKey_fp(FILE *fp, DSA *dsa)
    -	{
    -	return ASN1_i2d_fp_of_const(DSA,i2d_DSAPrivateKey,fp,dsa);
    -	}
    +{
    +    return ASN1_i2d_fp_of_const(DSA, i2d_DSAPrivateKey, fp, dsa);
    +}
     
     DSA *d2i_DSA_PUBKEY_fp(FILE *fp, DSA **dsa)
    -	{
    -	return ASN1_d2i_fp_of(DSA,DSA_new,d2i_DSA_PUBKEY,fp,dsa);
    -	}
    +{
    +    return ASN1_d2i_fp_of(DSA, DSA_new, d2i_DSA_PUBKEY, fp, dsa);
    +}
     
     int i2d_DSA_PUBKEY_fp(FILE *fp, DSA *dsa)
    -	{
    -	return ASN1_i2d_fp_of(DSA,i2d_DSA_PUBKEY,fp,dsa);
    -	}
    -#endif
    +{
    +    return ASN1_i2d_fp_of(DSA, i2d_DSA_PUBKEY, fp, dsa);
    +}
    +# endif
     
     DSA *d2i_DSAPrivateKey_bio(BIO *bp, DSA **dsa)
    -	{
    -	return ASN1_d2i_bio_of(DSA,DSA_new,d2i_DSAPrivateKey,bp,dsa
    -);
    -	}
    +{
    +    return ASN1_d2i_bio_of(DSA, DSA_new, d2i_DSAPrivateKey, bp, dsa);
    +}
     
     int i2d_DSAPrivateKey_bio(BIO *bp, DSA *dsa)
    -	{
    -	return ASN1_i2d_bio_of_const(DSA,i2d_DSAPrivateKey,bp,dsa);
    -	}
    +{
    +    return ASN1_i2d_bio_of_const(DSA, i2d_DSAPrivateKey, bp, dsa);
    +}
     
     DSA *d2i_DSA_PUBKEY_bio(BIO *bp, DSA **dsa)
    -	{
    -	return ASN1_d2i_bio_of(DSA,DSA_new,d2i_DSA_PUBKEY,bp,dsa);
    -	}
    +{
    +    return ASN1_d2i_bio_of(DSA, DSA_new, d2i_DSA_PUBKEY, bp, dsa);
    +}
     
     int i2d_DSA_PUBKEY_bio(BIO *bp, DSA *dsa)
    -	{
    -	return ASN1_i2d_bio_of(DSA,i2d_DSA_PUBKEY,bp,dsa);
    -	}
    +{
    +    return ASN1_i2d_bio_of(DSA, i2d_DSA_PUBKEY, bp, dsa);
    +}
     
     #endif
     
     #ifndef OPENSSL_NO_EC
    -#ifndef OPENSSL_NO_FP_API
    +# ifndef OPENSSL_NO_FP_API
     EC_KEY *d2i_EC_PUBKEY_fp(FILE *fp, EC_KEY **eckey)
    -	{
    -	return ASN1_d2i_fp_of(EC_KEY,EC_KEY_new,d2i_EC_PUBKEY,fp,eckey);
    -	}
    -  
    +{
    +    return ASN1_d2i_fp_of(EC_KEY, EC_KEY_new, d2i_EC_PUBKEY, fp, eckey);
    +}
    +
     int i2d_EC_PUBKEY_fp(FILE *fp, EC_KEY *eckey)
    -	{
    -	return ASN1_i2d_fp_of(EC_KEY,i2d_EC_PUBKEY,fp,eckey);
    -	}
    +{
    +    return ASN1_i2d_fp_of(EC_KEY, i2d_EC_PUBKEY, fp, eckey);
    +}
     
     EC_KEY *d2i_ECPrivateKey_fp(FILE *fp, EC_KEY **eckey)
    -	{
    -	return ASN1_d2i_fp_of(EC_KEY,EC_KEY_new,d2i_ECPrivateKey,fp,eckey);
    -	}
    -  
    +{
    +    return ASN1_d2i_fp_of(EC_KEY, EC_KEY_new, d2i_ECPrivateKey, fp, eckey);
    +}
    +
     int i2d_ECPrivateKey_fp(FILE *fp, EC_KEY *eckey)
    -	{
    -	return ASN1_i2d_fp_of(EC_KEY,i2d_ECPrivateKey,fp,eckey);
    -	}
    -#endif
    +{
    +    return ASN1_i2d_fp_of(EC_KEY, i2d_ECPrivateKey, fp, eckey);
    +}
    +# endif
     EC_KEY *d2i_EC_PUBKEY_bio(BIO *bp, EC_KEY **eckey)
    -	{
    -	return ASN1_d2i_bio_of(EC_KEY,EC_KEY_new,d2i_EC_PUBKEY,bp,eckey);
    -	}
    -  
    +{
    +    return ASN1_d2i_bio_of(EC_KEY, EC_KEY_new, d2i_EC_PUBKEY, bp, eckey);
    +}
    +
     int i2d_EC_PUBKEY_bio(BIO *bp, EC_KEY *ecdsa)
    -	{
    -	return ASN1_i2d_bio_of(EC_KEY,i2d_EC_PUBKEY,bp,ecdsa);
    -	}
    +{
    +    return ASN1_i2d_bio_of(EC_KEY, i2d_EC_PUBKEY, bp, ecdsa);
    +}
     
     EC_KEY *d2i_ECPrivateKey_bio(BIO *bp, EC_KEY **eckey)
    -	{
    -	return ASN1_d2i_bio_of(EC_KEY,EC_KEY_new,d2i_ECPrivateKey,bp,eckey);
    -	}
    -  
    +{
    +    return ASN1_d2i_bio_of(EC_KEY, EC_KEY_new, d2i_ECPrivateKey, bp, eckey);
    +}
    +
     int i2d_ECPrivateKey_bio(BIO *bp, EC_KEY *eckey)
    -	{
    -	return ASN1_i2d_bio_of(EC_KEY,i2d_ECPrivateKey,bp,eckey);
    -	}
    +{
    +    return ASN1_i2d_bio_of(EC_KEY, i2d_ECPrivateKey, bp, eckey);
    +}
     #endif
     
    -
    -int X509_pubkey_digest(const X509 *data, const EVP_MD *type, unsigned char *md,
    -	     unsigned int *len)
    -	{
    -	ASN1_BIT_STRING *key;
    -	key = X509_get0_pubkey_bitstr(data);
    -	if(!key) return 0;
    -	return EVP_Digest(key->data, key->length, md, len, type, NULL);
    -	}
    +int X509_pubkey_digest(const X509 *data, const EVP_MD *type,
    +                       unsigned char *md, unsigned int *len)
    +{
    +    ASN1_BIT_STRING *key;
    +    key = X509_get0_pubkey_bitstr(data);
    +    if (!key)
    +        return 0;
    +    return EVP_Digest(key->data, key->length, md, len, type, NULL);
    +}
     
     int X509_digest(const X509 *data, const EVP_MD *type, unsigned char *md,
    -	     unsigned int *len)
    -	{
    -	return(ASN1_item_digest(ASN1_ITEM_rptr(X509),type,(char *)data,md,len));
    -	}
    -
    -int X509_CRL_digest(const X509_CRL *data, const EVP_MD *type, unsigned char *md,
    -	     unsigned int *len)
    -	{
    -	return(ASN1_item_digest(ASN1_ITEM_rptr(X509_CRL),type,(char *)data,md,len));
    -	}
    -
    -int X509_REQ_digest(const X509_REQ *data, const EVP_MD *type, unsigned char *md,
    -	     unsigned int *len)
    -	{
    -	return(ASN1_item_digest(ASN1_ITEM_rptr(X509_REQ),type,(char *)data,md,len));
    -	}
    -
    -int X509_NAME_digest(const X509_NAME *data, const EVP_MD *type, unsigned char *md,
    -	     unsigned int *len)
    -	{
    -	return(ASN1_item_digest(ASN1_ITEM_rptr(X509_NAME),type,(char *)data,md,len));
    -	}
    -
    -int PKCS7_ISSUER_AND_SERIAL_digest(PKCS7_ISSUER_AND_SERIAL *data, const EVP_MD *type,
    -	     unsigned char *md, unsigned int *len)
    -	{
    -	return(ASN1_item_digest(ASN1_ITEM_rptr(PKCS7_ISSUER_AND_SERIAL),type,
    -		(char *)data,md,len));
    -	}
    +                unsigned int *len)
    +{
    +    return (ASN1_item_digest
    +            (ASN1_ITEM_rptr(X509), type, (char *)data, md, len));
    +}
    +
    +int X509_CRL_digest(const X509_CRL *data, const EVP_MD *type,
    +                    unsigned char *md, unsigned int *len)
    +{
    +    return (ASN1_item_digest
    +            (ASN1_ITEM_rptr(X509_CRL), type, (char *)data, md, len));
    +}
     
    +int X509_REQ_digest(const X509_REQ *data, const EVP_MD *type,
    +                    unsigned char *md, unsigned int *len)
    +{
    +    return (ASN1_item_digest
    +            (ASN1_ITEM_rptr(X509_REQ), type, (char *)data, md, len));
    +}
    +
    +int X509_NAME_digest(const X509_NAME *data, const EVP_MD *type,
    +                     unsigned char *md, unsigned int *len)
    +{
    +    return (ASN1_item_digest
    +            (ASN1_ITEM_rptr(X509_NAME), type, (char *)data, md, len));
    +}
    +
    +int PKCS7_ISSUER_AND_SERIAL_digest(PKCS7_ISSUER_AND_SERIAL *data,
    +                                   const EVP_MD *type, unsigned char *md,
    +                                   unsigned int *len)
    +{
    +    return (ASN1_item_digest(ASN1_ITEM_rptr(PKCS7_ISSUER_AND_SERIAL), type,
    +                             (char *)data, md, len));
    +}
     
     #ifndef OPENSSL_NO_FP_API
     X509_SIG *d2i_PKCS8_fp(FILE *fp, X509_SIG **p8)
    -	{
    -	return ASN1_d2i_fp_of(X509_SIG,X509_SIG_new,d2i_X509_SIG,fp,p8);
    -	}
    +{
    +    return ASN1_d2i_fp_of(X509_SIG, X509_SIG_new, d2i_X509_SIG, fp, p8);
    +}
     
     int i2d_PKCS8_fp(FILE *fp, X509_SIG *p8)
    -	{
    -	return ASN1_i2d_fp_of(X509_SIG,i2d_X509_SIG,fp,p8);
    -	}
    +{
    +    return ASN1_i2d_fp_of(X509_SIG, i2d_X509_SIG, fp, p8);
    +}
     #endif
     
     X509_SIG *d2i_PKCS8_bio(BIO *bp, X509_SIG **p8)
    -	{
    -	return ASN1_d2i_bio_of(X509_SIG,X509_SIG_new,d2i_X509_SIG,bp,p8);
    -	}
    +{
    +    return ASN1_d2i_bio_of(X509_SIG, X509_SIG_new, d2i_X509_SIG, bp, p8);
    +}
     
     int i2d_PKCS8_bio(BIO *bp, X509_SIG *p8)
    -	{
    -	return ASN1_i2d_bio_of(X509_SIG,i2d_X509_SIG,bp,p8);
    -	}
    +{
    +    return ASN1_i2d_bio_of(X509_SIG, i2d_X509_SIG, bp, p8);
    +}
     
     #ifndef OPENSSL_NO_FP_API
     PKCS8_PRIV_KEY_INFO *d2i_PKCS8_PRIV_KEY_INFO_fp(FILE *fp,
    -						 PKCS8_PRIV_KEY_INFO **p8inf)
    -	{
    -	return ASN1_d2i_fp_of(PKCS8_PRIV_KEY_INFO,PKCS8_PRIV_KEY_INFO_new,
    -			      d2i_PKCS8_PRIV_KEY_INFO,fp,p8inf);
    -	}
    +                                                PKCS8_PRIV_KEY_INFO **p8inf)
    +{
    +    return ASN1_d2i_fp_of(PKCS8_PRIV_KEY_INFO, PKCS8_PRIV_KEY_INFO_new,
    +                          d2i_PKCS8_PRIV_KEY_INFO, fp, p8inf);
    +}
     
     int i2d_PKCS8_PRIV_KEY_INFO_fp(FILE *fp, PKCS8_PRIV_KEY_INFO *p8inf)
    -	{
    -	return ASN1_i2d_fp_of(PKCS8_PRIV_KEY_INFO,i2d_PKCS8_PRIV_KEY_INFO,fp,
    -			      p8inf);
    -	}
    +{
    +    return ASN1_i2d_fp_of(PKCS8_PRIV_KEY_INFO, i2d_PKCS8_PRIV_KEY_INFO, fp,
    +                          p8inf);
    +}
     
     int i2d_PKCS8PrivateKeyInfo_fp(FILE *fp, EVP_PKEY *key)
    -	{
    -	PKCS8_PRIV_KEY_INFO *p8inf;
    -	int ret;
    -	p8inf = EVP_PKEY2PKCS8(key);
    -	if(!p8inf) return 0;
    -	ret = i2d_PKCS8_PRIV_KEY_INFO_fp(fp, p8inf);
    -	PKCS8_PRIV_KEY_INFO_free(p8inf);
    -	return ret;
    -	}
    +{
    +    PKCS8_PRIV_KEY_INFO *p8inf;
    +    int ret;
    +    p8inf = EVP_PKEY2PKCS8(key);
    +    if (!p8inf)
    +        return 0;
    +    ret = i2d_PKCS8_PRIV_KEY_INFO_fp(fp, p8inf);
    +    PKCS8_PRIV_KEY_INFO_free(p8inf);
    +    return ret;
    +}
     
     int i2d_PrivateKey_fp(FILE *fp, EVP_PKEY *pkey)
    -	{
    -	return ASN1_i2d_fp_of(EVP_PKEY,i2d_PrivateKey,fp,pkey);
    -	}
    +{
    +    return ASN1_i2d_fp_of(EVP_PKEY, i2d_PrivateKey, fp, pkey);
    +}
     
     EVP_PKEY *d2i_PrivateKey_fp(FILE *fp, EVP_PKEY **a)
     {
    -	return ASN1_d2i_fp_of(EVP_PKEY,EVP_PKEY_new,d2i_AutoPrivateKey,fp,a);
    +    return ASN1_d2i_fp_of(EVP_PKEY, EVP_PKEY_new, d2i_AutoPrivateKey, fp, a);
     }
     
     int i2d_PUBKEY_fp(FILE *fp, EVP_PKEY *pkey)
    -	{
    -	return ASN1_i2d_fp_of(EVP_PKEY,i2d_PUBKEY,fp,pkey);
    -	}
    +{
    +    return ASN1_i2d_fp_of(EVP_PKEY, i2d_PUBKEY, fp, pkey);
    +}
     
     EVP_PKEY *d2i_PUBKEY_fp(FILE *fp, EVP_PKEY **a)
     {
    -	return ASN1_d2i_fp_of(EVP_PKEY,EVP_PKEY_new,d2i_PUBKEY,fp,a);
    +    return ASN1_d2i_fp_of(EVP_PKEY, EVP_PKEY_new, d2i_PUBKEY, fp, a);
     }
     
     #endif
     
     PKCS8_PRIV_KEY_INFO *d2i_PKCS8_PRIV_KEY_INFO_bio(BIO *bp,
    -						 PKCS8_PRIV_KEY_INFO **p8inf)
    -	{
    -	return ASN1_d2i_bio_of(PKCS8_PRIV_KEY_INFO,PKCS8_PRIV_KEY_INFO_new,
    -			    d2i_PKCS8_PRIV_KEY_INFO,bp,p8inf);
    -	}
    +                                                 PKCS8_PRIV_KEY_INFO **p8inf)
    +{
    +    return ASN1_d2i_bio_of(PKCS8_PRIV_KEY_INFO, PKCS8_PRIV_KEY_INFO_new,
    +                           d2i_PKCS8_PRIV_KEY_INFO, bp, p8inf);
    +}
     
     int i2d_PKCS8_PRIV_KEY_INFO_bio(BIO *bp, PKCS8_PRIV_KEY_INFO *p8inf)
    -	{
    -	return ASN1_i2d_bio_of(PKCS8_PRIV_KEY_INFO,i2d_PKCS8_PRIV_KEY_INFO,bp,
    -			       p8inf);
    -	}
    +{
    +    return ASN1_i2d_bio_of(PKCS8_PRIV_KEY_INFO, i2d_PKCS8_PRIV_KEY_INFO, bp,
    +                           p8inf);
    +}
     
     int i2d_PKCS8PrivateKeyInfo_bio(BIO *bp, EVP_PKEY *key)
    -	{
    -	PKCS8_PRIV_KEY_INFO *p8inf;
    -	int ret;
    -	p8inf = EVP_PKEY2PKCS8(key);
    -	if(!p8inf) return 0;
    -	ret = i2d_PKCS8_PRIV_KEY_INFO_bio(bp, p8inf);
    -	PKCS8_PRIV_KEY_INFO_free(p8inf);
    -	return ret;
    -	}
    +{
    +    PKCS8_PRIV_KEY_INFO *p8inf;
    +    int ret;
    +    p8inf = EVP_PKEY2PKCS8(key);
    +    if (!p8inf)
    +        return 0;
    +    ret = i2d_PKCS8_PRIV_KEY_INFO_bio(bp, p8inf);
    +    PKCS8_PRIV_KEY_INFO_free(p8inf);
    +    return ret;
    +}
     
     int i2d_PrivateKey_bio(BIO *bp, EVP_PKEY *pkey)
    -	{
    -	return ASN1_i2d_bio_of(EVP_PKEY,i2d_PrivateKey,bp,pkey);
    -	}
    +{
    +    return ASN1_i2d_bio_of(EVP_PKEY, i2d_PrivateKey, bp, pkey);
    +}
     
     EVP_PKEY *d2i_PrivateKey_bio(BIO *bp, EVP_PKEY **a)
    -	{
    -	return ASN1_d2i_bio_of(EVP_PKEY,EVP_PKEY_new,d2i_AutoPrivateKey,bp,a);
    -	}
    +{
    +    return ASN1_d2i_bio_of(EVP_PKEY, EVP_PKEY_new, d2i_AutoPrivateKey, bp, a);
    +}
     
     int i2d_PUBKEY_bio(BIO *bp, EVP_PKEY *pkey)
    -	{
    -	return ASN1_i2d_bio_of(EVP_PKEY,i2d_PUBKEY,bp,pkey);
    -	}
    +{
    +    return ASN1_i2d_bio_of(EVP_PKEY, i2d_PUBKEY, bp, pkey);
    +}
     
     EVP_PKEY *d2i_PUBKEY_bio(BIO *bp, EVP_PKEY **a)
    -	{
    -	return ASN1_d2i_bio_of(EVP_PKEY,EVP_PKEY_new,d2i_PUBKEY,bp,a);
    -	}
    +{
    +    return ASN1_d2i_bio_of(EVP_PKEY, EVP_PKEY_new, d2i_PUBKEY, bp, a);
    +}
    diff --git a/openssl/crypto/x509v3/Makefile b/openssl/crypto/x509v3/Makefile
    index 556ef351b..cdbfd5240 100644
    --- a/openssl/crypto/x509v3/Makefile
    +++ b/openssl/crypto/x509v3/Makefile
    @@ -13,7 +13,7 @@ AR=		ar r
     CFLAGS= $(INCLUDES) $(CFLAG)
     
     GENERAL=Makefile README
    -TEST=
    +TEST=v3nametest.c
     APPS=
     
     LIB=$(TOP)/libcrypto.a
    @@ -22,13 +22,13 @@ v3_prn.c v3_utl.c v3err.c v3_genn.c v3_alt.c v3_skey.c v3_akey.c v3_pku.c \
     v3_int.c v3_enum.c v3_sxnet.c v3_cpols.c v3_crld.c v3_purp.c v3_info.c \
     v3_ocsp.c v3_akeya.c v3_pmaps.c v3_pcons.c v3_ncons.c v3_pcia.c v3_pci.c \
     pcy_cache.c pcy_node.c pcy_data.c pcy_map.c pcy_tree.c pcy_lib.c \
    -v3_asid.c v3_addr.c
    +v3_asid.c v3_addr.c v3_scts.c
     LIBOBJ= v3_bcons.o v3_bitst.o v3_conf.o v3_extku.o v3_ia5.o v3_lib.o \
     v3_prn.o v3_utl.o v3err.o v3_genn.o v3_alt.o v3_skey.o v3_akey.o v3_pku.o \
     v3_int.o v3_enum.o v3_sxnet.o v3_cpols.o v3_crld.o v3_purp.o v3_info.o \
     v3_ocsp.o v3_akeya.o v3_pmaps.o v3_pcons.o v3_ncons.o v3_pcia.o v3_pci.o \
     pcy_cache.o pcy_node.o pcy_data.o pcy_map.o pcy_tree.o pcy_lib.o \
    -v3_asid.o v3_addr.o
    +v3_asid.o v3_addr.o v3_scts.o
     
     SRC= $(LIBSRC)
     
    @@ -533,6 +533,28 @@ v3_purp.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
     v3_purp.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
     v3_purp.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
     v3_purp.o: ../cryptlib.h v3_purp.c
    +v3_scts.o: ../../e_os.h ../../include/openssl/asn1.h
    +v3_scts.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
    +v3_scts.o: ../../include/openssl/comp.h ../../include/openssl/conf.h
    +v3_scts.o: ../../include/openssl/crypto.h ../../include/openssl/dsa.h
    +v3_scts.o: ../../include/openssl/dtls1.h ../../include/openssl/e_os2.h
    +v3_scts.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
    +v3_scts.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
    +v3_scts.o: ../../include/openssl/evp.h ../../include/openssl/hmac.h
    +v3_scts.o: ../../include/openssl/kssl.h ../../include/openssl/lhash.h
    +v3_scts.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
    +v3_scts.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
    +v3_scts.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pem.h
    +v3_scts.o: ../../include/openssl/pem2.h ../../include/openssl/pkcs7.h
    +v3_scts.o: ../../include/openssl/pqueue.h ../../include/openssl/rsa.h
    +v3_scts.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
    +v3_scts.o: ../../include/openssl/srtp.h ../../include/openssl/ssl.h
    +v3_scts.o: ../../include/openssl/ssl2.h ../../include/openssl/ssl23.h
    +v3_scts.o: ../../include/openssl/ssl3.h ../../include/openssl/stack.h
    +v3_scts.o: ../../include/openssl/symhacks.h ../../include/openssl/tls1.h
    +v3_scts.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
    +v3_scts.o: ../../include/openssl/x509v3.h ../../ssl/ssl_locl.h ../cryptlib.h
    +v3_scts.o: v3_scts.c
     v3_skey.o: ../../e_os.h ../../include/openssl/asn1.h
     v3_skey.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
     v3_skey.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
    diff --git a/openssl/crypto/x509v3/ext_dat.h b/openssl/crypto/x509v3/ext_dat.h
    index 76daee6fc..c3a6fce75 100644
    --- a/openssl/crypto/x509v3/ext_dat.h
    +++ b/openssl/crypto/x509v3/ext_dat.h
    @@ -1,6 +1,7 @@
     /* ext_dat.h */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999-2004 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -68,65 +69,68 @@ extern X509V3_EXT_METHOD v3_crl_hold, v3_pci;
     extern X509V3_EXT_METHOD v3_policy_mappings, v3_policy_constraints;
     extern X509V3_EXT_METHOD v3_name_constraints, v3_inhibit_anyp, v3_idp;
     extern X509V3_EXT_METHOD v3_addr, v3_asid;
    +extern X509V3_EXT_METHOD v3_ct_scts[];
     
    -/* This table will be searched using OBJ_bsearch so it *must* kept in
    - * order of the ext_nid values.
    +/*
    + * This table will be searched using OBJ_bsearch so it *must* kept in order
    + * of the ext_nid values.
      */
     
     static const X509V3_EXT_METHOD *standard_exts[] = {
    -&v3_nscert,
    -&v3_ns_ia5_list[0],
    -&v3_ns_ia5_list[1],
    -&v3_ns_ia5_list[2],
    -&v3_ns_ia5_list[3],
    -&v3_ns_ia5_list[4],
    -&v3_ns_ia5_list[5],
    -&v3_ns_ia5_list[6],
    -&v3_skey_id,
    -&v3_key_usage,
    -&v3_pkey_usage_period,
    -&v3_alt[0],
    -&v3_alt[1],
    -&v3_bcons,
    -&v3_crl_num,
    -&v3_cpols,
    -&v3_akey_id,
    -&v3_crld,
    -&v3_ext_ku,
    -&v3_delta_crl,
    -&v3_crl_reason,
    +    &v3_nscert,
    +    &v3_ns_ia5_list[0],
    +    &v3_ns_ia5_list[1],
    +    &v3_ns_ia5_list[2],
    +    &v3_ns_ia5_list[3],
    +    &v3_ns_ia5_list[4],
    +    &v3_ns_ia5_list[5],
    +    &v3_ns_ia5_list[6],
    +    &v3_skey_id,
    +    &v3_key_usage,
    +    &v3_pkey_usage_period,
    +    &v3_alt[0],
    +    &v3_alt[1],
    +    &v3_bcons,
    +    &v3_crl_num,
    +    &v3_cpols,
    +    &v3_akey_id,
    +    &v3_crld,
    +    &v3_ext_ku,
    +    &v3_delta_crl,
    +    &v3_crl_reason,
     #ifndef OPENSSL_NO_OCSP
    -&v3_crl_invdate,
    +    &v3_crl_invdate,
     #endif
    -&v3_sxnet,
    -&v3_info,
    +    &v3_sxnet,
    +    &v3_info,
     #ifndef OPENSSL_NO_RFC3779
    -&v3_addr,
    -&v3_asid,
    +    &v3_addr,
    +    &v3_asid,
     #endif
     #ifndef OPENSSL_NO_OCSP
    -&v3_ocsp_nonce,
    -&v3_ocsp_crlid,
    -&v3_ocsp_accresp,
    -&v3_ocsp_nocheck,
    -&v3_ocsp_acutoff,
    -&v3_ocsp_serviceloc,
    +    &v3_ocsp_nonce,
    +    &v3_ocsp_crlid,
    +    &v3_ocsp_accresp,
    +    &v3_ocsp_nocheck,
    +    &v3_ocsp_acutoff,
    +    &v3_ocsp_serviceloc,
     #endif
    -&v3_sinfo,
    -&v3_policy_constraints,
    +    &v3_sinfo,
    +    &v3_policy_constraints,
     #ifndef OPENSSL_NO_OCSP
    -&v3_crl_hold,
    +    &v3_crl_hold,
     #endif
    -&v3_pci,
    -&v3_name_constraints,
    -&v3_policy_mappings,
    -&v3_inhibit_anyp,
    -&v3_idp,
    -&v3_alt[2],
    -&v3_freshest_crl,
    +    &v3_pci,
    +    &v3_name_constraints,
    +    &v3_policy_mappings,
    +    &v3_inhibit_anyp,
    +    &v3_idp,
    +    &v3_alt[2],
    +    &v3_freshest_crl,
    +    &v3_ct_scts[0],
    +    &v3_ct_scts[1],
     };
     
     /* Number of standard extensions */
     
     #define STANDARD_EXTENSION_COUNT (sizeof(standard_exts)/sizeof(X509V3_EXT_METHOD *))
    -
    diff --git a/openssl/crypto/x509v3/pcy_cache.c b/openssl/crypto/x509v3/pcy_cache.c
    index 172b7e7ee..c8f41f24b 100644
    --- a/openssl/crypto/x509v3/pcy_cache.c
    +++ b/openssl/crypto/x509v3/pcy_cache.c
    @@ -1,6 +1,7 @@
     /* pcy_cache.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2004.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2004.
      */
     /* ====================================================================
      * Copyright (c) 2004 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,225 +63,207 @@
     
     #include "pcy_int.h"
     
    -static int policy_data_cmp(const X509_POLICY_DATA * const *a,
    -				const X509_POLICY_DATA * const *b);
    +static int policy_data_cmp(const X509_POLICY_DATA *const *a,
    +                           const X509_POLICY_DATA *const *b);
     static int policy_cache_set_int(long *out, ASN1_INTEGER *value);
     
    -/* Set cache entry according to CertificatePolicies extension.
    - * Note: this destroys the passed CERTIFICATEPOLICIES structure.
    +/*
    + * Set cache entry according to CertificatePolicies extension. Note: this
    + * destroys the passed CERTIFICATEPOLICIES structure.
      */
     
     static int policy_cache_create(X509 *x,
    -			CERTIFICATEPOLICIES *policies, int crit)
    -	{
    -	int i;
    -	int ret = 0;
    -	X509_POLICY_CACHE *cache = x->policy_cache;
    -	X509_POLICY_DATA *data = NULL;
    -	POLICYINFO *policy;
    -	if (sk_POLICYINFO_num(policies) == 0)
    -		goto bad_policy;
    -	cache->data = sk_X509_POLICY_DATA_new(policy_data_cmp);
    -	if (!cache->data)
    -		goto bad_policy;
    -	for (i = 0; i < sk_POLICYINFO_num(policies); i++)
    -		{
    -		policy = sk_POLICYINFO_value(policies, i);
    -		data = policy_data_new(policy, NULL, crit);
    -		if (!data)
    -			goto bad_policy;
    -		/* Duplicate policy OIDs are illegal: reject if matches
    -		 * found.
    -		 */
    -		if (OBJ_obj2nid(data->valid_policy) == NID_any_policy)
    -			{
    -			if (cache->anyPolicy)
    -				{
    -				ret = -1;
    -				goto bad_policy;
    -				}
    -			cache->anyPolicy = data;
    -			}
    -		else if (sk_X509_POLICY_DATA_find(cache->data, data) != -1)
    -			{
    -			ret = -1;
    -			goto bad_policy;
    -			}
    -		else if (!sk_X509_POLICY_DATA_push(cache->data, data))
    -			goto bad_policy;
    -		data = NULL;
    -		}
    -	ret = 1;
    -	bad_policy:
    -	if (ret == -1)
    -		x->ex_flags |= EXFLAG_INVALID_POLICY;
    -	if (data)
    -		policy_data_free(data);
    -	sk_POLICYINFO_pop_free(policies, POLICYINFO_free);
    -	if (ret <= 0)
    -		{
    -		sk_X509_POLICY_DATA_pop_free(cache->data, policy_data_free);
    -		cache->data = NULL;
    -		}
    -	return ret;
    -	}
    +                               CERTIFICATEPOLICIES *policies, int crit)
    +{
    +    int i;
    +    int ret = 0;
    +    X509_POLICY_CACHE *cache = x->policy_cache;
    +    X509_POLICY_DATA *data = NULL;
    +    POLICYINFO *policy;
    +    if (sk_POLICYINFO_num(policies) == 0)
    +        goto bad_policy;
    +    cache->data = sk_X509_POLICY_DATA_new(policy_data_cmp);
    +    if (!cache->data)
    +        goto bad_policy;
    +    for (i = 0; i < sk_POLICYINFO_num(policies); i++) {
    +        policy = sk_POLICYINFO_value(policies, i);
    +        data = policy_data_new(policy, NULL, crit);
    +        if (!data)
    +            goto bad_policy;
    +        /*
    +         * Duplicate policy OIDs are illegal: reject if matches found.
    +         */
    +        if (OBJ_obj2nid(data->valid_policy) == NID_any_policy) {
    +            if (cache->anyPolicy) {
    +                ret = -1;
    +                goto bad_policy;
    +            }
    +            cache->anyPolicy = data;
    +        } else if (sk_X509_POLICY_DATA_find(cache->data, data) != -1) {
    +            ret = -1;
    +            goto bad_policy;
    +        } else if (!sk_X509_POLICY_DATA_push(cache->data, data))
    +            goto bad_policy;
    +        data = NULL;
    +    }
    +    ret = 1;
    + bad_policy:
    +    if (ret == -1)
    +        x->ex_flags |= EXFLAG_INVALID_POLICY;
    +    if (data)
    +        policy_data_free(data);
    +    sk_POLICYINFO_pop_free(policies, POLICYINFO_free);
    +    if (ret <= 0) {
    +        sk_X509_POLICY_DATA_pop_free(cache->data, policy_data_free);
    +        cache->data = NULL;
    +    }
    +    return ret;
    +}
     
    -	
     static int policy_cache_new(X509 *x)
    -	{
    -	X509_POLICY_CACHE *cache;
    -	ASN1_INTEGER *ext_any = NULL;
    -	POLICY_CONSTRAINTS *ext_pcons = NULL;
    -	CERTIFICATEPOLICIES *ext_cpols = NULL;
    -	POLICY_MAPPINGS *ext_pmaps = NULL;
    -	int i;
    -	cache = OPENSSL_malloc(sizeof(X509_POLICY_CACHE));
    -	if (!cache)
    -		return 0;
    -	cache->anyPolicy = NULL;
    -	cache->data = NULL;
    -	cache->any_skip = -1;
    -	cache->explicit_skip = -1;
    -	cache->map_skip = -1;
    +{
    +    X509_POLICY_CACHE *cache;
    +    ASN1_INTEGER *ext_any = NULL;
    +    POLICY_CONSTRAINTS *ext_pcons = NULL;
    +    CERTIFICATEPOLICIES *ext_cpols = NULL;
    +    POLICY_MAPPINGS *ext_pmaps = NULL;
    +    int i;
    +    cache = OPENSSL_malloc(sizeof(X509_POLICY_CACHE));
    +    if (!cache)
    +        return 0;
    +    cache->anyPolicy = NULL;
    +    cache->data = NULL;
    +    cache->any_skip = -1;
    +    cache->explicit_skip = -1;
    +    cache->map_skip = -1;
     
    -	x->policy_cache = cache;
    +    x->policy_cache = cache;
     
    -	/* Handle requireExplicitPolicy *first*. Need to process this
    -	 * even if we don't have any policies.
    -	 */
    -	ext_pcons = X509_get_ext_d2i(x, NID_policy_constraints, &i, NULL);
    +    /*
    +     * Handle requireExplicitPolicy *first*. Need to process this even if we
    +     * don't have any policies.
    +     */
    +    ext_pcons = X509_get_ext_d2i(x, NID_policy_constraints, &i, NULL);
     
    -	if (!ext_pcons)
    -		{
    -		if (i != -1)
    -			goto bad_cache;
    -		}
    -	else
    -		{
    -		if (!ext_pcons->requireExplicitPolicy
    -			&& !ext_pcons->inhibitPolicyMapping)
    -			goto bad_cache;
    -		if (!policy_cache_set_int(&cache->explicit_skip,
    -			ext_pcons->requireExplicitPolicy))
    -			goto bad_cache;
    -		if (!policy_cache_set_int(&cache->map_skip,
    -			ext_pcons->inhibitPolicyMapping))
    -			goto bad_cache;
    -		}
    +    if (!ext_pcons) {
    +        if (i != -1)
    +            goto bad_cache;
    +    } else {
    +        if (!ext_pcons->requireExplicitPolicy
    +            && !ext_pcons->inhibitPolicyMapping)
    +            goto bad_cache;
    +        if (!policy_cache_set_int(&cache->explicit_skip,
    +                                  ext_pcons->requireExplicitPolicy))
    +            goto bad_cache;
    +        if (!policy_cache_set_int(&cache->map_skip,
    +                                  ext_pcons->inhibitPolicyMapping))
    +            goto bad_cache;
    +    }
     
    -	/* Process CertificatePolicies */
    +    /* Process CertificatePolicies */
     
    -	ext_cpols = X509_get_ext_d2i(x, NID_certificate_policies, &i, NULL);
    -	/* If no CertificatePolicies extension or problem decoding then
    -	 * there is no point continuing because the valid policies will be
    -	 * NULL.
    -	 */
    -	if (!ext_cpols)
    -		{
    -		/* If not absent some problem with extension */
    -		if (i != -1)
    -			goto bad_cache;
    -		return 1;
    -		}
    +    ext_cpols = X509_get_ext_d2i(x, NID_certificate_policies, &i, NULL);
    +    /*
    +     * If no CertificatePolicies extension or problem decoding then there is
    +     * no point continuing because the valid policies will be NULL.
    +     */
    +    if (!ext_cpols) {
    +        /* If not absent some problem with extension */
    +        if (i != -1)
    +            goto bad_cache;
    +        return 1;
    +    }
     
    -	i = policy_cache_create(x, ext_cpols, i);
    +    i = policy_cache_create(x, ext_cpols, i);
     
    -	/* NB: ext_cpols freed by policy_cache_set_policies */
    +    /* NB: ext_cpols freed by policy_cache_set_policies */
     
    -	if (i <= 0)
    -		return i;
    +    if (i <= 0)
    +        return i;
     
    -	ext_pmaps = X509_get_ext_d2i(x, NID_policy_mappings, &i, NULL);
    +    ext_pmaps = X509_get_ext_d2i(x, NID_policy_mappings, &i, NULL);
     
    -	if (!ext_pmaps)
    -		{
    -		/* If not absent some problem with extension */
    -		if (i != -1)
    -			goto bad_cache;
    -		}
    -	else
    -		{
    -		i = policy_cache_set_mapping(x, ext_pmaps);
    -		if (i <= 0)
    -			goto bad_cache;
    -		}
    +    if (!ext_pmaps) {
    +        /* If not absent some problem with extension */
    +        if (i != -1)
    +            goto bad_cache;
    +    } else {
    +        i = policy_cache_set_mapping(x, ext_pmaps);
    +        if (i <= 0)
    +            goto bad_cache;
    +    }
     
    -	ext_any = X509_get_ext_d2i(x, NID_inhibit_any_policy, &i, NULL);
    +    ext_any = X509_get_ext_d2i(x, NID_inhibit_any_policy, &i, NULL);
     
    -	if (!ext_any)
    -		{
    -		if (i != -1)
    -			goto bad_cache;
    -		}
    -	else if (!policy_cache_set_int(&cache->any_skip, ext_any))
    -			goto bad_cache;
    +    if (!ext_any) {
    +        if (i != -1)
    +            goto bad_cache;
    +    } else if (!policy_cache_set_int(&cache->any_skip, ext_any))
    +        goto bad_cache;
     
    -	if (0)
    -		{
    -		bad_cache:
    -		x->ex_flags |= EXFLAG_INVALID_POLICY;
    -		}
    +    if (0) {
    + bad_cache:
    +        x->ex_flags |= EXFLAG_INVALID_POLICY;
    +    }
     
    -	if(ext_pcons)
    -		POLICY_CONSTRAINTS_free(ext_pcons);
    +    if (ext_pcons)
    +        POLICY_CONSTRAINTS_free(ext_pcons);
     
    -	if (ext_any)
    -		ASN1_INTEGER_free(ext_any);
    +    if (ext_any)
    +        ASN1_INTEGER_free(ext_any);
     
    -	return 1;
    +    return 1;
     
    -	
     }
     
     void policy_cache_free(X509_POLICY_CACHE *cache)
    -	{
    -	if (!cache)
    -		return;
    -	if (cache->anyPolicy)
    -		policy_data_free(cache->anyPolicy);
    -	if (cache->data)
    -		sk_X509_POLICY_DATA_pop_free(cache->data, policy_data_free);
    -	OPENSSL_free(cache);
    -	}
    +{
    +    if (!cache)
    +        return;
    +    if (cache->anyPolicy)
    +        policy_data_free(cache->anyPolicy);
    +    if (cache->data)
    +        sk_X509_POLICY_DATA_pop_free(cache->data, policy_data_free);
    +    OPENSSL_free(cache);
    +}
     
     const X509_POLICY_CACHE *policy_cache_set(X509 *x)
    -	{
    +{
     
    -	if (x->policy_cache == NULL)
    -		{
    -		CRYPTO_w_lock(CRYPTO_LOCK_X509);
    -			policy_cache_new(x);
    -		CRYPTO_w_unlock(CRYPTO_LOCK_X509);
    -		}
    +    if (x->policy_cache == NULL) {
    +        CRYPTO_w_lock(CRYPTO_LOCK_X509);
    +        policy_cache_new(x);
    +        CRYPTO_w_unlock(CRYPTO_LOCK_X509);
    +    }
     
    -	return x->policy_cache;
    +    return x->policy_cache;
     
    -	}
    +}
     
     X509_POLICY_DATA *policy_cache_find_data(const X509_POLICY_CACHE *cache,
    -						const ASN1_OBJECT *id)
    -	{
    -	int idx;
    -	X509_POLICY_DATA tmp;
    -	tmp.valid_policy = (ASN1_OBJECT *)id;
    -	idx = sk_X509_POLICY_DATA_find(cache->data, &tmp);
    -	if (idx == -1)
    -		return NULL;
    -	return sk_X509_POLICY_DATA_value(cache->data, idx);
    -	}
    +                                         const ASN1_OBJECT *id)
    +{
    +    int idx;
    +    X509_POLICY_DATA tmp;
    +    tmp.valid_policy = (ASN1_OBJECT *)id;
    +    idx = sk_X509_POLICY_DATA_find(cache->data, &tmp);
    +    if (idx == -1)
    +        return NULL;
    +    return sk_X509_POLICY_DATA_value(cache->data, idx);
    +}
     
    -static int policy_data_cmp(const X509_POLICY_DATA * const *a,
    -				const X509_POLICY_DATA * const *b)
    -	{
    -	return OBJ_cmp((*a)->valid_policy, (*b)->valid_policy);
    -	}
    +static int policy_data_cmp(const X509_POLICY_DATA *const *a,
    +                           const X509_POLICY_DATA *const *b)
    +{
    +    return OBJ_cmp((*a)->valid_policy, (*b)->valid_policy);
    +}
     
     static int policy_cache_set_int(long *out, ASN1_INTEGER *value)
    -	{
    -	if (value == NULL)
    -		return 1;
    -	if (value->type == V_ASN1_NEG_INTEGER)
    -		return 0;
    -	*out = ASN1_INTEGER_get(value);
    -	return 1;
    -	}
    +{
    +    if (value == NULL)
    +        return 1;
    +    if (value->type == V_ASN1_NEG_INTEGER)
    +        return 0;
    +    *out = ASN1_INTEGER_get(value);
    +    return 1;
    +}
    diff --git a/openssl/crypto/x509v3/pcy_data.c b/openssl/crypto/x509v3/pcy_data.c
    index 3444b0319..90e9970e4 100644
    --- a/openssl/crypto/x509v3/pcy_data.c
    +++ b/openssl/crypto/x509v3/pcy_data.c
    @@ -1,6 +1,7 @@
     /* pcy_data.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2004.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2004.
      */
     /* ====================================================================
      * Copyright (c) 2004 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -65,71 +66,64 @@
     /* Policy Node routines */
     
     void policy_data_free(X509_POLICY_DATA *data)
    -	{
    -	ASN1_OBJECT_free(data->valid_policy);
    -	/* Don't free qualifiers if shared */
    -	if (!(data->flags & POLICY_DATA_FLAG_SHARED_QUALIFIERS))
    -		sk_POLICYQUALINFO_pop_free(data->qualifier_set,
    -					POLICYQUALINFO_free);
    -	sk_ASN1_OBJECT_pop_free(data->expected_policy_set, ASN1_OBJECT_free);
    -	OPENSSL_free(data);
    -	}
    +{
    +    ASN1_OBJECT_free(data->valid_policy);
    +    /* Don't free qualifiers if shared */
    +    if (!(data->flags & POLICY_DATA_FLAG_SHARED_QUALIFIERS))
    +        sk_POLICYQUALINFO_pop_free(data->qualifier_set, POLICYQUALINFO_free);
    +    sk_ASN1_OBJECT_pop_free(data->expected_policy_set, ASN1_OBJECT_free);
    +    OPENSSL_free(data);
    +}
     
    -/* Create a data based on an existing policy. If 'id' is NULL use the
    - * oid in the policy, otherwise use 'id'. This behaviour covers the two
    - * types of data in RFC3280: data with from a CertificatePolcies extension
    - * and additional data with just the qualifiers of anyPolicy and ID from
    - * another source.
    +/*
    + * Create a data based on an existing policy. If 'id' is NULL use the oid in
    + * the policy, otherwise use 'id'. This behaviour covers the two types of
    + * data in RFC3280: data with from a CertificatePolcies extension and
    + * additional data with just the qualifiers of anyPolicy and ID from another
    + * source.
      */
     
     X509_POLICY_DATA *policy_data_new(POLICYINFO *policy,
    -					const ASN1_OBJECT *cid, int crit)
    -	{
    -	X509_POLICY_DATA *ret;
    -	ASN1_OBJECT *id;
    -	if (!policy && !cid)
    -		return NULL;
    -	if (cid)
    -		{
    -		id = OBJ_dup(cid);
    -		if (!id)
    -			return NULL;
    -		}
    -	else
    -		id = NULL;
    -	ret = OPENSSL_malloc(sizeof(X509_POLICY_DATA));
    -	if (!ret)
    -		return NULL;
    -	ret->expected_policy_set = sk_ASN1_OBJECT_new_null();
    -	if (!ret->expected_policy_set)
    -		{
    -		OPENSSL_free(ret);
    -		if (id)
    -			ASN1_OBJECT_free(id);
    -		return NULL;
    -		}
    +                                  const ASN1_OBJECT *cid, int crit)
    +{
    +    X509_POLICY_DATA *ret;
    +    ASN1_OBJECT *id;
    +    if (!policy && !cid)
    +        return NULL;
    +    if (cid) {
    +        id = OBJ_dup(cid);
    +        if (!id)
    +            return NULL;
    +    } else
    +        id = NULL;
    +    ret = OPENSSL_malloc(sizeof(X509_POLICY_DATA));
    +    if (!ret)
    +        return NULL;
    +    ret->expected_policy_set = sk_ASN1_OBJECT_new_null();
    +    if (!ret->expected_policy_set) {
    +        OPENSSL_free(ret);
    +        if (id)
    +            ASN1_OBJECT_free(id);
    +        return NULL;
    +    }
     
    -	if (crit)
    -		ret->flags = POLICY_DATA_FLAG_CRITICAL;
    -	else
    -		ret->flags = 0;
    +    if (crit)
    +        ret->flags = POLICY_DATA_FLAG_CRITICAL;
    +    else
    +        ret->flags = 0;
     
    -	if (id)
    -		ret->valid_policy = id;
    -	else
    -		{
    -		ret->valid_policy = policy->policyid;
    -		policy->policyid = NULL;
    -		}
    +    if (id)
    +        ret->valid_policy = id;
    +    else {
    +        ret->valid_policy = policy->policyid;
    +        policy->policyid = NULL;
    +    }
     
    -	if (policy)
    -		{
    -		ret->qualifier_set = policy->qualifiers;
    -		policy->qualifiers = NULL;
    -		}
    -	else
    -		ret->qualifier_set = NULL;
    -
    -	return ret;
    -	}
    +    if (policy) {
    +        ret->qualifier_set = policy->qualifiers;
    +        policy->qualifiers = NULL;
    +    } else
    +        ret->qualifier_set = NULL;
     
    +    return ret;
    +}
    diff --git a/openssl/crypto/x509v3/pcy_int.h b/openssl/crypto/x509v3/pcy_int.h
    index ccff92846..b5075f9ed 100644
    --- a/openssl/crypto/x509v3/pcy_int.h
    +++ b/openssl/crypto/x509v3/pcy_int.h
    @@ -1,6 +1,7 @@
     /* pcy_int.h */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2004.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2004.
      */
     /* ====================================================================
      * Copyright (c) 2004 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,121 +57,126 @@
      *
      */
     
    -
     typedef struct X509_POLICY_DATA_st X509_POLICY_DATA;
     
     DECLARE_STACK_OF(X509_POLICY_DATA)
     
     /* Internal structures */
     
    -/* This structure and the field names correspond to the Policy 'node' of
    - * RFC3280. NB this structure contains no pointers to parent or child
    - * data: X509_POLICY_NODE contains that. This means that the main policy data
    - * can be kept static and cached with the certificate.
    +/*
    + * This structure and the field names correspond to the Policy 'node' of
    + * RFC3280. NB this structure contains no pointers to parent or child data:
    + * X509_POLICY_NODE contains that. This means that the main policy data can
    + * be kept static and cached with the certificate.
      */
     
    -struct X509_POLICY_DATA_st
    -	{
    -	unsigned int flags;
    -	/* Policy OID and qualifiers for this data */
    -	ASN1_OBJECT *valid_policy;
    -	STACK_OF(POLICYQUALINFO) *qualifier_set;
    -	STACK_OF(ASN1_OBJECT) *expected_policy_set;
    -	};
    +struct X509_POLICY_DATA_st {
    +    unsigned int flags;
    +    /* Policy OID and qualifiers for this data */
    +    ASN1_OBJECT *valid_policy;
    +    STACK_OF(POLICYQUALINFO) *qualifier_set;
    +    STACK_OF(ASN1_OBJECT) *expected_policy_set;
    +};
     
     /* X509_POLICY_DATA flags values */
     
    -/* This flag indicates the structure has been mapped using a policy mapping
    - * extension. If policy mapping is not active its references get deleted. 
    +/*
    + * This flag indicates the structure has been mapped using a policy mapping
    + * extension. If policy mapping is not active its references get deleted.
      */
     
    -#define POLICY_DATA_FLAG_MAPPED			0x1
    +#define POLICY_DATA_FLAG_MAPPED                 0x1
     
    -/* This flag indicates the data doesn't correspond to a policy in Certificate
    +/*
    + * This flag indicates the data doesn't correspond to a policy in Certificate
      * Policies: it has been mapped to any policy.
      */
     
    -#define POLICY_DATA_FLAG_MAPPED_ANY		0x2
    +#define POLICY_DATA_FLAG_MAPPED_ANY             0x2
     
     /* AND with flags to see if any mapping has occurred */
     
    -#define POLICY_DATA_FLAG_MAP_MASK		0x3
    +#define POLICY_DATA_FLAG_MAP_MASK               0x3
     
     /* qualifiers are shared and shouldn't be freed */
     
    -#define POLICY_DATA_FLAG_SHARED_QUALIFIERS	0x4
    +#define POLICY_DATA_FLAG_SHARED_QUALIFIERS      0x4
     
     /* Parent node is an extra node and should be freed */
     
    -#define POLICY_DATA_FLAG_EXTRA_NODE		0x8
    +#define POLICY_DATA_FLAG_EXTRA_NODE             0x8
     
     /* Corresponding CertificatePolicies is critical */
     
    -#define POLICY_DATA_FLAG_CRITICAL		0x10
    +#define POLICY_DATA_FLAG_CRITICAL               0x10
     
     /* This structure is cached with a certificate */
     
     struct X509_POLICY_CACHE_st {
    -	/* anyPolicy data or NULL if no anyPolicy */
    -	X509_POLICY_DATA *anyPolicy;
    -	/* other policy data */
    -	STACK_OF(X509_POLICY_DATA) *data;
    -	/* If InhibitAnyPolicy present this is its value or -1 if absent. */
    -	long any_skip;
    -	/* If policyConstraints and requireExplicitPolicy present this is its
    -	 * value or -1 if absent.
    -	 */
    -	long explicit_skip;
    -	/* If policyConstraints and policyMapping present this is its
    -	 * value or -1 if absent.
    -         */
    -	long map_skip;
    -	};
    -
    -/*#define POLICY_CACHE_FLAG_CRITICAL		POLICY_DATA_FLAG_CRITICAL*/
    +    /* anyPolicy data or NULL if no anyPolicy */
    +    X509_POLICY_DATA *anyPolicy;
    +    /* other policy data */
    +    STACK_OF(X509_POLICY_DATA) *data;
    +    /* If InhibitAnyPolicy present this is its value or -1 if absent. */
    +    long any_skip;
    +    /*
    +     * If policyConstraints and requireExplicitPolicy present this is its
    +     * value or -1 if absent.
    +     */
    +    long explicit_skip;
    +    /*
    +     * If policyConstraints and policyMapping present this is its value or -1
    +     * if absent.
    +     */
    +    long map_skip;
    +};
    +
    +/*
    + * #define POLICY_CACHE_FLAG_CRITICAL POLICY_DATA_FLAG_CRITICAL
    + */
     
     /* This structure represents the relationship between nodes */
     
    -struct X509_POLICY_NODE_st
    -	{
    -	/* node data this refers to */
    -	const X509_POLICY_DATA *data;
    -	/* Parent node */
    -	X509_POLICY_NODE *parent;
    -	/* Number of child nodes */
    -	int nchild;
    -	};
    -
    -struct X509_POLICY_LEVEL_st
    -	{
    -	/* Cert for this level */
    -	X509 *cert;
    -	/* nodes at this level */
    -	STACK_OF(X509_POLICY_NODE) *nodes;
    -	/* anyPolicy node */
    -	X509_POLICY_NODE *anyPolicy;
    -	/* Extra data */
    -	/*STACK_OF(X509_POLICY_DATA) *extra_data;*/
    -	unsigned int flags;
    -	};
    -
    -struct X509_POLICY_TREE_st
    -	{
    -	/* This is the tree 'level' data */
    -	X509_POLICY_LEVEL *levels;
    -	int nlevel;
    -	/* Extra policy data when additional nodes (not from the certificate)
    -	 * are required.
    -	 */
    -	STACK_OF(X509_POLICY_DATA) *extra_data;
    -	/* This is the authority constained policy set */
    -	STACK_OF(X509_POLICY_NODE) *auth_policies;
    -	STACK_OF(X509_POLICY_NODE) *user_policies;
    -	unsigned int flags;
    -	};
    +struct X509_POLICY_NODE_st {
    +    /* node data this refers to */
    +    const X509_POLICY_DATA *data;
    +    /* Parent node */
    +    X509_POLICY_NODE *parent;
    +    /* Number of child nodes */
    +    int nchild;
    +};
    +
    +struct X509_POLICY_LEVEL_st {
    +    /* Cert for this level */
    +    X509 *cert;
    +    /* nodes at this level */
    +    STACK_OF(X509_POLICY_NODE) *nodes;
    +    /* anyPolicy node */
    +    X509_POLICY_NODE *anyPolicy;
    +    /* Extra data */
    +    /*
    +     * STACK_OF(X509_POLICY_DATA) *extra_data;
    +     */
    +    unsigned int flags;
    +};
    +
    +struct X509_POLICY_TREE_st {
    +    /* This is the tree 'level' data */
    +    X509_POLICY_LEVEL *levels;
    +    int nlevel;
    +    /*
    +     * Extra policy data when additional nodes (not from the certificate) are
    +     * required.
    +     */
    +    STACK_OF(X509_POLICY_DATA) *extra_data;
    +    /* This is the authority constained policy set */
    +    STACK_OF(X509_POLICY_NODE) *auth_policies;
    +    STACK_OF(X509_POLICY_NODE) *user_policies;
    +    unsigned int flags;
    +};
     
     /* Set if anyPolicy present in user policies */
    -#define POLICY_FLAG_ANY_POLICY		0x2
    +#define POLICY_FLAG_ANY_POLICY          0x2
     
     /* Useful macros */
     
    @@ -180,14 +186,13 @@ struct X509_POLICY_TREE_st
     /* Internal functions */
     
     X509_POLICY_DATA *policy_data_new(POLICYINFO *policy, const ASN1_OBJECT *id,
    -								int crit);
    +                                  int crit);
     void policy_data_free(X509_POLICY_DATA *data);
     
     X509_POLICY_DATA *policy_cache_find_data(const X509_POLICY_CACHE *cache,
    -							const ASN1_OBJECT *id);
    +                                         const ASN1_OBJECT *id);
     int policy_cache_set_mapping(X509 *x, POLICY_MAPPINGS *maps);
     
    -
     STACK_OF(X509_POLICY_NODE) *policy_node_cmp_new(void);
     
     void policy_cache_init(void);
    @@ -195,18 +200,18 @@ void policy_cache_init(void);
     void policy_cache_free(X509_POLICY_CACHE *cache);
     
     X509_POLICY_NODE *level_find_node(const X509_POLICY_LEVEL *level,
    -					const X509_POLICY_NODE *parent,	
    -					const ASN1_OBJECT *id);
    +                                  const X509_POLICY_NODE *parent,
    +                                  const ASN1_OBJECT *id);
     
     X509_POLICY_NODE *tree_find_sk(STACK_OF(X509_POLICY_NODE) *sk,
    -						const ASN1_OBJECT *id);
    +                               const ASN1_OBJECT *id);
     
     X509_POLICY_NODE *level_add_node(X509_POLICY_LEVEL *level,
    -			const X509_POLICY_DATA *data,
    -			X509_POLICY_NODE *parent,
    -			X509_POLICY_TREE *tree);
    +                                 const X509_POLICY_DATA *data,
    +                                 X509_POLICY_NODE *parent,
    +                                 X509_POLICY_TREE *tree);
     void policy_node_free(X509_POLICY_NODE *node);
     int policy_node_match(const X509_POLICY_LEVEL *lvl,
    -		      const X509_POLICY_NODE *node, const ASN1_OBJECT *oid);
    +                      const X509_POLICY_NODE *node, const ASN1_OBJECT *oid);
     
     const X509_POLICY_CACHE *policy_cache_set(X509 *x);
    diff --git a/openssl/crypto/x509v3/pcy_lib.c b/openssl/crypto/x509v3/pcy_lib.c
    index 93bfd9270..dbb29835f 100644
    --- a/openssl/crypto/x509v3/pcy_lib.c
    +++ b/openssl/crypto/x509v3/pcy_lib.c
    @@ -1,6 +1,7 @@
     /* pcy_lib.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2004.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2004.
      */
     /* ====================================================================
      * Copyright (c) 2004 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,7 +57,6 @@
      *
      */
     
    -
     #include "cryptlib.h"
     #include 
     #include 
    @@ -68,100 +68,100 @@
     /* X509_POLICY_TREE stuff */
     
     int X509_policy_tree_level_count(const X509_POLICY_TREE *tree)
    -	{
    -	if (!tree)
    -		return 0;
    -	return tree->nlevel;
    -	}
    -
    -X509_POLICY_LEVEL *
    -	X509_policy_tree_get0_level(const X509_POLICY_TREE *tree, int i)
    -	{
    -	if (!tree || (i < 0) || (i >= tree->nlevel))
    -		return NULL;
    -	return tree->levels + i;
    -	}
    -
    -STACK_OF(X509_POLICY_NODE) *
    -		X509_policy_tree_get0_policies(const X509_POLICY_TREE *tree)
    -	{
    -	if (!tree)
    -		return NULL;
    -	return tree->auth_policies;
    -	}
    -
    -STACK_OF(X509_POLICY_NODE) *
    -	X509_policy_tree_get0_user_policies(const X509_POLICY_TREE *tree)
    -	{
    -	if (!tree)
    -		return NULL;
    -	if (tree->flags & POLICY_FLAG_ANY_POLICY)
    -		return tree->auth_policies;
    -	else
    -		return tree->user_policies;
    -	}
    +{
    +    if (!tree)
    +        return 0;
    +    return tree->nlevel;
    +}
    +
    +X509_POLICY_LEVEL *X509_policy_tree_get0_level(const X509_POLICY_TREE *tree,
    +                                               int i)
    +{
    +    if (!tree || (i < 0) || (i >= tree->nlevel))
    +        return NULL;
    +    return tree->levels + i;
    +}
    +
    +STACK_OF(X509_POLICY_NODE) *X509_policy_tree_get0_policies(const
    +                                                           X509_POLICY_TREE
    +                                                           *tree)
    +{
    +    if (!tree)
    +        return NULL;
    +    return tree->auth_policies;
    +}
    +
    +STACK_OF(X509_POLICY_NODE) *X509_policy_tree_get0_user_policies(const
    +                                                                X509_POLICY_TREE
    +                                                                *tree)
    +{
    +    if (!tree)
    +        return NULL;
    +    if (tree->flags & POLICY_FLAG_ANY_POLICY)
    +        return tree->auth_policies;
    +    else
    +        return tree->user_policies;
    +}
     
     /* X509_POLICY_LEVEL stuff */
     
     int X509_policy_level_node_count(X509_POLICY_LEVEL *level)
    -	{
    -	int n;
    -	if (!level)
    -		return 0;
    -	if (level->anyPolicy)
    -		n = 1;
    -	else
    -		n = 0;
    -	if (level->nodes)
    -		n += sk_X509_POLICY_NODE_num(level->nodes);
    -	return n;
    -	}
    +{
    +    int n;
    +    if (!level)
    +        return 0;
    +    if (level->anyPolicy)
    +        n = 1;
    +    else
    +        n = 0;
    +    if (level->nodes)
    +        n += sk_X509_POLICY_NODE_num(level->nodes);
    +    return n;
    +}
     
     X509_POLICY_NODE *X509_policy_level_get0_node(X509_POLICY_LEVEL *level, int i)
    -	{
    -	if (!level)
    -		return NULL;
    -	if (level->anyPolicy)
    -		{
    -		if (i == 0)
    -			return level->anyPolicy;
    -		i--;
    -		}
    -	return sk_X509_POLICY_NODE_value(level->nodes, i);
    -	}
    +{
    +    if (!level)
    +        return NULL;
    +    if (level->anyPolicy) {
    +        if (i == 0)
    +            return level->anyPolicy;
    +        i--;
    +    }
    +    return sk_X509_POLICY_NODE_value(level->nodes, i);
    +}
     
     /* X509_POLICY_NODE stuff */
     
     const ASN1_OBJECT *X509_policy_node_get0_policy(const X509_POLICY_NODE *node)
    -	{
    -	if (!node)
    -		return NULL;
    -	return node->data->valid_policy;
    -	}
    +{
    +    if (!node)
    +        return NULL;
    +    return node->data->valid_policy;
    +}
     
     #if 0
     int X509_policy_node_get_critical(const X509_POLICY_NODE *node)
    -	{
    -	if (node_critical(node))
    -		return 1;
    -	return 0;
    -	}
    +{
    +    if (node_critical(node))
    +        return 1;
    +    return 0;
    +}
     #endif
     
    -STACK_OF(POLICYQUALINFO) *
    -		X509_policy_node_get0_qualifiers(const X509_POLICY_NODE *node)
    -	{
    -	if (!node)
    -		return NULL;
    -	return node->data->qualifier_set;
    -	}
    -
    -const X509_POLICY_NODE *
    -		X509_policy_node_get0_parent(const X509_POLICY_NODE *node)
    -	{
    -	if (!node)
    -		return NULL;
    -	return node->parent;
    -	}
    -
    -
    +STACK_OF(POLICYQUALINFO) *X509_policy_node_get0_qualifiers(const
    +                                                           X509_POLICY_NODE
    +                                                           *node)
    +{
    +    if (!node)
    +        return NULL;
    +    return node->data->qualifier_set;
    +}
    +
    +const X509_POLICY_NODE *X509_policy_node_get0_parent(const X509_POLICY_NODE
    +                                                     *node)
    +{
    +    if (!node)
    +        return NULL;
    +    return node->parent;
    +}
    diff --git a/openssl/crypto/x509v3/pcy_map.c b/openssl/crypto/x509v3/pcy_map.c
    index 21163b529..b99eb91cf 100644
    --- a/openssl/crypto/x509v3/pcy_map.c
    +++ b/openssl/crypto/x509v3/pcy_map.c
    @@ -1,6 +1,7 @@
     /* pcy_map.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2004.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2004.
      */
     /* ====================================================================
      * Copyright (c) 2004 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,71 +63,68 @@
     
     #include "pcy_int.h"
     
    -/* Set policy mapping entries in cache.
    - * Note: this modifies the passed POLICY_MAPPINGS structure
    +/*
    + * Set policy mapping entries in cache. Note: this modifies the passed
    + * POLICY_MAPPINGS structure
      */
     
     int policy_cache_set_mapping(X509 *x, POLICY_MAPPINGS *maps)
    -	{
    -	POLICY_MAPPING *map;
    -	X509_POLICY_DATA *data;
    -	X509_POLICY_CACHE *cache = x->policy_cache;
    -	int i;
    -	int ret = 0;
    -	if (sk_POLICY_MAPPING_num(maps) == 0)
    -		{
    -		ret = -1;
    -		goto bad_mapping;
    -		}
    -	for (i = 0; i < sk_POLICY_MAPPING_num(maps); i++)
    -		{
    -		map = sk_POLICY_MAPPING_value(maps, i);
    -		/* Reject if map to or from anyPolicy */
    -		if ((OBJ_obj2nid(map->subjectDomainPolicy) == NID_any_policy)
    -		   || (OBJ_obj2nid(map->issuerDomainPolicy) == NID_any_policy))
    -			{
    -			ret = -1;
    -			goto bad_mapping;
    -			}
    +{
    +    POLICY_MAPPING *map;
    +    X509_POLICY_DATA *data;
    +    X509_POLICY_CACHE *cache = x->policy_cache;
    +    int i;
    +    int ret = 0;
    +    if (sk_POLICY_MAPPING_num(maps) == 0) {
    +        ret = -1;
    +        goto bad_mapping;
    +    }
    +    for (i = 0; i < sk_POLICY_MAPPING_num(maps); i++) {
    +        map = sk_POLICY_MAPPING_value(maps, i);
    +        /* Reject if map to or from anyPolicy */
    +        if ((OBJ_obj2nid(map->subjectDomainPolicy) == NID_any_policy)
    +            || (OBJ_obj2nid(map->issuerDomainPolicy) == NID_any_policy)) {
    +            ret = -1;
    +            goto bad_mapping;
    +        }
     
    -		/* Attempt to find matching policy data */
    -		data = policy_cache_find_data(cache, map->issuerDomainPolicy);
    -		/* If we don't have anyPolicy can't map */
    -		if (!data && !cache->anyPolicy)
    -			continue;
    +        /* Attempt to find matching policy data */
    +        data = policy_cache_find_data(cache, map->issuerDomainPolicy);
    +        /* If we don't have anyPolicy can't map */
    +        if (!data && !cache->anyPolicy)
    +            continue;
     
    -		/* Create a NODE from anyPolicy */
    -		if (!data)
    -			{
    -			data = policy_data_new(NULL, map->issuerDomainPolicy,
    -					cache->anyPolicy->flags
    -						& POLICY_DATA_FLAG_CRITICAL);
    -			if (!data)
    -				goto bad_mapping;
    -			data->qualifier_set = cache->anyPolicy->qualifier_set;
    -			/*map->issuerDomainPolicy = NULL;*/
    -			data->flags |= POLICY_DATA_FLAG_MAPPED_ANY;
    -			data->flags |= POLICY_DATA_FLAG_SHARED_QUALIFIERS;
    -			if (!sk_X509_POLICY_DATA_push(cache->data, data))
    -				{
    -				policy_data_free(data);
    -				goto bad_mapping;
    -				}
    -			}
    -		else
    -			data->flags |= POLICY_DATA_FLAG_MAPPED;
    -		if (!sk_ASN1_OBJECT_push(data->expected_policy_set, 
    -						map->subjectDomainPolicy))
    -			goto bad_mapping;
    -		map->subjectDomainPolicy = NULL;
    +        /* Create a NODE from anyPolicy */
    +        if (!data) {
    +            data = policy_data_new(NULL, map->issuerDomainPolicy,
    +                                   cache->anyPolicy->flags
    +                                   & POLICY_DATA_FLAG_CRITICAL);
    +            if (!data)
    +                goto bad_mapping;
    +            data->qualifier_set = cache->anyPolicy->qualifier_set;
    +            /*
    +             * map->issuerDomainPolicy = NULL;
    +             */
    +            data->flags |= POLICY_DATA_FLAG_MAPPED_ANY;
    +            data->flags |= POLICY_DATA_FLAG_SHARED_QUALIFIERS;
    +            if (!sk_X509_POLICY_DATA_push(cache->data, data)) {
    +                policy_data_free(data);
    +                goto bad_mapping;
    +            }
    +        } else
    +            data->flags |= POLICY_DATA_FLAG_MAPPED;
    +        if (!sk_ASN1_OBJECT_push(data->expected_policy_set,
    +                                 map->subjectDomainPolicy))
    +            goto bad_mapping;
    +        map->subjectDomainPolicy = NULL;
     
    -		}
    +    }
     
    -	ret = 1;
    -	bad_mapping:
    -	if (ret == -1)
    -		x->ex_flags |= EXFLAG_INVALID_POLICY;
    -	sk_POLICY_MAPPING_pop_free(maps, POLICY_MAPPING_free);
    -	return ret;
    +    ret = 1;
    + bad_mapping:
    +    if (ret == -1)
    +        x->ex_flags |= EXFLAG_INVALID_POLICY;
    +    sk_POLICY_MAPPING_pop_free(maps, POLICY_MAPPING_free);
    +    return ret;
     
    -	}
    +}
    diff --git a/openssl/crypto/x509v3/pcy_node.c b/openssl/crypto/x509v3/pcy_node.c
    index bd1e7f1ae..d6c917650 100644
    --- a/openssl/crypto/x509v3/pcy_node.c
    +++ b/openssl/crypto/x509v3/pcy_node.c
    @@ -1,6 +1,7 @@
     /* pcy_node.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2004.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2004.
      */
     /* ====================================================================
      * Copyright (c) 2004 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,136 +63,128 @@
     
     #include "pcy_int.h"
     
    -static int node_cmp(const X509_POLICY_NODE * const *a,
    -			const X509_POLICY_NODE * const *b)
    -	{
    -	return OBJ_cmp((*a)->data->valid_policy, (*b)->data->valid_policy);
    -	}
    +static int node_cmp(const X509_POLICY_NODE *const *a,
    +                    const X509_POLICY_NODE *const *b)
    +{
    +    return OBJ_cmp((*a)->data->valid_policy, (*b)->data->valid_policy);
    +}
     
     STACK_OF(X509_POLICY_NODE) *policy_node_cmp_new(void)
    -	{
    -	return sk_X509_POLICY_NODE_new(node_cmp);
    -	}
    +{
    +    return sk_X509_POLICY_NODE_new(node_cmp);
    +}
     
     X509_POLICY_NODE *tree_find_sk(STACK_OF(X509_POLICY_NODE) *nodes,
    -					const ASN1_OBJECT *id)
    -	{
    -	X509_POLICY_DATA n;
    -	X509_POLICY_NODE l;
    -	int idx;
    +                               const ASN1_OBJECT *id)
    +{
    +    X509_POLICY_DATA n;
    +    X509_POLICY_NODE l;
    +    int idx;
     
    -	n.valid_policy = (ASN1_OBJECT *)id;
    -	l.data = &n;
    +    n.valid_policy = (ASN1_OBJECT *)id;
    +    l.data = &n;
     
    -	idx = sk_X509_POLICY_NODE_find(nodes, &l);
    -	if (idx == -1)
    -		return NULL;
    +    idx = sk_X509_POLICY_NODE_find(nodes, &l);
    +    if (idx == -1)
    +        return NULL;
     
    -	return sk_X509_POLICY_NODE_value(nodes, idx);
    +    return sk_X509_POLICY_NODE_value(nodes, idx);
     
    -	}
    +}
     
     X509_POLICY_NODE *level_find_node(const X509_POLICY_LEVEL *level,
    -					const X509_POLICY_NODE *parent,	
    -					const ASN1_OBJECT *id)
    -	{
    -	X509_POLICY_NODE *node;
    -	int i;
    -	for (i = 0; i < sk_X509_POLICY_NODE_num(level->nodes); i++)
    -		{
    -		node = sk_X509_POLICY_NODE_value(level->nodes, i);
    -		if (node->parent == parent)
    -			{
    -			if (!OBJ_cmp(node->data->valid_policy, id))
    -				return node;
    -			}
    -		}
    -	return NULL;
    -	}
    +                                  const X509_POLICY_NODE *parent,
    +                                  const ASN1_OBJECT *id)
    +{
    +    X509_POLICY_NODE *node;
    +    int i;
    +    for (i = 0; i < sk_X509_POLICY_NODE_num(level->nodes); i++) {
    +        node = sk_X509_POLICY_NODE_value(level->nodes, i);
    +        if (node->parent == parent) {
    +            if (!OBJ_cmp(node->data->valid_policy, id))
    +                return node;
    +        }
    +    }
    +    return NULL;
    +}
     
     X509_POLICY_NODE *level_add_node(X509_POLICY_LEVEL *level,
    -			const X509_POLICY_DATA *data,
    -			X509_POLICY_NODE *parent,
    -			X509_POLICY_TREE *tree)
    -	{
    -	X509_POLICY_NODE *node;
    -	node = OPENSSL_malloc(sizeof(X509_POLICY_NODE));
    -	if (!node)
    -		return NULL;
    -	node->data = data;
    -	node->parent = parent;
    -	node->nchild = 0;
    -	if (level)
    -		{
    -		if (OBJ_obj2nid(data->valid_policy) == NID_any_policy)
    -			{
    -			if (level->anyPolicy)
    -				goto node_error;
    -			level->anyPolicy = node;
    -			}
    -		else
    -			{
    -
    -			if (!level->nodes)
    -				level->nodes = policy_node_cmp_new();
    -			if (!level->nodes)
    -				goto node_error;
    -			if (!sk_X509_POLICY_NODE_push(level->nodes, node))
    -				goto node_error;
    -			}
    -		}
    -
    -	if (tree)
    -		{
    -		if (!tree->extra_data)
    -			 tree->extra_data = sk_X509_POLICY_DATA_new_null();
    -		if (!tree->extra_data)
    -			goto node_error;
    -		if (!sk_X509_POLICY_DATA_push(tree->extra_data, data))
    -			goto node_error;
    -		}
    -
    -	if (parent)
    -		parent->nchild++;
    -
    -	return node;
    -
    -	node_error:
    -	policy_node_free(node);
    -	return 0;
    -
    -	}
    +                                 const X509_POLICY_DATA *data,
    +                                 X509_POLICY_NODE *parent,
    +                                 X509_POLICY_TREE *tree)
    +{
    +    X509_POLICY_NODE *node;
    +    node = OPENSSL_malloc(sizeof(X509_POLICY_NODE));
    +    if (!node)
    +        return NULL;
    +    node->data = data;
    +    node->parent = parent;
    +    node->nchild = 0;
    +    if (level) {
    +        if (OBJ_obj2nid(data->valid_policy) == NID_any_policy) {
    +            if (level->anyPolicy)
    +                goto node_error;
    +            level->anyPolicy = node;
    +        } else {
    +
    +            if (!level->nodes)
    +                level->nodes = policy_node_cmp_new();
    +            if (!level->nodes)
    +                goto node_error;
    +            if (!sk_X509_POLICY_NODE_push(level->nodes, node))
    +                goto node_error;
    +        }
    +    }
    +
    +    if (tree) {
    +        if (!tree->extra_data)
    +            tree->extra_data = sk_X509_POLICY_DATA_new_null();
    +        if (!tree->extra_data)
    +            goto node_error;
    +        if (!sk_X509_POLICY_DATA_push(tree->extra_data, data))
    +            goto node_error;
    +    }
    +
    +    if (parent)
    +        parent->nchild++;
    +
    +    return node;
    +
    + node_error:
    +    policy_node_free(node);
    +    return 0;
    +
    +}
     
     void policy_node_free(X509_POLICY_NODE *node)
    -	{
    -	OPENSSL_free(node);
    -	}
    +{
    +    OPENSSL_free(node);
    +}
     
    -/* See if a policy node matches a policy OID. If mapping enabled look through
    +/*
    + * See if a policy node matches a policy OID. If mapping enabled look through
      * expected policy set otherwise just valid policy.
      */
     
     int policy_node_match(const X509_POLICY_LEVEL *lvl,
    -		      const X509_POLICY_NODE *node, const ASN1_OBJECT *oid)
    -	{
    -	int i;
    -	ASN1_OBJECT *policy_oid;
    -	const X509_POLICY_DATA *x = node->data;
    -
    -	if (	    (lvl->flags & X509_V_FLAG_INHIBIT_MAP)
    -		|| !(x->flags & POLICY_DATA_FLAG_MAP_MASK))
    -		{
    -		if (!OBJ_cmp(x->valid_policy, oid))
    -			return 1;
    -		return 0;
    -		}
    -
    -	for (i = 0; i < sk_ASN1_OBJECT_num(x->expected_policy_set); i++)
    -		{
    -		policy_oid = sk_ASN1_OBJECT_value(x->expected_policy_set, i);
    -		if (!OBJ_cmp(policy_oid, oid))
    -			return 1;
    -		}
    -	return 0;
    -
    -	}
    +                      const X509_POLICY_NODE *node, const ASN1_OBJECT *oid)
    +{
    +    int i;
    +    ASN1_OBJECT *policy_oid;
    +    const X509_POLICY_DATA *x = node->data;
    +
    +    if ((lvl->flags & X509_V_FLAG_INHIBIT_MAP)
    +        || !(x->flags & POLICY_DATA_FLAG_MAP_MASK)) {
    +        if (!OBJ_cmp(x->valid_policy, oid))
    +            return 1;
    +        return 0;
    +    }
    +
    +    for (i = 0; i < sk_ASN1_OBJECT_num(x->expected_policy_set); i++) {
    +        policy_oid = sk_ASN1_OBJECT_value(x->expected_policy_set, i);
    +        if (!OBJ_cmp(policy_oid, oid))
    +            return 1;
    +    }
    +    return 0;
    +
    +}
    diff --git a/openssl/crypto/x509v3/pcy_tree.c b/openssl/crypto/x509v3/pcy_tree.c
    index bb9777348..09b8691c8 100644
    --- a/openssl/crypto/x509v3/pcy_tree.c
    +++ b/openssl/crypto/x509v3/pcy_tree.c
    @@ -1,6 +1,7 @@
     /* pcy_tree.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2004.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2004.
      */
     /* ====================================================================
      * Copyright (c) 2004 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,77 +63,77 @@
     
     #include "pcy_int.h"
     
    -/* Enable this to print out the complete policy tree at various point during
    +/*
    + * Enable this to print out the complete policy tree at various point during
      * evaluation.
      */
     
    -/*#define OPENSSL_POLICY_DEBUG*/
    +/*
    + * #define OPENSSL_POLICY_DEBUG
    + */
     
     #ifdef OPENSSL_POLICY_DEBUG
     
     static void expected_print(BIO *err, X509_POLICY_LEVEL *lev,
    -				X509_POLICY_NODE *node, int indent)
    -	{
    -	if (	    (lev->flags & X509_V_FLAG_INHIBIT_MAP)
    -		|| !(node->data->flags & POLICY_DATA_FLAG_MAP_MASK))
    -		BIO_puts(err, "  Not Mapped\n");
    -	else
    -		{
    -		int i;
    -		STACK_OF(ASN1_OBJECT) *pset = node->data->expected_policy_set;
    -		ASN1_OBJECT *oid;
    -		BIO_puts(err, "  Expected: ");
    -		for (i = 0; i < sk_ASN1_OBJECT_num(pset); i++)
    -			{
    -			oid = sk_ASN1_OBJECT_value(pset, i);
    -			if (i)
    -				BIO_puts(err, ", ");
    -			i2a_ASN1_OBJECT(err, oid);
    -			}
    -		BIO_puts(err, "\n");
    -		}
    -	}
    +                           X509_POLICY_NODE *node, int indent)
    +{
    +    if ((lev->flags & X509_V_FLAG_INHIBIT_MAP)
    +        || !(node->data->flags & POLICY_DATA_FLAG_MAP_MASK))
    +        BIO_puts(err, "  Not Mapped\n");
    +    else {
    +        int i;
    +        STACK_OF(ASN1_OBJECT) *pset = node->data->expected_policy_set;
    +        ASN1_OBJECT *oid;
    +        BIO_puts(err, "  Expected: ");
    +        for (i = 0; i < sk_ASN1_OBJECT_num(pset); i++) {
    +            oid = sk_ASN1_OBJECT_value(pset, i);
    +            if (i)
    +                BIO_puts(err, ", ");
    +            i2a_ASN1_OBJECT(err, oid);
    +        }
    +        BIO_puts(err, "\n");
    +    }
    +}
     
     static void tree_print(char *str, X509_POLICY_TREE *tree,
    -			X509_POLICY_LEVEL *curr)
    -	{
    -	X509_POLICY_LEVEL *plev;
    -	X509_POLICY_NODE *node;
    -	int i;
    -	BIO *err;
    -	err = BIO_new_fp(stderr, BIO_NOCLOSE);
    -	if (!curr)
    -		curr = tree->levels + tree->nlevel;
    -	else
    -		curr++;
    -	BIO_printf(err, "Level print after %s\n", str);
    -	BIO_printf(err, "Printing Up to Level %ld\n", curr - tree->levels);
    -	for (plev = tree->levels; plev != curr; plev++)
    -		{
    -		BIO_printf(err, "Level %ld, flags = %x\n",
    -				plev - tree->levels, plev->flags);
    -		for (i = 0; i < sk_X509_POLICY_NODE_num(plev->nodes); i++)
    -			{
    -			node = sk_X509_POLICY_NODE_value(plev->nodes, i);
    -			X509_POLICY_NODE_print(err, node, 2);
    -			expected_print(err, plev, node, 2);
    -			BIO_printf(err, "  Flags: %x\n", node->data->flags);
    -			}
    -		if (plev->anyPolicy)
    -			X509_POLICY_NODE_print(err, plev->anyPolicy, 2);
    -		}
    -
    -	BIO_free(err);
    -
    -	}
    +                       X509_POLICY_LEVEL *curr)
    +{
    +    X509_POLICY_LEVEL *plev;
    +    X509_POLICY_NODE *node;
    +    int i;
    +    BIO *err;
    +    err = BIO_new_fp(stderr, BIO_NOCLOSE);
    +    if (!curr)
    +        curr = tree->levels + tree->nlevel;
    +    else
    +        curr++;
    +    BIO_printf(err, "Level print after %s\n", str);
    +    BIO_printf(err, "Printing Up to Level %ld\n", curr - tree->levels);
    +    for (plev = tree->levels; plev != curr; plev++) {
    +        BIO_printf(err, "Level %ld, flags = %x\n",
    +                   plev - tree->levels, plev->flags);
    +        for (i = 0; i < sk_X509_POLICY_NODE_num(plev->nodes); i++) {
    +            node = sk_X509_POLICY_NODE_value(plev->nodes, i);
    +            X509_POLICY_NODE_print(err, node, 2);
    +            expected_print(err, plev, node, 2);
    +            BIO_printf(err, "  Flags: %x\n", node->data->flags);
    +        }
    +        if (plev->anyPolicy)
    +            X509_POLICY_NODE_print(err, plev->anyPolicy, 2);
    +    }
    +
    +    BIO_free(err);
    +
    +}
     #else
     
    -#define tree_print(a,b,c) /* */
    +# define tree_print(a,b,c)      /* */
     
     #endif
     
    -/* Initialize policy tree. Return values:
    - *  0 Some internal error occured.
    +/*-
    + * Initialize policy tree. Return values:
    + *  0 Some internal error occurred.
      * -1 Inconsistent or invalid extensions in certificates.
      *  1 Tree initialized OK.
      *  2 Policy tree is empty.
    @@ -141,732 +142,690 @@ static void tree_print(char *str, X509_POLICY_TREE *tree,
      */
     
     static int tree_init(X509_POLICY_TREE **ptree, STACK_OF(X509) *certs,
    -			unsigned int flags)
    -	{
    -	X509_POLICY_TREE *tree;
    -	X509_POLICY_LEVEL *level;
    -	const X509_POLICY_CACHE *cache;
    -	X509_POLICY_DATA *data = NULL;
    -	X509 *x;
    -	int ret = 1;
    -	int i, n;
    -	int explicit_policy;
    -	int any_skip;
    -	int map_skip;
    -	*ptree = NULL;
    -	n = sk_X509_num(certs);
    +                     unsigned int flags)
    +{
    +    X509_POLICY_TREE *tree;
    +    X509_POLICY_LEVEL *level;
    +    const X509_POLICY_CACHE *cache;
    +    X509_POLICY_DATA *data = NULL;
    +    X509 *x;
    +    int ret = 1;
    +    int i, n;
    +    int explicit_policy;
    +    int any_skip;
    +    int map_skip;
    +    *ptree = NULL;
    +    n = sk_X509_num(certs);
     
     #if 0
    -	/* Disable policy mapping for now... */
    -	flags |= X509_V_FLAG_INHIBIT_MAP;
    +    /* Disable policy mapping for now... */
    +    flags |= X509_V_FLAG_INHIBIT_MAP;
     #endif
     
    -	if (flags & X509_V_FLAG_EXPLICIT_POLICY)
    -		explicit_policy = 0;
    -	else
    -		explicit_policy = n + 1;
    -
    -	if (flags & X509_V_FLAG_INHIBIT_ANY)
    -		any_skip = 0;
    -	else
    -		any_skip = n + 1;
    -
    -	if (flags & X509_V_FLAG_INHIBIT_MAP)
    -		map_skip = 0;
    -	else
    -		map_skip = n + 1;
    -
    -	/* Can't do anything with just a trust anchor */
    -	if (n == 1)
    -		return 1;
    -	/* First setup policy cache in all certificates apart from the
    -	 * trust anchor. Note any bad cache results on the way. Also can
    -	 * calculate explicit_policy value at this point.
    -	 */
    -	for (i = n - 2; i >= 0; i--)
    -		{
    -		x = sk_X509_value(certs, i);
    -		X509_check_purpose(x, -1, -1);
    -		cache = policy_cache_set(x);
    -		/* If cache NULL something bad happened: return immediately */
    -		if (cache == NULL)
    -			return 0;
    -		/* If inconsistent extensions keep a note of it but continue */
    -		if (x->ex_flags & EXFLAG_INVALID_POLICY)
    -			ret = -1;
    -		/* Otherwise if we have no data (hence no CertificatePolicies)
    -		 * and haven't already set an inconsistent code note it.
    -		 */
    -		else if ((ret == 1) && !cache->data)
    -			ret = 2;
    -		if (explicit_policy > 0)
    -			{
    -			if (!(x->ex_flags & EXFLAG_SI))
    -				explicit_policy--;
    -			if ((cache->explicit_skip != -1)
    -				&& (cache->explicit_skip < explicit_policy))
    -				explicit_policy = cache->explicit_skip;
    -			}
    -		}
    -
    -	if (ret != 1)
    -		{
    -		if (ret == 2 && !explicit_policy)
    -			return 6;
    -		return ret;
    -		}
    -
    -
    -	/* If we get this far initialize the tree */
    -
    -	tree = OPENSSL_malloc(sizeof(X509_POLICY_TREE));
    -
    -	if (!tree)
    -		return 0;
    -
    -	tree->flags = 0;
    -	tree->levels = OPENSSL_malloc(sizeof(X509_POLICY_LEVEL) * n);
    -	tree->nlevel = 0;
    -	tree->extra_data = NULL;
    -	tree->auth_policies = NULL;
    -	tree->user_policies = NULL;
    -
    -	if (!tree->levels)
    -		{
    -		OPENSSL_free(tree);
    -		return 0;
    -		}
    -
    -	memset(tree->levels, 0, n * sizeof(X509_POLICY_LEVEL));
    -
    -	tree->nlevel = n;
    -
    -	level = tree->levels;
    -
    -	/* Root data: initialize to anyPolicy */
    -
    -	data = policy_data_new(NULL, OBJ_nid2obj(NID_any_policy), 0);
    -
    -	if (!data || !level_add_node(level, data, NULL, tree))
    -		goto bad_tree;
    -
    -	for (i = n - 2; i >= 0; i--)
    -		{
    -		level++;
    -		x = sk_X509_value(certs, i);
    -		cache = policy_cache_set(x);
    -		CRYPTO_add(&x->references, 1, CRYPTO_LOCK_X509);
    -		level->cert = x;
    -
    -		if (!cache->anyPolicy)
    -				level->flags |= X509_V_FLAG_INHIBIT_ANY;
    -
    -		/* Determine inhibit any and inhibit map flags */
    -		if (any_skip == 0)
    -			{
    -			/* Any matching allowed if certificate is self
    -			 * issued and not the last in the chain.
    -			 */
    -			if (!(x->ex_flags & EXFLAG_SI) || (i == 0))
    -				level->flags |= X509_V_FLAG_INHIBIT_ANY;
    -			}
    -		else
    -			{
    -			if (!(x->ex_flags & EXFLAG_SI))
    -				any_skip--;
    -			if ((cache->any_skip >= 0)
    -				&& (cache->any_skip < any_skip))
    -				any_skip = cache->any_skip;
    -			}
    -
    -		if (map_skip == 0)
    -			level->flags |= X509_V_FLAG_INHIBIT_MAP;
    -		else
    -			{
    -			if (!(x->ex_flags & EXFLAG_SI))
    -				map_skip--;
    -			if ((cache->map_skip >= 0)
    -				&& (cache->map_skip < map_skip))
    -				map_skip = cache->map_skip;
    -			}
    -
    -		}
    -
    -	*ptree = tree;
    -
    -	if (explicit_policy)
    -		return 1;
    -	else
    -		return 5;
    -
    -	bad_tree:
    -
    -	X509_policy_tree_free(tree);
    -
    -	return 0;
    -
    -	}
    +    if (flags & X509_V_FLAG_EXPLICIT_POLICY)
    +        explicit_policy = 0;
    +    else
    +        explicit_policy = n + 1;
    +
    +    if (flags & X509_V_FLAG_INHIBIT_ANY)
    +        any_skip = 0;
    +    else
    +        any_skip = n + 1;
    +
    +    if (flags & X509_V_FLAG_INHIBIT_MAP)
    +        map_skip = 0;
    +    else
    +        map_skip = n + 1;
    +
    +    /* Can't do anything with just a trust anchor */
    +    if (n == 1)
    +        return 1;
    +    /*
    +     * First setup policy cache in all certificates apart from the trust
    +     * anchor. Note any bad cache results on the way. Also can calculate
    +     * explicit_policy value at this point.
    +     */
    +    for (i = n - 2; i >= 0; i--) {
    +        x = sk_X509_value(certs, i);
    +        X509_check_purpose(x, -1, -1);
    +        cache = policy_cache_set(x);
    +        /* If cache NULL something bad happened: return immediately */
    +        if (cache == NULL)
    +            return 0;
    +        /*
    +         * If inconsistent extensions keep a note of it but continue
    +         */
    +        if (x->ex_flags & EXFLAG_INVALID_POLICY)
    +            ret = -1;
    +        /*
    +         * Otherwise if we have no data (hence no CertificatePolicies) and
    +         * haven't already set an inconsistent code note it.
    +         */
    +        else if ((ret == 1) && !cache->data)
    +            ret = 2;
    +        if (explicit_policy > 0) {
    +            if (!(x->ex_flags & EXFLAG_SI))
    +                explicit_policy--;
    +            if ((cache->explicit_skip != -1)
    +                && (cache->explicit_skip < explicit_policy))
    +                explicit_policy = cache->explicit_skip;
    +        }
    +    }
    +
    +    if (ret != 1) {
    +        if (ret == 2 && !explicit_policy)
    +            return 6;
    +        return ret;
    +    }
    +
    +    /* If we get this far initialize the tree */
    +
    +    tree = OPENSSL_malloc(sizeof(X509_POLICY_TREE));
    +
    +    if (!tree)
    +        return 0;
    +
    +    tree->flags = 0;
    +    tree->levels = OPENSSL_malloc(sizeof(X509_POLICY_LEVEL) * n);
    +    tree->nlevel = 0;
    +    tree->extra_data = NULL;
    +    tree->auth_policies = NULL;
    +    tree->user_policies = NULL;
    +
    +    if (!tree->levels) {
    +        OPENSSL_free(tree);
    +        return 0;
    +    }
    +
    +    memset(tree->levels, 0, n * sizeof(X509_POLICY_LEVEL));
    +
    +    tree->nlevel = n;
    +
    +    level = tree->levels;
    +
    +    /* Root data: initialize to anyPolicy */
    +
    +    data = policy_data_new(NULL, OBJ_nid2obj(NID_any_policy), 0);
    +
    +    if (!data || !level_add_node(level, data, NULL, tree))
    +        goto bad_tree;
    +
    +    for (i = n - 2; i >= 0; i--) {
    +        level++;
    +        x = sk_X509_value(certs, i);
    +        cache = policy_cache_set(x);
    +        CRYPTO_add(&x->references, 1, CRYPTO_LOCK_X509);
    +        level->cert = x;
    +
    +        if (!cache->anyPolicy)
    +            level->flags |= X509_V_FLAG_INHIBIT_ANY;
    +
    +        /* Determine inhibit any and inhibit map flags */
    +        if (any_skip == 0) {
    +            /*
    +             * Any matching allowed if certificate is self issued and not the
    +             * last in the chain.
    +             */
    +            if (!(x->ex_flags & EXFLAG_SI) || (i == 0))
    +                level->flags |= X509_V_FLAG_INHIBIT_ANY;
    +        } else {
    +            if (!(x->ex_flags & EXFLAG_SI))
    +                any_skip--;
    +            if ((cache->any_skip >= 0)
    +                && (cache->any_skip < any_skip))
    +                any_skip = cache->any_skip;
    +        }
    +
    +        if (map_skip == 0)
    +            level->flags |= X509_V_FLAG_INHIBIT_MAP;
    +        else {
    +            if (!(x->ex_flags & EXFLAG_SI))
    +                map_skip--;
    +            if ((cache->map_skip >= 0)
    +                && (cache->map_skip < map_skip))
    +                map_skip = cache->map_skip;
    +        }
    +
    +    }
    +
    +    *ptree = tree;
    +
    +    if (explicit_policy)
    +        return 1;
    +    else
    +        return 5;
    +
    + bad_tree:
    +
    +    X509_policy_tree_free(tree);
    +
    +    return 0;
    +
    +}
     
     static int tree_link_matching_nodes(X509_POLICY_LEVEL *curr,
    -				const X509_POLICY_DATA *data)
    -	{
    -	X509_POLICY_LEVEL *last = curr - 1;
    -	X509_POLICY_NODE *node;
    -	int i, matched = 0;
    -	/* Iterate through all in nodes linking matches */
    -	for (i = 0; i < sk_X509_POLICY_NODE_num(last->nodes); i++)
    -		{
    -		node = sk_X509_POLICY_NODE_value(last->nodes, i);
    -		if (policy_node_match(last, node, data->valid_policy))
    -			{
    -			if (!level_add_node(curr, data, node, NULL))
    -				return 0;
    -			matched = 1;
    -			}
    -		}
    -	if (!matched && last->anyPolicy)
    -		{
    -		if (!level_add_node(curr, data, last->anyPolicy, NULL))
    -			return 0;
    -		}
    -	return 1;
    -	}
    -
    -/* This corresponds to RFC3280 6.1.3(d)(1):
    - * link any data from CertificatePolicies onto matching parent
    - * or anyPolicy if no match.
    +                                    const X509_POLICY_DATA *data)
    +{
    +    X509_POLICY_LEVEL *last = curr - 1;
    +    X509_POLICY_NODE *node;
    +    int i, matched = 0;
    +    /* Iterate through all in nodes linking matches */
    +    for (i = 0; i < sk_X509_POLICY_NODE_num(last->nodes); i++) {
    +        node = sk_X509_POLICY_NODE_value(last->nodes, i);
    +        if (policy_node_match(last, node, data->valid_policy)) {
    +            if (!level_add_node(curr, data, node, NULL))
    +                return 0;
    +            matched = 1;
    +        }
    +    }
    +    if (!matched && last->anyPolicy) {
    +        if (!level_add_node(curr, data, last->anyPolicy, NULL))
    +            return 0;
    +    }
    +    return 1;
    +}
    +
    +/*
    + * This corresponds to RFC3280 6.1.3(d)(1): link any data from
    + * CertificatePolicies onto matching parent or anyPolicy if no match.
      */
     
     static int tree_link_nodes(X509_POLICY_LEVEL *curr,
    -				const X509_POLICY_CACHE *cache)
    -	{
    -	int i;
    -	X509_POLICY_DATA *data;
    -
    -	for (i = 0; i < sk_X509_POLICY_DATA_num(cache->data); i++)
    -		{
    -		data = sk_X509_POLICY_DATA_value(cache->data, i);
    -		/* If a node is mapped any it doesn't have a corresponding
    -		 * CertificatePolicies entry. 
    -		 * However such an identical node would be created
    -		 * if anyPolicy matching is enabled because there would be
    -		 * no match with the parent valid_policy_set. So we create
    -		 * link because then it will have the mapping flags
    -		 * right and we can prune it later.
    -		 */
    +                           const X509_POLICY_CACHE *cache)
    +{
    +    int i;
    +    X509_POLICY_DATA *data;
    +
    +    for (i = 0; i < sk_X509_POLICY_DATA_num(cache->data); i++) {
    +        data = sk_X509_POLICY_DATA_value(cache->data, i);
    +        /*
    +         * If a node is mapped any it doesn't have a corresponding
    +         * CertificatePolicies entry. However such an identical node would
    +         * be created if anyPolicy matching is enabled because there would be
    +         * no match with the parent valid_policy_set. So we create link
    +         * because then it will have the mapping flags right and we can prune
    +         * it later.
    +         */
     #if 0
    -		if ((data->flags & POLICY_DATA_FLAG_MAPPED_ANY)
    -			&& !(curr->flags & X509_V_FLAG_INHIBIT_ANY))
    -			continue;
    +        if ((data->flags & POLICY_DATA_FLAG_MAPPED_ANY)
    +            && !(curr->flags & X509_V_FLAG_INHIBIT_ANY))
    +            continue;
     #endif
    -		/* Look for matching nodes in previous level */
    -		if (!tree_link_matching_nodes(curr, data))
    -				return 0;
    -		}
    -	return 1;
    -	}
    -
    -/* This corresponds to RFC3280 6.1.3(d)(2):
    - * Create new data for any unmatched policies in the parent and link
    - * to anyPolicy.
    +        /* Look for matching nodes in previous level */
    +        if (!tree_link_matching_nodes(curr, data))
    +            return 0;
    +    }
    +    return 1;
    +}
    +
    +/*
    + * This corresponds to RFC3280 6.1.3(d)(2): Create new data for any unmatched
    + * policies in the parent and link to anyPolicy.
      */
     
     static int tree_add_unmatched(X509_POLICY_LEVEL *curr,
    -			const X509_POLICY_CACHE *cache,
    -			const ASN1_OBJECT *id,
    -			X509_POLICY_NODE *node,
    -			X509_POLICY_TREE *tree)
    -	{
    -	X509_POLICY_DATA *data;
    -	if (id == NULL)
    -		id = node->data->valid_policy;
    -	/* Create a new node with qualifiers from anyPolicy and
    -	 * id from unmatched node.
    -	 */
    -	data = policy_data_new(NULL, id, node_critical(node));
    -
    -	if (data == NULL)
    -		return 0;
    -	/* Curr may not have anyPolicy */
    -	data->qualifier_set = cache->anyPolicy->qualifier_set;
    -	data->flags |= POLICY_DATA_FLAG_SHARED_QUALIFIERS;
    -	if (!level_add_node(curr, data, node, tree))
    -		{
    -		policy_data_free(data);
    -		return 0;
    -		}
    -
    -	return 1;
    -	}
    +                              const X509_POLICY_CACHE *cache,
    +                              const ASN1_OBJECT *id,
    +                              X509_POLICY_NODE *node, X509_POLICY_TREE *tree)
    +{
    +    X509_POLICY_DATA *data;
    +    if (id == NULL)
    +        id = node->data->valid_policy;
    +    /*
    +     * Create a new node with qualifiers from anyPolicy and id from unmatched
    +     * node.
    +     */
    +    data = policy_data_new(NULL, id, node_critical(node));
    +
    +    if (data == NULL)
    +        return 0;
    +    /* Curr may not have anyPolicy */
    +    data->qualifier_set = cache->anyPolicy->qualifier_set;
    +    data->flags |= POLICY_DATA_FLAG_SHARED_QUALIFIERS;
    +    if (!level_add_node(curr, data, node, tree)) {
    +        policy_data_free(data);
    +        return 0;
    +    }
    +
    +    return 1;
    +}
     
     static int tree_link_unmatched(X509_POLICY_LEVEL *curr,
    -			const X509_POLICY_CACHE *cache,
    -			X509_POLICY_NODE *node,
    -			X509_POLICY_TREE *tree)
    -	{
    -	const X509_POLICY_LEVEL *last = curr - 1;
    -	int i;
    -
    -	if (	    (last->flags & X509_V_FLAG_INHIBIT_MAP)
    -		|| !(node->data->flags & POLICY_DATA_FLAG_MAPPED))
    -		{
    -		/* If no policy mapping: matched if one child present */
    -		if (node->nchild)
    -			return 1;
    -		if (!tree_add_unmatched(curr, cache, NULL, node, tree))
    -			return 0;
    -		/* Add it */
    -		}
    -	else
    -		{
    -		/* If mapping: matched if one child per expected policy set */
    -		STACK_OF(ASN1_OBJECT) *expset = node->data->expected_policy_set;
    -		if (node->nchild == sk_ASN1_OBJECT_num(expset))
    -			return 1;
    -		/* Locate unmatched nodes */
    -		for (i = 0; i < sk_ASN1_OBJECT_num(expset); i++)
    -			{
    -			ASN1_OBJECT *oid = sk_ASN1_OBJECT_value(expset, i);
    -			if (level_find_node(curr, node, oid))
    -				continue;
    -			if (!tree_add_unmatched(curr, cache, oid, node, tree))
    -				return 0;
    -			}
    -
    -		}
    -
    -	return 1;
    -
    -	}
    +                               const X509_POLICY_CACHE *cache,
    +                               X509_POLICY_NODE *node, X509_POLICY_TREE *tree)
    +{
    +    const X509_POLICY_LEVEL *last = curr - 1;
    +    int i;
    +
    +    if ((last->flags & X509_V_FLAG_INHIBIT_MAP)
    +        || !(node->data->flags & POLICY_DATA_FLAG_MAPPED)) {
    +        /* If no policy mapping: matched if one child present */
    +        if (node->nchild)
    +            return 1;
    +        if (!tree_add_unmatched(curr, cache, NULL, node, tree))
    +            return 0;
    +        /* Add it */
    +    } else {
    +        /* If mapping: matched if one child per expected policy set */
    +        STACK_OF(ASN1_OBJECT) *expset = node->data->expected_policy_set;
    +        if (node->nchild == sk_ASN1_OBJECT_num(expset))
    +            return 1;
    +        /* Locate unmatched nodes */
    +        for (i = 0; i < sk_ASN1_OBJECT_num(expset); i++) {
    +            ASN1_OBJECT *oid = sk_ASN1_OBJECT_value(expset, i);
    +            if (level_find_node(curr, node, oid))
    +                continue;
    +            if (!tree_add_unmatched(curr, cache, oid, node, tree))
    +                return 0;
    +        }
    +
    +    }
    +
    +    return 1;
    +
    +}
     
     static int tree_link_any(X509_POLICY_LEVEL *curr,
    -			const X509_POLICY_CACHE *cache,
    -			X509_POLICY_TREE *tree)
    -	{
    -	int i;
    -	/*X509_POLICY_DATA *data;*/
    -	X509_POLICY_NODE *node;
    -	X509_POLICY_LEVEL *last = curr - 1;
    -
    -	for (i = 0; i < sk_X509_POLICY_NODE_num(last->nodes); i++)
    -		{
    -		node = sk_X509_POLICY_NODE_value(last->nodes, i);
    -
    -		if (!tree_link_unmatched(curr, cache, node, tree))
    -			return 0;
    +                         const X509_POLICY_CACHE *cache,
    +                         X509_POLICY_TREE *tree)
    +{
    +    int i;
    +    /*
    +     * X509_POLICY_DATA *data;
    +     */
    +    X509_POLICY_NODE *node;
    +    X509_POLICY_LEVEL *last = curr - 1;
    +
    +    for (i = 0; i < sk_X509_POLICY_NODE_num(last->nodes); i++) {
    +        node = sk_X509_POLICY_NODE_value(last->nodes, i);
    +
    +        if (!tree_link_unmatched(curr, cache, node, tree))
    +            return 0;
     
     #if 0
     
    -		/* Skip any node with any children: we only want unmathced
    -		 * nodes.
    -		 *
    -		 * Note: need something better for policy mapping
    -		 * because each node may have multiple children 
    -		 */
    -		if (node->nchild)
    -			continue;
    -
    -		/* Create a new node with qualifiers from anyPolicy and
    -		 * id from unmatched node.
    -		 */
    -		data = policy_data_new(NULL, node->data->valid_policy, 
    -						node_critical(node));
    -
    -		if (data == NULL)
    -			return 0;
    -		/* Curr may not have anyPolicy */
    -		data->qualifier_set = cache->anyPolicy->qualifier_set;
    -		data->flags |= POLICY_DATA_FLAG_SHARED_QUALIFIERS;
    -		if (!level_add_node(curr, data, node, tree))
    -			{
    -			policy_data_free(data);
    -			return 0;
    -			}
    -
    +        /*
    +         * Skip any node with any children: we only want unmathced nodes.
    +         * Note: need something better for policy mapping because each node
    +         * may have multiple children
    +         */
    +        if (node->nchild)
    +            continue;
    +
    +        /*
    +         * Create a new node with qualifiers from anyPolicy and id from
    +         * unmatched node.
    +         */
    +        data = policy_data_new(NULL, node->data->valid_policy,
    +                               node_critical(node));
    +
    +        if (data == NULL)
    +            return 0;
    +        /* Curr may not have anyPolicy */
    +        data->qualifier_set = cache->anyPolicy->qualifier_set;
    +        data->flags |= POLICY_DATA_FLAG_SHARED_QUALIFIERS;
    +        if (!level_add_node(curr, data, node, tree)) {
    +            policy_data_free(data);
    +            return 0;
    +        }
     #endif
     
    -		}
    -	/* Finally add link to anyPolicy */
    -	if (last->anyPolicy)
    -		{
    -		if (!level_add_node(curr, cache->anyPolicy,
    -						last->anyPolicy, NULL))
    -			return 0;
    -		}
    -	return 1;
    -	}
    -
    -/* Prune the tree: delete any child mapped child data on the current level
    +    }
    +    /* Finally add link to anyPolicy */
    +    if (last->anyPolicy) {
    +        if (!level_add_node(curr, cache->anyPolicy, last->anyPolicy, NULL))
    +            return 0;
    +    }
    +    return 1;
    +}
    +
    +/*
    + * Prune the tree: delete any child mapped child data on the current level
      * then proceed up the tree deleting any data with no children. If we ever
      * have no data on a level we can halt because the tree will be empty.
      */
     
     static int tree_prune(X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr)
    -	{
    -	STACK_OF(X509_POLICY_NODE) *nodes;
    -	X509_POLICY_NODE *node;
    -	int i;
    -	nodes = curr->nodes;
    -	if (curr->flags & X509_V_FLAG_INHIBIT_MAP)
    -		{
    -		for (i = sk_X509_POLICY_NODE_num(nodes) - 1; i >= 0; i--)
    -			{
    -			node = sk_X509_POLICY_NODE_value(nodes, i);
    -			/* Delete any mapped data: see RFC3280 XXXX */
    -			if (node->data->flags & POLICY_DATA_FLAG_MAP_MASK)
    -				{
    -				node->parent->nchild--;
    -				OPENSSL_free(node);
    -				(void)sk_X509_POLICY_NODE_delete(nodes,i);
    -				}
    -			}
    -		}
    -
    -	for(;;)	{
    -		--curr;
    -		nodes = curr->nodes;
    -		for (i = sk_X509_POLICY_NODE_num(nodes) - 1; i >= 0; i--)
    -			{
    -			node = sk_X509_POLICY_NODE_value(nodes, i);
    -			if (node->nchild == 0)
    -				{
    -				node->parent->nchild--;
    -				OPENSSL_free(node);
    -				(void)sk_X509_POLICY_NODE_delete(nodes, i);
    -				}
    -			}
    -		if (curr->anyPolicy && !curr->anyPolicy->nchild)
    -			{
    -			if (curr->anyPolicy->parent)
    -				curr->anyPolicy->parent->nchild--;
    -			OPENSSL_free(curr->anyPolicy);
    -			curr->anyPolicy = NULL;
    -			}
    -		if (curr == tree->levels)
    -			{
    -			/* If we zapped anyPolicy at top then tree is empty */
    -			if (!curr->anyPolicy)
    -					return 2;
    -			return 1;
    -			}
    -		}
    -
    -	return 1;
    -
    -	}
    +{
    +    STACK_OF(X509_POLICY_NODE) *nodes;
    +    X509_POLICY_NODE *node;
    +    int i;
    +    nodes = curr->nodes;
    +    if (curr->flags & X509_V_FLAG_INHIBIT_MAP) {
    +        for (i = sk_X509_POLICY_NODE_num(nodes) - 1; i >= 0; i--) {
    +            node = sk_X509_POLICY_NODE_value(nodes, i);
    +            /* Delete any mapped data: see RFC3280 XXXX */
    +            if (node->data->flags & POLICY_DATA_FLAG_MAP_MASK) {
    +                node->parent->nchild--;
    +                OPENSSL_free(node);
    +                (void)sk_X509_POLICY_NODE_delete(nodes, i);
    +            }
    +        }
    +    }
    +
    +    for (;;) {
    +        --curr;
    +        nodes = curr->nodes;
    +        for (i = sk_X509_POLICY_NODE_num(nodes) - 1; i >= 0; i--) {
    +            node = sk_X509_POLICY_NODE_value(nodes, i);
    +            if (node->nchild == 0) {
    +                node->parent->nchild--;
    +                OPENSSL_free(node);
    +                (void)sk_X509_POLICY_NODE_delete(nodes, i);
    +            }
    +        }
    +        if (curr->anyPolicy && !curr->anyPolicy->nchild) {
    +            if (curr->anyPolicy->parent)
    +                curr->anyPolicy->parent->nchild--;
    +            OPENSSL_free(curr->anyPolicy);
    +            curr->anyPolicy = NULL;
    +        }
    +        if (curr == tree->levels) {
    +            /* If we zapped anyPolicy at top then tree is empty */
    +            if (!curr->anyPolicy)
    +                return 2;
    +            return 1;
    +        }
    +    }
    +
    +    return 1;
    +
    +}
     
     static int tree_add_auth_node(STACK_OF(X509_POLICY_NODE) **pnodes,
    -						 X509_POLICY_NODE *pcy)
    -	{
    -	if (!*pnodes)
    -		{
    -		*pnodes = policy_node_cmp_new();
    -		if (!*pnodes)
    -			return 0;
    -		}
    -	else if (sk_X509_POLICY_NODE_find(*pnodes, pcy) != -1)
    -		return 1;
    -
    -	if (!sk_X509_POLICY_NODE_push(*pnodes, pcy))
    -		return 0;
    -
    -	return 1;
    -
    -	}
    -
    -/* Calculate the authority set based on policy tree.
    - * The 'pnodes' parameter is used as a store for the set of policy nodes
    - * used to calculate the user set. If the authority set is not anyPolicy
    - * then pnodes will just point to the authority set. If however the authority
    - * set is anyPolicy then the set of valid policies (other than anyPolicy)
    - * is store in pnodes. The return value of '2' is used in this case to indicate
    - * that pnodes should be freed.
    +                              X509_POLICY_NODE *pcy)
    +{
    +    if (!*pnodes) {
    +        *pnodes = policy_node_cmp_new();
    +        if (!*pnodes)
    +            return 0;
    +    } else if (sk_X509_POLICY_NODE_find(*pnodes, pcy) != -1)
    +        return 1;
    +
    +    if (!sk_X509_POLICY_NODE_push(*pnodes, pcy))
    +        return 0;
    +
    +    return 1;
    +
    +}
    +
    +/*
    + * Calculate the authority set based on policy tree. The 'pnodes' parameter
    + * is used as a store for the set of policy nodes used to calculate the user
    + * set. If the authority set is not anyPolicy then pnodes will just point to
    + * the authority set. If however the authority set is anyPolicy then the set
    + * of valid policies (other than anyPolicy) is store in pnodes. The return
    + * value of '2' is used in this case to indicate that pnodes should be freed.
      */
     
     static int tree_calculate_authority_set(X509_POLICY_TREE *tree,
    -					STACK_OF(X509_POLICY_NODE) **pnodes)
    -	{
    -	X509_POLICY_LEVEL *curr;
    -	X509_POLICY_NODE *node, *anyptr;
    -	STACK_OF(X509_POLICY_NODE) **addnodes;
    -	int i, j;
    -	curr = tree->levels + tree->nlevel - 1;
    -
    -	/* If last level contains anyPolicy set is anyPolicy */
    -	if (curr->anyPolicy)
    -		{
    -		if (!tree_add_auth_node(&tree->auth_policies, curr->anyPolicy))
    -			return 0;
    -		addnodes = pnodes;
    -		}
    -	else
    -		/* Add policies to authority set */
    -		addnodes = &tree->auth_policies;
    -
    -	curr = tree->levels;
    -	for (i = 1; i < tree->nlevel; i++)
    -		{
    -		/* If no anyPolicy node on this this level it can't
    -		 * appear on lower levels so end search.
    -		 */
    -		if (!(anyptr = curr->anyPolicy))
    -			break;
    -		curr++;
    -		for (j = 0; j < sk_X509_POLICY_NODE_num(curr->nodes); j++)
    -			{
    -			node = sk_X509_POLICY_NODE_value(curr->nodes, j);
    -			if ((node->parent == anyptr)
    -				&& !tree_add_auth_node(addnodes, node))
    -					return 0;
    -			}
    -		}
    -
    -	if (addnodes == pnodes)
    -		return 2;
    -
    -	*pnodes = tree->auth_policies;
    -
    -	return 1;
    -	}
    +                                        STACK_OF(X509_POLICY_NODE) **pnodes)
    +{
    +    X509_POLICY_LEVEL *curr;
    +    X509_POLICY_NODE *node, *anyptr;
    +    STACK_OF(X509_POLICY_NODE) **addnodes;
    +    int i, j;
    +    curr = tree->levels + tree->nlevel - 1;
    +
    +    /* If last level contains anyPolicy set is anyPolicy */
    +    if (curr->anyPolicy) {
    +        if (!tree_add_auth_node(&tree->auth_policies, curr->anyPolicy))
    +            return 0;
    +        addnodes = pnodes;
    +    } else
    +        /* Add policies to authority set */
    +        addnodes = &tree->auth_policies;
    +
    +    curr = tree->levels;
    +    for (i = 1; i < tree->nlevel; i++) {
    +        /*
    +         * If no anyPolicy node on this this level it can't appear on lower
    +         * levels so end search.
    +         */
    +        if (!(anyptr = curr->anyPolicy))
    +            break;
    +        curr++;
    +        for (j = 0; j < sk_X509_POLICY_NODE_num(curr->nodes); j++) {
    +            node = sk_X509_POLICY_NODE_value(curr->nodes, j);
    +            if ((node->parent == anyptr)
    +                && !tree_add_auth_node(addnodes, node))
    +                return 0;
    +        }
    +    }
    +
    +    if (addnodes == pnodes)
    +        return 2;
    +
    +    *pnodes = tree->auth_policies;
    +
    +    return 1;
    +}
     
     static int tree_calculate_user_set(X509_POLICY_TREE *tree,
    -				STACK_OF(ASN1_OBJECT) *policy_oids,
    -				STACK_OF(X509_POLICY_NODE) *auth_nodes)
    -	{
    -	int i;
    -	X509_POLICY_NODE *node;
    -	ASN1_OBJECT *oid;
    -
    -	X509_POLICY_NODE *anyPolicy;
    -	X509_POLICY_DATA *extra;
    -
    -	/* Check if anyPolicy present in authority constrained policy set:
    -	 * this will happen if it is a leaf node.
    -	 */
    -
    -	if (sk_ASN1_OBJECT_num(policy_oids) <= 0)
    -		return 1;
    -
    -	anyPolicy = tree->levels[tree->nlevel - 1].anyPolicy;
    -
    -	for (i = 0; i < sk_ASN1_OBJECT_num(policy_oids); i++)
    -		{
    -		oid = sk_ASN1_OBJECT_value(policy_oids, i);
    -		if (OBJ_obj2nid(oid) == NID_any_policy)
    -			{
    -			tree->flags |= POLICY_FLAG_ANY_POLICY;
    -			return 1;
    -			}
    -		}
    -
    -	for (i = 0; i < sk_ASN1_OBJECT_num(policy_oids); i++)
    -		{
    -		oid = sk_ASN1_OBJECT_value(policy_oids, i);
    -		node = tree_find_sk(auth_nodes, oid);
    -		if (!node)
    -			{
    -			if (!anyPolicy)
    -				continue;
    -			/* Create a new node with policy ID from user set
    -			 * and qualifiers from anyPolicy.
    -			 */
    -			extra = policy_data_new(NULL, oid,
    -						node_critical(anyPolicy));
    -			if (!extra)
    -				return 0;
    -			extra->qualifier_set = anyPolicy->data->qualifier_set;
    -			extra->flags = POLICY_DATA_FLAG_SHARED_QUALIFIERS
    -						| POLICY_DATA_FLAG_EXTRA_NODE;
    -			node = level_add_node(NULL, extra, anyPolicy->parent,
    -						tree);
    -			}
    -		if (!tree->user_policies)
    -			{
    -			tree->user_policies = sk_X509_POLICY_NODE_new_null();
    -			if (!tree->user_policies)
    -				return 1;
    -			}
    -		if (!sk_X509_POLICY_NODE_push(tree->user_policies, node))
    -			return 0;
    -		}
    -	return 1;
    -
    -	}
    +                                   STACK_OF(ASN1_OBJECT) *policy_oids,
    +                                   STACK_OF(X509_POLICY_NODE) *auth_nodes)
    +{
    +    int i;
    +    X509_POLICY_NODE *node;
    +    ASN1_OBJECT *oid;
    +
    +    X509_POLICY_NODE *anyPolicy;
    +    X509_POLICY_DATA *extra;
    +
    +    /*
    +     * Check if anyPolicy present in authority constrained policy set: this
    +     * will happen if it is a leaf node.
    +     */
    +
    +    if (sk_ASN1_OBJECT_num(policy_oids) <= 0)
    +        return 1;
    +
    +    anyPolicy = tree->levels[tree->nlevel - 1].anyPolicy;
    +
    +    for (i = 0; i < sk_ASN1_OBJECT_num(policy_oids); i++) {
    +        oid = sk_ASN1_OBJECT_value(policy_oids, i);
    +        if (OBJ_obj2nid(oid) == NID_any_policy) {
    +            tree->flags |= POLICY_FLAG_ANY_POLICY;
    +            return 1;
    +        }
    +    }
    +
    +    for (i = 0; i < sk_ASN1_OBJECT_num(policy_oids); i++) {
    +        oid = sk_ASN1_OBJECT_value(policy_oids, i);
    +        node = tree_find_sk(auth_nodes, oid);
    +        if (!node) {
    +            if (!anyPolicy)
    +                continue;
    +            /*
    +             * Create a new node with policy ID from user set and qualifiers
    +             * from anyPolicy.
    +             */
    +            extra = policy_data_new(NULL, oid, node_critical(anyPolicy));
    +            if (!extra)
    +                return 0;
    +            extra->qualifier_set = anyPolicy->data->qualifier_set;
    +            extra->flags = POLICY_DATA_FLAG_SHARED_QUALIFIERS
    +                | POLICY_DATA_FLAG_EXTRA_NODE;
    +            node = level_add_node(NULL, extra, anyPolicy->parent, tree);
    +        }
    +        if (!tree->user_policies) {
    +            tree->user_policies = sk_X509_POLICY_NODE_new_null();
    +            if (!tree->user_policies)
    +                return 1;
    +        }
    +        if (!sk_X509_POLICY_NODE_push(tree->user_policies, node))
    +            return 0;
    +    }
    +    return 1;
    +
    +}
     
     static int tree_evaluate(X509_POLICY_TREE *tree)
    -	{
    -	int ret, i;
    -	X509_POLICY_LEVEL *curr = tree->levels + 1;
    -	const X509_POLICY_CACHE *cache;
    -
    -	for(i = 1; i < tree->nlevel; i++, curr++)
    -		{
    -		cache = policy_cache_set(curr->cert);
    -		if (!tree_link_nodes(curr, cache))
    -			return 0;
    -
    -		if (!(curr->flags & X509_V_FLAG_INHIBIT_ANY)
    -			&& !tree_link_any(curr, cache, tree))
    -			return 0;
    -	tree_print("before tree_prune()", tree, curr);
    -		ret = tree_prune(tree, curr);
    -		if (ret != 1)
    -			return ret;
    -		}
    -
    -	return 1;
    -
    -	}
    +{
    +    int ret, i;
    +    X509_POLICY_LEVEL *curr = tree->levels + 1;
    +    const X509_POLICY_CACHE *cache;
     
    -static void exnode_free(X509_POLICY_NODE *node)
    -	{
    -	if (node->data && (node->data->flags & POLICY_DATA_FLAG_EXTRA_NODE))
    -		OPENSSL_free(node);
    -	}
    +    for (i = 1; i < tree->nlevel; i++, curr++) {
    +        cache = policy_cache_set(curr->cert);
    +        if (!tree_link_nodes(curr, cache))
    +            return 0;
    +
    +        if (!(curr->flags & X509_V_FLAG_INHIBIT_ANY)
    +            && !tree_link_any(curr, cache, tree))
    +            return 0;
    +        tree_print("before tree_prune()", tree, curr);
    +        ret = tree_prune(tree, curr);
    +        if (ret != 1)
    +            return ret;
    +    }
    +
    +    return 1;
     
    +}
    +
    +static void exnode_free(X509_POLICY_NODE *node)
    +{
    +    if (node->data && (node->data->flags & POLICY_DATA_FLAG_EXTRA_NODE))
    +        OPENSSL_free(node);
    +}
     
     void X509_policy_tree_free(X509_POLICY_TREE *tree)
    -	{
    -	X509_POLICY_LEVEL *curr;
    -	int i;
    +{
    +    X509_POLICY_LEVEL *curr;
    +    int i;
     
    -	if (!tree)
    -		return;
    +    if (!tree)
    +        return;
     
    -	sk_X509_POLICY_NODE_free(tree->auth_policies);
    -	sk_X509_POLICY_NODE_pop_free(tree->user_policies, exnode_free);
    +    sk_X509_POLICY_NODE_free(tree->auth_policies);
    +    sk_X509_POLICY_NODE_pop_free(tree->user_policies, exnode_free);
     
    -	for(i = 0, curr = tree->levels; i < tree->nlevel; i++, curr++)
    -		{
    -		if (curr->cert)
    -			X509_free(curr->cert);
    -		if (curr->nodes)
    -			sk_X509_POLICY_NODE_pop_free(curr->nodes,
    -						policy_node_free);
    -		if (curr->anyPolicy)
    -			policy_node_free(curr->anyPolicy);
    -		}
    +    for (i = 0, curr = tree->levels; i < tree->nlevel; i++, curr++) {
    +        if (curr->cert)
    +            X509_free(curr->cert);
    +        if (curr->nodes)
    +            sk_X509_POLICY_NODE_pop_free(curr->nodes, policy_node_free);
    +        if (curr->anyPolicy)
    +            policy_node_free(curr->anyPolicy);
    +    }
     
    -	if (tree->extra_data)
    -		sk_X509_POLICY_DATA_pop_free(tree->extra_data,
    -						policy_data_free);
    +    if (tree->extra_data)
    +        sk_X509_POLICY_DATA_pop_free(tree->extra_data, policy_data_free);
     
    -	OPENSSL_free(tree->levels);
    -	OPENSSL_free(tree);
    +    OPENSSL_free(tree->levels);
    +    OPENSSL_free(tree);
     
    -	}
    +}
     
    -/* Application policy checking function.
    +/*-
    + * Application policy checking function.
      * Return codes:
    - *  0 	Internal Error.
    + *  0   Internal Error.
      *  1   Successful.
      * -1   One or more certificates contain invalid or inconsistent extensions
    - * -2	User constrained policy set empty and requireExplicit true.
    + * -2   User constrained policy set empty and requireExplicit true.
      */
     
     int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy,
    -			STACK_OF(X509) *certs,
    -			STACK_OF(ASN1_OBJECT) *policy_oids,
    -			unsigned int flags)
    -	{
    -	int ret;
    -	X509_POLICY_TREE *tree = NULL;
    -	STACK_OF(X509_POLICY_NODE) *nodes, *auth_nodes = NULL;
    -	*ptree = NULL;
    +                      STACK_OF(X509) *certs,
    +                      STACK_OF(ASN1_OBJECT) *policy_oids, unsigned int flags)
    +{
    +    int ret;
    +    X509_POLICY_TREE *tree = NULL;
    +    STACK_OF(X509_POLICY_NODE) *nodes, *auth_nodes = NULL;
    +    *ptree = NULL;
     
    -	*pexplicit_policy = 0;
    -	ret = tree_init(&tree, certs, flags);
    +    *pexplicit_policy = 0;
    +    ret = tree_init(&tree, certs, flags);
     
    -	switch (ret)
    -		{
    +    switch (ret) {
     
    -		/* Tree empty requireExplicit False: OK */
    -		case 2:
    -		return 1;
    +        /* Tree empty requireExplicit False: OK */
    +    case 2:
    +        return 1;
     
    -		/* Some internal error */
    -		case -1:
    -		return -1;
    +        /* Some internal error */
    +    case -1:
    +        return -1;
     
    -		/* Some internal error */
    -		case 0:
    -		return 0;
    +        /* Some internal error */
    +    case 0:
    +        return 0;
     
    -		/* Tree empty requireExplicit True: Error */
    +        /* Tree empty requireExplicit True: Error */
     
    -		case 6:
    -		*pexplicit_policy = 1;
    -		return -2;
    +    case 6:
    +        *pexplicit_policy = 1;
    +        return -2;
     
    -		/* Tree OK requireExplicit True: OK and continue */
    -		case 5:
    -		*pexplicit_policy = 1;
    -		break;
    +        /* Tree OK requireExplicit True: OK and continue */
    +    case 5:
    +        *pexplicit_policy = 1;
    +        break;
     
    -		/* Tree OK: continue */
    +        /* Tree OK: continue */
     
    -		case 1:
    -		if (!tree)
    -			/*
    -			 * tree_init() returns success and a null tree
    -			 * if it's just looking at a trust anchor.
    -			 * I'm not sure that returning success here is
    -			 * correct, but I'm sure that reporting this
    -			 * as an internal error which our caller
    -			 * interprets as a malloc failure is wrong.
    -			 */
    -			return 1;
    -		break;
    -		}
    +    case 1:
    +        if (!tree)
    +            /*
    +             * tree_init() returns success and a null tree
    +             * if it's just looking at a trust anchor.
    +             * I'm not sure that returning success here is
    +             * correct, but I'm sure that reporting this
    +             * as an internal error which our caller
    +             * interprets as a malloc failure is wrong.
    +             */
    +            return 1;
    +        break;
    +    }
     
    -	if (!tree) goto error;
    -	ret = tree_evaluate(tree);
    +    if (!tree)
    +        goto error;
    +    ret = tree_evaluate(tree);
     
    -	tree_print("tree_evaluate()", tree, NULL);
    +    tree_print("tree_evaluate()", tree, NULL);
     
    -	if (ret <= 0)
    -		goto error;
    +    if (ret <= 0)
    +        goto error;
     
    -	/* Return value 2 means tree empty */
    -	if (ret == 2)
    -		{
    -		X509_policy_tree_free(tree);
    -		if (*pexplicit_policy)
    -			return -2;
    -		else
    -			return 1;
    -		}
    +    /* Return value 2 means tree empty */
    +    if (ret == 2) {
    +        X509_policy_tree_free(tree);
    +        if (*pexplicit_policy)
    +            return -2;
    +        else
    +            return 1;
    +    }
     
    -	/* Tree is not empty: continue */
    +    /* Tree is not empty: continue */
     
    -	ret = tree_calculate_authority_set(tree, &auth_nodes);
    +    ret = tree_calculate_authority_set(tree, &auth_nodes);
     
    -	if (!ret)
    -		goto error;
    +    if (!ret)
    +        goto error;
     
    -	if (!tree_calculate_user_set(tree, policy_oids, auth_nodes))
    -		goto error;
    -	
    -	if (ret == 2)
    -		sk_X509_POLICY_NODE_free(auth_nodes);
    +    if (!tree_calculate_user_set(tree, policy_oids, auth_nodes))
    +        goto error;
     
    -	if (tree)
    -		*ptree = tree;
    +    if (ret == 2)
    +        sk_X509_POLICY_NODE_free(auth_nodes);
     
    -	if (*pexplicit_policy)
    -		{
    -		nodes = X509_policy_tree_get0_user_policies(tree);
    -		if (sk_X509_POLICY_NODE_num(nodes) <= 0)
    -			return -2;
    -		}
    +    if (tree)
    +        *ptree = tree;
     
    -	return 1;
    +    if (*pexplicit_policy) {
    +        nodes = X509_policy_tree_get0_user_policies(tree);
    +        if (sk_X509_POLICY_NODE_num(nodes) <= 0)
    +            return -2;
    +    }
     
    -	error:
    +    return 1;
     
    -	X509_policy_tree_free(tree);
    + error:
     
    -	return 0;
    +    X509_policy_tree_free(tree);
     
    -	}
    +    return 0;
     
    +}
    diff --git a/openssl/crypto/x509v3/tabtest.c b/openssl/crypto/x509v3/tabtest.c
    index 5ed6eb689..145dc9de5 100644
    --- a/openssl/crypto/x509v3/tabtest.c
    +++ b/openssl/crypto/x509v3/tabtest.c
    @@ -1,6 +1,7 @@
     /* tabtest.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,8 +57,9 @@
      *
      */
     
    -/* Simple program to check the ext_dat.h is correct and print out
    - * problems if it is not.
    +/*
    + * Simple program to check the ext_dat.h is correct and print out problems if
    + * it is not.
      */
     
     #include 
    @@ -68,21 +70,23 @@
     
     main()
     {
    -	int i, prev = -1, bad = 0;
    -	X509V3_EXT_METHOD **tmp;
    -	i = sizeof(standard_exts) / sizeof(X509V3_EXT_METHOD *);
    -	if(i != STANDARD_EXTENSION_COUNT)
    -		fprintf(stderr, "Extension number invalid expecting %d\n", i);
    -	tmp = standard_exts;
    -	for(i = 0; i < STANDARD_EXTENSION_COUNT; i++, tmp++) {
    -		if((*tmp)->ext_nid < prev) bad = 1;
    -		prev = (*tmp)->ext_nid;
    -		
    -	}
    -	if(bad) {
    -		tmp = standard_exts;
    -		fprintf(stderr, "Extensions out of order!\n");
    -		for(i = 0; i < STANDARD_EXTENSION_COUNT; i++, tmp++)
    -		printf("%d : %s\n", (*tmp)->ext_nid, OBJ_nid2sn((*tmp)->ext_nid));
    -	} else fprintf(stderr, "Order OK\n");
    +    int i, prev = -1, bad = 0;
    +    X509V3_EXT_METHOD **tmp;
    +    i = sizeof(standard_exts) / sizeof(X509V3_EXT_METHOD *);
    +    if (i != STANDARD_EXTENSION_COUNT)
    +        fprintf(stderr, "Extension number invalid expecting %d\n", i);
    +    tmp = standard_exts;
    +    for (i = 0; i < STANDARD_EXTENSION_COUNT; i++, tmp++) {
    +        if ((*tmp)->ext_nid < prev)
    +            bad = 1;
    +        prev = (*tmp)->ext_nid;
    +
    +    }
    +    if (bad) {
    +        tmp = standard_exts;
    +        fprintf(stderr, "Extensions out of order!\n");
    +        for (i = 0; i < STANDARD_EXTENSION_COUNT; i++, tmp++)
    +            printf("%d : %s\n", (*tmp)->ext_nid, OBJ_nid2sn((*tmp)->ext_nid));
    +    } else
    +        fprintf(stderr, "Order OK\n");
     }
    diff --git a/openssl/crypto/x509v3/v3_addr.c b/openssl/crypto/x509v3/v3_addr.c
    index df46a4983..94cfed050 100644
    --- a/openssl/crypto/x509v3/v3_addr.c
    +++ b/openssl/crypto/x509v3/v3_addr.c
    @@ -10,7 +10,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -95,9 +95,9 @@ ASN1_SEQUENCE(IPAddressFamily) = {
       ASN1_SIMPLE(IPAddressFamily, ipAddressChoice, IPAddressChoice)
     } ASN1_SEQUENCE_END(IPAddressFamily)
     
    -ASN1_ITEM_TEMPLATE(IPAddrBlocks) = 
    +ASN1_ITEM_TEMPLATE(IPAddrBlocks) =
       ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0,
    -			IPAddrBlocks, IPAddressFamily)
    +                        IPAddrBlocks, IPAddressFamily)
     ASN1_ITEM_TEMPLATE_END(IPAddrBlocks)
     
     IMPLEMENT_ASN1_FUNCTIONS(IPAddressRange)
    @@ -108,21 +108,21 @@ IMPLEMENT_ASN1_FUNCTIONS(IPAddressFamily)
     /*
      * How much buffer space do we need for a raw address?
      */
    -#define ADDR_RAW_BUF_LEN	16
    +# define ADDR_RAW_BUF_LEN        16
     
     /*
      * What's the address length associated with this AFI?
      */
     static int length_from_afi(const unsigned afi)
     {
    -  switch (afi) {
    -  case IANA_AFI_IPV4:
    -    return 4;
    -  case IANA_AFI_IPV6:
    -    return 16;
    -  default:
    -    return 0;
    -  }
    +    switch (afi) {
    +    case IANA_AFI_IPV4:
    +        return 4;
    +    case IANA_AFI_IPV6:
    +        return 16;
    +    default:
    +        return 0;
    +    }
     }
     
     /*
    @@ -130,12 +130,10 @@ static int length_from_afi(const unsigned afi)
      */
     unsigned int v3_addr_get_afi(const IPAddressFamily *f)
     {
    -  return ((f != NULL &&
    -	   f->addressFamily != NULL &&
    -	   f->addressFamily->data != NULL)
    -	  ? ((f->addressFamily->data[0] << 8) |
    -	     (f->addressFamily->data[1]))
    -	  : 0);
    +    return ((f != NULL &&
    +             f->addressFamily != NULL && f->addressFamily->data != NULL)
    +            ? ((f->addressFamily->data[0] << 8) | (f->addressFamily->data[1]))
    +            : 0);
     }
     
     /*
    @@ -143,173 +141,170 @@ unsigned int v3_addr_get_afi(const IPAddressFamily *f)
      * At the moment this is coded for simplicity, not speed.
      */
     static int addr_expand(unsigned char *addr,
    -			const ASN1_BIT_STRING *bs,
    -			const int length,
    -			const unsigned char fill)
    +                       const ASN1_BIT_STRING *bs,
    +                       const int length, const unsigned char fill)
     {
    -  if (bs->length < 0 || bs->length > length)
    -    return 0;
    -  if (bs->length > 0) {
    -    memcpy(addr, bs->data, bs->length);
    -    if ((bs->flags & 7) != 0) {
    -      unsigned char mask = 0xFF >> (8 - (bs->flags & 7));
    -      if (fill == 0)
    -	addr[bs->length - 1] &= ~mask;
    -      else
    -	addr[bs->length - 1] |= mask;
    +    if (bs->length < 0 || bs->length > length)
    +        return 0;
    +    if (bs->length > 0) {
    +        memcpy(addr, bs->data, bs->length);
    +        if ((bs->flags & 7) != 0) {
    +            unsigned char mask = 0xFF >> (8 - (bs->flags & 7));
    +            if (fill == 0)
    +                addr[bs->length - 1] &= ~mask;
    +            else
    +                addr[bs->length - 1] |= mask;
    +        }
         }
    -  }
    -  memset(addr + bs->length, fill, length - bs->length);
    -  return 1;
    +    memset(addr + bs->length, fill, length - bs->length);
    +    return 1;
     }
     
     /*
      * Extract the prefix length from a bitstring.
      */
    -#define addr_prefixlen(bs) ((int) ((bs)->length * 8 - ((bs)->flags & 7)))
    +# define addr_prefixlen(bs) ((int) ((bs)->length * 8 - ((bs)->flags & 7)))
     
     /*
      * i2r handler for one address bitstring.
      */
     static int i2r_address(BIO *out,
    -		       const unsigned afi,
    -		       const unsigned char fill,
    -		       const ASN1_BIT_STRING *bs)
    +                       const unsigned afi,
    +                       const unsigned char fill, const ASN1_BIT_STRING *bs)
     {
    -  unsigned char addr[ADDR_RAW_BUF_LEN];
    -  int i, n;
    +    unsigned char addr[ADDR_RAW_BUF_LEN];
    +    int i, n;
     
    -  if (bs->length < 0)
    -    return 0;
    -  switch (afi) {
    -  case IANA_AFI_IPV4:
    -    if (!addr_expand(addr, bs, 4, fill))
    -      return 0;
    -    BIO_printf(out, "%d.%d.%d.%d", addr[0], addr[1], addr[2], addr[3]);
    -    break;
    -  case IANA_AFI_IPV6:
    -    if (!addr_expand(addr, bs, 16, fill))
    -      return 0;
    -    for (n = 16; n > 1 && addr[n-1] == 0x00 && addr[n-2] == 0x00; n -= 2)
    -      ;
    -    for (i = 0; i < n; i += 2)
    -      BIO_printf(out, "%x%s", (addr[i] << 8) | addr[i+1], (i < 14 ? ":" : ""));
    -    if (i < 16)
    -      BIO_puts(out, ":");
    -    if (i == 0)
    -      BIO_puts(out, ":");
    -    break;
    -  default:
    -    for (i = 0; i < bs->length; i++)
    -      BIO_printf(out, "%s%02x", (i > 0 ? ":" : ""), bs->data[i]);
    -    BIO_printf(out, "[%d]", (int) (bs->flags & 7));
    -    break;
    -  }
    -  return 1;
    +    if (bs->length < 0)
    +        return 0;
    +    switch (afi) {
    +    case IANA_AFI_IPV4:
    +        if (!addr_expand(addr, bs, 4, fill))
    +            return 0;
    +        BIO_printf(out, "%d.%d.%d.%d", addr[0], addr[1], addr[2], addr[3]);
    +        break;
    +    case IANA_AFI_IPV6:
    +        if (!addr_expand(addr, bs, 16, fill))
    +            return 0;
    +        for (n = 16; n > 1 && addr[n - 1] == 0x00 && addr[n - 2] == 0x00;
    +             n -= 2) ;
    +        for (i = 0; i < n; i += 2)
    +            BIO_printf(out, "%x%s", (addr[i] << 8) | addr[i + 1],
    +                       (i < 14 ? ":" : ""));
    +        if (i < 16)
    +            BIO_puts(out, ":");
    +        if (i == 0)
    +            BIO_puts(out, ":");
    +        break;
    +    default:
    +        for (i = 0; i < bs->length; i++)
    +            BIO_printf(out, "%s%02x", (i > 0 ? ":" : ""), bs->data[i]);
    +        BIO_printf(out, "[%d]", (int)(bs->flags & 7));
    +        break;
    +    }
    +    return 1;
     }
     
     /*
      * i2r handler for a sequence of addresses and ranges.
      */
     static int i2r_IPAddressOrRanges(BIO *out,
    -				 const int indent,
    -				 const IPAddressOrRanges *aors,
    -				 const unsigned afi)
    +                                 const int indent,
    +                                 const IPAddressOrRanges *aors,
    +                                 const unsigned afi)
     {
    -  int i;
    -  for (i = 0; i < sk_IPAddressOrRange_num(aors); i++) {
    -    const IPAddressOrRange *aor = sk_IPAddressOrRange_value(aors, i);
    -    BIO_printf(out, "%*s", indent, "");
    -    switch (aor->type) {
    -    case IPAddressOrRange_addressPrefix:
    -      if (!i2r_address(out, afi, 0x00, aor->u.addressPrefix))
    -	return 0;
    -      BIO_printf(out, "/%d\n", addr_prefixlen(aor->u.addressPrefix));
    -      continue;
    -    case IPAddressOrRange_addressRange:
    -      if (!i2r_address(out, afi, 0x00, aor->u.addressRange->min))
    -	return 0;
    -      BIO_puts(out, "-");
    -      if (!i2r_address(out, afi, 0xFF, aor->u.addressRange->max))
    -	return 0;
    -      BIO_puts(out, "\n");
    -      continue;
    +    int i;
    +    for (i = 0; i < sk_IPAddressOrRange_num(aors); i++) {
    +        const IPAddressOrRange *aor = sk_IPAddressOrRange_value(aors, i);
    +        BIO_printf(out, "%*s", indent, "");
    +        switch (aor->type) {
    +        case IPAddressOrRange_addressPrefix:
    +            if (!i2r_address(out, afi, 0x00, aor->u.addressPrefix))
    +                return 0;
    +            BIO_printf(out, "/%d\n", addr_prefixlen(aor->u.addressPrefix));
    +            continue;
    +        case IPAddressOrRange_addressRange:
    +            if (!i2r_address(out, afi, 0x00, aor->u.addressRange->min))
    +                return 0;
    +            BIO_puts(out, "-");
    +            if (!i2r_address(out, afi, 0xFF, aor->u.addressRange->max))
    +                return 0;
    +            BIO_puts(out, "\n");
    +            continue;
    +        }
         }
    -  }
    -  return 1;
    +    return 1;
     }
     
     /*
      * i2r handler for an IPAddrBlocks extension.
      */
     static int i2r_IPAddrBlocks(const X509V3_EXT_METHOD *method,
    -			    void *ext,
    -			    BIO *out,
    -			    int indent)
    +                            void *ext, BIO *out, int indent)
     {
    -  const IPAddrBlocks *addr = ext;
    -  int i;
    -  for (i = 0; i < sk_IPAddressFamily_num(addr); i++) {
    -    IPAddressFamily *f = sk_IPAddressFamily_value(addr, i);
    -    const unsigned int afi = v3_addr_get_afi(f);
    -    switch (afi) {
    -    case IANA_AFI_IPV4:
    -      BIO_printf(out, "%*sIPv4", indent, "");
    -      break;
    -    case IANA_AFI_IPV6:
    -      BIO_printf(out, "%*sIPv6", indent, "");
    -      break;
    -    default:
    -      BIO_printf(out, "%*sUnknown AFI %u", indent, "", afi);
    -      break;
    +    const IPAddrBlocks *addr = ext;
    +    int i;
    +    for (i = 0; i < sk_IPAddressFamily_num(addr); i++) {
    +        IPAddressFamily *f = sk_IPAddressFamily_value(addr, i);
    +        const unsigned int afi = v3_addr_get_afi(f);
    +        switch (afi) {
    +        case IANA_AFI_IPV4:
    +            BIO_printf(out, "%*sIPv4", indent, "");
    +            break;
    +        case IANA_AFI_IPV6:
    +            BIO_printf(out, "%*sIPv6", indent, "");
    +            break;
    +        default:
    +            BIO_printf(out, "%*sUnknown AFI %u", indent, "", afi);
    +            break;
    +        }
    +        if (f->addressFamily->length > 2) {
    +            switch (f->addressFamily->data[2]) {
    +            case 1:
    +                BIO_puts(out, " (Unicast)");
    +                break;
    +            case 2:
    +                BIO_puts(out, " (Multicast)");
    +                break;
    +            case 3:
    +                BIO_puts(out, " (Unicast/Multicast)");
    +                break;
    +            case 4:
    +                BIO_puts(out, " (MPLS)");
    +                break;
    +            case 64:
    +                BIO_puts(out, " (Tunnel)");
    +                break;
    +            case 65:
    +                BIO_puts(out, " (VPLS)");
    +                break;
    +            case 66:
    +                BIO_puts(out, " (BGP MDT)");
    +                break;
    +            case 128:
    +                BIO_puts(out, " (MPLS-labeled VPN)");
    +                break;
    +            default:
    +                BIO_printf(out, " (Unknown SAFI %u)",
    +                           (unsigned)f->addressFamily->data[2]);
    +                break;
    +            }
    +        }
    +        switch (f->ipAddressChoice->type) {
    +        case IPAddressChoice_inherit:
    +            BIO_puts(out, ": inherit\n");
    +            break;
    +        case IPAddressChoice_addressesOrRanges:
    +            BIO_puts(out, ":\n");
    +            if (!i2r_IPAddressOrRanges(out,
    +                                       indent + 2,
    +                                       f->ipAddressChoice->
    +                                       u.addressesOrRanges, afi))
    +                return 0;
    +            break;
    +        }
         }
    -    if (f->addressFamily->length > 2) {
    -      switch (f->addressFamily->data[2]) {
    -      case   1:
    -	BIO_puts(out, " (Unicast)");
    -	break;
    -      case   2:
    -	BIO_puts(out, " (Multicast)");
    -	break;
    -      case   3:
    -	BIO_puts(out, " (Unicast/Multicast)");
    -	break;
    -      case   4:
    -	BIO_puts(out, " (MPLS)");
    -	break;
    -      case  64:
    -	BIO_puts(out, " (Tunnel)");
    -	break;
    -      case  65:
    -	BIO_puts(out, " (VPLS)");
    -	break;
    -      case  66:
    -	BIO_puts(out, " (BGP MDT)");
    -	break;
    -      case 128:
    -	BIO_puts(out, " (MPLS-labeled VPN)");
    -	break;
    -      default:  
    -	BIO_printf(out, " (Unknown SAFI %u)",
    -		   (unsigned) f->addressFamily->data[2]);
    -	break;
    -      }
    -    }
    -    switch (f->ipAddressChoice->type) {
    -    case IPAddressChoice_inherit:
    -      BIO_puts(out, ": inherit\n");
    -      break;
    -    case IPAddressChoice_addressesOrRanges:
    -      BIO_puts(out, ":\n");
    -      if (!i2r_IPAddressOrRanges(out,
    -				 indent + 2,
    -				 f->ipAddressChoice->u.addressesOrRanges,
    -				 afi))
    -	return 0;
    -      break;
    -    }
    -  }
    -  return 1;
    +    return 1;
     }
     
     /*
    @@ -323,63 +318,62 @@ static int i2r_IPAddrBlocks(const X509V3_EXT_METHOD *method,
      * for garbage input, tough noogies.
      */
     static int IPAddressOrRange_cmp(const IPAddressOrRange *a,
    -				const IPAddressOrRange *b,
    -				const int length)
    +                                const IPAddressOrRange *b, const int length)
     {
    -  unsigned char addr_a[ADDR_RAW_BUF_LEN], addr_b[ADDR_RAW_BUF_LEN];
    -  int prefixlen_a = 0, prefixlen_b = 0;
    -  int r;
    -
    -  switch (a->type) {
    -  case IPAddressOrRange_addressPrefix:
    -    if (!addr_expand(addr_a, a->u.addressPrefix, length, 0x00))
    -      return -1;
    -    prefixlen_a = addr_prefixlen(a->u.addressPrefix);
    -    break;
    -  case IPAddressOrRange_addressRange:
    -    if (!addr_expand(addr_a, a->u.addressRange->min, length, 0x00))
    -      return -1;
    -    prefixlen_a = length * 8;
    -    break;
    -  }
    -
    -  switch (b->type) {
    -  case IPAddressOrRange_addressPrefix:
    -    if (!addr_expand(addr_b, b->u.addressPrefix, length, 0x00))
    -      return -1;
    -    prefixlen_b = addr_prefixlen(b->u.addressPrefix);
    -    break;
    -  case IPAddressOrRange_addressRange:
    -    if (!addr_expand(addr_b, b->u.addressRange->min, length, 0x00))
    -      return -1;
    -    prefixlen_b = length * 8;
    -    break;
    -  }
    -
    -  if ((r = memcmp(addr_a, addr_b, length)) != 0)
    -    return r;
    -  else
    -    return prefixlen_a - prefixlen_b;
    +    unsigned char addr_a[ADDR_RAW_BUF_LEN], addr_b[ADDR_RAW_BUF_LEN];
    +    int prefixlen_a = 0, prefixlen_b = 0;
    +    int r;
    +
    +    switch (a->type) {
    +    case IPAddressOrRange_addressPrefix:
    +        if (!addr_expand(addr_a, a->u.addressPrefix, length, 0x00))
    +            return -1;
    +        prefixlen_a = addr_prefixlen(a->u.addressPrefix);
    +        break;
    +    case IPAddressOrRange_addressRange:
    +        if (!addr_expand(addr_a, a->u.addressRange->min, length, 0x00))
    +            return -1;
    +        prefixlen_a = length * 8;
    +        break;
    +    }
    +
    +    switch (b->type) {
    +    case IPAddressOrRange_addressPrefix:
    +        if (!addr_expand(addr_b, b->u.addressPrefix, length, 0x00))
    +            return -1;
    +        prefixlen_b = addr_prefixlen(b->u.addressPrefix);
    +        break;
    +    case IPAddressOrRange_addressRange:
    +        if (!addr_expand(addr_b, b->u.addressRange->min, length, 0x00))
    +            return -1;
    +        prefixlen_b = length * 8;
    +        break;
    +    }
    +
    +    if ((r = memcmp(addr_a, addr_b, length)) != 0)
    +        return r;
    +    else
    +        return prefixlen_a - prefixlen_b;
     }
     
     /*
      * IPv4-specific closure over IPAddressOrRange_cmp, since sk_sort()
      * comparision routines are only allowed two arguments.
      */
    -static int v4IPAddressOrRange_cmp(const IPAddressOrRange * const *a,
    -				  const IPAddressOrRange * const *b)
    +static int v4IPAddressOrRange_cmp(const IPAddressOrRange *const *a,
    +                                  const IPAddressOrRange *const *b)
     {
    -  return IPAddressOrRange_cmp(*a, *b, 4);
    +    return IPAddressOrRange_cmp(*a, *b, 4);
     }
     
     /*
      * IPv6-specific closure over IPAddressOrRange_cmp, since sk_sort()
      * comparision routines are only allowed two arguments.
      */
    -static int v6IPAddressOrRange_cmp(const IPAddressOrRange * const *a,
    -				  const IPAddressOrRange * const *b)
    +static int v6IPAddressOrRange_cmp(const IPAddressOrRange *const *a,
    +                                  const IPAddressOrRange *const *b)
     {
    -  return IPAddressOrRange_cmp(*a, *b, 16);
    +    return IPAddressOrRange_cmp(*a, *b, 16);
     }
     
     /*
    @@ -387,69 +381,80 @@ static int v6IPAddressOrRange_cmp(const IPAddressOrRange * const *a,
      * See last paragraph of RFC 3779 2.2.3.7.
      */
     static int range_should_be_prefix(const unsigned char *min,
    -				  const unsigned char *max,
    -				  const int length)
    +                                  const unsigned char *max, const int length)
     {
    -  unsigned char mask;
    -  int i, j;
    -
    -  OPENSSL_assert(memcmp(min, max, length) <= 0);
    -  for (i = 0; i < length && min[i] == max[i]; i++)
    -    ;
    -  for (j = length - 1; j >= 0 && min[j] == 0x00 && max[j] == 0xFF; j--)
    -    ;
    -  if (i < j)
    -    return -1;
    -  if (i > j)
    -    return i * 8;
    -  mask = min[i] ^ max[i];
    -  switch (mask) {
    -  case 0x01: j = 7; break;
    -  case 0x03: j = 6; break;
    -  case 0x07: j = 5; break;
    -  case 0x0F: j = 4; break;
    -  case 0x1F: j = 3; break;
    -  case 0x3F: j = 2; break;
    -  case 0x7F: j = 1; break;
    -  default:   return -1;
    -  }
    -  if ((min[i] & mask) != 0 || (max[i] & mask) != mask)
    -    return -1;
    -  else
    -    return i * 8 + j;
    +    unsigned char mask;
    +    int i, j;
    +
    +    OPENSSL_assert(memcmp(min, max, length) <= 0);
    +    for (i = 0; i < length && min[i] == max[i]; i++) ;
    +    for (j = length - 1; j >= 0 && min[j] == 0x00 && max[j] == 0xFF; j--) ;
    +    if (i < j)
    +        return -1;
    +    if (i > j)
    +        return i * 8;
    +    mask = min[i] ^ max[i];
    +    switch (mask) {
    +    case 0x01:
    +        j = 7;
    +        break;
    +    case 0x03:
    +        j = 6;
    +        break;
    +    case 0x07:
    +        j = 5;
    +        break;
    +    case 0x0F:
    +        j = 4;
    +        break;
    +    case 0x1F:
    +        j = 3;
    +        break;
    +    case 0x3F:
    +        j = 2;
    +        break;
    +    case 0x7F:
    +        j = 1;
    +        break;
    +    default:
    +        return -1;
    +    }
    +    if ((min[i] & mask) != 0 || (max[i] & mask) != mask)
    +        return -1;
    +    else
    +        return i * 8 + j;
     }
     
     /*
      * Construct a prefix.
      */
     static int make_addressPrefix(IPAddressOrRange **result,
    -			      unsigned char *addr,
    -			      const int prefixlen)
    +                              unsigned char *addr, const int prefixlen)
     {
    -  int bytelen = (prefixlen + 7) / 8, bitlen = prefixlen % 8;
    -  IPAddressOrRange *aor = IPAddressOrRange_new();
    +    int bytelen = (prefixlen + 7) / 8, bitlen = prefixlen % 8;
    +    IPAddressOrRange *aor = IPAddressOrRange_new();
    +
    +    if (aor == NULL)
    +        return 0;
    +    aor->type = IPAddressOrRange_addressPrefix;
    +    if (aor->u.addressPrefix == NULL &&
    +        (aor->u.addressPrefix = ASN1_BIT_STRING_new()) == NULL)
    +        goto err;
    +    if (!ASN1_BIT_STRING_set(aor->u.addressPrefix, addr, bytelen))
    +        goto err;
    +    aor->u.addressPrefix->flags &= ~7;
    +    aor->u.addressPrefix->flags |= ASN1_STRING_FLAG_BITS_LEFT;
    +    if (bitlen > 0) {
    +        aor->u.addressPrefix->data[bytelen - 1] &= ~(0xFF >> bitlen);
    +        aor->u.addressPrefix->flags |= 8 - bitlen;
    +    }
     
    -  if (aor == NULL)
    -    return 0;
    -  aor->type = IPAddressOrRange_addressPrefix;
    -  if (aor->u.addressPrefix == NULL &&
    -      (aor->u.addressPrefix = ASN1_BIT_STRING_new()) == NULL)
    -    goto err;
    -  if (!ASN1_BIT_STRING_set(aor->u.addressPrefix, addr, bytelen))
    -    goto err;
    -  aor->u.addressPrefix->flags &= ~7;
    -  aor->u.addressPrefix->flags |= ASN1_STRING_FLAG_BITS_LEFT;
    -  if (bitlen > 0) {
    -    aor->u.addressPrefix->data[bytelen - 1] &= ~(0xFF >> bitlen);
    -    aor->u.addressPrefix->flags |= 8 - bitlen;
    -  }
    -  
    -  *result = aor;
    -  return 1;
    +    *result = aor;
    +    return 1;
     
      err:
    -  IPAddressOrRange_free(aor);
    -  return 0;
    +    IPAddressOrRange_free(aor);
    +    return 0;
     }
     
     /*
    @@ -458,251 +463,242 @@ static int make_addressPrefix(IPAddressOrRange **result,
      * the rest of the code considerably.
      */
     static int make_addressRange(IPAddressOrRange **result,
    -			     unsigned char *min,
    -			     unsigned char *max,
    -			     const int length)
    +                             unsigned char *min,
    +                             unsigned char *max, const int length)
     {
    -  IPAddressOrRange *aor;
    -  int i, prefixlen;
    +    IPAddressOrRange *aor;
    +    int i, prefixlen;
    +
    +    if ((prefixlen = range_should_be_prefix(min, max, length)) >= 0)
    +        return make_addressPrefix(result, min, prefixlen);
    +
    +    if ((aor = IPAddressOrRange_new()) == NULL)
    +        return 0;
    +    aor->type = IPAddressOrRange_addressRange;
    +    OPENSSL_assert(aor->u.addressRange == NULL);
    +    if ((aor->u.addressRange = IPAddressRange_new()) == NULL)
    +        goto err;
    +    if (aor->u.addressRange->min == NULL &&
    +        (aor->u.addressRange->min = ASN1_BIT_STRING_new()) == NULL)
    +        goto err;
    +    if (aor->u.addressRange->max == NULL &&
    +        (aor->u.addressRange->max = ASN1_BIT_STRING_new()) == NULL)
    +        goto err;
    +
    +    for (i = length; i > 0 && min[i - 1] == 0x00; --i) ;
    +    if (!ASN1_BIT_STRING_set(aor->u.addressRange->min, min, i))
    +        goto err;
    +    aor->u.addressRange->min->flags &= ~7;
    +    aor->u.addressRange->min->flags |= ASN1_STRING_FLAG_BITS_LEFT;
    +    if (i > 0) {
    +        unsigned char b = min[i - 1];
    +        int j = 1;
    +        while ((b & (0xFFU >> j)) != 0)
    +            ++j;
    +        aor->u.addressRange->min->flags |= 8 - j;
    +    }
     
    -  if ((prefixlen = range_should_be_prefix(min, max, length)) >= 0)
    -    return make_addressPrefix(result, min, prefixlen);
    +    for (i = length; i > 0 && max[i - 1] == 0xFF; --i) ;
    +    if (!ASN1_BIT_STRING_set(aor->u.addressRange->max, max, i))
    +        goto err;
    +    aor->u.addressRange->max->flags &= ~7;
    +    aor->u.addressRange->max->flags |= ASN1_STRING_FLAG_BITS_LEFT;
    +    if (i > 0) {
    +        unsigned char b = max[i - 1];
    +        int j = 1;
    +        while ((b & (0xFFU >> j)) != (0xFFU >> j))
    +            ++j;
    +        aor->u.addressRange->max->flags |= 8 - j;
    +    }
     
    -  if ((aor = IPAddressOrRange_new()) == NULL)
    -    return 0;
    -  aor->type = IPAddressOrRange_addressRange;
    -  OPENSSL_assert(aor->u.addressRange == NULL);
    -  if ((aor->u.addressRange = IPAddressRange_new()) == NULL)
    -    goto err;
    -  if (aor->u.addressRange->min == NULL &&
    -      (aor->u.addressRange->min = ASN1_BIT_STRING_new()) == NULL)
    -    goto err;
    -  if (aor->u.addressRange->max == NULL &&
    -      (aor->u.addressRange->max = ASN1_BIT_STRING_new()) == NULL)
    -    goto err;
    -
    -  for (i = length; i > 0 && min[i - 1] == 0x00; --i)
    -    ;
    -  if (!ASN1_BIT_STRING_set(aor->u.addressRange->min, min, i))
    -    goto err;
    -  aor->u.addressRange->min->flags &= ~7;
    -  aor->u.addressRange->min->flags |= ASN1_STRING_FLAG_BITS_LEFT;
    -  if (i > 0) {
    -    unsigned char b = min[i - 1];
    -    int j = 1;
    -    while ((b & (0xFFU >> j)) != 0) 
    -      ++j;
    -    aor->u.addressRange->min->flags |= 8 - j;
    -  }
    -
    -  for (i = length; i > 0 && max[i - 1] == 0xFF; --i)
    -    ;
    -  if (!ASN1_BIT_STRING_set(aor->u.addressRange->max, max, i))
    -    goto err;
    -  aor->u.addressRange->max->flags &= ~7;
    -  aor->u.addressRange->max->flags |= ASN1_STRING_FLAG_BITS_LEFT;
    -  if (i > 0) {
    -    unsigned char b = max[i - 1];
    -    int j = 1;
    -    while ((b & (0xFFU >> j)) != (0xFFU >> j))
    -      ++j;
    -    aor->u.addressRange->max->flags |= 8 - j;
    -  }
    -
    -  *result = aor;
    -  return 1;
    +    *result = aor;
    +    return 1;
     
      err:
    -  IPAddressOrRange_free(aor);
    -  return 0;
    +    IPAddressOrRange_free(aor);
    +    return 0;
     }
     
     /*
      * Construct a new address family or find an existing one.
      */
     static IPAddressFamily *make_IPAddressFamily(IPAddrBlocks *addr,
    -					     const unsigned afi,
    -					     const unsigned *safi)
    +                                             const unsigned afi,
    +                                             const unsigned *safi)
     {
    -  IPAddressFamily *f;
    -  unsigned char key[3];
    -  unsigned keylen;
    -  int i;
    -
    -  key[0] = (afi >> 8) & 0xFF;
    -  key[1] = afi & 0xFF;
    -  if (safi != NULL) {
    -    key[2] = *safi & 0xFF;
    -    keylen = 3;
    -  } else {
    -    keylen = 2;
    -  }
    -
    -  for (i = 0; i < sk_IPAddressFamily_num(addr); i++) {
    -    f = sk_IPAddressFamily_value(addr, i);
    -    OPENSSL_assert(f->addressFamily->data != NULL);
    -    if (f->addressFamily->length == keylen &&
    -	!memcmp(f->addressFamily->data, key, keylen))
    -      return f;
    -  }
    -
    -  if ((f = IPAddressFamily_new()) == NULL)
    -    goto err;
    -  if (f->ipAddressChoice == NULL &&
    -      (f->ipAddressChoice = IPAddressChoice_new()) == NULL)
    -    goto err;
    -  if (f->addressFamily == NULL && 
    -      (f->addressFamily = ASN1_OCTET_STRING_new()) == NULL)
    -    goto err;
    -  if (!ASN1_OCTET_STRING_set(f->addressFamily, key, keylen))
    -    goto err;
    -  if (!sk_IPAddressFamily_push(addr, f))
    -    goto err;
    -
    -  return f;
    +    IPAddressFamily *f;
    +    unsigned char key[3];
    +    unsigned keylen;
    +    int i;
    +
    +    key[0] = (afi >> 8) & 0xFF;
    +    key[1] = afi & 0xFF;
    +    if (safi != NULL) {
    +        key[2] = *safi & 0xFF;
    +        keylen = 3;
    +    } else {
    +        keylen = 2;
    +    }
    +
    +    for (i = 0; i < sk_IPAddressFamily_num(addr); i++) {
    +        f = sk_IPAddressFamily_value(addr, i);
    +        OPENSSL_assert(f->addressFamily->data != NULL);
    +        if (f->addressFamily->length == keylen &&
    +            !memcmp(f->addressFamily->data, key, keylen))
    +            return f;
    +    }
    +
    +    if ((f = IPAddressFamily_new()) == NULL)
    +        goto err;
    +    if (f->ipAddressChoice == NULL &&
    +        (f->ipAddressChoice = IPAddressChoice_new()) == NULL)
    +        goto err;
    +    if (f->addressFamily == NULL &&
    +        (f->addressFamily = ASN1_OCTET_STRING_new()) == NULL)
    +        goto err;
    +    if (!ASN1_OCTET_STRING_set(f->addressFamily, key, keylen))
    +        goto err;
    +    if (!sk_IPAddressFamily_push(addr, f))
    +        goto err;
    +
    +    return f;
     
      err:
    -  IPAddressFamily_free(f);
    -  return NULL;
    +    IPAddressFamily_free(f);
    +    return NULL;
     }
     
     /*
      * Add an inheritance element.
      */
     int v3_addr_add_inherit(IPAddrBlocks *addr,
    -			const unsigned afi,
    -			const unsigned *safi)
    +                        const unsigned afi, const unsigned *safi)
     {
    -  IPAddressFamily *f = make_IPAddressFamily(addr, afi, safi);
    -  if (f == NULL ||
    -      f->ipAddressChoice == NULL ||
    -      (f->ipAddressChoice->type == IPAddressChoice_addressesOrRanges &&
    -       f->ipAddressChoice->u.addressesOrRanges != NULL))
    -    return 0;
    -  if (f->ipAddressChoice->type == IPAddressChoice_inherit &&
    -      f->ipAddressChoice->u.inherit != NULL)
    +    IPAddressFamily *f = make_IPAddressFamily(addr, afi, safi);
    +    if (f == NULL ||
    +        f->ipAddressChoice == NULL ||
    +        (f->ipAddressChoice->type == IPAddressChoice_addressesOrRanges &&
    +         f->ipAddressChoice->u.addressesOrRanges != NULL))
    +        return 0;
    +    if (f->ipAddressChoice->type == IPAddressChoice_inherit &&
    +        f->ipAddressChoice->u.inherit != NULL)
    +        return 1;
    +    if (f->ipAddressChoice->u.inherit == NULL &&
    +        (f->ipAddressChoice->u.inherit = ASN1_NULL_new()) == NULL)
    +        return 0;
    +    f->ipAddressChoice->type = IPAddressChoice_inherit;
         return 1;
    -  if (f->ipAddressChoice->u.inherit == NULL &&
    -      (f->ipAddressChoice->u.inherit = ASN1_NULL_new()) == NULL)
    -    return 0;
    -  f->ipAddressChoice->type = IPAddressChoice_inherit;
    -  return 1;
     }
     
     /*
      * Construct an IPAddressOrRange sequence, or return an existing one.
      */
     static IPAddressOrRanges *make_prefix_or_range(IPAddrBlocks *addr,
    -					       const unsigned afi,
    -					       const unsigned *safi)
    +                                               const unsigned afi,
    +                                               const unsigned *safi)
     {
    -  IPAddressFamily *f = make_IPAddressFamily(addr, afi, safi);
    -  IPAddressOrRanges *aors = NULL;
    -
    -  if (f == NULL ||
    -      f->ipAddressChoice == NULL ||
    -      (f->ipAddressChoice->type == IPAddressChoice_inherit &&
    -       f->ipAddressChoice->u.inherit != NULL))
    -    return NULL;
    -  if (f->ipAddressChoice->type == IPAddressChoice_addressesOrRanges)
    -    aors = f->ipAddressChoice->u.addressesOrRanges;
    -  if (aors != NULL)
    +    IPAddressFamily *f = make_IPAddressFamily(addr, afi, safi);
    +    IPAddressOrRanges *aors = NULL;
    +
    +    if (f == NULL ||
    +        f->ipAddressChoice == NULL ||
    +        (f->ipAddressChoice->type == IPAddressChoice_inherit &&
    +         f->ipAddressChoice->u.inherit != NULL))
    +        return NULL;
    +    if (f->ipAddressChoice->type == IPAddressChoice_addressesOrRanges)
    +        aors = f->ipAddressChoice->u.addressesOrRanges;
    +    if (aors != NULL)
    +        return aors;
    +    if ((aors = sk_IPAddressOrRange_new_null()) == NULL)
    +        return NULL;
    +    switch (afi) {
    +    case IANA_AFI_IPV4:
    +        (void)sk_IPAddressOrRange_set_cmp_func(aors, v4IPAddressOrRange_cmp);
    +        break;
    +    case IANA_AFI_IPV6:
    +        (void)sk_IPAddressOrRange_set_cmp_func(aors, v6IPAddressOrRange_cmp);
    +        break;
    +    }
    +    f->ipAddressChoice->type = IPAddressChoice_addressesOrRanges;
    +    f->ipAddressChoice->u.addressesOrRanges = aors;
         return aors;
    -  if ((aors = sk_IPAddressOrRange_new_null()) == NULL)
    -    return NULL;
    -  switch (afi) {
    -  case IANA_AFI_IPV4:
    -    (void) sk_IPAddressOrRange_set_cmp_func(aors, v4IPAddressOrRange_cmp);
    -    break;
    -  case IANA_AFI_IPV6:
    -    (void) sk_IPAddressOrRange_set_cmp_func(aors, v6IPAddressOrRange_cmp);
    -    break;
    -  }
    -  f->ipAddressChoice->type = IPAddressChoice_addressesOrRanges;
    -  f->ipAddressChoice->u.addressesOrRanges = aors;
    -  return aors;
     }
     
     /*
      * Add a prefix.
      */
     int v3_addr_add_prefix(IPAddrBlocks *addr,
    -		       const unsigned afi,
    -		       const unsigned *safi,
    -		       unsigned char *a,
    -		       const int prefixlen)
    +                       const unsigned afi,
    +                       const unsigned *safi,
    +                       unsigned char *a, const int prefixlen)
     {
    -  IPAddressOrRanges *aors = make_prefix_or_range(addr, afi, safi);
    -  IPAddressOrRange *aor;
    -  if (aors == NULL || !make_addressPrefix(&aor, a, prefixlen))
    +    IPAddressOrRanges *aors = make_prefix_or_range(addr, afi, safi);
    +    IPAddressOrRange *aor;
    +    if (aors == NULL || !make_addressPrefix(&aor, a, prefixlen))
    +        return 0;
    +    if (sk_IPAddressOrRange_push(aors, aor))
    +        return 1;
    +    IPAddressOrRange_free(aor);
         return 0;
    -  if (sk_IPAddressOrRange_push(aors, aor))
    -    return 1;
    -  IPAddressOrRange_free(aor);
    -  return 0;
     }
     
     /*
      * Add a range.
      */
     int v3_addr_add_range(IPAddrBlocks *addr,
    -		      const unsigned afi,
    -		      const unsigned *safi,
    -		      unsigned char *min,
    -		      unsigned char *max)
    +                      const unsigned afi,
    +                      const unsigned *safi,
    +                      unsigned char *min, unsigned char *max)
     {
    -  IPAddressOrRanges *aors = make_prefix_or_range(addr, afi, safi);
    -  IPAddressOrRange *aor;
    -  int length = length_from_afi(afi);
    -  if (aors == NULL)
    -    return 0;
    -  if (!make_addressRange(&aor, min, max, length))
    +    IPAddressOrRanges *aors = make_prefix_or_range(addr, afi, safi);
    +    IPAddressOrRange *aor;
    +    int length = length_from_afi(afi);
    +    if (aors == NULL)
    +        return 0;
    +    if (!make_addressRange(&aor, min, max, length))
    +        return 0;
    +    if (sk_IPAddressOrRange_push(aors, aor))
    +        return 1;
    +    IPAddressOrRange_free(aor);
         return 0;
    -  if (sk_IPAddressOrRange_push(aors, aor))
    -    return 1;
    -  IPAddressOrRange_free(aor);
    -  return 0;
     }
     
     /*
      * Extract min and max values from an IPAddressOrRange.
      */
     static int extract_min_max(IPAddressOrRange *aor,
    -			    unsigned char *min,
    -			    unsigned char *max,
    -			    int length)
    +                           unsigned char *min, unsigned char *max, int length)
     {
    -  if (aor == NULL || min == NULL || max == NULL)
    +    if (aor == NULL || min == NULL || max == NULL)
    +        return 0;
    +    switch (aor->type) {
    +    case IPAddressOrRange_addressPrefix:
    +        return (addr_expand(min, aor->u.addressPrefix, length, 0x00) &&
    +                addr_expand(max, aor->u.addressPrefix, length, 0xFF));
    +    case IPAddressOrRange_addressRange:
    +        return (addr_expand(min, aor->u.addressRange->min, length, 0x00) &&
    +                addr_expand(max, aor->u.addressRange->max, length, 0xFF));
    +    }
         return 0;
    -  switch (aor->type) {
    -  case IPAddressOrRange_addressPrefix:
    -    return (addr_expand(min, aor->u.addressPrefix, length, 0x00) &&
    -	    addr_expand(max, aor->u.addressPrefix, length, 0xFF));
    -  case IPAddressOrRange_addressRange:
    -    return (addr_expand(min, aor->u.addressRange->min, length, 0x00) &&
    -	    addr_expand(max, aor->u.addressRange->max, length, 0xFF));
    -  }
    -  return 0;
     }
     
     /*
      * Public wrapper for extract_min_max().
      */
     int v3_addr_get_range(IPAddressOrRange *aor,
    -		      const unsigned afi,
    -		      unsigned char *min,
    -		      unsigned char *max,
    -		      const int length)
    +                      const unsigned afi,
    +                      unsigned char *min,
    +                      unsigned char *max, const int length)
     {
    -  int afi_length = length_from_afi(afi);
    -  if (aor == NULL || min == NULL || max == NULL ||
    -      afi_length == 0 || length < afi_length ||
    -      (aor->type != IPAddressOrRange_addressPrefix &&
    -       aor->type != IPAddressOrRange_addressRange) ||
    -      !extract_min_max(aor, min, max, afi_length))
    -    return 0;
    -
    -  return afi_length;
    +    int afi_length = length_from_afi(afi);
    +    if (aor == NULL || min == NULL || max == NULL ||
    +        afi_length == 0 || length < afi_length ||
    +        (aor->type != IPAddressOrRange_addressPrefix &&
    +         aor->type != IPAddressOrRange_addressRange) ||
    +        !extract_min_max(aor, min, max, afi_length))
    +        return 0;
    +
    +    return afi_length;
     }
     
     /*
    @@ -715,14 +711,14 @@ int v3_addr_get_range(IPAddressOrRange *aor,
      * null-SAFI rule to apply only within a single AFI, which is what I
      * would have expected and is what the following code implements.
      */
    -static int IPAddressFamily_cmp(const IPAddressFamily * const *a_,
    -			       const IPAddressFamily * const *b_)
    +static int IPAddressFamily_cmp(const IPAddressFamily *const *a_,
    +                               const IPAddressFamily *const *b_)
     {
    -  const ASN1_OCTET_STRING *a = (*a_)->addressFamily;
    -  const ASN1_OCTET_STRING *b = (*b_)->addressFamily;
    -  int len = ((a->length <= b->length) ? a->length : b->length);
    -  int cmp = memcmp(a->data, b->data, len);
    -  return cmp ? cmp : a->length - b->length;
    +    const ASN1_OCTET_STRING *a = (*a_)->addressFamily;
    +    const ASN1_OCTET_STRING *b = (*b_)->addressFamily;
    +    int len = ((a->length <= b->length) ? a->length : b->length);
    +    int cmp = memcmp(a->data, b->data, len);
    +    return cmp ? cmp : a->length - b->length;
     }
     
     /*
    @@ -730,184 +726,182 @@ static int IPAddressFamily_cmp(const IPAddressFamily * const *a_,
      */
     int v3_addr_is_canonical(IPAddrBlocks *addr)
     {
    -  unsigned char a_min[ADDR_RAW_BUF_LEN], a_max[ADDR_RAW_BUF_LEN];
    -  unsigned char b_min[ADDR_RAW_BUF_LEN], b_max[ADDR_RAW_BUF_LEN];
    -  IPAddressOrRanges *aors;
    -  int i, j, k;
    -
    -  /*
    -   * Empty extension is cannonical.
    -   */
    -  if (addr == NULL)
    -    return 1;
    -
    -  /*
    -   * Check whether the top-level list is in order.
    -   */
    -  for (i = 0; i < sk_IPAddressFamily_num(addr) - 1; i++) {
    -    const IPAddressFamily *a = sk_IPAddressFamily_value(addr, i);
    -    const IPAddressFamily *b = sk_IPAddressFamily_value(addr, i + 1);
    -    if (IPAddressFamily_cmp(&a, &b) >= 0)
    -      return 0;
    -  }
    -
    -  /*
    -   * Top level's ok, now check each address family.
    -   */
    -  for (i = 0; i < sk_IPAddressFamily_num(addr); i++) {
    -    IPAddressFamily *f = sk_IPAddressFamily_value(addr, i);
    -    int length = length_from_afi(v3_addr_get_afi(f));
    +    unsigned char a_min[ADDR_RAW_BUF_LEN], a_max[ADDR_RAW_BUF_LEN];
    +    unsigned char b_min[ADDR_RAW_BUF_LEN], b_max[ADDR_RAW_BUF_LEN];
    +    IPAddressOrRanges *aors;
    +    int i, j, k;
     
         /*
    -     * Inheritance is canonical.  Anything other than inheritance or
    -     * a SEQUENCE OF IPAddressOrRange is an ASN.1 error or something.
    +     * Empty extension is cannonical.
          */
    -    if (f == NULL || f->ipAddressChoice == NULL)
    -      return 0;
    -    switch (f->ipAddressChoice->type) {
    -    case IPAddressChoice_inherit:
    -      continue;
    -    case IPAddressChoice_addressesOrRanges:
    -      break;
    -    default:
    -      return 0;
    -    }
    +    if (addr == NULL)
    +        return 1;
     
         /*
    -     * It's an IPAddressOrRanges sequence, check it.
    +     * Check whether the top-level list is in order.
          */
    -    aors = f->ipAddressChoice->u.addressesOrRanges;
    -    if (sk_IPAddressOrRange_num(aors) == 0)
    -      return 0;
    -    for (j = 0; j < sk_IPAddressOrRange_num(aors) - 1; j++) {
    -      IPAddressOrRange *a = sk_IPAddressOrRange_value(aors, j);
    -      IPAddressOrRange *b = sk_IPAddressOrRange_value(aors, j + 1);
    -
    -      if (!extract_min_max(a, a_min, a_max, length) ||
    -	  !extract_min_max(b, b_min, b_max, length))
    -	return 0;
    -
    -      /*
    -       * Punt misordered list, overlapping start, or inverted range.
    -       */
    -      if (memcmp(a_min, b_min, length) >= 0 ||
    -	  memcmp(a_min, a_max, length) > 0 ||
    -	  memcmp(b_min, b_max, length) > 0)
    -	return 0;
    -
    -      /*
    -       * Punt if adjacent or overlapping.  Check for adjacency by
    -       * subtracting one from b_min first.
    -       */
    -      for (k = length - 1; k >= 0 && b_min[k]-- == 0x00; k--)
    -	;
    -      if (memcmp(a_max, b_min, length) >= 0)
    -	return 0;
    -
    -      /*
    -       * Check for range that should be expressed as a prefix.
    -       */
    -      if (a->type == IPAddressOrRange_addressRange &&
    -	  range_should_be_prefix(a_min, a_max, length) >= 0)
    -	return 0;
    +    for (i = 0; i < sk_IPAddressFamily_num(addr) - 1; i++) {
    +        const IPAddressFamily *a = sk_IPAddressFamily_value(addr, i);
    +        const IPAddressFamily *b = sk_IPAddressFamily_value(addr, i + 1);
    +        if (IPAddressFamily_cmp(&a, &b) >= 0)
    +            return 0;
         }
     
         /*
    -     * Check range to see if it's inverted or should be a
    -     * prefix.
    +     * Top level's ok, now check each address family.
          */
    -    j = sk_IPAddressOrRange_num(aors) - 1;
    -    {
    -      IPAddressOrRange *a = sk_IPAddressOrRange_value(aors, j);
    -      if (a != NULL && a->type == IPAddressOrRange_addressRange) {
    -	if (!extract_min_max(a, a_min, a_max, length))
    -	  return 0;
    -	if (memcmp(a_min, a_max, length) > 0 ||
    -	    range_should_be_prefix(a_min, a_max, length) >= 0)
    -	  return 0;
    -      }
    +    for (i = 0; i < sk_IPAddressFamily_num(addr); i++) {
    +        IPAddressFamily *f = sk_IPAddressFamily_value(addr, i);
    +        int length = length_from_afi(v3_addr_get_afi(f));
    +
    +        /*
    +         * Inheritance is canonical.  Anything other than inheritance or
    +         * a SEQUENCE OF IPAddressOrRange is an ASN.1 error or something.
    +         */
    +        if (f == NULL || f->ipAddressChoice == NULL)
    +            return 0;
    +        switch (f->ipAddressChoice->type) {
    +        case IPAddressChoice_inherit:
    +            continue;
    +        case IPAddressChoice_addressesOrRanges:
    +            break;
    +        default:
    +            return 0;
    +        }
    +
    +        /*
    +         * It's an IPAddressOrRanges sequence, check it.
    +         */
    +        aors = f->ipAddressChoice->u.addressesOrRanges;
    +        if (sk_IPAddressOrRange_num(aors) == 0)
    +            return 0;
    +        for (j = 0; j < sk_IPAddressOrRange_num(aors) - 1; j++) {
    +            IPAddressOrRange *a = sk_IPAddressOrRange_value(aors, j);
    +            IPAddressOrRange *b = sk_IPAddressOrRange_value(aors, j + 1);
    +
    +            if (!extract_min_max(a, a_min, a_max, length) ||
    +                !extract_min_max(b, b_min, b_max, length))
    +                return 0;
    +
    +            /*
    +             * Punt misordered list, overlapping start, or inverted range.
    +             */
    +            if (memcmp(a_min, b_min, length) >= 0 ||
    +                memcmp(a_min, a_max, length) > 0 ||
    +                memcmp(b_min, b_max, length) > 0)
    +                return 0;
    +
    +            /*
    +             * Punt if adjacent or overlapping.  Check for adjacency by
    +             * subtracting one from b_min first.
    +             */
    +            for (k = length - 1; k >= 0 && b_min[k]-- == 0x00; k--) ;
    +            if (memcmp(a_max, b_min, length) >= 0)
    +                return 0;
    +
    +            /*
    +             * Check for range that should be expressed as a prefix.
    +             */
    +            if (a->type == IPAddressOrRange_addressRange &&
    +                range_should_be_prefix(a_min, a_max, length) >= 0)
    +                return 0;
    +        }
    +
    +        /*
    +         * Check range to see if it's inverted or should be a
    +         * prefix.
    +         */
    +        j = sk_IPAddressOrRange_num(aors) - 1;
    +        {
    +            IPAddressOrRange *a = sk_IPAddressOrRange_value(aors, j);
    +            if (a != NULL && a->type == IPAddressOrRange_addressRange) {
    +                if (!extract_min_max(a, a_min, a_max, length))
    +                    return 0;
    +                if (memcmp(a_min, a_max, length) > 0 ||
    +                    range_should_be_prefix(a_min, a_max, length) >= 0)
    +                    return 0;
    +            }
    +        }
         }
    -  }
     
    -  /*
    -   * If we made it through all that, we're happy.
    -   */
    -  return 1;
    +    /*
    +     * If we made it through all that, we're happy.
    +     */
    +    return 1;
     }
     
     /*
      * Whack an IPAddressOrRanges into canonical form.
      */
     static int IPAddressOrRanges_canonize(IPAddressOrRanges *aors,
    -				      const unsigned afi)
    +                                      const unsigned afi)
     {
    -  int i, j, length = length_from_afi(afi);
    -
    -  /*
    -   * Sort the IPAddressOrRanges sequence.
    -   */
    -  sk_IPAddressOrRange_sort(aors);
    -
    -  /*
    -   * Clean up representation issues, punt on duplicates or overlaps.
    -   */
    -  for (i = 0; i < sk_IPAddressOrRange_num(aors) - 1; i++) {
    -    IPAddressOrRange *a = sk_IPAddressOrRange_value(aors, i);
    -    IPAddressOrRange *b = sk_IPAddressOrRange_value(aors, i + 1);
    -    unsigned char a_min[ADDR_RAW_BUF_LEN], a_max[ADDR_RAW_BUF_LEN];
    -    unsigned char b_min[ADDR_RAW_BUF_LEN], b_max[ADDR_RAW_BUF_LEN];
    -
    -    if (!extract_min_max(a, a_min, a_max, length) ||
    -	!extract_min_max(b, b_min, b_max, length))
    -      return 0;
    +    int i, j, length = length_from_afi(afi);
     
         /*
    -     * Punt inverted ranges.
    +     * Sort the IPAddressOrRanges sequence.
          */
    -    if (memcmp(a_min, a_max, length) > 0 ||
    -	memcmp(b_min, b_max, length) > 0)
    -      return 0;
    +    sk_IPAddressOrRange_sort(aors);
     
         /*
    -     * Punt overlaps.
    +     * Clean up representation issues, punt on duplicates or overlaps.
          */
    -    if (memcmp(a_max, b_min, length) >= 0)
    -      return 0;
    +    for (i = 0; i < sk_IPAddressOrRange_num(aors) - 1; i++) {
    +        IPAddressOrRange *a = sk_IPAddressOrRange_value(aors, i);
    +        IPAddressOrRange *b = sk_IPAddressOrRange_value(aors, i + 1);
    +        unsigned char a_min[ADDR_RAW_BUF_LEN], a_max[ADDR_RAW_BUF_LEN];
    +        unsigned char b_min[ADDR_RAW_BUF_LEN], b_max[ADDR_RAW_BUF_LEN];
    +
    +        if (!extract_min_max(a, a_min, a_max, length) ||
    +            !extract_min_max(b, b_min, b_max, length))
    +            return 0;
    +
    +        /*
    +         * Punt inverted ranges.
    +         */
    +        if (memcmp(a_min, a_max, length) > 0 ||
    +            memcmp(b_min, b_max, length) > 0)
    +            return 0;
    +
    +        /*
    +         * Punt overlaps.
    +         */
    +        if (memcmp(a_max, b_min, length) >= 0)
    +            return 0;
    +
    +        /*
    +         * Merge if a and b are adjacent.  We check for
    +         * adjacency by subtracting one from b_min first.
    +         */
    +        for (j = length - 1; j >= 0 && b_min[j]-- == 0x00; j--) ;
    +        if (memcmp(a_max, b_min, length) == 0) {
    +            IPAddressOrRange *merged;
    +            if (!make_addressRange(&merged, a_min, b_max, length))
    +                return 0;
    +            (void)sk_IPAddressOrRange_set(aors, i, merged);
    +            (void)sk_IPAddressOrRange_delete(aors, i + 1);
    +            IPAddressOrRange_free(a);
    +            IPAddressOrRange_free(b);
    +            --i;
    +            continue;
    +        }
    +    }
     
         /*
    -     * Merge if a and b are adjacent.  We check for
    -     * adjacency by subtracting one from b_min first.
    +     * Check for inverted final range.
          */
    -    for (j = length - 1; j >= 0 && b_min[j]-- == 0x00; j--)
    -      ;
    -    if (memcmp(a_max, b_min, length) == 0) {
    -      IPAddressOrRange *merged;
    -      if (!make_addressRange(&merged, a_min, b_max, length))
    -	return 0;
    -      (void) sk_IPAddressOrRange_set(aors, i, merged);
    -      (void) sk_IPAddressOrRange_delete(aors, i + 1);
    -      IPAddressOrRange_free(a);
    -      IPAddressOrRange_free(b);
    -      --i;
    -      continue;
    -    }
    -  }
    -
    -  /*
    -   * Check for inverted final range.
    -   */
    -  j = sk_IPAddressOrRange_num(aors) - 1;
    -  {
    -    IPAddressOrRange *a = sk_IPAddressOrRange_value(aors, j);
    -    if (a != NULL && a->type == IPAddressOrRange_addressRange) {
    -      unsigned char a_min[ADDR_RAW_BUF_LEN], a_max[ADDR_RAW_BUF_LEN];
    -      extract_min_max(a, a_min, a_max, length);
    -      if (memcmp(a_min, a_max, length) > 0)
    -	return 0;
    +    j = sk_IPAddressOrRange_num(aors) - 1;
    +    {
    +        IPAddressOrRange *a = sk_IPAddressOrRange_value(aors, j);
    +        if (a != NULL && a->type == IPAddressOrRange_addressRange) {
    +            unsigned char a_min[ADDR_RAW_BUF_LEN], a_max[ADDR_RAW_BUF_LEN];
    +            extract_min_max(a, a_min, a_max, length);
    +            if (memcmp(a_min, a_max, length) > 0)
    +                return 0;
    +        }
         }
    -  }
     
    -  return 1;
    +    return 1;
     }
     
     /*
    @@ -915,200 +909,208 @@ static int IPAddressOrRanges_canonize(IPAddressOrRanges *aors,
      */
     int v3_addr_canonize(IPAddrBlocks *addr)
     {
    -  int i;
    -  for (i = 0; i < sk_IPAddressFamily_num(addr); i++) {
    -    IPAddressFamily *f = sk_IPAddressFamily_value(addr, i);
    -    if (f->ipAddressChoice->type == IPAddressChoice_addressesOrRanges &&
    -	!IPAddressOrRanges_canonize(f->ipAddressChoice->u.addressesOrRanges,
    -				    v3_addr_get_afi(f)))
    -      return 0;
    -  }
    -  (void) sk_IPAddressFamily_set_cmp_func(addr, IPAddressFamily_cmp);
    -  sk_IPAddressFamily_sort(addr);
    -  OPENSSL_assert(v3_addr_is_canonical(addr));
    -  return 1;
    +    int i;
    +    for (i = 0; i < sk_IPAddressFamily_num(addr); i++) {
    +        IPAddressFamily *f = sk_IPAddressFamily_value(addr, i);
    +        if (f->ipAddressChoice->type == IPAddressChoice_addressesOrRanges &&
    +            !IPAddressOrRanges_canonize(f->ipAddressChoice->
    +                                        u.addressesOrRanges,
    +                                        v3_addr_get_afi(f)))
    +            return 0;
    +    }
    +    (void)sk_IPAddressFamily_set_cmp_func(addr, IPAddressFamily_cmp);
    +    sk_IPAddressFamily_sort(addr);
    +    OPENSSL_assert(v3_addr_is_canonical(addr));
    +    return 1;
     }
     
     /*
      * v2i handler for the IPAddrBlocks extension.
      */
     static void *v2i_IPAddrBlocks(const struct v3_ext_method *method,
    -			      struct v3_ext_ctx *ctx,
    -			      STACK_OF(CONF_VALUE) *values)
    +                              struct v3_ext_ctx *ctx,
    +                              STACK_OF(CONF_VALUE) *values)
     {
    -  static const char v4addr_chars[] = "0123456789.";
    -  static const char v6addr_chars[] = "0123456789.:abcdefABCDEF";
    -  IPAddrBlocks *addr = NULL;
    -  char *s = NULL, *t;
    -  int i;
    -  
    -  if ((addr = sk_IPAddressFamily_new(IPAddressFamily_cmp)) == NULL) {
    -    X509V3err(X509V3_F_V2I_IPADDRBLOCKS, ERR_R_MALLOC_FAILURE);
    -    return NULL;
    -  }
    -
    -  for (i = 0; i < sk_CONF_VALUE_num(values); i++) {
    -    CONF_VALUE *val = sk_CONF_VALUE_value(values, i);
    -    unsigned char min[ADDR_RAW_BUF_LEN], max[ADDR_RAW_BUF_LEN];
    -    unsigned afi, *safi = NULL, safi_;
    -    const char *addr_chars;
    -    int prefixlen, i1, i2, delim, length;
    -
    -    if (       !name_cmp(val->name, "IPv4")) {
    -      afi = IANA_AFI_IPV4;
    -    } else if (!name_cmp(val->name, "IPv6")) {
    -      afi = IANA_AFI_IPV6;
    -    } else if (!name_cmp(val->name, "IPv4-SAFI")) {
    -      afi = IANA_AFI_IPV4;
    -      safi = &safi_;
    -    } else if (!name_cmp(val->name, "IPv6-SAFI")) {
    -      afi = IANA_AFI_IPV6;
    -      safi = &safi_;
    -    } else {
    -      X509V3err(X509V3_F_V2I_IPADDRBLOCKS, X509V3_R_EXTENSION_NAME_ERROR);
    -      X509V3_conf_err(val);
    -      goto err;
    -    }
    -
    -    switch (afi) {
    -    case IANA_AFI_IPV4:
    -      addr_chars = v4addr_chars;
    -      break;
    -    case IANA_AFI_IPV6:
    -      addr_chars = v6addr_chars;
    -      break;
    +    static const char v4addr_chars[] = "0123456789.";
    +    static const char v6addr_chars[] = "0123456789.:abcdefABCDEF";
    +    IPAddrBlocks *addr = NULL;
    +    char *s = NULL, *t;
    +    int i;
    +
    +    if ((addr = sk_IPAddressFamily_new(IPAddressFamily_cmp)) == NULL) {
    +        X509V3err(X509V3_F_V2I_IPADDRBLOCKS, ERR_R_MALLOC_FAILURE);
    +        return NULL;
         }
     
    -    length = length_from_afi(afi);
    -
    -    /*
    -     * Handle SAFI, if any, and BUF_strdup() so we can null-terminate
    -     * the other input values.
    -     */
    -    if (safi != NULL) {
    -      *safi = strtoul(val->value, &t, 0);
    -      t += strspn(t, " \t");
    -      if (*safi > 0xFF || *t++ != ':') {
    -	X509V3err(X509V3_F_V2I_IPADDRBLOCKS, X509V3_R_INVALID_SAFI);
    -	X509V3_conf_err(val);
    -	goto err;
    -      }
    -      t += strspn(t, " \t");
    -      s = BUF_strdup(t);
    -    } else {
    -      s = BUF_strdup(val->value);
    -    }
    -    if (s == NULL) {
    -      X509V3err(X509V3_F_V2I_IPADDRBLOCKS, ERR_R_MALLOC_FAILURE);
    -      goto err;
    +    for (i = 0; i < sk_CONF_VALUE_num(values); i++) {
    +        CONF_VALUE *val = sk_CONF_VALUE_value(values, i);
    +        unsigned char min[ADDR_RAW_BUF_LEN], max[ADDR_RAW_BUF_LEN];
    +        unsigned afi, *safi = NULL, safi_;
    +        const char *addr_chars;
    +        int prefixlen, i1, i2, delim, length;
    +
    +        if (!name_cmp(val->name, "IPv4")) {
    +            afi = IANA_AFI_IPV4;
    +        } else if (!name_cmp(val->name, "IPv6")) {
    +            afi = IANA_AFI_IPV6;
    +        } else if (!name_cmp(val->name, "IPv4-SAFI")) {
    +            afi = IANA_AFI_IPV4;
    +            safi = &safi_;
    +        } else if (!name_cmp(val->name, "IPv6-SAFI")) {
    +            afi = IANA_AFI_IPV6;
    +            safi = &safi_;
    +        } else {
    +            X509V3err(X509V3_F_V2I_IPADDRBLOCKS,
    +                      X509V3_R_EXTENSION_NAME_ERROR);
    +            X509V3_conf_err(val);
    +            goto err;
    +        }
    +
    +        switch (afi) {
    +        case IANA_AFI_IPV4:
    +            addr_chars = v4addr_chars;
    +            break;
    +        case IANA_AFI_IPV6:
    +            addr_chars = v6addr_chars;
    +            break;
    +        }
    +
    +        length = length_from_afi(afi);
    +
    +        /*
    +         * Handle SAFI, if any, and BUF_strdup() so we can null-terminate
    +         * the other input values.
    +         */
    +        if (safi != NULL) {
    +            *safi = strtoul(val->value, &t, 0);
    +            t += strspn(t, " \t");
    +            if (*safi > 0xFF || *t++ != ':') {
    +                X509V3err(X509V3_F_V2I_IPADDRBLOCKS, X509V3_R_INVALID_SAFI);
    +                X509V3_conf_err(val);
    +                goto err;
    +            }
    +            t += strspn(t, " \t");
    +            s = BUF_strdup(t);
    +        } else {
    +            s = BUF_strdup(val->value);
    +        }
    +        if (s == NULL) {
    +            X509V3err(X509V3_F_V2I_IPADDRBLOCKS, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +
    +        /*
    +         * Check for inheritance.  Not worth additional complexity to
    +         * optimize this (seldom-used) case.
    +         */
    +        if (!strcmp(s, "inherit")) {
    +            if (!v3_addr_add_inherit(addr, afi, safi)) {
    +                X509V3err(X509V3_F_V2I_IPADDRBLOCKS,
    +                          X509V3_R_INVALID_INHERITANCE);
    +                X509V3_conf_err(val);
    +                goto err;
    +            }
    +            OPENSSL_free(s);
    +            s = NULL;
    +            continue;
    +        }
    +
    +        i1 = strspn(s, addr_chars);
    +        i2 = i1 + strspn(s + i1, " \t");
    +        delim = s[i2++];
    +        s[i1] = '\0';
    +
    +        if (a2i_ipadd(min, s) != length) {
    +            X509V3err(X509V3_F_V2I_IPADDRBLOCKS, X509V3_R_INVALID_IPADDRESS);
    +            X509V3_conf_err(val);
    +            goto err;
    +        }
    +
    +        switch (delim) {
    +        case '/':
    +            prefixlen = (int)strtoul(s + i2, &t, 10);
    +            if (t == s + i2 || *t != '\0') {
    +                X509V3err(X509V3_F_V2I_IPADDRBLOCKS,
    +                          X509V3_R_EXTENSION_VALUE_ERROR);
    +                X509V3_conf_err(val);
    +                goto err;
    +            }
    +            if (!v3_addr_add_prefix(addr, afi, safi, min, prefixlen)) {
    +                X509V3err(X509V3_F_V2I_IPADDRBLOCKS, ERR_R_MALLOC_FAILURE);
    +                goto err;
    +            }
    +            break;
    +        case '-':
    +            i1 = i2 + strspn(s + i2, " \t");
    +            i2 = i1 + strspn(s + i1, addr_chars);
    +            if (i1 == i2 || s[i2] != '\0') {
    +                X509V3err(X509V3_F_V2I_IPADDRBLOCKS,
    +                          X509V3_R_EXTENSION_VALUE_ERROR);
    +                X509V3_conf_err(val);
    +                goto err;
    +            }
    +            if (a2i_ipadd(max, s + i1) != length) {
    +                X509V3err(X509V3_F_V2I_IPADDRBLOCKS,
    +                          X509V3_R_INVALID_IPADDRESS);
    +                X509V3_conf_err(val);
    +                goto err;
    +            }
    +            if (memcmp(min, max, length_from_afi(afi)) > 0) {
    +                X509V3err(X509V3_F_V2I_IPADDRBLOCKS,
    +                          X509V3_R_EXTENSION_VALUE_ERROR);
    +                X509V3_conf_err(val);
    +                goto err;
    +            }
    +            if (!v3_addr_add_range(addr, afi, safi, min, max)) {
    +                X509V3err(X509V3_F_V2I_IPADDRBLOCKS, ERR_R_MALLOC_FAILURE);
    +                goto err;
    +            }
    +            break;
    +        case '\0':
    +            if (!v3_addr_add_prefix(addr, afi, safi, min, length * 8)) {
    +                X509V3err(X509V3_F_V2I_IPADDRBLOCKS, ERR_R_MALLOC_FAILURE);
    +                goto err;
    +            }
    +            break;
    +        default:
    +            X509V3err(X509V3_F_V2I_IPADDRBLOCKS,
    +                      X509V3_R_EXTENSION_VALUE_ERROR);
    +            X509V3_conf_err(val);
    +            goto err;
    +        }
    +
    +        OPENSSL_free(s);
    +        s = NULL;
         }
     
         /*
    -     * Check for inheritance.  Not worth additional complexity to
    -     * optimize this (seldom-used) case.
    +     * Canonize the result, then we're done.
          */
    -    if (!strcmp(s, "inherit")) {
    -      if (!v3_addr_add_inherit(addr, afi, safi)) {
    -	X509V3err(X509V3_F_V2I_IPADDRBLOCKS, X509V3_R_INVALID_INHERITANCE);
    -	X509V3_conf_err(val);
    -	goto err;
    -      }
    -      OPENSSL_free(s);
    -      s = NULL;
    -      continue;
    -    }
    -
    -    i1 = strspn(s, addr_chars);
    -    i2 = i1 + strspn(s + i1, " \t");
    -    delim = s[i2++];
    -    s[i1] = '\0';
    -
    -    if (a2i_ipadd(min, s) != length) {
    -      X509V3err(X509V3_F_V2I_IPADDRBLOCKS, X509V3_R_INVALID_IPADDRESS);
    -      X509V3_conf_err(val);
    -      goto err;
    -    }
    -
    -    switch (delim) {
    -    case '/':
    -      prefixlen = (int) strtoul(s + i2, &t, 10);
    -      if (t == s + i2 || *t != '\0') {
    -	X509V3err(X509V3_F_V2I_IPADDRBLOCKS, X509V3_R_EXTENSION_VALUE_ERROR);
    -	X509V3_conf_err(val);
    -	goto err;
    -      }
    -      if (!v3_addr_add_prefix(addr, afi, safi, min, prefixlen)) {
    -	X509V3err(X509V3_F_V2I_IPADDRBLOCKS, ERR_R_MALLOC_FAILURE);
    -	goto err;
    -      }
    -      break;
    -    case '-':
    -      i1 = i2 + strspn(s + i2, " \t");
    -      i2 = i1 + strspn(s + i1, addr_chars);
    -      if (i1 == i2 || s[i2] != '\0') {
    -	X509V3err(X509V3_F_V2I_IPADDRBLOCKS, X509V3_R_EXTENSION_VALUE_ERROR);
    -	X509V3_conf_err(val);
    -	goto err;
    -      }
    -      if (a2i_ipadd(max, s + i1) != length) {
    -	X509V3err(X509V3_F_V2I_IPADDRBLOCKS, X509V3_R_INVALID_IPADDRESS);
    -	X509V3_conf_err(val);
    -	goto err;
    -      }
    -      if (memcmp(min, max, length_from_afi(afi)) > 0) {
    -	X509V3err(X509V3_F_V2I_IPADDRBLOCKS, X509V3_R_EXTENSION_VALUE_ERROR);
    -	X509V3_conf_err(val);
    -	goto err;
    -      }
    -      if (!v3_addr_add_range(addr, afi, safi, min, max)) {
    -	X509V3err(X509V3_F_V2I_IPADDRBLOCKS, ERR_R_MALLOC_FAILURE);
    -	goto err;
    -      }
    -      break;
    -    case '\0':
    -      if (!v3_addr_add_prefix(addr, afi, safi, min, length * 8)) {
    -	X509V3err(X509V3_F_V2I_IPADDRBLOCKS, ERR_R_MALLOC_FAILURE);
    -	goto err;
    -      }
    -      break;
    -    default:
    -      X509V3err(X509V3_F_V2I_IPADDRBLOCKS, X509V3_R_EXTENSION_VALUE_ERROR);
    -      X509V3_conf_err(val);
    -      goto err;
    -    }
    -
    -    OPENSSL_free(s);
    -    s = NULL;
    -  }
    -
    -  /*
    -   * Canonize the result, then we're done.
    -   */
    -  if (!v3_addr_canonize(addr))
    -    goto err;    
    -  return addr;
    +    if (!v3_addr_canonize(addr))
    +        goto err;
    +    return addr;
     
      err:
    -  OPENSSL_free(s);
    -  sk_IPAddressFamily_pop_free(addr, IPAddressFamily_free);
    -  return NULL;
    +    OPENSSL_free(s);
    +    sk_IPAddressFamily_pop_free(addr, IPAddressFamily_free);
    +    return NULL;
     }
     
     /*
      * OpenSSL dispatch
      */
     const X509V3_EXT_METHOD v3_addr = {
    -  NID_sbgp_ipAddrBlock,		/* nid */
    -  0,				/* flags */
    -  ASN1_ITEM_ref(IPAddrBlocks),	/* template */
    -  0, 0, 0, 0,			/* old functions, ignored */
    -  0,				/* i2s */
    -  0,				/* s2i */
    -  0,				/* i2v */
    -  v2i_IPAddrBlocks,		/* v2i */
    -  i2r_IPAddrBlocks,		/* i2r */
    -  0,				/* r2i */
    -  NULL				/* extension-specific data */
    +    NID_sbgp_ipAddrBlock,       /* nid */
    +    0,                          /* flags */
    +    ASN1_ITEM_ref(IPAddrBlocks), /* template */
    +    0, 0, 0, 0,                 /* old functions, ignored */
    +    0,                          /* i2s */
    +    0,                          /* s2i */
    +    0,                          /* i2v */
    +    v2i_IPAddrBlocks,           /* v2i */
    +    i2r_IPAddrBlocks,           /* i2r */
    +    0,                          /* r2i */
    +    NULL                        /* extension-specific data */
     };
     
     /*
    @@ -1116,53 +1118,52 @@ const X509V3_EXT_METHOD v3_addr = {
      */
     int v3_addr_inherits(IPAddrBlocks *addr)
     {
    -  int i;
    -  if (addr == NULL)
    +    int i;
    +    if (addr == NULL)
    +        return 0;
    +    for (i = 0; i < sk_IPAddressFamily_num(addr); i++) {
    +        IPAddressFamily *f = sk_IPAddressFamily_value(addr, i);
    +        if (f->ipAddressChoice->type == IPAddressChoice_inherit)
    +            return 1;
    +    }
         return 0;
    -  for (i = 0; i < sk_IPAddressFamily_num(addr); i++) {
    -    IPAddressFamily *f = sk_IPAddressFamily_value(addr, i);
    -    if (f->ipAddressChoice->type == IPAddressChoice_inherit)
    -      return 1;
    -  }
    -  return 0;
     }
     
     /*
      * Figure out whether parent contains child.
      */
     static int addr_contains(IPAddressOrRanges *parent,
    -			 IPAddressOrRanges *child,
    -			 int length)
    +                         IPAddressOrRanges *child, int length)
     {
    -  unsigned char p_min[ADDR_RAW_BUF_LEN], p_max[ADDR_RAW_BUF_LEN];
    -  unsigned char c_min[ADDR_RAW_BUF_LEN], c_max[ADDR_RAW_BUF_LEN];
    -  int p, c;
    -
    -  if (child == NULL || parent == child)
    -    return 1;
    -  if (parent == NULL)
    -    return 0;
    -
    -  p = 0;
    -  for (c = 0; c < sk_IPAddressOrRange_num(child); c++) {
    -    if (!extract_min_max(sk_IPAddressOrRange_value(child, c),
    -			 c_min, c_max, length))
    -      return -1;
    -    for (;; p++) {
    -      if (p >= sk_IPAddressOrRange_num(parent))
    -	return 0;
    -      if (!extract_min_max(sk_IPAddressOrRange_value(parent, p),
    -			   p_min, p_max, length))
    -	return 0;
    -      if (memcmp(p_max, c_max, length) < 0)
    -	continue;
    -      if (memcmp(p_min, c_min, length) > 0)
    -	return 0;
    -      break;
    +    unsigned char p_min[ADDR_RAW_BUF_LEN], p_max[ADDR_RAW_BUF_LEN];
    +    unsigned char c_min[ADDR_RAW_BUF_LEN], c_max[ADDR_RAW_BUF_LEN];
    +    int p, c;
    +
    +    if (child == NULL || parent == child)
    +        return 1;
    +    if (parent == NULL)
    +        return 0;
    +
    +    p = 0;
    +    for (c = 0; c < sk_IPAddressOrRange_num(child); c++) {
    +        if (!extract_min_max(sk_IPAddressOrRange_value(child, c),
    +                             c_min, c_max, length))
    +            return -1;
    +        for (;; p++) {
    +            if (p >= sk_IPAddressOrRange_num(parent))
    +                return 0;
    +            if (!extract_min_max(sk_IPAddressOrRange_value(parent, p),
    +                                 p_min, p_max, length))
    +                return 0;
    +            if (memcmp(p_max, c_max, length) < 0)
    +                continue;
    +            if (memcmp(p_min, c_min, length) > 0)
    +                return 0;
    +            break;
    +        }
         }
    -  }
     
    -  return 1;
    +    return 1;
     }
     
     /*
    @@ -1170,152 +1171,158 @@ static int addr_contains(IPAddressOrRanges *parent,
      */
     int v3_addr_subset(IPAddrBlocks *a, IPAddrBlocks *b)
     {
    -  int i;
    -  if (a == NULL || a == b)
    +    int i;
    +    if (a == NULL || a == b)
    +        return 1;
    +    if (b == NULL || v3_addr_inherits(a) || v3_addr_inherits(b))
    +        return 0;
    +    (void)sk_IPAddressFamily_set_cmp_func(b, IPAddressFamily_cmp);
    +    for (i = 0; i < sk_IPAddressFamily_num(a); i++) {
    +        IPAddressFamily *fa = sk_IPAddressFamily_value(a, i);
    +        int j = sk_IPAddressFamily_find(b, fa);
    +        IPAddressFamily *fb;
    +        fb = sk_IPAddressFamily_value(b, j);
    +        if (fb == NULL)
    +            return 0;
    +        if (!addr_contains(fb->ipAddressChoice->u.addressesOrRanges,
    +                           fa->ipAddressChoice->u.addressesOrRanges,
    +                           length_from_afi(v3_addr_get_afi(fb))))
    +            return 0;
    +    }
         return 1;
    -  if (b == NULL || v3_addr_inherits(a) || v3_addr_inherits(b))
    -    return 0;
    -  (void) sk_IPAddressFamily_set_cmp_func(b, IPAddressFamily_cmp);
    -  for (i = 0; i < sk_IPAddressFamily_num(a); i++) {
    -    IPAddressFamily *fa = sk_IPAddressFamily_value(a, i);
    -    int j = sk_IPAddressFamily_find(b, fa);
    -    IPAddressFamily *fb;
    -    fb = sk_IPAddressFamily_value(b, j);
    -    if (fb == NULL)
    -       return 0;
    -    if (!addr_contains(fb->ipAddressChoice->u.addressesOrRanges, 
    -		       fa->ipAddressChoice->u.addressesOrRanges,
    -		       length_from_afi(v3_addr_get_afi(fb))))
    -      return 0;
    -  }
    -  return 1;
     }
     
     /*
      * Validation error handling via callback.
      */
    -#define validation_err(_err_)		\
    -  do {					\
    -    if (ctx != NULL) {			\
    -      ctx->error = _err_;		\
    -      ctx->error_depth = i;		\
    -      ctx->current_cert = x;		\
    -      ret = ctx->verify_cb(0, ctx);	\
    -    } else {				\
    -      ret = 0;				\
    -    }					\
    -    if (!ret)				\
    -      goto done;			\
    +# define validation_err(_err_)           \
    +  do {                                  \
    +    if (ctx != NULL) {                  \
    +      ctx->error = _err_;               \
    +      ctx->error_depth = i;             \
    +      ctx->current_cert = x;            \
    +      ret = ctx->verify_cb(0, ctx);     \
    +    } else {                            \
    +      ret = 0;                          \
    +    }                                   \
    +    if (!ret)                           \
    +      goto done;                        \
       } while (0)
     
     /*
      * Core code for RFC 3779 2.3 path validation.
      */
     static int v3_addr_validate_path_internal(X509_STORE_CTX *ctx,
    -					  STACK_OF(X509) *chain,
    -					  IPAddrBlocks *ext)
    +                                          STACK_OF(X509) *chain,
    +                                          IPAddrBlocks *ext)
     {
    -  IPAddrBlocks *child = NULL;
    -  int i, j, ret = 1;
    -  X509 *x;
    -
    -  OPENSSL_assert(chain != NULL && sk_X509_num(chain) > 0);
    -  OPENSSL_assert(ctx != NULL || ext != NULL);
    -  OPENSSL_assert(ctx == NULL || ctx->verify_cb != NULL);
    -
    -  /*
    -   * Figure out where to start.  If we don't have an extension to
    -   * check, we're done.  Otherwise, check canonical form and
    -   * set up for walking up the chain.
    -   */
    -  if (ext != NULL) {
    -    i = -1;
    -    x = NULL;
    -  } else {
    -    i = 0;
    -    x = sk_X509_value(chain, i);
    -    OPENSSL_assert(x != NULL);
    -    if ((ext = x->rfc3779_addr) == NULL)
    -      goto done;
    -  }
    -  if (!v3_addr_is_canonical(ext))
    -    validation_err(X509_V_ERR_INVALID_EXTENSION);
    -  (void) sk_IPAddressFamily_set_cmp_func(ext, IPAddressFamily_cmp);
    -  if ((child = sk_IPAddressFamily_dup(ext)) == NULL) {
    -    X509V3err(X509V3_F_V3_ADDR_VALIDATE_PATH_INTERNAL, ERR_R_MALLOC_FAILURE);
    -    ret = 0;
    -    goto done;
    -  }
    -
    -  /*
    -   * Now walk up the chain.  No cert may list resources that its
    -   * parent doesn't list.
    -   */
    -  for (i++; i < sk_X509_num(chain); i++) {
    -    x = sk_X509_value(chain, i);
    -    OPENSSL_assert(x != NULL);
    -    if (!v3_addr_is_canonical(x->rfc3779_addr))
    -      validation_err(X509_V_ERR_INVALID_EXTENSION);
    -    if (x->rfc3779_addr == NULL) {
    -      for (j = 0; j < sk_IPAddressFamily_num(child); j++) {
    -	IPAddressFamily *fc = sk_IPAddressFamily_value(child, j);
    -	if (fc->ipAddressChoice->type != IPAddressChoice_inherit) {
    -	  validation_err(X509_V_ERR_UNNESTED_RESOURCE);
    -	  break;
    -	}
    -      }
    -      continue;
    +    IPAddrBlocks *child = NULL;
    +    int i, j, ret = 1;
    +    X509 *x;
    +
    +    OPENSSL_assert(chain != NULL && sk_X509_num(chain) > 0);
    +    OPENSSL_assert(ctx != NULL || ext != NULL);
    +    OPENSSL_assert(ctx == NULL || ctx->verify_cb != NULL);
    +
    +    /*
    +     * Figure out where to start.  If we don't have an extension to
    +     * check, we're done.  Otherwise, check canonical form and
    +     * set up for walking up the chain.
    +     */
    +    if (ext != NULL) {
    +        i = -1;
    +        x = NULL;
    +    } else {
    +        i = 0;
    +        x = sk_X509_value(chain, i);
    +        OPENSSL_assert(x != NULL);
    +        if ((ext = x->rfc3779_addr) == NULL)
    +            goto done;
         }
    -    (void) sk_IPAddressFamily_set_cmp_func(x->rfc3779_addr, IPAddressFamily_cmp);
    -    for (j = 0; j < sk_IPAddressFamily_num(child); j++) {
    -      IPAddressFamily *fc = sk_IPAddressFamily_value(child, j);
    -      int k = sk_IPAddressFamily_find(x->rfc3779_addr, fc);
    -      IPAddressFamily *fp = sk_IPAddressFamily_value(x->rfc3779_addr, k);
    -      if (fp == NULL) {
    -	if (fc->ipAddressChoice->type == IPAddressChoice_addressesOrRanges) {
    -	  validation_err(X509_V_ERR_UNNESTED_RESOURCE);
    -	  break;
    -	}
    -	continue;
    -      }
    -      if (fp->ipAddressChoice->type == IPAddressChoice_addressesOrRanges) {
    -	if (fc->ipAddressChoice->type == IPAddressChoice_inherit ||
    -	    addr_contains(fp->ipAddressChoice->u.addressesOrRanges, 
    -			  fc->ipAddressChoice->u.addressesOrRanges,
    -			  length_from_afi(v3_addr_get_afi(fc))))
    -	  sk_IPAddressFamily_set(child, j, fp);
    -	else
    -	  validation_err(X509_V_ERR_UNNESTED_RESOURCE);
    -      }
    +    if (!v3_addr_is_canonical(ext))
    +        validation_err(X509_V_ERR_INVALID_EXTENSION);
    +    (void)sk_IPAddressFamily_set_cmp_func(ext, IPAddressFamily_cmp);
    +    if ((child = sk_IPAddressFamily_dup(ext)) == NULL) {
    +        X509V3err(X509V3_F_V3_ADDR_VALIDATE_PATH_INTERNAL,
    +                  ERR_R_MALLOC_FAILURE);
    +        ret = 0;
    +        goto done;
    +    }
    +
    +    /*
    +     * Now walk up the chain.  No cert may list resources that its
    +     * parent doesn't list.
    +     */
    +    for (i++; i < sk_X509_num(chain); i++) {
    +        x = sk_X509_value(chain, i);
    +        OPENSSL_assert(x != NULL);
    +        if (!v3_addr_is_canonical(x->rfc3779_addr))
    +            validation_err(X509_V_ERR_INVALID_EXTENSION);
    +        if (x->rfc3779_addr == NULL) {
    +            for (j = 0; j < sk_IPAddressFamily_num(child); j++) {
    +                IPAddressFamily *fc = sk_IPAddressFamily_value(child, j);
    +                if (fc->ipAddressChoice->type != IPAddressChoice_inherit) {
    +                    validation_err(X509_V_ERR_UNNESTED_RESOURCE);
    +                    break;
    +                }
    +            }
    +            continue;
    +        }
    +        (void)sk_IPAddressFamily_set_cmp_func(x->rfc3779_addr,
    +                                              IPAddressFamily_cmp);
    +        for (j = 0; j < sk_IPAddressFamily_num(child); j++) {
    +            IPAddressFamily *fc = sk_IPAddressFamily_value(child, j);
    +            int k = sk_IPAddressFamily_find(x->rfc3779_addr, fc);
    +            IPAddressFamily *fp =
    +                sk_IPAddressFamily_value(x->rfc3779_addr, k);
    +            if (fp == NULL) {
    +                if (fc->ipAddressChoice->type ==
    +                    IPAddressChoice_addressesOrRanges) {
    +                    validation_err(X509_V_ERR_UNNESTED_RESOURCE);
    +                    break;
    +                }
    +                continue;
    +            }
    +            if (fp->ipAddressChoice->type ==
    +                IPAddressChoice_addressesOrRanges) {
    +                if (fc->ipAddressChoice->type == IPAddressChoice_inherit
    +                    || addr_contains(fp->ipAddressChoice->u.addressesOrRanges,
    +                                     fc->ipAddressChoice->u.addressesOrRanges,
    +                                     length_from_afi(v3_addr_get_afi(fc))))
    +                    sk_IPAddressFamily_set(child, j, fp);
    +                else
    +                    validation_err(X509_V_ERR_UNNESTED_RESOURCE);
    +            }
    +        }
         }
    -  }
    -
    -  /*
    -   * Trust anchor can't inherit.
    -   */
    -  OPENSSL_assert(x != NULL);
    -  if (x->rfc3779_addr != NULL) {
    -    for (j = 0; j < sk_IPAddressFamily_num(x->rfc3779_addr); j++) {
    -      IPAddressFamily *fp = sk_IPAddressFamily_value(x->rfc3779_addr, j);
    -      if (fp->ipAddressChoice->type == IPAddressChoice_inherit &&
    -	  sk_IPAddressFamily_find(child, fp) >= 0)
    -	validation_err(X509_V_ERR_UNNESTED_RESOURCE);
    +
    +    /*
    +     * Trust anchor can't inherit.
    +     */
    +    OPENSSL_assert(x != NULL);
    +    if (x->rfc3779_addr != NULL) {
    +        for (j = 0; j < sk_IPAddressFamily_num(x->rfc3779_addr); j++) {
    +            IPAddressFamily *fp =
    +                sk_IPAddressFamily_value(x->rfc3779_addr, j);
    +            if (fp->ipAddressChoice->type == IPAddressChoice_inherit
    +                && sk_IPAddressFamily_find(child, fp) >= 0)
    +                validation_err(X509_V_ERR_UNNESTED_RESOURCE);
    +        }
         }
    -  }
     
      done:
    -  sk_IPAddressFamily_free(child);
    -  return ret;
    +    sk_IPAddressFamily_free(child);
    +    return ret;
     }
     
    -#undef validation_err
    +# undef validation_err
     
     /*
      * RFC 3779 2.3 path validation -- called from X509_verify_cert().
      */
     int v3_addr_validate_path(X509_STORE_CTX *ctx)
     {
    -  return v3_addr_validate_path_internal(ctx, ctx->chain, NULL);
    +    return v3_addr_validate_path_internal(ctx, ctx->chain, NULL);
     }
     
     /*
    @@ -1323,16 +1330,15 @@ int v3_addr_validate_path(X509_STORE_CTX *ctx)
      * Test whether chain covers extension.
      */
     int v3_addr_validate_resource_set(STACK_OF(X509) *chain,
    -				  IPAddrBlocks *ext,
    -				  int allow_inheritance)
    +                                  IPAddrBlocks *ext, int allow_inheritance)
     {
    -  if (ext == NULL)
    -    return 1;
    -  if (chain == NULL || sk_X509_num(chain) == 0)
    -    return 0;
    -  if (!allow_inheritance && v3_addr_inherits(ext))
    -    return 0;
    -  return v3_addr_validate_path_internal(NULL, chain, ext);
    +    if (ext == NULL)
    +        return 1;
    +    if (chain == NULL || sk_X509_num(chain) == 0)
    +        return 0;
    +    if (!allow_inheritance && v3_addr_inherits(ext))
    +        return 0;
    +    return v3_addr_validate_path_internal(NULL, chain, ext);
     }
     
    -#endif /* OPENSSL_NO_RFC3779 */
    +#endif                          /* OPENSSL_NO_RFC3779 */
    diff --git a/openssl/crypto/x509v3/v3_akey.c b/openssl/crypto/x509v3/v3_akey.c
    index c6b68ee22..e920270e1 100644
    --- a/openssl/crypto/x509v3/v3_akey.c
    +++ b/openssl/crypto/x509v3/v3_akey.c
    @@ -1,6 +1,7 @@
     /* v3_akey.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -64,43 +65,47 @@
     #include 
     
     static STACK_OF(CONF_VALUE) *i2v_AUTHORITY_KEYID(X509V3_EXT_METHOD *method,
    -			AUTHORITY_KEYID *akeyid, STACK_OF(CONF_VALUE) *extlist);
    +                                                 AUTHORITY_KEYID *akeyid,
    +                                                 STACK_OF(CONF_VALUE)
    +                                                 *extlist);
     static AUTHORITY_KEYID *v2i_AUTHORITY_KEYID(X509V3_EXT_METHOD *method,
    -			X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *values);
    -
    -const X509V3_EXT_METHOD v3_akey_id =
    -	{
    -	NID_authority_key_identifier,
    -	X509V3_EXT_MULTILINE, ASN1_ITEM_ref(AUTHORITY_KEYID),
    -	0,0,0,0,
    -	0,0,
    -	(X509V3_EXT_I2V)i2v_AUTHORITY_KEYID,
    -	(X509V3_EXT_V2I)v2i_AUTHORITY_KEYID,
    -	0,0,
    -	NULL
    -	};
    +                                            X509V3_CTX *ctx,
    +                                            STACK_OF(CONF_VALUE) *values);
    +
    +const X509V3_EXT_METHOD v3_akey_id = {
    +    NID_authority_key_identifier,
    +    X509V3_EXT_MULTILINE, ASN1_ITEM_ref(AUTHORITY_KEYID),
    +    0, 0, 0, 0,
    +    0, 0,
    +    (X509V3_EXT_I2V) i2v_AUTHORITY_KEYID,
    +    (X509V3_EXT_V2I)v2i_AUTHORITY_KEYID,
    +    0, 0,
    +    NULL
    +};
     
     static STACK_OF(CONF_VALUE) *i2v_AUTHORITY_KEYID(X509V3_EXT_METHOD *method,
    -	     AUTHORITY_KEYID *akeyid, STACK_OF(CONF_VALUE) *extlist)
    +                                                 AUTHORITY_KEYID *akeyid,
    +                                                 STACK_OF(CONF_VALUE)
    +                                                 *extlist)
     {
    -	char *tmp;
    -	if(akeyid->keyid) {
    -		tmp = hex_to_string(akeyid->keyid->data, akeyid->keyid->length);
    -		X509V3_add_value("keyid", tmp, &extlist);
    -		OPENSSL_free(tmp);
    -	}
    -	if(akeyid->issuer) 
    -		extlist = i2v_GENERAL_NAMES(NULL, akeyid->issuer, extlist);
    -	if(akeyid->serial) {
    -		tmp = hex_to_string(akeyid->serial->data,
    -						 akeyid->serial->length);
    -		X509V3_add_value("serial", tmp, &extlist);
    -		OPENSSL_free(tmp);
    -	}
    -	return extlist;
    +    char *tmp;
    +    if (akeyid->keyid) {
    +        tmp = hex_to_string(akeyid->keyid->data, akeyid->keyid->length);
    +        X509V3_add_value("keyid", tmp, &extlist);
    +        OPENSSL_free(tmp);
    +    }
    +    if (akeyid->issuer)
    +        extlist = i2v_GENERAL_NAMES(NULL, akeyid->issuer, extlist);
    +    if (akeyid->serial) {
    +        tmp = hex_to_string(akeyid->serial->data, akeyid->serial->length);
    +        X509V3_add_value("serial", tmp, &extlist);
    +        OPENSSL_free(tmp);
    +    }
    +    return extlist;
     }
     
    -/* Currently two options:
    +/*-
    + * Currently two options:
      * keyid: use the issuers subject keyid, the value 'always' means its is
      * an error if the issuer certificate doesn't have a key id.
      * issuer: use the issuers cert issuer and serial number. The default is
    @@ -109,100 +114,92 @@ static STACK_OF(CONF_VALUE) *i2v_AUTHORITY_KEYID(X509V3_EXT_METHOD *method,
      */
     
     static AUTHORITY_KEYID *v2i_AUTHORITY_KEYID(X509V3_EXT_METHOD *method,
    -	     X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *values)
    -	{
    -	char keyid=0, issuer=0;
    -	int i;
    -	CONF_VALUE *cnf;
    -	ASN1_OCTET_STRING *ikeyid = NULL;
    -	X509_NAME *isname = NULL;
    -	GENERAL_NAMES * gens = NULL;
    -	GENERAL_NAME *gen = NULL;
    -	ASN1_INTEGER *serial = NULL;
    -	X509_EXTENSION *ext;
    -	X509 *cert;
    -	AUTHORITY_KEYID *akeyid;
    -
    -	for(i = 0; i < sk_CONF_VALUE_num(values); i++)
    -		{
    -		cnf = sk_CONF_VALUE_value(values, i);
    -		if(!strcmp(cnf->name, "keyid"))
    -			{
    -			keyid = 1;
    -			if(cnf->value && !strcmp(cnf->value, "always"))
    -				keyid = 2;
    -			}
    -		else if(!strcmp(cnf->name, "issuer"))
    -			{
    -			issuer = 1;
    -			if(cnf->value && !strcmp(cnf->value, "always"))
    -				issuer = 2;
    -			}
    -		else
    -			{
    -			X509V3err(X509V3_F_V2I_AUTHORITY_KEYID,X509V3_R_UNKNOWN_OPTION);
    -			ERR_add_error_data(2, "name=", cnf->name);
    -			return NULL;
    -			}
    -		}
    -
    -	if(!ctx || !ctx->issuer_cert)
    -		{
    -		if(ctx && (ctx->flags==CTX_TEST))
    -			return AUTHORITY_KEYID_new();
    -		X509V3err(X509V3_F_V2I_AUTHORITY_KEYID,X509V3_R_NO_ISSUER_CERTIFICATE);
    -		return NULL;
    -		}
    -
    -	cert = ctx->issuer_cert;
    -
    -	if(keyid)
    -		{
    -		i = X509_get_ext_by_NID(cert, NID_subject_key_identifier, -1);
    -		if((i >= 0)  && (ext = X509_get_ext(cert, i)))
    -			ikeyid = X509V3_EXT_d2i(ext);
    -		if(keyid==2 && !ikeyid)
    -			{
    -			X509V3err(X509V3_F_V2I_AUTHORITY_KEYID,X509V3_R_UNABLE_TO_GET_ISSUER_KEYID);
    -			return NULL;
    -			}
    -		}
    -
    -	if((issuer && !ikeyid) || (issuer == 2))
    -		{
    -		isname = X509_NAME_dup(X509_get_issuer_name(cert));
    -		serial = M_ASN1_INTEGER_dup(X509_get_serialNumber(cert));
    -		if(!isname || !serial)
    -			{
    -			X509V3err(X509V3_F_V2I_AUTHORITY_KEYID,X509V3_R_UNABLE_TO_GET_ISSUER_DETAILS);
    -			goto err;
    -			}
    -		}
    -
    -	if(!(akeyid = AUTHORITY_KEYID_new())) goto err;
    -
    -	if(isname)
    -		{
    -		if(!(gens = sk_GENERAL_NAME_new_null())
    -			|| !(gen = GENERAL_NAME_new())
    -			|| !sk_GENERAL_NAME_push(gens, gen))
    -			{
    -			X509V3err(X509V3_F_V2I_AUTHORITY_KEYID,ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -		gen->type = GEN_DIRNAME;
    -		gen->d.dirn = isname;
    -		}
    -
    -	akeyid->issuer = gens;
    -	akeyid->serial = serial;
    -	akeyid->keyid = ikeyid;
    -
    -	return akeyid;
    +                                            X509V3_CTX *ctx,
    +                                            STACK_OF(CONF_VALUE) *values)
    +{
    +    char keyid = 0, issuer = 0;
    +    int i;
    +    CONF_VALUE *cnf;
    +    ASN1_OCTET_STRING *ikeyid = NULL;
    +    X509_NAME *isname = NULL;
    +    GENERAL_NAMES *gens = NULL;
    +    GENERAL_NAME *gen = NULL;
    +    ASN1_INTEGER *serial = NULL;
    +    X509_EXTENSION *ext;
    +    X509 *cert;
    +    AUTHORITY_KEYID *akeyid;
    +
    +    for (i = 0; i < sk_CONF_VALUE_num(values); i++) {
    +        cnf = sk_CONF_VALUE_value(values, i);
    +        if (!strcmp(cnf->name, "keyid")) {
    +            keyid = 1;
    +            if (cnf->value && !strcmp(cnf->value, "always"))
    +                keyid = 2;
    +        } else if (!strcmp(cnf->name, "issuer")) {
    +            issuer = 1;
    +            if (cnf->value && !strcmp(cnf->value, "always"))
    +                issuer = 2;
    +        } else {
    +            X509V3err(X509V3_F_V2I_AUTHORITY_KEYID, X509V3_R_UNKNOWN_OPTION);
    +            ERR_add_error_data(2, "name=", cnf->name);
    +            return NULL;
    +        }
    +    }
    +
    +    if (!ctx || !ctx->issuer_cert) {
    +        if (ctx && (ctx->flags == CTX_TEST))
    +            return AUTHORITY_KEYID_new();
    +        X509V3err(X509V3_F_V2I_AUTHORITY_KEYID,
    +                  X509V3_R_NO_ISSUER_CERTIFICATE);
    +        return NULL;
    +    }
    +
    +    cert = ctx->issuer_cert;
    +
    +    if (keyid) {
    +        i = X509_get_ext_by_NID(cert, NID_subject_key_identifier, -1);
    +        if ((i >= 0) && (ext = X509_get_ext(cert, i)))
    +            ikeyid = X509V3_EXT_d2i(ext);
    +        if (keyid == 2 && !ikeyid) {
    +            X509V3err(X509V3_F_V2I_AUTHORITY_KEYID,
    +                      X509V3_R_UNABLE_TO_GET_ISSUER_KEYID);
    +            return NULL;
    +        }
    +    }
    +
    +    if ((issuer && !ikeyid) || (issuer == 2)) {
    +        isname = X509_NAME_dup(X509_get_issuer_name(cert));
    +        serial = M_ASN1_INTEGER_dup(X509_get_serialNumber(cert));
    +        if (!isname || !serial) {
    +            X509V3err(X509V3_F_V2I_AUTHORITY_KEYID,
    +                      X509V3_R_UNABLE_TO_GET_ISSUER_DETAILS);
    +            goto err;
    +        }
    +    }
    +
    +    if (!(akeyid = AUTHORITY_KEYID_new()))
    +        goto err;
    +
    +    if (isname) {
    +        if (!(gens = sk_GENERAL_NAME_new_null())
    +            || !(gen = GENERAL_NAME_new())
    +            || !sk_GENERAL_NAME_push(gens, gen)) {
    +            X509V3err(X509V3_F_V2I_AUTHORITY_KEYID, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +        gen->type = GEN_DIRNAME;
    +        gen->d.dirn = isname;
    +    }
    +
    +    akeyid->issuer = gens;
    +    akeyid->serial = serial;
    +    akeyid->keyid = ikeyid;
    +
    +    return akeyid;
     
      err:
    -	X509_NAME_free(isname);
    -	M_ASN1_INTEGER_free(serial);
    -	M_ASN1_OCTET_STRING_free(ikeyid);
    -	return NULL;
    -	}
    +    X509_NAME_free(isname);
    +    M_ASN1_INTEGER_free(serial);
    +    M_ASN1_OCTET_STRING_free(ikeyid);
    +    return NULL;
    +}
    diff --git a/openssl/crypto/x509v3/v3_akeya.c b/openssl/crypto/x509v3/v3_akeya.c
    index 2c50f7360..2cc85b762 100644
    --- a/openssl/crypto/x509v3/v3_akeya.c
    +++ b/openssl/crypto/x509v3/v3_akeya.c
    @@ -1,6 +1,7 @@
     /* v3_akey_asn1.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -64,9 +65,9 @@
     #include 
     
     ASN1_SEQUENCE(AUTHORITY_KEYID) = {
    -	ASN1_IMP_OPT(AUTHORITY_KEYID, keyid, ASN1_OCTET_STRING, 0),
    -	ASN1_IMP_SEQUENCE_OF_OPT(AUTHORITY_KEYID, issuer, GENERAL_NAME, 1),
    -	ASN1_IMP_OPT(AUTHORITY_KEYID, serial, ASN1_INTEGER, 2)
    +        ASN1_IMP_OPT(AUTHORITY_KEYID, keyid, ASN1_OCTET_STRING, 0),
    +        ASN1_IMP_SEQUENCE_OF_OPT(AUTHORITY_KEYID, issuer, GENERAL_NAME, 1),
    +        ASN1_IMP_OPT(AUTHORITY_KEYID, serial, ASN1_INTEGER, 2)
     } ASN1_SEQUENCE_END(AUTHORITY_KEYID)
     
     IMPLEMENT_ASN1_FUNCTIONS(AUTHORITY_KEYID)
    diff --git a/openssl/crypto/x509v3/v3_alt.c b/openssl/crypto/x509v3/v3_alt.c
    index d29d94338..807867b91 100644
    --- a/openssl/crypto/x509v3/v3_alt.c
    +++ b/openssl/crypto/x509v3/v3_alt.c
    @@ -1,5 +1,6 @@
     /* v3_alt.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
      * project.
      */
     /* ====================================================================
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -61,554 +62,546 @@
     #include 
     #include 
     
    -static GENERAL_NAMES *v2i_subject_alt(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
    -static GENERAL_NAMES *v2i_issuer_alt(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
    +static GENERAL_NAMES *v2i_subject_alt(X509V3_EXT_METHOD *method,
    +                                      X509V3_CTX *ctx,
    +                                      STACK_OF(CONF_VALUE) *nval);
    +static GENERAL_NAMES *v2i_issuer_alt(X509V3_EXT_METHOD *method,
    +                                     X509V3_CTX *ctx,
    +                                     STACK_OF(CONF_VALUE) *nval);
     static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p);
     static int copy_issuer(X509V3_CTX *ctx, GENERAL_NAMES *gens);
     static int do_othername(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx);
     static int do_dirname(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx);
     
     const X509V3_EXT_METHOD v3_alt[] = {
    -{ NID_subject_alt_name, 0, ASN1_ITEM_ref(GENERAL_NAMES),
    -0,0,0,0,
    -0,0,
    -(X509V3_EXT_I2V)i2v_GENERAL_NAMES,
    -(X509V3_EXT_V2I)v2i_subject_alt,
    -NULL, NULL, NULL},
    -
    -{ NID_issuer_alt_name, 0, ASN1_ITEM_ref(GENERAL_NAMES),
    -0,0,0,0,
    -0,0,
    -(X509V3_EXT_I2V)i2v_GENERAL_NAMES,
    -(X509V3_EXT_V2I)v2i_issuer_alt,
    -NULL, NULL, NULL},
    -
    -{ NID_certificate_issuer, 0, ASN1_ITEM_ref(GENERAL_NAMES),
    -0,0,0,0,
    -0,0,
    -(X509V3_EXT_I2V)i2v_GENERAL_NAMES,
    -NULL, NULL, NULL, NULL},
    +    {NID_subject_alt_name, 0, ASN1_ITEM_ref(GENERAL_NAMES),
    +     0, 0, 0, 0,
    +     0, 0,
    +     (X509V3_EXT_I2V) i2v_GENERAL_NAMES,
    +     (X509V3_EXT_V2I)v2i_subject_alt,
    +     NULL, NULL, NULL},
    +
    +    {NID_issuer_alt_name, 0, ASN1_ITEM_ref(GENERAL_NAMES),
    +     0, 0, 0, 0,
    +     0, 0,
    +     (X509V3_EXT_I2V) i2v_GENERAL_NAMES,
    +     (X509V3_EXT_V2I)v2i_issuer_alt,
    +     NULL, NULL, NULL},
    +
    +    {NID_certificate_issuer, 0, ASN1_ITEM_ref(GENERAL_NAMES),
    +     0, 0, 0, 0,
    +     0, 0,
    +     (X509V3_EXT_I2V) i2v_GENERAL_NAMES,
    +     NULL, NULL, NULL, NULL},
     };
     
     STACK_OF(CONF_VALUE) *i2v_GENERAL_NAMES(X509V3_EXT_METHOD *method,
    -		GENERAL_NAMES *gens, STACK_OF(CONF_VALUE) *ret)
    +                                        GENERAL_NAMES *gens,
    +                                        STACK_OF(CONF_VALUE) *ret)
     {
    -	int i;
    -	GENERAL_NAME *gen;
    -	for(i = 0; i < sk_GENERAL_NAME_num(gens); i++) {
    -		gen = sk_GENERAL_NAME_value(gens, i);
    -		ret = i2v_GENERAL_NAME(method, gen, ret);
    -	}
    -	if(!ret) return sk_CONF_VALUE_new_null();
    -	return ret;
    +    int i;
    +    GENERAL_NAME *gen;
    +    for (i = 0; i < sk_GENERAL_NAME_num(gens); i++) {
    +        gen = sk_GENERAL_NAME_value(gens, i);
    +        ret = i2v_GENERAL_NAME(method, gen, ret);
    +    }
    +    if (!ret)
    +        return sk_CONF_VALUE_new_null();
    +    return ret;
     }
     
     STACK_OF(CONF_VALUE) *i2v_GENERAL_NAME(X509V3_EXT_METHOD *method,
    -				GENERAL_NAME *gen, STACK_OF(CONF_VALUE) *ret)
    +                                       GENERAL_NAME *gen,
    +                                       STACK_OF(CONF_VALUE) *ret)
     {
    -	unsigned char *p;
    -	char oline[256], htmp[5];
    -	int i;
    -	switch (gen->type)
    -	{
    -		case GEN_OTHERNAME:
    -		X509V3_add_value("othername","", &ret);
    -		break;
    -
    -		case GEN_X400:
    -		X509V3_add_value("X400Name","", &ret);
    -		break;
    -
    -		case GEN_EDIPARTY:
    -		X509V3_add_value("EdiPartyName","", &ret);
    -		break;
    -
    -		case GEN_EMAIL:
    -		X509V3_add_value_uchar("email",gen->d.ia5->data, &ret);
    -		break;
    -
    -		case GEN_DNS:
    -		X509V3_add_value_uchar("DNS",gen->d.ia5->data, &ret);
    -		break;
    -
    -		case GEN_URI:
    -		X509V3_add_value_uchar("URI",gen->d.ia5->data, &ret);
    -		break;
    -
    -		case GEN_DIRNAME:
    -		X509_NAME_oneline(gen->d.dirn, oline, 256);
    -		X509V3_add_value("DirName",oline, &ret);
    -		break;
    -
    -		case GEN_IPADD:
    -		p = gen->d.ip->data;
    -		if(gen->d.ip->length == 4)
    -			BIO_snprintf(oline, sizeof oline,
    -				     "%d.%d.%d.%d", p[0], p[1], p[2], p[3]);
    -		else if(gen->d.ip->length == 16)
    -			{
    -			oline[0] = 0;
    -			for (i = 0; i < 8; i++)
    -				{
    -				BIO_snprintf(htmp, sizeof htmp,
    -					     "%X", p[0] << 8 | p[1]);
    -				p += 2;
    -				strcat(oline, htmp);
    -				if (i != 7)
    -					strcat(oline, ":");
    -				}
    -			}
    -		else
    -			{
    -			X509V3_add_value("IP Address","", &ret);
    -			break;
    -			}
    -		X509V3_add_value("IP Address",oline, &ret);
    -		break;
    -
    -		case GEN_RID:
    -		i2t_ASN1_OBJECT(oline, 256, gen->d.rid);
    -		X509V3_add_value("Registered ID",oline, &ret);
    -		break;
    -	}
    -	return ret;
    +    unsigned char *p;
    +    char oline[256], htmp[5];
    +    int i;
    +    switch (gen->type) {
    +    case GEN_OTHERNAME:
    +        X509V3_add_value("othername", "", &ret);
    +        break;
    +
    +    case GEN_X400:
    +        X509V3_add_value("X400Name", "", &ret);
    +        break;
    +
    +    case GEN_EDIPARTY:
    +        X509V3_add_value("EdiPartyName", "", &ret);
    +        break;
    +
    +    case GEN_EMAIL:
    +        X509V3_add_value_uchar("email", gen->d.ia5->data, &ret);
    +        break;
    +
    +    case GEN_DNS:
    +        X509V3_add_value_uchar("DNS", gen->d.ia5->data, &ret);
    +        break;
    +
    +    case GEN_URI:
    +        X509V3_add_value_uchar("URI", gen->d.ia5->data, &ret);
    +        break;
    +
    +    case GEN_DIRNAME:
    +        X509_NAME_oneline(gen->d.dirn, oline, 256);
    +        X509V3_add_value("DirName", oline, &ret);
    +        break;
    +
    +    case GEN_IPADD:
    +        p = gen->d.ip->data;
    +        if (gen->d.ip->length == 4)
    +            BIO_snprintf(oline, sizeof oline,
    +                         "%d.%d.%d.%d", p[0], p[1], p[2], p[3]);
    +        else if (gen->d.ip->length == 16) {
    +            oline[0] = 0;
    +            for (i = 0; i < 8; i++) {
    +                BIO_snprintf(htmp, sizeof htmp, "%X", p[0] << 8 | p[1]);
    +                p += 2;
    +                strcat(oline, htmp);
    +                if (i != 7)
    +                    strcat(oline, ":");
    +            }
    +        } else {
    +            X509V3_add_value("IP Address", "", &ret);
    +            break;
    +        }
    +        X509V3_add_value("IP Address", oline, &ret);
    +        break;
    +
    +    case GEN_RID:
    +        i2t_ASN1_OBJECT(oline, 256, gen->d.rid);
    +        X509V3_add_value("Registered ID", oline, &ret);
    +        break;
    +    }
    +    return ret;
     }
     
     int GENERAL_NAME_print(BIO *out, GENERAL_NAME *gen)
     {
    -	unsigned char *p;
    -	int i;
    -	switch (gen->type)
    -	{
    -		case GEN_OTHERNAME:
    -		BIO_printf(out, "othername:");
    -		break;
    -
    -		case GEN_X400:
    -		BIO_printf(out, "X400Name:");
    -		break;
    -
    -		case GEN_EDIPARTY:
    -		/* Maybe fix this: it is supported now */
    -		BIO_printf(out, "EdiPartyName:");
    -		break;
    -
    -		case GEN_EMAIL:
    -		BIO_printf(out, "email:%s",gen->d.ia5->data);
    -		break;
    -
    -		case GEN_DNS:
    -		BIO_printf(out, "DNS:%s",gen->d.ia5->data);
    -		break;
    -
    -		case GEN_URI:
    -		BIO_printf(out, "URI:%s",gen->d.ia5->data);
    -		break;
    -
    -		case GEN_DIRNAME:
    -		BIO_printf(out, "DirName: ");
    -		X509_NAME_print_ex(out, gen->d.dirn, 0, XN_FLAG_ONELINE);
    -		break;
    -
    -		case GEN_IPADD:
    -		p = gen->d.ip->data;
    -		if(gen->d.ip->length == 4)
    -			BIO_printf(out, "IP Address:%d.%d.%d.%d",
    -						p[0], p[1], p[2], p[3]);
    -		else if(gen->d.ip->length == 16)
    -			{
    -			BIO_printf(out, "IP Address");
    -			for (i = 0; i < 8; i++)
    -				{
    -				BIO_printf(out, ":%X", p[0] << 8 | p[1]);
    -				p += 2;
    -				}
    -			BIO_puts(out, "\n");
    -			}
    -		else
    -			{
    -			BIO_printf(out,"IP Address:");
    -			break;
    -			}
    -		break;
    -
    -		case GEN_RID:
    -		BIO_printf(out, "Registered ID");
    -		i2a_ASN1_OBJECT(out, gen->d.rid);
    -		break;
    -	}
    -	return 1;
    +    unsigned char *p;
    +    int i;
    +    switch (gen->type) {
    +    case GEN_OTHERNAME:
    +        BIO_printf(out, "othername:");
    +        break;
    +
    +    case GEN_X400:
    +        BIO_printf(out, "X400Name:");
    +        break;
    +
    +    case GEN_EDIPARTY:
    +        /* Maybe fix this: it is supported now */
    +        BIO_printf(out, "EdiPartyName:");
    +        break;
    +
    +    case GEN_EMAIL:
    +        BIO_printf(out, "email:%s", gen->d.ia5->data);
    +        break;
    +
    +    case GEN_DNS:
    +        BIO_printf(out, "DNS:%s", gen->d.ia5->data);
    +        break;
    +
    +    case GEN_URI:
    +        BIO_printf(out, "URI:%s", gen->d.ia5->data);
    +        break;
    +
    +    case GEN_DIRNAME:
    +        BIO_printf(out, "DirName: ");
    +        X509_NAME_print_ex(out, gen->d.dirn, 0, XN_FLAG_ONELINE);
    +        break;
    +
    +    case GEN_IPADD:
    +        p = gen->d.ip->data;
    +        if (gen->d.ip->length == 4)
    +            BIO_printf(out, "IP Address:%d.%d.%d.%d", p[0], p[1], p[2], p[3]);
    +        else if (gen->d.ip->length == 16) {
    +            BIO_printf(out, "IP Address");
    +            for (i = 0; i < 8; i++) {
    +                BIO_printf(out, ":%X", p[0] << 8 | p[1]);
    +                p += 2;
    +            }
    +            BIO_puts(out, "\n");
    +        } else {
    +            BIO_printf(out, "IP Address:");
    +            break;
    +        }
    +        break;
    +
    +    case GEN_RID:
    +        BIO_printf(out, "Registered ID");
    +        i2a_ASN1_OBJECT(out, gen->d.rid);
    +        break;
    +    }
    +    return 1;
     }
     
     static GENERAL_NAMES *v2i_issuer_alt(X509V3_EXT_METHOD *method,
    -				 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
    +                                     X509V3_CTX *ctx,
    +                                     STACK_OF(CONF_VALUE) *nval)
     {
    -	GENERAL_NAMES *gens = NULL;
    -	CONF_VALUE *cnf;
    -	int i;
    -	if(!(gens = sk_GENERAL_NAME_new_null())) {
    -		X509V3err(X509V3_F_V2I_ISSUER_ALT,ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    -	for(i = 0; i < sk_CONF_VALUE_num(nval); i++) {
    -		cnf = sk_CONF_VALUE_value(nval, i);
    -		if(!name_cmp(cnf->name, "issuer") && cnf->value &&
    -						!strcmp(cnf->value, "copy")) {
    -			if(!copy_issuer(ctx, gens)) goto err;
    -		} else {
    -			GENERAL_NAME *gen;
    -			if(!(gen = v2i_GENERAL_NAME(method, ctx, cnf)))
    -								 goto err; 
    -			sk_GENERAL_NAME_push(gens, gen);
    -		}
    -	}
    -	return gens;
    -	err:
    -	sk_GENERAL_NAME_pop_free(gens, GENERAL_NAME_free);
    -	return NULL;
    +    GENERAL_NAMES *gens = NULL;
    +    CONF_VALUE *cnf;
    +    int i;
    +    if (!(gens = sk_GENERAL_NAME_new_null())) {
    +        X509V3err(X509V3_F_V2I_ISSUER_ALT, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +    for (i = 0; i < sk_CONF_VALUE_num(nval); i++) {
    +        cnf = sk_CONF_VALUE_value(nval, i);
    +        if (!name_cmp(cnf->name, "issuer") && cnf->value &&
    +            !strcmp(cnf->value, "copy")) {
    +            if (!copy_issuer(ctx, gens))
    +                goto err;
    +        } else {
    +            GENERAL_NAME *gen;
    +            if (!(gen = v2i_GENERAL_NAME(method, ctx, cnf)))
    +                goto err;
    +            sk_GENERAL_NAME_push(gens, gen);
    +        }
    +    }
    +    return gens;
    + err:
    +    sk_GENERAL_NAME_pop_free(gens, GENERAL_NAME_free);
    +    return NULL;
     }
     
     /* Append subject altname of issuer to issuer alt name of subject */
     
     static int copy_issuer(X509V3_CTX *ctx, GENERAL_NAMES *gens)
     {
    -	GENERAL_NAMES *ialt;
    -	GENERAL_NAME *gen;
    -	X509_EXTENSION *ext;
    -	int i;
    -	if(ctx && (ctx->flags == CTX_TEST)) return 1;
    -	if(!ctx || !ctx->issuer_cert) {
    -		X509V3err(X509V3_F_COPY_ISSUER,X509V3_R_NO_ISSUER_DETAILS);
    -		goto err;
    -	}
    -        i = X509_get_ext_by_NID(ctx->issuer_cert, NID_subject_alt_name, -1);
    -	if(i < 0) return 1;
    -        if(!(ext = X509_get_ext(ctx->issuer_cert, i)) ||
    -                        !(ialt = X509V3_EXT_d2i(ext)) ) {
    -		X509V3err(X509V3_F_COPY_ISSUER,X509V3_R_ISSUER_DECODE_ERROR);
    -		goto err;
    -	}
    -
    -	for(i = 0; i < sk_GENERAL_NAME_num(ialt); i++) {
    -		gen = sk_GENERAL_NAME_value(ialt, i);
    -		if(!sk_GENERAL_NAME_push(gens, gen)) {
    -			X509V3err(X509V3_F_COPY_ISSUER,ERR_R_MALLOC_FAILURE);
    -			goto err;
    -		}
    -	}
    -	sk_GENERAL_NAME_free(ialt);
    -
    -	return 1;
    -		
    -	err:
    -	return 0;
    -	
    +    GENERAL_NAMES *ialt;
    +    GENERAL_NAME *gen;
    +    X509_EXTENSION *ext;
    +    int i;
    +    if (ctx && (ctx->flags == CTX_TEST))
    +        return 1;
    +    if (!ctx || !ctx->issuer_cert) {
    +        X509V3err(X509V3_F_COPY_ISSUER, X509V3_R_NO_ISSUER_DETAILS);
    +        goto err;
    +    }
    +    i = X509_get_ext_by_NID(ctx->issuer_cert, NID_subject_alt_name, -1);
    +    if (i < 0)
    +        return 1;
    +    if (!(ext = X509_get_ext(ctx->issuer_cert, i)) ||
    +        !(ialt = X509V3_EXT_d2i(ext))) {
    +        X509V3err(X509V3_F_COPY_ISSUER, X509V3_R_ISSUER_DECODE_ERROR);
    +        goto err;
    +    }
    +
    +    for (i = 0; i < sk_GENERAL_NAME_num(ialt); i++) {
    +        gen = sk_GENERAL_NAME_value(ialt, i);
    +        if (!sk_GENERAL_NAME_push(gens, gen)) {
    +            X509V3err(X509V3_F_COPY_ISSUER, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +    }
    +    sk_GENERAL_NAME_free(ialt);
    +
    +    return 1;
    +
    + err:
    +    return 0;
    +
     }
     
     static GENERAL_NAMES *v2i_subject_alt(X509V3_EXT_METHOD *method,
    -				 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
    +                                      X509V3_CTX *ctx,
    +                                      STACK_OF(CONF_VALUE) *nval)
     {
    -	GENERAL_NAMES *gens = NULL;
    -	CONF_VALUE *cnf;
    -	int i;
    -	if(!(gens = sk_GENERAL_NAME_new_null())) {
    -		X509V3err(X509V3_F_V2I_SUBJECT_ALT,ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    -	for(i = 0; i < sk_CONF_VALUE_num(nval); i++) {
    -		cnf = sk_CONF_VALUE_value(nval, i);
    -		if(!name_cmp(cnf->name, "email") && cnf->value &&
    -						!strcmp(cnf->value, "copy")) {
    -			if(!copy_email(ctx, gens, 0)) goto err;
    -		} else if(!name_cmp(cnf->name, "email") && cnf->value &&
    -						!strcmp(cnf->value, "move")) {
    -			if(!copy_email(ctx, gens, 1)) goto err;
    -		} else {
    -			GENERAL_NAME *gen;
    -			if(!(gen = v2i_GENERAL_NAME(method, ctx, cnf)))
    -								 goto err; 
    -			sk_GENERAL_NAME_push(gens, gen);
    -		}
    -	}
    -	return gens;
    -	err:
    -	sk_GENERAL_NAME_pop_free(gens, GENERAL_NAME_free);
    -	return NULL;
    +    GENERAL_NAMES *gens = NULL;
    +    CONF_VALUE *cnf;
    +    int i;
    +    if (!(gens = sk_GENERAL_NAME_new_null())) {
    +        X509V3err(X509V3_F_V2I_SUBJECT_ALT, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +    for (i = 0; i < sk_CONF_VALUE_num(nval); i++) {
    +        cnf = sk_CONF_VALUE_value(nval, i);
    +        if (!name_cmp(cnf->name, "email") && cnf->value &&
    +            !strcmp(cnf->value, "copy")) {
    +            if (!copy_email(ctx, gens, 0))
    +                goto err;
    +        } else if (!name_cmp(cnf->name, "email") && cnf->value &&
    +                   !strcmp(cnf->value, "move")) {
    +            if (!copy_email(ctx, gens, 1))
    +                goto err;
    +        } else {
    +            GENERAL_NAME *gen;
    +            if (!(gen = v2i_GENERAL_NAME(method, ctx, cnf)))
    +                goto err;
    +            sk_GENERAL_NAME_push(gens, gen);
    +        }
    +    }
    +    return gens;
    + err:
    +    sk_GENERAL_NAME_pop_free(gens, GENERAL_NAME_free);
    +    return NULL;
     }
     
    -/* Copy any email addresses in a certificate or request to 
    - * GENERAL_NAMES
    +/*
    + * Copy any email addresses in a certificate or request to GENERAL_NAMES
      */
     
     static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p)
     {
    -	X509_NAME *nm;
    -	ASN1_IA5STRING *email = NULL;
    -	X509_NAME_ENTRY *ne;
    -	GENERAL_NAME *gen = NULL;
    -	int i;
    -	if(ctx != NULL && ctx->flags == CTX_TEST)
    -		return 1;
    -	if(!ctx || (!ctx->subject_cert && !ctx->subject_req)) {
    -		X509V3err(X509V3_F_COPY_EMAIL,X509V3_R_NO_SUBJECT_DETAILS);
    -		goto err;
    -	}
    -	/* Find the subject name */
    -	if(ctx->subject_cert) nm = X509_get_subject_name(ctx->subject_cert);
    -	else nm = X509_REQ_get_subject_name(ctx->subject_req);
    -
    -	/* Now add any email address(es) to STACK */
    -	i = -1;
    -	while((i = X509_NAME_get_index_by_NID(nm,
    -					 NID_pkcs9_emailAddress, i)) >= 0) {
    -		ne = X509_NAME_get_entry(nm, i);
    -		email = M_ASN1_IA5STRING_dup(X509_NAME_ENTRY_get_data(ne));
    -                if (move_p)
    -                        {
    -                        X509_NAME_delete_entry(nm, i);
    -			X509_NAME_ENTRY_free(ne);
    -                        i--;
    -                        }
    -		if(!email || !(gen = GENERAL_NAME_new())) {
    -			X509V3err(X509V3_F_COPY_EMAIL,ERR_R_MALLOC_FAILURE);
    -			goto err;
    -		}
    -		gen->d.ia5 = email;
    -		email = NULL;
    -		gen->type = GEN_EMAIL;
    -		if(!sk_GENERAL_NAME_push(gens, gen)) {
    -			X509V3err(X509V3_F_COPY_EMAIL,ERR_R_MALLOC_FAILURE);
    -			goto err;
    -		}
    -		gen = NULL;
    -	}
    -
    -	
    -	return 1;
    -		
    -	err:
    -	GENERAL_NAME_free(gen);
    -	M_ASN1_IA5STRING_free(email);
    -	return 0;
    -	
    +    X509_NAME *nm;
    +    ASN1_IA5STRING *email = NULL;
    +    X509_NAME_ENTRY *ne;
    +    GENERAL_NAME *gen = NULL;
    +    int i;
    +    if (ctx != NULL && ctx->flags == CTX_TEST)
    +        return 1;
    +    if (!ctx || (!ctx->subject_cert && !ctx->subject_req)) {
    +        X509V3err(X509V3_F_COPY_EMAIL, X509V3_R_NO_SUBJECT_DETAILS);
    +        goto err;
    +    }
    +    /* Find the subject name */
    +    if (ctx->subject_cert)
    +        nm = X509_get_subject_name(ctx->subject_cert);
    +    else
    +        nm = X509_REQ_get_subject_name(ctx->subject_req);
    +
    +    /* Now add any email address(es) to STACK */
    +    i = -1;
    +    while ((i = X509_NAME_get_index_by_NID(nm,
    +                                           NID_pkcs9_emailAddress, i)) >= 0) {
    +        ne = X509_NAME_get_entry(nm, i);
    +        email = M_ASN1_IA5STRING_dup(X509_NAME_ENTRY_get_data(ne));
    +        if (move_p) {
    +            X509_NAME_delete_entry(nm, i);
    +            X509_NAME_ENTRY_free(ne);
    +            i--;
    +        }
    +        if (!email || !(gen = GENERAL_NAME_new())) {
    +            X509V3err(X509V3_F_COPY_EMAIL, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +        gen->d.ia5 = email;
    +        email = NULL;
    +        gen->type = GEN_EMAIL;
    +        if (!sk_GENERAL_NAME_push(gens, gen)) {
    +            X509V3err(X509V3_F_COPY_EMAIL, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +        gen = NULL;
    +    }
    +
    +    return 1;
    +
    + err:
    +    GENERAL_NAME_free(gen);
    +    M_ASN1_IA5STRING_free(email);
    +    return 0;
    +
     }
     
     GENERAL_NAMES *v2i_GENERAL_NAMES(const X509V3_EXT_METHOD *method,
    -				 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
    +                                 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
     {
    -	GENERAL_NAME *gen;
    -	GENERAL_NAMES *gens = NULL;
    -	CONF_VALUE *cnf;
    -	int i;
    -	if(!(gens = sk_GENERAL_NAME_new_null())) {
    -		X509V3err(X509V3_F_V2I_GENERAL_NAMES,ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    -	for(i = 0; i < sk_CONF_VALUE_num(nval); i++) {
    -		cnf = sk_CONF_VALUE_value(nval, i);
    -		if(!(gen = v2i_GENERAL_NAME(method, ctx, cnf))) goto err; 
    -		sk_GENERAL_NAME_push(gens, gen);
    -	}
    -	return gens;
    -	err:
    -	sk_GENERAL_NAME_pop_free(gens, GENERAL_NAME_free);
    -	return NULL;
    +    GENERAL_NAME *gen;
    +    GENERAL_NAMES *gens = NULL;
    +    CONF_VALUE *cnf;
    +    int i;
    +    if (!(gens = sk_GENERAL_NAME_new_null())) {
    +        X509V3err(X509V3_F_V2I_GENERAL_NAMES, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +    for (i = 0; i < sk_CONF_VALUE_num(nval); i++) {
    +        cnf = sk_CONF_VALUE_value(nval, i);
    +        if (!(gen = v2i_GENERAL_NAME(method, ctx, cnf)))
    +            goto err;
    +        sk_GENERAL_NAME_push(gens, gen);
    +    }
    +    return gens;
    + err:
    +    sk_GENERAL_NAME_pop_free(gens, GENERAL_NAME_free);
    +    return NULL;
     }
     
    -GENERAL_NAME *v2i_GENERAL_NAME(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
    -			       CONF_VALUE *cnf)
    -	{
    -	return v2i_GENERAL_NAME_ex(NULL, method, ctx, cnf, 0);
    -	}
    +GENERAL_NAME *v2i_GENERAL_NAME(const X509V3_EXT_METHOD *method,
    +                               X509V3_CTX *ctx, CONF_VALUE *cnf)
    +{
    +    return v2i_GENERAL_NAME_ex(NULL, method, ctx, cnf, 0);
    +}
     
     GENERAL_NAME *a2i_GENERAL_NAME(GENERAL_NAME *out,
    -			       const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
    -			       int gen_type, char *value, int is_nc)
    -	{
    -	char is_string = 0;
    -	GENERAL_NAME *gen = NULL;
    -
    -	if(!value)
    -		{
    -		X509V3err(X509V3_F_A2I_GENERAL_NAME,X509V3_R_MISSING_VALUE);
    -		return NULL;
    -		}
    -
    -	if (out)
    -		gen = out;
    -	else
    -		{
    -		gen = GENERAL_NAME_new();
    -		if(gen == NULL)
    -			{
    -			X509V3err(X509V3_F_A2I_GENERAL_NAME,ERR_R_MALLOC_FAILURE);
    -			return NULL;
    -			}
    -		}
    -
    -	switch (gen_type)
    -		{
    -		case GEN_URI:
    -		case GEN_EMAIL:
    -		case GEN_DNS:
    -		is_string = 1;
    -		break;
    -		
    -		case GEN_RID:
    -		{
    -		ASN1_OBJECT *obj;
    -		if(!(obj = OBJ_txt2obj(value,0)))
    -			{
    -			X509V3err(X509V3_F_A2I_GENERAL_NAME,X509V3_R_BAD_OBJECT);
    -			ERR_add_error_data(2, "value=", value);
    -			goto err;
    -			}
    -		gen->d.rid = obj;
    -		}
    -		break;
    -
    -		case GEN_IPADD:
    -		if (is_nc)
    -			gen->d.ip = a2i_IPADDRESS_NC(value);
    -		else
    -			gen->d.ip = a2i_IPADDRESS(value);
    -		if(gen->d.ip == NULL)
    -			{
    -			X509V3err(X509V3_F_A2I_GENERAL_NAME,X509V3_R_BAD_IP_ADDRESS);
    -			ERR_add_error_data(2, "value=", value);
    -			goto err;
    -			}
    -		break;
    -
    -		case GEN_DIRNAME:
    -		if (!do_dirname(gen, value, ctx))
    -			{
    -			X509V3err(X509V3_F_A2I_GENERAL_NAME,X509V3_R_DIRNAME_ERROR);
    -			goto err;
    -			}
    -		break;
    -
    -		case GEN_OTHERNAME:
    -		if (!do_othername(gen, value, ctx))
    -			{
    -			X509V3err(X509V3_F_A2I_GENERAL_NAME,X509V3_R_OTHERNAME_ERROR);
    -			goto err;
    -			}
    -		break;
    -		default:
    -		X509V3err(X509V3_F_A2I_GENERAL_NAME,X509V3_R_UNSUPPORTED_TYPE);
    -		goto err;
    -		}
    -
    -	if(is_string)
    -		{
    -		if(!(gen->d.ia5 = M_ASN1_IA5STRING_new()) ||
    -			      !ASN1_STRING_set(gen->d.ia5, (unsigned char*)value,
    -					       strlen(value)))
    -			{
    -			X509V3err(X509V3_F_A2I_GENERAL_NAME,ERR_R_MALLOC_FAILURE);
    -			goto err;
    -			}
    -		}
    -
    -	gen->type = gen_type;
    -
    -	return gen;
    -
    -	err:
    -	if (!out)
    -		GENERAL_NAME_free(gen);
    -	return NULL;
    -	}
    +                               const X509V3_EXT_METHOD *method,
    +                               X509V3_CTX *ctx, int gen_type, char *value,
    +                               int is_nc)
    +{
    +    char is_string = 0;
    +    GENERAL_NAME *gen = NULL;
    +
    +    if (!value) {
    +        X509V3err(X509V3_F_A2I_GENERAL_NAME, X509V3_R_MISSING_VALUE);
    +        return NULL;
    +    }
    +
    +    if (out)
    +        gen = out;
    +    else {
    +        gen = GENERAL_NAME_new();
    +        if (gen == NULL) {
    +            X509V3err(X509V3_F_A2I_GENERAL_NAME, ERR_R_MALLOC_FAILURE);
    +            return NULL;
    +        }
    +    }
    +
    +    switch (gen_type) {
    +    case GEN_URI:
    +    case GEN_EMAIL:
    +    case GEN_DNS:
    +        is_string = 1;
    +        break;
    +
    +    case GEN_RID:
    +        {
    +            ASN1_OBJECT *obj;
    +            if (!(obj = OBJ_txt2obj(value, 0))) {
    +                X509V3err(X509V3_F_A2I_GENERAL_NAME, X509V3_R_BAD_OBJECT);
    +                ERR_add_error_data(2, "value=", value);
    +                goto err;
    +            }
    +            gen->d.rid = obj;
    +        }
    +        break;
    +
    +    case GEN_IPADD:
    +        if (is_nc)
    +            gen->d.ip = a2i_IPADDRESS_NC(value);
    +        else
    +            gen->d.ip = a2i_IPADDRESS(value);
    +        if (gen->d.ip == NULL) {
    +            X509V3err(X509V3_F_A2I_GENERAL_NAME, X509V3_R_BAD_IP_ADDRESS);
    +            ERR_add_error_data(2, "value=", value);
    +            goto err;
    +        }
    +        break;
    +
    +    case GEN_DIRNAME:
    +        if (!do_dirname(gen, value, ctx)) {
    +            X509V3err(X509V3_F_A2I_GENERAL_NAME, X509V3_R_DIRNAME_ERROR);
    +            goto err;
    +        }
    +        break;
    +
    +    case GEN_OTHERNAME:
    +        if (!do_othername(gen, value, ctx)) {
    +            X509V3err(X509V3_F_A2I_GENERAL_NAME, X509V3_R_OTHERNAME_ERROR);
    +            goto err;
    +        }
    +        break;
    +    default:
    +        X509V3err(X509V3_F_A2I_GENERAL_NAME, X509V3_R_UNSUPPORTED_TYPE);
    +        goto err;
    +    }
    +
    +    if (is_string) {
    +        if (!(gen->d.ia5 = M_ASN1_IA5STRING_new()) ||
    +            !ASN1_STRING_set(gen->d.ia5, (unsigned char *)value,
    +                             strlen(value))) {
    +            X509V3err(X509V3_F_A2I_GENERAL_NAME, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +    }
    +
    +    gen->type = gen_type;
    +
    +    return gen;
    +
    + err:
    +    if (!out)
    +        GENERAL_NAME_free(gen);
    +    return NULL;
    +}
     
     GENERAL_NAME *v2i_GENERAL_NAME_ex(GENERAL_NAME *out,
    -				  const X509V3_EXT_METHOD *method,
    -				  X509V3_CTX *ctx, CONF_VALUE *cnf, int is_nc)
    -	{
    -	int type;
    -
    -	char *name, *value;
    -
    -	name = cnf->name;
    -	value = cnf->value;
    -
    -	if(!value)
    -		{
    -		X509V3err(X509V3_F_V2I_GENERAL_NAME_EX,X509V3_R_MISSING_VALUE);
    -		return NULL;
    -		}
    -
    -	if(!name_cmp(name, "email"))
    -		type = GEN_EMAIL;
    -	else if(!name_cmp(name, "URI"))
    -		type = GEN_URI;
    -	else if(!name_cmp(name, "DNS"))
    -		type = GEN_DNS;
    -	else if(!name_cmp(name, "RID"))
    -		type = GEN_RID;
    -	else if(!name_cmp(name, "IP"))
    -		type = GEN_IPADD;
    -	else if(!name_cmp(name, "dirName"))
    -		type = GEN_DIRNAME;
    -	else if(!name_cmp(name, "otherName"))
    -		type = GEN_OTHERNAME;
    -	else
    -		{
    -		X509V3err(X509V3_F_V2I_GENERAL_NAME_EX,X509V3_R_UNSUPPORTED_OPTION);
    -		ERR_add_error_data(2, "name=", name);
    -		return NULL;
    -		}
    -
    -	return a2i_GENERAL_NAME(out, method, ctx, type, value, is_nc);
    -
    -	}
    +                                  const X509V3_EXT_METHOD *method,
    +                                  X509V3_CTX *ctx, CONF_VALUE *cnf, int is_nc)
    +{
    +    int type;
    +
    +    char *name, *value;
    +
    +    name = cnf->name;
    +    value = cnf->value;
    +
    +    if (!value) {
    +        X509V3err(X509V3_F_V2I_GENERAL_NAME_EX, X509V3_R_MISSING_VALUE);
    +        return NULL;
    +    }
    +
    +    if (!name_cmp(name, "email"))
    +        type = GEN_EMAIL;
    +    else if (!name_cmp(name, "URI"))
    +        type = GEN_URI;
    +    else if (!name_cmp(name, "DNS"))
    +        type = GEN_DNS;
    +    else if (!name_cmp(name, "RID"))
    +        type = GEN_RID;
    +    else if (!name_cmp(name, "IP"))
    +        type = GEN_IPADD;
    +    else if (!name_cmp(name, "dirName"))
    +        type = GEN_DIRNAME;
    +    else if (!name_cmp(name, "otherName"))
    +        type = GEN_OTHERNAME;
    +    else {
    +        X509V3err(X509V3_F_V2I_GENERAL_NAME_EX, X509V3_R_UNSUPPORTED_OPTION);
    +        ERR_add_error_data(2, "name=", name);
    +        return NULL;
    +    }
    +
    +    return a2i_GENERAL_NAME(out, method, ctx, type, value, is_nc);
    +
    +}
     
     static int do_othername(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx)
    -	{
    -	char *objtmp = NULL, *p;
    -	int objlen;
    -	if (!(p = strchr(value, ';')))
    -		return 0;
    -	if (!(gen->d.otherName = OTHERNAME_new()))
    -		return 0;
    -	/* Free this up because we will overwrite it.
    -	 * no need to free type_id because it is static
    -	 */
    -	ASN1_TYPE_free(gen->d.otherName->value);
    -	if (!(gen->d.otherName->value = ASN1_generate_v3(p + 1, ctx)))
    -		return 0;
    -	objlen = p - value;
    -	objtmp = OPENSSL_malloc(objlen + 1);
    -	strncpy(objtmp, value, objlen);
    -	objtmp[objlen] = 0;
    -	gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0);
    -	OPENSSL_free(objtmp);	
    -	if (!gen->d.otherName->type_id)
    -		return 0;
    -	return 1;
    -	}
    +{
    +    char *objtmp = NULL, *p;
    +    int objlen;
    +    if (!(p = strchr(value, ';')))
    +        return 0;
    +    if (!(gen->d.otherName = OTHERNAME_new()))
    +        return 0;
    +    /*
    +     * Free this up because we will overwrite it. no need to free type_id
    +     * because it is static
    +     */
    +    ASN1_TYPE_free(gen->d.otherName->value);
    +    if (!(gen->d.otherName->value = ASN1_generate_v3(p + 1, ctx)))
    +        return 0;
    +    objlen = p - value;
    +    objtmp = OPENSSL_malloc(objlen + 1);
    +    strncpy(objtmp, value, objlen);
    +    objtmp[objlen] = 0;
    +    gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0);
    +    OPENSSL_free(objtmp);
    +    if (!gen->d.otherName->type_id)
    +        return 0;
    +    return 1;
    +}
     
     static int do_dirname(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx)
    -	{
    -	int ret;
    -	STACK_OF(CONF_VALUE) *sk;
    -	X509_NAME *nm;
    -	if (!(nm = X509_NAME_new()))
    -		return 0;
    -	sk = X509V3_get_section(ctx, value);
    -	if (!sk)
    -		{
    -		X509V3err(X509V3_F_DO_DIRNAME,X509V3_R_SECTION_NOT_FOUND);
    -		ERR_add_error_data(2, "section=", value);
    -		X509_NAME_free(nm);
    -		return 0;
    -		}
    -	/* FIXME: should allow other character types... */
    -	ret = X509V3_NAME_from_section(nm, sk, MBSTRING_ASC);
    -	if (!ret)
    -		X509_NAME_free(nm);
    -	gen->d.dirn = nm;
    -	X509V3_section_free(ctx, sk);
    -		
    -	return ret;
    -	}
    +{
    +    int ret;
    +    STACK_OF(CONF_VALUE) *sk;
    +    X509_NAME *nm;
    +    if (!(nm = X509_NAME_new()))
    +        return 0;
    +    sk = X509V3_get_section(ctx, value);
    +    if (!sk) {
    +        X509V3err(X509V3_F_DO_DIRNAME, X509V3_R_SECTION_NOT_FOUND);
    +        ERR_add_error_data(2, "section=", value);
    +        X509_NAME_free(nm);
    +        return 0;
    +    }
    +    /* FIXME: should allow other character types... */
    +    ret = X509V3_NAME_from_section(nm, sk, MBSTRING_ASC);
    +    if (!ret)
    +        X509_NAME_free(nm);
    +    gen->d.dirn = nm;
    +    X509V3_section_free(ctx, sk);
    +
    +    return ret;
    +}
    diff --git a/openssl/crypto/x509v3/v3_asid.c b/openssl/crypto/x509v3/v3_asid.c
    index 1587e8ed7..2a32c9d0c 100644
    --- a/openssl/crypto/x509v3/v3_asid.c
    +++ b/openssl/crypto/x509v3/v3_asid.c
    @@ -10,7 +10,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -104,93 +104,92 @@ IMPLEMENT_ASN1_FUNCTIONS(ASIdentifiers)
      * i2r method for an ASIdentifierChoice.
      */
     static int i2r_ASIdentifierChoice(BIO *out,
    -				  ASIdentifierChoice *choice,
    -				  int indent,
    -				  const char *msg)
    +                                  ASIdentifierChoice *choice,
    +                                  int indent, const char *msg)
     {
    -  int i;
    -  char *s;
    -  if (choice == NULL)
    -    return 1;
    -  BIO_printf(out, "%*s%s:\n", indent, "", msg);
    -  switch (choice->type) {
    -  case ASIdentifierChoice_inherit:
    -    BIO_printf(out, "%*sinherit\n", indent + 2, "");
    -    break;
    -  case ASIdentifierChoice_asIdsOrRanges:
    -    for (i = 0; i < sk_ASIdOrRange_num(choice->u.asIdsOrRanges); i++) {
    -      ASIdOrRange *aor = sk_ASIdOrRange_value(choice->u.asIdsOrRanges, i);
    -      switch (aor->type) {
    -      case ASIdOrRange_id:
    -	if ((s = i2s_ASN1_INTEGER(NULL, aor->u.id)) == NULL)
    -	  return 0;
    -	BIO_printf(out, "%*s%s\n", indent + 2, "", s);
    -	OPENSSL_free(s);
    -	break;
    -      case ASIdOrRange_range:
    -	if ((s = i2s_ASN1_INTEGER(NULL, aor->u.range->min)) == NULL)
    -	  return 0;
    -	BIO_printf(out, "%*s%s-", indent + 2, "", s);
    -	OPENSSL_free(s);
    -	if ((s = i2s_ASN1_INTEGER(NULL, aor->u.range->max)) == NULL)
    -	  return 0;
    -	BIO_printf(out, "%s\n", s);
    -	OPENSSL_free(s);
    -	break;
    -      default:
    -	return 0;
    -      }
    +    int i;
    +    char *s;
    +    if (choice == NULL)
    +        return 1;
    +    BIO_printf(out, "%*s%s:\n", indent, "", msg);
    +    switch (choice->type) {
    +    case ASIdentifierChoice_inherit:
    +        BIO_printf(out, "%*sinherit\n", indent + 2, "");
    +        break;
    +    case ASIdentifierChoice_asIdsOrRanges:
    +        for (i = 0; i < sk_ASIdOrRange_num(choice->u.asIdsOrRanges); i++) {
    +            ASIdOrRange *aor =
    +                sk_ASIdOrRange_value(choice->u.asIdsOrRanges, i);
    +            switch (aor->type) {
    +            case ASIdOrRange_id:
    +                if ((s = i2s_ASN1_INTEGER(NULL, aor->u.id)) == NULL)
    +                    return 0;
    +                BIO_printf(out, "%*s%s\n", indent + 2, "", s);
    +                OPENSSL_free(s);
    +                break;
    +            case ASIdOrRange_range:
    +                if ((s = i2s_ASN1_INTEGER(NULL, aor->u.range->min)) == NULL)
    +                    return 0;
    +                BIO_printf(out, "%*s%s-", indent + 2, "", s);
    +                OPENSSL_free(s);
    +                if ((s = i2s_ASN1_INTEGER(NULL, aor->u.range->max)) == NULL)
    +                    return 0;
    +                BIO_printf(out, "%s\n", s);
    +                OPENSSL_free(s);
    +                break;
    +            default:
    +                return 0;
    +            }
    +        }
    +        break;
    +    default:
    +        return 0;
         }
    -    break;
    -  default:
    -    return 0;
    -  }
    -  return 1;
    +    return 1;
     }
     
     /*
      * i2r method for an ASIdentifier extension.
      */
     static int i2r_ASIdentifiers(const X509V3_EXT_METHOD *method,
    -			     void *ext,
    -			     BIO *out,
    -			     int indent)
    +                             void *ext, BIO *out, int indent)
     {
    -  ASIdentifiers *asid = ext;
    -  return (i2r_ASIdentifierChoice(out, asid->asnum, indent,
    -				 "Autonomous System Numbers") &&
    -	  i2r_ASIdentifierChoice(out, asid->rdi, indent,
    -				 "Routing Domain Identifiers"));
    +    ASIdentifiers *asid = ext;
    +    return (i2r_ASIdentifierChoice(out, asid->asnum, indent,
    +                                   "Autonomous System Numbers") &&
    +            i2r_ASIdentifierChoice(out, asid->rdi, indent,
    +                                   "Routing Domain Identifiers"));
     }
     
     /*
      * Sort comparision function for a sequence of ASIdOrRange elements.
      */
    -static int ASIdOrRange_cmp(const ASIdOrRange * const *a_,
    -			   const ASIdOrRange * const *b_)
    +static int ASIdOrRange_cmp(const ASIdOrRange *const *a_,
    +                           const ASIdOrRange *const *b_)
     {
    -  const ASIdOrRange *a = *a_, *b = *b_;
    +    const ASIdOrRange *a = *a_, *b = *b_;
     
    -  OPENSSL_assert((a->type == ASIdOrRange_id && a->u.id != NULL) ||
    -	 (a->type == ASIdOrRange_range && a->u.range != NULL &&
    -	  a->u.range->min != NULL && a->u.range->max != NULL));
    +    OPENSSL_assert((a->type == ASIdOrRange_id && a->u.id != NULL) ||
    +                   (a->type == ASIdOrRange_range && a->u.range != NULL &&
    +                    a->u.range->min != NULL && a->u.range->max != NULL));
     
    -  OPENSSL_assert((b->type == ASIdOrRange_id && b->u.id != NULL) ||
    -	 (b->type == ASIdOrRange_range && b->u.range != NULL &&
    -	  b->u.range->min != NULL && b->u.range->max != NULL));
    +    OPENSSL_assert((b->type == ASIdOrRange_id && b->u.id != NULL) ||
    +                   (b->type == ASIdOrRange_range && b->u.range != NULL &&
    +                    b->u.range->min != NULL && b->u.range->max != NULL));
     
    -  if (a->type == ASIdOrRange_id && b->type == ASIdOrRange_id)
    -    return ASN1_INTEGER_cmp(a->u.id, b->u.id);
    +    if (a->type == ASIdOrRange_id && b->type == ASIdOrRange_id)
    +        return ASN1_INTEGER_cmp(a->u.id, b->u.id);
     
    -  if (a->type == ASIdOrRange_range && b->type == ASIdOrRange_range) {
    -    int r = ASN1_INTEGER_cmp(a->u.range->min, b->u.range->min);
    -    return r != 0 ? r : ASN1_INTEGER_cmp(a->u.range->max, b->u.range->max);
    -  }
    +    if (a->type == ASIdOrRange_range && b->type == ASIdOrRange_range) {
    +        int r = ASN1_INTEGER_cmp(a->u.range->min, b->u.range->min);
    +        return r != 0 ? r : ASN1_INTEGER_cmp(a->u.range->max,
    +                                             b->u.range->max);
    +    }
     
    -  if (a->type == ASIdOrRange_id)
    -    return ASN1_INTEGER_cmp(a->u.id, b->u.range->min);
    -  else
    -    return ASN1_INTEGER_cmp(a->u.range->min, b->u.id);
    +    if (a->type == ASIdOrRange_id)
    +        return ASN1_INTEGER_cmp(a->u.id, b->u.range->min);
    +    else
    +        return ASN1_INTEGER_cmp(a->u.range->min, b->u.id);
     }
     
     /*
    @@ -198,104 +197,101 @@ static int ASIdOrRange_cmp(const ASIdOrRange * const *a_,
      */
     int v3_asid_add_inherit(ASIdentifiers *asid, int which)
     {
    -  ASIdentifierChoice **choice;
    -  if (asid == NULL)
    -    return 0;
    -  switch (which) {
    -  case V3_ASID_ASNUM:
    -    choice = &asid->asnum;
    -    break;
    -  case V3_ASID_RDI:
    -    choice = &asid->rdi;
    -    break;
    -  default:
    -    return 0;
    -  }
    -  if (*choice == NULL) {
    -    if ((*choice = ASIdentifierChoice_new()) == NULL)
    -      return 0;
    -    OPENSSL_assert((*choice)->u.inherit == NULL);
    -    if (((*choice)->u.inherit = ASN1_NULL_new()) == NULL)
    -      return 0;
    -    (*choice)->type = ASIdentifierChoice_inherit;
    -  }
    -  return (*choice)->type == ASIdentifierChoice_inherit;
    +    ASIdentifierChoice **choice;
    +    if (asid == NULL)
    +        return 0;
    +    switch (which) {
    +    case V3_ASID_ASNUM:
    +        choice = &asid->asnum;
    +        break;
    +    case V3_ASID_RDI:
    +        choice = &asid->rdi;
    +        break;
    +    default:
    +        return 0;
    +    }
    +    if (*choice == NULL) {
    +        if ((*choice = ASIdentifierChoice_new()) == NULL)
    +            return 0;
    +        OPENSSL_assert((*choice)->u.inherit == NULL);
    +        if (((*choice)->u.inherit = ASN1_NULL_new()) == NULL)
    +            return 0;
    +        (*choice)->type = ASIdentifierChoice_inherit;
    +    }
    +    return (*choice)->type == ASIdentifierChoice_inherit;
     }
     
     /*
      * Add an ID or range to an ASIdentifierChoice.
      */
     int v3_asid_add_id_or_range(ASIdentifiers *asid,
    -			    int which,
    -			    ASN1_INTEGER *min,
    -			    ASN1_INTEGER *max)
    +                            int which, ASN1_INTEGER *min, ASN1_INTEGER *max)
     {
    -  ASIdentifierChoice **choice;
    -  ASIdOrRange *aor;
    -  if (asid == NULL)
    -    return 0;
    -  switch (which) {
    -  case V3_ASID_ASNUM:
    -    choice = &asid->asnum;
    -    break;
    -  case V3_ASID_RDI:
    -    choice = &asid->rdi;
    -    break;
    -  default:
    -    return 0;
    -  }
    -  if (*choice != NULL && (*choice)->type == ASIdentifierChoice_inherit)
    -    return 0;
    -  if (*choice == NULL) {
    -    if ((*choice = ASIdentifierChoice_new()) == NULL)
    -      return 0;
    -    OPENSSL_assert((*choice)->u.asIdsOrRanges == NULL);
    -    (*choice)->u.asIdsOrRanges = sk_ASIdOrRange_new(ASIdOrRange_cmp);
    -    if ((*choice)->u.asIdsOrRanges == NULL)
    -      return 0;
    -    (*choice)->type = ASIdentifierChoice_asIdsOrRanges;
    -  }
    -  if ((aor = ASIdOrRange_new()) == NULL)
    -    return 0;
    -  if (max == NULL) {
    -    aor->type = ASIdOrRange_id;
    -    aor->u.id = min;
    -  } else {
    -    aor->type = ASIdOrRange_range;
    -    if ((aor->u.range = ASRange_new()) == NULL)
    -      goto err;
    -    ASN1_INTEGER_free(aor->u.range->min);
    -    aor->u.range->min = min;
    -    ASN1_INTEGER_free(aor->u.range->max);
    -    aor->u.range->max = max;
    -  }
    -  if (!(sk_ASIdOrRange_push((*choice)->u.asIdsOrRanges, aor)))
    -    goto err;
    -  return 1;
    +    ASIdentifierChoice **choice;
    +    ASIdOrRange *aor;
    +    if (asid == NULL)
    +        return 0;
    +    switch (which) {
    +    case V3_ASID_ASNUM:
    +        choice = &asid->asnum;
    +        break;
    +    case V3_ASID_RDI:
    +        choice = &asid->rdi;
    +        break;
    +    default:
    +        return 0;
    +    }
    +    if (*choice != NULL && (*choice)->type == ASIdentifierChoice_inherit)
    +        return 0;
    +    if (*choice == NULL) {
    +        if ((*choice = ASIdentifierChoice_new()) == NULL)
    +            return 0;
    +        OPENSSL_assert((*choice)->u.asIdsOrRanges == NULL);
    +        (*choice)->u.asIdsOrRanges = sk_ASIdOrRange_new(ASIdOrRange_cmp);
    +        if ((*choice)->u.asIdsOrRanges == NULL)
    +            return 0;
    +        (*choice)->type = ASIdentifierChoice_asIdsOrRanges;
    +    }
    +    if ((aor = ASIdOrRange_new()) == NULL)
    +        return 0;
    +    if (max == NULL) {
    +        aor->type = ASIdOrRange_id;
    +        aor->u.id = min;
    +    } else {
    +        aor->type = ASIdOrRange_range;
    +        if ((aor->u.range = ASRange_new()) == NULL)
    +            goto err;
    +        ASN1_INTEGER_free(aor->u.range->min);
    +        aor->u.range->min = min;
    +        ASN1_INTEGER_free(aor->u.range->max);
    +        aor->u.range->max = max;
    +    }
    +    if (!(sk_ASIdOrRange_push((*choice)->u.asIdsOrRanges, aor)))
    +        goto err;
    +    return 1;
     
      err:
    -  ASIdOrRange_free(aor);
    -  return 0;
    +    ASIdOrRange_free(aor);
    +    return 0;
     }
     
     /*
      * Extract min and max values from an ASIdOrRange.
      */
     static void extract_min_max(ASIdOrRange *aor,
    -			    ASN1_INTEGER **min,
    -			    ASN1_INTEGER **max)
    +                            ASN1_INTEGER **min, ASN1_INTEGER **max)
     {
    -  OPENSSL_assert(aor != NULL && min != NULL && max != NULL);
    -  switch (aor->type) {
    -  case ASIdOrRange_id:
    -    *min = aor->u.id;
    -    *max = aor->u.id;
    -    return;
    -  case ASIdOrRange_range:
    -    *min = aor->u.range->min;
    -    *max = aor->u.range->max;
    -    return;
    -  }
    +    OPENSSL_assert(aor != NULL && min != NULL && max != NULL);
    +    switch (aor->type) {
    +    case ASIdOrRange_id:
    +        *min = aor->u.id;
    +        *max = aor->u.id;
    +        return;
    +    case ASIdOrRange_range:
    +        *min = aor->u.range->min;
    +        *max = aor->u.range->max;
    +        return;
    +    }
     }
     
     /*
    @@ -303,81 +299,82 @@ static void extract_min_max(ASIdOrRange *aor,
      */
     static int ASIdentifierChoice_is_canonical(ASIdentifierChoice *choice)
     {
    -  ASN1_INTEGER *a_max_plus_one = NULL;
    -  BIGNUM *bn = NULL;
    -  int i, ret = 0;
    -
    -  /*
    -   * Empty element or inheritance is canonical.
    -   */
    -  if (choice == NULL || choice->type == ASIdentifierChoice_inherit)
    -    return 1;
    -
    -  /*
    -   * If not a list, or if empty list, it's broken.
    -   */
    -  if (choice->type != ASIdentifierChoice_asIdsOrRanges ||
    -      sk_ASIdOrRange_num(choice->u.asIdsOrRanges) == 0)
    -    return 0;
    +    ASN1_INTEGER *a_max_plus_one = NULL;
    +    BIGNUM *bn = NULL;
    +    int i, ret = 0;
     
    -  /*
    -   * It's a list, check it.
    -   */
    -  for (i = 0; i < sk_ASIdOrRange_num(choice->u.asIdsOrRanges) - 1; i++) {
    -    ASIdOrRange *a = sk_ASIdOrRange_value(choice->u.asIdsOrRanges, i);
    -    ASIdOrRange *b = sk_ASIdOrRange_value(choice->u.asIdsOrRanges, i + 1);
    -    ASN1_INTEGER *a_min, *a_max, *b_min, *b_max;
    -
    -    extract_min_max(a, &a_min, &a_max);
    -    extract_min_max(b, &b_min, &b_max);
    +    /*
    +     * Empty element or inheritance is canonical.
    +     */
    +    if (choice == NULL || choice->type == ASIdentifierChoice_inherit)
    +        return 1;
     
         /*
    -     * Punt misordered list, overlapping start, or inverted range.
    +     * If not a list, or if empty list, it's broken.
          */
    -    if (ASN1_INTEGER_cmp(a_min, b_min) >= 0 ||
    -	ASN1_INTEGER_cmp(a_min, a_max) > 0 ||
    -	ASN1_INTEGER_cmp(b_min, b_max) > 0)
    -      goto done;
    +    if (choice->type != ASIdentifierChoice_asIdsOrRanges ||
    +        sk_ASIdOrRange_num(choice->u.asIdsOrRanges) == 0)
    +        return 0;
     
         /*
    -     * Calculate a_max + 1 to check for adjacency.
    +     * It's a list, check it.
          */
    -    if ((bn == NULL && (bn = BN_new()) == NULL) ||
    -	ASN1_INTEGER_to_BN(a_max, bn) == NULL ||
    -	!BN_add_word(bn, 1) ||
    -	(a_max_plus_one = BN_to_ASN1_INTEGER(bn, a_max_plus_one)) == NULL) {
    -      X509V3err(X509V3_F_ASIDENTIFIERCHOICE_IS_CANONICAL,
    -		ERR_R_MALLOC_FAILURE);
    -      goto done;
    +    for (i = 0; i < sk_ASIdOrRange_num(choice->u.asIdsOrRanges) - 1; i++) {
    +        ASIdOrRange *a = sk_ASIdOrRange_value(choice->u.asIdsOrRanges, i);
    +        ASIdOrRange *b = sk_ASIdOrRange_value(choice->u.asIdsOrRanges, i + 1);
    +        ASN1_INTEGER *a_min, *a_max, *b_min, *b_max;
    +
    +        extract_min_max(a, &a_min, &a_max);
    +        extract_min_max(b, &b_min, &b_max);
    +
    +        /*
    +         * Punt misordered list, overlapping start, or inverted range.
    +         */
    +        if (ASN1_INTEGER_cmp(a_min, b_min) >= 0 ||
    +            ASN1_INTEGER_cmp(a_min, a_max) > 0 ||
    +            ASN1_INTEGER_cmp(b_min, b_max) > 0)
    +            goto done;
    +
    +        /*
    +         * Calculate a_max + 1 to check for adjacency.
    +         */
    +        if ((bn == NULL && (bn = BN_new()) == NULL) ||
    +            ASN1_INTEGER_to_BN(a_max, bn) == NULL ||
    +            !BN_add_word(bn, 1) ||
    +            (a_max_plus_one =
    +             BN_to_ASN1_INTEGER(bn, a_max_plus_one)) == NULL) {
    +            X509V3err(X509V3_F_ASIDENTIFIERCHOICE_IS_CANONICAL,
    +                      ERR_R_MALLOC_FAILURE);
    +            goto done;
    +        }
    +
    +        /*
    +         * Punt if adjacent or overlapping.
    +         */
    +        if (ASN1_INTEGER_cmp(a_max_plus_one, b_min) >= 0)
    +            goto done;
         }
    -    
    +
         /*
    -     * Punt if adjacent or overlapping.
    +     * Check for inverted range.
          */
    -    if (ASN1_INTEGER_cmp(a_max_plus_one, b_min) >= 0)
    -      goto done;
    -  }
    -
    -  /*
    -   * Check for inverted range.
    -   */
    -  i = sk_ASIdOrRange_num(choice->u.asIdsOrRanges) - 1;
    -  {
    -    ASIdOrRange *a = sk_ASIdOrRange_value(choice->u.asIdsOrRanges, i);
    -    ASN1_INTEGER *a_min, *a_max;
    -    if (a != NULL && a->type == ASIdOrRange_range) {
    -      extract_min_max(a, &a_min, &a_max);
    -      if (ASN1_INTEGER_cmp(a_min, a_max) > 0)
    -	goto done;
    +    i = sk_ASIdOrRange_num(choice->u.asIdsOrRanges) - 1;
    +    {
    +        ASIdOrRange *a = sk_ASIdOrRange_value(choice->u.asIdsOrRanges, i);
    +        ASN1_INTEGER *a_min, *a_max;
    +        if (a != NULL && a->type == ASIdOrRange_range) {
    +            extract_min_max(a, &a_min, &a_max);
    +            if (ASN1_INTEGER_cmp(a_min, a_max) > 0)
    +                goto done;
    +        }
         }
    -  }
     
    -  ret = 1;
    +    ret = 1;
     
      done:
    -  ASN1_INTEGER_free(a_max_plus_one);
    -  BN_free(bn);
    -  return ret;
    +    ASN1_INTEGER_free(a_max_plus_one);
    +    BN_free(bn);
    +    return ret;
     }
     
     /*
    @@ -385,9 +382,9 @@ static int ASIdentifierChoice_is_canonical(ASIdentifierChoice *choice)
      */
     int v3_asid_is_canonical(ASIdentifiers *asid)
     {
    -  return (asid == NULL ||
    -	  (ASIdentifierChoice_is_canonical(asid->asnum) &&
    -	   ASIdentifierChoice_is_canonical(asid->rdi)));
    +    return (asid == NULL ||
    +            (ASIdentifierChoice_is_canonical(asid->asnum) &&
    +             ASIdentifierChoice_is_canonical(asid->rdi)));
     }
     
     /*
    @@ -395,134 +392,136 @@ int v3_asid_is_canonical(ASIdentifiers *asid)
      */
     static int ASIdentifierChoice_canonize(ASIdentifierChoice *choice)
     {
    -  ASN1_INTEGER *a_max_plus_one = NULL;
    -  BIGNUM *bn = NULL;
    -  int i, ret = 0;
    -
    -  /*
    -   * Nothing to do for empty element or inheritance.
    -   */
    -  if (choice == NULL || choice->type == ASIdentifierChoice_inherit)
    -    return 1;
    -
    -  /*
    -   * If not a list, or if empty list, it's broken.
    -   */
    -  if (choice->type != ASIdentifierChoice_asIdsOrRanges ||
    -      sk_ASIdOrRange_num(choice->u.asIdsOrRanges) == 0) {
    -    X509V3err(X509V3_F_ASIDENTIFIERCHOICE_CANONIZE,
    -	      X509V3_R_EXTENSION_VALUE_ERROR);
    -    return 0;
    -  }
    -
    -  /*
    -   * We have a non-empty list.  Sort it.
    -   */
    -  sk_ASIdOrRange_sort(choice->u.asIdsOrRanges);
    -
    -  /*
    -   * Now check for errors and suboptimal encoding, rejecting the
    -   * former and fixing the latter.
    -   */
    -  for (i = 0; i < sk_ASIdOrRange_num(choice->u.asIdsOrRanges) - 1; i++) {
    -    ASIdOrRange *a = sk_ASIdOrRange_value(choice->u.asIdsOrRanges, i);
    -    ASIdOrRange *b = sk_ASIdOrRange_value(choice->u.asIdsOrRanges, i + 1);
    -    ASN1_INTEGER *a_min, *a_max, *b_min, *b_max;
    -
    -    extract_min_max(a, &a_min, &a_max);
    -    extract_min_max(b, &b_min, &b_max);
    +    ASN1_INTEGER *a_max_plus_one = NULL;
    +    BIGNUM *bn = NULL;
    +    int i, ret = 0;
     
         /*
    -     * Make sure we're properly sorted (paranoia).
    +     * Nothing to do for empty element or inheritance.
          */
    -    OPENSSL_assert(ASN1_INTEGER_cmp(a_min, b_min) <= 0);
    +    if (choice == NULL || choice->type == ASIdentifierChoice_inherit)
    +        return 1;
     
         /*
    -     * Punt inverted ranges.
    +     * If not a list, or if empty list, it's broken.
          */
    -    if (ASN1_INTEGER_cmp(a_min, a_max) > 0 ||
    -	ASN1_INTEGER_cmp(b_min, b_max) > 0)
    -      goto done;
    +    if (choice->type != ASIdentifierChoice_asIdsOrRanges ||
    +        sk_ASIdOrRange_num(choice->u.asIdsOrRanges) == 0) {
    +        X509V3err(X509V3_F_ASIDENTIFIERCHOICE_CANONIZE,
    +                  X509V3_R_EXTENSION_VALUE_ERROR);
    +        return 0;
    +    }
     
         /*
    -     * Check for overlaps.
    +     * We have a non-empty list.  Sort it.
          */
    -    if (ASN1_INTEGER_cmp(a_max, b_min) >= 0) {
    -      X509V3err(X509V3_F_ASIDENTIFIERCHOICE_CANONIZE,
    -		X509V3_R_EXTENSION_VALUE_ERROR);
    -      goto done;
    -    }
    +    sk_ASIdOrRange_sort(choice->u.asIdsOrRanges);
     
         /*
    -     * Calculate a_max + 1 to check for adjacency.
    +     * Now check for errors and suboptimal encoding, rejecting the
    +     * former and fixing the latter.
          */
    -    if ((bn == NULL && (bn = BN_new()) == NULL) ||
    -	ASN1_INTEGER_to_BN(a_max, bn) == NULL ||
    -	!BN_add_word(bn, 1) ||
    -	(a_max_plus_one = BN_to_ASN1_INTEGER(bn, a_max_plus_one)) == NULL) {
    -      X509V3err(X509V3_F_ASIDENTIFIERCHOICE_CANONIZE, ERR_R_MALLOC_FAILURE);
    -      goto done;
    +    for (i = 0; i < sk_ASIdOrRange_num(choice->u.asIdsOrRanges) - 1; i++) {
    +        ASIdOrRange *a = sk_ASIdOrRange_value(choice->u.asIdsOrRanges, i);
    +        ASIdOrRange *b = sk_ASIdOrRange_value(choice->u.asIdsOrRanges, i + 1);
    +        ASN1_INTEGER *a_min, *a_max, *b_min, *b_max;
    +
    +        extract_min_max(a, &a_min, &a_max);
    +        extract_min_max(b, &b_min, &b_max);
    +
    +        /*
    +         * Make sure we're properly sorted (paranoia).
    +         */
    +        OPENSSL_assert(ASN1_INTEGER_cmp(a_min, b_min) <= 0);
    +
    +        /*
    +         * Punt inverted ranges.
    +         */
    +        if (ASN1_INTEGER_cmp(a_min, a_max) > 0 ||
    +            ASN1_INTEGER_cmp(b_min, b_max) > 0)
    +            goto done;
    +
    +        /*
    +         * Check for overlaps.
    +         */
    +        if (ASN1_INTEGER_cmp(a_max, b_min) >= 0) {
    +            X509V3err(X509V3_F_ASIDENTIFIERCHOICE_CANONIZE,
    +                      X509V3_R_EXTENSION_VALUE_ERROR);
    +            goto done;
    +        }
    +
    +        /*
    +         * Calculate a_max + 1 to check for adjacency.
    +         */
    +        if ((bn == NULL && (bn = BN_new()) == NULL) ||
    +            ASN1_INTEGER_to_BN(a_max, bn) == NULL ||
    +            !BN_add_word(bn, 1) ||
    +            (a_max_plus_one =
    +             BN_to_ASN1_INTEGER(bn, a_max_plus_one)) == NULL) {
    +            X509V3err(X509V3_F_ASIDENTIFIERCHOICE_CANONIZE,
    +                      ERR_R_MALLOC_FAILURE);
    +            goto done;
    +        }
    +
    +        /*
    +         * If a and b are adjacent, merge them.
    +         */
    +        if (ASN1_INTEGER_cmp(a_max_plus_one, b_min) == 0) {
    +            ASRange *r;
    +            switch (a->type) {
    +            case ASIdOrRange_id:
    +                if ((r = OPENSSL_malloc(sizeof(ASRange))) == NULL) {
    +                    X509V3err(X509V3_F_ASIDENTIFIERCHOICE_CANONIZE,
    +                              ERR_R_MALLOC_FAILURE);
    +                    goto done;
    +                }
    +                r->min = a_min;
    +                r->max = b_max;
    +                a->type = ASIdOrRange_range;
    +                a->u.range = r;
    +                break;
    +            case ASIdOrRange_range:
    +                ASN1_INTEGER_free(a->u.range->max);
    +                a->u.range->max = b_max;
    +                break;
    +            }
    +            switch (b->type) {
    +            case ASIdOrRange_id:
    +                b->u.id = NULL;
    +                break;
    +            case ASIdOrRange_range:
    +                b->u.range->max = NULL;
    +                break;
    +            }
    +            ASIdOrRange_free(b);
    +            (void)sk_ASIdOrRange_delete(choice->u.asIdsOrRanges, i + 1);
    +            i--;
    +            continue;
    +        }
         }
    -    
    +
         /*
    -     * If a and b are adjacent, merge them.
    +     * Check for final inverted range.
          */
    -    if (ASN1_INTEGER_cmp(a_max_plus_one, b_min) == 0) {
    -      ASRange *r;
    -      switch (a->type) {
    -      case ASIdOrRange_id:
    -	if ((r = OPENSSL_malloc(sizeof(ASRange))) == NULL) {
    -	  X509V3err(X509V3_F_ASIDENTIFIERCHOICE_CANONIZE,
    -		    ERR_R_MALLOC_FAILURE);
    -	  goto done;
    -	}
    -	r->min = a_min;
    -	r->max = b_max;
    -	a->type = ASIdOrRange_range;
    -	a->u.range = r;
    -	break;
    -      case ASIdOrRange_range:
    -	ASN1_INTEGER_free(a->u.range->max);
    -	a->u.range->max = b_max;
    -	break;
    -      }
    -      switch (b->type) {
    -      case ASIdOrRange_id:
    -	b->u.id = NULL;
    -	break;
    -      case ASIdOrRange_range:
    -	b->u.range->max = NULL;
    -	break;
    -      }
    -      ASIdOrRange_free(b);
    -      (void) sk_ASIdOrRange_delete(choice->u.asIdsOrRanges, i + 1);
    -      i--;
    -      continue;
    +    i = sk_ASIdOrRange_num(choice->u.asIdsOrRanges) - 1;
    +    {
    +        ASIdOrRange *a = sk_ASIdOrRange_value(choice->u.asIdsOrRanges, i);
    +        ASN1_INTEGER *a_min, *a_max;
    +        if (a != NULL && a->type == ASIdOrRange_range) {
    +            extract_min_max(a, &a_min, &a_max);
    +            if (ASN1_INTEGER_cmp(a_min, a_max) > 0)
    +                goto done;
    +        }
         }
    -  }
    -
    -  /*
    -   * Check for final inverted range.
    -   */
    -  i = sk_ASIdOrRange_num(choice->u.asIdsOrRanges) - 1;
    -  {
    -    ASIdOrRange *a = sk_ASIdOrRange_value(choice->u.asIdsOrRanges, i);
    -    ASN1_INTEGER *a_min, *a_max;
    -    if (a != NULL && a->type == ASIdOrRange_range) {
    -      extract_min_max(a, &a_min, &a_max);
    -      if (ASN1_INTEGER_cmp(a_min, a_max) > 0)
    -	goto done;
    -    }
    -  }
     
    -  OPENSSL_assert(ASIdentifierChoice_is_canonical(choice)); /* Paranoia */
    +    OPENSSL_assert(ASIdentifierChoice_is_canonical(choice)); /* Paranoia */
     
    -  ret = 1;
    +    ret = 1;
     
      done:
    -  ASN1_INTEGER_free(a_max_plus_one);
    -  BN_free(bn);
    -  return ret;
    +    ASN1_INTEGER_free(a_max_plus_one);
    +    BN_free(bn);
    +    return ret;
     }
     
     /*
    @@ -530,142 +529,147 @@ static int ASIdentifierChoice_canonize(ASIdentifierChoice *choice)
      */
     int v3_asid_canonize(ASIdentifiers *asid)
     {
    -  return (asid == NULL ||
    -	  (ASIdentifierChoice_canonize(asid->asnum) &&
    -	   ASIdentifierChoice_canonize(asid->rdi)));
    +    return (asid == NULL ||
    +            (ASIdentifierChoice_canonize(asid->asnum) &&
    +             ASIdentifierChoice_canonize(asid->rdi)));
     }
     
     /*
      * v2i method for an ASIdentifier extension.
      */
     static void *v2i_ASIdentifiers(const struct v3_ext_method *method,
    -			       struct v3_ext_ctx *ctx,
    -			       STACK_OF(CONF_VALUE) *values)
    +                               struct v3_ext_ctx *ctx,
    +                               STACK_OF(CONF_VALUE) *values)
     {
    -  ASN1_INTEGER *min = NULL, *max = NULL;
    -  ASIdentifiers *asid = NULL;
    -  int i;
    -
    -  if ((asid = ASIdentifiers_new()) == NULL) {
    -    X509V3err(X509V3_F_V2I_ASIDENTIFIERS, ERR_R_MALLOC_FAILURE);
    -    return NULL;
    -  }
    -
    -  for (i = 0; i < sk_CONF_VALUE_num(values); i++) {
    -    CONF_VALUE *val = sk_CONF_VALUE_value(values, i);
    -    int i1, i2, i3, is_range, which;
    -
    -    /*
    -     * Figure out whether this is an AS or an RDI.
    -     */
    -    if (       !name_cmp(val->name, "AS")) {
    -      which = V3_ASID_ASNUM;
    -    } else if (!name_cmp(val->name, "RDI")) {
    -      which = V3_ASID_RDI;
    -    } else {
    -      X509V3err(X509V3_F_V2I_ASIDENTIFIERS, X509V3_R_EXTENSION_NAME_ERROR);
    -      X509V3_conf_err(val);
    -      goto err;
    -    }
    +    ASN1_INTEGER *min = NULL, *max = NULL;
    +    ASIdentifiers *asid = NULL;
    +    int i;
     
    -    /*
    -     * Handle inheritance.
    -     */
    -    if (!strcmp(val->value, "inherit")) {
    -      if (v3_asid_add_inherit(asid, which))
    -	continue;
    -      X509V3err(X509V3_F_V2I_ASIDENTIFIERS, X509V3_R_INVALID_INHERITANCE);
    -      X509V3_conf_err(val);
    -      goto err;
    +    if ((asid = ASIdentifiers_new()) == NULL) {
    +        X509V3err(X509V3_F_V2I_ASIDENTIFIERS, ERR_R_MALLOC_FAILURE);
    +        return NULL;
         }
     
    -    /*
    -     * Number, range, or mistake, pick it apart and figure out which.
    -     */
    -    i1 = strspn(val->value, "0123456789");
    -    if (val->value[i1] == '\0') {
    -      is_range = 0;
    -    } else {
    -      is_range = 1;
    -      i2 = i1 + strspn(val->value + i1, " \t");
    -      if (val->value[i2] != '-') {
    -	X509V3err(X509V3_F_V2I_ASIDENTIFIERS, X509V3_R_INVALID_ASNUMBER);
    -	X509V3_conf_err(val);
    -	goto err;
    -      }
    -      i2++;
    -      i2 = i2 + strspn(val->value + i2, " \t");
    -      i3 = i2 + strspn(val->value + i2, "0123456789");
    -      if (val->value[i3] != '\0') {
    -	X509V3err(X509V3_F_V2I_ASIDENTIFIERS, X509V3_R_INVALID_ASRANGE);
    -	X509V3_conf_err(val);
    -	goto err;
    -      }
    +    for (i = 0; i < sk_CONF_VALUE_num(values); i++) {
    +        CONF_VALUE *val = sk_CONF_VALUE_value(values, i);
    +        int i1, i2, i3, is_range, which;
    +
    +        /*
    +         * Figure out whether this is an AS or an RDI.
    +         */
    +        if (!name_cmp(val->name, "AS")) {
    +            which = V3_ASID_ASNUM;
    +        } else if (!name_cmp(val->name, "RDI")) {
    +            which = V3_ASID_RDI;
    +        } else {
    +            X509V3err(X509V3_F_V2I_ASIDENTIFIERS,
    +                      X509V3_R_EXTENSION_NAME_ERROR);
    +            X509V3_conf_err(val);
    +            goto err;
    +        }
    +
    +        /*
    +         * Handle inheritance.
    +         */
    +        if (!strcmp(val->value, "inherit")) {
    +            if (v3_asid_add_inherit(asid, which))
    +                continue;
    +            X509V3err(X509V3_F_V2I_ASIDENTIFIERS,
    +                      X509V3_R_INVALID_INHERITANCE);
    +            X509V3_conf_err(val);
    +            goto err;
    +        }
    +
    +        /*
    +         * Number, range, or mistake, pick it apart and figure out which.
    +         */
    +        i1 = strspn(val->value, "0123456789");
    +        if (val->value[i1] == '\0') {
    +            is_range = 0;
    +        } else {
    +            is_range = 1;
    +            i2 = i1 + strspn(val->value + i1, " \t");
    +            if (val->value[i2] != '-') {
    +                X509V3err(X509V3_F_V2I_ASIDENTIFIERS,
    +                          X509V3_R_INVALID_ASNUMBER);
    +                X509V3_conf_err(val);
    +                goto err;
    +            }
    +            i2++;
    +            i2 = i2 + strspn(val->value + i2, " \t");
    +            i3 = i2 + strspn(val->value + i2, "0123456789");
    +            if (val->value[i3] != '\0') {
    +                X509V3err(X509V3_F_V2I_ASIDENTIFIERS,
    +                          X509V3_R_INVALID_ASRANGE);
    +                X509V3_conf_err(val);
    +                goto err;
    +            }
    +        }
    +
    +        /*
    +         * Syntax is ok, read and add it.
    +         */
    +        if (!is_range) {
    +            if (!X509V3_get_value_int(val, &min)) {
    +                X509V3err(X509V3_F_V2I_ASIDENTIFIERS, ERR_R_MALLOC_FAILURE);
    +                goto err;
    +            }
    +        } else {
    +            char *s = BUF_strdup(val->value);
    +            if (s == NULL) {
    +                X509V3err(X509V3_F_V2I_ASIDENTIFIERS, ERR_R_MALLOC_FAILURE);
    +                goto err;
    +            }
    +            s[i1] = '\0';
    +            min = s2i_ASN1_INTEGER(NULL, s);
    +            max = s2i_ASN1_INTEGER(NULL, s + i2);
    +            OPENSSL_free(s);
    +            if (min == NULL || max == NULL) {
    +                X509V3err(X509V3_F_V2I_ASIDENTIFIERS, ERR_R_MALLOC_FAILURE);
    +                goto err;
    +            }
    +            if (ASN1_INTEGER_cmp(min, max) > 0) {
    +                X509V3err(X509V3_F_V2I_ASIDENTIFIERS,
    +                          X509V3_R_EXTENSION_VALUE_ERROR);
    +                goto err;
    +            }
    +        }
    +        if (!v3_asid_add_id_or_range(asid, which, min, max)) {
    +            X509V3err(X509V3_F_V2I_ASIDENTIFIERS, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +        min = max = NULL;
         }
     
         /*
    -     * Syntax is ok, read and add it.
    +     * Canonize the result, then we're done.
          */
    -    if (!is_range) {
    -      if (!X509V3_get_value_int(val, &min)) {
    -	X509V3err(X509V3_F_V2I_ASIDENTIFIERS, ERR_R_MALLOC_FAILURE);
    -	goto err;
    -      }
    -    } else {
    -      char *s = BUF_strdup(val->value);
    -      if (s == NULL) {
    -	X509V3err(X509V3_F_V2I_ASIDENTIFIERS, ERR_R_MALLOC_FAILURE);
    -	goto err;
    -      }
    -      s[i1] = '\0';
    -      min = s2i_ASN1_INTEGER(NULL, s);
    -      max = s2i_ASN1_INTEGER(NULL, s + i2);
    -      OPENSSL_free(s);
    -      if (min == NULL || max == NULL) {
    -	X509V3err(X509V3_F_V2I_ASIDENTIFIERS, ERR_R_MALLOC_FAILURE);
    -	goto err;
    -      }
    -      if (ASN1_INTEGER_cmp(min, max) > 0) {
    -	X509V3err(X509V3_F_V2I_ASIDENTIFIERS, X509V3_R_EXTENSION_VALUE_ERROR);
    -	goto err;
    -      }
    -    }
    -    if (!v3_asid_add_id_or_range(asid, which, min, max)) {
    -      X509V3err(X509V3_F_V2I_ASIDENTIFIERS, ERR_R_MALLOC_FAILURE);
    -      goto err;
    -    }
    -    min = max = NULL;
    -  }
    -
    -  /*
    -   * Canonize the result, then we're done.
    -   */
    -  if (!v3_asid_canonize(asid))
    -    goto err;
    -  return asid;
    +    if (!v3_asid_canonize(asid))
    +        goto err;
    +    return asid;
     
      err:
    -  ASIdentifiers_free(asid);
    -  ASN1_INTEGER_free(min);
    -  ASN1_INTEGER_free(max);
    -  return NULL;
    +    ASIdentifiers_free(asid);
    +    ASN1_INTEGER_free(min);
    +    ASN1_INTEGER_free(max);
    +    return NULL;
     }
     
     /*
      * OpenSSL dispatch.
      */
     const X509V3_EXT_METHOD v3_asid = {
    -  NID_sbgp_autonomousSysNum,	/* nid */
    -  0,				/* flags */
    -  ASN1_ITEM_ref(ASIdentifiers),	/* template */
    -  0, 0, 0, 0,			/* old functions, ignored */
    -  0,				/* i2s */
    -  0,				/* s2i */
    -  0,				/* i2v */
    -  v2i_ASIdentifiers,		/* v2i */
    -  i2r_ASIdentifiers,		/* i2r */
    -  0,				/* r2i */
    -  NULL				/* extension-specific data */
    +    NID_sbgp_autonomousSysNum,  /* nid */
    +    0,                          /* flags */
    +    ASN1_ITEM_ref(ASIdentifiers), /* template */
    +    0, 0, 0, 0,                 /* old functions, ignored */
    +    0,                          /* i2s */
    +    0,                          /* s2i */
    +    0,                          /* i2v */
    +    v2i_ASIdentifiers,          /* v2i */
    +    i2r_ASIdentifiers,          /* i2r */
    +    0,                          /* r2i */
    +    NULL                        /* extension-specific data */
     };
     
     /*
    @@ -673,11 +677,11 @@ const X509V3_EXT_METHOD v3_asid = {
      */
     int v3_asid_inherits(ASIdentifiers *asid)
     {
    -  return (asid != NULL &&
    -	  ((asid->asnum != NULL &&
    -	    asid->asnum->type == ASIdentifierChoice_inherit) ||
    -	   (asid->rdi != NULL &&
    -	    asid->rdi->type == ASIdentifierChoice_inherit)));
    +    return (asid != NULL &&
    +            ((asid->asnum != NULL &&
    +              asid->asnum->type == ASIdentifierChoice_inherit) ||
    +             (asid->rdi != NULL &&
    +              asid->rdi->type == ASIdentifierChoice_inherit)));
     }
     
     /*
    @@ -685,30 +689,30 @@ int v3_asid_inherits(ASIdentifiers *asid)
      */
     static int asid_contains(ASIdOrRanges *parent, ASIdOrRanges *child)
     {
    -  ASN1_INTEGER *p_min, *p_max, *c_min, *c_max;
    -  int p, c;
    -
    -  if (child == NULL || parent == child)
    -    return 1;
    -  if (parent == NULL)
    -    return 0;
    -
    -  p = 0;
    -  for (c = 0; c < sk_ASIdOrRange_num(child); c++) {
    -    extract_min_max(sk_ASIdOrRange_value(child, c), &c_min, &c_max);
    -    for (;; p++) {
    -      if (p >= sk_ASIdOrRange_num(parent))
    -	return 0;
    -      extract_min_max(sk_ASIdOrRange_value(parent, p), &p_min, &p_max);
    -      if (ASN1_INTEGER_cmp(p_max, c_max) < 0)
    -	continue;
    -      if (ASN1_INTEGER_cmp(p_min, c_min) > 0)
    -	return 0;
    -      break;
    +    ASN1_INTEGER *p_min, *p_max, *c_min, *c_max;
    +    int p, c;
    +
    +    if (child == NULL || parent == child)
    +        return 1;
    +    if (parent == NULL)
    +        return 0;
    +
    +    p = 0;
    +    for (c = 0; c < sk_ASIdOrRange_num(child); c++) {
    +        extract_min_max(sk_ASIdOrRange_value(child, c), &c_min, &c_max);
    +        for (;; p++) {
    +            if (p >= sk_ASIdOrRange_num(parent))
    +                return 0;
    +            extract_min_max(sk_ASIdOrRange_value(parent, p), &p_min, &p_max);
    +            if (ASN1_INTEGER_cmp(p_max, c_max) < 0)
    +                continue;
    +            if (ASN1_INTEGER_cmp(p_min, c_min) > 0)
    +                return 0;
    +            break;
    +        }
         }
    -  }
     
    -  return 1;
    +    return 1;
     }
     
     /*
    @@ -716,158 +720,161 @@ static int asid_contains(ASIdOrRanges *parent, ASIdOrRanges *child)
      */
     int v3_asid_subset(ASIdentifiers *a, ASIdentifiers *b)
     {
    -  return (a == NULL ||
    -	  a == b ||
    -	  (b != NULL &&
    -	   !v3_asid_inherits(a) &&
    -	   !v3_asid_inherits(b) &&
    -	   asid_contains(b->asnum->u.asIdsOrRanges,
    -			 a->asnum->u.asIdsOrRanges) &&
    -	   asid_contains(b->rdi->u.asIdsOrRanges,
    -			 a->rdi->u.asIdsOrRanges)));
    +    return (a == NULL ||
    +            a == b ||
    +            (b != NULL &&
    +             !v3_asid_inherits(a) &&
    +             !v3_asid_inherits(b) &&
    +             asid_contains(b->asnum->u.asIdsOrRanges,
    +                           a->asnum->u.asIdsOrRanges) &&
    +             asid_contains(b->rdi->u.asIdsOrRanges,
    +                           a->rdi->u.asIdsOrRanges)));
     }
     
     /*
      * Validation error handling via callback.
      */
    -#define validation_err(_err_)		\
    -  do {					\
    -    if (ctx != NULL) {			\
    -      ctx->error = _err_;		\
    -      ctx->error_depth = i;		\
    -      ctx->current_cert = x;		\
    -      ret = ctx->verify_cb(0, ctx);	\
    -    } else {				\
    -      ret = 0;				\
    -    }					\
    -    if (!ret)				\
    -      goto done;			\
    +# define validation_err(_err_)           \
    +  do {                                  \
    +    if (ctx != NULL) {                  \
    +      ctx->error = _err_;               \
    +      ctx->error_depth = i;             \
    +      ctx->current_cert = x;            \
    +      ret = ctx->verify_cb(0, ctx);     \
    +    } else {                            \
    +      ret = 0;                          \
    +    }                                   \
    +    if (!ret)                           \
    +      goto done;                        \
       } while (0)
     
     /*
      * Core code for RFC 3779 3.3 path validation.
      */
     static int v3_asid_validate_path_internal(X509_STORE_CTX *ctx,
    -					  STACK_OF(X509) *chain,
    -					  ASIdentifiers *ext)
    +                                          STACK_OF(X509) *chain,
    +                                          ASIdentifiers *ext)
     {
    -  ASIdOrRanges *child_as = NULL, *child_rdi = NULL;
    -  int i, ret = 1, inherit_as = 0, inherit_rdi = 0;
    -  X509 *x;
    -
    -  OPENSSL_assert(chain != NULL && sk_X509_num(chain) > 0);
    -  OPENSSL_assert(ctx != NULL || ext != NULL);
    -  OPENSSL_assert(ctx == NULL || ctx->verify_cb != NULL);
    -
    -  /*
    -   * Figure out where to start.  If we don't have an extension to
    -   * check, we're done.  Otherwise, check canonical form and
    -   * set up for walking up the chain.
    -   */
    -  if (ext != NULL) {
    -    i = -1;
    -    x = NULL;
    -  } else {
    -    i = 0;
    -    x = sk_X509_value(chain, i);
    -    OPENSSL_assert(x != NULL);
    -    if ((ext = x->rfc3779_asid) == NULL)
    -      goto done;
    -  }
    -  if (!v3_asid_is_canonical(ext))
    -    validation_err(X509_V_ERR_INVALID_EXTENSION);
    -  if (ext->asnum != NULL)  {
    -    switch (ext->asnum->type) {
    -    case ASIdentifierChoice_inherit:
    -      inherit_as = 1;
    -      break;
    -    case ASIdentifierChoice_asIdsOrRanges:
    -      child_as = ext->asnum->u.asIdsOrRanges;
    -      break;
    -    }
    -  }
    -  if (ext->rdi != NULL) {
    -    switch (ext->rdi->type) {
    -    case ASIdentifierChoice_inherit:
    -      inherit_rdi = 1;
    -      break;
    -    case ASIdentifierChoice_asIdsOrRanges:
    -      child_rdi = ext->rdi->u.asIdsOrRanges;
    -      break;
    -    }
    -  }
    -
    -  /*
    -   * Now walk up the chain.  Extensions must be in canonical form, no
    -   * cert may list resources that its parent doesn't list.
    -   */
    -  for (i++; i < sk_X509_num(chain); i++) {
    -    x = sk_X509_value(chain, i);
    -    OPENSSL_assert(x != NULL);
    -    if (x->rfc3779_asid == NULL) {
    -      if (child_as != NULL || child_rdi != NULL)
    -	validation_err(X509_V_ERR_UNNESTED_RESOURCE);
    -      continue;
    +    ASIdOrRanges *child_as = NULL, *child_rdi = NULL;
    +    int i, ret = 1, inherit_as = 0, inherit_rdi = 0;
    +    X509 *x;
    +
    +    OPENSSL_assert(chain != NULL && sk_X509_num(chain) > 0);
    +    OPENSSL_assert(ctx != NULL || ext != NULL);
    +    OPENSSL_assert(ctx == NULL || ctx->verify_cb != NULL);
    +
    +    /*
    +     * Figure out where to start.  If we don't have an extension to
    +     * check, we're done.  Otherwise, check canonical form and
    +     * set up for walking up the chain.
    +     */
    +    if (ext != NULL) {
    +        i = -1;
    +        x = NULL;
    +    } else {
    +        i = 0;
    +        x = sk_X509_value(chain, i);
    +        OPENSSL_assert(x != NULL);
    +        if ((ext = x->rfc3779_asid) == NULL)
    +            goto done;
         }
    -    if (!v3_asid_is_canonical(x->rfc3779_asid))
    -      validation_err(X509_V_ERR_INVALID_EXTENSION);
    -    if (x->rfc3779_asid->asnum == NULL && child_as != NULL) {
    -      validation_err(X509_V_ERR_UNNESTED_RESOURCE);
    -      child_as = NULL;
    -      inherit_as = 0;
    +    if (!v3_asid_is_canonical(ext))
    +        validation_err(X509_V_ERR_INVALID_EXTENSION);
    +    if (ext->asnum != NULL) {
    +        switch (ext->asnum->type) {
    +        case ASIdentifierChoice_inherit:
    +            inherit_as = 1;
    +            break;
    +        case ASIdentifierChoice_asIdsOrRanges:
    +            child_as = ext->asnum->u.asIdsOrRanges;
    +            break;
    +        }
         }
    -    if (x->rfc3779_asid->asnum != NULL &&
    -	x->rfc3779_asid->asnum->type == ASIdentifierChoice_asIdsOrRanges) {
    -      if (inherit_as ||
    -	  asid_contains(x->rfc3779_asid->asnum->u.asIdsOrRanges, child_as)) {
    -	child_as = x->rfc3779_asid->asnum->u.asIdsOrRanges;
    -	inherit_as = 0;
    -      } else {
    -	validation_err(X509_V_ERR_UNNESTED_RESOURCE);
    -      }
    +    if (ext->rdi != NULL) {
    +        switch (ext->rdi->type) {
    +        case ASIdentifierChoice_inherit:
    +            inherit_rdi = 1;
    +            break;
    +        case ASIdentifierChoice_asIdsOrRanges:
    +            child_rdi = ext->rdi->u.asIdsOrRanges;
    +            break;
    +        }
         }
    -    if (x->rfc3779_asid->rdi == NULL && child_rdi != NULL) {
    -      validation_err(X509_V_ERR_UNNESTED_RESOURCE);
    -      child_rdi = NULL;
    -      inherit_rdi = 0;
    +
    +    /*
    +     * Now walk up the chain.  Extensions must be in canonical form, no
    +     * cert may list resources that its parent doesn't list.
    +     */
    +    for (i++; i < sk_X509_num(chain); i++) {
    +        x = sk_X509_value(chain, i);
    +        OPENSSL_assert(x != NULL);
    +        if (x->rfc3779_asid == NULL) {
    +            if (child_as != NULL || child_rdi != NULL)
    +                validation_err(X509_V_ERR_UNNESTED_RESOURCE);
    +            continue;
    +        }
    +        if (!v3_asid_is_canonical(x->rfc3779_asid))
    +            validation_err(X509_V_ERR_INVALID_EXTENSION);
    +        if (x->rfc3779_asid->asnum == NULL && child_as != NULL) {
    +            validation_err(X509_V_ERR_UNNESTED_RESOURCE);
    +            child_as = NULL;
    +            inherit_as = 0;
    +        }
    +        if (x->rfc3779_asid->asnum != NULL &&
    +            x->rfc3779_asid->asnum->type ==
    +            ASIdentifierChoice_asIdsOrRanges) {
    +            if (inherit_as
    +                || asid_contains(x->rfc3779_asid->asnum->u.asIdsOrRanges,
    +                                 child_as)) {
    +                child_as = x->rfc3779_asid->asnum->u.asIdsOrRanges;
    +                inherit_as = 0;
    +            } else {
    +                validation_err(X509_V_ERR_UNNESTED_RESOURCE);
    +            }
    +        }
    +        if (x->rfc3779_asid->rdi == NULL && child_rdi != NULL) {
    +            validation_err(X509_V_ERR_UNNESTED_RESOURCE);
    +            child_rdi = NULL;
    +            inherit_rdi = 0;
    +        }
    +        if (x->rfc3779_asid->rdi != NULL &&
    +            x->rfc3779_asid->rdi->type == ASIdentifierChoice_asIdsOrRanges) {
    +            if (inherit_rdi ||
    +                asid_contains(x->rfc3779_asid->rdi->u.asIdsOrRanges,
    +                              child_rdi)) {
    +                child_rdi = x->rfc3779_asid->rdi->u.asIdsOrRanges;
    +                inherit_rdi = 0;
    +            } else {
    +                validation_err(X509_V_ERR_UNNESTED_RESOURCE);
    +            }
    +        }
         }
    -    if (x->rfc3779_asid->rdi != NULL &&
    -	x->rfc3779_asid->rdi->type == ASIdentifierChoice_asIdsOrRanges) {
    -      if (inherit_rdi ||
    -	  asid_contains(x->rfc3779_asid->rdi->u.asIdsOrRanges, child_rdi)) {
    -	child_rdi = x->rfc3779_asid->rdi->u.asIdsOrRanges;
    -	inherit_rdi = 0;
    -      } else {
    -	validation_err(X509_V_ERR_UNNESTED_RESOURCE);
    -      }
    +
    +    /*
    +     * Trust anchor can't inherit.
    +     */
    +    OPENSSL_assert(x != NULL);
    +    if (x->rfc3779_asid != NULL) {
    +        if (x->rfc3779_asid->asnum != NULL &&
    +            x->rfc3779_asid->asnum->type == ASIdentifierChoice_inherit)
    +            validation_err(X509_V_ERR_UNNESTED_RESOURCE);
    +        if (x->rfc3779_asid->rdi != NULL &&
    +            x->rfc3779_asid->rdi->type == ASIdentifierChoice_inherit)
    +            validation_err(X509_V_ERR_UNNESTED_RESOURCE);
         }
    -  }
    -
    -  /*
    -   * Trust anchor can't inherit.
    -   */
    -  OPENSSL_assert(x != NULL);
    -  if (x->rfc3779_asid != NULL) {
    -    if (x->rfc3779_asid->asnum != NULL &&
    -	x->rfc3779_asid->asnum->type == ASIdentifierChoice_inherit)
    -      validation_err(X509_V_ERR_UNNESTED_RESOURCE);
    -    if (x->rfc3779_asid->rdi != NULL &&
    -	x->rfc3779_asid->rdi->type == ASIdentifierChoice_inherit)
    -      validation_err(X509_V_ERR_UNNESTED_RESOURCE);
    -  }
     
      done:
    -  return ret;
    +    return ret;
     }
     
    -#undef validation_err
    +# undef validation_err
     
     /*
      * RFC 3779 3.3 path validation -- called from X509_verify_cert().
      */
     int v3_asid_validate_path(X509_STORE_CTX *ctx)
     {
    -  return v3_asid_validate_path_internal(ctx, ctx->chain, NULL);
    +    return v3_asid_validate_path_internal(ctx, ctx->chain, NULL);
     }
     
     /*
    @@ -875,16 +882,15 @@ int v3_asid_validate_path(X509_STORE_CTX *ctx)
      * Test whether chain covers extension.
      */
     int v3_asid_validate_resource_set(STACK_OF(X509) *chain,
    -				  ASIdentifiers *ext,
    -				  int allow_inheritance)
    +                                  ASIdentifiers *ext, int allow_inheritance)
     {
    -  if (ext == NULL)
    -    return 1;
    -  if (chain == NULL || sk_X509_num(chain) == 0)
    -    return 0;
    -  if (!allow_inheritance && v3_asid_inherits(ext))
    -    return 0;
    -  return v3_asid_validate_path_internal(NULL, chain, ext);
    +    if (ext == NULL)
    +        return 1;
    +    if (chain == NULL || sk_X509_num(chain) == 0)
    +        return 0;
    +    if (!allow_inheritance && v3_asid_inherits(ext))
    +        return 0;
    +    return v3_asid_validate_path_internal(NULL, chain, ext);
     }
     
    -#endif /* OPENSSL_NO_RFC3779 */
    +#endif                          /* OPENSSL_NO_RFC3779 */
    diff --git a/openssl/crypto/x509v3/v3_bcons.c b/openssl/crypto/x509v3/v3_bcons.c
    index 82aa488f7..dc00b9cb0 100644
    --- a/openssl/crypto/x509v3/v3_bcons.c
    +++ b/openssl/crypto/x509v3/v3_bcons.c
    @@ -1,6 +1,7 @@
     /* v3_bcons.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,7 +57,6 @@
      *
      */
     
    -
     #include 
     #include "cryptlib.h"
     #include 
    @@ -64,61 +64,69 @@
     #include 
     #include 
     
    -static STACK_OF(CONF_VALUE) *i2v_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method, BASIC_CONSTRAINTS *bcons, STACK_OF(CONF_VALUE) *extlist);
    -static BASIC_CONSTRAINTS *v2i_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *values);
    +static STACK_OF(CONF_VALUE) *i2v_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method,
    +                                                   BASIC_CONSTRAINTS *bcons,
    +                                                   STACK_OF(CONF_VALUE)
    +                                                   *extlist);
    +static BASIC_CONSTRAINTS *v2i_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method,
    +                                                X509V3_CTX *ctx,
    +                                                STACK_OF(CONF_VALUE) *values);
     
     const X509V3_EXT_METHOD v3_bcons = {
    -NID_basic_constraints, 0,
    -ASN1_ITEM_ref(BASIC_CONSTRAINTS),
    -0,0,0,0,
    -0,0,
    -(X509V3_EXT_I2V)i2v_BASIC_CONSTRAINTS,
    -(X509V3_EXT_V2I)v2i_BASIC_CONSTRAINTS,
    -NULL,NULL,
    -NULL
    +    NID_basic_constraints, 0,
    +    ASN1_ITEM_ref(BASIC_CONSTRAINTS),
    +    0, 0, 0, 0,
    +    0, 0,
    +    (X509V3_EXT_I2V) i2v_BASIC_CONSTRAINTS,
    +    (X509V3_EXT_V2I)v2i_BASIC_CONSTRAINTS,
    +    NULL, NULL,
    +    NULL
     };
     
     ASN1_SEQUENCE(BASIC_CONSTRAINTS) = {
    -	ASN1_OPT(BASIC_CONSTRAINTS, ca, ASN1_FBOOLEAN),
    -	ASN1_OPT(BASIC_CONSTRAINTS, pathlen, ASN1_INTEGER)
    +        ASN1_OPT(BASIC_CONSTRAINTS, ca, ASN1_FBOOLEAN),
    +        ASN1_OPT(BASIC_CONSTRAINTS, pathlen, ASN1_INTEGER)
     } ASN1_SEQUENCE_END(BASIC_CONSTRAINTS)
     
     IMPLEMENT_ASN1_FUNCTIONS(BASIC_CONSTRAINTS)
     
    -
     static STACK_OF(CONF_VALUE) *i2v_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method,
    -	     BASIC_CONSTRAINTS *bcons, STACK_OF(CONF_VALUE) *extlist)
    +                                                   BASIC_CONSTRAINTS *bcons,
    +                                                   STACK_OF(CONF_VALUE)
    +                                                   *extlist)
     {
    -	X509V3_add_value_bool("CA", bcons->ca, &extlist);
    -	X509V3_add_value_int("pathlen", bcons->pathlen, &extlist);
    -	return extlist;
    +    X509V3_add_value_bool("CA", bcons->ca, &extlist);
    +    X509V3_add_value_int("pathlen", bcons->pathlen, &extlist);
    +    return extlist;
     }
     
     static BASIC_CONSTRAINTS *v2i_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method,
    -	     X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *values)
    +                                                X509V3_CTX *ctx,
    +                                                STACK_OF(CONF_VALUE) *values)
     {
    -	BASIC_CONSTRAINTS *bcons=NULL;
    -	CONF_VALUE *val;
    -	int i;
    -	if(!(bcons = BASIC_CONSTRAINTS_new())) {
    -		X509V3err(X509V3_F_V2I_BASIC_CONSTRAINTS, ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    -	for(i = 0; i < sk_CONF_VALUE_num(values); i++) {
    -		val = sk_CONF_VALUE_value(values, i);
    -		if(!strcmp(val->name, "CA")) {
    -			if(!X509V3_get_value_bool(val, &bcons->ca)) goto err;
    -		} else if(!strcmp(val->name, "pathlen")) {
    -			if(!X509V3_get_value_int(val, &bcons->pathlen)) goto err;
    -		} else {
    -			X509V3err(X509V3_F_V2I_BASIC_CONSTRAINTS, X509V3_R_INVALID_NAME);
    -			X509V3_conf_err(val);
    -			goto err;
    -		}
    -	}
    -	return bcons;
    -	err:
    -	BASIC_CONSTRAINTS_free(bcons);
    -	return NULL;
    +    BASIC_CONSTRAINTS *bcons = NULL;
    +    CONF_VALUE *val;
    +    int i;
    +    if (!(bcons = BASIC_CONSTRAINTS_new())) {
    +        X509V3err(X509V3_F_V2I_BASIC_CONSTRAINTS, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +    for (i = 0; i < sk_CONF_VALUE_num(values); i++) {
    +        val = sk_CONF_VALUE_value(values, i);
    +        if (!strcmp(val->name, "CA")) {
    +            if (!X509V3_get_value_bool(val, &bcons->ca))
    +                goto err;
    +        } else if (!strcmp(val->name, "pathlen")) {
    +            if (!X509V3_get_value_int(val, &bcons->pathlen))
    +                goto err;
    +        } else {
    +            X509V3err(X509V3_F_V2I_BASIC_CONSTRAINTS, X509V3_R_INVALID_NAME);
    +            X509V3_conf_err(val);
    +            goto err;
    +        }
    +    }
    +    return bcons;
    + err:
    +    BASIC_CONSTRAINTS_free(bcons);
    +    return NULL;
     }
    -
    diff --git a/openssl/crypto/x509v3/v3_bitst.c b/openssl/crypto/x509v3/v3_bitst.c
    index 058d0d4dc..b7bb3b556 100644
    --- a/openssl/crypto/x509v3/v3_bitst.c
    +++ b/openssl/crypto/x509v3/v3_bitst.c
    @@ -1,6 +1,7 @@
     /* v3_bitst.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,80 +63,80 @@
     #include 
     
     static BIT_STRING_BITNAME ns_cert_type_table[] = {
    -{0, "SSL Client", "client"},
    -{1, "SSL Server", "server"},
    -{2, "S/MIME", "email"},
    -{3, "Object Signing", "objsign"},
    -{4, "Unused", "reserved"},
    -{5, "SSL CA", "sslCA"},
    -{6, "S/MIME CA", "emailCA"},
    -{7, "Object Signing CA", "objCA"},
    -{-1, NULL, NULL}
    +    {0, "SSL Client", "client"},
    +    {1, "SSL Server", "server"},
    +    {2, "S/MIME", "email"},
    +    {3, "Object Signing", "objsign"},
    +    {4, "Unused", "reserved"},
    +    {5, "SSL CA", "sslCA"},
    +    {6, "S/MIME CA", "emailCA"},
    +    {7, "Object Signing CA", "objCA"},
    +    {-1, NULL, NULL}
     };
     
     static BIT_STRING_BITNAME key_usage_type_table[] = {
    -{0, "Digital Signature", "digitalSignature"},
    -{1, "Non Repudiation", "nonRepudiation"},
    -{2, "Key Encipherment", "keyEncipherment"},
    -{3, "Data Encipherment", "dataEncipherment"},
    -{4, "Key Agreement", "keyAgreement"},
    -{5, "Certificate Sign", "keyCertSign"},
    -{6, "CRL Sign", "cRLSign"},
    -{7, "Encipher Only", "encipherOnly"},
    -{8, "Decipher Only", "decipherOnly"},
    -{-1, NULL, NULL}
    +    {0, "Digital Signature", "digitalSignature"},
    +    {1, "Non Repudiation", "nonRepudiation"},
    +    {2, "Key Encipherment", "keyEncipherment"},
    +    {3, "Data Encipherment", "dataEncipherment"},
    +    {4, "Key Agreement", "keyAgreement"},
    +    {5, "Certificate Sign", "keyCertSign"},
    +    {6, "CRL Sign", "cRLSign"},
    +    {7, "Encipher Only", "encipherOnly"},
    +    {8, "Decipher Only", "decipherOnly"},
    +    {-1, NULL, NULL}
     };
     
    -
    -
    -const X509V3_EXT_METHOD v3_nscert = EXT_BITSTRING(NID_netscape_cert_type, ns_cert_type_table);
    -const X509V3_EXT_METHOD v3_key_usage = EXT_BITSTRING(NID_key_usage, key_usage_type_table);
    +const X509V3_EXT_METHOD v3_nscert =
    +EXT_BITSTRING(NID_netscape_cert_type, ns_cert_type_table);
    +const X509V3_EXT_METHOD v3_key_usage =
    +EXT_BITSTRING(NID_key_usage, key_usage_type_table);
     
     STACK_OF(CONF_VALUE) *i2v_ASN1_BIT_STRING(X509V3_EXT_METHOD *method,
    -	     ASN1_BIT_STRING *bits, STACK_OF(CONF_VALUE) *ret)
    +                                          ASN1_BIT_STRING *bits,
    +                                          STACK_OF(CONF_VALUE) *ret)
     {
    -	BIT_STRING_BITNAME *bnam;
    -	for(bnam =method->usr_data; bnam->lname; bnam++) {
    -		if(ASN1_BIT_STRING_get_bit(bits, bnam->bitnum)) 
    -			X509V3_add_value(bnam->lname, NULL, &ret);
    -	}
    -	return ret;
    +    BIT_STRING_BITNAME *bnam;
    +    for (bnam = method->usr_data; bnam->lname; bnam++) {
    +        if (ASN1_BIT_STRING_get_bit(bits, bnam->bitnum))
    +            X509V3_add_value(bnam->lname, NULL, &ret);
    +    }
    +    return ret;
     }
    -	
    +
     ASN1_BIT_STRING *v2i_ASN1_BIT_STRING(X509V3_EXT_METHOD *method,
    -	     X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
    +                                     X509V3_CTX *ctx,
    +                                     STACK_OF(CONF_VALUE) *nval)
     {
    -	CONF_VALUE *val;
    -	ASN1_BIT_STRING *bs;
    -	int i;
    -	BIT_STRING_BITNAME *bnam;
    -	if(!(bs = M_ASN1_BIT_STRING_new())) {
    -		X509V3err(X509V3_F_V2I_ASN1_BIT_STRING,ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    -	for(i = 0; i < sk_CONF_VALUE_num(nval); i++) {
    -		val = sk_CONF_VALUE_value(nval, i);
    -		for(bnam = method->usr_data; bnam->lname; bnam++) {
    -			if(!strcmp(bnam->sname, val->name) ||
    -				!strcmp(bnam->lname, val->name) ) {
    -				if(!ASN1_BIT_STRING_set_bit(bs, bnam->bitnum, 1)) {
    -					X509V3err(X509V3_F_V2I_ASN1_BIT_STRING,
    -						ERR_R_MALLOC_FAILURE);
    -					M_ASN1_BIT_STRING_free(bs);
    -					return NULL;
    -				}
    -				break;
    -			}
    -		}
    -		if(!bnam->lname) {
    -			X509V3err(X509V3_F_V2I_ASN1_BIT_STRING,
    -					X509V3_R_UNKNOWN_BIT_STRING_ARGUMENT);
    -			X509V3_conf_err(val);
    -			M_ASN1_BIT_STRING_free(bs);
    -			return NULL;
    -		}
    -	}
    -	return bs;
    +    CONF_VALUE *val;
    +    ASN1_BIT_STRING *bs;
    +    int i;
    +    BIT_STRING_BITNAME *bnam;
    +    if (!(bs = M_ASN1_BIT_STRING_new())) {
    +        X509V3err(X509V3_F_V2I_ASN1_BIT_STRING, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +    for (i = 0; i < sk_CONF_VALUE_num(nval); i++) {
    +        val = sk_CONF_VALUE_value(nval, i);
    +        for (bnam = method->usr_data; bnam->lname; bnam++) {
    +            if (!strcmp(bnam->sname, val->name) ||
    +                !strcmp(bnam->lname, val->name)) {
    +                if (!ASN1_BIT_STRING_set_bit(bs, bnam->bitnum, 1)) {
    +                    X509V3err(X509V3_F_V2I_ASN1_BIT_STRING,
    +                              ERR_R_MALLOC_FAILURE);
    +                    M_ASN1_BIT_STRING_free(bs);
    +                    return NULL;
    +                }
    +                break;
    +            }
    +        }
    +        if (!bnam->lname) {
    +            X509V3err(X509V3_F_V2I_ASN1_BIT_STRING,
    +                      X509V3_R_UNKNOWN_BIT_STRING_ARGUMENT);
    +            X509V3_conf_err(val);
    +            M_ASN1_BIT_STRING_free(bs);
    +            return NULL;
    +        }
    +    }
    +    return bs;
     }
    -	
    -
    diff --git a/openssl/crypto/x509v3/v3_conf.c b/openssl/crypto/x509v3/v3_conf.c
    index 6730f9a6e..eeff8bd18 100644
    --- a/openssl/crypto/x509v3/v3_conf.c
    +++ b/openssl/crypto/x509v3/v3_conf.c
    @@ -1,6 +1,7 @@
     /* v3_conf.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999-2002 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -57,8 +58,6 @@
      */
     /* extension creation utilities */
     
    -
    -
     #include 
     #include 
     #include "cryptlib.h"
    @@ -68,458 +67,466 @@
     
     static int v3_check_critical(char **value);
     static int v3_check_generic(char **value);
    -static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, int crit, char *value);
    -static X509_EXTENSION *v3_generic_extension(const char *ext, char *value, int crit, int type, X509V3_CTX *ctx);
    +static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid,
    +                                    int crit, char *value);
    +static X509_EXTENSION *v3_generic_extension(const char *ext, char *value,
    +                                            int crit, int type,
    +                                            X509V3_CTX *ctx);
     static char *conf_lhash_get_string(void *db, char *section, char *value);
     static STACK_OF(CONF_VALUE) *conf_lhash_get_section(void *db, char *section);
    -static X509_EXTENSION *do_ext_i2d(const X509V3_EXT_METHOD *method, int ext_nid,
    -				  int crit, void *ext_struc);
    -static unsigned char *generic_asn1(char *value, X509V3_CTX *ctx, long *ext_len);
    +static X509_EXTENSION *do_ext_i2d(const X509V3_EXT_METHOD *method,
    +                                  int ext_nid, int crit, void *ext_struc);
    +static unsigned char *generic_asn1(char *value, X509V3_CTX *ctx,
    +                                   long *ext_len);
     /* CONF *conf:  Config file    */
     /* char *name:  Name    */
     /* char *value:  Value    */
     X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name,
    -				 char *value)
    -	{
    -	int crit;
    -	int ext_type;
    -	X509_EXTENSION *ret;
    -	crit = v3_check_critical(&value);
    -	if ((ext_type = v3_check_generic(&value))) 
    -		return v3_generic_extension(name, value, crit, ext_type, ctx);
    -	ret = do_ext_nconf(conf, ctx, OBJ_sn2nid(name), crit, value);
    -	if (!ret)
    -		{
    -		X509V3err(X509V3_F_X509V3_EXT_NCONF,X509V3_R_ERROR_IN_EXTENSION);
    -		ERR_add_error_data(4,"name=", name, ", value=", value);
    -		}
    -	return ret;
    -	}
    +                                 char *value)
    +{
    +    int crit;
    +    int ext_type;
    +    X509_EXTENSION *ret;
    +    crit = v3_check_critical(&value);
    +    if ((ext_type = v3_check_generic(&value)))
    +        return v3_generic_extension(name, value, crit, ext_type, ctx);
    +    ret = do_ext_nconf(conf, ctx, OBJ_sn2nid(name), crit, value);
    +    if (!ret) {
    +        X509V3err(X509V3_F_X509V3_EXT_NCONF, X509V3_R_ERROR_IN_EXTENSION);
    +        ERR_add_error_data(4, "name=", name, ", value=", value);
    +    }
    +    return ret;
    +}
     
     /* CONF *conf:  Config file    */
     /* char *value:  Value    */
     X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid,
    -				     char *value)
    -	{
    -	int crit;
    -	int ext_type;
    -	crit = v3_check_critical(&value);
    -	if ((ext_type = v3_check_generic(&value))) 
    -		return v3_generic_extension(OBJ_nid2sn(ext_nid),
    -						 value, crit, ext_type, ctx);
    -	return do_ext_nconf(conf, ctx, ext_nid, crit, value);
    -	}
    +                                     char *value)
    +{
    +    int crit;
    +    int ext_type;
    +    crit = v3_check_critical(&value);
    +    if ((ext_type = v3_check_generic(&value)))
    +        return v3_generic_extension(OBJ_nid2sn(ext_nid),
    +                                    value, crit, ext_type, ctx);
    +    return do_ext_nconf(conf, ctx, ext_nid, crit, value);
    +}
     
     /* CONF *conf:  Config file    */
     /* char *value:  Value    */
     static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid,
    -				    int crit, char *value)
    -	{
    -	const X509V3_EXT_METHOD *method;
    -	X509_EXTENSION *ext;
    -	STACK_OF(CONF_VALUE) *nval;
    -	void *ext_struc;
    -	if (ext_nid == NID_undef)
    -		{
    -		X509V3err(X509V3_F_DO_EXT_NCONF,X509V3_R_UNKNOWN_EXTENSION_NAME);
    -		return NULL;
    -		}
    -	if (!(method = X509V3_EXT_get_nid(ext_nid)))
    -		{
    -		X509V3err(X509V3_F_DO_EXT_NCONF,X509V3_R_UNKNOWN_EXTENSION);
    -		return NULL;
    -		}
    -	/* Now get internal extension representation based on type */
    -	if (method->v2i)
    -		{
    -		if(*value == '@') nval = NCONF_get_section(conf, value + 1);
    -		else nval = X509V3_parse_list(value);
    -		if(sk_CONF_VALUE_num(nval) <= 0)
    -			{
    -			X509V3err(X509V3_F_DO_EXT_NCONF,X509V3_R_INVALID_EXTENSION_STRING);
    -			ERR_add_error_data(4, "name=", OBJ_nid2sn(ext_nid), ",section=", value);
    -			return NULL;
    -			}
    -		ext_struc = method->v2i(method, ctx, nval);
    -		if(*value != '@') sk_CONF_VALUE_pop_free(nval,
    -							 X509V3_conf_free);
    -		if(!ext_struc) return NULL;
    -		}
    -	else if(method->s2i)
    -		{
    -		if(!(ext_struc = method->s2i(method, ctx, value))) return NULL;
    -		}
    -	else if(method->r2i)
    -		{
    -		if(!ctx->db || !ctx->db_meth)
    -			{
    -			X509V3err(X509V3_F_DO_EXT_NCONF,X509V3_R_NO_CONFIG_DATABASE);
    -			return NULL;
    -			}
    -		if(!(ext_struc = method->r2i(method, ctx, value))) return NULL;
    -		}
    -	else
    -		{
    -		X509V3err(X509V3_F_DO_EXT_NCONF,X509V3_R_EXTENSION_SETTING_NOT_SUPPORTED);
    -		ERR_add_error_data(2, "name=", OBJ_nid2sn(ext_nid));
    -		return NULL;
    -		}
    -
    -	ext  = do_ext_i2d(method, ext_nid, crit, ext_struc);
    -	if(method->it) ASN1_item_free(ext_struc, ASN1_ITEM_ptr(method->it));
    -	else method->ext_free(ext_struc);
    -	return ext;
    -
    -	}
    -
    -static X509_EXTENSION *do_ext_i2d(const X509V3_EXT_METHOD *method, int ext_nid,
    -				  int crit, void *ext_struc)
    -	{
    -	unsigned char *ext_der;
    -	int ext_len;
    -	ASN1_OCTET_STRING *ext_oct;
    -	X509_EXTENSION *ext;
    -	/* Convert internal representation to DER */
    -	if (method->it)
    -		{
    -		ext_der = NULL;
    -		ext_len = ASN1_item_i2d(ext_struc, &ext_der, ASN1_ITEM_ptr(method->it));
    -		if (ext_len < 0) goto merr;
    -		}
    -	 else
    -		{
    -		unsigned char *p;
    -		ext_len = method->i2d(ext_struc, NULL);
    -		if(!(ext_der = OPENSSL_malloc(ext_len))) goto merr;
    -		p = ext_der;
    -		method->i2d(ext_struc, &p);
    -		}
    -	if (!(ext_oct = M_ASN1_OCTET_STRING_new())) goto merr;
    -	ext_oct->data = ext_der;
    -	ext_oct->length = ext_len;
    -
    -	ext = X509_EXTENSION_create_by_NID(NULL, ext_nid, crit, ext_oct);
    -	if (!ext) goto merr;
    -	M_ASN1_OCTET_STRING_free(ext_oct);
    -
    -	return ext;
    -
    -	merr:
    -	X509V3err(X509V3_F_DO_EXT_I2D,ERR_R_MALLOC_FAILURE);
    -	return NULL;
    -
    -	}
    +                                    int crit, char *value)
    +{
    +    const X509V3_EXT_METHOD *method;
    +    X509_EXTENSION *ext;
    +    STACK_OF(CONF_VALUE) *nval;
    +    void *ext_struc;
    +    if (ext_nid == NID_undef) {
    +        X509V3err(X509V3_F_DO_EXT_NCONF, X509V3_R_UNKNOWN_EXTENSION_NAME);
    +        return NULL;
    +    }
    +    if (!(method = X509V3_EXT_get_nid(ext_nid))) {
    +        X509V3err(X509V3_F_DO_EXT_NCONF, X509V3_R_UNKNOWN_EXTENSION);
    +        return NULL;
    +    }
    +    /* Now get internal extension representation based on type */
    +    if (method->v2i) {
    +        if (*value == '@')
    +            nval = NCONF_get_section(conf, value + 1);
    +        else
    +            nval = X509V3_parse_list(value);
    +        if (sk_CONF_VALUE_num(nval) <= 0) {
    +            X509V3err(X509V3_F_DO_EXT_NCONF,
    +                      X509V3_R_INVALID_EXTENSION_STRING);
    +            ERR_add_error_data(4, "name=", OBJ_nid2sn(ext_nid), ",section=",
    +                               value);
    +            return NULL;
    +        }
    +        ext_struc = method->v2i(method, ctx, nval);
    +        if (*value != '@')
    +            sk_CONF_VALUE_pop_free(nval, X509V3_conf_free);
    +        if (!ext_struc)
    +            return NULL;
    +    } else if (method->s2i) {
    +        if (!(ext_struc = method->s2i(method, ctx, value)))
    +            return NULL;
    +    } else if (method->r2i) {
    +        if (!ctx->db || !ctx->db_meth) {
    +            X509V3err(X509V3_F_DO_EXT_NCONF, X509V3_R_NO_CONFIG_DATABASE);
    +            return NULL;
    +        }
    +        if (!(ext_struc = method->r2i(method, ctx, value)))
    +            return NULL;
    +    } else {
    +        X509V3err(X509V3_F_DO_EXT_NCONF,
    +                  X509V3_R_EXTENSION_SETTING_NOT_SUPPORTED);
    +        ERR_add_error_data(2, "name=", OBJ_nid2sn(ext_nid));
    +        return NULL;
    +    }
    +
    +    ext = do_ext_i2d(method, ext_nid, crit, ext_struc);
    +    if (method->it)
    +        ASN1_item_free(ext_struc, ASN1_ITEM_ptr(method->it));
    +    else
    +        method->ext_free(ext_struc);
    +    return ext;
    +
    +}
    +
    +static X509_EXTENSION *do_ext_i2d(const X509V3_EXT_METHOD *method,
    +                                  int ext_nid, int crit, void *ext_struc)
    +{
    +    unsigned char *ext_der;
    +    int ext_len;
    +    ASN1_OCTET_STRING *ext_oct;
    +    X509_EXTENSION *ext;
    +    /* Convert internal representation to DER */
    +    if (method->it) {
    +        ext_der = NULL;
    +        ext_len =
    +            ASN1_item_i2d(ext_struc, &ext_der, ASN1_ITEM_ptr(method->it));
    +        if (ext_len < 0)
    +            goto merr;
    +    } else {
    +        unsigned char *p;
    +        ext_len = method->i2d(ext_struc, NULL);
    +        if (!(ext_der = OPENSSL_malloc(ext_len)))
    +            goto merr;
    +        p = ext_der;
    +        method->i2d(ext_struc, &p);
    +    }
    +    if (!(ext_oct = M_ASN1_OCTET_STRING_new()))
    +        goto merr;
    +    ext_oct->data = ext_der;
    +    ext_oct->length = ext_len;
    +
    +    ext = X509_EXTENSION_create_by_NID(NULL, ext_nid, crit, ext_oct);
    +    if (!ext)
    +        goto merr;
    +    M_ASN1_OCTET_STRING_free(ext_oct);
    +
    +    return ext;
    +
    + merr:
    +    X509V3err(X509V3_F_DO_EXT_I2D, ERR_R_MALLOC_FAILURE);
    +    return NULL;
    +
    +}
     
     /* Given an internal structure, nid and critical flag create an extension */
     
     X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext_struc)
    -	{
    -	const X509V3_EXT_METHOD *method;
    -	if (!(method = X509V3_EXT_get_nid(ext_nid))) {
    -		X509V3err(X509V3_F_X509V3_EXT_I2D,X509V3_R_UNKNOWN_EXTENSION);
    -		return NULL;
    -	}
    -	return do_ext_i2d(method, ext_nid, crit, ext_struc);
    +{
    +    const X509V3_EXT_METHOD *method;
    +    if (!(method = X509V3_EXT_get_nid(ext_nid))) {
    +        X509V3err(X509V3_F_X509V3_EXT_I2D, X509V3_R_UNKNOWN_EXTENSION);
    +        return NULL;
    +    }
    +    return do_ext_i2d(method, ext_nid, crit, ext_struc);
     }
     
     /* Check the extension string for critical flag */
     static int v3_check_critical(char **value)
     {
    -	char *p = *value;
    -	if ((strlen(p) < 9) || strncmp(p, "critical,", 9)) return 0;
    -	p+=9;
    -	while(isspace((unsigned char)*p)) p++;
    -	*value = p;
    -	return 1;
    +    char *p = *value;
    +    if ((strlen(p) < 9) || strncmp(p, "critical,", 9))
    +        return 0;
    +    p += 9;
    +    while (isspace((unsigned char)*p))
    +        p++;
    +    *value = p;
    +    return 1;
     }
     
     /* Check extension string for generic extension and return the type */
     static int v3_check_generic(char **value)
     {
    -	int gen_type = 0;
    -	char *p = *value;
    -	if ((strlen(p) >= 4) && !strncmp(p, "DER:", 4))
    -		{
    -		p+=4;
    -		gen_type = 1;
    -		}
    -	else if ((strlen(p) >= 5) && !strncmp(p, "ASN1:", 5))
    -		{
    -		p+=5;
    -		gen_type = 2;
    -		}
    -	else
    -		return 0;
    -
    -	while (isspace((unsigned char)*p)) p++;
    -	*value = p;
    -	return gen_type;
    +    int gen_type = 0;
    +    char *p = *value;
    +    if ((strlen(p) >= 4) && !strncmp(p, "DER:", 4)) {
    +        p += 4;
    +        gen_type = 1;
    +    } else if ((strlen(p) >= 5) && !strncmp(p, "ASN1:", 5)) {
    +        p += 5;
    +        gen_type = 2;
    +    } else
    +        return 0;
    +
    +    while (isspace((unsigned char)*p))
    +        p++;
    +    *value = p;
    +    return gen_type;
     }
     
     /* Create a generic extension: for now just handle DER type */
     static X509_EXTENSION *v3_generic_extension(const char *ext, char *value,
    -					    int crit, int gen_type,
    -					    X509V3_CTX *ctx)
    -	{
    -	unsigned char *ext_der=NULL;
    -	long ext_len;
    -	ASN1_OBJECT *obj=NULL;
    -	ASN1_OCTET_STRING *oct=NULL;
    -	X509_EXTENSION *extension=NULL;
    -	if (!(obj = OBJ_txt2obj(ext, 0)))
    -		{
    -		X509V3err(X509V3_F_V3_GENERIC_EXTENSION,X509V3_R_EXTENSION_NAME_ERROR);
    -		ERR_add_error_data(2, "name=", ext);
    -		goto err;
    -		}
    -
    -	if (gen_type == 1)
    -		ext_der = string_to_hex(value, &ext_len);
    -	else if (gen_type == 2)
    -		ext_der = generic_asn1(value, ctx, &ext_len);
    -
    -	if (ext_der == NULL)
    -		{
    -		X509V3err(X509V3_F_V3_GENERIC_EXTENSION,X509V3_R_EXTENSION_VALUE_ERROR);
    -		ERR_add_error_data(2, "value=", value);
    -		goto err;
    -		}
    -
    -	if (!(oct = M_ASN1_OCTET_STRING_new()))
    -		{
    -		X509V3err(X509V3_F_V3_GENERIC_EXTENSION,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    -
    -	oct->data = ext_der;
    -	oct->length = ext_len;
    -	ext_der = NULL;
    -
    -	extension = X509_EXTENSION_create_by_OBJ(NULL, obj, crit, oct);
    -
    -	err:
    -	ASN1_OBJECT_free(obj);
    -	M_ASN1_OCTET_STRING_free(oct);
    -	if(ext_der) OPENSSL_free(ext_der);
    -	return extension;
    -
    -	}
    -
    -static unsigned char *generic_asn1(char *value, X509V3_CTX *ctx, long *ext_len)
    -	{
    -	ASN1_TYPE *typ;
    -	unsigned char *ext_der = NULL;
    -	typ = ASN1_generate_v3(value, ctx);
    -	if (typ == NULL)
    -		return NULL;
    -	*ext_len = i2d_ASN1_TYPE(typ, &ext_der);
    -	ASN1_TYPE_free(typ);
    -	return ext_der;
    -	}
    -
    -/* This is the main function: add a bunch of extensions based on a config file
    - * section to an extension STACK.
    - */
    +                                            int crit, int gen_type,
    +                                            X509V3_CTX *ctx)
    +{
    +    unsigned char *ext_der = NULL;
    +    long ext_len;
    +    ASN1_OBJECT *obj = NULL;
    +    ASN1_OCTET_STRING *oct = NULL;
    +    X509_EXTENSION *extension = NULL;
    +    if (!(obj = OBJ_txt2obj(ext, 0))) {
    +        X509V3err(X509V3_F_V3_GENERIC_EXTENSION,
    +                  X509V3_R_EXTENSION_NAME_ERROR);
    +        ERR_add_error_data(2, "name=", ext);
    +        goto err;
    +    }
    +
    +    if (gen_type == 1)
    +        ext_der = string_to_hex(value, &ext_len);
    +    else if (gen_type == 2)
    +        ext_der = generic_asn1(value, ctx, &ext_len);
    +
    +    if (ext_der == NULL) {
    +        X509V3err(X509V3_F_V3_GENERIC_EXTENSION,
    +                  X509V3_R_EXTENSION_VALUE_ERROR);
    +        ERR_add_error_data(2, "value=", value);
    +        goto err;
    +    }
    +
    +    if (!(oct = M_ASN1_OCTET_STRING_new())) {
    +        X509V3err(X509V3_F_V3_GENERIC_EXTENSION, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    oct->data = ext_der;
    +    oct->length = ext_len;
    +    ext_der = NULL;
    +
    +    extension = X509_EXTENSION_create_by_OBJ(NULL, obj, crit, oct);
    +
    + err:
    +    ASN1_OBJECT_free(obj);
    +    M_ASN1_OCTET_STRING_free(oct);
    +    if (ext_der)
    +        OPENSSL_free(ext_der);
    +    return extension;
    +
    +}
     
    +static unsigned char *generic_asn1(char *value, X509V3_CTX *ctx,
    +                                   long *ext_len)
    +{
    +    ASN1_TYPE *typ;
    +    unsigned char *ext_der = NULL;
    +    typ = ASN1_generate_v3(value, ctx);
    +    if (typ == NULL)
    +        return NULL;
    +    *ext_len = i2d_ASN1_TYPE(typ, &ext_der);
    +    ASN1_TYPE_free(typ);
    +    return ext_der;
    +}
    +
    +/*
    + * This is the main function: add a bunch of extensions based on a config
    + * file section to an extension STACK.
    + */
     
     int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section,
    -			    STACK_OF(X509_EXTENSION) **sk)
    -	{
    -	X509_EXTENSION *ext;
    -	STACK_OF(CONF_VALUE) *nval;
    -	CONF_VALUE *val;	
    -	int i;
    -	if (!(nval = NCONF_get_section(conf, section))) return 0;
    -	for (i = 0; i < sk_CONF_VALUE_num(nval); i++)
    -		{
    -		val = sk_CONF_VALUE_value(nval, i);
    -		if (!(ext = X509V3_EXT_nconf(conf, ctx, val->name, val->value)))
    -								return 0;
    -		if (sk) X509v3_add_ext(sk, ext, -1);
    -		X509_EXTENSION_free(ext);
    -		}
    -	return 1;
    -	}
    -
    -/* Convenience functions to add extensions to a certificate, CRL and request */
    +                            STACK_OF(X509_EXTENSION) **sk)
    +{
    +    X509_EXTENSION *ext;
    +    STACK_OF(CONF_VALUE) *nval;
    +    CONF_VALUE *val;
    +    int i;
    +    if (!(nval = NCONF_get_section(conf, section)))
    +        return 0;
    +    for (i = 0; i < sk_CONF_VALUE_num(nval); i++) {
    +        val = sk_CONF_VALUE_value(nval, i);
    +        if (!(ext = X509V3_EXT_nconf(conf, ctx, val->name, val->value)))
    +            return 0;
    +        if (sk)
    +            X509v3_add_ext(sk, ext, -1);
    +        X509_EXTENSION_free(ext);
    +    }
    +    return 1;
    +}
    +
    +/*
    + * Convenience functions to add extensions to a certificate, CRL and request
    + */
     
     int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section,
    -			 X509 *cert)
    -	{
    -	STACK_OF(X509_EXTENSION) **sk = NULL;
    -	if (cert)
    -		sk = &cert->cert_info->extensions;
    -	return X509V3_EXT_add_nconf_sk(conf, ctx, section, sk);
    -	}
    +                         X509 *cert)
    +{
    +    STACK_OF(X509_EXTENSION) **sk = NULL;
    +    if (cert)
    +        sk = &cert->cert_info->extensions;
    +    return X509V3_EXT_add_nconf_sk(conf, ctx, section, sk);
    +}
     
     /* Same as above but for a CRL */
     
     int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section,
    -			     X509_CRL *crl)
    -	{
    -	STACK_OF(X509_EXTENSION) **sk = NULL;
    -	if (crl)
    -		sk = &crl->crl->extensions;
    -	return X509V3_EXT_add_nconf_sk(conf, ctx, section, sk);
    -	}
    +                             X509_CRL *crl)
    +{
    +    STACK_OF(X509_EXTENSION) **sk = NULL;
    +    if (crl)
    +        sk = &crl->crl->extensions;
    +    return X509V3_EXT_add_nconf_sk(conf, ctx, section, sk);
    +}
     
     /* Add extensions to certificate request */
     
     int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section,
    -	     X509_REQ *req)
    -	{
    -	STACK_OF(X509_EXTENSION) *extlist = NULL, **sk = NULL;
    -	int i;
    -	if (req)
    -		sk = &extlist;
    -	i = X509V3_EXT_add_nconf_sk(conf, ctx, section, sk);
    -	if (!i || !sk)
    -		return i;
    -	i = X509_REQ_add_extensions(req, extlist);
    -	sk_X509_EXTENSION_pop_free(extlist, X509_EXTENSION_free);
    -	return i;
    -	}
    +                             X509_REQ *req)
    +{
    +    STACK_OF(X509_EXTENSION) *extlist = NULL, **sk = NULL;
    +    int i;
    +    if (req)
    +        sk = &extlist;
    +    i = X509V3_EXT_add_nconf_sk(conf, ctx, section, sk);
    +    if (!i || !sk)
    +        return i;
    +    i = X509_REQ_add_extensions(req, extlist);
    +    sk_X509_EXTENSION_pop_free(extlist, X509_EXTENSION_free);
    +    return i;
    +}
     
     /* Config database functions */
     
    -char * X509V3_get_string(X509V3_CTX *ctx, char *name, char *section)
    -	{
    -	if(!ctx->db || !ctx->db_meth || !ctx->db_meth->get_string)
    -		{
    -		X509V3err(X509V3_F_X509V3_GET_STRING,X509V3_R_OPERATION_NOT_DEFINED);
    -		return NULL;
    -		}
    -	if (ctx->db_meth->get_string)
    -			return ctx->db_meth->get_string(ctx->db, name, section);
    -	return NULL;
    -	}
    -
    -STACK_OF(CONF_VALUE) * X509V3_get_section(X509V3_CTX *ctx, char *section)
    -	{
    -	if(!ctx->db || !ctx->db_meth || !ctx->db_meth->get_section)
    -		{
    -		X509V3err(X509V3_F_X509V3_GET_SECTION,X509V3_R_OPERATION_NOT_DEFINED);
    -		return NULL;
    -		}
    -	if (ctx->db_meth->get_section)
    -			return ctx->db_meth->get_section(ctx->db, section);
    -	return NULL;
    -	}
    +char *X509V3_get_string(X509V3_CTX *ctx, char *name, char *section)
    +{
    +    if (!ctx->db || !ctx->db_meth || !ctx->db_meth->get_string) {
    +        X509V3err(X509V3_F_X509V3_GET_STRING, X509V3_R_OPERATION_NOT_DEFINED);
    +        return NULL;
    +    }
    +    if (ctx->db_meth->get_string)
    +        return ctx->db_meth->get_string(ctx->db, name, section);
    +    return NULL;
    +}
    +
    +STACK_OF(CONF_VALUE) *X509V3_get_section(X509V3_CTX *ctx, char *section)
    +{
    +    if (!ctx->db || !ctx->db_meth || !ctx->db_meth->get_section) {
    +        X509V3err(X509V3_F_X509V3_GET_SECTION,
    +                  X509V3_R_OPERATION_NOT_DEFINED);
    +        return NULL;
    +    }
    +    if (ctx->db_meth->get_section)
    +        return ctx->db_meth->get_section(ctx->db, section);
    +    return NULL;
    +}
     
     void X509V3_string_free(X509V3_CTX *ctx, char *str)
    -	{
    -	if (!str) return;
    -	if (ctx->db_meth->free_string)
    -			ctx->db_meth->free_string(ctx->db, str);
    -	}
    +{
    +    if (!str)
    +        return;
    +    if (ctx->db_meth->free_string)
    +        ctx->db_meth->free_string(ctx->db, str);
    +}
     
     void X509V3_section_free(X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section)
    -	{
    -	if (!section) return;
    -	if (ctx->db_meth->free_section)
    -			ctx->db_meth->free_section(ctx->db, section);
    -	}
    +{
    +    if (!section)
    +        return;
    +    if (ctx->db_meth->free_section)
    +        ctx->db_meth->free_section(ctx->db, section);
    +}
     
     static char *nconf_get_string(void *db, char *section, char *value)
    -	{
    -	return NCONF_get_string(db, section, value);
    -	}
    +{
    +    return NCONF_get_string(db, section, value);
    +}
     
     static STACK_OF(CONF_VALUE) *nconf_get_section(void *db, char *section)
    -	{
    -	return NCONF_get_section(db, section);
    -	}
    +{
    +    return NCONF_get_section(db, section);
    +}
     
     static X509V3_CONF_METHOD nconf_method = {
    -nconf_get_string,
    -nconf_get_section,
    -NULL,
    -NULL
    +    nconf_get_string,
    +    nconf_get_section,
    +    NULL,
    +    NULL
     };
     
     void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf)
    -	{
    -	ctx->db_meth = &nconf_method;
    -	ctx->db = conf;
    -	}
    +{
    +    ctx->db_meth = &nconf_method;
    +    ctx->db = conf;
    +}
     
     void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subj, X509_REQ *req,
    -		    X509_CRL *crl, int flags)
    -	{
    -	ctx->issuer_cert = issuer;
    -	ctx->subject_cert = subj;
    -	ctx->crl = crl;
    -	ctx->subject_req = req;
    -	ctx->flags = flags;
    -	}
    +                    X509_CRL *crl, int flags)
    +{
    +    ctx->issuer_cert = issuer;
    +    ctx->subject_cert = subj;
    +    ctx->crl = crl;
    +    ctx->subject_req = req;
    +    ctx->flags = flags;
    +}
     
     /* Old conf compatibility functions */
     
     X509_EXTENSION *X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
    -				char *name, char *value)
    -	{
    -	CONF ctmp;
    -	CONF_set_nconf(&ctmp, conf);
    -	return X509V3_EXT_nconf(&ctmp, ctx, name, value);
    -	}
    +                                char *name, char *value)
    +{
    +    CONF ctmp;
    +    CONF_set_nconf(&ctmp, conf);
    +    return X509V3_EXT_nconf(&ctmp, ctx, name, value);
    +}
     
     /* LHASH *conf:  Config file    */
     /* char *value:  Value    */
    -X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
    -				    int ext_nid, char *value)
    -	{
    -	CONF ctmp;
    -	CONF_set_nconf(&ctmp, conf);
    -	return X509V3_EXT_nconf_nid(&ctmp, ctx, ext_nid, value);
    -	}
    +X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf,
    +                                    X509V3_CTX *ctx, int ext_nid, char *value)
    +{
    +    CONF ctmp;
    +    CONF_set_nconf(&ctmp, conf);
    +    return X509V3_EXT_nconf_nid(&ctmp, ctx, ext_nid, value);
    +}
     
     static char *conf_lhash_get_string(void *db, char *section, char *value)
    -	{
    -	return CONF_get_string(db, section, value);
    -	}
    +{
    +    return CONF_get_string(db, section, value);
    +}
     
     static STACK_OF(CONF_VALUE) *conf_lhash_get_section(void *db, char *section)
    -	{
    -	return CONF_get_section(db, section);
    -	}
    +{
    +    return CONF_get_section(db, section);
    +}
     
     static X509V3_CONF_METHOD conf_lhash_method = {
    -conf_lhash_get_string,
    -conf_lhash_get_section,
    -NULL,
    -NULL
    +    conf_lhash_get_string,
    +    conf_lhash_get_section,
    +    NULL,
    +    NULL
     };
     
     void X509V3_set_conf_lhash(X509V3_CTX *ctx, LHASH_OF(CONF_VALUE) *lhash)
    -	{
    -	ctx->db_meth = &conf_lhash_method;
    -	ctx->db = lhash;
    -	}
    +{
    +    ctx->db_meth = &conf_lhash_method;
    +    ctx->db = lhash;
    +}
     
     int X509V3_EXT_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
    -			char *section, X509 *cert)
    -	{
    -	CONF ctmp;
    -	CONF_set_nconf(&ctmp, conf);
    -	return X509V3_EXT_add_nconf(&ctmp, ctx, section, cert);
    -	}
    +                        char *section, X509 *cert)
    +{
    +    CONF ctmp;
    +    CONF_set_nconf(&ctmp, conf);
    +    return X509V3_EXT_add_nconf(&ctmp, ctx, section, cert);
    +}
     
     /* Same as above but for a CRL */
     
     int X509V3_EXT_CRL_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
    -			    char *section, X509_CRL *crl)
    -	{
    -	CONF ctmp;
    -	CONF_set_nconf(&ctmp, conf);
    -	return X509V3_EXT_CRL_add_nconf(&ctmp, ctx, section, crl);
    -	}
    +                            char *section, X509_CRL *crl)
    +{
    +    CONF ctmp;
    +    CONF_set_nconf(&ctmp, conf);
    +    return X509V3_EXT_CRL_add_nconf(&ctmp, ctx, section, crl);
    +}
     
     /* Add extensions to certificate request */
     
     int X509V3_EXT_REQ_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
    -			    char *section, X509_REQ *req)
    -	{
    -	CONF ctmp;
    -	CONF_set_nconf(&ctmp, conf);
    -	return X509V3_EXT_REQ_add_nconf(&ctmp, ctx, section, req);
    -	}
    +                            char *section, X509_REQ *req)
    +{
    +    CONF ctmp;
    +    CONF_set_nconf(&ctmp, conf);
    +    return X509V3_EXT_REQ_add_nconf(&ctmp, ctx, section, req);
    +}
    diff --git a/openssl/crypto/x509v3/v3_cpols.c b/openssl/crypto/x509v3/v3_cpols.c
    index 1f0798b94..476d51c0b 100644
    --- a/openssl/crypto/x509v3/v3_cpols.c
    +++ b/openssl/crypto/x509v3/v3_cpols.c
    @@ -1,6 +1,7 @@
     /* v3_cpols.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999-2004 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -67,35 +68,38 @@
     
     /* Certificate policies extension support: this one is a bit complex... */
     
    -static int i2r_certpol(X509V3_EXT_METHOD *method, STACK_OF(POLICYINFO) *pol, BIO *out, int indent);
    -static STACK_OF(POLICYINFO) *r2i_certpol(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *value);
    -static void print_qualifiers(BIO *out, STACK_OF(POLICYQUALINFO) *quals, int indent);
    +static int i2r_certpol(X509V3_EXT_METHOD *method, STACK_OF(POLICYINFO) *pol,
    +                       BIO *out, int indent);
    +static STACK_OF(POLICYINFO) *r2i_certpol(X509V3_EXT_METHOD *method,
    +                                         X509V3_CTX *ctx, char *value);
    +static void print_qualifiers(BIO *out, STACK_OF(POLICYQUALINFO) *quals,
    +                             int indent);
     static void print_notice(BIO *out, USERNOTICE *notice, int indent);
     static POLICYINFO *policy_section(X509V3_CTX *ctx,
    -				 STACK_OF(CONF_VALUE) *polstrs, int ia5org);
    +                                  STACK_OF(CONF_VALUE) *polstrs, int ia5org);
     static POLICYQUALINFO *notice_section(X509V3_CTX *ctx,
    -					STACK_OF(CONF_VALUE) *unot, int ia5org);
    +                                      STACK_OF(CONF_VALUE) *unot, int ia5org);
     static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos);
     
     const X509V3_EXT_METHOD v3_cpols = {
    -NID_certificate_policies, 0,ASN1_ITEM_ref(CERTIFICATEPOLICIES),
    -0,0,0,0,
    -0,0,
    -0,0,
    -(X509V3_EXT_I2R)i2r_certpol,
    -(X509V3_EXT_R2I)r2i_certpol,
    -NULL
    +    NID_certificate_policies, 0, ASN1_ITEM_ref(CERTIFICATEPOLICIES),
    +    0, 0, 0, 0,
    +    0, 0,
    +    0, 0,
    +    (X509V3_EXT_I2R)i2r_certpol,
    +    (X509V3_EXT_R2I)r2i_certpol,
    +    NULL
     };
     
    -ASN1_ITEM_TEMPLATE(CERTIFICATEPOLICIES) = 
    -	ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, CERTIFICATEPOLICIES, POLICYINFO)
    +ASN1_ITEM_TEMPLATE(CERTIFICATEPOLICIES) =
    +        ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, CERTIFICATEPOLICIES, POLICYINFO)
     ASN1_ITEM_TEMPLATE_END(CERTIFICATEPOLICIES)
     
     IMPLEMENT_ASN1_FUNCTIONS(CERTIFICATEPOLICIES)
     
     ASN1_SEQUENCE(POLICYINFO) = {
    -	ASN1_SIMPLE(POLICYINFO, policyid, ASN1_OBJECT),
    -	ASN1_SEQUENCE_OF_OPT(POLICYINFO, qualifiers, POLICYQUALINFO)
    +        ASN1_SIMPLE(POLICYINFO, policyid, ASN1_OBJECT),
    +        ASN1_SEQUENCE_OF_OPT(POLICYINFO, qualifiers, POLICYQUALINFO)
     } ASN1_SEQUENCE_END(POLICYINFO)
     
     IMPLEMENT_ASN1_FUNCTIONS(POLICYINFO)
    @@ -103,355 +107,373 @@ IMPLEMENT_ASN1_FUNCTIONS(POLICYINFO)
     ASN1_ADB_TEMPLATE(policydefault) = ASN1_SIMPLE(POLICYQUALINFO, d.other, ASN1_ANY);
     
     ASN1_ADB(POLICYQUALINFO) = {
    -	ADB_ENTRY(NID_id_qt_cps, ASN1_SIMPLE(POLICYQUALINFO, d.cpsuri, ASN1_IA5STRING)),
    -	ADB_ENTRY(NID_id_qt_unotice, ASN1_SIMPLE(POLICYQUALINFO, d.usernotice, USERNOTICE))
    +        ADB_ENTRY(NID_id_qt_cps, ASN1_SIMPLE(POLICYQUALINFO, d.cpsuri, ASN1_IA5STRING)),
    +        ADB_ENTRY(NID_id_qt_unotice, ASN1_SIMPLE(POLICYQUALINFO, d.usernotice, USERNOTICE))
     } ASN1_ADB_END(POLICYQUALINFO, 0, pqualid, 0, &policydefault_tt, NULL);
     
     ASN1_SEQUENCE(POLICYQUALINFO) = {
    -	ASN1_SIMPLE(POLICYQUALINFO, pqualid, ASN1_OBJECT),
    -	ASN1_ADB_OBJECT(POLICYQUALINFO)
    +        ASN1_SIMPLE(POLICYQUALINFO, pqualid, ASN1_OBJECT),
    +        ASN1_ADB_OBJECT(POLICYQUALINFO)
     } ASN1_SEQUENCE_END(POLICYQUALINFO)
     
     IMPLEMENT_ASN1_FUNCTIONS(POLICYQUALINFO)
     
     ASN1_SEQUENCE(USERNOTICE) = {
    -	ASN1_OPT(USERNOTICE, noticeref, NOTICEREF),
    -	ASN1_OPT(USERNOTICE, exptext, DISPLAYTEXT)
    +        ASN1_OPT(USERNOTICE, noticeref, NOTICEREF),
    +        ASN1_OPT(USERNOTICE, exptext, DISPLAYTEXT)
     } ASN1_SEQUENCE_END(USERNOTICE)
     
     IMPLEMENT_ASN1_FUNCTIONS(USERNOTICE)
     
     ASN1_SEQUENCE(NOTICEREF) = {
    -	ASN1_SIMPLE(NOTICEREF, organization, DISPLAYTEXT),
    -	ASN1_SEQUENCE_OF(NOTICEREF, noticenos, ASN1_INTEGER)
    +        ASN1_SIMPLE(NOTICEREF, organization, DISPLAYTEXT),
    +        ASN1_SEQUENCE_OF(NOTICEREF, noticenos, ASN1_INTEGER)
     } ASN1_SEQUENCE_END(NOTICEREF)
     
     IMPLEMENT_ASN1_FUNCTIONS(NOTICEREF)
     
     static STACK_OF(POLICYINFO) *r2i_certpol(X509V3_EXT_METHOD *method,
    -		X509V3_CTX *ctx, char *value)
    +                                         X509V3_CTX *ctx, char *value)
     {
    -	STACK_OF(POLICYINFO) *pols = NULL;
    -	char *pstr;
    -	POLICYINFO *pol;
    -	ASN1_OBJECT *pobj;
    -	STACK_OF(CONF_VALUE) *vals;
    -	CONF_VALUE *cnf;
    -	int i, ia5org;
    -	pols = sk_POLICYINFO_new_null();
    -	if (pols == NULL) {
    -		X509V3err(X509V3_F_R2I_CERTPOL, ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    -	vals =  X509V3_parse_list(value);
    -	if (vals == NULL) {
    -		X509V3err(X509V3_F_R2I_CERTPOL, ERR_R_X509V3_LIB);
    -		goto err;
    -	}
    -	ia5org = 0;
    -	for(i = 0; i < sk_CONF_VALUE_num(vals); i++) {
    -		cnf = sk_CONF_VALUE_value(vals, i);
    -		if(cnf->value || !cnf->name ) {
    -			X509V3err(X509V3_F_R2I_CERTPOL,X509V3_R_INVALID_POLICY_IDENTIFIER);
    -			X509V3_conf_err(cnf);
    -			goto err;
    -		}
    -		pstr = cnf->name;
    -		if(!strcmp(pstr,"ia5org")) {
    -			ia5org = 1;
    -			continue;
    -		} else if(*pstr == '@') {
    -			STACK_OF(CONF_VALUE) *polsect;
    -			polsect = X509V3_get_section(ctx, pstr + 1);
    -			if(!polsect) {
    -				X509V3err(X509V3_F_R2I_CERTPOL,X509V3_R_INVALID_SECTION);
    -
    -				X509V3_conf_err(cnf);
    -				goto err;
    -			}
    -			pol = policy_section(ctx, polsect, ia5org);
    -			X509V3_section_free(ctx, polsect);
    -			if(!pol) goto err;
    -		} else {
    -			if(!(pobj = OBJ_txt2obj(cnf->name, 0))) {
    -				X509V3err(X509V3_F_R2I_CERTPOL,X509V3_R_INVALID_OBJECT_IDENTIFIER);
    -				X509V3_conf_err(cnf);
    -				goto err;
    -			}
    -			pol = POLICYINFO_new();
    -			pol->policyid = pobj;
    -		}
    -		if (!sk_POLICYINFO_push(pols, pol)){
    -			POLICYINFO_free(pol);
    -			X509V3err(X509V3_F_R2I_CERTPOL, ERR_R_MALLOC_FAILURE);
    -			goto err;
    -		}
    -	}
    -	sk_CONF_VALUE_pop_free(vals, X509V3_conf_free);
    -	return pols;
    -	err:
    -	sk_CONF_VALUE_pop_free(vals, X509V3_conf_free);
    -	sk_POLICYINFO_pop_free(pols, POLICYINFO_free);
    -	return NULL;
    +    STACK_OF(POLICYINFO) *pols = NULL;
    +    char *pstr;
    +    POLICYINFO *pol;
    +    ASN1_OBJECT *pobj;
    +    STACK_OF(CONF_VALUE) *vals;
    +    CONF_VALUE *cnf;
    +    int i, ia5org;
    +    pols = sk_POLICYINFO_new_null();
    +    if (pols == NULL) {
    +        X509V3err(X509V3_F_R2I_CERTPOL, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +    vals = X509V3_parse_list(value);
    +    if (vals == NULL) {
    +        X509V3err(X509V3_F_R2I_CERTPOL, ERR_R_X509V3_LIB);
    +        goto err;
    +    }
    +    ia5org = 0;
    +    for (i = 0; i < sk_CONF_VALUE_num(vals); i++) {
    +        cnf = sk_CONF_VALUE_value(vals, i);
    +        if (cnf->value || !cnf->name) {
    +            X509V3err(X509V3_F_R2I_CERTPOL,
    +                      X509V3_R_INVALID_POLICY_IDENTIFIER);
    +            X509V3_conf_err(cnf);
    +            goto err;
    +        }
    +        pstr = cnf->name;
    +        if (!strcmp(pstr, "ia5org")) {
    +            ia5org = 1;
    +            continue;
    +        } else if (*pstr == '@') {
    +            STACK_OF(CONF_VALUE) *polsect;
    +            polsect = X509V3_get_section(ctx, pstr + 1);
    +            if (!polsect) {
    +                X509V3err(X509V3_F_R2I_CERTPOL, X509V3_R_INVALID_SECTION);
    +
    +                X509V3_conf_err(cnf);
    +                goto err;
    +            }
    +            pol = policy_section(ctx, polsect, ia5org);
    +            X509V3_section_free(ctx, polsect);
    +            if (!pol)
    +                goto err;
    +        } else {
    +            if (!(pobj = OBJ_txt2obj(cnf->name, 0))) {
    +                X509V3err(X509V3_F_R2I_CERTPOL,
    +                          X509V3_R_INVALID_OBJECT_IDENTIFIER);
    +                X509V3_conf_err(cnf);
    +                goto err;
    +            }
    +            pol = POLICYINFO_new();
    +            pol->policyid = pobj;
    +        }
    +        if (!sk_POLICYINFO_push(pols, pol)) {
    +            POLICYINFO_free(pol);
    +            X509V3err(X509V3_F_R2I_CERTPOL, ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +    }
    +    sk_CONF_VALUE_pop_free(vals, X509V3_conf_free);
    +    return pols;
    + err:
    +    sk_CONF_VALUE_pop_free(vals, X509V3_conf_free);
    +    sk_POLICYINFO_pop_free(pols, POLICYINFO_free);
    +    return NULL;
     }
     
     static POLICYINFO *policy_section(X509V3_CTX *ctx,
    -				STACK_OF(CONF_VALUE) *polstrs, int ia5org)
    +                                  STACK_OF(CONF_VALUE) *polstrs, int ia5org)
     {
    -	int i;
    -	CONF_VALUE *cnf;
    -	POLICYINFO *pol;
    -	POLICYQUALINFO *qual;
    -	if(!(pol = POLICYINFO_new())) goto merr;
    -	for(i = 0; i < sk_CONF_VALUE_num(polstrs); i++) {
    -		cnf = sk_CONF_VALUE_value(polstrs, i);
    -		if(!strcmp(cnf->name, "policyIdentifier")) {
    -			ASN1_OBJECT *pobj;
    -			if(!(pobj = OBJ_txt2obj(cnf->value, 0))) {
    -				X509V3err(X509V3_F_POLICY_SECTION,X509V3_R_INVALID_OBJECT_IDENTIFIER);
    -				X509V3_conf_err(cnf);
    -				goto err;
    -			}
    -			pol->policyid = pobj;
    -
    -		} else if(!name_cmp(cnf->name, "CPS")) {
    -			if(!pol->qualifiers) pol->qualifiers =
    -						 sk_POLICYQUALINFO_new_null();
    -			if(!(qual = POLICYQUALINFO_new())) goto merr;
    -			if(!sk_POLICYQUALINFO_push(pol->qualifiers, qual))
    -								 goto merr;
    -			qual->pqualid = OBJ_nid2obj(NID_id_qt_cps);
    -			qual->d.cpsuri = M_ASN1_IA5STRING_new();
    -			if(!ASN1_STRING_set(qual->d.cpsuri, cnf->value,
    -						 strlen(cnf->value))) goto merr;
    -		} else if(!name_cmp(cnf->name, "userNotice")) {
    -			STACK_OF(CONF_VALUE) *unot;
    -			if(*cnf->value != '@') {
    -				X509V3err(X509V3_F_POLICY_SECTION,X509V3_R_EXPECTED_A_SECTION_NAME);
    -				X509V3_conf_err(cnf);
    -				goto err;
    -			}
    -			unot = X509V3_get_section(ctx, cnf->value + 1);
    -			if(!unot) {
    -				X509V3err(X509V3_F_POLICY_SECTION,X509V3_R_INVALID_SECTION);
    -
    -				X509V3_conf_err(cnf);
    -				goto err;
    -			}
    -			qual = notice_section(ctx, unot, ia5org);
    -			X509V3_section_free(ctx, unot);
    -			if(!qual) goto err;
    -			if(!pol->qualifiers) pol->qualifiers =
    -						 sk_POLICYQUALINFO_new_null();
    -			if(!sk_POLICYQUALINFO_push(pol->qualifiers, qual))
    -								 goto merr;
    -		} else {
    -			X509V3err(X509V3_F_POLICY_SECTION,X509V3_R_INVALID_OPTION);
    -
    -			X509V3_conf_err(cnf);
    -			goto err;
    -		}
    -	}
    -	if(!pol->policyid) {
    -		X509V3err(X509V3_F_POLICY_SECTION,X509V3_R_NO_POLICY_IDENTIFIER);
    -		goto err;
    -	}
    -
    -	return pol;
    -
    -	merr:
    -	X509V3err(X509V3_F_POLICY_SECTION,ERR_R_MALLOC_FAILURE);
    -
    -	err:
    -	POLICYINFO_free(pol);
    -	return NULL;
    -	
    -	
    +    int i;
    +    CONF_VALUE *cnf;
    +    POLICYINFO *pol;
    +    POLICYQUALINFO *qual;
    +    if (!(pol = POLICYINFO_new()))
    +        goto merr;
    +    for (i = 0; i < sk_CONF_VALUE_num(polstrs); i++) {
    +        cnf = sk_CONF_VALUE_value(polstrs, i);
    +        if (!strcmp(cnf->name, "policyIdentifier")) {
    +            ASN1_OBJECT *pobj;
    +            if (!(pobj = OBJ_txt2obj(cnf->value, 0))) {
    +                X509V3err(X509V3_F_POLICY_SECTION,
    +                          X509V3_R_INVALID_OBJECT_IDENTIFIER);
    +                X509V3_conf_err(cnf);
    +                goto err;
    +            }
    +            pol->policyid = pobj;
    +
    +        } else if (!name_cmp(cnf->name, "CPS")) {
    +            if (!pol->qualifiers)
    +                pol->qualifiers = sk_POLICYQUALINFO_new_null();
    +            if (!(qual = POLICYQUALINFO_new()))
    +                goto merr;
    +            if (!sk_POLICYQUALINFO_push(pol->qualifiers, qual))
    +                goto merr;
    +            qual->pqualid = OBJ_nid2obj(NID_id_qt_cps);
    +            qual->d.cpsuri = M_ASN1_IA5STRING_new();
    +            if (!ASN1_STRING_set(qual->d.cpsuri, cnf->value,
    +                                 strlen(cnf->value)))
    +                goto merr;
    +        } else if (!name_cmp(cnf->name, "userNotice")) {
    +            STACK_OF(CONF_VALUE) *unot;
    +            if (*cnf->value != '@') {
    +                X509V3err(X509V3_F_POLICY_SECTION,
    +                          X509V3_R_EXPECTED_A_SECTION_NAME);
    +                X509V3_conf_err(cnf);
    +                goto err;
    +            }
    +            unot = X509V3_get_section(ctx, cnf->value + 1);
    +            if (!unot) {
    +                X509V3err(X509V3_F_POLICY_SECTION, X509V3_R_INVALID_SECTION);
    +
    +                X509V3_conf_err(cnf);
    +                goto err;
    +            }
    +            qual = notice_section(ctx, unot, ia5org);
    +            X509V3_section_free(ctx, unot);
    +            if (!qual)
    +                goto err;
    +            if (!pol->qualifiers)
    +                pol->qualifiers = sk_POLICYQUALINFO_new_null();
    +            if (!sk_POLICYQUALINFO_push(pol->qualifiers, qual))
    +                goto merr;
    +        } else {
    +            X509V3err(X509V3_F_POLICY_SECTION, X509V3_R_INVALID_OPTION);
    +
    +            X509V3_conf_err(cnf);
    +            goto err;
    +        }
    +    }
    +    if (!pol->policyid) {
    +        X509V3err(X509V3_F_POLICY_SECTION, X509V3_R_NO_POLICY_IDENTIFIER);
    +        goto err;
    +    }
    +
    +    return pol;
    +
    + merr:
    +    X509V3err(X509V3_F_POLICY_SECTION, ERR_R_MALLOC_FAILURE);
    +
    + err:
    +    POLICYINFO_free(pol);
    +    return NULL;
    +
     }
     
     static POLICYQUALINFO *notice_section(X509V3_CTX *ctx,
    -					STACK_OF(CONF_VALUE) *unot, int ia5org)
    +                                      STACK_OF(CONF_VALUE) *unot, int ia5org)
     {
    -	int i, ret;
    -	CONF_VALUE *cnf;
    -	USERNOTICE *not;
    -	POLICYQUALINFO *qual;
    -	if(!(qual = POLICYQUALINFO_new())) goto merr;
    -	qual->pqualid = OBJ_nid2obj(NID_id_qt_unotice);
    -	if(!(not = USERNOTICE_new())) goto merr;
    -	qual->d.usernotice = not;
    -	for(i = 0; i < sk_CONF_VALUE_num(unot); i++) {
    -		cnf = sk_CONF_VALUE_value(unot, i);
    -		if(!strcmp(cnf->name, "explicitText")) {
    -			not->exptext = M_ASN1_VISIBLESTRING_new();
    -			if(!ASN1_STRING_set(not->exptext, cnf->value,
    -						 strlen(cnf->value))) goto merr;
    -		} else if(!strcmp(cnf->name, "organization")) {
    -			NOTICEREF *nref;
    -			if(!not->noticeref) {
    -				if(!(nref = NOTICEREF_new())) goto merr;
    -				not->noticeref = nref;
    -			} else nref = not->noticeref;
    -			if(ia5org) nref->organization->type = V_ASN1_IA5STRING;
    -			else nref->organization->type = V_ASN1_VISIBLESTRING;
    -			if(!ASN1_STRING_set(nref->organization, cnf->value,
    -						 strlen(cnf->value))) goto merr;
    -		} else if(!strcmp(cnf->name, "noticeNumbers")) {
    -			NOTICEREF *nref;
    -			STACK_OF(CONF_VALUE) *nos;
    -			if(!not->noticeref) {
    -				if(!(nref = NOTICEREF_new())) goto merr;
    -				not->noticeref = nref;
    -			} else nref = not->noticeref;
    -			nos = X509V3_parse_list(cnf->value);
    -			if(!nos || !sk_CONF_VALUE_num(nos)) {
    -				X509V3err(X509V3_F_NOTICE_SECTION,X509V3_R_INVALID_NUMBERS);
    -				X509V3_conf_err(cnf);
    -				goto err;
    -			}
    -			ret = nref_nos(nref->noticenos, nos);
    -			sk_CONF_VALUE_pop_free(nos, X509V3_conf_free);
    -			if (!ret)
    -				goto err;
    -		} else {
    -			X509V3err(X509V3_F_NOTICE_SECTION,X509V3_R_INVALID_OPTION);
    -			X509V3_conf_err(cnf);
    -			goto err;
    -		}
    -	}
    -
    -	if(not->noticeref && 
    -	      (!not->noticeref->noticenos || !not->noticeref->organization)) {
    -			X509V3err(X509V3_F_NOTICE_SECTION,X509V3_R_NEED_ORGANIZATION_AND_NUMBERS);
    -			goto err;
    -	}
    -
    -	return qual;
    -
    -	merr:
    -	X509V3err(X509V3_F_NOTICE_SECTION,ERR_R_MALLOC_FAILURE);
    -
    -	err:
    -	POLICYQUALINFO_free(qual);
    -	return NULL;
    +    int i, ret;
    +    CONF_VALUE *cnf;
    +    USERNOTICE *not;
    +    POLICYQUALINFO *qual;
    +    if (!(qual = POLICYQUALINFO_new()))
    +        goto merr;
    +    qual->pqualid = OBJ_nid2obj(NID_id_qt_unotice);
    +    if (!(not = USERNOTICE_new()))
    +        goto merr;
    +    qual->d.usernotice = not;
    +    for (i = 0; i < sk_CONF_VALUE_num(unot); i++) {
    +        cnf = sk_CONF_VALUE_value(unot, i);
    +        if (!strcmp(cnf->name, "explicitText")) {
    +            not->exptext = M_ASN1_VISIBLESTRING_new();
    +            if (!ASN1_STRING_set(not->exptext, cnf->value,
    +                                 strlen(cnf->value)))
    +                goto merr;
    +        } else if (!strcmp(cnf->name, "organization")) {
    +            NOTICEREF *nref;
    +            if (!not->noticeref) {
    +                if (!(nref = NOTICEREF_new()))
    +                    goto merr;
    +                not->noticeref = nref;
    +            } else
    +                nref = not->noticeref;
    +            if (ia5org)
    +                nref->organization->type = V_ASN1_IA5STRING;
    +            else
    +                nref->organization->type = V_ASN1_VISIBLESTRING;
    +            if (!ASN1_STRING_set(nref->organization, cnf->value,
    +                                 strlen(cnf->value)))
    +                goto merr;
    +        } else if (!strcmp(cnf->name, "noticeNumbers")) {
    +            NOTICEREF *nref;
    +            STACK_OF(CONF_VALUE) *nos;
    +            if (!not->noticeref) {
    +                if (!(nref = NOTICEREF_new()))
    +                    goto merr;
    +                not->noticeref = nref;
    +            } else
    +                nref = not->noticeref;
    +            nos = X509V3_parse_list(cnf->value);
    +            if (!nos || !sk_CONF_VALUE_num(nos)) {
    +                X509V3err(X509V3_F_NOTICE_SECTION, X509V3_R_INVALID_NUMBERS);
    +                X509V3_conf_err(cnf);
    +                goto err;
    +            }
    +            ret = nref_nos(nref->noticenos, nos);
    +            sk_CONF_VALUE_pop_free(nos, X509V3_conf_free);
    +            if (!ret)
    +                goto err;
    +        } else {
    +            X509V3err(X509V3_F_NOTICE_SECTION, X509V3_R_INVALID_OPTION);
    +            X509V3_conf_err(cnf);
    +            goto err;
    +        }
    +    }
    +
    +    if (not->noticeref &&
    +        (!not->noticeref->noticenos || !not->noticeref->organization)) {
    +        X509V3err(X509V3_F_NOTICE_SECTION,
    +                  X509V3_R_NEED_ORGANIZATION_AND_NUMBERS);
    +        goto err;
    +    }
    +
    +    return qual;
    +
    + merr:
    +    X509V3err(X509V3_F_NOTICE_SECTION, ERR_R_MALLOC_FAILURE);
    +
    + err:
    +    POLICYQUALINFO_free(qual);
    +    return NULL;
     }
     
     static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos)
     {
    -	CONF_VALUE *cnf;
    -	ASN1_INTEGER *aint;
    -
    -	int i;
    -
    -	for(i = 0; i < sk_CONF_VALUE_num(nos); i++) {
    -		cnf = sk_CONF_VALUE_value(nos, i);
    -		if(!(aint = s2i_ASN1_INTEGER(NULL, cnf->name))) {
    -			X509V3err(X509V3_F_NREF_NOS,X509V3_R_INVALID_NUMBER);
    -			goto err;
    -		}
    -		if(!sk_ASN1_INTEGER_push(nnums, aint)) goto merr;
    -	}
    -	return 1;
    -
    -	merr:
    -	X509V3err(X509V3_F_NREF_NOS,ERR_R_MALLOC_FAILURE);
    -
    -	err:
    -	sk_ASN1_INTEGER_pop_free(nnums, ASN1_STRING_free);
    -	return 0;
    +    CONF_VALUE *cnf;
    +    ASN1_INTEGER *aint;
    +
    +    int i;
    +
    +    for (i = 0; i < sk_CONF_VALUE_num(nos); i++) {
    +        cnf = sk_CONF_VALUE_value(nos, i);
    +        if (!(aint = s2i_ASN1_INTEGER(NULL, cnf->name))) {
    +            X509V3err(X509V3_F_NREF_NOS, X509V3_R_INVALID_NUMBER);
    +            goto err;
    +        }
    +        if (!sk_ASN1_INTEGER_push(nnums, aint))
    +            goto merr;
    +    }
    +    return 1;
    +
    + merr:
    +    X509V3err(X509V3_F_NREF_NOS, ERR_R_MALLOC_FAILURE);
    +
    + err:
    +    sk_ASN1_INTEGER_pop_free(nnums, ASN1_STRING_free);
    +    return 0;
     }
     
    -
     static int i2r_certpol(X509V3_EXT_METHOD *method, STACK_OF(POLICYINFO) *pol,
    -		BIO *out, int indent)
    +                       BIO *out, int indent)
     {
    -	int i;
    -	POLICYINFO *pinfo;
    -	/* First print out the policy OIDs */
    -	for(i = 0; i < sk_POLICYINFO_num(pol); i++) {
    -		pinfo = sk_POLICYINFO_value(pol, i);
    -		BIO_printf(out, "%*sPolicy: ", indent, "");
    -		i2a_ASN1_OBJECT(out, pinfo->policyid);
    -		BIO_puts(out, "\n");
    -		if(pinfo->qualifiers)
    -			 print_qualifiers(out, pinfo->qualifiers, indent + 2);
    -	}
    -	return 1;
    +    int i;
    +    POLICYINFO *pinfo;
    +    /* First print out the policy OIDs */
    +    for (i = 0; i < sk_POLICYINFO_num(pol); i++) {
    +        pinfo = sk_POLICYINFO_value(pol, i);
    +        BIO_printf(out, "%*sPolicy: ", indent, "");
    +        i2a_ASN1_OBJECT(out, pinfo->policyid);
    +        BIO_puts(out, "\n");
    +        if (pinfo->qualifiers)
    +            print_qualifiers(out, pinfo->qualifiers, indent + 2);
    +    }
    +    return 1;
     }
     
     static void print_qualifiers(BIO *out, STACK_OF(POLICYQUALINFO) *quals,
    -		int indent)
    +                             int indent)
     {
    -	POLICYQUALINFO *qualinfo;
    -	int i;
    -	for(i = 0; i < sk_POLICYQUALINFO_num(quals); i++) {
    -		qualinfo = sk_POLICYQUALINFO_value(quals, i);
    -		switch(OBJ_obj2nid(qualinfo->pqualid))
    -		{
    -			case NID_id_qt_cps:
    -			BIO_printf(out, "%*sCPS: %s\n", indent, "",
    -						qualinfo->d.cpsuri->data);
    -			break;
    -		
    -			case NID_id_qt_unotice:
    -			BIO_printf(out, "%*sUser Notice:\n", indent, "");
    -			print_notice(out, qualinfo->d.usernotice, indent + 2);
    -			break;
    -
    -			default:
    -			BIO_printf(out, "%*sUnknown Qualifier: ",
    -							 indent + 2, "");
    -			
    -			i2a_ASN1_OBJECT(out, qualinfo->pqualid);
    -			BIO_puts(out, "\n");
    -			break;
    -		}
    -	}
    +    POLICYQUALINFO *qualinfo;
    +    int i;
    +    for (i = 0; i < sk_POLICYQUALINFO_num(quals); i++) {
    +        qualinfo = sk_POLICYQUALINFO_value(quals, i);
    +        switch (OBJ_obj2nid(qualinfo->pqualid)) {
    +        case NID_id_qt_cps:
    +            BIO_printf(out, "%*sCPS: %s\n", indent, "",
    +                       qualinfo->d.cpsuri->data);
    +            break;
    +
    +        case NID_id_qt_unotice:
    +            BIO_printf(out, "%*sUser Notice:\n", indent, "");
    +            print_notice(out, qualinfo->d.usernotice, indent + 2);
    +            break;
    +
    +        default:
    +            BIO_printf(out, "%*sUnknown Qualifier: ", indent + 2, "");
    +
    +            i2a_ASN1_OBJECT(out, qualinfo->pqualid);
    +            BIO_puts(out, "\n");
    +            break;
    +        }
    +    }
     }
     
     static void print_notice(BIO *out, USERNOTICE *notice, int indent)
     {
    -	int i;
    -	if(notice->noticeref) {
    -		NOTICEREF *ref;
    -		ref = notice->noticeref;
    -		BIO_printf(out, "%*sOrganization: %s\n", indent, "",
    -						 ref->organization->data);
    -		BIO_printf(out, "%*sNumber%s: ", indent, "",
    -			   sk_ASN1_INTEGER_num(ref->noticenos) > 1 ? "s" : "");
    -		for(i = 0; i < sk_ASN1_INTEGER_num(ref->noticenos); i++) {
    -			ASN1_INTEGER *num;
    -			char *tmp;
    -			num = sk_ASN1_INTEGER_value(ref->noticenos, i);
    -			if(i) BIO_puts(out, ", ");
    -			tmp = i2s_ASN1_INTEGER(NULL, num);
    -			BIO_puts(out, tmp);
    -			OPENSSL_free(tmp);
    -		}
    -		BIO_puts(out, "\n");
    -	}
    -	if(notice->exptext)
    -		BIO_printf(out, "%*sExplicit Text: %s\n", indent, "",
    -							 notice->exptext->data);
    +    int i;
    +    if (notice->noticeref) {
    +        NOTICEREF *ref;
    +        ref = notice->noticeref;
    +        BIO_printf(out, "%*sOrganization: %s\n", indent, "",
    +                   ref->organization->data);
    +        BIO_printf(out, "%*sNumber%s: ", indent, "",
    +                   sk_ASN1_INTEGER_num(ref->noticenos) > 1 ? "s" : "");
    +        for (i = 0; i < sk_ASN1_INTEGER_num(ref->noticenos); i++) {
    +            ASN1_INTEGER *num;
    +            char *tmp;
    +            num = sk_ASN1_INTEGER_value(ref->noticenos, i);
    +            if (i)
    +                BIO_puts(out, ", ");
    +            tmp = i2s_ASN1_INTEGER(NULL, num);
    +            BIO_puts(out, tmp);
    +            OPENSSL_free(tmp);
    +        }
    +        BIO_puts(out, "\n");
    +    }
    +    if (notice->exptext)
    +        BIO_printf(out, "%*sExplicit Text: %s\n", indent, "",
    +                   notice->exptext->data);
     }
     
     void X509_POLICY_NODE_print(BIO *out, X509_POLICY_NODE *node, int indent)
    -	{
    -	const X509_POLICY_DATA *dat = node->data;
    -
    -	BIO_printf(out, "%*sPolicy: ", indent, "");
    -			
    -	i2a_ASN1_OBJECT(out, dat->valid_policy);
    -	BIO_puts(out, "\n");
    -	BIO_printf(out, "%*s%s\n", indent + 2, "",
    -		node_data_critical(dat) ? "Critical" : "Non Critical");
    -	if (dat->qualifier_set)
    -		print_qualifiers(out, dat->qualifier_set, indent + 2);
    -	else
    -		BIO_printf(out, "%*sNo Qualifiers\n", indent + 2, "");
    -	}
    +{
    +    const X509_POLICY_DATA *dat = node->data;
    +
    +    BIO_printf(out, "%*sPolicy: ", indent, "");
    +
    +    i2a_ASN1_OBJECT(out, dat->valid_policy);
    +    BIO_puts(out, "\n");
    +    BIO_printf(out, "%*s%s\n", indent + 2, "",
    +               node_data_critical(dat) ? "Critical" : "Non Critical");
    +    if (dat->qualifier_set)
    +        print_qualifiers(out, dat->qualifier_set, indent + 2);
    +    else
    +        BIO_printf(out, "%*sNo Qualifiers\n", indent + 2, "");
    +}
     
     
     IMPLEMENT_STACK_OF(X509_POLICY_NODE)
    -IMPLEMENT_STACK_OF(X509_POLICY_DATA)
     
    +IMPLEMENT_STACK_OF(X509_POLICY_DATA)
    diff --git a/openssl/crypto/x509v3/v3_crld.c b/openssl/crypto/x509v3/v3_crld.c
    index 790a6dd03..d3e1d1b05 100644
    --- a/openssl/crypto/x509v3/v3_crld.c
    +++ b/openssl/crypto/x509v3/v3_crld.c
    @@ -1,6 +1,7 @@
     /* v3_crld.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999-2008 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -64,553 +65,498 @@
     #include 
     
     static void *v2i_crld(const X509V3_EXT_METHOD *method,
    -		      X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
    +                      X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
     static int i2r_crldp(const X509V3_EXT_METHOD *method, void *pcrldp, BIO *out,
    -		     int indent);
    -
    -const X509V3_EXT_METHOD v3_crld =
    -	{
    -	NID_crl_distribution_points, 0, ASN1_ITEM_ref(CRL_DIST_POINTS),
    -	0,0,0,0,
    -	0,0,
    -	0,
    -	v2i_crld,
    -	i2r_crldp,0,
    -	NULL
    -	};
    -
    -const X509V3_EXT_METHOD v3_freshest_crl =
    -	{
    -	NID_freshest_crl, 0, ASN1_ITEM_ref(CRL_DIST_POINTS),
    -	0,0,0,0,
    -	0,0,
    -	0,
    -	v2i_crld,
    -	i2r_crldp,0,
    -	NULL
    -	};
    -
    -static STACK_OF(GENERAL_NAME) *gnames_from_sectname(X509V3_CTX *ctx, char *sect)
    -	{
    -	STACK_OF(CONF_VALUE) *gnsect;
    -	STACK_OF(GENERAL_NAME) *gens;
    -	if (*sect == '@')
    -		gnsect = X509V3_get_section(ctx, sect + 1);
    -	else
    -		gnsect = X509V3_parse_list(sect);
    -	if (!gnsect)
    -		{
    -		X509V3err(X509V3_F_GNAMES_FROM_SECTNAME,
    -						X509V3_R_SECTION_NOT_FOUND);
    -		return NULL;
    -		}
    -	gens = v2i_GENERAL_NAMES(NULL, ctx, gnsect);
    -	if (*sect == '@')
    -		X509V3_section_free(ctx, gnsect);
    -	else
    -		sk_CONF_VALUE_pop_free(gnsect, X509V3_conf_free);
    -	return gens;
    -	}
    +                     int indent);
    +
    +const X509V3_EXT_METHOD v3_crld = {
    +    NID_crl_distribution_points, 0, ASN1_ITEM_ref(CRL_DIST_POINTS),
    +    0, 0, 0, 0,
    +    0, 0,
    +    0,
    +    v2i_crld,
    +    i2r_crldp, 0,
    +    NULL
    +};
    +
    +const X509V3_EXT_METHOD v3_freshest_crl = {
    +    NID_freshest_crl, 0, ASN1_ITEM_ref(CRL_DIST_POINTS),
    +    0, 0, 0, 0,
    +    0, 0,
    +    0,
    +    v2i_crld,
    +    i2r_crldp, 0,
    +    NULL
    +};
    +
    +static STACK_OF(GENERAL_NAME) *gnames_from_sectname(X509V3_CTX *ctx,
    +                                                    char *sect)
    +{
    +    STACK_OF(CONF_VALUE) *gnsect;
    +    STACK_OF(GENERAL_NAME) *gens;
    +    if (*sect == '@')
    +        gnsect = X509V3_get_section(ctx, sect + 1);
    +    else
    +        gnsect = X509V3_parse_list(sect);
    +    if (!gnsect) {
    +        X509V3err(X509V3_F_GNAMES_FROM_SECTNAME, X509V3_R_SECTION_NOT_FOUND);
    +        return NULL;
    +    }
    +    gens = v2i_GENERAL_NAMES(NULL, ctx, gnsect);
    +    if (*sect == '@')
    +        X509V3_section_free(ctx, gnsect);
    +    else
    +        sk_CONF_VALUE_pop_free(gnsect, X509V3_conf_free);
    +    return gens;
    +}
     
     static int set_dist_point_name(DIST_POINT_NAME **pdp, X509V3_CTX *ctx,
    -							CONF_VALUE *cnf)
    -	{
    -	STACK_OF(GENERAL_NAME) *fnm = NULL;
    -	STACK_OF(X509_NAME_ENTRY) *rnm = NULL;
    -	if (!strncmp(cnf->name, "fullname", 9))
    -		{
    -		fnm = gnames_from_sectname(ctx, cnf->value);
    -		if (!fnm)
    -			goto err;
    -		}
    -	else if (!strcmp(cnf->name, "relativename"))
    -		{
    -		int ret;
    -		STACK_OF(CONF_VALUE) *dnsect;
    -		X509_NAME *nm;
    -		nm = X509_NAME_new();
    -		if (!nm)
    -			return -1;
    -		dnsect = X509V3_get_section(ctx, cnf->value);
    -		if (!dnsect)
    -			{
    -			X509V3err(X509V3_F_SET_DIST_POINT_NAME,
    -						X509V3_R_SECTION_NOT_FOUND);
    -			return -1;
    -			}
    -		ret = X509V3_NAME_from_section(nm, dnsect, MBSTRING_ASC);
    -		X509V3_section_free(ctx, dnsect);
    -		rnm = nm->entries;
    -		nm->entries = NULL;
    -		X509_NAME_free(nm);
    -		if (!ret || sk_X509_NAME_ENTRY_num(rnm) <= 0)
    -			goto err;
    -		/* Since its a name fragment can't have more than one
    -		 * RDNSequence
    -		 */
    -		if (sk_X509_NAME_ENTRY_value(rnm,
    -				sk_X509_NAME_ENTRY_num(rnm) - 1)->set)
    -			{
    -			X509V3err(X509V3_F_SET_DIST_POINT_NAME,
    -						X509V3_R_INVALID_MULTIPLE_RDNS);
    -			goto err;
    -			}
    -		}
    -	else
    -		return 0;
    -
    -	if (*pdp)
    -		{
    -		X509V3err(X509V3_F_SET_DIST_POINT_NAME,
    -						X509V3_R_DISTPOINT_ALREADY_SET);
    -		goto err;
    -		}
    -
    -	*pdp = DIST_POINT_NAME_new();
    -	if (!*pdp)
    -		goto err;
    -	if (fnm)
    -		{
    -		(*pdp)->type = 0;
    -		(*pdp)->name.fullname = fnm;
    -		}
    -	else
    -		{
    -		(*pdp)->type = 1;
    -		(*pdp)->name.relativename = rnm;
    -		}
    -
    -	return 1;
    -		
    -	err:
    -	if (fnm)
    -		sk_GENERAL_NAME_pop_free(fnm, GENERAL_NAME_free);
    -	if (rnm)
    -		sk_X509_NAME_ENTRY_pop_free(rnm, X509_NAME_ENTRY_free);
    -	return -1;
    -	}
    +                               CONF_VALUE *cnf)
    +{
    +    STACK_OF(GENERAL_NAME) *fnm = NULL;
    +    STACK_OF(X509_NAME_ENTRY) *rnm = NULL;
    +    if (!strncmp(cnf->name, "fullname", 9)) {
    +        fnm = gnames_from_sectname(ctx, cnf->value);
    +        if (!fnm)
    +            goto err;
    +    } else if (!strcmp(cnf->name, "relativename")) {
    +        int ret;
    +        STACK_OF(CONF_VALUE) *dnsect;
    +        X509_NAME *nm;
    +        nm = X509_NAME_new();
    +        if (!nm)
    +            return -1;
    +        dnsect = X509V3_get_section(ctx, cnf->value);
    +        if (!dnsect) {
    +            X509V3err(X509V3_F_SET_DIST_POINT_NAME,
    +                      X509V3_R_SECTION_NOT_FOUND);
    +            return -1;
    +        }
    +        ret = X509V3_NAME_from_section(nm, dnsect, MBSTRING_ASC);
    +        X509V3_section_free(ctx, dnsect);
    +        rnm = nm->entries;
    +        nm->entries = NULL;
    +        X509_NAME_free(nm);
    +        if (!ret || sk_X509_NAME_ENTRY_num(rnm) <= 0)
    +            goto err;
    +        /*
    +         * Since its a name fragment can't have more than one RDNSequence
    +         */
    +        if (sk_X509_NAME_ENTRY_value(rnm,
    +                                     sk_X509_NAME_ENTRY_num(rnm) - 1)->set) {
    +            X509V3err(X509V3_F_SET_DIST_POINT_NAME,
    +                      X509V3_R_INVALID_MULTIPLE_RDNS);
    +            goto err;
    +        }
    +    } else
    +        return 0;
    +
    +    if (*pdp) {
    +        X509V3err(X509V3_F_SET_DIST_POINT_NAME,
    +                  X509V3_R_DISTPOINT_ALREADY_SET);
    +        goto err;
    +    }
    +
    +    *pdp = DIST_POINT_NAME_new();
    +    if (!*pdp)
    +        goto err;
    +    if (fnm) {
    +        (*pdp)->type = 0;
    +        (*pdp)->name.fullname = fnm;
    +    } else {
    +        (*pdp)->type = 1;
    +        (*pdp)->name.relativename = rnm;
    +    }
    +
    +    return 1;
    +
    + err:
    +    if (fnm)
    +        sk_GENERAL_NAME_pop_free(fnm, GENERAL_NAME_free);
    +    if (rnm)
    +        sk_X509_NAME_ENTRY_pop_free(rnm, X509_NAME_ENTRY_free);
    +    return -1;
    +}
     
     static const BIT_STRING_BITNAME reason_flags[] = {
    -{0, "Unused", "unused"},
    -{1, "Key Compromise", "keyCompromise"},
    -{2, "CA Compromise", "CACompromise"},
    -{3, "Affiliation Changed", "affiliationChanged"},
    -{4, "Superseded", "superseded"},
    -{5, "Cessation Of Operation", "cessationOfOperation"},
    -{6, "Certificate Hold", "certificateHold"},
    -{7, "Privilege Withdrawn", "privilegeWithdrawn"},
    -{8, "AA Compromise", "AACompromise"},
    -{-1, NULL, NULL}
    +    {0, "Unused", "unused"},
    +    {1, "Key Compromise", "keyCompromise"},
    +    {2, "CA Compromise", "CACompromise"},
    +    {3, "Affiliation Changed", "affiliationChanged"},
    +    {4, "Superseded", "superseded"},
    +    {5, "Cessation Of Operation", "cessationOfOperation"},
    +    {6, "Certificate Hold", "certificateHold"},
    +    {7, "Privilege Withdrawn", "privilegeWithdrawn"},
    +    {8, "AA Compromise", "AACompromise"},
    +    {-1, NULL, NULL}
     };
     
     static int set_reasons(ASN1_BIT_STRING **preas, char *value)
    -	{
    -	STACK_OF(CONF_VALUE) *rsk = NULL;
    -	const BIT_STRING_BITNAME *pbn;
    -	const char *bnam;
    -	int i, ret = 0;
    -	rsk = X509V3_parse_list(value);
    -	if (!rsk)
    -		return 0;
    -	if (*preas)
    -		return 0;
    -	for (i = 0; i < sk_CONF_VALUE_num(rsk); i++)
    -		{
    -		bnam = sk_CONF_VALUE_value(rsk, i)->name;
    -		if (!*preas)
    -			{
    -			*preas = ASN1_BIT_STRING_new();
    -			if (!*preas)
    -				goto err;
    -			}
    -		for (pbn = reason_flags; pbn->lname; pbn++)
    -			{
    -			if (!strcmp(pbn->sname, bnam))
    -				{
    -				if (!ASN1_BIT_STRING_set_bit(*preas,
    -							pbn->bitnum, 1))
    -					goto err;
    -				break;
    -				}
    -			}
    -		if (!pbn->lname)
    -			goto err;
    -		}
    -	ret = 1;
    -
    -	err:
    -	sk_CONF_VALUE_pop_free(rsk, X509V3_conf_free);
    -	return ret;
    -	}
    +{
    +    STACK_OF(CONF_VALUE) *rsk = NULL;
    +    const BIT_STRING_BITNAME *pbn;
    +    const char *bnam;
    +    int i, ret = 0;
    +    rsk = X509V3_parse_list(value);
    +    if (!rsk)
    +        return 0;
    +    if (*preas)
    +        return 0;
    +    for (i = 0; i < sk_CONF_VALUE_num(rsk); i++) {
    +        bnam = sk_CONF_VALUE_value(rsk, i)->name;
    +        if (!*preas) {
    +            *preas = ASN1_BIT_STRING_new();
    +            if (!*preas)
    +                goto err;
    +        }
    +        for (pbn = reason_flags; pbn->lname; pbn++) {
    +            if (!strcmp(pbn->sname, bnam)) {
    +                if (!ASN1_BIT_STRING_set_bit(*preas, pbn->bitnum, 1))
    +                    goto err;
    +                break;
    +            }
    +        }
    +        if (!pbn->lname)
    +            goto err;
    +    }
    +    ret = 1;
    +
    + err:
    +    sk_CONF_VALUE_pop_free(rsk, X509V3_conf_free);
    +    return ret;
    +}
     
     static int print_reasons(BIO *out, const char *rname,
    -			ASN1_BIT_STRING *rflags, int indent)
    -	{
    -	int first = 1;
    -	const BIT_STRING_BITNAME *pbn;
    -	BIO_printf(out, "%*s%s:\n%*s", indent, "", rname, indent + 2, "");
    -	for (pbn = reason_flags; pbn->lname; pbn++)
    -		{
    -		if (ASN1_BIT_STRING_get_bit(rflags, pbn->bitnum))
    -			{
    -			if (first)
    -				first = 0;
    -			else
    -				BIO_puts(out, ", ");
    -			BIO_puts(out, pbn->lname);
    -			}
    -		}
    -	if (first)
    -		BIO_puts(out, "\n");
    -	else
    -		BIO_puts(out, "\n");
    -	return 1;
    -	}
    +                         ASN1_BIT_STRING *rflags, int indent)
    +{
    +    int first = 1;
    +    const BIT_STRING_BITNAME *pbn;
    +    BIO_printf(out, "%*s%s:\n%*s", indent, "", rname, indent + 2, "");
    +    for (pbn = reason_flags; pbn->lname; pbn++) {
    +        if (ASN1_BIT_STRING_get_bit(rflags, pbn->bitnum)) {
    +            if (first)
    +                first = 0;
    +            else
    +                BIO_puts(out, ", ");
    +            BIO_puts(out, pbn->lname);
    +        }
    +    }
    +    if (first)
    +        BIO_puts(out, "\n");
    +    else
    +        BIO_puts(out, "\n");
    +    return 1;
    +}
     
     static DIST_POINT *crldp_from_section(X509V3_CTX *ctx,
    -						STACK_OF(CONF_VALUE) *nval)
    -	{
    -	int i;
    -	CONF_VALUE *cnf;
    -	DIST_POINT *point = NULL;
    -	point = DIST_POINT_new();
    -	if (!point)
    -		goto err;
    -	for(i = 0; i < sk_CONF_VALUE_num(nval); i++)
    -		{
    -		int ret;
    -		cnf = sk_CONF_VALUE_value(nval, i);
    -		ret = set_dist_point_name(&point->distpoint, ctx, cnf);
    -		if (ret > 0)
    -			continue;
    -		if (ret < 0)
    -			goto err;
    -		if (!strcmp(cnf->name, "reasons"))
    -			{
    -			if (!set_reasons(&point->reasons, cnf->value))
    -				goto err;
    -			}
    -		else if (!strcmp(cnf->name, "CRLissuer"))
    -			{
    -			point->CRLissuer =
    -				gnames_from_sectname(ctx, cnf->value);
    -			if (!point->CRLissuer)
    -				goto err;
    -			}
    -		}
    -
    -	return point;
    -			
    -
    -	err:
    -	if (point)
    -		DIST_POINT_free(point);
    -	return NULL;
    -	}
    +                                      STACK_OF(CONF_VALUE) *nval)
    +{
    +    int i;
    +    CONF_VALUE *cnf;
    +    DIST_POINT *point = NULL;
    +    point = DIST_POINT_new();
    +    if (!point)
    +        goto err;
    +    for (i = 0; i < sk_CONF_VALUE_num(nval); i++) {
    +        int ret;
    +        cnf = sk_CONF_VALUE_value(nval, i);
    +        ret = set_dist_point_name(&point->distpoint, ctx, cnf);
    +        if (ret > 0)
    +            continue;
    +        if (ret < 0)
    +            goto err;
    +        if (!strcmp(cnf->name, "reasons")) {
    +            if (!set_reasons(&point->reasons, cnf->value))
    +                goto err;
    +        } else if (!strcmp(cnf->name, "CRLissuer")) {
    +            point->CRLissuer = gnames_from_sectname(ctx, cnf->value);
    +            if (!point->CRLissuer)
    +                goto err;
    +        }
    +    }
    +
    +    return point;
    +
    + err:
    +    if (point)
    +        DIST_POINT_free(point);
    +    return NULL;
    +}
     
     static void *v2i_crld(const X509V3_EXT_METHOD *method,
    -		      X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
    -	{
    -	STACK_OF(DIST_POINT) *crld = NULL;
    -	GENERAL_NAMES *gens = NULL;
    -	GENERAL_NAME *gen = NULL;
    -	CONF_VALUE *cnf;
    -	int i;
    -	if(!(crld = sk_DIST_POINT_new_null())) goto merr;
    -	for(i = 0; i < sk_CONF_VALUE_num(nval); i++) {
    -		DIST_POINT *point;
    -		cnf = sk_CONF_VALUE_value(nval, i);
    -		if (!cnf->value)
    -			{
    -			STACK_OF(CONF_VALUE) *dpsect;
    -			dpsect = X509V3_get_section(ctx, cnf->name);
    -			if (!dpsect)
    -				goto err;
    -			point = crldp_from_section(ctx, dpsect);
    -			X509V3_section_free(ctx, dpsect);
    -			if (!point)
    -				goto err;
    -			if(!sk_DIST_POINT_push(crld, point))
    -				{
    -				DIST_POINT_free(point);
    -				goto merr;
    -				}
    -			}
    -		else
    -			{
    -			if(!(gen = v2i_GENERAL_NAME(method, ctx, cnf)))
    -				goto err; 
    -			if(!(gens = GENERAL_NAMES_new()))
    -				goto merr;
    -			if(!sk_GENERAL_NAME_push(gens, gen))
    -				goto merr;
    -			gen = NULL;
    -			if(!(point = DIST_POINT_new()))
    -				goto merr;
    -			if(!sk_DIST_POINT_push(crld, point))
    -				{
    -				DIST_POINT_free(point);
    -				goto merr;
    -				}
    -			if(!(point->distpoint = DIST_POINT_NAME_new()))
    -				goto merr;
    -			point->distpoint->name.fullname = gens;
    -			point->distpoint->type = 0;
    -			gens = NULL;
    -			}
    -	}
    -	return crld;
    -
    -	merr:
    -	X509V3err(X509V3_F_V2I_CRLD,ERR_R_MALLOC_FAILURE);
    -	err:
    -	GENERAL_NAME_free(gen);
    -	GENERAL_NAMES_free(gens);
    -	sk_DIST_POINT_pop_free(crld, DIST_POINT_free);
    -	return NULL;
    +                      X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
    +{
    +    STACK_OF(DIST_POINT) *crld = NULL;
    +    GENERAL_NAMES *gens = NULL;
    +    GENERAL_NAME *gen = NULL;
    +    CONF_VALUE *cnf;
    +    int i;
    +    if (!(crld = sk_DIST_POINT_new_null()))
    +        goto merr;
    +    for (i = 0; i < sk_CONF_VALUE_num(nval); i++) {
    +        DIST_POINT *point;
    +        cnf = sk_CONF_VALUE_value(nval, i);
    +        if (!cnf->value) {
    +            STACK_OF(CONF_VALUE) *dpsect;
    +            dpsect = X509V3_get_section(ctx, cnf->name);
    +            if (!dpsect)
    +                goto err;
    +            point = crldp_from_section(ctx, dpsect);
    +            X509V3_section_free(ctx, dpsect);
    +            if (!point)
    +                goto err;
    +            if (!sk_DIST_POINT_push(crld, point)) {
    +                DIST_POINT_free(point);
    +                goto merr;
    +            }
    +        } else {
    +            if (!(gen = v2i_GENERAL_NAME(method, ctx, cnf)))
    +                goto err;
    +            if (!(gens = GENERAL_NAMES_new()))
    +                goto merr;
    +            if (!sk_GENERAL_NAME_push(gens, gen))
    +                goto merr;
    +            gen = NULL;
    +            if (!(point = DIST_POINT_new()))
    +                goto merr;
    +            if (!sk_DIST_POINT_push(crld, point)) {
    +                DIST_POINT_free(point);
    +                goto merr;
    +            }
    +            if (!(point->distpoint = DIST_POINT_NAME_new()))
    +                goto merr;
    +            point->distpoint->name.fullname = gens;
    +            point->distpoint->type = 0;
    +            gens = NULL;
    +        }
    +    }
    +    return crld;
    +
    + merr:
    +    X509V3err(X509V3_F_V2I_CRLD, ERR_R_MALLOC_FAILURE);
    + err:
    +    GENERAL_NAME_free(gen);
    +    GENERAL_NAMES_free(gens);
    +    sk_DIST_POINT_pop_free(crld, DIST_POINT_free);
    +    return NULL;
     }
     
     IMPLEMENT_STACK_OF(DIST_POINT)
    +
     IMPLEMENT_ASN1_SET_OF(DIST_POINT)
     
     static int dpn_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
    -								void *exarg)
    -	{
    -	DIST_POINT_NAME *dpn = (DIST_POINT_NAME *)*pval;
    -
    -	switch(operation)
    -		{
    -		case ASN1_OP_NEW_POST:
    -		dpn->dpname = NULL;
    -		break;
    -
    -		case ASN1_OP_FREE_POST:
    -		if (dpn->dpname)
    -			X509_NAME_free(dpn->dpname);
    -		break;
    -		}
    -	return 1;
    -	}
    +                  void *exarg)
    +{
    +    DIST_POINT_NAME *dpn = (DIST_POINT_NAME *)*pval;
    +
    +    switch (operation) {
    +    case ASN1_OP_NEW_POST:
    +        dpn->dpname = NULL;
    +        break;
    +
    +    case ASN1_OP_FREE_POST:
    +        if (dpn->dpname)
    +            X509_NAME_free(dpn->dpname);
    +        break;
    +    }
    +    return 1;
    +}
     
     
     ASN1_CHOICE_cb(DIST_POINT_NAME, dpn_cb) = {
    -	ASN1_IMP_SEQUENCE_OF(DIST_POINT_NAME, name.fullname, GENERAL_NAME, 0),
    -	ASN1_IMP_SET_OF(DIST_POINT_NAME, name.relativename, X509_NAME_ENTRY, 1)
    +        ASN1_IMP_SEQUENCE_OF(DIST_POINT_NAME, name.fullname, GENERAL_NAME, 0),
    +        ASN1_IMP_SET_OF(DIST_POINT_NAME, name.relativename, X509_NAME_ENTRY, 1)
     } ASN1_CHOICE_END_cb(DIST_POINT_NAME, DIST_POINT_NAME, type)
     
     
     IMPLEMENT_ASN1_FUNCTIONS(DIST_POINT_NAME)
     
     ASN1_SEQUENCE(DIST_POINT) = {
    -	ASN1_EXP_OPT(DIST_POINT, distpoint, DIST_POINT_NAME, 0),
    -	ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1),
    -	ASN1_IMP_SEQUENCE_OF_OPT(DIST_POINT, CRLissuer, GENERAL_NAME, 2)
    +        ASN1_EXP_OPT(DIST_POINT, distpoint, DIST_POINT_NAME, 0),
    +        ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1),
    +        ASN1_IMP_SEQUENCE_OF_OPT(DIST_POINT, CRLissuer, GENERAL_NAME, 2)
     } ASN1_SEQUENCE_END(DIST_POINT)
     
     IMPLEMENT_ASN1_FUNCTIONS(DIST_POINT)
     
    -ASN1_ITEM_TEMPLATE(CRL_DIST_POINTS) = 
    -	ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, CRLDistributionPoints, DIST_POINT)
    +ASN1_ITEM_TEMPLATE(CRL_DIST_POINTS) =
    +        ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, CRLDistributionPoints, DIST_POINT)
     ASN1_ITEM_TEMPLATE_END(CRL_DIST_POINTS)
     
     IMPLEMENT_ASN1_FUNCTIONS(CRL_DIST_POINTS)
     
     ASN1_SEQUENCE(ISSUING_DIST_POINT) = {
    -	ASN1_EXP_OPT(ISSUING_DIST_POINT, distpoint, DIST_POINT_NAME, 0),
    -	ASN1_IMP_OPT(ISSUING_DIST_POINT, onlyuser, ASN1_FBOOLEAN, 1),
    -	ASN1_IMP_OPT(ISSUING_DIST_POINT, onlyCA, ASN1_FBOOLEAN, 2),
    -	ASN1_IMP_OPT(ISSUING_DIST_POINT, onlysomereasons, ASN1_BIT_STRING, 3),
    -	ASN1_IMP_OPT(ISSUING_DIST_POINT, indirectCRL, ASN1_FBOOLEAN, 4),
    -	ASN1_IMP_OPT(ISSUING_DIST_POINT, onlyattr, ASN1_FBOOLEAN, 5)
    +        ASN1_EXP_OPT(ISSUING_DIST_POINT, distpoint, DIST_POINT_NAME, 0),
    +        ASN1_IMP_OPT(ISSUING_DIST_POINT, onlyuser, ASN1_FBOOLEAN, 1),
    +        ASN1_IMP_OPT(ISSUING_DIST_POINT, onlyCA, ASN1_FBOOLEAN, 2),
    +        ASN1_IMP_OPT(ISSUING_DIST_POINT, onlysomereasons, ASN1_BIT_STRING, 3),
    +        ASN1_IMP_OPT(ISSUING_DIST_POINT, indirectCRL, ASN1_FBOOLEAN, 4),
    +        ASN1_IMP_OPT(ISSUING_DIST_POINT, onlyattr, ASN1_FBOOLEAN, 5)
     } ASN1_SEQUENCE_END(ISSUING_DIST_POINT)
     
     IMPLEMENT_ASN1_FUNCTIONS(ISSUING_DIST_POINT)
     
     static int i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out,
    -		   int indent);
    +                   int indent);
     static void *v2i_idp(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
    -		     STACK_OF(CONF_VALUE) *nval);
    -
    -const X509V3_EXT_METHOD v3_idp =
    -	{
    -	NID_issuing_distribution_point, X509V3_EXT_MULTILINE,
    -	ASN1_ITEM_ref(ISSUING_DIST_POINT),
    -	0,0,0,0,
    -	0,0,
    -	0,
    -	v2i_idp,
    -	i2r_idp,0,
    -	NULL
    -	};
    +                     STACK_OF(CONF_VALUE) *nval);
    +
    +const X509V3_EXT_METHOD v3_idp = {
    +    NID_issuing_distribution_point, X509V3_EXT_MULTILINE,
    +    ASN1_ITEM_ref(ISSUING_DIST_POINT),
    +    0, 0, 0, 0,
    +    0, 0,
    +    0,
    +    v2i_idp,
    +    i2r_idp, 0,
    +    NULL
    +};
     
     static void *v2i_idp(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
    -		     STACK_OF(CONF_VALUE) *nval)
    -	{
    -	ISSUING_DIST_POINT *idp = NULL;
    -	CONF_VALUE *cnf;
    -	char *name, *val;
    -	int i, ret;
    -	idp = ISSUING_DIST_POINT_new();
    -	if (!idp)
    -		goto merr;
    -	for(i = 0; i < sk_CONF_VALUE_num(nval); i++)
    -		{
    -		cnf = sk_CONF_VALUE_value(nval, i);
    -		name = cnf->name;
    -		val = cnf->value;
    -		ret = set_dist_point_name(&idp->distpoint, ctx, cnf);
    -		if (ret > 0)
    -			continue;
    -		if (ret < 0)
    -			goto err;
    -		if (!strcmp(name, "onlyuser"))
    -			{
    -			if (!X509V3_get_value_bool(cnf, &idp->onlyuser))
    -				goto err;
    -			}
    -		else if (!strcmp(name, "onlyCA"))
    -			{
    -			if (!X509V3_get_value_bool(cnf, &idp->onlyCA))
    -				goto err;
    -			}
    -		else if (!strcmp(name, "onlyAA"))
    -			{
    -			if (!X509V3_get_value_bool(cnf, &idp->onlyattr))
    -				goto err;
    -			}
    -		else if (!strcmp(name, "indirectCRL"))
    -			{
    -			if (!X509V3_get_value_bool(cnf, &idp->indirectCRL))
    -				goto err;
    -			}
    -		else if (!strcmp(name, "onlysomereasons"))
    -			{
    -			if (!set_reasons(&idp->onlysomereasons, val))
    -				goto err;
    -			}
    -		else
    -			{
    -                        X509V3err(X509V3_F_V2I_IDP, X509V3_R_INVALID_NAME);
    -                        X509V3_conf_err(cnf);
    -                        goto err;
    -			}
    -		}
    -	return idp;
    -
    -	merr:
    -	X509V3err(X509V3_F_V2I_IDP,ERR_R_MALLOC_FAILURE);
    -	err:
    -	ISSUING_DIST_POINT_free(idp);
    -	return NULL;
    -	}
    +                     STACK_OF(CONF_VALUE) *nval)
    +{
    +    ISSUING_DIST_POINT *idp = NULL;
    +    CONF_VALUE *cnf;
    +    char *name, *val;
    +    int i, ret;
    +    idp = ISSUING_DIST_POINT_new();
    +    if (!idp)
    +        goto merr;
    +    for (i = 0; i < sk_CONF_VALUE_num(nval); i++) {
    +        cnf = sk_CONF_VALUE_value(nval, i);
    +        name = cnf->name;
    +        val = cnf->value;
    +        ret = set_dist_point_name(&idp->distpoint, ctx, cnf);
    +        if (ret > 0)
    +            continue;
    +        if (ret < 0)
    +            goto err;
    +        if (!strcmp(name, "onlyuser")) {
    +            if (!X509V3_get_value_bool(cnf, &idp->onlyuser))
    +                goto err;
    +        } else if (!strcmp(name, "onlyCA")) {
    +            if (!X509V3_get_value_bool(cnf, &idp->onlyCA))
    +                goto err;
    +        } else if (!strcmp(name, "onlyAA")) {
    +            if (!X509V3_get_value_bool(cnf, &idp->onlyattr))
    +                goto err;
    +        } else if (!strcmp(name, "indirectCRL")) {
    +            if (!X509V3_get_value_bool(cnf, &idp->indirectCRL))
    +                goto err;
    +        } else if (!strcmp(name, "onlysomereasons")) {
    +            if (!set_reasons(&idp->onlysomereasons, val))
    +                goto err;
    +        } else {
    +            X509V3err(X509V3_F_V2I_IDP, X509V3_R_INVALID_NAME);
    +            X509V3_conf_err(cnf);
    +            goto err;
    +        }
    +    }
    +    return idp;
    +
    + merr:
    +    X509V3err(X509V3_F_V2I_IDP, ERR_R_MALLOC_FAILURE);
    + err:
    +    ISSUING_DIST_POINT_free(idp);
    +    return NULL;
    +}
     
     static int print_gens(BIO *out, STACK_OF(GENERAL_NAME) *gens, int indent)
    -	{
    -	int i;
    -	for (i = 0; i < sk_GENERAL_NAME_num(gens); i++)
    -		{
    -		BIO_printf(out, "%*s", indent + 2, "");
    -		GENERAL_NAME_print(out, sk_GENERAL_NAME_value(gens, i));
    -		BIO_puts(out, "\n");
    -		}
    -	return 1;
    -	}
    +{
    +    int i;
    +    for (i = 0; i < sk_GENERAL_NAME_num(gens); i++) {
    +        BIO_printf(out, "%*s", indent + 2, "");
    +        GENERAL_NAME_print(out, sk_GENERAL_NAME_value(gens, i));
    +        BIO_puts(out, "\n");
    +    }
    +    return 1;
    +}
     
     static int print_distpoint(BIO *out, DIST_POINT_NAME *dpn, int indent)
    -	{
    -	if (dpn->type == 0)
    -		{
    -		BIO_printf(out, "%*sFull Name:\n", indent, "");
    -		print_gens(out, dpn->name.fullname, indent);
    -		}
    -	else
    -		{
    -		X509_NAME ntmp;
    -		ntmp.entries = dpn->name.relativename;
    -		BIO_printf(out, "%*sRelative Name:\n%*s",
    -						indent, "", indent + 2, "");
    -		X509_NAME_print_ex(out, &ntmp, 0, XN_FLAG_ONELINE);
    -		BIO_puts(out, "\n");
    -		}
    -	return 1;
    -	}
    +{
    +    if (dpn->type == 0) {
    +        BIO_printf(out, "%*sFull Name:\n", indent, "");
    +        print_gens(out, dpn->name.fullname, indent);
    +    } else {
    +        X509_NAME ntmp;
    +        ntmp.entries = dpn->name.relativename;
    +        BIO_printf(out, "%*sRelative Name:\n%*s", indent, "", indent + 2, "");
    +        X509_NAME_print_ex(out, &ntmp, 0, XN_FLAG_ONELINE);
    +        BIO_puts(out, "\n");
    +    }
    +    return 1;
    +}
     
     static int i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out,
    -		   int indent)
    -	{
    -	ISSUING_DIST_POINT *idp = pidp;
    -	if (idp->distpoint)
    -		print_distpoint(out, idp->distpoint, indent);
    -	if (idp->onlyuser > 0)
    -		BIO_printf(out, "%*sOnly User Certificates\n", indent, "");
    -	if (idp->onlyCA > 0)
    -		BIO_printf(out, "%*sOnly CA Certificates\n", indent, "");
    -	if (idp->indirectCRL > 0)
    -		BIO_printf(out, "%*sIndirect CRL\n", indent, "");
    -	if (idp->onlysomereasons)
    -		print_reasons(out, "Only Some Reasons", 
    -				idp->onlysomereasons, indent);
    -	if (idp->onlyattr > 0)
    -		BIO_printf(out, "%*sOnly Attribute Certificates\n", indent, "");
    -	if (!idp->distpoint && (idp->onlyuser <= 0) && (idp->onlyCA <= 0)
    -		&& (idp->indirectCRL <= 0) && !idp->onlysomereasons
    -		&& (idp->onlyattr <= 0))
    -		BIO_printf(out, "%*s\n", indent, "");
    -		
    -	return 1;
    -	}
    +                   int indent)
    +{
    +    ISSUING_DIST_POINT *idp = pidp;
    +    if (idp->distpoint)
    +        print_distpoint(out, idp->distpoint, indent);
    +    if (idp->onlyuser > 0)
    +        BIO_printf(out, "%*sOnly User Certificates\n", indent, "");
    +    if (idp->onlyCA > 0)
    +        BIO_printf(out, "%*sOnly CA Certificates\n", indent, "");
    +    if (idp->indirectCRL > 0)
    +        BIO_printf(out, "%*sIndirect CRL\n", indent, "");
    +    if (idp->onlysomereasons)
    +        print_reasons(out, "Only Some Reasons", idp->onlysomereasons, indent);
    +    if (idp->onlyattr > 0)
    +        BIO_printf(out, "%*sOnly Attribute Certificates\n", indent, "");
    +    if (!idp->distpoint && (idp->onlyuser <= 0) && (idp->onlyCA <= 0)
    +        && (idp->indirectCRL <= 0) && !idp->onlysomereasons
    +        && (idp->onlyattr <= 0))
    +        BIO_printf(out, "%*s\n", indent, "");
    +
    +    return 1;
    +}
     
     static int i2r_crldp(const X509V3_EXT_METHOD *method, void *pcrldp, BIO *out,
    -		     int indent)
    -	{
    -	STACK_OF(DIST_POINT) *crld = pcrldp;
    -	DIST_POINT *point;
    -	int i;
    -	for(i = 0; i < sk_DIST_POINT_num(crld); i++)
    -		{
    -		BIO_puts(out, "\n");
    -		point = sk_DIST_POINT_value(crld, i);
    -		if(point->distpoint)
    -			print_distpoint(out, point->distpoint, indent);
    -		if(point->reasons) 
    -			print_reasons(out, "Reasons", point->reasons,
    -								indent);
    -		if(point->CRLissuer)
    -			{
    -			BIO_printf(out, "%*sCRL Issuer:\n", indent, "");
    -			print_gens(out, point->CRLissuer, indent);
    -			}
    -		}
    -	return 1;
    -	}
    +                     int indent)
    +{
    +    STACK_OF(DIST_POINT) *crld = pcrldp;
    +    DIST_POINT *point;
    +    int i;
    +    for (i = 0; i < sk_DIST_POINT_num(crld); i++) {
    +        BIO_puts(out, "\n");
    +        point = sk_DIST_POINT_value(crld, i);
    +        if (point->distpoint)
    +            print_distpoint(out, point->distpoint, indent);
    +        if (point->reasons)
    +            print_reasons(out, "Reasons", point->reasons, indent);
    +        if (point->CRLissuer) {
    +            BIO_printf(out, "%*sCRL Issuer:\n", indent, "");
    +            print_gens(out, point->CRLissuer, indent);
    +        }
    +    }
    +    return 1;
    +}
     
     int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname)
    -	{
    -	int i;
    -	STACK_OF(X509_NAME_ENTRY) *frag;
    -	X509_NAME_ENTRY *ne;
    -	if (!dpn || (dpn->type != 1))
    -		return 1;
    -	frag = dpn->name.relativename;
    -	dpn->dpname = X509_NAME_dup(iname);
    -	if (!dpn->dpname)
    -		return 0;
    -	for (i = 0; i < sk_X509_NAME_ENTRY_num(frag); i++)
    -		{
    -		ne = sk_X509_NAME_ENTRY_value(frag, i);
    -		if (!X509_NAME_add_entry(dpn->dpname, ne, -1, i ? 0 : 1))
    -			{
    -			X509_NAME_free(dpn->dpname);
    -			dpn->dpname = NULL;
    -			return 0;
    -			}
    -		}
    -	/* generate cached encoding of name */
    -	if (i2d_X509_NAME(dpn->dpname, NULL) < 0)
    -		{
    -		X509_NAME_free(dpn->dpname);
    -		dpn->dpname = NULL;
    -		return 0;
    -		}
    -	return 1;
    -	}
    +{
    +    int i;
    +    STACK_OF(X509_NAME_ENTRY) *frag;
    +    X509_NAME_ENTRY *ne;
    +    if (!dpn || (dpn->type != 1))
    +        return 1;
    +    frag = dpn->name.relativename;
    +    dpn->dpname = X509_NAME_dup(iname);
    +    if (!dpn->dpname)
    +        return 0;
    +    for (i = 0; i < sk_X509_NAME_ENTRY_num(frag); i++) {
    +        ne = sk_X509_NAME_ENTRY_value(frag, i);
    +        if (!X509_NAME_add_entry(dpn->dpname, ne, -1, i ? 0 : 1)) {
    +            X509_NAME_free(dpn->dpname);
    +            dpn->dpname = NULL;
    +            return 0;
    +        }
    +    }
    +    /* generate cached encoding of name */
    +    if (i2d_X509_NAME(dpn->dpname, NULL) < 0) {
    +        X509_NAME_free(dpn->dpname);
    +        dpn->dpname = NULL;
    +        return 0;
    +    }
    +    return 1;
    +}
    diff --git a/openssl/crypto/x509v3/v3_enum.c b/openssl/crypto/x509v3/v3_enum.c
    index c0575e368..7678664fc 100644
    --- a/openssl/crypto/x509v3/v3_enum.c
    +++ b/openssl/crypto/x509v3/v3_enum.c
    @@ -1,6 +1,7 @@
     /* v3_enum.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -61,37 +62,39 @@
     #include 
     
     static ENUMERATED_NAMES crl_reasons[] = {
    -{CRL_REASON_UNSPECIFIED, 	 "Unspecified", "unspecified"},
    -{CRL_REASON_KEY_COMPROMISE,	 "Key Compromise", "keyCompromise"},
    -{CRL_REASON_CA_COMPROMISE,	 "CA Compromise", "CACompromise"},
    -{CRL_REASON_AFFILIATION_CHANGED, "Affiliation Changed", "affiliationChanged"},
    -{CRL_REASON_SUPERSEDED, 	 "Superseded", "superseded"},
    -{CRL_REASON_CESSATION_OF_OPERATION,
    -			"Cessation Of Operation", "cessationOfOperation"},
    -{CRL_REASON_CERTIFICATE_HOLD,	 "Certificate Hold", "certificateHold"},
    -{CRL_REASON_REMOVE_FROM_CRL,	 "Remove From CRL", "removeFromCRL"},
    -{CRL_REASON_PRIVILEGE_WITHDRAWN, "Privilege Withdrawn", "privilegeWithdrawn"},
    -{CRL_REASON_AA_COMPROMISE,	 "AA Compromise", "AACompromise"},
    -{-1, NULL, NULL}
    +    {CRL_REASON_UNSPECIFIED, "Unspecified", "unspecified"},
    +    {CRL_REASON_KEY_COMPROMISE, "Key Compromise", "keyCompromise"},
    +    {CRL_REASON_CA_COMPROMISE, "CA Compromise", "CACompromise"},
    +    {CRL_REASON_AFFILIATION_CHANGED, "Affiliation Changed",
    +     "affiliationChanged"},
    +    {CRL_REASON_SUPERSEDED, "Superseded", "superseded"},
    +    {CRL_REASON_CESSATION_OF_OPERATION,
    +     "Cessation Of Operation", "cessationOfOperation"},
    +    {CRL_REASON_CERTIFICATE_HOLD, "Certificate Hold", "certificateHold"},
    +    {CRL_REASON_REMOVE_FROM_CRL, "Remove From CRL", "removeFromCRL"},
    +    {CRL_REASON_PRIVILEGE_WITHDRAWN, "Privilege Withdrawn",
    +     "privilegeWithdrawn"},
    +    {CRL_REASON_AA_COMPROMISE, "AA Compromise", "AACompromise"},
    +    {-1, NULL, NULL}
     };
     
    -const X509V3_EXT_METHOD v3_crl_reason = { 
    -NID_crl_reason, 0, ASN1_ITEM_ref(ASN1_ENUMERATED),
    -0,0,0,0,
    -(X509V3_EXT_I2S)i2s_ASN1_ENUMERATED_TABLE,
    -0,
    -0,0,0,0,
    -crl_reasons};
    -
    +const X509V3_EXT_METHOD v3_crl_reason = {
    +    NID_crl_reason, 0, ASN1_ITEM_ref(ASN1_ENUMERATED),
    +    0, 0, 0, 0,
    +    (X509V3_EXT_I2S)i2s_ASN1_ENUMERATED_TABLE,
    +    0,
    +    0, 0, 0, 0,
    +    crl_reasons
    +};
     
    -char *i2s_ASN1_ENUMERATED_TABLE(X509V3_EXT_METHOD *method,
    -	     ASN1_ENUMERATED *e)
    +char *i2s_ASN1_ENUMERATED_TABLE(X509V3_EXT_METHOD *method, ASN1_ENUMERATED *e)
     {
    -	ENUMERATED_NAMES *enam;
    -	long strval;
    -	strval = ASN1_ENUMERATED_get(e);
    -	for(enam = method->usr_data; enam->lname; enam++) {
    -		if(strval == enam->bitnum) return BUF_strdup(enam->lname);
    -	}
    -	return i2s_ASN1_ENUMERATED(method, e);
    +    ENUMERATED_NAMES *enam;
    +    long strval;
    +    strval = ASN1_ENUMERATED_get(e);
    +    for (enam = method->usr_data; enam->lname; enam++) {
    +        if (strval == enam->bitnum)
    +            return BUF_strdup(enam->lname);
    +    }
    +    return i2s_ASN1_ENUMERATED(method, e);
     }
    diff --git a/openssl/crypto/x509v3/v3_extku.c b/openssl/crypto/x509v3/v3_extku.c
    index 1c6653275..6092c2e4b 100644
    --- a/openssl/crypto/x509v3/v3_extku.c
    +++ b/openssl/crypto/x509v3/v3_extku.c
    @@ -1,6 +1,7 @@
     /* v3_extku.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,7 +57,6 @@
      *
      */
     
    -
     #include 
     #include "cryptlib.h"
     #include 
    @@ -64,81 +64,86 @@
     #include 
     
     static void *v2i_EXTENDED_KEY_USAGE(const X509V3_EXT_METHOD *method,
    -				    X509V3_CTX *ctx,
    -				    STACK_OF(CONF_VALUE) *nval);
    -static STACK_OF(CONF_VALUE) *i2v_EXTENDED_KEY_USAGE(const X509V3_EXT_METHOD *method,
    -		void *eku, STACK_OF(CONF_VALUE) *extlist);
    +                                    X509V3_CTX *ctx,
    +                                    STACK_OF(CONF_VALUE) *nval);
    +static STACK_OF(CONF_VALUE) *i2v_EXTENDED_KEY_USAGE(const X509V3_EXT_METHOD
    +                                                    *method, void *eku, STACK_OF(CONF_VALUE)
    +                                                    *extlist);
     
     const X509V3_EXT_METHOD v3_ext_ku = {
    -	NID_ext_key_usage, 0,
    -	ASN1_ITEM_ref(EXTENDED_KEY_USAGE),
    -	0,0,0,0,
    -	0,0,
    -	i2v_EXTENDED_KEY_USAGE,
    -	v2i_EXTENDED_KEY_USAGE,
    -	0,0,
    -	NULL
    +    NID_ext_key_usage, 0,
    +    ASN1_ITEM_ref(EXTENDED_KEY_USAGE),
    +    0, 0, 0, 0,
    +    0, 0,
    +    i2v_EXTENDED_KEY_USAGE,
    +    v2i_EXTENDED_KEY_USAGE,
    +    0, 0,
    +    NULL
     };
     
     /* NB OCSP acceptable responses also is a SEQUENCE OF OBJECT */
     const X509V3_EXT_METHOD v3_ocsp_accresp = {
    -	NID_id_pkix_OCSP_acceptableResponses, 0,
    -	ASN1_ITEM_ref(EXTENDED_KEY_USAGE),
    -	0,0,0,0,
    -	0,0,
    -	i2v_EXTENDED_KEY_USAGE,
    -	v2i_EXTENDED_KEY_USAGE,
    -	0,0,
    -	NULL
    +    NID_id_pkix_OCSP_acceptableResponses, 0,
    +    ASN1_ITEM_ref(EXTENDED_KEY_USAGE),
    +    0, 0, 0, 0,
    +    0, 0,
    +    i2v_EXTENDED_KEY_USAGE,
    +    v2i_EXTENDED_KEY_USAGE,
    +    0, 0,
    +    NULL
     };
     
    -ASN1_ITEM_TEMPLATE(EXTENDED_KEY_USAGE) = 
    -	ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, EXTENDED_KEY_USAGE, ASN1_OBJECT)
    +ASN1_ITEM_TEMPLATE(EXTENDED_KEY_USAGE) =
    +        ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, EXTENDED_KEY_USAGE, ASN1_OBJECT)
     ASN1_ITEM_TEMPLATE_END(EXTENDED_KEY_USAGE)
     
     IMPLEMENT_ASN1_FUNCTIONS(EXTENDED_KEY_USAGE)
     
    -static STACK_OF(CONF_VALUE) *
    -  i2v_EXTENDED_KEY_USAGE(const X509V3_EXT_METHOD *method, void *a,
    -			 STACK_OF(CONF_VALUE) *ext_list)
    +static STACK_OF(CONF_VALUE) *i2v_EXTENDED_KEY_USAGE(const X509V3_EXT_METHOD
    +                                                    *method, void *a, STACK_OF(CONF_VALUE)
    +                                                    *ext_list)
     {
    -	EXTENDED_KEY_USAGE *eku = a;
    -	int i;
    -	ASN1_OBJECT *obj;
    -	char obj_tmp[80];
    -	for(i = 0; i < sk_ASN1_OBJECT_num(eku); i++) {
    -		obj = sk_ASN1_OBJECT_value(eku, i);
    -		i2t_ASN1_OBJECT(obj_tmp, 80, obj);
    -		X509V3_add_value(NULL, obj_tmp, &ext_list);
    -	}
    -	return ext_list;
    +    EXTENDED_KEY_USAGE *eku = a;
    +    int i;
    +    ASN1_OBJECT *obj;
    +    char obj_tmp[80];
    +    for (i = 0; i < sk_ASN1_OBJECT_num(eku); i++) {
    +        obj = sk_ASN1_OBJECT_value(eku, i);
    +        i2t_ASN1_OBJECT(obj_tmp, 80, obj);
    +        X509V3_add_value(NULL, obj_tmp, &ext_list);
    +    }
    +    return ext_list;
     }
     
     static void *v2i_EXTENDED_KEY_USAGE(const X509V3_EXT_METHOD *method,
    -				    X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
    +                                    X509V3_CTX *ctx,
    +                                    STACK_OF(CONF_VALUE) *nval)
     {
    -	EXTENDED_KEY_USAGE *extku;
    -	char *extval;
    -	ASN1_OBJECT *objtmp;
    -	CONF_VALUE *val;
    -	int i;
    +    EXTENDED_KEY_USAGE *extku;
    +    char *extval;
    +    ASN1_OBJECT *objtmp;
    +    CONF_VALUE *val;
    +    int i;
     
    -	if(!(extku = sk_ASN1_OBJECT_new_null())) {
    -		X509V3err(X509V3_F_V2I_EXTENDED_KEY_USAGE,ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    +    if (!(extku = sk_ASN1_OBJECT_new_null())) {
    +        X509V3err(X509V3_F_V2I_EXTENDED_KEY_USAGE, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
     
    -	for(i = 0; i < sk_CONF_VALUE_num(nval); i++) {
    -		val = sk_CONF_VALUE_value(nval, i);
    -		if(val->value) extval = val->value;
    -		else extval = val->name;
    -		if(!(objtmp = OBJ_txt2obj(extval, 0))) {
    -			sk_ASN1_OBJECT_pop_free(extku, ASN1_OBJECT_free);
    -			X509V3err(X509V3_F_V2I_EXTENDED_KEY_USAGE,X509V3_R_INVALID_OBJECT_IDENTIFIER);
    -			X509V3_conf_err(val);
    -			return NULL;
    -		}
    -		sk_ASN1_OBJECT_push(extku, objtmp);
    -	}
    -	return extku;
    +    for (i = 0; i < sk_CONF_VALUE_num(nval); i++) {
    +        val = sk_CONF_VALUE_value(nval, i);
    +        if (val->value)
    +            extval = val->value;
    +        else
    +            extval = val->name;
    +        if (!(objtmp = OBJ_txt2obj(extval, 0))) {
    +            sk_ASN1_OBJECT_pop_free(extku, ASN1_OBJECT_free);
    +            X509V3err(X509V3_F_V2I_EXTENDED_KEY_USAGE,
    +                      X509V3_R_INVALID_OBJECT_IDENTIFIER);
    +            X509V3_conf_err(val);
    +            return NULL;
    +        }
    +        sk_ASN1_OBJECT_push(extku, objtmp);
    +    }
    +    return extku;
     }
    diff --git a/openssl/crypto/x509v3/v3_genn.c b/openssl/crypto/x509v3/v3_genn.c
    index b62835730..7f40bfabe 100644
    --- a/openssl/crypto/x509v3/v3_genn.c
    +++ b/openssl/crypto/x509v3/v3_genn.c
    @@ -1,6 +1,7 @@
     /* v3_genn.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999-2008 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,7 +57,6 @@
      *
      */
     
    -
     #include 
     #include "cryptlib.h"
     #include 
    @@ -64,189 +64,187 @@
     #include 
     
     ASN1_SEQUENCE(OTHERNAME) = {
    -	ASN1_SIMPLE(OTHERNAME, type_id, ASN1_OBJECT),
    -	/* Maybe have a true ANY DEFINED BY later */
    -	ASN1_EXP(OTHERNAME, value, ASN1_ANY, 0)
    +        ASN1_SIMPLE(OTHERNAME, type_id, ASN1_OBJECT),
    +        /* Maybe have a true ANY DEFINED BY later */
    +        ASN1_EXP(OTHERNAME, value, ASN1_ANY, 0)
     } ASN1_SEQUENCE_END(OTHERNAME)
     
     IMPLEMENT_ASN1_FUNCTIONS(OTHERNAME)
     
     ASN1_SEQUENCE(EDIPARTYNAME) = {
    -	ASN1_IMP_OPT(EDIPARTYNAME, nameAssigner, DIRECTORYSTRING, 0),
    -	ASN1_IMP_OPT(EDIPARTYNAME, partyName, DIRECTORYSTRING, 1)
    +        ASN1_IMP_OPT(EDIPARTYNAME, nameAssigner, DIRECTORYSTRING, 0),
    +        ASN1_IMP_OPT(EDIPARTYNAME, partyName, DIRECTORYSTRING, 1)
     } ASN1_SEQUENCE_END(EDIPARTYNAME)
     
     IMPLEMENT_ASN1_FUNCTIONS(EDIPARTYNAME)
     
     ASN1_CHOICE(GENERAL_NAME) = {
    -	ASN1_IMP(GENERAL_NAME, d.otherName, OTHERNAME, GEN_OTHERNAME),
    -	ASN1_IMP(GENERAL_NAME, d.rfc822Name, ASN1_IA5STRING, GEN_EMAIL),
    -	ASN1_IMP(GENERAL_NAME, d.dNSName, ASN1_IA5STRING, GEN_DNS),
    -	/* Don't decode this */
    -	ASN1_IMP(GENERAL_NAME, d.x400Address, ASN1_SEQUENCE, GEN_X400),
    -	/* X509_NAME is a CHOICE type so use EXPLICIT */
    -	ASN1_EXP(GENERAL_NAME, d.directoryName, X509_NAME, GEN_DIRNAME),
    -	ASN1_IMP(GENERAL_NAME, d.ediPartyName, EDIPARTYNAME, GEN_EDIPARTY),
    -	ASN1_IMP(GENERAL_NAME, d.uniformResourceIdentifier, ASN1_IA5STRING, GEN_URI),
    -	ASN1_IMP(GENERAL_NAME, d.iPAddress, ASN1_OCTET_STRING, GEN_IPADD),
    -	ASN1_IMP(GENERAL_NAME, d.registeredID, ASN1_OBJECT, GEN_RID)
    +        ASN1_IMP(GENERAL_NAME, d.otherName, OTHERNAME, GEN_OTHERNAME),
    +        ASN1_IMP(GENERAL_NAME, d.rfc822Name, ASN1_IA5STRING, GEN_EMAIL),
    +        ASN1_IMP(GENERAL_NAME, d.dNSName, ASN1_IA5STRING, GEN_DNS),
    +        /* Don't decode this */
    +        ASN1_IMP(GENERAL_NAME, d.x400Address, ASN1_SEQUENCE, GEN_X400),
    +        /* X509_NAME is a CHOICE type so use EXPLICIT */
    +        ASN1_EXP(GENERAL_NAME, d.directoryName, X509_NAME, GEN_DIRNAME),
    +        ASN1_IMP(GENERAL_NAME, d.ediPartyName, EDIPARTYNAME, GEN_EDIPARTY),
    +        ASN1_IMP(GENERAL_NAME, d.uniformResourceIdentifier, ASN1_IA5STRING, GEN_URI),
    +        ASN1_IMP(GENERAL_NAME, d.iPAddress, ASN1_OCTET_STRING, GEN_IPADD),
    +        ASN1_IMP(GENERAL_NAME, d.registeredID, ASN1_OBJECT, GEN_RID)
     } ASN1_CHOICE_END(GENERAL_NAME)
     
     IMPLEMENT_ASN1_FUNCTIONS(GENERAL_NAME)
     
    -ASN1_ITEM_TEMPLATE(GENERAL_NAMES) = 
    -	ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, GeneralNames, GENERAL_NAME)
    +ASN1_ITEM_TEMPLATE(GENERAL_NAMES) =
    +        ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, GeneralNames, GENERAL_NAME)
     ASN1_ITEM_TEMPLATE_END(GENERAL_NAMES)
     
     IMPLEMENT_ASN1_FUNCTIONS(GENERAL_NAMES)
     
     GENERAL_NAME *GENERAL_NAME_dup(GENERAL_NAME *a)
    -	{
    -	return (GENERAL_NAME *) ASN1_dup((i2d_of_void *) i2d_GENERAL_NAME,
    -					 (d2i_of_void *) d2i_GENERAL_NAME,
    -					 (char *) a);
    -	}
    +{
    +    return (GENERAL_NAME *)ASN1_dup((i2d_of_void *)i2d_GENERAL_NAME,
    +                                    (d2i_of_void *)d2i_GENERAL_NAME,
    +                                    (char *)a);
    +}
     
     /* Returns 0 if they are equal, != 0 otherwise. */
     int GENERAL_NAME_cmp(GENERAL_NAME *a, GENERAL_NAME *b)
    -	{
    -	int result = -1;
    -
    -	if (!a || !b || a->type != b->type) return -1;
    -	switch(a->type)
    -		{
    -	case GEN_X400:
    -	case GEN_EDIPARTY:
    -		result = ASN1_TYPE_cmp(a->d.other, b->d.other);
    -		break;
    -
    -	case GEN_OTHERNAME:
    -		result = OTHERNAME_cmp(a->d.otherName, b->d.otherName);
    -		break;
    -
    -	case GEN_EMAIL:
    -	case GEN_DNS:
    -	case GEN_URI:
    -		result = ASN1_STRING_cmp(a->d.ia5, b->d.ia5);
    -		break;
    -
    -	case GEN_DIRNAME:
    -		result = X509_NAME_cmp(a->d.dirn, b->d.dirn);
    -		break;
    -
    -	case GEN_IPADD:
    -		result = ASN1_OCTET_STRING_cmp(a->d.ip, b->d.ip);
    -		break;
    -	
    -	case GEN_RID:
    -		result = OBJ_cmp(a->d.rid, b->d.rid);
    -		break;
    -		}
    -	return result;
    -	}
    +{
    +    int result = -1;
    +
    +    if (!a || !b || a->type != b->type)
    +        return -1;
    +    switch (a->type) {
    +    case GEN_X400:
    +    case GEN_EDIPARTY:
    +        result = ASN1_TYPE_cmp(a->d.other, b->d.other);
    +        break;
    +
    +    case GEN_OTHERNAME:
    +        result = OTHERNAME_cmp(a->d.otherName, b->d.otherName);
    +        break;
    +
    +    case GEN_EMAIL:
    +    case GEN_DNS:
    +    case GEN_URI:
    +        result = ASN1_STRING_cmp(a->d.ia5, b->d.ia5);
    +        break;
    +
    +    case GEN_DIRNAME:
    +        result = X509_NAME_cmp(a->d.dirn, b->d.dirn);
    +        break;
    +
    +    case GEN_IPADD:
    +        result = ASN1_OCTET_STRING_cmp(a->d.ip, b->d.ip);
    +        break;
    +
    +    case GEN_RID:
    +        result = OBJ_cmp(a->d.rid, b->d.rid);
    +        break;
    +    }
    +    return result;
    +}
     
     /* Returns 0 if they are equal, != 0 otherwise. */
     int OTHERNAME_cmp(OTHERNAME *a, OTHERNAME *b)
    -	{
    -	int result = -1;
    -
    -	if (!a || !b) return -1;
    -	/* Check their type first. */
    -	if ((result = OBJ_cmp(a->type_id, b->type_id)) != 0)
    -		return result;
    -	/* Check the value. */
    -	result = ASN1_TYPE_cmp(a->value, b->value);
    -	return result;
    -	}
    +{
    +    int result = -1;
    +
    +    if (!a || !b)
    +        return -1;
    +    /* Check their type first. */
    +    if ((result = OBJ_cmp(a->type_id, b->type_id)) != 0)
    +        return result;
    +    /* Check the value. */
    +    result = ASN1_TYPE_cmp(a->value, b->value);
    +    return result;
    +}
     
     void GENERAL_NAME_set0_value(GENERAL_NAME *a, int type, void *value)
    -	{
    -	switch(type)
    -		{
    -	case GEN_X400:
    -	case GEN_EDIPARTY:
    -		a->d.other = value;
    -		break;
    -
    -	case GEN_OTHERNAME:
    -		a->d.otherName = value;
    -		break;
    -
    -	case GEN_EMAIL:
    -	case GEN_DNS:
    -	case GEN_URI:
    -		a->d.ia5 = value;
    -		break;
    -
    -	case GEN_DIRNAME:
    -		a->d.dirn = value;
    -		break;
    -
    -	case GEN_IPADD:
    -		a->d.ip = value;
    -		break;
    -	
    -	case GEN_RID:
    -		a->d.rid = value;
    -		break;
    -		}
    -	a->type = type;
    -	}
    +{
    +    switch (type) {
    +    case GEN_X400:
    +    case GEN_EDIPARTY:
    +        a->d.other = value;
    +        break;
    +
    +    case GEN_OTHERNAME:
    +        a->d.otherName = value;
    +        break;
    +
    +    case GEN_EMAIL:
    +    case GEN_DNS:
    +    case GEN_URI:
    +        a->d.ia5 = value;
    +        break;
    +
    +    case GEN_DIRNAME:
    +        a->d.dirn = value;
    +        break;
    +
    +    case GEN_IPADD:
    +        a->d.ip = value;
    +        break;
    +
    +    case GEN_RID:
    +        a->d.rid = value;
    +        break;
    +    }
    +    a->type = type;
    +}
     
     void *GENERAL_NAME_get0_value(GENERAL_NAME *a, int *ptype)
    -	{
    -	if (ptype)
    -		*ptype = a->type;
    -	switch(a->type)
    -		{
    -	case GEN_X400:
    -	case GEN_EDIPARTY:
    -		return a->d.other;
    -
    -	case GEN_OTHERNAME:
    -		return a->d.otherName;
    -
    -	case GEN_EMAIL:
    -	case GEN_DNS:
    -	case GEN_URI:
    -		return a->d.ia5;
    -
    -	case GEN_DIRNAME:
    -		return a->d.dirn;
    -
    -	case GEN_IPADD:
    -		return a->d.ip;
    -	
    -	case GEN_RID:
    -		return a->d.rid;
    -
    -	default:
    -		return NULL;
    -		}
    -	}
    +{
    +    if (ptype)
    +        *ptype = a->type;
    +    switch (a->type) {
    +    case GEN_X400:
    +    case GEN_EDIPARTY:
    +        return a->d.other;
     
    -int GENERAL_NAME_set0_othername(GENERAL_NAME *gen,
    -				ASN1_OBJECT *oid, ASN1_TYPE *value)
    -	{
    -	OTHERNAME *oth;
    -	oth = OTHERNAME_new();
    -	if (!oth)
    -		return 0;
    -	oth->type_id = oid;
    -	oth->value = value;
    -	GENERAL_NAME_set0_value(gen, GEN_OTHERNAME, oth);
    -	return 1;
    -	}
    -
    -int GENERAL_NAME_get0_otherName(GENERAL_NAME *gen, 
    -				ASN1_OBJECT **poid, ASN1_TYPE **pvalue)
    -	{
    -	if (gen->type != GEN_OTHERNAME)
    -		return 0;
    -	if (poid)
    -		*poid = gen->d.otherName->type_id;
    -	if (pvalue)
    -		*pvalue = gen->d.otherName->value;
    -	return 1;
    -	}
    +    case GEN_OTHERNAME:
    +        return a->d.otherName;
    +
    +    case GEN_EMAIL:
    +    case GEN_DNS:
    +    case GEN_URI:
    +        return a->d.ia5;
    +
    +    case GEN_DIRNAME:
    +        return a->d.dirn;
     
    +    case GEN_IPADD:
    +        return a->d.ip;
    +
    +    case GEN_RID:
    +        return a->d.rid;
    +
    +    default:
    +        return NULL;
    +    }
    +}
    +
    +int GENERAL_NAME_set0_othername(GENERAL_NAME *gen,
    +                                ASN1_OBJECT *oid, ASN1_TYPE *value)
    +{
    +    OTHERNAME *oth;
    +    oth = OTHERNAME_new();
    +    if (!oth)
    +        return 0;
    +    oth->type_id = oid;
    +    oth->value = value;
    +    GENERAL_NAME_set0_value(gen, GEN_OTHERNAME, oth);
    +    return 1;
    +}
    +
    +int GENERAL_NAME_get0_otherName(GENERAL_NAME *gen,
    +                                ASN1_OBJECT **poid, ASN1_TYPE **pvalue)
    +{
    +    if (gen->type != GEN_OTHERNAME)
    +        return 0;
    +    if (poid)
    +        *poid = gen->d.otherName->type_id;
    +    if (pvalue)
    +        *pvalue = gen->d.otherName->value;
    +    return 1;
    +}
    diff --git a/openssl/crypto/x509v3/v3_ia5.c b/openssl/crypto/x509v3/v3_ia5.c
    index 4ff12b52b..c170a55ff 100644
    --- a/openssl/crypto/x509v3/v3_ia5.c
    +++ b/openssl/crypto/x509v3/v3_ia5.c
    @@ -1,6 +1,7 @@
     /* v3_ia5.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,61 +57,63 @@
      *
      */
     
    -
     #include 
     #include "cryptlib.h"
     #include 
     #include 
     #include 
     
    -static char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5);
    -static ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str);
    -const X509V3_EXT_METHOD v3_ns_ia5_list[] = { 
    -EXT_IA5STRING(NID_netscape_base_url),
    -EXT_IA5STRING(NID_netscape_revocation_url),
    -EXT_IA5STRING(NID_netscape_ca_revocation_url),
    -EXT_IA5STRING(NID_netscape_renewal_url),
    -EXT_IA5STRING(NID_netscape_ca_policy_url),
    -EXT_IA5STRING(NID_netscape_ssl_server_name),
    -EXT_IA5STRING(NID_netscape_comment),
    -EXT_END
    +static char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method,
    +                                ASN1_IA5STRING *ia5);
    +static ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method,
    +                                          X509V3_CTX *ctx, char *str);
    +const X509V3_EXT_METHOD v3_ns_ia5_list[] = {
    +    EXT_IA5STRING(NID_netscape_base_url),
    +    EXT_IA5STRING(NID_netscape_revocation_url),
    +    EXT_IA5STRING(NID_netscape_ca_revocation_url),
    +    EXT_IA5STRING(NID_netscape_renewal_url),
    +    EXT_IA5STRING(NID_netscape_ca_policy_url),
    +    EXT_IA5STRING(NID_netscape_ssl_server_name),
    +    EXT_IA5STRING(NID_netscape_comment),
    +    EXT_END
     };
     
    -
     static char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method,
    -	     ASN1_IA5STRING *ia5)
    +                                ASN1_IA5STRING *ia5)
     {
    -	char *tmp;
    -	if(!ia5 || !ia5->length) return NULL;
    -	if(!(tmp = OPENSSL_malloc(ia5->length + 1))) {
    -		X509V3err(X509V3_F_I2S_ASN1_IA5STRING,ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    -	memcpy(tmp, ia5->data, ia5->length);
    -	tmp[ia5->length] = 0;
    -	return tmp;
    +    char *tmp;
    +    if (!ia5 || !ia5->length)
    +        return NULL;
    +    if (!(tmp = OPENSSL_malloc(ia5->length + 1))) {
    +        X509V3err(X509V3_F_I2S_ASN1_IA5STRING, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +    memcpy(tmp, ia5->data, ia5->length);
    +    tmp[ia5->length] = 0;
    +    return tmp;
     }
     
     static ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method,
    -	     X509V3_CTX *ctx, char *str)
    +                                          X509V3_CTX *ctx, char *str)
     {
    -	ASN1_IA5STRING *ia5;
    -	if(!str) {
    -		X509V3err(X509V3_F_S2I_ASN1_IA5STRING,X509V3_R_INVALID_NULL_ARGUMENT);
    -		return NULL;
    -	}
    -	if(!(ia5 = M_ASN1_IA5STRING_new())) goto err;
    -	if(!ASN1_STRING_set((ASN1_STRING *)ia5, (unsigned char*)str,
    -			    strlen(str))) {
    -		M_ASN1_IA5STRING_free(ia5);
    -		goto err;
    -	}
    +    ASN1_IA5STRING *ia5;
    +    if (!str) {
    +        X509V3err(X509V3_F_S2I_ASN1_IA5STRING,
    +                  X509V3_R_INVALID_NULL_ARGUMENT);
    +        return NULL;
    +    }
    +    if (!(ia5 = M_ASN1_IA5STRING_new()))
    +        goto err;
    +    if (!ASN1_STRING_set((ASN1_STRING *)ia5, (unsigned char *)str,
    +                         strlen(str))) {
    +        M_ASN1_IA5STRING_free(ia5);
    +        goto err;
    +    }
     #ifdef CHARSET_EBCDIC
    -        ebcdic2ascii(ia5->data, ia5->data, ia5->length);
    -#endif /*CHARSET_EBCDIC*/
    -	return ia5;
    -	err:
    -	X509V3err(X509V3_F_S2I_ASN1_IA5STRING,ERR_R_MALLOC_FAILURE);
    -	return NULL;
    +    ebcdic2ascii(ia5->data, ia5->data, ia5->length);
    +#endif                          /* CHARSET_EBCDIC */
    +    return ia5;
    + err:
    +    X509V3err(X509V3_F_S2I_ASN1_IA5STRING, ERR_R_MALLOC_FAILURE);
    +    return NULL;
     }
    -
    diff --git a/openssl/crypto/x509v3/v3_info.c b/openssl/crypto/x509v3/v3_info.c
    index e1b8699f9..e052a34b9 100644
    --- a/openssl/crypto/x509v3/v3_info.c
    +++ b/openssl/crypto/x509v3/v3_info.c
    @@ -1,6 +1,7 @@
     /* v3_info.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -63,131 +64,147 @@
     #include 
     #include 
     
    -static STACK_OF(CONF_VALUE) *i2v_AUTHORITY_INFO_ACCESS(X509V3_EXT_METHOD *method,
    -				AUTHORITY_INFO_ACCESS *ainfo,
    -						STACK_OF(CONF_VALUE) *ret);
    -static AUTHORITY_INFO_ACCESS *v2i_AUTHORITY_INFO_ACCESS(X509V3_EXT_METHOD *method,
    -				 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
    +static STACK_OF(CONF_VALUE) *i2v_AUTHORITY_INFO_ACCESS(X509V3_EXT_METHOD
    +                                                       *method, AUTHORITY_INFO_ACCESS
    +                                                       *ainfo, STACK_OF(CONF_VALUE)
    +                                                       *ret);
    +static AUTHORITY_INFO_ACCESS *v2i_AUTHORITY_INFO_ACCESS(X509V3_EXT_METHOD
    +                                                        *method,
    +                                                        X509V3_CTX *ctx,
    +                                                        STACK_OF(CONF_VALUE)
    +                                                        *nval);
     
    -const X509V3_EXT_METHOD v3_info =
    -{ NID_info_access, X509V3_EXT_MULTILINE, ASN1_ITEM_ref(AUTHORITY_INFO_ACCESS),
    -0,0,0,0,
    -0,0,
    -(X509V3_EXT_I2V)i2v_AUTHORITY_INFO_ACCESS,
    -(X509V3_EXT_V2I)v2i_AUTHORITY_INFO_ACCESS,
    -0,0,
    -NULL};
    +const X509V3_EXT_METHOD v3_info = { NID_info_access, X509V3_EXT_MULTILINE,
    +    ASN1_ITEM_ref(AUTHORITY_INFO_ACCESS),
    +    0, 0, 0, 0,
    +    0, 0,
    +    (X509V3_EXT_I2V) i2v_AUTHORITY_INFO_ACCESS,
    +    (X509V3_EXT_V2I)v2i_AUTHORITY_INFO_ACCESS,
    +    0, 0,
    +    NULL
    +};
     
    -const X509V3_EXT_METHOD v3_sinfo =
    -{ NID_sinfo_access, X509V3_EXT_MULTILINE, ASN1_ITEM_ref(AUTHORITY_INFO_ACCESS),
    -0,0,0,0,
    -0,0,
    -(X509V3_EXT_I2V)i2v_AUTHORITY_INFO_ACCESS,
    -(X509V3_EXT_V2I)v2i_AUTHORITY_INFO_ACCESS,
    -0,0,
    -NULL};
    +const X509V3_EXT_METHOD v3_sinfo = { NID_sinfo_access, X509V3_EXT_MULTILINE,
    +    ASN1_ITEM_ref(AUTHORITY_INFO_ACCESS),
    +    0, 0, 0, 0,
    +    0, 0,
    +    (X509V3_EXT_I2V) i2v_AUTHORITY_INFO_ACCESS,
    +    (X509V3_EXT_V2I)v2i_AUTHORITY_INFO_ACCESS,
    +    0, 0,
    +    NULL
    +};
     
     ASN1_SEQUENCE(ACCESS_DESCRIPTION) = {
    -	ASN1_SIMPLE(ACCESS_DESCRIPTION, method, ASN1_OBJECT),
    -	ASN1_SIMPLE(ACCESS_DESCRIPTION, location, GENERAL_NAME)
    +        ASN1_SIMPLE(ACCESS_DESCRIPTION, method, ASN1_OBJECT),
    +        ASN1_SIMPLE(ACCESS_DESCRIPTION, location, GENERAL_NAME)
     } ASN1_SEQUENCE_END(ACCESS_DESCRIPTION)
     
     IMPLEMENT_ASN1_FUNCTIONS(ACCESS_DESCRIPTION)
     
    -ASN1_ITEM_TEMPLATE(AUTHORITY_INFO_ACCESS) = 
    -	ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, GeneralNames, ACCESS_DESCRIPTION)
    +ASN1_ITEM_TEMPLATE(AUTHORITY_INFO_ACCESS) =
    +        ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, GeneralNames, ACCESS_DESCRIPTION)
     ASN1_ITEM_TEMPLATE_END(AUTHORITY_INFO_ACCESS)
     
     IMPLEMENT_ASN1_FUNCTIONS(AUTHORITY_INFO_ACCESS)
     
    -static STACK_OF(CONF_VALUE) *i2v_AUTHORITY_INFO_ACCESS(X509V3_EXT_METHOD *method,
    -				AUTHORITY_INFO_ACCESS *ainfo,
    -						STACK_OF(CONF_VALUE) *ret)
    +static STACK_OF(CONF_VALUE) *i2v_AUTHORITY_INFO_ACCESS(X509V3_EXT_METHOD
    +                                                       *method, AUTHORITY_INFO_ACCESS
    +                                                       *ainfo, STACK_OF(CONF_VALUE)
    +                                                       *ret)
     {
    -	ACCESS_DESCRIPTION *desc;
    -	int i,nlen;
    -	char objtmp[80], *ntmp;
    -	CONF_VALUE *vtmp;
    -	for(i = 0; i < sk_ACCESS_DESCRIPTION_num(ainfo); i++) {
    -		desc = sk_ACCESS_DESCRIPTION_value(ainfo, i);
    -		ret = i2v_GENERAL_NAME(method, desc->location, ret);
    -		if(!ret) break;
    -		vtmp = sk_CONF_VALUE_value(ret, i);
    -		i2t_ASN1_OBJECT(objtmp, sizeof objtmp, desc->method);
    -		nlen = strlen(objtmp) + strlen(vtmp->name) + 5;
    -		ntmp = OPENSSL_malloc(nlen);
    -		if(!ntmp) {
    -			X509V3err(X509V3_F_I2V_AUTHORITY_INFO_ACCESS,
    -					ERR_R_MALLOC_FAILURE);
    -			return NULL;
    -		}
    -		BUF_strlcpy(ntmp, objtmp, nlen);
    -		BUF_strlcat(ntmp, " - ", nlen);
    -		BUF_strlcat(ntmp, vtmp->name, nlen);
    -		OPENSSL_free(vtmp->name);
    -		vtmp->name = ntmp;
    -		
    -	}
    -	if(!ret) return sk_CONF_VALUE_new_null();
    -	return ret;
    +    ACCESS_DESCRIPTION *desc;
    +    int i, nlen;
    +    char objtmp[80], *ntmp;
    +    CONF_VALUE *vtmp;
    +    for (i = 0; i < sk_ACCESS_DESCRIPTION_num(ainfo); i++) {
    +        desc = sk_ACCESS_DESCRIPTION_value(ainfo, i);
    +        ret = i2v_GENERAL_NAME(method, desc->location, ret);
    +        if (!ret)
    +            break;
    +        vtmp = sk_CONF_VALUE_value(ret, i);
    +        i2t_ASN1_OBJECT(objtmp, sizeof objtmp, desc->method);
    +        nlen = strlen(objtmp) + strlen(vtmp->name) + 5;
    +        ntmp = OPENSSL_malloc(nlen);
    +        if (!ntmp) {
    +            X509V3err(X509V3_F_I2V_AUTHORITY_INFO_ACCESS,
    +                      ERR_R_MALLOC_FAILURE);
    +            return NULL;
    +        }
    +        BUF_strlcpy(ntmp, objtmp, nlen);
    +        BUF_strlcat(ntmp, " - ", nlen);
    +        BUF_strlcat(ntmp, vtmp->name, nlen);
    +        OPENSSL_free(vtmp->name);
    +        vtmp->name = ntmp;
    +
    +    }
    +    if (!ret)
    +        return sk_CONF_VALUE_new_null();
    +    return ret;
     }
     
    -static AUTHORITY_INFO_ACCESS *v2i_AUTHORITY_INFO_ACCESS(X509V3_EXT_METHOD *method,
    -				 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
    +static AUTHORITY_INFO_ACCESS *v2i_AUTHORITY_INFO_ACCESS(X509V3_EXT_METHOD
    +                                                        *method,
    +                                                        X509V3_CTX *ctx,
    +                                                        STACK_OF(CONF_VALUE)
    +                                                        *nval)
     {
    -	AUTHORITY_INFO_ACCESS *ainfo = NULL;
    -	CONF_VALUE *cnf, ctmp;
    -	ACCESS_DESCRIPTION *acc;
    -	int i, objlen;
    -	char *objtmp, *ptmp;
    -	if(!(ainfo = sk_ACCESS_DESCRIPTION_new_null())) {
    -		X509V3err(X509V3_F_V2I_AUTHORITY_INFO_ACCESS,ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    -	for(i = 0; i < sk_CONF_VALUE_num(nval); i++) {
    -		cnf = sk_CONF_VALUE_value(nval, i);
    -		if(!(acc = ACCESS_DESCRIPTION_new())
    -			|| !sk_ACCESS_DESCRIPTION_push(ainfo, acc)) {
    -			X509V3err(X509V3_F_V2I_AUTHORITY_INFO_ACCESS,ERR_R_MALLOC_FAILURE);
    -			goto err;
    -		}
    -		ptmp = strchr(cnf->name, ';');
    -		if(!ptmp) {
    -			X509V3err(X509V3_F_V2I_AUTHORITY_INFO_ACCESS,X509V3_R_INVALID_SYNTAX);
    -			goto err;
    -		}
    -		objlen = ptmp - cnf->name;
    -		ctmp.name = ptmp + 1;
    -		ctmp.value = cnf->value;
    -		if(!v2i_GENERAL_NAME_ex(acc->location, method, ctx, &ctmp, 0))
    -								 goto err; 
    -		if(!(objtmp = OPENSSL_malloc(objlen + 1))) {
    -			X509V3err(X509V3_F_V2I_AUTHORITY_INFO_ACCESS,ERR_R_MALLOC_FAILURE);
    -			goto err;
    -		}
    -		strncpy(objtmp, cnf->name, objlen);
    -		objtmp[objlen] = 0;
    -		acc->method = OBJ_txt2obj(objtmp, 0);
    -		if(!acc->method) {
    -			X509V3err(X509V3_F_V2I_AUTHORITY_INFO_ACCESS,X509V3_R_BAD_OBJECT);
    -			ERR_add_error_data(2, "value=", objtmp);
    -			OPENSSL_free(objtmp);
    -			goto err;
    -		}
    -		OPENSSL_free(objtmp);
    +    AUTHORITY_INFO_ACCESS *ainfo = NULL;
    +    CONF_VALUE *cnf, ctmp;
    +    ACCESS_DESCRIPTION *acc;
    +    int i, objlen;
    +    char *objtmp, *ptmp;
    +    if (!(ainfo = sk_ACCESS_DESCRIPTION_new_null())) {
    +        X509V3err(X509V3_F_V2I_AUTHORITY_INFO_ACCESS, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +    for (i = 0; i < sk_CONF_VALUE_num(nval); i++) {
    +        cnf = sk_CONF_VALUE_value(nval, i);
    +        if (!(acc = ACCESS_DESCRIPTION_new())
    +            || !sk_ACCESS_DESCRIPTION_push(ainfo, acc)) {
    +            X509V3err(X509V3_F_V2I_AUTHORITY_INFO_ACCESS,
    +                      ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +        ptmp = strchr(cnf->name, ';');
    +        if (!ptmp) {
    +            X509V3err(X509V3_F_V2I_AUTHORITY_INFO_ACCESS,
    +                      X509V3_R_INVALID_SYNTAX);
    +            goto err;
    +        }
    +        objlen = ptmp - cnf->name;
    +        ctmp.name = ptmp + 1;
    +        ctmp.value = cnf->value;
    +        if (!v2i_GENERAL_NAME_ex(acc->location, method, ctx, &ctmp, 0))
    +            goto err;
    +        if (!(objtmp = OPENSSL_malloc(objlen + 1))) {
    +            X509V3err(X509V3_F_V2I_AUTHORITY_INFO_ACCESS,
    +                      ERR_R_MALLOC_FAILURE);
    +            goto err;
    +        }
    +        strncpy(objtmp, cnf->name, objlen);
    +        objtmp[objlen] = 0;
    +        acc->method = OBJ_txt2obj(objtmp, 0);
    +        if (!acc->method) {
    +            X509V3err(X509V3_F_V2I_AUTHORITY_INFO_ACCESS,
    +                      X509V3_R_BAD_OBJECT);
    +            ERR_add_error_data(2, "value=", objtmp);
    +            OPENSSL_free(objtmp);
    +            goto err;
    +        }
    +        OPENSSL_free(objtmp);
     
    -	}
    -	return ainfo;
    -	err:
    -	sk_ACCESS_DESCRIPTION_pop_free(ainfo, ACCESS_DESCRIPTION_free);
    -	return NULL;
    +    }
    +    return ainfo;
    + err:
    +    sk_ACCESS_DESCRIPTION_pop_free(ainfo, ACCESS_DESCRIPTION_free);
    +    return NULL;
     }
     
    -int i2a_ACCESS_DESCRIPTION(BIO *bp, ACCESS_DESCRIPTION* a)
    -        {
    -	i2a_ASN1_OBJECT(bp, a->method);
    +int i2a_ACCESS_DESCRIPTION(BIO *bp, ACCESS_DESCRIPTION *a)
    +{
    +    i2a_ASN1_OBJECT(bp, a->method);
     #ifdef UNDEF
    -	i2a_GENERAL_NAME(bp, a->location);
    +    i2a_GENERAL_NAME(bp, a->location);
     #endif
    -	return 2;
    -	}
    +    return 2;
    +}
    diff --git a/openssl/crypto/x509v3/v3_int.c b/openssl/crypto/x509v3/v3_int.c
    index 4bfd14cf4..8bfdb37e7 100644
    --- a/openssl/crypto/x509v3/v3_int.c
    +++ b/openssl/crypto/x509v3/v3_int.c
    @@ -1,6 +1,7 @@
     /* v3_int.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999-2004 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -60,30 +61,32 @@
     #include "cryptlib.h"
     #include 
     
    -const X509V3_EXT_METHOD v3_crl_num = { 
    -	NID_crl_number, 0, ASN1_ITEM_ref(ASN1_INTEGER),
    -	0,0,0,0,
    -	(X509V3_EXT_I2S)i2s_ASN1_INTEGER,
    -	0,
    -	0,0,0,0, NULL};
    +const X509V3_EXT_METHOD v3_crl_num = {
    +    NID_crl_number, 0, ASN1_ITEM_ref(ASN1_INTEGER),
    +    0, 0, 0, 0,
    +    (X509V3_EXT_I2S)i2s_ASN1_INTEGER,
    +    0,
    +    0, 0, 0, 0, NULL
    +};
     
    -const X509V3_EXT_METHOD v3_delta_crl = { 
    -	NID_delta_crl, 0, ASN1_ITEM_ref(ASN1_INTEGER),
    -	0,0,0,0,
    -	(X509V3_EXT_I2S)i2s_ASN1_INTEGER,
    -	0,
    -	0,0,0,0, NULL};
    -
    -static void * s2i_asn1_int(X509V3_EXT_METHOD *meth, X509V3_CTX *ctx, char *value)
    -	{
    -	return s2i_ASN1_INTEGER(meth, value);
    -	}
    -
    -const X509V3_EXT_METHOD v3_inhibit_anyp = { 
    -	NID_inhibit_any_policy, 0, ASN1_ITEM_ref(ASN1_INTEGER),
    -	0,0,0,0,
    -	(X509V3_EXT_I2S)i2s_ASN1_INTEGER,
    -	(X509V3_EXT_S2I)s2i_asn1_int,
    -	0,0,0,0, NULL};
    +const X509V3_EXT_METHOD v3_delta_crl = {
    +    NID_delta_crl, 0, ASN1_ITEM_ref(ASN1_INTEGER),
    +    0, 0, 0, 0,
    +    (X509V3_EXT_I2S)i2s_ASN1_INTEGER,
    +    0,
    +    0, 0, 0, 0, NULL
    +};
     
    +static void *s2i_asn1_int(X509V3_EXT_METHOD *meth, X509V3_CTX *ctx,
    +                          char *value)
    +{
    +    return s2i_ASN1_INTEGER(meth, value);
    +}
     
    +const X509V3_EXT_METHOD v3_inhibit_anyp = {
    +    NID_inhibit_any_policy, 0, ASN1_ITEM_ref(ASN1_INTEGER),
    +    0, 0, 0, 0,
    +    (X509V3_EXT_I2S)i2s_ASN1_INTEGER,
    +    (X509V3_EXT_S2I)s2i_asn1_int,
    +    0, 0, 0, 0, NULL
    +};
    diff --git a/openssl/crypto/x509v3/v3_lib.c b/openssl/crypto/x509v3/v3_lib.c
    index 0f1e1d442..8350429aa 100644
    --- a/openssl/crypto/x509v3/v3_lib.c
    +++ b/openssl/crypto/x509v3/v3_lib.c
    @@ -1,6 +1,7 @@
     /* v3_lib.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -66,117 +67,153 @@
     
     static STACK_OF(X509V3_EXT_METHOD) *ext_list = NULL;
     
    -static int ext_cmp(const X509V3_EXT_METHOD * const *a,
    -		const X509V3_EXT_METHOD * const *b);
    +static int ext_cmp(const X509V3_EXT_METHOD *const *a,
    +                   const X509V3_EXT_METHOD *const *b);
     static void ext_list_free(X509V3_EXT_METHOD *ext);
     
     int X509V3_EXT_add(X509V3_EXT_METHOD *ext)
     {
    -	if(!ext_list && !(ext_list = sk_X509V3_EXT_METHOD_new(ext_cmp))) {
    -		X509V3err(X509V3_F_X509V3_EXT_ADD,ERR_R_MALLOC_FAILURE);
    -		return 0;
    -	}
    -	if(!sk_X509V3_EXT_METHOD_push(ext_list, ext)) {
    -		X509V3err(X509V3_F_X509V3_EXT_ADD,ERR_R_MALLOC_FAILURE);
    -		return 0;
    -	}
    -	return 1;
    +    if (!ext_list && !(ext_list = sk_X509V3_EXT_METHOD_new(ext_cmp))) {
    +        X509V3err(X509V3_F_X509V3_EXT_ADD, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    if (!sk_X509V3_EXT_METHOD_push(ext_list, ext)) {
    +        X509V3err(X509V3_F_X509V3_EXT_ADD, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    return 1;
     }
     
    -static int ext_cmp(const X509V3_EXT_METHOD * const *a,
    -		   const X509V3_EXT_METHOD * const *b)
    +static int ext_cmp(const X509V3_EXT_METHOD *const *a,
    +                   const X509V3_EXT_METHOD *const *b)
     {
    -	return ((*a)->ext_nid - (*b)->ext_nid);
    +    return ((*a)->ext_nid - (*b)->ext_nid);
     }
     
    -DECLARE_OBJ_BSEARCH_CMP_FN(const X509V3_EXT_METHOD *, const X509V3_EXT_METHOD *,
    -			   ext);
    +DECLARE_OBJ_BSEARCH_CMP_FN(const X509V3_EXT_METHOD *,
    +                           const X509V3_EXT_METHOD *, ext);
     IMPLEMENT_OBJ_BSEARCH_CMP_FN(const X509V3_EXT_METHOD *,
    -			     const X509V3_EXT_METHOD *, ext);
    +                             const X509V3_EXT_METHOD *, ext);
     
     const X509V3_EXT_METHOD *X509V3_EXT_get_nid(int nid)
     {
    -	X509V3_EXT_METHOD tmp;
    -	const X509V3_EXT_METHOD *t = &tmp, * const *ret;
    -	int idx;
    -	if(nid < 0) return NULL;
    -	tmp.ext_nid = nid;
    -	ret = OBJ_bsearch_ext(&t, standard_exts, STANDARD_EXTENSION_COUNT);
    -	if(ret) return *ret;
    -	if(!ext_list) return NULL;
    -	idx = sk_X509V3_EXT_METHOD_find(ext_list, &tmp);
    -	if(idx == -1) return NULL;
    -	return sk_X509V3_EXT_METHOD_value(ext_list, idx);
    +    X509V3_EXT_METHOD tmp;
    +    const X509V3_EXT_METHOD *t = &tmp, *const *ret;
    +    int idx;
    +    if (nid < 0)
    +        return NULL;
    +    tmp.ext_nid = nid;
    +    ret = OBJ_bsearch_ext(&t, standard_exts, STANDARD_EXTENSION_COUNT);
    +    if (ret)
    +        return *ret;
    +    if (!ext_list)
    +        return NULL;
    +    idx = sk_X509V3_EXT_METHOD_find(ext_list, &tmp);
    +    if (idx == -1)
    +        return NULL;
    +    return sk_X509V3_EXT_METHOD_value(ext_list, idx);
     }
     
     const X509V3_EXT_METHOD *X509V3_EXT_get(X509_EXTENSION *ext)
     {
    -	int nid;
    -	if((nid = OBJ_obj2nid(ext->object)) == NID_undef) return NULL;
    -	return X509V3_EXT_get_nid(nid);
    +    int nid;
    +    if ((nid = OBJ_obj2nid(ext->object)) == NID_undef)
    +        return NULL;
    +    return X509V3_EXT_get_nid(nid);
     }
     
    +int X509V3_EXT_free(int nid, void *ext_data)
    +{
    +    const X509V3_EXT_METHOD *ext_method = X509V3_EXT_get_nid(nid);
    +    if (ext_method == NULL) {
    +        X509V3err(X509V3_F_X509V3_EXT_FREE,
    +                  X509V3_R_CANNOT_FIND_FREE_FUNCTION);
    +        return 0;
    +    }
    +
    +    if (ext_method->it != NULL)
    +        ASN1_item_free(ext_data, ASN1_ITEM_ptr(ext_method->it));
    +    else if (ext_method->ext_free != NULL)
    +        ext_method->ext_free(ext_data);
    +    else {
    +        X509V3err(X509V3_F_X509V3_EXT_FREE,
    +                  X509V3_R_CANNOT_FIND_FREE_FUNCTION);
    +        return 0;
    +    }
    +
    +    return 1;
    +}
     
     int X509V3_EXT_add_list(X509V3_EXT_METHOD *extlist)
     {
    -	for(;extlist->ext_nid!=-1;extlist++) 
    -			if(!X509V3_EXT_add(extlist)) return 0;
    -	return 1;
    +    for (; extlist->ext_nid != -1; extlist++)
    +        if (!X509V3_EXT_add(extlist))
    +            return 0;
    +    return 1;
     }
     
     int X509V3_EXT_add_alias(int nid_to, int nid_from)
     {
    -	const X509V3_EXT_METHOD *ext;
    -	X509V3_EXT_METHOD *tmpext;
    -
    -	if(!(ext = X509V3_EXT_get_nid(nid_from))) {
    -		X509V3err(X509V3_F_X509V3_EXT_ADD_ALIAS,X509V3_R_EXTENSION_NOT_FOUND);
    -		return 0;
    -	}
    -	if(!(tmpext = (X509V3_EXT_METHOD *)OPENSSL_malloc(sizeof(X509V3_EXT_METHOD)))) {
    -		X509V3err(X509V3_F_X509V3_EXT_ADD_ALIAS,ERR_R_MALLOC_FAILURE);
    -		return 0;
    -	}
    -	*tmpext = *ext;
    -	tmpext->ext_nid = nid_to;
    -	tmpext->ext_flags |= X509V3_EXT_DYNAMIC;
    -	return X509V3_EXT_add(tmpext);
    +    const X509V3_EXT_METHOD *ext;
    +    X509V3_EXT_METHOD *tmpext;
    +
    +    if (!(ext = X509V3_EXT_get_nid(nid_from))) {
    +        X509V3err(X509V3_F_X509V3_EXT_ADD_ALIAS,
    +                  X509V3_R_EXTENSION_NOT_FOUND);
    +        return 0;
    +    }
    +    if (!
    +        (tmpext =
    +         (X509V3_EXT_METHOD *)OPENSSL_malloc(sizeof(X509V3_EXT_METHOD)))) {
    +        X509V3err(X509V3_F_X509V3_EXT_ADD_ALIAS, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    *tmpext = *ext;
    +    tmpext->ext_nid = nid_to;
    +    tmpext->ext_flags |= X509V3_EXT_DYNAMIC;
    +    return X509V3_EXT_add(tmpext);
     }
     
     void X509V3_EXT_cleanup(void)
     {
    -	sk_X509V3_EXT_METHOD_pop_free(ext_list, ext_list_free);
    -	ext_list = NULL;
    +    sk_X509V3_EXT_METHOD_pop_free(ext_list, ext_list_free);
    +    ext_list = NULL;
     }
     
     static void ext_list_free(X509V3_EXT_METHOD *ext)
     {
    -	if(ext->ext_flags & X509V3_EXT_DYNAMIC) OPENSSL_free(ext);
    +    if (ext->ext_flags & X509V3_EXT_DYNAMIC)
    +        OPENSSL_free(ext);
     }
     
    -/* Legacy function: we don't need to add standard extensions
    - * any more because they are now kept in ext_dat.h.
    +/*
    + * Legacy function: we don't need to add standard extensions any more because
    + * they are now kept in ext_dat.h.
      */
     
     int X509V3_add_standard_extensions(void)
     {
    -	return 1;
    +    return 1;
     }
     
     /* Return an extension internal structure */
     
     void *X509V3_EXT_d2i(X509_EXTENSION *ext)
     {
    -	const X509V3_EXT_METHOD *method;
    -	const unsigned char *p;
    -
    -	if(!(method = X509V3_EXT_get(ext))) return NULL;
    -	p = ext->value->data;
    -	if(method->it) return ASN1_item_d2i(NULL, &p, ext->value->length, ASN1_ITEM_ptr(method->it));
    -	return method->d2i(NULL, &p, ext->value->length);
    +    const X509V3_EXT_METHOD *method;
    +    const unsigned char *p;
    +
    +    if (!(method = X509V3_EXT_get(ext)))
    +        return NULL;
    +    p = ext->value->data;
    +    if (method->it)
    +        return ASN1_item_d2i(NULL, &p, ext->value->length,
    +                             ASN1_ITEM_ptr(method->it));
    +    return method->d2i(NULL, &p, ext->value->length);
     }
     
    -/* Get critical flag and decoded version of extension from a NID.
    +/*-
    + * Get critical flag and decoded version of extension from a NID.
      * The "idx" variable returns the last found extension and can
      * be used to retrieve multiple extensions of the same NID.
      * However multiple extensions with the same NID is usually
    @@ -191,119 +228,136 @@ void *X509V3_EXT_d2i(X509_EXTENSION *ext)
      * -2 extension occurs more than once.
      */
     
    -void *X509V3_get_d2i(STACK_OF(X509_EXTENSION) *x, int nid, int *crit, int *idx)
    +void *X509V3_get_d2i(STACK_OF(X509_EXTENSION) *x, int nid, int *crit,
    +                     int *idx)
     {
    -	int lastpos, i;
    -	X509_EXTENSION *ex, *found_ex = NULL;
    -	if(!x) {
    -		if(idx) *idx = -1;
    -		if(crit) *crit = -1;
    -		return NULL;
    -	}
    -	if(idx) lastpos = *idx + 1;
    -	else lastpos = 0;
    -	if(lastpos < 0) lastpos = 0;
    -	for(i = lastpos; i < sk_X509_EXTENSION_num(x); i++)
    -	{
    -		ex = sk_X509_EXTENSION_value(x, i);
    -		if(OBJ_obj2nid(ex->object) == nid) {
    -			if(idx) {
    -				*idx = i;
    -				found_ex = ex;
    -				break;
    -			} else if(found_ex) {
    -				/* Found more than one */
    -				if(crit) *crit = -2;
    -				return NULL;
    -			}
    -			found_ex = ex;
    -		}
    -	}
    -	if(found_ex) {
    -		/* Found it */
    -		if(crit) *crit = X509_EXTENSION_get_critical(found_ex);
    -		return X509V3_EXT_d2i(found_ex);
    -	}
    -
    -	/* Extension not found */
    -	if(idx) *idx = -1;
    -	if(crit) *crit = -1;
    -	return NULL;
    +    int lastpos, i;
    +    X509_EXTENSION *ex, *found_ex = NULL;
    +    if (!x) {
    +        if (idx)
    +            *idx = -1;
    +        if (crit)
    +            *crit = -1;
    +        return NULL;
    +    }
    +    if (idx)
    +        lastpos = *idx + 1;
    +    else
    +        lastpos = 0;
    +    if (lastpos < 0)
    +        lastpos = 0;
    +    for (i = lastpos; i < sk_X509_EXTENSION_num(x); i++) {
    +        ex = sk_X509_EXTENSION_value(x, i);
    +        if (OBJ_obj2nid(ex->object) == nid) {
    +            if (idx) {
    +                *idx = i;
    +                found_ex = ex;
    +                break;
    +            } else if (found_ex) {
    +                /* Found more than one */
    +                if (crit)
    +                    *crit = -2;
    +                return NULL;
    +            }
    +            found_ex = ex;
    +        }
    +    }
    +    if (found_ex) {
    +        /* Found it */
    +        if (crit)
    +            *crit = X509_EXTENSION_get_critical(found_ex);
    +        return X509V3_EXT_d2i(found_ex);
    +    }
    +
    +    /* Extension not found */
    +    if (idx)
    +        *idx = -1;
    +    if (crit)
    +        *crit = -1;
    +    return NULL;
     }
     
    -/* This function is a general extension append, replace and delete utility.
    +/*
    + * This function is a general extension append, replace and delete utility.
      * The precise operation is governed by the 'flags' value. The 'crit' and
      * 'value' arguments (if relevant) are the extensions internal structure.
      */
     
     int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value,
    -					int crit, unsigned long flags)
    +                    int crit, unsigned long flags)
     {
    -	int extidx = -1;
    -	int errcode;
    -	X509_EXTENSION *ext, *extmp;
    -	unsigned long ext_op = flags & X509V3_ADD_OP_MASK;
    -
    -	/* If appending we don't care if it exists, otherwise
    -	 * look for existing extension.
    -	 */
    -	if(ext_op != X509V3_ADD_APPEND)
    -		extidx = X509v3_get_ext_by_NID(*x, nid, -1);
    -
    -	/* See if extension exists */
    -	if(extidx >= 0) {
    -		/* If keep existing, nothing to do */
    -		if(ext_op == X509V3_ADD_KEEP_EXISTING)
    -			return 1;
    -		/* If default then its an error */
    -		if(ext_op == X509V3_ADD_DEFAULT) {
    -			errcode = X509V3_R_EXTENSION_EXISTS;
    -			goto err;
    -		}
    -		/* If delete, just delete it */
    -		if(ext_op == X509V3_ADD_DELETE) {
    -			if(!sk_X509_EXTENSION_delete(*x, extidx)) return -1;
    -			return 1;
    -		}
    -	} else {
    -		/* If replace existing or delete, error since 
    -		 * extension must exist
    -		 */
    -		if((ext_op == X509V3_ADD_REPLACE_EXISTING) ||
    -		   (ext_op == X509V3_ADD_DELETE)) {
    -			errcode = X509V3_R_EXTENSION_NOT_FOUND;
    -			goto err;
    -		}
    -	}
    -
    -	/* If we get this far then we have to create an extension:
    -	 * could have some flags for alternative encoding schemes...
    -	 */
    -
    -	ext = X509V3_EXT_i2d(nid, crit, value);
    -
    -	if(!ext) {
    -		X509V3err(X509V3_F_X509V3_ADD1_I2D, X509V3_R_ERROR_CREATING_EXTENSION);
    -		return 0;
    -	}
    -
    -	/* If extension exists replace it.. */
    -	if(extidx >= 0) {
    -		extmp = sk_X509_EXTENSION_value(*x, extidx);
    -		X509_EXTENSION_free(extmp);
    -		if(!sk_X509_EXTENSION_set(*x, extidx, ext)) return -1;
    -		return 1;
    -	}
    -
    -	if(!*x && !(*x = sk_X509_EXTENSION_new_null())) return -1;
    -	if(!sk_X509_EXTENSION_push(*x, ext)) return -1;
    -
    -	return 1;
    -
    -	err:
    -	if(!(flags & X509V3_ADD_SILENT))
    -		X509V3err(X509V3_F_X509V3_ADD1_I2D, errcode);
    -	return 0;
    +    int extidx = -1;
    +    int errcode;
    +    X509_EXTENSION *ext, *extmp;
    +    unsigned long ext_op = flags & X509V3_ADD_OP_MASK;
    +
    +    /*
    +     * If appending we don't care if it exists, otherwise look for existing
    +     * extension.
    +     */
    +    if (ext_op != X509V3_ADD_APPEND)
    +        extidx = X509v3_get_ext_by_NID(*x, nid, -1);
    +
    +    /* See if extension exists */
    +    if (extidx >= 0) {
    +        /* If keep existing, nothing to do */
    +        if (ext_op == X509V3_ADD_KEEP_EXISTING)
    +            return 1;
    +        /* If default then its an error */
    +        if (ext_op == X509V3_ADD_DEFAULT) {
    +            errcode = X509V3_R_EXTENSION_EXISTS;
    +            goto err;
    +        }
    +        /* If delete, just delete it */
    +        if (ext_op == X509V3_ADD_DELETE) {
    +            if (!sk_X509_EXTENSION_delete(*x, extidx))
    +                return -1;
    +            return 1;
    +        }
    +    } else {
    +        /*
    +         * If replace existing or delete, error since extension must exist
    +         */
    +        if ((ext_op == X509V3_ADD_REPLACE_EXISTING) ||
    +            (ext_op == X509V3_ADD_DELETE)) {
    +            errcode = X509V3_R_EXTENSION_NOT_FOUND;
    +            goto err;
    +        }
    +    }
    +
    +    /*
    +     * If we get this far then we have to create an extension: could have
    +     * some flags for alternative encoding schemes...
    +     */
    +
    +    ext = X509V3_EXT_i2d(nid, crit, value);
    +
    +    if (!ext) {
    +        X509V3err(X509V3_F_X509V3_ADD1_I2D,
    +                  X509V3_R_ERROR_CREATING_EXTENSION);
    +        return 0;
    +    }
    +
    +    /* If extension exists replace it.. */
    +    if (extidx >= 0) {
    +        extmp = sk_X509_EXTENSION_value(*x, extidx);
    +        X509_EXTENSION_free(extmp);
    +        if (!sk_X509_EXTENSION_set(*x, extidx, ext))
    +            return -1;
    +        return 1;
    +    }
    +
    +    if (!*x && !(*x = sk_X509_EXTENSION_new_null()))
    +        return -1;
    +    if (!sk_X509_EXTENSION_push(*x, ext))
    +        return -1;
    +
    +    return 1;
    +
    + err:
    +    if (!(flags & X509V3_ADD_SILENT))
    +        X509V3err(X509V3_F_X509V3_ADD1_I2D, errcode);
    +    return 0;
     }
     
     IMPLEMENT_STACK_OF(X509V3_EXT_METHOD)
    diff --git a/openssl/crypto/x509v3/v3_ncons.c b/openssl/crypto/x509v3/v3_ncons.c
    index a01dc64dd..b97ed271e 100644
    --- a/openssl/crypto/x509v3/v3_ncons.c
    +++ b/openssl/crypto/x509v3/v3_ncons.c
    @@ -1,5 +1,6 @@
     /* v3_ncons.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
      * project.
      */
     /* ====================================================================
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,7 +57,6 @@
      *
      */
     
    -
     #include 
     #include "cryptlib.h"
     #include 
    @@ -64,12 +64,13 @@
     #include 
     
     static void *v2i_NAME_CONSTRAINTS(const X509V3_EXT_METHOD *method,
    -				  X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
    -static int i2r_NAME_CONSTRAINTS(const X509V3_EXT_METHOD *method, 
    -				void *a, BIO *bp, int ind);
    +                                  X509V3_CTX *ctx,
    +                                  STACK_OF(CONF_VALUE) *nval);
    +static int i2r_NAME_CONSTRAINTS(const X509V3_EXT_METHOD *method, void *a,
    +                                BIO *bp, int ind);
     static int do_i2r_name_constraints(const X509V3_EXT_METHOD *method,
    -				   STACK_OF(GENERAL_SUBTREE) *trees,
    -				   BIO *bp, int ind, char *name);
    +                                   STACK_OF(GENERAL_SUBTREE) *trees, BIO *bp,
    +                                   int ind, char *name);
     static int print_nc_ipadd(BIO *bp, ASN1_OCTET_STRING *ip);
     
     static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc);
    @@ -80,151 +81,136 @@ static int nc_email(ASN1_IA5STRING *sub, ASN1_IA5STRING *eml);
     static int nc_uri(ASN1_IA5STRING *uri, ASN1_IA5STRING *base);
     
     const X509V3_EXT_METHOD v3_name_constraints = {
    -	NID_name_constraints, 0,
    -	ASN1_ITEM_ref(NAME_CONSTRAINTS),
    -	0,0,0,0,
    -	0,0,
    -	0, v2i_NAME_CONSTRAINTS,
    -	i2r_NAME_CONSTRAINTS,0,
    -	NULL
    +    NID_name_constraints, 0,
    +    ASN1_ITEM_ref(NAME_CONSTRAINTS),
    +    0, 0, 0, 0,
    +    0, 0,
    +    0, v2i_NAME_CONSTRAINTS,
    +    i2r_NAME_CONSTRAINTS, 0,
    +    NULL
     };
     
     ASN1_SEQUENCE(GENERAL_SUBTREE) = {
    -	ASN1_SIMPLE(GENERAL_SUBTREE, base, GENERAL_NAME),
    -	ASN1_IMP_OPT(GENERAL_SUBTREE, minimum, ASN1_INTEGER, 0),
    -	ASN1_IMP_OPT(GENERAL_SUBTREE, maximum, ASN1_INTEGER, 1)
    +        ASN1_SIMPLE(GENERAL_SUBTREE, base, GENERAL_NAME),
    +        ASN1_IMP_OPT(GENERAL_SUBTREE, minimum, ASN1_INTEGER, 0),
    +        ASN1_IMP_OPT(GENERAL_SUBTREE, maximum, ASN1_INTEGER, 1)
     } ASN1_SEQUENCE_END(GENERAL_SUBTREE)
     
     ASN1_SEQUENCE(NAME_CONSTRAINTS) = {
    -	ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS, permittedSubtrees,
    -							GENERAL_SUBTREE, 0),
    -	ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS, excludedSubtrees,
    -							GENERAL_SUBTREE, 1),
    +        ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS, permittedSubtrees,
    +                                                        GENERAL_SUBTREE, 0),
    +        ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS, excludedSubtrees,
    +                                                        GENERAL_SUBTREE, 1),
     } ASN1_SEQUENCE_END(NAME_CONSTRAINTS)
    -	
    +
     
     IMPLEMENT_ASN1_ALLOC_FUNCTIONS(GENERAL_SUBTREE)
     IMPLEMENT_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS)
     
     static void *v2i_NAME_CONSTRAINTS(const X509V3_EXT_METHOD *method,
    -				  X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
    -	{
    -	int i;
    -	CONF_VALUE tval, *val;
    -	STACK_OF(GENERAL_SUBTREE) **ptree = NULL;
    -	NAME_CONSTRAINTS *ncons = NULL;
    -	GENERAL_SUBTREE *sub = NULL;
    -	ncons = NAME_CONSTRAINTS_new();
    -	if (!ncons)
    -		goto memerr;
    -	for(i = 0; i < sk_CONF_VALUE_num(nval); i++)
    -		{
    -		val = sk_CONF_VALUE_value(nval, i);
    -		if (!strncmp(val->name, "permitted", 9) && val->name[9])
    -			{
    -			ptree = &ncons->permittedSubtrees;
    -			tval.name = val->name + 10;
    -			}
    -		else if (!strncmp(val->name, "excluded", 8) && val->name[8])
    -			{
    -			ptree = &ncons->excludedSubtrees;
    -			tval.name = val->name + 9;
    -			}
    -		else
    -			{
    -			X509V3err(X509V3_F_V2I_NAME_CONSTRAINTS, X509V3_R_INVALID_SYNTAX);
    -			goto err;
    -			}
    -		tval.value = val->value;
    -		sub = GENERAL_SUBTREE_new();
    -		if (!v2i_GENERAL_NAME_ex(sub->base, method, ctx, &tval, 1))
    -			goto err;
    -		if (!*ptree)
    -			*ptree = sk_GENERAL_SUBTREE_new_null();
    -		if (!*ptree || !sk_GENERAL_SUBTREE_push(*ptree, sub))
    -			goto memerr;
    -		sub = NULL;
    -		}
    -
    -	return ncons;
    -
    -	memerr:
    -	X509V3err(X509V3_F_V2I_NAME_CONSTRAINTS, ERR_R_MALLOC_FAILURE);
    -	err:
    -	if (ncons)
    -		NAME_CONSTRAINTS_free(ncons);
    -	if (sub)
    -		GENERAL_SUBTREE_free(sub);
    -
    -	return NULL;
    -	}
    -			
    -
    -	
    +                                  X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
    +{
    +    int i;
    +    CONF_VALUE tval, *val;
    +    STACK_OF(GENERAL_SUBTREE) **ptree = NULL;
    +    NAME_CONSTRAINTS *ncons = NULL;
    +    GENERAL_SUBTREE *sub = NULL;
    +    ncons = NAME_CONSTRAINTS_new();
    +    if (!ncons)
    +        goto memerr;
    +    for (i = 0; i < sk_CONF_VALUE_num(nval); i++) {
    +        val = sk_CONF_VALUE_value(nval, i);
    +        if (!strncmp(val->name, "permitted", 9) && val->name[9]) {
    +            ptree = &ncons->permittedSubtrees;
    +            tval.name = val->name + 10;
    +        } else if (!strncmp(val->name, "excluded", 8) && val->name[8]) {
    +            ptree = &ncons->excludedSubtrees;
    +            tval.name = val->name + 9;
    +        } else {
    +            X509V3err(X509V3_F_V2I_NAME_CONSTRAINTS, X509V3_R_INVALID_SYNTAX);
    +            goto err;
    +        }
    +        tval.value = val->value;
    +        sub = GENERAL_SUBTREE_new();
    +        if (!v2i_GENERAL_NAME_ex(sub->base, method, ctx, &tval, 1))
    +            goto err;
    +        if (!*ptree)
    +            *ptree = sk_GENERAL_SUBTREE_new_null();
    +        if (!*ptree || !sk_GENERAL_SUBTREE_push(*ptree, sub))
    +            goto memerr;
    +        sub = NULL;
    +    }
    +
    +    return ncons;
    +
    + memerr:
    +    X509V3err(X509V3_F_V2I_NAME_CONSTRAINTS, ERR_R_MALLOC_FAILURE);
    + err:
    +    if (ncons)
    +        NAME_CONSTRAINTS_free(ncons);
    +    if (sub)
    +        GENERAL_SUBTREE_free(sub);
    +
    +    return NULL;
    +}
     
     static int i2r_NAME_CONSTRAINTS(const X509V3_EXT_METHOD *method, void *a,
    -				BIO *bp, int ind)
    -	{
    -	NAME_CONSTRAINTS *ncons = a;
    -	do_i2r_name_constraints(method, ncons->permittedSubtrees,
    -					bp, ind, "Permitted");
    -	do_i2r_name_constraints(method, ncons->excludedSubtrees,
    -					bp, ind, "Excluded");
    -	return 1;
    -	}
    +                                BIO *bp, int ind)
    +{
    +    NAME_CONSTRAINTS *ncons = a;
    +    do_i2r_name_constraints(method, ncons->permittedSubtrees,
    +                            bp, ind, "Permitted");
    +    do_i2r_name_constraints(method, ncons->excludedSubtrees,
    +                            bp, ind, "Excluded");
    +    return 1;
    +}
     
     static int do_i2r_name_constraints(const X509V3_EXT_METHOD *method,
    -				   STACK_OF(GENERAL_SUBTREE) *trees,
    -				   BIO *bp, int ind, char *name)
    -	{
    -	GENERAL_SUBTREE *tree;
    -	int i;
    -	if (sk_GENERAL_SUBTREE_num(trees) > 0)
    -		BIO_printf(bp, "%*s%s:\n", ind, "", name);
    -	for(i = 0; i < sk_GENERAL_SUBTREE_num(trees); i++)
    -		{
    -		tree = sk_GENERAL_SUBTREE_value(trees, i);
    -		BIO_printf(bp, "%*s", ind + 2, "");
    -		if (tree->base->type == GEN_IPADD)
    -			print_nc_ipadd(bp, tree->base->d.ip);
    -		else
    -			GENERAL_NAME_print(bp, tree->base);
    -		BIO_puts(bp, "\n");
    -		}
    -	return 1;
    -	}
    +                                   STACK_OF(GENERAL_SUBTREE) *trees,
    +                                   BIO *bp, int ind, char *name)
    +{
    +    GENERAL_SUBTREE *tree;
    +    int i;
    +    if (sk_GENERAL_SUBTREE_num(trees) > 0)
    +        BIO_printf(bp, "%*s%s:\n", ind, "", name);
    +    for (i = 0; i < sk_GENERAL_SUBTREE_num(trees); i++) {
    +        tree = sk_GENERAL_SUBTREE_value(trees, i);
    +        BIO_printf(bp, "%*s", ind + 2, "");
    +        if (tree->base->type == GEN_IPADD)
    +            print_nc_ipadd(bp, tree->base->d.ip);
    +        else
    +            GENERAL_NAME_print(bp, tree->base);
    +        BIO_puts(bp, "\n");
    +    }
    +    return 1;
    +}
     
     static int print_nc_ipadd(BIO *bp, ASN1_OCTET_STRING *ip)
    -	{
    -	int i, len;
    -	unsigned char *p;
    -	p = ip->data;
    -	len = ip->length;
    -	BIO_puts(bp, "IP:");
    -	if(len == 8)
    -		{
    -		BIO_printf(bp, "%d.%d.%d.%d/%d.%d.%d.%d",
    -				p[0], p[1], p[2], p[3],
    -				p[4], p[5], p[6], p[7]);
    -		}
    -	else if(len == 32)
    -		{
    -		for (i = 0; i < 16; i++)
    -			{
    -			BIO_printf(bp, "%X", p[0] << 8 | p[1]);
    -			p += 2;
    -			if (i == 7)
    -				BIO_puts(bp, "/");
    -			else if (i != 15)
    -				BIO_puts(bp, ":");
    -			}
    -		}
    -	else
    -		BIO_printf(bp, "IP Address:");
    -	return 1;
    -	}
    -
    -/* Check a certificate conforms to a specified set of constraints.
    +{
    +    int i, len;
    +    unsigned char *p;
    +    p = ip->data;
    +    len = ip->length;
    +    BIO_puts(bp, "IP:");
    +    if (len == 8) {
    +        BIO_printf(bp, "%d.%d.%d.%d/%d.%d.%d.%d",
    +                   p[0], p[1], p[2], p[3], p[4], p[5], p[6], p[7]);
    +    } else if (len == 32) {
    +        for (i = 0; i < 16; i++) {
    +            BIO_printf(bp, "%X", p[0] << 8 | p[1]);
    +            p += 2;
    +            if (i == 7)
    +                BIO_puts(bp, "/");
    +            else if (i != 15)
    +                BIO_puts(bp, ":");
    +        }
    +    } else
    +        BIO_printf(bp, "IP Address:");
    +    return 1;
    +}
    +
    +/*-
    + * Check a certificate conforms to a specified set of constraints.
      * Return values:
      *  X509_V_OK: All constraints obeyed.
      *  X509_V_ERR_PERMITTED_VIOLATION: Permitted subtree violation.
    @@ -233,273 +219,259 @@ static int print_nc_ipadd(BIO *bp, ASN1_OCTET_STRING *ip)
      *  X509_V_ERR_UNSUPPORTED_CONSTRAINT_TYPE:  Unsupported constraint type.
      *  X509_V_ERR_UNSUPPORTED_CONSTRAINT_SYNTAX: bad unsupported constraint syntax.
      *  X509_V_ERR_UNSUPPORTED_NAME_SYNTAX: bad or unsupported syntax of name
    -
      */
     
     int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc)
    -	{
    -	int r, i;
    -	X509_NAME *nm;
    +{
    +    int r, i;
    +    X509_NAME *nm;
     
    -	nm = X509_get_subject_name(x);
    +    nm = X509_get_subject_name(x);
     
    -	if (X509_NAME_entry_count(nm) > 0)
    -		{
    -		GENERAL_NAME gntmp;
    -		gntmp.type = GEN_DIRNAME;
    -		gntmp.d.directoryName = nm;
    +    if (X509_NAME_entry_count(nm) > 0) {
    +        GENERAL_NAME gntmp;
    +        gntmp.type = GEN_DIRNAME;
    +        gntmp.d.directoryName = nm;
     
    -		r = nc_match(&gntmp, nc);
    +        r = nc_match(&gntmp, nc);
     
    -		if (r != X509_V_OK)
    -			return r;
    +        if (r != X509_V_OK)
    +            return r;
     
    -		gntmp.type = GEN_EMAIL;
    +        gntmp.type = GEN_EMAIL;
     
    +        /* Process any email address attributes in subject name */
     
    -		/* Process any email address attributes in subject name */
    +        for (i = -1;;) {
    +            X509_NAME_ENTRY *ne;
    +            i = X509_NAME_get_index_by_NID(nm, NID_pkcs9_emailAddress, i);
    +            if (i == -1)
    +                break;
    +            ne = X509_NAME_get_entry(nm, i);
    +            gntmp.d.rfc822Name = X509_NAME_ENTRY_get_data(ne);
    +            if (gntmp.d.rfc822Name->type != V_ASN1_IA5STRING)
    +                return X509_V_ERR_UNSUPPORTED_NAME_SYNTAX;
     
    -		for (i = -1;;)
    -			{
    -			X509_NAME_ENTRY *ne;
    -			i = X509_NAME_get_index_by_NID(nm,
    -						       NID_pkcs9_emailAddress,
    -						       i);
    -			if (i == -1)
    -				break;
    -			ne = X509_NAME_get_entry(nm, i);
    -			gntmp.d.rfc822Name = X509_NAME_ENTRY_get_data(ne);
    -			if (gntmp.d.rfc822Name->type != V_ASN1_IA5STRING)
    -				return X509_V_ERR_UNSUPPORTED_NAME_SYNTAX;
    +            r = nc_match(&gntmp, nc);
     
    -			r = nc_match(&gntmp, nc);
    +            if (r != X509_V_OK)
    +                return r;
    +        }
     
    -			if (r != X509_V_OK)
    -				return r;
    -			}
    -		
    -		}
    +    }
     
    -	for (i = 0; i < sk_GENERAL_NAME_num(x->altname); i++)
    -		{
    -		GENERAL_NAME *gen = sk_GENERAL_NAME_value(x->altname, i);
    -		r = nc_match(gen, nc);
    -		if (r != X509_V_OK)
    -			return r;
    -		}
    +    for (i = 0; i < sk_GENERAL_NAME_num(x->altname); i++) {
    +        GENERAL_NAME *gen = sk_GENERAL_NAME_value(x->altname, i);
    +        r = nc_match(gen, nc);
    +        if (r != X509_V_OK)
    +            return r;
    +    }
     
    -	return X509_V_OK;
    +    return X509_V_OK;
     
    -	}
    +}
     
     static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc)
    -	{
    -	GENERAL_SUBTREE *sub;
    -	int i, r, match = 0;
    -
    -	/* Permitted subtrees: if any subtrees exist of matching the type
    -	 * at least one subtree must match.
    -	 */
    -
    -	for (i = 0; i < sk_GENERAL_SUBTREE_num(nc->permittedSubtrees); i++)
    -		{
    -		sub = sk_GENERAL_SUBTREE_value(nc->permittedSubtrees, i);
    -		if (gen->type != sub->base->type)
    -			continue;
    -		if (sub->minimum || sub->maximum)
    -			return X509_V_ERR_SUBTREE_MINMAX;
    -		/* If we already have a match don't bother trying any more */
    -		if (match == 2)
    -			continue;
    -		if (match == 0)
    -			match = 1;
    -		r = nc_match_single(gen, sub->base);
    -		if (r == X509_V_OK)
    -			match = 2;
    -		else if (r != X509_V_ERR_PERMITTED_VIOLATION)
    -			return r;
    -		}
    -
    -	if (match == 1)
    -		return X509_V_ERR_PERMITTED_VIOLATION;
    -
    -	/* Excluded subtrees: must not match any of these */
    -
    -	for (i = 0; i < sk_GENERAL_SUBTREE_num(nc->excludedSubtrees); i++)
    -		{
    -		sub = sk_GENERAL_SUBTREE_value(nc->excludedSubtrees, i);
    -		if (gen->type != sub->base->type)
    -			continue;
    -		if (sub->minimum || sub->maximum)
    -			return X509_V_ERR_SUBTREE_MINMAX;
    -
    -		r = nc_match_single(gen, sub->base);
    -		if (r == X509_V_OK)
    -			return X509_V_ERR_EXCLUDED_VIOLATION;
    -		else if (r != X509_V_ERR_PERMITTED_VIOLATION)
    -			return r;
    -
    -		}
    -
    -	return X509_V_OK;
    -
    -	}
    +{
    +    GENERAL_SUBTREE *sub;
    +    int i, r, match = 0;
    +
    +    /*
    +     * Permitted subtrees: if any subtrees exist of matching the type at
    +     * least one subtree must match.
    +     */
    +
    +    for (i = 0; i < sk_GENERAL_SUBTREE_num(nc->permittedSubtrees); i++) {
    +        sub = sk_GENERAL_SUBTREE_value(nc->permittedSubtrees, i);
    +        if (gen->type != sub->base->type)
    +            continue;
    +        if (sub->minimum || sub->maximum)
    +            return X509_V_ERR_SUBTREE_MINMAX;
    +        /* If we already have a match don't bother trying any more */
    +        if (match == 2)
    +            continue;
    +        if (match == 0)
    +            match = 1;
    +        r = nc_match_single(gen, sub->base);
    +        if (r == X509_V_OK)
    +            match = 2;
    +        else if (r != X509_V_ERR_PERMITTED_VIOLATION)
    +            return r;
    +    }
    +
    +    if (match == 1)
    +        return X509_V_ERR_PERMITTED_VIOLATION;
    +
    +    /* Excluded subtrees: must not match any of these */
    +
    +    for (i = 0; i < sk_GENERAL_SUBTREE_num(nc->excludedSubtrees); i++) {
    +        sub = sk_GENERAL_SUBTREE_value(nc->excludedSubtrees, i);
    +        if (gen->type != sub->base->type)
    +            continue;
    +        if (sub->minimum || sub->maximum)
    +            return X509_V_ERR_SUBTREE_MINMAX;
    +
    +        r = nc_match_single(gen, sub->base);
    +        if (r == X509_V_OK)
    +            return X509_V_ERR_EXCLUDED_VIOLATION;
    +        else if (r != X509_V_ERR_PERMITTED_VIOLATION)
    +            return r;
    +
    +    }
    +
    +    return X509_V_OK;
    +
    +}
     
     static int nc_match_single(GENERAL_NAME *gen, GENERAL_NAME *base)
    -	{
    -	switch(base->type)
    -		{
    -		case GEN_DIRNAME:
    -		return nc_dn(gen->d.directoryName, base->d.directoryName);
    +{
    +    switch (base->type) {
    +    case GEN_DIRNAME:
    +        return nc_dn(gen->d.directoryName, base->d.directoryName);
     
    -		case GEN_DNS:
    -		return nc_dns(gen->d.dNSName, base->d.dNSName);
    +    case GEN_DNS:
    +        return nc_dns(gen->d.dNSName, base->d.dNSName);
     
    -		case GEN_EMAIL:
    -		return nc_email(gen->d.rfc822Name, base->d.rfc822Name);
    +    case GEN_EMAIL:
    +        return nc_email(gen->d.rfc822Name, base->d.rfc822Name);
     
    -		case GEN_URI:
    -		return nc_uri(gen->d.uniformResourceIdentifier,
    -					base->d.uniformResourceIdentifier);
    +    case GEN_URI:
    +        return nc_uri(gen->d.uniformResourceIdentifier,
    +                      base->d.uniformResourceIdentifier);
     
    -		default:
    -		return X509_V_ERR_UNSUPPORTED_CONSTRAINT_TYPE;
    -		}
    +    default:
    +        return X509_V_ERR_UNSUPPORTED_CONSTRAINT_TYPE;
    +    }
     
    -	}
    +}
     
    -/* directoryName name constraint matching.
    - * The canonical encoding of X509_NAME makes this comparison easy. It is
    - * matched if the subtree is a subset of the name.
    +/*
    + * directoryName name constraint matching. The canonical encoding of
    + * X509_NAME makes this comparison easy. It is matched if the subtree is a
    + * subset of the name.
      */
     
     static int nc_dn(X509_NAME *nm, X509_NAME *base)
    -	{
    -	/* Ensure canonical encodings are up to date.  */
    -	if (nm->modified && i2d_X509_NAME(nm, NULL) < 0)
    -		return X509_V_ERR_OUT_OF_MEM;
    -	if (base->modified && i2d_X509_NAME(base, NULL) < 0)
    -		return X509_V_ERR_OUT_OF_MEM;
    -	if (base->canon_enclen > nm->canon_enclen)
    -		return X509_V_ERR_PERMITTED_VIOLATION;
    -	if (memcmp(base->canon_enc, nm->canon_enc, base->canon_enclen))
    -		return X509_V_ERR_PERMITTED_VIOLATION;
    -	return X509_V_OK;
    -	}
    +{
    +    /* Ensure canonical encodings are up to date.  */
    +    if (nm->modified && i2d_X509_NAME(nm, NULL) < 0)
    +        return X509_V_ERR_OUT_OF_MEM;
    +    if (base->modified && i2d_X509_NAME(base, NULL) < 0)
    +        return X509_V_ERR_OUT_OF_MEM;
    +    if (base->canon_enclen > nm->canon_enclen)
    +        return X509_V_ERR_PERMITTED_VIOLATION;
    +    if (memcmp(base->canon_enc, nm->canon_enc, base->canon_enclen))
    +        return X509_V_ERR_PERMITTED_VIOLATION;
    +    return X509_V_OK;
    +}
     
     static int nc_dns(ASN1_IA5STRING *dns, ASN1_IA5STRING *base)
    -	{
    -	char *baseptr = (char *)base->data;
    -	char *dnsptr = (char *)dns->data;
    -	/* Empty matches everything */
    -	if (!*baseptr)
    -		return X509_V_OK;
    -	/* Otherwise can add zero or more components on the left so
    -	 * compare RHS and if dns is longer and expect '.' as preceding
    -	 * character.
    -	 */
    -	if (dns->length > base->length)
    -		{
    -		dnsptr += dns->length - base->length;
    -		if (dnsptr[-1] != '.')
    -			return X509_V_ERR_PERMITTED_VIOLATION;
    -		}
    -
    -	if (strcasecmp(baseptr, dnsptr))
    -			return X509_V_ERR_PERMITTED_VIOLATION;
    -
    -	return X509_V_OK;
    -
    -	}
    +{
    +    char *baseptr = (char *)base->data;
    +    char *dnsptr = (char *)dns->data;
    +    /* Empty matches everything */
    +    if (!*baseptr)
    +        return X509_V_OK;
    +    /*
    +     * Otherwise can add zero or more components on the left so compare RHS
    +     * and if dns is longer and expect '.' as preceding character.
    +     */
    +    if (dns->length > base->length) {
    +        dnsptr += dns->length - base->length;
    +        if (*baseptr != '.' && dnsptr[-1] != '.')
    +            return X509_V_ERR_PERMITTED_VIOLATION;
    +    }
    +
    +    if (strcasecmp(baseptr, dnsptr))
    +        return X509_V_ERR_PERMITTED_VIOLATION;
    +
    +    return X509_V_OK;
    +
    +}
     
     static int nc_email(ASN1_IA5STRING *eml, ASN1_IA5STRING *base)
    -	{
    -	const char *baseptr = (char *)base->data;
    -	const char *emlptr = (char *)eml->data;
    -
    -	const char *baseat = strchr(baseptr, '@');
    -	const char *emlat = strchr(emlptr, '@');
    -	if (!emlat)
    -		return X509_V_ERR_UNSUPPORTED_NAME_SYNTAX;
    -	/* Special case: inital '.' is RHS match */
    -	if (!baseat && (*baseptr == '.'))
    -		{
    -		if (eml->length > base->length)
    -			{
    -			emlptr += eml->length - base->length;
    -			if (!strcasecmp(baseptr, emlptr))
    -				return X509_V_OK;
    -			}
    -		return X509_V_ERR_PERMITTED_VIOLATION;
    -		}
    -
    -	/* If we have anything before '@' match local part */
    -
    -	if (baseat)
    -		{
    -		if (baseat != baseptr)
    -			{
    -			if ((baseat - baseptr) != (emlat - emlptr))
    -				return X509_V_ERR_PERMITTED_VIOLATION;
    -			/* Case sensitive match of local part */
    -			if (strncmp(baseptr, emlptr, emlat - emlptr))
    -				return X509_V_ERR_PERMITTED_VIOLATION;
    -			}
    -		/* Position base after '@' */
    -		baseptr = baseat + 1;
    -		}
    -	emlptr = emlat + 1;
    -	/* Just have hostname left to match: case insensitive */
    -	if (strcasecmp(baseptr, emlptr))
    -		return X509_V_ERR_PERMITTED_VIOLATION;
    -
    -	return X509_V_OK;
    -
    -	}
    +{
    +    const char *baseptr = (char *)base->data;
    +    const char *emlptr = (char *)eml->data;
    +
    +    const char *baseat = strchr(baseptr, '@');
    +    const char *emlat = strchr(emlptr, '@');
    +    if (!emlat)
    +        return X509_V_ERR_UNSUPPORTED_NAME_SYNTAX;
    +    /* Special case: inital '.' is RHS match */
    +    if (!baseat && (*baseptr == '.')) {
    +        if (eml->length > base->length) {
    +            emlptr += eml->length - base->length;
    +            if (!strcasecmp(baseptr, emlptr))
    +                return X509_V_OK;
    +        }
    +        return X509_V_ERR_PERMITTED_VIOLATION;
    +    }
    +
    +    /* If we have anything before '@' match local part */
    +
    +    if (baseat) {
    +        if (baseat != baseptr) {
    +            if ((baseat - baseptr) != (emlat - emlptr))
    +                return X509_V_ERR_PERMITTED_VIOLATION;
    +            /* Case sensitive match of local part */
    +            if (strncmp(baseptr, emlptr, emlat - emlptr))
    +                return X509_V_ERR_PERMITTED_VIOLATION;
    +        }
    +        /* Position base after '@' */
    +        baseptr = baseat + 1;
    +    }
    +    emlptr = emlat + 1;
    +    /* Just have hostname left to match: case insensitive */
    +    if (strcasecmp(baseptr, emlptr))
    +        return X509_V_ERR_PERMITTED_VIOLATION;
    +
    +    return X509_V_OK;
    +
    +}
     
     static int nc_uri(ASN1_IA5STRING *uri, ASN1_IA5STRING *base)
    -	{
    -	const char *baseptr = (char *)base->data;
    -	const char *hostptr = (char *)uri->data;
    -	const char *p = strchr(hostptr, ':');
    -	int hostlen;
    -	/* Check for foo:// and skip past it */
    -	if (!p || (p[1] != '/') || (p[2] != '/'))
    -		return X509_V_ERR_UNSUPPORTED_NAME_SYNTAX;
    -	hostptr = p + 3;
    -
    -	/* Determine length of hostname part of URI */
    -
    -	/* Look for a port indicator as end of hostname first */
    -
    -	p = strchr(hostptr, ':');
    -	/* Otherwise look for trailing slash */
    -	if (!p)
    -		p = strchr(hostptr, '/');
    -
    -	if (!p)
    -		hostlen = strlen(hostptr);
    -	else
    -		hostlen = p - hostptr;
    -
    -	if (hostlen == 0)
    -		return X509_V_ERR_UNSUPPORTED_NAME_SYNTAX;
    -
    -	/* Special case: inital '.' is RHS match */
    -	if (*baseptr == '.')
    -		{
    -		if (hostlen > base->length)
    -			{
    -			p = hostptr + hostlen - base->length;
    -			if (!strncasecmp(p, baseptr, base->length))
    -				return X509_V_OK;
    -			}
    -		return X509_V_ERR_PERMITTED_VIOLATION;
    -		}
    -
    -	if ((base->length != (int)hostlen) || strncasecmp(hostptr, baseptr, hostlen))
    -		return X509_V_ERR_PERMITTED_VIOLATION;
    -
    -	return X509_V_OK;
    -
    -	}
    +{
    +    const char *baseptr = (char *)base->data;
    +    const char *hostptr = (char *)uri->data;
    +    const char *p = strchr(hostptr, ':');
    +    int hostlen;
    +    /* Check for foo:// and skip past it */
    +    if (!p || (p[1] != '/') || (p[2] != '/'))
    +        return X509_V_ERR_UNSUPPORTED_NAME_SYNTAX;
    +    hostptr = p + 3;
    +
    +    /* Determine length of hostname part of URI */
    +
    +    /* Look for a port indicator as end of hostname first */
    +
    +    p = strchr(hostptr, ':');
    +    /* Otherwise look for trailing slash */
    +    if (!p)
    +        p = strchr(hostptr, '/');
    +
    +    if (!p)
    +        hostlen = strlen(hostptr);
    +    else
    +        hostlen = p - hostptr;
    +
    +    if (hostlen == 0)
    +        return X509_V_ERR_UNSUPPORTED_NAME_SYNTAX;
    +
    +    /* Special case: inital '.' is RHS match */
    +    if (*baseptr == '.') {
    +        if (hostlen > base->length) {
    +            p = hostptr + hostlen - base->length;
    +            if (!strncasecmp(p, baseptr, base->length))
    +                return X509_V_OK;
    +        }
    +        return X509_V_ERR_PERMITTED_VIOLATION;
    +    }
    +
    +    if ((base->length != (int)hostlen)
    +        || strncasecmp(hostptr, baseptr, hostlen))
    +        return X509_V_ERR_PERMITTED_VIOLATION;
    +
    +    return X509_V_OK;
    +
    +}
    diff --git a/openssl/crypto/x509v3/v3_ocsp.c b/openssl/crypto/x509v3/v3_ocsp.c
    index 0c165af31..b151eaccb 100644
    --- a/openssl/crypto/x509v3/v3_ocsp.c
    +++ b/openssl/crypto/x509v3/v3_ocsp.c
    @@ -1,6 +1,7 @@
     /* v3_ocsp.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -58,232 +59,254 @@
     
     #ifndef OPENSSL_NO_OCSP
     
    -#include 
    -#include "cryptlib.h"
    -#include 
    -#include 
    -#include 
    -#include 
    +# include 
    +# include "cryptlib.h"
    +# include 
    +# include 
    +# include 
    +# include 
     
    -/* OCSP extensions and a couple of CRL entry extensions
    +/*
    + * OCSP extensions and a couple of CRL entry extensions
      */
     
     static int i2r_ocsp_crlid(const X509V3_EXT_METHOD *method, void *nonce,
    -			  BIO *out, int indent);
    +                          BIO *out, int indent);
     static int i2r_ocsp_acutoff(const X509V3_EXT_METHOD *method, void *nonce,
    -			    BIO *out, int indent);
    +                            BIO *out, int indent);
     static int i2r_object(const X509V3_EXT_METHOD *method, void *obj, BIO *out,
    -		      int indent);
    +                      int indent);
     
     static void *ocsp_nonce_new(void);
     static int i2d_ocsp_nonce(void *a, unsigned char **pp);
     static void *d2i_ocsp_nonce(void *a, const unsigned char **pp, long length);
     static void ocsp_nonce_free(void *a);
     static int i2r_ocsp_nonce(const X509V3_EXT_METHOD *method, void *nonce,
    -			  BIO *out, int indent);
    +                          BIO *out, int indent);
     
     static int i2r_ocsp_nocheck(const X509V3_EXT_METHOD *method,
    -			    void *nocheck, BIO *out, int indent);
    -static void *s2i_ocsp_nocheck(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
    -			      const char *str);
    +                            void *nocheck, BIO *out, int indent);
    +static void *s2i_ocsp_nocheck(const X509V3_EXT_METHOD *method,
    +                              X509V3_CTX *ctx, const char *str);
     static int i2r_ocsp_serviceloc(const X509V3_EXT_METHOD *method, void *in,
    -			       BIO *bp, int ind);
    +                               BIO *bp, int ind);
     
     const X509V3_EXT_METHOD v3_ocsp_crlid = {
    -	NID_id_pkix_OCSP_CrlID, 0, ASN1_ITEM_ref(OCSP_CRLID),
    -	0,0,0,0,
    -	0,0,
    -	0,0,
    -	i2r_ocsp_crlid,0,
    -	NULL
    +    NID_id_pkix_OCSP_CrlID, 0, ASN1_ITEM_ref(OCSP_CRLID),
    +    0, 0, 0, 0,
    +    0, 0,
    +    0, 0,
    +    i2r_ocsp_crlid, 0,
    +    NULL
     };
     
     const X509V3_EXT_METHOD v3_ocsp_acutoff = {
    -	NID_id_pkix_OCSP_archiveCutoff, 0, ASN1_ITEM_ref(ASN1_GENERALIZEDTIME),
    -	0,0,0,0,
    -	0,0,
    -	0,0,
    -	i2r_ocsp_acutoff,0,
    -	NULL
    +    NID_id_pkix_OCSP_archiveCutoff, 0, ASN1_ITEM_ref(ASN1_GENERALIZEDTIME),
    +    0, 0, 0, 0,
    +    0, 0,
    +    0, 0,
    +    i2r_ocsp_acutoff, 0,
    +    NULL
     };
     
     const X509V3_EXT_METHOD v3_crl_invdate = {
    -	NID_invalidity_date, 0, ASN1_ITEM_ref(ASN1_GENERALIZEDTIME),
    -	0,0,0,0,
    -	0,0,
    -	0,0,
    -	i2r_ocsp_acutoff,0,
    -	NULL
    +    NID_invalidity_date, 0, ASN1_ITEM_ref(ASN1_GENERALIZEDTIME),
    +    0, 0, 0, 0,
    +    0, 0,
    +    0, 0,
    +    i2r_ocsp_acutoff, 0,
    +    NULL
     };
     
     const X509V3_EXT_METHOD v3_crl_hold = {
    -	NID_hold_instruction_code, 0, ASN1_ITEM_ref(ASN1_OBJECT),
    -	0,0,0,0,
    -	0,0,
    -	0,0,
    -	i2r_object,0,
    -	NULL
    +    NID_hold_instruction_code, 0, ASN1_ITEM_ref(ASN1_OBJECT),
    +    0, 0, 0, 0,
    +    0, 0,
    +    0, 0,
    +    i2r_object, 0,
    +    NULL
     };
     
     const X509V3_EXT_METHOD v3_ocsp_nonce = {
    -	NID_id_pkix_OCSP_Nonce, 0, NULL,
    -	ocsp_nonce_new,
    -	ocsp_nonce_free,
    -	d2i_ocsp_nonce,
    -	i2d_ocsp_nonce,
    -	0,0,
    -	0,0,
    -	i2r_ocsp_nonce,0,
    -	NULL
    +    NID_id_pkix_OCSP_Nonce, 0, NULL,
    +    ocsp_nonce_new,
    +    ocsp_nonce_free,
    +    d2i_ocsp_nonce,
    +    i2d_ocsp_nonce,
    +    0, 0,
    +    0, 0,
    +    i2r_ocsp_nonce, 0,
    +    NULL
     };
     
     const X509V3_EXT_METHOD v3_ocsp_nocheck = {
    -	NID_id_pkix_OCSP_noCheck, 0, ASN1_ITEM_ref(ASN1_NULL),
    -	0,0,0,0,
    -	0,s2i_ocsp_nocheck,
    -	0,0,
    -	i2r_ocsp_nocheck,0,
    -	NULL
    +    NID_id_pkix_OCSP_noCheck, 0, ASN1_ITEM_ref(ASN1_NULL),
    +    0, 0, 0, 0,
    +    0, s2i_ocsp_nocheck,
    +    0, 0,
    +    i2r_ocsp_nocheck, 0,
    +    NULL
     };
     
     const X509V3_EXT_METHOD v3_ocsp_serviceloc = {
    -	NID_id_pkix_OCSP_serviceLocator, 0, ASN1_ITEM_ref(OCSP_SERVICELOC),
    -	0,0,0,0,
    -	0,0,
    -	0,0,
    -	i2r_ocsp_serviceloc,0,
    -	NULL
    +    NID_id_pkix_OCSP_serviceLocator, 0, ASN1_ITEM_ref(OCSP_SERVICELOC),
    +    0, 0, 0, 0,
    +    0, 0,
    +    0, 0,
    +    i2r_ocsp_serviceloc, 0,
    +    NULL
     };
     
     static int i2r_ocsp_crlid(const X509V3_EXT_METHOD *method, void *in, BIO *bp,
    -			  int ind)
    +                          int ind)
     {
    -	OCSP_CRLID *a = in;
    -	if (a->crlUrl)
    -	        {
    -		if (BIO_printf(bp, "%*scrlUrl: ", ind, "") <= 0) goto err;
    -		if (!ASN1_STRING_print(bp, (ASN1_STRING*)a->crlUrl)) goto err;
    -		if (BIO_write(bp, "\n", 1) <= 0) goto err;
    -		}
    -	if (a->crlNum)
    -	        {
    -		if (BIO_printf(bp, "%*scrlNum: ", ind, "") <= 0) goto err;
    -		if (i2a_ASN1_INTEGER(bp, a->crlNum) <= 0) goto err;
    -		if (BIO_write(bp, "\n", 1) <= 0) goto err;
    -		}
    -	if (a->crlTime)
    -	        {
    -		if (BIO_printf(bp, "%*scrlTime: ", ind, "") <= 0) goto err;
    -		if (!ASN1_GENERALIZEDTIME_print(bp, a->crlTime)) goto err;
    -		if (BIO_write(bp, "\n", 1) <= 0) goto err;
    -		}
    -	return 1;
    -	err:
    -	return 0;
    +    OCSP_CRLID *a = in;
    +    if (a->crlUrl) {
    +        if (BIO_printf(bp, "%*scrlUrl: ", ind, "") <= 0)
    +            goto err;
    +        if (!ASN1_STRING_print(bp, (ASN1_STRING *)a->crlUrl))
    +            goto err;
    +        if (BIO_write(bp, "\n", 1) <= 0)
    +            goto err;
    +    }
    +    if (a->crlNum) {
    +        if (BIO_printf(bp, "%*scrlNum: ", ind, "") <= 0)
    +            goto err;
    +        if (i2a_ASN1_INTEGER(bp, a->crlNum) <= 0)
    +            goto err;
    +        if (BIO_write(bp, "\n", 1) <= 0)
    +            goto err;
    +    }
    +    if (a->crlTime) {
    +        if (BIO_printf(bp, "%*scrlTime: ", ind, "") <= 0)
    +            goto err;
    +        if (!ASN1_GENERALIZEDTIME_print(bp, a->crlTime))
    +            goto err;
    +        if (BIO_write(bp, "\n", 1) <= 0)
    +            goto err;
    +    }
    +    return 1;
    + err:
    +    return 0;
     }
     
     static int i2r_ocsp_acutoff(const X509V3_EXT_METHOD *method, void *cutoff,
    -			    BIO *bp, int ind)
    +                            BIO *bp, int ind)
     {
    -	if (BIO_printf(bp, "%*s", ind, "") <= 0) return 0;
    -	if(!ASN1_GENERALIZEDTIME_print(bp, cutoff)) return 0;
    -	return 1;
    +    if (BIO_printf(bp, "%*s", ind, "") <= 0)
    +        return 0;
    +    if (!ASN1_GENERALIZEDTIME_print(bp, cutoff))
    +        return 0;
    +    return 1;
     }
     
    -
     static int i2r_object(const X509V3_EXT_METHOD *method, void *oid, BIO *bp,
    -		      int ind)
    +                      int ind)
     {
    -	if (BIO_printf(bp, "%*s", ind, "") <= 0) return 0;
    -	if(i2a_ASN1_OBJECT(bp, oid) <= 0) return 0;
    -	return 1;
    +    if (BIO_printf(bp, "%*s", ind, "") <= 0)
    +        return 0;
    +    if (i2a_ASN1_OBJECT(bp, oid) <= 0)
    +        return 0;
    +    return 1;
     }
     
    -/* OCSP nonce. This is needs special treatment because it doesn't have
    - * an ASN1 encoding at all: it just contains arbitrary data.
    +/*
    + * OCSP nonce. This is needs special treatment because it doesn't have an
    + * ASN1 encoding at all: it just contains arbitrary data.
      */
     
     static void *ocsp_nonce_new(void)
     {
    -	return ASN1_OCTET_STRING_new();
    +    return ASN1_OCTET_STRING_new();
     }
     
     static int i2d_ocsp_nonce(void *a, unsigned char **pp)
     {
    -	ASN1_OCTET_STRING *os = a;
    -	if(pp) {
    -		memcpy(*pp, os->data, os->length);
    -		*pp += os->length;
    -	}
    -	return os->length;
    +    ASN1_OCTET_STRING *os = a;
    +    if (pp) {
    +        memcpy(*pp, os->data, os->length);
    +        *pp += os->length;
    +    }
    +    return os->length;
     }
     
     static void *d2i_ocsp_nonce(void *a, const unsigned char **pp, long length)
     {
    -	ASN1_OCTET_STRING *os, **pos;
    -	pos = a;
    -	if(!pos || !*pos) os = ASN1_OCTET_STRING_new();
    -	else os = *pos;
    -	if(!ASN1_OCTET_STRING_set(os, *pp, length)) goto err;
    +    ASN1_OCTET_STRING *os, **pos;
    +    pos = a;
    +    if (!pos || !*pos)
    +        os = ASN1_OCTET_STRING_new();
    +    else
    +        os = *pos;
    +    if (!ASN1_OCTET_STRING_set(os, *pp, length))
    +        goto err;
     
    -	*pp += length;
    +    *pp += length;
     
    -	if(pos) *pos = os;
    -	return os;
    +    if (pos)
    +        *pos = os;
    +    return os;
     
    -	err:
    -	if(os && (!pos || (*pos != os))) M_ASN1_OCTET_STRING_free(os);
    -	OCSPerr(OCSP_F_D2I_OCSP_NONCE, ERR_R_MALLOC_FAILURE);
    -	return NULL;
    + err:
    +    if (os && (!pos || (*pos != os)))
    +        M_ASN1_OCTET_STRING_free(os);
    +    OCSPerr(OCSP_F_D2I_OCSP_NONCE, ERR_R_MALLOC_FAILURE);
    +    return NULL;
     }
     
     static void ocsp_nonce_free(void *a)
     {
    -	M_ASN1_OCTET_STRING_free(a);
    +    M_ASN1_OCTET_STRING_free(a);
     }
     
     static int i2r_ocsp_nonce(const X509V3_EXT_METHOD *method, void *nonce,
    -			  BIO *out, int indent)
    +                          BIO *out, int indent)
     {
    -	if(BIO_printf(out, "%*s", indent, "") <= 0) return 0;
    -	if(i2a_ASN1_STRING(out, nonce, V_ASN1_OCTET_STRING) <= 0) return 0;
    -	return 1;
    +    if (BIO_printf(out, "%*s", indent, "") <= 0)
    +        return 0;
    +    if (i2a_ASN1_STRING(out, nonce, V_ASN1_OCTET_STRING) <= 0)
    +        return 0;
    +    return 1;
     }
     
     /* Nocheck is just a single NULL. Don't print anything and always set it */
     
     static int i2r_ocsp_nocheck(const X509V3_EXT_METHOD *method, void *nocheck,
    -			    BIO *out, int indent)
    +                            BIO *out, int indent)
     {
    -	return 1;
    +    return 1;
     }
     
    -static void *s2i_ocsp_nocheck(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
    -			      const char *str)
    +static void *s2i_ocsp_nocheck(const X509V3_EXT_METHOD *method,
    +                              X509V3_CTX *ctx, const char *str)
     {
    -	return ASN1_NULL_new();
    +    return ASN1_NULL_new();
     }
     
     static int i2r_ocsp_serviceloc(const X509V3_EXT_METHOD *method, void *in,
    -			       BIO *bp, int ind)
    -        {
    -	int i;
    -	OCSP_SERVICELOC *a = in;
    -	ACCESS_DESCRIPTION *ad;
    +                               BIO *bp, int ind)
    +{
    +    int i;
    +    OCSP_SERVICELOC *a = in;
    +    ACCESS_DESCRIPTION *ad;
     
    -        if (BIO_printf(bp, "%*sIssuer: ", ind, "") <= 0) goto err;
    -        if (X509_NAME_print_ex(bp, a->issuer, 0, XN_FLAG_ONELINE) <= 0) goto err;
    -	for (i = 0; i < sk_ACCESS_DESCRIPTION_num(a->locator); i++)
    -	        {
    -				ad = sk_ACCESS_DESCRIPTION_value(a->locator,i);
    -				if (BIO_printf(bp, "\n%*s", (2*ind), "") <= 0) 
    -					goto err;
    -				if(i2a_ASN1_OBJECT(bp, ad->method) <= 0) goto err;
    -				if(BIO_puts(bp, " - ") <= 0) goto err;
    -				if(GENERAL_NAME_print(bp, ad->location) <= 0) goto err;
    -		}
    -	return 1;
    -err:
    -	return 0;
    -	}
    +    if (BIO_printf(bp, "%*sIssuer: ", ind, "") <= 0)
    +        goto err;
    +    if (X509_NAME_print_ex(bp, a->issuer, 0, XN_FLAG_ONELINE) <= 0)
    +        goto err;
    +    for (i = 0; i < sk_ACCESS_DESCRIPTION_num(a->locator); i++) {
    +        ad = sk_ACCESS_DESCRIPTION_value(a->locator, i);
    +        if (BIO_printf(bp, "\n%*s", (2 * ind), "") <= 0)
    +            goto err;
    +        if (i2a_ASN1_OBJECT(bp, ad->method) <= 0)
    +            goto err;
    +        if (BIO_puts(bp, " - ") <= 0)
    +            goto err;
    +        if (GENERAL_NAME_print(bp, ad->location) <= 0)
    +            goto err;
    +    }
    +    return 1;
    + err:
    +    return 0;
    +}
     #endif
    diff --git a/openssl/crypto/x509v3/v3_pci.c b/openssl/crypto/x509v3/v3_pci.c
    index 0dcfa004f..fe0d8063d 100644
    --- a/openssl/crypto/x509v3/v3_pci.c
    +++ b/openssl/crypto/x509v3/v3_pci.c
    @@ -1,6 +1,7 @@
     /* v3_pci.c -*- mode:C; c-file-style: "eay" -*- */
    -/* Contributed to the OpenSSL Project 2004
    - * by Richard Levitte (richard@levitte.org)
    +/*
    + * Contributed to the OpenSSL Project 2004 by Richard Levitte
    + * (richard@levitte.org)
      */
     /* Copyright (c) 2004 Kungliga Tekniska Hgskolan
      * (Royal Institute of Technology, Stockholm, Sweden).
    @@ -40,289 +41,277 @@
     #include 
     
     static int i2r_pci(X509V3_EXT_METHOD *method, PROXY_CERT_INFO_EXTENSION *ext,
    -	BIO *out, int indent);
    +                   BIO *out, int indent);
     static PROXY_CERT_INFO_EXTENSION *r2i_pci(X509V3_EXT_METHOD *method,
    -	X509V3_CTX *ctx, char *str);
    +                                          X509V3_CTX *ctx, char *str);
     
     const X509V3_EXT_METHOD v3_pci =
    -	{ NID_proxyCertInfo, 0, ASN1_ITEM_ref(PROXY_CERT_INFO_EXTENSION),
    -	  0,0,0,0,
    -	  0,0,
    -	  NULL, NULL,
    -	  (X509V3_EXT_I2R)i2r_pci,
    -	  (X509V3_EXT_R2I)r2i_pci,
    -	  NULL,
    -	};
    +    { NID_proxyCertInfo, 0, ASN1_ITEM_ref(PROXY_CERT_INFO_EXTENSION),
    +    0, 0, 0, 0,
    +    0, 0,
    +    NULL, NULL,
    +    (X509V3_EXT_I2R)i2r_pci,
    +    (X509V3_EXT_R2I)r2i_pci,
    +    NULL,
    +};
     
     static int i2r_pci(X509V3_EXT_METHOD *method, PROXY_CERT_INFO_EXTENSION *pci,
    -	BIO *out, int indent)
    -	{
    -	BIO_printf(out, "%*sPath Length Constraint: ", indent, "");
    -	if (pci->pcPathLengthConstraint)
    -	  i2a_ASN1_INTEGER(out, pci->pcPathLengthConstraint);
    -	else
    -	  BIO_printf(out, "infinite");
    -	BIO_puts(out, "\n");
    -	BIO_printf(out, "%*sPolicy Language: ", indent, "");
    -	i2a_ASN1_OBJECT(out, pci->proxyPolicy->policyLanguage);
    -	BIO_puts(out, "\n");
    -	if (pci->proxyPolicy->policy && pci->proxyPolicy->policy->data)
    -	  BIO_printf(out, "%*sPolicy Text: %s\n", indent, "",
    -		     pci->proxyPolicy->policy->data);
    -	return 1;
    -	}
    +                   BIO *out, int indent)
    +{
    +    BIO_printf(out, "%*sPath Length Constraint: ", indent, "");
    +    if (pci->pcPathLengthConstraint)
    +        i2a_ASN1_INTEGER(out, pci->pcPathLengthConstraint);
    +    else
    +        BIO_printf(out, "infinite");
    +    BIO_puts(out, "\n");
    +    BIO_printf(out, "%*sPolicy Language: ", indent, "");
    +    i2a_ASN1_OBJECT(out, pci->proxyPolicy->policyLanguage);
    +    BIO_puts(out, "\n");
    +    if (pci->proxyPolicy->policy && pci->proxyPolicy->policy->data)
    +        BIO_printf(out, "%*sPolicy Text: %s\n", indent, "",
    +                   pci->proxyPolicy->policy->data);
    +    return 1;
    +}
     
     static int process_pci_value(CONF_VALUE *val,
    -	ASN1_OBJECT **language, ASN1_INTEGER **pathlen,
    -	ASN1_OCTET_STRING **policy)
    -	{
    -	int free_policy = 0;
    +                             ASN1_OBJECT **language, ASN1_INTEGER **pathlen,
    +                             ASN1_OCTET_STRING **policy)
    +{
    +    int free_policy = 0;
     
    -	if (strcmp(val->name, "language") == 0)
    -		{
    -		if (*language)
    -			{
    -			X509V3err(X509V3_F_PROCESS_PCI_VALUE,X509V3_R_POLICY_LANGUAGE_ALREADY_DEFINED);
    -			X509V3_conf_err(val);
    -			return 0;
    -			}
    -		if (!(*language = OBJ_txt2obj(val->value, 0)))
    -			{
    -			X509V3err(X509V3_F_PROCESS_PCI_VALUE,X509V3_R_INVALID_OBJECT_IDENTIFIER);
    -			X509V3_conf_err(val);
    -			return 0;
    -			}
    -		}
    -	else if (strcmp(val->name, "pathlen") == 0)
    -		{
    -		if (*pathlen)
    -			{
    -			X509V3err(X509V3_F_PROCESS_PCI_VALUE,X509V3_R_POLICY_PATH_LENGTH_ALREADY_DEFINED);
    -			X509V3_conf_err(val);
    -			return 0;
    -			}
    -		if (!X509V3_get_value_int(val, pathlen))
    -			{
    -			X509V3err(X509V3_F_PROCESS_PCI_VALUE,X509V3_R_POLICY_PATH_LENGTH);
    -			X509V3_conf_err(val);
    -			return 0;
    -			}
    -		}
    -	else if (strcmp(val->name, "policy") == 0)
    -		{
    -		unsigned char *tmp_data = NULL;
    -		long val_len;
    -		if (!*policy)
    -			{
    -			*policy = ASN1_OCTET_STRING_new();
    -			if (!*policy)
    -				{
    -				X509V3err(X509V3_F_PROCESS_PCI_VALUE,ERR_R_MALLOC_FAILURE);
    -				X509V3_conf_err(val);
    -				return 0;
    -				}
    -			free_policy = 1;
    -			}
    -		if (strncmp(val->value, "hex:", 4) == 0)
    -			{
    -			unsigned char *tmp_data2 =
    -				string_to_hex(val->value + 4, &val_len);
    +    if (strcmp(val->name, "language") == 0) {
    +        if (*language) {
    +            X509V3err(X509V3_F_PROCESS_PCI_VALUE,
    +                      X509V3_R_POLICY_LANGUAGE_ALREADY_DEFINED);
    +            X509V3_conf_err(val);
    +            return 0;
    +        }
    +        if (!(*language = OBJ_txt2obj(val->value, 0))) {
    +            X509V3err(X509V3_F_PROCESS_PCI_VALUE,
    +                      X509V3_R_INVALID_OBJECT_IDENTIFIER);
    +            X509V3_conf_err(val);
    +            return 0;
    +        }
    +    } else if (strcmp(val->name, "pathlen") == 0) {
    +        if (*pathlen) {
    +            X509V3err(X509V3_F_PROCESS_PCI_VALUE,
    +                      X509V3_R_POLICY_PATH_LENGTH_ALREADY_DEFINED);
    +            X509V3_conf_err(val);
    +            return 0;
    +        }
    +        if (!X509V3_get_value_int(val, pathlen)) {
    +            X509V3err(X509V3_F_PROCESS_PCI_VALUE,
    +                      X509V3_R_POLICY_PATH_LENGTH);
    +            X509V3_conf_err(val);
    +            return 0;
    +        }
    +    } else if (strcmp(val->name, "policy") == 0) {
    +        unsigned char *tmp_data = NULL;
    +        long val_len;
    +        if (!*policy) {
    +            *policy = ASN1_OCTET_STRING_new();
    +            if (!*policy) {
    +                X509V3err(X509V3_F_PROCESS_PCI_VALUE, ERR_R_MALLOC_FAILURE);
    +                X509V3_conf_err(val);
    +                return 0;
    +            }
    +            free_policy = 1;
    +        }
    +        if (strncmp(val->value, "hex:", 4) == 0) {
    +            unsigned char *tmp_data2 =
    +                string_to_hex(val->value + 4, &val_len);
     
    -			if (!tmp_data2) 
    -				{
    -				X509V3err(X509V3_F_PROCESS_PCI_VALUE,X509V3_R_ILLEGAL_HEX_DIGIT);
    -				X509V3_conf_err(val);
    -				goto err;
    -				}
    +            if (!tmp_data2) {
    +                X509V3err(X509V3_F_PROCESS_PCI_VALUE,
    +                          X509V3_R_ILLEGAL_HEX_DIGIT);
    +                X509V3_conf_err(val);
    +                goto err;
    +            }
     
    -			tmp_data = OPENSSL_realloc((*policy)->data,
    -				(*policy)->length + val_len + 1);
    -			if (tmp_data)
    -				{
    -				(*policy)->data = tmp_data;
    -				memcpy(&(*policy)->data[(*policy)->length],
    -					tmp_data2, val_len);
    -				(*policy)->length += val_len;
    -				(*policy)->data[(*policy)->length] = '\0';
    -				}
    -			else
    -				{
    -				OPENSSL_free(tmp_data2);
    -				/* realloc failure implies the original data space is b0rked too! */
    -				(*policy)->data = NULL;
    -				(*policy)->length = 0;
    -				X509V3err(X509V3_F_PROCESS_PCI_VALUE,ERR_R_MALLOC_FAILURE);
    -				X509V3_conf_err(val);
    -				goto err;
    -				}
    -			OPENSSL_free(tmp_data2);
    -			}
    -		else if (strncmp(val->value, "file:", 5) == 0)
    -			{
    -			unsigned char buf[2048];
    -			int n;
    -			BIO *b = BIO_new_file(val->value + 5, "r");
    -			if (!b)
    -				{
    -				X509V3err(X509V3_F_PROCESS_PCI_VALUE,ERR_R_BIO_LIB);
    -				X509V3_conf_err(val);
    -				goto err;
    -				}
    -			while((n = BIO_read(b, buf, sizeof(buf))) > 0
    -				|| (n == 0 && BIO_should_retry(b)))
    -				{
    -				if (!n) continue;
    +            tmp_data = OPENSSL_realloc((*policy)->data,
    +                                       (*policy)->length + val_len + 1);
    +            if (tmp_data) {
    +                (*policy)->data = tmp_data;
    +                memcpy(&(*policy)->data[(*policy)->length],
    +                       tmp_data2, val_len);
    +                (*policy)->length += val_len;
    +                (*policy)->data[(*policy)->length] = '\0';
    +            } else {
    +                OPENSSL_free(tmp_data2);
    +                /*
    +                 * realloc failure implies the original data space is b0rked
    +                 * too!
    +                 */
    +                (*policy)->data = NULL;
    +                (*policy)->length = 0;
    +                X509V3err(X509V3_F_PROCESS_PCI_VALUE, ERR_R_MALLOC_FAILURE);
    +                X509V3_conf_err(val);
    +                goto err;
    +            }
    +            OPENSSL_free(tmp_data2);
    +        } else if (strncmp(val->value, "file:", 5) == 0) {
    +            unsigned char buf[2048];
    +            int n;
    +            BIO *b = BIO_new_file(val->value + 5, "r");
    +            if (!b) {
    +                X509V3err(X509V3_F_PROCESS_PCI_VALUE, ERR_R_BIO_LIB);
    +                X509V3_conf_err(val);
    +                goto err;
    +            }
    +            while ((n = BIO_read(b, buf, sizeof(buf))) > 0
    +                   || (n == 0 && BIO_should_retry(b))) {
    +                if (!n)
    +                    continue;
     
    -				tmp_data = OPENSSL_realloc((*policy)->data,
    -					(*policy)->length + n + 1);
    +                tmp_data = OPENSSL_realloc((*policy)->data,
    +                                           (*policy)->length + n + 1);
     
    -				if (!tmp_data)
    -					break;
    +                if (!tmp_data)
    +                    break;
     
    -				(*policy)->data = tmp_data;
    -				memcpy(&(*policy)->data[(*policy)->length],
    -					buf, n);
    -				(*policy)->length += n;
    -				(*policy)->data[(*policy)->length] = '\0';
    -				}
    -			BIO_free_all(b);
    +                (*policy)->data = tmp_data;
    +                memcpy(&(*policy)->data[(*policy)->length], buf, n);
    +                (*policy)->length += n;
    +                (*policy)->data[(*policy)->length] = '\0';
    +            }
    +            BIO_free_all(b);
     
    -			if (n < 0)
    -				{
    -				X509V3err(X509V3_F_PROCESS_PCI_VALUE,ERR_R_BIO_LIB);
    -				X509V3_conf_err(val);
    -				goto err;
    -				}
    -			}
    -		else if (strncmp(val->value, "text:", 5) == 0)
    -			{
    -			val_len = strlen(val->value + 5);
    -			tmp_data = OPENSSL_realloc((*policy)->data,
    -				(*policy)->length + val_len + 1);
    -			if (tmp_data)
    -				{
    -				(*policy)->data = tmp_data;
    -				memcpy(&(*policy)->data[(*policy)->length],
    -					val->value + 5, val_len);
    -				(*policy)->length += val_len;
    -				(*policy)->data[(*policy)->length] = '\0';
    -				}
    -			else
    -				{
    -				/* realloc failure implies the original data space is b0rked too! */
    -				(*policy)->data = NULL;
    -				(*policy)->length = 0;
    -				X509V3err(X509V3_F_PROCESS_PCI_VALUE,ERR_R_MALLOC_FAILURE);
    -				X509V3_conf_err(val);
    -				goto err;
    -				}
    -			}
    -		else
    -			{
    -			X509V3err(X509V3_F_PROCESS_PCI_VALUE,X509V3_R_INCORRECT_POLICY_SYNTAX_TAG);
    -			X509V3_conf_err(val);
    -			goto err;
    -			}
    -		if (!tmp_data)
    -			{
    -			X509V3err(X509V3_F_PROCESS_PCI_VALUE,ERR_R_MALLOC_FAILURE);
    -			X509V3_conf_err(val);
    -			goto err;
    -			}
    -		}
    -	return 1;
    -err:
    -	if (free_policy)
    -		{
    -		ASN1_OCTET_STRING_free(*policy);
    -		*policy = NULL;
    -		}
    -	return 0;
    -	}
    +            if (n < 0) {
    +                X509V3err(X509V3_F_PROCESS_PCI_VALUE, ERR_R_BIO_LIB);
    +                X509V3_conf_err(val);
    +                goto err;
    +            }
    +        } else if (strncmp(val->value, "text:", 5) == 0) {
    +            val_len = strlen(val->value + 5);
    +            tmp_data = OPENSSL_realloc((*policy)->data,
    +                                       (*policy)->length + val_len + 1);
    +            if (tmp_data) {
    +                (*policy)->data = tmp_data;
    +                memcpy(&(*policy)->data[(*policy)->length],
    +                       val->value + 5, val_len);
    +                (*policy)->length += val_len;
    +                (*policy)->data[(*policy)->length] = '\0';
    +            } else {
    +                /*
    +                 * realloc failure implies the original data space is b0rked
    +                 * too!
    +                 */
    +                (*policy)->data = NULL;
    +                (*policy)->length = 0;
    +                X509V3err(X509V3_F_PROCESS_PCI_VALUE, ERR_R_MALLOC_FAILURE);
    +                X509V3_conf_err(val);
    +                goto err;
    +            }
    +        } else {
    +            X509V3err(X509V3_F_PROCESS_PCI_VALUE,
    +                      X509V3_R_INCORRECT_POLICY_SYNTAX_TAG);
    +            X509V3_conf_err(val);
    +            goto err;
    +        }
    +        if (!tmp_data) {
    +            X509V3err(X509V3_F_PROCESS_PCI_VALUE, ERR_R_MALLOC_FAILURE);
    +            X509V3_conf_err(val);
    +            goto err;
    +        }
    +    }
    +    return 1;
    + err:
    +    if (free_policy) {
    +        ASN1_OCTET_STRING_free(*policy);
    +        *policy = NULL;
    +    }
    +    return 0;
    +}
     
     static PROXY_CERT_INFO_EXTENSION *r2i_pci(X509V3_EXT_METHOD *method,
    -	X509V3_CTX *ctx, char *value)
    -	{
    -	PROXY_CERT_INFO_EXTENSION *pci = NULL;
    -	STACK_OF(CONF_VALUE) *vals;
    -	ASN1_OBJECT *language = NULL;
    -	ASN1_INTEGER *pathlen = NULL;
    -	ASN1_OCTET_STRING *policy = NULL;
    -	int i, j;
    +                                          X509V3_CTX *ctx, char *value)
    +{
    +    PROXY_CERT_INFO_EXTENSION *pci = NULL;
    +    STACK_OF(CONF_VALUE) *vals;
    +    ASN1_OBJECT *language = NULL;
    +    ASN1_INTEGER *pathlen = NULL;
    +    ASN1_OCTET_STRING *policy = NULL;
    +    int i, j;
     
    -	vals = X509V3_parse_list(value);
    -	for (i = 0; i < sk_CONF_VALUE_num(vals); i++)
    -		{
    -		CONF_VALUE *cnf = sk_CONF_VALUE_value(vals, i);
    -		if (!cnf->name || (*cnf->name != '@' && !cnf->value))
    -			{
    -			X509V3err(X509V3_F_R2I_PCI,X509V3_R_INVALID_PROXY_POLICY_SETTING);
    -			X509V3_conf_err(cnf);
    -			goto err;
    -			}
    -		if (*cnf->name == '@')
    -			{
    -			STACK_OF(CONF_VALUE) *sect;
    -			int success_p = 1;
    +    vals = X509V3_parse_list(value);
    +    for (i = 0; i < sk_CONF_VALUE_num(vals); i++) {
    +        CONF_VALUE *cnf = sk_CONF_VALUE_value(vals, i);
    +        if (!cnf->name || (*cnf->name != '@' && !cnf->value)) {
    +            X509V3err(X509V3_F_R2I_PCI,
    +                      X509V3_R_INVALID_PROXY_POLICY_SETTING);
    +            X509V3_conf_err(cnf);
    +            goto err;
    +        }
    +        if (*cnf->name == '@') {
    +            STACK_OF(CONF_VALUE) *sect;
    +            int success_p = 1;
     
    -			sect = X509V3_get_section(ctx, cnf->name + 1);
    -			if (!sect)
    -				{
    -				X509V3err(X509V3_F_R2I_PCI,X509V3_R_INVALID_SECTION);
    -				X509V3_conf_err(cnf);
    -				goto err;
    -				}
    -			for (j = 0; success_p && j < sk_CONF_VALUE_num(sect); j++)
    -				{
    -				success_p =
    -					process_pci_value(sk_CONF_VALUE_value(sect, j),
    -						&language, &pathlen, &policy);
    -				}
    -			X509V3_section_free(ctx, sect);
    -			if (!success_p)
    -				goto err;
    -			}
    -		else
    -			{
    -			if (!process_pci_value(cnf,
    -					&language, &pathlen, &policy))
    -				{
    -				X509V3_conf_err(cnf);
    -				goto err;
    -				}
    -			}
    -		}
    +            sect = X509V3_get_section(ctx, cnf->name + 1);
    +            if (!sect) {
    +                X509V3err(X509V3_F_R2I_PCI, X509V3_R_INVALID_SECTION);
    +                X509V3_conf_err(cnf);
    +                goto err;
    +            }
    +            for (j = 0; success_p && j < sk_CONF_VALUE_num(sect); j++) {
    +                success_p =
    +                    process_pci_value(sk_CONF_VALUE_value(sect, j),
    +                                      &language, &pathlen, &policy);
    +            }
    +            X509V3_section_free(ctx, sect);
    +            if (!success_p)
    +                goto err;
    +        } else {
    +            if (!process_pci_value(cnf, &language, &pathlen, &policy)) {
    +                X509V3_conf_err(cnf);
    +                goto err;
    +            }
    +        }
    +    }
     
    -	/* Language is mandatory */
    -	if (!language)
    -		{
    -		X509V3err(X509V3_F_R2I_PCI,X509V3_R_NO_PROXY_CERT_POLICY_LANGUAGE_DEFINED);
    -		goto err;
    -		}
    -	i = OBJ_obj2nid(language);
    -	if ((i == NID_Independent || i == NID_id_ppl_inheritAll) && policy)
    -		{
    -		X509V3err(X509V3_F_R2I_PCI,X509V3_R_POLICY_WHEN_PROXY_LANGUAGE_REQUIRES_NO_POLICY);
    -		goto err;
    -		}
    +    /* Language is mandatory */
    +    if (!language) {
    +        X509V3err(X509V3_F_R2I_PCI,
    +                  X509V3_R_NO_PROXY_CERT_POLICY_LANGUAGE_DEFINED);
    +        goto err;
    +    }
    +    i = OBJ_obj2nid(language);
    +    if ((i == NID_Independent || i == NID_id_ppl_inheritAll) && policy) {
    +        X509V3err(X509V3_F_R2I_PCI,
    +                  X509V3_R_POLICY_WHEN_PROXY_LANGUAGE_REQUIRES_NO_POLICY);
    +        goto err;
    +    }
     
    -	pci = PROXY_CERT_INFO_EXTENSION_new();
    -	if (!pci)
    -		{
    -		X509V3err(X509V3_F_R2I_PCI,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -		}
    +    pci = PROXY_CERT_INFO_EXTENSION_new();
    +    if (!pci) {
    +        X509V3err(X509V3_F_R2I_PCI, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
     
    -	pci->proxyPolicy->policyLanguage = language; language = NULL;
    -	pci->proxyPolicy->policy = policy; policy = NULL;
    -	pci->pcPathLengthConstraint = pathlen; pathlen = NULL;
    -	goto end;
    -err:
    -	if (language) { ASN1_OBJECT_free(language); language = NULL; }
    -	if (pathlen) { ASN1_INTEGER_free(pathlen); pathlen = NULL; }
    -	if (policy) { ASN1_OCTET_STRING_free(policy); policy = NULL; }
    -	if (pci) { PROXY_CERT_INFO_EXTENSION_free(pci); pci = NULL; }
    -end:
    -	sk_CONF_VALUE_pop_free(vals, X509V3_conf_free);
    -	return pci;
    -	}
    +    pci->proxyPolicy->policyLanguage = language;
    +    language = NULL;
    +    pci->proxyPolicy->policy = policy;
    +    policy = NULL;
    +    pci->pcPathLengthConstraint = pathlen;
    +    pathlen = NULL;
    +    goto end;
    + err:
    +    if (language) {
    +        ASN1_OBJECT_free(language);
    +        language = NULL;
    +    }
    +    if (pathlen) {
    +        ASN1_INTEGER_free(pathlen);
    +        pathlen = NULL;
    +    }
    +    if (policy) {
    +        ASN1_OCTET_STRING_free(policy);
    +        policy = NULL;
    +    }
    +    if (pci) {
    +        PROXY_CERT_INFO_EXTENSION_free(pci);
    +        pci = NULL;
    +    }
    + end:
    +    sk_CONF_VALUE_pop_free(vals, X509V3_conf_free);
    +    return pci;
    +}
    diff --git a/openssl/crypto/x509v3/v3_pcia.c b/openssl/crypto/x509v3/v3_pcia.c
    index bb362e0e5..350b39889 100644
    --- a/openssl/crypto/x509v3/v3_pcia.c
    +++ b/openssl/crypto/x509v3/v3_pcia.c
    @@ -1,6 +1,7 @@
     /* v3_pcia.c -*- mode:C; c-file-style: "eay" -*- */
    -/* Contributed to the OpenSSL Project 2004
    - * by Richard Levitte (richard@levitte.org)
    +/*
    + * Contributed to the OpenSSL Project 2004 by Richard Levitte
    + * (richard@levitte.org)
      */
     /* Copyright (c) 2004 Kungliga Tekniska Hgskolan
      * (Royal Institute of Technology, Stockholm, Sweden).
    @@ -39,17 +40,17 @@
     #include 
     
     ASN1_SEQUENCE(PROXY_POLICY) =
    -	{
    -	ASN1_SIMPLE(PROXY_POLICY,policyLanguage,ASN1_OBJECT),
    -	ASN1_OPT(PROXY_POLICY,policy,ASN1_OCTET_STRING)
    +        {
    +        ASN1_SIMPLE(PROXY_POLICY,policyLanguage,ASN1_OBJECT),
    +        ASN1_OPT(PROXY_POLICY,policy,ASN1_OCTET_STRING)
     } ASN1_SEQUENCE_END(PROXY_POLICY)
     
     IMPLEMENT_ASN1_FUNCTIONS(PROXY_POLICY)
     
     ASN1_SEQUENCE(PROXY_CERT_INFO_EXTENSION) =
    -	{
    -	ASN1_OPT(PROXY_CERT_INFO_EXTENSION,pcPathLengthConstraint,ASN1_INTEGER),
    -	ASN1_SIMPLE(PROXY_CERT_INFO_EXTENSION,proxyPolicy,PROXY_POLICY)
    +        {
    +        ASN1_OPT(PROXY_CERT_INFO_EXTENSION,pcPathLengthConstraint,ASN1_INTEGER),
    +        ASN1_SIMPLE(PROXY_CERT_INFO_EXTENSION,proxyPolicy,PROXY_POLICY)
     } ASN1_SEQUENCE_END(PROXY_CERT_INFO_EXTENSION)
     
     IMPLEMENT_ASN1_FUNCTIONS(PROXY_CERT_INFO_EXTENSION)
    diff --git a/openssl/crypto/x509v3/v3_pcons.c b/openssl/crypto/x509v3/v3_pcons.c
    index 30ca65235..cfccb97de 100644
    --- a/openssl/crypto/x509v3/v3_pcons.c
    +++ b/openssl/crypto/x509v3/v3_pcons.c
    @@ -1,5 +1,6 @@
     /* v3_pcons.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
      * project.
      */
     /* ====================================================================
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,7 +57,6 @@
      *
      */
     
    -
     #include 
     #include "cryptlib.h"
     #include 
    @@ -64,77 +64,76 @@
     #include 
     #include 
     
    -static STACK_OF(CONF_VALUE) *
    -i2v_POLICY_CONSTRAINTS(const X509V3_EXT_METHOD *method, void *bcons,
    -		       STACK_OF(CONF_VALUE) *extlist);
    +static STACK_OF(CONF_VALUE) *i2v_POLICY_CONSTRAINTS(const X509V3_EXT_METHOD
    +                                                    *method, void *bcons, STACK_OF(CONF_VALUE)
    +                                                    *extlist);
     static void *v2i_POLICY_CONSTRAINTS(const X509V3_EXT_METHOD *method,
    -				    X509V3_CTX *ctx,
    -				    STACK_OF(CONF_VALUE) *values);
    +                                    X509V3_CTX *ctx,
    +                                    STACK_OF(CONF_VALUE) *values);
     
     const X509V3_EXT_METHOD v3_policy_constraints = {
    -NID_policy_constraints, 0,
    -ASN1_ITEM_ref(POLICY_CONSTRAINTS),
    -0,0,0,0,
    -0,0,
    -i2v_POLICY_CONSTRAINTS,
    -v2i_POLICY_CONSTRAINTS,
    -NULL,NULL,
    -NULL
    +    NID_policy_constraints, 0,
    +    ASN1_ITEM_ref(POLICY_CONSTRAINTS),
    +    0, 0, 0, 0,
    +    0, 0,
    +    i2v_POLICY_CONSTRAINTS,
    +    v2i_POLICY_CONSTRAINTS,
    +    NULL, NULL,
    +    NULL
     };
     
     ASN1_SEQUENCE(POLICY_CONSTRAINTS) = {
    -	ASN1_IMP_OPT(POLICY_CONSTRAINTS, requireExplicitPolicy, ASN1_INTEGER,0),
    -	ASN1_IMP_OPT(POLICY_CONSTRAINTS, inhibitPolicyMapping, ASN1_INTEGER,1)
    +        ASN1_IMP_OPT(POLICY_CONSTRAINTS, requireExplicitPolicy, ASN1_INTEGER,0),
    +        ASN1_IMP_OPT(POLICY_CONSTRAINTS, inhibitPolicyMapping, ASN1_INTEGER,1)
     } ASN1_SEQUENCE_END(POLICY_CONSTRAINTS)
     
     IMPLEMENT_ASN1_ALLOC_FUNCTIONS(POLICY_CONSTRAINTS)
     
    -
    -static STACK_OF(CONF_VALUE) *
    -i2v_POLICY_CONSTRAINTS(const X509V3_EXT_METHOD *method, void *a,
    -		       STACK_OF(CONF_VALUE) *extlist)
    +static STACK_OF(CONF_VALUE) *i2v_POLICY_CONSTRAINTS(const X509V3_EXT_METHOD
    +                                                    *method, void *a, STACK_OF(CONF_VALUE)
    +                                                    *extlist)
     {
    -	POLICY_CONSTRAINTS *pcons = a;
    -	X509V3_add_value_int("Require Explicit Policy",
    -			pcons->requireExplicitPolicy, &extlist);
    -	X509V3_add_value_int("Inhibit Policy Mapping",
    -			pcons->inhibitPolicyMapping, &extlist);
    -	return extlist;
    +    POLICY_CONSTRAINTS *pcons = a;
    +    X509V3_add_value_int("Require Explicit Policy",
    +                         pcons->requireExplicitPolicy, &extlist);
    +    X509V3_add_value_int("Inhibit Policy Mapping",
    +                         pcons->inhibitPolicyMapping, &extlist);
    +    return extlist;
     }
     
     static void *v2i_POLICY_CONSTRAINTS(const X509V3_EXT_METHOD *method,
    -				    X509V3_CTX *ctx,
    -				    STACK_OF(CONF_VALUE) *values)
    +                                    X509V3_CTX *ctx,
    +                                    STACK_OF(CONF_VALUE) *values)
     {
    -	POLICY_CONSTRAINTS *pcons=NULL;
    -	CONF_VALUE *val;
    -	int i;
    -	if(!(pcons = POLICY_CONSTRAINTS_new())) {
    -		X509V3err(X509V3_F_V2I_POLICY_CONSTRAINTS, ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    -	for(i = 0; i < sk_CONF_VALUE_num(values); i++) {
    -		val = sk_CONF_VALUE_value(values, i);
    -		if(!strcmp(val->name, "requireExplicitPolicy")) {
    -			if(!X509V3_get_value_int(val,
    -				&pcons->requireExplicitPolicy)) goto err;
    -		} else if(!strcmp(val->name, "inhibitPolicyMapping")) {
    -			if(!X509V3_get_value_int(val,
    -				&pcons->inhibitPolicyMapping)) goto err;
    -		} else {
    -			X509V3err(X509V3_F_V2I_POLICY_CONSTRAINTS, X509V3_R_INVALID_NAME);
    -			X509V3_conf_err(val);
    -			goto err;
    -		}
    -	}
    -	if (!pcons->inhibitPolicyMapping && !pcons->requireExplicitPolicy) {
    -		X509V3err(X509V3_F_V2I_POLICY_CONSTRAINTS, X509V3_R_ILLEGAL_EMPTY_EXTENSION);
    -		goto err;
    -	}
    +    POLICY_CONSTRAINTS *pcons = NULL;
    +    CONF_VALUE *val;
    +    int i;
    +    if (!(pcons = POLICY_CONSTRAINTS_new())) {
    +        X509V3err(X509V3_F_V2I_POLICY_CONSTRAINTS, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +    for (i = 0; i < sk_CONF_VALUE_num(values); i++) {
    +        val = sk_CONF_VALUE_value(values, i);
    +        if (!strcmp(val->name, "requireExplicitPolicy")) {
    +            if (!X509V3_get_value_int(val, &pcons->requireExplicitPolicy))
    +                goto err;
    +        } else if (!strcmp(val->name, "inhibitPolicyMapping")) {
    +            if (!X509V3_get_value_int(val, &pcons->inhibitPolicyMapping))
    +                goto err;
    +        } else {
    +            X509V3err(X509V3_F_V2I_POLICY_CONSTRAINTS, X509V3_R_INVALID_NAME);
    +            X509V3_conf_err(val);
    +            goto err;
    +        }
    +    }
    +    if (!pcons->inhibitPolicyMapping && !pcons->requireExplicitPolicy) {
    +        X509V3err(X509V3_F_V2I_POLICY_CONSTRAINTS,
    +                  X509V3_R_ILLEGAL_EMPTY_EXTENSION);
    +        goto err;
    +    }
     
    -	return pcons;
    -	err:
    -	POLICY_CONSTRAINTS_free(pcons);
    -	return NULL;
    +    return pcons;
    + err:
    +    POLICY_CONSTRAINTS_free(pcons);
    +    return NULL;
     }
    -
    diff --git a/openssl/crypto/x509v3/v3_pku.c b/openssl/crypto/x509v3/v3_pku.c
    index 076f3ff48..dd01c4416 100644
    --- a/openssl/crypto/x509v3/v3_pku.c
    +++ b/openssl/crypto/x509v3/v3_pku.c
    @@ -1,6 +1,7 @@
     /* v3_pku.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,42 +63,47 @@
     #include 
     #include 
     
    -static int i2r_PKEY_USAGE_PERIOD(X509V3_EXT_METHOD *method, PKEY_USAGE_PERIOD *usage, BIO *out, int indent);
    +static int i2r_PKEY_USAGE_PERIOD(X509V3_EXT_METHOD *method,
    +                                 PKEY_USAGE_PERIOD *usage, BIO *out,
    +                                 int indent);
     /*
    -static PKEY_USAGE_PERIOD *v2i_PKEY_USAGE_PERIOD(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *values);
    -*/
    + * static PKEY_USAGE_PERIOD *v2i_PKEY_USAGE_PERIOD(X509V3_EXT_METHOD *method,
    + * X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *values);
    + */
     const X509V3_EXT_METHOD v3_pkey_usage_period = {
    -NID_private_key_usage_period, 0, ASN1_ITEM_ref(PKEY_USAGE_PERIOD),
    -0,0,0,0,
    -0,0,0,0,
    -(X509V3_EXT_I2R)i2r_PKEY_USAGE_PERIOD, NULL,
    -NULL
    +    NID_private_key_usage_period, 0, ASN1_ITEM_ref(PKEY_USAGE_PERIOD),
    +    0, 0, 0, 0,
    +    0, 0, 0, 0,
    +    (X509V3_EXT_I2R)i2r_PKEY_USAGE_PERIOD, NULL,
    +    NULL
     };
     
     ASN1_SEQUENCE(PKEY_USAGE_PERIOD) = {
    -	ASN1_IMP_OPT(PKEY_USAGE_PERIOD, notBefore, ASN1_GENERALIZEDTIME, 0),
    -	ASN1_IMP_OPT(PKEY_USAGE_PERIOD, notAfter, ASN1_GENERALIZEDTIME, 1)
    +        ASN1_IMP_OPT(PKEY_USAGE_PERIOD, notBefore, ASN1_GENERALIZEDTIME, 0),
    +        ASN1_IMP_OPT(PKEY_USAGE_PERIOD, notAfter, ASN1_GENERALIZEDTIME, 1)
     } ASN1_SEQUENCE_END(PKEY_USAGE_PERIOD)
     
     IMPLEMENT_ASN1_FUNCTIONS(PKEY_USAGE_PERIOD)
     
     static int i2r_PKEY_USAGE_PERIOD(X509V3_EXT_METHOD *method,
    -	     PKEY_USAGE_PERIOD *usage, BIO *out, int indent)
    +                                 PKEY_USAGE_PERIOD *usage, BIO *out,
    +                                 int indent)
     {
    -	BIO_printf(out, "%*s", indent, "");
    -	if(usage->notBefore) {
    -		BIO_write(out, "Not Before: ", 12);
    -		ASN1_GENERALIZEDTIME_print(out, usage->notBefore);
    -		if(usage->notAfter) BIO_write(out, ", ", 2);
    -	}
    -	if(usage->notAfter) {
    -		BIO_write(out, "Not After: ", 11);
    -		ASN1_GENERALIZEDTIME_print(out, usage->notAfter);
    -	}
    -	return 1;
    +    BIO_printf(out, "%*s", indent, "");
    +    if (usage->notBefore) {
    +        BIO_write(out, "Not Before: ", 12);
    +        ASN1_GENERALIZEDTIME_print(out, usage->notBefore);
    +        if (usage->notAfter)
    +            BIO_write(out, ", ", 2);
    +    }
    +    if (usage->notAfter) {
    +        BIO_write(out, "Not After: ", 11);
    +        ASN1_GENERALIZEDTIME_print(out, usage->notAfter);
    +    }
    +    return 1;
     }
     
    -/*
    +/*-
     static PKEY_USAGE_PERIOD *v2i_PKEY_USAGE_PERIOD(method, ctx, values)
     X509V3_EXT_METHOD *method;
     X509V3_CTX *ctx;
    diff --git a/openssl/crypto/x509v3/v3_pmaps.c b/openssl/crypto/x509v3/v3_pmaps.c
    index 865bcd398..a168343b8 100644
    --- a/openssl/crypto/x509v3/v3_pmaps.c
    +++ b/openssl/crypto/x509v3/v3_pmaps.c
    @@ -1,5 +1,6 @@
     /* v3_pmaps.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
      * project.
      */
     /* ====================================================================
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,7 +57,6 @@
      *
      */
     
    -
     #include 
     #include "cryptlib.h"
     #include 
    @@ -64,92 +64,93 @@
     #include 
     
     static void *v2i_POLICY_MAPPINGS(const X509V3_EXT_METHOD *method,
    -				 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
    -static STACK_OF(CONF_VALUE) *
    -i2v_POLICY_MAPPINGS(const X509V3_EXT_METHOD *method, void *pmps,
    -		    STACK_OF(CONF_VALUE) *extlist);
    +                                 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
    +static STACK_OF(CONF_VALUE) *i2v_POLICY_MAPPINGS(const X509V3_EXT_METHOD
    +                                                 *method, void *pmps, STACK_OF(CONF_VALUE)
    +                                                 *extlist);
     
     const X509V3_EXT_METHOD v3_policy_mappings = {
    -	NID_policy_mappings, 0,
    -	ASN1_ITEM_ref(POLICY_MAPPINGS),
    -	0,0,0,0,
    -	0,0,
    -	i2v_POLICY_MAPPINGS,
    -	v2i_POLICY_MAPPINGS,
    -	0,0,
    -	NULL
    +    NID_policy_mappings, 0,
    +    ASN1_ITEM_ref(POLICY_MAPPINGS),
    +    0, 0, 0, 0,
    +    0, 0,
    +    i2v_POLICY_MAPPINGS,
    +    v2i_POLICY_MAPPINGS,
    +    0, 0,
    +    NULL
     };
     
     ASN1_SEQUENCE(POLICY_MAPPING) = {
    -	ASN1_SIMPLE(POLICY_MAPPING, issuerDomainPolicy, ASN1_OBJECT),
    -	ASN1_SIMPLE(POLICY_MAPPING, subjectDomainPolicy, ASN1_OBJECT)
    +        ASN1_SIMPLE(POLICY_MAPPING, issuerDomainPolicy, ASN1_OBJECT),
    +        ASN1_SIMPLE(POLICY_MAPPING, subjectDomainPolicy, ASN1_OBJECT)
     } ASN1_SEQUENCE_END(POLICY_MAPPING)
     
    -ASN1_ITEM_TEMPLATE(POLICY_MAPPINGS) = 
    -	ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, POLICY_MAPPINGS,
    -								POLICY_MAPPING)
    +ASN1_ITEM_TEMPLATE(POLICY_MAPPINGS) =
    +        ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, POLICY_MAPPINGS,
    +                                                                POLICY_MAPPING)
     ASN1_ITEM_TEMPLATE_END(POLICY_MAPPINGS)
     
     IMPLEMENT_ASN1_ALLOC_FUNCTIONS(POLICY_MAPPING)
     
    -
    -static STACK_OF(CONF_VALUE) *
    -i2v_POLICY_MAPPINGS(const X509V3_EXT_METHOD *method, void *a,
    -		    STACK_OF(CONF_VALUE) *ext_list)
    +static STACK_OF(CONF_VALUE) *i2v_POLICY_MAPPINGS(const X509V3_EXT_METHOD
    +                                                 *method, void *a, STACK_OF(CONF_VALUE)
    +                                                 *ext_list)
     {
    -	POLICY_MAPPINGS *pmaps = a;
    -	POLICY_MAPPING *pmap;
    -	int i;
    -	char obj_tmp1[80];
    -	char obj_tmp2[80];
    -	for(i = 0; i < sk_POLICY_MAPPING_num(pmaps); i++) {
    -		pmap = sk_POLICY_MAPPING_value(pmaps, i);
    -		i2t_ASN1_OBJECT(obj_tmp1, 80, pmap->issuerDomainPolicy);
    -		i2t_ASN1_OBJECT(obj_tmp2, 80, pmap->subjectDomainPolicy);
    -		X509V3_add_value(obj_tmp1, obj_tmp2, &ext_list);
    -	}
    -	return ext_list;
    +    POLICY_MAPPINGS *pmaps = a;
    +    POLICY_MAPPING *pmap;
    +    int i;
    +    char obj_tmp1[80];
    +    char obj_tmp2[80];
    +    for (i = 0; i < sk_POLICY_MAPPING_num(pmaps); i++) {
    +        pmap = sk_POLICY_MAPPING_value(pmaps, i);
    +        i2t_ASN1_OBJECT(obj_tmp1, 80, pmap->issuerDomainPolicy);
    +        i2t_ASN1_OBJECT(obj_tmp2, 80, pmap->subjectDomainPolicy);
    +        X509V3_add_value(obj_tmp1, obj_tmp2, &ext_list);
    +    }
    +    return ext_list;
     }
     
     static void *v2i_POLICY_MAPPINGS(const X509V3_EXT_METHOD *method,
    -				 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
    +                                 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
     {
    -	POLICY_MAPPINGS *pmaps;
    -	POLICY_MAPPING *pmap;
    -	ASN1_OBJECT *obj1, *obj2;
    -	CONF_VALUE *val;
    -	int i;
    +    POLICY_MAPPINGS *pmaps;
    +    POLICY_MAPPING *pmap;
    +    ASN1_OBJECT *obj1, *obj2;
    +    CONF_VALUE *val;
    +    int i;
     
    -	if(!(pmaps = sk_POLICY_MAPPING_new_null())) {
    -		X509V3err(X509V3_F_V2I_POLICY_MAPPINGS,ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    +    if (!(pmaps = sk_POLICY_MAPPING_new_null())) {
    +        X509V3err(X509V3_F_V2I_POLICY_MAPPINGS, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
     
    -	for(i = 0; i < sk_CONF_VALUE_num(nval); i++) {
    -		val = sk_CONF_VALUE_value(nval, i);
    -		if(!val->value || !val->name) {
    -			sk_POLICY_MAPPING_pop_free(pmaps, POLICY_MAPPING_free);
    -			X509V3err(X509V3_F_V2I_POLICY_MAPPINGS,X509V3_R_INVALID_OBJECT_IDENTIFIER);
    -			X509V3_conf_err(val);
    -			return NULL;
    -		}
    -		obj1 = OBJ_txt2obj(val->name, 0);
    -		obj2 = OBJ_txt2obj(val->value, 0);
    -		if(!obj1 || !obj2) {
    -			sk_POLICY_MAPPING_pop_free(pmaps, POLICY_MAPPING_free);
    -			X509V3err(X509V3_F_V2I_POLICY_MAPPINGS,X509V3_R_INVALID_OBJECT_IDENTIFIER);
    -			X509V3_conf_err(val);
    -			return NULL;
    -		}
    -		pmap = POLICY_MAPPING_new();
    -		if (!pmap) {
    -			sk_POLICY_MAPPING_pop_free(pmaps, POLICY_MAPPING_free);
    -			X509V3err(X509V3_F_V2I_POLICY_MAPPINGS,ERR_R_MALLOC_FAILURE);
    -			return NULL;
    -		}
    -		pmap->issuerDomainPolicy = obj1;
    -		pmap->subjectDomainPolicy = obj2;
    -		sk_POLICY_MAPPING_push(pmaps, pmap);
    -	}
    -	return pmaps;
    +    for (i = 0; i < sk_CONF_VALUE_num(nval); i++) {
    +        val = sk_CONF_VALUE_value(nval, i);
    +        if (!val->value || !val->name) {
    +            sk_POLICY_MAPPING_pop_free(pmaps, POLICY_MAPPING_free);
    +            X509V3err(X509V3_F_V2I_POLICY_MAPPINGS,
    +                      X509V3_R_INVALID_OBJECT_IDENTIFIER);
    +            X509V3_conf_err(val);
    +            return NULL;
    +        }
    +        obj1 = OBJ_txt2obj(val->name, 0);
    +        obj2 = OBJ_txt2obj(val->value, 0);
    +        if (!obj1 || !obj2) {
    +            sk_POLICY_MAPPING_pop_free(pmaps, POLICY_MAPPING_free);
    +            X509V3err(X509V3_F_V2I_POLICY_MAPPINGS,
    +                      X509V3_R_INVALID_OBJECT_IDENTIFIER);
    +            X509V3_conf_err(val);
    +            return NULL;
    +        }
    +        pmap = POLICY_MAPPING_new();
    +        if (!pmap) {
    +            sk_POLICY_MAPPING_pop_free(pmaps, POLICY_MAPPING_free);
    +            X509V3err(X509V3_F_V2I_POLICY_MAPPINGS, ERR_R_MALLOC_FAILURE);
    +            return NULL;
    +        }
    +        pmap->issuerDomainPolicy = obj1;
    +        pmap->subjectDomainPolicy = obj2;
    +        sk_POLICY_MAPPING_push(pmaps, pmap);
    +    }
    +    return pmaps;
     }
    diff --git a/openssl/crypto/x509v3/v3_prn.c b/openssl/crypto/x509v3/v3_prn.c
    index 314621870..acc9c6d99 100644
    --- a/openssl/crypto/x509v3/v3_prn.c
    +++ b/openssl/crypto/x509v3/v3_prn.c
    @@ -1,6 +1,7 @@
     /* v3_prn.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -64,171 +65,195 @@
     
     /* Extension printing routines */
     
    -static int unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int supported);
    +static int unknown_ext_print(BIO *out, X509_EXTENSION *ext,
    +                             unsigned long flag, int indent, int supported);
     
     /* Print out a name+value stack */
     
    -void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, int ml)
    +void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent,
    +                        int ml)
     {
    -	int i;
    -	CONF_VALUE *nval;
    -	if(!val) return;
    -	if(!ml || !sk_CONF_VALUE_num(val)) {
    -		BIO_printf(out, "%*s", indent, "");
    -		if(!sk_CONF_VALUE_num(val)) BIO_puts(out, "\n");
    -	}
    -	for(i = 0; i < sk_CONF_VALUE_num(val); i++) {
    -		if(ml) BIO_printf(out, "%*s", indent, "");
    -		else if(i > 0) BIO_printf(out, ", ");
    -		nval = sk_CONF_VALUE_value(val, i);
    -		if(!nval->name) BIO_puts(out, nval->value);
    -		else if(!nval->value) BIO_puts(out, nval->name);
    +    int i;
    +    CONF_VALUE *nval;
    +    if (!val)
    +        return;
    +    if (!ml || !sk_CONF_VALUE_num(val)) {
    +        BIO_printf(out, "%*s", indent, "");
    +        if (!sk_CONF_VALUE_num(val))
    +            BIO_puts(out, "\n");
    +    }
    +    for (i = 0; i < sk_CONF_VALUE_num(val); i++) {
    +        if (ml)
    +            BIO_printf(out, "%*s", indent, "");
    +        else if (i > 0)
    +            BIO_printf(out, ", ");
    +        nval = sk_CONF_VALUE_value(val, i);
    +        if (!nval->name)
    +            BIO_puts(out, nval->value);
    +        else if (!nval->value)
    +            BIO_puts(out, nval->name);
     #ifndef CHARSET_EBCDIC
    -		else BIO_printf(out, "%s:%s", nval->name, nval->value);
    +        else
    +            BIO_printf(out, "%s:%s", nval->name, nval->value);
     #else
    -		else {
    -			int len;
    -			char *tmp;
    -			len = strlen(nval->value)+1;
    -			tmp = OPENSSL_malloc(len);
    -			if (tmp)
    -			{
    -				ascii2ebcdic(tmp, nval->value, len);
    -				BIO_printf(out, "%s:%s", nval->name, tmp);
    -				OPENSSL_free(tmp);
    -			}
    -		}
    +        else {
    +            int len;
    +            char *tmp;
    +            len = strlen(nval->value) + 1;
    +            tmp = OPENSSL_malloc(len);
    +            if (tmp) {
    +                ascii2ebcdic(tmp, nval->value, len);
    +                BIO_printf(out, "%s:%s", nval->name, tmp);
    +                OPENSSL_free(tmp);
    +            }
    +        }
     #endif
    -		if(ml) BIO_puts(out, "\n");
    -	}
    +        if (ml)
    +            BIO_puts(out, "\n");
    +    }
     }
     
     /* Main routine: print out a general extension */
     
    -int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent)
    +int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag,
    +                     int indent)
     {
    -	void *ext_str = NULL;
    -	char *value = NULL;
    -	const unsigned char *p;
    -	const X509V3_EXT_METHOD *method;	
    -	STACK_OF(CONF_VALUE) *nval = NULL;
    -	int ok = 1;
    -
    -	if(!(method = X509V3_EXT_get(ext)))
    -		return unknown_ext_print(out, ext, flag, indent, 0);
    -	p = ext->value->data;
    -	if(method->it) ext_str = ASN1_item_d2i(NULL, &p, ext->value->length, ASN1_ITEM_ptr(method->it));
    -	else ext_str = method->d2i(NULL, &p, ext->value->length);
    -
    -	if(!ext_str) return unknown_ext_print(out, ext, flag, indent, 1);
    -
    -	if(method->i2s) {
    -		if(!(value = method->i2s(method, ext_str))) {
    -			ok = 0;
    -			goto err;
    -		}
    +    void *ext_str = NULL;
    +    char *value = NULL;
    +    const unsigned char *p;
    +    const X509V3_EXT_METHOD *method;
    +    STACK_OF(CONF_VALUE) *nval = NULL;
    +    int ok = 1;
    +
    +    if (!(method = X509V3_EXT_get(ext)))
    +        return unknown_ext_print(out, ext, flag, indent, 0);
    +    p = ext->value->data;
    +    if (method->it)
    +        ext_str =
    +            ASN1_item_d2i(NULL, &p, ext->value->length,
    +                          ASN1_ITEM_ptr(method->it));
    +    else
    +        ext_str = method->d2i(NULL, &p, ext->value->length);
    +
    +    if (!ext_str)
    +        return unknown_ext_print(out, ext, flag, indent, 1);
    +
    +    if (method->i2s) {
    +        if (!(value = method->i2s(method, ext_str))) {
    +            ok = 0;
    +            goto err;
    +        }
     #ifndef CHARSET_EBCDIC
    -		BIO_printf(out, "%*s%s", indent, "", value);
    +        BIO_printf(out, "%*s%s", indent, "", value);
     #else
    -		{
    -			int len;
    -			char *tmp;
    -			len = strlen(value)+1;
    -			tmp = OPENSSL_malloc(len);
    -			if (tmp)
    -			{
    -				ascii2ebcdic(tmp, value, len);
    -				BIO_printf(out, "%*s%s", indent, "", tmp);
    -				OPENSSL_free(tmp);
    -			}
    -		}
    +        {
    +            int len;
    +            char *tmp;
    +            len = strlen(value) + 1;
    +            tmp = OPENSSL_malloc(len);
    +            if (tmp) {
    +                ascii2ebcdic(tmp, value, len);
    +                BIO_printf(out, "%*s%s", indent, "", tmp);
    +                OPENSSL_free(tmp);
    +            }
    +        }
     #endif
    -	} else if(method->i2v) {
    -		if(!(nval = method->i2v(method, ext_str, NULL))) {
    -			ok = 0;
    -			goto err;
    -		}
    -		X509V3_EXT_val_prn(out, nval, indent,
    -				 method->ext_flags & X509V3_EXT_MULTILINE);
    -	} else if(method->i2r) {
    -		if(!method->i2r(method, ext_str, out, indent)) ok = 0;
    -	} else ok = 0;
    -
    -	err:
    -		sk_CONF_VALUE_pop_free(nval, X509V3_conf_free);
    -		if(value) OPENSSL_free(value);
    -		if(method->it) ASN1_item_free(ext_str, ASN1_ITEM_ptr(method->it));
    -		else method->ext_free(ext_str);
    -		return ok;
    +    } else if (method->i2v) {
    +        if (!(nval = method->i2v(method, ext_str, NULL))) {
    +            ok = 0;
    +            goto err;
    +        }
    +        X509V3_EXT_val_prn(out, nval, indent,
    +                           method->ext_flags & X509V3_EXT_MULTILINE);
    +    } else if (method->i2r) {
    +        if (!method->i2r(method, ext_str, out, indent))
    +            ok = 0;
    +    } else
    +        ok = 0;
    +
    + err:
    +    sk_CONF_VALUE_pop_free(nval, X509V3_conf_free);
    +    if (value)
    +        OPENSSL_free(value);
    +    if (method->it)
    +        ASN1_item_free(ext_str, ASN1_ITEM_ptr(method->it));
    +    else
    +        method->ext_free(ext_str);
    +    return ok;
     }
     
    -int X509V3_extensions_print(BIO *bp, char *title, STACK_OF(X509_EXTENSION) *exts, unsigned long flag, int indent)
    +int X509V3_extensions_print(BIO *bp, char *title,
    +                            STACK_OF(X509_EXTENSION) *exts,
    +                            unsigned long flag, int indent)
     {
    -	int i, j;
    -
    -	if(sk_X509_EXTENSION_num(exts) <= 0) return 1;
    -
    -	if(title) 
    -		{
    -		BIO_printf(bp,"%*s%s:\n",indent, "", title);
    -		indent += 4;
    -		}
    -
    -	for (i=0; ivalue);
    -			}
    -		if (BIO_write(bp,"\n",1) <= 0) return 0;
    -		}
    -	return 1;
    +    int i, j;
    +
    +    if (sk_X509_EXTENSION_num(exts) <= 0)
    +        return 1;
    +
    +    if (title) {
    +        BIO_printf(bp, "%*s%s:\n", indent, "", title);
    +        indent += 4;
    +    }
    +
    +    for (i = 0; i < sk_X509_EXTENSION_num(exts); i++) {
    +        ASN1_OBJECT *obj;
    +        X509_EXTENSION *ex;
    +        ex = sk_X509_EXTENSION_value(exts, i);
    +        if (indent && BIO_printf(bp, "%*s", indent, "") <= 0)
    +            return 0;
    +        obj = X509_EXTENSION_get_object(ex);
    +        i2a_ASN1_OBJECT(bp, obj);
    +        j = X509_EXTENSION_get_critical(ex);
    +        if (BIO_printf(bp, ": %s\n", j ? "critical" : "") <= 0)
    +            return 0;
    +        if (!X509V3_EXT_print(bp, ex, flag, indent + 4)) {
    +            BIO_printf(bp, "%*s", indent + 4, "");
    +            M_ASN1_OCTET_STRING_print(bp, ex->value);
    +        }
    +        if (BIO_write(bp, "\n", 1) <= 0)
    +            return 0;
    +    }
    +    return 1;
     }
     
    -static int unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int supported)
    +static int unknown_ext_print(BIO *out, X509_EXTENSION *ext,
    +                             unsigned long flag, int indent, int supported)
     {
    -	switch(flag & X509V3_EXT_UNKNOWN_MASK) {
    -
    -		case X509V3_EXT_DEFAULT:
    -		return 0;
    -
    -		case X509V3_EXT_ERROR_UNKNOWN:
    -		if(supported)
    -			BIO_printf(out, "%*s", indent, "");
    -		else
    -			BIO_printf(out, "%*s", indent, "");
    -		return 1;
    -
    -		case X509V3_EXT_PARSE_UNKNOWN:
    -			return ASN1_parse_dump(out,
    -				ext->value->data, ext->value->length, indent, -1);
    -		case X509V3_EXT_DUMP_UNKNOWN:
    -			return BIO_dump_indent(out, (char *)ext->value->data, ext->value->length, indent);
    -
    -		default:
    -		return 1;
    -	}
    +    switch (flag & X509V3_EXT_UNKNOWN_MASK) {
    +
    +    case X509V3_EXT_DEFAULT:
    +        return 0;
    +
    +    case X509V3_EXT_ERROR_UNKNOWN:
    +        if (supported)
    +            BIO_printf(out, "%*s", indent, "");
    +        else
    +            BIO_printf(out, "%*s", indent, "");
    +        return 1;
    +
    +    case X509V3_EXT_PARSE_UNKNOWN:
    +        return ASN1_parse_dump(out,
    +                               ext->value->data, ext->value->length, indent,
    +                               -1);
    +    case X509V3_EXT_DUMP_UNKNOWN:
    +        return BIO_dump_indent(out, (char *)ext->value->data,
    +                               ext->value->length, indent);
    +
    +    default:
    +        return 1;
    +    }
     }
    -	
     
     #ifndef OPENSSL_NO_FP_API
     int X509V3_EXT_print_fp(FILE *fp, X509_EXTENSION *ext, int flag, int indent)
     {
    -	BIO *bio_tmp;
    -	int ret;
    -	if(!(bio_tmp = BIO_new_fp(fp, BIO_NOCLOSE))) return 0;
    -	ret = X509V3_EXT_print(bio_tmp, ext, flag, indent);
    -	BIO_free(bio_tmp);
    -	return ret;
    +    BIO *bio_tmp;
    +    int ret;
    +    if (!(bio_tmp = BIO_new_fp(fp, BIO_NOCLOSE)))
    +        return 0;
    +    ret = X509V3_EXT_print(bio_tmp, ext, flag, indent);
    +    BIO_free(bio_tmp);
    +    return ret;
     }
     #endif
    diff --git a/openssl/crypto/x509v3/v3_purp.c b/openssl/crypto/x509v3/v3_purp.c
    index f59bfc184..36b0d87a0 100644
    --- a/openssl/crypto/x509v3/v3_purp.c
    +++ b/openssl/crypto/x509v3/v3_purp.c
    @@ -1,6 +1,7 @@
     /* v3_purp.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2001.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2001.
      */
     /* ====================================================================
      * Copyright (c) 1999-2004 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -64,31 +65,47 @@
     static void x509v3_cache_extensions(X509 *x);
     
     static int check_ssl_ca(const X509 *x);
    -static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca);
    -static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca);
    -static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca);
    +static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x,
    +                                    int ca);
    +static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x,
    +                                    int ca);
    +static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x,
    +                                       int ca);
     static int purpose_smime(const X509 *x, int ca);
    -static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
    -static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int ca);
    -static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
    -static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
    +static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x,
    +                                    int ca);
    +static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x,
    +                                       int ca);
    +static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x,
    +                                  int ca);
    +static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x,
    +                                        int ca);
     static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca);
     static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca);
     
    -static int xp_cmp(const X509_PURPOSE * const *a,
    -		const X509_PURPOSE * const *b);
    +static int xp_cmp(const X509_PURPOSE *const *a, const X509_PURPOSE *const *b);
     static void xptable_free(X509_PURPOSE *p);
     
     static X509_PURPOSE xstandard[] = {
    -	{X509_PURPOSE_SSL_CLIENT, X509_TRUST_SSL_CLIENT, 0, check_purpose_ssl_client, "SSL client", "sslclient", NULL},
    -	{X509_PURPOSE_SSL_SERVER, X509_TRUST_SSL_SERVER, 0, check_purpose_ssl_server, "SSL server", "sslserver", NULL},
    -	{X509_PURPOSE_NS_SSL_SERVER, X509_TRUST_SSL_SERVER, 0, check_purpose_ns_ssl_server, "Netscape SSL server", "nssslserver", NULL},
    -	{X509_PURPOSE_SMIME_SIGN, X509_TRUST_EMAIL, 0, check_purpose_smime_sign, "S/MIME signing", "smimesign", NULL},
    -	{X509_PURPOSE_SMIME_ENCRYPT, X509_TRUST_EMAIL, 0, check_purpose_smime_encrypt, "S/MIME encryption", "smimeencrypt", NULL},
    -	{X509_PURPOSE_CRL_SIGN, X509_TRUST_COMPAT, 0, check_purpose_crl_sign, "CRL signing", "crlsign", NULL},
    -	{X509_PURPOSE_ANY, X509_TRUST_DEFAULT, 0, no_check, "Any Purpose", "any", NULL},
    -	{X509_PURPOSE_OCSP_HELPER, X509_TRUST_COMPAT, 0, ocsp_helper, "OCSP helper", "ocsphelper", NULL},
    -	{X509_PURPOSE_TIMESTAMP_SIGN, X509_TRUST_TSA, 0, check_purpose_timestamp_sign, "Time Stamp signing", "timestampsign", NULL},
    +    {X509_PURPOSE_SSL_CLIENT, X509_TRUST_SSL_CLIENT, 0,
    +     check_purpose_ssl_client, "SSL client", "sslclient", NULL},
    +    {X509_PURPOSE_SSL_SERVER, X509_TRUST_SSL_SERVER, 0,
    +     check_purpose_ssl_server, "SSL server", "sslserver", NULL},
    +    {X509_PURPOSE_NS_SSL_SERVER, X509_TRUST_SSL_SERVER, 0,
    +     check_purpose_ns_ssl_server, "Netscape SSL server", "nssslserver", NULL},
    +    {X509_PURPOSE_SMIME_SIGN, X509_TRUST_EMAIL, 0, check_purpose_smime_sign,
    +     "S/MIME signing", "smimesign", NULL},
    +    {X509_PURPOSE_SMIME_ENCRYPT, X509_TRUST_EMAIL, 0,
    +     check_purpose_smime_encrypt, "S/MIME encryption", "smimeencrypt", NULL},
    +    {X509_PURPOSE_CRL_SIGN, X509_TRUST_COMPAT, 0, check_purpose_crl_sign,
    +     "CRL signing", "crlsign", NULL},
    +    {X509_PURPOSE_ANY, X509_TRUST_DEFAULT, 0, no_check, "Any Purpose", "any",
    +     NULL},
    +    {X509_PURPOSE_OCSP_HELPER, X509_TRUST_COMPAT, 0, ocsp_helper,
    +     "OCSP helper", "ocsphelper", NULL},
    +    {X509_PURPOSE_TIMESTAMP_SIGN, X509_TRUST_TSA, 0,
    +     check_purpose_timestamp_sign, "Time Stamp signing", "timestampsign",
    +     NULL},
     };
     
     #define X509_PURPOSE_COUNT (sizeof(xstandard)/sizeof(X509_PURPOSE))
    @@ -97,398 +114,422 @@ IMPLEMENT_STACK_OF(X509_PURPOSE)
     
     static STACK_OF(X509_PURPOSE) *xptable = NULL;
     
    -static int xp_cmp(const X509_PURPOSE * const *a,
    -		const X509_PURPOSE * const *b)
    +static int xp_cmp(const X509_PURPOSE *const *a, const X509_PURPOSE *const *b)
     {
    -	return (*a)->purpose - (*b)->purpose;
    +    return (*a)->purpose - (*b)->purpose;
     }
     
    -/* As much as I'd like to make X509_check_purpose use a "const" X509*
    - * I really can't because it does recalculate hashes and do other non-const
    - * things. */
    +/*
    + * As much as I'd like to make X509_check_purpose use a "const" X509* I
    + * really can't because it does recalculate hashes and do other non-const
    + * things.
    + */
     int X509_check_purpose(X509 *x, int id, int ca)
     {
    -	int idx;
    -	const X509_PURPOSE *pt;
    -	if(!(x->ex_flags & EXFLAG_SET)) {
    -		CRYPTO_w_lock(CRYPTO_LOCK_X509);
    -		x509v3_cache_extensions(x);
    -		CRYPTO_w_unlock(CRYPTO_LOCK_X509);
    -	}
    -	if(id == -1) return 1;
    -	idx = X509_PURPOSE_get_by_id(id);
    -	if(idx == -1) return -1;
    -	pt = X509_PURPOSE_get0(idx);
    -	return pt->check_purpose(pt, x, ca);
    +    int idx;
    +    const X509_PURPOSE *pt;
    +    if (!(x->ex_flags & EXFLAG_SET)) {
    +        CRYPTO_w_lock(CRYPTO_LOCK_X509);
    +        x509v3_cache_extensions(x);
    +        CRYPTO_w_unlock(CRYPTO_LOCK_X509);
    +    }
    +    if (id == -1)
    +        return 1;
    +    idx = X509_PURPOSE_get_by_id(id);
    +    if (idx == -1)
    +        return -1;
    +    pt = X509_PURPOSE_get0(idx);
    +    return pt->check_purpose(pt, x, ca);
     }
     
     int X509_PURPOSE_set(int *p, int purpose)
     {
    -	if(X509_PURPOSE_get_by_id(purpose) == -1) {
    -		X509V3err(X509V3_F_X509_PURPOSE_SET, X509V3_R_INVALID_PURPOSE);
    -		return 0;
    -	}
    -	*p = purpose;
    -	return 1;
    +    if (X509_PURPOSE_get_by_id(purpose) == -1) {
    +        X509V3err(X509V3_F_X509_PURPOSE_SET, X509V3_R_INVALID_PURPOSE);
    +        return 0;
    +    }
    +    *p = purpose;
    +    return 1;
     }
     
     int X509_PURPOSE_get_count(void)
     {
    -	if(!xptable) return X509_PURPOSE_COUNT;
    -	return sk_X509_PURPOSE_num(xptable) + X509_PURPOSE_COUNT;
    +    if (!xptable)
    +        return X509_PURPOSE_COUNT;
    +    return sk_X509_PURPOSE_num(xptable) + X509_PURPOSE_COUNT;
     }
     
    -X509_PURPOSE * X509_PURPOSE_get0(int idx)
    +X509_PURPOSE *X509_PURPOSE_get0(int idx)
     {
    -	if(idx < 0) return NULL;
    -	if(idx < (int)X509_PURPOSE_COUNT) return xstandard + idx;
    -	return sk_X509_PURPOSE_value(xptable, idx - X509_PURPOSE_COUNT);
    +    if (idx < 0)
    +        return NULL;
    +    if (idx < (int)X509_PURPOSE_COUNT)
    +        return xstandard + idx;
    +    return sk_X509_PURPOSE_value(xptable, idx - X509_PURPOSE_COUNT);
     }
     
     int X509_PURPOSE_get_by_sname(char *sname)
     {
    -	int i;
    -	X509_PURPOSE *xptmp;
    -	for(i = 0; i < X509_PURPOSE_get_count(); i++) {
    -		xptmp = X509_PURPOSE_get0(i);
    -		if(!strcmp(xptmp->sname, sname)) return i;
    -	}
    -	return -1;
    +    int i;
    +    X509_PURPOSE *xptmp;
    +    for (i = 0; i < X509_PURPOSE_get_count(); i++) {
    +        xptmp = X509_PURPOSE_get0(i);
    +        if (!strcmp(xptmp->sname, sname))
    +            return i;
    +    }
    +    return -1;
     }
     
     int X509_PURPOSE_get_by_id(int purpose)
     {
    -	X509_PURPOSE tmp;
    -	int idx;
    -	if((purpose >= X509_PURPOSE_MIN) && (purpose <= X509_PURPOSE_MAX))
    -		return purpose - X509_PURPOSE_MIN;
    -	tmp.purpose = purpose;
    -	if(!xptable) return -1;
    -	idx = sk_X509_PURPOSE_find(xptable, &tmp);
    -	if(idx == -1) return -1;
    -	return idx + X509_PURPOSE_COUNT;
    +    X509_PURPOSE tmp;
    +    int idx;
    +    if ((purpose >= X509_PURPOSE_MIN) && (purpose <= X509_PURPOSE_MAX))
    +        return purpose - X509_PURPOSE_MIN;
    +    tmp.purpose = purpose;
    +    if (!xptable)
    +        return -1;
    +    idx = sk_X509_PURPOSE_find(xptable, &tmp);
    +    if (idx == -1)
    +        return -1;
    +    return idx + X509_PURPOSE_COUNT;
     }
     
     int X509_PURPOSE_add(int id, int trust, int flags,
    -			int (*ck)(const X509_PURPOSE *, const X509 *, int),
    -					char *name, char *sname, void *arg)
    -{
    -	int idx;
    -	X509_PURPOSE *ptmp;
    -	/* This is set according to what we change: application can't set it */
    -	flags &= ~X509_PURPOSE_DYNAMIC;
    -	/* This will always be set for application modified trust entries */
    -	flags |= X509_PURPOSE_DYNAMIC_NAME;
    -	/* Get existing entry if any */
    -	idx = X509_PURPOSE_get_by_id(id);
    -	/* Need a new entry */
    -	if(idx == -1) {
    -		if(!(ptmp = OPENSSL_malloc(sizeof(X509_PURPOSE)))) {
    -			X509V3err(X509V3_F_X509_PURPOSE_ADD,ERR_R_MALLOC_FAILURE);
    -			return 0;
    -		}
    -		ptmp->flags = X509_PURPOSE_DYNAMIC;
    -	} else ptmp = X509_PURPOSE_get0(idx);
    -
    -	/* OPENSSL_free existing name if dynamic */
    -	if(ptmp->flags & X509_PURPOSE_DYNAMIC_NAME) {
    -		OPENSSL_free(ptmp->name);
    -		OPENSSL_free(ptmp->sname);
    -	}
    -	/* dup supplied name */
    -	ptmp->name = BUF_strdup(name);
    -	ptmp->sname = BUF_strdup(sname);
    -	if(!ptmp->name || !ptmp->sname) {
    -		X509V3err(X509V3_F_X509_PURPOSE_ADD,ERR_R_MALLOC_FAILURE);
    -		return 0;
    -	}
    -	/* Keep the dynamic flag of existing entry */
    -	ptmp->flags &= X509_PURPOSE_DYNAMIC;
    -	/* Set all other flags */
    -	ptmp->flags |= flags;
    -
    -	ptmp->purpose = id;
    -	ptmp->trust = trust;
    -	ptmp->check_purpose = ck;
    -	ptmp->usr_data = arg;
    -
    -	/* If its a new entry manage the dynamic table */
    -	if(idx == -1) {
    -		if(!xptable && !(xptable = sk_X509_PURPOSE_new(xp_cmp))) {
    -			X509V3err(X509V3_F_X509_PURPOSE_ADD,ERR_R_MALLOC_FAILURE);
    -			return 0;
    -		}
    -		if (!sk_X509_PURPOSE_push(xptable, ptmp)) {
    -			X509V3err(X509V3_F_X509_PURPOSE_ADD,ERR_R_MALLOC_FAILURE);
    -			return 0;
    -		}
    -	}
    -	return 1;
    +                     int (*ck) (const X509_PURPOSE *, const X509 *, int),
    +                     char *name, char *sname, void *arg)
    +{
    +    int idx;
    +    X509_PURPOSE *ptmp;
    +    /*
    +     * This is set according to what we change: application can't set it
    +     */
    +    flags &= ~X509_PURPOSE_DYNAMIC;
    +    /* This will always be set for application modified trust entries */
    +    flags |= X509_PURPOSE_DYNAMIC_NAME;
    +    /* Get existing entry if any */
    +    idx = X509_PURPOSE_get_by_id(id);
    +    /* Need a new entry */
    +    if (idx == -1) {
    +        if (!(ptmp = OPENSSL_malloc(sizeof(X509_PURPOSE)))) {
    +            X509V3err(X509V3_F_X509_PURPOSE_ADD, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +        ptmp->flags = X509_PURPOSE_DYNAMIC;
    +    } else
    +        ptmp = X509_PURPOSE_get0(idx);
    +
    +    /* OPENSSL_free existing name if dynamic */
    +    if (ptmp->flags & X509_PURPOSE_DYNAMIC_NAME) {
    +        OPENSSL_free(ptmp->name);
    +        OPENSSL_free(ptmp->sname);
    +    }
    +    /* dup supplied name */
    +    ptmp->name = BUF_strdup(name);
    +    ptmp->sname = BUF_strdup(sname);
    +    if (!ptmp->name || !ptmp->sname) {
    +        X509V3err(X509V3_F_X509_PURPOSE_ADD, ERR_R_MALLOC_FAILURE);
    +        return 0;
    +    }
    +    /* Keep the dynamic flag of existing entry */
    +    ptmp->flags &= X509_PURPOSE_DYNAMIC;
    +    /* Set all other flags */
    +    ptmp->flags |= flags;
    +
    +    ptmp->purpose = id;
    +    ptmp->trust = trust;
    +    ptmp->check_purpose = ck;
    +    ptmp->usr_data = arg;
    +
    +    /* If its a new entry manage the dynamic table */
    +    if (idx == -1) {
    +        if (!xptable && !(xptable = sk_X509_PURPOSE_new(xp_cmp))) {
    +            X509V3err(X509V3_F_X509_PURPOSE_ADD, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +        if (!sk_X509_PURPOSE_push(xptable, ptmp)) {
    +            X509V3err(X509V3_F_X509_PURPOSE_ADD, ERR_R_MALLOC_FAILURE);
    +            return 0;
    +        }
    +    }
    +    return 1;
     }
     
     static void xptable_free(X509_PURPOSE *p)
    -	{
    -	if(!p) return;
    -	if (p->flags & X509_PURPOSE_DYNAMIC) 
    -		{
    -		if (p->flags & X509_PURPOSE_DYNAMIC_NAME) {
    -			OPENSSL_free(p->name);
    -			OPENSSL_free(p->sname);
    -		}
    -		OPENSSL_free(p);
    -		}
    -	}
    +{
    +    if (!p)
    +        return;
    +    if (p->flags & X509_PURPOSE_DYNAMIC) {
    +        if (p->flags & X509_PURPOSE_DYNAMIC_NAME) {
    +            OPENSSL_free(p->name);
    +            OPENSSL_free(p->sname);
    +        }
    +        OPENSSL_free(p);
    +    }
    +}
     
     void X509_PURPOSE_cleanup(void)
     {
    -	unsigned int i;
    -	sk_X509_PURPOSE_pop_free(xptable, xptable_free);
    -	for(i = 0; i < X509_PURPOSE_COUNT; i++) xptable_free(xstandard + i);
    -	xptable = NULL;
    +    unsigned int i;
    +    sk_X509_PURPOSE_pop_free(xptable, xptable_free);
    +    for (i = 0; i < X509_PURPOSE_COUNT; i++)
    +        xptable_free(xstandard + i);
    +    xptable = NULL;
     }
     
     int X509_PURPOSE_get_id(X509_PURPOSE *xp)
     {
    -	return xp->purpose;
    +    return xp->purpose;
     }
     
     char *X509_PURPOSE_get0_name(X509_PURPOSE *xp)
     {
    -	return xp->name;
    +    return xp->name;
     }
     
     char *X509_PURPOSE_get0_sname(X509_PURPOSE *xp)
     {
    -	return xp->sname;
    +    return xp->sname;
     }
     
     int X509_PURPOSE_get_trust(X509_PURPOSE *xp)
     {
    -	return xp->trust;
    +    return xp->trust;
     }
     
     static int nid_cmp(const int *a, const int *b)
    -	{
    -	return *a - *b;
    -	}
    +{
    +    return *a - *b;
    +}
     
     DECLARE_OBJ_BSEARCH_CMP_FN(int, int, nid);
     IMPLEMENT_OBJ_BSEARCH_CMP_FN(int, int, nid);
     
     int X509_supported_extension(X509_EXTENSION *ex)
    -	{
    -	/* This table is a list of the NIDs of supported extensions:
    -	 * that is those which are used by the verify process. If
    -	 * an extension is critical and doesn't appear in this list
    -	 * then the verify process will normally reject the certificate.
    -	 * The list must be kept in numerical order because it will be
    -	 * searched using bsearch.
    -	 */
    -
    -	static const int supported_nids[] = {
    -		NID_netscape_cert_type, /* 71 */
    -        	NID_key_usage,		/* 83 */
    -		NID_subject_alt_name,	/* 85 */
    -		NID_basic_constraints,	/* 87 */
    -		NID_certificate_policies, /* 89 */
    -        	NID_ext_key_usage,	/* 126 */
    +{
    +    /*
    +     * This table is a list of the NIDs of supported extensions: that is
    +     * those which are used by the verify process. If an extension is
    +     * critical and doesn't appear in this list then the verify process will
    +     * normally reject the certificate. The list must be kept in numerical
    +     * order because it will be searched using bsearch.
    +     */
    +
    +    static const int supported_nids[] = {
    +        NID_netscape_cert_type, /* 71 */
    +        NID_key_usage,          /* 83 */
    +        NID_subject_alt_name,   /* 85 */
    +        NID_basic_constraints,  /* 87 */
    +        NID_certificate_policies, /* 89 */
    +        NID_ext_key_usage,      /* 126 */
     #ifndef OPENSSL_NO_RFC3779
    -		NID_sbgp_ipAddrBlock,	/* 290 */
    -		NID_sbgp_autonomousSysNum, /* 291 */
    +        NID_sbgp_ipAddrBlock,   /* 290 */
    +        NID_sbgp_autonomousSysNum, /* 291 */
     #endif
    -		NID_policy_constraints,	/* 401 */
    -		NID_proxyCertInfo,	/* 663 */
    -		NID_name_constraints,	/* 666 */
    -		NID_policy_mappings,	/* 747 */
    -		NID_inhibit_any_policy	/* 748 */
    -	};
    -
    -	int ex_nid = OBJ_obj2nid(X509_EXTENSION_get_object(ex));
    -
    -	if (ex_nid == NID_undef) 
    -		return 0;
    -
    -	if (OBJ_bsearch_nid(&ex_nid, supported_nids,
    -			sizeof(supported_nids)/sizeof(int)))
    -		return 1;
    -	return 0;
    -	}
    +        NID_policy_constraints, /* 401 */
    +        NID_proxyCertInfo,      /* 663 */
    +        NID_name_constraints,   /* 666 */
    +        NID_policy_mappings,    /* 747 */
    +        NID_inhibit_any_policy  /* 748 */
    +    };
    +
    +    int ex_nid = OBJ_obj2nid(X509_EXTENSION_get_object(ex));
    +
    +    if (ex_nid == NID_undef)
    +        return 0;
    +
    +    if (OBJ_bsearch_nid(&ex_nid, supported_nids,
    +                        sizeof(supported_nids) / sizeof(int)))
    +        return 1;
    +    return 0;
    +}
     
     static void setup_dp(X509 *x, DIST_POINT *dp)
    -	{
    -	X509_NAME *iname = NULL;
    -	int i;
    -	if (dp->reasons)
    -		{
    -		if (dp->reasons->length > 0)
    -			dp->dp_reasons = dp->reasons->data[0];
    -		if (dp->reasons->length > 1)
    -			dp->dp_reasons |= (dp->reasons->data[1] << 8);
    -		dp->dp_reasons &= CRLDP_ALL_REASONS;
    -		}
    -	else
    -		dp->dp_reasons = CRLDP_ALL_REASONS;
    -	if (!dp->distpoint || (dp->distpoint->type != 1))
    -		return;
    -	for (i = 0; i < sk_GENERAL_NAME_num(dp->CRLissuer); i++)
    -		{
    -		GENERAL_NAME *gen = sk_GENERAL_NAME_value(dp->CRLissuer, i);
    -		if (gen->type == GEN_DIRNAME)
    -			{
    -			iname = gen->d.directoryName;
    -			break;
    -			}
    -		}
    -	if (!iname)
    -		iname = X509_get_issuer_name(x);
    -
    -	DIST_POINT_set_dpname(dp->distpoint, iname);
    -
    -	}
    +{
    +    X509_NAME *iname = NULL;
    +    int i;
    +    if (dp->reasons) {
    +        if (dp->reasons->length > 0)
    +            dp->dp_reasons = dp->reasons->data[0];
    +        if (dp->reasons->length > 1)
    +            dp->dp_reasons |= (dp->reasons->data[1] << 8);
    +        dp->dp_reasons &= CRLDP_ALL_REASONS;
    +    } else
    +        dp->dp_reasons = CRLDP_ALL_REASONS;
    +    if (!dp->distpoint || (dp->distpoint->type != 1))
    +        return;
    +    for (i = 0; i < sk_GENERAL_NAME_num(dp->CRLissuer); i++) {
    +        GENERAL_NAME *gen = sk_GENERAL_NAME_value(dp->CRLissuer, i);
    +        if (gen->type == GEN_DIRNAME) {
    +            iname = gen->d.directoryName;
    +            break;
    +        }
    +    }
    +    if (!iname)
    +        iname = X509_get_issuer_name(x);
    +
    +    DIST_POINT_set_dpname(dp->distpoint, iname);
    +
    +}
     
     static void setup_crldp(X509 *x)
    -	{
    -	int i;
    -	x->crldp = X509_get_ext_d2i(x, NID_crl_distribution_points, NULL, NULL);
    -	for (i = 0; i < sk_DIST_POINT_num(x->crldp); i++)
    -		setup_dp(x, sk_DIST_POINT_value(x->crldp, i));
    -	}
    +{
    +    int i;
    +    x->crldp = X509_get_ext_d2i(x, NID_crl_distribution_points, NULL, NULL);
    +    for (i = 0; i < sk_DIST_POINT_num(x->crldp); i++)
    +        setup_dp(x, sk_DIST_POINT_value(x->crldp, i));
    +}
     
     static void x509v3_cache_extensions(X509 *x)
     {
    -	BASIC_CONSTRAINTS *bs;
    -	PROXY_CERT_INFO_EXTENSION *pci;
    -	ASN1_BIT_STRING *usage;
    -	ASN1_BIT_STRING *ns;
    -	EXTENDED_KEY_USAGE *extusage;
    -	X509_EXTENSION *ex;
    -	
    -	int i;
    -	if(x->ex_flags & EXFLAG_SET) return;
    +    BASIC_CONSTRAINTS *bs;
    +    PROXY_CERT_INFO_EXTENSION *pci;
    +    ASN1_BIT_STRING *usage;
    +    ASN1_BIT_STRING *ns;
    +    EXTENDED_KEY_USAGE *extusage;
    +    X509_EXTENSION *ex;
    +
    +    int i;
    +    if (x->ex_flags & EXFLAG_SET)
    +        return;
     #ifndef OPENSSL_NO_SHA
    -	X509_digest(x, EVP_sha1(), x->sha1_hash, NULL);
    +    X509_digest(x, EVP_sha1(), x->sha1_hash, NULL);
     #endif
    -	/* Does subject name match issuer ? */
    -	if(!X509_NAME_cmp(X509_get_subject_name(x), X509_get_issuer_name(x)))
    -			 x->ex_flags |= EXFLAG_SI;
    -	/* V1 should mean no extensions ... */
    -	if(!X509_get_version(x)) x->ex_flags |= EXFLAG_V1;
    -	/* Handle basic constraints */
    -	if((bs=X509_get_ext_d2i(x, NID_basic_constraints, NULL, NULL))) {
    -		if(bs->ca) x->ex_flags |= EXFLAG_CA;
    -		if(bs->pathlen) {
    -			if((bs->pathlen->type == V_ASN1_NEG_INTEGER)
    -						|| !bs->ca) {
    -				x->ex_flags |= EXFLAG_INVALID;
    -				x->ex_pathlen = 0;
    -			} else x->ex_pathlen = ASN1_INTEGER_get(bs->pathlen);
    -		} else x->ex_pathlen = -1;
    -		BASIC_CONSTRAINTS_free(bs);
    -		x->ex_flags |= EXFLAG_BCONS;
    -	}
    -	/* Handle proxy certificates */
    -	if((pci=X509_get_ext_d2i(x, NID_proxyCertInfo, NULL, NULL))) {
    -		if (x->ex_flags & EXFLAG_CA
    -		    || X509_get_ext_by_NID(x, NID_subject_alt_name, -1) >= 0
    -		    || X509_get_ext_by_NID(x, NID_issuer_alt_name, -1) >= 0) {
    -			x->ex_flags |= EXFLAG_INVALID;
    -		}
    -		if (pci->pcPathLengthConstraint) {
    -			x->ex_pcpathlen =
    -				ASN1_INTEGER_get(pci->pcPathLengthConstraint);
    -		} else x->ex_pcpathlen = -1;
    -		PROXY_CERT_INFO_EXTENSION_free(pci);
    -		x->ex_flags |= EXFLAG_PROXY;
    -	}
    -	/* Handle key usage */
    -	if((usage=X509_get_ext_d2i(x, NID_key_usage, NULL, NULL))) {
    -		if(usage->length > 0) {
    -			x->ex_kusage = usage->data[0];
    -			if(usage->length > 1) 
    -				x->ex_kusage |= usage->data[1] << 8;
    -		} else x->ex_kusage = 0;
    -		x->ex_flags |= EXFLAG_KUSAGE;
    -		ASN1_BIT_STRING_free(usage);
    -	}
    -	x->ex_xkusage = 0;
    -	if((extusage=X509_get_ext_d2i(x, NID_ext_key_usage, NULL, NULL))) {
    -		x->ex_flags |= EXFLAG_XKUSAGE;
    -		for(i = 0; i < sk_ASN1_OBJECT_num(extusage); i++) {
    -			switch(OBJ_obj2nid(sk_ASN1_OBJECT_value(extusage,i))) {
    -				case NID_server_auth:
    -				x->ex_xkusage |= XKU_SSL_SERVER;
    -				break;
    -
    -				case NID_client_auth:
    -				x->ex_xkusage |= XKU_SSL_CLIENT;
    -				break;
    -
    -				case NID_email_protect:
    -				x->ex_xkusage |= XKU_SMIME;
    -				break;
    -
    -				case NID_code_sign:
    -				x->ex_xkusage |= XKU_CODE_SIGN;
    -				break;
    -
    -				case NID_ms_sgc:
    -				case NID_ns_sgc:
    -				x->ex_xkusage |= XKU_SGC;
    -				break;
    -
    -				case NID_OCSP_sign:
    -				x->ex_xkusage |= XKU_OCSP_SIGN;
    -				break;
    -
    -				case NID_time_stamp:
    -				x->ex_xkusage |= XKU_TIMESTAMP;
    -				break;
    -
    -				case NID_dvcs:
    -				x->ex_xkusage |= XKU_DVCS;
    -				break;
    -			}
    -		}
    -		sk_ASN1_OBJECT_pop_free(extusage, ASN1_OBJECT_free);
    -	}
    -
    -	if((ns=X509_get_ext_d2i(x, NID_netscape_cert_type, NULL, NULL))) {
    -		if(ns->length > 0) x->ex_nscert = ns->data[0];
    -		else x->ex_nscert = 0;
    -		x->ex_flags |= EXFLAG_NSCERT;
    -		ASN1_BIT_STRING_free(ns);
    -	}
    -	x->skid =X509_get_ext_d2i(x, NID_subject_key_identifier, NULL, NULL);
    -	x->akid =X509_get_ext_d2i(x, NID_authority_key_identifier, NULL, NULL);
    -	x->altname = X509_get_ext_d2i(x, NID_subject_alt_name, NULL, NULL);
    -	x->nc = X509_get_ext_d2i(x, NID_name_constraints, &i, NULL);
    -	if (!x->nc && (i != -1))
    -		x->ex_flags |= EXFLAG_INVALID;
    -	setup_crldp(x);
    +    /* V1 should mean no extensions ... */
    +    if (!X509_get_version(x))
    +        x->ex_flags |= EXFLAG_V1;
    +    /* Handle basic constraints */
    +    if ((bs = X509_get_ext_d2i(x, NID_basic_constraints, NULL, NULL))) {
    +        if (bs->ca)
    +            x->ex_flags |= EXFLAG_CA;
    +        if (bs->pathlen) {
    +            if ((bs->pathlen->type == V_ASN1_NEG_INTEGER)
    +                || !bs->ca) {
    +                x->ex_flags |= EXFLAG_INVALID;
    +                x->ex_pathlen = 0;
    +            } else
    +                x->ex_pathlen = ASN1_INTEGER_get(bs->pathlen);
    +        } else
    +            x->ex_pathlen = -1;
    +        BASIC_CONSTRAINTS_free(bs);
    +        x->ex_flags |= EXFLAG_BCONS;
    +    }
    +    /* Handle proxy certificates */
    +    if ((pci = X509_get_ext_d2i(x, NID_proxyCertInfo, NULL, NULL))) {
    +        if (x->ex_flags & EXFLAG_CA
    +            || X509_get_ext_by_NID(x, NID_subject_alt_name, -1) >= 0
    +            || X509_get_ext_by_NID(x, NID_issuer_alt_name, -1) >= 0) {
    +            x->ex_flags |= EXFLAG_INVALID;
    +        }
    +        if (pci->pcPathLengthConstraint) {
    +            x->ex_pcpathlen = ASN1_INTEGER_get(pci->pcPathLengthConstraint);
    +        } else
    +            x->ex_pcpathlen = -1;
    +        PROXY_CERT_INFO_EXTENSION_free(pci);
    +        x->ex_flags |= EXFLAG_PROXY;
    +    }
    +    /* Handle key usage */
    +    if ((usage = X509_get_ext_d2i(x, NID_key_usage, NULL, NULL))) {
    +        if (usage->length > 0) {
    +            x->ex_kusage = usage->data[0];
    +            if (usage->length > 1)
    +                x->ex_kusage |= usage->data[1] << 8;
    +        } else
    +            x->ex_kusage = 0;
    +        x->ex_flags |= EXFLAG_KUSAGE;
    +        ASN1_BIT_STRING_free(usage);
    +    }
    +    x->ex_xkusage = 0;
    +    if ((extusage = X509_get_ext_d2i(x, NID_ext_key_usage, NULL, NULL))) {
    +        x->ex_flags |= EXFLAG_XKUSAGE;
    +        for (i = 0; i < sk_ASN1_OBJECT_num(extusage); i++) {
    +            switch (OBJ_obj2nid(sk_ASN1_OBJECT_value(extusage, i))) {
    +            case NID_server_auth:
    +                x->ex_xkusage |= XKU_SSL_SERVER;
    +                break;
    +
    +            case NID_client_auth:
    +                x->ex_xkusage |= XKU_SSL_CLIENT;
    +                break;
    +
    +            case NID_email_protect:
    +                x->ex_xkusage |= XKU_SMIME;
    +                break;
    +
    +            case NID_code_sign:
    +                x->ex_xkusage |= XKU_CODE_SIGN;
    +                break;
    +
    +            case NID_ms_sgc:
    +            case NID_ns_sgc:
    +                x->ex_xkusage |= XKU_SGC;
    +                break;
    +
    +            case NID_OCSP_sign:
    +                x->ex_xkusage |= XKU_OCSP_SIGN;
    +                break;
    +
    +            case NID_time_stamp:
    +                x->ex_xkusage |= XKU_TIMESTAMP;
    +                break;
    +
    +            case NID_dvcs:
    +                x->ex_xkusage |= XKU_DVCS;
    +                break;
    +
    +            case NID_anyExtendedKeyUsage:
    +                x->ex_xkusage |= XKU_ANYEKU;
    +                break;
    +            }
    +        }
    +        sk_ASN1_OBJECT_pop_free(extusage, ASN1_OBJECT_free);
    +    }
    +
    +    if ((ns = X509_get_ext_d2i(x, NID_netscape_cert_type, NULL, NULL))) {
    +        if (ns->length > 0)
    +            x->ex_nscert = ns->data[0];
    +        else
    +            x->ex_nscert = 0;
    +        x->ex_flags |= EXFLAG_NSCERT;
    +        ASN1_BIT_STRING_free(ns);
    +    }
    +    x->skid = X509_get_ext_d2i(x, NID_subject_key_identifier, NULL, NULL);
    +    x->akid = X509_get_ext_d2i(x, NID_authority_key_identifier, NULL, NULL);
    +    /* Does subject name match issuer ? */
    +    if (!X509_NAME_cmp(X509_get_subject_name(x), X509_get_issuer_name(x))) {
    +        x->ex_flags |= EXFLAG_SI;
    +        /* If SKID matches AKID also indicate self signed */
    +        if (X509_check_akid(x, x->akid) == X509_V_OK)
    +            x->ex_flags |= EXFLAG_SS;
    +    }
    +    x->altname = X509_get_ext_d2i(x, NID_subject_alt_name, NULL, NULL);
    +    x->nc = X509_get_ext_d2i(x, NID_name_constraints, &i, NULL);
    +    if (!x->nc && (i != -1))
    +        x->ex_flags |= EXFLAG_INVALID;
    +    setup_crldp(x);
     
     #ifndef OPENSSL_NO_RFC3779
    - 	x->rfc3779_addr =X509_get_ext_d2i(x, NID_sbgp_ipAddrBlock, NULL, NULL);
    - 	x->rfc3779_asid =X509_get_ext_d2i(x, NID_sbgp_autonomousSysNum,
    - 					  NULL, NULL);
    +    x->rfc3779_addr = X509_get_ext_d2i(x, NID_sbgp_ipAddrBlock, NULL, NULL);
    +    x->rfc3779_asid = X509_get_ext_d2i(x, NID_sbgp_autonomousSysNum,
    +                                       NULL, NULL);
     #endif
    -	for (i = 0; i < X509_get_ext_count(x); i++)
    -		{
    -		ex = X509_get_ext(x, i);
    -		if (OBJ_obj2nid(X509_EXTENSION_get_object(ex))
    -					== NID_freshest_crl)
    -			x->ex_flags |= EXFLAG_FRESHEST;
    -		if (!X509_EXTENSION_get_critical(ex))
    -			continue;
    -		if (!X509_supported_extension(ex))
    -			{
    -			x->ex_flags |= EXFLAG_CRITICAL;
    -			break;
    -			}
    -		}
    -	x->ex_flags |= EXFLAG_SET;
    -}
    -
    -/* CA checks common to all purposes
    +    for (i = 0; i < X509_get_ext_count(x); i++) {
    +        ex = X509_get_ext(x, i);
    +        if (OBJ_obj2nid(X509_EXTENSION_get_object(ex))
    +            == NID_freshest_crl)
    +            x->ex_flags |= EXFLAG_FRESHEST;
    +        if (!X509_EXTENSION_get_critical(ex))
    +            continue;
    +        if (!X509_supported_extension(ex)) {
    +            x->ex_flags |= EXFLAG_CRITICAL;
    +            break;
    +        }
    +    }
    +    x->ex_flags |= EXFLAG_SET;
    +}
    +
    +/*-
    + * CA checks common to all purposes
      * return codes:
      * 0 not a CA
      * 1 is a CA
    @@ -499,194 +540,244 @@ static void x509v3_cache_extensions(X509 *x)
     
     #define V1_ROOT (EXFLAG_V1|EXFLAG_SS)
     #define ku_reject(x, usage) \
    -	(((x)->ex_flags & EXFLAG_KUSAGE) && !((x)->ex_kusage & (usage)))
    +        (((x)->ex_flags & EXFLAG_KUSAGE) && !((x)->ex_kusage & (usage)))
     #define xku_reject(x, usage) \
    -	(((x)->ex_flags & EXFLAG_XKUSAGE) && !((x)->ex_xkusage & (usage)))
    +        (((x)->ex_flags & EXFLAG_XKUSAGE) && !((x)->ex_xkusage & (usage)))
     #define ns_reject(x, usage) \
    -	(((x)->ex_flags & EXFLAG_NSCERT) && !((x)->ex_nscert & (usage)))
    +        (((x)->ex_flags & EXFLAG_NSCERT) && !((x)->ex_nscert & (usage)))
     
     static int check_ca(const X509 *x)
     {
    -	/* keyUsage if present should allow cert signing */
    -	if(ku_reject(x, KU_KEY_CERT_SIGN)) return 0;
    -	if(x->ex_flags & EXFLAG_BCONS) {
    -		if(x->ex_flags & EXFLAG_CA) return 1;
    -		/* If basicConstraints says not a CA then say so */
    -		else return 0;
    -	} else {
    -		/* we support V1 roots for...  uh, I don't really know why. */
    -		if((x->ex_flags & V1_ROOT) == V1_ROOT) return 3;
    -		/* If key usage present it must have certSign so tolerate it */
    -		else if (x->ex_flags & EXFLAG_KUSAGE) return 4;
    -		/* Older certificates could have Netscape-specific CA types */
    -		else if (x->ex_flags & EXFLAG_NSCERT
    -			 && x->ex_nscert & NS_ANY_CA) return 5;
    -		/* can this still be regarded a CA certificate?  I doubt it */
    -		return 0;
    -	}
    +    /* keyUsage if present should allow cert signing */
    +    if (ku_reject(x, KU_KEY_CERT_SIGN))
    +        return 0;
    +    if (x->ex_flags & EXFLAG_BCONS) {
    +        if (x->ex_flags & EXFLAG_CA)
    +            return 1;
    +        /* If basicConstraints says not a CA then say so */
    +        else
    +            return 0;
    +    } else {
    +        /* we support V1 roots for...  uh, I don't really know why. */
    +        if ((x->ex_flags & V1_ROOT) == V1_ROOT)
    +            return 3;
    +        /*
    +         * If key usage present it must have certSign so tolerate it
    +         */
    +        else if (x->ex_flags & EXFLAG_KUSAGE)
    +            return 4;
    +        /* Older certificates could have Netscape-specific CA types */
    +        else if (x->ex_flags & EXFLAG_NSCERT && x->ex_nscert & NS_ANY_CA)
    +            return 5;
    +        /* can this still be regarded a CA certificate?  I doubt it */
    +        return 0;
    +    }
     }
     
     int X509_check_ca(X509 *x)
     {
    -	if(!(x->ex_flags & EXFLAG_SET)) {
    -		CRYPTO_w_lock(CRYPTO_LOCK_X509);
    -		x509v3_cache_extensions(x);
    -		CRYPTO_w_unlock(CRYPTO_LOCK_X509);
    -	}
    +    if (!(x->ex_flags & EXFLAG_SET)) {
    +        CRYPTO_w_lock(CRYPTO_LOCK_X509);
    +        x509v3_cache_extensions(x);
    +        CRYPTO_w_unlock(CRYPTO_LOCK_X509);
    +    }
     
    -	return check_ca(x);
    +    return check_ca(x);
     }
     
     /* Check SSL CA: common checks for SSL client and server */
     static int check_ssl_ca(const X509 *x)
     {
    -	int ca_ret;
    -	ca_ret = check_ca(x);
    -	if(!ca_ret) return 0;
    -	/* check nsCertType if present */
    -	if(ca_ret != 5 || x->ex_nscert & NS_SSL_CA) return ca_ret;
    -	else return 0;
    +    int ca_ret;
    +    ca_ret = check_ca(x);
    +    if (!ca_ret)
    +        return 0;
    +    /* check nsCertType if present */
    +    if (ca_ret != 5 || x->ex_nscert & NS_SSL_CA)
    +        return ca_ret;
    +    else
    +        return 0;
     }
     
    -
    -static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca)
    +static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x,
    +                                    int ca)
     {
    -	if(xku_reject(x,XKU_SSL_CLIENT)) return 0;
    -	if(ca) return check_ssl_ca(x);
    -	/* We need to do digital signatures with it */
    -	if(ku_reject(x,KU_DIGITAL_SIGNATURE)) return 0;
    -	/* nsCertType if present should allow SSL client use */	
    -	if(ns_reject(x, NS_SSL_CLIENT)) return 0;
    -	return 1;
    +    if (xku_reject(x, XKU_SSL_CLIENT))
    +        return 0;
    +    if (ca)
    +        return check_ssl_ca(x);
    +    /* We need to do digital signatures or key agreement */
    +    if (ku_reject(x, KU_DIGITAL_SIGNATURE | KU_KEY_AGREEMENT))
    +        return 0;
    +    /* nsCertType if present should allow SSL client use */
    +    if (ns_reject(x, NS_SSL_CLIENT))
    +        return 0;
    +    return 1;
     }
     
    -static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca)
    +/*
    + * Key usage needed for TLS/SSL server: digital signature, encipherment or
    + * key agreement. The ssl code can check this more thoroughly for individual
    + * key types.
    + */
    +#define KU_TLS \
    +        KU_DIGITAL_SIGNATURE|KU_KEY_ENCIPHERMENT|KU_KEY_AGREEMENT
    +
    +static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x,
    +                                    int ca)
     {
    -	if(xku_reject(x,XKU_SSL_SERVER|XKU_SGC)) return 0;
    -	if(ca) return check_ssl_ca(x);
    +    if (xku_reject(x, XKU_SSL_SERVER | XKU_SGC))
    +        return 0;
    +    if (ca)
    +        return check_ssl_ca(x);
    +
    +    if (ns_reject(x, NS_SSL_SERVER))
    +        return 0;
    +    if (ku_reject(x, KU_TLS))
    +        return 0;
     
    -	if(ns_reject(x, NS_SSL_SERVER)) return 0;
    -	/* Now as for keyUsage: we'll at least need to sign OR encipher */
    -	if(ku_reject(x, KU_DIGITAL_SIGNATURE|KU_KEY_ENCIPHERMENT)) return 0;
    -	
    -	return 1;
    +    return 1;
     
     }
     
    -static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca)
    +static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x,
    +                                       int ca)
     {
    -	int ret;
    -	ret = check_purpose_ssl_server(xp, x, ca);
    -	if(!ret || ca) return ret;
    -	/* We need to encipher or Netscape complains */
    -	if(ku_reject(x, KU_KEY_ENCIPHERMENT)) return 0;
    -	return ret;
    +    int ret;
    +    ret = check_purpose_ssl_server(xp, x, ca);
    +    if (!ret || ca)
    +        return ret;
    +    /* We need to encipher or Netscape complains */
    +    if (ku_reject(x, KU_KEY_ENCIPHERMENT))
    +        return 0;
    +    return ret;
     }
     
     /* common S/MIME checks */
     static int purpose_smime(const X509 *x, int ca)
     {
    -	if(xku_reject(x,XKU_SMIME)) return 0;
    -	if(ca) {
    -		int ca_ret;
    -		ca_ret = check_ca(x);
    -		if(!ca_ret) return 0;
    -		/* check nsCertType if present */
    -		if(ca_ret != 5 || x->ex_nscert & NS_SMIME_CA) return ca_ret;
    -		else return 0;
    -	}
    -	if(x->ex_flags & EXFLAG_NSCERT) {
    -		if(x->ex_nscert & NS_SMIME) return 1;
    -		/* Workaround for some buggy certificates */
    -		if(x->ex_nscert & NS_SSL_CLIENT) return 2;
    -		return 0;
    -	}
    -	return 1;
    +    if (xku_reject(x, XKU_SMIME))
    +        return 0;
    +    if (ca) {
    +        int ca_ret;
    +        ca_ret = check_ca(x);
    +        if (!ca_ret)
    +            return 0;
    +        /* check nsCertType if present */
    +        if (ca_ret != 5 || x->ex_nscert & NS_SMIME_CA)
    +            return ca_ret;
    +        else
    +            return 0;
    +    }
    +    if (x->ex_flags & EXFLAG_NSCERT) {
    +        if (x->ex_nscert & NS_SMIME)
    +            return 1;
    +        /* Workaround for some buggy certificates */
    +        if (x->ex_nscert & NS_SSL_CLIENT)
    +            return 2;
    +        return 0;
    +    }
    +    return 1;
     }
     
    -static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int ca)
    +static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x,
    +                                    int ca)
     {
    -	int ret;
    -	ret = purpose_smime(x, ca);
    -	if(!ret || ca) return ret;
    -	if(ku_reject(x, KU_DIGITAL_SIGNATURE|KU_NON_REPUDIATION)) return 0;
    -	return ret;
    +    int ret;
    +    ret = purpose_smime(x, ca);
    +    if (!ret || ca)
    +        return ret;
    +    if (ku_reject(x, KU_DIGITAL_SIGNATURE | KU_NON_REPUDIATION))
    +        return 0;
    +    return ret;
     }
     
    -static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int ca)
    +static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x,
    +                                       int ca)
     {
    -	int ret;
    -	ret = purpose_smime(x, ca);
    -	if(!ret || ca) return ret;
    -	if(ku_reject(x, KU_KEY_ENCIPHERMENT)) return 0;
    -	return ret;
    +    int ret;
    +    ret = purpose_smime(x, ca);
    +    if (!ret || ca)
    +        return ret;
    +    if (ku_reject(x, KU_KEY_ENCIPHERMENT))
    +        return 0;
    +    return ret;
     }
     
    -static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, int ca)
    +static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x,
    +                                  int ca)
     {
    -	if(ca) {
    -		int ca_ret;
    -		if((ca_ret = check_ca(x)) != 2) return ca_ret;
    -		else return 0;
    -	}
    -	if(ku_reject(x, KU_CRL_SIGN)) return 0;
    -	return 1;
    +    if (ca) {
    +        int ca_ret;
    +        if ((ca_ret = check_ca(x)) != 2)
    +            return ca_ret;
    +        else
    +            return 0;
    +    }
    +    if (ku_reject(x, KU_CRL_SIGN))
    +        return 0;
    +    return 1;
     }
     
    -/* OCSP helper: this is *not* a full OCSP check. It just checks that
    - * each CA is valid. Additional checks must be made on the chain.
    +/*
    + * OCSP helper: this is *not* a full OCSP check. It just checks that each CA
    + * is valid. Additional checks must be made on the chain.
      */
     
     static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca)
     {
    -	/* Must be a valid CA.  Should we really support the "I don't know"
    -	   value (2)? */
    -	if(ca) return check_ca(x);
    -	/* leaf certificate is checked in OCSP_verify() */
    -	return 1;
    +    /*
    +     * Must be a valid CA.  Should we really support the "I don't know" value
    +     * (2)?
    +     */
    +    if (ca)
    +        return check_ca(x);
    +    /* leaf certificate is checked in OCSP_verify() */
    +    return 1;
     }
     
     static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x,
    -					int ca)
    +                                        int ca)
     {
    -	int i_ext;
    -
    -	/* If ca is true we must return if this is a valid CA certificate. */
    -	if (ca) return check_ca(x);
    -
    -	/* 
    -	 * Check the optional key usage field:
    -	 * if Key Usage is present, it must be one of digitalSignature 
    -	 * and/or nonRepudiation (other values are not consistent and shall
    -	 * be rejected).
    -	 */
    -	if ((x->ex_flags & EXFLAG_KUSAGE)
    -	    && ((x->ex_kusage & ~(KU_NON_REPUDIATION | KU_DIGITAL_SIGNATURE)) ||
    -		!(x->ex_kusage & (KU_NON_REPUDIATION | KU_DIGITAL_SIGNATURE))))
    -		return 0;
    -
    -	/* Only time stamp key usage is permitted and it's required. */
    -	if (!(x->ex_flags & EXFLAG_XKUSAGE) || x->ex_xkusage != XKU_TIMESTAMP)
    -		return 0;
    -
    -	/* Extended Key Usage MUST be critical */
    -	i_ext = X509_get_ext_by_NID((X509 *) x, NID_ext_key_usage, -1);
    -	if (i_ext >= 0)
    -		{
    -		X509_EXTENSION *ext = X509_get_ext((X509 *) x, i_ext);
    -		if (!X509_EXTENSION_get_critical(ext))
    -			return 0;
    -		}
    -
    -	return 1;
    +    int i_ext;
    +
    +    /* If ca is true we must return if this is a valid CA certificate. */
    +    if (ca)
    +        return check_ca(x);
    +
    +    /*
    +     * Check the optional key usage field:
    +     * if Key Usage is present, it must be one of digitalSignature
    +     * and/or nonRepudiation (other values are not consistent and shall
    +     * be rejected).
    +     */
    +    if ((x->ex_flags & EXFLAG_KUSAGE)
    +        && ((x->ex_kusage & ~(KU_NON_REPUDIATION | KU_DIGITAL_SIGNATURE)) ||
    +            !(x->ex_kusage & (KU_NON_REPUDIATION | KU_DIGITAL_SIGNATURE))))
    +        return 0;
    +
    +    /* Only time stamp key usage is permitted and it's required. */
    +    if (!(x->ex_flags & EXFLAG_XKUSAGE) || x->ex_xkusage != XKU_TIMESTAMP)
    +        return 0;
    +
    +    /* Extended Key Usage MUST be critical */
    +    i_ext = X509_get_ext_by_NID((X509 *)x, NID_ext_key_usage, -1);
    +    if (i_ext >= 0) {
    +        X509_EXTENSION *ext = X509_get_ext((X509 *)x, i_ext);
    +        if (!X509_EXTENSION_get_critical(ext))
    +            return 0;
    +    }
    +
    +    return 1;
     }
     
     static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca)
     {
    -	return 1;
    +    return 1;
     }
     
    -/* Various checks to see if one certificate issued the second.
    +/*-
    + * Various checks to see if one certificate issued the second.
      * This can be used to prune a set of possible issuer certificates
      * which have been looked up using some simple method such as by
      * subject name.
    @@ -700,68 +791,61 @@ static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca)
     
     int X509_check_issued(X509 *issuer, X509 *subject)
     {
    -	if(X509_NAME_cmp(X509_get_subject_name(issuer),
    -			X509_get_issuer_name(subject)))
    -				return X509_V_ERR_SUBJECT_ISSUER_MISMATCH;
    -	x509v3_cache_extensions(issuer);
    -	x509v3_cache_extensions(subject);
    -
    -	if(subject->akid)
    -		{
    -		int ret = X509_check_akid(issuer, subject->akid);
    -		if (ret != X509_V_OK)
    -			return ret;
    -		}
    -
    -	if(subject->ex_flags & EXFLAG_PROXY)
    -		{
    -		if(ku_reject(issuer, KU_DIGITAL_SIGNATURE))
    -			return X509_V_ERR_KEYUSAGE_NO_DIGITAL_SIGNATURE;
    -		}
    -	else if(ku_reject(issuer, KU_KEY_CERT_SIGN))
    -		return X509_V_ERR_KEYUSAGE_NO_CERTSIGN;
    -	return X509_V_OK;
    +    if (X509_NAME_cmp(X509_get_subject_name(issuer),
    +                      X509_get_issuer_name(subject)))
    +        return X509_V_ERR_SUBJECT_ISSUER_MISMATCH;
    +    x509v3_cache_extensions(issuer);
    +    x509v3_cache_extensions(subject);
    +
    +    if (subject->akid) {
    +        int ret = X509_check_akid(issuer, subject->akid);
    +        if (ret != X509_V_OK)
    +            return ret;
    +    }
    +
    +    if (subject->ex_flags & EXFLAG_PROXY) {
    +        if (ku_reject(issuer, KU_DIGITAL_SIGNATURE))
    +            return X509_V_ERR_KEYUSAGE_NO_DIGITAL_SIGNATURE;
    +    } else if (ku_reject(issuer, KU_KEY_CERT_SIGN))
    +        return X509_V_ERR_KEYUSAGE_NO_CERTSIGN;
    +    return X509_V_OK;
     }
     
     int X509_check_akid(X509 *issuer, AUTHORITY_KEYID *akid)
    -	{
    -
    -	if(!akid)
    -		return X509_V_OK;
    -
    -	/* Check key ids (if present) */
    -	if(akid->keyid && issuer->skid &&
    -		 ASN1_OCTET_STRING_cmp(akid->keyid, issuer->skid) )
    -				return X509_V_ERR_AKID_SKID_MISMATCH;
    -	/* Check serial number */
    -	if(akid->serial &&
    -		ASN1_INTEGER_cmp(X509_get_serialNumber(issuer), akid->serial))
    -				return X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH;
    -	/* Check issuer name */
    -	if(akid->issuer)
    -		{
    -		/* Ugh, for some peculiar reason AKID includes
    -		 * SEQUENCE OF GeneralName. So look for a DirName.
    -		 * There may be more than one but we only take any
    -		 * notice of the first.
    -		 */
    -		GENERAL_NAMES *gens;
    -		GENERAL_NAME *gen;
    -		X509_NAME *nm = NULL;
    -		int i;
    -		gens = akid->issuer;
    -		for(i = 0; i < sk_GENERAL_NAME_num(gens); i++)
    -			{
    -			gen = sk_GENERAL_NAME_value(gens, i);
    -			if(gen->type == GEN_DIRNAME)
    -				{
    -				nm = gen->d.dirn;
    -				break;
    -				}
    -			}
    -		if(nm && X509_NAME_cmp(nm, X509_get_issuer_name(issuer)))
    -			return X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH;
    -		}
    -	return X509_V_OK;
    -	}
    +{
     
    +    if (!akid)
    +        return X509_V_OK;
    +
    +    /* Check key ids (if present) */
    +    if (akid->keyid && issuer->skid &&
    +        ASN1_OCTET_STRING_cmp(akid->keyid, issuer->skid))
    +        return X509_V_ERR_AKID_SKID_MISMATCH;
    +    /* Check serial number */
    +    if (akid->serial &&
    +        ASN1_INTEGER_cmp(X509_get_serialNumber(issuer), akid->serial))
    +        return X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH;
    +    /* Check issuer name */
    +    if (akid->issuer) {
    +        /*
    +         * Ugh, for some peculiar reason AKID includes SEQUENCE OF
    +         * GeneralName. So look for a DirName. There may be more than one but
    +         * we only take any notice of the first.
    +         */
    +        GENERAL_NAMES *gens;
    +        GENERAL_NAME *gen;
    +        X509_NAME *nm = NULL;
    +        int i;
    +        gens = akid->issuer;
    +        for (i = 0; i < sk_GENERAL_NAME_num(gens); i++) {
    +            gen = sk_GENERAL_NAME_value(gens, i);
    +            if (gen->type == GEN_DIRNAME) {
    +                nm = gen->d.dirn;
    +                break;
    +            }
    +        }
    +        if (nm && X509_NAME_cmp(nm, X509_get_issuer_name(issuer)))
    +            return X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH;
    +    }
    +    return X509_V_OK;
    +}
    diff --git a/openssl/crypto/x509v3/v3_scts.c b/openssl/crypto/x509v3/v3_scts.c
    new file mode 100755
    index 000000000..9a4c3eba0
    --- /dev/null
    +++ b/openssl/crypto/x509v3/v3_scts.c
    @@ -0,0 +1,323 @@
    +/* v3_scts.c */
    +/*
    + * Written by Rob Stradling (rob@comodo.com) for the OpenSSL project 2014.
    + */
    +/* ====================================================================
    + * Copyright (c) 2014 The OpenSSL Project.  All rights reserved.
    + *
    + * Redistribution and use in source and binary forms, with or without
    + * modification, are permitted provided that the following conditions
    + * are met:
    + *
    + * 1. Redistributions of source code must retain the above copyright
    + *    notice, this list of conditions and the following disclaimer.
    + *
    + * 2. Redistributions in binary form must reproduce the above copyright
    + *    notice, this list of conditions and the following disclaimer in
    + *    the documentation and/or other materials provided with the
    + *    distribution.
    + *
    + * 3. All advertising materials mentioning features or use of this
    + *    software must display the following acknowledgment:
    + *    "This product includes software developed by the OpenSSL Project
    + *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
    + *
    + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
    + *    endorse or promote products derived from this software without
    + *    prior written permission. For written permission, please contact
    + *    licensing@OpenSSL.org.
    + *
    + * 5. Products derived from this software may not be called "OpenSSL"
    + *    nor may "OpenSSL" appear in their names without prior written
    + *    permission of the OpenSSL Project.
    + *
    + * 6. Redistributions of any form whatsoever must retain the following
    + *    acknowledgment:
    + *    "This product includes software developed by the OpenSSL Project
    + *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
    + *
    + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
    + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
    + * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
    + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
    + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
    + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
    + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
    + * OF THE POSSIBILITY OF SUCH DAMAGE.
    + * ====================================================================
    + *
    + * This product includes cryptographic software written by Eric Young
    + * (eay@cryptsoft.com).  This product includes software written by Tim
    + * Hudson (tjh@cryptsoft.com).
    + *
    + */
    +
    +#include 
    +#include "cryptlib.h"
    +#include 
    +#include 
    +#include "../ssl/ssl_locl.h"
    +
    +#if (defined(_WIN32) || defined(_WIN64)) && !defined(__MINGW32__)
    +# define SCT_TIMESTAMP unsigned __int64
    +#elif defined(__arch64__)
    +# define SCT_TIMESTAMP unsigned long
    +#else
    +# define SCT_TIMESTAMP unsigned long long
    +#endif
    +
    +#define n2l8(c,l)       (l =((SCT_TIMESTAMP)(*((c)++)))<<56, \
    +                         l|=((SCT_TIMESTAMP)(*((c)++)))<<48, \
    +                         l|=((SCT_TIMESTAMP)(*((c)++)))<<40, \
    +                         l|=((SCT_TIMESTAMP)(*((c)++)))<<32, \
    +                         l|=((SCT_TIMESTAMP)(*((c)++)))<<24, \
    +                         l|=((SCT_TIMESTAMP)(*((c)++)))<<16, \
    +                         l|=((SCT_TIMESTAMP)(*((c)++)))<< 8, \
    +                         l|=((SCT_TIMESTAMP)(*((c)++))))
    +
    +typedef struct SCT_st {
    +    /* The encoded SCT */
    +    unsigned char *sct;
    +    unsigned short sctlen;
    +    /*
    +     * Components of the SCT.  "logid", "ext" and "sig" point to addresses
    +     * inside "sct".
    +     */
    +    unsigned char version;
    +    unsigned char *logid;
    +    unsigned short logidlen;
    +    SCT_TIMESTAMP timestamp;
    +    unsigned char *ext;
    +    unsigned short extlen;
    +    unsigned char hash_alg;
    +    unsigned char sig_alg;
    +    unsigned char *sig;
    +    unsigned short siglen;
    +} SCT;
    +
    +DECLARE_STACK_OF(SCT)
    +
    +static void SCT_LIST_free(STACK_OF(SCT) *a);
    +static STACK_OF(SCT) *d2i_SCT_LIST(STACK_OF(SCT) **a,
    +                                   const unsigned char **pp, long length);
    +static int i2r_SCT_LIST(X509V3_EXT_METHOD *method, STACK_OF(SCT) *sct_list,
    +                        BIO *out, int indent);
    +
    +const X509V3_EXT_METHOD v3_ct_scts[] = {
    +    {NID_ct_precert_scts, 0, NULL,
    +     0, (X509V3_EXT_FREE)SCT_LIST_free,
    +     (X509V3_EXT_D2I)d2i_SCT_LIST, 0,
    +     0, 0, 0, 0,
    +     (X509V3_EXT_I2R)i2r_SCT_LIST, 0,
    +     NULL},
    +
    +    {NID_ct_cert_scts, 0, NULL,
    +     0, (X509V3_EXT_FREE)SCT_LIST_free,
    +     (X509V3_EXT_D2I)d2i_SCT_LIST, 0,
    +     0, 0, 0, 0,
    +     (X509V3_EXT_I2R)i2r_SCT_LIST, 0,
    +     NULL},
    +};
    +
    +static void tls12_signature_print(BIO *out, const unsigned char hash_alg,
    +                                  const unsigned char sig_alg)
    +{
    +    int nid = NID_undef;
    +    /* RFC6962 only permits two signature algorithms */
    +    if (hash_alg == TLSEXT_hash_sha256) {
    +        if (sig_alg == TLSEXT_signature_rsa)
    +            nid = NID_sha256WithRSAEncryption;
    +        else if (sig_alg == TLSEXT_signature_ecdsa)
    +            nid = NID_ecdsa_with_SHA256;
    +    }
    +    if (nid == NID_undef)
    +        BIO_printf(out, "%02X%02X", hash_alg, sig_alg);
    +    else
    +        BIO_printf(out, "%s", OBJ_nid2ln(nid));
    +}
    +
    +static void timestamp_print(BIO *out, SCT_TIMESTAMP timestamp)
    +{
    +    ASN1_GENERALIZEDTIME *gen;
    +    char genstr[20];
    +    gen = ASN1_GENERALIZEDTIME_new();
    +    ASN1_GENERALIZEDTIME_adj(gen, (time_t)0,
    +                             (int)(timestamp / 86400000),
    +                             (timestamp % 86400000) / 1000);
    +    /*
    +     * Note GeneralizedTime from ASN1_GENERALIZETIME_adj is always 15
    +     * characters long with a final Z. Update it with fractional seconds.
    +     */
    +    BIO_snprintf(genstr, sizeof(genstr), "%.14s.%03dZ",
    +                 ASN1_STRING_data(gen), (unsigned int)(timestamp % 1000));
    +    ASN1_GENERALIZEDTIME_set_string(gen, genstr);
    +    ASN1_GENERALIZEDTIME_print(out, gen);
    +    ASN1_GENERALIZEDTIME_free(gen);
    +}
    +
    +static void SCT_free(SCT *sct)
    +{
    +    if (sct) {
    +        if (sct->sct)
    +            OPENSSL_free(sct->sct);
    +        OPENSSL_free(sct);
    +    }
    +}
    +
    +static void SCT_LIST_free(STACK_OF(SCT) *a)
    +{
    +    sk_SCT_pop_free(a, SCT_free);
    +}
    +
    +static STACK_OF(SCT) *d2i_SCT_LIST(STACK_OF(SCT) **a,
    +                                   const unsigned char **pp, long length)
    +{
    +    ASN1_OCTET_STRING *oct = NULL;
    +    STACK_OF(SCT) *sk = NULL;
    +    SCT *sct;
    +    unsigned char *p, *p2;
    +    unsigned short listlen, sctlen = 0, fieldlen;
    +
    +    if (d2i_ASN1_OCTET_STRING(&oct, pp, length) == NULL)
    +        return NULL;
    +    if (oct->length < 2)
    +        goto done;
    +    p = oct->data;
    +    n2s(p, listlen);
    +    if (listlen != oct->length - 2)
    +        goto done;
    +
    +    if ((sk = sk_SCT_new_null()) == NULL)
    +        goto done;
    +
    +    while (listlen > 0) {
    +        if (listlen < 2)
    +            goto err;
    +        n2s(p, sctlen);
    +        listlen -= 2;
    +
    +        if ((sctlen < 1) || (sctlen > listlen))
    +            goto err;
    +        listlen -= sctlen;
    +
    +        sct = OPENSSL_malloc(sizeof(SCT));
    +        if (!sct)
    +            goto err;
    +        if (!sk_SCT_push(sk, sct)) {
    +            OPENSSL_free(sct);
    +            goto err;
    +        }
    +
    +        sct->sct = OPENSSL_malloc(sctlen);
    +        if (!sct->sct)
    +            goto err;
    +        memcpy(sct->sct, p, sctlen);
    +        sct->sctlen = sctlen;
    +        p += sctlen;
    +        p2 = sct->sct;
    +
    +        sct->version = *p2++;
    +        if (sct->version == 0) { /* SCT v1 */
    +            /*-
    +             * Fixed-length header:
    +             *              struct {
    +             * (1 byte)       Version sct_version;
    +             * (32 bytes)     LogID id;
    +             * (8 bytes)      uint64 timestamp;
    +             * (2 bytes + ?)  CtExtensions extensions;
    +             */
    +            if (sctlen < 43)
    +                goto err;
    +            sctlen -= 43;
    +
    +            sct->logid = p2;
    +            sct->logidlen = 32;
    +            p2 += 32;
    +
    +            n2l8(p2, sct->timestamp);
    +
    +            n2s(p2, fieldlen);
    +            if (sctlen < fieldlen)
    +                goto err;
    +            sct->ext = p2;
    +            sct->extlen = fieldlen;
    +            p2 += fieldlen;
    +            sctlen -= fieldlen;
    +
    +            /*-
    +             * digitally-signed struct header:
    +             * (1 byte)       Hash algorithm
    +             * (1 byte)       Signature algorithm
    +             * (2 bytes + ?)  Signature
    +             */
    +            if (sctlen < 4)
    +                goto err;
    +            sctlen -= 4;
    +
    +            sct->hash_alg = *p2++;
    +            sct->sig_alg = *p2++;
    +            n2s(p2, fieldlen);
    +            if (sctlen != fieldlen)
    +                goto err;
    +            sct->sig = p2;
    +            sct->siglen = fieldlen;
    +        }
    +    }
    +
    + done:
    +    ASN1_OCTET_STRING_free(oct);
    +    return sk;
    +
    + err:
    +    SCT_LIST_free(sk);
    +    sk = NULL;
    +    goto done;
    +}
    +
    +static int i2r_SCT_LIST(X509V3_EXT_METHOD *method, STACK_OF(SCT) *sct_list,
    +                        BIO *out, int indent)
    +{
    +    SCT *sct;
    +    int i;
    +
    +    for (i = 0; i < sk_SCT_num(sct_list);) {
    +        sct = sk_SCT_value(sct_list, i);
    +
    +        BIO_printf(out, "%*sSigned Certificate Timestamp:", indent, "");
    +        BIO_printf(out, "\n%*sVersion   : ", indent + 4, "");
    +
    +        if (sct->version == 0) { /* SCT v1 */
    +            BIO_printf(out, "v1(0)");
    +
    +            BIO_printf(out, "\n%*sLog ID    : ", indent + 4, "");
    +            BIO_hex_string(out, indent + 16, 16, sct->logid, sct->logidlen);
    +
    +            BIO_printf(out, "\n%*sTimestamp : ", indent + 4, "");
    +            timestamp_print(out, sct->timestamp);
    +
    +            BIO_printf(out, "\n%*sExtensions: ", indent + 4, "");
    +            if (sct->extlen == 0)
    +                BIO_printf(out, "none");
    +            else
    +                BIO_hex_string(out, indent + 16, 16, sct->ext, sct->extlen);
    +
    +            BIO_printf(out, "\n%*sSignature : ", indent + 4, "");
    +            tls12_signature_print(out, sct->hash_alg, sct->sig_alg);
    +            BIO_printf(out, "\n%*s            ", indent + 4, "");
    +            BIO_hex_string(out, indent + 16, 16, sct->sig, sct->siglen);
    +        } else {                /* Unknown version */
    +
    +            BIO_printf(out, "unknown\n%*s", indent + 16, "");
    +            BIO_hex_string(out, indent + 16, 16, sct->sct, sct->sctlen);
    +        }
    +
    +        if (++i < sk_SCT_num(sct_list))
    +            BIO_printf(out, "\n");
    +    }
    +
    +    return 1;
    +}
    diff --git a/openssl/crypto/x509v3/v3_skey.c b/openssl/crypto/x509v3/v3_skey.c
    index 0a984fbaa..1cede0472 100644
    --- a/openssl/crypto/x509v3/v3_skey.c
    +++ b/openssl/crypto/x509v3/v3_skey.c
    @@ -1,6 +1,7 @@
     /* v3_skey.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,90 +57,94 @@
      *
      */
     
    -
     #include 
     #include "cryptlib.h"
     #include 
     
    -static ASN1_OCTET_STRING *s2i_skey_id(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str);
    -const X509V3_EXT_METHOD v3_skey_id = { 
    -NID_subject_key_identifier, 0, ASN1_ITEM_ref(ASN1_OCTET_STRING),
    -0,0,0,0,
    -(X509V3_EXT_I2S)i2s_ASN1_OCTET_STRING,
    -(X509V3_EXT_S2I)s2i_skey_id,
    -0,0,0,0,
    -NULL};
    -
    -char *i2s_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method,
    -	     ASN1_OCTET_STRING *oct)
    +static ASN1_OCTET_STRING *s2i_skey_id(X509V3_EXT_METHOD *method,
    +                                      X509V3_CTX *ctx, char *str);
    +const X509V3_EXT_METHOD v3_skey_id = {
    +    NID_subject_key_identifier, 0, ASN1_ITEM_ref(ASN1_OCTET_STRING),
    +    0, 0, 0, 0,
    +    (X509V3_EXT_I2S)i2s_ASN1_OCTET_STRING,
    +    (X509V3_EXT_S2I)s2i_skey_id,
    +    0, 0, 0, 0,
    +    NULL
    +};
    +
    +char *i2s_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, ASN1_OCTET_STRING *oct)
     {
    -	return hex_to_string(oct->data, oct->length);
    +    return hex_to_string(oct->data, oct->length);
     }
     
     ASN1_OCTET_STRING *s2i_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method,
    -	     X509V3_CTX *ctx, char *str)
    +                                         X509V3_CTX *ctx, char *str)
     {
    -	ASN1_OCTET_STRING *oct;
    -	long length;
    +    ASN1_OCTET_STRING *oct;
    +    long length;
     
    -	if(!(oct = M_ASN1_OCTET_STRING_new())) {
    -		X509V3err(X509V3_F_S2I_ASN1_OCTET_STRING,ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    +    if (!(oct = M_ASN1_OCTET_STRING_new())) {
    +        X509V3err(X509V3_F_S2I_ASN1_OCTET_STRING, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
     
    -	if(!(oct->data = string_to_hex(str, &length))) {
    -		M_ASN1_OCTET_STRING_free(oct);
    -		return NULL;
    -	}
    +    if (!(oct->data = string_to_hex(str, &length))) {
    +        M_ASN1_OCTET_STRING_free(oct);
    +        return NULL;
    +    }
     
    -	oct->length = length;
    +    oct->length = length;
     
    -	return oct;
    +    return oct;
     
     }
     
     static ASN1_OCTET_STRING *s2i_skey_id(X509V3_EXT_METHOD *method,
    -	     X509V3_CTX *ctx, char *str)
    +                                      X509V3_CTX *ctx, char *str)
     {
    -	ASN1_OCTET_STRING *oct;
    -	ASN1_BIT_STRING *pk;
    -	unsigned char pkey_dig[EVP_MAX_MD_SIZE];
    -	unsigned int diglen;
    -
    -	if(strcmp(str, "hash")) return s2i_ASN1_OCTET_STRING(method, ctx, str);
    -
    -	if(!(oct = M_ASN1_OCTET_STRING_new())) {
    -		X509V3err(X509V3_F_S2I_SKEY_ID,ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    -
    -	if(ctx && (ctx->flags == CTX_TEST)) return oct;
    -
    -	if(!ctx || (!ctx->subject_req && !ctx->subject_cert)) {
    -		X509V3err(X509V3_F_S2I_SKEY_ID,X509V3_R_NO_PUBLIC_KEY);
    -		goto err;
    -	}
    -
    -	if(ctx->subject_req) 
    -		pk = ctx->subject_req->req_info->pubkey->public_key;
    -	else pk = ctx->subject_cert->cert_info->key->public_key;
    -
    -	if(!pk) {
    -		X509V3err(X509V3_F_S2I_SKEY_ID,X509V3_R_NO_PUBLIC_KEY);
    -		goto err;
    -	}
    -
    -	if (!EVP_Digest(pk->data, pk->length, pkey_dig, &diglen, EVP_sha1(), NULL))
    -		goto err;
    -
    -	if(!M_ASN1_OCTET_STRING_set(oct, pkey_dig, diglen)) {
    -		X509V3err(X509V3_F_S2I_SKEY_ID,ERR_R_MALLOC_FAILURE);
    -		goto err;
    -	}
    -
    -	return oct;
    -	
    -	err:
    -	M_ASN1_OCTET_STRING_free(oct);
    -	return NULL;
    +    ASN1_OCTET_STRING *oct;
    +    ASN1_BIT_STRING *pk;
    +    unsigned char pkey_dig[EVP_MAX_MD_SIZE];
    +    unsigned int diglen;
    +
    +    if (strcmp(str, "hash"))
    +        return s2i_ASN1_OCTET_STRING(method, ctx, str);
    +
    +    if (!(oct = M_ASN1_OCTET_STRING_new())) {
    +        X509V3err(X509V3_F_S2I_SKEY_ID, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +
    +    if (ctx && (ctx->flags == CTX_TEST))
    +        return oct;
    +
    +    if (!ctx || (!ctx->subject_req && !ctx->subject_cert)) {
    +        X509V3err(X509V3_F_S2I_SKEY_ID, X509V3_R_NO_PUBLIC_KEY);
    +        goto err;
    +    }
    +
    +    if (ctx->subject_req)
    +        pk = ctx->subject_req->req_info->pubkey->public_key;
    +    else
    +        pk = ctx->subject_cert->cert_info->key->public_key;
    +
    +    if (!pk) {
    +        X509V3err(X509V3_F_S2I_SKEY_ID, X509V3_R_NO_PUBLIC_KEY);
    +        goto err;
    +    }
    +
    +    if (!EVP_Digest
    +        (pk->data, pk->length, pkey_dig, &diglen, EVP_sha1(), NULL))
    +        goto err;
    +
    +    if (!M_ASN1_OCTET_STRING_set(oct, pkey_dig, diglen)) {
    +        X509V3err(X509V3_F_S2I_SKEY_ID, ERR_R_MALLOC_FAILURE);
    +        goto err;
    +    }
    +
    +    return oct;
    +
    + err:
    +    M_ASN1_OCTET_STRING_free(oct);
    +    return NULL;
     }
    diff --git a/openssl/crypto/x509v3/v3_sxnet.c b/openssl/crypto/x509v3/v3_sxnet.c
    index 2a6bf11b6..a4e6a93e0 100644
    --- a/openssl/crypto/x509v3/v3_sxnet.c
    +++ b/openssl/crypto/x509v3/v3_sxnet.c
    @@ -1,6 +1,7 @@
     /* v3_sxnet.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -67,196 +68,206 @@
     
     #define SXNET_TEST
     
    -static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out, int indent);
    +static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out,
    +                     int indent);
     #ifdef SXNET_TEST
    -static SXNET * sxnet_v2i(X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
    -						STACK_OF(CONF_VALUE) *nval);
    +static SXNET *sxnet_v2i(X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
    +                        STACK_OF(CONF_VALUE) *nval);
     #endif
     const X509V3_EXT_METHOD v3_sxnet = {
    -NID_sxnet, X509V3_EXT_MULTILINE, ASN1_ITEM_ref(SXNET),
    -0,0,0,0,
    -0,0,
    -0, 
    +    NID_sxnet, X509V3_EXT_MULTILINE, ASN1_ITEM_ref(SXNET),
    +    0, 0, 0, 0,
    +    0, 0,
    +    0,
     #ifdef SXNET_TEST
    -(X509V3_EXT_V2I)sxnet_v2i,
    +    (X509V3_EXT_V2I)sxnet_v2i,
     #else
    -0,
    +    0,
     #endif
    -(X509V3_EXT_I2R)sxnet_i2r,
    -0,
    -NULL
    +    (X509V3_EXT_I2R)sxnet_i2r,
    +    0,
    +    NULL
     };
     
     ASN1_SEQUENCE(SXNETID) = {
    -	ASN1_SIMPLE(SXNETID, zone, ASN1_INTEGER),
    -	ASN1_SIMPLE(SXNETID, user, ASN1_OCTET_STRING)
    +        ASN1_SIMPLE(SXNETID, zone, ASN1_INTEGER),
    +        ASN1_SIMPLE(SXNETID, user, ASN1_OCTET_STRING)
     } ASN1_SEQUENCE_END(SXNETID)
     
     IMPLEMENT_ASN1_FUNCTIONS(SXNETID)
     
     ASN1_SEQUENCE(SXNET) = {
    -	ASN1_SIMPLE(SXNET, version, ASN1_INTEGER),
    -	ASN1_SEQUENCE_OF(SXNET, ids, SXNETID)
    +        ASN1_SIMPLE(SXNET, version, ASN1_INTEGER),
    +        ASN1_SEQUENCE_OF(SXNET, ids, SXNETID)
     } ASN1_SEQUENCE_END(SXNET)
     
     IMPLEMENT_ASN1_FUNCTIONS(SXNET)
     
     static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out,
    -	     int indent)
    +                     int indent)
     {
    -	long v;
    -	char *tmp;
    -	SXNETID *id;
    -	int i;
    -	v = ASN1_INTEGER_get(sx->version);
    -	BIO_printf(out, "%*sVersion: %ld (0x%lX)", indent, "", v + 1, v);
    -	for(i = 0; i < sk_SXNETID_num(sx->ids); i++) {
    -		id = sk_SXNETID_value(sx->ids, i);
    -		tmp = i2s_ASN1_INTEGER(NULL, id->zone);
    -		BIO_printf(out, "\n%*sZone: %s, User: ", indent, "", tmp);
    -		OPENSSL_free(tmp);
    -		M_ASN1_OCTET_STRING_print(out, id->user);
    -	}
    -	return 1;
    +    long v;
    +    char *tmp;
    +    SXNETID *id;
    +    int i;
    +    v = ASN1_INTEGER_get(sx->version);
    +    BIO_printf(out, "%*sVersion: %ld (0x%lX)", indent, "", v + 1, v);
    +    for (i = 0; i < sk_SXNETID_num(sx->ids); i++) {
    +        id = sk_SXNETID_value(sx->ids, i);
    +        tmp = i2s_ASN1_INTEGER(NULL, id->zone);
    +        BIO_printf(out, "\n%*sZone: %s, User: ", indent, "", tmp);
    +        OPENSSL_free(tmp);
    +        M_ASN1_OCTET_STRING_print(out, id->user);
    +    }
    +    return 1;
     }
     
     #ifdef SXNET_TEST
     
    -/* NBB: this is used for testing only. It should *not* be used for anything
    +/*
    + * NBB: this is used for testing only. It should *not* be used for anything
      * else because it will just take static IDs from the configuration file and
      * they should really be separate values for each user.
      */
     
    -
    -static SXNET * sxnet_v2i(X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
    -	     STACK_OF(CONF_VALUE) *nval)
    +static SXNET *sxnet_v2i(X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
    +                        STACK_OF(CONF_VALUE) *nval)
     {
    -	CONF_VALUE *cnf;
    -	SXNET *sx = NULL;
    -	int i;
    -	for(i = 0; i < sk_CONF_VALUE_num(nval); i++) {
    -		cnf = sk_CONF_VALUE_value(nval, i);
    -		if(!SXNET_add_id_asc(&sx, cnf->name, cnf->value, -1))
    -								 return NULL;
    -	}
    -	return sx;
    +    CONF_VALUE *cnf;
    +    SXNET *sx = NULL;
    +    int i;
    +    for (i = 0; i < sk_CONF_VALUE_num(nval); i++) {
    +        cnf = sk_CONF_VALUE_value(nval, i);
    +        if (!SXNET_add_id_asc(&sx, cnf->name, cnf->value, -1))
    +            return NULL;
    +    }
    +    return sx;
     }
    -		
    -	
    +
     #endif
     
     /* Strong Extranet utility functions */
     
     /* Add an id given the zone as an ASCII number */
     
    -int SXNET_add_id_asc(SXNET **psx, char *zone, char *user,
    -	     int userlen)
    +int SXNET_add_id_asc(SXNET **psx, char *zone, char *user, int userlen)
     {
    -	ASN1_INTEGER *izone = NULL;
    -	if(!(izone = s2i_ASN1_INTEGER(NULL, zone))) {
    -		X509V3err(X509V3_F_SXNET_ADD_ID_ASC,X509V3_R_ERROR_CONVERTING_ZONE);
    -		return 0;
    -	}
    -	return SXNET_add_id_INTEGER(psx, izone, user, userlen);
    +    ASN1_INTEGER *izone = NULL;
    +    if (!(izone = s2i_ASN1_INTEGER(NULL, zone))) {
    +        X509V3err(X509V3_F_SXNET_ADD_ID_ASC, X509V3_R_ERROR_CONVERTING_ZONE);
    +        return 0;
    +    }
    +    return SXNET_add_id_INTEGER(psx, izone, user, userlen);
     }
     
     /* Add an id given the zone as an unsigned long */
     
     int SXNET_add_id_ulong(SXNET **psx, unsigned long lzone, char *user,
    -	     int userlen)
    +                       int userlen)
     {
    -	ASN1_INTEGER *izone = NULL;
    -	if(!(izone = M_ASN1_INTEGER_new()) || !ASN1_INTEGER_set(izone, lzone)) {
    -		X509V3err(X509V3_F_SXNET_ADD_ID_ULONG,ERR_R_MALLOC_FAILURE);
    -		M_ASN1_INTEGER_free(izone);
    -		return 0;
    -	}
    -	return SXNET_add_id_INTEGER(psx, izone, user, userlen);
    -	
    +    ASN1_INTEGER *izone = NULL;
    +    if (!(izone = M_ASN1_INTEGER_new()) || !ASN1_INTEGER_set(izone, lzone)) {
    +        X509V3err(X509V3_F_SXNET_ADD_ID_ULONG, ERR_R_MALLOC_FAILURE);
    +        M_ASN1_INTEGER_free(izone);
    +        return 0;
    +    }
    +    return SXNET_add_id_INTEGER(psx, izone, user, userlen);
    +
     }
     
    -/* Add an id given the zone as an ASN1_INTEGER.
    - * Note this version uses the passed integer and doesn't make a copy so don't
    - * free it up afterwards.
    +/*
    + * Add an id given the zone as an ASN1_INTEGER. Note this version uses the
    + * passed integer and doesn't make a copy so don't free it up afterwards.
      */
     
     int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *zone, char *user,
    -	     int userlen)
    +                         int userlen)
     {
    -	SXNET *sx = NULL;
    -	SXNETID *id = NULL;
    -	if(!psx || !zone || !user) {
    -		X509V3err(X509V3_F_SXNET_ADD_ID_INTEGER,X509V3_R_INVALID_NULL_ARGUMENT);
    -		return 0;
    -	}
    -	if(userlen == -1) userlen = strlen(user);
    -	if(userlen > 64) {
    -		X509V3err(X509V3_F_SXNET_ADD_ID_INTEGER,X509V3_R_USER_TOO_LONG);
    -		return 0;
    -	}
    -	if(!*psx) {
    -		if(!(sx = SXNET_new())) goto err;
    -		if(!ASN1_INTEGER_set(sx->version, 0)) goto err;
    -		*psx = sx;
    -	} else sx = *psx;
    -	if(SXNET_get_id_INTEGER(sx, zone)) {
    -		X509V3err(X509V3_F_SXNET_ADD_ID_INTEGER,X509V3_R_DUPLICATE_ZONE_ID);
    -		return 0;
    -	}
    +    SXNET *sx = NULL;
    +    SXNETID *id = NULL;
    +    if (!psx || !zone || !user) {
    +        X509V3err(X509V3_F_SXNET_ADD_ID_INTEGER,
    +                  X509V3_R_INVALID_NULL_ARGUMENT);
    +        return 0;
    +    }
    +    if (userlen == -1)
    +        userlen = strlen(user);
    +    if (userlen > 64) {
    +        X509V3err(X509V3_F_SXNET_ADD_ID_INTEGER, X509V3_R_USER_TOO_LONG);
    +        return 0;
    +    }
    +    if (!*psx) {
    +        if (!(sx = SXNET_new()))
    +            goto err;
    +        if (!ASN1_INTEGER_set(sx->version, 0))
    +            goto err;
    +        *psx = sx;
    +    } else
    +        sx = *psx;
    +    if (SXNET_get_id_INTEGER(sx, zone)) {
    +        X509V3err(X509V3_F_SXNET_ADD_ID_INTEGER, X509V3_R_DUPLICATE_ZONE_ID);
    +        return 0;
    +    }
     
    -	if(!(id = SXNETID_new())) goto err;
    -	if(userlen == -1) userlen = strlen(user);
    -		
    -	if(!M_ASN1_OCTET_STRING_set(id->user, user, userlen)) goto err;
    -	if(!sk_SXNETID_push(sx->ids, id)) goto err;
    -	id->zone = zone;
    -	return 1;
    -	
    -	err:
    -	X509V3err(X509V3_F_SXNET_ADD_ID_INTEGER,ERR_R_MALLOC_FAILURE);
    -	SXNETID_free(id);
    -	SXNET_free(sx);
    -	*psx = NULL;
    -	return 0;
    +    if (!(id = SXNETID_new()))
    +        goto err;
    +    if (userlen == -1)
    +        userlen = strlen(user);
    +
    +    if (!M_ASN1_OCTET_STRING_set(id->user, user, userlen))
    +        goto err;
    +    if (!sk_SXNETID_push(sx->ids, id))
    +        goto err;
    +    id->zone = zone;
    +    return 1;
    +
    + err:
    +    X509V3err(X509V3_F_SXNET_ADD_ID_INTEGER, ERR_R_MALLOC_FAILURE);
    +    SXNETID_free(id);
    +    SXNET_free(sx);
    +    *psx = NULL;
    +    return 0;
     }
     
     ASN1_OCTET_STRING *SXNET_get_id_asc(SXNET *sx, char *zone)
     {
    -	ASN1_INTEGER *izone = NULL;
    -	ASN1_OCTET_STRING *oct;
    -	if(!(izone = s2i_ASN1_INTEGER(NULL, zone))) {
    -		X509V3err(X509V3_F_SXNET_GET_ID_ASC,X509V3_R_ERROR_CONVERTING_ZONE);
    -		return NULL;
    -	}
    -	oct = SXNET_get_id_INTEGER(sx, izone);
    -	M_ASN1_INTEGER_free(izone);
    -	return oct;
    +    ASN1_INTEGER *izone = NULL;
    +    ASN1_OCTET_STRING *oct;
    +    if (!(izone = s2i_ASN1_INTEGER(NULL, zone))) {
    +        X509V3err(X509V3_F_SXNET_GET_ID_ASC, X509V3_R_ERROR_CONVERTING_ZONE);
    +        return NULL;
    +    }
    +    oct = SXNET_get_id_INTEGER(sx, izone);
    +    M_ASN1_INTEGER_free(izone);
    +    return oct;
     }
     
     ASN1_OCTET_STRING *SXNET_get_id_ulong(SXNET *sx, unsigned long lzone)
     {
    -	ASN1_INTEGER *izone = NULL;
    -	ASN1_OCTET_STRING *oct;
    -	if(!(izone = M_ASN1_INTEGER_new()) || !ASN1_INTEGER_set(izone, lzone)) {
    -		X509V3err(X509V3_F_SXNET_GET_ID_ULONG,ERR_R_MALLOC_FAILURE);
    -		M_ASN1_INTEGER_free(izone);
    -		return NULL;
    -	}
    -	oct = SXNET_get_id_INTEGER(sx, izone);
    -	M_ASN1_INTEGER_free(izone);
    -	return oct;
    +    ASN1_INTEGER *izone = NULL;
    +    ASN1_OCTET_STRING *oct;
    +    if (!(izone = M_ASN1_INTEGER_new()) || !ASN1_INTEGER_set(izone, lzone)) {
    +        X509V3err(X509V3_F_SXNET_GET_ID_ULONG, ERR_R_MALLOC_FAILURE);
    +        M_ASN1_INTEGER_free(izone);
    +        return NULL;
    +    }
    +    oct = SXNET_get_id_INTEGER(sx, izone);
    +    M_ASN1_INTEGER_free(izone);
    +    return oct;
     }
     
     ASN1_OCTET_STRING *SXNET_get_id_INTEGER(SXNET *sx, ASN1_INTEGER *zone)
     {
    -	SXNETID *id;
    -	int i;
    -	for(i = 0; i < sk_SXNETID_num(sx->ids); i++) {
    -		id = sk_SXNETID_value(sx->ids, i);
    -		if(!M_ASN1_INTEGER_cmp(id->zone, zone)) return id->user;
    -	}
    -	return NULL;
    +    SXNETID *id;
    +    int i;
    +    for (i = 0; i < sk_SXNETID_num(sx->ids); i++) {
    +        id = sk_SXNETID_value(sx->ids, i);
    +        if (!M_ASN1_INTEGER_cmp(id->zone, zone))
    +            return id->user;
    +    }
    +    return NULL;
     }
     
     IMPLEMENT_STACK_OF(SXNETID)
    +
     IMPLEMENT_ASN1_SET_OF(SXNETID)
    diff --git a/openssl/crypto/x509v3/v3_utl.c b/openssl/crypto/x509v3/v3_utl.c
    index e03023454..f65323be0 100644
    --- a/openssl/crypto/x509v3/v3_utl.c
    +++ b/openssl/crypto/x509v3/v3_utl.c
    @@ -1,5 +1,6 @@
     /* v3_utl.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
      * project.
      */
     /* ====================================================================
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -57,7 +58,6 @@
      */
     /* X509 v3 extension utilities */
     
    -
     #include 
     #include 
     #include "cryptlib.h"
    @@ -66,8 +66,9 @@
     #include 
     
     static char *strip_spaces(char *name);
    -static int sk_strcmp(const char * const *a, const char * const *b);
    -static STACK_OF(OPENSSL_STRING) *get_email(X509_NAME *name, GENERAL_NAMES *gens);
    +static int sk_strcmp(const char *const *a, const char *const *b);
    +static STACK_OF(OPENSSL_STRING) *get_email(X509_NAME *name,
    +                                           GENERAL_NAMES *gens);
     static void str_free(OPENSSL_STRING str);
     static int append_ia5(STACK_OF(OPENSSL_STRING) **sk, ASN1_IA5STRING *email);
     
    @@ -79,796 +80,1258 @@ static int ipv6_hex(unsigned char *out, const char *in, int inlen);
     /* Add a CONF_VALUE name value pair to stack */
     
     int X509V3_add_value(const char *name, const char *value,
    -						STACK_OF(CONF_VALUE) **extlist)
    -{
    -	CONF_VALUE *vtmp = NULL;
    -	char *tname = NULL, *tvalue = NULL;
    -	if(name && !(tname = BUF_strdup(name))) goto err;
    -	if(value && !(tvalue = BUF_strdup(value))) goto err;
    -	if(!(vtmp = (CONF_VALUE *)OPENSSL_malloc(sizeof(CONF_VALUE)))) goto err;
    -	if(!*extlist && !(*extlist = sk_CONF_VALUE_new_null())) goto err;
    -	vtmp->section = NULL;
    -	vtmp->name = tname;
    -	vtmp->value = tvalue;
    -	if(!sk_CONF_VALUE_push(*extlist, vtmp)) goto err;
    -	return 1;
    -	err:
    -	X509V3err(X509V3_F_X509V3_ADD_VALUE,ERR_R_MALLOC_FAILURE);
    -	if(vtmp) OPENSSL_free(vtmp);
    -	if(tname) OPENSSL_free(tname);
    -	if(tvalue) OPENSSL_free(tvalue);
    -	return 0;
    +                     STACK_OF(CONF_VALUE) **extlist)
    +{
    +    CONF_VALUE *vtmp = NULL;
    +    char *tname = NULL, *tvalue = NULL;
    +    if (name && !(tname = BUF_strdup(name)))
    +        goto err;
    +    if (value && !(tvalue = BUF_strdup(value)))
    +        goto err;
    +    if (!(vtmp = (CONF_VALUE *)OPENSSL_malloc(sizeof(CONF_VALUE))))
    +        goto err;
    +    if (!*extlist && !(*extlist = sk_CONF_VALUE_new_null()))
    +        goto err;
    +    vtmp->section = NULL;
    +    vtmp->name = tname;
    +    vtmp->value = tvalue;
    +    if (!sk_CONF_VALUE_push(*extlist, vtmp))
    +        goto err;
    +    return 1;
    + err:
    +    X509V3err(X509V3_F_X509V3_ADD_VALUE, ERR_R_MALLOC_FAILURE);
    +    if (vtmp)
    +        OPENSSL_free(vtmp);
    +    if (tname)
    +        OPENSSL_free(tname);
    +    if (tvalue)
    +        OPENSSL_free(tvalue);
    +    return 0;
     }
     
     int X509V3_add_value_uchar(const char *name, const unsigned char *value,
    -			   STACK_OF(CONF_VALUE) **extlist)
    -    {
    -    return X509V3_add_value(name,(const char *)value,extlist);
    -    }
    +                           STACK_OF(CONF_VALUE) **extlist)
    +{
    +    return X509V3_add_value(name, (const char *)value, extlist);
    +}
     
     /* Free function for STACK_OF(CONF_VALUE) */
     
     void X509V3_conf_free(CONF_VALUE *conf)
     {
    -	if(!conf) return;
    -	if(conf->name) OPENSSL_free(conf->name);
    -	if(conf->value) OPENSSL_free(conf->value);
    -	if(conf->section) OPENSSL_free(conf->section);
    -	OPENSSL_free(conf);
    +    if (!conf)
    +        return;
    +    if (conf->name)
    +        OPENSSL_free(conf->name);
    +    if (conf->value)
    +        OPENSSL_free(conf->value);
    +    if (conf->section)
    +        OPENSSL_free(conf->section);
    +    OPENSSL_free(conf);
     }
     
     int X509V3_add_value_bool(const char *name, int asn1_bool,
    -						STACK_OF(CONF_VALUE) **extlist)
    +                          STACK_OF(CONF_VALUE) **extlist)
     {
    -	if(asn1_bool) return X509V3_add_value(name, "TRUE", extlist);
    -	return X509V3_add_value(name, "FALSE", extlist);
    +    if (asn1_bool)
    +        return X509V3_add_value(name, "TRUE", extlist);
    +    return X509V3_add_value(name, "FALSE", extlist);
     }
     
     int X509V3_add_value_bool_nf(char *name, int asn1_bool,
    -						STACK_OF(CONF_VALUE) **extlist)
    +                             STACK_OF(CONF_VALUE) **extlist)
     {
    -	if(asn1_bool) return X509V3_add_value(name, "TRUE", extlist);
    -	return 1;
    +    if (asn1_bool)
    +        return X509V3_add_value(name, "TRUE", extlist);
    +    return 1;
     }
     
    -
     char *i2s_ASN1_ENUMERATED(X509V3_EXT_METHOD *method, ASN1_ENUMERATED *a)
     {
    -	BIGNUM *bntmp = NULL;
    -	char *strtmp = NULL;
    -	if(!a) return NULL;
    -	if(!(bntmp = ASN1_ENUMERATED_to_BN(a, NULL)) ||
    -	    !(strtmp = BN_bn2dec(bntmp)) )
    -		X509V3err(X509V3_F_I2S_ASN1_ENUMERATED,ERR_R_MALLOC_FAILURE);
    -	BN_free(bntmp);
    -	return strtmp;
    +    BIGNUM *bntmp = NULL;
    +    char *strtmp = NULL;
    +    if (!a)
    +        return NULL;
    +    if (!(bntmp = ASN1_ENUMERATED_to_BN(a, NULL)) ||
    +        !(strtmp = BN_bn2dec(bntmp)))
    +        X509V3err(X509V3_F_I2S_ASN1_ENUMERATED, ERR_R_MALLOC_FAILURE);
    +    BN_free(bntmp);
    +    return strtmp;
     }
     
     char *i2s_ASN1_INTEGER(X509V3_EXT_METHOD *method, ASN1_INTEGER *a)
     {
    -	BIGNUM *bntmp = NULL;
    -	char *strtmp = NULL;
    -	if(!a) return NULL;
    -	if(!(bntmp = ASN1_INTEGER_to_BN(a, NULL)) ||
    -	    !(strtmp = BN_bn2dec(bntmp)) )
    -		X509V3err(X509V3_F_I2S_ASN1_INTEGER,ERR_R_MALLOC_FAILURE);
    -	BN_free(bntmp);
    -	return strtmp;
    +    BIGNUM *bntmp = NULL;
    +    char *strtmp = NULL;
    +    if (!a)
    +        return NULL;
    +    if (!(bntmp = ASN1_INTEGER_to_BN(a, NULL)) ||
    +        !(strtmp = BN_bn2dec(bntmp)))
    +        X509V3err(X509V3_F_I2S_ASN1_INTEGER, ERR_R_MALLOC_FAILURE);
    +    BN_free(bntmp);
    +    return strtmp;
     }
     
     ASN1_INTEGER *s2i_ASN1_INTEGER(X509V3_EXT_METHOD *method, char *value)
     {
    -	BIGNUM *bn = NULL;
    -	ASN1_INTEGER *aint;
    -	int isneg, ishex;
    -	int ret;
    -	if (!value) {
    -		X509V3err(X509V3_F_S2I_ASN1_INTEGER,X509V3_R_INVALID_NULL_VALUE);
    -		return 0;
    -	}
    -	bn = BN_new();
    -	if (value[0] == '-') {
    -		value++;
    -		isneg = 1;
    -	} else isneg = 0;
    -
    -	if (value[0] == '0' && ((value[1] == 'x') || (value[1] == 'X'))) {
    -		value += 2;
    -		ishex = 1;
    -	} else ishex = 0;
    -
    -	if (ishex) ret = BN_hex2bn(&bn, value);
    -	else ret = BN_dec2bn(&bn, value);
    -
    -	if (!ret || value[ret]) {
    -		BN_free(bn);
    -		X509V3err(X509V3_F_S2I_ASN1_INTEGER,X509V3_R_BN_DEC2BN_ERROR);
    -		return 0;
    -	}
    -
    -	if (isneg && BN_is_zero(bn)) isneg = 0;
    -
    -	aint = BN_to_ASN1_INTEGER(bn, NULL);
    -	BN_free(bn);
    -	if (!aint) {
    -		X509V3err(X509V3_F_S2I_ASN1_INTEGER,X509V3_R_BN_TO_ASN1_INTEGER_ERROR);
    -		return 0;
    -	}
    -	if (isneg) aint->type |= V_ASN1_NEG;
    -	return aint;
    +    BIGNUM *bn = NULL;
    +    ASN1_INTEGER *aint;
    +    int isneg, ishex;
    +    int ret;
    +    if (!value) {
    +        X509V3err(X509V3_F_S2I_ASN1_INTEGER, X509V3_R_INVALID_NULL_VALUE);
    +        return 0;
    +    }
    +    bn = BN_new();
    +    if (value[0] == '-') {
    +        value++;
    +        isneg = 1;
    +    } else
    +        isneg = 0;
    +
    +    if (value[0] == '0' && ((value[1] == 'x') || (value[1] == 'X'))) {
    +        value += 2;
    +        ishex = 1;
    +    } else
    +        ishex = 0;
    +
    +    if (ishex)
    +        ret = BN_hex2bn(&bn, value);
    +    else
    +        ret = BN_dec2bn(&bn, value);
    +
    +    if (!ret || value[ret]) {
    +        BN_free(bn);
    +        X509V3err(X509V3_F_S2I_ASN1_INTEGER, X509V3_R_BN_DEC2BN_ERROR);
    +        return 0;
    +    }
    +
    +    if (isneg && BN_is_zero(bn))
    +        isneg = 0;
    +
    +    aint = BN_to_ASN1_INTEGER(bn, NULL);
    +    BN_free(bn);
    +    if (!aint) {
    +        X509V3err(X509V3_F_S2I_ASN1_INTEGER,
    +                  X509V3_R_BN_TO_ASN1_INTEGER_ERROR);
    +        return 0;
    +    }
    +    if (isneg)
    +        aint->type |= V_ASN1_NEG;
    +    return aint;
     }
     
     int X509V3_add_value_int(const char *name, ASN1_INTEGER *aint,
    -	     STACK_OF(CONF_VALUE) **extlist)
    +                         STACK_OF(CONF_VALUE) **extlist)
     {
    -	char *strtmp;
    -	int ret;
    -	if(!aint) return 1;
    -	if(!(strtmp = i2s_ASN1_INTEGER(NULL, aint))) return 0;
    -	ret = X509V3_add_value(name, strtmp, extlist);
    -	OPENSSL_free(strtmp);
    -	return ret;
    +    char *strtmp;
    +    int ret;
    +    if (!aint)
    +        return 1;
    +    if (!(strtmp = i2s_ASN1_INTEGER(NULL, aint)))
    +        return 0;
    +    ret = X509V3_add_value(name, strtmp, extlist);
    +    OPENSSL_free(strtmp);
    +    return ret;
     }
     
     int X509V3_get_value_bool(CONF_VALUE *value, int *asn1_bool)
     {
    -	char *btmp;
    -	if(!(btmp = value->value)) goto err;
    -	if(!strcmp(btmp, "TRUE") || !strcmp(btmp, "true")
    -		 || !strcmp(btmp, "Y") || !strcmp(btmp, "y")
    -		|| !strcmp(btmp, "YES") || !strcmp(btmp, "yes")) {
    -		*asn1_bool = 0xff;
    -		return 1;
    -	} else if(!strcmp(btmp, "FALSE") || !strcmp(btmp, "false")
    -		 || !strcmp(btmp, "N") || !strcmp(btmp, "n")
    -		|| !strcmp(btmp, "NO") || !strcmp(btmp, "no")) {
    -		*asn1_bool = 0;
    -		return 1;
    -	}
    -	err:
    -	X509V3err(X509V3_F_X509V3_GET_VALUE_BOOL,X509V3_R_INVALID_BOOLEAN_STRING);
    -	X509V3_conf_err(value);
    -	return 0;
    +    char *btmp;
    +    if (!(btmp = value->value))
    +        goto err;
    +    if (!strcmp(btmp, "TRUE") || !strcmp(btmp, "true")
    +        || !strcmp(btmp, "Y") || !strcmp(btmp, "y")
    +        || !strcmp(btmp, "YES") || !strcmp(btmp, "yes")) {
    +        *asn1_bool = 0xff;
    +        return 1;
    +    } else if (!strcmp(btmp, "FALSE") || !strcmp(btmp, "false")
    +               || !strcmp(btmp, "N") || !strcmp(btmp, "n")
    +               || !strcmp(btmp, "NO") || !strcmp(btmp, "no")) {
    +        *asn1_bool = 0;
    +        return 1;
    +    }
    + err:
    +    X509V3err(X509V3_F_X509V3_GET_VALUE_BOOL,
    +              X509V3_R_INVALID_BOOLEAN_STRING);
    +    X509V3_conf_err(value);
    +    return 0;
     }
     
     int X509V3_get_value_int(CONF_VALUE *value, ASN1_INTEGER **aint)
     {
    -	ASN1_INTEGER *itmp;
    -	if(!(itmp = s2i_ASN1_INTEGER(NULL, value->value))) {
    -		X509V3_conf_err(value);
    -		return 0;
    -	}
    -	*aint = itmp;
    -	return 1;
    +    ASN1_INTEGER *itmp;
    +    if (!(itmp = s2i_ASN1_INTEGER(NULL, value->value))) {
    +        X509V3_conf_err(value);
    +        return 0;
    +    }
    +    *aint = itmp;
    +    return 1;
     }
     
    -#define HDR_NAME	1
    -#define HDR_VALUE	2
    +#define HDR_NAME        1
    +#define HDR_VALUE       2
     
    -/*#define DEBUG*/
    +/*
    + * #define DEBUG
    + */
     
     STACK_OF(CONF_VALUE) *X509V3_parse_list(const char *line)
     {
    -	char *p, *q, c;
    -	char *ntmp, *vtmp;
    -	STACK_OF(CONF_VALUE) *values = NULL;
    -	char *linebuf;
    -	int state;
    -	/* We are going to modify the line so copy it first */
    -	linebuf = BUF_strdup(line);
    -	state = HDR_NAME;
    -	ntmp = NULL;
    -	/* Go through all characters */
    -	for(p = linebuf, q = linebuf; (c = *p) && (c!='\r') && (c!='\n'); p++) {
    -
    -		switch(state) {
    -			case HDR_NAME:
    -			if(c == ':') {
    -				state = HDR_VALUE;
    -				*p = 0;
    -				ntmp = strip_spaces(q);
    -				if(!ntmp) {
    -					X509V3err(X509V3_F_X509V3_PARSE_LIST, X509V3_R_INVALID_NULL_NAME);
    -					goto err;
    -				}
    -				q = p + 1;
    -			} else if(c == ',') {
    -				*p = 0;
    -				ntmp = strip_spaces(q);
    -				q = p + 1;
    +    char *p, *q, c;
    +    char *ntmp, *vtmp;
    +    STACK_OF(CONF_VALUE) *values = NULL;
    +    char *linebuf;
    +    int state;
    +    /* We are going to modify the line so copy it first */
    +    linebuf = BUF_strdup(line);
    +    state = HDR_NAME;
    +    ntmp = NULL;
    +    /* Go through all characters */
    +    for (p = linebuf, q = linebuf; (c = *p) && (c != '\r') && (c != '\n');
    +         p++) {
    +
    +        switch (state) {
    +        case HDR_NAME:
    +            if (c == ':') {
    +                state = HDR_VALUE;
    +                *p = 0;
    +                ntmp = strip_spaces(q);
    +                if (!ntmp) {
    +                    X509V3err(X509V3_F_X509V3_PARSE_LIST,
    +                              X509V3_R_INVALID_NULL_NAME);
    +                    goto err;
    +                }
    +                q = p + 1;
    +            } else if (c == ',') {
    +                *p = 0;
    +                ntmp = strip_spaces(q);
    +                q = p + 1;
     #if 0
    -				printf("%s\n", ntmp);
    +                printf("%s\n", ntmp);
     #endif
    -				if(!ntmp) {
    -					X509V3err(X509V3_F_X509V3_PARSE_LIST, X509V3_R_INVALID_NULL_NAME);
    -					goto err;
    -				}
    -				X509V3_add_value(ntmp, NULL, &values);
    -			}
    -			break ;
    -
    -			case HDR_VALUE:
    -			if(c == ',') {
    -				state = HDR_NAME;
    -				*p = 0;
    -				vtmp = strip_spaces(q);
    +                if (!ntmp) {
    +                    X509V3err(X509V3_F_X509V3_PARSE_LIST,
    +                              X509V3_R_INVALID_NULL_NAME);
    +                    goto err;
    +                }
    +                X509V3_add_value(ntmp, NULL, &values);
    +            }
    +            break;
    +
    +        case HDR_VALUE:
    +            if (c == ',') {
    +                state = HDR_NAME;
    +                *p = 0;
    +                vtmp = strip_spaces(q);
     #if 0
    -				printf("%s\n", ntmp);
    +                printf("%s\n", ntmp);
     #endif
    -				if(!vtmp) {
    -					X509V3err(X509V3_F_X509V3_PARSE_LIST, X509V3_R_INVALID_NULL_VALUE);
    -					goto err;
    -				}
    -				X509V3_add_value(ntmp, vtmp, &values);
    -				ntmp = NULL;
    -				q = p + 1;
    -			}
    -
    -		}
    -	}
    -
    -	if(state == HDR_VALUE) {
    -		vtmp = strip_spaces(q);
    +                if (!vtmp) {
    +                    X509V3err(X509V3_F_X509V3_PARSE_LIST,
    +                              X509V3_R_INVALID_NULL_VALUE);
    +                    goto err;
    +                }
    +                X509V3_add_value(ntmp, vtmp, &values);
    +                ntmp = NULL;
    +                q = p + 1;
    +            }
    +
    +        }
    +    }
    +
    +    if (state == HDR_VALUE) {
    +        vtmp = strip_spaces(q);
     #if 0
    -		printf("%s=%s\n", ntmp, vtmp);
    +        printf("%s=%s\n", ntmp, vtmp);
     #endif
    -		if(!vtmp) {
    -			X509V3err(X509V3_F_X509V3_PARSE_LIST, X509V3_R_INVALID_NULL_VALUE);
    -			goto err;
    -		}
    -		X509V3_add_value(ntmp, vtmp, &values);
    -	} else {
    -		ntmp = strip_spaces(q);
    +        if (!vtmp) {
    +            X509V3err(X509V3_F_X509V3_PARSE_LIST,
    +                      X509V3_R_INVALID_NULL_VALUE);
    +            goto err;
    +        }
    +        X509V3_add_value(ntmp, vtmp, &values);
    +    } else {
    +        ntmp = strip_spaces(q);
     #if 0
    -		printf("%s\n", ntmp);
    +        printf("%s\n", ntmp);
     #endif
    -		if(!ntmp) {
    -			X509V3err(X509V3_F_X509V3_PARSE_LIST, X509V3_R_INVALID_NULL_NAME);
    -			goto err;
    -		}
    -		X509V3_add_value(ntmp, NULL, &values);
    -	}
    -OPENSSL_free(linebuf);
    -return values;
    +        if (!ntmp) {
    +            X509V3err(X509V3_F_X509V3_PARSE_LIST, X509V3_R_INVALID_NULL_NAME);
    +            goto err;
    +        }
    +        X509V3_add_value(ntmp, NULL, &values);
    +    }
    +    OPENSSL_free(linebuf);
    +    return values;
     
    -err:
    -OPENSSL_free(linebuf);
    -sk_CONF_VALUE_pop_free(values, X509V3_conf_free);
    -return NULL;
    + err:
    +    OPENSSL_free(linebuf);
    +    sk_CONF_VALUE_pop_free(values, X509V3_conf_free);
    +    return NULL;
     
     }
     
     /* Delete leading and trailing spaces from a string */
     static char *strip_spaces(char *name)
     {
    -	char *p, *q;
    -	/* Skip over leading spaces */
    -	p = name;
    -	while(*p && isspace((unsigned char)*p)) p++;
    -	if(!*p) return NULL;
    -	q = p + strlen(p) - 1;
    -	while((q != p) && isspace((unsigned char)*q)) q--;
    -	if(p != q) q[1] = 0;
    -	if(!*p) return NULL;
    -	return p;
    +    char *p, *q;
    +    /* Skip over leading spaces */
    +    p = name;
    +    while (*p && isspace((unsigned char)*p))
    +        p++;
    +    if (!*p)
    +        return NULL;
    +    q = p + strlen(p) - 1;
    +    while ((q != p) && isspace((unsigned char)*q))
    +        q--;
    +    if (p != q)
    +        q[1] = 0;
    +    if (!*p)
    +        return NULL;
    +    return p;
     }
     
     /* hex string utilities */
     
    -/* Given a buffer of length 'len' return a OPENSSL_malloc'ed string with its
    - * hex representation
    - * @@@ (Contents of buffer are always kept in ASCII, also on EBCDIC machines)
    +/*
    + * Given a buffer of length 'len' return a OPENSSL_malloc'ed string with its
    + * hex representation @@@ (Contents of buffer are always kept in ASCII, also
    + * on EBCDIC machines)
      */
     
     char *hex_to_string(const unsigned char *buffer, long len)
     {
    -	char *tmp, *q;
    -	const unsigned char *p;
    -	int i;
    -	const static char hexdig[] = "0123456789ABCDEF";
    -	if(!buffer || !len) return NULL;
    -	if(!(tmp = OPENSSL_malloc(len * 3 + 1))) {
    -		X509V3err(X509V3_F_HEX_TO_STRING,ERR_R_MALLOC_FAILURE);
    -		return NULL;
    -	}
    -	q = tmp;
    -	for(i = 0, p = buffer; i < len; i++,p++) {
    -		*q++ = hexdig[(*p >> 4) & 0xf];
    -		*q++ = hexdig[*p & 0xf];
    -		*q++ = ':';
    -	}
    -	q[-1] = 0;
    +    char *tmp, *q;
    +    const unsigned char *p;
    +    int i;
    +    const static char hexdig[] = "0123456789ABCDEF";
    +    if (!buffer || !len)
    +        return NULL;
    +    if (!(tmp = OPENSSL_malloc(len * 3 + 1))) {
    +        X509V3err(X509V3_F_HEX_TO_STRING, ERR_R_MALLOC_FAILURE);
    +        return NULL;
    +    }
    +    q = tmp;
    +    for (i = 0, p = buffer; i < len; i++, p++) {
    +        *q++ = hexdig[(*p >> 4) & 0xf];
    +        *q++ = hexdig[*p & 0xf];
    +        *q++ = ':';
    +    }
    +    q[-1] = 0;
     #ifdef CHARSET_EBCDIC
    -	ebcdic2ascii(tmp, tmp, q - tmp - 1);
    +    ebcdic2ascii(tmp, tmp, q - tmp - 1);
     #endif
     
    -	return tmp;
    +    return tmp;
     }
     
    -/* Give a string of hex digits convert to
    - * a buffer
    +/*
    + * Give a string of hex digits convert to a buffer
      */
     
     unsigned char *string_to_hex(const char *str, long *len)
     {
    -	unsigned char *hexbuf, *q;
    -	unsigned char ch, cl, *p;
    -	if(!str) {
    -		X509V3err(X509V3_F_STRING_TO_HEX,X509V3_R_INVALID_NULL_ARGUMENT);
    -		return NULL;
    -	}
    -	if(!(hexbuf = OPENSSL_malloc(strlen(str) >> 1))) goto err;
    -	for(p = (unsigned char *)str, q = hexbuf; *p;) {
    -		ch = *p++;
    +    unsigned char *hexbuf, *q;
    +    unsigned char ch, cl, *p;
    +    if (!str) {
    +        X509V3err(X509V3_F_STRING_TO_HEX, X509V3_R_INVALID_NULL_ARGUMENT);
    +        return NULL;
    +    }
    +    if (!(hexbuf = OPENSSL_malloc(strlen(str) >> 1)))
    +        goto err;
    +    for (p = (unsigned char *)str, q = hexbuf; *p;) {
    +        ch = *p++;
     #ifdef CHARSET_EBCDIC
    -		ch = os_toebcdic[ch];
    +        ch = os_toebcdic[ch];
     #endif
    -		if(ch == ':') continue;
    -		cl = *p++;
    +        if (ch == ':')
    +            continue;
    +        cl = *p++;
     #ifdef CHARSET_EBCDIC
    -		cl = os_toebcdic[cl];
    +        cl = os_toebcdic[cl];
     #endif
    -		if(!cl) {
    -			X509V3err(X509V3_F_STRING_TO_HEX,X509V3_R_ODD_NUMBER_OF_DIGITS);
    -			OPENSSL_free(hexbuf);
    -			return NULL;
    -		}
    -		if(isupper(ch)) ch = tolower(ch);
    -		if(isupper(cl)) cl = tolower(cl);
    -
    -		if((ch >= '0') && (ch <= '9')) ch -= '0';
    -		else if ((ch >= 'a') && (ch <= 'f')) ch -= 'a' - 10;
    -		else goto badhex;
    -
    -		if((cl >= '0') && (cl <= '9')) cl -= '0';
    -		else if ((cl >= 'a') && (cl <= 'f')) cl -= 'a' - 10;
    -		else goto badhex;
    -
    -		*q++ = (ch << 4) | cl;
    -	}
    +        if (!cl) {
    +            X509V3err(X509V3_F_STRING_TO_HEX, X509V3_R_ODD_NUMBER_OF_DIGITS);
    +            OPENSSL_free(hexbuf);
    +            return NULL;
    +        }
    +        if (isupper(ch))
    +            ch = tolower(ch);
    +        if (isupper(cl))
    +            cl = tolower(cl);
    +
    +        if ((ch >= '0') && (ch <= '9'))
    +            ch -= '0';
    +        else if ((ch >= 'a') && (ch <= 'f'))
    +            ch -= 'a' - 10;
    +        else
    +            goto badhex;
    +
    +        if ((cl >= '0') && (cl <= '9'))
    +            cl -= '0';
    +        else if ((cl >= 'a') && (cl <= 'f'))
    +            cl -= 'a' - 10;
    +        else
    +            goto badhex;
    +
    +        *q++ = (ch << 4) | cl;
    +    }
     
    -	if(len) *len = q - hexbuf;
    +    if (len)
    +        *len = q - hexbuf;
     
    -	return hexbuf;
    +    return hexbuf;
     
    -	err:
    -	if(hexbuf) OPENSSL_free(hexbuf);
    -	X509V3err(X509V3_F_STRING_TO_HEX,ERR_R_MALLOC_FAILURE);
    -	return NULL;
    + err:
    +    if (hexbuf)
    +        OPENSSL_free(hexbuf);
    +    X509V3err(X509V3_F_STRING_TO_HEX, ERR_R_MALLOC_FAILURE);
    +    return NULL;
     
    -	badhex:
    -	OPENSSL_free(hexbuf);
    -	X509V3err(X509V3_F_STRING_TO_HEX,X509V3_R_ILLEGAL_HEX_DIGIT);
    -	return NULL;
    + badhex:
    +    OPENSSL_free(hexbuf);
    +    X509V3err(X509V3_F_STRING_TO_HEX, X509V3_R_ILLEGAL_HEX_DIGIT);
    +    return NULL;
     
     }
     
    -/* V2I name comparison function: returns zero if 'name' matches
    - * cmp or cmp.*
    +/*
    + * V2I name comparison function: returns zero if 'name' matches cmp or cmp.*
      */
     
     int name_cmp(const char *name, const char *cmp)
     {
    -	int len, ret;
    -	char c;
    -	len = strlen(cmp);
    -	if((ret = strncmp(name, cmp, len))) return ret;
    -	c = name[len];
    -	if(!c || (c=='.')) return 0;
    -	return 1;
    +    int len, ret;
    +    char c;
    +    len = strlen(cmp);
    +    if ((ret = strncmp(name, cmp, len)))
    +        return ret;
    +    c = name[len];
    +    if (!c || (c == '.'))
    +        return 0;
    +    return 1;
     }
     
    -static int sk_strcmp(const char * const *a, const char * const *b)
    +static int sk_strcmp(const char *const *a, const char *const *b)
     {
    -	return strcmp(*a, *b);
    +    return strcmp(*a, *b);
     }
     
     STACK_OF(OPENSSL_STRING) *X509_get1_email(X509 *x)
     {
    -	GENERAL_NAMES *gens;
    -	STACK_OF(OPENSSL_STRING) *ret;
    +    GENERAL_NAMES *gens;
    +    STACK_OF(OPENSSL_STRING) *ret;
     
    -	gens = X509_get_ext_d2i(x, NID_subject_alt_name, NULL, NULL);
    -	ret = get_email(X509_get_subject_name(x), gens);
    -	sk_GENERAL_NAME_pop_free(gens, GENERAL_NAME_free);
    -	return ret;
    +    gens = X509_get_ext_d2i(x, NID_subject_alt_name, NULL, NULL);
    +    ret = get_email(X509_get_subject_name(x), gens);
    +    sk_GENERAL_NAME_pop_free(gens, GENERAL_NAME_free);
    +    return ret;
     }
     
     STACK_OF(OPENSSL_STRING) *X509_get1_ocsp(X509 *x)
     {
    -	AUTHORITY_INFO_ACCESS *info;
    -	STACK_OF(OPENSSL_STRING) *ret = NULL;
    -	int i;
    -
    -	info = X509_get_ext_d2i(x, NID_info_access, NULL, NULL);
    -	if (!info)
    -		return NULL;
    -	for (i = 0; i < sk_ACCESS_DESCRIPTION_num(info); i++)
    -		{
    -		ACCESS_DESCRIPTION *ad = sk_ACCESS_DESCRIPTION_value(info, i);
    -		if (OBJ_obj2nid(ad->method) == NID_ad_OCSP)
    -			{
    -			if (ad->location->type == GEN_URI)
    -				{
    -				if (!append_ia5(&ret, ad->location->d.uniformResourceIdentifier))
    -					break;
    -				}
    -			}
    -		}
    -	AUTHORITY_INFO_ACCESS_free(info);
    -	return ret;
    +    AUTHORITY_INFO_ACCESS *info;
    +    STACK_OF(OPENSSL_STRING) *ret = NULL;
    +    int i;
    +
    +    info = X509_get_ext_d2i(x, NID_info_access, NULL, NULL);
    +    if (!info)
    +        return NULL;
    +    for (i = 0; i < sk_ACCESS_DESCRIPTION_num(info); i++) {
    +        ACCESS_DESCRIPTION *ad = sk_ACCESS_DESCRIPTION_value(info, i);
    +        if (OBJ_obj2nid(ad->method) == NID_ad_OCSP) {
    +            if (ad->location->type == GEN_URI) {
    +                if (!append_ia5
    +                    (&ret, ad->location->d.uniformResourceIdentifier))
    +                    break;
    +            }
    +        }
    +    }
    +    AUTHORITY_INFO_ACCESS_free(info);
    +    return ret;
     }
     
     STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x)
     {
    -	GENERAL_NAMES *gens;
    -	STACK_OF(X509_EXTENSION) *exts;
    -	STACK_OF(OPENSSL_STRING) *ret;
    -
    -	exts = X509_REQ_get_extensions(x);
    -	gens = X509V3_get_d2i(exts, NID_subject_alt_name, NULL, NULL);
    -	ret = get_email(X509_REQ_get_subject_name(x), gens);
    -	sk_GENERAL_NAME_pop_free(gens, GENERAL_NAME_free);
    -	sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free);
    -	return ret;
    -}
    -
    -
    -static STACK_OF(OPENSSL_STRING) *get_email(X509_NAME *name, GENERAL_NAMES *gens)
    -{
    -	STACK_OF(OPENSSL_STRING) *ret = NULL;
    -	X509_NAME_ENTRY *ne;
    -	ASN1_IA5STRING *email;
    -	GENERAL_NAME *gen;
    -	int i;
    -	/* Now add any email address(es) to STACK */
    -	i = -1;
    -	/* First supplied X509_NAME */
    -	while((i = X509_NAME_get_index_by_NID(name,
    -					 NID_pkcs9_emailAddress, i)) >= 0) {
    -		ne = X509_NAME_get_entry(name, i);
    -		email = X509_NAME_ENTRY_get_data(ne);
    -		if(!append_ia5(&ret, email)) return NULL;
    -	}
    -	for(i = 0; i < sk_GENERAL_NAME_num(gens); i++)
    -	{
    -		gen = sk_GENERAL_NAME_value(gens, i);
    -		if(gen->type != GEN_EMAIL) continue;
    -		if(!append_ia5(&ret, gen->d.ia5)) return NULL;
    -	}
    -	return ret;
    +    GENERAL_NAMES *gens;
    +    STACK_OF(X509_EXTENSION) *exts;
    +    STACK_OF(OPENSSL_STRING) *ret;
    +
    +    exts = X509_REQ_get_extensions(x);
    +    gens = X509V3_get_d2i(exts, NID_subject_alt_name, NULL, NULL);
    +    ret = get_email(X509_REQ_get_subject_name(x), gens);
    +    sk_GENERAL_NAME_pop_free(gens, GENERAL_NAME_free);
    +    sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free);
    +    return ret;
    +}
    +
    +static STACK_OF(OPENSSL_STRING) *get_email(X509_NAME *name,
    +                                           GENERAL_NAMES *gens)
    +{
    +    STACK_OF(OPENSSL_STRING) *ret = NULL;
    +    X509_NAME_ENTRY *ne;
    +    ASN1_IA5STRING *email;
    +    GENERAL_NAME *gen;
    +    int i;
    +    /* Now add any email address(es) to STACK */
    +    i = -1;
    +    /* First supplied X509_NAME */
    +    while ((i = X509_NAME_get_index_by_NID(name,
    +                                           NID_pkcs9_emailAddress, i)) >= 0) {
    +        ne = X509_NAME_get_entry(name, i);
    +        email = X509_NAME_ENTRY_get_data(ne);
    +        if (!append_ia5(&ret, email))
    +            return NULL;
    +    }
    +    for (i = 0; i < sk_GENERAL_NAME_num(gens); i++) {
    +        gen = sk_GENERAL_NAME_value(gens, i);
    +        if (gen->type != GEN_EMAIL)
    +            continue;
    +        if (!append_ia5(&ret, gen->d.ia5))
    +            return NULL;
    +    }
    +    return ret;
     }
     
     static void str_free(OPENSSL_STRING str)
     {
    -	OPENSSL_free(str);
    +    OPENSSL_free(str);
     }
     
     static int append_ia5(STACK_OF(OPENSSL_STRING) **sk, ASN1_IA5STRING *email)
     {
    -	char *emtmp;
    -	/* First some sanity checks */
    -	if(email->type != V_ASN1_IA5STRING) return 1;
    -	if(!email->data || !email->length) return 1;
    -	if(!*sk) *sk = sk_OPENSSL_STRING_new(sk_strcmp);
    -	if(!*sk) return 0;
    -	/* Don't add duplicates */
    -	if(sk_OPENSSL_STRING_find(*sk, (char *)email->data) != -1) return 1;
    -	emtmp = BUF_strdup((char *)email->data);
    -	if(!emtmp || !sk_OPENSSL_STRING_push(*sk, emtmp)) {
    -		X509_email_free(*sk);
    -		*sk = NULL;
    -		return 0;
    -	}
    -	return 1;
    +    char *emtmp;
    +    /* First some sanity checks */
    +    if (email->type != V_ASN1_IA5STRING)
    +        return 1;
    +    if (!email->data || !email->length)
    +        return 1;
    +    if (!*sk)
    +        *sk = sk_OPENSSL_STRING_new(sk_strcmp);
    +    if (!*sk)
    +        return 0;
    +    /* Don't add duplicates */
    +    if (sk_OPENSSL_STRING_find(*sk, (char *)email->data) != -1)
    +        return 1;
    +    emtmp = BUF_strdup((char *)email->data);
    +    if (!emtmp || !sk_OPENSSL_STRING_push(*sk, emtmp)) {
    +        X509_email_free(*sk);
    +        *sk = NULL;
    +        return 0;
    +    }
    +    return 1;
     }
     
     void X509_email_free(STACK_OF(OPENSSL_STRING) *sk)
     {
    -	sk_OPENSSL_STRING_pop_free(sk, str_free);
    +    sk_OPENSSL_STRING_pop_free(sk, str_free);
    +}
    +
    +typedef int (*equal_fn) (const unsigned char *pattern, size_t pattern_len,
    +                         const unsigned char *subject, size_t subject_len,
    +                         unsigned int flags);
    +
    +/* Skip pattern prefix to match "wildcard" subject */
    +static void skip_prefix(const unsigned char **p, size_t *plen,
    +                        const unsigned char *subject, size_t subject_len,
    +                        unsigned int flags)
    +{
    +    const unsigned char *pattern = *p;
    +    size_t pattern_len = *plen;
    +
    +    /*
    +     * If subject starts with a leading '.' followed by more octets, and
    +     * pattern is longer, compare just an equal-length suffix with the
    +     * full subject (starting at the '.'), provided the prefix contains
    +     * no NULs.
    +     */
    +    if ((flags & _X509_CHECK_FLAG_DOT_SUBDOMAINS) == 0)
    +        return;
    +
    +    while (pattern_len > subject_len && *pattern) {
    +        if ((flags & X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS) &&
    +            *pattern == '.')
    +            break;
    +        ++pattern;
    +        --pattern_len;
    +    }
    +
    +    /* Skip if entire prefix acceptable */
    +    if (pattern_len == subject_len) {
    +        *p = pattern;
    +        *plen = pattern_len;
    +    }
    +}
    +
    +/* Compare while ASCII ignoring case. */
    +static int equal_nocase(const unsigned char *pattern, size_t pattern_len,
    +                        const unsigned char *subject, size_t subject_len,
    +                        unsigned int flags)
    +{
    +    skip_prefix(&pattern, &pattern_len, subject, subject_len, flags);
    +    if (pattern_len != subject_len)
    +        return 0;
    +    while (pattern_len) {
    +        unsigned char l = *pattern;
    +        unsigned char r = *subject;
    +        /* The pattern must not contain NUL characters. */
    +        if (l == 0)
    +            return 0;
    +        if (l != r) {
    +            if ('A' <= l && l <= 'Z')
    +                l = (l - 'A') + 'a';
    +            if ('A' <= r && r <= 'Z')
    +                r = (r - 'A') + 'a';
    +            if (l != r)
    +                return 0;
    +        }
    +        ++pattern;
    +        ++subject;
    +        --pattern_len;
    +    }
    +    return 1;
    +}
    +
    +/* Compare using memcmp. */
    +static int equal_case(const unsigned char *pattern, size_t pattern_len,
    +                      const unsigned char *subject, size_t subject_len,
    +                      unsigned int flags)
    +{
    +    skip_prefix(&pattern, &pattern_len, subject, subject_len, flags);
    +    if (pattern_len != subject_len)
    +        return 0;
    +    return !memcmp(pattern, subject, pattern_len);
    +}
    +
    +/*
    + * RFC 5280, section 7.5, requires that only the domain is compared in a
    + * case-insensitive manner.
    + */
    +static int equal_email(const unsigned char *a, size_t a_len,
    +                       const unsigned char *b, size_t b_len,
    +                       unsigned int unused_flags)
    +{
    +    size_t i = a_len;
    +    if (a_len != b_len)
    +        return 0;
    +    /*
    +     * We search backwards for the '@' character, so that we do not have to
    +     * deal with quoted local-parts.  The domain part is compared in a
    +     * case-insensitive manner.
    +     */
    +    while (i > 0) {
    +        --i;
    +        if (a[i] == '@' || b[i] == '@') {
    +            if (!equal_nocase(a + i, a_len - i, b + i, a_len - i, 0))
    +                return 0;
    +            break;
    +        }
    +    }
    +    if (i == 0)
    +        i = a_len;
    +    return equal_case(a, i, b, i, 0);
    +}
    +
    +/*
    + * Compare the prefix and suffix with the subject, and check that the
    + * characters in-between are valid.
    + */
    +static int wildcard_match(const unsigned char *prefix, size_t prefix_len,
    +                          const unsigned char *suffix, size_t suffix_len,
    +                          const unsigned char *subject, size_t subject_len,
    +                          unsigned int flags)
    +{
    +    const unsigned char *wildcard_start;
    +    const unsigned char *wildcard_end;
    +    const unsigned char *p;
    +    int allow_multi = 0;
    +    int allow_idna = 0;
    +
    +    if (subject_len < prefix_len + suffix_len)
    +        return 0;
    +    if (!equal_nocase(prefix, prefix_len, subject, prefix_len, flags))
    +        return 0;
    +    wildcard_start = subject + prefix_len;
    +    wildcard_end = subject + (subject_len - suffix_len);
    +    if (!equal_nocase(wildcard_end, suffix_len, suffix, suffix_len, flags))
    +        return 0;
    +    /*
    +     * If the wildcard makes up the entire first label, it must match at
    +     * least one character.
    +     */
    +    if (prefix_len == 0 && *suffix == '.') {
    +        if (wildcard_start == wildcard_end)
    +            return 0;
    +        allow_idna = 1;
    +        if (flags & X509_CHECK_FLAG_MULTI_LABEL_WILDCARDS)
    +            allow_multi = 1;
    +    }
    +    /* IDNA labels cannot match partial wildcards */
    +    if (!allow_idna &&
    +        subject_len >= 4 && strncasecmp((char *)subject, "xn--", 4) == 0)
    +        return 0;
    +    /* The wildcard may match a literal '*' */
    +    if (wildcard_end == wildcard_start + 1 && *wildcard_start == '*')
    +        return 1;
    +    /*
    +     * Check that the part matched by the wildcard contains only
    +     * permitted characters and only matches a single label unless
    +     * allow_multi is set.
    +     */
    +    for (p = wildcard_start; p != wildcard_end; ++p)
    +        if (!(('0' <= *p && *p <= '9') ||
    +              ('A' <= *p && *p <= 'Z') ||
    +              ('a' <= *p && *p <= 'z') ||
    +              *p == '-' || (allow_multi && *p == '.')))
    +            return 0;
    +    return 1;
    +}
    +
    +#define LABEL_START     (1 << 0)
    +#define LABEL_END       (1 << 1)
    +#define LABEL_HYPHEN    (1 << 2)
    +#define LABEL_IDNA      (1 << 3)
    +
    +static const unsigned char *valid_star(const unsigned char *p, size_t len,
    +                                       unsigned int flags)
    +{
    +    const unsigned char *star = 0;
    +    size_t i;
    +    int state = LABEL_START;
    +    int dots = 0;
    +    for (i = 0; i < len; ++i) {
    +        /*
    +         * Locate first and only legal wildcard, either at the start
    +         * or end of a non-IDNA first and not final label.
    +         */
    +        if (p[i] == '*') {
    +            int atstart = (state & LABEL_START);
    +            int atend = (i == len - 1 || p[i + i] == '.');
    +            /*-
    +             * At most one wildcard per pattern.
    +             * No wildcards in IDNA labels.
    +             * No wildcards after the first label.
    +             */
    +            if (star != NULL || (state & LABEL_IDNA) != 0 || dots)
    +                return NULL;
    +            /* Only full-label '*.example.com' wildcards? */
    +            if ((flags & X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS)
    +                && (!atstart || !atend))
    +                return NULL;
    +            /* No 'foo*bar' wildcards */
    +            if (!atstart && !atend)
    +                return NULL;
    +            star = &p[i];
    +            state &= ~LABEL_START;
    +        } else if (('a' <= p[i] && p[i] <= 'z')
    +                   || ('A' <= p[i] && p[i] <= 'Z')
    +                   || ('0' <= p[i] && p[i] <= '9')) {
    +            if ((state & LABEL_START) != 0
    +                && len - i >= 4 && strncasecmp((char *)&p[i], "xn--", 4) == 0)
    +                state |= LABEL_IDNA;
    +            state &= ~(LABEL_HYPHEN | LABEL_START);
    +        } else if (p[i] == '.') {
    +            if ((state & (LABEL_HYPHEN | LABEL_START)) != 0)
    +                return NULL;
    +            state = LABEL_START;
    +            ++dots;
    +        } else if (p[i] == '-') {
    +            if ((state & LABEL_HYPHEN) != 0)
    +                return NULL;
    +            state |= LABEL_HYPHEN;
    +        } else
    +            return NULL;
    +    }
    +
    +    /*
    +     * The final label must not end in a hyphen or ".", and
    +     * there must be at least two dots after the star.
    +     */
    +    if ((state & (LABEL_START | LABEL_HYPHEN)) != 0 || dots < 2)
    +        return NULL;
    +    return star;
    +}
    +
    +/* Compare using wildcards. */
    +static int equal_wildcard(const unsigned char *pattern, size_t pattern_len,
    +                          const unsigned char *subject, size_t subject_len,
    +                          unsigned int flags)
    +{
    +    const unsigned char *star = NULL;
    +
    +    /*
    +     * Subject names starting with '.' can only match a wildcard pattern
    +     * via a subject sub-domain pattern suffix match.
    +     */
    +    if (!(subject_len > 1 && subject[0] == '.'))
    +        star = valid_star(pattern, pattern_len, flags);
    +    if (star == NULL)
    +        return equal_nocase(pattern, pattern_len,
    +                            subject, subject_len, flags);
    +    return wildcard_match(pattern, star - pattern,
    +                          star + 1, (pattern + pattern_len) - star - 1,
    +                          subject, subject_len, flags);
    +}
    +
    +/*
    + * Compare an ASN1_STRING to a supplied string. If they match return 1. If
    + * cmp_type > 0 only compare if string matches the type, otherwise convert it
    + * to UTF8.
    + */
    +
    +static int do_check_string(ASN1_STRING *a, int cmp_type, equal_fn equal,
    +                           unsigned int flags, const char *b, size_t blen,
    +                           char **peername)
    +{
    +    int rv = 0;
    +
    +    if (!a->data || !a->length)
    +        return 0;
    +    if (cmp_type > 0) {
    +        if (cmp_type != a->type)
    +            return 0;
    +        if (cmp_type == V_ASN1_IA5STRING)
    +            rv = equal(a->data, a->length, (unsigned char *)b, blen, flags);
    +        else if (a->length == (int)blen && !memcmp(a->data, b, blen))
    +            rv = 1;
    +        if (rv > 0 && peername)
    +            *peername = BUF_strndup((char *)a->data, a->length);
    +    } else {
    +        int astrlen;
    +        unsigned char *astr;
    +        astrlen = ASN1_STRING_to_UTF8(&astr, a);
    +        if (astrlen < 0)
    +            return -1;
    +        rv = equal(astr, astrlen, (unsigned char *)b, blen, flags);
    +        if (rv > 0 && peername)
    +            *peername = BUF_strndup((char *)astr, astrlen);
    +        OPENSSL_free(astr);
    +    }
    +    return rv;
    +}
    +
    +static int do_x509_check(X509 *x, const char *chk, size_t chklen,
    +                         unsigned int flags, int check_type, char **peername)
    +{
    +    GENERAL_NAMES *gens = NULL;
    +    X509_NAME *name = NULL;
    +    int i;
    +    int cnid;
    +    int alt_type;
    +    int san_present = 0;
    +    int rv = 0;
    +    equal_fn equal;
    +
    +    /* See below, this flag is internal-only */
    +    flags &= ~_X509_CHECK_FLAG_DOT_SUBDOMAINS;
    +    if (check_type == GEN_EMAIL) {
    +        cnid = NID_pkcs9_emailAddress;
    +        alt_type = V_ASN1_IA5STRING;
    +        equal = equal_email;
    +    } else if (check_type == GEN_DNS) {
    +        cnid = NID_commonName;
    +        /* Implicit client-side DNS sub-domain pattern */
    +        if (chklen > 1 && chk[0] == '.')
    +            flags |= _X509_CHECK_FLAG_DOT_SUBDOMAINS;
    +        alt_type = V_ASN1_IA5STRING;
    +        if (flags & X509_CHECK_FLAG_NO_WILDCARDS)
    +            equal = equal_nocase;
    +        else
    +            equal = equal_wildcard;
    +    } else {
    +        cnid = 0;
    +        alt_type = V_ASN1_OCTET_STRING;
    +        equal = equal_case;
    +    }
    +
    +    if (chklen == 0)
    +        chklen = strlen(chk);
    +
    +    gens = X509_get_ext_d2i(x, NID_subject_alt_name, NULL, NULL);
    +    if (gens) {
    +        for (i = 0; i < sk_GENERAL_NAME_num(gens); i++) {
    +            GENERAL_NAME *gen;
    +            ASN1_STRING *cstr;
    +            gen = sk_GENERAL_NAME_value(gens, i);
    +            if (gen->type != check_type)
    +                continue;
    +            san_present = 1;
    +            if (check_type == GEN_EMAIL)
    +                cstr = gen->d.rfc822Name;
    +            else if (check_type == GEN_DNS)
    +                cstr = gen->d.dNSName;
    +            else
    +                cstr = gen->d.iPAddress;
    +            /* Positive on success, negative on error! */
    +            if ((rv = do_check_string(cstr, alt_type, equal, flags,
    +                                      chk, chklen, peername)) != 0)
    +                break;
    +        }
    +        GENERAL_NAMES_free(gens);
    +        if (rv != 0)
    +            return rv;
    +        if (!cnid
    +            || (san_present
    +                && !(flags & X509_CHECK_FLAG_ALWAYS_CHECK_SUBJECT)))
    +            return 0;
    +    }
    +    i = -1;
    +    name = X509_get_subject_name(x);
    +    while ((i = X509_NAME_get_index_by_NID(name, cnid, i)) >= 0) {
    +        X509_NAME_ENTRY *ne;
    +        ASN1_STRING *str;
    +        ne = X509_NAME_get_entry(name, i);
    +        str = X509_NAME_ENTRY_get_data(ne);
    +        /* Positive on success, negative on error! */
    +        if ((rv = do_check_string(str, -1, equal, flags,
    +                                  chk, chklen, peername)) != 0)
    +            return rv;
    +    }
    +    return 0;
    +}
    +
    +int X509_check_host(X509 *x, const char *chk, size_t chklen,
    +                    unsigned int flags, char **peername)
    +{
    +    if (chk == NULL)
    +        return -2;
    +    /*
    +     * Embedded NULs are disallowed, except as the last character of a
    +     * string of length 2 or more (tolerate caller including terminating
    +     * NUL in string length).
    +     */
    +    if (chklen == 0)
    +        chklen = strlen(chk);
    +    else if (memchr(chk, '\0', chklen > 1 ? chklen - 1 : chklen))
    +        return -2;
    +    if (chklen > 1 && chk[chklen - 1] == '\0')
    +        --chklen;
    +    return do_x509_check(x, chk, chklen, flags, GEN_DNS, peername);
    +}
    +
    +int X509_check_email(X509 *x, const char *chk, size_t chklen,
    +                     unsigned int flags)
    +{
    +    if (chk == NULL)
    +        return -2;
    +    /*
    +     * Embedded NULs are disallowed, except as the last character of a
    +     * string of length 2 or more (tolerate caller including terminating
    +     * NUL in string length).
    +     */
    +    if (chklen == 0)
    +        chklen = strlen((char *)chk);
    +    else if (memchr(chk, '\0', chklen > 1 ? chklen - 1 : chklen))
    +        return -2;
    +    if (chklen > 1 && chk[chklen - 1] == '\0')
    +        --chklen;
    +    return do_x509_check(x, chk, chklen, flags, GEN_EMAIL, NULL);
    +}
    +
    +int X509_check_ip(X509 *x, const unsigned char *chk, size_t chklen,
    +                  unsigned int flags)
    +{
    +    if (chk == NULL)
    +        return -2;
    +    return do_x509_check(x, (char *)chk, chklen, flags, GEN_IPADD, NULL);
    +}
    +
    +int X509_check_ip_asc(X509 *x, const char *ipasc, unsigned int flags)
    +{
    +    unsigned char ipout[16];
    +    size_t iplen;
    +
    +    if (ipasc == NULL)
    +        return -2;
    +    iplen = (size_t)a2i_ipadd(ipout, ipasc);
    +    if (iplen == 0)
    +        return -2;
    +    return do_x509_check(x, (char *)ipout, iplen, flags, GEN_IPADD, NULL);
     }
     
    -/* Convert IP addresses both IPv4 and IPv6 into an 
    - * OCTET STRING compatible with RFC3280.
    +/*
    + * Convert IP addresses both IPv4 and IPv6 into an OCTET STRING compatible
    + * with RFC3280.
      */
     
     ASN1_OCTET_STRING *a2i_IPADDRESS(const char *ipasc)
    -	{
    -	unsigned char ipout[16];
    -	ASN1_OCTET_STRING *ret;
    -	int iplen;
    +{
    +    unsigned char ipout[16];
    +    ASN1_OCTET_STRING *ret;
    +    int iplen;
     
    -	/* If string contains a ':' assume IPv6 */
    +    /* If string contains a ':' assume IPv6 */
     
    -	iplen = a2i_ipadd(ipout, ipasc);
    +    iplen = a2i_ipadd(ipout, ipasc);
     
    -	if (!iplen)
    -		return NULL;
    +    if (!iplen)
    +        return NULL;
     
    -	ret = ASN1_OCTET_STRING_new();
    -	if (!ret)
    -		return NULL;
    -	if (!ASN1_OCTET_STRING_set(ret, ipout, iplen))
    -		{
    -		ASN1_OCTET_STRING_free(ret);
    -		return NULL;
    -		}
    -	return ret;
    -	}
    +    ret = ASN1_OCTET_STRING_new();
    +    if (!ret)
    +        return NULL;
    +    if (!ASN1_OCTET_STRING_set(ret, ipout, iplen)) {
    +        ASN1_OCTET_STRING_free(ret);
    +        return NULL;
    +    }
    +    return ret;
    +}
     
     ASN1_OCTET_STRING *a2i_IPADDRESS_NC(const char *ipasc)
    -	{
    -	ASN1_OCTET_STRING *ret = NULL;
    -	unsigned char ipout[32];
    -	char *iptmp = NULL, *p;
    -	int iplen1, iplen2;
    -	p = strchr(ipasc,'/');
    -	if (!p)
    -		return NULL;
    -	iptmp = BUF_strdup(ipasc);
    -	if (!iptmp)
    -		return NULL;
    -	p = iptmp + (p - ipasc);
    -	*p++ = 0;
    -
    -	iplen1 = a2i_ipadd(ipout, iptmp);
    -
    -	if (!iplen1)
    -		goto err;
    -
    -	iplen2 = a2i_ipadd(ipout + iplen1, p);
    -
    -	OPENSSL_free(iptmp);
    -	iptmp = NULL;
    -
    -	if (!iplen2 || (iplen1 != iplen2))
    -		goto err;
    -
    -	ret = ASN1_OCTET_STRING_new();
    -	if (!ret)
    -		goto err;
    -	if (!ASN1_OCTET_STRING_set(ret, ipout, iplen1 + iplen2))
    -		goto err;
    -
    -	return ret;
    -
    -	err:
    -	if (iptmp)
    -		OPENSSL_free(iptmp);
    -	if (ret)
    -		ASN1_OCTET_STRING_free(ret);
    -	return NULL;
    -	}
    -	
    +{
    +    ASN1_OCTET_STRING *ret = NULL;
    +    unsigned char ipout[32];
    +    char *iptmp = NULL, *p;
    +    int iplen1, iplen2;
    +    p = strchr(ipasc, '/');
    +    if (!p)
    +        return NULL;
    +    iptmp = BUF_strdup(ipasc);
    +    if (!iptmp)
    +        return NULL;
    +    p = iptmp + (p - ipasc);
    +    *p++ = 0;
    +
    +    iplen1 = a2i_ipadd(ipout, iptmp);
    +
    +    if (!iplen1)
    +        goto err;
    +
    +    iplen2 = a2i_ipadd(ipout + iplen1, p);
    +
    +    OPENSSL_free(iptmp);
    +    iptmp = NULL;
    +
    +    if (!iplen2 || (iplen1 != iplen2))
    +        goto err;
    +
    +    ret = ASN1_OCTET_STRING_new();
    +    if (!ret)
    +        goto err;
    +    if (!ASN1_OCTET_STRING_set(ret, ipout, iplen1 + iplen2))
    +        goto err;
    +
    +    return ret;
    +
    + err:
    +    if (iptmp)
    +        OPENSSL_free(iptmp);
    +    if (ret)
    +        ASN1_OCTET_STRING_free(ret);
    +    return NULL;
    +}
     
     int a2i_ipadd(unsigned char *ipout, const char *ipasc)
    -	{
    -	/* If string contains a ':' assume IPv6 */
    -
    -	if (strchr(ipasc, ':'))
    -		{
    -		if (!ipv6_from_asc(ipout, ipasc))
    -			return 0;
    -		return 16;
    -		}
    -	else
    -		{
    -		if (!ipv4_from_asc(ipout, ipasc))
    -			return 0;
    -		return 4;
    -		}
    -	}
    +{
    +    /* If string contains a ':' assume IPv6 */
    +
    +    if (strchr(ipasc, ':')) {
    +        if (!ipv6_from_asc(ipout, ipasc))
    +            return 0;
    +        return 16;
    +    } else {
    +        if (!ipv4_from_asc(ipout, ipasc))
    +            return 0;
    +        return 4;
    +    }
    +}
     
     static int ipv4_from_asc(unsigned char *v4, const char *in)
    -	{
    -	int a0, a1, a2, a3;
    -	if (sscanf(in, "%d.%d.%d.%d", &a0, &a1, &a2, &a3) != 4)
    -		return 0;
    -	if ((a0 < 0) || (a0 > 255) || (a1 < 0) || (a1 > 255)
    -		|| (a2 < 0) || (a2 > 255) || (a3 < 0) || (a3 > 255))
    -		return 0;
    -	v4[0] = a0;
    -	v4[1] = a1;
    -	v4[2] = a2;
    -	v4[3] = a3;
    -	return 1;
    -	}
    +{
    +    int a0, a1, a2, a3;
    +    if (sscanf(in, "%d.%d.%d.%d", &a0, &a1, &a2, &a3) != 4)
    +        return 0;
    +    if ((a0 < 0) || (a0 > 255) || (a1 < 0) || (a1 > 255)
    +        || (a2 < 0) || (a2 > 255) || (a3 < 0) || (a3 > 255))
    +        return 0;
    +    v4[0] = a0;
    +    v4[1] = a1;
    +    v4[2] = a2;
    +    v4[3] = a3;
    +    return 1;
    +}
     
     typedef struct {
    -		/* Temporary store for IPV6 output */
    -		unsigned char tmp[16];
    -		/* Total number of bytes in tmp */
    -		int total;
    -		/* The position of a zero (corresponding to '::') */
    -		int zero_pos;
    -		/* Number of zeroes */
    -		int zero_cnt;
    -	} IPV6_STAT;
    -
    +    /* Temporary store for IPV6 output */
    +    unsigned char tmp[16];
    +    /* Total number of bytes in tmp */
    +    int total;
    +    /* The position of a zero (corresponding to '::') */
    +    int zero_pos;
    +    /* Number of zeroes */
    +    int zero_cnt;
    +} IPV6_STAT;
     
     static int ipv6_from_asc(unsigned char *v6, const char *in)
    -	{
    -	IPV6_STAT v6stat;
    -	v6stat.total = 0;
    -	v6stat.zero_pos = -1;
    -	v6stat.zero_cnt = 0;
    -	/* Treat the IPv6 representation as a list of values
    -	 * separated by ':'. The presence of a '::' will parse
    - 	 * as one, two or three zero length elements.
    -	 */
    -	if (!CONF_parse_list(in, ':', 0, ipv6_cb, &v6stat))
    -		return 0;
    -
    -	/* Now for some sanity checks */
    -
    -	if (v6stat.zero_pos == -1)
    -		{
    -		/* If no '::' must have exactly 16 bytes */
    -		if (v6stat.total != 16)
    -			return 0;
    -		}
    -	else 
    -		{
    -		/* If '::' must have less than 16 bytes */
    -		if (v6stat.total == 16)
    -			return 0;
    -		/* More than three zeroes is an error */
    -		if (v6stat.zero_cnt > 3)
    -			return 0;
    -		/* Can only have three zeroes if nothing else present */
    -		else if (v6stat.zero_cnt == 3)
    -			{
    -			if (v6stat.total > 0)
    -				return 0;
    -			}
    -		/* Can only have two zeroes if at start or end */
    -		else if (v6stat.zero_cnt == 2)
    -			{
    -			if ((v6stat.zero_pos != 0)
    -				&& (v6stat.zero_pos != v6stat.total))
    -				return 0;
    -			}
    -		else 
    -		/* Can only have one zero if *not* start or end */
    -			{
    -			if ((v6stat.zero_pos == 0)
    -				|| (v6stat.zero_pos == v6stat.total))
    -				return 0;
    -			}
    -		}
    -
    -	/* Format result */
    -
    -	if (v6stat.zero_pos >= 0)
    -		{
    -		/* Copy initial part */
    -		memcpy(v6, v6stat.tmp, v6stat.zero_pos);
    -		/* Zero middle */
    -		memset(v6 + v6stat.zero_pos, 0, 16 - v6stat.total);
    -		/* Copy final part */
    -		if (v6stat.total != v6stat.zero_pos)
    -			memcpy(v6 + v6stat.zero_pos + 16 - v6stat.total,
    -				v6stat.tmp + v6stat.zero_pos,
    -				v6stat.total - v6stat.zero_pos);
    -		}
    -	else
    -		memcpy(v6, v6stat.tmp, 16);
    -
    -	return 1;
    -	}
    +{
    +    IPV6_STAT v6stat;
    +    v6stat.total = 0;
    +    v6stat.zero_pos = -1;
    +    v6stat.zero_cnt = 0;
    +    /*
    +     * Treat the IPv6 representation as a list of values separated by ':'.
    +     * The presence of a '::' will parse as one, two or three zero length
    +     * elements.
    +     */
    +    if (!CONF_parse_list(in, ':', 0, ipv6_cb, &v6stat))
    +        return 0;
    +
    +    /* Now for some sanity checks */
    +
    +    if (v6stat.zero_pos == -1) {
    +        /* If no '::' must have exactly 16 bytes */
    +        if (v6stat.total != 16)
    +            return 0;
    +    } else {
    +        /* If '::' must have less than 16 bytes */
    +        if (v6stat.total == 16)
    +            return 0;
    +        /* More than three zeroes is an error */
    +        if (v6stat.zero_cnt > 3)
    +            return 0;
    +        /* Can only have three zeroes if nothing else present */
    +        else if (v6stat.zero_cnt == 3) {
    +            if (v6stat.total > 0)
    +                return 0;
    +        }
    +        /* Can only have two zeroes if at start or end */
    +        else if (v6stat.zero_cnt == 2) {
    +            if ((v6stat.zero_pos != 0)
    +                && (v6stat.zero_pos != v6stat.total))
    +                return 0;
    +        } else
    +            /* Can only have one zero if *not* start or end */
    +        {
    +            if ((v6stat.zero_pos == 0)
    +                || (v6stat.zero_pos == v6stat.total))
    +                return 0;
    +        }
    +    }
    +
    +    /* Format result */
    +
    +    if (v6stat.zero_pos >= 0) {
    +        /* Copy initial part */
    +        memcpy(v6, v6stat.tmp, v6stat.zero_pos);
    +        /* Zero middle */
    +        memset(v6 + v6stat.zero_pos, 0, 16 - v6stat.total);
    +        /* Copy final part */
    +        if (v6stat.total != v6stat.zero_pos)
    +            memcpy(v6 + v6stat.zero_pos + 16 - v6stat.total,
    +                   v6stat.tmp + v6stat.zero_pos,
    +                   v6stat.total - v6stat.zero_pos);
    +    } else
    +        memcpy(v6, v6stat.tmp, 16);
    +
    +    return 1;
    +}
     
     static int ipv6_cb(const char *elem, int len, void *usr)
    -	{
    -	IPV6_STAT *s = usr;
    -	/* Error if 16 bytes written */
    -	if (s->total == 16)
    -		return 0;
    -	if (len == 0)
    -		{
    -		/* Zero length element, corresponds to '::' */
    -		if (s->zero_pos == -1)
    -			s->zero_pos = s->total;
    -		/* If we've already got a :: its an error */
    -		else if (s->zero_pos != s->total)
    -			return 0;
    -		s->zero_cnt++;
    -		}
    -	else 
    -		{
    -		/* If more than 4 characters could be final a.b.c.d form */
    -		if (len > 4)
    -			{
    -			/* Need at least 4 bytes left */
    -			if (s->total > 12)
    -				return 0;
    -			/* Must be end of string */
    -			if (elem[len])
    -				return 0;
    -			if (!ipv4_from_asc(s->tmp + s->total, elem))
    -				return 0;
    -			s->total += 4;
    -			}
    -		else
    -			{
    -			if (!ipv6_hex(s->tmp + s->total, elem, len))
    -				return 0;
    -			s->total += 2;
    -			}
    -		}
    -	return 1;
    -	}
    -
    -/* Convert a string of up to 4 hex digits into the corresponding
    - * IPv6 form.
    +{
    +    IPV6_STAT *s = usr;
    +    /* Error if 16 bytes written */
    +    if (s->total == 16)
    +        return 0;
    +    if (len == 0) {
    +        /* Zero length element, corresponds to '::' */
    +        if (s->zero_pos == -1)
    +            s->zero_pos = s->total;
    +        /* If we've already got a :: its an error */
    +        else if (s->zero_pos != s->total)
    +            return 0;
    +        s->zero_cnt++;
    +    } else {
    +        /* If more than 4 characters could be final a.b.c.d form */
    +        if (len > 4) {
    +            /* Need at least 4 bytes left */
    +            if (s->total > 12)
    +                return 0;
    +            /* Must be end of string */
    +            if (elem[len])
    +                return 0;
    +            if (!ipv4_from_asc(s->tmp + s->total, elem))
    +                return 0;
    +            s->total += 4;
    +        } else {
    +            if (!ipv6_hex(s->tmp + s->total, elem, len))
    +                return 0;
    +            s->total += 2;
    +        }
    +    }
    +    return 1;
    +}
    +
    +/*
    + * Convert a string of up to 4 hex digits into the corresponding IPv6 form.
      */
     
     static int ipv6_hex(unsigned char *out, const char *in, int inlen)
    -	{
    -	unsigned char c;
    -	unsigned int num = 0;
    -	if (inlen > 4)
    -		return 0;
    -	while(inlen--)
    -		{
    -		c = *in++;
    -		num <<= 4;
    -		if ((c >= '0') && (c <= '9'))
    -			num |= c - '0';
    -		else if ((c >= 'A') && (c <= 'F'))
    -			num |= c - 'A' + 10;
    -		else if ((c >= 'a') && (c <= 'f'))
    -			num |=  c - 'a' + 10;
    -		else
    -			return 0;
    -		}
    -	out[0] = num >> 8;
    -	out[1] = num & 0xff;
    -	return 1;
    -	}
    -
    -
    -int X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE)*dn_sk,
    -						unsigned long chtype)
    -	{
    -	CONF_VALUE *v;
    -	int i, mval;
    -	char *p, *type;
    -	if (!nm)
    -		return 0;
    -
    -	for (i = 0; i < sk_CONF_VALUE_num(dn_sk); i++)
    -		{
    -		v=sk_CONF_VALUE_value(dn_sk,i);
    -		type=v->name;
    -		/* Skip past any leading X. X: X, etc to allow for
    -		 * multiple instances 
    -		 */
    -		for(p = type; *p ; p++) 
    +{
    +    unsigned char c;
    +    unsigned int num = 0;
    +    if (inlen > 4)
    +        return 0;
    +    while (inlen--) {
    +        c = *in++;
    +        num <<= 4;
    +        if ((c >= '0') && (c <= '9'))
    +            num |= c - '0';
    +        else if ((c >= 'A') && (c <= 'F'))
    +            num |= c - 'A' + 10;
    +        else if ((c >= 'a') && (c <= 'f'))
    +            num |= c - 'a' + 10;
    +        else
    +            return 0;
    +    }
    +    out[0] = num >> 8;
    +    out[1] = num & 0xff;
    +    return 1;
    +}
    +
    +int X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE) *dn_sk,
    +                             unsigned long chtype)
    +{
    +    CONF_VALUE *v;
    +    int i, mval;
    +    char *p, *type;
    +    if (!nm)
    +        return 0;
    +
    +    for (i = 0; i < sk_CONF_VALUE_num(dn_sk); i++) {
    +        v = sk_CONF_VALUE_value(dn_sk, i);
    +        type = v->name;
    +        /*
    +         * Skip past any leading X. X: X, etc to allow for multiple instances
    +         */
    +        for (p = type; *p; p++)
     #ifndef CHARSET_EBCDIC
    -			if ((*p == ':') || (*p == ',') || (*p == '.'))
    +            if ((*p == ':') || (*p == ',') || (*p == '.'))
     #else
    -			if ((*p == os_toascii[':']) || (*p == os_toascii[',']) || (*p == os_toascii['.']))
    +            if ((*p == os_toascii[':']) || (*p == os_toascii[','])
    +                || (*p == os_toascii['.']))
     #endif
    -				{
    -				p++;
    -				if(*p) type = p;
    -				break;
    -				}
    +            {
    +                p++;
    +                if (*p)
    +                    type = p;
    +                break;
    +            }
     #ifndef CHARSET_EBCDIC
    -		if (*type == '+')
    +        if (*type == '+')
     #else
    -		if (*type == os_toascii['+'])
    +        if (*type == os_toascii['+'])
     #endif
    -			{
    -			mval = -1;
    -			type++;
    -			}
    -		else
    -			mval = 0;
    -		if (!X509_NAME_add_entry_by_txt(nm,type, chtype,
    -				(unsigned char *) v->value,-1,-1,mval))
    -					return 0;
    -
    -		}
    -	return 1;
    -	}
    +        {
    +            mval = -1;
    +            type++;
    +        } else
    +            mval = 0;
    +        if (!X509_NAME_add_entry_by_txt(nm, type, chtype,
    +                                        (unsigned char *)v->value, -1, -1,
    +                                        mval))
    +            return 0;
    +
    +    }
    +    return 1;
    +}
    diff --git a/openssl/crypto/x509v3/v3conf.c b/openssl/crypto/x509v3/v3conf.c
    index a9e6ca354..41aa26694 100644
    --- a/openssl/crypto/x509v3/v3conf.c
    +++ b/openssl/crypto/x509v3/v3conf.c
    @@ -1,6 +1,7 @@
     /* v3conf.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,7 +57,6 @@
      *
      */
     
    -
     #include 
     #include "cryptlib.h"
     #include 
    @@ -68,60 +68,62 @@
     
     int main(int argc, char **argv)
     {
    -	LHASH *conf;
    -	X509 *cert;
    -	FILE *inf;
    -	char *conf_file;
    -	int i;
    -	int count;
    -	X509_EXTENSION *ext;
    -	X509V3_add_standard_extensions();
    -	ERR_load_crypto_strings();
    -	if(!argv[1]) {
    -		fprintf(stderr, "Usage: v3conf cert.pem [file.cnf]\n");
    -		exit(1);
    -	}
    -	conf_file = argv[2];
    -	if(!conf_file) conf_file = "test.cnf";
    -	conf = CONF_load(NULL, "test.cnf", NULL);
    -	if(!conf) {
    -		fprintf(stderr, "Error opening Config file %s\n", conf_file);
    -		ERR_print_errors_fp(stderr);
    -		exit(1);
    -	}
    +    LHASH *conf;
    +    X509 *cert;
    +    FILE *inf;
    +    char *conf_file;
    +    int i;
    +    int count;
    +    X509_EXTENSION *ext;
    +    X509V3_add_standard_extensions();
    +    ERR_load_crypto_strings();
    +    if (!argv[1]) {
    +        fprintf(stderr, "Usage: v3conf cert.pem [file.cnf]\n");
    +        exit(1);
    +    }
    +    conf_file = argv[2];
    +    if (!conf_file)
    +        conf_file = "test.cnf";
    +    conf = CONF_load(NULL, "test.cnf", NULL);
    +    if (!conf) {
    +        fprintf(stderr, "Error opening Config file %s\n", conf_file);
    +        ERR_print_errors_fp(stderr);
    +        exit(1);
    +    }
     
    -	inf = fopen(argv[1], "r");
    -	if(!inf) {
    -		fprintf(stderr, "Can't open certificate file %s\n", argv[1]);
    -		exit(1);
    -	}
    -	cert = PEM_read_X509(inf, NULL, NULL);
    -	if(!cert) {
    -		fprintf(stderr, "Error reading certificate file %s\n", argv[1]);
    -		exit(1);
    -	}
    -	fclose(inf);
    +    inf = fopen(argv[1], "r");
    +    if (!inf) {
    +        fprintf(stderr, "Can't open certificate file %s\n", argv[1]);
    +        exit(1);
    +    }
    +    cert = PEM_read_X509(inf, NULL, NULL);
    +    if (!cert) {
    +        fprintf(stderr, "Error reading certificate file %s\n", argv[1]);
    +        exit(1);
    +    }
    +    fclose(inf);
     
    -	sk_pop_free(cert->cert_info->extensions, X509_EXTENSION_free);
    -	cert->cert_info->extensions = NULL;
    +    sk_pop_free(cert->cert_info->extensions, X509_EXTENSION_free);
    +    cert->cert_info->extensions = NULL;
     
    -	if(!X509V3_EXT_add_conf(conf, NULL, "test_section", cert)) {
    -		fprintf(stderr, "Error adding extensions\n");
    -		ERR_print_errors_fp(stderr);
    -		exit(1);
    -	}
    +    if (!X509V3_EXT_add_conf(conf, NULL, "test_section", cert)) {
    +        fprintf(stderr, "Error adding extensions\n");
    +        ERR_print_errors_fp(stderr);
    +        exit(1);
    +    }
     
    -	count = X509_get_ext_count(cert);
    -	printf("%d extensions\n", count);
    -	for(i = 0; i < count; i++) {
    -		ext = X509_get_ext(cert, i);
    -		printf("%s", OBJ_nid2ln(OBJ_obj2nid(ext->object)));
    -		if(ext->critical) printf(",critical:\n");
    -		else printf(":\n");
    -		X509V3_EXT_print_fp(stdout, ext, 0, 0);
    -		printf("\n");
    -		
    -	}
    -	return 0;
    -}
    +    count = X509_get_ext_count(cert);
    +    printf("%d extensions\n", count);
    +    for (i = 0; i < count; i++) {
    +        ext = X509_get_ext(cert, i);
    +        printf("%s", OBJ_nid2ln(OBJ_obj2nid(ext->object)));
    +        if (ext->critical)
    +            printf(",critical:\n");
    +        else
    +            printf(":\n");
    +        X509V3_EXT_print_fp(stdout, ext, 0, 0);
    +        printf("\n");
     
    +    }
    +    return 0;
    +}
    diff --git a/openssl/crypto/x509v3/v3err.c b/openssl/crypto/x509v3/v3err.c
    index f9f6f1f91..bcc1be722 100644
    --- a/openssl/crypto/x509v3/v3err.c
    +++ b/openssl/crypto/x509v3/v3err.c
    @@ -1,13 +1,13 @@
     /* crypto/x509v3/v3err.c */
     /* ====================================================================
    - * Copyright (c) 1999-2007 The OpenSSL Project.  All rights reserved.
    + * Copyright (c) 1999-2014 The OpenSSL Project.  All rights reserved.
      *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* NOTE: this file was auto generated by the mkerr.pl script: any changes
    +/*
    + * NOTE: this file was auto generated by the mkerr.pl script: any changes
      * made to it will be overwritten when the script next updates this file,
      * only reason strings will be preserved.
      */
    @@ -65,162 +66,184 @@
     /* BEGIN ERROR CODES */
     #ifndef OPENSSL_NO_ERR
     
    -#define ERR_FUNC(func) ERR_PACK(ERR_LIB_X509V3,func,0)
    -#define ERR_REASON(reason) ERR_PACK(ERR_LIB_X509V3,0,reason)
    +# define ERR_FUNC(func) ERR_PACK(ERR_LIB_X509V3,func,0)
    +# define ERR_REASON(reason) ERR_PACK(ERR_LIB_X509V3,0,reason)
     
    -static ERR_STRING_DATA X509V3_str_functs[]=
    -	{
    -{ERR_FUNC(X509V3_F_A2I_GENERAL_NAME),	"A2I_GENERAL_NAME"},
    -{ERR_FUNC(X509V3_F_ASIDENTIFIERCHOICE_CANONIZE),	"ASIDENTIFIERCHOICE_CANONIZE"},
    -{ERR_FUNC(X509V3_F_ASIDENTIFIERCHOICE_IS_CANONICAL),	"ASIDENTIFIERCHOICE_IS_CANONICAL"},
    -{ERR_FUNC(X509V3_F_COPY_EMAIL),	"COPY_EMAIL"},
    -{ERR_FUNC(X509V3_F_COPY_ISSUER),	"COPY_ISSUER"},
    -{ERR_FUNC(X509V3_F_DO_DIRNAME),	"DO_DIRNAME"},
    -{ERR_FUNC(X509V3_F_DO_EXT_CONF),	"DO_EXT_CONF"},
    -{ERR_FUNC(X509V3_F_DO_EXT_I2D),	"DO_EXT_I2D"},
    -{ERR_FUNC(X509V3_F_DO_EXT_NCONF),	"DO_EXT_NCONF"},
    -{ERR_FUNC(X509V3_F_DO_I2V_NAME_CONSTRAINTS),	"DO_I2V_NAME_CONSTRAINTS"},
    -{ERR_FUNC(X509V3_F_GNAMES_FROM_SECTNAME),	"GNAMES_FROM_SECTNAME"},
    -{ERR_FUNC(X509V3_F_HEX_TO_STRING),	"hex_to_string"},
    -{ERR_FUNC(X509V3_F_I2S_ASN1_ENUMERATED),	"i2s_ASN1_ENUMERATED"},
    -{ERR_FUNC(X509V3_F_I2S_ASN1_IA5STRING),	"I2S_ASN1_IA5STRING"},
    -{ERR_FUNC(X509V3_F_I2S_ASN1_INTEGER),	"i2s_ASN1_INTEGER"},
    -{ERR_FUNC(X509V3_F_I2V_AUTHORITY_INFO_ACCESS),	"I2V_AUTHORITY_INFO_ACCESS"},
    -{ERR_FUNC(X509V3_F_NOTICE_SECTION),	"NOTICE_SECTION"},
    -{ERR_FUNC(X509V3_F_NREF_NOS),	"NREF_NOS"},
    -{ERR_FUNC(X509V3_F_POLICY_SECTION),	"POLICY_SECTION"},
    -{ERR_FUNC(X509V3_F_PROCESS_PCI_VALUE),	"PROCESS_PCI_VALUE"},
    -{ERR_FUNC(X509V3_F_R2I_CERTPOL),	"R2I_CERTPOL"},
    -{ERR_FUNC(X509V3_F_R2I_PCI),	"R2I_PCI"},
    -{ERR_FUNC(X509V3_F_S2I_ASN1_IA5STRING),	"S2I_ASN1_IA5STRING"},
    -{ERR_FUNC(X509V3_F_S2I_ASN1_INTEGER),	"s2i_ASN1_INTEGER"},
    -{ERR_FUNC(X509V3_F_S2I_ASN1_OCTET_STRING),	"s2i_ASN1_OCTET_STRING"},
    -{ERR_FUNC(X509V3_F_S2I_ASN1_SKEY_ID),	"S2I_ASN1_SKEY_ID"},
    -{ERR_FUNC(X509V3_F_S2I_SKEY_ID),	"S2I_SKEY_ID"},
    -{ERR_FUNC(X509V3_F_SET_DIST_POINT_NAME),	"SET_DIST_POINT_NAME"},
    -{ERR_FUNC(X509V3_F_STRING_TO_HEX),	"string_to_hex"},
    -{ERR_FUNC(X509V3_F_SXNET_ADD_ID_ASC),	"SXNET_add_id_asc"},
    -{ERR_FUNC(X509V3_F_SXNET_ADD_ID_INTEGER),	"SXNET_add_id_INTEGER"},
    -{ERR_FUNC(X509V3_F_SXNET_ADD_ID_ULONG),	"SXNET_add_id_ulong"},
    -{ERR_FUNC(X509V3_F_SXNET_GET_ID_ASC),	"SXNET_get_id_asc"},
    -{ERR_FUNC(X509V3_F_SXNET_GET_ID_ULONG),	"SXNET_get_id_ulong"},
    -{ERR_FUNC(X509V3_F_V2I_ASIDENTIFIERS),	"V2I_ASIDENTIFIERS"},
    -{ERR_FUNC(X509V3_F_V2I_ASN1_BIT_STRING),	"v2i_ASN1_BIT_STRING"},
    -{ERR_FUNC(X509V3_F_V2I_AUTHORITY_INFO_ACCESS),	"V2I_AUTHORITY_INFO_ACCESS"},
    -{ERR_FUNC(X509V3_F_V2I_AUTHORITY_KEYID),	"V2I_AUTHORITY_KEYID"},
    -{ERR_FUNC(X509V3_F_V2I_BASIC_CONSTRAINTS),	"V2I_BASIC_CONSTRAINTS"},
    -{ERR_FUNC(X509V3_F_V2I_CRLD),	"V2I_CRLD"},
    -{ERR_FUNC(X509V3_F_V2I_EXTENDED_KEY_USAGE),	"V2I_EXTENDED_KEY_USAGE"},
    -{ERR_FUNC(X509V3_F_V2I_GENERAL_NAMES),	"v2i_GENERAL_NAMES"},
    -{ERR_FUNC(X509V3_F_V2I_GENERAL_NAME_EX),	"v2i_GENERAL_NAME_ex"},
    -{ERR_FUNC(X509V3_F_V2I_IDP),	"V2I_IDP"},
    -{ERR_FUNC(X509V3_F_V2I_IPADDRBLOCKS),	"V2I_IPADDRBLOCKS"},
    -{ERR_FUNC(X509V3_F_V2I_ISSUER_ALT),	"V2I_ISSUER_ALT"},
    -{ERR_FUNC(X509V3_F_V2I_NAME_CONSTRAINTS),	"V2I_NAME_CONSTRAINTS"},
    -{ERR_FUNC(X509V3_F_V2I_POLICY_CONSTRAINTS),	"V2I_POLICY_CONSTRAINTS"},
    -{ERR_FUNC(X509V3_F_V2I_POLICY_MAPPINGS),	"V2I_POLICY_MAPPINGS"},
    -{ERR_FUNC(X509V3_F_V2I_SUBJECT_ALT),	"V2I_SUBJECT_ALT"},
    -{ERR_FUNC(X509V3_F_V3_ADDR_VALIDATE_PATH_INTERNAL),	"V3_ADDR_VALIDATE_PATH_INTERNAL"},
    -{ERR_FUNC(X509V3_F_V3_GENERIC_EXTENSION),	"V3_GENERIC_EXTENSION"},
    -{ERR_FUNC(X509V3_F_X509V3_ADD1_I2D),	"X509V3_add1_i2d"},
    -{ERR_FUNC(X509V3_F_X509V3_ADD_VALUE),	"X509V3_add_value"},
    -{ERR_FUNC(X509V3_F_X509V3_EXT_ADD),	"X509V3_EXT_add"},
    -{ERR_FUNC(X509V3_F_X509V3_EXT_ADD_ALIAS),	"X509V3_EXT_add_alias"},
    -{ERR_FUNC(X509V3_F_X509V3_EXT_CONF),	"X509V3_EXT_conf"},
    -{ERR_FUNC(X509V3_F_X509V3_EXT_I2D),	"X509V3_EXT_i2d"},
    -{ERR_FUNC(X509V3_F_X509V3_EXT_NCONF),	"X509V3_EXT_nconf"},
    -{ERR_FUNC(X509V3_F_X509V3_GET_SECTION),	"X509V3_get_section"},
    -{ERR_FUNC(X509V3_F_X509V3_GET_STRING),	"X509V3_get_string"},
    -{ERR_FUNC(X509V3_F_X509V3_GET_VALUE_BOOL),	"X509V3_get_value_bool"},
    -{ERR_FUNC(X509V3_F_X509V3_PARSE_LIST),	"X509V3_parse_list"},
    -{ERR_FUNC(X509V3_F_X509_PURPOSE_ADD),	"X509_PURPOSE_add"},
    -{ERR_FUNC(X509V3_F_X509_PURPOSE_SET),	"X509_PURPOSE_set"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA X509V3_str_functs[] = {
    +    {ERR_FUNC(X509V3_F_A2I_GENERAL_NAME), "a2i_GENERAL_NAME"},
    +    {ERR_FUNC(X509V3_F_ASIDENTIFIERCHOICE_CANONIZE),
    +     "ASIDENTIFIERCHOICE_CANONIZE"},
    +    {ERR_FUNC(X509V3_F_ASIDENTIFIERCHOICE_IS_CANONICAL),
    +     "ASIDENTIFIERCHOICE_IS_CANONICAL"},
    +    {ERR_FUNC(X509V3_F_COPY_EMAIL), "COPY_EMAIL"},
    +    {ERR_FUNC(X509V3_F_COPY_ISSUER), "COPY_ISSUER"},
    +    {ERR_FUNC(X509V3_F_DO_DIRNAME), "DO_DIRNAME"},
    +    {ERR_FUNC(X509V3_F_DO_EXT_CONF), "DO_EXT_CONF"},
    +    {ERR_FUNC(X509V3_F_DO_EXT_I2D), "DO_EXT_I2D"},
    +    {ERR_FUNC(X509V3_F_DO_EXT_NCONF), "DO_EXT_NCONF"},
    +    {ERR_FUNC(X509V3_F_DO_I2V_NAME_CONSTRAINTS), "DO_I2V_NAME_CONSTRAINTS"},
    +    {ERR_FUNC(X509V3_F_GNAMES_FROM_SECTNAME), "GNAMES_FROM_SECTNAME"},
    +    {ERR_FUNC(X509V3_F_HEX_TO_STRING), "hex_to_string"},
    +    {ERR_FUNC(X509V3_F_I2S_ASN1_ENUMERATED), "i2s_ASN1_ENUMERATED"},
    +    {ERR_FUNC(X509V3_F_I2S_ASN1_IA5STRING), "I2S_ASN1_IA5STRING"},
    +    {ERR_FUNC(X509V3_F_I2S_ASN1_INTEGER), "i2s_ASN1_INTEGER"},
    +    {ERR_FUNC(X509V3_F_I2V_AUTHORITY_INFO_ACCESS),
    +     "I2V_AUTHORITY_INFO_ACCESS"},
    +    {ERR_FUNC(X509V3_F_NOTICE_SECTION), "NOTICE_SECTION"},
    +    {ERR_FUNC(X509V3_F_NREF_NOS), "NREF_NOS"},
    +    {ERR_FUNC(X509V3_F_POLICY_SECTION), "POLICY_SECTION"},
    +    {ERR_FUNC(X509V3_F_PROCESS_PCI_VALUE), "PROCESS_PCI_VALUE"},
    +    {ERR_FUNC(X509V3_F_R2I_CERTPOL), "R2I_CERTPOL"},
    +    {ERR_FUNC(X509V3_F_R2I_PCI), "R2I_PCI"},
    +    {ERR_FUNC(X509V3_F_S2I_ASN1_IA5STRING), "S2I_ASN1_IA5STRING"},
    +    {ERR_FUNC(X509V3_F_S2I_ASN1_INTEGER), "s2i_ASN1_INTEGER"},
    +    {ERR_FUNC(X509V3_F_S2I_ASN1_OCTET_STRING), "s2i_ASN1_OCTET_STRING"},
    +    {ERR_FUNC(X509V3_F_S2I_ASN1_SKEY_ID), "S2I_ASN1_SKEY_ID"},
    +    {ERR_FUNC(X509V3_F_S2I_SKEY_ID), "S2I_SKEY_ID"},
    +    {ERR_FUNC(X509V3_F_SET_DIST_POINT_NAME), "SET_DIST_POINT_NAME"},
    +    {ERR_FUNC(X509V3_F_STRING_TO_HEX), "string_to_hex"},
    +    {ERR_FUNC(X509V3_F_SXNET_ADD_ID_ASC), "SXNET_add_id_asc"},
    +    {ERR_FUNC(X509V3_F_SXNET_ADD_ID_INTEGER), "SXNET_add_id_INTEGER"},
    +    {ERR_FUNC(X509V3_F_SXNET_ADD_ID_ULONG), "SXNET_add_id_ulong"},
    +    {ERR_FUNC(X509V3_F_SXNET_GET_ID_ASC), "SXNET_get_id_asc"},
    +    {ERR_FUNC(X509V3_F_SXNET_GET_ID_ULONG), "SXNET_get_id_ulong"},
    +    {ERR_FUNC(X509V3_F_V2I_ASIDENTIFIERS), "V2I_ASIDENTIFIERS"},
    +    {ERR_FUNC(X509V3_F_V2I_ASN1_BIT_STRING), "v2i_ASN1_BIT_STRING"},
    +    {ERR_FUNC(X509V3_F_V2I_AUTHORITY_INFO_ACCESS),
    +     "V2I_AUTHORITY_INFO_ACCESS"},
    +    {ERR_FUNC(X509V3_F_V2I_AUTHORITY_KEYID), "V2I_AUTHORITY_KEYID"},
    +    {ERR_FUNC(X509V3_F_V2I_BASIC_CONSTRAINTS), "V2I_BASIC_CONSTRAINTS"},
    +    {ERR_FUNC(X509V3_F_V2I_CRLD), "V2I_CRLD"},
    +    {ERR_FUNC(X509V3_F_V2I_EXTENDED_KEY_USAGE), "V2I_EXTENDED_KEY_USAGE"},
    +    {ERR_FUNC(X509V3_F_V2I_GENERAL_NAMES), "v2i_GENERAL_NAMES"},
    +    {ERR_FUNC(X509V3_F_V2I_GENERAL_NAME_EX), "v2i_GENERAL_NAME_ex"},
    +    {ERR_FUNC(X509V3_F_V2I_IDP), "V2I_IDP"},
    +    {ERR_FUNC(X509V3_F_V2I_IPADDRBLOCKS), "V2I_IPADDRBLOCKS"},
    +    {ERR_FUNC(X509V3_F_V2I_ISSUER_ALT), "V2I_ISSUER_ALT"},
    +    {ERR_FUNC(X509V3_F_V2I_NAME_CONSTRAINTS), "V2I_NAME_CONSTRAINTS"},
    +    {ERR_FUNC(X509V3_F_V2I_POLICY_CONSTRAINTS), "V2I_POLICY_CONSTRAINTS"},
    +    {ERR_FUNC(X509V3_F_V2I_POLICY_MAPPINGS), "V2I_POLICY_MAPPINGS"},
    +    {ERR_FUNC(X509V3_F_V2I_SUBJECT_ALT), "V2I_SUBJECT_ALT"},
    +    {ERR_FUNC(X509V3_F_V3_ADDR_VALIDATE_PATH_INTERNAL),
    +     "V3_ADDR_VALIDATE_PATH_INTERNAL"},
    +    {ERR_FUNC(X509V3_F_V3_GENERIC_EXTENSION), "V3_GENERIC_EXTENSION"},
    +    {ERR_FUNC(X509V3_F_X509V3_ADD1_I2D), "X509V3_add1_i2d"},
    +    {ERR_FUNC(X509V3_F_X509V3_ADD_VALUE), "X509V3_add_value"},
    +    {ERR_FUNC(X509V3_F_X509V3_EXT_ADD), "X509V3_EXT_add"},
    +    {ERR_FUNC(X509V3_F_X509V3_EXT_ADD_ALIAS), "X509V3_EXT_add_alias"},
    +    {ERR_FUNC(X509V3_F_X509V3_EXT_CONF), "X509V3_EXT_conf"},
    +    {ERR_FUNC(X509V3_F_X509V3_EXT_FREE), "X509V3_EXT_free"},
    +    {ERR_FUNC(X509V3_F_X509V3_EXT_I2D), "X509V3_EXT_i2d"},
    +    {ERR_FUNC(X509V3_F_X509V3_EXT_NCONF), "X509V3_EXT_nconf"},
    +    {ERR_FUNC(X509V3_F_X509V3_GET_SECTION), "X509V3_get_section"},
    +    {ERR_FUNC(X509V3_F_X509V3_GET_STRING), "X509V3_get_string"},
    +    {ERR_FUNC(X509V3_F_X509V3_GET_VALUE_BOOL), "X509V3_get_value_bool"},
    +    {ERR_FUNC(X509V3_F_X509V3_PARSE_LIST), "X509V3_parse_list"},
    +    {ERR_FUNC(X509V3_F_X509_PURPOSE_ADD), "X509_PURPOSE_add"},
    +    {ERR_FUNC(X509V3_F_X509_PURPOSE_SET), "X509_PURPOSE_set"},
    +    {0, NULL}
    +};
     
    -static ERR_STRING_DATA X509V3_str_reasons[]=
    -	{
    -{ERR_REASON(X509V3_R_BAD_IP_ADDRESS)     ,"bad ip address"},
    -{ERR_REASON(X509V3_R_BAD_OBJECT)         ,"bad object"},
    -{ERR_REASON(X509V3_R_BN_DEC2BN_ERROR)    ,"bn dec2bn error"},
    -{ERR_REASON(X509V3_R_BN_TO_ASN1_INTEGER_ERROR),"bn to asn1 integer error"},
    -{ERR_REASON(X509V3_R_DIRNAME_ERROR)      ,"dirname error"},
    -{ERR_REASON(X509V3_R_DISTPOINT_ALREADY_SET),"distpoint already set"},
    -{ERR_REASON(X509V3_R_DUPLICATE_ZONE_ID)  ,"duplicate zone id"},
    -{ERR_REASON(X509V3_R_ERROR_CONVERTING_ZONE),"error converting zone"},
    -{ERR_REASON(X509V3_R_ERROR_CREATING_EXTENSION),"error creating extension"},
    -{ERR_REASON(X509V3_R_ERROR_IN_EXTENSION) ,"error in extension"},
    -{ERR_REASON(X509V3_R_EXPECTED_A_SECTION_NAME),"expected a section name"},
    -{ERR_REASON(X509V3_R_EXTENSION_EXISTS)   ,"extension exists"},
    -{ERR_REASON(X509V3_R_EXTENSION_NAME_ERROR),"extension name error"},
    -{ERR_REASON(X509V3_R_EXTENSION_NOT_FOUND),"extension not found"},
    -{ERR_REASON(X509V3_R_EXTENSION_SETTING_NOT_SUPPORTED),"extension setting not supported"},
    -{ERR_REASON(X509V3_R_EXTENSION_VALUE_ERROR),"extension value error"},
    -{ERR_REASON(X509V3_R_ILLEGAL_EMPTY_EXTENSION),"illegal empty extension"},
    -{ERR_REASON(X509V3_R_ILLEGAL_HEX_DIGIT)  ,"illegal hex digit"},
    -{ERR_REASON(X509V3_R_INCORRECT_POLICY_SYNTAX_TAG),"incorrect policy syntax tag"},
    -{ERR_REASON(X509V3_R_INVALID_MULTIPLE_RDNS),"invalid multiple rdns"},
    -{ERR_REASON(X509V3_R_INVALID_ASNUMBER)   ,"invalid asnumber"},
    -{ERR_REASON(X509V3_R_INVALID_ASRANGE)    ,"invalid asrange"},
    -{ERR_REASON(X509V3_R_INVALID_BOOLEAN_STRING),"invalid boolean string"},
    -{ERR_REASON(X509V3_R_INVALID_EXTENSION_STRING),"invalid extension string"},
    -{ERR_REASON(X509V3_R_INVALID_INHERITANCE),"invalid inheritance"},
    -{ERR_REASON(X509V3_R_INVALID_IPADDRESS)  ,"invalid ipaddress"},
    -{ERR_REASON(X509V3_R_INVALID_NAME)       ,"invalid name"},
    -{ERR_REASON(X509V3_R_INVALID_NULL_ARGUMENT),"invalid null argument"},
    -{ERR_REASON(X509V3_R_INVALID_NULL_NAME)  ,"invalid null name"},
    -{ERR_REASON(X509V3_R_INVALID_NULL_VALUE) ,"invalid null value"},
    -{ERR_REASON(X509V3_R_INVALID_NUMBER)     ,"invalid number"},
    -{ERR_REASON(X509V3_R_INVALID_NUMBERS)    ,"invalid numbers"},
    -{ERR_REASON(X509V3_R_INVALID_OBJECT_IDENTIFIER),"invalid object identifier"},
    -{ERR_REASON(X509V3_R_INVALID_OPTION)     ,"invalid option"},
    -{ERR_REASON(X509V3_R_INVALID_POLICY_IDENTIFIER),"invalid policy identifier"},
    -{ERR_REASON(X509V3_R_INVALID_PROXY_POLICY_SETTING),"invalid proxy policy setting"},
    -{ERR_REASON(X509V3_R_INVALID_PURPOSE)    ,"invalid purpose"},
    -{ERR_REASON(X509V3_R_INVALID_SAFI)       ,"invalid safi"},
    -{ERR_REASON(X509V3_R_INVALID_SECTION)    ,"invalid section"},
    -{ERR_REASON(X509V3_R_INVALID_SYNTAX)     ,"invalid syntax"},
    -{ERR_REASON(X509V3_R_ISSUER_DECODE_ERROR),"issuer decode error"},
    -{ERR_REASON(X509V3_R_MISSING_VALUE)      ,"missing value"},
    -{ERR_REASON(X509V3_R_NEED_ORGANIZATION_AND_NUMBERS),"need organization and numbers"},
    -{ERR_REASON(X509V3_R_NO_CONFIG_DATABASE) ,"no config database"},
    -{ERR_REASON(X509V3_R_NO_ISSUER_CERTIFICATE),"no issuer certificate"},
    -{ERR_REASON(X509V3_R_NO_ISSUER_DETAILS)  ,"no issuer details"},
    -{ERR_REASON(X509V3_R_NO_POLICY_IDENTIFIER),"no policy identifier"},
    -{ERR_REASON(X509V3_R_NO_PROXY_CERT_POLICY_LANGUAGE_DEFINED),"no proxy cert policy language defined"},
    -{ERR_REASON(X509V3_R_NO_PUBLIC_KEY)      ,"no public key"},
    -{ERR_REASON(X509V3_R_NO_SUBJECT_DETAILS) ,"no subject details"},
    -{ERR_REASON(X509V3_R_ODD_NUMBER_OF_DIGITS),"odd number of digits"},
    -{ERR_REASON(X509V3_R_OPERATION_NOT_DEFINED),"operation not defined"},
    -{ERR_REASON(X509V3_R_OTHERNAME_ERROR)    ,"othername error"},
    -{ERR_REASON(X509V3_R_POLICY_LANGUAGE_ALREADY_DEFINED),"policy language already defined"},
    -{ERR_REASON(X509V3_R_POLICY_PATH_LENGTH) ,"policy path length"},
    -{ERR_REASON(X509V3_R_POLICY_PATH_LENGTH_ALREADY_DEFINED),"policy path length already defined"},
    -{ERR_REASON(X509V3_R_POLICY_SYNTAX_NOT_CURRENTLY_SUPPORTED),"policy syntax not currently supported"},
    -{ERR_REASON(X509V3_R_POLICY_WHEN_PROXY_LANGUAGE_REQUIRES_NO_POLICY),"policy when proxy language requires no policy"},
    -{ERR_REASON(X509V3_R_SECTION_NOT_FOUND)  ,"section not found"},
    -{ERR_REASON(X509V3_R_UNABLE_TO_GET_ISSUER_DETAILS),"unable to get issuer details"},
    -{ERR_REASON(X509V3_R_UNABLE_TO_GET_ISSUER_KEYID),"unable to get issuer keyid"},
    -{ERR_REASON(X509V3_R_UNKNOWN_BIT_STRING_ARGUMENT),"unknown bit string argument"},
    -{ERR_REASON(X509V3_R_UNKNOWN_EXTENSION)  ,"unknown extension"},
    -{ERR_REASON(X509V3_R_UNKNOWN_EXTENSION_NAME),"unknown extension name"},
    -{ERR_REASON(X509V3_R_UNKNOWN_OPTION)     ,"unknown option"},
    -{ERR_REASON(X509V3_R_UNSUPPORTED_OPTION) ,"unsupported option"},
    -{ERR_REASON(X509V3_R_UNSUPPORTED_TYPE)   ,"unsupported type"},
    -{ERR_REASON(X509V3_R_USER_TOO_LONG)      ,"user too long"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA X509V3_str_reasons[] = {
    +    {ERR_REASON(X509V3_R_BAD_IP_ADDRESS), "bad ip address"},
    +    {ERR_REASON(X509V3_R_BAD_OBJECT), "bad object"},
    +    {ERR_REASON(X509V3_R_BN_DEC2BN_ERROR), "bn dec2bn error"},
    +    {ERR_REASON(X509V3_R_BN_TO_ASN1_INTEGER_ERROR),
    +     "bn to asn1 integer error"},
    +    {ERR_REASON(X509V3_R_CANNOT_FIND_FREE_FUNCTION),
    +     "cannot find free function"},
    +    {ERR_REASON(X509V3_R_DIRNAME_ERROR), "dirname error"},
    +    {ERR_REASON(X509V3_R_DISTPOINT_ALREADY_SET), "distpoint already set"},
    +    {ERR_REASON(X509V3_R_DUPLICATE_ZONE_ID), "duplicate zone id"},
    +    {ERR_REASON(X509V3_R_ERROR_CONVERTING_ZONE), "error converting zone"},
    +    {ERR_REASON(X509V3_R_ERROR_CREATING_EXTENSION),
    +     "error creating extension"},
    +    {ERR_REASON(X509V3_R_ERROR_IN_EXTENSION), "error in extension"},
    +    {ERR_REASON(X509V3_R_EXPECTED_A_SECTION_NAME), "expected a section name"},
    +    {ERR_REASON(X509V3_R_EXTENSION_EXISTS), "extension exists"},
    +    {ERR_REASON(X509V3_R_EXTENSION_NAME_ERROR), "extension name error"},
    +    {ERR_REASON(X509V3_R_EXTENSION_NOT_FOUND), "extension not found"},
    +    {ERR_REASON(X509V3_R_EXTENSION_SETTING_NOT_SUPPORTED),
    +     "extension setting not supported"},
    +    {ERR_REASON(X509V3_R_EXTENSION_VALUE_ERROR), "extension value error"},
    +    {ERR_REASON(X509V3_R_ILLEGAL_EMPTY_EXTENSION), "illegal empty extension"},
    +    {ERR_REASON(X509V3_R_ILLEGAL_HEX_DIGIT), "illegal hex digit"},
    +    {ERR_REASON(X509V3_R_INCORRECT_POLICY_SYNTAX_TAG),
    +     "incorrect policy syntax tag"},
    +    {ERR_REASON(X509V3_R_INVALID_ASNUMBER), "invalid asnumber"},
    +    {ERR_REASON(X509V3_R_INVALID_ASRANGE), "invalid asrange"},
    +    {ERR_REASON(X509V3_R_INVALID_BOOLEAN_STRING), "invalid boolean string"},
    +    {ERR_REASON(X509V3_R_INVALID_EXTENSION_STRING),
    +     "invalid extension string"},
    +    {ERR_REASON(X509V3_R_INVALID_INHERITANCE), "invalid inheritance"},
    +    {ERR_REASON(X509V3_R_INVALID_IPADDRESS), "invalid ipaddress"},
    +    {ERR_REASON(X509V3_R_INVALID_MULTIPLE_RDNS), "invalid multiple rdns"},
    +    {ERR_REASON(X509V3_R_INVALID_NAME), "invalid name"},
    +    {ERR_REASON(X509V3_R_INVALID_NULL_ARGUMENT), "invalid null argument"},
    +    {ERR_REASON(X509V3_R_INVALID_NULL_NAME), "invalid null name"},
    +    {ERR_REASON(X509V3_R_INVALID_NULL_VALUE), "invalid null value"},
    +    {ERR_REASON(X509V3_R_INVALID_NUMBER), "invalid number"},
    +    {ERR_REASON(X509V3_R_INVALID_NUMBERS), "invalid numbers"},
    +    {ERR_REASON(X509V3_R_INVALID_OBJECT_IDENTIFIER),
    +     "invalid object identifier"},
    +    {ERR_REASON(X509V3_R_INVALID_OPTION), "invalid option"},
    +    {ERR_REASON(X509V3_R_INVALID_POLICY_IDENTIFIER),
    +     "invalid policy identifier"},
    +    {ERR_REASON(X509V3_R_INVALID_PROXY_POLICY_SETTING),
    +     "invalid proxy policy setting"},
    +    {ERR_REASON(X509V3_R_INVALID_PURPOSE), "invalid purpose"},
    +    {ERR_REASON(X509V3_R_INVALID_SAFI), "invalid safi"},
    +    {ERR_REASON(X509V3_R_INVALID_SECTION), "invalid section"},
    +    {ERR_REASON(X509V3_R_INVALID_SYNTAX), "invalid syntax"},
    +    {ERR_REASON(X509V3_R_ISSUER_DECODE_ERROR), "issuer decode error"},
    +    {ERR_REASON(X509V3_R_MISSING_VALUE), "missing value"},
    +    {ERR_REASON(X509V3_R_NEED_ORGANIZATION_AND_NUMBERS),
    +     "need organization and numbers"},
    +    {ERR_REASON(X509V3_R_NO_CONFIG_DATABASE), "no config database"},
    +    {ERR_REASON(X509V3_R_NO_ISSUER_CERTIFICATE), "no issuer certificate"},
    +    {ERR_REASON(X509V3_R_NO_ISSUER_DETAILS), "no issuer details"},
    +    {ERR_REASON(X509V3_R_NO_POLICY_IDENTIFIER), "no policy identifier"},
    +    {ERR_REASON(X509V3_R_NO_PROXY_CERT_POLICY_LANGUAGE_DEFINED),
    +     "no proxy cert policy language defined"},
    +    {ERR_REASON(X509V3_R_NO_PUBLIC_KEY), "no public key"},
    +    {ERR_REASON(X509V3_R_NO_SUBJECT_DETAILS), "no subject details"},
    +    {ERR_REASON(X509V3_R_ODD_NUMBER_OF_DIGITS), "odd number of digits"},
    +    {ERR_REASON(X509V3_R_OPERATION_NOT_DEFINED), "operation not defined"},
    +    {ERR_REASON(X509V3_R_OTHERNAME_ERROR), "othername error"},
    +    {ERR_REASON(X509V3_R_POLICY_LANGUAGE_ALREADY_DEFINED),
    +     "policy language already defined"},
    +    {ERR_REASON(X509V3_R_POLICY_PATH_LENGTH), "policy path length"},
    +    {ERR_REASON(X509V3_R_POLICY_PATH_LENGTH_ALREADY_DEFINED),
    +     "policy path length already defined"},
    +    {ERR_REASON(X509V3_R_POLICY_SYNTAX_NOT_CURRENTLY_SUPPORTED),
    +     "policy syntax not currently supported"},
    +    {ERR_REASON(X509V3_R_POLICY_WHEN_PROXY_LANGUAGE_REQUIRES_NO_POLICY),
    +     "policy when proxy language requires no policy"},
    +    {ERR_REASON(X509V3_R_SECTION_NOT_FOUND), "section not found"},
    +    {ERR_REASON(X509V3_R_UNABLE_TO_GET_ISSUER_DETAILS),
    +     "unable to get issuer details"},
    +    {ERR_REASON(X509V3_R_UNABLE_TO_GET_ISSUER_KEYID),
    +     "unable to get issuer keyid"},
    +    {ERR_REASON(X509V3_R_UNKNOWN_BIT_STRING_ARGUMENT),
    +     "unknown bit string argument"},
    +    {ERR_REASON(X509V3_R_UNKNOWN_EXTENSION), "unknown extension"},
    +    {ERR_REASON(X509V3_R_UNKNOWN_EXTENSION_NAME), "unknown extension name"},
    +    {ERR_REASON(X509V3_R_UNKNOWN_OPTION), "unknown option"},
    +    {ERR_REASON(X509V3_R_UNSUPPORTED_OPTION), "unsupported option"},
    +    {ERR_REASON(X509V3_R_UNSUPPORTED_TYPE), "unsupported type"},
    +    {ERR_REASON(X509V3_R_USER_TOO_LONG), "user too long"},
    +    {0, NULL}
    +};
     
     #endif
     
     void ERR_load_X509V3_strings(void)
    -	{
    +{
     #ifndef OPENSSL_NO_ERR
     
    -	if (ERR_func_error_string(X509V3_str_functs[0].error) == NULL)
    -		{
    -		ERR_load_strings(0,X509V3_str_functs);
    -		ERR_load_strings(0,X509V3_str_reasons);
    -		}
    +    if (ERR_func_error_string(X509V3_str_functs[0].error) == NULL) {
    +        ERR_load_strings(0, X509V3_str_functs);
    +        ERR_load_strings(0, X509V3_str_reasons);
    +    }
     #endif
    -	}
    +}
    diff --git a/openssl/crypto/x509v3/v3nametest.c b/openssl/crypto/x509v3/v3nametest.c
    new file mode 100755
    index 000000000..7b5c1c8e5
    --- /dev/null
    +++ b/openssl/crypto/x509v3/v3nametest.c
    @@ -0,0 +1,336 @@
    +#include 
    +#include 
    +#include "../e_os.h"
    +#include 
    +
    +static const char *const names[] = {
    +    "a", "b", ".", "*", "@",
    +    ".a", "a.", ".b", "b.", ".*", "*.", "*@", "@*", "a@", "@a", "b@", "..",
    +    "@@", "**", "*.com", "*com", "*.*.com", "*com", "com*", "*example.com",
    +    "*@example.com", "test@*.example.com", "example.com", "www.example.com",
    +    "test.www.example.com", "*.example.com", "*.www.example.com",
    +    "test.*.example.com", "www.*.com",
    +    ".www.example.com", "*www.example.com",
    +    "example.net", "xn--rger-koa.example.com",
    +    "a.example.com", "b.example.com",
    +    "postmaster@example.com", "Postmaster@example.com",
    +    "postmaster@EXAMPLE.COM",
    +    NULL
    +};
    +
    +static const char *const exceptions[] = {
    +    "set CN: host: [*.example.com] matches [a.example.com]",
    +    "set CN: host: [*.example.com] matches [b.example.com]",
    +    "set CN: host: [*.example.com] matches [www.example.com]",
    +    "set CN: host: [*.example.com] matches [xn--rger-koa.example.com]",
    +    "set CN: host: [*.www.example.com] matches [test.www.example.com]",
    +    "set CN: host: [*.www.example.com] matches [.www.example.com]",
    +    "set CN: host: [*www.example.com] matches [www.example.com]",
    +    "set CN: host: [test.www.example.com] matches [.www.example.com]",
    +    "set CN: host-no-wildcards: [*.www.example.com] matches [.www.example.com]",
    +    "set CN: host-no-wildcards: [test.www.example.com] matches [.www.example.com]",
    +    "set emailAddress: email: [postmaster@example.com] does not match [Postmaster@example.com]",
    +    "set emailAddress: email: [postmaster@EXAMPLE.COM] does not match [Postmaster@example.com]",
    +    "set emailAddress: email: [Postmaster@example.com] does not match [postmaster@example.com]",
    +    "set emailAddress: email: [Postmaster@example.com] does not match [postmaster@EXAMPLE.COM]",
    +    "set dnsName: host: [*.example.com] matches [www.example.com]",
    +    "set dnsName: host: [*.example.com] matches [a.example.com]",
    +    "set dnsName: host: [*.example.com] matches [b.example.com]",
    +    "set dnsName: host: [*.example.com] matches [xn--rger-koa.example.com]",
    +    "set dnsName: host: [*.www.example.com] matches [test.www.example.com]",
    +    "set dnsName: host-no-wildcards: [*.www.example.com] matches [.www.example.com]",
    +    "set dnsName: host-no-wildcards: [test.www.example.com] matches [.www.example.com]",
    +    "set dnsName: host: [*.www.example.com] matches [.www.example.com]",
    +    "set dnsName: host: [*www.example.com] matches [www.example.com]",
    +    "set dnsName: host: [test.www.example.com] matches [.www.example.com]",
    +    "set rfc822Name: email: [postmaster@example.com] does not match [Postmaster@example.com]",
    +    "set rfc822Name: email: [Postmaster@example.com] does not match [postmaster@example.com]",
    +    "set rfc822Name: email: [Postmaster@example.com] does not match [postmaster@EXAMPLE.COM]",
    +    "set rfc822Name: email: [postmaster@EXAMPLE.COM] does not match [Postmaster@example.com]",
    +    NULL
    +};
    +
    +static int is_exception(const char *msg)
    +{
    +    const char *const *p;
    +    for (p = exceptions; *p; ++p)
    +        if (strcmp(msg, *p) == 0)
    +            return 1;
    +    return 0;
    +}
    +
    +static int set_cn(X509 *crt, ...)
    +{
    +    int ret = 0;
    +    X509_NAME *n = NULL;
    +    va_list ap;
    +    va_start(ap, crt);
    +    n = X509_NAME_new();
    +    if (n == NULL)
    +        goto out;
    +    while (1) {
    +        int nid;
    +        const char *name;
    +        nid = va_arg(ap, int);
    +        if (nid == 0)
    +            break;
    +        name = va_arg(ap, const char *);
    +        if (!X509_NAME_add_entry_by_NID(n, nid, MBSTRING_ASC,
    +                                        (unsigned char *)name, -1, -1, 1))
    +            goto out;
    +    }
    +    if (!X509_set_subject_name(crt, n))
    +        goto out;
    +    ret = 1;
    + out:
    +    X509_NAME_free(n);
    +    va_end(ap);
    +    return ret;
    +}
    +
    +/*-
    +int             X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc);
    +X509_EXTENSION *X509_EXTENSION_create_by_NID(X509_EXTENSION **ex,
    +                        int nid, int crit, ASN1_OCTET_STRING *data);
    +int             X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc);
    +*/
    +
    +static int set_altname(X509 *crt, ...)
    +{
    +    int ret = 0;
    +    GENERAL_NAMES *gens = NULL;
    +    GENERAL_NAME *gen = NULL;
    +    ASN1_IA5STRING *ia5 = NULL;
    +    va_list ap;
    +    va_start(ap, crt);
    +    gens = sk_GENERAL_NAME_new_null();
    +    if (gens == NULL)
    +        goto out;
    +    while (1) {
    +        int type;
    +        const char *name;
    +        type = va_arg(ap, int);
    +        if (type == 0)
    +            break;
    +        name = va_arg(ap, const char *);
    +
    +        gen = GENERAL_NAME_new();
    +        if (gen == NULL)
    +            goto out;
    +        ia5 = ASN1_IA5STRING_new();
    +        if (ia5 == NULL)
    +            goto out;
    +        if (!ASN1_STRING_set(ia5, name, -1))
    +            goto out;
    +        switch (type) {
    +        case GEN_EMAIL:
    +        case GEN_DNS:
    +            GENERAL_NAME_set0_value(gen, type, ia5);
    +            ia5 = NULL;
    +            break;
    +        default:
    +            abort();
    +        }
    +        sk_GENERAL_NAME_push(gens, gen);
    +        gen = NULL;
    +    }
    +    if (!X509_add1_ext_i2d(crt, NID_subject_alt_name, gens, 0, 0))
    +        goto out;
    +    ret = 1;
    + out:
    +    ASN1_IA5STRING_free(ia5);
    +    GENERAL_NAME_free(gen);
    +    GENERAL_NAMES_free(gens);
    +    va_end(ap);
    +    return ret;
    +}
    +
    +static int set_cn1(X509 *crt, const char *name)
    +{
    +    return set_cn(crt, NID_commonName, name, 0);
    +}
    +
    +static int set_cn_and_email(X509 *crt, const char *name)
    +{
    +    return set_cn(crt, NID_commonName, name,
    +                  NID_pkcs9_emailAddress, "dummy@example.com", 0);
    +}
    +
    +static int set_cn2(X509 *crt, const char *name)
    +{
    +    return set_cn(crt, NID_commonName, "dummy value",
    +                  NID_commonName, name, 0);
    +}
    +
    +static int set_cn3(X509 *crt, const char *name)
    +{
    +    return set_cn(crt, NID_commonName, name,
    +                  NID_commonName, "dummy value", 0);
    +}
    +
    +static int set_email1(X509 *crt, const char *name)
    +{
    +    return set_cn(crt, NID_pkcs9_emailAddress, name, 0);
    +}
    +
    +static int set_email2(X509 *crt, const char *name)
    +{
    +    return set_cn(crt, NID_pkcs9_emailAddress, "dummy@example.com",
    +                  NID_pkcs9_emailAddress, name, 0);
    +}
    +
    +static int set_email3(X509 *crt, const char *name)
    +{
    +    return set_cn(crt, NID_pkcs9_emailAddress, name,
    +                  NID_pkcs9_emailAddress, "dummy@example.com", 0);
    +}
    +
    +static int set_email_and_cn(X509 *crt, const char *name)
    +{
    +    return set_cn(crt, NID_pkcs9_emailAddress, name,
    +                  NID_commonName, "www.example.org", 0);
    +}
    +
    +static int set_altname_dns(X509 *crt, const char *name)
    +{
    +    return set_altname(crt, GEN_DNS, name, 0);
    +}
    +
    +static int set_altname_email(X509 *crt, const char *name)
    +{
    +    return set_altname(crt, GEN_EMAIL, name, 0);
    +}
    +
    +struct set_name_fn {
    +    int (*fn) (X509 *, const char *);
    +    const char *name;
    +    int host;
    +    int email;
    +};
    +
    +static const struct set_name_fn name_fns[] = {
    +    {set_cn1, "set CN", 1, 0},
    +    {set_cn2, "set CN", 1, 0},
    +    {set_cn3, "set CN", 1, 0},
    +    {set_cn_and_email, "set CN", 1, 0},
    +    {set_email1, "set emailAddress", 0, 1},
    +    {set_email2, "set emailAddress", 0, 1},
    +    {set_email3, "set emailAddress", 0, 1},
    +    {set_email_and_cn, "set emailAddress", 0, 1},
    +    {set_altname_dns, "set dnsName", 1, 0},
    +    {set_altname_email, "set rfc822Name", 0, 1},
    +    {NULL, NULL, 0}
    +};
    +
    +static X509 *make_cert()
    +{
    +    X509 *ret = NULL;
    +    X509 *crt = NULL;
    +    X509_NAME *issuer = NULL;
    +    crt = X509_new();
    +    if (crt == NULL)
    +        goto out;
    +    if (!X509_set_version(crt, 3))
    +        goto out;
    +    ret = crt;
    +    crt = NULL;
    + out:
    +    X509_NAME_free(issuer);
    +    return ret;
    +}
    +
    +static int errors;
    +
    +static void check_message(const struct set_name_fn *fn, const char *op,
    +                          const char *nameincert, int match, const char *name)
    +{
    +    char msg[1024];
    +    if (match < 0)
    +        return;
    +    BIO_snprintf(msg, sizeof(msg), "%s: %s: [%s] %s [%s]",
    +                 fn->name, op, nameincert,
    +                 match ? "matches" : "does not match", name);
    +    if (is_exception(msg))
    +        return;
    +    puts(msg);
    +    ++errors;
    +}
    +
    +static void run_cert(X509 *crt, const char *nameincert,
    +                     const struct set_name_fn *fn)
    +{
    +    const char *const *pname = names;
    +    while (*pname) {
    +        int samename = strcasecmp(nameincert, *pname) == 0;
    +        size_t namelen = strlen(*pname);
    +        char *name = malloc(namelen);
    +        int match, ret;
    +        memcpy(name, *pname, namelen);
    +
    +        ret = X509_check_host(crt, name, namelen, 0, NULL);
    +        match = -1;
    +        if (ret < 0) {
    +            fprintf(stderr, "internal error in X509_check_host");
    +            ++errors;
    +        } else if (fn->host) {
    +            if (ret == 1 && !samename)
    +                match = 1;
    +            if (ret == 0 && samename)
    +                match = 0;
    +        } else if (ret == 1)
    +            match = 1;
    +        check_message(fn, "host", nameincert, match, *pname);
    +
    +        ret = X509_check_host(crt, name, namelen,
    +                              X509_CHECK_FLAG_NO_WILDCARDS, NULL);
    +        match = -1;
    +        if (ret < 0) {
    +            fprintf(stderr, "internal error in X509_check_host");
    +            ++errors;
    +        } else if (fn->host) {
    +            if (ret == 1 && !samename)
    +                match = 1;
    +            if (ret == 0 && samename)
    +                match = 0;
    +        } else if (ret == 1)
    +            match = 1;
    +        check_message(fn, "host-no-wildcards", nameincert, match, *pname);
    +
    +        ret = X509_check_email(crt, name, namelen, 0);
    +        match = -1;
    +        if (fn->email) {
    +            if (ret && !samename)
    +                match = 1;
    +            if (!ret && samename && strchr(nameincert, '@') != NULL)
    +                match = 0;
    +        } else if (ret)
    +            match = 1;
    +        check_message(fn, "email", nameincert, match, *pname);
    +        ++pname;
    +        free(name);
    +    }
    +}
    +
    +int main(void)
    +{
    +    const struct set_name_fn *pfn = name_fns;
    +    while (pfn->name) {
    +        const char *const *pname = names;
    +        while (*pname) {
    +            X509 *crt = make_cert();
    +            if (crt == NULL) {
    +                fprintf(stderr, "make_cert failed\n");
    +                return 1;
    +            }
    +            if (!pfn->fn(crt, *pname)) {
    +                fprintf(stderr, "X509 name setting failed\n");
    +                return 1;
    +            }
    +            run_cert(crt, *pname, pfn);
    +            X509_free(crt);
    +            ++pname;
    +        }
    +        ++pfn;
    +    }
    +    return errors > 0 ? 1 : 0;
    +}
    diff --git a/openssl/crypto/x509v3/v3prin.c b/openssl/crypto/x509v3/v3prin.c
    index d5ff26829..cbc357079 100644
    --- a/openssl/crypto/x509v3/v3prin.c
    +++ b/openssl/crypto/x509v3/v3prin.c
    @@ -1,6 +1,7 @@
     /* v3prin.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,8 +57,6 @@
      *
      */
     
    -
    -
     #include 
     #include 
     #include 
    @@ -66,34 +65,35 @@
     
     int main(int argc, char **argv)
     {
    -	X509 *cert;
    -	FILE *inf;
    -	int i, count;
    -	X509_EXTENSION *ext;
    -	X509V3_add_standard_extensions();
    -	ERR_load_crypto_strings();
    -	if(!argv[1]) {
    -		fprintf(stderr, "Usage v3prin cert.pem\n");
    -		exit(1);
    -	}
    -	if(!(inf = fopen(argv[1], "r"))) {
    -		fprintf(stderr, "Can't open %s\n", argv[1]);
    -		exit(1);
    -	}
    -	if(!(cert = PEM_read_X509(inf, NULL, NULL))) {
    -		fprintf(stderr, "Can't read certificate %s\n", argv[1]);
    -		ERR_print_errors_fp(stderr);
    -		exit(1);
    -	}
    -	fclose(inf);
    -	count = X509_get_ext_count(cert);
    -	printf("%d extensions\n", count);
    -	for(i = 0; i < count; i++) {
    -		ext = X509_get_ext(cert, i);
    -		printf("%s\n", OBJ_nid2ln(OBJ_obj2nid(ext->object)));
    -		if(!X509V3_EXT_print_fp(stdout, ext, 0, 0)) ERR_print_errors_fp(stderr);
    -		printf("\n");
    -		
    -	}
    -	return 0;
    +    X509 *cert;
    +    FILE *inf;
    +    int i, count;
    +    X509_EXTENSION *ext;
    +    X509V3_add_standard_extensions();
    +    ERR_load_crypto_strings();
    +    if (!argv[1]) {
    +        fprintf(stderr, "Usage v3prin cert.pem\n");
    +        exit(1);
    +    }
    +    if (!(inf = fopen(argv[1], "r"))) {
    +        fprintf(stderr, "Can't open %s\n", argv[1]);
    +        exit(1);
    +    }
    +    if (!(cert = PEM_read_X509(inf, NULL, NULL))) {
    +        fprintf(stderr, "Can't read certificate %s\n", argv[1]);
    +        ERR_print_errors_fp(stderr);
    +        exit(1);
    +    }
    +    fclose(inf);
    +    count = X509_get_ext_count(cert);
    +    printf("%d extensions\n", count);
    +    for (i = 0; i < count; i++) {
    +        ext = X509_get_ext(cert, i);
    +        printf("%s\n", OBJ_nid2ln(OBJ_obj2nid(ext->object)));
    +        if (!X509V3_EXT_print_fp(stdout, ext, 0, 0))
    +            ERR_print_errors_fp(stderr);
    +        printf("\n");
    +
    +    }
    +    return 0;
     }
    diff --git a/openssl/crypto/x509v3/x509v3.h b/openssl/crypto/x509v3/x509v3.h
    index b308abe7c..f5c61560a 100644
    --- a/openssl/crypto/x509v3/x509v3.h
    +++ b/openssl/crypto/x509v3/x509v3.h
    @@ -1,6 +1,7 @@
     /* x509v3.h */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 1999.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 1999.
      */
     /* ====================================================================
      * Copyright (c) 1999-2004 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,85 +57,89 @@
      *
      */
     #ifndef HEADER_X509V3_H
    -#define HEADER_X509V3_H
    +# define HEADER_X509V3_H
     
    -#include 
    -#include 
    -#include 
    +# include 
    +# include 
    +# include 
     
     #ifdef __cplusplus
     extern "C" {
     #endif
     
    +# ifdef OPENSSL_SYS_WIN32
    +/* Under Win32 these are defined in wincrypt.h */
    +#  undef X509_NAME
    +#  undef X509_CERT_PAIR
    +#  undef X509_EXTENSIONS
    +# endif
    +
     /* Forward reference */
     struct v3_ext_method;
     struct v3_ext_ctx;
     
     /* Useful typedefs */
     
    -typedef void * (*X509V3_EXT_NEW)(void);
    -typedef void (*X509V3_EXT_FREE)(void *);
    -typedef void * (*X509V3_EXT_D2I)(void *, const unsigned char ** , long);
    -typedef int (*X509V3_EXT_I2D)(void *, unsigned char **);
    +typedef void *(*X509V3_EXT_NEW)(void);
    +typedef void (*X509V3_EXT_FREE) (void *);
    +typedef void *(*X509V3_EXT_D2I)(void *, const unsigned char **, long);
    +typedef int (*X509V3_EXT_I2D) (void *, unsigned char **);
     typedef STACK_OF(CONF_VALUE) *
    -  (*X509V3_EXT_I2V)(const struct v3_ext_method *method, void *ext,
    -		    STACK_OF(CONF_VALUE) *extlist);
    -typedef void * (*X509V3_EXT_V2I)(const struct v3_ext_method *method,
    -				 struct v3_ext_ctx *ctx,
    -				 STACK_OF(CONF_VALUE) *values);
    -typedef char * (*X509V3_EXT_I2S)(const struct v3_ext_method *method, void *ext);
    -typedef void * (*X509V3_EXT_S2I)(const struct v3_ext_method *method,
    -				 struct v3_ext_ctx *ctx, const char *str);
    -typedef int (*X509V3_EXT_I2R)(const struct v3_ext_method *method, void *ext,
    -			      BIO *out, int indent);
    -typedef void * (*X509V3_EXT_R2I)(const struct v3_ext_method *method,
    -				 struct v3_ext_ctx *ctx, const char *str);
    +    (*X509V3_EXT_I2V) (const struct v3_ext_method *method, void *ext,
    +                       STACK_OF(CONF_VALUE) *extlist);
    +typedef void *(*X509V3_EXT_V2I)(const struct v3_ext_method *method,
    +                                struct v3_ext_ctx *ctx,
    +                                STACK_OF(CONF_VALUE) *values);
    +typedef char *(*X509V3_EXT_I2S)(const struct v3_ext_method *method,
    +                                void *ext);
    +typedef void *(*X509V3_EXT_S2I)(const struct v3_ext_method *method,
    +                                struct v3_ext_ctx *ctx, const char *str);
    +typedef int (*X509V3_EXT_I2R) (const struct v3_ext_method *method, void *ext,
    +                               BIO *out, int indent);
    +typedef void *(*X509V3_EXT_R2I)(const struct v3_ext_method *method,
    +                                struct v3_ext_ctx *ctx, const char *str);
     
     /* V3 extension structure */
     
     struct v3_ext_method {
    -int ext_nid;
    -int ext_flags;
    +    int ext_nid;
    +    int ext_flags;
     /* If this is set the following four fields are ignored */
    -ASN1_ITEM_EXP *it;
    +    ASN1_ITEM_EXP *it;
     /* Old style ASN1 calls */
    -X509V3_EXT_NEW ext_new;
    -X509V3_EXT_FREE ext_free;
    -X509V3_EXT_D2I d2i;
    -X509V3_EXT_I2D i2d;
    -
    +    X509V3_EXT_NEW ext_new;
    +    X509V3_EXT_FREE ext_free;
    +    X509V3_EXT_D2I d2i;
    +    X509V3_EXT_I2D i2d;
     /* The following pair is used for string extensions */
    -X509V3_EXT_I2S i2s;
    -X509V3_EXT_S2I s2i;
    -
    +    X509V3_EXT_I2S i2s;
    +    X509V3_EXT_S2I s2i;
     /* The following pair is used for multi-valued extensions */
    -X509V3_EXT_I2V i2v;
    -X509V3_EXT_V2I v2i;
    -
    +    X509V3_EXT_I2V i2v;
    +    X509V3_EXT_V2I v2i;
     /* The following are used for raw extensions */
    -X509V3_EXT_I2R i2r;
    -X509V3_EXT_R2I r2i;
    -
    -void *usr_data;	/* Any extension specific data */
    +    X509V3_EXT_I2R i2r;
    +    X509V3_EXT_R2I r2i;
    +    void *usr_data;             /* Any extension specific data */
     };
     
     typedef struct X509V3_CONF_METHOD_st {
    -char * (*get_string)(void *db, char *section, char *value);
    -STACK_OF(CONF_VALUE) * (*get_section)(void *db, char *section);
    -void (*free_string)(void *db, char * string);
    -void (*free_section)(void *db, STACK_OF(CONF_VALUE) *section);
    +    char *(*get_string) (void *db, char *section, char *value);
    +    STACK_OF(CONF_VALUE) *(*get_section) (void *db, char *section);
    +    void (*free_string) (void *db, char *string);
    +    void (*free_section) (void *db, STACK_OF(CONF_VALUE) *section);
     } X509V3_CONF_METHOD;
     
     /* Context specific info */
     struct v3_ext_ctx {
    -#define CTX_TEST 0x1
    -int flags;
    -X509 *issuer_cert;
    -X509 *subject_cert;
    -X509_REQ *subject_req;
    -X509_CRL *crl;
    -X509V3_CONF_METHOD *db_meth;
    -void *db;
    +# define CTX_TEST 0x1
    +    int flags;
    +    X509 *issuer_cert;
    +    X509 *subject_cert;
    +    X509_REQ *subject_req;
    +    X509_CRL *crl;
    +    X509V3_CONF_METHOD *db_meth;
    +    void *db;
     /* Maybe more here */
     };
     
    @@ -143,72 +148,69 @@ typedef struct v3_ext_method X509V3_EXT_METHOD;
     DECLARE_STACK_OF(X509V3_EXT_METHOD)
     
     /* ext_flags values */
    -#define X509V3_EXT_DYNAMIC	0x1
    -#define X509V3_EXT_CTX_DEP	0x2
    -#define X509V3_EXT_MULTILINE	0x4
    +# define X509V3_EXT_DYNAMIC      0x1
    +# define X509V3_EXT_CTX_DEP      0x2
    +# define X509V3_EXT_MULTILINE    0x4
     
     typedef BIT_STRING_BITNAME ENUMERATED_NAMES;
     
     typedef struct BASIC_CONSTRAINTS_st {
    -int ca;
    -ASN1_INTEGER *pathlen;
    +    int ca;
    +    ASN1_INTEGER *pathlen;
     } BASIC_CONSTRAINTS;
     
    -
     typedef struct PKEY_USAGE_PERIOD_st {
    -ASN1_GENERALIZEDTIME *notBefore;
    -ASN1_GENERALIZEDTIME *notAfter;
    +    ASN1_GENERALIZEDTIME *notBefore;
    +    ASN1_GENERALIZEDTIME *notAfter;
     } PKEY_USAGE_PERIOD;
     
     typedef struct otherName_st {
    -ASN1_OBJECT *type_id;
    -ASN1_TYPE *value;
    +    ASN1_OBJECT *type_id;
    +    ASN1_TYPE *value;
     } OTHERNAME;
     
     typedef struct EDIPartyName_st {
    -	ASN1_STRING *nameAssigner;
    -	ASN1_STRING *partyName;
    +    ASN1_STRING *nameAssigner;
    +    ASN1_STRING *partyName;
     } EDIPARTYNAME;
     
     typedef struct GENERAL_NAME_st {
    -
    -#define GEN_OTHERNAME	0
    -#define GEN_EMAIL	1
    -#define GEN_DNS		2
    -#define GEN_X400	3
    -#define GEN_DIRNAME	4
    -#define GEN_EDIPARTY	5
    -#define GEN_URI		6
    -#define GEN_IPADD	7
    -#define GEN_RID		8
    -
    -int type;
    -union {
    -	char *ptr;
    -	OTHERNAME *otherName; /* otherName */
    -	ASN1_IA5STRING *rfc822Name;
    -	ASN1_IA5STRING *dNSName;
    -	ASN1_TYPE *x400Address;
    -	X509_NAME *directoryName;
    -	EDIPARTYNAME *ediPartyName;
    -	ASN1_IA5STRING *uniformResourceIdentifier;
    -	ASN1_OCTET_STRING *iPAddress;
    -	ASN1_OBJECT *registeredID;
    -
    -	/* Old names */
    -	ASN1_OCTET_STRING *ip; /* iPAddress */
    -	X509_NAME *dirn;		/* dirn */
    -	ASN1_IA5STRING *ia5;/* rfc822Name, dNSName, uniformResourceIdentifier */
    -	ASN1_OBJECT *rid; /* registeredID */
    -	ASN1_TYPE *other; /* x400Address */
    -} d;
    +# define GEN_OTHERNAME   0
    +# define GEN_EMAIL       1
    +# define GEN_DNS         2
    +# define GEN_X400        3
    +# define GEN_DIRNAME     4
    +# define GEN_EDIPARTY    5
    +# define GEN_URI         6
    +# define GEN_IPADD       7
    +# define GEN_RID         8
    +    int type;
    +    union {
    +        char *ptr;
    +        OTHERNAME *otherName;   /* otherName */
    +        ASN1_IA5STRING *rfc822Name;
    +        ASN1_IA5STRING *dNSName;
    +        ASN1_TYPE *x400Address;
    +        X509_NAME *directoryName;
    +        EDIPARTYNAME *ediPartyName;
    +        ASN1_IA5STRING *uniformResourceIdentifier;
    +        ASN1_OCTET_STRING *iPAddress;
    +        ASN1_OBJECT *registeredID;
    +        /* Old names */
    +        ASN1_OCTET_STRING *ip;  /* iPAddress */
    +        X509_NAME *dirn;        /* dirn */
    +        ASN1_IA5STRING *ia5;    /* rfc822Name, dNSName,
    +                                 * uniformResourceIdentifier */
    +        ASN1_OBJECT *rid;       /* registeredID */
    +        ASN1_TYPE *other;       /* x400Address */
    +    } d;
     } GENERAL_NAME;
     
     typedef STACK_OF(GENERAL_NAME) GENERAL_NAMES;
     
     typedef struct ACCESS_DESCRIPTION_st {
    -	ASN1_OBJECT *method;
    -	GENERAL_NAME *location;
    +    ASN1_OBJECT *method;
    +    GENERAL_NAME *location;
     } ACCESS_DESCRIPTION;
     
     typedef STACK_OF(ACCESS_DESCRIPTION) AUTHORITY_INFO_ACCESS;
    @@ -222,34 +224,34 @@ DECLARE_STACK_OF(ACCESS_DESCRIPTION)
     DECLARE_ASN1_SET_OF(ACCESS_DESCRIPTION)
     
     typedef struct DIST_POINT_NAME_st {
    -int type;
    -union {
    -	GENERAL_NAMES *fullname;
    -	STACK_OF(X509_NAME_ENTRY) *relativename;
    -} name;
    +    int type;
    +    union {
    +        GENERAL_NAMES *fullname;
    +        STACK_OF(X509_NAME_ENTRY) *relativename;
    +    } name;
     /* If relativename then this contains the full distribution point name */
    -X509_NAME *dpname;
    +    X509_NAME *dpname;
     } DIST_POINT_NAME;
     /* All existing reasons */
    -#define CRLDP_ALL_REASONS	0x807f
    -
    -#define CRL_REASON_NONE				-1
    -#define CRL_REASON_UNSPECIFIED			0
    -#define CRL_REASON_KEY_COMPROMISE		1
    -#define CRL_REASON_CA_COMPROMISE		2
    -#define CRL_REASON_AFFILIATION_CHANGED		3
    -#define CRL_REASON_SUPERSEDED			4
    -#define CRL_REASON_CESSATION_OF_OPERATION	5
    -#define CRL_REASON_CERTIFICATE_HOLD		6
    -#define CRL_REASON_REMOVE_FROM_CRL		8
    -#define CRL_REASON_PRIVILEGE_WITHDRAWN		9
    -#define CRL_REASON_AA_COMPROMISE		10
    +# define CRLDP_ALL_REASONS       0x807f
    +
    +# define CRL_REASON_NONE                         -1
    +# define CRL_REASON_UNSPECIFIED                  0
    +# define CRL_REASON_KEY_COMPROMISE               1
    +# define CRL_REASON_CA_COMPROMISE                2
    +# define CRL_REASON_AFFILIATION_CHANGED          3
    +# define CRL_REASON_SUPERSEDED                   4
    +# define CRL_REASON_CESSATION_OF_OPERATION       5
    +# define CRL_REASON_CERTIFICATE_HOLD             6
    +# define CRL_REASON_REMOVE_FROM_CRL              8
    +# define CRL_REASON_PRIVILEGE_WITHDRAWN          9
    +# define CRL_REASON_AA_COMPROMISE                10
     
     struct DIST_POINT_st {
    -DIST_POINT_NAME	*distpoint;
    -ASN1_BIT_STRING *reasons;
    -GENERAL_NAMES *CRLissuer;
    -int dp_reasons;
    +    DIST_POINT_NAME *distpoint;
    +    ASN1_BIT_STRING *reasons;
    +    GENERAL_NAMES *CRLissuer;
    +    int dp_reasons;
     };
     
     typedef STACK_OF(DIST_POINT) CRL_DIST_POINTS;
    @@ -258,51 +260,51 @@ DECLARE_STACK_OF(DIST_POINT)
     DECLARE_ASN1_SET_OF(DIST_POINT)
     
     struct AUTHORITY_KEYID_st {
    -ASN1_OCTET_STRING *keyid;
    -GENERAL_NAMES *issuer;
    -ASN1_INTEGER *serial;
    +    ASN1_OCTET_STRING *keyid;
    +    GENERAL_NAMES *issuer;
    +    ASN1_INTEGER *serial;
     };
     
     /* Strong extranet structures */
     
     typedef struct SXNET_ID_st {
    -	ASN1_INTEGER *zone;
    -	ASN1_OCTET_STRING *user;
    +    ASN1_INTEGER *zone;
    +    ASN1_OCTET_STRING *user;
     } SXNETID;
     
     DECLARE_STACK_OF(SXNETID)
     DECLARE_ASN1_SET_OF(SXNETID)
     
     typedef struct SXNET_st {
    -	ASN1_INTEGER *version;
    -	STACK_OF(SXNETID) *ids;
    +    ASN1_INTEGER *version;
    +    STACK_OF(SXNETID) *ids;
     } SXNET;
     
     typedef struct NOTICEREF_st {
    -	ASN1_STRING *organization;
    -	STACK_OF(ASN1_INTEGER) *noticenos;
    +    ASN1_STRING *organization;
    +    STACK_OF(ASN1_INTEGER) *noticenos;
     } NOTICEREF;
     
     typedef struct USERNOTICE_st {
    -	NOTICEREF *noticeref;
    -	ASN1_STRING *exptext;
    +    NOTICEREF *noticeref;
    +    ASN1_STRING *exptext;
     } USERNOTICE;
     
     typedef struct POLICYQUALINFO_st {
    -	ASN1_OBJECT *pqualid;
    -	union {
    -		ASN1_IA5STRING *cpsuri;
    -		USERNOTICE *usernotice;
    -		ASN1_TYPE *other;
    -	} d;
    +    ASN1_OBJECT *pqualid;
    +    union {
    +        ASN1_IA5STRING *cpsuri;
    +        USERNOTICE *usernotice;
    +        ASN1_TYPE *other;
    +    } d;
     } POLICYQUALINFO;
     
     DECLARE_STACK_OF(POLICYQUALINFO)
     DECLARE_ASN1_SET_OF(POLICYQUALINFO)
     
     typedef struct POLICYINFO_st {
    -	ASN1_OBJECT *policyid;
    -	STACK_OF(POLICYQUALINFO) *qualifiers;
    +    ASN1_OBJECT *policyid;
    +    STACK_OF(POLICYQUALINFO) *qualifiers;
     } POLICYINFO;
     
     typedef STACK_OF(POLICYINFO) CERTIFICATEPOLICIES;
    @@ -311,8 +313,8 @@ DECLARE_STACK_OF(POLICYINFO)
     DECLARE_ASN1_SET_OF(POLICYINFO)
     
     typedef struct POLICY_MAPPING_st {
    -	ASN1_OBJECT *issuerDomainPolicy;
    -	ASN1_OBJECT *subjectDomainPolicy;
    +    ASN1_OBJECT *issuerDomainPolicy;
    +    ASN1_OBJECT *subjectDomainPolicy;
     } POLICY_MAPPING;
     
     DECLARE_STACK_OF(POLICY_MAPPING)
    @@ -320,187 +322,184 @@ DECLARE_STACK_OF(POLICY_MAPPING)
     typedef STACK_OF(POLICY_MAPPING) POLICY_MAPPINGS;
     
     typedef struct GENERAL_SUBTREE_st {
    -	GENERAL_NAME *base;
    -	ASN1_INTEGER *minimum;
    -	ASN1_INTEGER *maximum;
    +    GENERAL_NAME *base;
    +    ASN1_INTEGER *minimum;
    +    ASN1_INTEGER *maximum;
     } GENERAL_SUBTREE;
     
     DECLARE_STACK_OF(GENERAL_SUBTREE)
     
     struct NAME_CONSTRAINTS_st {
    -	STACK_OF(GENERAL_SUBTREE) *permittedSubtrees;
    -	STACK_OF(GENERAL_SUBTREE) *excludedSubtrees;
    +    STACK_OF(GENERAL_SUBTREE) *permittedSubtrees;
    +    STACK_OF(GENERAL_SUBTREE) *excludedSubtrees;
     };
     
     typedef struct POLICY_CONSTRAINTS_st {
    -	ASN1_INTEGER *requireExplicitPolicy;
    -	ASN1_INTEGER *inhibitPolicyMapping;
    +    ASN1_INTEGER *requireExplicitPolicy;
    +    ASN1_INTEGER *inhibitPolicyMapping;
     } POLICY_CONSTRAINTS;
     
     /* Proxy certificate structures, see RFC 3820 */
    -typedef struct PROXY_POLICY_st
    -	{
    -	ASN1_OBJECT *policyLanguage;
    -	ASN1_OCTET_STRING *policy;
    -	} PROXY_POLICY;
    -
    -typedef struct PROXY_CERT_INFO_EXTENSION_st
    -	{
    -	ASN1_INTEGER *pcPathLengthConstraint;
    -	PROXY_POLICY *proxyPolicy;
    -	} PROXY_CERT_INFO_EXTENSION;
    +typedef struct PROXY_POLICY_st {
    +    ASN1_OBJECT *policyLanguage;
    +    ASN1_OCTET_STRING *policy;
    +} PROXY_POLICY;
    +
    +typedef struct PROXY_CERT_INFO_EXTENSION_st {
    +    ASN1_INTEGER *pcPathLengthConstraint;
    +    PROXY_POLICY *proxyPolicy;
    +} PROXY_CERT_INFO_EXTENSION;
     
     DECLARE_ASN1_FUNCTIONS(PROXY_POLICY)
     DECLARE_ASN1_FUNCTIONS(PROXY_CERT_INFO_EXTENSION)
     
    -struct ISSUING_DIST_POINT_st
    -	{
    -	DIST_POINT_NAME *distpoint;
    -	int onlyuser;
    -	int onlyCA;
    -	ASN1_BIT_STRING *onlysomereasons;
    -	int indirectCRL;
    -	int onlyattr;
    -	};
    +struct ISSUING_DIST_POINT_st {
    +    DIST_POINT_NAME *distpoint;
    +    int onlyuser;
    +    int onlyCA;
    +    ASN1_BIT_STRING *onlysomereasons;
    +    int indirectCRL;
    +    int onlyattr;
    +};
     
     /* Values in idp_flags field */
     /* IDP present */
    -#define	IDP_PRESENT	0x1
    +# define IDP_PRESENT     0x1
     /* IDP values inconsistent */
    -#define IDP_INVALID	0x2
    +# define IDP_INVALID     0x2
     /* onlyuser true */
    -#define	IDP_ONLYUSER	0x4
    +# define IDP_ONLYUSER    0x4
     /* onlyCA true */
    -#define	IDP_ONLYCA	0x8
    +# define IDP_ONLYCA      0x8
     /* onlyattr true */
    -#define IDP_ONLYATTR	0x10
    +# define IDP_ONLYATTR    0x10
     /* indirectCRL true */
    -#define IDP_INDIRECT	0x20
    +# define IDP_INDIRECT    0x20
     /* onlysomereasons present */
    -#define IDP_REASONS	0x40
    +# define IDP_REASONS     0x40
     
    -#define X509V3_conf_err(val) ERR_add_error_data(6, "section:", val->section, \
    +# define X509V3_conf_err(val) ERR_add_error_data(6, "section:", val->section, \
     ",name:", val->name, ",value:", val->value);
     
    -#define X509V3_set_ctx_test(ctx) \
    -			X509V3_set_ctx(ctx, NULL, NULL, NULL, NULL, CTX_TEST)
    -#define X509V3_set_ctx_nodb(ctx) (ctx)->db = NULL;
    -
    -#define EXT_BITSTRING(nid, table) { nid, 0, ASN1_ITEM_ref(ASN1_BIT_STRING), \
    -			0,0,0,0, \
    -			0,0, \
    -			(X509V3_EXT_I2V)i2v_ASN1_BIT_STRING, \
    -			(X509V3_EXT_V2I)v2i_ASN1_BIT_STRING, \
    -			NULL, NULL, \
    -			table}
    +# define X509V3_set_ctx_test(ctx) \
    +                        X509V3_set_ctx(ctx, NULL, NULL, NULL, NULL, CTX_TEST)
    +# define X509V3_set_ctx_nodb(ctx) (ctx)->db = NULL;
     
    -#define EXT_IA5STRING(nid) { nid, 0, ASN1_ITEM_ref(ASN1_IA5STRING), \
    -			0,0,0,0, \
    -			(X509V3_EXT_I2S)i2s_ASN1_IA5STRING, \
    -			(X509V3_EXT_S2I)s2i_ASN1_IA5STRING, \
    -			0,0,0,0, \
    -			NULL}
    +# define EXT_BITSTRING(nid, table) { nid, 0, ASN1_ITEM_ref(ASN1_BIT_STRING), \
    +                        0,0,0,0, \
    +                        0,0, \
    +                        (X509V3_EXT_I2V)i2v_ASN1_BIT_STRING, \
    +                        (X509V3_EXT_V2I)v2i_ASN1_BIT_STRING, \
    +                        NULL, NULL, \
    +                        table}
     
    -#define EXT_END { -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
    +# define EXT_IA5STRING(nid) { nid, 0, ASN1_ITEM_ref(ASN1_IA5STRING), \
    +                        0,0,0,0, \
    +                        (X509V3_EXT_I2S)i2s_ASN1_IA5STRING, \
    +                        (X509V3_EXT_S2I)s2i_ASN1_IA5STRING, \
    +                        0,0,0,0, \
    +                        NULL}
     
    +# define EXT_END { -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
     
     /* X509_PURPOSE stuff */
     
    -#define EXFLAG_BCONS		0x1
    -#define EXFLAG_KUSAGE		0x2
    -#define EXFLAG_XKUSAGE		0x4
    -#define EXFLAG_NSCERT		0x8
    +# define EXFLAG_BCONS            0x1
    +# define EXFLAG_KUSAGE           0x2
    +# define EXFLAG_XKUSAGE          0x4
    +# define EXFLAG_NSCERT           0x8
     
    -#define EXFLAG_CA		0x10
    +# define EXFLAG_CA               0x10
     /* Really self issued not necessarily self signed */
    -#define EXFLAG_SI		0x20
    -#define EXFLAG_SS		0x20
    -#define EXFLAG_V1		0x40
    -#define EXFLAG_INVALID		0x80
    -#define EXFLAG_SET		0x100
    -#define EXFLAG_CRITICAL		0x200
    -#define EXFLAG_PROXY		0x400
    -
    -#define EXFLAG_INVALID_POLICY	0x800
    -#define EXFLAG_FRESHEST		0x1000
    -
    -#define KU_DIGITAL_SIGNATURE	0x0080
    -#define KU_NON_REPUDIATION	0x0040
    -#define KU_KEY_ENCIPHERMENT	0x0020
    -#define KU_DATA_ENCIPHERMENT	0x0010
    -#define KU_KEY_AGREEMENT	0x0008
    -#define KU_KEY_CERT_SIGN	0x0004
    -#define KU_CRL_SIGN		0x0002
    -#define KU_ENCIPHER_ONLY	0x0001
    -#define KU_DECIPHER_ONLY	0x8000
    -
    -#define NS_SSL_CLIENT		0x80
    -#define NS_SSL_SERVER		0x40
    -#define NS_SMIME		0x20
    -#define NS_OBJSIGN		0x10
    -#define NS_SSL_CA		0x04
    -#define NS_SMIME_CA		0x02
    -#define NS_OBJSIGN_CA		0x01
    -#define NS_ANY_CA		(NS_SSL_CA|NS_SMIME_CA|NS_OBJSIGN_CA)
    -
    -#define XKU_SSL_SERVER		0x1	
    -#define XKU_SSL_CLIENT		0x2
    -#define XKU_SMIME		0x4
    -#define XKU_CODE_SIGN		0x8
    -#define XKU_SGC			0x10
    -#define XKU_OCSP_SIGN		0x20
    -#define XKU_TIMESTAMP		0x40
    -#define XKU_DVCS		0x80
    -
    -#define X509_PURPOSE_DYNAMIC	0x1
    -#define X509_PURPOSE_DYNAMIC_NAME	0x2
    +# define EXFLAG_SI               0x20
    +# define EXFLAG_V1               0x40
    +# define EXFLAG_INVALID          0x80
    +# define EXFLAG_SET              0x100
    +# define EXFLAG_CRITICAL         0x200
    +# define EXFLAG_PROXY            0x400
    +
    +# define EXFLAG_INVALID_POLICY   0x800
    +# define EXFLAG_FRESHEST         0x1000
    +/* Self signed */
    +# define EXFLAG_SS               0x2000
    +
    +# define KU_DIGITAL_SIGNATURE    0x0080
    +# define KU_NON_REPUDIATION      0x0040
    +# define KU_KEY_ENCIPHERMENT     0x0020
    +# define KU_DATA_ENCIPHERMENT    0x0010
    +# define KU_KEY_AGREEMENT        0x0008
    +# define KU_KEY_CERT_SIGN        0x0004
    +# define KU_CRL_SIGN             0x0002
    +# define KU_ENCIPHER_ONLY        0x0001
    +# define KU_DECIPHER_ONLY        0x8000
    +
    +# define NS_SSL_CLIENT           0x80
    +# define NS_SSL_SERVER           0x40
    +# define NS_SMIME                0x20
    +# define NS_OBJSIGN              0x10
    +# define NS_SSL_CA               0x04
    +# define NS_SMIME_CA             0x02
    +# define NS_OBJSIGN_CA           0x01
    +# define NS_ANY_CA               (NS_SSL_CA|NS_SMIME_CA|NS_OBJSIGN_CA)
    +
    +# define XKU_SSL_SERVER          0x1
    +# define XKU_SSL_CLIENT          0x2
    +# define XKU_SMIME               0x4
    +# define XKU_CODE_SIGN           0x8
    +# define XKU_SGC                 0x10
    +# define XKU_OCSP_SIGN           0x20
    +# define XKU_TIMESTAMP           0x40
    +# define XKU_DVCS                0x80
    +# define XKU_ANYEKU              0x100
    +
    +# define X509_PURPOSE_DYNAMIC    0x1
    +# define X509_PURPOSE_DYNAMIC_NAME       0x2
     
     typedef struct x509_purpose_st {
    -	int purpose;
    -	int trust;		/* Default trust ID */
    -	int flags;
    -	int (*check_purpose)(const struct x509_purpose_st *,
    -				const X509 *, int);
    -	char *name;
    -	char *sname;
    -	void *usr_data;
    +    int purpose;
    +    int trust;                  /* Default trust ID */
    +    int flags;
    +    int (*check_purpose) (const struct x509_purpose_st *, const X509 *, int);
    +    char *name;
    +    char *sname;
    +    void *usr_data;
     } X509_PURPOSE;
     
    -#define X509_PURPOSE_SSL_CLIENT		1
    -#define X509_PURPOSE_SSL_SERVER		2
    -#define X509_PURPOSE_NS_SSL_SERVER	3
    -#define X509_PURPOSE_SMIME_SIGN		4
    -#define X509_PURPOSE_SMIME_ENCRYPT	5
    -#define X509_PURPOSE_CRL_SIGN		6
    -#define X509_PURPOSE_ANY		7
    -#define X509_PURPOSE_OCSP_HELPER	8
    -#define X509_PURPOSE_TIMESTAMP_SIGN	9
    +# define X509_PURPOSE_SSL_CLIENT         1
    +# define X509_PURPOSE_SSL_SERVER         2
    +# define X509_PURPOSE_NS_SSL_SERVER      3
    +# define X509_PURPOSE_SMIME_SIGN         4
    +# define X509_PURPOSE_SMIME_ENCRYPT      5
    +# define X509_PURPOSE_CRL_SIGN           6
    +# define X509_PURPOSE_ANY                7
    +# define X509_PURPOSE_OCSP_HELPER        8
    +# define X509_PURPOSE_TIMESTAMP_SIGN     9
     
    -#define X509_PURPOSE_MIN		1
    -#define X509_PURPOSE_MAX		9
    +# define X509_PURPOSE_MIN                1
    +# define X509_PURPOSE_MAX                9
     
     /* Flags for X509V3_EXT_print() */
     
    -#define X509V3_EXT_UNKNOWN_MASK		(0xfL << 16)
    +# define X509V3_EXT_UNKNOWN_MASK         (0xfL << 16)
     /* Return error for unknown extensions */
    -#define X509V3_EXT_DEFAULT		0
    +# define X509V3_EXT_DEFAULT              0
     /* Print error for unknown extensions */
    -#define X509V3_EXT_ERROR_UNKNOWN	(1L << 16)
    +# define X509V3_EXT_ERROR_UNKNOWN        (1L << 16)
     /* ASN1 parse unknown extensions */
    -#define X509V3_EXT_PARSE_UNKNOWN	(2L << 16)
    +# define X509V3_EXT_PARSE_UNKNOWN        (2L << 16)
     /* BIO_dump unknown extensions */
    -#define X509V3_EXT_DUMP_UNKNOWN		(3L << 16)
    +# define X509V3_EXT_DUMP_UNKNOWN         (3L << 16)
     
     /* Flags for X509V3_add1_i2d */
     
    -#define X509V3_ADD_OP_MASK		0xfL
    -#define X509V3_ADD_DEFAULT		0L
    -#define X509V3_ADD_APPEND		1L
    -#define X509V3_ADD_REPLACE		2L
    -#define X509V3_ADD_REPLACE_EXISTING	3L
    -#define X509V3_ADD_KEEP_EXISTING	4L
    -#define X509V3_ADD_DELETE		5L
    -#define X509V3_ADD_SILENT		0x10
    +# define X509V3_ADD_OP_MASK              0xfL
    +# define X509V3_ADD_DEFAULT              0L
    +# define X509V3_ADD_APPEND               1L
    +# define X509V3_ADD_REPLACE              2L
    +# define X509V3_ADD_REPLACE_EXISTING     3L
    +# define X509V3_ADD_KEEP_EXISTING        4L
    +# define X509V3_ADD_DELETE               5L
    +# define X509V3_ADD_SILENT               0x10
     
     DECLARE_STACK_OF(X509_PURPOSE)
     
    @@ -509,9 +508,11 @@ DECLARE_ASN1_FUNCTIONS(BASIC_CONSTRAINTS)
     DECLARE_ASN1_FUNCTIONS(SXNET)
     DECLARE_ASN1_FUNCTIONS(SXNETID)
     
    -int SXNET_add_id_asc(SXNET **psx, char *zone, char *user, int userlen); 
    -int SXNET_add_id_ulong(SXNET **psx, unsigned long lzone, char *user, int userlen); 
    -int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *izone, char *user, int userlen); 
    +int SXNET_add_id_asc(SXNET **psx, char *zone, char *user, int userlen);
    +int SXNET_add_id_ulong(SXNET **psx, unsigned long lzone, char *user,
    +                       int userlen);
    +int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *izone, char *user,
    +                         int userlen);
     
     ASN1_OCTET_STRING *SXNET_get_id_asc(SXNET *sx, char *zone);
     ASN1_OCTET_STRING *SXNET_get_id_ulong(SXNET *sx, unsigned long lzone);
    @@ -525,23 +526,25 @@ DECLARE_ASN1_FUNCTIONS(GENERAL_NAME)
     GENERAL_NAME *GENERAL_NAME_dup(GENERAL_NAME *a);
     int GENERAL_NAME_cmp(GENERAL_NAME *a, GENERAL_NAME *b);
     
    -
    -
     ASN1_BIT_STRING *v2i_ASN1_BIT_STRING(X509V3_EXT_METHOD *method,
    -				X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
    +                                     X509V3_CTX *ctx,
    +                                     STACK_OF(CONF_VALUE) *nval);
     STACK_OF(CONF_VALUE) *i2v_ASN1_BIT_STRING(X509V3_EXT_METHOD *method,
    -				ASN1_BIT_STRING *bits,
    -				STACK_OF(CONF_VALUE) *extlist);
    +                                          ASN1_BIT_STRING *bits,
    +                                          STACK_OF(CONF_VALUE) *extlist);
     
    -STACK_OF(CONF_VALUE) *i2v_GENERAL_NAME(X509V3_EXT_METHOD *method, GENERAL_NAME *gen, STACK_OF(CONF_VALUE) *ret);
    +STACK_OF(CONF_VALUE) *i2v_GENERAL_NAME(X509V3_EXT_METHOD *method,
    +                                       GENERAL_NAME *gen,
    +                                       STACK_OF(CONF_VALUE) *ret);
     int GENERAL_NAME_print(BIO *out, GENERAL_NAME *gen);
     
     DECLARE_ASN1_FUNCTIONS(GENERAL_NAMES)
     
     STACK_OF(CONF_VALUE) *i2v_GENERAL_NAMES(X509V3_EXT_METHOD *method,
    -		GENERAL_NAMES *gen, STACK_OF(CONF_VALUE) *extlist);
    +                                        GENERAL_NAMES *gen,
    +                                        STACK_OF(CONF_VALUE) *extlist);
     GENERAL_NAMES *v2i_GENERAL_NAMES(const X509V3_EXT_METHOD *method,
    -				 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
    +                                 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
     
     DECLARE_ASN1_FUNCTIONS(OTHERNAME)
     DECLARE_ASN1_FUNCTIONS(EDIPARTYNAME)
    @@ -549,15 +552,17 @@ int OTHERNAME_cmp(OTHERNAME *a, OTHERNAME *b);
     void GENERAL_NAME_set0_value(GENERAL_NAME *a, int type, void *value);
     void *GENERAL_NAME_get0_value(GENERAL_NAME *a, int *ptype);
     int GENERAL_NAME_set0_othername(GENERAL_NAME *gen,
    -				ASN1_OBJECT *oid, ASN1_TYPE *value);
    -int GENERAL_NAME_get0_otherName(GENERAL_NAME *gen, 
    -				ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
    +                                ASN1_OBJECT *oid, ASN1_TYPE *value);
    +int GENERAL_NAME_get0_otherName(GENERAL_NAME *gen,
    +                                ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
     
    -char *i2s_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, ASN1_OCTET_STRING *ia5);
    -ASN1_OCTET_STRING *s2i_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str);
    +char *i2s_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method,
    +                            ASN1_OCTET_STRING *ia5);
    +ASN1_OCTET_STRING *s2i_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method,
    +                                         X509V3_CTX *ctx, char *str);
     
     DECLARE_ASN1_FUNCTIONS(EXTENDED_KEY_USAGE)
    -int i2a_ACCESS_DESCRIPTION(BIO *bp, ACCESS_DESCRIPTION* a);
    +int i2a_ACCESS_DESCRIPTION(BIO *bp, ACCESS_DESCRIPTION *a);
     
     DECLARE_ASN1_FUNCTIONS(CERTIFICATEPOLICIES)
     DECLARE_ASN1_FUNCTIONS(POLICYINFO)
    @@ -591,62 +596,72 @@ DECLARE_ASN1_ALLOC_FUNCTIONS(POLICY_CONSTRAINTS)
     DECLARE_ASN1_ITEM(POLICY_CONSTRAINTS)
     
     GENERAL_NAME *a2i_GENERAL_NAME(GENERAL_NAME *out,
    -			       const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
    -			       int gen_type, char *value, int is_nc);
    +                               const X509V3_EXT_METHOD *method,
    +                               X509V3_CTX *ctx, int gen_type, char *value,
    +                               int is_nc);
     
    -#ifdef HEADER_CONF_H
    -GENERAL_NAME *v2i_GENERAL_NAME(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
    -			       CONF_VALUE *cnf);
    +# ifdef HEADER_CONF_H
    +GENERAL_NAME *v2i_GENERAL_NAME(const X509V3_EXT_METHOD *method,
    +                               X509V3_CTX *ctx, CONF_VALUE *cnf);
     GENERAL_NAME *v2i_GENERAL_NAME_ex(GENERAL_NAME *out,
    -				  const X509V3_EXT_METHOD *method,
    -				  X509V3_CTX *ctx, CONF_VALUE *cnf, int is_nc);
    +                                  const X509V3_EXT_METHOD *method,
    +                                  X509V3_CTX *ctx, CONF_VALUE *cnf,
    +                                  int is_nc);
     void X509V3_conf_free(CONF_VALUE *val);
     
    -X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, char *value);
    -X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, char *value);
    -int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, STACK_OF(X509_EXTENSION) **sk);
    -int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert);
    -int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_REQ *req);
    -int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_CRL *crl);
    -
    -X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
    -				    int ext_nid, char *value);
    +X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid,
    +                                     char *value);
    +X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name,
    +                                 char *value);
    +int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section,
    +                            STACK_OF(X509_EXTENSION) **sk);
    +int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section,
    +                         X509 *cert);
    +int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section,
    +                             X509_REQ *req);
    +int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section,
    +                             X509_CRL *crl);
    +
    +X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf,
    +                                    X509V3_CTX *ctx, int ext_nid,
    +                                    char *value);
     X509_EXTENSION *X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
    -				char *name, char *value);
    +                                char *name, char *value);
     int X509V3_EXT_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
    -			char *section, X509 *cert);
    +                        char *section, X509 *cert);
     int X509V3_EXT_REQ_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
    -			    char *section, X509_REQ *req);
    +                            char *section, X509_REQ *req);
     int X509V3_EXT_CRL_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
    -			    char *section, X509_CRL *crl);
    +                            char *section, X509_CRL *crl);
     
     int X509V3_add_value_bool_nf(char *name, int asn1_bool,
    -			     STACK_OF(CONF_VALUE) **extlist);
    +                             STACK_OF(CONF_VALUE) **extlist);
     int X509V3_get_value_bool(CONF_VALUE *value, int *asn1_bool);
     int X509V3_get_value_int(CONF_VALUE *value, ASN1_INTEGER **aint);
     void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf);
     void X509V3_set_conf_lhash(X509V3_CTX *ctx, LHASH_OF(CONF_VALUE) *lhash);
    -#endif
    +# endif
     
    -char * X509V3_get_string(X509V3_CTX *ctx, char *name, char *section);
    -STACK_OF(CONF_VALUE) * X509V3_get_section(X509V3_CTX *ctx, char *section);
    +char *X509V3_get_string(X509V3_CTX *ctx, char *name, char *section);
    +STACK_OF(CONF_VALUE) *X509V3_get_section(X509V3_CTX *ctx, char *section);
     void X509V3_string_free(X509V3_CTX *ctx, char *str);
    -void X509V3_section_free( X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section);
    +void X509V3_section_free(X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section);
     void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subject,
    -				 X509_REQ *req, X509_CRL *crl, int flags);
    +                    X509_REQ *req, X509_CRL *crl, int flags);
     
     int X509V3_add_value(const char *name, const char *value,
    -						STACK_OF(CONF_VALUE) **extlist);
    +                     STACK_OF(CONF_VALUE) **extlist);
     int X509V3_add_value_uchar(const char *name, const unsigned char *value,
    -						STACK_OF(CONF_VALUE) **extlist);
    +                           STACK_OF(CONF_VALUE) **extlist);
     int X509V3_add_value_bool(const char *name, int asn1_bool,
    -						STACK_OF(CONF_VALUE) **extlist);
    +                          STACK_OF(CONF_VALUE) **extlist);
     int X509V3_add_value_int(const char *name, ASN1_INTEGER *aint,
    -						STACK_OF(CONF_VALUE) **extlist);
    -char * i2s_ASN1_INTEGER(X509V3_EXT_METHOD *meth, ASN1_INTEGER *aint);
    -ASN1_INTEGER * s2i_ASN1_INTEGER(X509V3_EXT_METHOD *meth, char *value);
    -char * i2s_ASN1_ENUMERATED(X509V3_EXT_METHOD *meth, ASN1_ENUMERATED *aint);
    -char * i2s_ASN1_ENUMERATED_TABLE(X509V3_EXT_METHOD *meth, ASN1_ENUMERATED *aint);
    +                         STACK_OF(CONF_VALUE) **extlist);
    +char *i2s_ASN1_INTEGER(X509V3_EXT_METHOD *meth, ASN1_INTEGER *aint);
    +ASN1_INTEGER *s2i_ASN1_INTEGER(X509V3_EXT_METHOD *meth, char *value);
    +char *i2s_ASN1_ENUMERATED(X509V3_EXT_METHOD *meth, ASN1_ENUMERATED *aint);
    +char *i2s_ASN1_ENUMERATED_TABLE(X509V3_EXT_METHOD *meth,
    +                                ASN1_ENUMERATED *aint);
     int X509V3_EXT_add(X509V3_EXT_METHOD *ext);
     int X509V3_EXT_add_list(X509V3_EXT_METHOD *extlist);
     int X509V3_EXT_add_alias(int nid_to, int nid_from);
    @@ -657,22 +672,27 @@ const X509V3_EXT_METHOD *X509V3_EXT_get_nid(int nid);
     int X509V3_add_standard_extensions(void);
     STACK_OF(CONF_VALUE) *X509V3_parse_list(const char *line);
     void *X509V3_EXT_d2i(X509_EXTENSION *ext);
    -void *X509V3_get_d2i(STACK_OF(X509_EXTENSION) *x, int nid, int *crit, int *idx);
    -
    +void *X509V3_get_d2i(STACK_OF(X509_EXTENSION) *x, int nid, int *crit,
    +                     int *idx);
    +int X509V3_EXT_free(int nid, void *ext_data);
     
     X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext_struc);
    -int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value, int crit, unsigned long flags);
    +int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value,
    +                    int crit, unsigned long flags);
     
     char *hex_to_string(const unsigned char *buffer, long len);
     unsigned char *string_to_hex(const char *str, long *len);
     int name_cmp(const char *name, const char *cmp);
     
     void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent,
    -								 int ml);
    -int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent);
    +                        int ml);
    +int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag,
    +                     int indent);
     int X509V3_EXT_print_fp(FILE *out, X509_EXTENSION *ext, int flag, int indent);
     
    -int X509V3_extensions_print(BIO *out, char *title, STACK_OF(X509_EXTENSION) *exts, unsigned long flag, int indent);
    +int X509V3_extensions_print(BIO *out, char *title,
    +                            STACK_OF(X509_EXTENSION) *exts,
    +                            unsigned long flag, int indent);
     
     int X509_check_ca(X509 *x);
     int X509_check_purpose(X509 *x, int id, int ca);
    @@ -681,12 +701,12 @@ int X509_PURPOSE_set(int *p, int purpose);
     int X509_check_issued(X509 *issuer, X509 *subject);
     int X509_check_akid(X509 *issuer, AUTHORITY_KEYID *akid);
     int X509_PURPOSE_get_count(void);
    -X509_PURPOSE * X509_PURPOSE_get0(int idx);
    +X509_PURPOSE *X509_PURPOSE_get0(int idx);
     int X509_PURPOSE_get_by_sname(char *sname);
     int X509_PURPOSE_get_by_id(int id);
     int X509_PURPOSE_add(int id, int trust, int flags,
    -			int (*ck)(const X509_PURPOSE *, const X509 *, int),
    -				char *name, char *sname, void *arg);
    +                     int (*ck) (const X509_PURPOSE *, const X509 *, int),
    +                     char *name, char *sname, void *arg);
     char *X509_PURPOSE_get0_name(X509_PURPOSE *xp);
     char *X509_PURPOSE_get0_sname(X509_PURPOSE *xp);
     int X509_PURPOSE_get_trust(X509_PURPOSE *xp);
    @@ -697,49 +717,77 @@ STACK_OF(OPENSSL_STRING) *X509_get1_email(X509 *x);
     STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x);
     void X509_email_free(STACK_OF(OPENSSL_STRING) *sk);
     STACK_OF(OPENSSL_STRING) *X509_get1_ocsp(X509 *x);
    +/* Flags for X509_check_* functions */
    +
    +/*
    + * Always check subject name for host match even if subject alt names present
    + */
    +# define X509_CHECK_FLAG_ALWAYS_CHECK_SUBJECT    0x1
    +/* Disable wildcard matching for dnsName fields and common name. */
    +# define X509_CHECK_FLAG_NO_WILDCARDS    0x2
    +/* Wildcards must not match a partial label. */
    +# define X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS 0x4
    +/* Allow (non-partial) wildcards to match multiple labels. */
    +# define X509_CHECK_FLAG_MULTI_LABEL_WILDCARDS 0x8
    +/* Constraint verifier subdomain patterns to match a single labels. */
    +# define X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS 0x10
    +/*
    + * Match reference identifiers starting with "." to any sub-domain.
    + * This is a non-public flag, turned on implicitly when the subject
    + * reference identity is a DNS name.
    + */
    +# define _X509_CHECK_FLAG_DOT_SUBDOMAINS 0x8000
    +
    +int X509_check_host(X509 *x, const char *chk, size_t chklen,
    +                    unsigned int flags, char **peername);
    +int X509_check_email(X509 *x, const char *chk, size_t chklen,
    +                     unsigned int flags);
    +int X509_check_ip(X509 *x, const unsigned char *chk, size_t chklen,
    +                  unsigned int flags);
    +int X509_check_ip_asc(X509 *x, const char *ipasc, unsigned int flags);
     
     ASN1_OCTET_STRING *a2i_IPADDRESS(const char *ipasc);
     ASN1_OCTET_STRING *a2i_IPADDRESS_NC(const char *ipasc);
     int a2i_ipadd(unsigned char *ipout, const char *ipasc);
    -int X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE)*dn_sk,
    -						unsigned long chtype);
    +int X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE) *dn_sk,
    +                             unsigned long chtype);
     
     void X509_POLICY_NODE_print(BIO *out, X509_POLICY_NODE *node, int indent);
     DECLARE_STACK_OF(X509_POLICY_NODE)
     
    -#ifndef OPENSSL_NO_RFC3779
    +# ifndef OPENSSL_NO_RFC3779
     
     typedef struct ASRange_st {
    -  ASN1_INTEGER *min, *max;
    +    ASN1_INTEGER *min, *max;
     } ASRange;
     
    -#define	ASIdOrRange_id		0
    -#define	ASIdOrRange_range	1
    +#  define ASIdOrRange_id          0
    +#  define ASIdOrRange_range       1
     
     typedef struct ASIdOrRange_st {
    -  int type;
    -  union {
    -    ASN1_INTEGER *id;
    -    ASRange      *range;
    -  } u;
    +    int type;
    +    union {
    +        ASN1_INTEGER *id;
    +        ASRange *range;
    +    } u;
     } ASIdOrRange;
     
     typedef STACK_OF(ASIdOrRange) ASIdOrRanges;
     DECLARE_STACK_OF(ASIdOrRange)
     
    -#define	ASIdentifierChoice_inherit		0
    -#define	ASIdentifierChoice_asIdsOrRanges	1
    +#  define ASIdentifierChoice_inherit              0
    +#  define ASIdentifierChoice_asIdsOrRanges        1
     
     typedef struct ASIdentifierChoice_st {
    -  int type;
    -  union {
    -    ASN1_NULL    *inherit;
    -    ASIdOrRanges *asIdsOrRanges;
    -  } u;
    +    int type;
    +    union {
    +        ASN1_NULL *inherit;
    +        ASIdOrRanges *asIdsOrRanges;
    +    } u;
     } ASIdentifierChoice;
     
     typedef struct ASIdentifiers_st {
    -  ASIdentifierChoice *asnum, *rdi;
    +    ASIdentifierChoice *asnum, *rdi;
     } ASIdentifiers;
     
     DECLARE_ASN1_FUNCTIONS(ASRange)
    @@ -747,39 +795,38 @@ DECLARE_ASN1_FUNCTIONS(ASIdOrRange)
     DECLARE_ASN1_FUNCTIONS(ASIdentifierChoice)
     DECLARE_ASN1_FUNCTIONS(ASIdentifiers)
     
    -
     typedef struct IPAddressRange_st {
    -  ASN1_BIT_STRING	*min, *max;
    +    ASN1_BIT_STRING *min, *max;
     } IPAddressRange;
     
    -#define	IPAddressOrRange_addressPrefix	0
    -#define	IPAddressOrRange_addressRange	1
    +#  define IPAddressOrRange_addressPrefix  0
    +#  define IPAddressOrRange_addressRange   1
     
     typedef struct IPAddressOrRange_st {
    -  int type;
    -  union {
    -    ASN1_BIT_STRING	*addressPrefix;
    -    IPAddressRange	*addressRange;
    -  } u;
    +    int type;
    +    union {
    +        ASN1_BIT_STRING *addressPrefix;
    +        IPAddressRange *addressRange;
    +    } u;
     } IPAddressOrRange;
     
     typedef STACK_OF(IPAddressOrRange) IPAddressOrRanges;
     DECLARE_STACK_OF(IPAddressOrRange)
     
    -#define	IPAddressChoice_inherit			0
    -#define	IPAddressChoice_addressesOrRanges	1
    +#  define IPAddressChoice_inherit                 0
    +#  define IPAddressChoice_addressesOrRanges       1
     
     typedef struct IPAddressChoice_st {
    -  int type;
    -  union {
    -    ASN1_NULL		*inherit;
    -    IPAddressOrRanges	*addressesOrRanges;
    -  } u;
    +    int type;
    +    union {
    +        ASN1_NULL *inherit;
    +        IPAddressOrRanges *addressesOrRanges;
    +    } u;
     } IPAddressChoice;
     
     typedef struct IPAddressFamily_st {
    -  ASN1_OCTET_STRING	*addressFamily;
    -  IPAddressChoice	*ipAddressChoice;
    +    ASN1_OCTET_STRING *addressFamily;
    +    IPAddressChoice *ipAddressChoice;
     } IPAddressFamily;
     
     typedef STACK_OF(IPAddressFamily) IPAddrBlocks;
    @@ -793,8 +840,8 @@ DECLARE_ASN1_FUNCTIONS(IPAddressFamily)
     /*
      * API tag for elements of the ASIdentifer SEQUENCE.
      */
    -#define	V3_ASID_ASNUM	0
    -#define	V3_ASID_RDI	1
    +#  define V3_ASID_ASNUM   0
    +#  define V3_ASID_RDI     1
     
     /*
      * AFI values, assigned by IANA.  It'd be nice to make the AFI
    @@ -802,8 +849,8 @@ DECLARE_ASN1_FUNCTIONS(IPAddressFamily)
      * that would need to be defined for other address families for it to
      * be worth the trouble.
      */
    -#define	IANA_AFI_IPV4	1
    -#define	IANA_AFI_IPV6	2
    +#  define IANA_AFI_IPV4   1
    +#  define IANA_AFI_IPV6   2
     
     /*
      * Utilities to construct and extract values from RFC3779 extensions,
    @@ -812,19 +859,19 @@ DECLARE_ASN1_FUNCTIONS(IPAddressFamily)
      */
     int v3_asid_add_inherit(ASIdentifiers *asid, int which);
     int v3_asid_add_id_or_range(ASIdentifiers *asid, int which,
    -			    ASN1_INTEGER *min, ASN1_INTEGER *max);
    +                            ASN1_INTEGER *min, ASN1_INTEGER *max);
     int v3_addr_add_inherit(IPAddrBlocks *addr,
    -			const unsigned afi, const unsigned *safi);
    +                        const unsigned afi, const unsigned *safi);
     int v3_addr_add_prefix(IPAddrBlocks *addr,
    -		       const unsigned afi, const unsigned *safi,
    -		       unsigned char *a, const int prefixlen);
    +                       const unsigned afi, const unsigned *safi,
    +                       unsigned char *a, const int prefixlen);
     int v3_addr_add_range(IPAddrBlocks *addr,
    -		      const unsigned afi, const unsigned *safi,
    -		      unsigned char *min, unsigned char *max);
    +                      const unsigned afi, const unsigned *safi,
    +                      unsigned char *min, unsigned char *max);
     unsigned v3_addr_get_afi(const IPAddressFamily *f);
     int v3_addr_get_range(IPAddressOrRange *aor, const unsigned afi,
    -		      unsigned char *min, unsigned char *max,
    -		      const int length);
    +                      unsigned char *min, unsigned char *max,
    +                      const int length);
     
     /*
      * Canonical forms.
    @@ -848,16 +895,15 @@ int v3_addr_subset(IPAddrBlocks *a, IPAddrBlocks *b);
     int v3_asid_validate_path(X509_STORE_CTX *);
     int v3_addr_validate_path(X509_STORE_CTX *);
     int v3_asid_validate_resource_set(STACK_OF(X509) *chain,
    -				  ASIdentifiers *ext,
    -				  int allow_inheritance);
    +                                  ASIdentifiers *ext, int allow_inheritance);
     int v3_addr_validate_resource_set(STACK_OF(X509) *chain,
    -				  IPAddrBlocks *ext,
    -				  int allow_inheritance);
    +                                  IPAddrBlocks *ext, int allow_inheritance);
     
    -#endif /* OPENSSL_NO_RFC3779 */
    +# endif                         /* OPENSSL_NO_RFC3779 */
     
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     void ERR_load_X509V3_strings(void);
    @@ -865,141 +911,143 @@ void ERR_load_X509V3_strings(void);
     /* Error codes for the X509V3 functions. */
     
     /* Function codes. */
    -#define X509V3_F_A2I_GENERAL_NAME			 164
    -#define X509V3_F_ASIDENTIFIERCHOICE_CANONIZE		 161
    -#define X509V3_F_ASIDENTIFIERCHOICE_IS_CANONICAL	 162
    -#define X509V3_F_COPY_EMAIL				 122
    -#define X509V3_F_COPY_ISSUER				 123
    -#define X509V3_F_DO_DIRNAME				 144
    -#define X509V3_F_DO_EXT_CONF				 124
    -#define X509V3_F_DO_EXT_I2D				 135
    -#define X509V3_F_DO_EXT_NCONF				 151
    -#define X509V3_F_DO_I2V_NAME_CONSTRAINTS		 148
    -#define X509V3_F_GNAMES_FROM_SECTNAME			 156
    -#define X509V3_F_HEX_TO_STRING				 111
    -#define X509V3_F_I2S_ASN1_ENUMERATED			 121
    -#define X509V3_F_I2S_ASN1_IA5STRING			 149
    -#define X509V3_F_I2S_ASN1_INTEGER			 120
    -#define X509V3_F_I2V_AUTHORITY_INFO_ACCESS		 138
    -#define X509V3_F_NOTICE_SECTION				 132
    -#define X509V3_F_NREF_NOS				 133
    -#define X509V3_F_POLICY_SECTION				 131
    -#define X509V3_F_PROCESS_PCI_VALUE			 150
    -#define X509V3_F_R2I_CERTPOL				 130
    -#define X509V3_F_R2I_PCI				 155
    -#define X509V3_F_S2I_ASN1_IA5STRING			 100
    -#define X509V3_F_S2I_ASN1_INTEGER			 108
    -#define X509V3_F_S2I_ASN1_OCTET_STRING			 112
    -#define X509V3_F_S2I_ASN1_SKEY_ID			 114
    -#define X509V3_F_S2I_SKEY_ID				 115
    -#define X509V3_F_SET_DIST_POINT_NAME			 158
    -#define X509V3_F_STRING_TO_HEX				 113
    -#define X509V3_F_SXNET_ADD_ID_ASC			 125
    -#define X509V3_F_SXNET_ADD_ID_INTEGER			 126
    -#define X509V3_F_SXNET_ADD_ID_ULONG			 127
    -#define X509V3_F_SXNET_GET_ID_ASC			 128
    -#define X509V3_F_SXNET_GET_ID_ULONG			 129
    -#define X509V3_F_V2I_ASIDENTIFIERS			 163
    -#define X509V3_F_V2I_ASN1_BIT_STRING			 101
    -#define X509V3_F_V2I_AUTHORITY_INFO_ACCESS		 139
    -#define X509V3_F_V2I_AUTHORITY_KEYID			 119
    -#define X509V3_F_V2I_BASIC_CONSTRAINTS			 102
    -#define X509V3_F_V2I_CRLD				 134
    -#define X509V3_F_V2I_EXTENDED_KEY_USAGE			 103
    -#define X509V3_F_V2I_GENERAL_NAMES			 118
    -#define X509V3_F_V2I_GENERAL_NAME_EX			 117
    -#define X509V3_F_V2I_IDP				 157
    -#define X509V3_F_V2I_IPADDRBLOCKS			 159
    -#define X509V3_F_V2I_ISSUER_ALT				 153
    -#define X509V3_F_V2I_NAME_CONSTRAINTS			 147
    -#define X509V3_F_V2I_POLICY_CONSTRAINTS			 146
    -#define X509V3_F_V2I_POLICY_MAPPINGS			 145
    -#define X509V3_F_V2I_SUBJECT_ALT			 154
    -#define X509V3_F_V3_ADDR_VALIDATE_PATH_INTERNAL		 160
    -#define X509V3_F_V3_GENERIC_EXTENSION			 116
    -#define X509V3_F_X509V3_ADD1_I2D			 140
    -#define X509V3_F_X509V3_ADD_VALUE			 105
    -#define X509V3_F_X509V3_EXT_ADD				 104
    -#define X509V3_F_X509V3_EXT_ADD_ALIAS			 106
    -#define X509V3_F_X509V3_EXT_CONF			 107
    -#define X509V3_F_X509V3_EXT_I2D				 136
    -#define X509V3_F_X509V3_EXT_NCONF			 152
    -#define X509V3_F_X509V3_GET_SECTION			 142
    -#define X509V3_F_X509V3_GET_STRING			 143
    -#define X509V3_F_X509V3_GET_VALUE_BOOL			 110
    -#define X509V3_F_X509V3_PARSE_LIST			 109
    -#define X509V3_F_X509_PURPOSE_ADD			 137
    -#define X509V3_F_X509_PURPOSE_SET			 141
    +# define X509V3_F_A2I_GENERAL_NAME                        164
    +# define X509V3_F_ASIDENTIFIERCHOICE_CANONIZE             161
    +# define X509V3_F_ASIDENTIFIERCHOICE_IS_CANONICAL         162
    +# define X509V3_F_COPY_EMAIL                              122
    +# define X509V3_F_COPY_ISSUER                             123
    +# define X509V3_F_DO_DIRNAME                              144
    +# define X509V3_F_DO_EXT_CONF                             124
    +# define X509V3_F_DO_EXT_I2D                              135
    +# define X509V3_F_DO_EXT_NCONF                            151
    +# define X509V3_F_DO_I2V_NAME_CONSTRAINTS                 148
    +# define X509V3_F_GNAMES_FROM_SECTNAME                    156
    +# define X509V3_F_HEX_TO_STRING                           111
    +# define X509V3_F_I2S_ASN1_ENUMERATED                     121
    +# define X509V3_F_I2S_ASN1_IA5STRING                      149
    +# define X509V3_F_I2S_ASN1_INTEGER                        120
    +# define X509V3_F_I2V_AUTHORITY_INFO_ACCESS               138
    +# define X509V3_F_NOTICE_SECTION                          132
    +# define X509V3_F_NREF_NOS                                133
    +# define X509V3_F_POLICY_SECTION                          131
    +# define X509V3_F_PROCESS_PCI_VALUE                       150
    +# define X509V3_F_R2I_CERTPOL                             130
    +# define X509V3_F_R2I_PCI                                 155
    +# define X509V3_F_S2I_ASN1_IA5STRING                      100
    +# define X509V3_F_S2I_ASN1_INTEGER                        108
    +# define X509V3_F_S2I_ASN1_OCTET_STRING                   112
    +# define X509V3_F_S2I_ASN1_SKEY_ID                        114
    +# define X509V3_F_S2I_SKEY_ID                             115
    +# define X509V3_F_SET_DIST_POINT_NAME                     158
    +# define X509V3_F_STRING_TO_HEX                           113
    +# define X509V3_F_SXNET_ADD_ID_ASC                        125
    +# define X509V3_F_SXNET_ADD_ID_INTEGER                    126
    +# define X509V3_F_SXNET_ADD_ID_ULONG                      127
    +# define X509V3_F_SXNET_GET_ID_ASC                        128
    +# define X509V3_F_SXNET_GET_ID_ULONG                      129
    +# define X509V3_F_V2I_ASIDENTIFIERS                       163
    +# define X509V3_F_V2I_ASN1_BIT_STRING                     101
    +# define X509V3_F_V2I_AUTHORITY_INFO_ACCESS               139
    +# define X509V3_F_V2I_AUTHORITY_KEYID                     119
    +# define X509V3_F_V2I_BASIC_CONSTRAINTS                   102
    +# define X509V3_F_V2I_CRLD                                134
    +# define X509V3_F_V2I_EXTENDED_KEY_USAGE                  103
    +# define X509V3_F_V2I_GENERAL_NAMES                       118
    +# define X509V3_F_V2I_GENERAL_NAME_EX                     117
    +# define X509V3_F_V2I_IDP                                 157
    +# define X509V3_F_V2I_IPADDRBLOCKS                        159
    +# define X509V3_F_V2I_ISSUER_ALT                          153
    +# define X509V3_F_V2I_NAME_CONSTRAINTS                    147
    +# define X509V3_F_V2I_POLICY_CONSTRAINTS                  146
    +# define X509V3_F_V2I_POLICY_MAPPINGS                     145
    +# define X509V3_F_V2I_SUBJECT_ALT                         154
    +# define X509V3_F_V3_ADDR_VALIDATE_PATH_INTERNAL          160
    +# define X509V3_F_V3_GENERIC_EXTENSION                    116
    +# define X509V3_F_X509V3_ADD1_I2D                         140
    +# define X509V3_F_X509V3_ADD_VALUE                        105
    +# define X509V3_F_X509V3_EXT_ADD                          104
    +# define X509V3_F_X509V3_EXT_ADD_ALIAS                    106
    +# define X509V3_F_X509V3_EXT_CONF                         107
    +# define X509V3_F_X509V3_EXT_FREE                         165
    +# define X509V3_F_X509V3_EXT_I2D                          136
    +# define X509V3_F_X509V3_EXT_NCONF                        152
    +# define X509V3_F_X509V3_GET_SECTION                      142
    +# define X509V3_F_X509V3_GET_STRING                       143
    +# define X509V3_F_X509V3_GET_VALUE_BOOL                   110
    +# define X509V3_F_X509V3_PARSE_LIST                       109
    +# define X509V3_F_X509_PURPOSE_ADD                        137
    +# define X509V3_F_X509_PURPOSE_SET                        141
     
     /* Reason codes. */
    -#define X509V3_R_BAD_IP_ADDRESS				 118
    -#define X509V3_R_BAD_OBJECT				 119
    -#define X509V3_R_BN_DEC2BN_ERROR			 100
    -#define X509V3_R_BN_TO_ASN1_INTEGER_ERROR		 101
    -#define X509V3_R_DIRNAME_ERROR				 149
    -#define X509V3_R_DISTPOINT_ALREADY_SET			 160
    -#define X509V3_R_DUPLICATE_ZONE_ID			 133
    -#define X509V3_R_ERROR_CONVERTING_ZONE			 131
    -#define X509V3_R_ERROR_CREATING_EXTENSION		 144
    -#define X509V3_R_ERROR_IN_EXTENSION			 128
    -#define X509V3_R_EXPECTED_A_SECTION_NAME		 137
    -#define X509V3_R_EXTENSION_EXISTS			 145
    -#define X509V3_R_EXTENSION_NAME_ERROR			 115
    -#define X509V3_R_EXTENSION_NOT_FOUND			 102
    -#define X509V3_R_EXTENSION_SETTING_NOT_SUPPORTED	 103
    -#define X509V3_R_EXTENSION_VALUE_ERROR			 116
    -#define X509V3_R_ILLEGAL_EMPTY_EXTENSION		 151
    -#define X509V3_R_ILLEGAL_HEX_DIGIT			 113
    -#define X509V3_R_INCORRECT_POLICY_SYNTAX_TAG		 152
    -#define X509V3_R_INVALID_MULTIPLE_RDNS			 161
    -#define X509V3_R_INVALID_ASNUMBER			 162
    -#define X509V3_R_INVALID_ASRANGE			 163
    -#define X509V3_R_INVALID_BOOLEAN_STRING			 104
    -#define X509V3_R_INVALID_EXTENSION_STRING		 105
    -#define X509V3_R_INVALID_INHERITANCE			 165
    -#define X509V3_R_INVALID_IPADDRESS			 166
    -#define X509V3_R_INVALID_NAME				 106
    -#define X509V3_R_INVALID_NULL_ARGUMENT			 107
    -#define X509V3_R_INVALID_NULL_NAME			 108
    -#define X509V3_R_INVALID_NULL_VALUE			 109
    -#define X509V3_R_INVALID_NUMBER				 140
    -#define X509V3_R_INVALID_NUMBERS			 141
    -#define X509V3_R_INVALID_OBJECT_IDENTIFIER		 110
    -#define X509V3_R_INVALID_OPTION				 138
    -#define X509V3_R_INVALID_POLICY_IDENTIFIER		 134
    -#define X509V3_R_INVALID_PROXY_POLICY_SETTING		 153
    -#define X509V3_R_INVALID_PURPOSE			 146
    -#define X509V3_R_INVALID_SAFI				 164
    -#define X509V3_R_INVALID_SECTION			 135
    -#define X509V3_R_INVALID_SYNTAX				 143
    -#define X509V3_R_ISSUER_DECODE_ERROR			 126
    -#define X509V3_R_MISSING_VALUE				 124
    -#define X509V3_R_NEED_ORGANIZATION_AND_NUMBERS		 142
    -#define X509V3_R_NO_CONFIG_DATABASE			 136
    -#define X509V3_R_NO_ISSUER_CERTIFICATE			 121
    -#define X509V3_R_NO_ISSUER_DETAILS			 127
    -#define X509V3_R_NO_POLICY_IDENTIFIER			 139
    -#define X509V3_R_NO_PROXY_CERT_POLICY_LANGUAGE_DEFINED	 154
    -#define X509V3_R_NO_PUBLIC_KEY				 114
    -#define X509V3_R_NO_SUBJECT_DETAILS			 125
    -#define X509V3_R_ODD_NUMBER_OF_DIGITS			 112
    -#define X509V3_R_OPERATION_NOT_DEFINED			 148
    -#define X509V3_R_OTHERNAME_ERROR			 147
    -#define X509V3_R_POLICY_LANGUAGE_ALREADY_DEFINED	 155
    -#define X509V3_R_POLICY_PATH_LENGTH			 156
    -#define X509V3_R_POLICY_PATH_LENGTH_ALREADY_DEFINED	 157
    -#define X509V3_R_POLICY_SYNTAX_NOT_CURRENTLY_SUPPORTED	 158
    -#define X509V3_R_POLICY_WHEN_PROXY_LANGUAGE_REQUIRES_NO_POLICY 159
    -#define X509V3_R_SECTION_NOT_FOUND			 150
    -#define X509V3_R_UNABLE_TO_GET_ISSUER_DETAILS		 122
    -#define X509V3_R_UNABLE_TO_GET_ISSUER_KEYID		 123
    -#define X509V3_R_UNKNOWN_BIT_STRING_ARGUMENT		 111
    -#define X509V3_R_UNKNOWN_EXTENSION			 129
    -#define X509V3_R_UNKNOWN_EXTENSION_NAME			 130
    -#define X509V3_R_UNKNOWN_OPTION				 120
    -#define X509V3_R_UNSUPPORTED_OPTION			 117
    -#define X509V3_R_UNSUPPORTED_TYPE			 167
    -#define X509V3_R_USER_TOO_LONG				 132
    +# define X509V3_R_BAD_IP_ADDRESS                          118
    +# define X509V3_R_BAD_OBJECT                              119
    +# define X509V3_R_BN_DEC2BN_ERROR                         100
    +# define X509V3_R_BN_TO_ASN1_INTEGER_ERROR                101
    +# define X509V3_R_CANNOT_FIND_FREE_FUNCTION               168
    +# define X509V3_R_DIRNAME_ERROR                           149
    +# define X509V3_R_DISTPOINT_ALREADY_SET                   160
    +# define X509V3_R_DUPLICATE_ZONE_ID                       133
    +# define X509V3_R_ERROR_CONVERTING_ZONE                   131
    +# define X509V3_R_ERROR_CREATING_EXTENSION                144
    +# define X509V3_R_ERROR_IN_EXTENSION                      128
    +# define X509V3_R_EXPECTED_A_SECTION_NAME                 137
    +# define X509V3_R_EXTENSION_EXISTS                        145
    +# define X509V3_R_EXTENSION_NAME_ERROR                    115
    +# define X509V3_R_EXTENSION_NOT_FOUND                     102
    +# define X509V3_R_EXTENSION_SETTING_NOT_SUPPORTED         103
    +# define X509V3_R_EXTENSION_VALUE_ERROR                   116
    +# define X509V3_R_ILLEGAL_EMPTY_EXTENSION                 151
    +# define X509V3_R_ILLEGAL_HEX_DIGIT                       113
    +# define X509V3_R_INCORRECT_POLICY_SYNTAX_TAG             152
    +# define X509V3_R_INVALID_ASNUMBER                        162
    +# define X509V3_R_INVALID_ASRANGE                         163
    +# define X509V3_R_INVALID_BOOLEAN_STRING                  104
    +# define X509V3_R_INVALID_EXTENSION_STRING                105
    +# define X509V3_R_INVALID_INHERITANCE                     165
    +# define X509V3_R_INVALID_IPADDRESS                       166
    +# define X509V3_R_INVALID_MULTIPLE_RDNS                   161
    +# define X509V3_R_INVALID_NAME                            106
    +# define X509V3_R_INVALID_NULL_ARGUMENT                   107
    +# define X509V3_R_INVALID_NULL_NAME                       108
    +# define X509V3_R_INVALID_NULL_VALUE                      109
    +# define X509V3_R_INVALID_NUMBER                          140
    +# define X509V3_R_INVALID_NUMBERS                         141
    +# define X509V3_R_INVALID_OBJECT_IDENTIFIER               110
    +# define X509V3_R_INVALID_OPTION                          138
    +# define X509V3_R_INVALID_POLICY_IDENTIFIER               134
    +# define X509V3_R_INVALID_PROXY_POLICY_SETTING            153
    +# define X509V3_R_INVALID_PURPOSE                         146
    +# define X509V3_R_INVALID_SAFI                            164
    +# define X509V3_R_INVALID_SECTION                         135
    +# define X509V3_R_INVALID_SYNTAX                          143
    +# define X509V3_R_ISSUER_DECODE_ERROR                     126
    +# define X509V3_R_MISSING_VALUE                           124
    +# define X509V3_R_NEED_ORGANIZATION_AND_NUMBERS           142
    +# define X509V3_R_NO_CONFIG_DATABASE                      136
    +# define X509V3_R_NO_ISSUER_CERTIFICATE                   121
    +# define X509V3_R_NO_ISSUER_DETAILS                       127
    +# define X509V3_R_NO_POLICY_IDENTIFIER                    139
    +# define X509V3_R_NO_PROXY_CERT_POLICY_LANGUAGE_DEFINED   154
    +# define X509V3_R_NO_PUBLIC_KEY                           114
    +# define X509V3_R_NO_SUBJECT_DETAILS                      125
    +# define X509V3_R_ODD_NUMBER_OF_DIGITS                    112
    +# define X509V3_R_OPERATION_NOT_DEFINED                   148
    +# define X509V3_R_OTHERNAME_ERROR                         147
    +# define X509V3_R_POLICY_LANGUAGE_ALREADY_DEFINED         155
    +# define X509V3_R_POLICY_PATH_LENGTH                      156
    +# define X509V3_R_POLICY_PATH_LENGTH_ALREADY_DEFINED      157
    +# define X509V3_R_POLICY_SYNTAX_NOT_CURRENTLY_SUPPORTED   158
    +# define X509V3_R_POLICY_WHEN_PROXY_LANGUAGE_REQUIRES_NO_POLICY 159
    +# define X509V3_R_SECTION_NOT_FOUND                       150
    +# define X509V3_R_UNABLE_TO_GET_ISSUER_DETAILS            122
    +# define X509V3_R_UNABLE_TO_GET_ISSUER_KEYID              123
    +# define X509V3_R_UNKNOWN_BIT_STRING_ARGUMENT             111
    +# define X509V3_R_UNKNOWN_EXTENSION                       129
    +# define X509V3_R_UNKNOWN_EXTENSION_NAME                  130
    +# define X509V3_R_UNKNOWN_OPTION                          120
    +# define X509V3_R_UNSUPPORTED_OPTION                      117
    +# define X509V3_R_UNSUPPORTED_TYPE                        167
    +# define X509V3_R_USER_TOO_LONG                           132
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/crypto/x86_64cpuid.pl b/openssl/crypto/x86_64cpuid.pl
    index 6ebfd017e..d208d0239 100644
    --- a/openssl/crypto/x86_64cpuid.pl
    +++ b/openssl/crypto/x86_64cpuid.pl
    @@ -24,7 +24,7 @@ print<<___;
     	call	OPENSSL_cpuid_setup
     
     .hidden	OPENSSL_ia32cap_P
    -.comm	OPENSSL_ia32cap_P,8,4
    +.comm	OPENSSL_ia32cap_P,16,4
     
     .text
     
    @@ -53,12 +53,13 @@ OPENSSL_rdtsc:
     .size	OPENSSL_rdtsc,.-OPENSSL_rdtsc
     
     .globl	OPENSSL_ia32_cpuid
    -.type	OPENSSL_ia32_cpuid,\@abi-omnipotent
    +.type	OPENSSL_ia32_cpuid,\@function,1
     .align	16
     OPENSSL_ia32_cpuid:
     	mov	%rbx,%r8		# save %rbx
     
     	xor	%eax,%eax
    +	mov	%eax,8(%rdi)		# clear 3rd word
     	cpuid
     	mov	%eax,%r11d		# max value for standard query level
     
    @@ -126,6 +127,14 @@ OPENSSL_ia32_cpuid:
     	shr	\$14,%r10d
     	and	\$0xfff,%r10d		# number of cores -1 per L1D
     
    +	cmp	\$7,%r11d
    +	jb	.Lnocacheinfo
    +
    +	mov	\$7,%eax
    +	xor	%ecx,%ecx
    +	cpuid
    +	mov	%ebx,8(%rdi)
    +
     .Lnocacheinfo:
     	mov	\$1,%eax
     	cpuid
    @@ -165,6 +174,7 @@ OPENSSL_ia32_cpuid:
     .Lclear_avx:
     	mov	\$0xefffe7ff,%eax	# ~(1<<28|1<<12|1<<11)
     	and	%eax,%r9d		# clear AVX, FMA and AMD XOP bits
    +	andl	\$0xffffffdf,8(%rdi)	# cleax AVX2, ~(1<<5)
     .Ldone:
     	shl	\$32,%r9
     	mov	%r10d,%eax
    @@ -279,6 +289,21 @@ OPENSSL_ia32_rdrand:
     	cmove	%rcx,%rax
     	ret
     .size	OPENSSL_ia32_rdrand,.-OPENSSL_ia32_rdrand
    +
    +.globl	OPENSSL_ia32_rdseed
    +.type	OPENSSL_ia32_rdseed,\@abi-omnipotent
    +.align	16
    +OPENSSL_ia32_rdseed:
    +	mov	\$8,%ecx
    +.Loop_rdseed:
    +	rdseed	%rax
    +	jc	.Lbreak_rdseed
    +	loop	.Loop_rdseed
    +.Lbreak_rdseed:
    +	cmp	\$0,%rax
    +	cmove	%rcx,%rax
    +	ret
    +.size	OPENSSL_ia32_rdseed,.-OPENSSL_ia32_rdseed
     ___
     
     close STDOUT;	# flush
    diff --git a/openssl/crypto/x86cpuid.pl b/openssl/crypto/x86cpuid.pl
    index b270b4433..e95f6274f 100644
    --- a/openssl/crypto/x86cpuid.pl
    +++ b/openssl/crypto/x86cpuid.pl
    @@ -22,6 +22,8 @@ for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
     	&xor	("eax","eax");
     	&bt	("ecx",21);
     	&jnc	(&label("nocpuid"));
    +	&mov	("esi",&wparam(0));
    +	&mov	(&DWP(8,"esi"),"eax");	# clear 3rd word
     	&cpuid	();
     	&mov	("edi","eax");		# max value for standard query level
     
    @@ -79,6 +81,16 @@ for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
     	&jmp	(&label("generic"));
     	
     &set_label("intel");
    +	&cmp	("edi",7);
    +	&jb	(&label("cacheinfo"));
    +
    +	&mov	("esi",&wparam(0));
    +	&mov	("eax",7);
    +	&xor	("ecx","ecx");
    +	&cpuid	();
    +	&mov	(&DWP(8,"esi"),"ebx");
    +
    +&set_label("cacheinfo");
     	&cmp	("edi",4);
     	&mov	("edi",-1);
     	&jb	(&label("nocacheinfo"));
    @@ -135,6 +147,8 @@ for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
     	&and	("esi",0xfeffffff);	# clear FXSR
     &set_label("clear_avx");
     	&and	("ebp",0xefffe7ff);	# clear AVX, FMA and AMD XOP bits
    +	&mov	("edi",&wparam(0));
    +	&and	(&DWP(8,"edi"),0xffffffdf);	# clear AVX2
     &set_label("done");
     	&mov	("eax","esi");
     	&mov	("edx","ebp");
    @@ -198,7 +212,7 @@ for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
     
     &function_begin_B("OPENSSL_far_spin");
     	&pushf	();
    -	&pop	("eax")
    +	&pop	("eax");
     	&bt	("eax",9);
     	&jnc	(&label("nospin"));	# interrupts are disabled
     
    @@ -353,6 +367,21 @@ for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
     	&ret	();
     &function_end_B("OPENSSL_ia32_rdrand");
     
    +&function_begin_B("OPENSSL_ia32_rdseed");
    +	&mov	("ecx",8);
    +&set_label("loop");
    +	&rdseed	("eax");
    +	&jc	(&label("break"));
    +	&loop	(&label("loop"));
    +&set_label("break");
    +	&cmp	("eax",0);
    +	&cmove	("eax","ecx");
    +	&ret	();
    +&function_end_B("OPENSSL_ia32_rdseed");
    +
     &initseg("OPENSSL_cpuid_setup");
     
    +&hidden("OPENSSL_cpuid_setup");
    +&hidden("OPENSSL_ia32cap_P");
    +
     &asm_finish();
    diff --git a/openssl/demos/asn1/ocsp.c b/openssl/demos/asn1/ocsp.c
    index e89f1f72a..db4071989 100644
    --- a/openssl/demos/asn1/ocsp.c
    +++ b/openssl/demos/asn1/ocsp.c
    @@ -1,6 +1,7 @@
     /* ocsp.c */
    -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
    - * project 2000.
    +/*
    + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
    + * 2000.
      */
     /* ====================================================================
      * Copyright (c) 2000 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -59,113 +60,111 @@
     #include 
     #include 
     
    -
    -
    -
    -/* Example of new ASN1 code, OCSP request
    -
    -	OCSPRequest     ::=     SEQUENCE {
    -	    tbsRequest                  TBSRequest,
    -	    optionalSignature   [0]     EXPLICIT Signature OPTIONAL }
    -
    -	TBSRequest      ::=     SEQUENCE {
    -	    version             [0] EXPLICIT Version DEFAULT v1,
    -	    requestorName       [1] EXPLICIT GeneralName OPTIONAL,
    -	    requestList             SEQUENCE OF Request,
    -	    requestExtensions   [2] EXPLICIT Extensions OPTIONAL }
    -
    -	Signature       ::=     SEQUENCE {
    -	    signatureAlgorithm   AlgorithmIdentifier,
    -	    signature            BIT STRING,
    -	    certs                [0] EXPLICIT SEQUENCE OF Certificate OPTIONAL }
    -
    -	Version  ::=  INTEGER  {  v1(0) }
    -
    -	Request ::=     SEQUENCE {
    -	    reqCert                    CertID,
    -	    singleRequestExtensions    [0] EXPLICIT Extensions OPTIONAL }
    -
    -	CertID ::= SEQUENCE {
    -	    hashAlgorithm            AlgorithmIdentifier,
    -	    issuerNameHash     OCTET STRING, -- Hash of Issuer's DN
    -	    issuerKeyHash      OCTET STRING, -- Hash of Issuers public key
    -	    serialNumber       CertificateSerialNumber }
    -
    -	OCSPResponse ::= SEQUENCE {
    -	   responseStatus         OCSPResponseStatus,
    -	   responseBytes          [0] EXPLICIT ResponseBytes OPTIONAL }
    -
    -	OCSPResponseStatus ::= ENUMERATED {
    -	    successful            (0),      --Response has valid confirmations
    -	    malformedRequest      (1),      --Illegal confirmation request
    -	    internalError         (2),      --Internal error in issuer
    -	    tryLater              (3),      --Try again later
    -					    --(4) is not used
    -	    sigRequired           (5),      --Must sign the request
    -	    unauthorized          (6)       --Request unauthorized
    -	}
    -
    -	ResponseBytes ::=       SEQUENCE {
    -	    responseType   OBJECT IDENTIFIER,
    -	    response       OCTET STRING }
    -
    -	BasicOCSPResponse       ::= SEQUENCE {
    -	   tbsResponseData      ResponseData,
    -	   signatureAlgorithm   AlgorithmIdentifier,
    -	   signature            BIT STRING,
    -	   certs                [0] EXPLICIT SEQUENCE OF Certificate OPTIONAL }
    -
    -	ResponseData ::= SEQUENCE {
    -	   version              [0] EXPLICIT Version DEFAULT v1,
    -	   responderID              ResponderID,
    -	   producedAt               GeneralizedTime,
    -	   responses                SEQUENCE OF SingleResponse,
    -	   responseExtensions   [1] EXPLICIT Extensions OPTIONAL }
    -
    -	ResponderID ::= CHOICE {
    -	   byName   [1] Name,    --EXPLICIT
    -	   byKey    [2] KeyHash }
    -
    -	KeyHash ::= OCTET STRING --SHA-1 hash of responder's public key
    -				 --(excluding the tag and length fields)
    -
    -	SingleResponse ::= SEQUENCE {
    -	   certID                       CertID,
    -	   certStatus                   CertStatus,
    -	   thisUpdate                   GeneralizedTime,
    -	   nextUpdate           [0]     EXPLICIT GeneralizedTime OPTIONAL,
    -	   singleExtensions     [1]     EXPLICIT Extensions OPTIONAL }
    -
    -	CertStatus ::= CHOICE {
    -	    good                [0]     IMPLICIT NULL,
    -	    revoked             [1]     IMPLICIT RevokedInfo,
    -	    unknown             [2]     IMPLICIT UnknownInfo }
    -
    -	RevokedInfo ::= SEQUENCE {
    -	    revocationTime              GeneralizedTime,
    -	    revocationReason    [0]     EXPLICIT CRLReason OPTIONAL }
    -
    -	UnknownInfo ::= NULL -- this can be replaced with an enumeration
    -
    -	ArchiveCutoff ::= GeneralizedTime
    -
    -	AcceptableResponses ::= SEQUENCE OF OBJECT IDENTIFIER
    -
    -	ServiceLocator ::= SEQUENCE {
    -	    issuer    Name,
    -	    locator   AuthorityInfoAccessSyntax }
    -
    -	-- Object Identifiers
    -
    -	id-kp-OCSPSigning            OBJECT IDENTIFIER ::= { id-kp 9 }
    -	id-pkix-ocsp                 OBJECT IDENTIFIER ::= { id-ad-ocsp }
    -	id-pkix-ocsp-basic           OBJECT IDENTIFIER ::= { id-pkix-ocsp 1 }
    -	id-pkix-ocsp-nonce           OBJECT IDENTIFIER ::= { id-pkix-ocsp 2 }
    -	id-pkix-ocsp-crl             OBJECT IDENTIFIER ::= { id-pkix-ocsp 3 }
    -	id-pkix-ocsp-response        OBJECT IDENTIFIER ::= { id-pkix-ocsp 4 }
    -	id-pkix-ocsp-nocheck         OBJECT IDENTIFIER ::= { id-pkix-ocsp 5 }
    -	id-pkix-ocsp-archive-cutoff  OBJECT IDENTIFIER ::= { id-pkix-ocsp 6 }
    -	id-pkix-ocsp-service-locator OBJECT IDENTIFIER ::= { id-pkix-ocsp 7 }
    +/*-
    +   Example of new ASN1 code, OCSP request
    +
    +        OCSPRequest     ::=     SEQUENCE {
    +            tbsRequest                  TBSRequest,
    +            optionalSignature   [0]     EXPLICIT Signature OPTIONAL }
    +
    +        TBSRequest      ::=     SEQUENCE {
    +            version             [0] EXPLICIT Version DEFAULT v1,
    +            requestorName       [1] EXPLICIT GeneralName OPTIONAL,
    +            requestList             SEQUENCE OF Request,
    +            requestExtensions   [2] EXPLICIT Extensions OPTIONAL }
    +
    +        Signature       ::=     SEQUENCE {
    +            signatureAlgorithm   AlgorithmIdentifier,
    +            signature            BIT STRING,
    +            certs                [0] EXPLICIT SEQUENCE OF Certificate OPTIONAL }
    +
    +        Version  ::=  INTEGER  {  v1(0) }
    +
    +        Request ::=     SEQUENCE {
    +            reqCert                    CertID,
    +            singleRequestExtensions    [0] EXPLICIT Extensions OPTIONAL }
    +
    +        CertID ::= SEQUENCE {
    +            hashAlgorithm            AlgorithmIdentifier,
    +            issuerNameHash     OCTET STRING, -- Hash of Issuer's DN
    +            issuerKeyHash      OCTET STRING, -- Hash of Issuers public key
    +            serialNumber       CertificateSerialNumber }
    +
    +        OCSPResponse ::= SEQUENCE {
    +           responseStatus         OCSPResponseStatus,
    +           responseBytes          [0] EXPLICIT ResponseBytes OPTIONAL }
    +
    +        OCSPResponseStatus ::= ENUMERATED {
    +            successful            (0),      --Response has valid confirmations
    +            malformedRequest      (1),      --Illegal confirmation request
    +            internalError         (2),      --Internal error in issuer
    +            tryLater              (3),      --Try again later
    +                                            --(4) is not used
    +            sigRequired           (5),      --Must sign the request
    +            unauthorized          (6)       --Request unauthorized
    +        }
    +
    +        ResponseBytes ::=       SEQUENCE {
    +            responseType   OBJECT IDENTIFIER,
    +            response       OCTET STRING }
    +
    +        BasicOCSPResponse       ::= SEQUENCE {
    +           tbsResponseData      ResponseData,
    +           signatureAlgorithm   AlgorithmIdentifier,
    +           signature            BIT STRING,
    +           certs                [0] EXPLICIT SEQUENCE OF Certificate OPTIONAL }
    +
    +        ResponseData ::= SEQUENCE {
    +           version              [0] EXPLICIT Version DEFAULT v1,
    +           responderID              ResponderID,
    +           producedAt               GeneralizedTime,
    +           responses                SEQUENCE OF SingleResponse,
    +           responseExtensions   [1] EXPLICIT Extensions OPTIONAL }
    +
    +        ResponderID ::= CHOICE {
    +           byName   [1] Name,    --EXPLICIT
    +           byKey    [2] KeyHash }
    +
    +        KeyHash ::= OCTET STRING --SHA-1 hash of responder's public key
    +                                 --(excluding the tag and length fields)
    +
    +        SingleResponse ::= SEQUENCE {
    +           certID                       CertID,
    +           certStatus                   CertStatus,
    +           thisUpdate                   GeneralizedTime,
    +           nextUpdate           [0]     EXPLICIT GeneralizedTime OPTIONAL,
    +           singleExtensions     [1]     EXPLICIT Extensions OPTIONAL }
    +
    +        CertStatus ::= CHOICE {
    +            good                [0]     IMPLICIT NULL,
    +            revoked             [1]     IMPLICIT RevokedInfo,
    +            unknown             [2]     IMPLICIT UnknownInfo }
    +
    +        RevokedInfo ::= SEQUENCE {
    +            revocationTime              GeneralizedTime,
    +            revocationReason    [0]     EXPLICIT CRLReason OPTIONAL }
    +
    +        UnknownInfo ::= NULL -- this can be replaced with an enumeration
    +
    +        ArchiveCutoff ::= GeneralizedTime
    +
    +        AcceptableResponses ::= SEQUENCE OF OBJECT IDENTIFIER
    +
    +        ServiceLocator ::= SEQUENCE {
    +            issuer    Name,
    +            locator   AuthorityInfoAccessSyntax }
    +
    +        -- Object Identifiers
    +
    +        id-kp-OCSPSigning            OBJECT IDENTIFIER ::= { id-kp 9 }
    +        id-pkix-ocsp                 OBJECT IDENTIFIER ::= { id-ad-ocsp }
    +        id-pkix-ocsp-basic           OBJECT IDENTIFIER ::= { id-pkix-ocsp 1 }
    +        id-pkix-ocsp-nonce           OBJECT IDENTIFIER ::= { id-pkix-ocsp 2 }
    +        id-pkix-ocsp-crl             OBJECT IDENTIFIER ::= { id-pkix-ocsp 3 }
    +        id-pkix-ocsp-response        OBJECT IDENTIFIER ::= { id-pkix-ocsp 4 }
    +        id-pkix-ocsp-nocheck         OBJECT IDENTIFIER ::= { id-pkix-ocsp 5 }
    +        id-pkix-ocsp-archive-cutoff  OBJECT IDENTIFIER ::= { id-pkix-ocsp 6 }
    +        id-pkix-ocsp-service-locator OBJECT IDENTIFIER ::= { id-pkix-ocsp 7 }
     
     */
     
    @@ -174,193 +173,189 @@
     DECLARE_STACK_OF(Request)
     
     typedef struct {
    -	ASN1_INTEGER *version;
    -	GENERAL_NAME *requestorName;
    -	STACK_OF(Request) *requestList;
    -	STACK_OF(X509_EXTENSION) *requestExtensions;
    +    ASN1_INTEGER *version;
    +    GENERAL_NAME *requestorName;
    +    STACK_OF(Request) *requestList;
    +    STACK_OF(X509_EXTENSION) *requestExtensions;
     } TBSRequest;
     
     typedef struct {
    -	X509_ALGOR *signatureAlgorithm;
    -	ASN1_BIT_STRING *signature;
    -	STACK_OF(X509) *certs;
    +    X509_ALGOR *signatureAlgorithm;
    +    ASN1_BIT_STRING *signature;
    +    STACK_OF(X509) *certs;
     } Signature;
     
     typedef struct {
    -	TBSRequest *tbsRequest;
    -	Signature *optionalSignature;
    +    TBSRequest *tbsRequest;
    +    Signature *optionalSignature;
     } OCSPRequest;
     
     typedef struct {
    -	X509_ALGOR *hashAlgorithm;
    -	ASN1_OCTET_STRING *issuerNameHash;
    -	ASN1_OCTET_STRING *issuerKeyHash;
    -	ASN1_INTEGER *certificateSerialNumber;
    +    X509_ALGOR *hashAlgorithm;
    +    ASN1_OCTET_STRING *issuerNameHash;
    +    ASN1_OCTET_STRING *issuerKeyHash;
    +    ASN1_INTEGER *certificateSerialNumber;
     } CertID;
     
     typedef struct {
    -	CertID *reqCert;
    -	STACK_OF(X509_EXTENSION) *singleRequestExtensions;
    +    CertID *reqCert;
    +    STACK_OF(X509_EXTENSION) *singleRequestExtensions;
     } Request;
     
     /* Response structures */
     
     typedef struct {
    -	ASN1_OBJECT *responseType;
    -	ASN1_OCTET_STRING *response;
    +    ASN1_OBJECT *responseType;
    +    ASN1_OCTET_STRING *response;
     } ResponseBytes;
     
     typedef struct {
    -	ASN1_ENUMERATED *responseStatus;
    -	ResponseBytes *responseBytes;
    +    ASN1_ENUMERATED *responseStatus;
    +    ResponseBytes *responseBytes;
     } OCSPResponse;
     
     typedef struct {
    -	int type;
    -	union {
    -	   X509_NAME *byName;
    -	   ASN1_OCTET_STRING *byKey;
    -	}d;
    +    int type;
    +    union {
    +        X509_NAME *byName;
    +        ASN1_OCTET_STRING *byKey;
    +    } d;
     } ResponderID;
     
     typedef struct {
    -	   ASN1_INTEGER *version;
    -	   ResponderID *responderID;
    -	   ASN1_GENERALIZEDTIME *producedAt;
    -	   STACK_OF(SingleResponse) *responses;
    -	   STACK_OF(X509_EXTENSION) *responseExtensions;
    +    ASN1_INTEGER *version;
    +    ResponderID *responderID;
    +    ASN1_GENERALIZEDTIME *producedAt;
    +    STACK_OF(SingleResponse) *responses;
    +    STACK_OF(X509_EXTENSION) *responseExtensions;
     } ResponseData;
     
     typedef struct {
    -	   ResponseData *tbsResponseData;
    -	   X509_ALGOR *signatureAlgorithm;
    -	   ASN1_BIT_STRING *signature;
    -	   STACK_OF(X509) *certs;
    +    ResponseData *tbsResponseData;
    +    X509_ALGOR *signatureAlgorithm;
    +    ASN1_BIT_STRING *signature;
    +    STACK_OF(X509) *certs;
     } BasicOCSPResponse;
     
     typedef struct {
    -	ASN1_GENERALIZEDTIME *revocationTime;
    -	ASN1_ENUMERATED * revocationReason;
    +    ASN1_GENERALIZEDTIME *revocationTime;
    +    ASN1_ENUMERATED *revocationReason;
     } RevokedInfo;
     
     typedef struct {
    -	int type;
    -	union {
    -	    ASN1_NULL *good;
    -	    RevokedInfo *revoked;
    -	    ASN1_NULL *unknown;
    -	} d;
    +    int type;
    +    union {
    +        ASN1_NULL *good;
    +        RevokedInfo *revoked;
    +        ASN1_NULL *unknown;
    +    } d;
     } CertStatus;
     
     typedef struct {
    -	   CertID *certID;
    -	   CertStatus *certStatus;
    -	   ASN1_GENERALIZEDTIME *thisUpdate;
    -	   ASN1_GENERALIZEDTIME *nextUpdate;
    -	   STACK_OF(X509_EXTENSION) *singleExtensions;
    +    CertID *certID;
    +    CertStatus *certStatus;
    +    ASN1_GENERALIZEDTIME *thisUpdate;
    +    ASN1_GENERALIZEDTIME *nextUpdate;
    +    STACK_OF(X509_EXTENSION) *singleExtensions;
     } SingleResponse;
     
    -
     typedef struct {
         X509_NAME *issuer;
         STACK_OF(ACCESS_DESCRIPTION) *locator;
     } ServiceLocator;
     
    -
     /* Now the ASN1 templates */
     
     IMPLEMENT_COMPAT_ASN1(X509);
     IMPLEMENT_COMPAT_ASN1(X509_ALGOR);
    -//IMPLEMENT_COMPAT_ASN1(X509_EXTENSION);
    +// IMPLEMENT_COMPAT_ASN1(X509_EXTENSION);
     IMPLEMENT_COMPAT_ASN1(GENERAL_NAME);
     IMPLEMENT_COMPAT_ASN1(X509_NAME);
     
     ASN1_SEQUENCE(X509_EXTENSION) = {
    -	ASN1_SIMPLE(X509_EXTENSION, object, ASN1_OBJECT),
    -	ASN1_OPT(X509_EXTENSION, critical, ASN1_BOOLEAN),
    -	ASN1_SIMPLE(X509_EXTENSION, value, ASN1_OCTET_STRING)
    +        ASN1_SIMPLE(X509_EXTENSION, object, ASN1_OBJECT),
    +        ASN1_OPT(X509_EXTENSION, critical, ASN1_BOOLEAN),
    +        ASN1_SIMPLE(X509_EXTENSION, value, ASN1_OCTET_STRING)
     } ASN1_SEQUENCE_END(X509_EXTENSION);
    -	
    +
     
     ASN1_SEQUENCE(Signature) = {
    -	ASN1_SIMPLE(Signature, signatureAlgorithm, X509_ALGOR),
    -	ASN1_SIMPLE(Signature, signature, ASN1_BIT_STRING),
    -	ASN1_SEQUENCE_OF(Signature, certs, X509)
    +        ASN1_SIMPLE(Signature, signatureAlgorithm, X509_ALGOR),
    +        ASN1_SIMPLE(Signature, signature, ASN1_BIT_STRING),
    +        ASN1_SEQUENCE_OF(Signature, certs, X509)
     } ASN1_SEQUENCE_END(Signature);
     
     ASN1_SEQUENCE(CertID) = {
    -	ASN1_SIMPLE(CertID, hashAlgorithm, X509_ALGOR),
    -	ASN1_SIMPLE(CertID, issuerNameHash, ASN1_OCTET_STRING),
    -	ASN1_SIMPLE(CertID, issuerKeyHash, ASN1_OCTET_STRING),
    -	ASN1_SIMPLE(CertID, certificateSerialNumber, ASN1_INTEGER)
    +        ASN1_SIMPLE(CertID, hashAlgorithm, X509_ALGOR),
    +        ASN1_SIMPLE(CertID, issuerNameHash, ASN1_OCTET_STRING),
    +        ASN1_SIMPLE(CertID, issuerKeyHash, ASN1_OCTET_STRING),
    +        ASN1_SIMPLE(CertID, certificateSerialNumber, ASN1_INTEGER)
     } ASN1_SEQUENCE_END(CertID);
     
     ASN1_SEQUENCE(Request) = {
    -	ASN1_SIMPLE(Request, reqCert, CertID),
    -	ASN1_EXP_SEQUENCE_OF_OPT(Request, singleRequestExtensions, X509_EXTENSION, 0)
    +        ASN1_SIMPLE(Request, reqCert, CertID),
    +        ASN1_EXP_SEQUENCE_OF_OPT(Request, singleRequestExtensions, X509_EXTENSION, 0)
     } ASN1_SEQUENCE_END(Request);
     
     ASN1_SEQUENCE(TBSRequest) = {
    -	ASN1_EXP_OPT(TBSRequest, version, ASN1_INTEGER, 0),
    -	ASN1_EXP_OPT(TBSRequest, requestorName, GENERAL_NAME, 1),
    -	ASN1_SEQUENCE_OF(TBSRequest, requestList, Request),
    -	ASN1_EXP_SEQUENCE_OF_OPT(TBSRequest, requestExtensions, X509_EXTENSION, 2)
    +        ASN1_EXP_OPT(TBSRequest, version, ASN1_INTEGER, 0),
    +        ASN1_EXP_OPT(TBSRequest, requestorName, GENERAL_NAME, 1),
    +        ASN1_SEQUENCE_OF(TBSRequest, requestList, Request),
    +        ASN1_EXP_SEQUENCE_OF_OPT(TBSRequest, requestExtensions, X509_EXTENSION, 2)
     } ASN1_SEQUENCE_END(TBSRequest);
     
     ASN1_SEQUENCE(OCSPRequest) = {
    -	ASN1_SIMPLE(OCSPRequest, tbsRequest, TBSRequest),
    -	ASN1_EXP_OPT(OCSPRequest, optionalSignature, Signature, 0)
    +        ASN1_SIMPLE(OCSPRequest, tbsRequest, TBSRequest),
    +        ASN1_EXP_OPT(OCSPRequest, optionalSignature, Signature, 0)
     } ASN1_SEQUENCE_END(OCSPRequest);
     
    -
     /* Response templates */
     
     ASN1_SEQUENCE(ResponseBytes) = {
    -	    ASN1_SIMPLE(ResponseBytes, responseType, ASN1_OBJECT),
    -	    ASN1_SIMPLE(ResponseBytes, response, ASN1_OCTET_STRING)
    +            ASN1_SIMPLE(ResponseBytes, responseType, ASN1_OBJECT),
    +            ASN1_SIMPLE(ResponseBytes, response, ASN1_OCTET_STRING)
     } ASN1_SEQUENCE_END(ResponseBytes);
     
     ASN1_SEQUENCE(OCSPResponse) = {
    -	ASN1_SIMPLE(OCSPResponse, responseStatus, ASN1_ENUMERATED),
    -	ASN1_EXP_OPT(OCSPResponse, responseBytes, ResponseBytes, 0)
    +        ASN1_SIMPLE(OCSPResponse, responseStatus, ASN1_ENUMERATED),
    +        ASN1_EXP_OPT(OCSPResponse, responseBytes, ResponseBytes, 0)
     } ASN1_SEQUENCE_END(OCSPResponse);
     
     ASN1_CHOICE(ResponderID) = {
    -	   ASN1_EXP(ResponderID, d.byName, X509_NAME, 1),
    -	   ASN1_IMP(ResponderID, d.byKey, ASN1_OCTET_STRING, 2)
    +           ASN1_EXP(ResponderID, d.byName, X509_NAME, 1),
    +           ASN1_IMP(ResponderID, d.byKey, ASN1_OCTET_STRING, 2)
     } ASN1_CHOICE_END(ResponderID);
     
     ASN1_SEQUENCE(RevokedInfo) = {
    -	ASN1_SIMPLE(RevokedInfo, revocationTime, ASN1_GENERALIZEDTIME),
    -  	ASN1_EXP_OPT(RevokedInfo, revocationReason, ASN1_ENUMERATED, 0)
    +        ASN1_SIMPLE(RevokedInfo, revocationTime, ASN1_GENERALIZEDTIME),
    +        ASN1_EXP_OPT(RevokedInfo, revocationReason, ASN1_ENUMERATED, 0)
     } ASN1_SEQUENCE_END(RevokedInfo);
     
     ASN1_CHOICE(CertStatus) = {
    -	ASN1_IMP(CertStatus, d.good, ASN1_NULL, 0),
    -	ASN1_IMP(CertStatus, d.revoked, RevokedInfo, 1),
    -	ASN1_IMP(CertStatus, d.unknown, ASN1_NULL, 2)
    +        ASN1_IMP(CertStatus, d.good, ASN1_NULL, 0),
    +        ASN1_IMP(CertStatus, d.revoked, RevokedInfo, 1),
    +        ASN1_IMP(CertStatus, d.unknown, ASN1_NULL, 2)
     } ASN1_CHOICE_END(CertStatus);
     
     ASN1_SEQUENCE(SingleResponse) = {
    -	   ASN1_SIMPLE(SingleResponse, certID, CertID),
    -	   ASN1_SIMPLE(SingleResponse, certStatus, CertStatus),
    -	   ASN1_SIMPLE(SingleResponse, thisUpdate, ASN1_GENERALIZEDTIME),
    -	   ASN1_EXP_OPT(SingleResponse, nextUpdate, ASN1_GENERALIZEDTIME, 0),
    -	   ASN1_EXP_SEQUENCE_OF_OPT(SingleResponse, singleExtensions, X509_EXTENSION, 1)
    +           ASN1_SIMPLE(SingleResponse, certID, CertID),
    +           ASN1_SIMPLE(SingleResponse, certStatus, CertStatus),
    +           ASN1_SIMPLE(SingleResponse, thisUpdate, ASN1_GENERALIZEDTIME),
    +           ASN1_EXP_OPT(SingleResponse, nextUpdate, ASN1_GENERALIZEDTIME, 0),
    +           ASN1_EXP_SEQUENCE_OF_OPT(SingleResponse, singleExtensions, X509_EXTENSION, 1)
     } ASN1_SEQUENCE_END(SingleResponse);
     
     ASN1_SEQUENCE(ResponseData) = {
    -	   ASN1_EXP_OPT(ResponseData, version, ASN1_INTEGER, 0),
    -	   ASN1_SIMPLE(ResponseData, responderID, ResponderID),
    -	   ASN1_SIMPLE(ResponseData, producedAt, ASN1_GENERALIZEDTIME),
    -	   ASN1_SEQUENCE_OF(ResponseData, responses, SingleResponse),
    -	   ASN1_EXP_SEQUENCE_OF_OPT(ResponseData, responseExtensions, X509_EXTENSION, 1)
    +           ASN1_EXP_OPT(ResponseData, version, ASN1_INTEGER, 0),
    +           ASN1_SIMPLE(ResponseData, responderID, ResponderID),
    +           ASN1_SIMPLE(ResponseData, producedAt, ASN1_GENERALIZEDTIME),
    +           ASN1_SEQUENCE_OF(ResponseData, responses, SingleResponse),
    +           ASN1_EXP_SEQUENCE_OF_OPT(ResponseData, responseExtensions, X509_EXTENSION, 1)
     } ASN1_SEQUENCE_END(ResponseData);
     
     ASN1_SEQUENCE(BasicOCSPResponse) = {
    -	   ASN1_SIMPLE(BasicOCSPResponse, tbsResponseData, ResponseData),
    -	   ASN1_SIMPLE(BasicOCSPResponse, signatureAlgorithm, X509_ALGOR),
    -	   ASN1_SIMPLE(BasicOCSPResponse, signature, ASN1_BIT_STRING),
    -	   ASN1_EXP_SEQUENCE_OF_OPT(BasicOCSPResponse, certs, X509, 0)
    +           ASN1_SIMPLE(BasicOCSPResponse, tbsResponseData, ResponseData),
    +           ASN1_SIMPLE(BasicOCSPResponse, signatureAlgorithm, X509_ALGOR),
    +           ASN1_SIMPLE(BasicOCSPResponse, signature, ASN1_BIT_STRING),
    +           ASN1_EXP_SEQUENCE_OF_OPT(BasicOCSPResponse, certs, X509, 0)
     } ASN1_SEQUENCE_END(BasicOCSPResponse);
    -
    diff --git a/openssl/demos/b64.c b/openssl/demos/b64.c
    index efdd44457..d8ed2a6a0 100644
    --- a/openssl/demos/b64.c
    +++ b/openssl/demos/b64.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -71,198 +71,185 @@
     #undef BSIZE
     #undef PROG
     
    -#define SIZE	(512)
    -#define BSIZE	(8*1024)
    -#define	PROG	enc_main
    +#define SIZE    (512)
    +#define BSIZE   (8*1024)
    +#define PROG    enc_main
     
    -int main(argc,argv)
    +int main(argc, argv)
     int argc;
     char **argv;
    -	{
    -	char *strbuf=NULL;
    -	unsigned char *buff=NULL,*bufsize=NULL;
    -	int bsize=BSIZE,verbose=0;
    -	int ret=1,inl;
    -	char *str=NULL;
    -	char *hkey=NULL,*hiv=NULL;
    -	int enc=1,printkey=0,i,base64=0;
    -	int debug=0;
    -	EVP_CIPHER *cipher=NULL,*c;
    -	char *inf=NULL,*outf=NULL;
    -	BIO *in=NULL,*out=NULL,*b64=NULL,*benc=NULL,*rbio=NULL,*wbio=NULL;
    +{
    +    char *strbuf = NULL;
    +    unsigned char *buff = NULL, *bufsize = NULL;
    +    int bsize = BSIZE, verbose = 0;
    +    int ret = 1, inl;
    +    char *str = NULL;
    +    char *hkey = NULL, *hiv = NULL;
    +    int enc = 1, printkey = 0, i, base64 = 0;
    +    int debug = 0;
    +    EVP_CIPHER *cipher = NULL, *c;
    +    char *inf = NULL, *outf = NULL;
    +    BIO *in = NULL, *out = NULL, *b64 = NULL, *benc = NULL, *rbio =
    +        NULL, *wbio = NULL;
     #define PROG_NAME_SIZE  39
     
    -
    -	apps_startup();
    -
    -	if (bio_err == NULL)
    -		if ((bio_err=BIO_new(BIO_s_file())) != NULL)
    -			BIO_set_fp(bio_err,stderr,BIO_NOCLOSE);
    -
    -	base64=1;
    -
    -	argc--;
    -	argv++;
    -	while (argc >= 1)
    -		{
    -		if	(strcmp(*argv,"-e") == 0)
    -			enc=1;
    -		if (strcmp(*argv,"-in") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			inf= *(++argv);
    -			}
    -		else if (strcmp(*argv,"-out") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			outf= *(++argv);
    -			}
    -		else if	(strcmp(*argv,"-d") == 0)
    -			enc=0;
    -		else if	(strcmp(*argv,"-v") == 0)
    -			verbose=1;
    -		else if	(strcmp(*argv,"-debug") == 0)
    -			debug=1;
    -		else if (strcmp(*argv,"-bufsize") == 0)
    -			{
    -			if (--argc < 1) goto bad;
    -			bufsize=(unsigned char *)*(++argv);
    -			}
    -		else
    -			{
    -			BIO_printf(bio_err,"unknown option '%s'\n",*argv);
    -bad:
    -			BIO_printf(bio_err,"options are\n");
    -			BIO_printf(bio_err,"%-14s input file\n","-in ");
    -			BIO_printf(bio_err,"%-14s output file\n","-out ");
    -			BIO_printf(bio_err,"%-14s encode\n","-e");
    -			BIO_printf(bio_err,"%-14s decode\n","-d");
    -			BIO_printf(bio_err,"%-14s buffer size\n","-bufsize ");
    -
    -			goto end;
    -			}
    -		argc--;
    -		argv++;
    -		}
    -
    -	if (bufsize != NULL)
    -		{
    -		int i;
    -		unsigned long n;
    -
    -		for (n=0; *bufsize; bufsize++)
    -			{
    -			i= *bufsize;
    -			if ((i <= '9') && (i >= '0'))
    -				n=n*10+i-'0';
    -			else if (i == 'k')
    -				{
    -				n*=1024;
    -				bufsize++;
    -				break;
    -				}
    -			}
    -		if (*bufsize != '\0')
    -			{
    -			BIO_printf(bio_err,"invalid 'bufsize' specified.\n");
    -			goto end;
    -			}
    -
    -		/* It must be large enough for a base64 encoded line */
    -		if (n < 80) n=80;
    -
    -		bsize=(int)n;
    -		if (verbose) BIO_printf(bio_err,"bufsize=%d\n",bsize);
    -		}
    -
    -	strbuf=OPENSSL_malloc(SIZE);
    -	buff=(unsigned char *)OPENSSL_malloc(EVP_ENCODE_LENGTH(bsize));
    -	if ((buff == NULL) || (strbuf == NULL))
    -		{
    -		BIO_printf(bio_err,"OPENSSL_malloc failure\n");
    -		goto end;
    -		}
    -
    -	in=BIO_new(BIO_s_file());
    -	out=BIO_new(BIO_s_file());
    -	if ((in == NULL) || (out == NULL))
    -		{
    -		ERR_print_errors(bio_err);
    -		goto end;
    -		}
    -	if (debug)
    -		{
    -		BIO_set_callback(in,BIO_debug_callback);
    -		BIO_set_callback(out,BIO_debug_callback);
    -		BIO_set_callback_arg(in,bio_err);
    -		BIO_set_callback_arg(out,bio_err);
    -		}
    -
    -	if (inf == NULL)
    -		BIO_set_fp(in,stdin,BIO_NOCLOSE);
    -	else
    -		{
    -		if (BIO_read_filename(in,inf) <= 0)
    -			{
    -			perror(inf);
    -			goto end;
    -			}
    -		}
    -
    -	if (outf == NULL)
    -		BIO_set_fp(out,stdout,BIO_NOCLOSE);
    -	else
    -		{
    -		if (BIO_write_filename(out,outf) <= 0)
    -			{
    -			perror(outf);
    -			goto end;
    -			}
    -		}
    -
    -	rbio=in;
    -	wbio=out;
    -
    -	if (base64)
    -		{
    -		if ((b64=BIO_new(BIO_f_base64())) == NULL)
    -			goto end;
    -		if (debug)
    -			{
    -			BIO_set_callback(b64,BIO_debug_callback);
    -			BIO_set_callback_arg(b64,bio_err);
    -			}
    -		if (enc)
    -			wbio=BIO_push(b64,wbio);
    -		else
    -			rbio=BIO_push(b64,rbio);
    -		}
    -
    -	for (;;)
    -		{
    -		inl=BIO_read(rbio,(char *)buff,bsize);
    -		if (inl <= 0) break;
    -		if (BIO_write(wbio,(char *)buff,inl) != inl)
    -			{
    -			BIO_printf(bio_err,"error writing output file\n");
    -			goto end;
    -			}
    -		}
    -	BIO_flush(wbio);
    -
    -	ret=0;
    -	if (verbose)
    -		{
    -		BIO_printf(bio_err,"bytes read   :%8ld\n",BIO_number_read(in));
    -		BIO_printf(bio_err,"bytes written:%8ld\n",BIO_number_written(out));
    -		}
    -end:
    -	if (strbuf != NULL) OPENSSL_free(strbuf);
    -	if (buff != NULL) OPENSSL_free(buff);
    -	if (in != NULL) BIO_free(in);
    -	if (out != NULL) BIO_free(out);
    -	if (benc != NULL) BIO_free(benc);
    -	if (b64 != NULL) BIO_free(b64);
    -	EXIT(ret);
    -	}
    -
    +    apps_startup();
    +
    +    if (bio_err == NULL)
    +        if ((bio_err = BIO_new(BIO_s_file())) != NULL)
    +            BIO_set_fp(bio_err, stderr, BIO_NOCLOSE);
    +
    +    base64 = 1;
    +
    +    argc--;
    +    argv++;
    +    while (argc >= 1) {
    +        if (strcmp(*argv, "-e") == 0)
    +            enc = 1;
    +        if (strcmp(*argv, "-in") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            inf = *(++argv);
    +        } else if (strcmp(*argv, "-out") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            outf = *(++argv);
    +        } else if (strcmp(*argv, "-d") == 0)
    +            enc = 0;
    +        else if (strcmp(*argv, "-v") == 0)
    +            verbose = 1;
    +        else if (strcmp(*argv, "-debug") == 0)
    +            debug = 1;
    +        else if (strcmp(*argv, "-bufsize") == 0) {
    +            if (--argc < 1)
    +                goto bad;
    +            bufsize = (unsigned char *)*(++argv);
    +        } else {
    +            BIO_printf(bio_err, "unknown option '%s'\n", *argv);
    + bad:
    +            BIO_printf(bio_err, "options are\n");
    +            BIO_printf(bio_err, "%-14s input file\n", "-in ");
    +            BIO_printf(bio_err, "%-14s output file\n", "-out ");
    +            BIO_printf(bio_err, "%-14s encode\n", "-e");
    +            BIO_printf(bio_err, "%-14s decode\n", "-d");
    +            BIO_printf(bio_err, "%-14s buffer size\n", "-bufsize ");
    +
    +            goto end;
    +        }
    +        argc--;
    +        argv++;
    +    }
    +
    +    if (bufsize != NULL) {
    +        int i;
    +        unsigned long n;
    +
    +        for (n = 0; *bufsize; bufsize++) {
    +            i = *bufsize;
    +            if ((i <= '9') && (i >= '0'))
    +                n = n * 10 + i - '0';
    +            else if (i == 'k') {
    +                n *= 1024;
    +                bufsize++;
    +                break;
    +            }
    +        }
    +        if (*bufsize != '\0') {
    +            BIO_printf(bio_err, "invalid 'bufsize' specified.\n");
    +            goto end;
    +        }
    +
    +        /* It must be large enough for a base64 encoded line */
    +        if (n < 80)
    +            n = 80;
    +
    +        bsize = (int)n;
    +        if (verbose)
    +            BIO_printf(bio_err, "bufsize=%d\n", bsize);
    +    }
    +
    +    strbuf = OPENSSL_malloc(SIZE);
    +    buff = (unsigned char *)OPENSSL_malloc(EVP_ENCODE_LENGTH(bsize));
    +    if ((buff == NULL) || (strbuf == NULL)) {
    +        BIO_printf(bio_err, "OPENSSL_malloc failure\n");
    +        goto end;
    +    }
    +
    +    in = BIO_new(BIO_s_file());
    +    out = BIO_new(BIO_s_file());
    +    if ((in == NULL) || (out == NULL)) {
    +        ERR_print_errors(bio_err);
    +        goto end;
    +    }
    +    if (debug) {
    +        BIO_set_callback(in, BIO_debug_callback);
    +        BIO_set_callback(out, BIO_debug_callback);
    +        BIO_set_callback_arg(in, bio_err);
    +        BIO_set_callback_arg(out, bio_err);
    +    }
    +
    +    if (inf == NULL)
    +        BIO_set_fp(in, stdin, BIO_NOCLOSE);
    +    else {
    +        if (BIO_read_filename(in, inf) <= 0) {
    +            perror(inf);
    +            goto end;
    +        }
    +    }
    +
    +    if (outf == NULL)
    +        BIO_set_fp(out, stdout, BIO_NOCLOSE);
    +    else {
    +        if (BIO_write_filename(out, outf) <= 0) {
    +            perror(outf);
    +            goto end;
    +        }
    +    }
    +
    +    rbio = in;
    +    wbio = out;
    +
    +    if (base64) {
    +        if ((b64 = BIO_new(BIO_f_base64())) == NULL)
    +            goto end;
    +        if (debug) {
    +            BIO_set_callback(b64, BIO_debug_callback);
    +            BIO_set_callback_arg(b64, bio_err);
    +        }
    +        if (enc)
    +            wbio = BIO_push(b64, wbio);
    +        else
    +            rbio = BIO_push(b64, rbio);
    +    }
    +
    +    for (;;) {
    +        inl = BIO_read(rbio, (char *)buff, bsize);
    +        if (inl <= 0)
    +            break;
    +        if (BIO_write(wbio, (char *)buff, inl) != inl) {
    +            BIO_printf(bio_err, "error writing output file\n");
    +            goto end;
    +        }
    +    }
    +    BIO_flush(wbio);
    +
    +    ret = 0;
    +    if (verbose) {
    +        BIO_printf(bio_err, "bytes read   :%8ld\n", BIO_number_read(in));
    +        BIO_printf(bio_err, "bytes written:%8ld\n", BIO_number_written(out));
    +    }
    + end:
    +    if (strbuf != NULL)
    +        OPENSSL_free(strbuf);
    +    if (buff != NULL)
    +        OPENSSL_free(buff);
    +    if (in != NULL)
    +        BIO_free(in);
    +    if (out != NULL)
    +        BIO_free(out);
    +    if (benc != NULL)
    +        BIO_free(benc);
    +    if (b64 != NULL)
    +        BIO_free(b64);
    +    EXIT(ret);
    +}
    diff --git a/openssl/demos/bio/Makefile b/openssl/demos/bio/Makefile
    index 435154053..f8c8f0351 100644
    --- a/openssl/demos/bio/Makefile
    +++ b/openssl/demos/bio/Makefile
    @@ -1,7 +1,7 @@
     CC=cc
     CFLAGS= -g -I../../include
    -LIBS= -L../.. ../../libssl.a ../../libcrypto.a
    -EXAMPLES=saccept sconnect
    +LIBS= -L../.. ../../libssl.a ../../libcrypto.a -ldl
    +EXAMPLES=saccept sconnect client-arg client-conf
     
     all: $(EXAMPLES) 
     
    @@ -11,6 +11,12 @@ saccept: saccept.o
     sconnect: sconnect.o
     	$(CC) -o sconnect sconnect.o $(LIBS)
     
    +client-arg: client-arg.o
    +	$(CC) -o client-arg client-arg.o $(LIBS)
    +
    +client-conf: client-conf.o
    +	$(CC) -o client-conf client-conf.o $(LIBS)
    +
     clean:	
     	rm -f $(EXAMPLES) *.o
     
    diff --git a/openssl/demos/bio/README b/openssl/demos/bio/README
    index 0b24e5b80..a36bb48a5 100644
    --- a/openssl/demos/bio/README
    +++ b/openssl/demos/bio/README
    @@ -1,3 +1,7 @@
     This directory contains some simple examples of the use of BIO's
     to simplify socket programming.
     
    +The client-conf, server-conf, client-arg and client-conf include examples
    +of how to use the SSL_CONF API for configuration file or command line
    +processing.
    +
    diff --git a/openssl/demos/bio/accept.cnf b/openssl/demos/bio/accept.cnf
    new file mode 100755
    index 000000000..e4acea75f
    --- /dev/null
    +++ b/openssl/demos/bio/accept.cnf
    @@ -0,0 +1,13 @@
    +# Example configuration file
    +# Port to listen on
    +Port = 4433
    +# Disable TLS v1.2 for test.
    +# Protocol = ALL, -TLSv1.2
    +# Only support 3 curves
    +Curves = P-521:P-384:P-256
    +# Automatic curve selection
    +ECDHParameters = Automatic
    +# Restricted signature algorithms
    +SignatureAlgorithms = RSA+SHA512:ECDSA+SHA512 
    +Certificate=server.pem
    +PrivateKey=server.pem
    diff --git a/openssl/demos/bio/client-arg.c b/openssl/demos/bio/client-arg.c
    new file mode 100755
    index 000000000..dc354cae0
    --- /dev/null
    +++ b/openssl/demos/bio/client-arg.c
    @@ -0,0 +1,111 @@
    +#include 
    +#include 
    +
    +int main(int argc, char **argv)
    +{
    +    BIO *sbio = NULL, *out = NULL;
    +    int len;
    +    char tmpbuf[1024];
    +    SSL_CTX *ctx;
    +    SSL_CONF_CTX *cctx;
    +    SSL *ssl;
    +    char **args = argv + 1;
    +    const char *connect_str = "localhost:4433";
    +    int nargs = argc - 1;
    +
    +    ERR_load_crypto_strings();
    +    ERR_load_SSL_strings();
    +    SSL_library_init();
    +
    +    ctx = SSL_CTX_new(SSLv23_client_method());
    +    cctx = SSL_CONF_CTX_new();
    +    SSL_CONF_CTX_set_flags(cctx, SSL_CONF_FLAG_CLIENT);
    +    SSL_CONF_CTX_set_ssl_ctx(cctx, ctx);
    +    while (*args && **args == '-') {
    +        int rv;
    +        /* Parse standard arguments */
    +        rv = SSL_CONF_cmd_argv(cctx, &nargs, &args);
    +        if (rv == -3) {
    +            fprintf(stderr, "Missing argument for %s\n", *args);
    +            goto end;
    +        }
    +        if (rv < 0) {
    +            fprintf(stderr, "Error in command %s\n", *args);
    +            ERR_print_errors_fp(stderr);
    +            goto end;
    +        }
    +        /* If rv > 0 we processed something so proceed to next arg */
    +        if (rv > 0)
    +            continue;
    +        /* Otherwise application specific argument processing */
    +        if (!strcmp(*args, "-connect")) {
    +            connect_str = args[1];
    +            if (connect_str == NULL) {
    +                fprintf(stderr, "Missing -connect argument\n");
    +                goto end;
    +            }
    +            args += 2;
    +            nargs -= 2;
    +            continue;
    +        } else {
    +            fprintf(stderr, "Unknown argument %s\n", *args);
    +            goto end;
    +        }
    +    }
    +
    +    if (!SSL_CONF_CTX_finish(cctx)) {
    +        fprintf(stderr, "Finish error\n");
    +        ERR_print_errors_fp(stderr);
    +        goto err;
    +    }
    +
    +    /*
    +     * We'd normally set some stuff like the verify paths and * mode here
    +     * because as things stand this will connect to * any server whose
    +     * certificate is signed by any CA.
    +     */
    +
    +    sbio = BIO_new_ssl_connect(ctx);
    +
    +    BIO_get_ssl(sbio, &ssl);
    +
    +    if (!ssl) {
    +        fprintf(stderr, "Can't locate SSL pointer\n");
    +        goto end;
    +    }
    +
    +    /* Don't want any retries */
    +    SSL_set_mode(ssl, SSL_MODE_AUTO_RETRY);
    +
    +    /* We might want to do other things with ssl here */
    +
    +    BIO_set_conn_hostname(sbio, connect_str);
    +
    +    out = BIO_new_fp(stdout, BIO_NOCLOSE);
    +    if (BIO_do_connect(sbio) <= 0) {
    +        fprintf(stderr, "Error connecting to server\n");
    +        ERR_print_errors_fp(stderr);
    +        goto end;
    +    }
    +
    +    if (BIO_do_handshake(sbio) <= 0) {
    +        fprintf(stderr, "Error establishing SSL connection\n");
    +        ERR_print_errors_fp(stderr);
    +        goto end;
    +    }
    +
    +    /* Could examine ssl here to get connection info */
    +
    +    BIO_puts(sbio, "GET / HTTP/1.0\n\n");
    +    for (;;) {
    +        len = BIO_read(sbio, tmpbuf, 1024);
    +        if (len <= 0)
    +            break;
    +        BIO_write(out, tmpbuf, len);
    +    }
    + end:
    +    SSL_CONF_CTX_free(cctx);
    +    BIO_free_all(sbio);
    +    BIO_free(out);
    +    return 0;
    +}
    diff --git a/openssl/demos/bio/client-conf.c b/openssl/demos/bio/client-conf.c
    new file mode 100755
    index 000000000..150e7fcf8
    --- /dev/null
    +++ b/openssl/demos/bio/client-conf.c
    @@ -0,0 +1,120 @@
    +#include 
    +#include 
    +#include 
    +
    +int main(int argc, char **argv)
    +{
    +    BIO *sbio = NULL, *out = NULL;
    +    int i, len, rv;
    +    char tmpbuf[1024];
    +    SSL_CTX *ctx = NULL;
    +    SSL_CONF_CTX *cctx = NULL;
    +    SSL *ssl = NULL;
    +    CONF *conf = NULL;
    +    STACK_OF(CONF_VALUE) *sect = NULL;
    +    CONF_VALUE *cnf;
    +    const char *connect_str = "localhost:4433";
    +    long errline = -1;
    +
    +    ERR_load_crypto_strings();
    +    ERR_load_SSL_strings();
    +    SSL_library_init();
    +
    +    conf = NCONF_new(NULL);
    +
    +    if (NCONF_load(conf, "connect.cnf", &errline) <= 0) {
    +        if (errline <= 0)
    +            fprintf(stderr, "Error processing config file\n");
    +        else
    +            fprintf(stderr, "Error on line %ld\n", errline);
    +        goto end;
    +    }
    +
    +    sect = NCONF_get_section(conf, "default");
    +
    +    if (sect == NULL) {
    +        fprintf(stderr, "Error retrieving default section\n");
    +        goto end;
    +    }
    +
    +    ctx = SSL_CTX_new(SSLv23_client_method());
    +    cctx = SSL_CONF_CTX_new();
    +    SSL_CONF_CTX_set_flags(cctx, SSL_CONF_FLAG_CLIENT);
    +    SSL_CONF_CTX_set_flags(cctx, SSL_CONF_FLAG_FILE);
    +    SSL_CONF_CTX_set_ssl_ctx(cctx, ctx);
    +    for (i = 0; i < sk_CONF_VALUE_num(sect); i++) {
    +        cnf = sk_CONF_VALUE_value(sect, i);
    +        rv = SSL_CONF_cmd(cctx, cnf->name, cnf->value);
    +        if (rv > 0)
    +            continue;
    +        if (rv != -2) {
    +            fprintf(stderr, "Error processing %s = %s\n",
    +                    cnf->name, cnf->value);
    +            ERR_print_errors_fp(stderr);
    +            goto end;
    +        }
    +        if (!strcmp(cnf->name, "Connect")) {
    +            connect_str = cnf->value;
    +        } else {
    +            fprintf(stderr, "Unknown configuration option %s\n", cnf->name);
    +            goto end;
    +        }
    +    }
    +
    +    if (!SSL_CONF_CTX_finish(cctx)) {
    +        fprintf(stderr, "Finish error\n");
    +        ERR_print_errors_fp(stderr);
    +        goto err;
    +    }
    +
    +    /*
    +     * We'd normally set some stuff like the verify paths and * mode here
    +     * because as things stand this will connect to * any server whose
    +     * certificate is signed by any CA.
    +     */
    +
    +    sbio = BIO_new_ssl_connect(ctx);
    +
    +    BIO_get_ssl(sbio, &ssl);
    +
    +    if (!ssl) {
    +        fprintf(stderr, "Can't locate SSL pointer\n");
    +        goto end;
    +    }
    +
    +    /* Don't want any retries */
    +    SSL_set_mode(ssl, SSL_MODE_AUTO_RETRY);
    +
    +    /* We might want to do other things with ssl here */
    +
    +    BIO_set_conn_hostname(sbio, connect_str);
    +
    +    out = BIO_new_fp(stdout, BIO_NOCLOSE);
    +    if (BIO_do_connect(sbio) <= 0) {
    +        fprintf(stderr, "Error connecting to server\n");
    +        ERR_print_errors_fp(stderr);
    +        goto end;
    +    }
    +
    +    if (BIO_do_handshake(sbio) <= 0) {
    +        fprintf(stderr, "Error establishing SSL connection\n");
    +        ERR_print_errors_fp(stderr);
    +        goto end;
    +    }
    +
    +    /* Could examine ssl here to get connection info */
    +
    +    BIO_puts(sbio, "GET / HTTP/1.0\n\n");
    +    for (;;) {
    +        len = BIO_read(sbio, tmpbuf, 1024);
    +        if (len <= 0)
    +            break;
    +        BIO_write(out, tmpbuf, len);
    +    }
    + end:
    +    SSL_CONF_CTX_free(cctx);
    +    BIO_free_all(sbio);
    +    BIO_free(out);
    +    NCONF_free(conf);
    +    return 0;
    +}
    diff --git a/openssl/demos/bio/connect.cnf b/openssl/demos/bio/connect.cnf
    new file mode 100755
    index 000000000..4dee03c37
    --- /dev/null
    +++ b/openssl/demos/bio/connect.cnf
    @@ -0,0 +1,9 @@
    +# Example configuration file
    +# Connects to the default port of s_server
    +Connect = localhost:4433
    +# Disable TLS v1.2 for test.
    +# Protocol = ALL, -TLSv1.2
    +# Only support 3 curves
    +Curves = P-521:P-384:P-256
    +# Restricted signature algorithms
    +SignatureAlgorithms = RSA+SHA512:ECDSA+SHA512 
    diff --git a/openssl/demos/bio/saccept.c b/openssl/demos/bio/saccept.c
    index 40cd4daad..e79c87232 100644
    --- a/openssl/demos/bio/saccept.c
    +++ b/openssl/demos/bio/saccept.c
    @@ -1,13 +1,14 @@
     /* NOCW */
     /* demos/bio/saccept.c */
     
    -/* A minimal program to server an SSL connection.
    +/*-
    + * A minimal program to serve an SSL connection.
      * It uses blocking.
      * saccept host:port
      * host is the interface IP to use.  If any interface, use *:port
      * The default it *:4433
      *
    - * cc -I../../include saccept.c -L../.. -lssl -lcrypto
    + * cc -I../../include saccept.c -L../.. -lssl -lcrypto -ldl
      */
     
     #include 
    @@ -15,98 +16,102 @@
     #include 
     #include 
     
    -#define CERT_FILE	"server.pem"
    +#define CERT_FILE       "server.pem"
     
    -BIO *in=NULL;
    +BIO *in = NULL;
     
     void close_up()
    -	{
    -	if (in != NULL)
    -		BIO_free(in);
    -	}
    +{
    +    if (in != NULL)
    +        BIO_free(in);
    +}
     
    -int main(argc,argv)
    +int main(argc, argv)
     int argc;
     char *argv[];
    -	{
    -	char *port=NULL;
    -	BIO *ssl_bio,*tmp;
    -	SSL_CTX *ctx;
    -	SSL *ssl;
    -	char buf[512];
    -	int ret=1,i;
    +{
    +    char *port = NULL;
    +    BIO *ssl_bio, *tmp;
    +    SSL_CTX *ctx;
    +    SSL *ssl;
    +    char buf[512];
    +    int ret = 1, i;
     
    -        if (argc <= 1)
    -		port="*:4433";
    -	else
    -		port=argv[1];
    +    if (argc <= 1)
    +        port = "*:4433";
    +    else
    +        port = argv[1];
     
    -	signal(SIGINT,close_up);
    +    signal(SIGINT, close_up);
     
    -	SSL_load_error_strings();
    +    SSL_load_error_strings();
     
     #ifdef WATT32
    -	dbug_init();
    -	sock_init();
    +    dbug_init();
    +    sock_init();
     #endif
     
    -	/* Add ciphers and message digests */
    -	OpenSSL_add_ssl_algorithms();
    -
    -	ctx=SSL_CTX_new(SSLv23_server_method());
    -	if (!SSL_CTX_use_certificate_file(ctx,CERT_FILE,SSL_FILETYPE_PEM))
    -		goto err;
    -	if (!SSL_CTX_use_PrivateKey_file(ctx,CERT_FILE,SSL_FILETYPE_PEM))
    -		goto err;
    -	if (!SSL_CTX_check_private_key(ctx))
    -		goto err;
    -
    -	/* Setup server side SSL bio */
    -	ssl=SSL_new(ctx);
    -	ssl_bio=BIO_new_ssl(ctx,0);
    -
    -	if ((in=BIO_new_accept(port)) == NULL) goto err;
    -
    -	/* This means that when a new connection is acceptede on 'in',
    -	 * The ssl_bio will be 'dupilcated' and have the new socket
    -	 * BIO push into it.  Basically it means the SSL BIO will be
    -	 * automatically setup */
    -	BIO_set_accept_bios(in,ssl_bio);
    -
    -again:
    -	/* The first call will setup the accept socket, and the second
    -	 * will get a socket.  In this loop, the first actual accept
    -	 * will occur in the BIO_read() function. */
    -
    -	if (BIO_do_accept(in) <= 0) goto err;
    -
    -	for (;;)
    -		{
    -		i=BIO_read(in,buf,512);
    -		if (i == 0)
    -			{
    -			/* If we have finished, remove the underlying
    -			 * BIO stack so the next time we call any function
    -			 * for this BIO, it will attempt to do an
    -			 * accept */
    -			printf("Done\n");
    -			tmp=BIO_pop(in);
    -			BIO_free_all(tmp);
    -			goto again;
    -			}
    -		if (i < 0) goto err;
    -		fwrite(buf,1,i,stdout);
    -		fflush(stdout);
    -		}
    -
    -	ret=0;
    -err:
    -	if (ret)
    -		{
    -		ERR_print_errors_fp(stderr);
    -		}
    -	if (in != NULL) BIO_free(in);
    -	exit(ret);
    -	return(!ret);
    -	}
    -
    +    /* Add ciphers and message digests */
    +    OpenSSL_add_ssl_algorithms();
    +
    +    ctx = SSL_CTX_new(SSLv23_server_method());
    +    if (!SSL_CTX_use_certificate_file(ctx, CERT_FILE, SSL_FILETYPE_PEM))
    +        goto err;
    +    if (!SSL_CTX_use_PrivateKey_file(ctx, CERT_FILE, SSL_FILETYPE_PEM))
    +        goto err;
    +    if (!SSL_CTX_check_private_key(ctx))
    +        goto err;
    +
    +    /* Setup server side SSL bio */
    +    ssl = SSL_new(ctx);
    +    ssl_bio = BIO_new_ssl(ctx, 0);
    +
    +    if ((in = BIO_new_accept(port)) == NULL)
    +        goto err;
    +
    +    /*
    +     * This means that when a new connection is accepted on 'in', The ssl_bio
    +     * will be 'duplicated' and have the new socket BIO push into it.
    +     * Basically it means the SSL BIO will be automatically setup
    +     */
    +    BIO_set_accept_bios(in, ssl_bio);
    +
    + again:
    +    /*
    +     * The first call will setup the accept socket, and the second will get a
    +     * socket.  In this loop, the first actual accept will occur in the
    +     * BIO_read() function.
    +     */
    +
    +    if (BIO_do_accept(in) <= 0)
    +        goto err;
    +
    +    for (;;) {
    +        i = BIO_read(in, buf, 512);
    +        if (i == 0) {
    +            /*
    +             * If we have finished, remove the underlying BIO stack so the
    +             * next time we call any function for this BIO, it will attempt
    +             * to do an accept
    +             */
    +            printf("Done\n");
    +            tmp = BIO_pop(in);
    +            BIO_free_all(tmp);
    +            goto again;
    +        }
    +        if (i < 0)
    +            goto err;
    +        fwrite(buf, 1, i, stdout);
    +        fflush(stdout);
    +    }
    +
    +    ret = 0;
    + err:
    +    if (ret) {
    +        ERR_print_errors_fp(stderr);
    +    }
    +    if (in != NULL)
    +        BIO_free(in);
    +    exit(ret);
    +    return (!ret);
    +}
    diff --git a/openssl/demos/bio/sconnect.c b/openssl/demos/bio/sconnect.c
    index 880344eb7..e6eddb1c0 100644
    --- a/openssl/demos/bio/sconnect.c
    +++ b/openssl/demos/bio/sconnect.c
    @@ -1,7 +1,8 @@
     /* NOCW */
     /* demos/bio/sconnect.c */
     
    -/* A minimal program to do SSL to a passed host and port.
    +/*-
    + * A minimal program to do SSL to a passed host and port.
      * It is actually using non-blocking IO but in a very simple manner
      * sconnect host:port - it does a 'GET / HTTP/1.0'
      *
    @@ -15,107 +16,98 @@
     
     extern int errno;
     
    -int main(argc,argv)
    +int main(argc, argv)
     int argc;
     char *argv[];
    -	{
    -	char *host;
    -	BIO *out;
    -	char buf[1024*10],*p;
    -	SSL_CTX *ssl_ctx=NULL;
    -	SSL *ssl;
    -	BIO *ssl_bio;
    -	int i,len,off,ret=1;
    -
    -	if (argc <= 1)
    -		host="localhost:4433";
    -	else
    -		host=argv[1];
    +{
    +    char *host;
    +    BIO *out;
    +    char buf[1024 * 10], *p;
    +    SSL_CTX *ssl_ctx = NULL;
    +    SSL *ssl;
    +    BIO *ssl_bio;
    +    int i, len, off, ret = 1;
    +
    +    if (argc <= 1)
    +        host = "localhost:4433";
    +    else
    +        host = argv[1];
     
     #ifdef WATT32
    -	dbug_init();
    -	sock_init();
    +    dbug_init();
    +    sock_init();
     #endif
     
    -	/* Lets get nice error messages */
    -	SSL_load_error_strings();
    -
    -	/* Setup all the global SSL stuff */
    -	OpenSSL_add_ssl_algorithms();
    -	ssl_ctx=SSL_CTX_new(SSLv23_client_method());
    -
    -	/* Lets make a SSL structure */
    -	ssl=SSL_new(ssl_ctx);
    -	SSL_set_connect_state(ssl);
    -
    -	/* Use it inside an SSL BIO */
    -	ssl_bio=BIO_new(BIO_f_ssl());
    -	BIO_set_ssl(ssl_bio,ssl,BIO_CLOSE);
    -
    -	/* Lets use a connect BIO under the SSL BIO */
    -	out=BIO_new(BIO_s_connect());
    -	BIO_set_conn_hostname(out,host);
    -	BIO_set_nbio(out,1);
    -	out=BIO_push(ssl_bio,out);
    -
    -	p="GET / HTTP/1.0\r\n\r\n";
    -	len=strlen(p);
    -
    -	off=0;
    -	for (;;)
    -		{
    -		i=BIO_write(out,&(p[off]),len);
    -		if (i <= 0)
    -			{
    -			if (BIO_should_retry(out))
    -				{
    -				fprintf(stderr,"write DELAY\n");
    -				sleep(1);
    -				continue;
    -				}
    -			else
    -				{
    -				goto err;
    -				}
    -			}
    -		off+=i;
    -		len-=i;
    -		if (len <= 0) break;
    -		}
    -
    -	for (;;)
    -		{
    -		i=BIO_read(out,buf,sizeof(buf));
    -		if (i == 0) break;
    -		if (i < 0)
    -			{
    -			if (BIO_should_retry(out))
    -				{
    -				fprintf(stderr,"read DELAY\n");
    -				sleep(1);
    -				continue;
    -				}
    -			goto err;
    -			}
    -		fwrite(buf,1,i,stdout);
    -		}
    -
    -	ret=1;
    -
    -	if (0)
    -		{
    -err:
    -		if (ERR_peek_error() == 0) /* system call error */
    -			{
    -			fprintf(stderr,"errno=%d ",errno);
    -			perror("error");
    -			}
    -		else
    -			ERR_print_errors_fp(stderr);
    -		}
    -	BIO_free_all(out);
    -	if (ssl_ctx != NULL) SSL_CTX_free(ssl_ctx);
    -	exit(!ret);
    -	return(ret);
    -	}
    -
    +    /* Lets get nice error messages */
    +    SSL_load_error_strings();
    +
    +    /* Setup all the global SSL stuff */
    +    OpenSSL_add_ssl_algorithms();
    +    ssl_ctx = SSL_CTX_new(SSLv23_client_method());
    +
    +    /* Lets make a SSL structure */
    +    ssl = SSL_new(ssl_ctx);
    +    SSL_set_connect_state(ssl);
    +
    +    /* Use it inside an SSL BIO */
    +    ssl_bio = BIO_new(BIO_f_ssl());
    +    BIO_set_ssl(ssl_bio, ssl, BIO_CLOSE);
    +
    +    /* Lets use a connect BIO under the SSL BIO */
    +    out = BIO_new(BIO_s_connect());
    +    BIO_set_conn_hostname(out, host);
    +    BIO_set_nbio(out, 1);
    +    out = BIO_push(ssl_bio, out);
    +
    +    p = "GET / HTTP/1.0\r\n\r\n";
    +    len = strlen(p);
    +
    +    off = 0;
    +    for (;;) {
    +        i = BIO_write(out, &(p[off]), len);
    +        if (i <= 0) {
    +            if (BIO_should_retry(out)) {
    +                fprintf(stderr, "write DELAY\n");
    +                sleep(1);
    +                continue;
    +            } else {
    +                goto err;
    +            }
    +        }
    +        off += i;
    +        len -= i;
    +        if (len <= 0)
    +            break;
    +    }
    +
    +    for (;;) {
    +        i = BIO_read(out, buf, sizeof(buf));
    +        if (i == 0)
    +            break;
    +        if (i < 0) {
    +            if (BIO_should_retry(out)) {
    +                fprintf(stderr, "read DELAY\n");
    +                sleep(1);
    +                continue;
    +            }
    +            goto err;
    +        }
    +        fwrite(buf, 1, i, stdout);
    +    }
    +
    +    ret = 1;
    +
    +    if (0) {
    + err:
    +        if (ERR_peek_error() == 0) { /* system call error */
    +            fprintf(stderr, "errno=%d ", errno);
    +            perror("error");
    +        } else
    +            ERR_print_errors_fp(stderr);
    +    }
    +    BIO_free_all(out);
    +    if (ssl_ctx != NULL)
    +        SSL_CTX_free(ssl_ctx);
    +    exit(!ret);
    +    return (ret);
    +}
    diff --git a/openssl/demos/bio/server-arg.c b/openssl/demos/bio/server-arg.c
    new file mode 100755
    index 000000000..1d0e1db23
    --- /dev/null
    +++ b/openssl/demos/bio/server-arg.c
    @@ -0,0 +1,144 @@
    +/* NOCW */
    +/* demos/bio/server-arg.c */
    +
    +/*
    + * A minimal program to serve an SSL connection. It uses blocking. It use the
    + * SSL_CONF API with the command line. cc -I../../include server-arg.c
    + * -L../.. -lssl -lcrypto -ldl
    + */
    +
    +#include 
    +#include 
    +#include 
    +#include 
    +
    +int main(int argc, char *argv[])
    +{
    +    char *port = "*:4433";
    +    BIO *ssl_bio, *tmp;
    +    SSL_CTX *ctx;
    +    SSL_CONF_CTX *cctx;
    +    char buf[512];
    +    BIO *in = NULL;
    +    int ret = 1, i;
    +    char **args = argv + 1;
    +    int nargs = argc - 1;
    +
    +    SSL_load_error_strings();
    +
    +    /* Add ciphers and message digests */
    +    OpenSSL_add_ssl_algorithms();
    +
    +    ctx = SSL_CTX_new(SSLv23_server_method());
    +
    +    cctx = SSL_CONF_CTX_new();
    +    SSL_CONF_CTX_set_flags(cctx, SSL_CONF_FLAG_SERVER);
    +    SSL_CONF_CTX_set_flags(cctx, SSL_CONF_FLAG_CERTIFICATE);
    +    SSL_CONF_CTX_set_ssl_ctx(cctx, ctx);
    +    while (*args && **args == '-') {
    +        int rv;
    +        /* Parse standard arguments */
    +        rv = SSL_CONF_cmd_argv(cctx, &nargs, &args);
    +        if (rv == -3) {
    +            fprintf(stderr, "Missing argument for %s\n", *args);
    +            goto err;
    +        }
    +        if (rv < 0) {
    +            fprintf(stderr, "Error in command %s\n", *args);
    +            ERR_print_errors_fp(stderr);
    +            goto err;
    +        }
    +        /* If rv > 0 we processed something so proceed to next arg */
    +        if (rv > 0)
    +            continue;
    +        /* Otherwise application specific argument processing */
    +        if (!strcmp(*args, "-port")) {
    +            port = args[1];
    +            if (port == NULL) {
    +                fprintf(stderr, "Missing -port argument\n");
    +                goto err;
    +            }
    +            args += 2;
    +            nargs -= 2;
    +            continue;
    +        } else {
    +            fprintf(stderr, "Unknown argument %s\n", *args);
    +            goto err;
    +        }
    +    }
    +
    +    if (!SSL_CONF_CTX_finish(cctx)) {
    +        fprintf(stderr, "Finish error\n");
    +        ERR_print_errors_fp(stderr);
    +        goto err;
    +    }
    +#if 0
    +    /*
    +     * Demo of how to iterate over all certificates in an SSL_CTX structure.
    +     */
    +    {
    +        X509 *x;
    +        int rv;
    +        rv = SSL_CTX_set_current_cert(ctx, SSL_CERT_SET_FIRST);
    +        while (rv) {
    +            X509 *x = SSL_CTX_get0_certificate(ctx);
    +            X509_NAME_print_ex_fp(stdout, X509_get_subject_name(x), 0,
    +                                  XN_FLAG_ONELINE);
    +            printf("\n");
    +            rv = SSL_CTX_set_current_cert(ctx, SSL_CERT_SET_NEXT);
    +        }
    +        fflush(stdout);
    +    }
    +#endif
    +    /* Setup server side SSL bio */
    +    ssl_bio = BIO_new_ssl(ctx, 0);
    +
    +    if ((in = BIO_new_accept(port)) == NULL)
    +        goto err;
    +
    +    /*
    +     * This means that when a new connection is accepted on 'in', The ssl_bio
    +     * will be 'duplicated' and have the new socket BIO push into it.
    +     * Basically it means the SSL BIO will be automatically setup
    +     */
    +    BIO_set_accept_bios(in, ssl_bio);
    +
    + again:
    +    /*
    +     * The first call will setup the accept socket, and the second will get a
    +     * socket.  In this loop, the first actual accept will occur in the
    +     * BIO_read() function.
    +     */
    +
    +    if (BIO_do_accept(in) <= 0)
    +        goto err;
    +
    +    for (;;) {
    +        i = BIO_read(in, buf, 512);
    +        if (i == 0) {
    +            /*
    +             * If we have finished, remove the underlying BIO stack so the
    +             * next time we call any function for this BIO, it will attempt
    +             * to do an accept
    +             */
    +            printf("Done\n");
    +            tmp = BIO_pop(in);
    +            BIO_free_all(tmp);
    +            goto again;
    +        }
    +        if (i < 0)
    +            goto err;
    +        fwrite(buf, 1, i, stdout);
    +        fflush(stdout);
    +    }
    +
    +    ret = 0;
    + err:
    +    if (ret) {
    +        ERR_print_errors_fp(stderr);
    +    }
    +    if (in != NULL)
    +        BIO_free(in);
    +    exit(ret);
    +    return (!ret);
    +}
    diff --git a/openssl/demos/bio/server-conf.c b/openssl/demos/bio/server-conf.c
    new file mode 100755
    index 000000000..a09bc9320
    --- /dev/null
    +++ b/openssl/demos/bio/server-conf.c
    @@ -0,0 +1,138 @@
    +/* NOCW */
    +/* demos/bio/saccept-conf.c */
    +
    +/*
    + * A minimal program to serve an SSL connection. It uses blocking. It uses
    + * the SSL_CONF API with a configuration file. cc -I../../include saccept.c
    + * -L../.. -lssl -lcrypto -ldl
    + */
    +
    +#include 
    +#include 
    +#include 
    +#include 
    +#include 
    +
    +int main(int argc, char *argv[])
    +{
    +    char *port = "*:4433";
    +    BIO *in = NULL;
    +    BIO *ssl_bio, *tmp;
    +    SSL_CTX *ctx;
    +    SSL_CONF_CTX *cctx = NULL;
    +    CONF *conf = NULL;
    +    STACK_OF(CONF_VALUE) *sect = NULL;
    +    CONF_VALUE *cnf;
    +    long errline = -1;
    +    char buf[512];
    +    int ret = 1, i;
    +
    +    SSL_load_error_strings();
    +
    +    /* Add ciphers and message digests */
    +    OpenSSL_add_ssl_algorithms();
    +
    +    conf = NCONF_new(NULL);
    +
    +    if (NCONF_load(conf, "accept.cnf", &errline) <= 0) {
    +        if (errline <= 0)
    +            fprintf(stderr, "Error processing config file\n");
    +        else
    +            fprintf(stderr, "Error on line %ld\n", errline);
    +        goto err;
    +    }
    +
    +    sect = NCONF_get_section(conf, "default");
    +
    +    if (sect == NULL) {
    +        fprintf(stderr, "Error retrieving default section\n");
    +        goto err;
    +    }
    +
    +    ctx = SSL_CTX_new(SSLv23_server_method());
    +    cctx = SSL_CONF_CTX_new();
    +    SSL_CONF_CTX_set_flags(cctx, SSL_CONF_FLAG_SERVER);
    +    SSL_CONF_CTX_set_flags(cctx, SSL_CONF_FLAG_CERTIFICATE);
    +    SSL_CONF_CTX_set_flags(cctx, SSL_CONF_FLAG_FILE);
    +    SSL_CONF_CTX_set_ssl_ctx(cctx, ctx);
    +    for (i = 0; i < sk_CONF_VALUE_num(sect); i++) {
    +        int rv;
    +        cnf = sk_CONF_VALUE_value(sect, i);
    +        rv = SSL_CONF_cmd(cctx, cnf->name, cnf->value);
    +        if (rv > 0)
    +            continue;
    +        if (rv != -2) {
    +            fprintf(stderr, "Error processing %s = %s\n",
    +                    cnf->name, cnf->value);
    +            ERR_print_errors_fp(stderr);
    +            goto err;
    +        }
    +        if (!strcmp(cnf->name, "Port")) {
    +            port = cnf->value;
    +        } else {
    +            fprintf(stderr, "Unknown configuration option %s\n", cnf->name);
    +            goto err;
    +        }
    +    }
    +
    +    if (!SSL_CONF_CTX_finish(cctx)) {
    +        fprintf(stderr, "Finish error\n");
    +        ERR_print_errors_fp(stderr);
    +        goto err;
    +    }
    +
    +    /* Setup server side SSL bio */
    +    ssl_bio = BIO_new_ssl(ctx, 0);
    +
    +    if ((in = BIO_new_accept(port)) == NULL)
    +        goto err;
    +
    +    /*
    +     * This means that when a new connection is accepted on 'in', The ssl_bio
    +     * will be 'duplicated' and have the new socket BIO push into it.
    +     * Basically it means the SSL BIO will be automatically setup
    +     */
    +    BIO_set_accept_bios(in, ssl_bio);
    +
    + again:
    +    /*
    +     * The first call will setup the accept socket, and the second will get a
    +     * socket.  In this loop, the first actual accept will occur in the
    +     * BIO_read() function.
    +     */
    +
    +    if (BIO_do_accept(in) <= 0)
    +        goto err;
    +
    +    for (;;) {
    +        i = BIO_read(in, buf, 512);
    +        if (i == 0) {
    +            /*
    +             * If we have finished, remove the underlying BIO stack so the
    +             * next time we call any function for this BIO, it will attempt
    +             * to do an accept
    +             */
    +            printf("Done\n");
    +            tmp = BIO_pop(in);
    +            BIO_free_all(tmp);
    +            goto again;
    +        }
    +        if (i < 0) {
    +            if (BIO_should_retry(in))
    +                continue;
    +            goto err;
    +        }
    +        fwrite(buf, 1, i, stdout);
    +        fflush(stdout);
    +    }
    +
    +    ret = 0;
    + err:
    +    if (ret) {
    +        ERR_print_errors_fp(stderr);
    +    }
    +    if (in != NULL)
    +        BIO_free(in);
    +    exit(ret);
    +    return (!ret);
    +}
    diff --git a/openssl/demos/bio/server.pem b/openssl/demos/bio/server.pem
    index 5cf1387d6..d0fc265f0 100644
    --- a/openssl/demos/bio/server.pem
    +++ b/openssl/demos/bio/server.pem
    @@ -1,30 +1,52 @@
    -subject=/C=AU/SP=QLD/O=Mincom Pty. Ltd./OU=CS/CN=SSLeay demo server
    -issuer= /C=AU/SP=QLD/O=Mincom Pty. Ltd./OU=CS/CN=CA
    ------BEGIN X509 CERTIFICATE-----
    -
    -MIIBgjCCASwCAQQwDQYJKoZIhvcNAQEEBQAwODELMAkGA1UEBhMCQVUxDDAKBgNV
    -BAgTA1FMRDEbMBkGA1UEAxMSU1NMZWF5L3JzYSB0ZXN0IENBMB4XDTk1MTAwOTIz
    -MzIwNVoXDTk4MDcwNTIzMzIwNVowYDELMAkGA1UEBhMCQVUxDDAKBgNVBAgTA1FM
    -RDEZMBcGA1UEChMQTWluY29tIFB0eS4gTHRkLjELMAkGA1UECxMCQ1MxGzAZBgNV
    -BAMTElNTTGVheSBkZW1vIHNlcnZlcjBcMA0GCSqGSIb3DQEBAQUAA0sAMEgCQQC3
    -LCXcScWua0PFLkHBLm2VejqpA1F4RQ8q0VjRiPafjx/Z/aWH3ipdMVvuJGa/wFXb
    -/nDFLDlfWp+oCPwhBtVPAgMBAAEwDQYJKoZIhvcNAQEEBQADQQArNFsihWIjBzb0
    -DCsU0BvL2bvSwJrPEqFlkDq3F4M6EGutL9axEcANWgbbEdAvNJD1dmEmoWny27Pn
    -IMs6ZOZB
    ------END X509 CERTIFICATE-----
    +subject= C = UK, O = OpenSSL Group, OU = FOR TESTING PURPOSES ONLY, CN = Test Server Cert
    +issuer= C = UK, O = OpenSSL Group, OU = FOR TESTING PURPOSES ONLY, CN = OpenSSL Test Intermediate CA
    +-----BEGIN CERTIFICATE-----
    +MIID5zCCAs+gAwIBAgIJALnu1NlVpZ6zMA0GCSqGSIb3DQEBBQUAMHAxCzAJBgNV
    +BAYTAlVLMRYwFAYDVQQKDA1PcGVuU1NMIEdyb3VwMSIwIAYDVQQLDBlGT1IgVEVT
    +VElORyBQVVJQT1NFUyBPTkxZMSUwIwYDVQQDDBxPcGVuU1NMIFRlc3QgSW50ZXJt
    +ZWRpYXRlIENBMB4XDTExMTIwODE0MDE0OFoXDTIxMTAxNjE0MDE0OFowZDELMAkG
    +A1UEBhMCVUsxFjAUBgNVBAoMDU9wZW5TU0wgR3JvdXAxIjAgBgNVBAsMGUZPUiBU
    +RVNUSU5HIFBVUlBPU0VTIE9OTFkxGTAXBgNVBAMMEFRlc3QgU2VydmVyIENlcnQw
    +ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDzhPOSNtyyRspmeuUpxfNJ
    +KCLTuf7g3uQ4zu4iHOmRO5TQci+HhVlLZrHF9XqFXcIP0y4pWDbMSGuiorUmzmfi
    +R7bfSdI/+qIQt8KXRH6HNG1t8ou0VSvWId5TS5Dq/er5ODUr9OaaDva7EquHIcMv
    +vPQGuI+OEAcnleVCy9HVEIySrO4P3CNIicnGkwwiAud05yUAq/gPXBC1hTtmlPD7
    +TVcGVSEiJdvzqqlgv02qedGrkki6GY4S7GjZxrrf7Foc2EP+51LJzwLQx3/JfrCU
    +41NEWAsu/Sl0tQabXESN+zJ1pDqoZ3uHMgpQjeGiE0olr+YcsSW/tJmiU9OiAr8R
    +AgMBAAGjgY8wgYwwDAYDVR0TAQH/BAIwADAOBgNVHQ8BAf8EBAMCBeAwLAYJYIZI
    +AYb4QgENBB8WHU9wZW5TU0wgR2VuZXJhdGVkIENlcnRpZmljYXRlMB0GA1UdDgQW
    +BBSCvM8AABPR9zklmifnr9LvIBturDAfBgNVHSMEGDAWgBQ2w2yI55X+sL3szj49
    +hqshgYfa2jANBgkqhkiG9w0BAQUFAAOCAQEAqb1NV0B0/pbpK9Z4/bNjzPQLTRLK
    +WnSNm/Jh5v0GEUOE/Beg7GNjNrmeNmqxAlpqWz9qoeoFZax+QBpIZYjROU3TS3fp
    +yLsrnlr0CDQ5R7kCCDGa8dkXxemmpZZLbUCpW2Uoy8sAA4JjN9OtsZY7dvUXFgJ7
    +vVNTRnI01ghknbtD+2SxSQd3CWF6QhcRMAzZJ1z1cbbwGDDzfvGFPzJ+Sq+zEPds
    +xoVLLSetCiBc+40ZcDS5dV98h9XD7JMTQfxzA7mNGv73JoZJA6nFgj+ADSlJsY/t
    +JBv+z1iQRueoh9Qeee+ZbRifPouCB8FDx+AltvHTANdAq0t/K3o+pplMVA==
    +-----END CERTIFICATE-----
     -----BEGIN RSA PRIVATE KEY-----
    -
    -MIIBPAIBAAJBALcsJdxJxa5rQ8UuQcEubZV6OqkDUXhFDyrRWNGI9p+PH9n9pYfe
    -Kl0xW+4kZr/AVdv+cMUsOV9an6gI/CEG1U8CAwEAAQJAXJMBZ34ZXHd1vtgL/3hZ
    -hexKbVTx/djZO4imXO/dxPGRzG2ylYZpHmG32/T1kaHpZlCHoEPgHoSzmxYXfxjG
    -sQIhAPmZ/bQOjmRUHM/VM2X5zrjjM6z18R1P6l3ObFwt9FGdAiEAu943Yh9SqMRw
    -tL0xHGxKmM/YJueUw1gB6sLkETN71NsCIQCeT3RhoqXfrpXDoEcEU+gwzjI1bpxq
    -agiNTOLfqGoA5QIhAIQFYjgzONxex7FLrsKBm16N2SFl5pXsN9SpRqqL2n63AiEA
    -g9VNIQ3xwpw7og3IbONifeku+J9qGMGQJMKwSTwrFtI=
    +MIIEpAIBAAKCAQEA84TzkjbcskbKZnrlKcXzSSgi07n+4N7kOM7uIhzpkTuU0HIv
    +h4VZS2axxfV6hV3CD9MuKVg2zEhroqK1Js5n4ke230nSP/qiELfCl0R+hzRtbfKL
    +tFUr1iHeU0uQ6v3q+Tg1K/Tmmg72uxKrhyHDL7z0BriPjhAHJ5XlQsvR1RCMkqzu
    +D9wjSInJxpMMIgLndOclAKv4D1wQtYU7ZpTw+01XBlUhIiXb86qpYL9NqnnRq5JI
    +uhmOEuxo2ca63+xaHNhD/udSyc8C0Md/yX6wlONTRFgLLv0pdLUGm1xEjfsydaQ6
    +qGd7hzIKUI3hohNKJa/mHLElv7SZolPTogK/EQIDAQABAoIBAADq9FwNtuE5IRQn
    +zGtO4q7Y5uCzZ8GDNYr9RKp+P2cbuWDbvVAecYq2NV9QoIiWJOAYZKklOvekIju3
    +r0UZLA0PRiIrTg6NrESx3JrjWDK8QNlUO7CPTZ39/K+FrmMkV9lem9yxjJjyC34D
    +AQB+YRTx+l14HppjdxNwHjAVQpIx/uO2F5xAMuk32+3K+pq9CZUtrofe1q4Agj9R
    +5s8mSy9pbRo9kW9wl5xdEotz1LivFOEiqPUJTUq5J5PeMKao3vdK726XI4Z455Nm
    +W2/MA0YV0ug2FYinHcZdvKM6dimH8GLfa3X8xKRfzjGjTiMSwsdjgMa4awY3tEHH
    +674jhAECgYEA/zqMrc0zsbNk83sjgaYIug5kzEpN4ic020rSZsmQxSCerJTgNhmg
    +utKSCt0Re09Jt3LqG48msahX8ycqDsHNvlEGPQSbMu9IYeO3Wr3fAm75GEtFWePY
    +BhM73I7gkRt4s8bUiUepMG/wY45c5tRF23xi8foReHFFe9MDzh8fJFECgYEA9EFX
    +4qAik1pOJGNei9BMwmx0I0gfVEIgu0tzeVqT45vcxbxr7RkTEaDoAG6PlbWP6D9a
    +WQNLp4gsgRM90ZXOJ4up5DsAWDluvaF4/omabMA+MJJ5kGZ0gCj5rbZbKqUws7x8
    +bp+6iBfUPJUbcqNqFmi/08Yt7vrDnMnyMw2A/sECgYEAiiuRMxnuzVm34hQcsbhH
    +6ymVqf7j0PW2qK0F4H1ocT9qhzWFd+RB3kHWrCjnqODQoI6GbGr/4JepHUpre1ex
    +4UEN5oSS3G0ru0rC3U4C59dZ5KwDHFm7ffZ1pr52ljfQDUsrjjIMRtuiwNK2OoRa
    +WSsqiaL+SDzSB+nBmpnAizECgYBdt/y6rerWUx4MhDwwtTnel7JwHyo2MDFS6/5g
    +n8qC2Lj6/fMDRE22w+CA2esp7EJNQJGv+b27iFpbJEDh+/Lf5YzIT4MwVskQ5bYB
    +JFcmRxUVmf4e09D7o705U/DjCgMH09iCsbLmqQ38ONIRSHZaJtMDtNTHD1yi+jF+
    +OT43gQKBgQC/2OHZoko6iRlNOAQ/tMVFNq7fL81GivoQ9F1U0Qr+DH3ZfaH8eIkX
    +xT0ToMPJUzWAn8pZv0snA0um6SIgvkCuxO84OkANCVbttzXImIsL7pFzfcwV/ERK
    +UM6j0ZuSMFOCr/lGPAoOQU0fskidGEHi1/kW+suSr28TqsyYZpwBDQ==
     -----END RSA PRIVATE KEY-----
    -
    ------BEGIN DH PARAMETERS-----
    -MEYCQQDaWDwW2YUiidDkr3VvTMqS3UvlM7gE+w/tlO+cikQD7VdGUNNpmdsp13Yn
    -a6LT1BLiGPTdHghM9tgAPnxHdOgzAgEC
    ------END DH PARAMETERS-----
    -
    diff --git a/openssl/demos/cms/cms_comp.c b/openssl/demos/cms/cms_comp.c
    index 01bf09254..059152fe0 100644
    --- a/openssl/demos/cms/cms_comp.c
    +++ b/openssl/demos/cms/cms_comp.c
    @@ -4,58 +4,57 @@
     #include 
     
     int main(int argc, char **argv)
    -	{
    -	BIO *in = NULL, *out = NULL;
    -	CMS_ContentInfo *cms = NULL;
    -	int ret = 1;
    +{
    +    BIO *in = NULL, *out = NULL;
    +    CMS_ContentInfo *cms = NULL;
    +    int ret = 1;
     
    -	/*
    -	 * On OpenSSL 1.0.0+ only:
    -	 * for streaming set CMS_STREAM
    -	 */
    -	int flags = CMS_STREAM;
    +    /*
    +     * On OpenSSL 1.0.0+ only:
    +     * for streaming set CMS_STREAM
    +     */
    +    int flags = CMS_STREAM;
     
    -	OpenSSL_add_all_algorithms();
    -	ERR_load_crypto_strings();
    +    OpenSSL_add_all_algorithms();
    +    ERR_load_crypto_strings();
     
    -	/* Open content being compressed */
    +    /* Open content being compressed */
     
    -	in = BIO_new_file("comp.txt", "r");
    +    in = BIO_new_file("comp.txt", "r");
     
    -	if (!in)
    -		goto err;
    +    if (!in)
    +        goto err;
     
    -	/* compress content */
    -	cms = CMS_compress(in, NID_zlib_compression, flags);
    +    /* compress content */
    +    cms = CMS_compress(in, NID_zlib_compression, flags);
     
    -	if (!cms)
    -		goto err;
    +    if (!cms)
    +        goto err;
     
    -	out = BIO_new_file("smcomp.txt", "w");
    -	if (!out)
    -		goto err;
    +    out = BIO_new_file("smcomp.txt", "w");
    +    if (!out)
    +        goto err;
     
    -	/* Write out S/MIME message */
    -	if (!SMIME_write_CMS(out, cms, in, flags))
    -		goto err;
    +    /* Write out S/MIME message */
    +    if (!SMIME_write_CMS(out, cms, in, flags))
    +        goto err;
     
    -	ret = 0;
    +    ret = 0;
     
    -	err:
    + err:
     
    -	if (ret)
    -		{
    -		fprintf(stderr, "Error Compressing Data\n");
    -		ERR_print_errors_fp(stderr);
    -		}
    +    if (ret) {
    +        fprintf(stderr, "Error Compressing Data\n");
    +        ERR_print_errors_fp(stderr);
    +    }
     
    -	if (cms)
    -		CMS_ContentInfo_free(cms);
    -	if (in)
    -		BIO_free(in);
    -	if (out)
    -		BIO_free(out);
    +    if (cms)
    +        CMS_ContentInfo_free(cms);
    +    if (in)
    +        BIO_free(in);
    +    if (out)
    +        BIO_free(out);
     
    -	return ret;
    +    return ret;
     
    -	}
    +}
    diff --git a/openssl/demos/cms/cms_ddec.c b/openssl/demos/cms/cms_ddec.c
    index ba68cfdf7..37ac97fd0 100644
    --- a/openssl/demos/cms/cms_ddec.c
    +++ b/openssl/demos/cms/cms_ddec.c
    @@ -1,89 +1,89 @@
    -/* S/MIME detached data decrypt example: rarely done but
    - * should the need arise this is an example....
    +/*
    + * S/MIME detached data decrypt example: rarely done but should the need
    + * arise this is an example....
      */
     #include 
     #include 
     #include 
     
     int main(int argc, char **argv)
    -	{
    -	BIO *in = NULL, *out = NULL, *tbio = NULL, *dcont = NULL;
    -	X509 *rcert = NULL;
    -	EVP_PKEY *rkey = NULL;
    -	CMS_ContentInfo *cms = NULL;
    -	int ret = 1;
    +{
    +    BIO *in = NULL, *out = NULL, *tbio = NULL, *dcont = NULL;
    +    X509 *rcert = NULL;
    +    EVP_PKEY *rkey = NULL;
    +    CMS_ContentInfo *cms = NULL;
    +    int ret = 1;
     
    -	OpenSSL_add_all_algorithms();
    -	ERR_load_crypto_strings();
    +    OpenSSL_add_all_algorithms();
    +    ERR_load_crypto_strings();
     
    -	/* Read in recipient certificate and private key */
    -	tbio = BIO_new_file("signer.pem", "r");
    +    /* Read in recipient certificate and private key */
    +    tbio = BIO_new_file("signer.pem", "r");
     
    -	if (!tbio)
    -		goto err;
    +    if (!tbio)
    +        goto err;
     
    -	rcert = PEM_read_bio_X509(tbio, NULL, 0, NULL);
    +    rcert = PEM_read_bio_X509(tbio, NULL, 0, NULL);
     
    -	BIO_reset(tbio);
    +    BIO_reset(tbio);
     
    -	rkey = PEM_read_bio_PrivateKey(tbio, NULL, 0, NULL);
    +    rkey = PEM_read_bio_PrivateKey(tbio, NULL, 0, NULL);
     
    -	if (!rcert || !rkey)
    -		goto err;
    +    if (!rcert || !rkey)
    +        goto err;
     
    -	/* Open PEM file containing enveloped data */
    +    /* Open PEM file containing enveloped data */
     
    -	in = BIO_new_file("smencr.pem", "r");
    +    in = BIO_new_file("smencr.pem", "r");
     
    -	if (!in)
    -		goto err;
    +    if (!in)
    +        goto err;
     
    -	/* Parse PEM content */
    -	cms = PEM_read_bio_CMS(in, NULL, 0, NULL);
    +    /* Parse PEM content */
    +    cms = PEM_read_bio_CMS(in, NULL, 0, NULL);
     
    -	if (!cms)
    -		goto err;
    +    if (!cms)
    +        goto err;
     
    -	/* Open file containing detached content */
    -	dcont = BIO_new_file("smencr.out", "rb");
    +    /* Open file containing detached content */
    +    dcont = BIO_new_file("smencr.out", "rb");
     
    -	if (!in)
    -		goto err;
    +    if (!in)
    +        goto err;
     
    -	out = BIO_new_file("encrout.txt", "w");
    -	if (!out)
    -		goto err;
    +    out = BIO_new_file("encrout.txt", "w");
    +    if (!out)
    +        goto err;
     
    -	/* Decrypt S/MIME message */
    -	if (!CMS_decrypt(cms, rkey, rcert, dcont, out, 0))
    -		goto err;
    +    /* Decrypt S/MIME message */
    +    if (!CMS_decrypt(cms, rkey, rcert, dcont, out, 0))
    +        goto err;
     
    -	ret = 0;
    +    ret = 0;
     
    -	err:
    + err:
     
    -	if (ret)
    -		{
    -		fprintf(stderr, "Error Decrypting Data\n");
    -		ERR_print_errors_fp(stderr);
    -		}
    +    if (ret) {
    +        fprintf(stderr, "Error Decrypting Data\n");
    +        ERR_print_errors_fp(stderr);
    +    }
     
    -	if (cms)
    -		CMS_ContentInfo_free(cms);
    -	if (rcert)
    -		X509_free(rcert);
    -	if (rkey)
    -		EVP_PKEY_free(rkey);
    +    if (cms)
    +        CMS_ContentInfo_free(cms);
    +    if (rcert)
    +        X509_free(rcert);
    +    if (rkey)
    +        EVP_PKEY_free(rkey);
     
    -	if (in)
    -		BIO_free(in);
    -	if (out)
    -		BIO_free(out);
    -	if (tbio)
    -		BIO_free(tbio);
    -	if (dcont)
    -		BIO_free(dcont);
    +    if (in)
    +        BIO_free(in);
    +    if (out)
    +        BIO_free(out);
    +    if (tbio)
    +        BIO_free(tbio);
    +    if (dcont)
    +        BIO_free(dcont);
     
    -	return ret;
    +    return ret;
     
    -	}
    +}
    diff --git a/openssl/demos/cms/cms_dec.c b/openssl/demos/cms/cms_dec.c
    index 9fee0a3eb..3291eacab 100644
    --- a/openssl/demos/cms/cms_dec.c
    +++ b/openssl/demos/cms/cms_dec.c
    @@ -4,76 +4,75 @@
     #include 
     
     int main(int argc, char **argv)
    -	{
    -	BIO *in = NULL, *out = NULL, *tbio = NULL;
    -	X509 *rcert = NULL;
    -	EVP_PKEY *rkey = NULL;
    -	CMS_ContentInfo *cms = NULL;
    -	int ret = 1;
    +{
    +    BIO *in = NULL, *out = NULL, *tbio = NULL;
    +    X509 *rcert = NULL;
    +    EVP_PKEY *rkey = NULL;
    +    CMS_ContentInfo *cms = NULL;
    +    int ret = 1;
     
    -	OpenSSL_add_all_algorithms();
    -	ERR_load_crypto_strings();
    +    OpenSSL_add_all_algorithms();
    +    ERR_load_crypto_strings();
     
    -	/* Read in recipient certificate and private key */
    -	tbio = BIO_new_file("signer.pem", "r");
    +    /* Read in recipient certificate and private key */
    +    tbio = BIO_new_file("signer.pem", "r");
     
    -	if (!tbio)
    -		goto err;
    +    if (!tbio)
    +        goto err;
     
    -	rcert = PEM_read_bio_X509(tbio, NULL, 0, NULL);
    +    rcert = PEM_read_bio_X509(tbio, NULL, 0, NULL);
     
    -	BIO_reset(tbio);
    +    BIO_reset(tbio);
     
    -	rkey = PEM_read_bio_PrivateKey(tbio, NULL, 0, NULL);
    +    rkey = PEM_read_bio_PrivateKey(tbio, NULL, 0, NULL);
     
    -	if (!rcert || !rkey)
    -		goto err;
    +    if (!rcert || !rkey)
    +        goto err;
     
    -	/* Open S/MIME message to decrypt */
    +    /* Open S/MIME message to decrypt */
     
    -	in = BIO_new_file("smencr.txt", "r");
    +    in = BIO_new_file("smencr.txt", "r");
     
    -	if (!in)
    -		goto err;
    +    if (!in)
    +        goto err;
     
    -	/* Parse message */
    -	cms = SMIME_read_CMS(in, NULL);
    +    /* Parse message */
    +    cms = SMIME_read_CMS(in, NULL);
     
    -	if (!cms)
    -		goto err;
    +    if (!cms)
    +        goto err;
     
    -	out = BIO_new_file("decout.txt", "w");
    -	if (!out)
    -		goto err;
    +    out = BIO_new_file("decout.txt", "w");
    +    if (!out)
    +        goto err;
     
    -	/* Decrypt S/MIME message */
    -	if (!CMS_decrypt(cms, rkey, rcert, NULL, out, 0))
    -		goto err;
    +    /* Decrypt S/MIME message */
    +    if (!CMS_decrypt(cms, rkey, rcert, NULL, out, 0))
    +        goto err;
     
    -	ret = 0;
    +    ret = 0;
     
    -	err:
    + err:
     
    -	if (ret)
    -		{
    -		fprintf(stderr, "Error Decrypting Data\n");
    -		ERR_print_errors_fp(stderr);
    -		}
    +    if (ret) {
    +        fprintf(stderr, "Error Decrypting Data\n");
    +        ERR_print_errors_fp(stderr);
    +    }
     
    -	if (cms)
    -		CMS_ContentInfo_free(cms);
    -	if (rcert)
    -		X509_free(rcert);
    -	if (rkey)
    -		EVP_PKEY_free(rkey);
    +    if (cms)
    +        CMS_ContentInfo_free(cms);
    +    if (rcert)
    +        X509_free(rcert);
    +    if (rkey)
    +        EVP_PKEY_free(rkey);
     
    -	if (in)
    -		BIO_free(in);
    -	if (out)
    -		BIO_free(out);
    -	if (tbio)
    -		BIO_free(tbio);
    +    if (in)
    +        BIO_free(in);
    +    if (out)
    +        BIO_free(out);
    +    if (tbio)
    +        BIO_free(tbio);
     
    -	return ret;
    +    return ret;
     
    -	}
    +}
    diff --git a/openssl/demos/cms/cms_denc.c b/openssl/demos/cms/cms_denc.c
    index 9265e47bf..c86a5fd72 100644
    --- a/openssl/demos/cms/cms_denc.c
    +++ b/openssl/demos/cms/cms_denc.c
    @@ -1,97 +1,98 @@
    -/* S/MIME detached data encrypt example: rarely done but
    - * should the need arise this is an example....
    +/*
    + * S/MIME detached data encrypt example: rarely done but should the need
    + * arise this is an example....
      */
     #include 
     #include 
     #include 
     
     int main(int argc, char **argv)
    -	{
    -	BIO *in = NULL, *out = NULL, *tbio = NULL, *dout = NULL;
    -	X509 *rcert = NULL;
    -	STACK_OF(X509) *recips = NULL;
    -	CMS_ContentInfo *cms = NULL;
    -	int ret = 1;
    +{
    +    BIO *in = NULL, *out = NULL, *tbio = NULL, *dout = NULL;
    +    X509 *rcert = NULL;
    +    STACK_OF(X509) *recips = NULL;
    +    CMS_ContentInfo *cms = NULL;
    +    int ret = 1;
     
    -	int flags = CMS_STREAM|CMS_DETACHED;
    +    int flags = CMS_STREAM | CMS_DETACHED;
     
    -	OpenSSL_add_all_algorithms();
    -	ERR_load_crypto_strings();
    +    OpenSSL_add_all_algorithms();
    +    ERR_load_crypto_strings();
     
    -	/* Read in recipient certificate */
    -	tbio = BIO_new_file("signer.pem", "r");
    +    /* Read in recipient certificate */
    +    tbio = BIO_new_file("signer.pem", "r");
     
    -	if (!tbio)
    -		goto err;
    +    if (!tbio)
    +        goto err;
     
    -	rcert = PEM_read_bio_X509(tbio, NULL, 0, NULL);
    +    rcert = PEM_read_bio_X509(tbio, NULL, 0, NULL);
     
    -	if (!rcert)
    -		goto err;
    +    if (!rcert)
    +        goto err;
     
    -	/* Create recipient STACK and add recipient cert to it */
    -	recips = sk_X509_new_null();
    +    /* Create recipient STACK and add recipient cert to it */
    +    recips = sk_X509_new_null();
     
    -	if (!recips || !sk_X509_push(recips, rcert))
    -		goto err;
    +    if (!recips || !sk_X509_push(recips, rcert))
    +        goto err;
     
    -	/* sk_X509_pop_free will free up recipient STACK and its contents
    -	 * so set rcert to NULL so it isn't freed up twice.
    -	 */
    -	rcert = NULL;
    +    /*
    +     * sk_X509_pop_free will free up recipient STACK and its contents so set
    +     * rcert to NULL so it isn't freed up twice.
    +     */
    +    rcert = NULL;
     
    -	/* Open content being encrypted */
    +    /* Open content being encrypted */
     
    -	in = BIO_new_file("encr.txt", "r");
    +    in = BIO_new_file("encr.txt", "r");
     
    -	dout = BIO_new_file("smencr.out", "wb");
    +    dout = BIO_new_file("smencr.out", "wb");
     
    -	if (!in)
    -		goto err;
    +    if (!in)
    +        goto err;
     
    -	/* encrypt content */
    -	cms = CMS_encrypt(recips, in, EVP_des_ede3_cbc(), flags);
    +    /* encrypt content */
    +    cms = CMS_encrypt(recips, in, EVP_des_ede3_cbc(), flags);
     
    -	if (!cms)
    -		goto err;
    +    if (!cms)
    +        goto err;
     
    -	out = BIO_new_file("smencr.pem", "w");
    -	if (!out)
    -		goto err;
    +    out = BIO_new_file("smencr.pem", "w");
    +    if (!out)
    +        goto err;
     
    -	if (!CMS_final(cms, in, dout, flags))
    -		goto err;
    +    if (!CMS_final(cms, in, dout, flags))
    +        goto err;
     
    -	/* Write out CMS structure without content */
    -	if (!PEM_write_bio_CMS(out, cms))
    -		goto err;
    +    /* Write out CMS structure without content */
    +    if (!PEM_write_bio_CMS(out, cms))
    +        goto err;
     
    -	ret = 0;
    +    ret = 0;
     
    -	err:
    + err:
     
    -	if (ret)
    -		{
    -		fprintf(stderr, "Error Encrypting Data\n");
    -		ERR_print_errors_fp(stderr);
    -		}
    +    if (ret) {
    +        fprintf(stderr, "Error Encrypting Data\n");
    +        ERR_print_errors_fp(stderr);
    +    }
     
    -	if (cms)
    -		CMS_ContentInfo_free(cms);
    -	if (rcert)
    -		X509_free(rcert);
    -	if (recips)
    -		sk_X509_pop_free(recips, X509_free);
    +    if (cms)
    +        CMS_ContentInfo_free(cms);
    +    if (rcert)
    +        X509_free(rcert);
    +    if (recips)
    +        sk_X509_pop_free(recips, X509_free);
     
    -	if (in)
    -		BIO_free(in);
    -	if (out)
    -		BIO_free(out);
    -	if (dout)
    -		BIO_free(dout);
    -	if (tbio)
    -		BIO_free(tbio);
    +    if (in)
    +        BIO_free(in);
    +    if (out)
    +        BIO_free(out);
    +    if (dout)
    +        BIO_free(dout);
    +    if (tbio)
    +        BIO_free(tbio);
     
    -	return ret;
    +    return ret;
     
    -	}
    +}
    diff --git a/openssl/demos/cms/cms_enc.c b/openssl/demos/cms/cms_enc.c
    index 916b479d3..e8ecb48e2 100644
    --- a/openssl/demos/cms/cms_enc.c
    +++ b/openssl/demos/cms/cms_enc.c
    @@ -4,89 +4,89 @@
     #include 
     
     int main(int argc, char **argv)
    -	{
    -	BIO *in = NULL, *out = NULL, *tbio = NULL;
    -	X509 *rcert = NULL;
    -	STACK_OF(X509) *recips = NULL;
    -	CMS_ContentInfo *cms = NULL;
    -	int ret = 1;
    +{
    +    BIO *in = NULL, *out = NULL, *tbio = NULL;
    +    X509 *rcert = NULL;
    +    STACK_OF(X509) *recips = NULL;
    +    CMS_ContentInfo *cms = NULL;
    +    int ret = 1;
     
    -	/*
    -	 * On OpenSSL 1.0.0 and later only:
    -	 * for streaming set CMS_STREAM
    -	 */
    -	int flags = CMS_STREAM;
    +    /*
    +     * On OpenSSL 1.0.0 and later only:
    +     * for streaming set CMS_STREAM
    +     */
    +    int flags = CMS_STREAM;
     
    -	OpenSSL_add_all_algorithms();
    -	ERR_load_crypto_strings();
    +    OpenSSL_add_all_algorithms();
    +    ERR_load_crypto_strings();
     
    -	/* Read in recipient certificate */
    -	tbio = BIO_new_file("signer.pem", "r");
    +    /* Read in recipient certificate */
    +    tbio = BIO_new_file("signer.pem", "r");
     
    -	if (!tbio)
    -		goto err;
    +    if (!tbio)
    +        goto err;
     
    -	rcert = PEM_read_bio_X509(tbio, NULL, 0, NULL);
    +    rcert = PEM_read_bio_X509(tbio, NULL, 0, NULL);
     
    -	if (!rcert)
    -		goto err;
    +    if (!rcert)
    +        goto err;
     
    -	/* Create recipient STACK and add recipient cert to it */
    -	recips = sk_X509_new_null();
    +    /* Create recipient STACK and add recipient cert to it */
    +    recips = sk_X509_new_null();
     
    -	if (!recips || !sk_X509_push(recips, rcert))
    -		goto err;
    +    if (!recips || !sk_X509_push(recips, rcert))
    +        goto err;
     
    -	/* sk_X509_pop_free will free up recipient STACK and its contents
    -	 * so set rcert to NULL so it isn't freed up twice.
    -	 */
    -	rcert = NULL;
    +    /*
    +     * sk_X509_pop_free will free up recipient STACK and its contents so set
    +     * rcert to NULL so it isn't freed up twice.
    +     */
    +    rcert = NULL;
     
    -	/* Open content being encrypted */
    +    /* Open content being encrypted */
     
    -	in = BIO_new_file("encr.txt", "r");
    +    in = BIO_new_file("encr.txt", "r");
     
    -	if (!in)
    -		goto err;
    +    if (!in)
    +        goto err;
     
    -	/* encrypt content */
    -	cms = CMS_encrypt(recips, in, EVP_des_ede3_cbc(), flags);
    +    /* encrypt content */
    +    cms = CMS_encrypt(recips, in, EVP_des_ede3_cbc(), flags);
     
    -	if (!cms)
    -		goto err;
    +    if (!cms)
    +        goto err;
     
    -	out = BIO_new_file("smencr.txt", "w");
    -	if (!out)
    -		goto err;
    +    out = BIO_new_file("smencr.txt", "w");
    +    if (!out)
    +        goto err;
     
    -	/* Write out S/MIME message */
    -	if (!SMIME_write_CMS(out, cms, in, flags))
    -		goto err;
    +    /* Write out S/MIME message */
    +    if (!SMIME_write_CMS(out, cms, in, flags))
    +        goto err;
     
    -	ret = 0;
    +    ret = 0;
     
    -	err:
    + err:
     
    -	if (ret)
    -		{
    -		fprintf(stderr, "Error Encrypting Data\n");
    -		ERR_print_errors_fp(stderr);
    -		}
    +    if (ret) {
    +        fprintf(stderr, "Error Encrypting Data\n");
    +        ERR_print_errors_fp(stderr);
    +    }
     
    -	if (cms)
    -		CMS_ContentInfo_free(cms);
    -	if (rcert)
    -		X509_free(rcert);
    -	if (recips)
    -		sk_X509_pop_free(recips, X509_free);
    +    if (cms)
    +        CMS_ContentInfo_free(cms);
    +    if (rcert)
    +        X509_free(rcert);
    +    if (recips)
    +        sk_X509_pop_free(recips, X509_free);
     
    -	if (in)
    -		BIO_free(in);
    -	if (out)
    -		BIO_free(out);
    -	if (tbio)
    -		BIO_free(tbio);
    +    if (in)
    +        BIO_free(in);
    +    if (out)
    +        BIO_free(out);
    +    if (tbio)
    +        BIO_free(tbio);
     
    -	return ret;
    +    return ret;
     
    -	}
    +}
    diff --git a/openssl/demos/cms/cms_sign.c b/openssl/demos/cms/cms_sign.c
    index 6823c34a0..4bf85d138 100644
    --- a/openssl/demos/cms/cms_sign.c
    +++ b/openssl/demos/cms/cms_sign.c
    @@ -4,86 +4,85 @@
     #include 
     
     int main(int argc, char **argv)
    -	{
    -	BIO *in = NULL, *out = NULL, *tbio = NULL;
    -	X509 *scert = NULL;
    -	EVP_PKEY *skey = NULL;
    -	CMS_ContentInfo *cms = NULL;
    -	int ret = 1;
    +{
    +    BIO *in = NULL, *out = NULL, *tbio = NULL;
    +    X509 *scert = NULL;
    +    EVP_PKEY *skey = NULL;
    +    CMS_ContentInfo *cms = NULL;
    +    int ret = 1;
     
    -	/* For simple S/MIME signing use CMS_DETACHED.
    -	 * On OpenSSL 1.0.0 only:
    -	 * for streaming detached set CMS_DETACHED|CMS_STREAM
    -	 * for streaming non-detached set CMS_STREAM
    -	 */
    -	int flags = CMS_DETACHED|CMS_STREAM;
    +    /*
    +     * For simple S/MIME signing use CMS_DETACHED. On OpenSSL 1.0.0 only: for
    +     * streaming detached set CMS_DETACHED|CMS_STREAM for streaming
    +     * non-detached set CMS_STREAM
    +     */
    +    int flags = CMS_DETACHED | CMS_STREAM;
     
    -	OpenSSL_add_all_algorithms();
    -	ERR_load_crypto_strings();
    +    OpenSSL_add_all_algorithms();
    +    ERR_load_crypto_strings();
     
    -	/* Read in signer certificate and private key */
    -	tbio = BIO_new_file("signer.pem", "r");
    +    /* Read in signer certificate and private key */
    +    tbio = BIO_new_file("signer.pem", "r");
     
    -	if (!tbio)
    -		goto err;
    +    if (!tbio)
    +        goto err;
     
    -	scert = PEM_read_bio_X509(tbio, NULL, 0, NULL);
    +    scert = PEM_read_bio_X509(tbio, NULL, 0, NULL);
     
    -	BIO_reset(tbio);
    +    BIO_reset(tbio);
     
    -	skey = PEM_read_bio_PrivateKey(tbio, NULL, 0, NULL);
    +    skey = PEM_read_bio_PrivateKey(tbio, NULL, 0, NULL);
     
    -	if (!scert || !skey)
    -		goto err;
    +    if (!scert || !skey)
    +        goto err;
     
    -	/* Open content being signed */
    +    /* Open content being signed */
     
    -	in = BIO_new_file("sign.txt", "r");
    +    in = BIO_new_file("sign.txt", "r");
     
    -	if (!in)
    -		goto err;
    +    if (!in)
    +        goto err;
     
    -	/* Sign content */
    -	cms = CMS_sign(scert, skey, NULL, in, flags);
    +    /* Sign content */
    +    cms = CMS_sign(scert, skey, NULL, in, flags);
     
    -	if (!cms)
    -		goto err;
    +    if (!cms)
    +        goto err;
     
    -	out = BIO_new_file("smout.txt", "w");
    -	if (!out)
    -		goto err;
    +    out = BIO_new_file("smout.txt", "w");
    +    if (!out)
    +        goto err;
     
    -	if (!(flags & CMS_STREAM))
    -		BIO_reset(in);
    +    if (!(flags & CMS_STREAM))
    +        BIO_reset(in);
     
    -	/* Write out S/MIME message */
    -	if (!SMIME_write_CMS(out, cms, in, flags))
    -		goto err;
    +    /* Write out S/MIME message */
    +    if (!SMIME_write_CMS(out, cms, in, flags))
    +        goto err;
     
    -	ret = 0;
    +    ret = 0;
     
    -	err:
    + err:
     
    -	if (ret)
    -		{
    -		fprintf(stderr, "Error Signing Data\n");
    -		ERR_print_errors_fp(stderr);
    -		}
    +    if (ret) {
    +        fprintf(stderr, "Error Signing Data\n");
    +        ERR_print_errors_fp(stderr);
    +    }
     
    -	if (cms)
    -		CMS_ContentInfo_free(cms);
    -	if (scert)
    -		X509_free(scert);
    -	if (skey)
    -		EVP_PKEY_free(skey);
    +    if (cms)
    +        CMS_ContentInfo_free(cms);
    +    if (scert)
    +        X509_free(scert);
    +    if (skey)
    +        EVP_PKEY_free(skey);
     
    -	if (in)
    -		BIO_free(in);
    -	if (out)
    -		BIO_free(out);
    -	if (tbio)
    -		BIO_free(tbio);
    +    if (in)
    +        BIO_free(in);
    +    if (out)
    +        BIO_free(out);
    +    if (tbio)
    +        BIO_free(tbio);
     
    -	return ret;
    +    return ret;
     
    -	}
    +}
    diff --git a/openssl/demos/cms/cms_sign2.c b/openssl/demos/cms/cms_sign2.c
    index 36adee730..7e98a5171 100644
    --- a/openssl/demos/cms/cms_sign2.c
    +++ b/openssl/demos/cms/cms_sign2.c
    @@ -4,100 +4,99 @@
     #include 
     
     int main(int argc, char **argv)
    -	{
    -	BIO *in = NULL, *out = NULL, *tbio = NULL;
    -	X509 *scert = NULL, *scert2 = NULL;
    -	EVP_PKEY *skey = NULL, *skey2 = NULL;
    -	CMS_ContentInfo *cms = NULL;
    -	int ret = 1;
    +{
    +    BIO *in = NULL, *out = NULL, *tbio = NULL;
    +    X509 *scert = NULL, *scert2 = NULL;
    +    EVP_PKEY *skey = NULL, *skey2 = NULL;
    +    CMS_ContentInfo *cms = NULL;
    +    int ret = 1;
     
    -	OpenSSL_add_all_algorithms();
    -	ERR_load_crypto_strings();
    +    OpenSSL_add_all_algorithms();
    +    ERR_load_crypto_strings();
     
    -	tbio = BIO_new_file("signer.pem", "r");
    +    tbio = BIO_new_file("signer.pem", "r");
     
    -	if (!tbio)
    -		goto err;
    +    if (!tbio)
    +        goto err;
     
    -	scert = PEM_read_bio_X509(tbio, NULL, 0, NULL);
    +    scert = PEM_read_bio_X509(tbio, NULL, 0, NULL);
     
    -	BIO_reset(tbio);
    +    BIO_reset(tbio);
     
    -	skey = PEM_read_bio_PrivateKey(tbio, NULL, 0, NULL);
    +    skey = PEM_read_bio_PrivateKey(tbio, NULL, 0, NULL);
     
    -	BIO_free(tbio);
    +    BIO_free(tbio);
     
    -	tbio = BIO_new_file("signer2.pem", "r");
    +    tbio = BIO_new_file("signer2.pem", "r");
     
    -	if (!tbio)
    -		goto err;
    +    if (!tbio)
    +        goto err;
     
    -	scert2 = PEM_read_bio_X509(tbio, NULL, 0, NULL);
    +    scert2 = PEM_read_bio_X509(tbio, NULL, 0, NULL);
     
    -	BIO_reset(tbio);
    +    BIO_reset(tbio);
     
    -	skey2 = PEM_read_bio_PrivateKey(tbio, NULL, 0, NULL);
    +    skey2 = PEM_read_bio_PrivateKey(tbio, NULL, 0, NULL);
     
    -	if (!scert2 || !skey2)
    -		goto err;
    +    if (!scert2 || !skey2)
    +        goto err;
     
    -	in = BIO_new_file("sign.txt", "r");
    +    in = BIO_new_file("sign.txt", "r");
     
    -	if (!in)
    -		goto err;
    +    if (!in)
    +        goto err;
     
    -	cms = CMS_sign(NULL, NULL, NULL, in, CMS_STREAM|CMS_PARTIAL);
    +    cms = CMS_sign(NULL, NULL, NULL, in, CMS_STREAM | CMS_PARTIAL);
     
    -	if (!cms)
    -		goto err;
    +    if (!cms)
    +        goto err;
     
    -	/* Add each signer in turn */
    +    /* Add each signer in turn */
     
    -	if (!CMS_add1_signer(cms, scert, skey, NULL, 0))
    -		goto err;
    +    if (!CMS_add1_signer(cms, scert, skey, NULL, 0))
    +        goto err;
     
    -	if (!CMS_add1_signer(cms, scert2, skey2, NULL, 0))
    -		goto err;
    +    if (!CMS_add1_signer(cms, scert2, skey2, NULL, 0))
    +        goto err;
     
    -	out = BIO_new_file("smout.txt", "w");
    -	if (!out)
    -		goto err;
    +    out = BIO_new_file("smout.txt", "w");
    +    if (!out)
    +        goto err;
     
    -	/* NB: content included and finalized by SMIME_write_CMS */
    +    /* NB: content included and finalized by SMIME_write_CMS */
     
    -	if (!SMIME_write_CMS(out, cms, in, CMS_STREAM))
    -		goto err;
    +    if (!SMIME_write_CMS(out, cms, in, CMS_STREAM))
    +        goto err;
     
    -	ret = 0;
    +    ret = 0;
     
    -	err:
    + err:
     
    -	if (ret)
    -		{
    -		fprintf(stderr, "Error Signing Data\n");
    -		ERR_print_errors_fp(stderr);
    -		}
    +    if (ret) {
    +        fprintf(stderr, "Error Signing Data\n");
    +        ERR_print_errors_fp(stderr);
    +    }
     
    -	if (cms)
    -		CMS_ContentInfo_free(cms);
    +    if (cms)
    +        CMS_ContentInfo_free(cms);
     
    -	if (scert)
    -		X509_free(scert);
    -	if (skey)
    -		EVP_PKEY_free(skey);
    +    if (scert)
    +        X509_free(scert);
    +    if (skey)
    +        EVP_PKEY_free(skey);
     
    -	if (scert2)
    -		X509_free(scert2);
    -	if (skey)
    -		EVP_PKEY_free(skey2);
    +    if (scert2)
    +        X509_free(scert2);
    +    if (skey)
    +        EVP_PKEY_free(skey2);
     
    -	if (in)
    -		BIO_free(in);
    -	if (out)
    -		BIO_free(out);
    -	if (tbio)
    -		BIO_free(tbio);
    +    if (in)
    +        BIO_free(in);
    +    if (out)
    +        BIO_free(out);
    +    if (tbio)
    +        BIO_free(tbio);
     
    -	return ret;
    +    return ret;
     
    -	}
    +}
    diff --git a/openssl/demos/cms/cms_uncomp.c b/openssl/demos/cms/cms_uncomp.c
    index f15ae2f13..392f4b450 100644
    --- a/openssl/demos/cms/cms_uncomp.c
    +++ b/openssl/demos/cms/cms_uncomp.c
    @@ -4,53 +4,52 @@
     #include 
     
     int main(int argc, char **argv)
    -	{
    -	BIO *in = NULL, *out = NULL;
    -	CMS_ContentInfo *cms = NULL;
    -	int ret = 1;
    +{
    +    BIO *in = NULL, *out = NULL;
    +    CMS_ContentInfo *cms = NULL;
    +    int ret = 1;
     
    -	OpenSSL_add_all_algorithms();
    -	ERR_load_crypto_strings();
    +    OpenSSL_add_all_algorithms();
    +    ERR_load_crypto_strings();
     
    -	/* Open compressed content */
    +    /* Open compressed content */
     
    -	in = BIO_new_file("smcomp.txt", "r");
    +    in = BIO_new_file("smcomp.txt", "r");
     
    -	if (!in)
    -		goto err;
    +    if (!in)
    +        goto err;
     
    -	/* Sign content */
    -	cms = SMIME_read_CMS(in, NULL);
    +    /* Sign content */
    +    cms = SMIME_read_CMS(in, NULL);
     
    -	if (!cms)
    -		goto err;
    +    if (!cms)
    +        goto err;
     
    -	out = BIO_new_file("smuncomp.txt", "w");
    -	if (!out)
    -		goto err;
    +    out = BIO_new_file("smuncomp.txt", "w");
    +    if (!out)
    +        goto err;
     
    -	/* Uncompress S/MIME message */
    -	if (!CMS_uncompress(cms, out, NULL, 0))
    -		goto err;
    +    /* Uncompress S/MIME message */
    +    if (!CMS_uncompress(cms, out, NULL, 0))
    +        goto err;
     
    -	ret = 0;
    +    ret = 0;
     
    -	err:
    + err:
     
    -	if (ret)
    -		{
    -		fprintf(stderr, "Error Uncompressing Data\n");
    -		ERR_print_errors_fp(stderr);
    -		}
    +    if (ret) {
    +        fprintf(stderr, "Error Uncompressing Data\n");
    +        ERR_print_errors_fp(stderr);
    +    }
     
    -	if (cms)
    -		CMS_ContentInfo_free(cms);
    +    if (cms)
    +        CMS_ContentInfo_free(cms);
     
    -	if (in)
    -		BIO_free(in);
    -	if (out)
    -		BIO_free(out);
    +    if (in)
    +        BIO_free(in);
    +    if (out)
    +        BIO_free(out);
     
    -	return ret;
    +    return ret;
     
    -	}
    +}
    diff --git a/openssl/demos/cms/cms_ver.c b/openssl/demos/cms/cms_ver.c
    index bf1145ed8..ca935517a 100644
    --- a/openssl/demos/cms/cms_ver.c
    +++ b/openssl/demos/cms/cms_ver.c
    @@ -4,84 +4,82 @@
     #include 
     
     int main(int argc, char **argv)
    -	{
    -	BIO *in = NULL, *out = NULL, *tbio = NULL, *cont = NULL;
    -	X509_STORE *st = NULL;
    -	X509 *cacert = NULL;
    -	CMS_ContentInfo *cms = NULL;
    +{
    +    BIO *in = NULL, *out = NULL, *tbio = NULL, *cont = NULL;
    +    X509_STORE *st = NULL;
    +    X509 *cacert = NULL;
    +    CMS_ContentInfo *cms = NULL;
     
    -	int ret = 1;
    +    int ret = 1;
     
    -	OpenSSL_add_all_algorithms();
    -	ERR_load_crypto_strings();
    +    OpenSSL_add_all_algorithms();
    +    ERR_load_crypto_strings();
     
    -	/* Set up trusted CA certificate store */
    +    /* Set up trusted CA certificate store */
     
    -	st = X509_STORE_new();
    +    st = X509_STORE_new();
     
    -	/* Read in CA certificate */
    -	tbio = BIO_new_file("cacert.pem", "r");
    +    /* Read in CA certificate */
    +    tbio = BIO_new_file("cacert.pem", "r");
     
    -	if (!tbio)
    -		goto err;
    +    if (!tbio)
    +        goto err;
     
    -	cacert = PEM_read_bio_X509(tbio, NULL, 0, NULL);
    +    cacert = PEM_read_bio_X509(tbio, NULL, 0, NULL);
     
    -	if (!cacert)
    -		goto err;
    +    if (!cacert)
    +        goto err;
     
    -	if (!X509_STORE_add_cert(st, cacert))
    -		goto err;
    +    if (!X509_STORE_add_cert(st, cacert))
    +        goto err;
     
    -	/* Open message being verified */
    +    /* Open message being verified */
     
    -	in = BIO_new_file("smout.txt", "r");
    +    in = BIO_new_file("smout.txt", "r");
     
    -	if (!in)
    -		goto err;
    +    if (!in)
    +        goto err;
     
    -	/* parse message */
    -	cms = SMIME_read_CMS(in, &cont);
    +    /* parse message */
    +    cms = SMIME_read_CMS(in, &cont);
     
    -	if (!cms)
    -		goto err;
    +    if (!cms)
    +        goto err;
     
    -	/* File to output verified content to */
    -	out = BIO_new_file("smver.txt", "w");
    -	if (!out)
    -		goto err;
    +    /* File to output verified content to */
    +    out = BIO_new_file("smver.txt", "w");
    +    if (!out)
    +        goto err;
     
    -	if (!CMS_verify(cms, NULL, st, cont, out, 0))
    -		{
    -		fprintf(stderr, "Verification Failure\n");
    -		goto err;
    -		}
    +    if (!CMS_verify(cms, NULL, st, cont, out, 0)) {
    +        fprintf(stderr, "Verification Failure\n");
    +        goto err;
    +    }
     
    -	fprintf(stderr, "Verification Successful\n");
    +    fprintf(stderr, "Verification Successful\n");
     
    -	ret = 0;
    +    ret = 0;
     
    -	err:
    + err:
     
    -	if (ret)
    -		{
    -		fprintf(stderr, "Error Verifying Data\n");
    -		ERR_print_errors_fp(stderr);
    -		}
    +    if (ret) {
    +        fprintf(stderr, "Error Verifying Data\n");
    +        ERR_print_errors_fp(stderr);
    +    }
     
    -	if (cms)
    -		CMS_ContentInfo_free(cms);
    +    if (cms)
    +        CMS_ContentInfo_free(cms);
     
    -	if (cacert)
    -		X509_free(cacert);
    +    if (cacert)
    +        X509_free(cacert);
     
    -	if (in)
    -		BIO_free(in);
    -	if (out)
    -		BIO_free(out);
    -	if (tbio)
    -		BIO_free(tbio);
    +    if (in)
    +        BIO_free(in);
    +    if (out)
    +        BIO_free(out);
    +    if (tbio)
    +        BIO_free(tbio);
     
    -	return ret;
    +    return ret;
     
    -	}
    +}
    diff --git a/openssl/demos/easy_tls/easy-tls.c b/openssl/demos/easy_tls/easy-tls.c
    index 9cd8314c3..acc688aaf 100644
    --- a/openssl/demos/easy_tls/easy-tls.c
    +++ b/openssl/demos/easy_tls/easy-tls.c
    @@ -1,9 +1,9 @@
     /* -*- Mode: C; c-file-style: "bsd" -*- */
    -/*
    +/*-
      * easy-tls.c -- generic TLS proxy.
      * $Id: easy-tls.c,v 1.4 2002/03/05 09:07:16 bodo Exp $
      */
    -/*
    +/*-
      (c) Copyright 1999 Bodo Moeller.  All rights reserved.
     
      This is free software; you can redistributed and/or modify it
    @@ -14,17 +14,17 @@
      or
        -  the following license:
     */
    -/*
    +/*-
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that each of the following
      * conditions is met:
      *
      * 1. Redistributions qualify as "freeware" or "Open Source Software" under
      *    one of the following terms:
    - * 
    + *
      *    (a) Redistributions are made at no charge beyond the reasonable cost of
      *        materials and delivery.
    - * 
    + *
      *    (b) Redistributions are accompanied by a copy of the Source Code
      *        or by an irrevocable offer to provide a copy of the Source Code
      *        for up to three years at the cost of materials and delivery.
    @@ -33,7 +33,7 @@
      *        terms as this license.
      *
      * 2. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 3. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -62,7 +62,7 @@
      * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
      * OF THE POSSIBILITY OF SUCH DAMAGE.
      */
    -/*
    +/*-
      * Attribution for OpenSSL library:
      *
      * This product includes cryptographic software written by Eric Young
    @@ -73,7 +73,7 @@
      */
     
     static char const rcsid[] =
    -"$Id: easy-tls.c,v 1.4 2002/03/05 09:07:16 bodo Exp $";
    +    "$Id: easy-tls.c,v 1.4 2002/03/05 09:07:16 bodo Exp $";
     
     #include 
     #include 
    @@ -99,7 +99,7 @@ static char const rcsid[] =
     #include 
     #include 
     #ifndef NO_RSA
    - #include 
    +# include 
     #endif
     #include 
     #include 
    @@ -109,11 +109,12 @@ static char const rcsid[] =
     # error "This program needs OpenSSL 0.9.4 or later."
     #endif
     
    -#include "easy-tls.h" /* include after  if both are needed */
    +#include "easy-tls.h"           /* include after  if both are
    +                                 * needed */
     
     #if TLS_INFO_SIZE > PIPE_BUF
     # if PIPE_BUF < 512
    -#  error "PIPE_BUF < 512" /* non-POSIX */
    +#  error "PIPE_BUF < 512"       /* non-POSIX */
     # endif
     # error "TLS_INFO_SIZE > PIPE_BUF"
     #endif
    @@ -124,9 +125,10 @@ static char const rcsid[] =
     # include TLS_APP
     #endif
     
    -/* Applications can define:
    +/*-
    + * Applications can define:
      *   TLS_APP_PROCESS_INIT -- void ...(int fd, int client_p, void *apparg)
    - *   TLS_CUMULATE_ERRORS 
    + *   TLS_CUMULATE_ERRORS
      *   TLS_ERROR_BUFSIZ
      *   TLS_APP_ERRFLUSH -- void ...(int child_p, char *, size_t, void *apparg)
      */
    @@ -138,7 +140,7 @@ static char const rcsid[] =
     #ifndef TLS_ERROR_BUFSIZ
     # define TLS_ERROR_BUFSIZ (10*160)
     #endif
    -#if TLS_ERROR_BUFSIZ < 2 /* {'\n',0} */
    +#if TLS_ERROR_BUFSIZ < 2        /* {'\n',0} */
     # error "TLS_ERROR_BUFSIZE is too small."
     #endif
     
    @@ -164,15 +166,14 @@ static int tls_select_count = 0;
     #endif
     
     static void tls_rand_seed_uniquely(void);
    -static void tls_proxy(int clear_fd, int tls_fd, int info_fd, SSL_CTX *ctx, int client_p);
    +static void tls_proxy(int clear_fd, int tls_fd, int info_fd, SSL_CTX *ctx,
    +                      int client_p);
     static int tls_socket_nonblocking(int fd);
     
     static int tls_child_p = 0;
     static void *tls_child_apparg;
     
    -
    -struct tls_start_proxy_args
    -tls_start_proxy_defaultargs(void)
    +struct tls_start_proxy_args tls_start_proxy_defaultargs(void)
     {
         struct tls_start_proxy_args ret;
     
    @@ -181,11 +182,12 @@ tls_start_proxy_defaultargs(void)
         ret.ctx = NULL;
         ret.pid = NULL;
         ret.infofd = NULL;
    -    
    +
         return ret;
     }
     
    -/* Slice in TLS proxy process at fd.
    +/*-
    + * Slice in TLS proxy process at fd.
      * Return value:
      *   0    ok  (*pid is set to child's PID if pid != NULL),
      *   < 0  look at errno
    @@ -193,11 +195,10 @@ tls_start_proxy_defaultargs(void)
      *   (return value encodes place of error)
      *
      */
    -int
    -tls_start_proxy(struct tls_start_proxy_args a, void *apparg)
    +int tls_start_proxy(struct tls_start_proxy_args a, void *apparg)
     {
    -    int fds[2] = {-1, -1};
    -    int infofds[2] = {-1, -1};
    +    int fds[2] = { -1, -1 };
    +    int infofds[2] = { -1, -1 };
         int r, getfd, getfl;
         int ret;
     
    @@ -205,52 +206,52 @@ tls_start_proxy(struct tls_start_proxy_args a, void *apparg)
         DEBUG_MSG2("tls_start_proxy client_p", a.client_p);
     
         if (a.fd == -1 || a.client_p == -1 || a.ctx == NULL)
    -	return 1;
    +        return 1;
     
         if (a.pid != NULL) {
    -	*a.pid = 0;
    +        *a.pid = 0;
         }
         if (a.infofd != NULL) {
    -	*a.infofd = -1;
    +        *a.infofd = -1;
         }
     
         r = socketpair(AF_UNIX, SOCK_STREAM, 0, fds);
         if (r == -1)
    -	return -1;
    +        return -1;
         if (a.fd >= FD_SETSIZE || fds[0] >= FD_SETSIZE) {
    -	ret = 2;
    -	goto err;
    +        ret = 2;
    +        goto err;
         }
         if (a.infofd != NULL) {
    -	r = pipe(infofds);
    -	if (r == -1) {
    -	    ret = -3;
    -	    goto err;
    -	}
    +        r = pipe(infofds);
    +        if (r == -1) {
    +            ret = -3;
    +            goto err;
    +        }
         }
     
         r = fork();
         if (r == -1) {
    -	ret = -4;
    -	goto err;
    +        ret = -4;
    +        goto err;
         }
         if (r == 0) {
    -	DEBUG_MSG("fork");
    -	tls_child_p = 1;
    -	tls_child_apparg = apparg;
    -	close(fds[1]);
    -	if (infofds[0] != -1)
    -	    close(infofds[0]);
    -	TLS_APP_PROCESS_INIT(a.fd, a.client_p, apparg);
    -	DEBUG_MSG("TLS_APP_PROCESS_INIT");
    -	tls_proxy(fds[0], a.fd, infofds[1], a.ctx, a.client_p);
    -	exit(0);
    +        DEBUG_MSG("fork");
    +        tls_child_p = 1;
    +        tls_child_apparg = apparg;
    +        close(fds[1]);
    +        if (infofds[0] != -1)
    +            close(infofds[0]);
    +        TLS_APP_PROCESS_INIT(a.fd, a.client_p, apparg);
    +        DEBUG_MSG("TLS_APP_PROCESS_INIT");
    +        tls_proxy(fds[0], a.fd, infofds[1], a.ctx, a.client_p);
    +        exit(0);
         }
         if (a.pid != NULL)
    -	*a.pid = r;
    +        *a.pid = r;
         if (infofds[1] != -1) {
    -	close(infofds[1]);
    -	infofds[1] = -1;
    +        close(infofds[1]);
    +        infofds[1] = -1;
         }
         /* install fds[1] in place of fd: */
         close(fds[0]);
    @@ -261,26 +262,26 @@ tls_start_proxy(struct tls_start_proxy_args a, void *apparg)
         close(fds[1]);
         fds[1] = -1;
         if (r == -1) {
    -	ret = -5;
    -	goto err;
    +        ret = -5;
    +        goto err;
         }
         if (getfd != 1)
    -	fcntl(a.fd, F_SETFD, getfd);
    +        fcntl(a.fd, F_SETFD, getfd);
         if (getfl & O_NONBLOCK)
    -	(void)tls_socket_nonblocking(a.fd);
    +        (void)tls_socket_nonblocking(a.fd);
         if (a.infofd != NULL)
    -	*a.infofd = infofds[0];
    +        *a.infofd = infofds[0];
         return 0;
    -    
    -  err:
    +
    + err:
         if (fds[0] != -1)
    -	close(fds[0]);
    +        close(fds[0]);
         if (fds[1] != -1)
    -	close(fds[1]);
    +        close(fds[1]);
         if (infofds[0] != -1)
    -	close(infofds[0]);
    +        close(infofds[0]);
         if (infofds[1] != -1)
    -	close(infofds[1]);
    +        close(infofds[1]);
         return ret;
     }
     
    @@ -289,62 +290,64 @@ tls_start_proxy(struct tls_start_proxy_args a, void *apparg)
     static char errbuf[TLS_ERROR_BUFSIZ];
     static size_t errbuf_i = 0;
     
    -static void
    -tls_errflush(void *apparg)
    +static void tls_errflush(void *apparg)
     {
         if (errbuf_i == 0)
    -	return;
    -    
    +        return;
    +
         assert(errbuf_i < sizeof errbuf);
         assert(errbuf[errbuf_i] == 0);
         if (errbuf_i == sizeof errbuf - 1) {
    -	/* make sure we have a newline, even if string has been truncated */
    -	errbuf[errbuf_i - 1] = '\n';
    +        /* make sure we have a newline, even if string has been truncated */
    +        errbuf[errbuf_i - 1] = '\n';
         }
     
    -    /* TLS_APP_ERRFLUSH may modify the string as needed,
    -     * e.g. substitute other characters for \n for convenience */
    +    /*
    +     * TLS_APP_ERRFLUSH may modify the string as needed, e.g. substitute
    +     * other characters for \n for convenience
    +     */
         TLS_APP_ERRFLUSH(tls_child_p, errbuf, errbuf_i, apparg);
     
         errbuf_i = 0;
     }
     
    -static void
    -tls_errprintf(int flush, void *apparg, const char *fmt, ...)
    +static void tls_errprintf(int flush, void *apparg, const char *fmt, ...)
     {
         va_list args;
         int r;
    -    
    +
         if (errbuf_i < sizeof errbuf - 1) {
    -	size_t n;
    -
    -	va_start(args, fmt);
    -	n = (sizeof errbuf) - errbuf_i;
    -	r = vsnprintf(errbuf + errbuf_i, n, fmt, args);
    -	if (r >= n)
    -	    r = n - 1;
    -	if (r >= 0) {
    -	    errbuf_i += r;
    -	} else {
    -	    errbuf_i = sizeof errbuf - 1;
    -	    errbuf[errbuf_i] = '\0';
    -	}
    -	assert(errbuf_i < sizeof errbuf);
    -	assert(errbuf[errbuf_i] == 0);
    +        size_t n;
    +
    +        va_start(args, fmt);
    +        n = (sizeof errbuf) - errbuf_i;
    +        r = vsnprintf(errbuf + errbuf_i, n, fmt, args);
    +        if (r >= n)
    +            r = n - 1;
    +        if (r >= 0) {
    +            errbuf_i += r;
    +        } else {
    +            errbuf_i = sizeof errbuf - 1;
    +            errbuf[errbuf_i] = '\0';
    +        }
    +        assert(errbuf_i < sizeof errbuf);
    +        assert(errbuf[errbuf_i] == 0);
         }
     #ifndef TLS_CUMULATE_ERRORS
         tls_errflush(apparg);
     #else
         if (flush)
    -	tls_errflush(apparg);
    +        tls_errflush(apparg);
     #endif
     }
     
    -/* app_prefix.. are for additional information provided by caller.
    - * If OpenSSL error queue is empty, print default_text ("???" if NULL).
    +/*
    + * app_prefix.. are for additional information provided by caller. If OpenSSL
    + * error queue is empty, print default_text ("???" if NULL).
      */
    -static char *
    -tls_openssl_errors(const char *app_prefix_1, const char *app_prefix_2, const char *default_text, void *apparg)
    +static char *tls_openssl_errors(const char *app_prefix_1,
    +                                const char *app_prefix_2,
    +                                const char *default_text, void *apparg)
     {
         static char reasons[255];
         size_t reasons_i;
    @@ -355,45 +358,49 @@ tls_openssl_errors(const char *app_prefix_1, const char *app_prefix_2, const cha
         int flags;
         char *errstring;
         int printed_something = 0;
    -    
    +
         reasons_i = 0;
     
         assert(app_prefix_1 != NULL);
         assert(app_prefix_2 != NULL);
     
         if (default_text == NULL)
    -	default_text = "?""?""?";
    -    
    -    while ((err = ERR_get_error_line_data(&file,&line,&data,&flags)) != 0) {
    -	if (reasons_i < sizeof reasons) {
    -	    size_t n;
    -	    int r;
    -
    -	    n = (sizeof reasons) - reasons_i;
    -	    r = snprintf(reasons + reasons_i, n, "%s%s", (reasons_i > 0 ? ", " : ""), ERR_reason_error_string(err));
    -	    if (r >= n)
    -		r = n - 1;
    -	    if (r >= 0) {
    -		reasons_i += r;
    -	    } else {
    -		reasons_i = sizeof reasons;
    -	    }
    -	    assert(reasons_i <= sizeof reasons);
    -	}
    -	
    -	errstring = ERR_error_string(err, NULL);
    -	assert(errstring != NULL);
    -	tls_errprintf(0, apparg, "OpenSSL error%s%s: %s:%s:%d:%s\n", app_prefix_1, app_prefix_2, errstring, file, line, (flags & ERR_TXT_STRING) ? data : "");
    -	printed_something = 1;
    +        default_text = "?" "?" "?";
    +
    +    while ((err = ERR_get_error_line_data(&file, &line, &data, &flags)) != 0) {
    +        if (reasons_i < sizeof reasons) {
    +            size_t n;
    +            int r;
    +
    +            n = (sizeof reasons) - reasons_i;
    +            r = snprintf(reasons + reasons_i, n, "%s%s",
    +                         (reasons_i > 0 ? ", " : ""),
    +                         ERR_reason_error_string(err));
    +            if (r >= n)
    +                r = n - 1;
    +            if (r >= 0) {
    +                reasons_i += r;
    +            } else {
    +                reasons_i = sizeof reasons;
    +            }
    +            assert(reasons_i <= sizeof reasons);
    +        }
    +
    +        errstring = ERR_error_string(err, NULL);
    +        assert(errstring != NULL);
    +        tls_errprintf(0, apparg, "OpenSSL error%s%s: %s:%s:%d:%s\n",
    +                      app_prefix_1, app_prefix_2, errstring, file, line,
    +                      (flags & ERR_TXT_STRING) ? data : "");
    +        printed_something = 1;
         }
     
         if (!printed_something) {
    -	assert(reasons_i == 0);
    -	snprintf(reasons, sizeof reasons, "%s", default_text);
    -	tls_errprintf(0, apparg, "OpenSSL error%s%s: %s\n", app_prefix_1, app_prefix_2, default_text);
    +        assert(reasons_i == 0);
    +        snprintf(reasons, sizeof reasons, "%s", default_text);
    +        tls_errprintf(0, apparg, "OpenSSL error%s%s: %s\n", app_prefix_1,
    +                      app_prefix_2, default_text);
         }
    -
    -#ifdef TLS_CUMULATE_ERRORS    
    +#ifdef TLS_CUMULATE_ERRORS
         tls_errflush(apparg);
     #endif
         assert(errbuf_i == 0);
    @@ -405,16 +412,15 @@ tls_openssl_errors(const char *app_prefix_1, const char *app_prefix_2, const cha
     
     static int tls_init_done = 0;
     
    -static int
    -tls_init(void *apparg)
    +static int tls_init(void *apparg)
     {
         if (tls_init_done)
    -	return 0;
    -    
    +        return 0;
    +
         SSL_load_error_strings();
         if (!SSL_library_init() /* aka SSLeay_add_ssl_algorithms() */ ) {
    -	tls_errprintf(1, apparg, "SSL_library_init failed.\n");
    -	return -1;
    +        tls_errprintf(1, apparg, "SSL_library_init failed.\n");
    +        return -1;
         }
         tls_init_done = 1;
         tls_rand_seed();
    @@ -423,13 +429,12 @@ tls_init(void *apparg)
     
     /*****************************************************************************/
     
    -static void
    -tls_rand_seed_uniquely(void)
    +static void tls_rand_seed_uniquely(void)
     {
         struct {
    -	pid_t pid;
    -	time_t time;
    -	void *stack;
    +        pid_t pid;
    +        time_t time;
    +        void *stack;
         } data;
     
         data.pid = getpid();
    @@ -439,80 +444,84 @@ tls_rand_seed_uniquely(void)
         RAND_seed((const void *)&data, sizeof data);
     }
     
    -void
    -tls_rand_seed(void)
    +void tls_rand_seed(void)
     {
         struct {
    -	struct utsname uname;
    -	int uname_1;
    -	int uname_2;
    -	uid_t uid;
    -	uid_t euid;
    -	gid_t gid;
    -	gid_t egid;
    +        struct utsname uname;
    +        int uname_1;
    +        int uname_2;
    +        uid_t uid;
    +        uid_t euid;
    +        gid_t gid;
    +        gid_t egid;
         } data;
    -    
    +
         data.uname_1 = uname(&data.uname);
    -    data.uname_2 = errno; /* Let's hope that uname fails randomly :-) */
    +    data.uname_2 = errno;       /* Let's hope that uname fails randomly :-) */
     
         data.uid = getuid();
         data.euid = geteuid();
         data.gid = getgid();
         data.egid = getegid();
    -    
    +
         RAND_seed((const void *)&data, sizeof data);
         tls_rand_seed_uniquely();
     }
     
     static int tls_rand_seeded_p = 0;
     
    -#define my_MIN_SEED_BYTES 256 /* struct stat can be larger than 128 */
    -int
    -tls_rand_seed_from_file(const char *filename, size_t n, void *apparg)
    +#define my_MIN_SEED_BYTES 256   /* struct stat can be larger than 128 */
    +int tls_rand_seed_from_file(const char *filename, size_t n, void *apparg)
     {
    -    /* Seed OpenSSL's random number generator from file.
    -       Try to read n bytes if n > 0, whole file if n == 0. */
    +    /*
    +     * Seed OpenSSL's random number generator from file. Try to read n bytes
    +     * if n > 0, whole file if n == 0.
    +     */
     
         int r;
     
         if (tls_init(apparg) == -1)
    -	return -1;
    +        return -1;
         tls_rand_seed();
     
    -    r = RAND_load_file(filename, (n > 0 && n < LONG_MAX) ? (long)n : LONG_MAX);
    -    /* r is the number of bytes filled into the random number generator,
    -     * which are taken from "stat(filename, ...)" in addition to the
    -     * file contents.
    +    r = RAND_load_file(filename,
    +                       (n > 0 && n < LONG_MAX) ? (long)n : LONG_MAX);
    +    /*
    +     * r is the number of bytes filled into the random number generator,
    +     * which are taken from "stat(filename, ...)" in addition to the file
    +     * contents.
          */
         assert(1 < my_MIN_SEED_BYTES);
    -    /* We need to detect at least those cases when the file does not exist
    -     * at all.  With current versions of OpenSSL, this should do it: */
    +    /*
    +     * We need to detect at least those cases when the file does not exist at
    +     * all.  With current versions of OpenSSL, this should do it:
    +     */
         if (n == 0)
    -	n = my_MIN_SEED_BYTES;
    +        n = my_MIN_SEED_BYTES;
         if (r < n) {
    -	tls_errprintf(1, apparg, "rand_seed_from_file: could not read %d bytes from %s.\n", n, filename);
    -	return -1;
    +        tls_errprintf(1, apparg,
    +                      "rand_seed_from_file: could not read %d bytes from %s.\n",
    +                      n, filename);
    +        return -1;
         } else {
    -	tls_rand_seeded_p = 1;
    -	return 0;
    +        tls_rand_seeded_p = 1;
    +        return 0;
         }
     }
     
    -void
    -tls_rand_seed_from_memory(const void *buf, size_t n)
    +void tls_rand_seed_from_memory(const void *buf, size_t n)
     {
         size_t i = 0;
    -    
    +
         while (i < n) {
    -	size_t rest = n - i;
    -	int chunk = rest < INT_MAX ? (int)rest : INT_MAX;
    -	RAND_seed((const char *)buf + i, chunk);
    -	i += chunk;
    +        size_t rest = n - i;
    +        int chunk = rest < INT_MAX ? (int)rest : INT_MAX;
    +        RAND_seed((const char *)buf + i, chunk);
    +        i += chunk;
         }
         tls_rand_seeded_p = 1;
     }
     
    -
     /*****************************************************************************/
     
     struct tls_x509_name_string {
    @@ -520,341 +529,367 @@ struct tls_x509_name_string {
     };
     
     static void
    -tls_get_x509_subject_name_oneline(X509 *cert, struct tls_x509_name_string *namestring)
    +tls_get_x509_subject_name_oneline(X509 *cert,
    +                                  struct tls_x509_name_string *namestring)
     {
         X509_NAME *name;
     
         if (cert == NULL) {
    -	namestring->str[0] = '\0';
    -	return;
    +        namestring->str[0] = '\0';
    +        return;
         }
    -    
    -    name = X509_get_subject_name(cert); /* does not increment any reference counter */
    +
    +    name = X509_get_subject_name(cert); /* does not increment any reference
    +                                         * counter */
     
         assert(sizeof namestring->str >= 4); /* "?" or "...", plus 0 */
    -    
    +
         if (name == NULL) {
    -	namestring->str[0] = '?';
    -	namestring->str[1] = 0;
    +        namestring->str[0] = '?';
    +        namestring->str[1] = 0;
         } else {
    -	size_t len;
    -
    -	X509_NAME_oneline(name, namestring->str, sizeof namestring->str);
    -	len = strlen(namestring->str);
    -	assert(namestring->str[len] == 0);
    -	assert(len < sizeof namestring->str);
    -
    -	if (len+1 == sizeof namestring->str) {
    -	    /* (Probably something was cut off.)
    -	     * Does not really work -- X509_NAME_oneline truncates after
    -	     * name components, we cannot tell from the result whether
    -	     * anything is missing. */
    -
    -	    assert(namestring->str[len] == 0);
    -	    namestring->str[--len] = '.';
    -	    namestring->str[--len] = '.';
    -	    namestring->str[--len] = '.';
    -	}
    +        size_t len;
    +
    +        X509_NAME_oneline(name, namestring->str, sizeof namestring->str);
    +        len = strlen(namestring->str);
    +        assert(namestring->str[len] == 0);
    +        assert(len < sizeof namestring->str);
    +
    +        if (len + 1 == sizeof namestring->str) {
    +            /*
    +             * (Probably something was cut off.) Does not really work --
    +             * X509_NAME_oneline truncates after name components, we cannot
    +             * tell from the result whether anything is missing.
    +             */
    +
    +            assert(namestring->str[len] == 0);
    +            namestring->str[--len] = '.';
    +            namestring->str[--len] = '.';
    +            namestring->str[--len] = '.';
    +        }
         }
     }
     
     /*****************************************************************************/
     
     /* to hinder OpenSSL from asking for passphrases */
    -static int
    -no_passphrase_callback(char *buf, int num, int w, void *arg)
    +static int no_passphrase_callback(char *buf, int num, int w, void *arg)
     {
         return -1;
     }
     
     #if OPENSSL_VERSION_NUMBER >= 0x00907000L
    -static int
    -verify_dont_fail_cb(X509_STORE_CTX *c, void *unused_arg)
    +static int verify_dont_fail_cb(X509_STORE_CTX *c, void *unused_arg)
     #else
    -static int
    -verify_dont_fail_cb(X509_STORE_CTX *c)
    +static int verify_dont_fail_cb(X509_STORE_CTX *c)
     #endif
     {
         int i;
    -    
    -    i = X509_verify_cert(c); /* sets c->error */
    +
    +    i = X509_verify_cert(c);    /* sets c->error */
     #if OPENSSL_VERSION_NUMBER >= 0x00905000L /* don't allow unverified
    -					   * certificates -- they could
    -					   * survive session reuse, but
    -					   * OpenSSL < 0.9.5-dev does not
    -					   * preserve their verify_result */
    +                                           * certificates -- they could
    +                                           * survive session reuse, but
    +                                           * OpenSSL < 0.9.5-dev does not
    +                                           * preserve their verify_result */
         if (i == 0)
    -	return 1;
    +        return 1;
         else
     #endif
    -	return i;
    +        return i;
     }
     
    -static DH *tls_dhe1024 = NULL; /* generating these takes a while, so do it just once */
    +static DH *tls_dhe1024 = NULL;  /* generating these takes a while, so do it
    +                                 * just once */
     
    -void
    -tls_set_dhe1024(int i, void *apparg)
    +void tls_set_dhe1024(int i, void *apparg)
     {
         DSA *dsaparams;
         DH *dhparams;
         const char *seed[] = { ";-)  :-(  :-)  :-(  ",
    -			   ";-)  :-(  :-)  :-(  ",
    -			   "Random String no. 12",
    -			   ";-)  :-(  :-)  :-(  ",
    -			   "hackers have even mo", /* from jargon file */
    +        ";-)  :-(  :-)  :-(  ",
    +        "Random String no. 12",
    +        ";-)  :-(  :-)  :-(  ",
    +        "hackers have even mo", /* from jargon file */
         };
         unsigned char seedbuf[20];
    -    
    +
         tls_init(apparg);
         if (i >= 0) {
    -	i %= sizeof seed / sizeof seed[0];
    -	assert(strlen(seed[i]) == 20);
    -	memcpy(seedbuf, seed[i], 20);
    -	dsaparams = DSA_generate_parameters(1024, seedbuf, 20, NULL, NULL, 0, NULL);
    +        i %= sizeof seed / sizeof seed[0];
    +        assert(strlen(seed[i]) == 20);
    +        memcpy(seedbuf, seed[i], 20);
    +        dsaparams =
    +            DSA_generate_parameters(1024, seedbuf, 20, NULL, NULL, 0, NULL);
         } else {
    -	/* random parameters (may take a while) */
    -	dsaparams = DSA_generate_parameters(1024, NULL, 0, NULL, NULL, 0, NULL);
    +        /* random parameters (may take a while) */
    +        dsaparams =
    +            DSA_generate_parameters(1024, NULL, 0, NULL, NULL, 0, NULL);
         }
    -    
    +
         if (dsaparams == NULL) {
    -	tls_openssl_errors("", "", NULL, apparg);
    -	return;
    +        tls_openssl_errors("", "", NULL, apparg);
    +        return;
         }
         dhparams = DSA_dup_DH(dsaparams);
         DSA_free(dsaparams);
         if (dhparams == NULL) {
    -	tls_openssl_errors("", "", NULL, apparg);
    -	return;
    +        tls_openssl_errors("", "", NULL, apparg);
    +        return;
         }
         if (tls_dhe1024 != NULL)
    -	DH_free(tls_dhe1024);
    +        DH_free(tls_dhe1024);
         tls_dhe1024 = dhparams;
     }
     
    -struct tls_create_ctx_args
    -tls_create_ctx_defaultargs(void)
    +struct tls_create_ctx_args tls_create_ctx_defaultargs(void)
     {
    -	struct tls_create_ctx_args ret;
    +    struct tls_create_ctx_args ret;
     
    -	ret.client_p = 0;
    -	ret.certificate_file = NULL;
    -	ret.key_file = NULL;
    -	ret.ca_file = NULL;
    -	ret.verify_depth = -1;
    -	ret.fail_unless_verified = 0;
    -	ret.export_p = 0;
    +    ret.client_p = 0;
    +    ret.certificate_file = NULL;
    +    ret.key_file = NULL;
    +    ret.ca_file = NULL;
    +    ret.verify_depth = -1;
    +    ret.fail_unless_verified = 0;
    +    ret.export_p = 0;
     
    -	return ret;
    +    return ret;
     }
     
    -SSL_CTX *
    -tls_create_ctx(struct tls_create_ctx_args a, void *apparg)
    +SSL_CTX *tls_create_ctx(struct tls_create_ctx_args a, void *apparg)
     {
         int r;
         static long context_num = 0;
         SSL_CTX *ret;
         const char *err_pref_1 = "", *err_pref_2 = "";
    -    
    +
         if (tls_init(apparg) == -1)
    -	return NULL;
    +        return NULL;
     
    -    ret = SSL_CTX_new((a.client_p? SSLv23_client_method:SSLv23_server_method)());
    +    ret =
    +        SSL_CTX_new((a.client_p ? SSLv23_client_method :
    +                     SSLv23_server_method) ());
     
         if (ret == NULL)
    -	goto err;
    +        goto err;
     
         SSL_CTX_set_default_passwd_cb(ret, no_passphrase_callback);
         SSL_CTX_set_mode(ret, SSL_MODE_ENABLE_PARTIAL_WRITE);
    -    
    +
         if ((a.certificate_file != NULL) || (a.key_file != NULL)) {
    -	if (a.key_file == NULL) {
    -	    tls_errprintf(1, apparg, "Need a key file.\n");
    -	    goto err_return;
    -	}
    -	if (a.certificate_file == NULL) {
    -	    tls_errprintf(1, apparg, "Need a certificate chain file.\n");
    -	    goto err_return;
    -	}
    -	
    -	if (!SSL_CTX_use_PrivateKey_file(ret, a.key_file, SSL_FILETYPE_PEM))
    -	    goto err;
    -	if (!tls_rand_seeded_p) {
    -	    /* particularly paranoid people may not like this --
    -	     * so provide your own random seeding before calling this */
    -	    if (tls_rand_seed_from_file(a.key_file, 0, apparg) == -1)
    -		goto err_return;
    -	}
    -	if (!SSL_CTX_use_certificate_chain_file(ret, a.certificate_file))
    -	    goto err;
    -	if (!SSL_CTX_check_private_key(ret)) {
    -	    tls_errprintf(1, apparg, "Private key \"%s\" does not match certificate \"%s\".\n", a.key_file, a.certificate_file);
    -	    goto err_peek;
    -	}
    +        if (a.key_file == NULL) {
    +            tls_errprintf(1, apparg, "Need a key file.\n");
    +            goto err_return;
    +        }
    +        if (a.certificate_file == NULL) {
    +            tls_errprintf(1, apparg, "Need a certificate chain file.\n");
    +            goto err_return;
    +        }
    +
    +        if (!SSL_CTX_use_PrivateKey_file(ret, a.key_file, SSL_FILETYPE_PEM))
    +            goto err;
    +        if (!tls_rand_seeded_p) {
    +            /*
    +             * particularly paranoid people may not like this -- so provide
    +             * your own random seeding before calling this
    +             */
    +            if (tls_rand_seed_from_file(a.key_file, 0, apparg) == -1)
    +                goto err_return;
    +        }
    +        if (!SSL_CTX_use_certificate_chain_file(ret, a.certificate_file))
    +            goto err;
    +        if (!SSL_CTX_check_private_key(ret)) {
    +            tls_errprintf(1, apparg,
    +                          "Private key \"%s\" does not match certificate \"%s\".\n",
    +                          a.key_file, a.certificate_file);
    +            goto err_peek;
    +        }
         }
    -    
    +
         if ((a.ca_file != NULL) || (a.verify_depth > 0)) {
    -	context_num++;
    -	r = SSL_CTX_set_session_id_context(ret, (const void *)&context_num, (unsigned int)sizeof context_num);
    -	if (!r)
    -	    goto err;
    -	
    -	SSL_CTX_set_verify(ret, SSL_VERIFY_PEER | (a.fail_unless_verified ? SSL_VERIFY_FAIL_IF_NO_PEER_CERT : 0), 0);
    -	if (!a.fail_unless_verified)
    -	    SSL_CTX_set_cert_verify_callback(ret, verify_dont_fail_cb, NULL);
    -	    
    -	if (a.verify_depth > 0)
    -	    SSL_CTX_set_verify_depth(ret, a.verify_depth);
    -	
    -	if (a.ca_file != NULL) {
    -	    r = SSL_CTX_load_verify_locations(ret, a.ca_file, NULL /* no CA-directory */); /* does not report failure if file does not exist ... */
    -	    if (!r) {
    -		err_pref_1 = " while processing certificate file ";
    -		err_pref_2 = a.ca_file;
    -		goto err;
    -	    }
    -	    
    -	    if (!a.client_p) {
    -		/* SSL_load_client_CA_file is a misnomer, it just creates a list of CNs. */
    -		SSL_CTX_set_client_CA_list(ret, SSL_load_client_CA_file(a.ca_file));
    -		/* SSL_CTX_set_client_CA_list does not have a return value;
    -		 * it does not really need one, but make sure
    -		 * (we really test if SSL_load_client_CA_file worked) */
    -		if (SSL_CTX_get_client_CA_list(ret) == NULL) {
    -		    tls_errprintf(1, apparg, "Could not set client CA list from \"%s\".\n", a.ca_file);
    -		    goto err_peek;
    -		}
    -	    }
    -	}
    +        context_num++;
    +        r = SSL_CTX_set_session_id_context(ret, (const void *)&context_num,
    +                                           (unsigned int)sizeof context_num);
    +        if (!r)
    +            goto err;
    +
    +        SSL_CTX_set_verify(ret,
    +                           SSL_VERIFY_PEER | (a.fail_unless_verified ?
    +                                              SSL_VERIFY_FAIL_IF_NO_PEER_CERT
    +                                              : 0), 0);
    +        if (!a.fail_unless_verified)
    +            SSL_CTX_set_cert_verify_callback(ret, verify_dont_fail_cb, NULL);
    +
    +        if (a.verify_depth > 0)
    +            SSL_CTX_set_verify_depth(ret, a.verify_depth);
    +
    +        if (a.ca_file != NULL) {
    +            /* does not report failure if file does not exist ... */
    +            /* NULL argument means no CA-directory */
    +            r = SSL_CTX_load_verify_locations(ret, a.ca_file, NULL);
    +            if (!r) {
    +                err_pref_1 = " while processing certificate file ";
    +                err_pref_2 = a.ca_file;
    +                goto err;
    +            }
    +
    +            if (!a.client_p) {
    +                /*
    +                 * SSL_load_client_CA_file is a misnomer, it just creates a
    +                 * list of CNs.
    +                 */
    +                SSL_CTX_set_client_CA_list(ret,
    +                                           SSL_load_client_CA_file
    +                                           (a.ca_file));
    +                /*
    +                 * SSL_CTX_set_client_CA_list does not have a return value;
    +                 * it does not really need one, but make sure (we really test
    +                 * if SSL_load_client_CA_file worked)
    +                 */
    +                if (SSL_CTX_get_client_CA_list(ret) == NULL) {
    +                    tls_errprintf(1, apparg,
    +                                  "Could not set client CA list from \"%s\".\n",
    +                                  a.ca_file);
    +                    goto err_peek;
    +                }
    +            }
    +        }
         }
    -    
    +
         if (!a.client_p) {
    -	if (tls_dhe1024 == NULL) {
    -	    int i;
    -
    -	    RAND_bytes((unsigned char *) &i, sizeof i);
    -	    /* make sure that i is non-negative -- pick one of the provided
    -	     * seeds */
    -	    if (i < 0)
    -		i = -i;
    -	    if (i < 0)
    -		i = 0;
    -	    tls_set_dhe1024(i, apparg);
    -	    if (tls_dhe1024 == NULL)
    -		goto err_return;
    -	}
    -	
    -	if (!SSL_CTX_set_tmp_dh(ret, tls_dhe1024))
    -	    goto err;
    -
    -	/* avoid small subgroup attacks: */
    -	SSL_CTX_set_options(ret, SSL_OP_SINGLE_DH_USE);
    +        if (tls_dhe1024 == NULL) {
    +            int i;
    +
    +            RAND_bytes((unsigned char *)&i, sizeof i);
    +            /*
    +             * make sure that i is non-negative -- pick one of the provided
    +             * seeds
    +             */
    +            if (i < 0)
    +                i = -i;
    +            if (i < 0)
    +                i = 0;
    +            tls_set_dhe1024(i, apparg);
    +            if (tls_dhe1024 == NULL)
    +                goto err_return;
    +        }
    +
    +        if (!SSL_CTX_set_tmp_dh(ret, tls_dhe1024))
    +            goto err;
    +
    +        /* avoid small subgroup attacks: */
    +        SSL_CTX_set_options(ret, SSL_OP_SINGLE_DH_USE);
         }
    -	
     #ifndef NO_RSA
         if (!a.client_p && a.export_p) {
    -	RSA *tmpkey;
    -
    -	tmpkey = RSA_generate_key(512, RSA_F4, 0, NULL);
    -	if (tmpkey == NULL)
    -	    goto err;
    -	if (!SSL_CTX_set_tmp_rsa(ret, tmpkey)) {
    -	    RSA_free(tmpkey);
    -	    goto err;
    -	}
    -	RSA_free(tmpkey); /* SSL_CTX_set_tmp_rsa uses a duplicate. */
    +        RSA *tmpkey;
    +
    +        tmpkey = RSA_generate_key(512, RSA_F4, 0, NULL);
    +        if (tmpkey == NULL)
    +            goto err;
    +        if (!SSL_CTX_set_tmp_rsa(ret, tmpkey)) {
    +            RSA_free(tmpkey);
    +            goto err;
    +        }
    +        RSA_free(tmpkey);       /* SSL_CTX_set_tmp_rsa uses a duplicate. */
         }
     #endif
    -	
    +
         return ret;
    -    
    +
      err_peek:
         if (!ERR_peek_error())
    -	goto err_return;
    +        goto err_return;
      err:
         tls_openssl_errors(err_pref_1, err_pref_2, NULL, apparg);
      err_return:
         if (ret != NULL)
    -	SSL_CTX_free(ret);
    +        SSL_CTX_free(ret);
         return NULL;
     }
     
    -
     /*****************************************************************************/
     
    -static int
    -tls_socket_nonblocking(int fd)
    +static int tls_socket_nonblocking(int fd)
     {
         int v, r;
     
         v = fcntl(fd, F_GETFL, 0);
         if (v == -1) {
    -	if (errno == EINVAL)
    -	    return 0; /* already shut down -- ignore */
    -	return -1;
    +        if (errno == EINVAL)
    +            return 0;           /* already shut down -- ignore */
    +        return -1;
         }
         r = fcntl(fd, F_SETFL, v | O_NONBLOCK);
         if (r == -1) {
    -	if (errno == EINVAL)
    -	    return 0; /* already shut down -- ignore */
    -	return -1;
    +        if (errno == EINVAL)
    +            return 0;           /* already shut down -- ignore */
    +        return -1;
         }
         return 0;
     }
     
    -static int
    -max(int a, int b)
    +static int max(int a, int b)
     {
         return a > b ? a : b;
     }
     
    +/* timeout, -1 means no timeout */
     static void
    -tls_sockets_select(int read_select_1, int read_select_2, int write_select_1, int write_select_2, int seconds /* timeout, -1 means no timeout */)
    +tls_sockets_select(int read_select_1, int read_select_2, int write_select_1,
    +                   int write_select_2, int seconds)
     {
         int maxfd, n;
         fd_set reads, writes;
         struct timeval timeout;
         struct timeval *timeout_p;
    -    
    -    assert(read_select_1 >= -1 && read_select_2 >= -1 && write_select_1 >= -1 && write_select_2 >= -1);
    -    assert(read_select_1 < FD_SETSIZE && read_select_2 < FD_SETSIZE -1 && write_select_1 < FD_SETSIZE -1 && write_select_2 < FD_SETSIZE -1);
     
    -    maxfd = max(max(read_select_1, read_select_2), max(write_select_1, write_select_2));
    +    assert(read_select_1 >= -1 && read_select_2 >= -1 && write_select_1 >= -1
    +           && write_select_2 >= -1);
    +    assert(read_select_1 < FD_SETSIZE && read_select_2 < FD_SETSIZE - 1
    +           && write_select_1 < FD_SETSIZE - 1
    +           && write_select_2 < FD_SETSIZE - 1);
    +
    +    maxfd =
    +        max(max(read_select_1, read_select_2),
    +            max(write_select_1, write_select_2));
         assert(maxfd >= 0);
     
         FD_ZERO(&reads);
         FD_ZERO(&writes);
    -    
    -    for(n = 0; n < 4; ++n) {
    -	int i = n % 2;
    -	int w = n >= 2;
    -	/* loop over all (i, w) in {0,1}x{0,1} */
    -	int fd;
    -	
    -	if (i == 0 && w == 0)
    -	    fd = read_select_1;
    -	else if (i == 1 && w == 0)
    -	    fd = read_select_2;
    -	else if (i == 0 && w == 1)
    -	    fd = write_select_1;
    -	else {
    -	    assert(i == 1 && w == 1);
    -	    fd = write_select_2;
    -	}
    -	
    -	if (fd >= 0) {
    -	    if (w == 0)
    -		FD_SET(fd, &reads);
    -	    else /* w == 1 */
    -		FD_SET(fd, &writes);
    -	}
    +
    +    for (n = 0; n < 4; ++n) {
    +        int i = n % 2;
    +        int w = n >= 2;
    +        /* loop over all (i, w) in {0,1}x{0,1} */
    +        int fd;
    +
    +        if (i == 0 && w == 0)
    +            fd = read_select_1;
    +        else if (i == 1 && w == 0)
    +            fd = read_select_2;
    +        else if (i == 0 && w == 1)
    +            fd = write_select_1;
    +        else {
    +            assert(i == 1 && w == 1);
    +            fd = write_select_2;
    +        }
    +
    +        if (fd >= 0) {
    +            if (w == 0)
    +                FD_SET(fd, &reads);
    +            else                /* w == 1 */
    +                FD_SET(fd, &writes);
    +        }
         }
     
         if (seconds >= 0) {
    -	timeout.tv_sec = seconds;
    -	timeout.tv_usec = 0;
    -	timeout_p = &timeout;
    -    } else 
    -	timeout_p = NULL;
    +        timeout.tv_sec = seconds;
    +        timeout.tv_usec = 0;
    +        timeout_p = &timeout;
    +    } else
    +        timeout_p = NULL;
     
         DEBUG_MSG2("select no.", ++tls_select_count);
         select(maxfd + 1, &reads, &writes, (fd_set *) NULL, timeout_p);
    @@ -870,56 +905,65 @@ struct tunnelbuf {
         size_t offset;
     };
     
    -static int tls_connect_attempt(SSL *, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref);
    +static int tls_connect_attempt(SSL *, int *write_select, int *read_select,
    +                               int *closed, int *progress,
    +                               const char **err_pref);
     
    -static int tls_accept_attempt(SSL *, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref);
    +static int tls_accept_attempt(SSL *, int *write_select, int *read_select,
    +                              int *closed, int *progress,
    +                              const char **err_pref);
     
    -static int tls_write_attempt(SSL *, struct tunnelbuf *, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref);
    +static int tls_write_attempt(SSL *, struct tunnelbuf *, int *write_select,
    +                             int *read_select, int *closed, int *progress,
    +                             const char **err_pref);
     
    -static int tls_read_attempt(SSL *, struct tunnelbuf *, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref);
    +static int tls_read_attempt(SSL *, struct tunnelbuf *, int *write_select,
    +                            int *read_select, int *closed, int *progress,
    +                            const char **err_pref);
     
    -static int write_attempt(int fd, struct tunnelbuf *, int *select, int *closed, int *progress);
    +static int write_attempt(int fd, struct tunnelbuf *, int *select, int *closed,
    +                         int *progress);
     
    -static int read_attempt(int fd, struct tunnelbuf *, int *select, int *closed, int *progress);
    +static int read_attempt(int fd, struct tunnelbuf *, int *select, int *closed,
    +                        int *progress);
     
     static void write_info(SSL *ssl, int *info_fd)
     {
         if (*info_fd != -1) {
    -	long v;
    -	int v_ok;
    -	struct tls_x509_name_string peer;
    -	char infobuf[TLS_INFO_SIZE];
    -	int r;
    -
    -	DEBUG_MSG("write_info");
    -	v = SSL_get_verify_result(ssl);
    -	v_ok = (v == X509_V_OK) ? 'A' : 'E'; /* Auth./Error */
    -	{
    -	    X509 *peercert;
    -
    -	    peercert = SSL_get_peer_certificate(ssl);
    -	    tls_get_x509_subject_name_oneline(peercert, &peer);
    -	    if (peercert != NULL)
    -		X509_free(peercert);
    -	}
    -	if (peer.str[0] == '\0')
    -	    v_ok = '0'; /* no cert at all */
    -	else
    -	    if (strchr(peer.str, '\n')) {
    -		/* should not happen, but make sure */
    -		*strchr(peer.str, '\n') = '\0';
    -	    }
    -	r = snprintf(infobuf, sizeof infobuf, "%c:%s\n%s\n", v_ok, X509_verify_cert_error_string(v), peer.str);
    -	DEBUG_MSG2("snprintf", r);
    -	if (r == -1 || r >= sizeof infobuf)
    -	    r = sizeof infobuf - 1;
    -	write(*info_fd, infobuf, r);
    -	close (*info_fd);
    -	*info_fd = -1;
    +        long v;
    +        int v_ok;
    +        struct tls_x509_name_string peer;
    +        char infobuf[TLS_INFO_SIZE];
    +        int r;
    +
    +        DEBUG_MSG("write_info");
    +        v = SSL_get_verify_result(ssl);
    +        v_ok = (v == X509_V_OK) ? 'A' : 'E'; /* Auth./Error */
    +        {
    +            X509 *peercert;
    +
    +            peercert = SSL_get_peer_certificate(ssl);
    +            tls_get_x509_subject_name_oneline(peercert, &peer);
    +            if (peercert != NULL)
    +                X509_free(peercert);
    +        }
    +        if (peer.str[0] == '\0')
    +            v_ok = '0';         /* no cert at all */
    +        else if (strchr(peer.str, '\n')) {
    +            /* should not happen, but make sure */
    +            *strchr(peer.str, '\n') = '\0';
    +        }
    +        r = snprintf(infobuf, sizeof infobuf, "%c:%s\n%s\n", v_ok,
    +                     X509_verify_cert_error_string(v), peer.str);
    +        DEBUG_MSG2("snprintf", r);
    +        if (r == -1 || r >= sizeof infobuf)
    +            r = sizeof infobuf - 1;
    +        write(*info_fd, infobuf, r);
    +        close(*info_fd);
    +        *info_fd = -1;
         }
     }
     
    -
     /* tls_proxy expects that all fds are closed after return */
     static void
     tls_proxy(int clear_fd, int tls_fd, int info_fd, SSL_CTX *ctx, int client_p)
    @@ -947,19 +991,19 @@ tls_proxy(int clear_fd, int tls_fd, int info_fd, SSL_CTX *ctx, int client_p)
     
         ssl = SSL_new(ctx);
         if (ssl == NULL)
    -	goto err;
    +        goto err;
         DEBUG_MSG("SSL_new");
         if (!SSL_set_fd(ssl, tls_fd))
    -	goto err;
    +        goto err;
         rbio = SSL_get_rbio(ssl);
    -    wbio = SSL_get_wbio(ssl); /* should be the same, but who cares */
    +    wbio = SSL_get_wbio(ssl);   /* should be the same, but who cares */
         assert(rbio != NULL);
         assert(wbio != NULL);
         if (client_p)
    -	SSL_set_connect_state(ssl);
    +        SSL_set_connect_state(ssl);
         else
    -	SSL_set_accept_state(ssl);
    -    
    +        SSL_set_accept_state(ssl);
    +
         closed = 0;
         in_handshake = 1;
         tls_to_clear.len = 0;
    @@ -968,100 +1012,117 @@ tls_proxy(int clear_fd, int tls_fd, int info_fd, SSL_CTX *ctx, int client_p)
         clear_to_tls.offset = 0;
     
         err_def = "I/O error";
    -    
    -    /* loop finishes as soon as we detect that one side closed;
    -     * when all (program and OS) buffers have enough space,
    -     * the data from the last succesful read in each direction is transferred
    -     * before close */
    +
    +    /*
    +     * loop finishes as soon as we detect that one side closed; when all
    +     * (program and OS) buffers have enough space, the data from the last
    +     * succesful read in each direction is transferred before close
    +     */
         do {
    -	int clear_read_select = 0, clear_write_select = 0,
    -	    tls_read_select = 0, tls_write_select = 0,
    -	    progress = 0;
    -	int r;
    -	unsigned long num_read = BIO_number_read(rbio),
    -	    num_written = BIO_number_written(wbio);
    -
    -	DEBUG_MSG2("loop iteration", ++tls_loop_count);
    -
    -	if (in_handshake) {
    -	    DEBUG_MSG("in_handshake");
    -	    if (client_p)
    -		r = tls_connect_attempt(ssl, &tls_write_select, &tls_read_select, &closed, &progress, &err_pref_1);
    -	    else
    -		r = tls_accept_attempt(ssl, &tls_write_select, &tls_read_select, &closed, &progress, &err_pref_1);
    -	    if (r != 0) {
    -		write_info(ssl, &info_fd);
    -		goto err;
    -	    }
    -	    if (closed)
    -		goto err_return;
    -	    if (!SSL_in_init(ssl)) {
    -		in_handshake = 0;
    -		write_info(ssl, &info_fd);
    -	    }
    -	}
    -	
    -	if (clear_to_tls.len != 0 && !in_handshake) {
    -	    assert(!closed);
    -	    
    -	    r = tls_write_attempt(ssl, &clear_to_tls, &tls_write_select, &tls_read_select, &closed, &progress, &err_pref_1);
    -	    if (r != 0)
    -		goto err;
    -	    if (closed) {
    -		assert(progress);
    -		tls_to_clear.offset = 0;
    -		tls_to_clear.len = 0;
    -	    }
    -	}
    -	
    -	if (tls_to_clear.len != 0) {
    -	    assert(!closed);
    -
    -	    r = write_attempt(clear_fd, &tls_to_clear, &clear_write_select, &closed, &progress);
    -	    if (r != 0)
    -		goto err_return;
    -	    if (closed) {
    -		assert(progress);
    -		clear_to_tls.offset = 0;
    -		clear_to_tls.len = 0;
    -	    }
    -	}
    -	
    -	if (!closed) {
    -	    if (clear_to_tls.offset + clear_to_tls.len < sizeof clear_to_tls.buf) {
    -		r = read_attempt(clear_fd, &clear_to_tls, &clear_read_select, &closed, &progress);
    -		if (r != 0)
    -		    goto err_return;
    -		if (closed) {
    -		    r = SSL_shutdown(ssl);
    -		    DEBUG_MSG2("SSL_shutdown", r);
    -		}
    -	    }
    -	}
    -	
    -	if (!closed && !in_handshake) {
    -	    if (tls_to_clear.offset + tls_to_clear.len < sizeof tls_to_clear.buf) {
    -		r = tls_read_attempt(ssl, &tls_to_clear, &tls_write_select, &tls_read_select, &closed, &progress, &err_pref_1);
    -		if (r != 0)
    -		    goto err;
    -		if (closed) {
    -		    r = SSL_shutdown(ssl);
    -		    DEBUG_MSG2("SSL_shutdown", r);
    -		}
    -	    }
    -	}
    -
    -	if (!progress) {
    -	    DEBUG_MSG("!progress?");
    -	    if (num_read != BIO_number_read(rbio) || num_written != BIO_number_written(wbio))
    -		progress = 1;
    -
    -	    if (!progress) {
    -		DEBUG_MSG("!progress");
    -		assert(clear_read_select || tls_read_select || clear_write_select || tls_write_select);
    -		tls_sockets_select(clear_read_select ? clear_fd : -1, tls_read_select ? tls_fd : -1, clear_write_select ? clear_fd : -1, tls_write_select ? tls_fd : -1, -1);
    -	    }
    -	}
    +        int clear_read_select = 0, clear_write_select = 0,
    +            tls_read_select = 0, tls_write_select = 0, progress = 0;
    +        int r;
    +        unsigned long num_read = BIO_number_read(rbio),
    +            num_written = BIO_number_written(wbio);
    +
    +        DEBUG_MSG2("loop iteration", ++tls_loop_count);
    +
    +        if (in_handshake) {
    +            DEBUG_MSG("in_handshake");
    +            if (client_p)
    +                r = tls_connect_attempt(ssl, &tls_write_select,
    +                                        &tls_read_select, &closed, &progress,
    +                                        &err_pref_1);
    +            else
    +                r = tls_accept_attempt(ssl, &tls_write_select,
    +                                       &tls_read_select, &closed, &progress,
    +                                       &err_pref_1);
    +            if (r != 0) {
    +                write_info(ssl, &info_fd);
    +                goto err;
    +            }
    +            if (closed)
    +                goto err_return;
    +            if (!SSL_in_init(ssl)) {
    +                in_handshake = 0;
    +                write_info(ssl, &info_fd);
    +            }
    +        }
    +
    +        if (clear_to_tls.len != 0 && !in_handshake) {
    +            assert(!closed);
    +
    +            r = tls_write_attempt(ssl, &clear_to_tls, &tls_write_select,
    +                                  &tls_read_select, &closed, &progress,
    +                                  &err_pref_1);
    +            if (r != 0)
    +                goto err;
    +            if (closed) {
    +                assert(progress);
    +                tls_to_clear.offset = 0;
    +                tls_to_clear.len = 0;
    +            }
    +        }
    +
    +        if (tls_to_clear.len != 0) {
    +            assert(!closed);
    +
    +            r = write_attempt(clear_fd, &tls_to_clear, &clear_write_select,
    +                              &closed, &progress);
    +            if (r != 0)
    +                goto err_return;
    +            if (closed) {
    +                assert(progress);
    +                clear_to_tls.offset = 0;
    +                clear_to_tls.len = 0;
    +            }
    +        }
    +
    +        if (!closed) {
    +            if (clear_to_tls.offset + clear_to_tls.len <
    +                sizeof clear_to_tls.buf) {
    +                r = read_attempt(clear_fd, &clear_to_tls, &clear_read_select,
    +                                 &closed, &progress);
    +                if (r != 0)
    +                    goto err_return;
    +                if (closed) {
    +                    r = SSL_shutdown(ssl);
    +                    DEBUG_MSG2("SSL_shutdown", r);
    +                }
    +            }
    +        }
    +
    +        if (!closed && !in_handshake) {
    +            if (tls_to_clear.offset + tls_to_clear.len <
    +                sizeof tls_to_clear.buf) {
    +                r = tls_read_attempt(ssl, &tls_to_clear, &tls_write_select,
    +                                     &tls_read_select, &closed, &progress,
    +                                     &err_pref_1);
    +                if (r != 0)
    +                    goto err;
    +                if (closed) {
    +                    r = SSL_shutdown(ssl);
    +                    DEBUG_MSG2("SSL_shutdown", r);
    +                }
    +            }
    +        }
    +
    +        if (!progress) {
    +            DEBUG_MSG("!progress?");
    +            if (num_read != BIO_number_read(rbio)
    +                || num_written != BIO_number_written(wbio))
    +                progress = 1;
    +
    +            if (!progress) {
    +                DEBUG_MSG("!progress");
    +                assert(clear_read_select || tls_read_select
    +                       || clear_write_select || tls_write_select);
    +                tls_sockets_select(clear_read_select ? clear_fd : -1,
    +                                   tls_read_select ? tls_fd : -1,
    +                                   clear_write_select ? clear_fd : -1,
    +                                   tls_write_select ? tls_fd : -1, -1);
    +            }
    +        }
         } while (!closed);
         return;
     
    @@ -1071,91 +1132,97 @@ tls_proxy(int clear_fd, int tls_fd, int info_fd, SSL_CTX *ctx, int client_p)
         return;
     }
     
    -
     static int
    -tls_get_error(SSL *ssl, int r, int *write_select, int *read_select, int *closed, int *progress)
    +tls_get_error(SSL *ssl, int r, int *write_select, int *read_select,
    +              int *closed, int *progress)
     {
         int err = SSL_get_error(ssl, r);
     
         if (err == SSL_ERROR_NONE) {
    -	assert(r > 0);
    -	*progress = 1;
    -	return 0;
    +        assert(r > 0);
    +        *progress = 1;
    +        return 0;
         }
     
         assert(r <= 0);
     
         switch (err) {
         case SSL_ERROR_ZERO_RETURN:
    -	assert(r == 0);
    -	*closed = 1;
    -	*progress = 1;
    -	return 0;
    +        assert(r == 0);
    +        *closed = 1;
    +        *progress = 1;
    +        return 0;
     
         case SSL_ERROR_WANT_WRITE:
    -	*write_select = 1;
    -	return 0;
    -	
    +        *write_select = 1;
    +        return 0;
    +
         case SSL_ERROR_WANT_READ:
    -	*read_select = 1;
    -	return 0;
    +        *read_select = 1;
    +        return 0;
         }
     
         return -1;
     }
     
     static int
    -tls_connect_attempt(SSL *ssl, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref)
    +tls_connect_attempt(SSL *ssl, int *write_select, int *read_select,
    +                    int *closed, int *progress, const char **err_pref)
     {
         int n, r;
     
         DEBUG_MSG("tls_connect_attempt");
         n = SSL_connect(ssl);
    -    DEBUG_MSG2("SSL_connect",n);
    +    DEBUG_MSG2("SSL_connect", n);
         r = tls_get_error(ssl, n, write_select, read_select, closed, progress);
         if (r == -1)
    -	*err_pref = " during SSL_connect";
    +        *err_pref = " during SSL_connect";
         return r;
     }
     
     static int
    -tls_accept_attempt(SSL *ssl, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref)
    +tls_accept_attempt(SSL *ssl, int *write_select, int *read_select, int *closed,
    +                   int *progress, const char **err_pref)
     {
         int n, r;
     
         DEBUG_MSG("tls_accept_attempt");
         n = SSL_accept(ssl);
    -    DEBUG_MSG2("SSL_accept",n);
    +    DEBUG_MSG2("SSL_accept", n);
         r = tls_get_error(ssl, n, write_select, read_select, closed, progress);
         if (r == -1)
    -	*err_pref = " during SSL_accept";
    +        *err_pref = " during SSL_accept";
         return r;
     }
     
     static int
    -tls_write_attempt(SSL *ssl, struct tunnelbuf *buf, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref)
    +tls_write_attempt(SSL *ssl, struct tunnelbuf *buf, int *write_select,
    +                  int *read_select, int *closed, int *progress,
    +                  const char **err_pref)
     {
         int n, r;
     
         DEBUG_MSG("tls_write_attempt");
         n = SSL_write(ssl, buf->buf + buf->offset, buf->len);
    -    DEBUG_MSG2("SSL_write",n);
    +    DEBUG_MSG2("SSL_write", n);
         r = tls_get_error(ssl, n, write_select, read_select, closed, progress);
         if (n > 0) {
    -	buf->len -= n;
    -	assert(buf->len >= 0);
    -	if (buf->len == 0)
    -	    buf->offset = 0;
    -	else
    -	    buf->offset += n;
    +        buf->len -= n;
    +        assert(buf->len >= 0);
    +        if (buf->len == 0)
    +            buf->offset = 0;
    +        else
    +            buf->offset += n;
         }
         if (r == -1)
    -	*err_pref = " during SSL_write";
    +        *err_pref = " during SSL_write";
         return r;
     }
     
     static int
    -tls_read_attempt(SSL *ssl, struct tunnelbuf *buf, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref)
    +tls_read_attempt(SSL *ssl, struct tunnelbuf *buf, int *write_select,
    +                 int *read_select, int *closed, int *progress,
    +                 const char **err_pref)
     {
         int n, r;
         size_t total;
    @@ -1164,62 +1231,64 @@ tls_read_attempt(SSL *ssl, struct tunnelbuf *buf, int *write_select, int *read_s
         total = buf->offset + buf->len;
         assert(total < sizeof buf->buf);
         n = SSL_read(ssl, buf->buf + total, (sizeof buf->buf) - total);
    -    DEBUG_MSG2("SSL_read",n);
    +    DEBUG_MSG2("SSL_read", n);
         r = tls_get_error(ssl, n, write_select, read_select, closed, progress);
         if (n > 0) {
    -	buf->len += n;
    -	assert(buf->offset + buf->len <= sizeof buf->buf);
    +        buf->len += n;
    +        assert(buf->offset + buf->len <= sizeof buf->buf);
         }
         if (r == -1)
    -	*err_pref = " during SSL_read";
    +        *err_pref = " during SSL_read";
         return r;
     }
     
    -static int
    -get_error(int r, int *select, int *closed, int *progress)
    +static int get_error(int r, int *select, int *closed, int *progress)
     {
         if (r >= 0) {
    -	*progress = 1;
    -	if (r == 0)
    -	    *closed = 1;
    -	return 0;
    +        *progress = 1;
    +        if (r == 0)
    +            *closed = 1;
    +        return 0;
         } else {
    -	assert(r == -1);
    -	if (errno == EAGAIN || errno == EWOULDBLOCK) {
    -	    *select = 1;
    -	    return 0;
    -	} else if (errno == EPIPE) {
    -	    *progress = 1;
    -	    *closed = 1;
    -	    return 0;
    -	} else
    -	    return -1;
    +        assert(r == -1);
    +        if (errno == EAGAIN || errno == EWOULDBLOCK) {
    +            *select = 1;
    +            return 0;
    +        } else if (errno == EPIPE) {
    +            *progress = 1;
    +            *closed = 1;
    +            return 0;
    +        } else
    +            return -1;
         }
     }
     
    -static int write_attempt(int fd, struct tunnelbuf *buf, int *select, int *closed, int *progress)
    +static int write_attempt(int fd, struct tunnelbuf *buf, int *select,
    +                         int *closed, int *progress)
     {
         int n, r;
     
         DEBUG_MSG("write_attempt");
         n = write(fd, buf->buf + buf->offset, buf->len);
    -    DEBUG_MSG2("write",n);
    +    DEBUG_MSG2("write", n);
         r = get_error(n, select, closed, progress);
         if (n > 0) {
    -	buf->len -= n;
    -	assert(buf->len >= 0);
    -	if (buf->len == 0)
    -	    buf->offset = 0;
    -	else
    -	    buf->offset += n;
    +        buf->len -= n;
    +        assert(buf->len >= 0);
    +        if (buf->len == 0)
    +            buf->offset = 0;
    +        else
    +            buf->offset += n;
         }
         if (r == -1)
    -	tls_errprintf(1, tls_child_apparg, "write error: %s\n", strerror(errno));
    +        tls_errprintf(1, tls_child_apparg, "write error: %s\n",
    +                      strerror(errno));
         return r;
     }
    -    
    +
     static int
    -read_attempt(int fd, struct tunnelbuf *buf, int *select, int *closed, int *progress)
    +read_attempt(int fd, struct tunnelbuf *buf, int *select, int *closed,
    +             int *progress)
     {
         int n, r;
         size_t total;
    @@ -1228,13 +1297,14 @@ read_attempt(int fd, struct tunnelbuf *buf, int *select, int *closed, int *progr
         total = buf->offset + buf->len;
         assert(total < sizeof buf->buf);
         n = read(fd, buf->buf + total, (sizeof buf->buf) - total);
    -    DEBUG_MSG2("read",n);
    +    DEBUG_MSG2("read", n);
         r = get_error(n, select, closed, progress);
         if (n > 0) {
    -	buf->len += n;
    -	assert(buf->offset + buf->len <= sizeof buf->buf);
    +        buf->len += n;
    +        assert(buf->offset + buf->len <= sizeof buf->buf);
         }
         if (r == -1)
    -	tls_errprintf(1, tls_child_apparg, "read error: %s\n", strerror(errno));
    +        tls_errprintf(1, tls_child_apparg, "read error: %s\n",
    +                      strerror(errno));
         return r;
     }
    diff --git a/openssl/demos/easy_tls/easy-tls.h b/openssl/demos/easy_tls/easy-tls.h
    index 52b298e65..1c587b861 100644
    --- a/openssl/demos/easy_tls/easy-tls.h
    +++ b/openssl/demos/easy_tls/easy-tls.h
    @@ -1,5 +1,5 @@
     /* -*- Mode: C; c-file-style: "bsd" -*- */
    -/*
    +/*-
      * easy-tls.h -- generic TLS proxy.
      * $Id: easy-tls.h,v 1.1 2001/09/17 19:06:59 bodo Exp $
      */
    @@ -8,26 +8,26 @@
      */
     
     #ifndef HEADER_TLS_H
    -#define HEADER_TLS_H
    +# define HEADER_TLS_H
     
    -#ifndef HEADER_SSL_H
    +# ifndef HEADER_SSL_H
     typedef struct ssl_ctx_st SSL_CTX;
    -#endif
    +# endif
     
    -#define TLS_INFO_SIZE 512 /* max. # of bytes written to infofd */
    +# define TLS_INFO_SIZE 512      /* max. # of bytes written to infofd */
     
    -void tls_set_dhe1024(int i, void* apparg);
    -/* Generate DHE parameters:
    - * i >= 0 deterministic (i selects seed), i < 0 random (may take a while).
    - * tls_create_ctx calls this with random non-negative i if the application
    - * has never called it.*/
    +void tls_set_dhe1024(int i, void *apparg);
    +/*
    + * Generate DHE parameters: i >= 0 deterministic (i selects seed), i < 0
    + * random (may take a while). tls_create_ctx calls this with random
    + * non-negative i if the application has never called it.
    + */
     
     void tls_rand_seed(void);
     int tls_rand_seed_from_file(const char *filename, size_t n, void *apparg);
     void tls_rand_seed_from_memory(const void *buf, size_t n);
     
    -struct tls_create_ctx_args 
    -{
    +struct tls_create_ctx_args {
         int client_p;
         const char *certificate_file;
         const char *key_file;
    @@ -37,12 +37,13 @@ struct tls_create_ctx_args
         int export_p;
     };
     struct tls_create_ctx_args tls_create_ctx_defaultargs(void);
    -/* struct tls_create_ctx_args is similar to a conventional argument list,
    - * but it can provide default values and allows for future extension. */
    +/*
    + * struct tls_create_ctx_args is similar to a conventional argument list, but
    + * it can provide default values and allows for future extension.
    + */
     SSL_CTX *tls_create_ctx(struct tls_create_ctx_args, void *apparg);
     
    -struct tls_start_proxy_args
    -{
    +struct tls_start_proxy_args {
         int fd;
         int client_p;
         SSL_CTX *ctx;
    @@ -50,8 +51,10 @@ struct tls_start_proxy_args
         int *infofd;
     };
     struct tls_start_proxy_args tls_start_proxy_defaultargs(void);
    -/* tls_start_proxy return value *MUST* be checked!
    - * 0 means ok, otherwise we've probably run out of some resources. */
    +/*
    + * tls_start_proxy return value *MUST* be checked! 0 means ok, otherwise
    + * we've probably run out of some resources.
    + */
     int tls_start_proxy(struct tls_start_proxy_args, void *apparg);
     
     #endif
    diff --git a/openssl/demos/easy_tls/test.c b/openssl/demos/easy_tls/test.c
    index 21f679afd..d1dd53d0c 100644
    --- a/openssl/demos/easy_tls/test.c
    +++ b/openssl/demos/easy_tls/test.c
    @@ -20,21 +20,19 @@
     #include "test.h"
     #include "easy-tls.h"
     
    -void
    -test_process_init(int fd, int client_p, void *apparg)
    +void test_process_init(int fd, int client_p, void *apparg)
     {
    -    fprintf(stderr, "test_process_init(fd = %d, client_p = %d, apparg = %p)\n", fd, client_p, apparg);
    +    fprintf(stderr,
    +            "test_process_init(fd = %d, client_p = %d, apparg = %p)\n", fd,
    +            client_p, apparg);
     }
     
    -void
    -test_errflush(int child_p, char *errbuf, size_t num, void *apparg)
    +void test_errflush(int child_p, char *errbuf, size_t num, void *apparg)
     {
         fputs(errbuf, stderr);
     }
     
    -
    -int
    -main(int argc, char *argv[])
    +int main(int argc, char *argv[])
     {
         int s, fd, r;
         FILE *conn_in;
    @@ -47,198 +45,204 @@ main(int argc, char *argv[])
         char infobuf[TLS_INFO_SIZE + 1];
     
         if (argc > 1 && argv[1][0] == '-') {
    -	fputs("Usage: test [port]                   -- server\n"
    -	      "       test num.num.num.num [port]   -- client\n",
    -	      stderr);
    -	exit(1);
    +        fputs("Usage: test [port]                   -- server\n"
    +              "       test num.num.num.num [port]   -- client\n", stderr);
    +        exit(1);
         }
     
         if (argc > 1) {
    -	if (strchr(argv[1], '.')) {
    -	    client_p = 1;
    -	}
    +        if (strchr(argv[1], '.')) {
    +            client_p = 1;
    +        }
         }
    -    
    +
         fputs(client_p ? "Client\n" : "Server\n", stderr);
    -    
    +
         {
    -	struct tls_create_ctx_args a = tls_create_ctx_defaultargs();
    -	a.client_p = client_p;
    -	a.certificate_file = "cert.pem";
    -	a.key_file = "cert.pem";
    -	a.ca_file = "cacerts.pem";
    -	
    -	ctx = tls_create_ctx(a, NULL);
    -	if (ctx == NULL)
    -	    exit(1);
    +        struct tls_create_ctx_args a = tls_create_ctx_defaultargs();
    +        a.client_p = client_p;
    +        a.certificate_file = "cert.pem";
    +        a.key_file = "cert.pem";
    +        a.ca_file = "cacerts.pem";
    +
    +        ctx = tls_create_ctx(a, NULL);
    +        if (ctx == NULL)
    +            exit(1);
         }
    -    
    +
         s = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP);
         if (s == -1) {
    -	perror("socket");
    -	exit(1);
    +        perror("socket");
    +        exit(1);
         }
    -    
    +
         if (client_p) {
    -	struct sockaddr_in addr;
    -	size_t addr_len = sizeof addr;
    -	    
    -	addr.sin_family = AF_INET;
    -	assert(argc > 1);
    -	if (argc > 2)
    -	    sscanf(argv[2], "%d", &port);
    -	else
    -	    port = C_PORT;
    -	addr.sin_port = htons(port);
    -	addr.sin_addr.s_addr = inet_addr(argv[1]);
    -	    
    -	r = connect(s, &addr, addr_len);
    -	if (r != 0) {
    -	    perror("connect");
    -	    exit(1);
    -	}
    -	fd = s;
    -	fprintf(stderr, "Connect (fd = %d).\n", fd);
    +        struct sockaddr_in addr;
    +        size_t addr_len = sizeof addr;
    +
    +        addr.sin_family = AF_INET;
    +        assert(argc > 1);
    +        if (argc > 2)
    +            sscanf(argv[2], "%d", &port);
    +        else
    +            port = C_PORT;
    +        addr.sin_port = htons(port);
    +        addr.sin_addr.s_addr = inet_addr(argv[1]);
    +
    +        r = connect(s, &addr, addr_len);
    +        if (r != 0) {
    +            perror("connect");
    +            exit(1);
    +        }
    +        fd = s;
    +        fprintf(stderr, "Connect (fd = %d).\n", fd);
         } else {
    -	/* server */
    -	{
    -	    int i = 1;
    -
    -	    r = setsockopt(s, SOL_SOCKET, SO_REUSEADDR, (void *) &i, sizeof i);
    -	    if (r == -1) {
    -		perror("setsockopt");
    -		exit(1);
    -	    }
    -	}
    -	
    -	{
    -	    struct sockaddr_in addr;
    -	    size_t addr_len = sizeof addr;
    -	    
    -	    if (argc > 1)
    -		sscanf(argv[1], "%d", &port);
    -	    else
    -		port = L_PORT;
    -	    addr.sin_family = AF_INET;
    -	    addr.sin_port = htons(port);
    -	    addr.sin_addr.s_addr = INADDR_ANY;
    -	    
    -	    r = bind(s, &addr, addr_len);
    -	    if (r != 0) {
    -		perror("bind");
    -		exit(1);
    -	    }
    -	}
    -    
    -	r = listen(s, 1);
    -	if (r == -1) {
    -	    perror("listen");
    -	    exit(1);
    -	}
    -
    -	fprintf(stderr, "Listening at port %i.\n", port);
    -	
    -	fd = accept(s, NULL, 0);
    -	if (fd == -1) {
    -	    perror("accept");
    -	    exit(1);
    -	}
    -	
    -	fprintf(stderr, "Accept (fd = %d).\n", fd);
    +        /* server */
    +        {
    +            int i = 1;
    +
    +            r = setsockopt(s, SOL_SOCKET, SO_REUSEADDR, (void *)&i, sizeof i);
    +            if (r == -1) {
    +                perror("setsockopt");
    +                exit(1);
    +            }
    +        }
    +
    +        {
    +            struct sockaddr_in addr;
    +            size_t addr_len = sizeof addr;
    +
    +            if (argc > 1)
    +                sscanf(argv[1], "%d", &port);
    +            else
    +                port = L_PORT;
    +            addr.sin_family = AF_INET;
    +            addr.sin_port = htons(port);
    +            addr.sin_addr.s_addr = INADDR_ANY;
    +
    +            r = bind(s, &addr, addr_len);
    +            if (r != 0) {
    +                perror("bind");
    +                exit(1);
    +            }
    +        }
    +
    +        r = listen(s, 1);
    +        if (r == -1) {
    +            perror("listen");
    +            exit(1);
    +        }
    +
    +        fprintf(stderr, "Listening at port %i.\n", port);
    +
    +        fd = accept(s, NULL, 0);
    +        if (fd == -1) {
    +            perror("accept");
    +            exit(1);
    +        }
    +
    +        fprintf(stderr, "Accept (fd = %d).\n", fd);
         }
     
         conn_in = fdopen(fd, "r");
         if (conn_in == NULL) {
    -	perror("fdopen");
    -	exit(1);
    +        perror("fdopen");
    +        exit(1);
         }
         conn_out = fdopen(fd, "w");
         if (conn_out == NULL) {
    -	perror("fdopen");
    -	exit(1);
    +        perror("fdopen");
    +        exit(1);
         }
     
         setvbuf(conn_in, NULL, _IOLBF, 256);
         setvbuf(conn_out, NULL, _IOLBF, 256);
    -	
    +
         while (fgets(buf, sizeof buf, stdin) != NULL) {
    -	if (buf[0] == 'W') {
    -	    fprintf(conn_out, "%.*s\r\n", (int)(strlen(buf + 1) - 1), buf + 1);
    -	    fprintf(stderr, ">>> %.*s\n", (int)(strlen(buf + 1) - 1), buf + 1);
    -	} else if (buf[0] == 'C') {
    -	    fprintf(stderr, "Closing.\n");
    -	    fclose(conn_in);
    -	    fclose(conn_out);
    -	    exit(0);
    -	} else if (buf[0] == 'R') {
    -	    int lines = 0;
    -
    -	    sscanf(buf + 1, "%d", &lines);
    -	    do {
    -		if (fgets(buf, sizeof buf, conn_in) == NULL) {
    -		    if (ferror(conn_in)) {
    -			fprintf(stderr, "ERROR\n");
    -			exit(1);
    -		    }
    -		    fprintf(stderr, "CLOSED\n");
    -		    return 0;
    -		}
    -		fprintf(stderr, "<<< %s", buf);
    -	    } while (--lines > 0);
    -	} else if (buf[0] == 'T') {
    -	    int infofd;
    -
    -	    tls++;
    -	    {
    -		struct tls_start_proxy_args a = tls_start_proxy_defaultargs();
    -		a.fd = fd;
    -		a.client_p = client_p;
    -		a.ctx = ctx;
    -		a.infofd = &infofd;
    -		r = tls_start_proxy(a, NULL);
    -	    }
    -	    assert(r != 1);
    -	    if (r != 0) {
    -		fprintf(stderr, "tls_start_proxy failed: %d\n", r);
    -		switch (r) {
    -		case -1:
    -		    fputs("socketpair", stderr); break;
    -		case 2:
    -		    fputs("FD_SETSIZE exceeded", stderr); break;
    -		case -3:
    -		    fputs("pipe", stderr); break;
    -		case -4:
    -		    fputs("fork", stderr); break;
    -		case -5:
    -		    fputs("dup2", stderr); break;
    -		default:
    -		    fputs("?", stderr);
    -		}
    -		if (r < 0)
    -		    perror("");
    -		else
    -		    fputc('\n', stderr);
    -		exit(1);
    -	    }
    -	    
    -	    r = read(infofd, infobuf, sizeof infobuf - 1);
    -	    if (r > 0) {
    -		const char *info = infobuf;
    -		const char *eol;
    -		
    -		infobuf[r] = '\0';
    -		while ((eol = strchr(info, '\n')) != NULL) {
    -		    fprintf(stderr, "+++ `%.*s'\n", eol - info, info);
    -		    info = eol+1;
    -		}
    -		close (infofd);
    -	    }
    -	} else {
    -	    fprintf(stderr, "W...  write line to network\n"
    -		    "R[n]  read line (n lines) from network\n"
    -		    "C     close\n"
    -		    "T     start %sTLS proxy\n", tls ? "another " : "");
    -	}
    +        if (buf[0] == 'W') {
    +            fprintf(conn_out, "%.*s\r\n", (int)(strlen(buf + 1) - 1),
    +                    buf + 1);
    +            fprintf(stderr, ">>> %.*s\n", (int)(strlen(buf + 1) - 1),
    +                    buf + 1);
    +        } else if (buf[0] == 'C') {
    +            fprintf(stderr, "Closing.\n");
    +            fclose(conn_in);
    +            fclose(conn_out);
    +            exit(0);
    +        } else if (buf[0] == 'R') {
    +            int lines = 0;
    +
    +            sscanf(buf + 1, "%d", &lines);
    +            do {
    +                if (fgets(buf, sizeof buf, conn_in) == NULL) {
    +                    if (ferror(conn_in)) {
    +                        fprintf(stderr, "ERROR\n");
    +                        exit(1);
    +                    }
    +                    fprintf(stderr, "CLOSED\n");
    +                    return 0;
    +                }
    +                fprintf(stderr, "<<< %s", buf);
    +            } while (--lines > 0);
    +        } else if (buf[0] == 'T') {
    +            int infofd;
    +
    +            tls++;
    +            {
    +                struct tls_start_proxy_args a = tls_start_proxy_defaultargs();
    +                a.fd = fd;
    +                a.client_p = client_p;
    +                a.ctx = ctx;
    +                a.infofd = &infofd;
    +                r = tls_start_proxy(a, NULL);
    +            }
    +            assert(r != 1);
    +            if (r != 0) {
    +                fprintf(stderr, "tls_start_proxy failed: %d\n", r);
    +                switch (r) {
    +                case -1:
    +                    fputs("socketpair", stderr);
    +                    break;
    +                case 2:
    +                    fputs("FD_SETSIZE exceeded", stderr);
    +                    break;
    +                case -3:
    +                    fputs("pipe", stderr);
    +                    break;
    +                case -4:
    +                    fputs("fork", stderr);
    +                    break;
    +                case -5:
    +                    fputs("dup2", stderr);
    +                    break;
    +                default:
    +                    fputs("?", stderr);
    +                }
    +                if (r < 0)
    +                    perror("");
    +                else
    +                    fputc('\n', stderr);
    +                exit(1);
    +            }
    +
    +            r = read(infofd, infobuf, sizeof infobuf - 1);
    +            if (r > 0) {
    +                const char *info = infobuf;
    +                const char *eol;
    +
    +                infobuf[r] = '\0';
    +                while ((eol = strchr(info, '\n')) != NULL) {
    +                    fprintf(stderr, "+++ `%.*s'\n", eol - info, info);
    +                    info = eol + 1;
    +                }
    +                close(infofd);
    +            }
    +        } else {
    +            fprintf(stderr, "W...  write line to network\n"
    +                    "R[n]  read line (n lines) from network\n"
    +                    "C     close\n"
    +                    "T     start %sTLS proxy\n", tls ? "another " : "");
    +        }
         }
         return 0;
     }
    diff --git a/openssl/demos/easy_tls/test.h b/openssl/demos/easy_tls/test.h
    index dda667843..a7d0130e2 100644
    --- a/openssl/demos/easy_tls/test.h
    +++ b/openssl/demos/easy_tls/test.h
    @@ -1,7 +1,6 @@
     /* test.h */
     /* $Id: test.h,v 1.1 2001/09/17 19:07:00 bodo Exp $ */
     
    -
     void test_process_init(int fd, int client_p, void *apparg);
     #define TLS_APP_PROCESS_INIT test_process_init
     
    diff --git a/openssl/demos/engines/cluster_labs/cluster_labs.h b/openssl/demos/engines/cluster_labs/cluster_labs.h
    index d0926796f..d024d91d7 100644
    --- a/openssl/demos/engines/cluster_labs/cluster_labs.h
    +++ b/openssl/demos/engines/cluster_labs/cluster_labs.h
    @@ -1,35 +1,33 @@
     typedef int cl_engine_init(void);
     typedef int cl_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    -			const BIGNUM *m, BN_CTX *cgx);
    +                       const BIGNUM *m, BN_CTX *cgx);
     typedef int cl_mod_exp_crt(BIGNUM *r, BIGNUM *a, const BIGNUM *p,
    -		const BIGNUM *q, const BIGNUM *dmp1, const BIGNUM *dmq1,
    -		const BIGNUM *iqmp, BN_CTX *ctx);
    +                           const BIGNUM *q, const BIGNUM *dmp1,
    +                           const BIGNUM *dmq1, const BIGNUM *iqmp,
    +                           BN_CTX *ctx);
     typedef int cl_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa);
     typedef int cl_rsa_pub_enc(int flen, const unsigned char *from,
    -	     unsigned char *to, RSA *rsa, int padding);
    +                           unsigned char *to, RSA *rsa, int padding);
     typedef int cl_rsa_pub_dec(int flen, const unsigned char *from,
    -	     unsigned char *to, RSA *rsa, int padding);
    -typedef int cl_rsa_priv_enc(int flen, const unsigned char *from, 
    -		unsigned char *to, RSA *rsa, int padding);
    -typedef int cl_rsa_priv_dec(int flen, const unsigned char *from, 
    -		unsigned char *to, RSA *rsa, int padding);		
    +                           unsigned char *to, RSA *rsa, int padding);
    +typedef int cl_rsa_priv_enc(int flen, const unsigned char *from,
    +                            unsigned char *to, RSA *rsa, int padding);
    +typedef int cl_rsa_priv_dec(int flen, const unsigned char *from,
    +                            unsigned char *to, RSA *rsa, int padding);
     typedef int cl_rand_bytes(unsigned char *buf, int num);
     typedef DSA_SIG *cl_dsa_sign(const unsigned char *dgst, int dlen, DSA *dsa);
     typedef int cl_dsa_verify(const unsigned char *dgst, int dgst_len,
    -				DSA_SIG *sig, DSA *dsa);
    -
    +                          DSA_SIG *sig, DSA *dsa);
     
     static const char *CLUSTER_LABS_LIB_NAME = "cluster_labs";
    -static const char *CLUSTER_LABS_F1	 = "hw_engine_init";
    -static const char *CLUSTER_LABS_F2	 = "hw_mod_exp";
    -static const char *CLUSTER_LABS_F3	 = "hw_mod_exp_crt";
    -static const char *CLUSTER_LABS_F4	 = "hw_rsa_mod_exp";
    -static const char *CLUSTER_LABS_F5	 = "hw_rsa_priv_enc";
    -static const char *CLUSTER_LABS_F6	 = "hw_rsa_priv_dec";
    -static const char *CLUSTER_LABS_F7	 = "hw_rsa_pub_enc";
    -static const char *CLUSTER_LABS_F8	 = "hw_rsa_pub_dec";
    -static const char *CLUSTER_LABS_F20	 = "hw_rand_bytes";
    -static const char *CLUSTER_LABS_F30	 = "hw_dsa_sign";
    -static const char *CLUSTER_LABS_F31	 = "hw_dsa_verify";
    -
    -
    +static const char *CLUSTER_LABS_F1 = "hw_engine_init";
    +static const char *CLUSTER_LABS_F2 = "hw_mod_exp";
    +static const char *CLUSTER_LABS_F3 = "hw_mod_exp_crt";
    +static const char *CLUSTER_LABS_F4 = "hw_rsa_mod_exp";
    +static const char *CLUSTER_LABS_F5 = "hw_rsa_priv_enc";
    +static const char *CLUSTER_LABS_F6 = "hw_rsa_priv_dec";
    +static const char *CLUSTER_LABS_F7 = "hw_rsa_pub_enc";
    +static const char *CLUSTER_LABS_F8 = "hw_rsa_pub_dec";
    +static const char *CLUSTER_LABS_F20 = "hw_rand_bytes";
    +static const char *CLUSTER_LABS_F30 = "hw_dsa_sign";
    +static const char *CLUSTER_LABS_F31 = "hw_dsa_verify";
    diff --git a/openssl/demos/engines/cluster_labs/hw_cluster_labs.c b/openssl/demos/engines/cluster_labs/hw_cluster_labs.c
    index 036f48baf..c58e548f1 100644
    --- a/openssl/demos/engines/cluster_labs/hw_cluster_labs.c
    +++ b/openssl/demos/engines/cluster_labs/hw_cluster_labs.c
    @@ -1,6 +1,7 @@
     /* crypto/engine/hw_cluster_labs.c */
    -/* Written by Jan Tschirschwitz (jan.tschirschwitz@cluster-labs.com
    - * for the OpenSSL project 2000.
    +/*
    + * Written by Jan Tschirschwitz (jan.tschirschwitz@cluster-labs.com for the
    + * OpenSSL project 2000.
      */
     /* ====================================================================
      * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    @@ -10,7 +11,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -56,7 +57,7 @@
      *
      */
     
    -#define MSC_VER   /* only used cryptic.h */
    +#define MSC_VER                 /* only used cryptic.h */
     
     #include 
     #include 
    @@ -65,608 +66,579 @@
     #include 
     
     #ifndef NO_HW
    -#ifndef NO_HW_CLUSTER_LABS
    +# ifndef NO_HW_CLUSTER_LABS
     
    -#ifdef FLAT_INC
    -#include "cluster_labs.h"
    -#else
    -#include "vendor_defns/cluster_labs.h"
    -#endif
    -
    -#define CL_LIB_NAME "cluster_labs engine"
    -#include "hw_cluster_labs_err.c"
    +#  ifdef FLAT_INC
    +#   include "cluster_labs.h"
    +#  else
    +#   include "vendor_defns/cluster_labs.h"
    +#  endif
     
    +#  define CL_LIB_NAME "cluster_labs engine"
    +#  include "hw_cluster_labs_err.c"
     
     static int cluster_labs_destroy(ENGINE *e);
     static int cluster_labs_init(ENGINE *e);
     static int cluster_labs_finish(ENGINE *e);
    -static int cluster_labs_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)());
    -
    +static int cluster_labs_ctrl(ENGINE *e, int cmd, long i, void *p,
    +                             void (*f) ());
     
     /* BIGNUM stuff */
     /* This function is aliased to mod_exp (with the mont stuff dropped). */
    -static int cluster_labs_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    -		const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
    -		
    +static int cluster_labs_mod_exp_mont(BIGNUM *r, const BIGNUM *a,
    +                                     const BIGNUM *p, const BIGNUM *m,
    +                                     BN_CTX *ctx, BN_MONT_CTX *m_ctx);
    +
     /* RSA stuff */
    -#ifndef OPENSSL_NO_RSA
    +#  ifndef OPENSSL_NO_RSA
     static int cluster_labs_rsa_pub_enc(int flen, const unsigned char *from,
    -	     unsigned char *to, RSA *rsa, int padding);
    +                                    unsigned char *to, RSA *rsa, int padding);
     static int cluster_labs_rsa_pub_dec(int flen, const unsigned char *from,
    -	     unsigned char *to, RSA *rsa, int padding);
    -static int cluster_labs_rsa_priv_enc(int flen, const unsigned char *from, 
    -		unsigned char *to, RSA *rsa, int padding);
    -static int cluster_labs_rsa_priv_dec(int flen, const unsigned char *from, 
    -		unsigned char *to, RSA *rsa, int padding);
    +                                    unsigned char *to, RSA *rsa, int padding);
    +static int cluster_labs_rsa_priv_enc(int flen, const unsigned char *from,
    +                                     unsigned char *to, RSA *rsa,
    +                                     int padding);
    +static int cluster_labs_rsa_priv_dec(int flen, const unsigned char *from,
    +                                     unsigned char *to, RSA *rsa,
    +                                     int padding);
     static int cluster_labs_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa);
    -#endif
    +#  endif
     
     /* DSA stuff */
    -#ifndef OPENSSL_NO_DSA
    -static DSA_SIG *cluster_labs_dsa_sign(const unsigned char *dgst, int dlen, DSA *dsa);
    +#  ifndef OPENSSL_NO_DSA
    +static DSA_SIG *cluster_labs_dsa_sign(const unsigned char *dgst, int dlen,
    +                                      DSA *dsa);
     static int cluster_labs_dsa_verify(const unsigned char *dgst, int dgst_len,
    -				DSA_SIG *sig, DSA *dsa);
    +                                   DSA_SIG *sig, DSA *dsa);
     static int cluster_labs_dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1,
    -		BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m,
    -		BN_CTX *ctx, BN_MONT_CTX *in_mont);
    +                                    BIGNUM *p1, BIGNUM *a2, BIGNUM *p2,
    +                                    BIGNUM *m, BN_CTX *ctx,
    +                                    BN_MONT_CTX *in_mont);
     static int cluster_labs_mod_exp_dsa(DSA *dsa, BIGNUM *r, BIGNUM *a,
    -		const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
    -		BN_MONT_CTX *m_ctx);
    -#endif
    -								
    +                                    const BIGNUM *p, const BIGNUM *m,
    +                                    BN_CTX *ctx, BN_MONT_CTX *m_ctx);
    +#  endif
    +
     /* DH stuff */
    -#ifndef OPENSSL_NO_DH
    +#  ifndef OPENSSL_NO_DH
     /* This function is alised to mod_exp (with the DH and mont dropped). */
    -static int cluster_labs_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a, const BIGNUM *p, 
    -		const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
    -#endif
    -		
    -/* RANDOM stuff */						
    +static int cluster_labs_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
    +                                   const BIGNUM *p, const BIGNUM *m,
    +                                   BN_CTX *ctx, BN_MONT_CTX *m_ctx);
    +#  endif
    +
    +/* RANDOM stuff */
     static int cluster_labs_rand_bytes(unsigned char *buf, int num);
     
     /* The definitions for control commands specific to this engine */
    -#define CLUSTER_LABS_CMD_SO_PATH		ENGINE_CMD_BASE
    -static const ENGINE_CMD_DEFN cluster_labs_cmd_defns[] =
    -	{
    -	{ CLUSTER_LABS_CMD_SO_PATH,
    -	  "SO_PATH",
    -	  "Specifies the path to the 'cluster labs' shared library",
    -	  ENGINE_CMD_FLAG_STRING
    -	},
    -	{0, NULL, NULL, 0}
    -	};
    +#  define CLUSTER_LABS_CMD_SO_PATH                ENGINE_CMD_BASE
    +static const ENGINE_CMD_DEFN cluster_labs_cmd_defns[] = {
    +    {CLUSTER_LABS_CMD_SO_PATH,
    +     "SO_PATH",
    +     "Specifies the path to the 'cluster labs' shared library",
    +     ENGINE_CMD_FLAG_STRING},
    +    {0, NULL, NULL, 0}
    +};
     
     /* Our internal RSA_METHOD that we provide pointers to */
    -#ifndef OPENSSL_NO_RSA
    -static RSA_METHOD cluster_labs_rsa =
    -	{
    -	"Cluster Labs RSA method",
    -	cluster_labs_rsa_pub_enc,	/* rsa_pub_enc */
    -	cluster_labs_rsa_pub_dec,	/* rsa_pub_dec */
    -	cluster_labs_rsa_priv_enc,	/* rsa_priv_enc */
    -	cluster_labs_rsa_priv_dec,	/* rsa_priv_dec */
    -	cluster_labs_rsa_mod_exp,	/* rsa_mod_exp */
    -	cluster_labs_mod_exp_mont,	/* bn_mod_exp */
    -	NULL,				/* init */
    -	NULL,				/* finish */
    -	0, 				/* flags */
    -	NULL,				/* apps_data */
    -	NULL,				/* rsa_sign */
    -	NULL				/* rsa_verify */
    -	};
    -#endif
    +#  ifndef OPENSSL_NO_RSA
    +static RSA_METHOD cluster_labs_rsa = {
    +    "Cluster Labs RSA method",
    +    cluster_labs_rsa_pub_enc,   /* rsa_pub_enc */
    +    cluster_labs_rsa_pub_dec,   /* rsa_pub_dec */
    +    cluster_labs_rsa_priv_enc,  /* rsa_priv_enc */
    +    cluster_labs_rsa_priv_dec,  /* rsa_priv_dec */
    +    cluster_labs_rsa_mod_exp,   /* rsa_mod_exp */
    +    cluster_labs_mod_exp_mont,  /* bn_mod_exp */
    +    NULL,                       /* init */
    +    NULL,                       /* finish */
    +    0,                          /* flags */
    +    NULL,                       /* apps_data */
    +    NULL,                       /* rsa_sign */
    +    NULL                        /* rsa_verify */
    +};
    +#  endif
     
     /* Our internal DSA_METHOD that we provide pointers to */
    -#ifndef OPENSSL_NO_DSA
    -static DSA_METHOD cluster_labs_dsa =
    -	{
    -	"Cluster Labs DSA method",
    -	cluster_labs_dsa_sign,  	/* dsa_do_sign */
    -	NULL, 				/* dsa_sign_setup */
    -	cluster_labs_dsa_verify,	/* dsa_do_verify */
    -	cluster_labs_dsa_mod_exp, 	/* dsa_mod_exp */
    -	cluster_labs_mod_exp_dsa, 	/* bn_mod_exp */
    -	NULL, 				/* init */
    -	NULL, 				/* finish */
    -	0, 				/* flags */
    -	NULL 				/* app_data */
    -	};
    -#endif	
    +#  ifndef OPENSSL_NO_DSA
    +static DSA_METHOD cluster_labs_dsa = {
    +    "Cluster Labs DSA method",
    +    cluster_labs_dsa_sign,      /* dsa_do_sign */
    +    NULL,                       /* dsa_sign_setup */
    +    cluster_labs_dsa_verify,    /* dsa_do_verify */
    +    cluster_labs_dsa_mod_exp,   /* dsa_mod_exp */
    +    cluster_labs_mod_exp_dsa,   /* bn_mod_exp */
    +    NULL,                       /* init */
    +    NULL,                       /* finish */
    +    0,                          /* flags */
    +    NULL                        /* app_data */
    +};
    +#  endif
     
     /* Our internal DH_METHOD that we provide pointers to */
    -#ifndef OPENSSL_NO_DH
    -static DH_METHOD cluster_labs_dh =
    -	{
    -	"Cluster Labs DH method",
    -	NULL,				/* generate key */
    -	NULL,				/* compute key */
    -	cluster_labs_mod_exp_dh,	/* bn_mod_exp */
    -	NULL,				/* init */
    -	NULL,				/* finish */
    -	0,				/* flags */
    -	NULL				/* app_data */
    -	};
    -#endif	
    -	
    -static RAND_METHOD cluster_labs_rand =
    -	{
    -	/* "Cluster Labs RAND method", */
    -	NULL,				/* seed */
    -	cluster_labs_rand_bytes,	/* bytes */
    -	NULL,				/* cleanup */
    -	NULL,				/* add */
    -	cluster_labs_rand_bytes,	/* pseudorand */
    -	NULL,				/* status */
    -	};	
    +#  ifndef OPENSSL_NO_DH
    +static DH_METHOD cluster_labs_dh = {
    +    "Cluster Labs DH method",
    +    NULL,                       /* generate key */
    +    NULL,                       /* compute key */
    +    cluster_labs_mod_exp_dh,    /* bn_mod_exp */
    +    NULL,                       /* init */
    +    NULL,                       /* finish */
    +    0,                          /* flags */
    +    NULL                        /* app_data */
    +};
    +#  endif
    +
    +static RAND_METHOD cluster_labs_rand = {
    +    /* "Cluster Labs RAND method", */
    +    NULL,                       /* seed */
    +    cluster_labs_rand_bytes,    /* bytes */
    +    NULL,                       /* cleanup */
    +    NULL,                       /* add */
    +    cluster_labs_rand_bytes,    /* pseudorand */
    +    NULL,                       /* status */
    +};
     
     static const char *engine_cluster_labs_id = "cluster_labs";
    -static const char *engine_cluster_labs_name = "Cluster Labs hardware engine support";
    +static const char *engine_cluster_labs_name =
    +    "Cluster Labs hardware engine support";
     
     /* engine implementation */
    -/*-----------------------*/
    +/* ---------------------*/
     static int bind_helper(ENGINE *e)
    -	{
    -	
    -	if(!ENGINE_set_id(e, engine_cluster_labs_id) ||
    -			!ENGINE_set_name(e, engine_cluster_labs_name) ||
    -#ifndef OPENSSL_NO_RSA
    -			!ENGINE_set_RSA(e, &cluster_labs_rsa) ||
    -#endif
    -#ifndef OPENSSL_NO_DSA
    -			!ENGINE_set_DSA(e, &cluster_labs_dsa) ||
    -#endif
    -#ifndef OPENSSL_NO_DH
    -			!ENGINE_set_DH(e, &cluster_labs_dh) ||
    -#endif
    -			!ENGINE_set_RAND(e, &cluster_labs_rand) ||
    -			!ENGINE_set_destroy_function(e, cluster_labs_destroy) ||
    -			!ENGINE_set_init_function(e, cluster_labs_init) ||
    -			!ENGINE_set_finish_function(e, cluster_labs_finish) ||
    -			!ENGINE_set_ctrl_function(e, cluster_labs_ctrl) ||
    -			!ENGINE_set_cmd_defns(e, cluster_labs_cmd_defns))
    -		return 0;
    -	/* Ensure the error handling is set up */
    -	ERR_load_CL_strings();
    -	return 1;
    -	}
    -	
    -#ifndef ENGINE_DYNAMIC_SUPPORT
    +{
    +
    +    if (!ENGINE_set_id(e, engine_cluster_labs_id) ||
    +        !ENGINE_set_name(e, engine_cluster_labs_name) ||
    +#  ifndef OPENSSL_NO_RSA
    +        !ENGINE_set_RSA(e, &cluster_labs_rsa) ||
    +#  endif
    +#  ifndef OPENSSL_NO_DSA
    +        !ENGINE_set_DSA(e, &cluster_labs_dsa) ||
    +#  endif
    +#  ifndef OPENSSL_NO_DH
    +        !ENGINE_set_DH(e, &cluster_labs_dh) ||
    +#  endif
    +        !ENGINE_set_RAND(e, &cluster_labs_rand) ||
    +        !ENGINE_set_destroy_function(e, cluster_labs_destroy) ||
    +        !ENGINE_set_init_function(e, cluster_labs_init) ||
    +        !ENGINE_set_finish_function(e, cluster_labs_finish) ||
    +        !ENGINE_set_ctrl_function(e, cluster_labs_ctrl) ||
    +        !ENGINE_set_cmd_defns(e, cluster_labs_cmd_defns))
    +        return 0;
    +    /* Ensure the error handling is set up */
    +    ERR_load_CL_strings();
    +    return 1;
    +}
    +
    +#  ifndef ENGINE_DYNAMIC_SUPPORT
     static ENGINE *engine_cluster_labs(void)
    -	{
    -	ENGINE *ret = ENGINE_new();
    -
    -	if(!ret)
    -		return NULL;
    -	if(!bind_helper(ret))
    -		{
    -		ENGINE_free(ret);
    -		return NULL;
    -		}
    -	return ret;
    -	}
    -
    -#ifdef ENGINE_DYNAMIC_SUPPORT
    +{
    +    ENGINE *ret = ENGINE_new();
    +
    +    if (!ret)
    +        return NULL;
    +    if (!bind_helper(ret)) {
    +        ENGINE_free(ret);
    +        return NULL;
    +    }
    +    return ret;
    +}
    +
    +#   ifdef ENGINE_DYNAMIC_SUPPORT
     static
    -#endif
    +#   endif
     void ENGINE_load_cluster_labs(void)
    -	{
    +{
     
    -	ENGINE *cluster_labs = engine_cluster_labs();
    -	
    -	if(!cluster_labs) return;
    -	ENGINE_add(cluster_labs);
    -	ENGINE_free(cluster_labs);
    -	ERR_clear_error();
    -	}
    -#endif /* !ENGINE_DYNAMIC_SUPPORT */
    +    ENGINE *cluster_labs = engine_cluster_labs();
     
    -static int cluster_labs_destroy(ENGINE *e)
    -	{
    -	
    -	ERR_unload_CL_strings();
    -	return 1;
    -	}
    +    if (!cluster_labs)
    +        return;
    +    ENGINE_add(cluster_labs);
    +    ENGINE_free(cluster_labs);
    +    ERR_clear_error();
    +}
    +#  endif                        /* !ENGINE_DYNAMIC_SUPPORT */
     
    +static int cluster_labs_destroy(ENGINE *e)
    +{
     
    +    ERR_unload_CL_strings();
    +    return 1;
    +}
     
    -/* This is a process-global DSO handle used for loading and unloading
    - * the Cluster Labs library. NB: This is only set (or unset) during an
    - * init() or finish() call (reference counts permitting) and they're
    - * operating with global locks, so this should be thread-safe
    - * implicitly. */
    +/*
    + * This is a process-global DSO handle used for loading and unloading the
    + * Cluster Labs library. NB: This is only set (or unset) during an init() or
    + * finish() call (reference counts permitting) and they're operating with
    + * global locks, so this should be thread-safe implicitly.
    + */
     static DSO *cluster_labs_dso = NULL;
     
    -/* These are the function pointers that are (un)set when the library has
    - * successfully (un)loaded. */
    -static cl_engine_init	  	*p_cl_engine_init 		 = NULL;
    -static cl_mod_exp	 	*p_cl_mod_exp 			 = NULL;
    -static cl_mod_exp_crt		*p_cl_mod_exp_crt 		 = NULL;
    -static cl_rsa_mod_exp		*p_cl_rsa_mod_exp 		 = NULL;
    -static cl_rsa_priv_enc		*p_cl_rsa_priv_enc 		 = NULL;
    -static cl_rsa_priv_dec		*p_cl_rsa_priv_dec 		 = NULL;
    -static cl_rsa_pub_enc		*p_cl_rsa_pub_enc 		 = NULL;
    -static cl_rsa_pub_dec		*p_cl_rsa_pub_dec 		 = NULL;
    -static cl_rand_bytes		*p_cl_rand_bytes	 	 = NULL;
    -static cl_dsa_sign		*p_cl_dsa_sign		 	 = NULL;
    -static cl_dsa_verify		*p_cl_dsa_verify	 	 = NULL;
    -
    +/*
    + * These are the function pointers that are (un)set when the library has
    + * successfully (un)loaded.
    + */
    +static cl_engine_init *p_cl_engine_init = NULL;
    +static cl_mod_exp *p_cl_mod_exp = NULL;
    +static cl_mod_exp_crt *p_cl_mod_exp_crt = NULL;
    +static cl_rsa_mod_exp *p_cl_rsa_mod_exp = NULL;
    +static cl_rsa_priv_enc *p_cl_rsa_priv_enc = NULL;
    +static cl_rsa_priv_dec *p_cl_rsa_priv_dec = NULL;
    +static cl_rsa_pub_enc *p_cl_rsa_pub_enc = NULL;
    +static cl_rsa_pub_dec *p_cl_rsa_pub_dec = NULL;
    +static cl_rand_bytes *p_cl_rand_bytes = NULL;
    +static cl_dsa_sign *p_cl_dsa_sign = NULL;
    +static cl_dsa_verify *p_cl_dsa_verify = NULL;
     
     int cluster_labs_init(ENGINE *e)
    -	{
    -
    -	cl_engine_init			*p1;
    -	cl_mod_exp			*p2;
    -	cl_mod_exp_crt			*p3;
    -	cl_rsa_mod_exp			*p4;
    -	cl_rsa_priv_enc			*p5;
    -	cl_rsa_priv_dec			*p6;	
    -	cl_rsa_pub_enc			*p7;
    -	cl_rsa_pub_dec			*p8;
    -	cl_rand_bytes			*p20;
    -	cl_dsa_sign			*p30;	
    -	cl_dsa_verify			*p31;		
    -	
    -	/* engine already loaded */
    -	if(cluster_labs_dso != NULL)
    -		{
    -		CLerr(CL_F_CLUSTER_LABS_INIT,CL_R_ALREADY_LOADED);
    -		goto err;
    -		}
    -	/* try to load engine	 */	
    -	cluster_labs_dso = DSO_load(NULL, CLUSTER_LABS_LIB_NAME, NULL,0);
    -	if(cluster_labs_dso == NULL)
    -		{
    -		CLerr(CL_F_CLUSTER_LABS_INIT,CL_R_DSO_FAILURE);
    -		goto err;
    -		}
    -	/* bind functions */
    -	if(	!(p1 = (cl_engine_init *)DSO_bind_func(
    -				cluster_labs_dso, CLUSTER_LABS_F1)) ||
    -		!(p2 = (cl_mod_exp *)DSO_bind_func(
    -				cluster_labs_dso, CLUSTER_LABS_F2)) ||			
    -		!(p3 = (cl_mod_exp_crt *)DSO_bind_func(
    -				cluster_labs_dso, CLUSTER_LABS_F3)) ||				
    -		!(p4 = (cl_rsa_mod_exp *)DSO_bind_func(
    -				cluster_labs_dso, CLUSTER_LABS_F4)) ||				
    -		!(p5 = (cl_rsa_priv_enc *)DSO_bind_func(
    -				cluster_labs_dso, CLUSTER_LABS_F5)) ||
    -		!(p6 = (cl_rsa_priv_dec *)DSO_bind_func(
    -				cluster_labs_dso, CLUSTER_LABS_F6)) ||
    -		!(p7 = (cl_rsa_pub_enc *)DSO_bind_func(
    -				cluster_labs_dso, CLUSTER_LABS_F7)) ||
    -		!(p8 = (cl_rsa_pub_dec *)DSO_bind_func(
    -				cluster_labs_dso, CLUSTER_LABS_F8)) ||
    -		!(p20= (cl_rand_bytes *)DSO_bind_func(
    -				cluster_labs_dso, CLUSTER_LABS_F20)) ||
    -		!(p30= (cl_dsa_sign *)DSO_bind_func(
    -				cluster_labs_dso, CLUSTER_LABS_F30)) ||
    -		!(p31= (cl_dsa_verify *)DSO_bind_func(
    -				cluster_labs_dso, CLUSTER_LABS_F31)))
    -		{
    -		CLerr(CL_F_CLUSTER_LABS_INIT,CL_R_DSO_FAILURE);
    -		goto err;
    -		}
    -		
    -	/* copy function pointers */
    -	p_cl_engine_init		= p1;
    -	p_cl_mod_exp			= p2;
    -	p_cl_mod_exp_crt		= p3;	
    -	p_cl_rsa_mod_exp 		= p4;
    -	p_cl_rsa_priv_enc	 	= p5;
    -	p_cl_rsa_priv_dec	 	= p6;
    -	p_cl_rsa_pub_enc	 	= p7;
    -	p_cl_rsa_pub_dec	 	= p8;
    -	p_cl_rand_bytes			= p20;	
    -	p_cl_dsa_sign			= p30;
    -	p_cl_dsa_verify			= p31;	
    -	
    -	
    -	
    -	/* cluster labs engine init */
    -	if(p_cl_engine_init()== 0){
    -		CLerr(CL_F_CLUSTER_LABS_INIT,CL_R_INIT_FAILED);		
    -		goto err;
    -	}
    -
    -	return(1);
    -
    -err:	
    -	/* reset all pointers */
    -	if(cluster_labs_dso)
    -		DSO_free(cluster_labs_dso);
    -
    -	cluster_labs_dso		= NULL;
    -	p_cl_engine_init		= NULL;	
    -	p_cl_mod_exp			= NULL;
    -	p_cl_mod_exp_crt		= NULL;
    -	p_cl_rsa_mod_exp		= NULL;
    -	p_cl_rsa_priv_enc		= NULL;
    -	p_cl_rsa_priv_dec		= NULL;	
    -	p_cl_rsa_pub_enc		= NULL;
    -	p_cl_rsa_pub_dec		= NULL;	
    -	p_cl_rand_bytes			= NULL;	
    -	p_cl_dsa_sign			= NULL;
    -	p_cl_dsa_verify			= NULL;	
    -	
    -	return(0);
    -	}
    -	
    +{
    +
    +    cl_engine_init *p1;
    +    cl_mod_exp *p2;
    +    cl_mod_exp_crt *p3;
    +    cl_rsa_mod_exp *p4;
    +    cl_rsa_priv_enc *p5;
    +    cl_rsa_priv_dec *p6;
    +    cl_rsa_pub_enc *p7;
    +    cl_rsa_pub_dec *p8;
    +    cl_rand_bytes *p20;
    +    cl_dsa_sign *p30;
    +    cl_dsa_verify *p31;
    +
    +    /* engine already loaded */
    +    if (cluster_labs_dso != NULL) {
    +        CLerr(CL_F_CLUSTER_LABS_INIT, CL_R_ALREADY_LOADED);
    +        goto err;
    +    }
    +    /* try to load engine    */
    +    cluster_labs_dso = DSO_load(NULL, CLUSTER_LABS_LIB_NAME, NULL, 0);
    +    if (cluster_labs_dso == NULL) {
    +        CLerr(CL_F_CLUSTER_LABS_INIT, CL_R_DSO_FAILURE);
    +        goto err;
    +    }
    +    /* bind functions */
    +    if (!
    +        (p1 =
    +         (cl_engine_init *) DSO_bind_func(cluster_labs_dso, CLUSTER_LABS_F1))
    +|| !(p2 = (cl_mod_exp *) DSO_bind_func(cluster_labs_dso, CLUSTER_LABS_F2))
    +|| !(p3 = (cl_mod_exp_crt *) DSO_bind_func(cluster_labs_dso, CLUSTER_LABS_F3))
    +|| !(p4 = (cl_rsa_mod_exp *) DSO_bind_func(cluster_labs_dso, CLUSTER_LABS_F4))
    +|| !(p5 =
    +     (cl_rsa_priv_enc *) DSO_bind_func(cluster_labs_dso, CLUSTER_LABS_F5))
    +|| !(p6 =
    +     (cl_rsa_priv_dec *) DSO_bind_func(cluster_labs_dso, CLUSTER_LABS_F6))
    +|| !(p7 = (cl_rsa_pub_enc *) DSO_bind_func(cluster_labs_dso, CLUSTER_LABS_F7))
    +|| !(p8 = (cl_rsa_pub_dec *) DSO_bind_func(cluster_labs_dso, CLUSTER_LABS_F8))
    +|| !(p20 =
    +     (cl_rand_bytes *) DSO_bind_func(cluster_labs_dso, CLUSTER_LABS_F20))
    +|| !(p30 = (cl_dsa_sign *) DSO_bind_func(cluster_labs_dso, CLUSTER_LABS_F30))
    +|| !(p31 =
    +     (cl_dsa_verify *) DSO_bind_func(cluster_labs_dso, CLUSTER_LABS_F31))) {
    +        CLerr(CL_F_CLUSTER_LABS_INIT, CL_R_DSO_FAILURE);
    +        goto err;
    +    }
    +
    +    /* copy function pointers */
    +    p_cl_engine_init = p1;
    +    p_cl_mod_exp = p2;
    +    p_cl_mod_exp_crt = p3;
    +    p_cl_rsa_mod_exp = p4;
    +    p_cl_rsa_priv_enc = p5;
    +    p_cl_rsa_priv_dec = p6;
    +    p_cl_rsa_pub_enc = p7;
    +    p_cl_rsa_pub_dec = p8;
    +    p_cl_rand_bytes = p20;
    +    p_cl_dsa_sign = p30;
    +    p_cl_dsa_verify = p31;
    +
    +    /* cluster labs engine init */
    +    if (p_cl_engine_init() == 0) {
    +        CLerr(CL_F_CLUSTER_LABS_INIT, CL_R_INIT_FAILED);
    +        goto err;
    +    }
    +
    +    return (1);
    +
    + err:
    +    /* reset all pointers */
    +    if (cluster_labs_dso)
    +        DSO_free(cluster_labs_dso);
    +
    +    cluster_labs_dso = NULL;
    +    p_cl_engine_init = NULL;
    +    p_cl_mod_exp = NULL;
    +    p_cl_mod_exp_crt = NULL;
    +    p_cl_rsa_mod_exp = NULL;
    +    p_cl_rsa_priv_enc = NULL;
    +    p_cl_rsa_priv_dec = NULL;
    +    p_cl_rsa_pub_enc = NULL;
    +    p_cl_rsa_pub_dec = NULL;
    +    p_cl_rand_bytes = NULL;
    +    p_cl_dsa_sign = NULL;
    +    p_cl_dsa_verify = NULL;
    +
    +    return (0);
    +}
     
     static int cluster_labs_finish(ENGINE *e)
    -	{
    -
    -	if(cluster_labs_dso == NULL)
    -		{
    -		CLerr(CL_F_CLUSTER_LABS_FINISH,CL_R_NOT_LOADED);
    -		return 0;
    -		}
    -	if(!DSO_free(cluster_labs_dso))
    -		{
    -		CLerr(CL_F_CLUSTER_LABS_FINISH,CL_R_DSO_FAILURE);
    -		return 0;
    -		}
    -		
    -	cluster_labs_dso 		= NULL;
    -	p_cl_engine_init		= NULL;		
    -	p_cl_mod_exp			= NULL;
    -	p_cl_rsa_mod_exp		= NULL;	
    -	p_cl_mod_exp_crt		= NULL;	
    -	p_cl_rsa_priv_enc		= NULL;	
    -	p_cl_rsa_priv_dec		= NULL;	
    -	p_cl_rsa_pub_enc		= NULL;
    -	p_cl_rsa_pub_dec		= NULL;	
    -	p_cl_rand_bytes			= NULL;		
    -	p_cl_dsa_sign			= NULL;
    -	p_cl_dsa_verify			= NULL;	
    -	
    -	return(1);	
    -	
    -	}
    -	
    -static int cluster_labs_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)())
    -	{
    -	int initialised = ((cluster_labs_dso == NULL) ? 0 : 1);
    -
    -	switch(cmd)
    -		{
    -	case CLUSTER_LABS_CMD_SO_PATH:
    -		if(p == NULL)
    -			{
    -			CLerr(CL_F_CLUSTER_LABS_CTRL,ERR_R_PASSED_NULL_PARAMETER);
    -			return 0;
    -			}
    -		if(initialised)
    -			{
    -			CLerr(CL_F_CLUSTER_LABS_CTRL,CL_R_ALREADY_LOADED);
    -			return 0;
    -			}
    -		CLUSTER_LABS_LIB_NAME = (const char *)p;
    -		return 1;
    -	default:
    -		break;
    -		}
    -	CLerr(CL_F_CLUSTER_LABS_CTRL,CL_R_COMMAND_NOT_IMPLEMENTED);
    -	return 0;
    -	}
    -	
    +{
    +
    +    if (cluster_labs_dso == NULL) {
    +        CLerr(CL_F_CLUSTER_LABS_FINISH, CL_R_NOT_LOADED);
    +        return 0;
    +    }
    +    if (!DSO_free(cluster_labs_dso)) {
    +        CLerr(CL_F_CLUSTER_LABS_FINISH, CL_R_DSO_FAILURE);
    +        return 0;
    +    }
    +
    +    cluster_labs_dso = NULL;
    +    p_cl_engine_init = NULL;
    +    p_cl_mod_exp = NULL;
    +    p_cl_rsa_mod_exp = NULL;
    +    p_cl_mod_exp_crt = NULL;
    +    p_cl_rsa_priv_enc = NULL;
    +    p_cl_rsa_priv_dec = NULL;
    +    p_cl_rsa_pub_enc = NULL;
    +    p_cl_rsa_pub_dec = NULL;
    +    p_cl_rand_bytes = NULL;
    +    p_cl_dsa_sign = NULL;
    +    p_cl_dsa_verify = NULL;
    +
    +    return (1);
    +
    +}
    +
    +static int cluster_labs_ctrl(ENGINE *e, int cmd, long i, void *p,
    +                             void (*f) ())
    +{
    +    int initialised = ((cluster_labs_dso == NULL) ? 0 : 1);
    +
    +    switch (cmd) {
    +    case CLUSTER_LABS_CMD_SO_PATH:
    +        if (p == NULL) {
    +            CLerr(CL_F_CLUSTER_LABS_CTRL, ERR_R_PASSED_NULL_PARAMETER);
    +            return 0;
    +        }
    +        if (initialised) {
    +            CLerr(CL_F_CLUSTER_LABS_CTRL, CL_R_ALREADY_LOADED);
    +            return 0;
    +        }
    +        CLUSTER_LABS_LIB_NAME = (const char *)p;
    +        return 1;
    +    default:
    +        break;
    +    }
    +    CLerr(CL_F_CLUSTER_LABS_CTRL, CL_R_COMMAND_NOT_IMPLEMENTED);
    +    return 0;
    +}
     
     static int cluster_labs_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    -		const BIGNUM *m, BN_CTX *ctx)
    -	{
    -
    -	if(cluster_labs_dso == NULL)
    -		{
    -		CLerr(CL_F_CLUSTER_LABS_MOD_EXP,CL_R_NOT_LOADED);
    -		return 0;
    -		}	
    -	if(p_cl_mod_exp == NULL)
    -		{
    -		CLerr(CL_F_CLUSTER_LABS_MOD_EXP,CL_R_FUNCTION_NOT_BINDED);
    -		return 0;
    -		}
    -
    -	return	p_cl_mod_exp(r, a, p, m, ctx);
    -
    -	}
    -	
    +                                const BIGNUM *m, BN_CTX *ctx)
    +{
    +
    +    if (cluster_labs_dso == NULL) {
    +        CLerr(CL_F_CLUSTER_LABS_MOD_EXP, CL_R_NOT_LOADED);
    +        return 0;
    +    }
    +    if (p_cl_mod_exp == NULL) {
    +        CLerr(CL_F_CLUSTER_LABS_MOD_EXP, CL_R_FUNCTION_NOT_BINDED);
    +        return 0;
    +    }
    +
    +    return p_cl_mod_exp(r, a, p, m, ctx);
    +
    +}
    +
     static int cluster_labs_mod_exp_crt(BIGNUM *r, BIGNUM *a, const BIGNUM *p,
    -		const BIGNUM *q, const BIGNUM *dmp1, const BIGNUM *dmq1,
    -		const BIGNUM *iqmp, BN_CTX *ctx)
    -	{
    -
    -	if(cluster_labs_dso == NULL)
    -		{
    -		CLerr(CL_F_CLUSTER_LABS_MOD_EXP_CRT,CL_R_NOT_LOADED);		
    -		return 0;
    -		}
    -	if(p_cl_mod_exp_crt == NULL)
    -		{
    -		CLerr(CL_F_CLUSTER_LABS_MOD_EXP_CRT,CL_R_FUNCTION_NOT_BINDED);		
    -		return 0;
    -		}
    -	
    -	return	p_cl_mod_exp_crt(r, a, p, q,dmp1, dmq1, iqmp, ctx);
    -	
    -	}
    -	
    +                                    const BIGNUM *q, const BIGNUM *dmp1,
    +                                    const BIGNUM *dmq1, const BIGNUM *iqmp,
    +                                    BN_CTX *ctx)
    +{
    +
    +    if (cluster_labs_dso == NULL) {
    +        CLerr(CL_F_CLUSTER_LABS_MOD_EXP_CRT, CL_R_NOT_LOADED);
    +        return 0;
    +    }
    +    if (p_cl_mod_exp_crt == NULL) {
    +        CLerr(CL_F_CLUSTER_LABS_MOD_EXP_CRT, CL_R_FUNCTION_NOT_BINDED);
    +        return 0;
    +    }
    +
    +    return p_cl_mod_exp_crt(r, a, p, q, dmp1, dmq1, iqmp, ctx);
    +
    +}
    +
     static int cluster_labs_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa)
    -	{
    -
    -	if(cluster_labs_dso == NULL)
    -		{
    -		CLerr(CL_F_CLUSTER_LABS_RSA_MOD_EXP,CL_R_NOT_LOADED);		
    -		return 0;
    -		}
    -	if(p_cl_rsa_mod_exp == NULL)
    -		{
    -		CLerr(CL_F_CLUSTER_LABS_RSA_MOD_EXP,CL_R_FUNCTION_NOT_BINDED);				
    -		return 0;
    -		}
    -
    -	return p_cl_rsa_mod_exp(r0, I, rsa);
    -
    -	}
    -	
    -static DSA_SIG *cluster_labs_dsa_sign(const unsigned char *dgst, int dlen, DSA *dsa)
    -	{
    -
    -	if(cluster_labs_dso == NULL)
    -		{
    -		CLerr(CL_F_CLUSTER_LABS_DSA_SIGN,CL_R_NOT_LOADED);		
    -		return 0;
    -		}
    -	if(p_cl_dsa_sign == NULL)
    -		{
    -		CLerr(CL_F_CLUSTER_LABS_DSA_SIGN,CL_R_FUNCTION_NOT_BINDED);				
    -		return 0;
    -		}
    -
    -	return p_cl_dsa_sign(dgst, dlen, dsa);
    -	
    -	}
    -	
    +{
    +
    +    if (cluster_labs_dso == NULL) {
    +        CLerr(CL_F_CLUSTER_LABS_RSA_MOD_EXP, CL_R_NOT_LOADED);
    +        return 0;
    +    }
    +    if (p_cl_rsa_mod_exp == NULL) {
    +        CLerr(CL_F_CLUSTER_LABS_RSA_MOD_EXP, CL_R_FUNCTION_NOT_BINDED);
    +        return 0;
    +    }
    +
    +    return p_cl_rsa_mod_exp(r0, I, rsa);
    +
    +}
    +
    +static DSA_SIG *cluster_labs_dsa_sign(const unsigned char *dgst, int dlen,
    +                                      DSA *dsa)
    +{
    +
    +    if (cluster_labs_dso == NULL) {
    +        CLerr(CL_F_CLUSTER_LABS_DSA_SIGN, CL_R_NOT_LOADED);
    +        return 0;
    +    }
    +    if (p_cl_dsa_sign == NULL) {
    +        CLerr(CL_F_CLUSTER_LABS_DSA_SIGN, CL_R_FUNCTION_NOT_BINDED);
    +        return 0;
    +    }
    +
    +    return p_cl_dsa_sign(dgst, dlen, dsa);
    +
    +}
    +
     static int cluster_labs_dsa_verify(const unsigned char *dgst, int dgst_len,
    -				DSA_SIG *sig, DSA *dsa)
    -	{
    -
    -	if(cluster_labs_dso == NULL)
    -		{
    -		CLerr(CL_F_CLUSTER_LABS_DSA_VERIFY,CL_R_NOT_LOADED);		
    -		return 0;
    -		}
    -	
    -	if(p_cl_dsa_verify == NULL)
    -		{
    -		CLerr(CL_F_CLUSTER_LABS_DSA_VERIFY,CL_R_FUNCTION_NOT_BINDED);				
    -		return 0;
    -		}
    -
    -	return p_cl_dsa_verify(dgst, dgst_len, sig, dsa);
    -	
    -	}			
    +                                   DSA_SIG *sig, DSA *dsa)
    +{
    +
    +    if (cluster_labs_dso == NULL) {
    +        CLerr(CL_F_CLUSTER_LABS_DSA_VERIFY, CL_R_NOT_LOADED);
    +        return 0;
    +    }
    +
    +    if (p_cl_dsa_verify == NULL) {
    +        CLerr(CL_F_CLUSTER_LABS_DSA_VERIFY, CL_R_FUNCTION_NOT_BINDED);
    +        return 0;
    +    }
    +
    +    return p_cl_dsa_verify(dgst, dgst_len, sig, dsa);
    +
    +}
     
     static int cluster_labs_dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1,
    -		BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m,
    -		BN_CTX *ctx, BN_MONT_CTX *in_mont)
    -	{
    -	BIGNUM t;
    -	int status = 0;
    -		
    -	BN_init(&t);
    -	/* let rr = a1 ^ p1 mod m */
    -	if (!cluster_labs_mod_exp(rr,a1,p1,m,ctx)) goto end;
    -	/* let t = a2 ^ p2 mod m */
    -	if (!cluster_labs_mod_exp(&t,a2,p2,m,ctx)) goto end;
    -	/* let rr = rr * t mod m */
    -	if (!BN_mod_mul(rr,rr,&t,m,ctx)) goto end;
    -	status = 1;
    -end:
    -	BN_free(&t);
    -	
    -	return(1);
    -
    -	}
    +                                    BIGNUM *p1, BIGNUM *a2, BIGNUM *p2,
    +                                    BIGNUM *m, BN_CTX *ctx,
    +                                    BN_MONT_CTX *in_mont)
    +{
    +    BIGNUM t;
    +    int status = 0;
    +
    +    BN_init(&t);
    +    /* let rr = a1 ^ p1 mod m */
    +    if (!cluster_labs_mod_exp(rr, a1, p1, m, ctx))
    +        goto end;
    +    /* let t = a2 ^ p2 mod m */
    +    if (!cluster_labs_mod_exp(&t, a2, p2, m, ctx))
    +        goto end;
    +    /* let rr = rr * t mod m */
    +    if (!BN_mod_mul(rr, rr, &t, m, ctx))
    +        goto end;
    +    status = 1;
    + end:
    +    BN_free(&t);
    +
    +    return (1);
    +
    +}
     
     static int cluster_labs_mod_exp_dsa(DSA *dsa, BIGNUM *r, BIGNUM *a,
    -		const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
    -		BN_MONT_CTX *m_ctx)
    -	{
    -	return 	cluster_labs_mod_exp(r, a, p, m, ctx);
    -	}
    -	
    +                                    const BIGNUM *p, const BIGNUM *m,
    +                                    BN_CTX *ctx, BN_MONT_CTX *m_ctx)
    +{
    +    return cluster_labs_mod_exp(r, a, p, m, ctx);
    +}
    +
     /* This function is aliased to mod_exp (with the mont stuff dropped). */
    -static int cluster_labs_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    -		const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
    -	{
    -	return	cluster_labs_mod_exp(r, a, p, m, ctx);
    -	}
    -	
    +static int cluster_labs_mod_exp_mont(BIGNUM *r, const BIGNUM *a,
    +                                     const BIGNUM *p, const BIGNUM *m,
    +                                     BN_CTX *ctx, BN_MONT_CTX *m_ctx)
    +{
    +    return cluster_labs_mod_exp(r, a, p, m, ctx);
    +}
     
     /* This function is aliased to mod_exp (with the dh and mont dropped). */
    -static int cluster_labs_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    -		const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
    -	{
    -	return 	cluster_labs_mod_exp(r, a, p, m, ctx);
    -	}
    -
    +static int cluster_labs_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
    +                                   const BIGNUM *p, const BIGNUM *m,
    +                                   BN_CTX *ctx, BN_MONT_CTX *m_ctx)
    +{
    +    return cluster_labs_mod_exp(r, a, p, m, ctx);
    +}
     
     static int cluster_labs_rsa_pub_enc(int flen, const unsigned char *from,
    -	     unsigned char *to, RSA *rsa, int padding)
    -	{
    -
    -	if(cluster_labs_dso == NULL)
    -		{
    -		CLerr(CL_F_CLUSTER_LABS_RSA_PUB_ENC,CL_R_NOT_LOADED);		
    -		return 0;
    -		}
    -	if(p_cl_rsa_priv_enc == NULL)
    -		{
    -		CLerr(CL_F_CLUSTER_LABS_RSA_PUB_ENC,CL_R_FUNCTION_NOT_BINDED);				
    -		return 0;
    -		}
    -		
    -	return 	p_cl_rsa_pub_enc(flen, from, to, rsa, padding);
    -	
    -	}  
    -	     
    +                                    unsigned char *to, RSA *rsa, int padding)
    +{
    +
    +    if (cluster_labs_dso == NULL) {
    +        CLerr(CL_F_CLUSTER_LABS_RSA_PUB_ENC, CL_R_NOT_LOADED);
    +        return 0;
    +    }
    +    if (p_cl_rsa_priv_enc == NULL) {
    +        CLerr(CL_F_CLUSTER_LABS_RSA_PUB_ENC, CL_R_FUNCTION_NOT_BINDED);
    +        return 0;
    +    }
    +
    +    return p_cl_rsa_pub_enc(flen, from, to, rsa, padding);
    +
    +}
    +
     static int cluster_labs_rsa_pub_dec(int flen, const unsigned char *from,
    -	     unsigned char *to, RSA *rsa, int padding)
    -	{
    -
    -	if(cluster_labs_dso == NULL)
    -		{
    -		CLerr(CL_F_CLUSTER_LABS_RSA_PUB_DEC,CL_R_NOT_LOADED);		
    -		return 0;
    -		}
    -	if(p_cl_rsa_priv_enc == NULL)
    -		{
    -		CLerr(CL_F_CLUSTER_LABS_RSA_PUB_DEC,CL_R_FUNCTION_NOT_BINDED);				
    -		return 0;
    -		}
    -		
    -	return 	p_cl_rsa_pub_dec(flen, from, to, rsa, padding);
    -	
    -	}  
    -
    -
    -static int cluster_labs_rsa_priv_enc(int flen, const unsigned char *from, 
    -		unsigned char *to, RSA *rsa, int padding)
    -	{
    -
    -	if(cluster_labs_dso == NULL)
    -		{
    -		CLerr(CL_F_CLUSTER_LABS_RSA_PRIV_ENC,CL_R_NOT_LOADED);		
    -		return 0;
    -		}
    -
    -	if(p_cl_rsa_priv_enc == NULL)
    -		{
    -		CLerr(CL_F_CLUSTER_LABS_RSA_PRIV_ENC,CL_R_FUNCTION_NOT_BINDED);				
    -		return 0;
    -		}
    -		
    -	return 	p_cl_rsa_priv_enc(flen, from, to, rsa, padding);
    -	
    -	}  
    -
    -static int cluster_labs_rsa_priv_dec(int flen, const unsigned char *from, 
    -		unsigned char *to, RSA *rsa, int padding)
    -	{
    -	
    -	if(cluster_labs_dso == NULL)
    -		{
    -		CLerr(CL_F_CLUSTER_LABS_RSA_PRIV_DEC,CL_R_NOT_LOADED);		
    -		return 0;
    -		}
    -	if(p_cl_rsa_priv_dec == NULL)
    -		{
    -		CLerr(CL_F_CLUSTER_LABS_RSA_PRIV_DEC,CL_R_FUNCTION_NOT_BINDED);				
    -		return 0;
    -		}
    -
    -	return 	p_cl_rsa_priv_dec(flen, from, to, rsa, padding);
    -		
    -	}  
    +                                    unsigned char *to, RSA *rsa, int padding)
    +{
    +
    +    if (cluster_labs_dso == NULL) {
    +        CLerr(CL_F_CLUSTER_LABS_RSA_PUB_DEC, CL_R_NOT_LOADED);
    +        return 0;
    +    }
    +    if (p_cl_rsa_priv_enc == NULL) {
    +        CLerr(CL_F_CLUSTER_LABS_RSA_PUB_DEC, CL_R_FUNCTION_NOT_BINDED);
    +        return 0;
    +    }
    +
    +    return p_cl_rsa_pub_dec(flen, from, to, rsa, padding);
    +
    +}
    +
    +static int cluster_labs_rsa_priv_enc(int flen, const unsigned char *from,
    +                                     unsigned char *to, RSA *rsa, int padding)
    +{
    +
    +    if (cluster_labs_dso == NULL) {
    +        CLerr(CL_F_CLUSTER_LABS_RSA_PRIV_ENC, CL_R_NOT_LOADED);
    +        return 0;
    +    }
    +
    +    if (p_cl_rsa_priv_enc == NULL) {
    +        CLerr(CL_F_CLUSTER_LABS_RSA_PRIV_ENC, CL_R_FUNCTION_NOT_BINDED);
    +        return 0;
    +    }
    +
    +    return p_cl_rsa_priv_enc(flen, from, to, rsa, padding);
    +
    +}
    +
    +static int cluster_labs_rsa_priv_dec(int flen, const unsigned char *from,
    +                                     unsigned char *to, RSA *rsa, int padding)
    +{
    +
    +    if (cluster_labs_dso == NULL) {
    +        CLerr(CL_F_CLUSTER_LABS_RSA_PRIV_DEC, CL_R_NOT_LOADED);
    +        return 0;
    +    }
    +    if (p_cl_rsa_priv_dec == NULL) {
    +        CLerr(CL_F_CLUSTER_LABS_RSA_PRIV_DEC, CL_R_FUNCTION_NOT_BINDED);
    +        return 0;
    +    }
    +
    +    return p_cl_rsa_priv_dec(flen, from, to, rsa, padding);
    +
    +}
     
     /************************************************************************************
     * Symmetric algorithms
    @@ -677,45 +649,44 @@ static int cluster_labs_rsa_priv_dec(int flen, const unsigned char *from,
     * Random generator
     ************************************************************************************/
     
    -static int cluster_labs_rand_bytes(unsigned char *buf, int num){
    +static int cluster_labs_rand_bytes(unsigned char *buf, int num)
    +{
     
    -	if(cluster_labs_dso == NULL)
    -		{
    -		CLerr(CL_F_CLUSTER_LABS_RAND_BYTES,CL_R_NOT_LOADED);		
    -		return 0;
    -		}
    -	if(p_cl_mod_exp_crt == NULL)
    -		{
    -		CLerr(CL_F_CLUSTER_LABS_RAND_BYTES,CL_R_FUNCTION_NOT_BINDED);				
    -		return 0;
    -		}
    +    if (cluster_labs_dso == NULL) {
    +        CLerr(CL_F_CLUSTER_LABS_RAND_BYTES, CL_R_NOT_LOADED);
    +        return 0;
    +    }
    +    if (p_cl_mod_exp_crt == NULL) {
    +        CLerr(CL_F_CLUSTER_LABS_RAND_BYTES, CL_R_FUNCTION_NOT_BINDED);
    +        return 0;
    +    }
     
    -	return 	p_cl_rand_bytes(buf, num);
    +    return p_cl_rand_bytes(buf, num);
     
     }
     
    -
    -/* This stuff is needed if this ENGINE is being compiled into a self-contained
    - * shared-library. */
    -#ifdef ENGINE_DYNAMIC_SUPPORT
    +/*
    + * This stuff is needed if this ENGINE is being compiled into a
    + * self-contained shared-library.
    + */
    +#  ifdef ENGINE_DYNAMIC_SUPPORT
     static int bind_fn(ENGINE *e, const char *id)
    -	{
    -	fprintf(stderr, "bind_fn CLUSTER_LABS\n");
    -	if(id && (strcmp(id, engine_cluster_labs_id) != 0)) {
    -		fprintf(stderr, "bind_fn return(0) first\n");
    -		return 0;
    -		}
    -	if(!bind_helper(e)) {
    -		fprintf(stderr, "bind_fn return(1) first\n");
    -		return 0;
    -		}
    -	fprintf(stderr, "bind_fn return(1)\n");		
    -	return 1;
    -	}
    -IMPLEMENT_DYNAMIC_CHECK_FN()
    -IMPLEMENT_DYNAMIC_BIND_FN(bind_fn)
    -#endif /* ENGINE_DYNAMIC_SUPPORT */
    -						
    -#endif /* !NO_HW_CLUSTER_LABS */
    -#endif /* !NO_HW */
    +{
    +    fprintf(stderr, "bind_fn CLUSTER_LABS\n");
    +    if (id && (strcmp(id, engine_cluster_labs_id) != 0)) {
    +        fprintf(stderr, "bind_fn return(0) first\n");
    +        return 0;
    +    }
    +    if (!bind_helper(e)) {
    +        fprintf(stderr, "bind_fn return(1) first\n");
    +        return 0;
    +    }
    +    fprintf(stderr, "bind_fn return(1)\n");
    +    return 1;
    +}
     
    +IMPLEMENT_DYNAMIC_CHECK_FN()
    +    IMPLEMENT_DYNAMIC_BIND_FN(bind_fn)
    +#  endif                        /* ENGINE_DYNAMIC_SUPPORT */
    +# endif                         /* !NO_HW_CLUSTER_LABS */
    +#endif                          /* !NO_HW */
    diff --git a/openssl/demos/engines/cluster_labs/hw_cluster_labs_err.c b/openssl/demos/engines/cluster_labs/hw_cluster_labs_err.c
    index a7fa4083b..9e8332513 100644
    --- a/openssl/demos/engines/cluster_labs/hw_cluster_labs_err.c
    +++ b/openssl/demos/engines/cluster_labs/hw_cluster_labs_err.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* NOTE: this file was auto generated by the mkerr.pl script: any changes
    +/*
    + * NOTE: this file was auto generated by the mkerr.pl script: any changes
      * made to it will be overwritten when the script next updates this file,
      * only reason strings will be preserved.
      */
    @@ -64,88 +65,88 @@
     
     /* BEGIN ERROR CODES */
     #ifndef OPENSSL_NO_ERR
    -static ERR_STRING_DATA CL_str_functs[]=
    -	{
    -{ERR_PACK(0,CL_F_CLUSTER_LABS_CTRL,0),	"CLUSTER_LABS_CTRL"},
    -{ERR_PACK(0,CL_F_CLUSTER_LABS_DSA_SIGN,0),	"CLUSTER_LABS_DSA_SIGN"},
    -{ERR_PACK(0,CL_F_CLUSTER_LABS_DSA_VERIFY,0),	"CLUSTER_LABS_DSA_VERIFY"},
    -{ERR_PACK(0,CL_F_CLUSTER_LABS_FINISH,0),	"CLUSTER_LABS_FINISH"},
    -{ERR_PACK(0,CL_F_CLUSTER_LABS_INIT,0),	"CLUSTER_LABS_INIT"},
    -{ERR_PACK(0,CL_F_CLUSTER_LABS_MOD_EXP,0),	"CLUSTER_LABS_MOD_EXP"},
    -{ERR_PACK(0,CL_F_CLUSTER_LABS_MOD_EXP_CRT,0),	"CLUSTER_LABS_MOD_EXP_CRT"},
    -{ERR_PACK(0,CL_F_CLUSTER_LABS_RAND_BYTES,0),	"CLUSTER_LABS_RAND_BYTES"},
    -{ERR_PACK(0,CL_F_CLUSTER_LABS_RSA_MOD_EXP,0),	"CLUSTER_LABS_RSA_MOD_EXP"},
    -{ERR_PACK(0,CL_F_CLUSTER_LABS_RSA_PRIV_DEC,0),	"CLUSTER_LABS_RSA_PRIV_DEC"},
    -{ERR_PACK(0,CL_F_CLUSTER_LABS_RSA_PRIV_ENC,0),	"CLUSTER_LABS_RSA_PRIV_ENC"},
    -{ERR_PACK(0,CL_F_CLUSTER_LABS_RSA_PUB_DEC,0),	"CLUSTER_LABS_RSA_PUB_DEC"},
    -{ERR_PACK(0,CL_F_CLUSTER_LABS_RSA_PUB_ENC,0),	"CLUSTER_LABS_RSA_PUB_ENC"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA CL_str_functs[] = {
    +    {ERR_PACK(0, CL_F_CLUSTER_LABS_CTRL, 0), "CLUSTER_LABS_CTRL"},
    +    {ERR_PACK(0, CL_F_CLUSTER_LABS_DSA_SIGN, 0), "CLUSTER_LABS_DSA_SIGN"},
    +    {ERR_PACK(0, CL_F_CLUSTER_LABS_DSA_VERIFY, 0), "CLUSTER_LABS_DSA_VERIFY"},
    +    {ERR_PACK(0, CL_F_CLUSTER_LABS_FINISH, 0), "CLUSTER_LABS_FINISH"},
    +    {ERR_PACK(0, CL_F_CLUSTER_LABS_INIT, 0), "CLUSTER_LABS_INIT"},
    +    {ERR_PACK(0, CL_F_CLUSTER_LABS_MOD_EXP, 0), "CLUSTER_LABS_MOD_EXP"},
    +    {ERR_PACK(0, CL_F_CLUSTER_LABS_MOD_EXP_CRT, 0),
    +     "CLUSTER_LABS_MOD_EXP_CRT"},
    +    {ERR_PACK(0, CL_F_CLUSTER_LABS_RAND_BYTES, 0), "CLUSTER_LABS_RAND_BYTES"},
    +    {ERR_PACK(0, CL_F_CLUSTER_LABS_RSA_MOD_EXP, 0),
    +     "CLUSTER_LABS_RSA_MOD_EXP"},
    +    {ERR_PACK(0, CL_F_CLUSTER_LABS_RSA_PRIV_DEC, 0),
    +     "CLUSTER_LABS_RSA_PRIV_DEC"},
    +    {ERR_PACK(0, CL_F_CLUSTER_LABS_RSA_PRIV_ENC, 0),
    +     "CLUSTER_LABS_RSA_PRIV_ENC"},
    +    {ERR_PACK(0, CL_F_CLUSTER_LABS_RSA_PUB_DEC, 0),
    +     "CLUSTER_LABS_RSA_PUB_DEC"},
    +    {ERR_PACK(0, CL_F_CLUSTER_LABS_RSA_PUB_ENC, 0),
    +     "CLUSTER_LABS_RSA_PUB_ENC"},
    +    {0, NULL}
    +};
     
    -static ERR_STRING_DATA CL_str_reasons[]=
    -	{
    -{CL_R_ALREADY_LOADED                     ,"already loaded"},
    -{CL_R_COMMAND_NOT_IMPLEMENTED            ,"command not implemented"},
    -{CL_R_DSO_FAILURE                        ,"dso failure"},
    -{CL_R_FUNCTION_NOT_BINDED                ,"function not binded"},
    -{CL_R_INIT_FAILED                        ,"init failed"},
    -{CL_R_NOT_LOADED                         ,"not loaded"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA CL_str_reasons[] = {
    +    {CL_R_ALREADY_LOADED, "already loaded"},
    +    {CL_R_COMMAND_NOT_IMPLEMENTED, "command not implemented"},
    +    {CL_R_DSO_FAILURE, "dso failure"},
    +    {CL_R_FUNCTION_NOT_BINDED, "function not binded"},
    +    {CL_R_INIT_FAILED, "init failed"},
    +    {CL_R_NOT_LOADED, "not loaded"},
    +    {0, NULL}
    +};
     
     #endif
     
     #ifdef CL_LIB_NAME
    -static ERR_STRING_DATA CL_lib_name[]=
    -        {
    -{0	,CL_LIB_NAME},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA CL_lib_name[] = {
    +    {0, CL_LIB_NAME},
    +    {0, NULL}
    +};
     #endif
     
    -
    -static int CL_lib_error_code=0;
    -static int CL_error_init=1;
    +static int CL_lib_error_code = 0;
    +static int CL_error_init = 1;
     
     static void ERR_load_CL_strings(void)
    -	{
    -	if (CL_lib_error_code == 0)
    -		CL_lib_error_code=ERR_get_next_error_library();
    +{
    +    if (CL_lib_error_code == 0)
    +        CL_lib_error_code = ERR_get_next_error_library();
     
    -	if (CL_error_init)
    -		{
    -		CL_error_init=0;
    +    if (CL_error_init) {
    +        CL_error_init = 0;
     #ifndef OPENSSL_NO_ERR
    -		ERR_load_strings(CL_lib_error_code,CL_str_functs);
    -		ERR_load_strings(CL_lib_error_code,CL_str_reasons);
    +        ERR_load_strings(CL_lib_error_code, CL_str_functs);
    +        ERR_load_strings(CL_lib_error_code, CL_str_reasons);
     #endif
     
     #ifdef CL_LIB_NAME
    -		CL_lib_name->error = ERR_PACK(CL_lib_error_code,0,0);
    -		ERR_load_strings(0,CL_lib_name);
    +        CL_lib_name->error = ERR_PACK(CL_lib_error_code, 0, 0);
    +        ERR_load_strings(0, CL_lib_name);
     #endif
    -		}
    -	}
    +    }
    +}
     
     static void ERR_unload_CL_strings(void)
    -	{
    -	if (CL_error_init == 0)
    -		{
    +{
    +    if (CL_error_init == 0) {
     #ifndef OPENSSL_NO_ERR
    -		ERR_unload_strings(CL_lib_error_code,CL_str_functs);
    -		ERR_unload_strings(CL_lib_error_code,CL_str_reasons);
    +        ERR_unload_strings(CL_lib_error_code, CL_str_functs);
    +        ERR_unload_strings(CL_lib_error_code, CL_str_reasons);
     #endif
     
     #ifdef CL_LIB_NAME
    -		ERR_unload_strings(0,CL_lib_name);
    +        ERR_unload_strings(0, CL_lib_name);
     #endif
    -		CL_error_init=1;
    -		}
    -	}
    +        CL_error_init = 1;
    +    }
    +}
     
     static void ERR_CL_error(int function, int reason, char *file, int line)
    -	{
    -	if (CL_lib_error_code == 0)
    -		CL_lib_error_code=ERR_get_next_error_library();
    -	ERR_PUT_error(CL_lib_error_code,function,reason,file,line);
    -	}
    +{
    +    if (CL_lib_error_code == 0)
    +        CL_lib_error_code = ERR_get_next_error_library();
    +    ERR_PUT_error(CL_lib_error_code, function, reason, file, line);
    +}
    diff --git a/openssl/demos/engines/cluster_labs/hw_cluster_labs_err.h b/openssl/demos/engines/cluster_labs/hw_cluster_labs_err.h
    index f548a3b66..3300e11d8 100644
    --- a/openssl/demos/engines/cluster_labs/hw_cluster_labs_err.h
    +++ b/openssl/demos/engines/cluster_labs/hw_cluster_labs_err.h
    @@ -6,7 +6,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,45 +53,46 @@
      */
     
     #ifndef HEADER_CL_ERR_H
    -#define HEADER_CL_ERR_H
    +# define HEADER_CL_ERR_H
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     static void ERR_load_CL_strings(void);
     static void ERR_unload_CL_strings(void);
     static void ERR_CL_error(int function, int reason, char *file, int line);
    -#define CLerr(f,r) ERR_CL_error((f),(r),__FILE__,__LINE__)
    +# define CLerr(f,r) ERR_CL_error((f),(r),__FILE__,__LINE__)
     
     /* Error codes for the CL functions. */
     
     /* Function codes. */
    -#define CL_F_CLUSTER_LABS_CTRL				 100
    -#define CL_F_CLUSTER_LABS_DSA_SIGN			 101
    -#define CL_F_CLUSTER_LABS_DSA_VERIFY			 102
    -#define CL_F_CLUSTER_LABS_FINISH			 103
    -#define CL_F_CLUSTER_LABS_INIT				 104
    -#define CL_F_CLUSTER_LABS_MOD_EXP			 105
    -#define CL_F_CLUSTER_LABS_MOD_EXP_CRT			 106
    -#define CL_F_CLUSTER_LABS_RAND_BYTES			 107
    -#define CL_F_CLUSTER_LABS_RSA_MOD_EXP			 108
    -#define CL_F_CLUSTER_LABS_RSA_PRIV_DEC			 109
    -#define CL_F_CLUSTER_LABS_RSA_PRIV_ENC			 110
    -#define CL_F_CLUSTER_LABS_RSA_PUB_DEC			 111
    -#define CL_F_CLUSTER_LABS_RSA_PUB_ENC			 112
    +# define CL_F_CLUSTER_LABS_CTRL                           100
    +# define CL_F_CLUSTER_LABS_DSA_SIGN                       101
    +# define CL_F_CLUSTER_LABS_DSA_VERIFY                     102
    +# define CL_F_CLUSTER_LABS_FINISH                         103
    +# define CL_F_CLUSTER_LABS_INIT                           104
    +# define CL_F_CLUSTER_LABS_MOD_EXP                        105
    +# define CL_F_CLUSTER_LABS_MOD_EXP_CRT                    106
    +# define CL_F_CLUSTER_LABS_RAND_BYTES                     107
    +# define CL_F_CLUSTER_LABS_RSA_MOD_EXP                    108
    +# define CL_F_CLUSTER_LABS_RSA_PRIV_DEC                   109
    +# define CL_F_CLUSTER_LABS_RSA_PRIV_ENC                   110
    +# define CL_F_CLUSTER_LABS_RSA_PUB_DEC                    111
    +# define CL_F_CLUSTER_LABS_RSA_PUB_ENC                    112
     
     /* Reason codes. */
    -#define CL_R_ALREADY_LOADED				 100
    -#define CL_R_COMMAND_NOT_IMPLEMENTED			 101
    -#define CL_R_DSO_FAILURE				 102
    -#define CL_R_FUNCTION_NOT_BINDED			 103
    -#define CL_R_INIT_FAILED				 104
    -#define CL_R_NOT_LOADED					 105
    +# define CL_R_ALREADY_LOADED                              100
    +# define CL_R_COMMAND_NOT_IMPLEMENTED                     101
    +# define CL_R_DSO_FAILURE                                 102
    +# define CL_R_FUNCTION_NOT_BINDED                         103
    +# define CL_R_INIT_FAILED                                 104
    +# define CL_R_NOT_LOADED                                  105
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/demos/engines/ibmca/hw_ibmca.c b/openssl/demos/engines/ibmca/hw_ibmca.c
    index 0c2c39b8a..082246f92 100644
    --- a/openssl/demos/engines/ibmca/hw_ibmca.c
    +++ b/openssl/demos/engines/ibmca/hw_ibmca.c
    @@ -1,920 +1,900 @@
    -/* crypto/engine/hw_ibmca.c */
    -/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
    - * project 2000.
    - */
    -/* ====================================================================
    - * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    - *
    - * Redistribution and use in source and binary forms, with or without
    - * modification, are permitted provided that the following conditions
    - * are met:
    - *
    - * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer.
    - *
    - * 2. Redistributions in binary form must reproduce the above copyright
    - *    notice, this list of conditions and the following disclaimer in
    - *    the documentation and/or other materials provided with the
    - *    distribution.
    - *
    - * 3. All advertising materials mentioning features or use of this
    - *    software must display the following acknowledgment:
    - *    "This product includes software developed by the OpenSSL Project
    - *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
    - *
    - * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
    - *    endorse or promote products derived from this software without
    - *    prior written permission. For written permission, please contact
    - *    licensing@OpenSSL.org.
    - *
    - * 5. Products derived from this software may not be called "OpenSSL"
    - *    nor may "OpenSSL" appear in their names without prior written
    - *    permission of the OpenSSL Project.
    - *
    - * 6. Redistributions of any form whatsoever must retain the following
    - *    acknowledgment:
    - *    "This product includes software developed by the OpenSSL Project
    - *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
    - *
    - * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
    - * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
    - * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
    - * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
    - * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    - * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
    - * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
    - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
    - * OF THE POSSIBILITY OF SUCH DAMAGE.
    - * ====================================================================
    - *
    - * This product includes cryptographic software written by Eric Young
    - * (eay@cryptsoft.com).  This product includes software written by Tim
    - * Hudson (tjh@cryptsoft.com).
    - *
    - */
    -
    -/* (C) COPYRIGHT International Business Machines Corp. 2001 */
    -
    -#include 
    -#include 
    -#include 
    -#include 
    -
    -#ifndef OPENSSL_NO_HW
    -#ifndef OPENSSL_NO_HW_IBMCA
    -
    -#ifdef FLAT_INC
    -#include "ica_openssl_api.h"
    -#else
    -#include "vendor_defns/ica_openssl_api.h"
    -#endif
    -
    -#define IBMCA_LIB_NAME "ibmca engine"
    -#include "hw_ibmca_err.c"
    -
    -static int ibmca_destroy(ENGINE *e);
    -static int ibmca_init(ENGINE *e);
    -static int ibmca_finish(ENGINE *e);
    -static int ibmca_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)());
    -
    -static const char *IBMCA_F1 = "icaOpenAdapter";
    -static const char *IBMCA_F2 = "icaCloseAdapter";
    -static const char *IBMCA_F3 = "icaRsaModExpo";
    -static const char *IBMCA_F4 = "icaRandomNumberGenerate";
    -static const char *IBMCA_F5 = "icaRsaCrt";
    -
    -ICA_ADAPTER_HANDLE handle=0;
    -
    -/* BIGNUM stuff */
    -static int ibmca_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    -        const BIGNUM *m, BN_CTX *ctx);
    -
    -static int ibmca_mod_exp_crt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    -        const BIGNUM *q, const BIGNUM *dmp1, const BIGNUM *dmq1,
    -        const BIGNUM *iqmp, BN_CTX *ctx);
    -
    -#ifndef OPENSSL_NO_RSA  
    -/* RSA stuff */
    -static int ibmca_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa);
    -#endif
    -
    -/* This function is aliased to mod_exp (with the mont stuff dropped). */
    -static int ibmca_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    -        const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
    -
    -#ifndef OPENSSL_NO_DSA 
    -/* DSA stuff */
    -static int ibmca_dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1,
    -        BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m,
    -        BN_CTX *ctx, BN_MONT_CTX *in_mont);
    -static int ibmca_mod_exp_dsa(DSA *dsa, BIGNUM *r, BIGNUM *a,
    -        const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
    -        BN_MONT_CTX *m_ctx);
    -#endif
    -
    -#ifndef OPENSSL_NO_DH 
    -/* DH stuff */
    -/* This function is alised to mod_exp (with the DH and mont dropped). */
    -static int ibmca_mod_exp_dh(const DH *dh, BIGNUM *r, 
    -	const BIGNUM *a, const BIGNUM *p,
    -	const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
    -#endif
    -
    -/* RAND stuff */
    -static int ibmca_rand_bytes(unsigned char *buf, int num);
    -static int ibmca_rand_status(void);
    -
    -
    -/* WJH - check for more commands, like in nuron */
    -
    -/* The definitions for control commands specific to this engine */
    -#define IBMCA_CMD_SO_PATH		ENGINE_CMD_BASE
    -static const ENGINE_CMD_DEFN ibmca_cmd_defns[] = {
    -	{IBMCA_CMD_SO_PATH,
    -		"SO_PATH",
    -		"Specifies the path to the 'atasi' shared library",
    -		ENGINE_CMD_FLAG_STRING},
    -	{0, NULL, NULL, 0}
    -	};
    -
    -#ifndef OPENSSL_NO_RSA  
    -/* Our internal RSA_METHOD that we provide pointers to */
    -static RSA_METHOD ibmca_rsa =
    -        {
    -        "Ibmca RSA method",
    -        NULL,
    -        NULL,
    -        NULL,
    -        NULL,
    -        ibmca_rsa_mod_exp,
    -        ibmca_mod_exp_mont,
    -        NULL,
    -        NULL,
    -        0,
    -        NULL,
    -        NULL,
    -        NULL
    -        };
    -#endif
    -
    -#ifndef OPENSSL_NO_DSA
    -/* Our internal DSA_METHOD that we provide pointers to */
    -static DSA_METHOD ibmca_dsa =
    -        {
    -        "Ibmca DSA method",
    -        NULL, /* dsa_do_sign */
    -        NULL, /* dsa_sign_setup */
    -        NULL, /* dsa_do_verify */
    -        ibmca_dsa_mod_exp, /* dsa_mod_exp */
    -        ibmca_mod_exp_dsa, /* bn_mod_exp */
    -        NULL, /* init */
    -        NULL, /* finish */
    -        0, /* flags */
    -        NULL /* app_data */
    -        };
    -#endif
    -
    -#ifndef OPENSSL_NO_DH
    -/* Our internal DH_METHOD that we provide pointers to */
    -static DH_METHOD ibmca_dh =
    -        {
    -        "Ibmca DH method",
    -        NULL,
    -        NULL,
    -        ibmca_mod_exp_dh,
    -        NULL,
    -        NULL,
    -        0,
    -        NULL
    -        };
    -#endif
    -
    -static RAND_METHOD ibmca_rand =
    -        {
    -        /* "IBMCA RAND method", */
    -        NULL,
    -        ibmca_rand_bytes,
    -        NULL,
    -        NULL,
    -        ibmca_rand_bytes,
    -        ibmca_rand_status,
    -        };
    -
    -/* Constants used when creating the ENGINE */
    -static const char *engine_ibmca_id = "ibmca";
    -static const char *engine_ibmca_name = "Ibmca hardware engine support";
    -
    -/* This internal function is used by ENGINE_ibmca() and possibly by the
    - * "dynamic" ENGINE support too */
    -static int bind_helper(ENGINE *e)
    -	{
    -#ifndef OPENSSL_NO_RSA
    -	const RSA_METHOD *meth1;
    -#endif
    -#ifndef OPENSSL_NO_DSA
    -	const DSA_METHOD *meth2;
    -#endif
    -#ifndef OPENSSL_NO_DH
    -	const DH_METHOD *meth3;
    -#endif
    -	if(!ENGINE_set_id(e, engine_ibmca_id) ||
    -		!ENGINE_set_name(e, engine_ibmca_name) ||
    -#ifndef OPENSSL_NO_RSA
    -		!ENGINE_set_RSA(e, &ibmca_rsa) ||
    -#endif
    -#ifndef OPENSSL_NO_DSA
    -		!ENGINE_set_DSA(e, &ibmca_dsa) ||
    -#endif
    -#ifndef OPENSSL_NO_DH
    -		!ENGINE_set_DH(e, &ibmca_dh) ||
    -#endif
    -		!ENGINE_set_RAND(e, &ibmca_rand) ||
    -		!ENGINE_set_destroy_function(e, ibmca_destroy) ||
    -		!ENGINE_set_init_function(e, ibmca_init) ||
    -		!ENGINE_set_finish_function(e, ibmca_finish) ||
    -		!ENGINE_set_ctrl_function(e, ibmca_ctrl) ||
    -		!ENGINE_set_cmd_defns(e, ibmca_cmd_defns))
    -		return 0;
    -
    -#ifndef OPENSSL_NO_RSA
    -	/* We know that the "PKCS1_SSLeay()" functions hook properly
    -	 * to the ibmca-specific mod_exp and mod_exp_crt so we use
    -	 * those functions. NB: We don't use ENGINE_openssl() or
    -	 * anything "more generic" because something like the RSAref
    -	 * code may not hook properly, and if you own one of these
    -	 * cards then you have the right to do RSA operations on it
    -	 * anyway! */ 
    -	meth1 = RSA_PKCS1_SSLeay();
    -	ibmca_rsa.rsa_pub_enc = meth1->rsa_pub_enc;
    -	ibmca_rsa.rsa_pub_dec = meth1->rsa_pub_dec;
    -	ibmca_rsa.rsa_priv_enc = meth1->rsa_priv_enc;
    -	ibmca_rsa.rsa_priv_dec = meth1->rsa_priv_dec;
    -#endif
    -
    -#ifndef OPENSSL_NO_DSA
    -	/* Use the DSA_OpenSSL() method and just hook the mod_exp-ish
    -	 * bits. */
    -	meth2 = DSA_OpenSSL();
    -	ibmca_dsa.dsa_do_sign = meth2->dsa_do_sign;
    -	ibmca_dsa.dsa_sign_setup = meth2->dsa_sign_setup;
    -	ibmca_dsa.dsa_do_verify = meth2->dsa_do_verify;
    -#endif
    -
    -#ifndef OPENSSL_NO_DH
    -	/* Much the same for Diffie-Hellman */
    -	meth3 = DH_OpenSSL();
    -	ibmca_dh.generate_key = meth3->generate_key;
    -	ibmca_dh.compute_key = meth3->compute_key;
    -#endif
    -
    -	/* Ensure the ibmca error handling is set up */
    -	ERR_load_IBMCA_strings(); 
    -	return 1;
    -	}
    -
    -static ENGINE *engine_ibmca(void)
    -	{
    -	ENGINE *ret = ENGINE_new();
    -	if(!ret)
    -		return NULL;
    -	if(!bind_helper(ret))
    -		{
    -		ENGINE_free(ret);
    -		return NULL;
    -		}
    -	return ret;
    -	}
    -
    -#ifdef ENGINE_DYNAMIC_SUPPORT
    -static
    -#endif
    -void ENGINE_load_ibmca(void)
    -	{
    -	/* Copied from eng_[openssl|dyn].c */
    -	ENGINE *toadd = engine_ibmca();
    -	if(!toadd) return;
    -	ENGINE_add(toadd);
    -	ENGINE_free(toadd);
    -	ERR_clear_error();
    -	}
    -
    -/* Destructor (complements the "ENGINE_ibmca()" constructor) */
    -static int ibmca_destroy(ENGINE *e)
    -	{
    -	/* Unload the ibmca error strings so any error state including our
    -	 * functs or reasons won't lead to a segfault (they simply get displayed
    -	 * without corresponding string data because none will be found). */
    -        ERR_unload_IBMCA_strings(); 
    -	return 1;
    -	}
    -
    -
    -/* This is a process-global DSO handle used for loading and unloading
    - * the Ibmca library. NB: This is only set (or unset) during an
    - * init() or finish() call (reference counts permitting) and they're
    - * operating with global locks, so this should be thread-safe
    - * implicitly. */
    -
    -static DSO *ibmca_dso = NULL;
    -
    -/* These are the function pointers that are (un)set when the library has
    - * successfully (un)loaded. */
    -
    -static unsigned int    (ICA_CALL *p_icaOpenAdapter)();
    -static unsigned int    (ICA_CALL *p_icaCloseAdapter)();
    -static unsigned int    (ICA_CALL *p_icaRsaModExpo)();
    -static unsigned int    (ICA_CALL *p_icaRandomNumberGenerate)();
    -static unsigned int    (ICA_CALL *p_icaRsaCrt)();
    -
    -/* utility function to obtain a context */
    -static int get_context(ICA_ADAPTER_HANDLE *p_handle)
    -        {
    -        unsigned int status=0;
    -
    -        status = p_icaOpenAdapter(0, p_handle);
    -        if(status != 0)
    -                return 0;
    -        return 1;
    -        }
    -
    -/* similarly to release one. */
    -static void release_context(ICA_ADAPTER_HANDLE handle)
    -        {
    -        p_icaCloseAdapter(handle);
    -        }
    -
    -/* (de)initialisation functions. */
    -static int ibmca_init(ENGINE *e)
    -        {
    -
    -        void          (*p1)();
    -        void          (*p2)();
    -        void          (*p3)();
    -        void          (*p4)();
    -        void          (*p5)();
    -
    -        if(ibmca_dso != NULL)
    -                {
    -                IBMCAerr(IBMCA_F_IBMCA_INIT,IBMCA_R_ALREADY_LOADED);
    -                goto err;
    -                }
    -        /* Attempt to load libatasi.so/atasi.dll/whatever. Needs to be
    -         * changed unfortunately because the Ibmca drivers don't have
    -         * standard library names that can be platform-translated well. */
    -        /* TODO: Work out how to actually map to the names the Ibmca
    -         * drivers really use - for now a symbollic link needs to be
    -         * created on the host system from libatasi.so to atasi.so on
    -         * unix variants. */
    -
    -	/* WJH XXX check name translation */
    -
    -        ibmca_dso = DSO_load(NULL, IBMCA_LIBNAME, NULL,
    -			     /* DSO_FLAG_NAME_TRANSLATION */ 0);
    -        if(ibmca_dso == NULL)
    -                {
    -                IBMCAerr(IBMCA_F_IBMCA_INIT,IBMCA_R_DSO_FAILURE);
    -                goto err;
    -                }
    -
    -        if(!(p1 = DSO_bind_func(
    -                ibmca_dso, IBMCA_F1)) ||
    -                !(p2 = DSO_bind_func(
    -                        ibmca_dso, IBMCA_F2)) ||
    -                !(p3 = DSO_bind_func(
    -                        ibmca_dso, IBMCA_F3)) ||
    -                !(p4 = DSO_bind_func(
    -                        ibmca_dso, IBMCA_F4)) ||
    -                !(p5 = DSO_bind_func(
    -                        ibmca_dso, IBMCA_F5)))
    -                {
    -                IBMCAerr(IBMCA_F_IBMCA_INIT,IBMCA_R_DSO_FAILURE);
    -                goto err;
    -                }
    -
    -        /* Copy the pointers */
    -
    -	p_icaOpenAdapter =           (unsigned int (ICA_CALL *)())p1;
    -	p_icaCloseAdapter =          (unsigned int (ICA_CALL *)())p2;
    -	p_icaRsaModExpo =            (unsigned int (ICA_CALL *)())p3;
    -	p_icaRandomNumberGenerate =  (unsigned int (ICA_CALL *)())p4;
    -	p_icaRsaCrt =                (unsigned int (ICA_CALL *)())p5;
    -
    -        if(!get_context(&handle))
    -                {
    -                IBMCAerr(IBMCA_F_IBMCA_INIT,IBMCA_R_UNIT_FAILURE);
    -                goto err;
    -                }
    -
    -        return 1;
    - err:
    -        if(ibmca_dso)
    -                DSO_free(ibmca_dso);
    -
    -        p_icaOpenAdapter = NULL;
    -        p_icaCloseAdapter = NULL;
    -        p_icaRsaModExpo = NULL;
    -        p_icaRandomNumberGenerate = NULL;
    -
    -        return 0;
    -        }
    -
    -static int ibmca_finish(ENGINE *e)
    -        {
    -        if(ibmca_dso == NULL)
    -                {
    -                IBMCAerr(IBMCA_F_IBMCA_FINISH,IBMCA_R_NOT_LOADED);
    -                return 0;
    -                }
    -        release_context(handle);
    -        if(!DSO_free(ibmca_dso))
    -                {
    -                IBMCAerr(IBMCA_F_IBMCA_FINISH,IBMCA_R_DSO_FAILURE);
    -                return 0;
    -                }
    -        ibmca_dso = NULL;
    -
    -        return 1;
    -        }
    -
    -static int ibmca_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)())
    -	{
    -	int initialised = ((ibmca_dso == NULL) ? 0 : 1);
    -	switch(cmd)
    -		{
    -	case IBMCA_CMD_SO_PATH:
    -		if(p == NULL)
    -			{
    -			IBMCAerr(IBMCA_F_IBMCA_CTRL,ERR_R_PASSED_NULL_PARAMETER);
    -			return 0;
    -			}
    -		if(initialised)
    -			{
    -			IBMCAerr(IBMCA_F_IBMCA_CTRL,IBMCA_R_ALREADY_LOADED);
    -			return 0;
    -			}
    -		IBMCA_LIBNAME = (const char *)p;
    -		return 1;
    -	default:
    -		break;
    -		}
    -	IBMCAerr(IBMCA_F_IBMCA_CTRL,IBMCA_R_CTRL_COMMAND_NOT_IMPLEMENTED);
    -	return 0;
    -	}
    -
    -
    -static int ibmca_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    -        const BIGNUM *m, BN_CTX *ctx)
    -        {
    -        /* I need somewhere to store temporary serialised values for
    -         * use with the Ibmca API calls. A neat cheat - I'll use
    -         * BIGNUMs from the BN_CTX but access their arrays directly as
    -         * byte arrays . This way I don't have to clean anything
    -         * up. */
    -
    -        BIGNUM *argument=NULL;
    -        BIGNUM *result=NULL;
    -        BIGNUM *key=NULL;
    -        int to_return;
    -	int inLen, outLen, tmpLen;
    -
    -
    -        ICA_KEY_RSA_MODEXPO *publKey=NULL;
    -        unsigned int rc;
    -
    -        to_return = 0; /* expect failure */
    -
    -        if(!ibmca_dso)
    -                {
    -                IBMCAerr(IBMCA_F_IBMCA_MOD_EXP,IBMCA_R_NOT_LOADED);
    -                goto err;
    -                }
    -        /* Prepare the params */
    -	BN_CTX_start(ctx);
    -        argument = BN_CTX_get(ctx);
    -        result = BN_CTX_get(ctx);
    -        key = BN_CTX_get(ctx);
    -
    -        if( !argument || !result || !key)
    -                {
    -                IBMCAerr(IBMCA_F_IBMCA_MOD_EXP,IBMCA_R_BN_CTX_FULL);
    -                goto err;
    -                }
    -
    -
    -	if(!bn_wexpand(argument, m->top) || !bn_wexpand(result, m->top) ||
    -                !bn_wexpand(key, sizeof(*publKey)/BN_BYTES))
    -
    -                {
    -                IBMCAerr(IBMCA_F_IBMCA_MOD_EXP,IBMCA_R_BN_EXPAND_FAIL);
    -                goto err;
    -                }
    -
    -        publKey = (ICA_KEY_RSA_MODEXPO *)key->d;
    -
    -        if (publKey == NULL)
    -                {
    -                goto err;
    -                }
    -        memset(publKey, 0, sizeof(ICA_KEY_RSA_MODEXPO));
    -
    -        publKey->keyType   =  CORRECT_ENDIANNESS(ME_KEY_TYPE);
    -        publKey->keyLength =  CORRECT_ENDIANNESS(sizeof(ICA_KEY_RSA_MODEXPO));
    -        publKey->expOffset =  (char *) publKey->keyRecord - (char *) publKey;
    -
    -        /* A quirk of the card: the exponent length has to be the same
    -     as the modulus (key) length */
    -
    -	outLen = BN_num_bytes(m);
    -
    -/* check for modulus length SAB*/
    -	if (outLen > 256 ) {
    -		IBMCAerr(IBMCA_F_IBMCA_MOD_EXP,IBMCA_R_MEXP_LENGTH_TO_LARGE);
    -		goto err;
    -	}
    -/* check for modulus length SAB*/
    -
    -
    -	publKey->expLength = publKey->nLength = outLen;
    -/* SAB Check for underflow condition
    -    the size of the exponent is less than the size of the parameter
    -    then we have a big problem and will underflow the keyRecord
    -   buffer.  Bad stuff could happen then
    -*/
    -if (outLen < BN_num_bytes(p)){
    -	IBMCAerr(IBMCA_F_IBMCA_MOD_EXP,IBMCA_R_UNDERFLOW_KEYRECORD);
    -	goto err;
    -}
    -/* SAB End check for underflow */
    -
    -
    -        BN_bn2bin(p, &publKey->keyRecord[publKey->expLength -
    -                BN_num_bytes(p)]);
    -        BN_bn2bin(m, &publKey->keyRecord[publKey->expLength]);
    -
    -
    -
    -        publKey->modulusBitLength = CORRECT_ENDIANNESS(publKey->nLength * 8);
    -        publKey->nOffset   = CORRECT_ENDIANNESS(publKey->expOffset + 
    -						publKey->expLength);
    -
    -        publKey->expOffset = CORRECT_ENDIANNESS((char *) publKey->keyRecord - 
    -						(char *) publKey);
    -
    -	tmpLen = outLen;
    -	publKey->expLength = publKey->nLength = CORRECT_ENDIANNESS(tmpLen);
    -
    -  /* Prepare the argument */
    -
    -	memset(argument->d, 0, outLen);
    -	BN_bn2bin(a, (unsigned char *)argument->d + outLen -
    -                 BN_num_bytes(a));
    -
    -	inLen = outLen;
    -
    -  /* Perform the operation */
    -
    -          if( (rc = p_icaRsaModExpo(handle, inLen,(unsigned char *)argument->d,
    -                publKey, &outLen, (unsigned char *)result->d))
    -                !=0 )
    -
    -                {
    -                printf("rc = %d\n", rc);
    -                IBMCAerr(IBMCA_F_IBMCA_MOD_EXP,IBMCA_R_REQUEST_FAILED);
    -                goto err;
    -                }
    -
    -
    -        /* Convert the response */
    -        BN_bin2bn((unsigned char *)result->d, outLen, r);
    -        to_return = 1;
    - err:
    -	BN_CTX_end(ctx);
    -        return to_return;
    -        }
    -
    -#ifndef OPENSSL_NO_RSA 
    -static int ibmca_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa)
    -        {
    -        BN_CTX *ctx;
    -        int to_return = 0;
    -
    -        if((ctx = BN_CTX_new()) == NULL)
    -                goto err;
    -        if(!rsa->p || !rsa->q || !rsa->dmp1 || !rsa->dmq1 || !rsa->iqmp)
    -                {
    -                if(!rsa->d || !rsa->n)
    -                        {
    -                        IBMCAerr(IBMCA_F_IBMCA_RSA_MOD_EXP,
    -                                IBMCA_R_MISSING_KEY_COMPONENTS);
    -                        goto err;
    -                        }
    -                to_return = ibmca_mod_exp(r0, I, rsa->d, rsa->n, ctx);
    -                }
    -        else
    -                {
    -                to_return = ibmca_mod_exp_crt(r0, I, rsa->p, rsa->q, rsa->dmp1,
    -                        rsa->dmq1, rsa->iqmp, ctx);
    -                }
    - err:
    -        if(ctx)
    -                BN_CTX_free(ctx);
    -        return to_return;
    -        }
    -#endif
    -
    -/* Ein kleines chinesisches "Restessen"  */
    -static int ibmca_mod_exp_crt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    -        const BIGNUM *q, const BIGNUM *dmp1,
    -        const BIGNUM *dmq1, const BIGNUM *iqmp, BN_CTX *ctx)
    -        {
    -
    -        BIGNUM *argument = NULL;
    -        BIGNUM *result = NULL;
    -        BIGNUM *key = NULL;
    -
    -        int to_return = 0; /* expect failure */
    -
    -        char                *pkey=NULL;
    -        ICA_KEY_RSA_CRT     *privKey=NULL;
    -        int inLen, outLen;
    -
    -        int rc;
    -        unsigned int        offset, pSize, qSize;
    -/* SAB New variables */
    -	unsigned int keyRecordSize;
    -	unsigned int pbytes = BN_num_bytes(p);
    -	unsigned int qbytes = BN_num_bytes(q);
    -	unsigned int dmp1bytes = BN_num_bytes(dmp1);
    -	unsigned int dmq1bytes = BN_num_bytes(dmq1);
    -	unsigned int iqmpbytes = BN_num_bytes(iqmp);
    -
    -        /* Prepare the params */
    -
    -	BN_CTX_start(ctx);
    -        argument = BN_CTX_get(ctx);
    -        result = BN_CTX_get(ctx);
    -        key = BN_CTX_get(ctx);
    -
    -        if(!argument || !result || !key)
    -                {
    -                IBMCAerr(IBMCA_F_IBMCA_MOD_EXP_CRT,IBMCA_R_BN_CTX_FULL);
    -                goto err;
    -                }
    -
    -	if(!bn_wexpand(argument, p->top + q->top) ||
    -                !bn_wexpand(result, p->top + q->top) ||
    -                !bn_wexpand(key, sizeof(*privKey)/BN_BYTES ))
    -                {
    -                IBMCAerr(IBMCA_F_IBMCA_MOD_EXP_CRT,IBMCA_R_BN_EXPAND_FAIL);
    -                goto err;
    -                }
    -
    -
    -        privKey = (ICA_KEY_RSA_CRT *)key->d;
    -/* SAB Add check for total size in bytes of the parms does not exceed
    -   the buffer space we have
    -   do this first
    -*/
    -      keyRecordSize = pbytes+qbytes+dmp1bytes+dmq1bytes+iqmpbytes;
    -     if (  keyRecordSize > sizeof(privKey->keyRecord )) {
    -	 IBMCAerr(IBMCA_F_IBMCA_MOD_EXP_CRT,IBMCA_R_OPERANDS_TO_LARGE);
    -         goto err;
    -     }
    -
    -     if ( (qbytes + dmq1bytes)  > 256 ){
    -	 IBMCAerr(IBMCA_F_IBMCA_MOD_EXP_CRT,IBMCA_R_OPERANDS_TO_LARGE);
    -         goto err;
    -     }
    -
    -     if ( pbytes + dmp1bytes > 256 ) {
    -	 IBMCAerr(IBMCA_F_IBMCA_MOD_EXP_CRT,IBMCA_R_OPERANDS_TO_LARGE);
    -         goto err;
    -     }
    -
    -/* end SAB additions */
    -  
    -        memset(privKey, 0, sizeof(ICA_KEY_RSA_CRT));
    -        privKey->keyType =  CORRECT_ENDIANNESS(CRT_KEY_TYPE);
    -        privKey->keyLength = CORRECT_ENDIANNESS(sizeof(ICA_KEY_RSA_CRT));
    -        privKey->modulusBitLength = 
    -	  CORRECT_ENDIANNESS(BN_num_bytes(q) * 2 * 8);
    -
    -        /*
    -         * p,dp & qInv are 1 QWORD Larger
    -         */
    -        privKey->pLength = CORRECT_ENDIANNESS(BN_num_bytes(p)+8);
    -        privKey->qLength = CORRECT_ENDIANNESS(BN_num_bytes(q));
    -        privKey->dpLength = CORRECT_ENDIANNESS(BN_num_bytes(dmp1)+8);
    -        privKey->dqLength = CORRECT_ENDIANNESS(BN_num_bytes(dmq1));
    -        privKey->qInvLength = CORRECT_ENDIANNESS(BN_num_bytes(iqmp)+8);
    -
    -        offset = (char *) privKey->keyRecord
    -                  - (char *) privKey;
    -
    -        qSize = BN_num_bytes(q);
    -        pSize = qSize + 8;   /*  1 QWORD larger */
    -
    -
    -/* SAB  probably aittle redundant, but we'll verify that each of the
    -   components which make up a key record sent ot the card does not exceed
    -   the space that is allocated for it.  this handles the case where even if
    -   the total length does not exceed keyrecord zied, if the operands are funny sized
    -they could cause potential side affects on either the card or the result */
    -
    -     if ( (pbytes > pSize) || (dmp1bytes > pSize) ||
    -          (iqmpbytes > pSize) || ( qbytes >qSize) ||
    -          (dmq1bytes > qSize) ) {
    -		IBMCAerr(IBMCA_F_IBMCA_MOD_EXP_CRT, IBMCA_R_OPERANDS_TO_LARGE);
    -		goto err;
    -
    -	}
    -     
    -
    -        privKey->dpOffset = CORRECT_ENDIANNESS(offset);
    -
    -	offset += pSize;
    -	privKey->dqOffset = CORRECT_ENDIANNESS(offset);
    -
    -	offset += qSize;
    -	privKey->pOffset = CORRECT_ENDIANNESS(offset);
    -
    -	offset += pSize;
    -	privKey->qOffset = CORRECT_ENDIANNESS(offset);
    -
    -	offset += qSize;
    -	privKey->qInvOffset = CORRECT_ENDIANNESS(offset);
    -
    -        pkey = (char *) privKey->keyRecord;
    -
    -
    -/* SAB first check that we don;t under flow the buffer */
    -	if ( pSize < pbytes ) {
    -		IBMCAerr(IBMCA_F_IBMCA_MOD_EXP_CRT, IBMCA_R_UNDERFLOW_CONDITION);
    -		goto err;
    -	}
    -
    -        /* pkey += pSize - BN_num_bytes(p); WROING this should be dmp1) */
    -        pkey += pSize - BN_num_bytes(dmp1);
    -        BN_bn2bin(dmp1, pkey);   
    -        pkey += BN_num_bytes(dmp1);  /* move the pointer */
    -
    -        BN_bn2bin(dmq1, pkey);  /* Copy over dmq1 */
    -
    -        pkey += qSize;     /* move pointer */
    -	pkey += pSize - BN_num_bytes(p);  /* set up for zero padding of next field */
    -
    -        BN_bn2bin(p, pkey);
    -        pkey += BN_num_bytes(p);  /* increment pointer by number of bytes moved  */
    -
    -        BN_bn2bin(q, pkey);
    -        pkey += qSize ;  /* move the pointer */
    -	pkey +=  pSize - BN_num_bytes(iqmp); /* Adjust for padding */
    -        BN_bn2bin(iqmp, pkey);
    -
    -        /* Prepare the argument and response */
    -
    -	outLen = CORRECT_ENDIANNESS(privKey->qLength) * 2;  /* Correct endianess is used 
    -						because the fields were converted above */
    -
    -        if (outLen > 256) {
    -		IBMCAerr(IBMCA_F_IBMCA_MOD_EXP_CRT,IBMCA_R_OUTLEN_TO_LARGE);
    -		goto err;
    -	}
    -
    -	/* SAB check for underflow here on the argeument */
    -	if ( outLen < BN_num_bytes(a)) {
    -		IBMCAerr(IBMCA_F_IBMCA_MOD_EXP_CRT,IBMCA_R_UNDERFLOW_CONDITION);
    -		goto err;
    -	}
    -
    -        BN_bn2bin(a, (unsigned char *)argument->d + outLen -
    -                          BN_num_bytes(a));
    -        inLen = outLen;
    -
    -        memset(result->d, 0, outLen);
    -
    -        /* Perform the operation */
    -
    -        if ( (rc = p_icaRsaCrt(handle, inLen, (unsigned char *)argument->d,
    -                privKey, &outLen, (unsigned char *)result->d)) != 0)
    -                {
    -                printf("rc = %d\n", rc);
    -                IBMCAerr(IBMCA_F_IBMCA_MOD_EXP_CRT,IBMCA_R_REQUEST_FAILED);
    -                goto err;
    -                }
    -
    -        /* Convert the response */
    -
    -        BN_bin2bn((unsigned char *)result->d, outLen, r);
    -        to_return = 1;
    -
    - err:
    -	BN_CTX_end(ctx);
    -        return to_return;
    -
    -        }
    -
    -#ifndef OPENSSL_NO_DSA
    -/* This code was liberated and adapted from the commented-out code in
    - * dsa_ossl.c. Because of the unoptimised form of the Ibmca acceleration
    - * (it doesn't have a CRT form for RSA), this function means that an
    - * Ibmca system running with a DSA server certificate can handshake
    - * around 5 or 6 times faster/more than an equivalent system running with
    - * RSA. Just check out the "signs" statistics from the RSA and DSA parts
    - * of "openssl speed -engine ibmca dsa1024 rsa1024". */
    -static int ibmca_dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1,
    -        BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m,
    -        BN_CTX *ctx, BN_MONT_CTX *in_mont)
    -        {
    -        BIGNUM t;
    -        int to_return = 0;
    -
    -        BN_init(&t);
    -        /* let rr = a1 ^ p1 mod m */
    -        if (!ibmca_mod_exp(rr,a1,p1,m,ctx)) goto end;
    -        /* let t = a2 ^ p2 mod m */
    -        if (!ibmca_mod_exp(&t,a2,p2,m,ctx)) goto end;
    -        /* let rr = rr * t mod m */
    -        if (!BN_mod_mul(rr,rr,&t,m,ctx)) goto end;
    -        to_return = 1;
    - end:
    -        BN_free(&t);
    -        return to_return;
    -        }
    -
    -
    -static int ibmca_mod_exp_dsa(DSA *dsa, BIGNUM *r, BIGNUM *a,
    -        const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
    -        BN_MONT_CTX *m_ctx)
    -        {
    -        return ibmca_mod_exp(r, a, p, m, ctx);
    -        }
    -#endif
    -
    -/* This function is aliased to mod_exp (with the mont stuff dropped). */
    -static int ibmca_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    -        const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
    -        {
    -        return ibmca_mod_exp(r, a, p, m, ctx);
    -        }
    -
    -#ifndef OPENSSL_NO_DH 
    -/* This function is aliased to mod_exp (with the dh and mont dropped). */
    -static int ibmca_mod_exp_dh(DH const *dh, BIGNUM *r, 
    -	const BIGNUM *a, const BIGNUM *p, 
    -	const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
    -        {
    -        return ibmca_mod_exp(r, a, p, m, ctx);
    -        }
    -#endif
    -
    -/* Random bytes are good */
    -static int ibmca_rand_bytes(unsigned char *buf, int num)
    -        {
    -        int to_return = 0; /* assume failure */
    -        unsigned int ret;
    -
    -
    -        if(handle == 0)
    -                {
    -                IBMCAerr(IBMCA_F_IBMCA_RAND_BYTES,IBMCA_R_NOT_INITIALISED);
    -                goto err;
    -                }
    -
    -        ret = p_icaRandomNumberGenerate(handle, num, buf);
    -        if (ret < 0)
    -                {
    -                IBMCAerr(IBMCA_F_IBMCA_RAND_BYTES,IBMCA_R_REQUEST_FAILED);
    -                goto err;
    -                }
    -        to_return = 1;
    - err:
    -        return to_return;
    -        }
    -
    -static int ibmca_rand_status(void)
    -        {
    -        return 1;
    -        }
    -
    -/* This stuff is needed if this ENGINE is being compiled into a self-contained
    - * shared-library. */
    -#ifdef ENGINE_DYNAMIC_SUPPORT
    -static int bind_fn(ENGINE *e, const char *id)
    -	{
    -	if(id && (strcmp(id, engine_ibmca_id) != 0))  /* WJH XXX */
    -		return 0;
    -	if(!bind_helper(e))
    -		return 0;
    -	return 1;
    -	}
    -IMPLEMENT_DYNAMIC_CHECK_FN()
    -IMPLEMENT_DYNAMIC_BIND_FN(bind_fn)
    -#endif /* ENGINE_DYNAMIC_SUPPORT */
    -
    -
    -#endif /* !OPENSSL_NO_HW_IBMCA */
    -#endif /* !OPENSSL_NO_HW */
    +/* crypto/engine/hw_ibmca.c */
    +/*
    + * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
    + * 2000.
    + */
    +/* ====================================================================
    + * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
    + *
    + * Redistribution and use in source and binary forms, with or without
    + * modification, are permitted provided that the following conditions
    + * are met:
    + *
    + * 1. Redistributions of source code must retain the above copyright
    + *    notice, this list of conditions and the following disclaimer.
    + *
    + * 2. Redistributions in binary form must reproduce the above copyright
    + *    notice, this list of conditions and the following disclaimer in
    + *    the documentation and/or other materials provided with the
    + *    distribution.
    + *
    + * 3. All advertising materials mentioning features or use of this
    + *    software must display the following acknowledgment:
    + *    "This product includes software developed by the OpenSSL Project
    + *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
    + *
    + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
    + *    endorse or promote products derived from this software without
    + *    prior written permission. For written permission, please contact
    + *    licensing@OpenSSL.org.
    + *
    + * 5. Products derived from this software may not be called "OpenSSL"
    + *    nor may "OpenSSL" appear in their names without prior written
    + *    permission of the OpenSSL Project.
    + *
    + * 6. Redistributions of any form whatsoever must retain the following
    + *    acknowledgment:
    + *    "This product includes software developed by the OpenSSL Project
    + *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
    + *
    + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
    + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
    + * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
    + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
    + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
    + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
    + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
    + * OF THE POSSIBILITY OF SUCH DAMAGE.
    + * ====================================================================
    + *
    + * This product includes cryptographic software written by Eric Young
    + * (eay@cryptsoft.com).  This product includes software written by Tim
    + * Hudson (tjh@cryptsoft.com).
    + *
    + */
    +
    +/* (C) COPYRIGHT International Business Machines Corp. 2001 */
    +
    +#include 
    +#include 
    +#include 
    +#include 
    +
    +#ifndef OPENSSL_NO_HW
    +# ifndef OPENSSL_NO_HW_IBMCA
    +
    +#  ifdef FLAT_INC
    +#   include "ica_openssl_api.h"
    +#  else
    +#   include "vendor_defns/ica_openssl_api.h"
    +#  endif
    +
    +#  define IBMCA_LIB_NAME "ibmca engine"
    +#  include "hw_ibmca_err.c"
    +
    +static int ibmca_destroy(ENGINE *e);
    +static int ibmca_init(ENGINE *e);
    +static int ibmca_finish(ENGINE *e);
    +static int ibmca_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) ());
    +
    +static const char *IBMCA_F1 = "icaOpenAdapter";
    +static const char *IBMCA_F2 = "icaCloseAdapter";
    +static const char *IBMCA_F3 = "icaRsaModExpo";
    +static const char *IBMCA_F4 = "icaRandomNumberGenerate";
    +static const char *IBMCA_F5 = "icaRsaCrt";
    +
    +ICA_ADAPTER_HANDLE handle = 0;
    +
    +/* BIGNUM stuff */
    +static int ibmca_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    +                         const BIGNUM *m, BN_CTX *ctx);
    +
    +static int ibmca_mod_exp_crt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    +                             const BIGNUM *q, const BIGNUM *dmp1,
    +                             const BIGNUM *dmq1, const BIGNUM *iqmp,
    +                             BN_CTX *ctx);
    +
    +#  ifndef OPENSSL_NO_RSA
    +/* RSA stuff */
    +static int ibmca_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa);
    +#  endif
    +
    +/* This function is aliased to mod_exp (with the mont stuff dropped). */
    +static int ibmca_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    +                              const BIGNUM *m, BN_CTX *ctx,
    +                              BN_MONT_CTX *m_ctx);
    +
    +#  ifndef OPENSSL_NO_DSA
    +/* DSA stuff */
    +static int ibmca_dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1,
    +                             BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m,
    +                             BN_CTX *ctx, BN_MONT_CTX *in_mont);
    +static int ibmca_mod_exp_dsa(DSA *dsa, BIGNUM *r, BIGNUM *a,
    +                             const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
    +                             BN_MONT_CTX *m_ctx);
    +#  endif
    +
    +#  ifndef OPENSSL_NO_DH
    +/* DH stuff */
    +/* This function is alised to mod_exp (with the DH and mont dropped). */
    +static int ibmca_mod_exp_dh(const DH *dh, BIGNUM *r,
    +                            const BIGNUM *a, const BIGNUM *p,
    +                            const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
    +#  endif
    +
    +/* RAND stuff */
    +static int ibmca_rand_bytes(unsigned char *buf, int num);
    +static int ibmca_rand_status(void);
    +
    +/* WJH - check for more commands, like in nuron */
    +
    +/* The definitions for control commands specific to this engine */
    +#  define IBMCA_CMD_SO_PATH               ENGINE_CMD_BASE
    +static const ENGINE_CMD_DEFN ibmca_cmd_defns[] = {
    +    {IBMCA_CMD_SO_PATH,
    +     "SO_PATH",
    +     "Specifies the path to the 'atasi' shared library",
    +     ENGINE_CMD_FLAG_STRING},
    +    {0, NULL, NULL, 0}
    +};
    +
    +#  ifndef OPENSSL_NO_RSA
    +/* Our internal RSA_METHOD that we provide pointers to */
    +static RSA_METHOD ibmca_rsa = {
    +    "Ibmca RSA method",
    +    NULL,
    +    NULL,
    +    NULL,
    +    NULL,
    +    ibmca_rsa_mod_exp,
    +    ibmca_mod_exp_mont,
    +    NULL,
    +    NULL,
    +    0,
    +    NULL,
    +    NULL,
    +    NULL
    +};
    +#  endif
    +
    +#  ifndef OPENSSL_NO_DSA
    +/* Our internal DSA_METHOD that we provide pointers to */
    +static DSA_METHOD ibmca_dsa = {
    +    "Ibmca DSA method",
    +    NULL,                       /* dsa_do_sign */
    +    NULL,                       /* dsa_sign_setup */
    +    NULL,                       /* dsa_do_verify */
    +    ibmca_dsa_mod_exp,          /* dsa_mod_exp */
    +    ibmca_mod_exp_dsa,          /* bn_mod_exp */
    +    NULL,                       /* init */
    +    NULL,                       /* finish */
    +    0,                          /* flags */
    +    NULL                        /* app_data */
    +};
    +#  endif
    +
    +#  ifndef OPENSSL_NO_DH
    +/* Our internal DH_METHOD that we provide pointers to */
    +static DH_METHOD ibmca_dh = {
    +    "Ibmca DH method",
    +    NULL,
    +    NULL,
    +    ibmca_mod_exp_dh,
    +    NULL,
    +    NULL,
    +    0,
    +    NULL
    +};
    +#  endif
    +
    +static RAND_METHOD ibmca_rand = {
    +    /* "IBMCA RAND method", */
    +    NULL,
    +    ibmca_rand_bytes,
    +    NULL,
    +    NULL,
    +    ibmca_rand_bytes,
    +    ibmca_rand_status,
    +};
    +
    +/* Constants used when creating the ENGINE */
    +static const char *engine_ibmca_id = "ibmca";
    +static const char *engine_ibmca_name = "Ibmca hardware engine support";
    +
    +/*
    + * This internal function is used by ENGINE_ibmca() and possibly by the
    + * "dynamic" ENGINE support too
    + */
    +static int bind_helper(ENGINE *e)
    +{
    +#  ifndef OPENSSL_NO_RSA
    +    const RSA_METHOD *meth1;
    +#  endif
    +#  ifndef OPENSSL_NO_DSA
    +    const DSA_METHOD *meth2;
    +#  endif
    +#  ifndef OPENSSL_NO_DH
    +    const DH_METHOD *meth3;
    +#  endif
    +    if (!ENGINE_set_id(e, engine_ibmca_id) ||
    +        !ENGINE_set_name(e, engine_ibmca_name) ||
    +#  ifndef OPENSSL_NO_RSA
    +        !ENGINE_set_RSA(e, &ibmca_rsa) ||
    +#  endif
    +#  ifndef OPENSSL_NO_DSA
    +        !ENGINE_set_DSA(e, &ibmca_dsa) ||
    +#  endif
    +#  ifndef OPENSSL_NO_DH
    +        !ENGINE_set_DH(e, &ibmca_dh) ||
    +#  endif
    +        !ENGINE_set_RAND(e, &ibmca_rand) ||
    +        !ENGINE_set_destroy_function(e, ibmca_destroy) ||
    +        !ENGINE_set_init_function(e, ibmca_init) ||
    +        !ENGINE_set_finish_function(e, ibmca_finish) ||
    +        !ENGINE_set_ctrl_function(e, ibmca_ctrl) ||
    +        !ENGINE_set_cmd_defns(e, ibmca_cmd_defns))
    +        return 0;
    +
    +#  ifndef OPENSSL_NO_RSA
    +    /*
    +     * We know that the "PKCS1_SSLeay()" functions hook properly to the
    +     * ibmca-specific mod_exp and mod_exp_crt so we use those functions. NB:
    +     * We don't use ENGINE_openssl() or anything "more generic" because
    +     * something like the RSAref code may not hook properly, and if you own
    +     * one of these cards then you have the right to do RSA operations on it
    +     * anyway!
    +     */
    +    meth1 = RSA_PKCS1_SSLeay();
    +    ibmca_rsa.rsa_pub_enc = meth1->rsa_pub_enc;
    +    ibmca_rsa.rsa_pub_dec = meth1->rsa_pub_dec;
    +    ibmca_rsa.rsa_priv_enc = meth1->rsa_priv_enc;
    +    ibmca_rsa.rsa_priv_dec = meth1->rsa_priv_dec;
    +#  endif
    +
    +#  ifndef OPENSSL_NO_DSA
    +    /*
    +     * Use the DSA_OpenSSL() method and just hook the mod_exp-ish bits.
    +     */
    +    meth2 = DSA_OpenSSL();
    +    ibmca_dsa.dsa_do_sign = meth2->dsa_do_sign;
    +    ibmca_dsa.dsa_sign_setup = meth2->dsa_sign_setup;
    +    ibmca_dsa.dsa_do_verify = meth2->dsa_do_verify;
    +#  endif
    +
    +#  ifndef OPENSSL_NO_DH
    +    /* Much the same for Diffie-Hellman */
    +    meth3 = DH_OpenSSL();
    +    ibmca_dh.generate_key = meth3->generate_key;
    +    ibmca_dh.compute_key = meth3->compute_key;
    +#  endif
    +
    +    /* Ensure the ibmca error handling is set up */
    +    ERR_load_IBMCA_strings();
    +    return 1;
    +}
    +
    +static ENGINE *engine_ibmca(void)
    +{
    +    ENGINE *ret = ENGINE_new();
    +    if (!ret)
    +        return NULL;
    +    if (!bind_helper(ret)) {
    +        ENGINE_free(ret);
    +        return NULL;
    +    }
    +    return ret;
    +}
    +
    +#  ifdef ENGINE_DYNAMIC_SUPPORT
    +static
    +#  endif
    +void ENGINE_load_ibmca(void)
    +{
    +    /* Copied from eng_[openssl|dyn].c */
    +    ENGINE *toadd = engine_ibmca();
    +    if (!toadd)
    +        return;
    +    ENGINE_add(toadd);
    +    ENGINE_free(toadd);
    +    ERR_clear_error();
    +}
    +
    +/* Destructor (complements the "ENGINE_ibmca()" constructor) */
    +static int ibmca_destroy(ENGINE *e)
    +{
    +    /*
    +     * Unload the ibmca error strings so any error state including our functs
    +     * or reasons won't lead to a segfault (they simply get displayed without
    +     * corresponding string data because none will be found).
    +     */
    +    ERR_unload_IBMCA_strings();
    +    return 1;
    +}
    +
    +/*
    + * This is a process-global DSO handle used for loading and unloading the
    + * Ibmca library. NB: This is only set (or unset) during an init() or
    + * finish() call (reference counts permitting) and they're operating with
    + * global locks, so this should be thread-safe implicitly.
    + */
    +
    +static DSO *ibmca_dso = NULL;
    +
    +/*
    + * These are the function pointers that are (un)set when the library has
    + * successfully (un)loaded.
    + */
    +
    +static unsigned int (ICA_CALL * p_icaOpenAdapter) ();
    +static unsigned int (ICA_CALL * p_icaCloseAdapter) ();
    +static unsigned int (ICA_CALL * p_icaRsaModExpo) ();
    +static unsigned int (ICA_CALL * p_icaRandomNumberGenerate) ();
    +static unsigned int (ICA_CALL * p_icaRsaCrt) ();
    +
    +/* utility function to obtain a context */
    +static int get_context(ICA_ADAPTER_HANDLE * p_handle)
    +{
    +    unsigned int status = 0;
    +
    +    status = p_icaOpenAdapter(0, p_handle);
    +    if (status != 0)
    +        return 0;
    +    return 1;
    +}
    +
    +/* similarly to release one. */
    +static void release_context(ICA_ADAPTER_HANDLE handle)
    +{
    +    p_icaCloseAdapter(handle);
    +}
    +
    +/* (de)initialisation functions. */
    +static int ibmca_init(ENGINE *e)
    +{
    +
    +    void (*p1) ();
    +    void (*p2) ();
    +    void (*p3) ();
    +    void (*p4) ();
    +    void (*p5) ();
    +
    +    if (ibmca_dso != NULL) {
    +        IBMCAerr(IBMCA_F_IBMCA_INIT, IBMCA_R_ALREADY_LOADED);
    +        goto err;
    +    }
    +    /*
    +     * Attempt to load libatasi.so/atasi.dll/whatever. Needs to be changed
    +     * unfortunately because the Ibmca drivers don't have standard library
    +     * names that can be platform-translated well.
    +     */
    +    /*
    +     * TODO: Work out how to actually map to the names the Ibmca drivers
    +     * really use - for now a symbollic link needs to be created on the host
    +     * system from libatasi.so to atasi.so on unix variants.
    +     */
    +
    +    /* WJH XXX check name translation */
    +
    +    ibmca_dso = DSO_load(NULL, IBMCA_LIBNAME, NULL,
    +                         /*
    +                          * DSO_FLAG_NAME_TRANSLATION
    +                          */ 0);
    +    if (ibmca_dso == NULL) {
    +        IBMCAerr(IBMCA_F_IBMCA_INIT, IBMCA_R_DSO_FAILURE);
    +        goto err;
    +    }
    +
    +    if (!(p1 = DSO_bind_func(ibmca_dso, IBMCA_F1)) ||
    +        !(p2 = DSO_bind_func(ibmca_dso, IBMCA_F2)) ||
    +        !(p3 = DSO_bind_func(ibmca_dso, IBMCA_F3)) ||
    +        !(p4 = DSO_bind_func(ibmca_dso, IBMCA_F4)) ||
    +        !(p5 = DSO_bind_func(ibmca_dso, IBMCA_F5))) {
    +        IBMCAerr(IBMCA_F_IBMCA_INIT, IBMCA_R_DSO_FAILURE);
    +        goto err;
    +    }
    +
    +    /* Copy the pointers */
    +
    +    p_icaOpenAdapter = (unsigned int (ICA_CALL *) ())p1;
    +    p_icaCloseAdapter = (unsigned int (ICA_CALL *) ())p2;
    +    p_icaRsaModExpo = (unsigned int (ICA_CALL *) ())p3;
    +    p_icaRandomNumberGenerate = (unsigned int (ICA_CALL *) ())p4;
    +    p_icaRsaCrt = (unsigned int (ICA_CALL *) ())p5;
    +
    +    if (!get_context(&handle)) {
    +        IBMCAerr(IBMCA_F_IBMCA_INIT, IBMCA_R_UNIT_FAILURE);
    +        goto err;
    +    }
    +
    +    return 1;
    + err:
    +    if (ibmca_dso)
    +        DSO_free(ibmca_dso);
    +
    +    p_icaOpenAdapter = NULL;
    +    p_icaCloseAdapter = NULL;
    +    p_icaRsaModExpo = NULL;
    +    p_icaRandomNumberGenerate = NULL;
    +
    +    return 0;
    +}
    +
    +static int ibmca_finish(ENGINE *e)
    +{
    +    if (ibmca_dso == NULL) {
    +        IBMCAerr(IBMCA_F_IBMCA_FINISH, IBMCA_R_NOT_LOADED);
    +        return 0;
    +    }
    +    release_context(handle);
    +    if (!DSO_free(ibmca_dso)) {
    +        IBMCAerr(IBMCA_F_IBMCA_FINISH, IBMCA_R_DSO_FAILURE);
    +        return 0;
    +    }
    +    ibmca_dso = NULL;
    +
    +    return 1;
    +}
    +
    +static int ibmca_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) ())
    +{
    +    int initialised = ((ibmca_dso == NULL) ? 0 : 1);
    +    switch (cmd) {
    +    case IBMCA_CMD_SO_PATH:
    +        if (p == NULL) {
    +            IBMCAerr(IBMCA_F_IBMCA_CTRL, ERR_R_PASSED_NULL_PARAMETER);
    +            return 0;
    +        }
    +        if (initialised) {
    +            IBMCAerr(IBMCA_F_IBMCA_CTRL, IBMCA_R_ALREADY_LOADED);
    +            return 0;
    +        }
    +        IBMCA_LIBNAME = (const char *)p;
    +        return 1;
    +    default:
    +        break;
    +    }
    +    IBMCAerr(IBMCA_F_IBMCA_CTRL, IBMCA_R_CTRL_COMMAND_NOT_IMPLEMENTED);
    +    return 0;
    +}
    +
    +static int ibmca_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    +                         const BIGNUM *m, BN_CTX *ctx)
    +{
    +    /*
    +     * I need somewhere to store temporary serialised values for use with the
    +     * Ibmca API calls. A neat cheat - I'll use BIGNUMs from the BN_CTX but
    +     * access their arrays directly as byte arrays . This way I don't
    +     * have to clean anything up.
    +     */
    +
    +    BIGNUM *argument = NULL;
    +    BIGNUM *result = NULL;
    +    BIGNUM *key = NULL;
    +    int to_return;
    +    int inLen, outLen, tmpLen;
    +
    +    ICA_KEY_RSA_MODEXPO *publKey = NULL;
    +    unsigned int rc;
    +
    +    to_return = 0;              /* expect failure */
    +
    +    if (!ibmca_dso) {
    +        IBMCAerr(IBMCA_F_IBMCA_MOD_EXP, IBMCA_R_NOT_LOADED);
    +        goto err;
    +    }
    +    /* Prepare the params */
    +    BN_CTX_start(ctx);
    +    argument = BN_CTX_get(ctx);
    +    result = BN_CTX_get(ctx);
    +    key = BN_CTX_get(ctx);
    +
    +    if (!argument || !result || !key) {
    +        IBMCAerr(IBMCA_F_IBMCA_MOD_EXP, IBMCA_R_BN_CTX_FULL);
    +        goto err;
    +    }
    +
    +    if (!bn_wexpand(argument, m->top) || !bn_wexpand(result, m->top) ||
    +        !bn_wexpand(key, sizeof(*publKey) / BN_BYTES)) {
    +        IBMCAerr(IBMCA_F_IBMCA_MOD_EXP, IBMCA_R_BN_EXPAND_FAIL);
    +        goto err;
    +    }
    +
    +    publKey = (ICA_KEY_RSA_MODEXPO *)key->d;
    +
    +    if (publKey == NULL) {
    +        goto err;
    +    }
    +    memset(publKey, 0, sizeof(ICA_KEY_RSA_MODEXPO));
    +
    +    publKey->keyType = CORRECT_ENDIANNESS(ME_KEY_TYPE);
    +    publKey->keyLength = CORRECT_ENDIANNESS(sizeof(ICA_KEY_RSA_MODEXPO));
    +    publKey->expOffset = (char *)publKey->keyRecord - (char *)publKey;
    +
    +    /*
    +     * A quirk of the card: the exponent length has to be the same as the
    +     * modulus (key) length
    +     */
    +
    +    outLen = BN_num_bytes(m);
    +
    +/* check for modulus length SAB*/
    +    if (outLen > 256) {
    +        IBMCAerr(IBMCA_F_IBMCA_MOD_EXP, IBMCA_R_MEXP_LENGTH_TO_LARGE);
    +        goto err;
    +    }
    +/* check for modulus length SAB*/
    +
    +    publKey->expLength = publKey->nLength = outLen;
    +    /*
    +     * SAB Check for underflow condition the size of the exponent is less
    +     * than the size of the parameter then we have a big problem and will
    +     * underflow the keyRecord buffer.  Bad stuff could happen then
    +     */
    +    if (outLen < BN_num_bytes(p)) {
    +        IBMCAerr(IBMCA_F_IBMCA_MOD_EXP, IBMCA_R_UNDERFLOW_KEYRECORD);
    +        goto err;
    +    }
    +/* SAB End check for underflow */
    +
    +    BN_bn2bin(p, &publKey->keyRecord[publKey->expLength - BN_num_bytes(p)]);
    +    BN_bn2bin(m, &publKey->keyRecord[publKey->expLength]);
    +
    +    publKey->modulusBitLength = CORRECT_ENDIANNESS(publKey->nLength * 8);
    +    publKey->nOffset = CORRECT_ENDIANNESS(publKey->expOffset +
    +                                          publKey->expLength);
    +
    +    publKey->expOffset = CORRECT_ENDIANNESS((char *)publKey->keyRecord -
    +                                            (char *)publKey);
    +
    +    tmpLen = outLen;
    +    publKey->expLength = publKey->nLength = CORRECT_ENDIANNESS(tmpLen);
    +
    +    /* Prepare the argument */
    +
    +    memset(argument->d, 0, outLen);
    +    BN_bn2bin(a, (unsigned char *)argument->d + outLen - BN_num_bytes(a));
    +
    +    inLen = outLen;
    +
    +    /* Perform the operation */
    +
    +    if ((rc = p_icaRsaModExpo(handle, inLen, (unsigned char *)argument->d,
    +                              publKey, &outLen, (unsigned char *)result->d))
    +        != 0) {
    +        printf("rc = %d\n", rc);
    +        IBMCAerr(IBMCA_F_IBMCA_MOD_EXP, IBMCA_R_REQUEST_FAILED);
    +        goto err;
    +    }
    +
    +    /* Convert the response */
    +    BN_bin2bn((unsigned char *)result->d, outLen, r);
    +    to_return = 1;
    + err:
    +    BN_CTX_end(ctx);
    +    return to_return;
    +}
    +
    +#  ifndef OPENSSL_NO_RSA
    +static int ibmca_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa)
    +{
    +    BN_CTX *ctx;
    +    int to_return = 0;
    +
    +    if ((ctx = BN_CTX_new()) == NULL)
    +        goto err;
    +    if (!rsa->p || !rsa->q || !rsa->dmp1 || !rsa->dmq1 || !rsa->iqmp) {
    +        if (!rsa->d || !rsa->n) {
    +            IBMCAerr(IBMCA_F_IBMCA_RSA_MOD_EXP,
    +                     IBMCA_R_MISSING_KEY_COMPONENTS);
    +            goto err;
    +        }
    +        to_return = ibmca_mod_exp(r0, I, rsa->d, rsa->n, ctx);
    +    } else {
    +        to_return = ibmca_mod_exp_crt(r0, I, rsa->p, rsa->q, rsa->dmp1,
    +                                      rsa->dmq1, rsa->iqmp, ctx);
    +    }
    + err:
    +    if (ctx)
    +        BN_CTX_free(ctx);
    +    return to_return;
    +}
    +#  endif
    +
    +/* Ein kleines chinesisches "Restessen"  */
    +static int ibmca_mod_exp_crt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    +                             const BIGNUM *q, const BIGNUM *dmp1,
    +                             const BIGNUM *dmq1, const BIGNUM *iqmp,
    +                             BN_CTX *ctx)
    +{
    +
    +    BIGNUM *argument = NULL;
    +    BIGNUM *result = NULL;
    +    BIGNUM *key = NULL;
    +
    +    int to_return = 0;          /* expect failure */
    +
    +    char *pkey = NULL;
    +    ICA_KEY_RSA_CRT *privKey = NULL;
    +    int inLen, outLen;
    +
    +    int rc;
    +    unsigned int offset, pSize, qSize;
    +/* SAB New variables */
    +    unsigned int keyRecordSize;
    +    unsigned int pbytes = BN_num_bytes(p);
    +    unsigned int qbytes = BN_num_bytes(q);
    +    unsigned int dmp1bytes = BN_num_bytes(dmp1);
    +    unsigned int dmq1bytes = BN_num_bytes(dmq1);
    +    unsigned int iqmpbytes = BN_num_bytes(iqmp);
    +
    +    /* Prepare the params */
    +
    +    BN_CTX_start(ctx);
    +    argument = BN_CTX_get(ctx);
    +    result = BN_CTX_get(ctx);
    +    key = BN_CTX_get(ctx);
    +
    +    if (!argument || !result || !key) {
    +        IBMCAerr(IBMCA_F_IBMCA_MOD_EXP_CRT, IBMCA_R_BN_CTX_FULL);
    +        goto err;
    +    }
    +
    +    if (!bn_wexpand(argument, p->top + q->top) ||
    +        !bn_wexpand(result, p->top + q->top) ||
    +        !bn_wexpand(key, sizeof(*privKey) / BN_BYTES)) {
    +        IBMCAerr(IBMCA_F_IBMCA_MOD_EXP_CRT, IBMCA_R_BN_EXPAND_FAIL);
    +        goto err;
    +    }
    +
    +    privKey = (ICA_KEY_RSA_CRT *)key->d;
    +    /*
    +     * SAB Add check for total size in bytes of the parms does not exceed the
    +     * buffer space we have do this first
    +     */
    +    keyRecordSize = pbytes + qbytes + dmp1bytes + dmq1bytes + iqmpbytes;
    +    if (keyRecordSize > sizeof(privKey->keyRecord)) {
    +        IBMCAerr(IBMCA_F_IBMCA_MOD_EXP_CRT, IBMCA_R_OPERANDS_TO_LARGE);
    +        goto err;
    +    }
    +
    +    if ((qbytes + dmq1bytes) > 256) {
    +        IBMCAerr(IBMCA_F_IBMCA_MOD_EXP_CRT, IBMCA_R_OPERANDS_TO_LARGE);
    +        goto err;
    +    }
    +
    +    if (pbytes + dmp1bytes > 256) {
    +        IBMCAerr(IBMCA_F_IBMCA_MOD_EXP_CRT, IBMCA_R_OPERANDS_TO_LARGE);
    +        goto err;
    +    }
    +
    +/* end SAB additions */
    +
    +    memset(privKey, 0, sizeof(ICA_KEY_RSA_CRT));
    +    privKey->keyType = CORRECT_ENDIANNESS(CRT_KEY_TYPE);
    +    privKey->keyLength = CORRECT_ENDIANNESS(sizeof(ICA_KEY_RSA_CRT));
    +    privKey->modulusBitLength = CORRECT_ENDIANNESS(BN_num_bytes(q) * 2 * 8);
    +
    +    /*
    +     * p,dp & qInv are 1 QWORD Larger
    +     */
    +    privKey->pLength = CORRECT_ENDIANNESS(BN_num_bytes(p) + 8);
    +    privKey->qLength = CORRECT_ENDIANNESS(BN_num_bytes(q));
    +    privKey->dpLength = CORRECT_ENDIANNESS(BN_num_bytes(dmp1) + 8);
    +    privKey->dqLength = CORRECT_ENDIANNESS(BN_num_bytes(dmq1));
    +    privKey->qInvLength = CORRECT_ENDIANNESS(BN_num_bytes(iqmp) + 8);
    +
    +    offset = (char *)privKey->keyRecord - (char *)privKey;
    +
    +    qSize = BN_num_bytes(q);
    +    pSize = qSize + 8;          /* 1 QWORD larger */
    +
    +    /*
    +     * SAB probably aittle redundant, but we'll verify that each of the
    +     * components which make up a key record sent ot the card does not exceed
    +     * the space that is allocated for it.  this handles the case where even
    +     * if the total length does not exceed keyrecord zied, if the operands are
    +     * funny sized they could cause potential side affects on either the card
    +     * or the result
    +     */
    +
    +    if ((pbytes > pSize) || (dmp1bytes > pSize) ||
    +        (iqmpbytes > pSize) || (qbytes > qSize) || (dmq1bytes > qSize)) {
    +        IBMCAerr(IBMCA_F_IBMCA_MOD_EXP_CRT, IBMCA_R_OPERANDS_TO_LARGE);
    +        goto err;
    +
    +    }
    +
    +    privKey->dpOffset = CORRECT_ENDIANNESS(offset);
    +
    +    offset += pSize;
    +    privKey->dqOffset = CORRECT_ENDIANNESS(offset);
    +
    +    offset += qSize;
    +    privKey->pOffset = CORRECT_ENDIANNESS(offset);
    +
    +    offset += pSize;
    +    privKey->qOffset = CORRECT_ENDIANNESS(offset);
    +
    +    offset += qSize;
    +    privKey->qInvOffset = CORRECT_ENDIANNESS(offset);
    +
    +    pkey = (char *)privKey->keyRecord;
    +
    +/* SAB first check that we don;t under flow the buffer */
    +    if (pSize < pbytes) {
    +        IBMCAerr(IBMCA_F_IBMCA_MOD_EXP_CRT, IBMCA_R_UNDERFLOW_CONDITION);
    +        goto err;
    +    }
    +
    +    /* pkey += pSize - BN_num_bytes(p); WROING this should be dmp1) */
    +    pkey += pSize - BN_num_bytes(dmp1);
    +    BN_bn2bin(dmp1, pkey);
    +    pkey += BN_num_bytes(dmp1); /* move the pointer */
    +
    +    BN_bn2bin(dmq1, pkey);      /* Copy over dmq1 */
    +
    +    pkey += qSize;              /* move pointer */
    +    /* set up for zero padding of next field */
    +    pkey += pSize - BN_num_bytes(p);
    +
    +    BN_bn2bin(p, pkey);
    +    /* increment pointer by number of bytes moved  */
    +    pkey += BN_num_bytes(p);
    +
    +    BN_bn2bin(q, pkey);
    +    pkey += qSize;              /* move the pointer */
    +    pkey += pSize - BN_num_bytes(iqmp); /* Adjust for padding */
    +    BN_bn2bin(iqmp, pkey);
    +
    +    /* Prepare the argument and response */
    +
    +    /*
    +     * Correct endianess is used because the fields were converted above
    +     */
    +    outLen = CORRECT_ENDIANNESS(privKey->qLength) * 2;
    +
    +    if (outLen > 256) {
    +        IBMCAerr(IBMCA_F_IBMCA_MOD_EXP_CRT, IBMCA_R_OUTLEN_TO_LARGE);
    +        goto err;
    +    }
    +
    +    /* SAB check for underflow here on the argeument */
    +    if (outLen < BN_num_bytes(a)) {
    +        IBMCAerr(IBMCA_F_IBMCA_MOD_EXP_CRT, IBMCA_R_UNDERFLOW_CONDITION);
    +        goto err;
    +    }
    +
    +    BN_bn2bin(a, (unsigned char *)argument->d + outLen - BN_num_bytes(a));
    +    inLen = outLen;
    +
    +    memset(result->d, 0, outLen);
    +
    +    /* Perform the operation */
    +
    +    if ((rc = p_icaRsaCrt(handle, inLen, (unsigned char *)argument->d,
    +                          privKey, &outLen, (unsigned char *)result->d)) != 0)
    +    {
    +        printf("rc = %d\n", rc);
    +        IBMCAerr(IBMCA_F_IBMCA_MOD_EXP_CRT, IBMCA_R_REQUEST_FAILED);
    +        goto err;
    +    }
    +
    +    /* Convert the response */
    +
    +    BN_bin2bn((unsigned char *)result->d, outLen, r);
    +    to_return = 1;
    +
    + err:
    +    BN_CTX_end(ctx);
    +    return to_return;
    +
    +}
    +
    +#  ifndef OPENSSL_NO_DSA
    +/*
    + * This code was liberated and adapted from the commented-out code in
    + * dsa_ossl.c. Because of the unoptimised form of the Ibmca acceleration (it
    + * doesn't have a CRT form for RSA), this function means that an Ibmca system
    + * running with a DSA server certificate can handshake around 5 or 6 times
    + * faster/more than an equivalent system running with RSA. Just check out the
    + * "signs" statistics from the RSA and DSA parts of "openssl speed -engine
    + * ibmca dsa1024 rsa1024".
    + */
    +static int ibmca_dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1,
    +                             BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m,
    +                             BN_CTX *ctx, BN_MONT_CTX *in_mont)
    +{
    +    BIGNUM t;
    +    int to_return = 0;
    +
    +    BN_init(&t);
    +    /* let rr = a1 ^ p1 mod m */
    +    if (!ibmca_mod_exp(rr, a1, p1, m, ctx))
    +        goto end;
    +    /* let t = a2 ^ p2 mod m */
    +    if (!ibmca_mod_exp(&t, a2, p2, m, ctx))
    +        goto end;
    +    /* let rr = rr * t mod m */
    +    if (!BN_mod_mul(rr, rr, &t, m, ctx))
    +        goto end;
    +    to_return = 1;
    + end:
    +    BN_free(&t);
    +    return to_return;
    +}
    +
    +static int ibmca_mod_exp_dsa(DSA *dsa, BIGNUM *r, BIGNUM *a,
    +                             const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
    +                             BN_MONT_CTX *m_ctx)
    +{
    +    return ibmca_mod_exp(r, a, p, m, ctx);
    +}
    +#  endif
    +
    +/* This function is aliased to mod_exp (with the mont stuff dropped). */
    +static int ibmca_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    +                              const BIGNUM *m, BN_CTX *ctx,
    +                              BN_MONT_CTX *m_ctx)
    +{
    +    return ibmca_mod_exp(r, a, p, m, ctx);
    +}
    +
    +#  ifndef OPENSSL_NO_DH
    +/* This function is aliased to mod_exp (with the dh and mont dropped). */
    +static int ibmca_mod_exp_dh(DH const *dh, BIGNUM *r,
    +                            const BIGNUM *a, const BIGNUM *p,
    +                            const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
    +{
    +    return ibmca_mod_exp(r, a, p, m, ctx);
    +}
    +#  endif
    +
    +/* Random bytes are good */
    +static int ibmca_rand_bytes(unsigned char *buf, int num)
    +{
    +    int to_return = 0;          /* assume failure */
    +    unsigned int ret;
    +
    +    if (handle == 0) {
    +        IBMCAerr(IBMCA_F_IBMCA_RAND_BYTES, IBMCA_R_NOT_INITIALISED);
    +        goto err;
    +    }
    +
    +    ret = p_icaRandomNumberGenerate(handle, num, buf);
    +    if (ret < 0) {
    +        IBMCAerr(IBMCA_F_IBMCA_RAND_BYTES, IBMCA_R_REQUEST_FAILED);
    +        goto err;
    +    }
    +    to_return = 1;
    + err:
    +    return to_return;
    +}
    +
    +static int ibmca_rand_status(void)
    +{
    +    return 1;
    +}
    +
    +/*
    + * This stuff is needed if this ENGINE is being compiled into a
    + * self-contained shared-library.
    + */
    +#  ifdef ENGINE_DYNAMIC_SUPPORT
    +static int bind_fn(ENGINE *e, const char *id)
    +{
    +    if (id && (strcmp(id, engine_ibmca_id) != 0)) /* WJH XXX */
    +        return 0;
    +    if (!bind_helper(e))
    +        return 0;
    +    return 1;
    +}
    +
    +IMPLEMENT_DYNAMIC_CHECK_FN()
    +    IMPLEMENT_DYNAMIC_BIND_FN(bind_fn)
    +#  endif                        /* ENGINE_DYNAMIC_SUPPORT */
    +# endif                         /* !OPENSSL_NO_HW_IBMCA */
    +#endif                          /* !OPENSSL_NO_HW */
    diff --git a/openssl/demos/engines/ibmca/hw_ibmca_err.c b/openssl/demos/engines/ibmca/hw_ibmca_err.c
    index c4053f6d3..9bcb8004b 100644
    --- a/openssl/demos/engines/ibmca/hw_ibmca_err.c
    +++ b/openssl/demos/engines/ibmca/hw_ibmca_err.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* NOTE: this file was auto generated by the mkerr.pl script: any changes
    +/*
    + * NOTE: this file was auto generated by the mkerr.pl script: any changes
      * made to it will be overwritten when the script next updates this file,
      * only reason strings will be preserved.
      */
    @@ -64,91 +65,85 @@
     
     /* BEGIN ERROR CODES */
     #ifndef OPENSSL_NO_ERR
    -static ERR_STRING_DATA IBMCA_str_functs[]=
    -	{
    -{ERR_PACK(0,IBMCA_F_IBMCA_CTRL,0),	"IBMCA_CTRL"},
    -{ERR_PACK(0,IBMCA_F_IBMCA_FINISH,0),	"IBMCA_FINISH"},
    -{ERR_PACK(0,IBMCA_F_IBMCA_INIT,0),	"IBMCA_INIT"},
    -{ERR_PACK(0,IBMCA_F_IBMCA_MOD_EXP,0),	"IBMCA_MOD_EXP"},
    -{ERR_PACK(0,IBMCA_F_IBMCA_MOD_EXP_CRT,0),	"IBMCA_MOD_EXP_CRT"},
    -{ERR_PACK(0,IBMCA_F_IBMCA_RAND_BYTES,0),	"IBMCA_RAND_BYTES"},
    -{ERR_PACK(0,IBMCA_F_IBMCA_RSA_MOD_EXP,0),	"IBMCA_RSA_MOD_EXP"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA IBMCA_str_functs[] = {
    +    {ERR_PACK(0, IBMCA_F_IBMCA_CTRL, 0), "IBMCA_CTRL"},
    +    {ERR_PACK(0, IBMCA_F_IBMCA_FINISH, 0), "IBMCA_FINISH"},
    +    {ERR_PACK(0, IBMCA_F_IBMCA_INIT, 0), "IBMCA_INIT"},
    +    {ERR_PACK(0, IBMCA_F_IBMCA_MOD_EXP, 0), "IBMCA_MOD_EXP"},
    +    {ERR_PACK(0, IBMCA_F_IBMCA_MOD_EXP_CRT, 0), "IBMCA_MOD_EXP_CRT"},
    +    {ERR_PACK(0, IBMCA_F_IBMCA_RAND_BYTES, 0), "IBMCA_RAND_BYTES"},
    +    {ERR_PACK(0, IBMCA_F_IBMCA_RSA_MOD_EXP, 0), "IBMCA_RSA_MOD_EXP"},
    +    {0, NULL}
    +};
     
    -static ERR_STRING_DATA IBMCA_str_reasons[]=
    -	{
    -{IBMCA_R_ALREADY_LOADED                  ,"already loaded"},
    -{IBMCA_R_BN_CTX_FULL                     ,"bn ctx full"},
    -{IBMCA_R_BN_EXPAND_FAIL                  ,"bn expand fail"},
    -{IBMCA_R_CTRL_COMMAND_NOT_IMPLEMENTED    ,"ctrl command not implemented"},
    -{IBMCA_R_DSO_FAILURE                     ,"dso failure"},
    -{IBMCA_R_MEXP_LENGTH_TO_LARGE            ,"mexp length to large"},
    -{IBMCA_R_MISSING_KEY_COMPONENTS          ,"missing key components"},
    -{IBMCA_R_NOT_INITIALISED                 ,"not initialised"},
    -{IBMCA_R_NOT_LOADED                      ,"not loaded"},
    -{IBMCA_R_OPERANDS_TO_LARGE               ,"operands to large"},
    -{IBMCA_R_OUTLEN_TO_LARGE                 ,"outlen to large"},
    -{IBMCA_R_REQUEST_FAILED                  ,"request failed"},
    -{IBMCA_R_UNDERFLOW_CONDITION             ,"underflow condition"},
    -{IBMCA_R_UNDERFLOW_KEYRECORD             ,"underflow keyrecord"},
    -{IBMCA_R_UNIT_FAILURE                    ,"unit failure"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA IBMCA_str_reasons[] = {
    +    {IBMCA_R_ALREADY_LOADED, "already loaded"},
    +    {IBMCA_R_BN_CTX_FULL, "bn ctx full"},
    +    {IBMCA_R_BN_EXPAND_FAIL, "bn expand fail"},
    +    {IBMCA_R_CTRL_COMMAND_NOT_IMPLEMENTED, "ctrl command not implemented"},
    +    {IBMCA_R_DSO_FAILURE, "dso failure"},
    +    {IBMCA_R_MEXP_LENGTH_TO_LARGE, "mexp length to large"},
    +    {IBMCA_R_MISSING_KEY_COMPONENTS, "missing key components"},
    +    {IBMCA_R_NOT_INITIALISED, "not initialised"},
    +    {IBMCA_R_NOT_LOADED, "not loaded"},
    +    {IBMCA_R_OPERANDS_TO_LARGE, "operands to large"},
    +    {IBMCA_R_OUTLEN_TO_LARGE, "outlen to large"},
    +    {IBMCA_R_REQUEST_FAILED, "request failed"},
    +    {IBMCA_R_UNDERFLOW_CONDITION, "underflow condition"},
    +    {IBMCA_R_UNDERFLOW_KEYRECORD, "underflow keyrecord"},
    +    {IBMCA_R_UNIT_FAILURE, "unit failure"},
    +    {0, NULL}
    +};
     
     #endif
     
     #ifdef IBMCA_LIB_NAME
    -static ERR_STRING_DATA IBMCA_lib_name[]=
    -        {
    -{0	,IBMCA_LIB_NAME},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA IBMCA_lib_name[] = {
    +    {0, IBMCA_LIB_NAME},
    +    {0, NULL}
    +};
     #endif
     
    -
    -static int IBMCA_lib_error_code=0;
    -static int IBMCA_error_init=1;
    +static int IBMCA_lib_error_code = 0;
    +static int IBMCA_error_init = 1;
     
     static void ERR_load_IBMCA_strings(void)
    -	{
    -	if (IBMCA_lib_error_code == 0)
    -		IBMCA_lib_error_code=ERR_get_next_error_library();
    +{
    +    if (IBMCA_lib_error_code == 0)
    +        IBMCA_lib_error_code = ERR_get_next_error_library();
     
    -	if (IBMCA_error_init)
    -		{
    -		IBMCA_error_init=0;
    +    if (IBMCA_error_init) {
    +        IBMCA_error_init = 0;
     #ifndef OPENSSL_NO_ERR
    -		ERR_load_strings(IBMCA_lib_error_code,IBMCA_str_functs);
    -		ERR_load_strings(IBMCA_lib_error_code,IBMCA_str_reasons);
    +        ERR_load_strings(IBMCA_lib_error_code, IBMCA_str_functs);
    +        ERR_load_strings(IBMCA_lib_error_code, IBMCA_str_reasons);
     #endif
     
     #ifdef IBMCA_LIB_NAME
    -		IBMCA_lib_name->error = ERR_PACK(IBMCA_lib_error_code,0,0);
    -		ERR_load_strings(0,IBMCA_lib_name);
    +        IBMCA_lib_name->error = ERR_PACK(IBMCA_lib_error_code, 0, 0);
    +        ERR_load_strings(0, IBMCA_lib_name);
     #endif
    -		}
    -	}
    +    }
    +}
     
     static void ERR_unload_IBMCA_strings(void)
    -	{
    -	if (IBMCA_error_init == 0)
    -		{
    +{
    +    if (IBMCA_error_init == 0) {
     #ifndef OPENSSL_NO_ERR
    -		ERR_unload_strings(IBMCA_lib_error_code,IBMCA_str_functs);
    -		ERR_unload_strings(IBMCA_lib_error_code,IBMCA_str_reasons);
    +        ERR_unload_strings(IBMCA_lib_error_code, IBMCA_str_functs);
    +        ERR_unload_strings(IBMCA_lib_error_code, IBMCA_str_reasons);
     #endif
     
     #ifdef IBMCA_LIB_NAME
    -		ERR_unload_strings(0,IBMCA_lib_name);
    +        ERR_unload_strings(0, IBMCA_lib_name);
     #endif
    -		IBMCA_error_init=1;
    -		}
    -	}
    +        IBMCA_error_init = 1;
    +    }
    +}
     
     static void ERR_IBMCA_error(int function, int reason, char *file, int line)
    -	{
    -	if (IBMCA_lib_error_code == 0)
    -		IBMCA_lib_error_code=ERR_get_next_error_library();
    -	ERR_PUT_error(IBMCA_lib_error_code,function,reason,file,line);
    -	}
    +{
    +    if (IBMCA_lib_error_code == 0)
    +        IBMCA_lib_error_code = ERR_get_next_error_library();
    +    ERR_PUT_error(IBMCA_lib_error_code, function, reason, file, line);
    +}
    diff --git a/openssl/demos/engines/ibmca/hw_ibmca_err.h b/openssl/demos/engines/ibmca/hw_ibmca_err.h
    index 2070f9579..c17e0c93b 100644
    --- a/openssl/demos/engines/ibmca/hw_ibmca_err.h
    +++ b/openssl/demos/engines/ibmca/hw_ibmca_err.h
    @@ -6,7 +6,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,48 +53,49 @@
      */
     
     #ifndef HEADER_IBMCA_ERR_H
    -#define HEADER_IBMCA_ERR_H
    +# define HEADER_IBMCA_ERR_H
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     static void ERR_load_IBMCA_strings(void);
     static void ERR_unload_IBMCA_strings(void);
     static void ERR_IBMCA_error(int function, int reason, char *file, int line);
    -#define IBMCAerr(f,r) ERR_IBMCA_error((f),(r),__FILE__,__LINE__)
    +# define IBMCAerr(f,r) ERR_IBMCA_error((f),(r),__FILE__,__LINE__)
     
     /* Error codes for the IBMCA functions. */
     
     /* Function codes. */
    -#define IBMCA_F_IBMCA_CTRL				 100
    -#define IBMCA_F_IBMCA_FINISH				 101
    -#define IBMCA_F_IBMCA_INIT				 102
    -#define IBMCA_F_IBMCA_MOD_EXP				 103
    -#define IBMCA_F_IBMCA_MOD_EXP_CRT			 104
    -#define IBMCA_F_IBMCA_RAND_BYTES			 105
    -#define IBMCA_F_IBMCA_RSA_MOD_EXP			 106
    +# define IBMCA_F_IBMCA_CTRL                               100
    +# define IBMCA_F_IBMCA_FINISH                             101
    +# define IBMCA_F_IBMCA_INIT                               102
    +# define IBMCA_F_IBMCA_MOD_EXP                            103
    +# define IBMCA_F_IBMCA_MOD_EXP_CRT                        104
    +# define IBMCA_F_IBMCA_RAND_BYTES                         105
    +# define IBMCA_F_IBMCA_RSA_MOD_EXP                        106
     
     /* Reason codes. */
    -#define IBMCA_R_ALREADY_LOADED				 100
    -#define IBMCA_R_BN_CTX_FULL				 101
    -#define IBMCA_R_BN_EXPAND_FAIL				 102
    -#define IBMCA_R_CTRL_COMMAND_NOT_IMPLEMENTED		 103
    -#define IBMCA_R_DSO_FAILURE				 104
    -#define IBMCA_R_MEXP_LENGTH_TO_LARGE			 105
    -#define IBMCA_R_MISSING_KEY_COMPONENTS			 106
    -#define IBMCA_R_NOT_INITIALISED				 107
    -#define IBMCA_R_NOT_LOADED				 108
    -#define IBMCA_R_OPERANDS_TO_LARGE			 109
    -#define IBMCA_R_OUTLEN_TO_LARGE				 110
    -#define IBMCA_R_REQUEST_FAILED				 111
    -#define IBMCA_R_UNDERFLOW_CONDITION			 112
    -#define IBMCA_R_UNDERFLOW_KEYRECORD			 113
    -#define IBMCA_R_UNIT_FAILURE				 114
    +# define IBMCA_R_ALREADY_LOADED                           100
    +# define IBMCA_R_BN_CTX_FULL                              101
    +# define IBMCA_R_BN_EXPAND_FAIL                           102
    +# define IBMCA_R_CTRL_COMMAND_NOT_IMPLEMENTED             103
    +# define IBMCA_R_DSO_FAILURE                              104
    +# define IBMCA_R_MEXP_LENGTH_TO_LARGE                     105
    +# define IBMCA_R_MISSING_KEY_COMPONENTS                   106
    +# define IBMCA_R_NOT_INITIALISED                          107
    +# define IBMCA_R_NOT_LOADED                               108
    +# define IBMCA_R_OPERANDS_TO_LARGE                        109
    +# define IBMCA_R_OUTLEN_TO_LARGE                          110
    +# define IBMCA_R_REQUEST_FAILED                           111
    +# define IBMCA_R_UNDERFLOW_CONDITION                      112
    +# define IBMCA_R_UNDERFLOW_KEYRECORD                      113
    +# define IBMCA_R_UNIT_FAILURE                             114
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/demos/engines/ibmca/ica_openssl_api.h b/openssl/demos/engines/ibmca/ica_openssl_api.h
    index c77e0fd5c..715bb928b 100644
    --- a/openssl/demos/engines/ibmca/ica_openssl_api.h
    +++ b/openssl/demos/engines/ibmca/ica_openssl_api.h
    @@ -1,189 +1,183 @@
     
     #ifndef __ICA_OPENSSL_API_H__
    -#define __ICA_OPENSSL_API_H__
    +# define __ICA_OPENSSL_API_H__
     
     /**
      ** abstract data types for API
      **/
     
    -#define ICA_ADAPTER_HANDLE int
    +# define ICA_ADAPTER_HANDLE int
     
    -#if defined(linux) || defined (_AIX)
    -#define ICA_CALL 
    -#endif
    +# if defined(linux) || defined (_AIX)
    +#  define ICA_CALL
    +# endif
     
    -#if defined(WIN32) || defined(_WIN32)
    -#define ICA_CALL  __stdcall
    -#endif
    +# if defined(WIN32) || defined(_WIN32)
    +#  define ICA_CALL  __stdcall
    +# endif
     
    -/*------------------------------------------------*
    +/* -----------------------------------------------*
      | RSA defines and typedefs                       |
      *------------------------------------------------*/
      /*
    - * All data elements of the RSA key are in big-endian format
    - * Modulus-Exponent form of key
    - *
    - */
    - #define MAX_EXP_SIZE 256
    - #define MAX_MODULUS_SIZE 256
    - #define MAX_MODEXP_SIZE  (MAX_EXP_SIZE + MAX_MODULUS_SIZE)
    +  * All data elements of the RSA key are in big-endian format
    +  * Modulus-Exponent form of key
    +  *
    +  */
    +# define MAX_EXP_SIZE 256
    +# define MAX_MODULUS_SIZE 256
    +# define MAX_MODEXP_SIZE  (MAX_EXP_SIZE + MAX_MODULUS_SIZE)
     
    - #define MAX_OPERAND_SIZE  MAX_EXP_SIZE
    +# define MAX_OPERAND_SIZE  MAX_EXP_SIZE
     
    - typedef unsigned char ICA_KEY_RSA_MODEXPO_REC[MAX_MODEXP_SIZE];
    +typedef unsigned char ICA_KEY_RSA_MODEXPO_REC[MAX_MODEXP_SIZE];
      /*
    - * All data elements of the RSA key are in big-endian format
    - * Chinese Remainder Thereom(CRT) form of key
    - * Used only for Decrypt, the encrypt form is typically Modulus-Exponent
    - *
    - */
    - #define MAX_BP_SIZE 136
    - #define MAX_BQ_SIZE 128
    - #define MAX_NP_SIZE 136
    - #define MAX_NQ_SIZE 128
    - #define MAX_QINV_SIZE 136
    - #define MAX_RSACRT_SIZE (MAX_BP_SIZE+MAX_BQ_SIZE+MAX_NP_SIZE+MAX_NQ_SIZE+MAX_QINV_SIZE)
    -
    -#define RSA_GEN_OPERAND_MAX   256 /* bytes */
    +  * All data elements of the RSA key are in big-endian format
    +  * Chinese Remainder Thereom(CRT) form of key
    +  * Used only for Decrypt, the encrypt form is typically Modulus-Exponent
    +  *
    +  */
    +# define MAX_BP_SIZE 136
    +# define MAX_BQ_SIZE 128
    +# define MAX_NP_SIZE 136
    +# define MAX_NQ_SIZE 128
    +# define MAX_QINV_SIZE 136
    +# define MAX_RSACRT_SIZE (MAX_BP_SIZE+MAX_BQ_SIZE+MAX_NP_SIZE+MAX_NQ_SIZE+MAX_QINV_SIZE)
    +
    +# define RSA_GEN_OPERAND_MAX   256/* bytes */
     
     typedef unsigned char ICA_KEY_RSA_CRT_REC[MAX_RSACRT_SIZE];
    -/*------------------------------------------------*
    +/* -----------------------------------------------*
      | RSA key token types                            |
      *------------------------------------------------*/
     
    -#define  RSA_PUBLIC_MODULUS_EXPONENT        3
    -#define  RSA_PKCS_PRIVATE_CHINESE_REMAINDER 6
    +# define  RSA_PUBLIC_MODULUS_EXPONENT        3
    +# define  RSA_PKCS_PRIVATE_CHINESE_REMAINDER 6
     
    -#define KEYTYPE_MODEXPO         1
    -#define KEYTYPE_PKCSCRT         2
    +# define KEYTYPE_MODEXPO         1
    +# define KEYTYPE_PKCSCRT         2
     
    -
    -/*------------------------------------------------*
    +/* -----------------------------------------------*
      | RSA Key Token format                           |
      *------------------------------------------------*/
     
    -/*
    +/*-
      * NOTE:  All the fields in the ICA_KEY_RSA_MODEXPO structure
      *        (lengths, offsets, exponents, modulus, etc.) are
      *        stored in big-endian format
      */
     
    -typedef struct _ICA_KEY_RSA_MODEXPO
    -{   unsigned int  keyType;             /* RSA key type.               */
    -    unsigned int  keyLength;           /* Total length of the token.  */
    -    unsigned int  modulusBitLength;    /* Modulus n bit length.       */
    -                                       /* -- Start of the data length.*/
    -    unsigned int  nLength;             /* Modulus n = p * q           */
    -    unsigned int  expLength;           /* exponent (public or private)*/
    -                                       /*   e = 1/d * mod(p-1)(q-1)   */
    -                                       /* -- Start of the data offsets*/
    -    unsigned int  nOffset;             /* Modulus n .                 */
    -    unsigned int  expOffset;           /* exponent (public or private)*/
    -    unsigned char reserved[112];       /* reserved area               */
    -                                       /* -- Start of the variable -- */
    -                                       /* -- length token data.    -- */
    +typedef struct _ICA_KEY_RSA_MODEXPO {
    +    unsigned int keyType;       /* RSA key type.  */
    +    unsigned int keyLength;     /* Total length of the token.  */
    +    unsigned int modulusBitLength; /* Modulus n bit length.  */
    +    /* -- Start of the data length. */
    +    unsigned int nLength;       /* Modulus n = p * q */
    +    unsigned int expLength;     /* exponent (public or private) */
    +    /*   e = 1/d * mod(p-1)(q-1)   */
    +    /* -- Start of the data offsets */
    +    unsigned int nOffset;       /* Modulus n .  */
    +    unsigned int expOffset;     /* exponent (public or private) */
    +    unsigned char reserved[112]; /* reserved area */
    +    /* -- Start of the variable -- */
    +    /* -- length token data.    -- */
         ICA_KEY_RSA_MODEXPO_REC keyRecord;
     } ICA_KEY_RSA_MODEXPO;
    -#define SZ_HEADER_MODEXPO (sizeof(ICA_KEY_RSA_MODEXPO) - sizeof(ICA_KEY_RSA_MODEXPO_REC))
    +# define SZ_HEADER_MODEXPO (sizeof(ICA_KEY_RSA_MODEXPO) - sizeof(ICA_KEY_RSA_MODEXPO_REC))
     
    -/*
    +/*-
      * NOTE:  All the fields in the ICA_KEY_RSA_CRT structure
      *        (lengths, offsets, exponents, modulus, etc.) are
      *        stored in big-endian format
      */
     
    -typedef struct _ICA_KEY_RSA_CRT
    -{   unsigned int  keyType;             /* RSA key type.               */
    -    unsigned int  keyLength;           /* Total length of the token.  */
    -    unsigned int  modulusBitLength;    /* Modulus n bit length.       */
    -                                       /* -- Start of the data length.*/
    -#if _AIX
    -    unsigned int  nLength;             /* Modulus n = p * q           */
    -#endif
    -    unsigned int  pLength;             /* Prime number p .            */
    -    unsigned int  qLength;             /* Prime number q .            */
    -    unsigned int  dpLength;            /* dp = d * mod(p-1) .         */
    -    unsigned int  dqLength;            /* dq = d * mod(q-1) .         */
    -    unsigned int  qInvLength;          /* PKCS: qInv = Ap/q           */
    -                                       /* -- Start of the data offsets*/
    -#if _AIX
    -    unsigned int  nOffset;             /* Modulus n .                 */
    -#endif
    -    unsigned int  pOffset;             /* Prime number p .            */
    -    unsigned int  qOffset;             /* Prime number q .            */
    -    unsigned int  dpOffset;            /* dp .                        */
    -    unsigned int  dqOffset;            /* dq .                        */
    -    unsigned int  qInvOffset;          /* qInv for PKCS               */
    -#if _AIX
    -    unsigned char reserved[80];        /* reserved area               */
    -#else
    -    unsigned char reserved[88];        /* reserved area               */
    -#endif
    -                                       /* -- Start of the variable -- */
    -                                       /* -- length token data.    -- */
    +typedef struct _ICA_KEY_RSA_CRT {
    +    unsigned int keyType;       /* RSA key type.  */
    +    unsigned int keyLength;     /* Total length of the token.  */
    +    unsigned int modulusBitLength; /* Modulus n bit length.  */
    +    /* -- Start of the data length. */
    +# if _AIX
    +    unsigned int nLength;       /* Modulus n = p * q */
    +# endif
    +    unsigned int pLength;       /* Prime number p .  */
    +    unsigned int qLength;       /* Prime number q .  */
    +    unsigned int dpLength;      /* dp = d * mod(p-1) .  */
    +    unsigned int dqLength;      /* dq = d * mod(q-1) .  */
    +    unsigned int qInvLength;    /* PKCS: qInv = Ap/q */
    +    /* -- Start of the data offsets */
    +# if _AIX
    +    unsigned int nOffset;       /* Modulus n .  */
    +# endif
    +    unsigned int pOffset;       /* Prime number p .  */
    +    unsigned int qOffset;       /* Prime number q .  */
    +    unsigned int dpOffset;      /* dp .  */
    +    unsigned int dqOffset;      /* dq .  */
    +    unsigned int qInvOffset;    /* qInv for PKCS */
    +# if _AIX
    +    unsigned char reserved[80]; /* reserved area */
    +# else
    +    unsigned char reserved[88]; /* reserved area */
    +# endif
    +    /* -- Start of the variable -- */
    +    /* -- length token data.    -- */
         ICA_KEY_RSA_CRT_REC keyRecord;
     } ICA_KEY_RSA_CRT;
    -#define SZ_HEADER_CRT (sizeof(ICA_KEY_RSA_CRT) - sizeof(ICA_KEY_RSA_CRT_REC))
    +# define SZ_HEADER_CRT (sizeof(ICA_KEY_RSA_CRT) - sizeof(ICA_KEY_RSA_CRT_REC))
     
     unsigned int
    -icaOpenAdapter( unsigned int        adapterId,
    -	        ICA_ADAPTER_HANDLE *pAdapterHandle );
    +icaOpenAdapter(unsigned int adapterId, ICA_ADAPTER_HANDLE * pAdapterHandle);
     
    -unsigned int
    -icaCloseAdapter( ICA_ADAPTER_HANDLE adapterHandle );
    +unsigned int icaCloseAdapter(ICA_ADAPTER_HANDLE adapterHandle);
     
     unsigned int
    -icaRsaModExpo( ICA_ADAPTER_HANDLE    hAdapterHandle,
    -	       unsigned int          inputDataLength,
    -	       unsigned char        *pInputData,
    -	       ICA_KEY_RSA_MODEXPO  *pKeyModExpo,
    -	       unsigned int         *pOutputDataLength,
    -	       unsigned char        *pOutputData );
    +icaRsaModExpo(ICA_ADAPTER_HANDLE hAdapterHandle,
    +              unsigned int inputDataLength,
    +              unsigned char *pInputData,
    +              ICA_KEY_RSA_MODEXPO *pKeyModExpo,
    +              unsigned int *pOutputDataLength, unsigned char *pOutputData);
     
     unsigned int
    -icaRsaCrt( ICA_ADAPTER_HANDLE     hAdapterHandle,
    -	   unsigned int           inputDataLength,
    -	   unsigned char         *pInputData,
    -	   ICA_KEY_RSA_CRT       *pKeyCrt,
    -	   unsigned int          *pOutputDataLength,
    -	   unsigned char         *pOutputData );
    +icaRsaCrt(ICA_ADAPTER_HANDLE hAdapterHandle,
    +          unsigned int inputDataLength,
    +          unsigned char *pInputData,
    +          ICA_KEY_RSA_CRT *pKeyCrt,
    +          unsigned int *pOutputDataLength, unsigned char *pOutputData);
     
     unsigned int
    -icaRandomNumberGenerate( ICA_ADAPTER_HANDLE  hAdapterHandle,
    -			 unsigned int        outputDataLength,
    -			 unsigned char      *pOutputData );
    +icaRandomNumberGenerate(ICA_ADAPTER_HANDLE hAdapterHandle,
    +                        unsigned int outputDataLength,
    +                        unsigned char *pOutputData);
     
    -/* Specific macros and definitions to not have IFDEF;s all over the
    -   main code */
    +/*
    + * Specific macros and definitions to not have IFDEF;s all over the main code
    + */
     
    -#if (_AIX)
    +# if (_AIX)
     static const char *IBMCA_LIBNAME = "/lib/libica.a(shr.o)";
    -#elif (WIN32)
    +# elif (WIN32)
     static const char *IBMCA_LIBNAME = "cryptica";
    -#else
    +# else
     static const char *IBMCA_LIBNAME = "ica";
    -#endif
    +# endif
     
    -#if (WIN32)
    +# if (WIN32)
     /*
    - The ICA_KEY_RSA_MODEXPO & ICA_KEY_RSA_CRT lengths and
    - offsets must be in big-endian format.
    -
    -*/
    -#define CORRECT_ENDIANNESS(b) (  \
    + * The ICA_KEY_RSA_MODEXPO & ICA_KEY_RSA_CRT lengths and offsets must be in
    + * big-endian format.
    + *
    + */
    +#  define CORRECT_ENDIANNESS(b) (  \
                                  (((unsigned long) (b) & 0x000000ff) << 24) |  \
                                  (((unsigned long) (b) & 0x0000ff00) <<  8) |  \
                                  (((unsigned long) (b) & 0x00ff0000) >>  8) |  \
                                  (((unsigned long) (b) & 0xff000000) >> 24)    \
                                  )
    -#define CRT_KEY_TYPE   RSA_PKCS_PRIVATE_CHINESE_REMAINDER
    -#define ME_KEY_TYPE    RSA_PUBLIC_MODULUS_EXPONENT
    -#else
    -#define CORRECT_ENDIANNESS(b) (b)
    -#define CRT_KEY_TYPE       KEYTYPE_PKCSCRT
    -#define ME_KEY_TYPE        KEYTYPE_MODEXPO
    -#endif
    -
    -
    -
    -#endif   /* __ICA_OPENSSL_API_H__ */
    +#  define CRT_KEY_TYPE   RSA_PKCS_PRIVATE_CHINESE_REMAINDER
    +#  define ME_KEY_TYPE    RSA_PUBLIC_MODULUS_EXPONENT
    +# else
    +#  define CORRECT_ENDIANNESS(b) (b)
    +#  define CRT_KEY_TYPE       KEYTYPE_PKCSCRT
    +#  define ME_KEY_TYPE        KEYTYPE_MODEXPO
    +# endif
    +
    +#endif                          /* __ICA_OPENSSL_API_H__ */
    diff --git a/openssl/demos/engines/rsaref/rsaref.c b/openssl/demos/engines/rsaref/rsaref.c
    index f97974fc4..498cc7098 100644
    --- a/openssl/demos/engines/rsaref/rsaref.c
    +++ b/openssl/demos/engines/rsaref/rsaref.c
    @@ -1,6 +1,8 @@
    -/* Demo of how to construct your own engine and using it.  The basis of this
    -   engine is RSAref, an old reference of the RSA algorithm which can still
    -   be found a little here and there. */
    +/*
    + * Demo of how to construct your own engine and using it.  The basis of this
    + * engine is RSAref, an old reference of the RSA algorithm which can still be
    + * found a little here and there.
    + */
     
     #include 
     #include 
    @@ -35,177 +37,172 @@ static int rsaref_destroy(ENGINE *e);
     static int rsaref_init(ENGINE *e);
     static int rsaref_finish(ENGINE *e);
     #if 0
    -static int rsaref_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)()); 
    +static int rsaref_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) ());
     #endif
     
     /*****************************************************************************
      * Engine commands
      **/
     static const ENGINE_CMD_DEFN rsaref_cmd_defns[] = {
    -	{0, NULL, NULL, 0}
    -	};
    +    {0, NULL, NULL, 0}
    +};
     
     /*****************************************************************************
      * RSA functions
      **/
     static int rsaref_private_decrypt(int len, const unsigned char *from,
    -	unsigned char *to, RSA *rsa, int padding);
    +                                  unsigned char *to, RSA *rsa, int padding);
     static int rsaref_private_encrypt(int len, const unsigned char *from,
    -	unsigned char *to, RSA *rsa, int padding);
    +                                  unsigned char *to, RSA *rsa, int padding);
     static int rsaref_public_encrypt(int len, const unsigned char *from,
    -	unsigned char *to, RSA *rsa, int padding);
    +                                 unsigned char *to, RSA *rsa, int padding);
     static int rsaref_public_decrypt(int len, const unsigned char *from,
    -	unsigned char *to, RSA *rsa, int padding);
    -static int bnref_mod_exp(BIGNUM *r,const BIGNUM *a,const BIGNUM *p,const BIGNUM *m,
    -			  BN_CTX *ctx, BN_MONT_CTX *m_ctx);
    +                                 unsigned char *to, RSA *rsa, int padding);
    +static int bnref_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    +                         const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
     static int rsaref_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa);
     
     /*****************************************************************************
      * Our RSA method
      **/
    -static RSA_METHOD rsaref_rsa =
    -{
    -  "RSAref PKCS#1 RSA",
    -  rsaref_public_encrypt,
    -  rsaref_public_decrypt,
    -  rsaref_private_encrypt,
    -  rsaref_private_decrypt,
    -  rsaref_mod_exp,
    -  bnref_mod_exp,
    -  NULL,
    -  NULL,
    -  0,
    -  NULL,
    -  NULL,
    -  NULL
    +static RSA_METHOD rsaref_rsa = {
    +    "RSAref PKCS#1 RSA",
    +    rsaref_public_encrypt,
    +    rsaref_public_decrypt,
    +    rsaref_private_encrypt,
    +    rsaref_private_decrypt,
    +    rsaref_mod_exp,
    +    bnref_mod_exp,
    +    NULL,
    +    NULL,
    +    0,
    +    NULL,
    +    NULL,
    +    NULL
     };
     
     /*****************************************************************************
      * Symetric cipher and digest function registrars
      **/
     static int rsaref_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
    -	const int **nids, int nid);
    +                          const int **nids, int nid);
     static int rsaref_digests(ENGINE *e, const EVP_MD **digest,
    -	const int **nids, int nid);
    +                          const int **nids, int nid);
     
     static int rsaref_cipher_nids[] =
    -	{ NID_des_cbc, NID_des_ede3_cbc, NID_desx_cbc, 0 };
    -static int rsaref_digest_nids[] =
    -	{ NID_md2, NID_md5, 0 };
    +    { NID_des_cbc, NID_des_ede3_cbc, NID_desx_cbc, 0 };
    +static int rsaref_digest_nids[] = { NID_md2, NID_md5, 0 };
     
     /*****************************************************************************
      * DES functions
      **/
     static int cipher_des_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -	const unsigned char *iv, int enc);
    +                               const unsigned char *iv, int enc);
     static int cipher_des_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -	const unsigned char *in, unsigned int inl);
    +                               const unsigned char *in, unsigned int inl);
     static int cipher_des_cbc_clean(EVP_CIPHER_CTX *);
    -static int cipher_des_ede3_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -	const unsigned char *iv, int enc);
    +static int cipher_des_ede3_cbc_init(EVP_CIPHER_CTX *ctx,
    +                                    const unsigned char *key,
    +                                    const unsigned char *iv, int enc);
     static int cipher_des_ede3_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -	const unsigned char *in, unsigned int inl);
    +                                    const unsigned char *in,
    +                                    unsigned int inl);
     static int cipher_des_ede3_cbc_clean(EVP_CIPHER_CTX *);
     static int cipher_desx_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -	const unsigned char *iv, int enc);
    +                                const unsigned char *iv, int enc);
     static int cipher_desx_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -	const unsigned char *in, unsigned int inl);
    +                                const unsigned char *in, unsigned int inl);
     static int cipher_desx_cbc_clean(EVP_CIPHER_CTX *);
     
     /*****************************************************************************
      * Our DES ciphers
      **/
    -static const EVP_CIPHER cipher_des_cbc =
    -	{
    -	NID_des_cbc,
    -	8, 8, 8,
    -	0 | EVP_CIPH_CBC_MODE,
    -	cipher_des_cbc_init,
    -	cipher_des_cbc_code,
    -	cipher_des_cbc_clean,
    -	sizeof(DES_CBC_CTX),
    -	NULL,
    -	NULL,
    -	NULL,
    -	NULL
    -	};
    -
    -static const EVP_CIPHER cipher_des_ede3_cbc =
    -	{
    -	NID_des_ede3_cbc,
    -	8, 24, 8,
    -	0 | EVP_CIPH_CBC_MODE,
    -	cipher_des_ede3_cbc_init,
    -	cipher_des_ede3_cbc_code,
    -	cipher_des_ede3_cbc_clean,
    -	sizeof(DES3_CBC_CTX),
    -	NULL,
    -	NULL,
    -	NULL,
    -	NULL
    -	};
    -
    -static const EVP_CIPHER cipher_desx_cbc =
    -	{
    -	NID_desx_cbc,
    -	8, 24, 8,
    -	0 | EVP_CIPH_CBC_MODE,
    -	cipher_desx_cbc_init,
    -	cipher_desx_cbc_code,
    -	cipher_desx_cbc_clean,
    -	sizeof(DESX_CBC_CTX),
    -	NULL,
    -	NULL,
    -	NULL,
    -	NULL
    -	};
    +static const EVP_CIPHER cipher_des_cbc = {
    +    NID_des_cbc,
    +    8, 8, 8,
    +    0 | EVP_CIPH_CBC_MODE,
    +    cipher_des_cbc_init,
    +    cipher_des_cbc_code,
    +    cipher_des_cbc_clean,
    +    sizeof(DES_CBC_CTX),
    +    NULL,
    +    NULL,
    +    NULL,
    +    NULL
    +};
    +
    +static const EVP_CIPHER cipher_des_ede3_cbc = {
    +    NID_des_ede3_cbc,
    +    8, 24, 8,
    +    0 | EVP_CIPH_CBC_MODE,
    +    cipher_des_ede3_cbc_init,
    +    cipher_des_ede3_cbc_code,
    +    cipher_des_ede3_cbc_clean,
    +    sizeof(DES3_CBC_CTX),
    +    NULL,
    +    NULL,
    +    NULL,
    +    NULL
    +};
    +
    +static const EVP_CIPHER cipher_desx_cbc = {
    +    NID_desx_cbc,
    +    8, 24, 8,
    +    0 | EVP_CIPH_CBC_MODE,
    +    cipher_desx_cbc_init,
    +    cipher_desx_cbc_code,
    +    cipher_desx_cbc_clean,
    +    sizeof(DESX_CBC_CTX),
    +    NULL,
    +    NULL,
    +    NULL,
    +    NULL
    +};
     
     /*****************************************************************************
      * MD functions
      **/
     static int digest_md2_init(EVP_MD_CTX *ctx);
    -static int digest_md2_update(EVP_MD_CTX *ctx,const void *data,
    -	unsigned long count);
    -static int digest_md2_final(EVP_MD_CTX *ctx,unsigned char *md);
    +static int digest_md2_update(EVP_MD_CTX *ctx, const void *data,
    +                             unsigned long count);
    +static int digest_md2_final(EVP_MD_CTX *ctx, unsigned char *md);
     static int digest_md5_init(EVP_MD_CTX *ctx);
    -static int digest_md5_update(EVP_MD_CTX *ctx,const void *data,
    -	unsigned long count);
    -static int digest_md5_final(EVP_MD_CTX *ctx,unsigned char *md);
    +static int digest_md5_update(EVP_MD_CTX *ctx, const void *data,
    +                             unsigned long count);
    +static int digest_md5_final(EVP_MD_CTX *ctx, unsigned char *md);
     
     /*****************************************************************************
      * Our MD digests
      **/
    -static const EVP_MD digest_md2 =
    -	{
    -	NID_md2,
    -	NID_md2WithRSAEncryption,
    -	16,
    -	0,
    -	digest_md2_init,
    -	digest_md2_update,
    -	digest_md2_final,
    -	NULL,
    -	NULL,
    -	EVP_PKEY_RSA_method,
    -	16,
    -	sizeof(MD2_CTX)
    -	};
    -
    -static const EVP_MD digest_md5 =
    -	{
    -	NID_md5,
    -	NID_md5WithRSAEncryption,
    -	16,
    -	0,
    -	digest_md5_init,
    -	digest_md5_update,
    -	digest_md5_final,
    -	NULL,
    -	NULL,
    -	EVP_PKEY_RSA_method,
    -	64,
    -	sizeof(MD5_CTX)
    -	};
    +static const EVP_MD digest_md2 = {
    +    NID_md2,
    +    NID_md2WithRSAEncryption,
    +    16,
    +    0,
    +    digest_md2_init,
    +    digest_md2_update,
    +    digest_md2_final,
    +    NULL,
    +    NULL,
    +    EVP_PKEY_RSA_method,
    +    16,
    +    sizeof(MD2_CTX)
    +};
    +
    +static const EVP_MD digest_md5 = {
    +    NID_md5,
    +    NID_md5WithRSAEncryption,
    +    16,
    +    0,
    +    digest_md5_init,
    +    digest_md5_update,
    +    digest_md5_final,
    +    NULL,
    +    NULL,
    +    EVP_PKEY_RSA_method,
    +    64,
    +    sizeof(MD5_CTX)
    +};
     
     /*****************************************************************************
      *** Function definitions                                                  ***
    @@ -216,337 +213,359 @@ static const EVP_MD digest_md5 =
      **/
     
     static int bind_rsaref(ENGINE *e)
    -	{
    -	const RSA_METHOD *meth1;
    -	if(!ENGINE_set_id(e, engine_rsaref_id)
    -		|| !ENGINE_set_name(e, engine_rsaref_name)
    -		|| !ENGINE_set_RSA(e, &rsaref_rsa)
    -		|| !ENGINE_set_ciphers(e, rsaref_ciphers)
    -		|| !ENGINE_set_digests(e, rsaref_digests)
    -		|| !ENGINE_set_destroy_function(e, rsaref_destroy)
    -		|| !ENGINE_set_init_function(e, rsaref_init)
    -		|| !ENGINE_set_finish_function(e, rsaref_finish)
    -		/* || !ENGINE_set_ctrl_function(e, rsaref_ctrl) */
    -		/* || !ENGINE_set_cmd_defns(e, rsaref_cmd_defns) */)
    -		return 0;
    -
    -	/* Ensure the rsaref error handling is set up */
    -	ERR_load_RSAREF_strings();
    -	return 1;
    -	}
    +{
    +    const RSA_METHOD *meth1;
    +    if (!ENGINE_set_id(e, engine_rsaref_id)
    +        || !ENGINE_set_name(e, engine_rsaref_name)
    +        || !ENGINE_set_RSA(e, &rsaref_rsa)
    +        || !ENGINE_set_ciphers(e, rsaref_ciphers)
    +        || !ENGINE_set_digests(e, rsaref_digests)
    +        || !ENGINE_set_destroy_function(e, rsaref_destroy)
    +        || !ENGINE_set_init_function(e, rsaref_init)
    +        || !ENGINE_set_finish_function(e, rsaref_finish)
    +        /* || !ENGINE_set_ctrl_function(e, rsaref_ctrl) */
    +        /*
    +         * || !ENGINE_set_cmd_defns(e, rsaref_cmd_defns)
    +         */ )
    +        return 0;
    +
    +    /* Ensure the rsaref error handling is set up */
    +    ERR_load_RSAREF_strings();
    +    return 1;
    +}
     
     #ifdef ENGINE_DYNAMIC_SUPPORT
     static int bind_helper(ENGINE *e, const char *id)
    -	{
    -	if(id && (strcmp(id, engine_rsaref_id) != 0))
    -		return 0;
    -	if(!bind_rsaref(e))
    -		return 0;
    -	return 1;
    -	}       
    +{
    +    if (id && (strcmp(id, engine_rsaref_id) != 0))
    +        return 0;
    +    if (!bind_rsaref(e))
    +        return 0;
    +    return 1;
    +}
    +
     IMPLEMENT_DYNAMIC_CHECK_FN()
    -IMPLEMENT_DYNAMIC_BIND_FN(bind_helper)
    +    IMPLEMENT_DYNAMIC_BIND_FN(bind_helper)
     #else
     static ENGINE *engine_rsaref(void)
    -	{
    -	ENGINE *ret = ENGINE_new();
    -	if(!ret)
    -		return NULL;
    -	if(!bind_rsaref(ret))
    -		{
    -		ENGINE_free(ret);
    -		return NULL;
    -		}
    -	return ret;
    -	}
    +{
    +    ENGINE *ret = ENGINE_new();
    +    if (!ret)
    +        return NULL;
    +    if (!bind_rsaref(ret)) {
    +        ENGINE_free(ret);
    +        return NULL;
    +    }
    +    return ret;
    +}
     
     void ENGINE_load_rsaref(void)
    -	{
    -	/* Copied from eng_[openssl|dyn].c */
    -	ENGINE *toadd = engine_rsaref();
    -	if(!toadd) return;
    -	ENGINE_add(toadd);
    -	ENGINE_free(toadd);
    -	ERR_clear_error();
    -	}
    +{
    +    /* Copied from eng_[openssl|dyn].c */
    +    ENGINE *toadd = engine_rsaref();
    +    if (!toadd)
    +        return;
    +    ENGINE_add(toadd);
    +    ENGINE_free(toadd);
    +    ERR_clear_error();
    +}
     #endif
     
     /* Initiator which is only present to make sure this engine looks available */
     static int rsaref_init(ENGINE *e)
    -	{
    -	return 1;
    -	}
    +{
    +    return 1;
    +}
     
     /* Finisher which is only present to make sure this engine looks available */
     static int rsaref_finish(ENGINE *e)
    -	{
    -	return 1;
    -	}
    +{
    +    return 1;
    +}
     
     /* Destructor (complements the "ENGINE_ncipher()" constructor) */
     static int rsaref_destroy(ENGINE *e)
    -	{
    -	ERR_unload_RSAREF_strings();
    -	return 1;
    -	}
    +{
    +    ERR_unload_RSAREF_strings();
    +    return 1;
    +}
     
     /*****************************************************************************
      * RSA functions
      **/
     
     static int rsaref_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa)
    -	{
    -	RSAREFerr(RSAREF_F_RSAREF_MOD_EXP,ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -	return(0);
    -	}
    +{
    +    RSAREFerr(RSAREF_F_RSAREF_MOD_EXP, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +    return (0);
    +}
     
     static int bnref_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    -			  const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
    -	{
    -	RSAREFerr(RSAREF_F_BNREF_MOD_EXP,ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    -	return(0);
    -	}
    +                         const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
    +{
    +    RSAREFerr(RSAREF_F_BNREF_MOD_EXP, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    +    return (0);
    +}
     
     /* unsigned char *to:  [max]    */
     static int RSAref_bn2bin(BIGNUM *from, unsigned char *to, int max)
    -	{
    -	int i;
    -
    -	i=BN_num_bytes(from);
    -	if (i > max)
    -		{
    -		RSAREFerr(RSAREF_F_RSAREF_BN2BIN,RSAREF_R_LEN);
    -		return(0);
    -		}
    -
    -	memset(to,0,(unsigned int)max);
    -	if (!BN_bn2bin(from,&(to[max-i])))
    -		return(0);
    -	return(1);
    -	}
    +{
    +    int i;
    +
    +    i = BN_num_bytes(from);
    +    if (i > max) {
    +        RSAREFerr(RSAREF_F_RSAREF_BN2BIN, RSAREF_R_LEN);
    +        return (0);
    +    }
    +
    +    memset(to, 0, (unsigned int)max);
    +    if (!BN_bn2bin(from, &(to[max - i])))
    +        return (0);
    +    return (1);
    +}
     
     #ifdef undef
     /* unsigned char *from:  [max]    */
     static BIGNUM *RSAref_bin2bn(unsigned char *from, BIGNUM *to, int max)
    -	{
    -	int i;
    -	BIGNUM *ret;
    -
    -	for (i=0; in=RSAref_bin2bn(from->m,NULL,RSAref_MAX_LEN);
    -	to->e=RSAref_bin2bn(from->e,NULL,RSAref_MAX_LEN);
    -	if ((to->n == NULL) || (to->e == NULL)) return(0);
    -	return(1);
    -	}
    +{
    +    int i;
    +    BIGNUM *ret;
    +
    +    for (i = 0; i < max; i++)
    +        if (from[i])
    +            break;
    +
    +    ret = BN_bin2bn(&(from[i]), max - i, to);
    +    return (ret);
    +}
    +
    +static int RSAref_Public_ref2eay(RSArefPublicKey * from, RSA *to)
    +{
    +    to->n = RSAref_bin2bn(from->m, NULL, RSAref_MAX_LEN);
    +    to->e = RSAref_bin2bn(from->e, NULL, RSAref_MAX_LEN);
    +    if ((to->n == NULL) || (to->e == NULL))
    +        return (0);
    +    return (1);
    +}
     #endif
     
    -static int RSAref_Public_eay2ref(RSA *from, R_RSA_PUBLIC_KEY *to)
    -	{
    -	to->bits=BN_num_bits(from->n);
    -	if (!RSAref_bn2bin(from->n,to->modulus,MAX_RSA_MODULUS_LEN)) return(0);
    -	if (!RSAref_bn2bin(from->e,to->exponent,MAX_RSA_MODULUS_LEN)) return(0);
    -	return(1);
    -	}
    +static int RSAref_Public_eay2ref(RSA *from, R_RSA_PUBLIC_KEY * to)
    +{
    +    to->bits = BN_num_bits(from->n);
    +    if (!RSAref_bn2bin(from->n, to->modulus, MAX_RSA_MODULUS_LEN))
    +        return (0);
    +    if (!RSAref_bn2bin(from->e, to->exponent, MAX_RSA_MODULUS_LEN))
    +        return (0);
    +    return (1);
    +}
     
     #ifdef undef
    -static int RSAref_Private_ref2eay(RSArefPrivateKey *from, RSA *to)
    -	{
    -	if ((to->n=RSAref_bin2bn(from->m,NULL,RSAref_MAX_LEN)) == NULL)
    -		return(0);
    -	if ((to->e=RSAref_bin2bn(from->e,NULL,RSAref_MAX_LEN)) == NULL)
    -		return(0);
    -	if ((to->d=RSAref_bin2bn(from->d,NULL,RSAref_MAX_LEN)) == NULL)
    -		return(0);
    -	if ((to->p=RSAref_bin2bn(from->prime[0],NULL,RSAref_MAX_PLEN)) == NULL)
    -		return(0);
    -	if ((to->q=RSAref_bin2bn(from->prime[1],NULL,RSAref_MAX_PLEN)) == NULL)
    -		return(0);
    -	if ((to->dmp1=RSAref_bin2bn(from->pexp[0],NULL,RSAref_MAX_PLEN))
    -		== NULL)
    -		return(0);
    -	if ((to->dmq1=RSAref_bin2bn(from->pexp[1],NULL,RSAref_MAX_PLEN))
    -		== NULL)
    -		return(0);
    -	if ((to->iqmp=RSAref_bin2bn(from->coef,NULL,RSAref_MAX_PLEN)) == NULL)
    -		return(0);
    -	return(1);
    -	}
    +static int RSAref_Private_ref2eay(RSArefPrivateKey * from, RSA *to)
    +{
    +    if ((to->n = RSAref_bin2bn(from->m, NULL, RSAref_MAX_LEN)) == NULL)
    +        return (0);
    +    if ((to->e = RSAref_bin2bn(from->e, NULL, RSAref_MAX_LEN)) == NULL)
    +        return (0);
    +    if ((to->d = RSAref_bin2bn(from->d, NULL, RSAref_MAX_LEN)) == NULL)
    +        return (0);
    +    if ((to->p =
    +         RSAref_bin2bn(from->prime[0], NULL, RSAref_MAX_PLEN)) == NULL)
    +        return (0);
    +    if ((to->q =
    +         RSAref_bin2bn(from->prime[1], NULL, RSAref_MAX_PLEN)) == NULL)
    +        return (0);
    +    if ((to->dmp1 = RSAref_bin2bn(from->pexp[0], NULL, RSAref_MAX_PLEN))
    +        == NULL)
    +        return (0);
    +    if ((to->dmq1 = RSAref_bin2bn(from->pexp[1], NULL, RSAref_MAX_PLEN))
    +        == NULL)
    +        return (0);
    +    if ((to->iqmp = RSAref_bin2bn(from->coef, NULL, RSAref_MAX_PLEN)) == NULL)
    +        return (0);
    +    return (1);
    +}
     #endif
     
    -static int RSAref_Private_eay2ref(RSA *from, R_RSA_PRIVATE_KEY *to)
    -	{
    -	to->bits=BN_num_bits(from->n);
    -	if (!RSAref_bn2bin(from->n,to->modulus,MAX_RSA_MODULUS_LEN)) return(0);
    -	if (!RSAref_bn2bin(from->e,to->publicExponent,MAX_RSA_MODULUS_LEN)) return(0);
    -	if (!RSAref_bn2bin(from->d,to->exponent,MAX_RSA_MODULUS_LEN)) return(0);
    -	if (!RSAref_bn2bin(from->p,to->prime[0],MAX_RSA_PRIME_LEN)) return(0);
    -	if (!RSAref_bn2bin(from->q,to->prime[1],MAX_RSA_PRIME_LEN)) return(0);
    -	if (!RSAref_bn2bin(from->dmp1,to->primeExponent[0],MAX_RSA_PRIME_LEN)) return(0);
    -	if (!RSAref_bn2bin(from->dmq1,to->primeExponent[1],MAX_RSA_PRIME_LEN)) return(0);
    -	if (!RSAref_bn2bin(from->iqmp,to->coefficient,MAX_RSA_PRIME_LEN)) return(0);
    -	return(1);
    -	}
    -
    -static int rsaref_private_decrypt(int len, const unsigned char *from, unsigned char *to,
    -	     RSA *rsa, int padding)
    -	{
    -	int i,outlen= -1;
    -	R_RSA_PRIVATE_KEY RSAkey;
    -
    -	if (!RSAref_Private_eay2ref(rsa,&RSAkey))
    -		goto err;
    -	if ((i=RSAPrivateDecrypt(to,(unsigned int *)&outlen,(unsigned char *)from,len,&RSAkey)) != 0)
    -		{
    -		RSAREFerr(RSAREF_F_RSAREF_PRIVATE_DECRYPT,i);
    -		outlen= -1;
    -		}
    -err:
    -	memset(&RSAkey,0,sizeof(RSAkey));
    -	return(outlen);
    -	}
    -
    -static int rsaref_private_encrypt(int len, const unsigned char *from, unsigned char *to,
    -	     RSA *rsa, int padding)
    -	{
    -	int i,outlen= -1;
    -	R_RSA_PRIVATE_KEY RSAkey;
    -
    -	if (padding != RSA_PKCS1_PADDING)
    -		{
    -		RSAREFerr(RSAREF_F_RSAREF_PRIVATE_ENCRYPT, RSA_R_UNKNOWN_PADDING_TYPE);
    -		goto err;
    -	}
    -	if (!RSAref_Private_eay2ref(rsa,&RSAkey))
    -		goto err;
    -	if ((i=RSAPrivateEncrypt(to,(unsigned int *)&outlen,(unsigned char *)from,len,&RSAkey)) != 0)
    -		{
    -		RSAREFerr(RSAREF_F_RSAREF_PRIVATE_ENCRYPT,i);
    -		outlen= -1;
    -		}
    -err:
    -	memset(&RSAkey,0,sizeof(RSAkey));
    -	return(outlen);
    -	}
    -
    -static int rsaref_public_decrypt(int len, const unsigned char *from, unsigned char *to,
    -	     RSA *rsa, int padding)
    -	{
    -	int i,outlen= -1;
    -	R_RSA_PUBLIC_KEY RSAkey;
    -
    -	if (!RSAref_Public_eay2ref(rsa,&RSAkey))
    -		goto err;
    -	if ((i=RSAPublicDecrypt(to,(unsigned int *)&outlen,(unsigned char *)from,len,&RSAkey)) != 0)
    -		{
    -		RSAREFerr(RSAREF_F_RSAREF_PUBLIC_DECRYPT,i);
    -		outlen= -1;
    -		}
    -err:
    -	memset(&RSAkey,0,sizeof(RSAkey));
    -	return(outlen);
    -	}
    -
    -static int rsaref_public_encrypt(int len, const unsigned char *from, unsigned char *to,
    -	     RSA *rsa, int padding)
    -	{
    -	int outlen= -1;
    -	int i;
    -	R_RSA_PUBLIC_KEY RSAkey;
    -	R_RANDOM_STRUCT rnd;
    -	unsigned char buf[16];
    -
    -	if (padding != RSA_PKCS1_PADDING && padding != RSA_SSLV23_PADDING) 
    -		{
    -		RSAREFerr(RSAREF_F_RSAREF_PUBLIC_ENCRYPT, RSA_R_UNKNOWN_PADDING_TYPE);
    -		goto err;
    -		}
    -	
    -	R_RandomInit(&rnd);
    -	R_GetRandomBytesNeeded((unsigned int *)&i,&rnd);
    -	while (i > 0)
    -		{
    -		if (RAND_bytes(buf,16) <= 0)
    -			goto err;
    -		R_RandomUpdate(&rnd,buf,(unsigned int)((i>16)?16:i));
    -		i-=16;
    -		}
    -
    -	if (!RSAref_Public_eay2ref(rsa,&RSAkey))
    -		goto err;
    -	if ((i=RSAPublicEncrypt(to,(unsigned int *)&outlen,(unsigned char *)from,len,&RSAkey,&rnd)) != 0)
    -		{
    -		RSAREFerr(RSAREF_F_RSAREF_PUBLIC_ENCRYPT,i);
    -		outlen= -1;
    -		goto err;
    -		}
    -err:
    -	memset(&RSAkey,0,sizeof(RSAkey));
    -	R_RandomFinal(&rnd);
    -	memset(&rnd,0,sizeof(rnd));
    -	return(outlen);
    -	}
    +static int RSAref_Private_eay2ref(RSA *from, R_RSA_PRIVATE_KEY * to)
    +{
    +    to->bits = BN_num_bits(from->n);
    +    if (!RSAref_bn2bin(from->n, to->modulus, MAX_RSA_MODULUS_LEN))
    +        return (0);
    +    if (!RSAref_bn2bin(from->e, to->publicExponent, MAX_RSA_MODULUS_LEN))
    +        return (0);
    +    if (!RSAref_bn2bin(from->d, to->exponent, MAX_RSA_MODULUS_LEN))
    +        return (0);
    +    if (!RSAref_bn2bin(from->p, to->prime[0], MAX_RSA_PRIME_LEN))
    +        return (0);
    +    if (!RSAref_bn2bin(from->q, to->prime[1], MAX_RSA_PRIME_LEN))
    +        return (0);
    +    if (!RSAref_bn2bin(from->dmp1, to->primeExponent[0], MAX_RSA_PRIME_LEN))
    +        return (0);
    +    if (!RSAref_bn2bin(from->dmq1, to->primeExponent[1], MAX_RSA_PRIME_LEN))
    +        return (0);
    +    if (!RSAref_bn2bin(from->iqmp, to->coefficient, MAX_RSA_PRIME_LEN))
    +        return (0);
    +    return (1);
    +}
    +
    +static int rsaref_private_decrypt(int len, const unsigned char *from,
    +                                  unsigned char *to, RSA *rsa, int padding)
    +{
    +    int i, outlen = -1;
    +    R_RSA_PRIVATE_KEY RSAkey;
    +
    +    if (!RSAref_Private_eay2ref(rsa, &RSAkey))
    +        goto err;
    +    if ((i =
    +         RSAPrivateDecrypt(to, (unsigned int *)&outlen, (unsigned char *)from,
    +                           len, &RSAkey)) != 0) {
    +        RSAREFerr(RSAREF_F_RSAREF_PRIVATE_DECRYPT, i);
    +        outlen = -1;
    +    }
    + err:
    +    memset(&RSAkey, 0, sizeof(RSAkey));
    +    return (outlen);
    +}
    +
    +static int rsaref_private_encrypt(int len, const unsigned char *from,
    +                                  unsigned char *to, RSA *rsa, int padding)
    +{
    +    int i, outlen = -1;
    +    R_RSA_PRIVATE_KEY RSAkey;
    +
    +    if (padding != RSA_PKCS1_PADDING) {
    +        RSAREFerr(RSAREF_F_RSAREF_PRIVATE_ENCRYPT,
    +                  RSA_R_UNKNOWN_PADDING_TYPE);
    +        goto err;
    +    }
    +    if (!RSAref_Private_eay2ref(rsa, &RSAkey))
    +        goto err;
    +    if ((i =
    +         RSAPrivateEncrypt(to, (unsigned int *)&outlen, (unsigned char *)from,
    +                           len, &RSAkey)) != 0) {
    +        RSAREFerr(RSAREF_F_RSAREF_PRIVATE_ENCRYPT, i);
    +        outlen = -1;
    +    }
    + err:
    +    memset(&RSAkey, 0, sizeof(RSAkey));
    +    return (outlen);
    +}
    +
    +static int rsaref_public_decrypt(int len, const unsigned char *from,
    +                                 unsigned char *to, RSA *rsa, int padding)
    +{
    +    int i, outlen = -1;
    +    R_RSA_PUBLIC_KEY RSAkey;
    +
    +    if (!RSAref_Public_eay2ref(rsa, &RSAkey))
    +        goto err;
    +    if ((i =
    +         RSAPublicDecrypt(to, (unsigned int *)&outlen, (unsigned char *)from,
    +                          len, &RSAkey)) != 0) {
    +        RSAREFerr(RSAREF_F_RSAREF_PUBLIC_DECRYPT, i);
    +        outlen = -1;
    +    }
    + err:
    +    memset(&RSAkey, 0, sizeof(RSAkey));
    +    return (outlen);
    +}
    +
    +static int rsaref_public_encrypt(int len, const unsigned char *from,
    +                                 unsigned char *to, RSA *rsa, int padding)
    +{
    +    int outlen = -1;
    +    int i;
    +    R_RSA_PUBLIC_KEY RSAkey;
    +    R_RANDOM_STRUCT rnd;
    +    unsigned char buf[16];
    +
    +    if (padding != RSA_PKCS1_PADDING && padding != RSA_SSLV23_PADDING) {
    +        RSAREFerr(RSAREF_F_RSAREF_PUBLIC_ENCRYPT, RSA_R_UNKNOWN_PADDING_TYPE);
    +        goto err;
    +    }
    +
    +    R_RandomInit(&rnd);
    +    R_GetRandomBytesNeeded((unsigned int *)&i, &rnd);
    +    while (i > 0) {
    +        if (RAND_bytes(buf, 16) <= 0)
    +            goto err;
    +        R_RandomUpdate(&rnd, buf, (unsigned int)((i > 16) ? 16 : i));
    +        i -= 16;
    +    }
    +
    +    if (!RSAref_Public_eay2ref(rsa, &RSAkey))
    +        goto err;
    +    if ((i =
    +         RSAPublicEncrypt(to, (unsigned int *)&outlen, (unsigned char *)from,
    +                          len, &RSAkey, &rnd)) != 0) {
    +        RSAREFerr(RSAREF_F_RSAREF_PUBLIC_ENCRYPT, i);
    +        outlen = -1;
    +        goto err;
    +    }
    + err:
    +    memset(&RSAkey, 0, sizeof(RSAkey));
    +    R_RandomFinal(&rnd);
    +    memset(&rnd, 0, sizeof(rnd));
    +    return (outlen);
    +}
     
     /*****************************************************************************
      * Symetric cipher and digest function registrars
      **/
     static int rsaref_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
    -	const int **nids, int nid)
    -	{
    -	int ok = 1;
    -	if(!cipher)
    -		{
    -		/* We are returning a list of supported nids */
    -		*nids = rsaref_cipher_nids;
    -		return (sizeof(rsaref_cipher_nids)-1)/sizeof(rsaref_cipher_nids[0]);
    -		}
    -	/* We are being asked for a specific cipher */
    -	switch (nid)
    -		{
    -	case NID_des_cbc:
    -		*cipher = &cipher_des_cbc; break;
    -	case NID_des_ede3_cbc:
    -		*cipher = &cipher_des_ede3_cbc; break;
    -	case NID_desx_cbc:
    -		*cipher = &cipher_desx_cbc; break;
    -	default:
    -		ok = 0;
    -		*cipher = NULL;
    -		break;
    -		}
    -	return ok;
    -	}
    +                          const int **nids, int nid)
    +{
    +    int ok = 1;
    +    if (!cipher) {
    +        /* We are returning a list of supported nids */
    +        *nids = rsaref_cipher_nids;
    +        return (sizeof(rsaref_cipher_nids) -
    +                1) / sizeof(rsaref_cipher_nids[0]);
    +    }
    +    /* We are being asked for a specific cipher */
    +    switch (nid) {
    +    case NID_des_cbc:
    +        *cipher = &cipher_des_cbc;
    +        break;
    +    case NID_des_ede3_cbc:
    +        *cipher = &cipher_des_ede3_cbc;
    +        break;
    +    case NID_desx_cbc:
    +        *cipher = &cipher_desx_cbc;
    +        break;
    +    default:
    +        ok = 0;
    +        *cipher = NULL;
    +        break;
    +    }
    +    return ok;
    +}
    +
     static int rsaref_digests(ENGINE *e, const EVP_MD **digest,
    -	const int **nids, int nid)
    -	{
    -	int ok = 1;
    -	if(!digest)
    -		{
    -		/* We are returning a list of supported nids */
    -		*nids = rsaref_digest_nids;
    -		return (sizeof(rsaref_digest_nids)-1)/sizeof(rsaref_digest_nids[0]);
    -		}
    -	/* We are being asked for a specific digest */
    -	switch (nid)
    -		{
    -	case NID_md2:
    -		*digest = &digest_md2; break;
    -	case NID_md5:
    -		*digest = &digest_md5; break;
    -	default:
    -		ok = 0;
    -		*digest = NULL;
    -		break;
    -		}
    -	return ok;
    -	}
    +                          const int **nids, int nid)
    +{
    +    int ok = 1;
    +    if (!digest) {
    +        /* We are returning a list of supported nids */
    +        *nids = rsaref_digest_nids;
    +        return (sizeof(rsaref_digest_nids) -
    +                1) / sizeof(rsaref_digest_nids[0]);
    +    }
    +    /* We are being asked for a specific digest */
    +    switch (nid) {
    +    case NID_md2:
    +        *digest = &digest_md2;
    +        break;
    +    case NID_md5:
    +        *digest = &digest_md5;
    +        break;
    +    default:
    +        ok = 0;
    +        *digest = NULL;
    +        break;
    +    }
    +    return ok;
    +}
     
     /*****************************************************************************
      * DES functions
    @@ -554,94 +573,99 @@ static int rsaref_digests(ENGINE *e, const EVP_MD **digest,
     #undef data
     #define data(ctx) ((DES_CBC_CTX *)(ctx)->cipher_data)
     static int cipher_des_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -	const unsigned char *iv, int enc)
    -	{
    -	DES_CBCInit(data(ctx), (unsigned char *)key, (unsigned char *)iv, enc);
    -	return 1;
    -	}
    +                               const unsigned char *iv, int enc)
    +{
    +    DES_CBCInit(data(ctx), (unsigned char *)key, (unsigned char *)iv, enc);
    +    return 1;
    +}
    +
     static int cipher_des_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -	const unsigned char *in, unsigned int inl)
    -	{
    -	int ret = DES_CBCUpdate(data(ctx), out, (unsigned char *)in, inl);
    -	switch (ret)
    -		{
    -	case RE_LEN:
    -		RSAREFerr(RSAREF_F_CIPHER_DES_CBC_CODE,RSAREF_R_LENGTH_NOT_BLOCK_ALIGNED);
    -		break;
    -	case 0:
    -		break;
    -	default:
    -		RSAREFerr(RSAREF_F_CIPHER_DES_CBC_CODE,RSAREF_R_UNKNOWN_FAULT);
    -		}
    -	return !ret;
    -	}
    +                               const unsigned char *in, unsigned int inl)
    +{
    +    int ret = DES_CBCUpdate(data(ctx), out, (unsigned char *)in, inl);
    +    switch (ret) {
    +    case RE_LEN:
    +        RSAREFerr(RSAREF_F_CIPHER_DES_CBC_CODE,
    +                  RSAREF_R_LENGTH_NOT_BLOCK_ALIGNED);
    +        break;
    +    case 0:
    +        break;
    +    default:
    +        RSAREFerr(RSAREF_F_CIPHER_DES_CBC_CODE, RSAREF_R_UNKNOWN_FAULT);
    +    }
    +    return !ret;
    +}
    +
     static int cipher_des_cbc_clean(EVP_CIPHER_CTX *ctx)
    -	{
    -	memset(data(ctx), 0, ctx->cipher->ctx_size);
    -	return 1;
    -	}
    +{
    +    memset(data(ctx), 0, ctx->cipher->ctx_size);
    +    return 1;
    +}
     
     #undef data
     #define data(ctx) ((DES3_CBC_CTX *)(ctx)->cipher_data)
    -static int cipher_des_ede3_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -	const unsigned char *iv, int enc)
    -	{
    -	DES3_CBCInit(data(ctx), (unsigned char *)key, (unsigned char *)iv,
    -		enc);
    -	return 1;
    -	}
    +static int cipher_des_ede3_cbc_init(EVP_CIPHER_CTX *ctx,
    +                                    const unsigned char *key,
    +                                    const unsigned char *iv, int enc)
    +{
    +    DES3_CBCInit(data(ctx), (unsigned char *)key, (unsigned char *)iv, enc);
    +    return 1;
    +}
    +
     static int cipher_des_ede3_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -	const unsigned char *in, unsigned int inl)
    -	{
    -	int ret = DES3_CBCUpdate(data(ctx), out, (unsigned char *)in, inl);
    -	switch (ret)
    -		{
    -	case RE_LEN:
    -		RSAREFerr(RSAREF_F_CIPHER_DES_CBC_CODE,RSAREF_R_LENGTH_NOT_BLOCK_ALIGNED);
    -		break;
    -	case 0:
    -		break;
    -	default:
    -		RSAREFerr(RSAREF_F_CIPHER_DES_CBC_CODE,RSAREF_R_UNKNOWN_FAULT);
    -		}
    -	return !ret;
    -	}
    +                                    const unsigned char *in, unsigned int inl)
    +{
    +    int ret = DES3_CBCUpdate(data(ctx), out, (unsigned char *)in, inl);
    +    switch (ret) {
    +    case RE_LEN:
    +        RSAREFerr(RSAREF_F_CIPHER_DES_CBC_CODE,
    +                  RSAREF_R_LENGTH_NOT_BLOCK_ALIGNED);
    +        break;
    +    case 0:
    +        break;
    +    default:
    +        RSAREFerr(RSAREF_F_CIPHER_DES_CBC_CODE, RSAREF_R_UNKNOWN_FAULT);
    +    }
    +    return !ret;
    +}
    +
     static int cipher_des_ede3_cbc_clean(EVP_CIPHER_CTX *ctx)
    -	{
    -	memset(data(ctx), 0, ctx->cipher->ctx_size);
    -	return 1;
    -	}
    +{
    +    memset(data(ctx), 0, ctx->cipher->ctx_size);
    +    return 1;
    +}
     
     #undef data
     #define data(ctx) ((DESX_CBC_CTX *)(ctx)->cipher_data)
     static int cipher_desx_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    -	const unsigned char *iv, int enc)
    -	{
    -	DESX_CBCInit(data(ctx), (unsigned char *)key, (unsigned char *)iv,
    -		enc);
    -	return 1;
    -	}
    +                                const unsigned char *iv, int enc)
    +{
    +    DESX_CBCInit(data(ctx), (unsigned char *)key, (unsigned char *)iv, enc);
    +    return 1;
    +}
    +
     static int cipher_desx_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out,
    -	const unsigned char *in, unsigned int inl)
    -	{
    -	int ret = DESX_CBCUpdate(data(ctx), out, (unsigned char *)in, inl);
    -	switch (ret)
    -		{
    -	case RE_LEN:
    -		RSAREFerr(RSAREF_F_CIPHER_DES_CBC_CODE,RSAREF_R_LENGTH_NOT_BLOCK_ALIGNED);
    -		break;
    -	case 0:
    -		break;
    -	default:
    -		RSAREFerr(RSAREF_F_CIPHER_DES_CBC_CODE,RSAREF_R_UNKNOWN_FAULT);
    -		}
    -	return !ret;
    -	}
    +                                const unsigned char *in, unsigned int inl)
    +{
    +    int ret = DESX_CBCUpdate(data(ctx), out, (unsigned char *)in, inl);
    +    switch (ret) {
    +    case RE_LEN:
    +        RSAREFerr(RSAREF_F_CIPHER_DES_CBC_CODE,
    +                  RSAREF_R_LENGTH_NOT_BLOCK_ALIGNED);
    +        break;
    +    case 0:
    +        break;
    +    default:
    +        RSAREFerr(RSAREF_F_CIPHER_DES_CBC_CODE, RSAREF_R_UNKNOWN_FAULT);
    +    }
    +    return !ret;
    +}
    +
     static int cipher_desx_cbc_clean(EVP_CIPHER_CTX *ctx)
    -	{
    -	memset(data(ctx), 0, ctx->cipher->ctx_size);
    -	return 1;
    -	}
    +{
    +    memset(data(ctx), 0, ctx->cipher->ctx_size);
    +    return 1;
    +}
     
     /*****************************************************************************
      * MD functions
    @@ -649,37 +673,41 @@ static int cipher_desx_cbc_clean(EVP_CIPHER_CTX *ctx)
     #undef data
     #define data(ctx) ((MD2_CTX *)(ctx)->md_data)
     static int digest_md2_init(EVP_MD_CTX *ctx)
    -	{
    -	MD2Init(data(ctx));
    -	return 1;
    -	}
    -static int digest_md2_update(EVP_MD_CTX *ctx,const void *data,
    -	unsigned long count)
    -	{
    -	MD2Update(data(ctx), (unsigned char *)data, (unsigned int)count);
    -	return 1;
    -	}
    -static int digest_md2_final(EVP_MD_CTX *ctx,unsigned char *md)
    -	{
    -	MD2Final(md, data(ctx));
    -	return 1;
    -	}
    +{
    +    MD2Init(data(ctx));
    +    return 1;
    +}
    +
    +static int digest_md2_update(EVP_MD_CTX *ctx, const void *data,
    +                             unsigned long count)
    +{
    +    MD2Update(data(ctx), (unsigned char *)data, (unsigned int)count);
    +    return 1;
    +}
    +
    +static int digest_md2_final(EVP_MD_CTX *ctx, unsigned char *md)
    +{
    +    MD2Final(md, data(ctx));
    +    return 1;
    +}
     
     #undef data
     #define data(ctx) ((MD5_CTX *)(ctx)->md_data)
     static int digest_md5_init(EVP_MD_CTX *ctx)
    -	{
    -	MD5Init(data(ctx));
    -	return 1;
    -	}
    -static int digest_md5_update(EVP_MD_CTX *ctx,const void *data,
    -	unsigned long count)
    -	{
    -	MD5Update(data(ctx), (unsigned char *)data, (unsigned int)count);
    -	return 1;
    -	}
    -static int digest_md5_final(EVP_MD_CTX *ctx,unsigned char *md)
    -	{
    -	MD5Final(md, data(ctx));
    -	return 1;
    -	}
    +{
    +    MD5Init(data(ctx));
    +    return 1;
    +}
    +
    +static int digest_md5_update(EVP_MD_CTX *ctx, const void *data,
    +                             unsigned long count)
    +{
    +    MD5Update(data(ctx), (unsigned char *)data, (unsigned int)count);
    +    return 1;
    +}
    +
    +static int digest_md5_final(EVP_MD_CTX *ctx, unsigned char *md)
    +{
    +    MD5Final(md, data(ctx));
    +    return 1;
    +}
    diff --git a/openssl/demos/engines/rsaref/rsaref_err.c b/openssl/demos/engines/rsaref/rsaref_err.c
    index ceaf05706..55df08c25 100644
    --- a/openssl/demos/engines/rsaref/rsaref_err.c
    +++ b/openssl/demos/engines/rsaref/rsaref_err.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* NOTE: this file was auto generated by the mkerr.pl script: any changes
    +/*
    + * NOTE: this file was auto generated by the mkerr.pl script: any changes
      * made to it will be overwritten when the script next updates this file,
      * only reason strings will be preserved.
      */
    @@ -64,98 +65,94 @@
     
     /* BEGIN ERROR CODES */
     #ifndef OPENSSL_NO_ERR
    -static ERR_STRING_DATA RSAREF_str_functs[]=
    -	{
    -{ERR_PACK(0,RSAREF_F_BNREF_MOD_EXP,0),	"BNREF_MOD_EXP"},
    -{ERR_PACK(0,RSAREF_F_CIPHER_DES_CBC_CODE,0),	"CIPHER_DES_CBC_CODE"},
    -{ERR_PACK(0,RSAREF_F_RSAREF_BN2BIN,0),	"RSAREF_BN2BIN"},
    -{ERR_PACK(0,RSAREF_F_RSAREF_MOD_EXP,0),	"RSAREF_MOD_EXP"},
    -{ERR_PACK(0,RSAREF_F_RSAREF_PRIVATE_DECRYPT,0),	"RSAREF_PRIVATE_DECRYPT"},
    -{ERR_PACK(0,RSAREF_F_RSAREF_PRIVATE_ENCRYPT,0),	"RSAREF_PRIVATE_ENCRYPT"},
    -{ERR_PACK(0,RSAREF_F_RSAREF_PUBLIC_DECRYPT,0),	"RSAREF_PUBLIC_DECRYPT"},
    -{ERR_PACK(0,RSAREF_F_RSAREF_PUBLIC_ENCRYPT,0),	"RSAREF_PUBLIC_ENCRYPT"},
    -{ERR_PACK(0,RSAREF_F_RSA_BN2BIN,0),	"RSA_BN2BIN"},
    -{ERR_PACK(0,RSAREF_F_RSA_PRIVATE_DECRYPT,0),	"RSA_PRIVATE_DECRYPT"},
    -{ERR_PACK(0,RSAREF_F_RSA_PRIVATE_ENCRYPT,0),	"RSA_PRIVATE_ENCRYPT"},
    -{ERR_PACK(0,RSAREF_F_RSA_PUBLIC_DECRYPT,0),	"RSA_PUBLIC_DECRYPT"},
    -{ERR_PACK(0,RSAREF_F_RSA_PUBLIC_ENCRYPT,0),	"RSA_PUBLIC_ENCRYPT"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA RSAREF_str_functs[] = {
    +    {ERR_PACK(0, RSAREF_F_BNREF_MOD_EXP, 0), "BNREF_MOD_EXP"},
    +    {ERR_PACK(0, RSAREF_F_CIPHER_DES_CBC_CODE, 0), "CIPHER_DES_CBC_CODE"},
    +    {ERR_PACK(0, RSAREF_F_RSAREF_BN2BIN, 0), "RSAREF_BN2BIN"},
    +    {ERR_PACK(0, RSAREF_F_RSAREF_MOD_EXP, 0), "RSAREF_MOD_EXP"},
    +    {ERR_PACK(0, RSAREF_F_RSAREF_PRIVATE_DECRYPT, 0),
    +     "RSAREF_PRIVATE_DECRYPT"},
    +    {ERR_PACK(0, RSAREF_F_RSAREF_PRIVATE_ENCRYPT, 0),
    +     "RSAREF_PRIVATE_ENCRYPT"},
    +    {ERR_PACK(0, RSAREF_F_RSAREF_PUBLIC_DECRYPT, 0), "RSAREF_PUBLIC_DECRYPT"},
    +    {ERR_PACK(0, RSAREF_F_RSAREF_PUBLIC_ENCRYPT, 0), "RSAREF_PUBLIC_ENCRYPT"},
    +    {ERR_PACK(0, RSAREF_F_RSA_BN2BIN, 0), "RSA_BN2BIN"},
    +    {ERR_PACK(0, RSAREF_F_RSA_PRIVATE_DECRYPT, 0), "RSA_PRIVATE_DECRYPT"},
    +    {ERR_PACK(0, RSAREF_F_RSA_PRIVATE_ENCRYPT, 0), "RSA_PRIVATE_ENCRYPT"},
    +    {ERR_PACK(0, RSAREF_F_RSA_PUBLIC_DECRYPT, 0), "RSA_PUBLIC_DECRYPT"},
    +    {ERR_PACK(0, RSAREF_F_RSA_PUBLIC_ENCRYPT, 0), "RSA_PUBLIC_ENCRYPT"},
    +    {0, NULL}
    +};
     
    -static ERR_STRING_DATA RSAREF_str_reasons[]=
    -	{
    -{RSAREF_R_CONTENT_ENCODING               ,"content encoding"},
    -{RSAREF_R_DATA                           ,"data"},
    -{RSAREF_R_DIGEST_ALGORITHM               ,"digest algorithm"},
    -{RSAREF_R_ENCODING                       ,"encoding"},
    -{RSAREF_R_ENCRYPTION_ALGORITHM           ,"encryption algorithm"},
    -{RSAREF_R_KEY                            ,"key"},
    -{RSAREF_R_KEY_ENCODING                   ,"key encoding"},
    -{RSAREF_R_LEN                            ,"len"},
    -{RSAREF_R_LENGTH_NOT_BLOCK_ALIGNED       ,"length not block aligned"},
    -{RSAREF_R_MODULUS_LEN                    ,"modulus len"},
    -{RSAREF_R_NEED_RANDOM                    ,"need random"},
    -{RSAREF_R_PRIVATE_KEY                    ,"private key"},
    -{RSAREF_R_PUBLIC_KEY                     ,"public key"},
    -{RSAREF_R_SIGNATURE                      ,"signature"},
    -{RSAREF_R_SIGNATURE_ENCODING             ,"signature encoding"},
    -{RSAREF_R_UNKNOWN_FAULT                  ,"unknown fault"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA RSAREF_str_reasons[] = {
    +    {RSAREF_R_CONTENT_ENCODING, "content encoding"},
    +    {RSAREF_R_DATA, "data"},
    +    {RSAREF_R_DIGEST_ALGORITHM, "digest algorithm"},
    +    {RSAREF_R_ENCODING, "encoding"},
    +    {RSAREF_R_ENCRYPTION_ALGORITHM, "encryption algorithm"},
    +    {RSAREF_R_KEY, "key"},
    +    {RSAREF_R_KEY_ENCODING, "key encoding"},
    +    {RSAREF_R_LEN, "len"},
    +    {RSAREF_R_LENGTH_NOT_BLOCK_ALIGNED, "length not block aligned"},
    +    {RSAREF_R_MODULUS_LEN, "modulus len"},
    +    {RSAREF_R_NEED_RANDOM, "need random"},
    +    {RSAREF_R_PRIVATE_KEY, "private key"},
    +    {RSAREF_R_PUBLIC_KEY, "public key"},
    +    {RSAREF_R_SIGNATURE, "signature"},
    +    {RSAREF_R_SIGNATURE_ENCODING, "signature encoding"},
    +    {RSAREF_R_UNKNOWN_FAULT, "unknown fault"},
    +    {0, NULL}
    +};
     
     #endif
     
     #ifdef RSAREF_LIB_NAME
    -static ERR_STRING_DATA RSAREF_lib_name[]=
    -        {
    -{0	,RSAREF_LIB_NAME},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA RSAREF_lib_name[] = {
    +    {0, RSAREF_LIB_NAME},
    +    {0, NULL}
    +};
     #endif
     
    -
    -static int RSAREF_lib_error_code=0;
    -static int RSAREF_error_init=1;
    +static int RSAREF_lib_error_code = 0;
    +static int RSAREF_error_init = 1;
     
     static void ERR_load_RSAREF_strings(void)
    -	{
    -	if (RSAREF_lib_error_code == 0)
    -		RSAREF_lib_error_code=ERR_get_next_error_library();
    +{
    +    if (RSAREF_lib_error_code == 0)
    +        RSAREF_lib_error_code = ERR_get_next_error_library();
     
    -	if (RSAREF_error_init)
    -		{
    -		RSAREF_error_init=0;
    +    if (RSAREF_error_init) {
    +        RSAREF_error_init = 0;
     #ifndef OPENSSL_NO_ERR
    -		ERR_load_strings(RSAREF_lib_error_code,RSAREF_str_functs);
    -		ERR_load_strings(RSAREF_lib_error_code,RSAREF_str_reasons);
    +        ERR_load_strings(RSAREF_lib_error_code, RSAREF_str_functs);
    +        ERR_load_strings(RSAREF_lib_error_code, RSAREF_str_reasons);
     #endif
     
     #ifdef RSAREF_LIB_NAME
    -		RSAREF_lib_name->error = ERR_PACK(RSAREF_lib_error_code,0,0);
    -		ERR_load_strings(0,RSAREF_lib_name);
    +        RSAREF_lib_name->error = ERR_PACK(RSAREF_lib_error_code, 0, 0);
    +        ERR_load_strings(0, RSAREF_lib_name);
     #endif
    -		}
    -	}
    +    }
    +}
     
     static void ERR_unload_RSAREF_strings(void)
    -	{
    -	if (RSAREF_error_init == 0)
    -		{
    +{
    +    if (RSAREF_error_init == 0) {
     #ifndef OPENSSL_NO_ERR
    -		ERR_unload_strings(RSAREF_lib_error_code,RSAREF_str_functs);
    -		ERR_unload_strings(RSAREF_lib_error_code,RSAREF_str_reasons);
    +        ERR_unload_strings(RSAREF_lib_error_code, RSAREF_str_functs);
    +        ERR_unload_strings(RSAREF_lib_error_code, RSAREF_str_reasons);
     #endif
     
     #ifdef RSAREF_LIB_NAME
    -		ERR_unload_strings(0,RSAREF_lib_name);
    +        ERR_unload_strings(0, RSAREF_lib_name);
     #endif
    -		RSAREF_error_init=1;
    -		}
    -	}
    +        RSAREF_error_init = 1;
    +    }
    +}
     
     static void ERR_RSAREF_error(int function, int reason, char *file, int line)
    -	{
    -	if (RSAREF_lib_error_code == 0)
    -		RSAREF_lib_error_code=ERR_get_next_error_library();
    -	ERR_PUT_error(RSAREF_lib_error_code,function,reason,file,line);
    -	}
    +{
    +    if (RSAREF_lib_error_code == 0)
    +        RSAREF_lib_error_code = ERR_get_next_error_library();
    +    ERR_PUT_error(RSAREF_lib_error_code, function, reason, file, line);
    +}
    diff --git a/openssl/demos/engines/rsaref/rsaref_err.h b/openssl/demos/engines/rsaref/rsaref_err.h
    index 19759709b..4356815c4 100644
    --- a/openssl/demos/engines/rsaref/rsaref_err.h
    +++ b/openssl/demos/engines/rsaref/rsaref_err.h
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -54,54 +54,55 @@
      */
     
     #ifndef HEADER_RSAREF_ERR_H
    -#define HEADER_RSAREF_ERR_H
    +# define HEADER_RSAREF_ERR_H
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     static void ERR_load_RSAREF_strings(void);
     static void ERR_unload_RSAREF_strings(void);
     static void ERR_RSAREF_error(int function, int reason, char *file, int line);
    -#define RSAREFerr(f,r) ERR_RSAREF_error((f),(r),__FILE__,__LINE__)
    +# define RSAREFerr(f,r) ERR_RSAREF_error((f),(r),__FILE__,__LINE__)
     /* Error codes for the RSAREF functions. */
     
     /* Function codes. */
    -#define RSAREF_F_BNREF_MOD_EXP				 100
    -#define RSAREF_F_CIPHER_DES_CBC_CODE			 112
    -#define RSAREF_F_RSAREF_BN2BIN				 101
    -#define RSAREF_F_RSAREF_MOD_EXP				 102
    -#define RSAREF_F_RSAREF_PRIVATE_DECRYPT			 103
    -#define RSAREF_F_RSAREF_PRIVATE_ENCRYPT			 104
    -#define RSAREF_F_RSAREF_PUBLIC_DECRYPT			 105
    -#define RSAREF_F_RSAREF_PUBLIC_ENCRYPT			 106
    -#define RSAREF_F_RSA_BN2BIN				 107
    -#define RSAREF_F_RSA_PRIVATE_DECRYPT			 108
    -#define RSAREF_F_RSA_PRIVATE_ENCRYPT			 109
    -#define RSAREF_F_RSA_PUBLIC_DECRYPT			 110
    -#define RSAREF_F_RSA_PUBLIC_ENCRYPT			 111
    +# define RSAREF_F_BNREF_MOD_EXP                           100
    +# define RSAREF_F_CIPHER_DES_CBC_CODE                     112
    +# define RSAREF_F_RSAREF_BN2BIN                           101
    +# define RSAREF_F_RSAREF_MOD_EXP                          102
    +# define RSAREF_F_RSAREF_PRIVATE_DECRYPT                  103
    +# define RSAREF_F_RSAREF_PRIVATE_ENCRYPT                  104
    +# define RSAREF_F_RSAREF_PUBLIC_DECRYPT                   105
    +# define RSAREF_F_RSAREF_PUBLIC_ENCRYPT                   106
    +# define RSAREF_F_RSA_BN2BIN                              107
    +# define RSAREF_F_RSA_PRIVATE_DECRYPT                     108
    +# define RSAREF_F_RSA_PRIVATE_ENCRYPT                     109
    +# define RSAREF_F_RSA_PUBLIC_DECRYPT                      110
    +# define RSAREF_F_RSA_PUBLIC_ENCRYPT                      111
     
     /* Reason codes. */
    -#define RSAREF_R_CONTENT_ENCODING			 100
    -#define RSAREF_R_DATA					 101
    -#define RSAREF_R_DIGEST_ALGORITHM			 102
    -#define RSAREF_R_ENCODING				 103
    -#define RSAREF_R_ENCRYPTION_ALGORITHM			 104
    -#define RSAREF_R_KEY					 105
    -#define RSAREF_R_KEY_ENCODING				 106
    -#define RSAREF_R_LEN					 107
    -#define RSAREF_R_LENGTH_NOT_BLOCK_ALIGNED		 114
    -#define RSAREF_R_MODULUS_LEN				 108
    -#define RSAREF_R_NEED_RANDOM				 109
    -#define RSAREF_R_PRIVATE_KEY				 110
    -#define RSAREF_R_PUBLIC_KEY				 111
    -#define RSAREF_R_SIGNATURE				 112
    -#define RSAREF_R_SIGNATURE_ENCODING			 113
    -#define RSAREF_R_UNKNOWN_FAULT				 115
    +# define RSAREF_R_CONTENT_ENCODING                        100
    +# define RSAREF_R_DATA                                    101
    +# define RSAREF_R_DIGEST_ALGORITHM                        102
    +# define RSAREF_R_ENCODING                                103
    +# define RSAREF_R_ENCRYPTION_ALGORITHM                    104
    +# define RSAREF_R_KEY                                     105
    +# define RSAREF_R_KEY_ENCODING                            106
    +# define RSAREF_R_LEN                                     107
    +# define RSAREF_R_LENGTH_NOT_BLOCK_ALIGNED                114
    +# define RSAREF_R_MODULUS_LEN                             108
    +# define RSAREF_R_NEED_RANDOM                             109
    +# define RSAREF_R_PRIVATE_KEY                             110
    +# define RSAREF_R_PUBLIC_KEY                              111
    +# define RSAREF_R_SIGNATURE                               112
    +# define RSAREF_R_SIGNATURE_ENCODING                      113
    +# define RSAREF_R_UNKNOWN_FAULT                           115
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/demos/engines/zencod/hw_zencod.c b/openssl/demos/engines/zencod/hw_zencod.c
    index 4234b93cb..0c0f524d4 100644
    --- a/openssl/demos/engines/zencod/hw_zencod.c
    +++ b/openssl/demos/engines/zencod/hw_zencod.c
    @@ -1,12 +1,10 @@
     /* crypto/engine/hw_zencod.c */
    - /* Written by Fred Donnat (frederic.donnat@zencod.com) for "zencod"
    - * engine integration in order to redirect crypto computing on a crypto
    - * hardware accelerator zenssl32  ;-)
    - *
    - * Date : 25 jun 2002
    - * Revision : 17 Ju7 2002
    - * Version : zencod_engine-0.9.7
    - */
    + /*
    +  * Written by Fred Donnat (frederic.donnat@zencod.com) for "zencod" * engine
    +  * integration in order to redirect crypto computing on a crypto * hardware
    +  * accelerator zenssl32 ;-) * * Date : 25 jun 2002 * Revision : 17 Ju7 2002
    +  * * Version : zencod_engine-0.9.7
    +  */
     
     /* ====================================================================
      * Copyright (c) 1999-2001 The OpenSSL Project.  All rights reserved.
    @@ -62,7 +60,6 @@
      *
      */
     
    -
     /* ENGINE general include */
     #include 
     #include 
    @@ -70,1670 +67,1743 @@
     #include 
     
     #ifndef OPENSSL_NO_HW
    -#ifndef OPENSSL_NO_HW_ZENCOD
    -
    -#ifdef FLAT_INC
    -#  include "hw_zencod.h"
    -#else
    -#  include "vendor_defns/hw_zencod.h"
    -#endif
    +# ifndef OPENSSL_NO_HW_ZENCOD
     
    -#define ZENCOD_LIB_NAME "zencod engine"
    -#include "hw_zencod_err.c"
    +#  ifdef FLAT_INC
    +#   include "hw_zencod.h"
    +#  else
    +#   include "vendor_defns/hw_zencod.h"
    +#  endif
     
    -#define FAIL_TO_SOFTWARE		-15
    +#  define ZENCOD_LIB_NAME "zencod engine"
    +#  include "hw_zencod_err.c"
     
    -#define	ZEN_LIBRARY	"zenbridge"
    +#  define FAIL_TO_SOFTWARE                -15
     
    -#if 0
    -#  define PERROR(s)	perror(s)
    -#  define CHEESE()	fputs("## [ZenEngine] ## " __FUNCTION__ "\n", stderr)
    -#else
    -#  define PERROR(s)
    -#  define CHEESE()
    -#endif
    +#  define ZEN_LIBRARY     "zenbridge"
     
    +#  if 0
    +#   define PERROR(s)     perror(s)
    +#   define CHEESE()      fputs("## [ZenEngine] ## " __FUNCTION__ "\n", stderr)
    +#  else
    +#   define PERROR(s)
    +#   define CHEESE()
    +#  endif
     
     /* Sorry ;) */
    -#ifndef WIN32
    -static inline void esrever ( unsigned char *d, int l )
    +#  ifndef WIN32
    +static inline void esrever(unsigned char *d, int l)
     {
    -	for(;--l>0;--l,d++){*d^=*(d+l);*(d+l)^=*d;*d^=*(d+l);}
    +    for (; --l > 0; --l, d++) {
    +        *d ^= *(d + l);
    +        *(d + l) ^= *d;
    +        *d ^= *(d + l);
    +    }
     }
     
    -static inline void ypcmem ( unsigned char *d, const unsigned char *s, int l )
    +static inline void ypcmem(unsigned char *d, const unsigned char *s, int l)
     {
    -	for(d+=l;l--;)*--d=*s++;
    +    for (d += l; l--;)
    +        *--d = *s++;
     }
    -#else
    -static __inline void esrever ( unsigned char *d, int l )
    +#  else
    +static __inline void esrever(unsigned char *d, int l)
     {
    -	for(;--l>0;--l,d++){*d^=*(d+l);*(d+l)^=*d;*d^=*(d+l);}
    +    for (; --l > 0; --l, d++) {
    +        *d ^= *(d + l);
    +        *(d + l) ^= *d;
    +        *d ^= *(d + l);
    +    }
     }
     
    -static __inline void ypcmem ( unsigned char *d, const unsigned char *s, int l )
    +static __inline void ypcmem(unsigned char *d, const unsigned char *s, int l)
     {
    -	for(d+=l;l--;)*--d=*s++;
    +    for (d += l; l--;)
    +        *--d = *s++;
     }
    -#endif
    +#  endif
     
    +#  define BIGNUM2ZEN(n, bn)       (ptr_zencod_init_number((n), \
    +                                        (unsigned long) ((bn)->top * BN_BITS2), \
    +                                        (unsigned char *) ((bn)->d)))
     
    -#define BIGNUM2ZEN(n, bn)	(ptr_zencod_init_number((n), \
    -					(unsigned long) ((bn)->top * BN_BITS2), \
    -					(unsigned char *) ((bn)->d)))
    -
    -#define ZEN_BITS(n, bytes)	(ptr_zencod_bytes2bits((unsigned char *) (n), (unsigned long) (bytes)))
    -#define ZEN_BYTES(bits)	(ptr_zencod_bits2bytes((unsigned long) (bits)))
    -
    +#  define ZEN_BITS(n, bytes)      (ptr_zencod_bytes2bits((unsigned char *) (n), (unsigned long) (bytes)))
    +#  define ZEN_BYTES(bits) (ptr_zencod_bits2bytes((unsigned long) (bits)))
     
     /* Function for ENGINE detection and control */
    -static int zencod_destroy ( ENGINE *e ) ;
    -static int zencod_init ( ENGINE *e ) ;
    -static int zencod_finish ( ENGINE *e ) ;
    -static int zencod_ctrl ( ENGINE *e, int cmd, long i, void *p, void (*f) () ) ;
    +static int zencod_destroy(ENGINE *e);
    +static int zencod_init(ENGINE *e);
    +static int zencod_finish(ENGINE *e);
    +static int zencod_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) ());
     
     /* BIGNUM stuff */
    -static int zencod_bn_mod_exp ( BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx ) ;
    +static int zencod_bn_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    +                             const BIGNUM *m, BN_CTX *ctx);
     
     /* RSA stuff */
    -#ifndef OPENSSL_NO_RSA
    -static int RSA_zencod_rsa_mod_exp ( BIGNUM *r0, const BIGNUM *I, RSA *rsa ) ;
    -static int RSA_zencod_bn_mod_exp ( BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    -		const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx ) ;
    -#endif
    +#  ifndef OPENSSL_NO_RSA
    +static int RSA_zencod_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa);
    +static int RSA_zencod_bn_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    +                                 const BIGNUM *m, BN_CTX *ctx,
    +                                 BN_MONT_CTX *m_ctx);
    +#  endif
     
     /* DSA stuff */
    -#ifndef OPENSSL_NO_DSA
    -static int DSA_zencod_bn_mod_exp ( DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
    -		BN_MONT_CTX *m_ctx ) ;
    +#  ifndef OPENSSL_NO_DSA
    +static int DSA_zencod_bn_mod_exp(DSA *dsa, BIGNUM *r, BIGNUM *a,
    +                                 const BIGNUM *p, const BIGNUM *m,
    +                                 BN_CTX *ctx, BN_MONT_CTX *m_ctx);
     
    -static DSA_SIG *DSA_zencod_do_sign ( const unsigned char *dgst, int dlen, DSA *dsa ) ;
    -static int DSA_zencod_do_verify ( const unsigned char *dgst, int dgst_len, DSA_SIG *sig,
    -		DSA *dsa ) ;
    -#endif
    +static DSA_SIG *DSA_zencod_do_sign(const unsigned char *dgst, int dlen,
    +                                   DSA *dsa);
    +static int DSA_zencod_do_verify(const unsigned char *dgst, int dgst_len,
    +                                DSA_SIG *sig, DSA *dsa);
    +#  endif
     
     /* DH stuff */
    -#ifndef OPENSSL_NO_DH
    -static int DH_zencod_bn_mod_exp ( const DH *dh, BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
    -		BN_MONT_CTX *m_ctx ) ;
    -static int DH_zencod_generate_key ( DH *dh ) ;
    -static int DH_zencod_compute_key ( unsigned char *key, const BIGNUM *pub_key, DH *dh ) ;
    -#endif
    +#  ifndef OPENSSL_NO_DH
    +static int DH_zencod_bn_mod_exp(const DH *dh, BIGNUM *r, const BIGNUM *a,
    +                                const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
    +                                BN_MONT_CTX *m_ctx);
    +static int DH_zencod_generate_key(DH *dh);
    +static int DH_zencod_compute_key(unsigned char *key, const BIGNUM *pub_key,
    +                                 DH *dh);
    +#  endif
     
     /* Rand stuff */
    -static void RAND_zencod_seed ( const void *buf, int num ) ;
    -static int RAND_zencod_rand_bytes ( unsigned char *buf, int num ) ;
    -static int RAND_zencod_rand_status ( void ) ;
    +static void RAND_zencod_seed(const void *buf, int num);
    +static int RAND_zencod_rand_bytes(unsigned char *buf, int num);
    +static int RAND_zencod_rand_status(void);
     
     /* Digest Stuff */
    -static int engine_digests ( ENGINE *e, const EVP_MD **digest, const int **nids, int nid ) ;
    +static int engine_digests(ENGINE *e, const EVP_MD **digest, const int **nids,
    +                          int nid);
     
     /* Cipher Stuff */
    -static int engine_ciphers ( ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid ) ;
    -
    -
    -#define ZENCOD_CMD_SO_PATH			ENGINE_CMD_BASE
    -static const ENGINE_CMD_DEFN zencod_cmd_defns [ ] =
    -{
    -	{ ZENCOD_CMD_SO_PATH,
    -	  "SO_PATH",
    -	  "Specifies the path to the 'zenbridge' shared library",
    -	  ENGINE_CMD_FLAG_STRING},
    -	{ 0, NULL, NULL, 0 }
    -} ;
    -
    -
    -#ifndef OPENSSL_NO_RSA
    -/* Our internal RSA_METHOD specific to zencod ENGINE providing pointers to our function */
    -static RSA_METHOD zencod_rsa =
    -{
    -	"ZENCOD RSA method",
    -	NULL,
    -	NULL,
    -	NULL,
    -	NULL,
    -	RSA_zencod_rsa_mod_exp,
    -	RSA_zencod_bn_mod_exp,
    -	NULL,
    -	NULL,
    -	0,
    -	NULL,
    -	NULL,
    -	NULL
    -} ;
    -#endif
    -
    -#ifndef OPENSSL_NO_DSA
    -/* Our internal DSA_METHOD specific to zencod ENGINE providing pointers to our function */
    -static DSA_METHOD zencod_dsa =
    -{
    -	"ZENCOD DSA method",
    -	DSA_zencod_do_sign,
    -	NULL,
    -	DSA_zencod_do_verify,
    -	NULL,
    -	DSA_zencod_bn_mod_exp,
    -	NULL,
    -	NULL,
    -	0,
    -	NULL
    -} ;
    -#endif
    -
    -#ifndef OPENSSL_NO_DH
    -/* Our internal DH_METHOD specific to zencod ENGINE providing pointers to our function */
    -static DH_METHOD zencod_dh =
    -{
    -	"ZENCOD DH method",
    -	DH_zencod_generate_key,
    -	DH_zencod_compute_key,
    -	DH_zencod_bn_mod_exp,
    -	NULL,
    -	NULL,
    -	0,
    -	NULL
    -} ;
    -#endif
    -
    -/* Our internal RAND_meth specific to zencod ZNGINE providing pointers to  our function */
    -static RAND_METHOD zencod_rand =
    -{
    -	RAND_zencod_seed,
    -	RAND_zencod_rand_bytes,
    -	NULL,
    -	NULL,
    -	RAND_zencod_rand_bytes,
    -	RAND_zencod_rand_status
    -} ;
    +static int engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
    +                          const int **nids, int nid);
    +
    +#  define ZENCOD_CMD_SO_PATH                      ENGINE_CMD_BASE
    +static const ENGINE_CMD_DEFN zencod_cmd_defns[] = {
    +    {ZENCOD_CMD_SO_PATH,
    +     "SO_PATH",
    +     "Specifies the path to the 'zenbridge' shared library",
    +     ENGINE_CMD_FLAG_STRING},
    +    {0, NULL, NULL, 0}
    +};
    +
    +#  ifndef OPENSSL_NO_RSA
    +/*
    + * Our internal RSA_METHOD specific to zencod ENGINE providing pointers to
    + * our function
    + */
    +static RSA_METHOD zencod_rsa = {
    +    "ZENCOD RSA method",
    +    NULL,
    +    NULL,
    +    NULL,
    +    NULL,
    +    RSA_zencod_rsa_mod_exp,
    +    RSA_zencod_bn_mod_exp,
    +    NULL,
    +    NULL,
    +    0,
    +    NULL,
    +    NULL,
    +    NULL
    +};
    +#  endif
    +
    +#  ifndef OPENSSL_NO_DSA
    +/*
    + * Our internal DSA_METHOD specific to zencod ENGINE providing pointers to
    + * our function
    + */
    +static DSA_METHOD zencod_dsa = {
    +    "ZENCOD DSA method",
    +    DSA_zencod_do_sign,
    +    NULL,
    +    DSA_zencod_do_verify,
    +    NULL,
    +    DSA_zencod_bn_mod_exp,
    +    NULL,
    +    NULL,
    +    0,
    +    NULL
    +};
    +#  endif
    +
    +#  ifndef OPENSSL_NO_DH
    +/*
    + * Our internal DH_METHOD specific to zencod ENGINE providing pointers to our
    + * function
    + */
    +static DH_METHOD zencod_dh = {
    +    "ZENCOD DH method",
    +    DH_zencod_generate_key,
    +    DH_zencod_compute_key,
    +    DH_zencod_bn_mod_exp,
    +    NULL,
    +    NULL,
    +    0,
    +    NULL
    +};
    +#  endif
     
    +/*
    + * Our internal RAND_meth specific to zencod ZNGINE providing pointers to our
    + * function
    + */
    +static RAND_METHOD zencod_rand = {
    +    RAND_zencod_seed,
    +    RAND_zencod_rand_bytes,
    +    NULL,
    +    NULL,
    +    RAND_zencod_rand_bytes,
    +    RAND_zencod_rand_status
    +};
     
     /* Constants used when creating the ENGINE */
     static const char *engine_zencod_id = "zencod";
     static const char *engine_zencod_name = "ZENCOD hardware engine support";
     
    -
    -/* This internal function is used by ENGINE_zencod () and possibly by the
    - * "dynamic" ENGINE support too   ;-)
    +/*
    + * This internal function is used by ENGINE_zencod () and possibly by the
    + * "dynamic" ENGINE support too ;-)
      */
    -static int bind_helper ( ENGINE *e )
    +static int bind_helper(ENGINE *e)
     {
     
    -#ifndef OPENSSL_NO_RSA
    -	const RSA_METHOD *meth_rsa ;
    -#endif
    -#ifndef OPENSSL_NO_DSA
    -	const DSA_METHOD *meth_dsa ;
    -#endif
    -#ifndef OPENSSL_NO_DH
    -	const DH_METHOD *meth_dh ;
    -#endif
    -
    -	const RAND_METHOD *meth_rand ;
    -
    -
    -	if ( !ENGINE_set_id ( e, engine_zencod_id ) ||
    -			!ENGINE_set_name ( e, engine_zencod_name ) ||
    -#ifndef OPENSSL_NO_RSA
    -			!ENGINE_set_RSA ( e, &zencod_rsa ) ||
    -#endif
    -#ifndef OPENSSL_NO_DSA
    -			!ENGINE_set_DSA ( e, &zencod_dsa ) ||
    -#endif
    -#ifndef OPENSSL_NO_DH
    -			!ENGINE_set_DH ( e, &zencod_dh ) ||
    -#endif
    -			!ENGINE_set_RAND ( e, &zencod_rand ) ||
    -
    -			!ENGINE_set_destroy_function ( e, zencod_destroy ) ||
    -			!ENGINE_set_init_function ( e, zencod_init ) ||
    -			!ENGINE_set_finish_function ( e, zencod_finish ) ||
    -			!ENGINE_set_ctrl_function ( e, zencod_ctrl ) ||
    -			!ENGINE_set_cmd_defns ( e, zencod_cmd_defns ) ||
    -			!ENGINE_set_digests ( e, engine_digests ) ||
    -			!ENGINE_set_ciphers ( e, engine_ciphers ) ) {
    -		return 0 ;
    -	}
    -
    -#ifndef OPENSSL_NO_RSA
    -	/* We know that the "PKCS1_SSLeay()" functions hook properly
    -	 * to the Zencod-specific mod_exp and mod_exp_crt so we use
    -	 * those functions. NB: We don't use ENGINE_openssl() or
    -	 * anything "more generic" because something like the RSAref
    -	 * code may not hook properly, and if you own one of these
    -	 * cards then you have the right to do RSA operations on it
    -	 * anyway!
    -	 */
    -	meth_rsa = RSA_PKCS1_SSLeay () ;
    -
    -	zencod_rsa.rsa_pub_enc = meth_rsa->rsa_pub_enc ;
    -	zencod_rsa.rsa_pub_dec = meth_rsa->rsa_pub_dec ;
    -	zencod_rsa.rsa_priv_enc = meth_rsa->rsa_priv_enc ;
    -	zencod_rsa.rsa_priv_dec = meth_rsa->rsa_priv_dec ;
    -	/* meth_rsa->rsa_mod_exp */
    -	/* meth_rsa->bn_mod_exp */
    -	zencod_rsa.init = meth_rsa->init ;
    -	zencod_rsa.finish = meth_rsa->finish ;
    -#endif
    -
    -#ifndef OPENSSL_NO_DSA
    -	/* We use OpenSSL meth to supply what we don't provide ;-*)
    -	 */
    -	meth_dsa = DSA_OpenSSL () ;
    -
    -	/* meth_dsa->dsa_do_sign */
    -	zencod_dsa.dsa_sign_setup = meth_dsa->dsa_sign_setup ;
    -	/* meth_dsa->dsa_do_verify */
    -	zencod_dsa.dsa_mod_exp = meth_dsa->dsa_mod_exp ;
    -	/* zencod_dsa.bn_mod_exp = meth_dsa->bn_mod_exp ; */
    -	zencod_dsa.init = meth_dsa->init ;
    -	zencod_dsa.finish = meth_dsa->finish ;
    -#endif
    -
    -#ifndef OPENSSL_NO_DH
    -	/* We use OpenSSL meth to supply what we don't provide ;-*)
    -	 */
    -	meth_dh = DH_OpenSSL () ;
    -
    -	/* zencod_dh.generate_key = meth_dh->generate_key ; */
    -	/* zencod_dh.compute_key = meth_dh->compute_key ; */
    -	/* zencod_dh.bn_mod_exp = meth_dh->bn_mod_exp ; */
    -	zencod_dh.init = meth_dh->init ;
    -	zencod_dh.finish = meth_dh->finish ;
    -
    -#endif
    -
    -	/* We use OpenSSL (SSLeay) meth to supply what we don't provide ;-*)
    -	 */
    -	meth_rand = RAND_SSLeay () ;
    -
    -	/* meth_rand->seed ; */
    -	/* zencod_rand.seed = meth_rand->seed ; */
    -	/* meth_rand->bytes ; */
    -	/* zencod_rand.bytes = meth_rand->bytes ; */
    -	zencod_rand.cleanup = meth_rand->cleanup ;
    -	zencod_rand.add = meth_rand->add ;
    -	/* meth_rand->pseudorand ; */
    -	/* zencod_rand.pseudorand = meth_rand->pseudorand ; */
    -	/* zencod_rand.status = meth_rand->status ; */
    -	/* meth_rand->status ; */
    -
    -	/* Ensure the zencod error handling is set up */
    -	ERR_load_ZENCOD_strings () ;
    -	return 1 ;
    +#  ifndef OPENSSL_NO_RSA
    +    const RSA_METHOD *meth_rsa;
    +#  endif
    +#  ifndef OPENSSL_NO_DSA
    +    const DSA_METHOD *meth_dsa;
    +#  endif
    +#  ifndef OPENSSL_NO_DH
    +    const DH_METHOD *meth_dh;
    +#  endif
    +
    +    const RAND_METHOD *meth_rand;
    +
    +    if (!ENGINE_set_id(e, engine_zencod_id) ||
    +        !ENGINE_set_name(e, engine_zencod_name) ||
    +#  ifndef OPENSSL_NO_RSA
    +        !ENGINE_set_RSA(e, &zencod_rsa) ||
    +#  endif
    +#  ifndef OPENSSL_NO_DSA
    +        !ENGINE_set_DSA(e, &zencod_dsa) ||
    +#  endif
    +#  ifndef OPENSSL_NO_DH
    +        !ENGINE_set_DH(e, &zencod_dh) ||
    +#  endif
    +        !ENGINE_set_RAND(e, &zencod_rand) ||
    +        !ENGINE_set_destroy_function(e, zencod_destroy) ||
    +        !ENGINE_set_init_function(e, zencod_init) ||
    +        !ENGINE_set_finish_function(e, zencod_finish) ||
    +        !ENGINE_set_ctrl_function(e, zencod_ctrl) ||
    +        !ENGINE_set_cmd_defns(e, zencod_cmd_defns) ||
    +        !ENGINE_set_digests(e, engine_digests) ||
    +        !ENGINE_set_ciphers(e, engine_ciphers)) {
    +        return 0;
    +    }
    +#  ifndef OPENSSL_NO_RSA
    +    /*
    +     * We know that the "PKCS1_SSLeay()" functions hook properly to the
    +     * Zencod-specific mod_exp and mod_exp_crt so we use those functions. NB:
    +     * We don't use ENGINE_openssl() or anything "more generic" because
    +     * something like the RSAref code may not hook properly, and if you own
    +     * one of these cards then you have the right to do RSA operations on it
    +     * anyway!
    +     */
    +    meth_rsa = RSA_PKCS1_SSLeay();
    +
    +    zencod_rsa.rsa_pub_enc = meth_rsa->rsa_pub_enc;
    +    zencod_rsa.rsa_pub_dec = meth_rsa->rsa_pub_dec;
    +    zencod_rsa.rsa_priv_enc = meth_rsa->rsa_priv_enc;
    +    zencod_rsa.rsa_priv_dec = meth_rsa->rsa_priv_dec;
    +    /* meth_rsa->rsa_mod_exp */
    +    /* meth_rsa->bn_mod_exp */
    +    zencod_rsa.init = meth_rsa->init;
    +    zencod_rsa.finish = meth_rsa->finish;
    +#  endif
    +
    +#  ifndef OPENSSL_NO_DSA
    +    /*
    +     * We use OpenSSL meth to supply what we don't provide ;-*)
    +     */
    +    meth_dsa = DSA_OpenSSL();
    +
    +    /* meth_dsa->dsa_do_sign */
    +    zencod_dsa.dsa_sign_setup = meth_dsa->dsa_sign_setup;
    +    /* meth_dsa->dsa_do_verify */
    +    zencod_dsa.dsa_mod_exp = meth_dsa->dsa_mod_exp;
    +    /* zencod_dsa.bn_mod_exp = meth_dsa->bn_mod_exp ; */
    +    zencod_dsa.init = meth_dsa->init;
    +    zencod_dsa.finish = meth_dsa->finish;
    +#  endif
    +
    +#  ifndef OPENSSL_NO_DH
    +    /*
    +     * We use OpenSSL meth to supply what we don't provide ;-*)
    +     */
    +    meth_dh = DH_OpenSSL();
    +
    +    /* zencod_dh.generate_key = meth_dh->generate_key ; */
    +    /* zencod_dh.compute_key = meth_dh->compute_key ; */
    +    /* zencod_dh.bn_mod_exp = meth_dh->bn_mod_exp ; */
    +    zencod_dh.init = meth_dh->init;
    +    zencod_dh.finish = meth_dh->finish;
    +
    +#  endif
    +
    +    /*
    +     * We use OpenSSL (SSLeay) meth to supply what we don't provide ;-*)
    +     */
    +    meth_rand = RAND_SSLeay();
    +
    +    /* meth_rand->seed ; */
    +    /* zencod_rand.seed = meth_rand->seed ; */
    +    /* meth_rand->bytes ; */
    +    /* zencod_rand.bytes = meth_rand->bytes ; */
    +    zencod_rand.cleanup = meth_rand->cleanup;
    +    zencod_rand.add = meth_rand->add;
    +    /* meth_rand->pseudorand ; */
    +    /* zencod_rand.pseudorand = meth_rand->pseudorand ; */
    +    /* zencod_rand.status = meth_rand->status ; */
    +    /* meth_rand->status ; */
    +
    +    /* Ensure the zencod error handling is set up */
    +    ERR_load_ZENCOD_strings();
    +    return 1;
     }
     
    -
    -/* As this is only ever called once, there's no need for locking
    - * (indeed - the lock will already be held by our caller!!!)
    +/*
    + * As this is only ever called once, there's no need for locking (indeed -
    + * the lock will already be held by our caller!!!)
      */
    -static ENGINE *ENGINE_zencod ( void )
    +static ENGINE *ENGINE_zencod(void)
     {
     
    -	ENGINE *eng = ENGINE_new () ;
    +    ENGINE *eng = ENGINE_new();
     
    -	if ( !eng ) {
    -		return NULL ;
    -	}
    -	if ( !bind_helper ( eng ) ) {
    -		ENGINE_free ( eng ) ;
    -		return NULL ;
    -	}
    +    if (!eng) {
    +        return NULL;
    +    }
    +    if (!bind_helper(eng)) {
    +        ENGINE_free(eng);
    +        return NULL;
    +    }
     
    -	return eng ;
    +    return eng;
     }
     
    -
    -#ifdef ENGINE_DYNAMIC_SUPPORT
    +#  ifdef ENGINE_DYNAMIC_SUPPORT
     static
    -#endif
    -void ENGINE_load_zencod ( void )
    +#  endif
    +void ENGINE_load_zencod(void)
     {
    -	/* Copied from eng_[openssl|dyn].c */
    -	ENGINE *toadd = ENGINE_zencod ( ) ;
    -	if ( !toadd ) return ;
    -	ENGINE_add ( toadd ) ;
    -	ENGINE_free ( toadd ) ;
    -	ERR_clear_error ( ) ;
    +    /* Copied from eng_[openssl|dyn].c */
    +    ENGINE *toadd = ENGINE_zencod();
    +    if (!toadd)
    +        return;
    +    ENGINE_add(toadd);
    +    ENGINE_free(toadd);
    +    ERR_clear_error();
     }
     
    -
    -/* This is a process-global DSO handle used for loading and unloading
    - * the ZENBRIDGE library.
    - * NB: This is only set (or unset) during an * init () or finish () call
    - * (reference counts permitting) and they're  * operating with global locks,
    - * so this should be thread-safe * implicitly.
    +/*
    + * This is a process-global DSO handle used for loading and unloading the
    + * ZENBRIDGE library. NB: This is only set (or unset) during an * init () or
    + * finish () call (reference counts permitting) and they're * operating with
    + * global locks, so this should be thread-safe * implicitly.
      */
    -static DSO *zencod_dso = NULL ;
    -
    -static t_zencod_test *ptr_zencod_test = NULL ;
    -static t_zencod_bytes2bits *ptr_zencod_bytes2bits = NULL ;
    -static t_zencod_bits2bytes *ptr_zencod_bits2bytes = NULL ;
    -static t_zencod_new_number *ptr_zencod_new_number = NULL ;
    -static t_zencod_init_number *ptr_zencod_init_number = NULL ;
    -
    -static t_zencod_rsa_mod_exp *ptr_zencod_rsa_mod_exp = NULL ;
    -static t_zencod_rsa_mod_exp_crt *ptr_zencod_rsa_mod_exp_crt = NULL ;
    -static t_zencod_dsa_do_sign *ptr_zencod_dsa_do_sign = NULL ;
    -static t_zencod_dsa_do_verify *ptr_zencod_dsa_do_verify = NULL ;
    -static t_zencod_dh_generate_key *ptr_zencod_dh_generate_key = NULL ;
    -static t_zencod_dh_compute_key *ptr_zencod_dh_compute_key = NULL ;
    -static t_zencod_rand_bytes *ptr_zencod_rand_bytes = NULL ;
    -static t_zencod_math_mod_exp *ptr_zencod_math_mod_exp = NULL ;
    -
    -static t_zencod_md5_init *ptr_zencod_md5_init = NULL ;
    -static t_zencod_md5_update *ptr_zencod_md5_update = NULL ;
    -static t_zencod_md5_do_final *ptr_zencod_md5_do_final = NULL ;
    -static t_zencod_sha1_init *ptr_zencod_sha1_init = NULL ;
    -static t_zencod_sha1_update *ptr_zencod_sha1_update = NULL ;
    -static t_zencod_sha1_do_final *ptr_zencod_sha1_do_final = NULL ;
    -
    -static t_zencod_xdes_cipher *ptr_zencod_xdes_cipher = NULL ;
    -static t_zencod_rc4_cipher *ptr_zencod_rc4_cipher = NULL ;
    -
    -/* These are the static string constants for the DSO file name and the function
    - * symbol names to bind to.
    +static DSO *zencod_dso = NULL;
    +
    +static t_zencod_test *ptr_zencod_test = NULL;
    +static t_zencod_bytes2bits *ptr_zencod_bytes2bits = NULL;
    +static t_zencod_bits2bytes *ptr_zencod_bits2bytes = NULL;
    +static t_zencod_new_number *ptr_zencod_new_number = NULL;
    +static t_zencod_init_number *ptr_zencod_init_number = NULL;
    +
    +static t_zencod_rsa_mod_exp *ptr_zencod_rsa_mod_exp = NULL;
    +static t_zencod_rsa_mod_exp_crt *ptr_zencod_rsa_mod_exp_crt = NULL;
    +static t_zencod_dsa_do_sign *ptr_zencod_dsa_do_sign = NULL;
    +static t_zencod_dsa_do_verify *ptr_zencod_dsa_do_verify = NULL;
    +static t_zencod_dh_generate_key *ptr_zencod_dh_generate_key = NULL;
    +static t_zencod_dh_compute_key *ptr_zencod_dh_compute_key = NULL;
    +static t_zencod_rand_bytes *ptr_zencod_rand_bytes = NULL;
    +static t_zencod_math_mod_exp *ptr_zencod_math_mod_exp = NULL;
    +
    +static t_zencod_md5_init *ptr_zencod_md5_init = NULL;
    +static t_zencod_md5_update *ptr_zencod_md5_update = NULL;
    +static t_zencod_md5_do_final *ptr_zencod_md5_do_final = NULL;
    +static t_zencod_sha1_init *ptr_zencod_sha1_init = NULL;
    +static t_zencod_sha1_update *ptr_zencod_sha1_update = NULL;
    +static t_zencod_sha1_do_final *ptr_zencod_sha1_do_final = NULL;
    +
    +static t_zencod_xdes_cipher *ptr_zencod_xdes_cipher = NULL;
    +static t_zencod_rc4_cipher *ptr_zencod_rc4_cipher = NULL;
    +
    +/*
    + * These are the static string constants for the DSO file name and the
    + * function symbol names to bind to.
      */
    -static const char *ZENCOD_LIBNAME = ZEN_LIBRARY ;
    -
    -static const char *ZENCOD_Fct_0 = "test_device" ;
    -static const char *ZENCOD_Fct_1 = "zenbridge_bytes2bits" ;
    -static const char *ZENCOD_Fct_2 = "zenbridge_bits2bytes" ;
    -static const char *ZENCOD_Fct_3 = "zenbridge_new_number" ;
    -static const char *ZENCOD_Fct_4 = "zenbridge_init_number" ;
    -
    -static const char *ZENCOD_Fct_exp_1 = "zenbridge_rsa_mod_exp" ;
    -static const char *ZENCOD_Fct_exp_2 = "zenbridge_rsa_mod_exp_crt" ;
    -static const char *ZENCOD_Fct_dsa_1 = "zenbridge_dsa_do_sign" ;
    -static const char *ZENCOD_Fct_dsa_2 = "zenbridge_dsa_do_verify" ;
    -static const char *ZENCOD_Fct_dh_1 = "zenbridge_dh_generate_key" ;
    -static const char *ZENCOD_Fct_dh_2 = "zenbridge_dh_compute_key" ;
    -static const char *ZENCOD_Fct_rand_1 = "zenbridge_rand_bytes" ;
    -static const char *ZENCOD_Fct_math_1 = "zenbridge_math_mod_exp" ;
    -
    -static const char *ZENCOD_Fct_md5_1 = "zenbridge_md5_init" ;
    -static const char *ZENCOD_Fct_md5_2 = "zenbridge_md5_update" ;
    -static const char *ZENCOD_Fct_md5_3 = "zenbridge_md5_do_final" ;
    -static const char *ZENCOD_Fct_sha1_1 = "zenbridge_sha1_init" ;
    -static const char *ZENCOD_Fct_sha1_2 = "zenbridge_sha1_update" ;
    -static const char *ZENCOD_Fct_sha1_3 = "zenbridge_sha1_do_final" ;
    -
    -static const char *ZENCOD_Fct_xdes_1 = "zenbridge_xdes_cipher" ;
    -static const char *ZENCOD_Fct_rc4_1 = "zenbridge_rc4_cipher" ;
    -
    -/* Destructor (complements the "ENGINE_zencod ()" constructor)
    +static const char *ZENCOD_LIBNAME = ZEN_LIBRARY;
    +
    +static const char *ZENCOD_Fct_0 = "test_device";
    +static const char *ZENCOD_Fct_1 = "zenbridge_bytes2bits";
    +static const char *ZENCOD_Fct_2 = "zenbridge_bits2bytes";
    +static const char *ZENCOD_Fct_3 = "zenbridge_new_number";
    +static const char *ZENCOD_Fct_4 = "zenbridge_init_number";
    +
    +static const char *ZENCOD_Fct_exp_1 = "zenbridge_rsa_mod_exp";
    +static const char *ZENCOD_Fct_exp_2 = "zenbridge_rsa_mod_exp_crt";
    +static const char *ZENCOD_Fct_dsa_1 = "zenbridge_dsa_do_sign";
    +static const char *ZENCOD_Fct_dsa_2 = "zenbridge_dsa_do_verify";
    +static const char *ZENCOD_Fct_dh_1 = "zenbridge_dh_generate_key";
    +static const char *ZENCOD_Fct_dh_2 = "zenbridge_dh_compute_key";
    +static const char *ZENCOD_Fct_rand_1 = "zenbridge_rand_bytes";
    +static const char *ZENCOD_Fct_math_1 = "zenbridge_math_mod_exp";
    +
    +static const char *ZENCOD_Fct_md5_1 = "zenbridge_md5_init";
    +static const char *ZENCOD_Fct_md5_2 = "zenbridge_md5_update";
    +static const char *ZENCOD_Fct_md5_3 = "zenbridge_md5_do_final";
    +static const char *ZENCOD_Fct_sha1_1 = "zenbridge_sha1_init";
    +static const char *ZENCOD_Fct_sha1_2 = "zenbridge_sha1_update";
    +static const char *ZENCOD_Fct_sha1_3 = "zenbridge_sha1_do_final";
    +
    +static const char *ZENCOD_Fct_xdes_1 = "zenbridge_xdes_cipher";
    +static const char *ZENCOD_Fct_rc4_1 = "zenbridge_rc4_cipher";
    +
    +/*
    + * Destructor (complements the "ENGINE_zencod ()" constructor)
      */
    -static int zencod_destroy (ENGINE *e )
    +static int zencod_destroy(ENGINE *e)
     {
     
    -	ERR_unload_ZENCOD_strings () ;
    +    ERR_unload_ZENCOD_strings();
     
    -	return 1 ;
    +    return 1;
     }
     
    -
    -/* (de)initialisation functions. Control Function
    +/*
    + * (de)initialisation functions. Control Function
      */
    -static int zencod_init ( ENGINE *e )
    +static int zencod_init(ENGINE *e)
     {
     
    -	t_zencod_test *ptr_0 ;
    -	t_zencod_bytes2bits *ptr_1 ;
    -	t_zencod_bits2bytes *ptr_2 ;
    -	t_zencod_new_number *ptr_3 ;
    -	t_zencod_init_number *ptr_4 ;
    -	t_zencod_rsa_mod_exp *ptr_exp_1 ;
    -	t_zencod_rsa_mod_exp_crt *ptr_exp_2 ;
    -	t_zencod_dsa_do_sign *ptr_dsa_1 ;
    -	t_zencod_dsa_do_verify *ptr_dsa_2 ;
    -	t_zencod_dh_generate_key *ptr_dh_1 ;
    -	t_zencod_dh_compute_key *ptr_dh_2 ;
    -	t_zencod_rand_bytes *ptr_rand_1 ;
    -	t_zencod_math_mod_exp *ptr_math_1 ;
    -	t_zencod_md5_init *ptr_md5_1 ;
    -	t_zencod_md5_update *ptr_md5_2 ;
    -	t_zencod_md5_do_final *ptr_md5_3 ;
    -	t_zencod_sha1_init *ptr_sha1_1 ;
    -	t_zencod_sha1_update *ptr_sha1_2 ;
    -	t_zencod_sha1_do_final *ptr_sha1_3 ;
    -	t_zencod_xdes_cipher *ptr_xdes_1 ;
    -	t_zencod_rc4_cipher *ptr_rc4_1 ;
    -
    -	CHEESE () ;
    -
    -	/*
    -	 * We Should add some tests for non NULL parameters or bad value !!
    -	 * Stuff to be done ...
    -	 */
    -
    -	if ( zencod_dso != NULL ) {
    -		ZENCODerr ( ZENCOD_F_ZENCOD_INIT, ZENCOD_R_ALREADY_LOADED ) ;
    -		goto err ;
    -	}
    -	/* Trying to load the Library "cryptozen"
    -	 */
    -	zencod_dso = DSO_load ( NULL, ZENCOD_LIBNAME, NULL, 0 ) ;
    -	if ( zencod_dso == NULL ) {
    -		ZENCODerr ( ZENCOD_F_ZENCOD_INIT, ZENCOD_R_DSO_FAILURE ) ;
    -		goto err ;
    -	}
    -
    -	/* Trying to load Function from the Library
    -	 */
    -	if ( ! ( ptr_1 = (t_zencod_bytes2bits*) DSO_bind_func ( zencod_dso, ZENCOD_Fct_1 ) ) ||
    -			! ( ptr_2 = (t_zencod_bits2bytes*) DSO_bind_func ( zencod_dso, ZENCOD_Fct_2 ) ) ||
    -			! ( ptr_3 = (t_zencod_new_number*) DSO_bind_func ( zencod_dso, ZENCOD_Fct_3 ) ) ||
    -			! ( ptr_4 = (t_zencod_init_number*) DSO_bind_func ( zencod_dso, ZENCOD_Fct_4 ) ) ||
    -			! ( ptr_exp_1 = (t_zencod_rsa_mod_exp*) DSO_bind_func ( zencod_dso, ZENCOD_Fct_exp_1 ) ) ||
    -			! ( ptr_exp_2 = (t_zencod_rsa_mod_exp_crt*) DSO_bind_func ( zencod_dso, ZENCOD_Fct_exp_2 ) ) ||
    -			! ( ptr_dsa_1 = (t_zencod_dsa_do_sign*) DSO_bind_func ( zencod_dso, ZENCOD_Fct_dsa_1 ) ) ||
    -			! ( ptr_dsa_2 = (t_zencod_dsa_do_verify*) DSO_bind_func ( zencod_dso, ZENCOD_Fct_dsa_2 ) ) ||
    -			! ( ptr_dh_1 = (t_zencod_dh_generate_key*) DSO_bind_func ( zencod_dso, ZENCOD_Fct_dh_1 ) ) ||
    -			! ( ptr_dh_2 = (t_zencod_dh_compute_key*) DSO_bind_func ( zencod_dso, ZENCOD_Fct_dh_2 ) ) ||
    -			! ( ptr_rand_1 = (t_zencod_rand_bytes*) DSO_bind_func ( zencod_dso, ZENCOD_Fct_rand_1 ) ) ||
    -			! ( ptr_math_1 = (t_zencod_math_mod_exp*) DSO_bind_func ( zencod_dso, ZENCOD_Fct_math_1 ) ) ||
    -			! ( ptr_0 = (t_zencod_test *) DSO_bind_func ( zencod_dso, ZENCOD_Fct_0 ) ) ||
    -			! ( ptr_md5_1 = (t_zencod_md5_init *) DSO_bind_func ( zencod_dso, ZENCOD_Fct_md5_1 ) ) ||
    -			! ( ptr_md5_2 = (t_zencod_md5_update *) DSO_bind_func ( zencod_dso, ZENCOD_Fct_md5_2 ) ) ||
    -			! ( ptr_md5_3 = (t_zencod_md5_do_final *) DSO_bind_func ( zencod_dso, ZENCOD_Fct_md5_3 ) ) ||
    -			! ( ptr_sha1_1 = (t_zencod_sha1_init *) DSO_bind_func ( zencod_dso, ZENCOD_Fct_sha1_1 ) ) ||
    -			! ( ptr_sha1_2 = (t_zencod_sha1_update *) DSO_bind_func ( zencod_dso, ZENCOD_Fct_sha1_2 ) ) ||
    -			! ( ptr_sha1_3 = (t_zencod_sha1_do_final *) DSO_bind_func ( zencod_dso, ZENCOD_Fct_sha1_3 ) ) ||
    -			! ( ptr_xdes_1 = (t_zencod_xdes_cipher *) DSO_bind_func ( zencod_dso, ZENCOD_Fct_xdes_1 ) ) ||
    -			! ( ptr_rc4_1 = (t_zencod_rc4_cipher *) DSO_bind_func ( zencod_dso, ZENCOD_Fct_rc4_1 ) ) ) {
    -
    -		ZENCODerr ( ZENCOD_F_ZENCOD_INIT, ZENCOD_R_DSO_FAILURE ) ;
    -		goto err ;
    -	}
    -
    -	/* The function from "cryptozen" Library have been correctly loaded so copy them
    -	 */
    -	ptr_zencod_test = ptr_0 ;
    -	ptr_zencod_bytes2bits = ptr_1 ;
    -	ptr_zencod_bits2bytes = ptr_2 ;
    -	ptr_zencod_new_number = ptr_3 ;
    -	ptr_zencod_init_number = ptr_4 ;
    -	ptr_zencod_rsa_mod_exp = ptr_exp_1 ;
    -	ptr_zencod_rsa_mod_exp_crt = ptr_exp_2 ;
    -	ptr_zencod_dsa_do_sign = ptr_dsa_1 ;
    -	ptr_zencod_dsa_do_verify = ptr_dsa_2 ;
    -	ptr_zencod_dh_generate_key = ptr_dh_1 ;
    -	ptr_zencod_dh_compute_key = ptr_dh_2 ;
    -	ptr_zencod_rand_bytes = ptr_rand_1 ;
    -	ptr_zencod_math_mod_exp = ptr_math_1 ;
    -	ptr_zencod_test = ptr_0 ;
    -	ptr_zencod_md5_init = ptr_md5_1 ;
    -	ptr_zencod_md5_update = ptr_md5_2 ;
    -	ptr_zencod_md5_do_final = ptr_md5_3 ;
    -	ptr_zencod_sha1_init = ptr_sha1_1 ;
    -	ptr_zencod_sha1_update = ptr_sha1_2 ;
    -	ptr_zencod_sha1_do_final = ptr_sha1_3 ;
    -	ptr_zencod_xdes_cipher = ptr_xdes_1 ;
    -	ptr_zencod_rc4_cipher = ptr_rc4_1 ;
    -
    -	/* We should peform a test to see if there is actually any unit runnig on the system ...
    -	 * Even if the cryptozen library is loaded the module coul not be loaded on the system ...
    -	 * For now we may just open and close the device !!
    -	 */
    -
    -	if ( ptr_zencod_test () != 0 ) {
    -		ZENCODerr ( ZENCOD_F_ZENCOD_INIT, ZENCOD_R_UNIT_FAILURE ) ;
    -		goto err ;
    -	}
    -
    -	return 1 ;
    -err :
    -	if ( zencod_dso ) {
    -		DSO_free ( zencod_dso ) ;
    -	}
    -	zencod_dso = NULL ;
    -	ptr_zencod_bytes2bits = NULL ;
    -	ptr_zencod_bits2bytes = NULL ;
    -	ptr_zencod_new_number = NULL ;
    -	ptr_zencod_init_number = NULL ;
    -	ptr_zencod_rsa_mod_exp = NULL ;
    -	ptr_zencod_rsa_mod_exp_crt = NULL ;
    -	ptr_zencod_dsa_do_sign = NULL ;
    -	ptr_zencod_dsa_do_verify = NULL ;
    -	ptr_zencod_dh_generate_key = NULL ;
    -	ptr_zencod_dh_compute_key = NULL ;
    -	ptr_zencod_rand_bytes = NULL ;
    -	ptr_zencod_math_mod_exp = NULL ;
    -	ptr_zencod_test = NULL ;
    -	ptr_zencod_md5_init = NULL ;
    -	ptr_zencod_md5_update = NULL ;
    -	ptr_zencod_md5_do_final = NULL ;
    -	ptr_zencod_sha1_init = NULL ;
    -	ptr_zencod_sha1_update = NULL ;
    -	ptr_zencod_sha1_do_final = NULL ;
    -	ptr_zencod_xdes_cipher = NULL ;
    -	ptr_zencod_rc4_cipher = NULL ;
    -
    -	return 0 ;
    +    t_zencod_test *ptr_0;
    +    t_zencod_bytes2bits *ptr_1;
    +    t_zencod_bits2bytes *ptr_2;
    +    t_zencod_new_number *ptr_3;
    +    t_zencod_init_number *ptr_4;
    +    t_zencod_rsa_mod_exp *ptr_exp_1;
    +    t_zencod_rsa_mod_exp_crt *ptr_exp_2;
    +    t_zencod_dsa_do_sign *ptr_dsa_1;
    +    t_zencod_dsa_do_verify *ptr_dsa_2;
    +    t_zencod_dh_generate_key *ptr_dh_1;
    +    t_zencod_dh_compute_key *ptr_dh_2;
    +    t_zencod_rand_bytes *ptr_rand_1;
    +    t_zencod_math_mod_exp *ptr_math_1;
    +    t_zencod_md5_init *ptr_md5_1;
    +    t_zencod_md5_update *ptr_md5_2;
    +    t_zencod_md5_do_final *ptr_md5_3;
    +    t_zencod_sha1_init *ptr_sha1_1;
    +    t_zencod_sha1_update *ptr_sha1_2;
    +    t_zencod_sha1_do_final *ptr_sha1_3;
    +    t_zencod_xdes_cipher *ptr_xdes_1;
    +    t_zencod_rc4_cipher *ptr_rc4_1;
    +
    +    CHEESE();
    +
    +    /*
    +     * We Should add some tests for non NULL parameters or bad value !!
    +     * Stuff to be done ...
    +     */
    +
    +    if (zencod_dso != NULL) {
    +        ZENCODerr(ZENCOD_F_ZENCOD_INIT, ZENCOD_R_ALREADY_LOADED);
    +        goto err;
    +    }
    +    /*
    +     * Trying to load the Library "cryptozen"
    +     */
    +    zencod_dso = DSO_load(NULL, ZENCOD_LIBNAME, NULL, 0);
    +    if (zencod_dso == NULL) {
    +        ZENCODerr(ZENCOD_F_ZENCOD_INIT, ZENCOD_R_DSO_FAILURE);
    +        goto err;
    +    }
    +
    +    /*
    +     * Trying to load Function from the Library
    +     */
    +    if (!
    +        (ptr_1 =
    +         (t_zencod_bytes2bits *) DSO_bind_func(zencod_dso, ZENCOD_Fct_1))
    +|| !(ptr_2 = (t_zencod_bits2bytes *) DSO_bind_func(zencod_dso, ZENCOD_Fct_2))
    +|| !(ptr_3 = (t_zencod_new_number *) DSO_bind_func(zencod_dso, ZENCOD_Fct_3))
    +|| !(ptr_4 = (t_zencod_init_number *) DSO_bind_func(zencod_dso, ZENCOD_Fct_4))
    +|| !(ptr_exp_1 =
    +     (t_zencod_rsa_mod_exp *) DSO_bind_func(zencod_dso, ZENCOD_Fct_exp_1))
    +|| !(ptr_exp_2 =
    +     (t_zencod_rsa_mod_exp_crt *) DSO_bind_func(zencod_dso, ZENCOD_Fct_exp_2))
    +|| !(ptr_dsa_1 =
    +     (t_zencod_dsa_do_sign *) DSO_bind_func(zencod_dso, ZENCOD_Fct_dsa_1))
    +|| !(ptr_dsa_2 =
    +     (t_zencod_dsa_do_verify *) DSO_bind_func(zencod_dso, ZENCOD_Fct_dsa_2))
    +|| !(ptr_dh_1 =
    +     (t_zencod_dh_generate_key *) DSO_bind_func(zencod_dso, ZENCOD_Fct_dh_1))
    +|| !(ptr_dh_2 =
    +     (t_zencod_dh_compute_key *) DSO_bind_func(zencod_dso, ZENCOD_Fct_dh_2))
    +|| !(ptr_rand_1 =
    +     (t_zencod_rand_bytes *) DSO_bind_func(zencod_dso, ZENCOD_Fct_rand_1))
    +|| !(ptr_math_1 =
    +     (t_zencod_math_mod_exp *) DSO_bind_func(zencod_dso, ZENCOD_Fct_math_1))
    +|| !(ptr_0 = (t_zencod_test *) DSO_bind_func(zencod_dso, ZENCOD_Fct_0))
    +|| !(ptr_md5_1 =
    +     (t_zencod_md5_init *) DSO_bind_func(zencod_dso, ZENCOD_Fct_md5_1))
    +|| !(ptr_md5_2 =
    +     (t_zencod_md5_update *) DSO_bind_func(zencod_dso, ZENCOD_Fct_md5_2))
    +|| !(ptr_md5_3 =
    +     (t_zencod_md5_do_final *) DSO_bind_func(zencod_dso, ZENCOD_Fct_md5_3))
    +|| !(ptr_sha1_1 =
    +     (t_zencod_sha1_init *) DSO_bind_func(zencod_dso, ZENCOD_Fct_sha1_1))
    +|| !(ptr_sha1_2 =
    +     (t_zencod_sha1_update *) DSO_bind_func(zencod_dso, ZENCOD_Fct_sha1_2))
    +|| !(ptr_sha1_3 =
    +     (t_zencod_sha1_do_final *) DSO_bind_func(zencod_dso, ZENCOD_Fct_sha1_3))
    +|| !(ptr_xdes_1 =
    +     (t_zencod_xdes_cipher *) DSO_bind_func(zencod_dso, ZENCOD_Fct_xdes_1))
    +|| !(ptr_rc4_1 =
    +     (t_zencod_rc4_cipher *) DSO_bind_func(zencod_dso, ZENCOD_Fct_rc4_1))) {
    +
    +        ZENCODerr(ZENCOD_F_ZENCOD_INIT, ZENCOD_R_DSO_FAILURE);
    +        goto err;
    +    }
    +
    +    /*
    +     * The function from "cryptozen" Library have been correctly loaded so
    +     * copy them
    +     */
    +    ptr_zencod_test = ptr_0;
    +    ptr_zencod_bytes2bits = ptr_1;
    +    ptr_zencod_bits2bytes = ptr_2;
    +    ptr_zencod_new_number = ptr_3;
    +    ptr_zencod_init_number = ptr_4;
    +    ptr_zencod_rsa_mod_exp = ptr_exp_1;
    +    ptr_zencod_rsa_mod_exp_crt = ptr_exp_2;
    +    ptr_zencod_dsa_do_sign = ptr_dsa_1;
    +    ptr_zencod_dsa_do_verify = ptr_dsa_2;
    +    ptr_zencod_dh_generate_key = ptr_dh_1;
    +    ptr_zencod_dh_compute_key = ptr_dh_2;
    +    ptr_zencod_rand_bytes = ptr_rand_1;
    +    ptr_zencod_math_mod_exp = ptr_math_1;
    +    ptr_zencod_test = ptr_0;
    +    ptr_zencod_md5_init = ptr_md5_1;
    +    ptr_zencod_md5_update = ptr_md5_2;
    +    ptr_zencod_md5_do_final = ptr_md5_3;
    +    ptr_zencod_sha1_init = ptr_sha1_1;
    +    ptr_zencod_sha1_update = ptr_sha1_2;
    +    ptr_zencod_sha1_do_final = ptr_sha1_3;
    +    ptr_zencod_xdes_cipher = ptr_xdes_1;
    +    ptr_zencod_rc4_cipher = ptr_rc4_1;
    +
    +    /*
    +     * We should peform a test to see if there is actually any unit runnig on
    +     * the system ... Even if the cryptozen library is loaded the module coul
    +     * not be loaded on the system ... For now we may just open and close the
    +     * device !!
    +     */
    +
    +    if (ptr_zencod_test() != 0) {
    +        ZENCODerr(ZENCOD_F_ZENCOD_INIT, ZENCOD_R_UNIT_FAILURE);
    +        goto err;
    +    }
    +
    +    return 1;
    + err:
    +    if (zencod_dso) {
    +        DSO_free(zencod_dso);
    +    }
    +    zencod_dso = NULL;
    +    ptr_zencod_bytes2bits = NULL;
    +    ptr_zencod_bits2bytes = NULL;
    +    ptr_zencod_new_number = NULL;
    +    ptr_zencod_init_number = NULL;
    +    ptr_zencod_rsa_mod_exp = NULL;
    +    ptr_zencod_rsa_mod_exp_crt = NULL;
    +    ptr_zencod_dsa_do_sign = NULL;
    +    ptr_zencod_dsa_do_verify = NULL;
    +    ptr_zencod_dh_generate_key = NULL;
    +    ptr_zencod_dh_compute_key = NULL;
    +    ptr_zencod_rand_bytes = NULL;
    +    ptr_zencod_math_mod_exp = NULL;
    +    ptr_zencod_test = NULL;
    +    ptr_zencod_md5_init = NULL;
    +    ptr_zencod_md5_update = NULL;
    +    ptr_zencod_md5_do_final = NULL;
    +    ptr_zencod_sha1_init = NULL;
    +    ptr_zencod_sha1_update = NULL;
    +    ptr_zencod_sha1_do_final = NULL;
    +    ptr_zencod_xdes_cipher = NULL;
    +    ptr_zencod_rc4_cipher = NULL;
    +
    +    return 0;
     }
     
    -
    -static int zencod_finish ( ENGINE *e )
    +static int zencod_finish(ENGINE *e)
     {
     
    -	CHEESE () ;
    -
    -	/*
    -	 * We Should add some tests for non NULL parameters or bad value !!
    -	 * Stuff to be done ...
    -	 */
    -	if ( zencod_dso == NULL ) {
    -		ZENCODerr ( ZENCOD_F_ZENCOD_FINISH, ZENCOD_R_NOT_LOADED ) ;
    -		return 0 ;
    -	}
    -	if ( !DSO_free ( zencod_dso ) ) {
    -		ZENCODerr ( ZENCOD_F_ZENCOD_FINISH, ZENCOD_R_DSO_FAILURE ) ;
    -		return 0 ;
    -	}
    -
    -	zencod_dso = NULL ;
    -
    -	ptr_zencod_bytes2bits = NULL ;
    -	ptr_zencod_bits2bytes = NULL ;
    -	ptr_zencod_new_number = NULL ;
    -	ptr_zencod_init_number = NULL ;
    -	ptr_zencod_rsa_mod_exp = NULL ;
    -	ptr_zencod_rsa_mod_exp_crt = NULL ;
    -	ptr_zencod_dsa_do_sign = NULL ;
    -	ptr_zencod_dsa_do_verify = NULL ;
    -	ptr_zencod_dh_generate_key = NULL ;
    -	ptr_zencod_dh_compute_key = NULL ;
    -	ptr_zencod_rand_bytes = NULL ;
    -	ptr_zencod_math_mod_exp = NULL ;
    -	ptr_zencod_test = NULL ;
    -	ptr_zencod_md5_init = NULL ;
    -	ptr_zencod_md5_update = NULL ;
    -	ptr_zencod_md5_do_final = NULL ;
    -	ptr_zencod_sha1_init = NULL ;
    -	ptr_zencod_sha1_update = NULL ;
    -	ptr_zencod_sha1_do_final = NULL ;
    -	ptr_zencod_xdes_cipher = NULL ;
    -	ptr_zencod_rc4_cipher = NULL ;
    -
    -	return 1 ;
    +    CHEESE();
    +
    +    /*
    +     * We Should add some tests for non NULL parameters or bad value !!
    +     * Stuff to be done ...
    +     */
    +    if (zencod_dso == NULL) {
    +        ZENCODerr(ZENCOD_F_ZENCOD_FINISH, ZENCOD_R_NOT_LOADED);
    +        return 0;
    +    }
    +    if (!DSO_free(zencod_dso)) {
    +        ZENCODerr(ZENCOD_F_ZENCOD_FINISH, ZENCOD_R_DSO_FAILURE);
    +        return 0;
    +    }
    +
    +    zencod_dso = NULL;
    +
    +    ptr_zencod_bytes2bits = NULL;
    +    ptr_zencod_bits2bytes = NULL;
    +    ptr_zencod_new_number = NULL;
    +    ptr_zencod_init_number = NULL;
    +    ptr_zencod_rsa_mod_exp = NULL;
    +    ptr_zencod_rsa_mod_exp_crt = NULL;
    +    ptr_zencod_dsa_do_sign = NULL;
    +    ptr_zencod_dsa_do_verify = NULL;
    +    ptr_zencod_dh_generate_key = NULL;
    +    ptr_zencod_dh_compute_key = NULL;
    +    ptr_zencod_rand_bytes = NULL;
    +    ptr_zencod_math_mod_exp = NULL;
    +    ptr_zencod_test = NULL;
    +    ptr_zencod_md5_init = NULL;
    +    ptr_zencod_md5_update = NULL;
    +    ptr_zencod_md5_do_final = NULL;
    +    ptr_zencod_sha1_init = NULL;
    +    ptr_zencod_sha1_update = NULL;
    +    ptr_zencod_sha1_do_final = NULL;
    +    ptr_zencod_xdes_cipher = NULL;
    +    ptr_zencod_rc4_cipher = NULL;
    +
    +    return 1;
     }
     
    -
    -static int zencod_ctrl ( ENGINE *e, int cmd, long i, void *p, void (*f) () )
    +static int zencod_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) ())
     {
     
    -	int initialised = ( ( zencod_dso == NULL ) ? 0 : 1 ) ;
    -
    -	CHEESE () ;
    -
    -	/*
    -	 * We Should add some tests for non NULL parameters or bad value !!
    -	 * Stuff to be done ...
    -	 */
    -	switch ( cmd ) {
    -	case ZENCOD_CMD_SO_PATH :
    -		if ( p == NULL ) {
    -			ZENCODerr ( ZENCOD_F_ZENCOD_CTRL, ERR_R_PASSED_NULL_PARAMETER ) ;
    -			return 0 ;
    -		}
    -		if ( initialised ) {
    -			ZENCODerr ( ZENCOD_F_ZENCOD_CTRL, ZENCOD_R_ALREADY_LOADED ) ;
    -			return 0 ;
    -		}
    -		ZENCOD_LIBNAME = (const char *) p ;
    -		return 1 ;
    -	default :
    -		break ;
    -	}
    -
    -	ZENCODerr ( ZENCOD_F_ZENCOD_CTRL, ZENCOD_R_CTRL_COMMAND_NOT_IMPLEMENTED ) ;
    -
    -	return 0 ;
    +    int initialised = ((zencod_dso == NULL) ? 0 : 1);
    +
    +    CHEESE();
    +
    +    /*
    +     * We Should add some tests for non NULL parameters or bad value !!
    +     * Stuff to be done ...
    +     */
    +    switch (cmd) {
    +    case ZENCOD_CMD_SO_PATH:
    +        if (p == NULL) {
    +            ZENCODerr(ZENCOD_F_ZENCOD_CTRL, ERR_R_PASSED_NULL_PARAMETER);
    +            return 0;
    +        }
    +        if (initialised) {
    +            ZENCODerr(ZENCOD_F_ZENCOD_CTRL, ZENCOD_R_ALREADY_LOADED);
    +            return 0;
    +        }
    +        ZENCOD_LIBNAME = (const char *)p;
    +        return 1;
    +    default:
    +        break;
    +    }
    +
    +    ZENCODerr(ZENCOD_F_ZENCOD_CTRL, ZENCOD_R_CTRL_COMMAND_NOT_IMPLEMENTED);
    +
    +    return 0;
     }
     
    -
    -/* BIGNUM stuff Functions
    +/*
    + * BIGNUM stuff Functions
      */
    -static int zencod_bn_mod_exp ( BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx )
    +static int zencod_bn_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    +                             const BIGNUM *m, BN_CTX *ctx)
     {
    -	zen_nb_t y, x, e, n;
    -	int ret;
    +    zen_nb_t y, x, e, n;
    +    int ret;
     
    -	CHEESE () ;
    +    CHEESE();
     
    -	if ( !zencod_dso ) {
    -		ENGINEerr(ZENCOD_F_ZENCOD_BN_MOD_EXP, ZENCOD_R_NOT_LOADED);
    -		return 0;
    -	}
    +    if (!zencod_dso) {
    +        ENGINEerr(ZENCOD_F_ZENCOD_BN_MOD_EXP, ZENCOD_R_NOT_LOADED);
    +        return 0;
    +    }
     
    -	if ( !bn_wexpand(r, m->top + 1) ) {
    -		ENGINEerr(ZENCOD_F_ZENCOD_BN_MOD_EXP, ZENCOD_R_BN_EXPAND_FAIL);
    -		return 0;
    -	}
    +    if (!bn_wexpand(r, m->top + 1)) {
    +        ENGINEerr(ZENCOD_F_ZENCOD_BN_MOD_EXP, ZENCOD_R_BN_EXPAND_FAIL);
    +        return 0;
    +    }
     
    -	memset(r->d, 0, BN_num_bytes(m));
    +    memset(r->d, 0, BN_num_bytes(m));
     
    -	ptr_zencod_init_number ( &y, (r->dmax - 1) * sizeof (BN_ULONG) * 8, (unsigned char *) r->d ) ;
    -	BIGNUM2ZEN ( &x, a ) ;
    -	BIGNUM2ZEN ( &e, p ) ;
    -	BIGNUM2ZEN ( &n, m ) ;
    +    ptr_zencod_init_number(&y, (r->dmax - 1) * sizeof(BN_ULONG) * 8,
    +                           (unsigned char *)r->d);
    +    BIGNUM2ZEN(&x, a);
    +    BIGNUM2ZEN(&e, p);
    +    BIGNUM2ZEN(&n, m);
     
    -	/* Must invert x and e parameter due to BN mod exp prototype ... */
    -	ret = ptr_zencod_math_mod_exp ( &y, &e, &x, &n ) ;
    +    /* Must invert x and e parameter due to BN mod exp prototype ... */
    +    ret = ptr_zencod_math_mod_exp(&y, &e, &x, &n);
     
    -	if ( ret )  {
    -		PERROR("zenbridge_math_mod_exp");
    -		ENGINEerr(ZENCOD_F_ZENCOD_BN_MOD_EXP, ZENCOD_R_REQUEST_FAILED);
    -		return 0;
    -	}
    +    if (ret) {
    +        PERROR("zenbridge_math_mod_exp");
    +        ENGINEerr(ZENCOD_F_ZENCOD_BN_MOD_EXP, ZENCOD_R_REQUEST_FAILED);
    +        return 0;
    +    }
     
    -	r->top = (BN_num_bits(m) + BN_BITS2 - 1) / BN_BITS2;
    +    r->top = (BN_num_bits(m) + BN_BITS2 - 1) / BN_BITS2;
     
    -	return 1;
    +    return 1;
     }
     
    -
    -/* RSA stuff Functions
    +/*
    + * RSA stuff Functions
      */
    -#ifndef OPENSSL_NO_RSA
    -static int RSA_zencod_rsa_mod_exp ( BIGNUM *r0, const BIGNUM *i, RSA *rsa )
    +#  ifndef OPENSSL_NO_RSA
    +static int RSA_zencod_rsa_mod_exp(BIGNUM *r0, const BIGNUM *i, RSA *rsa)
     {
     
    -	CHEESE () ;
    -
    -	if ( !zencod_dso ) {
    -		ENGINEerr(ZENCOD_F_ZENCOD_RSA_MOD_EXP_CRT, ZENCOD_R_NOT_LOADED);
    -		return 0;
    -	}
    -
    -	if ( !rsa->p || !rsa->q || !rsa->dmp1 || !rsa->dmq1 || !rsa->iqmp ) {
    -		ENGINEerr(ZENCOD_F_ZENCOD_RSA_MOD_EXP_CRT, ZENCOD_R_BAD_KEY_COMPONENTS);
    -		return 0;
    -	}
    -
    -	/* Do in software if argument is too large for hardware */
    -	if ( RSA_size(rsa) * 8 > ZENBRIDGE_MAX_KEYSIZE_RSA_CRT ) {
    -		const RSA_METHOD *meth;
    -
    -		meth = RSA_PKCS1_SSLeay();
    -		return meth->rsa_mod_exp(r0, i, rsa);
    -	} else {
    -		zen_nb_t y, x, p, q, dmp1, dmq1, iqmp;
    -
    -		if ( !bn_expand(r0, RSA_size(rsa) * 8) ) {
    -			ENGINEerr(ZENCOD_F_ZENCOD_RSA_MOD_EXP_CRT, ZENCOD_R_BN_EXPAND_FAIL);
    -			return 0;
    -		}
    -		r0->top = (RSA_size(rsa) * 8 + BN_BITS2 - 1) / BN_BITS2;
    -
    -		BIGNUM2ZEN ( &x, i ) ;
    -		BIGNUM2ZEN ( &y, r0 ) ;
    -		BIGNUM2ZEN ( &p, rsa->p ) ;
    -		BIGNUM2ZEN ( &q, rsa->q ) ;
    -		BIGNUM2ZEN ( &dmp1, rsa->dmp1 ) ;
    -		BIGNUM2ZEN ( &dmq1, rsa->dmq1 ) ;
    -		BIGNUM2ZEN ( &iqmp, rsa->iqmp ) ;
    -
    -		if ( ptr_zencod_rsa_mod_exp_crt ( &y, &x, &p, &q, &dmp1, &dmq1, &iqmp ) < 0 ) {
    -			PERROR("zenbridge_rsa_mod_exp_crt");
    -			ENGINEerr(ZENCOD_F_ZENCOD_RSA_MOD_EXP_CRT, ZENCOD_R_REQUEST_FAILED);
    -			return 0;
    -		}
    -
    -		return 1;
    -	}
    +    CHEESE();
    +
    +    if (!zencod_dso) {
    +        ENGINEerr(ZENCOD_F_ZENCOD_RSA_MOD_EXP_CRT, ZENCOD_R_NOT_LOADED);
    +        return 0;
    +    }
    +
    +    if (!rsa->p || !rsa->q || !rsa->dmp1 || !rsa->dmq1 || !rsa->iqmp) {
    +        ENGINEerr(ZENCOD_F_ZENCOD_RSA_MOD_EXP_CRT,
    +                  ZENCOD_R_BAD_KEY_COMPONENTS);
    +        return 0;
    +    }
    +
    +    /* Do in software if argument is too large for hardware */
    +    if (RSA_size(rsa) * 8 > ZENBRIDGE_MAX_KEYSIZE_RSA_CRT) {
    +        const RSA_METHOD *meth;
    +
    +        meth = RSA_PKCS1_SSLeay();
    +        return meth->rsa_mod_exp(r0, i, rsa);
    +    } else {
    +        zen_nb_t y, x, p, q, dmp1, dmq1, iqmp;
    +
    +        if (!bn_expand(r0, RSA_size(rsa) * 8)) {
    +            ENGINEerr(ZENCOD_F_ZENCOD_RSA_MOD_EXP_CRT,
    +                      ZENCOD_R_BN_EXPAND_FAIL);
    +            return 0;
    +        }
    +        r0->top = (RSA_size(rsa) * 8 + BN_BITS2 - 1) / BN_BITS2;
    +
    +        BIGNUM2ZEN(&x, i);
    +        BIGNUM2ZEN(&y, r0);
    +        BIGNUM2ZEN(&p, rsa->p);
    +        BIGNUM2ZEN(&q, rsa->q);
    +        BIGNUM2ZEN(&dmp1, rsa->dmp1);
    +        BIGNUM2ZEN(&dmq1, rsa->dmq1);
    +        BIGNUM2ZEN(&iqmp, rsa->iqmp);
    +
    +        if (ptr_zencod_rsa_mod_exp_crt(&y, &x, &p, &q, &dmp1, &dmq1, &iqmp) <
    +            0) {
    +            PERROR("zenbridge_rsa_mod_exp_crt");
    +            ENGINEerr(ZENCOD_F_ZENCOD_RSA_MOD_EXP_CRT,
    +                      ZENCOD_R_REQUEST_FAILED);
    +            return 0;
    +        }
    +
    +        return 1;
    +    }
     }
     
    -
    -/* This function is aliased to RSA_mod_exp (with the mont stuff dropped).
    +/*
    + * This function is aliased to RSA_mod_exp (with the mont stuff dropped).
      */
    -static int RSA_zencod_bn_mod_exp ( BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    -		const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx )
    +static int RSA_zencod_bn_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    +                                 const BIGNUM *m, BN_CTX *ctx,
    +                                 BN_MONT_CTX *m_ctx)
     {
     
    -	CHEESE () ;
    -
    -	if ( !zencod_dso ) {
    -		ENGINEerr(ZENCOD_F_ZENCOD_RSA_MOD_EXP, ZENCOD_R_NOT_LOADED);
    -		return 0;
    -	}
    -
    -	/* Do in software if argument is too large for hardware */
    -	if ( BN_num_bits(m) > ZENBRIDGE_MAX_KEYSIZE_RSA ) {
    -		const RSA_METHOD *meth;
    -
    -		meth = RSA_PKCS1_SSLeay();
    -		return meth->bn_mod_exp(r, a, p, m, ctx, m_ctx);
    -	} else {
    -		zen_nb_t y, x, e, n;
    -
    -		if ( !bn_expand(r, BN_num_bits(m)) ) {
    -			ENGINEerr(ZENCOD_F_ZENCOD_RSA_MOD_EXP, ZENCOD_R_BN_EXPAND_FAIL);
    -			return 0;
    -		}
    -		r->top = (BN_num_bits(m) + BN_BITS2 - 1) / BN_BITS2;
    -
    -		BIGNUM2ZEN ( &x, a ) ;
    -		BIGNUM2ZEN ( &y, r ) ;
    -		BIGNUM2ZEN ( &e, p ) ;
    -		BIGNUM2ZEN ( &n, m ) ;
    -
    -		if ( ptr_zencod_rsa_mod_exp ( &y, &x, &n, &e ) < 0 ) {
    -			PERROR("zenbridge_rsa_mod_exp");
    -			ENGINEerr(ZENCOD_F_ZENCOD_RSA_MOD_EXP, ZENCOD_R_REQUEST_FAILED);
    -			return 0;
    -		}
    -
    -		return 1;
    -	}
    +    CHEESE();
    +
    +    if (!zencod_dso) {
    +        ENGINEerr(ZENCOD_F_ZENCOD_RSA_MOD_EXP, ZENCOD_R_NOT_LOADED);
    +        return 0;
    +    }
    +
    +    /* Do in software if argument is too large for hardware */
    +    if (BN_num_bits(m) > ZENBRIDGE_MAX_KEYSIZE_RSA) {
    +        const RSA_METHOD *meth;
    +
    +        meth = RSA_PKCS1_SSLeay();
    +        return meth->bn_mod_exp(r, a, p, m, ctx, m_ctx);
    +    } else {
    +        zen_nb_t y, x, e, n;
    +
    +        if (!bn_expand(r, BN_num_bits(m))) {
    +            ENGINEerr(ZENCOD_F_ZENCOD_RSA_MOD_EXP, ZENCOD_R_BN_EXPAND_FAIL);
    +            return 0;
    +        }
    +        r->top = (BN_num_bits(m) + BN_BITS2 - 1) / BN_BITS2;
    +
    +        BIGNUM2ZEN(&x, a);
    +        BIGNUM2ZEN(&y, r);
    +        BIGNUM2ZEN(&e, p);
    +        BIGNUM2ZEN(&n, m);
    +
    +        if (ptr_zencod_rsa_mod_exp(&y, &x, &n, &e) < 0) {
    +            PERROR("zenbridge_rsa_mod_exp");
    +            ENGINEerr(ZENCOD_F_ZENCOD_RSA_MOD_EXP, ZENCOD_R_REQUEST_FAILED);
    +            return 0;
    +        }
    +
    +        return 1;
    +    }
     }
    -#endif /* !OPENSSL_NO_RSA */
    -
    +#  endif                        /* !OPENSSL_NO_RSA */
     
    -#ifndef OPENSSL_NO_DSA
    -/* DSA stuff Functions
    +#  ifndef OPENSSL_NO_DSA
    +/*
    + * DSA stuff Functions
      */
    -static DSA_SIG *DSA_zencod_do_sign ( const unsigned char *dgst, int dlen, DSA *dsa )
    +static DSA_SIG *DSA_zencod_do_sign(const unsigned char *dgst, int dlen,
    +                                   DSA *dsa)
     {
    -	zen_nb_t p, q, g, x, y, r, s, data;
    -	DSA_SIG *sig;
    -	BIGNUM *bn_r = NULL;
    -	BIGNUM *bn_s = NULL;
    -	char msg[20];
    -
    -	CHEESE();
    -
    -	if ( !zencod_dso ) {
    -		ENGINEerr(ZENCOD_F_ZENCOD_DSA_DO_SIGN, ZENCOD_R_NOT_LOADED);
    -		goto FAILED;
    -	}
    -
    -	if ( dlen > 160 ) {
    -		ENGINEerr(ZENCOD_F_ZENCOD_DSA_DO_SIGN, ZENCOD_R_REQUEST_FAILED);
    -		goto FAILED;
    -	}
    -
    -	/* Do in software if argument is too large for hardware */
    -	if ( BN_num_bits(dsa->p) > ZENBRIDGE_MAX_KEYSIZE_DSA_SIGN ||
    -		BN_num_bits(dsa->g) > ZENBRIDGE_MAX_KEYSIZE_DSA_SIGN ) {
    -		const DSA_METHOD *meth;
    -		ENGINEerr(ZENCOD_F_ZENCOD_DSA_DO_SIGN, ZENCOD_R_BAD_KEY_COMPONENTS);
    -		meth = DSA_OpenSSL();
    -		return meth->dsa_do_sign(dgst, dlen, dsa);
    -	}
    -
    -	if ( !(bn_s = BN_new()) || !(bn_r = BN_new()) ) {
    -		ENGINEerr(ZENCOD_F_ZENCOD_DSA_DO_SIGN, ZENCOD_R_BAD_KEY_COMPONENTS);
    -		goto FAILED;
    -	}
    -
    -	if ( !bn_expand(bn_r, 160) || !bn_expand(bn_s, 160) ) {
    -		ENGINEerr(ZENCOD_F_ZENCOD_DSA_DO_SIGN, ZENCOD_R_BN_EXPAND_FAIL);
    -		goto FAILED;
    -	}
    -
    -	bn_r->top = bn_s->top = (160 + BN_BITS2 - 1) / BN_BITS2;
    -	BIGNUM2ZEN ( &p, dsa->p ) ;
    -	BIGNUM2ZEN ( &q, dsa->q ) ;
    -	BIGNUM2ZEN ( &g, dsa->g ) ;
    -	BIGNUM2ZEN ( &x, dsa->priv_key ) ;
    -	BIGNUM2ZEN ( &y, dsa->pub_key ) ;
    -	BIGNUM2ZEN ( &r, bn_r ) ;
    -	BIGNUM2ZEN ( &s, bn_s ) ;
    -	q.len = x.len = 160;
    -
    -	ypcmem(msg, dgst, 20);
    -	ptr_zencod_init_number ( &data, 160, msg ) ;
    -
    -	if ( ptr_zencod_dsa_do_sign ( 0, &data, &y, &p, &q, &g, &x, &r, &s ) < 0 ) {
    -		PERROR("zenbridge_dsa_do_sign");
    -		ENGINEerr(ZENCOD_F_ZENCOD_DSA_DO_SIGN, ZENCOD_R_REQUEST_FAILED);
    -		goto FAILED;
    -	}
    -
    -	if ( !( sig = DSA_SIG_new () ) ) {
    -		ENGINEerr(ZENCOD_F_ZENCOD_DSA_DO_SIGN, ZENCOD_R_REQUEST_FAILED);
    -		goto FAILED;
    -	}
    -	sig->r = bn_r;
    -	sig->s = bn_s;
    -	return sig;
    +    zen_nb_t p, q, g, x, y, r, s, data;
    +    DSA_SIG *sig;
    +    BIGNUM *bn_r = NULL;
    +    BIGNUM *bn_s = NULL;
    +    char msg[20];
    +
    +    CHEESE();
    +
    +    if (!zencod_dso) {
    +        ENGINEerr(ZENCOD_F_ZENCOD_DSA_DO_SIGN, ZENCOD_R_NOT_LOADED);
    +        goto FAILED;
    +    }
    +
    +    if (dlen > 160) {
    +        ENGINEerr(ZENCOD_F_ZENCOD_DSA_DO_SIGN, ZENCOD_R_REQUEST_FAILED);
    +        goto FAILED;
    +    }
    +
    +    /* Do in software if argument is too large for hardware */
    +    if (BN_num_bits(dsa->p) > ZENBRIDGE_MAX_KEYSIZE_DSA_SIGN ||
    +        BN_num_bits(dsa->g) > ZENBRIDGE_MAX_KEYSIZE_DSA_SIGN) {
    +        const DSA_METHOD *meth;
    +        ENGINEerr(ZENCOD_F_ZENCOD_DSA_DO_SIGN, ZENCOD_R_BAD_KEY_COMPONENTS);
    +        meth = DSA_OpenSSL();
    +        return meth->dsa_do_sign(dgst, dlen, dsa);
    +    }
    +
    +    if (!(bn_s = BN_new()) || !(bn_r = BN_new())) {
    +        ENGINEerr(ZENCOD_F_ZENCOD_DSA_DO_SIGN, ZENCOD_R_BAD_KEY_COMPONENTS);
    +        goto FAILED;
    +    }
    +
    +    if (!bn_expand(bn_r, 160) || !bn_expand(bn_s, 160)) {
    +        ENGINEerr(ZENCOD_F_ZENCOD_DSA_DO_SIGN, ZENCOD_R_BN_EXPAND_FAIL);
    +        goto FAILED;
    +    }
    +
    +    bn_r->top = bn_s->top = (160 + BN_BITS2 - 1) / BN_BITS2;
    +    BIGNUM2ZEN(&p, dsa->p);
    +    BIGNUM2ZEN(&q, dsa->q);
    +    BIGNUM2ZEN(&g, dsa->g);
    +    BIGNUM2ZEN(&x, dsa->priv_key);
    +    BIGNUM2ZEN(&y, dsa->pub_key);
    +    BIGNUM2ZEN(&r, bn_r);
    +    BIGNUM2ZEN(&s, bn_s);
    +    q.len = x.len = 160;
    +
    +    ypcmem(msg, dgst, 20);
    +    ptr_zencod_init_number(&data, 160, msg);
    +
    +    if (ptr_zencod_dsa_do_sign(0, &data, &y, &p, &q, &g, &x, &r, &s) < 0) {
    +        PERROR("zenbridge_dsa_do_sign");
    +        ENGINEerr(ZENCOD_F_ZENCOD_DSA_DO_SIGN, ZENCOD_R_REQUEST_FAILED);
    +        goto FAILED;
    +    }
    +
    +    if (!(sig = DSA_SIG_new())) {
    +        ENGINEerr(ZENCOD_F_ZENCOD_DSA_DO_SIGN, ZENCOD_R_REQUEST_FAILED);
    +        goto FAILED;
    +    }
    +    sig->r = bn_r;
    +    sig->s = bn_s;
    +    return sig;
     
      FAILED:
    -	if (bn_r)
    -		BN_free(bn_r);
    -	if (bn_s)
    -		BN_free(bn_s);
    -	return NULL;
    +    if (bn_r)
    +        BN_free(bn_r);
    +    if (bn_s)
    +        BN_free(bn_s);
    +    return NULL;
     }
     
    -
    -static int DSA_zencod_do_verify ( const unsigned char *dgst, int dlen, DSA_SIG *sig, DSA *dsa )
    +static int DSA_zencod_do_verify(const unsigned char *dgst, int dlen,
    +                                DSA_SIG *sig, DSA *dsa)
     {
    -	zen_nb_t data, p, q, g, y, r, s, v;
    -	char msg[20];
    -	char v_data[20];
    -	int ret;
    -
    -	CHEESE();
    -
    -	if ( !zencod_dso ) {
    -		ENGINEerr(ZENCOD_F_ZENCOD_DSA_DO_VERIFY, ZENCOD_R_NOT_LOADED);
    -		return 0;
    -	}
    -
    -	if ( dlen > 160 ) {
    -		ENGINEerr(ZENCOD_F_ZENCOD_DSA_DO_SIGN, ZENCOD_R_REQUEST_FAILED);
    -		return 0;
    -	}
    -
    -	/* Do in software if argument is too large for hardware */
    -	if ( BN_num_bits(dsa->p) > ZENBRIDGE_MAX_KEYSIZE_DSA_SIGN ||
    -		BN_num_bits(dsa->g) > ZENBRIDGE_MAX_KEYSIZE_DSA_SIGN ) {
    -		const DSA_METHOD *meth;
    -		ENGINEerr(ZENCOD_F_ZENCOD_DSA_DO_SIGN, ZENCOD_R_BAD_KEY_COMPONENTS);
    -		meth = DSA_OpenSSL();
    -		return meth->dsa_do_verify(dgst, dlen, sig, dsa);
    -	}
    -
    -	BIGNUM2ZEN ( &p, dsa->p ) ;
    -	BIGNUM2ZEN ( &q, dsa->q ) ;
    -	BIGNUM2ZEN ( &g, dsa->g ) ;
    -	BIGNUM2ZEN ( &y, dsa->pub_key ) ;
    -	BIGNUM2ZEN ( &r, sig->r ) ;
    -	BIGNUM2ZEN ( &s, sig->s ) ;
    -	ptr_zencod_init_number ( &v, 160, v_data ) ;
    -	ypcmem(msg, dgst, 20);
    -	ptr_zencod_init_number ( &data, 160, msg ) ;
    -
    -	if ( ( ret = ptr_zencod_dsa_do_verify ( 0, &data, &p, &q, &g, &y, &r, &s, &v ) ) < 0 ) {
    -		PERROR("zenbridge_dsa_do_verify");
    -		ENGINEerr(ZENCOD_F_ZENCOD_DSA_DO_VERIFY, ZENCOD_R_REQUEST_FAILED);
    -		return 0;
    -	}
    -
    -	return ( ( ret == 0 ) ? 1 : ret ) ;
    +    zen_nb_t data, p, q, g, y, r, s, v;
    +    char msg[20];
    +    char v_data[20];
    +    int ret;
    +
    +    CHEESE();
    +
    +    if (!zencod_dso) {
    +        ENGINEerr(ZENCOD_F_ZENCOD_DSA_DO_VERIFY, ZENCOD_R_NOT_LOADED);
    +        return 0;
    +    }
    +
    +    if (dlen > 160) {
    +        ENGINEerr(ZENCOD_F_ZENCOD_DSA_DO_SIGN, ZENCOD_R_REQUEST_FAILED);
    +        return 0;
    +    }
    +
    +    /* Do in software if argument is too large for hardware */
    +    if (BN_num_bits(dsa->p) > ZENBRIDGE_MAX_KEYSIZE_DSA_SIGN ||
    +        BN_num_bits(dsa->g) > ZENBRIDGE_MAX_KEYSIZE_DSA_SIGN) {
    +        const DSA_METHOD *meth;
    +        ENGINEerr(ZENCOD_F_ZENCOD_DSA_DO_SIGN, ZENCOD_R_BAD_KEY_COMPONENTS);
    +        meth = DSA_OpenSSL();
    +        return meth->dsa_do_verify(dgst, dlen, sig, dsa);
    +    }
    +
    +    BIGNUM2ZEN(&p, dsa->p);
    +    BIGNUM2ZEN(&q, dsa->q);
    +    BIGNUM2ZEN(&g, dsa->g);
    +    BIGNUM2ZEN(&y, dsa->pub_key);
    +    BIGNUM2ZEN(&r, sig->r);
    +    BIGNUM2ZEN(&s, sig->s);
    +    ptr_zencod_init_number(&v, 160, v_data);
    +    ypcmem(msg, dgst, 20);
    +    ptr_zencod_init_number(&data, 160, msg);
    +
    +    if ((ret =
    +         ptr_zencod_dsa_do_verify(0, &data, &p, &q, &g, &y, &r, &s,
    +                                  &v)) < 0) {
    +        PERROR("zenbridge_dsa_do_verify");
    +        ENGINEerr(ZENCOD_F_ZENCOD_DSA_DO_VERIFY, ZENCOD_R_REQUEST_FAILED);
    +        return 0;
    +    }
    +
    +    return ((ret == 0) ? 1 : ret);
     }
     
    -
    -static int DSA_zencod_bn_mod_exp ( DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p, const BIGNUM *m,
    -			     BN_CTX *ctx, BN_MONT_CTX *m_ctx )
    +static int DSA_zencod_bn_mod_exp(DSA *dsa, BIGNUM *r, BIGNUM *a,
    +                                 const BIGNUM *p, const BIGNUM *m,
    +                                 BN_CTX *ctx, BN_MONT_CTX *m_ctx)
     {
    -	CHEESE () ;
    +    CHEESE();
     
    -	return zencod_bn_mod_exp ( r, a, p, m, ctx ) ;
    +    return zencod_bn_mod_exp(r, a, p, m, ctx);
     }
    -#endif /* !OPENSSL_NO_DSA */
    +#  endif                        /* !OPENSSL_NO_DSA */
     
    -
    -#ifndef OPENSSl_NO_DH
    -/* DH stuff Functions
    +#  ifndef OPENSSl_NO_DH
    +/*
    + * DH stuff Functions
      */
    -static int DH_zencod_generate_key ( DH *dh )
    +static int DH_zencod_generate_key(DH *dh)
     {
    -	BIGNUM *bn_prv = NULL;
    -	BIGNUM *bn_pub = NULL;
    -	zen_nb_t y, x, g, p;
    -	int generate_x;
    -
    -	CHEESE();
    -
    -	if ( !zencod_dso ) {
    -		ENGINEerr(ZENCOD_F_ZENCOD_DH_GENERATE, ZENCOD_R_NOT_LOADED);
    -		return 0;
    -	}
    -
    -	/* Private key */
    -	if ( dh->priv_key ) {
    -		bn_prv = dh->priv_key;
    -		generate_x = 0;
    -	} else {
    -		if (!(bn_prv = BN_new())) {
    -			ENGINEerr(ZENCOD_F_ZENCOD_DH_GENERATE, ZENCOD_R_BN_EXPAND_FAIL);
    -			goto FAILED;
    -		}
    -		generate_x = 1;
    -	}
    -
    -	/* Public key */
    -	if ( dh->pub_key )
    -		bn_pub = dh->pub_key;
    -	else
    -		if ( !( bn_pub = BN_new () ) ) {
    -			ENGINEerr(ZENCOD_F_ZENCOD_DH_GENERATE, ZENCOD_R_BN_EXPAND_FAIL);
    -			goto FAILED;
    -		}
    -
    -	/* Expand */
    -	if ( !bn_wexpand ( bn_prv, dh->p->dmax ) ||
    -	    !bn_wexpand ( bn_pub, dh->p->dmax ) ) {
    -		ENGINEerr(ZENCOD_F_ZENCOD_DH_GENERATE, ZENCOD_R_BN_EXPAND_FAIL);
    -		goto FAILED;
    -	}
    -	bn_prv->top = dh->p->top;
    -	bn_pub->top = dh->p->top;
    -
    -	/* Convert all keys */
    -	BIGNUM2ZEN ( &p, dh->p ) ;
    -	BIGNUM2ZEN ( &g, dh->g ) ;
    -	BIGNUM2ZEN ( &y, bn_pub ) ;
    -	BIGNUM2ZEN ( &x, bn_prv ) ;
    -	x.len = DH_size(dh) * 8;
    -
    -	/* Adjust the lengths of P and G */
    -	p.len = ptr_zencod_bytes2bits ( p.data, ZEN_BYTES ( p.len ) ) ;
    -	g.len = ptr_zencod_bytes2bits ( g.data, ZEN_BYTES ( g.len ) ) ;
    -
    -	/* Send the request to the driver */
    -	if ( ptr_zencod_dh_generate_key ( &y, &x, &g, &p, generate_x ) < 0 ) {
    -		perror("zenbridge_dh_generate_key");
    -		ENGINEerr(ZENCOD_F_ZENCOD_DH_GENERATE, ZENCOD_R_REQUEST_FAILED);
    -		goto FAILED;
    -	}
    -
    -	dh->priv_key = bn_prv;
    -	dh->pub_key  = bn_pub;
    -
    -	return 1;
    +    BIGNUM *bn_prv = NULL;
    +    BIGNUM *bn_pub = NULL;
    +    zen_nb_t y, x, g, p;
    +    int generate_x;
    +
    +    CHEESE();
    +
    +    if (!zencod_dso) {
    +        ENGINEerr(ZENCOD_F_ZENCOD_DH_GENERATE, ZENCOD_R_NOT_LOADED);
    +        return 0;
    +    }
    +
    +    /* Private key */
    +    if (dh->priv_key) {
    +        bn_prv = dh->priv_key;
    +        generate_x = 0;
    +    } else {
    +        if (!(bn_prv = BN_new())) {
    +            ENGINEerr(ZENCOD_F_ZENCOD_DH_GENERATE, ZENCOD_R_BN_EXPAND_FAIL);
    +            goto FAILED;
    +        }
    +        generate_x = 1;
    +    }
    +
    +    /* Public key */
    +    if (dh->pub_key)
    +        bn_pub = dh->pub_key;
    +    else if (!(bn_pub = BN_new())) {
    +        ENGINEerr(ZENCOD_F_ZENCOD_DH_GENERATE, ZENCOD_R_BN_EXPAND_FAIL);
    +        goto FAILED;
    +    }
    +
    +    /* Expand */
    +    if (!bn_wexpand(bn_prv, dh->p->dmax) || !bn_wexpand(bn_pub, dh->p->dmax)) {
    +        ENGINEerr(ZENCOD_F_ZENCOD_DH_GENERATE, ZENCOD_R_BN_EXPAND_FAIL);
    +        goto FAILED;
    +    }
    +    bn_prv->top = dh->p->top;
    +    bn_pub->top = dh->p->top;
    +
    +    /* Convert all keys */
    +    BIGNUM2ZEN(&p, dh->p);
    +    BIGNUM2ZEN(&g, dh->g);
    +    BIGNUM2ZEN(&y, bn_pub);
    +    BIGNUM2ZEN(&x, bn_prv);
    +    x.len = DH_size(dh) * 8;
    +
    +    /* Adjust the lengths of P and G */
    +    p.len = ptr_zencod_bytes2bits(p.data, ZEN_BYTES(p.len));
    +    g.len = ptr_zencod_bytes2bits(g.data, ZEN_BYTES(g.len));
    +
    +    /* Send the request to the driver */
    +    if (ptr_zencod_dh_generate_key(&y, &x, &g, &p, generate_x) < 0) {
    +        perror("zenbridge_dh_generate_key");
    +        ENGINEerr(ZENCOD_F_ZENCOD_DH_GENERATE, ZENCOD_R_REQUEST_FAILED);
    +        goto FAILED;
    +    }
    +
    +    dh->priv_key = bn_prv;
    +    dh->pub_key = bn_pub;
    +
    +    return 1;
     
      FAILED:
    -	if (!dh->priv_key && bn_prv)
    -		BN_free(bn_prv);
    -	if (!dh->pub_key && bn_pub)
    -		BN_free(bn_pub);
    +    if (!dh->priv_key && bn_prv)
    +        BN_free(bn_prv);
    +    if (!dh->pub_key && bn_pub)
    +        BN_free(bn_pub);
     
    -	return 0;
    +    return 0;
     }
     
    -
    -static int DH_zencod_compute_key ( unsigned char *key, const BIGNUM *pub_key, DH *dh )
    +static int DH_zencod_compute_key(unsigned char *key, const BIGNUM *pub_key,
    +                                 DH *dh)
     {
    -	zen_nb_t y, x, p, k;
    -
    -	CHEESE();
    -
    -	if ( !zencod_dso ) {
    -		ENGINEerr(ZENCOD_F_ZENCOD_DH_COMPUTE, ZENCOD_R_NOT_LOADED);
    -		return 0;
    -	}
    -
    -	if ( !dh->priv_key ) {
    -		ENGINEerr(ZENCOD_F_ZENCOD_DH_COMPUTE, ZENCOD_R_BAD_KEY_COMPONENTS);
    -		return 0;
    -	}
    -
    -	/* Convert all keys */
    -	BIGNUM2ZEN ( &y, pub_key ) ;
    -	BIGNUM2ZEN ( &x, dh->priv_key ) ;
    -	BIGNUM2ZEN ( &p, dh->p ) ;
    -	ptr_zencod_init_number ( &k, p.len, key ) ;
    -
    -	/* Adjust the lengths */
    -	p.len = ptr_zencod_bytes2bits ( p.data, ZEN_BYTES ( p.len ) ) ;
    -	y.len = ptr_zencod_bytes2bits ( y.data, ZEN_BYTES ( y.len ) ) ;
    -	x.len = ptr_zencod_bytes2bits ( x.data, ZEN_BYTES ( x.len ) ) ;
    -
    -	/* Call the hardware */
    -	if ( ptr_zencod_dh_compute_key ( &k, &y, &x, &p ) < 0 ) {
    -		ENGINEerr(ZENCOD_F_ZENCOD_DH_COMPUTE, ZENCOD_R_REQUEST_FAILED);
    -		return 0;
    -	}
    -
    -	/* The key must be written MSB -> LSB */
    -	k.len = ptr_zencod_bytes2bits ( k.data, ZEN_BYTES ( k.len ) ) ;
    -	esrever ( key, ZEN_BYTES ( k.len ) ) ;
    -
    -	return ZEN_BYTES ( k.len ) ;
    +    zen_nb_t y, x, p, k;
    +
    +    CHEESE();
    +
    +    if (!zencod_dso) {
    +        ENGINEerr(ZENCOD_F_ZENCOD_DH_COMPUTE, ZENCOD_R_NOT_LOADED);
    +        return 0;
    +    }
    +
    +    if (!dh->priv_key) {
    +        ENGINEerr(ZENCOD_F_ZENCOD_DH_COMPUTE, ZENCOD_R_BAD_KEY_COMPONENTS);
    +        return 0;
    +    }
    +
    +    /* Convert all keys */
    +    BIGNUM2ZEN(&y, pub_key);
    +    BIGNUM2ZEN(&x, dh->priv_key);
    +    BIGNUM2ZEN(&p, dh->p);
    +    ptr_zencod_init_number(&k, p.len, key);
    +
    +    /* Adjust the lengths */
    +    p.len = ptr_zencod_bytes2bits(p.data, ZEN_BYTES(p.len));
    +    y.len = ptr_zencod_bytes2bits(y.data, ZEN_BYTES(y.len));
    +    x.len = ptr_zencod_bytes2bits(x.data, ZEN_BYTES(x.len));
    +
    +    /* Call the hardware */
    +    if (ptr_zencod_dh_compute_key(&k, &y, &x, &p) < 0) {
    +        ENGINEerr(ZENCOD_F_ZENCOD_DH_COMPUTE, ZENCOD_R_REQUEST_FAILED);
    +        return 0;
    +    }
    +
    +    /* The key must be written MSB -> LSB */
    +    k.len = ptr_zencod_bytes2bits(k.data, ZEN_BYTES(k.len));
    +    esrever(key, ZEN_BYTES(k.len));
    +
    +    return ZEN_BYTES(k.len);
     }
     
    -
    -static int DH_zencod_bn_mod_exp ( const DH *dh, BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
    -		BN_MONT_CTX *m_ctx )
    +static int DH_zencod_bn_mod_exp(const DH *dh, BIGNUM *r, const BIGNUM *a,
    +                                const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
    +                                BN_MONT_CTX *m_ctx)
     {
    -	CHEESE () ;
    +    CHEESE();
     
    -	return zencod_bn_mod_exp ( r, a, p, m, ctx ) ;
    +    return zencod_bn_mod_exp(r, a, p, m, ctx);
     }
    -#endif	/* !OPENSSL_NO_DH */
    -
    +#  endif                        /* !OPENSSL_NO_DH */
     
    -/* RAND stuff Functions
    +/*
    + * RAND stuff Functions
      */
    -static void RAND_zencod_seed ( const void *buf, int num )
    +static void RAND_zencod_seed(const void *buf, int num)
     {
    -	/* Nothing to do cause our crypto accelerator provide a true random generator */
    +    /*
    +     * Nothing to do cause our crypto accelerator provide a true random
    +     * generator
    +     */
     }
     
    -
    -static int RAND_zencod_rand_bytes ( unsigned char *buf, int num )
    +static int RAND_zencod_rand_bytes(unsigned char *buf, int num)
     {
    -	zen_nb_t r;
    +    zen_nb_t r;
     
    -	CHEESE();
    +    CHEESE();
     
    -	if ( !zencod_dso ) {
    -		ENGINEerr(ZENCOD_F_ZENCOD_RAND, ZENCOD_R_NOT_LOADED);
    -		return 0;
    -	}
    +    if (!zencod_dso) {
    +        ENGINEerr(ZENCOD_F_ZENCOD_RAND, ZENCOD_R_NOT_LOADED);
    +        return 0;
    +    }
     
    -	ptr_zencod_init_number ( &r, num * 8, buf ) ;
    +    ptr_zencod_init_number(&r, num * 8, buf);
     
    -	if ( ptr_zencod_rand_bytes ( &r, ZENBRIDGE_RNG_DIRECT ) < 0 ) {
    -		PERROR("zenbridge_rand_bytes");
    -		ENGINEerr(ZENCOD_F_ZENCOD_RAND, ZENCOD_R_REQUEST_FAILED);
    -		return 0;
    -	}
    +    if (ptr_zencod_rand_bytes(&r, ZENBRIDGE_RNG_DIRECT) < 0) {
    +        PERROR("zenbridge_rand_bytes");
    +        ENGINEerr(ZENCOD_F_ZENCOD_RAND, ZENCOD_R_REQUEST_FAILED);
    +        return 0;
    +    }
     
    -	return 1;
    +    return 1;
     }
     
    -
    -static int RAND_zencod_rand_status ( void )
    +static int RAND_zencod_rand_status(void)
     {
    -	CHEESE () ;
    +    CHEESE();
     
    -	return 1;
    +    return 1;
     }
     
    -
    -/* This stuff is needed if this ENGINE is being compiled into a self-contained
    - * shared-library.
    +/*
    + * This stuff is needed if this ENGINE is being compiled into a
    + * self-contained shared-library.
      */
    -#ifdef ENGINE_DYNAMIC_SUPPORT
    -static int bind_fn ( ENGINE *e, const char *id )
    +#  ifdef ENGINE_DYNAMIC_SUPPORT
    +static int bind_fn(ENGINE *e, const char *id)
     {
     
    -	if ( id && ( strcmp ( id, engine_zencod_id ) != 0 ) ) {
    -		return 0 ;
    -	}
    -	if ( !bind_helper ( e ) )  {
    -		return 0 ;
    -	}
    +    if (id && (strcmp(id, engine_zencod_id) != 0)) {
    +        return 0;
    +    }
    +    if (!bind_helper(e)) {
    +        return 0;
    +    }
     
    -	return 1 ;
    +    return 1;
     }
     
    -IMPLEMENT_DYNAMIC_CHECK_FN ()
    -IMPLEMENT_DYNAMIC_BIND_FN ( bind_fn )
    -#endif /* ENGINE_DYNAMIC_SUPPORT */
    -
    -
    -
    -
    -/*
    - * Adding "Digest" and "Cipher" tools ...
    - * This is in development ... ;-)
    - * In orfer to code this, i refer to hw_openbsd_dev_crypto and openssl engine made by Geoff Thorpe (if i'm rigth),
    - * and evp, sha md5 definitions etc ...
    - */
    +IMPLEMENT_DYNAMIC_CHECK_FN()
    +    IMPLEMENT_DYNAMIC_BIND_FN(bind_fn)
    +#  endif                        /* ENGINE_DYNAMIC_SUPPORT */
    +    /*
    +     * Adding "Digest" and "Cipher" tools ...
    +     * This is in development ... ;-)
    +     * In orfer to code this, i refer to hw_openbsd_dev_crypto and openssl engine made by Geoff Thorpe (if i'm rigth),
    +     * and evp, sha md5 definitions etc ...
    +     */
     /* First add some include ... */
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -
    -
    +#  include 
    +#  include 
    +#  include 
    +#  include 
    +#  include 
     /* Some variables declaration ... */
    -/* DONS:
    - * Disable symetric computation except DES and 3DES, but let part of the code
    - */
    +    /*
    +     * DONS: Disable symetric computation except DES and 3DES, but let part
    +     * of the code
    +     */
     /* static int engine_digest_nids [ ] = { NID_sha1, NID_md5 } ; */
    -static int engine_digest_nids [ ] = {  } ;
    -static int engine_digest_nids_num = 0 ;
    -/* static int engine_cipher_nids [ ] = { NID_rc4, NID_rc4_40, NID_des_cbc, NID_des_ede3_cbc } ; */
    -static int engine_cipher_nids [ ] = { NID_des_cbc, NID_des_ede3_cbc } ;
    -static int engine_cipher_nids_num = 2 ;
    +static int engine_digest_nids[] = { };
     
    +static int engine_digest_nids_num = 0;
    +/*
    + * static int engine_cipher_nids [ ] = { NID_rc4, NID_rc4_40, NID_des_cbc,
    + * NID_des_ede3_cbc } ;
    + */
    +static int engine_cipher_nids[] = { NID_des_cbc, NID_des_ede3_cbc };
    +
    +static int engine_cipher_nids_num = 2;
     
     /* Function prototype ... */
     /*  SHA stuff */
    -static int engine_sha1_init ( EVP_MD_CTX *ctx ) ;
    -static int engine_sha1_update ( EVP_MD_CTX *ctx, const void *data, unsigned long count ) ;
    -static int engine_sha1_final ( EVP_MD_CTX *ctx, unsigned char *md ) ;
    +static int engine_sha1_init(EVP_MD_CTX *ctx);
    +static int engine_sha1_update(EVP_MD_CTX *ctx, const void *data,
    +                              unsigned long count);
    +static int engine_sha1_final(EVP_MD_CTX *ctx, unsigned char *md);
     
     /*  MD5 stuff */
    -static int engine_md5_init ( EVP_MD_CTX *ctx ) ;
    -static int engine_md5_update ( EVP_MD_CTX *ctx, const void *data, unsigned long count ) ;
    -static int engine_md5_final ( EVP_MD_CTX *ctx, unsigned char *md ) ;
    -
    -static int engine_md_cleanup ( EVP_MD_CTX *ctx ) ;
    -static int engine_md_copy ( EVP_MD_CTX *to, const EVP_MD_CTX *from ) ;
    +static int engine_md5_init(EVP_MD_CTX *ctx);
    +static int engine_md5_update(EVP_MD_CTX *ctx, const void *data,
    +                             unsigned long count);
    +static int engine_md5_final(EVP_MD_CTX *ctx, unsigned char *md);
     
    +static int engine_md_cleanup(EVP_MD_CTX *ctx);
    +static int engine_md_copy(EVP_MD_CTX *to, const EVP_MD_CTX *from);
     
     /* RC4 Stuff */
    -static int engine_rc4_init_key ( EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc ) ;
    -static int engine_rc4_cipher ( EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl ) ;
    +static int engine_rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    +                               const unsigned char *iv, int enc);
    +static int engine_rc4_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                             const unsigned char *in, unsigned int inl);
     
     /* DES Stuff */
    -static int engine_des_init_key ( EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc ) ;
    -static int engine_des_cbc_cipher ( EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl ) ;
    +static int engine_des_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    +                               const unsigned char *iv, int enc);
    +static int engine_des_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                                 const unsigned char *in, unsigned int inl);
     
     /*  3DES Stuff */
    -static int engine_des_ede3_init_key ( EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc ) ;
    -static int engine_des_ede3_cbc_cipher ( EVP_CIPHER_CTX *ctx, unsigned char *out,const unsigned char *in, unsigned int inl ) ;
    -
    -static int engine_cipher_cleanup ( EVP_CIPHER_CTX *ctx ) ;	/* cleanup ctx */
    +static int engine_des_ede3_init_key(EVP_CIPHER_CTX *ctx,
    +                                    const unsigned char *key,
    +                                    const unsigned char *iv, int enc);
    +static int engine_des_ede3_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                                      const unsigned char *in,
    +                                      unsigned int inl);
     
    +static int engine_cipher_cleanup(EVP_CIPHER_CTX *ctx); /* cleanup ctx */
     
     /* The one for SHA ... */
    -static const EVP_MD engine_sha1_md =
    -{
    -	NID_sha1,
    -	NID_sha1WithRSAEncryption,
    -	SHA_DIGEST_LENGTH,
    -	EVP_MD_FLAG_ONESHOT,
    -	/* 0, */			/* EVP_MD_FLAG_ONESHOT = x0001 digest can only handle a single block
    -				* XXX: set according to device info ... */
    -	engine_sha1_init,
    -	engine_sha1_update,
    -	engine_sha1_final,
    -	engine_md_copy,		/* dev_crypto_sha_copy */
    -	engine_md_cleanup,		/* dev_crypto_sha_cleanup */
    -	EVP_PKEY_RSA_method,
    -	SHA_CBLOCK,
    -	/* sizeof ( EVP_MD * ) + sizeof ( SHA_CTX ) */
    -	sizeof ( ZEN_MD_DATA )
    -	/* sizeof ( MD_CTX_DATA )	The message digest data structure ... */
    -} ;
    +static const EVP_MD engine_sha1_md = {
    +    NID_sha1,
    +    NID_sha1WithRSAEncryption,
    +    SHA_DIGEST_LENGTH,
    +    EVP_MD_FLAG_ONESHOT,
    +    /*
    +     * 0,
    +     *//*
    +     * EVP_MD_FLAG_ONESHOT = x0001 digest can only handle a single block *
    +     * XXX: set according to device info ...
    +     */
    +    engine_sha1_init,
    +    engine_sha1_update,
    +    engine_sha1_final,
    +    engine_md_copy,             /* dev_crypto_sha_copy */
    +    engine_md_cleanup,          /* dev_crypto_sha_cleanup */
    +    EVP_PKEY_RSA_method,
    +    SHA_CBLOCK,
    +    /* sizeof ( EVP_MD * ) + sizeof ( SHA_CTX ) */
    +    sizeof(ZEN_MD_DATA)
    +        /*
    +         * sizeof ( MD_CTX_DATA ) The message digest data structure ...
    +         */
    +};
     
     /* The one for MD5 ... */
    -static const EVP_MD engine_md5_md =
    -{
    -	NID_md5,
    -	NID_md5WithRSAEncryption,
    -	MD5_DIGEST_LENGTH,
    -	EVP_MD_FLAG_ONESHOT,
    -	/* 0, */			/* EVP_MD_FLAG_ONESHOT = x0001 digest can only handle a single block
    -				* XXX: set according to device info ... */
    -	engine_md5_init,
    -	engine_md5_update,
    -	engine_md5_final,
    -	engine_md_copy,		/* dev_crypto_md5_copy */
    -	engine_md_cleanup,		/* dev_crypto_md5_cleanup */
    -	EVP_PKEY_RSA_method,
    -	MD5_CBLOCK,
    -	/* sizeof ( EVP_MD * ) + sizeof ( MD5_CTX ) */
    -	sizeof ( ZEN_MD_DATA )
    -	/* sizeof ( MD_CTX_DATA )	The message digest data structure ... */
    -} ;
    -
    +static const EVP_MD engine_md5_md = {
    +    NID_md5,
    +    NID_md5WithRSAEncryption,
    +    MD5_DIGEST_LENGTH,
    +    EVP_MD_FLAG_ONESHOT,
    +    /*
    +     * 0,
    +     *//*
    +     * EVP_MD_FLAG_ONESHOT = x0001 digest can only handle a single block *
    +     * XXX: set according to device info ...
    +     */
    +    engine_md5_init,
    +    engine_md5_update,
    +    engine_md5_final,
    +    engine_md_copy,             /* dev_crypto_md5_copy */
    +    engine_md_cleanup,          /* dev_crypto_md5_cleanup */
    +    EVP_PKEY_RSA_method,
    +    MD5_CBLOCK,
    +    /* sizeof ( EVP_MD * ) + sizeof ( MD5_CTX ) */
    +    sizeof(ZEN_MD_DATA)
    +        /*
    +         * sizeof ( MD_CTX_DATA ) The message digest data structure ...
    +         */
    +};
     
     /* The one for RC4 ... */
    -#define EVP_RC4_KEY_SIZE			16
    +#  define EVP_RC4_KEY_SIZE                        16
     
     /* Try something static ... */
    -typedef struct
    -{
    -	unsigned int len ;
    -	unsigned int first ;
    -	unsigned char rc4_state [ 260 ] ;
    -} NEW_ZEN_RC4_KEY ;
    -
    -#define rc4_data(ctx)				( (EVP_RC4_KEY *) ( ctx )->cipher_data )
    -
    -static const EVP_CIPHER engine_rc4 =
    -{
    -	NID_rc4,
    -	1,
    -	16,				/* EVP_RC4_KEY_SIZE should be 128 bits */
    -	0,				/* FIXME: key should be up to 256 bytes */
    -	EVP_CIPH_VARIABLE_LENGTH,
    -	engine_rc4_init_key,
    -	engine_rc4_cipher,
    -	engine_cipher_cleanup,
    -	sizeof ( NEW_ZEN_RC4_KEY ),
    -	NULL,
    -	NULL,
    -	NULL
    -} ;
    +typedef struct {
    +    unsigned int len;
    +    unsigned int first;
    +    unsigned char rc4_state[260];
    +} NEW_ZEN_RC4_KEY;
    +
    +#  define rc4_data(ctx)                           ( (EVP_RC4_KEY *) ( ctx )->cipher_data )
    +
    +static const EVP_CIPHER engine_rc4 = {
    +    NID_rc4,
    +    1,
    +    16,                         /* EVP_RC4_KEY_SIZE should be 128 bits */
    +    0,                          /* FIXME: key should be up to 256 bytes */
    +    EVP_CIPH_VARIABLE_LENGTH,
    +    engine_rc4_init_key,
    +    engine_rc4_cipher,
    +    engine_cipher_cleanup,
    +    sizeof(NEW_ZEN_RC4_KEY),
    +    NULL,
    +    NULL,
    +    NULL
    +};
     
     /* The one for RC4_40 ... */
    -static const EVP_CIPHER engine_rc4_40 =
    -{
    -	NID_rc4_40,
    -	1,
    -	5,				/* 40 bits */
    -	0,
    -	EVP_CIPH_VARIABLE_LENGTH,
    -	engine_rc4_init_key,
    -	engine_rc4_cipher,
    -	engine_cipher_cleanup,
    -	sizeof ( NEW_ZEN_RC4_KEY ),
    -	NULL,
    -	NULL,
    -	NULL
    -} ;
    +static const EVP_CIPHER engine_rc4_40 = {
    +    NID_rc4_40,
    +    1,
    +    5,                          /* 40 bits */
    +    0,
    +    EVP_CIPH_VARIABLE_LENGTH,
    +    engine_rc4_init_key,
    +    engine_rc4_cipher,
    +    engine_cipher_cleanup,
    +    sizeof(NEW_ZEN_RC4_KEY),
    +    NULL,
    +    NULL,
    +    NULL
    +};
     
     /* The one for DES ... */
     
     /* Try something static ... */
    -typedef struct
    -{
    -	unsigned char des_key [ 24 ] ;
    -	unsigned char des_iv [ 8 ] ;
    -} ZEN_DES_KEY ;
    -
    -static const EVP_CIPHER engine_des_cbc =
    -	{
    -	NID_des_cbc,
    -	8, 8, 8,
    -	0 | EVP_CIPH_CBC_MODE,
    -	engine_des_init_key,
    -	engine_des_cbc_cipher,
    -	engine_cipher_cleanup,
    -	sizeof(ZEN_DES_KEY),
    -	EVP_CIPHER_set_asn1_iv,
    -	EVP_CIPHER_get_asn1_iv,
    -	NULL,
    -	NULL
    -	};
    +typedef struct {
    +    unsigned char des_key[24];
    +    unsigned char des_iv[8];
    +} ZEN_DES_KEY;
    +
    +static const EVP_CIPHER engine_des_cbc = {
    +    NID_des_cbc,
    +    8, 8, 8,
    +    0 | EVP_CIPH_CBC_MODE,
    +    engine_des_init_key,
    +    engine_des_cbc_cipher,
    +    engine_cipher_cleanup,
    +    sizeof(ZEN_DES_KEY),
    +    EVP_CIPHER_set_asn1_iv,
    +    EVP_CIPHER_get_asn1_iv,
    +    NULL,
    +    NULL
    +};
     
     /* The one for 3DES ... */
     
     /* Try something static ... */
    -typedef struct
    -{
    -	unsigned char des3_key [ 24 ] ;
    -	unsigned char des3_iv [ 8 ] ;
    -} ZEN_3DES_KEY ;
    -
    -#define des_data(ctx)				 ( (DES_EDE_KEY *) ( ctx )->cipher_data )
    -
    -static const EVP_CIPHER engine_des_ede3_cbc =
    -	{
    -	NID_des_ede3_cbc,
    -	8, 8, 8,
    -	0 | EVP_CIPH_CBC_MODE,
    -	engine_des_ede3_init_key,
    -	engine_des_ede3_cbc_cipher,
    -	engine_cipher_cleanup,
    -	sizeof(ZEN_3DES_KEY),
    -	EVP_CIPHER_set_asn1_iv,
    -	EVP_CIPHER_get_asn1_iv,
    -	NULL,
    -	NULL
    -	};
    -
    +typedef struct {
    +    unsigned char des3_key[24];
    +    unsigned char des3_iv[8];
    +} ZEN_3DES_KEY;
    +
    +#  define des_data(ctx)                            ( (DES_EDE_KEY *) ( ctx )->cipher_data )
    +
    +static const EVP_CIPHER engine_des_ede3_cbc = {
    +    NID_des_ede3_cbc,
    +    8, 8, 8,
    +    0 | EVP_CIPH_CBC_MODE,
    +    engine_des_ede3_init_key,
    +    engine_des_ede3_cbc_cipher,
    +    engine_cipher_cleanup,
    +    sizeof(ZEN_3DES_KEY),
    +    EVP_CIPHER_set_asn1_iv,
    +    EVP_CIPHER_get_asn1_iv,
    +    NULL,
    +    NULL
    +};
     
     /* General function cloned on hw_openbsd_dev_crypto one ... */
    -static int engine_digests ( ENGINE *e, const EVP_MD **digest, const int **nids, int nid )
    +static int engine_digests(ENGINE *e, const EVP_MD **digest, const int **nids,
    +                          int nid)
     {
     
    -#ifdef DEBUG_ZENCOD_MD
    -	fprintf ( stderr, "\t=>Function : static int engine_digests () called !\n" ) ;
    -#endif
    -
    -	if ( !digest ) {
    -		/* We are returning a list of supported nids */
    -		*nids = engine_digest_nids ;
    -		return engine_digest_nids_num ;
    -	}
    -	/* We are being asked for a specific digest */
    -	if ( nid == NID_md5 ) {
    -		*digest = &engine_md5_md ;
    -	}
    -	else if ( nid == NID_sha1 ) {
    -		*digest = &engine_sha1_md ;
    -	}
    -	else {
    -		*digest = NULL ;
    -		return 0 ;
    -	}
    -	return 1 ;
    +#  ifdef DEBUG_ZENCOD_MD
    +    fprintf(stderr, "\t=>Function : static int engine_digests () called !\n");
    +#  endif
    +
    +    if (!digest) {
    +        /* We are returning a list of supported nids */
    +        *nids = engine_digest_nids;
    +        return engine_digest_nids_num;
    +    }
    +    /* We are being asked for a specific digest */
    +    if (nid == NID_md5) {
    +        *digest = &engine_md5_md;
    +    } else if (nid == NID_sha1) {
    +        *digest = &engine_sha1_md;
    +    } else {
    +        *digest = NULL;
    +        return 0;
    +    }
    +    return 1;
     }
     
    -
    -/* SHA stuff Functions
    +/*
    + * SHA stuff Functions
      */
    -static int engine_sha1_init ( EVP_MD_CTX *ctx )
    +static int engine_sha1_init(EVP_MD_CTX *ctx)
     {
     
    -	int to_return = 0 ;
    +    int to_return = 0;
     
    -	/* Test with zenbridge library ... */
    -	to_return = ptr_zencod_sha1_init ( (ZEN_MD_DATA *) ctx->md_data ) ;
    -	to_return = !to_return ;
    +    /* Test with zenbridge library ... */
    +    to_return = ptr_zencod_sha1_init((ZEN_MD_DATA *)ctx->md_data);
    +    to_return = !to_return;
     
    -	return to_return ;
    +    return to_return;
     }
     
    -
    -static int engine_sha1_update ( EVP_MD_CTX *ctx, const void *data, unsigned long count )
    +static int engine_sha1_update(EVP_MD_CTX *ctx, const void *data,
    +                              unsigned long count)
     {
     
    -	zen_nb_t input ;
    -	int to_return = 0 ;
    +    zen_nb_t input;
    +    int to_return = 0;
     
    -	/* Convert parameters ... */
    -	input.len = count ;
    -	input.data = (unsigned char *) data ;
    +    /* Convert parameters ... */
    +    input.len = count;
    +    input.data = (unsigned char *)data;
     
    -	/* Test with zenbridge library ... */
    -	to_return = ptr_zencod_sha1_update ( (ZEN_MD_DATA *) ctx->md_data, (const zen_nb_t *) &input ) ;
    -	to_return = !to_return ;
    +    /* Test with zenbridge library ... */
    +    to_return =
    +        ptr_zencod_sha1_update((ZEN_MD_DATA *)ctx->md_data,
    +                               (const zen_nb_t *)&input);
    +    to_return = !to_return;
     
    -	return to_return ;
    +    return to_return;
     }
     
    -
    -static int engine_sha1_final ( EVP_MD_CTX *ctx, unsigned char *md )
    +static int engine_sha1_final(EVP_MD_CTX *ctx, unsigned char *md)
     {
     
    -	zen_nb_t output ;
    -	int to_return = 0 ;
    +    zen_nb_t output;
    +    int to_return = 0;
     
    -	/* Convert parameters ... */
    -	output.len = SHA_DIGEST_LENGTH ;
    -	output.data = md ;
    +    /* Convert parameters ... */
    +    output.len = SHA_DIGEST_LENGTH;
    +    output.data = md;
     
    -	/* Test with zenbridge library ... */
    -	to_return = ptr_zencod_sha1_do_final ( (ZEN_MD_DATA *) ctx->md_data, (zen_nb_t *) &output ) ;
    -	to_return = !to_return ;
    +    /* Test with zenbridge library ... */
    +    to_return =
    +        ptr_zencod_sha1_do_final((ZEN_MD_DATA *)ctx->md_data,
    +                                 (zen_nb_t *) & output);
    +    to_return = !to_return;
     
    -	return to_return ;
    +    return to_return;
     }
     
    -
    -
    -/* MD5 stuff Functions
    +/*
    + * MD5 stuff Functions
      */
    -static int engine_md5_init ( EVP_MD_CTX *ctx )
    +static int engine_md5_init(EVP_MD_CTX *ctx)
     {
     
    -	int to_return = 0 ;
    +    int to_return = 0;
     
    -	/* Test with zenbridge library ... */
    -	to_return = ptr_zencod_md5_init ( (ZEN_MD_DATA *) ctx->md_data ) ;
    -	to_return = !to_return ;
    +    /* Test with zenbridge library ... */
    +    to_return = ptr_zencod_md5_init((ZEN_MD_DATA *)ctx->md_data);
    +    to_return = !to_return;
     
    -	return to_return ;
    +    return to_return;
     }
     
    -
    -static int engine_md5_update ( EVP_MD_CTX *ctx, const void *data, unsigned long count )
    +static int engine_md5_update(EVP_MD_CTX *ctx, const void *data,
    +                             unsigned long count)
     {
     
    -	zen_nb_t input ;
    -	int to_return = 0 ;
    +    zen_nb_t input;
    +    int to_return = 0;
     
    -	/* Convert parameters ... */
    -	input.len = count ;
    -	input.data = (unsigned char *) data ;
    +    /* Convert parameters ... */
    +    input.len = count;
    +    input.data = (unsigned char *)data;
     
    -	/* Test with zenbridge library ... */
    -	to_return = ptr_zencod_md5_update ( (ZEN_MD_DATA *) ctx->md_data, (const zen_nb_t *) &input ) ;
    -	to_return = !to_return ;
    +    /* Test with zenbridge library ... */
    +    to_return =
    +        ptr_zencod_md5_update((ZEN_MD_DATA *)ctx->md_data,
    +                              (const zen_nb_t *)&input);
    +    to_return = !to_return;
     
    -	return to_return ;
    +    return to_return;
     }
     
    -
    -static int engine_md5_final ( EVP_MD_CTX *ctx, unsigned char *md )
    +static int engine_md5_final(EVP_MD_CTX *ctx, unsigned char *md)
     {
     
    -	zen_nb_t output ;
    -	int to_return = 0 ;
    +    zen_nb_t output;
    +    int to_return = 0;
     
    -	/* Convert parameters ... */
    -	output.len = MD5_DIGEST_LENGTH ;
    -	output.data = md ;
    +    /* Convert parameters ... */
    +    output.len = MD5_DIGEST_LENGTH;
    +    output.data = md;
     
    -	/* Test with zenbridge library ... */
    -	to_return = ptr_zencod_md5_do_final ( (ZEN_MD_DATA *) ctx->md_data, (zen_nb_t *) &output ) ;
    -	to_return = !to_return ;
    +    /* Test with zenbridge library ... */
    +    to_return =
    +        ptr_zencod_md5_do_final((ZEN_MD_DATA *)ctx->md_data,
    +                                (zen_nb_t *) & output);
    +    to_return = !to_return;
     
    -	return to_return ;
    +    return to_return;
     }
     
    -
    -static int engine_md_cleanup ( EVP_MD_CTX *ctx )
    +static int engine_md_cleanup(EVP_MD_CTX *ctx)
     {
     
    -	ZEN_MD_DATA *zen_md_data = (ZEN_MD_DATA *) ctx->md_data ;
    +    ZEN_MD_DATA *zen_md_data = (ZEN_MD_DATA *)ctx->md_data;
     
    -	if ( zen_md_data->HashBuffer != NULL ) {
    -		OPENSSL_free ( zen_md_data->HashBuffer ) ;
    -		zen_md_data->HashBufferSize = 0 ;
    -		ctx->md_data = NULL ;
    -	}
    +    if (zen_md_data->HashBuffer != NULL) {
    +        OPENSSL_free(zen_md_data->HashBuffer);
    +        zen_md_data->HashBufferSize = 0;
    +        ctx->md_data = NULL;
    +    }
     
    -	return 1 ;
    +    return 1;
     }
     
    -
    -static int engine_md_copy ( EVP_MD_CTX *to, const EVP_MD_CTX *from )
    +static int engine_md_copy(EVP_MD_CTX *to, const EVP_MD_CTX *from)
     {
    -	const ZEN_MD_DATA *from_md = (ZEN_MD_DATA *) from->md_data ;
    -	ZEN_MD_DATA *to_md = (ZEN_MD_DATA *) to->md_data ;
    +    const ZEN_MD_DATA *from_md = (ZEN_MD_DATA *)from->md_data;
    +    ZEN_MD_DATA *to_md = (ZEN_MD_DATA *)to->md_data;
     
    -	to_md->HashBuffer = OPENSSL_malloc ( from_md->HashBufferSize ) ;
    -	memcpy ( to_md->HashBuffer, from_md->HashBuffer, from_md->HashBufferSize ) ;
    +    to_md->HashBuffer = OPENSSL_malloc(from_md->HashBufferSize);
    +    memcpy(to_md->HashBuffer, from_md->HashBuffer, from_md->HashBufferSize);
     
    -	return 1;
    +    return 1;
     }
     
    -
     /* General function cloned on hw_openbsd_dev_crypto one ... */
    -static int engine_ciphers ( ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid )
    +static int engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
    +                          const int **nids, int nid)
     {
     
    -	if ( !cipher ) {
    -		/* We are returning a list of supported nids */
    -		*nids = engine_cipher_nids ;
    -		return engine_cipher_nids_num ;
    -	}
    -	/* We are being asked for a specific cipher */
    -	if ( nid == NID_rc4 ) {
    -		*cipher = &engine_rc4 ;
    -	}
    -	else if ( nid == NID_rc4_40 ) {
    -		*cipher = &engine_rc4_40 ;
    -	}
    -	else if ( nid == NID_des_cbc ) {
    -		*cipher = &engine_des_cbc ;
    -	}
    -	else if ( nid == NID_des_ede3_cbc ) {
    -		*cipher = &engine_des_ede3_cbc ;
    -	}
    -	else {
    -		*cipher = NULL ;
    -		return 0 ;
    -	}
    -
    -	return 1 ;
    +    if (!cipher) {
    +        /* We are returning a list of supported nids */
    +        *nids = engine_cipher_nids;
    +        return engine_cipher_nids_num;
    +    }
    +    /* We are being asked for a specific cipher */
    +    if (nid == NID_rc4) {
    +        *cipher = &engine_rc4;
    +    } else if (nid == NID_rc4_40) {
    +        *cipher = &engine_rc4_40;
    +    } else if (nid == NID_des_cbc) {
    +        *cipher = &engine_des_cbc;
    +    } else if (nid == NID_des_ede3_cbc) {
    +        *cipher = &engine_des_ede3_cbc;
    +    } else {
    +        *cipher = NULL;
    +        return 0;
    +    }
    +
    +    return 1;
     }
     
    -
    -static int engine_rc4_init_key ( EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc )
    +static int engine_rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    +                               const unsigned char *iv, int enc)
     {
    -	int to_return = 0 ;
    -	int i = 0 ;
    -	int nb = 0 ;
    -	NEW_ZEN_RC4_KEY *tmp_rc4_key = NULL ;
    -
    -	tmp_rc4_key = (NEW_ZEN_RC4_KEY *) ( ctx->cipher_data ) ;
    -	tmp_rc4_key->first = 0 ;
    -	tmp_rc4_key->len = ctx->key_len ;
    -	tmp_rc4_key->rc4_state [ 0 ] = 0x00 ;
    -	tmp_rc4_key->rc4_state [ 2 ] = 0x00 ;
    -	nb = 256 / ctx->key_len ;
    -	for ( i = 0; i < nb ; i++ ) {
    -		memcpy ( &( tmp_rc4_key->rc4_state [ 4 + i*ctx->key_len ] ), key, ctx->key_len ) ;
    -	}
    -
    -	to_return = 1 ;
    -
    -	return to_return ;
    +    int to_return = 0;
    +    int i = 0;
    +    int nb = 0;
    +    NEW_ZEN_RC4_KEY *tmp_rc4_key = NULL;
    +
    +    tmp_rc4_key = (NEW_ZEN_RC4_KEY *) (ctx->cipher_data);
    +    tmp_rc4_key->first = 0;
    +    tmp_rc4_key->len = ctx->key_len;
    +    tmp_rc4_key->rc4_state[0] = 0x00;
    +    tmp_rc4_key->rc4_state[2] = 0x00;
    +    nb = 256 / ctx->key_len;
    +    for (i = 0; i < nb; i++) {
    +        memcpy(&(tmp_rc4_key->rc4_state[4 + i * ctx->key_len]), key,
    +               ctx->key_len);
    +    }
    +
    +    to_return = 1;
    +
    +    return to_return;
     }
     
    -
    -static int engine_rc4_cipher ( EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int in_len )
    +static int engine_rc4_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                             const unsigned char *in, unsigned int in_len)
     {
     
    -	zen_nb_t output, input ;
    -	zen_nb_t rc4key ;
    -	int to_return = 0 ;
    -	NEW_ZEN_RC4_KEY *tmp_rc4_key = NULL ;
    -
    -	/* Convert parameters ... */
    -	input.len = in_len ;
    -	input.data = (unsigned char *) in ;
    -	output.len = in_len ;
    -	output.data = (unsigned char *) out ;
    -
    -	tmp_rc4_key = ( (NEW_ZEN_RC4_KEY *) ( ctx->cipher_data ) ) ;
    -	rc4key.len = 260 ;
    -	rc4key.data = &( tmp_rc4_key->rc4_state [ 0 ] ) ;
    -
    -	/* Test with zenbridge library ... */
    -	to_return = ptr_zencod_rc4_cipher ( &output, &input, (const zen_nb_t *) &rc4key, &( tmp_rc4_key->rc4_state [0] ), &( tmp_rc4_key->rc4_state [3] ), !tmp_rc4_key->first ) ;
    -	to_return = !to_return ;
    -
    -	/* Update encryption state ... */
    -	tmp_rc4_key->first = 1 ;
    -	tmp_rc4_key = NULL ;
    -
    -	return to_return ;
    +    zen_nb_t output, input;
    +    zen_nb_t rc4key;
    +    int to_return = 0;
    +    NEW_ZEN_RC4_KEY *tmp_rc4_key = NULL;
    +
    +    /* Convert parameters ... */
    +    input.len = in_len;
    +    input.data = (unsigned char *)in;
    +    output.len = in_len;
    +    output.data = (unsigned char *)out;
    +
    +    tmp_rc4_key = ((NEW_ZEN_RC4_KEY *) (ctx->cipher_data));
    +    rc4key.len = 260;
    +    rc4key.data = &(tmp_rc4_key->rc4_state[0]);
    +
    +    /* Test with zenbridge library ... */
    +    to_return =
    +        ptr_zencod_rc4_cipher(&output, &input, (const zen_nb_t *)&rc4key,
    +                              &(tmp_rc4_key->rc4_state[0]),
    +                              &(tmp_rc4_key->rc4_state[3]),
    +                              !tmp_rc4_key->first);
    +    to_return = !to_return;
    +
    +    /* Update encryption state ... */
    +    tmp_rc4_key->first = 1;
    +    tmp_rc4_key = NULL;
    +
    +    return to_return;
     }
     
    -
    -static int engine_des_init_key ( EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc )
    +static int engine_des_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
    +                               const unsigned char *iv, int enc)
     {
     
    -	ZEN_DES_KEY *tmp_des_key = NULL ;
    -	int to_return = 0 ;
    +    ZEN_DES_KEY *tmp_des_key = NULL;
    +    int to_return = 0;
     
    -	tmp_des_key = (ZEN_DES_KEY *) ( ctx->cipher_data ) ;
    -	memcpy ( &( tmp_des_key->des_key [ 0 ] ), key, 8 ) ;
    -	memcpy ( &( tmp_des_key->des_key [ 8 ] ), key, 8 ) ;
    -	memcpy ( &( tmp_des_key->des_key [ 16 ] ), key, 8 ) ;
    -	memcpy ( &( tmp_des_key->des_iv [ 0 ] ), iv, 8 ) ;
    +    tmp_des_key = (ZEN_DES_KEY *) (ctx->cipher_data);
    +    memcpy(&(tmp_des_key->des_key[0]), key, 8);
    +    memcpy(&(tmp_des_key->des_key[8]), key, 8);
    +    memcpy(&(tmp_des_key->des_key[16]), key, 8);
    +    memcpy(&(tmp_des_key->des_iv[0]), iv, 8);
     
    -	to_return = 1 ;
    +    to_return = 1;
     
    -	return to_return ;
    +    return to_return;
     }
     
    -
    -static int engine_des_cbc_cipher ( EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl )
    +static int engine_des_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                                 const unsigned char *in, unsigned int inl)
     {
     
    -	zen_nb_t output, input ;
    -	zen_nb_t deskey_1, deskey_2, deskey_3, iv ;
    -	int to_return = 0 ;
    -
    -	/* Convert parameters ... */
    -	input.len = inl ;
    -	input.data = (unsigned char *) in ;
    -	output.len = inl ;
    -	output.data = out ;
    -
    -	/* Set key parameters ... */
    -	deskey_1.len = 8 ;
    -	deskey_2.len = 8 ;
    -	deskey_3.len = 8 ;
    -	deskey_1.data = (unsigned char *) ( (ZEN_DES_KEY *) ( ctx->cipher_data ) )->des_key ;
    -	deskey_2.data =  (unsigned char *) &( (ZEN_DES_KEY *) ( ctx->cipher_data ) )->des_key [ 8 ] ;
    -	deskey_3.data =  (unsigned char *) &( (ZEN_DES_KEY *) ( ctx->cipher_data ) )->des_key [ 16 ] ;
    -
    -	/* Key correct iv ... */
    -	memcpy ( ( (ZEN_DES_KEY *) ( ctx->cipher_data ) )->des_iv, ctx->iv, 8 ) ;
    -	iv.len = 8 ;
    -	iv.data = (unsigned char *) ( (ZEN_DES_KEY *) ( ctx->cipher_data ) )->des_iv ;
    -
    -	if ( ctx->encrypt == 0 ) {
    -		memcpy ( ctx->iv, &( input.data [ input.len - 8 ] ), 8 ) ;
    -	}
    -
    -	/* Test with zenbridge library ... */
    -	to_return = ptr_zencod_xdes_cipher ( &output, &input,
    -			(zen_nb_t *) &deskey_1, (zen_nb_t *) &deskey_2, (zen_nb_t *) &deskey_3, &iv, ctx->encrypt ) ;
    -	to_return = !to_return ;
    -
    -	/* But we need to set up the rigth iv ...
    -	 * Test ENCRYPT or DECRYPT mode to set iv ... */
    -	if ( ctx->encrypt == 1 ) {
    -		memcpy ( ctx->iv, &( output.data [ output.len - 8 ] ), 8 ) ;
    -	}
    -
    -	return to_return ;
    +    zen_nb_t output, input;
    +    zen_nb_t deskey_1, deskey_2, deskey_3, iv;
    +    int to_return = 0;
    +
    +    /* Convert parameters ... */
    +    input.len = inl;
    +    input.data = (unsigned char *)in;
    +    output.len = inl;
    +    output.data = out;
    +
    +    /* Set key parameters ... */
    +    deskey_1.len = 8;
    +    deskey_2.len = 8;
    +    deskey_3.len = 8;
    +    deskey_1.data =
    +        (unsigned char *)((ZEN_DES_KEY *) (ctx->cipher_data))->des_key;
    +    deskey_2.data =
    +        (unsigned char *)&((ZEN_DES_KEY *) (ctx->cipher_data))->des_key[8];
    +    deskey_3.data =
    +        (unsigned char *)&((ZEN_DES_KEY *) (ctx->cipher_data))->des_key[16];
    +
    +    /* Key correct iv ... */
    +    memcpy(((ZEN_DES_KEY *) (ctx->cipher_data))->des_iv, ctx->iv, 8);
    +    iv.len = 8;
    +    iv.data = (unsigned char *)((ZEN_DES_KEY *) (ctx->cipher_data))->des_iv;
    +
    +    if (ctx->encrypt == 0) {
    +        memcpy(ctx->iv, &(input.data[input.len - 8]), 8);
    +    }
    +
    +    /* Test with zenbridge library ... */
    +    to_return = ptr_zencod_xdes_cipher(&output, &input,
    +                                       (zen_nb_t *) & deskey_1,
    +                                       (zen_nb_t *) & deskey_2,
    +                                       (zen_nb_t *) & deskey_3, &iv,
    +                                       ctx->encrypt);
    +    to_return = !to_return;
    +
    +    /*
    +     * But we need to set up the rigth iv ... Test ENCRYPT or DECRYPT mode to
    +     * set iv ...
    +     */
    +    if (ctx->encrypt == 1) {
    +        memcpy(ctx->iv, &(output.data[output.len - 8]), 8);
    +    }
    +
    +    return to_return;
     }
     
    -
    -static int engine_des_ede3_init_key ( EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc )
    +static int engine_des_ede3_init_key(EVP_CIPHER_CTX *ctx,
    +                                    const unsigned char *key,
    +                                    const unsigned char *iv, int enc)
     {
     
    -	ZEN_3DES_KEY *tmp_3des_key = NULL ;
    -	int to_return = 0 ;
    +    ZEN_3DES_KEY *tmp_3des_key = NULL;
    +    int to_return = 0;
     
    -	tmp_3des_key = (ZEN_3DES_KEY *) ( ctx->cipher_data ) ;
    -	memcpy ( &( tmp_3des_key->des3_key [ 0 ] ), key, 24 ) ;
    -	memcpy ( &( tmp_3des_key->des3_iv [ 0 ] ), iv, 8 ) ;
    +    tmp_3des_key = (ZEN_3DES_KEY *) (ctx->cipher_data);
    +    memcpy(&(tmp_3des_key->des3_key[0]), key, 24);
    +    memcpy(&(tmp_3des_key->des3_iv[0]), iv, 8);
     
    -	to_return = 1;
    +    to_return = 1;
     
    -	return to_return ;
    +    return to_return;
     }
     
    -
    -static int engine_des_ede3_cbc_cipher ( EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in,
    -	unsigned int in_len )
    +static int engine_des_ede3_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
    +                                      const unsigned char *in,
    +                                      unsigned int in_len)
     {
     
    -	zen_nb_t output, input ;
    -	zen_nb_t deskey_1, deskey_2, deskey_3, iv ;
    -	int to_return = 0 ;
    -
    -	/* Convert parameters ... */
    -	input.len = in_len ;
    -	input.data = (unsigned char *) in ;
    -	output.len = in_len ;
    -	output.data = out ;
    -
    -	/* Set key ... */
    -	deskey_1.len = 8 ;
    -	deskey_2.len = 8 ;
    -	deskey_3.len = 8 ;
    -	deskey_1.data =  (unsigned char *) ( (ZEN_3DES_KEY *) ( ctx->cipher_data ) )->des3_key ;
    -	deskey_2.data =  (unsigned char *) &( (ZEN_3DES_KEY *) ( ctx->cipher_data ) )->des3_key [ 8 ] ;
    -	deskey_3.data =  (unsigned char *) &( (ZEN_3DES_KEY *) ( ctx->cipher_data ) )->des3_key [ 16 ] ;
    -
    -	/* Key correct iv ... */
    -	memcpy ( ( (ZEN_3DES_KEY *) ( ctx->cipher_data ) )->des3_iv, ctx->iv, 8 ) ;
    -	iv.len = 8 ;
    -	iv.data = (unsigned char *) ( (ZEN_3DES_KEY *) ( ctx->cipher_data ) )->des3_iv ;
    -
    -	if ( ctx->encrypt == 0 ) {
    -		memcpy ( ctx->iv, &( input.data [ input.len - 8 ] ), 8 ) ;
    -	}
    -
    -	/* Test with zenbridge library ... */
    -	to_return = ptr_zencod_xdes_cipher ( &output, &input,
    -			(zen_nb_t *) &deskey_1, (zen_nb_t *) &deskey_2, (zen_nb_t *) &deskey_3, &iv, ctx->encrypt ) ;
    -	to_return = !to_return ;
    -
    -	if ( ctx->encrypt == 1 ) {
    -		memcpy ( ctx->iv, &( output.data [ output.len - 8 ] ), 8 ) ;
    -	}
    -
    -	return to_return ;
    +    zen_nb_t output, input;
    +    zen_nb_t deskey_1, deskey_2, deskey_3, iv;
    +    int to_return = 0;
    +
    +    /* Convert parameters ... */
    +    input.len = in_len;
    +    input.data = (unsigned char *)in;
    +    output.len = in_len;
    +    output.data = out;
    +
    +    /* Set key ... */
    +    deskey_1.len = 8;
    +    deskey_2.len = 8;
    +    deskey_3.len = 8;
    +    deskey_1.data =
    +        (unsigned char *)((ZEN_3DES_KEY *) (ctx->cipher_data))->des3_key;
    +    deskey_2.data =
    +        (unsigned char *)&((ZEN_3DES_KEY *) (ctx->cipher_data))->des3_key[8];
    +    deskey_3.data =
    +        (unsigned char *)&((ZEN_3DES_KEY *) (ctx->cipher_data))->des3_key[16];
    +
    +    /* Key correct iv ... */
    +    memcpy(((ZEN_3DES_KEY *) (ctx->cipher_data))->des3_iv, ctx->iv, 8);
    +    iv.len = 8;
    +    iv.data = (unsigned char *)((ZEN_3DES_KEY *) (ctx->cipher_data))->des3_iv;
    +
    +    if (ctx->encrypt == 0) {
    +        memcpy(ctx->iv, &(input.data[input.len - 8]), 8);
    +    }
    +
    +    /* Test with zenbridge library ... */
    +    to_return = ptr_zencod_xdes_cipher(&output, &input,
    +                                       (zen_nb_t *) & deskey_1,
    +                                       (zen_nb_t *) & deskey_2,
    +                                       (zen_nb_t *) & deskey_3, &iv,
    +                                       ctx->encrypt);
    +    to_return = !to_return;
    +
    +    if (ctx->encrypt == 1) {
    +        memcpy(ctx->iv, &(output.data[output.len - 8]), 8);
    +    }
    +
    +    return to_return;
     }
     
    -
    -static int engine_cipher_cleanup ( EVP_CIPHER_CTX *ctx )
    +static int engine_cipher_cleanup(EVP_CIPHER_CTX *ctx)
     {
     
    -	/* Set the key pointer ... */
    -	if ( ctx->cipher->nid == NID_rc4 || ctx->cipher->nid == NID_rc4_40 ) {
    -	}
    -	else if ( ctx->cipher->nid == NID_des_cbc ) {
    -	}
    -	else if ( ctx->cipher->nid == NID_des_ede3_cbc ) {
    -	}
    +    /* Set the key pointer ... */
    +    if (ctx->cipher->nid == NID_rc4 || ctx->cipher->nid == NID_rc4_40) {
    +    } else if (ctx->cipher->nid == NID_des_cbc) {
    +    } else if (ctx->cipher->nid == NID_des_ede3_cbc) {
    +    }
     
    -	return 1 ;
    +    return 1;
     }
     
    -
    -#endif /* !OPENSSL_NO_HW_ZENCOD */
    -#endif /* !OPENSSL_NO_HW */
    +# endif                         /* !OPENSSL_NO_HW_ZENCOD */
    +#endif                          /* !OPENSSL_NO_HW */
    diff --git a/openssl/demos/engines/zencod/hw_zencod.h b/openssl/demos/engines/zencod/hw_zencod.h
    index 415c9a6be..a2510453a 100644
    --- a/openssl/demos/engines/zencod/hw_zencod.h
    +++ b/openssl/demos/engines/zencod/hw_zencod.h
    @@ -4,140 +4,139 @@
      * for "zencod" ENGINE integration in OpenSSL project.
      */
     
    +#ifndef        _HW_ZENCOD_H_
    +# define _HW_ZENCOD_H_
     
    - #ifndef	_HW_ZENCOD_H_
    -#define	_HW_ZENCOD_H_
    +# include 
     
    -#include 
    -
    -#ifdef	__cplusplus
    +# ifdef  __cplusplus
     extern "C" {
    -#endif	/* __cplusplus */
    +# endif                         /* __cplusplus */
     
    -#define ZENBRIDGE_MAX_KEYSIZE_RSA	2048
    -#define ZENBRIDGE_MAX_KEYSIZE_RSA_CRT	1024
    -#define ZENBRIDGE_MAX_KEYSIZE_DSA_SIGN	1024
    -#define ZENBRIDGE_MAX_KEYSIZE_DSA_VRFY	1024
    +# define ZENBRIDGE_MAX_KEYSIZE_RSA       2048
    +# define ZENBRIDGE_MAX_KEYSIZE_RSA_CRT   1024
    +# define ZENBRIDGE_MAX_KEYSIZE_DSA_SIGN  1024
    +# define ZENBRIDGE_MAX_KEYSIZE_DSA_VRFY  1024
     
     /* Library version computation */
    -#define	ZENBRIDGE_VERSION_MAJOR(x)	(((x) >> 16) | 0xff)
    -#define	ZENBRIDGE_VERSION_MINOR(x)	(((x) >>  8) | 0xff)
    -#define	ZENBRIDGE_VERSION_PATCH(x)	(((x) >>  0) | 0xff)
    -#define	ZENBRIDGE_VERSION(x, y, z)		((x) << 16 | (y) << 8 | (z))
    -
    -/*
    - * Memory type
    - */
    -typedef struct zencod_number_s {
    -	unsigned long len;
    -	unsigned char *data;
    -} zen_nb_t;
    -
    -#define KEY	zen_nb_t
    -
    -
    -/*
    - * Misc
    - */
    -typedef int t_zencod_lib_version (void);
    -typedef int t_zencod_hw_version (void);
    -typedef int t_zencod_test (void);
    -typedef int t_zencod_dump_key (FILE *stream, char *msg, KEY *key);
    -
    -
    -/*
    - * Key management tools
    - */
    -typedef KEY *t_zencod_new_number (unsigned long len, unsigned char *data);
    -typedef int t_zencod_init_number (KEY *n, unsigned long len, unsigned char *data);
    -typedef unsigned long t_zencod_bytes2bits (unsigned char *n, unsigned long bytes);
    -typedef unsigned long t_zencod_bits2bytes (unsigned long bits);
    -
    -
    -/*
    - * RSA API
    - */
    +# define ZENBRIDGE_VERSION_MAJOR(x)      (((x) >> 16) | 0xff)
    +# define ZENBRIDGE_VERSION_MINOR(x)      (((x) >>  8) | 0xff)
    +# define ZENBRIDGE_VERSION_PATCH(x)      (((x) >>  0) | 0xff)
    +# define ZENBRIDGE_VERSION(x, y, z)              ((x) << 16 | (y) << 8 | (z))
    +
    +    /*
    +     * Memory type
    +     */
    +    typedef struct zencod_number_s {
    +        unsigned long len;
    +        unsigned char *data;
    +    } zen_nb_t;
    +
    +# define KEY     zen_nb_t
    +
    +    /*
    +     * Misc
    +     */
    +    typedef int t_zencod_lib_version(void);
    +    typedef int t_zencod_hw_version(void);
    +    typedef int t_zencod_test(void);
    +    typedef int t_zencod_dump_key(FILE *stream, char *msg, KEY * key);
    +
    +    /*
    +     * Key management tools
    +     */
    +    typedef KEY *t_zencod_new_number(unsigned long len, unsigned char *data);
    +    typedef int t_zencod_init_number(KEY * n, unsigned long len,
    +                                     unsigned char *data);
    +    typedef unsigned long t_zencod_bytes2bits(unsigned char *n,
    +                                              unsigned long bytes);
    +    typedef unsigned long t_zencod_bits2bytes(unsigned long bits);
    +
    +    /*
    +     * RSA API
    +     */
     /* Compute modular exponential : y = x**e | n */
    -typedef int t_zencod_rsa_mod_exp (KEY *y, KEY *x, KEY *n, KEY *e);
    -/* Compute modular exponential : y1 = (x | p)**edp | p, y2 = (x | p)**edp | p, y = y2 + (qinv * (y1 - y2) | p) * q */
    -typedef int t_zencod_rsa_mod_exp_crt (KEY *y, KEY *x, KEY *p, KEY *q,
    -					KEY *edp, KEY *edq, KEY *qinv);
    -
    -
    -/*
    - * DSA API
    - */
    -typedef int t_zencod_dsa_do_sign (unsigned int hash, KEY *data, KEY *random,
    -				    KEY *p, KEY *q, KEY *g, KEY *x, KEY *r, KEY *s);
    -typedef int t_zencod_dsa_do_verify (unsigned int hash, KEY *data,
    -				      KEY *p, KEY *q, KEY *g, KEY *y,
    -				      KEY *r, KEY *s, KEY *v);
    -
    -
    -/*
    - * DH API
    - */
    - /* Key generation : compute public value y = g**x | n */
    -typedef int t_zencod_dh_generate_key (KEY *y, KEY *x, KEY *g, KEY *n, int gen_x);
    -typedef int t_zencod_dh_compute_key (KEY *k, KEY *y, KEY *x, KEY *n);
    -
    -
    -/*
    - * RNG API
    - */
    -#define ZENBRIDGE_RNG_DIRECT		0
    -#define ZENBRIDGE_RNG_SHA1		1
    -typedef int t_zencod_rand_bytes (KEY *rand, unsigned int flags);
    -
    -
    -/*
    - * Math API
    - */
    -typedef int t_zencod_math_mod_exp (KEY *r, KEY *a, KEY *e, KEY *n);
    -
    -
    -
    -
    -/*
    - * Symetric API
    - */
    +    typedef int t_zencod_rsa_mod_exp(KEY * y, KEY * x, KEY * n, KEY * e);
    +    /*
    +     * Compute modular exponential : y1 = (x | p)**edp | p, y2 = (x | p)**edp
    +     * | p, y = y2 + (qinv * (y1 - y2) | p) * q
    +     */
    +    typedef int t_zencod_rsa_mod_exp_crt(KEY * y, KEY * x, KEY * p, KEY * q,
    +                                         KEY * edp, KEY * edq, KEY * qinv);
    +
    +    /*
    +     * DSA API
    +     */
    +    typedef int t_zencod_dsa_do_sign(unsigned int hash, KEY * data,
    +                                     KEY * random, KEY * p, KEY * q, KEY * g,
    +                                     KEY * x, KEY * r, KEY * s);
    +    typedef int t_zencod_dsa_do_verify(unsigned int hash, KEY * data, KEY * p,
    +                                       KEY * q, KEY * g, KEY * y, KEY * r,
    +                                       KEY * s, KEY * v);
    +
    +    /*
    +     * DH API
    +     */
    +    /* Key generation : compute public value y = g**x | n */
    +    typedef int t_zencod_dh_generate_key(KEY * y, KEY * x, KEY * g, KEY * n,
    +                                         int gen_x);
    +    typedef int t_zencod_dh_compute_key(KEY * k, KEY * y, KEY * x, KEY * n);
    +
    +    /*
    +     * RNG API
    +     */
    +# define ZENBRIDGE_RNG_DIRECT            0
    +# define ZENBRIDGE_RNG_SHA1              1
    +    typedef int t_zencod_rand_bytes(KEY * rand, unsigned int flags);
    +
    +    /*
    +     * Math API
    +     */
    +    typedef int t_zencod_math_mod_exp(KEY * r, KEY * a, KEY * e, KEY * n);
    +
    +    /*
    +     * Symetric API
    +     */
     /* Define a data structure for digests operations */
    -typedef struct ZEN_data_st
    -{
    -	unsigned int HashBufferSize ;
    -	unsigned char *HashBuffer ;
    -} ZEN_MD_DATA ;
    -
    -/*
    - * Functions for Digest (MD5, SHA1) stuff
    - */
    -/* output : output data buffer */
    -/* input : input data buffer */
    -/* algo : hash algorithm, MD5 or SHA1 */
    -/* typedef int t_zencod_hash ( KEY *output, const KEY *input, int algo ) ;
    - * typedef int t_zencod_sha_hash ( KEY *output, const KEY *input, int algo ) ;
    - */
    -/* For now separate this stuff that mad it easier to test */
    -typedef int t_zencod_md5_init ( ZEN_MD_DATA *data ) ;
    -typedef int t_zencod_md5_update ( ZEN_MD_DATA *data, const KEY *input ) ;
    -typedef int t_zencod_md5_do_final ( ZEN_MD_DATA *data, KEY *output ) ;
    -
    -typedef int t_zencod_sha1_init ( ZEN_MD_DATA *data ) ;
    -typedef int t_zencod_sha1_update ( ZEN_MD_DATA *data, const KEY *input ) ;
    -typedef int t_zencod_sha1_do_final ( ZEN_MD_DATA *data, KEY *output ) ;
    -
    -
    -/*
    - * Functions for Cipher (RC4, DES, 3DES) stuff
    - */
    +    typedef struct ZEN_data_st {
    +        unsigned int HashBufferSize;
    +        unsigned char *HashBuffer;
    +    } ZEN_MD_DATA;
    +
    +    /*
    +     * Functions for Digest (MD5, SHA1) stuff
    +     */
    +    /* output : output data buffer */
    +    /* input : input data buffer */
    +    /* algo : hash algorithm, MD5 or SHA1 */
    +    /*-
    +     * typedef int t_zencod_hash ( KEY *output, const KEY *input, int algo ) ;
    +     * typedef int t_zencod_sha_hash ( KEY *output, const KEY *input, int algo ) ;
    +     */
    +    /* For now separate this stuff that mad it easier to test */
    +    typedef int t_zencod_md5_init(ZEN_MD_DATA *data);
    +    typedef int t_zencod_md5_update(ZEN_MD_DATA *data, const KEY * input);
    +    typedef int t_zencod_md5_do_final(ZEN_MD_DATA *data, KEY * output);
    +
    +    typedef int t_zencod_sha1_init(ZEN_MD_DATA *data);
    +    typedef int t_zencod_sha1_update(ZEN_MD_DATA *data, const KEY * input);
    +    typedef int t_zencod_sha1_do_final(ZEN_MD_DATA *data, KEY * output);
    +
    +    /*
    +     * Functions for Cipher (RC4, DES, 3DES) stuff
    +     */
     /* output : output data buffer */
     /* input : input data buffer */
     /* key : rc4 key data */
     /* index_1 : value of index x from RC4 key structure */
     /* index_2 : value of index y from RC4 key structure */
    -/* Be carefull : RC4 key should be expanded before calling this method (Should we provide an expand function ??) */
    -typedef int t_zencod_rc4_cipher ( KEY *output, const KEY *input, const KEY *key,
    -		unsigned char *index_1, unsigned char *index_2, int mode ) ;
    +    /*
    +     * Be carefull : RC4 key should be expanded before calling this method
    +     * (Should we provide an expand function ??)
    +     */
    +    typedef int t_zencod_rc4_cipher(KEY * output, const KEY * input,
    +                                    const KEY * key, unsigned char *index_1,
    +                                    unsigned char *index_2, int mode);
     
     /* output : output data buffer */
     /* input : input data buffer */
    @@ -147,14 +146,14 @@ typedef int t_zencod_rc4_cipher ( KEY *output, const KEY *input, const KEY *key,
     /* iv : initial vector */
     /* mode : xdes mode (encrypt or decrypt) */
     /* Be carefull : In DES mode key_1 = key_2 = key_3 (as far as i can see !!) */
    -typedef int t_zencod_xdes_cipher ( KEY *output, const KEY *input, const KEY *key_1,
    -		const KEY *key_2, const KEY *key_3, const KEY *iv, int mode ) ;
    +    typedef int t_zencod_xdes_cipher(KEY * output, const KEY * input,
    +                                     const KEY * key_1, const KEY * key_2,
    +                                     const KEY * key_3, const KEY * iv,
    +                                     int mode);
     
    +# undef KEY
     
    -#undef KEY
    -
    -#ifdef	__cplusplus
    +# ifdef  __cplusplus
     }
    -#endif	/* __cplusplus */
    -
    -#endif	/* !_HW_ZENCOD_H_ */
    +# endif                         /* __cplusplus */
    +#endif                          /* !_HW_ZENCOD_H_ */
    diff --git a/openssl/demos/engines/zencod/hw_zencod_err.c b/openssl/demos/engines/zencod/hw_zencod_err.c
    index 8ed0fffc9..ff2b592d7 100644
    --- a/openssl/demos/engines/zencod/hw_zencod_err.c
    +++ b/openssl/demos/engines/zencod/hw_zencod_err.c
    @@ -7,7 +7,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,7 +53,8 @@
      *
      */
     
    -/* NOTE: this file was auto generated by the mkerr.pl script: any changes
    +/*
    + * NOTE: this file was auto generated by the mkerr.pl script: any changes
      * made to it will be overwritten when the script next updates this file,
      * only reason strings will be preserved.
      */
    @@ -64,88 +65,83 @@
     
     /* BEGIN ERROR CODES */
     #ifndef OPENSSL_NO_ERR
    -static ERR_STRING_DATA ZENCOD_str_functs[]=
    -	{
    -{ERR_PACK(0,ZENCOD_F_ZENCOD_BN_MOD_EXP,0),	"ZENCOD_BN_MOD_EXP"},
    -{ERR_PACK(0,ZENCOD_F_ZENCOD_CTRL,0),	"ZENCOD_CTRL"},
    -{ERR_PACK(0,ZENCOD_F_ZENCOD_DH_COMPUTE,0),	"ZENCOD_DH_COMPUTE"},
    -{ERR_PACK(0,ZENCOD_F_ZENCOD_DH_GENERATE,0),	"ZENCOD_DH_GENERATE"},
    -{ERR_PACK(0,ZENCOD_F_ZENCOD_DSA_DO_SIGN,0),	"ZENCOD_DSA_DO_SIGN"},
    -{ERR_PACK(0,ZENCOD_F_ZENCOD_DSA_DO_VERIFY,0),	"ZENCOD_DSA_DO_VERIFY"},
    -{ERR_PACK(0,ZENCOD_F_ZENCOD_FINISH,0),	"ZENCOD_FINISH"},
    -{ERR_PACK(0,ZENCOD_F_ZENCOD_INIT,0),	"ZENCOD_INIT"},
    -{ERR_PACK(0,ZENCOD_F_ZENCOD_RAND,0),	"ZENCOD_RAND"},
    -{ERR_PACK(0,ZENCOD_F_ZENCOD_RSA_MOD_EXP,0),	"ZENCOD_RSA_MOD_EXP"},
    -{ERR_PACK(0,ZENCOD_F_ZENCOD_RSA_MOD_EXP_CRT,0),	"ZENCOD_RSA_MOD_EXP_CRT"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA ZENCOD_str_functs[] = {
    +    {ERR_PACK(0, ZENCOD_F_ZENCOD_BN_MOD_EXP, 0), "ZENCOD_BN_MOD_EXP"},
    +    {ERR_PACK(0, ZENCOD_F_ZENCOD_CTRL, 0), "ZENCOD_CTRL"},
    +    {ERR_PACK(0, ZENCOD_F_ZENCOD_DH_COMPUTE, 0), "ZENCOD_DH_COMPUTE"},
    +    {ERR_PACK(0, ZENCOD_F_ZENCOD_DH_GENERATE, 0), "ZENCOD_DH_GENERATE"},
    +    {ERR_PACK(0, ZENCOD_F_ZENCOD_DSA_DO_SIGN, 0), "ZENCOD_DSA_DO_SIGN"},
    +    {ERR_PACK(0, ZENCOD_F_ZENCOD_DSA_DO_VERIFY, 0), "ZENCOD_DSA_DO_VERIFY"},
    +    {ERR_PACK(0, ZENCOD_F_ZENCOD_FINISH, 0), "ZENCOD_FINISH"},
    +    {ERR_PACK(0, ZENCOD_F_ZENCOD_INIT, 0), "ZENCOD_INIT"},
    +    {ERR_PACK(0, ZENCOD_F_ZENCOD_RAND, 0), "ZENCOD_RAND"},
    +    {ERR_PACK(0, ZENCOD_F_ZENCOD_RSA_MOD_EXP, 0), "ZENCOD_RSA_MOD_EXP"},
    +    {ERR_PACK(0, ZENCOD_F_ZENCOD_RSA_MOD_EXP_CRT, 0),
    +     "ZENCOD_RSA_MOD_EXP_CRT"},
    +    {0, NULL}
    +};
     
    -static ERR_STRING_DATA ZENCOD_str_reasons[]=
    -	{
    -{ZENCOD_R_ALREADY_LOADED                 ,"already loaded"},
    -{ZENCOD_R_BAD_KEY_COMPONENTS             ,"bad key components"},
    -{ZENCOD_R_BN_EXPAND_FAIL                 ,"bn expand fail"},
    -{ZENCOD_R_CTRL_COMMAND_NOT_IMPLEMENTED   ,"ctrl command not implemented"},
    -{ZENCOD_R_DSO_FAILURE                    ,"dso failure"},
    -{ZENCOD_R_NOT_LOADED                     ,"not loaded"},
    -{ZENCOD_R_REQUEST_FAILED                 ,"request failed"},
    -{ZENCOD_R_UNIT_FAILURE                   ,"unit failure"},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA ZENCOD_str_reasons[] = {
    +    {ZENCOD_R_ALREADY_LOADED, "already loaded"},
    +    {ZENCOD_R_BAD_KEY_COMPONENTS, "bad key components"},
    +    {ZENCOD_R_BN_EXPAND_FAIL, "bn expand fail"},
    +    {ZENCOD_R_CTRL_COMMAND_NOT_IMPLEMENTED, "ctrl command not implemented"},
    +    {ZENCOD_R_DSO_FAILURE, "dso failure"},
    +    {ZENCOD_R_NOT_LOADED, "not loaded"},
    +    {ZENCOD_R_REQUEST_FAILED, "request failed"},
    +    {ZENCOD_R_UNIT_FAILURE, "unit failure"},
    +    {0, NULL}
    +};
     
     #endif
     
     #ifdef ZENCOD_LIB_NAME
    -static ERR_STRING_DATA ZENCOD_lib_name[]=
    -        {
    -{0	,ZENCOD_LIB_NAME},
    -{0,NULL}
    -	};
    +static ERR_STRING_DATA ZENCOD_lib_name[] = {
    +    {0, ZENCOD_LIB_NAME},
    +    {0, NULL}
    +};
     #endif
     
    -
    -static int ZENCOD_lib_error_code=0;
    -static int ZENCOD_error_init=1;
    +static int ZENCOD_lib_error_code = 0;
    +static int ZENCOD_error_init = 1;
     
     static void ERR_load_ZENCOD_strings(void)
    -	{
    -	if (ZENCOD_lib_error_code == 0)
    -		ZENCOD_lib_error_code=ERR_get_next_error_library();
    +{
    +    if (ZENCOD_lib_error_code == 0)
    +        ZENCOD_lib_error_code = ERR_get_next_error_library();
     
    -	if (ZENCOD_error_init)
    -		{
    -		ZENCOD_error_init=0;
    +    if (ZENCOD_error_init) {
    +        ZENCOD_error_init = 0;
     #ifndef OPENSSL_NO_ERR
    -		ERR_load_strings(ZENCOD_lib_error_code,ZENCOD_str_functs);
    -		ERR_load_strings(ZENCOD_lib_error_code,ZENCOD_str_reasons);
    +        ERR_load_strings(ZENCOD_lib_error_code, ZENCOD_str_functs);
    +        ERR_load_strings(ZENCOD_lib_error_code, ZENCOD_str_reasons);
     #endif
     
     #ifdef ZENCOD_LIB_NAME
    -		ZENCOD_lib_name->error = ERR_PACK(ZENCOD_lib_error_code,0,0);
    -		ERR_load_strings(0,ZENCOD_lib_name);
    +        ZENCOD_lib_name->error = ERR_PACK(ZENCOD_lib_error_code, 0, 0);
    +        ERR_load_strings(0, ZENCOD_lib_name);
     #endif
    -		}
    -	}
    +    }
    +}
     
     static void ERR_unload_ZENCOD_strings(void)
    -	{
    -	if (ZENCOD_error_init == 0)
    -		{
    +{
    +    if (ZENCOD_error_init == 0) {
     #ifndef OPENSSL_NO_ERR
    -		ERR_unload_strings(ZENCOD_lib_error_code,ZENCOD_str_functs);
    -		ERR_unload_strings(ZENCOD_lib_error_code,ZENCOD_str_reasons);
    +        ERR_unload_strings(ZENCOD_lib_error_code, ZENCOD_str_functs);
    +        ERR_unload_strings(ZENCOD_lib_error_code, ZENCOD_str_reasons);
     #endif
     
     #ifdef ZENCOD_LIB_NAME
    -		ERR_unload_strings(0,ZENCOD_lib_name);
    +        ERR_unload_strings(0, ZENCOD_lib_name);
     #endif
    -		ZENCOD_error_init=1;
    -		}
    -	}
    +        ZENCOD_error_init = 1;
    +    }
    +}
     
     static void ERR_ZENCOD_error(int function, int reason, char *file, int line)
    -	{
    -	if (ZENCOD_lib_error_code == 0)
    -		ZENCOD_lib_error_code=ERR_get_next_error_library();
    -	ERR_PUT_error(ZENCOD_lib_error_code,function,reason,file,line);
    -	}
    +{
    +    if (ZENCOD_lib_error_code == 0)
    +        ZENCOD_lib_error_code = ERR_get_next_error_library();
    +    ERR_PUT_error(ZENCOD_lib_error_code, function, reason, file, line);
    +}
    diff --git a/openssl/demos/engines/zencod/hw_zencod_err.h b/openssl/demos/engines/zencod/hw_zencod_err.h
    index 60e923fd8..f4a835881 100644
    --- a/openssl/demos/engines/zencod/hw_zencod_err.h
    +++ b/openssl/demos/engines/zencod/hw_zencod_err.h
    @@ -6,7 +6,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -53,45 +53,46 @@
      */
     
     #ifndef HEADER_ZENCOD_ERR_H
    -#define HEADER_ZENCOD_ERR_H
    +# define HEADER_ZENCOD_ERR_H
     
     #ifdef  __cplusplus
     extern "C" {
     #endif
     
     /* BEGIN ERROR CODES */
    -/* The following lines are auto generated by the script mkerr.pl. Any changes
    +/*
    + * The following lines are auto generated by the script mkerr.pl. Any changes
      * made after this point may be overwritten when the script is next run.
      */
     static void ERR_load_ZENCOD_strings(void);
     static void ERR_unload_ZENCOD_strings(void);
     static void ERR_ZENCOD_error(int function, int reason, char *file, int line);
    -#define ZENCODerr(f,r) ERR_ZENCOD_error((f),(r),__FILE__,__LINE__)
    +# define ZENCODerr(f,r) ERR_ZENCOD_error((f),(r),__FILE__,__LINE__)
     
     /* Error codes for the ZENCOD functions. */
     
     /* Function codes. */
    -#define ZENCOD_F_ZENCOD_BN_MOD_EXP			 100
    -#define ZENCOD_F_ZENCOD_CTRL				 101
    -#define ZENCOD_F_ZENCOD_DH_COMPUTE			 102
    -#define ZENCOD_F_ZENCOD_DH_GENERATE			 103
    -#define ZENCOD_F_ZENCOD_DSA_DO_SIGN			 104
    -#define ZENCOD_F_ZENCOD_DSA_DO_VERIFY			 105
    -#define ZENCOD_F_ZENCOD_FINISH				 106
    -#define ZENCOD_F_ZENCOD_INIT				 107
    -#define ZENCOD_F_ZENCOD_RAND				 108
    -#define ZENCOD_F_ZENCOD_RSA_MOD_EXP			 109
    -#define ZENCOD_F_ZENCOD_RSA_MOD_EXP_CRT			 110
    +# define ZENCOD_F_ZENCOD_BN_MOD_EXP                       100
    +# define ZENCOD_F_ZENCOD_CTRL                             101
    +# define ZENCOD_F_ZENCOD_DH_COMPUTE                       102
    +# define ZENCOD_F_ZENCOD_DH_GENERATE                      103
    +# define ZENCOD_F_ZENCOD_DSA_DO_SIGN                      104
    +# define ZENCOD_F_ZENCOD_DSA_DO_VERIFY                    105
    +# define ZENCOD_F_ZENCOD_FINISH                           106
    +# define ZENCOD_F_ZENCOD_INIT                             107
    +# define ZENCOD_F_ZENCOD_RAND                             108
    +# define ZENCOD_F_ZENCOD_RSA_MOD_EXP                      109
    +# define ZENCOD_F_ZENCOD_RSA_MOD_EXP_CRT                  110
     
     /* Reason codes. */
    -#define ZENCOD_R_ALREADY_LOADED				 100
    -#define ZENCOD_R_BAD_KEY_COMPONENTS			 101
    -#define ZENCOD_R_BN_EXPAND_FAIL				 102
    -#define ZENCOD_R_CTRL_COMMAND_NOT_IMPLEMENTED		 103
    -#define ZENCOD_R_DSO_FAILURE				 104
    -#define ZENCOD_R_NOT_LOADED				 105
    -#define ZENCOD_R_REQUEST_FAILED				 106
    -#define ZENCOD_R_UNIT_FAILURE				 107
    +# define ZENCOD_R_ALREADY_LOADED                          100
    +# define ZENCOD_R_BAD_KEY_COMPONENTS                      101
    +# define ZENCOD_R_BN_EXPAND_FAIL                          102
    +# define ZENCOD_R_CTRL_COMMAND_NOT_IMPLEMENTED            103
    +# define ZENCOD_R_DSO_FAILURE                             104
    +# define ZENCOD_R_NOT_LOADED                              105
    +# define ZENCOD_R_REQUEST_FAILED                          106
    +# define ZENCOD_R_UNIT_FAILURE                            107
     
     #ifdef  __cplusplus
     }
    diff --git a/openssl/demos/pkcs12/pkread.c b/openssl/demos/pkcs12/pkread.c
    index fa8f50923..f4a3df407 100644
    --- a/openssl/demos/pkcs12/pkread.c
    +++ b/openssl/demos/pkcs12/pkread.c
    @@ -10,52 +10,52 @@
     
     int main(int argc, char **argv)
     {
    -	FILE *fp;
    -	EVP_PKEY *pkey;
    -	X509 *cert;
    -	STACK_OF(X509) *ca = NULL;
    -	PKCS12 *p12;
    -	int i;
    -	if (argc != 4) {
    -		fprintf(stderr, "Usage: pkread p12file password opfile\n");
    -		exit (1);
    -	}
    -	OpenSSL_add_all_algorithms();
    -	ERR_load_crypto_strings();
    -	if (!(fp = fopen(argv[1], "rb"))) {
    -		fprintf(stderr, "Error opening file %s\n", argv[1]);
    -		exit(1);
    -	}
    -	p12 = d2i_PKCS12_fp(fp, NULL);
    -	fclose (fp);
    -	if (!p12) {
    -		fprintf(stderr, "Error reading PKCS#12 file\n");
    -		ERR_print_errors_fp(stderr);
    -		exit (1);
    -	}
    -	if (!PKCS12_parse(p12, argv[2], &pkey, &cert, &ca)) {
    -		fprintf(stderr, "Error parsing PKCS#12 file\n");
    -		ERR_print_errors_fp(stderr);
    -		exit (1);
    -	}
    -	PKCS12_free(p12);
    -	if (!(fp = fopen(argv[3], "w"))) {
    -		fprintf(stderr, "Error opening file %s\n", argv[1]);
    -		exit(1);
    -	}
    -	if (pkey) {
    -		fprintf(fp, "***Private Key***\n");
    -		PEM_write_PrivateKey(fp, pkey, NULL, NULL, 0, NULL, NULL);
    -	}
    -	if (cert) {
    -		fprintf(fp, "***User Certificate***\n");
    -		PEM_write_X509_AUX(fp, cert);
    -	}
    -	if (ca && sk_X509_num(ca)) {
    -		fprintf(fp, "***Other Certificates***\n");
    -		for (i = 0; i < sk_X509_num(ca); i++) 
    -		    PEM_write_X509_AUX(fp, sk_X509_value(ca, i));
    -	}
    -	fclose(fp);
    -	return 0;
    +    FILE *fp;
    +    EVP_PKEY *pkey;
    +    X509 *cert;
    +    STACK_OF(X509) *ca = NULL;
    +    PKCS12 *p12;
    +    int i;
    +    if (argc != 4) {
    +        fprintf(stderr, "Usage: pkread p12file password opfile\n");
    +        exit(1);
    +    }
    +    OpenSSL_add_all_algorithms();
    +    ERR_load_crypto_strings();
    +    if (!(fp = fopen(argv[1], "rb"))) {
    +        fprintf(stderr, "Error opening file %s\n", argv[1]);
    +        exit(1);
    +    }
    +    p12 = d2i_PKCS12_fp(fp, NULL);
    +    fclose(fp);
    +    if (!p12) {
    +        fprintf(stderr, "Error reading PKCS#12 file\n");
    +        ERR_print_errors_fp(stderr);
    +        exit(1);
    +    }
    +    if (!PKCS12_parse(p12, argv[2], &pkey, &cert, &ca)) {
    +        fprintf(stderr, "Error parsing PKCS#12 file\n");
    +        ERR_print_errors_fp(stderr);
    +        exit(1);
    +    }
    +    PKCS12_free(p12);
    +    if (!(fp = fopen(argv[3], "w"))) {
    +        fprintf(stderr, "Error opening file %s\n", argv[1]);
    +        exit(1);
    +    }
    +    if (pkey) {
    +        fprintf(fp, "***Private Key***\n");
    +        PEM_write_PrivateKey(fp, pkey, NULL, NULL, 0, NULL, NULL);
    +    }
    +    if (cert) {
    +        fprintf(fp, "***User Certificate***\n");
    +        PEM_write_X509_AUX(fp, cert);
    +    }
    +    if (ca && sk_X509_num(ca)) {
    +        fprintf(fp, "***Other Certificates***\n");
    +        for (i = 0; i < sk_X509_num(ca); i++)
    +            PEM_write_X509_AUX(fp, sk_X509_value(ca, i));
    +    }
    +    fclose(fp);
    +    return 0;
     }
    diff --git a/openssl/demos/pkcs12/pkwrite.c b/openssl/demos/pkcs12/pkwrite.c
    index 15f839d1e..fed773ea7 100644
    --- a/openssl/demos/pkcs12/pkwrite.c
    +++ b/openssl/demos/pkcs12/pkwrite.c
    @@ -10,37 +10,37 @@
     
     int main(int argc, char **argv)
     {
    -	FILE *fp;
    -	EVP_PKEY *pkey;
    -	X509 *cert;
    -	PKCS12 *p12;
    -	if (argc != 5) {
    -		fprintf(stderr, "Usage: pkwrite infile password name p12file\n");
    -		exit(1);
    -	}
    -	SSLeay_add_all_algorithms();
    -	ERR_load_crypto_strings();
    -	if (!(fp = fopen(argv[1], "r"))) {
    -		fprintf(stderr, "Error opening file %s\n", argv[1]);
    -		exit(1);
    -	}
    -	cert = PEM_read_X509(fp, NULL, NULL, NULL);
    -	rewind(fp);
    -	pkey = PEM_read_PrivateKey(fp, NULL, NULL, NULL);
    -	fclose(fp);
    -	p12 = PKCS12_create(argv[2], argv[3], pkey, cert, NULL, 0,0,0,0,0);
    -	if(!p12) {
    -		fprintf(stderr, "Error creating PKCS#12 structure\n");
    -		ERR_print_errors_fp(stderr);
    -		exit(1);
    -	}
    -	if (!(fp = fopen(argv[4], "wb"))) {
    -		fprintf(stderr, "Error opening file %s\n", argv[1]);
    -		ERR_print_errors_fp(stderr);
    -		exit(1);
    -	}
    -	i2d_PKCS12_fp(fp, p12);
    -	PKCS12_free(p12);
    -	fclose(fp);
    -	return 0;
    +    FILE *fp;
    +    EVP_PKEY *pkey;
    +    X509 *cert;
    +    PKCS12 *p12;
    +    if (argc != 5) {
    +        fprintf(stderr, "Usage: pkwrite infile password name p12file\n");
    +        exit(1);
    +    }
    +    SSLeay_add_all_algorithms();
    +    ERR_load_crypto_strings();
    +    if (!(fp = fopen(argv[1], "r"))) {
    +        fprintf(stderr, "Error opening file %s\n", argv[1]);
    +        exit(1);
    +    }
    +    cert = PEM_read_X509(fp, NULL, NULL, NULL);
    +    rewind(fp);
    +    pkey = PEM_read_PrivateKey(fp, NULL, NULL, NULL);
    +    fclose(fp);
    +    p12 = PKCS12_create(argv[2], argv[3], pkey, cert, NULL, 0, 0, 0, 0, 0);
    +    if (!p12) {
    +        fprintf(stderr, "Error creating PKCS#12 structure\n");
    +        ERR_print_errors_fp(stderr);
    +        exit(1);
    +    }
    +    if (!(fp = fopen(argv[4], "wb"))) {
    +        fprintf(stderr, "Error opening file %s\n", argv[1]);
    +        ERR_print_errors_fp(stderr);
    +        exit(1);
    +    }
    +    i2d_PKCS12_fp(fp, p12);
    +    PKCS12_free(p12);
    +    fclose(fp);
    +    return 0;
     }
    diff --git a/openssl/demos/prime/prime.c b/openssl/demos/prime/prime.c
    index 103e0efc0..6dd022886 100644
    --- a/openssl/demos/prime/prime.c
    +++ b/openssl/demos/prime/prime.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,7 +49,7 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
    @@ -58,44 +58,45 @@
     
     #include 
     #include 
    -#include     
    +#include 
     
    -void callback(type,num)
    -int type,num;
    -	{
    -	if (type == 0)
    -		fprintf(stderr,".");
    -	else if (type == 1)
    -		fprintf(stderr,"+");
    -	else if (type == 2)
    -		fprintf(stderr,"*");
    -	fflush(stderr);
    -	}
    +void callback(type, num)
    +int type, num;
    +{
    +    if (type == 0)
    +        fprintf(stderr, ".");
    +    else if (type == 1)
    +        fprintf(stderr, "+");
    +    else if (type == 2)
    +        fprintf(stderr, "*");
    +    fflush(stderr);
    +}
     
    -int main(argc,argv)
    +int main(argc, argv)
     int argc;
     char *argv[];
    -	{
    -	BIGNUM *rand;
    -	int num=256;
    -
    -	/* we should really call RAND_seed(char *bytes,int num);
    -	 * to fully initalise the random number generator */
    -	if (argc >= 2)
    -		{
    -		num=atoi(argv[1]);
    -		if (num == 0) num=256;
    -		}
    +{
    +    BIGNUM *rand;
    +    int num = 256;
     
    -	fprintf(stderr,"generate a strong prime\n");
    -        rand=BN_generate_prime(NULL,num,1,NULL,NULL,callback,NULL);
    -	/* change the third parameter to 1 for a strong prime */
    -	fprintf(stderr,"\n");
    +    /*
    +     * we should really call RAND_seed(char *bytes,int num); to fully
    +     * initalise the random number generator
    +     */
    +    if (argc >= 2) {
    +        num = atoi(argv[1]);
    +        if (num == 0)
    +            num = 256;
    +    }
     
    -	BN_print_fp(stdout,rand);           
    -	fprintf(stdout,"\n");
    -	BN_free(rand); 
    -	exit(0);
    -	return(0);
    -	}
    +    fprintf(stderr, "generate a strong prime\n");
    +    rand = BN_generate_prime(NULL, num, 1, NULL, NULL, callback, NULL);
    +    /* change the third parameter to 1 for a strong prime */
    +    fprintf(stderr, "\n");
     
    +    BN_print_fp(stdout, rand);
    +    fprintf(stdout, "\n");
    +    BN_free(rand);
    +    exit(0);
    +    return (0);
    +}
    diff --git a/openssl/demos/selfsign.c b/openssl/demos/selfsign.c
    index 68904c611..d61133411 100644
    --- a/openssl/demos/selfsign.c
    +++ b/openssl/demos/selfsign.c
    @@ -11,170 +11,166 @@
     int mkit(X509 **x509p, EVP_PKEY **pkeyp, int bits, int serial, int days);
     
     int main()
    -	{
    -	BIO *bio_err;
    -	X509 *x509=NULL;
    -	EVP_PKEY *pkey=NULL;
    +{
    +    BIO *bio_err;
    +    X509 *x509 = NULL;
    +    EVP_PKEY *pkey = NULL;
     
    -	CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON);
    +    CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON);
     
    -	bio_err=BIO_new_fp(stderr, BIO_NOCLOSE);
    +    bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
     
    -	mkit(&x509,&pkey,512,0,365);
    +    mkit(&x509, &pkey, 512, 0, 365);
     
    -	RSA_print_fp(stdout,pkey->pkey.rsa,0);
    -	X509_print_fp(stdout,x509);
    +    RSA_print_fp(stdout, pkey->pkey.rsa, 0);
    +    X509_print_fp(stdout, x509);
     
    -	PEM_write_PrivateKey(stdout,pkey,NULL,NULL,0,NULL, NULL);
    -	PEM_write_X509(stdout,x509);
    +    PEM_write_PrivateKey(stdout, pkey, NULL, NULL, 0, NULL, NULL);
    +    PEM_write_X509(stdout, x509);
     
    -	X509_free(x509);
    -	EVP_PKEY_free(pkey);
    +    X509_free(x509);
    +    EVP_PKEY_free(pkey);
     
     #ifdef CUSTOM_EXT
    -	/* Only needed if we add objects or custom extensions */
    -	X509V3_EXT_cleanup();
    -	OBJ_cleanup();
    +    /* Only needed if we add objects or custom extensions */
    +    X509V3_EXT_cleanup();
    +    OBJ_cleanup();
     #endif
     
    -	CRYPTO_mem_leaks(bio_err);
    -	BIO_free(bio_err);
    -	return(0);
    -	}
    +    CRYPTO_mem_leaks(bio_err);
    +    BIO_free(bio_err);
    +    return (0);
    +}
     
     #ifdef WIN16
    -#  define MS_CALLBACK   _far _loadds
    -#  define MS_FAR        _far
    +# define MS_CALLBACK   _far _loadds
    +# define MS_FAR        _far
     #else
    -#  define MS_CALLBACK
    -#  define MS_FAR
    +# define MS_CALLBACK
    +# define MS_FAR
     #endif
     
     static void MS_CALLBACK callback(p, n, arg)
     int p;
     int n;
     void *arg;
    -	{
    -	char c='B';
    -
    -	if (p == 0) c='.';
    -	if (p == 1) c='+';
    -	if (p == 2) c='*';
    -	if (p == 3) c='\n';
    -	fputc(c,stderr);
    -	}
    -
    -int mkit(x509p,pkeyp,bits,serial,days)
    +{
    +    char c = 'B';
    +
    +    if (p == 0)
    +        c = '.';
    +    if (p == 1)
    +        c = '+';
    +    if (p == 2)
    +        c = '*';
    +    if (p == 3)
    +        c = '\n';
    +    fputc(c, stderr);
    +}
    +
    +int mkit(x509p, pkeyp, bits, serial, days)
     X509 **x509p;
     EVP_PKEY **pkeyp;
     int bits;
     int serial;
     int days;
    -	{
    -	X509 *x;
    -	EVP_PKEY *pk;
    -	RSA *rsa;
    -	X509_NAME *name=NULL;
    -	X509_NAME_ENTRY *ne=NULL;
    -	X509_EXTENSION *ex=NULL;
    -
    -	
    -	if ((pkeyp == NULL) || (*pkeyp == NULL))
    -		{
    -		if ((pk=EVP_PKEY_new()) == NULL)
    -			{
    -			abort(); 
    -			return(0);
    -			}
    -		}
    -	else
    -		pk= *pkeyp;
    -
    -	if ((x509p == NULL) || (*x509p == NULL))
    -		{
    -		if ((x=X509_new()) == NULL)
    -			goto err;
    -		}
    -	else
    -		x= *x509p;
    -
    -	rsa=RSA_generate_key(bits,RSA_F4,callback,NULL);
    -	if (!EVP_PKEY_assign_RSA(pk,rsa))
    -		{
    -		abort();
    -		goto err;
    -		}
    -	rsa=NULL;
    -
    -	X509_set_version(x,3);
    -	ASN1_INTEGER_set(X509_get_serialNumber(x),serial);
    -	X509_gmtime_adj(X509_get_notBefore(x),0);
    -	X509_gmtime_adj(X509_get_notAfter(x),(long)60*60*24*days);
    -	X509_set_pubkey(x,pk);
    -
    -	name=X509_get_subject_name(x);
    -
    -	/* This function creates and adds the entry, working out the
    -	 * correct string type and performing checks on its length.
    -	 * Normally we'd check the return value for errors...
    -	 */
    -	X509_NAME_add_entry_by_txt(name,"C",
    -				MBSTRING_ASC, "UK", -1, -1, 0);
    -	X509_NAME_add_entry_by_txt(name,"CN",
    -				MBSTRING_ASC, "OpenSSL Group", -1, -1, 0);
    -
    -	X509_set_issuer_name(x,name);
    -
    -	/* Add extension using V3 code: we can set the config file as NULL
    -	 * because we wont reference any other sections. We can also set
    -         * the context to NULL because none of these extensions below will need
    -	 * to access it.
    -	 */
    -
    -	ex = X509V3_EXT_conf_nid(NULL, NULL, NID_netscape_cert_type, "server");
    -	X509_add_ext(x,ex,-1);
    -	X509_EXTENSION_free(ex);
    -
    -	ex = X509V3_EXT_conf_nid(NULL, NULL, NID_netscape_comment,
    -						"example comment extension");
    -	X509_add_ext(x,ex,-1);
    -	X509_EXTENSION_free(ex);
    -
    -	ex = X509V3_EXT_conf_nid(NULL, NULL, NID_netscape_ssl_server_name,
    -							"www.openssl.org");
    -
    -	X509_add_ext(x,ex,-1);
    -	X509_EXTENSION_free(ex);
    +{
    +    X509 *x;
    +    EVP_PKEY *pk;
    +    RSA *rsa;
    +    X509_NAME *name = NULL;
    +    X509_NAME_ENTRY *ne = NULL;
    +    X509_EXTENSION *ex = NULL;
    +
    +    if ((pkeyp == NULL) || (*pkeyp == NULL)) {
    +        if ((pk = EVP_PKEY_new()) == NULL) {
    +            abort();
    +            return (0);
    +        }
    +    } else
    +        pk = *pkeyp;
    +
    +    if ((x509p == NULL) || (*x509p == NULL)) {
    +        if ((x = X509_new()) == NULL)
    +            goto err;
    +    } else
    +        x = *x509p;
    +
    +    rsa = RSA_generate_key(bits, RSA_F4, callback, NULL);
    +    if (!EVP_PKEY_assign_RSA(pk, rsa)) {
    +        abort();
    +        goto err;
    +    }
    +    rsa = NULL;
    +
    +    X509_set_version(x, 3);
    +    ASN1_INTEGER_set(X509_get_serialNumber(x), serial);
    +    X509_gmtime_adj(X509_get_notBefore(x), 0);
    +    X509_gmtime_adj(X509_get_notAfter(x), (long)60 * 60 * 24 * days);
    +    X509_set_pubkey(x, pk);
    +
    +    name = X509_get_subject_name(x);
    +
    +    /*
    +     * This function creates and adds the entry, working out the correct
    +     * string type and performing checks on its length. Normally we'd check
    +     * the return value for errors...
    +     */
    +    X509_NAME_add_entry_by_txt(name, "C", MBSTRING_ASC, "UK", -1, -1, 0);
    +    X509_NAME_add_entry_by_txt(name, "CN",
    +                               MBSTRING_ASC, "OpenSSL Group", -1, -1, 0);
    +
    +    X509_set_issuer_name(x, name);
    +
    +    /*
    +     * Add extension using V3 code: we can set the config file as NULL
    +     * because we wont reference any other sections. We can also set the
    +     * context to NULL because none of these extensions below will need to
    +     * access it.
    +     */
    +
    +    ex = X509V3_EXT_conf_nid(NULL, NULL, NID_netscape_cert_type, "server");
    +    X509_add_ext(x, ex, -1);
    +    X509_EXTENSION_free(ex);
    +
    +    ex = X509V3_EXT_conf_nid(NULL, NULL, NID_netscape_comment,
    +                             "example comment extension");
    +    X509_add_ext(x, ex, -1);
    +    X509_EXTENSION_free(ex);
    +
    +    ex = X509V3_EXT_conf_nid(NULL, NULL, NID_netscape_ssl_server_name,
    +                             "www.openssl.org");
    +
    +    X509_add_ext(x, ex, -1);
    +    X509_EXTENSION_free(ex);
     
     #if 0
    -	/* might want something like this too.... */
    -	ex = X509V3_EXT_conf_nid(NULL, NULL, NID_basic_constraints,
    -							"critical,CA:TRUE");
    -
    +    /* might want something like this too.... */
    +    ex = X509V3_EXT_conf_nid(NULL, NULL, NID_basic_constraints,
    +                             "critical,CA:TRUE");
     
    -	X509_add_ext(x,ex,-1);
    -	X509_EXTENSION_free(ex);
    +    X509_add_ext(x, ex, -1);
    +    X509_EXTENSION_free(ex);
     #endif
     
     #ifdef CUSTOM_EXT
    -	/* Maybe even add our own extension based on existing */
    -	{
    -		int nid;
    -		nid = OBJ_create("1.2.3.4", "MyAlias", "My Test Alias Extension");
    -		X509V3_EXT_add_alias(nid, NID_netscape_comment);
    -		ex = X509V3_EXT_conf_nid(NULL, NULL, nid,
    -						"example comment alias");
    -		X509_add_ext(x,ex,-1);
    -		X509_EXTENSION_free(ex);
    -	}
    +    /* Maybe even add our own extension based on existing */
    +    {
    +        int nid;
    +        nid = OBJ_create("1.2.3.4", "MyAlias", "My Test Alias Extension");
    +        X509V3_EXT_add_alias(nid, NID_netscape_comment);
    +        ex = X509V3_EXT_conf_nid(NULL, NULL, nid, "example comment alias");
    +        X509_add_ext(x, ex, -1);
    +        X509_EXTENSION_free(ex);
    +    }
     #endif
    -	
    -	if (!X509_sign(x,pk,EVP_md5()))
    -		goto err;
    -
    -	*x509p=x;
    -	*pkeyp=pk;
    -	return(1);
    -err:
    -	return(0);
    -	}
    +
    +    if (!X509_sign(x, pk, EVP_md5()))
    +        goto err;
    +
    +    *x509p = x;
    +    *pkeyp = pk;
    +    return (1);
    + err:
    +    return (0);
    +}
    diff --git a/openssl/demos/sign/sign.c b/openssl/demos/sign/sign.c
    index a6c66e17c..22f53fb60 100644
    --- a/openssl/demos/sign/sign.c
    +++ b/openssl/demos/sign/sign.c
    @@ -5,21 +5,21 @@
      * This package is an SSL implementation written
      * by Eric Young (eay@cryptsoft.com).
      * The implementation was written so as to conform with Netscapes SSL.
    - * 
    + *
      * This library is free for commercial and non-commercial use as long as
      * the following conditions are aheared to.  The following conditions
      * apply to all code found in this distribution, be it the RC4, RSA,
      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
      * included with this distribution is covered by the same copyright terms
      * except that the holder is Tim Hudson (tjh@cryptsoft.com).
    - * 
    + *
      * Copyright remains Eric Young's, and as such any Copyright notices in
      * the code are not to be removed.
      * If this package is used in a product, Eric Young should be given attribution
      * as the author of the parts of the library used.
      * This can be in the form of a textual message at program startup or
      * in documentation (online or textual) provided with the package.
    - * 
    + *
      * Redistribution and use in source and binary forms, with or without
      * modification, are permitted provided that the following conditions
      * are met:
    @@ -34,10 +34,10 @@
      *     Eric Young (eay@cryptsoft.com)"
      *    The word 'cryptographic' can be left out if the rouines from the library
      *    being used are not cryptographic related :-).
    - * 4. If you include any Windows specific code (or a derivative thereof) from 
    + * 4. If you include any Windows specific code (or a derivative thereof) from
      *    the apps directory (application code) you must include an acknowledgement:
      *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
    - * 
    + *
      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    @@ -49,19 +49,22 @@
      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.
    - * 
    + *
      * The licence and distribution terms for any publically available version or
      * derivative of this code cannot be changed.  i.e. this code cannot simply be
      * copied and put under another distribution licence
      * [including the GNU Public Licence.]
      */
     
    -/* sign-it.cpp  -  Simple test app using SSLeay envelopes to sign data
    -   29.9.1996, Sampo Kellomaki  */
    +/*
    + * sign-it.cpp - Simple test app using SSLeay envelopes to sign data
    + * 29.9.1996, Sampo Kellomaki 
    + */
     
     /* converted to C - eay :-) */
     
    -/* reformated a bit and converted to use the more common functions: this was
    +/*
    + * reformated a bit and converted to use the more common functions: this was
      * initially written at the dawn of time :-) - Steve.
      */
     
    @@ -74,80 +77,84 @@
     #include 
     #include 
     
    -int main ()
    +int main()
     {
    -  int err;
    -  int sig_len;
    -  unsigned char sig_buf [4096];
    -  static char certfile[] = "cert.pem";
    -  static char keyfile[]  = "key.pem";
    -  static char data[]     = "I owe you...";
    -  EVP_MD_CTX     md_ctx;
    -  EVP_PKEY *      pkey;
    -  FILE *          fp;
    -  X509 *	x509;
    -
    -  /* Just load the crypto library error strings,
    -   * SSL_load_error_strings() loads the crypto AND the SSL ones */
    -  /* SSL_load_error_strings();*/
    -  ERR_load_crypto_strings();
    -  
    -  /* Read private key */
    -  
    -  fp = fopen (keyfile, "r");
    -  if (fp == NULL) exit (1);
    -  pkey = PEM_read_PrivateKey(fp, NULL, NULL, NULL);
    -  fclose (fp);
    -
    -  if (pkey == NULL) { 
    -	ERR_print_errors_fp (stderr);
    -	exit (1);
    -  }
    -  
    -  /* Do the signature */
    -  
    -  EVP_SignInit   (&md_ctx, EVP_sha1());
    -  EVP_SignUpdate (&md_ctx, data, strlen(data));
    -  sig_len = sizeof(sig_buf);
    -  err = EVP_SignFinal (&md_ctx, sig_buf, &sig_len, pkey);
    -
    -  if (err != 1) {
    -	ERR_print_errors_fp(stderr);
    -	exit (1);
    -  }
    -
    -  EVP_PKEY_free (pkey);
    -  
    -  /* Read public key */
    -  
    -  fp = fopen (certfile, "r");
    -  if (fp == NULL) exit (1);
    -  x509 = PEM_read_X509(fp, NULL, NULL, NULL);
    -  fclose (fp);
    -
    -  if (x509 == NULL) {
    -	ERR_print_errors_fp (stderr);
    -	exit (1);
    -  }
    -  
    -  /* Get public key - eay */
    -  pkey=X509_get_pubkey(x509);
    -  if (pkey == NULL) {
    -	ERR_print_errors_fp (stderr);
    -	exit (1);
    -  }
    -
    -  /* Verify the signature */
    -  
    -  EVP_VerifyInit   (&md_ctx, EVP_sha1());
    -  EVP_VerifyUpdate (&md_ctx, data, strlen((char*)data));
    -  err = EVP_VerifyFinal (&md_ctx, sig_buf, sig_len, pkey);
    -  EVP_PKEY_free (pkey);
    -
    -  if (err != 1) {
    -	ERR_print_errors_fp (stderr);
    -	exit (1);
    -  }
    -  printf ("Signature Verified Ok.\n");
    -  return(0);
    +    int err;
    +    int sig_len;
    +    unsigned char sig_buf[4096];
    +    static char certfile[] = "cert.pem";
    +    static char keyfile[] = "key.pem";
    +    static char data[] = "I owe you...";
    +    EVP_MD_CTX md_ctx;
    +    EVP_PKEY *pkey;
    +    FILE *fp;
    +    X509 *x509;
    +
    +    /*
    +     * Just load the crypto library error strings, SSL_load_error_strings()
    +     * loads the crypto AND the SSL ones
    +     */
    +    /* SSL_load_error_strings(); */
    +    ERR_load_crypto_strings();
    +
    +    /* Read private key */
    +
    +    fp = fopen(keyfile, "r");
    +    if (fp == NULL)
    +        exit(1);
    +    pkey = PEM_read_PrivateKey(fp, NULL, NULL, NULL);
    +    fclose(fp);
    +
    +    if (pkey == NULL) {
    +        ERR_print_errors_fp(stderr);
    +        exit(1);
    +    }
    +
    +    /* Do the signature */
    +
    +    EVP_SignInit(&md_ctx, EVP_sha1());
    +    EVP_SignUpdate(&md_ctx, data, strlen(data));
    +    sig_len = sizeof(sig_buf);
    +    err = EVP_SignFinal(&md_ctx, sig_buf, &sig_len, pkey);
    +
    +    if (err != 1) {
    +        ERR_print_errors_fp(stderr);
    +        exit(1);
    +    }
    +
    +    EVP_PKEY_free(pkey);
    +
    +    /* Read public key */
    +
    +    fp = fopen(certfile, "r");
    +    if (fp == NULL)
    +        exit(1);
    +    x509 = PEM_read_X509(fp, NULL, NULL, NULL);
    +    fclose(fp);
    +
    +    if (x509 == NULL) {
    +        ERR_print_errors_fp(stderr);
    +        exit(1);
    +    }
    +
    +    /* Get public key - eay */
    +    pkey = X509_get_pubkey(x509);
    +    if (pkey == NULL) {
    +        ERR_print_errors_fp(stderr);
    +        exit(1);
    +    }
    +
    +    /* Verify the signature */
    +
    +    EVP_VerifyInit(&md_ctx, EVP_sha1());
    +    EVP_VerifyUpdate(&md_ctx, data, strlen((char *)data));
    +    err = EVP_VerifyFinal(&md_ctx, sig_buf, sig_len, pkey);
    +    EVP_PKEY_free(pkey);
    +
    +    if (err != 1) {
    +        ERR_print_errors_fp(stderr);
    +        exit(1);
    +    }
    +    printf("Signature Verified Ok.\n");
    +    return (0);
     }
    diff --git a/openssl/demos/smime/smdec.c b/openssl/demos/smime/smdec.c
    index 8b1a8545a..6814d5199 100644
    --- a/openssl/demos/smime/smdec.c
    +++ b/openssl/demos/smime/smdec.c
    @@ -4,80 +4,75 @@
     #include 
     
     int main(int argc, char **argv)
    -	{
    -	BIO *in = NULL, *out = NULL, *tbio = NULL;
    -	X509 *rcert = NULL;
    -	EVP_PKEY *rkey = NULL;
    -	PKCS7 *p7 = NULL;
    -	int ret = 1;
    +{
    +    BIO *in = NULL, *out = NULL, *tbio = NULL;
    +    X509 *rcert = NULL;
    +    EVP_PKEY *rkey = NULL;
    +    PKCS7 *p7 = NULL;
    +    int ret = 1;
     
    -	OpenSSL_add_all_algorithms();
    -	ERR_load_crypto_strings();
    +    OpenSSL_add_all_algorithms();
    +    ERR_load_crypto_strings();
     
    -	/* Read in recipient certificate and private key */
    -	tbio = BIO_new_file("signer.pem", "r");
    +    /* Read in recipient certificate and private key */
    +    tbio = BIO_new_file("signer.pem", "r");
     
    -	if (!tbio)
    -		goto err;
    +    if (!tbio)
    +        goto err;
     
    -	rcert = PEM_read_bio_X509(tbio, NULL, 0, NULL);
    +    rcert = PEM_read_bio_X509(tbio, NULL, 0, NULL);
     
    -	BIO_reset(tbio);
    +    BIO_reset(tbio);
     
    -	rkey = PEM_read_bio_PrivateKey(tbio, NULL, 0, NULL);
    +    rkey = PEM_read_bio_PrivateKey(tbio, NULL, 0, NULL);
     
    -	if (!rcert || !rkey)
    -		goto err;
    +    if (!rcert || !rkey)
    +        goto err;
     
    -	/* Open content being signed */
    +    /* Open content being signed */
     
    -	in = BIO_new_file("smencr.txt", "r");
    +    in = BIO_new_file("smencr.txt", "r");
     
    -	if (!in)
    -		goto err;
    +    if (!in)
    +        goto err;
     
    -	/* Sign content */
    -	p7 = SMIME_read_PKCS7(in, NULL);
    +    /* Sign content */
    +    p7 = SMIME_read_PKCS7(in, NULL);
     
    -	if (!p7)
    -		goto err;
    +    if (!p7)
    +        goto err;
     
    -	out = BIO_new_file("encrout.txt", "w");
    -	if (!out)
    -		goto err;
    +    out = BIO_new_file("encrout.txt", "w");
    +    if (!out)
    +        goto err;
     
    -	/* Decrypt S/MIME message */
    -	if (!PKCS7_decrypt(p7, rkey, rcert, out, 0))
    -		goto err;
    +    /* Decrypt S/MIME message */
    +    if (!PKCS7_decrypt(p7, rkey, rcert, out, 0))
    +        goto err;
     
    -	ret = 0;
    +    ret = 0;
     
    -	err:
    + err:
     
    -	if (ret)
    -		{
    -		fprintf(stderr, "Error Signing Data\n");
    -		ERR_print_errors_fp(stderr);
    -		}
    -
    -	if (p7)
    -		PKCS7_free(p7);
    -	if (rcert)
    -		X509_free(rcert);
    -	if (rkey)
    -		EVP_PKEY_free(rkey);
    -
    -	if (in)
    -		BIO_free(in);
    -	if (out)
    -		BIO_free(out);
    -	if (tbio)
    -		BIO_free(tbio);
    -
    -	return ret;
    -
    -	}
    +    if (ret) {
    +        fprintf(stderr, "Error Signing Data\n");
    +        ERR_print_errors_fp(stderr);
    +    }
     
    +    if (p7)
    +        PKCS7_free(p7);
    +    if (rcert)
    +        X509_free(rcert);
    +    if (rkey)
    +        EVP_PKEY_free(rkey);
     
    +    if (in)
    +        BIO_free(in);
    +    if (out)
    +        BIO_free(out);
    +    if (tbio)
    +        BIO_free(tbio);
     
    +    return ret;
     
    +}
    diff --git a/openssl/demos/smime/smenc.c b/openssl/demos/smime/smenc.c
    index 77dd732fc..18bf7b161 100644
    --- a/openssl/demos/smime/smenc.c
    +++ b/openssl/demos/smime/smenc.c
    @@ -4,89 +4,89 @@
     #include 
     
     int main(int argc, char **argv)
    -	{
    -	BIO *in = NULL, *out = NULL, *tbio = NULL;
    -	X509 *rcert = NULL;
    -	STACK_OF(X509) *recips = NULL;
    -	PKCS7 *p7 = NULL;
    -	int ret = 1;
    +{
    +    BIO *in = NULL, *out = NULL, *tbio = NULL;
    +    X509 *rcert = NULL;
    +    STACK_OF(X509) *recips = NULL;
    +    PKCS7 *p7 = NULL;
    +    int ret = 1;
     
    -	/*
    -	 * On OpenSSL 0.9.9 only:
    -	 * for streaming set PKCS7_STREAM
    -	 */
    -	int flags = PKCS7_STREAM;
    +    /*
    +     * On OpenSSL 0.9.9 only:
    +     * for streaming set PKCS7_STREAM
    +     */
    +    int flags = PKCS7_STREAM;
     
    -	OpenSSL_add_all_algorithms();
    -	ERR_load_crypto_strings();
    +    OpenSSL_add_all_algorithms();
    +    ERR_load_crypto_strings();
     
    -	/* Read in recipient certificate */
    -	tbio = BIO_new_file("signer.pem", "r");
    +    /* Read in recipient certificate */
    +    tbio = BIO_new_file("signer.pem", "r");
     
    -	if (!tbio)
    -		goto err;
    +    if (!tbio)
    +        goto err;
     
    -	rcert = PEM_read_bio_X509(tbio, NULL, 0, NULL);
    +    rcert = PEM_read_bio_X509(tbio, NULL, 0, NULL);
     
    -	if (!rcert)
    -		goto err;
    +    if (!rcert)
    +        goto err;
     
    -	/* Create recipient STACK and add recipient cert to it */
    -	recips = sk_X509_new_null();
    +    /* Create recipient STACK and add recipient cert to it */
    +    recips = sk_X509_new_null();
     
    -	if (!recips || !sk_X509_push(recips, rcert))
    -		goto err;
    +    if (!recips || !sk_X509_push(recips, rcert))
    +        goto err;
     
    -	/* sk_X509_pop_free will free up recipient STACK and its contents
    -	 * so set rcert to NULL so it isn't freed up twice.
    -	 */
    -	rcert = NULL;
    +    /*
    +     * sk_X509_pop_free will free up recipient STACK and its contents so set
    +     * rcert to NULL so it isn't freed up twice.
    +     */
    +    rcert = NULL;
     
    -	/* Open content being encrypted */
    +    /* Open content being encrypted */
     
    -	in = BIO_new_file("encr.txt", "r");
    +    in = BIO_new_file("encr.txt", "r");
     
    -	if (!in)
    -		goto err;
    +    if (!in)
    +        goto err;
     
    -	/* encrypt content */
    -	p7 = PKCS7_encrypt(recips, in, EVP_des_ede3_cbc(), flags);
    +    /* encrypt content */
    +    p7 = PKCS7_encrypt(recips, in, EVP_des_ede3_cbc(), flags);
     
    -	if (!p7)
    -		goto err;
    +    if (!p7)
    +        goto err;
     
    -	out = BIO_new_file("smencr.txt", "w");
    -	if (!out)
    -		goto err;
    +    out = BIO_new_file("smencr.txt", "w");
    +    if (!out)
    +        goto err;
     
    -	/* Write out S/MIME message */
    -	if (!SMIME_write_PKCS7(out, p7, in, flags))
    -		goto err;
    +    /* Write out S/MIME message */
    +    if (!SMIME_write_PKCS7(out, p7, in, flags))
    +        goto err;
     
    -	ret = 0;
    +    ret = 0;
     
    -	err:
    + err:
     
    -	if (ret)
    -		{
    -		fprintf(stderr, "Error Encrypting Data\n");
    -		ERR_print_errors_fp(stderr);
    -		}
    +    if (ret) {
    +        fprintf(stderr, "Error Encrypting Data\n");
    +        ERR_print_errors_fp(stderr);
    +    }
     
    -	if (p7)
    -		PKCS7_free(p7);
    -	if (rcert)
    -		X509_free(rcert);
    -	if (recips)
    -		sk_X509_pop_free(recips, X509_free);
    +    if (p7)
    +        PKCS7_free(p7);
    +    if (rcert)
    +        X509_free(rcert);
    +    if (recips)
    +        sk_X509_pop_free(recips, X509_free);
     
    -	if (in)
    -		BIO_free(in);
    -	if (out)
    -		BIO_free(out);
    -	if (tbio)
    -		BIO_free(tbio);
    +    if (in)
    +        BIO_free(in);
    +    if (out)
    +        BIO_free(out);
    +    if (tbio)
    +        BIO_free(tbio);
     
    -	return ret;
    +    return ret;
     
    -	}
    +}
    diff --git a/openssl/demos/smime/smsign.c b/openssl/demos/smime/smsign.c
    index ba78830cf..c7bf86d37 100644
    --- a/openssl/demos/smime/smsign.c
    +++ b/openssl/demos/smime/smsign.c
    @@ -4,86 +4,85 @@
     #include 
     
     int main(int argc, char **argv)
    -	{
    -	BIO *in = NULL, *out = NULL, *tbio = NULL;
    -	X509 *scert = NULL;
    -	EVP_PKEY *skey = NULL;
    -	PKCS7 *p7 = NULL;
    -	int ret = 1;
    +{
    +    BIO *in = NULL, *out = NULL, *tbio = NULL;
    +    X509 *scert = NULL;
    +    EVP_PKEY *skey = NULL;
    +    PKCS7 *p7 = NULL;
    +    int ret = 1;
     
    -	/* For simple S/MIME signing use PKCS7_DETACHED.
    -	 * On OpenSSL 0.9.9 only:
    -	 * for streaming detached set PKCS7_DETACHED|PKCS7_STREAM
    -	 * for streaming non-detached set PKCS7_STREAM
    -	 */
    -	int flags = PKCS7_DETACHED|PKCS7_STREAM;
    +    /*
    +     * For simple S/MIME signing use PKCS7_DETACHED. On OpenSSL 0.9.9 only:
    +     * for streaming detached set PKCS7_DETACHED|PKCS7_STREAM for streaming
    +     * non-detached set PKCS7_STREAM
    +     */
    +    int flags = PKCS7_DETACHED | PKCS7_STREAM;
     
    -	OpenSSL_add_all_algorithms();
    -	ERR_load_crypto_strings();
    +    OpenSSL_add_all_algorithms();
    +    ERR_load_crypto_strings();
     
    -	/* Read in signer certificate and private key */
    -	tbio = BIO_new_file("signer.pem", "r");
    +    /* Read in signer certificate and private key */
    +    tbio = BIO_new_file("signer.pem", "r");
     
    -	if (!tbio)
    -		goto err;
    +    if (!tbio)
    +        goto err;
     
    -	scert = PEM_read_bio_X509(tbio, NULL, 0, NULL);
    +    scert = PEM_read_bio_X509(tbio, NULL, 0, NULL);
     
    -	BIO_reset(tbio);
    +    BIO_reset(tbio);
     
    -	skey = PEM_read_bio_PrivateKey(tbio, NULL, 0, NULL);
    +    skey = PEM_read_bio_PrivateKey(tbio, NULL, 0, NULL);
     
    -	if (!scert || !skey)
    -		goto err;
    +    if (!scert || !skey)
    +        goto err;
     
    -	/* Open content being signed */
    +    /* Open content being signed */
     
    -	in = BIO_new_file("sign.txt", "r");
    +    in = BIO_new_file("sign.txt", "r");
     
    -	if (!in)
    -		goto err;
    +    if (!in)
    +        goto err;
     
    -	/* Sign content */
    -	p7 = PKCS7_sign(scert, skey, NULL, in, flags);
    +    /* Sign content */
    +    p7 = PKCS7_sign(scert, skey, NULL, in, flags);
     
    -	if (!p7)
    -		goto err;
    +    if (!p7)
    +        goto err;
     
    -	out = BIO_new_file("smout.txt", "w");
    -	if (!out)
    -		goto err;
    +    out = BIO_new_file("smout.txt", "w");
    +    if (!out)
    +        goto err;
     
    -	if (!(flags & PKCS7_STREAM))
    -		BIO_reset(in);
    +    if (!(flags & PKCS7_STREAM))
    +        BIO_reset(in);
     
    -	/* Write out S/MIME message */
    -	if (!SMIME_write_PKCS7(out, p7, in, flags))
    -		goto err;
    +    /* Write out S/MIME message */
    +    if (!SMIME_write_PKCS7(out, p7, in, flags))
    +        goto err;
     
    -	ret = 0;
    +    ret = 0;
     
    -	err:
    + err:
     
    -	if (ret)
    -		{
    -		fprintf(stderr, "Error Signing Data\n");
    -		ERR_print_errors_fp(stderr);
    -		}
    +    if (ret) {
    +        fprintf(stderr, "Error Signing Data\n");
    +        ERR_print_errors_fp(stderr);
    +    }
     
    -	if (p7)
    -		PKCS7_free(p7);
    -	if (scert)
    -		X509_free(scert);
    -	if (skey)
    -		EVP_PKEY_free(skey);
    +    if (p7)
    +        PKCS7_free(p7);
    +    if (scert)
    +        X509_free(scert);
    +    if (skey)
    +        EVP_PKEY_free(skey);
     
    -	if (in)
    -		BIO_free(in);
    -	if (out)
    -		BIO_free(out);
    -	if (tbio)
    -		BIO_free(tbio);
    +    if (in)
    +        BIO_free(in);
    +    if (out)
    +        BIO_free(out);
    +    if (tbio)
    +        BIO_free(tbio);
     
    -	return ret;
    +    return ret;
     
    -	}
    +}
    diff --git a/openssl/demos/smime/smsign2.c b/openssl/demos/smime/smsign2.c
    index ff835c568..a11609434 100644
    --- a/openssl/demos/smime/smsign2.c
    +++ b/openssl/demos/smime/smsign2.c
    @@ -4,104 +4,99 @@
     #include 
     
     int main(int argc, char **argv)
    -	{
    -	BIO *in = NULL, *out = NULL, *tbio = NULL;
    -	X509 *scert = NULL, *scert2 = NULL;
    -	EVP_PKEY *skey = NULL, *skey2 = NULL;
    -	PKCS7 *p7 = NULL;
    -	int ret = 1;
    +{
    +    BIO *in = NULL, *out = NULL, *tbio = NULL;
    +    X509 *scert = NULL, *scert2 = NULL;
    +    EVP_PKEY *skey = NULL, *skey2 = NULL;
    +    PKCS7 *p7 = NULL;
    +    int ret = 1;
     
    -	OpenSSL_add_all_algorithms();
    -	ERR_load_crypto_strings();
    +    OpenSSL_add_all_algorithms();
    +    ERR_load_crypto_strings();
     
    -	tbio = BIO_new_file("signer.pem", "r");
    +    tbio = BIO_new_file("signer.pem", "r");
     
    -	if (!tbio)
    -		goto err;
    +    if (!tbio)
    +        goto err;
     
    -	scert = PEM_read_bio_X509(tbio, NULL, 0, NULL);
    +    scert = PEM_read_bio_X509(tbio, NULL, 0, NULL);
     
    -	BIO_reset(tbio);
    +    BIO_reset(tbio);
     
    -	skey = PEM_read_bio_PrivateKey(tbio, NULL, 0, NULL);
    +    skey = PEM_read_bio_PrivateKey(tbio, NULL, 0, NULL);
     
    -	BIO_free(tbio);
    +    BIO_free(tbio);
     
    -	tbio = BIO_new_file("signer2.pem", "r");
    +    tbio = BIO_new_file("signer2.pem", "r");
     
    -	if (!tbio)
    -		goto err;
    +    if (!tbio)
    +        goto err;
     
    -	scert2 = PEM_read_bio_X509(tbio, NULL, 0, NULL);
    +    scert2 = PEM_read_bio_X509(tbio, NULL, 0, NULL);
     
    -	BIO_reset(tbio);
    +    BIO_reset(tbio);
     
    -	skey2 = PEM_read_bio_PrivateKey(tbio, NULL, 0, NULL);
    +    skey2 = PEM_read_bio_PrivateKey(tbio, NULL, 0, NULL);
     
    -	if (!scert2 || !skey2)
    -		goto err;
    +    if (!scert2 || !skey2)
    +        goto err;
     
    -	in = BIO_new_file("sign.txt", "r");
    +    in = BIO_new_file("sign.txt", "r");
     
    -	if (!in)
    -		goto err;
    +    if (!in)
    +        goto err;
     
    -	p7 = PKCS7_sign(NULL, NULL, NULL, in, PKCS7_STREAM|PKCS7_PARTIAL);
    +    p7 = PKCS7_sign(NULL, NULL, NULL, in, PKCS7_STREAM | PKCS7_PARTIAL);
     
    -	if (!p7)
    -		goto err;
    +    if (!p7)
    +        goto err;
     
    -	/* Add each signer in turn */
    +    /* Add each signer in turn */
     
    -	if (!PKCS7_sign_add_signer(p7, scert, skey, NULL, 0))
    -		goto err;
    +    if (!PKCS7_sign_add_signer(p7, scert, skey, NULL, 0))
    +        goto err;
     
    -	if (!PKCS7_sign_add_signer(p7, scert2, skey2, NULL, 0))
    -		goto err;
    +    if (!PKCS7_sign_add_signer(p7, scert2, skey2, NULL, 0))
    +        goto err;
     
    -	out = BIO_new_file("smout.txt", "w");
    -	if (!out)
    -		goto err;
    +    out = BIO_new_file("smout.txt", "w");
    +    if (!out)
    +        goto err;
     
    -	/* NB: content included and finalized by SMIME_write_PKCS7 */
    +    /* NB: content included and finalized by SMIME_write_PKCS7 */
     
    -	if (!SMIME_write_PKCS7(out, p7, in, PKCS7_STREAM))
    -		goto err;
    +    if (!SMIME_write_PKCS7(out, p7, in, PKCS7_STREAM))
    +        goto err;
     
    -	ret = 0;
    +    ret = 0;
     
    -	err:
    + err:
     
    -	if (ret)
    -		{
    -		fprintf(stderr, "Error Signing Data\n");
    -		ERR_print_errors_fp(stderr);
    -		}
    +    if (ret) {
    +        fprintf(stderr, "Error Signing Data\n");
    +        ERR_print_errors_fp(stderr);
    +    }
     
    -	if (p7)
    -		PKCS7_free(p7);
    +    if (p7)
    +        PKCS7_free(p7);
     
    -	if (scert)
    -		X509_free(scert);
    -	if (skey)
    -		EVP_PKEY_free(skey);
    -
    -	if (scert2)
    -		X509_free(scert2);
    -	if (skey)
    -		EVP_PKEY_free(skey2);
    -
    -	if (in)
    -		BIO_free(in);
    -	if (out)
    -		BIO_free(out);
    -	if (tbio)
    -		BIO_free(tbio);
    -
    -	return ret;
    -
    -	}
    +    if (scert)
    +        X509_free(scert);
    +    if (skey)
    +        EVP_PKEY_free(skey);
     
    +    if (scert2)
    +        X509_free(scert2);
    +    if (skey)
    +        EVP_PKEY_free(skey2);
     
    +    if (in)
    +        BIO_free(in);
    +    if (out)
    +        BIO_free(out);
    +    if (tbio)
    +        BIO_free(tbio);
     
    +    return ret;
     
    +}
    diff --git a/openssl/demos/smime/smver.c b/openssl/demos/smime/smver.c
    index 9d360c273..21937df30 100644
    --- a/openssl/demos/smime/smver.c
    +++ b/openssl/demos/smime/smver.c
    @@ -4,84 +4,82 @@
     #include 
     
     int main(int argc, char **argv)
    -	{
    -	BIO *in = NULL, *out = NULL, *tbio = NULL, *cont = NULL;
    -	X509_STORE *st = NULL;
    -	X509 *cacert = NULL;
    -	PKCS7 *p7 = NULL;
    +{
    +    BIO *in = NULL, *out = NULL, *tbio = NULL, *cont = NULL;
    +    X509_STORE *st = NULL;
    +    X509 *cacert = NULL;
    +    PKCS7 *p7 = NULL;
     
    -	int ret = 1;
    +    int ret = 1;
     
    -	OpenSSL_add_all_algorithms();
    -	ERR_load_crypto_strings();
    +    OpenSSL_add_all_algorithms();
    +    ERR_load_crypto_strings();
     
    -	/* Set up trusted CA certificate store */
    +    /* Set up trusted CA certificate store */
     
    -	st = X509_STORE_new();
    +    st = X509_STORE_new();
     
    -	/* Read in signer certificate and private key */
    -	tbio = BIO_new_file("cacert.pem", "r");
    +    /* Read in signer certificate and private key */
    +    tbio = BIO_new_file("cacert.pem", "r");
     
    -	if (!tbio)
    -		goto err;
    +    if (!tbio)
    +        goto err;
     
    -	cacert = PEM_read_bio_X509(tbio, NULL, 0, NULL);
    +    cacert = PEM_read_bio_X509(tbio, NULL, 0, NULL);
     
    -	if (!cacert)
    -		goto err;
    +    if (!cacert)
    +        goto err;
     
    -	if (!X509_STORE_add_cert(st, cacert))
    -		goto err;
    +    if (!X509_STORE_add_cert(st, cacert))
    +        goto err;
     
    -	/* Open content being signed */
    +    /* Open content being signed */
     
    -	in = BIO_new_file("smout.txt", "r");
    +    in = BIO_new_file("smout.txt", "r");
     
    -	if (!in)
    -		goto err;
    +    if (!in)
    +        goto err;
     
    -	/* Sign content */
    -	p7 = SMIME_read_PKCS7(in, &cont);
    +    /* Sign content */
    +    p7 = SMIME_read_PKCS7(in, &cont);
     
    -	if (!p7)
    -		goto err;
    +    if (!p7)
    +        goto err;
     
    -	/* File to output verified content to */
    -	out = BIO_new_file("smver.txt", "w");
    -	if (!out)
    -		goto err;
    +    /* File to output verified content to */
    +    out = BIO_new_file("smver.txt", "w");
    +    if (!out)
    +        goto err;
     
    -	if (!PKCS7_verify(p7, NULL, st, cont, out, 0))
    -		{
    -		fprintf(stderr, "Verification Failure\n");
    -		goto err;
    -		}
    +    if (!PKCS7_verify(p7, NULL, st, cont, out, 0)) {
    +        fprintf(stderr, "Verification Failure\n");
    +        goto err;
    +    }
     
    -	fprintf(stderr, "Verification Successful\n");
    +    fprintf(stderr, "Verification Successful\n");
     
    -	ret = 0;
    +    ret = 0;
     
    -	err:
    + err:
     
    -	if (ret)
    -		{
    -		fprintf(stderr, "Error Verifying Data\n");
    -		ERR_print_errors_fp(stderr);
    -		}
    +    if (ret) {
    +        fprintf(stderr, "Error Verifying Data\n");
    +        ERR_print_errors_fp(stderr);
    +    }
     
    -	if (p7)
    -		PKCS7_free(p7);
    +    if (p7)
    +        PKCS7_free(p7);
     
    -	if (cacert)
    -		X509_free(cacert);
    +    if (cacert)
    +        X509_free(cacert);
     
    -	if (in)
    -		BIO_free(in);
    -	if (out)
    -		BIO_free(out);
    -	if (tbio)
    -		BIO_free(tbio);
    +    if (in)
    +        BIO_free(in);
    +    if (out)
    +        BIO_free(out);
    +    if (tbio)
    +        BIO_free(tbio);
     
    -	return ret;
    +    return ret;
     
    -	}
    +}
    diff --git a/openssl/demos/spkigen.c b/openssl/demos/spkigen.c
    index 2cd5dfea9..c272a8c22 100644
    --- a/openssl/demos/spkigen.c
    +++ b/openssl/demos/spkigen.c
    @@ -1,8 +1,9 @@
     /* NOCW */
    -/* demos/spkigen.c
    - * 18-Mar-1997 - eay - A quick hack :-) 
    - * 		version 1.1, it would probably help to save or load the
    - *		private key :-)
    +/*-
    + * demos/spkigen.c
    + * 18-Mar-1997 - eay - A quick hack :-)
    + *              version 1.1, it would probably help to save or load the
    + *              private key :-)
      */
     #include 
     #include 
    @@ -13,149 +14,159 @@
     #include 
     #include 
     
    -/* The following two don't exist in SSLeay but they are in here as
    - * examples */
    +/*
    + * The following two don't exist in SSLeay but they are in here as examples
    + */
     #define PEM_write_SPKI(fp,x) \
    -	PEM_ASN1_write((int (*)())i2d_NETSCAPE_SPKI,"SPKI",fp,\
    -			(char *)x,NULL,NULL,0,NULL)
    +        PEM_ASN1_write((int (*)())i2d_NETSCAPE_SPKI,"SPKI",fp,\
    +                        (char *)x,NULL,NULL,0,NULL)
     int SPKI_set_pubkey(NETSCAPE_SPKI *x, EVP_PKEY *pkey);
     
     /* These are defined in the next version of SSLeay */
    -int EVP_PKEY_assign(EVP_PKEY *pkey, int type,char *key);
    -#define RSA_F4	0x10001
    +int EVP_PKEY_assign(EVP_PKEY *pkey, int type, char *key);
    +#define RSA_F4  0x10001
     #define EVP_PKEY_assign_RSA(pkey,rsa) EVP_PKEY_assign((pkey),EVP_PKEY_RSA,\
    -					(char *)(rsa))
    +                                        (char *)(rsa))
     
    -int main(argc,argv)
    +int main(argc, argv)
     int argc;
     char *argv[];
    -	{
    -	RSA *rsa=NULL;
    -	NETSCAPE_SPKI *spki=NULL;
    -	EVP_PKEY *pkey=NULL;
    -	char buf[128];
    -	int ok=0,i;
    -	FILE *fp;
    -
    -	pkey=EVP_PKEY_new();
    -	 
    -	if (argc < 2)
    -		{
    -		/* Generate an RSA key, the random state should have been seeded
    -		 * with lots of calls to RAND_seed(....) */
    -		fprintf(stderr,"generating RSA key, could take some time...\n");
    -		if ((rsa=RSA_generate_key(512,RSA_F4,NULL)) == NULL) goto err;
    -		}
    -	else
    -		{
    -		if ((fp=fopen(argv[1],"r")) == NULL)
    -			{ perror(argv[1]); goto err; }
    -		if ((rsa=PEM_read_RSAPrivateKey(fp,NULL,NULL)) == NULL)
    -			goto err;
    -		fclose(fp);
    -		}
    -	
    -	if (!EVP_PKEY_assign_RSA(pkey,rsa)) goto err;
    -	rsa=NULL;
    -
    -	/* lets make the spki and set the public key and challenge */
    -	if ((spki=NETSCAPE_SPKI_new()) == NULL) goto err;
    -
    -	if (!SPKI_set_pubkey(spki,pkey)) goto err;
    -
    -	fprintf(stderr,"please enter challenge string:");
    -	fflush(stderr);
    -	buf[0]='\0';
    -	fgets(buf,sizeof buf,stdin);
    -	i=strlen(buf);
    -	if (i > 0) buf[--i]='\0';
    -	if (!ASN1_STRING_set((ASN1_STRING *)spki->spkac->challenge,
    -		buf,i)) goto err;
    -
    -	if (!NETSCAPE_SPKI_sign(spki,pkey,EVP_md5())) goto err;
    -	PEM_write_SPKI(stdout,spki);
    -	if (argc < 2)
    -		PEM_write_RSAPrivateKey(stdout,pkey->pkey.rsa,NULL,NULL,0,NULL);
    -
    -	ok=1;
    -err:
    -	if (!ok)
    -		{
    -		fprintf(stderr,"something bad happened....");
    -		ERR_print_errors_fp(stderr);
    -		}
    -	NETSCAPE_SPKI_free(spki);
    -	EVP_PKEY_free(pkey);
    -	exit(!ok);
    -	}
    +{
    +    RSA *rsa = NULL;
    +    NETSCAPE_SPKI *spki = NULL;
    +    EVP_PKEY *pkey = NULL;
    +    char buf[128];
    +    int ok = 0, i;
    +    FILE *fp;
    +
    +    pkey = EVP_PKEY_new();
    +
    +    if (argc < 2) {
    +        /*
    +         * Generate an RSA key, the random state should have been seeded with
    +         * lots of calls to RAND_seed(....)
    +         */
    +        fprintf(stderr, "generating RSA key, could take some time...\n");
    +        if ((rsa = RSA_generate_key(512, RSA_F4, NULL)) == NULL)
    +            goto err;
    +    } else {
    +        if ((fp = fopen(argv[1], "r")) == NULL) {
    +            perror(argv[1]);
    +            goto err;
    +        }
    +        if ((rsa = PEM_read_RSAPrivateKey(fp, NULL, NULL)) == NULL)
    +            goto err;
    +        fclose(fp);
    +    }
    +
    +    if (!EVP_PKEY_assign_RSA(pkey, rsa))
    +        goto err;
    +    rsa = NULL;
    +
    +    /* lets make the spki and set the public key and challenge */
    +    if ((spki = NETSCAPE_SPKI_new()) == NULL)
    +        goto err;
    +
    +    if (!SPKI_set_pubkey(spki, pkey))
    +        goto err;
    +
    +    fprintf(stderr, "please enter challenge string:");
    +    fflush(stderr);
    +    buf[0] = '\0';
    +    fgets(buf, sizeof buf, stdin);
    +    i = strlen(buf);
    +    if (i > 0)
    +        buf[--i] = '\0';
    +    if (!ASN1_STRING_set((ASN1_STRING *)spki->spkac->challenge, buf, i))
    +        goto err;
    +
    +    if (!NETSCAPE_SPKI_sign(spki, pkey, EVP_md5()))
    +        goto err;
    +    PEM_write_SPKI(stdout, spki);
    +    if (argc < 2)
    +        PEM_write_RSAPrivateKey(stdout, pkey->pkey.rsa, NULL, NULL, 0, NULL);
    +
    +    ok = 1;
    + err:
    +    if (!ok) {
    +        fprintf(stderr, "something bad happened....");
    +        ERR_print_errors_fp(stderr);
    +    }
    +    NETSCAPE_SPKI_free(spki);
    +    EVP_PKEY_free(pkey);
    +    exit(!ok);
    +}
     
     /* This function is in the next version of SSLeay */
    -int EVP_PKEY_assign(pkey,type,key)
    +int EVP_PKEY_assign(pkey, type, key)
     EVP_PKEY *pkey;
     int type;
     char *key;
    -	{
    -	if (pkey == NULL) return(0);
    -	if (pkey->pkey.ptr != NULL)
    -		{
    -		if (pkey->type == EVP_PKEY_RSA)
    -			RSA_free(pkey->pkey.rsa);
    -		/* else memory leak */
    -		}
    -	pkey->type=type;
    -	pkey->pkey.ptr=key;
    -	return(1);
    -	}
    -
    -/* While I have a 
    - * X509_set_pubkey() and X509_REQ_set_pubkey(), SPKI_set_pubkey() does
    - * not currently exist so here is a version of it.
    - * The next SSLeay release will probably have
    - * X509_set_pubkey(),
    - * X509_REQ_set_pubkey() and
    - * NETSCAPE_SPKI_set_pubkey()
    - * as macros calling the same function */
    -int SPKI_set_pubkey(x,pkey)
    +{
    +    if (pkey == NULL)
    +        return (0);
    +    if (pkey->pkey.ptr != NULL) {
    +        if (pkey->type == EVP_PKEY_RSA)
    +            RSA_free(pkey->pkey.rsa);
    +        /* else memory leak */
    +    }
    +    pkey->type = type;
    +    pkey->pkey.ptr = key;
    +    return (1);
    +}
    +
    +/*
    + * While I have a X509_set_pubkey() and X509_REQ_set_pubkey(),
    + * SPKI_set_pubkey() does not currently exist so here is a version of it. The
    + * next SSLeay release will probably have X509_set_pubkey(),
    + * X509_REQ_set_pubkey() and NETSCAPE_SPKI_set_pubkey() as macros calling the
    + * same function
    + */
    +int SPKI_set_pubkey(x, pkey)
     NETSCAPE_SPKI *x;
     EVP_PKEY *pkey;
    -	{
    -	int ok=0;
    -	X509_PUBKEY *pk;
    -	X509_ALGOR *a;
    -	ASN1_OBJECT *o;
    -	unsigned char *s,*p;
    -	int i;
    -
    -	if (x == NULL) return(0);
    -
    -	if ((pk=X509_PUBKEY_new()) == NULL) goto err;
    -	a=pk->algor;
    -
    -	/* set the algorithm id */
    -	if ((o=OBJ_nid2obj(pkey->type)) == NULL) goto err;
    -	ASN1_OBJECT_free(a->algorithm);
    -	a->algorithm=o;
    -
    -	/* Set the parameter list */
    -	if ((a->parameter == NULL) || (a->parameter->type != V_ASN1_NULL))
    -		{
    -		ASN1_TYPE_free(a->parameter);
    -		a->parameter=ASN1_TYPE_new();
    -		a->parameter->type=V_ASN1_NULL;
    -		}
    -	i=i2d_PublicKey(pkey,NULL);
    -	if ((s=(unsigned char *)malloc(i+1)) == NULL) goto err;
    -	p=s;
    -	i2d_PublicKey(pkey,&p);
    -	if (!ASN1_BIT_STRING_set(pk->public_key,s,i)) goto err;
    -	free(s);
    -
    -	X509_PUBKEY_free(x->spkac->pubkey);
    -	x->spkac->pubkey=pk;
    -	pk=NULL;
    -	ok=1;
    -err:
    -	if (pk != NULL) X509_PUBKEY_free(pk);
    -	return(ok);
    -	}
    -
    +{
    +    int ok = 0;
    +    X509_PUBKEY *pk;
    +    X509_ALGOR *a;
    +    ASN1_OBJECT *o;
    +    unsigned char *s, *p;
    +    int i;
    +
    +    if (x == NULL)
    +        return (0);
    +
    +    if ((pk = X509_PUBKEY_new()) == NULL)
    +        goto err;
    +    a = pk->algor;
    +
    +    /* set the algorithm id */
    +    if ((o = OBJ_nid2obj(pkey->type)) == NULL)
    +        goto err;
    +    ASN1_OBJECT_free(a->algorithm);
    +    a->algorithm = o;
    +
    +    /* Set the parameter list */
    +    if ((a->parameter == NULL) || (a->parameter->type != V_ASN1_NULL)) {
    +        ASN1_TYPE_free(a->parameter);
    +        a->parameter = ASN1_TYPE_new();
    +        a->parameter->type = V_ASN1_NULL;
    +    }
    +    i = i2d_PublicKey(pkey, NULL);
    +    if ((s = (unsigned char *)malloc(i + 1)) == NULL)
    +        goto err;
    +    p = s;
    +    i2d_PublicKey(pkey, &p);
    +    if (!ASN1_BIT_STRING_set(pk->public_key, s, i))
    +        goto err;
    +    free(s);
    +
    +    X509_PUBKEY_free(x->spkac->pubkey);
    +    x->spkac->pubkey = pk;
    +    pk = NULL;
    +    ok = 1;
    + err:
    +    if (pk != NULL)
    +        X509_PUBKEY_free(pk);
    +    return (ok);
    +}
    diff --git a/openssl/demos/state_machine/state_machine.c b/openssl/demos/state_machine/state_machine.c
    index fef3f3e3d..2ec196aff 100644
    --- a/openssl/demos/state_machine/state_machine.c
    +++ b/openssl/demos/state_machine/state_machine.c
    @@ -6,7 +6,7 @@
      * are met:
      *
      * 1. Redistributions of source code must retain the above copyright
    - *    notice, this list of conditions and the following disclaimer. 
    + *    notice, this list of conditions and the following disclaimer.
      *
      * 2. Redistributions in binary form must reproduce the above copyright
      *    notice, this list of conditions and the following disclaimer in
    @@ -83,334 +83,325 @@
     #include 
     #include 
     
    -/* die_unless is intended to work like assert, except that it happens
    -   always, even if NDEBUG is defined. Use assert as a stopgap. */
    +/*
    + * die_unless is intended to work like assert, except that it happens always,
    + * even if NDEBUG is defined. Use assert as a stopgap.
    + */
     
    -#define die_unless(x)	assert(x)
    +#define die_unless(x)   assert(x)
     
    -typedef struct
    -    {
    +typedef struct {
         SSL_CTX *pCtx;
         BIO *pbioRead;
         BIO *pbioWrite;
         SSL *pSSL;
    -    } SSLStateMachine;
    +} SSLStateMachine;
     
    -void SSLStateMachine_print_error(SSLStateMachine *pMachine,const char *szErr)
    -    {
    +void SSLStateMachine_print_error(SSLStateMachine * pMachine,
    +                                 const char *szErr)
    +{
         unsigned long l;
     
    -    fprintf(stderr,"%s\n",szErr);
    -    while((l=ERR_get_error()))
    -	{
    -	char buf[1024];
    +    fprintf(stderr, "%s\n", szErr);
    +    while ((l = ERR_get_error())) {
    +        char buf[1024];
     
    -	ERR_error_string_n(l,buf,sizeof buf);
    -	fprintf(stderr,"Error %lx: %s\n",l,buf);
    -	}
    +        ERR_error_string_n(l, buf, sizeof buf);
    +        fprintf(stderr, "Error %lx: %s\n", l, buf);
         }
    +}
     
     SSLStateMachine *SSLStateMachine_new(const char *szCertificateFile,
    -				     const char *szKeyFile)
    -    {
    -    SSLStateMachine *pMachine=malloc(sizeof *pMachine);
    +                                     const char *szKeyFile)
    +{
    +    SSLStateMachine *pMachine = malloc(sizeof *pMachine);
         int n;
     
         die_unless(pMachine);
     
    -    pMachine->pCtx=SSL_CTX_new(SSLv23_server_method());
    +    pMachine->pCtx = SSL_CTX_new(SSLv23_server_method());
         die_unless(pMachine->pCtx);
     
    -    n=SSL_CTX_use_certificate_file(pMachine->pCtx,szCertificateFile,
    -				   SSL_FILETYPE_PEM);
    +    n = SSL_CTX_use_certificate_file(pMachine->pCtx, szCertificateFile,
    +                                     SSL_FILETYPE_PEM);
         die_unless(n > 0);
     
    -    n=SSL_CTX_use_PrivateKey_file(pMachine->pCtx,szKeyFile,SSL_FILETYPE_PEM);
    +    n = SSL_CTX_use_PrivateKey_file(pMachine->pCtx, szKeyFile,
    +                                    SSL_FILETYPE_PEM);
         die_unless(n > 0);
     
    -    pMachine->pSSL=SSL_new(pMachine->pCtx);
    +    pMachine->pSSL = SSL_new(pMachine->pCtx);
         die_unless(pMachine->pSSL);
     
    -    pMachine->pbioRead=BIO_new(BIO_s_mem());
    +    pMachine->pbioRead = BIO_new(BIO_s_mem());
     
    -    pMachine->pbioWrite=BIO_new(BIO_s_mem());
    +    pMachine->pbioWrite = BIO_new(BIO_s_mem());
     
    -    SSL_set_bio(pMachine->pSSL,pMachine->pbioRead,pMachine->pbioWrite);
    +    SSL_set_bio(pMachine->pSSL, pMachine->pbioRead, pMachine->pbioWrite);
     
         SSL_set_accept_state(pMachine->pSSL);
     
         return pMachine;
    -    }
    -
    -void SSLStateMachine_read_inject(SSLStateMachine *pMachine,
    -				 const unsigned char *aucBuf,int nBuf)
    -    {
    -    int n=BIO_write(pMachine->pbioRead,aucBuf,nBuf);
    -    /* If it turns out this assert fails, then buffer the data here
    -     * and just feed it in in churn instead. Seems to me that it
    -     * should be guaranteed to succeed, though.
    +}
    +
    +void SSLStateMachine_read_inject(SSLStateMachine * pMachine,
    +                                 const unsigned char *aucBuf, int nBuf)
    +{
    +    int n = BIO_write(pMachine->pbioRead, aucBuf, nBuf);
    +    /*
    +     * If it turns out this assert fails, then buffer the data here and just
    +     * feed it in in churn instead. Seems to me that it should be guaranteed
    +     * to succeed, though.
          */
         assert(n == nBuf);
    -    fprintf(stderr,"%d bytes of encrypted data fed to state machine\n",n);
    -    }
    +    fprintf(stderr, "%d bytes of encrypted data fed to state machine\n", n);
    +}
     
    -int SSLStateMachine_read_extract(SSLStateMachine *pMachine,
    -				 unsigned char *aucBuf,int nBuf)
    -    {
    +int SSLStateMachine_read_extract(SSLStateMachine * pMachine,
    +                                 unsigned char *aucBuf, int nBuf)
    +{
         int n;
     
    -    if(!SSL_is_init_finished(pMachine->pSSL))
    -	{
    -	fprintf(stderr,"Doing SSL_accept\n");
    -	n=SSL_accept(pMachine->pSSL);
    -	if(n == 0)
    -	    fprintf(stderr,"SSL_accept returned zero\n");
    -	if(n < 0)
    -	    {
    -	    int err;
    -
    -	    if((err=SSL_get_error(pMachine->pSSL,n)) == SSL_ERROR_WANT_READ)
    -		{
    -		fprintf(stderr,"SSL_accept wants more data\n");
    -		return 0;
    -		}
    -
    -	    SSLStateMachine_print_error(pMachine,"SSL_accept error");
    -	    exit(7);
    -	    }
    -	return 0;
    -	}
    -
    -    n=SSL_read(pMachine->pSSL,aucBuf,nBuf);
    -    if(n < 0)
    -	{
    -	int err=SSL_get_error(pMachine->pSSL,n);
    -
    -	if(err == SSL_ERROR_WANT_READ)
    -	    {
    -	    fprintf(stderr,"SSL_read wants more data\n");
    -	    return 0;
    -	    }
    -
    -	SSLStateMachine_print_error(pMachine,"SSL_read error");
    -	exit(8);
    -	}
    -
    -    fprintf(stderr,"%d bytes of decrypted data read from state machine\n",n);
    -    return n;
    +    if (!SSL_is_init_finished(pMachine->pSSL)) {
    +        fprintf(stderr, "Doing SSL_accept\n");
    +        n = SSL_accept(pMachine->pSSL);
    +        if (n == 0)
    +            fprintf(stderr, "SSL_accept returned zero\n");
    +        if (n < 0) {
    +            int err;
    +
    +            if ((err =
    +                 SSL_get_error(pMachine->pSSL, n)) == SSL_ERROR_WANT_READ) {
    +                fprintf(stderr, "SSL_accept wants more data\n");
    +                return 0;
    +            }
    +
    +            SSLStateMachine_print_error(pMachine, "SSL_accept error");
    +            exit(7);
    +        }
    +        return 0;
         }
     
    -int SSLStateMachine_write_can_extract(SSLStateMachine *pMachine)
    -    {
    -    int n=BIO_pending(pMachine->pbioWrite);
    -    if(n)
    -	fprintf(stderr,"There is encrypted data available to write\n");
    +    n = SSL_read(pMachine->pSSL, aucBuf, nBuf);
    +    if (n < 0) {
    +        int err = SSL_get_error(pMachine->pSSL, n);
    +
    +        if (err == SSL_ERROR_WANT_READ) {
    +            fprintf(stderr, "SSL_read wants more data\n");
    +            return 0;
    +        }
    +
    +        SSLStateMachine_print_error(pMachine, "SSL_read error");
    +        exit(8);
    +    }
    +
    +    fprintf(stderr, "%d bytes of decrypted data read from state machine\n",
    +            n);
    +    return n;
    +}
    +
    +int SSLStateMachine_write_can_extract(SSLStateMachine * pMachine)
    +{
    +    int n = BIO_pending(pMachine->pbioWrite);
    +    if (n)
    +        fprintf(stderr, "There is encrypted data available to write\n");
         else
    -	fprintf(stderr,"There is no encrypted data available to write\n");
    +        fprintf(stderr, "There is no encrypted data available to write\n");
     
         return n;
    -    }
    +}
     
    -int SSLStateMachine_write_extract(SSLStateMachine *pMachine,
    -				  unsigned char *aucBuf,int nBuf)
    -    {
    +int SSLStateMachine_write_extract(SSLStateMachine * pMachine,
    +                                  unsigned char *aucBuf, int nBuf)
    +{
         int n;
     
    -    n=BIO_read(pMachine->pbioWrite,aucBuf,nBuf);
    -    fprintf(stderr,"%d bytes of encrypted data read from state machine\n",n);
    +    n = BIO_read(pMachine->pbioWrite, aucBuf, nBuf);
    +    fprintf(stderr, "%d bytes of encrypted data read from state machine\n",
    +            n);
         return n;
    -    }
    -
    -void SSLStateMachine_write_inject(SSLStateMachine *pMachine,
    -				  const unsigned char *aucBuf,int nBuf)
    -    {
    -    int n=SSL_write(pMachine->pSSL,aucBuf,nBuf);
    -    /* If it turns out this assert fails, then buffer the data here
    -     * and just feed it in in churn instead. Seems to me that it
    -     * should be guaranteed to succeed, though.
    +}
    +
    +void SSLStateMachine_write_inject(SSLStateMachine * pMachine,
    +                                  const unsigned char *aucBuf, int nBuf)
    +{
    +    int n = SSL_write(pMachine->pSSL, aucBuf, nBuf);
    +    /*
    +     * If it turns out this assert fails, then buffer the data here and just
    +     * feed it in in churn instead. Seems to me that it should be guaranteed
    +     * to succeed, though.
          */
         assert(n == nBuf);
    -    fprintf(stderr,"%d bytes of unencrypted data fed to state machine\n",n);
    -    }
    +    fprintf(stderr, "%d bytes of unencrypted data fed to state machine\n", n);
    +}
     
     int OpenSocket(int nPort)
    -    {
    +{
         int nSocket;
         struct sockaddr_in saServer;
         struct sockaddr_in saClient;
    -    int one=1;
    +    int one = 1;
         int nSize;
         int nFD;
         int nLen;
     
    -    nSocket=socket(AF_INET,SOCK_STREAM,IPPROTO_TCP);
    -    if(nSocket < 0)
    -	{
    -	perror("socket");
    -	exit(1);
    -	}
    +    nSocket = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP);
    +    if (nSocket < 0) {
    +        perror("socket");
    +        exit(1);
    +    }
     
    -    if(setsockopt(nSocket,SOL_SOCKET,SO_REUSEADDR,(char *)&one,sizeof one) < 0)
    -	{
    -	perror("setsockopt");
    +    if (setsockopt
    +        (nSocket, SOL_SOCKET, SO_REUSEADDR, (char *)&one, sizeof one) < 0) {
    +        perror("setsockopt");
             exit(2);
    -	}
    -
    -    memset(&saServer,0,sizeof saServer);
    -    saServer.sin_family=AF_INET;
    -    saServer.sin_port=htons(nPort);
    -    nSize=sizeof saServer;
    -    if(bind(nSocket,(struct sockaddr *)&saServer,nSize) < 0)
    -	{
    -	perror("bind");
    -	exit(3);
    -	}
    -
    -    if(listen(nSocket,512) < 0)
    -	{
    -	perror("listen");
    -	exit(4);
    -	}
    -
    -    nLen=sizeof saClient;
    -    nFD=accept(nSocket,(struct sockaddr *)&saClient,&nLen);
    -    if(nFD < 0)
    -	{
    -	perror("accept");
    -	exit(5);
    -	}
    -
    -    fprintf(stderr,"Incoming accepted on port %d\n",nPort);
    +    }
     
    -    return nFD;
    +    memset(&saServer, 0, sizeof saServer);
    +    saServer.sin_family = AF_INET;
    +    saServer.sin_port = htons(nPort);
    +    nSize = sizeof saServer;
    +    if (bind(nSocket, (struct sockaddr *)&saServer, nSize) < 0) {
    +        perror("bind");
    +        exit(3);
    +    }
    +
    +    if (listen(nSocket, 512) < 0) {
    +        perror("listen");
    +        exit(4);
    +    }
    +
    +    nLen = sizeof saClient;
    +    nFD = accept(nSocket, (struct sockaddr *)&saClient, &nLen);
    +    if (nFD < 0) {
    +        perror("accept");
    +        exit(5);
         }
     
    -int main(int argc,char **argv)
    -    {
    +    fprintf(stderr, "Incoming accepted on port %d\n", nPort);
    +
    +    return nFD;
    +}
    +
    +int main(int argc, char **argv)
    +{
         SSLStateMachine *pMachine;
         int nPort;
         int nFD;
         const char *szCertificateFile;
         const char *szKeyFile;
         char rbuf[1];
    -    int nrbuf=0;
    +    int nrbuf = 0;
     
    -    if(argc != 4)
    -	{
    -	fprintf(stderr,"%s   \n",argv[0]);
    -	exit(6);
    -	}
    +    if (argc != 4) {
    +        fprintf(stderr, "%s   \n", argv[0]);
    +        exit(6);
    +    }
     
    -    nPort=atoi(argv[1]);
    -    szCertificateFile=argv[2];
    -    szKeyFile=argv[3];
    +    nPort = atoi(argv[1]);
    +    szCertificateFile = argv[2];
    +    szKeyFile = argv[3];
     
         SSL_library_init();
         OpenSSL_add_ssl_algorithms();
         SSL_load_error_strings();
         ERR_load_crypto_strings();
     
    -    nFD=OpenSocket(nPort);
    -
    -    pMachine=SSLStateMachine_new(szCertificateFile,szKeyFile);
    -
    -    for( ; ; )
    -	{
    -	fd_set rfds,wfds;
    -	unsigned char buf[1024];
    -	int n;
    -
    -	FD_ZERO(&rfds);
    -	FD_ZERO(&wfds);
    -
    -	/* Select socket for input */
    -	FD_SET(nFD,&rfds);
    -
    -	/* check whether there's decrypted data */
    -	if(!nrbuf)
    -	    nrbuf=SSLStateMachine_read_extract(pMachine,rbuf,1);
    -
    -	/* if there's decrypted data, check whether we can write it */
    -	if(nrbuf)
    -	    FD_SET(1,&wfds);
    -
    -	/* Select socket for output */
    -	if(SSLStateMachine_write_can_extract(pMachine))
    -	    FD_SET(nFD,&wfds);
    -
    -	/* Select stdin for input */
    -	FD_SET(0,&rfds);
    -
    -	/* Wait for something to do something */
    -	n=select(nFD+1,&rfds,&wfds,NULL,NULL);
    -	assert(n > 0);
    -
    -	/* Socket is ready for input */
    -	if(FD_ISSET(nFD,&rfds))
    -	    {
    -	    n=read(nFD,buf,sizeof buf);
    -	    if(n == 0)
    -		{
    -		fprintf(stderr,"Got EOF on socket\n");
    -		exit(0);
    -		}
    -	    assert(n > 0);
    -
    -	    SSLStateMachine_read_inject(pMachine,buf,n);
    -	    }
    -
    -	/* stdout is ready for output (and hence we have some to send it) */
    -	if(FD_ISSET(1,&wfds))
    -	    {
    -	    assert(nrbuf == 1);
    -	    buf[0]=rbuf[0];
    -	    nrbuf=0;
    -
    -	    n=SSLStateMachine_read_extract(pMachine,buf+1,sizeof buf-1);
    -	    if(n < 0)
    -		{
    -		SSLStateMachine_print_error(pMachine,"read extract failed");
    -		break;
    -		}
    -	    assert(n >= 0);
    -	    ++n;
    -	    if(n > 0) /* FIXME: has to be true now */
    -		{
    -		int w;
    -		
    -		w=write(1,buf,n);
    -		/* FIXME: we should push back any unwritten data */
    -		assert(w == n);
    -		}
    -	    }
    -
    -	/* Socket is ready for output (and therefore we have output to send) */
    -	if(FD_ISSET(nFD,&wfds))
    -	    {
    -	    int w;
    -
    -	    n=SSLStateMachine_write_extract(pMachine,buf,sizeof buf);
    -	    assert(n > 0);
    -
    -	    w=write(nFD,buf,n);
    -	    /* FIXME: we should push back any unwritten data */
    -	    assert(w == n);
    -	    }
    -
    -	/* Stdin is ready for input */
    -	if(FD_ISSET(0,&rfds))
    -	    {
    -	    n=read(0,buf,sizeof buf);
    -	    if(n == 0)
    -		{
    -		fprintf(stderr,"Got EOF on stdin\n");
    -		exit(0);
    -		}
    -	    assert(n > 0);
    -
    -	    SSLStateMachine_write_inject(pMachine,buf,n);
    -	    }
    -	}
    +    nFD = OpenSocket(nPort);
    +
    +    pMachine = SSLStateMachine_new(szCertificateFile, szKeyFile);
    +
    +    for (;;) {
    +        fd_set rfds, wfds;
    +        unsigned char buf[1024];
    +        int n;
    +
    +        FD_ZERO(&rfds);
    +        FD_ZERO(&wfds);
    +
    +        /* Select socket for input */
    +        FD_SET(nFD, &rfds);
    +
    +        /* check whether there's decrypted data */
    +        if (!nrbuf)
    +            nrbuf = SSLStateMachine_read_extract(pMachine, rbuf, 1);
    +
    +        /* if there's decrypted data, check whether we can write it */
    +        if (nrbuf)
    +            FD_SET(1, &wfds);
    +
    +        /* Select socket for output */
    +        if (SSLStateMachine_write_can_extract(pMachine))
    +            FD_SET(nFD, &wfds);
    +
    +        /* Select stdin for input */
    +        FD_SET(0, &rfds);
    +
    +        /* Wait for something to do something */
    +        n = select(nFD + 1, &rfds, &wfds, NULL, NULL);
    +        assert(n > 0);
    +
    +        /* Socket is ready for input */
    +        if (FD_ISSET(nFD, &rfds)) {
    +            n = read(nFD, buf, sizeof buf);
    +            if (n == 0) {
    +                fprintf(stderr, "Got EOF on socket\n");
    +                exit(0);
    +            }
    +            assert(n > 0);
    +
    +            SSLStateMachine_read_inject(pMachine, buf, n);
    +        }
    +
    +        /* stdout is ready for output (and hence we have some to send it) */
    +        if (FD_ISSET(1, &wfds)) {
    +            assert(nrbuf == 1);
    +            buf[0] = rbuf[0];
    +            nrbuf = 0;
    +
    +            n = SSLStateMachine_read_extract(pMachine, buf + 1,
    +                                             sizeof buf - 1);
    +            if (n < 0) {
    +                SSLStateMachine_print_error(pMachine, "read extract failed");
    +                break;
    +            }
    +            assert(n >= 0);
    +            ++n;
    +            if (n > 0) {        /* FIXME: has to be true now */
    +                int w;
    +
    +                w = write(1, buf, n);
    +                /* FIXME: we should push back any unwritten data */
    +                assert(w == n);
    +            }
    +        }
    +
    +        /*
    +         * Socket is ready for output (and therefore we have output to send)
    +         */
    +        if (FD_ISSET(nFD, &wfds)) {
    +            int w;
    +
    +            n = SSLStateMachine_write_extract(pMachine, buf, sizeof buf);
    +            assert(n > 0);
    +
    +            w = write(nFD, buf, n);
    +            /* FIXME: we should push back any unwritten data */
    +            assert(w == n);
    +        }
    +
    +        /* Stdin is ready for input */
    +        if (FD_ISSET(0, &rfds)) {
    +            n = read(0, buf, sizeof buf);
    +            if (n == 0) {
    +                fprintf(stderr, "Got EOF on stdin\n");
    +                exit(0);
    +            }
    +            assert(n > 0);
    +
    +            SSLStateMachine_write_inject(pMachine, buf, n);
    +        }
    +    }
         /* not reached */
         return 0;
    -    }
    +}
    diff --git a/openssl/demos/tunala/breakage.c b/openssl/demos/tunala/breakage.c
    index dcdd64b0e..16a3b9e0c 100644
    --- a/openssl/demos/tunala/breakage.c
    +++ b/openssl/demos/tunala/breakage.c
    @@ -3,64 +3,66 @@
     int int_strtoul(const char *str, unsigned long *val)
     {
     #ifdef HAVE_STRTOUL
    -	char *tmp;
    -	unsigned long ret = strtoul(str, &tmp, 10);
    -	if((str == tmp) || (*tmp != '\0'))
    -		/* The value didn't parse cleanly */
    -		return 0;
    -	if(ret == ULONG_MAX)
    -		/* We hit a limit */
    -		return 0;
    -	*val = ret;
    -	return 1;
    +    char *tmp;
    +    unsigned long ret = strtoul(str, &tmp, 10);
    +    if ((str == tmp) || (*tmp != '\0'))
    +        /* The value didn't parse cleanly */
    +        return 0;
    +    if (ret == ULONG_MAX)
    +        /* We hit a limit */
    +        return 0;
    +    *val = ret;
    +    return 1;
     #else
    -	char buf[2];
    -	unsigned long ret = 0;
    -	buf[1] = '\0';
    -	if(str == '\0')
    -		/* An empty string ... */
    -		return 0;
    -	while(*str != '\0') {
    -		/* We have to multiply 'ret' by 10 before absorbing the next
    -		 * digit. If this will overflow, catch it now. */
    -		if(ret && (((ULONG_MAX + 10) / ret) < 10))
    -			return 0;
    -		ret *= 10;
    -		if(!isdigit(*str))
    -			return 0;
    -		buf[0] = *str;
    -		ret += atoi(buf);
    -		str++;
    -	}
    -	*val = ret;
    -	return 1;
    +    char buf[2];
    +    unsigned long ret = 0;
    +    buf[1] = '\0';
    +    if (str == '\0')
    +        /* An empty string ... */
    +        return 0;
    +    while (*str != '\0') {
    +        /*
    +         * We have to multiply 'ret' by 10 before absorbing the next digit.
    +         * If this will overflow, catch it now.
    +         */
    +        if (ret && (((ULONG_MAX + 10) / ret) < 10))
    +            return 0;
    +        ret *= 10;
    +        if (!isdigit(*str))
    +            return 0;
    +        buf[0] = *str;
    +        ret += atoi(buf);
    +        str++;
    +    }
    +    *val = ret;
    +    return 1;
     #endif
     }
     
     #ifndef HAVE_STRSTR
     char *int_strstr(const char *haystack, const char *needle)
     {
    -	const char *sub_haystack = haystack, *sub_needle = needle;
    -	unsigned int offset = 0;
    -	if(!needle)
    -		return haystack;
    -	if(!haystack)
    -		return NULL;
    -	while((*sub_haystack != '\0') && (*sub_needle != '\0')) {
    -		if(sub_haystack[offset] == sub_needle) {
    -			/* sub_haystack is still a candidate */
    -			offset++;
    -			sub_needle++;
    -		} else {
    -			/* sub_haystack is no longer a possibility */
    -			sub_haystack++;
    -			offset = 0;
    -			sub_needle = needle;
    -		}
    -	}
    -	if(*sub_haystack == '\0')
    -		/* Found nothing */
    -		return NULL;
    -	return sub_haystack;
    +    const char *sub_haystack = haystack, *sub_needle = needle;
    +    unsigned int offset = 0;
    +    if (!needle)
    +        return haystack;
    +    if (!haystack)
    +        return NULL;
    +    while ((*sub_haystack != '\0') && (*sub_needle != '\0')) {
    +        if (sub_haystack[offset] == sub_needle) {
    +            /* sub_haystack is still a candidate */
    +            offset++;
    +            sub_needle++;
    +        } else {
    +            /* sub_haystack is no longer a possibility */
    +            sub_haystack++;
    +            offset = 0;
    +            sub_needle = needle;
    +        }
    +    }
    +    if (*sub_haystack == '\0')
    +        /* Found nothing */
    +        return NULL;
    +    return sub_haystack;
     }
     #endif
    diff --git a/openssl/demos/tunala/buffer.c b/openssl/demos/tunala/buffer.c
    index c5cd00420..8e2cc9d20 100644
    --- a/openssl/demos/tunala/buffer.c
    +++ b/openssl/demos/tunala/buffer.c
    @@ -2,204 +2,235 @@
     
     #ifndef NO_BUFFER
     
    -void buffer_init(buffer_t *buf)
    +void buffer_init(buffer_t * buf)
     {
    -	buf->used = 0;
    -	buf->total_in = buf->total_out = 0;
    +    buf->used = 0;
    +    buf->total_in = buf->total_out = 0;
     }
     
    -void buffer_close(buffer_t *buf)
    +void buffer_close(buffer_t * buf)
     {
    -	/* Our data is static - nothing needs "release", just reset it */
    -	buf->used = 0;
    +    /* Our data is static - nothing needs "release", just reset it */
    +    buf->used = 0;
     }
     
     /* Code these simple ones in compact form */
    -unsigned int buffer_used(buffer_t *buf) {
    -	return buf->used; }
    -unsigned int buffer_unused(buffer_t *buf) {
    -	return (MAX_DATA_SIZE - buf->used); }
    -int buffer_full(buffer_t *buf) {
    -	return (buf->used == MAX_DATA_SIZE ? 1 : 0); }
    -int buffer_notfull(buffer_t *buf) {
    -	return (buf->used < MAX_DATA_SIZE ? 1 : 0); }
    -int buffer_empty(buffer_t *buf) {
    -	return (buf->used == 0 ? 1 : 0); }
    -int buffer_notempty(buffer_t *buf) {
    -	return (buf->used > 0 ? 1 : 0); }
    -unsigned long buffer_total_in(buffer_t *buf) {
    -	return buf->total_in; }
    -unsigned long buffer_total_out(buffer_t *buf) {
    -	return buf->total_out; }
    -
    -/* These 3 static (internal) functions don't adjust the "total" variables as
    +unsigned int buffer_used(buffer_t * buf)
    +{
    +    return buf->used;
    +}
    +
    +unsigned int buffer_unused(buffer_t * buf)
    +{
    +    return (MAX_DATA_SIZE - buf->used);
    +}
    +
    +int buffer_full(buffer_t * buf)
    +{
    +    return (buf->used == MAX_DATA_SIZE ? 1 : 0);
    +}
    +
    +int buffer_notfull(buffer_t * buf)
    +{
    +    return (buf->used < MAX_DATA_SIZE ? 1 : 0);
    +}
    +
    +int buffer_empty(buffer_t * buf)
    +{
    +    return (buf->used == 0 ? 1 : 0);
    +}
    +
    +int buffer_notempty(buffer_t * buf)
    +{
    +    return (buf->used > 0 ? 1 : 0);
    +}
    +
    +unsigned long buffer_total_in(buffer_t * buf)
    +{
    +    return buf->total_in;
    +}
    +
    +unsigned long buffer_total_out(buffer_t * buf)
    +{
    +    return buf->total_out;
    +}
    +
    +/*
    + * These 3 static (internal) functions don't adjust the "total" variables as
      * it's not sure when they're called how it should be interpreted. Only the
      * higher-level "buffer_[to|from]_[fd|SSL|BIO]" functions should alter these
    - * values. */
    -#if 0 /* To avoid "unused" warnings */
    -static unsigned int buffer_adddata(buffer_t *buf, const unsigned char *ptr,
    -		unsigned int size)
    -{
    -	unsigned int added = MAX_DATA_SIZE - buf->used;
    -	if(added > size)
    -		added = size;
    -	if(added == 0)
    -		return 0;
    -	memcpy(buf->data + buf->used, ptr, added);
    -	buf->used += added;
    -	buf->total_in += added;
    -	return added;
    -}
    -
    -static unsigned int buffer_tobuffer(buffer_t *to, buffer_t *from, int cap)
    -{
    -	unsigned int moved, tomove = from->used;
    -	if((int)tomove > cap)
    -		tomove = cap;
    -	if(tomove == 0)
    -		return 0;
    -	moved = buffer_adddata(to, from->data, tomove);
    -	if(moved == 0)
    -		return 0;
    -	buffer_takedata(from, NULL, moved);
    -	return moved;
    -}
    -#endif
    -
    -static unsigned int buffer_takedata(buffer_t *buf, unsigned char *ptr,
    -		unsigned int size)
    -{
    -	unsigned int taken = buf->used;
    -	if(taken > size)
    -		taken = size;
    -	if(taken == 0)
    -		return 0;
    -	if(ptr)
    -		memcpy(ptr, buf->data, taken);
    -	buf->used -= taken;
    -	/* Do we have to scroll? */
    -	if(buf->used > 0)
    -		memmove(buf->data, buf->data + taken, buf->used);
    -	return taken;
    -}
    -
    -#ifndef NO_IP
    -
    -int buffer_from_fd(buffer_t *buf, int fd)
    -{
    -	int toread = buffer_unused(buf);
    -	if(toread == 0)
    -		/* Shouldn't be called in this case! */
    -		abort();
    -	toread = read(fd, buf->data + buf->used, toread);
    -	if(toread > 0) {
    -		buf->used += toread;
    -		buf->total_in += toread;
    -	}
    -	return toread;
    -}
    -
    -int buffer_to_fd(buffer_t *buf, int fd)
    -{
    -	int towrite = buffer_used(buf);
    -	if(towrite == 0)
    -		/* Shouldn't be called in this case! */
    -		abort();
    -	towrite = write(fd, buf->data, towrite);
    -	if(towrite > 0) {
    -		buffer_takedata(buf, NULL, towrite);
    -		buf->total_out += towrite;
    -	}
    -	return towrite;
    -}
    -
    -#endif /* !defined(NO_IP) */
    -
    -#ifndef NO_OPENSSL
    + * values.
    + */
    +# if 0                          /* To avoid "unused" warnings */
    +static unsigned int buffer_adddata(buffer_t * buf, const unsigned char *ptr,
    +                                   unsigned int size)
    +{
    +    unsigned int added = MAX_DATA_SIZE - buf->used;
    +    if (added > size)
    +        added = size;
    +    if (added == 0)
    +        return 0;
    +    memcpy(buf->data + buf->used, ptr, added);
    +    buf->used += added;
    +    buf->total_in += added;
    +    return added;
    +}
    +
    +static unsigned int buffer_tobuffer(buffer_t * to, buffer_t * from, int cap)
    +{
    +    unsigned int moved, tomove = from->used;
    +    if ((int)tomove > cap)
    +        tomove = cap;
    +    if (tomove == 0)
    +        return 0;
    +    moved = buffer_adddata(to, from->data, tomove);
    +    if (moved == 0)
    +        return 0;
    +    buffer_takedata(from, NULL, moved);
    +    return moved;
    +}
    +# endif
    +
    +static unsigned int buffer_takedata(buffer_t * buf, unsigned char *ptr,
    +                                    unsigned int size)
    +{
    +    unsigned int taken = buf->used;
    +    if (taken > size)
    +        taken = size;
    +    if (taken == 0)
    +        return 0;
    +    if (ptr)
    +        memcpy(ptr, buf->data, taken);
    +    buf->used -= taken;
    +    /* Do we have to scroll? */
    +    if (buf->used > 0)
    +        memmove(buf->data, buf->data + taken, buf->used);
    +    return taken;
    +}
    +
    +# ifndef NO_IP
    +
    +int buffer_from_fd(buffer_t * buf, int fd)
    +{
    +    int toread = buffer_unused(buf);
    +    if (toread == 0)
    +        /* Shouldn't be called in this case! */
    +        abort();
    +    toread = read(fd, buf->data + buf->used, toread);
    +    if (toread > 0) {
    +        buf->used += toread;
    +        buf->total_in += toread;
    +    }
    +    return toread;
    +}
    +
    +int buffer_to_fd(buffer_t * buf, int fd)
    +{
    +    int towrite = buffer_used(buf);
    +    if (towrite == 0)
    +        /* Shouldn't be called in this case! */
    +        abort();
    +    towrite = write(fd, buf->data, towrite);
    +    if (towrite > 0) {
    +        buffer_takedata(buf, NULL, towrite);
    +        buf->total_out += towrite;
    +    }
    +    return towrite;
    +}
    +
    +# endif                         /* !defined(NO_IP) */
    +
    +# ifndef NO_OPENSSL
     
     static void int_ssl_check(SSL *s, int ret)
     {
    -	int e = SSL_get_error(s, ret);
    -	switch(e) {
    -		/* These seem to be harmless and already "dealt with" by our
    -		 * non-blocking environment. NB: "ZERO_RETURN" is the clean
    -		 * "error" indicating a successfully closed SSL tunnel. We let
    -		 * this happen because our IO loop should not appear to have
    -		 * broken on this condition - and outside the IO loop, the
    -		 * "shutdown" state is checked. */
    -	case SSL_ERROR_NONE:
    -	case SSL_ERROR_WANT_READ:
    -	case SSL_ERROR_WANT_WRITE:
    -	case SSL_ERROR_WANT_X509_LOOKUP:
    -	case SSL_ERROR_ZERO_RETURN:
    -		return;
    -		/* These seem to be indications of a genuine error that should
    -		 * result in the SSL tunnel being regarded as "dead". */
    -	case SSL_ERROR_SYSCALL:
    -	case SSL_ERROR_SSL:
    -		SSL_set_app_data(s, (char *)1);
    -		return;
    -	default:
    -		break;
    -	}
    -	/* For any other errors that (a) exist, and (b) crop up - we need to
    -	 * interpret what to do with them - so "politely inform" the caller that
    -	 * the code needs updating here. */
    -	abort();
    -}
    -
    -void buffer_from_SSL(buffer_t *buf, SSL *ssl)
    -{
    -	int ret;
    -	if(!ssl || buffer_full(buf))
    -		return;
    -	ret = SSL_read(ssl, buf->data + buf->used, buffer_unused(buf));
    -	if(ret > 0) {
    -		buf->used += ret;
    -		buf->total_in += ret;
    -	}
    -	if(ret < 0)
    -		int_ssl_check(ssl, ret);
    -}
    -
    -void buffer_to_SSL(buffer_t *buf, SSL *ssl)
    -{
    -	int ret;
    -	if(!ssl || buffer_empty(buf))
    -		return;
    -	ret = SSL_write(ssl, buf->data, buf->used);
    -	if(ret > 0) {
    -		buffer_takedata(buf, NULL, ret);
    -		buf->total_out += ret;
    -	}
    -	if(ret < 0)
    -		int_ssl_check(ssl, ret);
    -}
    -
    -void buffer_from_BIO(buffer_t *buf, BIO *bio)
    -{
    -	int ret;
    -	if(!bio || buffer_full(buf))
    -		return;
    -	ret = BIO_read(bio, buf->data + buf->used, buffer_unused(buf));
    -	if(ret > 0) {
    -		buf->used += ret;
    -		buf->total_in += ret;
    -	}
    -}
    -
    -void buffer_to_BIO(buffer_t *buf, BIO *bio)
    -{
    -	int ret;
    -	if(!bio || buffer_empty(buf))
    -		return;
    -	ret = BIO_write(bio, buf->data, buf->used);
    -	if(ret > 0) {
    -		buffer_takedata(buf, NULL, ret);
    -		buf->total_out += ret;
    -	}
    -}
    -
    -#endif /* !defined(NO_OPENSSL) */
    -
    -#endif /* !defined(NO_BUFFER) */
    +    int e = SSL_get_error(s, ret);
    +    switch (e) {
    +        /*
    +         * These seem to be harmless and already "dealt with" by our
    +         * non-blocking environment. NB: "ZERO_RETURN" is the clean "error"
    +         * indicating a successfully closed SSL tunnel. We let this happen
    +         * because our IO loop should not appear to have broken on this
    +         * condition - and outside the IO loop, the "shutdown" state is
    +         * checked.
    +         */
    +    case SSL_ERROR_NONE:
    +    case SSL_ERROR_WANT_READ:
    +    case SSL_ERROR_WANT_WRITE:
    +    case SSL_ERROR_WANT_X509_LOOKUP:
    +    case SSL_ERROR_ZERO_RETURN:
    +        return;
    +        /*
    +         * These seem to be indications of a genuine error that should result
    +         * in the SSL tunnel being regarded as "dead".
    +         */
    +    case SSL_ERROR_SYSCALL:
    +    case SSL_ERROR_SSL:
    +        SSL_set_app_data(s, (char *)1);
    +        return;
    +    default:
    +        break;
    +    }
    +    /*
    +     * For any other errors that (a) exist, and (b) crop up - we need to
    +     * interpret what to do with them - so "politely inform" the caller that
    +     * the code needs updating here.
    +     */
    +    abort();
    +}
    +
    +void buffer_from_SSL(buffer_t * buf, SSL *ssl)
    +{
    +    int ret;
    +    if (!ssl || buffer_full(buf))
    +        return;
    +    ret = SSL_read(ssl, buf->data + buf->used, buffer_unused(buf));
    +    if (ret > 0) {
    +        buf->used += ret;
    +        buf->total_in += ret;
    +    }
    +    if (ret < 0)
    +        int_ssl_check(ssl, ret);
    +}
    +
    +void buffer_to_SSL(buffer_t * buf, SSL *ssl)
    +{
    +    int ret;
    +    if (!ssl || buffer_empty(buf))
    +        return;
    +    ret = SSL_write(ssl, buf->data, buf->used);
    +    if (ret > 0) {
    +        buffer_takedata(buf, NULL, ret);
    +        buf->total_out += ret;
    +    }
    +    if (ret < 0)
    +        int_ssl_check(ssl, ret);
    +}
    +
    +void buffer_from_BIO(buffer_t * buf, BIO *bio)
    +{
    +    int ret;
    +    if (!bio || buffer_full(buf))
    +        return;
    +    ret = BIO_read(bio, buf->data + buf->used, buffer_unused(buf));
    +    if (ret > 0) {
    +        buf->used += ret;
    +        buf->total_in += ret;
    +    }
    +}
    +
    +void buffer_to_BIO(buffer_t * buf, BIO *bio)
    +{
    +    int ret;
    +    if (!bio || buffer_empty(buf))
    +        return;
    +    ret = BIO_write(bio, buf->data, buf->used);
    +    if (ret > 0) {
    +        buffer_takedata(buf, NULL, ret);
    +        buf->total_out += ret;
    +    }
    +}
    +
    +# endif                         /* !defined(NO_OPENSSL) */
    +
    +#endif                          /* !defined(NO_BUFFER) */
    diff --git a/openssl/demos/tunala/cb.c b/openssl/demos/tunala/cb.c
    index f6e452ae9..684a07f08 100644
    --- a/openssl/demos/tunala/cb.c
    +++ b/openssl/demos/tunala/cb.c
    @@ -5,7 +5,8 @@
     /* For callbacks generating output, here are their file-descriptors. */
     static FILE *fp_cb_ssl_info = NULL;
     static FILE *fp_cb_ssl_verify = NULL;
    -/* Output level:
    +/*-
    + * Output level:
      *     0 = nothing,
      *     1 = minimal, just errors,
      *     2 = minimal, all steps,
    @@ -15,148 +16,158 @@ static unsigned int cb_ssl_verify_level = 1;
     /* Other static rubbish (to mirror s_cb.c where required) */
     static int int_verify_depth = 10;
     
    -/* This function is largely borrowed from the one used in OpenSSL's "s_client"
    - * and "s_server" utilities. */
    +/*
    + * This function is largely borrowed from the one used in OpenSSL's
    + * "s_client" and "s_server" utilities.
    + */
     void cb_ssl_info(const SSL *s, int where, int ret)
     {
    -	const char *str1, *str2;
    -	int w;
    -
    -	if(!fp_cb_ssl_info)
    -		return;
    -
    -	w = where & ~SSL_ST_MASK;
    -	str1 = (w & SSL_ST_CONNECT ? "SSL_connect" : (w & SSL_ST_ACCEPT ?
    -				"SSL_accept" : "undefined")),
    -	str2 = SSL_state_string_long(s);
    -
    -	if (where & SSL_CB_LOOP)
    -		fprintf(fp_cb_ssl_info, "(%s) %s\n", str1, str2);
    -	else if (where & SSL_CB_EXIT) {
    -		if (ret == 0)
    -			fprintf(fp_cb_ssl_info, "(%s) failed in %s\n", str1, str2);
    -/* In a non-blocking model, we get a few of these "error"s simply because we're
    - * calling "reads" and "writes" on the state-machine that are virtual NOPs
    - * simply to avoid wasting the time seeing if we *should* call them. Removing
    - * this case makes the "-out_state" output a lot easier on the eye. */
    -#if 0
    -		else if (ret < 0)
    -			fprintf(fp_cb_ssl_info, "%s:error in %s\n", str1, str2);
    -#endif
    -	}
    +    const char *str1, *str2;
    +    int w;
    +
    +    if (!fp_cb_ssl_info)
    +        return;
    +
    +    w = where & ~SSL_ST_MASK;
    +    str1 = (w & SSL_ST_CONNECT ? "SSL_connect" : (w & SSL_ST_ACCEPT ?
    +                                                  "SSL_accept" :
    +                                                  "undefined")), str2 =
    +        SSL_state_string_long(s);
    +
    +    if (where & SSL_CB_LOOP)
    +        fprintf(fp_cb_ssl_info, "(%s) %s\n", str1, str2);
    +    else if (where & SSL_CB_EXIT) {
    +        if (ret == 0)
    +            fprintf(fp_cb_ssl_info, "(%s) failed in %s\n", str1, str2);
    +        /*
    +         * In a non-blocking model, we get a few of these "error"s simply
    +         * because we're calling "reads" and "writes" on the state-machine
    +         * that are virtual NOPs simply to avoid wasting the time seeing if
    +         * we *should* call them. Removing this case makes the "-out_state"
    +         * output a lot easier on the eye.
    +         */
    +# if 0
    +        else if (ret < 0)
    +            fprintf(fp_cb_ssl_info, "%s:error in %s\n", str1, str2);
    +# endif
    +    }
     }
     
     void cb_ssl_info_set_output(FILE *fp)
     {
    -	fp_cb_ssl_info = fp;
    +    fp_cb_ssl_info = fp;
     }
     
    -static const char *int_reason_no_issuer = "X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT";
    +static const char *int_reason_no_issuer =
    +    "X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT";
     static const char *int_reason_not_yet = "X509_V_ERR_CERT_NOT_YET_VALID";
    -static const char *int_reason_before = "X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD";
    +static const char *int_reason_before =
    +    "X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD";
     static const char *int_reason_expired = "X509_V_ERR_CERT_HAS_EXPIRED";
    -static const char *int_reason_after = "X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD";
    +static const char *int_reason_after =
    +    "X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD";
     
     /* Stolen wholesale from apps/s_cb.c :-) And since then, mutilated ... */
     int cb_ssl_verify(int ok, X509_STORE_CTX *ctx)
     {
    -	char buf1[256]; /* Used for the subject name */
    -	char buf2[256]; /* Used for the issuer name */
    -	const char *reason = NULL; /* Error reason (if any) */
    -	X509 *err_cert;
    -	int err, depth;
    -
    -	if(!fp_cb_ssl_verify || (cb_ssl_verify_level == 0))
    -		return ok;
    -	err_cert = X509_STORE_CTX_get_current_cert(ctx);
    -	err = X509_STORE_CTX_get_error(ctx);
    -	depth = X509_STORE_CTX_get_error_depth(ctx);
    -
    -	buf1[0] = buf2[0] = '\0';
    -	/* Fill buf1 */
    -	X509_NAME_oneline(X509_get_subject_name(err_cert), buf1, 256);
    -	/* Fill buf2 */
    -	X509_NAME_oneline(X509_get_issuer_name(ctx->current_cert), buf2, 256);
    -	switch (ctx->error) {
    -	case X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT:
    -		reason = int_reason_no_issuer;
    -		break;
    -	case X509_V_ERR_CERT_NOT_YET_VALID:
    -		reason = int_reason_not_yet;
    -		break;
    -	case X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD:
    -		reason = int_reason_before;
    -		break;
    -	case X509_V_ERR_CERT_HAS_EXPIRED:
    -		reason = int_reason_expired;
    -		break;
    -	case X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD:
    -		reason = int_reason_after;
    -		break;
    -	}
    -
    -	if((cb_ssl_verify_level == 1) && ok)
    -		return ok;
    -	fprintf(fp_cb_ssl_verify, "chain-depth=%d, ", depth);
    -	if(reason)
    -		fprintf(fp_cb_ssl_verify, "error=%s\n", reason);
    -	else
    -		fprintf(fp_cb_ssl_verify, "error=%d\n", err);
    -	if(cb_ssl_verify_level < 3)
    -		return ok;
    -	fprintf(fp_cb_ssl_verify, "--> subject = %s\n", buf1);
    -	fprintf(fp_cb_ssl_verify, "--> issuer  = %s\n", buf2);
    -	if(!ok)
    -		fprintf(fp_cb_ssl_verify,"--> verify error:num=%d:%s\n",err,
    -			X509_verify_cert_error_string(err));
    -	fprintf(fp_cb_ssl_verify, "--> verify return:%d\n",ok);
    -	return ok;
    +    char buf1[256];             /* Used for the subject name */
    +    char buf2[256];             /* Used for the issuer name */
    +    const char *reason = NULL;  /* Error reason (if any) */
    +    X509 *err_cert;
    +    int err, depth;
    +
    +    if (!fp_cb_ssl_verify || (cb_ssl_verify_level == 0))
    +        return ok;
    +    err_cert = X509_STORE_CTX_get_current_cert(ctx);
    +    err = X509_STORE_CTX_get_error(ctx);
    +    depth = X509_STORE_CTX_get_error_depth(ctx);
    +
    +    buf1[0] = buf2[0] = '\0';
    +    /* Fill buf1 */
    +    X509_NAME_oneline(X509_get_subject_name(err_cert), buf1, 256);
    +    /* Fill buf2 */
    +    X509_NAME_oneline(X509_get_issuer_name(ctx->current_cert), buf2, 256);
    +    switch (ctx->error) {
    +    case X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT:
    +        reason = int_reason_no_issuer;
    +        break;
    +    case X509_V_ERR_CERT_NOT_YET_VALID:
    +        reason = int_reason_not_yet;
    +        break;
    +    case X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD:
    +        reason = int_reason_before;
    +        break;
    +    case X509_V_ERR_CERT_HAS_EXPIRED:
    +        reason = int_reason_expired;
    +        break;
    +    case X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD:
    +        reason = int_reason_after;
    +        break;
    +    }
    +
    +    if ((cb_ssl_verify_level == 1) && ok)
    +        return ok;
    +    fprintf(fp_cb_ssl_verify, "chain-depth=%d, ", depth);
    +    if (reason)
    +        fprintf(fp_cb_ssl_verify, "error=%s\n", reason);
    +    else
    +        fprintf(fp_cb_ssl_verify, "error=%d\n", err);
    +    if (cb_ssl_verify_level < 3)
    +        return ok;
    +    fprintf(fp_cb_ssl_verify, "--> subject = %s\n", buf1);
    +    fprintf(fp_cb_ssl_verify, "--> issuer  = %s\n", buf2);
    +    if (!ok)
    +        fprintf(fp_cb_ssl_verify, "--> verify error:num=%d:%s\n", err,
    +                X509_verify_cert_error_string(err));
    +    fprintf(fp_cb_ssl_verify, "--> verify return:%d\n", ok);
    +    return ok;
     }
     
     void cb_ssl_verify_set_output(FILE *fp)
     {
    -	fp_cb_ssl_verify = fp;
    +    fp_cb_ssl_verify = fp;
     }
     
     void cb_ssl_verify_set_depth(unsigned int verify_depth)
     {
    -	int_verify_depth = verify_depth;
    +    int_verify_depth = verify_depth;
     }
     
     void cb_ssl_verify_set_level(unsigned int level)
     {
    -	if(level < 4)
    -		cb_ssl_verify_level = level;
    +    if (level < 4)
    +        cb_ssl_verify_level = level;
     }
     
     RSA *cb_generate_tmp_rsa(SSL *s, int is_export, int keylength)
     {
    -	/* TODO: Perhaps make it so our global key can be generated on-the-fly
    -	 * after certain intervals? */
    -	static RSA *rsa_tmp = NULL;
    -	BIGNUM *bn = NULL;
    -	int ok = 1;
    -	if(!rsa_tmp) {
    -		ok = 0;
    -		if(!(bn = BN_new()))
    -			goto end;
    -		if(!BN_set_word(bn, RSA_F4))
    -			goto end;
    -		if(!(rsa_tmp = RSA_new()))
    -			goto end;
    -		if(!RSA_generate_key_ex(rsa_tmp, keylength, bn, NULL))
    -			goto end;
    -		ok = 1;
    -	}
    -end:
    -	if(bn)
    -		BN_free(bn);
    -	if(!ok) {
    -		RSA_free(rsa_tmp);
    -		rsa_tmp = NULL;
    -	}
    -	return rsa_tmp;
    +    /*
    +     * TODO: Perhaps make it so our global key can be generated on-the-fly
    +     * after certain intervals?
    +     */
    +    static RSA *rsa_tmp = NULL;
    +    BIGNUM *bn = NULL;
    +    int ok = 1;
    +    if (!rsa_tmp) {
    +        ok = 0;
    +        if (!(bn = BN_new()))
    +            goto end;
    +        if (!BN_set_word(bn, RSA_F4))
    +            goto end;
    +        if (!(rsa_tmp = RSA_new()))
    +            goto end;
    +        if (!RSA_generate_key_ex(rsa_tmp, keylength, bn, NULL))
    +            goto end;
    +        ok = 1;
    +    }
    + end:
    +    if (bn)
    +        BN_free(bn);
    +    if (!ok) {
    +        RSA_free(rsa_tmp);
    +        rsa_tmp = NULL;
    +    }
    +    return rsa_tmp;
     }
     
    -#endif /* !defined(NO_OPENSSL) */
    -
    +#endif                          /* !defined(NO_OPENSSL) */
    diff --git a/openssl/demos/tunala/ip.c b/openssl/demos/tunala/ip.c
    index 96ef4e653..b172d2e4e 100644
    --- a/openssl/demos/tunala/ip.c
    +++ b/openssl/demos/tunala/ip.c
    @@ -2,145 +2,148 @@
     
     #ifndef NO_IP
     
    -#define IP_LISTENER_BACKLOG 511 /* So if it gets masked by 256 or some other
    -				   such value it'll still be respectable */
    +# define IP_LISTENER_BACKLOG 511/* So if it gets masked by 256 or some other
    +                                 * such value it'll still be respectable */
     
     /* Any IP-related initialisations. For now, this means blocking SIGPIPE */
     int ip_initialise(void)
     {
    -	struct sigaction sa;
    -
    -	sa.sa_handler = SIG_IGN;
    -	sa.sa_flags = 0;
    -	sigemptyset(&sa.sa_mask);
    -	if(sigaction(SIGPIPE, &sa, NULL) != 0)
    -		return 0;
    -	return 1;
    +    struct sigaction sa;
    +
    +    sa.sa_handler = SIG_IGN;
    +    sa.sa_flags = 0;
    +    sigemptyset(&sa.sa_mask);
    +    if (sigaction(SIGPIPE, &sa, NULL) != 0)
    +        return 0;
    +    return 1;
     }
     
     int ip_create_listener_split(const char *ip, unsigned short port)
     {
    -	struct sockaddr_in in_addr;
    -	int fd = -1;
    -	int reuseVal = 1;
    -
    -	/* Create the socket */
    -	if((fd = socket(PF_INET, SOCK_STREAM, 0)) == -1)
    -		goto err;
    -	/* Set the SO_REUSEADDR flag - servers act weird without it */
    -	if(setsockopt(fd, SOL_SOCKET, SO_REUSEADDR, (char *)(&reuseVal),
    -				sizeof(reuseVal)) != 0)
    -		goto err;
    -	/* Prepare the listen address stuff */
    -	in_addr.sin_family = AF_INET;
    -	memcpy(&in_addr.sin_addr.s_addr, ip, 4);
    -	in_addr.sin_port = htons(port);
    -	/* Bind to the required port/address/interface */
    -	if(bind(fd, (struct sockaddr *)&in_addr, sizeof(struct sockaddr_in)) != 0)
    -		goto err;
    -	/* Start "listening" */
    -	if(listen(fd, IP_LISTENER_BACKLOG) != 0)
    -		goto err;
    -	return fd;
    -err:
    -	if(fd != -1)
    -		close(fd);
    -	return -1;
    +    struct sockaddr_in in_addr;
    +    int fd = -1;
    +    int reuseVal = 1;
    +
    +    /* Create the socket */
    +    if ((fd = socket(PF_INET, SOCK_STREAM, 0)) == -1)
    +        goto err;
    +    /* Set the SO_REUSEADDR flag - servers act weird without it */
    +    if (setsockopt(fd, SOL_SOCKET, SO_REUSEADDR, (char *)(&reuseVal),
    +                   sizeof(reuseVal)) != 0)
    +        goto err;
    +    /* Prepare the listen address stuff */
    +    in_addr.sin_family = AF_INET;
    +    memcpy(&in_addr.sin_addr.s_addr, ip, 4);
    +    in_addr.sin_port = htons(port);
    +    /* Bind to the required port/address/interface */
    +    if (bind(fd, (struct sockaddr *)&in_addr, sizeof(struct sockaddr_in)) !=
    +        0)
    +        goto err;
    +    /* Start "listening" */
    +    if (listen(fd, IP_LISTENER_BACKLOG) != 0)
    +        goto err;
    +    return fd;
    + err:
    +    if (fd != -1)
    +        close(fd);
    +    return -1;
     }
     
     int ip_create_connection_split(const char *ip, unsigned short port)
     {
    -	struct sockaddr_in in_addr;
    -	int flags, fd = -1;
    -
    -	/* Create the socket */
    -	if((fd = socket(PF_INET, SOCK_STREAM, 0)) == -1)
    -		goto err;
    -	/* Make it non-blocking */
    -	if(((flags = fcntl(fd, F_GETFL, 0)) < 0) ||
    -			(fcntl(fd, F_SETFL, flags | O_NONBLOCK) < 0))
    -		goto err;
    -	/* Prepare the connection address stuff */
    -	in_addr.sin_family = AF_INET;
    -	memcpy(&in_addr.sin_addr.s_addr, ip, 4);
    -	in_addr.sin_port = htons(port);
    -	/* Start a connect (non-blocking, in all likelihood) */
    -	if((connect(fd, (struct sockaddr *)&in_addr,
    -			sizeof(struct sockaddr_in)) != 0) &&
    -			(errno != EINPROGRESS))
    -		goto err;
    -	return fd;
    -err:
    -	if(fd != -1)
    -		close(fd);
    -	return -1;
    +    struct sockaddr_in in_addr;
    +    int flags, fd = -1;
    +
    +    /* Create the socket */
    +    if ((fd = socket(PF_INET, SOCK_STREAM, 0)) == -1)
    +        goto err;
    +    /* Make it non-blocking */
    +    if (((flags = fcntl(fd, F_GETFL, 0)) < 0) ||
    +        (fcntl(fd, F_SETFL, flags | O_NONBLOCK) < 0))
    +        goto err;
    +    /* Prepare the connection address stuff */
    +    in_addr.sin_family = AF_INET;
    +    memcpy(&in_addr.sin_addr.s_addr, ip, 4);
    +    in_addr.sin_port = htons(port);
    +    /* Start a connect (non-blocking, in all likelihood) */
    +    if ((connect(fd, (struct sockaddr *)&in_addr,
    +                 sizeof(struct sockaddr_in)) != 0) && (errno != EINPROGRESS))
    +        goto err;
    +    return fd;
    + err:
    +    if (fd != -1)
    +        close(fd);
    +    return -1;
     }
     
    -static char all_local_ip[] = {0x00,0x00,0x00,0x00};
    +static char all_local_ip[] = { 0x00, 0x00, 0x00, 0x00 };
     
     int ip_parse_address(const char *address, const char **parsed_ip,
    -		unsigned short *parsed_port, int accept_all_ip)
    +                     unsigned short *parsed_port, int accept_all_ip)
     {
    -	char buf[256];
    -	struct hostent *lookup;
    -	unsigned long port;
    -	const char *ptr = strstr(address, ":");
    -	const char *ip = all_local_ip;
    -
    -	if(!ptr) {
    -		/* We assume we're listening on all local interfaces and have
    -		 * only specified a port. */
    -		if(!accept_all_ip)
    -			return 0;
    -		ptr = address;
    -		goto determine_port;
    -	}
    -	if((ptr - address) > 255)
    -		return 0;
    -	memset(buf, 0, 256);
    -	memcpy(buf, address, ptr - address);
    -	ptr++;
    -	if((lookup = gethostbyname(buf)) == NULL) {
    -		/* Spit a message to differentiate between lookup failures and
    -		 * bad strings. */
    -		fprintf(stderr, "hostname lookup for '%s' failed\n", buf);
    -		return 0;
    -	}
    -	ip = lookup->h_addr_list[0];
    -determine_port:
    -	if(strlen(ptr) < 1)
    -		return 0;
    -	if(!int_strtoul(ptr, &port) || (port > 65535))
    -		return 0;
    -	*parsed_ip = ip;
    -	*parsed_port = (unsigned short)port;
    -	return 1;
    +    char buf[256];
    +    struct hostent *lookup;
    +    unsigned long port;
    +    const char *ptr = strstr(address, ":");
    +    const char *ip = all_local_ip;
    +
    +    if (!ptr) {
    +        /*
    +         * We assume we're listening on all local interfaces and have only
    +         * specified a port.
    +         */
    +        if (!accept_all_ip)
    +            return 0;
    +        ptr = address;
    +        goto determine_port;
    +    }
    +    if ((ptr - address) > 255)
    +        return 0;
    +    memset(buf, 0, 256);
    +    memcpy(buf, address, ptr - address);
    +    ptr++;
    +    if ((lookup = gethostbyname(buf)) == NULL) {
    +        /*
    +         * Spit a message to differentiate between lookup failures and bad
    +         * strings.
    +         */
    +        fprintf(stderr, "hostname lookup for '%s' failed\n", buf);
    +        return 0;
    +    }
    +    ip = lookup->h_addr_list[0];
    + determine_port:
    +    if (strlen(ptr) < 1)
    +        return 0;
    +    if (!int_strtoul(ptr, &port) || (port > 65535))
    +        return 0;
    +    *parsed_ip = ip;
    +    *parsed_port = (unsigned short)port;
    +    return 1;
     }
     
     int ip_create_listener(const char *address)
     {
    -	const char *ip;
    -	unsigned short port;
    +    const char *ip;
    +    unsigned short port;
     
    -	if(!ip_parse_address(address, &ip, &port, 1))
    -		return -1;
    -	return ip_create_listener_split(ip, port);
    +    if (!ip_parse_address(address, &ip, &port, 1))
    +        return -1;
    +    return ip_create_listener_split(ip, port);
     }
     
     int ip_create_connection(const char *address)
     {
    -	const char *ip;
    -	unsigned short port;
    +    const char *ip;
    +    unsigned short port;
     
    -	if(!ip_parse_address(address, &ip, &port, 0))
    -		return -1;
    -	return ip_create_connection_split(ip, port);
    +    if (!ip_parse_address(address, &ip, &port, 0))
    +        return -1;
    +    return ip_create_connection_split(ip, port);
     }
     
     int ip_accept_connection(int listen_fd)
     {
    -	return accept(listen_fd, NULL, NULL);
    +    return accept(listen_fd, NULL, NULL);
     }
     
    -#endif /* !defined(NO_IP) */
    -
    +#endif                          /* !defined(NO_IP) */
    diff --git a/openssl/demos/tunala/sm.c b/openssl/demos/tunala/sm.c
    index 25359e67e..5658dfff2 100644
    --- a/openssl/demos/tunala/sm.c
    +++ b/openssl/demos/tunala/sm.c
    @@ -2,150 +2,163 @@
     
     #ifndef NO_TUNALA
     
    -void state_machine_init(state_machine_t *machine)
    +void state_machine_init(state_machine_t * machine)
     {
    -	machine->ssl = NULL;
    -	machine->bio_intossl = machine->bio_fromssl = NULL;
    -	buffer_init(&machine->clean_in);
    -	buffer_init(&machine->clean_out);
    -	buffer_init(&machine->dirty_in);
    -	buffer_init(&machine->dirty_out);
    +    machine->ssl = NULL;
    +    machine->bio_intossl = machine->bio_fromssl = NULL;
    +    buffer_init(&machine->clean_in);
    +    buffer_init(&machine->clean_out);
    +    buffer_init(&machine->dirty_in);
    +    buffer_init(&machine->dirty_out);
     }
     
    -void state_machine_close(state_machine_t *machine)
    +void state_machine_close(state_machine_t * machine)
     {
    -	if(machine->ssl)
    -		SSL_free(machine->ssl);
    -/* SSL_free seems to decrement the reference counts already so doing this goes
    - * kaboom. */
    -#if 0
    -	if(machine->bio_intossl)
    -		BIO_free(machine->bio_intossl);
    -	if(machine->bio_fromssl)
    -		BIO_free(machine->bio_fromssl);
    -#endif
    -	buffer_close(&machine->clean_in);
    -	buffer_close(&machine->clean_out);
    -	buffer_close(&machine->dirty_in);
    -	buffer_close(&machine->dirty_out);
    -	state_machine_init(machine);
    +    if (machine->ssl)
    +        SSL_free(machine->ssl);
    +    /*
    +     * SSL_free seems to decrement the reference counts already so doing this
    +     * goes kaboom.
    +     */
    +# if 0
    +    if (machine->bio_intossl)
    +        BIO_free(machine->bio_intossl);
    +    if (machine->bio_fromssl)
    +        BIO_free(machine->bio_fromssl);
    +# endif
    +    buffer_close(&machine->clean_in);
    +    buffer_close(&machine->clean_out);
    +    buffer_close(&machine->dirty_in);
    +    buffer_close(&machine->dirty_out);
    +    state_machine_init(machine);
     }
     
    -buffer_t *state_machine_get_buffer(state_machine_t *machine, sm_buffer_t type)
    +buffer_t *state_machine_get_buffer(state_machine_t * machine,
    +                                   sm_buffer_t type)
     {
    -	switch(type) {
    -	case SM_CLEAN_IN:
    -		return &machine->clean_in;
    -	case SM_CLEAN_OUT:
    -		return &machine->clean_out;
    -	case SM_DIRTY_IN:
    -		return &machine->dirty_in;
    -	case SM_DIRTY_OUT:
    -		return &machine->dirty_out;
    -	default:
    -		break;
    -	}
    -	/* Should never get here */
    -	abort();
    -	return NULL;
    +    switch (type) {
    +    case SM_CLEAN_IN:
    +        return &machine->clean_in;
    +    case SM_CLEAN_OUT:
    +        return &machine->clean_out;
    +    case SM_DIRTY_IN:
    +        return &machine->dirty_in;
    +    case SM_DIRTY_OUT:
    +        return &machine->dirty_out;
    +    default:
    +        break;
    +    }
    +    /* Should never get here */
    +    abort();
    +    return NULL;
     }
     
    -SSL *state_machine_get_SSL(state_machine_t *machine)
    +SSL *state_machine_get_SSL(state_machine_t * machine)
     {
    -	return machine->ssl;
    +    return machine->ssl;
     }
     
    -int state_machine_set_SSL(state_machine_t *machine, SSL *ssl, int is_server)
    +int state_machine_set_SSL(state_machine_t * machine, SSL *ssl, int is_server)
     {
    -	if(machine->ssl)
    -		/* Shouldn't ever be set twice */
    -		abort();
    -	machine->ssl = ssl;
    -	/* Create the BIOs to handle the dirty side of the SSL */
    -	if((machine->bio_intossl = BIO_new(BIO_s_mem())) == NULL)
    -		abort();
    -	if((machine->bio_fromssl = BIO_new(BIO_s_mem())) == NULL)
    -		abort();
    -	/* Hook up the BIOs on the dirty side of the SSL */
    -	SSL_set_bio(machine->ssl, machine->bio_intossl, machine->bio_fromssl);
    -	if(is_server)
    -		SSL_set_accept_state(machine->ssl);
    -	else
    -		SSL_set_connect_state(machine->ssl);
    -	/* If we're the first one to generate traffic - do it now otherwise we
    -	 * go into the next select empty-handed and our peer will not send data
    -	 * but will similarly wait for us. */
    -	return state_machine_churn(machine);
    +    if (machine->ssl)
    +        /* Shouldn't ever be set twice */
    +        abort();
    +    machine->ssl = ssl;
    +    /* Create the BIOs to handle the dirty side of the SSL */
    +    if ((machine->bio_intossl = BIO_new(BIO_s_mem())) == NULL)
    +        abort();
    +    if ((machine->bio_fromssl = BIO_new(BIO_s_mem())) == NULL)
    +        abort();
    +    /* Hook up the BIOs on the dirty side of the SSL */
    +    SSL_set_bio(machine->ssl, machine->bio_intossl, machine->bio_fromssl);
    +    if (is_server)
    +        SSL_set_accept_state(machine->ssl);
    +    else
    +        SSL_set_connect_state(machine->ssl);
    +    /*
    +     * If we're the first one to generate traffic - do it now otherwise we go
    +     * into the next select empty-handed and our peer will not send data but
    +     * will similarly wait for us.
    +     */
    +    return state_machine_churn(machine);
     }
     
     /* Performs the data-IO loop and returns zero if the machine should close */
    -int state_machine_churn(state_machine_t *machine)
    +int state_machine_churn(state_machine_t * machine)
     {
    -	unsigned int loop;
    -	if(machine->ssl == NULL) {
    -		if(buffer_empty(&machine->clean_out))
    -			/* Time to close this state-machine altogether */
    -			return 0;
    -		else
    -			/* Still buffered data on the clean side to go out */
    -			return 1;
    -	}
    -	/* Do this loop twice to cover any dependencies about which precise
    -	 * order of reads and writes is required. */
    -	for(loop = 0; loop < 2; loop++) {
    -		buffer_to_SSL(&machine->clean_in, machine->ssl);
    -		buffer_to_BIO(&machine->dirty_in, machine->bio_intossl);
    -		buffer_from_SSL(&machine->clean_out, machine->ssl);
    -		buffer_from_BIO(&machine->dirty_out, machine->bio_fromssl);
    -	}
    -	/* We close on the SSL side if the info callback noticed some problems
    -	 * or an SSL shutdown was underway and shutdown traffic had all been
    -	 * sent. */
    -	if(SSL_get_app_data(machine->ssl) || (SSL_get_shutdown(machine->ssl) &&
    -				buffer_empty(&machine->dirty_out))) {
    -		/* Great, we can seal off the dirty side completely */
    -		if(!state_machine_close_dirty(machine))
    -			return 0;
    -	}
    -	/* Either the SSL is alive and well, or the closing process still has
    -	 * outgoing data waiting to be sent */
    -	return 1;
    +    unsigned int loop;
    +    if (machine->ssl == NULL) {
    +        if (buffer_empty(&machine->clean_out))
    +            /* Time to close this state-machine altogether */
    +            return 0;
    +        else
    +            /* Still buffered data on the clean side to go out */
    +            return 1;
    +    }
    +    /*
    +     * Do this loop twice to cover any dependencies about which precise order
    +     * of reads and writes is required.
    +     */
    +    for (loop = 0; loop < 2; loop++) {
    +        buffer_to_SSL(&machine->clean_in, machine->ssl);
    +        buffer_to_BIO(&machine->dirty_in, machine->bio_intossl);
    +        buffer_from_SSL(&machine->clean_out, machine->ssl);
    +        buffer_from_BIO(&machine->dirty_out, machine->bio_fromssl);
    +    }
    +    /*
    +     * We close on the SSL side if the info callback noticed some problems or
    +     * an SSL shutdown was underway and shutdown traffic had all been sent.
    +     */
    +    if (SSL_get_app_data(machine->ssl) || (SSL_get_shutdown(machine->ssl) &&
    +                                           buffer_empty(&machine->dirty_out)))
    +    {
    +        /* Great, we can seal off the dirty side completely */
    +        if (!state_machine_close_dirty(machine))
    +            return 0;
    +    }
    +    /*
    +     * Either the SSL is alive and well, or the closing process still has
    +     * outgoing data waiting to be sent
    +     */
    +    return 1;
     }
     
     /* Called when the clean side of the SSL has lost its connection */
    -int state_machine_close_clean(state_machine_t *machine)
    +int state_machine_close_clean(state_machine_t * machine)
     {
    -	/* Well, first thing to do is null out the clean-side buffers - they're
    -	 * no use any more. */
    -	buffer_close(&machine->clean_in);
    -	buffer_close(&machine->clean_out);
    -	/* And start an SSL shutdown */
    -	if(machine->ssl)
    -		SSL_shutdown(machine->ssl);
    -	/* This is an "event", so flush the SSL of any generated traffic */
    -	state_machine_churn(machine);
    -	if(buffer_empty(&machine->dirty_in) &&
    -			buffer_empty(&machine->dirty_out))
    -		return 0;
    -	return 1;
    +    /*
    +     * Well, first thing to do is null out the clean-side buffers - they're
    +     * no use any more.
    +     */
    +    buffer_close(&machine->clean_in);
    +    buffer_close(&machine->clean_out);
    +    /* And start an SSL shutdown */
    +    if (machine->ssl)
    +        SSL_shutdown(machine->ssl);
    +    /* This is an "event", so flush the SSL of any generated traffic */
    +    state_machine_churn(machine);
    +    if (buffer_empty(&machine->dirty_in) && buffer_empty(&machine->dirty_out))
    +        return 0;
    +    return 1;
     }
     
    -/* Called when the dirty side of the SSL has lost its connection. This is pretty
    - * terminal as all that can be left to do is send any buffered output on the
    - * clean side - after that, we're done. */
    -int state_machine_close_dirty(state_machine_t *machine)
    +/*
    + * Called when the dirty side of the SSL has lost its connection. This is
    + * pretty terminal as all that can be left to do is send any buffered output
    + * on the clean side - after that, we're done.
    + */
    +int state_machine_close_dirty(state_machine_t * machine)
     {
    -	buffer_close(&machine->dirty_in);
    -	buffer_close(&machine->dirty_out);
    -	buffer_close(&machine->clean_in);
    -	if(machine->ssl)
    -		SSL_free(machine->ssl);
    -	machine->ssl = NULL;
    -	machine->bio_intossl = machine->bio_fromssl = NULL;
    -	if(buffer_empty(&machine->clean_out))
    -		return 0;
    -	return 1;
    +    buffer_close(&machine->dirty_in);
    +    buffer_close(&machine->dirty_out);
    +    buffer_close(&machine->clean_in);
    +    if (machine->ssl)
    +        SSL_free(machine->ssl);
    +    machine->ssl = NULL;
    +    machine->bio_intossl = machine->bio_fromssl = NULL;
    +    if (buffer_empty(&machine->clean_out))
    +        return 0;
    +    return 1;
     }
     
    -#endif /* !defined(NO_TUNALA) */
    -
    +#endif                          /* !defined(NO_TUNALA) */
    diff --git a/openssl/demos/tunala/tunala.c b/openssl/demos/tunala/tunala.c
    index ec49d3e94..11a7c5bb1 100644
    --- a/openssl/demos/tunala/tunala.c
    +++ b/openssl/demos/tunala/tunala.c
    @@ -1,65 +1,81 @@
     #if defined(NO_BUFFER) || defined(NO_IP) || defined(NO_OPENSSL)
    -#error "Badness, NO_BUFFER, NO_IP or NO_OPENSSL is defined, turn them *off*"
    +# error "Badness, NO_BUFFER, NO_IP or NO_OPENSSL is defined, turn them *off*"
     #endif
     
     /* Include our bits'n'pieces */
     #include "tunala.h"
     
    -
     /********************************************/
     /* Our local types that specify our "world" */
     /********************************************/
     
    -/* These represent running "tunnels". Eg. if you wanted to do SSL in a
    - * "message-passing" scanario, the "int" file-descriptors might be replaced by
    - * thread or process IDs, and the "select" code might be replaced by message
    - * handling code. Whatever. */
    +/*
    + * These represent running "tunnels". Eg. if you wanted to do SSL in a
    + * "message-passing" scanario, the "int" file-descriptors might be replaced
    + * by thread or process IDs, and the "select" code might be replaced by
    + * message handling code. Whatever.
    + */
     typedef struct _tunala_item_t {
    -	/* The underlying SSL state machine. This is a data-only processing unit
    -	 * and we communicate with it by talking to its four "buffers". */
    -	state_machine_t sm;
    -	/* The file-descriptors for the "dirty" (encrypted) side of the SSL
    -	 * setup. In actuality, this is typically a socket and both values are
    -	 * identical. */
    -	int dirty_read, dirty_send;
    -	/* The file-descriptors for the "clean" (unencrypted) side of the SSL
    -	 * setup. These could be stdin/stdout, a socket (both values the same),
    -	 * or whatever you like. */
    -	int clean_read, clean_send;
    +    /*
    +     * The underlying SSL state machine. This is a data-only processing unit
    +     * and we communicate with it by talking to its four "buffers".
    +     */
    +    state_machine_t sm;
    +    /*
    +     * The file-descriptors for the "dirty" (encrypted) side of the SSL
    +     * setup. In actuality, this is typically a socket and both values are
    +     * identical.
    +     */
    +    int dirty_read, dirty_send;
    +    /*
    +     * The file-descriptors for the "clean" (unencrypted) side of the SSL
    +     * setup. These could be stdin/stdout, a socket (both values the same),
    +     * or whatever you like.
    +     */
    +    int clean_read, clean_send;
     } tunala_item_t;
     
    -/* This structure is used as the data for running the main loop. Namely, in a
    +/*
    + * This structure is used as the data for running the main loop. Namely, in a
      * network format such as this, it is stuff for select() - but as pointed out,
      * when moving the real-world to somewhere else, this might be replaced by
      * something entirely different. It's basically the stuff that controls when
    - * it's time to do some "work". */
    + * it's time to do some "work".
    + */
     typedef struct _select_sets_t {
    -	int max; /* As required as the first argument to select() */
    -	fd_set reads, sends, excepts; /* As passed to select() */
    +    int max;                    /* As required as the first argument to
    +                                 * select() */
    +    fd_set reads, sends, excepts; /* As passed to select() */
     } select_sets_t;
     typedef struct _tunala_selector_t {
    -	select_sets_t last_selected; /* Results of the last select() */
    -	select_sets_t next_select; /* What we'll next select on */
    +    select_sets_t last_selected; /* Results of the last select() */
    +    select_sets_t next_select;  /* What we'll next select on */
     } tunala_selector_t;
     
    -/* This structure is *everything*. We do it to avoid the use of globals so that,
    - * for example, it would be easier to shift things around between async-IO,
    - * thread-based, or multi-fork()ed (or combinations thereof). */
    +/*
    + * This structure is *everything*. We do it to avoid the use of globals so
    + * that, for example, it would be easier to shift things around between
    + * async-IO, thread-based, or multi-fork()ed (or combinations thereof).
    + */
     typedef struct _tunala_world_t {
    -	/* The file-descriptor we "listen" on for new connections */
    -	int listen_fd;
    -	/* The array of tunnels */
    -	tunala_item_t *tunnels;
    -	/* the number of tunnels in use and allocated, respectively */
    -	unsigned int tunnels_used, tunnels_size;
    -	/* Our outside "loop" context stuff */
    -	tunala_selector_t selector;
    -	/* Our SSL_CTX, which is configured as the SSL client or server and has
    -	 * the various cert-settings and callbacks configured. */
    -	SSL_CTX *ssl_ctx;
    -	/* Simple flag with complex logic :-) Indicates whether we're an SSL
    -	 * server or an SSL client. */
    -	int server_mode;
    +    /* The file-descriptor we "listen" on for new connections */
    +    int listen_fd;
    +    /* The array of tunnels */
    +    tunala_item_t *tunnels;
    +    /* the number of tunnels in use and allocated, respectively */
    +    unsigned int tunnels_used, tunnels_size;
    +    /* Our outside "loop" context stuff */
    +    tunala_selector_t selector;
    +    /*
    +     * Our SSL_CTX, which is configured as the SSL client or server and has
    +     * the various cert-settings and callbacks configured.
    +     */
    +    SSL_CTX *ssl_ctx;
    +    /*
    +     * Simple flag with complex logic :-) Indicates whether we're an SSL
    +     * server or an SSL client.
    +     */
    +    int server_mode;
     } tunala_world_t;
     
     /*****************************/
    @@ -67,22 +83,30 @@ typedef struct _tunala_world_t {
     /*****************************/
     
     static SSL_CTX *initialise_ssl_ctx(int server_mode, const char *engine_id,
    -		const char *CAfile, const char *cert, const char *key,
    -		const char *dcert, const char *dkey, const char *cipher_list,
    -		const char *dh_file, const char *dh_special, int tmp_rsa,
    -		int ctx_options, int out_state, int out_verify, int verify_mode,
    -		unsigned int verify_depth);
    -static void selector_init(tunala_selector_t *selector);
    -static void selector_add_listener(tunala_selector_t *selector, int fd);
    -static void selector_add_tunala(tunala_selector_t *selector, tunala_item_t *t);
    -static int selector_select(tunala_selector_t *selector);
    -/* This returns -1 for error, 0 for no new connections, or 1 for success, in
    - * which case *newfd is populated. */
    -static int selector_get_listener(tunala_selector_t *selector, int fd, int *newfd);
    -static int tunala_world_new_item(tunala_world_t *world, int fd,
    -		const char *ip, unsigned short port, int flipped);
    -static void tunala_world_del_item(tunala_world_t *world, unsigned int idx);
    -static int tunala_item_io(tunala_selector_t *selector, tunala_item_t *item);
    +                                   const char *CAfile, const char *cert,
    +                                   const char *key, const char *dcert,
    +                                   const char *dkey, const char *cipher_list,
    +                                   const char *dh_file,
    +                                   const char *dh_special, int tmp_rsa,
    +                                   int ctx_options, int out_state,
    +                                   int out_verify, int verify_mode,
    +                                   unsigned int verify_depth);
    +static void selector_init(tunala_selector_t * selector);
    +static void selector_add_listener(tunala_selector_t * selector, int fd);
    +static void selector_add_tunala(tunala_selector_t * selector,
    +                                tunala_item_t * t);
    +static int selector_select(tunala_selector_t * selector);
    +/*
    + * This returns -1 for error, 0 for no new connections, or 1 for success, in
    + * which case *newfd is populated.
    + */
    +static int selector_get_listener(tunala_selector_t * selector, int fd,
    +                                 int *newfd);
    +static int tunala_world_new_item(tunala_world_t * world, int fd,
    +                                 const char *ip, unsigned short port,
    +                                 int flipped);
    +static void tunala_world_del_item(tunala_world_t * world, unsigned int idx);
    +static int tunala_item_io(tunala_selector_t * selector, tunala_item_t * item);
     
     /*********************************************/
     /* MAIN FUNCTION (and its utility functions) */
    @@ -112,492 +136,518 @@ static int def_out_totals = 0;
     static int def_out_conns = 0;
     
     static const char *helpstring =
    -"\n'Tunala' (A tunneler with a New Zealand accent)\n"
    -"Usage: tunala [options], where options are from;\n"
    -" -listen [host:]  (default = 127.0.0.1:8080)\n"
    -" -proxy :   (default = 127.0.0.1:443)\n"
    -" -maxtunnels       (default = 50)\n"
    -" -cacert     (default = NULL)\n"
    -" -cert       (default = NULL)\n"
    -" -key        (default = whatever '-cert' is)\n"
    -" -dcert      (usually for DSA, default = NULL)\n"
    -" -dkey       (usually for DSA, default = whatever '-dcert' is)\n"
    -" -engine       (default = NULL)\n"
    -" -server <0|1>          (default = 0, ie. an SSL client)\n"
    -" -flipped <0|1>         (makes SSL servers be network clients, and vice versa)\n"
    -" -cipher          (specifies cipher list to use)\n"
    -" -dh_file         (a PEM file containing DH parameters to use)\n"
    -" -dh_special  (see below: def=NULL)\n"
    -" -no_tmp_rsa            (don't generate temporary RSA keys)\n"
    -" -no_ssl2               (disable SSLv2)\n"
    -" -no_ssl3               (disable SSLv3)\n"
    -" -no_tls1               (disable TLSv1)\n"
    -" -v_peer                (verify the peer certificate)\n"
    -" -v_strict              (do not continue if peer doesn't authenticate)\n"
    -" -v_once                (no verification in renegotiates)\n"
    -" -v_depth          (limit certificate chain depth, default = 10)\n"
    -" -out_conns             (prints client connections and disconnections)\n"
    -" -out_state             (prints SSL handshake states)\n"
    -" -out_verify <0|1|2|3>  (prints certificate verification states: def=1)\n"
    -" -out_totals            (prints out byte-totals when a tunnel closes)\n"
    -" -            (displays this help screen)\n"
    -"Notes:\n"
    -"(1) It is recommended to specify a cert+key when operating as an SSL server.\n"
    -"    If you only specify '-cert', the same file must contain a matching\n"
    -"    private key.\n"
    -"(2) Either dh_file or dh_special can be used to specify where DH parameters\n"
    -"    will be obtained from (or '-dh_special NULL' for the default choice) but\n"
    -"    you cannot specify both. For dh_special, 'generate' will create new DH\n"
    -"    parameters on startup, and 'standard' will use embedded parameters\n"
    -"    instead.\n"
    -"(3) Normally an ssl client connects to an ssl server - so that an 'ssl client\n"
    -"    tunala' listens for 'clean' client connections and proxies ssl, and an\n"
    -"    'ssl server tunala' listens for ssl connections and proxies 'clean'. With\n"
    -"    '-flipped 1', this behaviour is reversed so that an 'ssl server tunala'\n"
    -"    listens for clean client connections and proxies ssl (but participating\n"
    -"    as an ssl *server* in the SSL/TLS protocol), and an 'ssl client tunala'\n"
    -"    listens for ssl connections (participating as an ssl *client* in the\n"
    -"    SSL/TLS protocol) and proxies 'clean' to the end destination. This can\n"
    -"    be useful for allowing network access to 'servers' where only the server\n"
    -"    needs to authenticate the client (ie. the other way is not required).\n"
    -"    Even with client and server authentication, this 'technique' mitigates\n"
    -"    some DoS (denial-of-service) potential as it will be the network client\n"
    -"    having to perform the first private key operation rather than the other\n"
    -"    way round.\n"
    -"(4) The 'technique' used by setting '-flipped 1' is probably compatible with\n"
    -"    absolutely nothing except another complimentary instance of 'tunala'\n"
    -"    running with '-flipped 1'. :-)\n";
    +    "\n'Tunala' (A tunneler with a New Zealand accent)\n"
    +    "Usage: tunala [options], where options are from;\n"
    +    " -listen [host:]  (default = 127.0.0.1:8080)\n"
    +    " -proxy :   (default = 127.0.0.1:443)\n"
    +    " -maxtunnels       (default = 50)\n"
    +    " -cacert     (default = NULL)\n"
    +    " -cert       (default = NULL)\n"
    +    " -key        (default = whatever '-cert' is)\n"
    +    " -dcert      (usually for DSA, default = NULL)\n"
    +    " -dkey       (usually for DSA, default = whatever '-dcert' is)\n"
    +    " -engine       (default = NULL)\n"
    +    " -server <0|1>          (default = 0, ie. an SSL client)\n"
    +    " -flipped <0|1>         (makes SSL servers be network clients, and vice versa)\n"
    +    " -cipher          (specifies cipher list to use)\n"
    +    " -dh_file         (a PEM file containing DH parameters to use)\n"
    +    " -dh_special  (see below: def=NULL)\n"
    +    " -no_tmp_rsa            (don't generate temporary RSA keys)\n"
    +    " -no_ssl2               (disable SSLv2)\n"
    +    " -no_ssl3               (disable SSLv3)\n"
    +    " -no_tls1               (disable TLSv1)\n"
    +    " -v_peer                (verify the peer certificate)\n"
    +    " -v_strict              (do not continue if peer doesn't authenticate)\n"
    +    " -v_once                (no verification in renegotiates)\n"
    +    " -v_depth          (limit certificate chain depth, default = 10)\n"
    +    " -out_conns             (prints client connections and disconnections)\n"
    +    " -out_state             (prints SSL handshake states)\n"
    +    " -out_verify <0|1|2|3>  (prints certificate verification states: def=1)\n"
    +    " -out_totals            (prints out byte-totals when a tunnel closes)\n"
    +    " -            (displays this help screen)\n"
    +    "Notes:\n"
    +    "(1) It is recommended to specify a cert+key when operating as an SSL server.\n"
    +    "    If you only specify '-cert', the same file must contain a matching\n"
    +    "    private key.\n"
    +    "(2) Either dh_file or dh_special can be used to specify where DH parameters\n"
    +    "    will be obtained from (or '-dh_special NULL' for the default choice) but\n"
    +    "    you cannot specify both. For dh_special, 'generate' will create new DH\n"
    +    "    parameters on startup, and 'standard' will use embedded parameters\n"
    +    "    instead.\n"
    +    "(3) Normally an ssl client connects to an ssl server - so that an 'ssl client\n"
    +    "    tunala' listens for 'clean' client connections and proxies ssl, and an\n"
    +    "    'ssl server tunala' listens for ssl connections and proxies 'clean'. With\n"
    +    "    '-flipped 1', this behaviour is reversed so that an 'ssl server tunala'\n"
    +    "    listens for clean client connections and proxies ssl (but participating\n"
    +    "    as an ssl *server* in the SSL/TLS protocol), and an 'ssl client tunala'\n"
    +    "    listens for ssl connections (participating as an ssl *client* in the\n"
    +    "    SSL/TLS protocol) and proxies 'clean' to the end destination. This can\n"
    +    "    be useful for allowing network access to 'servers' where only the server\n"
    +    "    needs to authenticate the client (ie. the other way is not required).\n"
    +    "    Even with client and server authentication, this 'technique' mitigates\n"
    +    "    some DoS (denial-of-service) potential as it will be the network client\n"
    +    "    having to perform the first private key operation rather than the other\n"
    +    "    way round.\n"
    +    "(4) The 'technique' used by setting '-flipped 1' is probably compatible with\n"
    +    "    absolutely nothing except another complimentary instance of 'tunala'\n"
    +    "    running with '-flipped 1'. :-)\n";
    +
    +/*
    + * Default DH parameters for use with "-dh_special standard" ... stolen
    + * striaght from s_server.
    + */
    +static unsigned char dh512_p[] = {
    +    0xDA, 0x58, 0x3C, 0x16, 0xD9, 0x85, 0x22, 0x89, 0xD0, 0xE4, 0xAF, 0x75,
    +    0x6F, 0x4C, 0xCA, 0x92, 0xDD, 0x4B, 0xE5, 0x33, 0xB8, 0x04, 0xFB, 0x0F,
    +    0xED, 0x94, 0xEF, 0x9C, 0x8A, 0x44, 0x03, 0xED, 0x57, 0x46, 0x50, 0xD3,
    +    0x69, 0x99, 0xDB, 0x29, 0xD7, 0x76, 0x27, 0x6B, 0xA2, 0xD3, 0xD4, 0x12,
    +    0xE2, 0x18, 0xF4, 0xDD, 0x1E, 0x08, 0x4C, 0xF6, 0xD8, 0x00, 0x3E, 0x7C,
    +    0x47, 0x74, 0xE8, 0x33,
    +};
     
    -/* Default DH parameters for use with "-dh_special standard" ... stolen striaght
    - * from s_server. */
    -static unsigned char dh512_p[]={
    -	0xDA,0x58,0x3C,0x16,0xD9,0x85,0x22,0x89,0xD0,0xE4,0xAF,0x75,
    -	0x6F,0x4C,0xCA,0x92,0xDD,0x4B,0xE5,0x33,0xB8,0x04,0xFB,0x0F,
    -	0xED,0x94,0xEF,0x9C,0x8A,0x44,0x03,0xED,0x57,0x46,0x50,0xD3,
    -	0x69,0x99,0xDB,0x29,0xD7,0x76,0x27,0x6B,0xA2,0xD3,0xD4,0x12,
    -	0xE2,0x18,0xF4,0xDD,0x1E,0x08,0x4C,0xF6,0xD8,0x00,0x3E,0x7C,
    -	0x47,0x74,0xE8,0x33,
    -	};
    -static unsigned char dh512_g[]={
    -	0x02,
    -	};
    +static unsigned char dh512_g[] = {
    +    0x02,
    +};
     
    -/* And the function that parses the above "standard" parameters, again, straight
    - * out of s_server. */
    +/*
    + * And the function that parses the above "standard" parameters, again,
    + * straight out of s_server.
    + */
     static DH *get_dh512(void)
    -	{
    -	DH *dh=NULL;
    +{
    +    DH *dh = NULL;
     
    -	if ((dh=DH_new()) == NULL) return(NULL);
    -	dh->p=BN_bin2bn(dh512_p,sizeof(dh512_p),NULL);
    -	dh->g=BN_bin2bn(dh512_g,sizeof(dh512_g),NULL);
    -	if ((dh->p == NULL) || (dh->g == NULL))
    -		return(NULL);
    -	return(dh);
    -	}
    +    if ((dh = DH_new()) == NULL)
    +        return (NULL);
    +    dh->p = BN_bin2bn(dh512_p, sizeof(dh512_p), NULL);
    +    dh->g = BN_bin2bn(dh512_g, sizeof(dh512_g), NULL);
    +    if ((dh->p == NULL) || (dh->g == NULL))
    +        return (NULL);
    +    return (dh);
    +}
     
     /* Various help/error messages used by main() */
     static int usage(const char *errstr, int isunknownarg)
     {
    -	if(isunknownarg)
    -		fprintf(stderr, "Error: unknown argument '%s'\n", errstr);
    -	else
    -		fprintf(stderr, "Error: %s\n", errstr);
    -	fprintf(stderr, "%s\n", helpstring);
    -	return 1;
    +    if (isunknownarg)
    +        fprintf(stderr, "Error: unknown argument '%s'\n", errstr);
    +    else
    +        fprintf(stderr, "Error: %s\n", errstr);
    +    fprintf(stderr, "%s\n", helpstring);
    +    return 1;
     }
     
     static int err_str0(const char *str0)
     {
    -	fprintf(stderr, "%s\n", str0);
    -	return 1;
    +    fprintf(stderr, "%s\n", str0);
    +    return 1;
     }
     
     static int err_str1(const char *fmt, const char *str1)
     {
    -	fprintf(stderr, fmt, str1);
    -	fprintf(stderr, "\n");
    -	return 1;
    +    fprintf(stderr, fmt, str1);
    +    fprintf(stderr, "\n");
    +    return 1;
     }
     
     static int parse_max_tunnels(const char *s, unsigned int *maxtunnels)
     {
    -	unsigned long l;
    -	if(!int_strtoul(s, &l) || (l < 1) || (l > 1024)) {
    -		fprintf(stderr, "Error, '%s' is an invalid value for "
    -				"maxtunnels\n", s);
    -		return 0;
    -	}
    -	*maxtunnels = (unsigned int)l;
    -	return 1;
    +    unsigned long l;
    +    if (!int_strtoul(s, &l) || (l < 1) || (l > 1024)) {
    +        fprintf(stderr, "Error, '%s' is an invalid value for "
    +                "maxtunnels\n", s);
    +        return 0;
    +    }
    +    *maxtunnels = (unsigned int)l;
    +    return 1;
     }
     
     static int parse_server_mode(const char *s, int *servermode)
     {
    -	unsigned long l;
    -	if(!int_strtoul(s, &l) || (l > 1)) {
    -		fprintf(stderr, "Error, '%s' is an invalid value for the "
    -				"server mode\n", s);
    -		return 0;
    -	}
    -	*servermode = (int)l;
    -	return 1;
    +    unsigned long l;
    +    if (!int_strtoul(s, &l) || (l > 1)) {
    +        fprintf(stderr, "Error, '%s' is an invalid value for the "
    +                "server mode\n", s);
    +        return 0;
    +    }
    +    *servermode = (int)l;
    +    return 1;
     }
     
     static int parse_dh_special(const char *s, const char **dh_special)
     {
    -	if((strcmp(s, "NULL") == 0) || (strcmp(s, "generate") == 0) ||
    -			(strcmp(s, "standard") == 0)) {
    -		*dh_special = s;
    -		return 1;
    -	}
    -	fprintf(stderr, "Error, '%s' is an invalid value for 'dh_special'\n", s);
    -	return 0;
    +    if ((strcmp(s, "NULL") == 0) || (strcmp(s, "generate") == 0) ||
    +        (strcmp(s, "standard") == 0)) {
    +        *dh_special = s;
    +        return 1;
    +    }
    +    fprintf(stderr, "Error, '%s' is an invalid value for 'dh_special'\n", s);
    +    return 0;
     }
     
     static int parse_verify_level(const char *s, unsigned int *verify_level)
     {
    -	unsigned long l;
    -	if(!int_strtoul(s, &l) || (l > 3)) {
    -		fprintf(stderr, "Error, '%s' is an invalid value for "
    -				"out_verify\n", s);
    -		return 0;
    -	}
    -	*verify_level = (unsigned int)l;
    -	return 1;
    +    unsigned long l;
    +    if (!int_strtoul(s, &l) || (l > 3)) {
    +        fprintf(stderr, "Error, '%s' is an invalid value for "
    +                "out_verify\n", s);
    +        return 0;
    +    }
    +    *verify_level = (unsigned int)l;
    +    return 1;
     }
     
     static int parse_verify_depth(const char *s, unsigned int *verify_depth)
     {
    -	unsigned long l;
    -	if(!int_strtoul(s, &l) || (l < 1) || (l > 50)) {
    -		fprintf(stderr, "Error, '%s' is an invalid value for "
    -				"verify_depth\n", s);
    -		return 0;
    -	}
    -	*verify_depth = (unsigned int)l;
    -	return 1;
    +    unsigned long l;
    +    if (!int_strtoul(s, &l) || (l < 1) || (l > 50)) {
    +        fprintf(stderr, "Error, '%s' is an invalid value for "
    +                "verify_depth\n", s);
    +        return 0;
    +    }
    +    *verify_depth = (unsigned int)l;
    +    return 1;
     }
     
     /* Some fprintf format strings used when tunnels close */
     static const char *io_stats_dirty =
    -"    SSL traffic;   %8lu bytes in, %8lu bytes out\n";
    +    "    SSL traffic;   %8lu bytes in, %8lu bytes out\n";
     static const char *io_stats_clean =
    -"    clear traffic; %8lu bytes in, %8lu bytes out\n";
    +    "    clear traffic; %8lu bytes in, %8lu bytes out\n";
     
     int main(int argc, char *argv[])
     {
    -	unsigned int loop;
    -	int newfd;
    -	tunala_world_t world;
    -	tunala_item_t *t_item;
    -	const char *proxy_ip;
    -	unsigned short proxy_port;
    -	/* Overridables */
    -	const char *proxyhost = def_proxyhost;
    -	const char *listenhost = def_listenhost;
    -	unsigned int max_tunnels = def_max_tunnels;
    -	const char *cacert = def_cacert;
    -	const char *cert = def_cert;
    -	const char *key = def_key;
    -	const char *dcert = def_dcert;
    -	const char *dkey = def_dkey;
    -	const char *engine_id = def_engine_id;
    -	int server_mode = def_server_mode;
    -	int flipped = def_flipped;
    -	const char *cipher_list = def_cipher_list;
    -	const char *dh_file = def_dh_file;
    -	const char *dh_special = def_dh_special;
    -	int tmp_rsa = def_tmp_rsa;
    -	int ctx_options = def_ctx_options;
    -	int verify_mode = def_verify_mode;
    -	unsigned int verify_depth = def_verify_depth;
    -	int out_state = def_out_state;
    -	unsigned int out_verify = def_out_verify;
    -	int out_totals = def_out_totals;
    -	int out_conns = def_out_conns;
    +    unsigned int loop;
    +    int newfd;
    +    tunala_world_t world;
    +    tunala_item_t *t_item;
    +    const char *proxy_ip;
    +    unsigned short proxy_port;
    +    /* Overridables */
    +    const char *proxyhost = def_proxyhost;
    +    const char *listenhost = def_listenhost;
    +    unsigned int max_tunnels = def_max_tunnels;
    +    const char *cacert = def_cacert;
    +    const char *cert = def_cert;
    +    const char *key = def_key;
    +    const char *dcert = def_dcert;
    +    const char *dkey = def_dkey;
    +    const char *engine_id = def_engine_id;
    +    int server_mode = def_server_mode;
    +    int flipped = def_flipped;
    +    const char *cipher_list = def_cipher_list;
    +    const char *dh_file = def_dh_file;
    +    const char *dh_special = def_dh_special;
    +    int tmp_rsa = def_tmp_rsa;
    +    int ctx_options = def_ctx_options;
    +    int verify_mode = def_verify_mode;
    +    unsigned int verify_depth = def_verify_depth;
    +    int out_state = def_out_state;
    +    unsigned int out_verify = def_out_verify;
    +    int out_totals = def_out_totals;
    +    int out_conns = def_out_conns;
     
     /* Parse command-line arguments */
    -next_arg:
    -	argc--; argv++;
    -	if(argc > 0) {
    -		if(strcmp(*argv, "-listen") == 0) {
    -			if(argc < 2)
    -				return usage("-listen requires an argument", 0);
    -			argc--; argv++;
    -			listenhost = *argv;
    -			goto next_arg;
    -		} else if(strcmp(*argv, "-proxy") == 0) {
    -			if(argc < 2)
    -				return usage("-proxy requires an argument", 0);
    -			argc--; argv++;
    -			proxyhost = *argv;
    -			goto next_arg;
    -		} else if(strcmp(*argv, "-maxtunnels") == 0) {
    -			if(argc < 2)
    -				return usage("-maxtunnels requires an argument", 0);
    -			argc--; argv++;
    -			if(!parse_max_tunnels(*argv, &max_tunnels))
    -				return 1;
    -			goto next_arg;
    -		} else if(strcmp(*argv, "-cacert") == 0) {
    -			if(argc < 2)
    -				return usage("-cacert requires an argument", 0);
    -			argc--; argv++;
    -			if(strcmp(*argv, "NULL") == 0)
    -				cacert = NULL;
    -			else
    -				cacert = *argv;
    -			goto next_arg;
    -		} else if(strcmp(*argv, "-cert") == 0) {
    -			if(argc < 2)
    -				return usage("-cert requires an argument", 0);
    -			argc--; argv++;
    -			if(strcmp(*argv, "NULL") == 0)
    -				cert = NULL;
    -			else
    -				cert = *argv;
    -			goto next_arg;
    -		} else if(strcmp(*argv, "-key") == 0) {
    -			if(argc < 2)
    -				return usage("-key requires an argument", 0);
    -			argc--; argv++;
    -			if(strcmp(*argv, "NULL") == 0)
    -				key = NULL;
    -			else
    -				key = *argv;
    -			goto next_arg;
    -		} else if(strcmp(*argv, "-dcert") == 0) {
    -			if(argc < 2)
    -				return usage("-dcert requires an argument", 0);
    -			argc--; argv++;
    -			if(strcmp(*argv, "NULL") == 0)
    -				dcert = NULL;
    -			else
    -				dcert = *argv;
    -			goto next_arg;
    -		} else if(strcmp(*argv, "-dkey") == 0) {
    -			if(argc < 2)
    -				return usage("-dkey requires an argument", 0);
    -			argc--; argv++;
    -			if(strcmp(*argv, "NULL") == 0)
    -				dkey = NULL;
    -			else
    -				dkey = *argv;
    -			goto next_arg;
    -		} else if(strcmp(*argv, "-engine") == 0) {
    -			if(argc < 2)
    -				return usage("-engine requires an argument", 0);
    -			argc--; argv++;
    -			engine_id = *argv;
    -			goto next_arg;
    -		} else if(strcmp(*argv, "-server") == 0) {
    -			if(argc < 2)
    -				return usage("-server requires an argument", 0);
    -			argc--; argv++;
    -			if(!parse_server_mode(*argv, &server_mode))
    -				return 1;
    -			goto next_arg;
    -		} else if(strcmp(*argv, "-flipped") == 0) {
    -			if(argc < 2)
    -				return usage("-flipped requires an argument", 0);
    -			argc--; argv++;
    -			if(!parse_server_mode(*argv, &flipped))
    -				return 1;
    -			goto next_arg;
    -		} else if(strcmp(*argv, "-cipher") == 0) {
    -			if(argc < 2)
    -				return usage("-cipher requires an argument", 0);
    -			argc--; argv++;
    -			cipher_list = *argv;
    -			goto next_arg;
    -		} else if(strcmp(*argv, "-dh_file") == 0) {
    -			if(argc < 2)
    -				return usage("-dh_file requires an argument", 0);
    -			if(dh_special)
    -				return usage("cannot mix -dh_file with "
    -						"-dh_special", 0);
    -			argc--; argv++;
    -			dh_file = *argv;
    -			goto next_arg;
    -		} else if(strcmp(*argv, "-dh_special") == 0) {
    -			if(argc < 2)
    -				return usage("-dh_special requires an argument", 0);
    -			if(dh_file)
    -				return usage("cannot mix -dh_file with "
    -						"-dh_special", 0);
    -			argc--; argv++;
    -			if(!parse_dh_special(*argv, &dh_special))
    -				return 1;
    -			goto next_arg;
    -		} else if(strcmp(*argv, "-no_tmp_rsa") == 0) {
    -			tmp_rsa = 0;
    -			goto next_arg;
    -		} else if(strcmp(*argv, "-no_ssl2") == 0) {
    -			ctx_options |= SSL_OP_NO_SSLv2;
    -			goto next_arg;
    -		} else if(strcmp(*argv, "-no_ssl3") == 0) {
    -			ctx_options |= SSL_OP_NO_SSLv3;
    -			goto next_arg;
    -		} else if(strcmp(*argv, "-no_tls1") == 0) {
    -			ctx_options |= SSL_OP_NO_TLSv1;
    -			goto next_arg;
    -		} else if(strcmp(*argv, "-v_peer") == 0) {
    -			verify_mode |= SSL_VERIFY_PEER;
    -			goto next_arg;
    -		} else if(strcmp(*argv, "-v_strict") == 0) {
    -			verify_mode |= SSL_VERIFY_FAIL_IF_NO_PEER_CERT;
    -			goto next_arg;
    -		} else if(strcmp(*argv, "-v_once") == 0) {
    -			verify_mode |= SSL_VERIFY_CLIENT_ONCE;
    -			goto next_arg;
    -		} else if(strcmp(*argv, "-v_depth") == 0) {
    -			if(argc < 2)
    -				return usage("-v_depth requires an argument", 0);
    -			argc--; argv++;
    -			if(!parse_verify_depth(*argv, &verify_depth))
    -				return 1;
    -			goto next_arg;
    -		} else if(strcmp(*argv, "-out_state") == 0) {
    -			out_state = 1;
    -			goto next_arg;
    -		} else if(strcmp(*argv, "-out_verify") == 0) {
    -			if(argc < 2)
    -				return usage("-out_verify requires an argument", 0);
    -			argc--; argv++;
    -			if(!parse_verify_level(*argv, &out_verify))
    -				return 1;
    -			goto next_arg;
    -		} else if(strcmp(*argv, "-out_totals") == 0) {
    -			out_totals = 1;
    -			goto next_arg;
    -		} else if(strcmp(*argv, "-out_conns") == 0) {
    -			out_conns = 1;
    -			goto next_arg;
    -		} else if((strcmp(*argv, "-h") == 0) ||
    -				(strcmp(*argv, "-help") == 0) ||
    -				(strcmp(*argv, "-?") == 0)) {
    -			fprintf(stderr, "%s\n", helpstring);
    -			return 0;
    -		} else
    -			return usage(*argv, 1);
    -	}
    -	/* Run any sanity checks we want here */
    -	if(!cert && !dcert && server_mode)
    -		fprintf(stderr, "WARNING: you are running an SSL server without "
    -				"a certificate - this may not work!\n");
    + next_arg:
    +    argc--;
    +    argv++;
    +    if (argc > 0) {
    +        if (strcmp(*argv, "-listen") == 0) {
    +            if (argc < 2)
    +                return usage("-listen requires an argument", 0);
    +            argc--;
    +            argv++;
    +            listenhost = *argv;
    +            goto next_arg;
    +        } else if (strcmp(*argv, "-proxy") == 0) {
    +            if (argc < 2)
    +                return usage("-proxy requires an argument", 0);
    +            argc--;
    +            argv++;
    +            proxyhost = *argv;
    +            goto next_arg;
    +        } else if (strcmp(*argv, "-maxtunnels") == 0) {
    +            if (argc < 2)
    +                return usage("-maxtunnels requires an argument", 0);
    +            argc--;
    +            argv++;
    +            if (!parse_max_tunnels(*argv, &max_tunnels))
    +                return 1;
    +            goto next_arg;
    +        } else if (strcmp(*argv, "-cacert") == 0) {
    +            if (argc < 2)
    +                return usage("-cacert requires an argument", 0);
    +            argc--;
    +            argv++;
    +            if (strcmp(*argv, "NULL") == 0)
    +                cacert = NULL;
    +            else
    +                cacert = *argv;
    +            goto next_arg;
    +        } else if (strcmp(*argv, "-cert") == 0) {
    +            if (argc < 2)
    +                return usage("-cert requires an argument", 0);
    +            argc--;
    +            argv++;
    +            if (strcmp(*argv, "NULL") == 0)
    +                cert = NULL;
    +            else
    +                cert = *argv;
    +            goto next_arg;
    +        } else if (strcmp(*argv, "-key") == 0) {
    +            if (argc < 2)
    +                return usage("-key requires an argument", 0);
    +            argc--;
    +            argv++;
    +            if (strcmp(*argv, "NULL") == 0)
    +                key = NULL;
    +            else
    +                key = *argv;
    +            goto next_arg;
    +        } else if (strcmp(*argv, "-dcert") == 0) {
    +            if (argc < 2)
    +                return usage("-dcert requires an argument", 0);
    +            argc--;
    +            argv++;
    +            if (strcmp(*argv, "NULL") == 0)
    +                dcert = NULL;
    +            else
    +                dcert = *argv;
    +            goto next_arg;
    +        } else if (strcmp(*argv, "-dkey") == 0) {
    +            if (argc < 2)
    +                return usage("-dkey requires an argument", 0);
    +            argc--;
    +            argv++;
    +            if (strcmp(*argv, "NULL") == 0)
    +                dkey = NULL;
    +            else
    +                dkey = *argv;
    +            goto next_arg;
    +        } else if (strcmp(*argv, "-engine") == 0) {
    +            if (argc < 2)
    +                return usage("-engine requires an argument", 0);
    +            argc--;
    +            argv++;
    +            engine_id = *argv;
    +            goto next_arg;
    +        } else if (strcmp(*argv, "-server") == 0) {
    +            if (argc < 2)
    +                return usage("-server requires an argument", 0);
    +            argc--;
    +            argv++;
    +            if (!parse_server_mode(*argv, &server_mode))
    +                return 1;
    +            goto next_arg;
    +        } else if (strcmp(*argv, "-flipped") == 0) {
    +            if (argc < 2)
    +                return usage("-flipped requires an argument", 0);
    +            argc--;
    +            argv++;
    +            if (!parse_server_mode(*argv, &flipped))
    +                return 1;
    +            goto next_arg;
    +        } else if (strcmp(*argv, "-cipher") == 0) {
    +            if (argc < 2)
    +                return usage("-cipher requires an argument", 0);
    +            argc--;
    +            argv++;
    +            cipher_list = *argv;
    +            goto next_arg;
    +        } else if (strcmp(*argv, "-dh_file") == 0) {
    +            if (argc < 2)
    +                return usage("-dh_file requires an argument", 0);
    +            if (dh_special)
    +                return usage("cannot mix -dh_file with " "-dh_special", 0);
    +            argc--;
    +            argv++;
    +            dh_file = *argv;
    +            goto next_arg;
    +        } else if (strcmp(*argv, "-dh_special") == 0) {
    +            if (argc < 2)
    +                return usage("-dh_special requires an argument", 0);
    +            if (dh_file)
    +                return usage("cannot mix -dh_file with " "-dh_special", 0);
    +            argc--;
    +            argv++;
    +            if (!parse_dh_special(*argv, &dh_special))
    +                return 1;
    +            goto next_arg;
    +        } else if (strcmp(*argv, "-no_tmp_rsa") == 0) {
    +            tmp_rsa = 0;
    +            goto next_arg;
    +        } else if (strcmp(*argv, "-no_ssl2") == 0) {
    +            ctx_options |= SSL_OP_NO_SSLv2;
    +            goto next_arg;
    +        } else if (strcmp(*argv, "-no_ssl3") == 0) {
    +            ctx_options |= SSL_OP_NO_SSLv3;
    +            goto next_arg;
    +        } else if (strcmp(*argv, "-no_tls1") == 0) {
    +            ctx_options |= SSL_OP_NO_TLSv1;
    +            goto next_arg;
    +        } else if (strcmp(*argv, "-v_peer") == 0) {
    +            verify_mode |= SSL_VERIFY_PEER;
    +            goto next_arg;
    +        } else if (strcmp(*argv, "-v_strict") == 0) {
    +            verify_mode |= SSL_VERIFY_FAIL_IF_NO_PEER_CERT;
    +            goto next_arg;
    +        } else if (strcmp(*argv, "-v_once") == 0) {
    +            verify_mode |= SSL_VERIFY_CLIENT_ONCE;
    +            goto next_arg;
    +        } else if (strcmp(*argv, "-v_depth") == 0) {
    +            if (argc < 2)
    +                return usage("-v_depth requires an argument", 0);
    +            argc--;
    +            argv++;
    +            if (!parse_verify_depth(*argv, &verify_depth))
    +                return 1;
    +            goto next_arg;
    +        } else if (strcmp(*argv, "-out_state") == 0) {
    +            out_state = 1;
    +            goto next_arg;
    +        } else if (strcmp(*argv, "-out_verify") == 0) {
    +            if (argc < 2)
    +                return usage("-out_verify requires an argument", 0);
    +            argc--;
    +            argv++;
    +            if (!parse_verify_level(*argv, &out_verify))
    +                return 1;
    +            goto next_arg;
    +        } else if (strcmp(*argv, "-out_totals") == 0) {
    +            out_totals = 1;
    +            goto next_arg;
    +        } else if (strcmp(*argv, "-out_conns") == 0) {
    +            out_conns = 1;
    +            goto next_arg;
    +        } else if ((strcmp(*argv, "-h") == 0) ||
    +                   (strcmp(*argv, "-help") == 0) ||
    +                   (strcmp(*argv, "-?") == 0)) {
    +            fprintf(stderr, "%s\n", helpstring);
    +            return 0;
    +        } else
    +            return usage(*argv, 1);
    +    }
    +    /* Run any sanity checks we want here */
    +    if (!cert && !dcert && server_mode)
    +        fprintf(stderr, "WARNING: you are running an SSL server without "
    +                "a certificate - this may not work!\n");
     
    -	/* Initialise network stuff */
    -	if(!ip_initialise())
    -		return err_str0("ip_initialise failed");
    -	/* Create the SSL_CTX */
    -	if((world.ssl_ctx = initialise_ssl_ctx(server_mode, engine_id,
    -			cacert, cert, key, dcert, dkey, cipher_list, dh_file,
    -			dh_special, tmp_rsa, ctx_options, out_state, out_verify,
    -			verify_mode, verify_depth)) == NULL)
    -		return err_str1("initialise_ssl_ctx(engine_id=%s) failed",
    -			(engine_id == NULL) ? "NULL" : engine_id);
    -	if(engine_id)
    -		fprintf(stderr, "Info, engine '%s' initialised\n", engine_id);
    -	/* Create the listener */
    -	if((world.listen_fd = ip_create_listener(listenhost)) == -1)
    -		return err_str1("ip_create_listener(%s) failed", listenhost);
    -	fprintf(stderr, "Info, listening on '%s'\n", listenhost);
    -	if(!ip_parse_address(proxyhost, &proxy_ip, &proxy_port, 0))
    -		return err_str1("ip_parse_address(%s) failed", proxyhost);
    -	fprintf(stderr, "Info, proxying to '%s' (%d.%d.%d.%d:%d)\n", proxyhost,
    -			(int)proxy_ip[0], (int)proxy_ip[1],
    -			(int)proxy_ip[2], (int)proxy_ip[3], (int)proxy_port);
    -	fprintf(stderr, "Info, set maxtunnels to %d\n", (int)max_tunnels);
    -	fprintf(stderr, "Info, set to operate as an SSL %s\n",
    -			(server_mode ? "server" : "client"));
    -	/* Initialise the rest of the stuff */
    -	world.tunnels_used = world.tunnels_size = 0;
    -	world.tunnels = NULL;
    -	world.server_mode = server_mode;
    -	selector_init(&world.selector);
    +    /* Initialise network stuff */
    +    if (!ip_initialise())
    +        return err_str0("ip_initialise failed");
    +    /* Create the SSL_CTX */
    +    if ((world.ssl_ctx = initialise_ssl_ctx(server_mode, engine_id,
    +                                            cacert, cert, key, dcert, dkey,
    +                                            cipher_list, dh_file, dh_special,
    +                                            tmp_rsa, ctx_options, out_state,
    +                                            out_verify, verify_mode,
    +                                            verify_depth)) == NULL)
    +        return err_str1("initialise_ssl_ctx(engine_id=%s) failed",
    +                        (engine_id == NULL) ? "NULL" : engine_id);
    +    if (engine_id)
    +        fprintf(stderr, "Info, engine '%s' initialised\n", engine_id);
    +    /* Create the listener */
    +    if ((world.listen_fd = ip_create_listener(listenhost)) == -1)
    +        return err_str1("ip_create_listener(%s) failed", listenhost);
    +    fprintf(stderr, "Info, listening on '%s'\n", listenhost);
    +    if (!ip_parse_address(proxyhost, &proxy_ip, &proxy_port, 0))
    +        return err_str1("ip_parse_address(%s) failed", proxyhost);
    +    fprintf(stderr, "Info, proxying to '%s' (%d.%d.%d.%d:%d)\n", proxyhost,
    +            (int)proxy_ip[0], (int)proxy_ip[1],
    +            (int)proxy_ip[2], (int)proxy_ip[3], (int)proxy_port);
    +    fprintf(stderr, "Info, set maxtunnels to %d\n", (int)max_tunnels);
    +    fprintf(stderr, "Info, set to operate as an SSL %s\n",
    +            (server_mode ? "server" : "client"));
    +    /* Initialise the rest of the stuff */
    +    world.tunnels_used = world.tunnels_size = 0;
    +    world.tunnels = NULL;
    +    world.server_mode = server_mode;
    +    selector_init(&world.selector);
     
     /* We're ready to loop */
    -main_loop:
    -	/* Should we listen for *new* tunnels? */
    -	if(world.tunnels_used < max_tunnels)
    -		selector_add_listener(&world.selector, world.listen_fd);
    -	/* We should add in our existing tunnels */
    -	for(loop = 0; loop < world.tunnels_used; loop++)
    -		selector_add_tunala(&world.selector, world.tunnels + loop);
    -	/* Now do the select */
    -	switch(selector_select(&world.selector)) {
    -	case -1:
    -		if(errno != EINTR) {
    -			fprintf(stderr, "selector_select returned a "
    -					"badness error.\n");
    -			goto shouldnt_happen;
    -		}
    -		fprintf(stderr, "Warn, selector interrupted by a signal\n");
    -		goto main_loop;
    -	case 0:
    -		fprintf(stderr, "Warn, selector_select returned 0 - signal?""?\n");
    -		goto main_loop;
    -	default:
    -		break;
    -	}
    -	/* Accept new connection if we should and can */
    -	if((world.tunnels_used < max_tunnels) && (selector_get_listener(
    -					&world.selector, world.listen_fd,
    -					&newfd) == 1)) {
    -		/* We have a new connection */
    -		if(!tunala_world_new_item(&world, newfd, proxy_ip,
    -						proxy_port, flipped))
    -			fprintf(stderr, "tunala_world_new_item failed\n");
    -		else if(out_conns)
    -			fprintf(stderr, "Info, new tunnel opened, now up to "
    -					"%d\n", world.tunnels_used);
    -	}
    -	/* Give each tunnel its moment, note the while loop is because it makes
    -	 * the logic easier than with "for" to deal with an array that may shift
    -	 * because of deletes. */
    -	loop = 0;
    -	t_item = world.tunnels;
    -	while(loop < world.tunnels_used) {
    -		if(!tunala_item_io(&world.selector, t_item)) {
    -			/* We're closing whether for reasons of an error or a
    -			 * natural close. Don't increment loop or t_item because
    -			 * the next item is moving to us! */
    -			if(!out_totals)
    -				goto skip_totals;
    -			fprintf(stderr, "Tunnel closing, traffic stats follow\n");
    -			/* Display the encrypted (over the network) stats */
    -			fprintf(stderr, io_stats_dirty,
    -				buffer_total_in(state_machine_get_buffer(
    -						&t_item->sm,SM_DIRTY_IN)),
    -				buffer_total_out(state_machine_get_buffer(
    -						&t_item->sm,SM_DIRTY_OUT)));
    -			/* Display the local (tunnelled) stats. NB: Data we
    -			 * *receive* is data sent *out* of the state_machine on
    -			 * its 'clean' side. Hence the apparent back-to-front
    -			 * OUT/IN mixup here :-) */
    -			fprintf(stderr, io_stats_clean,
    -				buffer_total_out(state_machine_get_buffer(
    -						&t_item->sm,SM_CLEAN_OUT)),
    -				buffer_total_in(state_machine_get_buffer(
    -						&t_item->sm,SM_CLEAN_IN)));
    -skip_totals:
    -			tunala_world_del_item(&world, loop);
    -			if(out_conns)
    -				fprintf(stderr, "Info, tunnel closed, down to %d\n",
    -					world.tunnels_used);
    -		}
    -		else {
    -			/* Move to the next item */
    -			loop++;
    -			t_item++;
    -		}
    -	}
    -	goto main_loop;
    -	/* Should never get here */
    -shouldnt_happen:
    -	abort();
    -	return 1;
    + main_loop:
    +    /* Should we listen for *new* tunnels? */
    +    if (world.tunnels_used < max_tunnels)
    +        selector_add_listener(&world.selector, world.listen_fd);
    +    /* We should add in our existing tunnels */
    +    for (loop = 0; loop < world.tunnels_used; loop++)
    +        selector_add_tunala(&world.selector, world.tunnels + loop);
    +    /* Now do the select */
    +    switch (selector_select(&world.selector)) {
    +    case -1:
    +        if (errno != EINTR) {
    +            fprintf(stderr, "selector_select returned a " "badness error.\n");
    +            goto shouldnt_happen;
    +        }
    +        fprintf(stderr, "Warn, selector interrupted by a signal\n");
    +        goto main_loop;
    +    case 0:
    +        fprintf(stderr, "Warn, selector_select returned 0 - signal?" "?\n");
    +        goto main_loop;
    +    default:
    +        break;
    +    }
    +    /* Accept new connection if we should and can */
    +    if ((world.tunnels_used < max_tunnels)
    +        && (selector_get_listener(&world.selector, world.listen_fd, &newfd) ==
    +            1)) {
    +        /* We have a new connection */
    +        if (!tunala_world_new_item(&world, newfd, proxy_ip,
    +                                   proxy_port, flipped))
    +            fprintf(stderr, "tunala_world_new_item failed\n");
    +        else if (out_conns)
    +            fprintf(stderr, "Info, new tunnel opened, now up to "
    +                    "%d\n", world.tunnels_used);
    +    }
    +    /*
    +     * Give each tunnel its moment, note the while loop is because it makes
    +     * the logic easier than with "for" to deal with an array that may shift
    +     * because of deletes.
    +     */
    +    loop = 0;
    +    t_item = world.tunnels;
    +    while (loop < world.tunnels_used) {
    +        if (!tunala_item_io(&world.selector, t_item)) {
    +            /*
    +             * We're closing whether for reasons of an error or a natural
    +             * close. Don't increment loop or t_item because the next item is
    +             * moving to us!
    +             */
    +            if (!out_totals)
    +                goto skip_totals;
    +            fprintf(stderr, "Tunnel closing, traffic stats follow\n");
    +            /* Display the encrypted (over the network) stats */
    +            fprintf(stderr, io_stats_dirty,
    +                    buffer_total_in(state_machine_get_buffer
    +                                    (&t_item->sm, SM_DIRTY_IN)),
    +                    buffer_total_out(state_machine_get_buffer
    +                                     (&t_item->sm, SM_DIRTY_OUT)));
    +            /*
    +             * Display the local (tunnelled) stats. NB: Data we *receive* is
    +             * data sent *out* of the state_machine on its 'clean' side.
    +             * Hence the apparent back-to-front OUT/IN mixup here :-)
    +             */
    +            fprintf(stderr, io_stats_clean,
    +                    buffer_total_out(state_machine_get_buffer
    +                                     (&t_item->sm, SM_CLEAN_OUT)),
    +                    buffer_total_in(state_machine_get_buffer
    +                                    (&t_item->sm, SM_CLEAN_IN)));
    + skip_totals:
    +            tunala_world_del_item(&world, loop);
    +            if (out_conns)
    +                fprintf(stderr, "Info, tunnel closed, down to %d\n",
    +                        world.tunnels_used);
    +        } else {
    +            /* Move to the next item */
    +            loop++;
    +            t_item++;
    +        }
    +    }
    +    goto main_loop;
    +    /* Should never get here */
    + shouldnt_happen:
    +    abort();
    +    return 1;
     }
     
     /****************/
    @@ -606,504 +656,528 @@ shouldnt_happen:
     
     static int ctx_set_cert(SSL_CTX *ctx, const char *cert, const char *key)
     {
    -	FILE *fp = NULL;
    -	X509 *x509 = NULL;
    -	EVP_PKEY *pkey = NULL;
    -	int toret = 0; /* Assume an error */
    +    FILE *fp = NULL;
    +    X509 *x509 = NULL;
    +    EVP_PKEY *pkey = NULL;
    +    int toret = 0;              /* Assume an error */
     
    -	/* cert */
    -	if(cert) {
    -		if((fp = fopen(cert, "r")) == NULL) {
    -			fprintf(stderr, "Error opening cert file '%s'\n", cert);
    -			goto err;
    -		}
    -		if(!PEM_read_X509(fp, &x509, NULL, NULL)) {
    -			fprintf(stderr, "Error reading PEM cert from '%s'\n",
    -					cert);
    -			goto err;
    -		}
    -		if(!SSL_CTX_use_certificate(ctx, x509)) {
    -			fprintf(stderr, "Error, cert in '%s' can not be used\n",
    -					cert);
    -			goto err;
    -		}
    -		/* Clear the FILE* for reuse in the "key" code */
    -		fclose(fp);
    -		fp = NULL;
    -		fprintf(stderr, "Info, operating with cert in '%s'\n", cert);
    -		/* If a cert was given without matching key, we assume the same
    -		 * file contains the required key. */
    -		if(!key)
    -			key = cert;
    -	} else {
    -		if(key)
    -			fprintf(stderr, "Error, can't specify a key without a "
    -					"corresponding certificate\n");
    -		else
    -			fprintf(stderr, "Error, ctx_set_cert called with "
    -					"NULLs!\n");
    -		goto err;
    -	}
    -	/* key */
    -	if(key) {
    -		if((fp = fopen(key, "r")) == NULL) {
    -			fprintf(stderr, "Error opening key file '%s'\n", key);
    -			goto err;
    -		}
    -		if(!PEM_read_PrivateKey(fp, &pkey, NULL, NULL)) {
    -			fprintf(stderr, "Error reading PEM key from '%s'\n",
    -					key);
    -			goto err;
    -		}
    -		if(!SSL_CTX_use_PrivateKey(ctx, pkey)) {
    -			fprintf(stderr, "Error, key in '%s' can not be used\n",
    -					key);
    -			goto err;
    -		}
    -		fprintf(stderr, "Info, operating with key in '%s'\n", key);
    -	} else
    -		fprintf(stderr, "Info, operating without a cert or key\n");
    -	/* Success */
    -	toret = 1; err:
    -	if(x509)
    -		X509_free(x509);
    -	if(pkey)
    -		EVP_PKEY_free(pkey);
    -	if(fp)
    -		fclose(fp);
    -	return toret;
    +    /* cert */
    +    if (cert) {
    +        if ((fp = fopen(cert, "r")) == NULL) {
    +            fprintf(stderr, "Error opening cert file '%s'\n", cert);
    +            goto err;
    +        }
    +        if (!PEM_read_X509(fp, &x509, NULL, NULL)) {
    +            fprintf(stderr, "Error reading PEM cert from '%s'\n", cert);
    +            goto err;
    +        }
    +        if (!SSL_CTX_use_certificate(ctx, x509)) {
    +            fprintf(stderr, "Error, cert in '%s' can not be used\n", cert);
    +            goto err;
    +        }
    +        /* Clear the FILE* for reuse in the "key" code */
    +        fclose(fp);
    +        fp = NULL;
    +        fprintf(stderr, "Info, operating with cert in '%s'\n", cert);
    +        /*
    +         * If a cert was given without matching key, we assume the same file
    +         * contains the required key.
    +         */
    +        if (!key)
    +            key = cert;
    +    } else {
    +        if (key)
    +            fprintf(stderr, "Error, can't specify a key without a "
    +                    "corresponding certificate\n");
    +        else
    +            fprintf(stderr, "Error, ctx_set_cert called with " "NULLs!\n");
    +        goto err;
    +    }
    +    /* key */
    +    if (key) {
    +        if ((fp = fopen(key, "r")) == NULL) {
    +            fprintf(stderr, "Error opening key file '%s'\n", key);
    +            goto err;
    +        }
    +        if (!PEM_read_PrivateKey(fp, &pkey, NULL, NULL)) {
    +            fprintf(stderr, "Error reading PEM key from '%s'\n", key);
    +            goto err;
    +        }
    +        if (!SSL_CTX_use_PrivateKey(ctx, pkey)) {
    +            fprintf(stderr, "Error, key in '%s' can not be used\n", key);
    +            goto err;
    +        }
    +        fprintf(stderr, "Info, operating with key in '%s'\n", key);
    +    } else
    +        fprintf(stderr, "Info, operating without a cert or key\n");
    +    /* Success */
    +    toret = 1;
    + err:
    +    if (x509)
    +        X509_free(x509);
    +    if (pkey)
    +        EVP_PKEY_free(pkey);
    +    if (fp)
    +        fclose(fp);
    +    return toret;
     }
     
    -static int ctx_set_dh(SSL_CTX *ctx, const char *dh_file, const char *dh_special)
    +static int ctx_set_dh(SSL_CTX *ctx, const char *dh_file,
    +                      const char *dh_special)
     {
    -	DH *dh = NULL;
    -	FILE *fp = NULL;
    +    DH *dh = NULL;
    +    FILE *fp = NULL;
     
    -	if(dh_special) {
    -		if(strcmp(dh_special, "NULL") == 0)
    -			return 1;
    -		if(strcmp(dh_special, "standard") == 0) {
    -			if((dh = get_dh512()) == NULL) {
    -				fprintf(stderr, "Error, can't parse 'standard'"
    -						" DH parameters\n");
    -				return 0;
    -			}
    -			fprintf(stderr, "Info, using 'standard' DH parameters\n");
    -			goto do_it;
    -		}
    -		if(strcmp(dh_special, "generate") != 0)
    -			/* This shouldn't happen - screening values is handled
    -			 * in main(). */
    -			abort();
    -		fprintf(stderr, "Info, generating DH parameters ... ");
    -		fflush(stderr);
    -		if(!(dh = DH_new()) || !DH_generate_parameters_ex(dh, 512,
    -					DH_GENERATOR_5, NULL)) {
    -			fprintf(stderr, "error!\n");
    -			if(dh)
    -				DH_free(dh);
    -			return 0;
    -		}
    -		fprintf(stderr, "complete\n");
    -		goto do_it;
    -	}
    -	/* So, we're loading dh_file */
    -	if((fp = fopen(dh_file, "r")) == NULL) {
    -		fprintf(stderr, "Error, couldn't open '%s' for DH parameters\n",
    -				dh_file);
    -		return 0;
    -	}
    -	dh = PEM_read_DHparams(fp, NULL, NULL, NULL);
    -	fclose(fp);
    -	if(dh == NULL) {
    -		fprintf(stderr, "Error, could not parse DH parameters from '%s'\n",
    -				dh_file);
    -		return 0;
    -	}
    -	fprintf(stderr, "Info, using DH parameters from file '%s'\n", dh_file);
    -do_it:
    -	SSL_CTX_set_tmp_dh(ctx, dh);
    -	DH_free(dh);
    -	return 1;
    +    if (dh_special) {
    +        if (strcmp(dh_special, "NULL") == 0)
    +            return 1;
    +        if (strcmp(dh_special, "standard") == 0) {
    +            if ((dh = get_dh512()) == NULL) {
    +                fprintf(stderr, "Error, can't parse 'standard'"
    +                        " DH parameters\n");
    +                return 0;
    +            }
    +            fprintf(stderr, "Info, using 'standard' DH parameters\n");
    +            goto do_it;
    +        }
    +        if (strcmp(dh_special, "generate") != 0)
    +            /*
    +             * This shouldn't happen - screening values is handled in main().
    +             */
    +            abort();
    +        fprintf(stderr, "Info, generating DH parameters ... ");
    +        fflush(stderr);
    +        if (!(dh = DH_new()) || !DH_generate_parameters_ex(dh, 512,
    +                                                           DH_GENERATOR_5,
    +                                                           NULL)) {
    +            fprintf(stderr, "error!\n");
    +            if (dh)
    +                DH_free(dh);
    +            return 0;
    +        }
    +        fprintf(stderr, "complete\n");
    +        goto do_it;
    +    }
    +    /* So, we're loading dh_file */
    +    if ((fp = fopen(dh_file, "r")) == NULL) {
    +        fprintf(stderr, "Error, couldn't open '%s' for DH parameters\n",
    +                dh_file);
    +        return 0;
    +    }
    +    dh = PEM_read_DHparams(fp, NULL, NULL, NULL);
    +    fclose(fp);
    +    if (dh == NULL) {
    +        fprintf(stderr, "Error, could not parse DH parameters from '%s'\n",
    +                dh_file);
    +        return 0;
    +    }
    +    fprintf(stderr, "Info, using DH parameters from file '%s'\n", dh_file);
    + do_it:
    +    SSL_CTX_set_tmp_dh(ctx, dh);
    +    DH_free(dh);
    +    return 1;
     }
     
     static SSL_CTX *initialise_ssl_ctx(int server_mode, const char *engine_id,
    -		const char *CAfile, const char *cert, const char *key,
    -		const char *dcert, const char *dkey, const char *cipher_list,
    -		const char *dh_file, const char *dh_special, int tmp_rsa,
    -		int ctx_options, int out_state, int out_verify, int verify_mode,
    -		unsigned int verify_depth)
    +                                   const char *CAfile, const char *cert,
    +                                   const char *key, const char *dcert,
    +                                   const char *dkey, const char *cipher_list,
    +                                   const char *dh_file,
    +                                   const char *dh_special, int tmp_rsa,
    +                                   int ctx_options, int out_state,
    +                                   int out_verify, int verify_mode,
    +                                   unsigned int verify_depth)
     {
    -	SSL_CTX *ctx = NULL, *ret = NULL;
    -	const SSL_METHOD *meth;
    -	ENGINE *e = NULL;
    +    SSL_CTX *ctx = NULL, *ret = NULL;
    +    const SSL_METHOD *meth;
    +    ENGINE *e = NULL;
     
    -        OpenSSL_add_ssl_algorithms();
    -        SSL_load_error_strings();
    +    OpenSSL_add_ssl_algorithms();
    +    SSL_load_error_strings();
     
    -	meth = (server_mode ? SSLv23_server_method() : SSLv23_client_method());
    -	if(meth == NULL)
    -		goto err;
    -	if(engine_id) {
    -		ENGINE_load_builtin_engines();
    -		if((e = ENGINE_by_id(engine_id)) == NULL) {
    -			fprintf(stderr, "Error obtaining '%s' engine, openssl "
    -					"errors follow\n", engine_id);
    -			goto err;
    -		}
    -		if(!ENGINE_set_default(e, ENGINE_METHOD_ALL)) {
    -			fprintf(stderr, "Error assigning '%s' engine, openssl "
    -					"errors follow\n", engine_id);
    -			goto err;
    -		}
    -		ENGINE_free(e);
    -	}
    -	if((ctx = SSL_CTX_new(meth)) == NULL)
    -		goto err;
    -	/* cacert */
    -	if(CAfile) {
    -		if(!X509_STORE_load_locations(SSL_CTX_get_cert_store(ctx),
    -					CAfile, NULL)) {
    -			fprintf(stderr, "Error loading CA cert(s) in '%s'\n",
    -					CAfile);
    -			goto err;
    -		}
    -		fprintf(stderr, "Info, operating with CA cert(s) in '%s'\n",
    -				CAfile);
    -	} else
    -		fprintf(stderr, "Info, operating without a CA cert(-list)\n");
    -	if(!SSL_CTX_set_default_verify_paths(ctx)) {
    -		fprintf(stderr, "Error setting default verify paths\n");
    -		goto err;
    -	}
    +    meth = (server_mode ? SSLv23_server_method() : SSLv23_client_method());
    +    if (meth == NULL)
    +        goto err;
    +    if (engine_id) {
    +        ENGINE_load_builtin_engines();
    +        if ((e = ENGINE_by_id(engine_id)) == NULL) {
    +            fprintf(stderr, "Error obtaining '%s' engine, openssl "
    +                    "errors follow\n", engine_id);
    +            goto err;
    +        }
    +        if (!ENGINE_set_default(e, ENGINE_METHOD_ALL)) {
    +            fprintf(stderr, "Error assigning '%s' engine, openssl "
    +                    "errors follow\n", engine_id);
    +            goto err;
    +        }
    +        ENGINE_free(e);
    +    }
    +    if ((ctx = SSL_CTX_new(meth)) == NULL)
    +        goto err;
    +    /* cacert */
    +    if (CAfile) {
    +        if (!X509_STORE_load_locations(SSL_CTX_get_cert_store(ctx),
    +                                       CAfile, NULL)) {
    +            fprintf(stderr, "Error loading CA cert(s) in '%s'\n", CAfile);
    +            goto err;
    +        }
    +        fprintf(stderr, "Info, operating with CA cert(s) in '%s'\n", CAfile);
    +    } else
    +        fprintf(stderr, "Info, operating without a CA cert(-list)\n");
    +    if (!SSL_CTX_set_default_verify_paths(ctx)) {
    +        fprintf(stderr, "Error setting default verify paths\n");
    +        goto err;
    +    }
     
    -	/* cert and key */
    -	if((cert || key) && !ctx_set_cert(ctx, cert, key))
    -		goto err;
    -	/* dcert and dkey */
    -	if((dcert || dkey) && !ctx_set_cert(ctx, dcert, dkey))
    -		goto err;
    -	/* temporary RSA key generation */
    -	if(tmp_rsa)
    -		SSL_CTX_set_tmp_rsa_callback(ctx, cb_generate_tmp_rsa);
    +    /* cert and key */
    +    if ((cert || key) && !ctx_set_cert(ctx, cert, key))
    +        goto err;
    +    /* dcert and dkey */
    +    if ((dcert || dkey) && !ctx_set_cert(ctx, dcert, dkey))
    +        goto err;
    +    /* temporary RSA key generation */
    +    if (tmp_rsa)
    +        SSL_CTX_set_tmp_rsa_callback(ctx, cb_generate_tmp_rsa);
     
    -	/* cipher_list */
    -	if(cipher_list) {
    -		if(!SSL_CTX_set_cipher_list(ctx, cipher_list)) {
    -			fprintf(stderr, "Error setting cipher list '%s'\n",
    -					cipher_list);
    -			goto err;
    -		}
    -		fprintf(stderr, "Info, set cipher list '%s'\n", cipher_list);
    -	} else
    -		fprintf(stderr, "Info, operating with default cipher list\n");
    +    /* cipher_list */
    +    if (cipher_list) {
    +        if (!SSL_CTX_set_cipher_list(ctx, cipher_list)) {
    +            fprintf(stderr, "Error setting cipher list '%s'\n", cipher_list);
    +            goto err;
    +        }
    +        fprintf(stderr, "Info, set cipher list '%s'\n", cipher_list);
    +    } else
    +        fprintf(stderr, "Info, operating with default cipher list\n");
     
    -	/* dh_file & dh_special */
    -	if((dh_file || dh_special) && !ctx_set_dh(ctx, dh_file, dh_special))
    -		goto err;
    +    /* dh_file & dh_special */
    +    if ((dh_file || dh_special) && !ctx_set_dh(ctx, dh_file, dh_special))
    +        goto err;
     
    -	/* ctx_options */
    -	SSL_CTX_set_options(ctx, ctx_options);
    +    /* ctx_options */
    +    SSL_CTX_set_options(ctx, ctx_options);
     
    -	/* out_state (output of SSL handshake states to screen). */
    -	if(out_state)
    -		cb_ssl_info_set_output(stderr);
    +    /* out_state (output of SSL handshake states to screen). */
    +    if (out_state)
    +        cb_ssl_info_set_output(stderr);
     
    -	/* out_verify */
    -	if(out_verify > 0) {
    -		cb_ssl_verify_set_output(stderr);
    -		cb_ssl_verify_set_level(out_verify);
    -	}
    +    /* out_verify */
    +    if (out_verify > 0) {
    +        cb_ssl_verify_set_output(stderr);
    +        cb_ssl_verify_set_level(out_verify);
    +    }
     
    -	/* verify_depth */
    -	cb_ssl_verify_set_depth(verify_depth);
    +    /* verify_depth */
    +    cb_ssl_verify_set_depth(verify_depth);
     
    -	/* Success! (includes setting verify_mode) */
    -	SSL_CTX_set_info_callback(ctx, cb_ssl_info);
    -	SSL_CTX_set_verify(ctx, verify_mode, cb_ssl_verify);
    -	ret = ctx;
    -err:
    -	if(!ret) {
    -		ERR_print_errors_fp(stderr);
    -		if(ctx)
    -			SSL_CTX_free(ctx);
    -	}
    -	return ret;
    +    /* Success! (includes setting verify_mode) */
    +    SSL_CTX_set_info_callback(ctx, cb_ssl_info);
    +    SSL_CTX_set_verify(ctx, verify_mode, cb_ssl_verify);
    +    ret = ctx;
    + err:
    +    if (!ret) {
    +        ERR_print_errors_fp(stderr);
    +        if (ctx)
    +            SSL_CTX_free(ctx);
    +    }
    +    return ret;
     }
     
     /*****************/
     /* Selector bits */
     /*****************/
     
    -static void selector_sets_init(select_sets_t *s)
    +static void selector_sets_init(select_sets_t * s)
     {
    -	s->max = 0;
    -	FD_ZERO(&s->reads);
    -	FD_ZERO(&s->sends);
    -	FD_ZERO(&s->excepts);
    +    s->max = 0;
    +    FD_ZERO(&s->reads);
    +    FD_ZERO(&s->sends);
    +    FD_ZERO(&s->excepts);
     }
    -static void selector_init(tunala_selector_t *selector)
    +
    +static void selector_init(tunala_selector_t * selector)
     {
    -	selector_sets_init(&selector->last_selected);
    -	selector_sets_init(&selector->next_select);
    +    selector_sets_init(&selector->last_selected);
    +    selector_sets_init(&selector->next_select);
     }
     
     #define SEL_EXCEPTS 0x00
     #define SEL_READS   0x01
     #define SEL_SENDS   0x02
    -static void selector_add_raw_fd(tunala_selector_t *s, int fd, int flags)
    +static void selector_add_raw_fd(tunala_selector_t * s, int fd, int flags)
     {
    -	FD_SET(fd, &s->next_select.excepts);
    -	if(flags & SEL_READS)
    -		FD_SET(fd, &s->next_select.reads);
    -	if(flags & SEL_SENDS)
    -		FD_SET(fd, &s->next_select.sends);
    -	/* Adjust "max" */
    -	if(s->next_select.max < (fd + 1))
    -		s->next_select.max = fd + 1;
    +    FD_SET(fd, &s->next_select.excepts);
    +    if (flags & SEL_READS)
    +        FD_SET(fd, &s->next_select.reads);
    +    if (flags & SEL_SENDS)
    +        FD_SET(fd, &s->next_select.sends);
    +    /* Adjust "max" */
    +    if (s->next_select.max < (fd + 1))
    +        s->next_select.max = fd + 1;
     }
     
    -static void selector_add_listener(tunala_selector_t *selector, int fd)
    +static void selector_add_listener(tunala_selector_t * selector, int fd)
     {
    -	selector_add_raw_fd(selector, fd, SEL_READS);
    +    selector_add_raw_fd(selector, fd, SEL_READS);
     }
     
    -static void selector_add_tunala(tunala_selector_t *s, tunala_item_t *t)
    +static void selector_add_tunala(tunala_selector_t * s, tunala_item_t * t)
     {
    -	/* Set clean read if sm.clean_in is not full */
    -	if(t->clean_read != -1) {
    -		selector_add_raw_fd(s, t->clean_read,
    -			(buffer_full(state_machine_get_buffer(&t->sm,
    -				SM_CLEAN_IN)) ? SEL_EXCEPTS : SEL_READS));
    -	}
    -	/* Set clean send if sm.clean_out is not empty */
    -	if(t->clean_send != -1) {
    -		selector_add_raw_fd(s, t->clean_send,
    -			(buffer_empty(state_machine_get_buffer(&t->sm,
    -				SM_CLEAN_OUT)) ? SEL_EXCEPTS : SEL_SENDS));
    -	}
    -	/* Set dirty read if sm.dirty_in is not full */
    -	if(t->dirty_read != -1) {
    -		selector_add_raw_fd(s, t->dirty_read,
    -			(buffer_full(state_machine_get_buffer(&t->sm,
    -				SM_DIRTY_IN)) ? SEL_EXCEPTS : SEL_READS));
    -	}
    -	/* Set dirty send if sm.dirty_out is not empty */
    -	if(t->dirty_send != -1) {
    -		selector_add_raw_fd(s, t->dirty_send,
    -			(buffer_empty(state_machine_get_buffer(&t->sm,
    -				SM_DIRTY_OUT)) ? SEL_EXCEPTS : SEL_SENDS));
    -	}
    +    /* Set clean read if sm.clean_in is not full */
    +    if (t->clean_read != -1) {
    +        selector_add_raw_fd(s, t->clean_read,
    +                            (buffer_full(state_machine_get_buffer(&t->sm,
    +                                                                  SM_CLEAN_IN))
    +                             ? SEL_EXCEPTS : SEL_READS));
    +    }
    +    /* Set clean send if sm.clean_out is not empty */
    +    if (t->clean_send != -1) {
    +        selector_add_raw_fd(s, t->clean_send,
    +                            (buffer_empty(state_machine_get_buffer(&t->sm,
    +                                                                   SM_CLEAN_OUT))
    +                             ? SEL_EXCEPTS : SEL_SENDS));
    +    }
    +    /* Set dirty read if sm.dirty_in is not full */
    +    if (t->dirty_read != -1) {
    +        selector_add_raw_fd(s, t->dirty_read,
    +                            (buffer_full(state_machine_get_buffer(&t->sm,
    +                                                                  SM_DIRTY_IN))
    +                             ? SEL_EXCEPTS : SEL_READS));
    +    }
    +    /* Set dirty send if sm.dirty_out is not empty */
    +    if (t->dirty_send != -1) {
    +        selector_add_raw_fd(s, t->dirty_send,
    +                            (buffer_empty(state_machine_get_buffer(&t->sm,
    +                                                                   SM_DIRTY_OUT))
    +                             ? SEL_EXCEPTS : SEL_SENDS));
    +    }
     }
     
    -static int selector_select(tunala_selector_t *selector)
    +static int selector_select(tunala_selector_t * selector)
     {
    -	memcpy(&selector->last_selected, &selector->next_select,
    -			sizeof(select_sets_t));
    -	selector_sets_init(&selector->next_select);
    -	return select(selector->last_selected.max,
    -			&selector->last_selected.reads,
    -			&selector->last_selected.sends,
    -			&selector->last_selected.excepts, NULL);
    +    memcpy(&selector->last_selected, &selector->next_select,
    +           sizeof(select_sets_t));
    +    selector_sets_init(&selector->next_select);
    +    return select(selector->last_selected.max,
    +                  &selector->last_selected.reads,
    +                  &selector->last_selected.sends,
    +                  &selector->last_selected.excepts, NULL);
     }
     
    -/* This returns -1 for error, 0 for no new connections, or 1 for success, in
    - * which case *newfd is populated. */
    -static int selector_get_listener(tunala_selector_t *selector, int fd, int *newfd)
    +/*
    + * This returns -1 for error, 0 for no new connections, or 1 for success, in
    + * which case *newfd is populated.
    + */
    +static int selector_get_listener(tunala_selector_t * selector, int fd,
    +                                 int *newfd)
     {
    -	if(FD_ISSET(fd, &selector->last_selected.excepts))
    -		return -1;
    -	if(!FD_ISSET(fd, &selector->last_selected.reads))
    -		return 0;
    -	if((*newfd = ip_accept_connection(fd)) == -1)
    -		return -1;
    -	return 1;
    +    if (FD_ISSET(fd, &selector->last_selected.excepts))
    +        return -1;
    +    if (!FD_ISSET(fd, &selector->last_selected.reads))
    +        return 0;
    +    if ((*newfd = ip_accept_connection(fd)) == -1)
    +        return -1;
    +    return 1;
     }
     
     /************************/
     /* "Tunala" world stuff */
     /************************/
     
    -static int tunala_world_make_room(tunala_world_t *world)
    +static int tunala_world_make_room(tunala_world_t * world)
     {
    -	unsigned int newsize;
    -	tunala_item_t *newarray;
    +    unsigned int newsize;
    +    tunala_item_t *newarray;
     
    -	if(world->tunnels_used < world->tunnels_size)
    -		return 1;
    -	newsize = (world->tunnels_size == 0 ? 16 :
    -			((world->tunnels_size * 3) / 2));
    -	if((newarray = malloc(newsize * sizeof(tunala_item_t))) == NULL)
    -		return 0;
    -	memset(newarray, 0, newsize * sizeof(tunala_item_t));
    -	if(world->tunnels_used > 0)
    -		memcpy(newarray, world->tunnels,
    -			world->tunnels_used * sizeof(tunala_item_t));
    -	if(world->tunnels_size > 0)
    -		free(world->tunnels);
    -	/* migrate */
    -	world->tunnels = newarray;
    -	world->tunnels_size = newsize;
    -	return 1;
    +    if (world->tunnels_used < world->tunnels_size)
    +        return 1;
    +    newsize = (world->tunnels_size == 0 ? 16 :
    +               ((world->tunnels_size * 3) / 2));
    +    if ((newarray = malloc(newsize * sizeof(tunala_item_t))) == NULL)
    +        return 0;
    +    memset(newarray, 0, newsize * sizeof(tunala_item_t));
    +    if (world->tunnels_used > 0)
    +        memcpy(newarray, world->tunnels,
    +               world->tunnels_used * sizeof(tunala_item_t));
    +    if (world->tunnels_size > 0)
    +        free(world->tunnels);
    +    /* migrate */
    +    world->tunnels = newarray;
    +    world->tunnels_size = newsize;
    +    return 1;
     }
     
    -static int tunala_world_new_item(tunala_world_t *world, int fd,
    -		const char *ip, unsigned short port, int flipped)
    +static int tunala_world_new_item(tunala_world_t * world, int fd,
    +                                 const char *ip, unsigned short port,
    +                                 int flipped)
     {
    -	tunala_item_t *item;
    -	int newfd;
    -	SSL *new_ssl = NULL;
    +    tunala_item_t *item;
    +    int newfd;
    +    SSL *new_ssl = NULL;
     
    -	if(!tunala_world_make_room(world))
    -		return 0;
    -	if((new_ssl = SSL_new(world->ssl_ctx)) == NULL) {
    -		fprintf(stderr, "Error creating new SSL\n");
    -		ERR_print_errors_fp(stderr);
    -		return 0;
    -	}
    -	item = world->tunnels + (world->tunnels_used++);
    -	state_machine_init(&item->sm);
    -	item->clean_read = item->clean_send =
    -		item->dirty_read = item->dirty_send = -1;
    -	if((newfd = ip_create_connection_split(ip, port)) == -1)
    -		goto err;
    -	/* Which way round? If we're a server, "fd" is the dirty side and the
    -	 * connection we open is the clean one. For a client, it's the other way
    -	 * around. Unless, of course, we're "flipped" in which case everything
    -	 * gets reversed. :-) */
    -	if((world->server_mode && !flipped) ||
    -			(!world->server_mode && flipped)) {
    -		item->dirty_read = item->dirty_send = fd;
    -		item->clean_read = item->clean_send = newfd;
    -	} else {
    -		item->clean_read = item->clean_send = fd;
    -		item->dirty_read = item->dirty_send = newfd;
    -	}
    -	/* We use the SSL's "app_data" to indicate a call-back induced "kill" */
    -	SSL_set_app_data(new_ssl, NULL);
    -	if(!state_machine_set_SSL(&item->sm, new_ssl, world->server_mode))
    -		goto err;
    -	return 1;
    -err:
    -	tunala_world_del_item(world, world->tunnels_used - 1);
    -	return 0;
    +    if (!tunala_world_make_room(world))
    +        return 0;
    +    if ((new_ssl = SSL_new(world->ssl_ctx)) == NULL) {
    +        fprintf(stderr, "Error creating new SSL\n");
    +        ERR_print_errors_fp(stderr);
    +        return 0;
    +    }
    +    item = world->tunnels + (world->tunnels_used++);
    +    state_machine_init(&item->sm);
    +    item->clean_read = item->clean_send =
    +        item->dirty_read = item->dirty_send = -1;
    +    if ((newfd = ip_create_connection_split(ip, port)) == -1)
    +        goto err;
    +    /*
    +     * Which way round? If we're a server, "fd" is the dirty side and the
    +     * connection we open is the clean one. For a client, it's the other way
    +     * around. Unless, of course, we're "flipped" in which case everything
    +     * gets reversed. :-)
    +     */
    +    if ((world->server_mode && !flipped) || (!world->server_mode && flipped)) {
    +        item->dirty_read = item->dirty_send = fd;
    +        item->clean_read = item->clean_send = newfd;
    +    } else {
    +        item->clean_read = item->clean_send = fd;
    +        item->dirty_read = item->dirty_send = newfd;
    +    }
    +    /*
    +     * We use the SSL's "app_data" to indicate a call-back induced "kill"
    +     */
    +    SSL_set_app_data(new_ssl, NULL);
    +    if (!state_machine_set_SSL(&item->sm, new_ssl, world->server_mode))
    +        goto err;
    +    return 1;
    + err:
    +    tunala_world_del_item(world, world->tunnels_used - 1);
    +    return 0;
     
     }
     
    -static void tunala_world_del_item(tunala_world_t *world, unsigned int idx)
    +static void tunala_world_del_item(tunala_world_t * world, unsigned int idx)
     {
    -	tunala_item_t *item = world->tunnels + idx;
    -	if(item->clean_read != -1)
    -		close(item->clean_read);
    -	if(item->clean_send != item->clean_read)
    -		close(item->clean_send);
    -	item->clean_read = item->clean_send = -1;
    -	if(item->dirty_read != -1)
    -		close(item->dirty_read);
    -	if(item->dirty_send != item->dirty_read)
    -		close(item->dirty_send);
    -	item->dirty_read = item->dirty_send = -1;
    -	state_machine_close(&item->sm);
    -	/* OK, now we fix the item array */
    -	if(idx + 1 < world->tunnels_used)
    -		/* We need to scroll entries to the left */
    -		memmove(world->tunnels + idx,
    -				world->tunnels + (idx + 1),
    -				(world->tunnels_used - (idx + 1)) *
    -					sizeof(tunala_item_t));
    -	world->tunnels_used--;
    +    tunala_item_t *item = world->tunnels + idx;
    +    if (item->clean_read != -1)
    +        close(item->clean_read);
    +    if (item->clean_send != item->clean_read)
    +        close(item->clean_send);
    +    item->clean_read = item->clean_send = -1;
    +    if (item->dirty_read != -1)
    +        close(item->dirty_read);
    +    if (item->dirty_send != item->dirty_read)
    +        close(item->dirty_send);
    +    item->dirty_read = item->dirty_send = -1;
    +    state_machine_close(&item->sm);
    +    /* OK, now we fix the item array */
    +    if (idx + 1 < world->tunnels_used)
    +        /* We need to scroll entries to the left */
    +        memmove(world->tunnels + idx,
    +                world->tunnels + (idx + 1),
    +                (world->tunnels_used - (idx + 1)) * sizeof(tunala_item_t));
    +    world->tunnels_used--;
     }
     
    -static int tunala_item_io(tunala_selector_t *selector, tunala_item_t *item)
    +static int tunala_item_io(tunala_selector_t * selector, tunala_item_t * item)
     {
    -	int c_r, c_s, d_r, d_s; /* Four boolean flags */
    +    int c_r, c_s, d_r, d_s;     /* Four boolean flags */
     
    -	/* Take ourselves out of the gene-pool if there was an except */
    -	if((item->clean_read != -1) && FD_ISSET(item->clean_read,
    -				&selector->last_selected.excepts))
    -		return 0;
    -	if((item->clean_send != -1) && FD_ISSET(item->clean_send,
    -				&selector->last_selected.excepts))
    -		return 0;
    -	if((item->dirty_read != -1) && FD_ISSET(item->dirty_read,
    -				&selector->last_selected.excepts))
    -		return 0;
    -	if((item->dirty_send != -1) && FD_ISSET(item->dirty_send,
    -				&selector->last_selected.excepts))
    -		return 0;
    -	/* Grab our 4 IO flags */
    -	c_r = c_s = d_r = d_s = 0;
    -	if(item->clean_read != -1)
    -		c_r = FD_ISSET(item->clean_read, &selector->last_selected.reads);
    -	if(item->clean_send != -1)
    -		c_s = FD_ISSET(item->clean_send, &selector->last_selected.sends);
    -	if(item->dirty_read != -1)
    -		d_r = FD_ISSET(item->dirty_read, &selector->last_selected.reads);
    -	if(item->dirty_send != -1)
    -		d_s = FD_ISSET(item->dirty_send, &selector->last_selected.sends);
    -	/* If no IO has happened for us, skip needless data looping */
    -	if(!c_r && !c_s && !d_r && !d_s)
    -		return 1;
    -	if(c_r)
    -		c_r = (buffer_from_fd(state_machine_get_buffer(&item->sm,
    -				SM_CLEAN_IN), item->clean_read) <= 0);
    -	if(c_s)
    -		c_s = (buffer_to_fd(state_machine_get_buffer(&item->sm,
    -				SM_CLEAN_OUT), item->clean_send) <= 0);
    -	if(d_r)
    -		d_r = (buffer_from_fd(state_machine_get_buffer(&item->sm,
    -				SM_DIRTY_IN), item->dirty_read) <= 0);
    -	if(d_s)
    -		d_s = (buffer_to_fd(state_machine_get_buffer(&item->sm,
    -				SM_DIRTY_OUT), item->dirty_send) <= 0);
    -	/* If any of the flags is non-zero, that means they need closing */
    -	if(c_r) {
    -		close(item->clean_read);
    -		if(item->clean_send == item->clean_read)
    -			item->clean_send = -1;
    -		item->clean_read = -1;
    -	}
    -	if(c_s && (item->clean_send != -1)) {
    -		close(item->clean_send);
    -		if(item->clean_send == item->clean_read)
    -			item->clean_read = -1;
    -		item->clean_send = -1;
    -	}
    -	if(d_r) {
    -		close(item->dirty_read);
    -		if(item->dirty_send == item->dirty_read)
    -			item->dirty_send = -1;
    -		item->dirty_read = -1;
    -	}
    -	if(d_s && (item->dirty_send != -1)) {
    -		close(item->dirty_send);
    -		if(item->dirty_send == item->dirty_read)
    -			item->dirty_read = -1;
    -		item->dirty_send = -1;
    -	}
    -	/* This function name is attributed to the term donated by David
    -	 * Schwartz on openssl-dev, message-ID:
    -	 * . :-) */
    -	if(!state_machine_churn(&item->sm))
    -		/* If the SSL closes, it will also zero-out the _in buffers
    -		 * and will in future process just outgoing data. As and
    -		 * when the outgoing data has gone, it will return zero
    -		 * here to tell us to bail out. */
    -		return 0;
    -	/* Otherwise, we return zero if both sides are dead. */
    -	if(((item->clean_read == -1) || (item->clean_send == -1)) &&
    -			((item->dirty_read == -1) || (item->dirty_send == -1)))
    -		return 0;
    -	/* If only one side closed, notify the SSL of this so it can take
    -	 * appropriate action. */
    -	if((item->clean_read == -1) || (item->clean_send == -1)) {
    -		if(!state_machine_close_clean(&item->sm))
    -			return 0;
    -	}
    -	if((item->dirty_read == -1) || (item->dirty_send == -1)) {
    -		if(!state_machine_close_dirty(&item->sm))
    -			return 0;
    -	}
    -	return 1;
    +    /* Take ourselves out of the gene-pool if there was an except */
    +    if ((item->clean_read != -1) && FD_ISSET(item->clean_read,
    +                                             &selector->
    +                                             last_selected.excepts))
    +        return 0;
    +    if ((item->clean_send != -1) && FD_ISSET(item->clean_send,
    +                                             &selector->
    +                                             last_selected.excepts))
    +        return 0;
    +    if ((item->dirty_read != -1) && FD_ISSET(item->dirty_read,
    +                                             &selector->
    +                                             last_selected.excepts))
    +        return 0;
    +    if ((item->dirty_send != -1) && FD_ISSET(item->dirty_send,
    +                                             &selector->
    +                                             last_selected.excepts))
    +        return 0;
    +    /* Grab our 4 IO flags */
    +    c_r = c_s = d_r = d_s = 0;
    +    if (item->clean_read != -1)
    +        c_r = FD_ISSET(item->clean_read, &selector->last_selected.reads);
    +    if (item->clean_send != -1)
    +        c_s = FD_ISSET(item->clean_send, &selector->last_selected.sends);
    +    if (item->dirty_read != -1)
    +        d_r = FD_ISSET(item->dirty_read, &selector->last_selected.reads);
    +    if (item->dirty_send != -1)
    +        d_s = FD_ISSET(item->dirty_send, &selector->last_selected.sends);
    +    /* If no IO has happened for us, skip needless data looping */
    +    if (!c_r && !c_s && !d_r && !d_s)
    +        return 1;
    +    if (c_r)
    +        c_r = (buffer_from_fd(state_machine_get_buffer(&item->sm,
    +                                                       SM_CLEAN_IN),
    +                              item->clean_read) <= 0);
    +    if (c_s)
    +        c_s = (buffer_to_fd(state_machine_get_buffer(&item->sm,
    +                                                     SM_CLEAN_OUT),
    +                            item->clean_send) <= 0);
    +    if (d_r)
    +        d_r = (buffer_from_fd(state_machine_get_buffer(&item->sm,
    +                                                       SM_DIRTY_IN),
    +                              item->dirty_read) <= 0);
    +    if (d_s)
    +        d_s = (buffer_to_fd(state_machine_get_buffer(&item->sm,
    +                                                     SM_DIRTY_OUT),
    +                            item->dirty_send) <= 0);
    +    /* If any of the flags is non-zero, that means they need closing */
    +    if (c_r) {
    +        close(item->clean_read);
    +        if (item->clean_send == item->clean_read)
    +            item->clean_send = -1;
    +        item->clean_read = -1;
    +    }
    +    if (c_s && (item->clean_send != -1)) {
    +        close(item->clean_send);
    +        if (item->clean_send == item->clean_read)
    +            item->clean_read = -1;
    +        item->clean_send = -1;
    +    }
    +    if (d_r) {
    +        close(item->dirty_read);
    +        if (item->dirty_send == item->dirty_read)
    +            item->dirty_send = -1;
    +        item->dirty_read = -1;
    +    }
    +    if (d_s && (item->dirty_send != -1)) {
    +        close(item->dirty_send);
    +        if (item->dirty_send == item->dirty_read)
    +            item->dirty_read = -1;
    +        item->dirty_send = -1;
    +    }
    +    /*
    +     * This function name is attributed to the term donated by David Schwartz
    +     * on openssl-dev, message-ID:
    +     * . :-)
    +     */
    +    if (!state_machine_churn(&item->sm))
    +        /*
    +         * If the SSL closes, it will also zero-out the _in buffers and will
    +         * in future process just outgoing data. As and when the outgoing
    +         * data has gone, it will return zero here to tell us to bail out.
    +         */
    +        return 0;
    +    /* Otherwise, we return zero if both sides are dead. */
    +    if (((item->clean_read == -1) || (item->clean_send == -1)) &&
    +        ((item->dirty_read == -1) || (item->dirty_send == -1)))
    +        return 0;
    +    /*
    +     * If only one side closed, notify the SSL of this so it can take
    +     * appropriate action.
    +     */
    +    if ((item->clean_read == -1) || (item->clean_send == -1)) {
    +        if (!state_machine_close_clean(&item->sm))
    +            return 0;
    +    }
    +    if ((item->dirty_read == -1) || (item->dirty_send == -1)) {
    +        if (!state_machine_close_dirty(&item->sm))
    +            return 0;
    +    }
    +    return 1;
     }
    -
    diff --git a/openssl/demos/tunala/tunala.h b/openssl/demos/tunala/tunala.h
    index 3a752f259..28860d781 100644
    --- a/openssl/demos/tunala/tunala.h
    +++ b/openssl/demos/tunala/tunala.h
    @@ -1,215 +1,244 @@
    -/* Tunala ("Tunneler with a New Zealand accent")
    - *
    - * Written by Geoff Thorpe, but endorsed/supported by noone. Please use this is
    - * if it's useful or informative to you, but it's only here as a scratchpad for
    - * ideas about how you might (or might not) program with OpenSSL. If you deploy
    - * this is in a mission-critical environment, and have not read, understood,
    - * audited, and modified this code to your satisfaction, and the result is that
    - * all hell breaks loose and you are looking for a new employer, then it proves
    - * nothing except perhaps that Darwinism is alive and well. Let's just say, *I*
    - * don't use this in a mission-critical environment, so it would be stupid for
    - * anyone to assume that it is solid and/or tested enough when even its author
    - * doesn't place that much trust in it. You have been warned.
    - *
    +/*
    + * Tunala ("Tunneler with a New Zealand accent") Written by Geoff Thorpe,
    + * but endorsed/supported by noone. Please use this is if it's useful or
    + * informative to you, but it's only here as a scratchpad for ideas about how
    + * you might (or might not) program with OpenSSL. If you deploy this is in a
    + * mission-critical environment, and have not read, understood, audited, and
    + * modified this code to your satisfaction, and the result is that all hell
    + * breaks loose and you are looking for a new employer, then it proves
    + * nothing except perhaps that Darwinism is alive and well. Let's just say,
    + * *I* don't use this in a mission-critical environment, so it would be
    + * stupid for anyone to assume that it is solid and/or tested enough when
    + * even its author doesn't place that much trust in it. You have been warned.
      * With thanks to Cryptographic Appliances, Inc.
      */
     
     #ifndef _TUNALA_H
    -#define _TUNALA_H
    +# define _TUNALA_H
     
     /* pull in autoconf fluff */
    -#ifndef NO_CONFIG_H
    -#include "config.h"
    -#else
    -/* We don't have autoconf, we have to set all of these unless a tweaked Makefile
    - * tells us not to ... */
    +# ifndef NO_CONFIG_H
    +#  include "config.h"
    +# else
    +/*
    + * We don't have autoconf, we have to set all of these unless a tweaked
    + * Makefile tells us not to ...
    + */
     /* headers */
    -#ifndef NO_HAVE_SELECT
    -#define HAVE_SELECT
    -#endif
    -#ifndef NO_HAVE_SOCKET
    -#define HAVE_SOCKET
    -#endif
    -#ifndef NO_HAVE_UNISTD_H
    -#define HAVE_UNISTD_H
    -#endif
    -#ifndef NO_HAVE_FCNTL_H
    -#define HAVE_FCNTL_H
    -#endif
    -#ifndef NO_HAVE_LIMITS_H
    -#define HAVE_LIMITS_H
    -#endif
    +#  ifndef NO_HAVE_SELECT
    +#   define HAVE_SELECT
    +#  endif
    +#  ifndef NO_HAVE_SOCKET
    +#   define HAVE_SOCKET
    +#  endif
    +#  ifndef NO_HAVE_UNISTD_H
    +#   define HAVE_UNISTD_H
    +#  endif
    +#  ifndef NO_HAVE_FCNTL_H
    +#   define HAVE_FCNTL_H
    +#  endif
    +#  ifndef NO_HAVE_LIMITS_H
    +#   define HAVE_LIMITS_H
    +#  endif
     /* features */
    -#ifndef NO_HAVE_STRSTR
    -#define HAVE_STRSTR
    -#endif
    -#ifndef NO_HAVE_STRTOUL
    -#define HAVE_STRTOUL
    -#endif
    -#endif
    -
    -#if !defined(HAVE_SELECT) || !defined(HAVE_SOCKET)
    -#error "can't build without some network basics like select() and socket()"
    -#endif
    -
    -#include 
    -#ifndef NO_SYSTEM_H
    -#include 
    -#ifdef HAVE_UNISTD_H
    -#include 
    -#endif
    -#ifdef HAVE_FCNTL_H
    -#include 
    -#endif
    -#ifdef HAVE_LIMITS_H
    -#include 
    -#endif
    -#include 
    -#include 
    -#include 
    -#include 
    -#include 
    -#endif /* !defined(NO_SYSTEM_H) */
    -
    -#ifndef NO_OPENSSL
    -#include 
    -#include 
    -#include 
    -#endif /* !defined(NO_OPENSSL) */
    -
    -#ifndef OPENSSL_NO_BUFFER
    -/* This is the generic "buffer" type that is used when feeding the
    +#  ifndef NO_HAVE_STRSTR
    +#   define HAVE_STRSTR
    +#  endif
    +#  ifndef NO_HAVE_STRTOUL
    +#   define HAVE_STRTOUL
    +#  endif
    +# endif
    +
    +# if !defined(HAVE_SELECT) || !defined(HAVE_SOCKET)
    +#  error "can't build without some network basics like select() and socket()"
    +# endif
    +
    +# include 
    +# ifndef NO_SYSTEM_H
    +#  include 
    +#  ifdef HAVE_UNISTD_H
    +#   include 
    +#  endif
    +#  ifdef HAVE_FCNTL_H
    +#   include 
    +#  endif
    +#  ifdef HAVE_LIMITS_H
    +#   include 
    +#  endif
    +#  include 
    +#  include 
    +#  include 
    +#  include 
    +#  include 
    +# endif                         /* !defined(NO_SYSTEM_H) */
    +
    +# ifndef NO_OPENSSL
    +#  include 
    +#  include 
    +#  include 
    +# endif                         /* !defined(NO_OPENSSL) */
    +
    +# ifndef OPENSSL_NO_BUFFER
    +/*
    + * This is the generic "buffer" type that is used when feeding the
      * state-machine. It's basically a FIFO with respect to the "adddata" &
    - * "takedata" type functions that operate on it. */
    -#define MAX_DATA_SIZE 16384
    + * "takedata" type functions that operate on it.
    + */
    +#  define MAX_DATA_SIZE 16384
     typedef struct _buffer_t {
    -	unsigned char data[MAX_DATA_SIZE];
    -	unsigned int used;
    -	/* Statistical values - counts the total number of bytes read in and
    -	 * read out (respectively) since "buffer_init()" */
    -	unsigned long total_in, total_out;
    +    unsigned char data[MAX_DATA_SIZE];
    +    unsigned int used;
    +    /*
    +     * Statistical values - counts the total number of bytes read in and read
    +     * out (respectively) since "buffer_init()"
    +     */
    +    unsigned long total_in, total_out;
     } buffer_t;
     
     /* Initialise a buffer structure before use */
    -void buffer_init(buffer_t *buf);
    -/* Cleanup a buffer structure - presently not needed, but if buffer_t is
    - * converted to using dynamic allocation, this would be required - so should be
    - * called to protect against an explosion of memory leaks later if the change is
    - * made. */
    -void buffer_close(buffer_t *buf);
    +void buffer_init(buffer_t * buf);
    +/*
    + * Cleanup a buffer structure - presently not needed, but if buffer_t is
    + * converted to using dynamic allocation, this would be required - so should
    + * be called to protect against an explosion of memory leaks later if the
    + * change is made.
    + */
    +void buffer_close(buffer_t * buf);
     
     /* Basic functions to manipulate buffers */
     
    -unsigned int buffer_used(buffer_t *buf); /* How much data in the buffer */
    -unsigned int buffer_unused(buffer_t *buf); /* How much space in the buffer */
    -int buffer_full(buffer_t *buf); /* Boolean, is it full? */
    -int buffer_notfull(buffer_t *buf); /* Boolean, is it not full? */
    -int buffer_empty(buffer_t *buf); /* Boolean, is it empty? */
    -int buffer_notempty(buffer_t *buf); /* Boolean, is it not empty? */
    -unsigned long buffer_total_in(buffer_t *buf); /* Total bytes written to buffer */
    -unsigned long buffer_total_out(buffer_t *buf); /* Total bytes read from buffer */
    -
    -#if 0 /* Currently used only within buffer.c - better to expose only
    -       * higher-level functions anyway */
    -/* Add data to the tail of the buffer, returns the amount that was actually
    - * added (so, you need to check if return value is less than size) */
    -unsigned int buffer_adddata(buffer_t *buf, const unsigned char *ptr,
    -		unsigned int size);
    -
    -/* Take data from the front of the buffer (and scroll the rest forward). If
    +unsigned int buffer_used(buffer_t * buf); /* How much data in the buffer */
    +unsigned int buffer_unused(buffer_t * buf); /* How much space in the buffer */
    +int buffer_full(buffer_t * buf); /* Boolean, is it full? */
    +int buffer_notfull(buffer_t * buf); /* Boolean, is it not full? */
    +int buffer_empty(buffer_t * buf); /* Boolean, is it empty? */
    +int buffer_notempty(buffer_t * buf); /* Boolean, is it not empty? */
    +unsigned long buffer_total_in(buffer_t * buf); /* Total bytes written to
    +                                                * buffer */
    +unsigned long buffer_total_out(buffer_t * buf); /* Total bytes read from
    +                                                 * buffer */
    +
    +#  if 0                         /* Currently used only within buffer.c -
    +                                 * better to expose only higher-level
    +                                 * functions anyway */
    +/*
    + * Add data to the tail of the buffer, returns the amount that was actually
    + * added (so, you need to check if return value is less than size)
    + */
    +unsigned int buffer_adddata(buffer_t * buf, const unsigned char *ptr,
    +                            unsigned int size);
    +
    +/*
    + * Take data from the front of the buffer (and scroll the rest forward). If
      * "ptr" is NULL, this just removes data off the front of the buffer. Return
    - * value is the amount actually removed (can be less than size if the buffer has
    - * too little data). */
    -unsigned int buffer_takedata(buffer_t *buf, unsigned char *ptr,
    -		unsigned int size);
    -
    -/* Flushes as much data as possible out of the "from" buffer into the "to"
    - * buffer. Return value is the amount moved. The amount moved can be restricted
    - * to a maximum by specifying "cap" - setting it to -1 means no limit. */
    -unsigned int buffer_tobuffer(buffer_t *to, buffer_t *from, int cap);
    -#endif
    -
    -#ifndef NO_IP
    + * value is the amount actually removed (can be less than size if the buffer
    + * has too little data).
    + */
    +unsigned int buffer_takedata(buffer_t * buf, unsigned char *ptr,
    +                             unsigned int size);
    +
    +/*
    + * Flushes as much data as possible out of the "from" buffer into the "to"
    + * buffer. Return value is the amount moved. The amount moved can be
    + * restricted to a maximum by specifying "cap" - setting it to -1 means no
    + * limit.
    + */
    +unsigned int buffer_tobuffer(buffer_t * to, buffer_t * from, int cap);
    +#  endif
    +
    +#  ifndef NO_IP
     /* Read or write between a file-descriptor and a buffer */
    -int buffer_from_fd(buffer_t *buf, int fd);
    -int buffer_to_fd(buffer_t *buf, int fd);
    -#endif /* !defined(NO_IP) */
    +int buffer_from_fd(buffer_t * buf, int fd);
    +int buffer_to_fd(buffer_t * buf, int fd);
    +#  endif                        /* !defined(NO_IP) */
     
    -#ifndef NO_OPENSSL
    +#  ifndef NO_OPENSSL
     /* Read or write between an SSL or BIO and a buffer */
    -void buffer_from_SSL(buffer_t *buf, SSL *ssl);
    -void buffer_to_SSL(buffer_t *buf, SSL *ssl);
    -void buffer_from_BIO(buffer_t *buf, BIO *bio);
    -void buffer_to_BIO(buffer_t *buf, BIO *bio);
    +void buffer_from_SSL(buffer_t * buf, SSL *ssl);
    +void buffer_to_SSL(buffer_t * buf, SSL *ssl);
    +void buffer_from_BIO(buffer_t * buf, BIO *bio);
    +void buffer_to_BIO(buffer_t * buf, BIO *bio);
     
     /* Callbacks */
     void cb_ssl_info(const SSL *s, int where, int ret);
    -void cb_ssl_info_set_output(FILE *fp); /* Called if output should be sent too */
    +/* Called if output should be sent too */
    +void cb_ssl_info_set_output(FILE *fp);
     int cb_ssl_verify(int ok, X509_STORE_CTX *ctx);
     void cb_ssl_verify_set_output(FILE *fp);
     void cb_ssl_verify_set_depth(unsigned int verify_depth);
     void cb_ssl_verify_set_level(unsigned int level);
     RSA *cb_generate_tmp_rsa(SSL *s, int is_export, int keylength);
    -#endif /* !defined(NO_OPENSSL) */
    -#endif /* !defined(OPENSSL_NO_BUFFER) */
    +#  endif                        /* !defined(NO_OPENSSL) */
    +# endif                         /* !defined(OPENSSL_NO_BUFFER) */
     
    -#ifndef NO_TUNALA
    -#ifdef OPENSSL_NO_BUFFER
    -#error "TUNALA section of tunala.h requires BUFFER support"
    -#endif
    +# ifndef NO_TUNALA
    +#  ifdef OPENSSL_NO_BUFFER
    +#   error "TUNALA section of tunala.h requires BUFFER support"
    +#  endif
     typedef struct _state_machine_t {
    -	SSL *ssl;
    -	BIO *bio_intossl;
    -	BIO *bio_fromssl;
    -	buffer_t clean_in, clean_out;
    -	buffer_t dirty_in, dirty_out;
    +    SSL *ssl;
    +    BIO *bio_intossl;
    +    BIO *bio_fromssl;
    +    buffer_t clean_in, clean_out;
    +    buffer_t dirty_in, dirty_out;
     } state_machine_t;
     typedef enum {
    -	SM_CLEAN_IN, SM_CLEAN_OUT,
    -	SM_DIRTY_IN, SM_DIRTY_OUT
    +    SM_CLEAN_IN, SM_CLEAN_OUT,
    +    SM_DIRTY_IN, SM_DIRTY_OUT
     } sm_buffer_t;
    -void state_machine_init(state_machine_t *machine);
    -void state_machine_close(state_machine_t *machine);
    -buffer_t *state_machine_get_buffer(state_machine_t *machine, sm_buffer_t type);
    -SSL *state_machine_get_SSL(state_machine_t *machine);
    -int state_machine_set_SSL(state_machine_t *machine, SSL *ssl, int is_server);
    +void state_machine_init(state_machine_t * machine);
    +void state_machine_close(state_machine_t * machine);
    +buffer_t *state_machine_get_buffer(state_machine_t * machine,
    +                                   sm_buffer_t type);
    +SSL *state_machine_get_SSL(state_machine_t * machine);
    +int state_machine_set_SSL(state_machine_t * machine, SSL *ssl, int is_server);
     /* Performs the data-IO loop and returns zero if the machine should close */
    -int state_machine_churn(state_machine_t *machine);
    -/* Is used to handle closing conditions - namely when one side of the tunnel has
    - * closed but the other should finish flushing. */
    -int state_machine_close_clean(state_machine_t *machine);
    -int state_machine_close_dirty(state_machine_t *machine);
    -#endif /* !defined(NO_TUNALA) */
    -
    -#ifndef NO_IP
    -/* Initialise anything related to the networking. This includes blocking pesky
    - * SIGPIPE signals. */
    +int state_machine_churn(state_machine_t * machine);
    +/*
    + * Is used to handle closing conditions - namely when one side of the tunnel
    + * has closed but the other should finish flushing.
    + */
    +int state_machine_close_clean(state_machine_t * machine);
    +int state_machine_close_dirty(state_machine_t * machine);
    +# endif                         /* !defined(NO_TUNALA) */
    +
    +# ifndef NO_IP
    +/*
    + * Initialise anything related to the networking. This includes blocking
    + * pesky SIGPIPE signals.
    + */
     int ip_initialise(void);
    -/* ip is the 4-byte ip address (eg. 127.0.0.1 is {0x7F,0x00,0x00,0x01}), port is
    - * the port to listen on (host byte order), and the return value is the
    - * file-descriptor or -1 on error. */
    +/*
    + * ip is the 4-byte ip address (eg. 127.0.0.1 is {0x7F,0x00,0x00,0x01}), port
    + * is the port to listen on (host byte order), and the return value is the
    + * file-descriptor or -1 on error.
    + */
     int ip_create_listener_split(const char *ip, unsigned short port);
     /* Same semantics as above. */
     int ip_create_connection_split(const char *ip, unsigned short port);
     /* Converts a string into the ip/port before calling the above */
     int ip_create_listener(const char *address);
     int ip_create_connection(const char *address);
    -/* Just does a string conversion on its own. NB: If accept_all_ip is non-zero,
    - * then the address string could be just a port. Ie. it's suitable for a
    - * listening address but not a connecting address. */
    +/*
    + * Just does a string conversion on its own. NB: If accept_all_ip is
    + * non-zero, then the address string could be just a port. Ie. it's suitable
    + * for a listening address but not a connecting address.
    + */
     int ip_parse_address(const char *address, const char **parsed_ip,
    -		unsigned short *port, int accept_all_ip);
    -/* Accepts an incoming connection through the listener. Assumes selects and
    - * what-not have deemed it an appropriate thing to do. */
    +                     unsigned short *port, int accept_all_ip);
    +/*
    + * Accepts an incoming connection through the listener. Assumes selects and
    + * what-not have deemed it an appropriate thing to do.
    + */
     int ip_accept_connection(int listen_fd);
    -#endif /* !defined(NO_IP) */
    +# endif                         /* !defined(NO_IP) */
     
     /* These functions wrap up things that can be portability hassles. */
     int int_strtoul(const char *str, unsigned long *val);
    -#ifdef HAVE_STRSTR
    -#define int_strstr strstr
    -#else
    +# ifdef HAVE_STRSTR
    +#  define int_strstr strstr
    +# else
     char *int_strstr(const char *haystack, const char *needle);
    -#endif
    +# endif
     
    -#endif /* !defined(_TUNALA_H) */
    +#endif                          /* !defined(_TUNALA_H) */
    diff --git a/openssl/demos/x509/mkcert.c b/openssl/demos/x509/mkcert.c
    index 6a52e5d0f..1e621464d 100644
    --- a/openssl/demos/x509/mkcert.c
    +++ b/openssl/demos/x509/mkcert.c
    @@ -1,8 +1,7 @@
    -/* Certificate creation. Demonstrates some certificate related
    - * operations.
    +/*
    + * Certificate creation. Demonstrates some certificate related operations.
      */
     
    -
     #include 
     #include 
     
    @@ -10,163 +9,161 @@
     #include 
     #include 
     #ifndef OPENSSL_NO_ENGINE
    -#include 
    +# include 
     #endif
     
     int mkcert(X509 **x509p, EVP_PKEY **pkeyp, int bits, int serial, int days);
     int add_ext(X509 *cert, int nid, char *value);
     
     int main(int argc, char **argv)
    -	{
    -	BIO *bio_err;
    -	X509 *x509=NULL;
    -	EVP_PKEY *pkey=NULL;
    +{
    +    BIO *bio_err;
    +    X509 *x509 = NULL;
    +    EVP_PKEY *pkey = NULL;
     
    -	CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON);
    +    CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON);
     
    -	bio_err=BIO_new_fp(stderr, BIO_NOCLOSE);
    +    bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
     
    -	mkcert(&x509,&pkey,512,0,365);
    +    mkcert(&x509, &pkey, 512, 0, 365);
     
    -	RSA_print_fp(stdout,pkey->pkey.rsa,0);
    -	X509_print_fp(stdout,x509);
    +    RSA_print_fp(stdout, pkey->pkey.rsa, 0);
    +    X509_print_fp(stdout, x509);
     
    -	PEM_write_PrivateKey(stdout,pkey,NULL,NULL,0,NULL, NULL);
    -	PEM_write_X509(stdout,x509);
    +    PEM_write_PrivateKey(stdout, pkey, NULL, NULL, 0, NULL, NULL);
    +    PEM_write_X509(stdout, x509);
     
    -	X509_free(x509);
    -	EVP_PKEY_free(pkey);
    +    X509_free(x509);
    +    EVP_PKEY_free(pkey);
     
     #ifndef OPENSSL_NO_ENGINE
    -	ENGINE_cleanup();
    +    ENGINE_cleanup();
     #endif
    -	CRYPTO_cleanup_all_ex_data();
    +    CRYPTO_cleanup_all_ex_data();
     
    -	CRYPTO_mem_leaks(bio_err);
    -	BIO_free(bio_err);
    -	return(0);
    -	}
    +    CRYPTO_mem_leaks(bio_err);
    +    BIO_free(bio_err);
    +    return (0);
    +}
     
     static void callback(int p, int n, void *arg)
    -	{
    -	char c='B';
    -
    -	if (p == 0) c='.';
    -	if (p == 1) c='+';
    -	if (p == 2) c='*';
    -	if (p == 3) c='\n';
    -	fputc(c,stderr);
    -	}
    +{
    +    char c = 'B';
    +
    +    if (p == 0)
    +        c = '.';
    +    if (p == 1)
    +        c = '+';
    +    if (p == 2)
    +        c = '*';
    +    if (p == 3)
    +        c = '\n';
    +    fputc(c, stderr);
    +}
     
     int mkcert(X509 **x509p, EVP_PKEY **pkeyp, int bits, int serial, int days)
    -	{
    -	X509 *x;
    -	EVP_PKEY *pk;
    -	RSA *rsa;
    -	X509_NAME *name=NULL;
    -	
    -	if ((pkeyp == NULL) || (*pkeyp == NULL))
    -		{
    -		if ((pk=EVP_PKEY_new()) == NULL)
    -			{
    -			abort(); 
    -			return(0);
    -			}
    -		}
    -	else
    -		pk= *pkeyp;
    -
    -	if ((x509p == NULL) || (*x509p == NULL))
    -		{
    -		if ((x=X509_new()) == NULL)
    -			goto err;
    -		}
    -	else
    -		x= *x509p;
    -
    -	rsa=RSA_generate_key(bits,RSA_F4,callback,NULL);
    -	if (!EVP_PKEY_assign_RSA(pk,rsa))
    -		{
    -		abort();
    -		goto err;
    -		}
    -	rsa=NULL;
    -
    -	X509_set_version(x,2);
    -	ASN1_INTEGER_set(X509_get_serialNumber(x),serial);
    -	X509_gmtime_adj(X509_get_notBefore(x),0);
    -	X509_gmtime_adj(X509_get_notAfter(x),(long)60*60*24*days);
    -	X509_set_pubkey(x,pk);
    -
    -	name=X509_get_subject_name(x);
    -
    -	/* This function creates and adds the entry, working out the
    -	 * correct string type and performing checks on its length.
    -	 * Normally we'd check the return value for errors...
    -	 */
    -	X509_NAME_add_entry_by_txt(name,"C",
    -				MBSTRING_ASC, "UK", -1, -1, 0);
    -	X509_NAME_add_entry_by_txt(name,"CN",
    -				MBSTRING_ASC, "OpenSSL Group", -1, -1, 0);
    -
    -	/* Its self signed so set the issuer name to be the same as the
    - 	 * subject.
    -	 */
    -	X509_set_issuer_name(x,name);
    -
    -	/* Add various extensions: standard extensions */
    -	add_ext(x, NID_basic_constraints, "critical,CA:TRUE");
    -	add_ext(x, NID_key_usage, "critical,keyCertSign,cRLSign");
    -
    -	add_ext(x, NID_subject_key_identifier, "hash");
    -
    -	/* Some Netscape specific extensions */
    -	add_ext(x, NID_netscape_cert_type, "sslCA");
    -
    -	add_ext(x, NID_netscape_comment, "example comment extension");
    -
    +{
    +    X509 *x;
    +    EVP_PKEY *pk;
    +    RSA *rsa;
    +    X509_NAME *name = NULL;
    +
    +    if ((pkeyp == NULL) || (*pkeyp == NULL)) {
    +        if ((pk = EVP_PKEY_new()) == NULL) {
    +            abort();
    +            return (0);
    +        }
    +    } else
    +        pk = *pkeyp;
    +
    +    if ((x509p == NULL) || (*x509p == NULL)) {
    +        if ((x = X509_new()) == NULL)
    +            goto err;
    +    } else
    +        x = *x509p;
    +
    +    rsa = RSA_generate_key(bits, RSA_F4, callback, NULL);
    +    if (!EVP_PKEY_assign_RSA(pk, rsa)) {
    +        abort();
    +        goto err;
    +    }
    +    rsa = NULL;
    +
    +    X509_set_version(x, 2);
    +    ASN1_INTEGER_set(X509_get_serialNumber(x), serial);
    +    X509_gmtime_adj(X509_get_notBefore(x), 0);
    +    X509_gmtime_adj(X509_get_notAfter(x), (long)60 * 60 * 24 * days);
    +    X509_set_pubkey(x, pk);
    +
    +    name = X509_get_subject_name(x);
    +
    +    /*
    +     * This function creates and adds the entry, working out the correct
    +     * string type and performing checks on its length. Normally we'd check
    +     * the return value for errors...
    +     */
    +    X509_NAME_add_entry_by_txt(name, "C", MBSTRING_ASC, "UK", -1, -1, 0);
    +    X509_NAME_add_entry_by_txt(name, "CN",
    +                               MBSTRING_ASC, "OpenSSL Group", -1, -1, 0);
    +
    +    /*
    +     * Its self signed so set the issuer name to be the same as the subject.
    +     */
    +    X509_set_issuer_name(x, name);
    +
    +    /* Add various extensions: standard extensions */
    +    add_ext(x, NID_basic_constraints, "critical,CA:TRUE");
    +    add_ext(x, NID_key_usage, "critical,keyCertSign,cRLSign");
    +
    +    add_ext(x, NID_subject_key_identifier, "hash");
    +
    +    /* Some Netscape specific extensions */
    +    add_ext(x, NID_netscape_cert_type, "sslCA");
    +
    +    add_ext(x, NID_netscape_comment, "example comment extension");
     
     #ifdef CUSTOM_EXT
    -	/* Maybe even add our own extension based on existing */
    -	{
    -		int nid;
    -		nid = OBJ_create("1.2.3.4", "MyAlias", "My Test Alias Extension");
    -		X509V3_EXT_add_alias(nid, NID_netscape_comment);
    -		add_ext(x, nid, "example comment alias");
    -	}
    +    /* Maybe even add our own extension based on existing */
    +    {
    +        int nid;
    +        nid = OBJ_create("1.2.3.4", "MyAlias", "My Test Alias Extension");
    +        X509V3_EXT_add_alias(nid, NID_netscape_comment);
    +        add_ext(x, nid, "example comment alias");
    +    }
     #endif
    -	
    -	if (!X509_sign(x,pk,EVP_sha1()))
    -		goto err;
    -
    -	*x509p=x;
    -	*pkeyp=pk;
    -	return(1);
    -err:
    -	return(0);
    -	}
    -
    -/* Add extension using V3 code: we can set the config file as NULL
    - * because we wont reference any other sections.
    +
    +    if (!X509_sign(x, pk, EVP_sha1()))
    +        goto err;
    +
    +    *x509p = x;
    +    *pkeyp = pk;
    +    return (1);
    + err:
    +    return (0);
    +}
    +
    +/*
    + * Add extension using V3 code: we can set the config file as NULL because we
    + * wont reference any other sections.
      */
     
     int add_ext(X509 *cert, int nid, char *value)
    -	{
    -	X509_EXTENSION *ex;
    -	X509V3_CTX ctx;
    -	/* This sets the 'context' of the extensions. */
    -	/* No configuration database */
    -	X509V3_set_ctx_nodb(&ctx);
    -	/* Issuer and subject certs: both the target since it is self signed,
    -	 * no request and no CRL
    -	 */
    -	X509V3_set_ctx(&ctx, cert, cert, NULL, NULL, 0);
    -	ex = X509V3_EXT_conf_nid(NULL, &ctx, nid, value);
    -	if (!ex)
    -		return 0;
    -
    -	X509_add_ext(cert,ex,-1);
    -	X509_EXTENSION_free(ex);
    -	return 1;
    -	}
    -	
    +{
    +    X509_EXTENSION *ex;
    +    X509V3_CTX ctx;
    +    /* This sets the 'context' of the extensions. */
    +    /* No configuration database */
    +    X509V3_set_ctx_nodb(&ctx);
    +    /*
    +     * Issuer and subject certs: both the target since it is self signed, no
    +     * request and no CRL
    +     */
    +    X509V3_set_ctx(&ctx, cert, cert, NULL, NULL, 0);
    +    ex = X509V3_EXT_conf_nid(NULL, &ctx, nid, value);
    +    if (!ex)
    +        return 0;
    +
    +    X509_add_ext(cert, ex, -1);
    +    X509_EXTENSION_free(ex);
    +    return 1;
    +}
    diff --git a/openssl/demos/x509/mkreq.c b/openssl/demos/x509/mkreq.c
    index d1cba9dc5..4d2ad79b5 100644
    --- a/openssl/demos/x509/mkreq.c
    +++ b/openssl/demos/x509/mkreq.c
    @@ -1,4 +1,5 @@
    -/* Certificate request creation. Demonstrates some request related
    +/*
    + * Certificate request creation. Demonstrates some request related
      * operations.
      */
     
    @@ -10,153 +11,158 @@
     #include 
     #include 
     #ifndef OPENSSL_NO_ENGINE
    -#include 
    +# include 
     #endif
     
     int mkreq(X509_REQ **x509p, EVP_PKEY **pkeyp, int bits, int serial, int days);
     int add_ext(STACK_OF(X509_EXTENSION) *sk, int nid, char *value);
     
     int main(int argc, char **argv)
    -	{
    -	BIO *bio_err;
    -	X509_REQ *req=NULL;
    -	EVP_PKEY *pkey=NULL;
    +{
    +    BIO *bio_err;
    +    X509_REQ *req = NULL;
    +    EVP_PKEY *pkey = NULL;
     
    -	CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON);
    +    CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON);
     
    -	bio_err=BIO_new_fp(stderr, BIO_NOCLOSE);
    +    bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
     
    -	mkreq(&req,&pkey,512,0,365);
    +    mkreq(&req, &pkey, 512, 0, 365);
     
    -	RSA_print_fp(stdout,pkey->pkey.rsa,0);
    -	X509_REQ_print_fp(stdout,req);
    +    RSA_print_fp(stdout, pkey->pkey.rsa, 0);
    +    X509_REQ_print_fp(stdout, req);
     
    -	PEM_write_X509_REQ(stdout,req);
    +    PEM_write_X509_REQ(stdout, req);
     
    -	X509_REQ_free(req);
    -	EVP_PKEY_free(pkey);
    +    X509_REQ_free(req);
    +    EVP_PKEY_free(pkey);
     
     #ifndef OPENSSL_NO_ENGINE
    -	ENGINE_cleanup();
    +    ENGINE_cleanup();
     #endif
    -	CRYPTO_cleanup_all_ex_data();
    +    CRYPTO_cleanup_all_ex_data();
     
    -	CRYPTO_mem_leaks(bio_err);
    -	BIO_free(bio_err);
    -	return(0);
    -	}
    +    CRYPTO_mem_leaks(bio_err);
    +    BIO_free(bio_err);
    +    return (0);
    +}
     
     static void callback(int p, int n, void *arg)
    -	{
    -	char c='B';
    -
    -	if (p == 0) c='.';
    -	if (p == 1) c='+';
    -	if (p == 2) c='*';
    -	if (p == 3) c='\n';
    -	fputc(c,stderr);
    -	}
    +{
    +    char c = 'B';
    +
    +    if (p == 0)
    +        c = '.';
    +    if (p == 1)
    +        c = '+';
    +    if (p == 2)
    +        c = '*';
    +    if (p == 3)
    +        c = '\n';
    +    fputc(c, stderr);
    +}
     
     int mkreq(X509_REQ **req, EVP_PKEY **pkeyp, int bits, int serial, int days)
    -	{
    -	X509_REQ *x;
    -	EVP_PKEY *pk;
    -	RSA *rsa;
    -	X509_NAME *name=NULL;
    -	STACK_OF(X509_EXTENSION) *exts = NULL;
    -	
    -	if ((pk=EVP_PKEY_new()) == NULL)
    -		goto err;
    -
    -	if ((x=X509_REQ_new()) == NULL)
    -		goto err;
    -
    -	rsa=RSA_generate_key(bits,RSA_F4,callback,NULL);
    -	if (!EVP_PKEY_assign_RSA(pk,rsa))
    -		goto err;
    -
    -	rsa=NULL;
    -
    -	X509_REQ_set_pubkey(x,pk);
    -
    -	name=X509_REQ_get_subject_name(x);
    -
    -	/* This function creates and adds the entry, working out the
    -	 * correct string type and performing checks on its length.
    -	 * Normally we'd check the return value for errors...
    -	 */
    -	X509_NAME_add_entry_by_txt(name,"C",
    -				MBSTRING_ASC, "UK", -1, -1, 0);
    -	X509_NAME_add_entry_by_txt(name,"CN",
    -				MBSTRING_ASC, "OpenSSL Group", -1, -1, 0);
    +{
    +    X509_REQ *x;
    +    EVP_PKEY *pk;
    +    RSA *rsa;
    +    X509_NAME *name = NULL;
    +    STACK_OF(X509_EXTENSION) *exts = NULL;
     
    -#ifdef REQUEST_EXTENSIONS
    -	/* Certificate requests can contain extensions, which can be used
    -	 * to indicate the extensions the requestor would like added to 
    -	 * their certificate. CAs might ignore them however or even choke
    -	 * if they are present.
    -	 */
    +    if ((pk = EVP_PKEY_new()) == NULL)
    +        goto err;
    +
    +    if ((x = X509_REQ_new()) == NULL)
    +        goto err;
     
    -	/* For request extensions they are all packed in a single attribute.
    -	 * We save them in a STACK and add them all at once later...
    -	 */
    +    rsa = RSA_generate_key(bits, RSA_F4, callback, NULL);
    +    if (!EVP_PKEY_assign_RSA(pk, rsa))
    +        goto err;
     
    -	exts = sk_X509_EXTENSION_new_null();
    -	/* Standard extenions */
    +    rsa = NULL;
     
    -	add_ext(exts, NID_key_usage, "critical,digitalSignature,keyEncipherment");
    +    X509_REQ_set_pubkey(x, pk);
     
    -	/* This is a typical use for request extensions: requesting a value for
    -	 * subject alternative name.
    -	 */
    +    name = X509_REQ_get_subject_name(x);
     
    -	add_ext(exts, NID_subject_alt_name, "email:steve@openssl.org");
    +    /*
    +     * This function creates and adds the entry, working out the correct
    +     * string type and performing checks on its length. Normally we'd check
    +     * the return value for errors...
    +     */
    +    X509_NAME_add_entry_by_txt(name, "C", MBSTRING_ASC, "UK", -1, -1, 0);
    +    X509_NAME_add_entry_by_txt(name, "CN",
    +                               MBSTRING_ASC, "OpenSSL Group", -1, -1, 0);
     
    -	/* Some Netscape specific extensions */
    -	add_ext(exts, NID_netscape_cert_type, "client,email");
    +#ifdef REQUEST_EXTENSIONS
    +    /*
    +     * Certificate requests can contain extensions, which can be used to
    +     * indicate the extensions the requestor would like added to their
    +     * certificate. CAs might ignore them however or even choke if they are
    +     * present.
    +     */
     
    +    /*
    +     * For request extensions they are all packed in a single attribute. We
    +     * save them in a STACK and add them all at once later...
    +     */
     
    +    exts = sk_X509_EXTENSION_new_null();
    +    /* Standard extenions */
     
    -#ifdef CUSTOM_EXT
    -	/* Maybe even add our own extension based on existing */
    -	{
    -		int nid;
    -		nid = OBJ_create("1.2.3.4", "MyAlias", "My Test Alias Extension");
    -		X509V3_EXT_add_alias(nid, NID_netscape_comment);
    -		add_ext(x, nid, "example comment alias");
    -	}
    -#endif
    +    add_ext(exts, NID_key_usage, "critical,digitalSignature,keyEncipherment");
    +
    +    /*
    +     * This is a typical use for request extensions: requesting a value for
    +     * subject alternative name.
    +     */
     
    -	/* Now we've created the extensions we add them to the request */
    +    add_ext(exts, NID_subject_alt_name, "email:steve@openssl.org");
     
    -	X509_REQ_add_extensions(x, exts);
    +    /* Some Netscape specific extensions */
    +    add_ext(exts, NID_netscape_cert_type, "client,email");
     
    -	sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free);
    +# ifdef CUSTOM_EXT
    +    /* Maybe even add our own extension based on existing */
    +    {
    +        int nid;
    +        nid = OBJ_create("1.2.3.4", "MyAlias", "My Test Alias Extension");
    +        X509V3_EXT_add_alias(nid, NID_netscape_comment);
    +        add_ext(x, nid, "example comment alias");
    +    }
    +# endif
    +
    +    /* Now we've created the extensions we add them to the request */
    +
    +    X509_REQ_add_extensions(x, exts);
    +
    +    sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free);
     
     #endif
    -	
    -	if (!X509_REQ_sign(x,pk,EVP_sha1()))
    -		goto err;
    -
    -	*req=x;
    -	*pkeyp=pk;
    -	return(1);
    -err:
    -	return(0);
    -	}
    -
    -/* Add extension using V3 code: we can set the config file as NULL
    - * because we wont reference any other sections.
    +
    +    if (!X509_REQ_sign(x, pk, EVP_sha1()))
    +        goto err;
    +
    +    *req = x;
    +    *pkeyp = pk;
    +    return (1);
    + err:
    +    return (0);
    +}
    +
    +/*
    + * Add extension using V3 code: we can set the config file as NULL because we
    + * wont reference any other sections.
      */
     
     int add_ext(STACK_OF(X509_EXTENSION) *sk, int nid, char *value)
    -	{
    -	X509_EXTENSION *ex;
    -	ex = X509V3_EXT_conf_nid(NULL, NULL, nid, value);
    -	if (!ex)
    -		return 0;
    -	sk_X509_EXTENSION_push(sk, ex);
    -
    -	return 1;
    -	}
    -	
    +{
    +    X509_EXTENSION *ex;
    +    ex = X509V3_EXT_conf_nid(NULL, NULL, nid, value);
    +    if (!ex)
    +        return 0;
    +    sk_X509_EXTENSION_push(sk, ex);
    +
    +    return 1;
    +}
    diff --git a/openssl/doc/HOWTO/certificates.txt b/openssl/doc/HOWTO/certificates.txt
    index a8a34c7ab..65f8fc829 100644
    --- a/openssl/doc/HOWTO/certificates.txt
    +++ b/openssl/doc/HOWTO/certificates.txt
    @@ -3,22 +3,22 @@
     
     1. Introduction
     
    -How you handle certificates depend a great deal on what your role is.
    +How you handle certificates depends a great deal on what your role is.
     Your role can be one or several of:
     
    -  - User of some client software
    -  - User of some server software
    +  - User of some client application
    +  - User of some server application
       - Certificate authority
     
     This file is for users who wish to get a certificate of their own.
    -Certificate authorities should read ca.txt.
    +Certificate authorities should read https://www.openssl.org/docs/apps/ca.html.
     
     In all the cases shown below, the standard configuration file, as
     compiled into openssl, will be used.  You may find it in /etc/,
    -/usr/local/ssl/ or somewhere else.  The name is openssl.cnf, and
    -is better described in another HOWTO .  If you want to
    -use a different configuration file, use the argument '-config {file}'
    -with the command shown below.
    +/usr/local/ssl/ or somewhere else.  By default the file is named
    +openssl.cnf and is described at https://www.openssl.org/docs/apps/config.html.
    +You can specify a different configuration file using the
    +'-config {file}' argument with the commands shown below.
     
     
     2. Relationship with keys
    @@ -29,24 +29,26 @@ somewhere.  With OpenSSL, public keys are easily derived from private
     keys, so before you create a certificate or a certificate request, you
     need to create a private key.
     
    -Private keys are generated with 'openssl genrsa' if you want a RSA
    -private key, or 'openssl gendsa' if you want a DSA private key.
    -Further information on how to create private keys can be found in
    -another HOWTO .  The rest of this text assumes you have
    -a private key in the file privkey.pem.
    +Private keys are generated with 'openssl genrsa -out privkey.pem' if
    +you want a RSA private key, or if you want a DSA private key:
    +'openssl dsaparam -out dsaparam.pem 2048; openssl gendsa -out privkey.pem dsaparam.pem'.
    +
    +The private keys created by these commands are not passphrase protected;
    +it might or might not be the desirable thing.  Further information on how to
    +create private keys can be found at https://www.openssl.org/docs/HOWTO/keys.txt.
    +The rest of this text assumes you have a private key in the file privkey.pem.
     
     
     3. Creating a certificate request
     
    -To create a certificate, you need to start with a certificate
    -request (or, as some certificate authorities like to put
    -it, "certificate signing request", since that's exactly what they do,
    -they sign it and give you the result back, thus making it authentic
    -according to their policies).  A certificate request can then be sent
    -to a certificate authority to get it signed into a certificate, or if
    -you have your own certificate authority, you may sign it yourself, or
    -if you need a self-signed certificate (because you just want a test
    -certificate or because you are setting up your own CA).
    +To create a certificate, you need to start with a certificate request
    +(or, as some certificate authorities like to put it, "certificate
    +signing request", since that's exactly what they do, they sign it and
    +give you the result back, thus making it authentic according to their
    +policies).  A certificate request is sent to a certificate authority
    +to get it signed into a certificate. You can also sign the certificate
    +yourself if you have your own certificate authority or create a
    +self-signed certificate (typically for testing purpose).
     
     The certificate request is created like this:
     
    @@ -55,12 +57,14 @@ The certificate request is created like this:
     Now, cert.csr can be sent to the certificate authority, if they can
     handle files in PEM format.  If not, use the extra argument '-outform'
     followed by the keyword for the format to use (see another HOWTO
    -).  In some cases, that isn't sufficient and you will
    -have to be more creative.
    +).  In some cases, -outform does not let you output the
    +certificate request in the right format and you will have to use one
    +of the various other commands that are exposed by openssl (or get
    +creative and use a combination of tools).
     
    -When the certificate authority has then done the checks the need to
    -do (and probably gotten payment from you), they will hand over your
    -new certificate to you.
    +The certificate authority performs various checks (according to their
    +policies) and usually waits for payment from you. Once that is
    +complete, they send you your new certificate.
     
     Section 5 will tell you more on how to handle the certificate you
     received.
    @@ -68,11 +72,12 @@ received.
     
     4. Creating a self-signed test certificate
     
    -If you don't want to deal with another certificate authority, or just
    -want to create a test certificate for yourself.  This is similar to
    -creating a certificate request, but creates a certificate instead of
    -a certificate request.  This is NOT the recommended way to create a
    -CA certificate, see ca.txt.
    +You can create a self-signed certificate if you don't want to deal
    +with a certificate authority, or if you just want to create a test
    +certificate for yourself.  This is similar to creating a certificate
    +request, but creates a certificate instead of a certificate request.
    +This is NOT the recommended way to create a CA certificate, see
    +https://www.openssl.org/docs/apps/ca.html.
     
       openssl req -new -x509 -key privkey.pem -out cacert.pem -days 1095
     
    @@ -93,13 +98,13 @@ certificate and your key to various formats, most often also putting
     them together into one file.  The ways to do this is described in
     another HOWTO , I will just mention the simplest case.
     In the case of a raw DER thing in PEM format, and assuming that's all
    -right for yor applications, simply concatenating the certificate and
    +right for your applications, simply concatenating the certificate and
     the key into a new file and using that one should be enough.  With
     some applications, you don't even have to do that.
     
     
    -By now, you have your cetificate and your private key and can start
    -using the software that depend on it.
    +By now, you have your certificate and your private key and can start
    +using applications that depend on it.
     
     -- 
     Richard Levitte
    diff --git a/openssl/doc/HOWTO/proxy_certificates.txt b/openssl/doc/HOWTO/proxy_certificates.txt
    index f98ec3607..d78be2f14 100644
    --- a/openssl/doc/HOWTO/proxy_certificates.txt
    +++ b/openssl/doc/HOWTO/proxy_certificates.txt
    @@ -1,74 +1,69 @@
    -
     			HOWTO proxy certificates
     
     0. WARNING
     
    -NONE OF THE CODE PRESENTED HERE HAVE BEEN CHECKED!  They are just an
    -example to show you how things can be done.  There may be typos or
    -type conflicts, and you will have to resolve them.
    +NONE OF THE CODE PRESENTED HERE HAS BEEN CHECKED!  The code is just examples to
    +show you how things could be done.  There might be typos or type conflicts, and
    +you will have to resolve them.
     
     1. Introduction
     
    -Proxy certificates are defined in RFC 3820.  They are really usual
    -certificates with the mandatory extension proxyCertInfo.
    +Proxy certificates are defined in RFC 3820.  They are really usual certificates
    +with the mandatory extension proxyCertInfo.
     
    -Proxy certificates are issued by an End Entity (typically a user),
    -either directly with the EE certificate as issuing certificate, or by
    -extension through an already issued proxy certificate..  They are used
    -to extend rights to some other entity (a computer process, typically,
    -or sometimes to the user itself), so it can perform operations in the
    -name of the owner of the EE certificate.
    +Proxy certificates are issued by an End Entity (typically a user), either
    +directly with the EE certificate as issuing certificate, or by extension through
    +an already issued proxy certificate.  Proxy certificates are used to extend
    +rights to some other entity (a computer process, typically, or sometimes to the
    +user itself).  This allows the entity to perform operations on behalf of the
    +owner of the EE certificate.
     
     See http://www.ietf.org/rfc/rfc3820.txt for more information.
     
     
     2. A warning about proxy certificates
     
    -Noone seems to have tested proxy certificates with security in mind.
    -Basically, to this date, it seems that proxy certificates have only
    -been used in a world that's highly aware of them.  What would happen
    -if an unsuspecting application is to validate a chain of certificates
    -that contains proxy certificates?  It would usually consider the leaf
    -to be the certificate to check for authorisation data, and since proxy
    -certificates are controlled by the EE certificate owner alone, it's
    -would be normal to consider what the EE certificate owner could do
    -with them.
    +No one seems to have tested proxy certificates with security in mind.  To this
    +date, it seems that proxy certificates have only been used in a context highly
    +aware of them.
     
    -subjectAltName and issuerAltName are forbidden in proxy certificates,
    -and this is enforced in OpenSSL.  The subject must be the same as the
    -issuer, with one commonName added on.
    +Existing applications might misbehave when trying to validate a chain of
    +certificates which use a proxy certificate.  They might incorrectly consider the
    +leaf to be the certificate to check for authorisation data, which is controlled
    +by the EE certificate owner.
     
    -Possible threats are, as far as has been imagined so far:
    +subjectAltName and issuerAltName are forbidden in proxy certificates, and this
    +is enforced in OpenSSL.  The subject must be the same as the issuer, with one
    +commonName added on.
    +
    +Possible threats we can think of at this time include:
     
      - impersonation through commonName (think server certificates).
    - - use of additional extensions, possibly non-standard ones used in
    -   certain environments, that would grant extra or different
    -   authorisation rights.
    + - use of additional extensions, possibly non-standard ones used in certain
    +   environments, that would grant extra or different authorisation rights.
    +
    +For these reasons, OpenSSL requires that the use of proxy certificates be
    +explicitly allowed.  Currently, this can be done using the following methods:
     
    -For this reason, OpenSSL requires that the use of proxy certificates
    -be explicitely allowed.  Currently, this can be done using the
    -following methods:
    + - if the application directly calls X509_verify_cert(), it can first call:
     
    - - if the application calls X509_verify_cert() itself, it can do the
    -   following prior to that call (ctx is the pointer passed in the call
    -   to X509_verify_cert()):
    +   X509_STORE_CTX_set_flags(ctx, X509_V_FLAG_ALLOW_PROXY_CERTS);
     
    -	X509_STORE_CTX_set_flags(ctx, X509_V_FLAG_ALLOW_PROXY_CERTS);
    +   Where ctx is the pointer which then gets passed to X509_verify_cert().
     
    - - in all other cases, proxy certificate validation can be enabled
    -   before starting the application by setting the envirnoment variable
    -   OPENSSL_ALLOW_PROXY_CERTS with some non-empty value.
    + - proxy certificate validation can be enabled before starting the application
    +   by setting the environment variable OPENSSL_ALLOW_PROXY_CERTS.
     
    -There are thoughts to allow proxy certificates with a line in the
    -default openssl.cnf, but that's still in the future.
    +In the future, it might be possible to enable proxy certificates by editing
    +openssl.cnf.
     
     
    -3. How to create proxy cerificates
    +3. How to create proxy certificates
     
    -It's quite easy to create proxy certificates, by taking advantage of
    -the lack of checks of the 'openssl x509' application (*ahem*).  But
    -first, you need to create a configuration section that contains a
    -definition of the proxyCertInfo extension, a little like this:
    +Creating proxy certificates is quite easy, by taking advantage of a lack of
    +checks in the 'openssl x509' application (*ahem*).  You must first create a
    +configuration section that contains a definition of the proxyCertInfo extension,
    +for example:
     
       [ v3_proxy ]
       # A proxy certificate MUST NEVER be a CA certificate.
    @@ -77,10 +72,10 @@ definition of the proxyCertInfo extension, a little like this:
       # Usual authority key ID
       authorityKeyIdentifier=keyid,issuer:always
     
    -  # Now, for the extension that marks this certificate as a proxy one
    +  # The extension which marks this certificate as a proxy
       proxyCertInfo=critical,language:id-ppl-anyLanguage,pathlen:1,policy:text:AB
     
    -It's also possible to give the proxy extension in a separate section:
    +It's also possible to specify the proxy extension in a separate section:
     
       proxyCertInfo=critical,@proxy_ext
     
    @@ -89,96 +84,85 @@ It's also possible to give the proxy extension in a separate section:
       pathlen=0
       policy=text:BC
     
    -The policy value has a specific syntax, {syntag}:{string}, where the
    -syntag determines what will be done with the string.  The recognised
    -syntags are as follows:
    -
    -  text	indicates that the string is simply the bytes, not
    -	encoded in any kind of way:
    +The policy value has a specific syntax, {syntag}:{string}, where the syntag
    +determines what will be done with the string.  The following syntags are
    +recognised:
     
    -		policy=text:rksmrgs
    +  text  indicates that the string is simply bytes, without any encoding:
     
    -	Previous versions of this design had a specific tag
    -	for UTF-8 text.  However, since the bytes are copied
    -	as-is anyway, there's no need for it.  Instead, use
    -	the text: tag, like this:
    +          policy=text:räksmörgås
     
    -		policy=text:räksmörgås
    +        Previous versions of this design had a specific tag for UTF-8 text.
    +        However, since the bytes are copied as-is anyway, there is no need for
    +        such a specific tag.
     
    -  hex	indicates the string is encoded in hex, with colons
    -	between each byte (every second hex digit):
    +  hex   indicates the string is encoded in hex, with colons between each byte
    +        (every second hex digit):
     
    -		policy=hex:72:E4:6B:73:6D:F6:72:67:E5:73
    +          policy=hex:72:E4:6B:73:6D:F6:72:67:E5:73
     
    -	Previous versions of this design had a tag to insert a
    -	complete DER blob.  However, the only legal use for
    -	this would be to surround the bytes that would go with
    -	the hex: tag with what's needed to construct a correct
    -	OCTET STRING.  Since hex: does that, the DER tag felt
    -	superfluous, and was therefore removed.
    +        Previous versions of this design had a tag to insert a complete DER
    +        blob.  However, the only legal use for this would be to surround the
    +        bytes that would go with the hex: tag with whatever is needed to
    +        construct a correct OCTET STRING.  The DER tag therefore felt
    +        superfluous, and was removed.
     
    -  file	indicates that the text of the policy should really be
    -	taken from a file.  The string is then really a file
    -	name.  This is useful for policies that are large
    -	(more than a few of lines) XML documents, for example.
    +  file  indicates that the text of the policy should really be taken from a
    +        file.  The string is then really a file name.  This is useful for
    +        policies that are large (more than a few lines, e.g. XML documents).
     
     The 'policy' setting can be split up in multiple lines like this:
     
       0.policy=This is
    -  1.polisy= a multi-
    +  1.policy= a multi-
       2.policy=line policy.
     
    -NOTE: the proxy policy value is the part that determines the rights
    -granted to the process using the proxy certificate.  The value is
    -completely dependent on the application reading and interpretting it!
    +NOTE: the proxy policy value is the part which determines the rights granted to
    +the process using the proxy certificate.  The value is completely dependent on
    +the application reading and interpreting it!
     
    -Now that you have created an extension section for your proxy
    -certificate, you can now easily create a proxy certificate like this:
    +Now that you have created an extension section for your proxy certificate, you
    +can easily create a proxy certificate by doing:
     
    -  openssl req -new -config openssl.cnf \
    -	  -out proxy.req -keyout proxy.key
    -  openssl x509 -req -CAcreateserial -in proxy.req -days 7 \
    -	  -out proxy.crt -CA user.crt -CAkey user.key \
    -	  -extfile openssl.cnf -extensions v3_proxy
    +  openssl req -new -config openssl.cnf -out proxy.req -keyout proxy.key
    +  openssl x509 -req -CAcreateserial -in proxy.req -days 7 -out proxy.crt \
    +    -CA user.crt -CAkey user.key -extfile openssl.cnf -extensions v3_proxy
     
    -It's just as easy to create a proxy certificate using another proxy
    -certificate as issuer (note that I'm using a different configuration
    -section for it):
    +You can also create a proxy certificate using another proxy certificate as
    +issuer (note: I'm using a different configuration section for it):
     
    -  openssl req -new -config openssl.cnf \
    -	  -out proxy2.req -keyout proxy2.key
    -  openssl x509 -req -CAcreateserial -in proxy2.req -days 7 \
    -	  -out proxy2.crt -CA proxy.crt -CAkey proxy.key \
    -	  -extfile openssl.cnf -extensions v3_proxy2
    +  openssl req -new -config openssl.cnf -out proxy2.req -keyout proxy2.key
    +  openssl x509 -req -CAcreateserial -in proxy2.req -days 7 -out proxy2.crt \
    +    -CA proxy.crt -CAkey proxy.key -extfile openssl.cnf -extensions v3_proxy2
     
     
     4. How to have your application interpret the policy?
     
    -The basic way to interpret proxy policies is to prepare some default
    -rights, then do a check of the proxy certificate against the a chain
    -of proxy certificates, user certificate and CA certificates, and see
    -what rights came out by the end.  Sounds easy, huh?  It almost is.
    +The basic way to interpret proxy policies is to start with some default rights,
    +then compute the resulting rights by checking the proxy certificate against
    +the chain of proxy certificates, user certificate and CA certificates. You then
    +use the final computed rights.  Sounds easy, huh?  It almost is.
     
    -The slightly complicated part is how to pass data between your
    +The slightly complicated part is figuring out how to pass data between your
     application and the certificate validation procedure.
     
     You need the following ingredients:
     
    - - a callback routing that will be called for every certificate that's
    -   validated.  It will be called several times for each certificates,
    -   so you must be attentive to when it's a good time to do the proxy
    -   policy interpretation and check, as well as to fill in the defaults
    -   when the EE certificate is checked.
    + - a callback function that will be called for every certificate being
    +   validated.  The callback be called several times for each certificate,
    +   so you must be careful to do the proxy policy interpretation at the right
    +   time.  You also need to fill in the defaults when the EE certificate is
    +   checked.
     
    - - a structure of data that's shared between your application code and
    -   the callback.
    + - a data structure that is shared between your application code and the
    +   callback.
     
      - a wrapper function that sets it all up.
     
    - - an ex_data index function that creates an index into the generic
    -   ex_data store that's attached to an X509 validation context.
    + - an ex_data index function that creates an index into the generic ex_data
    +   store that is attached to an X509 validation context.
     
    -This is some cookbook code for you to fill in:
    +Here is some skeleton code you can fill in:
     
       /* In this example, I will use a view of granted rights as a bit
          array, one bit for each possible right.  */
    @@ -210,7 +194,7 @@ This is some cookbook code for you to fill in:
       static int verify_callback(int ok, X509_STORE_CTX *ctx)
       {
         if (ok == 1) /* It's REALLY important you keep the proxy policy
    -                    check within this secion.  It's important to know
    +                    check within this section.  It's important to know
                         that when ok is 1, the certificates are checked
                         from top to bottom.  You get the CA root first,
                         followed by the possible chain of intermediate
    @@ -221,7 +205,7 @@ This is some cookbook code for you to fill in:
     
             if (xs->ex_flags & EXFLAG_PROXY)
               {
    -	    YOUR_RIGHTS *rights =
    +            YOUR_RIGHTS *rights =
                   (YOUR_RIGHTS *)X509_STORE_CTX_get_ex_data(ctx,
                     get_proxy_auth_ex_data_idx());
                 PROXY_CERT_INFO_EXTENSION *pci =
    @@ -250,12 +234,12 @@ This is some cookbook code for you to fill in:
                        bit array and fill it with the rights granted by
                        the current proxy certificate, then use it as a
                        mask on the accumulated rights bit array, and
    -                   voil, you now have a new accumulated rights bit
    +                   voilà, you now have a new accumulated rights bit
                        array.  */
                     {
                       int i;
                       YOUR_RIGHTS tmp_rights;
    -		  memset(tmp_rights.rights, 0, sizeof(tmp_rights.rights));
    +                  memset(tmp_rights.rights, 0, sizeof(tmp_rights.rights));
     
                       /* process_rights() is supposed to be a procedure
                          that takes a string and it's length, interprets
    @@ -276,7 +260,7 @@ This is some cookbook code for you to fill in:
               {
                 /* We have a EE certificate, let's use it to set default!
                 */
    -	    YOUR_RIGHTS *rights =
    +            YOUR_RIGHTS *rights =
                   (YOUR_RIGHTS *)X509_STORE_CTX_get_ex_data(ctx,
                     get_proxy_auth_ex_data_idx());
     
    diff --git a/openssl/doc/apps/c_rehash.pod b/openssl/doc/apps/c_rehash.pod
    index c564e8631..ccce29e47 100644
    --- a/openssl/doc/apps/c_rehash.pod
    +++ b/openssl/doc/apps/c_rehash.pod
    @@ -10,13 +10,19 @@ c_rehash - Create symbolic links to files named by the hash values
     =head1 SYNOPSIS
     
     B
    +B<[-old]>
    +B<[-h]>
    +B<[-n]>
    +B<[-v]>
     [ I...]
     
     =head1 DESCRIPTION
     
    -B scans directories and calculates a hash value of each C<.pem>
    +B scans directories and calculates a hash value of each
    +C<.pem>, C<.crt>, C<.cer>, or C<.crl>
     file in the specified directory list and creates symbolic links
     for each file, where the name of the link is the hash value.
    +(If the platform does not support symbolic links, a copy is made.)
     This utility is useful as many programs that use OpenSSL require
     directories to be set up like this in order to find certificates.
     
    @@ -34,6 +40,7 @@ is a hexadecimal character and B is a single decimal digit.
     When processing a directory, B will first remove all links
     that have a name in that syntax. If you have links in that format
     used for other purposes, they will be removed.
    +To skip the removal step, use the B<-n> flag.
     Hashes for CRL's look similar except the letter B appears after
     the period, like this: C.
     
    @@ -42,7 +49,7 @@ incrementing the B value. Duplicates are found by comparing the
     full SHA-1 fingerprint. A warning will be displayed if a duplicate
     is found.
     
    -A warning will also be displayed if there are B<.pem> files that
    +A warning will also be displayed if there are files that
     cannot be parsed as either a certificate or a CRL.
     
     The program uses the B program to compute the hashes and
    @@ -51,13 +58,39 @@ B environment variable to the full pathname.
     Any program can be used, it will be invoked as follows for either
     a certificate or CRL:
     
    -  $OPENSSL x509 -hash -fingerprint -noout -in FFFFFF
    -  $OPENSSL crl -hash -fingerprint -noout -in FFFFFF
    +  $OPENSSL x509 -hash -fingerprint -noout -in FILENAME
    +  $OPENSSL crl -hash -fingerprint -noout -in FILENAME
     
    -where B is the filename. It must output the hash of the
    +where B is the filename. It must output the hash of the
     file on the first line, and the fingerprint on the second,
     optionally prefixed with some text and an equals sign.
     
    +=head1 OPTIONS
    +
    +=over 4
    +
    +=item B<-old>
    +
    +Use old-style hashing (MD5, as opposed to SHA-1) for generating
    +links for releases before 1.0.0.  Note that current versions will
    +not use the old style.
    +
    +=item B<-h>
    +
    +Display a brief usage message.
    +
    +=item B<-n>
    +
    +Do not remove existing links.
    +This is needed when keeping new and old-style links in the same directory.
    +
    +=item B<-v>
    +
    +Print messages about old links removed and new links created.
    +By default, B only lists each directory as it is processed.
    +
    +=back
    +
     =head1 ENVIRONMENT
     
     =over
    diff --git a/openssl/doc/apps/ciphers.pod b/openssl/doc/apps/ciphers.pod
    index 6086d0a71..4eeb55be2 100644
    --- a/openssl/doc/apps/ciphers.pod
    +++ b/openssl/doc/apps/ciphers.pod
    @@ -175,14 +175,14 @@ cipher suites using RSA key exchange.
     =item B, B, B
     
     cipher suites using DH key agreement and DH certificates signed by CAs with RSA
    -and DSS keys or either respectively. Not implemented.
    +and DSS keys or either respectively.
     
    -=item B
    +=item B, B
     
     cipher suites using ephemeral DH key agreement, including anonymous cipher
     suites.
     
    -=item B
    +=item B, B
     
     cipher suites using authenticated ephemeral DH key agreement.
     
    @@ -200,12 +200,12 @@ cipher suites using DH, including anonymous DH, ephemeral DH and fixed DH.
     cipher suites using fixed ECDH key agreement signed by CAs with RSA and ECDSA
     keys or either respectively.
     
    -=item B
    +=item B, B
     
     cipher suites using ephemeral ECDH key agreement, including anonymous
     cipher suites.
     
    -=item B
    +=item B, B
     
     cipher suites using authenticated ephemeral ECDH key agreement.
     
    @@ -229,7 +229,7 @@ cipher suites using DSS authentication, i.e. the certificates carry DSS keys.
     =item B
     
     cipher suites effectively using DH authentication, i.e. the certificates carry
    -DH keys.  Not implemented.
    +DH keys.
     
     =item B
     
    @@ -331,6 +331,18 @@ cipher suites using GOST 28147-89 MAC B HMAC.
     
     cipher suites using pre-shared keys (PSK).
     
    +=item B, B, B
    +
    +enables suite B mode operation using 128 (permitting 192 bit mode by peer)
    +128 bit (not permitting 192 bit by peer) or 192 bit level of security
    +respectively. If used these cipherstrings should appear first in the cipher
    +list and anything after them is ignored. Setting Suite B mode has additional
    +consequences required to comply with RFC6460. In particular the supported
    +signature algorithms is reduced to support only ECDSA and SHA256 or SHA384,
    +only the elliptic curves P-256 and P-384 can be used and only the two suite B
    +compliant ciphersuites (ECDHE-ECDSA-AES128-GCM-SHA256 and
    +ECDHE-ECDSA-AES256-GCM-SHA384) are permissible.
    +
     =back
     
     =head1 CIPHER SUITE NAMES
    @@ -353,12 +365,12 @@ e.g. DES-CBC3-SHA. In these cases, RSA authentication is used.
      SSL_RSA_WITH_DES_CBC_SHA                DES-CBC-SHA
      SSL_RSA_WITH_3DES_EDE_CBC_SHA           DES-CBC3-SHA
     
    - SSL_DH_DSS_EXPORT_WITH_DES40_CBC_SHA    Not implemented.
    - SSL_DH_DSS_WITH_DES_CBC_SHA             Not implemented.
    - SSL_DH_DSS_WITH_3DES_EDE_CBC_SHA        Not implemented.
    - SSL_DH_RSA_EXPORT_WITH_DES40_CBC_SHA    Not implemented.
    - SSL_DH_RSA_WITH_DES_CBC_SHA             Not implemented.
    - SSL_DH_RSA_WITH_3DES_EDE_CBC_SHA        Not implemented.
    + SSL_DH_DSS_EXPORT_WITH_DES40_CBC_SHA    EXP-DH-DSS-DES-CBC-SHA
    + SSL_DH_DSS_WITH_DES_CBC_SHA             DH-DSS-DES-CBC-SHA
    + SSL_DH_DSS_WITH_3DES_EDE_CBC_SHA        DH-DSS-DES-CBC3-SHA
    + SSL_DH_RSA_EXPORT_WITH_DES40_CBC_SHA    EXP-DH-RSA-DES-CBC-SHA
    + SSL_DH_RSA_WITH_DES_CBC_SHA             DH-RSA-DES-CBC-SHA
    + SSL_DH_RSA_WITH_3DES_EDE_CBC_SHA        DH-RSA-DES-CBC3-SHA
      SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA   EXP-EDH-DSS-DES-CBC-SHA
      SSL_DHE_DSS_WITH_DES_CBC_SHA            EDH-DSS-CBC-SHA
      SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA       EDH-DSS-DES-CBC3-SHA
    @@ -413,10 +425,10 @@ e.g. DES-CBC3-SHA. In these cases, RSA authentication is used.
      TLS_RSA_WITH_AES_128_CBC_SHA            AES128-SHA
      TLS_RSA_WITH_AES_256_CBC_SHA            AES256-SHA
     
    - TLS_DH_DSS_WITH_AES_128_CBC_SHA         Not implemented.
    - TLS_DH_DSS_WITH_AES_256_CBC_SHA         Not implemented.
    - TLS_DH_RSA_WITH_AES_128_CBC_SHA         Not implemented.
    - TLS_DH_RSA_WITH_AES_256_CBC_SHA         Not implemented.
    + TLS_DH_DSS_WITH_AES_128_CBC_SHA         DH-DSS-AES128-SHA
    + TLS_DH_DSS_WITH_AES_256_CBC_SHA         DH-DSS-AES256-SHA
    + TLS_DH_RSA_WITH_AES_128_CBC_SHA         DH-RSA-AES128-SHA
    + TLS_DH_RSA_WITH_AES_256_CBC_SHA         DH-RSA-AES256-SHA
     
      TLS_DHE_DSS_WITH_AES_128_CBC_SHA        DHE-DSS-AES128-SHA
      TLS_DHE_DSS_WITH_AES_256_CBC_SHA        DHE-DSS-AES256-SHA
    @@ -431,10 +443,10 @@ e.g. DES-CBC3-SHA. In these cases, RSA authentication is used.
      TLS_RSA_WITH_CAMELLIA_128_CBC_SHA      CAMELLIA128-SHA
      TLS_RSA_WITH_CAMELLIA_256_CBC_SHA      CAMELLIA256-SHA
     
    - TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA   Not implemented.
    - TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA   Not implemented.
    - TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA   Not implemented.
    - TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA   Not implemented.
    + TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA   DH-DSS-CAMELLIA128-SHA
    + TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA   DH-DSS-CAMELLIA256-SHA
    + TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA   DH-RSA-CAMELLIA128-SHA
    + TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA   DH-RSA-CAMELLIA256-SHA
     
      TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA  DHE-DSS-CAMELLIA128-SHA
      TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA  DHE-DSS-CAMELLIA256-SHA
    @@ -448,8 +460,8 @@ e.g. DES-CBC3-SHA. In these cases, RSA authentication is used.
     
      TLS_RSA_WITH_SEED_CBC_SHA              SEED-SHA
     
    - TLS_DH_DSS_WITH_SEED_CBC_SHA           Not implemented.
    - TLS_DH_RSA_WITH_SEED_CBC_SHA           Not implemented.
    + TLS_DH_DSS_WITH_SEED_CBC_SHA           DH-DSS-SEED-SHA
    + TLS_DH_RSA_WITH_SEED_CBC_SHA           DH-RSA-SEED-SHA
     
      TLS_DHE_DSS_WITH_SEED_CBC_SHA          DHE-DSS-SEED-SHA
      TLS_DHE_RSA_WITH_SEED_CBC_SHA          DHE-RSA-SEED-SHA
    @@ -517,15 +529,15 @@ Note: these ciphers can also be used in SSL v3.
      TLS_RSA_WITH_AES_128_GCM_SHA256           AES128-GCM-SHA256
      TLS_RSA_WITH_AES_256_GCM_SHA384           AES256-GCM-SHA384
     
    - TLS_DH_RSA_WITH_AES_128_CBC_SHA256        Not implemented.
    - TLS_DH_RSA_WITH_AES_256_CBC_SHA256        Not implemented.
    - TLS_DH_RSA_WITH_AES_128_GCM_SHA256        Not implemented.
    - TLS_DH_RSA_WITH_AES_256_GCM_SHA384        Not implemented.
    + TLS_DH_RSA_WITH_AES_128_CBC_SHA256        DH-RSA-AES128-SHA256
    + TLS_DH_RSA_WITH_AES_256_CBC_SHA256        DH-RSA-AES256-SHA256
    + TLS_DH_RSA_WITH_AES_128_GCM_SHA256        DH-RSA-AES128-GCM-SHA256
    + TLS_DH_RSA_WITH_AES_256_GCM_SHA384        DH-RSA-AES256-GCM-SHA384
     
    - TLS_DH_DSS_WITH_AES_128_CBC_SHA256        Not implemented.
    - TLS_DH_DSS_WITH_AES_256_CBC_SHA256        Not implemented.
    - TLS_DH_DSS_WITH_AES_128_GCM_SHA256        Not implemented.
    - TLS_DH_DSS_WITH_AES_256_GCM_SHA384        Not implemented.
    + TLS_DH_DSS_WITH_AES_128_CBC_SHA256        DH-DSS-AES128-SHA256
    + TLS_DH_DSS_WITH_AES_256_CBC_SHA256        DH-DSS-AES256-SHA256
    + TLS_DH_DSS_WITH_AES_128_GCM_SHA256        DH-DSS-AES128-GCM-SHA256
    + TLS_DH_DSS_WITH_AES_256_GCM_SHA384        DH-DSS-AES256-GCM-SHA384
     
      TLS_DHE_RSA_WITH_AES_128_CBC_SHA256       DHE-RSA-AES128-SHA256
      TLS_DHE_RSA_WITH_AES_256_CBC_SHA256       DHE-RSA-AES256-SHA256
    @@ -581,9 +593,6 @@ Note: these ciphers can also be used in SSL v3.
     
     =head1 NOTES
     
    -The non-ephemeral DH modes are currently unimplemented in OpenSSL
    -because there is no support for DH certificates.
    -
     Some compiled versions of OpenSSL may not include all the ciphers
     listed here because some ciphers were excluded at compile time.
     
    diff --git a/openssl/doc/apps/cms.pod b/openssl/doc/apps/cms.pod
    index 75b698834..76dbf2ca3 100644
    --- a/openssl/doc/apps/cms.pod
    +++ b/openssl/doc/apps/cms.pod
    @@ -57,6 +57,7 @@ B B
     [B<-secretkeyid id>]
     [B<-econtent_type type>]
     [B<-inkey file>]
    +[B<-keyopt name:parameter>]
     [B<-passin arg>]
     [B<-rand file(s)>]
     [B]
    @@ -321,8 +322,13 @@ verification was successful.
     
     =item B<-recip file>
     
    -the recipients certificate when decrypting a message. This certificate
    -must match one of the recipients of the message or an error occurs.
    +when decrypting a message this specifies the recipients certificate. The
    +certificate must match one of the recipients of the message or an error
    +occurs.
    +
    +When encrypting a message this option may be used multiple times to specify
    +each recipient. This form B be used if customised parameters are
    +required (for example to specify RSA-OAEP).
     
     =item B<-keyid>
     
    @@ -381,6 +387,13 @@ private key must be included in the certificate file specified with
     the B<-recip> or B<-signer> file. When signing this option can be used
     multiple times to specify successive keys.
     
    +=item B<-keyopt name:opt>
    +
    +for signing and encryption this option can be used multiple times to
    +set customised parameters for the preceding key or certificate. It can
    +currently be used to set RSA-PSS for signing, RSA-OAEP for encryption
    +or to modify default parameters for ECDH.
    +
     =item B<-passin arg>
     
     the private key password source. For more information about the format of B
    @@ -508,6 +521,10 @@ The B<-compress> option.
     
     The B<-secretkey> option when used with B<-encrypt>.
     
    +The use of PSS with B<-sign>.
    +
    +The use of OAEP or non-RSA keys with B<-encrypt>.
    +
     Additionally the B<-EncryptedData_create> and B<-data_create> type cannot
     be processed by the older B command.
     
    @@ -588,6 +605,21 @@ Add a signer to an existing message:
     
      openssl cms -resign -in mail.msg -signer newsign.pem -out mail2.msg
     
    +Sign mail using RSA-PSS:
    +
    + openssl cms -sign -in message.txt -text -out mail.msg \
    +	-signer mycert.pem -keyopt rsa_padding_mode:pss
    +
    +Create encrypted mail using RSA-OAEP:
    +
    + openssl cms -encrypt -in plain.txt -out mail.msg \
    +	-recip cert.pem -keyopt rsa_padding_mode:oaep
    +
    +Use SHA256 KDF with an ECDH certificate:
    +
    + openssl cms -encrypt -in plain.txt -out mail.msg \
    +	-recip ecdhcert.pem -keyopt ecdh_kdf_md:sha256
    +
     =head1 BUGS
     
     The MIME parser isn't very clever: it seems to handle most messages that I've
    @@ -613,5 +645,14 @@ No revocation checking is done on the signer's certificate.
     The use of multiple B<-signer> options and the B<-resign> command were first
     added in OpenSSL 1.0.0
     
    +The B option was first added in OpenSSL 1.1.0
    +
    +The use of B<-recip> to specify the recipient when encrypting mail was first
    +added to OpenSSL 1.1.0
    +
    +Support for RSA-OAEP and RSA-PSS was first added to OpenSSL 1.1.0. 
    +
    +The use of non-RSA keys with B<-encrypt> and B<-decrypt> was first added
    +to OpenSSL 1.1.0.
     
     =cut
    diff --git a/openssl/doc/apps/dgst.pod b/openssl/doc/apps/dgst.pod
    index 2414c5337..9e15798d8 100644
    --- a/openssl/doc/apps/dgst.pod
    +++ b/openssl/doc/apps/dgst.pod
    @@ -13,6 +13,8 @@ B B
     [B<-hex>]
     [B<-binary>]
     [B<-r>]
    +[B<-hmac arg>]
    +[B<-non-fips-allow>]
     [B<-out filename>]
     [B<-sign filename>]
     [B<-keyform arg>]
    @@ -62,6 +64,15 @@ output the digest or signature in binary form.
     
     output the digest in the "coreutils" format used by programs like B.
     
    +=item B<-hmac arg>
    +
    +set the HMAC key to "arg".
    +
    +=item B<-non-fips-allow>
    +
    +Allow use of non FIPS digest when in FIPS mode.  This has no effect when not in
    +FIPS mode.
    +
     =item B<-out filename>
     
     filename to output to, or standard output by default.
    diff --git a/openssl/doc/apps/genpkey.pod b/openssl/doc/apps/genpkey.pod
    index c74d097fb..929edcd26 100644
    --- a/openssl/doc/apps/genpkey.pod
    +++ b/openssl/doc/apps/genpkey.pod
    @@ -128,6 +128,15 @@ The number of bits in the prime parameter B

    . The value to use for the generator B. +=item B + +If this option is set then the appropriate RFC5114 parameters are used +instead of generating new parameters. The value B can take the +values 1, 2 or 3 corresponding to RFC5114 DH parameters consisting of +1024 bit group with 160 bit subgroup, 2048 bit group with 224 bit subgroup +and 2048 bit group with 256 bit subgroup as mentioned in RFC5114 sections +2.1, 2.2 and 2.3 respectively. + =back =head1 EC PARAMETER GENERATION OPTIONS @@ -206,6 +215,10 @@ Generate 1024 bit DH parameters: openssl genpkey -genparam -algorithm DH -out dhp.pem \ -pkeyopt dh_paramgen_prime_len:1024 +Output RFC5114 2048 bit DH parameters with 224 bit subgroup: + + openssl genpkey -genparam -algorithm DH -out dhp.pem -pkeyopt dh_rfc5114:2 + Generate DH key from parameters: openssl genpkey -paramfile dhp.pem -out dhkey.pem diff --git a/openssl/doc/apps/ocsp.pod b/openssl/doc/apps/ocsp.pod index af2e12e41..38f026afc 100644 --- a/openssl/doc/apps/ocsp.pod +++ b/openssl/doc/apps/ocsp.pod @@ -133,6 +133,10 @@ if the B option is present then the OCSP request is sent to the host B on port B. B specifies the HTTP path name to use or "/" by default. +=item B<-timeout seconds> + +connection timeout to the OCSP responder in seconds + =item B<-CAfile file>, B<-CApath pathname> file or pathname containing trusted CA certificates. These are used to verify diff --git a/openssl/doc/apps/pkcs8.pod b/openssl/doc/apps/pkcs8.pod index 84abee78f..6901f1f3f 100644 --- a/openssl/doc/apps/pkcs8.pod +++ b/openssl/doc/apps/pkcs8.pod @@ -20,6 +20,7 @@ B B [B<-embed>] [B<-nsdb>] [B<-v2 alg>] +[B<-v2prf alg>] [B<-v1 alg>] [B<-engine id>] @@ -118,6 +119,12 @@ private keys with OpenSSL then this doesn't matter. The B argument is the encryption algorithm to use, valid values include B, B and B. It is recommended that B is used. +=item B<-v2prf alg> + +This option sets the PRF algorithm to use with PKCS#5 v2.0. A typical value +values would be B. If this option isn't set then the default +for the cipher is used or B if there is no default. + =item B<-v1 alg> This option specifies a PKCS#5 v1.5 or PKCS#12 algorithm to use. A complete @@ -195,6 +202,11 @@ DES: openssl pkcs8 -in key.pem -topk8 -v2 des3 -out enckey.pem +Convert a private from traditional to PKCS#5 v2.0 format using AES with +256 bits in CBC mode and B PRF: + + openssl pkcs8 -in key.pem -topk8 -v2 aes-256-cbc -v2prf hmacWithSHA256 -out enckey.pem + Convert a private key to PKCS#8 using a PKCS#5 1.5 compatible algorithm (DES): diff --git a/openssl/doc/apps/req.pod b/openssl/doc/apps/req.pod index 0730d117b..df68cb092 100644 --- a/openssl/doc/apps/req.pod +++ b/openssl/doc/apps/req.pod @@ -235,8 +235,8 @@ this option outputs a self signed certificate instead of a certificate request. This is typically used to generate a test certificate or a self signed root CA. The extensions added to the certificate (if any) are specified in the configuration file. Unless specified -using the B option B<0> will be used for the serial -number. +using the B option, a large random number will be used for +the serial number. =item B<-days n> diff --git a/openssl/doc/apps/s_client.pod b/openssl/doc/apps/s_client.pod index b021c730c..aad59b181 100644 --- a/openssl/doc/apps/s_client.pod +++ b/openssl/doc/apps/s_client.pod @@ -37,6 +37,9 @@ B B [B<-no_ssl2>] [B<-no_ssl3>] [B<-no_tls1>] +[B<-no_tls1_1>] +[B<-no_tls1_2>] +[B<-fallback_scsv>] [B<-bugs>] [B<-cipher cipherlist>] [B<-serverpref>] @@ -47,6 +50,7 @@ B B [B<-sess_out filename>] [B<-sess_in filename>] [B<-rand file(s)>] +[B<-serverinfo types>] [B<-status>] [B<-nextprotoneg protocols>] @@ -196,16 +200,19 @@ Use the PSK key B when using a PSK cipher suite. The key is given as a hexadecimal number without leading 0x, for example -psk 1a2b3c4d. -=item B<-ssl2>, B<-ssl3>, B<-tls1>, B<-no_ssl2>, B<-no_ssl3>, B<-no_tls1> +=item B<-ssl2>, B<-ssl3>, B<-tls1>, B<-no_ssl2>, B<-no_ssl3>, B<-no_tls1>, B<-no_tls1_1>, B<-no_tls1_2> these options disable the use of certain SSL or TLS protocols. By default the initial handshake uses a method which should be compatible with all servers and permit them to use SSL v3, SSL v2 or TLS as appropriate. -Unfortunately there are a lot of ancient and broken servers in use which +Unfortunately there are still ancient and broken servers in use which cannot handle this technique and will fail to connect. Some servers only -work if TLS is turned off with the B<-no_tls> option others will only -support SSL v2 and may need the B<-ssl2> option. +work if TLS is turned off. + +=item B<-fallback_scsv> + +Send TLS_FALLBACK_SCSV in the ClientHello. =item B<-bugs> @@ -261,6 +268,13 @@ Multiple files can be specified separated by a OS-dependent character. The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for all others. +=item B<-serverinfo types> + +a list of comma-separated TLS Extension Types (numbers between 0 and +65535). Each type will be sent as an empty ClientHello TLS Extension. +The server's response (if any) will be encoded and displayed as a PEM +file. + =item B<-status> sends a certificate status request to the server (OCSP stapling). The server diff --git a/openssl/doc/apps/s_server.pod b/openssl/doc/apps/s_server.pod index 2105b603b..b37f410fb 100644 --- a/openssl/doc/apps/s_server.pod +++ b/openssl/doc/apps/s_server.pod @@ -45,7 +45,6 @@ B B [B<-no_ssl3>] [B<-no_tls1>] [B<-no_dhe>] -[B<-no_ecdhe>] [B<-bugs>] [B<-hack>] [B<-www>] @@ -56,6 +55,8 @@ B B [B<-no_ticket>] [B<-id_prefix arg>] [B<-rand file(s)>] +[B<-serverinfo file>] +[B<-no_resumption_on_reneg>] [B<-status>] [B<-status_verbose>] [B<-status_timeout nsec>] @@ -138,11 +139,6 @@ a static set of parameters hard coded into the s_server program will be used. if this option is set then no DH parameters will be loaded effectively disabling the ephemeral DH cipher suites. -=item B<-no_ecdhe> - -if this option is set then no ECDH parameters will be loaded effectively -disabling the ephemeral ECDH cipher suites. - =item B<-no_tmp_rsa> certain export cipher suites sometimes use a temporary RSA key, this option @@ -295,6 +291,18 @@ Multiple files can be specified separated by a OS-dependent character. The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for all others. +=item B<-serverinfo file> + +a file containing one or more blocks of PEM data. Each PEM block +must encode a TLS ServerHello extension (2 bytes type, 2 bytes length, +followed by "length" bytes of extension data). If the client sends +an empty TLS ClientHello extension matching the type, the corresponding +ServerHello extension will be returned. + +=item B<-no_resumption_on_reneg> + +set SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION flag. + =item B<-status> enables certificate status request support (aka OCSP stapling). diff --git a/openssl/doc/apps/verify.pod b/openssl/doc/apps/verify.pod index 0c8e4926c..df0153435 100644 --- a/openssl/doc/apps/verify.pod +++ b/openssl/doc/apps/verify.pod @@ -12,6 +12,9 @@ B B [B<-purpose purpose>] [B<-policy arg>] [B<-ignore_critical>] +[B<-attime timestamp>] +[B<-check_ss_sig>] +[B<-crlfile file>] [B<-crl_check>] [B<-crl_check_all>] [B<-policy_check>] @@ -25,7 +28,6 @@ B B [B<-untrusted file>] [B<-help>] [B<-issuer_checks>] -[B<-attime timestamp>] [B<-verbose>] [B<->] [certificates] @@ -51,6 +53,26 @@ create symbolic links to a directory of certificates. A file of trusted certificates. The file should contain multiple certificates in PEM format concatenated together. +=item B<-attime timestamp> + +Perform validation checks using time specified by B and not +current system time. B is the number of seconds since +01.01.1970 (UNIX time). + +=item B<-check_ss_sig> + +Verify the signature on the self-signed root CA. This is disabled by default +because it doesn't add any security. + +=item B<-crlfile file> + +File containing one or more CRL's (in PEM format) to load. + +=item B<-crl_check> + +Checks end entity certificate validity by attempting to look up a valid CRL. +If a valid CRL cannot be found an error occurs. + =item B<-untrusted file> A file of untrusted certificates. The file should contain multiple certificates @@ -80,12 +102,6 @@ rejected. The presence of rejection messages does not itself imply that anything is wrong; during the normal verification process, several rejections may take place. -=item B<-attime timestamp> - -Perform validation checks using time specified by B and not -current system time. B is the number of seconds since -01.01.1970 (UNIX time). - =item B<-policy arg> Enable policy processing and add B to the user-initial-policy-set (see diff --git a/openssl/doc/apps/x509.pod b/openssl/doc/apps/x509.pod index 6109389e0..a1326edee 100644 --- a/openssl/doc/apps/x509.pod +++ b/openssl/doc/apps/x509.pod @@ -51,6 +51,7 @@ B B [B<-CAkey filename>] [B<-CAcreateserial>] [B<-CAserial filename>] +[B<-force_pubkey key>] [B<-text>] [B<-certopt option>] [B<-C>] @@ -418,6 +419,15 @@ specified then the extensions should either be contained in the unnamed L manual page for details of the extension section format. +=item B<-force_pubkey key> + +when a certificate is created set its public key to B instead of the +key in the certificate or certificate request. This option is useful for +creating certificates where the algorithm can't normally sign requests, for +example DH. + +The format or B can be specified using the B<-keyform> option. + =back =head2 NAME OPTIONS diff --git a/openssl/doc/crypto/ASN1_STRING_length.pod b/openssl/doc/crypto/ASN1_STRING_length.pod index a08e9a0fa..f651e4f2a 100644 --- a/openssl/doc/crypto/ASN1_STRING_length.pod +++ b/openssl/doc/crypto/ASN1_STRING_length.pod @@ -3,7 +3,7 @@ =head1 NAME ASN1_STRING_dup, ASN1_STRING_cmp, ASN1_STRING_set, ASN1_STRING_length, -ASN1_STRING_length_set, ASN1_STRING_type, ASN1_STRING_data - +ASN1_STRING_length_set, ASN1_STRING_type, ASN1_STRING_data, ASN1_STRING_to_UTF8 - ASN1_STRING utility functions =head1 SYNOPSIS diff --git a/openssl/doc/crypto/ASN1_STRING_print_ex.pod b/openssl/doc/crypto/ASN1_STRING_print_ex.pod index 3891b8879..19c82ff1e 100644 --- a/openssl/doc/crypto/ASN1_STRING_print_ex.pod +++ b/openssl/doc/crypto/ASN1_STRING_print_ex.pod @@ -2,7 +2,7 @@ =head1 NAME -ASN1_STRING_print_ex, ASN1_STRING_print_ex_fp - ASN1_STRING output routines. +ASN1_STRING_print_ex, ASN1_STRING_print_ex_fp, ASN1_STRING_print - ASN1_STRING output routines. =head1 SYNOPSIS diff --git a/openssl/doc/crypto/BIO_f_ssl.pod b/openssl/doc/crypto/BIO_f_ssl.pod index bc5861ab3..a9f23f1dd 100644 --- a/openssl/doc/crypto/BIO_f_ssl.pod +++ b/openssl/doc/crypto/BIO_f_ssl.pod @@ -108,7 +108,7 @@ SSL BIOs are exceptional in that if the underlying transport is non blocking they can still request a retry in exceptional circumstances. Specifically this will happen if a session renegotiation takes place during a BIO_read() operation, one -case where this happens is when SGC or step up occurs. +case where this happens is when step up occurs. In OpenSSL 0.9.6 and later the SSL flag SSL_AUTO_RETRY can be set to disable this behaviour. That is when this flag is set diff --git a/openssl/doc/crypto/BIO_find_type.pod b/openssl/doc/crypto/BIO_find_type.pod index bd3b25619..259520032 100644 --- a/openssl/doc/crypto/BIO_find_type.pod +++ b/openssl/doc/crypto/BIO_find_type.pod @@ -2,7 +2,7 @@ =head1 NAME -BIO_find_type, BIO_next - BIO chain traversal +BIO_find_type, BIO_next, BIO_method_type - BIO chain traversal =head1 SYNOPSIS diff --git a/openssl/doc/crypto/BIO_s_accept.pod b/openssl/doc/crypto/BIO_s_accept.pod index b80b6ae48..560c1128e 100644 --- a/openssl/doc/crypto/BIO_s_accept.pod +++ b/openssl/doc/crypto/BIO_s_accept.pod @@ -2,7 +2,7 @@ =head1 NAME -BIO_s_accept, BIO_set_accept_port, BIO_get_accept_port, +BIO_s_accept, BIO_set_accept_port, BIO_get_accept_port, BIO_new_accept, BIO_set_nbio_accept, BIO_set_accept_bios, BIO_set_bind_mode, BIO_get_bind_mode, BIO_do_accept - accept BIO diff --git a/openssl/doc/crypto/BIO_s_connect.pod b/openssl/doc/crypto/BIO_s_connect.pod index bcf7d8dca..18ece4c91 100644 --- a/openssl/doc/crypto/BIO_s_connect.pod +++ b/openssl/doc/crypto/BIO_s_connect.pod @@ -2,7 +2,7 @@ =head1 NAME -BIO_s_connect, BIO_set_conn_hostname, BIO_set_conn_port, +BIO_s_connect, BIO_new_connect, BIO_set_conn_hostname, BIO_set_conn_port, BIO_set_conn_ip, BIO_set_conn_int_port, BIO_get_conn_hostname, BIO_get_conn_port, BIO_get_conn_ip, BIO_get_conn_int_port, BIO_set_nbio, BIO_do_connect - connect BIO diff --git a/openssl/doc/crypto/BN_BLINDING_new.pod b/openssl/doc/crypto/BN_BLINDING_new.pod index da06e4446..06d7ea20a 100644 --- a/openssl/doc/crypto/BN_BLINDING_new.pod +++ b/openssl/doc/crypto/BN_BLINDING_new.pod @@ -4,7 +4,7 @@ BN_BLINDING_new, BN_BLINDING_free, BN_BLINDING_update, BN_BLINDING_convert, BN_BLINDING_invert, BN_BLINDING_convert_ex, BN_BLINDING_invert_ex, -BN_BLINDING_get_thread_id, BN_BLINDING_set_thread_id, BN_BLINDING_get_flags, +BN_BLINDING_get_thread_id, BN_BLINDING_set_thread_id, BN_BLINDING_thread_id, BN_BLINDING_get_flags, BN_BLINDING_set_flags, BN_BLINDING_create_param - blinding related BIGNUM functions. @@ -84,7 +84,7 @@ or NULL in case of an error. BN_BLINDING_update(), BN_BLINDING_convert(), BN_BLINDING_invert(), BN_BLINDING_convert_ex() and BN_BLINDING_invert_ex() return 1 on -success and 0 if an error occured. +success and 0 if an error occurred. BN_BLINDING_thread_id() returns a pointer to the thread id object within a B object. diff --git a/openssl/doc/crypto/BN_CTX_new.pod b/openssl/doc/crypto/BN_CTX_new.pod index ad8d07db8..bbedbb177 100644 --- a/openssl/doc/crypto/BN_CTX_new.pod +++ b/openssl/doc/crypto/BN_CTX_new.pod @@ -10,9 +10,12 @@ BN_CTX_new, BN_CTX_init, BN_CTX_free - allocate and free BN_CTX structures BN_CTX *BN_CTX_new(void); + void BN_CTX_free(BN_CTX *c); + +Deprecated: + void BN_CTX_init(BN_CTX *c); - void BN_CTX_free(BN_CTX *c); =head1 DESCRIPTION @@ -22,8 +25,7 @@ is rather expensive when used in conjunction with repeated subroutine calls, the B structure is used. BN_CTX_new() allocates and initializes a B -structure. BN_CTX_init() initializes an existing uninitialized -B. +structure. BN_CTX_free() frees the components of the B, and if it was created by BN_CTX_new(), also the structure itself. @@ -31,6 +33,8 @@ If L has been used on the B, L must be called before the B may be freed by BN_CTX_free(). +BN_CTX_init() (deprecated) initializes an existing uninitialized B. +This should not be used for new programs. Use BN_CTX_new() instead. =head1 RETURN VALUES diff --git a/openssl/doc/crypto/BN_generate_prime.pod b/openssl/doc/crypto/BN_generate_prime.pod index 7dccacbc1..bf1b5308a 100644 --- a/openssl/doc/crypto/BN_generate_prime.pod +++ b/openssl/doc/crypto/BN_generate_prime.pod @@ -2,12 +2,31 @@ =head1 NAME -BN_generate_prime, BN_is_prime, BN_is_prime_fasttest - generate primes and test for primality +BN_generate_prime_ex, BN_is_prime_ex, BN_is_prime_fasttest_ex, BN_GENCB_call, +BN_GENCB_set_old, BN_GENCB_set, BN_generate_prime, BN_is_prime, +BN_is_prime_fasttest - generate primes and test for primality =head1 SYNOPSIS #include + int BN_generate_prime_ex(BIGNUM *ret,int bits,int safe, const BIGNUM *add, + const BIGNUM *rem, BN_GENCB *cb); + + int BN_is_prime_ex(const BIGNUM *p,int nchecks, BN_CTX *ctx, BN_GENCB *cb); + + int BN_is_prime_fasttest_ex(const BIGNUM *p,int nchecks, BN_CTX *ctx, + int do_trial_division, BN_GENCB *cb); + + int BN_GENCB_call(BN_GENCB *cb, int a, int b); + + #define BN_GENCB_set_old(gencb, callback, cb_arg) ... + + #define BN_GENCB_set(gencb, callback, cb_arg) ... + + +Deprecated: + BIGNUM *BN_generate_prime(BIGNUM *ret, int num, int safe, BIGNUM *add, BIGNUM *rem, void (*callback)(int, int, void *), void *cb_arg); @@ -20,27 +39,27 @@ BN_generate_prime, BN_is_prime, BN_is_prime_fasttest - generate primes and test =head1 DESCRIPTION -BN_generate_prime() generates a pseudo-random prime number of B -bits. +BN_generate_prime_ex() generates a pseudo-random prime number of +bit length B. If B is not B, it will be used to store the number. -If B is not B, it is called as follows: +If B is not B, it is used as follows: =over 4 =item * -B is called after generating the i-th +B is called after generating the i-th potential prime number. =item * -While the number is being tested for primality, B is called as described below. +While the number is being tested for primality, +B is called as described below. =item * -When a prime has been found, B is called. +When a prime has been found, B is called. =back @@ -54,38 +73,67 @@ generator. If B is true, it will be a safe prime (i.e. a prime p so that (p-1)/2 is also prime). -The PRNG must be seeded prior to calling BN_generate_prime(). +The PRNG must be seeded prior to calling BN_generate_prime_ex(). The prime number generation has a negligible error probability. -BN_is_prime() and BN_is_prime_fasttest() test if the number B is +BN_is_prime_ex() and BN_is_prime_fasttest_ex() test if the number B

    is prime. The following tests are performed until one of them shows that -B is composite; if B passes all these tests, it is considered +B

    is composite; if B

    passes all these tests, it is considered prime. -BN_is_prime_fasttest(), when called with B, +BN_is_prime_fasttest_ex(), when called with B, first attempts trial division by a number of small primes; -if no divisors are found by this test and B is not B, -B is called. +if no divisors are found by this test and B is not B, +B is called. If B, this test is skipped. -Both BN_is_prime() and BN_is_prime_fasttest() perform a Miller-Rabin -probabilistic primality test with B iterations. If -B, a number of iterations is used that +Both BN_is_prime_ex() and BN_is_prime_fasttest_ex() perform a Miller-Rabin +probabilistic primality test with B iterations. If +B, a number of iterations is used that yields a false positive rate of at most 2^-80 for random input. -If B is not B, B is called +If B is not B, B is called after the j-th iteration (j = 0, 1, ...). B is a pre-allocated B (to save the overhead of allocating and freeing the structure in a loop), or B. +BN_GENCB_call calls the callback function held in the B structure +and passes the ints B and B as arguments. There are two types of +B structure that are supported: "new" style and "old" style. New +programs should prefer the "new" style, whilst the "old" style is provided +for backwards compatibility purposes. + +For "new" style callbacks a BN_GENCB structure should be initialised with a +call to BN_GENCB_set, where B is a B, B is of +type B and B is a B. +"Old" style callbacks are the same except they are initialised with a call +to BN_GENCB_set_old and B is of type +B. + +A callback is invoked through a call to B. This will check +the type of the callback and will invoke B for new +style callbacks or B for old style. + +BN_generate_prime (deprecated) works in the same way as +BN_generate_prime_ex but expects an old style callback function +directly in the B parameter, and an argument to pass to it in +the B. Similarly BN_is_prime and BN_is_prime_fasttest are +deprecated and can be compared to BN_is_prime_ex and +BN_is_prime_fasttest_ex respectively. + =head1 RETURN VALUES -BN_generate_prime() returns the prime number on success, B otherwise. +BN_generate_prime_ex() return 1 on success or 0 on error. -BN_is_prime() returns 0 if the number is composite, 1 if it is -prime with an error probability of less than 0.25^B, and +BN_is_prime_ex(), BN_is_prime_fasttest_ex(), BN_is_prime() and +BN_is_prime_fasttest() return 0 if the number is composite, 1 if it is +prime with an error probability of less than 0.25^B, and -1 on error. +BN_generate_prime() returns the prime number on success, B otherwise. + +Callback functions should return 1 on success or 0 on error. + The error codes can be obtained by L. =head1 SEE ALSO diff --git a/openssl/doc/crypto/BN_rand.pod b/openssl/doc/crypto/BN_rand.pod index 81f93c2eb..d6b975ccf 100644 --- a/openssl/doc/crypto/BN_rand.pod +++ b/openssl/doc/crypto/BN_rand.pod @@ -2,7 +2,7 @@ =head1 NAME -BN_rand, BN_pseudo_rand - generate pseudo-random number +BN_rand, BN_pseudo_rand, BN_rand_range, BN_pseudo_rand_range - generate pseudo-random number =head1 SYNOPSIS diff --git a/openssl/doc/crypto/CMS_add0_cert.pod b/openssl/doc/crypto/CMS_add0_cert.pod index 9c13f488f..8678ca18a 100644 --- a/openssl/doc/crypto/CMS_add0_cert.pod +++ b/openssl/doc/crypto/CMS_add0_cert.pod @@ -2,7 +2,7 @@ =head1 NAME - CMS_add0_cert, CMS_add1_cert, CMS_get1_certs, CMS_add0_crl, CMS_get1_crls, - CMS certificate and CRL utility functions +CMS_add0_cert, CMS_add1_cert, CMS_get1_certs, CMS_add0_crl, CMS_add1_crl, CMS_get1_crls, - CMS certificate and CRL utility functions =head1 SYNOPSIS diff --git a/openssl/doc/crypto/CMS_get0_RecipientInfos.pod b/openssl/doc/crypto/CMS_get0_RecipientInfos.pod index e0355423e..fe49772a8 100644 --- a/openssl/doc/crypto/CMS_get0_RecipientInfos.pod +++ b/openssl/doc/crypto/CMS_get0_RecipientInfos.pod @@ -2,7 +2,7 @@ =head1 NAME - CMS_get0_RecipientInfos, CMS_RecipientInfo_type, CMS_RecipientInfo_ktri_get0_signer_id,CMS_RecipientInfo_ktri_cert_cmp, CMS_RecipientInfo_set0_pkey, CMS_RecipientInfo_kekri_get0_id, CMS_RecipientInfo_kekri_id_cmp, CMS_RecipientInfo_set0_key, CMS_RecipientInfo_decrypt - CMS envelopedData RecipientInfo routines +CMS_get0_RecipientInfos, CMS_RecipientInfo_type, CMS_RecipientInfo_ktri_get0_signer_id,CMS_RecipientInfo_ktri_cert_cmp, CMS_RecipientInfo_set0_pkey, CMS_RecipientInfo_kekri_get0_id, CMS_RecipientInfo_kekri_id_cmp, CMS_RecipientInfo_set0_key, CMS_RecipientInfo_decrypt, CMS_RecipientInfo_encrypt - CMS envelopedData RecipientInfo routines =head1 SYNOPSIS @@ -20,6 +20,7 @@ int CMS_RecipientInfo_set0_key(CMS_RecipientInfo *ri, unsigned char *key, size_t keylen); int CMS_RecipientInfo_decrypt(CMS_ContentInfo *cms, CMS_RecipientInfo *ri); + int CMS_RecipientInfo_encrypt(CMS_ContentInfo *cms, CMS_RecipientInfo *ri); =head1 DESCRIPTION @@ -66,6 +67,11 @@ CMS_RecipientInfo_decrypt() attempts to decrypt CMS_RecipientInfo structure B in structure B. A key must have been associated with the structure first. +CMS_RecipientInfo_encrypt() attempts to encrypt CMS_RecipientInfo structure +B in structure B. A key must have been associated with the structure +first and the content encryption key must be available: for example by a +previous call to CMS_RecipientInfo_decrypt(). + =head1 NOTES The main purpose of these functions is to enable an application to lookup @@ -81,6 +87,13 @@ any appropriate means it can then associated with the structure and CMS_RecpientInfo_decrypt() called. If successful CMS_decrypt() can be called with a NULL key to decrypt the enveloped content. +The CMS_RecipientInfo_encrypt() can be used to add a new recipient to an +existing enveloped data structure. Typically an application will first decrypt +an appropriate CMS_RecipientInfo structure to make the content encrypt key +available, it will then add a new recipient using a function such as +CMS_add1_recipient_cert() and finally encrypt the content encryption key +using CMS_RecipientInfo_encrypt(). + =head1 RETURN VALUES CMS_get0_RecipientInfos() returns all CMS_RecipientInfo structures, or NULL if @@ -89,6 +102,7 @@ an error occurs. CMS_RecipientInfo_ktri_get0_signer_id(), CMS_RecipientInfo_set0_pkey(), CMS_RecipientInfo_kekri_get0_id(), CMS_RecipientInfo_set0_key() and CMS_RecipientInfo_decrypt() return 1 for success or 0 if an error occurs. +CMS_RecipientInfo_encrypt() return 1 for success or 0 if an error occurs. CMS_RecipientInfo_ktri_cert_cmp() and CMS_RecipientInfo_kekri_cmp() return 0 for a successful comparison and non zero otherwise. diff --git a/openssl/doc/crypto/CMS_get0_SignerInfos.pod b/openssl/doc/crypto/CMS_get0_SignerInfos.pod index 47f6d2a04..b46c0e07a 100644 --- a/openssl/doc/crypto/CMS_get0_SignerInfos.pod +++ b/openssl/doc/crypto/CMS_get0_SignerInfos.pod @@ -2,7 +2,7 @@ =head1 NAME - CMS_get0_SignerInfos, CMS_SignerInfo_get0_signer_id, CMS_SignerInfo_cert_cmp, CMS_set1_signer_certs - CMS signedData signer functions. +CMS_get0_SignerInfos, CMS_SignerInfo_get0_signer_id, CMS_SignerInfo_get0_signature, CMS_SignerInfo_cert_cmp, CMS_set1_signer_cert - CMS signedData signer functions. =head1 SYNOPSIS @@ -11,6 +11,7 @@ STACK_OF(CMS_SignerInfo) *CMS_get0_SignerInfos(CMS_ContentInfo *cms); int CMS_SignerInfo_get0_signer_id(CMS_SignerInfo *si, ASN1_OCTET_STRING **keyid, X509_NAME **issuer, ASN1_INTEGER **sno); + ASN1_OCTET_STRING *CMS_SignerInfo_get0_signature(CMS_SignerInfo *si); int CMS_SignerInfo_cert_cmp(CMS_SignerInfo *si, X509 *cert); void CMS_SignerInfo_set1_signer_cert(CMS_SignerInfo *si, X509 *signer); @@ -24,6 +25,11 @@ associated with a specific CMS_SignerInfo structure B. Either the keyidentifier will be set in B or B issuer name and serial number in B and B. +CMS_SignerInfo_get0_signature() retrieves the signature associated with +B in a pointer to an ASN1_OCTET_STRING structure. This pointer returned +corresponds to the internal signature value if B so it may be read or +modified. + CMS_SignerInfo_cert_cmp() compares the certificate B against the signer identifier B. It returns zero if the comparison is successful and non zero if not. diff --git a/openssl/doc/crypto/CMS_verify.pod b/openssl/doc/crypto/CMS_verify.pod index 8f26fdab0..7a2c1ee25 100644 --- a/openssl/doc/crypto/CMS_verify.pod +++ b/openssl/doc/crypto/CMS_verify.pod @@ -2,7 +2,7 @@ =head1 NAME - CMS_verify - verify a CMS SignedData structure +CMS_verify, CMS_get0_signers - verify a CMS SignedData structure =head1 SYNOPSIS diff --git a/openssl/doc/crypto/DH_generate_parameters.pod b/openssl/doc/crypto/DH_generate_parameters.pod index 9081e9ea7..7f81a04d9 100644 --- a/openssl/doc/crypto/DH_generate_parameters.pod +++ b/openssl/doc/crypto/DH_generate_parameters.pod @@ -2,32 +2,39 @@ =head1 NAME -DH_generate_parameters, DH_check - generate and check Diffie-Hellman parameters + +DH_generate_parameters_ex, DH_generate_parameters, +DH_check - generate and check Diffie-Hellman parameters =head1 SYNOPSIS #include - DH *DH_generate_parameters(int prime_len, int generator, - void (*callback)(int, int, void *), void *cb_arg); + int DH_generate_parameters_ex(DH *dh, int prime_len,int generator, BN_GENCB *cb); int DH_check(DH *dh, int *codes); +Deprecated: + + DH *DH_generate_parameters(int prime_len, int generator, + void (*callback)(int, int, void *), void *cb_arg); + =head1 DESCRIPTION -DH_generate_parameters() generates Diffie-Hellman parameters that can -be shared among a group of users, and returns them in a newly -allocated B structure. The pseudo-random number generator must be +DH_generate_parameters_ex() generates Diffie-Hellman parameters that can +be shared among a group of users, and stores them in the provided B +structure. The pseudo-random number generator must be seeded prior to calling DH_generate_parameters(). B is the length in bits of the safe prime to be generated. B is a small number E 1, typically 2 or 5. A callback function may be used to provide feedback about the progress -of the key generation. If B is not B, it will be +of the key generation. If B is not B, it will be called as described in L while a random prime -number is generated, and when a prime has been found, B is called. +number is generated, and when a prime has been found, B +is called. See L for information on +the BN_GENCB_call() function. DH_check() validates Diffie-Hellman parameters. It checks that B

    is a safe prime, and that B is a suitable generator. In the case of an @@ -38,19 +45,21 @@ checked, i.e. it does not equal 2 or 5. =head1 RETURN VALUES -DH_generate_parameters() returns a pointer to the DH structure, or -NULL if the parameter generation fails. The error codes can be -obtained by L. +DH_generate_parameters_ex() and DH_check() return 1 if the check could be +performed, 0 otherwise. + +DH_generate_parameters() (deprecated) returns a pointer to the DH structure, or +NULL if the parameter generation fails. -DH_check() returns 1 if the check could be performed, 0 otherwise. +The error codes can be obtained by L. =head1 NOTES -DH_generate_parameters() may run for several hours before finding a -suitable prime. +DH_generate_parameters_ex() and DH_generate_parameters() may run for several +hours before finding a suitable prime. -The parameters generated by DH_generate_parameters() are not to be -used in signature schemes. +The parameters generated by DH_generate_parameters_ex() and DH_generate_parameters() +are not to be used in signature schemes. =head1 BUGS diff --git a/openssl/doc/crypto/DSA_generate_parameters.pod b/openssl/doc/crypto/DSA_generate_parameters.pod index be7c924ff..16a67f22b 100644 --- a/openssl/doc/crypto/DSA_generate_parameters.pod +++ b/openssl/doc/crypto/DSA_generate_parameters.pod @@ -2,20 +2,26 @@ =head1 NAME -DSA_generate_parameters - generate DSA parameters +DSA_generate_parameters_ex, DSA_generate_parameters - generate DSA parameters =head1 SYNOPSIS #include + int DSA_generate_parameters_ex(DSA *dsa, int bits, + const unsigned char *seed,int seed_len, + int *counter_ret, unsigned long *h_ret, BN_GENCB *cb); + +Deprecated: + DSA *DSA_generate_parameters(int bits, unsigned char *seed, int seed_len, int *counter_ret, unsigned long *h_ret, void (*callback)(int, int, void *), void *cb_arg); =head1 DESCRIPTION -DSA_generate_parameters() generates primes p and q and a generator g -for use in the DSA. +DSA_generate_parameters_ex() generates primes p and q and a generator g +for use in the DSA and stores the result in B. B is the length of the prime to be generated; the DSS allows a maximum of 1024 bits. @@ -25,64 +31,74 @@ generated at random. Otherwise, the seed is used to generate them. If the given seed does not yield a prime q, a new random seed is chosen and placed at B. -DSA_generate_parameters() places the iteration count in +DSA_generate_parameters_ex() places the iteration count in *B and a counter used for finding a generator in *B, unless these are B. A callback function may be used to provide feedback about the progress -of the key generation. If B is not B, it will be -called as follows: +of the key generation. If B is not B, it will be +called as shown below. For information on the BN_GENCB structure and the +BN_GENCB_call function discussed below, refer to +L. =over 4 =item * -When a candidate for q is generated, B is called +When a candidate for q is generated, B is called (m is 0 for the first candidate). =item * When a candidate for q has passed a test by trial division, -B is called. +B is called. While a candidate for q is tested by Miller-Rabin primality tests, -B is called in the outer loop +B is called in the outer loop (once for each witness that confirms that the candidate may be prime); i is the loop counter (starting at 0). =item * -When a prime q has been found, B and -B are called. +When a prime q has been found, B and +B are called. =item * Before a candidate for p (other than the first) is generated and tested, -B is called. +B is called. =item * When a candidate for p has passed the test by trial division, -B is called. +B is called. While it is tested by the Miller-Rabin primality test, -B is called in the outer loop +B is called in the outer loop (once for each witness that confirms that the candidate may be prime). i is the loop counter (starting at 0). =item * -When p has been found, B is called. +When p has been found, B is called. =item * -When the generator has been found, B is called. +When the generator has been found, B is called. =back +DSA_generate_parameters() (deprecated) works in much the same way as for DSA_generate_parameters_ex, except that no B parameter is passed and +instead a newly allocated B structure is returned. Additionally "old +style" callbacks are used instead of the newer BN_GENCB based approach. +Refer to L for further information. + =head1 RETURN VALUE +DSA_generate_parameters_ex() returns a 1 on success, or 0 otherwise. + DSA_generate_parameters() returns a pointer to the DSA structure, or -B if the parameter generation fails. The error codes can be -obtained by L. +B if the parameter generation fails. + +The error codes can be obtained by L. =head1 BUGS @@ -91,7 +107,7 @@ Seed lengths E 20 are not supported. =head1 SEE ALSO L, L, L, -L +L, L =head1 HISTORY diff --git a/openssl/doc/crypto/EC_GFp_simple_method.pod b/openssl/doc/crypto/EC_GFp_simple_method.pod new file mode 100755 index 000000000..aff20ac17 --- /dev/null +++ b/openssl/doc/crypto/EC_GFp_simple_method.pod @@ -0,0 +1,60 @@ +=pod + +=head1 NAME + +EC_GFp_simple_method, EC_GFp_mont_method, EC_GFp_nist_method, EC_GFp_nistp224_method, EC_GFp_nistp256_method, EC_GFp_nistp521_method, EC_GF2m_simple_method, EC_METHOD_get_field_type - Functions for obtaining B objects. + +=head1 SYNOPSIS + + #include + + const EC_METHOD *EC_GFp_simple_method(void); + const EC_METHOD *EC_GFp_mont_method(void); + const EC_METHOD *EC_GFp_nist_method(void); + const EC_METHOD *EC_GFp_nistp224_method(void); + const EC_METHOD *EC_GFp_nistp256_method(void); + const EC_METHOD *EC_GFp_nistp521_method(void); + + const EC_METHOD *EC_GF2m_simple_method(void); + + int EC_METHOD_get_field_type(const EC_METHOD *meth); + +=head1 DESCRIPTION + +The Elliptic Curve library provides a number of different implementations through a single common interface. +When constructing a curve using EC_GROUP_new (see L) an +implementation method must be provided. The functions described here all return a const pointer to an +B structure that can be passed to EC_GROUP_NEW. It is important that the correct implementation +type for the form of curve selected is used. + +For F2^m curves there is only one implementation choice, i.e. EC_GF2_simple_method. + +For Fp curves the lowest common denominator implementation is the EC_GFp_simple_method implementation. All +other implementations are based on this one. EC_GFp_mont_method builds on EC_GFp_simple_method but adds the +use of montgomery multiplication (see L). EC_GFp_nist_method +offers an implementation optimised for use with NIST recommended curves (NIST curves are available through +EC_GROUP_new_by_curve_name as described in L). + +The functions EC_GFp_nistp224_method, EC_GFp_nistp256_method and EC_GFp_nistp521_method offer 64 bit +optimised implementations for the NIST P224, P256 and P521 curves respectively. Note, however, that these +implementations are not available on all platforms. + +EC_METHOD_get_field_type identifies what type of field the EC_METHOD structure supports, which will be either +F2^m or Fp. If the field type is Fp then the value B is returned. If the field type is +F2^m then the value B is returned. These values are defined in the +obj_mac.h header file. + +=head1 RETURN VALUES + +All EC_GFp* functions and EC_GF2m_simple_method always return a const pointer to an EC_METHOD structure. + +EC_METHOD_get_field_type returns an integer that identifies the type of field the EC_METHOD structure supports. + +=head1 SEE ALSO + +L, L, L, L, +L, L, L, +L, +L + +=cut diff --git a/openssl/doc/crypto/EC_GROUP_copy.pod b/openssl/doc/crypto/EC_GROUP_copy.pod new file mode 100755 index 000000000..954af469d --- /dev/null +++ b/openssl/doc/crypto/EC_GROUP_copy.pod @@ -0,0 +1,174 @@ +=pod + +=head1 NAME + +EC_GROUP_copy, EC_GROUP_dup, EC_GROUP_method_of, EC_GROUP_set_generator, EC_GROUP_get0_generator, EC_GROUP_get_order, EC_GROUP_get_cofactor, EC_GROUP_set_curve_name, EC_GROUP_get_curve_name, EC_GROUP_set_asn1_flag, EC_GROUP_get_asn1_flag, EC_GROUP_set_point_conversion_form, EC_GROUP_get_point_conversion_form, EC_GROUP_get0_seed, EC_GROUP_get_seed_len, EC_GROUP_set_seed, EC_GROUP_get_degree, EC_GROUP_check, EC_GROUP_check_discriminant, EC_GROUP_cmp, EC_GROUP_get_basis_type, EC_GROUP_get_trinomial_basis, EC_GROUP_get_pentanomial_basis - Functions for manipulating B objects. + +=head1 SYNOPSIS + + #include + #include + + int EC_GROUP_copy(EC_GROUP *dst, const EC_GROUP *src); + EC_GROUP *EC_GROUP_dup(const EC_GROUP *src); + + const EC_METHOD *EC_GROUP_method_of(const EC_GROUP *group); + + int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofactor); + const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group); + + int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx); + int EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx); + + void EC_GROUP_set_curve_name(EC_GROUP *group, int nid); + int EC_GROUP_get_curve_name(const EC_GROUP *group); + + void EC_GROUP_set_asn1_flag(EC_GROUP *group, int flag); + int EC_GROUP_get_asn1_flag(const EC_GROUP *group); + + void EC_GROUP_set_point_conversion_form(EC_GROUP *group, point_conversion_form_t form); + point_conversion_form_t EC_GROUP_get_point_conversion_form(const EC_GROUP *); + + unsigned char *EC_GROUP_get0_seed(const EC_GROUP *x); + size_t EC_GROUP_get_seed_len(const EC_GROUP *); + size_t EC_GROUP_set_seed(EC_GROUP *, const unsigned char *, size_t len); + + int EC_GROUP_get_degree(const EC_GROUP *group); + + int EC_GROUP_check(const EC_GROUP *group, BN_CTX *ctx); + + int EC_GROUP_check_discriminant(const EC_GROUP *group, BN_CTX *ctx); + + int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx); + + int EC_GROUP_get_basis_type(const EC_GROUP *); + int EC_GROUP_get_trinomial_basis(const EC_GROUP *, unsigned int *k); + int EC_GROUP_get_pentanomial_basis(const EC_GROUP *, unsigned int *k1, + unsigned int *k2, unsigned int *k3); + +=head1 DESCRIPTION + +EC_GROUP_copy copies the curve B into B. Both B and B must use the same EC_METHOD. + +EC_GROUP_dup creates a new EC_GROUP object and copies the content from B to the newly created +EC_GROUP object. + +EC_GROUP_method_of obtains the EC_METHOD of B. + +EC_GROUP_set_generator sets curve paramaters that must be agreed by all participants using the curve. These +paramaters include the B, the B and the B. The B is a well defined point on the +curve chosen for cryptographic operations. Integers used for point multiplications will be between 0 and +n-1 where n is the B. The B multipied by the B gives the number of points on the curve. + +EC_GROUP_get0_generator returns the generator for the identified B. + +The functions EC_GROUP_get_order and EC_GROUP_get_cofactor populate the provided B and B parameters +with the respective order and cofactors for the B. + +The functions EC_GROUP_set_curve_name and EC_GROUP_get_curve_name, set and get the NID for the curve respectively +(see L). If a curve does not have a NID associated with it, then EC_GROUP_get_curve_name +will return 0. + +The asn1_flag value on a curve is used to determine whether there is a specific ASN1 OID to describe the curve or not. +If the asn1_flag is 1 then this is a named curve with an associated ASN1 OID. If not then asn1_flag is 0. The functions +EC_GROUP_get_asn1_flag and EC_GROUP_set_asn1_flag get and set the status of the asn1_flag for the curve. If set then +the curve_name must also be set. + +The point_coversion_form for a curve controls how EC_POINT data is encoded as ASN1 as defined in X9.62 (ECDSA). +point_conversion_form_t is an enum defined as follows: + + typedef enum { + /** the point is encoded as z||x, where the octet z specifies + * which solution of the quadratic equation y is */ + POINT_CONVERSION_COMPRESSED = 2, + /** the point is encoded as z||x||y, where z is the octet 0x02 */ + POINT_CONVERSION_UNCOMPRESSED = 4, + /** the point is encoded as z||x||y, where the octet z specifies + * which solution of the quadratic equation y is */ + POINT_CONVERSION_HYBRID = 6 + } point_conversion_form_t; + + +For POINT_CONVERSION_UNCOMPRESSED the point is encoded as an octet signifying the UNCOMPRESSED form has been used followed by +the octets for x, followed by the octets for y. + +For any given x co-ordinate for a point on a curve it is possible to derive two possible y values. For +POINT_CONVERSION_COMPRESSED the point is encoded as an octet signifying that the COMPRESSED form has been used AND which of +the two possible solutions for y has been used, followed by the octets for x. + +For POINT_CONVERSION_HYBRID the point is encoded as an octet signifying the HYBRID form has been used AND which of the two +possible solutions for y has been used, followed by the octets for x, followed by the octets for y. + +The functions EC_GROUP_set_point_conversion_form and EC_GROUP_get_point_conversion_form set and get the point_conversion_form +for the curve respectively. + +ANSI X9.62 (ECDSA standard) defines a method of generating the curve parameter b from a random number. This provides advantages +in that a parameter obtained in this way is highly unlikely to be susceptible to special purpose attacks, or have any trapdoors in it. +If the seed is present for a curve then the b parameter was generated in a verifiable fashion using that seed. The OpenSSL EC library +does not use this seed value but does enable you to inspect it using EC_GROUP_get0_seed. This returns a pointer to a memory block +containing the seed that was used. The length of the memory block can be obtained using EC_GROUP_get_seed_len. A number of the +builtin curves within the library provide seed values that can be obtained. It is also possible to set a custom seed using +EC_GROUP_set_seed and passing a pointer to a memory block, along with the length of the seed. Again, the EC library will not use +this seed value, although it will be preserved in any ASN1 based communications. + +EC_GROUP_get_degree gets the degree of the field. For Fp fields this will be the number of bits in p. For F2^m fields this will be +the value m. + +The function EC_GROUP_check_discriminant calculates the discriminant for the curve and verifies that it is valid. +For a curve defined over Fp the discriminant is given by the formula 4*a^3 + 27*b^2 whilst for F2^m curves the discriminant is +simply b. In either case for the curve to be valid the discriminant must be non zero. + +The function EC_GROUP_check performs a number of checks on a curve to verify that it is valid. Checks performed include +verifying that the discriminant is non zero; that a generator has been defined; that the generator is on the curve and has +the correct order. + +EC_GROUP_cmp compares B and B to determine whether they represent the same curve or not. + +The functions EC_GROUP_get_basis_type, EC_GROUP_get_trinomial_basis and EC_GROUP_get_pentanomial_basis should only be called for curves +defined over an F2^m field. Addition and multiplication operations within an F2^m field are performed using an irreducible polynomial +function f(x). This function is either a trinomial of the form: + +f(x) = x^m + x^k + 1 with m > k >= 1 + +or a pentanomial of the form: + +f(x) = x^m + x^k3 + x^k2 + x^k1 + 1 with m > k3 > k2 > k1 >= 1 + +The function EC_GROUP_get_basis_type returns a NID identifying whether a trinomial or pentanomial is in use for the field. The +function EC_GROUP_get_trinomial_basis must only be called where f(x) is of the trinomial form, and returns the value of B. Similary +the function EC_GROUP_get_pentanomial_basis must only be called where f(x) is of the pentanomial form, and returns the values of B, +B and B respectively. + +=head1 RETURN VALUES + +The following functions return 1 on success or 0 on error: EC_GROUP_copy, EC_GROUP_set_generator, EC_GROUP_check, +EC_GROUP_check_discriminant, EC_GROUP_get_trinomial_basis and EC_GROUP_get_pentanomial_basis. + +EC_GROUP_dup returns a pointer to the duplicated curve, or NULL on error. + +EC_GROUP_method_of returns the EC_METHOD implementation in use for the given curve or NULL on error. + +EC_GROUP_get0_generator returns the generator for the given curve or NULL on error. + +EC_GROUP_get_order, EC_GROUP_get_cofactor, EC_GROUP_get_curve_name, EC_GROUP_get_asn1_flag, EC_GROUP_get_point_conversion_form +and EC_GROUP_get_degree return the order, cofactor, curve name (NID), ASN1 flag, point_conversion_form and degree for the +specified curve respectively. If there is no curve name associated with a curve then EC_GROUP_get_curve_name will return 0. + +EC_GROUP_get0_seed returns a pointer to the seed that was used to generate the parameter b, or NULL if the seed is not +specified. EC_GROUP_get_seed_len returns the length of the seed or 0 if the seed is not specified. + +EC_GROUP_set_seed returns the length of the seed that has been set. If the supplied seed is NULL, or the supplied seed length is +0, the the return value will be 1. On error 0 is returned. + +EC_GROUP_cmp returns 0 if the curves are equal, 1 if they are not equal, or -1 on error. + +EC_GROUP_get_basis_type returns the values NID_X9_62_tpBasis or NID_X9_62_ppBasis (as defined in ) for a +trinomial or pentanomial respectively. Alternatively in the event of an error a 0 is returned. + +=head1 SEE ALSO + +L, L, L, +L, L, L, +L, L + +=cut diff --git a/openssl/doc/crypto/EC_GROUP_new.pod b/openssl/doc/crypto/EC_GROUP_new.pod new file mode 100755 index 000000000..ff55bf33a --- /dev/null +++ b/openssl/doc/crypto/EC_GROUP_new.pod @@ -0,0 +1,95 @@ +=pod + +=head1 NAME + +EC_GROUP_new, EC_GROUP_free, EC_GROUP_clear_free, EC_GROUP_new_curve_GFp, EC_GROUP_new_curve_GF2m, EC_GROUP_new_by_curve_name, EC_GROUP_set_curve_GFp, EC_GROUP_get_curve_GFp, EC_GROUP_set_curve_GF2m, EC_GROUP_get_curve_GF2m, EC_get_builtin_curves - Functions for creating and destroying B objects. + +=head1 SYNOPSIS + + #include + #include + + EC_GROUP *EC_GROUP_new(const EC_METHOD *meth); + void EC_GROUP_free(EC_GROUP *group); + void EC_GROUP_clear_free(EC_GROUP *group); + + EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx); + EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx); + EC_GROUP *EC_GROUP_new_by_curve_name(int nid); + + int EC_GROUP_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx); + int EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx); + int EC_GROUP_set_curve_GF2m(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx); + int EC_GROUP_get_curve_GF2m(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx); + + size_t EC_get_builtin_curves(EC_builtin_curve *r, size_t nitems); + +=head1 DESCRIPTION + +Within the library there are two forms of elliptic curve that are of interest. The first form is those defined over the +prime field Fp. The elements of Fp are the integers 0 to p-1, where p is a prime number. This gives us a revised +elliptic curve equation as follows: + +y^2 mod p = x^3 +ax + b mod p + +The second form is those defined over a binary field F2^m where the elements of the field are integers of length at +most m bits. For this form the elliptic curve equation is modified to: + +y^2 + xy = x^3 + ax^2 + b (where b != 0) + +Operations in a binary field are performed relative to an B. All such curves with OpenSSL +use a trinomial or a pentanomial for this parameter. + +A new curve can be constructed by calling EC_GROUP_new, using the implementation provided by B (see +L). It is then necessary to call either EC_GROUP_set_curve_GFp or +EC_GROUP_set_curve_GF2m as appropriate to create a curve defined over Fp or over F2^m respectively. + +EC_GROUP_set_curve_GFp sets the curve parameters B

    , B and B for a curve over Fp stored in B. +EC_group_get_curve_GFp obtains the previously set curve parameters. + +EC_GROUP_set_curve_GF2m sets the equivalent curve parameters for a curve over F2^m. In this case B

    represents +the irreducible polybnomial - each bit represents a term in the polynomial. Therefore there will either be three +or five bits set dependant on whether the polynomial is a trinomial or a pentanomial. +EC_group_get_curve_GF2m obtains the previously set curve parameters. + +The functions EC_GROUP_new_curve_GFp and EC_GROUP_new_curve_GF2m are shortcuts for calling EC_GROUP_new and the +appropriate EC_group_set_curve function. An appropriate default implementation method will be used. + +Whilst the library can be used to create any curve using the functions described above, there are also a number of +predefined curves that are available. In order to obtain a list of all of the predefined curves, call the function +EC_get_builtin_curves. The parameter B should be an array of EC_builtin_curve structures of size B. The function +will populate the B array with information about the builtin curves. If B is less than the total number of +curves available, then the first B curves will be returned. Otherwise the total number of curves will be +provided. The return value is the total number of curves available (whether that number has been populated in B or +not). Passing a NULL B, or setting B to 0 will do nothing other than return the total number of curves available. +The EC_builtin_curve structure is defined as follows: + + typedef struct { + int nid; + const char *comment; + } EC_builtin_curve; + +Each EC_builtin_curve item has a unique integer id (B), and a human readable comment string describing the curve. + +In order to construct a builtin curve use the function EC_GROUP_new_by_curve_name and provide the B of the curve to +be constructed. + +EC_GROUP_free frees the memory associated with the EC_GROUP. + +EC_GROUP_clear_free destroys any sensitive data held within the EC_GROUP and then frees its memory. + +=head1 RETURN VALUES + +All EC_GROUP_new* functions return a pointer to the newly constructed group, or NULL on error. + +EC_get_builtin_curves returns the number of builtin curves that are available. + +EC_GROUP_set_curve_GFp, EC_GROUP_get_curve_GFp, EC_GROUP_set_curve_GF2m, EC_GROUP_get_curve_GF2m return 1 on success or 0 on error. + +=head1 SEE ALSO + +L, L, L, +L, L, L, +L, L + +=cut diff --git a/openssl/doc/crypto/EC_KEY_new.pod b/openssl/doc/crypto/EC_KEY_new.pod new file mode 100755 index 000000000..2027569f4 --- /dev/null +++ b/openssl/doc/crypto/EC_KEY_new.pod @@ -0,0 +1,120 @@ +=pod + +=head1 NAME + +EC_KEY_new, EC_KEY_get_flags, EC_KEY_set_flags, EC_KEY_clear_flags, EC_KEY_new_by_curve_name, EC_KEY_free, EC_KEY_copy, EC_KEY_dup, EC_KEY_up_ref, EC_KEY_get0_group, EC_KEY_set_group, EC_KEY_get0_private_key, EC_KEY_set_private_key, EC_KEY_get0_public_key, EC_KEY_set_public_key, EC_KEY_get_enc_flags, EC_KEY_set_enc_flags, EC_KEY_get_conv_form, EC_KEY_set_conv_form, EC_KEY_get_key_method_data, EC_KEY_insert_key_method_data, EC_KEY_set_asn1_flag, EC_KEY_precompute_mult, EC_KEY_generate_key, EC_KEY_check_key, EC_KEY_set_public_key_affine_coordinates - Functions for creating, destroying and manipulating B objects. + +=head1 SYNOPSIS + + #include + #include + + EC_KEY *EC_KEY_new(void); + int EC_KEY_get_flags(const EC_KEY *key); + void EC_KEY_set_flags(EC_KEY *key, int flags); + void EC_KEY_clear_flags(EC_KEY *key, int flags); + EC_KEY *EC_KEY_new_by_curve_name(int nid); + void EC_KEY_free(EC_KEY *key); + EC_KEY *EC_KEY_copy(EC_KEY *dst, const EC_KEY *src); + EC_KEY *EC_KEY_dup(const EC_KEY *src); + int EC_KEY_up_ref(EC_KEY *key); + const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key); + int EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group); + const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key); + int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *prv); + const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key); + int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub); + unsigned int EC_KEY_get_enc_flags(const EC_KEY *key); + void EC_KEY_set_enc_flags(EC_KEY *eckey, unsigned int flags); + point_conversion_form_t EC_KEY_get_conv_form(const EC_KEY *key); + void EC_KEY_set_conv_form(EC_KEY *eckey, point_conversion_form_t cform); + void *EC_KEY_get_key_method_data(EC_KEY *key, + void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *)); + void EC_KEY_insert_key_method_data(EC_KEY *key, void *data, + void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *)); + void EC_KEY_set_asn1_flag(EC_KEY *eckey, int asn1_flag); + int EC_KEY_precompute_mult(EC_KEY *key, BN_CTX *ctx); + int EC_KEY_generate_key(EC_KEY *key); + int EC_KEY_check_key(const EC_KEY *key); + int EC_KEY_set_public_key_affine_coordinates(EC_KEY *key, BIGNUM *x, BIGNUM *y); + +=head1 DESCRIPTION + +An EC_KEY represents a public key and (optionaly) an associated private key. A new EC_KEY (with no associated curve) can be constructed by calling EC_KEY_new. +The reference count for the newly created EC_KEY is initially set to 1. A curve can be associated with the EC_KEY by calling +EC_KEY_set_group. + +Alternatively a new EC_KEY can be constructed by calling EC_KEY_new_by_curve_name and supplying the nid of the associated curve. Refer to L for a description of curve names. This function simply wraps calls to EC_KEY_new and +EC_GROUP_new_by_curve_name. + +Calling EC_KEY_free decrements the reference count for the EC_KEY object, and if it has dropped to zero then frees the memory associated +with it. + +EC_KEY_copy copies the contents of the EC_KEY in B into B. + +EC_KEY_dup creates a new EC_KEY object and copies B into it. + +EC_KEY_up_ref increments the reference count associated with the EC_KEY object. + +EC_KEY_generate_key generates a new public and private key for the supplied B object. B must have an EC_GROUP object +associated with it before calling this function. The private key is a random integer (0 < priv_key < order, where order is the order +of the EC_GROUP object). The public key is an EC_POINT on the curve calculated by multiplying the generator for the curve by the +private key. + +EC_KEY_check_key performs various sanity checks on the EC_KEY object to confirm that it is valid. + +EC_KEY_set_public_key_affine_coordinates sets the public key for B based on its affine co-ordinates, i.e. it constructs an EC_POINT +object based on the supplied B and B values and sets the public key to be this EC_POINT. It will also performs certain sanity checks +on the key to confirm that it is valid. + +The functions EC_KEY_get0_group, EC_KEY_set_group, EC_KEY_get0_private_key, EC_KEY_set_private_key, EC_KEY_get0_public_key, and EC_KEY_set_public_key get and set the EC_GROUP object, the private key and the EC_POINT public key for the B respectively. + +The functions EC_KEY_get_enc_flags and EC_KEY_set_enc_flags get and set the value of the encoding flags for the B. There are two encoding +flags currently defined - EC_PKEY_NO_PARAMETERS and EC_PKEY_NO_PUBKEY. These flags define the behaviour of how the B is +converted into ASN1 in a call to i2d_ECPrivateKey. If EC_PKEY_NO_PARAMETERS is set then the public parameters for the curve are not encoded +along with the private key. If EC_PKEY_NO_PUBKEY is set then the public key is not encoded along with the private key. + +When reading a private key encoded with EC_PKEY_NO_PUBKEY, +d2i_ECPrivateKey generates the missing public key +automatically. Private keys encoded with EC_PKEY_NO_PARAMETERS cannot +be loaded using d2i_ECPrivateKey. + +The functions EC_KEY_get_conv_form and EC_KEY_set_conv_form get and set the point_conversion_form for the B. For a description +of point_conversion_forms please refer to L. + +EC_KEY_insert_key_method_data and EC_KEY_get_key_method_data enable the caller to associate arbitary additional data specific to the +elliptic curve scheme being used with the EC_KEY object. This data is treated as a "black box" by the ec library. The data to be stored by EC_KEY_insert_key_method_data is provided in the B parameter, which must have have associated functions for duplicating, freeing and "clear_freeing" the data item. If a subsequent EC_KEY_get_key_method_data call is issued, the functions for duplicating, freeing and "clear_freeing" the data item must be provided again, and they must be the same as they were when the data item was inserted. + +EC_KEY_set_flags sets the flags in the B parameter on the EC_KEY object. Any flags that are already set are left set. The currently defined standard flags are EC_FLAG_NON_FIPS_ALLOW and EC_FLAG_FIPS_CHECKED. In addition there is the flag EC_FLAG_COFACTOR_ECDH which is specific to ECDH and is defined in ecdh.h. EC_KEY_get_flags returns the current flags that are set for this EC_KEY. EC_KEY_clear_flags clears the flags indicated by the B parameter. All other flags are left in their existing state. + +EC_KEY_set_asn1_flag sets the asn1_flag on the underlying EC_GROUP object (if set). Refer to L for further information on the asn1_flag. + +EC_KEY_precompute_mult stores multiples of the underlying EC_GROUP generator for faster point multiplication. See also L. + + +=head1 RETURN VALUES + +EC_KEY_new, EC_KEY_new_by_curve_name and EC_KEY_dup return a pointer to the newly created EC_KEY object, or NULL on error. + +EC_KEY_get_flags returns the flags associated with the EC_KEY object as an integer. + +EC_KEY_copy returns a pointer to the destination key, or NULL on error. + +EC_KEY_up_ref, EC_KEY_set_group, EC_KEY_set_private_key, EC_KEY_set_public_key, EC_KEY_precompute_mult, EC_KEY_generate_key, EC_KEY_check_key and EC_KEY_set_public_key_affine_coordinates return 1 on success or 0 on error. + +EC_KEY_get0_group returns the EC_GROUP associated with the EC_KEY. + +EC_KEY_get0_private_key returns the private key associated with the EC_KEY. + +EC_KEY_get_enc_flags returns the value of the current encoding flags for the EC_KEY. + +EC_KEY_get_conv_form return the point_conversion_form for the EC_KEY. + + +=head1 SEE ALSO + +L, L, L, L, +L, L, +L, L + +=cut diff --git a/openssl/doc/crypto/EC_POINT_add.pod b/openssl/doc/crypto/EC_POINT_add.pod new file mode 100755 index 000000000..ae9264084 --- /dev/null +++ b/openssl/doc/crypto/EC_POINT_add.pod @@ -0,0 +1,72 @@ +=pod + +=head1 NAME + +EC_POINT_add, EC_POINT_dbl, EC_POINT_invert, EC_POINT_is_at_infinity, EC_POINT_is_on_curve, EC_POINT_cmp, EC_POINT_make_affine, EC_POINTs_make_affine, EC_POINTs_mul, EC_POINT_mul, EC_GROUP_precompute_mult, EC_GROUP_have_precompute_mult - Functions for performing mathematical operations and tests on B objects. + +=head1 SYNOPSIS + + #include + #include + + int EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx); + int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx); + int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx); + int EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *p); + int EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx); + int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx); + int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx); + int EC_POINTs_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx); + int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, size_t num, const EC_POINT *p[], const BIGNUM *m[], BN_CTX *ctx); + int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, const EC_POINT *q, const BIGNUM *m, BN_CTX *ctx); + int EC_GROUP_precompute_mult(EC_GROUP *group, BN_CTX *ctx); + int EC_GROUP_have_precompute_mult(const EC_GROUP *group); + + +=head1 DESCRIPTION + +EC_POINT_add adds the two points B and B and places the result in B. Similarly EC_POINT_dbl doubles the point B and places the +result in B. In both cases it is valid for B to be one of B or B. + +EC_POINT_invert calculates the inverse of the supplied point B. The result is placed back in B. + +The function EC_POINT_is_at_infinity tests whether the supplied point is at infinity or not. + +EC_POINT_is_on_curve tests whether the supplied point is on the curve or not. + +EC_POINT_cmp compares the two supplied points and tests whether or not they are equal. + +The functions EC_POINT_make_affine and EC_POINTs_make_affine force the internal representation of the EC_POINT(s) into the affine +co-ordinate system. In the case of EC_POINTs_make_affine the value B provides the number of points in the array B to be +forced. + +EC_POINT_mul calculates the value generator * B + B * B and stores the result in B. The value B may be NULL in which case the result is just B * B. + +EC_POINTs_mul calculates the value generator * B + B * B + ... + B * B. As for EC_POINT_mul the value +B may be NULL. + +The function EC_GROUP_precompute_mult stores multiples of the generator for faster point multiplication, whilst +EC_GROUP_have_precompute_mult tests whether precomputation has already been done. See L for information +about the generator. + + +=head1 RETURN VALUES + +The following functions return 1 on success or 0 on error: EC_POINT_add, EC_POINT_dbl, EC_POINT_invert, EC_POINT_make_affine, +EC_POINTs_make_affine, EC_POINTs_make_affine, EC_POINT_mul, EC_POINTs_mul and EC_GROUP_precompute_mult. + +EC_POINT_is_at_infinity returns 1 if the point is at infinity, or 0 otherwise. + +EC_POINT_is_on_curve returns 1 if the point is on the curve, 0 if not, or -1 on error. + +EC_POINT_cmp returns 1 if the points are not equal, 0 if they are, or -1 on error. + +EC_GROUP_have_precompute_mult return 1 if a precomputation has been done, or 0 if not. + +=head1 SEE ALSO + +L, L, L, L, +L, L, +L, L + +=cut diff --git a/openssl/doc/crypto/EC_POINT_new.pod b/openssl/doc/crypto/EC_POINT_new.pod new file mode 100755 index 000000000..69eb0d1a0 --- /dev/null +++ b/openssl/doc/crypto/EC_POINT_new.pod @@ -0,0 +1,123 @@ +=pod + +=head1 NAME + +EC_POINT_new, EC_POINT_free, EC_POINT_clear_free, EC_POINT_copy, EC_POINT_dup, EC_POINT_method_of, EC_POINT_set_to_infinity, EC_POINT_set_Jprojective_coordinates, EC_POINT_get_Jprojective_coordinates_GFp, EC_POINT_set_affine_coordinates_GFp, EC_POINT_get_affine_coordinates_GFp, EC_POINT_set_compressed_coordinates_GFp, EC_POINT_set_affine_coordinates_GF2m, EC_POINT_get_affine_coordinates_GF2m, EC_POINT_set_compressed_coordinates_GF2m, EC_POINT_point2oct, EC_POINT_oct2point, EC_POINT_point2bn, EC_POINT_bn2point, EC_POINT_point2hex, EC_POINT_hex2point - Functions for creating, destroying and manipulating B objects. + +=head1 SYNOPSIS + + #include + #include + + EC_POINT *EC_POINT_new(const EC_GROUP *group); + void EC_POINT_free(EC_POINT *point); + void EC_POINT_clear_free(EC_POINT *point); + int EC_POINT_copy(EC_POINT *dst, const EC_POINT *src); + EC_POINT *EC_POINT_dup(const EC_POINT *src, const EC_GROUP *group); + const EC_METHOD *EC_POINT_method_of(const EC_POINT *point); + int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point); + int EC_POINT_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *p, + const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx); + int EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP *group, + const EC_POINT *p, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx); + int EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *p, + const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx); + int EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, + const EC_POINT *p, BIGNUM *x, BIGNUM *y, BN_CTX *ctx); + int EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *p, + const BIGNUM *x, int y_bit, BN_CTX *ctx); + int EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *group, EC_POINT *p, + const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx); + int EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group, + const EC_POINT *p, BIGNUM *x, BIGNUM *y, BN_CTX *ctx); + int EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *p, + const BIGNUM *x, int y_bit, BN_CTX *ctx); + size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *p, + point_conversion_form_t form, + unsigned char *buf, size_t len, BN_CTX *ctx); + int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *p, + const unsigned char *buf, size_t len, BN_CTX *ctx); + BIGNUM *EC_POINT_point2bn(const EC_GROUP *, const EC_POINT *, + point_conversion_form_t form, BIGNUM *, BN_CTX *); + EC_POINT *EC_POINT_bn2point(const EC_GROUP *, const BIGNUM *, + EC_POINT *, BN_CTX *); + char *EC_POINT_point2hex(const EC_GROUP *, const EC_POINT *, + point_conversion_form_t form, BN_CTX *); + EC_POINT *EC_POINT_hex2point(const EC_GROUP *, const char *, + EC_POINT *, BN_CTX *); + + +=head1 DESCRIPTION + +An EC_POINT represents a point on a curve. A new point is constructed by calling the function EC_POINT_new and providing the B +object that the point relates to. + +EC_POINT_free frees the memory associated with the EC_POINT. + +EC_POINT_clear_free destroys any sensitive data held within the EC_POINT and then frees its memory. + +EC_POINT_copy copies the point B into B. Both B and B must use the same EC_METHOD. + +EC_POINT_dup creates a new EC_POINT object and copies the content from B to the newly created +EC_POINT object. + +EC_POINT_method_of obtains the EC_METHOD associated with B. + +A valid point on a curve is the special point at infinity. A point is set to be at infinity by calling EC_POINT_set_to_infinity. + +The affine co-ordinates for a point describe a point in terms of its x and y position. The functions +EC_POINT_set_affine_coordinates_GFp and EC_POINT_set_affine_coordinates_GF2m set the B and B co-ordinates for the point +B

    defined over the curve given in B. + +As well as the affine co-ordinates, a point can alternatively be described in terms of its Jacobian +projective co-ordinates (for Fp curves only). Jacobian projective co-ordinates are expressed as three values x, y and z. Working in +this co-ordinate system provides more efficient point multiplication operations. +A mapping exists between Jacobian projective co-ordinates and affine co-ordinates. A Jacobian projective co-ordinate (x, y, z) can be written as an affine co-ordinate as (x/(z^2), y/(z^3)). Conversion to Jacobian projective to affine co-ordinates is simple. The co-ordinate (x, y) is +mapped to (x, y, 1). To set or get the projective co-ordinates use EC_POINT_set_Jprojective_coordinates_GFp and +EC_POINT_get_Jprojective_coordinates_GFp respectively. + +Points can also be described in terms of their compressed co-ordinates. For a point (x, y), for any given value for x such that the point is +on the curve there will only ever be two possible values for y. Therefore a point can be set using the EC_POINT_set_compressed_coordinates_GFp +and EC_POINT_set_compressed_coordinates_GF2m functions where B is the x co-ordinate and B is a value 0 or 1 to identify which of +the two possible values for y should be used. + +In addition EC_POINTs can be converted to and from various external representations. Supported representations are octet strings, BIGNUMs and hexadecimal. The format of the external representation is described by the point_conversion_form. See L for +a description of point_conversion_form. Octet strings are stored in a buffer along with an associated buffer length. A point held in a BIGNUM is calculated by converting the point to an octet string and then converting that octet string into a BIGNUM integer. Points in hexadecimal format are stored in a NULL terminated character string where each character is one of the printable values 0-9 or A-F (or a-f). + +The functions EC_POINT_point2oct, EC_POINT_oct2point, EC_POINT_point2bn, EC_POINT_bn2point, EC_POINT_point2hex and EC_POINT_hex2point convert +from and to EC_POINTs for the formats: octet string, BIGNUM and hexadecimal respectively. + +The function EC_POINT_point2oct must be supplied with a buffer long enough to store the octet string. The return value provides the number of +octets stored. Calling the function with a NULL buffer will not perform the conversion but will still return the required buffer length. + +The function EC_POINT_point2hex will allocate sufficient memory to store the hexadecimal string. It is the caller's responsibility to free +this memory with a subsequent call to OPENSSL_free(). + +=head1 RETURN VALUES + +EC_POINT_new and EC_POINT_dup return the newly allocated EC_POINT or NULL on error. + +The following functions return 1 on success or 0 on error: EC_POINT_copy, EC_POINT_set_to_infinity, EC_POINT_set_Jprojective_coordinates_GFp, +EC_POINT_get_Jprojective_coordinates_GFp, EC_POINT_set_affine_coordinates_GFp, EC_POINT_get_affine_coordinates_GFp, +EC_POINT_set_compressed_coordinates_GFp, EC_POINT_set_affine_coordinates_GF2m, EC_POINT_get_affine_coordinates_GF2m, +EC_POINT_set_compressed_coordinates_GF2m and EC_POINT_oct2point. + +EC_POINT_method_of returns the EC_METHOD associated with the supplied EC_POINT. + +EC_POINT_point2oct returns the length of the required buffer, or 0 on error. + +EC_POINT_point2bn returns the pointer to the BIGNUM supplied, or NULL on error. + +EC_POINT_bn2point returns the pointer to the EC_POINT supplied, or NULL on error. + +EC_POINT_point2hex returns a pointer to the hex string, or NULL on error. + +EC_POINT_hex2point returns the pointer to the EC_POINT supplied, or NULL on error. + +=head1 SEE ALSO + +L, L, L, L, +L, L, +L, L + +=cut diff --git a/openssl/doc/crypto/ERR_remove_state.pod b/openssl/doc/crypto/ERR_remove_state.pod index 72925fb9f..a4d38c17f 100644 --- a/openssl/doc/crypto/ERR_remove_state.pod +++ b/openssl/doc/crypto/ERR_remove_state.pod @@ -2,26 +2,35 @@ =head1 NAME -ERR_remove_state - free a thread's error queue +ERR_remove_thread_state, ERR_remove_state - free a thread's error queue =head1 SYNOPSIS #include + void ERR_remove_thread_state(const CRYPTO_THREADID *tid); + +Deprecated: + void ERR_remove_state(unsigned long pid); =head1 DESCRIPTION -ERR_remove_state() frees the error queue associated with thread B. -If B == 0, the current thread will have its error queue removed. +ERR_remove_thread_state() frees the error queue associated with thread B. +If B == B, the current thread will have its error queue removed. Since error queue data structures are allocated automatically for new threads, they must be freed when threads are terminated in order to avoid memory leaks. +ERR_remove_state is deprecated and has been replaced by +ERR_remove_thread_state. Since threads in OpenSSL are no longer identified +by unsigned long values any argument to this function is ignored. Calling +ERR_remove_state is equivalent to B. + =head1 RETURN VALUE -ERR_remove_state() returns no value. +ERR_remove_thread_state and ERR_remove_state() return no value. =head1 SEE ALSO @@ -29,6 +38,8 @@ L =head1 HISTORY -ERR_remove_state() is available in all versions of SSLeay and OpenSSL. +ERR_remove_state() is available in all versions of SSLeay and OpenSSL. It +was deprecated in OpenSSL 1.0.0 when ERR_remove_thread_state was introduced +and thread IDs were introduced to identify threads instead of 'unsigned long'. =cut diff --git a/openssl/doc/crypto/EVP_BytesToKey.pod b/openssl/doc/crypto/EVP_BytesToKey.pod index 0ea7d55c0..5d6059528 100644 --- a/openssl/doc/crypto/EVP_BytesToKey.pod +++ b/openssl/doc/crypto/EVP_BytesToKey.pod @@ -36,8 +36,8 @@ If the total key and IV length is less than the digest length and B is used then the derivation algorithm is compatible with PKCS#5 v1.5 otherwise a non standard extension is used to derive the extra data. -Newer applications should use more standard algorithms such as PKCS#5 -v2.0 for key derivation. +Newer applications should use more standard algorithms such as PBKDF2 as +defined in PKCS#5v2.1 for key derivation. =head1 KEY DERIVATION ALGORITHM @@ -55,7 +55,10 @@ the IV. =head1 RETURN VALUES -EVP_BytesToKey() returns the size of the derived key in bytes. +If B is NULL, then EVP_BytesToKey() returns the number of bytes +needed to store the derived key. +Otherwise, EVP_BytesToKey() returns the size of the derived key in bytes, +or 0 on error. =head1 SEE ALSO diff --git a/openssl/doc/crypto/EVP_DigestInit.pod b/openssl/doc/crypto/EVP_DigestInit.pod index ac526bb6d..0895e8c39 100644 --- a/openssl/doc/crypto/EVP_DigestInit.pod +++ b/openssl/doc/crypto/EVP_DigestInit.pod @@ -4,10 +4,10 @@ EVP_MD_CTX_init, EVP_MD_CTX_create, EVP_DigestInit_ex, EVP_DigestUpdate, EVP_DigestFinal_ex, EVP_MD_CTX_cleanup, EVP_MD_CTX_destroy, EVP_MAX_MD_SIZE, -EVP_MD_CTX_copy_ex, EVP_MD_CTX_copy, EVP_MD_type, EVP_MD_pkey_type, EVP_MD_size, -EVP_MD_block_size, EVP_MD_CTX_md, EVP_MD_CTX_size, EVP_MD_CTX_block_size, EVP_MD_CTX_type, -EVP_md_null, EVP_md2, EVP_md5, EVP_sha, EVP_sha1, EVP_sha224, EVP_sha256, -EVP_sha384, EVP_sha512, EVP_dss, EVP_dss1, EVP_mdc2, +EVP_MD_CTX_copy_ex, EVP_DigestInit, EVP_DigestFinal, EVP_MD_CTX_copy, EVP_MD_type, +EVP_MD_pkey_type, EVP_MD_size, EVP_MD_block_size, EVP_MD_CTX_md, EVP_MD_CTX_size, +EVP_MD_CTX_block_size, EVP_MD_CTX_type, EVP_md_null, EVP_md2, EVP_md5, EVP_sha, EVP_sha1, +EVP_sha224, EVP_sha256, EVP_sha384, EVP_sha512, EVP_dss, EVP_dss1, EVP_mdc2, EVP_ripemd160, EVP_get_digestbyname, EVP_get_digestbynid, EVP_get_digestbyobj - EVP digest routines @@ -270,7 +270,7 @@ and EVP_DigestFinal_ex() were added in OpenSSL 0.9.7. EVP_md_null(), EVP_md2(), EVP_md5(), EVP_sha(), EVP_sha1(), EVP_dss(), EVP_dss1(), EVP_mdc2() and EVP_ripemd160() were -changed to return truely const EVP_MD * in OpenSSL 0.9.7. +changed to return truly const EVP_MD * in OpenSSL 0.9.7. The link between digests and signing algorithms was fixed in OpenSSL 1.0 and later, so now EVP_sha1() can be used with RSA and DSA; there is no need to diff --git a/openssl/doc/crypto/EVP_DigestVerifyInit.pod b/openssl/doc/crypto/EVP_DigestVerifyInit.pod index cfeccd96e..e0217e40c 100644 --- a/openssl/doc/crypto/EVP_DigestVerifyInit.pod +++ b/openssl/doc/crypto/EVP_DigestVerifyInit.pod @@ -11,7 +11,7 @@ EVP_DigestVerifyInit, EVP_DigestVerifyUpdate, EVP_DigestVerifyFinal - EVP signat int EVP_DigestVerifyInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey); int EVP_DigestVerifyUpdate(EVP_MD_CTX *ctx, const void *d, unsigned int cnt); - int EVP_DigestVerifyFinal(EVP_MD_CTX *ctx, unsigned char *sig, size_t siglen); + int EVP_DigestVerifyFinal(EVP_MD_CTX *ctx, const unsigned char *sig, size_t siglen); =head1 DESCRIPTION diff --git a/openssl/doc/crypto/EVP_EncryptInit.pod b/openssl/doc/crypto/EVP_EncryptInit.pod index 4e22edcd6..fb6036f95 100644 --- a/openssl/doc/crypto/EVP_EncryptInit.pod +++ b/openssl/doc/crypto/EVP_EncryptInit.pod @@ -16,7 +16,17 @@ EVP_CIPHER_CTX_nid, EVP_CIPHER_CTX_block_size, EVP_CIPHER_CTX_key_length, EVP_CIPHER_CTX_iv_length, EVP_CIPHER_CTX_get_app_data, EVP_CIPHER_CTX_set_app_data, EVP_CIPHER_CTX_type, EVP_CIPHER_CTX_flags, EVP_CIPHER_CTX_mode, EVP_CIPHER_param_to_asn1, EVP_CIPHER_asn1_to_param, -EVP_CIPHER_CTX_set_padding - EVP cipher routines +EVP_CIPHER_CTX_set_padding, EVP_enc_null, EVP_des_cbc, EVP_des_ecb, +EVP_des_cfb, EVP_des_ofb, EVP_des_ede_cbc, EVP_des_ede, EVP_des_ede_ofb, +EVP_des_ede_cfb, EVP_des_ede3_cbc, EVP_des_ede3, EVP_des_ede3_ofb, +EVP_des_ede3_cfb, EVP_desx_cbc, EVP_rc4, EVP_rc4_40, EVP_idea_cbc, +EVP_idea_ecb, EVP_idea_cfb, EVP_idea_ofb, EVP_idea_cbc, EVP_rc2_cbc, +EVP_rc2_ecb, EVP_rc2_cfb, EVP_rc2_ofb, EVP_rc2_40_cbc, EVP_rc2_64_cbc, +EVP_bf_cbc, EVP_bf_ecb, EVP_bf_cfb, EVP_bf_ofb, EVP_cast5_cbc, +EVP_cast5_ecb, EVP_cast5_cfb, EVP_cast5_ofb, EVP_rc5_32_12_16_cbc, +EVP_rc5_32_12_16_ecb, EVP_rc5_32_12_16_cfb, EVP_rc5_32_12_16_ofb, +EVP_aes_128_gcm, EVP_aes_192_gcm, EVP_aes_256_gcm, EVP_aes_128_ccm, +EVP_aes_192_ccm, EVP_aes_256_ccm - EVP cipher routines =head1 SYNOPSIS @@ -115,7 +125,7 @@ writes the encrypted version to B. This function can be called multiple times to encrypt successive blocks of data. The amount of data written depends on the block alignment of the encrypted data: as a result the amount of data written may be anything from zero bytes -to (inl + cipher_block_size - 1) so B should contain sufficient +to (inl + cipher_block_size - 1) so B should contain sufficient room. The actual number of bytes written is placed in B. If padding is enabled (the default) then EVP_EncryptFinal_ex() encrypts @@ -231,8 +241,7 @@ or the parameters cannot be set (for example the RC2 effective key length is not supported. EVP_CIPHER_CTX_ctrl() allows various cipher specific parameters to be determined -and set. Currently only the RC2 effective key length and the number of rounds of -RC5 can be set. +and set. =head1 RETURN VALUES @@ -338,8 +347,88 @@ RC5 encryption algorithm in CBC, ECB, CFB and OFB modes respectively. This is a cipher with an additional "number of rounds" parameter. By default the key length is set to 128 bits and 12 rounds. +=item EVP_aes_128_gcm(void), EVP_aes_192_gcm(void), EVP_aes_256_gcm(void) + +AES Galois Counter Mode (GCM) for 128, 192 and 256 bit keys respectively. +These ciphers require additional control operations to function correctly: see +L section below for details. + +=item EVP_aes_128_ccm(void), EVP_aes_192_ccm(void), EVP_aes_256_ccm(void) + +AES Counter with CBC-MAC Mode (CCM) for 128, 192 and 256 bit keys respectively. +These ciphers require additional control operations to function correctly: see +CCM mode section below for details. + =back +=head1 GCM Mode + +For GCM mode ciphers the behaviour of the EVP interface is subtly altered and +several GCM specific ctrl operations are supported. + +To specify any additional authenticated data (AAD) a call to EVP_CipherUpdate(), +EVP_EncryptUpdate() or EVP_DecryptUpdate() should be made with the output +parameter B set to B. + +When decrypting the return value of EVP_DecryptFinal() or EVP_CipherFinal() +indicates if the operation was successful. If it does not indicate success +the authentication operation has failed and any output data B +be used as it is corrupted. + +The following ctrls are supported in GCM mode: + + EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_GCM_SET_IVLEN, ivlen, NULL); + +Sets the GCM IV length: this call can only be made before specifying an IV. If +not called a default IV length is used (96 bits for AES). + + EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_GCM_GET_TAG, taglen, tag); + +Writes B bytes of the tag value to the buffer indicated by B. +This call can only be made when encrypting data and B all data has been +processed (e.g. after an EVP_EncryptFinal() call). + + EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_GCM_SET_TAG, taglen, tag); + +Sets the expected tag to B bytes from B. This call is only legal +when decrypting data and must be made B any data is processed (e.g. +before any EVP_DecryptUpdate() call). + +See L below for an example of the use of GCM mode. + +=head1 CCM Mode + +The behaviour of CCM mode ciphers is similar to CCM mode but with a few +additional requirements and different ctrl values. + +Like GCM mode any additional authenticated data (AAD) is passed by calling +EVP_CipherUpdate(), EVP_EncryptUpdate() or EVP_DecryptUpdate() with the output +parameter B set to B. Additionally the total plaintext or ciphertext +length B be passed to EVP_CipherUpdate(), EVP_EncryptUpdate() or +EVP_DecryptUpdate() with the output and input parameters (B and B) +set to B and the length passed in the B parameter. + +The following ctrls are supported in CCM mode: + + EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_CCM_SET_TAG, taglen, tag); + +This call is made to set the expected B tag value when decrypting or +the length of the tag (with the B parameter set to NULL) when encrypting. +The tag length is often referred to as B. If not set a default value is +used (12 for AES). + + EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_CCM_SET_L, ivlen, NULL); + +Sets the CCM B value. If not set a default is used (8 for AES). + + EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_CCM_SET_IVLEN, ivlen, NULL); + +Sets the CCM nonce (IV) length: this call can only be made before specifying +an nonce value. The nonce length is given by B<15 - L> so it is 7 by default +for AES. + + + =head1 NOTES Where possible the B interface to symmetric ciphers should be used in diff --git a/openssl/doc/crypto/EVP_PKEY_CTX_ctrl.pod b/openssl/doc/crypto/EVP_PKEY_CTX_ctrl.pod index 13b91f1e6..44b5fdb7f 100644 --- a/openssl/doc/crypto/EVP_PKEY_CTX_ctrl.pod +++ b/openssl/doc/crypto/EVP_PKEY_CTX_ctrl.pod @@ -2,7 +2,13 @@ =head1 NAME -EVP_PKEY_ctrl, EVP_PKEY_ctrl_str - algorithm specific control operations +EVP_PKEY_CTX_ctrl, EVP_PKEY_CTX_ctrl_str, EVP_PKEY_get_default_digest_nid, +EVP_PKEY_CTX_set_signature_md, EVP_PKEY_CTX_set_rsa_padding, +EVP_PKEY_CTX_set_rsa_pss_saltlen, EVP_PKEY_CTX_set_rsa_rsa_keygen_bits, +EVP_PKEY_CTX_set_rsa_keygen_pubexp, EVP_PKEY_CTX_set_dsa_paramgen_bits, +EVP_PKEY_CTX_set_dh_paramgen_prime_len, +EVP_PKEY_CTX_set_dh_paramgen_generator, +EVP_PKEY_CTX_set_ec_paramgen_curve_nid - algorithm specific control operations =head1 SYNOPSIS @@ -45,7 +51,7 @@ B and B. Applications will not normally call EVP_PKEY_CTX_ctrl() directly but will instead call one of the algorithm specific macros below. -The function EVP_PKEY_ctrl_str() allows an application to send an algorithm +The function EVP_PKEY_CTX_ctrl_str() allows an application to send an algorithm specific control operation to a context B in string form. This is intended to be used for options specified on the command line or in text files. The commands supported are documented in the openssl utility diff --git a/openssl/doc/crypto/EVP_PKEY_cmp.pod b/openssl/doc/crypto/EVP_PKEY_cmp.pod index 4f8185e36..0ff027c0d 100644 --- a/openssl/doc/crypto/EVP_PKEY_cmp.pod +++ b/openssl/doc/crypto/EVP_PKEY_cmp.pod @@ -23,10 +23,10 @@ doesn't use parameters. The function EVP_PKEY_copy_parameters() copies the parameters from key B to key B. -The funcion EVP_PKEY_cmp_parameters() compares the parameters of keys +The function EVP_PKEY_cmp_parameters() compares the parameters of keys B and B. -The funcion EVP_PKEY_cmp() compares the public key components and paramters +The function EVP_PKEY_cmp() compares the public key components and paramters (if present) of keys B and B. =head1 NOTES diff --git a/openssl/doc/crypto/EVP_PKEY_encrypt.pod b/openssl/doc/crypto/EVP_PKEY_encrypt.pod index e495a8124..6799ce101 100644 --- a/openssl/doc/crypto/EVP_PKEY_encrypt.pod +++ b/openssl/doc/crypto/EVP_PKEY_encrypt.pod @@ -43,19 +43,23 @@ indicates the operation is not supported by the public key algorithm. =head1 EXAMPLE -Encrypt data using OAEP (for RSA keys): +Encrypt data using OAEP (for RSA keys). See also L or +L for means to load a public key. You may also simply +set 'eng = NULL;' to start with the default OpenSSL RSA implementation: #include #include + #include EVP_PKEY_CTX *ctx; + ENGINE *eng; unsigned char *out, *in; size_t outlen, inlen; EVP_PKEY *key; - /* NB: assumes key in, inlen are already set up + /* NB: assumes eng, key, in, inlen are already set up, * and that key is an RSA public key */ - ctx = EVP_PKEY_CTX_new(key); + ctx = EVP_PKEY_CTX_new(key,eng); if (!ctx) /* Error occurred */ if (EVP_PKEY_encrypt_init(ctx) <= 0) @@ -79,6 +83,8 @@ Encrypt data using OAEP (for RSA keys): =head1 SEE ALSO +L, +L, L, L, L, diff --git a/openssl/doc/crypto/OPENSSL_VERSION_NUMBER.pod b/openssl/doc/crypto/OPENSSL_VERSION_NUMBER.pod index c39ac35e7..f7ca7cb79 100644 --- a/openssl/doc/crypto/OPENSSL_VERSION_NUMBER.pod +++ b/openssl/doc/crypto/OPENSSL_VERSION_NUMBER.pod @@ -17,7 +17,7 @@ OPENSSL_VERSION_NUMBER, SSLeay, SSLeay_version - get OpenSSL version number OPENSSL_VERSION_NUMBER is a numeric release version identifier: - MMNNFFPPS: major minor fix patch status + MNNFFPPS: major minor fix patch status The status nibble has one of the values 0 for development, 1 to e for betas 1 to 14, and f for release. diff --git a/openssl/doc/crypto/OPENSSL_ia32cap.pod b/openssl/doc/crypto/OPENSSL_ia32cap.pod index 2e659d34a..90156d219 100644 --- a/openssl/doc/crypto/OPENSSL_ia32cap.pod +++ b/openssl/doc/crypto/OPENSSL_ia32cap.pod @@ -2,42 +2,95 @@ =head1 NAME -OPENSSL_ia32cap - finding the IA-32 processor capabilities +OPENSSL_ia32cap, OPENSSL_ia32cap_loc - the IA-32 processor capabilities vector =head1 SYNOPSIS - unsigned long *OPENSSL_ia32cap_loc(void); - #define OPENSSL_ia32cap (*(OPENSSL_ia32cap_loc())) + unsigned int *OPENSSL_ia32cap_loc(void); + #define OPENSSL_ia32cap ((OPENSSL_ia32cap_loc())[0]) =head1 DESCRIPTION Value returned by OPENSSL_ia32cap_loc() is address of a variable -containing IA-32 processor capabilities bit vector as it appears in EDX -register after executing CPUID instruction with EAX=1 input value (see -Intel Application Note #241618). Naturally it's meaningful on IA-32[E] -platforms only. The variable is normally set up automatically upon -toolkit initialization, but can be manipulated afterwards to modify -crypto library behaviour. For the moment of this writing six bits are -significant, namely: - -1. bit #28 denoting Hyperthreading, which is used to distiguish - cores with shared cache; -2. bit #26 denoting SSE2 support; -3. bit #25 denoting SSE support; -4. bit #23 denoting MMX support; -5. bit #20, reserved by Intel, is used to choose between RC4 code - pathes; -6. bit #4 denoting presence of Time-Stamp Counter. +containing IA-32 processor capabilities bit vector as it appears in +EDX:ECX register pair after executing CPUID instruction with EAX=1 +input value (see Intel Application Note #241618). Naturally it's +meaningful on x86 and x86_64 platforms only. The variable is normally +set up automatically upon toolkit initialization, but can be +manipulated afterwards to modify crypto library behaviour. For the +moment of this writing following bits are significant: + +=over + +=item bit #4 denoting presence of Time-Stamp Counter. + +=item bit #19 denoting availability of CLFLUSH instruction; + +=item bit #20, reserved by Intel, is used to choose among RC4 code paths; + +=item bit #23 denoting MMX support; + +=item bit #24, FXSR bit, denoting availability of XMM registers; + +=item bit #25 denoting SSE support; + +=item bit #26 denoting SSE2 support; + +=item bit #28 denoting Hyperthreading, which is used to distinguish +cores with shared cache; + +=item bit #30, reserved by Intel, denotes specifically Intel CPUs; + +=item bit #33 denoting availability of PCLMULQDQ instruction; + +=item bit #41 denoting SSSE3, Supplemental SSE3, support; + +=item bit #43 denoting AMD XOP support (forced to zero on non-AMD CPUs); + +=item bit #57 denoting AES-NI instruction set extension; + +=item bit #59, OSXSAVE bit, denoting availability of YMM registers; + +=item bit #60 denoting AVX extension; + +=item bit #62 denoting availability of RDRAND instruction; + +=back For example, clearing bit #26 at run-time disables high-performance -SSE2 code present in the crypto library. You might have to do this if -target OpenSSL application is executed on SSE2 capable CPU, but under -control of OS which does not support SSE2 extentions. Even though you -can manipulate the value programmatically, you most likely will find it -more appropriate to set up an environment variable with the same name -prior starting target application, e.g. on Intel P4 processor 'env -OPENSSL_ia32cap=0x12900010 apps/openssl', to achieve same effect -without modifying the application source code. Alternatively you can -reconfigure the toolkit with no-sse2 option and recompile. - -=cut +SSE2 code present in the crypto library, while clearing bit #24 +disables SSE2 code operating on 128-bit XMM register bank. You might +have to do the latter if target OpenSSL application is executed on SSE2 +capable CPU, but under control of OS that does not enable XMM +registers. Even though you can manipulate the value programmatically, +you most likely will find it more appropriate to set up an environment +variable with the same name prior starting target application, e.g. on +Intel P4 processor 'env OPENSSL_ia32cap=0x16980010 apps/openssl', or +better yet 'env OPENSSL_ia32cap=~0x1000000 apps/openssl' to achieve same +effect without modifying the application source code. Alternatively you +can reconfigure the toolkit with no-sse2 option and recompile. + +Less intuitive is clearing bit #28. The truth is that it's not copied +from CPUID output verbatim, but is adjusted to reflect whether or not +the data cache is actually shared between logical cores. This in turn +affects the decision on whether or not expensive countermeasures +against cache-timing attacks are applied, most notably in AES assembler +module. + +The vector is further extended with EBX value returned by CPUID with +EAX=7 and ECX=0 as input. Following bits are significant: + +=over + +=item bit #64+3 denoting availability of BMI1 instructions, e.g. ANDN; + +=item bit #64+5 denoting availability of AVX2 instructions; + +=item bit #64+8 denoting availability of BMI2 instructions, e.g. MUXL +and RORX; + +=item bit #64+18 denoting availability of RDSEED instruction; + +=item bit #64+19 denoting availability of ADCX and ADOX instructions; + +=back diff --git a/openssl/doc/crypto/OPENSSL_instrument_bus.pod b/openssl/doc/crypto/OPENSSL_instrument_bus.pod new file mode 100755 index 000000000..4ed83e495 --- /dev/null +++ b/openssl/doc/crypto/OPENSSL_instrument_bus.pod @@ -0,0 +1,42 @@ +=pod + +=head1 NAME + +OPENSSL_instrument_bus, OPENSSL_instrument_bus2 - instrument references to memory bus + +=head1 SYNOPSIS + + #ifdef OPENSSL_CPUID_OBJ + size_t OPENSSL_instrument_bus (int *vector,size_t num); + size_t OPENSSL_instrument_bus2(int *vector,size_t num,size_t max); + #endif + +=head1 DESCRIPTION + +It was empirically found that timings of references to primary memory +are subject to irregular, apparently non-deterministic variations. The +subroutines in question instrument these references for purposes of +gathering entropy for random number generator. In order to make it +bus-bound a 'flush cache line' instruction is used between probes. In +addition probes are added to B elements in atomic or +interlocked manner, which should contribute additional noise on +multi-processor systems. This also means that B should be +zeroed upon invocation (if you want to retrieve actual probe values). + +OPENSSL_instrument_bus performs B probes and records the number of +oscillator cycles every probe took. + +OPENSSL_instrument_bus2 on the other hand B consecutive +probes with the same value, i.e. in a way it records duration of +periods when probe values appeared deterministic. The subroutine +performs at most B probes in attempt to fill the B, +with B value of 0 meaning "as many as it takes." + +=head1 RETURN VALUE + +Return value of 0 indicates that CPU is not capable of performing the +benchmark, either because oscillator counter or 'flush cache line' is +not available on current platform. For reference, on x86 'flush cache +line' was introduced with the SSE2 extensions. + +Otherwise number of recorded values is returned. diff --git a/openssl/doc/crypto/OPENSSL_load_builtin_modules.pod b/openssl/doc/crypto/OPENSSL_load_builtin_modules.pod index f14dfaf00..de62912ff 100644 --- a/openssl/doc/crypto/OPENSSL_load_builtin_modules.pod +++ b/openssl/doc/crypto/OPENSSL_load_builtin_modules.pod @@ -2,7 +2,7 @@ =head1 NAME -OPENSSL_load_builtin_modules - add standard configuration modules +OPENSSL_load_builtin_modules, ASN1_add_oid_module, ENGINE_add_conf_module - add standard configuration modules =head1 SYNOPSIS diff --git a/openssl/doc/crypto/OpenSSL_add_all_algorithms.pod b/openssl/doc/crypto/OpenSSL_add_all_algorithms.pod index e63411b5b..bcb79e5f6 100644 --- a/openssl/doc/crypto/OpenSSL_add_all_algorithms.pod +++ b/openssl/doc/crypto/OpenSSL_add_all_algorithms.pod @@ -2,7 +2,7 @@ =head1 NAME -OpenSSL_add_all_algorithms, OpenSSL_add_all_ciphers, OpenSSL_add_all_digests - +OpenSSL_add_all_algorithms, OpenSSL_add_all_ciphers, OpenSSL_add_all_digests, EVP_cleanup - add algorithms to internal table =head1 SYNOPSIS diff --git a/openssl/doc/crypto/PKCS7_verify.pod b/openssl/doc/crypto/PKCS7_verify.pod index 7c10a4cc3..f083306b0 100644 --- a/openssl/doc/crypto/PKCS7_verify.pod +++ b/openssl/doc/crypto/PKCS7_verify.pod @@ -2,7 +2,7 @@ =head1 NAME -PKCS7_verify - verify a PKCS#7 signedData structure +PKCS7_verify, PKCS7_get0_signers - verify a PKCS#7 signedData structure =head1 SYNOPSIS @@ -91,8 +91,8 @@ timestamp). =head1 RETURN VALUES -PKCS7_verify() returns 1 for a successful verification and zero or a negative -value if an error occurs. +PKCS7_verify() returns one for a successful verification and zero +if an error occurs. PKCS7_get0_signers() returns all signers or B if an error occurred. diff --git a/openssl/doc/crypto/RAND_egd.pod b/openssl/doc/crypto/RAND_egd.pod index 8b8c61d16..80fa734d1 100644 --- a/openssl/doc/crypto/RAND_egd.pod +++ b/openssl/doc/crypto/RAND_egd.pod @@ -2,7 +2,7 @@ =head1 NAME -RAND_egd - query entropy gathering daemon +RAND_egd, RAND_egd_bytes, RAND_query_egd_bytes - query entropy gathering daemon =head1 SYNOPSIS diff --git a/openssl/doc/crypto/RSA_generate_key.pod b/openssl/doc/crypto/RSA_generate_key.pod index 52dbb14a5..881391a04 100644 --- a/openssl/doc/crypto/RSA_generate_key.pod +++ b/openssl/doc/crypto/RSA_generate_key.pod @@ -2,28 +2,33 @@ =head1 NAME -RSA_generate_key - generate RSA key pair +RSA_generate_key_ex, RSA_generate_key - generate RSA key pair =head1 SYNOPSIS #include + int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb); + +Deprecated: + RSA *RSA_generate_key(int num, unsigned long e, void (*callback)(int,int,void *), void *cb_arg); =head1 DESCRIPTION -RSA_generate_key() generates a key pair and returns it in a newly -allocated B structure. The pseudo-random number generator must -be seeded prior to calling RSA_generate_key(). +RSA_generate_key_ex() generates a key pair and stores it in the B +structure provided in B. The pseudo-random number generator must +be seeded prior to calling RSA_generate_key_ex(). -The modulus size will be B bits, and the public exponent will be +The modulus size will be of length B, and the public exponent will be B. Key sizes with B E 1024 should be considered insecure. The exponent is an odd number, typically 3, 17 or 65537. A callback function may be used to provide feedback about the -progress of the key generation. If B is not B, it -will be called as follows: +progress of the key generation. If B is not B, it +will be called as follows using the BN_GENCB_call() function +described on the L page. =over 4 @@ -35,32 +40,38 @@ described in L. =item * When the n-th randomly generated prime is rejected as not -suitable for the key, B is called. +suitable for the key, B is called. =item * When a random p has been found with p-1 relatively prime to B, -it is called as B. +it is called as B. =back -The process is then repeated for prime q with B. +The process is then repeated for prime q with B. + +RSA_generate_key is deprecated (new applications should use +RSA_generate_key_ex instead). RSA_generate_key works in the same was as +RSA_generate_key_ex except it uses "old style" call backs. See +L for further details. =head1 RETURN VALUE -If key generation fails, RSA_generate_key() returns B; the -error codes can be obtained by L. +If key generation fails, RSA_generate_key() returns B. + +The error codes can be obtained by L. =head1 BUGS -B is used with two different meanings. +B is used with two different meanings. RSA_generate_key() goes into an infinite loop for illegal input values. =head1 SEE ALSO L, L, L, -L +L, L =head1 HISTORY diff --git a/openssl/doc/crypto/SSLeay_version.pod b/openssl/doc/crypto/SSLeay_version.pod new file mode 100755 index 000000000..1500c2af9 --- /dev/null +++ b/openssl/doc/crypto/SSLeay_version.pod @@ -0,0 +1,74 @@ +=pod + +=head1 NAME + +SSLeay_version - retrieve version/build information about OpenSSL library + +=head1 SYNOPSIS + + #include + + const char *SSLeay_version(int type); + +=head1 DESCRIPTION + +SSLeay_version() returns a pointer to a constant string describing the +version of the OpenSSL library or giving information about the library +build. + +The following B values are supported: + +=over 4 + +=item SSLEAY_VERSION + +The version of the OpenSSL library including the release date. + +=item SSLEAY_CFLAGS + +The compiler flags set for the compilation process in the form +"compiler: ..." if available or "compiler: information not available" +otherwise. + +=item SSLEAY_BUILT_ON + +The date of the build process in the form "built on: ..." if available +or "built on: date not available" otherwise. + +=item SSLEAY_PLATFORM + +The "Configure" target of the library build in the form "platform: ..." +if available or "platform: information not available" otherwise. + +=item SSLEAY_DIR + +The "OPENSSLDIR" setting of the library build in the form "OPENSSLDIR: "..."" +if available or "OPENSSLDIR: N/A" otherwise. + +=back + +=head1 RETURN VALUES + +The following return values can occur: + +=over 4 + +=item "not available" + +An invalid value for B was given. + +=item Pointer to constant string + +Textual description. + +=back + +=head1 SEE ALSO + +L + +=head1 HISTORY + +B was added in OpenSSL 0.9.7. + +=cut diff --git a/openssl/doc/crypto/X509_NAME_add_entry_by_txt.pod b/openssl/doc/crypto/X509_NAME_add_entry_by_txt.pod index 1afd008cb..3bdc07fcf 100644 --- a/openssl/doc/crypto/X509_NAME_add_entry_by_txt.pod +++ b/openssl/doc/crypto/X509_NAME_add_entry_by_txt.pod @@ -44,7 +44,7 @@ B. The deleted entry is returned and must be freed up. =head1 NOTES The use of string types such as B or B -is strongly recommened for the B parameter. This allows the +is strongly recommended for the B parameter. This allows the internal code to correctly determine the type of the field and to apply length checks according to the relevant standards. This is done using ASN1_STRING_set_by_NID(). @@ -81,14 +81,14 @@ Create an B structure: nm = X509_NAME_new(); if (nm == NULL) /* Some error */ - if (!X509_NAME_add_entry_by_txt(nm, MBSTRING_ASC, - "C", "UK", -1, -1, 0)) + if (!X509_NAME_add_entry_by_txt(nm, "C", MBSTRING_ASC, + "UK", -1, -1, 0)) /* Error */ - if (!X509_NAME_add_entry_by_txt(nm, MBSTRING_ASC, - "O", "Disorganized Organization", -1, -1, 0)) + if (!X509_NAME_add_entry_by_txt(nm, "O", MBSTRING_ASC, + "Disorganized Organization", -1, -1, 0)) /* Error */ - if (!X509_NAME_add_entry_by_txt(nm, MBSTRING_ASC, - "CN", "Joe Bloggs", -1, -1, 0)) + if (!X509_NAME_add_entry_by_txt(nm, "CN", MBSTRING_ASC, + "Joe Bloggs", -1, -1, 0)) /* Error */ =head1 RETURN VALUES diff --git a/openssl/doc/crypto/X509_NAME_get_index_by_NID.pod b/openssl/doc/crypto/X509_NAME_get_index_by_NID.pod index 3b1f9ff43..c8a812879 100644 --- a/openssl/doc/crypto/X509_NAME_get_index_by_NID.pod +++ b/openssl/doc/crypto/X509_NAME_get_index_by_NID.pod @@ -59,6 +59,10 @@ X509_NAME_get_index_by_OBJ() should be used followed by X509_NAME_get_entry() on any matching indices and then the various B utility functions on the result. +The list of all relevant B and B can be found in +the source code header files Eopenssl/obj_mac.hE and/or +Eopenssl/objects.hE. + =head1 EXAMPLES Process all entries: diff --git a/openssl/doc/crypto/X509_STORE_CTX_get_error.pod b/openssl/doc/crypto/X509_STORE_CTX_get_error.pod index 60e8332ae..be00ff1fe 100644 --- a/openssl/doc/crypto/X509_STORE_CTX_get_error.pod +++ b/openssl/doc/crypto/X509_STORE_CTX_get_error.pod @@ -32,7 +32,7 @@ checks. X509_STORE_CTX_get_error_depth() returns the B of the error. This is a non-negative integer representing where in the certificate chain the error -occurred. If it is zero it occured in the end entity certificate, one if +occurred. If it is zero it occurred in the end entity certificate, one if it is the certificate which signed the end entity certificate and so on. X509_STORE_CTX_get_current_cert() returns the certificate in B which @@ -246,11 +246,11 @@ Some feature of a certificate extension is not supported. Unused. =item B -A name constraint violation occured in the permitted subtrees. +A name constraint violation occurred in the permitted subtrees. =item B -A name constraint violation occured in the excluded subtrees. +A name constraint violation occurred in the excluded subtrees. =item B @@ -270,7 +270,7 @@ a garbage extension or some new feature not currently supported. =item B -An error occured when attempting to verify the CRL path. This error can only +An error occurred when attempting to verify the CRL path. This error can only happen if extended CRL checking is enabled. =item B diff --git a/openssl/doc/crypto/X509_VERIFY_PARAM_set_flags.pod b/openssl/doc/crypto/X509_VERIFY_PARAM_set_flags.pod index 46cac2bea..347d48dfe 100644 --- a/openssl/doc/crypto/X509_VERIFY_PARAM_set_flags.pod +++ b/openssl/doc/crypto/X509_VERIFY_PARAM_set_flags.pod @@ -2,7 +2,7 @@ =head1 NAME -X509_VERIFY_PARAM_set_flags, X509_VERIFY_PARAM_clear_flags, X509_VERIFY_PARAM_get_flags, X509_VERIFY_PARAM_set_purpose, X509_VERIFY_PARAM_set_trust, X509_VERIFY_PARAM_set_depth, X509_VERIFY_PARAM_get_depth, X509_VERIFY_PARAM_set_time, X509_VERIFY_PARAM_add0_policy, X509_VERIFY_PARAM_set1_policies - X509 verification parameters +X509_VERIFY_PARAM_set_flags, X509_VERIFY_PARAM_clear_flags, X509_VERIFY_PARAM_get_flags, X509_VERIFY_PARAM_set_purpose, X509_VERIFY_PARAM_set_trust, X509_VERIFY_PARAM_set_depth, X509_VERIFY_PARAM_get_depth, X509_VERIFY_PARAM_set_time, X509_VERIFY_PARAM_add0_policy, X509_VERIFY_PARAM_set1_policies, X509_VERIFY_PARAM_set1_host, X509_VERIFY_PARAM_add1_host, X509_VERIFY_PARAM_set_hostflags, X509_VERIFY_PARAM_get0_peername, X509_VERIFY_PARAM_set1_email, X509_VERIFY_PARAM_set1_ip, X509_VERIFY_PARAM_set1_ip_asc - X509 verification parameters =head1 SYNOPSIS @@ -26,6 +26,19 @@ X509_VERIFY_PARAM_set_flags, X509_VERIFY_PARAM_clear_flags, X509_VERIFY_PARAM_ge void X509_VERIFY_PARAM_set_depth(X509_VERIFY_PARAM *param, int depth); int X509_VERIFY_PARAM_get_depth(const X509_VERIFY_PARAM *param); + int X509_VERIFY_PARAM_set1_host(X509_VERIFY_PARAM *param, + const char *name, size_t namelen); + int X509_VERIFY_PARAM_add1_host(X509_VERIFY_PARAM *param, + const char *name, size_t namelen); + void X509_VERIFY_PARAM_set_hostflags(X509_VERIFY_PARAM *param, + unsigned int flags); + char *X509_VERIFY_PARAM_get0_peername(X509_VERIFY_PARAM *param); + int X509_VERIFY_PARAM_set1_email(X509_VERIFY_PARAM *param, + const char *email, size_t emaillen); + int X509_VERIFY_PARAM_set1_ip(X509_VERIFY_PARAM *param, + const unsigned char *ip, size_t iplen); + int X509_VERIFY_PARAM_set1_ip_asc(X509_VERIFY_PARAM *param, const char *ipasc); + =head1 DESCRIPTION These functions manipulate the B structure associated with @@ -61,12 +74,63 @@ X509_VERIFY_PARAM_set_depth() sets the maximum verification depth to B. That is the maximum number of untrusted CA certificates that can appear in a chain. +X509_VERIFY_PARAM_set1_host() sets the expected DNS hostname to +B clearing any previously specified host name or names. If +B is NULL, or empty the list of hostnames is cleared, and +name checks are not performed on the peer certificate. If B +is NUL-terminated, B may be zero, otherwise B +must be set to the length of B. When a hostname is specified, +certificate verification automatically invokes L +with flags equal to the B argument given to +B (default zero). Applications +are strongly advised to use this interface in preference to explicitly +calling L, hostname checks are out of scope +with the DANE-EE(3) certificate usage, and the internal check will +be suppressed as appropriate when DANE support is added to OpenSSL. + +X509_VERIFY_PARAM_add1_host() adds B as an additional reference +identifer that can match the peer's certificate. Any previous names +set via X509_VERIFY_PARAM_set1_host() or X509_VERIFY_PARAM_add1_host() +are retained, no change is made if B is NULL or empty. When +multiple names are configured, the peer is considered verified when +any name matches. + +X509_VERIFY_PARAM_get0_peername() returns the DNS hostname or subject +CommonName from the peer certificate that matched one of the reference +identifiers. When wildcard matching is not disabled, or when a +reference identifier specifies a parent domain (starts with ".") +rather than a hostname, the peer name may be a wildcard name or a +sub-domain of the reference identifier respectively. The return +string is allocated by the library and is no longer valid once the +associated B argument is freed. Applications must not free +the return value. + +X509_VERIFY_PARAM_set1_email() sets the expected RFC822 email address to +B. If B is NUL-terminated, B may be zero, otherwise +B must be set to the length of B. When an email address +is specified, certificate verification automatically invokes +L. + +X509_VERIFY_PARAM_set1_ip() sets the expected IP address to B. +The B argument is in binary format, in network byte-order and +B must be set to 4 for IPv4 and 16 for IPv6. When an IP +address is specified, certificate verification automatically invokes +L. + +X509_VERIFY_PARAM_set1_ip_asc() sets the expected IP address to +B. The B argument is a NUL-terminal ASCII string: +dotted decimal quad for IPv4 and colon-separated hexadecimal for +IPv6. The condensed "::" notation is supported for IPv6 addresses. + =head1 RETURN VALUES -X509_VERIFY_PARAM_set_flags(), X509_VERIFY_PARAM_clear_flags(), +X509_VERIFY_PARAM_set_flags(), X509_VERIFY_PARAM_clear_flags(), X509_VERIFY_PARAM_set_purpose(), X509_VERIFY_PARAM_set_trust(), -X509_VERIFY_PARAM_add0_policy() and X509_VERIFY_PARAM_set1_policies() return 1 -for success and 0 for failure. +X509_VERIFY_PARAM_add0_policy() X509_VERIFY_PARAM_set1_policies(), +X509_VERIFY_PARAM_set1_host(), X509_VERIFY_PARAM_set_hostflags(), +X509_VERIFY_PARAM_set1_email(), X509_VERIFY_PARAM_set1_ip() and +X509_VERIFY_PARAM_set1_ip_asc() return 1 for success and 0 for +failure. X509_VERIFY_PARAM_get_flags() returns the current verification flags. @@ -162,7 +226,10 @@ connections associated with an B structure B: =head1 SEE ALSO -L +L, +L, +L, +L =head1 HISTORY diff --git a/openssl/doc/crypto/X509_check_host.pod b/openssl/doc/crypto/X509_check_host.pod new file mode 100755 index 000000000..f8b530df9 --- /dev/null +++ b/openssl/doc/crypto/X509_check_host.pod @@ -0,0 +1,137 @@ +=pod + +=head1 NAME + +X509_check_host, X509_check_email, X509_check_ip, X509_check_ip_asc - X.509 certificate matching + +=head1 SYNOPSIS + + #include + + int X509_check_host(X509 *, const char *name, size_t namelen, + unsigned int flags, char **peername); + int X509_check_email(X509 *, const char *address, size_t addresslen, + unsigned int flags); + int X509_check_ip(X509 *, const unsigned char *address, size_t addresslen, + unsigned int flags); + int X509_check_ip_asc(X509 *, const char *address, unsigned int flags); + +=head1 DESCRIPTION + +The certificate matching functions are used to check whether a +certificate matches a given host name, email address, or IP address. +The validity of the certificate and its trust level has to be checked by +other means. + +X509_check_host() checks if the certificate Subject Alternative +Name (SAN) or Subject CommonName (CN) matches the specified host +name, which must be encoded in the preferred name syntax described +in section 3.5 of RFC 1034. By default, wildcards are supported +and they match only in the left-most label; but they may match +part of that label with an explicit prefix or suffix. For example, +by default, the host B "www.example.com" would match a +certificate with a SAN or CN value of "*.example.com", "w*.example.com" +or "*w.example.com". + +Per section 6.4.2 of RFC 6125, B values representing international +domain names must be given in A-label form. The B argument +must be the number of characters in the name string or zero in which +case the length is calculated with strlen(B). When B starts +with a dot (e.g ".example.com"), it will be matched by a certificate +valid for any sub-domain of B, (see also +B below). + +When the certificate is matched, and B is not NULL, a +pointer to a copy of the matching SAN or CN from the peer certificate +is stored at the address passed in B. The application +is responsible for freeing the peername via OPENSSL_free() when it +is no longer needed. + +X509_check_email() checks if the certificate matches the specified +email B

    . Only the mailbox syntax of RFC 822 is supported, +comments are not allowed, and no attempt is made to normalize quoted +characters. The B argument must be the number of +characters in the address string or zero in which case the length +is calculated with strlen(B
    ). + +X509_check_ip() checks if the certificate matches a specified IPv4 or +IPv6 address. The B
    array is in binary format, in network +byte order. The length is either 4 (IPv4) or 16 (IPv6). Only +explicitly marked addresses in the certificates are considered; IP +addresses stored in DNS names and Common Names are ignored. + +X509_check_ip_asc() is similar, except that the NUL-terminated +string B
    is first converted to the internal representation. + +The B argument is usually 0. It can be the bitwise OR of the +flags: + +=over 4 + +=item B, + +=item B, + +=item B, + +=item B. + +=item B. + +=back + +The B flag causes the function +to consider the subject DN even if the certificate contains at least +one subject alternative name of the right type (DNS name or email +address as appropriate); the default is to ignore the subject DN +when at least one corresponding subject alternative names is present. + +If set, B disables wildcard +expansion; this only applies to B. + +If set, B suppresses support +for "*" as wildcard pattern in labels that have a prefix or suffix, +such as: "www*" or "*www"; this only aplies to B. + +If set, B allows a "*" that +constitutes the complete label of a DNS name (e.g. "*.example.com") +to match more than one label in B; this flag only applies +to B. + +If set, B restricts B +values which start with ".", that would otherwise match any sub-domain +in the peer certificate, to only match direct child sub-domains. +Thus, for instance, with this flag set a B of ".example.com" +would match a peer certificate with a DNS name of "www.example.com", +but would not match a peer certificate with a DNS name of +"www.sub.example.com"; this flag only applies to B. + +=head1 RETURN VALUES + +The functions return 1 for a successful match, 0 for a failed match +and -1 for an internal error: typically a memory allocation failure. + +X509_check_ip_asc() can also return -2 if the IP address string is malformed. + +=head1 NOTES + +Applications are encouraged to use X509_VERIFY_PARAM_set1_host() +rather than explicitly calling L. Host name +checks are out of scope with the DANE-EE(3) certificate usage, +and the internal checks will be suppressed as appropriate when +DANE support is added to OpenSSL. + +=head1 SEE ALSO + +L, +L, +L, +L, +L, +L + +=head1 HISTORY + +These functions were added in OpenSSL 1.1.0. + +=cut diff --git a/openssl/doc/crypto/crypto.pod b/openssl/doc/crypto/crypto.pod index 7a527992b..f18edfe30 100644 --- a/openssl/doc/crypto/crypto.pod +++ b/openssl/doc/crypto/crypto.pod @@ -56,7 +56,7 @@ L, L =item INTERNAL FUNCTIONS -L, L, L, +L, L, L, L, L, L, L diff --git a/openssl/doc/crypto/d2i_DSAPublicKey.pod b/openssl/doc/crypto/d2i_DSAPublicKey.pod index 22c1b50f2..e99937649 100644 --- a/openssl/doc/crypto/d2i_DSAPublicKey.pod +++ b/openssl/doc/crypto/d2i_DSAPublicKey.pod @@ -3,7 +3,7 @@ =head1 NAME d2i_DSAPublicKey, i2d_DSAPublicKey, d2i_DSAPrivateKey, i2d_DSAPrivateKey, -d2i_DSA_PUBKEY, i2d_DSA_PUBKEY, d2i_DSA_SIG, i2d_DSA_SIG - DSA key encoding +d2i_DSA_PUBKEY, i2d_DSA_PUBKEY, d2i_DSAparams, i2d_DSAparams, d2i_DSA_SIG, i2d_DSA_SIG - DSA key encoding and parsing functions. =head1 SYNOPSIS diff --git a/openssl/doc/crypto/d2i_ECPKParameters.pod b/openssl/doc/crypto/d2i_ECPKParameters.pod new file mode 100755 index 000000000..3768c410d --- /dev/null +++ b/openssl/doc/crypto/d2i_ECPKParameters.pod @@ -0,0 +1,84 @@ +=pod + +=head1 NAME + +d2i_ECPKParameters, i2d_ECPKParameters, d2i_ECPKParameters_bio, i2d_ECPKParameters_bio, d2i_ECPKParameters_fp, i2d_ECPKParameters_fp(fp,x), ECPKParameters_print, ECPKParameters_print_fp - Functions for decoding and encoding ASN1 representations of elliptic curve entities + +=head1 SYNOPSIS + + #include + + EC_GROUP *d2i_ECPKParameters(EC_GROUP **px, const unsigned char **in, long len); + int i2d_ECPKParameters(const EC_GROUP *x, unsigned char **out); + #define d2i_ECPKParameters_bio(bp,x) ASN1_d2i_bio_of(EC_GROUP,NULL,d2i_ECPKParameters,bp,x) + #define i2d_ECPKParameters_bio(bp,x) ASN1_i2d_bio_of_const(EC_GROUP,i2d_ECPKParameters,bp,x) + #define d2i_ECPKParameters_fp(fp,x) (EC_GROUP *)ASN1_d2i_fp(NULL, \ + (char *(*)())d2i_ECPKParameters,(fp),(unsigned char **)(x)) + #define i2d_ECPKParameters_fp(fp,x) ASN1_i2d_fp(i2d_ECPKParameters,(fp), \ + (unsigned char *)(x)) + int ECPKParameters_print(BIO *bp, const EC_GROUP *x, int off); + int ECPKParameters_print_fp(FILE *fp, const EC_GROUP *x, int off); + + +=head1 DESCRIPTION + +The ECPKParameters encode and decode routines encode and parse the public parameters for an +B structure, which represents a curve. + +d2i_ECPKParameters() attempts to decode B bytes at B<*in>. If +successful a pointer to the B structure is returned. If an error +occurred then B is returned. If B is not B then the +returned structure is written to B<*px>. If B<*px> is not B +then it is assumed that B<*px> contains a valid B +structure and an attempt is made to reuse it. If the call is +successful B<*in> is incremented to the byte following the +parsed data. + +i2d_ECPKParameters() encodes the structure pointed to by B into DER format. +If B is not B is writes the DER encoded data to the buffer +at B<*out>, and increments it to point after the data just written. +If the return value is negative an error occurred, otherwise it +returns the length of the encoded data. + +If B<*out> is B memory will be allocated for a buffer and the encoded +data written to it. In this case B<*out> is not incremented and it points to +the start of the data just written. + +d2i_ECPKParameters_bio() is similar to d2i_ECPKParameters() except it attempts +to parse data from BIO B. + +d2i_ECPKParameters_fp() is similar to d2i_ECPKParameters() except it attempts +to parse data from FILE pointer B. + +i2d_ECPKParameters_bio() is similar to i2d_ECPKParameters() except it writes +the encoding of the structure B to BIO B and it +returns 1 for success and 0 for failure. + +i2d_ECPKParameters_fp() is similar to i2d_ECPKParameters() except it writes +the encoding of the structure B to BIO B and it +returns 1 for success and 0 for failure. + +These functions are very similar to the X509 functions described in L, +where further notes and examples are available. + +The ECPKParameters_print and ECPKParameters_print_fp functions print a human-readable output +of the public parameters of the EC_GROUP to B or B. The output lines are indented by B spaces. + +=head1 RETURN VALUES + +d2i_ECPKParameters(), d2i_ECPKParameters_bio() and d2i_ECPKParameters_fp() return a valid B structure +or B if an error occurs. + +i2d_ECPKParameters() returns the number of bytes successfully encoded or a negative +value if an error occurs. + +i2d_ECPKParameters_bio(), i2d_ECPKParameters_fp(), ECPKParameters_print and ECPKParameters_print_fp +return 1 for success and 0 if an error occurs. + +=head1 SEE ALSO + +L, L, L, L, +L, L, L, +L, L + +=cut diff --git a/openssl/doc/crypto/d2i_X509.pod b/openssl/doc/crypto/d2i_X509.pod index 298ec54a4..fea6e868e 100644 --- a/openssl/doc/crypto/d2i_X509.pod +++ b/openssl/doc/crypto/d2i_X509.pod @@ -18,6 +18,8 @@ i2d_X509_fp - X509 encode and decode functions int i2d_X509_bio(BIO *bp, X509 *x); int i2d_X509_fp(FILE *fp, X509 *x); + int i2d_re_X509_tbs(X509 *x, unsigned char **out); + =head1 DESCRIPTION The X509 encode and decode routines encode and parse an @@ -57,11 +59,17 @@ i2d_X509_fp() is similar to i2d_X509() except it writes the encoding of the structure B to BIO B and it returns 1 for success and 0 for failure. +i2d_re_X509_tbs() is similar to i2d_X509() except it encodes +only the TBSCertificate portion of the certificate. + =head1 NOTES The letters B and B in for example B stand for -"internal" (that is an internal C structure) and "DER". So that -B converts from internal to DER. +"internal" (that is an internal C structure) and "DER". So +B converts from internal to DER. The "re" in +B stands for "re-encode", and ensures that a fresh +encoding is generated in case the object has been modified after +creation (see the BUGS section). The functions can also understand B forms. @@ -206,6 +214,21 @@ fields entirely and will not be parsed by d2i_X509(). This may be fixed in future so code should not assume that i2d_X509() will always succeed. +The encoding of the TBSCertificate portion of a certificate is cached +in the B structure internally to improve encoding performance +and to ensure certificate signatures are verified correctly in some +certificates with broken (non-DER) encodings. + +Any function which encodes an X509 structure such as i2d_X509(), +i2d_X509_fp() or i2d_X509_bio() may return a stale encoding if the +B structure has been modified after deserialization or previous +serialization. + +If, after modification, the B object is re-signed with X509_sign(), +the encoding is automatically renewed. Otherwise, the encoding of the +TBSCertificate portion of the B can be manually renewed by calling +i2d_re_X509_tbs(). + =head1 RETURN VALUES d2i_X509(), d2i_X509_bio() and d2i_X509_fp() return a valid B structure diff --git a/openssl/doc/crypto/d2i_X509_CRL.pod b/openssl/doc/crypto/d2i_X509_CRL.pod index 224f9e082..675d38b3e 100644 --- a/openssl/doc/crypto/d2i_X509_CRL.pod +++ b/openssl/doc/crypto/d2i_X509_CRL.pod @@ -2,7 +2,7 @@ =head1 NAME -d2i_X509_CRL, i2d_X509_CRL, d2i_X509_CRL_bio, d2i_509_CRL_fp, +d2i_X509_CRL, i2d_X509_CRL, d2i_X509_CRL_bio, d2i_X509_CRL_fp, i2d_X509_CRL_bio, i2d_X509_CRL_fp - PKCS#10 certificate request functions. =head1 SYNOPSIS diff --git a/openssl/doc/crypto/ec.pod b/openssl/doc/crypto/ec.pod new file mode 100755 index 000000000..7d57ba8ea --- /dev/null +++ b/openssl/doc/crypto/ec.pod @@ -0,0 +1,201 @@ +=pod + +=head1 NAME + +ec - Elliptic Curve functions + +=head1 SYNOPSIS + + #include + #include + + const EC_METHOD *EC_GFp_simple_method(void); + const EC_METHOD *EC_GFp_mont_method(void); + const EC_METHOD *EC_GFp_nist_method(void); + const EC_METHOD *EC_GFp_nistp224_method(void); + const EC_METHOD *EC_GFp_nistp256_method(void); + const EC_METHOD *EC_GFp_nistp521_method(void); + + const EC_METHOD *EC_GF2m_simple_method(void); + + EC_GROUP *EC_GROUP_new(const EC_METHOD *meth); + void EC_GROUP_free(EC_GROUP *group); + void EC_GROUP_clear_free(EC_GROUP *group); + int EC_GROUP_copy(EC_GROUP *dst, const EC_GROUP *src); + EC_GROUP *EC_GROUP_dup(const EC_GROUP *src); + const EC_METHOD *EC_GROUP_method_of(const EC_GROUP *group); + int EC_METHOD_get_field_type(const EC_METHOD *meth); + int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofactor); + const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group); + int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx); + int EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx); + void EC_GROUP_set_curve_name(EC_GROUP *group, int nid); + int EC_GROUP_get_curve_name(const EC_GROUP *group); + void EC_GROUP_set_asn1_flag(EC_GROUP *group, int flag); + int EC_GROUP_get_asn1_flag(const EC_GROUP *group); + void EC_GROUP_set_point_conversion_form(EC_GROUP *group, point_conversion_form_t form); + point_conversion_form_t EC_GROUP_get_point_conversion_form(const EC_GROUP *); + unsigned char *EC_GROUP_get0_seed(const EC_GROUP *x); + size_t EC_GROUP_get_seed_len(const EC_GROUP *); + size_t EC_GROUP_set_seed(EC_GROUP *, const unsigned char *, size_t len); + int EC_GROUP_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx); + int EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx); + int EC_GROUP_set_curve_GF2m(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx); + int EC_GROUP_get_curve_GF2m(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx); + int EC_GROUP_get_degree(const EC_GROUP *group); + int EC_GROUP_check(const EC_GROUP *group, BN_CTX *ctx); + int EC_GROUP_check_discriminant(const EC_GROUP *group, BN_CTX *ctx); + int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx); + EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx); + EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx); + EC_GROUP *EC_GROUP_new_by_curve_name(int nid); + + size_t EC_get_builtin_curves(EC_builtin_curve *r, size_t nitems); + + EC_POINT *EC_POINT_new(const EC_GROUP *group); + void EC_POINT_free(EC_POINT *point); + void EC_POINT_clear_free(EC_POINT *point); + int EC_POINT_copy(EC_POINT *dst, const EC_POINT *src); + EC_POINT *EC_POINT_dup(const EC_POINT *src, const EC_GROUP *group); + const EC_METHOD *EC_POINT_method_of(const EC_POINT *point); + int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point); + int EC_POINT_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *p, + const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx); + int EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP *group, + const EC_POINT *p, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx); + int EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *p, + const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx); + int EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, + const EC_POINT *p, BIGNUM *x, BIGNUM *y, BN_CTX *ctx); + int EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *p, + const BIGNUM *x, int y_bit, BN_CTX *ctx); + int EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *group, EC_POINT *p, + const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx); + int EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group, + const EC_POINT *p, BIGNUM *x, BIGNUM *y, BN_CTX *ctx); + int EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *p, + const BIGNUM *x, int y_bit, BN_CTX *ctx); + size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *p, + point_conversion_form_t form, + unsigned char *buf, size_t len, BN_CTX *ctx); + int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *p, + const unsigned char *buf, size_t len, BN_CTX *ctx); + BIGNUM *EC_POINT_point2bn(const EC_GROUP *, const EC_POINT *, + point_conversion_form_t form, BIGNUM *, BN_CTX *); + EC_POINT *EC_POINT_bn2point(const EC_GROUP *, const BIGNUM *, + EC_POINT *, BN_CTX *); + char *EC_POINT_point2hex(const EC_GROUP *, const EC_POINT *, + point_conversion_form_t form, BN_CTX *); + EC_POINT *EC_POINT_hex2point(const EC_GROUP *, const char *, + EC_POINT *, BN_CTX *); + + int EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx); + int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx); + int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx); + int EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *p); + int EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx); + int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx); + int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx); + int EC_POINTs_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx); + int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, size_t num, const EC_POINT *p[], const BIGNUM *m[], BN_CTX *ctx); + int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, const EC_POINT *q, const BIGNUM *m, BN_CTX *ctx); + int EC_GROUP_precompute_mult(EC_GROUP *group, BN_CTX *ctx); + int EC_GROUP_have_precompute_mult(const EC_GROUP *group); + + int EC_GROUP_get_basis_type(const EC_GROUP *); + int EC_GROUP_get_trinomial_basis(const EC_GROUP *, unsigned int *k); + int EC_GROUP_get_pentanomial_basis(const EC_GROUP *, unsigned int *k1, + unsigned int *k2, unsigned int *k3); + EC_GROUP *d2i_ECPKParameters(EC_GROUP **, const unsigned char **in, long len); + int i2d_ECPKParameters(const EC_GROUP *, unsigned char **out); + #define d2i_ECPKParameters_bio(bp,x) ASN1_d2i_bio_of(EC_GROUP,NULL,d2i_ECPKParameters,bp,x) + #define i2d_ECPKParameters_bio(bp,x) ASN1_i2d_bio_of_const(EC_GROUP,i2d_ECPKParameters,bp,x) + #define d2i_ECPKParameters_fp(fp,x) (EC_GROUP *)ASN1_d2i_fp(NULL, \ + (char *(*)())d2i_ECPKParameters,(fp),(unsigned char **)(x)) + #define i2d_ECPKParameters_fp(fp,x) ASN1_i2d_fp(i2d_ECPKParameters,(fp), \ + (unsigned char *)(x)) + int ECPKParameters_print(BIO *bp, const EC_GROUP *x, int off); + int ECPKParameters_print_fp(FILE *fp, const EC_GROUP *x, int off); + + EC_KEY *EC_KEY_new(void); + int EC_KEY_get_flags(const EC_KEY *key); + void EC_KEY_set_flags(EC_KEY *key, int flags); + void EC_KEY_clear_flags(EC_KEY *key, int flags); + EC_KEY *EC_KEY_new_by_curve_name(int nid); + void EC_KEY_free(EC_KEY *key); + EC_KEY *EC_KEY_copy(EC_KEY *dst, const EC_KEY *src); + EC_KEY *EC_KEY_dup(const EC_KEY *src); + int EC_KEY_up_ref(EC_KEY *key); + const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key); + int EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group); + const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key); + int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *prv); + const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key); + int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub); + unsigned EC_KEY_get_enc_flags(const EC_KEY *key); + void EC_KEY_set_enc_flags(EC_KEY *eckey, unsigned int flags); + point_conversion_form_t EC_KEY_get_conv_form(const EC_KEY *key); + void EC_KEY_set_conv_form(EC_KEY *eckey, point_conversion_form_t cform); + void *EC_KEY_get_key_method_data(EC_KEY *key, + void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *)); + void EC_KEY_insert_key_method_data(EC_KEY *key, void *data, + void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *)); + void EC_KEY_set_asn1_flag(EC_KEY *eckey, int asn1_flag); + int EC_KEY_precompute_mult(EC_KEY *key, BN_CTX *ctx); + int EC_KEY_generate_key(EC_KEY *key); + int EC_KEY_check_key(const EC_KEY *key); + int EC_KEY_set_public_key_affine_coordinates(EC_KEY *key, BIGNUM *x, BIGNUM *y); + + EC_KEY *d2i_ECPrivateKey(EC_KEY **key, const unsigned char **in, long len); + int i2d_ECPrivateKey(EC_KEY *key, unsigned char **out); + + EC_KEY *d2i_ECParameters(EC_KEY **key, const unsigned char **in, long len); + int i2d_ECParameters(EC_KEY *key, unsigned char **out); + + EC_KEY *o2i_ECPublicKey(EC_KEY **key, const unsigned char **in, long len); + int i2o_ECPublicKey(EC_KEY *key, unsigned char **out); + int ECParameters_print(BIO *bp, const EC_KEY *key); + int EC_KEY_print(BIO *bp, const EC_KEY *key, int off); + int ECParameters_print_fp(FILE *fp, const EC_KEY *key); + int EC_KEY_print_fp(FILE *fp, const EC_KEY *key, int off); + #define ECParameters_dup(x) ASN1_dup_of(EC_KEY,i2d_ECParameters,d2i_ECParameters,x) + #define EVP_PKEY_CTX_set_ec_paramgen_curve_nid(ctx, nid) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, EVP_PKEY_OP_PARAMGEN, \ + EVP_PKEY_CTRL_EC_PARAMGEN_CURVE_NID, nid, NULL) + + +=head1 DESCRIPTION + +This library provides an extensive set of functions for performing operations on elliptic curves over finite fields. +In general an elliptic curve is one with an equation of the form: + +y^2 = x^3 + ax + b + +An B structure is used to represent the definition of an elliptic curve. Points on a curve are stored using an +B structure. An B is used to hold a private/public key pair, where a private key is simply a BIGNUM and a +public key is a point on a curve (represented by an B). + +The library contains a number of alternative implementations of the different functions. Each implementation is optimised +for different scenarios. No matter which implementation is being used, the interface remains the same. The library +handles calling the correct implementation when an interface function is invoked. An implementation is represented by +an B structure. + +The creation and destruction of B objects is described in L. Functions for +manipulating B objects are described in L. + +Functions for creating, destroying and manipulating B objects are explained in L, +whilst functions for performing mathematical operations and tests on B are coverd in L. + +For working with private and public keys refer to L. Implementations are covered in +L. + +For information on encoding and decoding curve parameters to and from ASN1 see L. + +=head1 SEE ALSO + +L, L, L, +L, L, L, +L, L + + +=cut diff --git a/openssl/doc/crypto/ecdsa.pod b/openssl/doc/crypto/ecdsa.pod index 59a5916de..46c071b73 100644 --- a/openssl/doc/crypto/ecdsa.pod +++ b/openssl/doc/crypto/ecdsa.pod @@ -2,7 +2,7 @@ =head1 NAME -ecdsa - Elliptic Curve Digital Signature Algorithm +ECDSA_SIG_new, ECDSA_SIG_free, i2d_ECDSA_SIG, d2i_ECDSA_SIG, ECDSA_size, ECDSA_sign_setup, ECDSA_sign, ECDSA_sign_ex, ECDSA_verify, ECDSA_do_sign, ECDSA_do_sign_ex, ECDSA_do_verify - Elliptic Curve Digital Signature Algorithm =head1 SYNOPSIS diff --git a/openssl/doc/crypto/evp.pod b/openssl/doc/crypto/evp.pod index 9faa34924..29fab9fd5 100644 --- a/openssl/doc/crypto/evp.pod +++ b/openssl/doc/crypto/evp.pod @@ -13,22 +13,58 @@ evp - high-level cryptographic functions The EVP library provides a high-level interface to cryptographic functions. -BI<...> and BI<...> provide public key encryption -and decryption to implement digital "envelopes". +LI<...>|EVP_SealInit(3)> and LI<...>|EVP_OpenInit(3)> +provide public key encryption and decryption to implement digital "envelopes". -The BI<...> and BI<...> functions implement -digital signatures. +The LI<...>|EVP_DigestSignInit(3)> and +LI<...>|EVP_DigestVerifyInit(3)> functions implement +digital signatures and Message Authentication Codes (MACs). Also see the older +LI<...>|EVP_SignInit(3)> and LI<...>|EVP_VerifyInit(3)> +functions. -Symmetric encryption is available with the BI<...> -functions. The BI<...> functions provide message digests. +Symmetric encryption is available with the LI<...>|EVP_EncryptInit(3)> +functions. The LI<...>|EVP_DigestInit(3)> functions provide message digests. The BI<...> functions provide a high level interface to -asymmetric algorithms. +asymmetric algorithms. To create a new EVP_PKEY see +L. EVP_PKEYs can be associated +with a private key of a particular algorithm by using the functions +described on the L page, or +new keys can be generated using L. +EVP_PKEYs can be compared using L, or printed using +L. + +The EVP_PKEY functions support the full range of asymmetric algorithm operations: + +=over + +=item For key agreement see L + +=item For signing and verifying see L, +L and L. +However, note that +these functions do not perform a digest of the data to be signed. Therefore +normally you would use the LI<...>|EVP_DigestSignInit(3)> +functions for this purpose. + +=item For encryption and decryption see L +and L respectively. However, note that +these functions perform encryption and decryption only. As public key +encryption is an expensive operation, normally you would wrap +an encrypted message in a "digital envelope" using the LI<...>|EVP_SealInit(3)> and +LI<...>|EVP_OpenInit(3)> functions. + +=back + +The L function provides some limited support for password +based encryption. Careful selection of the parameters will provide a PKCS#5 PBKDF1 compatible +implementation. However, new applications should not typically use this (preferring, for example, +PBKDF2 from PCKS#5). -Algorithms are loaded with OpenSSL_add_all_algorithms(3). +Algorithms are loaded with L. All the symmetric algorithms (ciphers), digests and asymmetric algorithms -(public key algorithms) can be replaced by ENGINE modules providing alternative +(public key algorithms) can be replaced by L modules providing alternative implementations. If ENGINE implementations of ciphers or digests are registered as defaults, then the various EVP functions will automatically use those implementations automatically in preference to built in software @@ -47,8 +83,20 @@ L, L, L, L, +L, L, L, +L, +L, +L, +L, +L, +L, +L, +L, +L, +L, +L, L, L diff --git a/openssl/doc/crypto/hmac.pod b/openssl/doc/crypto/hmac.pod index d92138d27..58a57f47b 100644 --- a/openssl/doc/crypto/hmac.pod +++ b/openssl/doc/crypto/hmac.pod @@ -2,8 +2,8 @@ =head1 NAME -HMAC, HMAC_Init, HMAC_Update, HMAC_Final, HMAC_cleanup - HMAC message -authentication code +HMAC, HMAC_CTX_init, HMAC_Init, HMAC_Init_ex, HMAC_Update, HMAC_Final, HMAC_CTX_cleanup, +HMAC_cleanup - HMAC message authentication code =head1 SYNOPSIS diff --git a/openssl/doc/crypto/i2d_PKCS7_bio_stream.pod b/openssl/doc/crypto/i2d_PKCS7_bio_stream.pod index dc4d884c5..a37231e26 100644 --- a/openssl/doc/crypto/i2d_PKCS7_bio_stream.pod +++ b/openssl/doc/crypto/i2d_PKCS7_bio_stream.pod @@ -23,7 +23,7 @@ streaming. =head1 BUGS -The prefix "d2i" is arguably wrong because the function outputs BER format. +The prefix "i2d" is arguably wrong because the function outputs BER format. =head1 RETURN VALUES diff --git a/openssl/doc/crypto/rand.pod b/openssl/doc/crypto/rand.pod index 1c068c85b..d102df2ee 100644 --- a/openssl/doc/crypto/rand.pod +++ b/openssl/doc/crypto/rand.pod @@ -39,7 +39,7 @@ Since the introduction of the ENGINE API, the recommended way of controlling default implementations is by using the ENGINE API functions. The default B, as set by RAND_set_rand_method() and returned by RAND_get_rand_method(), is only used if no ENGINE has been set as the default -"rand" implementation. Hence, these two functions are no longer the recommened +"rand" implementation. Hence, these two functions are no longer the recommended way to control defaults. If an alternative B implementation is being used (either set diff --git a/openssl/doc/ssl/SSL_CIPHER_get_name.pod b/openssl/doc/ssl/SSL_CIPHER_get_name.pod index 2e113be60..c598f4d4c 100644 --- a/openssl/doc/ssl/SSL_CIPHER_get_name.pod +++ b/openssl/doc/ssl/SSL_CIPHER_get_name.pod @@ -109,6 +109,16 @@ If SSL_CIPHER_description() cannot handle a built-in cipher, the according description of the cipher property is B. This case should not occur. +The standard terminology for ephemeral Diffie-Hellman schemes is DHE +(finite field) or ECDHE (elliptic curve). This version of OpenSSL +idiosyncratically reports these schemes as EDH and EECDH, even though +it also accepts the standard terminology. + +It is recommended to use the standard terminology (DHE and ECDHE) +during configuration (e.g. via SSL_CTX_set_cipher_list) for clarity of +configuration. OpenSSL versions after 1.0.2 will report the standard +terms via SSL_CIPHER_get_name and SSL_CIPHER_description. + =head1 RETURN VALUES See DESCRIPTION @@ -116,6 +126,7 @@ See DESCRIPTION =head1 SEE ALSO L, L, -L, L +L, L, +L =cut diff --git a/openssl/doc/ssl/SSL_CONF_CTX_new.pod b/openssl/doc/ssl/SSL_CONF_CTX_new.pod new file mode 100755 index 000000000..a9ccb049f --- /dev/null +++ b/openssl/doc/ssl/SSL_CONF_CTX_new.pod @@ -0,0 +1,40 @@ +=pod + +=head1 NAME + +SSL_CONF_CTX_new, SSL_CONF_CTX_free - SSL configuration allocation functions + +=head1 SYNOPSIS + + #include + + SSL_CONF_CTX *SSL_CONF_CTX_new(void); + void SSL_CONF_CTX_free(SSL_CONF_CTX *cctx); + +=head1 DESCRIPTION + +The function SSL_CONF_CTX_new() allocates and initialises an B +structure for use with the SSL_CONF functions. + +The function SSL_CONF_CTX_free() frees up the context B. + +=head1 RETURN VALUES + +SSL_CONF_CTX_new() returns either the newly allocated B structure +or B if an error occurs. + +SSL_CONF_CTX_free() does not return a value. + +=head1 SEE ALSO + +L, +L, +L, +L, +L + +=head1 HISTORY + +These functions were first added to OpenSSL 1.0.2 + +=cut diff --git a/openssl/doc/ssl/SSL_CONF_CTX_set1_prefix.pod b/openssl/doc/ssl/SSL_CONF_CTX_set1_prefix.pod new file mode 100755 index 000000000..76990188d --- /dev/null +++ b/openssl/doc/ssl/SSL_CONF_CTX_set1_prefix.pod @@ -0,0 +1,49 @@ +=pod + +=head1 NAME + +SSL_CONF_CTX_set1_prefix - Set configuration context command prefix + +=head1 SYNOPSIS + + #include + + unsigned int SSL_CONF_CTX_set1_prefix(SSL_CONF_CTX *cctx, const char *prefix); + +=head1 DESCRIPTION + +The function SSL_CONF_CTX_set1_prefix() sets the command prefix of B +to B. If B is B it is restored to the default value. + +=head1 NOTES + +Command prefixes alter the commands recognised by subsequent SSL_CTX_cmd() +calls. For example for files, if the prefix "SSL" is set then command names +such as "SSLProtocol", "SSLOptions" etc. are recognised instead of "Protocol" +and "Options". Similarly for command lines if the prefix is "--ssl-" then +"--ssl-no_tls1_2" is recognised instead of "-no_tls1_2". + +If the B flag is set then prefix checks are case +sensitive and "-" is the default. In the unlikely even an application +explicitly wants to set no prefix it must be explicitly set to "". + +If the B flag is set then prefix checks are case +insensitive and no prefix is the default. + +=head1 RETURN VALUES + +SSL_CONF_CTX_set1_prefix() returns 1 for success and 0 for failure. + +=head1 SEE ALSO + +L, +L, +L, +L, +L + +=head1 HISTORY + +These functions were first added to OpenSSL 1.0.2 + +=cut diff --git a/openssl/doc/ssl/SSL_CONF_CTX_set_flags.pod b/openssl/doc/ssl/SSL_CONF_CTX_set_flags.pod new file mode 100755 index 000000000..ab87efcc2 --- /dev/null +++ b/openssl/doc/ssl/SSL_CONF_CTX_set_flags.pod @@ -0,0 +1,68 @@ +=pod + +=head1 NAME + +SSL_CONF_CTX_set_flags, SSL_CONF_CTX_clear_flags - Set of clear SSL configuration context flags + +=head1 SYNOPSIS + + #include + + unsigned int SSL_CONF_CTX_set_flags(SSL_CONF_CTX *cctx, unsigned int flags); + unsigned int SSL_CONF_CTX_clear_flags(SSL_CONF_CTX *cctx, unsigned int flags); + +=head1 DESCRIPTION + +The function SSL_CONF_CTX_set_flags() sets B in the context B. + +The function SSL_CONF_CTX_clear_flags() clears B in the context B. + +=head1 NOTES + +The flags set affect how subsequent calls to SSL_CONF_cmd() or +SSL_CONF_argv() behave. + +Currently the following B values are recognised: + +=over 4 + +=item SSL_CONF_FLAG_CMDLINE, SSL_CONF_FLAG_FILE + +recognise options intended for command line or configuration file use. At +least one of these flags must be set. + +=item SSL_CONF_FLAG_CLIENT, SSL_CONF_FLAG_SERVER + +recognise options intended for use in SSL/TLS clients or servers. One or +both of these flags must be set. + +=item SSL_CONF_CERTIFICATE + +recognise certificate and private key options. + +=item SSL_CONF_FLAG_SHOW_ERRORS + +indicate errors relating to unrecognised options or missing arguments in +the error queue. If this option isn't set such errors are only reflected +in the return values of SSL_CONF_set_cmd() or SSL_CONF_set_argv() + +=back + +=head1 RETURN VALUES + +SSL_CONF_CTX_set_flags() and SSL_CONF_CTX_clear_flags() returns the new flags +value after setting or clearing flags. + +=head1 SEE ALSO + +L, +L, +L, +L, +L + +=head1 HISTORY + +These functions were first added to OpenSSL 1.0.2 + +=cut diff --git a/openssl/doc/ssl/SSL_CONF_CTX_set_ssl_ctx.pod b/openssl/doc/ssl/SSL_CONF_CTX_set_ssl_ctx.pod new file mode 100755 index 000000000..2049a5336 --- /dev/null +++ b/openssl/doc/ssl/SSL_CONF_CTX_set_ssl_ctx.pod @@ -0,0 +1,47 @@ +=pod + +=head1 NAME + +SSL_CONF_CTX_set_ssl_ctx, SSL_CONF_CTX_set_ssl - set context to configure + +=head1 SYNOPSIS + + #include + + void SSL_CONF_CTX_set_ssl_ctx(SSL_CONF_CTX *cctx, SSL_CTX *ctx); + void SSL_CONF_CTX_set_ssl(SSL_CONF_CTX *cctx, SSL *ssl); + +=head1 DESCRIPTION + +SSL_CONF_CTX_set_ssl_ctx() sets the context associated with B to the +B structure B. Any previous B or B associated with +B is cleared. Subsequent calls to SSL_CONF_cmd() will be sent to +B. + +SSL_CONF_CTX_set_ssl() sets the context associated with B to the +B structure B. Any previous B or B associated with +B is cleared. Subsequent calls to SSL_CONF_cmd() will be sent to +B. + +=head1 NOTES + +The context need not be set or it can be set to B in which case only +syntax checking of commands is performed, where possible. + +=head1 RETURN VALUES + +SSL_CONF_CTX_set_ssl_ctx() and SSL_CTX_set_ssl() do not return a value. + +=head1 SEE ALSO + +L, +L, +L, +L, +L + +=head1 HISTORY + +These functions were first added to OpenSSL 1.0.2 + +=cut diff --git a/openssl/doc/ssl/SSL_CONF_cmd.pod b/openssl/doc/ssl/SSL_CONF_cmd.pod new file mode 100755 index 000000000..6d073cb9f --- /dev/null +++ b/openssl/doc/ssl/SSL_CONF_cmd.pod @@ -0,0 +1,433 @@ +=pod + +=head1 NAME + +SSL_CONF_cmd - send configuration command + +=head1 SYNOPSIS + + #include + + int SSL_CONF_cmd(SSL_CONF_CTX *cctx, const char *cmd, const char *value); + int SSL_CONF_cmd_value_type(SSL_CONF_CTX *cctx, const char *cmd); + int SSL_CONF_finish(SSL_CONF_CTX *cctx); + +=head1 DESCRIPTION + +The function SSL_CONF_cmd() performs configuration operation B with +optional parameter B on B. Its purpose is to simplify application +configuration of B or B structures by providing a common +framework for command line options or configuration files. + +SSL_CONF_cmd_value_type() returns the type of value that B refers to. + +The function SSL_CONF_finish() must be called after all configuration +operations have been completed. It is used to finalise any operations +or to process defaults. + +=head1 SUPPORTED COMMAND LINE COMMANDS + +Currently supported B names for command lines (i.e. when the +flag B is set) are listed below. Note: all B names +are case sensitive. Unless otherwise stated commands can be used by +both clients and servers and the B parameter is not used. The default +prefix for command line commands is B<-> and that is reflected below. + +=over 4 + +=item B<-sigalgs> + +This sets the supported signature algorithms for TLS v1.2. For clients this +value is used directly for the supported signature algorithms extension. For +servers it is used to determine which signature algorithms to support. + +The B argument should be a colon separated list of signature algorithms +in order of decreasing preference of the form B. B +is one of B, B or B and B is a supported algorithm +OID short name such as B, B, B, B of B. +Note: algorithm and hash names are case sensitive. + +If this option is not set then all signature algorithms supported by the +OpenSSL library are permissible. + +=item B<-client_sigalgs> + +This sets the supported signature algorithms associated with client +authentication for TLS v1.2. For servers the value is used in the supported +signature algorithms field of a certificate request. For clients it is +used to determine which signature algorithm to with the client certificate. +If a server does not request a certificate this option has no effect. + +The syntax of B is identical to B<-sigalgs>. If not set then +the value set for B<-sigalgs> will be used instead. + +=item B<-curves> + +This sets the supported elliptic curves. For clients the curves are +sent using the supported curves extension. For servers it is used +to determine which curve to use. This setting affects curves used for both +signatures and key exchange, if applicable. + +The B argument is a colon separated list of curves. The curve can be +either the B name (e.g. B) or an OpenSSL OID name (e.g +B). Curve names are case sensitive. + +=item B<-named_curve> + +This sets the temporary curve used for ephemeral ECDH modes. Only used by +servers + +The B argument is a curve name or the special value B which +picks an appropriate curve based on client and server preferences. The curve +can be either the B name (e.g. B) or an OpenSSL OID name +(e.g B). Curve names are case sensitive. + +=item B<-cipher> + +Sets the cipher suite list to B. Note: syntax checking of B is +currently not performed unless a B or B structure is +associated with B. + +=item B<-cert> + +Attempts to use the file B as the certificate for the appropriate +context. It currently uses SSL_CTX_use_certificate_chain_file() if an B +structure is set or SSL_use_certificate_file() with filetype PEM if an B +structure is set. This option is only supported if certificate operations +are permitted. + +=item B<-key> + +Attempts to use the file B as the private key for the appropriate +context. This option is only supported if certificate operations +are permitted. Note: if no B<-key> option is set then a private key is +not loaded: it does not currently use the B<-cert> file. + +=item B<-dhparam> + +Attempts to use the file B as the set of temporary DH parameters for +the appropriate context. This option is only supported if certificate +operations are permitted. + +=item B<-no_ssl2>, B<-no_ssl3>, B<-no_tls1>, B<-no_tls1_1>, B<-no_tls1_2> + +Disables protocol support for SSLv2, SSLv3, TLS 1.0, TLS 1.1 or TLS 1.2 +by setting the corresponding options B, B, +B, B and B respectively. + +=item B<-bugs> + +Various bug workarounds are set, same as setting B. + +=item B<-no_comp> + +Disables support for SSL/TLS compression, same as setting B. + +=item B<-no_ticket> + +Disables support for session tickets, same as setting B. + +=item B<-serverpref> + +Use server and not client preference order when determining which cipher suite, +signature algorithm or elliptic curve to use for an incoming connection. +Equivalent to B. Only used by servers. + +=item B<-no_resumption_on_reneg> + +set SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION flag. Only used by servers. + +=item B<-legacyrenegotiation> + +permits the use of unsafe legacy renegotiation. Equivalent to setting +B. + +=item B<-legacy_server_connect>, B<-no_legacy_server_connect> + +permits or prohibits the use of unsafe legacy renegotiation for OpenSSL +clients only. Equivalent to setting or clearing B. +Set by default. + +=item B<-strict> + +enables strict mode protocol handling. Equivalent to setting +B. + +=item B<-debug_broken_protocol> + +disables various checks and permits several kinds of broken protocol behaviour +for testing purposes: it should B be used in anything other than a test +environment. Only supported if OpenSSL is configured with +B<-DOPENSSL_SSL_DEBUG_BROKEN_PROTOCOL>. + +=back + +=head1 SUPPORTED CONFIGURATION FILE COMMANDS + +Currently supported B names for configuration files (i.e. when the +flag B is set) are listed below. All configuration file +B names and are case insensitive so B is recognised +as well as B. Unless otherwise stated the B names +are also case insensitive. + +Note: the command prefix (if set) alters the recognised B values. + +=over 4 + +=item B + +Sets the cipher suite list to B. Note: syntax checking of B is +currently not performed unless an B or B structure is +associated with B. + +=item B + +Attempts to use the file B as the certificate for the appropriate +context. It currently uses SSL_CTX_use_certificate_chain_file() if an B +structure is set or SSL_use_certificate_file() with filetype PEM if an B +structure is set. This option is only supported if certificate operations +are permitted. + +=item B + +Attempts to use the file B as the private key for the appropriate +context. This option is only supported if certificate operations +are permitted. Note: if no B<-key> option is set then a private key is +not loaded: it does not currently use the B file. + +=item B + +Attempts to use the file B as the set of temporary DH parameters for +the appropriate context. This option is only supported if certificate +operations are permitted. + +=item B + +This sets the supported signature algorithms for TLS v1.2. For clients this +value is used directly for the supported signature algorithms extension. For +servers it is used to determine which signature algorithms to support. + +The B argument should be a colon separated list of signature algorithms +in order of decreasing preference of the form B. B +is one of B, B or B and B is a supported algorithm +OID short name such as B, B, B, B of B. +Note: algorithm and hash names are case sensitive. + +If this option is not set then all signature algorithms supported by the +OpenSSL library are permissible. + +=item B + +This sets the supported signature algorithms associated with client +authentication for TLS v1.2. For servers the value is used in the supported +signature algorithms field of a certificate request. For clients it is +used to determine which signature algorithm to with the client certificate. + +The syntax of B is identical to B. If not set then +the value set for B will be used instead. + +=item B + +This sets the supported elliptic curves. For clients the curves are +sent using the supported curves extension. For servers it is used +to determine which curve to use. This setting affects curves used for both +signatures and key exchange, if applicable. + +The B argument is a colon separated list of curves. The curve can be +either the B name (e.g. B) or an OpenSSL OID name (e.g +B). Curve names are case sensitive. + +=item B + +This sets the temporary curve used for ephemeral ECDH modes. Only used by +servers + +The B argument is a curve name or the special value B which +picks an appropriate curve based on client and server preferences. The curve +can be either the B name (e.g. B) or an OpenSSL OID name +(e.g B). Curve names are case sensitive. + +=item B + +The supported versions of the SSL or TLS protocol. + +The B argument is a comma separated list of supported protocols to +enable or disable. If an protocol is preceded by B<-> that version is disabled. +All versions are enabled by default, though applications may choose to +explicitly disable some. Currently supported protocol values are B, +B, B, B and B. The special value B refers +to all supported versions. + +=item B + +The B argument is a comma separated list of various flags to set. +If a flag string is preceded B<-> it is disabled. See the +B function for more details of individual options. + +Each option is listed below. Where an operation is enabled by default +the B<-flag> syntax is needed to disable it. + +B: session ticket support, enabled by default. Inverse of +B: that is B<-SessionTicket> is the same as setting +B. + +B: SSL/TLS compression support, enabled by default. Inverse +of B. + +B: use empty fragments as a countermeasure against a +SSL 3.0/TLS 1.0 protocol vulnerability affecting CBC ciphers. It +is set by default. Inverse of B. + +B: enable various bug workarounds. Same as B. + +B: enable single use DH keys, set by default. Inverse of +B. Only used by servers. + +B enable single use ECDH keys, set by default. Inverse of +B. Only used by servers. + +B use server and not client preference order when +determining which cipher suite, signature algorithm or elliptic curve +to use for an incoming connection. Equivalent to +B. Only used by servers. + +B set +B flag. Only used by servers. + +B permits the use of unsafe legacy renegotiation. +Equivalent to B. + +B permits the use of unsafe legacy renegotiation +for OpenSSL clients only. Equivalent to B. +Set by default. + +=back + +=head1 SUPPORTED COMMAND TYPES + +The function SSL_CONF_cmd_value_type() currently returns one of the following +types: + +=over 4 + +=item B + +The B string is unrecognised, this return value can be use to flag +syntax errors. + +=item B + +The value is a string without any specific structure. + +=item B + +The value is a file name. + +=item B + +The value is a directory name. + +=back + +=head1 NOTES + +The order of operations is significant. This can be used to set either defaults +or values which cannot be overridden. For example if an application calls: + + SSL_CONF_cmd(ctx, "Protocol", "-SSLv2"); + SSL_CONF_cmd(ctx, userparam, uservalue); + +it will disable SSLv2 support by default but the user can override it. If +however the call sequence is: + + SSL_CONF_cmd(ctx, userparam, uservalue); + SSL_CONF_cmd(ctx, "Protocol", "-SSLv2"); + +SSLv2 is B disabled and attempt to override this by the user are +ignored. + +By checking the return code of SSL_CTX_cmd() it is possible to query if a +given B is recognised, this is useful is SSL_CTX_cmd() values are +mixed with additional application specific operations. + +For example an application might call SSL_CTX_cmd() and if it returns +-2 (unrecognised command) continue with processing of application specific +commands. + +Applications can also use SSL_CTX_cmd() to process command lines though the +utility function SSL_CTX_cmd_argv() is normally used instead. One way +to do this is to set the prefix to an appropriate value using +SSL_CONF_CTX_set1_prefix(), pass the current argument to B and the +following argument to B (which may be NULL). + +In this case if the return value is positive then it is used to skip that +number of arguments as they have been processed by SSL_CTX_cmd(). If -2 is +returned then B is not recognised and application specific arguments +can be checked instead. If -3 is returned a required argument is missing +and an error is indicated. If 0 is returned some other error occurred and +this can be reported back to the user. + +The function SSL_CONF_cmd_value_type() can be used by applications to +check for the existence of a command or to perform additional syntax +checking or translation of the command value. For example if the return +value is B an application could translate a relative +pathname to an absolute pathname. + +=head1 EXAMPLES + +Set supported signature algorithms: + + SSL_CONF_cmd(ctx, "SignatureAlgorithms", "ECDSA+SHA256:RSA+SHA256:DSA+SHA256"); + +Enable all protocols except SSLv3 and SSLv2: + + SSL_CONF_cmd(ctx, "Protocol", "ALL,-SSLv3,-SSLv2"); + +Only enable TLSv1.2: + + SSL_CONF_cmd(ctx, "Protocol", "-ALL,TLSv1.2"); + +Disable TLS session tickets: + + SSL_CONF_cmd(ctx, "Options", "-SessionTicket"); + +Set supported curves to P-256, P-384: + + SSL_CONF_cmd(ctx, "Curves", "P-256:P-384"); + +Set automatic support for any elliptic curve for key exchange: + + SSL_CONF_cmd(ctx, "ECDHParameters", "Automatic"); + +=head1 RETURN VALUES + +SSL_CONF_cmd() returns 1 if the value of B is recognised and B is +B used and 2 if both B and B are used. In other words it +returns the number of arguments processed. This is useful when processing +command lines. + +A return value of -2 means B is not recognised. + +A return value of -3 means B is recognised and the command requires a +value but B is NULL. + +A return code of 0 indicates that both B and B are valid but an +error occurred attempting to perform the operation: for example due to an +error in the syntax of B in this case the error queue may provide +additional information. + +SSL_CONF_finish() returns 1 for success and 0 for failure. + +=head1 SEE ALSO + +L, +L, +L, +L, +L + +=head1 HISTORY + +SSL_CONF_cmd() was first added to OpenSSL 1.0.2 + +=cut diff --git a/openssl/doc/ssl/SSL_CONF_cmd_argv.pod b/openssl/doc/ssl/SSL_CONF_cmd_argv.pod new file mode 100755 index 000000000..6e66441cd --- /dev/null +++ b/openssl/doc/ssl/SSL_CONF_cmd_argv.pod @@ -0,0 +1,42 @@ +=pod + +=head1 NAME + +SSL_CONF_cmd_argv - SSL configuration command line processing. + +=head1 SYNOPSIS + + #include + + int SSL_CONF_cmd_argv(SSL_CONF_CTX *cctx, int *pargc, char ***pargv); + +=head1 DESCRIPTION + +The function SSL_CONF_cmd_argv() processes at most two command line +arguments from B and B. The values of B and B +are updated to reflect the number of command options processed. The B +argument can be set to B is it is not used. + +=head1 RETURN VALUES + +SSL_CONF_cmd_argv() returns the number of command arguments processed: 0, 1, 2 +or a negative error code. + +If -2 is returned then an argument for a command is missing. + +If -1 is returned the command is recognised but couldn't be processed due +to an error: for example a syntax error in the argument. + +=head1 SEE ALSO + +L, +L, +L, +L, +L + +=head1 HISTORY + +These functions were first added to OpenSSL 1.0.2 + +=cut diff --git a/openssl/doc/ssl/SSL_CTX_add1_chain_cert.pod b/openssl/doc/ssl/SSL_CTX_add1_chain_cert.pod new file mode 100755 index 000000000..b999f0941 --- /dev/null +++ b/openssl/doc/ssl/SSL_CTX_add1_chain_cert.pod @@ -0,0 +1,150 @@ +=pod + +=head1 NAME + +SSL_CTX_set0_chain, SSL_CTX_set1_chain, SSL_CTX_add0_chain_cert, +SSL_CTX_add1_chain_cert, SSL_CTX_get0_chain_certs, SSL_CTX_clear_chain_certs, +SSL_set0_chain, SSL_set1_chain, SSL_add0_chain_cert, SSL_add1_chain_cert, +SSL_get0_chain_certs, SSL_clear_chain_certs, SSL_CTX_build_cert_chain, +SSL_build_cert_chain, SSL_CTX_select_current_cert, +SSL_select_current_cert, SSL_CTX_set_current_cert, SSL_set_current_cert - extra +chain certificate processing + +=head1 SYNOPSIS + + #include + + int SSL_CTX_set0_chain(SSL_CTX *ctx, STACK_OF(X509) *sk); + int SSL_CTX_set1_chain(SSL_CTX *ctx, STACK_OF(X509) *sk); + int SSL_CTX_add0_chain_cert(SSL_CTX *ctx, X509 *x509); + int SSL_CTX_add1_chain_cert(SSL_CTX *ctx, X509 *x509); + int SSL_CTX_get0_chain_certs(SSL_CTX *ctx, STACK_OF(X509) **sk); + int SSL_CTX_clear_chain_certs(SSL_CTX *ctx); + + int SSL_set0_chain(SSL *ssl, STACK_OF(X509) *sk); + int SSL_set1_chain(SSL *ssl, STACK_OF(X509) *sk); + int SSL_add0_chain_cert(SSL *ssl, X509 *x509); + int SSL_add1_chain_cert(SSL *ssl, X509 *x509); + int SSL_get0_chain_certs(SSL *ssl, STACK_OF(X509) **sk); + int SSL_clear_chain_certs(SSL *ssl); + + int SSL_CTX_build_cert_chain(SSL_CTX *ctx, flags); + int SSL_build_cert_chain(SSL *ssl, flags); + + int SSL_CTX_select_current_cert(SSL_CTX *ctx, X509 *x509); + int SSL_select_current_cert(SSL *ssl, X509 *x509); + int SSL_CTX_set_current_cert(SSL_CTX *ctx, long op); + int SSL_set_current_cert(SSL *ssl, long op); + +=head1 DESCRIPTION + +SSL_CTX_set0_chain() and SSL_CTX_set1_chain() set the certificate chain +associated with the current certificate of B to B. + +SSL_CTX_add0_chain_cert() and SSL_CTX_add1_chain_cert() append the single +certificate B to the chain associated with the current certificate of +B. + +SSL_CTX_get0_chain_certs() retrieves the chain associated with the current +certificate of B. + +SSL_CTX_clear_chain_certs() clears any existing chain associated with the +current certificate of B. (This is implemented by calling +SSL_CTX_set0_chain() with B set to B). + +SSL_CTX_build_cert_chain() builds the certificate chain for B normally +this uses the chain store or the verify store if the chain store is not set. +If the function is successful the built chain will replace any existing chain. +The B parameter can be set to B to use +existing chain certificates as untrusted CAs, B +to omit the root CA from the built chain, B to +use all existing chain certificates only to build the chain (effectively +sanity checking and rearranging them if necessary), the flag +B ignores any errors during verification: +if flag B is also set verification errors +are cleared from the error queue. + +Each of these functions operates on the I end entity +(i.e. server or client) certificate. This is the last certificate loaded or +selected on the corresponding B structure. + +SSL_CTX_select_current_cert() selects B as the current end entity +certificate, but only if B has already been loaded into B using a +function such as SSL_CTX_use_certificate(). + +SSL_set0_chain(), SSL_set1_chain(), SSL_add0_chain_cert(), +SSL_add1_chain_cert(), SSL_get0_chain_certs(), SSL_clear_chain_certs(), +SSL_build_cert_chain(), SSL_select_current_cert() and SSL_set_current_cert() +are similar except they apply to SSL structure B. + +SSL_CTX_set_current_cert() changes the current certificate to a value based +on the B argument. Currently B can be B to use +the first valid certificate or B to set the next valid +certificate after the current certificate. These two operations can be +used to iterate over all certificates in an B structure. + +SSL_set_current_cert() also supports the option B. +If B is a server and has sent a certificate to a connected client +this option sets that certificate to the current certificate and returns 1. +If the negotiated ciphersuite is anonymous (and thus no certificate will +be sent) 2 is returned and the current certificate is unchanged. If B +is not a server or a certificate has not been sent 0 is returned and +the current certificate is unchanged. + +All these functions are implemented as macros. Those containing a B<1> +increment the reference count of the supplied certificate or chain so it must +be freed at some point after the operation. Those containing a B<0> do +not increment reference counts and the supplied certificate or chain +B be freed after the operation. + +=head1 NOTES + +The chains associate with an SSL_CTX structure are copied to any SSL +structures when SSL_new() is called. SSL structures will not be affected +by any chains subsequently changed in the parent SSL_CTX. + +One chain can be set for each key type supported by a server. So, for example, +an RSA and a DSA certificate can (and often will) have different chains. + +The functions SSL_CTX_build_cert_chain() and SSL_build_cert_chain() can +be used to check application configuration and to ensure any necessary +subordinate CAs are sent in the correct order. Misconfigured applications +sending incorrect certificate chains often cause problems with peers. + +For example an application can add any set of certificates using +SSL_CTX_use_certificate_chain_file() then call SSL_CTX_build_cert_chain() +with the option B to check and reorder them. + +Applications can issue non fatal warnings when checking chains by setting +the flag B and checking the return +value. + +Calling SSL_CTX_build_cert_chain() or SSL_build_cert_chain() is more +efficient than the automatic chain building as it is only performed once. +Automatic chain building is performed on each new session. + +If any certificates are added using these functions no certificates added +using SSL_CTX_add_extra_chain_cert() will be used. + +=head1 RETURN VALUES + +SSL_set_current_cert() with B return 1 for success, 2 if +no server certificate is used because the ciphersuites is anonymous and 0 +for failure. + +SSL_CTX_build_cert_chain() and SSL_build_cert_chain() return 1 for success +and 0 for failure. If the flag B and +a verification error occurs then 2 is returned. + +All other functions return 1 for success and 0 for failure. + + +=head1 SEE ALSO + +L + +=head1 HISTORY + +These functions were first added to OpenSSL 1.0.2. + +=cut diff --git a/openssl/doc/ssl/SSL_CTX_add_extra_chain_cert.pod b/openssl/doc/ssl/SSL_CTX_add_extra_chain_cert.pod index 5955ee1cb..8e832a57e 100644 --- a/openssl/doc/ssl/SSL_CTX_add_extra_chain_cert.pod +++ b/openssl/doc/ssl/SSL_CTX_add_extra_chain_cert.pod @@ -32,7 +32,8 @@ Only one set of extra chain certificates can be specified per SSL_CTX structure. Different chains for different certificates (for example if both RSA and DSA certificates are specified by the same server) or different SSL structures with the same parent SSL_CTX cannot be specified using this -function. +function. For more flexibility functions such as SSL_add1_chain_cert() should +be used instead. =head1 RETURN VALUES @@ -45,5 +46,15 @@ L, L, L, L +L +L +L +L +L +L +L +L +L +L =cut diff --git a/openssl/doc/ssl/SSL_CTX_sess_set_cache_size.pod b/openssl/doc/ssl/SSL_CTX_sess_set_cache_size.pod index c8b99f4ee..4aeda096d 100644 --- a/openssl/doc/ssl/SSL_CTX_sess_set_cache_size.pod +++ b/openssl/doc/ssl/SSL_CTX_sess_set_cache_size.pod @@ -15,6 +15,7 @@ SSL_CTX_sess_set_cache_size, SSL_CTX_sess_get_cache_size - manipulate session ca SSL_CTX_sess_set_cache_size() sets the size of the internal session cache of context B to B. +This value is a hint and not an absolute; see the notes below. SSL_CTX_sess_get_cache_size() returns the currently valid session cache size. @@ -25,8 +26,9 @@ currently 1024*20, so that up to 20000 sessions can be held. This size can be modified using the SSL_CTX_sess_set_cache_size() call. A special case is the size 0, which is used for unlimited size. -When the maximum number of sessions is reached, no more new sessions are -added to the cache. New space may be added by calling +If adding the session makes the cache exceed its size, then unused +sessions are dropped from the end of the cache. +Cache space may also be reclaimed by calling L to remove expired sessions. diff --git a/openssl/doc/ssl/SSL_CTX_set1_curves.pod b/openssl/doc/ssl/SSL_CTX_set1_curves.pod new file mode 100755 index 000000000..18d0c9ac3 --- /dev/null +++ b/openssl/doc/ssl/SSL_CTX_set1_curves.pod @@ -0,0 +1,103 @@ +=pod + +=head1 NAME + +SSL_CTX_set1_curves, SSL_CTX_set1_curves_list, SSL_set1_curves, +SSL_set1_curves_list, SSL_get1_curves, SSL_get_shared_curve, +SSL_CTX_set_ecdh_auto, SSL_set_ecdh_auto - EC supported curve functions + +=head1 SYNOPSIS + + #include + + int SSL_CTX_set1_curves(SSL_CTX *ctx, int *clist, int clistlen); + int SSL_CTX_set1_curves_list(SSL_CTX *ctx, char *list); + + int SSL_set1_curves(SSL *ssl, int *clist, int clistlen); + int SSL_set1_curves_list(SSL *ssl, char *list); + + int SSL_get1_curves(SSL *ssl, int *curves); + int SSL_get_shared_curve(SSL *s, int n); + + int SSL_CTX_set_ecdh_auto(SSL_CTX *ctx, int onoff); + int SSL_set_ecdh_auto(SSL *s, int onoff); + +=head1 DESCRIPTION + +SSL_CTX_set1_curves() sets the supported curves for B to B +curves in the array B. The array consist of all NIDs of curves in +preference order. For a TLS client the curves are used directly in the +supported curves extension. For a TLS server the curves are used to +determine the set of shared curves. + +SSL_CTX_set1_curves_list() sets the supported curves for B to +string B. The string is a colon separated list of curve NIDs or +names, for example "P-521:P-384:P-256". + +SSL_set1_curves() and SSL_set1_curves_list() are similar except they set +supported curves for the SSL structure B. + +SSL_get1_curves() returns the set of supported curves sent by a client +in the supported curves extension. It returns the total number of +supported curves. The B parameter can be B to simply +return the number of curves for memory allocation purposes. The +B array is in the form of a set of curve NIDs in preference +order. It can return zero if the client did not send a supported curves +extension. + +SSL_get_shared_curve() returns shared curve B for a server-side +SSL B. If B is -1 then the total number of shared curves is +returned, which may be zero. Other than for diagnostic purposes, +most applications will only be interested in the first shared curve +so B is normally set to zero. If the value B is out of range, +NID_undef is returned. + +SSL_CTX_set_ecdh_auto() and SSL_set_ecdh_auto() set automatic curve +selection for server B or B to B. If B is 1 then +the highest preference curve is automatically used for ECDH temporary +keys used during key exchange. + +All these functions are implemented as macros. + +=head1 NOTES + +If an application wishes to make use of several of these functions for +configuration purposes either on a command line or in a file it should +consider using the SSL_CONF interface instead of manually parsing options. + +The functions SSL_CTX_set_ecdh_auto() and SSL_set_ecdh_auto() can be used to +make a server always choose the most appropriate curve for a client. If set +it will override any temporary ECDH parameters set by a server. Previous +versions of OpenSSL could effectively only use a single ECDH curve set +using a function such as SSL_CTX_set_ecdh_tmp(). Newer applications should +just call: + + SSL_CTX_set_ecdh_auto(ctx, 1); + +and they will automatically support ECDH using the most appropriate shared +curve. + +=head1 RETURN VALUES + +SSL_CTX_set1_curves(), SSL_CTX_set1_curves_list(), SSL_set1_curves(), +SSL_set1_curves_list(), SSL_CTX_set_ecdh_auto() and SSL_set_ecdh_auto() +return 1 for success and 0 for failure. + +SSL_get1_curves() returns the number of curves, which may be zero. + +SSL_get_shared_curve() returns the NID of shared curve B or NID_undef if there +is no shared curve B; or the total number of shared curves if B +is -1. + +When called on a client B, SSL_get_shared_curve() has no meaning and +returns -1. + +=head1 SEE ALSO + +L + +=head1 HISTORY + +These functions were first added to OpenSSL 1.0.2. + +=cut diff --git a/openssl/doc/ssl/SSL_CTX_set1_verify_cert_store.pod b/openssl/doc/ssl/SSL_CTX_set1_verify_cert_store.pod new file mode 100755 index 000000000..493cca481 --- /dev/null +++ b/openssl/doc/ssl/SSL_CTX_set1_verify_cert_store.pod @@ -0,0 +1,91 @@ +=pod + +=head1 NAME + +SSL_CTX_set0_verify_cert_store, SSL_CTX_set1_verify_cert_store, +SSL_CTX_set0_chain_cert_store, SSL_CTX_set1_chain_cert_store, +SSL_set0_verify_cert_store, SSL_set1_verify_cert_store, +SSL_set0_chain_cert_store, SSL_set1_chain_cert_store - set certificate +verification or chain store + +=head1 SYNOPSIS + + #include + + int SSL_CTX_set0_verify_cert_store(SSL_CTX *ctx, X509_STORE *st); + int SSL_CTX_set1_verify_cert_store(SSL_CTX *ctx, X509_STORE *st); + int SSL_CTX_set0_chain_cert_store(SSL_CTX *ctx, X509_STORE *st); + int SSL_CTX_set1_chain_cert_store(SSL_CTX *ctx, X509_STORE *st); + + int SSL_set0_verify_cert_store(SSL_CTX *ctx, X509_STORE *st); + int SSL_set1_verify_cert_store(SSL_CTX *ctx, X509_STORE *st); + int SSL_set0_chain_cert_store(SSL_CTX *ctx, X509_STORE *st); + int SSL_set1_chain_cert_store(SSL_CTX *ctx, X509_STORE *st); + +=head1 DESCRIPTION + +SSL_CTX_set0_verify_cert_store() and SSL_CTX_set1_verify_cert_store() +set the certificate store used for certificate verification to B. + +SSL_CTX_set0_chain_cert_store() and SSL_CTX_set1_chain_cert_store() +set the certificate store used for certificate chain building to B. + +SSL_set0_verify_cert_store(), SSL_set1_verify_cert_store(), +SSL_set0_chain_cert_store() and SSL_set1_chain_cert_store() are similar +except they apply to SSL structure B. + +All these functions are implemented as macros. Those containing a B<1> +increment the reference count of the supplied store so it must +be freed at some point after the operation. Those containing a B<0> do +not increment reference counts and the supplied store B be freed +after the operation. + +=head1 NOTES + +The stores pointers associated with an SSL_CTX structure are copied to any SSL +structures when SSL_new() is called. As a result SSL structures will not be +affected if the parent SSL_CTX store pointer is set to a new value. + +The verification store is used to verify the certificate chain sent by the +peer: that is an SSL/TLS client will use the verification store to verify +the server's certificate chain and a SSL/TLS server will use it to verify +any client certificate chain. + +The chain store is used to build the certificate chain. + +If the mode B is set or a certificate chain is +configured already (for example using the functions such as +L or +L) then +automatic chain building is disabled. + +If the mode B is set then automatic chain building +is disabled. + +If the chain or the verification store is not set then the store associated +with the parent SSL_CTX is used instead to retain compatibility with previous +versions of OpenSSL. + +=head1 RETURN VALUES + +All these functions return 1 for success and 0 for failure. + +=head1 SEE ALSO + +L +L +L +L +L +L +L +L +L +L +L + +=head1 HISTORY + +These functions were first added to OpenSSL 1.0.2. + +=cut diff --git a/openssl/doc/ssl/SSL_CTX_set_cert_cb.pod b/openssl/doc/ssl/SSL_CTX_set_cert_cb.pod new file mode 100755 index 000000000..141d828f5 --- /dev/null +++ b/openssl/doc/ssl/SSL_CTX_set_cert_cb.pod @@ -0,0 +1,68 @@ +=pod + +=head1 NAME + +SSL_CTX_set_cert_cb, SSL_set_cert_cb - handle certificate callback function + +=head1 SYNOPSIS + + #include + + void SSL_CTX_set_cert_cb(SSL_CTX *c, int (*cert_cb)(SSL *ssl, void *arg), void *arg); + void SSL_set_cert_cb(SSL *s, int (*cert_cb)(SSL *ssl, void *arg), void *arg); + + int (*cert_cb)(SSL *ssl, void *arg); + +=head1 DESCRIPTION + +SSL_CTX_set_cert_cb() and SSL_set_cert_cb() sets the B callback, +B value is pointer which is passed to the application callback. + +When B is NULL, no callback function is used. + +cert_cb() is the application defined callback. It is called before a +certificate will be used by a client or server. The callback can then inspect +the passed B structure and set or clear any appropriate certificates. If +the callback is successful it B return 1 even if no certificates have +been set. A zero is returned on error which will abort the handshake with a +fatal internal error alert. A negative return value will suspend the handshake +and the handshake function will return immediately. +L will return SSL_ERROR_WANT_X509_LOOKUP to +indicate, that the handshake was suspended. The next call to the handshake +function will again lead to the call of cert_cb(). It is the job of the +cert_cb() to store information about the state of the last call, +if required to continue. + +=head1 NOTES + +An application will typically call SSL_use_certificate() and +SSL_use_PrivateKey() to set the end entity certificate and private key. +It can add intermediate and optionally the root CA certificates using +SSL_add1_chain_cert(). + +It might also call SSL_certs_clear() to delete any certificates associated +with the B object. + +The certificate callback functionality supercedes the (largely broken) +functionality provided by the old client certificate callback interface. +It is B called even is a certificate is already set so the callback +can modify or delete the existing certificate. + +A more advanced callback might examine the handshake parameters and set +whatever chain is appropriate. For example a legacy client supporting only +TLS v1.0 might receive a certificate chain signed using SHA1 whereas a +TLS v1.2 client which advertises support for SHA256 could receive a chain +using SHA256. + +Normal server sanity checks are performed on any certificates set +by the callback. So if an EC chain is set for a curve the client does not +support it will B be used. + +=head1 SEE ALSO + +L, L, +L, +L, +L, L + +=cut diff --git a/openssl/doc/ssl/SSL_CTX_set_cert_store.pod b/openssl/doc/ssl/SSL_CTX_set_cert_store.pod index 6acf0d9f9..846416e06 100644 --- a/openssl/doc/ssl/SSL_CTX_set_cert_store.pod +++ b/openssl/doc/ssl/SSL_CTX_set_cert_store.pod @@ -42,6 +42,13 @@ L family of functions. This document must therefore be updated when documentation about the X509_STORE object and its handling becomes available. +=head1 RESTRICTIONS + +The X509_STORE structure used by an SSL_CTX is used for verifying peer +certificates and building certificate chains, it is also shared by +every child SSL structure. Applications wanting finer control can use +functions such as SSL_CTX_set1_verify_cert_store() instead. + =head1 RETURN VALUES SSL_CTX_set_cert_store() does not return diagnostic output. diff --git a/openssl/doc/ssl/SSL_CTX_set_cipher_list.pod b/openssl/doc/ssl/SSL_CTX_set_cipher_list.pod index bd4df4abd..c84a8314b 100644 --- a/openssl/doc/ssl/SSL_CTX_set_cipher_list.pod +++ b/openssl/doc/ssl/SSL_CTX_set_cipher_list.pod @@ -41,7 +41,7 @@ RSA export ciphers with a keylength of 512 bits for the RSA key require a temporary 512 bit RSA key, as typically the supplied key has a length of 1024 bit (see L). -RSA ciphers using EDH need a certificate and key and additional DH-parameters +RSA ciphers using DHE need a certificate and key and additional DH-parameters (see L). A DSA cipher can only be chosen, when a DSA certificate is available. diff --git a/openssl/doc/ssl/SSL_CTX_set_custom_cli_ext.pod b/openssl/doc/ssl/SSL_CTX_set_custom_cli_ext.pod new file mode 100755 index 000000000..3fceef925 --- /dev/null +++ b/openssl/doc/ssl/SSL_CTX_set_custom_cli_ext.pod @@ -0,0 +1,133 @@ +=pod + +=head1 NAME + +SSL_CTX_add_client_custom_ext, SSL_CTX_add_server_custom_ext - custom TLS extension handling + +=head1 SYNOPSIS + + #include + + int SSL_CTX_add_client_custom_ext(SSL_CTX *ctx, unsigned int ext_type, + custom_ext_add_cb add_cb, + custom_ext_free_cb free_cb, void *add_arg, + custom_ext_parse_cb parse_cb, + void *parse_arg); + + int SSL_CTX_add_server_custom_ext(SSL_CTX *ctx, unsigned int ext_type, + custom_ext_add_cb add_cb, + custom_ext_free_cb free_cb, void *add_arg, + custom_ext_parse_cb parse_cb, + void *parse_arg); + + int SSL_extension_supported(unsigned int ext_type); + + typedef int (*custom_ext_add_cb)(SSL *s, unsigned int ext_type, + const unsigned char **out, + size_t *outlen, int *al, + void *add_arg); + + typedef void (*custom_ext_free_cb)(SSL *s, unsigned int ext_type, + const unsigned char *out, + void *add_arg); + + typedef int (*custom_ext_parse_cb)(SSL *s, unsigned int ext_type, + const unsigned char *in, + size_t inlen, int *al, + void *parse_arg); + + +=head1 DESCRIPTION + +SSL_CTX_add_client_custom_ext() adds a custom extension for a TLS client +with extension type B and callbacks B, B and +B. + +SSL_CTX_add_server_custom_ext() adds a custom extension for a TLS server +with extension type B and callbacks B, B and +B. + +In both cases the extension type must not be handled by OpenSSL internally +or an error occurs. + +SSL_extension_supported() returns 1 if the extension B is handled +internally by OpenSSL and 0 otherwise. + +=head1 EXTENSION CALLBACKS + +The callback B is called to send custom extension data to be +included in ClientHello for TLS clients or ServerHello for servers. The +B parameter is set to the extension type which will be added and +B to the value set when the extension handler was added. + +If the application wishes to include the extension B it should +set B<*out> to the extension data, set B<*outlen> to the length of the +extension data and return 1. + +If the B does not wish to include the extension it must return 0. + +If B returns -1 a fatal handshake error occurs using the TLS +alert value specified in B<*al>. + +For clients (but not servers) if B is set to NULL a zero length +extension is added for B. + +For clients every registered B is always called to see if the +application wishes to add an extension to ClientHello. + +For servers every registered B is called once if and only if the +corresponding extension was received in ClientHello to see if the application +wishes to add the extension to ServerHello. That is, if no corresponding extension +was received in ClientHello then B will not be called. + +If an extension is added (that is B returns 1) B is called +(if it is set) with the value of B set by the add callback. It can be +used to free up any dynamic extension data set by B. Since B is +constant (to permit use of constant data in B) applications may need to +cast away const to free the data. + +The callback B receives data for TLS extensions. For TLS clients +the extension data will come from ServerHello and for TLS servers it will +come from ClientHello. + +The extension data consists of B bytes in the buffer B for the +extension B. + +If the B considers the extension data acceptable it must return +1. If it returns 0 or a negative value a fatal handshake error occurs +using the TLS alert value specified in B<*al>. + +The buffer B is a temporary internal buffer which will not be valid after +the callback returns. + +=head1 NOTES + +The B and B parameters can be set to arbitrary values +which will be passed to the corresponding callbacks. They can, for example, +be used to store the extension data received in a convenient structure or +pass the extension data to be added or freed when adding extensions. + +The B parameter corresponds to the B field of +RFC5246 et al. It is B a NID. + +If the same custom extension type is received multiple times a fatal +B alert is sent and the handshake aborts. If a custom extension +is received in ServerHello which was not sent in ClientHello a fatal +B alert is sent and the handshake is aborted. The +ServerHello B callback is only called if the corresponding extension +was received in ClientHello. This is compliant with the TLS specifications. +This behaviour ensures that each callback is called at most once and that +an application can never send unsolicited extensions. + +=head1 RETURN VALUES + +SSL_CTX_add_client_custom_ext() and SSL_CTX_add_server_custom_ext() return 1 for +success and 0 for failure. A failure can occur if an attempt is made to +add the same B more than once, if an attempt is made to use an +extension type handled internally by OpenSSL or if an internal error occurs +(for example a memory allocation failure). + +SSL_extension_supported() returns 1 if the extension B is handled +internally by OpenSSL and 0 otherwise. + +=cut diff --git a/openssl/doc/ssl/SSL_CTX_set_mode.pod b/openssl/doc/ssl/SSL_CTX_set_mode.pod index 8cb669dae..2a5aaa555 100644 --- a/openssl/doc/ssl/SSL_CTX_set_mode.pod +++ b/openssl/doc/ssl/SSL_CTX_set_mode.pod @@ -71,6 +71,16 @@ SSL_CTX->freelist_max_len, which defaults to 32. Using this flag can save around 34k per idle SSL connection. This flag has no effect on SSL v2 connections, or on DTLS connections. +=item SSL_MODE_SEND_FALLBACK_SCSV + +Send TLS_FALLBACK_SCSV in the ClientHello. +To be set only by applications that reconnect with a downgraded protocol +version; see draft-ietf-tls-downgrade-scsv-00 for details. + +DO NOT ENABLE THIS if your application attempts a normal handshake. +Only use this in explicit fallback retries, following the guidance +in draft-ietf-tls-downgrade-scsv-00. + =back =head1 RETURN VALUES diff --git a/openssl/doc/ssl/SSL_CTX_set_options.pod b/openssl/doc/ssl/SSL_CTX_set_options.pod index 6e6b5e6d8..e80a72cd4 100644 --- a/openssl/doc/ssl/SSL_CTX_set_options.pod +++ b/openssl/doc/ssl/SSL_CTX_set_options.pod @@ -158,15 +158,7 @@ temporary/ephemeral DH parameters are used. =item SSL_OP_EPHEMERAL_RSA -Always use ephemeral (temporary) RSA key when doing RSA operations -(see L). -According to the specifications this is only done, when a RSA key -can only be used for signature operations (namely under export ciphers -with restricted RSA keylength). By setting this option, ephemeral -RSA keys are always used. This option breaks compatibility with the -SSL/TLS specifications and may lead to interoperability problems with -clients and should therefore never be used. Ciphers with EDH (ephemeral -Diffie-Hellman) key exchange should be used instead. +This option is no longer implemented and is treated as no op. =item SSL_OP_CIPHER_SERVER_PREFERENCE diff --git a/openssl/doc/ssl/SSL_CTX_set_tmp_rsa_callback.pod b/openssl/doc/ssl/SSL_CTX_set_tmp_rsa_callback.pod index 534643cd9..94c55b804 100644 --- a/openssl/doc/ssl/SSL_CTX_set_tmp_rsa_callback.pod +++ b/openssl/doc/ssl/SSL_CTX_set_tmp_rsa_callback.pod @@ -70,25 +70,18 @@ the TLS standard, when the RSA key can be used for signing only, that is for export ciphers. Using ephemeral RSA key exchange for other purposes violates the standard and can break interoperability with clients. It is therefore strongly recommended to not use ephemeral RSA key -exchange and use EDH (Ephemeral Diffie-Hellman) key exchange instead +exchange and use DHE (Ephemeral Diffie-Hellman) key exchange instead in order to achieve forward secrecy (see L). -On OpenSSL servers ephemeral RSA key exchange is therefore disabled by default -and must be explicitly enabled using the SSL_OP_EPHEMERAL_RSA option of -L, violating the TLS/SSL -standard. When ephemeral RSA key exchange is required for export ciphers, -it will automatically be used without this option! - -An application may either directly specify the key or can supply the key via -a callback function. The callback approach has the advantage, that the -callback may generate the key only in case it is actually needed. As the -generation of a RSA key is however costly, it will lead to a significant -delay in the handshake procedure. Another advantage of the callback function -is that it can supply keys of different size (e.g. for SSL_OP_EPHEMERAL_RSA -usage) while the explicit setting of the key is only useful for key size of -512 bits to satisfy the export restricted ciphers and does give away key length -if a longer key would be allowed. +An application may either directly specify the key or can supply the key via a +callback function. The callback approach has the advantage, that the callback +may generate the key only in case it is actually needed. As the generation of a +RSA key is however costly, it will lead to a significant delay in the handshake +procedure. Another advantage of the callback function is that it can supply +keys of different size while the explicit setting of the key is only useful for +key size of 512 bits to satisfy the export restricted ciphers and does give +away key length if a longer key would be allowed. The B is called with the B needed and the B information. The B flag is set, when the diff --git a/openssl/doc/ssl/SSL_CTX_use_certificate.pod b/openssl/doc/ssl/SSL_CTX_use_certificate.pod index 10be95fdb..80321b858 100644 --- a/openssl/doc/ssl/SSL_CTX_use_certificate.pod +++ b/openssl/doc/ssl/SSL_CTX_use_certificate.pod @@ -109,10 +109,9 @@ this B, the last item added into B will be checked. =head1 NOTES -The internal certificate store of OpenSSL can hold two private key/certificate -pairs at a time: one key/certificate of type RSA and one key/certificate -of type DSA. The certificate used depends on the cipher select, see -also L. +The internal certificate store of OpenSSL can hold several private +key/certificate pairs at a time. The certificate used depends on the +cipher selected, see also L. When reading certificates and private keys from file, files of type SSL_FILETYPE_ASN1 (also known as B, binary encoding) can only contain @@ -122,16 +121,13 @@ Files of type SSL_FILETYPE_PEM can contain more than one item. SSL_CTX_use_certificate_chain_file() adds the first certificate found in the file to the certificate store. The other certificates are added -to the store of chain certificates using -L. -There exists only one extra chain store, so that the same chain is appended -to both types of certificates, RSA and DSA! If it is not intended to use -both type of certificate at the same time, it is recommended to use the -SSL_CTX_use_certificate_chain_file() instead of the -SSL_CTX_use_certificate_file() function in order to allow the use of -complete certificate chains even when no trusted CA storage is used or -when the CA issuing the certificate shall not be added to the trusted -CA storage. +to the store of chain certificates using L. Note: versions of OpenSSL before 1.0.2 only had a single +certificate chain store for all certificate types, OpenSSL 1.0.2 and later +have a separate chain store for each type. SSL_CTX_use_certificate_chain_file() +should be used instead of the SSL_CTX_use_certificate_file() function in order +to allow the use of complete certificate chains even when no trusted CA +storage is used or when the CA issuing the certificate shall not be added to +the trusted CA storage. If additional certificates are needed to complete the chain during the TLS negotiation, CA certificates are additionally looked up in the diff --git a/openssl/doc/ssl/SSL_CTX_use_psk_identity_hint.pod b/openssl/doc/ssl/SSL_CTX_use_psk_identity_hint.pod index 9da7201a9..12db0daa1 100644 --- a/openssl/doc/ssl/SSL_CTX_use_psk_identity_hint.pod +++ b/openssl/doc/ssl/SSL_CTX_use_psk_identity_hint.pod @@ -83,7 +83,12 @@ Return values from the server callback are interpreted as follows: =over 4 -=item > 0 +=item Z<>0 + +PSK identity was not found. An "unknown_psk_identity" alert message +will be sent and the connection setup fails. + +=item E0 PSK identity was found and the server callback has provided the PSK successfully in parameter B. Return value is the length of @@ -96,11 +101,6 @@ data to B and return the length of the random data, so the connection will fail with decryption_error before it will be finished completely. -=item Z<>0 - -PSK identity was not found. An "unknown_psk_identity" alert message -will be sent and the connection setup fails. - =back =cut diff --git a/openssl/doc/ssl/SSL_CTX_use_serverinfo.pod b/openssl/doc/ssl/SSL_CTX_use_serverinfo.pod new file mode 100755 index 000000000..da7935c83 --- /dev/null +++ b/openssl/doc/ssl/SSL_CTX_use_serverinfo.pod @@ -0,0 +1,46 @@ +=pod + +=head1 NAME + +SSL_CTX_use_serverinfo, SSL_CTX_use_serverinfo_file + +=head1 SYNOPSIS + + #include + + int SSL_CTX_use_serverinfo(SSL_CTX *ctx, const unsigned char *serverinfo, + size_t serverinfo_length); + + int SSL_CTX_use_serverinfo_file(SSL_CTX *ctx, const char *file); + +=head1 DESCRIPTION + +These functions load "serverinfo" TLS ServerHello Extensions into the SSL_CTX. +A "serverinfo" extension is returned in response to an empty ClientHello +Extension. + +SSL_CTX_use_serverinfo() loads one or more serverinfo extensions from +a byte array into B. The extensions must be concatenated into a +sequence of bytes. Each extension must consist of a 2-byte Extension Type, +a 2-byte length, and then length bytes of extension_data. + +SSL_CTX_use_serverinfo_file() loads one or more serverinfo extensions from +B into B. The extensions must be in PEM format. Each extension +must consist of a 2-byte Extension Type, a 2-byte length, and then length +bytes of extension_data. Each PEM extension name must begin with the phrase +"BEGIN SERVERINFO FOR ". + +=head1 NOTES + +=head1 RETURN VALUES + +On success, the functions return 1. +On failure, the functions return 0. Check out the error stack to find out +the reason. + +=head1 SEE ALSO + +=head1 HISTORY + + +=cut diff --git a/openssl/doc/ssl/SSL_accept.pod b/openssl/doc/ssl/SSL_accept.pod index 223944417..89ad6bd0b 100644 --- a/openssl/doc/ssl/SSL_accept.pod +++ b/openssl/doc/ssl/SSL_accept.pod @@ -21,10 +21,7 @@ B by setting an underlying B. The behaviour of SSL_accept() depends on the underlying BIO. If the underlying BIO is B, SSL_accept() will only return once the -handshake has been finished or an error occurred, except for SGC (Server -Gated Cryptography). For SGC, SSL_accept() may return with -1, but -SSL_get_error() will yield B and SSL_accept() -should be called again. +handshake has been finished or an error occurred. If the underlying BIO is B, SSL_accept() will also return when the underlying BIO could not satisfy the needs of SSL_accept() diff --git a/openssl/doc/ssl/SSL_do_handshake.pod b/openssl/doc/ssl/SSL_do_handshake.pod index b35ddf5f1..8b590c9f1 100644 --- a/openssl/doc/ssl/SSL_do_handshake.pod +++ b/openssl/doc/ssl/SSL_do_handshake.pod @@ -23,10 +23,7 @@ L. The behaviour of SSL_do_handshake() depends on the underlying BIO. If the underlying BIO is B, SSL_do_handshake() will only return -once the handshake has been finished or an error occurred, except for SGC -(Server Gated Cryptography). For SGC, SSL_do_handshake() may return with -1, -but SSL_get_error() will yield B and -SSL_do_handshake() should be called again. +once the handshake has been finished or an error occurred. If the underlying BIO is B, SSL_do_handshake() will also return when the underlying BIO could not satisfy the needs of SSL_do_handshake() diff --git a/openssl/doc/ssl/SSL_shutdown.pod b/openssl/doc/ssl/SSL_shutdown.pod index 85d4a64b0..efbff5a0a 100644 --- a/openssl/doc/ssl/SSL_shutdown.pod +++ b/openssl/doc/ssl/SSL_shutdown.pod @@ -104,7 +104,7 @@ erroneous SSL_ERROR_SYSCALL may be flagged even though no error occurred. The shutdown was successfully completed. The "close notify" alert was sent and the peer's "close notify" alert was received. -=item -1 +=item E0 The shutdown was not successful because a fatal error occurred either at the protocol level or a connection failure occurred. It can also occur if diff --git a/openssl/doc/ssl/ssl.pod b/openssl/doc/ssl/ssl.pod index 6d3ee24e4..8d5b8c380 100644 --- a/openssl/doc/ssl/ssl.pod +++ b/openssl/doc/ssl/ssl.pod @@ -374,6 +374,10 @@ session instead of a context. =item int B(SSL_CTX *ctx, char *file, int type); +=item X509 *B(const SSL_CTX *ctx); + +=item EVP_PKEY *B(const SSL_CTX *ctx); + =item void B(SSL_CTX *ctx, unsigned int (*callback)(SSL *ssl, const char *hint, char *identity, unsigned int max_identity_len, unsigned char *psk, unsigned int max_psk_len)); =item int B(SSL_CTX *ctx, const char *hint); @@ -507,7 +511,7 @@ connection defined in the B structure. =item X509 *B(const SSL *ssl); -=item EVP_PKEY *B(SSL *ssl); +=item EVP_PKEY *B(const SSL *ssl); =item int B(const SSL *ssl); diff --git a/openssl/doc/ssleay.txt b/openssl/doc/ssleay.txt index 4d2e71486..c9b29bd97 100644 --- a/openssl/doc/ssleay.txt +++ b/openssl/doc/ssleay.txt @@ -6026,7 +6026,7 @@ one at a time, or use 'aliases' to specify the preference and order for the ciphers. There are a large number of aliases, but the most importaint are -kRSA, kDHr, kDHd and kEDH for key exchange types. +kRSA, kDHr, kDHd and kDHE for key exchange types. aRSA, aDSS, aNULL and aDH for authentication DES, 3DES, RC4, RC2, IDEA and eNULL for ciphers diff --git a/openssl/e_os.h b/openssl/e_os.h index 733155e48..45fef691a 100644 --- a/openssl/e_os.h +++ b/openssl/e_os.h @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -57,220 +57,227 @@ */ #ifndef HEADER_E_OS_H -#define HEADER_E_OS_H +# define HEADER_E_OS_H -#include +# include -#include -/* contains what we can justify to make visible - * to the outside; this file e_os.h is not part of the exported - * interface. */ +# include +/* + * contains what we can justify to make visible to the + * outside; this file e_os.h is not part of the exported interface. + */ #ifdef __cplusplus extern "C" { #endif /* Used to checking reference counts, most while doing perl5 stuff :-) */ -#ifdef REF_PRINT -#undef REF_PRINT -#define REF_PRINT(a,b) fprintf(stderr,"%08X:%4d:%s\n",(int)b,b->references,a) -#endif +# ifdef REF_PRINT +# undef REF_PRINT +# define REF_PRINT(a,b) fprintf(stderr,"%08X:%4d:%s\n",(int)b,b->references,a) +# endif -#ifndef DEVRANDOM -/* set this to a comma-separated list of 'random' device files to try out. - * My default, we will try to read at least one of these files */ -#define DEVRANDOM "/dev/urandom","/dev/random","/dev/srandom" -#endif -#ifndef DEVRANDOM_EGD -/* set this to a comma-seperated list of 'egd' sockets to try out. These - * sockets will be tried in the order listed in case accessing the device files - * listed in DEVRANDOM did not return enough entropy. */ -#define DEVRANDOM_EGD "/var/run/egd-pool","/dev/egd-pool","/etc/egd-pool","/etc/entropy" -#endif +# ifndef DEVRANDOM +/* + * set this to a comma-separated list of 'random' device files to try out. My + * default, we will try to read at least one of these files + */ +# define DEVRANDOM "/dev/urandom","/dev/random","/dev/srandom" +# endif +# ifndef DEVRANDOM_EGD +/* + * set this to a comma-seperated list of 'egd' sockets to try out. These + * sockets will be tried in the order listed in case accessing the device + * files listed in DEVRANDOM did not return enough entropy. + */ +# define DEVRANDOM_EGD "/var/run/egd-pool","/dev/egd-pool","/etc/egd-pool","/etc/entropy" +# endif -#if defined(OPENSSL_SYS_VXWORKS) +# if defined(OPENSSL_SYS_VXWORKS) # define NO_SYS_PARAM_H # define NO_CHMOD # define NO_SYSLOG -#endif - -#if defined(OPENSSL_SYS_MACINTOSH_CLASSIC) -# if macintosh==1 -# ifndef MAC_OS_GUSI_SOURCE +# endif + +# if defined(OPENSSL_SYS_MACINTOSH_CLASSIC) +# if macintosh==1 +# ifndef MAC_OS_GUSI_SOURCE # define MAC_OS_pre_X # define NO_SYS_TYPES_H +# endif +# define NO_SYS_PARAM_H +# define NO_CHMOD +# define NO_SYSLOG +# undef DEVRANDOM +# define GETPID_IS_MEANINGLESS # endif -# define NO_SYS_PARAM_H -# define NO_CHMOD -# define NO_SYSLOG -# undef DEVRANDOM -# define GETPID_IS_MEANINGLESS # endif -#endif /******************************************************************** The Microsoft section ********************************************************************/ -/* The following is used because of the small stack in some - * Microsoft operating systems */ -#if defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYSNAME_WIN32) -# define MS_STATIC static -#else +/* + * The following is used because of the small stack in some Microsoft + * operating systems + */ +# if defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYSNAME_WIN32) +# define MS_STATIC static +# else # define MS_STATIC -#endif +# endif -#if defined(OPENSSL_SYS_WIN32) && !defined(WIN32) +# if defined(OPENSSL_SYS_WIN32) && !defined(WIN32) # define WIN32 -#endif -#if defined(OPENSSL_SYS_WINDOWS) && !defined(WINDOWS) +# endif +# if defined(OPENSSL_SYS_WINDOWS) && !defined(WINDOWS) # define WINDOWS -#endif -#if defined(OPENSSL_SYS_MSDOS) && !defined(MSDOS) +# endif +# if defined(OPENSSL_SYS_MSDOS) && !defined(MSDOS) # define MSDOS -#endif +# endif -#if defined(MSDOS) && !defined(GETPID_IS_MEANINGLESS) +# if defined(MSDOS) && !defined(GETPID_IS_MEANINGLESS) # define GETPID_IS_MEANINGLESS -#endif +# endif -#ifdef WIN32 -#define get_last_sys_error() GetLastError() -#define clear_sys_error() SetLastError(0) -#if !defined(WINNT) -#define WIN_CONSOLE_BUG -#endif -#else -#define get_last_sys_error() errno -#define clear_sys_error() errno=0 -#endif +# ifdef WIN32 +# define get_last_sys_error() GetLastError() +# define clear_sys_error() SetLastError(0) +# if !defined(WINNT) +# define WIN_CONSOLE_BUG +# endif +# else +# define get_last_sys_error() errno +# define clear_sys_error() errno=0 +# endif -#if defined(WINDOWS) -#define get_last_socket_error() WSAGetLastError() -#define clear_socket_error() WSASetLastError(0) -#define readsocket(s,b,n) recv((s),(b),(n),0) -#define writesocket(s,b,n) send((s),(b),(n),0) -#elif defined(__DJGPP__) -#define WATT32 -#define get_last_socket_error() errno -#define clear_socket_error() errno=0 -#define closesocket(s) close_s(s) -#define readsocket(s,b,n) read_s(s,b,n) -#define writesocket(s,b,n) send(s,b,n,0) -#elif defined(MAC_OS_pre_X) -#define get_last_socket_error() errno -#define clear_socket_error() errno=0 -#define closesocket(s) MacSocket_close(s) -#define readsocket(s,b,n) MacSocket_recv((s),(b),(n),true) -#define writesocket(s,b,n) MacSocket_send((s),(b),(n)) -#elif defined(OPENSSL_SYS_VMS) -#define get_last_socket_error() errno -#define clear_socket_error() errno=0 -#define ioctlsocket(a,b,c) ioctl(a,b,c) -#define closesocket(s) close(s) -#define readsocket(s,b,n) recv((s),(b),(n),0) -#define writesocket(s,b,n) send((s),(b),(n),0) -#elif defined(OPENSSL_SYS_VXWORKS) -#define get_last_socket_error() errno -#define clear_socket_error() errno=0 -#define ioctlsocket(a,b,c) ioctl((a),(b),(int)(c)) -#define closesocket(s) close(s) -#define readsocket(s,b,n) read((s),(b),(n)) -#define writesocket(s,b,n) write((s),(char *)(b),(n)) -#elif defined(OPENSSL_SYS_BEOS_R5) -#define get_last_socket_error() errno -#define clear_socket_error() errno=0 -#define FIONBIO SO_NONBLOCK -#define ioctlsocket(a,b,c) setsockopt((a),SOL_SOCKET,(b),(c),sizeof(*(c))) -#define readsocket(s,b,n) recv((s),(b),(n),0) -#define writesocket(s,b,n) send((s),(b),(n),0) -#elif defined(OPENSSL_SYS_NETWARE) -#if defined(NETWARE_BSDSOCK) -#define get_last_socket_error() errno -#define clear_socket_error() errno=0 -#define closesocket(s) close(s) -#define ioctlsocket(a,b,c) ioctl(a,b,c) -#if defined(NETWARE_LIBC) -#define readsocket(s,b,n) recv((s),(b),(n),0) -#define writesocket(s,b,n) send((s),(b),(n),0) -#else -#define readsocket(s,b,n) recv((s),(char*)(b),(n),0) -#define writesocket(s,b,n) send((s),(char*)(b),(n),0) -#endif -#else -#define get_last_socket_error() WSAGetLastError() -#define clear_socket_error() WSASetLastError(0) -#define readsocket(s,b,n) recv((s),(b),(n),0) -#define writesocket(s,b,n) send((s),(b),(n),0) -#endif -#else -#define get_last_socket_error() errno -#define clear_socket_error() errno=0 -#define ioctlsocket(a,b,c) ioctl(a,b,c) -#define closesocket(s) close(s) -#define readsocket(s,b,n) read((s),(b),(n)) -#define writesocket(s,b,n) write((s),(b),(n)) -#endif +# if defined(WINDOWS) +# define get_last_socket_error() WSAGetLastError() +# define clear_socket_error() WSASetLastError(0) +# define readsocket(s,b,n) recv((s),(b),(n),0) +# define writesocket(s,b,n) send((s),(b),(n),0) +# elif defined(__DJGPP__) +# define WATT32 +# define get_last_socket_error() errno +# define clear_socket_error() errno=0 +# define closesocket(s) close_s(s) +# define readsocket(s,b,n) read_s(s,b,n) +# define writesocket(s,b,n) send(s,b,n,0) +# elif defined(MAC_OS_pre_X) +# define get_last_socket_error() errno +# define clear_socket_error() errno=0 +# define closesocket(s) MacSocket_close(s) +# define readsocket(s,b,n) MacSocket_recv((s),(b),(n),true) +# define writesocket(s,b,n) MacSocket_send((s),(b),(n)) +# elif defined(OPENSSL_SYS_VMS) +# define get_last_socket_error() errno +# define clear_socket_error() errno=0 +# define ioctlsocket(a,b,c) ioctl(a,b,c) +# define closesocket(s) close(s) +# define readsocket(s,b,n) recv((s),(b),(n),0) +# define writesocket(s,b,n) send((s),(b),(n),0) +# elif defined(OPENSSL_SYS_VXWORKS) +# define get_last_socket_error() errno +# define clear_socket_error() errno=0 +# define ioctlsocket(a,b,c) ioctl((a),(b),(int)(c)) +# define closesocket(s) close(s) +# define readsocket(s,b,n) read((s),(b),(n)) +# define writesocket(s,b,n) write((s),(char *)(b),(n)) +# elif defined(OPENSSL_SYS_BEOS_R5) +# define get_last_socket_error() errno +# define clear_socket_error() errno=0 +# define FIONBIO SO_NONBLOCK +# define ioctlsocket(a,b,c) setsockopt((a),SOL_SOCKET,(b),(c),sizeof(*(c))) +# define readsocket(s,b,n) recv((s),(b),(n),0) +# define writesocket(s,b,n) send((s),(b),(n),0) +# elif defined(OPENSSL_SYS_NETWARE) +# if defined(NETWARE_BSDSOCK) +# define get_last_socket_error() errno +# define clear_socket_error() errno=0 +# define closesocket(s) close(s) +# define ioctlsocket(a,b,c) ioctl(a,b,c) +# if defined(NETWARE_LIBC) +# define readsocket(s,b,n) recv((s),(b),(n),0) +# define writesocket(s,b,n) send((s),(b),(n),0) +# else +# define readsocket(s,b,n) recv((s),(char*)(b),(n),0) +# define writesocket(s,b,n) send((s),(char*)(b),(n),0) +# endif +# else +# define get_last_socket_error() WSAGetLastError() +# define clear_socket_error() WSASetLastError(0) +# define readsocket(s,b,n) recv((s),(b),(n),0) +# define writesocket(s,b,n) send((s),(b),(n),0) +# endif +# else +# define get_last_socket_error() errno +# define clear_socket_error() errno=0 +# define ioctlsocket(a,b,c) ioctl(a,b,c) +# define closesocket(s) close(s) +# define readsocket(s,b,n) read((s),(b),(n)) +# define writesocket(s,b,n) write((s),(b),(n)) +# endif -#ifdef WIN16 /* never the case */ -# define MS_CALLBACK _far _loadds -# define MS_FAR _far -#else +# ifdef WIN16 /* never the case */ +# define MS_CALLBACK _far _loadds +# define MS_FAR _far +# else # define MS_CALLBACK # define MS_FAR -#endif +# endif -#ifdef OPENSSL_NO_STDIO +# ifdef OPENSSL_NO_STDIO # undef OPENSSL_NO_FP_API # define OPENSSL_NO_FP_API -#endif +# endif -#if (defined(WINDOWS) || defined(MSDOS)) +# if (defined(WINDOWS) || defined(MSDOS)) # ifdef __DJGPP__ -# include -# include -# include -# include -# include -# define _setmode setmode -# define _O_TEXT O_TEXT -# define _O_BINARY O_BINARY -# undef DEVRANDOM -# define DEVRANDOM "/dev/urandom\x24" -# endif /* __DJGPP__ */ +# include +# include +# include +# include +# include +# define _setmode setmode +# define _O_TEXT O_TEXT +# define _O_BINARY O_BINARY +# undef DEVRANDOM +# define DEVRANDOM "/dev/urandom\x24" +# endif /* __DJGPP__ */ # ifndef S_IFDIR -# define S_IFDIR _S_IFDIR +# define S_IFDIR _S_IFDIR # endif # ifndef S_IFMT -# define S_IFMT _S_IFMT +# define S_IFMT _S_IFMT # endif # if !defined(WINNT) && !defined(__DJGPP__) -# define NO_SYSLOG +# define NO_SYSLOG # endif # define NO_DIRENT # ifdef WINDOWS -# if !defined(_WIN32_WCE) && !defined(_WIN32_WINNT) +# if !defined(_WIN32_WCE) && !defined(_WIN32_WINNT) /* - * Defining _WIN32_WINNT here in e_os.h implies certain "discipline." - * Most notably we ought to check for availability of each specific - * routine with GetProcAddress() and/or guard NT-specific calls with - * GetVersion() < 0x80000000. One can argue that in latter "or" case - * we ought to /DELAYLOAD some .DLLs in order to protect ourselves - * against run-time link errors. This doesn't seem to be necessary, - * because it turned out that already Windows 95, first non-NT Win32 - * implementation, is equipped with at least NT 3.51 stubs, dummy - * routines with same name, but which do nothing. Meaning that it's - * apparently sufficient to guard "vanilla" NT calls with GetVersion - * alone, while NT 4.0 and above interfaces ought to be linked with - * GetProcAddress at run-time. - */ -# define _WIN32_WINNT 0x0400 -# endif -# if !defined(OPENSSL_NO_SOCK) && defined(_WIN32_WINNT) + * Defining _WIN32_WINNT here in e_os.h implies certain "discipline." + * Most notably we ought to check for availability of each specific + * routine with GetProcAddress() and/or guard NT-specific calls with + * GetVersion() < 0x80000000. One can argue that in latter "or" case + * we ought to /DELAYLOAD some .DLLs in order to protect ourselves + * against run-time link errors. This doesn't seem to be necessary, + * because it turned out that already Windows 95, first non-NT Win32 + * implementation, is equipped with at least NT 3.51 stubs, dummy + * routines with same name, but which do nothing. Meaning that it's + * apparently sufficient to guard "vanilla" NT calls with GetVersion + * alone, while NT 4.0 and above interfaces ought to be linked with + * GetProcAddress at run-time. + */ +# define _WIN32_WINNT 0x0400 +# endif +# if !defined(OPENSSL_NO_SOCK) && (defined(_WIN32_WINNT) || defined(_WIN32_WCE)) /* * Just like defining _WIN32_WINNT including winsock2.h implies * certain "discipline" for maintaining [broad] binary compatibility. @@ -278,136 +285,137 @@ extern "C" { * it's sufficient to check for specific Winsock2 API availability * at run-time [DSO_global_lookup is recommended]... */ -# include -# include +# include +# include /* yes, they have to be #included prior to */ -# endif -# include -# include -# include -# include -# include -# ifdef _WIN64 -# define strlen(s) _strlen31(s) +# endif +# include +# include +# include +# include +# if defined(_WIN32_WCE) && !defined(EACCES) +# define EACCES 13 +# endif +# include +# ifdef _WIN64 +# define strlen(s) _strlen31(s) /* cut strings to 2GB */ -static unsigned int _strlen31(const char *str) - { - unsigned int len=0; - while (*str && len<0x80000000U) str++, len++; - return len&0x7FFFFFFF; - } -# endif -# include -# if defined(_MSC_VER) && _MSC_VER<=1200 && defined(_MT) && defined(isspace) +static __inline unsigned int _strlen31(const char *str) +{ + unsigned int len = 0; + while (*str && len < 0x80000000U) + str++, len++; + return len & 0x7FFFFFFF; +} +# endif +# include +# if defined(_MSC_VER) && _MSC_VER<=1200 && defined(_MT) && defined(isspace) /* compensate for bug in VC6 ctype.h */ -# undef isspace -# undef isdigit -# undef isalnum -# undef isupper -# undef isxdigit -# endif -# if defined(_MSC_VER) && !defined(_DLL) && defined(stdin) -# if _MSC_VER>=1300 -# undef stdin -# undef stdout -# undef stderr - FILE *__iob_func(); -# define stdin (&__iob_func()[0]) -# define stdout (&__iob_func()[1]) -# define stderr (&__iob_func()[2]) -# elif defined(I_CAN_LIVE_WITH_LNK4049) -# undef stdin -# undef stdout -# undef stderr - /* pre-1300 has __p__iob(), but it's available only in msvcrt.lib, - * or in other words with /MD. Declaring implicit import, i.e. - * with _imp_ prefix, works correctly with all compiler options, - * but without /MD results in LINK warning LNK4049: - * 'locally defined symbol "__iob" imported'. +# undef isspace +# undef isdigit +# undef isalnum +# undef isupper +# undef isxdigit +# endif +# if defined(_MSC_VER) && !defined(_WIN32_WCE) && !defined(_DLL) && defined(stdin) +# if _MSC_VER>=1300 && _MSC_VER<1600 +# undef stdin +# undef stdout +# undef stderr +FILE *__iob_func(); +# define stdin (&__iob_func()[0]) +# define stdout (&__iob_func()[1]) +# define stderr (&__iob_func()[2]) +# elif _MSC_VER<1300 && defined(I_CAN_LIVE_WITH_LNK4049) +# undef stdin +# undef stdout +# undef stderr + /* + * pre-1300 has __p__iob(), but it's available only in msvcrt.lib, + * or in other words with /MD. Declaring implicit import, i.e. with + * _imp_ prefix, works correctly with all compiler options, but + * without /MD results in LINK warning LNK4049: 'locally defined + * symbol "__iob" imported'. */ - extern FILE *_imp___iob; -# define stdin (&_imp___iob[0]) -# define stdout (&_imp___iob[1]) -# define stderr (&_imp___iob[2]) -# endif +extern FILE *_imp___iob; +# define stdin (&_imp___iob[0]) +# define stdout (&_imp___iob[1]) +# define stderr (&_imp___iob[2]) # endif +# endif # endif # include # include # ifdef OPENSSL_SYS_WINCE -# define OPENSSL_NO_POSIX_IO +# define OPENSSL_NO_POSIX_IO # endif # if defined (__BORLANDC__) -# define _setmode setmode -# define _O_TEXT O_TEXT -# define _O_BINARY O_BINARY -# define _int64 __int64 -# define _kbhit kbhit +# define _setmode setmode +# define _O_TEXT O_TEXT +# define _O_BINARY O_BINARY +# define _int64 __int64 +# define _kbhit kbhit # endif # define EXIT(n) exit(n) # define LIST_SEPARATOR_CHAR ';' # ifndef X_OK -# define X_OK 0 +# define X_OK 0 # endif # ifndef W_OK -# define W_OK 2 +# define W_OK 2 # endif # ifndef R_OK -# define R_OK 4 +# define R_OK 4 # endif -# define OPENSSL_CONF "openssl.cnf" -# define SSLEAY_CONF OPENSSL_CONF -# define NUL_DEV "nul" -# define RFILE ".rnd" +# define OPENSSL_CONF "openssl.cnf" +# define SSLEAY_CONF OPENSSL_CONF +# define NUL_DEV "nul" +# define RFILE ".rnd" # ifdef OPENSSL_SYS_WINCE -# define DEFAULT_HOME "" +# define DEFAULT_HOME "" # else -# define DEFAULT_HOME "C:" +# define DEFAULT_HOME "C:" # endif -/* Avoid Windows 8 SDK GetVersion deprecated problems */ -#if defined(_MSC_VER) && _MSC_VER>=1800 -# define check_winnt() (1) -#else -# define check_winnt() (GetVersion() < 0x80000000) -#endif - -/* - * Visual Studio: inline is available in C++ only, however - * __inline is available for C, see - * http://msdn.microsoft.com/en-us/library/z8y1yy88.aspx - */ -#if defined(_MSC_VER) && !defined(__cplusplus) && !defined(inline) -# define inline __inline -#endif +/* Avoid Visual Studio 13 GetVersion deprecated problems */ +# if defined(_MSC_VER) && _MSC_VER>=1800 +# define check_winnt() (1) +# define check_win_minplat(x) (1) +# else +# define check_winnt() (GetVersion() < 0x80000000) +# define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x)) +# endif -#else /* The non-microsoft world */ +# else /* The non-microsoft world */ # ifdef OPENSSL_SYS_VMS -# define VMS 1 - /* some programs don't include stdlib, so exit() and others give implicit - function warnings */ -# include -# if defined(__DECC) -# include -# else -# include -# endif -# define OPENSSL_CONF "openssl.cnf" -# define SSLEAY_CONF OPENSSL_CONF -# define RFILE ".rnd" -# define LIST_SEPARATOR_CHAR ',' -# define NUL_DEV "NLA0:" +# define VMS 1 + /* + * some programs don't include stdlib, so exit() and others give implicit + * function warnings + */ +# include +# if defined(__DECC) +# include +# else +# include +# endif +# define OPENSSL_CONF "openssl.cnf" +# define SSLEAY_CONF OPENSSL_CONF +# define RFILE ".rnd" +# define LIST_SEPARATOR_CHAR ',' +# define NUL_DEV "NLA0:" /* We don't have any well-defined random devices on VMS, yet... */ -# undef DEVRANDOM - /* We need to do this since VMS has the following coding on status codes: +# undef DEVRANDOM + /*- + We need to do this since VMS has the following coding on status codes: Bits 0-2: status type: 0 = warning, 1 = success, 2 = error, 3 = info ... The important thing to know is that odd numbers are considered - good, while even ones are considered errors. + good, while even ones are considered errors. Bits 3-15: actual status number Bits 16-27: facility number. 0 is considered "unknown" Bits 28-31: control bits. If bit 28 is set, the shell won't try to @@ -418,329 +426,354 @@ static unsigned int _strlen31(const char *str) the status is tagged as an error, which I believe is what is wanted here. -- Richard Levitte */ -# define EXIT(n) do { int __VMS_EXIT = n; \ +# define EXIT(n) do { int __VMS_EXIT = n; \ if (__VMS_EXIT == 0) \ - __VMS_EXIT = 1; \ - else \ - __VMS_EXIT = (n << 3) | 2; \ + __VMS_EXIT = 1; \ + else \ + __VMS_EXIT = (n << 3) | 2; \ __VMS_EXIT |= 0x10000000; \ - exit(__VMS_EXIT); } while(0) -# define NO_SYS_PARAM_H + exit(__VMS_EXIT); } while(0) +# define NO_SYS_PARAM_H # elif defined(OPENSSL_SYS_NETWARE) -# include -# include -# define NO_SYS_TYPES_H -# undef DEVRANDOM -# ifdef NETWARE_CLIB -# define getpid GetThreadID - extern int GetThreadID(void); +# include +# include +# define NO_SYS_TYPES_H +# undef DEVRANDOM +# ifdef NETWARE_CLIB +# define getpid GetThreadID +extern int GetThreadID(void); /* # include */ - extern int kbhit(void); -# else -# include -# endif -# define NO_SYSLOG -# define _setmode setmode -# define _kbhit kbhit -# define _O_TEXT O_TEXT -# define _O_BINARY O_BINARY -# define OPENSSL_CONF "openssl.cnf" -# define SSLEAY_CONF OPENSSL_CONF -# define RFILE ".rnd" -# define LIST_SEPARATOR_CHAR ';' -# define EXIT(n) { if (n) printf("ERROR: %d\n", (int)n); exit(n); } +extern int kbhit(void); +# else +# include +# endif +# define NO_SYSLOG +# define _setmode setmode +# define _kbhit kbhit +# define _O_TEXT O_TEXT +# define _O_BINARY O_BINARY +# define OPENSSL_CONF "openssl.cnf" +# define SSLEAY_CONF OPENSSL_CONF +# define RFILE ".rnd" +# define LIST_SEPARATOR_CHAR ';' +# define EXIT(n) { if (n) printf("ERROR: %d\n", (int)n); exit(n); } # else /* !defined VMS */ -# ifdef OPENSSL_SYS_MPE -# define NO_SYS_PARAM_H -# endif -# ifdef OPENSSL_UNISTD -# include OPENSSL_UNISTD -# else -# include -# endif -# ifndef NO_SYS_TYPES_H -# include -# endif -# if defined(NeXT) || defined(OPENSSL_SYS_NEWS4) -# define pid_t int /* pid_t is missing on NEXTSTEP/OPENSTEP - * (unless when compiling with -D_POSIX_SOURCE, - * which doesn't work for us) */ -# endif -# ifdef OPENSSL_SYS_NEWS4 /* setvbuf is missing on mips-sony-bsd */ -# define setvbuf(a, b, c, d) setbuffer((a), (b), (d)) - typedef unsigned long clock_t; -# endif -# ifdef OPENSSL_SYS_WIN32_CYGWIN -# include -# include -# endif - -# define OPENSSL_CONF "openssl.cnf" -# define SSLEAY_CONF OPENSSL_CONF -# define RFILE ".rnd" -# define LIST_SEPARATOR_CHAR ':' -# define NUL_DEV "/dev/null" -# define EXIT(n) exit(n) +# ifdef OPENSSL_SYS_MPE +# define NO_SYS_PARAM_H +# endif +# ifdef OPENSSL_UNISTD +# include OPENSSL_UNISTD +# else +# include +# endif +# ifndef NO_SYS_TYPES_H +# include +# endif +# if defined(NeXT) || defined(OPENSSL_SYS_NEWS4) +# define pid_t int /* pid_t is missing on NEXTSTEP/OPENSTEP + * (unless when compiling with + * -D_POSIX_SOURCE, which doesn't work for + * us) */ +# endif +# ifdef OPENSSL_SYS_NEWS4 /* setvbuf is missing on mips-sony-bsd */ +# define setvbuf(a, b, c, d) setbuffer((a), (b), (d)) +typedef unsigned long clock_t; +# endif +# ifdef OPENSSL_SYS_WIN32_CYGWIN +# include +# include +# endif + +# define OPENSSL_CONF "openssl.cnf" +# define SSLEAY_CONF OPENSSL_CONF +# define RFILE ".rnd" +# define LIST_SEPARATOR_CHAR ':' +# define NUL_DEV "/dev/null" +# define EXIT(n) exit(n) # endif -# define SSLeay_getpid() getpid() - -#endif +# define SSLeay_getpid() getpid() +# endif /*************/ -#ifdef USE_SOCKETS +# if defined(OPENSSL_NO_SOCK) && !defined(OPENSSL_NO_DGRAM) +# define OPENSSL_NO_DGRAM +# endif + +# ifdef USE_SOCKETS # if defined(WINDOWS) || defined(MSDOS) /* windows world */ -# ifdef OPENSSL_NO_SOCK -# define SSLeay_Write(a,b,c) (-1) -# define SSLeay_Read(a,b,c) (-1) -# define SHUTDOWN(fd) close(fd) -# define SHUTDOWN2(fd) close(fd) -# elif !defined(__DJGPP__) -# if defined(_WIN32_WCE) && _WIN32_WCE<410 -# define getservbyname _masked_declaration_getservbyname -# endif -# if !defined(IPPROTO_IP) +# ifdef OPENSSL_NO_SOCK +# define SSLeay_Write(a,b,c) (-1) +# define SSLeay_Read(a,b,c) (-1) +# define SHUTDOWN(fd) close(fd) +# define SHUTDOWN2(fd) close(fd) +# elif !defined(__DJGPP__) +# if defined(_WIN32_WCE) && _WIN32_WCE<410 +# define getservbyname _masked_declaration_getservbyname +# endif +# if !defined(IPPROTO_IP) /* winsock[2].h was included already? */ -# include -# endif -# ifdef getservbyname -# undef getservbyname +# include +# endif +# ifdef getservbyname +# undef getservbyname /* this is used to be wcecompat/include/winsock_extras.h */ - struct servent* PASCAL getservbyname(const char*,const char*); -# endif +struct servent *PASCAL getservbyname(const char *, const char *); +# endif -# ifdef _WIN64 +# ifdef _WIN64 /* * Even though sizeof(SOCKET) is 8, it's safe to cast it to int, because * the value constitutes an index in per-process table of limited size * and not a real pointer. */ -# define socket(d,t,p) ((int)socket(d,t,p)) -# define accept(s,f,l) ((int)accept(s,f,l)) -# endif -# define SSLeay_Write(a,b,c) send((a),(b),(c),0) -# define SSLeay_Read(a,b,c) recv((a),(b),(c),0) -# define SHUTDOWN(fd) { shutdown((fd),0); closesocket(fd); } -# define SHUTDOWN2(fd) { shutdown((fd),2); closesocket(fd); } -# else -# define SSLeay_Write(a,b,c) write_s(a,b,c,0) -# define SSLeay_Read(a,b,c) read_s(a,b,c) -# define SHUTDOWN(fd) close_s(fd) -# define SHUTDOWN2(fd) close_s(fd) +# define socket(d,t,p) ((int)socket(d,t,p)) +# define accept(s,f,l) ((int)accept(s,f,l)) # endif +# define SSLeay_Write(a,b,c) send((a),(b),(c),0) +# define SSLeay_Read(a,b,c) recv((a),(b),(c),0) +# define SHUTDOWN(fd) { shutdown((fd),0); closesocket(fd); } +# define SHUTDOWN2(fd) { shutdown((fd),2); closesocket(fd); } +# else +# define SSLeay_Write(a,b,c) write_s(a,b,c,0) +# define SSLeay_Read(a,b,c) read_s(a,b,c) +# define SHUTDOWN(fd) close_s(fd) +# define SHUTDOWN2(fd) close_s(fd) +# endif # elif defined(MAC_OS_pre_X) -# include "MacSocket.h" -# define SSLeay_Write(a,b,c) MacSocket_send((a),(b),(c)) -# define SSLeay_Read(a,b,c) MacSocket_recv((a),(b),(c),true) -# define SHUTDOWN(fd) MacSocket_close(fd) -# define SHUTDOWN2(fd) MacSocket_close(fd) +# include "MacSocket.h" +# define SSLeay_Write(a,b,c) MacSocket_send((a),(b),(c)) +# define SSLeay_Read(a,b,c) MacSocket_recv((a),(b),(c),true) +# define SHUTDOWN(fd) MacSocket_close(fd) +# define SHUTDOWN2(fd) MacSocket_close(fd) # elif defined(OPENSSL_SYS_NETWARE) - /* NetWare uses the WinSock2 interfaces by default, but can be configured for BSD - */ -# if defined(NETWARE_BSDSOCK) -# include -# include -# include -# if defined(NETWARE_CLIB) -# include -# else -# include -# endif -# define INVALID_SOCKET (int)(~0) -# else -# include -# endif -# define SSLeay_Write(a,b,c) send((a),(b),(c),0) -# define SSLeay_Read(a,b,c) recv((a),(b),(c),0) -# define SHUTDOWN(fd) { shutdown((fd),0); closesocket(fd); } -# define SHUTDOWN2(fd) { shutdown((fd),2); closesocket(fd); } - -# else - -# ifndef NO_SYS_PARAM_H -# include -# endif -# ifdef OPENSSL_SYS_VXWORKS -# include -# elif !defined(OPENSSL_SYS_MPE) -# include /* Needed under linux for FD_XXX */ -# endif - -# include -# if defined(OPENSSL_SYS_VMS_NODECC) -# include -# include -# include + /* + * NetWare uses the WinSock2 interfaces by default, but can be + * configured for BSD + */ +# if defined(NETWARE_BSDSOCK) +# include +# include +# include +# if defined(NETWARE_CLIB) +# include # else -# include -# ifdef FILIO_H -# include /* Added for FIONBIO under unixware */ -# endif -# include -# if !defined(OPENSSL_SYS_BEOS_R5) -# include -# endif +# include # endif +# define INVALID_SOCKET (int)(~0) +# else +# include +# endif +# define SSLeay_Write(a,b,c) send((a),(b),(c),0) +# define SSLeay_Read(a,b,c) recv((a),(b),(c),0) +# define SHUTDOWN(fd) { shutdown((fd),0); closesocket(fd); } +# define SHUTDOWN2(fd) { shutdown((fd),2); closesocket(fd); } -# if defined(NeXT) || defined(_NEXT_SOURCE) -# include -# include -# endif +# else -# ifdef OPENSSL_SYS_AIX -# include +# ifndef NO_SYS_PARAM_H +# include +# endif +# ifdef OPENSSL_SYS_VXWORKS +# include +# elif !defined(OPENSSL_SYS_MPE) +# include /* Needed under linux for FD_XXX */ +# endif + +# include +# if defined(OPENSSL_SYS_VMS_NODECC) +# include +# include +# include +# else +# include +# ifdef FILIO_H +# include /* Added for FIONBIO under unixware */ # endif - -# ifdef __QNX__ -# include +# include +# if !defined(OPENSSL_SYS_BEOS_R5) +# include # endif - -# if defined(sun) -# include +# endif + +# if defined(NeXT) || defined(_NEXT_SOURCE) +# include +# include +# endif + +# ifdef OPENSSL_SYS_AIX +# include +# endif + +# ifdef __QNX__ +# include +# endif + +# if defined(sun) +# include +# else +# ifndef VMS +# include # else -# ifndef VMS -# include -# else - /* ioctl is only in VMS > 7.0 and when socketshr is not used */ -# if !defined(TCPIP_TYPE_SOCKETSHR) && defined(__VMS_VER) && (__VMS_VER > 70000000) -# include -# endif -# endif + /* ioctl is only in VMS > 7.0 and when socketshr is not used */ +# if !defined(TCPIP_TYPE_SOCKETSHR) && defined(__VMS_VER) && (__VMS_VER > 70000000) +# include +# endif # endif +# endif -# ifdef VMS -# include -# if defined(TCPIP_TYPE_SOCKETSHR) -# include -# endif +# ifdef VMS +# include +# if defined(TCPIP_TYPE_SOCKETSHR) +# include # endif - -# define SSLeay_Read(a,b,c) read((a),(b),(c)) -# define SSLeay_Write(a,b,c) write((a),(b),(c)) -# define SHUTDOWN(fd) { shutdown((fd),0); closesocket((fd)); } -# define SHUTDOWN2(fd) { shutdown((fd),2); closesocket((fd)); } -# ifndef INVALID_SOCKET -# define INVALID_SOCKET (-1) -# endif /* INVALID_SOCKET */ +# endif + +# define SSLeay_Read(a,b,c) read((a),(b),(c)) +# define SSLeay_Write(a,b,c) write((a),(b),(c)) +# define SHUTDOWN(fd) { shutdown((fd),0); closesocket((fd)); } +# define SHUTDOWN2(fd) { shutdown((fd),2); closesocket((fd)); } +# ifndef INVALID_SOCKET +# define INVALID_SOCKET (-1) +# endif /* INVALID_SOCKET */ # endif -/* Some IPv6 implementations are broken, disable them in known bad - * versions. +/* + * Some IPv6 implementations are broken, disable them in known bad versions. */ # if !defined(OPENSSL_USE_IPV6) -# if defined(AF_INET6) && !defined(OPENSSL_SYS_BEOS_BONE) && !defined(NETWARE_CLIB) -# define OPENSSL_USE_IPV6 1 -# else -# define OPENSSL_USE_IPV6 0 -# endif +# if defined(AF_INET6) && !defined(OPENSSL_SYS_BEOS_BONE) && !defined(NETWARE_CLIB) +# define OPENSSL_USE_IPV6 1 +# else +# define OPENSSL_USE_IPV6 0 +# endif # endif -#endif +# endif -#if defined(sun) && !defined(__svr4__) && !defined(__SVR4) +# if defined(sun) && !defined(__svr4__) && !defined(__SVR4) /* include headers first, so our defines don't break it */ -#include -#include +# include +# include /* bcopy can handle overlapping moves according to SunOS 4.1.4 manpage */ -# define memmove(s1,s2,n) bcopy((s2),(s1),(n)) -# define strtoul(s,e,b) ((unsigned long int)strtol((s),(e),(b))) -extern char *sys_errlist[]; extern int sys_nerr; -# define strerror(errnum) \ - (((errnum)<0 || (errnum)>=sys_nerr) ? NULL : sys_errlist[errnum]) +# define memmove(s1,s2,n) bcopy((s2),(s1),(n)) +# define strtoul(s,e,b) ((unsigned long int)strtol((s),(e),(b))) +extern char *sys_errlist[]; +extern int sys_nerr; +# define strerror(errnum) \ + (((errnum)<0 || (errnum)>=sys_nerr) ? NULL : sys_errlist[errnum]) /* Being signed SunOS 4.x memcpy breaks ASN1_OBJECT table lookup */ -#include "crypto/o_str.h" -# define memcmp OPENSSL_memcmp -#endif +# include "crypto/o_str.h" +# define memcmp OPENSSL_memcmp +# endif -#ifndef OPENSSL_EXIT -# if defined(MONOLITH) && !defined(OPENSSL_C) -# define OPENSSL_EXIT(n) return(n) -# else -# define OPENSSL_EXIT(n) do { EXIT(n); return(n); } while(0) +# ifndef OPENSSL_EXIT +# if defined(MONOLITH) && !defined(OPENSSL_C) +# define OPENSSL_EXIT(n) return(n) +# else +# define OPENSSL_EXIT(n) do { EXIT(n); return(n); } while(0) +# endif # endif -#endif /***********************************************/ -#define DG_GCC_BUG /* gcc < 2.6.3 on DGUX */ +# define DG_GCC_BUG /* gcc < 2.6.3 on DGUX */ -#ifdef sgi -#define IRIX_CC_BUG /* all version of IRIX I've tested (4.* 5.*) */ -#endif -#ifdef OPENSSL_SYS_SNI -#define IRIX_CC_BUG /* CDS++ up to V2.0Bsomething suffered from the same bug.*/ -#endif +# ifdef sgi +# define IRIX_CC_BUG /* all version of IRIX I've tested (4.* 5.*) */ +# endif +# ifdef OPENSSL_SYS_SNI +# define IRIX_CC_BUG /* CDS++ up to V2.0Bsomething suffered from + * the same bug. */ +# endif -#if defined(OPENSSL_SYS_WINDOWS) +# if defined(OPENSSL_SYS_WINDOWS) # define strcasecmp _stricmp # define strncasecmp _strnicmp -#elif defined(OPENSSL_SYS_VMS) +# elif defined(OPENSSL_SYS_VMS) /* VMS below version 7.0 doesn't have strcasecmp() */ # include "o_str.h" # define strcasecmp OPENSSL_strcasecmp # define strncasecmp OPENSSL_strncasecmp # define OPENSSL_IMPLEMENTS_strncasecmp -#elif defined(OPENSSL_SYS_OS2) && defined(__EMX__) +# elif defined(OPENSSL_SYS_OS2) && defined(__EMX__) # define strcasecmp stricmp # define strncasecmp strnicmp -#elif defined(OPENSSL_SYS_NETWARE) +# elif defined(OPENSSL_SYS_NETWARE) # include # if defined(NETWARE_CLIB) -# define strcasecmp stricmp -# define strncasecmp strnicmp -# endif /* NETWARE_CLIB */ -#endif +# define strcasecmp stricmp +# define strncasecmp strnicmp +# endif /* NETWARE_CLIB */ +# endif -#if defined(OPENSSL_SYS_OS2) && defined(__EMX__) -# include -# include -# define NO_SYSLOG -#endif +# if defined(OPENSSL_SYS_OS2) && defined(__EMX__) +# include +# include +# define NO_SYSLOG +# endif /* vxworks */ -#if defined(OPENSSL_SYS_VXWORKS) -#include -#include -#include +# if defined(OPENSSL_SYS_VXWORKS) +# include +# include +# include -#define TTY_STRUCT int +# define TTY_STRUCT int -#define sleep(a) taskDelay((a) * sysClkRateGet()) +# define sleep(a) taskDelay((a) * sysClkRateGet()) -#include -#include -#include +# include +# include +# include -#define getpid taskIdSelf +# define getpid taskIdSelf -/* NOTE: these are implemented by helpers in database app! - * if the database is not linked, we need to implement them - * elswhere */ +/* + * NOTE: these are implemented by helpers in database app! if the database is + * not linked, we need to implement them elswhere + */ struct hostent *gethostbyname(const char *name); struct hostent *gethostbyaddr(const char *addr, int length, int type); struct servent *getservbyname(const char *name, const char *proto); -#endif +# endif /* end vxworks */ /* beos */ -#if defined(OPENSSL_SYS_BEOS_R5) -#define SO_ERROR 0 -#define NO_SYS_UN -#define IPPROTO_IP 0 -#include -#endif +# if defined(OPENSSL_SYS_BEOS_R5) +# define SO_ERROR 0 +# define NO_SYS_UN +# define IPPROTO_IP 0 +# include +# endif +# if !defined(inline) && !defined(__cplusplus) +# if defined(__STDC_VERSION__) && __STDC_VERSION__>=199901L + /* do nothing, inline works */ +# elif defined(__GNUC__) && __GNUC__>=2 +# define inline __inline__ +# elif defined(_MSC_VER) + /* + * Visual Studio: inline is available in C++ only, however + * __inline is available for C, see + * http://msdn.microsoft.com/en-us/library/z8y1yy88.aspx + */ +# define inline __inline +# else +# define inline +# endif +# endif #ifdef __cplusplus } diff --git a/openssl/e_os2.h b/openssl/e_os2.h index d22c0368f..613607f83 100644 --- a/openssl/e_os2.h +++ b/openssl/e_os2.h @@ -7,7 +7,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -56,7 +56,7 @@ #include #ifndef HEADER_E_OS2_H -#define HEADER_E_OS2_H +# define HEADER_E_OS2_H #ifdef __cplusplus extern "C" { @@ -68,246 +68,253 @@ extern "C" { * However, if none is defined, Unix is assumed. **/ -#define OPENSSL_SYS_UNIX +# define OPENSSL_SYS_UNIX -/* ----------------------- Macintosh, before MacOS X ----------------------- */ -#if defined(__MWERKS__) && defined(macintosh) || defined(OPENSSL_SYSNAME_MAC) -# undef OPENSSL_SYS_UNIX -# define OPENSSL_SYS_MACINTOSH_CLASSIC -#endif +/* ---------------------- Macintosh, before MacOS X ----------------------- */ +# if defined(__MWERKS__) && defined(macintosh) || defined(OPENSSL_SYSNAME_MAC) +# undef OPENSSL_SYS_UNIX +# define OPENSSL_SYS_MACINTOSH_CLASSIC +# endif -/* ----------------------- NetWare ----------------------------------------- */ -#if defined(NETWARE) || defined(OPENSSL_SYSNAME_NETWARE) -# undef OPENSSL_SYS_UNIX -# define OPENSSL_SYS_NETWARE -#endif +/* ---------------------- NetWare ----------------------------------------- */ +# if defined(NETWARE) || defined(OPENSSL_SYSNAME_NETWARE) +# undef OPENSSL_SYS_UNIX +# define OPENSSL_SYS_NETWARE +# endif -/* ---------------------- Microsoft operating systems ---------------------- */ +/* --------------------- Microsoft operating systems ---------------------- */ -/* Note that MSDOS actually denotes 32-bit environments running on top of - MS-DOS, such as DJGPP one. */ -#if defined(OPENSSL_SYSNAME_MSDOS) -# undef OPENSSL_SYS_UNIX -# define OPENSSL_SYS_MSDOS -#endif +/* + * Note that MSDOS actually denotes 32-bit environments running on top of + * MS-DOS, such as DJGPP one. + */ +# if defined(OPENSSL_SYSNAME_MSDOS) +# undef OPENSSL_SYS_UNIX +# define OPENSSL_SYS_MSDOS +# endif -/* For 32 bit environment, there seems to be the CygWin environment and then - all the others that try to do the same thing Microsoft does... */ -#if defined(OPENSSL_SYSNAME_UWIN) -# undef OPENSSL_SYS_UNIX -# define OPENSSL_SYS_WIN32_UWIN -#else -# if defined(__CYGWIN32__) || defined(OPENSSL_SYSNAME_CYGWIN32) +/* + * For 32 bit environment, there seems to be the CygWin environment and then + * all the others that try to do the same thing Microsoft does... + */ +# if defined(OPENSSL_SYSNAME_UWIN) # undef OPENSSL_SYS_UNIX -# define OPENSSL_SYS_WIN32_CYGWIN +# define OPENSSL_SYS_WIN32_UWIN # else -# if defined(_WIN32) || defined(OPENSSL_SYSNAME_WIN32) +# if defined(__CYGWIN__) || defined(OPENSSL_SYSNAME_CYGWIN) # undef OPENSSL_SYS_UNIX -# define OPENSSL_SYS_WIN32 -# endif -# if defined(OPENSSL_SYSNAME_WINNT) -# undef OPENSSL_SYS_UNIX -# define OPENSSL_SYS_WINNT -# endif -# if defined(OPENSSL_SYSNAME_WINCE) -# undef OPENSSL_SYS_UNIX -# define OPENSSL_SYS_WINCE +# define OPENSSL_SYS_WIN32_CYGWIN +# else +# if defined(_WIN32) || defined(OPENSSL_SYSNAME_WIN32) +# undef OPENSSL_SYS_UNIX +# define OPENSSL_SYS_WIN32 +# endif +# if defined(OPENSSL_SYSNAME_WINNT) +# undef OPENSSL_SYS_UNIX +# define OPENSSL_SYS_WINNT +# endif +# if defined(OPENSSL_SYSNAME_WINCE) +# undef OPENSSL_SYS_UNIX +# define OPENSSL_SYS_WINCE +# endif # endif # endif -#endif /* Anything that tries to look like Microsoft is "Windows" */ -#if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_WINNT) || defined(OPENSSL_SYS_WINCE) -# undef OPENSSL_SYS_UNIX -# define OPENSSL_SYS_WINDOWS -# ifndef OPENSSL_SYS_MSDOS -# define OPENSSL_SYS_MSDOS +# if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_WINNT) || defined(OPENSSL_SYS_WINCE) +# undef OPENSSL_SYS_UNIX +# define OPENSSL_SYS_WINDOWS +# ifndef OPENSSL_SYS_MSDOS +# define OPENSSL_SYS_MSDOS +# endif # endif -#endif -/* DLL settings. This part is a bit tough, because it's up to the application - implementor how he or she will link the application, so it requires some - macro to be used. */ -#ifdef OPENSSL_SYS_WINDOWS -# ifndef OPENSSL_OPT_WINDLL -# if defined(_WINDLL) /* This is used when building OpenSSL to indicate that - DLL linkage should be used */ -# define OPENSSL_OPT_WINDLL +/* + * DLL settings. This part is a bit tough, because it's up to the + * application implementor how he or she will link the application, so it + * requires some macro to be used. + */ +# ifdef OPENSSL_SYS_WINDOWS +# ifndef OPENSSL_OPT_WINDLL +# if defined(_WINDLL) /* This is used when building OpenSSL to + * indicate that DLL linkage should be used */ +# define OPENSSL_OPT_WINDLL +# endif # endif # endif -#endif -/* -------------------------------- OpenVMS -------------------------------- */ -#if defined(__VMS) || defined(VMS) || defined(OPENSSL_SYSNAME_VMS) -# undef OPENSSL_SYS_UNIX -# define OPENSSL_SYS_VMS -# if defined(__DECC) -# define OPENSSL_SYS_VMS_DECC -# elif defined(__DECCXX) -# define OPENSSL_SYS_VMS_DECC -# define OPENSSL_SYS_VMS_DECCXX -# else -# define OPENSSL_SYS_VMS_NODECC +/* ------------------------------- OpenVMS -------------------------------- */ +# if defined(__VMS) || defined(VMS) || defined(OPENSSL_SYSNAME_VMS) +# undef OPENSSL_SYS_UNIX +# define OPENSSL_SYS_VMS +# if defined(__DECC) +# define OPENSSL_SYS_VMS_DECC +# elif defined(__DECCXX) +# define OPENSSL_SYS_VMS_DECC +# define OPENSSL_SYS_VMS_DECCXX +# else +# define OPENSSL_SYS_VMS_NODECC +# endif # endif -#endif - -/* --------------------------------- OS/2 ---------------------------------- */ -#if defined(__EMX__) || defined(__OS2__) -# undef OPENSSL_SYS_UNIX -# define OPENSSL_SYS_OS2 -#endif -/* --------------------------------- Unix ---------------------------------- */ -#ifdef OPENSSL_SYS_UNIX -# if defined(linux) || defined(__linux__) || defined(OPENSSL_SYSNAME_LINUX) -# define OPENSSL_SYS_LINUX -# endif -# ifdef OPENSSL_SYSNAME_MPE -# define OPENSSL_SYS_MPE -# endif -# ifdef OPENSSL_SYSNAME_SNI -# define OPENSSL_SYS_SNI -# endif -# ifdef OPENSSL_SYSNAME_ULTRASPARC -# define OPENSSL_SYS_ULTRASPARC -# endif -# ifdef OPENSSL_SYSNAME_NEWS4 -# define OPENSSL_SYS_NEWS4 -# endif -# ifdef OPENSSL_SYSNAME_MACOSX -# define OPENSSL_SYS_MACOSX -# endif -# ifdef OPENSSL_SYSNAME_MACOSX_RHAPSODY -# define OPENSSL_SYS_MACOSX_RHAPSODY -# define OPENSSL_SYS_MACOSX -# endif -# ifdef OPENSSL_SYSNAME_SUNOS -# define OPENSSL_SYS_SUNOS -#endif -# if defined(_CRAY) || defined(OPENSSL_SYSNAME_CRAY) -# define OPENSSL_SYS_CRAY +/* -------------------------------- OS/2 ---------------------------------- */ +# if defined(__EMX__) || defined(__OS2__) +# undef OPENSSL_SYS_UNIX +# define OPENSSL_SYS_OS2 # endif -# if defined(_AIX) || defined(OPENSSL_SYSNAME_AIX) -# define OPENSSL_SYS_AIX + +/* -------------------------------- Unix ---------------------------------- */ +# ifdef OPENSSL_SYS_UNIX +# if defined(linux) || defined(__linux__) || defined(OPENSSL_SYSNAME_LINUX) +# define OPENSSL_SYS_LINUX +# endif +# ifdef OPENSSL_SYSNAME_MPE +# define OPENSSL_SYS_MPE +# endif +# ifdef OPENSSL_SYSNAME_SNI +# define OPENSSL_SYS_SNI +# endif +# ifdef OPENSSL_SYSNAME_ULTRASPARC +# define OPENSSL_SYS_ULTRASPARC +# endif +# ifdef OPENSSL_SYSNAME_NEWS4 +# define OPENSSL_SYS_NEWS4 +# endif +# ifdef OPENSSL_SYSNAME_MACOSX +# define OPENSSL_SYS_MACOSX +# endif +# ifdef OPENSSL_SYSNAME_MACOSX_RHAPSODY +# define OPENSSL_SYS_MACOSX_RHAPSODY +# define OPENSSL_SYS_MACOSX +# endif +# ifdef OPENSSL_SYSNAME_SUNOS +# define OPENSSL_SYS_SUNOS +# endif +# if defined(_CRAY) || defined(OPENSSL_SYSNAME_CRAY) +# define OPENSSL_SYS_CRAY +# endif +# if defined(_AIX) || defined(OPENSSL_SYSNAME_AIX) +# define OPENSSL_SYS_AIX +# endif # endif -#endif -/* --------------------------------- VOS ----------------------------------- */ -#if defined(__VOS__) || defined(OPENSSL_SYSNAME_VOS) -# define OPENSSL_SYS_VOS -#ifdef __HPPA__ -# define OPENSSL_SYS_VOS_HPPA -#endif -#ifdef __IA32__ -# define OPENSSL_SYS_VOS_IA32 -#endif -#endif +/* -------------------------------- VOS ----------------------------------- */ +# if defined(__VOS__) || defined(OPENSSL_SYSNAME_VOS) +# define OPENSSL_SYS_VOS +# ifdef __HPPA__ +# define OPENSSL_SYS_VOS_HPPA +# endif +# ifdef __IA32__ +# define OPENSSL_SYS_VOS_IA32 +# endif +# endif -/* ------------------------------- VxWorks --------------------------------- */ -#ifdef OPENSSL_SYSNAME_VXWORKS -# define OPENSSL_SYS_VXWORKS -#endif +/* ------------------------------ VxWorks --------------------------------- */ +# ifdef OPENSSL_SYSNAME_VXWORKS +# define OPENSSL_SYS_VXWORKS +# endif -/* --------------------------------- BeOS ---------------------------------- */ -#if defined(__BEOS__) -# define OPENSSL_SYS_BEOS -# include -# if defined(BONE_VERSION) -# define OPENSSL_SYS_BEOS_BONE -# else -# define OPENSSL_SYS_BEOS_R5 +/* -------------------------------- BeOS ---------------------------------- */ +# if defined(__BEOS__) +# define OPENSSL_SYS_BEOS +# include +# if defined(BONE_VERSION) +# define OPENSSL_SYS_BEOS_BONE +# else +# define OPENSSL_SYS_BEOS_R5 +# endif # endif -#endif /** * That's it for OS-specific stuff *****************************************************************************/ - /* Specials for I/O an exit */ -#ifdef OPENSSL_SYS_MSDOS -# define OPENSSL_UNISTD_IO -# define OPENSSL_DECLARE_EXIT extern void exit(int); -#else -# define OPENSSL_UNISTD_IO OPENSSL_UNISTD -# define OPENSSL_DECLARE_EXIT /* declared in unistd.h */ -#endif - -/* Definitions of OPENSSL_GLOBAL and OPENSSL_EXTERN, to define and declare - certain global symbols that, with some compilers under VMS, have to be - defined and declared explicitely with globaldef and globalref. - Definitions of OPENSSL_EXPORT and OPENSSL_IMPORT, to define and declare - DLL exports and imports for compilers under Win32. These are a little - more complicated to use. Basically, for any library that exports some - global variables, the following code must be present in the header file - that declares them, before OPENSSL_EXTERN is used: - - #ifdef SOME_BUILD_FLAG_MACRO - # undef OPENSSL_EXTERN - # define OPENSSL_EXTERN OPENSSL_EXPORT - #endif - - The default is to have OPENSSL_EXPORT, OPENSSL_IMPORT and OPENSSL_GLOBAL - have some generally sensible values, and for OPENSSL_EXTERN to have the - value OPENSSL_IMPORT. -*/ +# ifdef OPENSSL_SYS_MSDOS +# define OPENSSL_UNISTD_IO +# define OPENSSL_DECLARE_EXIT extern void exit(int); +# else +# define OPENSSL_UNISTD_IO OPENSSL_UNISTD +# define OPENSSL_DECLARE_EXIT /* declared in unistd.h */ +# endif -#if defined(OPENSSL_SYS_VMS_NODECC) -# define OPENSSL_EXPORT globalref -# define OPENSSL_IMPORT globalref -# define OPENSSL_GLOBAL globaldef -#elif defined(OPENSSL_SYS_WINDOWS) && defined(OPENSSL_OPT_WINDLL) -# define OPENSSL_EXPORT extern __declspec(dllexport) -# define OPENSSL_IMPORT extern __declspec(dllimport) -# define OPENSSL_GLOBAL -#else -# define OPENSSL_EXPORT extern -# define OPENSSL_IMPORT extern -# define OPENSSL_GLOBAL -#endif -#define OPENSSL_EXTERN OPENSSL_IMPORT +/*- + * Definitions of OPENSSL_GLOBAL and OPENSSL_EXTERN, to define and declare + * certain global symbols that, with some compilers under VMS, have to be + * defined and declared explicitely with globaldef and globalref. + * Definitions of OPENSSL_EXPORT and OPENSSL_IMPORT, to define and declare + * DLL exports and imports for compilers under Win32. These are a little + * more complicated to use. Basically, for any library that exports some + * global variables, the following code must be present in the header file + * that declares them, before OPENSSL_EXTERN is used: + * + * #ifdef SOME_BUILD_FLAG_MACRO + * # undef OPENSSL_EXTERN + * # define OPENSSL_EXTERN OPENSSL_EXPORT + * #endif + * + * The default is to have OPENSSL_EXPORT, OPENSSL_IMPORT and OPENSSL_GLOBAL + * have some generally sensible values, and for OPENSSL_EXTERN to have the + * value OPENSSL_IMPORT. + */ -/* Macros to allow global variables to be reached through function calls when - required (if a shared library version requires it, for example. - The way it's done allows definitions like this: +# if defined(OPENSSL_SYS_VMS_NODECC) +# define OPENSSL_EXPORT globalref +# define OPENSSL_IMPORT globalref +# define OPENSSL_GLOBAL globaldef +# elif defined(OPENSSL_SYS_WINDOWS) && defined(OPENSSL_OPT_WINDLL) +# define OPENSSL_EXPORT extern __declspec(dllexport) +# define OPENSSL_IMPORT extern __declspec(dllimport) +# define OPENSSL_GLOBAL +# else +# define OPENSSL_EXPORT extern +# define OPENSSL_IMPORT extern +# define OPENSSL_GLOBAL +# endif +# define OPENSSL_EXTERN OPENSSL_IMPORT - // in foobar.c - OPENSSL_IMPLEMENT_GLOBAL(int,foobar,0) - // in foobar.h - OPENSSL_DECLARE_GLOBAL(int,foobar); - #define foobar OPENSSL_GLOBAL_REF(foobar) -*/ -#ifdef OPENSSL_EXPORT_VAR_AS_FUNCTION -# define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) \ - type *_shadow_##name(void) \ - { static type _hide_##name=value; return &_hide_##name; } -# define OPENSSL_DECLARE_GLOBAL(type,name) type *_shadow_##name(void) -# define OPENSSL_GLOBAL_REF(name) (*(_shadow_##name())) -#else -# define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) OPENSSL_GLOBAL type _shadow_##name=value; -# define OPENSSL_DECLARE_GLOBAL(type,name) OPENSSL_EXPORT type _shadow_##name -# define OPENSSL_GLOBAL_REF(name) _shadow_##name -#endif +/*- + * Macros to allow global variables to be reached through function calls when + * required (if a shared library version requires it, for example. + * The way it's done allows definitions like this: + * + * // in foobar.c + * OPENSSL_IMPLEMENT_GLOBAL(int,foobar,0) + * // in foobar.h + * OPENSSL_DECLARE_GLOBAL(int,foobar); + * #define foobar OPENSSL_GLOBAL_REF(foobar) + */ +# ifdef OPENSSL_EXPORT_VAR_AS_FUNCTION +# define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) \ + type *_shadow_##name(void) \ + { static type _hide_##name=value; return &_hide_##name; } +# define OPENSSL_DECLARE_GLOBAL(type,name) type *_shadow_##name(void) +# define OPENSSL_GLOBAL_REF(name) (*(_shadow_##name())) +# else +# define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) OPENSSL_GLOBAL type _shadow_##name=value; +# define OPENSSL_DECLARE_GLOBAL(type,name) OPENSSL_EXPORT type _shadow_##name +# define OPENSSL_GLOBAL_REF(name) _shadow_##name +# endif -#if defined(OPENSSL_SYS_MACINTOSH_CLASSIC) && macintosh==1 && !defined(MAC_OS_GUSI_SOURCE) +# if defined(OPENSSL_SYS_MACINTOSH_CLASSIC) && macintosh==1 && !defined(MAC_OS_GUSI_SOURCE) # define ossl_ssize_t long -#endif +# endif -#ifdef OPENSSL_SYS_MSDOS +# ifdef OPENSSL_SYS_MSDOS # define ossl_ssize_t long -#endif +# endif -#if defined(NeXT) || defined(OPENSSL_SYS_NEWS4) || defined(OPENSSL_SYS_SUNOS) +# if defined(NeXT) || defined(OPENSSL_SYS_NEWS4) || defined(OPENSSL_SYS_SUNOS) # define ssize_t int -#endif +# endif -#if defined(__ultrix) && !defined(ssize_t) -# define ossl_ssize_t int -#endif +# if defined(__ultrix) && !defined(ssize_t) +# define ossl_ssize_t int +# endif -#ifndef ossl_ssize_t +# ifndef ossl_ssize_t # define ossl_ssize_t ssize_t -#endif +# endif #ifdef __cplusplus } diff --git a/openssl/engines/Makefile b/openssl/engines/Makefile index 2fa953440..da6c8750b 100644 --- a/openssl/engines/Makefile +++ b/openssl/engines/Makefile @@ -111,7 +111,10 @@ install: for l in $(LIBNAMES); do \ ( echo installing $$l; \ pfx=lib; \ - if [ "$(PLATFORM)" != "Cygwin" ]; then \ + if expr "$(PLATFORM)" : "Cygwin" >/dev/null; then \ + sfx=".so"; \ + cp cyg$$l.dll $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx.new; \ + else \ case "$(CFLAGS)" in \ *DSO_BEOS*) sfx=".so";; \ *DSO_DLFCN*) sfx=`expr "$(SHLIB_EXT)" : '.*\(\.[a-z][a-z]*\)' \| ".so"`;; \ @@ -120,9 +123,6 @@ install: *) sfx=".bad";; \ esac; \ cp $$pfx$$l$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx.new; \ - else \ - sfx=".so"; \ - cp cyg$$l.dll $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx.new; \ fi; \ chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx.new; \ mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx ); \ @@ -213,17 +213,17 @@ e_atalla.o: ../include/openssl/symhacks.h ../include/openssl/x509.h e_atalla.o: ../include/openssl/x509_vfy.h e_atalla.c e_atalla_err.c e_atalla.o: e_atalla_err.h vendor_defns/atalla.h e_capi.o: ../include/openssl/asn1.h ../include/openssl/bio.h -e_capi.o: ../include/openssl/bn.h ../include/openssl/buffer.h -e_capi.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h -e_capi.o: ../include/openssl/ec.h ../include/openssl/ecdh.h -e_capi.o: ../include/openssl/ecdsa.h ../include/openssl/engine.h -e_capi.o: ../include/openssl/evp.h ../include/openssl/lhash.h -e_capi.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h -e_capi.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h -e_capi.o: ../include/openssl/ossl_typ.h ../include/openssl/pkcs7.h -e_capi.o: ../include/openssl/safestack.h ../include/openssl/sha.h -e_capi.o: ../include/openssl/stack.h ../include/openssl/symhacks.h -e_capi.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h e_capi.c +e_capi.o: ../include/openssl/buffer.h ../include/openssl/crypto.h +e_capi.o: ../include/openssl/e_os2.h ../include/openssl/ec.h +e_capi.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h +e_capi.o: ../include/openssl/engine.h ../include/openssl/evp.h +e_capi.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h +e_capi.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h +e_capi.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h +e_capi.o: ../include/openssl/pkcs7.h ../include/openssl/safestack.h +e_capi.o: ../include/openssl/sha.h ../include/openssl/stack.h +e_capi.o: ../include/openssl/symhacks.h ../include/openssl/x509.h +e_capi.o: ../include/openssl/x509_vfy.h e_capi.c e_chil.o: ../include/openssl/asn1.h ../include/openssl/bio.h e_chil.o: ../include/openssl/bn.h ../include/openssl/buffer.h e_chil.o: ../include/openssl/crypto.h ../include/openssl/dh.h diff --git a/openssl/engines/ccgost/Makefile b/openssl/engines/ccgost/Makefile index d661c1082..2f3658083 100644 --- a/openssl/engines/ccgost/Makefile +++ b/openssl/engines/ccgost/Makefile @@ -45,7 +45,10 @@ install: set -e; \ echo installing $(LIBNAME); \ pfx=lib; \ - if [ "$(PLATFORM)" != "Cygwin" ]; then \ + if expr "$(PLATFORM)" : "Cygwin" >/dev/null; then \ + sfx=".so"; \ + cp cyg$(LIBNAME).dll $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new; \ + else \ case "$(CFLAGS)" in \ *DSO_BEOS*) sfx=".so";; \ *DSO_DLFCN*) sfx=`expr "$(SHLIB_EXT)" : '.*\(\.[a-z][a-z]*\)' \| ".so"`;; \ @@ -54,9 +57,6 @@ install: *) sfx=".bad";; \ esac; \ cp $${pfx}$(LIBNAME)$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new; \ - else \ - sfx=".so"; \ - cp cyg$(LIBNAME).dll $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new; \ fi; \ chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new; \ mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx; \ @@ -74,8 +74,7 @@ depend: fi files: - - + $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO lint: lint -DLINT $(INCLUDES) $(SRC)>fluff diff --git a/openssl/engines/ccgost/e_gost_err.c b/openssl/engines/ccgost/e_gost_err.c index 9a79a374e..3201b648f 100644 --- a/openssl/engines/ccgost/e_gost_err.c +++ b/openssl/engines/ccgost/e_gost_err.c @@ -7,7 +7,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -53,7 +53,8 @@ * */ -/* NOTE: this file was auto generated by the mkerr.pl script: any changes +/* + * NOTE: this file was auto generated by the mkerr.pl script: any changes * made to it will be overwritten when the script next updates this file, * only reason strings will be preserved. */ @@ -65,148 +66,155 @@ /* BEGIN ERROR CODES */ #ifndef OPENSSL_NO_ERR -#define ERR_FUNC(func) ERR_PACK(0,func,0) -#define ERR_REASON(reason) ERR_PACK(0,0,reason) - -static ERR_STRING_DATA GOST_str_functs[]= - { -{ERR_FUNC(GOST_F_DECODE_GOST_ALGOR_PARAMS), "DECODE_GOST_ALGOR_PARAMS"}, -{ERR_FUNC(GOST_F_ENCODE_GOST_ALGOR_PARAMS), "ENCODE_GOST_ALGOR_PARAMS"}, -{ERR_FUNC(GOST_F_FILL_GOST2001_PARAMS), "FILL_GOST2001_PARAMS"}, -{ERR_FUNC(GOST_F_FILL_GOST94_PARAMS), "FILL_GOST94_PARAMS"}, -{ERR_FUNC(GOST_F_GET_ENCRYPTION_PARAMS), "GET_ENCRYPTION_PARAMS"}, -{ERR_FUNC(GOST_F_GOST2001_COMPUTE_PUBLIC), "GOST2001_COMPUTE_PUBLIC"}, -{ERR_FUNC(GOST_F_GOST2001_DO_SIGN), "GOST2001_DO_SIGN"}, -{ERR_FUNC(GOST_F_GOST2001_DO_VERIFY), "GOST2001_DO_VERIFY"}, -{ERR_FUNC(GOST_F_GOST2001_KEYGEN), "GOST2001_KEYGEN"}, -{ERR_FUNC(GOST_F_GOST89_GET_ASN1_PARAMETERS), "GOST89_GET_ASN1_PARAMETERS"}, -{ERR_FUNC(GOST_F_GOST89_SET_ASN1_PARAMETERS), "GOST89_SET_ASN1_PARAMETERS"}, -{ERR_FUNC(GOST_F_GOST94_COMPUTE_PUBLIC), "GOST94_COMPUTE_PUBLIC"}, -{ERR_FUNC(GOST_F_GOST_CIPHER_CTL), "GOST_CIPHER_CTL"}, -{ERR_FUNC(GOST_F_GOST_DO_SIGN), "GOST_DO_SIGN"}, -{ERR_FUNC(GOST_F_GOST_DO_VERIFY), "GOST_DO_VERIFY"}, -{ERR_FUNC(GOST_F_GOST_IMIT_CTRL), "GOST_IMIT_CTRL"}, -{ERR_FUNC(GOST_F_GOST_IMIT_FINAL), "GOST_IMIT_FINAL"}, -{ERR_FUNC(GOST_F_GOST_IMIT_UPDATE), "GOST_IMIT_UPDATE"}, -{ERR_FUNC(GOST_F_PARAM_COPY_GOST01), "PARAM_COPY_GOST01"}, -{ERR_FUNC(GOST_F_PARAM_COPY_GOST94), "PARAM_COPY_GOST94"}, -{ERR_FUNC(GOST_F_PKEY_GOST01CP_DECRYPT), "PKEY_GOST01CP_DECRYPT"}, -{ERR_FUNC(GOST_F_PKEY_GOST01CP_ENCRYPT), "PKEY_GOST01CP_ENCRYPT"}, -{ERR_FUNC(GOST_F_PKEY_GOST01CP_KEYGEN), "PKEY_GOST01CP_KEYGEN"}, -{ERR_FUNC(GOST_F_PKEY_GOST01_PARAMGEN), "PKEY_GOST01_PARAMGEN"}, -{ERR_FUNC(GOST_F_PKEY_GOST2001_DERIVE), "PKEY_GOST2001_DERIVE"}, -{ERR_FUNC(GOST_F_PKEY_GOST94CP_DECRYPT), "PKEY_GOST94CP_DECRYPT"}, -{ERR_FUNC(GOST_F_PKEY_GOST94CP_ENCRYPT), "PKEY_GOST94CP_ENCRYPT"}, -{ERR_FUNC(GOST_F_PKEY_GOST94CP_KEYGEN), "PKEY_GOST94CP_KEYGEN"}, -{ERR_FUNC(GOST_F_PKEY_GOST94_PARAMGEN), "PKEY_GOST94_PARAMGEN"}, -{ERR_FUNC(GOST_F_PKEY_GOST_CTRL), "PKEY_GOST_CTRL"}, -{ERR_FUNC(GOST_F_PKEY_GOST_CTRL01_STR), "PKEY_GOST_CTRL01_STR"}, -{ERR_FUNC(GOST_F_PKEY_GOST_CTRL94_STR), "PKEY_GOST_CTRL94_STR"}, -{ERR_FUNC(GOST_F_PKEY_GOST_MAC_CTRL), "PKEY_GOST_MAC_CTRL"}, -{ERR_FUNC(GOST_F_PKEY_GOST_MAC_CTRL_STR), "PKEY_GOST_MAC_CTRL_STR"}, -{ERR_FUNC(GOST_F_PKEY_GOST_MAC_KEYGEN), "PKEY_GOST_MAC_KEYGEN"}, -{ERR_FUNC(GOST_F_PRINT_GOST_01), "PRINT_GOST_01"}, -{ERR_FUNC(GOST_F_PRIV_DECODE_GOST), "PRIV_DECODE_GOST"}, -{ERR_FUNC(GOST_F_PUB_DECODE_GOST01), "PUB_DECODE_GOST01"}, -{ERR_FUNC(GOST_F_PUB_DECODE_GOST94), "PUB_DECODE_GOST94"}, -{ERR_FUNC(GOST_F_PUB_ENCODE_GOST01), "PUB_ENCODE_GOST01"}, -{ERR_FUNC(GOST_F_UNPACK_CC_SIGNATURE), "UNPACK_CC_SIGNATURE"}, -{ERR_FUNC(GOST_F_UNPACK_CP_SIGNATURE), "UNPACK_CP_SIGNATURE"}, -{0,NULL} - }; - -static ERR_STRING_DATA GOST_str_reasons[]= - { -{ERR_REASON(GOST_R_BAD_KEY_PARAMETERS_FORMAT),"bad key parameters format"}, -{ERR_REASON(GOST_R_BAD_PKEY_PARAMETERS_FORMAT),"bad pkey parameters format"}, -{ERR_REASON(GOST_R_CANNOT_PACK_EPHEMERAL_KEY),"cannot pack ephemeral key"}, -{ERR_REASON(GOST_R_CTRL_CALL_FAILED) ,"ctrl call failed"}, -{ERR_REASON(GOST_R_ERROR_COMPUTING_SHARED_KEY),"error computing shared key"}, -{ERR_REASON(GOST_R_ERROR_PACKING_KEY_TRANSPORT_INFO),"error packing key transport info"}, -{ERR_REASON(GOST_R_ERROR_PARSING_KEY_TRANSPORT_INFO),"error parsing key transport info"}, -{ERR_REASON(GOST_R_INCOMPATIBLE_ALGORITHMS),"incompatible algorithms"}, -{ERR_REASON(GOST_R_INCOMPATIBLE_PEER_KEY),"incompatible peer key"}, -{ERR_REASON(GOST_R_INVALID_CIPHER_PARAMS),"invalid cipher params"}, -{ERR_REASON(GOST_R_INVALID_CIPHER_PARAM_OID),"invalid cipher param oid"}, -{ERR_REASON(GOST_R_INVALID_DIGEST_TYPE) ,"invalid digest type"}, -{ERR_REASON(GOST_R_INVALID_GOST94_PARMSET),"invalid gost94 parmset"}, -{ERR_REASON(GOST_R_INVALID_IV_LENGTH) ,"invalid iv length"}, -{ERR_REASON(GOST_R_INVALID_MAC_KEY_LENGTH),"invalid mac key length"}, -{ERR_REASON(GOST_R_INVALID_PARAMSET) ,"invalid paramset"}, -{ERR_REASON(GOST_R_KEY_IS_NOT_INITALIZED),"key is not initalized"}, -{ERR_REASON(GOST_R_KEY_IS_NOT_INITIALIZED),"key is not initialized"}, -{ERR_REASON(GOST_R_KEY_PARAMETERS_MISSING),"key parameters missing"}, -{ERR_REASON(GOST_R_MAC_KEY_NOT_SET) ,"mac key not set"}, -{ERR_REASON(GOST_R_MALLOC_FAILURE) ,"malloc failure"}, -{ERR_REASON(GOST_R_NO_MEMORY) ,"no memory"}, -{ERR_REASON(GOST_R_NO_PARAMETERS_SET) ,"no parameters set"}, -{ERR_REASON(GOST_R_NO_PEER_KEY) ,"no peer key"}, -{ERR_REASON(GOST_R_NO_PRIVATE_PART_OF_NON_EPHEMERAL_KEYPAIR),"no private part of non ephemeral keypair"}, -{ERR_REASON(GOST_R_PUBLIC_KEY_UNDEFINED) ,"public key undefined"}, -{ERR_REASON(GOST_R_RANDOM_GENERATOR_ERROR),"random generator error"}, -{ERR_REASON(GOST_R_RANDOM_GENERATOR_FAILURE),"random generator failure"}, -{ERR_REASON(GOST_R_RANDOM_NUMBER_GENERATOR_FAILED),"random number generator failed"}, -{ERR_REASON(GOST_R_SIGNATURE_MISMATCH) ,"signature mismatch"}, -{ERR_REASON(GOST_R_SIGNATURE_PARTS_GREATER_THAN_Q),"signature parts greater than q"}, -{ERR_REASON(GOST_R_UKM_NOT_SET) ,"ukm not set"}, -{ERR_REASON(GOST_R_UNSUPPORTED_CIPHER_CTL_COMMAND),"unsupported cipher ctl command"}, -{ERR_REASON(GOST_R_UNSUPPORTED_PARAMETER_SET),"unsupported parameter set"}, -{0,NULL} - }; +# define ERR_FUNC(func) ERR_PACK(0,func,0) +# define ERR_REASON(reason) ERR_PACK(0,0,reason) + +static ERR_STRING_DATA GOST_str_functs[] = { + {ERR_FUNC(GOST_F_DECODE_GOST_ALGOR_PARAMS), "DECODE_GOST_ALGOR_PARAMS"}, + {ERR_FUNC(GOST_F_ENCODE_GOST_ALGOR_PARAMS), "ENCODE_GOST_ALGOR_PARAMS"}, + {ERR_FUNC(GOST_F_FILL_GOST2001_PARAMS), "FILL_GOST2001_PARAMS"}, + {ERR_FUNC(GOST_F_FILL_GOST94_PARAMS), "FILL_GOST94_PARAMS"}, + {ERR_FUNC(GOST_F_GET_ENCRYPTION_PARAMS), "GET_ENCRYPTION_PARAMS"}, + {ERR_FUNC(GOST_F_GOST2001_COMPUTE_PUBLIC), "GOST2001_COMPUTE_PUBLIC"}, + {ERR_FUNC(GOST_F_GOST2001_DO_SIGN), "GOST2001_DO_SIGN"}, + {ERR_FUNC(GOST_F_GOST2001_DO_VERIFY), "GOST2001_DO_VERIFY"}, + {ERR_FUNC(GOST_F_GOST2001_KEYGEN), "GOST2001_KEYGEN"}, + {ERR_FUNC(GOST_F_GOST89_GET_ASN1_PARAMETERS), + "GOST89_GET_ASN1_PARAMETERS"}, + {ERR_FUNC(GOST_F_GOST89_SET_ASN1_PARAMETERS), + "GOST89_SET_ASN1_PARAMETERS"}, + {ERR_FUNC(GOST_F_GOST94_COMPUTE_PUBLIC), "GOST94_COMPUTE_PUBLIC"}, + {ERR_FUNC(GOST_F_GOST_CIPHER_CTL), "GOST_CIPHER_CTL"}, + {ERR_FUNC(GOST_F_GOST_DO_SIGN), "GOST_DO_SIGN"}, + {ERR_FUNC(GOST_F_GOST_DO_VERIFY), "GOST_DO_VERIFY"}, + {ERR_FUNC(GOST_F_GOST_IMIT_CTRL), "GOST_IMIT_CTRL"}, + {ERR_FUNC(GOST_F_GOST_IMIT_FINAL), "GOST_IMIT_FINAL"}, + {ERR_FUNC(GOST_F_GOST_IMIT_UPDATE), "GOST_IMIT_UPDATE"}, + {ERR_FUNC(GOST_F_PARAM_COPY_GOST01), "PARAM_COPY_GOST01"}, + {ERR_FUNC(GOST_F_PARAM_COPY_GOST94), "PARAM_COPY_GOST94"}, + {ERR_FUNC(GOST_F_PKEY_GOST01CP_DECRYPT), "PKEY_GOST01CP_DECRYPT"}, + {ERR_FUNC(GOST_F_PKEY_GOST01CP_ENCRYPT), "PKEY_GOST01CP_ENCRYPT"}, + {ERR_FUNC(GOST_F_PKEY_GOST01CP_KEYGEN), "PKEY_GOST01CP_KEYGEN"}, + {ERR_FUNC(GOST_F_PKEY_GOST01_PARAMGEN), "PKEY_GOST01_PARAMGEN"}, + {ERR_FUNC(GOST_F_PKEY_GOST2001_DERIVE), "PKEY_GOST2001_DERIVE"}, + {ERR_FUNC(GOST_F_PKEY_GOST94CP_DECRYPT), "PKEY_GOST94CP_DECRYPT"}, + {ERR_FUNC(GOST_F_PKEY_GOST94CP_ENCRYPT), "PKEY_GOST94CP_ENCRYPT"}, + {ERR_FUNC(GOST_F_PKEY_GOST94CP_KEYGEN), "PKEY_GOST94CP_KEYGEN"}, + {ERR_FUNC(GOST_F_PKEY_GOST94_PARAMGEN), "PKEY_GOST94_PARAMGEN"}, + {ERR_FUNC(GOST_F_PKEY_GOST_CTRL), "PKEY_GOST_CTRL"}, + {ERR_FUNC(GOST_F_PKEY_GOST_CTRL01_STR), "PKEY_GOST_CTRL01_STR"}, + {ERR_FUNC(GOST_F_PKEY_GOST_CTRL94_STR), "PKEY_GOST_CTRL94_STR"}, + {ERR_FUNC(GOST_F_PKEY_GOST_MAC_CTRL), "PKEY_GOST_MAC_CTRL"}, + {ERR_FUNC(GOST_F_PKEY_GOST_MAC_CTRL_STR), "PKEY_GOST_MAC_CTRL_STR"}, + {ERR_FUNC(GOST_F_PKEY_GOST_MAC_KEYGEN), "PKEY_GOST_MAC_KEYGEN"}, + {ERR_FUNC(GOST_F_PRINT_GOST_01), "PRINT_GOST_01"}, + {ERR_FUNC(GOST_F_PRIV_DECODE_GOST), "PRIV_DECODE_GOST"}, + {ERR_FUNC(GOST_F_PUB_DECODE_GOST01), "PUB_DECODE_GOST01"}, + {ERR_FUNC(GOST_F_PUB_DECODE_GOST94), "PUB_DECODE_GOST94"}, + {ERR_FUNC(GOST_F_PUB_ENCODE_GOST01), "PUB_ENCODE_GOST01"}, + {ERR_FUNC(GOST_F_UNPACK_CC_SIGNATURE), "UNPACK_CC_SIGNATURE"}, + {ERR_FUNC(GOST_F_UNPACK_CP_SIGNATURE), "UNPACK_CP_SIGNATURE"}, + {0, NULL} +}; + +static ERR_STRING_DATA GOST_str_reasons[] = { + {ERR_REASON(GOST_R_BAD_KEY_PARAMETERS_FORMAT), + "bad key parameters format"}, + {ERR_REASON(GOST_R_BAD_PKEY_PARAMETERS_FORMAT), + "bad pkey parameters format"}, + {ERR_REASON(GOST_R_CANNOT_PACK_EPHEMERAL_KEY), + "cannot pack ephemeral key"}, + {ERR_REASON(GOST_R_CTRL_CALL_FAILED), "ctrl call failed"}, + {ERR_REASON(GOST_R_ERROR_COMPUTING_SHARED_KEY), + "error computing shared key"}, + {ERR_REASON(GOST_R_ERROR_PACKING_KEY_TRANSPORT_INFO), + "error packing key transport info"}, + {ERR_REASON(GOST_R_ERROR_PARSING_KEY_TRANSPORT_INFO), + "error parsing key transport info"}, + {ERR_REASON(GOST_R_INCOMPATIBLE_ALGORITHMS), "incompatible algorithms"}, + {ERR_REASON(GOST_R_INCOMPATIBLE_PEER_KEY), "incompatible peer key"}, + {ERR_REASON(GOST_R_INVALID_CIPHER_PARAMS), "invalid cipher params"}, + {ERR_REASON(GOST_R_INVALID_CIPHER_PARAM_OID), "invalid cipher param oid"}, + {ERR_REASON(GOST_R_INVALID_DIGEST_TYPE), "invalid digest type"}, + {ERR_REASON(GOST_R_INVALID_GOST94_PARMSET), "invalid gost94 parmset"}, + {ERR_REASON(GOST_R_INVALID_IV_LENGTH), "invalid iv length"}, + {ERR_REASON(GOST_R_INVALID_MAC_KEY_LENGTH), "invalid mac key length"}, + {ERR_REASON(GOST_R_INVALID_PARAMSET), "invalid paramset"}, + {ERR_REASON(GOST_R_KEY_IS_NOT_INITALIZED), "key is not initalized"}, + {ERR_REASON(GOST_R_KEY_IS_NOT_INITIALIZED), "key is not initialized"}, + {ERR_REASON(GOST_R_KEY_PARAMETERS_MISSING), "key parameters missing"}, + {ERR_REASON(GOST_R_MAC_KEY_NOT_SET), "mac key not set"}, + {ERR_REASON(GOST_R_MALLOC_FAILURE), "malloc failure"}, + {ERR_REASON(GOST_R_NO_MEMORY), "no memory"}, + {ERR_REASON(GOST_R_NO_PARAMETERS_SET), "no parameters set"}, + {ERR_REASON(GOST_R_NO_PEER_KEY), "no peer key"}, + {ERR_REASON(GOST_R_NO_PRIVATE_PART_OF_NON_EPHEMERAL_KEYPAIR), + "no private part of non ephemeral keypair"}, + {ERR_REASON(GOST_R_PUBLIC_KEY_UNDEFINED), "public key undefined"}, + {ERR_REASON(GOST_R_RANDOM_GENERATOR_ERROR), "random generator error"}, + {ERR_REASON(GOST_R_RANDOM_GENERATOR_FAILURE), "random generator failure"}, + {ERR_REASON(GOST_R_RANDOM_NUMBER_GENERATOR_FAILED), + "random number generator failed"}, + {ERR_REASON(GOST_R_SIGNATURE_MISMATCH), "signature mismatch"}, + {ERR_REASON(GOST_R_SIGNATURE_PARTS_GREATER_THAN_Q), + "signature parts greater than q"}, + {ERR_REASON(GOST_R_UKM_NOT_SET), "ukm not set"}, + {ERR_REASON(GOST_R_UNSUPPORTED_CIPHER_CTL_COMMAND), + "unsupported cipher ctl command"}, + {ERR_REASON(GOST_R_UNSUPPORTED_PARAMETER_SET), + "unsupported parameter set"}, + {0, NULL} +}; #endif #ifdef GOST_LIB_NAME -static ERR_STRING_DATA GOST_lib_name[]= - { -{0 ,GOST_LIB_NAME}, -{0,NULL} - }; +static ERR_STRING_DATA GOST_lib_name[] = { + {0, GOST_LIB_NAME}, + {0, NULL} +}; #endif - -static int GOST_lib_error_code=0; -static int GOST_error_init=1; +static int GOST_lib_error_code = 0; +static int GOST_error_init = 1; void ERR_load_GOST_strings(void) - { - if (GOST_lib_error_code == 0) - GOST_lib_error_code=ERR_get_next_error_library(); +{ + if (GOST_lib_error_code == 0) + GOST_lib_error_code = ERR_get_next_error_library(); - if (GOST_error_init) - { - GOST_error_init=0; + if (GOST_error_init) { + GOST_error_init = 0; #ifndef OPENSSL_NO_ERR - ERR_load_strings(GOST_lib_error_code,GOST_str_functs); - ERR_load_strings(GOST_lib_error_code,GOST_str_reasons); + ERR_load_strings(GOST_lib_error_code, GOST_str_functs); + ERR_load_strings(GOST_lib_error_code, GOST_str_reasons); #endif #ifdef GOST_LIB_NAME - GOST_lib_name->error = ERR_PACK(GOST_lib_error_code,0,0); - ERR_load_strings(0,GOST_lib_name); + GOST_lib_name->error = ERR_PACK(GOST_lib_error_code, 0, 0); + ERR_load_strings(0, GOST_lib_name); #endif - } - } + } +} void ERR_unload_GOST_strings(void) - { - if (GOST_error_init == 0) - { +{ + if (GOST_error_init == 0) { #ifndef OPENSSL_NO_ERR - ERR_unload_strings(GOST_lib_error_code,GOST_str_functs); - ERR_unload_strings(GOST_lib_error_code,GOST_str_reasons); + ERR_unload_strings(GOST_lib_error_code, GOST_str_functs); + ERR_unload_strings(GOST_lib_error_code, GOST_str_reasons); #endif #ifdef GOST_LIB_NAME - ERR_unload_strings(0,GOST_lib_name); + ERR_unload_strings(0, GOST_lib_name); #endif - GOST_error_init=1; - } - } + GOST_error_init = 1; + } +} void ERR_GOST_error(int function, int reason, char *file, int line) - { - if (GOST_lib_error_code == 0) - GOST_lib_error_code=ERR_get_next_error_library(); - ERR_PUT_error(GOST_lib_error_code,function,reason,file,line); - } +{ + if (GOST_lib_error_code == 0) + GOST_lib_error_code = ERR_get_next_error_library(); + ERR_PUT_error(GOST_lib_error_code, function, reason, file, line); +} diff --git a/openssl/engines/ccgost/e_gost_err.h b/openssl/engines/ccgost/e_gost_err.h index 6dc500079..92be55845 100644 --- a/openssl/engines/ccgost/e_gost_err.h +++ b/openssl/engines/ccgost/e_gost_err.h @@ -6,7 +6,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -53,102 +53,103 @@ */ #ifndef HEADER_GOST_ERR_H -#define HEADER_GOST_ERR_H +# define HEADER_GOST_ERR_H #ifdef __cplusplus extern "C" { #endif /* BEGIN ERROR CODES */ -/* The following lines are auto generated by the script mkerr.pl. Any changes +/* + * The following lines are auto generated by the script mkerr.pl. Any changes * made after this point may be overwritten when the script is next run. */ void ERR_load_GOST_strings(void); void ERR_unload_GOST_strings(void); void ERR_GOST_error(int function, int reason, char *file, int line); -#define GOSTerr(f,r) ERR_GOST_error((f),(r),__FILE__,__LINE__) +# define GOSTerr(f,r) ERR_GOST_error((f),(r),__FILE__,__LINE__) /* Error codes for the GOST functions. */ /* Function codes. */ -#define GOST_F_DECODE_GOST_ALGOR_PARAMS 99 -#define GOST_F_ENCODE_GOST_ALGOR_PARAMS 100 -#define GOST_F_FILL_GOST2001_PARAMS 101 -#define GOST_F_FILL_GOST94_PARAMS 102 -#define GOST_F_GET_ENCRYPTION_PARAMS 103 -#define GOST_F_GOST2001_COMPUTE_PUBLIC 104 -#define GOST_F_GOST2001_DO_SIGN 105 -#define GOST_F_GOST2001_DO_VERIFY 106 -#define GOST_F_GOST2001_KEYGEN 107 -#define GOST_F_GOST89_GET_ASN1_PARAMETERS 108 -#define GOST_F_GOST89_SET_ASN1_PARAMETERS 109 -#define GOST_F_GOST94_COMPUTE_PUBLIC 110 -#define GOST_F_GOST_CIPHER_CTL 111 -#define GOST_F_GOST_DO_SIGN 112 -#define GOST_F_GOST_DO_VERIFY 113 -#define GOST_F_GOST_IMIT_CTRL 114 -#define GOST_F_GOST_IMIT_FINAL 140 -#define GOST_F_GOST_IMIT_UPDATE 115 -#define GOST_F_PARAM_COPY_GOST01 116 -#define GOST_F_PARAM_COPY_GOST94 117 -#define GOST_F_PKEY_GOST01CP_DECRYPT 118 -#define GOST_F_PKEY_GOST01CP_ENCRYPT 119 -#define GOST_F_PKEY_GOST01CP_KEYGEN 120 -#define GOST_F_PKEY_GOST01_PARAMGEN 138 -#define GOST_F_PKEY_GOST2001_DERIVE 121 -#define GOST_F_PKEY_GOST94CP_DECRYPT 122 -#define GOST_F_PKEY_GOST94CP_ENCRYPT 123 -#define GOST_F_PKEY_GOST94CP_KEYGEN 124 -#define GOST_F_PKEY_GOST94_PARAMGEN 139 -#define GOST_F_PKEY_GOST_CTRL 125 -#define GOST_F_PKEY_GOST_CTRL01_STR 126 -#define GOST_F_PKEY_GOST_CTRL94_STR 127 -#define GOST_F_PKEY_GOST_MAC_CTRL 128 -#define GOST_F_PKEY_GOST_MAC_CTRL_STR 129 -#define GOST_F_PKEY_GOST_MAC_KEYGEN 130 -#define GOST_F_PRINT_GOST_01 131 -#define GOST_F_PRIV_DECODE_GOST 132 -#define GOST_F_PUB_DECODE_GOST01 133 -#define GOST_F_PUB_DECODE_GOST94 134 -#define GOST_F_PUB_ENCODE_GOST01 135 -#define GOST_F_UNPACK_CC_SIGNATURE 136 -#define GOST_F_UNPACK_CP_SIGNATURE 137 +# define GOST_F_DECODE_GOST_ALGOR_PARAMS 99 +# define GOST_F_ENCODE_GOST_ALGOR_PARAMS 100 +# define GOST_F_FILL_GOST2001_PARAMS 101 +# define GOST_F_FILL_GOST94_PARAMS 102 +# define GOST_F_GET_ENCRYPTION_PARAMS 103 +# define GOST_F_GOST2001_COMPUTE_PUBLIC 104 +# define GOST_F_GOST2001_DO_SIGN 105 +# define GOST_F_GOST2001_DO_VERIFY 106 +# define GOST_F_GOST2001_KEYGEN 107 +# define GOST_F_GOST89_GET_ASN1_PARAMETERS 108 +# define GOST_F_GOST89_SET_ASN1_PARAMETERS 109 +# define GOST_F_GOST94_COMPUTE_PUBLIC 110 +# define GOST_F_GOST_CIPHER_CTL 111 +# define GOST_F_GOST_DO_SIGN 112 +# define GOST_F_GOST_DO_VERIFY 113 +# define GOST_F_GOST_IMIT_CTRL 114 +# define GOST_F_GOST_IMIT_FINAL 140 +# define GOST_F_GOST_IMIT_UPDATE 115 +# define GOST_F_PARAM_COPY_GOST01 116 +# define GOST_F_PARAM_COPY_GOST94 117 +# define GOST_F_PKEY_GOST01CP_DECRYPT 118 +# define GOST_F_PKEY_GOST01CP_ENCRYPT 119 +# define GOST_F_PKEY_GOST01CP_KEYGEN 120 +# define GOST_F_PKEY_GOST01_PARAMGEN 138 +# define GOST_F_PKEY_GOST2001_DERIVE 121 +# define GOST_F_PKEY_GOST94CP_DECRYPT 122 +# define GOST_F_PKEY_GOST94CP_ENCRYPT 123 +# define GOST_F_PKEY_GOST94CP_KEYGEN 124 +# define GOST_F_PKEY_GOST94_PARAMGEN 139 +# define GOST_F_PKEY_GOST_CTRL 125 +# define GOST_F_PKEY_GOST_CTRL01_STR 126 +# define GOST_F_PKEY_GOST_CTRL94_STR 127 +# define GOST_F_PKEY_GOST_MAC_CTRL 128 +# define GOST_F_PKEY_GOST_MAC_CTRL_STR 129 +# define GOST_F_PKEY_GOST_MAC_KEYGEN 130 +# define GOST_F_PRINT_GOST_01 131 +# define GOST_F_PRIV_DECODE_GOST 132 +# define GOST_F_PUB_DECODE_GOST01 133 +# define GOST_F_PUB_DECODE_GOST94 134 +# define GOST_F_PUB_ENCODE_GOST01 135 +# define GOST_F_UNPACK_CC_SIGNATURE 136 +# define GOST_F_UNPACK_CP_SIGNATURE 137 /* Reason codes. */ -#define GOST_R_BAD_KEY_PARAMETERS_FORMAT 99 -#define GOST_R_BAD_PKEY_PARAMETERS_FORMAT 100 -#define GOST_R_CANNOT_PACK_EPHEMERAL_KEY 101 -#define GOST_R_CTRL_CALL_FAILED 132 -#define GOST_R_ERROR_COMPUTING_SHARED_KEY 102 -#define GOST_R_ERROR_PACKING_KEY_TRANSPORT_INFO 103 -#define GOST_R_ERROR_PARSING_KEY_TRANSPORT_INFO 104 -#define GOST_R_INCOMPATIBLE_ALGORITHMS 105 -#define GOST_R_INCOMPATIBLE_PEER_KEY 131 -#define GOST_R_INVALID_CIPHER_PARAMS 106 -#define GOST_R_INVALID_CIPHER_PARAM_OID 107 -#define GOST_R_INVALID_DIGEST_TYPE 108 -#define GOST_R_INVALID_GOST94_PARMSET 109 -#define GOST_R_INVALID_IV_LENGTH 110 -#define GOST_R_INVALID_MAC_KEY_LENGTH 111 -#define GOST_R_INVALID_PARAMSET 112 -#define GOST_R_KEY_IS_NOT_INITALIZED 113 -#define GOST_R_KEY_IS_NOT_INITIALIZED 114 -#define GOST_R_KEY_PARAMETERS_MISSING 115 -#define GOST_R_MAC_KEY_NOT_SET 116 -#define GOST_R_MALLOC_FAILURE 117 -#define GOST_R_NO_MEMORY 118 -#define GOST_R_NO_PARAMETERS_SET 119 -#define GOST_R_NO_PEER_KEY 120 -#define GOST_R_NO_PRIVATE_PART_OF_NON_EPHEMERAL_KEYPAIR 121 -#define GOST_R_PUBLIC_KEY_UNDEFINED 122 -#define GOST_R_RANDOM_GENERATOR_ERROR 123 -#define GOST_R_RANDOM_GENERATOR_FAILURE 124 -#define GOST_R_RANDOM_NUMBER_GENERATOR_FAILED 125 -#define GOST_R_SIGNATURE_MISMATCH 126 -#define GOST_R_SIGNATURE_PARTS_GREATER_THAN_Q 127 -#define GOST_R_UKM_NOT_SET 128 -#define GOST_R_UNSUPPORTED_CIPHER_CTL_COMMAND 129 -#define GOST_R_UNSUPPORTED_PARAMETER_SET 130 +# define GOST_R_BAD_KEY_PARAMETERS_FORMAT 99 +# define GOST_R_BAD_PKEY_PARAMETERS_FORMAT 100 +# define GOST_R_CANNOT_PACK_EPHEMERAL_KEY 101 +# define GOST_R_CTRL_CALL_FAILED 132 +# define GOST_R_ERROR_COMPUTING_SHARED_KEY 102 +# define GOST_R_ERROR_PACKING_KEY_TRANSPORT_INFO 103 +# define GOST_R_ERROR_PARSING_KEY_TRANSPORT_INFO 104 +# define GOST_R_INCOMPATIBLE_ALGORITHMS 105 +# define GOST_R_INCOMPATIBLE_PEER_KEY 131 +# define GOST_R_INVALID_CIPHER_PARAMS 106 +# define GOST_R_INVALID_CIPHER_PARAM_OID 107 +# define GOST_R_INVALID_DIGEST_TYPE 108 +# define GOST_R_INVALID_GOST94_PARMSET 109 +# define GOST_R_INVALID_IV_LENGTH 110 +# define GOST_R_INVALID_MAC_KEY_LENGTH 111 +# define GOST_R_INVALID_PARAMSET 112 +# define GOST_R_KEY_IS_NOT_INITALIZED 113 +# define GOST_R_KEY_IS_NOT_INITIALIZED 114 +# define GOST_R_KEY_PARAMETERS_MISSING 115 +# define GOST_R_MAC_KEY_NOT_SET 116 +# define GOST_R_MALLOC_FAILURE 117 +# define GOST_R_NO_MEMORY 118 +# define GOST_R_NO_PARAMETERS_SET 119 +# define GOST_R_NO_PEER_KEY 120 +# define GOST_R_NO_PRIVATE_PART_OF_NON_EPHEMERAL_KEYPAIR 121 +# define GOST_R_PUBLIC_KEY_UNDEFINED 122 +# define GOST_R_RANDOM_GENERATOR_ERROR 123 +# define GOST_R_RANDOM_GENERATOR_FAILURE 124 +# define GOST_R_RANDOM_NUMBER_GENERATOR_FAILED 125 +# define GOST_R_SIGNATURE_MISMATCH 126 +# define GOST_R_SIGNATURE_PARTS_GREATER_THAN_Q 127 +# define GOST_R_UKM_NOT_SET 128 +# define GOST_R_UNSUPPORTED_CIPHER_CTL_COMMAND 129 +# define GOST_R_UNSUPPORTED_PARAMETER_SET 130 #ifdef __cplusplus } diff --git a/openssl/engines/ccgost/gost2001.c b/openssl/engines/ccgost/gost2001.c index dacd82d2b..2b9669482 100644 --- a/openssl/engines/ccgost/gost2001.c +++ b/openssl/engines/ccgost/gost2001.c @@ -3,7 +3,7 @@ * Copyright (c) 2005-2006 Cryptocom LTD * * This file is distributed under the same license as OpenSSL * * * - * Implementation of GOST R 34.10-2001 * + * Implementation of GOST R 34.10-2001 * * Requires OpenSSL 0.9.9 for compilation * **********************************************************************/ #include "gost_lcl.h" @@ -14,13 +14,14 @@ #include #include "e_gost_err.h" #ifdef DEBUG_SIGN -extern -void dump_signature(const char *message,const unsigned char *buffer,size_t len); +extern +void dump_signature(const char *message, const unsigned char *buffer, + size_t len); void dump_dsa_sig(const char *message, DSA_SIG *sig); #else -#define dump_signature(a,b,c) -#define dump_dsa_sig(a,b) +# define dump_signature(a,b,c) +# define dump_dsa_sig(a,b) #endif /* @@ -30,314 +31,309 @@ void dump_dsa_sig(const char *message, DSA_SIG *sig); * * Also fils DSA->q field with copy of EC_GROUP order field to make * DSA_size function work - */ + */ int fill_GOST2001_params(EC_KEY *eckey, int nid) - { - R3410_2001_params *params = R3410_2001_paramset; - EC_GROUP *grp=NULL; - BIGNUM *p=NULL,*q=NULL,*a=NULL,*b=NULL,*x=NULL,*y=NULL; - EC_POINT *P=NULL; - BN_CTX *ctx=BN_CTX_new(); - int ok=0; - - BN_CTX_start(ctx); - p=BN_CTX_get(ctx); - a=BN_CTX_get(ctx); - b=BN_CTX_get(ctx); - x=BN_CTX_get(ctx); - y=BN_CTX_get(ctx); - q=BN_CTX_get(ctx); - while (params->nid!=NID_undef && params->nid != nid) params++; - if (params->nid == NID_undef) - { - GOSTerr(GOST_F_FILL_GOST2001_PARAMS,GOST_R_UNSUPPORTED_PARAMETER_SET); - goto err; - } - BN_hex2bn(&p,params->p); - BN_hex2bn(&a,params->a); - BN_hex2bn(&b,params->b); - - grp = EC_GROUP_new_curve_GFp(p,a,b,ctx); +{ + R3410_2001_params *params = R3410_2001_paramset; + EC_GROUP *grp = NULL; + BIGNUM *p = NULL, *q = NULL, *a = NULL, *b = NULL, *x = NULL, *y = NULL; + EC_POINT *P = NULL; + BN_CTX *ctx = BN_CTX_new(); + int ok = 0; - P = EC_POINT_new(grp); + BN_CTX_start(ctx); + p = BN_CTX_get(ctx); + a = BN_CTX_get(ctx); + b = BN_CTX_get(ctx); + x = BN_CTX_get(ctx); + y = BN_CTX_get(ctx); + q = BN_CTX_get(ctx); + while (params->nid != NID_undef && params->nid != nid) + params++; + if (params->nid == NID_undef) { + GOSTerr(GOST_F_FILL_GOST2001_PARAMS, + GOST_R_UNSUPPORTED_PARAMETER_SET); + goto err; + } + BN_hex2bn(&p, params->p); + BN_hex2bn(&a, params->a); + BN_hex2bn(&b, params->b); - BN_hex2bn(&x,params->x); - BN_hex2bn(&y,params->y); - EC_POINT_set_affine_coordinates_GFp(grp,P,x,y,ctx); - BN_hex2bn(&q,params->q); -#ifdef DEBUG_KEYS - fprintf(stderr,"Set params index %d oid %s\nq=", - (params-R3410_2001_paramset),OBJ_nid2sn(params->nid)); - BN_print_fp(stderr,q); - fprintf(stderr,"\n"); -#endif + grp = EC_GROUP_new_curve_GFp(p, a, b, ctx); + + P = EC_POINT_new(grp); - EC_GROUP_set_generator(grp,P,q,NULL); - EC_GROUP_set_curve_name(grp,params->nid); + BN_hex2bn(&x, params->x); + BN_hex2bn(&y, params->y); + EC_POINT_set_affine_coordinates_GFp(grp, P, x, y, ctx); + BN_hex2bn(&q, params->q); +#ifdef DEBUG_KEYS + fprintf(stderr, "Set params index %d oid %s\nq=", + (params - R3410_2001_paramset), OBJ_nid2sn(params->nid)); + BN_print_fp(stderr, q); + fprintf(stderr, "\n"); +#endif - EC_KEY_set_group(eckey,grp); - ok=1; - err: - EC_POINT_free(P); - EC_GROUP_free(grp); - BN_CTX_end(ctx); - BN_CTX_free(ctx); - return ok; - } + EC_GROUP_set_generator(grp, P, q, NULL); + EC_GROUP_set_curve_name(grp, params->nid); + EC_KEY_set_group(eckey, grp); + ok = 1; + err: + EC_POINT_free(P); + EC_GROUP_free(grp); + BN_CTX_end(ctx); + BN_CTX_free(ctx); + return ok; +} /* - * Computes gost2001 signature as DSA_SIG structure + * Computes gost2001 signature as DSA_SIG structure * * - */ -DSA_SIG *gost2001_do_sign(const unsigned char *dgst,int dlen, EC_KEY *eckey) - { - DSA_SIG *newsig = NULL; - BIGNUM *md = hashsum2bn(dgst); - BIGNUM *order = NULL; - const EC_GROUP *group; - const BIGNUM *priv_key; - BIGNUM *r=NULL,*s=NULL,*X=NULL,*tmp=NULL,*tmp2=NULL, *k=NULL,*e=NULL; - EC_POINT *C=NULL; - BN_CTX *ctx = BN_CTX_new(); - BN_CTX_start(ctx); - OPENSSL_assert(dlen==32); - newsig=DSA_SIG_new(); - if (!newsig) - { - GOSTerr(GOST_F_GOST2001_DO_SIGN,GOST_R_NO_MEMORY); - goto err; - } - group = EC_KEY_get0_group(eckey); - order=BN_CTX_get(ctx); - EC_GROUP_get_order(group,order,ctx); - priv_key = EC_KEY_get0_private_key(eckey); - e = BN_CTX_get(ctx); - BN_mod(e,md,order,ctx); + */ +DSA_SIG *gost2001_do_sign(const unsigned char *dgst, int dlen, EC_KEY *eckey) +{ + DSA_SIG *newsig = NULL; + BIGNUM *md = hashsum2bn(dgst); + BIGNUM *order = NULL; + const EC_GROUP *group; + const BIGNUM *priv_key; + BIGNUM *r = NULL, *s = NULL, *X = NULL, *tmp = NULL, *tmp2 = NULL, *k = + NULL, *e = NULL; + EC_POINT *C = NULL; + BN_CTX *ctx = BN_CTX_new(); + BN_CTX_start(ctx); + OPENSSL_assert(dlen == 32); + newsig = DSA_SIG_new(); + if (!newsig) { + GOSTerr(GOST_F_GOST2001_DO_SIGN, GOST_R_NO_MEMORY); + goto err; + } + group = EC_KEY_get0_group(eckey); + order = BN_CTX_get(ctx); + EC_GROUP_get_order(group, order, ctx); + priv_key = EC_KEY_get0_private_key(eckey); + e = BN_CTX_get(ctx); + BN_mod(e, md, order, ctx); #ifdef DEBUG_SIGN - fprintf(stderr,"digest as bignum="); - BN_print_fp(stderr,md); - fprintf(stderr,"\ndigest mod q="); - BN_print_fp(stderr,e); - fprintf(stderr,"\n"); -#endif - if (BN_is_zero(e)) - { - BN_one(e); - } - k =BN_CTX_get(ctx); - C=EC_POINT_new(group); - do - { - do - { - if (!BN_rand_range(k,order)) - { - GOSTerr(GOST_F_GOST2001_DO_SIGN,GOST_R_RANDOM_NUMBER_GENERATOR_FAILED); - DSA_SIG_free(newsig); - newsig = NULL; - goto err; - } - if (!EC_POINT_mul(group,C,k,NULL,NULL,ctx)) - { - GOSTerr(GOST_F_GOST2001_DO_SIGN,ERR_R_EC_LIB); - DSA_SIG_free(newsig); - newsig = NULL; - goto err; - } - if (!X) X=BN_CTX_get(ctx); - if (!EC_POINT_get_affine_coordinates_GFp(group,C,X,NULL,ctx)) - { - GOSTerr(GOST_F_GOST2001_DO_SIGN,ERR_R_EC_LIB); - DSA_SIG_free(newsig); - newsig = NULL; - goto err; - } - if (!r) r=BN_CTX_get(ctx); - BN_nnmod(r,X,order,ctx); - } - while (BN_is_zero(r)); - /* s = (r*priv_key+k*e) mod order */ - if (!tmp) tmp = BN_CTX_get(ctx); - BN_mod_mul(tmp,priv_key,r,order,ctx); - if (!tmp2) tmp2 = BN_CTX_get(ctx); - BN_mod_mul(tmp2,k,e,order,ctx); - if (!s) s=BN_CTX_get(ctx); - BN_mod_add(s,tmp,tmp2,order,ctx); - } - while (BN_is_zero(s)); + fprintf(stderr, "digest as bignum="); + BN_print_fp(stderr, md); + fprintf(stderr, "\ndigest mod q="); + BN_print_fp(stderr, e); + fprintf(stderr, "\n"); +#endif + if (BN_is_zero(e)) { + BN_one(e); + } + k = BN_CTX_get(ctx); + C = EC_POINT_new(group); + do { + do { + if (!BN_rand_range(k, order)) { + GOSTerr(GOST_F_GOST2001_DO_SIGN, + GOST_R_RANDOM_NUMBER_GENERATOR_FAILED); + DSA_SIG_free(newsig); + newsig = NULL; + goto err; + } + if (!EC_POINT_mul(group, C, k, NULL, NULL, ctx)) { + GOSTerr(GOST_F_GOST2001_DO_SIGN, ERR_R_EC_LIB); + DSA_SIG_free(newsig); + newsig = NULL; + goto err; + } + if (!X) + X = BN_CTX_get(ctx); + if (!EC_POINT_get_affine_coordinates_GFp(group, C, X, NULL, ctx)) { + GOSTerr(GOST_F_GOST2001_DO_SIGN, ERR_R_EC_LIB); + DSA_SIG_free(newsig); + newsig = NULL; + goto err; + } + if (!r) + r = BN_CTX_get(ctx); + BN_nnmod(r, X, order, ctx); + } + while (BN_is_zero(r)); + /* s = (r*priv_key+k*e) mod order */ + if (!tmp) + tmp = BN_CTX_get(ctx); + BN_mod_mul(tmp, priv_key, r, order, ctx); + if (!tmp2) + tmp2 = BN_CTX_get(ctx); + BN_mod_mul(tmp2, k, e, order, ctx); + if (!s) + s = BN_CTX_get(ctx); + BN_mod_add(s, tmp, tmp2, order, ctx); + } + while (BN_is_zero(s)); + + newsig->s = BN_dup(s); + newsig->r = BN_dup(r); + err: + BN_CTX_end(ctx); + BN_CTX_free(ctx); + EC_POINT_free(C); + BN_free(md); + return newsig; +} - newsig->s=BN_dup(s); - newsig->r=BN_dup(r); - err: - BN_CTX_end(ctx); - BN_CTX_free(ctx); - EC_POINT_free(C); - BN_free(md); - return newsig; - } /* * Verifies gost 2001 signature * - */ -int gost2001_do_verify(const unsigned char *dgst,int dgst_len, - DSA_SIG *sig, EC_KEY *ec) - { - BN_CTX *ctx=BN_CTX_new(); - const EC_GROUP *group = EC_KEY_get0_group(ec); - BIGNUM *order; - BIGNUM *md = NULL,*e=NULL,*R=NULL,*v=NULL,*z1=NULL,*z2=NULL; - BIGNUM *X=NULL,*tmp=NULL; - EC_POINT *C = NULL; - const EC_POINT *pub_key=NULL; - int ok=0; + */ +int gost2001_do_verify(const unsigned char *dgst, int dgst_len, + DSA_SIG *sig, EC_KEY *ec) +{ + BN_CTX *ctx = BN_CTX_new(); + const EC_GROUP *group = EC_KEY_get0_group(ec); + BIGNUM *order; + BIGNUM *md = NULL, *e = NULL, *R = NULL, *v = NULL, *z1 = NULL, *z2 = + NULL; + BIGNUM *X = NULL, *tmp = NULL; + EC_POINT *C = NULL; + const EC_POINT *pub_key = NULL; + int ok = 0; + + BN_CTX_start(ctx); + order = BN_CTX_get(ctx); + e = BN_CTX_get(ctx); + z1 = BN_CTX_get(ctx); + z2 = BN_CTX_get(ctx); + tmp = BN_CTX_get(ctx); + X = BN_CTX_get(ctx); + R = BN_CTX_get(ctx); + v = BN_CTX_get(ctx); - BN_CTX_start(ctx); - order = BN_CTX_get(ctx); - e = BN_CTX_get(ctx); - z1 = BN_CTX_get(ctx); - z2 = BN_CTX_get(ctx); - tmp = BN_CTX_get(ctx); - X= BN_CTX_get(ctx); - R=BN_CTX_get(ctx); - v=BN_CTX_get(ctx); - - EC_GROUP_get_order(group,order,ctx); - pub_key = EC_KEY_get0_public_key(ec); - if (BN_is_zero(sig->s) || BN_is_zero(sig->r) || - (BN_cmp(sig->s,order)>=1) || (BN_cmp(sig->r,order)>=1)) - { - GOSTerr(GOST_F_GOST2001_DO_VERIFY,GOST_R_SIGNATURE_PARTS_GREATER_THAN_Q); - goto err; + EC_GROUP_get_order(group, order, ctx); + pub_key = EC_KEY_get0_public_key(ec); + if (BN_is_zero(sig->s) || BN_is_zero(sig->r) || + (BN_cmp(sig->s, order) >= 1) || (BN_cmp(sig->r, order) >= 1)) { + GOSTerr(GOST_F_GOST2001_DO_VERIFY, + GOST_R_SIGNATURE_PARTS_GREATER_THAN_Q); + goto err; - } - md = hashsum2bn(dgst); + } + md = hashsum2bn(dgst); - BN_mod(e,md,order,ctx); + BN_mod(e, md, order, ctx); #ifdef DEBUG_SIGN - fprintf(stderr,"digest as bignum: "); - BN_print_fp(stderr,md); - fprintf(stderr,"\ndigest mod q: "); - BN_print_fp(stderr,e); -#endif - if (BN_is_zero(e)) BN_one(e); - v=BN_mod_inverse(v,e,order,ctx); - BN_mod_mul(z1,sig->s,v,order,ctx); - BN_sub(tmp,order,sig->r); - BN_mod_mul(z2,tmp,v,order,ctx); + fprintf(stderr, "digest as bignum: "); + BN_print_fp(stderr, md); + fprintf(stderr, "\ndigest mod q: "); + BN_print_fp(stderr, e); +#endif + if (BN_is_zero(e)) + BN_one(e); + v = BN_mod_inverse(v, e, order, ctx); + BN_mod_mul(z1, sig->s, v, order, ctx); + BN_sub(tmp, order, sig->r); + BN_mod_mul(z2, tmp, v, order, ctx); #ifdef DEBUG_SIGN - fprintf(stderr,"\nInverted digest value: "); - BN_print_fp(stderr,v); - fprintf(stderr,"\nz1: "); - BN_print_fp(stderr,z1); - fprintf(stderr,"\nz2: "); - BN_print_fp(stderr,z2); -#endif - C = EC_POINT_new(group); - if (!EC_POINT_mul(group,C,z1,pub_key,z2,ctx)) - { - GOSTerr(GOST_F_GOST2001_DO_VERIFY,ERR_R_EC_LIB); - goto err; - } - if (!EC_POINT_get_affine_coordinates_GFp(group,C,X,NULL,ctx)) - { - GOSTerr(GOST_F_GOST2001_DO_VERIFY,ERR_R_EC_LIB); - goto err; - } - BN_mod(R,X,order,ctx); + fprintf(stderr, "\nInverted digest value: "); + BN_print_fp(stderr, v); + fprintf(stderr, "\nz1: "); + BN_print_fp(stderr, z1); + fprintf(stderr, "\nz2: "); + BN_print_fp(stderr, z2); +#endif + C = EC_POINT_new(group); + if (!EC_POINT_mul(group, C, z1, pub_key, z2, ctx)) { + GOSTerr(GOST_F_GOST2001_DO_VERIFY, ERR_R_EC_LIB); + goto err; + } + if (!EC_POINT_get_affine_coordinates_GFp(group, C, X, NULL, ctx)) { + GOSTerr(GOST_F_GOST2001_DO_VERIFY, ERR_R_EC_LIB); + goto err; + } + BN_mod(R, X, order, ctx); #ifdef DEBUG_SIGN - fprintf(stderr,"\nX="); - BN_print_fp(stderr,X); - fprintf(stderr,"\nX mod q="); - BN_print_fp(stderr,R); - fprintf(stderr,"\n"); -#endif - if (BN_cmp(R,sig->r)!=0) - { - GOSTerr(GOST_F_GOST2001_DO_VERIFY,GOST_R_SIGNATURE_MISMATCH); - } - else - { - ok = 1; - } - err: - EC_POINT_free(C); - BN_CTX_end(ctx); - BN_CTX_free(ctx); - BN_free(md); - return ok; - } + fprintf(stderr, "\nX="); + BN_print_fp(stderr, X); + fprintf(stderr, "\nX mod q="); + BN_print_fp(stderr, R); + fprintf(stderr, "\n"); +#endif + if (BN_cmp(R, sig->r) != 0) { + GOSTerr(GOST_F_GOST2001_DO_VERIFY, GOST_R_SIGNATURE_MISMATCH); + } else { + ok = 1; + } + err: + EC_POINT_free(C); + BN_CTX_end(ctx); + BN_CTX_free(ctx); + BN_free(md); + return ok; +} + /* * Computes GOST R 34.10-2001 public key * * - */ -int gost2001_compute_public(EC_KEY *ec) - { - const EC_GROUP *group = EC_KEY_get0_group(ec); - EC_POINT *pub_key=NULL; - const BIGNUM *priv_key=NULL; - BN_CTX *ctx=NULL; - int ok=0; + */ +int gost2001_compute_public(EC_KEY *ec) +{ + const EC_GROUP *group = EC_KEY_get0_group(ec); + EC_POINT *pub_key = NULL; + const BIGNUM *priv_key = NULL; + BN_CTX *ctx = NULL; + int ok = 0; + + if (!group) { + GOSTerr(GOST_F_GOST2001_COMPUTE_PUBLIC, + GOST_R_KEY_IS_NOT_INITIALIZED); + return 0; + } + ctx = BN_CTX_new(); + BN_CTX_start(ctx); + if (!(priv_key = EC_KEY_get0_private_key(ec))) { + GOSTerr(GOST_F_GOST2001_COMPUTE_PUBLIC, ERR_R_EC_LIB); + goto err; + } - if (!group) - { - GOSTerr(GOST_F_GOST2001_COMPUTE_PUBLIC,GOST_R_KEY_IS_NOT_INITIALIZED); - return 0; - } - ctx=BN_CTX_new(); - BN_CTX_start(ctx); - if (!(priv_key=EC_KEY_get0_private_key(ec))) - { - GOSTerr(GOST_F_GOST2001_COMPUTE_PUBLIC,ERR_R_EC_LIB); - goto err; - } + pub_key = EC_POINT_new(group); + if (!EC_POINT_mul(group, pub_key, priv_key, NULL, NULL, ctx)) { + GOSTerr(GOST_F_GOST2001_COMPUTE_PUBLIC, ERR_R_EC_LIB); + goto err; + } + if (!EC_KEY_set_public_key(ec, pub_key)) { + GOSTerr(GOST_F_GOST2001_COMPUTE_PUBLIC, ERR_R_EC_LIB); + goto err; + } + ok = 256; + err: + BN_CTX_end(ctx); + EC_POINT_free(pub_key); + BN_CTX_free(ctx); + return ok; +} - pub_key = EC_POINT_new(group); - if (!EC_POINT_mul(group,pub_key,priv_key,NULL,NULL,ctx)) - { - GOSTerr(GOST_F_GOST2001_COMPUTE_PUBLIC,ERR_R_EC_LIB); - goto err; - } - if (!EC_KEY_set_public_key(ec,pub_key)) - { - GOSTerr(GOST_F_GOST2001_COMPUTE_PUBLIC,ERR_R_EC_LIB); - goto err; - } - ok = 256; - err: - BN_CTX_end(ctx); - EC_POINT_free(pub_key); - BN_CTX_free(ctx); - return ok; - } /* - * + * * Generates GOST R 34.10-2001 keypair * * - */ + */ int gost2001_keygen(EC_KEY *ec) - { - BIGNUM *order = BN_new(),*d=BN_new(); - const EC_GROUP *group = EC_KEY_get0_group(ec); - EC_GROUP_get_order(group,order,NULL); - - do - { - if (!BN_rand_range(d,order)) - { - GOSTerr(GOST_F_GOST2001_KEYGEN,GOST_R_RANDOM_NUMBER_GENERATOR_FAILED); - BN_free(d); - BN_free(order); - return 0; - } - } - while (BN_is_zero(d)); - EC_KEY_set_private_key(ec,d); - BN_free(d); - BN_free(order); - return gost2001_compute_public(ec); - } +{ + BIGNUM *order = BN_new(), *d = BN_new(); + const EC_GROUP *group = EC_KEY_get0_group(ec); + EC_GROUP_get_order(group, order, NULL); + do { + if (!BN_rand_range(d, order)) { + GOSTerr(GOST_F_GOST2001_KEYGEN, + GOST_R_RANDOM_NUMBER_GENERATOR_FAILED); + BN_free(d); + BN_free(order); + return 0; + } + } + while (BN_is_zero(d)); + EC_KEY_set_private_key(ec, d); + BN_free(d); + BN_free(order); + return gost2001_compute_public(ec); +} diff --git a/openssl/engines/ccgost/gost2001_keyx.c b/openssl/engines/ccgost/gost2001_keyx.c index c74810285..db1bdc18f 100644 --- a/openssl/engines/ccgost/gost2001_keyx.c +++ b/openssl/engines/ccgost/gost2001_keyx.c @@ -18,291 +18,275 @@ #include "gost_lcl.h" #include "gost2001_keyx.h" - - /* Implementation of CryptoPro VKO 34.10-2001 algorithm */ -static int VKO_compute_key(unsigned char *shared_key,size_t shared_key_size,const EC_POINT *pub_key,EC_KEY *priv_key,const unsigned char *ukm) - { - unsigned char ukm_be[8],databuf[64],hashbuf[64]; - BIGNUM *UKM=NULL,*p=NULL,*order=NULL,*X=NULL,*Y=NULL; - const BIGNUM* key=EC_KEY_get0_private_key(priv_key); - EC_POINT *pnt=EC_POINT_new(EC_KEY_get0_group(priv_key)); - int i; - gost_hash_ctx hash_ctx; - BN_CTX *ctx = BN_CTX_new(); - - for (i=0;i<8;i++) - { - ukm_be[7-i]=ukm[i]; - } - BN_CTX_start(ctx); - UKM=getbnfrombuf(ukm_be,8); - p=BN_CTX_get(ctx); - order = BN_CTX_get(ctx); - X=BN_CTX_get(ctx); - Y=BN_CTX_get(ctx); - EC_GROUP_get_order(EC_KEY_get0_group(priv_key),order,ctx); - BN_mod_mul(p,key,UKM,order,ctx); - EC_POINT_mul(EC_KEY_get0_group(priv_key),pnt,NULL,pub_key,p,ctx); - EC_POINT_get_affine_coordinates_GFp(EC_KEY_get0_group(priv_key), - pnt,X,Y,ctx); - /*Serialize elliptic curve point same way as we do it when saving - * key */ - store_bignum(Y,databuf,32); - store_bignum(X,databuf+32,32); - /* And reverse byte order of whole buffer */ - for (i=0;i<64;i++) - { - hashbuf[63-i]=databuf[i]; - } - init_gost_hash_ctx(&hash_ctx,&GostR3411_94_CryptoProParamSet); - start_hash(&hash_ctx); - hash_block(&hash_ctx,hashbuf,64); - finish_hash(&hash_ctx,shared_key); - done_gost_hash_ctx(&hash_ctx); - BN_free(UKM); - BN_CTX_end(ctx); - BN_CTX_free(ctx); - EC_POINT_free(pnt); - return 32; - } +static int VKO_compute_key(unsigned char *shared_key, size_t shared_key_size, + const EC_POINT *pub_key, EC_KEY *priv_key, + const unsigned char *ukm) +{ + unsigned char ukm_be[8], databuf[64], hashbuf[64]; + BIGNUM *UKM = NULL, *p = NULL, *order = NULL, *X = NULL, *Y = NULL; + const BIGNUM *key = EC_KEY_get0_private_key(priv_key); + EC_POINT *pnt = EC_POINT_new(EC_KEY_get0_group(priv_key)); + int i; + gost_hash_ctx hash_ctx; + BN_CTX *ctx = BN_CTX_new(); + for (i = 0; i < 8; i++) { + ukm_be[7 - i] = ukm[i]; + } + BN_CTX_start(ctx); + UKM = getbnfrombuf(ukm_be, 8); + p = BN_CTX_get(ctx); + order = BN_CTX_get(ctx); + X = BN_CTX_get(ctx); + Y = BN_CTX_get(ctx); + EC_GROUP_get_order(EC_KEY_get0_group(priv_key), order, ctx); + BN_mod_mul(p, key, UKM, order, ctx); + EC_POINT_mul(EC_KEY_get0_group(priv_key), pnt, NULL, pub_key, p, ctx); + EC_POINT_get_affine_coordinates_GFp(EC_KEY_get0_group(priv_key), + pnt, X, Y, ctx); + /* + * Serialize elliptic curve point same way as we do it when saving key + */ + store_bignum(Y, databuf, 32); + store_bignum(X, databuf + 32, 32); + /* And reverse byte order of whole buffer */ + for (i = 0; i < 64; i++) { + hashbuf[63 - i] = databuf[i]; + } + init_gost_hash_ctx(&hash_ctx, &GostR3411_94_CryptoProParamSet); + start_hash(&hash_ctx); + hash_block(&hash_ctx, hashbuf, 64); + finish_hash(&hash_ctx, shared_key); + done_gost_hash_ctx(&hash_ctx); + BN_free(UKM); + BN_CTX_end(ctx); + BN_CTX_free(ctx); + EC_POINT_free(pnt); + return 32; +} /* * EVP_PKEY_METHOD callback derive. Implements VKO R 34.10-2001 * algorithm */ -int pkey_gost2001_derive(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen) +int pkey_gost2001_derive(EVP_PKEY_CTX *ctx, unsigned char *key, + size_t *keylen) { - /* Public key of peer in the ctx field peerkey - * Our private key in the ctx pkey - * ukm is in the algorithm specific context data - */ - EVP_PKEY *my_key = EVP_PKEY_CTX_get0_pkey(ctx); - EVP_PKEY *peer_key = EVP_PKEY_CTX_get0_peerkey(ctx); - struct gost_pmeth_data *data = EVP_PKEY_CTX_get_data(ctx); - - if (!data->shared_ukm) { - GOSTerr(GOST_F_PKEY_GOST2001_DERIVE, GOST_R_UKM_NOT_SET); - return 0; - } - - if (key == NULL) { - *keylen = 32; - return 32; - } - - *keylen=VKO_compute_key(key, 32, EC_KEY_get0_public_key(EVP_PKEY_get0(peer_key)), - (EC_KEY *)EVP_PKEY_get0(my_key),data->shared_ukm); - return 1; -} + /* + * Public key of peer in the ctx field peerkey Our private key in the ctx + * pkey ukm is in the algorithm specific context data + */ + EVP_PKEY *my_key = EVP_PKEY_CTX_get0_pkey(ctx); + EVP_PKEY *peer_key = EVP_PKEY_CTX_get0_peerkey(ctx); + struct gost_pmeth_data *data = EVP_PKEY_CTX_get_data(ctx); + if (!data->shared_ukm) { + GOSTerr(GOST_F_PKEY_GOST2001_DERIVE, GOST_R_UKM_NOT_SET); + return 0; + } + if (key == NULL) { + *keylen = 32; + return 32; + } + *keylen = + VKO_compute_key(key, 32, + EC_KEY_get0_public_key(EVP_PKEY_get0(peer_key)), + (EC_KEY *)EVP_PKEY_get0(my_key), data->shared_ukm); + return 1; +} -/* - * EVP_PKEY_METHOD callback encrypt - * Implementation of GOST2001 key transport, cryptocom variation +/* + * EVP_PKEY_METHOD callback encrypt + * Implementation of GOST2001 key transport, cryptocom variation */ -/* Generates ephemeral key based on pubk algorithm - * computes shared key using VKO and returns filled up - * GOST_KEY_TRANSPORT structure +/* + * Generates ephemeral key based on pubk algorithm computes shared key using + * VKO and returns filled up GOST_KEY_TRANSPORT structure */ -/* - * EVP_PKEY_METHOD callback encrypt - * Implementation of GOST2001 key transport, cryptopo variation +/* + * EVP_PKEY_METHOD callback encrypt + * Implementation of GOST2001 key transport, cryptopo variation */ -int pkey_GOST01cp_encrypt(EVP_PKEY_CTX *pctx, unsigned char *out, size_t *out_len, const unsigned char *key,size_t key_len) - { - GOST_KEY_TRANSPORT *gkt=NULL; - EVP_PKEY *pubk = EVP_PKEY_CTX_get0_pkey(pctx); - struct gost_pmeth_data *data = EVP_PKEY_CTX_get_data(pctx); - const struct gost_cipher_info *param=get_encryption_params(NULL); - unsigned char ukm[8], shared_key[32], crypted_key[44]; - int ret=0; - int key_is_ephemeral=1; - gost_ctx cctx; - EVP_PKEY *sec_key=EVP_PKEY_CTX_get0_peerkey(pctx); - if (data->shared_ukm) - { - memcpy(ukm, data->shared_ukm,8); - } - else if (out) - { - - if (RAND_bytes(ukm,8)<=0) - { - GOSTerr(GOST_F_PKEY_GOST01CP_ENCRYPT, - GOST_R_RANDOM_GENERATOR_FAILURE); - return 0; - } - } - /* Check for private key in the peer_key of context */ - if (sec_key) - { - key_is_ephemeral=0; - if (!gost_get0_priv_key(sec_key)) - { - GOSTerr(GOST_F_PKEY_GOST01CP_ENCRYPT, - GOST_R_NO_PRIVATE_PART_OF_NON_EPHEMERAL_KEYPAIR); - goto err; - } - } - else - { - key_is_ephemeral=1; - if (out) - { - sec_key = EVP_PKEY_new(); - EVP_PKEY_assign(sec_key,EVP_PKEY_base_id(pubk),EC_KEY_new()); - EVP_PKEY_copy_parameters(sec_key,pubk); - if (!gost2001_keygen(EVP_PKEY_get0(sec_key))) - { - goto err; - } - } - } - if (!get_gost_engine_param(GOST_PARAM_CRYPT_PARAMS) && param == gost_cipher_list) - { - param= gost_cipher_list+1; - } - if (out) - { - VKO_compute_key(shared_key,32,EC_KEY_get0_public_key(EVP_PKEY_get0(pubk)),EVP_PKEY_get0(sec_key),ukm); - gost_init(&cctx,param->sblock); - keyWrapCryptoPro(&cctx,shared_key,ukm,key,crypted_key); - } - gkt = GOST_KEY_TRANSPORT_new(); - if (!gkt) - { - goto err; - } - if(!ASN1_OCTET_STRING_set(gkt->key_agreement_info->eph_iv, - ukm,8)) - { - goto err; - } - if (!ASN1_OCTET_STRING_set(gkt->key_info->imit,crypted_key+40,4)) - { - goto err; - } - if (!ASN1_OCTET_STRING_set(gkt->key_info->encrypted_key,crypted_key+8,32)) - { - goto err; - } - if (key_is_ephemeral) { - if (!X509_PUBKEY_set(&gkt->key_agreement_info->ephem_key,out?sec_key:pubk)) - { - GOSTerr(GOST_F_PKEY_GOST01CP_ENCRYPT, - GOST_R_CANNOT_PACK_EPHEMERAL_KEY); - goto err; - } - } - ASN1_OBJECT_free(gkt->key_agreement_info->cipher); - gkt->key_agreement_info->cipher = OBJ_nid2obj(param->nid); - if (key_is_ephemeral && sec_key) EVP_PKEY_free(sec_key); - if (!key_is_ephemeral) - { - /* Set control "public key from client certificate used" */ - if (EVP_PKEY_CTX_ctrl(pctx, -1, -1, EVP_PKEY_CTRL_PEER_KEY, 3, NULL) <= 0) - { - GOSTerr(GOST_F_PKEY_GOST01CP_ENCRYPT, - GOST_R_CTRL_CALL_FAILED); - goto err; - } - } - if ((*out_len = i2d_GOST_KEY_TRANSPORT(gkt,out?&out:NULL))>0) ret =1; - GOST_KEY_TRANSPORT_free(gkt); - return ret; - err: - if (key_is_ephemeral && sec_key) EVP_PKEY_free(sec_key); - GOST_KEY_TRANSPORT_free(gkt); - return -1; - } -/* - * EVP_PKEY_METHOD callback decrypt - * Implementation of GOST2001 key transport, cryptopo variation +int pkey_GOST01cp_encrypt(EVP_PKEY_CTX *pctx, unsigned char *out, + size_t *out_len, const unsigned char *key, + size_t key_len) +{ + GOST_KEY_TRANSPORT *gkt = NULL; + EVP_PKEY *pubk = EVP_PKEY_CTX_get0_pkey(pctx); + struct gost_pmeth_data *data = EVP_PKEY_CTX_get_data(pctx); + const struct gost_cipher_info *param = get_encryption_params(NULL); + unsigned char ukm[8], shared_key[32], crypted_key[44]; + int ret = 0; + int key_is_ephemeral = 1; + gost_ctx cctx; + EVP_PKEY *sec_key = EVP_PKEY_CTX_get0_peerkey(pctx); + if (data->shared_ukm) { + memcpy(ukm, data->shared_ukm, 8); + } else if (out) { + + if (RAND_bytes(ukm, 8) <= 0) { + GOSTerr(GOST_F_PKEY_GOST01CP_ENCRYPT, + GOST_R_RANDOM_GENERATOR_FAILURE); + return 0; + } + } + /* Check for private key in the peer_key of context */ + if (sec_key) { + key_is_ephemeral = 0; + if (!gost_get0_priv_key(sec_key)) { + GOSTerr(GOST_F_PKEY_GOST01CP_ENCRYPT, + GOST_R_NO_PRIVATE_PART_OF_NON_EPHEMERAL_KEYPAIR); + goto err; + } + } else { + key_is_ephemeral = 1; + if (out) { + sec_key = EVP_PKEY_new(); + EVP_PKEY_assign(sec_key, EVP_PKEY_base_id(pubk), EC_KEY_new()); + EVP_PKEY_copy_parameters(sec_key, pubk); + if (!gost2001_keygen(EVP_PKEY_get0(sec_key))) { + goto err; + } + } + } + if (!get_gost_engine_param(GOST_PARAM_CRYPT_PARAMS) + && param == gost_cipher_list) { + param = gost_cipher_list + 1; + } + if (out) { + VKO_compute_key(shared_key, 32, + EC_KEY_get0_public_key(EVP_PKEY_get0(pubk)), + EVP_PKEY_get0(sec_key), ukm); + gost_init(&cctx, param->sblock); + keyWrapCryptoPro(&cctx, shared_key, ukm, key, crypted_key); + } + gkt = GOST_KEY_TRANSPORT_new(); + if (!gkt) { + goto err; + } + if (!ASN1_OCTET_STRING_set(gkt->key_agreement_info->eph_iv, ukm, 8)) { + goto err; + } + if (!ASN1_OCTET_STRING_set(gkt->key_info->imit, crypted_key + 40, 4)) { + goto err; + } + if (!ASN1_OCTET_STRING_set + (gkt->key_info->encrypted_key, crypted_key + 8, 32)) { + goto err; + } + if (key_is_ephemeral) { + if (!X509_PUBKEY_set + (&gkt->key_agreement_info->ephem_key, out ? sec_key : pubk)) { + GOSTerr(GOST_F_PKEY_GOST01CP_ENCRYPT, + GOST_R_CANNOT_PACK_EPHEMERAL_KEY); + goto err; + } + } + ASN1_OBJECT_free(gkt->key_agreement_info->cipher); + gkt->key_agreement_info->cipher = OBJ_nid2obj(param->nid); + if (key_is_ephemeral && sec_key) + EVP_PKEY_free(sec_key); + if (!key_is_ephemeral) { + /* Set control "public key from client certificate used" */ + if (EVP_PKEY_CTX_ctrl(pctx, -1, -1, EVP_PKEY_CTRL_PEER_KEY, 3, NULL) + <= 0) { + GOSTerr(GOST_F_PKEY_GOST01CP_ENCRYPT, GOST_R_CTRL_CALL_FAILED); + goto err; + } + } + if ((*out_len = i2d_GOST_KEY_TRANSPORT(gkt, out ? &out : NULL)) > 0) + ret = 1; + GOST_KEY_TRANSPORT_free(gkt); + return ret; + err: + if (key_is_ephemeral && sec_key) + EVP_PKEY_free(sec_key); + GOST_KEY_TRANSPORT_free(gkt); + return -1; +} + +/* + * EVP_PKEY_METHOD callback decrypt + * Implementation of GOST2001 key transport, cryptopo variation */ -int pkey_GOST01cp_decrypt(EVP_PKEY_CTX *pctx, unsigned char *key, size_t * key_len, const unsigned char *in, size_t in_len) - { - const unsigned char *p = in; - EVP_PKEY *priv = EVP_PKEY_CTX_get0_pkey(pctx); - GOST_KEY_TRANSPORT *gkt = NULL; - int ret=0; - unsigned char wrappedKey[44]; - unsigned char sharedKey[32]; - gost_ctx ctx; - const struct gost_cipher_info *param=NULL; - EVP_PKEY *eph_key=NULL, *peerkey=NULL; +int pkey_GOST01cp_decrypt(EVP_PKEY_CTX *pctx, unsigned char *key, + size_t *key_len, const unsigned char *in, + size_t in_len) +{ + const unsigned char *p = in; + EVP_PKEY *priv = EVP_PKEY_CTX_get0_pkey(pctx); + GOST_KEY_TRANSPORT *gkt = NULL; + int ret = 0; + unsigned char wrappedKey[44]; + unsigned char sharedKey[32]; + gost_ctx ctx; + const struct gost_cipher_info *param = NULL; + EVP_PKEY *eph_key = NULL, *peerkey = NULL; - if (!key) - { - *key_len = 32; - return 1; - } - gkt = d2i_GOST_KEY_TRANSPORT(NULL,(const unsigned char **)&p, - in_len); - if (!gkt) - { - GOSTerr(GOST_F_PKEY_GOST01CP_DECRYPT,GOST_R_ERROR_PARSING_KEY_TRANSPORT_INFO); - return -1; - } + if (!key) { + *key_len = 32; + return 1; + } + gkt = d2i_GOST_KEY_TRANSPORT(NULL, (const unsigned char **)&p, in_len); + if (!gkt) { + GOSTerr(GOST_F_PKEY_GOST01CP_DECRYPT, + GOST_R_ERROR_PARSING_KEY_TRANSPORT_INFO); + return -1; + } - /* If key transport structure contains public key, use it */ - eph_key = X509_PUBKEY_get(gkt->key_agreement_info->ephem_key); - if (eph_key) - { - if (EVP_PKEY_derive_set_peer(pctx, eph_key) <= 0) - { - GOSTerr(GOST_F_PKEY_GOST01CP_DECRYPT, - GOST_R_INCOMPATIBLE_PEER_KEY); - goto err; - } - } - else - { - /* Set control "public key from client certificate used" */ - if (EVP_PKEY_CTX_ctrl(pctx, -1, -1, EVP_PKEY_CTRL_PEER_KEY, 3, NULL) <= 0) - { - GOSTerr(GOST_F_PKEY_GOST01CP_DECRYPT, - GOST_R_CTRL_CALL_FAILED); - goto err; - } - } - peerkey = EVP_PKEY_CTX_get0_peerkey(pctx); - if (!peerkey) - { - GOSTerr(GOST_F_PKEY_GOST01CP_DECRYPT, - GOST_R_NO_PEER_KEY); - goto err; - } - - param = get_encryption_params(gkt->key_agreement_info->cipher); - if(!param){ + /* If key transport structure contains public key, use it */ + eph_key = X509_PUBKEY_get(gkt->key_agreement_info->ephem_key); + if (eph_key) { + if (EVP_PKEY_derive_set_peer(pctx, eph_key) <= 0) { + GOSTerr(GOST_F_PKEY_GOST01CP_DECRYPT, + GOST_R_INCOMPATIBLE_PEER_KEY); + goto err; + } + } else { + /* Set control "public key from client certificate used" */ + if (EVP_PKEY_CTX_ctrl(pctx, -1, -1, EVP_PKEY_CTRL_PEER_KEY, 3, NULL) + <= 0) { + GOSTerr(GOST_F_PKEY_GOST01CP_DECRYPT, GOST_R_CTRL_CALL_FAILED); + goto err; + } + } + peerkey = EVP_PKEY_CTX_get0_peerkey(pctx); + if (!peerkey) { + GOSTerr(GOST_F_PKEY_GOST01CP_DECRYPT, GOST_R_NO_PEER_KEY); goto err; } - gost_init(&ctx,param->sblock); - OPENSSL_assert(gkt->key_agreement_info->eph_iv->length==8); - memcpy(wrappedKey,gkt->key_agreement_info->eph_iv->data,8); - OPENSSL_assert(gkt->key_info->encrypted_key->length==32); - memcpy(wrappedKey+8,gkt->key_info->encrypted_key->data,32); - OPENSSL_assert(gkt->key_info->imit->length==4); - memcpy(wrappedKey+40,gkt->key_info->imit->data,4); - VKO_compute_key(sharedKey,32,EC_KEY_get0_public_key(EVP_PKEY_get0(peerkey)), - EVP_PKEY_get0(priv),wrappedKey); - if (!keyUnwrapCryptoPro(&ctx,sharedKey,wrappedKey,key)) - { - GOSTerr(GOST_F_PKEY_GOST01CP_DECRYPT, - GOST_R_ERROR_COMPUTING_SHARED_KEY); - goto err; - } - - ret=1; -err: - if (eph_key) EVP_PKEY_free(eph_key); - if (gkt) GOST_KEY_TRANSPORT_free(gkt); - return ret; - } + param = get_encryption_params(gkt->key_agreement_info->cipher); + if (!param) { + goto err; + } + + gost_init(&ctx, param->sblock); + OPENSSL_assert(gkt->key_agreement_info->eph_iv->length == 8); + memcpy(wrappedKey, gkt->key_agreement_info->eph_iv->data, 8); + OPENSSL_assert(gkt->key_info->encrypted_key->length == 32); + memcpy(wrappedKey + 8, gkt->key_info->encrypted_key->data, 32); + OPENSSL_assert(gkt->key_info->imit->length == 4); + memcpy(wrappedKey + 40, gkt->key_info->imit->data, 4); + VKO_compute_key(sharedKey, 32, + EC_KEY_get0_public_key(EVP_PKEY_get0(peerkey)), + EVP_PKEY_get0(priv), wrappedKey); + if (!keyUnwrapCryptoPro(&ctx, sharedKey, wrappedKey, key)) { + GOSTerr(GOST_F_PKEY_GOST01CP_DECRYPT, + GOST_R_ERROR_COMPUTING_SHARED_KEY); + goto err; + } + + ret = 1; + err: + if (eph_key) + EVP_PKEY_free(eph_key); + if (gkt) + GOST_KEY_TRANSPORT_free(gkt); + return ret; +} diff --git a/openssl/engines/ccgost/gost2001_keyx.h b/openssl/engines/ccgost/gost2001_keyx.h index a014d9c1e..2d29113a3 100644 --- a/openssl/engines/ccgost/gost2001_keyx.h +++ b/openssl/engines/ccgost/gost2001_keyx.h @@ -1,10 +1,10 @@ -GOST_KEY_TRANSPORT * -make_rfc4490_keytransport_2001(EVP_PKEY *pubk, BIGNUM *eph_key, - const unsigned char *key, size_t keylen, - unsigned char *ukm, size_t ukm_len); +GOST_KEY_TRANSPORT *make_rfc4490_keytransport_2001(EVP_PKEY *pubk, + BIGNUM *eph_key, + const unsigned char *key, + size_t keylen, + unsigned char *ukm, + size_t ukm_len); int decrypt_rfc4490_shared_key_2001(EVP_PKEY *priv, - GOST_KEY_TRANSPORT *gkt, - unsigned char *key_buf, - int key_buf_len) ; - + GOST_KEY_TRANSPORT * gkt, + unsigned char *key_buf, int key_buf_len); diff --git a/openssl/engines/ccgost/gost89.c b/openssl/engines/ccgost/gost89.c index b0568c6b3..4ff4ddd7a 100644 --- a/openssl/engines/ccgost/gost89.c +++ b/openssl/engines/ccgost/gost89.c @@ -6,416 +6,571 @@ * Implementation of GOST 28147-89 encryption algorithm * * No OpenSSL libraries required to compile and use * * this code * - **********************************************************************/ + **********************************************************************/ #include #include "gost89.h" -/* Substitution blocks from RFC 4357 - - Note: our implementation of gost 28147-89 algorithm - uses S-box matrix rotated 90 degrees counterclockwise, relative to +/*- + Substitution blocks from RFC 4357 + + Note: our implementation of gost 28147-89 algorithm + uses S-box matrix rotated 90 degrees counterclockwise, relative to examples given in RFC. - + */ /* Substitution blocks from test examples for GOST R 34.11-94*/ gost_subst_block GostR3411_94_TestParamSet = { - {0X1,0XF,0XD,0X0,0X5,0X7,0XA,0X4,0X9,0X2,0X3,0XE,0X6,0XB,0X8,0XC}, - {0XD,0XB,0X4,0X1,0X3,0XF,0X5,0X9,0X0,0XA,0XE,0X7,0X6,0X8,0X2,0XC}, - {0X4,0XB,0XA,0X0,0X7,0X2,0X1,0XD,0X3,0X6,0X8,0X5,0X9,0XC,0XF,0XE}, - {0X6,0XC,0X7,0X1,0X5,0XF,0XD,0X8,0X4,0XA,0X9,0XE,0X0,0X3,0XB,0X2}, - {0X7,0XD,0XA,0X1,0X0,0X8,0X9,0XF,0XE,0X4,0X6,0XC,0XB,0X2,0X5,0X3}, - {0X5,0X8,0X1,0XD,0XA,0X3,0X4,0X2,0XE,0XF,0XC,0X7,0X6,0X0,0X9,0XB}, - {0XE,0XB,0X4,0XC,0X6,0XD,0XF,0XA,0X2,0X3,0X8,0X1,0X0,0X7,0X5,0X9}, - {0X4,0XA,0X9,0X2,0XD,0X8,0X0,0XE,0X6,0XB,0X1,0XC,0X7,0XF,0X5,0X3} - }; + {0X1, 0XF, 0XD, 0X0, 0X5, 0X7, 0XA, 0X4, 0X9, 0X2, 0X3, 0XE, 0X6, 0XB, + 0X8, 0XC} + , + {0XD, 0XB, 0X4, 0X1, 0X3, 0XF, 0X5, 0X9, 0X0, 0XA, 0XE, 0X7, 0X6, 0X8, + 0X2, 0XC} + , + {0X4, 0XB, 0XA, 0X0, 0X7, 0X2, 0X1, 0XD, 0X3, 0X6, 0X8, 0X5, 0X9, 0XC, + 0XF, 0XE} + , + {0X6, 0XC, 0X7, 0X1, 0X5, 0XF, 0XD, 0X8, 0X4, 0XA, 0X9, 0XE, 0X0, 0X3, + 0XB, 0X2} + , + {0X7, 0XD, 0XA, 0X1, 0X0, 0X8, 0X9, 0XF, 0XE, 0X4, 0X6, 0XC, 0XB, 0X2, + 0X5, 0X3} + , + {0X5, 0X8, 0X1, 0XD, 0XA, 0X3, 0X4, 0X2, 0XE, 0XF, 0XC, 0X7, 0X6, 0X0, + 0X9, 0XB} + , + {0XE, 0XB, 0X4, 0XC, 0X6, 0XD, 0XF, 0XA, 0X2, 0X3, 0X8, 0X1, 0X0, 0X7, + 0X5, 0X9} + , + {0X4, 0XA, 0X9, 0X2, 0XD, 0X8, 0X0, 0XE, 0X6, 0XB, 0X1, 0XC, 0X7, 0XF, + 0X5, 0X3} +}; + /* Substitution blocks for hash function 1.2.643.2.9.1.6.1 */ -gost_subst_block GostR3411_94_CryptoProParamSet= { - {0x1,0x3,0xA,0x9,0x5,0xB,0x4,0xF,0x8,0x6,0x7,0xE,0xD,0x0,0x2,0xC}, - {0xD,0xE,0x4,0x1,0x7,0x0,0x5,0xA,0x3,0xC,0x8,0xF,0x6,0x2,0x9,0xB}, - {0x7,0x6,0x2,0x4,0xD,0x9,0xF,0x0,0xA,0x1,0x5,0xB,0x8,0xE,0xC,0x3}, - {0x7,0x6,0x4,0xB,0x9,0xC,0x2,0xA,0x1,0x8,0x0,0xE,0xF,0xD,0x3,0x5}, - {0x4,0xA,0x7,0xC,0x0,0xF,0x2,0x8,0xE,0x1,0x6,0x5,0xD,0xB,0x9,0x3}, - {0x7,0xF,0xC,0xE,0x9,0x4,0x1,0x0,0x3,0xB,0x5,0x2,0x6,0xA,0x8,0xD}, - {0x5,0xF,0x4,0x0,0x2,0xD,0xB,0x9,0x1,0x7,0x6,0x3,0xC,0xE,0xA,0x8}, - {0xA,0x4,0x5,0x6,0x8,0x1,0x3,0x7,0xD,0xC,0xE,0x0,0x9,0x2,0xB,0xF} - } ; +gost_subst_block GostR3411_94_CryptoProParamSet = { + {0x1, 0x3, 0xA, 0x9, 0x5, 0xB, 0x4, 0xF, 0x8, 0x6, 0x7, 0xE, 0xD, 0x0, + 0x2, 0xC} + , + {0xD, 0xE, 0x4, 0x1, 0x7, 0x0, 0x5, 0xA, 0x3, 0xC, 0x8, 0xF, 0x6, 0x2, + 0x9, 0xB} + , + {0x7, 0x6, 0x2, 0x4, 0xD, 0x9, 0xF, 0x0, 0xA, 0x1, 0x5, 0xB, 0x8, 0xE, + 0xC, 0x3} + , + {0x7, 0x6, 0x4, 0xB, 0x9, 0xC, 0x2, 0xA, 0x1, 0x8, 0x0, 0xE, 0xF, 0xD, + 0x3, 0x5} + , + {0x4, 0xA, 0x7, 0xC, 0x0, 0xF, 0x2, 0x8, 0xE, 0x1, 0x6, 0x5, 0xD, 0xB, + 0x9, 0x3} + , + {0x7, 0xF, 0xC, 0xE, 0x9, 0x4, 0x1, 0x0, 0x3, 0xB, 0x5, 0x2, 0x6, 0xA, + 0x8, 0xD} + , + {0x5, 0xF, 0x4, 0x0, 0x2, 0xD, 0xB, 0x9, 0x1, 0x7, 0x6, 0x3, 0xC, 0xE, + 0xA, 0x8} + , + {0xA, 0x4, 0x5, 0x6, 0x8, 0x1, 0x3, 0x7, 0xD, 0xC, 0xE, 0x0, 0x9, 0x2, + 0xB, 0xF} +}; /* Test paramset from GOST 28147 */ -gost_subst_block Gost28147_TestParamSet = - { - {0xC,0x6,0x5,0x2,0xB,0x0,0x9,0xD,0x3,0xE,0x7,0xA,0xF,0x4,0x1,0x8}, - {0x9,0xB,0xC,0x0,0x3,0x6,0x7,0x5,0x4,0x8,0xE,0xF,0x1,0xA,0x2,0xD}, - {0x8,0xF,0x6,0xB,0x1,0x9,0xC,0x5,0xD,0x3,0x7,0xA,0x0,0xE,0x2,0x4}, - {0x3,0xE,0x5,0x9,0x6,0x8,0x0,0xD,0xA,0xB,0x7,0xC,0x2,0x1,0xF,0x4}, - {0xE,0x9,0xB,0x2,0x5,0xF,0x7,0x1,0x0,0xD,0xC,0x6,0xA,0x4,0x3,0x8}, - {0xD,0x8,0xE,0xC,0x7,0x3,0x9,0xA,0x1,0x5,0x2,0x4,0x6,0xF,0x0,0xB}, - {0xC,0x9,0xF,0xE,0x8,0x1,0x3,0xA,0x2,0x7,0x4,0xD,0x6,0x0,0xB,0x5}, - {0x4,0x2,0xF,0x5,0x9,0x1,0x0,0x8,0xE,0x3,0xB,0xC,0xD,0x7,0xA,0x6} - }; - - - +gost_subst_block Gost28147_TestParamSet = { + {0xC, 0x6, 0x5, 0x2, 0xB, 0x0, 0x9, 0xD, 0x3, 0xE, 0x7, 0xA, 0xF, 0x4, + 0x1, 0x8} + , + {0x9, 0xB, 0xC, 0x0, 0x3, 0x6, 0x7, 0x5, 0x4, 0x8, 0xE, 0xF, 0x1, 0xA, + 0x2, 0xD} + , + {0x8, 0xF, 0x6, 0xB, 0x1, 0x9, 0xC, 0x5, 0xD, 0x3, 0x7, 0xA, 0x0, 0xE, + 0x2, 0x4} + , + {0x3, 0xE, 0x5, 0x9, 0x6, 0x8, 0x0, 0xD, 0xA, 0xB, 0x7, 0xC, 0x2, 0x1, + 0xF, 0x4} + , + {0xE, 0x9, 0xB, 0x2, 0x5, 0xF, 0x7, 0x1, 0x0, 0xD, 0xC, 0x6, 0xA, 0x4, + 0x3, 0x8} + , + {0xD, 0x8, 0xE, 0xC, 0x7, 0x3, 0x9, 0xA, 0x1, 0x5, 0x2, 0x4, 0x6, 0xF, + 0x0, 0xB} + , + {0xC, 0x9, 0xF, 0xE, 0x8, 0x1, 0x3, 0xA, 0x2, 0x7, 0x4, 0xD, 0x6, 0x0, + 0xB, 0x5} + , + {0x4, 0x2, 0xF, 0x5, 0x9, 0x1, 0x0, 0x8, 0xE, 0x3, 0xB, 0xC, 0xD, 0x7, + 0xA, 0x6} +}; /* 1.2.643.2.2.31.1 */ -gost_subst_block Gost28147_CryptoProParamSetA= { - {0xB,0xA,0xF,0x5,0x0,0xC,0xE,0x8,0x6,0x2,0x3,0x9,0x1,0x7,0xD,0x4}, - {0x1,0xD,0x2,0x9,0x7,0xA,0x6,0x0,0x8,0xC,0x4,0x5,0xF,0x3,0xB,0xE}, - {0x3,0xA,0xD,0xC,0x1,0x2,0x0,0xB,0x7,0x5,0x9,0x4,0x8,0xF,0xE,0x6}, - {0xB,0x5,0x1,0x9,0x8,0xD,0xF,0x0,0xE,0x4,0x2,0x3,0xC,0x7,0xA,0x6}, - {0xE,0x7,0xA,0xC,0xD,0x1,0x3,0x9,0x0,0x2,0xB,0x4,0xF,0x8,0x5,0x6}, - {0xE,0x4,0x6,0x2,0xB,0x3,0xD,0x8,0xC,0xF,0x5,0xA,0x0,0x7,0x1,0x9}, - {0x3,0x7,0xE,0x9,0x8,0xA,0xF,0x0,0x5,0x2,0x6,0xC,0xB,0x4,0xD,0x1}, - {0x9,0x6,0x3,0x2,0x8,0xB,0x1,0x7,0xA,0x4,0xE,0xF,0xC,0x0,0xD,0x5} - }; +gost_subst_block Gost28147_CryptoProParamSetA = { + {0xB, 0xA, 0xF, 0x5, 0x0, 0xC, 0xE, 0x8, 0x6, 0x2, 0x3, 0x9, 0x1, 0x7, + 0xD, 0x4} + , + {0x1, 0xD, 0x2, 0x9, 0x7, 0xA, 0x6, 0x0, 0x8, 0xC, 0x4, 0x5, 0xF, 0x3, + 0xB, 0xE} + , + {0x3, 0xA, 0xD, 0xC, 0x1, 0x2, 0x0, 0xB, 0x7, 0x5, 0x9, 0x4, 0x8, 0xF, + 0xE, 0x6} + , + {0xB, 0x5, 0x1, 0x9, 0x8, 0xD, 0xF, 0x0, 0xE, 0x4, 0x2, 0x3, 0xC, 0x7, + 0xA, 0x6} + , + {0xE, 0x7, 0xA, 0xC, 0xD, 0x1, 0x3, 0x9, 0x0, 0x2, 0xB, 0x4, 0xF, 0x8, + 0x5, 0x6} + , + {0xE, 0x4, 0x6, 0x2, 0xB, 0x3, 0xD, 0x8, 0xC, 0xF, 0x5, 0xA, 0x0, 0x7, + 0x1, 0x9} + , + {0x3, 0x7, 0xE, 0x9, 0x8, 0xA, 0xF, 0x0, 0x5, 0x2, 0x6, 0xC, 0xB, 0x4, + 0xD, 0x1} + , + {0x9, 0x6, 0x3, 0x2, 0x8, 0xB, 0x1, 0x7, 0xA, 0x4, 0xE, 0xF, 0xC, 0x0, + 0xD, 0x5} +}; + /* 1.2.643.2.2.31.2 */ -gost_subst_block Gost28147_CryptoProParamSetB= - { - {0x0,0x4,0xB,0xE,0x8,0x3,0x7,0x1,0xA,0x2,0x9,0x6,0xF,0xD,0x5,0xC}, - {0x5,0x2,0xA,0xB,0x9,0x1,0xC,0x3,0x7,0x4,0xD,0x0,0x6,0xF,0x8,0xE}, - {0x8,0x3,0x2,0x6,0x4,0xD,0xE,0xB,0xC,0x1,0x7,0xF,0xA,0x0,0x9,0x5}, - {0x2,0x7,0xC,0xF,0x9,0x5,0xA,0xB,0x1,0x4,0x0,0xD,0x6,0x8,0xE,0x3}, - {0x7,0x5,0x0,0xD,0xB,0x6,0x1,0x2,0x3,0xA,0xC,0xF,0x4,0xE,0x9,0x8}, - {0xE,0xC,0x0,0xA,0x9,0x2,0xD,0xB,0x7,0x5,0x8,0xF,0x3,0x6,0x1,0x4}, - {0x0,0x1,0x2,0xA,0x4,0xD,0x5,0xC,0x9,0x7,0x3,0xF,0xB,0x8,0x6,0xE}, - {0x8,0x4,0xB,0x1,0x3,0x5,0x0,0x9,0x2,0xE,0xA,0xC,0xD,0x6,0x7,0xF} - }; +gost_subst_block Gost28147_CryptoProParamSetB = { + {0x0, 0x4, 0xB, 0xE, 0x8, 0x3, 0x7, 0x1, 0xA, 0x2, 0x9, 0x6, 0xF, 0xD, + 0x5, 0xC} + , + {0x5, 0x2, 0xA, 0xB, 0x9, 0x1, 0xC, 0x3, 0x7, 0x4, 0xD, 0x0, 0x6, 0xF, + 0x8, 0xE} + , + {0x8, 0x3, 0x2, 0x6, 0x4, 0xD, 0xE, 0xB, 0xC, 0x1, 0x7, 0xF, 0xA, 0x0, + 0x9, 0x5} + , + {0x2, 0x7, 0xC, 0xF, 0x9, 0x5, 0xA, 0xB, 0x1, 0x4, 0x0, 0xD, 0x6, 0x8, + 0xE, 0x3} + , + {0x7, 0x5, 0x0, 0xD, 0xB, 0x6, 0x1, 0x2, 0x3, 0xA, 0xC, 0xF, 0x4, 0xE, + 0x9, 0x8} + , + {0xE, 0xC, 0x0, 0xA, 0x9, 0x2, 0xD, 0xB, 0x7, 0x5, 0x8, 0xF, 0x3, 0x6, + 0x1, 0x4} + , + {0x0, 0x1, 0x2, 0xA, 0x4, 0xD, 0x5, 0xC, 0x9, 0x7, 0x3, 0xF, 0xB, 0x8, + 0x6, 0xE} + , + {0x8, 0x4, 0xB, 0x1, 0x3, 0x5, 0x0, 0x9, 0x2, 0xE, 0xA, 0xC, 0xD, 0x6, + 0x7, 0xF} +}; + /* 1.2.643.2.2.31.3 */ -gost_subst_block Gost28147_CryptoProParamSetC= - { - {0x7,0x4,0x0,0x5,0xA,0x2,0xF,0xE,0xC,0x6,0x1,0xB,0xD,0x9,0x3,0x8}, - {0xA,0x9,0x6,0x8,0xD,0xE,0x2,0x0,0xF,0x3,0x5,0xB,0x4,0x1,0xC,0x7}, - {0xC,0x9,0xB,0x1,0x8,0xE,0x2,0x4,0x7,0x3,0x6,0x5,0xA,0x0,0xF,0xD}, - {0x8,0xD,0xB,0x0,0x4,0x5,0x1,0x2,0x9,0x3,0xC,0xE,0x6,0xF,0xA,0x7}, - {0x3,0x6,0x0,0x1,0x5,0xD,0xA,0x8,0xB,0x2,0x9,0x7,0xE,0xF,0xC,0x4}, - {0x8,0x2,0x5,0x0,0x4,0x9,0xF,0xA,0x3,0x7,0xC,0xD,0x6,0xE,0x1,0xB}, - {0x0,0x1,0x7,0xD,0xB,0x4,0x5,0x2,0x8,0xE,0xF,0xC,0x9,0xA,0x6,0x3}, - {0x1,0xB,0xC,0x2,0x9,0xD,0x0,0xF,0x4,0x5,0x8,0xE,0xA,0x7,0x6,0x3} - }; - -/* 1.2.643.2.2.31.4 */ -gost_subst_block Gost28147_CryptoProParamSetD= - { - {0x1,0xA,0x6,0x8,0xF,0xB,0x0,0x4,0xC,0x3,0x5,0x9,0x7,0xD,0x2,0xE}, - {0x3,0x0,0x6,0xF,0x1,0xE,0x9,0x2,0xD,0x8,0xC,0x4,0xB,0xA,0x5,0x7}, - {0x8,0x0,0xF,0x3,0x2,0x5,0xE,0xB,0x1,0xA,0x4,0x7,0xC,0x9,0xD,0x6}, - {0x0,0xC,0x8,0x9,0xD,0x2,0xA,0xB,0x7,0x3,0x6,0x5,0x4,0xE,0xF,0x1}, - {0x1,0x5,0xE,0xC,0xA,0x7,0x0,0xD,0x6,0x2,0xB,0x4,0x9,0x3,0xF,0x8}, - {0x1,0xC,0xB,0x0,0xF,0xE,0x6,0x5,0xA,0xD,0x4,0x8,0x9,0x3,0x7,0x2}, - {0xB,0x6,0x3,0x4,0xC,0xF,0xE,0x2,0x7,0xD,0x8,0x0,0x5,0xA,0x9,0x1}, - {0xF,0xC,0x2,0xA,0x6,0x4,0x5,0x0,0x7,0x9,0xE,0xD,0x1,0xB,0x8,0x3} - }; - - -const byte CryptoProKeyMeshingKey[]={ - 0x69, 0x00, 0x72, 0x22, 0x64, 0xC9, 0x04, 0x23, - 0x8D, 0x3A, 0xDB, 0x96, 0x46, 0xE9, 0x2A, 0xC4, - 0x18, 0xFE, 0xAC, 0x94, 0x00, 0xED, 0x07, 0x12, - 0xC0, 0x86, 0xDC, 0xC2, 0xEF, 0x4C, 0xA9, 0x2B - }; +gost_subst_block Gost28147_CryptoProParamSetC = { + {0x7, 0x4, 0x0, 0x5, 0xA, 0x2, 0xF, 0xE, 0xC, 0x6, 0x1, 0xB, 0xD, 0x9, + 0x3, 0x8} + , + {0xA, 0x9, 0x6, 0x8, 0xD, 0xE, 0x2, 0x0, 0xF, 0x3, 0x5, 0xB, 0x4, 0x1, + 0xC, 0x7} + , + {0xC, 0x9, 0xB, 0x1, 0x8, 0xE, 0x2, 0x4, 0x7, 0x3, 0x6, 0x5, 0xA, 0x0, + 0xF, 0xD} + , + {0x8, 0xD, 0xB, 0x0, 0x4, 0x5, 0x1, 0x2, 0x9, 0x3, 0xC, 0xE, 0x6, 0xF, + 0xA, 0x7} + , + {0x3, 0x6, 0x0, 0x1, 0x5, 0xD, 0xA, 0x8, 0xB, 0x2, 0x9, 0x7, 0xE, 0xF, + 0xC, 0x4} + , + {0x8, 0x2, 0x5, 0x0, 0x4, 0x9, 0xF, 0xA, 0x3, 0x7, 0xC, 0xD, 0x6, 0xE, + 0x1, 0xB} + , + {0x0, 0x1, 0x7, 0xD, 0xB, 0x4, 0x5, 0x2, 0x8, 0xE, 0xF, 0xC, 0x9, 0xA, + 0x6, 0x3} + , + {0x1, 0xB, 0xC, 0x2, 0x9, 0xD, 0x0, 0xF, 0x4, 0x5, 0x8, 0xE, 0xA, 0x7, + 0x6, 0x3} +}; + +/* 1.2.643.2.2.31.4 */ +gost_subst_block Gost28147_CryptoProParamSetD = { + {0x1, 0xA, 0x6, 0x8, 0xF, 0xB, 0x0, 0x4, 0xC, 0x3, 0x5, 0x9, 0x7, 0xD, + 0x2, 0xE} + , + {0x3, 0x0, 0x6, 0xF, 0x1, 0xE, 0x9, 0x2, 0xD, 0x8, 0xC, 0x4, 0xB, 0xA, + 0x5, 0x7} + , + {0x8, 0x0, 0xF, 0x3, 0x2, 0x5, 0xE, 0xB, 0x1, 0xA, 0x4, 0x7, 0xC, 0x9, + 0xD, 0x6} + , + {0x0, 0xC, 0x8, 0x9, 0xD, 0x2, 0xA, 0xB, 0x7, 0x3, 0x6, 0x5, 0x4, 0xE, + 0xF, 0x1} + , + {0x1, 0x5, 0xE, 0xC, 0xA, 0x7, 0x0, 0xD, 0x6, 0x2, 0xB, 0x4, 0x9, 0x3, + 0xF, 0x8} + , + {0x1, 0xC, 0xB, 0x0, 0xF, 0xE, 0x6, 0x5, 0xA, 0xD, 0x4, 0x8, 0x9, 0x3, + 0x7, 0x2} + , + {0xB, 0x6, 0x3, 0x4, 0xC, 0xF, 0xE, 0x2, 0x7, 0xD, 0x8, 0x0, 0x5, 0xA, + 0x9, 0x1} + , + {0xF, 0xC, 0x2, 0xA, 0x6, 0x4, 0x5, 0x0, 0x7, 0x9, 0xE, 0xD, 0x1, 0xB, + 0x8, 0x3} +}; + +const byte CryptoProKeyMeshingKey[] = { + 0x69, 0x00, 0x72, 0x22, 0x64, 0xC9, 0x04, 0x23, + 0x8D, 0x3A, 0xDB, 0x96, 0x46, 0xE9, 0x2A, 0xC4, + 0x18, 0xFE, 0xAC, 0x94, 0x00, 0xED, 0x07, 0x12, + 0xC0, 0x86, 0xDC, 0xC2, 0xEF, 0x4C, 0xA9, 0x2B +}; + /* Initialization of gost_ctx subst blocks*/ -static void kboxinit(gost_ctx *c, const gost_subst_block *b) - { - int i; - - for (i = 0; i < 256; i++) - { - c->k87[i] = (b->k8[i>>4] <<4 | b->k7 [i &15])<<24; - c->k65[i] = (b->k6[i>>4] << 4 | b->k5 [i &15])<<16; - c->k43[i] = (b->k4[i>>4] <<4 | b->k3 [i &15])<<8; - c->k21[i] = b->k2[i>>4] <<4 | b->k1 [i &15]; - - } - } +static void kboxinit(gost_ctx * c, const gost_subst_block * b) +{ + int i; + + for (i = 0; i < 256; i++) { + c->k87[i] = (word32) (b->k8[i >> 4] << 4 | b->k7[i & 15]) << 24; + c->k65[i] = (b->k6[i >> 4] << 4 | b->k5[i & 15]) << 16; + c->k43[i] = (b->k4[i >> 4] << 4 | b->k3[i & 15]) << 8; + c->k21[i] = b->k2[i >> 4] << 4 | b->k1[i & 15]; + + } +} /* Part of GOST 28147 algorithm moved into separate function */ -static word32 f(gost_ctx *c,word32 x) - { - x = c->k87[x>>24 & 255] | c->k65[x>>16 & 255]| - c->k43[x>> 8 & 255] | c->k21[x & 255]; - /* Rotate left 11 bits */ - return x<<11 | x>>(32-11); - } +static word32 f(gost_ctx * c, word32 x) +{ + x = c->k87[x >> 24 & 255] | c->k65[x >> 16 & 255] | + c->k43[x >> 8 & 255] | c->k21[x & 255]; + /* Rotate left 11 bits */ + return x << 11 | x >> (32 - 11); +} + /* Low-level encryption routine - encrypts one 64 bit block*/ -void gostcrypt(gost_ctx *c, const byte *in, byte *out) - { - register word32 n1, n2; /* As named in the GOST */ - n1 = in[0]|(in[1]<<8)|(in[2]<<16)|(in[3]<<24); - n2 = in[4]|(in[5]<<8)|(in[6]<<16)|(in[7]<<24); - /* Instead of swapping halves, swap names each round */ - - n2 ^= f(c,n1+c->k[0]); n1 ^= f(c,n2+c->k[1]); - n2 ^= f(c,n1+c->k[2]); n1 ^= f(c,n2+c->k[3]); - n2 ^= f(c,n1+c->k[4]); n1 ^= f(c,n2+c->k[5]); - n2 ^= f(c,n1+c->k[6]); n1 ^= f(c,n2+c->k[7]); - - n2 ^= f(c,n1+c->k[0]); n1 ^= f(c,n2+c->k[1]); - n2 ^= f(c,n1+c->k[2]); n1 ^= f(c,n2+c->k[3]); - n2 ^= f(c,n1+c->k[4]); n1 ^= f(c,n2+c->k[5]); - n2 ^= f(c,n1+c->k[6]); n1 ^= f(c,n2+c->k[7]); - - n2 ^= f(c,n1+c->k[0]); n1 ^= f(c,n2+c->k[1]); - n2 ^= f(c,n1+c->k[2]); n1 ^= f(c,n2+c->k[3]); - n2 ^= f(c,n1+c->k[4]); n1 ^= f(c,n2+c->k[5]); - n2 ^= f(c,n1+c->k[6]); n1 ^= f(c,n2+c->k[7]); - - n2 ^= f(c,n1+c->k[7]); n1 ^= f(c,n2+c->k[6]); - n2 ^= f(c,n1+c->k[5]); n1 ^= f(c,n2+c->k[4]); - n2 ^= f(c,n1+c->k[3]); n1 ^= f(c,n2+c->k[2]); - n2 ^= f(c,n1+c->k[1]); n1 ^= f(c,n2+c->k[0]); - - out[0] = (byte)(n2&0xff); out[1] = (byte)((n2>>8)&0xff); - out[2] = (byte)((n2>>16)&0xff); out[3]=(byte)(n2>>24); - out[4] = (byte)(n1&0xff); out[5] = (byte)((n1>>8)&0xff); - out[6] = (byte)((n1>>16)&0xff); out[7] = (byte)(n1>>24); - } +void gostcrypt(gost_ctx * c, const byte * in, byte * out) +{ + register word32 n1, n2; /* As named in the GOST */ + n1 = in[0] | (in[1] << 8) | (in[2] << 16) | ((word32) in[3] << 24); + n2 = in[4] | (in[5] << 8) | (in[6] << 16) | ((word32) in[7] << 24); + /* Instead of swapping halves, swap names each round */ + + n2 ^= f(c, n1 + c->k[0]); + n1 ^= f(c, n2 + c->k[1]); + n2 ^= f(c, n1 + c->k[2]); + n1 ^= f(c, n2 + c->k[3]); + n2 ^= f(c, n1 + c->k[4]); + n1 ^= f(c, n2 + c->k[5]); + n2 ^= f(c, n1 + c->k[6]); + n1 ^= f(c, n2 + c->k[7]); + + n2 ^= f(c, n1 + c->k[0]); + n1 ^= f(c, n2 + c->k[1]); + n2 ^= f(c, n1 + c->k[2]); + n1 ^= f(c, n2 + c->k[3]); + n2 ^= f(c, n1 + c->k[4]); + n1 ^= f(c, n2 + c->k[5]); + n2 ^= f(c, n1 + c->k[6]); + n1 ^= f(c, n2 + c->k[7]); + + n2 ^= f(c, n1 + c->k[0]); + n1 ^= f(c, n2 + c->k[1]); + n2 ^= f(c, n1 + c->k[2]); + n1 ^= f(c, n2 + c->k[3]); + n2 ^= f(c, n1 + c->k[4]); + n1 ^= f(c, n2 + c->k[5]); + n2 ^= f(c, n1 + c->k[6]); + n1 ^= f(c, n2 + c->k[7]); + + n2 ^= f(c, n1 + c->k[7]); + n1 ^= f(c, n2 + c->k[6]); + n2 ^= f(c, n1 + c->k[5]); + n1 ^= f(c, n2 + c->k[4]); + n2 ^= f(c, n1 + c->k[3]); + n1 ^= f(c, n2 + c->k[2]); + n2 ^= f(c, n1 + c->k[1]); + n1 ^= f(c, n2 + c->k[0]); + + out[0] = (byte) (n2 & 0xff); + out[1] = (byte) ((n2 >> 8) & 0xff); + out[2] = (byte) ((n2 >> 16) & 0xff); + out[3] = (byte) (n2 >> 24); + out[4] = (byte) (n1 & 0xff); + out[5] = (byte) ((n1 >> 8) & 0xff); + out[6] = (byte) ((n1 >> 16) & 0xff); + out[7] = (byte) (n1 >> 24); +} + /* Low-level decryption routine. Decrypts one 64-bit block */ -void gostdecrypt(gost_ctx *c, const byte *in,byte *out) - { - register word32 n1, n2; /* As named in the GOST */ - n1 = in[0]|(in[1]<<8)|(in[2]<<16)|(in[3]<<24); - n2 = in[4]|(in[5]<<8)|(in[6]<<16)|(in[7]<<24); - - n2 ^= f(c,n1+c->k[0]); n1 ^= f(c,n2+c->k[1]); - n2 ^= f(c,n1+c->k[2]); n1 ^= f(c,n2+c->k[3]); - n2 ^= f(c,n1+c->k[4]); n1 ^= f(c,n2+c->k[5]); - n2 ^= f(c,n1+c->k[6]); n1 ^= f(c,n2+c->k[7]); - - n2 ^= f(c,n1+c->k[7]); n1 ^= f(c,n2+c->k[6]); - n2 ^= f(c,n1+c->k[5]); n1 ^= f(c,n2+c->k[4]); - n2 ^= f(c,n1+c->k[3]); n1 ^= f(c,n2+c->k[2]); - n2 ^= f(c,n1+c->k[1]); n1 ^= f(c,n2+c->k[0]); - - n2 ^= f(c,n1+c->k[7]); n1 ^= f(c,n2+c->k[6]); - n2 ^= f(c,n1+c->k[5]); n1 ^= f(c,n2+c->k[4]); - n2 ^= f(c,n1+c->k[3]); n1 ^= f(c,n2+c->k[2]); - n2 ^= f(c,n1+c->k[1]); n1 ^= f(c,n2+c->k[0]); - - n2 ^= f(c,n1+c->k[7]); n1 ^= f(c,n2+c->k[6]); - n2 ^= f(c,n1+c->k[5]); n1 ^= f(c,n2+c->k[4]); - n2 ^= f(c,n1+c->k[3]); n1 ^= f(c,n2+c->k[2]); - n2 ^= f(c,n1+c->k[1]); n1 ^= f(c,n2+c->k[0]); - - out[0] = (byte)(n2&0xff); out[1] = (byte)((n2>>8)&0xff); - out[2] = (byte)((n2>>16)&0xff); out[3]=(byte)(n2>>24); - out[4] = (byte)(n1&0xff); out[5] = (byte)((n1>>8)&0xff); - out[6] = (byte)((n1>>16)&0xff); out[7] = (byte)(n1>>24); - } +void gostdecrypt(gost_ctx * c, const byte * in, byte * out) +{ + register word32 n1, n2; /* As named in the GOST */ + n1 = in[0] | (in[1] << 8) | (in[2] << 16) | ((word32) in[3] << 24); + n2 = in[4] | (in[5] << 8) | (in[6] << 16) | ((word32) in[7] << 24); + + n2 ^= f(c, n1 + c->k[0]); + n1 ^= f(c, n2 + c->k[1]); + n2 ^= f(c, n1 + c->k[2]); + n1 ^= f(c, n2 + c->k[3]); + n2 ^= f(c, n1 + c->k[4]); + n1 ^= f(c, n2 + c->k[5]); + n2 ^= f(c, n1 + c->k[6]); + n1 ^= f(c, n2 + c->k[7]); + + n2 ^= f(c, n1 + c->k[7]); + n1 ^= f(c, n2 + c->k[6]); + n2 ^= f(c, n1 + c->k[5]); + n1 ^= f(c, n2 + c->k[4]); + n2 ^= f(c, n1 + c->k[3]); + n1 ^= f(c, n2 + c->k[2]); + n2 ^= f(c, n1 + c->k[1]); + n1 ^= f(c, n2 + c->k[0]); + + n2 ^= f(c, n1 + c->k[7]); + n1 ^= f(c, n2 + c->k[6]); + n2 ^= f(c, n1 + c->k[5]); + n1 ^= f(c, n2 + c->k[4]); + n2 ^= f(c, n1 + c->k[3]); + n1 ^= f(c, n2 + c->k[2]); + n2 ^= f(c, n1 + c->k[1]); + n1 ^= f(c, n2 + c->k[0]); + + n2 ^= f(c, n1 + c->k[7]); + n1 ^= f(c, n2 + c->k[6]); + n2 ^= f(c, n1 + c->k[5]); + n1 ^= f(c, n2 + c->k[4]); + n2 ^= f(c, n1 + c->k[3]); + n1 ^= f(c, n2 + c->k[2]); + n2 ^= f(c, n1 + c->k[1]); + n1 ^= f(c, n2 + c->k[0]); + + out[0] = (byte) (n2 & 0xff); + out[1] = (byte) ((n2 >> 8) & 0xff); + out[2] = (byte) ((n2 >> 16) & 0xff); + out[3] = (byte) (n2 >> 24); + out[4] = (byte) (n1 & 0xff); + out[5] = (byte) ((n1 >> 8) & 0xff); + out[6] = (byte) ((n1 >> 16) & 0xff); + out[7] = (byte) (n1 >> 24); +} /* Encrypts several blocks in ECB mode */ -void gost_enc(gost_ctx *c,const byte *clear,byte *cipher, int blocks) - { - int i; - for(i=0;ik[i]=k[j]|(k[j+1]<<8)|(k[j+2]<<16)|(k[j+3]<<24); - } - } +void gost_key(gost_ctx * c, const byte * k) +{ + int i, j; + for (i = 0, j = 0; i < 8; i++, j += 4) { + c->k[i] = + k[j] | (k[j + 1] << 8) | (k[j + 2] << 16) | ((word32) k[j + 3] << + 24); + } +} /* Retrieve 256-bit key from context */ -void gost_get_key(gost_ctx *c, byte *k) - { - int i,j; - for(i=0,j=0;i<8;i++,j+=4) - { - k[j]=(byte)(c->k[i]& 0xFF); - k[j+1]=(byte)((c->k[i]>>8 )&0xFF); - k[j+2]=(byte)((c->k[i]>>16) &0xFF); - k[j+3]=(byte)((c->k[i]>>24) &0xFF); - } - } +void gost_get_key(gost_ctx * c, byte * k) +{ + int i, j; + for (i = 0, j = 0; i < 8; i++, j += 4) { + k[j] = (byte) (c->k[i] & 0xFF); + k[j + 1] = (byte) ((c->k[i] >> 8) & 0xFF); + k[j + 2] = (byte) ((c->k[i] >> 16) & 0xFF); + k[j + 3] = (byte) ((c->k[i] >> 24) & 0xFF); + } +} /* Initalize context. Provides default value for subst_block */ -void gost_init(gost_ctx *c, const gost_subst_block *b) - { - if(!b) - { - b=&GostR3411_94_TestParamSet; - } - kboxinit(c,b); - } +void gost_init(gost_ctx * c, const gost_subst_block * b) +{ + if (!b) { + b = &GostR3411_94_TestParamSet; + } + kboxinit(c, b); +} /* Cleans up key from context */ -void gost_destroy(gost_ctx *c) - { - int i; for(i=0;i<8;i++) c->k[i]=0; - } - -/* Compute GOST 28147 mac block - * - * Parameters - * gost_ctx *c - context initalized with substitution blocks and key - * buffer - 8-byte mac state buffer - * block 8-byte block to process. - * */ -void mac_block(gost_ctx *c,byte *buffer,const byte *block) - { - register word32 n1, n2; /* As named in the GOST */ - int i; - for (i=0; i<8; i++) - { - buffer[i]^=block[i]; - } - n1 = buffer[0]|(buffer[1]<<8)|(buffer[2]<<16)|(buffer[3]<<24); - n2 = buffer[4]|(buffer[5]<<8)|(buffer[6]<<16)|(buffer[7]<<24); - /* Instead of swapping halves, swap names each round */ - - n2 ^= f(c,n1+c->k[0]); n1 ^= f(c,n2+c->k[1]); - n2 ^= f(c,n1+c->k[2]); n1 ^= f(c,n2+c->k[3]); - n2 ^= f(c,n1+c->k[4]); n1 ^= f(c,n2+c->k[5]); - n2 ^= f(c,n1+c->k[6]); n1 ^= f(c,n2+c->k[7]); - - n2 ^= f(c,n1+c->k[0]); n1 ^= f(c,n2+c->k[1]); - n2 ^= f(c,n1+c->k[2]); n1 ^= f(c,n2+c->k[3]); - n2 ^= f(c,n1+c->k[4]); n1 ^= f(c,n2+c->k[5]); - n2 ^= f(c,n1+c->k[6]); n1 ^= f(c,n2+c->k[7]); - - buffer[0] = (byte)(n1&0xff); buffer[1] = (byte)((n1>>8)&0xff); - buffer[2] = (byte)((n1>>16)&0xff); buffer[3] = (byte)(n1>>24); - buffer[4] = (byte)(n2&0xff); buffer[5] = (byte)((n2>>8)&0xff); - buffer[6] = (byte)((n2>>16)&0xff); buffer[7] = (byte)(n2>>24); - } +void gost_destroy(gost_ctx * c) +{ + int i; + for (i = 0; i < 8; i++) + c->k[i] = 0; +} + +/* + * Compute GOST 28147 mac block Parameters gost_ctx *c - context initalized + * with substitution blocks and key buffer - 8-byte mac state buffer block + * 8-byte block to process. + */ +void mac_block(gost_ctx * c, byte * buffer, const byte * block) +{ + register word32 n1, n2; /* As named in the GOST */ + int i; + for (i = 0; i < 8; i++) { + buffer[i] ^= block[i]; + } + n1 = buffer[0] | (buffer[1] << 8) | (buffer[2] << 16) | ((word32) + buffer[3] << 24); + n2 = buffer[4] | (buffer[5] << 8) | (buffer[6] << 16) | ((word32) + buffer[7] << 24); + /* Instead of swapping halves, swap names each round */ + + n2 ^= f(c, n1 + c->k[0]); + n1 ^= f(c, n2 + c->k[1]); + n2 ^= f(c, n1 + c->k[2]); + n1 ^= f(c, n2 + c->k[3]); + n2 ^= f(c, n1 + c->k[4]); + n1 ^= f(c, n2 + c->k[5]); + n2 ^= f(c, n1 + c->k[6]); + n1 ^= f(c, n2 + c->k[7]); + + n2 ^= f(c, n1 + c->k[0]); + n1 ^= f(c, n2 + c->k[1]); + n2 ^= f(c, n1 + c->k[2]); + n1 ^= f(c, n2 + c->k[3]); + n2 ^= f(c, n1 + c->k[4]); + n1 ^= f(c, n2 + c->k[5]); + n2 ^= f(c, n1 + c->k[6]); + n1 ^= f(c, n2 + c->k[7]); + + buffer[0] = (byte) (n1 & 0xff); + buffer[1] = (byte) ((n1 >> 8) & 0xff); + buffer[2] = (byte) ((n1 >> 16) & 0xff); + buffer[3] = (byte) (n1 >> 24); + buffer[4] = (byte) (n2 & 0xff); + buffer[5] = (byte) ((n2 >> 8) & 0xff); + buffer[6] = (byte) ((n2 >> 16) & 0xff); + buffer[7] = (byte) (n2 >> 24); +} /* Get mac with specified number of bits from MAC state buffer */ -void get_mac(byte *buffer,int nbits,byte *out) - { - int nbytes= nbits >> 3; - int rembits = nbits & 7; - int mask =rembits?((1> 3; + int rembits = nbits & 7; + int mask = rembits ? ((1 < rembits) - 1) : 0; + int i; + for (i = 0; i < nbytes; i++) + out[i] = buffer[i]; + if (rembits) + out[i] = buffer[i] & mask; +} + +/* + * Compute mac of specified length (in bits) from data. Context should be + * initialized with key and subst blocks + */ +int gost_mac(gost_ctx * ctx, int mac_len, const unsigned char *data, + unsigned int data_len, unsigned char *mac) +{ + byte buffer[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; + byte buf2[8]; + unsigned int i; + for (i = 0; i + 8 <= data_len; i += 8) + mac_block(ctx, buffer, data + i); + if (i < data_len) { + memset(buf2, 0, 8); + memcpy(buf2, data + i, data_len - i); + mac_block(ctx, buffer, buf2); + i += 8; + } + if (i == 8) { + memset(buf2, 0, 8); + mac_block(ctx, buffer, buf2); + } + get_mac(buffer, mac_len, mac); + return 1; +} /* Compute MAC with non-zero IV. Used in some RFC 4357 algorithms */ -int gost_mac_iv(gost_ctx *ctx,int mac_len,const unsigned char *iv,const unsigned char *data, - unsigned int data_len,unsigned char *mac) - { - byte buffer[8]; - byte buf2[8]; - unsigned int i; - memcpy (buffer,iv,8); - for (i=0;i+8<=data_len;i+=8) - mac_block(ctx,buffer,data+i); - if (i 2147483647L -typedef unsigned int u4; -#else -typedef unsigned long u4; -#endif +# if __LONG_MAX__ > 2147483647L +typedef unsigned int u4; +# else +typedef unsigned long u4; +# endif /* Typedef for unsigned 8-bit integer */ -typedef unsigned char byte; +typedef unsigned char byte; /* Internal representation of GOST substitution blocks */ typedef struct { - byte k8[16]; - byte k7[16]; - byte k6[16]; - byte k5[16]; - byte k4[16]; - byte k3[16]; - byte k2[16]; - byte k1[16]; -} gost_subst_block; - + byte k8[16]; + byte k7[16]; + byte k6[16]; + byte k5[16]; + byte k4[16]; + byte k3[16]; + byte k2[16]; + byte k1[16]; +} gost_subst_block; /* Cipher context includes key and preprocessed substitution block */ -typedef struct { - u4 k[8]; - /* Constant s-boxes -- set up in gost_init(). */ - u4 k87[256],k65[256],k43[256],k21[256]; -} gost_ctx; -/* Note: encrypt and decrypt expect full blocks--padding blocks is - caller's responsibility. All bulk encryption is done in - ECB mode by these calls. Other modes may be added easily - enough. */ +typedef struct { + u4 k[8]; + /* Constant s-boxes -- set up in gost_init(). */ + u4 k87[256], k65[256], k43[256], k21[256]; +} gost_ctx; +/* + * Note: encrypt and decrypt expect full blocks--padding blocks is caller's + * responsibility. All bulk encryption is done in ECB mode by these calls. + * Other modes may be added easily enough. + */ /* Encrypt several full blocks in ECB mode */ -void gost_enc(gost_ctx *ctx, const byte *clear,byte *cipher, int blocks); +void gost_enc(gost_ctx * ctx, const byte * clear, byte * cipher, int blocks); /* Decrypt several full blocks in ECB mode */ -void gost_dec(gost_ctx *ctx, const byte *cipher,byte *clear, int blocks); +void gost_dec(gost_ctx * ctx, const byte * cipher, byte * clear, int blocks); /* Encrypts several full blocks in CFB mode using 8byte IV */ -void gost_enc_cfb(gost_ctx *ctx,const byte *iv,const byte *clear,byte *cipher,int blocks); +void gost_enc_cfb(gost_ctx * ctx, const byte * iv, const byte * clear, + byte * cipher, int blocks); /* Decrypts several full blocks in CFB mode using 8byte IV */ -void gost_dec_cfb(gost_ctx *ctx,const byte *iv,const byte *cipher,byte *clear,int blocks); +void gost_dec_cfb(gost_ctx * ctx, const byte * iv, const byte * cipher, + byte * clear, int blocks); /* Encrypt one block */ -void gostcrypt(gost_ctx *c, const byte *in, byte *out); +void gostcrypt(gost_ctx * c, const byte * in, byte * out); /* Decrypt one block */ -void gostdecrypt(gost_ctx *c, const byte *in,byte *out); +void gostdecrypt(gost_ctx * c, const byte * in, byte * out); /* Set key into context */ -void gost_key(gost_ctx *ctx, const byte *key); +void gost_key(gost_ctx * ctx, const byte * key); /* Get key from context */ -void gost_get_key(gost_ctx *ctx, byte *key); +void gost_get_key(gost_ctx * ctx, byte * key); /* Set S-blocks into context */ -void gost_init(gost_ctx *ctx, const gost_subst_block *subst_block); +void gost_init(gost_ctx * ctx, const gost_subst_block * subst_block); /* Clean up context */ -void gost_destroy(gost_ctx *ctx); +void gost_destroy(gost_ctx * ctx); /* Intermediate function used for calculate hash */ -void gost_enc_with_key(gost_ctx *,byte *key,byte *inblock,byte *outblock); +void gost_enc_with_key(gost_ctx *, byte * key, byte * inblock, + byte * outblock); /* Compute MAC of given length in bits from data */ -int gost_mac(gost_ctx *ctx,int hmac_len,const unsigned char *data, - unsigned int data_len,unsigned char *hmac) ; -/* Compute MAC of given length in bits from data, using non-zero 8-byte - * IV (non-standard, for use in CryptoPro key transport only */ -int gost_mac_iv(gost_ctx *ctx,int hmac_len,const unsigned char *iv,const unsigned char *data, - unsigned int data_len,unsigned char *hmac) ; +int gost_mac(gost_ctx * ctx, int hmac_len, const unsigned char *data, + unsigned int data_len, unsigned char *hmac); +/* + * Compute MAC of given length in bits from data, using non-zero 8-byte IV + * (non-standard, for use in CryptoPro key transport only + */ +int gost_mac_iv(gost_ctx * ctx, int hmac_len, const unsigned char *iv, + const unsigned char *data, unsigned int data_len, + unsigned char *hmac); /* Perform one step of MAC calculation like gostcrypt */ -void mac_block(gost_ctx *c,byte *buffer,const byte *block); +void mac_block(gost_ctx * c, byte * buffer, const byte * block); /* Extracts MAC value from mac state buffer */ -void get_mac(byte *buffer,int nbits,byte *out); +void get_mac(byte * buffer, int nbits, byte * out); /* Implements cryptopro key meshing algorithm. Expect IV to be 8-byte size*/ -void cryptopro_key_meshing(gost_ctx *ctx, unsigned char *iv); +void cryptopro_key_meshing(gost_ctx * ctx, unsigned char *iv); /* Parameter sets specified in RFC 4357 */ extern gost_subst_block GostR3411_94_TestParamSet; extern gost_subst_block GostR3411_94_CryptoProParamSet; @@ -86,7 +92,7 @@ extern gost_subst_block Gost28147_CryptoProParamSetA; extern gost_subst_block Gost28147_CryptoProParamSetB; extern gost_subst_block Gost28147_CryptoProParamSetC; extern gost_subst_block Gost28147_CryptoProParamSetD; -extern const byte CryptoProKeyMeshingKey[]; -typedef unsigned int word32; +extern const byte CryptoProKeyMeshingKey[]; +typedef unsigned int word32; #endif diff --git a/openssl/engines/ccgost/gost94_keyx.c b/openssl/engines/ccgost/gost94_keyx.c index 0d7d3ffe6..85f4bc899 100644 --- a/openssl/engines/ccgost/gost94_keyx.c +++ b/openssl/engines/ccgost/gost94_keyx.c @@ -4,8 +4,8 @@ * This file is distributed under the same license as OpenSSL * * * * Implements generation and parsing of GOST_KEY_TRANSPORT for * - * GOST R 34.10-94 algorithms * - * * + * GOST R 34.10-94 algorithms * + * * * Requires OpenSSL 0.9.9 for compilation * **********************************************************************/ #include @@ -20,272 +20,259 @@ #include "gost_keywrap.h" #include "gost_lcl.h" /* Common functions for both 94 and 2001 key exchange schemes */ -/* Implementation of the Diffi-Hellman key agreement scheme based on - * GOST-94 keys */ +/* + * Implementation of the Diffi-Hellman key agreement scheme based on GOST-94 + * keys + */ -/* Computes Diffie-Hellman key and stores it into buffer in - * little-endian byte order as expected by both versions of GOST 94 - * algorithm +/* + * Computes Diffie-Hellman key and stores it into buffer in little-endian + * byte order as expected by both versions of GOST 94 algorithm */ -static int compute_pair_key_le(unsigned char *pair_key,BIGNUM *pub_key,DH *dh) - { - unsigned char be_key[128]; - int i,key_size; - key_size=DH_compute_key(be_key,pub_key,dh); - if (!key_size) return 0; - memset(pair_key,0,128); - for (i=0;ig = BN_dup(pubk->pkey.dsa->g); - dh->p = BN_dup(pubk->pkey.dsa->p); - dh->priv_key = BN_dup(priv_key); - ret=compute_pair_key_le(dh_key,((DSA *)(EVP_PKEY_get0(pubk)))->pub_key,dh) ; - DH_free(dh); - if (!ret) return 0; - init_gost_hash_ctx(&hash_ctx,&GostR3411_94_CryptoProParamSet); - start_hash(&hash_ctx); - hash_block(&hash_ctx,dh_key,128); - finish_hash(&hash_ctx,shared_key); - done_gost_hash_ctx(&hash_ctx); - return 1; - } +static int make_cp_exchange_key(BIGNUM *priv_key, EVP_PKEY *pubk, + unsigned char *shared_key) +{ + unsigned char dh_key[128]; + int ret; + gost_hash_ctx hash_ctx; + DH *dh = DH_new(); + + if (!dh) + return 0; + memset(dh_key, 0, 128); + dh->g = BN_dup(pubk->pkey.dsa->g); + dh->p = BN_dup(pubk->pkey.dsa->p); + dh->priv_key = BN_dup(priv_key); + ret = + compute_pair_key_le(dh_key, ((DSA *)(EVP_PKEY_get0(pubk)))->pub_key, + dh); + DH_free(dh); + if (!ret) + return 0; + init_gost_hash_ctx(&hash_ctx, &GostR3411_94_CryptoProParamSet); + start_hash(&hash_ctx); + hash_block(&hash_ctx, dh_key, 128); + finish_hash(&hash_ctx, shared_key); + done_gost_hash_ctx(&hash_ctx); + return 1; +} /* EVP_PKEY_METHOD callback derive. Implements VKO R 34.10-94 */ -int pkey_gost94_derive(EVP_PKEY_CTX *ctx,unsigned char *key,size_t *keylen) - { - EVP_PKEY *pubk = EVP_PKEY_CTX_get0_peerkey(ctx); - EVP_PKEY *mykey = EVP_PKEY_CTX_get0_pkey(ctx); - *keylen = 32; - if (key == NULL) return 1; +int pkey_gost94_derive(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen) +{ + EVP_PKEY *pubk = EVP_PKEY_CTX_get0_peerkey(ctx); + EVP_PKEY *mykey = EVP_PKEY_CTX_get0_pkey(ctx); + *keylen = 32; + if (key == NULL) + return 1; - return make_cp_exchange_key(gost_get0_priv_key(mykey), pubk, key); - } + return make_cp_exchange_key(gost_get0_priv_key(mykey), pubk, key); +} -/* EVP_PKEY_METHOD callback encrypt for - * GOST R 34.10-94 cryptopro modification +/* + * EVP_PKEY_METHOD callback encrypt for GOST R 34.10-94 cryptopro + * modification */ +int pkey_GOST94cp_encrypt(EVP_PKEY_CTX *ctx, unsigned char *out, + size_t *outlen, const unsigned char *key, + size_t key_len) +{ + GOST_KEY_TRANSPORT *gkt = NULL; + unsigned char shared_key[32], ukm[8], crypted_key[44]; + const struct gost_cipher_info *param = get_encryption_params(NULL); + EVP_PKEY *pubk = EVP_PKEY_CTX_get0_pkey(ctx); + struct gost_pmeth_data *data = EVP_PKEY_CTX_get_data(ctx); + gost_ctx cctx; + int key_is_ephemeral = 1; + EVP_PKEY *mykey = EVP_PKEY_CTX_get0_peerkey(ctx); -int pkey_GOST94cp_encrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char* key, size_t key_len ) - { - GOST_KEY_TRANSPORT *gkt=NULL; - unsigned char shared_key[32], ukm[8],crypted_key[44]; - const struct gost_cipher_info *param=get_encryption_params(NULL); - EVP_PKEY *pubk = EVP_PKEY_CTX_get0_pkey(ctx); - struct gost_pmeth_data *data = EVP_PKEY_CTX_get_data(ctx); - gost_ctx cctx; - int key_is_ephemeral=1; - EVP_PKEY *mykey = EVP_PKEY_CTX_get0_peerkey(ctx); + /* Do not use vizir cipher parameters with cryptopro */ + if (!get_gost_engine_param(GOST_PARAM_CRYPT_PARAMS) + && param == gost_cipher_list) { + param = gost_cipher_list + 1; + } - /* Do not use vizir cipher parameters with cryptopro */ - if (!get_gost_engine_param(GOST_PARAM_CRYPT_PARAMS) && param == gost_cipher_list) - { - param= gost_cipher_list+1; - } + if (mykey) { + /* If key already set, it is not ephemeral */ + key_is_ephemeral = 0; + if (!gost_get0_priv_key(mykey)) { + GOSTerr(GOST_F_PKEY_GOST94CP_ENCRYPT, + GOST_R_NO_PRIVATE_PART_OF_NON_EPHEMERAL_KEYPAIR); + goto err; + } + } else { + /* Otherwise generate ephemeral key */ + key_is_ephemeral = 1; + if (out) { + mykey = EVP_PKEY_new(); + EVP_PKEY_assign(mykey, EVP_PKEY_base_id(pubk), DSA_new()); + EVP_PKEY_copy_parameters(mykey, pubk); + if (!gost_sign_keygen(EVP_PKEY_get0(mykey))) { + goto err; + } + } + } + if (out) + make_cp_exchange_key(gost_get0_priv_key(mykey), pubk, shared_key); + if (data->shared_ukm) { + memcpy(ukm, data->shared_ukm, 8); + } else if (out) { + if (RAND_bytes(ukm, 8) <= 0) { + GOSTerr(GOST_F_PKEY_GOST94CP_ENCRYPT, + GOST_R_RANDOM_GENERATOR_FAILURE); + goto err; + } + } - if (mykey) - { - /* If key already set, it is not ephemeral */ - key_is_ephemeral=0; - if (!gost_get0_priv_key(mykey)) - { - GOSTerr(GOST_F_PKEY_GOST94CP_ENCRYPT, - GOST_R_NO_PRIVATE_PART_OF_NON_EPHEMERAL_KEYPAIR); - goto err; - } - } - else - { - /* Otherwise generate ephemeral key */ - key_is_ephemeral = 1; - if (out) - { - mykey = EVP_PKEY_new(); - EVP_PKEY_assign(mykey, EVP_PKEY_base_id(pubk),DSA_new()); - EVP_PKEY_copy_parameters(mykey,pubk); - if (!gost_sign_keygen(EVP_PKEY_get0(mykey))) - { - goto err; - } - } - } - if (out) - make_cp_exchange_key(gost_get0_priv_key(mykey),pubk,shared_key); - if (data->shared_ukm) - { - memcpy(ukm,data->shared_ukm,8); - } - else if (out) - { - if (RAND_bytes(ukm,8)<=0) - { - GOSTerr(GOST_F_PKEY_GOST94CP_ENCRYPT, - GOST_R_RANDOM_GENERATOR_FAILURE); - goto err; - } - } - - if (out) { - gost_init(&cctx,param->sblock); - keyWrapCryptoPro(&cctx,shared_key,ukm,key,crypted_key); - } - gkt = GOST_KEY_TRANSPORT_new(); - if (!gkt) - { - goto memerr; - } - if(!ASN1_OCTET_STRING_set(gkt->key_agreement_info->eph_iv, - ukm,8)) - { - goto memerr; - } - if (!ASN1_OCTET_STRING_set(gkt->key_info->imit,crypted_key+40,4)) - { - goto memerr; - } - if (!ASN1_OCTET_STRING_set(gkt->key_info->encrypted_key,crypted_key+8,32)) - { - goto memerr; - } - if (key_is_ephemeral) { - if (!X509_PUBKEY_set(&gkt->key_agreement_info->ephem_key,out?mykey:pubk)) - { - GOSTerr(GOST_F_PKEY_GOST94CP_ENCRYPT,GOST_R_CANNOT_PACK_EPHEMERAL_KEY); - goto err; - } - if (out) EVP_PKEY_free(mykey); - } - ASN1_OBJECT_free(gkt->key_agreement_info->cipher); - gkt->key_agreement_info->cipher = OBJ_nid2obj(param->nid); - *outlen = i2d_GOST_KEY_TRANSPORT(gkt,out?&out:NULL); - if (*outlen <= 0) - { - GOSTerr(GOST_F_PKEY_GOST94CP_ENCRYPT,GOST_R_ERROR_PACKING_KEY_TRANSPORT_INFO); - goto err; - } - if (!key_is_ephemeral) - { - /* Set control "public key from client certificate used" */ - if (EVP_PKEY_CTX_ctrl(ctx, -1, -1, EVP_PKEY_CTRL_PEER_KEY, 3, NULL) <= 0) - { - GOSTerr(GOST_F_PKEY_GOST94CP_ENCRYPT, - GOST_R_CTRL_CALL_FAILED); - goto err; - } - } - GOST_KEY_TRANSPORT_free(gkt); - return 1; - memerr: - if (key_is_ephemeral) { - EVP_PKEY_free(mykey); - } - GOSTerr(GOST_F_PKEY_GOST94CP_ENCRYPT, - GOST_R_MALLOC_FAILURE); - err: - GOST_KEY_TRANSPORT_free(gkt); - return -1; - } + if (out) { + gost_init(&cctx, param->sblock); + keyWrapCryptoPro(&cctx, shared_key, ukm, key, crypted_key); + } + gkt = GOST_KEY_TRANSPORT_new(); + if (!gkt) { + goto memerr; + } + if (!ASN1_OCTET_STRING_set(gkt->key_agreement_info->eph_iv, ukm, 8)) { + goto memerr; + } + if (!ASN1_OCTET_STRING_set(gkt->key_info->imit, crypted_key + 40, 4)) { + goto memerr; + } + if (!ASN1_OCTET_STRING_set + (gkt->key_info->encrypted_key, crypted_key + 8, 32)) { + goto memerr; + } + if (key_is_ephemeral) { + if (!X509_PUBKEY_set + (&gkt->key_agreement_info->ephem_key, out ? mykey : pubk)) { + GOSTerr(GOST_F_PKEY_GOST94CP_ENCRYPT, + GOST_R_CANNOT_PACK_EPHEMERAL_KEY); + goto err; + } + if (out) + EVP_PKEY_free(mykey); + } + ASN1_OBJECT_free(gkt->key_agreement_info->cipher); + gkt->key_agreement_info->cipher = OBJ_nid2obj(param->nid); + *outlen = i2d_GOST_KEY_TRANSPORT(gkt, out ? &out : NULL); + if (*outlen <= 0) { + GOSTerr(GOST_F_PKEY_GOST94CP_ENCRYPT, + GOST_R_ERROR_PACKING_KEY_TRANSPORT_INFO); + goto err; + } + if (!key_is_ephemeral) { + /* Set control "public key from client certificate used" */ + if (EVP_PKEY_CTX_ctrl(ctx, -1, -1, EVP_PKEY_CTRL_PEER_KEY, 3, NULL) <= + 0) { + GOSTerr(GOST_F_PKEY_GOST94CP_ENCRYPT, GOST_R_CTRL_CALL_FAILED); + goto err; + } + } + GOST_KEY_TRANSPORT_free(gkt); + return 1; + memerr: + if (key_is_ephemeral) { + EVP_PKEY_free(mykey); + } + GOSTerr(GOST_F_PKEY_GOST94CP_ENCRYPT, GOST_R_MALLOC_FAILURE); + err: + GOST_KEY_TRANSPORT_free(gkt); + return -1; +} - -/* EVP_PLEY_METHOD callback decrypt for - * GOST R 34.10-94 cryptopro modification +/* + * EVP_PLEY_METHOD callback decrypt for GOST R 34.10-94 cryptopro + * modification */ -int pkey_GOST94cp_decrypt(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *key_len,const unsigned char *in, size_t in_len) { - const unsigned char *p = in; - GOST_KEY_TRANSPORT *gkt = NULL; - unsigned char wrappedKey[44]; - unsigned char sharedKey[32]; - gost_ctx cctx; - const struct gost_cipher_info *param=NULL; - EVP_PKEY *eph_key=NULL, *peerkey=NULL; - EVP_PKEY *priv= EVP_PKEY_CTX_get0_pkey(ctx); - - if (!key) - { - *key_len = 32; - return 1; - } - - gkt = d2i_GOST_KEY_TRANSPORT(NULL,(const unsigned char **)&p, - in_len); - if (!gkt) - { - GOSTerr(GOST_F_PKEY_GOST94CP_DECRYPT,GOST_R_ERROR_PARSING_KEY_TRANSPORT_INFO); - return 0; - } - eph_key = X509_PUBKEY_get(gkt->key_agreement_info->ephem_key); - if (eph_key) - { - if (EVP_PKEY_derive_set_peer(ctx, eph_key) <= 0) - { - GOSTerr(GOST_F_PKEY_GOST94CP_DECRYPT, - GOST_R_INCOMPATIBLE_PEER_KEY); - goto err; - } - } - else - { - /* Set control "public key from client certificate used" */ - if (EVP_PKEY_CTX_ctrl(ctx, -1, -1, EVP_PKEY_CTRL_PEER_KEY, 3, NULL) <= 0) - { - GOSTerr(GOST_F_PKEY_GOST94CP_DECRYPT, - GOST_R_CTRL_CALL_FAILED); - goto err; - } - } - peerkey = EVP_PKEY_CTX_get0_peerkey(ctx); - if (!peerkey) - { - GOSTerr(GOST_F_PKEY_GOST94CP_DECRYPT, - GOST_R_NO_PEER_KEY); - goto err; - } +int pkey_GOST94cp_decrypt(EVP_PKEY_CTX *ctx, unsigned char *key, + size_t *key_len, const unsigned char *in, + size_t in_len) +{ + const unsigned char *p = in; + GOST_KEY_TRANSPORT *gkt = NULL; + unsigned char wrappedKey[44]; + unsigned char sharedKey[32]; + gost_ctx cctx; + const struct gost_cipher_info *param = NULL; + EVP_PKEY *eph_key = NULL, *peerkey = NULL; + EVP_PKEY *priv = EVP_PKEY_CTX_get0_pkey(ctx); + + if (!key) { + *key_len = 32; + return 1; + } + + gkt = d2i_GOST_KEY_TRANSPORT(NULL, (const unsigned char **)&p, in_len); + if (!gkt) { + GOSTerr(GOST_F_PKEY_GOST94CP_DECRYPT, + GOST_R_ERROR_PARSING_KEY_TRANSPORT_INFO); + return 0; + } + eph_key = X509_PUBKEY_get(gkt->key_agreement_info->ephem_key); + if (eph_key) { + if (EVP_PKEY_derive_set_peer(ctx, eph_key) <= 0) { + GOSTerr(GOST_F_PKEY_GOST94CP_DECRYPT, + GOST_R_INCOMPATIBLE_PEER_KEY); + goto err; + } + } else { + /* Set control "public key from client certificate used" */ + if (EVP_PKEY_CTX_ctrl(ctx, -1, -1, EVP_PKEY_CTRL_PEER_KEY, 3, NULL) <= + 0) { + GOSTerr(GOST_F_PKEY_GOST94CP_DECRYPT, GOST_R_CTRL_CALL_FAILED); + goto err; + } + } + peerkey = EVP_PKEY_CTX_get0_peerkey(ctx); + if (!peerkey) { + GOSTerr(GOST_F_PKEY_GOST94CP_DECRYPT, GOST_R_NO_PEER_KEY); + goto err; + } + + param = get_encryption_params(gkt->key_agreement_info->cipher); + if (!param) { + goto err; + } - param = get_encryption_params(gkt->key_agreement_info->cipher); - if(!param){ + gost_init(&cctx, param->sblock); + OPENSSL_assert(gkt->key_agreement_info->eph_iv->length == 8); + memcpy(wrappedKey, gkt->key_agreement_info->eph_iv->data, 8); + OPENSSL_assert(gkt->key_info->encrypted_key->length == 32); + memcpy(wrappedKey + 8, gkt->key_info->encrypted_key->data, 32); + OPENSSL_assert(gkt->key_info->imit->length == 4); + memcpy(wrappedKey + 40, gkt->key_info->imit->data, 4); + make_cp_exchange_key(gost_get0_priv_key(priv), peerkey, sharedKey); + if (!keyUnwrapCryptoPro(&cctx, sharedKey, wrappedKey, key)) { + GOSTerr(GOST_F_PKEY_GOST94CP_DECRYPT, + GOST_R_ERROR_COMPUTING_SHARED_KEY); goto err; } - - gost_init(&cctx,param->sblock); - OPENSSL_assert(gkt->key_agreement_info->eph_iv->length==8); - memcpy(wrappedKey,gkt->key_agreement_info->eph_iv->data,8); - OPENSSL_assert(gkt->key_info->encrypted_key->length==32); - memcpy(wrappedKey+8,gkt->key_info->encrypted_key->data,32); - OPENSSL_assert(gkt->key_info->imit->length==4); - memcpy(wrappedKey+40,gkt->key_info->imit->data,4); - make_cp_exchange_key(gost_get0_priv_key(priv),peerkey,sharedKey); - if (!keyUnwrapCryptoPro(&cctx,sharedKey,wrappedKey,key)) - { - GOSTerr(GOST_F_PKEY_GOST94CP_DECRYPT, - GOST_R_ERROR_COMPUTING_SHARED_KEY); - goto err; - } - - EVP_PKEY_free(eph_key); - GOST_KEY_TRANSPORT_free(gkt); - return 1; -err: - EVP_PKEY_free(eph_key); - GOST_KEY_TRANSPORT_free(gkt); - return -1; - } + EVP_PKEY_free(eph_key); + GOST_KEY_TRANSPORT_free(gkt); + return 1; + err: + EVP_PKEY_free(eph_key); + GOST_KEY_TRANSPORT_free(gkt); + return -1; +} diff --git a/openssl/engines/ccgost/gost_ameth.c b/openssl/engines/ccgost/gost_ameth.c index 8b9230b9a..713a0face 100644 --- a/openssl/engines/ccgost/gost_ameth.c +++ b/openssl/engines/ccgost/gost_ameth.c @@ -14,932 +14,904 @@ #include #include #ifndef OPENSSL_NO_CMS -#include +# include #endif #include "gost_params.h" #include "gost_lcl.h" #include "e_gost_err.h" -int gost94_nid_by_params(DSA *p) - { - R3410_params *gost_params; - BIGNUM *q=BN_new(); - for (gost_params = R3410_paramset;gost_params->q!=NULL; gost_params++) - { - BN_dec2bn(&q,gost_params->q); - if (!BN_cmp(q,p->q)) - { - BN_free(q); - return gost_params->nid; - } - } - BN_free(q); - return NID_undef; - } - -static ASN1_STRING *encode_gost_algor_params(const EVP_PKEY *key) - { - ASN1_STRING *params = ASN1_STRING_new(); - GOST_KEY_PARAMS *gkp = GOST_KEY_PARAMS_new(); - int pkey_param_nid = NID_undef; - - if (!params || !gkp) - { - GOSTerr(GOST_F_ENCODE_GOST_ALGOR_PARAMS, - ERR_R_MALLOC_FAILURE); - ASN1_STRING_free(params); - params = NULL; - goto err; - } - switch (EVP_PKEY_base_id(key)) - { - case NID_id_GostR3410_2001: - pkey_param_nid = EC_GROUP_get_curve_name(EC_KEY_get0_group(EVP_PKEY_get0((EVP_PKEY *)key))); - break; - case NID_id_GostR3410_94: - pkey_param_nid = (int) gost94_nid_by_params(EVP_PKEY_get0((EVP_PKEY *)key)); - if (pkey_param_nid == NID_undef) - { - GOSTerr(GOST_F_ENCODE_GOST_ALGOR_PARAMS, - GOST_R_INVALID_GOST94_PARMSET); - ASN1_STRING_free(params); - params=NULL; - goto err; - } - break; - } - gkp->key_params = OBJ_nid2obj(pkey_param_nid); - gkp->hash_params = OBJ_nid2obj(NID_id_GostR3411_94_CryptoProParamSet); - /*gkp->cipher_params = OBJ_nid2obj(cipher_param_nid);*/ - params->length = i2d_GOST_KEY_PARAMS(gkp, ¶ms->data); - if (params->length <=0 ) - { - GOSTerr(GOST_F_ENCODE_GOST_ALGOR_PARAMS, - ERR_R_MALLOC_FAILURE); - ASN1_STRING_free(params); - params = NULL; - goto err; - } - params ->type = V_ASN1_SEQUENCE; - err: - GOST_KEY_PARAMS_free(gkp); - return params; - } - -/* Parses GOST algorithm parameters from X509_ALGOR and - * modifies pkey setting NID and parameters +int gost94_nid_by_params(DSA *p) +{ + R3410_params *gost_params; + BIGNUM *q = BN_new(); + for (gost_params = R3410_paramset; gost_params->q != NULL; gost_params++) { + BN_dec2bn(&q, gost_params->q); + if (!BN_cmp(q, p->q)) { + BN_free(q); + return gost_params->nid; + } + } + BN_free(q); + return NID_undef; +} + +static ASN1_STRING *encode_gost_algor_params(const EVP_PKEY *key) +{ + ASN1_STRING *params = ASN1_STRING_new(); + GOST_KEY_PARAMS *gkp = GOST_KEY_PARAMS_new(); + int pkey_param_nid = NID_undef; + + if (!params || !gkp) { + GOSTerr(GOST_F_ENCODE_GOST_ALGOR_PARAMS, ERR_R_MALLOC_FAILURE); + ASN1_STRING_free(params); + params = NULL; + goto err; + } + switch (EVP_PKEY_base_id(key)) { + case NID_id_GostR3410_2001: + pkey_param_nid = + EC_GROUP_get_curve_name(EC_KEY_get0_group + (EVP_PKEY_get0((EVP_PKEY *)key))); + break; + case NID_id_GostR3410_94: + pkey_param_nid = + (int)gost94_nid_by_params(EVP_PKEY_get0((EVP_PKEY *)key)); + if (pkey_param_nid == NID_undef) { + GOSTerr(GOST_F_ENCODE_GOST_ALGOR_PARAMS, + GOST_R_INVALID_GOST94_PARMSET); + ASN1_STRING_free(params); + params = NULL; + goto err; + } + break; + } + gkp->key_params = OBJ_nid2obj(pkey_param_nid); + gkp->hash_params = OBJ_nid2obj(NID_id_GostR3411_94_CryptoProParamSet); + /* + * gkp->cipher_params = OBJ_nid2obj(cipher_param_nid); + */ + params->length = i2d_GOST_KEY_PARAMS(gkp, ¶ms->data); + if (params->length <= 0) { + GOSTerr(GOST_F_ENCODE_GOST_ALGOR_PARAMS, ERR_R_MALLOC_FAILURE); + ASN1_STRING_free(params); + params = NULL; + goto err; + } + params->type = V_ASN1_SEQUENCE; + err: + GOST_KEY_PARAMS_free(gkp); + return params; +} + +/* + * Parses GOST algorithm parameters from X509_ALGOR and modifies pkey setting + * NID and parameters */ -static int decode_gost_algor_params(EVP_PKEY *pkey, X509_ALGOR *palg) - { - ASN1_OBJECT *palg_obj =NULL; - int ptype = V_ASN1_UNDEF; - int pkey_nid = NID_undef,param_nid = NID_undef; - void *_pval; - ASN1_STRING *pval = NULL; - const unsigned char *p; - GOST_KEY_PARAMS *gkp = NULL; - - X509_ALGOR_get0(&palg_obj, &ptype, &_pval, palg); - pval = _pval; - if (ptype != V_ASN1_SEQUENCE) - { - GOSTerr(GOST_F_DECODE_GOST_ALGOR_PARAMS, - GOST_R_BAD_KEY_PARAMETERS_FORMAT); - return 0; - } - p=pval->data; - pkey_nid = OBJ_obj2nid(palg_obj); - - gkp = d2i_GOST_KEY_PARAMS(NULL,&p,pval->length); - if (!gkp) - { - GOSTerr(GOST_F_DECODE_GOST_ALGOR_PARAMS, - GOST_R_BAD_PKEY_PARAMETERS_FORMAT); - return 0; - } - param_nid = OBJ_obj2nid(gkp->key_params); - GOST_KEY_PARAMS_free(gkp); - EVP_PKEY_set_type(pkey,pkey_nid); - switch (pkey_nid) - { - case NID_id_GostR3410_94: - { - DSA *dsa= EVP_PKEY_get0(pkey); - if (!dsa) - { - dsa = DSA_new(); - if (!EVP_PKEY_assign(pkey,pkey_nid,dsa)) return 0; - } - if (!fill_GOST94_params(dsa,param_nid)) return 0; - break; - } - case NID_id_GostR3410_2001: - { - EC_KEY *ec = EVP_PKEY_get0(pkey); - if (!ec) - { - ec = EC_KEY_new(); - if (!EVP_PKEY_assign(pkey,pkey_nid,ec)) return 0; - } - if (!fill_GOST2001_params(ec,param_nid)) return 0; - } - } - - return 1; - } - -static int gost_set_priv_key(EVP_PKEY *pkey,BIGNUM *priv) - { - switch (EVP_PKEY_base_id(pkey)) - { - case NID_id_GostR3410_94: - { - DSA *dsa = EVP_PKEY_get0(pkey); - if (!dsa) - { - dsa = DSA_new(); - EVP_PKEY_assign(pkey,EVP_PKEY_base_id(pkey),dsa); - } - dsa->priv_key = BN_dup(priv); - if (!EVP_PKEY_missing_parameters(pkey)) - gost94_compute_public(dsa); - break; - } - case NID_id_GostR3410_2001: - { - EC_KEY *ec = EVP_PKEY_get0(pkey); - if (!ec) - { - ec = EC_KEY_new(); - EVP_PKEY_assign(pkey,EVP_PKEY_base_id(pkey),ec); - } - if (!EC_KEY_set_private_key(ec,priv)) return 0; - if (!EVP_PKEY_missing_parameters(pkey)) - gost2001_compute_public(ec); - break; - } - } - return 1; - } -BIGNUM* gost_get0_priv_key(const EVP_PKEY *pkey) - { - switch (EVP_PKEY_base_id(pkey)) - { - case NID_id_GostR3410_94: - { - DSA *dsa = EVP_PKEY_get0((EVP_PKEY *)pkey); - if (!dsa) - { - return NULL; - } - if (!dsa->priv_key) return NULL; - return dsa->priv_key; - break; - } - case NID_id_GostR3410_2001: - { - EC_KEY *ec = EVP_PKEY_get0((EVP_PKEY *)pkey); - const BIGNUM* priv; - if (!ec) - { - return NULL; - } - if (!(priv=EC_KEY_get0_private_key(ec))) return NULL; - return (BIGNUM *)priv; - break; - } - } - return NULL; - } - -static int pkey_ctrl_gost(EVP_PKEY *pkey, int op, - long arg1, void *arg2) - { - switch (op) - { - case ASN1_PKEY_CTRL_PKCS7_SIGN: - if (arg1 == 0) - { - X509_ALGOR *alg1 = NULL, *alg2 = NULL; - int nid = EVP_PKEY_base_id(pkey); - PKCS7_SIGNER_INFO_get0_algs((PKCS7_SIGNER_INFO*)arg2, - NULL, &alg1, &alg2); - X509_ALGOR_set0(alg1, OBJ_nid2obj(NID_id_GostR3411_94), - V_ASN1_NULL, 0); - if (nid == NID_undef) - { - return (-1); - } - X509_ALGOR_set0(alg2, OBJ_nid2obj(nid), V_ASN1_NULL, 0); - } - return 1; +static int decode_gost_algor_params(EVP_PKEY *pkey, X509_ALGOR *palg) +{ + ASN1_OBJECT *palg_obj = NULL; + int ptype = V_ASN1_UNDEF; + int pkey_nid = NID_undef, param_nid = NID_undef; + void *_pval; + ASN1_STRING *pval = NULL; + const unsigned char *p; + GOST_KEY_PARAMS *gkp = NULL; + + X509_ALGOR_get0(&palg_obj, &ptype, &_pval, palg); + pval = _pval; + if (ptype != V_ASN1_SEQUENCE) { + GOSTerr(GOST_F_DECODE_GOST_ALGOR_PARAMS, + GOST_R_BAD_KEY_PARAMETERS_FORMAT); + return 0; + } + p = pval->data; + pkey_nid = OBJ_obj2nid(palg_obj); + + gkp = d2i_GOST_KEY_PARAMS(NULL, &p, pval->length); + if (!gkp) { + GOSTerr(GOST_F_DECODE_GOST_ALGOR_PARAMS, + GOST_R_BAD_PKEY_PARAMETERS_FORMAT); + return 0; + } + param_nid = OBJ_obj2nid(gkp->key_params); + GOST_KEY_PARAMS_free(gkp); + EVP_PKEY_set_type(pkey, pkey_nid); + switch (pkey_nid) { + case NID_id_GostR3410_94: + { + DSA *dsa = EVP_PKEY_get0(pkey); + if (!dsa) { + dsa = DSA_new(); + if (!EVP_PKEY_assign(pkey, pkey_nid, dsa)) + return 0; + } + if (!fill_GOST94_params(dsa, param_nid)) + return 0; + break; + } + case NID_id_GostR3410_2001: + { + EC_KEY *ec = EVP_PKEY_get0(pkey); + if (!ec) { + ec = EC_KEY_new(); + if (!EVP_PKEY_assign(pkey, pkey_nid, ec)) + return 0; + } + if (!fill_GOST2001_params(ec, param_nid)) + return 0; + } + } + + return 1; +} + +static int gost_set_priv_key(EVP_PKEY *pkey, BIGNUM *priv) +{ + switch (EVP_PKEY_base_id(pkey)) { + case NID_id_GostR3410_94: + { + DSA *dsa = EVP_PKEY_get0(pkey); + if (!dsa) { + dsa = DSA_new(); + EVP_PKEY_assign(pkey, EVP_PKEY_base_id(pkey), dsa); + } + dsa->priv_key = BN_dup(priv); + if (!EVP_PKEY_missing_parameters(pkey)) + gost94_compute_public(dsa); + break; + } + case NID_id_GostR3410_2001: + { + EC_KEY *ec = EVP_PKEY_get0(pkey); + if (!ec) { + ec = EC_KEY_new(); + EVP_PKEY_assign(pkey, EVP_PKEY_base_id(pkey), ec); + } + if (!EC_KEY_set_private_key(ec, priv)) + return 0; + if (!EVP_PKEY_missing_parameters(pkey)) + gost2001_compute_public(ec); + break; + } + } + return 1; +} + +BIGNUM *gost_get0_priv_key(const EVP_PKEY *pkey) +{ + switch (EVP_PKEY_base_id(pkey)) { + case NID_id_GostR3410_94: + { + DSA *dsa = EVP_PKEY_get0((EVP_PKEY *)pkey); + if (!dsa) { + return NULL; + } + if (!dsa->priv_key) + return NULL; + return dsa->priv_key; + break; + } + case NID_id_GostR3410_2001: + { + EC_KEY *ec = EVP_PKEY_get0((EVP_PKEY *)pkey); + const BIGNUM *priv; + if (!ec) { + return NULL; + } + if (!(priv = EC_KEY_get0_private_key(ec))) + return NULL; + return (BIGNUM *)priv; + break; + } + } + return NULL; +} + +static int pkey_ctrl_gost(EVP_PKEY *pkey, int op, long arg1, void *arg2) +{ + switch (op) { + case ASN1_PKEY_CTRL_PKCS7_SIGN: + if (arg1 == 0) { + X509_ALGOR *alg1 = NULL, *alg2 = NULL; + int nid = EVP_PKEY_base_id(pkey); + PKCS7_SIGNER_INFO_get0_algs((PKCS7_SIGNER_INFO *)arg2, + NULL, &alg1, &alg2); + X509_ALGOR_set0(alg1, OBJ_nid2obj(NID_id_GostR3411_94), + V_ASN1_NULL, 0); + if (nid == NID_undef) { + return (-1); + } + X509_ALGOR_set0(alg2, OBJ_nid2obj(nid), V_ASN1_NULL, 0); + } + return 1; #ifndef OPENSSL_NO_CMS - case ASN1_PKEY_CTRL_CMS_SIGN: - if (arg1 == 0) - { - X509_ALGOR *alg1 = NULL, *alg2 = NULL; - int nid = EVP_PKEY_base_id(pkey); - CMS_SignerInfo_get0_algs((CMS_SignerInfo *)arg2, - NULL, NULL, &alg1, &alg2); - X509_ALGOR_set0(alg1, OBJ_nid2obj(NID_id_GostR3411_94), - V_ASN1_NULL, 0); - if (nid == NID_undef) - { - return (-1); - } - X509_ALGOR_set0(alg2, OBJ_nid2obj(nid), V_ASN1_NULL, 0); - } - return 1; + case ASN1_PKEY_CTRL_CMS_SIGN: + if (arg1 == 0) { + X509_ALGOR *alg1 = NULL, *alg2 = NULL; + int nid = EVP_PKEY_base_id(pkey); + CMS_SignerInfo_get0_algs((CMS_SignerInfo *)arg2, + NULL, NULL, &alg1, &alg2); + X509_ALGOR_set0(alg1, OBJ_nid2obj(NID_id_GostR3411_94), + V_ASN1_NULL, 0); + if (nid == NID_undef) { + return (-1); + } + X509_ALGOR_set0(alg2, OBJ_nid2obj(nid), V_ASN1_NULL, 0); + } + return 1; #endif - case ASN1_PKEY_CTRL_PKCS7_ENCRYPT: - if (arg1 == 0) - { - X509_ALGOR *alg; - ASN1_STRING * params = encode_gost_algor_params(pkey); - if (!params) - { - return -1; - } - PKCS7_RECIP_INFO_get0_alg((PKCS7_RECIP_INFO*)arg2, &alg); - X509_ALGOR_set0(alg, OBJ_nid2obj(pkey->type), - V_ASN1_SEQUENCE, params); - } - return 1; + case ASN1_PKEY_CTRL_PKCS7_ENCRYPT: + if (arg1 == 0) { + X509_ALGOR *alg; + ASN1_STRING *params = encode_gost_algor_params(pkey); + if (!params) { + return -1; + } + PKCS7_RECIP_INFO_get0_alg((PKCS7_RECIP_INFO *)arg2, &alg); + X509_ALGOR_set0(alg, OBJ_nid2obj(pkey->type), + V_ASN1_SEQUENCE, params); + } + return 1; #ifndef OPENSSL_NO_CMS - case ASN1_PKEY_CTRL_CMS_ENVELOPE: - if (arg1 == 0) - { - X509_ALGOR *alg = NULL; - ASN1_STRING * params = encode_gost_algor_params(pkey); - if (!params) - { - return -1; - } - CMS_RecipientInfo_ktri_get0_algs((CMS_RecipientInfo *)arg2, NULL, NULL, &alg); - X509_ALGOR_set0(alg, OBJ_nid2obj(pkey->type), - V_ASN1_SEQUENCE, params); - } - return 1; + case ASN1_PKEY_CTRL_CMS_ENVELOPE: + if (arg1 == 0) { + X509_ALGOR *alg = NULL; + ASN1_STRING *params = encode_gost_algor_params(pkey); + if (!params) { + return -1; + } + CMS_RecipientInfo_ktri_get0_algs((CMS_RecipientInfo *)arg2, NULL, + NULL, &alg); + X509_ALGOR_set0(alg, OBJ_nid2obj(pkey->type), V_ASN1_SEQUENCE, + params); + } + return 1; #endif - case ASN1_PKEY_CTRL_DEFAULT_MD_NID: - *(int *)arg2 = NID_id_GostR3411_94; - return 2; - } - - return -2; - } -/*----------------------- free functions * ------------------------------*/ -static void pkey_free_gost94(EVP_PKEY *key) - { - if (key->pkey.dsa) - { - DSA_free(key->pkey.dsa); - } - } - -static void pkey_free_gost01(EVP_PKEY *key) - { - if (key->pkey.ec) - { - EC_KEY_free(key->pkey.ec); - } - } + case ASN1_PKEY_CTRL_DEFAULT_MD_NID: + *(int *)arg2 = NID_id_GostR3411_94; + return 2; + } + + return -2; +} + +/* --------------------- free functions * ------------------------------*/ +static void pkey_free_gost94(EVP_PKEY *key) +{ + if (key->pkey.dsa) { + DSA_free(key->pkey.dsa); + } +} + +static void pkey_free_gost01(EVP_PKEY *key) +{ + if (key->pkey.ec) { + EC_KEY_free(key->pkey.ec); + } +} /* ------------------ private key functions -----------------------------*/ -static int priv_decode_gost( EVP_PKEY *pk, PKCS8_PRIV_KEY_INFO *p8inf) - { - const unsigned char *pkey_buf = NULL,*p=NULL; - int priv_len = 0; - BIGNUM *pk_num=NULL; - int ret =0; - X509_ALGOR *palg =NULL; - ASN1_OBJECT *palg_obj = NULL; - ASN1_INTEGER *priv_key=NULL; - - if (!PKCS8_pkey_get0(&palg_obj,&pkey_buf,&priv_len,&palg,p8inf)) - return 0; - p = pkey_buf; - if (!decode_gost_algor_params(pk,palg)) - { - return 0; - } - if (V_ASN1_OCTET_STRING == *p) - { - /* New format - Little endian octet string */ - unsigned char rev_buf[32]; - int i; - ASN1_OCTET_STRING *s = d2i_ASN1_OCTET_STRING(NULL,&p,priv_len); - if (!s||s->length !=32) - { - GOSTerr(GOST_F_PRIV_DECODE_GOST, - EVP_R_DECODE_ERROR); - return 0; - } - for (i=0;i<32;i++) - { - rev_buf[31-i]=s->data[i]; - } - ASN1_STRING_free(s); - pk_num = getbnfrombuf(rev_buf,32); - } - else - { - priv_key=d2i_ASN1_INTEGER(NULL,&p,priv_len); - if (!priv_key) return 0; - ret= ((pk_num = ASN1_INTEGER_to_BN(priv_key, NULL))!=NULL) ; - ASN1_INTEGER_free(priv_key); - if (!ret) - { - GOSTerr(GOST_F_PRIV_DECODE_GOST, - EVP_R_DECODE_ERROR); - return 0; - } - } - - ret= gost_set_priv_key(pk,pk_num); - BN_free(pk_num); - return ret; - } +static int priv_decode_gost(EVP_PKEY *pk, PKCS8_PRIV_KEY_INFO *p8inf) +{ + const unsigned char *pkey_buf = NULL, *p = NULL; + int priv_len = 0; + BIGNUM *pk_num = NULL; + int ret = 0; + X509_ALGOR *palg = NULL; + ASN1_OBJECT *palg_obj = NULL; + ASN1_INTEGER *priv_key = NULL; + + if (!PKCS8_pkey_get0(&palg_obj, &pkey_buf, &priv_len, &palg, p8inf)) + return 0; + p = pkey_buf; + if (!decode_gost_algor_params(pk, palg)) { + return 0; + } + if (V_ASN1_OCTET_STRING == *p) { + /* New format - Little endian octet string */ + unsigned char rev_buf[32]; + int i; + ASN1_OCTET_STRING *s = d2i_ASN1_OCTET_STRING(NULL, &p, priv_len); + if (!s || s->length != 32) { + GOSTerr(GOST_F_PRIV_DECODE_GOST, EVP_R_DECODE_ERROR); + return 0; + } + for (i = 0; i < 32; i++) { + rev_buf[31 - i] = s->data[i]; + } + ASN1_STRING_free(s); + pk_num = getbnfrombuf(rev_buf, 32); + } else { + priv_key = d2i_ASN1_INTEGER(NULL, &p, priv_len); + if (!priv_key) + return 0; + ret = ((pk_num = ASN1_INTEGER_to_BN(priv_key, NULL)) != NULL); + ASN1_INTEGER_free(priv_key); + if (!ret) { + GOSTerr(GOST_F_PRIV_DECODE_GOST, EVP_R_DECODE_ERROR); + return 0; + } + } + + ret = gost_set_priv_key(pk, pk_num); + BN_free(pk_num); + return ret; +} /* ----------------------------------------------------------------------*/ static int priv_encode_gost(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pk) - { - ASN1_OBJECT *algobj = OBJ_nid2obj(EVP_PKEY_base_id(pk)); - ASN1_STRING *params = encode_gost_algor_params(pk); - unsigned char *priv_buf = NULL; - int priv_len; - - ASN1_INTEGER *asn1key=NULL; - if (!params) - { - return 0; - } - asn1key = BN_to_ASN1_INTEGER(gost_get0_priv_key(pk),NULL); - priv_len = i2d_ASN1_INTEGER(asn1key,&priv_buf); - ASN1_INTEGER_free(asn1key); - return PKCS8_pkey_set0(p8,algobj,0,V_ASN1_SEQUENCE,params, - priv_buf,priv_len); - } +{ + ASN1_OBJECT *algobj = OBJ_nid2obj(EVP_PKEY_base_id(pk)); + ASN1_STRING *params = encode_gost_algor_params(pk); + unsigned char *priv_buf = NULL; + int priv_len; + + ASN1_INTEGER *asn1key = NULL; + if (!params) { + return 0; + } + asn1key = BN_to_ASN1_INTEGER(gost_get0_priv_key(pk), NULL); + priv_len = i2d_ASN1_INTEGER(asn1key, &priv_buf); + ASN1_INTEGER_free(asn1key); + return PKCS8_pkey_set0(p8, algobj, 0, V_ASN1_SEQUENCE, params, + priv_buf, priv_len); +} + /* --------- printing keys --------------------------------*/ static int print_gost_94(BIO *out, const EVP_PKEY *pkey, int indent, - ASN1_PCTX *pctx, int type) - { - int param_nid = NID_undef; - - if (type == 2) - { - BIGNUM *key; - - if (!BIO_indent(out,indent,128)) return 0; - BIO_printf(out,"Private key: "); - key = gost_get0_priv_key(pkey); - if (!key) - BIO_printf(out,""); - else - BN_print(out,key); - BIO_printf(out,"\n"); - } - if (type >= 1) - { - BIGNUM *pubkey; - - pubkey = ((DSA *)EVP_PKEY_get0((EVP_PKEY *)pkey))->pub_key; - BIO_indent(out,indent,128); - BIO_printf(out,"Public key: "); - BN_print(out,pubkey); - BIO_printf(out,"\n"); - } - - param_nid = gost94_nid_by_params(EVP_PKEY_get0((EVP_PKEY *)pkey)); - BIO_indent(out,indent,128); - BIO_printf(out, "Parameter set: %s\n",OBJ_nid2ln(param_nid)); - return 1; + ASN1_PCTX *pctx, int type) +{ + int param_nid = NID_undef; + + if (type == 2) { + BIGNUM *key; + + if (!BIO_indent(out, indent, 128)) + return 0; + BIO_printf(out, "Private key: "); + key = gost_get0_priv_key(pkey); + if (!key) + BIO_printf(out, ""); + else + BN_print(out, key); + BIO_printf(out, "\n"); + } + if (type >= 1) { + BIGNUM *pubkey; + + pubkey = ((DSA *)EVP_PKEY_get0((EVP_PKEY *)pkey))->pub_key; + BIO_indent(out, indent, 128); + BIO_printf(out, "Public key: "); + BN_print(out, pubkey); + BIO_printf(out, "\n"); + } + + param_nid = gost94_nid_by_params(EVP_PKEY_get0((EVP_PKEY *)pkey)); + BIO_indent(out, indent, 128); + BIO_printf(out, "Parameter set: %s\n", OBJ_nid2ln(param_nid)); + return 1; } static int param_print_gost94(BIO *out, const EVP_PKEY *pkey, int indent, - ASN1_PCTX *pctx) - { - return print_gost_94(out, pkey, indent, pctx,0); - } + ASN1_PCTX *pctx) +{ + return print_gost_94(out, pkey, indent, pctx, 0); +} static int pub_print_gost94(BIO *out, const EVP_PKEY *pkey, int indent, - ASN1_PCTX *pctx) - { - return print_gost_94(out,pkey, indent, pctx,1); - } -static int priv_print_gost94(BIO *out,const EVP_PKEY *pkey, int indent, - ASN1_PCTX *pctx) - { - return print_gost_94(out,pkey,indent,pctx,2); - } + ASN1_PCTX *pctx) +{ + return print_gost_94(out, pkey, indent, pctx, 1); +} + +static int priv_print_gost94(BIO *out, const EVP_PKEY *pkey, int indent, + ASN1_PCTX *pctx) +{ + return print_gost_94(out, pkey, indent, pctx, 2); +} static int print_gost_01(BIO *out, const EVP_PKEY *pkey, int indent, - ASN1_PCTX *pctx, int type) - { - int param_nid = NID_undef; - if (type == 2) - { - BIGNUM *key; - - if (!BIO_indent(out,indent,128)) return 0; - BIO_printf(out,"Private key: "); - key = gost_get0_priv_key(pkey); - if (!key) - BIO_printf(out,"= 1) - { - BN_CTX *ctx = BN_CTX_new(); - BIGNUM *X,*Y; - const EC_POINT *pubkey; - const EC_GROUP *group; - - if (!ctx) - { - GOSTerr(GOST_F_PRINT_GOST_01,ERR_R_MALLOC_FAILURE); - return 0; - } - BN_CTX_start(ctx); - X = BN_CTX_get(ctx); - Y = BN_CTX_get(ctx); - pubkey = EC_KEY_get0_public_key((EC_KEY *)EVP_PKEY_get0((EVP_PKEY *)pkey)); - group = EC_KEY_get0_group((EC_KEY *)EVP_PKEY_get0((EVP_PKEY *)pkey)); - if (!EC_POINT_get_affine_coordinates_GFp(group,pubkey,X,Y,ctx)) - { - GOSTerr(GOST_F_PRINT_GOST_01,ERR_R_EC_LIB); - BN_CTX_free(ctx); - return 0; - } - if (!BIO_indent(out,indent,128)) return 0; - BIO_printf(out,"Public key:\n"); - if (!BIO_indent(out,indent+3,128)) return 0; - BIO_printf(out,"X:"); - BN_print(out,X); - BIO_printf(out,"\n"); - BIO_indent(out,indent+3,128); - BIO_printf(out,"Y:"); - BN_print(out,Y); - BIO_printf(out,"\n"); - BN_CTX_end(ctx); - BN_CTX_free(ctx); - } - - param_nid = EC_GROUP_get_curve_name(EC_KEY_get0_group(EVP_PKEY_get0((EVP_PKEY *)pkey))); - if (!BIO_indent(out,indent,128)) return 0; - BIO_printf(out,"Parameter set: %s\n",OBJ_nid2ln(param_nid)); - return 1; + ASN1_PCTX *pctx, int type) +{ + int param_nid = NID_undef; + if (type == 2) { + BIGNUM *key; + + if (!BIO_indent(out, indent, 128)) + return 0; + BIO_printf(out, "Private key: "); + key = gost_get0_priv_key(pkey); + if (!key) + BIO_printf(out, "= 1) { + BN_CTX *ctx = BN_CTX_new(); + BIGNUM *X, *Y; + const EC_POINT *pubkey; + const EC_GROUP *group; + + if (!ctx) { + GOSTerr(GOST_F_PRINT_GOST_01, ERR_R_MALLOC_FAILURE); + return 0; + } + BN_CTX_start(ctx); + X = BN_CTX_get(ctx); + Y = BN_CTX_get(ctx); + pubkey = + EC_KEY_get0_public_key((EC_KEY *)EVP_PKEY_get0((EVP_PKEY *)pkey)); + group = EC_KEY_get0_group((EC_KEY *)EVP_PKEY_get0((EVP_PKEY *)pkey)); + if (!EC_POINT_get_affine_coordinates_GFp(group, pubkey, X, Y, ctx)) { + GOSTerr(GOST_F_PRINT_GOST_01, ERR_R_EC_LIB); + BN_CTX_free(ctx); + return 0; + } + if (!BIO_indent(out, indent, 128)) + return 0; + BIO_printf(out, "Public key:\n"); + if (!BIO_indent(out, indent + 3, 128)) + return 0; + BIO_printf(out, "X:"); + BN_print(out, X); + BIO_printf(out, "\n"); + BIO_indent(out, indent + 3, 128); + BIO_printf(out, "Y:"); + BN_print(out, Y); + BIO_printf(out, "\n"); + BN_CTX_end(ctx); + BN_CTX_free(ctx); + } + + param_nid = + EC_GROUP_get_curve_name(EC_KEY_get0_group + (EVP_PKEY_get0((EVP_PKEY *)pkey))); + if (!BIO_indent(out, indent, 128)) + return 0; + BIO_printf(out, "Parameter set: %s\n", OBJ_nid2ln(param_nid)); + return 1; } + static int param_print_gost01(BIO *out, const EVP_PKEY *pkey, int indent, - ASN1_PCTX *pctx) - { - return print_gost_01(out,pkey,indent,pctx,0); - } + ASN1_PCTX *pctx) +{ + return print_gost_01(out, pkey, indent, pctx, 0); +} + static int pub_print_gost01(BIO *out, const EVP_PKEY *pkey, int indent, - ASN1_PCTX *pctx) - { - return print_gost_01(out,pkey, indent, pctx,1); - } -static int priv_print_gost01(BIO *out,const EVP_PKEY *pkey, int indent, - ASN1_PCTX *pctx) - { - return print_gost_01(out,pkey,indent,pctx,2); - } + ASN1_PCTX *pctx) +{ + return print_gost_01(out, pkey, indent, pctx, 1); +} + +static int priv_print_gost01(BIO *out, const EVP_PKEY *pkey, int indent, + ASN1_PCTX *pctx) +{ + return print_gost_01(out, pkey, indent, pctx, 2); +} + /* ---------------------------------------------------------------------*/ -static int param_missing_gost94(const EVP_PKEY *pk) - { - const DSA *dsa = EVP_PKEY_get0((EVP_PKEY *)pk); - if (!dsa) return 1; - if (!dsa->q) return 1; - return 0; - } - -static int param_missing_gost01(const EVP_PKEY *pk) - { - const EC_KEY *ec = EVP_PKEY_get0((EVP_PKEY *)pk); - if (!ec) return 1; - if (!EC_KEY_get0_group(ec)) return 1; - return 0; - } - -static int param_copy_gost94(EVP_PKEY *to, const EVP_PKEY *from) - { - const DSA *dfrom = EVP_PKEY_get0((EVP_PKEY *)from); - DSA *dto = EVP_PKEY_get0(to); - if (EVP_PKEY_base_id(from) != EVP_PKEY_base_id(to)) - { - GOSTerr(GOST_F_PARAM_COPY_GOST94, - GOST_R_INCOMPATIBLE_ALGORITHMS); - return 0; - } - if (!dfrom) - { - GOSTerr(GOST_F_PARAM_COPY_GOST94, - GOST_R_KEY_PARAMETERS_MISSING); - return 0; - } - if (!dto) - { - dto = DSA_new(); - EVP_PKEY_assign(to,EVP_PKEY_base_id(from),dto); - } -#define COPYBIGNUM(a,b,x) if (a->x) BN_free(a->x); a->x=BN_dup(b->x); - COPYBIGNUM(dto,dfrom,p) - COPYBIGNUM(dto,dfrom,q) - COPYBIGNUM(dto,dfrom,g) - - if (dto->priv_key) - gost94_compute_public(dto); - return 1; - } -static int param_copy_gost01(EVP_PKEY *to, const EVP_PKEY *from) - { - EC_KEY *eto = EVP_PKEY_get0(to); - const EC_KEY *efrom = EVP_PKEY_get0((EVP_PKEY *)from); - if (EVP_PKEY_base_id(from) != EVP_PKEY_base_id(to)) - { - GOSTerr(GOST_F_PARAM_COPY_GOST01, - GOST_R_INCOMPATIBLE_ALGORITHMS); - return 0; - } - if (!efrom) - { - GOSTerr(GOST_F_PARAM_COPY_GOST01, - GOST_R_KEY_PARAMETERS_MISSING); - return 0; - } - if (!eto) - { - eto = EC_KEY_new(); - EVP_PKEY_assign(to,EVP_PKEY_base_id(from),eto); - } - EC_KEY_set_group(eto,EC_KEY_get0_group(efrom)); - if (EC_KEY_get0_private_key(eto)) - { - gost2001_compute_public(eto); - } - return 1; - } - -static int param_cmp_gost94(const EVP_PKEY *a, const EVP_PKEY *b) - { - const DSA *da = EVP_PKEY_get0((EVP_PKEY *)a); - const DSA *db = EVP_PKEY_get0((EVP_PKEY *)b); - if (!BN_cmp(da->q,db->q)) return 1; - return 0; - } - -static int param_cmp_gost01(const EVP_PKEY *a, const EVP_PKEY *b) - { - if (EC_GROUP_get_curve_name(EC_KEY_get0_group(EVP_PKEY_get0((EVP_PKEY *)a)))== - EC_GROUP_get_curve_name(EC_KEY_get0_group(EVP_PKEY_get0((EVP_PKEY *)b)))) - { - return 1; - } - return 0; - - } +static int param_missing_gost94(const EVP_PKEY *pk) +{ + const DSA *dsa = EVP_PKEY_get0((EVP_PKEY *)pk); + if (!dsa) + return 1; + if (!dsa->q) + return 1; + return 0; +} + +static int param_missing_gost01(const EVP_PKEY *pk) +{ + const EC_KEY *ec = EVP_PKEY_get0((EVP_PKEY *)pk); + if (!ec) + return 1; + if (!EC_KEY_get0_group(ec)) + return 1; + return 0; +} + +static int param_copy_gost94(EVP_PKEY *to, const EVP_PKEY *from) +{ + const DSA *dfrom = EVP_PKEY_get0((EVP_PKEY *)from); + DSA *dto = EVP_PKEY_get0(to); + if (EVP_PKEY_base_id(from) != EVP_PKEY_base_id(to)) { + GOSTerr(GOST_F_PARAM_COPY_GOST94, GOST_R_INCOMPATIBLE_ALGORITHMS); + return 0; + } + if (!dfrom) { + GOSTerr(GOST_F_PARAM_COPY_GOST94, GOST_R_KEY_PARAMETERS_MISSING); + return 0; + } + if (!dto) { + dto = DSA_new(); + EVP_PKEY_assign(to, EVP_PKEY_base_id(from), dto); + } +#define COPYBIGNUM(a,b,x) if (a->x) BN_free(a->x); a->x=BN_dup(b->x); + COPYBIGNUM(dto, dfrom, p) + COPYBIGNUM(dto, dfrom, q) + COPYBIGNUM(dto, dfrom, g) + + if (dto->priv_key) + gost94_compute_public(dto); + return 1; +} + +static int param_copy_gost01(EVP_PKEY *to, const EVP_PKEY *from) +{ + EC_KEY *eto = EVP_PKEY_get0(to); + const EC_KEY *efrom = EVP_PKEY_get0((EVP_PKEY *)from); + if (EVP_PKEY_base_id(from) != EVP_PKEY_base_id(to)) { + GOSTerr(GOST_F_PARAM_COPY_GOST01, GOST_R_INCOMPATIBLE_ALGORITHMS); + return 0; + } + if (!efrom) { + GOSTerr(GOST_F_PARAM_COPY_GOST01, GOST_R_KEY_PARAMETERS_MISSING); + return 0; + } + if (!eto) { + eto = EC_KEY_new(); + EVP_PKEY_assign(to, EVP_PKEY_base_id(from), eto); + } + EC_KEY_set_group(eto, EC_KEY_get0_group(efrom)); + if (EC_KEY_get0_private_key(eto)) { + gost2001_compute_public(eto); + } + return 1; +} + +static int param_cmp_gost94(const EVP_PKEY *a, const EVP_PKEY *b) +{ + const DSA *da = EVP_PKEY_get0((EVP_PKEY *)a); + const DSA *db = EVP_PKEY_get0((EVP_PKEY *)b); + if (!BN_cmp(da->q, db->q)) + return 1; + return 0; +} + +static int param_cmp_gost01(const EVP_PKEY *a, const EVP_PKEY *b) +{ + if (EC_GROUP_get_curve_name + (EC_KEY_get0_group(EVP_PKEY_get0((EVP_PKEY *)a))) == + EC_GROUP_get_curve_name(EC_KEY_get0_group + (EVP_PKEY_get0((EVP_PKEY *)b)))) { + return 1; + } + return 0; + +} /* ---------- Public key functions * --------------------------------------*/ static int pub_decode_gost94(EVP_PKEY *pk, X509_PUBKEY *pub) - { - X509_ALGOR *palg = NULL; - const unsigned char *pubkey_buf = NULL; - unsigned char *databuf; - ASN1_OBJECT *palgobj = NULL; - int pub_len,i,j; - DSA *dsa; - ASN1_OCTET_STRING *octet= NULL; - - if (!X509_PUBKEY_get0_param(&palgobj,&pubkey_buf,&pub_len, - &palg, pub)) return 0; - EVP_PKEY_assign(pk,OBJ_obj2nid(palgobj),NULL); - if (!decode_gost_algor_params(pk,palg)) return 0; - octet = d2i_ASN1_OCTET_STRING(NULL,&pubkey_buf,pub_len); - if (!octet) - { - GOSTerr(GOST_F_PUB_DECODE_GOST94,ERR_R_MALLOC_FAILURE); - return 0; - } - databuf = OPENSSL_malloc(octet->length); - for (i=0,j=octet->length-1;ilength;i++,j--) - { - databuf[j]=octet->data[i]; - } - dsa = EVP_PKEY_get0(pk); - dsa->pub_key=BN_bin2bn(databuf,octet->length,NULL); - ASN1_OCTET_STRING_free(octet); - OPENSSL_free(databuf); - return 1; - - } - -static int pub_encode_gost94(X509_PUBKEY *pub,const EVP_PKEY *pk) - { - ASN1_OBJECT *algobj = NULL; - ASN1_OCTET_STRING *octet = NULL; - void *pval = NULL; - unsigned char *buf=NULL,*databuf,*sptr; - int i,j,data_len,ret=0; - - int ptype = V_ASN1_UNDEF; - DSA *dsa = EVP_PKEY_get0((EVP_PKEY *)pk); - algobj = OBJ_nid2obj(EVP_PKEY_base_id(pk)); - if (pk->save_parameters) - { - ASN1_STRING *params = encode_gost_algor_params(pk); - pval = params; - ptype = V_ASN1_SEQUENCE; - } - data_len = BN_num_bytes(dsa->pub_key); - databuf = OPENSSL_malloc(data_len); - BN_bn2bin(dsa->pub_key,databuf); - octet = ASN1_OCTET_STRING_new(); - ASN1_STRING_set(octet,NULL,data_len); - sptr = ASN1_STRING_data(octet); - for (i=0,j=data_len-1; i< data_len;i++,j--) - { - sptr[i]=databuf[j]; - } - OPENSSL_free(databuf); - ret = i2d_ASN1_OCTET_STRING(octet,&buf); - ASN1_BIT_STRING_free(octet); - if (ret <0) return 0; - return X509_PUBKEY_set0_param(pub,algobj,ptype,pval,buf,ret); - } - -static int pub_decode_gost01(EVP_PKEY *pk,X509_PUBKEY *pub) - { - X509_ALGOR *palg = NULL; - const unsigned char *pubkey_buf = NULL; - unsigned char *databuf; - ASN1_OBJECT *palgobj = NULL; - int pub_len,i,j; - EC_POINT *pub_key; - BIGNUM *X,*Y; - ASN1_OCTET_STRING *octet= NULL; - int len; - const EC_GROUP *group; - - if (!X509_PUBKEY_get0_param(&palgobj,&pubkey_buf,&pub_len, - &palg, pub)) return 0; - EVP_PKEY_assign(pk,OBJ_obj2nid(palgobj),NULL); - if (!decode_gost_algor_params(pk,palg)) return 0; - group = EC_KEY_get0_group(EVP_PKEY_get0(pk)); - octet = d2i_ASN1_OCTET_STRING(NULL,&pubkey_buf,pub_len); - if (!octet) - { - GOSTerr(GOST_F_PUB_DECODE_GOST01,ERR_R_MALLOC_FAILURE); - return 0; - } - databuf = OPENSSL_malloc(octet->length); - for (i=0,j=octet->length-1;ilength;i++,j--) - { - databuf[j]=octet->data[i]; - } - len=octet->length/2; - ASN1_OCTET_STRING_free(octet); - - Y= getbnfrombuf(databuf,len); - X= getbnfrombuf(databuf+len,len); - OPENSSL_free(databuf); - pub_key = EC_POINT_new(group); - if (!EC_POINT_set_affine_coordinates_GFp(group - ,pub_key,X,Y,NULL)) - { - GOSTerr(GOST_F_PUB_DECODE_GOST01, - ERR_R_EC_LIB); - EC_POINT_free(pub_key); - BN_free(X); - BN_free(Y); - return 0; - } - BN_free(X); - BN_free(Y); - if (!EC_KEY_set_public_key(EVP_PKEY_get0(pk),pub_key)) - { - GOSTerr(GOST_F_PUB_DECODE_GOST01, - ERR_R_EC_LIB); - EC_POINT_free(pub_key); - return 0; - } - EC_POINT_free(pub_key); - return 1; - - } - -static int pub_encode_gost01(X509_PUBKEY *pub,const EVP_PKEY *pk) - { - ASN1_OBJECT *algobj = NULL; - ASN1_OCTET_STRING *octet = NULL; - void *pval = NULL; - unsigned char *buf=NULL,*databuf,*sptr; - int i,j,data_len,ret=0; - const EC_POINT *pub_key; - BIGNUM *X,*Y,*order; - const EC_KEY *ec = EVP_PKEY_get0((EVP_PKEY *)pk); - int ptype = V_ASN1_UNDEF; - - algobj = OBJ_nid2obj(EVP_PKEY_base_id(pk)); - if (pk->save_parameters) - { - ASN1_STRING *params = encode_gost_algor_params(pk); - pval = params; - ptype = V_ASN1_SEQUENCE; - } - order = BN_new(); - EC_GROUP_get_order(EC_KEY_get0_group(ec),order,NULL); - pub_key=EC_KEY_get0_public_key(ec); - if (!pub_key) - { - GOSTerr(GOST_F_PUB_ENCODE_GOST01, - GOST_R_PUBLIC_KEY_UNDEFINED); - return 0; - } - X=BN_new(); - Y=BN_new(); - EC_POINT_get_affine_coordinates_GFp(EC_KEY_get0_group(ec), - pub_key,X,Y,NULL); - data_len = 2*BN_num_bytes(order); - BN_free(order); - databuf = OPENSSL_malloc(data_len); - memset(databuf,0,data_len); - - store_bignum(X,databuf+data_len/2,data_len/2); - store_bignum(Y,databuf,data_len/2); - - BN_free(X); - BN_free(Y); - octet = ASN1_OCTET_STRING_new(); - ASN1_STRING_set(octet,NULL,data_len); - sptr=ASN1_STRING_data(octet); - for (i=0,j=data_len-1;ilength); + for (i = 0, j = octet->length - 1; i < octet->length; i++, j--) { + databuf[j] = octet->data[i]; + } + dsa = EVP_PKEY_get0(pk); + dsa->pub_key = BN_bin2bn(databuf, octet->length, NULL); + ASN1_OCTET_STRING_free(octet); OPENSSL_free(databuf); - ret = i2d_ASN1_OCTET_STRING(octet,&buf); - ASN1_BIT_STRING_free(octet); - if (ret <0) return 0; - return X509_PUBKEY_set0_param(pub,algobj,ptype,pval,buf,ret); - } + return 1; -static int pub_cmp_gost94(const EVP_PKEY *a, const EVP_PKEY *b) - { - const DSA *da = EVP_PKEY_get0((EVP_PKEY *)a); - const DSA *db = EVP_PKEY_get0((EVP_PKEY *)b); - if (da && db && da->pub_key && db->pub_key - && !BN_cmp(da->pub_key,db->pub_key)) - { - return 1; - } - return 0; - } - -static int pub_cmp_gost01(const EVP_PKEY *a,const EVP_PKEY *b) - { - const EC_KEY *ea = EVP_PKEY_get0((EVP_PKEY *)a); - const EC_KEY *eb = EVP_PKEY_get0((EVP_PKEY *)b); - const EC_POINT *ka,*kb; - int ret=0; - if (!ea || !eb) return 0; - ka = EC_KEY_get0_public_key(ea); - kb = EC_KEY_get0_public_key(eb); - if (!ka || !kb) return 0; - ret = (0==EC_POINT_cmp(EC_KEY_get0_group(ea),ka,kb,NULL)) ; - return ret; - } +} + +static int pub_encode_gost94(X509_PUBKEY *pub, const EVP_PKEY *pk) +{ + ASN1_OBJECT *algobj = NULL; + ASN1_OCTET_STRING *octet = NULL; + void *pval = NULL; + unsigned char *buf = NULL, *databuf, *sptr; + int i, j, data_len, ret = 0; + + int ptype = V_ASN1_UNDEF; + DSA *dsa = EVP_PKEY_get0((EVP_PKEY *)pk); + algobj = OBJ_nid2obj(EVP_PKEY_base_id(pk)); + if (pk->save_parameters) { + ASN1_STRING *params = encode_gost_algor_params(pk); + pval = params; + ptype = V_ASN1_SEQUENCE; + } + data_len = BN_num_bytes(dsa->pub_key); + databuf = OPENSSL_malloc(data_len); + BN_bn2bin(dsa->pub_key, databuf); + octet = ASN1_OCTET_STRING_new(); + ASN1_STRING_set(octet, NULL, data_len); + sptr = ASN1_STRING_data(octet); + for (i = 0, j = data_len - 1; i < data_len; i++, j--) { + sptr[i] = databuf[j]; + } + OPENSSL_free(databuf); + ret = i2d_ASN1_OCTET_STRING(octet, &buf); + ASN1_BIT_STRING_free(octet); + if (ret < 0) + return 0; + return X509_PUBKEY_set0_param(pub, algobj, ptype, pval, buf, ret); +} +static int pub_decode_gost01(EVP_PKEY *pk, X509_PUBKEY *pub) +{ + X509_ALGOR *palg = NULL; + const unsigned char *pubkey_buf = NULL; + unsigned char *databuf; + ASN1_OBJECT *palgobj = NULL; + int pub_len, i, j; + EC_POINT *pub_key; + BIGNUM *X, *Y; + ASN1_OCTET_STRING *octet = NULL; + int len; + const EC_GROUP *group; + + if (!X509_PUBKEY_get0_param(&palgobj, &pubkey_buf, &pub_len, &palg, pub)) + return 0; + EVP_PKEY_assign(pk, OBJ_obj2nid(palgobj), NULL); + if (!decode_gost_algor_params(pk, palg)) + return 0; + group = EC_KEY_get0_group(EVP_PKEY_get0(pk)); + octet = d2i_ASN1_OCTET_STRING(NULL, &pubkey_buf, pub_len); + if (!octet) { + GOSTerr(GOST_F_PUB_DECODE_GOST01, ERR_R_MALLOC_FAILURE); + return 0; + } + databuf = OPENSSL_malloc(octet->length); + for (i = 0, j = octet->length - 1; i < octet->length; i++, j--) { + databuf[j] = octet->data[i]; + } + len = octet->length / 2; + ASN1_OCTET_STRING_free(octet); + + Y = getbnfrombuf(databuf, len); + X = getbnfrombuf(databuf + len, len); + OPENSSL_free(databuf); + pub_key = EC_POINT_new(group); + if (!EC_POINT_set_affine_coordinates_GFp(group, pub_key, X, Y, NULL)) { + GOSTerr(GOST_F_PUB_DECODE_GOST01, ERR_R_EC_LIB); + EC_POINT_free(pub_key); + BN_free(X); + BN_free(Y); + return 0; + } + BN_free(X); + BN_free(Y); + if (!EC_KEY_set_public_key(EVP_PKEY_get0(pk), pub_key)) { + GOSTerr(GOST_F_PUB_DECODE_GOST01, ERR_R_EC_LIB); + EC_POINT_free(pub_key); + return 0; + } + EC_POINT_free(pub_key); + return 1; + +} + +static int pub_encode_gost01(X509_PUBKEY *pub, const EVP_PKEY *pk) +{ + ASN1_OBJECT *algobj = NULL; + ASN1_OCTET_STRING *octet = NULL; + void *pval = NULL; + unsigned char *buf = NULL, *databuf, *sptr; + int i, j, data_len, ret = 0; + const EC_POINT *pub_key; + BIGNUM *X, *Y, *order; + const EC_KEY *ec = EVP_PKEY_get0((EVP_PKEY *)pk); + int ptype = V_ASN1_UNDEF; + + algobj = OBJ_nid2obj(EVP_PKEY_base_id(pk)); + if (pk->save_parameters) { + ASN1_STRING *params = encode_gost_algor_params(pk); + pval = params; + ptype = V_ASN1_SEQUENCE; + } + order = BN_new(); + EC_GROUP_get_order(EC_KEY_get0_group(ec), order, NULL); + pub_key = EC_KEY_get0_public_key(ec); + if (!pub_key) { + GOSTerr(GOST_F_PUB_ENCODE_GOST01, GOST_R_PUBLIC_KEY_UNDEFINED); + return 0; + } + X = BN_new(); + Y = BN_new(); + EC_POINT_get_affine_coordinates_GFp(EC_KEY_get0_group(ec), + pub_key, X, Y, NULL); + data_len = 2 * BN_num_bytes(order); + BN_free(order); + databuf = OPENSSL_malloc(data_len); + memset(databuf, 0, data_len); + + store_bignum(X, databuf + data_len / 2, data_len / 2); + store_bignum(Y, databuf, data_len / 2); + + BN_free(X); + BN_free(Y); + octet = ASN1_OCTET_STRING_new(); + ASN1_STRING_set(octet, NULL, data_len); + sptr = ASN1_STRING_data(octet); + for (i = 0, j = data_len - 1; i < data_len; i++, j--) { + sptr[i] = databuf[j]; + } + OPENSSL_free(databuf); + ret = i2d_ASN1_OCTET_STRING(octet, &buf); + ASN1_BIT_STRING_free(octet); + if (ret < 0) + return 0; + return X509_PUBKEY_set0_param(pub, algobj, ptype, pval, buf, ret); +} +static int pub_cmp_gost94(const EVP_PKEY *a, const EVP_PKEY *b) +{ + const DSA *da = EVP_PKEY_get0((EVP_PKEY *)a); + const DSA *db = EVP_PKEY_get0((EVP_PKEY *)b); + if (da && db && da->pub_key && db->pub_key + && !BN_cmp(da->pub_key, db->pub_key)) { + return 1; + } + return 0; +} +static int pub_cmp_gost01(const EVP_PKEY *a, const EVP_PKEY *b) +{ + const EC_KEY *ea = EVP_PKEY_get0((EVP_PKEY *)a); + const EC_KEY *eb = EVP_PKEY_get0((EVP_PKEY *)b); + const EC_POINT *ka, *kb; + int ret = 0; + if (!ea || !eb) + return 0; + ka = EC_KEY_get0_public_key(ea); + kb = EC_KEY_get0_public_key(eb); + if (!ka || !kb) + return 0; + ret = (0 == EC_POINT_cmp(EC_KEY_get0_group(ea), ka, kb, NULL)); + return ret; +} static int pkey_size_gost(const EVP_PKEY *pk) - { - return 64; - } +{ + return 64; +} static int pkey_bits_gost(const EVP_PKEY *pk) - { - return 256; - } -/*------------------------ ASN1 METHOD for GOST MAC -------------------*/ -static void mackey_free_gost(EVP_PKEY *pk) - { - if (pk->pkey.ptr) { - OPENSSL_free(pk->pkey.ptr); - } - } +{ + return 256; +} + +/* ---------------------- ASN1 METHOD for GOST MAC -------------------*/ +static void mackey_free_gost(EVP_PKEY *pk) +{ + if (pk->pkey.ptr) { + OPENSSL_free(pk->pkey.ptr); + } +} + static int mac_ctrl_gost(EVP_PKEY *pkey, int op, long arg1, void *arg2) { - switch (op) - { - case ASN1_PKEY_CTRL_DEFAULT_MD_NID: - *(int *)arg2 = NID_id_Gost28147_89_MAC; - return 2; - } - return -2; -} - -static int gost94_param_encode(const EVP_PKEY *pkey, unsigned char **pder) -{ - int nid=gost94_nid_by_params(EVP_PKEY_get0((EVP_PKEY *)pkey)); - return i2d_ASN1_OBJECT(OBJ_nid2obj(nid),pder); -} -static int gost2001_param_encode(const EVP_PKEY *pkey, unsigned char **pder) -{ - int nid = EC_GROUP_get_curve_name(EC_KEY_get0_group(EVP_PKEY_get0((EVP_PKEY *)pkey))); - return i2d_ASN1_OBJECT(OBJ_nid2obj(nid),pder); -} - -static int gost94_param_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) -{ - ASN1_OBJECT *obj=NULL; - DSA *dsa = EVP_PKEY_get0(pkey); - int nid; - if (d2i_ASN1_OBJECT(&obj,pder,derlen)==NULL) { - return 0; - } - nid = OBJ_obj2nid(obj); - ASN1_OBJECT_free(obj); - if (!dsa) - { - dsa=DSA_new(); - if (!EVP_PKEY_assign(pkey,NID_id_GostR3410_94,dsa)) return 0; - } - if (!fill_GOST94_params(dsa,nid)) return 0; - return 1; -} - -static int gost2001_param_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) { - ASN1_OBJECT *obj=NULL; - int nid; - EC_KEY *ec = EVP_PKEY_get0(pkey); - if (d2i_ASN1_OBJECT(&obj,pder,derlen)==NULL) { - return 0; - } - nid = OBJ_obj2nid(obj); - ASN1_OBJECT_free(obj); - if (!ec) - { - ec = EC_KEY_new(); - if (!EVP_PKEY_assign(pkey,NID_id_GostR3410_2001,ec)) return 0; - } - if (!fill_GOST2001_params(ec, nid)) return 0; - return 1; -} + switch (op) { + case ASN1_PKEY_CTRL_DEFAULT_MD_NID: + *(int *)arg2 = NID_id_Gost28147_89_MAC; + return 2; + } + return -2; +} +static int gost94_param_encode(const EVP_PKEY *pkey, unsigned char **pder) +{ + int nid = gost94_nid_by_params(EVP_PKEY_get0((EVP_PKEY *)pkey)); + return i2d_ASN1_OBJECT(OBJ_nid2obj(nid), pder); +} +static int gost2001_param_encode(const EVP_PKEY *pkey, unsigned char **pder) +{ + int nid = + EC_GROUP_get_curve_name(EC_KEY_get0_group + (EVP_PKEY_get0((EVP_PKEY *)pkey))); + return i2d_ASN1_OBJECT(OBJ_nid2obj(nid), pder); +} +static int gost94_param_decode(EVP_PKEY *pkey, const unsigned char **pder, + int derlen) +{ + ASN1_OBJECT *obj = NULL; + DSA *dsa = EVP_PKEY_get0(pkey); + int nid; + if (d2i_ASN1_OBJECT(&obj, pder, derlen) == NULL) { + return 0; + } + nid = OBJ_obj2nid(obj); + ASN1_OBJECT_free(obj); + if (!dsa) { + dsa = DSA_new(); + if (!EVP_PKEY_assign(pkey, NID_id_GostR3410_94, dsa)) + return 0; + } + if (!fill_GOST94_params(dsa, nid)) + return 0; + return 1; +} +static int gost2001_param_decode(EVP_PKEY *pkey, const unsigned char **pder, + int derlen) +{ + ASN1_OBJECT *obj = NULL; + int nid; + EC_KEY *ec = EVP_PKEY_get0(pkey); + if (d2i_ASN1_OBJECT(&obj, pder, derlen) == NULL) { + return 0; + } + nid = OBJ_obj2nid(obj); + ASN1_OBJECT_free(obj); + if (!ec) { + ec = EC_KEY_new(); + if (!EVP_PKEY_assign(pkey, NID_id_GostR3410_2001, ec)) + return 0; + } + if (!fill_GOST2001_params(ec, nid)) + return 0; + return 1; +} /* ----------------------------------------------------------------------*/ -int register_ameth_gost (int nid, EVP_PKEY_ASN1_METHOD **ameth, const char* pemstr, const char* info) - { - *ameth = EVP_PKEY_asn1_new(nid, - ASN1_PKEY_SIGPARAM_NULL, pemstr, info); - if (!*ameth) return 0; - switch (nid) - { - case NID_id_GostR3410_94: - EVP_PKEY_asn1_set_free (*ameth, pkey_free_gost94); - EVP_PKEY_asn1_set_private (*ameth, - priv_decode_gost, priv_encode_gost, - priv_print_gost94); - - EVP_PKEY_asn1_set_param (*ameth, - gost94_param_decode, gost94_param_encode, - param_missing_gost94, param_copy_gost94, - param_cmp_gost94,param_print_gost94 ); - EVP_PKEY_asn1_set_public (*ameth, - pub_decode_gost94, pub_encode_gost94, - pub_cmp_gost94, pub_print_gost94, - pkey_size_gost, pkey_bits_gost); - - EVP_PKEY_asn1_set_ctrl (*ameth, pkey_ctrl_gost); - break; - case NID_id_GostR3410_2001: - EVP_PKEY_asn1_set_free (*ameth, pkey_free_gost01); - EVP_PKEY_asn1_set_private (*ameth, - priv_decode_gost, priv_encode_gost, - priv_print_gost01); - - EVP_PKEY_asn1_set_param (*ameth, - gost2001_param_decode, gost2001_param_encode, - param_missing_gost01, param_copy_gost01, - param_cmp_gost01, param_print_gost01); - EVP_PKEY_asn1_set_public (*ameth, - pub_decode_gost01, pub_encode_gost01, - pub_cmp_gost01, pub_print_gost01, - pkey_size_gost, pkey_bits_gost); - - EVP_PKEY_asn1_set_ctrl (*ameth, pkey_ctrl_gost); - break; - case NID_id_Gost28147_89_MAC: - EVP_PKEY_asn1_set_free(*ameth, mackey_free_gost); - EVP_PKEY_asn1_set_ctrl(*ameth,mac_ctrl_gost); - break; - } - return 1; - } +int register_ameth_gost(int nid, EVP_PKEY_ASN1_METHOD **ameth, + const char *pemstr, const char *info) +{ + *ameth = EVP_PKEY_asn1_new(nid, ASN1_PKEY_SIGPARAM_NULL, pemstr, info); + if (!*ameth) + return 0; + switch (nid) { + case NID_id_GostR3410_94: + EVP_PKEY_asn1_set_free(*ameth, pkey_free_gost94); + EVP_PKEY_asn1_set_private(*ameth, + priv_decode_gost, priv_encode_gost, + priv_print_gost94); + + EVP_PKEY_asn1_set_param(*ameth, + gost94_param_decode, gost94_param_encode, + param_missing_gost94, param_copy_gost94, + param_cmp_gost94, param_print_gost94); + EVP_PKEY_asn1_set_public(*ameth, + pub_decode_gost94, pub_encode_gost94, + pub_cmp_gost94, pub_print_gost94, + pkey_size_gost, pkey_bits_gost); + + EVP_PKEY_asn1_set_ctrl(*ameth, pkey_ctrl_gost); + break; + case NID_id_GostR3410_2001: + EVP_PKEY_asn1_set_free(*ameth, pkey_free_gost01); + EVP_PKEY_asn1_set_private(*ameth, + priv_decode_gost, priv_encode_gost, + priv_print_gost01); + + EVP_PKEY_asn1_set_param(*ameth, + gost2001_param_decode, gost2001_param_encode, + param_missing_gost01, param_copy_gost01, + param_cmp_gost01, param_print_gost01); + EVP_PKEY_asn1_set_public(*ameth, + pub_decode_gost01, pub_encode_gost01, + pub_cmp_gost01, pub_print_gost01, + pkey_size_gost, pkey_bits_gost); + + EVP_PKEY_asn1_set_ctrl(*ameth, pkey_ctrl_gost); + break; + case NID_id_Gost28147_89_MAC: + EVP_PKEY_asn1_set_free(*ameth, mackey_free_gost); + EVP_PKEY_asn1_set_ctrl(*ameth, mac_ctrl_gost); + break; + } + return 1; +} diff --git a/openssl/engines/ccgost/gost_asn1.c b/openssl/engines/ccgost/gost_asn1.c index 318ecfce5..11686339b 100644 --- a/openssl/engines/ccgost/gost_asn1.c +++ b/openssl/engines/ccgost/gost_asn1.c @@ -12,44 +12,45 @@ #include "gost_lcl.h" ASN1_NDEF_SEQUENCE(GOST_KEY_TRANSPORT) = { - ASN1_SIMPLE(GOST_KEY_TRANSPORT, key_info, GOST_KEY_INFO), - ASN1_IMP(GOST_KEY_TRANSPORT, key_agreement_info, GOST_KEY_AGREEMENT_INFO, 0) + ASN1_SIMPLE(GOST_KEY_TRANSPORT, key_info, GOST_KEY_INFO), + ASN1_IMP(GOST_KEY_TRANSPORT, key_agreement_info, GOST_KEY_AGREEMENT_INFO, 0) } ASN1_NDEF_SEQUENCE_END(GOST_KEY_TRANSPORT) IMPLEMENT_ASN1_FUNCTIONS(GOST_KEY_TRANSPORT) ASN1_NDEF_SEQUENCE(GOST_KEY_INFO) = { - ASN1_SIMPLE(GOST_KEY_INFO, encrypted_key, ASN1_OCTET_STRING), - ASN1_SIMPLE(GOST_KEY_INFO, imit, ASN1_OCTET_STRING) + ASN1_SIMPLE(GOST_KEY_INFO, encrypted_key, ASN1_OCTET_STRING), + ASN1_SIMPLE(GOST_KEY_INFO, imit, ASN1_OCTET_STRING) } ASN1_NDEF_SEQUENCE_END(GOST_KEY_INFO) IMPLEMENT_ASN1_FUNCTIONS(GOST_KEY_INFO) ASN1_NDEF_SEQUENCE(GOST_KEY_AGREEMENT_INFO) = { - ASN1_SIMPLE(GOST_KEY_AGREEMENT_INFO, cipher, ASN1_OBJECT), - ASN1_IMP_OPT(GOST_KEY_AGREEMENT_INFO, ephem_key, X509_PUBKEY, 0), - ASN1_SIMPLE(GOST_KEY_AGREEMENT_INFO, eph_iv, ASN1_OCTET_STRING) + ASN1_SIMPLE(GOST_KEY_AGREEMENT_INFO, cipher, ASN1_OBJECT), + ASN1_IMP_OPT(GOST_KEY_AGREEMENT_INFO, ephem_key, X509_PUBKEY, 0), + ASN1_SIMPLE(GOST_KEY_AGREEMENT_INFO, eph_iv, ASN1_OCTET_STRING) } ASN1_NDEF_SEQUENCE_END(GOST_KEY_AGREEMENT_INFO) IMPLEMENT_ASN1_FUNCTIONS(GOST_KEY_AGREEMENT_INFO) ASN1_NDEF_SEQUENCE(GOST_KEY_PARAMS) = { - ASN1_SIMPLE(GOST_KEY_PARAMS, key_params, ASN1_OBJECT), - ASN1_SIMPLE(GOST_KEY_PARAMS, hash_params, ASN1_OBJECT), - ASN1_OPT(GOST_KEY_PARAMS, cipher_params, ASN1_OBJECT), + ASN1_SIMPLE(GOST_KEY_PARAMS, key_params, ASN1_OBJECT), + ASN1_SIMPLE(GOST_KEY_PARAMS, hash_params, ASN1_OBJECT), + ASN1_OPT(GOST_KEY_PARAMS, cipher_params, ASN1_OBJECT), } ASN1_NDEF_SEQUENCE_END(GOST_KEY_PARAMS) IMPLEMENT_ASN1_FUNCTIONS(GOST_KEY_PARAMS) ASN1_NDEF_SEQUENCE(GOST_CIPHER_PARAMS) = { - ASN1_SIMPLE(GOST_CIPHER_PARAMS, iv, ASN1_OCTET_STRING), - ASN1_SIMPLE(GOST_CIPHER_PARAMS, enc_param_set, ASN1_OBJECT), + ASN1_SIMPLE(GOST_CIPHER_PARAMS, iv, ASN1_OCTET_STRING), + ASN1_SIMPLE(GOST_CIPHER_PARAMS, enc_param_set, ASN1_OBJECT), } ASN1_NDEF_SEQUENCE_END(GOST_CIPHER_PARAMS) IMPLEMENT_ASN1_FUNCTIONS(GOST_CIPHER_PARAMS) -ASN1_NDEF_SEQUENCE(GOST_CLIENT_KEY_EXCHANGE_PARAMS) = { /*FIXME incomplete*/ - ASN1_SIMPLE(GOST_CLIENT_KEY_EXCHANGE_PARAMS, gkt, GOST_KEY_TRANSPORT) -} ASN1_NDEF_SEQUENCE_END(GOST_CLIENT_KEY_EXCHANGE_PARAMS) +ASN1_NDEF_SEQUENCE(GOST_CLIENT_KEY_EXCHANGE_PARAMS) = { /* FIXME incomplete */ + ASN1_SIMPLE(GOST_CLIENT_KEY_EXCHANGE_PARAMS, gkt, GOST_KEY_TRANSPORT) +} +ASN1_NDEF_SEQUENCE_END(GOST_CLIENT_KEY_EXCHANGE_PARAMS) IMPLEMENT_ASN1_FUNCTIONS(GOST_CLIENT_KEY_EXCHANGE_PARAMS) diff --git a/openssl/engines/ccgost/gost_crypt.c b/openssl/engines/ccgost/gost_crypt.c index 52aef15ac..2bbdc6ccd 100644 --- a/openssl/engines/ccgost/gost_crypt.c +++ b/openssl/engines/ccgost/gost_crypt.c @@ -19,59 +19,57 @@ #endif #include -static int gost_cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key, - const unsigned char *iv, int enc); -static int gost_cipher_init_cpa(EVP_CIPHER_CTX *ctx, const unsigned char *key, - const unsigned char *iv, int enc); -/* Handles block of data in CFB mode */ -static int gost_cipher_do_cfb(EVP_CIPHER_CTX *ctx, unsigned char *out, - const unsigned char *in, size_t inl); -/* Handles block of data in CNT mode */ -static int gost_cipher_do_cnt(EVP_CIPHER_CTX *ctx, unsigned char *out, - const unsigned char *in, size_t inl); -/* Cleanup function */ +static int gost_cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key, + const unsigned char *iv, int enc); +static int gost_cipher_init_cpa(EVP_CIPHER_CTX *ctx, const unsigned char *key, + const unsigned char *iv, int enc); +/* Handles block of data in CFB mode */ +static int gost_cipher_do_cfb(EVP_CIPHER_CTX *ctx, unsigned char *out, + const unsigned char *in, size_t inl); +/* Handles block of data in CNT mode */ +static int gost_cipher_do_cnt(EVP_CIPHER_CTX *ctx, unsigned char *out, + const unsigned char *in, size_t inl); +/* Cleanup function */ static int gost_cipher_cleanup(EVP_CIPHER_CTX *); /* set/get cipher parameters */ -static int gost89_set_asn1_parameters(EVP_CIPHER_CTX *ctx,ASN1_TYPE *params); -static int gost89_get_asn1_parameters(EVP_CIPHER_CTX *ctx,ASN1_TYPE *params); +static int gost89_set_asn1_parameters(EVP_CIPHER_CTX *ctx, ASN1_TYPE *params); +static int gost89_get_asn1_parameters(EVP_CIPHER_CTX *ctx, ASN1_TYPE *params); /* Control function */ -static int gost_cipher_ctl(EVP_CIPHER_CTX *ctx,int type,int arg,void *ptr); - -EVP_CIPHER cipher_gost = - { - NID_id_Gost28147_89, - 1,/*block_size*/ - 32,/*key_size*/ - 8,/*iv_len */ - EVP_CIPH_CFB_MODE| EVP_CIPH_NO_PADDING | - EVP_CIPH_CUSTOM_IV| EVP_CIPH_RAND_KEY | EVP_CIPH_ALWAYS_CALL_INIT, - gost_cipher_init, - gost_cipher_do_cfb, - gost_cipher_cleanup, - sizeof(struct ossl_gost_cipher_ctx),/* ctx_size */ - gost89_set_asn1_parameters, - gost89_get_asn1_parameters, - gost_cipher_ctl, - NULL, - }; - -EVP_CIPHER cipher_gost_cpacnt = - { - NID_gost89_cnt, - 1,/*block_size*/ - 32,/*key_size*/ - 8,/*iv_len */ - EVP_CIPH_OFB_MODE| EVP_CIPH_NO_PADDING | - EVP_CIPH_CUSTOM_IV| EVP_CIPH_RAND_KEY | EVP_CIPH_ALWAYS_CALL_INIT, - gost_cipher_init_cpa, - gost_cipher_do_cnt, - gost_cipher_cleanup, - sizeof(struct ossl_gost_cipher_ctx), /* ctx_size */ - gost89_set_asn1_parameters, - gost89_get_asn1_parameters, - gost_cipher_ctl, - NULL, - }; +static int gost_cipher_ctl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr); + +EVP_CIPHER cipher_gost = { + NID_id_Gost28147_89, + 1, /* block_size */ + 32, /* key_size */ + 8, /* iv_len */ + EVP_CIPH_CFB_MODE | EVP_CIPH_NO_PADDING | + EVP_CIPH_CUSTOM_IV | EVP_CIPH_RAND_KEY | EVP_CIPH_ALWAYS_CALL_INIT, + gost_cipher_init, + gost_cipher_do_cfb, + gost_cipher_cleanup, + sizeof(struct ossl_gost_cipher_ctx), /* ctx_size */ + gost89_set_asn1_parameters, + gost89_get_asn1_parameters, + gost_cipher_ctl, + NULL, +}; + +EVP_CIPHER cipher_gost_cpacnt = { + NID_gost89_cnt, + 1, /* block_size */ + 32, /* key_size */ + 8, /* iv_len */ + EVP_CIPH_OFB_MODE | EVP_CIPH_NO_PADDING | + EVP_CIPH_CUSTOM_IV | EVP_CIPH_RAND_KEY | EVP_CIPH_ALWAYS_CALL_INIT, + gost_cipher_init_cpa, + gost_cipher_do_cnt, + gost_cipher_cleanup, + sizeof(struct ossl_gost_cipher_ctx), /* ctx_size */ + gost89_set_asn1_parameters, + gost89_get_asn1_parameters, + gost_cipher_ctl, + NULL, +}; /* Implementation of GOST 28147-89 in MAC (imitovstavka) mode */ /* Init functions which set specific parameters */ @@ -79,556 +77,547 @@ static int gost_imit_init_cpa(EVP_MD_CTX *ctx); /* process block of data */ static int gost_imit_update(EVP_MD_CTX *ctx, const void *data, size_t count); /* Return computed value */ -static int gost_imit_final(EVP_MD_CTX *ctx,unsigned char *md); +static int gost_imit_final(EVP_MD_CTX *ctx, unsigned char *md); /* Copies context */ -static int gost_imit_copy(EVP_MD_CTX *to,const EVP_MD_CTX *from); +static int gost_imit_copy(EVP_MD_CTX *to, const EVP_MD_CTX *from); static int gost_imit_cleanup(EVP_MD_CTX *ctx); /* Control function, knows how to set MAC key.*/ -static int gost_imit_ctrl(EVP_MD_CTX *ctx,int type, int arg, void *ptr); - -EVP_MD imit_gost_cpa = - { - NID_id_Gost28147_89_MAC, - NID_undef, - 4, - 0, - gost_imit_init_cpa, - gost_imit_update, - gost_imit_final, - gost_imit_copy, - gost_imit_cleanup, - NULL, - NULL, - {0,0,0,0,0}, - 8, - sizeof(struct ossl_gost_imit_ctx), - gost_imit_ctrl - }; - -/* +static int gost_imit_ctrl(EVP_MD_CTX *ctx, int type, int arg, void *ptr); + +EVP_MD imit_gost_cpa = { + NID_id_Gost28147_89_MAC, + NID_undef, + 4, + 0, + gost_imit_init_cpa, + gost_imit_update, + gost_imit_final, + gost_imit_copy, + gost_imit_cleanup, + NULL, + NULL, + {0, 0, 0, 0, 0}, + 8, + sizeof(struct ossl_gost_imit_ctx), + gost_imit_ctrl +}; + +/* * Correspondence between gost parameter OIDs and substitution blocks * NID field is filed by register_gost_NID function in engine.c * upon engine initialization */ -struct gost_cipher_info gost_cipher_list[]= - { -/* NID */ /* Subst block */ /* Key meshing*/ -/*{NID_id_GostR3411_94_CryptoProParamSet,&GostR3411_94_CryptoProParamSet,0},*/ - {NID_id_Gost28147_89_cc,&GostR3411_94_CryptoProParamSet,0}, - {NID_id_Gost28147_89_CryptoPro_A_ParamSet,&Gost28147_CryptoProParamSetA,1}, - {NID_id_Gost28147_89_CryptoPro_B_ParamSet,&Gost28147_CryptoProParamSetB,1}, - {NID_id_Gost28147_89_CryptoPro_C_ParamSet,&Gost28147_CryptoProParamSetC,1}, - {NID_id_Gost28147_89_CryptoPro_D_ParamSet,&Gost28147_CryptoProParamSetD,1}, - {NID_id_Gost28147_89_TestParamSet,&Gost28147_TestParamSet,1}, - {NID_undef,NULL,0} - }; - -/* get encryption parameters from crypto network settings - FIXME For now we use environment var CRYPT_PARAMS as place to - store these settings. Actually, it is better to use engine control command, read from configuration file to set them */ +struct gost_cipher_info gost_cipher_list[] = { + /*- NID *//* + * Subst block + *//* + * Key meshing + */ + /* + * {NID_id_GostR3411_94_CryptoProParamSet,&GostR3411_94_CryptoProParamSet,0}, + */ + {NID_id_Gost28147_89_cc, &GostR3411_94_CryptoProParamSet, 0}, + {NID_id_Gost28147_89_CryptoPro_A_ParamSet, &Gost28147_CryptoProParamSetA, + 1}, + {NID_id_Gost28147_89_CryptoPro_B_ParamSet, &Gost28147_CryptoProParamSetB, + 1}, + {NID_id_Gost28147_89_CryptoPro_C_ParamSet, &Gost28147_CryptoProParamSetC, + 1}, + {NID_id_Gost28147_89_CryptoPro_D_ParamSet, &Gost28147_CryptoProParamSetD, + 1}, + {NID_id_Gost28147_89_TestParamSet, &Gost28147_TestParamSet, 1}, + {NID_undef, NULL, 0} +}; + +/* + * get encryption parameters from crypto network settings FIXME For now we + * use environment var CRYPT_PARAMS as place to store these settings. + * Actually, it is better to use engine control command, read from + * configuration file to set them + */ const struct gost_cipher_info *get_encryption_params(ASN1_OBJECT *obj) - { - int nid; - struct gost_cipher_info *param; - if (!obj) - { - const char * params = get_gost_engine_param(GOST_PARAM_CRYPT_PARAMS); - if (!params || !strlen(params)) - return &gost_cipher_list[1]; - - nid = OBJ_txt2nid(params); - if (nid == NID_undef) - { - GOSTerr(GOST_F_GET_ENCRYPTION_PARAMS, - GOST_R_INVALID_CIPHER_PARAM_OID); - return NULL; - } - } - else - { - nid= OBJ_obj2nid(obj); - } - for (param=gost_cipher_list;param->sblock!=NULL && param->nid!=nid; - param++); - if (!param->sblock) - { - GOSTerr(GOST_F_GET_ENCRYPTION_PARAMS,GOST_R_INVALID_CIPHER_PARAMS); - return NULL; - } - return param; - } +{ + int nid; + struct gost_cipher_info *param; + if (!obj) { + const char *params = get_gost_engine_param(GOST_PARAM_CRYPT_PARAMS); + if (!params || !strlen(params)) + return &gost_cipher_list[1]; + + nid = OBJ_txt2nid(params); + if (nid == NID_undef) { + GOSTerr(GOST_F_GET_ENCRYPTION_PARAMS, + GOST_R_INVALID_CIPHER_PARAM_OID); + return NULL; + } + } else { + nid = OBJ_obj2nid(obj); + } + for (param = gost_cipher_list; param->sblock != NULL && param->nid != nid; + param++) ; + if (!param->sblock) { + GOSTerr(GOST_F_GET_ENCRYPTION_PARAMS, GOST_R_INVALID_CIPHER_PARAMS); + return NULL; + } + return param; +} /* Sets cipher param from paramset NID. */ -static int gost_cipher_set_param(struct ossl_gost_cipher_ctx *c,int nid) - { - const struct gost_cipher_info *param; - param=get_encryption_params((nid==NID_undef?NULL:OBJ_nid2obj(nid))); - if (!param) return 0; - - c->paramNID = param->nid; - c->key_meshing=param->key_meshing; - c->count=0; - gost_init(&(c->cctx), param->sblock); - return 1; - } +static int gost_cipher_set_param(struct ossl_gost_cipher_ctx *c, int nid) +{ + const struct gost_cipher_info *param; + param = + get_encryption_params((nid == NID_undef ? NULL : OBJ_nid2obj(nid))); + if (!param) + return 0; + + c->paramNID = param->nid; + c->key_meshing = param->key_meshing; + c->count = 0; + gost_init(&(c->cctx), param->sblock); + return 1; +} /* Initializes EVP_CIPHER_CTX by paramset NID */ -static int gost_cipher_init_param(EVP_CIPHER_CTX *ctx, const unsigned char *key, - const unsigned char *iv, int enc, int paramNID,int mode) - { - struct ossl_gost_cipher_ctx *c=ctx->cipher_data; - if (ctx->app_data == NULL) - { - if (!gost_cipher_set_param(c,paramNID)) return 0; - ctx->app_data = ctx->cipher_data; - } - if (key) gost_key(&(c->cctx),key); - if(iv) memcpy(ctx->oiv, iv, EVP_CIPHER_CTX_iv_length(ctx)); - memcpy(ctx->iv, ctx->oiv, EVP_CIPHER_CTX_iv_length(ctx)); - return 1; - } +static int gost_cipher_init_param(EVP_CIPHER_CTX *ctx, + const unsigned char *key, + const unsigned char *iv, int enc, + int paramNID, int mode) +{ + struct ossl_gost_cipher_ctx *c = ctx->cipher_data; + if (ctx->app_data == NULL) { + if (!gost_cipher_set_param(c, paramNID)) + return 0; + ctx->app_data = ctx->cipher_data; + } + if (key) + gost_key(&(c->cctx), key); + if (iv) + memcpy(ctx->oiv, iv, EVP_CIPHER_CTX_iv_length(ctx)); + memcpy(ctx->iv, ctx->oiv, EVP_CIPHER_CTX_iv_length(ctx)); + return 1; +} static int gost_cipher_init_cpa(EVP_CIPHER_CTX *ctx, const unsigned char *key, - const unsigned char *iv, int enc) - { - struct ossl_gost_cipher_ctx *c=ctx->cipher_data; - gost_init(&(c->cctx),&Gost28147_CryptoProParamSetA); - c->key_meshing=1; - c->count=0; - if(key) gost_key(&(c->cctx),key); - if(iv) memcpy(ctx->oiv, iv, EVP_CIPHER_CTX_iv_length(ctx)); - memcpy(ctx->iv, ctx->oiv, EVP_CIPHER_CTX_iv_length(ctx)); - return 1; - } + const unsigned char *iv, int enc) +{ + struct ossl_gost_cipher_ctx *c = ctx->cipher_data; + gost_init(&(c->cctx), &Gost28147_CryptoProParamSetA); + c->key_meshing = 1; + c->count = 0; + if (key) + gost_key(&(c->cctx), key); + if (iv) + memcpy(ctx->oiv, iv, EVP_CIPHER_CTX_iv_length(ctx)); + memcpy(ctx->iv, ctx->oiv, EVP_CIPHER_CTX_iv_length(ctx)); + return 1; +} /* Initializes EVP_CIPHER_CTX with default values */ int gost_cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key, - const unsigned char *iv, int enc) - { - return gost_cipher_init_param(ctx,key,iv,enc,NID_undef,EVP_CIPH_CFB_MODE); - } -/* Wrapper around gostcrypt function from gost89.c which perform - * key meshing when nesseccary + const unsigned char *iv, int enc) +{ + return gost_cipher_init_param(ctx, key, iv, enc, NID_undef, + EVP_CIPH_CFB_MODE); +} + +/* + * Wrapper around gostcrypt function from gost89.c which perform key meshing + * when nesseccary */ -static void gost_crypt_mesh (void *ctx,unsigned char *iv,unsigned char *buf) - { - struct ossl_gost_cipher_ctx *c = ctx; - assert(c->count%8 == 0 && c->count <= 1024); - if (c->key_meshing && c->count==1024) - { - cryptopro_key_meshing(&(c->cctx),iv); - } - gostcrypt(&(c->cctx),iv,buf); - c->count = c->count%1024 + 8; - } - -static void gost_cnt_next (void *ctx, unsigned char *iv, unsigned char *buf) - { - struct ossl_gost_cipher_ctx *c = ctx; - word32 g,go; - unsigned char buf1[8]; - assert(c->count%8 == 0 && c->count <= 1024); - if (c->key_meshing && c->count==1024) - { - cryptopro_key_meshing(&(c->cctx),iv); - } - if (c->count==0) - { - gostcrypt(&(c->cctx),iv,buf1); - } - else - { - memcpy(buf1,iv,8); - } - g = buf1[0]|(buf1[1]<<8)|(buf1[2]<<16)|(buf1[3]<<24); - g += 0x01010101; - buf1[0]=(unsigned char)(g&0xff); - buf1[1]=(unsigned char)((g>>8)&0xff); - buf1[2]=(unsigned char)((g>>16)&0xff); - buf1[3]=(unsigned char)((g>>24)&0xff); - g = buf1[4]|(buf1[5]<<8)|(buf1[6]<<16)|(buf1[7]<<24); - go = g; - g += 0x01010104; - if (go > g) /* overflow*/ - g++; - buf1[4]=(unsigned char)(g&0xff); - buf1[5]=(unsigned char)((g>>8)&0xff); - buf1[6]=(unsigned char)((g>>16)&0xff); - buf1[7]=(unsigned char)((g>>24)&0xff); - memcpy(iv,buf1,8); - gostcrypt(&(c->cctx),buf1,buf); - c->count = c->count%1024 + 8; - } +static void gost_crypt_mesh(void *ctx, unsigned char *iv, unsigned char *buf) +{ + struct ossl_gost_cipher_ctx *c = ctx; + assert(c->count % 8 == 0 && c->count <= 1024); + if (c->key_meshing && c->count == 1024) { + cryptopro_key_meshing(&(c->cctx), iv); + } + gostcrypt(&(c->cctx), iv, buf); + c->count = c->count % 1024 + 8; +} + +static void gost_cnt_next(void *ctx, unsigned char *iv, unsigned char *buf) +{ + struct ossl_gost_cipher_ctx *c = ctx; + word32 g, go; + unsigned char buf1[8]; + assert(c->count % 8 == 0 && c->count <= 1024); + if (c->key_meshing && c->count == 1024) { + cryptopro_key_meshing(&(c->cctx), iv); + } + if (c->count == 0) { + gostcrypt(&(c->cctx), iv, buf1); + } else { + memcpy(buf1, iv, 8); + } + g = buf1[0] | (buf1[1] << 8) | (buf1[2] << 16) | ((word32) buf1[3] << 24); + g += 0x01010101; + buf1[0] = (unsigned char)(g & 0xff); + buf1[1] = (unsigned char)((g >> 8) & 0xff); + buf1[2] = (unsigned char)((g >> 16) & 0xff); + buf1[3] = (unsigned char)((g >> 24) & 0xff); + g = buf1[4] | (buf1[5] << 8) | (buf1[6] << 16) | ((word32) buf1[7] << 24); + go = g; + g += 0x01010104; + if (go > g) /* overflow */ + g++; + buf1[4] = (unsigned char)(g & 0xff); + buf1[5] = (unsigned char)((g >> 8) & 0xff); + buf1[6] = (unsigned char)((g >> 16) & 0xff); + buf1[7] = (unsigned char)((g >> 24) & 0xff); + memcpy(iv, buf1, 8); + gostcrypt(&(c->cctx), buf1, buf); + c->count = c->count % 1024 + 8; +} /* GOST encryption in CFB mode */ -int gost_cipher_do_cfb(EVP_CIPHER_CTX *ctx, unsigned char *out, - const unsigned char *in, size_t inl) - { - const unsigned char *in_ptr=in; - unsigned char *out_ptr=out; - size_t i=0; - size_t j=0; +int gost_cipher_do_cfb(EVP_CIPHER_CTX *ctx, unsigned char *out, + const unsigned char *in, size_t inl) +{ + const unsigned char *in_ptr = in; + unsigned char *out_ptr = out; + size_t i = 0; + size_t j = 0; /* process partial block if any */ - if (ctx->num) - { - for (j=ctx->num,i=0;j<8 && iencrypt) ctx->buf[j+8]=*in_ptr; - *out_ptr=ctx->buf[j]^(*in_ptr); - if (ctx->encrypt) ctx->buf[j+8]=*out_ptr; - } - if (j==8) - { - memcpy(ctx->iv,ctx->buf+8,8); - ctx->num=0; - } - else - { - ctx->num=j; - return 1; - } - } - - for (;i+8cipher_data,ctx->iv,ctx->buf); - /*xor next block of input text with it and output it*/ - /*output this block */ - if (!ctx->encrypt) memcpy(ctx->iv,in_ptr,8); - for (j=0;j<8;j++) - { - out_ptr[j]=ctx->buf[j]^in_ptr[j]; - } - /* Encrypt */ - /* Next iv is next block of cipher text*/ - if (ctx->encrypt) memcpy(ctx->iv,out_ptr,8); - } + if (ctx->num) { + for (j = ctx->num, i = 0; j < 8 && i < inl; + j++, i++, in_ptr++, out_ptr++) { + if (!ctx->encrypt) + ctx->buf[j + 8] = *in_ptr; + *out_ptr = ctx->buf[j] ^ (*in_ptr); + if (ctx->encrypt) + ctx->buf[j + 8] = *out_ptr; + } + if (j == 8) { + memcpy(ctx->iv, ctx->buf + 8, 8); + ctx->num = 0; + } else { + ctx->num = j; + return 1; + } + } + + for (; i + 8 < inl; i += 8, in_ptr += 8, out_ptr += 8) { + /* + * block cipher current iv + */ + gost_crypt_mesh(ctx->cipher_data, ctx->iv, ctx->buf); + /* + * xor next block of input text with it and output it + */ + /* + * output this block + */ + if (!ctx->encrypt) + memcpy(ctx->iv, in_ptr, 8); + for (j = 0; j < 8; j++) { + out_ptr[j] = ctx->buf[j] ^ in_ptr[j]; + } + /* Encrypt */ + /* Next iv is next block of cipher text */ + if (ctx->encrypt) + memcpy(ctx->iv, out_ptr, 8); + } /* Process rest of buffer */ - if (icipher_data,ctx->iv,ctx->buf); - if (!ctx->encrypt) memcpy(ctx->buf+8,in_ptr,inl-i); - for (j=0;ibuf[j]^in_ptr[j]; - } - ctx->num = j; - if (ctx->encrypt) memcpy(ctx->buf+8,out_ptr,j); - } - else - { - ctx->num = 0; - } - return 1; - } + if (i < inl) { + gost_crypt_mesh(ctx->cipher_data, ctx->iv, ctx->buf); + if (!ctx->encrypt) + memcpy(ctx->buf + 8, in_ptr, inl - i); + for (j = 0; i < inl; j++, i++) { + out_ptr[j] = ctx->buf[j] ^ in_ptr[j]; + } + ctx->num = j; + if (ctx->encrypt) + memcpy(ctx->buf + 8, out_ptr, j); + } else { + ctx->num = 0; + } + return 1; +} static int gost_cipher_do_cnt(EVP_CIPHER_CTX *ctx, unsigned char *out, - const unsigned char *in, size_t inl) - { - const unsigned char *in_ptr=in; - unsigned char *out_ptr=out; - size_t i=0; - size_t j; + const unsigned char *in, size_t inl) +{ + const unsigned char *in_ptr = in; + unsigned char *out_ptr = out; + size_t i = 0; + size_t j; /* process partial block if any */ - if (ctx->num) - { - for (j=ctx->num,i=0;j<8 && ibuf[j]^(*in_ptr); - } - if (j==8) - { - ctx->num=0; - } - else - { - ctx->num=j; - return 1; - } - } - - for (;i+8cipher_data,ctx->iv,ctx->buf); - /*xor next block of input text with it and output it*/ - /*output this block */ - for (j=0;j<8;j++) - { - out_ptr[j]=ctx->buf[j]^in_ptr[j]; - } - } + if (ctx->num) { + for (j = ctx->num, i = 0; j < 8 && i < inl; + j++, i++, in_ptr++, out_ptr++) { + *out_ptr = ctx->buf[j] ^ (*in_ptr); + } + if (j == 8) { + ctx->num = 0; + } else { + ctx->num = j; + return 1; + } + } + + for (; i + 8 < inl; i += 8, in_ptr += 8, out_ptr += 8) { + /* + * block cipher current iv + */ + /* Encrypt */ + gost_cnt_next(ctx->cipher_data, ctx->iv, ctx->buf); + /* + * xor next block of input text with it and output it + */ + /* + * output this block + */ + for (j = 0; j < 8; j++) { + out_ptr[j] = ctx->buf[j] ^ in_ptr[j]; + } + } /* Process rest of buffer */ - if (icipher_data,ctx->iv,ctx->buf); - for (j=0;ibuf[j]^in_ptr[j]; - } - ctx->num = j; - } - else - { - ctx->num = 0; - } - return 1; - } + if (i < inl) { + gost_cnt_next(ctx->cipher_data, ctx->iv, ctx->buf); + for (j = 0; i < inl; j++, i++) { + out_ptr[j] = ctx->buf[j] ^ in_ptr[j]; + } + ctx->num = j; + } else { + ctx->num = 0; + } + return 1; +} /* Cleaning up of EVP_CIPHER_CTX */ -int gost_cipher_cleanup(EVP_CIPHER_CTX *ctx) - { - gost_destroy(&((struct ossl_gost_cipher_ctx *)ctx->cipher_data)->cctx); - ctx->app_data = NULL; - return 1; - } +int gost_cipher_cleanup(EVP_CIPHER_CTX *ctx) +{ + gost_destroy(&((struct ossl_gost_cipher_ctx *)ctx->cipher_data)->cctx); + ctx->app_data = NULL; + return 1; +} /* Control function for gost cipher */ -int gost_cipher_ctl(EVP_CIPHER_CTX *ctx,int type,int arg,void *ptr) - { - switch (type) - { - case EVP_CTRL_RAND_KEY: - { - if (RAND_bytes((unsigned char *)ptr,ctx->key_len)<=0) - { - GOSTerr(GOST_F_GOST_CIPHER_CTL,GOST_R_RANDOM_GENERATOR_ERROR); - return -1; - } - break; - } - case EVP_CTRL_PBE_PRF_NID: - if (ptr) { - *((int *)ptr)= NID_id_HMACGostR3411_94; - return 1; - } else { - return 0; - } - - default: - GOSTerr(GOST_F_GOST_CIPHER_CTL,GOST_R_UNSUPPORTED_CIPHER_CTL_COMMAND); - return -1; - } - return 1; - } +int gost_cipher_ctl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr) +{ + switch (type) { + case EVP_CTRL_RAND_KEY: + { + if (RAND_bytes((unsigned char *)ptr, ctx->key_len) <= 0) { + GOSTerr(GOST_F_GOST_CIPHER_CTL, + GOST_R_RANDOM_GENERATOR_ERROR); + return -1; + } + break; + } + case EVP_CTRL_PBE_PRF_NID: + if (ptr) { + *((int *)ptr) = NID_id_HMACGostR3411_94; + return 1; + } else { + return 0; + } + + default: + GOSTerr(GOST_F_GOST_CIPHER_CTL, + GOST_R_UNSUPPORTED_CIPHER_CTL_COMMAND); + return -1; + } + return 1; +} /* Set cipher parameters from ASN1 structure */ -int gost89_set_asn1_parameters(EVP_CIPHER_CTX *ctx,ASN1_TYPE *params) - { - int len=0; - unsigned char *buf=NULL; - unsigned char *p=NULL; - struct ossl_gost_cipher_ctx *c = ctx->cipher_data; - GOST_CIPHER_PARAMS *gcp = GOST_CIPHER_PARAMS_new(); - ASN1_OCTET_STRING *os = NULL; - if (!gcp) - { - GOSTerr(GOST_F_GOST89_SET_ASN1_PARAMETERS, GOST_R_NO_MEMORY); - return 0; - } - if (!ASN1_OCTET_STRING_set(gcp->iv, ctx->iv, ctx->cipher->iv_len)) - { - GOST_CIPHER_PARAMS_free(gcp); - GOSTerr(GOST_F_GOST89_SET_ASN1_PARAMETERS, GOST_R_NO_MEMORY); - return 0; - } - ASN1_OBJECT_free(gcp->enc_param_set); - gcp->enc_param_set = OBJ_nid2obj(c->paramNID); - - len = i2d_GOST_CIPHER_PARAMS(gcp, NULL); - p = buf = (unsigned char*)OPENSSL_malloc(len); - if (!buf) - { - GOST_CIPHER_PARAMS_free(gcp); - GOSTerr(GOST_F_GOST89_SET_ASN1_PARAMETERS, GOST_R_NO_MEMORY); - return 0; - } - i2d_GOST_CIPHER_PARAMS(gcp, &p); - GOST_CIPHER_PARAMS_free(gcp); - - os = ASN1_OCTET_STRING_new(); - - if(!os || !ASN1_OCTET_STRING_set(os, buf, len)) - { - OPENSSL_free(buf); - GOSTerr(GOST_F_GOST89_SET_ASN1_PARAMETERS, GOST_R_NO_MEMORY); - return 0; - } - OPENSSL_free(buf); - - ASN1_TYPE_set(params, V_ASN1_SEQUENCE, os); - return 1; - } +int gost89_set_asn1_parameters(EVP_CIPHER_CTX *ctx, ASN1_TYPE *params) +{ + int len = 0; + unsigned char *buf = NULL; + unsigned char *p = NULL; + struct ossl_gost_cipher_ctx *c = ctx->cipher_data; + GOST_CIPHER_PARAMS *gcp = GOST_CIPHER_PARAMS_new(); + ASN1_OCTET_STRING *os = NULL; + if (!gcp) { + GOSTerr(GOST_F_GOST89_SET_ASN1_PARAMETERS, GOST_R_NO_MEMORY); + return 0; + } + if (!ASN1_OCTET_STRING_set(gcp->iv, ctx->iv, ctx->cipher->iv_len)) { + GOST_CIPHER_PARAMS_free(gcp); + GOSTerr(GOST_F_GOST89_SET_ASN1_PARAMETERS, GOST_R_NO_MEMORY); + return 0; + } + ASN1_OBJECT_free(gcp->enc_param_set); + gcp->enc_param_set = OBJ_nid2obj(c->paramNID); + + len = i2d_GOST_CIPHER_PARAMS(gcp, NULL); + p = buf = (unsigned char *)OPENSSL_malloc(len); + if (!buf) { + GOST_CIPHER_PARAMS_free(gcp); + GOSTerr(GOST_F_GOST89_SET_ASN1_PARAMETERS, GOST_R_NO_MEMORY); + return 0; + } + i2d_GOST_CIPHER_PARAMS(gcp, &p); + GOST_CIPHER_PARAMS_free(gcp); + + os = ASN1_OCTET_STRING_new(); + + if (!os || !ASN1_OCTET_STRING_set(os, buf, len)) { + OPENSSL_free(buf); + GOSTerr(GOST_F_GOST89_SET_ASN1_PARAMETERS, GOST_R_NO_MEMORY); + return 0; + } + OPENSSL_free(buf); + + ASN1_TYPE_set(params, V_ASN1_SEQUENCE, os); + return 1; +} /* Store parameters into ASN1 structure */ -int gost89_get_asn1_parameters(EVP_CIPHER_CTX *ctx,ASN1_TYPE *params) - { - int ret = -1; - int len; - GOST_CIPHER_PARAMS *gcp = NULL; - unsigned char *p; - struct ossl_gost_cipher_ctx *c=ctx->cipher_data; - if (ASN1_TYPE_get(params) != V_ASN1_SEQUENCE) - { - return ret; - } - - p = params->value.sequence->data; - - gcp = d2i_GOST_CIPHER_PARAMS(NULL, (const unsigned char **)&p, - params->value.sequence->length); - - len = gcp->iv->length; - if (len != ctx->cipher->iv_len) - { - GOST_CIPHER_PARAMS_free(gcp); - GOSTerr(GOST_F_GOST89_GET_ASN1_PARAMETERS, - GOST_R_INVALID_IV_LENGTH); - return -1; - } - if (!gost_cipher_set_param(c,OBJ_obj2nid(gcp->enc_param_set))) - { - GOST_CIPHER_PARAMS_free(gcp); - return -1; - } - memcpy(ctx->oiv, gcp->iv->data, len); - - GOST_CIPHER_PARAMS_free(gcp); - - return 1; - } - +int gost89_get_asn1_parameters(EVP_CIPHER_CTX *ctx, ASN1_TYPE *params) +{ + int ret = -1; + int len; + GOST_CIPHER_PARAMS *gcp = NULL; + unsigned char *p; + struct ossl_gost_cipher_ctx *c = ctx->cipher_data; + if (ASN1_TYPE_get(params) != V_ASN1_SEQUENCE) { + return ret; + } + + p = params->value.sequence->data; + + gcp = d2i_GOST_CIPHER_PARAMS(NULL, (const unsigned char **)&p, + params->value.sequence->length); + + len = gcp->iv->length; + if (len != ctx->cipher->iv_len) { + GOST_CIPHER_PARAMS_free(gcp); + GOSTerr(GOST_F_GOST89_GET_ASN1_PARAMETERS, GOST_R_INVALID_IV_LENGTH); + return -1; + } + if (!gost_cipher_set_param(c, OBJ_obj2nid(gcp->enc_param_set))) { + GOST_CIPHER_PARAMS_free(gcp); + return -1; + } + memcpy(ctx->oiv, gcp->iv->data, len); + + GOST_CIPHER_PARAMS_free(gcp); + + return 1; +} int gost_imit_init_cpa(EVP_MD_CTX *ctx) - { - struct ossl_gost_imit_ctx *c = ctx->md_data; - memset(c->buffer,0,sizeof(c->buffer)); - memset(c->partial_block,0,sizeof(c->partial_block)); - c->count = 0; - c->bytes_left=0; - c->key_meshing=1; - gost_init(&(c->cctx),&Gost28147_CryptoProParamSetA); - return 1; - } - -static void mac_block_mesh(struct ossl_gost_imit_ctx *c,const unsigned char *data) - { - unsigned char buffer[8]; - /* We are using local buffer for iv because CryptoPro doesn't - * interpret internal state of MAC algorithm as iv during keymeshing - * (but does initialize internal state from iv in key transport - */ - assert(c->count%8 == 0 && c->count <= 1024); - if (c->key_meshing && c->count==1024) - { - cryptopro_key_meshing(&(c->cctx),buffer); - } - mac_block(&(c->cctx),c->buffer,data); - c->count = c->count%1024 + 8; - } +{ + struct ossl_gost_imit_ctx *c = ctx->md_data; + memset(c->buffer, 0, sizeof(c->buffer)); + memset(c->partial_block, 0, sizeof(c->partial_block)); + c->count = 0; + c->bytes_left = 0; + c->key_meshing = 1; + gost_init(&(c->cctx), &Gost28147_CryptoProParamSetA); + return 1; +} + +static void mac_block_mesh(struct ossl_gost_imit_ctx *c, + const unsigned char *data) +{ + unsigned char buffer[8]; + /* + * We are using local buffer for iv because CryptoPro doesn't interpret + * internal state of MAC algorithm as iv during keymeshing (but does + * initialize internal state from iv in key transport + */ + assert(c->count % 8 == 0 && c->count <= 1024); + if (c->key_meshing && c->count == 1024) { + cryptopro_key_meshing(&(c->cctx), buffer); + } + mac_block(&(c->cctx), c->buffer, data); + c->count = c->count % 1024 + 8; +} int gost_imit_update(EVP_MD_CTX *ctx, const void *data, size_t count) - { - struct ossl_gost_imit_ctx *c = ctx->md_data; - const unsigned char *p = data; - size_t bytes = count,i; - if (!(c->key_set)) { - GOSTerr(GOST_F_GOST_IMIT_UPDATE, GOST_R_MAC_KEY_NOT_SET); - return 0; - } - if (c->bytes_left) - { - for (i=c->bytes_left;i<8&&bytes>0;bytes--,i++,p++) - { - c->partial_block[i]=*p; - } - if (i==8) - { - mac_block_mesh(c,c->partial_block); - } - else - { - c->bytes_left = i; - return 1; - } - } - while (bytes>8) - { - mac_block_mesh(c,p); - p+=8; - bytes-=8; - } - if (bytes>0) - { - memcpy(c->partial_block,p,bytes); - } - c->bytes_left=bytes; - return 1; - } - -int gost_imit_final(EVP_MD_CTX *ctx,unsigned char *md) - { - struct ossl_gost_imit_ctx *c = ctx->md_data; - if (!c->key_set) { - GOSTerr(GOST_F_GOST_IMIT_FINAL, GOST_R_MAC_KEY_NOT_SET); - return 0; - } - if (c->count==0 && c->bytes_left) - { - unsigned char buffer[8]; - memset(buffer, 0, 8); - gost_imit_update(ctx, buffer, 8); - } - if (c->bytes_left) - { - int i; - for (i=c->bytes_left;i<8;i++) - { - c->partial_block[i]=0; - } - mac_block_mesh(c,c->partial_block); - } - get_mac(c->buffer,32,md); - return 1; - } - -int gost_imit_ctrl(EVP_MD_CTX *ctx,int type, int arg, void *ptr) - { - switch (type) - { - case EVP_MD_CTRL_KEY_LEN: - *((unsigned int*)(ptr)) = 32; - return 1; - case EVP_MD_CTRL_SET_KEY: - { - if (arg!=32) { - GOSTerr(GOST_F_GOST_IMIT_CTRL, GOST_R_INVALID_MAC_KEY_LENGTH); - return 0; - } - - gost_key(&(((struct ossl_gost_imit_ctx*)(ctx->md_data))->cctx),ptr) ; - ((struct ossl_gost_imit_ctx*)(ctx->md_data))->key_set = 1; - return 1; - - } - default: - return 0; - } - } - -int gost_imit_copy(EVP_MD_CTX *to,const EVP_MD_CTX *from) - { - memcpy(to->md_data,from->md_data,sizeof(struct ossl_gost_imit_ctx)); - return 1; - } +{ + struct ossl_gost_imit_ctx *c = ctx->md_data; + const unsigned char *p = data; + size_t bytes = count, i; + if (!(c->key_set)) { + GOSTerr(GOST_F_GOST_IMIT_UPDATE, GOST_R_MAC_KEY_NOT_SET); + return 0; + } + if (c->bytes_left) { + for (i = c->bytes_left; i < 8 && bytes > 0; bytes--, i++, p++) { + c->partial_block[i] = *p; + } + if (i == 8) { + mac_block_mesh(c, c->partial_block); + } else { + c->bytes_left = i; + return 1; + } + } + while (bytes > 8) { + mac_block_mesh(c, p); + p += 8; + bytes -= 8; + } + if (bytes > 0) { + memcpy(c->partial_block, p, bytes); + } + c->bytes_left = bytes; + return 1; +} + +int gost_imit_final(EVP_MD_CTX *ctx, unsigned char *md) +{ + struct ossl_gost_imit_ctx *c = ctx->md_data; + if (!c->key_set) { + GOSTerr(GOST_F_GOST_IMIT_FINAL, GOST_R_MAC_KEY_NOT_SET); + return 0; + } + if (c->count == 0 && c->bytes_left) { + unsigned char buffer[8]; + memset(buffer, 0, 8); + gost_imit_update(ctx, buffer, 8); + } + if (c->bytes_left) { + int i; + for (i = c->bytes_left; i < 8; i++) { + c->partial_block[i] = 0; + } + mac_block_mesh(c, c->partial_block); + } + get_mac(c->buffer, 32, md); + return 1; +} + +int gost_imit_ctrl(EVP_MD_CTX *ctx, int type, int arg, void *ptr) +{ + switch (type) { + case EVP_MD_CTRL_KEY_LEN: + *((unsigned int *)(ptr)) = 32; + return 1; + case EVP_MD_CTRL_SET_KEY: + { + if (arg != 32) { + GOSTerr(GOST_F_GOST_IMIT_CTRL, GOST_R_INVALID_MAC_KEY_LENGTH); + return 0; + } + + gost_key(&(((struct ossl_gost_imit_ctx *)(ctx->md_data))->cctx), + ptr); + ((struct ossl_gost_imit_ctx *)(ctx->md_data))->key_set = 1; + return 1; + + } + default: + return 0; + } +} + +int gost_imit_copy(EVP_MD_CTX *to, const EVP_MD_CTX *from) +{ + memcpy(to->md_data, from->md_data, sizeof(struct ossl_gost_imit_ctx)); + return 1; +} /* Clean up imit ctx */ int gost_imit_cleanup(EVP_MD_CTX *ctx) - { - memset(ctx->md_data,0,sizeof(struct ossl_gost_imit_ctx)); - return 1; - } - +{ + memset(ctx->md_data, 0, sizeof(struct ossl_gost_imit_ctx)); + return 1; +} diff --git a/openssl/engines/ccgost/gost_ctl.c b/openssl/engines/ccgost/gost_ctl.c index d3cd17181..6c93c4584 100644 --- a/openssl/engines/ccgost/gost_ctl.c +++ b/openssl/engines/ccgost/gost_ctl.c @@ -5,7 +5,7 @@ * * * Implementation of control commands for GOST engine * * OpenSSL 0.9.9 libraries required * - **********************************************************************/ + **********************************************************************/ #include #include #include @@ -14,76 +14,80 @@ #include #include "gost_lcl.h" -static char *gost_params[GOST_PARAM_MAX+1]={NULL}; -static const char *gost_envnames[]={"CRYPT_PARAMS"}; -const ENGINE_CMD_DEFN gost_cmds[]= - { -/* { GOST_CTRL_RNG, - "RNG", - "Type of random number generator to use", - ENGINE_CMD_FLAG_STRING - }, - { GOST_CTRL_RNG_PARAMS, - "RNG_PARAMS", - "Parameter for random number generator", - ENGINE_CMD_FLAG_STRING - }, -*/ { GOST_CTRL_CRYPT_PARAMS, - "CRYPT_PARAMS", - "OID of default GOST 28147-89 parameters", - ENGINE_CMD_FLAG_STRING - }, -{0,NULL,NULL,0} - }; +static char *gost_params[GOST_PARAM_MAX + 1] = { NULL }; +static const char *gost_envnames[] = { "CRYPT_PARAMS" }; -void gost_param_free() +const ENGINE_CMD_DEFN gost_cmds[] = { +/*- { GOST_CTRL_RNG, + "RNG", + "Type of random number generator to use", + ENGINE_CMD_FLAG_STRING + }, + { GOST_CTRL_RNG_PARAMS, + "RNG_PARAMS", + "Parameter for random number generator", + ENGINE_CMD_FLAG_STRING + }, +*/ {GOST_CTRL_CRYPT_PARAMS, + "CRYPT_PARAMS", + "OID of default GOST 28147-89 parameters", + ENGINE_CMD_FLAG_STRING}, + {0, NULL, NULL, 0} +}; + +void gost_param_free() { - int i; - for (i=0;i<=GOST_PARAM_MAX;i++) - if (gost_params[i]!=NULL) - { - OPENSSL_free(gost_params[i]); - gost_params[i]=NULL; - } - + int i; + for (i = 0; i <= GOST_PARAM_MAX; i++) + if (gost_params[i] != NULL) { + OPENSSL_free(gost_params[i]); + gost_params[i] = NULL; + } + } -int gost_control_func(ENGINE *e,int cmd,long i, void *p, void (*f)(void)) - { - int param = cmd-ENGINE_CMD_BASE; - int ret=0; - if (param <0 || param >GOST_PARAM_MAX) return -1; - ret=gost_set_default_param(param,p); - return ret; - } +int gost_control_func(ENGINE *e, int cmd, long i, void *p, void (*f) (void)) +{ + int param = cmd - ENGINE_CMD_BASE; + int ret = 0; + if (param < 0 || param > GOST_PARAM_MAX) + return -1; + ret = gost_set_default_param(param, p); + return ret; +} -const char *get_gost_engine_param(int param) - { - char *tmp; - if (param <0 || param >GOST_PARAM_MAX) return NULL; - if (gost_params[param]!=NULL) - { - return gost_params[param]; - } - tmp = getenv(gost_envnames[param]); - if (tmp) - { - if (gost_params[param]) OPENSSL_free(gost_params[param]); - gost_params[param] = BUF_strdup(tmp); - return gost_params[param]; - } - return NULL; - } +const char *get_gost_engine_param(int param) +{ + char *tmp; + if (param < 0 || param > GOST_PARAM_MAX) + return NULL; + if (gost_params[param] != NULL) { + return gost_params[param]; + } + tmp = getenv(gost_envnames[param]); + if (tmp) { + if (gost_params[param]) + OPENSSL_free(gost_params[param]); + gost_params[param] = BUF_strdup(tmp); + return gost_params[param]; + } + return NULL; +} -int gost_set_default_param(int param, const char *value) - { - const char *tmp; - if (param <0 || param >GOST_PARAM_MAX) return 0; - tmp = getenv(gost_envnames[param]); - /* if there is value in the environment, use it, else -passed string * */ - if (!tmp) tmp=value; - if (gost_params[param]) OPENSSL_free(gost_params[param]); - gost_params[param] = BUF_strdup(tmp); +int gost_set_default_param(int param, const char *value) +{ + const char *tmp; + if (param < 0 || param > GOST_PARAM_MAX) + return 0; + tmp = getenv(gost_envnames[param]); + /* + * if there is value in the environment, use it, else -passed string * + */ + if (!tmp) + tmp = value; + if (gost_params[param]) + OPENSSL_free(gost_params[param]); + gost_params[param] = BUF_strdup(tmp); - return 1; - } + return 1; +} diff --git a/openssl/engines/ccgost/gost_eng.c b/openssl/engines/ccgost/gost_eng.c index 8f29bf6f8..971a1ed31 100644 --- a/openssl/engines/ccgost/gost_eng.c +++ b/openssl/engines/ccgost/gost_eng.c @@ -16,273 +16,262 @@ #include "e_gost_err.h" #include "gost_lcl.h" static const char *engine_gost_id = "gost"; -static const char *engine_gost_name = "Reference implementation of GOST engine"; +static const char *engine_gost_name = + "Reference implementation of GOST engine"; /* Symmetric cipher and digest function registrar */ static int gost_ciphers(ENGINE *e, const EVP_CIPHER **cipher, - const int **nids, int nid); + const int **nids, int nid); static int gost_digests(ENGINE *e, const EVP_MD **digest, - const int **nids, int ind); + const int **nids, int ind); -static int gost_pkey_meths (ENGINE *e, EVP_PKEY_METHOD **pmeth, - const int **nids, int nid); +static int gost_pkey_meths(ENGINE *e, EVP_PKEY_METHOD **pmeth, + const int **nids, int nid); -static int gost_pkey_asn1_meths (ENGINE *e, EVP_PKEY_ASN1_METHOD **ameth, - const int **nids, int nid); +static int gost_pkey_asn1_meths(ENGINE *e, EVP_PKEY_ASN1_METHOD **ameth, + const int **nids, int nid); -static int gost_cipher_nids[] = - {NID_id_Gost28147_89, NID_gost89_cnt,0}; +static int gost_cipher_nids[] = { NID_id_Gost28147_89, NID_gost89_cnt, 0 }; static int gost_digest_nids[] = - {NID_id_GostR3411_94,NID_id_Gost28147_89_MAC, 0}; + { NID_id_GostR3411_94, NID_id_Gost28147_89_MAC, 0 }; -static int gost_pkey_meth_nids[] = - {NID_id_GostR3410_94, - NID_id_GostR3410_2001, NID_id_Gost28147_89_MAC, 0}; +static int gost_pkey_meth_nids[] = { NID_id_GostR3410_94, + NID_id_GostR3410_2001, NID_id_Gost28147_89_MAC, 0 +}; static EVP_PKEY_METHOD *pmeth_GostR3410_94 = NULL, - *pmeth_GostR3410_2001 = NULL, - *pmeth_Gost28147_MAC = NULL; + *pmeth_GostR3410_2001 = NULL, *pmeth_Gost28147_MAC = NULL; static EVP_PKEY_ASN1_METHOD *ameth_GostR3410_94 = NULL, - *ameth_GostR3410_2001 = NULL, - *ameth_Gost28147_MAC = NULL; - + *ameth_GostR3410_2001 = NULL, *ameth_Gost28147_MAC = NULL; static int gost_engine_init(ENGINE *e) - { - return 1; - } +{ + return 1; +} static int gost_engine_finish(ENGINE *e) - { - return 1; - } +{ + return 1; +} static int gost_engine_destroy(ENGINE *e) - { - gost_param_free(); +{ + gost_param_free(); - pmeth_GostR3410_94 = NULL; - pmeth_GostR3410_2001 = NULL; - pmeth_Gost28147_MAC = NULL; - ameth_GostR3410_94 = NULL; - ameth_GostR3410_2001 = NULL; - ameth_Gost28147_MAC = NULL; - return 1; - } + pmeth_GostR3410_94 = NULL; + pmeth_GostR3410_2001 = NULL; + pmeth_Gost28147_MAC = NULL; + ameth_GostR3410_94 = NULL; + ameth_GostR3410_2001 = NULL; + ameth_Gost28147_MAC = NULL; + return 1; +} -static int bind_gost (ENGINE *e,const char *id) - { - int ret = 0; - if (id && strcmp(id, engine_gost_id)) return 0; - if (ameth_GostR3410_94) - { - printf("GOST engine already loaded\n"); - goto end; - } +static int bind_gost(ENGINE *e, const char *id) +{ + int ret = 0; + if (id && strcmp(id, engine_gost_id)) + return 0; - if (!ENGINE_set_id(e, engine_gost_id)) - { - printf("ENGINE_set_id failed\n"); - goto end; - } - if (!ENGINE_set_name(e, engine_gost_name)) - { - printf("ENGINE_set_name failed\n"); - goto end; - } - if (!ENGINE_set_digests(e, gost_digests)) - { - printf("ENGINE_set_digests failed\n"); - goto end; - } - if (! ENGINE_set_ciphers(e, gost_ciphers)) - { - printf("ENGINE_set_ciphers failed\n"); - goto end; - } - if (! ENGINE_set_pkey_meths(e, gost_pkey_meths)) - { - printf("ENGINE_set_pkey_meths failed\n"); - goto end; - } - if (! ENGINE_set_pkey_asn1_meths(e, gost_pkey_asn1_meths)) - { - printf("ENGINE_set_pkey_asn1_meths failed\n"); - goto end; - } - /* Control function and commands */ - if (!ENGINE_set_cmd_defns(e,gost_cmds)) - { - fprintf(stderr,"ENGINE_set_cmd_defns failed\n"); - goto end; - } - if (!ENGINE_set_ctrl_function(e,gost_control_func)) - { - fprintf(stderr,"ENGINE_set_ctrl_func failed\n"); - goto end; - } - if ( ! ENGINE_set_destroy_function(e, gost_engine_destroy) - || ! ENGINE_set_init_function(e,gost_engine_init) - || ! ENGINE_set_finish_function(e,gost_engine_finish)) - { - goto end; - } + if (!ENGINE_set_id(e, engine_gost_id)) { + printf("ENGINE_set_id failed\n"); + goto end; + } + if (!ENGINE_set_name(e, engine_gost_name)) { + printf("ENGINE_set_name failed\n"); + goto end; + } + if (!ENGINE_set_digests(e, gost_digests)) { + printf("ENGINE_set_digests failed\n"); + goto end; + } + if (!ENGINE_set_ciphers(e, gost_ciphers)) { + printf("ENGINE_set_ciphers failed\n"); + goto end; + } + if (!ENGINE_set_pkey_meths(e, gost_pkey_meths)) { + printf("ENGINE_set_pkey_meths failed\n"); + goto end; + } + if (!ENGINE_set_pkey_asn1_meths(e, gost_pkey_asn1_meths)) { + printf("ENGINE_set_pkey_asn1_meths failed\n"); + goto end; + } + /* Control function and commands */ + if (!ENGINE_set_cmd_defns(e, gost_cmds)) { + fprintf(stderr, "ENGINE_set_cmd_defns failed\n"); + goto end; + } + if (!ENGINE_set_ctrl_function(e, gost_control_func)) { + fprintf(stderr, "ENGINE_set_ctrl_func failed\n"); + goto end; + } + if (!ENGINE_set_destroy_function(e, gost_engine_destroy) + || !ENGINE_set_init_function(e, gost_engine_init) + || !ENGINE_set_finish_function(e, gost_engine_finish)) { + goto end; + } - if (!register_ameth_gost(NID_id_GostR3410_94, &ameth_GostR3410_94, "GOST94", "GOST R 34.10-94")) goto end; - if (!register_ameth_gost(NID_id_GostR3410_2001, &ameth_GostR3410_2001, "GOST2001", "GOST R 34.10-2001")) goto end; - if (!register_ameth_gost(NID_id_Gost28147_89_MAC, &ameth_Gost28147_MAC, - "GOST-MAC", "GOST 28147-89 MAC")) goto end; + if (!register_ameth_gost + (NID_id_GostR3410_94, &ameth_GostR3410_94, "GOST94", + "GOST R 34.10-94")) + goto end; + if (!register_ameth_gost + (NID_id_GostR3410_2001, &ameth_GostR3410_2001, "GOST2001", + "GOST R 34.10-2001")) + goto end; + if (!register_ameth_gost(NID_id_Gost28147_89_MAC, &ameth_Gost28147_MAC, + "GOST-MAC", "GOST 28147-89 MAC")) + goto end; - if (!register_pmeth_gost(NID_id_GostR3410_94, &pmeth_GostR3410_94, 0)) goto end; - if (!register_pmeth_gost(NID_id_GostR3410_2001, &pmeth_GostR3410_2001, 0)) goto end; - if (!register_pmeth_gost(NID_id_Gost28147_89_MAC, &pmeth_Gost28147_MAC, 0)) - goto end; - if ( ! ENGINE_register_ciphers(e) - || ! ENGINE_register_digests(e) - || ! ENGINE_register_pkey_meths(e) - /* These two actually should go in LIST_ADD command */ - || ! EVP_add_cipher(&cipher_gost) - || ! EVP_add_cipher(&cipher_gost_cpacnt) - || ! EVP_add_digest(&digest_gost) - || ! EVP_add_digest(&imit_gost_cpa) - ) - { - goto end; - } + if (!register_pmeth_gost(NID_id_GostR3410_94, &pmeth_GostR3410_94, 0)) + goto end; + if (!register_pmeth_gost(NID_id_GostR3410_2001, &pmeth_GostR3410_2001, 0)) + goto end; + if (!register_pmeth_gost + (NID_id_Gost28147_89_MAC, &pmeth_Gost28147_MAC, 0)) + goto end; + if (!ENGINE_register_ciphers(e) + || !ENGINE_register_digests(e) + || !ENGINE_register_pkey_meths(e) + /* These two actually should go in LIST_ADD command */ + || !EVP_add_cipher(&cipher_gost) + || !EVP_add_cipher(&cipher_gost_cpacnt) + || !EVP_add_digest(&digest_gost) + || !EVP_add_digest(&imit_gost_cpa) + ) { + goto end; + } - ERR_load_GOST_strings(); - ret = 1; - end: - return ret; - } + ERR_load_GOST_strings(); + ret = 1; + end: + return ret; +} #ifndef OPENSSL_NO_DYNAMIC_ENGINE IMPLEMENT_DYNAMIC_BIND_FN(bind_gost) -IMPLEMENT_DYNAMIC_CHECK_FN() -#endif /* ndef OPENSSL_NO_DYNAMIC_ENGINE */ - + IMPLEMENT_DYNAMIC_CHECK_FN() +#endif /* ndef OPENSSL_NO_DYNAMIC_ENGINE */ static int gost_digests(ENGINE *e, const EVP_MD **digest, - const int **nids, int nid) - { - int ok =1 ; - if (!digest) - { - *nids = gost_digest_nids; - return 2; - } - /*printf("Digest no %d requested\n",nid);*/ - if(nid == NID_id_GostR3411_94) - { - *digest = &digest_gost; - } - else if (nid == NID_id_Gost28147_89_MAC) - { - *digest = &imit_gost_cpa; - } - else - { - ok =0; - *digest = NULL; - } - return ok; - } - -static int gost_ciphers (ENGINE *e,const EVP_CIPHER **cipher, - const int **nids, int nid) - { - int ok = 1; - if (!cipher) - { - *nids = gost_cipher_nids; - return 2; /* two ciphers are supported */ - } + const int **nids, int nid) +{ + int ok = 1; + if (!digest) { + *nids = gost_digest_nids; + return 2; + } + /* + * printf("Digest no %d requested\n",nid); + */ + if (nid == NID_id_GostR3411_94) { + *digest = &digest_gost; + } else if (nid == NID_id_Gost28147_89_MAC) { + *digest = &imit_gost_cpa; + } else { + ok = 0; + *digest = NULL; + } + return ok; +} + +static int gost_ciphers(ENGINE *e, const EVP_CIPHER **cipher, + const int **nids, int nid) +{ + int ok = 1; + if (!cipher) { + *nids = gost_cipher_nids; + return 2; /* two ciphers are supported */ + } + + if (nid == NID_id_Gost28147_89) { + *cipher = &cipher_gost; + } else if (nid == NID_gost89_cnt) { + *cipher = &cipher_gost_cpacnt; + } else { + ok = 0; + *cipher = NULL; + } + return ok; +} - if(nid == NID_id_Gost28147_89) - { - *cipher = &cipher_gost; - } - else if (nid == NID_gost89_cnt) - { - *cipher = &cipher_gost_cpacnt; - } - else - { - ok = 0; - *cipher = NULL; - } - return ok; - } +static int gost_pkey_meths(ENGINE *e, EVP_PKEY_METHOD **pmeth, + const int **nids, int nid) +{ + if (!pmeth) { + *nids = gost_pkey_meth_nids; + return 3; + } -static int gost_pkey_meths (ENGINE *e, EVP_PKEY_METHOD **pmeth, - const int **nids, int nid) - { - if (!pmeth) - { - *nids = gost_pkey_meth_nids; - return 3; - } + switch (nid) { + case NID_id_GostR3410_94: + *pmeth = pmeth_GostR3410_94; + return 1; + case NID_id_GostR3410_2001: + *pmeth = pmeth_GostR3410_2001; + return 1; + case NID_id_Gost28147_89_MAC: + *pmeth = pmeth_Gost28147_MAC; + return 1; + default:; + } - switch (nid) - { - case NID_id_GostR3410_94: *pmeth = pmeth_GostR3410_94; return 1; - case NID_id_GostR3410_2001: *pmeth = pmeth_GostR3410_2001; return 1; - case NID_id_Gost28147_89_MAC: *pmeth = pmeth_Gost28147_MAC; return 1; - default:; - } - - *pmeth = NULL; - return 0; - } + *pmeth = NULL; + return 0; +} -static int gost_pkey_asn1_meths (ENGINE *e, EVP_PKEY_ASN1_METHOD **ameth, - const int **nids, int nid) - { - if (!ameth) - { - *nids = gost_pkey_meth_nids; - return 3; - } - switch (nid) - { - case NID_id_GostR3410_94: *ameth = ameth_GostR3410_94; return 1; - case NID_id_GostR3410_2001: *ameth = ameth_GostR3410_2001; return 1; - case NID_id_Gost28147_89_MAC: *ameth = ameth_Gost28147_MAC; return 1; - - default:; - } - - *ameth = NULL; - return 0; - } +static int gost_pkey_asn1_meths(ENGINE *e, EVP_PKEY_ASN1_METHOD **ameth, + const int **nids, int nid) +{ + if (!ameth) { + *nids = gost_pkey_meth_nids; + return 3; + } + switch (nid) { + case NID_id_GostR3410_94: + *ameth = ameth_GostR3410_94; + return 1; + case NID_id_GostR3410_2001: + *ameth = ameth_GostR3410_2001; + return 1; + case NID_id_Gost28147_89_MAC: + *ameth = ameth_Gost28147_MAC; + return 1; + + default:; + } + + *ameth = NULL; + return 0; +} #ifdef OPENSSL_NO_DYNAMIC_ENGINE static ENGINE *engine_gost(void) - { - ENGINE *ret = ENGINE_new(); - if (!ret) - return NULL; - if (!bind_gost(ret,engine_gost_id)) - { - ENGINE_free(ret); - return NULL; - } - return ret; - } - -void ENGINE_load_gost(void) - { - ENGINE *toadd; - if (pmeth_GostR3410_94) - return; - toadd = engine_gost(); - if (!toadd) return; - ENGINE_add(toadd); - ENGINE_free(toadd); - ERR_clear_error(); - } -#endif +{ + ENGINE *ret = ENGINE_new(); + if (!ret) + return NULL; + if (!bind_gost(ret, engine_gost_id)) { + ENGINE_free(ret); + return NULL; + } + return ret; +} +void ENGINE_load_gost(void) +{ + ENGINE *toadd; + if (pmeth_GostR3410_94) + return; + toadd = engine_gost(); + if (!toadd) + return; + ENGINE_add(toadd); + ENGINE_free(toadd); + ERR_clear_error(); +} +#endif diff --git a/openssl/engines/ccgost/gost_keywrap.c b/openssl/engines/ccgost/gost_keywrap.c index c618f6da2..502a83c62 100644 --- a/openssl/engines/ccgost/gost_keywrap.c +++ b/openssl/engines/ccgost/gost_keywrap.c @@ -11,99 +11,96 @@ #include "gost89.h" #include "gost_keywrap.h" -/* Diversifies key using random UserKey Material - * Implements RFC 4357 p 6.5 key diversification algorithm - * +/*- + * Diversifies key using random UserKey Material + * Implements RFC 4357 p 6.5 key diversification algorithm + * * inputKey - 32byte key to be diversified * ukm - 8byte user key material - * outputKey - 32byte buffer to store diversified key + * outputKey - 32byte buffer to store diversified key * */ -void keyDiversifyCryptoPro(gost_ctx *ctx,const unsigned char *inputKey, const unsigned char *ukm, unsigned char *outputKey) - { +void keyDiversifyCryptoPro(gost_ctx * ctx, const unsigned char *inputKey, + const unsigned char *ukm, unsigned char *outputKey) +{ - u4 k,s1,s2; - int i,j,mask; - unsigned char S[8]; - memcpy(outputKey,inputKey,32); - for (i=0;i<8;i++) - { - /* Make array of integers from key */ - /* Compute IV S*/ - s1=0,s2=0; - for (j=0,mask=1;j<8;j++,mask<<=1) - { - k=((u4)outputKey[4*j])|(outputKey[4*j+1]<<8)| - (outputKey[4*j+2]<<16)|(outputKey[4*j+3]<<24); - if (mask & ukm[i]) - { - s1+=k; - } - else - { - s2+=k; - } - } - S[0]=(unsigned char)(s1&0xff); - S[1]=(unsigned char)((s1>>8)&0xff); - S[2]=(unsigned char)((s1>>16)&0xff); - S[3]=(unsigned char)((s1>>24)&0xff); - S[4]=(unsigned char)(s2&0xff); - S[5]=(unsigned char)((s2>>8)&0xff); - S[6]=(unsigned char)((s2>>16)&0xff); - S[7]=(unsigned char)((s2>>24)&0xff); - gost_key(ctx,outputKey); - gost_enc_cfb(ctx,S,outputKey,outputKey,4); - } - } - + u4 k, s1, s2; + int i, j, mask; + unsigned char S[8]; + memcpy(outputKey, inputKey, 32); + for (i = 0; i < 8; i++) { + /* Make array of integers from key */ + /* Compute IV S */ + s1 = 0, s2 = 0; + for (j = 0, mask = 1; j < 8; j++, mask <<= 1) { + k = ((u4) outputKey[4 * j]) | (outputKey[4 * j + 1] << 8) | + (outputKey[4 * j + 2] << 16) | (outputKey[4 * j + 3] << 24); + if (mask & ukm[i]) { + s1 += k; + } else { + s2 += k; + } + } + S[0] = (unsigned char)(s1 & 0xff); + S[1] = (unsigned char)((s1 >> 8) & 0xff); + S[2] = (unsigned char)((s1 >> 16) & 0xff); + S[3] = (unsigned char)((s1 >> 24) & 0xff); + S[4] = (unsigned char)(s2 & 0xff); + S[5] = (unsigned char)((s2 >> 8) & 0xff); + S[6] = (unsigned char)((s2 >> 16) & 0xff); + S[7] = (unsigned char)((s2 >> 24) & 0xff); + gost_key(ctx, outputKey); + gost_enc_cfb(ctx, S, outputKey, outputKey, 4); + } +} -/* +/*- * Wraps key using RFC 4357 6.3 - * ctx - gost encryption context, initialized with some S-boxes + * ctx - gost encryption context, initialized with some S-boxes * keyExchangeKey (KEK) 32-byte (256-bit) shared key - * ukm - 8 byte (64 bit) user key material, + * ukm - 8 byte (64 bit) user key material, * sessionKey - 32-byte (256-bit) key to be wrapped * wrappedKey - 44-byte buffer to store wrapped key - */ + */ -int keyWrapCryptoPro(gost_ctx *ctx,const unsigned char *keyExchangeKey, const unsigned char *ukm, - const unsigned char *sessionKey, unsigned char *wrappedKey) - { - unsigned char kek_ukm[32]; - keyDiversifyCryptoPro(ctx,keyExchangeKey,ukm,kek_ukm); - gost_key(ctx,kek_ukm); - memcpy(wrappedKey,ukm,8); - gost_enc(ctx,sessionKey,wrappedKey+8,4); - gost_mac_iv(ctx,32,ukm,sessionKey,32,wrappedKey+40); - return 1; - } -/* +int keyWrapCryptoPro(gost_ctx * ctx, const unsigned char *keyExchangeKey, + const unsigned char *ukm, + const unsigned char *sessionKey, + unsigned char *wrappedKey) +{ + unsigned char kek_ukm[32]; + keyDiversifyCryptoPro(ctx, keyExchangeKey, ukm, kek_ukm); + gost_key(ctx, kek_ukm); + memcpy(wrappedKey, ukm, 8); + gost_enc(ctx, sessionKey, wrappedKey + 8, 4); + gost_mac_iv(ctx, 32, ukm, sessionKey, 32, wrappedKey + 40); + return 1; +} + +/*- * Unwraps key using RFC 4357 6.4 - * ctx - gost encryption context, initialized with some S-boxes + * ctx - gost encryption context, initialized with some S-boxes * keyExchangeKey 32-byte shared key * wrappedKey 44 byte key to be unwrapped (concatenation of 8-byte UKM, - * 32 byte encrypted key and 4 byte MAC - * + * 32 byte encrypted key and 4 byte MAC + * * sessionKEy - 32byte buffer to store sessionKey in * Returns 1 if key is decrypted successfully, and 0 if MAC doesn't match - */ - -int keyUnwrapCryptoPro(gost_ctx *ctx,const unsigned char *keyExchangeKey, - const unsigned char *wrappedKey, unsigned char *sessionKey) - { - unsigned char kek_ukm[32],cek_mac[4]; - keyDiversifyCryptoPro(ctx,keyExchangeKey,wrappedKey - /* First 8 bytes of wrapped Key is ukm */ - ,kek_ukm); - gost_key(ctx,kek_ukm); - gost_dec(ctx,wrappedKey+8,sessionKey,4); - gost_mac_iv(ctx,32,wrappedKey,sessionKey,32,cek_mac); - if (memcmp(cek_mac,wrappedKey+40,4)) - { - return 0; - } - return 1; - } - + */ +int keyUnwrapCryptoPro(gost_ctx * ctx, const unsigned char *keyExchangeKey, + const unsigned char *wrappedKey, + unsigned char *sessionKey) +{ + unsigned char kek_ukm[32], cek_mac[4]; + keyDiversifyCryptoPro(ctx, keyExchangeKey, wrappedKey + /* First 8 bytes of wrapped Key is ukm */ + , kek_ukm); + gost_key(ctx, kek_ukm); + gost_dec(ctx, wrappedKey + 8, sessionKey, 4); + gost_mac_iv(ctx, 32, wrappedKey, sessionKey, 32, cek_mac); + if (memcmp(cek_mac, wrappedKey + 40, 4)) { + return 0; + } + return 1; +} diff --git a/openssl/engines/ccgost/gost_keywrap.h b/openssl/engines/ccgost/gost_keywrap.h index 37c2a0f73..7def4c9fe 100644 --- a/openssl/engines/ccgost/gost_keywrap.h +++ b/openssl/engines/ccgost/gost_keywrap.h @@ -8,49 +8,49 @@ * Doesn't need OpenSSL * **********************************************************************/ #ifndef GOST_KEYWRAP_H -#define GOST_KEYWRAP_H -#include -#include "gost89.h" -/* Diversifies key using random UserKey Material - * Implements RFC 4357 p 6.5 key diversification algorithm - * +# define GOST_KEYWRAP_H +# include +# include "gost89.h" +/*- + * Diversifies key using random UserKey Material + * Implements RFC 4357 p 6.5 key diversification algorithm + * * inputKey - 32byte key to be diversified * ukm - 8byte user key material - * outputKey - 32byte buffer to store diversified key + * outputKey - 32byte buffer to store diversified key * */ -void keyDiversifyCryptoPro(gost_ctx *ctx, - const unsigned char *inputKey, - const unsigned char *ukm, - unsigned char *outputKey); -/* +void keyDiversifyCryptoPro(gost_ctx * ctx, + const unsigned char *inputKey, + const unsigned char *ukm, + unsigned char *outputKey); +/*- * Wraps key using RFC 4357 6.3 - * ctx - gost encryption context, initialized with some S-boxes + * ctx - gost encryption context, initialized with some S-boxes * keyExchangeKey (KEK) 32-byte (256-bit) shared key - * ukm - 8 byte (64 bit) user key material, + * ukm - 8 byte (64 bit) user key material, * sessionKey - 32-byte (256-bit) key to be wrapped * wrappedKey - 44-byte buffer to store wrapped key - */ + */ -int keyWrapCryptoPro(gost_ctx *ctx, - const unsigned char *keyExchangeKey, - const unsigned char *ukm, - const unsigned char *sessionKey, - unsigned char *wrappedKey) ; -/* +int keyWrapCryptoPro(gost_ctx * ctx, + const unsigned char *keyExchangeKey, + const unsigned char *ukm, + const unsigned char *sessionKey, + unsigned char *wrappedKey); +/*- * Unwraps key using RFC 4357 6.4 - * ctx - gost encryption context, initialized with some S-boxes + * ctx - gost encryption context, initialized with some S-boxes * keyExchangeKey 32-byte shared key * wrappedKey 44 byte key to be unwrapped (concatenation of 8-byte UKM, - * 32 byte encrypted key and 4 byte MAC - * + * 32 byte encrypted key and 4 byte MAC + * * sessionKEy - 32byte buffer to store sessionKey in * Returns 1 if key is decrypted successfully, and 0 if MAC doesn't match - */ - + */ -int keyUnwrapCryptoPro(gost_ctx *ctx, - const unsigned char *keyExchangeKey, - const unsigned char *wrappedKey, - unsigned char *sessionKey) ; +int keyUnwrapCryptoPro(gost_ctx * ctx, + const unsigned char *keyExchangeKey, + const unsigned char *wrappedKey, + unsigned char *sessionKey); #endif diff --git a/openssl/engines/ccgost/gost_lcl.h b/openssl/engines/ccgost/gost_lcl.h index 00aa42cea..3a2c7d570 100644 --- a/openssl/engines/ccgost/gost_lcl.h +++ b/openssl/engines/ccgost/gost_lcl.h @@ -1,5 +1,5 @@ #ifndef GOST_TOOLS_H -#define GOST_TOOLS_H +# define GOST_TOOLS_H /********************************************************************** * gost_lcl.h * * Copyright (c) 2006 Cryptocom LTD * @@ -8,154 +8,155 @@ * Internal declarations used in GOST engine * * OpenSSL 0.9.9 libraries required to compile and use * * this code * - **********************************************************************/ -#include -#include -#include -#include -#include -#include -#include -#include "gost89.h" -#include "gosthash.h" + **********************************************************************/ +# include +# include +# include +# include +# include +# include +# include +# include "gost89.h" +# include "gosthash.h" /* Control commands */ -#define GOST_PARAM_CRYPT_PARAMS 0 -#define GOST_PARAM_MAX 0 -#define GOST_CTRL_CRYPT_PARAMS (ENGINE_CMD_BASE+GOST_PARAM_CRYPT_PARAMS) +# define GOST_PARAM_CRYPT_PARAMS 0 +# define GOST_PARAM_MAX 0 +# define GOST_CTRL_CRYPT_PARAMS (ENGINE_CMD_BASE+GOST_PARAM_CRYPT_PARAMS) - extern const ENGINE_CMD_DEFN gost_cmds[]; - int gost_control_func(ENGINE *e,int cmd, long i, void *p, void (*f)(void)); - const char *get_gost_engine_param(int param); - int gost_set_default_param(int param, const char *value); - void gost_param_free(void); +extern const ENGINE_CMD_DEFN gost_cmds[]; +int gost_control_func(ENGINE *e, int cmd, long i, void *p, void (*f) (void)); +const char *get_gost_engine_param(int param); +int gost_set_default_param(int param, const char *value); +void gost_param_free(void); /* method registration */ - int register_ameth_gost (int nid, EVP_PKEY_ASN1_METHOD **ameth, const char* pemstr, const char* info); - int register_pmeth_gost (int id, EVP_PKEY_METHOD **pmeth, int flags); +int register_ameth_gost(int nid, EVP_PKEY_ASN1_METHOD **ameth, + const char *pemstr, const char *info); +int register_pmeth_gost(int id, EVP_PKEY_METHOD **pmeth, int flags); /* Gost-specific pmeth control-function parameters */ /* For GOST R34.10 parameters */ -#define param_ctrl_string "paramset" -#define EVP_PKEY_CTRL_GOST_PARAMSET (EVP_PKEY_ALG_CTRL+1) +# define param_ctrl_string "paramset" +# define EVP_PKEY_CTRL_GOST_PARAMSET (EVP_PKEY_ALG_CTRL+1) /* For GOST 28147 MAC */ -#define key_ctrl_string "key" -#define hexkey_ctrl_string "hexkey" -#define EVP_PKEY_CTRL_GOST_MAC_HEXKEY (EVP_PKEY_ALG_CTRL+3) +# define key_ctrl_string "key" +# define hexkey_ctrl_string "hexkey" +# define EVP_PKEY_CTRL_GOST_MAC_HEXKEY (EVP_PKEY_ALG_CTRL+3) /* Pmeth internal representation */ - struct gost_pmeth_data { - int sign_param_nid; /* Should be set whenever parameters are filled */ - EVP_MD *md; - unsigned char *shared_ukm; - int peer_key_used; - }; - - struct gost_mac_pmeth_data { - int key_set; - EVP_MD *md; - unsigned char key[32]; - } ; -/* GOST-specific ASN1 structures */ +struct gost_pmeth_data { + int sign_param_nid; /* Should be set whenever parameters are + * filled */ + EVP_MD *md; + unsigned char *shared_ukm; + int peer_key_used; +}; +struct gost_mac_pmeth_data { + int key_set; + EVP_MD *md; + unsigned char key[32]; +}; +/* GOST-specific ASN1 structures */ typedef struct { - ASN1_OCTET_STRING *encrypted_key; - ASN1_OCTET_STRING *imit; + ASN1_OCTET_STRING *encrypted_key; + ASN1_OCTET_STRING *imit; } GOST_KEY_INFO; DECLARE_ASN1_FUNCTIONS(GOST_KEY_INFO) typedef struct { - ASN1_OBJECT *cipher; - X509_PUBKEY *ephem_key; - ASN1_OCTET_STRING *eph_iv; + ASN1_OBJECT *cipher; + X509_PUBKEY *ephem_key; + ASN1_OCTET_STRING *eph_iv; } GOST_KEY_AGREEMENT_INFO; DECLARE_ASN1_FUNCTIONS(GOST_KEY_AGREEMENT_INFO) - + typedef struct { - GOST_KEY_INFO *key_info; - GOST_KEY_AGREEMENT_INFO *key_agreement_info; + GOST_KEY_INFO *key_info; + GOST_KEY_AGREEMENT_INFO *key_agreement_info; } GOST_KEY_TRANSPORT; DECLARE_ASN1_FUNCTIONS(GOST_KEY_TRANSPORT) -typedef struct { /* FIXME incomplete */ - GOST_KEY_TRANSPORT *gkt; +typedef struct { /* FIXME incomplete */ + GOST_KEY_TRANSPORT *gkt; } GOST_CLIENT_KEY_EXCHANGE_PARAMS; -/* Hacks to shorten symbols to 31 characters or less, or OpenVMS. - This mimics what's done in symhacks.h, but since this is a very - local header file, I prefered to put this hack directly here. - -- Richard Levitte */ -#ifdef OPENSSL_SYS_VMS -#undef GOST_CLIENT_KEY_EXCHANGE_PARAMS_it -#define GOST_CLIENT_KEY_EXCHANGE_PARAMS_it GOST_CLIENT_KEY_EXC_PARAMS_it -#undef GOST_CLIENT_KEY_EXCHANGE_PARAMS_new -#define GOST_CLIENT_KEY_EXCHANGE_PARAMS_new GOST_CLIENT_KEY_EXC_PARAMS_new -#undef GOST_CLIENT_KEY_EXCHANGE_PARAMS_free -#define GOST_CLIENT_KEY_EXCHANGE_PARAMS_free GOST_CLIENT_KEY_EXC_PARAMS_free -#undef d2i_GOST_CLIENT_KEY_EXCHANGE_PARAMS -#define d2i_GOST_CLIENT_KEY_EXCHANGE_PARAMS d2i_GOST_CLIENT_KEY_EXC_PARAMS -#undef i2d_GOST_CLIENT_KEY_EXCHANGE_PARAMS -#define i2d_GOST_CLIENT_KEY_EXCHANGE_PARAMS i2d_GOST_CLIENT_KEY_EXC_PARAMS -#endif /* End of hack */ +/* + * Hacks to shorten symbols to 31 characters or less, or OpenVMS. This mimics + * what's done in symhacks.h, but since this is a very local header file, I + * prefered to put this hack directly here. -- Richard Levitte + */ +# ifdef OPENSSL_SYS_VMS +# undef GOST_CLIENT_KEY_EXCHANGE_PARAMS_it +# define GOST_CLIENT_KEY_EXCHANGE_PARAMS_it GOST_CLIENT_KEY_EXC_PARAMS_it +# undef GOST_CLIENT_KEY_EXCHANGE_PARAMS_new +# define GOST_CLIENT_KEY_EXCHANGE_PARAMS_new GOST_CLIENT_KEY_EXC_PARAMS_new +# undef GOST_CLIENT_KEY_EXCHANGE_PARAMS_free +# define GOST_CLIENT_KEY_EXCHANGE_PARAMS_free GOST_CLIENT_KEY_EXC_PARAMS_free +# undef d2i_GOST_CLIENT_KEY_EXCHANGE_PARAMS +# define d2i_GOST_CLIENT_KEY_EXCHANGE_PARAMS d2i_GOST_CLIENT_KEY_EXC_PARAMS +# undef i2d_GOST_CLIENT_KEY_EXCHANGE_PARAMS +# define i2d_GOST_CLIENT_KEY_EXCHANGE_PARAMS i2d_GOST_CLIENT_KEY_EXC_PARAMS +# endif /* End of hack */ DECLARE_ASN1_FUNCTIONS(GOST_CLIENT_KEY_EXCHANGE_PARAMS) typedef struct { - ASN1_OBJECT *key_params; - ASN1_OBJECT *hash_params; - ASN1_OBJECT *cipher_params; + ASN1_OBJECT *key_params; + ASN1_OBJECT *hash_params; + ASN1_OBJECT *cipher_params; } GOST_KEY_PARAMS; DECLARE_ASN1_FUNCTIONS(GOST_KEY_PARAMS) typedef struct { - ASN1_OCTET_STRING *iv; - ASN1_OBJECT *enc_param_set; -} GOST_CIPHER_PARAMS; + ASN1_OCTET_STRING *iv; + ASN1_OBJECT *enc_param_set; +} GOST_CIPHER_PARAMS; DECLARE_ASN1_FUNCTIONS(GOST_CIPHER_PARAMS) /*============== Message digest and cipher related structures ==========*/ - /* Structure used as EVP_MD_CTX-md_data. - * It allows to avoid storing in the md-data pointers to - * dynamically allocated memory. - * - * I cannot invent better way to avoid memory leaks, because - * openssl insist on invoking Init on Final-ed digests, and there - * is no reliable way to find out whether pointer in the passed - * md_data is valid or not. - * */ + /* + * Structure used as EVP_MD_CTX-md_data. It allows to avoid storing + * in the md-data pointers to dynamically allocated memory. I + * cannot invent better way to avoid memory leaks, because openssl + * insist on invoking Init on Final-ed digests, and there is no + * reliable way to find out whether pointer in the passed md_data is + * valid or not. + */ struct ossl_gost_digest_ctx { - gost_hash_ctx dctx; - gost_ctx cctx; -}; + gost_hash_ctx dctx; + gost_ctx cctx; +}; /* EVP_MD structure for GOST R 34.11 */ extern EVP_MD digest_gost; /* EVP_MD structure for GOST 28147 in MAC mode */ extern EVP_MD imit_gost_cpa; /* Cipher context used for EVP_CIPHER operation */ struct ossl_gost_cipher_ctx { - int paramNID; - unsigned int count; - int key_meshing; - gost_ctx cctx; -}; + int paramNID; + unsigned int count; + int key_meshing; + gost_ctx cctx; +}; /* Structure to map parameter NID to S-block */ struct gost_cipher_info { - int nid; - gost_subst_block *sblock; - int key_meshing; + int nid; + gost_subst_block *sblock; + int key_meshing; }; /* Context for MAC */ struct ossl_gost_imit_ctx { - gost_ctx cctx; - unsigned char buffer[8]; - unsigned char partial_block[8]; - unsigned int count; - int key_meshing; - int bytes_left; - int key_set; -}; + gost_ctx cctx; + unsigned char buffer[8]; + unsigned char partial_block[8]; + unsigned int count; + int key_meshing; + int bytes_left; + int key_set; +}; /* Table which maps parameter NID to S-blocks */ extern struct gost_cipher_info gost_cipher_list[]; /* Find encryption params from ASN1_OBJECT */ @@ -163,56 +164,66 @@ const struct gost_cipher_info *get_encryption_params(ASN1_OBJECT *obj); /* Implementation of GOST 28147-89 cipher in CFB and CNT modes */ extern EVP_CIPHER cipher_gost; extern EVP_CIPHER cipher_gost_cpacnt; -#define EVP_MD_CTRL_KEY_LEN (EVP_MD_CTRL_ALG_CTRL+3) -#define EVP_MD_CTRL_SET_KEY (EVP_MD_CTRL_ALG_CTRL+4) +# define EVP_MD_CTRL_KEY_LEN (EVP_MD_CTRL_ALG_CTRL+3) +# define EVP_MD_CTRL_SET_KEY (EVP_MD_CTRL_ALG_CTRL+4) /* EVP_PKEY_METHOD key encryption callbacks */ /* From gost94_keyx.c */ -int pkey_GOST94cp_encrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char* key, size_t key_len ); +int pkey_GOST94cp_encrypt(EVP_PKEY_CTX *ctx, unsigned char *out, + size_t *outlen, const unsigned char *key, + size_t key_len); -int pkey_GOST94cp_decrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char* in, size_t in_len ); +int pkey_GOST94cp_decrypt(EVP_PKEY_CTX *ctx, unsigned char *out, + size_t *outlen, const unsigned char *in, + size_t in_len); /* From gost2001_keyx.c */ -int pkey_GOST01cp_encrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char* key, size_t key_len ); +int pkey_GOST01cp_encrypt(EVP_PKEY_CTX *ctx, unsigned char *out, + size_t *outlen, const unsigned char *key, + size_t key_len); -int pkey_GOST01cp_decrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char* in, size_t in_len ); +int pkey_GOST01cp_decrypt(EVP_PKEY_CTX *ctx, unsigned char *out, + size_t *outlen, const unsigned char *in, + size_t in_len); /* derive functions */ /* From gost2001_keyx.c */ -int pkey_gost2001_derive(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen); +int pkey_gost2001_derive(EVP_PKEY_CTX *ctx, unsigned char *key, + size_t *keylen); /* From gost94_keyx.c */ int pkey_gost94_derive(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen); /* Internal functions for signature algorithms */ -int fill_GOST94_params(DSA *dsa,int nid); +int fill_GOST94_params(DSA *dsa, int nid); int fill_GOST2001_params(EC_KEY *eckey, int nid); -int gost_sign_keygen(DSA *dsa) ; -int gost2001_keygen(EC_KEY *ec) ; +int gost_sign_keygen(DSA *dsa); +int gost2001_keygen(EC_KEY *ec); -DSA_SIG *gost_do_sign(const unsigned char *dgst,int dlen, DSA *dsa) ; -DSA_SIG *gost2001_do_sign(const unsigned char *dgst,int dlen, EC_KEY *eckey); +DSA_SIG *gost_do_sign(const unsigned char *dgst, int dlen, DSA *dsa); +DSA_SIG *gost2001_do_sign(const unsigned char *dgst, int dlen, EC_KEY *eckey); int gost_do_verify(const unsigned char *dgst, int dgst_len, - DSA_SIG *sig, DSA *dsa) ; -int gost2001_do_verify(const unsigned char *dgst,int dgst_len, - DSA_SIG *sig, EC_KEY *ec); -int gost2001_compute_public(EC_KEY *ec) ; -int gost94_compute_public(DSA *dsa) ; + DSA_SIG *sig, DSA *dsa); +int gost2001_do_verify(const unsigned char *dgst, int dgst_len, + DSA_SIG *sig, EC_KEY *ec); +int gost2001_compute_public(EC_KEY *ec); +int gost94_compute_public(DSA *dsa); /*============== miscellaneous functions============================= */ /* from gost_sign.c */ /* Convert GOST R 34.11 hash sum to bignum according to standard */ -BIGNUM *hashsum2bn(const unsigned char *dgst) ; -/* Store bignum in byte array of given length, prepending by zeros - * if nesseccary */ -int store_bignum(BIGNUM *bn, unsigned char *buf,int len); -/* Read bignum, which can have few MSB all-zeros from buffer*/ -BIGNUM *getbnfrombuf(const unsigned char *buf,size_t len); +BIGNUM *hashsum2bn(const unsigned char *dgst); +/* + * Store bignum in byte array of given length, prepending by zeros if + * nesseccary + */ +int store_bignum(BIGNUM *bn, unsigned char *buf, int len); +/* Read bignum, which can have few MSB all-zeros from buffer*/ +BIGNUM *getbnfrombuf(const unsigned char *buf, size_t len); /* Pack GOST R 34.10 signature according to CryptoPro rules */ -int pack_sign_cp(DSA_SIG *s,int order,unsigned char *sig, size_t *siglen); +int pack_sign_cp(DSA_SIG *s, int order, unsigned char *sig, size_t *siglen); /* Unpack GOST R 34.10 signature according to CryptoPro rules */ -DSA_SIG *unpack_cp_signature(const unsigned char *sig,size_t siglen) ; +DSA_SIG *unpack_cp_signature(const unsigned char *sig, size_t siglen); /* from ameth.c */ /* Get private key as BIGNUM from both R 34.10-94 and R 34.10-2001 keys*/ /* Returns pointer into EVP_PKEY structure */ -BIGNUM* gost_get0_priv_key(const EVP_PKEY *pkey) ; +BIGNUM *gost_get0_priv_key(const EVP_PKEY *pkey); /* Find NID by GOST 94 parameters */ -int gost94_nid_by_params(DSA *p) ; - +int gost94_nid_by_params(DSA *p); #endif diff --git a/openssl/engines/ccgost/gost_md.c b/openssl/engines/ccgost/gost_md.c index 417e10887..1ccc6be0e 100644 --- a/openssl/engines/ccgost/gost_md.c +++ b/openssl/engines/ccgost/gost_md.c @@ -13,63 +13,64 @@ /* implementation of GOST 34.11 hash function See gost_md.c*/ static int gost_digest_init(EVP_MD_CTX *ctx); -static int gost_digest_update(EVP_MD_CTX *ctx, const void *data, size_t count); -static int gost_digest_final(EVP_MD_CTX *ctx,unsigned char *md); -static int gost_digest_copy(EVP_MD_CTX *to,const EVP_MD_CTX *from); +static int gost_digest_update(EVP_MD_CTX *ctx, const void *data, + size_t count); +static int gost_digest_final(EVP_MD_CTX *ctx, unsigned char *md); +static int gost_digest_copy(EVP_MD_CTX *to, const EVP_MD_CTX *from); static int gost_digest_cleanup(EVP_MD_CTX *ctx); -EVP_MD digest_gost= - { - NID_id_GostR3411_94, - NID_undef, - 32, - EVP_MD_FLAG_PKEY_METHOD_SIGNATURE, - gost_digest_init, - gost_digest_update, - gost_digest_final, - gost_digest_copy, - gost_digest_cleanup, - NULL, - NULL, - {NID_undef,NID_undef,0,0,0}, - 32, - sizeof(struct ossl_gost_digest_ctx ), - NULL - }; +EVP_MD digest_gost = { + NID_id_GostR3411_94, + NID_undef, + 32, + EVP_MD_FLAG_PKEY_METHOD_SIGNATURE, + gost_digest_init, + gost_digest_update, + gost_digest_final, + gost_digest_copy, + gost_digest_cleanup, + NULL, + NULL, + {NID_undef, NID_undef, 0, 0, 0}, + 32, + sizeof(struct ossl_gost_digest_ctx), + NULL +}; -int gost_digest_init(EVP_MD_CTX *ctx) - { - struct ossl_gost_digest_ctx *c = ctx->md_data; - memset(&(c->dctx),0,sizeof(gost_hash_ctx)); - gost_init(&(c->cctx),&GostR3411_94_CryptoProParamSet); - c->dctx.cipher_ctx= &(c->cctx); - return 1; - } +int gost_digest_init(EVP_MD_CTX *ctx) +{ + struct ossl_gost_digest_ctx *c = ctx->md_data; + memset(&(c->dctx), 0, sizeof(gost_hash_ctx)); + gost_init(&(c->cctx), &GostR3411_94_CryptoProParamSet); + c->dctx.cipher_ctx = &(c->cctx); + return 1; +} -int gost_digest_update(EVP_MD_CTX *ctx,const void *data,size_t count) - { - return hash_block((gost_hash_ctx *)ctx->md_data,data,count); - } +int gost_digest_update(EVP_MD_CTX *ctx, const void *data, size_t count) +{ + return hash_block((gost_hash_ctx *) ctx->md_data, data, count); +} -int gost_digest_final(EVP_MD_CTX *ctx,unsigned char *md) - { - return finish_hash((gost_hash_ctx *)ctx->md_data,md); - - } +int gost_digest_final(EVP_MD_CTX *ctx, unsigned char *md) +{ + return finish_hash((gost_hash_ctx *) ctx->md_data, md); -int gost_digest_copy(EVP_MD_CTX *to,const EVP_MD_CTX *from) - { - struct ossl_gost_digest_ctx *md_ctx=to->md_data; - if (to->md_data && from->md_data) { - memcpy(to->md_data,from->md_data,sizeof(struct ossl_gost_digest_ctx)); - md_ctx->dctx.cipher_ctx=&(md_ctx->cctx); - } - return 1; - } +} -int gost_digest_cleanup(EVP_MD_CTX *ctx) - { - if (ctx->md_data) - memset(ctx->md_data,0,sizeof(struct ossl_gost_digest_ctx)); - return 1; - } +int gost_digest_copy(EVP_MD_CTX *to, const EVP_MD_CTX *from) +{ + struct ossl_gost_digest_ctx *md_ctx = to->md_data; + if (to->md_data && from->md_data) { + memcpy(to->md_data, from->md_data, + sizeof(struct ossl_gost_digest_ctx)); + md_ctx->dctx.cipher_ctx = &(md_ctx->cctx); + } + return 1; +} + +int gost_digest_cleanup(EVP_MD_CTX *ctx) +{ + if (ctx->md_data) + memset(ctx->md_data, 0, sizeof(struct ossl_gost_digest_ctx)); + return 1; +} diff --git a/openssl/engines/ccgost/gost_params.c b/openssl/engines/ccgost/gost_params.c index 40fc343af..0411534b7 100644 --- a/openssl/engines/ccgost/gost_params.c +++ b/openssl/engines/ccgost/gost_params.c @@ -6,193 +6,202 @@ * Definitions of GOST R 34.10 parameter sets, defined in RFC 4357 * * OpenSSL 0.9.9 libraries required to compile and use * * this code * - **********************************************************************/ + **********************************************************************/ #include "gost_params.h" #include /* Parameters of GOST 34.10 */ -R3410_params R3410_paramset[]={ +R3410_params R3410_paramset[] = { /* Paramset A */ -{NID_id_GostR3410_94_CryptoPro_A_ParamSet, -"100997906755055304772081815535925224869" -"8410825720534578748235158755771479905292727772441528526992987964833" -"5669968284202797289605274717317548059048560713474685214192868091256" -"1502802222185647539190902656116367847270145019066794290930185446216" -"3997308722217328898303231940973554032134009725883228768509467406639" -"62", -"127021248288932417465907042777176443525" -"7876535089165358128175072657050312609850984974231883334834011809259" -"9999512098893413065920561499672425412104927434935707492031276956145" -"1689224110579311248812610229678534638401693520013288995000362260684" -"2227508135323070045173416336850045410625869714168836867788425378203" -"83", -"683631961449557007844441656118272528951" -"02170888761442055095051287550314083023"}, -{NID_id_GostR3410_94_CryptoPro_B_ParamSet, -"429418261486158041438734477379555023926" -"7234596860714306679811299408947123142002706038521669956384871995765" -"7284814898909770759462613437669456364882730370838934791080835932647" -"9767786019153434744009610342313166725786869204821949328786333602033" -"8479709268434224762105576023501613261478065276102850944540333865234" -"1", -"139454871199115825601409655107690713107" -"0417070599280317977580014543757653577229840941243685222882398330391" -"1468164807668823692122073732267216074074777170091113455043205380464" -"7694904686120113087816240740184800477047157336662926249423571248823" -"9685422217536601433914856808405203368594584948031873412885804895251" -"63", -"79885141663410976897627118935756323747307951916507639758300472692338873533959" -}, -{NID_id_GostR3410_94_CryptoPro_C_ParamSet, -"816552717970881016017893191415300348226" -"2544051353358162468249467681876621283478212884286545844013955142622" -"2087723485023722868022275009502224827866201744494021697716482008353" -"6398202298024892620480898699335508064332313529725332208819456895108" -"5155178100221003459370588291073071186553005962149936840737128710832" -"3", -"110624679233511963040518952417017040248" -"5862954819831383774196396298584395948970608956170224210628525560327" -"8638246716655439297654402921844747893079518669992827880792192992701" -"1428546551433875806377110443534293554066712653034996277099320715774" -"3542287621283671843703709141350171945045805050291770503634517804938" -"01", -"113468861199819350564868233378875198043" -"267947776488510997961231672532899549103" -}, -{NID_id_GostR3410_94_CryptoPro_D_ParamSet, -"756976611021707301782128757801610628085" -"5283803109571158829574281419208532589041660017017859858216341400371" -"4687551412794400562878935266630754392677014598582103365983119173924" -"4732511225464712252386803315902707727668715343476086350472025298282" -"7271461690125050616858238384366331089777463541013033926723743254833" -"7", -"905457649621929965904290958774625315611" -"3056083907389766971404812524422262512556054474620855996091570786713" -"5849550236741915584185990627801066465809510095784713989819413820871" -"5964648914493053407920737078890520482730623038837767710173664838239" -"8574828787891286471201460474326612697849693665518073864436497893214" -"9", -"108988435796353506912374591498972192620" -"190487557619582334771735390599299211593" -}, + {NID_id_GostR3410_94_CryptoPro_A_ParamSet, + "100997906755055304772081815535925224869" + "8410825720534578748235158755771479905292727772441528526992987964833" + "5669968284202797289605274717317548059048560713474685214192868091256" + "1502802222185647539190902656116367847270145019066794290930185446216" + "3997308722217328898303231940973554032134009725883228768509467406639" + "62", + "127021248288932417465907042777176443525" + "7876535089165358128175072657050312609850984974231883334834011809259" + "9999512098893413065920561499672425412104927434935707492031276956145" + "1689224110579311248812610229678534638401693520013288995000362260684" + "2227508135323070045173416336850045410625869714168836867788425378203" + "83", + "683631961449557007844441656118272528951" + "02170888761442055095051287550314083023"} + , + {NID_id_GostR3410_94_CryptoPro_B_ParamSet, + "429418261486158041438734477379555023926" + "7234596860714306679811299408947123142002706038521669956384871995765" + "7284814898909770759462613437669456364882730370838934791080835932647" + "9767786019153434744009610342313166725786869204821949328786333602033" + "8479709268434224762105576023501613261478065276102850944540333865234" + "1", + "139454871199115825601409655107690713107" + "0417070599280317977580014543757653577229840941243685222882398330391" + "1468164807668823692122073732267216074074777170091113455043205380464" + "7694904686120113087816240740184800477047157336662926249423571248823" + "9685422217536601433914856808405203368594584948031873412885804895251" + "63", + "79885141663410976897627118935756323747307951916507639758300472692338873533959"} + , + {NID_id_GostR3410_94_CryptoPro_C_ParamSet, + "816552717970881016017893191415300348226" + "2544051353358162468249467681876621283478212884286545844013955142622" + "2087723485023722868022275009502224827866201744494021697716482008353" + "6398202298024892620480898699335508064332313529725332208819456895108" + "5155178100221003459370588291073071186553005962149936840737128710832" + "3", + "110624679233511963040518952417017040248" + "5862954819831383774196396298584395948970608956170224210628525560327" + "8638246716655439297654402921844747893079518669992827880792192992701" + "1428546551433875806377110443534293554066712653034996277099320715774" + "3542287621283671843703709141350171945045805050291770503634517804938" + "01", + "113468861199819350564868233378875198043" + "267947776488510997961231672532899549103"} + , + {NID_id_GostR3410_94_CryptoPro_D_ParamSet, + "756976611021707301782128757801610628085" + "5283803109571158829574281419208532589041660017017859858216341400371" + "4687551412794400562878935266630754392677014598582103365983119173924" + "4732511225464712252386803315902707727668715343476086350472025298282" + "7271461690125050616858238384366331089777463541013033926723743254833" + "7", + "905457649621929965904290958774625315611" + "3056083907389766971404812524422262512556054474620855996091570786713" + "5849550236741915584185990627801066465809510095784713989819413820871" + "5964648914493053407920737078890520482730623038837767710173664838239" + "8574828787891286471201460474326612697849693665518073864436497893214" + "9", + "108988435796353506912374591498972192620" + "190487557619582334771735390599299211593"} + , -{NID_id_GostR3410_94_CryptoPro_XchA_ParamSet, -"1335318132727206734338595199483190012179423759678474868994823595993" -"6964252873471246159040332773182141032801252925387191478859899310331" -"0567744136196364803064721377826656898686468463277710150809401182608" -"7702016153249904683329312949209127762411378780302243557466062839716" -"59376426832674269780880061631528163475887", -"14201174159756348119636828602231808974327613839524373876287257344192" -"74593935127189736311660784676003608489466235676257952827747192122419" -"29071046134208380636394084512691828894000571524625445295769349356752" -"72895683154177544176313938445719175509684710784659566254794231229333" -"8483924514339614727760681880609734239", -"91771529896554605945588149018382750217296858393520724172743325725474" -"374979801" -}, -{NID_id_GostR3410_94_CryptoPro_XchB_ParamSet, -"8890864727828423151699995801875757891031463338652579140051973659" -"3048131440685857067369829407947744496306656291505503608252399443" -"7900272386749145996230867832228661977543992816745254823298629859" -"8753575466286051738837854736167685769017780335804511440773337196" -"2538423532919394477873664752824509986617878992443177", -"1028946126624994859676552074360530315217970499989304888248413244" -"8474923022758470167998871003604670704877377286176171227694098633" -"1539089568784129110109512690503345393869871295783467257264868341" -"7200196629860561193666752429682367397084815179752036423595736533" -"68957392061769855284593965042530895046088067160269433", -"9109671391802626916582318050603555673628769498182593088388796888" -"5281641595199" -}, -{NID_id_GostR3410_94_CryptoPro_XchC_ParamSet, -"4430618464297584182473135030809859326863990650118941756995270074" -"8609973181426950235239623239110557450826919295792878938752101867" -"7047181623251027516953100431855964837602657827828194249605561893" -"6965865325513137194483136247773653468410118796740709840825496997" -"9375560722345106704721086025979309968763193072908334", -"1246996366993477513607147265794064436203408861395055989217248455" -"7299870737698999651480662364723992859320868822848751165438350943" -"3276647222625940615560580450040947211826027729977563540237169063" -"0448079715771649447778447000597419032457722226253269698374446528" -"35352729304393746106576383349151001715930924115499549", -"6787876137336591234380295020065682527118129468050147943114675429" -"4748422492761" -}, + {NID_id_GostR3410_94_CryptoPro_XchA_ParamSet, + "1335318132727206734338595199483190012179423759678474868994823595993" + "6964252873471246159040332773182141032801252925387191478859899310331" + "0567744136196364803064721377826656898686468463277710150809401182608" + "7702016153249904683329312949209127762411378780302243557466062839716" + "59376426832674269780880061631528163475887", + "14201174159756348119636828602231808974327613839524373876287257344192" + "74593935127189736311660784676003608489466235676257952827747192122419" + "29071046134208380636394084512691828894000571524625445295769349356752" + "72895683154177544176313938445719175509684710784659566254794231229333" + "8483924514339614727760681880609734239", + "91771529896554605945588149018382750217296858393520724172743325725474" + "374979801"} + , + {NID_id_GostR3410_94_CryptoPro_XchB_ParamSet, + "8890864727828423151699995801875757891031463338652579140051973659" + "3048131440685857067369829407947744496306656291505503608252399443" + "7900272386749145996230867832228661977543992816745254823298629859" + "8753575466286051738837854736167685769017780335804511440773337196" + "2538423532919394477873664752824509986617878992443177", + "1028946126624994859676552074360530315217970499989304888248413244" + "8474923022758470167998871003604670704877377286176171227694098633" + "1539089568784129110109512690503345393869871295783467257264868341" + "7200196629860561193666752429682367397084815179752036423595736533" + "68957392061769855284593965042530895046088067160269433", + "9109671391802626916582318050603555673628769498182593088388796888" + "5281641595199"} + , + {NID_id_GostR3410_94_CryptoPro_XchC_ParamSet, + "4430618464297584182473135030809859326863990650118941756995270074" + "8609973181426950235239623239110557450826919295792878938752101867" + "7047181623251027516953100431855964837602657827828194249605561893" + "6965865325513137194483136247773653468410118796740709840825496997" + "9375560722345106704721086025979309968763193072908334", + "1246996366993477513607147265794064436203408861395055989217248455" + "7299870737698999651480662364723992859320868822848751165438350943" + "3276647222625940615560580450040947211826027729977563540237169063" + "0448079715771649447778447000597419032457722226253269698374446528" + "35352729304393746106576383349151001715930924115499549", + "6787876137336591234380295020065682527118129468050147943114675429" + "4748422492761"} + , - -{NID_undef,NULL, NULL, NULL} + {NID_undef, NULL, NULL, NULL} }; - -R3410_2001_params R3410_2001_paramset[]={ - /* default_cc_sign01_param 1.2.643.2.9.1.8.1 */ - {NID_id_GostR3410_2001_ParamSet_cc, - /* A */ - "C0000000000000000000000000000000000000000000000000000000000003c4", - /* B */ - "2d06B4265ebc749ff7d0f1f1f88232e81632e9088fd44b7787d5e407e955080c", - /* P */ - "C0000000000000000000000000000000000000000000000000000000000003C7", - /* Q */ - "5fffffffffffffffffffffffffffffff606117a2f4bde428b7458a54b6e87b85", - /* X */ - "2", - /* Y */ - "a20e034bf8813ef5c18d01105e726a17eb248b264ae9706f440bedc8ccb6b22c" - }, - /* 1.2.643.2.2.35.0 */ - {NID_id_GostR3410_2001_TestParamSet, - "7", - "5FBFF498AA938CE739B8E022FBAFEF40563F6E6A3472FC2A514C0CE9DAE23B7E", - "8000000000000000000000000000000000000000000000000000000000000431", - "8000000000000000000000000000000150FE8A1892976154C59CFC193ACCF5B3", - "2", - "08E2A8A0E65147D4BD6316030E16D19C85C97F0A9CA267122B96ABBCEA7E8FC8" - }, - /*1.2.643.2.2.35.1*/ - {NID_id_GostR3410_2001_CryptoPro_A_ParamSet, - "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD94", - "a6", - "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD97", - "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6C611070995AD10045841B09B761B893", - "1", - "8D91E471E0989CDA27DF505A453F2B7635294F2DDF23E3B122ACC99C9E9F1E14" - }, - /*1.2.643.2.2.35.2*/ - {NID_id_GostR3410_2001_CryptoPro_B_ParamSet, - "8000000000000000000000000000000000000000000000000000000000000C96", - "3E1AF419A269A5F866A7D3C25C3DF80AE979259373FF2B182F49D4CE7E1BBC8B", - "8000000000000000000000000000000000000000000000000000000000000C99", - "800000000000000000000000000000015F700CFFF1A624E5E497161BCC8A198F", - "1", - "3FA8124359F96680B83D1C3EB2C070E5C545C9858D03ECFB744BF8D717717EFC" - }, - /*1.2.643.2.2.35.3*/ - {NID_id_GostR3410_2001_CryptoPro_C_ParamSet, - "9B9F605F5A858107AB1EC85E6B41C8AACF846E86789051D37998F7B9022D7598", - "805a", - "9B9F605F5A858107AB1EC85E6B41C8AACF846E86789051D37998F7B9022D759B", - "9B9F605F5A858107AB1EC85E6B41C8AA582CA3511EDDFB74F02F3A6598980BB9", - "0", - "41ECE55743711A8C3CBF3783CD08C0EE4D4DC440D4641A8F366E550DFDB3BB67" - }, - /*1.2.643.2.2.36.0*/ - {NID_id_GostR3410_2001_CryptoPro_XchA_ParamSet, - "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD94", - "a6", - "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD97", - "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6C611070995AD10045841B09B761B893", - "1", - "8D91E471E0989CDA27DF505A453F2B7635294F2DDF23E3B122ACC99C9E9F1E14" - }, - /*1.2.643.2.2.36.1*/ - {NID_id_GostR3410_2001_CryptoPro_XchB_ParamSet, - "9B9F605F5A858107AB1EC85E6B41C8AACF846E86789051D37998F7B9022D7598", - "805a", - "9B9F605F5A858107AB1EC85E6B41C8AACF846E86789051D37998F7B9022D759B", - "9B9F605F5A858107AB1EC85E6B41C8AA582CA3511EDDFB74F02F3A6598980BB9", - "0", - "41ECE55743711A8C3CBF3783CD08C0EE4D4DC440D4641A8F366E550DFDB3BB67" - }, - { 0,NULL,NULL,NULL,NULL,NULL,NULL - } + +R3410_2001_params R3410_2001_paramset[] = { + /* default_cc_sign01_param 1.2.643.2.9.1.8.1 */ + {NID_id_GostR3410_2001_ParamSet_cc, + /* A */ + "C0000000000000000000000000000000000000000000000000000000000003c4", + /* B */ + "2d06B4265ebc749ff7d0f1f1f88232e81632e9088fd44b7787d5e407e955080c", + /* P */ + "C0000000000000000000000000000000000000000000000000000000000003C7", + /* Q */ + "5fffffffffffffffffffffffffffffff606117a2f4bde428b7458a54b6e87b85", + /* X */ + "2", + /* Y */ + "a20e034bf8813ef5c18d01105e726a17eb248b264ae9706f440bedc8ccb6b22c"} + , + /* 1.2.643.2.2.35.0 */ + {NID_id_GostR3410_2001_TestParamSet, + "7", + "5FBFF498AA938CE739B8E022FBAFEF40563F6E6A3472FC2A514C0CE9DAE23B7E", + "8000000000000000000000000000000000000000000000000000000000000431", + "8000000000000000000000000000000150FE8A1892976154C59CFC193ACCF5B3", + "2", + "08E2A8A0E65147D4BD6316030E16D19C85C97F0A9CA267122B96ABBCEA7E8FC8"} + , + /* + * 1.2.643.2.2.35.1 + */ + {NID_id_GostR3410_2001_CryptoPro_A_ParamSet, + "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD94", + "a6", + "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD97", + "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6C611070995AD10045841B09B761B893", + "1", + "8D91E471E0989CDA27DF505A453F2B7635294F2DDF23E3B122ACC99C9E9F1E14"} + , + /* + * 1.2.643.2.2.35.2 + */ + {NID_id_GostR3410_2001_CryptoPro_B_ParamSet, + "8000000000000000000000000000000000000000000000000000000000000C96", + "3E1AF419A269A5F866A7D3C25C3DF80AE979259373FF2B182F49D4CE7E1BBC8B", + "8000000000000000000000000000000000000000000000000000000000000C99", + "800000000000000000000000000000015F700CFFF1A624E5E497161BCC8A198F", + "1", + "3FA8124359F96680B83D1C3EB2C070E5C545C9858D03ECFB744BF8D717717EFC"} + , + /* + * 1.2.643.2.2.35.3 + */ + {NID_id_GostR3410_2001_CryptoPro_C_ParamSet, + "9B9F605F5A858107AB1EC85E6B41C8AACF846E86789051D37998F7B9022D7598", + "805a", + "9B9F605F5A858107AB1EC85E6B41C8AACF846E86789051D37998F7B9022D759B", + "9B9F605F5A858107AB1EC85E6B41C8AA582CA3511EDDFB74F02F3A6598980BB9", + "0", + "41ECE55743711A8C3CBF3783CD08C0EE4D4DC440D4641A8F366E550DFDB3BB67"} + , + /* + * 1.2.643.2.2.36.0 + */ + {NID_id_GostR3410_2001_CryptoPro_XchA_ParamSet, + "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD94", + "a6", + "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD97", + "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6C611070995AD10045841B09B761B893", + "1", + "8D91E471E0989CDA27DF505A453F2B7635294F2DDF23E3B122ACC99C9E9F1E14"} + , + /* + * 1.2.643.2.2.36.1 + */ + {NID_id_GostR3410_2001_CryptoPro_XchB_ParamSet, + "9B9F605F5A858107AB1EC85E6B41C8AACF846E86789051D37998F7B9022D7598", + "805a", + "9B9F605F5A858107AB1EC85E6B41C8AACF846E86789051D37998F7B9022D759B", + "9B9F605F5A858107AB1EC85E6B41C8AA582CA3511EDDFB74F02F3A6598980BB9", + "0", + "41ECE55743711A8C3CBF3783CD08C0EE4D4DC440D4641A8F366E550DFDB3BB67"} + , + {0, NULL, NULL, NULL, NULL, NULL, NULL} }; diff --git a/openssl/engines/ccgost/gost_params.h b/openssl/engines/ccgost/gost_params.h index 4c3f5567d..0773cbfa5 100644 --- a/openssl/engines/ccgost/gost_params.h +++ b/openssl/engines/ccgost/gost_params.h @@ -4,29 +4,29 @@ * This file is distributed under the same license as OpenSSL * * * * Declaration of structures used to represent GOST R 34.10 * - * parameter sets, defined in RFC 4357 * + * parameter sets, defined in RFC 4357 * * OpenSSL 0.9.9 libraries required to compile and use * * this code * - **********************************************************************/ + **********************************************************************/ #ifndef GOST_PARAMSET_H -#define GOST_PARAMSET_H +# define GOST_PARAMSET_H typedef struct R3410 { - int nid; - char *a; - char *p; - char *q; + int nid; + char *a; + char *p; + char *q; } R3410_params; extern R3410_params R3410_paramset[]; typedef struct R3410_2001 { - int nid; - char *a; - char *b; - char *p; - char *q; - char *x; - char *y; + int nid; + char *a; + char *b; + char *p; + char *q; + char *x; + char *y; } R3410_2001_params; extern R3410_2001_params R3410_2001_paramset[]; diff --git a/openssl/engines/ccgost/gost_pmeth.c b/openssl/engines/ccgost/gost_pmeth.c index f91c9b193..a2c7cf27d 100644 --- a/openssl/engines/ccgost/gost_pmeth.c +++ b/openssl/engines/ccgost/gost_pmeth.c @@ -10,619 +10,612 @@ #include #include #include -#include /*For string_to_hex */ +#include /* For string_to_hex */ #include #include #include #include "gost_params.h" #include "gost_lcl.h" #include "e_gost_err.h" -/*-------init, cleanup, copy - uniform for all algs ---------------*/ +/* -----init, cleanup, copy - uniform for all algs ---------------*/ /* Allocates new gost_pmeth_data structure and assigns it as data */ static int pkey_gost_init(EVP_PKEY_CTX *ctx) - { - struct gost_pmeth_data *data; - EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(ctx); - data = OPENSSL_malloc(sizeof(struct gost_pmeth_data)); - if (!data) return 0; - memset(data,0,sizeof(struct gost_pmeth_data)); - if (pkey && EVP_PKEY_get0(pkey)) - { - switch (EVP_PKEY_base_id(pkey)) { - case NID_id_GostR3410_94: - data->sign_param_nid = gost94_nid_by_params(EVP_PKEY_get0(pkey)); - break; - case NID_id_GostR3410_2001: - data->sign_param_nid = EC_GROUP_get_curve_name(EC_KEY_get0_group(EVP_PKEY_get0((EVP_PKEY *)pkey))); - break; - default: - return 0; - } - } - EVP_PKEY_CTX_set_data(ctx,data); - return 1; - } +{ + struct gost_pmeth_data *data; + EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(ctx); + data = OPENSSL_malloc(sizeof(struct gost_pmeth_data)); + if (!data) + return 0; + memset(data, 0, sizeof(struct gost_pmeth_data)); + if (pkey && EVP_PKEY_get0(pkey)) { + switch (EVP_PKEY_base_id(pkey)) { + case NID_id_GostR3410_94: + data->sign_param_nid = gost94_nid_by_params(EVP_PKEY_get0(pkey)); + break; + case NID_id_GostR3410_2001: + data->sign_param_nid = + EC_GROUP_get_curve_name(EC_KEY_get0_group + (EVP_PKEY_get0((EVP_PKEY *)pkey))); + break; + default: + return 0; + } + } + EVP_PKEY_CTX_set_data(ctx, data); + return 1; +} /* Copies contents of gost_pmeth_data structure */ static int pkey_gost_copy(EVP_PKEY_CTX *dst, EVP_PKEY_CTX *src) - { - struct gost_pmeth_data *dst_data,*src_data; - if (!pkey_gost_init(dst)) - { - return 0; - } - src_data = EVP_PKEY_CTX_get_data(src); - dst_data = EVP_PKEY_CTX_get_data(dst); - *dst_data = *src_data; - if (src_data -> shared_ukm) { - dst_data->shared_ukm=NULL; - } - return 1; - } +{ + struct gost_pmeth_data *dst_data, *src_data; + if (!pkey_gost_init(dst)) { + return 0; + } + src_data = EVP_PKEY_CTX_get_data(src); + dst_data = EVP_PKEY_CTX_get_data(dst); + *dst_data = *src_data; + if (src_data->shared_ukm) { + dst_data->shared_ukm = NULL; + } + return 1; +} /* Frees up gost_pmeth_data structure */ -static void pkey_gost_cleanup (EVP_PKEY_CTX *ctx) - { - struct gost_pmeth_data *data = EVP_PKEY_CTX_get_data(ctx); - if (data->shared_ukm) OPENSSL_free(data->shared_ukm); - OPENSSL_free(data); - } +static void pkey_gost_cleanup(EVP_PKEY_CTX *ctx) +{ + struct gost_pmeth_data *data = EVP_PKEY_CTX_get_data(ctx); + if (data->shared_ukm) + OPENSSL_free(data->shared_ukm); + OPENSSL_free(data); +} /* --------------------- control functions ------------------------------*/ static int pkey_gost_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) - { - struct gost_pmeth_data *pctx = (struct gost_pmeth_data*)EVP_PKEY_CTX_get_data(ctx); - switch (type) - { - case EVP_PKEY_CTRL_MD: - { - if (EVP_MD_type((const EVP_MD *)p2) != NID_id_GostR3411_94) - { - GOSTerr(GOST_F_PKEY_GOST_CTRL, GOST_R_INVALID_DIGEST_TYPE); - return 0; - } - pctx->md = (EVP_MD *)p2; - return 1; - } - break; - - case EVP_PKEY_CTRL_PKCS7_ENCRYPT: - case EVP_PKEY_CTRL_PKCS7_DECRYPT: - case EVP_PKEY_CTRL_PKCS7_SIGN: - case EVP_PKEY_CTRL_DIGESTINIT: -#ifndef OPENSSL_NO_CMS - case EVP_PKEY_CTRL_CMS_ENCRYPT: - case EVP_PKEY_CTRL_CMS_DECRYPT: - case EVP_PKEY_CTRL_CMS_SIGN: -#endif - return 1; - - case EVP_PKEY_CTRL_GOST_PARAMSET: - pctx->sign_param_nid = (int)p1; - return 1; - case EVP_PKEY_CTRL_SET_IV: - pctx->shared_ukm=OPENSSL_malloc((int)p1); - memcpy(pctx->shared_ukm,p2,(int) p1); - return 1; - case EVP_PKEY_CTRL_PEER_KEY: - if (p1 == 0 || p1 == 1) /* call from EVP_PKEY_derive_set_peer */ - return 1; - if (p1 == 2) /* TLS: peer key used? */ - return pctx->peer_key_used; - if (p1 == 3) /* TLS: peer key used! */ - return (pctx->peer_key_used = 1); - return -2; - } - return -2; - } - +{ + struct gost_pmeth_data *pctx = + (struct gost_pmeth_data *)EVP_PKEY_CTX_get_data(ctx); + switch (type) { + case EVP_PKEY_CTRL_MD: + { + if (EVP_MD_type((const EVP_MD *)p2) != NID_id_GostR3411_94) { + GOSTerr(GOST_F_PKEY_GOST_CTRL, GOST_R_INVALID_DIGEST_TYPE); + return 0; + } + pctx->md = (EVP_MD *)p2; + return 1; + } + break; + + case EVP_PKEY_CTRL_GET_MD: + *(const EVP_MD **)p2 = pctx->md; + return 1; + + case EVP_PKEY_CTRL_PKCS7_ENCRYPT: + case EVP_PKEY_CTRL_PKCS7_DECRYPT: + case EVP_PKEY_CTRL_PKCS7_SIGN: + case EVP_PKEY_CTRL_DIGESTINIT: +#ifndef OPENSSL_NO_CMS + case EVP_PKEY_CTRL_CMS_ENCRYPT: + case EVP_PKEY_CTRL_CMS_DECRYPT: + case EVP_PKEY_CTRL_CMS_SIGN: +#endif + return 1; + + case EVP_PKEY_CTRL_GOST_PARAMSET: + pctx->sign_param_nid = (int)p1; + return 1; + case EVP_PKEY_CTRL_SET_IV: + pctx->shared_ukm = OPENSSL_malloc((int)p1); + memcpy(pctx->shared_ukm, p2, (int)p1); + return 1; + case EVP_PKEY_CTRL_PEER_KEY: + if (p1 == 0 || p1 == 1) /* call from EVP_PKEY_derive_set_peer */ + return 1; + if (p1 == 2) /* TLS: peer key used? */ + return pctx->peer_key_used; + if (p1 == 3) /* TLS: peer key used! */ + return (pctx->peer_key_used = 1); + return -2; + } + return -2; +} static int pkey_gost_ctrl94_str(EVP_PKEY_CTX *ctx, - const char *type, const char *value) - { - int param_nid=0; - if(!strcmp(type, param_ctrl_string)) - { - if (!value) - { - return 0; - } - if (strlen(value) == 1) - { - switch(toupper((unsigned char)value[0])) - { - case 'A': - param_nid = NID_id_GostR3410_94_CryptoPro_A_ParamSet; - break; - case 'B': - param_nid = NID_id_GostR3410_94_CryptoPro_B_ParamSet; - break; - case 'C': - param_nid = NID_id_GostR3410_94_CryptoPro_C_ParamSet; - break; - case 'D': - param_nid = NID_id_GostR3410_94_CryptoPro_D_ParamSet; - break; - default: - return 0; - break; - } - } - else if ((strlen(value) == 2) && (toupper((unsigned char)value[0]) == 'X')) - { - switch (toupper((unsigned char)value[1])) - { - case 'A': - param_nid = NID_id_GostR3410_94_CryptoPro_XchA_ParamSet; - break; - case 'B': - param_nid = NID_id_GostR3410_94_CryptoPro_XchB_ParamSet; - break; - case 'C': - param_nid = NID_id_GostR3410_94_CryptoPro_XchC_ParamSet; - break; - default: - return 0; - break; - } - } - else - { - R3410_params *p = R3410_paramset; - param_nid = OBJ_txt2nid(value); - if (param_nid == NID_undef) - { - return 0; - } - for (;p->nid != NID_undef;p++) - { - if (p->nid == param_nid) break; - } - if (p->nid == NID_undef) - { - GOSTerr(GOST_F_PKEY_GOST_CTRL94_STR, - GOST_R_INVALID_PARAMSET); - return 0; - } - } - - return pkey_gost_ctrl(ctx, EVP_PKEY_CTRL_GOST_PARAMSET, - param_nid, NULL); - } - return -2; - } + const char *type, const char *value) +{ + int param_nid = 0; + if (!strcmp(type, param_ctrl_string)) { + if (!value) { + return 0; + } + if (strlen(value) == 1) { + switch (toupper((unsigned char)value[0])) { + case 'A': + param_nid = NID_id_GostR3410_94_CryptoPro_A_ParamSet; + break; + case 'B': + param_nid = NID_id_GostR3410_94_CryptoPro_B_ParamSet; + break; + case 'C': + param_nid = NID_id_GostR3410_94_CryptoPro_C_ParamSet; + break; + case 'D': + param_nid = NID_id_GostR3410_94_CryptoPro_D_ParamSet; + break; + default: + return 0; + break; + } + } else if ((strlen(value) == 2) + && (toupper((unsigned char)value[0]) == 'X')) { + switch (toupper((unsigned char)value[1])) { + case 'A': + param_nid = NID_id_GostR3410_94_CryptoPro_XchA_ParamSet; + break; + case 'B': + param_nid = NID_id_GostR3410_94_CryptoPro_XchB_ParamSet; + break; + case 'C': + param_nid = NID_id_GostR3410_94_CryptoPro_XchC_ParamSet; + break; + default: + return 0; + break; + } + } else { + R3410_params *p = R3410_paramset; + param_nid = OBJ_txt2nid(value); + if (param_nid == NID_undef) { + return 0; + } + for (; p->nid != NID_undef; p++) { + if (p->nid == param_nid) + break; + } + if (p->nid == NID_undef) { + GOSTerr(GOST_F_PKEY_GOST_CTRL94_STR, GOST_R_INVALID_PARAMSET); + return 0; + } + } + + return pkey_gost_ctrl(ctx, EVP_PKEY_CTRL_GOST_PARAMSET, + param_nid, NULL); + } + return -2; +} static int pkey_gost_ctrl01_str(EVP_PKEY_CTX *ctx, - const char *type, const char *value) - { - int param_nid=0; - if(!strcmp(type, param_ctrl_string)) - { - if (!value) - { - return 0; - } - if (strlen(value) == 1) - { - switch(toupper((unsigned char)value[0])) - { - case 'A': - param_nid = NID_id_GostR3410_2001_CryptoPro_A_ParamSet; - break; - case 'B': - param_nid = NID_id_GostR3410_2001_CryptoPro_B_ParamSet; - break; - case 'C': - param_nid = NID_id_GostR3410_2001_CryptoPro_C_ParamSet; - break; - case '0': - param_nid = NID_id_GostR3410_2001_TestParamSet; - break; - default: - return 0; - break; - } - } - else if ((strlen(value) == 2) && (toupper((unsigned char)value[0]) == 'X')) - { - switch (toupper((unsigned char)value[1])) - { - case 'A': - param_nid = NID_id_GostR3410_2001_CryptoPro_XchA_ParamSet; - break; - case 'B': - param_nid = NID_id_GostR3410_2001_CryptoPro_XchB_ParamSet; - break; - default: - return 0; - break; - } - } - else - { - R3410_2001_params *p = R3410_2001_paramset; - param_nid = OBJ_txt2nid(value); - if (param_nid == NID_undef) - { - return 0; - } - for (;p->nid != NID_undef;p++) - { - if (p->nid == param_nid) break; - } - if (p->nid == NID_undef) - { - GOSTerr(GOST_F_PKEY_GOST_CTRL01_STR, - GOST_R_INVALID_PARAMSET); - return 0; - } - } - - return pkey_gost_ctrl(ctx, EVP_PKEY_CTRL_GOST_PARAMSET, - param_nid, NULL); - } - return -2; - } + const char *type, const char *value) +{ + int param_nid = 0; + if (!strcmp(type, param_ctrl_string)) { + if (!value) { + return 0; + } + if (strlen(value) == 1) { + switch (toupper((unsigned char)value[0])) { + case 'A': + param_nid = NID_id_GostR3410_2001_CryptoPro_A_ParamSet; + break; + case 'B': + param_nid = NID_id_GostR3410_2001_CryptoPro_B_ParamSet; + break; + case 'C': + param_nid = NID_id_GostR3410_2001_CryptoPro_C_ParamSet; + break; + case '0': + param_nid = NID_id_GostR3410_2001_TestParamSet; + break; + default: + return 0; + break; + } + } else if ((strlen(value) == 2) + && (toupper((unsigned char)value[0]) == 'X')) { + switch (toupper((unsigned char)value[1])) { + case 'A': + param_nid = NID_id_GostR3410_2001_CryptoPro_XchA_ParamSet; + break; + case 'B': + param_nid = NID_id_GostR3410_2001_CryptoPro_XchB_ParamSet; + break; + default: + return 0; + break; + } + } else { + R3410_2001_params *p = R3410_2001_paramset; + param_nid = OBJ_txt2nid(value); + if (param_nid == NID_undef) { + return 0; + } + for (; p->nid != NID_undef; p++) { + if (p->nid == param_nid) + break; + } + if (p->nid == NID_undef) { + GOSTerr(GOST_F_PKEY_GOST_CTRL01_STR, GOST_R_INVALID_PARAMSET); + return 0; + } + } + + return pkey_gost_ctrl(ctx, EVP_PKEY_CTRL_GOST_PARAMSET, + param_nid, NULL); + } + return -2; +} /* --------------------- key generation --------------------------------*/ -static int pkey_gost_paramgen_init(EVP_PKEY_CTX *ctx) { - return 1; -} -static int pkey_gost94_paramgen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) - { - struct gost_pmeth_data *data = EVP_PKEY_CTX_get_data(ctx); - DSA *dsa=NULL; - if (data->sign_param_nid == NID_undef) - { - GOSTerr(GOST_F_PKEY_GOST94_PARAMGEN, - GOST_R_NO_PARAMETERS_SET); - return 0; - } - dsa = DSA_new(); - if (!fill_GOST94_params(dsa,data->sign_param_nid)) - { - DSA_free(dsa); - return 0; - } - EVP_PKEY_assign(pkey,NID_id_GostR3410_94,dsa); - return 1; - } +static int pkey_gost_paramgen_init(EVP_PKEY_CTX *ctx) +{ + return 1; +} + +static int pkey_gost94_paramgen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) +{ + struct gost_pmeth_data *data = EVP_PKEY_CTX_get_data(ctx); + DSA *dsa = NULL; + if (data->sign_param_nid == NID_undef) { + GOSTerr(GOST_F_PKEY_GOST94_PARAMGEN, GOST_R_NO_PARAMETERS_SET); + return 0; + } + dsa = DSA_new(); + if (!fill_GOST94_params(dsa, data->sign_param_nid)) { + DSA_free(dsa); + return 0; + } + EVP_PKEY_assign(pkey, NID_id_GostR3410_94, dsa); + return 1; +} + static int pkey_gost01_paramgen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) - { - struct gost_pmeth_data *data = EVP_PKEY_CTX_get_data(ctx); - EC_KEY *ec=NULL; - - if (data->sign_param_nid == NID_undef) - { - GOSTerr(GOST_F_PKEY_GOST01_PARAMGEN, - GOST_R_NO_PARAMETERS_SET); - return 0; - } - if (!ec) - ec = EC_KEY_new(); - if (!fill_GOST2001_params(ec,data->sign_param_nid)) - { - EC_KEY_free(ec); - return 0; - } - EVP_PKEY_assign(pkey,NID_id_GostR3410_2001,ec); - return 1; - } +{ + struct gost_pmeth_data *data = EVP_PKEY_CTX_get_data(ctx); + EC_KEY *ec = NULL; + + if (data->sign_param_nid == NID_undef) { + GOSTerr(GOST_F_PKEY_GOST01_PARAMGEN, GOST_R_NO_PARAMETERS_SET); + return 0; + } + if (!ec) + ec = EC_KEY_new(); + if (!fill_GOST2001_params(ec, data->sign_param_nid)) { + EC_KEY_free(ec); + return 0; + } + EVP_PKEY_assign(pkey, NID_id_GostR3410_2001, ec); + return 1; +} /* Generates Gost_R3410_94_cp key */ static int pkey_gost94cp_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) - { - DSA *dsa; - if (!pkey_gost94_paramgen(ctx,pkey)) return 0; - dsa = EVP_PKEY_get0(pkey); - gost_sign_keygen(dsa); - return 1; - } +{ + DSA *dsa; + if (!pkey_gost94_paramgen(ctx, pkey)) + return 0; + dsa = EVP_PKEY_get0(pkey); + gost_sign_keygen(dsa); + return 1; +} /* Generates GOST_R3410 2001 key and assigns it using specified type */ static int pkey_gost01cp_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) - { - EC_KEY *ec; - if (!pkey_gost01_paramgen(ctx,pkey)) return 0; - ec = EVP_PKEY_get0(pkey); - gost2001_keygen(ec); - return 1; - } - - +{ + EC_KEY *ec; + if (!pkey_gost01_paramgen(ctx, pkey)) + return 0; + ec = EVP_PKEY_get0(pkey); + gost2001_keygen(ec); + return 1; +} /* ----------- sign callbacks --------------------------------------*/ -static int pkey_gost94_cp_sign(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, - const unsigned char *tbs, size_t tbs_len) - { - DSA_SIG *unpacked_sig=NULL; - EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(ctx); - if (!siglen) return 0; - if (!sig) - { - *siglen= 64; /* better to check size of pkey->pkey.dsa-q */ - return 1; - } - unpacked_sig = gost_do_sign(tbs,tbs_len,EVP_PKEY_get0(pkey)); - if (!unpacked_sig) - { - return 0; - } - return pack_sign_cp(unpacked_sig,32,sig,siglen); - } - -static int pkey_gost01_cp_sign(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, - const unsigned char *tbs, size_t tbs_len) - { - DSA_SIG *unpacked_sig=NULL; - EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(ctx); - if (!siglen) return 0; - if (!sig) - { - *siglen= 64; /* better to check size of curve order*/ - return 1; - } - unpacked_sig = gost2001_do_sign(tbs,tbs_len,EVP_PKEY_get0(pkey)); - if (!unpacked_sig) - { - return 0; - } - return pack_sign_cp(unpacked_sig,32,sig,siglen); - } +static int pkey_gost94_cp_sign(EVP_PKEY_CTX *ctx, unsigned char *sig, + size_t *siglen, const unsigned char *tbs, + size_t tbs_len) +{ + DSA_SIG *unpacked_sig = NULL; + EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(ctx); + if (!siglen) + return 0; + if (!sig) { + *siglen = 64; /* better to check size of pkey->pkey.dsa-q */ + return 1; + } + unpacked_sig = gost_do_sign(tbs, tbs_len, EVP_PKEY_get0(pkey)); + if (!unpacked_sig) { + return 0; + } + return pack_sign_cp(unpacked_sig, 32, sig, siglen); +} + +static int pkey_gost01_cp_sign(EVP_PKEY_CTX *ctx, unsigned char *sig, + size_t *siglen, const unsigned char *tbs, + size_t tbs_len) +{ + DSA_SIG *unpacked_sig = NULL; + EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(ctx); + if (!siglen) + return 0; + if (!sig) { + *siglen = 64; /* better to check size of curve order */ + return 1; + } + unpacked_sig = gost2001_do_sign(tbs, tbs_len, EVP_PKEY_get0(pkey)); + if (!unpacked_sig) { + return 0; + } + return pack_sign_cp(unpacked_sig, 32, sig, siglen); +} /* ------------------- verify callbacks ---------------------------*/ static int pkey_gost94_cp_verify(EVP_PKEY_CTX *ctx, const unsigned char *sig, - size_t siglen, const unsigned char *tbs, size_t tbs_len) - { - int ok = 0; - EVP_PKEY* pub_key = EVP_PKEY_CTX_get0_pkey(ctx); - DSA_SIG *s=unpack_cp_signature(sig,siglen); - if (!s) return 0; - if (pub_key) ok = gost_do_verify(tbs,tbs_len,s,EVP_PKEY_get0(pub_key)); - DSA_SIG_free(s); - return ok; - } - + size_t siglen, const unsigned char *tbs, + size_t tbs_len) +{ + int ok = 0; + EVP_PKEY *pub_key = EVP_PKEY_CTX_get0_pkey(ctx); + DSA_SIG *s = unpack_cp_signature(sig, siglen); + if (!s) + return 0; + if (pub_key) + ok = gost_do_verify(tbs, tbs_len, s, EVP_PKEY_get0(pub_key)); + DSA_SIG_free(s); + return ok; +} static int pkey_gost01_cp_verify(EVP_PKEY_CTX *ctx, const unsigned char *sig, - size_t siglen, const unsigned char *tbs, size_t tbs_len) - { - int ok = 0; - EVP_PKEY* pub_key = EVP_PKEY_CTX_get0_pkey(ctx); - DSA_SIG *s=unpack_cp_signature(sig,siglen); - if (!s) return 0; -#ifdef DEBUG_SIGN - fprintf(stderr,"R="); - BN_print_fp(stderr,s->r); - fprintf(stderr,"\nS="); - BN_print_fp(stderr,s->s); - fprintf(stderr,"\n"); -#endif - if (pub_key) ok = gost2001_do_verify(tbs,tbs_len,s,EVP_PKEY_get0(pub_key)); - DSA_SIG_free(s); - return ok; - } + size_t siglen, const unsigned char *tbs, + size_t tbs_len) +{ + int ok = 0; + EVP_PKEY *pub_key = EVP_PKEY_CTX_get0_pkey(ctx); + DSA_SIG *s = unpack_cp_signature(sig, siglen); + if (!s) + return 0; +#ifdef DEBUG_SIGN + fprintf(stderr, "R="); + BN_print_fp(stderr, s->r); + fprintf(stderr, "\nS="); + BN_print_fp(stderr, s->s); + fprintf(stderr, "\n"); +#endif + if (pub_key) + ok = gost2001_do_verify(tbs, tbs_len, s, EVP_PKEY_get0(pub_key)); + DSA_SIG_free(s); + return ok; +} /* ------------- encrypt init -------------------------------------*/ /* Generates ephermeral key */ static int pkey_gost_encrypt_init(EVP_PKEY_CTX *ctx) - { - return 1; - } +{ + return 1; +} + /* --------------- Derive init ------------------------------------*/ static int pkey_gost_derive_init(EVP_PKEY_CTX *ctx) { - return 1; + return 1; } + /* -------- PKEY_METHOD for GOST MAC algorithm --------------------*/ static int pkey_gost_mac_init(EVP_PKEY_CTX *ctx) - { - struct gost_mac_pmeth_data *data; - data = OPENSSL_malloc(sizeof(struct gost_mac_pmeth_data)); - if (!data) return 0; - memset(data,0,sizeof(struct gost_mac_pmeth_data)); - EVP_PKEY_CTX_set_data(ctx,data); - return 1; - } -static void pkey_gost_mac_cleanup (EVP_PKEY_CTX *ctx) - { - struct gost_mac_pmeth_data *data = EVP_PKEY_CTX_get_data(ctx); - OPENSSL_free(data); - } +{ + struct gost_mac_pmeth_data *data; + data = OPENSSL_malloc(sizeof(struct gost_mac_pmeth_data)); + if (!data) + return 0; + memset(data, 0, sizeof(struct gost_mac_pmeth_data)); + EVP_PKEY_CTX_set_data(ctx, data); + return 1; +} + +static void pkey_gost_mac_cleanup(EVP_PKEY_CTX *ctx) +{ + struct gost_mac_pmeth_data *data = EVP_PKEY_CTX_get_data(ctx); + OPENSSL_free(data); +} + static int pkey_gost_mac_copy(EVP_PKEY_CTX *dst, EVP_PKEY_CTX *src) - { - struct gost_mac_pmeth_data *dst_data,*src_data; - if (!pkey_gost_mac_init(dst)) - { - return 0; - } - src_data = EVP_PKEY_CTX_get_data(src); - dst_data = EVP_PKEY_CTX_get_data(dst); - *dst_data = *src_data; - return 1; - } - +{ + struct gost_mac_pmeth_data *dst_data, *src_data; + if (!pkey_gost_mac_init(dst)) { + return 0; + } + src_data = EVP_PKEY_CTX_get_data(src); + dst_data = EVP_PKEY_CTX_get_data(dst); + *dst_data = *src_data; + return 1; +} + static int pkey_gost_mac_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) - { - struct gost_mac_pmeth_data *data = -(struct gost_mac_pmeth_data*)EVP_PKEY_CTX_get_data(ctx); - - switch (type) - { - case EVP_PKEY_CTRL_MD: - { - if (EVP_MD_type((const EVP_MD *)p2) != NID_id_Gost28147_89_MAC) - { - GOSTerr(GOST_F_PKEY_GOST_MAC_CTRL, GOST_R_INVALID_DIGEST_TYPE); - return 0; - } - data->md = (EVP_MD *)p2; - return 1; - } - break; - - case EVP_PKEY_CTRL_PKCS7_ENCRYPT: - case EVP_PKEY_CTRL_PKCS7_DECRYPT: - case EVP_PKEY_CTRL_PKCS7_SIGN: - return 1; - case EVP_PKEY_CTRL_SET_MAC_KEY: - if (p1 != 32) - { - GOSTerr(GOST_F_PKEY_GOST_MAC_CTRL, - GOST_R_INVALID_MAC_KEY_LENGTH); - return 0; - } - - memcpy(data->key,p2,32); - data->key_set = 1; - return 1; - case EVP_PKEY_CTRL_DIGESTINIT: - { - EVP_MD_CTX *mctx = p2; - void *key; - if (!data->key_set) - { - EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(ctx); - if (!pkey) - { - GOSTerr(GOST_F_PKEY_GOST_MAC_CTRL,GOST_R_MAC_KEY_NOT_SET); - return 0; - } - key = EVP_PKEY_get0(pkey); - if (!key) - { - GOSTerr(GOST_F_PKEY_GOST_MAC_CTRL,GOST_R_MAC_KEY_NOT_SET); - return 0; - } - } else { - key = &(data->key); - } - return mctx->digest->md_ctrl(mctx,EVP_MD_CTRL_SET_KEY,32,key); - } - } - return -2; - } +{ + struct gost_mac_pmeth_data *data = + (struct gost_mac_pmeth_data *)EVP_PKEY_CTX_get_data(ctx); + + switch (type) { + case EVP_PKEY_CTRL_MD: + { + if (EVP_MD_type((const EVP_MD *)p2) != NID_id_Gost28147_89_MAC) { + GOSTerr(GOST_F_PKEY_GOST_MAC_CTRL, + GOST_R_INVALID_DIGEST_TYPE); + return 0; + } + data->md = (EVP_MD *)p2; + return 1; + } + break; + + case EVP_PKEY_CTRL_GET_MD: + *(const EVP_MD **)p2 = data->md; + return 1; + + case EVP_PKEY_CTRL_PKCS7_ENCRYPT: + case EVP_PKEY_CTRL_PKCS7_DECRYPT: + case EVP_PKEY_CTRL_PKCS7_SIGN: + return 1; + case EVP_PKEY_CTRL_SET_MAC_KEY: + if (p1 != 32) { + GOSTerr(GOST_F_PKEY_GOST_MAC_CTRL, GOST_R_INVALID_MAC_KEY_LENGTH); + return 0; + } + + memcpy(data->key, p2, 32); + data->key_set = 1; + return 1; + case EVP_PKEY_CTRL_DIGESTINIT: + { + EVP_MD_CTX *mctx = p2; + void *key; + if (!data->key_set) { + EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(ctx); + if (!pkey) { + GOSTerr(GOST_F_PKEY_GOST_MAC_CTRL, + GOST_R_MAC_KEY_NOT_SET); + return 0; + } + key = EVP_PKEY_get0(pkey); + if (!key) { + GOSTerr(GOST_F_PKEY_GOST_MAC_CTRL, + GOST_R_MAC_KEY_NOT_SET); + return 0; + } + } else { + key = &(data->key); + } + return mctx->digest->md_ctrl(mctx, EVP_MD_CTRL_SET_KEY, 32, key); + } + } + return -2; +} + static int pkey_gost_mac_ctrl_str(EVP_PKEY_CTX *ctx, - const char *type, const char *value) - { - if (!strcmp(type, key_ctrl_string)) - { - if (strlen(value)!=32) - { - GOSTerr(GOST_F_PKEY_GOST_MAC_CTRL_STR, - GOST_R_INVALID_MAC_KEY_LENGTH); - return 0; - } - return pkey_gost_mac_ctrl(ctx, EVP_PKEY_CTRL_SET_MAC_KEY, - 32,(char *)value); - } - if (!strcmp(type, hexkey_ctrl_string)) - { - long keylen; int ret; - unsigned char *keybuf=string_to_hex(value,&keylen); - if (keylen != 32) - { - GOSTerr(GOST_F_PKEY_GOST_MAC_CTRL_STR, - GOST_R_INVALID_MAC_KEY_LENGTH); - OPENSSL_free(keybuf); - return 0; - } - ret= pkey_gost_mac_ctrl(ctx, EVP_PKEY_CTRL_SET_MAC_KEY, - 32,keybuf); - OPENSSL_free(keybuf); - return ret; - - } - return -2; - } + const char *type, const char *value) +{ + if (!strcmp(type, key_ctrl_string)) { + if (strlen(value) != 32) { + GOSTerr(GOST_F_PKEY_GOST_MAC_CTRL_STR, + GOST_R_INVALID_MAC_KEY_LENGTH); + return 0; + } + return pkey_gost_mac_ctrl(ctx, EVP_PKEY_CTRL_SET_MAC_KEY, + 32, (char *)value); + } + if (!strcmp(type, hexkey_ctrl_string)) { + long keylen; + int ret; + unsigned char *keybuf = string_to_hex(value, &keylen); + if (keylen != 32) { + GOSTerr(GOST_F_PKEY_GOST_MAC_CTRL_STR, + GOST_R_INVALID_MAC_KEY_LENGTH); + OPENSSL_free(keybuf); + return 0; + } + ret = pkey_gost_mac_ctrl(ctx, EVP_PKEY_CTRL_SET_MAC_KEY, 32, keybuf); + OPENSSL_free(keybuf); + return ret; + + } + return -2; +} static int pkey_gost_mac_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) - { - struct gost_mac_pmeth_data *data = EVP_PKEY_CTX_get_data(ctx); - unsigned char *keydata; - if (!data->key_set) - { - GOSTerr(GOST_F_PKEY_GOST_MAC_KEYGEN,GOST_R_MAC_KEY_NOT_SET); - return 0; - } - keydata = OPENSSL_malloc(32); - memcpy(keydata,data->key,32); - EVP_PKEY_assign(pkey, NID_id_Gost28147_89_MAC, keydata); - return 1; - } +{ + struct gost_mac_pmeth_data *data = EVP_PKEY_CTX_get_data(ctx); + unsigned char *keydata; + if (!data->key_set) { + GOSTerr(GOST_F_PKEY_GOST_MAC_KEYGEN, GOST_R_MAC_KEY_NOT_SET); + return 0; + } + keydata = OPENSSL_malloc(32); + memcpy(keydata, data->key, 32); + EVP_PKEY_assign(pkey, NID_id_Gost28147_89_MAC, keydata); + return 1; +} static int pkey_gost_mac_signctx_init(EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx) - { - return 1; +{ + return 1; } -static int pkey_gost_mac_signctx(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, EVP_MD_CTX *mctx) - { - unsigned int tmpsiglen=*siglen; /* for platforms where sizeof(int)!=sizeof(size_t)*/ - int ret; - if (!sig) - { - *siglen = 4; - return 1; - } - ret=EVP_DigestFinal_ex(mctx,sig,&tmpsiglen); - *siglen = tmpsiglen; - return ret; - } -/* ----------------------------------------------------------------*/ -int register_pmeth_gost(int id, EVP_PKEY_METHOD **pmeth,int flags) - { - *pmeth = EVP_PKEY_meth_new(id, flags); - if (!*pmeth) return 0; - - switch (id) - { - case NID_id_GostR3410_94: - EVP_PKEY_meth_set_ctrl(*pmeth,pkey_gost_ctrl, pkey_gost_ctrl94_str); - EVP_PKEY_meth_set_keygen(*pmeth,NULL,pkey_gost94cp_keygen); - EVP_PKEY_meth_set_sign(*pmeth, NULL, pkey_gost94_cp_sign); - EVP_PKEY_meth_set_verify(*pmeth, NULL, pkey_gost94_cp_verify); - EVP_PKEY_meth_set_encrypt(*pmeth, - pkey_gost_encrypt_init, pkey_GOST94cp_encrypt); - EVP_PKEY_meth_set_decrypt(*pmeth, NULL, pkey_GOST94cp_decrypt); - EVP_PKEY_meth_set_derive(*pmeth, - pkey_gost_derive_init, pkey_gost94_derive); - EVP_PKEY_meth_set_paramgen(*pmeth, pkey_gost_paramgen_init,pkey_gost94_paramgen); - break; - case NID_id_GostR3410_2001: - EVP_PKEY_meth_set_ctrl(*pmeth,pkey_gost_ctrl, pkey_gost_ctrl01_str); - EVP_PKEY_meth_set_sign(*pmeth, NULL, pkey_gost01_cp_sign); - EVP_PKEY_meth_set_verify(*pmeth, NULL, pkey_gost01_cp_verify); - - EVP_PKEY_meth_set_keygen(*pmeth, NULL, pkey_gost01cp_keygen); - - EVP_PKEY_meth_set_encrypt(*pmeth, - pkey_gost_encrypt_init, pkey_GOST01cp_encrypt); - EVP_PKEY_meth_set_decrypt(*pmeth, NULL, pkey_GOST01cp_decrypt); - EVP_PKEY_meth_set_derive(*pmeth, - pkey_gost_derive_init, pkey_gost2001_derive); - EVP_PKEY_meth_set_paramgen(*pmeth, pkey_gost_paramgen_init,pkey_gost01_paramgen); - break; - case NID_id_Gost28147_89_MAC: - EVP_PKEY_meth_set_ctrl(*pmeth,pkey_gost_mac_ctrl, pkey_gost_mac_ctrl_str); - EVP_PKEY_meth_set_signctx(*pmeth,pkey_gost_mac_signctx_init, pkey_gost_mac_signctx); - EVP_PKEY_meth_set_keygen(*pmeth,NULL, pkey_gost_mac_keygen); - EVP_PKEY_meth_set_init(*pmeth,pkey_gost_mac_init); - EVP_PKEY_meth_set_cleanup(*pmeth,pkey_gost_mac_cleanup); - EVP_PKEY_meth_set_copy(*pmeth,pkey_gost_mac_copy); - return 1; - default: /*Unsupported method*/ - return 0; - } - EVP_PKEY_meth_set_init(*pmeth, pkey_gost_init); - EVP_PKEY_meth_set_cleanup(*pmeth, pkey_gost_cleanup); - - EVP_PKEY_meth_set_copy(*pmeth, pkey_gost_copy); - /*FIXME derive etc...*/ - - return 1; - } +static int pkey_gost_mac_signctx(EVP_PKEY_CTX *ctx, unsigned char *sig, + size_t *siglen, EVP_MD_CTX *mctx) +{ + unsigned int tmpsiglen = *siglen; /* for platforms where + * sizeof(int)!=sizeof(size_t) */ + int ret; + if (!sig) { + *siglen = 4; + return 1; + } + ret = EVP_DigestFinal_ex(mctx, sig, &tmpsiglen); + *siglen = tmpsiglen; + return ret; +} +/* ----------------------------------------------------------------*/ +int register_pmeth_gost(int id, EVP_PKEY_METHOD **pmeth, int flags) +{ + *pmeth = EVP_PKEY_meth_new(id, flags); + if (!*pmeth) + return 0; + + switch (id) { + case NID_id_GostR3410_94: + EVP_PKEY_meth_set_ctrl(*pmeth, pkey_gost_ctrl, pkey_gost_ctrl94_str); + EVP_PKEY_meth_set_keygen(*pmeth, NULL, pkey_gost94cp_keygen); + EVP_PKEY_meth_set_sign(*pmeth, NULL, pkey_gost94_cp_sign); + EVP_PKEY_meth_set_verify(*pmeth, NULL, pkey_gost94_cp_verify); + EVP_PKEY_meth_set_encrypt(*pmeth, + pkey_gost_encrypt_init, + pkey_GOST94cp_encrypt); + EVP_PKEY_meth_set_decrypt(*pmeth, NULL, pkey_GOST94cp_decrypt); + EVP_PKEY_meth_set_derive(*pmeth, + pkey_gost_derive_init, pkey_gost94_derive); + EVP_PKEY_meth_set_paramgen(*pmeth, pkey_gost_paramgen_init, + pkey_gost94_paramgen); + break; + case NID_id_GostR3410_2001: + EVP_PKEY_meth_set_ctrl(*pmeth, pkey_gost_ctrl, pkey_gost_ctrl01_str); + EVP_PKEY_meth_set_sign(*pmeth, NULL, pkey_gost01_cp_sign); + EVP_PKEY_meth_set_verify(*pmeth, NULL, pkey_gost01_cp_verify); + + EVP_PKEY_meth_set_keygen(*pmeth, NULL, pkey_gost01cp_keygen); + + EVP_PKEY_meth_set_encrypt(*pmeth, + pkey_gost_encrypt_init, + pkey_GOST01cp_encrypt); + EVP_PKEY_meth_set_decrypt(*pmeth, NULL, pkey_GOST01cp_decrypt); + EVP_PKEY_meth_set_derive(*pmeth, + pkey_gost_derive_init, pkey_gost2001_derive); + EVP_PKEY_meth_set_paramgen(*pmeth, pkey_gost_paramgen_init, + pkey_gost01_paramgen); + break; + case NID_id_Gost28147_89_MAC: + EVP_PKEY_meth_set_ctrl(*pmeth, pkey_gost_mac_ctrl, + pkey_gost_mac_ctrl_str); + EVP_PKEY_meth_set_signctx(*pmeth, pkey_gost_mac_signctx_init, + pkey_gost_mac_signctx); + EVP_PKEY_meth_set_keygen(*pmeth, NULL, pkey_gost_mac_keygen); + EVP_PKEY_meth_set_init(*pmeth, pkey_gost_mac_init); + EVP_PKEY_meth_set_cleanup(*pmeth, pkey_gost_mac_cleanup); + EVP_PKEY_meth_set_copy(*pmeth, pkey_gost_mac_copy); + return 1; + default: /* Unsupported method */ + return 0; + } + EVP_PKEY_meth_set_init(*pmeth, pkey_gost_init); + EVP_PKEY_meth_set_cleanup(*pmeth, pkey_gost_cleanup); + + EVP_PKEY_meth_set_copy(*pmeth, pkey_gost_copy); + /* + * FIXME derive etc... + */ + + return 1; +} diff --git a/openssl/engines/ccgost/gost_sign.c b/openssl/engines/ccgost/gost_sign.c index 409565435..0116e4740 100644 --- a/openssl/engines/ccgost/gost_sign.c +++ b/openssl/engines/ccgost/gost_sign.c @@ -18,114 +18,114 @@ #include "e_gost_err.h" #ifdef DEBUG_SIGN -void dump_signature(const char *message,const unsigned char *buffer,size_t len) - { - size_t i; - fprintf(stderr,"signature %s Length=%d",message,len); - for (i=0; iq,ctx); - if (BN_is_zero(tmp)) - { - BN_one(md); - } - do - { - do - { - /*Generate random number k less than q*/ - BN_rand_range(k,dsa->q); - /* generate r = (a^x mod p) mod q */ - BN_mod_exp(tmp,dsa->g, k, dsa->p,ctx); - if (!(newsig->r)) newsig->r=BN_new(); - BN_mod(newsig->r,tmp,dsa->q,ctx); - } - while (BN_is_zero(newsig->r)); - /* generate s = (xr + k(Hm)) mod q */ - BN_mod_mul(tmp,dsa->priv_key,newsig->r,dsa->q,ctx); - BN_mod_mul(tmp2,k,md,dsa->q,ctx); - if (!newsig->s) newsig->s=BN_new(); - BN_mod_add(newsig->s,tmp,tmp2,dsa->q,ctx); - } - while (BN_is_zero(newsig->s)); - err: - BN_free(md); - BN_CTX_end(ctx); - BN_CTX_free(ctx); - return newsig; - } - +DSA_SIG *gost_do_sign(const unsigned char *dgst, int dlen, DSA *dsa) +{ + BIGNUM *k = NULL, *tmp = NULL, *tmp2 = NULL; + DSA_SIG *newsig = DSA_SIG_new(); + BIGNUM *md = hashsum2bn(dgst); + /* check if H(M) mod q is zero */ + BN_CTX *ctx = BN_CTX_new(); + BN_CTX_start(ctx); + if (!newsig) { + GOSTerr(GOST_F_GOST_DO_SIGN, GOST_R_NO_MEMORY); + goto err; + } + tmp = BN_CTX_get(ctx); + k = BN_CTX_get(ctx); + tmp2 = BN_CTX_get(ctx); + BN_mod(tmp, md, dsa->q, ctx); + if (BN_is_zero(tmp)) { + BN_one(md); + } + do { + do { + /* + * Generate random number k less than q + */ + BN_rand_range(k, dsa->q); + /* generate r = (a^x mod p) mod q */ + BN_mod_exp(tmp, dsa->g, k, dsa->p, ctx); + if (!(newsig->r)) + newsig->r = BN_new(); + BN_mod(newsig->r, tmp, dsa->q, ctx); + } + while (BN_is_zero(newsig->r)); + /* generate s = (xr + k(Hm)) mod q */ + BN_mod_mul(tmp, dsa->priv_key, newsig->r, dsa->q, ctx); + BN_mod_mul(tmp2, k, md, dsa->q, ctx); + if (!newsig->s) + newsig->s = BN_new(); + BN_mod_add(newsig->s, tmp, tmp2, dsa->q, ctx); + } + while (BN_is_zero(newsig->s)); + err: + BN_free(md); + BN_CTX_end(ctx); + BN_CTX_free(ctx); + return newsig; +} /* * Packs signature according to Cryptocom rules * and frees up DSA_SIG structure */ -/* +/*- int pack_sign_cc(DSA_SIG *s,int order,unsigned char *sig, size_t *siglen) - { - *siglen = 2*order; - memset(sig,0,*siglen); - store_bignum(s->r, sig,order); - store_bignum(s->s, sig + order,order); - dump_signature("serialized",sig,*siglen); - DSA_SIG_free(s); - return 1; - } + { + *siglen = 2*order; + memset(sig,0,*siglen); + store_bignum(s->r, sig,order); + store_bignum(s->s, sig + order,order); + dump_signature("serialized",sig,*siglen); + DSA_SIG_free(s); + return 1; + } */ /* * Packs signature according to Cryptopro rules * and frees up DSA_SIG structure */ -int pack_sign_cp(DSA_SIG *s,int order,unsigned char *sig, size_t *siglen) - { - *siglen = 2*order; - memset(sig,0,*siglen); - store_bignum(s->s, sig, order); - store_bignum(s->r, sig+order,order); - dump_signature("serialized",sig,*siglen); - DSA_SIG_free(s); - return 1; - } +int pack_sign_cp(DSA_SIG *s, int order, unsigned char *sig, size_t *siglen) +{ + *siglen = 2 * order; + memset(sig, 0, *siglen); + store_bignum(s->s, sig, order); + store_bignum(s->r, sig + order, order); + dump_signature("serialized", sig, *siglen); + DSA_SIG_free(s); + return 1; +} /* * Verifies signature passed as DSA_SIG structure @@ -133,106 +133,107 @@ int pack_sign_cp(DSA_SIG *s,int order,unsigned char *sig, size_t *siglen) */ int gost_do_verify(const unsigned char *dgst, int dgst_len, - DSA_SIG *sig, DSA *dsa) - { - BIGNUM *md, *tmp=NULL; - BIGNUM *q2=NULL; - BIGNUM *u=NULL,*v=NULL,*z1=NULL,*z2=NULL; - BIGNUM *tmp2=NULL,*tmp3=NULL; - int ok; - BN_CTX *ctx = BN_CTX_new(); + DSA_SIG *sig, DSA *dsa) +{ + BIGNUM *md, *tmp = NULL; + BIGNUM *q2 = NULL; + BIGNUM *u = NULL, *v = NULL, *z1 = NULL, *z2 = NULL; + BIGNUM *tmp2 = NULL, *tmp3 = NULL; + int ok; + BN_CTX *ctx = BN_CTX_new(); + + BN_CTX_start(ctx); + if (BN_cmp(sig->s, dsa->q) >= 1 || BN_cmp(sig->r, dsa->q) >= 1) { + GOSTerr(GOST_F_GOST_DO_VERIFY, GOST_R_SIGNATURE_PARTS_GREATER_THAN_Q); + return 0; + } + md = hashsum2bn(dgst); + + tmp = BN_CTX_get(ctx); + v = BN_CTX_get(ctx); + q2 = BN_CTX_get(ctx); + z1 = BN_CTX_get(ctx); + z2 = BN_CTX_get(ctx); + tmp2 = BN_CTX_get(ctx); + tmp3 = BN_CTX_get(ctx); + u = BN_CTX_get(ctx); - BN_CTX_start(ctx); - if (BN_cmp(sig->s,dsa->q)>=1|| - BN_cmp(sig->r,dsa->q)>=1) - { - GOSTerr(GOST_F_GOST_DO_VERIFY,GOST_R_SIGNATURE_PARTS_GREATER_THAN_Q); - return 0; - } - md=hashsum2bn(dgst); - - tmp=BN_CTX_get(ctx); - v=BN_CTX_get(ctx); - q2=BN_CTX_get(ctx); - z1=BN_CTX_get(ctx); - z2=BN_CTX_get(ctx); - tmp2=BN_CTX_get(ctx); - tmp3=BN_CTX_get(ctx); - u = BN_CTX_get(ctx); - - BN_mod(tmp,md,dsa->q,ctx); - if (BN_is_zero(tmp)) - { - BN_one(md); - } - BN_copy(q2,dsa->q); - BN_sub_word(q2,2); - BN_mod_exp(v,md,q2,dsa->q,ctx); - BN_mod_mul(z1,sig->s,v,dsa->q,ctx); - BN_sub(tmp,dsa->q,sig->r); - BN_mod_mul(z2,tmp,v,dsa->p,ctx); - BN_mod_exp(tmp,dsa->g,z1,dsa->p,ctx); - BN_mod_exp(tmp2,dsa->pub_key,z2,dsa->p,ctx); - BN_mod_mul(tmp3,tmp,tmp2,dsa->p,ctx); - BN_mod(u,tmp3,dsa->q,ctx); - ok= BN_cmp(u,sig->r); - - BN_free(md); - BN_CTX_end(ctx); - BN_CTX_free(ctx); - if (ok!=0) - { - GOSTerr(GOST_F_GOST_DO_VERIFY,GOST_R_SIGNATURE_MISMATCH); - } - return (ok==0); - } + BN_mod(tmp, md, dsa->q, ctx); + if (BN_is_zero(tmp)) { + BN_one(md); + } + BN_copy(q2, dsa->q); + BN_sub_word(q2, 2); + BN_mod_exp(v, md, q2, dsa->q, ctx); + BN_mod_mul(z1, sig->s, v, dsa->q, ctx); + BN_sub(tmp, dsa->q, sig->r); + BN_mod_mul(z2, tmp, v, dsa->p, ctx); + BN_mod_exp(tmp, dsa->g, z1, dsa->p, ctx); + BN_mod_exp(tmp2, dsa->pub_key, z2, dsa->p, ctx); + BN_mod_mul(tmp3, tmp, tmp2, dsa->p, ctx); + BN_mod(u, tmp3, dsa->q, ctx); + ok = BN_cmp(u, sig->r); + + BN_free(md); + BN_CTX_end(ctx); + BN_CTX_free(ctx); + if (ok != 0) { + GOSTerr(GOST_F_GOST_DO_VERIFY, GOST_R_SIGNATURE_MISMATCH); + } + return (ok == 0); +} /* * Computes public keys for GOST R 34.10-94 algorithm * */ int gost94_compute_public(DSA *dsa) - { - /* Now fill algorithm parameters with correct values */ - BN_CTX *ctx = BN_CTX_new(); - if (!dsa->g) - { - GOSTerr(GOST_F_GOST94_COMPUTE_PUBLIC,GOST_R_KEY_IS_NOT_INITALIZED); - return 0; - } - /* Compute public key y = a^x mod p */ - dsa->pub_key=BN_new(); - BN_mod_exp(dsa->pub_key, dsa->g,dsa->priv_key,dsa->p,ctx); - BN_CTX_free(ctx); - return 1; - } +{ + /* Now fill algorithm parameters with correct values */ + BN_CTX *ctx = BN_CTX_new(); + if (!dsa->g) { + GOSTerr(GOST_F_GOST94_COMPUTE_PUBLIC, GOST_R_KEY_IS_NOT_INITALIZED); + return 0; + } + /* Compute public key y = a^x mod p */ + dsa->pub_key = BN_new(); + BN_mod_exp(dsa->pub_key, dsa->g, dsa->priv_key, dsa->p, ctx); + BN_CTX_free(ctx); + return 1; +} /* * Fill GOST 94 params, searching them in R3410_paramset array * by nid of paramset * */ -int fill_GOST94_params(DSA *dsa,int nid) - { - R3410_params *params=R3410_paramset; - while (params->nid!=NID_undef && params->nid !=nid) params++; - if (params->nid == NID_undef) - { - GOSTerr(GOST_F_FILL_GOST94_PARAMS,GOST_R_UNSUPPORTED_PARAMETER_SET); - return 0; - } +int fill_GOST94_params(DSA *dsa, int nid) +{ + R3410_params *params = R3410_paramset; + while (params->nid != NID_undef && params->nid != nid) + params++; + if (params->nid == NID_undef) { + GOSTerr(GOST_F_FILL_GOST94_PARAMS, GOST_R_UNSUPPORTED_PARAMETER_SET); + return 0; + } #define dump_signature(a,b,c) - if (dsa->p) { BN_free(dsa->p); } - dsa->p=NULL; - BN_dec2bn(&(dsa->p),params->p); - if (dsa->q) { BN_free(dsa->q); } - dsa->q=NULL; - BN_dec2bn(&(dsa->q),params->q); - if (dsa->g) { BN_free(dsa->g); } - dsa->g=NULL; - BN_dec2bn(&(dsa->g),params->a); - return 1; - } + if (dsa->p) { + BN_free(dsa->p); + } + dsa->p = NULL; + BN_dec2bn(&(dsa->p), params->p); + if (dsa->q) { + BN_free(dsa->q); + } + dsa->q = NULL; + BN_dec2bn(&(dsa->q), params->q); + if (dsa->g) { + BN_free(dsa->g); + } + dsa->g = NULL; + BN_dec2bn(&(dsa->g), params->a); + return 1; +} /* * Generate GOST R 34.10-94 keypair @@ -240,82 +241,80 @@ int fill_GOST94_params(DSA *dsa,int nid) * */ int gost_sign_keygen(DSA *dsa) - { - dsa->priv_key = BN_new(); - BN_rand_range(dsa->priv_key,dsa->q); - return gost94_compute_public( dsa); - } +{ + dsa->priv_key = BN_new(); + BN_rand_range(dsa->priv_key, dsa->q); + return gost94_compute_public(dsa); +} /* Unpack signature according to cryptocom rules */ -/* +/*- DSA_SIG *unpack_cc_signature(const unsigned char *sig,size_t siglen) - { - DSA_SIG *s; - s = DSA_SIG_new(); - if (s == NULL) - { - GOSTerr(GOST_F_UNPACK_CC_SIGNATURE,GOST_R_NO_MEMORY); - return(NULL); - } - s->r = getbnfrombuf(sig, siglen/2); - s->s = getbnfrombuf(sig + siglen/2, siglen/2); - return s; - } + { + DSA_SIG *s; + s = DSA_SIG_new(); + if (s == NULL) + { + GOSTerr(GOST_F_UNPACK_CC_SIGNATURE,GOST_R_NO_MEMORY); + return(NULL); + } + s->r = getbnfrombuf(sig, siglen/2); + s->s = getbnfrombuf(sig + siglen/2, siglen/2); + return s; + } */ /* Unpack signature according to cryptopro rules */ -DSA_SIG *unpack_cp_signature(const unsigned char *sig,size_t siglen) - { - DSA_SIG *s; +DSA_SIG *unpack_cp_signature(const unsigned char *sig, size_t siglen) +{ + DSA_SIG *s; - s = DSA_SIG_new(); - if (s == NULL) - { - GOSTerr(GOST_F_UNPACK_CP_SIGNATURE,GOST_R_NO_MEMORY); - return NULL; - } - s->s = getbnfrombuf(sig , siglen/2); - s->r = getbnfrombuf(sig + siglen/2, siglen/2); - return s; - } + s = DSA_SIG_new(); + if (s == NULL) { + GOSTerr(GOST_F_UNPACK_CP_SIGNATURE, GOST_R_NO_MEMORY); + return NULL; + } + s->s = getbnfrombuf(sig, siglen / 2); + s->r = getbnfrombuf(sig + siglen / 2, siglen / 2); + return s; +} /* Convert little-endian byte array into bignum */ BIGNUM *hashsum2bn(const unsigned char *dgst) - { - unsigned char buf[32]; - int i; - for (i=0;i<32;i++) - { - buf[31-i]=dgst[i]; - } - return getbnfrombuf(buf,32); - } +{ + unsigned char buf[32]; + int i; + for (i = 0; i < 32; i++) { + buf[31 - i] = dgst[i]; + } + return getbnfrombuf(buf, 32); +} /* Convert byte buffer to bignum, skipping leading zeros*/ -BIGNUM *getbnfrombuf(const unsigned char *buf,size_t len) - { - while (*buf==0&&len>0) - { - buf++; len--; - } - if (len) - { - return BN_bin2bn(buf,len,NULL); - } - else - { - BIGNUM *b=BN_new(); - BN_zero(b); - return b; - } - } +BIGNUM *getbnfrombuf(const unsigned char *buf, size_t len) +{ + while (*buf == 0 && len > 0) { + buf++; + len--; + } + if (len) { + return BN_bin2bn(buf, len, NULL); + } else { + BIGNUM *b = BN_new(); + BN_zero(b); + return b; + } +} -/* Pack bignum into byte buffer of given size, filling all leading bytes - * by zeros */ -int store_bignum(BIGNUM *bn, unsigned char *buf,int len) - { - int bytes = BN_num_bytes(bn); - if (bytes>len) return 0; - memset(buf,0,len); - BN_bn2bin(bn,buf+len-bytes); - return 1; - } +/* + * Pack bignum into byte buffer of given size, filling all leading bytes by + * zeros + */ +int store_bignum(BIGNUM *bn, unsigned char *buf, int len) +{ + int bytes = BN_num_bytes(bn); + if (bytes > len) + return 0; + memset(buf, 0, len); + BN_bn2bin(bn, buf + len - bytes); + return 1; +} diff --git a/openssl/engines/ccgost/gosthash.c b/openssl/engines/ccgost/gosthash.c index 91b2ce882..72faa24ed 100644 --- a/openssl/engines/ccgost/gosthash.c +++ b/openssl/engines/ccgost/gosthash.c @@ -11,8 +11,8 @@ #include "gost89.h" #include "gosthash.h" - -/* Use OPENSSL_malloc for memory allocation if compiled with +/* + * Use OPENSSL_malloc for memory allocation if compiled with * -DOPENSSL_BUILD, and libc malloc otherwise */ #ifndef MYALLOC @@ -25,230 +25,244 @@ # define MYFREE(ptr) free(ptr) # endif #endif -/* Following functions are various bit meshing routines used in - * GOST R 34.11-94 algorithms */ -static void swap_bytes (byte *w, byte *k) - { - int i,j; - for (i=0;i<4;i++) - for (j=0;j<8;j++) - k[i+4*j]=w[8*i+j]; +/* + * Following functions are various bit meshing routines used in GOST R + * 34.11-94 algorithms + */ +static void swap_bytes(byte * w, byte * k) +{ + int i, j; + for (i = 0; i < 4; i++) + for (j = 0; j < 8; j++) + k[i + 4 * j] = w[8 * i + j]; - } +} /* was A_A */ -static void circle_xor8 (const byte *w, byte *k) - { - byte buf[8]; - int i; - memcpy(buf,w,8); - memmove(k,w+8,24); - for(i=0;i<8;i++) - k[i+24]=buf[i]^k[i]; - } +static void circle_xor8(const byte * w, byte * k) +{ + byte buf[8]; + int i; + memcpy(buf, w, 8); + memmove(k, w + 8, 24); + for (i = 0; i < 8; i++) + k[i + 24] = buf[i] ^ k[i]; +} /* was R_R */ -static void transform_3 (byte *data) - { - unsigned short int acc; - acc=(data[0]^data[2]^data[4]^data[6]^data[24]^data[30])| - ((data[1]^data[3]^data[5]^data[7]^data[25]^data[31])<<8); - memmove(data,data+2,30); - data[30]=acc&0xff; - data[31]=acc>>8; - } +static void transform_3(byte * data) +{ + unsigned short int acc; + acc = (data[0] ^ data[2] ^ data[4] ^ data[6] ^ data[24] ^ data[30]) | + ((data[1] ^ data[3] ^ data[5] ^ data[7] ^ data[25] ^ data[31]) << 8); + memmove(data, data + 2, 30); + data[30] = acc & 0xff; + data[31] = acc >> 8; +} /* Adds blocks of N bytes modulo 2**(8*n). Returns carry*/ -static int add_blocks(int n,byte *left, const byte *right) - { - int i; - int carry=0; - int sum; - for (i=0;i>8; - } - return carry; - } +static int add_blocks(int n, byte * left, const byte * right) +{ + int i; + int carry = 0; + int sum; + for (i = 0; i < n; i++) { + sum = (int)left[i] + (int)right[i] + carry; + left[i] = sum & 0xff; + carry = sum >> 8; + } + return carry; +} /* Xor two sequences of bytes */ -static void xor_blocks (byte *result,const byte *a,const byte *b,size_t len) - { - size_t i; - for (i=0;icipher_ctx = (gost_ctx *)MYALLOC(sizeof(gost_ctx)); - if (!ctx->cipher_ctx) - { - return 0; - } - gost_init(ctx->cipher_ctx,subst_block); - return 1; - } +int init_gost_hash_ctx(gost_hash_ctx * ctx, + const gost_subst_block * subst_block) +{ + memset(ctx, 0, sizeof(gost_hash_ctx)); + ctx->cipher_ctx = (gost_ctx *) MYALLOC(sizeof(gost_ctx)); + if (!ctx->cipher_ctx) { + return 0; + } + gost_init(ctx->cipher_ctx, subst_block); + return 1; +} /* * Free cipher CTX if it is dynamically allocated. Do not use * if cipher ctx is statically allocated as in OpenSSL implementation of * GOST hash algroritm * - */ -void done_gost_hash_ctx(gost_hash_ctx *ctx) - { - /* No need to use gost_destroy, because cipher keys are not really - * secret when hashing */ - MYFREE(ctx->cipher_ctx); - } + */ +void done_gost_hash_ctx(gost_hash_ctx * ctx) +{ + /* + * No need to use gost_destroy, because cipher keys are not really secret + * when hashing + */ + MYFREE(ctx->cipher_ctx); +} /* * reset state of hash context to begin hashing new message */ -int start_hash(gost_hash_ctx *ctx) - { - if (!ctx->cipher_ctx) return 0; - memset(&(ctx->H),0,32); - memset(&(ctx->S),0,32); - ctx->len = 0L; - ctx->left=0; - return 1; - } +int start_hash(gost_hash_ctx * ctx) +{ + if (!ctx->cipher_ctx) + return 0; + memset(&(ctx->H), 0, 32); + memset(&(ctx->S), 0, 32); + ctx->len = 0L; + ctx->left = 0; + return 1; +} /* * Hash block of arbitrary length * * */ -int hash_block(gost_hash_ctx *ctx,const byte *block, size_t length) - { - if (ctx->left) - { - /*There are some bytes from previous step*/ - unsigned int add_bytes = 32-ctx->left; - if (add_bytes>length) - { - add_bytes = length; - } - memcpy(&(ctx->remainder[ctx->left]),block,add_bytes); - ctx->left+=add_bytes; - if (ctx->left<32) - { - return 1; - } - block+=add_bytes; - length-=add_bytes; - hash_step(ctx->cipher_ctx,ctx->H,ctx->remainder); - add_blocks(32,ctx->S,ctx->remainder); - ctx->len+=32; - ctx->left=0; - } - while (length>=32) - { - hash_step(ctx->cipher_ctx,ctx->H,block); - - add_blocks(32,ctx->S,block); - ctx->len+=32; - block+=32; - length-=32; - } - if (length) - { - memcpy(ctx->remainder,block,ctx->left=length); - } - return 1; - } +int hash_block(gost_hash_ctx * ctx, const byte * block, size_t length) +{ + if (ctx->left) { + /* + * There are some bytes from previous step + */ + unsigned int add_bytes = 32 - ctx->left; + if (add_bytes > length) { + add_bytes = length; + } + memcpy(&(ctx->remainder[ctx->left]), block, add_bytes); + ctx->left += add_bytes; + if (ctx->left < 32) { + return 1; + } + block += add_bytes; + length -= add_bytes; + hash_step(ctx->cipher_ctx, ctx->H, ctx->remainder); + add_blocks(32, ctx->S, ctx->remainder); + ctx->len += 32; + ctx->left = 0; + } + while (length >= 32) { + hash_step(ctx->cipher_ctx, ctx->H, block); + + add_blocks(32, ctx->S, block); + ctx->len += 32; + block += 32; + length -= 32; + } + if (length) { + memcpy(ctx->remainder, block, ctx->left = length); + } + return 1; +} /* * Compute hash value from current state of ctx * state of hash ctx becomes invalid and cannot be used for further * hashing. - */ -int finish_hash(gost_hash_ctx *ctx,byte *hashval) - { - byte buf[32]; - byte H[32]; - byte S[32]; - ghosthash_len fin_len=ctx->len; - byte *bptr; - memcpy(H,ctx->H,32); - memcpy(S,ctx->S,32); - if (ctx->left) - { - memset(buf,0,32); - memcpy(buf,ctx->remainder,ctx->left); - hash_step(ctx->cipher_ctx,H,buf); - add_blocks(32,S,buf); - fin_len+=ctx->left; - } - memset(buf,0,32); - bptr=buf; - fin_len<<=3; /* Hash length in BITS!!*/ - while(fin_len>0) - { - *(bptr++)=(byte)(fin_len&0xFF); - fin_len>>=8; - }; - hash_step(ctx->cipher_ctx,H,buf); - hash_step(ctx->cipher_ctx,H,S); - memcpy(hashval,H,32); - return 1; - } + */ +int finish_hash(gost_hash_ctx * ctx, byte * hashval) +{ + byte buf[32]; + byte H[32]; + byte S[32]; + ghosthash_len fin_len = ctx->len; + byte *bptr; + memcpy(H, ctx->H, 32); + memcpy(S, ctx->S, 32); + if (ctx->left) { + memset(buf, 0, 32); + memcpy(buf, ctx->remainder, ctx->left); + hash_step(ctx->cipher_ctx, H, buf); + add_blocks(32, S, buf); + fin_len += ctx->left; + } + memset(buf, 0, 32); + bptr = buf; + fin_len <<= 3; /* Hash length in BITS!! */ + while (fin_len > 0) { + *(bptr++) = (byte) (fin_len & 0xFF); + fin_len >>= 8; + }; + hash_step(ctx->cipher_ctx, H, buf); + hash_step(ctx->cipher_ctx, H, S); + memcpy(hashval, H, 32); + return 1; +} diff --git a/openssl/engines/ccgost/gosthash.h b/openssl/engines/ccgost/gosthash.h index 4a2e441ec..003e668e0 100644 --- a/openssl/engines/ccgost/gosthash.h +++ b/openssl/engines/ccgost/gosthash.h @@ -7,42 +7,46 @@ * uses and gost89.h Doesn't need OpenSSL * **********************************************************************/ #ifndef GOSTHASH_H -#define GOSTHASH_H -#include "gost89.h" -#include +# define GOSTHASH_H +# include "gost89.h" +# include -#if (defined(_WIN32) || defined(_WIN64)) && !defined(__MINGW32__) +# if (defined(_WIN32) || defined(_WIN64)) && !defined(__MINGW32__) typedef __int64 ghosthash_len; -#elif defined(__arch64__) +# elif defined(__arch64__) typedef long ghosthash_len; -#else +# else typedef long long ghosthash_len; -#endif +# endif typedef struct gost_hash_ctx { - ghosthash_len len; - gost_ctx *cipher_ctx; - int left; - byte H[32]; - byte S[32]; - byte remainder[32]; -} gost_hash_ctx; - + ghosthash_len len; + gost_ctx *cipher_ctx; + int left; + byte H[32]; + byte S[32]; + byte remainder[32]; +} gost_hash_ctx; /* Initalizes gost hash ctx, including creation of gost cipher ctx */ -int init_gost_hash_ctx(gost_hash_ctx *ctx, const gost_subst_block *subst_block); -void done_gost_hash_ctx(gost_hash_ctx *ctx); +int init_gost_hash_ctx(gost_hash_ctx * ctx, + const gost_subst_block * subst_block); +void done_gost_hash_ctx(gost_hash_ctx * ctx); -/* Cleans up all fields, except cipher ctx preparing ctx for computing - * of new hash value */ -int start_hash(gost_hash_ctx *ctx); +/* + * Cleans up all fields, except cipher ctx preparing ctx for computing of new + * hash value + */ +int start_hash(gost_hash_ctx * ctx); /* Hashes block of data */ -int hash_block(gost_hash_ctx *ctx, const byte *block, size_t length); +int hash_block(gost_hash_ctx * ctx, const byte * block, size_t length); -/* Finalizes computation of hash and fills buffer (which should be at - * least 32 bytes long) with value of computed hash. */ -int finish_hash(gost_hash_ctx *ctx, byte *hashval); +/* + * Finalizes computation of hash and fills buffer (which should be at least + * 32 bytes long) with value of computed hash. + */ +int finish_hash(gost_hash_ctx * ctx, byte * hashval); -#endif +#endif diff --git a/openssl/engines/ccgost/gostsum.c b/openssl/engines/ccgost/gostsum.c index d57112eb5..1021848ef 100644 --- a/openssl/engines/ccgost/gostsum.c +++ b/openssl/engines/ccgost/gostsum.c @@ -15,196 +15,173 @@ #include #include "gosthash.h" #define BUF_SIZE 262144 -int hash_file(gost_hash_ctx *ctx,char *filename,char *sum,int mode); -int hash_stream(gost_hash_ctx *ctx,int fd, char *sum); -int get_line(FILE *f,char *hash,char *filename); +int hash_file(gost_hash_ctx * ctx, char *filename, char *sum, int mode); +int hash_stream(gost_hash_ctx * ctx, int fd, char *sum); +int get_line(FILE *f, char *hash, char *filename); void help() - { - fprintf(stderr,"gostsum [-bvt] [-c [file]]| [files]\n" - "\t-c check message digests (default is generate)\n" - "\t-v verbose, print file names when checking\n" - "\t-b read files in binary mode\n" - "\t-t use test GOST paramset (default is CryptoPro paramset)\n" - "The input for -c should be the list of message digests and file names\n" - "that is printed on stdout by this program when it generates digests.\n"); - exit(3); - } +{ + fprintf(stderr, "gostsum [-bvt] [-c [file]]| [files]\n" + "\t-c check message digests (default is generate)\n" + "\t-v verbose, print file names when checking\n" + "\t-b read files in binary mode\n" + "\t-t use test GOST paramset (default is CryptoPro paramset)\n" + "The input for -c should be the list of message digests and file names\n" + "that is printed on stdout by this program when it generates digests.\n"); + exit(3); +} #ifndef O_BINARY -#define O_BINARY 0 +# define O_BINARY 0 #endif -int main(int argc,char **argv) - { - int c,i; - int verbose=0; - int errors=0; - int open_mode = O_RDONLY; - gost_subst_block *b= &GostR3411_94_CryptoProParamSet; - FILE *check_file = NULL; - gost_hash_ctx ctx; - - while( (c=getopt(argc,argv,"bc::tv"))!=-1) - { - switch (c) - { - case 'v': verbose=1; break; - case 't': b= &GostR3411_94_TestParamSet; break; - case 'b': open_mode |= O_BINARY; break; - case 'c': - if (optarg) - { - check_file = fopen(optarg,"r"); - if (!check_file) - { - perror(optarg); - exit(2); - } - } - else - { - check_file= stdin; - } - break; - default: - fprintf(stderr,"invalid option %c",optopt); - help(); - } - } - init_gost_hash_ctx(&ctx,b); - if (check_file) - { - char inhash[65],calcsum[65],filename[PATH_MAX]; - int failcount=0,count=0;; - if (check_file==stdin && optind0) - { - hash_block(ctx,buffer,bytes); - } - if (bytes<0) - { - return 0; - } - finish_hash(ctx,buffer); - for (i=0;i<32;i++) - { - sprintf(sum+2*i,"%02x",buffer[31-i]); - } - return 1; - } - -int get_line(FILE *f,char *hash,char *filename) - { - int i; - if (fread(hash,1,64,f)<64) return 0; - hash[64]=0; - for (i=0;i<64;i++) - { - if (hash[i]<'0' || (hash[i]>'9' && hash[i]<'A') || (hash[i]>'F' - && hash[i]<'a')||hash[i]>'f') - { - fprintf(stderr,"Not a hash value '%s'\n",hash); - return 0; - } - } - if (fgetc(f)!=' ') - { - fprintf(stderr,"Malformed input line\n"); - return 0; - } - i=strlen(fgets(filename,PATH_MAX,f)); - while (filename[--i]=='\n'||filename[i]=='\r') filename[i]=0; - return 1; - } +int hash_file(gost_hash_ctx * ctx, char *filename, char *sum, int mode) +{ + int fd; + if ((fd = open(filename, mode)) < 0) { + perror(filename); + return 0; + } + if (!hash_stream(ctx, fd, sum)) { + perror(filename); + return 0; + } + close(fd); + return 1; +} + +int hash_stream(gost_hash_ctx * ctx, int fd, char *sum) +{ + unsigned char buffer[BUF_SIZE]; + ssize_t bytes; + int i; + start_hash(ctx); + while ((bytes = read(fd, buffer, BUF_SIZE)) > 0) { + hash_block(ctx, buffer, bytes); + } + if (bytes < 0) { + return 0; + } + finish_hash(ctx, buffer); + for (i = 0; i < 32; i++) { + sprintf(sum + 2 * i, "%02x", buffer[31 - i]); + } + return 1; +} + +int get_line(FILE *f, char *hash, char *filename) +{ + int i; + if (fread(hash, 1, 64, f) < 64) + return 0; + hash[64] = 0; + for (i = 0; i < 64; i++) { + if (hash[i] < '0' || (hash[i] > '9' && hash[i] < 'A') + || (hash[i] > 'F' && hash[i] < 'a') || hash[i] > 'f') { + fprintf(stderr, "Not a hash value '%s'\n", hash); + return 0; + } + } + if (fgetc(f) != ' ') { + fprintf(stderr, "Malformed input line\n"); + return 0; + } + i = strlen(fgets(filename, PATH_MAX, f)); + while (filename[--i] == '\n' || filename[i] == '\r') + filename[i] = 0; + return 1; +} diff --git a/openssl/engines/e_4758cca.c b/openssl/engines/e_4758cca.c index 443182bd3..5f771986c 100644 --- a/openssl/engines/e_4758cca.c +++ b/openssl/engines/e_4758cca.c @@ -7,7 +7,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -62,926 +62,891 @@ #include #include #ifndef OPENSSL_NO_RSA -#include +# include #endif #include #ifndef OPENSSL_NO_HW -#ifndef OPENSSL_NO_HW_4758_CCA +# ifndef OPENSSL_NO_HW_4758_CCA -#ifdef FLAT_INC -#include "hw_4758_cca.h" -#else -#include "vendor_defns/hw_4758_cca.h" -#endif +# ifdef FLAT_INC +# include "hw_4758_cca.h" +# else +# include "vendor_defns/hw_4758_cca.h" +# endif -#include "e_4758cca_err.c" +# include "e_4758cca_err.c" static int ibm_4758_cca_destroy(ENGINE *e); static int ibm_4758_cca_init(ENGINE *e); static int ibm_4758_cca_finish(ENGINE *e); -static int ibm_4758_cca_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void)); +static int ibm_4758_cca_ctrl(ENGINE *e, int cmd, long i, void *p, + void (*f) (void)); /* rsa functions */ -/*---------------*/ -#ifndef OPENSSL_NO_RSA +/* -------------*/ +# ifndef OPENSSL_NO_RSA static int cca_rsa_pub_enc(int flen, const unsigned char *from, - unsigned char *to, RSA *rsa,int padding); + unsigned char *to, RSA *rsa, int padding); static int cca_rsa_priv_dec(int flen, const unsigned char *from, - unsigned char *to, RSA *rsa,int padding); + unsigned char *to, RSA *rsa, int padding); static int cca_rsa_sign(int type, const unsigned char *m, unsigned int m_len, - unsigned char *sigret, unsigned int *siglen, const RSA *rsa); -static int cca_rsa_verify(int dtype, const unsigned char *m, unsigned int m_len, - const unsigned char *sigbuf, unsigned int siglen, const RSA *rsa); + unsigned char *sigret, unsigned int *siglen, + const RSA *rsa); +static int cca_rsa_verify(int dtype, const unsigned char *m, + unsigned int m_len, const unsigned char *sigbuf, + unsigned int siglen, const RSA *rsa); /* utility functions */ -/*-----------------------*/ -static EVP_PKEY *ibm_4758_load_privkey(ENGINE*, const char*, - UI_METHOD *ui_method, void *callback_data); -static EVP_PKEY *ibm_4758_load_pubkey(ENGINE*, const char*, - UI_METHOD *ui_method, void *callback_data); - -static int getModulusAndExponent(const unsigned char *token, long *exponentLength, - unsigned char *exponent, long *modulusLength, - long *modulusFieldLength, unsigned char *modulus); -#endif +/* ---------------------*/ +static EVP_PKEY *ibm_4758_load_privkey(ENGINE *, const char *, + UI_METHOD *ui_method, + void *callback_data); +static EVP_PKEY *ibm_4758_load_pubkey(ENGINE *, const char *, + UI_METHOD *ui_method, + void *callback_data); + +static int getModulusAndExponent(const unsigned char *token, + long *exponentLength, + unsigned char *exponent, long *modulusLength, + long *modulusFieldLength, + unsigned char *modulus); +# endif /* RAND number functions */ -/*-----------------------*/ -static int cca_get_random_bytes(unsigned char*, int); +/* ---------------------*/ +static int cca_get_random_bytes(unsigned char *, int); static int cca_random_status(void); -#ifndef OPENSSL_NO_RSA +# ifndef OPENSSL_NO_RSA static void cca_ex_free(void *obj, void *item, CRYPTO_EX_DATA *ad, - int idx,long argl, void *argp); -#endif + int idx, long argl, void *argp); +# endif /* Function pointers for CCA verbs */ -/*---------------------------------*/ -#ifndef OPENSSL_NO_RSA +/* -------------------------------*/ +# ifndef OPENSSL_NO_RSA static F_KEYRECORDREAD keyRecordRead; static F_DIGITALSIGNATUREGENERATE digitalSignatureGenerate; static F_DIGITALSIGNATUREVERIFY digitalSignatureVerify; static F_PUBLICKEYEXTRACT publicKeyExtract; static F_PKAENCRYPT pkaEncrypt; static F_PKADECRYPT pkaDecrypt; -#endif +# endif static F_RANDOMNUMBERGENERATE randomNumberGenerate; /* static variables */ -/*------------------*/ +/* ----------------*/ static const char *CCA4758_LIB_NAME = NULL; static const char *get_CCA4758_LIB_NAME(void) - { - if(CCA4758_LIB_NAME) - return CCA4758_LIB_NAME; - return CCA_LIB_NAME; - } +{ + if (CCA4758_LIB_NAME) + return CCA4758_LIB_NAME; + return CCA_LIB_NAME; +} + static void free_CCA4758_LIB_NAME(void) - { - if(CCA4758_LIB_NAME) - OPENSSL_free((void*)CCA4758_LIB_NAME); - CCA4758_LIB_NAME = NULL; - } -static long set_CCA4758_LIB_NAME(const char *name) - { - free_CCA4758_LIB_NAME(); - return (((CCA4758_LIB_NAME = BUF_strdup(name)) != NULL) ? 1 : 0); - } -#ifndef OPENSSL_NO_RSA -static const char* n_keyRecordRead = CSNDKRR; -static const char* n_digitalSignatureGenerate = CSNDDSG; -static const char* n_digitalSignatureVerify = CSNDDSV; -static const char* n_publicKeyExtract = CSNDPKX; -static const char* n_pkaEncrypt = CSNDPKE; -static const char* n_pkaDecrypt = CSNDPKD; -#endif -static const char* n_randomNumberGenerate = CSNBRNG; +{ + if (CCA4758_LIB_NAME) + OPENSSL_free((void *)CCA4758_LIB_NAME); + CCA4758_LIB_NAME = NULL; +} -#ifndef OPENSSL_NO_RSA +static long set_CCA4758_LIB_NAME(const char *name) +{ + free_CCA4758_LIB_NAME(); + return (((CCA4758_LIB_NAME = BUF_strdup(name)) != NULL) ? 1 : 0); +} + +# ifndef OPENSSL_NO_RSA +static const char *n_keyRecordRead = CSNDKRR; +static const char *n_digitalSignatureGenerate = CSNDDSG; +static const char *n_digitalSignatureVerify = CSNDDSV; +static const char *n_publicKeyExtract = CSNDPKX; +static const char *n_pkaEncrypt = CSNDPKE; +static const char *n_pkaDecrypt = CSNDPKD; +# endif +static const char *n_randomNumberGenerate = CSNBRNG; + +# ifndef OPENSSL_NO_RSA static int hndidx = -1; -#endif +# endif static DSO *dso = NULL; /* openssl engine initialization structures */ -/*------------------------------------------*/ - -#define CCA4758_CMD_SO_PATH ENGINE_CMD_BASE -static const ENGINE_CMD_DEFN cca4758_cmd_defns[] = { - {CCA4758_CMD_SO_PATH, - "SO_PATH", - "Specifies the path to the '4758cca' shared library", - ENGINE_CMD_FLAG_STRING}, - {0, NULL, NULL, 0} - }; - -#ifndef OPENSSL_NO_RSA -static RSA_METHOD ibm_4758_cca_rsa = - { - "IBM 4758 CCA RSA method", - cca_rsa_pub_enc, - NULL, - NULL, - cca_rsa_priv_dec, - NULL, /*rsa_mod_exp,*/ - NULL, /*mod_exp_mont,*/ - NULL, /* init */ - NULL, /* finish */ - RSA_FLAG_SIGN_VER, /* flags */ - NULL, /* app_data */ - cca_rsa_sign, /* rsa_sign */ - cca_rsa_verify, /* rsa_verify */ - NULL /* rsa_keygen */ - }; -#endif - -static RAND_METHOD ibm_4758_cca_rand = - { - /* "IBM 4758 RAND method", */ - NULL, /* seed */ - cca_get_random_bytes, /* get random bytes from the card */ - NULL, /* cleanup */ - NULL, /* add */ - cca_get_random_bytes, /* pseudo rand */ - cca_random_status, /* status */ - }; +/* ----------------------------------------*/ + +# define CCA4758_CMD_SO_PATH ENGINE_CMD_BASE +static const ENGINE_CMD_DEFN cca4758_cmd_defns[] = { + {CCA4758_CMD_SO_PATH, + "SO_PATH", + "Specifies the path to the '4758cca' shared library", + ENGINE_CMD_FLAG_STRING}, + {0, NULL, NULL, 0} +}; + +# ifndef OPENSSL_NO_RSA +static RSA_METHOD ibm_4758_cca_rsa = { + "IBM 4758 CCA RSA method", + cca_rsa_pub_enc, + NULL, + NULL, + cca_rsa_priv_dec, + NULL, /* rsa_mod_exp, */ + NULL, /* mod_exp_mont, */ + NULL, /* init */ + NULL, /* finish */ + RSA_FLAG_SIGN_VER, /* flags */ + NULL, /* app_data */ + cca_rsa_sign, /* rsa_sign */ + cca_rsa_verify, /* rsa_verify */ + NULL /* rsa_keygen */ +}; +# endif + +static RAND_METHOD ibm_4758_cca_rand = { + /* "IBM 4758 RAND method", */ + NULL, /* seed */ + cca_get_random_bytes, /* get random bytes from the card */ + NULL, /* cleanup */ + NULL, /* add */ + cca_get_random_bytes, /* pseudo rand */ + cca_random_status, /* status */ +}; static const char *engine_4758_cca_id = "4758cca"; -static const char *engine_4758_cca_name = "IBM 4758 CCA hardware engine support"; -#ifndef OPENSSL_NO_DYNAMIC_ENGINE +static const char *engine_4758_cca_name = + "IBM 4758 CCA hardware engine support"; +# ifndef OPENSSL_NO_DYNAMIC_ENGINE /* Compatibility hack, the dynamic library uses this form in the path */ static const char *engine_4758_cca_id_alt = "4758_cca"; -#endif +# endif /* engine implementation */ -/*-----------------------*/ +/* ---------------------*/ static int bind_helper(ENGINE *e) - { - if(!ENGINE_set_id(e, engine_4758_cca_id) || - !ENGINE_set_name(e, engine_4758_cca_name) || -#ifndef OPENSSL_NO_RSA - !ENGINE_set_RSA(e, &ibm_4758_cca_rsa) || -#endif - !ENGINE_set_RAND(e, &ibm_4758_cca_rand) || - !ENGINE_set_destroy_function(e, ibm_4758_cca_destroy) || - !ENGINE_set_init_function(e, ibm_4758_cca_init) || - !ENGINE_set_finish_function(e, ibm_4758_cca_finish) || - !ENGINE_set_ctrl_function(e, ibm_4758_cca_ctrl) || -#ifndef OPENSSL_NO_RSA - !ENGINE_set_load_privkey_function(e, ibm_4758_load_privkey) || - !ENGINE_set_load_pubkey_function(e, ibm_4758_load_pubkey) || -#endif - !ENGINE_set_cmd_defns(e, cca4758_cmd_defns)) - return 0; - /* Ensure the error handling is set up */ - ERR_load_CCA4758_strings(); - return 1; - } - -#ifdef OPENSSL_NO_DYNAMIC_ENGINE +{ + if (!ENGINE_set_id(e, engine_4758_cca_id) || + !ENGINE_set_name(e, engine_4758_cca_name) || +# ifndef OPENSSL_NO_RSA + !ENGINE_set_RSA(e, &ibm_4758_cca_rsa) || +# endif + !ENGINE_set_RAND(e, &ibm_4758_cca_rand) || + !ENGINE_set_destroy_function(e, ibm_4758_cca_destroy) || + !ENGINE_set_init_function(e, ibm_4758_cca_init) || + !ENGINE_set_finish_function(e, ibm_4758_cca_finish) || + !ENGINE_set_ctrl_function(e, ibm_4758_cca_ctrl) || +# ifndef OPENSSL_NO_RSA + !ENGINE_set_load_privkey_function(e, ibm_4758_load_privkey) || + !ENGINE_set_load_pubkey_function(e, ibm_4758_load_pubkey) || +# endif + !ENGINE_set_cmd_defns(e, cca4758_cmd_defns)) + return 0; + /* Ensure the error handling is set up */ + ERR_load_CCA4758_strings(); + return 1; +} + +# ifdef OPENSSL_NO_DYNAMIC_ENGINE static ENGINE *engine_4758_cca(void) - { - ENGINE *ret = ENGINE_new(); - if(!ret) - return NULL; - if(!bind_helper(ret)) - { - ENGINE_free(ret); - return NULL; - } - return ret; - } +{ + ENGINE *ret = ENGINE_new(); + if (!ret) + return NULL; + if (!bind_helper(ret)) { + ENGINE_free(ret); + return NULL; + } + return ret; +} void ENGINE_load_4758cca(void) - { - ENGINE *e_4758 = engine_4758_cca(); - if (!e_4758) return; - ENGINE_add(e_4758); - ENGINE_free(e_4758); - ERR_clear_error(); - } -#endif +{ + ENGINE *e_4758 = engine_4758_cca(); + if (!e_4758) + return; + ENGINE_add(e_4758); + ENGINE_free(e_4758); + ERR_clear_error(); +} +# endif static int ibm_4758_cca_destroy(ENGINE *e) - { - ERR_unload_CCA4758_strings(); - free_CCA4758_LIB_NAME(); - return 1; - } +{ + ERR_unload_CCA4758_strings(); + free_CCA4758_LIB_NAME(); + return 1; +} static int ibm_4758_cca_init(ENGINE *e) - { - if(dso) - { - CCA4758err(CCA4758_F_IBM_4758_CCA_INIT,CCA4758_R_ALREADY_LOADED); - goto err; - } - - dso = DSO_load(NULL, get_CCA4758_LIB_NAME(), NULL, 0); - if(!dso) - { - CCA4758err(CCA4758_F_IBM_4758_CCA_INIT,CCA4758_R_DSO_FAILURE); - goto err; - } - -#ifndef OPENSSL_NO_RSA - if(!(keyRecordRead = (F_KEYRECORDREAD) - DSO_bind_func(dso, n_keyRecordRead)) || - !(randomNumberGenerate = (F_RANDOMNUMBERGENERATE) - DSO_bind_func(dso, n_randomNumberGenerate)) || - !(digitalSignatureGenerate = (F_DIGITALSIGNATUREGENERATE) - DSO_bind_func(dso, n_digitalSignatureGenerate)) || - !(digitalSignatureVerify = (F_DIGITALSIGNATUREVERIFY) - DSO_bind_func(dso, n_digitalSignatureVerify)) || - !(publicKeyExtract = (F_PUBLICKEYEXTRACT) - DSO_bind_func(dso, n_publicKeyExtract)) || - !(pkaEncrypt = (F_PKAENCRYPT) - DSO_bind_func(dso, n_pkaEncrypt)) || - !(pkaDecrypt = (F_PKADECRYPT) - DSO_bind_func(dso, n_pkaDecrypt))) - { - CCA4758err(CCA4758_F_IBM_4758_CCA_INIT,CCA4758_R_DSO_FAILURE); - goto err; - } -#else - if(!(randomNumberGenerate = (F_RANDOMNUMBERGENERATE) - DSO_bind_func(dso, n_randomNumberGenerate))) - { - CCA4758err(CCA4758_F_IBM_4758_CCA_INIT,CCA4758_R_DSO_FAILURE); - goto err; - } -#endif - -#ifndef OPENSSL_NO_RSA - hndidx = RSA_get_ex_new_index(0, "IBM 4758 CCA RSA key handle", - NULL, NULL, cca_ex_free); -#endif - - return 1; -err: - if(dso) - DSO_free(dso); - dso = NULL; - -#ifndef OPENSSL_NO_RSA - keyRecordRead = (F_KEYRECORDREAD)0; - digitalSignatureGenerate = (F_DIGITALSIGNATUREGENERATE)0; - digitalSignatureVerify = (F_DIGITALSIGNATUREVERIFY)0; - publicKeyExtract = (F_PUBLICKEYEXTRACT)0; - pkaEncrypt = (F_PKAENCRYPT)0; - pkaDecrypt = (F_PKADECRYPT)0; -#endif - randomNumberGenerate = (F_RANDOMNUMBERGENERATE)0; - return 0; - } +{ + if (dso) { + CCA4758err(CCA4758_F_IBM_4758_CCA_INIT, CCA4758_R_ALREADY_LOADED); + goto err; + } + + dso = DSO_load(NULL, get_CCA4758_LIB_NAME(), NULL, 0); + if (!dso) { + CCA4758err(CCA4758_F_IBM_4758_CCA_INIT, CCA4758_R_DSO_FAILURE); + goto err; + } +# ifndef OPENSSL_NO_RSA + if (!(keyRecordRead = (F_KEYRECORDREAD) + DSO_bind_func(dso, n_keyRecordRead)) || + !(randomNumberGenerate = (F_RANDOMNUMBERGENERATE) + DSO_bind_func(dso, n_randomNumberGenerate)) || + !(digitalSignatureGenerate = (F_DIGITALSIGNATUREGENERATE) + DSO_bind_func(dso, n_digitalSignatureGenerate)) || + !(digitalSignatureVerify = (F_DIGITALSIGNATUREVERIFY) + DSO_bind_func(dso, n_digitalSignatureVerify)) || + !(publicKeyExtract = (F_PUBLICKEYEXTRACT) + DSO_bind_func(dso, n_publicKeyExtract)) || + !(pkaEncrypt = (F_PKAENCRYPT) + DSO_bind_func(dso, n_pkaEncrypt)) || !(pkaDecrypt = (F_PKADECRYPT) + DSO_bind_func(dso, + n_pkaDecrypt))) + { + CCA4758err(CCA4758_F_IBM_4758_CCA_INIT, CCA4758_R_DSO_FAILURE); + goto err; + } +# else + if (!(randomNumberGenerate = (F_RANDOMNUMBERGENERATE) + DSO_bind_func(dso, n_randomNumberGenerate))) { + CCA4758err(CCA4758_F_IBM_4758_CCA_INIT, CCA4758_R_DSO_FAILURE); + goto err; + } +# endif + +# ifndef OPENSSL_NO_RSA + hndidx = RSA_get_ex_new_index(0, "IBM 4758 CCA RSA key handle", + NULL, NULL, cca_ex_free); +# endif + + return 1; + err: + if (dso) + DSO_free(dso); + dso = NULL; + +# ifndef OPENSSL_NO_RSA + keyRecordRead = (F_KEYRECORDREAD) 0; + digitalSignatureGenerate = (F_DIGITALSIGNATUREGENERATE) 0; + digitalSignatureVerify = (F_DIGITALSIGNATUREVERIFY)0; + publicKeyExtract = (F_PUBLICKEYEXTRACT)0; + pkaEncrypt = (F_PKAENCRYPT) 0; + pkaDecrypt = (F_PKADECRYPT) 0; +# endif + randomNumberGenerate = (F_RANDOMNUMBERGENERATE) 0; + return 0; +} static int ibm_4758_cca_finish(ENGINE *e) - { - free_CCA4758_LIB_NAME(); - if(!dso) - { - CCA4758err(CCA4758_F_IBM_4758_CCA_FINISH, - CCA4758_R_NOT_LOADED); - return 0; - } - if(!DSO_free(dso)) - { - CCA4758err(CCA4758_F_IBM_4758_CCA_FINISH, - CCA4758_R_UNIT_FAILURE); - return 0; - } - dso = NULL; -#ifndef OPENSSL_NO_RSA - keyRecordRead = (F_KEYRECORDREAD)0; - randomNumberGenerate = (F_RANDOMNUMBERGENERATE)0; - digitalSignatureGenerate = (F_DIGITALSIGNATUREGENERATE)0; - digitalSignatureVerify = (F_DIGITALSIGNATUREVERIFY)0; - publicKeyExtract = (F_PUBLICKEYEXTRACT)0; - pkaEncrypt = (F_PKAENCRYPT)0; - pkaDecrypt = (F_PKADECRYPT)0; -#endif - randomNumberGenerate = (F_RANDOMNUMBERGENERATE)0; - return 1; - } - -static int ibm_4758_cca_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void)) - { - int initialised = ((dso == NULL) ? 0 : 1); - switch(cmd) - { - case CCA4758_CMD_SO_PATH: - if(p == NULL) - { - CCA4758err(CCA4758_F_IBM_4758_CCA_CTRL, - ERR_R_PASSED_NULL_PARAMETER); - return 0; - } - if(initialised) - { - CCA4758err(CCA4758_F_IBM_4758_CCA_CTRL, - CCA4758_R_ALREADY_LOADED); - return 0; - } - return set_CCA4758_LIB_NAME((const char *)p); - default: - break; - } - CCA4758err(CCA4758_F_IBM_4758_CCA_CTRL, - CCA4758_R_COMMAND_NOT_IMPLEMENTED); - return 0; - } - -#ifndef OPENSSL_NO_RSA - -#define MAX_CCA_PKA_TOKEN_SIZE 2500 - -static EVP_PKEY *ibm_4758_load_privkey(ENGINE* e, const char* key_id, - UI_METHOD *ui_method, void *callback_data) - { - RSA *rtmp = NULL; - EVP_PKEY *res = NULL; - unsigned char* keyToken = NULL; - unsigned char pubKeyToken[MAX_CCA_PKA_TOKEN_SIZE]; - long pubKeyTokenLength = MAX_CCA_PKA_TOKEN_SIZE; - long keyTokenLength = MAX_CCA_PKA_TOKEN_SIZE; - long returnCode; - long reasonCode; - long exitDataLength = 0; - long ruleArrayLength = 0; - unsigned char exitData[8]; - unsigned char ruleArray[8]; - unsigned char keyLabel[64]; - unsigned long keyLabelLength = strlen(key_id); - unsigned char modulus[256]; - long modulusFieldLength = sizeof(modulus); - long modulusLength = 0; - unsigned char exponent[256]; - long exponentLength = sizeof(exponent); - - if (keyLabelLength > sizeof(keyLabel)) - { - CCA4758err(CCA4758_F_IBM_4758_LOAD_PRIVKEY, - CCA4758_R_SIZE_TOO_LARGE_OR_TOO_SMALL); - return NULL; - } - - memset(keyLabel,' ', sizeof(keyLabel)); - memcpy(keyLabel, key_id, keyLabelLength); - - keyToken = OPENSSL_malloc(MAX_CCA_PKA_TOKEN_SIZE + sizeof(long)); - if (!keyToken) - { - CCA4758err(CCA4758_F_IBM_4758_LOAD_PRIVKEY, - ERR_R_MALLOC_FAILURE); - goto err; - } - - keyRecordRead(&returnCode, &reasonCode, &exitDataLength, - exitData, &ruleArrayLength, ruleArray, keyLabel, - &keyTokenLength, keyToken+sizeof(long)); - - if (returnCode) - { - CCA4758err(CCA4758_F_IBM_4758_LOAD_PRIVKEY, - CCA4758_R_FAILED_LOADING_PRIVATE_KEY); - goto err; - } - - publicKeyExtract(&returnCode, &reasonCode, &exitDataLength, - exitData, &ruleArrayLength, ruleArray, &keyTokenLength, - keyToken+sizeof(long), &pubKeyTokenLength, pubKeyToken); - - if (returnCode) - { - CCA4758err(CCA4758_F_IBM_4758_LOAD_PRIVKEY, - CCA4758_R_FAILED_LOADING_PRIVATE_KEY); - goto err; - } - - if (!getModulusAndExponent(pubKeyToken, &exponentLength, - exponent, &modulusLength, &modulusFieldLength, - modulus)) - { - CCA4758err(CCA4758_F_IBM_4758_LOAD_PRIVKEY, - CCA4758_R_FAILED_LOADING_PRIVATE_KEY); - goto err; - } - - (*(long*)keyToken) = keyTokenLength; - rtmp = RSA_new_method(e); - RSA_set_ex_data(rtmp, hndidx, (char *)keyToken); - - rtmp->e = BN_bin2bn(exponent, exponentLength, NULL); - rtmp->n = BN_bin2bn(modulus, modulusFieldLength, NULL); - rtmp->flags |= RSA_FLAG_EXT_PKEY; - - res = EVP_PKEY_new(); - EVP_PKEY_assign_RSA(res, rtmp); - - return res; -err: - if (keyToken) - OPENSSL_free(keyToken); - return NULL; - } - -static EVP_PKEY *ibm_4758_load_pubkey(ENGINE* e, const char* key_id, - UI_METHOD *ui_method, void *callback_data) - { - RSA *rtmp = NULL; - EVP_PKEY *res = NULL; - unsigned char* keyToken = NULL; - long keyTokenLength = MAX_CCA_PKA_TOKEN_SIZE; - long returnCode; - long reasonCode; - long exitDataLength = 0; - long ruleArrayLength = 0; - unsigned char exitData[8]; - unsigned char ruleArray[8]; - unsigned char keyLabel[64]; - unsigned long keyLabelLength = strlen(key_id); - unsigned char modulus[512]; - long modulusFieldLength = sizeof(modulus); - long modulusLength = 0; - unsigned char exponent[512]; - long exponentLength = sizeof(exponent); - - if (keyLabelLength > sizeof(keyLabel)) - { - CCA4758err(CCA4758_F_IBM_4758_LOAD_PUBKEY, - CCA4758_R_SIZE_TOO_LARGE_OR_TOO_SMALL); - return NULL; - } - - memset(keyLabel,' ', sizeof(keyLabel)); - memcpy(keyLabel, key_id, keyLabelLength); - - keyToken = OPENSSL_malloc(MAX_CCA_PKA_TOKEN_SIZE + sizeof(long)); - if (!keyToken) - { - CCA4758err(CCA4758_F_IBM_4758_LOAD_PUBKEY, - ERR_R_MALLOC_FAILURE); - goto err; - } - - keyRecordRead(&returnCode, &reasonCode, &exitDataLength, exitData, - &ruleArrayLength, ruleArray, keyLabel, &keyTokenLength, - keyToken+sizeof(long)); - - if (returnCode) - { - CCA4758err(CCA4758_F_IBM_4758_LOAD_PUBKEY, - ERR_R_MALLOC_FAILURE); - goto err; - } - - if (!getModulusAndExponent(keyToken+sizeof(long), &exponentLength, - exponent, &modulusLength, &modulusFieldLength, modulus)) - { - CCA4758err(CCA4758_F_IBM_4758_LOAD_PUBKEY, - CCA4758_R_FAILED_LOADING_PUBLIC_KEY); - goto err; - } - - (*(long*)keyToken) = keyTokenLength; - rtmp = RSA_new_method(e); - RSA_set_ex_data(rtmp, hndidx, (char *)keyToken); - rtmp->e = BN_bin2bn(exponent, exponentLength, NULL); - rtmp->n = BN_bin2bn(modulus, modulusFieldLength, NULL); - rtmp->flags |= RSA_FLAG_EXT_PKEY; - res = EVP_PKEY_new(); - EVP_PKEY_assign_RSA(res, rtmp); - - return res; -err: - if (keyToken) - OPENSSL_free(keyToken); - return NULL; - } +{ + free_CCA4758_LIB_NAME(); + if (!dso) { + CCA4758err(CCA4758_F_IBM_4758_CCA_FINISH, CCA4758_R_NOT_LOADED); + return 0; + } + if (!DSO_free(dso)) { + CCA4758err(CCA4758_F_IBM_4758_CCA_FINISH, CCA4758_R_UNIT_FAILURE); + return 0; + } + dso = NULL; +# ifndef OPENSSL_NO_RSA + keyRecordRead = (F_KEYRECORDREAD) 0; + randomNumberGenerate = (F_RANDOMNUMBERGENERATE) 0; + digitalSignatureGenerate = (F_DIGITALSIGNATUREGENERATE) 0; + digitalSignatureVerify = (F_DIGITALSIGNATUREVERIFY)0; + publicKeyExtract = (F_PUBLICKEYEXTRACT)0; + pkaEncrypt = (F_PKAENCRYPT) 0; + pkaDecrypt = (F_PKADECRYPT) 0; +# endif + randomNumberGenerate = (F_RANDOMNUMBERGENERATE) 0; + return 1; +} + +static int ibm_4758_cca_ctrl(ENGINE *e, int cmd, long i, void *p, + void (*f) (void)) +{ + int initialised = ((dso == NULL) ? 0 : 1); + switch (cmd) { + case CCA4758_CMD_SO_PATH: + if (p == NULL) { + CCA4758err(CCA4758_F_IBM_4758_CCA_CTRL, + ERR_R_PASSED_NULL_PARAMETER); + return 0; + } + if (initialised) { + CCA4758err(CCA4758_F_IBM_4758_CCA_CTRL, CCA4758_R_ALREADY_LOADED); + return 0; + } + return set_CCA4758_LIB_NAME((const char *)p); + default: + break; + } + CCA4758err(CCA4758_F_IBM_4758_CCA_CTRL, + CCA4758_R_COMMAND_NOT_IMPLEMENTED); + return 0; +} + +# ifndef OPENSSL_NO_RSA + +# define MAX_CCA_PKA_TOKEN_SIZE 2500 + +static EVP_PKEY *ibm_4758_load_privkey(ENGINE *e, const char *key_id, + UI_METHOD *ui_method, + void *callback_data) +{ + RSA *rtmp = NULL; + EVP_PKEY *res = NULL; + unsigned char *keyToken = NULL; + unsigned char pubKeyToken[MAX_CCA_PKA_TOKEN_SIZE]; + long pubKeyTokenLength = MAX_CCA_PKA_TOKEN_SIZE; + long keyTokenLength = MAX_CCA_PKA_TOKEN_SIZE; + long returnCode; + long reasonCode; + long exitDataLength = 0; + long ruleArrayLength = 0; + unsigned char exitData[8]; + unsigned char ruleArray[8]; + unsigned char keyLabel[64]; + unsigned long keyLabelLength = strlen(key_id); + unsigned char modulus[256]; + long modulusFieldLength = sizeof(modulus); + long modulusLength = 0; + unsigned char exponent[256]; + long exponentLength = sizeof(exponent); + + if (keyLabelLength > sizeof(keyLabel)) { + CCA4758err(CCA4758_F_IBM_4758_LOAD_PRIVKEY, + CCA4758_R_SIZE_TOO_LARGE_OR_TOO_SMALL); + return NULL; + } + + memset(keyLabel, ' ', sizeof(keyLabel)); + memcpy(keyLabel, key_id, keyLabelLength); + + keyToken = OPENSSL_malloc(MAX_CCA_PKA_TOKEN_SIZE + sizeof(long)); + if (!keyToken) { + CCA4758err(CCA4758_F_IBM_4758_LOAD_PRIVKEY, ERR_R_MALLOC_FAILURE); + goto err; + } + + keyRecordRead(&returnCode, &reasonCode, &exitDataLength, + exitData, &ruleArrayLength, ruleArray, keyLabel, + &keyTokenLength, keyToken + sizeof(long)); + + if (returnCode) { + CCA4758err(CCA4758_F_IBM_4758_LOAD_PRIVKEY, + CCA4758_R_FAILED_LOADING_PRIVATE_KEY); + goto err; + } + + publicKeyExtract(&returnCode, &reasonCode, &exitDataLength, + exitData, &ruleArrayLength, ruleArray, &keyTokenLength, + keyToken + sizeof(long), &pubKeyTokenLength, + pubKeyToken); + + if (returnCode) { + CCA4758err(CCA4758_F_IBM_4758_LOAD_PRIVKEY, + CCA4758_R_FAILED_LOADING_PRIVATE_KEY); + goto err; + } + + if (!getModulusAndExponent(pubKeyToken, &exponentLength, + exponent, &modulusLength, &modulusFieldLength, + modulus)) { + CCA4758err(CCA4758_F_IBM_4758_LOAD_PRIVKEY, + CCA4758_R_FAILED_LOADING_PRIVATE_KEY); + goto err; + } + + (*(long *)keyToken) = keyTokenLength; + rtmp = RSA_new_method(e); + RSA_set_ex_data(rtmp, hndidx, (char *)keyToken); + + rtmp->e = BN_bin2bn(exponent, exponentLength, NULL); + rtmp->n = BN_bin2bn(modulus, modulusFieldLength, NULL); + rtmp->flags |= RSA_FLAG_EXT_PKEY; + + res = EVP_PKEY_new(); + EVP_PKEY_assign_RSA(res, rtmp); + + return res; + err: + if (keyToken) + OPENSSL_free(keyToken); + return NULL; +} + +static EVP_PKEY *ibm_4758_load_pubkey(ENGINE *e, const char *key_id, + UI_METHOD *ui_method, + void *callback_data) +{ + RSA *rtmp = NULL; + EVP_PKEY *res = NULL; + unsigned char *keyToken = NULL; + long keyTokenLength = MAX_CCA_PKA_TOKEN_SIZE; + long returnCode; + long reasonCode; + long exitDataLength = 0; + long ruleArrayLength = 0; + unsigned char exitData[8]; + unsigned char ruleArray[8]; + unsigned char keyLabel[64]; + unsigned long keyLabelLength = strlen(key_id); + unsigned char modulus[512]; + long modulusFieldLength = sizeof(modulus); + long modulusLength = 0; + unsigned char exponent[512]; + long exponentLength = sizeof(exponent); + + if (keyLabelLength > sizeof(keyLabel)) { + CCA4758err(CCA4758_F_IBM_4758_LOAD_PUBKEY, + CCA4758_R_SIZE_TOO_LARGE_OR_TOO_SMALL); + return NULL; + } + + memset(keyLabel, ' ', sizeof(keyLabel)); + memcpy(keyLabel, key_id, keyLabelLength); + + keyToken = OPENSSL_malloc(MAX_CCA_PKA_TOKEN_SIZE + sizeof(long)); + if (!keyToken) { + CCA4758err(CCA4758_F_IBM_4758_LOAD_PUBKEY, ERR_R_MALLOC_FAILURE); + goto err; + } + + keyRecordRead(&returnCode, &reasonCode, &exitDataLength, exitData, + &ruleArrayLength, ruleArray, keyLabel, &keyTokenLength, + keyToken + sizeof(long)); + + if (returnCode) { + CCA4758err(CCA4758_F_IBM_4758_LOAD_PUBKEY, ERR_R_MALLOC_FAILURE); + goto err; + } + + if (!getModulusAndExponent(keyToken + sizeof(long), &exponentLength, + exponent, &modulusLength, &modulusFieldLength, + modulus)) { + CCA4758err(CCA4758_F_IBM_4758_LOAD_PUBKEY, + CCA4758_R_FAILED_LOADING_PUBLIC_KEY); + goto err; + } + + (*(long *)keyToken) = keyTokenLength; + rtmp = RSA_new_method(e); + RSA_set_ex_data(rtmp, hndidx, (char *)keyToken); + rtmp->e = BN_bin2bn(exponent, exponentLength, NULL); + rtmp->n = BN_bin2bn(modulus, modulusFieldLength, NULL); + rtmp->flags |= RSA_FLAG_EXT_PKEY; + res = EVP_PKEY_new(); + EVP_PKEY_assign_RSA(res, rtmp); + + return res; + err: + if (keyToken) + OPENSSL_free(keyToken); + return NULL; +} static int cca_rsa_pub_enc(int flen, const unsigned char *from, - unsigned char *to, RSA *rsa,int padding) - { - long returnCode; - long reasonCode; - long lflen = flen; - long exitDataLength = 0; - unsigned char exitData[8]; - long ruleArrayLength = 1; - unsigned char ruleArray[8] = "PKCS-1.2"; - long dataStructureLength = 0; - unsigned char dataStructure[8]; - long outputLength = RSA_size(rsa); - long keyTokenLength; - unsigned char* keyToken = (unsigned char*)RSA_get_ex_data(rsa, hndidx); - - keyTokenLength = *(long*)keyToken; - keyToken+=sizeof(long); - - pkaEncrypt(&returnCode, &reasonCode, &exitDataLength, exitData, - &ruleArrayLength, ruleArray, &lflen, (unsigned char*)from, - &dataStructureLength, dataStructure, &keyTokenLength, - keyToken, &outputLength, to); - - if (returnCode || reasonCode) - return -(returnCode << 16 | reasonCode); - return outputLength; - } + unsigned char *to, RSA *rsa, int padding) +{ + long returnCode; + long reasonCode; + long lflen = flen; + long exitDataLength = 0; + unsigned char exitData[8]; + long ruleArrayLength = 1; + unsigned char ruleArray[8] = "PKCS-1.2"; + long dataStructureLength = 0; + unsigned char dataStructure[8]; + long outputLength = RSA_size(rsa); + long keyTokenLength; + unsigned char *keyToken = (unsigned char *)RSA_get_ex_data(rsa, hndidx); + + keyTokenLength = *(long *)keyToken; + keyToken += sizeof(long); + + pkaEncrypt(&returnCode, &reasonCode, &exitDataLength, exitData, + &ruleArrayLength, ruleArray, &lflen, (unsigned char *)from, + &dataStructureLength, dataStructure, &keyTokenLength, + keyToken, &outputLength, to); + + if (returnCode || reasonCode) + return -(returnCode << 16 | reasonCode); + return outputLength; +} static int cca_rsa_priv_dec(int flen, const unsigned char *from, - unsigned char *to, RSA *rsa,int padding) - { - long returnCode; - long reasonCode; - long lflen = flen; - long exitDataLength = 0; - unsigned char exitData[8]; - long ruleArrayLength = 1; - unsigned char ruleArray[8] = "PKCS-1.2"; - long dataStructureLength = 0; - unsigned char dataStructure[8]; - long outputLength = RSA_size(rsa); - long keyTokenLength; - unsigned char* keyToken = (unsigned char*)RSA_get_ex_data(rsa, hndidx); - - keyTokenLength = *(long*)keyToken; - keyToken+=sizeof(long); - - pkaDecrypt(&returnCode, &reasonCode, &exitDataLength, exitData, - &ruleArrayLength, ruleArray, &lflen, (unsigned char*)from, - &dataStructureLength, dataStructure, &keyTokenLength, - keyToken, &outputLength, to); - - return (returnCode | reasonCode) ? 0 : 1; - } - -#define SSL_SIG_LEN 36 - -static int cca_rsa_verify(int type, const unsigned char *m, unsigned int m_len, - const unsigned char *sigbuf, unsigned int siglen, const RSA *rsa) - { - long returnCode; - long reasonCode; - long lsiglen = siglen; - long exitDataLength = 0; - unsigned char exitData[8]; - long ruleArrayLength = 1; - unsigned char ruleArray[8] = "PKCS-1.1"; - long keyTokenLength; - unsigned char* keyToken = (unsigned char*)RSA_get_ex_data(rsa, hndidx); - long length = SSL_SIG_LEN; - long keyLength ; - unsigned char *hashBuffer = NULL; - X509_SIG sig; - ASN1_TYPE parameter; - X509_ALGOR algorithm; - ASN1_OCTET_STRING digest; - - keyTokenLength = *(long*)keyToken; - keyToken+=sizeof(long); - - if (type == NID_md5 || type == NID_sha1) - { - sig.algor = &algorithm; - algorithm.algorithm = OBJ_nid2obj(type); - - if (!algorithm.algorithm) - { - CCA4758err(CCA4758_F_CCA_RSA_VERIFY, - CCA4758_R_UNKNOWN_ALGORITHM_TYPE); - return 0; - } - - if (!algorithm.algorithm->length) - { - CCA4758err(CCA4758_F_CCA_RSA_VERIFY, - CCA4758_R_ASN1_OID_UNKNOWN_FOR_MD); - return 0; - } - - parameter.type = V_ASN1_NULL; - parameter.value.ptr = NULL; - algorithm.parameter = ¶meter; - - sig.digest = &digest; - sig.digest->data = (unsigned char*)m; - sig.digest->length = m_len; - - length = i2d_X509_SIG(&sig, NULL); - } - - keyLength = RSA_size(rsa); - - if (length - RSA_PKCS1_PADDING > keyLength) - { - CCA4758err(CCA4758_F_CCA_RSA_VERIFY, - CCA4758_R_SIZE_TOO_LARGE_OR_TOO_SMALL); - return 0; - } - - switch (type) - { - case NID_md5_sha1 : - if (m_len != SSL_SIG_LEN) - { - CCA4758err(CCA4758_F_CCA_RSA_VERIFY, - CCA4758_R_SIZE_TOO_LARGE_OR_TOO_SMALL); - return 0; - } - - hashBuffer = (unsigned char *)m; - length = m_len; - break; - case NID_md5 : - { - unsigned char *ptr; - ptr = hashBuffer = OPENSSL_malloc( - (unsigned int)keyLength+1); - if (!hashBuffer) - { - CCA4758err(CCA4758_F_CCA_RSA_VERIFY, - ERR_R_MALLOC_FAILURE); - return 0; - } - - i2d_X509_SIG(&sig, &ptr); - } - break; - case NID_sha1 : - { - unsigned char *ptr; - ptr = hashBuffer = OPENSSL_malloc( - (unsigned int)keyLength+1); - if (!hashBuffer) - { - CCA4758err(CCA4758_F_CCA_RSA_VERIFY, - ERR_R_MALLOC_FAILURE); - return 0; - } - i2d_X509_SIG(&sig, &ptr); - } - break; - default: - return 0; - } - - digitalSignatureVerify(&returnCode, &reasonCode, &exitDataLength, - exitData, &ruleArrayLength, ruleArray, &keyTokenLength, - keyToken, &length, hashBuffer, &lsiglen, - (unsigned char *)sigbuf); - - if (type == NID_sha1 || type == NID_md5) - { - OPENSSL_cleanse(hashBuffer, keyLength+1); - OPENSSL_free(hashBuffer); - } - - return ((returnCode || reasonCode) ? 0 : 1); - } - -#define SSL_SIG_LEN 36 + unsigned char *to, RSA *rsa, int padding) +{ + long returnCode; + long reasonCode; + long lflen = flen; + long exitDataLength = 0; + unsigned char exitData[8]; + long ruleArrayLength = 1; + unsigned char ruleArray[8] = "PKCS-1.2"; + long dataStructureLength = 0; + unsigned char dataStructure[8]; + long outputLength = RSA_size(rsa); + long keyTokenLength; + unsigned char *keyToken = (unsigned char *)RSA_get_ex_data(rsa, hndidx); + + keyTokenLength = *(long *)keyToken; + keyToken += sizeof(long); + + pkaDecrypt(&returnCode, &reasonCode, &exitDataLength, exitData, + &ruleArrayLength, ruleArray, &lflen, (unsigned char *)from, + &dataStructureLength, dataStructure, &keyTokenLength, + keyToken, &outputLength, to); + + return (returnCode | reasonCode) ? 0 : 1; +} + +# define SSL_SIG_LEN 36 + +static int cca_rsa_verify(int type, const unsigned char *m, + unsigned int m_len, const unsigned char *sigbuf, + unsigned int siglen, const RSA *rsa) +{ + long returnCode; + long reasonCode; + long lsiglen = siglen; + long exitDataLength = 0; + unsigned char exitData[8]; + long ruleArrayLength = 1; + unsigned char ruleArray[8] = "PKCS-1.1"; + long keyTokenLength; + unsigned char *keyToken = (unsigned char *)RSA_get_ex_data(rsa, hndidx); + long length = SSL_SIG_LEN; + long keyLength; + unsigned char *hashBuffer = NULL; + X509_SIG sig; + ASN1_TYPE parameter; + X509_ALGOR algorithm; + ASN1_OCTET_STRING digest; + + keyTokenLength = *(long *)keyToken; + keyToken += sizeof(long); + + if (type == NID_md5 || type == NID_sha1) { + sig.algor = &algorithm; + algorithm.algorithm = OBJ_nid2obj(type); + + if (!algorithm.algorithm) { + CCA4758err(CCA4758_F_CCA_RSA_VERIFY, + CCA4758_R_UNKNOWN_ALGORITHM_TYPE); + return 0; + } + + if (!algorithm.algorithm->length) { + CCA4758err(CCA4758_F_CCA_RSA_VERIFY, + CCA4758_R_ASN1_OID_UNKNOWN_FOR_MD); + return 0; + } + + parameter.type = V_ASN1_NULL; + parameter.value.ptr = NULL; + algorithm.parameter = ¶meter; + + sig.digest = &digest; + sig.digest->data = (unsigned char *)m; + sig.digest->length = m_len; + + length = i2d_X509_SIG(&sig, NULL); + } + + keyLength = RSA_size(rsa); + + if (length - RSA_PKCS1_PADDING > keyLength) { + CCA4758err(CCA4758_F_CCA_RSA_VERIFY, + CCA4758_R_SIZE_TOO_LARGE_OR_TOO_SMALL); + return 0; + } + + switch (type) { + case NID_md5_sha1: + if (m_len != SSL_SIG_LEN) { + CCA4758err(CCA4758_F_CCA_RSA_VERIFY, + CCA4758_R_SIZE_TOO_LARGE_OR_TOO_SMALL); + return 0; + } + + hashBuffer = (unsigned char *)m; + length = m_len; + break; + case NID_md5: + { + unsigned char *ptr; + ptr = hashBuffer = OPENSSL_malloc((unsigned int)keyLength + 1); + if (!hashBuffer) { + CCA4758err(CCA4758_F_CCA_RSA_VERIFY, ERR_R_MALLOC_FAILURE); + return 0; + } + + i2d_X509_SIG(&sig, &ptr); + } + break; + case NID_sha1: + { + unsigned char *ptr; + ptr = hashBuffer = OPENSSL_malloc((unsigned int)keyLength + 1); + if (!hashBuffer) { + CCA4758err(CCA4758_F_CCA_RSA_VERIFY, ERR_R_MALLOC_FAILURE); + return 0; + } + i2d_X509_SIG(&sig, &ptr); + } + break; + default: + return 0; + } + + digitalSignatureVerify(&returnCode, &reasonCode, &exitDataLength, + exitData, &ruleArrayLength, ruleArray, + &keyTokenLength, keyToken, &length, hashBuffer, + &lsiglen, (unsigned char *)sigbuf); + + if (type == NID_sha1 || type == NID_md5) { + OPENSSL_cleanse(hashBuffer, keyLength + 1); + OPENSSL_free(hashBuffer); + } + + return ((returnCode || reasonCode) ? 0 : 1); +} + +# define SSL_SIG_LEN 36 static int cca_rsa_sign(int type, const unsigned char *m, unsigned int m_len, - unsigned char *sigret, unsigned int *siglen, const RSA *rsa) - { - long returnCode; - long reasonCode; - long exitDataLength = 0; - unsigned char exitData[8]; - long ruleArrayLength = 1; - unsigned char ruleArray[8] = "PKCS-1.1"; - long outputLength=256; - long outputBitLength; - long keyTokenLength; - unsigned char *hashBuffer = NULL; - unsigned char* keyToken = (unsigned char*)RSA_get_ex_data(rsa, hndidx); - long length = SSL_SIG_LEN; - long keyLength ; - X509_SIG sig; - ASN1_TYPE parameter; - X509_ALGOR algorithm; - ASN1_OCTET_STRING digest; - - keyTokenLength = *(long*)keyToken; - keyToken+=sizeof(long); - - if (type == NID_md5 || type == NID_sha1) - { - sig.algor = &algorithm; - algorithm.algorithm = OBJ_nid2obj(type); - - if (!algorithm.algorithm) - { - CCA4758err(CCA4758_F_CCA_RSA_SIGN, - CCA4758_R_UNKNOWN_ALGORITHM_TYPE); - return 0; - } - - if (!algorithm.algorithm->length) - { - CCA4758err(CCA4758_F_CCA_RSA_SIGN, - CCA4758_R_ASN1_OID_UNKNOWN_FOR_MD); - return 0; - } - - parameter.type = V_ASN1_NULL; - parameter.value.ptr = NULL; - algorithm.parameter = ¶meter; - - sig.digest = &digest; - sig.digest->data = (unsigned char*)m; - sig.digest->length = m_len; - - length = i2d_X509_SIG(&sig, NULL); - } - - keyLength = RSA_size(rsa); - - if (length - RSA_PKCS1_PADDING > keyLength) - { - CCA4758err(CCA4758_F_CCA_RSA_SIGN, - CCA4758_R_SIZE_TOO_LARGE_OR_TOO_SMALL); - return 0; - } - - switch (type) - { - case NID_md5_sha1 : - if (m_len != SSL_SIG_LEN) - { - CCA4758err(CCA4758_F_CCA_RSA_SIGN, - CCA4758_R_SIZE_TOO_LARGE_OR_TOO_SMALL); - return 0; - } - hashBuffer = (unsigned char*)m; - length = m_len; - break; - case NID_md5 : - { - unsigned char *ptr; - ptr = hashBuffer = OPENSSL_malloc( - (unsigned int)keyLength+1); - if (!hashBuffer) - { - CCA4758err(CCA4758_F_CCA_RSA_SIGN, - ERR_R_MALLOC_FAILURE); - return 0; - } - i2d_X509_SIG(&sig, &ptr); - } - break; - case NID_sha1 : - { - unsigned char *ptr; - ptr = hashBuffer = OPENSSL_malloc( - (unsigned int)keyLength+1); - if (!hashBuffer) - { - CCA4758err(CCA4758_F_CCA_RSA_SIGN, - ERR_R_MALLOC_FAILURE); - return 0; - } - i2d_X509_SIG(&sig, &ptr); - } - break; - default: - return 0; - } - - digitalSignatureGenerate(&returnCode, &reasonCode, &exitDataLength, - exitData, &ruleArrayLength, ruleArray, &keyTokenLength, - keyToken, &length, hashBuffer, &outputLength, &outputBitLength, - sigret); - - if (type == NID_sha1 || type == NID_md5) - { - OPENSSL_cleanse(hashBuffer, keyLength+1); - OPENSSL_free(hashBuffer); - } - - *siglen = outputLength; - - return ((returnCode || reasonCode) ? 0 : 1); - } - -static int getModulusAndExponent(const unsigned char*token, long *exponentLength, - unsigned char *exponent, long *modulusLength, long *modulusFieldLength, - unsigned char *modulus) - { - unsigned long len; - - if (*token++ != (char)0x1E) /* internal PKA token? */ - return 0; - - if (*token++) /* token version must be zero */ - return 0; - - len = *token++; - len = len << 8; - len |= (unsigned char)*token++; - - token += 4; /* skip reserved bytes */ - - if (*token++ == (char)0x04) - { - if (*token++) /* token version must be zero */ - return 0; - - len = *token++; - len = len << 8; - len |= (unsigned char)*token++; - - token+=2; /* skip reserved section */ - - len = *token++; - len = len << 8; - len |= (unsigned char)*token++; - - *exponentLength = len; - - len = *token++; - len = len << 8; - len |= (unsigned char)*token++; - - *modulusLength = len; - - len = *token++; - len = len << 8; - len |= (unsigned char)*token++; - - *modulusFieldLength = len; - - memcpy(exponent, token, *exponentLength); - token+= *exponentLength; - - memcpy(modulus, token, *modulusFieldLength); - return 1; - } - return 0; - } - -#endif /* OPENSSL_NO_RSA */ + unsigned char *sigret, unsigned int *siglen, + const RSA *rsa) +{ + long returnCode; + long reasonCode; + long exitDataLength = 0; + unsigned char exitData[8]; + long ruleArrayLength = 1; + unsigned char ruleArray[8] = "PKCS-1.1"; + long outputLength = 256; + long outputBitLength; + long keyTokenLength; + unsigned char *hashBuffer = NULL; + unsigned char *keyToken = (unsigned char *)RSA_get_ex_data(rsa, hndidx); + long length = SSL_SIG_LEN; + long keyLength; + X509_SIG sig; + ASN1_TYPE parameter; + X509_ALGOR algorithm; + ASN1_OCTET_STRING digest; + + keyTokenLength = *(long *)keyToken; + keyToken += sizeof(long); + + if (type == NID_md5 || type == NID_sha1) { + sig.algor = &algorithm; + algorithm.algorithm = OBJ_nid2obj(type); + + if (!algorithm.algorithm) { + CCA4758err(CCA4758_F_CCA_RSA_SIGN, + CCA4758_R_UNKNOWN_ALGORITHM_TYPE); + return 0; + } + + if (!algorithm.algorithm->length) { + CCA4758err(CCA4758_F_CCA_RSA_SIGN, + CCA4758_R_ASN1_OID_UNKNOWN_FOR_MD); + return 0; + } + + parameter.type = V_ASN1_NULL; + parameter.value.ptr = NULL; + algorithm.parameter = ¶meter; + + sig.digest = &digest; + sig.digest->data = (unsigned char *)m; + sig.digest->length = m_len; + + length = i2d_X509_SIG(&sig, NULL); + } + + keyLength = RSA_size(rsa); + + if (length - RSA_PKCS1_PADDING > keyLength) { + CCA4758err(CCA4758_F_CCA_RSA_SIGN, + CCA4758_R_SIZE_TOO_LARGE_OR_TOO_SMALL); + return 0; + } + + switch (type) { + case NID_md5_sha1: + if (m_len != SSL_SIG_LEN) { + CCA4758err(CCA4758_F_CCA_RSA_SIGN, + CCA4758_R_SIZE_TOO_LARGE_OR_TOO_SMALL); + return 0; + } + hashBuffer = (unsigned char *)m; + length = m_len; + break; + case NID_md5: + { + unsigned char *ptr; + ptr = hashBuffer = OPENSSL_malloc((unsigned int)keyLength + 1); + if (!hashBuffer) { + CCA4758err(CCA4758_F_CCA_RSA_SIGN, ERR_R_MALLOC_FAILURE); + return 0; + } + i2d_X509_SIG(&sig, &ptr); + } + break; + case NID_sha1: + { + unsigned char *ptr; + ptr = hashBuffer = OPENSSL_malloc((unsigned int)keyLength + 1); + if (!hashBuffer) { + CCA4758err(CCA4758_F_CCA_RSA_SIGN, ERR_R_MALLOC_FAILURE); + return 0; + } + i2d_X509_SIG(&sig, &ptr); + } + break; + default: + return 0; + } + + digitalSignatureGenerate(&returnCode, &reasonCode, &exitDataLength, + exitData, &ruleArrayLength, ruleArray, + &keyTokenLength, keyToken, &length, hashBuffer, + &outputLength, &outputBitLength, sigret); + + if (type == NID_sha1 || type == NID_md5) { + OPENSSL_cleanse(hashBuffer, keyLength + 1); + OPENSSL_free(hashBuffer); + } + + *siglen = outputLength; + + return ((returnCode || reasonCode) ? 0 : 1); +} + +static int getModulusAndExponent(const unsigned char *token, + long *exponentLength, + unsigned char *exponent, long *modulusLength, + long *modulusFieldLength, + unsigned char *modulus) +{ + unsigned long len; + + if (*token++ != (char)0x1E) /* internal PKA token? */ + return 0; + + if (*token++) /* token version must be zero */ + return 0; + + len = *token++; + len = len << 8; + len |= (unsigned char)*token++; + + token += 4; /* skip reserved bytes */ + + if (*token++ == (char)0x04) { + if (*token++) /* token version must be zero */ + return 0; + + len = *token++; + len = len << 8; + len |= (unsigned char)*token++; + + token += 2; /* skip reserved section */ + + len = *token++; + len = len << 8; + len |= (unsigned char)*token++; + + *exponentLength = len; + + len = *token++; + len = len << 8; + len |= (unsigned char)*token++; + + *modulusLength = len; + + len = *token++; + len = len << 8; + len |= (unsigned char)*token++; + + *modulusFieldLength = len; + + memcpy(exponent, token, *exponentLength); + token += *exponentLength; + + memcpy(modulus, token, *modulusFieldLength); + return 1; + } + return 0; +} + +# endif /* OPENSSL_NO_RSA */ static int cca_random_status(void) - { - return 1; - } - -static int cca_get_random_bytes(unsigned char* buf, int num) - { - long ret_code; - long reason_code; - long exit_data_length; - unsigned char exit_data[4]; - unsigned char form[] = "RANDOM "; - unsigned char rand_buf[8]; - - while(num >= (int)sizeof(rand_buf)) - { - randomNumberGenerate(&ret_code, &reason_code, &exit_data_length, - exit_data, form, rand_buf); - if (ret_code) - return 0; - num -= sizeof(rand_buf); - memcpy(buf, rand_buf, sizeof(rand_buf)); - buf += sizeof(rand_buf); - } - - if (num) - { - randomNumberGenerate(&ret_code, &reason_code, NULL, NULL, - form, rand_buf); - if (ret_code) - return 0; - memcpy(buf, rand_buf, num); - } - - return 1; - } - -#ifndef OPENSSL_NO_RSA +{ + return 1; +} + +static int cca_get_random_bytes(unsigned char *buf, int num) +{ + long ret_code; + long reason_code; + long exit_data_length; + unsigned char exit_data[4]; + unsigned char form[] = "RANDOM "; + unsigned char rand_buf[8]; + + while (num >= (int)sizeof(rand_buf)) { + randomNumberGenerate(&ret_code, &reason_code, &exit_data_length, + exit_data, form, rand_buf); + if (ret_code) + return 0; + num -= sizeof(rand_buf); + memcpy(buf, rand_buf, sizeof(rand_buf)); + buf += sizeof(rand_buf); + } + + if (num) { + randomNumberGenerate(&ret_code, &reason_code, NULL, NULL, + form, rand_buf); + if (ret_code) + return 0; + memcpy(buf, rand_buf, num); + } + + return 1; +} + +# ifndef OPENSSL_NO_RSA static void cca_ex_free(void *obj, void *item, CRYPTO_EX_DATA *ad, int idx, - long argl, void *argp) - { - if (item) - OPENSSL_free(item); - } -#endif + long argl, void *argp) +{ + if (item) + OPENSSL_free(item); +} +# endif /* Goo to handle building as a dynamic engine */ -#ifndef OPENSSL_NO_DYNAMIC_ENGINE +# ifndef OPENSSL_NO_DYNAMIC_ENGINE static int bind_fn(ENGINE *e, const char *id) - { - if(id && (strcmp(id, engine_4758_cca_id) != 0) && - (strcmp(id, engine_4758_cca_id_alt) != 0)) - return 0; - if(!bind_helper(e)) - return 0; - return 1; - } -IMPLEMENT_DYNAMIC_CHECK_FN() -IMPLEMENT_DYNAMIC_BIND_FN(bind_fn) -#endif /* OPENSSL_NO_DYNAMIC_ENGINE */ +{ + if (id && (strcmp(id, engine_4758_cca_id) != 0) && + (strcmp(id, engine_4758_cca_id_alt) != 0)) + return 0; + if (!bind_helper(e)) + return 0; + return 1; +} -#endif /* !OPENSSL_NO_HW_4758_CCA */ -#endif /* !OPENSSL_NO_HW */ +IMPLEMENT_DYNAMIC_CHECK_FN() + IMPLEMENT_DYNAMIC_BIND_FN(bind_fn) +# endif /* OPENSSL_NO_DYNAMIC_ENGINE */ +# endif /* !OPENSSL_NO_HW_4758_CCA */ +#endif /* !OPENSSL_NO_HW */ diff --git a/openssl/engines/e_4758cca_err.c b/openssl/engines/e_4758cca_err.c index 6ecdc6e62..aed719975 100644 --- a/openssl/engines/e_4758cca_err.c +++ b/openssl/engines/e_4758cca_err.c @@ -7,7 +7,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -53,7 +53,8 @@ * */ -/* NOTE: this file was auto generated by the mkerr.pl script: any changes +/* + * NOTE: this file was auto generated by the mkerr.pl script: any changes * made to it will be overwritten when the script next updates this file, * only reason strings will be preserved. */ @@ -65,89 +66,88 @@ /* BEGIN ERROR CODES */ #ifndef OPENSSL_NO_ERR -#define ERR_FUNC(func) ERR_PACK(0,func,0) -#define ERR_REASON(reason) ERR_PACK(0,0,reason) - -static ERR_STRING_DATA CCA4758_str_functs[]= - { -{ERR_FUNC(CCA4758_F_CCA_RSA_SIGN), "CCA_RSA_SIGN"}, -{ERR_FUNC(CCA4758_F_CCA_RSA_VERIFY), "CCA_RSA_VERIFY"}, -{ERR_FUNC(CCA4758_F_IBM_4758_CCA_CTRL), "IBM_4758_CCA_CTRL"}, -{ERR_FUNC(CCA4758_F_IBM_4758_CCA_FINISH), "IBM_4758_CCA_FINISH"}, -{ERR_FUNC(CCA4758_F_IBM_4758_CCA_INIT), "IBM_4758_CCA_INIT"}, -{ERR_FUNC(CCA4758_F_IBM_4758_LOAD_PRIVKEY), "IBM_4758_LOAD_PRIVKEY"}, -{ERR_FUNC(CCA4758_F_IBM_4758_LOAD_PUBKEY), "IBM_4758_LOAD_PUBKEY"}, -{0,NULL} - }; - -static ERR_STRING_DATA CCA4758_str_reasons[]= - { -{ERR_REASON(CCA4758_R_ALREADY_LOADED) ,"already loaded"}, -{ERR_REASON(CCA4758_R_ASN1_OID_UNKNOWN_FOR_MD),"asn1 oid unknown for md"}, -{ERR_REASON(CCA4758_R_COMMAND_NOT_IMPLEMENTED),"command not implemented"}, -{ERR_REASON(CCA4758_R_DSO_FAILURE) ,"dso failure"}, -{ERR_REASON(CCA4758_R_FAILED_LOADING_PRIVATE_KEY),"failed loading private key"}, -{ERR_REASON(CCA4758_R_FAILED_LOADING_PUBLIC_KEY),"failed loading public key"}, -{ERR_REASON(CCA4758_R_NOT_LOADED) ,"not loaded"}, -{ERR_REASON(CCA4758_R_SIZE_TOO_LARGE_OR_TOO_SMALL),"size too large or too small"}, -{ERR_REASON(CCA4758_R_UNIT_FAILURE) ,"unit failure"}, -{ERR_REASON(CCA4758_R_UNKNOWN_ALGORITHM_TYPE),"unknown algorithm type"}, -{0,NULL} - }; +# define ERR_FUNC(func) ERR_PACK(0,func,0) +# define ERR_REASON(reason) ERR_PACK(0,0,reason) + +static ERR_STRING_DATA CCA4758_str_functs[] = { + {ERR_FUNC(CCA4758_F_CCA_RSA_SIGN), "CCA_RSA_SIGN"}, + {ERR_FUNC(CCA4758_F_CCA_RSA_VERIFY), "CCA_RSA_VERIFY"}, + {ERR_FUNC(CCA4758_F_IBM_4758_CCA_CTRL), "IBM_4758_CCA_CTRL"}, + {ERR_FUNC(CCA4758_F_IBM_4758_CCA_FINISH), "IBM_4758_CCA_FINISH"}, + {ERR_FUNC(CCA4758_F_IBM_4758_CCA_INIT), "IBM_4758_CCA_INIT"}, + {ERR_FUNC(CCA4758_F_IBM_4758_LOAD_PRIVKEY), "IBM_4758_LOAD_PRIVKEY"}, + {ERR_FUNC(CCA4758_F_IBM_4758_LOAD_PUBKEY), "IBM_4758_LOAD_PUBKEY"}, + {0, NULL} +}; + +static ERR_STRING_DATA CCA4758_str_reasons[] = { + {ERR_REASON(CCA4758_R_ALREADY_LOADED), "already loaded"}, + {ERR_REASON(CCA4758_R_ASN1_OID_UNKNOWN_FOR_MD), + "asn1 oid unknown for md"}, + {ERR_REASON(CCA4758_R_COMMAND_NOT_IMPLEMENTED), + "command not implemented"}, + {ERR_REASON(CCA4758_R_DSO_FAILURE), "dso failure"}, + {ERR_REASON(CCA4758_R_FAILED_LOADING_PRIVATE_KEY), + "failed loading private key"}, + {ERR_REASON(CCA4758_R_FAILED_LOADING_PUBLIC_KEY), + "failed loading public key"}, + {ERR_REASON(CCA4758_R_NOT_LOADED), "not loaded"}, + {ERR_REASON(CCA4758_R_SIZE_TOO_LARGE_OR_TOO_SMALL), + "size too large or too small"}, + {ERR_REASON(CCA4758_R_UNIT_FAILURE), "unit failure"}, + {ERR_REASON(CCA4758_R_UNKNOWN_ALGORITHM_TYPE), "unknown algorithm type"}, + {0, NULL} +}; #endif #ifdef CCA4758_LIB_NAME -static ERR_STRING_DATA CCA4758_lib_name[]= - { -{0 ,CCA4758_LIB_NAME}, -{0,NULL} - }; +static ERR_STRING_DATA CCA4758_lib_name[] = { + {0, CCA4758_LIB_NAME}, + {0, NULL} +}; #endif - -static int CCA4758_lib_error_code=0; -static int CCA4758_error_init=1; +static int CCA4758_lib_error_code = 0; +static int CCA4758_error_init = 1; static void ERR_load_CCA4758_strings(void) - { - if (CCA4758_lib_error_code == 0) - CCA4758_lib_error_code=ERR_get_next_error_library(); +{ + if (CCA4758_lib_error_code == 0) + CCA4758_lib_error_code = ERR_get_next_error_library(); - if (CCA4758_error_init) - { - CCA4758_error_init=0; + if (CCA4758_error_init) { + CCA4758_error_init = 0; #ifndef OPENSSL_NO_ERR - ERR_load_strings(CCA4758_lib_error_code,CCA4758_str_functs); - ERR_load_strings(CCA4758_lib_error_code,CCA4758_str_reasons); + ERR_load_strings(CCA4758_lib_error_code, CCA4758_str_functs); + ERR_load_strings(CCA4758_lib_error_code, CCA4758_str_reasons); #endif #ifdef CCA4758_LIB_NAME - CCA4758_lib_name->error = ERR_PACK(CCA4758_lib_error_code,0,0); - ERR_load_strings(0,CCA4758_lib_name); + CCA4758_lib_name->error = ERR_PACK(CCA4758_lib_error_code, 0, 0); + ERR_load_strings(0, CCA4758_lib_name); #endif - } - } + } +} static void ERR_unload_CCA4758_strings(void) - { - if (CCA4758_error_init == 0) - { +{ + if (CCA4758_error_init == 0) { #ifndef OPENSSL_NO_ERR - ERR_unload_strings(CCA4758_lib_error_code,CCA4758_str_functs); - ERR_unload_strings(CCA4758_lib_error_code,CCA4758_str_reasons); + ERR_unload_strings(CCA4758_lib_error_code, CCA4758_str_functs); + ERR_unload_strings(CCA4758_lib_error_code, CCA4758_str_reasons); #endif #ifdef CCA4758_LIB_NAME - ERR_unload_strings(0,CCA4758_lib_name); + ERR_unload_strings(0, CCA4758_lib_name); #endif - CCA4758_error_init=1; - } - } + CCA4758_error_init = 1; + } +} static void ERR_CCA4758_error(int function, int reason, char *file, int line) - { - if (CCA4758_lib_error_code == 0) - CCA4758_lib_error_code=ERR_get_next_error_library(); - ERR_PUT_error(CCA4758_lib_error_code,function,reason,file,line); - } +{ + if (CCA4758_lib_error_code == 0) + CCA4758_lib_error_code = ERR_get_next_error_library(); + ERR_PUT_error(CCA4758_lib_error_code, function, reason, file, line); +} diff --git a/openssl/engines/e_4758cca_err.h b/openssl/engines/e_4758cca_err.h index 26087edbf..2f29d96fb 100644 --- a/openssl/engines/e_4758cca_err.h +++ b/openssl/engines/e_4758cca_err.h @@ -6,7 +6,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -53,43 +53,44 @@ */ #ifndef HEADER_CCA4758_ERR_H -#define HEADER_CCA4758_ERR_H +# define HEADER_CCA4758_ERR_H #ifdef __cplusplus extern "C" { #endif /* BEGIN ERROR CODES */ -/* The following lines are auto generated by the script mkerr.pl. Any changes +/* + * The following lines are auto generated by the script mkerr.pl. Any changes * made after this point may be overwritten when the script is next run. */ static void ERR_load_CCA4758_strings(void); static void ERR_unload_CCA4758_strings(void); static void ERR_CCA4758_error(int function, int reason, char *file, int line); -#define CCA4758err(f,r) ERR_CCA4758_error((f),(r),__FILE__,__LINE__) +# define CCA4758err(f,r) ERR_CCA4758_error((f),(r),__FILE__,__LINE__) /* Error codes for the CCA4758 functions. */ /* Function codes. */ -#define CCA4758_F_CCA_RSA_SIGN 105 -#define CCA4758_F_CCA_RSA_VERIFY 106 -#define CCA4758_F_IBM_4758_CCA_CTRL 100 -#define CCA4758_F_IBM_4758_CCA_FINISH 101 -#define CCA4758_F_IBM_4758_CCA_INIT 102 -#define CCA4758_F_IBM_4758_LOAD_PRIVKEY 103 -#define CCA4758_F_IBM_4758_LOAD_PUBKEY 104 +# define CCA4758_F_CCA_RSA_SIGN 105 +# define CCA4758_F_CCA_RSA_VERIFY 106 +# define CCA4758_F_IBM_4758_CCA_CTRL 100 +# define CCA4758_F_IBM_4758_CCA_FINISH 101 +# define CCA4758_F_IBM_4758_CCA_INIT 102 +# define CCA4758_F_IBM_4758_LOAD_PRIVKEY 103 +# define CCA4758_F_IBM_4758_LOAD_PUBKEY 104 /* Reason codes. */ -#define CCA4758_R_ALREADY_LOADED 100 -#define CCA4758_R_ASN1_OID_UNKNOWN_FOR_MD 101 -#define CCA4758_R_COMMAND_NOT_IMPLEMENTED 102 -#define CCA4758_R_DSO_FAILURE 103 -#define CCA4758_R_FAILED_LOADING_PRIVATE_KEY 104 -#define CCA4758_R_FAILED_LOADING_PUBLIC_KEY 105 -#define CCA4758_R_NOT_LOADED 106 -#define CCA4758_R_SIZE_TOO_LARGE_OR_TOO_SMALL 107 -#define CCA4758_R_UNIT_FAILURE 108 -#define CCA4758_R_UNKNOWN_ALGORITHM_TYPE 109 +# define CCA4758_R_ALREADY_LOADED 100 +# define CCA4758_R_ASN1_OID_UNKNOWN_FOR_MD 101 +# define CCA4758_R_COMMAND_NOT_IMPLEMENTED 102 +# define CCA4758_R_DSO_FAILURE 103 +# define CCA4758_R_FAILED_LOADING_PRIVATE_KEY 104 +# define CCA4758_R_FAILED_LOADING_PUBLIC_KEY 105 +# define CCA4758_R_NOT_LOADED 106 +# define CCA4758_R_SIZE_TOO_LARGE_OR_TOO_SMALL 107 +# define CCA4758_R_UNIT_FAILURE 108 +# define CCA4758_R_UNKNOWN_ALGORITHM_TYPE 109 #ifdef __cplusplus } diff --git a/openssl/engines/e_aep.c b/openssl/engines/e_aep.c index 1953f0643..9bfda76a9 100644 --- a/openssl/engines/e_aep.c +++ b/openssl/engines/e_aep.c @@ -6,7 +6,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -58,18 +58,18 @@ #include #if !defined(OPENSSL_SYS_MSDOS) || defined(__DJGPP__) || defined(__MINGW32__) -#include -#include +# include +# include #else -#include +# include typedef int pid_t; #endif #if defined(OPENSSL_SYS_NETWARE) && defined(NETWARE_CLIB) -#define getpid GetThreadID +# define getpid GetThreadID extern int GetThreadID(void); #elif defined(_WIN32) && !defined(__WATCOMC__) -#define getpid _getpid +# define getpid _getpid #endif #include @@ -77,31 +77,31 @@ extern int GetThreadID(void); #include #include #ifndef OPENSSL_NO_RSA -#include +# include #endif #ifndef OPENSSL_NO_DSA -#include +# include #endif #ifndef OPENSSL_NO_DH -#include +# include #endif #ifndef OPENSSL_NO_HW -#ifndef OPENSSL_NO_HW_AEP -#ifdef FLAT_INC -#include "aep.h" -#else -#include "vendor_defns/aep.h" -#endif +# ifndef OPENSSL_NO_HW_AEP +# ifdef FLAT_INC +# include "aep.h" +# else +# include "vendor_defns/aep.h" +# endif -#define AEP_LIB_NAME "aep engine" -#define FAIL_TO_SW 0x10101010 +# define AEP_LIB_NAME "aep engine" +# define FAIL_TO_SW 0x10101010 -#include "e_aep_err.c" +# include "e_aep_err.c" static int aep_init(ENGINE *e); static int aep_finish(ENGINE *e); -static int aep_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void)); +static int aep_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void)); static int aep_destroy(ENGINE *e); static AEP_RV aep_get_connection(AEP_CONNECTION_HNDL_PTR hConnection); @@ -110,149 +110,152 @@ static AEP_RV aep_close_connection(AEP_CONNECTION_HNDL hConnection); static AEP_RV aep_close_all_connections(int use_engine_lock, int *in_use); /* BIGNUM stuff */ -#ifndef OPENSSL_NO_RSA +# ifndef OPENSSL_NO_RSA static int aep_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, - const BIGNUM *m, BN_CTX *ctx); + const BIGNUM *m, BN_CTX *ctx); -static AEP_RV aep_mod_exp_crt(BIGNUM *r,const BIGNUM *a, const BIGNUM *p, - const BIGNUM *q, const BIGNUM *dmp1,const BIGNUM *dmq1, - const BIGNUM *iqmp, BN_CTX *ctx); -#endif +static AEP_RV aep_mod_exp_crt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, + const BIGNUM *q, const BIGNUM *dmp1, + const BIGNUM *dmq1, const BIGNUM *iqmp, + BN_CTX *ctx); +# endif /* RSA stuff */ -#ifndef OPENSSL_NO_RSA -static int aep_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx); -#endif +# ifndef OPENSSL_NO_RSA +static int aep_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, + BN_CTX *ctx); +# endif /* This function is aliased to mod_exp (with the mont stuff dropped). */ -#ifndef OPENSSL_NO_RSA +# ifndef OPENSSL_NO_RSA static int aep_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, - const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); -#endif + const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); +# endif /* DSA stuff */ -#ifndef OPENSSL_NO_DSA +# ifndef OPENSSL_NO_DSA static int aep_dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1, - BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m, - BN_CTX *ctx, BN_MONT_CTX *in_mont); + BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m, + BN_CTX *ctx, BN_MONT_CTX *in_mont); static int aep_mod_exp_dsa(DSA *dsa, BIGNUM *r, BIGNUM *a, - const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, - BN_MONT_CTX *m_ctx); -#endif + const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, + BN_MONT_CTX *m_ctx); +# endif /* DH stuff */ /* This function is aliased to mod_exp (with the DH and mont dropped). */ -#ifndef OPENSSL_NO_DH +# ifndef OPENSSL_NO_DH static int aep_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a, - const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); -#endif + const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, + BN_MONT_CTX *m_ctx); +# endif /* rand stuff */ -#ifdef AEPRAND +# ifdef AEPRAND static int aep_rand(unsigned char *buf, int num); static int aep_rand_status(void); -#endif +# endif /* Bignum conversion stuff */ -static AEP_RV GetBigNumSize(AEP_VOID_PTR ArbBigNum, AEP_U32* BigNumSize); +static AEP_RV GetBigNumSize(AEP_VOID_PTR ArbBigNum, AEP_U32 *BigNumSize); static AEP_RV MakeAEPBigNum(AEP_VOID_PTR ArbBigNum, AEP_U32 BigNumSize, - unsigned char* AEP_BigNum); -static AEP_RV ConvertAEPBigNum(void* ArbBigNum, AEP_U32 BigNumSize, - unsigned char* AEP_BigNum); + unsigned char *AEP_BigNum); +static AEP_RV ConvertAEPBigNum(void *ArbBigNum, AEP_U32 BigNumSize, + unsigned char *AEP_BigNum); /* The definitions for control commands specific to this engine */ -#define AEP_CMD_SO_PATH ENGINE_CMD_BASE -static const ENGINE_CMD_DEFN aep_cmd_defns[] = - { - { AEP_CMD_SO_PATH, - "SO_PATH", - "Specifies the path to the 'aep' shared library", - ENGINE_CMD_FLAG_STRING - }, - {0, NULL, NULL, 0} - }; - -#ifndef OPENSSL_NO_RSA +# define AEP_CMD_SO_PATH ENGINE_CMD_BASE +static const ENGINE_CMD_DEFN aep_cmd_defns[] = { + {AEP_CMD_SO_PATH, + "SO_PATH", + "Specifies the path to the 'aep' shared library", + ENGINE_CMD_FLAG_STRING}, + {0, NULL, NULL, 0} +}; + +# ifndef OPENSSL_NO_RSA /* Our internal RSA_METHOD that we provide pointers to */ -static RSA_METHOD aep_rsa = - { - "Aep RSA method", - NULL, /*rsa_pub_encrypt*/ - NULL, /*rsa_pub_decrypt*/ - NULL, /*rsa_priv_encrypt*/ - NULL, /*rsa_priv_encrypt*/ - aep_rsa_mod_exp, /*rsa_mod_exp*/ - aep_mod_exp_mont, /*bn_mod_exp*/ - NULL, /*init*/ - NULL, /*finish*/ - 0, /*flags*/ - NULL, /*app_data*/ - NULL, /*rsa_sign*/ - NULL, /*rsa_verify*/ - NULL /*rsa_keygen*/ - }; -#endif - -#ifndef OPENSSL_NO_DSA +static RSA_METHOD aep_rsa = { + "Aep RSA method", + NULL, /* rsa_pub_encrypt */ + NULL, /* rsa_pub_decrypt */ + NULL, /* rsa_priv_encrypt */ + NULL, /* rsa_priv_encrypt */ + aep_rsa_mod_exp, /* rsa_mod_exp */ + aep_mod_exp_mont, /* bn_mod_exp */ + NULL, /* init */ + NULL, /* finish */ + 0, /* flags */ + NULL, /* app_data */ + NULL, /* rsa_sign */ + NULL, /* rsa_verify */ + NULL /* rsa_keygen */ +}; +# endif + +# ifndef OPENSSL_NO_DSA /* Our internal DSA_METHOD that we provide pointers to */ -static DSA_METHOD aep_dsa = - { - "Aep DSA method", - NULL, /* dsa_do_sign */ - NULL, /* dsa_sign_setup */ - NULL, /* dsa_do_verify */ - aep_dsa_mod_exp, /* dsa_mod_exp */ - aep_mod_exp_dsa, /* bn_mod_exp */ - NULL, /* init */ - NULL, /* finish */ - 0, /* flags */ - NULL, /* app_data */ - NULL, /* dsa_paramgen */ - NULL /* dsa_keygen */ - }; -#endif - -#ifndef OPENSSL_NO_DH +static DSA_METHOD aep_dsa = { + "Aep DSA method", + NULL, /* dsa_do_sign */ + NULL, /* dsa_sign_setup */ + NULL, /* dsa_do_verify */ + aep_dsa_mod_exp, /* dsa_mod_exp */ + aep_mod_exp_dsa, /* bn_mod_exp */ + NULL, /* init */ + NULL, /* finish */ + 0, /* flags */ + NULL, /* app_data */ + NULL, /* dsa_paramgen */ + NULL /* dsa_keygen */ +}; +# endif + +# ifndef OPENSSL_NO_DH /* Our internal DH_METHOD that we provide pointers to */ -static DH_METHOD aep_dh = - { - "Aep DH method", - NULL, - NULL, - aep_mod_exp_dh, - NULL, - NULL, - 0, - NULL, - NULL - }; -#endif - -#ifdef AEPRAND +static DH_METHOD aep_dh = { + "Aep DH method", + NULL, + NULL, + aep_mod_exp_dh, + NULL, + NULL, + 0, + NULL, + NULL +}; +# endif + +# ifdef AEPRAND /* our internal RAND_method that we provide pointers to */ -static RAND_METHOD aep_random = - { - /*"AEP RAND method", */ - NULL, - aep_rand, - NULL, - NULL, - aep_rand, - aep_rand_status, - }; -#endif - -/*Define an array of structures to hold connections*/ +static RAND_METHOD aep_random = { + /* + * "AEP RAND method", + */ + NULL, + aep_rand, + NULL, + NULL, + aep_rand, + aep_rand_status, +}; +# endif + +/* + * Define an array of structures to hold connections + */ static AEP_CONNECTION_ENTRY aep_app_conn_table[MAX_PROCESS_CONNECTIONS]; -/*Used to determine if this is a new process*/ -static pid_t recorded_pid = 0; +/* + * Used to determine if this is a new process + */ +static pid_t recorded_pid = 0; -#ifdef AEPRAND -static AEP_U8 rand_block[RAND_BLK_SIZE]; -static AEP_U32 rand_block_bytes = 0; -#endif +# ifdef AEPRAND +static AEP_U8 rand_block[RAND_BLK_SIZE]; +static AEP_U32 rand_block_bytes = 0; +# endif /* Constants used when creating the ENGINE */ static const char *engine_aep_id = "aep"; @@ -260,880 +263,904 @@ static const char *engine_aep_name = "Aep hardware engine support"; static int max_key_len = 2176; - -/* This internal function is used by ENGINE_aep() and possibly by the - * "dynamic" ENGINE support too */ +/* + * This internal function is used by ENGINE_aep() and possibly by the + * "dynamic" ENGINE support too + */ static int bind_aep(ENGINE *e) - { -#ifndef OPENSSL_NO_RSA - const RSA_METHOD *meth1; -#endif -#ifndef OPENSSL_NO_DSA - const DSA_METHOD *meth2; -#endif -#ifndef OPENSSL_NO_DH - const DH_METHOD *meth3; -#endif - - if(!ENGINE_set_id(e, engine_aep_id) || - !ENGINE_set_name(e, engine_aep_name) || -#ifndef OPENSSL_NO_RSA - !ENGINE_set_RSA(e, &aep_rsa) || -#endif -#ifndef OPENSSL_NO_DSA - !ENGINE_set_DSA(e, &aep_dsa) || -#endif -#ifndef OPENSSL_NO_DH - !ENGINE_set_DH(e, &aep_dh) || -#endif -#ifdef AEPRAND - !ENGINE_set_RAND(e, &aep_random) || -#endif - !ENGINE_set_init_function(e, aep_init) || - !ENGINE_set_destroy_function(e, aep_destroy) || - !ENGINE_set_finish_function(e, aep_finish) || - !ENGINE_set_ctrl_function(e, aep_ctrl) || - !ENGINE_set_cmd_defns(e, aep_cmd_defns)) - return 0; - -#ifndef OPENSSL_NO_RSA - /* We know that the "PKCS1_SSLeay()" functions hook properly - * to the aep-specific mod_exp and mod_exp_crt so we use - * those functions. NB: We don't use ENGINE_openssl() or - * anything "more generic" because something like the RSAref - * code may not hook properly, and if you own one of these - * cards then you have the right to do RSA operations on it - * anyway! */ - meth1 = RSA_PKCS1_SSLeay(); - aep_rsa.rsa_pub_enc = meth1->rsa_pub_enc; - aep_rsa.rsa_pub_dec = meth1->rsa_pub_dec; - aep_rsa.rsa_priv_enc = meth1->rsa_priv_enc; - aep_rsa.rsa_priv_dec = meth1->rsa_priv_dec; -#endif - - -#ifndef OPENSSL_NO_DSA - /* Use the DSA_OpenSSL() method and just hook the mod_exp-ish - * bits. */ - meth2 = DSA_OpenSSL(); - aep_dsa.dsa_do_sign = meth2->dsa_do_sign; - aep_dsa.dsa_sign_setup = meth2->dsa_sign_setup; - aep_dsa.dsa_do_verify = meth2->dsa_do_verify; - - aep_dsa = *DSA_get_default_method(); - aep_dsa.dsa_mod_exp = aep_dsa_mod_exp; - aep_dsa.bn_mod_exp = aep_mod_exp_dsa; -#endif - -#ifndef OPENSSL_NO_DH - /* Much the same for Diffie-Hellman */ - meth3 = DH_OpenSSL(); - aep_dh.generate_key = meth3->generate_key; - aep_dh.compute_key = meth3->compute_key; - aep_dh.bn_mod_exp = meth3->bn_mod_exp; -#endif - - /* Ensure the aep error handling is set up */ - ERR_load_AEPHK_strings(); - - return 1; +{ +# ifndef OPENSSL_NO_RSA + const RSA_METHOD *meth1; +# endif +# ifndef OPENSSL_NO_DSA + const DSA_METHOD *meth2; +# endif +# ifndef OPENSSL_NO_DH + const DH_METHOD *meth3; +# endif + + if (!ENGINE_set_id(e, engine_aep_id) || + !ENGINE_set_name(e, engine_aep_name) || +# ifndef OPENSSL_NO_RSA + !ENGINE_set_RSA(e, &aep_rsa) || +# endif +# ifndef OPENSSL_NO_DSA + !ENGINE_set_DSA(e, &aep_dsa) || +# endif +# ifndef OPENSSL_NO_DH + !ENGINE_set_DH(e, &aep_dh) || +# endif +# ifdef AEPRAND + !ENGINE_set_RAND(e, &aep_random) || +# endif + !ENGINE_set_init_function(e, aep_init) || + !ENGINE_set_destroy_function(e, aep_destroy) || + !ENGINE_set_finish_function(e, aep_finish) || + !ENGINE_set_ctrl_function(e, aep_ctrl) || + !ENGINE_set_cmd_defns(e, aep_cmd_defns)) + return 0; + +# ifndef OPENSSL_NO_RSA + /* + * We know that the "PKCS1_SSLeay()" functions hook properly to the + * aep-specific mod_exp and mod_exp_crt so we use those functions. NB: We + * don't use ENGINE_openssl() or anything "more generic" because + * something like the RSAref code may not hook properly, and if you own + * one of these cards then you have the right to do RSA operations on it + * anyway! + */ + meth1 = RSA_PKCS1_SSLeay(); + aep_rsa.rsa_pub_enc = meth1->rsa_pub_enc; + aep_rsa.rsa_pub_dec = meth1->rsa_pub_dec; + aep_rsa.rsa_priv_enc = meth1->rsa_priv_enc; + aep_rsa.rsa_priv_dec = meth1->rsa_priv_dec; +# endif + +# ifndef OPENSSL_NO_DSA + /* + * Use the DSA_OpenSSL() method and just hook the mod_exp-ish bits. + */ + meth2 = DSA_OpenSSL(); + aep_dsa.dsa_do_sign = meth2->dsa_do_sign; + aep_dsa.dsa_sign_setup = meth2->dsa_sign_setup; + aep_dsa.dsa_do_verify = meth2->dsa_do_verify; + + aep_dsa = *DSA_get_default_method(); + aep_dsa.dsa_mod_exp = aep_dsa_mod_exp; + aep_dsa.bn_mod_exp = aep_mod_exp_dsa; +# endif + +# ifndef OPENSSL_NO_DH + /* Much the same for Diffie-Hellman */ + meth3 = DH_OpenSSL(); + aep_dh.generate_key = meth3->generate_key; + aep_dh.compute_key = meth3->compute_key; + aep_dh.bn_mod_exp = meth3->bn_mod_exp; +# endif + + /* Ensure the aep error handling is set up */ + ERR_load_AEPHK_strings(); + + return 1; } -#ifndef OPENSSL_NO_DYNAMIC_ENGINE +# ifndef OPENSSL_NO_DYNAMIC_ENGINE static int bind_helper(ENGINE *e, const char *id) - { - if(id && (strcmp(id, engine_aep_id) != 0)) - return 0; - if(!bind_aep(e)) - return 0; - return 1; - } +{ + if (id && (strcmp(id, engine_aep_id) != 0)) + return 0; + if (!bind_aep(e)) + return 0; + return 1; +} + IMPLEMENT_DYNAMIC_CHECK_FN() -IMPLEMENT_DYNAMIC_BIND_FN(bind_helper) -#else + IMPLEMENT_DYNAMIC_BIND_FN(bind_helper) +# else static ENGINE *engine_aep(void) - { - ENGINE *ret = ENGINE_new(); - if(!ret) - return NULL; - if(!bind_aep(ret)) - { - ENGINE_free(ret); - return NULL; - } - return ret; - } +{ + ENGINE *ret = ENGINE_new(); + if (!ret) + return NULL; + if (!bind_aep(ret)) { + ENGINE_free(ret); + return NULL; + } + return ret; +} void ENGINE_load_aep(void) - { - /* Copied from eng_[openssl|dyn].c */ - ENGINE *toadd = engine_aep(); - if(!toadd) return; - ENGINE_add(toadd); - ENGINE_free(toadd); - ERR_clear_error(); - } -#endif +{ + /* Copied from eng_[openssl|dyn].c */ + ENGINE *toadd = engine_aep(); + if (!toadd) + return; + ENGINE_add(toadd); + ENGINE_free(toadd); + ERR_clear_error(); +} +# endif -/* This is a process-global DSO handle used for loading and unloading - * the Aep library. NB: This is only set (or unset) during an - * init() or finish() call (reference counts permitting) and they're - * operating with global locks, so this should be thread-safe - * implicitly. */ +/* + * This is a process-global DSO handle used for loading and unloading the Aep + * library. NB: This is only set (or unset) during an init() or finish() call + * (reference counts permitting) and they're operating with global locks, so + * this should be thread-safe implicitly. + */ static DSO *aep_dso = NULL; -/* These are the static string constants for the DSO file name and the function - * symbol names to bind to. -*/ +/* + * These are the static string constants for the DSO file name and the + * function symbol names to bind to. + */ static const char *AEP_LIBNAME = NULL; static const char *get_AEP_LIBNAME(void) - { - if(AEP_LIBNAME) - return AEP_LIBNAME; - return "aep"; - } +{ + if (AEP_LIBNAME) + return AEP_LIBNAME; + return "aep"; +} + static void free_AEP_LIBNAME(void) - { - if(AEP_LIBNAME) - OPENSSL_free((void*)AEP_LIBNAME); - AEP_LIBNAME = NULL; - } +{ + if (AEP_LIBNAME) + OPENSSL_free((void *)AEP_LIBNAME); + AEP_LIBNAME = NULL; +} + static long set_AEP_LIBNAME(const char *name) - { - free_AEP_LIBNAME(); - return ((AEP_LIBNAME = BUF_strdup(name)) != NULL ? 1 : 0); - } - -static const char *AEP_F1 = "AEP_ModExp"; -static const char *AEP_F2 = "AEP_ModExpCrt"; -#ifdef AEPRAND -static const char *AEP_F3 = "AEP_GenRandom"; -#endif -static const char *AEP_F4 = "AEP_Finalize"; -static const char *AEP_F5 = "AEP_Initialize"; -static const char *AEP_F6 = "AEP_OpenConnection"; -static const char *AEP_F7 = "AEP_SetBNCallBacks"; -static const char *AEP_F8 = "AEP_CloseConnection"; - -/* These are the function pointers that are (un)set when the library has - * successfully (un)loaded. */ -static t_AEP_OpenConnection *p_AEP_OpenConnection = NULL; -static t_AEP_CloseConnection *p_AEP_CloseConnection = NULL; -static t_AEP_ModExp *p_AEP_ModExp = NULL; -static t_AEP_ModExpCrt *p_AEP_ModExpCrt = NULL; -#ifdef AEPRAND -static t_AEP_GenRandom *p_AEP_GenRandom = NULL; -#endif -static t_AEP_Initialize *p_AEP_Initialize = NULL; -static t_AEP_Finalize *p_AEP_Finalize = NULL; -static t_AEP_SetBNCallBacks *p_AEP_SetBNCallBacks = NULL; +{ + free_AEP_LIBNAME(); + return ((AEP_LIBNAME = BUF_strdup(name)) != NULL ? 1 : 0); +} + +static const char *AEP_F1 = "AEP_ModExp"; +static const char *AEP_F2 = "AEP_ModExpCrt"; +# ifdef AEPRAND +static const char *AEP_F3 = "AEP_GenRandom"; +# endif +static const char *AEP_F4 = "AEP_Finalize"; +static const char *AEP_F5 = "AEP_Initialize"; +static const char *AEP_F6 = "AEP_OpenConnection"; +static const char *AEP_F7 = "AEP_SetBNCallBacks"; +static const char *AEP_F8 = "AEP_CloseConnection"; + +/* + * These are the function pointers that are (un)set when the library has + * successfully (un)loaded. + */ +static t_AEP_OpenConnection *p_AEP_OpenConnection = NULL; +static t_AEP_CloseConnection *p_AEP_CloseConnection = NULL; +static t_AEP_ModExp *p_AEP_ModExp = NULL; +static t_AEP_ModExpCrt *p_AEP_ModExpCrt = NULL; +# ifdef AEPRAND +static t_AEP_GenRandom *p_AEP_GenRandom = NULL; +# endif +static t_AEP_Initialize *p_AEP_Initialize = NULL; +static t_AEP_Finalize *p_AEP_Finalize = NULL; +static t_AEP_SetBNCallBacks *p_AEP_SetBNCallBacks = NULL; /* (de)initialisation functions. */ static int aep_init(ENGINE *e) - { - t_AEP_ModExp *p1; - t_AEP_ModExpCrt *p2; -#ifdef AEPRAND - t_AEP_GenRandom *p3; -#endif - t_AEP_Finalize *p4; - t_AEP_Initialize *p5; - t_AEP_OpenConnection *p6; - t_AEP_SetBNCallBacks *p7; - t_AEP_CloseConnection *p8; - - int to_return = 0; - - if(aep_dso != NULL) - { - AEPHKerr(AEPHK_F_AEP_INIT,AEPHK_R_ALREADY_LOADED); - goto err; - } - /* Attempt to load libaep.so. */ - - aep_dso = DSO_load(NULL, get_AEP_LIBNAME(), NULL, 0); - - if(aep_dso == NULL) - { - AEPHKerr(AEPHK_F_AEP_INIT,AEPHK_R_NOT_LOADED); - goto err; - } - - if( !(p1 = (t_AEP_ModExp *) DSO_bind_func( aep_dso,AEP_F1)) || - !(p2 = (t_AEP_ModExpCrt*) DSO_bind_func( aep_dso,AEP_F2)) || -#ifdef AEPRAND - !(p3 = (t_AEP_GenRandom*) DSO_bind_func( aep_dso,AEP_F3)) || -#endif - !(p4 = (t_AEP_Finalize*) DSO_bind_func( aep_dso,AEP_F4)) || - !(p5 = (t_AEP_Initialize*) DSO_bind_func( aep_dso,AEP_F5)) || - !(p6 = (t_AEP_OpenConnection*) DSO_bind_func( aep_dso,AEP_F6)) || - !(p7 = (t_AEP_SetBNCallBacks*) DSO_bind_func( aep_dso,AEP_F7)) || - !(p8 = (t_AEP_CloseConnection*) DSO_bind_func( aep_dso,AEP_F8))) - { - AEPHKerr(AEPHK_F_AEP_INIT,AEPHK_R_NOT_LOADED); - goto err; - } - - /* Copy the pointers */ - - p_AEP_ModExp = p1; - p_AEP_ModExpCrt = p2; -#ifdef AEPRAND - p_AEP_GenRandom = p3; -#endif - p_AEP_Finalize = p4; - p_AEP_Initialize = p5; - p_AEP_OpenConnection = p6; - p_AEP_SetBNCallBacks = p7; - p_AEP_CloseConnection = p8; - - to_return = 1; - - return to_return; - - err: - - if(aep_dso) - DSO_free(aep_dso); - aep_dso = NULL; - - p_AEP_OpenConnection = NULL; - p_AEP_ModExp = NULL; - p_AEP_ModExpCrt = NULL; -#ifdef AEPRAND - p_AEP_GenRandom = NULL; -#endif - p_AEP_Initialize = NULL; - p_AEP_Finalize = NULL; - p_AEP_SetBNCallBacks = NULL; - p_AEP_CloseConnection = NULL; +{ + t_AEP_ModExp *p1; + t_AEP_ModExpCrt *p2; +# ifdef AEPRAND + t_AEP_GenRandom *p3; +# endif + t_AEP_Finalize *p4; + t_AEP_Initialize *p5; + t_AEP_OpenConnection *p6; + t_AEP_SetBNCallBacks *p7; + t_AEP_CloseConnection *p8; + + int to_return = 0; + + if (aep_dso != NULL) { + AEPHKerr(AEPHK_F_AEP_INIT, AEPHK_R_ALREADY_LOADED); + goto err; + } + /* Attempt to load libaep.so. */ + + aep_dso = DSO_load(NULL, get_AEP_LIBNAME(), NULL, 0); + + if (aep_dso == NULL) { + AEPHKerr(AEPHK_F_AEP_INIT, AEPHK_R_NOT_LOADED); + goto err; + } + + if (!(p1 = (t_AEP_ModExp *) DSO_bind_func(aep_dso, AEP_F1)) || + !(p2 = (t_AEP_ModExpCrt *) DSO_bind_func(aep_dso, AEP_F2)) || +# ifdef AEPRAND + !(p3 = (t_AEP_GenRandom *) DSO_bind_func(aep_dso, AEP_F3)) || +# endif + !(p4 = (t_AEP_Finalize *) DSO_bind_func(aep_dso, AEP_F4)) || + !(p5 = (t_AEP_Initialize *) DSO_bind_func(aep_dso, AEP_F5)) || + !(p6 = (t_AEP_OpenConnection *) DSO_bind_func(aep_dso, AEP_F6)) || + !(p7 = (t_AEP_SetBNCallBacks *) DSO_bind_func(aep_dso, AEP_F7)) || + !(p8 = (t_AEP_CloseConnection *) DSO_bind_func(aep_dso, AEP_F8))) { + AEPHKerr(AEPHK_F_AEP_INIT, AEPHK_R_NOT_LOADED); + goto err; + } + + /* Copy the pointers */ + + p_AEP_ModExp = p1; + p_AEP_ModExpCrt = p2; +# ifdef AEPRAND + p_AEP_GenRandom = p3; +# endif + p_AEP_Finalize = p4; + p_AEP_Initialize = p5; + p_AEP_OpenConnection = p6; + p_AEP_SetBNCallBacks = p7; + p_AEP_CloseConnection = p8; + + to_return = 1; + + return to_return; - return to_return; - } + err: + + if (aep_dso) + DSO_free(aep_dso); + aep_dso = NULL; + + p_AEP_OpenConnection = NULL; + p_AEP_ModExp = NULL; + p_AEP_ModExpCrt = NULL; +# ifdef AEPRAND + p_AEP_GenRandom = NULL; +# endif + p_AEP_Initialize = NULL; + p_AEP_Finalize = NULL; + p_AEP_SetBNCallBacks = NULL; + p_AEP_CloseConnection = NULL; + + return to_return; +} /* Destructor (complements the "ENGINE_aep()" constructor) */ static int aep_destroy(ENGINE *e) - { - free_AEP_LIBNAME(); - ERR_unload_AEPHK_strings(); - return 1; - } +{ + free_AEP_LIBNAME(); + ERR_unload_AEPHK_strings(); + return 1; +} static int aep_finish(ENGINE *e) - { - int to_return = 0, in_use; - AEP_RV rv; - - if(aep_dso == NULL) - { - AEPHKerr(AEPHK_F_AEP_FINISH,AEPHK_R_NOT_LOADED); - goto err; - } - - rv = aep_close_all_connections(0, &in_use); - if (rv != AEP_R_OK) - { - AEPHKerr(AEPHK_F_AEP_FINISH,AEPHK_R_CLOSE_HANDLES_FAILED); - goto err; - } - if (in_use) - { - AEPHKerr(AEPHK_F_AEP_FINISH,AEPHK_R_CONNECTIONS_IN_USE); - goto err; - } - - rv = p_AEP_Finalize(); - if (rv != AEP_R_OK) - { - AEPHKerr(AEPHK_F_AEP_FINISH,AEPHK_R_FINALIZE_FAILED); - goto err; - } - - if(!DSO_free(aep_dso)) - { - AEPHKerr(AEPHK_F_AEP_FINISH,AEPHK_R_UNIT_FAILURE); - goto err; - } - - aep_dso = NULL; - p_AEP_CloseConnection = NULL; - p_AEP_OpenConnection = NULL; - p_AEP_ModExp = NULL; - p_AEP_ModExpCrt = NULL; -#ifdef AEPRAND - p_AEP_GenRandom = NULL; -#endif - p_AEP_Initialize = NULL; - p_AEP_Finalize = NULL; - p_AEP_SetBNCallBacks = NULL; - - to_return = 1; +{ + int to_return = 0, in_use; + AEP_RV rv; + + if (aep_dso == NULL) { + AEPHKerr(AEPHK_F_AEP_FINISH, AEPHK_R_NOT_LOADED); + goto err; + } + + rv = aep_close_all_connections(0, &in_use); + if (rv != AEP_R_OK) { + AEPHKerr(AEPHK_F_AEP_FINISH, AEPHK_R_CLOSE_HANDLES_FAILED); + goto err; + } + if (in_use) { + AEPHKerr(AEPHK_F_AEP_FINISH, AEPHK_R_CONNECTIONS_IN_USE); + goto err; + } + + rv = p_AEP_Finalize(); + if (rv != AEP_R_OK) { + AEPHKerr(AEPHK_F_AEP_FINISH, AEPHK_R_FINALIZE_FAILED); + goto err; + } + + if (!DSO_free(aep_dso)) { + AEPHKerr(AEPHK_F_AEP_FINISH, AEPHK_R_UNIT_FAILURE); + goto err; + } + + aep_dso = NULL; + p_AEP_CloseConnection = NULL; + p_AEP_OpenConnection = NULL; + p_AEP_ModExp = NULL; + p_AEP_ModExpCrt = NULL; +# ifdef AEPRAND + p_AEP_GenRandom = NULL; +# endif + p_AEP_Initialize = NULL; + p_AEP_Finalize = NULL; + p_AEP_SetBNCallBacks = NULL; + + to_return = 1; err: - return to_return; - } - -static int aep_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void)) - { - int initialised = ((aep_dso == NULL) ? 0 : 1); - switch(cmd) - { - case AEP_CMD_SO_PATH: - if(p == NULL) - { - AEPHKerr(AEPHK_F_AEP_CTRL, - ERR_R_PASSED_NULL_PARAMETER); - return 0; - } - if(initialised) - { - AEPHKerr(AEPHK_F_AEP_CTRL, - AEPHK_R_ALREADY_LOADED); - return 0; - } - return set_AEP_LIBNAME((const char*)p); - default: - break; - } - AEPHKerr(AEPHK_F_AEP_CTRL,AEPHK_R_CTRL_COMMAND_NOT_IMPLEMENTED); - return 0; - } + return to_return; +} + +static int aep_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void)) +{ + int initialised = ((aep_dso == NULL) ? 0 : 1); + switch (cmd) { + case AEP_CMD_SO_PATH: + if (p == NULL) { + AEPHKerr(AEPHK_F_AEP_CTRL, ERR_R_PASSED_NULL_PARAMETER); + return 0; + } + if (initialised) { + AEPHKerr(AEPHK_F_AEP_CTRL, AEPHK_R_ALREADY_LOADED); + return 0; + } + return set_AEP_LIBNAME((const char *)p); + default: + break; + } + AEPHKerr(AEPHK_F_AEP_CTRL, AEPHK_R_CTRL_COMMAND_NOT_IMPLEMENTED); + return 0; +} static int aep_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, - const BIGNUM *m, BN_CTX *ctx) - { - int to_return = 0; - int r_len = 0; - AEP_CONNECTION_HNDL hConnection; - AEP_RV rv; - - r_len = BN_num_bits(m); - - /* Perform in software if modulus is too large for hardware. */ - - if (r_len > max_key_len){ - AEPHKerr(AEPHK_F_AEP_MOD_EXP, AEPHK_R_SIZE_TOO_LARGE_OR_TOO_SMALL); - return BN_mod_exp(r, a, p, m, ctx); - } - - /*Grab a connection from the pool*/ - rv = aep_get_connection(&hConnection); - if (rv != AEP_R_OK) - { - AEPHKerr(AEPHK_F_AEP_MOD_EXP,AEPHK_R_GET_HANDLE_FAILED); - return BN_mod_exp(r, a, p, m, ctx); - } - - /*To the card with the mod exp*/ - rv = p_AEP_ModExp(hConnection,(void*)a, (void*)p,(void*)m, (void*)r,NULL); - - if (rv != AEP_R_OK) - { - AEPHKerr(AEPHK_F_AEP_MOD_EXP,AEPHK_R_MOD_EXP_FAILED); - rv = aep_close_connection(hConnection); - return BN_mod_exp(r, a, p, m, ctx); - } - - /*Return the connection to the pool*/ - rv = aep_return_connection(hConnection); - if (rv != AEP_R_OK) - { - AEPHKerr(AEPHK_F_AEP_MOD_EXP,AEPHK_R_RETURN_CONNECTION_FAILED); - goto err; - } - - to_return = 1; + const BIGNUM *m, BN_CTX *ctx) +{ + int to_return = 0; + int r_len = 0; + AEP_CONNECTION_HNDL hConnection; + AEP_RV rv; + + r_len = BN_num_bits(m); + + /* Perform in software if modulus is too large for hardware. */ + + if (r_len > max_key_len) { + AEPHKerr(AEPHK_F_AEP_MOD_EXP, AEPHK_R_SIZE_TOO_LARGE_OR_TOO_SMALL); + return BN_mod_exp(r, a, p, m, ctx); + } + + /* + * Grab a connection from the pool + */ + rv = aep_get_connection(&hConnection); + if (rv != AEP_R_OK) { + AEPHKerr(AEPHK_F_AEP_MOD_EXP, AEPHK_R_GET_HANDLE_FAILED); + return BN_mod_exp(r, a, p, m, ctx); + } + + /* + * To the card with the mod exp + */ + rv = p_AEP_ModExp(hConnection, (void *)a, (void *)p, (void *)m, (void *)r, + NULL); + + if (rv != AEP_R_OK) { + AEPHKerr(AEPHK_F_AEP_MOD_EXP, AEPHK_R_MOD_EXP_FAILED); + rv = aep_close_connection(hConnection); + return BN_mod_exp(r, a, p, m, ctx); + } + + /* + * Return the connection to the pool + */ + rv = aep_return_connection(hConnection); + if (rv != AEP_R_OK) { + AEPHKerr(AEPHK_F_AEP_MOD_EXP, AEPHK_R_RETURN_CONNECTION_FAILED); + goto err; + } + + to_return = 1; err: - return to_return; - } - -#ifndef OPENSSL_NO_RSA + return to_return; +} + +# ifndef OPENSSL_NO_RSA static AEP_RV aep_mod_exp_crt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, - const BIGNUM *q, const BIGNUM *dmp1, - const BIGNUM *dmq1,const BIGNUM *iqmp, BN_CTX *ctx) - { - AEP_RV rv = AEP_R_OK; - AEP_CONNECTION_HNDL hConnection; - - /*Grab a connection from the pool*/ - rv = aep_get_connection(&hConnection); - if (rv != AEP_R_OK) - { - AEPHKerr(AEPHK_F_AEP_MOD_EXP_CRT,AEPHK_R_GET_HANDLE_FAILED); - return FAIL_TO_SW; - } - - /*To the card with the mod exp*/ - rv = p_AEP_ModExpCrt(hConnection,(void*)a, (void*)p, (void*)q, (void*)dmp1,(void*)dmq1, - (void*)iqmp,(void*)r,NULL); - if (rv != AEP_R_OK) - { - AEPHKerr(AEPHK_F_AEP_MOD_EXP_CRT,AEPHK_R_MOD_EXP_CRT_FAILED); - rv = aep_close_connection(hConnection); - return FAIL_TO_SW; - } - - /*Return the connection to the pool*/ - rv = aep_return_connection(hConnection); - if (rv != AEP_R_OK) - { - AEPHKerr(AEPHK_F_AEP_MOD_EXP_CRT,AEPHK_R_RETURN_CONNECTION_FAILED); - goto err; - } - + const BIGNUM *q, const BIGNUM *dmp1, + const BIGNUM *dmq1, const BIGNUM *iqmp, + BN_CTX *ctx) +{ + AEP_RV rv = AEP_R_OK; + AEP_CONNECTION_HNDL hConnection; + + /* + * Grab a connection from the pool + */ + rv = aep_get_connection(&hConnection); + if (rv != AEP_R_OK) { + AEPHKerr(AEPHK_F_AEP_MOD_EXP_CRT, AEPHK_R_GET_HANDLE_FAILED); + return FAIL_TO_SW; + } + + /* + * To the card with the mod exp + */ + rv = p_AEP_ModExpCrt(hConnection, (void *)a, (void *)p, (void *)q, + (void *)dmp1, (void *)dmq1, (void *)iqmp, (void *)r, + NULL); + if (rv != AEP_R_OK) { + AEPHKerr(AEPHK_F_AEP_MOD_EXP_CRT, AEPHK_R_MOD_EXP_CRT_FAILED); + rv = aep_close_connection(hConnection); + return FAIL_TO_SW; + } + + /* + * Return the connection to the pool + */ + rv = aep_return_connection(hConnection); + if (rv != AEP_R_OK) { + AEPHKerr(AEPHK_F_AEP_MOD_EXP_CRT, AEPHK_R_RETURN_CONNECTION_FAILED); + goto err; + } + err: - return rv; - } -#endif - - -#ifdef AEPRAND -static int aep_rand(unsigned char *buf,int len ) - { - AEP_RV rv = AEP_R_OK; - AEP_CONNECTION_HNDL hConnection; - - CRYPTO_w_lock(CRYPTO_LOCK_RAND); - - /*Can the request be serviced with what's already in the buffer?*/ - if (len <= rand_block_bytes) - { - memcpy(buf, &rand_block[RAND_BLK_SIZE - rand_block_bytes], len); - rand_block_bytes -= len; - CRYPTO_w_unlock(CRYPTO_LOCK_RAND); - } - else - /*If not the get another block of random bytes*/ - { - CRYPTO_w_unlock(CRYPTO_LOCK_RAND); - - rv = aep_get_connection(&hConnection); - if (rv != AEP_R_OK) - { - AEPHKerr(AEPHK_F_AEP_RAND,AEPHK_R_GET_HANDLE_FAILED); - goto err_nounlock; - } - - if (len > RAND_BLK_SIZE) - { - rv = p_AEP_GenRandom(hConnection, len, 2, buf, NULL); - if (rv != AEP_R_OK) - { - AEPHKerr(AEPHK_F_AEP_RAND,AEPHK_R_GET_RANDOM_FAILED); - goto err_nounlock; - } - } - else - { - CRYPTO_w_lock(CRYPTO_LOCK_RAND); - - rv = p_AEP_GenRandom(hConnection, RAND_BLK_SIZE, 2, &rand_block[0], NULL); - if (rv != AEP_R_OK) - { - AEPHKerr(AEPHK_F_AEP_RAND,AEPHK_R_GET_RANDOM_FAILED); - - goto err; - } - - rand_block_bytes = RAND_BLK_SIZE; - - memcpy(buf, &rand_block[RAND_BLK_SIZE - rand_block_bytes], len); - rand_block_bytes -= len; - - CRYPTO_w_unlock(CRYPTO_LOCK_RAND); - } - - rv = aep_return_connection(hConnection); - if (rv != AEP_R_OK) - { - AEPHKerr(AEPHK_F_AEP_RAND,AEPHK_R_RETURN_CONNECTION_FAILED); - - goto err_nounlock; - } - } - - return 1; + return rv; +} +# endif + +# ifdef AEPRAND +static int aep_rand(unsigned char *buf, int len) +{ + AEP_RV rv = AEP_R_OK; + AEP_CONNECTION_HNDL hConnection; + + CRYPTO_w_lock(CRYPTO_LOCK_RAND); + + /* + * Can the request be serviced with what's already in the buffer? + */ + if (len <= rand_block_bytes) { + memcpy(buf, &rand_block[RAND_BLK_SIZE - rand_block_bytes], len); + rand_block_bytes -= len; + CRYPTO_w_unlock(CRYPTO_LOCK_RAND); + } else + /* + * If not the get another block of random bytes + */ + { + CRYPTO_w_unlock(CRYPTO_LOCK_RAND); + + rv = aep_get_connection(&hConnection); + if (rv != AEP_R_OK) { + AEPHKerr(AEPHK_F_AEP_RAND, AEPHK_R_GET_HANDLE_FAILED); + goto err_nounlock; + } + + if (len > RAND_BLK_SIZE) { + rv = p_AEP_GenRandom(hConnection, len, 2, buf, NULL); + if (rv != AEP_R_OK) { + AEPHKerr(AEPHK_F_AEP_RAND, AEPHK_R_GET_RANDOM_FAILED); + goto err_nounlock; + } + } else { + CRYPTO_w_lock(CRYPTO_LOCK_RAND); + + rv = p_AEP_GenRandom(hConnection, RAND_BLK_SIZE, 2, + &rand_block[0], NULL); + if (rv != AEP_R_OK) { + AEPHKerr(AEPHK_F_AEP_RAND, AEPHK_R_GET_RANDOM_FAILED); + + goto err; + } + + rand_block_bytes = RAND_BLK_SIZE; + + memcpy(buf, &rand_block[RAND_BLK_SIZE - rand_block_bytes], len); + rand_block_bytes -= len; + + CRYPTO_w_unlock(CRYPTO_LOCK_RAND); + } + + rv = aep_return_connection(hConnection); + if (rv != AEP_R_OK) { + AEPHKerr(AEPHK_F_AEP_RAND, AEPHK_R_RETURN_CONNECTION_FAILED); + + goto err_nounlock; + } + } + + return 1; err: - CRYPTO_w_unlock(CRYPTO_LOCK_RAND); + CRYPTO_w_unlock(CRYPTO_LOCK_RAND); err_nounlock: - return 0; - } - + return 0; +} + static int aep_rand_status(void) { - return 1; + return 1; } -#endif +# endif -#ifndef OPENSSL_NO_RSA +# ifndef OPENSSL_NO_RSA static int aep_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx) - { - int to_return = 0; - AEP_RV rv = AEP_R_OK; - - if (!aep_dso) - { - AEPHKerr(AEPHK_F_AEP_RSA_MOD_EXP,AEPHK_R_NOT_LOADED); - goto err; - } - - /*See if we have all the necessary bits for a crt*/ - if (rsa->q && rsa->dmp1 && rsa->dmq1 && rsa->iqmp) - { - rv = aep_mod_exp_crt(r0,I,rsa->p,rsa->q, rsa->dmp1,rsa->dmq1,rsa->iqmp,ctx); - - if (rv == FAIL_TO_SW){ - const RSA_METHOD *meth = RSA_PKCS1_SSLeay(); - to_return = (*meth->rsa_mod_exp)(r0, I, rsa, ctx); - goto err; - } - else if (rv != AEP_R_OK) - goto err; - } - else - { - if (!rsa->d || !rsa->n) - { - AEPHKerr(AEPHK_F_AEP_RSA_MOD_EXP,AEPHK_R_MISSING_KEY_COMPONENTS); - goto err; - } - - rv = aep_mod_exp(r0,I,rsa->d,rsa->n,ctx); - if (rv != AEP_R_OK) - goto err; - - } - - to_return = 1; +{ + int to_return = 0; + AEP_RV rv = AEP_R_OK; + + if (!aep_dso) { + AEPHKerr(AEPHK_F_AEP_RSA_MOD_EXP, AEPHK_R_NOT_LOADED); + goto err; + } + + /* + * See if we have all the necessary bits for a crt + */ + if (rsa->q && rsa->dmp1 && rsa->dmq1 && rsa->iqmp) { + rv = aep_mod_exp_crt(r0, I, rsa->p, rsa->q, rsa->dmp1, rsa->dmq1, + rsa->iqmp, ctx); + + if (rv == FAIL_TO_SW) { + const RSA_METHOD *meth = RSA_PKCS1_SSLeay(); + to_return = (*meth->rsa_mod_exp) (r0, I, rsa, ctx); + goto err; + } else if (rv != AEP_R_OK) + goto err; + } else { + if (!rsa->d || !rsa->n) { + AEPHKerr(AEPHK_F_AEP_RSA_MOD_EXP, AEPHK_R_MISSING_KEY_COMPONENTS); + goto err; + } + + rv = aep_mod_exp(r0, I, rsa->d, rsa->n, ctx); + if (rv != AEP_R_OK) + goto err; + + } + + to_return = 1; err: - return to_return; + return to_return; } -#endif +# endif -#ifndef OPENSSL_NO_DSA +# ifndef OPENSSL_NO_DSA static int aep_dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1, - BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m, - BN_CTX *ctx, BN_MONT_CTX *in_mont) - { - BIGNUM t; - int to_return = 0; - BN_init(&t); - - /* let rr = a1 ^ p1 mod m */ - if (!aep_mod_exp(rr,a1,p1,m,ctx)) goto end; - /* let t = a2 ^ p2 mod m */ - if (!aep_mod_exp(&t,a2,p2,m,ctx)) goto end; - /* let rr = rr * t mod m */ - if (!BN_mod_mul(rr,rr,&t,m,ctx)) goto end; - to_return = 1; - end: - BN_free(&t); - return to_return; - } + BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m, + BN_CTX *ctx, BN_MONT_CTX *in_mont) +{ + BIGNUM t; + int to_return = 0; + BN_init(&t); + + /* let rr = a1 ^ p1 mod m */ + if (!aep_mod_exp(rr, a1, p1, m, ctx)) + goto end; + /* let t = a2 ^ p2 mod m */ + if (!aep_mod_exp(&t, a2, p2, m, ctx)) + goto end; + /* let rr = rr * t mod m */ + if (!BN_mod_mul(rr, rr, &t, m, ctx)) + goto end; + to_return = 1; + end: + BN_free(&t); + return to_return; +} static int aep_mod_exp_dsa(DSA *dsa, BIGNUM *r, BIGNUM *a, - const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, - BN_MONT_CTX *m_ctx) - { - return aep_mod_exp(r, a, p, m, ctx); - } -#endif + const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, + BN_MONT_CTX *m_ctx) +{ + return aep_mod_exp(r, a, p, m, ctx); +} +# endif -#ifndef OPENSSL_NO_RSA +# ifndef OPENSSL_NO_RSA /* This function is aliased to mod_exp (with the mont stuff dropped). */ static int aep_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, - const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) - { - return aep_mod_exp(r, a, p, m, ctx); - } -#endif + const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) +{ + return aep_mod_exp(r, a, p, m, ctx); +} +# endif -#ifndef OPENSSL_NO_DH +# ifndef OPENSSL_NO_DH /* This function is aliased to mod_exp (with the dh and mont dropped). */ static int aep_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a, - const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, - BN_MONT_CTX *m_ctx) - { - return aep_mod_exp(r, a, p, m, ctx); - } -#endif + const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, + BN_MONT_CTX *m_ctx) +{ + return aep_mod_exp(r, a, p, m, ctx); +} +# endif static AEP_RV aep_get_connection(AEP_CONNECTION_HNDL_PTR phConnection) - { - int count; - AEP_RV rv = AEP_R_OK; - - /*Get the current process id*/ - pid_t curr_pid; - - CRYPTO_w_lock(CRYPTO_LOCK_ENGINE); - - curr_pid = getpid(); - - /*Check if this is the first time this is being called from the current - process*/ - if (recorded_pid != curr_pid) - { - /*Remember our pid so we can check if we're in a new process*/ - recorded_pid = curr_pid; - - /*Call Finalize to make sure we have not inherited some data - from a parent process*/ - p_AEP_Finalize(); - - /*Initialise the AEP API*/ - rv = p_AEP_Initialize(NULL); - - if (rv != AEP_R_OK) - { - AEPHKerr(AEPHK_F_AEP_GET_CONNECTION,AEPHK_R_INIT_FAILURE); - recorded_pid = 0; - goto end; - } - - /*Set the AEP big num call back functions*/ - rv = p_AEP_SetBNCallBacks(&GetBigNumSize, &MakeAEPBigNum, - &ConvertAEPBigNum); - - if (rv != AEP_R_OK) - { - AEPHKerr(AEPHK_F_AEP_GET_CONNECTION,AEPHK_R_SETBNCALLBACK_FAILURE); - recorded_pid = 0; - goto end; - } - -#ifdef AEPRAND - /*Reset the rand byte count*/ - rand_block_bytes = 0; -#endif - - /*Init the structures*/ - for (count = 0;count < MAX_PROCESS_CONNECTIONS;count ++) - { - aep_app_conn_table[count].conn_state = NotConnected; - aep_app_conn_table[count].conn_hndl = 0; - } - - /*Open a connection*/ - rv = p_AEP_OpenConnection(phConnection); - - if (rv != AEP_R_OK) - { - AEPHKerr(AEPHK_F_AEP_GET_CONNECTION,AEPHK_R_UNIT_FAILURE); - recorded_pid = 0; - goto end; - } - - aep_app_conn_table[0].conn_state = InUse; - aep_app_conn_table[0].conn_hndl = *phConnection; - goto end; - } - /*Check the existing connections to see if we can find a free one*/ - for (count = 0;count < MAX_PROCESS_CONNECTIONS;count ++) - { - if (aep_app_conn_table[count].conn_state == Connected) - { - aep_app_conn_table[count].conn_state = InUse; - *phConnection = aep_app_conn_table[count].conn_hndl; - goto end; - } - } - /*If no connections available, we're going to have to try - to open a new one*/ - for (count = 0;count < MAX_PROCESS_CONNECTIONS;count ++) - { - if (aep_app_conn_table[count].conn_state == NotConnected) - { - /*Open a connection*/ - rv = p_AEP_OpenConnection(phConnection); - - if (rv != AEP_R_OK) - { - AEPHKerr(AEPHK_F_AEP_GET_CONNECTION,AEPHK_R_UNIT_FAILURE); - goto end; - } - - aep_app_conn_table[count].conn_state = InUse; - aep_app_conn_table[count].conn_hndl = *phConnection; - goto end; - } - } - rv = AEP_R_GENERAL_ERROR; +{ + int count; + AEP_RV rv = AEP_R_OK; + + /* + * Get the current process id + */ + pid_t curr_pid; + + CRYPTO_w_lock(CRYPTO_LOCK_ENGINE); + + curr_pid = getpid(); + + /* + * Check if this is the first time this is being called from the current + * process + */ + if (recorded_pid != curr_pid) { + /* + * Remember our pid so we can check if we're in a new process + */ + recorded_pid = curr_pid; + + /* + * Call Finalize to make sure we have not inherited some data from a + * parent process + */ + p_AEP_Finalize(); + + /* + * Initialise the AEP API + */ + rv = p_AEP_Initialize(NULL); + + if (rv != AEP_R_OK) { + AEPHKerr(AEPHK_F_AEP_GET_CONNECTION, AEPHK_R_INIT_FAILURE); + recorded_pid = 0; + goto end; + } + + /* + * Set the AEP big num call back functions + */ + rv = p_AEP_SetBNCallBacks(&GetBigNumSize, &MakeAEPBigNum, + &ConvertAEPBigNum); + + if (rv != AEP_R_OK) { + AEPHKerr(AEPHK_F_AEP_GET_CONNECTION, + AEPHK_R_SETBNCALLBACK_FAILURE); + recorded_pid = 0; + goto end; + } +# ifdef AEPRAND + /* + * Reset the rand byte count + */ + rand_block_bytes = 0; +# endif + + /* + * Init the structures + */ + for (count = 0; count < MAX_PROCESS_CONNECTIONS; count++) { + aep_app_conn_table[count].conn_state = NotConnected; + aep_app_conn_table[count].conn_hndl = 0; + } + + /* + * Open a connection + */ + rv = p_AEP_OpenConnection(phConnection); + + if (rv != AEP_R_OK) { + AEPHKerr(AEPHK_F_AEP_GET_CONNECTION, AEPHK_R_UNIT_FAILURE); + recorded_pid = 0; + goto end; + } + + aep_app_conn_table[0].conn_state = InUse; + aep_app_conn_table[0].conn_hndl = *phConnection; + goto end; + } + /* + * Check the existing connections to see if we can find a free one + */ + for (count = 0; count < MAX_PROCESS_CONNECTIONS; count++) { + if (aep_app_conn_table[count].conn_state == Connected) { + aep_app_conn_table[count].conn_state = InUse; + *phConnection = aep_app_conn_table[count].conn_hndl; + goto end; + } + } + /* + * If no connections available, we're going to have to try to open a new + * one + */ + for (count = 0; count < MAX_PROCESS_CONNECTIONS; count++) { + if (aep_app_conn_table[count].conn_state == NotConnected) { + /* + * Open a connection + */ + rv = p_AEP_OpenConnection(phConnection); + + if (rv != AEP_R_OK) { + AEPHKerr(AEPHK_F_AEP_GET_CONNECTION, AEPHK_R_UNIT_FAILURE); + goto end; + } + + aep_app_conn_table[count].conn_state = InUse; + aep_app_conn_table[count].conn_hndl = *phConnection; + goto end; + } + } + rv = AEP_R_GENERAL_ERROR; end: - CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE); - return rv; - } - + CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE); + return rv; +} static AEP_RV aep_return_connection(AEP_CONNECTION_HNDL hConnection) - { - int count; +{ + int count; - CRYPTO_w_lock(CRYPTO_LOCK_ENGINE); + CRYPTO_w_lock(CRYPTO_LOCK_ENGINE); - /*Find the connection item that matches this connection handle*/ - for(count = 0;count < MAX_PROCESS_CONNECTIONS;count ++) - { - if (aep_app_conn_table[count].conn_hndl == hConnection) - { - aep_app_conn_table[count].conn_state = Connected; - break; - } - } + /* + * Find the connection item that matches this connection handle + */ + for (count = 0; count < MAX_PROCESS_CONNECTIONS; count++) { + if (aep_app_conn_table[count].conn_hndl == hConnection) { + aep_app_conn_table[count].conn_state = Connected; + break; + } + } - CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE); + CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE); - return AEP_R_OK; - } + return AEP_R_OK; +} static AEP_RV aep_close_connection(AEP_CONNECTION_HNDL hConnection) - { - int count; - AEP_RV rv = AEP_R_OK; - - CRYPTO_w_lock(CRYPTO_LOCK_ENGINE); - - /*Find the connection item that matches this connection handle*/ - for(count = 0;count < MAX_PROCESS_CONNECTIONS;count ++) - { - if (aep_app_conn_table[count].conn_hndl == hConnection) - { - rv = p_AEP_CloseConnection(aep_app_conn_table[count].conn_hndl); - if (rv != AEP_R_OK) - goto end; - aep_app_conn_table[count].conn_state = NotConnected; - aep_app_conn_table[count].conn_hndl = 0; - break; - } - } +{ + int count; + AEP_RV rv = AEP_R_OK; + + CRYPTO_w_lock(CRYPTO_LOCK_ENGINE); + + /* + * Find the connection item that matches this connection handle + */ + for (count = 0; count < MAX_PROCESS_CONNECTIONS; count++) { + if (aep_app_conn_table[count].conn_hndl == hConnection) { + rv = p_AEP_CloseConnection(aep_app_conn_table[count].conn_hndl); + if (rv != AEP_R_OK) + goto end; + aep_app_conn_table[count].conn_state = NotConnected; + aep_app_conn_table[count].conn_hndl = 0; + break; + } + } end: - CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE); - return rv; - } + CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE); + return rv; +} static AEP_RV aep_close_all_connections(int use_engine_lock, int *in_use) - { - int count; - AEP_RV rv = AEP_R_OK; - - *in_use = 0; - if (use_engine_lock) CRYPTO_w_lock(CRYPTO_LOCK_ENGINE); - for (count = 0;count < MAX_PROCESS_CONNECTIONS;count ++) - { - switch (aep_app_conn_table[count].conn_state) - { - case Connected: - rv = p_AEP_CloseConnection(aep_app_conn_table[count].conn_hndl); - if (rv != AEP_R_OK) - goto end; - aep_app_conn_table[count].conn_state = NotConnected; - aep_app_conn_table[count].conn_hndl = 0; - break; - case InUse: - (*in_use)++; - break; - case NotConnected: - break; - } - } +{ + int count; + AEP_RV rv = AEP_R_OK; + + *in_use = 0; + if (use_engine_lock) + CRYPTO_w_lock(CRYPTO_LOCK_ENGINE); + for (count = 0; count < MAX_PROCESS_CONNECTIONS; count++) { + switch (aep_app_conn_table[count].conn_state) { + case Connected: + rv = p_AEP_CloseConnection(aep_app_conn_table[count].conn_hndl); + if (rv != AEP_R_OK) + goto end; + aep_app_conn_table[count].conn_state = NotConnected; + aep_app_conn_table[count].conn_hndl = 0; + break; + case InUse: + (*in_use)++; + break; + case NotConnected: + break; + } + } end: - if (use_engine_lock) CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE); - return rv; - } - -/*BigNum call back functions, used to convert OpenSSL bignums into AEP bignums. - Note only 32bit Openssl build support*/ - -static AEP_RV GetBigNumSize(AEP_VOID_PTR ArbBigNum, AEP_U32* BigNumSize) - { - BIGNUM* bn; - - /*Cast the ArbBigNum pointer to our BIGNUM struct*/ - bn = (BIGNUM*) ArbBigNum; + if (use_engine_lock) + CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE); + return rv; +} -#ifdef SIXTY_FOUR_BIT_LONG - *BigNumSize = bn->top << 3; -#else - /*Size of the bignum in bytes is equal to the bn->top (no of 32 bit - words) multiplies by 4*/ - *BigNumSize = bn->top << 2; -#endif +/* + * BigNum call back functions, used to convert OpenSSL bignums into AEP + * bignums. Note only 32bit Openssl build support + */ - return AEP_R_OK; - } +static AEP_RV GetBigNumSize(AEP_VOID_PTR ArbBigNum, AEP_U32 *BigNumSize) +{ + BIGNUM *bn; + + /* + * Cast the ArbBigNum pointer to our BIGNUM struct + */ + bn = (BIGNUM *)ArbBigNum; + +# ifdef SIXTY_FOUR_BIT_LONG + *BigNumSize = bn->top << 3; +# else + /* + * Size of the bignum in bytes is equal to the bn->top (no of 32 bit + * words) multiplies by 4 + */ + *BigNumSize = bn->top << 2; +# endif + + return AEP_R_OK; +} static AEP_RV MakeAEPBigNum(AEP_VOID_PTR ArbBigNum, AEP_U32 BigNumSize, - unsigned char* AEP_BigNum) - { - BIGNUM* bn; - -#ifndef SIXTY_FOUR_BIT_LONG - unsigned char* buf; - int i; -#endif + unsigned char *AEP_BigNum) +{ + BIGNUM *bn; + +# ifndef SIXTY_FOUR_BIT_LONG + unsigned char *buf; + int i; +# endif + + /* + * Cast the ArbBigNum pointer to our BIGNUM struct + */ + bn = (BIGNUM *)ArbBigNum; + +# ifdef SIXTY_FOUR_BIT_LONG + memcpy(AEP_BigNum, bn->d, BigNumSize); +# else + /* + * Must copy data into a (monotone) least significant byte first format + * performing endian conversion if necessary + */ + for (i = 0; i < bn->top; i++) { + buf = (unsigned char *)&bn->d[i]; + + *((AEP_U32 *)AEP_BigNum) = (AEP_U32) + ((unsigned)buf[1] << 8 | buf[0]) | + ((unsigned)buf[3] << 8 | buf[2]) << 16; + + AEP_BigNum += 4; + } +# endif + + return AEP_R_OK; +} - /*Cast the ArbBigNum pointer to our BIGNUM struct*/ - bn = (BIGNUM*) ArbBigNum; +/* + * Turn an AEP Big Num back to a user big num + */ +static AEP_RV ConvertAEPBigNum(void *ArbBigNum, AEP_U32 BigNumSize, + unsigned char *AEP_BigNum) +{ + BIGNUM *bn; +# ifndef SIXTY_FOUR_BIT_LONG + int i; +# endif -#ifdef SIXTY_FOUR_BIT_LONG - memcpy(AEP_BigNum, bn->d, BigNumSize); -#else - /*Must copy data into a (monotone) least significant byte first format - performing endian conversion if necessary*/ - for(i=0;itop;i++) - { - buf = (unsigned char*)&bn->d[i]; - - *((AEP_U32*)AEP_BigNum) = (AEP_U32) - ((unsigned) buf[1] << 8 | buf[0]) | - ((unsigned) buf[3] << 8 | buf[2]) << 16; - - AEP_BigNum += 4; - } -#endif + bn = (BIGNUM *)ArbBigNum; - return AEP_R_OK; - } + /* + * Expand the result bn so that it can hold our big num. Size is in bits + */ + bn_expand(bn, (int)(BigNumSize << 3)); -/*Turn an AEP Big Num back to a user big num*/ -static AEP_RV ConvertAEPBigNum(void* ArbBigNum, AEP_U32 BigNumSize, - unsigned char* AEP_BigNum) - { - BIGNUM* bn; -#ifndef SIXTY_FOUR_BIT_LONG - int i; -#endif +# ifdef SIXTY_FOUR_BIT_LONG + bn->top = BigNumSize >> 3; - bn = (BIGNUM*)ArbBigNum; + if ((BigNumSize & 7) != 0) + bn->top++; - /*Expand the result bn so that it can hold our big num. - Size is in bits*/ - bn_expand(bn, (int)(BigNumSize << 3)); + memset(bn->d, 0, bn->top << 3); -#ifdef SIXTY_FOUR_BIT_LONG - bn->top = BigNumSize >> 3; - - if((BigNumSize & 7) != 0) - bn->top++; + memcpy(bn->d, AEP_BigNum, BigNumSize); +# else + bn->top = BigNumSize >> 2; - memset(bn->d, 0, bn->top << 3); + for (i = 0; i < bn->top; i++) { + bn->d[i] = (AEP_U32) + ((unsigned)AEP_BigNum[3] << 8 | AEP_BigNum[2]) << 16 | + ((unsigned)AEP_BigNum[1] << 8 | AEP_BigNum[0]); + AEP_BigNum += 4; + } +# endif - memcpy(bn->d, AEP_BigNum, BigNumSize); -#else - bn->top = BigNumSize >> 2; - - for(i=0;itop;i++) - { - bn->d[i] = (AEP_U32) - ((unsigned) AEP_BigNum[3] << 8 | AEP_BigNum[2]) << 16 | - ((unsigned) AEP_BigNum[1] << 8 | AEP_BigNum[0]); - AEP_BigNum += 4; - } -#endif + return AEP_R_OK; +} - return AEP_R_OK; -} - -#endif /* !OPENSSL_NO_HW_AEP */ -#endif /* !OPENSSL_NO_HW */ +# endif /* !OPENSSL_NO_HW_AEP */ +#endif /* !OPENSSL_NO_HW */ diff --git a/openssl/engines/e_aep_err.c b/openssl/engines/e_aep_err.c index 3f95881ca..718db3796 100644 --- a/openssl/engines/e_aep_err.c +++ b/openssl/engines/e_aep_err.c @@ -7,7 +7,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -53,7 +53,8 @@ * */ -/* NOTE: this file was auto generated by the mkerr.pl script: any changes +/* + * NOTE: this file was auto generated by the mkerr.pl script: any changes * made to it will be overwritten when the script next updates this file, * only reason strings will be preserved. */ @@ -65,97 +66,94 @@ /* BEGIN ERROR CODES */ #ifndef OPENSSL_NO_ERR -#define ERR_FUNC(func) ERR_PACK(0,func,0) -#define ERR_REASON(reason) ERR_PACK(0,0,reason) - -static ERR_STRING_DATA AEPHK_str_functs[]= - { -{ERR_FUNC(AEPHK_F_AEP_CTRL), "AEP_CTRL"}, -{ERR_FUNC(AEPHK_F_AEP_FINISH), "AEP_FINISH"}, -{ERR_FUNC(AEPHK_F_AEP_GET_CONNECTION), "AEP_GET_CONNECTION"}, -{ERR_FUNC(AEPHK_F_AEP_INIT), "AEP_INIT"}, -{ERR_FUNC(AEPHK_F_AEP_MOD_EXP), "AEP_MOD_EXP"}, -{ERR_FUNC(AEPHK_F_AEP_MOD_EXP_CRT), "AEP_MOD_EXP_CRT"}, -{ERR_FUNC(AEPHK_F_AEP_RAND), "AEP_RAND"}, -{ERR_FUNC(AEPHK_F_AEP_RSA_MOD_EXP), "AEP_RSA_MOD_EXP"}, -{0,NULL} - }; - -static ERR_STRING_DATA AEPHK_str_reasons[]= - { -{ERR_REASON(AEPHK_R_ALREADY_LOADED) ,"already loaded"}, -{ERR_REASON(AEPHK_R_CLOSE_HANDLES_FAILED),"close handles failed"}, -{ERR_REASON(AEPHK_R_CONNECTIONS_IN_USE) ,"connections in use"}, -{ERR_REASON(AEPHK_R_CTRL_COMMAND_NOT_IMPLEMENTED),"ctrl command not implemented"}, -{ERR_REASON(AEPHK_R_FINALIZE_FAILED) ,"finalize failed"}, -{ERR_REASON(AEPHK_R_GET_HANDLE_FAILED) ,"get handle failed"}, -{ERR_REASON(AEPHK_R_GET_RANDOM_FAILED) ,"get random failed"}, -{ERR_REASON(AEPHK_R_INIT_FAILURE) ,"init failure"}, -{ERR_REASON(AEPHK_R_MISSING_KEY_COMPONENTS),"missing key components"}, -{ERR_REASON(AEPHK_R_MOD_EXP_CRT_FAILED) ,"mod exp crt failed"}, -{ERR_REASON(AEPHK_R_MOD_EXP_FAILED) ,"mod exp failed"}, -{ERR_REASON(AEPHK_R_NOT_LOADED) ,"not loaded"}, -{ERR_REASON(AEPHK_R_OK) ,"ok"}, -{ERR_REASON(AEPHK_R_RETURN_CONNECTION_FAILED),"return connection failed"}, -{ERR_REASON(AEPHK_R_SETBNCALLBACK_FAILURE),"setbncallback failure"}, -{ERR_REASON(AEPHK_R_SIZE_TOO_LARGE_OR_TOO_SMALL),"size too large or too small"}, -{ERR_REASON(AEPHK_R_UNIT_FAILURE) ,"unit failure"}, -{0,NULL} - }; +# define ERR_FUNC(func) ERR_PACK(0,func,0) +# define ERR_REASON(reason) ERR_PACK(0,0,reason) + +static ERR_STRING_DATA AEPHK_str_functs[] = { + {ERR_FUNC(AEPHK_F_AEP_CTRL), "AEP_CTRL"}, + {ERR_FUNC(AEPHK_F_AEP_FINISH), "AEP_FINISH"}, + {ERR_FUNC(AEPHK_F_AEP_GET_CONNECTION), "AEP_GET_CONNECTION"}, + {ERR_FUNC(AEPHK_F_AEP_INIT), "AEP_INIT"}, + {ERR_FUNC(AEPHK_F_AEP_MOD_EXP), "AEP_MOD_EXP"}, + {ERR_FUNC(AEPHK_F_AEP_MOD_EXP_CRT), "AEP_MOD_EXP_CRT"}, + {ERR_FUNC(AEPHK_F_AEP_RAND), "AEP_RAND"}, + {ERR_FUNC(AEPHK_F_AEP_RSA_MOD_EXP), "AEP_RSA_MOD_EXP"}, + {0, NULL} +}; + +static ERR_STRING_DATA AEPHK_str_reasons[] = { + {ERR_REASON(AEPHK_R_ALREADY_LOADED), "already loaded"}, + {ERR_REASON(AEPHK_R_CLOSE_HANDLES_FAILED), "close handles failed"}, + {ERR_REASON(AEPHK_R_CONNECTIONS_IN_USE), "connections in use"}, + {ERR_REASON(AEPHK_R_CTRL_COMMAND_NOT_IMPLEMENTED), + "ctrl command not implemented"}, + {ERR_REASON(AEPHK_R_FINALIZE_FAILED), "finalize failed"}, + {ERR_REASON(AEPHK_R_GET_HANDLE_FAILED), "get handle failed"}, + {ERR_REASON(AEPHK_R_GET_RANDOM_FAILED), "get random failed"}, + {ERR_REASON(AEPHK_R_INIT_FAILURE), "init failure"}, + {ERR_REASON(AEPHK_R_MISSING_KEY_COMPONENTS), "missing key components"}, + {ERR_REASON(AEPHK_R_MOD_EXP_CRT_FAILED), "mod exp crt failed"}, + {ERR_REASON(AEPHK_R_MOD_EXP_FAILED), "mod exp failed"}, + {ERR_REASON(AEPHK_R_NOT_LOADED), "not loaded"}, + {ERR_REASON(AEPHK_R_OK), "ok"}, + {ERR_REASON(AEPHK_R_RETURN_CONNECTION_FAILED), + "return connection failed"}, + {ERR_REASON(AEPHK_R_SETBNCALLBACK_FAILURE), "setbncallback failure"}, + {ERR_REASON(AEPHK_R_SIZE_TOO_LARGE_OR_TOO_SMALL), + "size too large or too small"}, + {ERR_REASON(AEPHK_R_UNIT_FAILURE), "unit failure"}, + {0, NULL} +}; #endif #ifdef AEPHK_LIB_NAME -static ERR_STRING_DATA AEPHK_lib_name[]= - { -{0 ,AEPHK_LIB_NAME}, -{0,NULL} - }; +static ERR_STRING_DATA AEPHK_lib_name[] = { + {0, AEPHK_LIB_NAME}, + {0, NULL} +}; #endif - -static int AEPHK_lib_error_code=0; -static int AEPHK_error_init=1; +static int AEPHK_lib_error_code = 0; +static int AEPHK_error_init = 1; static void ERR_load_AEPHK_strings(void) - { - if (AEPHK_lib_error_code == 0) - AEPHK_lib_error_code=ERR_get_next_error_library(); +{ + if (AEPHK_lib_error_code == 0) + AEPHK_lib_error_code = ERR_get_next_error_library(); - if (AEPHK_error_init) - { - AEPHK_error_init=0; + if (AEPHK_error_init) { + AEPHK_error_init = 0; #ifndef OPENSSL_NO_ERR - ERR_load_strings(AEPHK_lib_error_code,AEPHK_str_functs); - ERR_load_strings(AEPHK_lib_error_code,AEPHK_str_reasons); + ERR_load_strings(AEPHK_lib_error_code, AEPHK_str_functs); + ERR_load_strings(AEPHK_lib_error_code, AEPHK_str_reasons); #endif #ifdef AEPHK_LIB_NAME - AEPHK_lib_name->error = ERR_PACK(AEPHK_lib_error_code,0,0); - ERR_load_strings(0,AEPHK_lib_name); + AEPHK_lib_name->error = ERR_PACK(AEPHK_lib_error_code, 0, 0); + ERR_load_strings(0, AEPHK_lib_name); #endif - } - } + } +} static void ERR_unload_AEPHK_strings(void) - { - if (AEPHK_error_init == 0) - { +{ + if (AEPHK_error_init == 0) { #ifndef OPENSSL_NO_ERR - ERR_unload_strings(AEPHK_lib_error_code,AEPHK_str_functs); - ERR_unload_strings(AEPHK_lib_error_code,AEPHK_str_reasons); + ERR_unload_strings(AEPHK_lib_error_code, AEPHK_str_functs); + ERR_unload_strings(AEPHK_lib_error_code, AEPHK_str_reasons); #endif #ifdef AEPHK_LIB_NAME - ERR_unload_strings(0,AEPHK_lib_name); + ERR_unload_strings(0, AEPHK_lib_name); #endif - AEPHK_error_init=1; - } - } + AEPHK_error_init = 1; + } +} static void ERR_AEPHK_error(int function, int reason, char *file, int line) - { - if (AEPHK_lib_error_code == 0) - AEPHK_lib_error_code=ERR_get_next_error_library(); - ERR_PUT_error(AEPHK_lib_error_code,function,reason,file,line); - } +{ + if (AEPHK_lib_error_code == 0) + AEPHK_lib_error_code = ERR_get_next_error_library(); + ERR_PUT_error(AEPHK_lib_error_code, function, reason, file, line); +} diff --git a/openssl/engines/e_aep_err.h b/openssl/engines/e_aep_err.h index 35b2e7426..2ed01147c 100644 --- a/openssl/engines/e_aep_err.h +++ b/openssl/engines/e_aep_err.h @@ -6,7 +6,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -53,51 +53,52 @@ */ #ifndef HEADER_AEPHK_ERR_H -#define HEADER_AEPHK_ERR_H +# define HEADER_AEPHK_ERR_H #ifdef __cplusplus extern "C" { #endif /* BEGIN ERROR CODES */ -/* The following lines are auto generated by the script mkerr.pl. Any changes +/* + * The following lines are auto generated by the script mkerr.pl. Any changes * made after this point may be overwritten when the script is next run. */ static void ERR_load_AEPHK_strings(void); static void ERR_unload_AEPHK_strings(void); static void ERR_AEPHK_error(int function, int reason, char *file, int line); -#define AEPHKerr(f,r) ERR_AEPHK_error((f),(r),__FILE__,__LINE__) +# define AEPHKerr(f,r) ERR_AEPHK_error((f),(r),__FILE__,__LINE__) /* Error codes for the AEPHK functions. */ /* Function codes. */ -#define AEPHK_F_AEP_CTRL 100 -#define AEPHK_F_AEP_FINISH 101 -#define AEPHK_F_AEP_GET_CONNECTION 102 -#define AEPHK_F_AEP_INIT 103 -#define AEPHK_F_AEP_MOD_EXP 104 -#define AEPHK_F_AEP_MOD_EXP_CRT 105 -#define AEPHK_F_AEP_RAND 106 -#define AEPHK_F_AEP_RSA_MOD_EXP 107 +# define AEPHK_F_AEP_CTRL 100 +# define AEPHK_F_AEP_FINISH 101 +# define AEPHK_F_AEP_GET_CONNECTION 102 +# define AEPHK_F_AEP_INIT 103 +# define AEPHK_F_AEP_MOD_EXP 104 +# define AEPHK_F_AEP_MOD_EXP_CRT 105 +# define AEPHK_F_AEP_RAND 106 +# define AEPHK_F_AEP_RSA_MOD_EXP 107 /* Reason codes. */ -#define AEPHK_R_ALREADY_LOADED 100 -#define AEPHK_R_CLOSE_HANDLES_FAILED 101 -#define AEPHK_R_CONNECTIONS_IN_USE 102 -#define AEPHK_R_CTRL_COMMAND_NOT_IMPLEMENTED 103 -#define AEPHK_R_FINALIZE_FAILED 104 -#define AEPHK_R_GET_HANDLE_FAILED 105 -#define AEPHK_R_GET_RANDOM_FAILED 106 -#define AEPHK_R_INIT_FAILURE 107 -#define AEPHK_R_MISSING_KEY_COMPONENTS 108 -#define AEPHK_R_MOD_EXP_CRT_FAILED 109 -#define AEPHK_R_MOD_EXP_FAILED 110 -#define AEPHK_R_NOT_LOADED 111 -#define AEPHK_R_OK 112 -#define AEPHK_R_RETURN_CONNECTION_FAILED 113 -#define AEPHK_R_SETBNCALLBACK_FAILURE 114 -#define AEPHK_R_SIZE_TOO_LARGE_OR_TOO_SMALL 116 -#define AEPHK_R_UNIT_FAILURE 115 +# define AEPHK_R_ALREADY_LOADED 100 +# define AEPHK_R_CLOSE_HANDLES_FAILED 101 +# define AEPHK_R_CONNECTIONS_IN_USE 102 +# define AEPHK_R_CTRL_COMMAND_NOT_IMPLEMENTED 103 +# define AEPHK_R_FINALIZE_FAILED 104 +# define AEPHK_R_GET_HANDLE_FAILED 105 +# define AEPHK_R_GET_RANDOM_FAILED 106 +# define AEPHK_R_INIT_FAILURE 107 +# define AEPHK_R_MISSING_KEY_COMPONENTS 108 +# define AEPHK_R_MOD_EXP_CRT_FAILED 109 +# define AEPHK_R_MOD_EXP_FAILED 110 +# define AEPHK_R_NOT_LOADED 111 +# define AEPHK_R_OK 112 +# define AEPHK_R_RETURN_CONNECTION_FAILED 113 +# define AEPHK_R_SETBNCALLBACK_FAILURE 114 +# define AEPHK_R_SIZE_TOO_LARGE_OR_TOO_SMALL 116 +# define AEPHK_R_UNIT_FAILURE 115 #ifdef __cplusplus } diff --git a/openssl/engines/e_atalla.c b/openssl/engines/e_atalla.c index fabaa86a5..6a324e676 100644 --- a/openssl/engines/e_atalla.c +++ b/openssl/engines/e_atalla.c @@ -1,6 +1,7 @@ /* crypto/engine/hw_atalla.c */ -/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL - * project 2000. +/* + * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project + * 2000. */ /* ==================================================================== * Copyright (c) 1999-2001 The OpenSSL Project. All rights reserved. @@ -10,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -63,545 +64,563 @@ #include #include #ifndef OPENSSL_NO_RSA -#include +# include #endif #ifndef OPENSSL_NO_DSA -#include +# include #endif #ifndef OPENSSL_NO_DH -#include +# include #endif #include #ifndef OPENSSL_NO_HW -#ifndef OPENSSL_NO_HW_ATALLA +# ifndef OPENSSL_NO_HW_ATALLA -#ifdef FLAT_INC -#include "atalla.h" -#else -#include "vendor_defns/atalla.h" -#endif +# ifdef FLAT_INC +# include "atalla.h" +# else +# include "vendor_defns/atalla.h" +# endif -#define ATALLA_LIB_NAME "atalla engine" -#include "e_atalla_err.c" +# define ATALLA_LIB_NAME "atalla engine" +# include "e_atalla_err.c" static int atalla_destroy(ENGINE *e); static int atalla_init(ENGINE *e); static int atalla_finish(ENGINE *e); -static int atalla_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void)); +static int atalla_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void)); /* BIGNUM stuff */ static int atalla_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, - const BIGNUM *m, BN_CTX *ctx); + const BIGNUM *m, BN_CTX *ctx); -#ifndef OPENSSL_NO_RSA +# ifndef OPENSSL_NO_RSA /* RSA stuff */ -static int atalla_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx); +static int atalla_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, + BN_CTX *ctx); /* This function is aliased to mod_exp (with the mont stuff dropped). */ static int atalla_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, - const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); -#endif + const BIGNUM *m, BN_CTX *ctx, + BN_MONT_CTX *m_ctx); +# endif -#ifndef OPENSSL_NO_DSA +# ifndef OPENSSL_NO_DSA /* DSA stuff */ static int atalla_dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1, - BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m, - BN_CTX *ctx, BN_MONT_CTX *in_mont); + BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m, + BN_CTX *ctx, BN_MONT_CTX *in_mont); static int atalla_mod_exp_dsa(DSA *dsa, BIGNUM *r, BIGNUM *a, - const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, - BN_MONT_CTX *m_ctx); -#endif + const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, + BN_MONT_CTX *m_ctx); +# endif -#ifndef OPENSSL_NO_DH +# ifndef OPENSSL_NO_DH /* DH stuff */ /* This function is alised to mod_exp (with the DH and mont dropped). */ static int atalla_mod_exp_dh(const DH *dh, BIGNUM *r, - const BIGNUM *a, const BIGNUM *p, - const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); -#endif + const BIGNUM *a, const BIGNUM *p, + const BIGNUM *m, BN_CTX *ctx, + BN_MONT_CTX *m_ctx); +# endif /* The definitions for control commands specific to this engine */ -#define ATALLA_CMD_SO_PATH ENGINE_CMD_BASE +# define ATALLA_CMD_SO_PATH ENGINE_CMD_BASE static const ENGINE_CMD_DEFN atalla_cmd_defns[] = { - {ATALLA_CMD_SO_PATH, - "SO_PATH", - "Specifies the path to the 'atasi' shared library", - ENGINE_CMD_FLAG_STRING}, - {0, NULL, NULL, 0} - }; - -#ifndef OPENSSL_NO_RSA + {ATALLA_CMD_SO_PATH, + "SO_PATH", + "Specifies the path to the 'atasi' shared library", + ENGINE_CMD_FLAG_STRING}, + {0, NULL, NULL, 0} +}; + +# ifndef OPENSSL_NO_RSA /* Our internal RSA_METHOD that we provide pointers to */ -static RSA_METHOD atalla_rsa = - { - "Atalla RSA method", - NULL, - NULL, - NULL, - NULL, - atalla_rsa_mod_exp, - atalla_mod_exp_mont, - NULL, - NULL, - 0, - NULL, - NULL, - NULL, - NULL - }; -#endif - -#ifndef OPENSSL_NO_DSA +static RSA_METHOD atalla_rsa = { + "Atalla RSA method", + NULL, + NULL, + NULL, + NULL, + atalla_rsa_mod_exp, + atalla_mod_exp_mont, + NULL, + NULL, + 0, + NULL, + NULL, + NULL, + NULL +}; +# endif + +# ifndef OPENSSL_NO_DSA /* Our internal DSA_METHOD that we provide pointers to */ -static DSA_METHOD atalla_dsa = - { - "Atalla DSA method", - NULL, /* dsa_do_sign */ - NULL, /* dsa_sign_setup */ - NULL, /* dsa_do_verify */ - atalla_dsa_mod_exp, /* dsa_mod_exp */ - atalla_mod_exp_dsa, /* bn_mod_exp */ - NULL, /* init */ - NULL, /* finish */ - 0, /* flags */ - NULL, /* app_data */ - NULL, /* dsa_paramgen */ - NULL /* dsa_keygen */ - }; -#endif - -#ifndef OPENSSL_NO_DH +static DSA_METHOD atalla_dsa = { + "Atalla DSA method", + NULL, /* dsa_do_sign */ + NULL, /* dsa_sign_setup */ + NULL, /* dsa_do_verify */ + atalla_dsa_mod_exp, /* dsa_mod_exp */ + atalla_mod_exp_dsa, /* bn_mod_exp */ + NULL, /* init */ + NULL, /* finish */ + 0, /* flags */ + NULL, /* app_data */ + NULL, /* dsa_paramgen */ + NULL /* dsa_keygen */ +}; +# endif + +# ifndef OPENSSL_NO_DH /* Our internal DH_METHOD that we provide pointers to */ -static DH_METHOD atalla_dh = - { - "Atalla DH method", - NULL, - NULL, - atalla_mod_exp_dh, - NULL, - NULL, - 0, - NULL, - NULL - }; -#endif +static DH_METHOD atalla_dh = { + "Atalla DH method", + NULL, + NULL, + atalla_mod_exp_dh, + NULL, + NULL, + 0, + NULL, + NULL +}; +# endif /* Constants used when creating the ENGINE */ static const char *engine_atalla_id = "atalla"; static const char *engine_atalla_name = "Atalla hardware engine support"; -/* This internal function is used by ENGINE_atalla() and possibly by the - * "dynamic" ENGINE support too */ +/* + * This internal function is used by ENGINE_atalla() and possibly by the + * "dynamic" ENGINE support too + */ static int bind_helper(ENGINE *e) - { -#ifndef OPENSSL_NO_RSA - const RSA_METHOD *meth1; -#endif -#ifndef OPENSSL_NO_DSA - const DSA_METHOD *meth2; -#endif -#ifndef OPENSSL_NO_DH - const DH_METHOD *meth3; -#endif - if(!ENGINE_set_id(e, engine_atalla_id) || - !ENGINE_set_name(e, engine_atalla_name) || -#ifndef OPENSSL_NO_RSA - !ENGINE_set_RSA(e, &atalla_rsa) || -#endif -#ifndef OPENSSL_NO_DSA - !ENGINE_set_DSA(e, &atalla_dsa) || -#endif -#ifndef OPENSSL_NO_DH - !ENGINE_set_DH(e, &atalla_dh) || -#endif - !ENGINE_set_destroy_function(e, atalla_destroy) || - !ENGINE_set_init_function(e, atalla_init) || - !ENGINE_set_finish_function(e, atalla_finish) || - !ENGINE_set_ctrl_function(e, atalla_ctrl) || - !ENGINE_set_cmd_defns(e, atalla_cmd_defns)) - return 0; - -#ifndef OPENSSL_NO_RSA - /* We know that the "PKCS1_SSLeay()" functions hook properly - * to the atalla-specific mod_exp and mod_exp_crt so we use - * those functions. NB: We don't use ENGINE_openssl() or - * anything "more generic" because something like the RSAref - * code may not hook properly, and if you own one of these - * cards then you have the right to do RSA operations on it - * anyway! */ - meth1 = RSA_PKCS1_SSLeay(); - atalla_rsa.rsa_pub_enc = meth1->rsa_pub_enc; - atalla_rsa.rsa_pub_dec = meth1->rsa_pub_dec; - atalla_rsa.rsa_priv_enc = meth1->rsa_priv_enc; - atalla_rsa.rsa_priv_dec = meth1->rsa_priv_dec; -#endif - -#ifndef OPENSSL_NO_DSA - /* Use the DSA_OpenSSL() method and just hook the mod_exp-ish - * bits. */ - meth2 = DSA_OpenSSL(); - atalla_dsa.dsa_do_sign = meth2->dsa_do_sign; - atalla_dsa.dsa_sign_setup = meth2->dsa_sign_setup; - atalla_dsa.dsa_do_verify = meth2->dsa_do_verify; -#endif - -#ifndef OPENSSL_NO_DH - /* Much the same for Diffie-Hellman */ - meth3 = DH_OpenSSL(); - atalla_dh.generate_key = meth3->generate_key; - atalla_dh.compute_key = meth3->compute_key; -#endif - - /* Ensure the atalla error handling is set up */ - ERR_load_ATALLA_strings(); - return 1; - } - -#ifdef OPENSSL_NO_DYNAMIC_ENGINE +{ +# ifndef OPENSSL_NO_RSA + const RSA_METHOD *meth1; +# endif +# ifndef OPENSSL_NO_DSA + const DSA_METHOD *meth2; +# endif +# ifndef OPENSSL_NO_DH + const DH_METHOD *meth3; +# endif + if (!ENGINE_set_id(e, engine_atalla_id) || + !ENGINE_set_name(e, engine_atalla_name) || +# ifndef OPENSSL_NO_RSA + !ENGINE_set_RSA(e, &atalla_rsa) || +# endif +# ifndef OPENSSL_NO_DSA + !ENGINE_set_DSA(e, &atalla_dsa) || +# endif +# ifndef OPENSSL_NO_DH + !ENGINE_set_DH(e, &atalla_dh) || +# endif + !ENGINE_set_destroy_function(e, atalla_destroy) || + !ENGINE_set_init_function(e, atalla_init) || + !ENGINE_set_finish_function(e, atalla_finish) || + !ENGINE_set_ctrl_function(e, atalla_ctrl) || + !ENGINE_set_cmd_defns(e, atalla_cmd_defns)) + return 0; + +# ifndef OPENSSL_NO_RSA + /* + * We know that the "PKCS1_SSLeay()" functions hook properly to the + * atalla-specific mod_exp and mod_exp_crt so we use those functions. NB: + * We don't use ENGINE_openssl() or anything "more generic" because + * something like the RSAref code may not hook properly, and if you own + * one of these cards then you have the right to do RSA operations on it + * anyway! + */ + meth1 = RSA_PKCS1_SSLeay(); + atalla_rsa.rsa_pub_enc = meth1->rsa_pub_enc; + atalla_rsa.rsa_pub_dec = meth1->rsa_pub_dec; + atalla_rsa.rsa_priv_enc = meth1->rsa_priv_enc; + atalla_rsa.rsa_priv_dec = meth1->rsa_priv_dec; +# endif + +# ifndef OPENSSL_NO_DSA + /* + * Use the DSA_OpenSSL() method and just hook the mod_exp-ish bits. + */ + meth2 = DSA_OpenSSL(); + atalla_dsa.dsa_do_sign = meth2->dsa_do_sign; + atalla_dsa.dsa_sign_setup = meth2->dsa_sign_setup; + atalla_dsa.dsa_do_verify = meth2->dsa_do_verify; +# endif + +# ifndef OPENSSL_NO_DH + /* Much the same for Diffie-Hellman */ + meth3 = DH_OpenSSL(); + atalla_dh.generate_key = meth3->generate_key; + atalla_dh.compute_key = meth3->compute_key; +# endif + + /* Ensure the atalla error handling is set up */ + ERR_load_ATALLA_strings(); + return 1; +} + +# ifdef OPENSSL_NO_DYNAMIC_ENGINE static ENGINE *engine_atalla(void) - { - ENGINE *ret = ENGINE_new(); - if(!ret) - return NULL; - if(!bind_helper(ret)) - { - ENGINE_free(ret); - return NULL; - } - return ret; - } +{ + ENGINE *ret = ENGINE_new(); + if (!ret) + return NULL; + if (!bind_helper(ret)) { + ENGINE_free(ret); + return NULL; + } + return ret; +} void ENGINE_load_atalla(void) - { - /* Copied from eng_[openssl|dyn].c */ - ENGINE *toadd = engine_atalla(); - if(!toadd) return; - ENGINE_add(toadd); - ENGINE_free(toadd); - ERR_clear_error(); - } -#endif - -/* This is a process-global DSO handle used for loading and unloading - * the Atalla library. NB: This is only set (or unset) during an - * init() or finish() call (reference counts permitting) and they're - * operating with global locks, so this should be thread-safe - * implicitly. */ +{ + /* Copied from eng_[openssl|dyn].c */ + ENGINE *toadd = engine_atalla(); + if (!toadd) + return; + ENGINE_add(toadd); + ENGINE_free(toadd); + ERR_clear_error(); +} +# endif + +/* + * This is a process-global DSO handle used for loading and unloading the + * Atalla library. NB: This is only set (or unset) during an init() or + * finish() call (reference counts permitting) and they're operating with + * global locks, so this should be thread-safe implicitly. + */ static DSO *atalla_dso = NULL; -/* These are the function pointers that are (un)set when the library has - * successfully (un)loaded. */ +/* + * These are the function pointers that are (un)set when the library has + * successfully (un)loaded. + */ static tfnASI_GetHardwareConfig *p_Atalla_GetHardwareConfig = NULL; static tfnASI_RSAPrivateKeyOpFn *p_Atalla_RSAPrivateKeyOpFn = NULL; -static tfnASI_GetPerformanceStatistics *p_Atalla_GetPerformanceStatistics = NULL; - -/* These are the static string constants for the DSO file name and the function - * symbol names to bind to. Regrettably, the DSO name on *nix appears to be - * "atasi.so" rather than something more consistent like "libatasi.so". At the - * time of writing, I'm not sure what the file name on win32 is but clearly - * native name translation is not possible (eg libatasi.so on *nix, and - * atasi.dll on win32). For the purposes of testing, I have created a symbollic - * link called "libatasi.so" so that we can use native name-translation - a - * better solution will be needed. */ +static tfnASI_GetPerformanceStatistics *p_Atalla_GetPerformanceStatistics = + NULL; + +/* + * These are the static string constants for the DSO file name and the + * function symbol names to bind to. Regrettably, the DSO name on *nix + * appears to be "atasi.so" rather than something more consistent like + * "libatasi.so". At the time of writing, I'm not sure what the file name on + * win32 is but clearly native name translation is not possible (eg + * libatasi.so on *nix, and atasi.dll on win32). For the purposes of testing, + * I have created a symbollic link called "libatasi.so" so that we can use + * native name-translation - a better solution will be needed. + */ static const char *ATALLA_LIBNAME = NULL; static const char *get_ATALLA_LIBNAME(void) - { - if(ATALLA_LIBNAME) - return ATALLA_LIBNAME; - return "atasi"; - } +{ + if (ATALLA_LIBNAME) + return ATALLA_LIBNAME; + return "atasi"; +} + static void free_ATALLA_LIBNAME(void) - { - if(ATALLA_LIBNAME) - OPENSSL_free((void*)ATALLA_LIBNAME); - ATALLA_LIBNAME = NULL; - } +{ + if (ATALLA_LIBNAME) + OPENSSL_free((void *)ATALLA_LIBNAME); + ATALLA_LIBNAME = NULL; +} + static long set_ATALLA_LIBNAME(const char *name) - { - free_ATALLA_LIBNAME(); - return (((ATALLA_LIBNAME = BUF_strdup(name)) != NULL) ? 1 : 0); - } +{ + free_ATALLA_LIBNAME(); + return (((ATALLA_LIBNAME = BUF_strdup(name)) != NULL) ? 1 : 0); +} + static const char *ATALLA_F1 = "ASI_GetHardwareConfig"; static const char *ATALLA_F2 = "ASI_RSAPrivateKeyOpFn"; static const char *ATALLA_F3 = "ASI_GetPerformanceStatistics"; /* Destructor (complements the "ENGINE_atalla()" constructor) */ static int atalla_destroy(ENGINE *e) - { - free_ATALLA_LIBNAME(); - /* Unload the atalla error strings so any error state including our - * functs or reasons won't lead to a segfault (they simply get displayed - * without corresponding string data because none will be found). */ - ERR_unload_ATALLA_strings(); - return 1; - } +{ + free_ATALLA_LIBNAME(); + /* + * Unload the atalla error strings so any error state including our + * functs or reasons won't lead to a segfault (they simply get displayed + * without corresponding string data because none will be found). + */ + ERR_unload_ATALLA_strings(); + return 1; +} /* (de)initialisation functions. */ static int atalla_init(ENGINE *e) - { - tfnASI_GetHardwareConfig *p1; - tfnASI_RSAPrivateKeyOpFn *p2; - tfnASI_GetPerformanceStatistics *p3; - /* Not sure of the origin of this magic value, but Ben's code had it - * and it seemed to have been working for a few people. :-) */ - unsigned int config_buf[1024]; - - if(atalla_dso != NULL) - { - ATALLAerr(ATALLA_F_ATALLA_INIT,ATALLA_R_ALREADY_LOADED); - goto err; - } - /* Attempt to load libatasi.so/atasi.dll/whatever. Needs to be - * changed unfortunately because the Atalla drivers don't have - * standard library names that can be platform-translated well. */ - /* TODO: Work out how to actually map to the names the Atalla - * drivers really use - for now a symbollic link needs to be - * created on the host system from libatasi.so to atasi.so on - * unix variants. */ - atalla_dso = DSO_load(NULL, get_ATALLA_LIBNAME(), NULL, 0); - if(atalla_dso == NULL) - { - ATALLAerr(ATALLA_F_ATALLA_INIT,ATALLA_R_NOT_LOADED); - goto err; - } - if(!(p1 = (tfnASI_GetHardwareConfig *)DSO_bind_func( - atalla_dso, ATALLA_F1)) || - !(p2 = (tfnASI_RSAPrivateKeyOpFn *)DSO_bind_func( - atalla_dso, ATALLA_F2)) || - !(p3 = (tfnASI_GetPerformanceStatistics *)DSO_bind_func( - atalla_dso, ATALLA_F3))) - { - ATALLAerr(ATALLA_F_ATALLA_INIT,ATALLA_R_NOT_LOADED); - goto err; - } - /* Copy the pointers */ - p_Atalla_GetHardwareConfig = p1; - p_Atalla_RSAPrivateKeyOpFn = p2; - p_Atalla_GetPerformanceStatistics = p3; - /* Perform a basic test to see if there's actually any unit - * running. */ - if(p1(0L, config_buf) != 0) - { - ATALLAerr(ATALLA_F_ATALLA_INIT,ATALLA_R_UNIT_FAILURE); - goto err; - } - /* Everything's fine. */ - return 1; -err: - if(atalla_dso) - DSO_free(atalla_dso); - atalla_dso = NULL; - p_Atalla_GetHardwareConfig = NULL; - p_Atalla_RSAPrivateKeyOpFn = NULL; - p_Atalla_GetPerformanceStatistics = NULL; - return 0; - } +{ + tfnASI_GetHardwareConfig *p1; + tfnASI_RSAPrivateKeyOpFn *p2; + tfnASI_GetPerformanceStatistics *p3; + /* + * Not sure of the origin of this magic value, but Ben's code had it and + * it seemed to have been working for a few people. :-) + */ + unsigned int config_buf[1024]; + + if (atalla_dso != NULL) { + ATALLAerr(ATALLA_F_ATALLA_INIT, ATALLA_R_ALREADY_LOADED); + goto err; + } + /* + * Attempt to load libatasi.so/atasi.dll/whatever. Needs to be changed + * unfortunately because the Atalla drivers don't have standard library + * names that can be platform-translated well. + */ + /* + * TODO: Work out how to actually map to the names the Atalla drivers + * really use - for now a symbollic link needs to be created on the host + * system from libatasi.so to atasi.so on unix variants. + */ + atalla_dso = DSO_load(NULL, get_ATALLA_LIBNAME(), NULL, 0); + if (atalla_dso == NULL) { + ATALLAerr(ATALLA_F_ATALLA_INIT, ATALLA_R_NOT_LOADED); + goto err; + } + if (! + (p1 = + (tfnASI_GetHardwareConfig *) DSO_bind_func(atalla_dso, ATALLA_F1)) +|| !(p2 = (tfnASI_RSAPrivateKeyOpFn *) DSO_bind_func(atalla_dso, ATALLA_F2)) +|| !(p3 = + (tfnASI_GetPerformanceStatistics *) DSO_bind_func(atalla_dso, + ATALLA_F3))) { + ATALLAerr(ATALLA_F_ATALLA_INIT, ATALLA_R_NOT_LOADED); + goto err; + } + /* Copy the pointers */ + p_Atalla_GetHardwareConfig = p1; + p_Atalla_RSAPrivateKeyOpFn = p2; + p_Atalla_GetPerformanceStatistics = p3; + /* + * Perform a basic test to see if there's actually any unit running. + */ + if (p1(0L, config_buf) != 0) { + ATALLAerr(ATALLA_F_ATALLA_INIT, ATALLA_R_UNIT_FAILURE); + goto err; + } + /* Everything's fine. */ + return 1; + err: + if (atalla_dso) + DSO_free(atalla_dso); + atalla_dso = NULL; + p_Atalla_GetHardwareConfig = NULL; + p_Atalla_RSAPrivateKeyOpFn = NULL; + p_Atalla_GetPerformanceStatistics = NULL; + return 0; +} static int atalla_finish(ENGINE *e) - { - free_ATALLA_LIBNAME(); - if(atalla_dso == NULL) - { - ATALLAerr(ATALLA_F_ATALLA_FINISH,ATALLA_R_NOT_LOADED); - return 0; - } - if(!DSO_free(atalla_dso)) - { - ATALLAerr(ATALLA_F_ATALLA_FINISH,ATALLA_R_UNIT_FAILURE); - return 0; - } - atalla_dso = NULL; - p_Atalla_GetHardwareConfig = NULL; - p_Atalla_RSAPrivateKeyOpFn = NULL; - p_Atalla_GetPerformanceStatistics = NULL; - return 1; - } - -static int atalla_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void)) - { - int initialised = ((atalla_dso == NULL) ? 0 : 1); - switch(cmd) - { - case ATALLA_CMD_SO_PATH: - if(p == NULL) - { - ATALLAerr(ATALLA_F_ATALLA_CTRL,ERR_R_PASSED_NULL_PARAMETER); - return 0; - } - if(initialised) - { - ATALLAerr(ATALLA_F_ATALLA_CTRL,ATALLA_R_ALREADY_LOADED); - return 0; - } - return set_ATALLA_LIBNAME((const char *)p); - default: - break; - } - ATALLAerr(ATALLA_F_ATALLA_CTRL,ATALLA_R_CTRL_COMMAND_NOT_IMPLEMENTED); - return 0; - } +{ + free_ATALLA_LIBNAME(); + if (atalla_dso == NULL) { + ATALLAerr(ATALLA_F_ATALLA_FINISH, ATALLA_R_NOT_LOADED); + return 0; + } + if (!DSO_free(atalla_dso)) { + ATALLAerr(ATALLA_F_ATALLA_FINISH, ATALLA_R_UNIT_FAILURE); + return 0; + } + atalla_dso = NULL; + p_Atalla_GetHardwareConfig = NULL; + p_Atalla_RSAPrivateKeyOpFn = NULL; + p_Atalla_GetPerformanceStatistics = NULL; + return 1; +} + +static int atalla_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void)) +{ + int initialised = ((atalla_dso == NULL) ? 0 : 1); + switch (cmd) { + case ATALLA_CMD_SO_PATH: + if (p == NULL) { + ATALLAerr(ATALLA_F_ATALLA_CTRL, ERR_R_PASSED_NULL_PARAMETER); + return 0; + } + if (initialised) { + ATALLAerr(ATALLA_F_ATALLA_CTRL, ATALLA_R_ALREADY_LOADED); + return 0; + } + return set_ATALLA_LIBNAME((const char *)p); + default: + break; + } + ATALLAerr(ATALLA_F_ATALLA_CTRL, ATALLA_R_CTRL_COMMAND_NOT_IMPLEMENTED); + return 0; +} static int atalla_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, - const BIGNUM *m, BN_CTX *ctx) - { - /* I need somewhere to store temporary serialised values for - * use with the Atalla API calls. A neat cheat - I'll use - * BIGNUMs from the BN_CTX but access their arrays directly as - * byte arrays . This way I don't have to clean anything - * up. */ - BIGNUM *modulus; - BIGNUM *exponent; - BIGNUM *argument; - BIGNUM *result; - RSAPrivateKey keydata; - int to_return, numbytes; - - modulus = exponent = argument = result = NULL; - to_return = 0; /* expect failure */ - - if(!atalla_dso) - { - ATALLAerr(ATALLA_F_ATALLA_MOD_EXP,ATALLA_R_NOT_LOADED); - goto err; - } - /* Prepare the params */ - BN_CTX_start(ctx); - modulus = BN_CTX_get(ctx); - exponent = BN_CTX_get(ctx); - argument = BN_CTX_get(ctx); - result = BN_CTX_get(ctx); - if (!result) - { - ATALLAerr(ATALLA_F_ATALLA_MOD_EXP,ATALLA_R_BN_CTX_FULL); - goto err; - } - if(!bn_wexpand(modulus, m->top) || !bn_wexpand(exponent, m->top) || - !bn_wexpand(argument, m->top) || !bn_wexpand(result, m->top)) - { - ATALLAerr(ATALLA_F_ATALLA_MOD_EXP,ATALLA_R_BN_EXPAND_FAIL); - goto err; - } - /* Prepare the key-data */ - memset(&keydata, 0,sizeof keydata); - numbytes = BN_num_bytes(m); - memset(exponent->d, 0, numbytes); - memset(modulus->d, 0, numbytes); - BN_bn2bin(p, (unsigned char *)exponent->d + numbytes - BN_num_bytes(p)); - BN_bn2bin(m, (unsigned char *)modulus->d + numbytes - BN_num_bytes(m)); - keydata.privateExponent.data = (unsigned char *)exponent->d; - keydata.privateExponent.len = numbytes; - keydata.modulus.data = (unsigned char *)modulus->d; - keydata.modulus.len = numbytes; - /* Prepare the argument */ - memset(argument->d, 0, numbytes); - memset(result->d, 0, numbytes); - BN_bn2bin(a, (unsigned char *)argument->d + numbytes - BN_num_bytes(a)); - /* Perform the operation */ - if(p_Atalla_RSAPrivateKeyOpFn(&keydata, (unsigned char *)result->d, - (unsigned char *)argument->d, - keydata.modulus.len) != 0) - { - ATALLAerr(ATALLA_F_ATALLA_MOD_EXP,ATALLA_R_REQUEST_FAILED); - goto err; - } - /* Convert the response */ - BN_bin2bn((unsigned char *)result->d, numbytes, r); - to_return = 1; -err: - BN_CTX_end(ctx); - return to_return; - } - -#ifndef OPENSSL_NO_RSA -static int atalla_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx) - { - int to_return = 0; - - if(!atalla_dso) - { - ATALLAerr(ATALLA_F_ATALLA_RSA_MOD_EXP,ATALLA_R_NOT_LOADED); - goto err; - } - if(!rsa->d || !rsa->n) - { - ATALLAerr(ATALLA_F_ATALLA_RSA_MOD_EXP,ATALLA_R_MISSING_KEY_COMPONENTS); - goto err; - } - to_return = atalla_mod_exp(r0, I, rsa->d, rsa->n, ctx); -err: - return to_return; - } -#endif - -#ifndef OPENSSL_NO_DSA -/* This code was liberated and adapted from the commented-out code in - * dsa_ossl.c. Because of the unoptimised form of the Atalla acceleration - * (it doesn't have a CRT form for RSA), this function means that an - * Atalla system running with a DSA server certificate can handshake - * around 5 or 6 times faster/more than an equivalent system running with - * RSA. Just check out the "signs" statistics from the RSA and DSA parts - * of "openssl speed -engine atalla dsa1024 rsa1024". */ + const BIGNUM *m, BN_CTX *ctx) +{ + /* + * I need somewhere to store temporary serialised values for use with the + * Atalla API calls. A neat cheat - I'll use BIGNUMs from the BN_CTX but + * access their arrays directly as byte arrays . This way I don't + * have to clean anything up. + */ + BIGNUM *modulus; + BIGNUM *exponent; + BIGNUM *argument; + BIGNUM *result; + RSAPrivateKey keydata; + int to_return, numbytes; + + modulus = exponent = argument = result = NULL; + to_return = 0; /* expect failure */ + + if (!atalla_dso) { + ATALLAerr(ATALLA_F_ATALLA_MOD_EXP, ATALLA_R_NOT_LOADED); + goto err; + } + /* Prepare the params */ + BN_CTX_start(ctx); + modulus = BN_CTX_get(ctx); + exponent = BN_CTX_get(ctx); + argument = BN_CTX_get(ctx); + result = BN_CTX_get(ctx); + if (!result) { + ATALLAerr(ATALLA_F_ATALLA_MOD_EXP, ATALLA_R_BN_CTX_FULL); + goto err; + } + if (!bn_wexpand(modulus, m->top) || !bn_wexpand(exponent, m->top) || + !bn_wexpand(argument, m->top) || !bn_wexpand(result, m->top)) { + ATALLAerr(ATALLA_F_ATALLA_MOD_EXP, ATALLA_R_BN_EXPAND_FAIL); + goto err; + } + /* Prepare the key-data */ + memset(&keydata, 0, sizeof keydata); + numbytes = BN_num_bytes(m); + memset(exponent->d, 0, numbytes); + memset(modulus->d, 0, numbytes); + BN_bn2bin(p, (unsigned char *)exponent->d + numbytes - BN_num_bytes(p)); + BN_bn2bin(m, (unsigned char *)modulus->d + numbytes - BN_num_bytes(m)); + keydata.privateExponent.data = (unsigned char *)exponent->d; + keydata.privateExponent.len = numbytes; + keydata.modulus.data = (unsigned char *)modulus->d; + keydata.modulus.len = numbytes; + /* Prepare the argument */ + memset(argument->d, 0, numbytes); + memset(result->d, 0, numbytes); + BN_bn2bin(a, (unsigned char *)argument->d + numbytes - BN_num_bytes(a)); + /* Perform the operation */ + if (p_Atalla_RSAPrivateKeyOpFn(&keydata, (unsigned char *)result->d, + (unsigned char *)argument->d, + keydata.modulus.len) != 0) { + ATALLAerr(ATALLA_F_ATALLA_MOD_EXP, ATALLA_R_REQUEST_FAILED); + goto err; + } + /* Convert the response */ + BN_bin2bn((unsigned char *)result->d, numbytes, r); + to_return = 1; + err: + BN_CTX_end(ctx); + return to_return; +} + +# ifndef OPENSSL_NO_RSA +static int atalla_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, + BN_CTX *ctx) +{ + int to_return = 0; + + if (!atalla_dso) { + ATALLAerr(ATALLA_F_ATALLA_RSA_MOD_EXP, ATALLA_R_NOT_LOADED); + goto err; + } + if (!rsa->d || !rsa->n) { + ATALLAerr(ATALLA_F_ATALLA_RSA_MOD_EXP, + ATALLA_R_MISSING_KEY_COMPONENTS); + goto err; + } + to_return = atalla_mod_exp(r0, I, rsa->d, rsa->n, ctx); + err: + return to_return; +} +# endif + +# ifndef OPENSSL_NO_DSA +/* + * This code was liberated and adapted from the commented-out code in + * dsa_ossl.c. Because of the unoptimised form of the Atalla acceleration (it + * doesn't have a CRT form for RSA), this function means that an Atalla + * system running with a DSA server certificate can handshake around 5 or 6 + * times faster/more than an equivalent system running with RSA. Just check + * out the "signs" statistics from the RSA and DSA parts of "openssl speed + * -engine atalla dsa1024 rsa1024". + */ static int atalla_dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1, - BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m, - BN_CTX *ctx, BN_MONT_CTX *in_mont) - { - BIGNUM t; - int to_return = 0; - - BN_init(&t); - /* let rr = a1 ^ p1 mod m */ - if (!atalla_mod_exp(rr,a1,p1,m,ctx)) goto end; - /* let t = a2 ^ p2 mod m */ - if (!atalla_mod_exp(&t,a2,p2,m,ctx)) goto end; - /* let rr = rr * t mod m */ - if (!BN_mod_mul(rr,rr,&t,m,ctx)) goto end; - to_return = 1; -end: - BN_free(&t); - return to_return; - } + BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m, + BN_CTX *ctx, BN_MONT_CTX *in_mont) +{ + BIGNUM t; + int to_return = 0; + + BN_init(&t); + /* let rr = a1 ^ p1 mod m */ + if (!atalla_mod_exp(rr, a1, p1, m, ctx)) + goto end; + /* let t = a2 ^ p2 mod m */ + if (!atalla_mod_exp(&t, a2, p2, m, ctx)) + goto end; + /* let rr = rr * t mod m */ + if (!BN_mod_mul(rr, rr, &t, m, ctx)) + goto end; + to_return = 1; + end: + BN_free(&t); + return to_return; +} static int atalla_mod_exp_dsa(DSA *dsa, BIGNUM *r, BIGNUM *a, - const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, - BN_MONT_CTX *m_ctx) - { - return atalla_mod_exp(r, a, p, m, ctx); - } -#endif - -#ifndef OPENSSL_NO_RSA + const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, + BN_MONT_CTX *m_ctx) +{ + return atalla_mod_exp(r, a, p, m, ctx); +} +# endif + +# ifndef OPENSSL_NO_RSA /* This function is aliased to mod_exp (with the mont stuff dropped). */ static int atalla_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, - const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) - { - return atalla_mod_exp(r, a, p, m, ctx); - } -#endif - -#ifndef OPENSSL_NO_DH + const BIGNUM *m, BN_CTX *ctx, + BN_MONT_CTX *m_ctx) +{ + return atalla_mod_exp(r, a, p, m, ctx); +} +# endif + +# ifndef OPENSSL_NO_DH /* This function is aliased to mod_exp (with the dh and mont dropped). */ static int atalla_mod_exp_dh(const DH *dh, BIGNUM *r, - const BIGNUM *a, const BIGNUM *p, - const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) - { - return atalla_mod_exp(r, a, p, m, ctx); - } -#endif - -/* This stuff is needed if this ENGINE is being compiled into a self-contained - * shared-library. */ -#ifndef OPENSSL_NO_DYNAMIC_ENGINE + const BIGNUM *a, const BIGNUM *p, + const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) +{ + return atalla_mod_exp(r, a, p, m, ctx); +} +# endif + +/* + * This stuff is needed if this ENGINE is being compiled into a + * self-contained shared-library. + */ +# ifndef OPENSSL_NO_DYNAMIC_ENGINE static int bind_fn(ENGINE *e, const char *id) - { - if(id && (strcmp(id, engine_atalla_id) != 0)) - return 0; - if(!bind_helper(e)) - return 0; - return 1; - } -IMPLEMENT_DYNAMIC_CHECK_FN() -IMPLEMENT_DYNAMIC_BIND_FN(bind_fn) -#endif /* OPENSSL_NO_DYNAMIC_ENGINE */ +{ + if (id && (strcmp(id, engine_atalla_id) != 0)) + return 0; + if (!bind_helper(e)) + return 0; + return 1; +} -#endif /* !OPENSSL_NO_HW_ATALLA */ -#endif /* !OPENSSL_NO_HW */ +IMPLEMENT_DYNAMIC_CHECK_FN() + IMPLEMENT_DYNAMIC_BIND_FN(bind_fn) +# endif /* OPENSSL_NO_DYNAMIC_ENGINE */ +# endif /* !OPENSSL_NO_HW_ATALLA */ +#endif /* !OPENSSL_NO_HW */ diff --git a/openssl/engines/e_atalla_err.c b/openssl/engines/e_atalla_err.c index fd3e0049c..ff4732238 100644 --- a/openssl/engines/e_atalla_err.c +++ b/openssl/engines/e_atalla_err.c @@ -7,7 +7,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -53,7 +53,8 @@ * */ -/* NOTE: this file was auto generated by the mkerr.pl script: any changes +/* + * NOTE: this file was auto generated by the mkerr.pl script: any changes * made to it will be overwritten when the script next updates this file, * only reason strings will be preserved. */ @@ -65,85 +66,80 @@ /* BEGIN ERROR CODES */ #ifndef OPENSSL_NO_ERR -#define ERR_FUNC(func) ERR_PACK(0,func,0) -#define ERR_REASON(reason) ERR_PACK(0,0,reason) - -static ERR_STRING_DATA ATALLA_str_functs[]= - { -{ERR_FUNC(ATALLA_F_ATALLA_CTRL), "ATALLA_CTRL"}, -{ERR_FUNC(ATALLA_F_ATALLA_FINISH), "ATALLA_FINISH"}, -{ERR_FUNC(ATALLA_F_ATALLA_INIT), "ATALLA_INIT"}, -{ERR_FUNC(ATALLA_F_ATALLA_MOD_EXP), "ATALLA_MOD_EXP"}, -{ERR_FUNC(ATALLA_F_ATALLA_RSA_MOD_EXP), "ATALLA_RSA_MOD_EXP"}, -{0,NULL} - }; - -static ERR_STRING_DATA ATALLA_str_reasons[]= - { -{ERR_REASON(ATALLA_R_ALREADY_LOADED) ,"already loaded"}, -{ERR_REASON(ATALLA_R_BN_CTX_FULL) ,"bn ctx full"}, -{ERR_REASON(ATALLA_R_BN_EXPAND_FAIL) ,"bn expand fail"}, -{ERR_REASON(ATALLA_R_CTRL_COMMAND_NOT_IMPLEMENTED),"ctrl command not implemented"}, -{ERR_REASON(ATALLA_R_MISSING_KEY_COMPONENTS),"missing key components"}, -{ERR_REASON(ATALLA_R_NOT_LOADED) ,"not loaded"}, -{ERR_REASON(ATALLA_R_REQUEST_FAILED) ,"request failed"}, -{ERR_REASON(ATALLA_R_UNIT_FAILURE) ,"unit failure"}, -{0,NULL} - }; +# define ERR_FUNC(func) ERR_PACK(0,func,0) +# define ERR_REASON(reason) ERR_PACK(0,0,reason) + +static ERR_STRING_DATA ATALLA_str_functs[] = { + {ERR_FUNC(ATALLA_F_ATALLA_CTRL), "ATALLA_CTRL"}, + {ERR_FUNC(ATALLA_F_ATALLA_FINISH), "ATALLA_FINISH"}, + {ERR_FUNC(ATALLA_F_ATALLA_INIT), "ATALLA_INIT"}, + {ERR_FUNC(ATALLA_F_ATALLA_MOD_EXP), "ATALLA_MOD_EXP"}, + {ERR_FUNC(ATALLA_F_ATALLA_RSA_MOD_EXP), "ATALLA_RSA_MOD_EXP"}, + {0, NULL} +}; + +static ERR_STRING_DATA ATALLA_str_reasons[] = { + {ERR_REASON(ATALLA_R_ALREADY_LOADED), "already loaded"}, + {ERR_REASON(ATALLA_R_BN_CTX_FULL), "bn ctx full"}, + {ERR_REASON(ATALLA_R_BN_EXPAND_FAIL), "bn expand fail"}, + {ERR_REASON(ATALLA_R_CTRL_COMMAND_NOT_IMPLEMENTED), + "ctrl command not implemented"}, + {ERR_REASON(ATALLA_R_MISSING_KEY_COMPONENTS), "missing key components"}, + {ERR_REASON(ATALLA_R_NOT_LOADED), "not loaded"}, + {ERR_REASON(ATALLA_R_REQUEST_FAILED), "request failed"}, + {ERR_REASON(ATALLA_R_UNIT_FAILURE), "unit failure"}, + {0, NULL} +}; #endif #ifdef ATALLA_LIB_NAME -static ERR_STRING_DATA ATALLA_lib_name[]= - { -{0 ,ATALLA_LIB_NAME}, -{0,NULL} - }; +static ERR_STRING_DATA ATALLA_lib_name[] = { + {0, ATALLA_LIB_NAME}, + {0, NULL} +}; #endif - -static int ATALLA_lib_error_code=0; -static int ATALLA_error_init=1; +static int ATALLA_lib_error_code = 0; +static int ATALLA_error_init = 1; static void ERR_load_ATALLA_strings(void) - { - if (ATALLA_lib_error_code == 0) - ATALLA_lib_error_code=ERR_get_next_error_library(); +{ + if (ATALLA_lib_error_code == 0) + ATALLA_lib_error_code = ERR_get_next_error_library(); - if (ATALLA_error_init) - { - ATALLA_error_init=0; + if (ATALLA_error_init) { + ATALLA_error_init = 0; #ifndef OPENSSL_NO_ERR - ERR_load_strings(ATALLA_lib_error_code,ATALLA_str_functs); - ERR_load_strings(ATALLA_lib_error_code,ATALLA_str_reasons); + ERR_load_strings(ATALLA_lib_error_code, ATALLA_str_functs); + ERR_load_strings(ATALLA_lib_error_code, ATALLA_str_reasons); #endif #ifdef ATALLA_LIB_NAME - ATALLA_lib_name->error = ERR_PACK(ATALLA_lib_error_code,0,0); - ERR_load_strings(0,ATALLA_lib_name); + ATALLA_lib_name->error = ERR_PACK(ATALLA_lib_error_code, 0, 0); + ERR_load_strings(0, ATALLA_lib_name); #endif - } - } + } +} static void ERR_unload_ATALLA_strings(void) - { - if (ATALLA_error_init == 0) - { +{ + if (ATALLA_error_init == 0) { #ifndef OPENSSL_NO_ERR - ERR_unload_strings(ATALLA_lib_error_code,ATALLA_str_functs); - ERR_unload_strings(ATALLA_lib_error_code,ATALLA_str_reasons); + ERR_unload_strings(ATALLA_lib_error_code, ATALLA_str_functs); + ERR_unload_strings(ATALLA_lib_error_code, ATALLA_str_reasons); #endif #ifdef ATALLA_LIB_NAME - ERR_unload_strings(0,ATALLA_lib_name); + ERR_unload_strings(0, ATALLA_lib_name); #endif - ATALLA_error_init=1; - } - } + ATALLA_error_init = 1; + } +} static void ERR_ATALLA_error(int function, int reason, char *file, int line) - { - if (ATALLA_lib_error_code == 0) - ATALLA_lib_error_code=ERR_get_next_error_library(); - ERR_PUT_error(ATALLA_lib_error_code,function,reason,file,line); - } +{ + if (ATALLA_lib_error_code == 0) + ATALLA_lib_error_code = ERR_get_next_error_library(); + ERR_PUT_error(ATALLA_lib_error_code, function, reason, file, line); +} diff --git a/openssl/engines/e_atalla_err.h b/openssl/engines/e_atalla_err.h index 36e09bf42..7b71eff40 100644 --- a/openssl/engines/e_atalla_err.h +++ b/openssl/engines/e_atalla_err.h @@ -6,7 +6,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -53,39 +53,40 @@ */ #ifndef HEADER_ATALLA_ERR_H -#define HEADER_ATALLA_ERR_H +# define HEADER_ATALLA_ERR_H #ifdef __cplusplus extern "C" { #endif /* BEGIN ERROR CODES */ -/* The following lines are auto generated by the script mkerr.pl. Any changes +/* + * The following lines are auto generated by the script mkerr.pl. Any changes * made after this point may be overwritten when the script is next run. */ static void ERR_load_ATALLA_strings(void); static void ERR_unload_ATALLA_strings(void); static void ERR_ATALLA_error(int function, int reason, char *file, int line); -#define ATALLAerr(f,r) ERR_ATALLA_error((f),(r),__FILE__,__LINE__) +# define ATALLAerr(f,r) ERR_ATALLA_error((f),(r),__FILE__,__LINE__) /* Error codes for the ATALLA functions. */ /* Function codes. */ -#define ATALLA_F_ATALLA_CTRL 100 -#define ATALLA_F_ATALLA_FINISH 101 -#define ATALLA_F_ATALLA_INIT 102 -#define ATALLA_F_ATALLA_MOD_EXP 103 -#define ATALLA_F_ATALLA_RSA_MOD_EXP 104 +# define ATALLA_F_ATALLA_CTRL 100 +# define ATALLA_F_ATALLA_FINISH 101 +# define ATALLA_F_ATALLA_INIT 102 +# define ATALLA_F_ATALLA_MOD_EXP 103 +# define ATALLA_F_ATALLA_RSA_MOD_EXP 104 /* Reason codes. */ -#define ATALLA_R_ALREADY_LOADED 100 -#define ATALLA_R_BN_CTX_FULL 101 -#define ATALLA_R_BN_EXPAND_FAIL 102 -#define ATALLA_R_CTRL_COMMAND_NOT_IMPLEMENTED 103 -#define ATALLA_R_MISSING_KEY_COMPONENTS 104 -#define ATALLA_R_NOT_LOADED 105 -#define ATALLA_R_REQUEST_FAILED 106 -#define ATALLA_R_UNIT_FAILURE 107 +# define ATALLA_R_ALREADY_LOADED 100 +# define ATALLA_R_BN_CTX_FULL 101 +# define ATALLA_R_BN_EXPAND_FAIL 102 +# define ATALLA_R_CTRL_COMMAND_NOT_IMPLEMENTED 103 +# define ATALLA_R_MISSING_KEY_COMPONENTS 104 +# define ATALLA_R_NOT_LOADED 105 +# define ATALLA_R_REQUEST_FAILED 106 +# define ATALLA_R_UNIT_FAILURE 107 #ifdef __cplusplus } diff --git a/openssl/engines/e_capi.c b/openssl/engines/e_capi.c index c1085b56c..f4cd2ffe7 100644 --- a/openssl/engines/e_capi.c +++ b/openssl/engines/e_capi.c @@ -1,5 +1,6 @@ /* engines/e_capi.c */ -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL +/* + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. */ /* ==================================================================== @@ -10,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -51,25 +52,29 @@ * ==================================================================== */ - #include #include +#include + #include -#include -#include #ifdef OPENSSL_SYS_WIN32 -#ifndef OPENSSL_NO_CAPIENG +# ifndef OPENSSL_NO_CAPIENG -#include +# include +# include +# include -#include +# ifndef _WIN32_WINNT +# define _WIN32_WINNT 0x0400 +# endif -#ifndef _WIN32_WINNT -#define _WIN32_WINNT 0x0400 -#endif - -#include +# include +# include +# include +# ifndef alloca +# define alloca _alloca +# endif /* * This module uses several "new" interfaces, among which is @@ -83,39 +88,38 @@ * Yes, it's rather "weak" test and if compilation fails, * then re-configure with -DOPENSSL_NO_CAPIENG. */ -#if defined(CERT_KEY_PROV_INFO_PROP_ID) && \ +# if defined(CERT_KEY_PROV_INFO_PROP_ID) && \ defined(CERT_STORE_PROV_SYSTEM_A) && \ defined(CERT_STORE_READONLY_FLAG) -# define __COMPILE_CAPIENG -#endif /* CERT_KEY_PROV_INFO_PROP_ID */ -#endif /* OPENSSL_NO_CAPIENG */ -#endif /* OPENSSL_SYS_WIN32 */ +# define __COMPILE_CAPIENG +# endif /* CERT_KEY_PROV_INFO_PROP_ID */ +# endif /* OPENSSL_NO_CAPIENG */ +#endif /* OPENSSL_SYS_WIN32 */ #ifdef __COMPILE_CAPIENG -#undef X509_EXTENSIONS -#undef X509_CERT_PAIR +# undef X509_EXTENSIONS +# undef X509_CERT_PAIR /* Definitions which may be missing from earlier version of headers */ -#ifndef CERT_STORE_OPEN_EXISTING_FLAG -#define CERT_STORE_OPEN_EXISTING_FLAG 0x00004000 -#endif +# ifndef CERT_STORE_OPEN_EXISTING_FLAG +# define CERT_STORE_OPEN_EXISTING_FLAG 0x00004000 +# endif -#ifndef CERT_STORE_CREATE_NEW_FLAG -#define CERT_STORE_CREATE_NEW_FLAG 0x00002000 -#endif - -#ifndef CERT_SYSTEM_STORE_CURRENT_USER -#define CERT_SYSTEM_STORE_CURRENT_USER 0x00010000 -#endif +# ifndef CERT_STORE_CREATE_NEW_FLAG +# define CERT_STORE_CREATE_NEW_FLAG 0x00002000 +# endif -#include -#include -#include +# ifndef CERT_SYSTEM_STORE_CURRENT_USER +# define CERT_SYSTEM_STORE_CURRENT_USER 0x00010000 +# endif -#include "e_capi_err.h" -#include "e_capi_err.c" +# include +# include +# include +# include "e_capi_err.h" +# include "e_capi_err.c" static const char *engine_capi_id = "capi"; static const char *engine_capi_name = "CryptoAPI ENGINE"; @@ -126,1717 +130,1719 @@ typedef struct CAPI_KEY_st CAPI_KEY; static void capi_addlasterror(void); static void capi_adderror(DWORD err); -static void CAPI_trace(CAPI_CTX *ctx, char *format, ...); +static void CAPI_trace(CAPI_CTX * ctx, char *format, ...); -static int capi_list_providers(CAPI_CTX *ctx, BIO *out); -static int capi_list_containers(CAPI_CTX *ctx, BIO *out); -int capi_list_certs(CAPI_CTX *ctx, BIO *out, char *storename); -void capi_free_key(CAPI_KEY *key); +static int capi_list_providers(CAPI_CTX * ctx, BIO *out); +static int capi_list_containers(CAPI_CTX * ctx, BIO *out); +int capi_list_certs(CAPI_CTX * ctx, BIO *out, char *storename); +void capi_free_key(CAPI_KEY * key); -static PCCERT_CONTEXT capi_find_cert(CAPI_CTX *ctx, const char *id, HCERTSTORE hstore); +static PCCERT_CONTEXT capi_find_cert(CAPI_CTX * ctx, const char *id, + HCERTSTORE hstore); -CAPI_KEY *capi_find_key(CAPI_CTX *ctx, const char *id); +CAPI_KEY *capi_find_key(CAPI_CTX * ctx, const char *id); static EVP_PKEY *capi_load_privkey(ENGINE *eng, const char *key_id, - UI_METHOD *ui_method, void *callback_data); -static int capi_rsa_sign(int dtype, const unsigned char *m, unsigned int m_len, - unsigned char *sigret, unsigned int *siglen, const RSA *rsa); + UI_METHOD *ui_method, void *callback_data); +static int capi_rsa_sign(int dtype, const unsigned char *m, + unsigned int m_len, unsigned char *sigret, + unsigned int *siglen, const RSA *rsa); static int capi_rsa_priv_enc(int flen, const unsigned char *from, - unsigned char *to, RSA *rsa, int padding); + unsigned char *to, RSA *rsa, int padding); static int capi_rsa_priv_dec(int flen, const unsigned char *from, - unsigned char *to, RSA *rsa, int padding); + unsigned char *to, RSA *rsa, int padding); static int capi_rsa_free(RSA *rsa); static DSA_SIG *capi_dsa_do_sign(const unsigned char *digest, int dlen, - DSA *dsa); + DSA *dsa); static int capi_dsa_free(DSA *dsa); static int capi_load_ssl_client_cert(ENGINE *e, SSL *ssl, - STACK_OF(X509_NAME) *ca_dn, X509 **pcert, EVP_PKEY **pkey, - STACK_OF(X509) **pother, UI_METHOD *ui_method, void *callback_data); + STACK_OF(X509_NAME) *ca_dn, X509 **pcert, + EVP_PKEY **pkey, STACK_OF(X509) **pother, + UI_METHOD *ui_method, + void *callback_data); static int cert_select_simple(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs); -#ifdef OPENSSL_CAPIENG_DIALOG +# ifdef OPENSSL_CAPIENG_DIALOG static int cert_select_dialog(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs); -#endif +# endif -typedef PCCERT_CONTEXT (WINAPI *CERTDLG)(HCERTSTORE, HWND, LPCWSTR, - LPCWSTR, DWORD, DWORD, - void *); -typedef HWND (WINAPI *GETCONSWIN)(void); +typedef PCCERT_CONTEXT(WINAPI *CERTDLG) (HCERTSTORE, HWND, LPCWSTR, + LPCWSTR, DWORD, DWORD, void *); +typedef HWND(WINAPI *GETCONSWIN) (void); -/* This structure contains CAPI ENGINE specific data: - * it contains various global options and affects how - * other functions behave. +/* + * This structure contains CAPI ENGINE specific data: it contains various + * global options and affects how other functions behave. */ -#define CAPI_DBG_TRACE 2 -#define CAPI_DBG_ERROR 1 +# define CAPI_DBG_TRACE 2 +# define CAPI_DBG_ERROR 1 struct CAPI_CTX_st { - int debug_level; - char *debug_file; - /* Parameters to use for container lookup */ - DWORD keytype; - LPSTR cspname; - DWORD csptype; - /* Certificate store name to use */ - LPSTR storename; - LPSTR ssl_client_store; - /* System store flags */ - DWORD store_flags; - + int debug_level; + char *debug_file; + /* Parameters to use for container lookup */ + DWORD keytype; + LPSTR cspname; + DWORD csptype; + /* Certificate store name to use */ + LPSTR storename; + LPSTR ssl_client_store; + /* System store flags */ + DWORD store_flags; /* Lookup string meanings in load_private_key */ /* Substring of subject: uses "storename" */ -#define CAPI_LU_SUBSTR 1 +# define CAPI_LU_SUBSTR 1 /* Friendly name: uses storename */ -#define CAPI_LU_FNAME 2 +# define CAPI_LU_FNAME 2 /* Container name: uses cspname, keytype */ -#define CAPI_LU_CONTNAME 3 - int lookup_method; +# define CAPI_LU_CONTNAME 3 + int lookup_method; /* Info to dump with dumpcerts option */ /* Issuer and serial name strings */ -#define CAPI_DMP_SUMMARY 0x1 +# define CAPI_DMP_SUMMARY 0x1 /* Friendly name */ -#define CAPI_DMP_FNAME 0x2 +# define CAPI_DMP_FNAME 0x2 /* Full X509_print dump */ -#define CAPI_DMP_FULL 0x4 +# define CAPI_DMP_FULL 0x4 /* Dump PEM format certificate */ -#define CAPI_DMP_PEM 0x8 +# define CAPI_DMP_PEM 0x8 /* Dump pseudo key (if possible) */ -#define CAPI_DMP_PSKEY 0x10 +# define CAPI_DMP_PSKEY 0x10 /* Dump key info (if possible) */ -#define CAPI_DMP_PKEYINFO 0x20 - - DWORD dump_flags; - int (*client_cert_select)(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs); - - CERTDLG certselectdlg; - GETCONSWIN getconswindow; +# define CAPI_DMP_PKEYINFO 0x20 + DWORD dump_flags; + int (*client_cert_select) (ENGINE *e, SSL *ssl, STACK_OF(X509) *certs); + CERTDLG certselectdlg; + GETCONSWIN getconswindow; }; - static CAPI_CTX *capi_ctx_new(); -static void capi_ctx_free(CAPI_CTX *ctx); -static int capi_ctx_set_provname(CAPI_CTX *ctx, LPSTR pname, DWORD type, int check); -static int capi_ctx_set_provname_idx(CAPI_CTX *ctx, int idx); - -#define CAPI_CMD_LIST_CERTS ENGINE_CMD_BASE -#define CAPI_CMD_LOOKUP_CERT (ENGINE_CMD_BASE + 1) -#define CAPI_CMD_DEBUG_LEVEL (ENGINE_CMD_BASE + 2) -#define CAPI_CMD_DEBUG_FILE (ENGINE_CMD_BASE + 3) -#define CAPI_CMD_KEYTYPE (ENGINE_CMD_BASE + 4) -#define CAPI_CMD_LIST_CSPS (ENGINE_CMD_BASE + 5) -#define CAPI_CMD_SET_CSP_IDX (ENGINE_CMD_BASE + 6) -#define CAPI_CMD_SET_CSP_NAME (ENGINE_CMD_BASE + 7) -#define CAPI_CMD_SET_CSP_TYPE (ENGINE_CMD_BASE + 8) -#define CAPI_CMD_LIST_CONTAINERS (ENGINE_CMD_BASE + 9) -#define CAPI_CMD_LIST_OPTIONS (ENGINE_CMD_BASE + 10) -#define CAPI_CMD_LOOKUP_METHOD (ENGINE_CMD_BASE + 11) -#define CAPI_CMD_STORE_NAME (ENGINE_CMD_BASE + 12) -#define CAPI_CMD_STORE_FLAGS (ENGINE_CMD_BASE + 13) +static void capi_ctx_free(CAPI_CTX * ctx); +static int capi_ctx_set_provname(CAPI_CTX * ctx, LPSTR pname, DWORD type, + int check); +static int capi_ctx_set_provname_idx(CAPI_CTX * ctx, int idx); + +# define CAPI_CMD_LIST_CERTS ENGINE_CMD_BASE +# define CAPI_CMD_LOOKUP_CERT (ENGINE_CMD_BASE + 1) +# define CAPI_CMD_DEBUG_LEVEL (ENGINE_CMD_BASE + 2) +# define CAPI_CMD_DEBUG_FILE (ENGINE_CMD_BASE + 3) +# define CAPI_CMD_KEYTYPE (ENGINE_CMD_BASE + 4) +# define CAPI_CMD_LIST_CSPS (ENGINE_CMD_BASE + 5) +# define CAPI_CMD_SET_CSP_IDX (ENGINE_CMD_BASE + 6) +# define CAPI_CMD_SET_CSP_NAME (ENGINE_CMD_BASE + 7) +# define CAPI_CMD_SET_CSP_TYPE (ENGINE_CMD_BASE + 8) +# define CAPI_CMD_LIST_CONTAINERS (ENGINE_CMD_BASE + 9) +# define CAPI_CMD_LIST_OPTIONS (ENGINE_CMD_BASE + 10) +# define CAPI_CMD_LOOKUP_METHOD (ENGINE_CMD_BASE + 11) +# define CAPI_CMD_STORE_NAME (ENGINE_CMD_BASE + 12) +# define CAPI_CMD_STORE_FLAGS (ENGINE_CMD_BASE + 13) static const ENGINE_CMD_DEFN capi_cmd_defns[] = { - {CAPI_CMD_LIST_CERTS, - "list_certs", - "List all certificates in store", - ENGINE_CMD_FLAG_NO_INPUT}, - {CAPI_CMD_LOOKUP_CERT, - "lookup_cert", - "Lookup and output certificates", - ENGINE_CMD_FLAG_STRING}, - {CAPI_CMD_DEBUG_LEVEL, - "debug_level", - "debug level (1=errors, 2=trace)", - ENGINE_CMD_FLAG_NUMERIC}, - {CAPI_CMD_DEBUG_FILE, - "debug_file", - "debugging filename)", - ENGINE_CMD_FLAG_STRING}, - {CAPI_CMD_KEYTYPE, - "key_type", - "Key type: 1=AT_KEYEXCHANGE (default), 2=AT_SIGNATURE", - ENGINE_CMD_FLAG_NUMERIC}, - {CAPI_CMD_LIST_CSPS, - "list_csps", - "List all CSPs", - ENGINE_CMD_FLAG_NO_INPUT}, - {CAPI_CMD_SET_CSP_IDX, - "csp_idx", - "Set CSP by index", - ENGINE_CMD_FLAG_NUMERIC}, - {CAPI_CMD_SET_CSP_NAME, - "csp_name", - "Set CSP name, (default CSP used if not specified)", - ENGINE_CMD_FLAG_STRING}, - {CAPI_CMD_SET_CSP_TYPE, - "csp_type", - "Set CSP type, (default RSA_PROV_FULL)", - ENGINE_CMD_FLAG_NUMERIC}, - {CAPI_CMD_LIST_CONTAINERS, - "list_containers", - "list container names", - ENGINE_CMD_FLAG_NO_INPUT}, - {CAPI_CMD_LIST_OPTIONS, - "list_options", - "Set list options (1=summary,2=friendly name, 4=full printout, 8=PEM output, 16=XXX, " - "32=private key info)", - ENGINE_CMD_FLAG_NUMERIC}, - {CAPI_CMD_LOOKUP_METHOD, - "lookup_method", - "Set key lookup method (1=substring, 2=friendlyname, 3=container name)", - ENGINE_CMD_FLAG_NUMERIC}, - {CAPI_CMD_STORE_NAME, - "store_name", - "certificate store name, default \"MY\"", - ENGINE_CMD_FLAG_STRING}, - {CAPI_CMD_STORE_FLAGS, - "store_flags", - "Certificate store flags: 1 = system store", - ENGINE_CMD_FLAG_NUMERIC}, - - {0, NULL, NULL, 0} - }; + {CAPI_CMD_LIST_CERTS, + "list_certs", + "List all certificates in store", + ENGINE_CMD_FLAG_NO_INPUT}, + {CAPI_CMD_LOOKUP_CERT, + "lookup_cert", + "Lookup and output certificates", + ENGINE_CMD_FLAG_STRING}, + {CAPI_CMD_DEBUG_LEVEL, + "debug_level", + "debug level (1=errors, 2=trace)", + ENGINE_CMD_FLAG_NUMERIC}, + {CAPI_CMD_DEBUG_FILE, + "debug_file", + "debugging filename)", + ENGINE_CMD_FLAG_STRING}, + {CAPI_CMD_KEYTYPE, + "key_type", + "Key type: 1=AT_KEYEXCHANGE (default), 2=AT_SIGNATURE", + ENGINE_CMD_FLAG_NUMERIC}, + {CAPI_CMD_LIST_CSPS, + "list_csps", + "List all CSPs", + ENGINE_CMD_FLAG_NO_INPUT}, + {CAPI_CMD_SET_CSP_IDX, + "csp_idx", + "Set CSP by index", + ENGINE_CMD_FLAG_NUMERIC}, + {CAPI_CMD_SET_CSP_NAME, + "csp_name", + "Set CSP name, (default CSP used if not specified)", + ENGINE_CMD_FLAG_STRING}, + {CAPI_CMD_SET_CSP_TYPE, + "csp_type", + "Set CSP type, (default RSA_PROV_FULL)", + ENGINE_CMD_FLAG_NUMERIC}, + {CAPI_CMD_LIST_CONTAINERS, + "list_containers", + "list container names", + ENGINE_CMD_FLAG_NO_INPUT}, + {CAPI_CMD_LIST_OPTIONS, + "list_options", + "Set list options (1=summary,2=friendly name, 4=full printout, 8=PEM output, 16=XXX, " + "32=private key info)", + ENGINE_CMD_FLAG_NUMERIC}, + {CAPI_CMD_LOOKUP_METHOD, + "lookup_method", + "Set key lookup method (1=substring, 2=friendlyname, 3=container name)", + ENGINE_CMD_FLAG_NUMERIC}, + {CAPI_CMD_STORE_NAME, + "store_name", + "certificate store name, default \"MY\"", + ENGINE_CMD_FLAG_STRING}, + {CAPI_CMD_STORE_FLAGS, + "store_flags", + "Certificate store flags: 1 = system store", + ENGINE_CMD_FLAG_NUMERIC}, + + {0, NULL, NULL, 0} +}; static int capi_idx = -1; static int rsa_capi_idx = -1; static int dsa_capi_idx = -1; static int cert_capi_idx = -1; -static int capi_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void)) - { - int ret = 1; - CAPI_CTX *ctx; - BIO *out; - if (capi_idx == -1) - { - CAPIerr(CAPI_F_CAPI_CTRL, CAPI_R_ENGINE_NOT_INITIALIZED); - return 0; - } - ctx = ENGINE_get_ex_data(e, capi_idx); - out = BIO_new_fp(stdout, BIO_NOCLOSE); - switch (cmd) - { - case CAPI_CMD_LIST_CSPS: - ret = capi_list_providers(ctx, out); - break; - - case CAPI_CMD_LIST_CERTS: - ret = capi_list_certs(ctx, out, NULL); - break; - - case CAPI_CMD_LOOKUP_CERT: - ret = capi_list_certs(ctx, out, p); - break; - - case CAPI_CMD_LIST_CONTAINERS: - ret = capi_list_containers(ctx, out); - break; - - case CAPI_CMD_STORE_NAME: - if (ctx->storename) - OPENSSL_free(ctx->storename); - ctx->storename = BUF_strdup(p); - CAPI_trace(ctx, "Setting store name to %s\n", p); - break; - - case CAPI_CMD_STORE_FLAGS: - if (i & 1) - { - ctx->store_flags |= CERT_SYSTEM_STORE_LOCAL_MACHINE; - ctx->store_flags &= ~CERT_SYSTEM_STORE_CURRENT_USER; - } - else - { - ctx->store_flags |= CERT_SYSTEM_STORE_CURRENT_USER; - ctx->store_flags &= ~CERT_SYSTEM_STORE_LOCAL_MACHINE; - } - CAPI_trace(ctx, "Setting flags to %d\n", i); - break; - - case CAPI_CMD_DEBUG_LEVEL: - ctx->debug_level = (int)i; - CAPI_trace(ctx, "Setting debug level to %d\n", ctx->debug_level); - break; - - case CAPI_CMD_DEBUG_FILE: - ctx->debug_file = BUF_strdup(p); - CAPI_trace(ctx, "Setting debug file to %s\n", ctx->debug_file); - break; - - case CAPI_CMD_KEYTYPE: - ctx->keytype = i; - CAPI_trace(ctx, "Setting key type to %d\n", ctx->keytype); - break; - - case CAPI_CMD_SET_CSP_IDX: - ret = capi_ctx_set_provname_idx(ctx, i); - break; - - case CAPI_CMD_LIST_OPTIONS: - ctx->dump_flags = i; - break; - - case CAPI_CMD_LOOKUP_METHOD: - if (i < 1 || i > 3) - { - CAPIerr(CAPI_F_CAPI_CTRL, CAPI_R_INVALID_LOOKUP_METHOD); - return 0; - } - ctx->lookup_method = i; - break; - - case CAPI_CMD_SET_CSP_NAME: - ret = capi_ctx_set_provname(ctx, p, ctx->csptype, 1); - break; - - case CAPI_CMD_SET_CSP_TYPE: - ctx->csptype = i; - break; - - default: - CAPIerr(CAPI_F_CAPI_CTRL, CAPI_R_UNKNOWN_COMMAND); - ret = 0; - } - - BIO_free(out); - return ret; - - } - -static RSA_METHOD capi_rsa_method = - { - "CryptoAPI RSA method", - 0, /* pub_enc */ - 0, /* pub_dec */ - capi_rsa_priv_enc, /* priv_enc */ - capi_rsa_priv_dec, /* priv_dec */ - 0, /* rsa_mod_exp */ - 0, /* bn_mod_exp */ - 0, /* init */ - capi_rsa_free, /* finish */ - RSA_FLAG_SIGN_VER, /* flags */ - NULL, /* app_data */ - capi_rsa_sign, /* rsa_sign */ - 0 /* rsa_verify */ - }; - -static DSA_METHOD capi_dsa_method = - { - "CryptoAPI DSA method", - capi_dsa_do_sign, /* dsa_do_sign */ - 0, /* dsa_sign_setup */ - 0, /* dsa_do_verify */ - 0, /* dsa_mod_exp */ - 0, /* bn_mod_exp */ - 0, /* init */ - capi_dsa_free, /* finish */ - 0, /* flags */ - NULL, /* app_data */ - 0, /* dsa_paramgen */ - 0 /* dsa_keygen */ - }; - -static int capi_init(ENGINE *e) - { - CAPI_CTX *ctx; - const RSA_METHOD *ossl_rsa_meth; - const DSA_METHOD *ossl_dsa_meth; - - if (capi_idx < 0) - { - capi_idx = ENGINE_get_ex_new_index(0, NULL, NULL, NULL, 0); - if (capi_idx < 0) - goto memerr; - - cert_capi_idx = X509_get_ex_new_index(0, NULL, NULL, NULL, 0); - - /* Setup RSA_METHOD */ - rsa_capi_idx = RSA_get_ex_new_index(0, NULL, NULL, NULL, 0); - ossl_rsa_meth = RSA_PKCS1_SSLeay(); - capi_rsa_method.rsa_pub_enc = ossl_rsa_meth->rsa_pub_enc; - capi_rsa_method.rsa_pub_dec = ossl_rsa_meth->rsa_pub_dec; - capi_rsa_method.rsa_mod_exp = ossl_rsa_meth->rsa_mod_exp; - capi_rsa_method.bn_mod_exp = ossl_rsa_meth->bn_mod_exp; - - /* Setup DSA Method */ - dsa_capi_idx = DSA_get_ex_new_index(0, NULL, NULL, NULL, 0); - ossl_dsa_meth = DSA_OpenSSL(); - capi_dsa_method.dsa_do_verify = ossl_dsa_meth->dsa_do_verify; - capi_dsa_method.dsa_mod_exp = ossl_dsa_meth->dsa_mod_exp; - capi_dsa_method.bn_mod_exp = ossl_dsa_meth->bn_mod_exp; - } - - ctx = capi_ctx_new(); - if (!ctx) - goto memerr; - - ENGINE_set_ex_data(e, capi_idx, ctx); - -#ifdef OPENSSL_CAPIENG_DIALOG - { - HMODULE cryptui = LoadLibrary(TEXT("CRYPTUI.DLL")); - HMODULE kernel = GetModuleHandle(TEXT("KERNEL32.DLL")); - if (cryptui) - ctx->certselectdlg = (CERTDLG)GetProcAddress(cryptui, "CryptUIDlgSelectCertificateFromStore"); - if (kernel) - ctx->getconswindow = (GETCONSWIN)GetProcAddress(kernel, "GetConsoleWindow"); - if (cryptui && !OPENSSL_isservice()) - ctx->client_cert_select = cert_select_dialog; - } -#endif - - - return 1; +static int capi_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void)) +{ + int ret = 1; + CAPI_CTX *ctx; + BIO *out; + if (capi_idx == -1) { + CAPIerr(CAPI_F_CAPI_CTRL, CAPI_R_ENGINE_NOT_INITIALIZED); + return 0; + } + ctx = ENGINE_get_ex_data(e, capi_idx); + out = BIO_new_fp(stdout, BIO_NOCLOSE); + switch (cmd) { + case CAPI_CMD_LIST_CSPS: + ret = capi_list_providers(ctx, out); + break; + + case CAPI_CMD_LIST_CERTS: + ret = capi_list_certs(ctx, out, NULL); + break; + + case CAPI_CMD_LOOKUP_CERT: + ret = capi_list_certs(ctx, out, p); + break; + + case CAPI_CMD_LIST_CONTAINERS: + ret = capi_list_containers(ctx, out); + break; + + case CAPI_CMD_STORE_NAME: + if (ctx->storename) + OPENSSL_free(ctx->storename); + ctx->storename = BUF_strdup(p); + CAPI_trace(ctx, "Setting store name to %s\n", p); + break; + + case CAPI_CMD_STORE_FLAGS: + if (i & 1) { + ctx->store_flags |= CERT_SYSTEM_STORE_LOCAL_MACHINE; + ctx->store_flags &= ~CERT_SYSTEM_STORE_CURRENT_USER; + } else { + ctx->store_flags |= CERT_SYSTEM_STORE_CURRENT_USER; + ctx->store_flags &= ~CERT_SYSTEM_STORE_LOCAL_MACHINE; + } + CAPI_trace(ctx, "Setting flags to %d\n", i); + break; + + case CAPI_CMD_DEBUG_LEVEL: + ctx->debug_level = (int)i; + CAPI_trace(ctx, "Setting debug level to %d\n", ctx->debug_level); + break; + + case CAPI_CMD_DEBUG_FILE: + ctx->debug_file = BUF_strdup(p); + CAPI_trace(ctx, "Setting debug file to %s\n", ctx->debug_file); + break; + + case CAPI_CMD_KEYTYPE: + ctx->keytype = i; + CAPI_trace(ctx, "Setting key type to %d\n", ctx->keytype); + break; + + case CAPI_CMD_SET_CSP_IDX: + ret = capi_ctx_set_provname_idx(ctx, i); + break; + + case CAPI_CMD_LIST_OPTIONS: + ctx->dump_flags = i; + break; + + case CAPI_CMD_LOOKUP_METHOD: + if (i < 1 || i > 3) { + CAPIerr(CAPI_F_CAPI_CTRL, CAPI_R_INVALID_LOOKUP_METHOD); + return 0; + } + ctx->lookup_method = i; + break; + + case CAPI_CMD_SET_CSP_NAME: + ret = capi_ctx_set_provname(ctx, p, ctx->csptype, 1); + break; + + case CAPI_CMD_SET_CSP_TYPE: + ctx->csptype = i; + break; + + default: + CAPIerr(CAPI_F_CAPI_CTRL, CAPI_R_UNKNOWN_COMMAND); + ret = 0; + } + + BIO_free(out); + return ret; + +} + +static RSA_METHOD capi_rsa_method = { + "CryptoAPI RSA method", + 0, /* pub_enc */ + 0, /* pub_dec */ + capi_rsa_priv_enc, /* priv_enc */ + capi_rsa_priv_dec, /* priv_dec */ + 0, /* rsa_mod_exp */ + 0, /* bn_mod_exp */ + 0, /* init */ + capi_rsa_free, /* finish */ + RSA_FLAG_SIGN_VER, /* flags */ + NULL, /* app_data */ + capi_rsa_sign, /* rsa_sign */ + 0 /* rsa_verify */ +}; - memerr: - CAPIerr(CAPI_F_CAPI_INIT, ERR_R_MALLOC_FAILURE); - return 0; +static DSA_METHOD capi_dsa_method = { + "CryptoAPI DSA method", + capi_dsa_do_sign, /* dsa_do_sign */ + 0, /* dsa_sign_setup */ + 0, /* dsa_do_verify */ + 0, /* dsa_mod_exp */ + 0, /* bn_mod_exp */ + 0, /* init */ + capi_dsa_free, /* finish */ + 0, /* flags */ + NULL, /* app_data */ + 0, /* dsa_paramgen */ + 0 /* dsa_keygen */ +}; - return 1; - } +static int capi_init(ENGINE *e) +{ + CAPI_CTX *ctx; + const RSA_METHOD *ossl_rsa_meth; + const DSA_METHOD *ossl_dsa_meth; + + if (capi_idx < 0) { + capi_idx = ENGINE_get_ex_new_index(0, NULL, NULL, NULL, 0); + if (capi_idx < 0) + goto memerr; + + cert_capi_idx = X509_get_ex_new_index(0, NULL, NULL, NULL, 0); + + /* Setup RSA_METHOD */ + rsa_capi_idx = RSA_get_ex_new_index(0, NULL, NULL, NULL, 0); + ossl_rsa_meth = RSA_PKCS1_SSLeay(); + capi_rsa_method.rsa_pub_enc = ossl_rsa_meth->rsa_pub_enc; + capi_rsa_method.rsa_pub_dec = ossl_rsa_meth->rsa_pub_dec; + capi_rsa_method.rsa_mod_exp = ossl_rsa_meth->rsa_mod_exp; + capi_rsa_method.bn_mod_exp = ossl_rsa_meth->bn_mod_exp; + + /* Setup DSA Method */ + dsa_capi_idx = DSA_get_ex_new_index(0, NULL, NULL, NULL, 0); + ossl_dsa_meth = DSA_OpenSSL(); + capi_dsa_method.dsa_do_verify = ossl_dsa_meth->dsa_do_verify; + capi_dsa_method.dsa_mod_exp = ossl_dsa_meth->dsa_mod_exp; + capi_dsa_method.bn_mod_exp = ossl_dsa_meth->bn_mod_exp; + } + + ctx = capi_ctx_new(); + if (!ctx) + goto memerr; + + ENGINE_set_ex_data(e, capi_idx, ctx); + +# ifdef OPENSSL_CAPIENG_DIALOG + { + HMODULE cryptui = LoadLibrary(TEXT("CRYPTUI.DLL")); + HMODULE kernel = GetModuleHandle(TEXT("KERNEL32.DLL")); + if (cryptui) + ctx->certselectdlg = + (CERTDLG) GetProcAddress(cryptui, + "CryptUIDlgSelectCertificateFromStore"); + if (kernel) + ctx->getconswindow = + (GETCONSWIN) GetProcAddress(kernel, "GetConsoleWindow"); + if (cryptui && !OPENSSL_isservice()) + ctx->client_cert_select = cert_select_dialog; + } +# endif + + return 1; + + memerr: + CAPIerr(CAPI_F_CAPI_INIT, ERR_R_MALLOC_FAILURE); + return 0; + + return 1; +} static int capi_destroy(ENGINE *e) - { - ERR_unload_CAPI_strings(); - return 1; - } +{ + ERR_unload_CAPI_strings(); + return 1; +} static int capi_finish(ENGINE *e) - { - CAPI_CTX *ctx; - ctx = ENGINE_get_ex_data(e, capi_idx); - capi_ctx_free(ctx); - ENGINE_set_ex_data(e, capi_idx, NULL); - return 1; - } - - -/* CryptoAPI key application data. This contains - * a handle to the private key container (for sign operations) - * and a handle to the key (for decrypt operations). +{ + CAPI_CTX *ctx; + ctx = ENGINE_get_ex_data(e, capi_idx); + capi_ctx_free(ctx); + ENGINE_set_ex_data(e, capi_idx, NULL); + return 1; +} + +/* + * CryptoAPI key application data. This contains a handle to the private key + * container (for sign operations) and a handle to the key (for decrypt + * operations). */ -struct CAPI_KEY_st - { - /* Associated certificate context (if any) */ - PCCERT_CONTEXT pcert; - HCRYPTPROV hprov; - HCRYPTKEY key; - DWORD keyspec; - }; +struct CAPI_KEY_st { + /* Associated certificate context (if any) */ + PCCERT_CONTEXT pcert; + HCRYPTPROV hprov; + HCRYPTKEY key; + DWORD keyspec; +}; static int bind_capi(ENGINE *e) - { - if (!ENGINE_set_id(e, engine_capi_id) - || !ENGINE_set_name(e, engine_capi_name) - || !ENGINE_set_flags(e, ENGINE_FLAGS_NO_REGISTER_ALL) - || !ENGINE_set_init_function(e, capi_init) - || !ENGINE_set_finish_function(e, capi_finish) - || !ENGINE_set_destroy_function(e, capi_destroy) - || !ENGINE_set_RSA(e, &capi_rsa_method) - || !ENGINE_set_DSA(e, &capi_dsa_method) - || !ENGINE_set_load_privkey_function(e, capi_load_privkey) - || !ENGINE_set_load_ssl_client_cert_function(e, - capi_load_ssl_client_cert) - || !ENGINE_set_cmd_defns(e, capi_cmd_defns) - || !ENGINE_set_ctrl_function(e, capi_ctrl)) - return 0; - ERR_load_CAPI_strings(); - - return 1; - - } - -#ifndef OPENSSL_NO_DYNAMIC_ENGINE +{ + if (!ENGINE_set_id(e, engine_capi_id) + || !ENGINE_set_name(e, engine_capi_name) + || !ENGINE_set_flags(e, ENGINE_FLAGS_NO_REGISTER_ALL) + || !ENGINE_set_init_function(e, capi_init) + || !ENGINE_set_finish_function(e, capi_finish) + || !ENGINE_set_destroy_function(e, capi_destroy) + || !ENGINE_set_RSA(e, &capi_rsa_method) + || !ENGINE_set_DSA(e, &capi_dsa_method) + || !ENGINE_set_load_privkey_function(e, capi_load_privkey) + || !ENGINE_set_load_ssl_client_cert_function(e, + capi_load_ssl_client_cert) + || !ENGINE_set_cmd_defns(e, capi_cmd_defns) + || !ENGINE_set_ctrl_function(e, capi_ctrl)) + return 0; + ERR_load_CAPI_strings(); + + return 1; + +} + +# ifndef OPENSSL_NO_DYNAMIC_ENGINE static int bind_helper(ENGINE *e, const char *id) - { - if(id && (strcmp(id, engine_capi_id) != 0)) - return 0; - if(!bind_capi(e)) - return 0; - return 1; - } +{ + if (id && (strcmp(id, engine_capi_id) != 0)) + return 0; + if (!bind_capi(e)) + return 0; + return 1; +} + IMPLEMENT_DYNAMIC_CHECK_FN() -IMPLEMENT_DYNAMIC_BIND_FN(bind_helper) -#else + IMPLEMENT_DYNAMIC_BIND_FN(bind_helper) +# else static ENGINE *engine_capi(void) - { - ENGINE *ret = ENGINE_new(); - if(!ret) - return NULL; - if(!bind_capi(ret)) - { - ENGINE_free(ret); - return NULL; - } - return ret; - } +{ + ENGINE *ret = ENGINE_new(); + if (!ret) + return NULL; + if (!bind_capi(ret)) { + ENGINE_free(ret); + return NULL; + } + return ret; +} void ENGINE_load_capi(void) - { - /* Copied from eng_[openssl|dyn].c */ - ENGINE *toadd = engine_capi(); - if(!toadd) return; - ENGINE_add(toadd); - ENGINE_free(toadd); - ERR_clear_error(); - } -#endif - +{ + /* Copied from eng_[openssl|dyn].c */ + ENGINE *toadd = engine_capi(); + if (!toadd) + return; + ENGINE_add(toadd); + ENGINE_free(toadd); + ERR_clear_error(); +} +# endif static int lend_tobn(BIGNUM *bn, unsigned char *bin, int binlen) - { - int i; - /* Reverse buffer in place: since this is a keyblob structure - * that will be freed up after conversion anyway it doesn't - * matter if we change it. - */ - for(i = 0; i < binlen / 2; i++) - { - unsigned char c; - c = bin[i]; - bin[i] = bin[binlen - i - 1]; - bin[binlen - i - 1] = c; - } - - if (!BN_bin2bn(bin, binlen, bn)) - return 0; - return 1; - } +{ + int i; + /* + * Reverse buffer in place: since this is a keyblob structure that will + * be freed up after conversion anyway it doesn't matter if we change + * it. + */ + for (i = 0; i < binlen / 2; i++) { + unsigned char c; + c = bin[i]; + bin[i] = bin[binlen - i - 1]; + bin[binlen - i - 1] = c; + } + + if (!BN_bin2bn(bin, binlen, bn)) + return 0; + return 1; +} /* Given a CAPI_KEY get an EVP_PKEY structure */ -static EVP_PKEY *capi_get_pkey(ENGINE *eng, CAPI_KEY *key) - { - unsigned char *pubkey = NULL; - DWORD len; - BLOBHEADER *bh; - RSA *rkey = NULL; - DSA *dkey = NULL; - EVP_PKEY *ret = NULL; - if (!CryptExportKey(key->key, 0, PUBLICKEYBLOB, 0, NULL, &len)) - { - CAPIerr(CAPI_F_CAPI_GET_PKEY, CAPI_R_PUBKEY_EXPORT_LENGTH_ERROR); - capi_addlasterror(); - return NULL; - } - - pubkey = OPENSSL_malloc(len); - - if (!pubkey) - goto memerr; - - if (!CryptExportKey(key->key, 0, PUBLICKEYBLOB, 0, pubkey, &len)) - { - CAPIerr(CAPI_F_CAPI_GET_PKEY, CAPI_R_PUBKEY_EXPORT_ERROR); - capi_addlasterror(); - goto err; - } - - bh = (BLOBHEADER *)pubkey; - if (bh->bType != PUBLICKEYBLOB) - { - CAPIerr(CAPI_F_CAPI_GET_PKEY, CAPI_R_INVALID_PUBLIC_KEY_BLOB); - goto err; - } - if (bh->aiKeyAlg == CALG_RSA_SIGN || bh->aiKeyAlg == CALG_RSA_KEYX) - { - RSAPUBKEY *rp; - DWORD rsa_modlen; - unsigned char *rsa_modulus; - rp = (RSAPUBKEY *)(bh + 1); - if (rp->magic != 0x31415352) - { - char magstr[10]; - BIO_snprintf(magstr, 10, "%lx", rp->magic); - CAPIerr(CAPI_F_CAPI_GET_PKEY, CAPI_R_INVALID_RSA_PUBLIC_KEY_BLOB_MAGIC_NUMBER); - ERR_add_error_data(2, "magic=0x", magstr); - goto err; - } - rsa_modulus = (unsigned char *)(rp + 1); - rkey = RSA_new_method(eng); - if (!rkey) - goto memerr; - - rkey->e = BN_new(); - rkey->n = BN_new(); - - if (!rkey->e || !rkey->n) - goto memerr; - - if (!BN_set_word(rkey->e, rp->pubexp)) - goto memerr; - - rsa_modlen = rp->bitlen / 8; - if (!lend_tobn(rkey->n, rsa_modulus, rsa_modlen)) - goto memerr; - - RSA_set_ex_data(rkey, rsa_capi_idx, key); - - if (!(ret = EVP_PKEY_new())) - goto memerr; - - EVP_PKEY_assign_RSA(ret, rkey); - rkey = NULL; - - } - else if (bh->aiKeyAlg == CALG_DSS_SIGN) - { - DSSPUBKEY *dp; - DWORD dsa_plen; - unsigned char *btmp; - dp = (DSSPUBKEY *)(bh + 1); - if (dp->magic != 0x31535344) - { - char magstr[10]; - BIO_snprintf(magstr, 10, "%lx", dp->magic); - CAPIerr(CAPI_F_CAPI_GET_PKEY, CAPI_R_INVALID_DSA_PUBLIC_KEY_BLOB_MAGIC_NUMBER); - ERR_add_error_data(2, "magic=0x", magstr); - goto err; - } - dsa_plen = dp->bitlen / 8; - btmp = (unsigned char *)(dp + 1); - dkey = DSA_new_method(eng); - if (!dkey) - goto memerr; - dkey->p = BN_new(); - dkey->q = BN_new(); - dkey->g = BN_new(); - dkey->pub_key = BN_new(); - if (!dkey->p || !dkey->q || !dkey->g || !dkey->pub_key) - goto memerr; - if (!lend_tobn(dkey->p, btmp, dsa_plen)) - goto memerr; - btmp += dsa_plen; - if (!lend_tobn(dkey->q, btmp, 20)) - goto memerr; - btmp += 20; - if (!lend_tobn(dkey->g, btmp, dsa_plen)) - goto memerr; - btmp += dsa_plen; - if (!lend_tobn(dkey->pub_key, btmp, dsa_plen)) - goto memerr; - btmp += dsa_plen; - - DSA_set_ex_data(dkey, dsa_capi_idx, key); - - if (!(ret = EVP_PKEY_new())) - goto memerr; - - EVP_PKEY_assign_DSA(ret, dkey); - dkey = NULL; - } - else - { - char algstr[10]; - BIO_snprintf(algstr, 10, "%lx", bh->aiKeyAlg); - CAPIerr(CAPI_F_CAPI_GET_PKEY, CAPI_R_UNSUPPORTED_PUBLIC_KEY_ALGORITHM); - ERR_add_error_data(2, "aiKeyAlg=0x", algstr); - goto err; - } - - - err: - if (pubkey) - OPENSSL_free(pubkey); - if (!ret) - { - if (rkey) - RSA_free(rkey); - if (dkey) - DSA_free(dkey); - } - - return ret; - -memerr: - CAPIerr(CAPI_F_CAPI_GET_PKEY, ERR_R_MALLOC_FAILURE); - goto err; - - } +static EVP_PKEY *capi_get_pkey(ENGINE *eng, CAPI_KEY * key) +{ + unsigned char *pubkey = NULL; + DWORD len; + BLOBHEADER *bh; + RSA *rkey = NULL; + DSA *dkey = NULL; + EVP_PKEY *ret = NULL; + if (!CryptExportKey(key->key, 0, PUBLICKEYBLOB, 0, NULL, &len)) { + CAPIerr(CAPI_F_CAPI_GET_PKEY, CAPI_R_PUBKEY_EXPORT_LENGTH_ERROR); + capi_addlasterror(); + return NULL; + } + + pubkey = OPENSSL_malloc(len); + + if (!pubkey) + goto memerr; + + if (!CryptExportKey(key->key, 0, PUBLICKEYBLOB, 0, pubkey, &len)) { + CAPIerr(CAPI_F_CAPI_GET_PKEY, CAPI_R_PUBKEY_EXPORT_ERROR); + capi_addlasterror(); + goto err; + } + + bh = (BLOBHEADER *) pubkey; + if (bh->bType != PUBLICKEYBLOB) { + CAPIerr(CAPI_F_CAPI_GET_PKEY, CAPI_R_INVALID_PUBLIC_KEY_BLOB); + goto err; + } + if (bh->aiKeyAlg == CALG_RSA_SIGN || bh->aiKeyAlg == CALG_RSA_KEYX) { + RSAPUBKEY *rp; + DWORD rsa_modlen; + unsigned char *rsa_modulus; + rp = (RSAPUBKEY *) (bh + 1); + if (rp->magic != 0x31415352) { + char magstr[10]; + BIO_snprintf(magstr, 10, "%lx", rp->magic); + CAPIerr(CAPI_F_CAPI_GET_PKEY, + CAPI_R_INVALID_RSA_PUBLIC_KEY_BLOB_MAGIC_NUMBER); + ERR_add_error_data(2, "magic=0x", magstr); + goto err; + } + rsa_modulus = (unsigned char *)(rp + 1); + rkey = RSA_new_method(eng); + if (!rkey) + goto memerr; + + rkey->e = BN_new(); + rkey->n = BN_new(); + + if (!rkey->e || !rkey->n) + goto memerr; + + if (!BN_set_word(rkey->e, rp->pubexp)) + goto memerr; + + rsa_modlen = rp->bitlen / 8; + if (!lend_tobn(rkey->n, rsa_modulus, rsa_modlen)) + goto memerr; + + RSA_set_ex_data(rkey, rsa_capi_idx, key); + + if (!(ret = EVP_PKEY_new())) + goto memerr; + + EVP_PKEY_assign_RSA(ret, rkey); + rkey = NULL; + + } else if (bh->aiKeyAlg == CALG_DSS_SIGN) { + DSSPUBKEY *dp; + DWORD dsa_plen; + unsigned char *btmp; + dp = (DSSPUBKEY *) (bh + 1); + if (dp->magic != 0x31535344) { + char magstr[10]; + BIO_snprintf(magstr, 10, "%lx", dp->magic); + CAPIerr(CAPI_F_CAPI_GET_PKEY, + CAPI_R_INVALID_DSA_PUBLIC_KEY_BLOB_MAGIC_NUMBER); + ERR_add_error_data(2, "magic=0x", magstr); + goto err; + } + dsa_plen = dp->bitlen / 8; + btmp = (unsigned char *)(dp + 1); + dkey = DSA_new_method(eng); + if (!dkey) + goto memerr; + dkey->p = BN_new(); + dkey->q = BN_new(); + dkey->g = BN_new(); + dkey->pub_key = BN_new(); + if (!dkey->p || !dkey->q || !dkey->g || !dkey->pub_key) + goto memerr; + if (!lend_tobn(dkey->p, btmp, dsa_plen)) + goto memerr; + btmp += dsa_plen; + if (!lend_tobn(dkey->q, btmp, 20)) + goto memerr; + btmp += 20; + if (!lend_tobn(dkey->g, btmp, dsa_plen)) + goto memerr; + btmp += dsa_plen; + if (!lend_tobn(dkey->pub_key, btmp, dsa_plen)) + goto memerr; + btmp += dsa_plen; + + DSA_set_ex_data(dkey, dsa_capi_idx, key); + + if (!(ret = EVP_PKEY_new())) + goto memerr; + + EVP_PKEY_assign_DSA(ret, dkey); + dkey = NULL; + } else { + char algstr[10]; + BIO_snprintf(algstr, 10, "%lx", bh->aiKeyAlg); + CAPIerr(CAPI_F_CAPI_GET_PKEY, + CAPI_R_UNSUPPORTED_PUBLIC_KEY_ALGORITHM); + ERR_add_error_data(2, "aiKeyAlg=0x", algstr); + goto err; + } + + err: + if (pubkey) + OPENSSL_free(pubkey); + if (!ret) { + if (rkey) + RSA_free(rkey); + if (dkey) + DSA_free(dkey); + } + + return ret; + + memerr: + CAPIerr(CAPI_F_CAPI_GET_PKEY, ERR_R_MALLOC_FAILURE); + goto err; + +} static EVP_PKEY *capi_load_privkey(ENGINE *eng, const char *key_id, - UI_METHOD *ui_method, void *callback_data) - { - CAPI_CTX *ctx; - CAPI_KEY *key; - EVP_PKEY *ret; - ctx = ENGINE_get_ex_data(eng, capi_idx); + UI_METHOD *ui_method, void *callback_data) +{ + CAPI_CTX *ctx; + CAPI_KEY *key; + EVP_PKEY *ret; + ctx = ENGINE_get_ex_data(eng, capi_idx); - if (!ctx) - { - CAPIerr(CAPI_F_CAPI_LOAD_PRIVKEY, CAPI_R_CANT_FIND_CAPI_CONTEXT); - return NULL; - } + if (!ctx) { + CAPIerr(CAPI_F_CAPI_LOAD_PRIVKEY, CAPI_R_CANT_FIND_CAPI_CONTEXT); + return NULL; + } - key = capi_find_key(ctx, key_id); + key = capi_find_key(ctx, key_id); - if (!key) - return NULL; + if (!key) + return NULL; - ret = capi_get_pkey(eng, key); + ret = capi_get_pkey(eng, key); - if (!ret) - capi_free_key(key); - return ret; + if (!ret) + capi_free_key(key); + return ret; - } +} /* CryptoAPI RSA operations */ int capi_rsa_priv_enc(int flen, const unsigned char *from, - unsigned char *to, RSA *rsa, int padding) - { - CAPIerr(CAPI_F_CAPI_RSA_PRIV_ENC, CAPI_R_FUNCTION_NOT_SUPPORTED); - return -1; - } + unsigned char *to, RSA *rsa, int padding) +{ + CAPIerr(CAPI_F_CAPI_RSA_PRIV_ENC, CAPI_R_FUNCTION_NOT_SUPPORTED); + return -1; +} int capi_rsa_sign(int dtype, const unsigned char *m, unsigned int m_len, - unsigned char *sigret, unsigned int *siglen, const RSA *rsa) - { - ALG_ID alg; - HCRYPTHASH hash; - DWORD slen; - unsigned int i; - int ret = -1; - CAPI_KEY *capi_key; - CAPI_CTX *ctx; - - ctx = ENGINE_get_ex_data(rsa->engine, capi_idx); - - CAPI_trace(ctx, "Called CAPI_rsa_sign()\n"); - - capi_key = RSA_get_ex_data(rsa, rsa_capi_idx); - if (!capi_key) - { - CAPIerr(CAPI_F_CAPI_RSA_SIGN, CAPI_R_CANT_GET_KEY); - return -1; - } + unsigned char *sigret, unsigned int *siglen, const RSA *rsa) +{ + ALG_ID alg; + HCRYPTHASH hash; + DWORD slen; + unsigned int i; + int ret = -1; + CAPI_KEY *capi_key; + CAPI_CTX *ctx; + + ctx = ENGINE_get_ex_data(rsa->engine, capi_idx); + + CAPI_trace(ctx, "Called CAPI_rsa_sign()\n"); + + capi_key = RSA_get_ex_data(rsa, rsa_capi_idx); + if (!capi_key) { + CAPIerr(CAPI_F_CAPI_RSA_SIGN, CAPI_R_CANT_GET_KEY); + return -1; + } /* Convert the signature type to a CryptoAPI algorithm ID */ - switch(dtype) - { - case NID_sha1: - alg = CALG_SHA1; - break; - - case NID_md5: - alg = CALG_MD5; - break; - - case NID_md5_sha1: - alg = CALG_SSL3_SHAMD5; - break; - default: - { - char algstr[10]; - BIO_snprintf(algstr, 10, "%lx", dtype); - CAPIerr(CAPI_F_CAPI_RSA_SIGN, CAPI_R_UNSUPPORTED_ALGORITHM_NID); - ERR_add_error_data(2, "NID=0x", algstr); - return -1; - } - } - - + switch (dtype) { + case NID_sha1: + alg = CALG_SHA1; + break; + + case NID_md5: + alg = CALG_MD5; + break; + + case NID_md5_sha1: + alg = CALG_SSL3_SHAMD5; + break; + default: + { + char algstr[10]; + BIO_snprintf(algstr, 10, "%lx", dtype); + CAPIerr(CAPI_F_CAPI_RSA_SIGN, CAPI_R_UNSUPPORTED_ALGORITHM_NID); + ERR_add_error_data(2, "NID=0x", algstr); + return -1; + } + } /* Create the hash object */ - if(!CryptCreateHash(capi_key->hprov, alg, 0, 0, &hash)) - { - CAPIerr(CAPI_F_CAPI_RSA_SIGN, CAPI_R_CANT_CREATE_HASH_OBJECT); - capi_addlasterror(); - return -1; - } + if (!CryptCreateHash(capi_key->hprov, alg, 0, 0, &hash)) { + CAPIerr(CAPI_F_CAPI_RSA_SIGN, CAPI_R_CANT_CREATE_HASH_OBJECT); + capi_addlasterror(); + return -1; + } /* Set the hash value to the value passed */ - if(!CryptSetHashParam(hash, HP_HASHVAL, (unsigned char *)m, 0)) - { - CAPIerr(CAPI_F_CAPI_RSA_SIGN, CAPI_R_CANT_SET_HASH_VALUE); - capi_addlasterror(); - goto err; - } - + if (!CryptSetHashParam(hash, HP_HASHVAL, (unsigned char *)m, 0)) { + CAPIerr(CAPI_F_CAPI_RSA_SIGN, CAPI_R_CANT_SET_HASH_VALUE); + capi_addlasterror(); + goto err; + } /* Finally sign it */ - slen = RSA_size(rsa); - if(!CryptSignHashA(hash, capi_key->keyspec, NULL, 0, sigret, &slen)) - { - CAPIerr(CAPI_F_CAPI_RSA_SIGN, CAPI_R_ERROR_SIGNING_HASH); - capi_addlasterror(); - goto err; - } - else - { - ret = 1; - /* Inplace byte reversal of signature */ - for(i = 0; i < slen / 2; i++) - { - unsigned char c; - c = sigret[i]; - sigret[i] = sigret[slen - i - 1]; - sigret[slen - i - 1] = c; - } - *siglen = slen; - } - - /* Now cleanup */ - -err: - CryptDestroyHash(hash); - - return ret; - } + slen = RSA_size(rsa); + if (!CryptSignHash(hash, capi_key->keyspec, NULL, 0, sigret, &slen)) { + CAPIerr(CAPI_F_CAPI_RSA_SIGN, CAPI_R_ERROR_SIGNING_HASH); + capi_addlasterror(); + goto err; + } else { + ret = 1; + /* Inplace byte reversal of signature */ + for (i = 0; i < slen / 2; i++) { + unsigned char c; + c = sigret[i]; + sigret[i] = sigret[slen - i - 1]; + sigret[slen - i - 1] = c; + } + *siglen = slen; + } + + /* Now cleanup */ + + err: + CryptDestroyHash(hash); + + return ret; +} int capi_rsa_priv_dec(int flen, const unsigned char *from, - unsigned char *to, RSA *rsa, int padding) - { - int i; - unsigned char *tmpbuf; - CAPI_KEY *capi_key; - CAPI_CTX *ctx; - ctx = ENGINE_get_ex_data(rsa->engine, capi_idx); - - CAPI_trace(ctx, "Called capi_rsa_priv_dec()\n"); - - - capi_key = RSA_get_ex_data(rsa, rsa_capi_idx); - if (!capi_key) - { - CAPIerr(CAPI_F_CAPI_RSA_PRIV_DEC, CAPI_R_CANT_GET_KEY); - return -1; - } - - if(padding != RSA_PKCS1_PADDING) - { - char errstr[10]; - BIO_snprintf(errstr, 10, "%d", padding); - CAPIerr(CAPI_F_CAPI_RSA_PRIV_DEC, CAPI_R_UNSUPPORTED_PADDING); - ERR_add_error_data(2, "padding=", errstr); - return -1; - } - - /* Create temp reverse order version of input */ - if(!(tmpbuf = OPENSSL_malloc(flen)) ) - { - CAPIerr(CAPI_F_CAPI_RSA_PRIV_DEC, ERR_R_MALLOC_FAILURE); - return -1; - } - for(i = 0; i < flen; i++) - tmpbuf[flen - i - 1] = from[i]; - - /* Finally decrypt it */ - if(!CryptDecrypt(capi_key->key, 0, TRUE, 0, tmpbuf, &flen)) - { - CAPIerr(CAPI_F_CAPI_RSA_PRIV_DEC, CAPI_R_DECRYPT_ERROR); - capi_addlasterror(); - OPENSSL_free(tmpbuf); - return -1; - } - else memcpy(to, tmpbuf, flen); - - OPENSSL_free(tmpbuf); - - return flen; - } + unsigned char *to, RSA *rsa, int padding) +{ + int i; + unsigned char *tmpbuf; + CAPI_KEY *capi_key; + CAPI_CTX *ctx; + ctx = ENGINE_get_ex_data(rsa->engine, capi_idx); + + CAPI_trace(ctx, "Called capi_rsa_priv_dec()\n"); + + capi_key = RSA_get_ex_data(rsa, rsa_capi_idx); + if (!capi_key) { + CAPIerr(CAPI_F_CAPI_RSA_PRIV_DEC, CAPI_R_CANT_GET_KEY); + return -1; + } + + if (padding != RSA_PKCS1_PADDING) { + char errstr[10]; + BIO_snprintf(errstr, 10, "%d", padding); + CAPIerr(CAPI_F_CAPI_RSA_PRIV_DEC, CAPI_R_UNSUPPORTED_PADDING); + ERR_add_error_data(2, "padding=", errstr); + return -1; + } + + /* Create temp reverse order version of input */ + if (!(tmpbuf = OPENSSL_malloc(flen))) { + CAPIerr(CAPI_F_CAPI_RSA_PRIV_DEC, ERR_R_MALLOC_FAILURE); + return -1; + } + for (i = 0; i < flen; i++) + tmpbuf[flen - i - 1] = from[i]; + + /* Finally decrypt it */ + if (!CryptDecrypt(capi_key->key, 0, TRUE, 0, tmpbuf, &flen)) { + CAPIerr(CAPI_F_CAPI_RSA_PRIV_DEC, CAPI_R_DECRYPT_ERROR); + capi_addlasterror(); + OPENSSL_free(tmpbuf); + return -1; + } else + memcpy(to, tmpbuf, flen); + + OPENSSL_free(tmpbuf); + + return flen; +} static int capi_rsa_free(RSA *rsa) - { - CAPI_KEY *capi_key; - capi_key = RSA_get_ex_data(rsa, rsa_capi_idx); - capi_free_key(capi_key); - RSA_set_ex_data(rsa, rsa_capi_idx, 0); - return 1; - } +{ + CAPI_KEY *capi_key; + capi_key = RSA_get_ex_data(rsa, rsa_capi_idx); + capi_free_key(capi_key); + RSA_set_ex_data(rsa, rsa_capi_idx, 0); + return 1; +} /* CryptoAPI DSA operations */ static DSA_SIG *capi_dsa_do_sign(const unsigned char *digest, int dlen, - DSA *dsa) - { - HCRYPTHASH hash; - DWORD slen; - DSA_SIG *ret = NULL; - CAPI_KEY *capi_key; - CAPI_CTX *ctx; - unsigned char csigbuf[40]; - - ctx = ENGINE_get_ex_data(dsa->engine, capi_idx); - - CAPI_trace(ctx, "Called CAPI_dsa_do_sign()\n"); - - capi_key = DSA_get_ex_data(dsa, dsa_capi_idx); - - if (!capi_key) - { - CAPIerr(CAPI_F_CAPI_DSA_DO_SIGN, CAPI_R_CANT_GET_KEY); - return NULL; - } - - if (dlen != 20) - { - CAPIerr(CAPI_F_CAPI_DSA_DO_SIGN, CAPI_R_INVALID_DIGEST_LENGTH); - return NULL; - } - - /* Create the hash object */ - if(!CryptCreateHash(capi_key->hprov, CALG_SHA1, 0, 0, &hash)) - { - CAPIerr(CAPI_F_CAPI_DSA_DO_SIGN, CAPI_R_CANT_CREATE_HASH_OBJECT); - capi_addlasterror(); - return NULL; - } - - /* Set the hash value to the value passed */ - if(!CryptSetHashParam(hash, HP_HASHVAL, (unsigned char *)digest, 0)) - { - CAPIerr(CAPI_F_CAPI_DSA_DO_SIGN, CAPI_R_CANT_SET_HASH_VALUE); - capi_addlasterror(); - goto err; - } - - - /* Finally sign it */ - slen = sizeof(csigbuf); - if(!CryptSignHashA(hash, capi_key->keyspec, NULL, 0, csigbuf, &slen)) - { - CAPIerr(CAPI_F_CAPI_DSA_DO_SIGN, CAPI_R_ERROR_SIGNING_HASH); - capi_addlasterror(); - goto err; - } - else - { - ret = DSA_SIG_new(); - if (!ret) - goto err; - ret->r = BN_new(); - ret->s = BN_new(); - if (!ret->r || !ret->s) - goto err; - if (!lend_tobn(ret->r, csigbuf, 20) - || !lend_tobn(ret->s, csigbuf + 20, 20)) - { - DSA_SIG_free(ret); - ret = NULL; - goto err; - } - } - - /* Now cleanup */ - -err: - OPENSSL_cleanse(csigbuf, 40); - CryptDestroyHash(hash); - return ret; - } + DSA *dsa) +{ + HCRYPTHASH hash; + DWORD slen; + DSA_SIG *ret = NULL; + CAPI_KEY *capi_key; + CAPI_CTX *ctx; + unsigned char csigbuf[40]; + + ctx = ENGINE_get_ex_data(dsa->engine, capi_idx); + + CAPI_trace(ctx, "Called CAPI_dsa_do_sign()\n"); + + capi_key = DSA_get_ex_data(dsa, dsa_capi_idx); + + if (!capi_key) { + CAPIerr(CAPI_F_CAPI_DSA_DO_SIGN, CAPI_R_CANT_GET_KEY); + return NULL; + } + + if (dlen != 20) { + CAPIerr(CAPI_F_CAPI_DSA_DO_SIGN, CAPI_R_INVALID_DIGEST_LENGTH); + return NULL; + } + + /* Create the hash object */ + if (!CryptCreateHash(capi_key->hprov, CALG_SHA1, 0, 0, &hash)) { + CAPIerr(CAPI_F_CAPI_DSA_DO_SIGN, CAPI_R_CANT_CREATE_HASH_OBJECT); + capi_addlasterror(); + return NULL; + } + + /* Set the hash value to the value passed */ + if (!CryptSetHashParam(hash, HP_HASHVAL, (unsigned char *)digest, 0)) { + CAPIerr(CAPI_F_CAPI_DSA_DO_SIGN, CAPI_R_CANT_SET_HASH_VALUE); + capi_addlasterror(); + goto err; + } + + /* Finally sign it */ + slen = sizeof(csigbuf); + if (!CryptSignHash(hash, capi_key->keyspec, NULL, 0, csigbuf, &slen)) { + CAPIerr(CAPI_F_CAPI_DSA_DO_SIGN, CAPI_R_ERROR_SIGNING_HASH); + capi_addlasterror(); + goto err; + } else { + ret = DSA_SIG_new(); + if (!ret) + goto err; + ret->r = BN_new(); + ret->s = BN_new(); + if (!ret->r || !ret->s) + goto err; + if (!lend_tobn(ret->r, csigbuf, 20) + || !lend_tobn(ret->s, csigbuf + 20, 20)) { + DSA_SIG_free(ret); + ret = NULL; + goto err; + } + } + + /* Now cleanup */ + + err: + OPENSSL_cleanse(csigbuf, 40); + CryptDestroyHash(hash); + return ret; +} static int capi_dsa_free(DSA *dsa) - { - CAPI_KEY *capi_key; - capi_key = DSA_get_ex_data(dsa, dsa_capi_idx); - capi_free_key(capi_key); - DSA_set_ex_data(dsa, dsa_capi_idx, 0); - return 1; - } - -static void capi_vtrace(CAPI_CTX *ctx, int level, char *format, va_list argptr) - { - BIO *out; - - if (!ctx || (ctx->debug_level < level) || (!ctx->debug_file)) - return; - out = BIO_new_file(ctx->debug_file, "a+"); - BIO_vprintf(out, format, argptr); - BIO_free(out); - } - -static void CAPI_trace(CAPI_CTX *ctx, char *format, ...) - { - va_list args; - va_start(args, format); - capi_vtrace(ctx, CAPI_DBG_TRACE, format, args); - va_end(args); - } +{ + CAPI_KEY *capi_key; + capi_key = DSA_get_ex_data(dsa, dsa_capi_idx); + capi_free_key(capi_key); + DSA_set_ex_data(dsa, dsa_capi_idx, 0); + return 1; +} + +static void capi_vtrace(CAPI_CTX * ctx, int level, char *format, + va_list argptr) +{ + BIO *out; + + if (!ctx || (ctx->debug_level < level) || (!ctx->debug_file)) + return; + out = BIO_new_file(ctx->debug_file, "a+"); + BIO_vprintf(out, format, argptr); + BIO_free(out); +} + +static void CAPI_trace(CAPI_CTX * ctx, char *format, ...) +{ + va_list args; + va_start(args, format); + capi_vtrace(ctx, CAPI_DBG_TRACE, format, args); + va_end(args); +} static void capi_addlasterror(void) - { - capi_adderror(GetLastError()); - } +{ + capi_adderror(GetLastError()); +} static void capi_adderror(DWORD err) - { - char errstr[10]; - BIO_snprintf(errstr, 10, "%lX", err); - ERR_add_error_data(2, "Error code= 0x", errstr); - } - -static char *wide_to_asc(LPWSTR wstr) - { - char *str; - int len_0,sz; - - if (!wstr) - return NULL; - len_0 = (int)wcslen(wstr)+1; /* WideCharToMultiByte expects int */ - sz = WideCharToMultiByte(CP_ACP,0,wstr,len_0,NULL,0,NULL,NULL); - if (!sz) - { - CAPIerr(CAPI_F_WIDE_TO_ASC, CAPI_R_WIN32_ERROR); - return NULL; - } - str = OPENSSL_malloc(sz); - if (!str) - { - CAPIerr(CAPI_F_WIDE_TO_ASC, ERR_R_MALLOC_FAILURE); - return NULL; - } - if (!WideCharToMultiByte(CP_ACP,0,wstr,len_0,str,sz,NULL,NULL)) - { - OPENSSL_free(str); - CAPIerr(CAPI_F_WIDE_TO_ASC, CAPI_R_WIN32_ERROR); - return NULL; - } - return str; - } - -static int capi_get_provname(CAPI_CTX *ctx, LPSTR *pname, DWORD *ptype, DWORD idx) - { - LPSTR name; - DWORD len, err; - CAPI_trace(ctx, "capi_get_provname, index=%d\n", idx); - if (!CryptEnumProvidersA(idx, NULL, 0, ptype, NULL, &len)) - { - err = GetLastError(); - if (err == ERROR_NO_MORE_ITEMS) - return 2; - CAPIerr(CAPI_F_CAPI_GET_PROVNAME, CAPI_R_CRYPTENUMPROVIDERS_ERROR); - capi_adderror(err); - return 0; - } - name = OPENSSL_malloc(len); - if (!CryptEnumProvidersA(idx, NULL, 0, ptype, name, &len)) - { - err = GetLastError(); - if (err == ERROR_NO_MORE_ITEMS) - return 2; - CAPIerr(CAPI_F_CAPI_GET_PROVNAME, CAPI_R_CRYPTENUMPROVIDERS_ERROR); - capi_adderror(err); - return 0; - } - *pname = name; - CAPI_trace(ctx, "capi_get_provname, returned name=%s, type=%d\n", name, *ptype); - - return 1; - } - -static int capi_list_providers(CAPI_CTX *ctx, BIO *out) - { - DWORD idx, ptype; - int ret; - LPSTR provname = NULL; - CAPI_trace(ctx, "capi_list_providers\n"); - BIO_printf(out, "Available CSPs:\n"); - for(idx = 0; ; idx++) - { - ret = capi_get_provname(ctx, &provname, &ptype, idx); - if (ret == 2) - break; - if (ret == 0) - break; - BIO_printf(out, "%d. %s, type %d\n", idx, provname, ptype); - OPENSSL_free(provname); - } - return 1; - } - -static int capi_list_containers(CAPI_CTX *ctx, BIO *out) - { - int ret = 1; - HCRYPTPROV hprov; - DWORD err, idx, flags, buflen = 0, clen; - LPSTR cname; - CAPI_trace(ctx, "Listing containers CSP=%s, type = %d\n", ctx->cspname, ctx->csptype); - if (!CryptAcquireContextA(&hprov, NULL, ctx->cspname, ctx->csptype, CRYPT_VERIFYCONTEXT)) - { - CAPIerr(CAPI_F_CAPI_LIST_CONTAINERS, CAPI_R_CRYPTACQUIRECONTEXT_ERROR); - capi_addlasterror(); - return 0; - } - if (!CryptGetProvParam(hprov, PP_ENUMCONTAINERS, NULL, &buflen, CRYPT_FIRST)) - { - CAPIerr(CAPI_F_CAPI_LIST_CONTAINERS, CAPI_R_ENUMCONTAINERS_ERROR); - capi_addlasterror(); - CryptReleaseContext(hprov, 0); - return 0; - } - CAPI_trace(ctx, "Got max container len %d\n", buflen); - if (buflen == 0) - buflen = 1024; - cname = OPENSSL_malloc(buflen); - if (!cname) - { - CAPIerr(CAPI_F_CAPI_LIST_CONTAINERS, ERR_R_MALLOC_FAILURE); - goto err; - } - - for (idx = 0;;idx++) - { - clen = buflen; - cname[0] = 0; - - if (idx == 0) - flags = CRYPT_FIRST; - else - flags = 0; - if(!CryptGetProvParam(hprov, PP_ENUMCONTAINERS, cname, &clen, flags)) - { - err = GetLastError(); - if (err == ERROR_NO_MORE_ITEMS) - goto done; - CAPIerr(CAPI_F_CAPI_LIST_CONTAINERS, CAPI_R_ENUMCONTAINERS_ERROR); - capi_adderror(err); - goto err; - } - CAPI_trace(ctx, "Container name %s, len=%d, index=%d, flags=%d\n", cname, clen, idx, flags); - if (!cname[0] && (clen == buflen)) - { - CAPI_trace(ctx, "Enumerate bug: using workaround\n"); - goto done; - } - BIO_printf(out, "%d. %s\n", idx, cname); - } - err: - - ret = 0; - - done: - if (cname) - OPENSSL_free(cname); - CryptReleaseContext(hprov, 0); - - return ret; - } - -CRYPT_KEY_PROV_INFO *capi_get_prov_info(CAPI_CTX *ctx, PCCERT_CONTEXT cert) - { - DWORD len; - CRYPT_KEY_PROV_INFO *pinfo; - - if(!CertGetCertificateContextProperty(cert, CERT_KEY_PROV_INFO_PROP_ID, NULL, &len)) - return NULL; - pinfo = OPENSSL_malloc(len); - if (!pinfo) - { - CAPIerr(CAPI_F_CAPI_GET_PROV_INFO, ERR_R_MALLOC_FAILURE); - return NULL; - } - if(!CertGetCertificateContextProperty(cert, CERT_KEY_PROV_INFO_PROP_ID, pinfo, &len)) - { - CAPIerr(CAPI_F_CAPI_GET_PROV_INFO, CAPI_R_ERROR_GETTING_KEY_PROVIDER_INFO); - capi_addlasterror(); - OPENSSL_free(pinfo); - return NULL; - } - return pinfo; - } - -static void capi_dump_prov_info(CAPI_CTX *ctx, BIO *out, CRYPT_KEY_PROV_INFO *pinfo) - { - char *provname = NULL, *contname = NULL; - if (!pinfo) - { - BIO_printf(out, " No Private Key\n"); - return; - } - provname = wide_to_asc(pinfo->pwszProvName); - contname = wide_to_asc(pinfo->pwszContainerName); - if (!provname || !contname) - goto err; - - BIO_printf(out, " Private Key Info:\n"); - BIO_printf(out, " Provider Name: %s, Provider Type %d\n", provname, pinfo->dwProvType); - BIO_printf(out, " Container Name: %s, Key Type %d\n", contname, pinfo->dwKeySpec); - err: - if (provname) - OPENSSL_free(provname); - if (contname) - OPENSSL_free(contname); - } - -char * capi_cert_get_fname(CAPI_CTX *ctx, PCCERT_CONTEXT cert) - { - LPWSTR wfname; - DWORD dlen; - - CAPI_trace(ctx, "capi_cert_get_fname\n"); - if (!CertGetCertificateContextProperty(cert, CERT_FRIENDLY_NAME_PROP_ID, NULL, &dlen)) - return NULL; - wfname = OPENSSL_malloc(dlen); - if (CertGetCertificateContextProperty(cert, CERT_FRIENDLY_NAME_PROP_ID, wfname, &dlen)) - { - char *fname = wide_to_asc(wfname); - OPENSSL_free(wfname); - return fname; - } - CAPIerr(CAPI_F_CAPI_CERT_GET_FNAME, CAPI_R_ERROR_GETTING_FRIENDLY_NAME); - capi_addlasterror(); - - OPENSSL_free(wfname); - return NULL; - } - - -void capi_dump_cert(CAPI_CTX *ctx, BIO *out, PCCERT_CONTEXT cert) - { - X509 *x; - unsigned char *p; - unsigned long flags = ctx->dump_flags; - if (flags & CAPI_DMP_FNAME) - { - char *fname; - fname = capi_cert_get_fname(ctx, cert); - if (fname) - { - BIO_printf(out, " Friendly Name \"%s\"\n", fname); - OPENSSL_free(fname); - } - else - BIO_printf(out, " \n"); - } - - p = cert->pbCertEncoded; - x = d2i_X509(NULL, &p, cert->cbCertEncoded); - if (!x) - BIO_printf(out, " \n"); - if (flags & CAPI_DMP_SUMMARY) - { - BIO_printf(out, " Subject: "); - X509_NAME_print_ex(out, X509_get_subject_name(x), 0, XN_FLAG_ONELINE); - BIO_printf(out, "\n Issuer: "); - X509_NAME_print_ex(out, X509_get_issuer_name(x), 0, XN_FLAG_ONELINE); - BIO_printf(out, "\n"); - } - if (flags & CAPI_DMP_FULL) - X509_print_ex(out, x, XN_FLAG_ONELINE,0); - - if (flags & CAPI_DMP_PKEYINFO) - { - CRYPT_KEY_PROV_INFO *pinfo; - pinfo = capi_get_prov_info(ctx, cert); - capi_dump_prov_info(ctx, out, pinfo); - if (pinfo) - OPENSSL_free(pinfo); - } - - if (flags & CAPI_DMP_PEM) - PEM_write_bio_X509(out, x); - X509_free(x); - } - -HCERTSTORE capi_open_store(CAPI_CTX *ctx, char *storename) - { - HCERTSTORE hstore; - - if (!storename) - storename = ctx->storename; - if (!storename) - storename = "MY"; - CAPI_trace(ctx, "Opening certificate store %s\n", storename); - - hstore = CertOpenStore(CERT_STORE_PROV_SYSTEM_A, 0, 0, - ctx->store_flags, storename); - if (!hstore) - { - CAPIerr(CAPI_F_CAPI_OPEN_STORE, CAPI_R_ERROR_OPENING_STORE); - capi_addlasterror(); - } - return hstore; - } - -int capi_list_certs(CAPI_CTX *ctx, BIO *out, char *id) - { - char *storename; - int idx; - int ret = 1; - HCERTSTORE hstore; - PCCERT_CONTEXT cert = NULL; - - storename = ctx->storename; - if (!storename) - storename = "MY"; - CAPI_trace(ctx, "Listing certs for store %s\n", storename); - - hstore = capi_open_store(ctx, storename); - if (!hstore) - return 0; - if (id) - { - cert = capi_find_cert(ctx, id, hstore); - if (!cert) - { - ret = 0; - goto err; - } - capi_dump_cert(ctx, out, cert); - CertFreeCertificateContext(cert); - } - else - { - for(idx = 0;;idx++) - { - LPWSTR fname = NULL; - cert = CertEnumCertificatesInStore(hstore, cert); - if (!cert) - break; - BIO_printf(out, "Certificate %d\n", idx); - capi_dump_cert(ctx, out, cert); - } - } - err: - CertCloseStore(hstore, 0); - return ret; - } - -static PCCERT_CONTEXT capi_find_cert(CAPI_CTX *ctx, const char *id, HCERTSTORE hstore) - { - PCCERT_CONTEXT cert = NULL; - char *fname = NULL; - int match; - switch(ctx->lookup_method) - { - case CAPI_LU_SUBSTR: - return CertFindCertificateInStore(hstore, - X509_ASN_ENCODING, 0, - CERT_FIND_SUBJECT_STR_A, id, NULL); - case CAPI_LU_FNAME: - for(;;) - { - cert = CertEnumCertificatesInStore(hstore, cert); - if (!cert) - return NULL; - fname = capi_cert_get_fname(ctx, cert); - if (fname) - { - if (strcmp(fname, id)) - match = 0; - else - match = 1; - OPENSSL_free(fname); - if (match) - return cert; - } - } - default: - return NULL; - } - } - -static CAPI_KEY *capi_get_key(CAPI_CTX *ctx, const char *contname, char *provname, DWORD ptype, DWORD keyspec) - { - CAPI_KEY *key; - DWORD dwFlags = 0; - key = OPENSSL_malloc(sizeof(CAPI_KEY)); - CAPI_trace(ctx, "capi_get_key, contname=%s, provname=%s, type=%d\n", - contname, provname, ptype); - if(ctx->store_flags & CERT_SYSTEM_STORE_LOCAL_MACHINE) +{ + char errstr[10]; + BIO_snprintf(errstr, 10, "%lX", err); + ERR_add_error_data(2, "Error code= 0x", errstr); +} + +static char *wide_to_asc(LPCWSTR wstr) +{ + char *str; + int len_0, sz; + + if (!wstr) + return NULL; + len_0 = (int)wcslen(wstr) + 1; /* WideCharToMultiByte expects int */ + sz = WideCharToMultiByte(CP_ACP, 0, wstr, len_0, NULL, 0, NULL, NULL); + if (!sz) { + CAPIerr(CAPI_F_WIDE_TO_ASC, CAPI_R_WIN32_ERROR); + return NULL; + } + str = OPENSSL_malloc(sz); + if (!str) { + CAPIerr(CAPI_F_WIDE_TO_ASC, ERR_R_MALLOC_FAILURE); + return NULL; + } + if (!WideCharToMultiByte(CP_ACP, 0, wstr, len_0, str, sz, NULL, NULL)) { + OPENSSL_free(str); + CAPIerr(CAPI_F_WIDE_TO_ASC, CAPI_R_WIN32_ERROR); + return NULL; + } + return str; +} + +static int capi_get_provname(CAPI_CTX * ctx, LPSTR * pname, DWORD * ptype, + DWORD idx) +{ + DWORD len, err; + LPTSTR name; + CAPI_trace(ctx, "capi_get_provname, index=%d\n", idx); + if (!CryptEnumProviders(idx, NULL, 0, ptype, NULL, &len)) { + err = GetLastError(); + if (err == ERROR_NO_MORE_ITEMS) + return 2; + CAPIerr(CAPI_F_CAPI_GET_PROVNAME, CAPI_R_CRYPTENUMPROVIDERS_ERROR); + capi_adderror(err); + return 0; + } + if (sizeof(TCHAR) != sizeof(char)) + name = alloca(len); + else + name = OPENSSL_malloc(len); + if (!CryptEnumProviders(idx, NULL, 0, ptype, name, &len)) { + err = GetLastError(); + if (err == ERROR_NO_MORE_ITEMS) + return 2; + CAPIerr(CAPI_F_CAPI_GET_PROVNAME, CAPI_R_CRYPTENUMPROVIDERS_ERROR); + capi_adderror(err); + return 0; + } + if (sizeof(TCHAR) != sizeof(char)) + *pname = wide_to_asc((WCHAR *)name); + else + *pname = (char *)name; + CAPI_trace(ctx, "capi_get_provname, returned name=%s, type=%d\n", *pname, + *ptype); + + return 1; +} + +static int capi_list_providers(CAPI_CTX * ctx, BIO *out) +{ + DWORD idx, ptype; + int ret; + LPSTR provname = NULL; + CAPI_trace(ctx, "capi_list_providers\n"); + BIO_printf(out, "Available CSPs:\n"); + for (idx = 0;; idx++) { + ret = capi_get_provname(ctx, &provname, &ptype, idx); + if (ret == 2) + break; + if (ret == 0) + break; + BIO_printf(out, "%d. %s, type %d\n", idx, provname, ptype); + OPENSSL_free(provname); + } + return 1; +} + +static int capi_list_containers(CAPI_CTX * ctx, BIO *out) +{ + int ret = 1; + HCRYPTPROV hprov; + DWORD err, idx, flags, buflen = 0, clen; + LPSTR cname; + LPTSTR cspname = NULL; + + CAPI_trace(ctx, "Listing containers CSP=%s, type = %d\n", ctx->cspname, + ctx->csptype); + if (ctx->cspname && sizeof(TCHAR) != sizeof(char)) { + if ((clen = + MultiByteToWideChar(CP_ACP, 0, ctx->cspname, -1, NULL, 0))) { + cspname = alloca(clen * sizeof(WCHAR)); + MultiByteToWideChar(CP_ACP, 0, ctx->cspname, -1, (WCHAR *)cspname, + clen); + } + if (!cspname) { + CAPIerr(CAPI_F_CAPI_LIST_CONTAINERS, ERR_R_MALLOC_FAILURE); + capi_addlasterror(); + return 0; + } + } else + cspname = (TCHAR *)ctx->cspname; + if (!CryptAcquireContext + (&hprov, NULL, cspname, ctx->csptype, CRYPT_VERIFYCONTEXT)) { + CAPIerr(CAPI_F_CAPI_LIST_CONTAINERS, + CAPI_R_CRYPTACQUIRECONTEXT_ERROR); + capi_addlasterror(); + return 0; + } + if (!CryptGetProvParam + (hprov, PP_ENUMCONTAINERS, NULL, &buflen, CRYPT_FIRST)) { + CAPIerr(CAPI_F_CAPI_LIST_CONTAINERS, CAPI_R_ENUMCONTAINERS_ERROR); + capi_addlasterror(); + CryptReleaseContext(hprov, 0); + return 0; + } + CAPI_trace(ctx, "Got max container len %d\n", buflen); + if (buflen == 0) + buflen = 1024; + cname = OPENSSL_malloc(buflen); + if (!cname) { + CAPIerr(CAPI_F_CAPI_LIST_CONTAINERS, ERR_R_MALLOC_FAILURE); + goto err; + } + + for (idx = 0;; idx++) { + clen = buflen; + cname[0] = 0; + + if (idx == 0) + flags = CRYPT_FIRST; + else + flags = 0; + if (!CryptGetProvParam + (hprov, PP_ENUMCONTAINERS, (BYTE *) cname, &clen, flags)) { + err = GetLastError(); + if (err == ERROR_NO_MORE_ITEMS) + goto done; + CAPIerr(CAPI_F_CAPI_LIST_CONTAINERS, CAPI_R_ENUMCONTAINERS_ERROR); + capi_adderror(err); + goto err; + } + CAPI_trace(ctx, "Container name %s, len=%d, index=%d, flags=%d\n", + cname, clen, idx, flags); + if (!cname[0] && (clen == buflen)) { + CAPI_trace(ctx, "Enumerate bug: using workaround\n"); + goto done; + } + BIO_printf(out, "%d. %s\n", idx, cname); + } + err: + + ret = 0; + + done: + if (cname) + OPENSSL_free(cname); + CryptReleaseContext(hprov, 0); + + return ret; +} + +CRYPT_KEY_PROV_INFO *capi_get_prov_info(CAPI_CTX * ctx, PCCERT_CONTEXT cert) +{ + DWORD len; + CRYPT_KEY_PROV_INFO *pinfo; + + if (!CertGetCertificateContextProperty + (cert, CERT_KEY_PROV_INFO_PROP_ID, NULL, &len)) + return NULL; + pinfo = OPENSSL_malloc(len); + if (!pinfo) { + CAPIerr(CAPI_F_CAPI_GET_PROV_INFO, ERR_R_MALLOC_FAILURE); + return NULL; + } + if (!CertGetCertificateContextProperty + (cert, CERT_KEY_PROV_INFO_PROP_ID, pinfo, &len)) { + CAPIerr(CAPI_F_CAPI_GET_PROV_INFO, + CAPI_R_ERROR_GETTING_KEY_PROVIDER_INFO); + capi_addlasterror(); + OPENSSL_free(pinfo); + return NULL; + } + return pinfo; +} + +static void capi_dump_prov_info(CAPI_CTX * ctx, BIO *out, + CRYPT_KEY_PROV_INFO * pinfo) +{ + char *provname = NULL, *contname = NULL; + if (!pinfo) { + BIO_printf(out, " No Private Key\n"); + return; + } + provname = wide_to_asc(pinfo->pwszProvName); + contname = wide_to_asc(pinfo->pwszContainerName); + if (!provname || !contname) + goto err; + + BIO_printf(out, " Private Key Info:\n"); + BIO_printf(out, " Provider Name: %s, Provider Type %d\n", provname, + pinfo->dwProvType); + BIO_printf(out, " Container Name: %s, Key Type %d\n", contname, + pinfo->dwKeySpec); + err: + if (provname) + OPENSSL_free(provname); + if (contname) + OPENSSL_free(contname); +} + +char *capi_cert_get_fname(CAPI_CTX * ctx, PCCERT_CONTEXT cert) +{ + LPWSTR wfname; + DWORD dlen; + + CAPI_trace(ctx, "capi_cert_get_fname\n"); + if (!CertGetCertificateContextProperty + (cert, CERT_FRIENDLY_NAME_PROP_ID, NULL, &dlen)) + return NULL; + wfname = OPENSSL_malloc(dlen); + if (CertGetCertificateContextProperty + (cert, CERT_FRIENDLY_NAME_PROP_ID, wfname, &dlen)) { + char *fname = wide_to_asc(wfname); + OPENSSL_free(wfname); + return fname; + } + CAPIerr(CAPI_F_CAPI_CERT_GET_FNAME, CAPI_R_ERROR_GETTING_FRIENDLY_NAME); + capi_addlasterror(); + + OPENSSL_free(wfname); + return NULL; +} + +void capi_dump_cert(CAPI_CTX * ctx, BIO *out, PCCERT_CONTEXT cert) +{ + X509 *x; + unsigned char *p; + unsigned long flags = ctx->dump_flags; + if (flags & CAPI_DMP_FNAME) { + char *fname; + fname = capi_cert_get_fname(ctx, cert); + if (fname) { + BIO_printf(out, " Friendly Name \"%s\"\n", fname); + OPENSSL_free(fname); + } else + BIO_printf(out, " \n"); + } + + p = cert->pbCertEncoded; + x = d2i_X509(NULL, &p, cert->cbCertEncoded); + if (!x) + BIO_printf(out, " \n"); + if (flags & CAPI_DMP_SUMMARY) { + BIO_printf(out, " Subject: "); + X509_NAME_print_ex(out, X509_get_subject_name(x), 0, XN_FLAG_ONELINE); + BIO_printf(out, "\n Issuer: "); + X509_NAME_print_ex(out, X509_get_issuer_name(x), 0, XN_FLAG_ONELINE); + BIO_printf(out, "\n"); + } + if (flags & CAPI_DMP_FULL) + X509_print_ex(out, x, XN_FLAG_ONELINE, 0); + + if (flags & CAPI_DMP_PKEYINFO) { + CRYPT_KEY_PROV_INFO *pinfo; + pinfo = capi_get_prov_info(ctx, cert); + capi_dump_prov_info(ctx, out, pinfo); + if (pinfo) + OPENSSL_free(pinfo); + } + + if (flags & CAPI_DMP_PEM) + PEM_write_bio_X509(out, x); + X509_free(x); +} + +HCERTSTORE capi_open_store(CAPI_CTX * ctx, char *storename) +{ + HCERTSTORE hstore; + + if (!storename) + storename = ctx->storename; + if (!storename) + storename = "MY"; + CAPI_trace(ctx, "Opening certificate store %s\n", storename); + + hstore = CertOpenStore(CERT_STORE_PROV_SYSTEM_A, 0, 0, + ctx->store_flags, storename); + if (!hstore) { + CAPIerr(CAPI_F_CAPI_OPEN_STORE, CAPI_R_ERROR_OPENING_STORE); + capi_addlasterror(); + } + return hstore; +} + +int capi_list_certs(CAPI_CTX * ctx, BIO *out, char *id) +{ + char *storename; + int idx; + int ret = 1; + HCERTSTORE hstore; + PCCERT_CONTEXT cert = NULL; + + storename = ctx->storename; + if (!storename) + storename = "MY"; + CAPI_trace(ctx, "Listing certs for store %s\n", storename); + + hstore = capi_open_store(ctx, storename); + if (!hstore) + return 0; + if (id) { + cert = capi_find_cert(ctx, id, hstore); + if (!cert) { + ret = 0; + goto err; + } + capi_dump_cert(ctx, out, cert); + CertFreeCertificateContext(cert); + } else { + for (idx = 0;; idx++) { + cert = CertEnumCertificatesInStore(hstore, cert); + if (!cert) + break; + BIO_printf(out, "Certificate %d\n", idx); + capi_dump_cert(ctx, out, cert); + } + } + err: + CertCloseStore(hstore, 0); + return ret; +} + +static PCCERT_CONTEXT capi_find_cert(CAPI_CTX * ctx, const char *id, + HCERTSTORE hstore) +{ + PCCERT_CONTEXT cert = NULL; + char *fname = NULL; + int match; + switch (ctx->lookup_method) { + case CAPI_LU_SUBSTR: + return CertFindCertificateInStore(hstore, + X509_ASN_ENCODING, 0, + CERT_FIND_SUBJECT_STR_A, id, NULL); + case CAPI_LU_FNAME: + for (;;) { + cert = CertEnumCertificatesInStore(hstore, cert); + if (!cert) + return NULL; + fname = capi_cert_get_fname(ctx, cert); + if (fname) { + if (strcmp(fname, id)) + match = 0; + else + match = 1; + OPENSSL_free(fname); + if (match) + return cert; + } + } + default: + return NULL; + } +} + +static CAPI_KEY *capi_get_key(CAPI_CTX * ctx, const TCHAR *contname, + TCHAR *provname, DWORD ptype, DWORD keyspec) +{ + CAPI_KEY *key; + DWORD dwFlags = 0; + key = OPENSSL_malloc(sizeof(CAPI_KEY)); + if (sizeof(TCHAR) == sizeof(char)) + CAPI_trace(ctx, "capi_get_key, contname=%s, provname=%s, type=%d\n", + contname, provname, ptype); + else if (ctx && ctx->debug_level >= CAPI_DBG_TRACE && ctx->debug_file) { + /* above 'if' is optimization to minimize malloc-ations */ + char *_contname = wide_to_asc((WCHAR *)contname); + char *_provname = wide_to_asc((WCHAR *)provname); + + CAPI_trace(ctx, "capi_get_key, contname=%s, provname=%s, type=%d\n", + _contname, _provname, ptype); + if (_provname) + OPENSSL_free(_provname); + if (_contname) + OPENSSL_free(_contname); + } + if (ctx->store_flags & CERT_SYSTEM_STORE_LOCAL_MACHINE) dwFlags = CRYPT_MACHINE_KEYSET; - if (!CryptAcquireContextA(&key->hprov, contname, provname, ptype, dwFlags)) - { - CAPIerr(CAPI_F_CAPI_GET_KEY, CAPI_R_CRYPTACQUIRECONTEXT_ERROR); - capi_addlasterror(); - goto err; - } - if (!CryptGetUserKey(key->hprov, keyspec, &key->key)) - { - CAPIerr(CAPI_F_CAPI_GET_KEY, CAPI_R_GETUSERKEY_ERROR); - capi_addlasterror(); - CryptReleaseContext(key->hprov, 0); - goto err; - } - key->keyspec = keyspec; - key->pcert = NULL; - return key; - - err: - OPENSSL_free(key); - return NULL; - } - -static CAPI_KEY *capi_get_cert_key(CAPI_CTX *ctx, PCCERT_CONTEXT cert) - { - CAPI_KEY *key = NULL; - CRYPT_KEY_PROV_INFO *pinfo = NULL; - char *provname = NULL, *contname = NULL; - pinfo = capi_get_prov_info(ctx, cert); - if (!pinfo) - goto err; - provname = wide_to_asc(pinfo->pwszProvName); - contname = wide_to_asc(pinfo->pwszContainerName); - if (!provname || !contname) - goto err; - key = capi_get_key(ctx, contname, provname, - pinfo->dwProvType, pinfo->dwKeySpec); - - err: - if (pinfo) - OPENSSL_free(pinfo); - if (provname) - OPENSSL_free(provname); - if (contname) - OPENSSL_free(contname); - return key; - } - -CAPI_KEY *capi_find_key(CAPI_CTX *ctx, const char *id) - { - PCCERT_CONTEXT cert; - HCERTSTORE hstore; - CAPI_KEY *key = NULL; - switch (ctx->lookup_method) - { - case CAPI_LU_SUBSTR: - case CAPI_LU_FNAME: - hstore = capi_open_store(ctx, NULL); - if (!hstore) - return NULL; - cert = capi_find_cert(ctx, id, hstore); - if (cert) - { - key = capi_get_cert_key(ctx, cert); - CertFreeCertificateContext(cert); - } - CertCloseStore(hstore, 0); - break; - - case CAPI_LU_CONTNAME: - key = capi_get_key(ctx, id, ctx->cspname, ctx->csptype, - ctx->keytype); - break; - } - - return key; - } - -void capi_free_key(CAPI_KEY *key) - { - if (!key) - return; - CryptDestroyKey(key->key); - CryptReleaseContext(key->hprov, 0); - if (key->pcert) - CertFreeCertificateContext(key->pcert); - OPENSSL_free(key); - } - + if (!CryptAcquireContext(&key->hprov, contname, provname, ptype, dwFlags)) { + CAPIerr(CAPI_F_CAPI_GET_KEY, CAPI_R_CRYPTACQUIRECONTEXT_ERROR); + capi_addlasterror(); + goto err; + } + if (!CryptGetUserKey(key->hprov, keyspec, &key->key)) { + CAPIerr(CAPI_F_CAPI_GET_KEY, CAPI_R_GETUSERKEY_ERROR); + capi_addlasterror(); + CryptReleaseContext(key->hprov, 0); + goto err; + } + key->keyspec = keyspec; + key->pcert = NULL; + return key; + + err: + OPENSSL_free(key); + return NULL; +} + +static CAPI_KEY *capi_get_cert_key(CAPI_CTX * ctx, PCCERT_CONTEXT cert) +{ + CAPI_KEY *key = NULL; + CRYPT_KEY_PROV_INFO *pinfo = NULL; + char *provname = NULL, *contname = NULL; + pinfo = capi_get_prov_info(ctx, cert); + if (!pinfo) + goto err; + if (sizeof(TCHAR) != sizeof(char)) + key = capi_get_key(ctx, (TCHAR *)pinfo->pwszContainerName, + (TCHAR *)pinfo->pwszProvName, + pinfo->dwProvType, pinfo->dwKeySpec); + else { + provname = wide_to_asc(pinfo->pwszProvName); + contname = wide_to_asc(pinfo->pwszContainerName); + if (!provname || !contname) + goto err; + key = capi_get_key(ctx, (TCHAR *)contname, (TCHAR *)provname, + pinfo->dwProvType, pinfo->dwKeySpec); + } + + err: + if (pinfo) + OPENSSL_free(pinfo); + if (provname) + OPENSSL_free(provname); + if (contname) + OPENSSL_free(contname); + return key; +} + +CAPI_KEY *capi_find_key(CAPI_CTX * ctx, const char *id) +{ + PCCERT_CONTEXT cert; + HCERTSTORE hstore; + CAPI_KEY *key = NULL; + switch (ctx->lookup_method) { + case CAPI_LU_SUBSTR: + case CAPI_LU_FNAME: + hstore = capi_open_store(ctx, NULL); + if (!hstore) + return NULL; + cert = capi_find_cert(ctx, id, hstore); + if (cert) { + key = capi_get_cert_key(ctx, cert); + CertFreeCertificateContext(cert); + } + CertCloseStore(hstore, 0); + break; + + case CAPI_LU_CONTNAME: + if (sizeof(TCHAR) != sizeof(char)) { + WCHAR *contname, *provname; + DWORD len; + + if ((len = MultiByteToWideChar(CP_ACP, 0, id, -1, NULL, 0)) && + (contname = alloca(len * sizeof(WCHAR)), + MultiByteToWideChar(CP_ACP, 0, id, -1, contname, len)) && + (len = + MultiByteToWideChar(CP_ACP, 0, ctx->cspname, -1, NULL, 0)) + && (provname = + alloca(len * sizeof(WCHAR)), MultiByteToWideChar(CP_ACP, + 0, + ctx->cspname, + -1, + provname, + len))) + key = + capi_get_key(ctx, (TCHAR *)contname, (TCHAR *)provname, + ctx->csptype, ctx->keytype); + } else + key = capi_get_key(ctx, (TCHAR *)id, + (TCHAR *)ctx->cspname, + ctx->csptype, ctx->keytype); + break; + } + + return key; +} + +void capi_free_key(CAPI_KEY * key) +{ + if (!key) + return; + CryptDestroyKey(key->key); + CryptReleaseContext(key->hprov, 0); + if (key->pcert) + CertFreeCertificateContext(key->pcert); + OPENSSL_free(key); +} /* Initialize a CAPI_CTX structure */ static CAPI_CTX *capi_ctx_new() - { - CAPI_CTX *ctx; - ctx = OPENSSL_malloc(sizeof(CAPI_CTX)); - if (!ctx) - { - CAPIerr(CAPI_F_CAPI_CTX_NEW, ERR_R_MALLOC_FAILURE); - return NULL; - } - ctx->cspname = NULL; - ctx->csptype = PROV_RSA_FULL; - ctx->dump_flags = CAPI_DMP_SUMMARY|CAPI_DMP_FNAME; - ctx->keytype = AT_KEYEXCHANGE; - ctx->storename = NULL; - ctx->ssl_client_store = NULL; - ctx->store_flags = CERT_STORE_OPEN_EXISTING_FLAG | - CERT_STORE_READONLY_FLAG | - CERT_SYSTEM_STORE_CURRENT_USER; - ctx->lookup_method = CAPI_LU_SUBSTR; - ctx->debug_level = 0; - ctx->debug_file = NULL; - ctx->client_cert_select = cert_select_simple; - return ctx; - } - -static void capi_ctx_free(CAPI_CTX *ctx) - { - CAPI_trace(ctx, "Calling capi_ctx_free with %lx\n", ctx); - if (!ctx) - return; - if (ctx->cspname) - OPENSSL_free(ctx->cspname); - if (ctx->debug_file) - OPENSSL_free(ctx->debug_file); - if (ctx->storename) - OPENSSL_free(ctx->storename); - if (ctx->ssl_client_store) - OPENSSL_free(ctx->ssl_client_store); - OPENSSL_free(ctx); - } - -static int capi_ctx_set_provname(CAPI_CTX *ctx, LPSTR pname, DWORD type, int check) - { - CAPI_trace(ctx, "capi_ctx_set_provname, name=%s, type=%d\n", pname, type); - if (check) - { - HCRYPTPROV hprov; - if (!CryptAcquireContextA(&hprov, NULL, pname, type, - CRYPT_VERIFYCONTEXT)) - { - CAPIerr(CAPI_F_CAPI_CTX_SET_PROVNAME, CAPI_R_CRYPTACQUIRECONTEXT_ERROR); - capi_addlasterror(); - return 0; - } - CryptReleaseContext(hprov, 0); - } - if (ctx->cspname) - OPENSSL_free(ctx->cspname); - ctx->cspname = BUF_strdup(pname); - ctx->csptype = type; - return 1; - } - -static int capi_ctx_set_provname_idx(CAPI_CTX *ctx, int idx) - { - LPSTR pname; - DWORD type; - int res; - if (capi_get_provname(ctx, &pname, &type, idx) != 1) - return 0; - res = capi_ctx_set_provname(ctx, pname, type, 0); - OPENSSL_free(pname); - return res; - } +{ + CAPI_CTX *ctx; + ctx = OPENSSL_malloc(sizeof(CAPI_CTX)); + if (!ctx) { + CAPIerr(CAPI_F_CAPI_CTX_NEW, ERR_R_MALLOC_FAILURE); + return NULL; + } + ctx->cspname = NULL; + ctx->csptype = PROV_RSA_FULL; + ctx->dump_flags = CAPI_DMP_SUMMARY | CAPI_DMP_FNAME; + ctx->keytype = AT_KEYEXCHANGE; + ctx->storename = NULL; + ctx->ssl_client_store = NULL; + ctx->store_flags = CERT_STORE_OPEN_EXISTING_FLAG | + CERT_STORE_READONLY_FLAG | CERT_SYSTEM_STORE_CURRENT_USER; + ctx->lookup_method = CAPI_LU_SUBSTR; + ctx->debug_level = 0; + ctx->debug_file = NULL; + ctx->client_cert_select = cert_select_simple; + return ctx; +} + +static void capi_ctx_free(CAPI_CTX * ctx) +{ + CAPI_trace(ctx, "Calling capi_ctx_free with %lx\n", ctx); + if (!ctx) + return; + if (ctx->cspname) + OPENSSL_free(ctx->cspname); + if (ctx->debug_file) + OPENSSL_free(ctx->debug_file); + if (ctx->storename) + OPENSSL_free(ctx->storename); + if (ctx->ssl_client_store) + OPENSSL_free(ctx->ssl_client_store); + OPENSSL_free(ctx); +} + +static int capi_ctx_set_provname(CAPI_CTX * ctx, LPSTR pname, DWORD type, + int check) +{ + CAPI_trace(ctx, "capi_ctx_set_provname, name=%s, type=%d\n", pname, type); + if (check) { + HCRYPTPROV hprov; + LPTSTR name = NULL; + + if (sizeof(TCHAR) != sizeof(char)) { + DWORD len; + if ((len = MultiByteToWideChar(CP_ACP, 0, pname, -1, NULL, 0))) { + name = alloca(len * sizeof(WCHAR)); + MultiByteToWideChar(CP_ACP, 0, pname, -1, (WCHAR *)name, len); + } + } else + name = (TCHAR *)pname; + + if (!name || !CryptAcquireContext(&hprov, NULL, name, type, + CRYPT_VERIFYCONTEXT)) { + CAPIerr(CAPI_F_CAPI_CTX_SET_PROVNAME, + CAPI_R_CRYPTACQUIRECONTEXT_ERROR); + capi_addlasterror(); + return 0; + } + CryptReleaseContext(hprov, 0); + } + if (ctx->cspname) + OPENSSL_free(ctx->cspname); + ctx->cspname = BUF_strdup(pname); + ctx->csptype = type; + return 1; +} + +static int capi_ctx_set_provname_idx(CAPI_CTX * ctx, int idx) +{ + LPSTR pname; + DWORD type; + int res; + if (capi_get_provname(ctx, &pname, &type, idx) != 1) + return 0; + res = capi_ctx_set_provname(ctx, pname, type, 0); + OPENSSL_free(pname); + return res; +} static int cert_issuer_match(STACK_OF(X509_NAME) *ca_dn, X509 *x) - { - int i; - X509_NAME *nm; - /* Special case: empty list: match anything */ - if (sk_X509_NAME_num(ca_dn) <= 0) - return 1; - for (i = 0; i < sk_X509_NAME_num(ca_dn); i++) - { - nm = sk_X509_NAME_value(ca_dn, i); - if (!X509_NAME_cmp(nm, X509_get_issuer_name(x))) - return 1; - } - return 0; - } - - +{ + int i; + X509_NAME *nm; + /* Special case: empty list: match anything */ + if (sk_X509_NAME_num(ca_dn) <= 0) + return 1; + for (i = 0; i < sk_X509_NAME_num(ca_dn); i++) { + nm = sk_X509_NAME_value(ca_dn, i); + if (!X509_NAME_cmp(nm, X509_get_issuer_name(x))) + return 1; + } + return 0; +} static int capi_load_ssl_client_cert(ENGINE *e, SSL *ssl, - STACK_OF(X509_NAME) *ca_dn, X509 **pcert, EVP_PKEY **pkey, - STACK_OF(X509) **pother, UI_METHOD *ui_method, void *callback_data) - { - STACK_OF(X509) *certs = NULL; - X509 *x; - char *storename; - const char *p; - int i, client_cert_idx; - HCERTSTORE hstore; - PCCERT_CONTEXT cert = NULL, excert = NULL; - CAPI_CTX *ctx; - CAPI_KEY *key; - ctx = ENGINE_get_ex_data(e, capi_idx); - - *pcert = NULL; - *pkey = NULL; - - storename = ctx->ssl_client_store; - if (!storename) - storename = "MY"; - - hstore = capi_open_store(ctx, storename); - if (!hstore) - return 0; - /* Enumerate all certificates collect any matches */ - for(i = 0;;i++) - { - cert = CertEnumCertificatesInStore(hstore, cert); - if (!cert) - break; - p = cert->pbCertEncoded; - x = d2i_X509(NULL, &p, cert->cbCertEncoded); - if (!x) - { - CAPI_trace(ctx, "Can't Parse Certificate %d\n", i); - continue; - } - if (cert_issuer_match(ca_dn, x) - && X509_check_purpose(x, X509_PURPOSE_SSL_CLIENT, 0)) - { - key = capi_get_cert_key(ctx, cert); - if (!key) - { - X509_free(x); - continue; - } - /* Match found: attach extra data to it so - * we can retrieve the key later. - */ - excert = CertDuplicateCertificateContext(cert); - key->pcert = excert; - X509_set_ex_data(x, cert_capi_idx, key); - - if (!certs) - certs = sk_X509_new_null(); - - sk_X509_push(certs, x); - } - else - X509_free(x); - - } - - if (cert) - CertFreeCertificateContext(cert); - if (hstore) - CertCloseStore(hstore, 0); - - if (!certs) - return 0; - - - /* Select the appropriate certificate */ - - client_cert_idx = ctx->client_cert_select(e, ssl, certs); - - /* Set the selected certificate and free the rest */ - - for(i = 0; i < sk_X509_num(certs); i++) - { - x = sk_X509_value(certs, i); - if (i == client_cert_idx) - *pcert = x; - else - { - key = X509_get_ex_data(x, cert_capi_idx); - capi_free_key(key); - X509_free(x); - } - } - - sk_X509_free(certs); - - if (!*pcert) - return 0; - - /* Setup key for selected certificate */ - - key = X509_get_ex_data(*pcert, cert_capi_idx); - *pkey = capi_get_pkey(e, key); - X509_set_ex_data(*pcert, cert_capi_idx, NULL); - - return 1; - - } - + STACK_OF(X509_NAME) *ca_dn, X509 **pcert, + EVP_PKEY **pkey, STACK_OF(X509) **pother, + UI_METHOD *ui_method, + void *callback_data) +{ + STACK_OF(X509) *certs = NULL; + X509 *x; + char *storename; + const char *p; + int i, client_cert_idx; + HCERTSTORE hstore; + PCCERT_CONTEXT cert = NULL, excert = NULL; + CAPI_CTX *ctx; + CAPI_KEY *key; + ctx = ENGINE_get_ex_data(e, capi_idx); + + *pcert = NULL; + *pkey = NULL; + + storename = ctx->ssl_client_store; + if (!storename) + storename = "MY"; + + hstore = capi_open_store(ctx, storename); + if (!hstore) + return 0; + /* Enumerate all certificates collect any matches */ + for (i = 0;; i++) { + cert = CertEnumCertificatesInStore(hstore, cert); + if (!cert) + break; + p = cert->pbCertEncoded; + x = d2i_X509(NULL, &p, cert->cbCertEncoded); + if (!x) { + CAPI_trace(ctx, "Can't Parse Certificate %d\n", i); + continue; + } + if (cert_issuer_match(ca_dn, x) + && X509_check_purpose(x, X509_PURPOSE_SSL_CLIENT, 0)) { + key = capi_get_cert_key(ctx, cert); + if (!key) { + X509_free(x); + continue; + } + /* + * Match found: attach extra data to it so we can retrieve the + * key later. + */ + excert = CertDuplicateCertificateContext(cert); + key->pcert = excert; + X509_set_ex_data(x, cert_capi_idx, key); + + if (!certs) + certs = sk_X509_new_null(); + + sk_X509_push(certs, x); + } else + X509_free(x); + + } + + if (cert) + CertFreeCertificateContext(cert); + if (hstore) + CertCloseStore(hstore, 0); + + if (!certs) + return 0; + + /* Select the appropriate certificate */ + + client_cert_idx = ctx->client_cert_select(e, ssl, certs); + + /* Set the selected certificate and free the rest */ + + for (i = 0; i < sk_X509_num(certs); i++) { + x = sk_X509_value(certs, i); + if (i == client_cert_idx) + *pcert = x; + else { + key = X509_get_ex_data(x, cert_capi_idx); + capi_free_key(key); + X509_free(x); + } + } + + sk_X509_free(certs); + + if (!*pcert) + return 0; + + /* Setup key for selected certificate */ + + key = X509_get_ex_data(*pcert, cert_capi_idx); + *pkey = capi_get_pkey(e, key); + X509_set_ex_data(*pcert, cert_capi_idx, NULL); + + return 1; + +} /* Simple client cert selection function: always select first */ static int cert_select_simple(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs) - { - return 0; - } +{ + return 0; +} -#ifdef OPENSSL_CAPIENG_DIALOG +# ifdef OPENSSL_CAPIENG_DIALOG -/* More complex cert selection function, using standard function +/* + * More complex cert selection function, using standard function * CryptUIDlgSelectCertificateFromStore() to produce a dialog box. */ -/* Definitions which are in cryptuiapi.h but this is not present in older +/* + * Definitions which are in cryptuiapi.h but this is not present in older * versions of headers. */ -#ifndef CRYPTUI_SELECT_LOCATION_COLUMN -#define CRYPTUI_SELECT_LOCATION_COLUMN 0x000000010 -#define CRYPTUI_SELECT_INTENDEDUSE_COLUMN 0x000000004 -#endif +# ifndef CRYPTUI_SELECT_LOCATION_COLUMN +# define CRYPTUI_SELECT_LOCATION_COLUMN 0x000000010 +# define CRYPTUI_SELECT_INTENDEDUSE_COLUMN 0x000000004 +# endif -#define dlg_title L"OpenSSL Application SSL Client Certificate Selection" -#define dlg_prompt L"Select a certificate to use for authentication" -#define dlg_columns CRYPTUI_SELECT_LOCATION_COLUMN \ - |CRYPTUI_SELECT_INTENDEDUSE_COLUMN +# define dlg_title L"OpenSSL Application SSL Client Certificate Selection" +# define dlg_prompt L"Select a certificate to use for authentication" +# define dlg_columns CRYPTUI_SELECT_LOCATION_COLUMN \ + |CRYPTUI_SELECT_INTENDEDUSE_COLUMN static int cert_select_dialog(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs) - { - X509 *x; - HCERTSTORE dstore; - PCCERT_CONTEXT cert; - CAPI_CTX *ctx; - CAPI_KEY *key; - HWND hwnd; - int i, idx = -1; - if (sk_X509_num(certs) == 1) - return 0; - ctx = ENGINE_get_ex_data(e, capi_idx); - /* Create an in memory store of certificates */ - dstore = CertOpenStore(CERT_STORE_PROV_MEMORY, 0, 0, - CERT_STORE_CREATE_NEW_FLAG, NULL); - if (!dstore) - { - CAPIerr(CAPI_F_CERT_SELECT_DIALOG, CAPI_R_ERROR_CREATING_STORE); - capi_addlasterror(); - goto err; - } - /* Add all certificates to store */ - for(i = 0; i < sk_X509_num(certs); i++) - { - x = sk_X509_value(certs, i); - key = X509_get_ex_data(x, cert_capi_idx); - - if (!CertAddCertificateContextToStore(dstore, key->pcert, - CERT_STORE_ADD_NEW, NULL)) - { - CAPIerr(CAPI_F_CERT_SELECT_DIALOG, CAPI_R_ERROR_ADDING_CERT); - capi_addlasterror(); - goto err; - } - - } - hwnd = GetForegroundWindow(); - if (!hwnd) - hwnd = GetActiveWindow(); - if (!hwnd && ctx->getconswindow) - hwnd = ctx->getconswindow(); - /* Call dialog to select one */ - cert = ctx->certselectdlg(dstore, hwnd, dlg_title, dlg_prompt, - dlg_columns, 0, NULL); - - /* Find matching cert from list */ - if (cert) - { - for(i = 0; i < sk_X509_num(certs); i++) - { - x = sk_X509_value(certs, i); - key = X509_get_ex_data(x, cert_capi_idx); - if (CertCompareCertificate( - X509_ASN_ENCODING | PKCS_7_ASN_ENCODING, - cert->pCertInfo, - key->pcert->pCertInfo)) - { - idx = i; - break; - } - } - } - - err: - if (dstore) - CertCloseStore(dstore, 0); - return idx; - - } -#endif - -#else /* !__COMPILE_CAPIENG */ -#include -#ifndef OPENSSL_NO_DYNAMIC_ENGINE +{ + X509 *x; + HCERTSTORE dstore; + PCCERT_CONTEXT cert; + CAPI_CTX *ctx; + CAPI_KEY *key; + HWND hwnd; + int i, idx = -1; + if (sk_X509_num(certs) == 1) + return 0; + ctx = ENGINE_get_ex_data(e, capi_idx); + /* Create an in memory store of certificates */ + dstore = CertOpenStore(CERT_STORE_PROV_MEMORY, 0, 0, + CERT_STORE_CREATE_NEW_FLAG, NULL); + if (!dstore) { + CAPIerr(CAPI_F_CERT_SELECT_DIALOG, CAPI_R_ERROR_CREATING_STORE); + capi_addlasterror(); + goto err; + } + /* Add all certificates to store */ + for (i = 0; i < sk_X509_num(certs); i++) { + x = sk_X509_value(certs, i); + key = X509_get_ex_data(x, cert_capi_idx); + + if (!CertAddCertificateContextToStore(dstore, key->pcert, + CERT_STORE_ADD_NEW, NULL)) { + CAPIerr(CAPI_F_CERT_SELECT_DIALOG, CAPI_R_ERROR_ADDING_CERT); + capi_addlasterror(); + goto err; + } + + } + hwnd = GetForegroundWindow(); + if (!hwnd) + hwnd = GetActiveWindow(); + if (!hwnd && ctx->getconswindow) + hwnd = ctx->getconswindow(); + /* Call dialog to select one */ + cert = ctx->certselectdlg(dstore, hwnd, dlg_title, dlg_prompt, + dlg_columns, 0, NULL); + + /* Find matching cert from list */ + if (cert) { + for (i = 0; i < sk_X509_num(certs); i++) { + x = sk_X509_value(certs, i); + key = X509_get_ex_data(x, cert_capi_idx); + if (CertCompareCertificate + (X509_ASN_ENCODING | PKCS_7_ASN_ENCODING, cert->pCertInfo, + key->pcert->pCertInfo)) { + idx = i; + break; + } + } + } + + err: + if (dstore) + CertCloseStore(dstore, 0); + return idx; + +} +# endif + +#else /* !__COMPILE_CAPIENG */ +# include +# ifndef OPENSSL_NO_DYNAMIC_ENGINE OPENSSL_EXPORT -int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns); + int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns); OPENSSL_EXPORT -int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { return 0; } + int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) +{ + return 0; +} + IMPLEMENT_DYNAMIC_CHECK_FN() -#else -void ENGINE_load_capi(void){} -#endif +# else +void ENGINE_load_capi(void) +{ +} +# endif #endif diff --git a/openssl/engines/e_capi_err.c b/openssl/engines/e_capi_err.c index a1fbd04cb..a26613851 100644 --- a/openssl/engines/e_capi_err.c +++ b/openssl/engines/e_capi_err.c @@ -7,7 +7,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -53,7 +53,8 @@ * */ -/* NOTE: this file was auto generated by the mkerr.pl script: any changes +/* + * NOTE: this file was auto generated by the mkerr.pl script: any changes * made to it will be overwritten when the script next updates this file, * only reason strings will be preserved. */ @@ -65,120 +66,122 @@ /* BEGIN ERROR CODES */ #ifndef OPENSSL_NO_ERR -#define ERR_FUNC(func) ERR_PACK(0,func,0) -#define ERR_REASON(reason) ERR_PACK(0,0,reason) - -static ERR_STRING_DATA CAPI_str_functs[]= - { -{ERR_FUNC(CAPI_F_CAPI_CERT_GET_FNAME), "CAPI_CERT_GET_FNAME"}, -{ERR_FUNC(CAPI_F_CAPI_CTRL), "CAPI_CTRL"}, -{ERR_FUNC(CAPI_F_CAPI_CTX_NEW), "CAPI_CTX_NEW"}, -{ERR_FUNC(CAPI_F_CAPI_CTX_SET_PROVNAME), "CAPI_CTX_SET_PROVNAME"}, -{ERR_FUNC(CAPI_F_CAPI_DSA_DO_SIGN), "CAPI_DSA_DO_SIGN"}, -{ERR_FUNC(CAPI_F_CAPI_GET_KEY), "CAPI_GET_KEY"}, -{ERR_FUNC(CAPI_F_CAPI_GET_PKEY), "CAPI_GET_PKEY"}, -{ERR_FUNC(CAPI_F_CAPI_GET_PROVNAME), "CAPI_GET_PROVNAME"}, -{ERR_FUNC(CAPI_F_CAPI_GET_PROV_INFO), "CAPI_GET_PROV_INFO"}, -{ERR_FUNC(CAPI_F_CAPI_INIT), "CAPI_INIT"}, -{ERR_FUNC(CAPI_F_CAPI_LIST_CONTAINERS), "CAPI_LIST_CONTAINERS"}, -{ERR_FUNC(CAPI_F_CAPI_LOAD_PRIVKEY), "CAPI_LOAD_PRIVKEY"}, -{ERR_FUNC(CAPI_F_CAPI_OPEN_STORE), "CAPI_OPEN_STORE"}, -{ERR_FUNC(CAPI_F_CAPI_RSA_PRIV_DEC), "CAPI_RSA_PRIV_DEC"}, -{ERR_FUNC(CAPI_F_CAPI_RSA_PRIV_ENC), "CAPI_RSA_PRIV_ENC"}, -{ERR_FUNC(CAPI_F_CAPI_RSA_SIGN), "CAPI_RSA_SIGN"}, -{ERR_FUNC(CAPI_F_CERT_SELECT_DIALOG), "CERT_SELECT_DIALOG"}, -{ERR_FUNC(CAPI_F_CLIENT_CERT_SELECT), "CLIENT_CERT_SELECT"}, -{ERR_FUNC(CAPI_F_WIDE_TO_ASC), "WIDE_TO_ASC"}, -{0,NULL} - }; - -static ERR_STRING_DATA CAPI_str_reasons[]= - { -{ERR_REASON(CAPI_R_CANT_CREATE_HASH_OBJECT),"cant create hash object"}, -{ERR_REASON(CAPI_R_CANT_FIND_CAPI_CONTEXT),"cant find capi context"}, -{ERR_REASON(CAPI_R_CANT_GET_KEY) ,"cant get key"}, -{ERR_REASON(CAPI_R_CANT_SET_HASH_VALUE) ,"cant set hash value"}, -{ERR_REASON(CAPI_R_CRYPTACQUIRECONTEXT_ERROR),"cryptacquirecontext error"}, -{ERR_REASON(CAPI_R_CRYPTENUMPROVIDERS_ERROR),"cryptenumproviders error"}, -{ERR_REASON(CAPI_R_DECRYPT_ERROR) ,"decrypt error"}, -{ERR_REASON(CAPI_R_ENGINE_NOT_INITIALIZED),"engine not initialized"}, -{ERR_REASON(CAPI_R_ENUMCONTAINERS_ERROR) ,"enumcontainers error"}, -{ERR_REASON(CAPI_R_ERROR_ADDING_CERT) ,"error adding cert"}, -{ERR_REASON(CAPI_R_ERROR_CREATING_STORE) ,"error creating store"}, -{ERR_REASON(CAPI_R_ERROR_GETTING_FRIENDLY_NAME),"error getting friendly name"}, -{ERR_REASON(CAPI_R_ERROR_GETTING_KEY_PROVIDER_INFO),"error getting key provider info"}, -{ERR_REASON(CAPI_R_ERROR_OPENING_STORE) ,"error opening store"}, -{ERR_REASON(CAPI_R_ERROR_SIGNING_HASH) ,"error signing hash"}, -{ERR_REASON(CAPI_R_FUNCTION_NOT_SUPPORTED),"function not supported"}, -{ERR_REASON(CAPI_R_GETUSERKEY_ERROR) ,"getuserkey error"}, -{ERR_REASON(CAPI_R_INVALID_DIGEST_LENGTH),"invalid digest length"}, -{ERR_REASON(CAPI_R_INVALID_DSA_PUBLIC_KEY_BLOB_MAGIC_NUMBER),"invalid dsa public key blob magic number"}, -{ERR_REASON(CAPI_R_INVALID_LOOKUP_METHOD),"invalid lookup method"}, -{ERR_REASON(CAPI_R_INVALID_PUBLIC_KEY_BLOB),"invalid public key blob"}, -{ERR_REASON(CAPI_R_INVALID_RSA_PUBLIC_KEY_BLOB_MAGIC_NUMBER),"invalid rsa public key blob magic number"}, -{ERR_REASON(CAPI_R_PUBKEY_EXPORT_ERROR) ,"pubkey export error"}, -{ERR_REASON(CAPI_R_PUBKEY_EXPORT_LENGTH_ERROR),"pubkey export length error"}, -{ERR_REASON(CAPI_R_UNKNOWN_COMMAND) ,"unknown command"}, -{ERR_REASON(CAPI_R_UNSUPPORTED_ALGORITHM_NID),"unsupported algorithm nid"}, -{ERR_REASON(CAPI_R_UNSUPPORTED_PADDING) ,"unsupported padding"}, -{ERR_REASON(CAPI_R_UNSUPPORTED_PUBLIC_KEY_ALGORITHM),"unsupported public key algorithm"}, -{ERR_REASON(CAPI_R_WIN32_ERROR) ,"win32 error"}, -{0,NULL} - }; +# define ERR_FUNC(func) ERR_PACK(0,func,0) +# define ERR_REASON(reason) ERR_PACK(0,0,reason) + +static ERR_STRING_DATA CAPI_str_functs[] = { + {ERR_FUNC(CAPI_F_CAPI_CERT_GET_FNAME), "CAPI_CERT_GET_FNAME"}, + {ERR_FUNC(CAPI_F_CAPI_CTRL), "CAPI_CTRL"}, + {ERR_FUNC(CAPI_F_CAPI_CTX_NEW), "CAPI_CTX_NEW"}, + {ERR_FUNC(CAPI_F_CAPI_CTX_SET_PROVNAME), "CAPI_CTX_SET_PROVNAME"}, + {ERR_FUNC(CAPI_F_CAPI_DSA_DO_SIGN), "CAPI_DSA_DO_SIGN"}, + {ERR_FUNC(CAPI_F_CAPI_GET_KEY), "CAPI_GET_KEY"}, + {ERR_FUNC(CAPI_F_CAPI_GET_PKEY), "CAPI_GET_PKEY"}, + {ERR_FUNC(CAPI_F_CAPI_GET_PROVNAME), "CAPI_GET_PROVNAME"}, + {ERR_FUNC(CAPI_F_CAPI_GET_PROV_INFO), "CAPI_GET_PROV_INFO"}, + {ERR_FUNC(CAPI_F_CAPI_INIT), "CAPI_INIT"}, + {ERR_FUNC(CAPI_F_CAPI_LIST_CONTAINERS), "CAPI_LIST_CONTAINERS"}, + {ERR_FUNC(CAPI_F_CAPI_LOAD_PRIVKEY), "CAPI_LOAD_PRIVKEY"}, + {ERR_FUNC(CAPI_F_CAPI_OPEN_STORE), "CAPI_OPEN_STORE"}, + {ERR_FUNC(CAPI_F_CAPI_RSA_PRIV_DEC), "CAPI_RSA_PRIV_DEC"}, + {ERR_FUNC(CAPI_F_CAPI_RSA_PRIV_ENC), "CAPI_RSA_PRIV_ENC"}, + {ERR_FUNC(CAPI_F_CAPI_RSA_SIGN), "CAPI_RSA_SIGN"}, + {ERR_FUNC(CAPI_F_CERT_SELECT_DIALOG), "CERT_SELECT_DIALOG"}, + {ERR_FUNC(CAPI_F_CLIENT_CERT_SELECT), "CLIENT_CERT_SELECT"}, + {ERR_FUNC(CAPI_F_WIDE_TO_ASC), "WIDE_TO_ASC"}, + {0, NULL} +}; + +static ERR_STRING_DATA CAPI_str_reasons[] = { + {ERR_REASON(CAPI_R_CANT_CREATE_HASH_OBJECT), "cant create hash object"}, + {ERR_REASON(CAPI_R_CANT_FIND_CAPI_CONTEXT), "cant find capi context"}, + {ERR_REASON(CAPI_R_CANT_GET_KEY), "cant get key"}, + {ERR_REASON(CAPI_R_CANT_SET_HASH_VALUE), "cant set hash value"}, + {ERR_REASON(CAPI_R_CRYPTACQUIRECONTEXT_ERROR), + "cryptacquirecontext error"}, + {ERR_REASON(CAPI_R_CRYPTENUMPROVIDERS_ERROR), "cryptenumproviders error"}, + {ERR_REASON(CAPI_R_DECRYPT_ERROR), "decrypt error"}, + {ERR_REASON(CAPI_R_ENGINE_NOT_INITIALIZED), "engine not initialized"}, + {ERR_REASON(CAPI_R_ENUMCONTAINERS_ERROR), "enumcontainers error"}, + {ERR_REASON(CAPI_R_ERROR_ADDING_CERT), "error adding cert"}, + {ERR_REASON(CAPI_R_ERROR_CREATING_STORE), "error creating store"}, + {ERR_REASON(CAPI_R_ERROR_GETTING_FRIENDLY_NAME), + "error getting friendly name"}, + {ERR_REASON(CAPI_R_ERROR_GETTING_KEY_PROVIDER_INFO), + "error getting key provider info"}, + {ERR_REASON(CAPI_R_ERROR_OPENING_STORE), "error opening store"}, + {ERR_REASON(CAPI_R_ERROR_SIGNING_HASH), "error signing hash"}, + {ERR_REASON(CAPI_R_FUNCTION_NOT_SUPPORTED), "function not supported"}, + {ERR_REASON(CAPI_R_GETUSERKEY_ERROR), "getuserkey error"}, + {ERR_REASON(CAPI_R_INVALID_DIGEST_LENGTH), "invalid digest length"}, + {ERR_REASON(CAPI_R_INVALID_DSA_PUBLIC_KEY_BLOB_MAGIC_NUMBER), + "invalid dsa public key blob magic number"}, + {ERR_REASON(CAPI_R_INVALID_LOOKUP_METHOD), "invalid lookup method"}, + {ERR_REASON(CAPI_R_INVALID_PUBLIC_KEY_BLOB), "invalid public key blob"}, + {ERR_REASON(CAPI_R_INVALID_RSA_PUBLIC_KEY_BLOB_MAGIC_NUMBER), + "invalid rsa public key blob magic number"}, + {ERR_REASON(CAPI_R_PUBKEY_EXPORT_ERROR), "pubkey export error"}, + {ERR_REASON(CAPI_R_PUBKEY_EXPORT_LENGTH_ERROR), + "pubkey export length error"}, + {ERR_REASON(CAPI_R_UNKNOWN_COMMAND), "unknown command"}, + {ERR_REASON(CAPI_R_UNSUPPORTED_ALGORITHM_NID), + "unsupported algorithm nid"}, + {ERR_REASON(CAPI_R_UNSUPPORTED_PADDING), "unsupported padding"}, + {ERR_REASON(CAPI_R_UNSUPPORTED_PUBLIC_KEY_ALGORITHM), + "unsupported public key algorithm"}, + {ERR_REASON(CAPI_R_WIN32_ERROR), "win32 error"}, + {0, NULL} +}; #endif #ifdef CAPI_LIB_NAME -static ERR_STRING_DATA CAPI_lib_name[]= - { -{0 ,CAPI_LIB_NAME}, -{0,NULL} - }; +static ERR_STRING_DATA CAPI_lib_name[] = { + {0, CAPI_LIB_NAME}, + {0, NULL} +}; #endif - -static int CAPI_lib_error_code=0; -static int CAPI_error_init=1; +static int CAPI_lib_error_code = 0; +static int CAPI_error_init = 1; static void ERR_load_CAPI_strings(void) - { - if (CAPI_lib_error_code == 0) - CAPI_lib_error_code=ERR_get_next_error_library(); +{ + if (CAPI_lib_error_code == 0) + CAPI_lib_error_code = ERR_get_next_error_library(); - if (CAPI_error_init) - { - CAPI_error_init=0; + if (CAPI_error_init) { + CAPI_error_init = 0; #ifndef OPENSSL_NO_ERR - ERR_load_strings(CAPI_lib_error_code,CAPI_str_functs); - ERR_load_strings(CAPI_lib_error_code,CAPI_str_reasons); + ERR_load_strings(CAPI_lib_error_code, CAPI_str_functs); + ERR_load_strings(CAPI_lib_error_code, CAPI_str_reasons); #endif #ifdef CAPI_LIB_NAME - CAPI_lib_name->error = ERR_PACK(CAPI_lib_error_code,0,0); - ERR_load_strings(0,CAPI_lib_name); + CAPI_lib_name->error = ERR_PACK(CAPI_lib_error_code, 0, 0); + ERR_load_strings(0, CAPI_lib_name); #endif - } - } + } +} static void ERR_unload_CAPI_strings(void) - { - if (CAPI_error_init == 0) - { +{ + if (CAPI_error_init == 0) { #ifndef OPENSSL_NO_ERR - ERR_unload_strings(CAPI_lib_error_code,CAPI_str_functs); - ERR_unload_strings(CAPI_lib_error_code,CAPI_str_reasons); + ERR_unload_strings(CAPI_lib_error_code, CAPI_str_functs); + ERR_unload_strings(CAPI_lib_error_code, CAPI_str_reasons); #endif #ifdef CAPI_LIB_NAME - ERR_unload_strings(0,CAPI_lib_name); + ERR_unload_strings(0, CAPI_lib_name); #endif - CAPI_error_init=1; - } - } + CAPI_error_init = 1; + } +} static void ERR_CAPI_error(int function, int reason, char *file, int line) - { - if (CAPI_lib_error_code == 0) - CAPI_lib_error_code=ERR_get_next_error_library(); - ERR_PUT_error(CAPI_lib_error_code,function,reason,file,line); - } +{ + if (CAPI_lib_error_code == 0) + CAPI_lib_error_code = ERR_get_next_error_library(); + ERR_PUT_error(CAPI_lib_error_code, function, reason, file, line); +} diff --git a/openssl/engines/e_capi_err.h b/openssl/engines/e_capi_err.h index efa700103..b5d06dce2 100644 --- a/openssl/engines/e_capi_err.h +++ b/openssl/engines/e_capi_err.h @@ -6,7 +6,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -53,74 +53,75 @@ */ #ifndef HEADER_CAPI_ERR_H -#define HEADER_CAPI_ERR_H +# define HEADER_CAPI_ERR_H #ifdef __cplusplus extern "C" { #endif /* BEGIN ERROR CODES */ -/* The following lines are auto generated by the script mkerr.pl. Any changes +/* + * The following lines are auto generated by the script mkerr.pl. Any changes * made after this point may be overwritten when the script is next run. */ static void ERR_load_CAPI_strings(void); static void ERR_unload_CAPI_strings(void); static void ERR_CAPI_error(int function, int reason, char *file, int line); -#define CAPIerr(f,r) ERR_CAPI_error((f),(r),__FILE__,__LINE__) +# define CAPIerr(f,r) ERR_CAPI_error((f),(r),__FILE__,__LINE__) /* Error codes for the CAPI functions. */ /* Function codes. */ -#define CAPI_F_CAPI_CERT_GET_FNAME 99 -#define CAPI_F_CAPI_CTRL 100 -#define CAPI_F_CAPI_CTX_NEW 101 -#define CAPI_F_CAPI_CTX_SET_PROVNAME 102 -#define CAPI_F_CAPI_DSA_DO_SIGN 114 -#define CAPI_F_CAPI_GET_KEY 103 -#define CAPI_F_CAPI_GET_PKEY 115 -#define CAPI_F_CAPI_GET_PROVNAME 104 -#define CAPI_F_CAPI_GET_PROV_INFO 105 -#define CAPI_F_CAPI_INIT 106 -#define CAPI_F_CAPI_LIST_CONTAINERS 107 -#define CAPI_F_CAPI_LOAD_PRIVKEY 108 -#define CAPI_F_CAPI_OPEN_STORE 109 -#define CAPI_F_CAPI_RSA_PRIV_DEC 110 -#define CAPI_F_CAPI_RSA_PRIV_ENC 111 -#define CAPI_F_CAPI_RSA_SIGN 112 -#define CAPI_F_CERT_SELECT_DIALOG 117 -#define CAPI_F_CLIENT_CERT_SELECT 116 -#define CAPI_F_WIDE_TO_ASC 113 +# define CAPI_F_CAPI_CERT_GET_FNAME 99 +# define CAPI_F_CAPI_CTRL 100 +# define CAPI_F_CAPI_CTX_NEW 101 +# define CAPI_F_CAPI_CTX_SET_PROVNAME 102 +# define CAPI_F_CAPI_DSA_DO_SIGN 114 +# define CAPI_F_CAPI_GET_KEY 103 +# define CAPI_F_CAPI_GET_PKEY 115 +# define CAPI_F_CAPI_GET_PROVNAME 104 +# define CAPI_F_CAPI_GET_PROV_INFO 105 +# define CAPI_F_CAPI_INIT 106 +# define CAPI_F_CAPI_LIST_CONTAINERS 107 +# define CAPI_F_CAPI_LOAD_PRIVKEY 108 +# define CAPI_F_CAPI_OPEN_STORE 109 +# define CAPI_F_CAPI_RSA_PRIV_DEC 110 +# define CAPI_F_CAPI_RSA_PRIV_ENC 111 +# define CAPI_F_CAPI_RSA_SIGN 112 +# define CAPI_F_CERT_SELECT_DIALOG 117 +# define CAPI_F_CLIENT_CERT_SELECT 116 +# define CAPI_F_WIDE_TO_ASC 113 /* Reason codes. */ -#define CAPI_R_CANT_CREATE_HASH_OBJECT 99 -#define CAPI_R_CANT_FIND_CAPI_CONTEXT 100 -#define CAPI_R_CANT_GET_KEY 101 -#define CAPI_R_CANT_SET_HASH_VALUE 102 -#define CAPI_R_CRYPTACQUIRECONTEXT_ERROR 103 -#define CAPI_R_CRYPTENUMPROVIDERS_ERROR 104 -#define CAPI_R_DECRYPT_ERROR 105 -#define CAPI_R_ENGINE_NOT_INITIALIZED 106 -#define CAPI_R_ENUMCONTAINERS_ERROR 107 -#define CAPI_R_ERROR_ADDING_CERT 125 -#define CAPI_R_ERROR_CREATING_STORE 126 -#define CAPI_R_ERROR_GETTING_FRIENDLY_NAME 108 -#define CAPI_R_ERROR_GETTING_KEY_PROVIDER_INFO 109 -#define CAPI_R_ERROR_OPENING_STORE 110 -#define CAPI_R_ERROR_SIGNING_HASH 111 -#define CAPI_R_FUNCTION_NOT_SUPPORTED 112 -#define CAPI_R_GETUSERKEY_ERROR 113 -#define CAPI_R_INVALID_DIGEST_LENGTH 124 -#define CAPI_R_INVALID_DSA_PUBLIC_KEY_BLOB_MAGIC_NUMBER 122 -#define CAPI_R_INVALID_LOOKUP_METHOD 114 -#define CAPI_R_INVALID_PUBLIC_KEY_BLOB 115 -#define CAPI_R_INVALID_RSA_PUBLIC_KEY_BLOB_MAGIC_NUMBER 123 -#define CAPI_R_PUBKEY_EXPORT_ERROR 116 -#define CAPI_R_PUBKEY_EXPORT_LENGTH_ERROR 117 -#define CAPI_R_UNKNOWN_COMMAND 118 -#define CAPI_R_UNSUPPORTED_ALGORITHM_NID 119 -#define CAPI_R_UNSUPPORTED_PADDING 120 -#define CAPI_R_UNSUPPORTED_PUBLIC_KEY_ALGORITHM 121 -#define CAPI_R_WIN32_ERROR 127 +# define CAPI_R_CANT_CREATE_HASH_OBJECT 99 +# define CAPI_R_CANT_FIND_CAPI_CONTEXT 100 +# define CAPI_R_CANT_GET_KEY 101 +# define CAPI_R_CANT_SET_HASH_VALUE 102 +# define CAPI_R_CRYPTACQUIRECONTEXT_ERROR 103 +# define CAPI_R_CRYPTENUMPROVIDERS_ERROR 104 +# define CAPI_R_DECRYPT_ERROR 105 +# define CAPI_R_ENGINE_NOT_INITIALIZED 106 +# define CAPI_R_ENUMCONTAINERS_ERROR 107 +# define CAPI_R_ERROR_ADDING_CERT 125 +# define CAPI_R_ERROR_CREATING_STORE 126 +# define CAPI_R_ERROR_GETTING_FRIENDLY_NAME 108 +# define CAPI_R_ERROR_GETTING_KEY_PROVIDER_INFO 109 +# define CAPI_R_ERROR_OPENING_STORE 110 +# define CAPI_R_ERROR_SIGNING_HASH 111 +# define CAPI_R_FUNCTION_NOT_SUPPORTED 112 +# define CAPI_R_GETUSERKEY_ERROR 113 +# define CAPI_R_INVALID_DIGEST_LENGTH 124 +# define CAPI_R_INVALID_DSA_PUBLIC_KEY_BLOB_MAGIC_NUMBER 122 +# define CAPI_R_INVALID_LOOKUP_METHOD 114 +# define CAPI_R_INVALID_PUBLIC_KEY_BLOB 115 +# define CAPI_R_INVALID_RSA_PUBLIC_KEY_BLOB_MAGIC_NUMBER 123 +# define CAPI_R_PUBKEY_EXPORT_ERROR 116 +# define CAPI_R_PUBKEY_EXPORT_LENGTH_ERROR 117 +# define CAPI_R_UNKNOWN_COMMAND 118 +# define CAPI_R_UNSUPPORTED_ALGORITHM_NID 119 +# define CAPI_R_UNSUPPORTED_PADDING 120 +# define CAPI_R_UNSUPPORTED_PUBLIC_KEY_ALGORITHM 121 +# define CAPI_R_WIN32_ERROR 127 #ifdef __cplusplus } diff --git a/openssl/engines/e_chil.c b/openssl/engines/e_chil.c index fdc2100e3..69d49d7d3 100644 --- a/openssl/engines/e_chil.c +++ b/openssl/engines/e_chil.c @@ -1,7 +1,8 @@ /* crypto/engine/e_chil.c -*- mode: C; c-file-style: "eay" -*- */ -/* Written by Richard Levitte (richard@levitte.org), Geoff Thorpe - * (geoff@geoffthorpe.net) and Dr Stephen N Henson (steve@openssl.org) - * for the OpenSSL project 2000. +/* + * Written by Richard Levitte (richard@levitte.org), Geoff Thorpe + * (geoff@geoffthorpe.net) and Dr Stephen N Henson (steve@openssl.org) for + * the OpenSSL project 2000. */ /* ==================================================================== * Copyright (c) 1999-2001 The OpenSSL Project. All rights reserved. @@ -11,7 +12,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -66,17 +67,18 @@ #include #include #ifndef OPENSSL_NO_RSA -#include +# include #endif #ifndef OPENSSL_NO_DH -#include +# include #endif #include #ifndef OPENSSL_NO_HW -#ifndef OPENSSL_NO_HW_CHIL +# ifndef OPENSSL_NO_HW_CHIL -/* Attribution notice: nCipher have said several times that it's OK for +/*- + * Attribution notice: nCipher have said several times that it's OK for * us to implement a general interface to their boxes, and recently declared * their HWCryptoHook to be public, and therefore available for us to use. * Thanks, nCipher. @@ -84,46 +86,50 @@ * The hwcryptohook.h included here is from May 2000. * [Richard Levitte] */ -#ifdef FLAT_INC -#include "hwcryptohook.h" -#else -#include "vendor_defns/hwcryptohook.h" -#endif +# ifdef FLAT_INC +# include "hwcryptohook.h" +# else +# include "vendor_defns/hwcryptohook.h" +# endif -#define HWCRHK_LIB_NAME "CHIL engine" -#include "e_chil_err.c" +# define HWCRHK_LIB_NAME "CHIL engine" +# include "e_chil_err.c" static int hwcrhk_destroy(ENGINE *e); static int hwcrhk_init(ENGINE *e); static int hwcrhk_finish(ENGINE *e); -static int hwcrhk_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void)); +static int hwcrhk_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void)); /* Functions to handle mutexes */ -static int hwcrhk_mutex_init(HWCryptoHook_Mutex*, HWCryptoHook_CallerContext*); -static int hwcrhk_mutex_lock(HWCryptoHook_Mutex*); -static void hwcrhk_mutex_unlock(HWCryptoHook_Mutex*); -static void hwcrhk_mutex_destroy(HWCryptoHook_Mutex*); +static int hwcrhk_mutex_init(HWCryptoHook_Mutex *, + HWCryptoHook_CallerContext *); +static int hwcrhk_mutex_lock(HWCryptoHook_Mutex *); +static void hwcrhk_mutex_unlock(HWCryptoHook_Mutex *); +static void hwcrhk_mutex_destroy(HWCryptoHook_Mutex *); /* BIGNUM stuff */ static int hwcrhk_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, - const BIGNUM *m, BN_CTX *ctx); + const BIGNUM *m, BN_CTX *ctx); -#ifndef OPENSSL_NO_RSA +# ifndef OPENSSL_NO_RSA /* RSA stuff */ -static int hwcrhk_rsa_mod_exp(BIGNUM *r, const BIGNUM *I, RSA *rsa, BN_CTX *ctx); +static int hwcrhk_rsa_mod_exp(BIGNUM *r, const BIGNUM *I, RSA *rsa, + BN_CTX *ctx); /* This function is aliased to mod_exp (with the mont stuff dropped). */ static int hwcrhk_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, - const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); + const BIGNUM *m, BN_CTX *ctx, + BN_MONT_CTX *m_ctx); static int hwcrhk_rsa_finish(RSA *rsa); -#endif +# endif -#ifndef OPENSSL_NO_DH +# ifndef OPENSSL_NO_DH /* DH stuff */ /* This function is alised to mod_exp (with the DH and mont dropped). */ static int hwcrhk_mod_exp_dh(const DH *dh, BIGNUM *r, - const BIGNUM *a, const BIGNUM *p, - const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); -#endif + const BIGNUM *a, const BIGNUM *p, + const BIGNUM *m, BN_CTX *ctx, + BN_MONT_CTX *m_ctx); +# endif /* RAND stuff */ static int hwcrhk_rand_bytes(unsigned char *buf, int num); @@ -131,1226 +137,1203 @@ static int hwcrhk_rand_status(void); /* KM stuff */ static EVP_PKEY *hwcrhk_load_privkey(ENGINE *eng, const char *key_id, - UI_METHOD *ui_method, void *callback_data); + UI_METHOD *ui_method, + void *callback_data); static EVP_PKEY *hwcrhk_load_pubkey(ENGINE *eng, const char *key_id, - UI_METHOD *ui_method, void *callback_data); + UI_METHOD *ui_method, + void *callback_data); /* Interaction stuff */ static int hwcrhk_insert_card(const char *prompt_info, - const char *wrong_info, - HWCryptoHook_PassphraseContext *ppctx, - HWCryptoHook_CallerContext *cactx); + const char *wrong_info, + HWCryptoHook_PassphraseContext * ppctx, + HWCryptoHook_CallerContext * cactx); static int hwcrhk_get_pass(const char *prompt_info, - int *len_io, char *buf, - HWCryptoHook_PassphraseContext *ppctx, - HWCryptoHook_CallerContext *cactx); + int *len_io, char *buf, + HWCryptoHook_PassphraseContext * ppctx, + HWCryptoHook_CallerContext * cactx); static void hwcrhk_log_message(void *logstr, const char *message); /* The definitions for control commands specific to this engine */ -#define HWCRHK_CMD_SO_PATH ENGINE_CMD_BASE -#define HWCRHK_CMD_FORK_CHECK (ENGINE_CMD_BASE + 1) -#define HWCRHK_CMD_THREAD_LOCKING (ENGINE_CMD_BASE + 2) -#define HWCRHK_CMD_SET_USER_INTERFACE (ENGINE_CMD_BASE + 3) -#define HWCRHK_CMD_SET_CALLBACK_DATA (ENGINE_CMD_BASE + 4) +# define HWCRHK_CMD_SO_PATH ENGINE_CMD_BASE +# define HWCRHK_CMD_FORK_CHECK (ENGINE_CMD_BASE + 1) +# define HWCRHK_CMD_THREAD_LOCKING (ENGINE_CMD_BASE + 2) +# define HWCRHK_CMD_SET_USER_INTERFACE (ENGINE_CMD_BASE + 3) +# define HWCRHK_CMD_SET_CALLBACK_DATA (ENGINE_CMD_BASE + 4) static const ENGINE_CMD_DEFN hwcrhk_cmd_defns[] = { - {HWCRHK_CMD_SO_PATH, - "SO_PATH", - "Specifies the path to the 'hwcrhk' shared library", - ENGINE_CMD_FLAG_STRING}, - {HWCRHK_CMD_FORK_CHECK, - "FORK_CHECK", - "Turns fork() checking on (non-zero) or off (zero)", - ENGINE_CMD_FLAG_NUMERIC}, - {HWCRHK_CMD_THREAD_LOCKING, - "THREAD_LOCKING", - "Turns thread-safe locking on (zero) or off (non-zero)", - ENGINE_CMD_FLAG_NUMERIC}, - {HWCRHK_CMD_SET_USER_INTERFACE, - "SET_USER_INTERFACE", - "Set the global user interface (internal)", - ENGINE_CMD_FLAG_INTERNAL}, - {HWCRHK_CMD_SET_CALLBACK_DATA, - "SET_CALLBACK_DATA", - "Set the global user interface extra data (internal)", - ENGINE_CMD_FLAG_INTERNAL}, - {0, NULL, NULL, 0} - }; + {HWCRHK_CMD_SO_PATH, + "SO_PATH", + "Specifies the path to the 'hwcrhk' shared library", + ENGINE_CMD_FLAG_STRING}, + {HWCRHK_CMD_FORK_CHECK, + "FORK_CHECK", + "Turns fork() checking on (non-zero) or off (zero)", + ENGINE_CMD_FLAG_NUMERIC}, + {HWCRHK_CMD_THREAD_LOCKING, + "THREAD_LOCKING", + "Turns thread-safe locking on (zero) or off (non-zero)", + ENGINE_CMD_FLAG_NUMERIC}, + {HWCRHK_CMD_SET_USER_INTERFACE, + "SET_USER_INTERFACE", + "Set the global user interface (internal)", + ENGINE_CMD_FLAG_INTERNAL}, + {HWCRHK_CMD_SET_CALLBACK_DATA, + "SET_CALLBACK_DATA", + "Set the global user interface extra data (internal)", + ENGINE_CMD_FLAG_INTERNAL}, + {0, NULL, NULL, 0} +}; -#ifndef OPENSSL_NO_RSA +# ifndef OPENSSL_NO_RSA /* Our internal RSA_METHOD that we provide pointers to */ -static RSA_METHOD hwcrhk_rsa = - { - "CHIL RSA method", - NULL, - NULL, - NULL, - NULL, - hwcrhk_rsa_mod_exp, - hwcrhk_mod_exp_mont, - NULL, - hwcrhk_rsa_finish, - 0, - NULL, - NULL, - NULL, - NULL - }; -#endif +static RSA_METHOD hwcrhk_rsa = { + "CHIL RSA method", + NULL, + NULL, + NULL, + NULL, + hwcrhk_rsa_mod_exp, + hwcrhk_mod_exp_mont, + NULL, + hwcrhk_rsa_finish, + 0, + NULL, + NULL, + NULL, + NULL +}; +# endif -#ifndef OPENSSL_NO_DH +# ifndef OPENSSL_NO_DH /* Our internal DH_METHOD that we provide pointers to */ -static DH_METHOD hwcrhk_dh = - { - "CHIL DH method", - NULL, - NULL, - hwcrhk_mod_exp_dh, - NULL, - NULL, - 0, - NULL, - NULL - }; -#endif - -static RAND_METHOD hwcrhk_rand = - { - /* "CHIL RAND method", */ - NULL, - hwcrhk_rand_bytes, - NULL, - NULL, - hwcrhk_rand_bytes, - hwcrhk_rand_status, - }; +static DH_METHOD hwcrhk_dh = { + "CHIL DH method", + NULL, + NULL, + hwcrhk_mod_exp_dh, + NULL, + NULL, + 0, + NULL, + NULL +}; +# endif + +static RAND_METHOD hwcrhk_rand = { + /* "CHIL RAND method", */ + NULL, + hwcrhk_rand_bytes, + NULL, + NULL, + hwcrhk_rand_bytes, + hwcrhk_rand_status, +}; /* Constants used when creating the ENGINE */ static const char *engine_hwcrhk_id = "chil"; static const char *engine_hwcrhk_name = "CHIL hardware engine support"; -#ifndef OPENSSL_NO_DYNAMIC_ENGINE +# ifndef OPENSSL_NO_DYNAMIC_ENGINE /* Compatibility hack, the dynamic library uses this form in the path */ static const char *engine_hwcrhk_id_alt = "ncipher"; -#endif +# endif /* Internal stuff for HWCryptoHook */ /* Some structures needed for proper use of thread locks */ -/* hwcryptohook.h has some typedefs that turn struct HWCryptoHook_MutexValue - into HWCryptoHook_Mutex */ -struct HWCryptoHook_MutexValue - { - int lockid; - }; - -/* hwcryptohook.h has some typedefs that turn - struct HWCryptoHook_PassphraseContextValue - into HWCryptoHook_PassphraseContext */ -struct HWCryptoHook_PassphraseContextValue - { - UI_METHOD *ui_method; - void *callback_data; - }; - -/* hwcryptohook.h has some typedefs that turn - struct HWCryptoHook_CallerContextValue - into HWCryptoHook_CallerContext */ -struct HWCryptoHook_CallerContextValue - { - pem_password_cb *password_callback; /* Deprecated! Only present for - backward compatibility! */ - UI_METHOD *ui_method; - void *callback_data; - }; - -/* The MPI structure in HWCryptoHook is pretty compatible with OpenSSL - BIGNUM's, so lets define a couple of conversion macros */ -#define BN2MPI(mp, bn) \ +/* + * hwcryptohook.h has some typedefs that turn struct HWCryptoHook_MutexValue + * into HWCryptoHook_Mutex + */ +struct HWCryptoHook_MutexValue { + int lockid; +}; + +/* + * hwcryptohook.h has some typedefs that turn struct + * HWCryptoHook_PassphraseContextValue into HWCryptoHook_PassphraseContext + */ +struct HWCryptoHook_PassphraseContextValue { + UI_METHOD *ui_method; + void *callback_data; +}; + +/* + * hwcryptohook.h has some typedefs that turn struct + * HWCryptoHook_CallerContextValue into HWCryptoHook_CallerContext + */ +struct HWCryptoHook_CallerContextValue { + pem_password_cb *password_callback; /* Deprecated! Only present for + * backward compatibility! */ + UI_METHOD *ui_method; + void *callback_data; +}; + +/* + * The MPI structure in HWCryptoHook is pretty compatible with OpenSSL + * BIGNUM's, so lets define a couple of conversion macros + */ +# define BN2MPI(mp, bn) \ {mp.size = bn->top * sizeof(BN_ULONG); mp.buf = (unsigned char *)bn->d;} -#define MPI2BN(bn, mp) \ +# define MPI2BN(bn, mp) \ {mp.size = bn->dmax * sizeof(BN_ULONG); mp.buf = (unsigned char *)bn->d;} static BIO *logstream = NULL; static int disable_mutex_callbacks = 0; -/* One might wonder why these are needed, since one can pass down at least - a UI_METHOD and a pointer to callback data to the key-loading functions. - The thing is that the ModExp and RSAImmed functions can load keys as well, - if the data they get is in a special, nCipher-defined format (hint: if you - look at the private exponent of the RSA data as a string, you'll see this - string: "nCipher KM tool key id", followed by some bytes, followed a key - identity string, followed by more bytes. This happens when you use "embed" - keys instead of "hwcrhk" keys). Unfortunately, those functions do not take - any passphrase or caller context, and our functions can't really take any - callback data either. Still, the "insert_card" and "get_passphrase" - callbacks may be called down the line, and will need to know what user - interface callbacks to call, and having callback data from the application - may be a nice thing as well, so we need to keep track of that globally. */ +/* + * One might wonder why these are needed, since one can pass down at least a + * UI_METHOD and a pointer to callback data to the key-loading functions. The + * thing is that the ModExp and RSAImmed functions can load keys as well, if + * the data they get is in a special, nCipher-defined format (hint: if you + * look at the private exponent of the RSA data as a string, you'll see this + * string: "nCipher KM tool key id", followed by some bytes, followed a key + * identity string, followed by more bytes. This happens when you use + * "embed" keys instead of "hwcrhk" keys). Unfortunately, those functions do + * not take any passphrase or caller context, and our functions can't really + * take any callback data either. Still, the "insert_card" and + * "get_passphrase" callbacks may be called down the line, and will need to + * know what user interface callbacks to call, and having callback data from + * the application may be a nice thing as well, so we need to keep track of + * that globally. + */ static HWCryptoHook_CallerContext password_context = { NULL, NULL, NULL }; /* Stuff to pass to the HWCryptoHook library */ static HWCryptoHook_InitInfo hwcrhk_globals = { - HWCryptoHook_InitFlags_SimpleForkCheck, /* Flags */ - &logstream, /* logstream */ - sizeof(BN_ULONG), /* limbsize */ - 0, /* mslimb first: false for BNs */ - -1, /* msbyte first: use native */ - 0, /* Max mutexes, 0 = no small limit */ - 0, /* Max simultaneous, 0 = default */ - - /* The next few are mutex stuff: we write wrapper functions - around the OS mutex functions. We initialise them to 0 - here, and change that to actual function pointers in hwcrhk_init() - if dynamic locks are supported (that is, if the application - programmer has made sure of setting up callbacks bafore starting - this engine) *and* if disable_mutex_callbacks hasn't been set by - a call to ENGINE_ctrl(ENGINE_CTRL_CHIL_NO_LOCKING). */ - sizeof(HWCryptoHook_Mutex), - 0, - 0, - 0, - 0, - - /* The next few are condvar stuff: we write wrapper functions - round the OS functions. Currently not implemented and not - and absolute necessity even in threaded programs, therefore - 0'ed. Will hopefully be implemented some day, since it - enhances the efficiency of HWCryptoHook. */ - 0, /* sizeof(HWCryptoHook_CondVar), */ - 0, /* hwcrhk_cv_init, */ - 0, /* hwcrhk_cv_wait, */ - 0, /* hwcrhk_cv_signal, */ - 0, /* hwcrhk_cv_broadcast, */ - 0, /* hwcrhk_cv_destroy, */ - - hwcrhk_get_pass, /* pass phrase */ - hwcrhk_insert_card, /* insert a card */ - hwcrhk_log_message /* Log message */ + HWCryptoHook_InitFlags_SimpleForkCheck, /* Flags */ + &logstream, /* logstream */ + sizeof(BN_ULONG), /* limbsize */ + 0, /* mslimb first: false for BNs */ + -1, /* msbyte first: use native */ + 0, /* Max mutexes, 0 = no small limit */ + 0, /* Max simultaneous, 0 = default */ + + /* + * The next few are mutex stuff: we write wrapper functions around the OS + * mutex functions. We initialise them to 0 here, and change that to + * actual function pointers in hwcrhk_init() if dynamic locks are + * supported (that is, if the application programmer has made sure of + * setting up callbacks bafore starting this engine) *and* if + * disable_mutex_callbacks hasn't been set by a call to + * ENGINE_ctrl(ENGINE_CTRL_CHIL_NO_LOCKING). + */ + sizeof(HWCryptoHook_Mutex), + 0, + 0, + 0, + 0, + + /* + * The next few are condvar stuff: we write wrapper functions round the + * OS functions. Currently not implemented and not and absolute + * necessity even in threaded programs, therefore 0'ed. Will hopefully + * be implemented some day, since it enhances the efficiency of + * HWCryptoHook. + */ + 0, /* sizeof(HWCryptoHook_CondVar), */ + 0, /* hwcrhk_cv_init, */ + 0, /* hwcrhk_cv_wait, */ + 0, /* hwcrhk_cv_signal, */ + 0, /* hwcrhk_cv_broadcast, */ + 0, /* hwcrhk_cv_destroy, */ + + hwcrhk_get_pass, /* pass phrase */ + hwcrhk_insert_card, /* insert a card */ + hwcrhk_log_message /* Log message */ }; - /* Now, to our own code */ -/* This internal function is used by ENGINE_chil() and possibly by the - * "dynamic" ENGINE support too */ +/* + * This internal function is used by ENGINE_chil() and possibly by the + * "dynamic" ENGINE support too + */ static int bind_helper(ENGINE *e) - { -#ifndef OPENSSL_NO_RSA - const RSA_METHOD *meth1; -#endif -#ifndef OPENSSL_NO_DH - const DH_METHOD *meth2; -#endif - if(!ENGINE_set_id(e, engine_hwcrhk_id) || - !ENGINE_set_name(e, engine_hwcrhk_name) || -#ifndef OPENSSL_NO_RSA - !ENGINE_set_RSA(e, &hwcrhk_rsa) || -#endif -#ifndef OPENSSL_NO_DH - !ENGINE_set_DH(e, &hwcrhk_dh) || -#endif - !ENGINE_set_RAND(e, &hwcrhk_rand) || - !ENGINE_set_destroy_function(e, hwcrhk_destroy) || - !ENGINE_set_init_function(e, hwcrhk_init) || - !ENGINE_set_finish_function(e, hwcrhk_finish) || - !ENGINE_set_ctrl_function(e, hwcrhk_ctrl) || - !ENGINE_set_load_privkey_function(e, hwcrhk_load_privkey) || - !ENGINE_set_load_pubkey_function(e, hwcrhk_load_pubkey) || - !ENGINE_set_cmd_defns(e, hwcrhk_cmd_defns)) - return 0; - -#ifndef OPENSSL_NO_RSA - /* We know that the "PKCS1_SSLeay()" functions hook properly - * to the cswift-specific mod_exp and mod_exp_crt so we use - * those functions. NB: We don't use ENGINE_openssl() or - * anything "more generic" because something like the RSAref - * code may not hook properly, and if you own one of these - * cards then you have the right to do RSA operations on it - * anyway! */ - meth1 = RSA_PKCS1_SSLeay(); - hwcrhk_rsa.rsa_pub_enc = meth1->rsa_pub_enc; - hwcrhk_rsa.rsa_pub_dec = meth1->rsa_pub_dec; - hwcrhk_rsa.rsa_priv_enc = meth1->rsa_priv_enc; - hwcrhk_rsa.rsa_priv_dec = meth1->rsa_priv_dec; -#endif - -#ifndef OPENSSL_NO_DH - /* Much the same for Diffie-Hellman */ - meth2 = DH_OpenSSL(); - hwcrhk_dh.generate_key = meth2->generate_key; - hwcrhk_dh.compute_key = meth2->compute_key; -#endif - - /* Ensure the hwcrhk error handling is set up */ - ERR_load_HWCRHK_strings(); - return 1; - } - -#ifdef OPENSSL_NO_DYNAMIC_ENGINE +{ +# ifndef OPENSSL_NO_RSA + const RSA_METHOD *meth1; +# endif +# ifndef OPENSSL_NO_DH + const DH_METHOD *meth2; +# endif + if (!ENGINE_set_id(e, engine_hwcrhk_id) || + !ENGINE_set_name(e, engine_hwcrhk_name) || +# ifndef OPENSSL_NO_RSA + !ENGINE_set_RSA(e, &hwcrhk_rsa) || +# endif +# ifndef OPENSSL_NO_DH + !ENGINE_set_DH(e, &hwcrhk_dh) || +# endif + !ENGINE_set_RAND(e, &hwcrhk_rand) || + !ENGINE_set_destroy_function(e, hwcrhk_destroy) || + !ENGINE_set_init_function(e, hwcrhk_init) || + !ENGINE_set_finish_function(e, hwcrhk_finish) || + !ENGINE_set_ctrl_function(e, hwcrhk_ctrl) || + !ENGINE_set_load_privkey_function(e, hwcrhk_load_privkey) || + !ENGINE_set_load_pubkey_function(e, hwcrhk_load_pubkey) || + !ENGINE_set_cmd_defns(e, hwcrhk_cmd_defns)) + return 0; + +# ifndef OPENSSL_NO_RSA + /* + * We know that the "PKCS1_SSLeay()" functions hook properly to the + * cswift-specific mod_exp and mod_exp_crt so we use those functions. NB: + * We don't use ENGINE_openssl() or anything "more generic" because + * something like the RSAref code may not hook properly, and if you own + * one of these cards then you have the right to do RSA operations on it + * anyway! + */ + meth1 = RSA_PKCS1_SSLeay(); + hwcrhk_rsa.rsa_pub_enc = meth1->rsa_pub_enc; + hwcrhk_rsa.rsa_pub_dec = meth1->rsa_pub_dec; + hwcrhk_rsa.rsa_priv_enc = meth1->rsa_priv_enc; + hwcrhk_rsa.rsa_priv_dec = meth1->rsa_priv_dec; +# endif + +# ifndef OPENSSL_NO_DH + /* Much the same for Diffie-Hellman */ + meth2 = DH_OpenSSL(); + hwcrhk_dh.generate_key = meth2->generate_key; + hwcrhk_dh.compute_key = meth2->compute_key; +# endif + + /* Ensure the hwcrhk error handling is set up */ + ERR_load_HWCRHK_strings(); + return 1; +} + +# ifdef OPENSSL_NO_DYNAMIC_ENGINE static ENGINE *engine_chil(void) - { - ENGINE *ret = ENGINE_new(); - if(!ret) - return NULL; - if(!bind_helper(ret)) - { - ENGINE_free(ret); - return NULL; - } - return ret; - } +{ + ENGINE *ret = ENGINE_new(); + if (!ret) + return NULL; + if (!bind_helper(ret)) { + ENGINE_free(ret); + return NULL; + } + return ret; +} void ENGINE_load_chil(void) - { - /* Copied from eng_[openssl|dyn].c */ - ENGINE *toadd = engine_chil(); - if(!toadd) return; - ENGINE_add(toadd); - ENGINE_free(toadd); - ERR_clear_error(); - } -#endif - -/* This is a process-global DSO handle used for loading and unloading - * the HWCryptoHook library. NB: This is only set (or unset) during an - * init() or finish() call (reference counts permitting) and they're - * operating with global locks, so this should be thread-safe - * implicitly. */ +{ + /* Copied from eng_[openssl|dyn].c */ + ENGINE *toadd = engine_chil(); + if (!toadd) + return; + ENGINE_add(toadd); + ENGINE_free(toadd); + ERR_clear_error(); +} +# endif + +/* + * This is a process-global DSO handle used for loading and unloading the + * HWCryptoHook library. NB: This is only set (or unset) during an init() or + * finish() call (reference counts permitting) and they're operating with + * global locks, so this should be thread-safe implicitly. + */ static DSO *hwcrhk_dso = NULL; static HWCryptoHook_ContextHandle hwcrhk_context = 0; -#ifndef OPENSSL_NO_RSA -static int hndidx_rsa = -1; /* Index for KM handle. Not really used yet. */ -#endif - -/* These are the function pointers that are (un)set when the library has - * successfully (un)loaded. */ +# ifndef OPENSSL_NO_RSA +/* Index for KM handle. Not really used yet. */ +static int hndidx_rsa = -1; +# endif + +/* + * These are the function pointers that are (un)set when the library has + * successfully (un)loaded. + */ static HWCryptoHook_Init_t *p_hwcrhk_Init = NULL; static HWCryptoHook_Finish_t *p_hwcrhk_Finish = NULL; static HWCryptoHook_ModExp_t *p_hwcrhk_ModExp = NULL; -#ifndef OPENSSL_NO_RSA +# ifndef OPENSSL_NO_RSA static HWCryptoHook_RSA_t *p_hwcrhk_RSA = NULL; -#endif +# endif static HWCryptoHook_RandomBytes_t *p_hwcrhk_RandomBytes = NULL; -#ifndef OPENSSL_NO_RSA +# ifndef OPENSSL_NO_RSA static HWCryptoHook_RSALoadKey_t *p_hwcrhk_RSALoadKey = NULL; static HWCryptoHook_RSAGetPublicKey_t *p_hwcrhk_RSAGetPublicKey = NULL; static HWCryptoHook_RSAUnloadKey_t *p_hwcrhk_RSAUnloadKey = NULL; -#endif +# endif static HWCryptoHook_ModExpCRT_t *p_hwcrhk_ModExpCRT = NULL; /* Used in the DSO operations. */ static const char *HWCRHK_LIBNAME = NULL; static void free_HWCRHK_LIBNAME(void) - { - if(HWCRHK_LIBNAME) - OPENSSL_free((void*)HWCRHK_LIBNAME); - HWCRHK_LIBNAME = NULL; - } +{ + if (HWCRHK_LIBNAME) + OPENSSL_free((void *)HWCRHK_LIBNAME); + HWCRHK_LIBNAME = NULL; +} + static const char *get_HWCRHK_LIBNAME(void) - { - if(HWCRHK_LIBNAME) - return HWCRHK_LIBNAME; - return "nfhwcrhk"; - } +{ + if (HWCRHK_LIBNAME) + return HWCRHK_LIBNAME; + return "nfhwcrhk"; +} + static long set_HWCRHK_LIBNAME(const char *name) - { - free_HWCRHK_LIBNAME(); - return (((HWCRHK_LIBNAME = BUF_strdup(name)) != NULL) ? 1 : 0); - } +{ + free_HWCRHK_LIBNAME(); + return (((HWCRHK_LIBNAME = BUF_strdup(name)) != NULL) ? 1 : 0); +} + static const char *n_hwcrhk_Init = "HWCryptoHook_Init"; static const char *n_hwcrhk_Finish = "HWCryptoHook_Finish"; static const char *n_hwcrhk_ModExp = "HWCryptoHook_ModExp"; -#ifndef OPENSSL_NO_RSA +# ifndef OPENSSL_NO_RSA static const char *n_hwcrhk_RSA = "HWCryptoHook_RSA"; -#endif +# endif static const char *n_hwcrhk_RandomBytes = "HWCryptoHook_RandomBytes"; -#ifndef OPENSSL_NO_RSA +# ifndef OPENSSL_NO_RSA static const char *n_hwcrhk_RSALoadKey = "HWCryptoHook_RSALoadKey"; static const char *n_hwcrhk_RSAGetPublicKey = "HWCryptoHook_RSAGetPublicKey"; static const char *n_hwcrhk_RSAUnloadKey = "HWCryptoHook_RSAUnloadKey"; -#endif +# endif static const char *n_hwcrhk_ModExpCRT = "HWCryptoHook_ModExpCRT"; -/* HWCryptoHook library functions and mechanics - these are used by the - * higher-level functions further down. NB: As and where there's no - * error checking, take a look lower down where these functions are - * called, the checking and error handling is probably down there. */ +/* + * HWCryptoHook library functions and mechanics - these are used by the + * higher-level functions further down. NB: As and where there's no error + * checking, take a look lower down where these functions are called, the + * checking and error handling is probably down there. + */ /* utility function to obtain a context */ -static int get_context(HWCryptoHook_ContextHandle *hac, - HWCryptoHook_CallerContext *cac) - { - char tempbuf[1024]; - HWCryptoHook_ErrMsgBuf rmsg; - - rmsg.buf = tempbuf; - rmsg.size = sizeof(tempbuf); - - *hac = p_hwcrhk_Init(&hwcrhk_globals, sizeof(hwcrhk_globals), &rmsg, - cac); - if (!*hac) - return 0; - return 1; - } - +static int get_context(HWCryptoHook_ContextHandle * hac, + HWCryptoHook_CallerContext * cac) +{ + char tempbuf[1024]; + HWCryptoHook_ErrMsgBuf rmsg; + + rmsg.buf = tempbuf; + rmsg.size = sizeof(tempbuf); + + *hac = p_hwcrhk_Init(&hwcrhk_globals, sizeof(hwcrhk_globals), &rmsg, cac); + if (!*hac) + return 0; + return 1; +} + /* similarly to release one. */ static void release_context(HWCryptoHook_ContextHandle hac) - { - p_hwcrhk_Finish(hac); - } +{ + p_hwcrhk_Finish(hac); +} /* Destructor (complements the "ENGINE_chil()" constructor) */ static int hwcrhk_destroy(ENGINE *e) - { - free_HWCRHK_LIBNAME(); - ERR_unload_HWCRHK_strings(); - return 1; - } +{ + free_HWCRHK_LIBNAME(); + ERR_unload_HWCRHK_strings(); + return 1; +} /* (de)initialisation functions. */ static int hwcrhk_init(ENGINE *e) - { - HWCryptoHook_Init_t *p1; - HWCryptoHook_Finish_t *p2; - HWCryptoHook_ModExp_t *p3; -#ifndef OPENSSL_NO_RSA - HWCryptoHook_RSA_t *p4; - HWCryptoHook_RSALoadKey_t *p5; - HWCryptoHook_RSAGetPublicKey_t *p6; - HWCryptoHook_RSAUnloadKey_t *p7; -#endif - HWCryptoHook_RandomBytes_t *p8; - HWCryptoHook_ModExpCRT_t *p9; - - if(hwcrhk_dso != NULL) - { - HWCRHKerr(HWCRHK_F_HWCRHK_INIT,HWCRHK_R_ALREADY_LOADED); - goto err; - } - /* Attempt to load libnfhwcrhk.so/nfhwcrhk.dll/whatever. */ - hwcrhk_dso = DSO_load(NULL, get_HWCRHK_LIBNAME(), NULL, 0); - if(hwcrhk_dso == NULL) - { - HWCRHKerr(HWCRHK_F_HWCRHK_INIT,HWCRHK_R_DSO_FAILURE); - goto err; - } - if(!(p1 = (HWCryptoHook_Init_t *) - DSO_bind_func(hwcrhk_dso, n_hwcrhk_Init)) || - !(p2 = (HWCryptoHook_Finish_t *) - DSO_bind_func(hwcrhk_dso, n_hwcrhk_Finish)) || - !(p3 = (HWCryptoHook_ModExp_t *) - DSO_bind_func(hwcrhk_dso, n_hwcrhk_ModExp)) || -#ifndef OPENSSL_NO_RSA - !(p4 = (HWCryptoHook_RSA_t *) - DSO_bind_func(hwcrhk_dso, n_hwcrhk_RSA)) || - !(p5 = (HWCryptoHook_RSALoadKey_t *) - DSO_bind_func(hwcrhk_dso, n_hwcrhk_RSALoadKey)) || - !(p6 = (HWCryptoHook_RSAGetPublicKey_t *) - DSO_bind_func(hwcrhk_dso, n_hwcrhk_RSAGetPublicKey)) || - !(p7 = (HWCryptoHook_RSAUnloadKey_t *) - DSO_bind_func(hwcrhk_dso, n_hwcrhk_RSAUnloadKey)) || -#endif - !(p8 = (HWCryptoHook_RandomBytes_t *) - DSO_bind_func(hwcrhk_dso, n_hwcrhk_RandomBytes)) || - !(p9 = (HWCryptoHook_ModExpCRT_t *) - DSO_bind_func(hwcrhk_dso, n_hwcrhk_ModExpCRT))) - { - HWCRHKerr(HWCRHK_F_HWCRHK_INIT,HWCRHK_R_DSO_FAILURE); - goto err; - } - /* Copy the pointers */ - p_hwcrhk_Init = p1; - p_hwcrhk_Finish = p2; - p_hwcrhk_ModExp = p3; -#ifndef OPENSSL_NO_RSA - p_hwcrhk_RSA = p4; - p_hwcrhk_RSALoadKey = p5; - p_hwcrhk_RSAGetPublicKey = p6; - p_hwcrhk_RSAUnloadKey = p7; -#endif - p_hwcrhk_RandomBytes = p8; - p_hwcrhk_ModExpCRT = p9; - - /* Check if the application decided to support dynamic locks, - and if it does, use them. */ - if (disable_mutex_callbacks == 0) - { - if (CRYPTO_get_dynlock_create_callback() != NULL && - CRYPTO_get_dynlock_lock_callback() != NULL && - CRYPTO_get_dynlock_destroy_callback() != NULL) - { - hwcrhk_globals.mutex_init = hwcrhk_mutex_init; - hwcrhk_globals.mutex_acquire = hwcrhk_mutex_lock; - hwcrhk_globals.mutex_release = hwcrhk_mutex_unlock; - hwcrhk_globals.mutex_destroy = hwcrhk_mutex_destroy; - } - } - - /* Try and get a context - if not, we may have a DSO but no - * accelerator! */ - if(!get_context(&hwcrhk_context, &password_context)) - { - HWCRHKerr(HWCRHK_F_HWCRHK_INIT,HWCRHK_R_UNIT_FAILURE); - goto err; - } - /* Everything's fine. */ -#ifndef OPENSSL_NO_RSA - if (hndidx_rsa == -1) - hndidx_rsa = RSA_get_ex_new_index(0, - "nFast HWCryptoHook RSA key handle", - NULL, NULL, NULL); -#endif - return 1; -err: - if(hwcrhk_dso) - DSO_free(hwcrhk_dso); - hwcrhk_dso = NULL; - p_hwcrhk_Init = NULL; - p_hwcrhk_Finish = NULL; - p_hwcrhk_ModExp = NULL; -#ifndef OPENSSL_NO_RSA - p_hwcrhk_RSA = NULL; - p_hwcrhk_RSALoadKey = NULL; - p_hwcrhk_RSAGetPublicKey = NULL; - p_hwcrhk_RSAUnloadKey = NULL; -#endif - p_hwcrhk_ModExpCRT = NULL; - p_hwcrhk_RandomBytes = NULL; - return 0; - } +{ + HWCryptoHook_Init_t *p1; + HWCryptoHook_Finish_t *p2; + HWCryptoHook_ModExp_t *p3; +# ifndef OPENSSL_NO_RSA + HWCryptoHook_RSA_t *p4; + HWCryptoHook_RSALoadKey_t *p5; + HWCryptoHook_RSAGetPublicKey_t *p6; + HWCryptoHook_RSAUnloadKey_t *p7; +# endif + HWCryptoHook_RandomBytes_t *p8; + HWCryptoHook_ModExpCRT_t *p9; + + if (hwcrhk_dso != NULL) { + HWCRHKerr(HWCRHK_F_HWCRHK_INIT, HWCRHK_R_ALREADY_LOADED); + goto err; + } + /* Attempt to load libnfhwcrhk.so/nfhwcrhk.dll/whatever. */ + hwcrhk_dso = DSO_load(NULL, get_HWCRHK_LIBNAME(), NULL, 0); + if (hwcrhk_dso == NULL) { + HWCRHKerr(HWCRHK_F_HWCRHK_INIT, HWCRHK_R_DSO_FAILURE); + goto err; + } + if (!(p1 = (HWCryptoHook_Init_t *) + DSO_bind_func(hwcrhk_dso, n_hwcrhk_Init)) || + !(p2 = (HWCryptoHook_Finish_t *) + DSO_bind_func(hwcrhk_dso, n_hwcrhk_Finish)) || + !(p3 = (HWCryptoHook_ModExp_t *) + DSO_bind_func(hwcrhk_dso, n_hwcrhk_ModExp)) || +# ifndef OPENSSL_NO_RSA + !(p4 = (HWCryptoHook_RSA_t *) + DSO_bind_func(hwcrhk_dso, n_hwcrhk_RSA)) || + !(p5 = (HWCryptoHook_RSALoadKey_t *) + DSO_bind_func(hwcrhk_dso, n_hwcrhk_RSALoadKey)) || + !(p6 = (HWCryptoHook_RSAGetPublicKey_t *) + DSO_bind_func(hwcrhk_dso, n_hwcrhk_RSAGetPublicKey)) || + !(p7 = (HWCryptoHook_RSAUnloadKey_t *) + DSO_bind_func(hwcrhk_dso, n_hwcrhk_RSAUnloadKey)) || +# endif + !(p8 = (HWCryptoHook_RandomBytes_t *) + DSO_bind_func(hwcrhk_dso, n_hwcrhk_RandomBytes)) || + !(p9 = (HWCryptoHook_ModExpCRT_t *) + DSO_bind_func(hwcrhk_dso, n_hwcrhk_ModExpCRT))) { + HWCRHKerr(HWCRHK_F_HWCRHK_INIT, HWCRHK_R_DSO_FAILURE); + goto err; + } + /* Copy the pointers */ + p_hwcrhk_Init = p1; + p_hwcrhk_Finish = p2; + p_hwcrhk_ModExp = p3; +# ifndef OPENSSL_NO_RSA + p_hwcrhk_RSA = p4; + p_hwcrhk_RSALoadKey = p5; + p_hwcrhk_RSAGetPublicKey = p6; + p_hwcrhk_RSAUnloadKey = p7; +# endif + p_hwcrhk_RandomBytes = p8; + p_hwcrhk_ModExpCRT = p9; + + /* + * Check if the application decided to support dynamic locks, and if it + * does, use them. + */ + if (disable_mutex_callbacks == 0) { + if (CRYPTO_get_dynlock_create_callback() != NULL && + CRYPTO_get_dynlock_lock_callback() != NULL && + CRYPTO_get_dynlock_destroy_callback() != NULL) { + hwcrhk_globals.mutex_init = hwcrhk_mutex_init; + hwcrhk_globals.mutex_acquire = hwcrhk_mutex_lock; + hwcrhk_globals.mutex_release = hwcrhk_mutex_unlock; + hwcrhk_globals.mutex_destroy = hwcrhk_mutex_destroy; + } + } + + /* + * Try and get a context - if not, we may have a DSO but no accelerator! + */ + if (!get_context(&hwcrhk_context, &password_context)) { + HWCRHKerr(HWCRHK_F_HWCRHK_INIT, HWCRHK_R_UNIT_FAILURE); + goto err; + } + /* Everything's fine. */ +# ifndef OPENSSL_NO_RSA + if (hndidx_rsa == -1) + hndidx_rsa = RSA_get_ex_new_index(0, + "nFast HWCryptoHook RSA key handle", + NULL, NULL, NULL); +# endif + return 1; + err: + if (hwcrhk_dso) + DSO_free(hwcrhk_dso); + hwcrhk_dso = NULL; + p_hwcrhk_Init = NULL; + p_hwcrhk_Finish = NULL; + p_hwcrhk_ModExp = NULL; +# ifndef OPENSSL_NO_RSA + p_hwcrhk_RSA = NULL; + p_hwcrhk_RSALoadKey = NULL; + p_hwcrhk_RSAGetPublicKey = NULL; + p_hwcrhk_RSAUnloadKey = NULL; +# endif + p_hwcrhk_ModExpCRT = NULL; + p_hwcrhk_RandomBytes = NULL; + return 0; +} static int hwcrhk_finish(ENGINE *e) - { - int to_return = 1; - free_HWCRHK_LIBNAME(); - if(hwcrhk_dso == NULL) - { - HWCRHKerr(HWCRHK_F_HWCRHK_FINISH,HWCRHK_R_NOT_LOADED); - to_return = 0; - goto err; - } - release_context(hwcrhk_context); - if(!DSO_free(hwcrhk_dso)) - { - HWCRHKerr(HWCRHK_F_HWCRHK_FINISH,HWCRHK_R_DSO_FAILURE); - to_return = 0; - goto err; - } +{ + int to_return = 1; + free_HWCRHK_LIBNAME(); + if (hwcrhk_dso == NULL) { + HWCRHKerr(HWCRHK_F_HWCRHK_FINISH, HWCRHK_R_NOT_LOADED); + to_return = 0; + goto err; + } + release_context(hwcrhk_context); + if (!DSO_free(hwcrhk_dso)) { + HWCRHKerr(HWCRHK_F_HWCRHK_FINISH, HWCRHK_R_DSO_FAILURE); + to_return = 0; + goto err; + } err: - if (logstream) - BIO_free(logstream); - hwcrhk_dso = NULL; - p_hwcrhk_Init = NULL; - p_hwcrhk_Finish = NULL; - p_hwcrhk_ModExp = NULL; -#ifndef OPENSSL_NO_RSA - p_hwcrhk_RSA = NULL; - p_hwcrhk_RSALoadKey = NULL; - p_hwcrhk_RSAGetPublicKey = NULL; - p_hwcrhk_RSAUnloadKey = NULL; -#endif - p_hwcrhk_ModExpCRT = NULL; - p_hwcrhk_RandomBytes = NULL; - return to_return; - } - -static int hwcrhk_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void)) - { - int to_return = 1; - - switch(cmd) - { - case HWCRHK_CMD_SO_PATH: - if(hwcrhk_dso) - { - HWCRHKerr(HWCRHK_F_HWCRHK_CTRL,HWCRHK_R_ALREADY_LOADED); - return 0; - } - if(p == NULL) - { - HWCRHKerr(HWCRHK_F_HWCRHK_CTRL,ERR_R_PASSED_NULL_PARAMETER); - return 0; - } - return set_HWCRHK_LIBNAME((const char *)p); - case ENGINE_CTRL_SET_LOGSTREAM: - { - BIO *bio = (BIO *)p; - - CRYPTO_w_lock(CRYPTO_LOCK_ENGINE); - if (logstream) - { - BIO_free(logstream); - logstream = NULL; - } - if (CRYPTO_add(&bio->references,1,CRYPTO_LOCK_BIO) > 1) - logstream = bio; - else - HWCRHKerr(HWCRHK_F_HWCRHK_CTRL,HWCRHK_R_BIO_WAS_FREED); - } - CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE); - break; - case ENGINE_CTRL_SET_PASSWORD_CALLBACK: - CRYPTO_w_lock(CRYPTO_LOCK_ENGINE); - password_context.password_callback = (pem_password_cb *)f; - CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE); - break; - case ENGINE_CTRL_SET_USER_INTERFACE: - case HWCRHK_CMD_SET_USER_INTERFACE: - CRYPTO_w_lock(CRYPTO_LOCK_ENGINE); - password_context.ui_method = (UI_METHOD *)p; - CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE); - break; - case ENGINE_CTRL_SET_CALLBACK_DATA: - case HWCRHK_CMD_SET_CALLBACK_DATA: - CRYPTO_w_lock(CRYPTO_LOCK_ENGINE); - password_context.callback_data = p; - CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE); - break; - /* this enables or disables the "SimpleForkCheck" flag used in the - * initialisation structure. */ - case ENGINE_CTRL_CHIL_SET_FORKCHECK: - case HWCRHK_CMD_FORK_CHECK: - CRYPTO_w_lock(CRYPTO_LOCK_ENGINE); - if(i) - hwcrhk_globals.flags |= - HWCryptoHook_InitFlags_SimpleForkCheck; - else - hwcrhk_globals.flags &= - ~HWCryptoHook_InitFlags_SimpleForkCheck; - CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE); - break; - /* This will prevent the initialisation function from "installing" - * the mutex-handling callbacks, even if they are available from - * within the library (or were provided to the library from the - * calling application). This is to remove any baggage for - * applications not using multithreading. */ - case ENGINE_CTRL_CHIL_NO_LOCKING: - CRYPTO_w_lock(CRYPTO_LOCK_ENGINE); - disable_mutex_callbacks = 1; - CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE); - break; - case HWCRHK_CMD_THREAD_LOCKING: - CRYPTO_w_lock(CRYPTO_LOCK_ENGINE); - disable_mutex_callbacks = ((i == 0) ? 0 : 1); - CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE); - break; - - /* The command isn't understood by this engine */ - default: - HWCRHKerr(HWCRHK_F_HWCRHK_CTRL, - HWCRHK_R_CTRL_COMMAND_NOT_IMPLEMENTED); - to_return = 0; - break; - } - - return to_return; - } + if (logstream) + BIO_free(logstream); + hwcrhk_dso = NULL; + p_hwcrhk_Init = NULL; + p_hwcrhk_Finish = NULL; + p_hwcrhk_ModExp = NULL; +# ifndef OPENSSL_NO_RSA + p_hwcrhk_RSA = NULL; + p_hwcrhk_RSALoadKey = NULL; + p_hwcrhk_RSAGetPublicKey = NULL; + p_hwcrhk_RSAUnloadKey = NULL; +# endif + p_hwcrhk_ModExpCRT = NULL; + p_hwcrhk_RandomBytes = NULL; + return to_return; +} + +static int hwcrhk_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void)) +{ + int to_return = 1; + + switch (cmd) { + case HWCRHK_CMD_SO_PATH: + if (hwcrhk_dso) { + HWCRHKerr(HWCRHK_F_HWCRHK_CTRL, HWCRHK_R_ALREADY_LOADED); + return 0; + } + if (p == NULL) { + HWCRHKerr(HWCRHK_F_HWCRHK_CTRL, ERR_R_PASSED_NULL_PARAMETER); + return 0; + } + return set_HWCRHK_LIBNAME((const char *)p); + case ENGINE_CTRL_SET_LOGSTREAM: + { + BIO *bio = (BIO *)p; + + CRYPTO_w_lock(CRYPTO_LOCK_ENGINE); + if (logstream) { + BIO_free(logstream); + logstream = NULL; + } + if (CRYPTO_add(&bio->references, 1, CRYPTO_LOCK_BIO) > 1) + logstream = bio; + else + HWCRHKerr(HWCRHK_F_HWCRHK_CTRL, HWCRHK_R_BIO_WAS_FREED); + } + CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE); + break; + case ENGINE_CTRL_SET_PASSWORD_CALLBACK: + CRYPTO_w_lock(CRYPTO_LOCK_ENGINE); + password_context.password_callback = (pem_password_cb *)f; + CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE); + break; + case ENGINE_CTRL_SET_USER_INTERFACE: + case HWCRHK_CMD_SET_USER_INTERFACE: + CRYPTO_w_lock(CRYPTO_LOCK_ENGINE); + password_context.ui_method = (UI_METHOD *)p; + CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE); + break; + case ENGINE_CTRL_SET_CALLBACK_DATA: + case HWCRHK_CMD_SET_CALLBACK_DATA: + CRYPTO_w_lock(CRYPTO_LOCK_ENGINE); + password_context.callback_data = p; + CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE); + break; + /* + * this enables or disables the "SimpleForkCheck" flag used in the + * initialisation structure. + */ + case ENGINE_CTRL_CHIL_SET_FORKCHECK: + case HWCRHK_CMD_FORK_CHECK: + CRYPTO_w_lock(CRYPTO_LOCK_ENGINE); + if (i) + hwcrhk_globals.flags |= HWCryptoHook_InitFlags_SimpleForkCheck; + else + hwcrhk_globals.flags &= ~HWCryptoHook_InitFlags_SimpleForkCheck; + CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE); + break; + /* + * This will prevent the initialisation function from "installing" + * the mutex-handling callbacks, even if they are available from + * within the library (or were provided to the library from the + * calling application). This is to remove any baggage for + * applications not using multithreading. + */ + case ENGINE_CTRL_CHIL_NO_LOCKING: + CRYPTO_w_lock(CRYPTO_LOCK_ENGINE); + disable_mutex_callbacks = 1; + CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE); + break; + case HWCRHK_CMD_THREAD_LOCKING: + CRYPTO_w_lock(CRYPTO_LOCK_ENGINE); + disable_mutex_callbacks = ((i == 0) ? 0 : 1); + CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE); + break; + + /* The command isn't understood by this engine */ + default: + HWCRHKerr(HWCRHK_F_HWCRHK_CTRL, + HWCRHK_R_CTRL_COMMAND_NOT_IMPLEMENTED); + to_return = 0; + break; + } + + return to_return; +} static EVP_PKEY *hwcrhk_load_privkey(ENGINE *eng, const char *key_id, - UI_METHOD *ui_method, void *callback_data) - { -#ifndef OPENSSL_NO_RSA - RSA *rtmp = NULL; -#endif - EVP_PKEY *res = NULL; -#ifndef OPENSSL_NO_RSA - HWCryptoHook_MPI e, n; - HWCryptoHook_RSAKeyHandle *hptr; -#endif -#if !defined(OPENSSL_NO_RSA) - char tempbuf[1024]; - HWCryptoHook_ErrMsgBuf rmsg; - HWCryptoHook_PassphraseContext ppctx; -#endif - -#if !defined(OPENSSL_NO_RSA) - rmsg.buf = tempbuf; - rmsg.size = sizeof(tempbuf); -#endif - - if(!hwcrhk_context) - { - HWCRHKerr(HWCRHK_F_HWCRHK_LOAD_PRIVKEY, - HWCRHK_R_NOT_INITIALISED); - goto err; - } -#ifndef OPENSSL_NO_RSA - hptr = OPENSSL_malloc(sizeof(HWCryptoHook_RSAKeyHandle)); - if (!hptr) - { - HWCRHKerr(HWCRHK_F_HWCRHK_LOAD_PRIVKEY, - ERR_R_MALLOC_FAILURE); - goto err; - } - ppctx.ui_method = ui_method; - ppctx.callback_data = callback_data; - if (p_hwcrhk_RSALoadKey(hwcrhk_context, key_id, hptr, - &rmsg, &ppctx)) - { - HWCRHKerr(HWCRHK_F_HWCRHK_LOAD_PRIVKEY, - HWCRHK_R_CHIL_ERROR); - ERR_add_error_data(1,rmsg.buf); - goto err; - } - if (!*hptr) - { - HWCRHKerr(HWCRHK_F_HWCRHK_LOAD_PRIVKEY, - HWCRHK_R_NO_KEY); - goto err; - } -#endif -#ifndef OPENSSL_NO_RSA - rtmp = RSA_new_method(eng); - RSA_set_ex_data(rtmp, hndidx_rsa, (char *)hptr); - rtmp->e = BN_new(); - rtmp->n = BN_new(); - rtmp->flags |= RSA_FLAG_EXT_PKEY; - MPI2BN(rtmp->e, e); - MPI2BN(rtmp->n, n); - if (p_hwcrhk_RSAGetPublicKey(*hptr, &n, &e, &rmsg) - != HWCRYPTOHOOK_ERROR_MPISIZE) - { - HWCRHKerr(HWCRHK_F_HWCRHK_LOAD_PRIVKEY,HWCRHK_R_CHIL_ERROR); - ERR_add_error_data(1,rmsg.buf); - goto err; - } - - bn_expand2(rtmp->e, e.size/sizeof(BN_ULONG)); - bn_expand2(rtmp->n, n.size/sizeof(BN_ULONG)); - MPI2BN(rtmp->e, e); - MPI2BN(rtmp->n, n); - - if (p_hwcrhk_RSAGetPublicKey(*hptr, &n, &e, &rmsg)) - { - HWCRHKerr(HWCRHK_F_HWCRHK_LOAD_PRIVKEY, - HWCRHK_R_CHIL_ERROR); - ERR_add_error_data(1,rmsg.buf); - goto err; - } - rtmp->e->top = e.size / sizeof(BN_ULONG); - bn_fix_top(rtmp->e); - rtmp->n->top = n.size / sizeof(BN_ULONG); - bn_fix_top(rtmp->n); - - res = EVP_PKEY_new(); - EVP_PKEY_assign_RSA(res, rtmp); -#endif - - if (!res) - HWCRHKerr(HWCRHK_F_HWCRHK_LOAD_PRIVKEY, - HWCRHK_R_PRIVATE_KEY_ALGORITHMS_DISABLED); - - return res; + UI_METHOD *ui_method, + void *callback_data) +{ +# ifndef OPENSSL_NO_RSA + RSA *rtmp = NULL; +# endif + EVP_PKEY *res = NULL; +# ifndef OPENSSL_NO_RSA + HWCryptoHook_MPI e, n; + HWCryptoHook_RSAKeyHandle *hptr; +# endif +# if !defined(OPENSSL_NO_RSA) + char tempbuf[1024]; + HWCryptoHook_ErrMsgBuf rmsg; + HWCryptoHook_PassphraseContext ppctx; +# endif + +# if !defined(OPENSSL_NO_RSA) + rmsg.buf = tempbuf; + rmsg.size = sizeof(tempbuf); +# endif + + if (!hwcrhk_context) { + HWCRHKerr(HWCRHK_F_HWCRHK_LOAD_PRIVKEY, HWCRHK_R_NOT_INITIALISED); + goto err; + } +# ifndef OPENSSL_NO_RSA + hptr = OPENSSL_malloc(sizeof(HWCryptoHook_RSAKeyHandle)); + if (!hptr) { + HWCRHKerr(HWCRHK_F_HWCRHK_LOAD_PRIVKEY, ERR_R_MALLOC_FAILURE); + goto err; + } + ppctx.ui_method = ui_method; + ppctx.callback_data = callback_data; + if (p_hwcrhk_RSALoadKey(hwcrhk_context, key_id, hptr, &rmsg, &ppctx)) { + HWCRHKerr(HWCRHK_F_HWCRHK_LOAD_PRIVKEY, HWCRHK_R_CHIL_ERROR); + ERR_add_error_data(1, rmsg.buf); + goto err; + } + if (!*hptr) { + HWCRHKerr(HWCRHK_F_HWCRHK_LOAD_PRIVKEY, HWCRHK_R_NO_KEY); + goto err; + } +# endif +# ifndef OPENSSL_NO_RSA + rtmp = RSA_new_method(eng); + RSA_set_ex_data(rtmp, hndidx_rsa, (char *)hptr); + rtmp->e = BN_new(); + rtmp->n = BN_new(); + rtmp->flags |= RSA_FLAG_EXT_PKEY; + MPI2BN(rtmp->e, e); + MPI2BN(rtmp->n, n); + if (p_hwcrhk_RSAGetPublicKey(*hptr, &n, &e, &rmsg) + != HWCRYPTOHOOK_ERROR_MPISIZE) { + HWCRHKerr(HWCRHK_F_HWCRHK_LOAD_PRIVKEY, HWCRHK_R_CHIL_ERROR); + ERR_add_error_data(1, rmsg.buf); + goto err; + } + + bn_expand2(rtmp->e, e.size / sizeof(BN_ULONG)); + bn_expand2(rtmp->n, n.size / sizeof(BN_ULONG)); + MPI2BN(rtmp->e, e); + MPI2BN(rtmp->n, n); + + if (p_hwcrhk_RSAGetPublicKey(*hptr, &n, &e, &rmsg)) { + HWCRHKerr(HWCRHK_F_HWCRHK_LOAD_PRIVKEY, HWCRHK_R_CHIL_ERROR); + ERR_add_error_data(1, rmsg.buf); + goto err; + } + rtmp->e->top = e.size / sizeof(BN_ULONG); + bn_fix_top(rtmp->e); + rtmp->n->top = n.size / sizeof(BN_ULONG); + bn_fix_top(rtmp->n); + + res = EVP_PKEY_new(); + EVP_PKEY_assign_RSA(res, rtmp); +# endif + + if (!res) + HWCRHKerr(HWCRHK_F_HWCRHK_LOAD_PRIVKEY, + HWCRHK_R_PRIVATE_KEY_ALGORITHMS_DISABLED); + + return res; err: -#ifndef OPENSSL_NO_RSA - if (rtmp) - RSA_free(rtmp); -#endif - return NULL; - } +# ifndef OPENSSL_NO_RSA + if (rtmp) + RSA_free(rtmp); +# endif + return NULL; +} static EVP_PKEY *hwcrhk_load_pubkey(ENGINE *eng, const char *key_id, - UI_METHOD *ui_method, void *callback_data) - { - EVP_PKEY *res = NULL; - -#ifndef OPENSSL_NO_RSA - res = hwcrhk_load_privkey(eng, key_id, - ui_method, callback_data); -#endif - - if (res) - switch(res->type) - { -#ifndef OPENSSL_NO_RSA - case EVP_PKEY_RSA: - { - RSA *rsa = NULL; - - CRYPTO_w_lock(CRYPTO_LOCK_EVP_PKEY); - rsa = res->pkey.rsa; - res->pkey.rsa = RSA_new(); - res->pkey.rsa->n = rsa->n; - res->pkey.rsa->e = rsa->e; - rsa->n = NULL; - rsa->e = NULL; - CRYPTO_w_unlock(CRYPTO_LOCK_EVP_PKEY); - RSA_free(rsa); - } - break; -#endif - default: - HWCRHKerr(HWCRHK_F_HWCRHK_LOAD_PUBKEY, - HWCRHK_R_CTRL_COMMAND_NOT_IMPLEMENTED); - goto err; - } - - return res; + UI_METHOD *ui_method, void *callback_data) +{ + EVP_PKEY *res = NULL; + +# ifndef OPENSSL_NO_RSA + res = hwcrhk_load_privkey(eng, key_id, ui_method, callback_data); +# endif + + if (res) + switch (res->type) { +# ifndef OPENSSL_NO_RSA + case EVP_PKEY_RSA: + { + RSA *rsa = NULL; + + CRYPTO_w_lock(CRYPTO_LOCK_EVP_PKEY); + rsa = res->pkey.rsa; + res->pkey.rsa = RSA_new(); + res->pkey.rsa->n = rsa->n; + res->pkey.rsa->e = rsa->e; + rsa->n = NULL; + rsa->e = NULL; + CRYPTO_w_unlock(CRYPTO_LOCK_EVP_PKEY); + RSA_free(rsa); + } + break; +# endif + default: + HWCRHKerr(HWCRHK_F_HWCRHK_LOAD_PUBKEY, + HWCRHK_R_CTRL_COMMAND_NOT_IMPLEMENTED); + goto err; + } + + return res; err: - if (res) - EVP_PKEY_free(res); - return NULL; - } + if (res) + EVP_PKEY_free(res); + return NULL; +} /* A little mod_exp */ static int hwcrhk_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, - const BIGNUM *m, BN_CTX *ctx) - { - char tempbuf[1024]; - HWCryptoHook_ErrMsgBuf rmsg; - /* Since HWCryptoHook_MPI is pretty compatible with BIGNUM's, - we use them directly, plus a little macro magic. We only - thing we need to make sure of is that enough space is allocated. */ - HWCryptoHook_MPI m_a, m_p, m_n, m_r; - int to_return, ret; - - to_return = 0; /* expect failure */ - rmsg.buf = tempbuf; - rmsg.size = sizeof(tempbuf); - - if(!hwcrhk_context) - { - HWCRHKerr(HWCRHK_F_HWCRHK_MOD_EXP,HWCRHK_R_NOT_INITIALISED); - goto err; - } - /* Prepare the params */ - bn_expand2(r, m->top); /* Check for error !! */ - BN2MPI(m_a, a); - BN2MPI(m_p, p); - BN2MPI(m_n, m); - MPI2BN(r, m_r); - - /* Perform the operation */ - ret = p_hwcrhk_ModExp(hwcrhk_context, m_a, m_p, m_n, &m_r, &rmsg); - - /* Convert the response */ - r->top = m_r.size / sizeof(BN_ULONG); - bn_fix_top(r); - - if (ret < 0) - { - /* FIXME: When this error is returned, HWCryptoHook is - telling us that falling back to software computation - might be a good thing. */ - if(ret == HWCRYPTOHOOK_ERROR_FALLBACK) - { - HWCRHKerr(HWCRHK_F_HWCRHK_MOD_EXP,HWCRHK_R_REQUEST_FALLBACK); - } - else - { - HWCRHKerr(HWCRHK_F_HWCRHK_MOD_EXP,HWCRHK_R_REQUEST_FAILED); - } - ERR_add_error_data(1,rmsg.buf); - goto err; - } - - to_return = 1; -err: - return to_return; - } - -#ifndef OPENSSL_NO_RSA -static int hwcrhk_rsa_mod_exp(BIGNUM *r, const BIGNUM *I, RSA *rsa, BN_CTX *ctx) - { - char tempbuf[1024]; - HWCryptoHook_ErrMsgBuf rmsg; - HWCryptoHook_RSAKeyHandle *hptr; - int to_return = 0, ret; - - rmsg.buf = tempbuf; - rmsg.size = sizeof(tempbuf); - - if(!hwcrhk_context) - { - HWCRHKerr(HWCRHK_F_HWCRHK_RSA_MOD_EXP,HWCRHK_R_NOT_INITIALISED); - goto err; - } - - /* This provides support for nForce keys. Since that's opaque data - all we do is provide a handle to the proper key and let HWCryptoHook - take care of the rest. */ - if ((hptr = (HWCryptoHook_RSAKeyHandle *) RSA_get_ex_data(rsa, hndidx_rsa)) - != NULL) - { - HWCryptoHook_MPI m_a, m_r; - - if(!rsa->n) - { - HWCRHKerr(HWCRHK_F_HWCRHK_RSA_MOD_EXP, - HWCRHK_R_MISSING_KEY_COMPONENTS); - goto err; - } - - /* Prepare the params */ - bn_expand2(r, rsa->n->top); /* Check for error !! */ - BN2MPI(m_a, I); - MPI2BN(r, m_r); - - /* Perform the operation */ - ret = p_hwcrhk_RSA(m_a, *hptr, &m_r, &rmsg); - - /* Convert the response */ - r->top = m_r.size / sizeof(BN_ULONG); - bn_fix_top(r); - - if (ret < 0) - { - /* FIXME: When this error is returned, HWCryptoHook is - telling us that falling back to software computation - might be a good thing. */ - if(ret == HWCRYPTOHOOK_ERROR_FALLBACK) - { - HWCRHKerr(HWCRHK_F_HWCRHK_RSA_MOD_EXP, - HWCRHK_R_REQUEST_FALLBACK); - } - else - { - HWCRHKerr(HWCRHK_F_HWCRHK_RSA_MOD_EXP, - HWCRHK_R_REQUEST_FAILED); - } - ERR_add_error_data(1,rmsg.buf); - goto err; - } - } - else - { - HWCryptoHook_MPI m_a, m_p, m_q, m_dmp1, m_dmq1, m_iqmp, m_r; - - if(!rsa->p || !rsa->q || !rsa->dmp1 || !rsa->dmq1 || !rsa->iqmp) - { - HWCRHKerr(HWCRHK_F_HWCRHK_RSA_MOD_EXP, - HWCRHK_R_MISSING_KEY_COMPONENTS); - goto err; - } - - /* Prepare the params */ - bn_expand2(r, rsa->n->top); /* Check for error !! */ - BN2MPI(m_a, I); - BN2MPI(m_p, rsa->p); - BN2MPI(m_q, rsa->q); - BN2MPI(m_dmp1, rsa->dmp1); - BN2MPI(m_dmq1, rsa->dmq1); - BN2MPI(m_iqmp, rsa->iqmp); - MPI2BN(r, m_r); - - /* Perform the operation */ - ret = p_hwcrhk_ModExpCRT(hwcrhk_context, m_a, m_p, m_q, - m_dmp1, m_dmq1, m_iqmp, &m_r, &rmsg); - - /* Convert the response */ - r->top = m_r.size / sizeof(BN_ULONG); - bn_fix_top(r); - - if (ret < 0) - { - /* FIXME: When this error is returned, HWCryptoHook is - telling us that falling back to software computation - might be a good thing. */ - if(ret == HWCRYPTOHOOK_ERROR_FALLBACK) - { - HWCRHKerr(HWCRHK_F_HWCRHK_RSA_MOD_EXP, - HWCRHK_R_REQUEST_FALLBACK); - } - else - { - HWCRHKerr(HWCRHK_F_HWCRHK_RSA_MOD_EXP, - HWCRHK_R_REQUEST_FAILED); - } - ERR_add_error_data(1,rmsg.buf); - goto err; - } - } - /* If we're here, we must be here with some semblance of success :-) */ - to_return = 1; -err: - return to_return; - } -#endif + const BIGNUM *m, BN_CTX *ctx) +{ + char tempbuf[1024]; + HWCryptoHook_ErrMsgBuf rmsg; + /* + * Since HWCryptoHook_MPI is pretty compatible with BIGNUM's, we use them + * directly, plus a little macro magic. We only thing we need to make + * sure of is that enough space is allocated. + */ + HWCryptoHook_MPI m_a, m_p, m_n, m_r; + int to_return, ret; + + to_return = 0; /* expect failure */ + rmsg.buf = tempbuf; + rmsg.size = sizeof(tempbuf); + + if (!hwcrhk_context) { + HWCRHKerr(HWCRHK_F_HWCRHK_MOD_EXP, HWCRHK_R_NOT_INITIALISED); + goto err; + } + /* Prepare the params */ + bn_expand2(r, m->top); /* Check for error !! */ + BN2MPI(m_a, a); + BN2MPI(m_p, p); + BN2MPI(m_n, m); + MPI2BN(r, m_r); + + /* Perform the operation */ + ret = p_hwcrhk_ModExp(hwcrhk_context, m_a, m_p, m_n, &m_r, &rmsg); + + /* Convert the response */ + r->top = m_r.size / sizeof(BN_ULONG); + bn_fix_top(r); + + if (ret < 0) { + /* + * FIXME: When this error is returned, HWCryptoHook is telling us + * that falling back to software computation might be a good thing. + */ + if (ret == HWCRYPTOHOOK_ERROR_FALLBACK) { + HWCRHKerr(HWCRHK_F_HWCRHK_MOD_EXP, HWCRHK_R_REQUEST_FALLBACK); + } else { + HWCRHKerr(HWCRHK_F_HWCRHK_MOD_EXP, HWCRHK_R_REQUEST_FAILED); + } + ERR_add_error_data(1, rmsg.buf); + goto err; + } + + to_return = 1; + err: + return to_return; +} + +# ifndef OPENSSL_NO_RSA +static int hwcrhk_rsa_mod_exp(BIGNUM *r, const BIGNUM *I, RSA *rsa, + BN_CTX *ctx) +{ + char tempbuf[1024]; + HWCryptoHook_ErrMsgBuf rmsg; + HWCryptoHook_RSAKeyHandle *hptr; + int to_return = 0, ret; + + rmsg.buf = tempbuf; + rmsg.size = sizeof(tempbuf); + + if (!hwcrhk_context) { + HWCRHKerr(HWCRHK_F_HWCRHK_RSA_MOD_EXP, HWCRHK_R_NOT_INITIALISED); + goto err; + } + + /* + * This provides support for nForce keys. Since that's opaque data all + * we do is provide a handle to the proper key and let HWCryptoHook take + * care of the rest. + */ + if ((hptr = + (HWCryptoHook_RSAKeyHandle *) RSA_get_ex_data(rsa, hndidx_rsa)) + != NULL) { + HWCryptoHook_MPI m_a, m_r; + + if (!rsa->n) { + HWCRHKerr(HWCRHK_F_HWCRHK_RSA_MOD_EXP, + HWCRHK_R_MISSING_KEY_COMPONENTS); + goto err; + } + + /* Prepare the params */ + bn_expand2(r, rsa->n->top); /* Check for error !! */ + BN2MPI(m_a, I); + MPI2BN(r, m_r); + + /* Perform the operation */ + ret = p_hwcrhk_RSA(m_a, *hptr, &m_r, &rmsg); + + /* Convert the response */ + r->top = m_r.size / sizeof(BN_ULONG); + bn_fix_top(r); + + if (ret < 0) { + /* + * FIXME: When this error is returned, HWCryptoHook is telling us + * that falling back to software computation might be a good + * thing. + */ + if (ret == HWCRYPTOHOOK_ERROR_FALLBACK) { + HWCRHKerr(HWCRHK_F_HWCRHK_RSA_MOD_EXP, + HWCRHK_R_REQUEST_FALLBACK); + } else { + HWCRHKerr(HWCRHK_F_HWCRHK_RSA_MOD_EXP, + HWCRHK_R_REQUEST_FAILED); + } + ERR_add_error_data(1, rmsg.buf); + goto err; + } + } else { + HWCryptoHook_MPI m_a, m_p, m_q, m_dmp1, m_dmq1, m_iqmp, m_r; + + if (!rsa->p || !rsa->q || !rsa->dmp1 || !rsa->dmq1 || !rsa->iqmp) { + HWCRHKerr(HWCRHK_F_HWCRHK_RSA_MOD_EXP, + HWCRHK_R_MISSING_KEY_COMPONENTS); + goto err; + } + + /* Prepare the params */ + bn_expand2(r, rsa->n->top); /* Check for error !! */ + BN2MPI(m_a, I); + BN2MPI(m_p, rsa->p); + BN2MPI(m_q, rsa->q); + BN2MPI(m_dmp1, rsa->dmp1); + BN2MPI(m_dmq1, rsa->dmq1); + BN2MPI(m_iqmp, rsa->iqmp); + MPI2BN(r, m_r); + + /* Perform the operation */ + ret = p_hwcrhk_ModExpCRT(hwcrhk_context, m_a, m_p, m_q, + m_dmp1, m_dmq1, m_iqmp, &m_r, &rmsg); + + /* Convert the response */ + r->top = m_r.size / sizeof(BN_ULONG); + bn_fix_top(r); + + if (ret < 0) { + /* + * FIXME: When this error is returned, HWCryptoHook is telling us + * that falling back to software computation might be a good + * thing. + */ + if (ret == HWCRYPTOHOOK_ERROR_FALLBACK) { + HWCRHKerr(HWCRHK_F_HWCRHK_RSA_MOD_EXP, + HWCRHK_R_REQUEST_FALLBACK); + } else { + HWCRHKerr(HWCRHK_F_HWCRHK_RSA_MOD_EXP, + HWCRHK_R_REQUEST_FAILED); + } + ERR_add_error_data(1, rmsg.buf); + goto err; + } + } + /* + * If we're here, we must be here with some semblance of success :-) + */ + to_return = 1; + err: + return to_return; +} +# endif -#ifndef OPENSSL_NO_RSA +# ifndef OPENSSL_NO_RSA /* This function is aliased to mod_exp (with the mont stuff dropped). */ static int hwcrhk_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, - const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) - { - return hwcrhk_mod_exp(r, a, p, m, ctx); - } + const BIGNUM *m, BN_CTX *ctx, + BN_MONT_CTX *m_ctx) +{ + return hwcrhk_mod_exp(r, a, p, m, ctx); +} static int hwcrhk_rsa_finish(RSA *rsa) - { - HWCryptoHook_RSAKeyHandle *hptr; - - hptr = RSA_get_ex_data(rsa, hndidx_rsa); - if (hptr) - { - p_hwcrhk_RSAUnloadKey(*hptr, NULL); - OPENSSL_free(hptr); - RSA_set_ex_data(rsa, hndidx_rsa, NULL); - } - return 1; - } +{ + HWCryptoHook_RSAKeyHandle *hptr; -#endif + hptr = RSA_get_ex_data(rsa, hndidx_rsa); + if (hptr) { + p_hwcrhk_RSAUnloadKey(*hptr, NULL); + OPENSSL_free(hptr); + RSA_set_ex_data(rsa, hndidx_rsa, NULL); + } + return 1; +} -#ifndef OPENSSL_NO_DH +# endif + +# ifndef OPENSSL_NO_DH /* This function is aliased to mod_exp (with the dh and mont dropped). */ static int hwcrhk_mod_exp_dh(const DH *dh, BIGNUM *r, - const BIGNUM *a, const BIGNUM *p, - const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) - { - return hwcrhk_mod_exp(r, a, p, m, ctx); - } -#endif + const BIGNUM *a, const BIGNUM *p, + const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) +{ + return hwcrhk_mod_exp(r, a, p, m, ctx); +} +# endif /* Random bytes are good */ static int hwcrhk_rand_bytes(unsigned char *buf, int num) - { - char tempbuf[1024]; - HWCryptoHook_ErrMsgBuf rmsg; - int to_return = 0; /* assume failure */ - int ret; - - rmsg.buf = tempbuf; - rmsg.size = sizeof(tempbuf); - - if(!hwcrhk_context) - { - HWCRHKerr(HWCRHK_F_HWCRHK_RAND_BYTES,HWCRHK_R_NOT_INITIALISED); - goto err; - } - - ret = p_hwcrhk_RandomBytes(hwcrhk_context, buf, num, &rmsg); - if (ret < 0) - { - /* FIXME: When this error is returned, HWCryptoHook is - telling us that falling back to software computation - might be a good thing. */ - if(ret == HWCRYPTOHOOK_ERROR_FALLBACK) - { - HWCRHKerr(HWCRHK_F_HWCRHK_RAND_BYTES, - HWCRHK_R_REQUEST_FALLBACK); - } - else - { - HWCRHKerr(HWCRHK_F_HWCRHK_RAND_BYTES, - HWCRHK_R_REQUEST_FAILED); - } - ERR_add_error_data(1,rmsg.buf); - goto err; - } - to_return = 1; +{ + char tempbuf[1024]; + HWCryptoHook_ErrMsgBuf rmsg; + int to_return = 0; /* assume failure */ + int ret; + + rmsg.buf = tempbuf; + rmsg.size = sizeof(tempbuf); + + if (!hwcrhk_context) { + HWCRHKerr(HWCRHK_F_HWCRHK_RAND_BYTES, HWCRHK_R_NOT_INITIALISED); + goto err; + } + + ret = p_hwcrhk_RandomBytes(hwcrhk_context, buf, num, &rmsg); + if (ret < 0) { + /* + * FIXME: When this error is returned, HWCryptoHook is telling us + * that falling back to software computation might be a good thing. + */ + if (ret == HWCRYPTOHOOK_ERROR_FALLBACK) { + HWCRHKerr(HWCRHK_F_HWCRHK_RAND_BYTES, HWCRHK_R_REQUEST_FALLBACK); + } else { + HWCRHKerr(HWCRHK_F_HWCRHK_RAND_BYTES, HWCRHK_R_REQUEST_FAILED); + } + ERR_add_error_data(1, rmsg.buf); + goto err; + } + to_return = 1; err: - return to_return; - } + return to_return; +} static int hwcrhk_rand_status(void) - { - return 1; - } +{ + return 1; +} -/* Mutex calls: since the HWCryptoHook model closely follows the POSIX model +/* + * Mutex calls: since the HWCryptoHook model closely follows the POSIX model * these just wrap the POSIX functions and add some logging. */ -static int hwcrhk_mutex_init(HWCryptoHook_Mutex* mt, - HWCryptoHook_CallerContext *cactx) - { - mt->lockid = CRYPTO_get_new_dynlockid(); - if (mt->lockid == 0) - return 1; /* failure */ - return 0; /* success */ - } - -static int hwcrhk_mutex_lock(HWCryptoHook_Mutex *mt) - { - CRYPTO_w_lock(mt->lockid); - return 0; - } +static int hwcrhk_mutex_init(HWCryptoHook_Mutex * mt, + HWCryptoHook_CallerContext * cactx) +{ + mt->lockid = CRYPTO_get_new_dynlockid(); + if (mt->lockid == 0) + return 1; /* failure */ + return 0; /* success */ +} + +static int hwcrhk_mutex_lock(HWCryptoHook_Mutex * mt) +{ + CRYPTO_w_lock(mt->lockid); + return 0; +} static void hwcrhk_mutex_unlock(HWCryptoHook_Mutex * mt) - { - CRYPTO_w_unlock(mt->lockid); - } +{ + CRYPTO_w_unlock(mt->lockid); +} -static void hwcrhk_mutex_destroy(HWCryptoHook_Mutex *mt) - { - CRYPTO_destroy_dynlockid(mt->lockid); - } +static void hwcrhk_mutex_destroy(HWCryptoHook_Mutex * mt) +{ + CRYPTO_destroy_dynlockid(mt->lockid); +} static int hwcrhk_get_pass(const char *prompt_info, - int *len_io, char *buf, - HWCryptoHook_PassphraseContext *ppctx, - HWCryptoHook_CallerContext *cactx) - { - pem_password_cb *callback = NULL; - void *callback_data = NULL; - UI_METHOD *ui_method = NULL; - /* Despite what the documentation says prompt_info can be - * an empty string. - */ - if (prompt_info && !*prompt_info) - prompt_info = NULL; - - if (cactx) - { - if (cactx->ui_method) - ui_method = cactx->ui_method; - if (cactx->password_callback) - callback = cactx->password_callback; - if (cactx->callback_data) - callback_data = cactx->callback_data; - } - if (ppctx) - { - if (ppctx->ui_method) - { - ui_method = ppctx->ui_method; - callback = NULL; - } - if (ppctx->callback_data) - callback_data = ppctx->callback_data; - } - if (callback == NULL && ui_method == NULL) - { - HWCRHKerr(HWCRHK_F_HWCRHK_GET_PASS,HWCRHK_R_NO_CALLBACK); - return -1; - } - - if (ui_method) - { - UI *ui = UI_new_method(ui_method); - if (ui) - { - int ok; - char *prompt = UI_construct_prompt(ui, - "pass phrase", prompt_info); - - ok = UI_add_input_string(ui,prompt, - UI_INPUT_FLAG_DEFAULT_PWD, - buf,0,(*len_io) - 1); - UI_add_user_data(ui, callback_data); - UI_ctrl(ui, UI_CTRL_PRINT_ERRORS, 1, 0, 0); - - if (ok >= 0) - do - { - ok=UI_process(ui); - } - while (ok < 0 && UI_ctrl(ui, UI_CTRL_IS_REDOABLE, 0, 0, 0)); - - if (ok >= 0) - *len_io = strlen(buf); - - UI_free(ui); - OPENSSL_free(prompt); - } - } - else - { - *len_io = callback(buf, *len_io, 0, callback_data); + int *len_io, char *buf, + HWCryptoHook_PassphraseContext * ppctx, + HWCryptoHook_CallerContext * cactx) +{ + pem_password_cb *callback = NULL; + void *callback_data = NULL; + UI_METHOD *ui_method = NULL; + /* + * Despite what the documentation says prompt_info can be an empty + * string. + */ + if (prompt_info && !*prompt_info) + prompt_info = NULL; + + if (cactx) { + if (cactx->ui_method) + ui_method = cactx->ui_method; + if (cactx->password_callback) + callback = cactx->password_callback; + if (cactx->callback_data) + callback_data = cactx->callback_data; + } + if (ppctx) { + if (ppctx->ui_method) { + ui_method = ppctx->ui_method; + callback = NULL; + } + if (ppctx->callback_data) + callback_data = ppctx->callback_data; + } + if (callback == NULL && ui_method == NULL) { + HWCRHKerr(HWCRHK_F_HWCRHK_GET_PASS, HWCRHK_R_NO_CALLBACK); + return -1; + } + + if (ui_method) { + UI *ui = UI_new_method(ui_method); + if (ui) { + int ok; + char *prompt = UI_construct_prompt(ui, + "pass phrase", prompt_info); + + ok = UI_add_input_string(ui, prompt, + UI_INPUT_FLAG_DEFAULT_PWD, + buf, 0, (*len_io) - 1); + UI_add_user_data(ui, callback_data); + UI_ctrl(ui, UI_CTRL_PRINT_ERRORS, 1, 0, 0); + + if (ok >= 0) + do { + ok = UI_process(ui); } - if(!*len_io) - return -1; - return 0; - } + while (ok < 0 && UI_ctrl(ui, UI_CTRL_IS_REDOABLE, 0, 0, 0)); + + if (ok >= 0) + *len_io = strlen(buf); + + UI_free(ui); + OPENSSL_free(prompt); + } + } else { + *len_io = callback(buf, *len_io, 0, callback_data); + } + if (!*len_io) + return -1; + return 0; +} static int hwcrhk_insert_card(const char *prompt_info, - const char *wrong_info, - HWCryptoHook_PassphraseContext *ppctx, - HWCryptoHook_CallerContext *cactx) - { - int ok = -1; - UI *ui; - void *callback_data = NULL; - UI_METHOD *ui_method = NULL; - - if (cactx) - { - if (cactx->ui_method) - ui_method = cactx->ui_method; - if (cactx->callback_data) - callback_data = cactx->callback_data; - } - if (ppctx) - { - if (ppctx->ui_method) - ui_method = ppctx->ui_method; - if (ppctx->callback_data) - callback_data = ppctx->callback_data; - } - if (ui_method == NULL) - { - HWCRHKerr(HWCRHK_F_HWCRHK_INSERT_CARD, - HWCRHK_R_NO_CALLBACK); - return -1; - } - - ui = UI_new_method(ui_method); - - if (ui) - { - char answer; - char buf[BUFSIZ]; - /* Despite what the documentation says wrong_info can be - * an empty string. - */ - if (wrong_info && *wrong_info) - BIO_snprintf(buf, sizeof(buf)-1, - "Current card: \"%s\"\n", wrong_info); - else - buf[0] = 0; - ok = UI_dup_info_string(ui, buf); - if (ok >= 0 && prompt_info) - { - BIO_snprintf(buf, sizeof(buf)-1, - "Insert card \"%s\"", prompt_info); - ok = UI_dup_input_boolean(ui, buf, - "\n then hit or C to cancel\n", - "\r\n", "Cc", UI_INPUT_FLAG_ECHO, &answer); - } - UI_add_user_data(ui, callback_data); - - if (ok >= 0) - ok = UI_process(ui); - UI_free(ui); - - if (ok == -2 || (ok >= 0 && answer == 'C')) - ok = 1; - else if (ok < 0) - ok = -1; - else - ok = 0; - } - return ok; - } + const char *wrong_info, + HWCryptoHook_PassphraseContext * ppctx, + HWCryptoHook_CallerContext * cactx) +{ + int ok = -1; + UI *ui; + void *callback_data = NULL; + UI_METHOD *ui_method = NULL; + + if (cactx) { + if (cactx->ui_method) + ui_method = cactx->ui_method; + if (cactx->callback_data) + callback_data = cactx->callback_data; + } + if (ppctx) { + if (ppctx->ui_method) + ui_method = ppctx->ui_method; + if (ppctx->callback_data) + callback_data = ppctx->callback_data; + } + if (ui_method == NULL) { + HWCRHKerr(HWCRHK_F_HWCRHK_INSERT_CARD, HWCRHK_R_NO_CALLBACK); + return -1; + } + + ui = UI_new_method(ui_method); + + if (ui) { + char answer; + char buf[BUFSIZ]; + /* + * Despite what the documentation says wrong_info can be an empty + * string. + */ + if (wrong_info && *wrong_info) + BIO_snprintf(buf, sizeof(buf) - 1, + "Current card: \"%s\"\n", wrong_info); + else + buf[0] = 0; + ok = UI_dup_info_string(ui, buf); + if (ok >= 0 && prompt_info) { + BIO_snprintf(buf, sizeof(buf) - 1, + "Insert card \"%s\"", prompt_info); + ok = UI_dup_input_boolean(ui, buf, + "\n then hit or C to cancel\n", + "\r\n", "Cc", UI_INPUT_FLAG_ECHO, + &answer); + } + UI_add_user_data(ui, callback_data); + + if (ok >= 0) + ok = UI_process(ui); + UI_free(ui); + + if (ok == -2 || (ok >= 0 && answer == 'C')) + ok = 1; + else if (ok < 0) + ok = -1; + else + ok = 0; + } + return ok; +} static void hwcrhk_log_message(void *logstr, const char *message) - { - BIO *lstream = NULL; - - CRYPTO_w_lock(CRYPTO_LOCK_BIO); - if (logstr) - lstream=*(BIO **)logstr; - if (lstream) - { - BIO_printf(lstream, "%s\n", message); - } - CRYPTO_w_unlock(CRYPTO_LOCK_BIO); - } - -/* This stuff is needed if this ENGINE is being compiled into a self-contained - * shared-library. */ -#ifndef OPENSSL_NO_DYNAMIC_ENGINE +{ + BIO *lstream = NULL; + + CRYPTO_w_lock(CRYPTO_LOCK_BIO); + if (logstr) + lstream = *(BIO **)logstr; + if (lstream) { + BIO_printf(lstream, "%s\n", message); + } + CRYPTO_w_unlock(CRYPTO_LOCK_BIO); +} + +/* + * This stuff is needed if this ENGINE is being compiled into a + * self-contained shared-library. + */ +# ifndef OPENSSL_NO_DYNAMIC_ENGINE static int bind_fn(ENGINE *e, const char *id) - { - if(id && (strcmp(id, engine_hwcrhk_id) != 0) && - (strcmp(id, engine_hwcrhk_id_alt) != 0)) - return 0; - if(!bind_helper(e)) - return 0; - return 1; - } -IMPLEMENT_DYNAMIC_CHECK_FN() -IMPLEMENT_DYNAMIC_BIND_FN(bind_fn) -#endif /* OPENSSL_NO_DYNAMIC_ENGINE */ +{ + if (id && (strcmp(id, engine_hwcrhk_id) != 0) && + (strcmp(id, engine_hwcrhk_id_alt) != 0)) + return 0; + if (!bind_helper(e)) + return 0; + return 1; +} -#endif /* !OPENSSL_NO_HW_CHIL */ -#endif /* !OPENSSL_NO_HW */ +IMPLEMENT_DYNAMIC_CHECK_FN() + IMPLEMENT_DYNAMIC_BIND_FN(bind_fn) +# endif /* OPENSSL_NO_DYNAMIC_ENGINE */ +# endif /* !OPENSSL_NO_HW_CHIL */ +#endif /* !OPENSSL_NO_HW */ diff --git a/openssl/engines/e_chil_err.c b/openssl/engines/e_chil_err.c index c5983b2fd..00fbf8cd5 100644 --- a/openssl/engines/e_chil_err.c +++ b/openssl/engines/e_chil_err.c @@ -7,7 +7,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -53,7 +53,8 @@ * */ -/* NOTE: this file was auto generated by the mkerr.pl script: any changes +/* + * NOTE: this file was auto generated by the mkerr.pl script: any changes * made to it will be overwritten when the script next updates this file, * only reason strings will be preserved. */ @@ -65,96 +66,92 @@ /* BEGIN ERROR CODES */ #ifndef OPENSSL_NO_ERR -#define ERR_FUNC(func) ERR_PACK(0,func,0) -#define ERR_REASON(reason) ERR_PACK(0,0,reason) - -static ERR_STRING_DATA HWCRHK_str_functs[]= - { -{ERR_FUNC(HWCRHK_F_HWCRHK_CTRL), "HWCRHK_CTRL"}, -{ERR_FUNC(HWCRHK_F_HWCRHK_FINISH), "HWCRHK_FINISH"}, -{ERR_FUNC(HWCRHK_F_HWCRHK_GET_PASS), "HWCRHK_GET_PASS"}, -{ERR_FUNC(HWCRHK_F_HWCRHK_INIT), "HWCRHK_INIT"}, -{ERR_FUNC(HWCRHK_F_HWCRHK_INSERT_CARD), "HWCRHK_INSERT_CARD"}, -{ERR_FUNC(HWCRHK_F_HWCRHK_LOAD_PRIVKEY), "HWCRHK_LOAD_PRIVKEY"}, -{ERR_FUNC(HWCRHK_F_HWCRHK_LOAD_PUBKEY), "HWCRHK_LOAD_PUBKEY"}, -{ERR_FUNC(HWCRHK_F_HWCRHK_MOD_EXP), "HWCRHK_MOD_EXP"}, -{ERR_FUNC(HWCRHK_F_HWCRHK_RAND_BYTES), "HWCRHK_RAND_BYTES"}, -{ERR_FUNC(HWCRHK_F_HWCRHK_RSA_MOD_EXP), "HWCRHK_RSA_MOD_EXP"}, -{0,NULL} - }; - -static ERR_STRING_DATA HWCRHK_str_reasons[]= - { -{ERR_REASON(HWCRHK_R_ALREADY_LOADED) ,"already loaded"}, -{ERR_REASON(HWCRHK_R_BIO_WAS_FREED) ,"bio was freed"}, -{ERR_REASON(HWCRHK_R_CHIL_ERROR) ,"chil error"}, -{ERR_REASON(HWCRHK_R_CTRL_COMMAND_NOT_IMPLEMENTED),"ctrl command not implemented"}, -{ERR_REASON(HWCRHK_R_DSO_FAILURE) ,"dso failure"}, -{ERR_REASON(HWCRHK_R_MISSING_KEY_COMPONENTS),"missing key components"}, -{ERR_REASON(HWCRHK_R_NOT_INITIALISED) ,"not initialised"}, -{ERR_REASON(HWCRHK_R_NOT_LOADED) ,"not loaded"}, -{ERR_REASON(HWCRHK_R_NO_CALLBACK) ,"no callback"}, -{ERR_REASON(HWCRHK_R_NO_KEY) ,"no key"}, -{ERR_REASON(HWCRHK_R_PRIVATE_KEY_ALGORITHMS_DISABLED),"private key algorithms disabled"}, -{ERR_REASON(HWCRHK_R_REQUEST_FAILED) ,"request failed"}, -{ERR_REASON(HWCRHK_R_REQUEST_FALLBACK) ,"request fallback"}, -{ERR_REASON(HWCRHK_R_UNIT_FAILURE) ,"unit failure"}, -{0,NULL} - }; +# define ERR_FUNC(func) ERR_PACK(0,func,0) +# define ERR_REASON(reason) ERR_PACK(0,0,reason) + +static ERR_STRING_DATA HWCRHK_str_functs[] = { + {ERR_FUNC(HWCRHK_F_HWCRHK_CTRL), "HWCRHK_CTRL"}, + {ERR_FUNC(HWCRHK_F_HWCRHK_FINISH), "HWCRHK_FINISH"}, + {ERR_FUNC(HWCRHK_F_HWCRHK_GET_PASS), "HWCRHK_GET_PASS"}, + {ERR_FUNC(HWCRHK_F_HWCRHK_INIT), "HWCRHK_INIT"}, + {ERR_FUNC(HWCRHK_F_HWCRHK_INSERT_CARD), "HWCRHK_INSERT_CARD"}, + {ERR_FUNC(HWCRHK_F_HWCRHK_LOAD_PRIVKEY), "HWCRHK_LOAD_PRIVKEY"}, + {ERR_FUNC(HWCRHK_F_HWCRHK_LOAD_PUBKEY), "HWCRHK_LOAD_PUBKEY"}, + {ERR_FUNC(HWCRHK_F_HWCRHK_MOD_EXP), "HWCRHK_MOD_EXP"}, + {ERR_FUNC(HWCRHK_F_HWCRHK_RAND_BYTES), "HWCRHK_RAND_BYTES"}, + {ERR_FUNC(HWCRHK_F_HWCRHK_RSA_MOD_EXP), "HWCRHK_RSA_MOD_EXP"}, + {0, NULL} +}; + +static ERR_STRING_DATA HWCRHK_str_reasons[] = { + {ERR_REASON(HWCRHK_R_ALREADY_LOADED), "already loaded"}, + {ERR_REASON(HWCRHK_R_BIO_WAS_FREED), "bio was freed"}, + {ERR_REASON(HWCRHK_R_CHIL_ERROR), "chil error"}, + {ERR_REASON(HWCRHK_R_CTRL_COMMAND_NOT_IMPLEMENTED), + "ctrl command not implemented"}, + {ERR_REASON(HWCRHK_R_DSO_FAILURE), "dso failure"}, + {ERR_REASON(HWCRHK_R_MISSING_KEY_COMPONENTS), "missing key components"}, + {ERR_REASON(HWCRHK_R_NOT_INITIALISED), "not initialised"}, + {ERR_REASON(HWCRHK_R_NOT_LOADED), "not loaded"}, + {ERR_REASON(HWCRHK_R_NO_CALLBACK), "no callback"}, + {ERR_REASON(HWCRHK_R_NO_KEY), "no key"}, + {ERR_REASON(HWCRHK_R_PRIVATE_KEY_ALGORITHMS_DISABLED), + "private key algorithms disabled"}, + {ERR_REASON(HWCRHK_R_REQUEST_FAILED), "request failed"}, + {ERR_REASON(HWCRHK_R_REQUEST_FALLBACK), "request fallback"}, + {ERR_REASON(HWCRHK_R_UNIT_FAILURE), "unit failure"}, + {0, NULL} +}; #endif #ifdef HWCRHK_LIB_NAME -static ERR_STRING_DATA HWCRHK_lib_name[]= - { -{0 ,HWCRHK_LIB_NAME}, -{0,NULL} - }; +static ERR_STRING_DATA HWCRHK_lib_name[] = { + {0, HWCRHK_LIB_NAME}, + {0, NULL} +}; #endif - -static int HWCRHK_lib_error_code=0; -static int HWCRHK_error_init=1; +static int HWCRHK_lib_error_code = 0; +static int HWCRHK_error_init = 1; static void ERR_load_HWCRHK_strings(void) - { - if (HWCRHK_lib_error_code == 0) - HWCRHK_lib_error_code=ERR_get_next_error_library(); +{ + if (HWCRHK_lib_error_code == 0) + HWCRHK_lib_error_code = ERR_get_next_error_library(); - if (HWCRHK_error_init) - { - HWCRHK_error_init=0; + if (HWCRHK_error_init) { + HWCRHK_error_init = 0; #ifndef OPENSSL_NO_ERR - ERR_load_strings(HWCRHK_lib_error_code,HWCRHK_str_functs); - ERR_load_strings(HWCRHK_lib_error_code,HWCRHK_str_reasons); + ERR_load_strings(HWCRHK_lib_error_code, HWCRHK_str_functs); + ERR_load_strings(HWCRHK_lib_error_code, HWCRHK_str_reasons); #endif #ifdef HWCRHK_LIB_NAME - HWCRHK_lib_name->error = ERR_PACK(HWCRHK_lib_error_code,0,0); - ERR_load_strings(0,HWCRHK_lib_name); + HWCRHK_lib_name->error = ERR_PACK(HWCRHK_lib_error_code, 0, 0); + ERR_load_strings(0, HWCRHK_lib_name); #endif - } - } + } +} static void ERR_unload_HWCRHK_strings(void) - { - if (HWCRHK_error_init == 0) - { +{ + if (HWCRHK_error_init == 0) { #ifndef OPENSSL_NO_ERR - ERR_unload_strings(HWCRHK_lib_error_code,HWCRHK_str_functs); - ERR_unload_strings(HWCRHK_lib_error_code,HWCRHK_str_reasons); + ERR_unload_strings(HWCRHK_lib_error_code, HWCRHK_str_functs); + ERR_unload_strings(HWCRHK_lib_error_code, HWCRHK_str_reasons); #endif #ifdef HWCRHK_LIB_NAME - ERR_unload_strings(0,HWCRHK_lib_name); + ERR_unload_strings(0, HWCRHK_lib_name); #endif - HWCRHK_error_init=1; - } - } + HWCRHK_error_init = 1; + } +} static void ERR_HWCRHK_error(int function, int reason, char *file, int line) - { - if (HWCRHK_lib_error_code == 0) - HWCRHK_lib_error_code=ERR_get_next_error_library(); - ERR_PUT_error(HWCRHK_lib_error_code,function,reason,file,line); - } +{ + if (HWCRHK_lib_error_code == 0) + HWCRHK_lib_error_code = ERR_get_next_error_library(); + ERR_PUT_error(HWCRHK_lib_error_code, function, reason, file, line); +} diff --git a/openssl/engines/e_chil_err.h b/openssl/engines/e_chil_err.h index 3c42a0239..d86a4ce9a 100644 --- a/openssl/engines/e_chil_err.h +++ b/openssl/engines/e_chil_err.h @@ -6,7 +6,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -53,50 +53,51 @@ */ #ifndef HEADER_HWCRHK_ERR_H -#define HEADER_HWCRHK_ERR_H +# define HEADER_HWCRHK_ERR_H #ifdef __cplusplus extern "C" { #endif /* BEGIN ERROR CODES */ -/* The following lines are auto generated by the script mkerr.pl. Any changes +/* + * The following lines are auto generated by the script mkerr.pl. Any changes * made after this point may be overwritten when the script is next run. */ static void ERR_load_HWCRHK_strings(void); static void ERR_unload_HWCRHK_strings(void); static void ERR_HWCRHK_error(int function, int reason, char *file, int line); -#define HWCRHKerr(f,r) ERR_HWCRHK_error((f),(r),__FILE__,__LINE__) +# define HWCRHKerr(f,r) ERR_HWCRHK_error((f),(r),__FILE__,__LINE__) /* Error codes for the HWCRHK functions. */ /* Function codes. */ -#define HWCRHK_F_HWCRHK_CTRL 100 -#define HWCRHK_F_HWCRHK_FINISH 101 -#define HWCRHK_F_HWCRHK_GET_PASS 102 -#define HWCRHK_F_HWCRHK_INIT 103 -#define HWCRHK_F_HWCRHK_INSERT_CARD 104 -#define HWCRHK_F_HWCRHK_LOAD_PRIVKEY 105 -#define HWCRHK_F_HWCRHK_LOAD_PUBKEY 106 -#define HWCRHK_F_HWCRHK_MOD_EXP 107 -#define HWCRHK_F_HWCRHK_RAND_BYTES 108 -#define HWCRHK_F_HWCRHK_RSA_MOD_EXP 109 +# define HWCRHK_F_HWCRHK_CTRL 100 +# define HWCRHK_F_HWCRHK_FINISH 101 +# define HWCRHK_F_HWCRHK_GET_PASS 102 +# define HWCRHK_F_HWCRHK_INIT 103 +# define HWCRHK_F_HWCRHK_INSERT_CARD 104 +# define HWCRHK_F_HWCRHK_LOAD_PRIVKEY 105 +# define HWCRHK_F_HWCRHK_LOAD_PUBKEY 106 +# define HWCRHK_F_HWCRHK_MOD_EXP 107 +# define HWCRHK_F_HWCRHK_RAND_BYTES 108 +# define HWCRHK_F_HWCRHK_RSA_MOD_EXP 109 /* Reason codes. */ -#define HWCRHK_R_ALREADY_LOADED 100 -#define HWCRHK_R_BIO_WAS_FREED 101 -#define HWCRHK_R_CHIL_ERROR 102 -#define HWCRHK_R_CTRL_COMMAND_NOT_IMPLEMENTED 103 -#define HWCRHK_R_DSO_FAILURE 104 -#define HWCRHK_R_MISSING_KEY_COMPONENTS 105 -#define HWCRHK_R_NOT_INITIALISED 106 -#define HWCRHK_R_NOT_LOADED 107 -#define HWCRHK_R_NO_CALLBACK 108 -#define HWCRHK_R_NO_KEY 109 -#define HWCRHK_R_PRIVATE_KEY_ALGORITHMS_DISABLED 110 -#define HWCRHK_R_REQUEST_FAILED 111 -#define HWCRHK_R_REQUEST_FALLBACK 112 -#define HWCRHK_R_UNIT_FAILURE 113 +# define HWCRHK_R_ALREADY_LOADED 100 +# define HWCRHK_R_BIO_WAS_FREED 101 +# define HWCRHK_R_CHIL_ERROR 102 +# define HWCRHK_R_CTRL_COMMAND_NOT_IMPLEMENTED 103 +# define HWCRHK_R_DSO_FAILURE 104 +# define HWCRHK_R_MISSING_KEY_COMPONENTS 105 +# define HWCRHK_R_NOT_INITIALISED 106 +# define HWCRHK_R_NOT_LOADED 107 +# define HWCRHK_R_NO_CALLBACK 108 +# define HWCRHK_R_NO_KEY 109 +# define HWCRHK_R_PRIVATE_KEY_ALGORITHMS_DISABLED 110 +# define HWCRHK_R_REQUEST_FAILED 111 +# define HWCRHK_R_REQUEST_FALLBACK 112 +# define HWCRHK_R_UNIT_FAILURE 113 #ifdef __cplusplus } diff --git a/openssl/engines/e_cswift.c b/openssl/engines/e_cswift.c index 2e64ff327..c429802d5 100644 --- a/openssl/engines/e_cswift.c +++ b/openssl/engines/e_cswift.c @@ -1,6 +1,7 @@ /* crypto/engine/hw_cswift.c */ -/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL - * project 2000. +/* + * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project + * 2000. */ /* ==================================================================== * Copyright (c) 1999-2001 The OpenSSL Project. All rights reserved. @@ -10,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -63,155 +64,155 @@ #include #include #ifndef OPENSSL_NO_RSA -#include +# include #endif #ifndef OPENSSL_NO_DSA -#include +# include #endif #ifndef OPENSSL_NO_DH -#include +# include #endif #include #include #ifndef OPENSSL_NO_HW -#ifndef OPENSSL_NO_HW_CSWIFT - -/* Attribution notice: Rainbow have generously allowed me to reproduce - * the necessary definitions here from their API. This means the support - * can build independently of whether application builders have the - * API or hardware. This will allow developers to easily produce software - * that has latent hardware support for any users that have accelerators - * installed, without the developers themselves needing anything extra. - * - * I have only clipped the parts from the CryptoSwift header files that - * are (or seem) relevant to the CryptoSwift support code. This is - * simply to keep the file sizes reasonable. - * [Geoff] +# ifndef OPENSSL_NO_HW_CSWIFT + +/* + * Attribution notice: Rainbow have generously allowed me to reproduce the + * necessary definitions here from their API. This means the support can + * build independently of whether application builders have the API or + * hardware. This will allow developers to easily produce software that has + * latent hardware support for any users that have accelerators installed, + * without the developers themselves needing anything extra. I have only + * clipped the parts from the CryptoSwift header files that are (or seem) + * relevant to the CryptoSwift support code. This is simply to keep the file + * sizes reasonable. [Geoff] */ -#ifdef FLAT_INC -#include "cswift.h" -#else -#include "vendor_defns/cswift.h" -#endif +# ifdef FLAT_INC +# include "cswift.h" +# else +# include "vendor_defns/cswift.h" +# endif -#define CSWIFT_LIB_NAME "cswift engine" -#include "e_cswift_err.c" +# define CSWIFT_LIB_NAME "cswift engine" +# include "e_cswift_err.c" -#define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1) +# define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1) static int cswift_destroy(ENGINE *e); static int cswift_init(ENGINE *e); static int cswift_finish(ENGINE *e); -static int cswift_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void)); -#ifndef OPENSSL_NO_RSA -static int cswift_bn_32copy(SW_LARGENUMBER * out, const BIGNUM * in); -#endif +static int cswift_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void)); +# ifndef OPENSSL_NO_RSA +static int cswift_bn_32copy(SW_LARGENUMBER *out, const BIGNUM *in); +# endif /* BIGNUM stuff */ static int cswift_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, - const BIGNUM *m, BN_CTX *ctx); -#ifndef OPENSSL_NO_RSA + const BIGNUM *m, BN_CTX *ctx); +# ifndef OPENSSL_NO_RSA static int cswift_mod_exp_crt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, - const BIGNUM *q, const BIGNUM *dmp1, const BIGNUM *dmq1, - const BIGNUM *iqmp, BN_CTX *ctx); -#endif + const BIGNUM *q, const BIGNUM *dmp1, + const BIGNUM *dmq1, const BIGNUM *iqmp, + BN_CTX *ctx); +# endif -#ifndef OPENSSL_NO_RSA +# ifndef OPENSSL_NO_RSA /* RSA stuff */ -static int cswift_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx); +static int cswift_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, + BN_CTX *ctx); /* This function is aliased to mod_exp (with the mont stuff dropped). */ static int cswift_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, - const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); -#endif + const BIGNUM *m, BN_CTX *ctx, + BN_MONT_CTX *m_ctx); +# endif -#ifndef OPENSSL_NO_DSA +# ifndef OPENSSL_NO_DSA /* DSA stuff */ -static DSA_SIG *cswift_dsa_sign(const unsigned char *dgst, int dlen, DSA *dsa); +static DSA_SIG *cswift_dsa_sign(const unsigned char *dgst, int dlen, + DSA *dsa); static int cswift_dsa_verify(const unsigned char *dgst, int dgst_len, - DSA_SIG *sig, DSA *dsa); -#endif + DSA_SIG *sig, DSA *dsa); +# endif -#ifndef OPENSSL_NO_DH +# ifndef OPENSSL_NO_DH /* DH stuff */ /* This function is alised to mod_exp (with the DH and mont dropped). */ static int cswift_mod_exp_dh(const DH *dh, BIGNUM *r, - const BIGNUM *a, const BIGNUM *p, - const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); -#endif + const BIGNUM *a, const BIGNUM *p, + const BIGNUM *m, BN_CTX *ctx, + BN_MONT_CTX *m_ctx); +# endif /* RAND stuff */ static int cswift_rand_bytes(unsigned char *buf, int num); static int cswift_rand_status(void); /* The definitions for control commands specific to this engine */ -#define CSWIFT_CMD_SO_PATH ENGINE_CMD_BASE +# define CSWIFT_CMD_SO_PATH ENGINE_CMD_BASE static const ENGINE_CMD_DEFN cswift_cmd_defns[] = { - {CSWIFT_CMD_SO_PATH, - "SO_PATH", - "Specifies the path to the 'cswift' shared library", - ENGINE_CMD_FLAG_STRING}, - {0, NULL, NULL, 0} - }; - -#ifndef OPENSSL_NO_RSA + {CSWIFT_CMD_SO_PATH, + "SO_PATH", + "Specifies the path to the 'cswift' shared library", + ENGINE_CMD_FLAG_STRING}, + {0, NULL, NULL, 0} +}; + +# ifndef OPENSSL_NO_RSA /* Our internal RSA_METHOD that we provide pointers to */ -static RSA_METHOD cswift_rsa = - { - "CryptoSwift RSA method", - NULL, - NULL, - NULL, - NULL, - cswift_rsa_mod_exp, - cswift_mod_exp_mont, - NULL, - NULL, - 0, - NULL, - NULL, - NULL, - NULL - }; -#endif +static RSA_METHOD cswift_rsa = { + "CryptoSwift RSA method", + NULL, + NULL, + NULL, + NULL, + cswift_rsa_mod_exp, + cswift_mod_exp_mont, + NULL, + NULL, + 0, + NULL, + NULL, + NULL, + NULL +}; +# endif -#ifndef OPENSSL_NO_DSA +# ifndef OPENSSL_NO_DSA /* Our internal DSA_METHOD that we provide pointers to */ -static DSA_METHOD cswift_dsa = - { - "CryptoSwift DSA method", - cswift_dsa_sign, - NULL, /* dsa_sign_setup */ - cswift_dsa_verify, - NULL, /* dsa_mod_exp */ - NULL, /* bn_mod_exp */ - NULL, /* init */ - NULL, /* finish */ - 0, /* flags */ - NULL, /* app_data */ - NULL, /* dsa_paramgen */ - NULL /* dsa_keygen */ - }; -#endif - -#ifndef OPENSSL_NO_DH +static DSA_METHOD cswift_dsa = { + "CryptoSwift DSA method", + cswift_dsa_sign, + NULL, /* dsa_sign_setup */ + cswift_dsa_verify, + NULL, /* dsa_mod_exp */ + NULL, /* bn_mod_exp */ + NULL, /* init */ + NULL, /* finish */ + 0, /* flags */ + NULL, /* app_data */ + NULL, /* dsa_paramgen */ + NULL /* dsa_keygen */ +}; +# endif + +# ifndef OPENSSL_NO_DH /* Our internal DH_METHOD that we provide pointers to */ -static DH_METHOD cswift_dh = - { - "CryptoSwift DH method", - NULL, - NULL, - cswift_mod_exp_dh, - NULL, - NULL, - 0, - NULL, - NULL - }; -#endif +static DH_METHOD cswift_dh = { + "CryptoSwift DH method", + NULL, + NULL, + cswift_mod_exp_dh, + NULL, + NULL, + 0, + NULL, + NULL +}; +# endif -static RAND_METHOD cswift_random = - { +static RAND_METHOD cswift_random = { /* "CryptoSwift RAND method", */ NULL, cswift_rand_bytes, @@ -219,103 +220,108 @@ static RAND_METHOD cswift_random = NULL, cswift_rand_bytes, cswift_rand_status, - }; - +}; /* Constants used when creating the ENGINE */ static const char *engine_cswift_id = "cswift"; static const char *engine_cswift_name = "CryptoSwift hardware engine support"; -/* This internal function is used by ENGINE_cswift() and possibly by the - * "dynamic" ENGINE support too */ +/* + * This internal function is used by ENGINE_cswift() and possibly by the + * "dynamic" ENGINE support too + */ static int bind_helper(ENGINE *e) - { -#ifndef OPENSSL_NO_RSA - const RSA_METHOD *meth1; -#endif -#ifndef OPENSSL_NO_DH - const DH_METHOD *meth2; -#endif - if(!ENGINE_set_id(e, engine_cswift_id) || - !ENGINE_set_name(e, engine_cswift_name) || -#ifndef OPENSSL_NO_RSA - !ENGINE_set_RSA(e, &cswift_rsa) || -#endif -#ifndef OPENSSL_NO_DSA - !ENGINE_set_DSA(e, &cswift_dsa) || -#endif -#ifndef OPENSSL_NO_DH - !ENGINE_set_DH(e, &cswift_dh) || -#endif - !ENGINE_set_RAND(e, &cswift_random) || - !ENGINE_set_destroy_function(e, cswift_destroy) || - !ENGINE_set_init_function(e, cswift_init) || - !ENGINE_set_finish_function(e, cswift_finish) || - !ENGINE_set_ctrl_function(e, cswift_ctrl) || - !ENGINE_set_cmd_defns(e, cswift_cmd_defns)) - return 0; - -#ifndef OPENSSL_NO_RSA - /* We know that the "PKCS1_SSLeay()" functions hook properly - * to the cswift-specific mod_exp and mod_exp_crt so we use - * those functions. NB: We don't use ENGINE_openssl() or - * anything "more generic" because something like the RSAref - * code may not hook properly, and if you own one of these - * cards then you have the right to do RSA operations on it - * anyway! */ - meth1 = RSA_PKCS1_SSLeay(); - cswift_rsa.rsa_pub_enc = meth1->rsa_pub_enc; - cswift_rsa.rsa_pub_dec = meth1->rsa_pub_dec; - cswift_rsa.rsa_priv_enc = meth1->rsa_priv_enc; - cswift_rsa.rsa_priv_dec = meth1->rsa_priv_dec; -#endif - -#ifndef OPENSSL_NO_DH - /* Much the same for Diffie-Hellman */ - meth2 = DH_OpenSSL(); - cswift_dh.generate_key = meth2->generate_key; - cswift_dh.compute_key = meth2->compute_key; -#endif - - /* Ensure the cswift error handling is set up */ - ERR_load_CSWIFT_strings(); - return 1; - } +{ +# ifndef OPENSSL_NO_RSA + const RSA_METHOD *meth1; +# endif +# ifndef OPENSSL_NO_DH + const DH_METHOD *meth2; +# endif + if (!ENGINE_set_id(e, engine_cswift_id) || + !ENGINE_set_name(e, engine_cswift_name) || +# ifndef OPENSSL_NO_RSA + !ENGINE_set_RSA(e, &cswift_rsa) || +# endif +# ifndef OPENSSL_NO_DSA + !ENGINE_set_DSA(e, &cswift_dsa) || +# endif +# ifndef OPENSSL_NO_DH + !ENGINE_set_DH(e, &cswift_dh) || +# endif + !ENGINE_set_RAND(e, &cswift_random) || + !ENGINE_set_destroy_function(e, cswift_destroy) || + !ENGINE_set_init_function(e, cswift_init) || + !ENGINE_set_finish_function(e, cswift_finish) || + !ENGINE_set_ctrl_function(e, cswift_ctrl) || + !ENGINE_set_cmd_defns(e, cswift_cmd_defns)) + return 0; + +# ifndef OPENSSL_NO_RSA + /* + * We know that the "PKCS1_SSLeay()" functions hook properly to the + * cswift-specific mod_exp and mod_exp_crt so we use those functions. NB: + * We don't use ENGINE_openssl() or anything "more generic" because + * something like the RSAref code may not hook properly, and if you own + * one of these cards then you have the right to do RSA operations on it + * anyway! + */ + meth1 = RSA_PKCS1_SSLeay(); + cswift_rsa.rsa_pub_enc = meth1->rsa_pub_enc; + cswift_rsa.rsa_pub_dec = meth1->rsa_pub_dec; + cswift_rsa.rsa_priv_enc = meth1->rsa_priv_enc; + cswift_rsa.rsa_priv_dec = meth1->rsa_priv_dec; +# endif + +# ifndef OPENSSL_NO_DH + /* Much the same for Diffie-Hellman */ + meth2 = DH_OpenSSL(); + cswift_dh.generate_key = meth2->generate_key; + cswift_dh.compute_key = meth2->compute_key; +# endif + + /* Ensure the cswift error handling is set up */ + ERR_load_CSWIFT_strings(); + return 1; +} -#ifdef OPENSSL_NO_DYNAMIC_ENGINE +# ifdef OPENSSL_NO_DYNAMIC_ENGINE static ENGINE *engine_cswift(void) - { - ENGINE *ret = ENGINE_new(); - if(!ret) - return NULL; - if(!bind_helper(ret)) - { - ENGINE_free(ret); - return NULL; - } - return ret; - } +{ + ENGINE *ret = ENGINE_new(); + if (!ret) + return NULL; + if (!bind_helper(ret)) { + ENGINE_free(ret); + return NULL; + } + return ret; +} void ENGINE_load_cswift(void) - { - /* Copied from eng_[openssl|dyn].c */ - ENGINE *toadd = engine_cswift(); - if(!toadd) return; - ENGINE_add(toadd); - ENGINE_free(toadd); - ERR_clear_error(); - } -#endif +{ + /* Copied from eng_[openssl|dyn].c */ + ENGINE *toadd = engine_cswift(); + if (!toadd) + return; + ENGINE_add(toadd); + ENGINE_free(toadd); + ERR_clear_error(); +} +# endif -/* This is a process-global DSO handle used for loading and unloading - * the CryptoSwift library. NB: This is only set (or unset) during an - * init() or finish() call (reference counts permitting) and they're - * operating with global locks, so this should be thread-safe - * implicitly. */ +/* + * This is a process-global DSO handle used for loading and unloading the + * CryptoSwift library. NB: This is only set (or unset) during an init() or + * finish() call (reference counts permitting) and they're operating with + * global locks, so this should be thread-safe implicitly. + */ static DSO *cswift_dso = NULL; -/* These are the function pointers that are (un)set when the library has - * successfully (un)loaded. */ +/* + * These are the function pointers that are (un)set when the library has + * successfully (un)loaded. + */ t_swAcquireAccContext *p_CSwift_AcquireAccContext = NULL; t_swAttachKeyParam *p_CSwift_AttachKeyParam = NULL; t_swSimpleRequest *p_CSwift_SimpleRequest = NULL; @@ -324,806 +330,774 @@ t_swReleaseAccContext *p_CSwift_ReleaseAccContext = NULL; /* Used in the DSO operations. */ static const char *CSWIFT_LIBNAME = NULL; static const char *get_CSWIFT_LIBNAME(void) - { - if(CSWIFT_LIBNAME) - return CSWIFT_LIBNAME; - return "swift"; - } +{ + if (CSWIFT_LIBNAME) + return CSWIFT_LIBNAME; + return "swift"; +} + static void free_CSWIFT_LIBNAME(void) - { - if(CSWIFT_LIBNAME) - OPENSSL_free((void*)CSWIFT_LIBNAME); - CSWIFT_LIBNAME = NULL; - } +{ + if (CSWIFT_LIBNAME) + OPENSSL_free((void *)CSWIFT_LIBNAME); + CSWIFT_LIBNAME = NULL; +} + static long set_CSWIFT_LIBNAME(const char *name) - { - free_CSWIFT_LIBNAME(); - return (((CSWIFT_LIBNAME = BUF_strdup(name)) != NULL) ? 1 : 0); - } +{ + free_CSWIFT_LIBNAME(); + return (((CSWIFT_LIBNAME = BUF_strdup(name)) != NULL) ? 1 : 0); +} + static const char *CSWIFT_F1 = "swAcquireAccContext"; static const char *CSWIFT_F2 = "swAttachKeyParam"; static const char *CSWIFT_F3 = "swSimpleRequest"; static const char *CSWIFT_F4 = "swReleaseAccContext"; - -/* CryptoSwift library functions and mechanics - these are used by the - * higher-level functions further down. NB: As and where there's no - * error checking, take a look lower down where these functions are - * called, the checking and error handling is probably down there. */ +/* + * CryptoSwift library functions and mechanics - these are used by the + * higher-level functions further down. NB: As and where there's no error + * checking, take a look lower down where these functions are called, the + * checking and error handling is probably down there. + */ /* utility function to obtain a context */ static int get_context(SW_CONTEXT_HANDLE *hac) - { - SW_STATUS status; - - status = p_CSwift_AcquireAccContext(hac); - if(status != SW_OK) - return 0; - return 1; - } - +{ + SW_STATUS status; + + status = p_CSwift_AcquireAccContext(hac); + if (status != SW_OK) + return 0; + return 1; +} + /* similarly to release one. */ static void release_context(SW_CONTEXT_HANDLE hac) - { - p_CSwift_ReleaseAccContext(hac); - } +{ + p_CSwift_ReleaseAccContext(hac); +} /* Destructor (complements the "ENGINE_cswift()" constructor) */ static int cswift_destroy(ENGINE *e) - { - free_CSWIFT_LIBNAME(); - ERR_unload_CSWIFT_strings(); - return 1; - } +{ + free_CSWIFT_LIBNAME(); + ERR_unload_CSWIFT_strings(); + return 1; +} /* (de)initialisation functions. */ static int cswift_init(ENGINE *e) - { - SW_CONTEXT_HANDLE hac; - t_swAcquireAccContext *p1; - t_swAttachKeyParam *p2; - t_swSimpleRequest *p3; - t_swReleaseAccContext *p4; - - if(cswift_dso != NULL) - { - CSWIFTerr(CSWIFT_F_CSWIFT_INIT,CSWIFT_R_ALREADY_LOADED); - goto err; - } - /* Attempt to load libswift.so/swift.dll/whatever. */ - cswift_dso = DSO_load(NULL, get_CSWIFT_LIBNAME(), NULL, 0); - if(cswift_dso == NULL) - { - CSWIFTerr(CSWIFT_F_CSWIFT_INIT,CSWIFT_R_NOT_LOADED); - goto err; - } - if(!(p1 = (t_swAcquireAccContext *) - DSO_bind_func(cswift_dso, CSWIFT_F1)) || - !(p2 = (t_swAttachKeyParam *) - DSO_bind_func(cswift_dso, CSWIFT_F2)) || - !(p3 = (t_swSimpleRequest *) - DSO_bind_func(cswift_dso, CSWIFT_F3)) || - !(p4 = (t_swReleaseAccContext *) - DSO_bind_func(cswift_dso, CSWIFT_F4))) - { - CSWIFTerr(CSWIFT_F_CSWIFT_INIT,CSWIFT_R_NOT_LOADED); - goto err; - } - /* Copy the pointers */ - p_CSwift_AcquireAccContext = p1; - p_CSwift_AttachKeyParam = p2; - p_CSwift_SimpleRequest = p3; - p_CSwift_ReleaseAccContext = p4; - /* Try and get a context - if not, we may have a DSO but no - * accelerator! */ - if(!get_context(&hac)) - { - CSWIFTerr(CSWIFT_F_CSWIFT_INIT,CSWIFT_R_UNIT_FAILURE); - goto err; - } - release_context(hac); - /* Everything's fine. */ - return 1; -err: - if(cswift_dso) - { - DSO_free(cswift_dso); - cswift_dso = NULL; - } - p_CSwift_AcquireAccContext = NULL; - p_CSwift_AttachKeyParam = NULL; - p_CSwift_SimpleRequest = NULL; - p_CSwift_ReleaseAccContext = NULL; - return 0; - } +{ + SW_CONTEXT_HANDLE hac; + t_swAcquireAccContext *p1; + t_swAttachKeyParam *p2; + t_swSimpleRequest *p3; + t_swReleaseAccContext *p4; + + if (cswift_dso != NULL) { + CSWIFTerr(CSWIFT_F_CSWIFT_INIT, CSWIFT_R_ALREADY_LOADED); + goto err; + } + /* Attempt to load libswift.so/swift.dll/whatever. */ + cswift_dso = DSO_load(NULL, get_CSWIFT_LIBNAME(), NULL, 0); + if (cswift_dso == NULL) { + CSWIFTerr(CSWIFT_F_CSWIFT_INIT, CSWIFT_R_NOT_LOADED); + goto err; + } + if (!(p1 = (t_swAcquireAccContext *) + DSO_bind_func(cswift_dso, CSWIFT_F1)) || + !(p2 = (t_swAttachKeyParam *) + DSO_bind_func(cswift_dso, CSWIFT_F2)) || + !(p3 = (t_swSimpleRequest *) + DSO_bind_func(cswift_dso, CSWIFT_F3)) || + !(p4 = (t_swReleaseAccContext *) + DSO_bind_func(cswift_dso, CSWIFT_F4))) { + CSWIFTerr(CSWIFT_F_CSWIFT_INIT, CSWIFT_R_NOT_LOADED); + goto err; + } + /* Copy the pointers */ + p_CSwift_AcquireAccContext = p1; + p_CSwift_AttachKeyParam = p2; + p_CSwift_SimpleRequest = p3; + p_CSwift_ReleaseAccContext = p4; + /* + * Try and get a context - if not, we may have a DSO but no accelerator! + */ + if (!get_context(&hac)) { + CSWIFTerr(CSWIFT_F_CSWIFT_INIT, CSWIFT_R_UNIT_FAILURE); + goto err; + } + release_context(hac); + /* Everything's fine. */ + return 1; + err: + if (cswift_dso) { + DSO_free(cswift_dso); + cswift_dso = NULL; + } + p_CSwift_AcquireAccContext = NULL; + p_CSwift_AttachKeyParam = NULL; + p_CSwift_SimpleRequest = NULL; + p_CSwift_ReleaseAccContext = NULL; + return 0; +} static int cswift_finish(ENGINE *e) - { - free_CSWIFT_LIBNAME(); - if(cswift_dso == NULL) - { - CSWIFTerr(CSWIFT_F_CSWIFT_FINISH,CSWIFT_R_NOT_LOADED); - return 0; - } - if(!DSO_free(cswift_dso)) - { - CSWIFTerr(CSWIFT_F_CSWIFT_FINISH,CSWIFT_R_UNIT_FAILURE); - return 0; - } - cswift_dso = NULL; - p_CSwift_AcquireAccContext = NULL; - p_CSwift_AttachKeyParam = NULL; - p_CSwift_SimpleRequest = NULL; - p_CSwift_ReleaseAccContext = NULL; - return 1; - } - -static int cswift_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void)) - { - int initialised = ((cswift_dso == NULL) ? 0 : 1); - switch(cmd) - { - case CSWIFT_CMD_SO_PATH: - if(p == NULL) - { - CSWIFTerr(CSWIFT_F_CSWIFT_CTRL,ERR_R_PASSED_NULL_PARAMETER); - return 0; - } - if(initialised) - { - CSWIFTerr(CSWIFT_F_CSWIFT_CTRL,CSWIFT_R_ALREADY_LOADED); - return 0; - } - return set_CSWIFT_LIBNAME((const char *)p); - default: - break; - } - CSWIFTerr(CSWIFT_F_CSWIFT_CTRL,CSWIFT_R_CTRL_COMMAND_NOT_IMPLEMENTED); - return 0; - } +{ + free_CSWIFT_LIBNAME(); + if (cswift_dso == NULL) { + CSWIFTerr(CSWIFT_F_CSWIFT_FINISH, CSWIFT_R_NOT_LOADED); + return 0; + } + if (!DSO_free(cswift_dso)) { + CSWIFTerr(CSWIFT_F_CSWIFT_FINISH, CSWIFT_R_UNIT_FAILURE); + return 0; + } + cswift_dso = NULL; + p_CSwift_AcquireAccContext = NULL; + p_CSwift_AttachKeyParam = NULL; + p_CSwift_SimpleRequest = NULL; + p_CSwift_ReleaseAccContext = NULL; + return 1; +} + +static int cswift_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void)) +{ + int initialised = ((cswift_dso == NULL) ? 0 : 1); + switch (cmd) { + case CSWIFT_CMD_SO_PATH: + if (p == NULL) { + CSWIFTerr(CSWIFT_F_CSWIFT_CTRL, ERR_R_PASSED_NULL_PARAMETER); + return 0; + } + if (initialised) { + CSWIFTerr(CSWIFT_F_CSWIFT_CTRL, CSWIFT_R_ALREADY_LOADED); + return 0; + } + return set_CSWIFT_LIBNAME((const char *)p); + default: + break; + } + CSWIFTerr(CSWIFT_F_CSWIFT_CTRL, CSWIFT_R_CTRL_COMMAND_NOT_IMPLEMENTED); + return 0; +} /* Un petit mod_exp */ static int cswift_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, - const BIGNUM *m, BN_CTX *ctx) - { - /* I need somewhere to store temporary serialised values for - * use with the CryptoSwift API calls. A neat cheat - I'll use - * BIGNUMs from the BN_CTX but access their arrays directly as - * byte arrays . This way I don't have to clean anything - * up. */ - BIGNUM *modulus; - BIGNUM *exponent; - BIGNUM *argument; - BIGNUM *result; - SW_STATUS sw_status; - SW_LARGENUMBER arg, res; - SW_PARAM sw_param; - SW_CONTEXT_HANDLE hac; - int to_return, acquired; - - modulus = exponent = argument = result = NULL; - to_return = 0; /* expect failure */ - acquired = 0; - - if(!get_context(&hac)) - { - CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP,CSWIFT_R_UNIT_FAILURE); - goto err; - } - acquired = 1; - /* Prepare the params */ - BN_CTX_start(ctx); - modulus = BN_CTX_get(ctx); - exponent = BN_CTX_get(ctx); - argument = BN_CTX_get(ctx); - result = BN_CTX_get(ctx); - if(!result) - { - CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP,CSWIFT_R_BN_CTX_FULL); - goto err; - } - if(!bn_wexpand(modulus, m->top) || !bn_wexpand(exponent, p->top) || - !bn_wexpand(argument, a->top) || !bn_wexpand(result, m->top)) - { - CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP,CSWIFT_R_BN_EXPAND_FAIL); - goto err; - } - sw_param.type = SW_ALG_EXP; - sw_param.up.exp.modulus.nbytes = BN_bn2bin(m, - (unsigned char *)modulus->d); - sw_param.up.exp.modulus.value = (unsigned char *)modulus->d; - sw_param.up.exp.exponent.nbytes = BN_bn2bin(p, - (unsigned char *)exponent->d); - sw_param.up.exp.exponent.value = (unsigned char *)exponent->d; - /* Attach the key params */ - sw_status = p_CSwift_AttachKeyParam(hac, &sw_param); - switch(sw_status) - { - case SW_OK: - break; - case SW_ERR_INPUT_SIZE: - CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP,CSWIFT_R_BAD_KEY_SIZE); - goto err; - default: - { - char tmpbuf[DECIMAL_SIZE(sw_status)+1]; - CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP,CSWIFT_R_REQUEST_FAILED); - sprintf(tmpbuf, "%ld", sw_status); - ERR_add_error_data(2, "CryptoSwift error number is ",tmpbuf); - } - goto err; - } - /* Prepare the argument and response */ - arg.nbytes = BN_bn2bin(a, (unsigned char *)argument->d); - arg.value = (unsigned char *)argument->d; - res.nbytes = BN_num_bytes(m); - memset(result->d, 0, res.nbytes); - res.value = (unsigned char *)result->d; - /* Perform the operation */ - if((sw_status = p_CSwift_SimpleRequest(hac, SW_CMD_MODEXP, &arg, 1, - &res, 1)) != SW_OK) - { - char tmpbuf[DECIMAL_SIZE(sw_status)+1]; - CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP,CSWIFT_R_REQUEST_FAILED); - sprintf(tmpbuf, "%ld", sw_status); - ERR_add_error_data(2, "CryptoSwift error number is ",tmpbuf); - goto err; - } - /* Convert the response */ - BN_bin2bn((unsigned char *)result->d, res.nbytes, r); - to_return = 1; -err: - if(acquired) - release_context(hac); - BN_CTX_end(ctx); - return to_return; - } - + const BIGNUM *m, BN_CTX *ctx) +{ + /* + * I need somewhere to store temporary serialised values for use with the + * CryptoSwift API calls. A neat cheat - I'll use BIGNUMs from the BN_CTX + * but access their arrays directly as byte arrays . This way I + * don't have to clean anything up. + */ + BIGNUM *modulus; + BIGNUM *exponent; + BIGNUM *argument; + BIGNUM *result; + SW_STATUS sw_status; + SW_LARGENUMBER arg, res; + SW_PARAM sw_param; + SW_CONTEXT_HANDLE hac; + int to_return, acquired; + + modulus = exponent = argument = result = NULL; + to_return = 0; /* expect failure */ + acquired = 0; + + if (!get_context(&hac)) { + CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP, CSWIFT_R_UNIT_FAILURE); + goto err; + } + acquired = 1; + /* Prepare the params */ + BN_CTX_start(ctx); + modulus = BN_CTX_get(ctx); + exponent = BN_CTX_get(ctx); + argument = BN_CTX_get(ctx); + result = BN_CTX_get(ctx); + if (!result) { + CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP, CSWIFT_R_BN_CTX_FULL); + goto err; + } + if (!bn_wexpand(modulus, m->top) || !bn_wexpand(exponent, p->top) || + !bn_wexpand(argument, a->top) || !bn_wexpand(result, m->top)) { + CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP, CSWIFT_R_BN_EXPAND_FAIL); + goto err; + } + sw_param.type = SW_ALG_EXP; + sw_param.up.exp.modulus.nbytes = BN_bn2bin(m, + (unsigned char *)modulus->d); + sw_param.up.exp.modulus.value = (unsigned char *)modulus->d; + sw_param.up.exp.exponent.nbytes = BN_bn2bin(p, + (unsigned char *)exponent->d); + sw_param.up.exp.exponent.value = (unsigned char *)exponent->d; + /* Attach the key params */ + sw_status = p_CSwift_AttachKeyParam(hac, &sw_param); + switch (sw_status) { + case SW_OK: + break; + case SW_ERR_INPUT_SIZE: + CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP, CSWIFT_R_BAD_KEY_SIZE); + goto err; + default: + { + char tmpbuf[DECIMAL_SIZE(sw_status) + 1]; + CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP, CSWIFT_R_REQUEST_FAILED); + sprintf(tmpbuf, "%ld", sw_status); + ERR_add_error_data(2, "CryptoSwift error number is ", tmpbuf); + } + goto err; + } + /* Prepare the argument and response */ + arg.nbytes = BN_bn2bin(a, (unsigned char *)argument->d); + arg.value = (unsigned char *)argument->d; + res.nbytes = BN_num_bytes(m); + memset(result->d, 0, res.nbytes); + res.value = (unsigned char *)result->d; + /* Perform the operation */ + if ((sw_status = p_CSwift_SimpleRequest(hac, SW_CMD_MODEXP, &arg, 1, + &res, 1)) != SW_OK) { + char tmpbuf[DECIMAL_SIZE(sw_status) + 1]; + CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP, CSWIFT_R_REQUEST_FAILED); + sprintf(tmpbuf, "%ld", sw_status); + ERR_add_error_data(2, "CryptoSwift error number is ", tmpbuf); + goto err; + } + /* Convert the response */ + BN_bin2bn((unsigned char *)result->d, res.nbytes, r); + to_return = 1; + err: + if (acquired) + release_context(hac); + BN_CTX_end(ctx); + return to_return; +} -#ifndef OPENSSL_NO_RSA -int cswift_bn_32copy(SW_LARGENUMBER * out, const BIGNUM * in) +# ifndef OPENSSL_NO_RSA +int cswift_bn_32copy(SW_LARGENUMBER *out, const BIGNUM *in) { - int mod; - int numbytes = BN_num_bytes(in); - - mod = 0; - while( ((out->nbytes = (numbytes+mod)) % 32) ) - { - mod++; - } - out->value = (unsigned char*)OPENSSL_malloc(out->nbytes); - if(!out->value) - { - return 0; - } - BN_bn2bin(in, &out->value[mod]); - if(mod) - memset(out->value, 0, mod); - - return 1; + int mod; + int numbytes = BN_num_bytes(in); + + mod = 0; + while (((out->nbytes = (numbytes + mod)) % 32)) { + mod++; + } + out->value = (unsigned char *)OPENSSL_malloc(out->nbytes); + if (!out->value) { + return 0; + } + BN_bn2bin(in, &out->value[mod]); + if (mod) + memset(out->value, 0, mod); + + return 1; } -#endif +# endif -#ifndef OPENSSL_NO_RSA +# ifndef OPENSSL_NO_RSA /* Un petit mod_exp chinois */ static int cswift_mod_exp_crt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, - const BIGNUM *q, const BIGNUM *dmp1, - const BIGNUM *dmq1, const BIGNUM *iqmp, BN_CTX *ctx) - { - SW_STATUS sw_status; - SW_LARGENUMBER arg, res; - SW_PARAM sw_param; - SW_CONTEXT_HANDLE hac; - BIGNUM *result = NULL; - BIGNUM *argument = NULL; - int to_return = 0; /* expect failure */ - int acquired = 0; - - sw_param.up.crt.p.value = NULL; - sw_param.up.crt.q.value = NULL; - sw_param.up.crt.dmp1.value = NULL; - sw_param.up.crt.dmq1.value = NULL; - sw_param.up.crt.iqmp.value = NULL; - - if(!get_context(&hac)) - { - CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP_CRT,CSWIFT_R_UNIT_FAILURE); - goto err; - } - acquired = 1; - - /* Prepare the params */ - argument = BN_new(); - result = BN_new(); - if(!result || !argument) - { - CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP_CRT,CSWIFT_R_BN_CTX_FULL); - goto err; - } - - - sw_param.type = SW_ALG_CRT; - /************************************************************************/ - /* 04/02/2003 */ - /* Modified by Frederic Giudicelli (deny-all.com) to overcome the */ - /* limitation of cswift with values not a multiple of 32 */ - /************************************************************************/ - if(!cswift_bn_32copy(&sw_param.up.crt.p, p)) - { - CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP_CRT,CSWIFT_R_BN_EXPAND_FAIL); - goto err; - } - if(!cswift_bn_32copy(&sw_param.up.crt.q, q)) - { - CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP_CRT,CSWIFT_R_BN_EXPAND_FAIL); - goto err; - } - if(!cswift_bn_32copy(&sw_param.up.crt.dmp1, dmp1)) - { - CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP_CRT,CSWIFT_R_BN_EXPAND_FAIL); - goto err; - } - if(!cswift_bn_32copy(&sw_param.up.crt.dmq1, dmq1)) - { - CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP_CRT,CSWIFT_R_BN_EXPAND_FAIL); - goto err; - } - if(!cswift_bn_32copy(&sw_param.up.crt.iqmp, iqmp)) - { - CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP_CRT,CSWIFT_R_BN_EXPAND_FAIL); - goto err; - } - if( !bn_wexpand(argument, a->top) || - !bn_wexpand(result, p->top + q->top)) - { - CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP_CRT,CSWIFT_R_BN_EXPAND_FAIL); - goto err; - } - - /* Attach the key params */ - sw_status = p_CSwift_AttachKeyParam(hac, &sw_param); - switch(sw_status) - { - case SW_OK: - break; - case SW_ERR_INPUT_SIZE: - CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP_CRT,CSWIFT_R_BAD_KEY_SIZE); - goto err; - default: - { - char tmpbuf[DECIMAL_SIZE(sw_status)+1]; - CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP_CRT,CSWIFT_R_REQUEST_FAILED); - sprintf(tmpbuf, "%ld", sw_status); - ERR_add_error_data(2, "CryptoSwift error number is ",tmpbuf); - } - goto err; - } - /* Prepare the argument and response */ - arg.nbytes = BN_bn2bin(a, (unsigned char *)argument->d); - arg.value = (unsigned char *)argument->d; - res.nbytes = 2 * BN_num_bytes(p); - memset(result->d, 0, res.nbytes); - res.value = (unsigned char *)result->d; - /* Perform the operation */ - if((sw_status = p_CSwift_SimpleRequest(hac, SW_CMD_MODEXP_CRT, &arg, 1, - &res, 1)) != SW_OK) - { - char tmpbuf[DECIMAL_SIZE(sw_status)+1]; - CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP_CRT,CSWIFT_R_REQUEST_FAILED); - sprintf(tmpbuf, "%ld", sw_status); - ERR_add_error_data(2, "CryptoSwift error number is ",tmpbuf); - goto err; - } - /* Convert the response */ - BN_bin2bn((unsigned char *)result->d, res.nbytes, r); - to_return = 1; -err: - if(sw_param.up.crt.p.value) - OPENSSL_free(sw_param.up.crt.p.value); - if(sw_param.up.crt.q.value) - OPENSSL_free(sw_param.up.crt.q.value); - if(sw_param.up.crt.dmp1.value) - OPENSSL_free(sw_param.up.crt.dmp1.value); - if(sw_param.up.crt.dmq1.value) - OPENSSL_free(sw_param.up.crt.dmq1.value); - if(sw_param.up.crt.iqmp.value) - OPENSSL_free(sw_param.up.crt.iqmp.value); - if(result) - BN_free(result); - if(argument) - BN_free(argument); - if(acquired) - release_context(hac); - return to_return; - } -#endif - -#ifndef OPENSSL_NO_RSA -static int cswift_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx) - { - int to_return = 0; - const RSA_METHOD * def_rsa_method; - - if(!rsa->p || !rsa->q || !rsa->dmp1 || !rsa->dmq1 || !rsa->iqmp) - { - CSWIFTerr(CSWIFT_F_CSWIFT_RSA_MOD_EXP,CSWIFT_R_MISSING_KEY_COMPONENTS); - goto err; - } - - /* Try the limits of RSA (2048 bits) */ - if(BN_num_bytes(rsa->p) > 128 || - BN_num_bytes(rsa->q) > 128 || - BN_num_bytes(rsa->dmp1) > 128 || - BN_num_bytes(rsa->dmq1) > 128 || - BN_num_bytes(rsa->iqmp) > 128) - { -#ifdef RSA_NULL - def_rsa_method=RSA_null_method(); -#else -#if 0 - def_rsa_method=RSA_PKCS1_RSAref(); -#else - def_rsa_method=RSA_PKCS1_SSLeay(); -#endif -#endif - if(def_rsa_method) - return def_rsa_method->rsa_mod_exp(r0, I, rsa, ctx); - } + const BIGNUM *q, const BIGNUM *dmp1, + const BIGNUM *dmq1, const BIGNUM *iqmp, + BN_CTX *ctx) +{ + SW_STATUS sw_status; + SW_LARGENUMBER arg, res; + SW_PARAM sw_param; + SW_CONTEXT_HANDLE hac; + BIGNUM *result = NULL; + BIGNUM *argument = NULL; + int to_return = 0; /* expect failure */ + int acquired = 0; + + sw_param.up.crt.p.value = NULL; + sw_param.up.crt.q.value = NULL; + sw_param.up.crt.dmp1.value = NULL; + sw_param.up.crt.dmq1.value = NULL; + sw_param.up.crt.iqmp.value = NULL; + + if (!get_context(&hac)) { + CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP_CRT, CSWIFT_R_UNIT_FAILURE); + goto err; + } + acquired = 1; + + /* Prepare the params */ + argument = BN_new(); + result = BN_new(); + if (!result || !argument) { + CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP_CRT, CSWIFT_R_BN_CTX_FULL); + goto err; + } + + sw_param.type = SW_ALG_CRT; + /************************************************************************/ + /* + * 04/02/2003 + */ + /* + * Modified by Frederic Giudicelli (deny-all.com) to overcome the + */ + /* + * limitation of cswift with values not a multiple of 32 + */ + /************************************************************************/ + if (!cswift_bn_32copy(&sw_param.up.crt.p, p)) { + CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP_CRT, CSWIFT_R_BN_EXPAND_FAIL); + goto err; + } + if (!cswift_bn_32copy(&sw_param.up.crt.q, q)) { + CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP_CRT, CSWIFT_R_BN_EXPAND_FAIL); + goto err; + } + if (!cswift_bn_32copy(&sw_param.up.crt.dmp1, dmp1)) { + CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP_CRT, CSWIFT_R_BN_EXPAND_FAIL); + goto err; + } + if (!cswift_bn_32copy(&sw_param.up.crt.dmq1, dmq1)) { + CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP_CRT, CSWIFT_R_BN_EXPAND_FAIL); + goto err; + } + if (!cswift_bn_32copy(&sw_param.up.crt.iqmp, iqmp)) { + CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP_CRT, CSWIFT_R_BN_EXPAND_FAIL); + goto err; + } + if (!bn_wexpand(argument, a->top) || !bn_wexpand(result, p->top + q->top)) { + CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP_CRT, CSWIFT_R_BN_EXPAND_FAIL); + goto err; + } + + /* Attach the key params */ + sw_status = p_CSwift_AttachKeyParam(hac, &sw_param); + switch (sw_status) { + case SW_OK: + break; + case SW_ERR_INPUT_SIZE: + CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP_CRT, CSWIFT_R_BAD_KEY_SIZE); + goto err; + default: + { + char tmpbuf[DECIMAL_SIZE(sw_status) + 1]; + CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP_CRT, CSWIFT_R_REQUEST_FAILED); + sprintf(tmpbuf, "%ld", sw_status); + ERR_add_error_data(2, "CryptoSwift error number is ", tmpbuf); + } + goto err; + } + /* Prepare the argument and response */ + arg.nbytes = BN_bn2bin(a, (unsigned char *)argument->d); + arg.value = (unsigned char *)argument->d; + res.nbytes = 2 * BN_num_bytes(p); + memset(result->d, 0, res.nbytes); + res.value = (unsigned char *)result->d; + /* Perform the operation */ + if ((sw_status = p_CSwift_SimpleRequest(hac, SW_CMD_MODEXP_CRT, &arg, 1, + &res, 1)) != SW_OK) { + char tmpbuf[DECIMAL_SIZE(sw_status) + 1]; + CSWIFTerr(CSWIFT_F_CSWIFT_MOD_EXP_CRT, CSWIFT_R_REQUEST_FAILED); + sprintf(tmpbuf, "%ld", sw_status); + ERR_add_error_data(2, "CryptoSwift error number is ", tmpbuf); + goto err; + } + /* Convert the response */ + BN_bin2bn((unsigned char *)result->d, res.nbytes, r); + to_return = 1; + err: + if (sw_param.up.crt.p.value) + OPENSSL_free(sw_param.up.crt.p.value); + if (sw_param.up.crt.q.value) + OPENSSL_free(sw_param.up.crt.q.value); + if (sw_param.up.crt.dmp1.value) + OPENSSL_free(sw_param.up.crt.dmp1.value); + if (sw_param.up.crt.dmq1.value) + OPENSSL_free(sw_param.up.crt.dmq1.value); + if (sw_param.up.crt.iqmp.value) + OPENSSL_free(sw_param.up.crt.iqmp.value); + if (result) + BN_free(result); + if (argument) + BN_free(argument); + if (acquired) + release_context(hac); + return to_return; +} +# endif - to_return = cswift_mod_exp_crt(r0, I, rsa->p, rsa->q, rsa->dmp1, - rsa->dmq1, rsa->iqmp, ctx); -err: - return to_return; - } +# ifndef OPENSSL_NO_RSA +static int cswift_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, + BN_CTX *ctx) +{ + int to_return = 0; + const RSA_METHOD *def_rsa_method; + + if (!rsa->p || !rsa->q || !rsa->dmp1 || !rsa->dmq1 || !rsa->iqmp) { + CSWIFTerr(CSWIFT_F_CSWIFT_RSA_MOD_EXP, + CSWIFT_R_MISSING_KEY_COMPONENTS); + goto err; + } + + /* Try the limits of RSA (2048 bits) */ + if (BN_num_bytes(rsa->p) > 128 || + BN_num_bytes(rsa->q) > 128 || + BN_num_bytes(rsa->dmp1) > 128 || + BN_num_bytes(rsa->dmq1) > 128 || BN_num_bytes(rsa->iqmp) > 128) { +# ifdef RSA_NULL + def_rsa_method = RSA_null_method(); +# else +# if 0 + def_rsa_method = RSA_PKCS1_RSAref(); +# else + def_rsa_method = RSA_PKCS1_SSLeay(); +# endif +# endif + if (def_rsa_method) + return def_rsa_method->rsa_mod_exp(r0, I, rsa, ctx); + } + + to_return = cswift_mod_exp_crt(r0, I, rsa->p, rsa->q, rsa->dmp1, + rsa->dmq1, rsa->iqmp, ctx); + err: + return to_return; +} /* This function is aliased to mod_exp (with the mont stuff dropped). */ static int cswift_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, - const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) - { - const RSA_METHOD * def_rsa_method; - - /* Try the limits of RSA (2048 bits) */ - if(BN_num_bytes(r) > 256 || - BN_num_bytes(a) > 256 || - BN_num_bytes(m) > 256) - { -#ifdef RSA_NULL - def_rsa_method=RSA_null_method(); -#else -#if 0 - def_rsa_method=RSA_PKCS1_RSAref(); -#else - def_rsa_method=RSA_PKCS1_SSLeay(); -#endif -#endif - if(def_rsa_method) - return def_rsa_method->bn_mod_exp(r, a, p, m, ctx, m_ctx); - } - - return cswift_mod_exp(r, a, p, m, ctx); - } -#endif /* OPENSSL_NO_RSA */ + const BIGNUM *m, BN_CTX *ctx, + BN_MONT_CTX *m_ctx) +{ + const RSA_METHOD *def_rsa_method; + + /* Try the limits of RSA (2048 bits) */ + if (BN_num_bytes(r) > 256 || + BN_num_bytes(a) > 256 || BN_num_bytes(m) > 256) { +# ifdef RSA_NULL + def_rsa_method = RSA_null_method(); +# else +# if 0 + def_rsa_method = RSA_PKCS1_RSAref(); +# else + def_rsa_method = RSA_PKCS1_SSLeay(); +# endif +# endif + if (def_rsa_method) + return def_rsa_method->bn_mod_exp(r, a, p, m, ctx, m_ctx); + } + + return cswift_mod_exp(r, a, p, m, ctx); +} +# endif /* OPENSSL_NO_RSA */ -#ifndef OPENSSL_NO_DSA +# ifndef OPENSSL_NO_DSA static DSA_SIG *cswift_dsa_sign(const unsigned char *dgst, int dlen, DSA *dsa) - { - SW_CONTEXT_HANDLE hac; - SW_PARAM sw_param; - SW_STATUS sw_status; - SW_LARGENUMBER arg, res; - BN_CTX *ctx; - BIGNUM *dsa_p = NULL; - BIGNUM *dsa_q = NULL; - BIGNUM *dsa_g = NULL; - BIGNUM *dsa_key = NULL; - BIGNUM *result = NULL; - DSA_SIG *to_return = NULL; - int acquired = 0; - - if((ctx = BN_CTX_new()) == NULL) - goto err; - if(!get_context(&hac)) - { - CSWIFTerr(CSWIFT_F_CSWIFT_DSA_SIGN,CSWIFT_R_UNIT_FAILURE); - goto err; - } - acquired = 1; - /* Prepare the params */ - BN_CTX_start(ctx); - dsa_p = BN_CTX_get(ctx); - dsa_q = BN_CTX_get(ctx); - dsa_g = BN_CTX_get(ctx); - dsa_key = BN_CTX_get(ctx); - result = BN_CTX_get(ctx); - if(!result) - { - CSWIFTerr(CSWIFT_F_CSWIFT_DSA_SIGN,CSWIFT_R_BN_CTX_FULL); - goto err; - } - if(!bn_wexpand(dsa_p, dsa->p->top) || - !bn_wexpand(dsa_q, dsa->q->top) || - !bn_wexpand(dsa_g, dsa->g->top) || - !bn_wexpand(dsa_key, dsa->priv_key->top) || - !bn_wexpand(result, dsa->p->top)) - { - CSWIFTerr(CSWIFT_F_CSWIFT_DSA_SIGN,CSWIFT_R_BN_EXPAND_FAIL); - goto err; - } - sw_param.type = SW_ALG_DSA; - sw_param.up.dsa.p.nbytes = BN_bn2bin(dsa->p, - (unsigned char *)dsa_p->d); - sw_param.up.dsa.p.value = (unsigned char *)dsa_p->d; - sw_param.up.dsa.q.nbytes = BN_bn2bin(dsa->q, - (unsigned char *)dsa_q->d); - sw_param.up.dsa.q.value = (unsigned char *)dsa_q->d; - sw_param.up.dsa.g.nbytes = BN_bn2bin(dsa->g, - (unsigned char *)dsa_g->d); - sw_param.up.dsa.g.value = (unsigned char *)dsa_g->d; - sw_param.up.dsa.key.nbytes = BN_bn2bin(dsa->priv_key, - (unsigned char *)dsa_key->d); - sw_param.up.dsa.key.value = (unsigned char *)dsa_key->d; - /* Attach the key params */ - sw_status = p_CSwift_AttachKeyParam(hac, &sw_param); - switch(sw_status) - { - case SW_OK: - break; - case SW_ERR_INPUT_SIZE: - CSWIFTerr(CSWIFT_F_CSWIFT_DSA_SIGN,CSWIFT_R_BAD_KEY_SIZE); - goto err; - default: - { - char tmpbuf[DECIMAL_SIZE(sw_status)+1]; - CSWIFTerr(CSWIFT_F_CSWIFT_DSA_SIGN,CSWIFT_R_REQUEST_FAILED); - sprintf(tmpbuf, "%ld", sw_status); - ERR_add_error_data(2, "CryptoSwift error number is ",tmpbuf); - } - goto err; - } - /* Prepare the argument and response */ - arg.nbytes = dlen; - arg.value = (unsigned char *)dgst; - res.nbytes = BN_num_bytes(dsa->p); - memset(result->d, 0, res.nbytes); - res.value = (unsigned char *)result->d; - /* Perform the operation */ - sw_status = p_CSwift_SimpleRequest(hac, SW_CMD_DSS_SIGN, &arg, 1, - &res, 1); - if(sw_status != SW_OK) - { - char tmpbuf[DECIMAL_SIZE(sw_status)+1]; - CSWIFTerr(CSWIFT_F_CSWIFT_DSA_SIGN,CSWIFT_R_REQUEST_FAILED); - sprintf(tmpbuf, "%ld", sw_status); - ERR_add_error_data(2, "CryptoSwift error number is ",tmpbuf); - goto err; - } - /* Convert the response */ - if((to_return = DSA_SIG_new()) == NULL) - goto err; - to_return->r = BN_bin2bn((unsigned char *)result->d, 20, NULL); - to_return->s = BN_bin2bn((unsigned char *)result->d + 20, 20, NULL); - -err: - if(acquired) - release_context(hac); - if(ctx) - { - BN_CTX_end(ctx); - BN_CTX_free(ctx); - } - return to_return; - } +{ + SW_CONTEXT_HANDLE hac; + SW_PARAM sw_param; + SW_STATUS sw_status; + SW_LARGENUMBER arg, res; + BN_CTX *ctx; + BIGNUM *dsa_p = NULL; + BIGNUM *dsa_q = NULL; + BIGNUM *dsa_g = NULL; + BIGNUM *dsa_key = NULL; + BIGNUM *result = NULL; + DSA_SIG *to_return = NULL; + int acquired = 0; + + if ((ctx = BN_CTX_new()) == NULL) + goto err; + if (!get_context(&hac)) { + CSWIFTerr(CSWIFT_F_CSWIFT_DSA_SIGN, CSWIFT_R_UNIT_FAILURE); + goto err; + } + acquired = 1; + /* Prepare the params */ + BN_CTX_start(ctx); + dsa_p = BN_CTX_get(ctx); + dsa_q = BN_CTX_get(ctx); + dsa_g = BN_CTX_get(ctx); + dsa_key = BN_CTX_get(ctx); + result = BN_CTX_get(ctx); + if (!result) { + CSWIFTerr(CSWIFT_F_CSWIFT_DSA_SIGN, CSWIFT_R_BN_CTX_FULL); + goto err; + } + if (!bn_wexpand(dsa_p, dsa->p->top) || + !bn_wexpand(dsa_q, dsa->q->top) || + !bn_wexpand(dsa_g, dsa->g->top) || + !bn_wexpand(dsa_key, dsa->priv_key->top) || + !bn_wexpand(result, dsa->p->top)) { + CSWIFTerr(CSWIFT_F_CSWIFT_DSA_SIGN, CSWIFT_R_BN_EXPAND_FAIL); + goto err; + } + sw_param.type = SW_ALG_DSA; + sw_param.up.dsa.p.nbytes = BN_bn2bin(dsa->p, (unsigned char *)dsa_p->d); + sw_param.up.dsa.p.value = (unsigned char *)dsa_p->d; + sw_param.up.dsa.q.nbytes = BN_bn2bin(dsa->q, (unsigned char *)dsa_q->d); + sw_param.up.dsa.q.value = (unsigned char *)dsa_q->d; + sw_param.up.dsa.g.nbytes = BN_bn2bin(dsa->g, (unsigned char *)dsa_g->d); + sw_param.up.dsa.g.value = (unsigned char *)dsa_g->d; + sw_param.up.dsa.key.nbytes = BN_bn2bin(dsa->priv_key, + (unsigned char *)dsa_key->d); + sw_param.up.dsa.key.value = (unsigned char *)dsa_key->d; + /* Attach the key params */ + sw_status = p_CSwift_AttachKeyParam(hac, &sw_param); + switch (sw_status) { + case SW_OK: + break; + case SW_ERR_INPUT_SIZE: + CSWIFTerr(CSWIFT_F_CSWIFT_DSA_SIGN, CSWIFT_R_BAD_KEY_SIZE); + goto err; + default: + { + char tmpbuf[DECIMAL_SIZE(sw_status) + 1]; + CSWIFTerr(CSWIFT_F_CSWIFT_DSA_SIGN, CSWIFT_R_REQUEST_FAILED); + sprintf(tmpbuf, "%ld", sw_status); + ERR_add_error_data(2, "CryptoSwift error number is ", tmpbuf); + } + goto err; + } + /* Prepare the argument and response */ + arg.nbytes = dlen; + arg.value = (unsigned char *)dgst; + res.nbytes = BN_num_bytes(dsa->p); + memset(result->d, 0, res.nbytes); + res.value = (unsigned char *)result->d; + /* Perform the operation */ + sw_status = p_CSwift_SimpleRequest(hac, SW_CMD_DSS_SIGN, &arg, 1, + &res, 1); + if (sw_status != SW_OK) { + char tmpbuf[DECIMAL_SIZE(sw_status) + 1]; + CSWIFTerr(CSWIFT_F_CSWIFT_DSA_SIGN, CSWIFT_R_REQUEST_FAILED); + sprintf(tmpbuf, "%ld", sw_status); + ERR_add_error_data(2, "CryptoSwift error number is ", tmpbuf); + goto err; + } + /* Convert the response */ + if ((to_return = DSA_SIG_new()) == NULL) + goto err; + to_return->r = BN_bin2bn((unsigned char *)result->d, 20, NULL); + to_return->s = BN_bin2bn((unsigned char *)result->d + 20, 20, NULL); + + err: + if (acquired) + release_context(hac); + if (ctx) { + BN_CTX_end(ctx); + BN_CTX_free(ctx); + } + return to_return; +} static int cswift_dsa_verify(const unsigned char *dgst, int dgst_len, - DSA_SIG *sig, DSA *dsa) - { - SW_CONTEXT_HANDLE hac; - SW_PARAM sw_param; - SW_STATUS sw_status; - SW_LARGENUMBER arg[2], res; - unsigned long sig_result; - BN_CTX *ctx; - BIGNUM *dsa_p = NULL; - BIGNUM *dsa_q = NULL; - BIGNUM *dsa_g = NULL; - BIGNUM *dsa_key = NULL; - BIGNUM *argument = NULL; - int to_return = -1; - int acquired = 0; - - if((ctx = BN_CTX_new()) == NULL) - goto err; - if(!get_context(&hac)) - { - CSWIFTerr(CSWIFT_F_CSWIFT_DSA_VERIFY,CSWIFT_R_UNIT_FAILURE); - goto err; - } - acquired = 1; - /* Prepare the params */ - BN_CTX_start(ctx); - dsa_p = BN_CTX_get(ctx); - dsa_q = BN_CTX_get(ctx); - dsa_g = BN_CTX_get(ctx); - dsa_key = BN_CTX_get(ctx); - argument = BN_CTX_get(ctx); - if(!argument) - { - CSWIFTerr(CSWIFT_F_CSWIFT_DSA_VERIFY,CSWIFT_R_BN_CTX_FULL); - goto err; - } - if(!bn_wexpand(dsa_p, dsa->p->top) || - !bn_wexpand(dsa_q, dsa->q->top) || - !bn_wexpand(dsa_g, dsa->g->top) || - !bn_wexpand(dsa_key, dsa->pub_key->top) || - !bn_wexpand(argument, 40)) - { - CSWIFTerr(CSWIFT_F_CSWIFT_DSA_VERIFY,CSWIFT_R_BN_EXPAND_FAIL); - goto err; - } - sw_param.type = SW_ALG_DSA; - sw_param.up.dsa.p.nbytes = BN_bn2bin(dsa->p, - (unsigned char *)dsa_p->d); - sw_param.up.dsa.p.value = (unsigned char *)dsa_p->d; - sw_param.up.dsa.q.nbytes = BN_bn2bin(dsa->q, - (unsigned char *)dsa_q->d); - sw_param.up.dsa.q.value = (unsigned char *)dsa_q->d; - sw_param.up.dsa.g.nbytes = BN_bn2bin(dsa->g, - (unsigned char *)dsa_g->d); - sw_param.up.dsa.g.value = (unsigned char *)dsa_g->d; - sw_param.up.dsa.key.nbytes = BN_bn2bin(dsa->pub_key, - (unsigned char *)dsa_key->d); - sw_param.up.dsa.key.value = (unsigned char *)dsa_key->d; - /* Attach the key params */ - sw_status = p_CSwift_AttachKeyParam(hac, &sw_param); - switch(sw_status) - { - case SW_OK: - break; - case SW_ERR_INPUT_SIZE: - CSWIFTerr(CSWIFT_F_CSWIFT_DSA_VERIFY,CSWIFT_R_BAD_KEY_SIZE); - goto err; - default: - { - char tmpbuf[DECIMAL_SIZE(sw_status)+1]; - CSWIFTerr(CSWIFT_F_CSWIFT_DSA_VERIFY,CSWIFT_R_REQUEST_FAILED); - sprintf(tmpbuf, "%ld", sw_status); - ERR_add_error_data(2, "CryptoSwift error number is ",tmpbuf); - } - goto err; - } - /* Prepare the argument and response */ - arg[0].nbytes = dgst_len; - arg[0].value = (unsigned char *)dgst; - arg[1].nbytes = 40; - arg[1].value = (unsigned char *)argument->d; - memset(arg[1].value, 0, 40); - BN_bn2bin(sig->r, arg[1].value + 20 - BN_num_bytes(sig->r)); - BN_bn2bin(sig->s, arg[1].value + 40 - BN_num_bytes(sig->s)); - res.nbytes = 4; /* unsigned long */ - res.value = (unsigned char *)(&sig_result); - /* Perform the operation */ - sw_status = p_CSwift_SimpleRequest(hac, SW_CMD_DSS_VERIFY, arg, 2, - &res, 1); - if(sw_status != SW_OK) - { - char tmpbuf[DECIMAL_SIZE(sw_status)+1]; - CSWIFTerr(CSWIFT_F_CSWIFT_DSA_VERIFY,CSWIFT_R_REQUEST_FAILED); - sprintf(tmpbuf, "%ld", sw_status); - ERR_add_error_data(2, "CryptoSwift error number is ",tmpbuf); - goto err; - } - /* Convert the response */ - to_return = ((sig_result == 0) ? 0 : 1); - -err: - if(acquired) - release_context(hac); - if(ctx) - { - BN_CTX_end(ctx); - BN_CTX_free(ctx); - } - return to_return; - } -#endif + DSA_SIG *sig, DSA *dsa) +{ + SW_CONTEXT_HANDLE hac; + SW_PARAM sw_param; + SW_STATUS sw_status; + SW_LARGENUMBER arg[2], res; + unsigned long sig_result; + BN_CTX *ctx; + BIGNUM *dsa_p = NULL; + BIGNUM *dsa_q = NULL; + BIGNUM *dsa_g = NULL; + BIGNUM *dsa_key = NULL; + BIGNUM *argument = NULL; + int to_return = -1; + int acquired = 0; + + if ((ctx = BN_CTX_new()) == NULL) + goto err; + if (!get_context(&hac)) { + CSWIFTerr(CSWIFT_F_CSWIFT_DSA_VERIFY, CSWIFT_R_UNIT_FAILURE); + goto err; + } + acquired = 1; + /* Prepare the params */ + BN_CTX_start(ctx); + dsa_p = BN_CTX_get(ctx); + dsa_q = BN_CTX_get(ctx); + dsa_g = BN_CTX_get(ctx); + dsa_key = BN_CTX_get(ctx); + argument = BN_CTX_get(ctx); + if (!argument) { + CSWIFTerr(CSWIFT_F_CSWIFT_DSA_VERIFY, CSWIFT_R_BN_CTX_FULL); + goto err; + } + if (!bn_wexpand(dsa_p, dsa->p->top) || + !bn_wexpand(dsa_q, dsa->q->top) || + !bn_wexpand(dsa_g, dsa->g->top) || + !bn_wexpand(dsa_key, dsa->pub_key->top) || + !bn_wexpand(argument, 40)) { + CSWIFTerr(CSWIFT_F_CSWIFT_DSA_VERIFY, CSWIFT_R_BN_EXPAND_FAIL); + goto err; + } + sw_param.type = SW_ALG_DSA; + sw_param.up.dsa.p.nbytes = BN_bn2bin(dsa->p, (unsigned char *)dsa_p->d); + sw_param.up.dsa.p.value = (unsigned char *)dsa_p->d; + sw_param.up.dsa.q.nbytes = BN_bn2bin(dsa->q, (unsigned char *)dsa_q->d); + sw_param.up.dsa.q.value = (unsigned char *)dsa_q->d; + sw_param.up.dsa.g.nbytes = BN_bn2bin(dsa->g, (unsigned char *)dsa_g->d); + sw_param.up.dsa.g.value = (unsigned char *)dsa_g->d; + sw_param.up.dsa.key.nbytes = BN_bn2bin(dsa->pub_key, + (unsigned char *)dsa_key->d); + sw_param.up.dsa.key.value = (unsigned char *)dsa_key->d; + /* Attach the key params */ + sw_status = p_CSwift_AttachKeyParam(hac, &sw_param); + switch (sw_status) { + case SW_OK: + break; + case SW_ERR_INPUT_SIZE: + CSWIFTerr(CSWIFT_F_CSWIFT_DSA_VERIFY, CSWIFT_R_BAD_KEY_SIZE); + goto err; + default: + { + char tmpbuf[DECIMAL_SIZE(sw_status) + 1]; + CSWIFTerr(CSWIFT_F_CSWIFT_DSA_VERIFY, CSWIFT_R_REQUEST_FAILED); + sprintf(tmpbuf, "%ld", sw_status); + ERR_add_error_data(2, "CryptoSwift error number is ", tmpbuf); + } + goto err; + } + /* Prepare the argument and response */ + arg[0].nbytes = dgst_len; + arg[0].value = (unsigned char *)dgst; + arg[1].nbytes = 40; + arg[1].value = (unsigned char *)argument->d; + memset(arg[1].value, 0, 40); + BN_bn2bin(sig->r, arg[1].value + 20 - BN_num_bytes(sig->r)); + BN_bn2bin(sig->s, arg[1].value + 40 - BN_num_bytes(sig->s)); + res.nbytes = 4; /* unsigned long */ + res.value = (unsigned char *)(&sig_result); + /* Perform the operation */ + sw_status = p_CSwift_SimpleRequest(hac, SW_CMD_DSS_VERIFY, arg, 2, + &res, 1); + if (sw_status != SW_OK) { + char tmpbuf[DECIMAL_SIZE(sw_status) + 1]; + CSWIFTerr(CSWIFT_F_CSWIFT_DSA_VERIFY, CSWIFT_R_REQUEST_FAILED); + sprintf(tmpbuf, "%ld", sw_status); + ERR_add_error_data(2, "CryptoSwift error number is ", tmpbuf); + goto err; + } + /* Convert the response */ + to_return = ((sig_result == 0) ? 0 : 1); + + err: + if (acquired) + release_context(hac); + if (ctx) { + BN_CTX_end(ctx); + BN_CTX_free(ctx); + } + return to_return; +} +# endif -#ifndef OPENSSL_NO_DH +# ifndef OPENSSL_NO_DH /* This function is aliased to mod_exp (with the dh and mont dropped). */ static int cswift_mod_exp_dh(const DH *dh, BIGNUM *r, - const BIGNUM *a, const BIGNUM *p, - const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) - { - return cswift_mod_exp(r, a, p, m, ctx); - } -#endif + const BIGNUM *a, const BIGNUM *p, + const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) +{ + return cswift_mod_exp(r, a, p, m, ctx); +} +# endif /* Random bytes are good */ static int cswift_rand_bytes(unsigned char *buf, int num) { - SW_CONTEXT_HANDLE hac; - SW_STATUS swrc; - SW_LARGENUMBER largenum; - int acquired = 0; - int to_return = 0; /* assume failure */ - unsigned char buf32[1024]; - - - if (!get_context(&hac)) - { - CSWIFTerr(CSWIFT_F_CSWIFT_RAND_BYTES, CSWIFT_R_UNIT_FAILURE); - goto err; - } - acquired = 1; - - /************************************************************************/ - /* 04/02/2003 */ - /* Modified by Frederic Giudicelli (deny-all.com) to overcome the */ - /* limitation of cswift with values not a multiple of 32 */ - /************************************************************************/ - - while(num >= (int)sizeof(buf32)) - { - largenum.value = buf; - largenum.nbytes = sizeof(buf32); - /* tell CryptoSwift how many bytes we want and where we want it. - * Note: - CryptoSwift cannot do more than 4096 bytes at a time. - * - CryptoSwift can only do multiple of 32-bits. */ - swrc = p_CSwift_SimpleRequest(hac, SW_CMD_RAND, NULL, 0, &largenum, 1); - if (swrc != SW_OK) - { - char tmpbuf[20]; - CSWIFTerr(CSWIFT_F_CSWIFT_RAND_BYTES, CSWIFT_R_REQUEST_FAILED); - sprintf(tmpbuf, "%ld", swrc); - ERR_add_error_data(2, "CryptoSwift error number is ", tmpbuf); - goto err; - } - buf += sizeof(buf32); - num -= sizeof(buf32); - } - if(num) - { - largenum.nbytes = sizeof(buf32); - largenum.value = buf32; - swrc = p_CSwift_SimpleRequest(hac, SW_CMD_RAND, NULL, 0, &largenum, 1); - if (swrc != SW_OK) - { - char tmpbuf[20]; - CSWIFTerr(CSWIFT_F_CSWIFT_RAND_BYTES, CSWIFT_R_REQUEST_FAILED); - sprintf(tmpbuf, "%ld", swrc); - ERR_add_error_data(2, "CryptoSwift error number is ", tmpbuf); - goto err; - } - memcpy(buf, largenum.value, num); - } - - to_return = 1; /* success */ -err: - if (acquired) - release_context(hac); - - return to_return; + SW_CONTEXT_HANDLE hac; + SW_STATUS swrc; + SW_LARGENUMBER largenum; + int acquired = 0; + int to_return = 0; /* assume failure */ + unsigned char buf32[1024]; + + if (!get_context(&hac)) { + CSWIFTerr(CSWIFT_F_CSWIFT_RAND_BYTES, CSWIFT_R_UNIT_FAILURE); + goto err; + } + acquired = 1; + + /************************************************************************/ + /* + * 04/02/2003 + */ + /* + * Modified by Frederic Giudicelli (deny-all.com) to overcome the + */ + /* + * limitation of cswift with values not a multiple of 32 + */ + /************************************************************************/ + + while (num >= (int)sizeof(buf32)) { + largenum.value = buf; + largenum.nbytes = sizeof(buf32); + /*- + * tell CryptoSwift how many bytes we want and where we want it. + * Note: - CryptoSwift cannot do more than 4096 bytes at a time. + * - CryptoSwift can only do multiple of 32-bits. + */ + swrc = + p_CSwift_SimpleRequest(hac, SW_CMD_RAND, NULL, 0, &largenum, 1); + if (swrc != SW_OK) { + char tmpbuf[20]; + CSWIFTerr(CSWIFT_F_CSWIFT_RAND_BYTES, CSWIFT_R_REQUEST_FAILED); + sprintf(tmpbuf, "%ld", swrc); + ERR_add_error_data(2, "CryptoSwift error number is ", tmpbuf); + goto err; + } + buf += sizeof(buf32); + num -= sizeof(buf32); + } + if (num) { + largenum.nbytes = sizeof(buf32); + largenum.value = buf32; + swrc = + p_CSwift_SimpleRequest(hac, SW_CMD_RAND, NULL, 0, &largenum, 1); + if (swrc != SW_OK) { + char tmpbuf[20]; + CSWIFTerr(CSWIFT_F_CSWIFT_RAND_BYTES, CSWIFT_R_REQUEST_FAILED); + sprintf(tmpbuf, "%ld", swrc); + ERR_add_error_data(2, "CryptoSwift error number is ", tmpbuf); + goto err; + } + memcpy(buf, largenum.value, num); + } + + to_return = 1; /* success */ + err: + if (acquired) + release_context(hac); + + return to_return; } static int cswift_rand_status(void) { - return 1; + return 1; } - -/* This stuff is needed if this ENGINE is being compiled into a self-contained - * shared-library. */ -#ifndef OPENSSL_NO_DYNAMIC_ENGINE +/* + * This stuff is needed if this ENGINE is being compiled into a + * self-contained shared-library. + */ +# ifndef OPENSSL_NO_DYNAMIC_ENGINE static int bind_fn(ENGINE *e, const char *id) - { - if(id && (strcmp(id, engine_cswift_id) != 0)) - return 0; - if(!bind_helper(e)) - return 0; - return 1; - } -IMPLEMENT_DYNAMIC_CHECK_FN() -IMPLEMENT_DYNAMIC_BIND_FN(bind_fn) -#endif /* OPENSSL_NO_DYNAMIC_ENGINE */ +{ + if (id && (strcmp(id, engine_cswift_id) != 0)) + return 0; + if (!bind_helper(e)) + return 0; + return 1; +} -#endif /* !OPENSSL_NO_HW_CSWIFT */ -#endif /* !OPENSSL_NO_HW */ +IMPLEMENT_DYNAMIC_CHECK_FN() + IMPLEMENT_DYNAMIC_BIND_FN(bind_fn) +# endif /* OPENSSL_NO_DYNAMIC_ENGINE */ +# endif /* !OPENSSL_NO_HW_CSWIFT */ +#endif /* !OPENSSL_NO_HW */ diff --git a/openssl/engines/e_cswift_err.c b/openssl/engines/e_cswift_err.c index c7942a31f..f8a2cbb5e 100644 --- a/openssl/engines/e_cswift_err.c +++ b/openssl/engines/e_cswift_err.c @@ -7,7 +7,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -53,7 +53,8 @@ * */ -/* NOTE: this file was auto generated by the mkerr.pl script: any changes +/* + * NOTE: this file was auto generated by the mkerr.pl script: any changes * made to it will be overwritten when the script next updates this file, * only reason strings will be preserved. */ @@ -65,90 +66,85 @@ /* BEGIN ERROR CODES */ #ifndef OPENSSL_NO_ERR -#define ERR_FUNC(func) ERR_PACK(0,func,0) -#define ERR_REASON(reason) ERR_PACK(0,0,reason) - -static ERR_STRING_DATA CSWIFT_str_functs[]= - { -{ERR_FUNC(CSWIFT_F_CSWIFT_CTRL), "CSWIFT_CTRL"}, -{ERR_FUNC(CSWIFT_F_CSWIFT_DSA_SIGN), "CSWIFT_DSA_SIGN"}, -{ERR_FUNC(CSWIFT_F_CSWIFT_DSA_VERIFY), "CSWIFT_DSA_VERIFY"}, -{ERR_FUNC(CSWIFT_F_CSWIFT_FINISH), "CSWIFT_FINISH"}, -{ERR_FUNC(CSWIFT_F_CSWIFT_INIT), "CSWIFT_INIT"}, -{ERR_FUNC(CSWIFT_F_CSWIFT_MOD_EXP), "CSWIFT_MOD_EXP"}, -{ERR_FUNC(CSWIFT_F_CSWIFT_MOD_EXP_CRT), "CSWIFT_MOD_EXP_CRT"}, -{ERR_FUNC(CSWIFT_F_CSWIFT_RAND_BYTES), "CSWIFT_RAND_BYTES"}, -{ERR_FUNC(CSWIFT_F_CSWIFT_RSA_MOD_EXP), "CSWIFT_RSA_MOD_EXP"}, -{0,NULL} - }; - -static ERR_STRING_DATA CSWIFT_str_reasons[]= - { -{ERR_REASON(CSWIFT_R_ALREADY_LOADED) ,"already loaded"}, -{ERR_REASON(CSWIFT_R_BAD_KEY_SIZE) ,"bad key size"}, -{ERR_REASON(CSWIFT_R_BN_CTX_FULL) ,"bn ctx full"}, -{ERR_REASON(CSWIFT_R_BN_EXPAND_FAIL) ,"bn expand fail"}, -{ERR_REASON(CSWIFT_R_CTRL_COMMAND_NOT_IMPLEMENTED),"ctrl command not implemented"}, -{ERR_REASON(CSWIFT_R_MISSING_KEY_COMPONENTS),"missing key components"}, -{ERR_REASON(CSWIFT_R_NOT_LOADED) ,"not loaded"}, -{ERR_REASON(CSWIFT_R_REQUEST_FAILED) ,"request failed"}, -{ERR_REASON(CSWIFT_R_UNIT_FAILURE) ,"unit failure"}, -{0,NULL} - }; +# define ERR_FUNC(func) ERR_PACK(0,func,0) +# define ERR_REASON(reason) ERR_PACK(0,0,reason) + +static ERR_STRING_DATA CSWIFT_str_functs[] = { + {ERR_FUNC(CSWIFT_F_CSWIFT_CTRL), "CSWIFT_CTRL"}, + {ERR_FUNC(CSWIFT_F_CSWIFT_DSA_SIGN), "CSWIFT_DSA_SIGN"}, + {ERR_FUNC(CSWIFT_F_CSWIFT_DSA_VERIFY), "CSWIFT_DSA_VERIFY"}, + {ERR_FUNC(CSWIFT_F_CSWIFT_FINISH), "CSWIFT_FINISH"}, + {ERR_FUNC(CSWIFT_F_CSWIFT_INIT), "CSWIFT_INIT"}, + {ERR_FUNC(CSWIFT_F_CSWIFT_MOD_EXP), "CSWIFT_MOD_EXP"}, + {ERR_FUNC(CSWIFT_F_CSWIFT_MOD_EXP_CRT), "CSWIFT_MOD_EXP_CRT"}, + {ERR_FUNC(CSWIFT_F_CSWIFT_RAND_BYTES), "CSWIFT_RAND_BYTES"}, + {ERR_FUNC(CSWIFT_F_CSWIFT_RSA_MOD_EXP), "CSWIFT_RSA_MOD_EXP"}, + {0, NULL} +}; + +static ERR_STRING_DATA CSWIFT_str_reasons[] = { + {ERR_REASON(CSWIFT_R_ALREADY_LOADED), "already loaded"}, + {ERR_REASON(CSWIFT_R_BAD_KEY_SIZE), "bad key size"}, + {ERR_REASON(CSWIFT_R_BN_CTX_FULL), "bn ctx full"}, + {ERR_REASON(CSWIFT_R_BN_EXPAND_FAIL), "bn expand fail"}, + {ERR_REASON(CSWIFT_R_CTRL_COMMAND_NOT_IMPLEMENTED), + "ctrl command not implemented"}, + {ERR_REASON(CSWIFT_R_MISSING_KEY_COMPONENTS), "missing key components"}, + {ERR_REASON(CSWIFT_R_NOT_LOADED), "not loaded"}, + {ERR_REASON(CSWIFT_R_REQUEST_FAILED), "request failed"}, + {ERR_REASON(CSWIFT_R_UNIT_FAILURE), "unit failure"}, + {0, NULL} +}; #endif #ifdef CSWIFT_LIB_NAME -static ERR_STRING_DATA CSWIFT_lib_name[]= - { -{0 ,CSWIFT_LIB_NAME}, -{0,NULL} - }; +static ERR_STRING_DATA CSWIFT_lib_name[] = { + {0, CSWIFT_LIB_NAME}, + {0, NULL} +}; #endif - -static int CSWIFT_lib_error_code=0; -static int CSWIFT_error_init=1; +static int CSWIFT_lib_error_code = 0; +static int CSWIFT_error_init = 1; static void ERR_load_CSWIFT_strings(void) - { - if (CSWIFT_lib_error_code == 0) - CSWIFT_lib_error_code=ERR_get_next_error_library(); +{ + if (CSWIFT_lib_error_code == 0) + CSWIFT_lib_error_code = ERR_get_next_error_library(); - if (CSWIFT_error_init) - { - CSWIFT_error_init=0; + if (CSWIFT_error_init) { + CSWIFT_error_init = 0; #ifndef OPENSSL_NO_ERR - ERR_load_strings(CSWIFT_lib_error_code,CSWIFT_str_functs); - ERR_load_strings(CSWIFT_lib_error_code,CSWIFT_str_reasons); + ERR_load_strings(CSWIFT_lib_error_code, CSWIFT_str_functs); + ERR_load_strings(CSWIFT_lib_error_code, CSWIFT_str_reasons); #endif #ifdef CSWIFT_LIB_NAME - CSWIFT_lib_name->error = ERR_PACK(CSWIFT_lib_error_code,0,0); - ERR_load_strings(0,CSWIFT_lib_name); + CSWIFT_lib_name->error = ERR_PACK(CSWIFT_lib_error_code, 0, 0); + ERR_load_strings(0, CSWIFT_lib_name); #endif - } - } + } +} static void ERR_unload_CSWIFT_strings(void) - { - if (CSWIFT_error_init == 0) - { +{ + if (CSWIFT_error_init == 0) { #ifndef OPENSSL_NO_ERR - ERR_unload_strings(CSWIFT_lib_error_code,CSWIFT_str_functs); - ERR_unload_strings(CSWIFT_lib_error_code,CSWIFT_str_reasons); + ERR_unload_strings(CSWIFT_lib_error_code, CSWIFT_str_functs); + ERR_unload_strings(CSWIFT_lib_error_code, CSWIFT_str_reasons); #endif #ifdef CSWIFT_LIB_NAME - ERR_unload_strings(0,CSWIFT_lib_name); + ERR_unload_strings(0, CSWIFT_lib_name); #endif - CSWIFT_error_init=1; - } - } + CSWIFT_error_init = 1; + } +} static void ERR_CSWIFT_error(int function, int reason, char *file, int line) - { - if (CSWIFT_lib_error_code == 0) - CSWIFT_lib_error_code=ERR_get_next_error_library(); - ERR_PUT_error(CSWIFT_lib_error_code,function,reason,file,line); - } +{ + if (CSWIFT_lib_error_code == 0) + CSWIFT_lib_error_code = ERR_get_next_error_library(); + ERR_PUT_error(CSWIFT_lib_error_code, function, reason, file, line); +} diff --git a/openssl/engines/e_cswift_err.h b/openssl/engines/e_cswift_err.h index 69c2a9f87..fde3a8277 100644 --- a/openssl/engines/e_cswift_err.h +++ b/openssl/engines/e_cswift_err.h @@ -6,7 +6,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -53,44 +53,45 @@ */ #ifndef HEADER_CSWIFT_ERR_H -#define HEADER_CSWIFT_ERR_H +# define HEADER_CSWIFT_ERR_H #ifdef __cplusplus extern "C" { #endif /* BEGIN ERROR CODES */ -/* The following lines are auto generated by the script mkerr.pl. Any changes +/* + * The following lines are auto generated by the script mkerr.pl. Any changes * made after this point may be overwritten when the script is next run. */ static void ERR_load_CSWIFT_strings(void); static void ERR_unload_CSWIFT_strings(void); static void ERR_CSWIFT_error(int function, int reason, char *file, int line); -#define CSWIFTerr(f,r) ERR_CSWIFT_error((f),(r),__FILE__,__LINE__) +# define CSWIFTerr(f,r) ERR_CSWIFT_error((f),(r),__FILE__,__LINE__) /* Error codes for the CSWIFT functions. */ /* Function codes. */ -#define CSWIFT_F_CSWIFT_CTRL 100 -#define CSWIFT_F_CSWIFT_DSA_SIGN 101 -#define CSWIFT_F_CSWIFT_DSA_VERIFY 102 -#define CSWIFT_F_CSWIFT_FINISH 103 -#define CSWIFT_F_CSWIFT_INIT 104 -#define CSWIFT_F_CSWIFT_MOD_EXP 105 -#define CSWIFT_F_CSWIFT_MOD_EXP_CRT 106 -#define CSWIFT_F_CSWIFT_RAND_BYTES 108 -#define CSWIFT_F_CSWIFT_RSA_MOD_EXP 107 +# define CSWIFT_F_CSWIFT_CTRL 100 +# define CSWIFT_F_CSWIFT_DSA_SIGN 101 +# define CSWIFT_F_CSWIFT_DSA_VERIFY 102 +# define CSWIFT_F_CSWIFT_FINISH 103 +# define CSWIFT_F_CSWIFT_INIT 104 +# define CSWIFT_F_CSWIFT_MOD_EXP 105 +# define CSWIFT_F_CSWIFT_MOD_EXP_CRT 106 +# define CSWIFT_F_CSWIFT_RAND_BYTES 108 +# define CSWIFT_F_CSWIFT_RSA_MOD_EXP 107 /* Reason codes. */ -#define CSWIFT_R_ALREADY_LOADED 100 -#define CSWIFT_R_BAD_KEY_SIZE 101 -#define CSWIFT_R_BN_CTX_FULL 102 -#define CSWIFT_R_BN_EXPAND_FAIL 103 -#define CSWIFT_R_CTRL_COMMAND_NOT_IMPLEMENTED 104 -#define CSWIFT_R_MISSING_KEY_COMPONENTS 105 -#define CSWIFT_R_NOT_LOADED 106 -#define CSWIFT_R_REQUEST_FAILED 107 -#define CSWIFT_R_UNIT_FAILURE 108 +# define CSWIFT_R_ALREADY_LOADED 100 +# define CSWIFT_R_BAD_KEY_SIZE 101 +# define CSWIFT_R_BN_CTX_FULL 102 +# define CSWIFT_R_BN_EXPAND_FAIL 103 +# define CSWIFT_R_CTRL_COMMAND_NOT_IMPLEMENTED 104 +# define CSWIFT_R_MISSING_KEY_COMPONENTS 105 +# define CSWIFT_R_NOT_LOADED 106 +# define CSWIFT_R_REQUEST_FAILED 107 +# define CSWIFT_R_UNIT_FAILURE 108 #ifdef __cplusplus } diff --git a/openssl/engines/e_gmp.c b/openssl/engines/e_gmp.c index a3d47151e..de5f9c0d3 100644 --- a/openssl/engines/e_gmp.c +++ b/openssl/engines/e_gmp.c @@ -1,6 +1,7 @@ /* crypto/engine/e_gmp.c */ -/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL - * project 2003. +/* + * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project + * 2003. */ /* ==================================================================== * Copyright (c) 1999-2001 The OpenSSL Project. All rights reserved. @@ -10,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -56,13 +57,16 @@ * */ -/* This engine is not (currently) compiled in by default. Do enable it, - * reconfigure OpenSSL with "enable-gmp -lgmp". The GMP libraries and - * headers must reside in one of the paths searched by the compiler/linker, - * otherwise paths must be specified - eg. try configuring with - * "enable-gmp -I -L -lgmp". YMMV. */ +/* + * This engine is not (currently) compiled in by default. Do enable it, + * reconfigure OpenSSL with "enable-gmp -lgmp". The GMP libraries and headers + * must reside in one of the paths searched by the compiler/linker, otherwise + * paths must be specified - eg. try configuring with "enable-gmp + * -I -L -lgmp". YMMV. + */ -/* As for what this does - it's a largely unoptimised implementation of an +/*- + * As for what this does - it's a largely unoptimised implementation of an * ENGINE that uses the GMP library to perform RSA private key operations. To * obtain more information about what "unoptimised" means, see my original mail * on the subject (though ignore the build instructions which have since @@ -86,395 +90,403 @@ #include #include #ifndef OPENSSL_NO_RSA -#include +# include #endif #include #ifndef OPENSSL_NO_HW -#ifndef OPENSSL_NO_GMP +# ifndef OPENSSL_NO_GMP -#include +# include -#define E_GMP_LIB_NAME "gmp engine" -#include "e_gmp_err.c" +# define E_GMP_LIB_NAME "gmp engine" +# include "e_gmp_err.c" static int e_gmp_destroy(ENGINE *e); static int e_gmp_init(ENGINE *e); static int e_gmp_finish(ENGINE *e); -static int e_gmp_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void)); +static int e_gmp_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void)); -#ifndef OPENSSL_NO_RSA +# ifndef OPENSSL_NO_RSA /* RSA stuff */ -static int e_gmp_rsa_mod_exp(BIGNUM *r, const BIGNUM *I, RSA *rsa, BN_CTX *ctx); +static int e_gmp_rsa_mod_exp(BIGNUM *r, const BIGNUM *I, RSA *rsa, + BN_CTX *ctx); static int e_gmp_rsa_finish(RSA *r); -#endif +# endif /* The definitions for control commands specific to this engine */ -/* #define E_GMP_CMD_SO_PATH ENGINE_CMD_BASE */ +/* #define E_GMP_CMD_SO_PATH ENGINE_CMD_BASE */ static const ENGINE_CMD_DEFN e_gmp_cmd_defns[] = { -#if 0 - {E_GMP_CMD_SO_PATH, - "SO_PATH", - "Specifies the path to the 'e_gmp' shared library", - ENGINE_CMD_FLAG_STRING}, -#endif - {0, NULL, NULL, 0} - }; - -#ifndef OPENSSL_NO_RSA +# if 0 + {E_GMP_CMD_SO_PATH, + "SO_PATH", + "Specifies the path to the 'e_gmp' shared library", + ENGINE_CMD_FLAG_STRING}, +# endif + {0, NULL, NULL, 0} +}; + +# ifndef OPENSSL_NO_RSA /* Our internal RSA_METHOD that we provide pointers to */ -static RSA_METHOD e_gmp_rsa = - { - "GMP RSA method", - NULL, - NULL, - NULL, - NULL, - e_gmp_rsa_mod_exp, - NULL, - NULL, - e_gmp_rsa_finish, - /* These flags initialise montgomery crud that GMP ignores, however it - * makes sure the public key ops (which are done in openssl) don't seem - * *slower* than usual :-) */ - RSA_FLAG_CACHE_PUBLIC|RSA_FLAG_CACHE_PRIVATE, - NULL, - NULL, - NULL - }; -#endif +static RSA_METHOD e_gmp_rsa = { + "GMP RSA method", + NULL, + NULL, + NULL, + NULL, + e_gmp_rsa_mod_exp, + NULL, + NULL, + e_gmp_rsa_finish, + /* + * These flags initialise montgomery crud that GMP ignores, however it + * makes sure the public key ops (which are done in openssl) don't seem + * *slower* than usual :-) + */ + RSA_FLAG_CACHE_PUBLIC | RSA_FLAG_CACHE_PRIVATE, + NULL, + NULL, + NULL +}; +# endif /* Constants used when creating the ENGINE */ static const char *engine_e_gmp_id = "gmp"; static const char *engine_e_gmp_name = "GMP engine support"; -/* This internal function is used by ENGINE_gmp() and possibly by the - * "dynamic" ENGINE support too */ +/* + * This internal function is used by ENGINE_gmp() and possibly by the + * "dynamic" ENGINE support too + */ static int bind_helper(ENGINE *e) - { -#ifndef OPENSSL_NO_RSA - const RSA_METHOD *meth1; -#endif - if(!ENGINE_set_id(e, engine_e_gmp_id) || - !ENGINE_set_name(e, engine_e_gmp_name) || -#ifndef OPENSSL_NO_RSA - !ENGINE_set_RSA(e, &e_gmp_rsa) || -#endif - !ENGINE_set_destroy_function(e, e_gmp_destroy) || - !ENGINE_set_init_function(e, e_gmp_init) || - !ENGINE_set_finish_function(e, e_gmp_finish) || - !ENGINE_set_ctrl_function(e, e_gmp_ctrl) || - !ENGINE_set_cmd_defns(e, e_gmp_cmd_defns)) - return 0; - -#ifndef OPENSSL_NO_RSA - meth1 = RSA_PKCS1_SSLeay(); - e_gmp_rsa.rsa_pub_enc = meth1->rsa_pub_enc; - e_gmp_rsa.rsa_pub_dec = meth1->rsa_pub_dec; - e_gmp_rsa.rsa_priv_enc = meth1->rsa_priv_enc; - e_gmp_rsa.rsa_priv_dec = meth1->rsa_priv_dec; - e_gmp_rsa.bn_mod_exp = meth1->bn_mod_exp; -#endif - - /* Ensure the e_gmp error handling is set up */ - ERR_load_GMP_strings(); - return 1; - } +{ +# ifndef OPENSSL_NO_RSA + const RSA_METHOD *meth1; +# endif + if (!ENGINE_set_id(e, engine_e_gmp_id) || + !ENGINE_set_name(e, engine_e_gmp_name) || +# ifndef OPENSSL_NO_RSA + !ENGINE_set_RSA(e, &e_gmp_rsa) || +# endif + !ENGINE_set_destroy_function(e, e_gmp_destroy) || + !ENGINE_set_init_function(e, e_gmp_init) || + !ENGINE_set_finish_function(e, e_gmp_finish) || + !ENGINE_set_ctrl_function(e, e_gmp_ctrl) || + !ENGINE_set_cmd_defns(e, e_gmp_cmd_defns)) + return 0; + +# ifndef OPENSSL_NO_RSA + meth1 = RSA_PKCS1_SSLeay(); + e_gmp_rsa.rsa_pub_enc = meth1->rsa_pub_enc; + e_gmp_rsa.rsa_pub_dec = meth1->rsa_pub_dec; + e_gmp_rsa.rsa_priv_enc = meth1->rsa_priv_enc; + e_gmp_rsa.rsa_priv_dec = meth1->rsa_priv_dec; + e_gmp_rsa.bn_mod_exp = meth1->bn_mod_exp; +# endif + + /* Ensure the e_gmp error handling is set up */ + ERR_load_GMP_strings(); + return 1; +} static ENGINE *engine_gmp(void) - { - ENGINE *ret = ENGINE_new(); - if(!ret) - return NULL; - if(!bind_helper(ret)) - { - ENGINE_free(ret); - return NULL; - } - return ret; - } +{ + ENGINE *ret = ENGINE_new(); + if (!ret) + return NULL; + if (!bind_helper(ret)) { + ENGINE_free(ret); + return NULL; + } + return ret; +} void ENGINE_load_gmp(void) - { - /* Copied from eng_[openssl|dyn].c */ - ENGINE *toadd = engine_gmp(); - if(!toadd) return; - ENGINE_add(toadd); - ENGINE_free(toadd); - ERR_clear_error(); - } - -#ifndef OPENSSL_NO_RSA +{ + /* Copied from eng_[openssl|dyn].c */ + ENGINE *toadd = engine_gmp(); + if (!toadd) + return; + ENGINE_add(toadd); + ENGINE_free(toadd); + ERR_clear_error(); +} + +# ifndef OPENSSL_NO_RSA /* Used to attach our own key-data to an RSA structure */ static int hndidx_rsa = -1; -#endif +# endif static int e_gmp_destroy(ENGINE *e) - { - ERR_unload_GMP_strings(); - return 1; - } +{ + ERR_unload_GMP_strings(); + return 1; +} /* (de)initialisation functions. */ static int e_gmp_init(ENGINE *e) - { -#ifndef OPENSSL_NO_RSA - if (hndidx_rsa == -1) - hndidx_rsa = RSA_get_ex_new_index(0, - "GMP-based RSA key handle", - NULL, NULL, NULL); -#endif - if (hndidx_rsa == -1) - return 0; - return 1; - } +{ +# ifndef OPENSSL_NO_RSA + if (hndidx_rsa == -1) + hndidx_rsa = RSA_get_ex_new_index(0, + "GMP-based RSA key handle", + NULL, NULL, NULL); +# endif + if (hndidx_rsa == -1) + return 0; + return 1; +} static int e_gmp_finish(ENGINE *e) - { - return 1; - } - -static int e_gmp_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void)) - { - int to_return = 1; - - switch(cmd) - { -#if 0 - case E_GMP_CMD_SO_PATH: - /* ... */ -#endif - /* The command isn't understood by this engine */ - default: - GMPerr(GMP_F_E_GMP_CTRL, - GMP_R_CTRL_COMMAND_NOT_IMPLEMENTED); - to_return = 0; - break; - } - - return to_return; - } - - -/* Most often limb sizes will be the same. If not, we use hex conversion - * which is neat, but extremely inefficient. */ +{ + return 1; +} + +static int e_gmp_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void)) +{ + int to_return = 1; + + switch (cmd) { +# if 0 + case E_GMP_CMD_SO_PATH: + /* ... */ +# endif + /* The command isn't understood by this engine */ + default: + GMPerr(GMP_F_E_GMP_CTRL, GMP_R_CTRL_COMMAND_NOT_IMPLEMENTED); + to_return = 0; + break; + } + + return to_return; +} + +/* + * Most often limb sizes will be the same. If not, we use hex conversion + * which is neat, but extremely inefficient. + */ static int bn2gmp(const BIGNUM *bn, mpz_t g) - { - bn_check_top(bn); - if(((sizeof(bn->d[0]) * 8) == GMP_NUMB_BITS) && - (BN_BITS2 == GMP_NUMB_BITS)) - { - /* The common case */ - if(!_mpz_realloc (g, bn->top)) - return 0; - memcpy(&g->_mp_d[0], &bn->d[0], bn->top * sizeof(bn->d[0])); - g->_mp_size = bn->top; - if(bn->neg) - g->_mp_size = -g->_mp_size; - return 1; - } - else - { - int toret; - char *tmpchar = BN_bn2hex(bn); - if(!tmpchar) return 0; - toret = (mpz_set_str(g, tmpchar, 16) == 0 ? 1 : 0); - OPENSSL_free(tmpchar); - return toret; - } - } +{ + bn_check_top(bn); + if (((sizeof(bn->d[0]) * 8) == GMP_NUMB_BITS) && + (BN_BITS2 == GMP_NUMB_BITS)) { + /* The common case */ + if (!_mpz_realloc(g, bn->top)) + return 0; + memcpy(&g->_mp_d[0], &bn->d[0], bn->top * sizeof(bn->d[0])); + g->_mp_size = bn->top; + if (bn->neg) + g->_mp_size = -g->_mp_size; + return 1; + } else { + int toret; + char *tmpchar = BN_bn2hex(bn); + if (!tmpchar) + return 0; + toret = (mpz_set_str(g, tmpchar, 16) == 0 ? 1 : 0); + OPENSSL_free(tmpchar); + return toret; + } +} static int gmp2bn(mpz_t g, BIGNUM *bn) - { - if(((sizeof(bn->d[0]) * 8) == GMP_NUMB_BITS) && - (BN_BITS2 == GMP_NUMB_BITS)) - { - /* The common case */ - int s = (g->_mp_size >= 0) ? g->_mp_size : -g->_mp_size; - BN_zero(bn); - if(bn_expand2 (bn, s) == NULL) - return 0; - bn->top = s; - memcpy(&bn->d[0], &g->_mp_d[0], s * sizeof(bn->d[0])); - bn_correct_top(bn); - bn->neg = g->_mp_size >= 0 ? 0 : 1; - return 1; - } - else - { - int toret; - char *tmpchar = OPENSSL_malloc(mpz_sizeinbase(g, 16) + 10); - if(!tmpchar) return 0; - mpz_get_str(tmpchar, 16, g); - toret = BN_hex2bn(&bn, tmpchar); - OPENSSL_free(tmpchar); - return toret; - } - } - -#ifndef OPENSSL_NO_RSA -typedef struct st_e_gmp_rsa_ctx - { - int public_only; - mpz_t n; - mpz_t d; - mpz_t e; - mpz_t p; - mpz_t q; - mpz_t dmp1; - mpz_t dmq1; - mpz_t iqmp; - mpz_t r0, r1, I0, m1; - } E_GMP_RSA_CTX; +{ + if (((sizeof(bn->d[0]) * 8) == GMP_NUMB_BITS) && + (BN_BITS2 == GMP_NUMB_BITS)) { + /* The common case */ + int s = (g->_mp_size >= 0) ? g->_mp_size : -g->_mp_size; + BN_zero(bn); + if (bn_expand2(bn, s) == NULL) + return 0; + bn->top = s; + memcpy(&bn->d[0], &g->_mp_d[0], s * sizeof(bn->d[0])); + bn_correct_top(bn); + bn->neg = g->_mp_size >= 0 ? 0 : 1; + return 1; + } else { + int toret; + char *tmpchar = OPENSSL_malloc(mpz_sizeinbase(g, 16) + 10); + if (!tmpchar) + return 0; + mpz_get_str(tmpchar, 16, g); + toret = BN_hex2bn(&bn, tmpchar); + OPENSSL_free(tmpchar); + return toret; + } +} + +# ifndef OPENSSL_NO_RSA +typedef struct st_e_gmp_rsa_ctx { + int public_only; + mpz_t n; + mpz_t d; + mpz_t e; + mpz_t p; + mpz_t q; + mpz_t dmp1; + mpz_t dmq1; + mpz_t iqmp; + mpz_t r0, r1, I0, m1; +} E_GMP_RSA_CTX; static E_GMP_RSA_CTX *e_gmp_get_rsa(RSA *rsa) - { - E_GMP_RSA_CTX *hptr = RSA_get_ex_data(rsa, hndidx_rsa); - if(hptr) return hptr; - hptr = OPENSSL_malloc(sizeof(E_GMP_RSA_CTX)); - if(!hptr) return NULL; - /* These inits could probably be replaced by more intelligent - * mpz_init2() versions, to reduce malloc-thrashing. */ - mpz_init(hptr->n); - mpz_init(hptr->d); - mpz_init(hptr->e); - mpz_init(hptr->p); - mpz_init(hptr->q); - mpz_init(hptr->dmp1); - mpz_init(hptr->dmq1); - mpz_init(hptr->iqmp); - mpz_init(hptr->r0); - mpz_init(hptr->r1); - mpz_init(hptr->I0); - mpz_init(hptr->m1); - if(!bn2gmp(rsa->n, hptr->n) || !bn2gmp(rsa->e, hptr->e)) - goto err; - if(!rsa->p || !rsa->q || !rsa->d || !rsa->dmp1 || !rsa->dmq1 || !rsa->iqmp) - { - hptr->public_only = 1; - return hptr; - } - if(!bn2gmp(rsa->d, hptr->d) || !bn2gmp(rsa->p, hptr->p) || - !bn2gmp(rsa->q, hptr->q) || !bn2gmp(rsa->dmp1, hptr->dmp1) || - !bn2gmp(rsa->dmq1, hptr->dmq1) || !bn2gmp(rsa->iqmp, hptr->iqmp)) - goto err; - hptr->public_only = 0; - RSA_set_ex_data(rsa, hndidx_rsa, hptr); - return hptr; -err: - mpz_clear(hptr->n); - mpz_clear(hptr->d); - mpz_clear(hptr->e); - mpz_clear(hptr->p); - mpz_clear(hptr->q); - mpz_clear(hptr->dmp1); - mpz_clear(hptr->dmq1); - mpz_clear(hptr->iqmp); - mpz_clear(hptr->r0); - mpz_clear(hptr->r1); - mpz_clear(hptr->I0); - mpz_clear(hptr->m1); - OPENSSL_free(hptr); - return NULL; - } +{ + E_GMP_RSA_CTX *hptr = RSA_get_ex_data(rsa, hndidx_rsa); + if (hptr) + return hptr; + hptr = OPENSSL_malloc(sizeof(E_GMP_RSA_CTX)); + if (!hptr) + return NULL; + /* + * These inits could probably be replaced by more intelligent mpz_init2() + * versions, to reduce malloc-thrashing. + */ + mpz_init(hptr->n); + mpz_init(hptr->d); + mpz_init(hptr->e); + mpz_init(hptr->p); + mpz_init(hptr->q); + mpz_init(hptr->dmp1); + mpz_init(hptr->dmq1); + mpz_init(hptr->iqmp); + mpz_init(hptr->r0); + mpz_init(hptr->r1); + mpz_init(hptr->I0); + mpz_init(hptr->m1); + if (!bn2gmp(rsa->n, hptr->n) || !bn2gmp(rsa->e, hptr->e)) + goto err; + if (!rsa->p || !rsa->q || !rsa->d || !rsa->dmp1 || !rsa->dmq1 + || !rsa->iqmp) { + hptr->public_only = 1; + return hptr; + } + if (!bn2gmp(rsa->d, hptr->d) || !bn2gmp(rsa->p, hptr->p) || + !bn2gmp(rsa->q, hptr->q) || !bn2gmp(rsa->dmp1, hptr->dmp1) || + !bn2gmp(rsa->dmq1, hptr->dmq1) || !bn2gmp(rsa->iqmp, hptr->iqmp)) + goto err; + hptr->public_only = 0; + RSA_set_ex_data(rsa, hndidx_rsa, hptr); + return hptr; + err: + mpz_clear(hptr->n); + mpz_clear(hptr->d); + mpz_clear(hptr->e); + mpz_clear(hptr->p); + mpz_clear(hptr->q); + mpz_clear(hptr->dmp1); + mpz_clear(hptr->dmq1); + mpz_clear(hptr->iqmp); + mpz_clear(hptr->r0); + mpz_clear(hptr->r1); + mpz_clear(hptr->I0); + mpz_clear(hptr->m1); + OPENSSL_free(hptr); + return NULL; +} static int e_gmp_rsa_finish(RSA *rsa) - { - E_GMP_RSA_CTX *hptr = RSA_get_ex_data(rsa, hndidx_rsa); - if(!hptr) return 0; - mpz_clear(hptr->n); - mpz_clear(hptr->d); - mpz_clear(hptr->e); - mpz_clear(hptr->p); - mpz_clear(hptr->q); - mpz_clear(hptr->dmp1); - mpz_clear(hptr->dmq1); - mpz_clear(hptr->iqmp); - mpz_clear(hptr->r0); - mpz_clear(hptr->r1); - mpz_clear(hptr->I0); - mpz_clear(hptr->m1); - OPENSSL_free(hptr); - RSA_set_ex_data(rsa, hndidx_rsa, NULL); - return 1; - } - -static int e_gmp_rsa_mod_exp(BIGNUM *r, const BIGNUM *I, RSA *rsa, BN_CTX *ctx) - { - E_GMP_RSA_CTX *hptr; - int to_return = 0; - - hptr = e_gmp_get_rsa(rsa); - if(!hptr) - { - GMPerr(GMP_F_E_GMP_RSA_MOD_EXP, - GMP_R_KEY_CONTEXT_ERROR); - return 0; - } - if(hptr->public_only) - { - GMPerr(GMP_F_E_GMP_RSA_MOD_EXP, - GMP_R_MISSING_KEY_COMPONENTS); - return 0; - } - - /* ugh!!! */ - if(!bn2gmp(I, hptr->I0)) - return 0; - - /* This is basically the CRT logic in crypto/rsa/rsa_eay.c reworded into - * GMP-speak. It may be that GMP's API facilitates cleaner formulations - * of this stuff, eg. better handling of negatives, or functions that - * combine operations. */ - - mpz_mod(hptr->r1, hptr->I0, hptr->q); - mpz_powm(hptr->m1, hptr->r1, hptr->dmq1, hptr->q); - - mpz_mod(hptr->r1, hptr->I0, hptr->p); - mpz_powm(hptr->r0, hptr->r1, hptr->dmp1, hptr->p); - - mpz_sub(hptr->r0, hptr->r0, hptr->m1); - - if(mpz_sgn(hptr->r0) < 0) - mpz_add(hptr->r0, hptr->r0, hptr->p); - mpz_mul(hptr->r1, hptr->r0, hptr->iqmp); - mpz_mod(hptr->r0, hptr->r1, hptr->p); - - if(mpz_sgn(hptr->r0) < 0) - mpz_add(hptr->r0, hptr->r0, hptr->p); - mpz_mul(hptr->r1, hptr->r0, hptr->q); - mpz_add(hptr->r0, hptr->r1, hptr->m1); - - /* ugh!!! */ - if(gmp2bn(hptr->r0, r)) - to_return = 1; - - return 1; - } -#endif - -#endif /* !OPENSSL_NO_GMP */ - -/* This stuff is needed if this ENGINE is being compiled into a self-contained - * shared-library. */ -#ifndef OPENSSL_NO_DYNAMIC_ENGINE +{ + E_GMP_RSA_CTX *hptr = RSA_get_ex_data(rsa, hndidx_rsa); + if (!hptr) + return 0; + mpz_clear(hptr->n); + mpz_clear(hptr->d); + mpz_clear(hptr->e); + mpz_clear(hptr->p); + mpz_clear(hptr->q); + mpz_clear(hptr->dmp1); + mpz_clear(hptr->dmq1); + mpz_clear(hptr->iqmp); + mpz_clear(hptr->r0); + mpz_clear(hptr->r1); + mpz_clear(hptr->I0); + mpz_clear(hptr->m1); + OPENSSL_free(hptr); + RSA_set_ex_data(rsa, hndidx_rsa, NULL); + return 1; +} + +static int e_gmp_rsa_mod_exp(BIGNUM *r, const BIGNUM *I, RSA *rsa, + BN_CTX *ctx) +{ + E_GMP_RSA_CTX *hptr; + int to_return = 0; + + hptr = e_gmp_get_rsa(rsa); + if (!hptr) { + GMPerr(GMP_F_E_GMP_RSA_MOD_EXP, GMP_R_KEY_CONTEXT_ERROR); + return 0; + } + if (hptr->public_only) { + GMPerr(GMP_F_E_GMP_RSA_MOD_EXP, GMP_R_MISSING_KEY_COMPONENTS); + return 0; + } + + /* ugh!!! */ + if (!bn2gmp(I, hptr->I0)) + return 0; + + /* + * This is basically the CRT logic in crypto/rsa/rsa_eay.c reworded into + * GMP-speak. It may be that GMP's API facilitates cleaner formulations + * of this stuff, eg. better handling of negatives, or functions that + * combine operations. + */ + + mpz_mod(hptr->r1, hptr->I0, hptr->q); + mpz_powm(hptr->m1, hptr->r1, hptr->dmq1, hptr->q); + + mpz_mod(hptr->r1, hptr->I0, hptr->p); + mpz_powm(hptr->r0, hptr->r1, hptr->dmp1, hptr->p); + + mpz_sub(hptr->r0, hptr->r0, hptr->m1); + + if (mpz_sgn(hptr->r0) < 0) + mpz_add(hptr->r0, hptr->r0, hptr->p); + mpz_mul(hptr->r1, hptr->r0, hptr->iqmp); + mpz_mod(hptr->r0, hptr->r1, hptr->p); + + if (mpz_sgn(hptr->r0) < 0) + mpz_add(hptr->r0, hptr->r0, hptr->p); + mpz_mul(hptr->r1, hptr->r0, hptr->q); + mpz_add(hptr->r0, hptr->r1, hptr->m1); + + /* ugh!!! */ + if (gmp2bn(hptr->r0, r)) + to_return = 1; + + return 1; +} +# endif + +# endif /* !OPENSSL_NO_GMP */ + +/* + * This stuff is needed if this ENGINE is being compiled into a + * self-contained shared-library. + */ +# ifndef OPENSSL_NO_DYNAMIC_ENGINE IMPLEMENT_DYNAMIC_CHECK_FN() -#ifndef OPENSSL_NO_GMP +# ifndef OPENSSL_NO_GMP static int bind_fn(ENGINE *e, const char *id) - { - if(id && (strcmp(id, engine_e_gmp_id) != 0)) - return 0; - if(!bind_helper(e)) - return 0; - return 1; - } +{ + if (id && (strcmp(id, engine_e_gmp_id) != 0)) + return 0; + if (!bind_helper(e)) + return 0; + return 1; +} + IMPLEMENT_DYNAMIC_BIND_FN(bind_fn) -#else +# else OPENSSL_EXPORT -int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns); + int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns); OPENSSL_EXPORT -int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { return 0; } -#endif -#endif /* !OPENSSL_NO_DYNAMIC_ENGINE */ - -#endif /* !OPENSSL_NO_HW */ + int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) +{ + return 0; +} +# endif +# endif /* !OPENSSL_NO_DYNAMIC_ENGINE */ + +#endif /* !OPENSSL_NO_HW */ diff --git a/openssl/engines/e_gmp_err.c b/openssl/engines/e_gmp_err.c index 61db95679..002a3abe1 100644 --- a/openssl/engines/e_gmp_err.c +++ b/openssl/engines/e_gmp_err.c @@ -7,7 +7,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -53,7 +53,8 @@ * */ -/* NOTE: this file was auto generated by the mkerr.pl script: any changes +/* + * NOTE: this file was auto generated by the mkerr.pl script: any changes * made to it will be overwritten when the script next updates this file, * only reason strings will be preserved. */ @@ -65,77 +66,72 @@ /* BEGIN ERROR CODES */ #ifndef OPENSSL_NO_ERR -#define ERR_FUNC(func) ERR_PACK(0,func,0) -#define ERR_REASON(reason) ERR_PACK(0,0,reason) +# define ERR_FUNC(func) ERR_PACK(0,func,0) +# define ERR_REASON(reason) ERR_PACK(0,0,reason) -static ERR_STRING_DATA GMP_str_functs[]= - { -{ERR_FUNC(GMP_F_E_GMP_CTRL), "E_GMP_CTRL"}, -{ERR_FUNC(GMP_F_E_GMP_RSA_MOD_EXP), "E_GMP_RSA_MOD_EXP"}, -{0,NULL} - }; +static ERR_STRING_DATA GMP_str_functs[] = { + {ERR_FUNC(GMP_F_E_GMP_CTRL), "E_GMP_CTRL"}, + {ERR_FUNC(GMP_F_E_GMP_RSA_MOD_EXP), "E_GMP_RSA_MOD_EXP"}, + {0, NULL} +}; -static ERR_STRING_DATA GMP_str_reasons[]= - { -{ERR_REASON(GMP_R_CTRL_COMMAND_NOT_IMPLEMENTED),"ctrl command not implemented"}, -{ERR_REASON(GMP_R_KEY_CONTEXT_ERROR) ,"key context error"}, -{ERR_REASON(GMP_R_MISSING_KEY_COMPONENTS),"missing key components"}, -{0,NULL} - }; +static ERR_STRING_DATA GMP_str_reasons[] = { + {ERR_REASON(GMP_R_CTRL_COMMAND_NOT_IMPLEMENTED), + "ctrl command not implemented"}, + {ERR_REASON(GMP_R_KEY_CONTEXT_ERROR), "key context error"}, + {ERR_REASON(GMP_R_MISSING_KEY_COMPONENTS), "missing key components"}, + {0, NULL} +}; #endif #ifdef GMP_LIB_NAME -static ERR_STRING_DATA GMP_lib_name[]= - { -{0 ,GMP_LIB_NAME}, -{0,NULL} - }; +static ERR_STRING_DATA GMP_lib_name[] = { + {0, GMP_LIB_NAME}, + {0, NULL} +}; #endif - -static int GMP_lib_error_code=0; -static int GMP_error_init=1; +static int GMP_lib_error_code = 0; +static int GMP_error_init = 1; static void ERR_load_GMP_strings(void) - { - if (GMP_lib_error_code == 0) - GMP_lib_error_code=ERR_get_next_error_library(); +{ + if (GMP_lib_error_code == 0) + GMP_lib_error_code = ERR_get_next_error_library(); - if (GMP_error_init) - { - GMP_error_init=0; + if (GMP_error_init) { + GMP_error_init = 0; #ifndef OPENSSL_NO_ERR - ERR_load_strings(GMP_lib_error_code,GMP_str_functs); - ERR_load_strings(GMP_lib_error_code,GMP_str_reasons); + ERR_load_strings(GMP_lib_error_code, GMP_str_functs); + ERR_load_strings(GMP_lib_error_code, GMP_str_reasons); #endif #ifdef GMP_LIB_NAME - GMP_lib_name->error = ERR_PACK(GMP_lib_error_code,0,0); - ERR_load_strings(0,GMP_lib_name); + GMP_lib_name->error = ERR_PACK(GMP_lib_error_code, 0, 0); + ERR_load_strings(0, GMP_lib_name); #endif - } - } + } +} static void ERR_unload_GMP_strings(void) - { - if (GMP_error_init == 0) - { +{ + if (GMP_error_init == 0) { #ifndef OPENSSL_NO_ERR - ERR_unload_strings(GMP_lib_error_code,GMP_str_functs); - ERR_unload_strings(GMP_lib_error_code,GMP_str_reasons); + ERR_unload_strings(GMP_lib_error_code, GMP_str_functs); + ERR_unload_strings(GMP_lib_error_code, GMP_str_reasons); #endif #ifdef GMP_LIB_NAME - ERR_unload_strings(0,GMP_lib_name); + ERR_unload_strings(0, GMP_lib_name); #endif - GMP_error_init=1; - } - } + GMP_error_init = 1; + } +} static void ERR_GMP_error(int function, int reason, char *file, int line) - { - if (GMP_lib_error_code == 0) - GMP_lib_error_code=ERR_get_next_error_library(); - ERR_PUT_error(GMP_lib_error_code,function,reason,file,line); - } +{ + if (GMP_lib_error_code == 0) + GMP_lib_error_code = ERR_get_next_error_library(); + ERR_PUT_error(GMP_lib_error_code, function, reason, file, line); +} diff --git a/openssl/engines/e_gmp_err.h b/openssl/engines/e_gmp_err.h index dd05dfd80..637abbc9a 100644 --- a/openssl/engines/e_gmp_err.h +++ b/openssl/engines/e_gmp_err.h @@ -6,7 +6,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -53,31 +53,32 @@ */ #ifndef HEADER_GMP_ERR_H -#define HEADER_GMP_ERR_H +# define HEADER_GMP_ERR_H #ifdef __cplusplus extern "C" { #endif /* BEGIN ERROR CODES */ -/* The following lines are auto generated by the script mkerr.pl. Any changes +/* + * The following lines are auto generated by the script mkerr.pl. Any changes * made after this point may be overwritten when the script is next run. */ static void ERR_load_GMP_strings(void); static void ERR_unload_GMP_strings(void); static void ERR_GMP_error(int function, int reason, char *file, int line); -#define GMPerr(f,r) ERR_GMP_error((f),(r),__FILE__,__LINE__) +# define GMPerr(f,r) ERR_GMP_error((f),(r),__FILE__,__LINE__) /* Error codes for the GMP functions. */ /* Function codes. */ -#define GMP_F_E_GMP_CTRL 100 -#define GMP_F_E_GMP_RSA_MOD_EXP 101 +# define GMP_F_E_GMP_CTRL 100 +# define GMP_F_E_GMP_RSA_MOD_EXP 101 /* Reason codes. */ -#define GMP_R_CTRL_COMMAND_NOT_IMPLEMENTED 100 -#define GMP_R_KEY_CONTEXT_ERROR 101 -#define GMP_R_MISSING_KEY_COMPONENTS 102 +# define GMP_R_CTRL_COMMAND_NOT_IMPLEMENTED 100 +# define GMP_R_KEY_CONTEXT_ERROR 101 +# define GMP_R_MISSING_KEY_COMPONENTS 102 #ifdef __cplusplus } diff --git a/openssl/engines/e_nuron.c b/openssl/engines/e_nuron.c index 4c2537cbc..3437f3604 100644 --- a/openssl/engines/e_nuron.c +++ b/openssl/engines/e_nuron.c @@ -1,5 +1,6 @@ /* crypto/engine/hw_nuron.c */ -/* Written by Ben Laurie for the OpenSSL Project, leaning heavily on Geoff +/* + * Written by Ben Laurie for the OpenSSL Project, leaning heavily on Geoff * Thorpe's Atalla implementation. */ /* ==================================================================== @@ -10,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -63,372 +64,373 @@ #include #include #ifndef OPENSSL_NO_RSA -#include +# include #endif #ifndef OPENSSL_NO_DSA -#include +# include #endif #ifndef OPENSSL_NO_DH -#include +# include #endif #include #ifndef OPENSSL_NO_HW -#ifndef OPENSSL_NO_HW_NURON +# ifndef OPENSSL_NO_HW_NURON -#define NURON_LIB_NAME "nuron engine" -#include "e_nuron_err.c" +# define NURON_LIB_NAME "nuron engine" +# include "e_nuron_err.c" static const char *NURON_LIBNAME = NULL; static const char *get_NURON_LIBNAME(void) - { - if(NURON_LIBNAME) - return NURON_LIBNAME; - return "nuronssl"; - } +{ + if (NURON_LIBNAME) + return NURON_LIBNAME; + return "nuronssl"; +} + static void free_NURON_LIBNAME(void) - { - if(NURON_LIBNAME) - OPENSSL_free((void*)NURON_LIBNAME); - NURON_LIBNAME = NULL; - } +{ + if (NURON_LIBNAME) + OPENSSL_free((void *)NURON_LIBNAME); + NURON_LIBNAME = NULL; +} + static long set_NURON_LIBNAME(const char *name) - { - free_NURON_LIBNAME(); - return (((NURON_LIBNAME = BUF_strdup(name)) != NULL) ? 1 : 0); - } +{ + free_NURON_LIBNAME(); + return (((NURON_LIBNAME = BUF_strdup(name)) != NULL) ? 1 : 0); +} + static const char *NURON_F1 = "nuron_mod_exp"; /* The definitions for control commands specific to this engine */ -#define NURON_CMD_SO_PATH ENGINE_CMD_BASE +# define NURON_CMD_SO_PATH ENGINE_CMD_BASE static const ENGINE_CMD_DEFN nuron_cmd_defns[] = { - {NURON_CMD_SO_PATH, - "SO_PATH", - "Specifies the path to the 'nuronssl' shared library", - ENGINE_CMD_FLAG_STRING}, - {0, NULL, NULL, 0} - }; - -typedef int tfnModExp(BIGNUM *r,const BIGNUM *a,const BIGNUM *p,const BIGNUM *m); + {NURON_CMD_SO_PATH, + "SO_PATH", + "Specifies the path to the 'nuronssl' shared library", + ENGINE_CMD_FLAG_STRING}, + {0, NULL, NULL, 0} +}; + +typedef int tfnModExp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, + const BIGNUM *m); static tfnModExp *pfnModExp = NULL; static DSO *pvDSOHandle = NULL; static int nuron_destroy(ENGINE *e) - { - free_NURON_LIBNAME(); - ERR_unload_NURON_strings(); - return 1; - } +{ + free_NURON_LIBNAME(); + ERR_unload_NURON_strings(); + return 1; +} static int nuron_init(ENGINE *e) - { - if(pvDSOHandle != NULL) - { - NURONerr(NURON_F_NURON_INIT,NURON_R_ALREADY_LOADED); - return 0; - } - - pvDSOHandle = DSO_load(NULL, get_NURON_LIBNAME(), NULL, - DSO_FLAG_NAME_TRANSLATION_EXT_ONLY); - if(!pvDSOHandle) - { - NURONerr(NURON_F_NURON_INIT,NURON_R_DSO_NOT_FOUND); - return 0; - } - - pfnModExp = (tfnModExp *)DSO_bind_func(pvDSOHandle, NURON_F1); - if(!pfnModExp) - { - NURONerr(NURON_F_NURON_INIT,NURON_R_DSO_FUNCTION_NOT_FOUND); - return 0; - } - - return 1; - } +{ + if (pvDSOHandle != NULL) { + NURONerr(NURON_F_NURON_INIT, NURON_R_ALREADY_LOADED); + return 0; + } + + pvDSOHandle = DSO_load(NULL, get_NURON_LIBNAME(), NULL, + DSO_FLAG_NAME_TRANSLATION_EXT_ONLY); + if (!pvDSOHandle) { + NURONerr(NURON_F_NURON_INIT, NURON_R_DSO_NOT_FOUND); + return 0; + } + + pfnModExp = (tfnModExp *) DSO_bind_func(pvDSOHandle, NURON_F1); + if (!pfnModExp) { + NURONerr(NURON_F_NURON_INIT, NURON_R_DSO_FUNCTION_NOT_FOUND); + return 0; + } + + return 1; +} static int nuron_finish(ENGINE *e) - { - free_NURON_LIBNAME(); - if(pvDSOHandle == NULL) - { - NURONerr(NURON_F_NURON_FINISH,NURON_R_NOT_LOADED); - return 0; - } - if(!DSO_free(pvDSOHandle)) - { - NURONerr(NURON_F_NURON_FINISH,NURON_R_DSO_FAILURE); - return 0; - } - pvDSOHandle=NULL; - pfnModExp=NULL; - return 1; - } - -static int nuron_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void)) - { - int initialised = ((pvDSOHandle == NULL) ? 0 : 1); - switch(cmd) - { - case NURON_CMD_SO_PATH: - if(p == NULL) - { - NURONerr(NURON_F_NURON_CTRL,ERR_R_PASSED_NULL_PARAMETER); - return 0; - } - if(initialised) - { - NURONerr(NURON_F_NURON_CTRL,NURON_R_ALREADY_LOADED); - return 0; - } - return set_NURON_LIBNAME((const char *)p); - default: - break; - } - NURONerr(NURON_F_NURON_CTRL,NURON_R_CTRL_COMMAND_NOT_IMPLEMENTED); - return 0; +{ + free_NURON_LIBNAME(); + if (pvDSOHandle == NULL) { + NURONerr(NURON_F_NURON_FINISH, NURON_R_NOT_LOADED); + return 0; + } + if (!DSO_free(pvDSOHandle)) { + NURONerr(NURON_F_NURON_FINISH, NURON_R_DSO_FAILURE); + return 0; + } + pvDSOHandle = NULL; + pfnModExp = NULL; + return 1; } -static int nuron_mod_exp(BIGNUM *r,const BIGNUM *a,const BIGNUM *p, - const BIGNUM *m,BN_CTX *ctx) - { - if(!pvDSOHandle) - { - NURONerr(NURON_F_NURON_MOD_EXP,NURON_R_NOT_LOADED); - return 0; - } - return pfnModExp(r,a,p,m); - } +static int nuron_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void)) +{ + int initialised = ((pvDSOHandle == NULL) ? 0 : 1); + switch (cmd) { + case NURON_CMD_SO_PATH: + if (p == NULL) { + NURONerr(NURON_F_NURON_CTRL, ERR_R_PASSED_NULL_PARAMETER); + return 0; + } + if (initialised) { + NURONerr(NURON_F_NURON_CTRL, NURON_R_ALREADY_LOADED); + return 0; + } + return set_NURON_LIBNAME((const char *)p); + default: + break; + } + NURONerr(NURON_F_NURON_CTRL, NURON_R_CTRL_COMMAND_NOT_IMPLEMENTED); + return 0; +} -#ifndef OPENSSL_NO_RSA -static int nuron_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx) - { - return nuron_mod_exp(r0,I,rsa->d,rsa->n,ctx); - } -#endif +static int nuron_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, + const BIGNUM *m, BN_CTX *ctx) +{ + if (!pvDSOHandle) { + NURONerr(NURON_F_NURON_MOD_EXP, NURON_R_NOT_LOADED); + return 0; + } + return pfnModExp(r, a, p, m); +} -#ifndef OPENSSL_NO_DSA -/* This code was liberated and adapted from the commented-out code in - * dsa_ossl.c. Because of the unoptimised form of the Atalla acceleration - * (it doesn't have a CRT form for RSA), this function means that an - * Atalla system running with a DSA server certificate can handshake - * around 5 or 6 times faster/more than an equivalent system running with - * RSA. Just check out the "signs" statistics from the RSA and DSA parts - * of "openssl speed -engine atalla dsa1024 rsa1024". */ +# ifndef OPENSSL_NO_RSA +static int nuron_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, + BN_CTX *ctx) +{ + return nuron_mod_exp(r0, I, rsa->d, rsa->n, ctx); +} +# endif + +# ifndef OPENSSL_NO_DSA +/* + * This code was liberated and adapted from the commented-out code in + * dsa_ossl.c. Because of the unoptimised form of the Atalla acceleration (it + * doesn't have a CRT form for RSA), this function means that an Atalla + * system running with a DSA server certificate can handshake around 5 or 6 + * times faster/more than an equivalent system running with RSA. Just check + * out the "signs" statistics from the RSA and DSA parts of "openssl speed + * -engine atalla dsa1024 rsa1024". + */ static int nuron_dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1, - BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m, - BN_CTX *ctx, BN_MONT_CTX *in_mont) - { - BIGNUM t; - int to_return = 0; - - BN_init(&t); - /* let rr = a1 ^ p1 mod m */ - if (!nuron_mod_exp(rr,a1,p1,m,ctx)) - goto end; - /* let t = a2 ^ p2 mod m */ - if (!nuron_mod_exp(&t,a2,p2,m,ctx)) - goto end; - /* let rr = rr * t mod m */ - if (!BN_mod_mul(rr,rr,&t,m,ctx)) - goto end; - to_return = 1; -end: - BN_free(&t); - return to_return; - } - + BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m, + BN_CTX *ctx, BN_MONT_CTX *in_mont) +{ + BIGNUM t; + int to_return = 0; + + BN_init(&t); + /* let rr = a1 ^ p1 mod m */ + if (!nuron_mod_exp(rr, a1, p1, m, ctx)) + goto end; + /* let t = a2 ^ p2 mod m */ + if (!nuron_mod_exp(&t, a2, p2, m, ctx)) + goto end; + /* let rr = rr * t mod m */ + if (!BN_mod_mul(rr, rr, &t, m, ctx)) + goto end; + to_return = 1; + end: + BN_free(&t); + return to_return; +} static int nuron_mod_exp_dsa(DSA *dsa, BIGNUM *r, BIGNUM *a, - const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, - BN_MONT_CTX *m_ctx) - { - return nuron_mod_exp(r, a, p, m, ctx); - } -#endif + const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, + BN_MONT_CTX *m_ctx) +{ + return nuron_mod_exp(r, a, p, m, ctx); +} +# endif /* This function is aliased to mod_exp (with the mont stuff dropped). */ -#ifndef OPENSSL_NO_RSA +# ifndef OPENSSL_NO_RSA static int nuron_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, - const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) - { - return nuron_mod_exp(r, a, p, m, ctx); - } -#endif + const BIGNUM *m, BN_CTX *ctx, + BN_MONT_CTX *m_ctx) +{ + return nuron_mod_exp(r, a, p, m, ctx); +} +# endif -#ifndef OPENSSL_NO_DH +# ifndef OPENSSL_NO_DH /* This function is aliased to mod_exp (with the dh and mont dropped). */ static int nuron_mod_exp_dh(const DH *dh, BIGNUM *r, - const BIGNUM *a, const BIGNUM *p, - const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) - { - return nuron_mod_exp(r, a, p, m, ctx); - } -#endif - -#ifndef OPENSSL_NO_RSA -static RSA_METHOD nuron_rsa = - { - "Nuron RSA method", - NULL, - NULL, - NULL, - NULL, - nuron_rsa_mod_exp, - nuron_mod_exp_mont, - NULL, - NULL, - 0, - NULL, - NULL, - NULL, - NULL - }; -#endif - -#ifndef OPENSSL_NO_DSA -static DSA_METHOD nuron_dsa = - { - "Nuron DSA method", - NULL, /* dsa_do_sign */ - NULL, /* dsa_sign_setup */ - NULL, /* dsa_do_verify */ - nuron_dsa_mod_exp, /* dsa_mod_exp */ - nuron_mod_exp_dsa, /* bn_mod_exp */ - NULL, /* init */ - NULL, /* finish */ - 0, /* flags */ - NULL, /* app_data */ - NULL, /* dsa_paramgen */ - NULL /* dsa_keygen */ - }; -#endif - -#ifndef OPENSSL_NO_DH -static DH_METHOD nuron_dh = - { - "Nuron DH method", - NULL, - NULL, - nuron_mod_exp_dh, - NULL, - NULL, - 0, - NULL, - NULL - }; -#endif + const BIGNUM *a, const BIGNUM *p, + const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) +{ + return nuron_mod_exp(r, a, p, m, ctx); +} +# endif + +# ifndef OPENSSL_NO_RSA +static RSA_METHOD nuron_rsa = { + "Nuron RSA method", + NULL, + NULL, + NULL, + NULL, + nuron_rsa_mod_exp, + nuron_mod_exp_mont, + NULL, + NULL, + 0, + NULL, + NULL, + NULL, + NULL +}; +# endif + +# ifndef OPENSSL_NO_DSA +static DSA_METHOD nuron_dsa = { + "Nuron DSA method", + NULL, /* dsa_do_sign */ + NULL, /* dsa_sign_setup */ + NULL, /* dsa_do_verify */ + nuron_dsa_mod_exp, /* dsa_mod_exp */ + nuron_mod_exp_dsa, /* bn_mod_exp */ + NULL, /* init */ + NULL, /* finish */ + 0, /* flags */ + NULL, /* app_data */ + NULL, /* dsa_paramgen */ + NULL /* dsa_keygen */ +}; +# endif + +# ifndef OPENSSL_NO_DH +static DH_METHOD nuron_dh = { + "Nuron DH method", + NULL, + NULL, + nuron_mod_exp_dh, + NULL, + NULL, + 0, + NULL, + NULL +}; +# endif /* Constants used when creating the ENGINE */ static const char *engine_nuron_id = "nuron"; static const char *engine_nuron_name = "Nuron hardware engine support"; -/* This internal function is used by ENGINE_nuron() and possibly by the - * "dynamic" ENGINE support too */ +/* + * This internal function is used by ENGINE_nuron() and possibly by the + * "dynamic" ENGINE support too + */ static int bind_helper(ENGINE *e) - { -#ifndef OPENSSL_NO_RSA - const RSA_METHOD *meth1; -#endif -#ifndef OPENSSL_NO_DSA - const DSA_METHOD *meth2; -#endif -#ifndef OPENSSL_NO_DH - const DH_METHOD *meth3; -#endif - if(!ENGINE_set_id(e, engine_nuron_id) || - !ENGINE_set_name(e, engine_nuron_name) || -#ifndef OPENSSL_NO_RSA - !ENGINE_set_RSA(e, &nuron_rsa) || -#endif -#ifndef OPENSSL_NO_DSA - !ENGINE_set_DSA(e, &nuron_dsa) || -#endif -#ifndef OPENSSL_NO_DH - !ENGINE_set_DH(e, &nuron_dh) || -#endif - !ENGINE_set_destroy_function(e, nuron_destroy) || - !ENGINE_set_init_function(e, nuron_init) || - !ENGINE_set_finish_function(e, nuron_finish) || - !ENGINE_set_ctrl_function(e, nuron_ctrl) || - !ENGINE_set_cmd_defns(e, nuron_cmd_defns)) - return 0; - -#ifndef OPENSSL_NO_RSA - /* We know that the "PKCS1_SSLeay()" functions hook properly - * to the nuron-specific mod_exp and mod_exp_crt so we use - * those functions. NB: We don't use ENGINE_openssl() or - * anything "more generic" because something like the RSAref - * code may not hook properly, and if you own one of these - * cards then you have the right to do RSA operations on it - * anyway! */ - meth1=RSA_PKCS1_SSLeay(); - nuron_rsa.rsa_pub_enc=meth1->rsa_pub_enc; - nuron_rsa.rsa_pub_dec=meth1->rsa_pub_dec; - nuron_rsa.rsa_priv_enc=meth1->rsa_priv_enc; - nuron_rsa.rsa_priv_dec=meth1->rsa_priv_dec; -#endif - -#ifndef OPENSSL_NO_DSA - /* Use the DSA_OpenSSL() method and just hook the mod_exp-ish - * bits. */ - meth2=DSA_OpenSSL(); - nuron_dsa.dsa_do_sign=meth2->dsa_do_sign; - nuron_dsa.dsa_sign_setup=meth2->dsa_sign_setup; - nuron_dsa.dsa_do_verify=meth2->dsa_do_verify; -#endif - -#ifndef OPENSSL_NO_DH - /* Much the same for Diffie-Hellman */ - meth3=DH_OpenSSL(); - nuron_dh.generate_key=meth3->generate_key; - nuron_dh.compute_key=meth3->compute_key; -#endif - - /* Ensure the nuron error handling is set up */ - ERR_load_NURON_strings(); - return 1; - } +{ +# ifndef OPENSSL_NO_RSA + const RSA_METHOD *meth1; +# endif +# ifndef OPENSSL_NO_DSA + const DSA_METHOD *meth2; +# endif +# ifndef OPENSSL_NO_DH + const DH_METHOD *meth3; +# endif + if (!ENGINE_set_id(e, engine_nuron_id) || + !ENGINE_set_name(e, engine_nuron_name) || +# ifndef OPENSSL_NO_RSA + !ENGINE_set_RSA(e, &nuron_rsa) || +# endif +# ifndef OPENSSL_NO_DSA + !ENGINE_set_DSA(e, &nuron_dsa) || +# endif +# ifndef OPENSSL_NO_DH + !ENGINE_set_DH(e, &nuron_dh) || +# endif + !ENGINE_set_destroy_function(e, nuron_destroy) || + !ENGINE_set_init_function(e, nuron_init) || + !ENGINE_set_finish_function(e, nuron_finish) || + !ENGINE_set_ctrl_function(e, nuron_ctrl) || + !ENGINE_set_cmd_defns(e, nuron_cmd_defns)) + return 0; + +# ifndef OPENSSL_NO_RSA + /* + * We know that the "PKCS1_SSLeay()" functions hook properly to the + * nuron-specific mod_exp and mod_exp_crt so we use those functions. NB: + * We don't use ENGINE_openssl() or anything "more generic" because + * something like the RSAref code may not hook properly, and if you own + * one of these cards then you have the right to do RSA operations on it + * anyway! + */ + meth1 = RSA_PKCS1_SSLeay(); + nuron_rsa.rsa_pub_enc = meth1->rsa_pub_enc; + nuron_rsa.rsa_pub_dec = meth1->rsa_pub_dec; + nuron_rsa.rsa_priv_enc = meth1->rsa_priv_enc; + nuron_rsa.rsa_priv_dec = meth1->rsa_priv_dec; +# endif + +# ifndef OPENSSL_NO_DSA + /* + * Use the DSA_OpenSSL() method and just hook the mod_exp-ish bits. + */ + meth2 = DSA_OpenSSL(); + nuron_dsa.dsa_do_sign = meth2->dsa_do_sign; + nuron_dsa.dsa_sign_setup = meth2->dsa_sign_setup; + nuron_dsa.dsa_do_verify = meth2->dsa_do_verify; +# endif + +# ifndef OPENSSL_NO_DH + /* Much the same for Diffie-Hellman */ + meth3 = DH_OpenSSL(); + nuron_dh.generate_key = meth3->generate_key; + nuron_dh.compute_key = meth3->compute_key; +# endif + + /* Ensure the nuron error handling is set up */ + ERR_load_NURON_strings(); + return 1; +} -#ifdef OPENSSL_NO_DYNAMIC_ENGINE +# ifdef OPENSSL_NO_DYNAMIC_ENGINE static ENGINE *engine_nuron(void) - { - ENGINE *ret = ENGINE_new(); - if(!ret) - return NULL; - if(!bind_helper(ret)) - { - ENGINE_free(ret); - return NULL; - } - return ret; - } +{ + ENGINE *ret = ENGINE_new(); + if (!ret) + return NULL; + if (!bind_helper(ret)) { + ENGINE_free(ret); + return NULL; + } + return ret; +} void ENGINE_load_nuron(void) - { - /* Copied from eng_[openssl|dyn].c */ - ENGINE *toadd = engine_nuron(); - if(!toadd) return; - ENGINE_add(toadd); - ENGINE_free(toadd); - ERR_clear_error(); - } -#endif +{ + /* Copied from eng_[openssl|dyn].c */ + ENGINE *toadd = engine_nuron(); + if (!toadd) + return; + ENGINE_add(toadd); + ENGINE_free(toadd); + ERR_clear_error(); +} +# endif -/* This stuff is needed if this ENGINE is being compiled into a self-contained - * shared-library. */ -#ifndef OPENSSL_NO_DYNAMIC_ENGINE +/* + * This stuff is needed if this ENGINE is being compiled into a + * self-contained shared-library. + */ +# ifndef OPENSSL_NO_DYNAMIC_ENGINE static int bind_fn(ENGINE *e, const char *id) - { - if(id && (strcmp(id, engine_nuron_id) != 0)) - return 0; - if(!bind_helper(e)) - return 0; - return 1; - } -IMPLEMENT_DYNAMIC_CHECK_FN() -IMPLEMENT_DYNAMIC_BIND_FN(bind_fn) -#endif /* OPENSSL_NO_DYNAMIC_ENGINE */ +{ + if (id && (strcmp(id, engine_nuron_id) != 0)) + return 0; + if (!bind_helper(e)) + return 0; + return 1; +} -#endif /* !OPENSSL_NO_HW_NURON */ -#endif /* !OPENSSL_NO_HW */ +IMPLEMENT_DYNAMIC_CHECK_FN() + IMPLEMENT_DYNAMIC_BIND_FN(bind_fn) +# endif /* OPENSSL_NO_DYNAMIC_ENGINE */ +# endif /* !OPENSSL_NO_HW_NURON */ +#endif /* !OPENSSL_NO_HW */ diff --git a/openssl/engines/e_nuron_err.c b/openssl/engines/e_nuron_err.c index 9a7864f42..a02c4f045 100644 --- a/openssl/engines/e_nuron_err.c +++ b/openssl/engines/e_nuron_err.c @@ -7,7 +7,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -53,7 +53,8 @@ * */ -/* NOTE: this file was auto generated by the mkerr.pl script: any changes +/* + * NOTE: this file was auto generated by the mkerr.pl script: any changes * made to it will be overwritten when the script next updates this file, * only reason strings will be preserved. */ @@ -65,82 +66,77 @@ /* BEGIN ERROR CODES */ #ifndef OPENSSL_NO_ERR -#define ERR_FUNC(func) ERR_PACK(0,func,0) -#define ERR_REASON(reason) ERR_PACK(0,0,reason) - -static ERR_STRING_DATA NURON_str_functs[]= - { -{ERR_FUNC(NURON_F_NURON_CTRL), "NURON_CTRL"}, -{ERR_FUNC(NURON_F_NURON_FINISH), "NURON_FINISH"}, -{ERR_FUNC(NURON_F_NURON_INIT), "NURON_INIT"}, -{ERR_FUNC(NURON_F_NURON_MOD_EXP), "NURON_MOD_EXP"}, -{0,NULL} - }; - -static ERR_STRING_DATA NURON_str_reasons[]= - { -{ERR_REASON(NURON_R_ALREADY_LOADED) ,"already loaded"}, -{ERR_REASON(NURON_R_CTRL_COMMAND_NOT_IMPLEMENTED),"ctrl command not implemented"}, -{ERR_REASON(NURON_R_DSO_FAILURE) ,"dso failure"}, -{ERR_REASON(NURON_R_DSO_FUNCTION_NOT_FOUND),"dso function not found"}, -{ERR_REASON(NURON_R_DSO_NOT_FOUND) ,"dso not found"}, -{ERR_REASON(NURON_R_NOT_LOADED) ,"not loaded"}, -{0,NULL} - }; +# define ERR_FUNC(func) ERR_PACK(0,func,0) +# define ERR_REASON(reason) ERR_PACK(0,0,reason) + +static ERR_STRING_DATA NURON_str_functs[] = { + {ERR_FUNC(NURON_F_NURON_CTRL), "NURON_CTRL"}, + {ERR_FUNC(NURON_F_NURON_FINISH), "NURON_FINISH"}, + {ERR_FUNC(NURON_F_NURON_INIT), "NURON_INIT"}, + {ERR_FUNC(NURON_F_NURON_MOD_EXP), "NURON_MOD_EXP"}, + {0, NULL} +}; + +static ERR_STRING_DATA NURON_str_reasons[] = { + {ERR_REASON(NURON_R_ALREADY_LOADED), "already loaded"}, + {ERR_REASON(NURON_R_CTRL_COMMAND_NOT_IMPLEMENTED), + "ctrl command not implemented"}, + {ERR_REASON(NURON_R_DSO_FAILURE), "dso failure"}, + {ERR_REASON(NURON_R_DSO_FUNCTION_NOT_FOUND), "dso function not found"}, + {ERR_REASON(NURON_R_DSO_NOT_FOUND), "dso not found"}, + {ERR_REASON(NURON_R_NOT_LOADED), "not loaded"}, + {0, NULL} +}; #endif #ifdef NURON_LIB_NAME -static ERR_STRING_DATA NURON_lib_name[]= - { -{0 ,NURON_LIB_NAME}, -{0,NULL} - }; +static ERR_STRING_DATA NURON_lib_name[] = { + {0, NURON_LIB_NAME}, + {0, NULL} +}; #endif - -static int NURON_lib_error_code=0; -static int NURON_error_init=1; +static int NURON_lib_error_code = 0; +static int NURON_error_init = 1; static void ERR_load_NURON_strings(void) - { - if (NURON_lib_error_code == 0) - NURON_lib_error_code=ERR_get_next_error_library(); +{ + if (NURON_lib_error_code == 0) + NURON_lib_error_code = ERR_get_next_error_library(); - if (NURON_error_init) - { - NURON_error_init=0; + if (NURON_error_init) { + NURON_error_init = 0; #ifndef OPENSSL_NO_ERR - ERR_load_strings(NURON_lib_error_code,NURON_str_functs); - ERR_load_strings(NURON_lib_error_code,NURON_str_reasons); + ERR_load_strings(NURON_lib_error_code, NURON_str_functs); + ERR_load_strings(NURON_lib_error_code, NURON_str_reasons); #endif #ifdef NURON_LIB_NAME - NURON_lib_name->error = ERR_PACK(NURON_lib_error_code,0,0); - ERR_load_strings(0,NURON_lib_name); + NURON_lib_name->error = ERR_PACK(NURON_lib_error_code, 0, 0); + ERR_load_strings(0, NURON_lib_name); #endif - } - } + } +} static void ERR_unload_NURON_strings(void) - { - if (NURON_error_init == 0) - { +{ + if (NURON_error_init == 0) { #ifndef OPENSSL_NO_ERR - ERR_unload_strings(NURON_lib_error_code,NURON_str_functs); - ERR_unload_strings(NURON_lib_error_code,NURON_str_reasons); + ERR_unload_strings(NURON_lib_error_code, NURON_str_functs); + ERR_unload_strings(NURON_lib_error_code, NURON_str_reasons); #endif #ifdef NURON_LIB_NAME - ERR_unload_strings(0,NURON_lib_name); + ERR_unload_strings(0, NURON_lib_name); #endif - NURON_error_init=1; - } - } + NURON_error_init = 1; + } +} static void ERR_NURON_error(int function, int reason, char *file, int line) - { - if (NURON_lib_error_code == 0) - NURON_lib_error_code=ERR_get_next_error_library(); - ERR_PUT_error(NURON_lib_error_code,function,reason,file,line); - } +{ + if (NURON_lib_error_code == 0) + NURON_lib_error_code = ERR_get_next_error_library(); + ERR_PUT_error(NURON_lib_error_code, function, reason, file, line); +} diff --git a/openssl/engines/e_nuron_err.h b/openssl/engines/e_nuron_err.h index 219babbb4..aa7849c6a 100644 --- a/openssl/engines/e_nuron_err.h +++ b/openssl/engines/e_nuron_err.h @@ -6,7 +6,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -53,36 +53,37 @@ */ #ifndef HEADER_NURON_ERR_H -#define HEADER_NURON_ERR_H +# define HEADER_NURON_ERR_H #ifdef __cplusplus extern "C" { #endif /* BEGIN ERROR CODES */ -/* The following lines are auto generated by the script mkerr.pl. Any changes +/* + * The following lines are auto generated by the script mkerr.pl. Any changes * made after this point may be overwritten when the script is next run. */ static void ERR_load_NURON_strings(void); static void ERR_unload_NURON_strings(void); static void ERR_NURON_error(int function, int reason, char *file, int line); -#define NURONerr(f,r) ERR_NURON_error((f),(r),__FILE__,__LINE__) +# define NURONerr(f,r) ERR_NURON_error((f),(r),__FILE__,__LINE__) /* Error codes for the NURON functions. */ /* Function codes. */ -#define NURON_F_NURON_CTRL 100 -#define NURON_F_NURON_FINISH 101 -#define NURON_F_NURON_INIT 102 -#define NURON_F_NURON_MOD_EXP 103 +# define NURON_F_NURON_CTRL 100 +# define NURON_F_NURON_FINISH 101 +# define NURON_F_NURON_INIT 102 +# define NURON_F_NURON_MOD_EXP 103 /* Reason codes. */ -#define NURON_R_ALREADY_LOADED 100 -#define NURON_R_CTRL_COMMAND_NOT_IMPLEMENTED 101 -#define NURON_R_DSO_FAILURE 102 -#define NURON_R_DSO_FUNCTION_NOT_FOUND 103 -#define NURON_R_DSO_NOT_FOUND 104 -#define NURON_R_NOT_LOADED 105 +# define NURON_R_ALREADY_LOADED 100 +# define NURON_R_CTRL_COMMAND_NOT_IMPLEMENTED 101 +# define NURON_R_DSO_FAILURE 102 +# define NURON_R_DSO_FUNCTION_NOT_FOUND 103 +# define NURON_R_DSO_NOT_FOUND 104 +# define NURON_R_NOT_LOADED 105 #ifdef __cplusplus } diff --git a/openssl/engines/e_padlock.c b/openssl/engines/e_padlock.c index 9f7a85a8d..2898e4c71 100644 --- a/openssl/engines/e_padlock.c +++ b/openssl/engines/e_padlock.c @@ -1,10 +1,10 @@ -/* +/*- * Support for VIA PadLock Advanced Cryptography Engine (ACE) * Written by Michal Ludvig * http://www.logix.cz/michal * - * Big thanks to Andy Polyakov for a help with optimization, - * assembler fixes, port to MS Windows and a lot of other + * Big thanks to Andy Polyakov for a help with optimization, + * assembler fixes, port to MS Windows and a lot of other * valuable work on this engine! */ @@ -62,7 +62,6 @@ * */ - #include #include @@ -72,74 +71,78 @@ #include #include #ifndef OPENSSL_NO_AES -#include +# include #endif #include #include #ifndef OPENSSL_NO_HW -#ifndef OPENSSL_NO_HW_PADLOCK +# ifndef OPENSSL_NO_HW_PADLOCK /* Attempt to have a single source for both 0.9.7 and 0.9.8 :-) */ -#if (OPENSSL_VERSION_NUMBER >= 0x00908000L) -# ifndef OPENSSL_NO_DYNAMIC_ENGINE +# if (OPENSSL_VERSION_NUMBER >= 0x00908000L) +# ifndef OPENSSL_NO_DYNAMIC_ENGINE # define DYNAMIC_ENGINE -# endif -#elif (OPENSSL_VERSION_NUMBER >= 0x00907000L) -# ifdef ENGINE_DYNAMIC_SUPPORT +# endif +# elif (OPENSSL_VERSION_NUMBER >= 0x00907000L) +# ifdef ENGINE_DYNAMIC_SUPPORT # define DYNAMIC_ENGINE +# endif +# else +# error "Only OpenSSL >= 0.9.7 is supported" # endif -#else -# error "Only OpenSSL >= 0.9.7 is supported" -#endif -/* VIA PadLock AES is available *ONLY* on some x86 CPUs. - Not only that it doesn't exist elsewhere, but it - even can't be compiled on other platforms! - - In addition, because of the heavy use of inline assembler, - compiler choice is limited to GCC and Microsoft C. */ -#undef COMPILE_HW_PADLOCK -#if !defined(I386_ONLY) && !defined(OPENSSL_NO_INLINE_ASM) -# if (defined(__GNUC__) && (defined(__i386__) || defined(__i386))) || \ +/* + * VIA PadLock AES is available *ONLY* on some x86 CPUs. Not only that it + * doesn't exist elsewhere, but it even can't be compiled on other platforms! + * + * In addition, because of the heavy use of inline assembler, compiler choice + * is limited to GCC and Microsoft C. + */ +# undef COMPILE_HW_PADLOCK +# if !defined(I386_ONLY) && !defined(OPENSSL_NO_INLINE_ASM) +# if (defined(__GNUC__) && (defined(__i386__) || defined(__i386))) || \ (defined(_MSC_VER) && defined(_M_IX86)) -# define COMPILE_HW_PADLOCK -# endif -#endif +# define COMPILE_HW_PADLOCK +# endif +# endif -#ifdef OPENSSL_NO_DYNAMIC_ENGINE -#ifdef COMPILE_HW_PADLOCK -static ENGINE *ENGINE_padlock (void); -#endif +# ifdef OPENSSL_NO_DYNAMIC_ENGINE +# ifdef COMPILE_HW_PADLOCK +static ENGINE *ENGINE_padlock(void); +# endif -void ENGINE_load_padlock (void) +void ENGINE_load_padlock(void) { /* On non-x86 CPUs it just returns. */ -#ifdef COMPILE_HW_PADLOCK - ENGINE *toadd = ENGINE_padlock (); - if (!toadd) return; - ENGINE_add (toadd); - ENGINE_free (toadd); - ERR_clear_error (); -#endif +# ifdef COMPILE_HW_PADLOCK + ENGINE *toadd = ENGINE_padlock(); + if (!toadd) + return; + ENGINE_add(toadd); + ENGINE_free(toadd); + ERR_clear_error(); +# endif } -#endif +# endif -#ifdef COMPILE_HW_PADLOCK -/* We do these includes here to avoid header problems on platforms that - do not have the VIA padlock anyway... */ -#include -#ifdef _WIN32 -# include -# ifndef alloca -# define alloca _alloca -# endif -#elif defined(__GNUC__) -# ifndef alloca -# define alloca(s) __builtin_alloca(s) -# endif -#endif +# ifdef COMPILE_HW_PADLOCK +/* + * We do these includes here to avoid header problems on platforms that do + * not have the VIA padlock anyway... + */ +# include +# ifdef _WIN32 +# include +# ifndef alloca +# define alloca _alloca +# endif +# elif defined(__GNUC__) +# ifndef alloca +# define alloca(s) __builtin_alloca(s) +# endif +# endif /* Function for ENGINE detection and control */ static int padlock_available(void); @@ -149,139 +152,135 @@ static int padlock_init(ENGINE *e); static RAND_METHOD padlock_rand; /* Cipher Stuff */ -#ifndef OPENSSL_NO_AES -static int padlock_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid); -#endif +# ifndef OPENSSL_NO_AES +static int padlock_ciphers(ENGINE *e, const EVP_CIPHER **cipher, + const int **nids, int nid); +# endif /* Engine names */ static const char *padlock_id = "padlock"; static char padlock_name[100]; /* Available features */ -static int padlock_use_ace = 0; /* Advanced Cryptography Engine */ -static int padlock_use_rng = 0; /* Random Number Generator */ -#ifndef OPENSSL_NO_AES +static int padlock_use_ace = 0; /* Advanced Cryptography Engine */ +static int padlock_use_rng = 0; /* Random Number Generator */ +# ifndef OPENSSL_NO_AES static int padlock_aes_align_required = 1; -#endif +# endif /* ===== Engine "management" functions ===== */ /* Prepare the ENGINE structure for registration */ -static int -padlock_bind_helper(ENGINE *e) +static int padlock_bind_helper(ENGINE *e) { - /* Check available features */ - padlock_available(); - -#if 1 /* disable RNG for now, see commentary in vicinity of RNG code */ - padlock_use_rng=0; -#endif - - /* Generate a nice engine name with available features */ - BIO_snprintf(padlock_name, sizeof(padlock_name), - "VIA PadLock (%s, %s)", - padlock_use_rng ? "RNG" : "no-RNG", - padlock_use_ace ? "ACE" : "no-ACE"); - - /* Register everything or return with an error */ - if (!ENGINE_set_id(e, padlock_id) || - !ENGINE_set_name(e, padlock_name) || - - !ENGINE_set_init_function(e, padlock_init) || -#ifndef OPENSSL_NO_AES - (padlock_use_ace && !ENGINE_set_ciphers (e, padlock_ciphers)) || -#endif - (padlock_use_rng && !ENGINE_set_RAND (e, &padlock_rand))) { - return 0; - } - - /* Everything looks good */ - return 1; + /* Check available features */ + padlock_available(); + +# if 1 /* disable RNG for now, see commentary in + * vicinity of RNG code */ + padlock_use_rng = 0; +# endif + + /* Generate a nice engine name with available features */ + BIO_snprintf(padlock_name, sizeof(padlock_name), + "VIA PadLock (%s, %s)", + padlock_use_rng ? "RNG" : "no-RNG", + padlock_use_ace ? "ACE" : "no-ACE"); + + /* Register everything or return with an error */ + if (!ENGINE_set_id(e, padlock_id) || + !ENGINE_set_name(e, padlock_name) || + !ENGINE_set_init_function(e, padlock_init) || +# ifndef OPENSSL_NO_AES + (padlock_use_ace && !ENGINE_set_ciphers(e, padlock_ciphers)) || +# endif + (padlock_use_rng && !ENGINE_set_RAND(e, &padlock_rand))) { + return 0; + } + + /* Everything looks good */ + return 1; } -#ifdef OPENSSL_NO_DYNAMIC_ENGINE +# ifdef OPENSSL_NO_DYNAMIC_ENGINE /* Constructor */ -static ENGINE * -ENGINE_padlock(void) +static ENGINE *ENGINE_padlock(void) { - ENGINE *eng = ENGINE_new(); + ENGINE *eng = ENGINE_new(); - if (!eng) { - return NULL; - } + if (!eng) { + return NULL; + } - if (!padlock_bind_helper(eng)) { - ENGINE_free(eng); - return NULL; - } + if (!padlock_bind_helper(eng)) { + ENGINE_free(eng); + return NULL; + } - return eng; + return eng; } -#endif +# endif /* Check availability of the engine */ -static int -padlock_init(ENGINE *e) +static int padlock_init(ENGINE *e) { - return (padlock_use_rng || padlock_use_ace); + return (padlock_use_rng || padlock_use_ace); } -/* This stuff is needed if this ENGINE is being compiled into a self-contained - * shared-library. +/* + * This stuff is needed if this ENGINE is being compiled into a + * self-contained shared-library. */ -#ifdef DYNAMIC_ENGINE -static int -padlock_bind_fn(ENGINE *e, const char *id) +# ifdef DYNAMIC_ENGINE +static int padlock_bind_fn(ENGINE *e, const char *id) { - if (id && (strcmp(id, padlock_id) != 0)) { - return 0; - } + if (id && (strcmp(id, padlock_id) != 0)) { + return 0; + } - if (!padlock_bind_helper(e)) { - return 0; - } + if (!padlock_bind_helper(e)) { + return 0; + } - return 1; + return 1; } IMPLEMENT_DYNAMIC_CHECK_FN() -IMPLEMENT_DYNAMIC_BIND_FN (padlock_bind_fn) -#endif /* DYNAMIC_ENGINE */ - + IMPLEMENT_DYNAMIC_BIND_FN(padlock_bind_fn) +# endif /* DYNAMIC_ENGINE */ /* ===== Here comes the "real" engine ===== */ - -#ifndef OPENSSL_NO_AES +# ifndef OPENSSL_NO_AES /* Some AES-related constants */ -#define AES_BLOCK_SIZE 16 -#define AES_KEY_SIZE_128 16 -#define AES_KEY_SIZE_192 24 -#define AES_KEY_SIZE_256 32 - -/* Here we store the status information relevant to the - current context. */ -/* BIG FAT WARNING: - * Inline assembler in PADLOCK_XCRYPT_ASM() - * depends on the order of items in this structure. - * Don't blindly modify, reorder, etc! - */ -struct padlock_cipher_data -{ - unsigned char iv[AES_BLOCK_SIZE]; /* Initialization vector */ - union { unsigned int pad[4]; - struct { - int rounds:4; - int dgst:1; /* n/a in C3 */ - int align:1; /* n/a in C3 */ - int ciphr:1; /* n/a in C3 */ - unsigned int keygen:1; - int interm:1; - unsigned int encdec:1; - int ksize:2; - } b; - } cword; /* Control word */ - AES_KEY ks; /* Encryption key */ +# define AES_BLOCK_SIZE 16 +# define AES_KEY_SIZE_128 16 +# define AES_KEY_SIZE_192 24 +# define AES_KEY_SIZE_256 32 + /* + * Here we store the status information relevant to the current context. + */ + /* + * BIG FAT WARNING: Inline assembler in PADLOCK_XCRYPT_ASM() depends on + * the order of items in this structure. Don't blindly modify, reorder, + * etc! + */ +struct padlock_cipher_data { + unsigned char iv[AES_BLOCK_SIZE]; /* Initialization vector */ + union { + unsigned int pad[4]; + struct { + int rounds:4; + int dgst:1; /* n/a in C3 */ + int align:1; /* n/a in C3 */ + int ciphr:1; /* n/a in C3 */ + unsigned int keygen:1; + int interm:1; + unsigned int encdec:1; + int ksize:2; + } b; + } cword; /* Control word */ + AES_KEY ks; /* Encryption key */ }; /* @@ -291,9 +290,9 @@ struct padlock_cipher_data * so we accept the penatly... */ static volatile struct padlock_cipher_data *padlock_saved_context; -#endif +# endif -/* +/*- * ======================================================= * Inline assembler section(s). * ======================================================= @@ -303,7 +302,7 @@ static volatile struct padlock_cipher_data *padlock_saved_context; * argument is passed in %ecx and second - in %edx. * ======================================================= */ -#if defined(__GNUC__) && __GNUC__>=2 +# if defined(__GNUC__) && __GNUC__>=2 /* * As for excessive "push %ebx"/"pop %ebx" found all over. * When generating position-independent code GCC won't let @@ -311,103 +310,101 @@ static volatile struct padlock_cipher_data *padlock_saved_context; * in "clobber description." Therefore the trouble... */ -/* Helper function - check if a CPUID instruction - is available on this CPU */ -static int -padlock_insn_cpuid_available(void) +/* + * Helper function - check if a CPUID instruction is available on this CPU + */ +static int padlock_insn_cpuid_available(void) { - int result = -1; - - /* We're checking if the bit #21 of EFLAGS - can be toggled. If yes = CPUID is available. */ - asm volatile ( - "pushf\n" - "popl %%eax\n" - "xorl $0x200000, %%eax\n" - "movl %%eax, %%ecx\n" - "andl $0x200000, %%ecx\n" - "pushl %%eax\n" - "popf\n" - "pushf\n" - "popl %%eax\n" - "andl $0x200000, %%eax\n" - "xorl %%eax, %%ecx\n" - "movl %%ecx, %0\n" - : "=r" (result) : : "eax", "ecx"); - - return (result == 0); + int result = -1; + + /* + * We're checking if the bit #21 of EFLAGS can be toggled. If yes = + * CPUID is available. + */ + asm volatile ("pushf\n" + "popl %%eax\n" + "xorl $0x200000, %%eax\n" + "movl %%eax, %%ecx\n" + "andl $0x200000, %%ecx\n" + "pushl %%eax\n" + "popf\n" + "pushf\n" + "popl %%eax\n" + "andl $0x200000, %%eax\n" + "xorl %%eax, %%ecx\n" + "movl %%ecx, %0\n":"=r" (result)::"eax", "ecx"); + + return (result == 0); } -/* Load supported features of the CPU to see if - the PadLock is available. */ -static int -padlock_available(void) +/* + * Load supported features of the CPU to see if the PadLock is available. + */ +static int padlock_available(void) { - char vendor_string[16]; - unsigned int eax, edx; - - /* First check if the CPUID instruction is available at all... */ - if (! padlock_insn_cpuid_available()) - return 0; - - /* Are we running on the Centaur (VIA) CPU? */ - eax = 0x00000000; - vendor_string[12] = 0; - asm volatile ( - "pushl %%ebx\n" - "cpuid\n" - "movl %%ebx,(%%edi)\n" - "movl %%edx,4(%%edi)\n" - "movl %%ecx,8(%%edi)\n" - "popl %%ebx" - : "+a"(eax) : "D"(vendor_string) : "ecx", "edx"); - if (strcmp(vendor_string, "CentaurHauls") != 0) - return 0; - - /* Check for Centaur Extended Feature Flags presence */ - eax = 0xC0000000; - asm volatile ("pushl %%ebx; cpuid; popl %%ebx" - : "+a"(eax) : : "ecx", "edx"); - if (eax < 0xC0000001) - return 0; - - /* Read the Centaur Extended Feature Flags */ - eax = 0xC0000001; - asm volatile ("pushl %%ebx; cpuid; popl %%ebx" - : "+a"(eax), "=d"(edx) : : "ecx"); - - /* Fill up some flags */ - padlock_use_ace = ((edx & (0x3<<6)) == (0x3<<6)); - padlock_use_rng = ((edx & (0x3<<2)) == (0x3<<2)); - - return padlock_use_ace + padlock_use_rng; + char vendor_string[16]; + unsigned int eax, edx; + + /* First check if the CPUID instruction is available at all... */ + if (!padlock_insn_cpuid_available()) + return 0; + + /* Are we running on the Centaur (VIA) CPU? */ + eax = 0x00000000; + vendor_string[12] = 0; + asm volatile ("pushl %%ebx\n" + "cpuid\n" + "movl %%ebx,(%%edi)\n" + "movl %%edx,4(%%edi)\n" + "movl %%ecx,8(%%edi)\n" + "popl %%ebx":"+a" (eax):"D"(vendor_string):"ecx", "edx"); + if (strcmp(vendor_string, "CentaurHauls") != 0) + return 0; + + /* Check for Centaur Extended Feature Flags presence */ + eax = 0xC0000000; + asm volatile ("pushl %%ebx; cpuid; popl %%ebx":"+a" (eax)::"ecx", "edx"); + if (eax < 0xC0000001) + return 0; + + /* Read the Centaur Extended Feature Flags */ + eax = 0xC0000001; + asm volatile ("pushl %%ebx; cpuid; popl %%ebx":"+a" (eax), + "=d"(edx)::"ecx"); + + /* Fill up some flags */ + padlock_use_ace = ((edx & (0x3 << 6)) == (0x3 << 6)); + padlock_use_rng = ((edx & (0x3 << 2)) == (0x3 << 2)); + + return padlock_use_ace + padlock_use_rng; } -#ifndef OPENSSL_NO_AES +# ifndef OPENSSL_NO_AES +# ifndef AES_ASM /* Our own htonl()/ntohl() */ -static inline void -padlock_bswapl(AES_KEY *ks) +static inline void padlock_bswapl(AES_KEY *ks) { - size_t i = sizeof(ks->rd_key)/sizeof(ks->rd_key[0]); - unsigned int *key = ks->rd_key; + size_t i = sizeof(ks->rd_key) / sizeof(ks->rd_key[0]); + unsigned int *key = ks->rd_key; - while (i--) { - asm volatile ("bswapl %0" : "+r"(*key)); - key++; - } + while (i--) { + asm volatile ("bswapl %0":"+r" (*key)); + key++; + } } -#endif +# endif +# endif -/* Force key reload from memory to the CPU microcode. - Loading EFLAGS from the stack clears EFLAGS[30] - which does the trick. */ -static inline void -padlock_reload_key(void) +/* + * Force key reload from memory to the CPU microcode. Loading EFLAGS from the + * stack clears EFLAGS[30] which does the trick. + */ +static inline void padlock_reload_key(void) { - asm volatile ("pushfl; popfl"); + asm volatile ("pushfl; popfl"); } -#ifndef OPENSSL_NO_AES +# ifndef OPENSSL_NO_AES /* * This is heuristic key context tracing. At first one * believes that one should use atomic swap instructions, @@ -417,90 +414,89 @@ padlock_reload_key(void) * our key *shall* be reloaded upon thread context switch * and we are therefore set in either case... */ -static inline void -padlock_verify_context(struct padlock_cipher_data *cdata) +static inline void padlock_verify_context(struct padlock_cipher_data *cdata) { - asm volatile ( - "pushfl\n" -" btl $30,(%%esp)\n" -" jnc 1f\n" -" cmpl %2,%1\n" -" je 1f\n" -" popfl\n" -" subl $4,%%esp\n" -"1: addl $4,%%esp\n" -" movl %2,%0" - :"+m"(padlock_saved_context) - : "r"(padlock_saved_context), "r"(cdata) : "cc"); + asm volatile ("pushfl\n" + " btl $30,(%%esp)\n" + " jnc 1f\n" + " cmpl %2,%1\n" + " je 1f\n" + " popfl\n" + " subl $4,%%esp\n" + "1: addl $4,%%esp\n" + " movl %2,%0":"+m" (padlock_saved_context) + :"r"(padlock_saved_context), "r"(cdata):"cc"); } /* Template for padlock_xcrypt_* modes */ -/* BIG FAT WARNING: - * The offsets used with 'leal' instructions - * describe items of the 'padlock_cipher_data' - * structure. +/* + * BIG FAT WARNING: The offsets used with 'leal' instructions describe items + * of the 'padlock_cipher_data' structure. */ -#define PADLOCK_XCRYPT_ASM(name,rep_xcrypt) \ -static inline void *name(size_t cnt, \ - struct padlock_cipher_data *cdata, \ - void *out, const void *inp) \ -{ void *iv; \ - asm volatile ( "pushl %%ebx\n" \ - " leal 16(%0),%%edx\n" \ - " leal 32(%0),%%ebx\n" \ - rep_xcrypt "\n" \ - " popl %%ebx" \ - : "=a"(iv), "=c"(cnt), "=D"(out), "=S"(inp) \ - : "0"(cdata), "1"(cnt), "2"(out), "3"(inp) \ - : "edx", "cc", "memory"); \ - return iv; \ +# define PADLOCK_XCRYPT_ASM(name,rep_xcrypt) \ +static inline void *name(size_t cnt, \ + struct padlock_cipher_data *cdata, \ + void *out, const void *inp) \ +{ void *iv; \ + asm volatile ( "pushl %%ebx\n" \ + " leal 16(%0),%%edx\n" \ + " leal 32(%0),%%ebx\n" \ + rep_xcrypt "\n" \ + " popl %%ebx" \ + : "=a"(iv), "=c"(cnt), "=D"(out), "=S"(inp) \ + : "0"(cdata), "1"(cnt), "2"(out), "3"(inp) \ + : "edx", "cc", "memory"); \ + return iv; \ } /* Generate all functions with appropriate opcodes */ -PADLOCK_XCRYPT_ASM(padlock_xcrypt_ecb, ".byte 0xf3,0x0f,0xa7,0xc8") /* rep xcryptecb */ -PADLOCK_XCRYPT_ASM(padlock_xcrypt_cbc, ".byte 0xf3,0x0f,0xa7,0xd0") /* rep xcryptcbc */ -PADLOCK_XCRYPT_ASM(padlock_xcrypt_cfb, ".byte 0xf3,0x0f,0xa7,0xe0") /* rep xcryptcfb */ -PADLOCK_XCRYPT_ASM(padlock_xcrypt_ofb, ".byte 0xf3,0x0f,0xa7,0xe8") /* rep xcryptofb */ -#endif - +/* rep xcryptecb */ +PADLOCK_XCRYPT_ASM(padlock_xcrypt_ecb, ".byte 0xf3,0x0f,0xa7,0xc8") +/* rep xcryptcbc */ + PADLOCK_XCRYPT_ASM(padlock_xcrypt_cbc, ".byte 0xf3,0x0f,0xa7,0xd0") +/* rep xcryptcfb */ + PADLOCK_XCRYPT_ASM(padlock_xcrypt_cfb, ".byte 0xf3,0x0f,0xa7,0xe0") +/* rep xcryptofb */ + PADLOCK_XCRYPT_ASM(padlock_xcrypt_ofb, ".byte 0xf3,0x0f,0xa7,0xe8") +# endif /* The RNG call itself */ -static inline unsigned int -padlock_xstore(void *addr, unsigned int edx_in) +static inline unsigned int padlock_xstore(void *addr, unsigned int edx_in) { - unsigned int eax_out; + unsigned int eax_out; - asm volatile (".byte 0x0f,0xa7,0xc0" /* xstore */ - : "=a"(eax_out),"=m"(*(unsigned *)addr) - : "D"(addr), "d" (edx_in) - ); + asm volatile (".byte 0x0f,0xa7,0xc0" /* xstore */ + :"=a" (eax_out), "=m"(*(unsigned *)addr) + :"D"(addr), "d"(edx_in) + ); - return eax_out; + return eax_out; } -/* Why not inline 'rep movsd'? I failed to find information on what - * value in Direction Flag one can expect and consequently have to - * apply "better-safe-than-sorry" approach and assume "undefined." - * I could explicitly clear it and restore the original value upon - * return from padlock_aes_cipher, but it's presumably too much - * trouble for too little gain... - * - * In case you wonder 'rep xcrypt*' instructions above are *not* - * affected by the Direction Flag and pointers advance toward - * larger addresses unconditionally. - */ -static inline unsigned char * -padlock_memcpy(void *dst,const void *src,size_t n) +/* + * Why not inline 'rep movsd'? I failed to find information on what value in + * Direction Flag one can expect and consequently have to apply + * "better-safe-than-sorry" approach and assume "undefined." I could + * explicitly clear it and restore the original value upon return from + * padlock_aes_cipher, but it's presumably too much trouble for too little + * gain... In case you wonder 'rep xcrypt*' instructions above are *not* + * affected by the Direction Flag and pointers advance toward larger + * addresses unconditionally. + */ +static inline unsigned char *padlock_memcpy(void *dst, const void *src, + size_t n) { - long *d=dst; - const long *s=src; + long *d = dst; + const long *s = src; - n /= sizeof(*d); - do { *d++ = *s++; } while (--n); + n /= sizeof(*d); + do { + *d++ = *s++; + } while (--n); - return dst; + return dst; } -#elif defined(_MSC_VER) +# elif defined(_MSC_VER) /* * Unlike GCC these are real functions. In order to minimize impact * on performance we adhere to __fastcall calling convention in @@ -508,26 +504,25 @@ padlock_memcpy(void *dst,const void *src,size_t n) * Which kind of suits very well, as instructions in question use * both %ecx and %edx as input:-) */ -#define REP_XCRYPT(code) \ - _asm _emit 0xf3 \ - _asm _emit 0x0f _asm _emit 0xa7 \ - _asm _emit code - -/* BIG FAT WARNING: - * The offsets used with 'lea' instructions - * describe items of the 'padlock_cipher_data' - * structure. +# define REP_XCRYPT(code) \ + _asm _emit 0xf3 \ + _asm _emit 0x0f _asm _emit 0xa7 \ + _asm _emit code + +/* + * BIG FAT WARNING: The offsets used with 'lea' instructions describe items + * of the 'padlock_cipher_data' structure. */ -#define PADLOCK_XCRYPT_ASM(name,code) \ -static void * __fastcall \ - name (size_t cnt, void *cdata, \ - void *outp, const void *inp) \ -{ _asm mov eax,edx \ - _asm lea edx,[eax+16] \ - _asm lea ebx,[eax+32] \ - _asm mov edi,outp \ - _asm mov esi,inp \ - REP_XCRYPT(code) \ +# define PADLOCK_XCRYPT_ASM(name,code) \ +static void * __fastcall \ + name (size_t cnt, void *cdata, \ + void *outp, const void *inp) \ +{ _asm mov eax,edx \ + _asm lea edx,[eax+16] \ + _asm lea ebx,[eax+32] \ + _asm mov edi,outp \ + _asm mov esi,inp \ + REP_XCRYPT(code) \ } PADLOCK_XCRYPT_ASM(padlock_xcrypt_ecb,0xc8) @@ -535,324 +530,330 @@ PADLOCK_XCRYPT_ASM(padlock_xcrypt_cbc,0xd0) PADLOCK_XCRYPT_ASM(padlock_xcrypt_cfb,0xe0) PADLOCK_XCRYPT_ASM(padlock_xcrypt_ofb,0xe8) -static int __fastcall -padlock_xstore(void *outp,unsigned int code) -{ _asm mov edi,ecx - _asm _emit 0x0f _asm _emit 0xa7 _asm _emit 0xc0 +static int __fastcall padlock_xstore(void *outp, unsigned int code) +{ + _asm mov edi,ecx + _asm _emit 0x0f _asm _emit 0xa7 _asm _emit 0xc0 +} + +static void __fastcall padlock_reload_key(void) +{ + _asm pushfd + _asm popfd } -static void __fastcall -padlock_reload_key(void) -{ _asm pushfd _asm popfd } - -static void __fastcall -padlock_verify_context(void *cdata) -{ _asm { - pushfd - bt DWORD PTR[esp],30 - jnc skip - cmp ecx,padlock_saved_context - je skip - popfd - sub esp,4 - skip: add esp,4 - mov padlock_saved_context,ecx - } +static void __fastcall padlock_verify_context(void *cdata) +{ + _asm { + pushfd + bt DWORD PTR[esp],30 + jnc skip + cmp ecx,padlock_saved_context + je skip + popfd + sub esp,4 + skip: add esp,4 + mov padlock_saved_context,ecx + } } static int padlock_available(void) -{ _asm { - pushfd - pop eax - mov ecx,eax - xor eax,1<<21 - push eax - popfd - pushfd - pop eax - xor eax,ecx - bt eax,21 - jnc noluck - mov eax,0 - cpuid - xor eax,eax - cmp ebx,'tneC' - jne noluck - cmp edx,'Hrua' - jne noluck - cmp ecx,'slua' - jne noluck - mov eax,0xC0000000 - cpuid - mov edx,eax - xor eax,eax - cmp edx,0xC0000001 - jb noluck - mov eax,0xC0000001 - cpuid - xor eax,eax - bt edx,6 - jnc skip_a - bt edx,7 - jnc skip_a - mov padlock_use_ace,1 - inc eax - skip_a: bt edx,2 - jnc skip_r - bt edx,3 - jnc skip_r - mov padlock_use_rng,1 - inc eax - skip_r: - noluck: - } +{ + _asm { + pushfd + pop eax + mov ecx,eax + xor eax,1<<21 + push eax + popfd + pushfd + pop eax + xor eax,ecx + bt eax,21 + jnc noluck + mov eax,0 + cpuid + xor eax,eax + cmp ebx,'tneC' + jne noluck + cmp edx,'Hrua' + jne noluck + cmp ecx,'slua' + jne noluck + mov eax,0xC0000000 + cpuid + mov edx,eax + xor eax,eax + cmp edx,0xC0000001 + jb noluck + mov eax,0xC0000001 + cpuid + xor eax,eax + bt edx,6 + jnc skip_a + bt edx,7 + jnc skip_a + mov padlock_use_ace,1 + inc eax + skip_a: bt edx,2 + jnc skip_r + bt edx,3 + jnc skip_r + mov padlock_use_rng,1 + inc eax + skip_r: + noluck: + } } -static void __fastcall -padlock_bswapl(void *key) -{ _asm { - pushfd - cld - mov esi,ecx - mov edi,ecx - mov ecx,60 - up: lodsd - bswap eax - stosd - loop up - popfd - } +static void __fastcall padlock_bswapl(void *key) +{ + _asm { + pushfd + cld + mov esi,ecx + mov edi,ecx + mov ecx,60 + up: lodsd + bswap eax + stosd + loop up + popfd + } } -/* MS actually specifies status of Direction Flag and compiler even - * manages to compile following as 'rep movsd' all by itself... +/* + * MS actually specifies status of Direction Flag and compiler even manages + * to compile following as 'rep movsd' all by itself... */ -#define padlock_memcpy(o,i,n) ((unsigned char *)memcpy((o),(i),(n)&~3U)) -#endif - +# define padlock_memcpy(o,i,n) ((unsigned char *)memcpy((o),(i),(n)&~3U)) +# endif /* ===== AES encryption/decryption ===== */ -#ifndef OPENSSL_NO_AES - -#if defined(NID_aes_128_cfb128) && ! defined (NID_aes_128_cfb) -#define NID_aes_128_cfb NID_aes_128_cfb128 -#endif - -#if defined(NID_aes_128_ofb128) && ! defined (NID_aes_128_ofb) -#define NID_aes_128_ofb NID_aes_128_ofb128 -#endif - -#if defined(NID_aes_192_cfb128) && ! defined (NID_aes_192_cfb) -#define NID_aes_192_cfb NID_aes_192_cfb128 -#endif - -#if defined(NID_aes_192_ofb128) && ! defined (NID_aes_192_ofb) -#define NID_aes_192_ofb NID_aes_192_ofb128 -#endif - -#if defined(NID_aes_256_cfb128) && ! defined (NID_aes_256_cfb) -#define NID_aes_256_cfb NID_aes_256_cfb128 -#endif - -#if defined(NID_aes_256_ofb128) && ! defined (NID_aes_256_ofb) -#define NID_aes_256_ofb NID_aes_256_ofb128 -#endif - -/* List of supported ciphers. */ -static int padlock_cipher_nids[] = { - NID_aes_128_ecb, - NID_aes_128_cbc, - NID_aes_128_cfb, - NID_aes_128_ofb, - - NID_aes_192_ecb, - NID_aes_192_cbc, - NID_aes_192_cfb, - NID_aes_192_ofb, - - NID_aes_256_ecb, - NID_aes_256_cbc, - NID_aes_256_cfb, - NID_aes_256_ofb, +# ifndef OPENSSL_NO_AES +# if defined(NID_aes_128_cfb128) && ! defined (NID_aes_128_cfb) +# define NID_aes_128_cfb NID_aes_128_cfb128 +# endif +# if defined(NID_aes_128_ofb128) && ! defined (NID_aes_128_ofb) +# define NID_aes_128_ofb NID_aes_128_ofb128 +# endif +# if defined(NID_aes_192_cfb128) && ! defined (NID_aes_192_cfb) +# define NID_aes_192_cfb NID_aes_192_cfb128 +# endif +# if defined(NID_aes_192_ofb128) && ! defined (NID_aes_192_ofb) +# define NID_aes_192_ofb NID_aes_192_ofb128 +# endif +# if defined(NID_aes_256_cfb128) && ! defined (NID_aes_256_cfb) +# define NID_aes_256_cfb NID_aes_256_cfb128 +# endif +# if defined(NID_aes_256_ofb128) && ! defined (NID_aes_256_ofb) +# define NID_aes_256_ofb NID_aes_256_ofb128 +# endif +/* + * List of supported ciphers. + */ static int padlock_cipher_nids[] = { + NID_aes_128_ecb, + NID_aes_128_cbc, + NID_aes_128_cfb, + NID_aes_128_ofb, + + NID_aes_192_ecb, + NID_aes_192_cbc, + NID_aes_192_cfb, + NID_aes_192_ofb, + + NID_aes_256_ecb, + NID_aes_256_cbc, + NID_aes_256_cfb, + NID_aes_256_ofb, }; -static int padlock_cipher_nids_num = (sizeof(padlock_cipher_nids)/ - sizeof(padlock_cipher_nids[0])); + +static int padlock_cipher_nids_num = (sizeof(padlock_cipher_nids) / + sizeof(padlock_cipher_nids[0])); /* Function prototypes ... */ static int padlock_aes_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, - const unsigned char *iv, int enc); + const unsigned char *iv, int enc); static int padlock_aes_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, - const unsigned char *in, size_t nbytes); - -#define NEAREST_ALIGNED(ptr) ( (unsigned char *)(ptr) + \ - ( (0x10 - ((size_t)(ptr) & 0x0F)) & 0x0F ) ) -#define ALIGNED_CIPHER_DATA(ctx) ((struct padlock_cipher_data *)\ - NEAREST_ALIGNED(ctx->cipher_data)) - -#define EVP_CIPHER_block_size_ECB AES_BLOCK_SIZE -#define EVP_CIPHER_block_size_CBC AES_BLOCK_SIZE -#define EVP_CIPHER_block_size_OFB 1 -#define EVP_CIPHER_block_size_CFB 1 - -/* Declaring so many ciphers by hand would be a pain. - Instead introduce a bit of preprocessor magic :-) */ -#define DECLARE_AES_EVP(ksize,lmode,umode) \ -static const EVP_CIPHER padlock_aes_##ksize##_##lmode = { \ - NID_aes_##ksize##_##lmode, \ - EVP_CIPHER_block_size_##umode, \ - AES_KEY_SIZE_##ksize, \ - AES_BLOCK_SIZE, \ - 0 | EVP_CIPH_##umode##_MODE, \ - padlock_aes_init_key, \ - padlock_aes_cipher, \ - NULL, \ - sizeof(struct padlock_cipher_data) + 16, \ - EVP_CIPHER_set_asn1_iv, \ - EVP_CIPHER_get_asn1_iv, \ - NULL, \ - NULL \ + const unsigned char *in, size_t nbytes); + +# define NEAREST_ALIGNED(ptr) ( (unsigned char *)(ptr) + \ + ( (0x10 - ((size_t)(ptr) & 0x0F)) & 0x0F ) ) +# define ALIGNED_CIPHER_DATA(ctx) ((struct padlock_cipher_data *)\ + NEAREST_ALIGNED(ctx->cipher_data)) + +# define EVP_CIPHER_block_size_ECB AES_BLOCK_SIZE +# define EVP_CIPHER_block_size_CBC AES_BLOCK_SIZE +# define EVP_CIPHER_block_size_OFB 1 +# define EVP_CIPHER_block_size_CFB 1 + +/* + * Declaring so many ciphers by hand would be a pain. Instead introduce a bit + * of preprocessor magic :-) + */ +# define DECLARE_AES_EVP(ksize,lmode,umode) \ +static const EVP_CIPHER padlock_aes_##ksize##_##lmode = { \ + NID_aes_##ksize##_##lmode, \ + EVP_CIPHER_block_size_##umode, \ + AES_KEY_SIZE_##ksize, \ + AES_BLOCK_SIZE, \ + 0 | EVP_CIPH_##umode##_MODE, \ + padlock_aes_init_key, \ + padlock_aes_cipher, \ + NULL, \ + sizeof(struct padlock_cipher_data) + 16, \ + EVP_CIPHER_set_asn1_iv, \ + EVP_CIPHER_get_asn1_iv, \ + NULL, \ + NULL \ } -DECLARE_AES_EVP(128,ecb,ECB); -DECLARE_AES_EVP(128,cbc,CBC); -DECLARE_AES_EVP(128,cfb,CFB); -DECLARE_AES_EVP(128,ofb,OFB); +DECLARE_AES_EVP(128, ecb, ECB); +DECLARE_AES_EVP(128, cbc, CBC); +DECLARE_AES_EVP(128, cfb, CFB); +DECLARE_AES_EVP(128, ofb, OFB); -DECLARE_AES_EVP(192,ecb,ECB); -DECLARE_AES_EVP(192,cbc,CBC); -DECLARE_AES_EVP(192,cfb,CFB); -DECLARE_AES_EVP(192,ofb,OFB); +DECLARE_AES_EVP(192, ecb, ECB); +DECLARE_AES_EVP(192, cbc, CBC); +DECLARE_AES_EVP(192, cfb, CFB); +DECLARE_AES_EVP(192, ofb, OFB); -DECLARE_AES_EVP(256,ecb,ECB); -DECLARE_AES_EVP(256,cbc,CBC); -DECLARE_AES_EVP(256,cfb,CFB); -DECLARE_AES_EVP(256,ofb,OFB); +DECLARE_AES_EVP(256, ecb, ECB); +DECLARE_AES_EVP(256, cbc, CBC); +DECLARE_AES_EVP(256, cfb, CFB); +DECLARE_AES_EVP(256, ofb, OFB); static int -padlock_ciphers (ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) +padlock_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, + int nid) { - /* No specific cipher => return a list of supported nids ... */ - if (!cipher) { - *nids = padlock_cipher_nids; - return padlock_cipher_nids_num; - } - - /* ... or the requested "cipher" otherwise */ - switch (nid) { - case NID_aes_128_ecb: - *cipher = &padlock_aes_128_ecb; - break; - case NID_aes_128_cbc: - *cipher = &padlock_aes_128_cbc; - break; - case NID_aes_128_cfb: - *cipher = &padlock_aes_128_cfb; - break; - case NID_aes_128_ofb: - *cipher = &padlock_aes_128_ofb; - break; - - case NID_aes_192_ecb: - *cipher = &padlock_aes_192_ecb; - break; - case NID_aes_192_cbc: - *cipher = &padlock_aes_192_cbc; - break; - case NID_aes_192_cfb: - *cipher = &padlock_aes_192_cfb; - break; - case NID_aes_192_ofb: - *cipher = &padlock_aes_192_ofb; - break; - - case NID_aes_256_ecb: - *cipher = &padlock_aes_256_ecb; - break; - case NID_aes_256_cbc: - *cipher = &padlock_aes_256_cbc; - break; - case NID_aes_256_cfb: - *cipher = &padlock_aes_256_cfb; - break; - case NID_aes_256_ofb: - *cipher = &padlock_aes_256_ofb; - break; - - default: - /* Sorry, we don't support this NID */ - *cipher = NULL; - return 0; - } - - return 1; + /* No specific cipher => return a list of supported nids ... */ + if (!cipher) { + *nids = padlock_cipher_nids; + return padlock_cipher_nids_num; + } + + /* ... or the requested "cipher" otherwise */ + switch (nid) { + case NID_aes_128_ecb: + *cipher = &padlock_aes_128_ecb; + break; + case NID_aes_128_cbc: + *cipher = &padlock_aes_128_cbc; + break; + case NID_aes_128_cfb: + *cipher = &padlock_aes_128_cfb; + break; + case NID_aes_128_ofb: + *cipher = &padlock_aes_128_ofb; + break; + + case NID_aes_192_ecb: + *cipher = &padlock_aes_192_ecb; + break; + case NID_aes_192_cbc: + *cipher = &padlock_aes_192_cbc; + break; + case NID_aes_192_cfb: + *cipher = &padlock_aes_192_cfb; + break; + case NID_aes_192_ofb: + *cipher = &padlock_aes_192_ofb; + break; + + case NID_aes_256_ecb: + *cipher = &padlock_aes_256_ecb; + break; + case NID_aes_256_cbc: + *cipher = &padlock_aes_256_cbc; + break; + case NID_aes_256_cfb: + *cipher = &padlock_aes_256_cfb; + break; + case NID_aes_256_ofb: + *cipher = &padlock_aes_256_ofb; + break; + + default: + /* Sorry, we don't support this NID */ + *cipher = NULL; + return 0; + } + + return 1; } /* Prepare the encryption key for PadLock usage */ static int -padlock_aes_init_key (EVP_CIPHER_CTX *ctx, const unsigned char *key, - const unsigned char *iv, int enc) +padlock_aes_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, + const unsigned char *iv, int enc) { - struct padlock_cipher_data *cdata; - int key_len = EVP_CIPHER_CTX_key_length(ctx) * 8; - - if (key==NULL) return 0; /* ERROR */ - - cdata = ALIGNED_CIPHER_DATA(ctx); - memset(cdata, 0, sizeof(struct padlock_cipher_data)); - - /* Prepare Control word. */ - if (EVP_CIPHER_CTX_mode(ctx) == EVP_CIPH_OFB_MODE) - cdata->cword.b.encdec = 0; - else - cdata->cword.b.encdec = (ctx->encrypt == 0); - cdata->cword.b.rounds = 10 + (key_len - 128) / 32; - cdata->cword.b.ksize = (key_len - 128) / 64; - - switch(key_len) { - case 128: - /* PadLock can generate an extended key for - AES128 in hardware */ - memcpy(cdata->ks.rd_key, key, AES_KEY_SIZE_128); - cdata->cword.b.keygen = 0; - break; - - case 192: - case 256: - /* Generate an extended AES key in software. - Needed for AES192/AES256 */ - /* Well, the above applies to Stepping 8 CPUs - and is listed as hardware errata. They most - likely will fix it at some point and then - a check for stepping would be due here. */ - if (EVP_CIPHER_CTX_mode(ctx) == EVP_CIPH_CFB_MODE || - EVP_CIPHER_CTX_mode(ctx) == EVP_CIPH_OFB_MODE || - enc) - AES_set_encrypt_key(key, key_len, &cdata->ks); - else - AES_set_decrypt_key(key, key_len, &cdata->ks); -#ifndef AES_ASM - /* OpenSSL C functions use byte-swapped extended key. */ - padlock_bswapl(&cdata->ks); -#endif - cdata->cword.b.keygen = 1; - break; - - default: - /* ERROR */ - return 0; - } - - /* - * This is done to cover for cases when user reuses the - * context for new key. The catch is that if we don't do - * this, padlock_eas_cipher might proceed with old key... - */ - padlock_reload_key (); - - return 1; + struct padlock_cipher_data *cdata; + int key_len = EVP_CIPHER_CTX_key_length(ctx) * 8; + + if (key == NULL) + return 0; /* ERROR */ + + cdata = ALIGNED_CIPHER_DATA(ctx); + memset(cdata, 0, sizeof(struct padlock_cipher_data)); + + /* Prepare Control word. */ + if (EVP_CIPHER_CTX_mode(ctx) == EVP_CIPH_OFB_MODE) + cdata->cword.b.encdec = 0; + else + cdata->cword.b.encdec = (ctx->encrypt == 0); + cdata->cword.b.rounds = 10 + (key_len - 128) / 32; + cdata->cword.b.ksize = (key_len - 128) / 64; + + switch (key_len) { + case 128: + /* + * PadLock can generate an extended key for AES128 in hardware + */ + memcpy(cdata->ks.rd_key, key, AES_KEY_SIZE_128); + cdata->cword.b.keygen = 0; + break; + + case 192: + case 256: + /* + * Generate an extended AES key in software. Needed for AES192/AES256 + */ + /* + * Well, the above applies to Stepping 8 CPUs and is listed as + * hardware errata. They most likely will fix it at some point and + * then a check for stepping would be due here. + */ + if (EVP_CIPHER_CTX_mode(ctx) == EVP_CIPH_CFB_MODE || + EVP_CIPHER_CTX_mode(ctx) == EVP_CIPH_OFB_MODE || enc) + AES_set_encrypt_key(key, key_len, &cdata->ks); + else + AES_set_decrypt_key(key, key_len, &cdata->ks); +# ifndef AES_ASM + /* + * OpenSSL C functions use byte-swapped extended key. + */ + padlock_bswapl(&cdata->ks); +# endif + cdata->cword.b.keygen = 1; + break; + + default: + /* ERROR */ + return 0; + } + + /* + * This is done to cover for cases when user reuses the + * context for new key. The catch is that if we don't do + * this, padlock_eas_cipher might proceed with old key... + */ + padlock_reload_key(); + + return 1; } -/* +/*- * Simplified version of padlock_aes_cipher() used when * 1) both input and output buffers are at aligned addresses. * or when @@ -860,314 +861,329 @@ padlock_aes_init_key (EVP_CIPHER_CTX *ctx, const unsigned char *key, */ static int padlock_aes_cipher_omnivorous(EVP_CIPHER_CTX *ctx, unsigned char *out_arg, - const unsigned char *in_arg, size_t nbytes) + const unsigned char *in_arg, size_t nbytes) { - struct padlock_cipher_data *cdata; - void *iv; - - cdata = ALIGNED_CIPHER_DATA(ctx); - padlock_verify_context(cdata); - - switch (EVP_CIPHER_CTX_mode(ctx)) { - case EVP_CIPH_ECB_MODE: - padlock_xcrypt_ecb(nbytes/AES_BLOCK_SIZE, cdata, out_arg, in_arg); - break; - - case EVP_CIPH_CBC_MODE: - memcpy(cdata->iv, ctx->iv, AES_BLOCK_SIZE); - iv = padlock_xcrypt_cbc(nbytes/AES_BLOCK_SIZE, cdata, out_arg, in_arg); - memcpy(ctx->iv, iv, AES_BLOCK_SIZE); - break; - - case EVP_CIPH_CFB_MODE: - memcpy(cdata->iv, ctx->iv, AES_BLOCK_SIZE); - iv = padlock_xcrypt_cfb(nbytes/AES_BLOCK_SIZE, cdata, out_arg, in_arg); - memcpy(ctx->iv, iv, AES_BLOCK_SIZE); - break; - - case EVP_CIPH_OFB_MODE: - memcpy(cdata->iv, ctx->iv, AES_BLOCK_SIZE); - padlock_xcrypt_ofb(nbytes/AES_BLOCK_SIZE, cdata, out_arg, in_arg); - memcpy(ctx->iv, cdata->iv, AES_BLOCK_SIZE); - break; - - default: - return 0; - } - - memset(cdata->iv, 0, AES_BLOCK_SIZE); - - return 1; + struct padlock_cipher_data *cdata; + void *iv; + + cdata = ALIGNED_CIPHER_DATA(ctx); + padlock_verify_context(cdata); + + switch (EVP_CIPHER_CTX_mode(ctx)) { + case EVP_CIPH_ECB_MODE: + padlock_xcrypt_ecb(nbytes / AES_BLOCK_SIZE, cdata, out_arg, in_arg); + break; + + case EVP_CIPH_CBC_MODE: + memcpy(cdata->iv, ctx->iv, AES_BLOCK_SIZE); + iv = padlock_xcrypt_cbc(nbytes / AES_BLOCK_SIZE, cdata, out_arg, + in_arg); + memcpy(ctx->iv, iv, AES_BLOCK_SIZE); + break; + + case EVP_CIPH_CFB_MODE: + memcpy(cdata->iv, ctx->iv, AES_BLOCK_SIZE); + iv = padlock_xcrypt_cfb(nbytes / AES_BLOCK_SIZE, cdata, out_arg, + in_arg); + memcpy(ctx->iv, iv, AES_BLOCK_SIZE); + break; + + case EVP_CIPH_OFB_MODE: + memcpy(cdata->iv, ctx->iv, AES_BLOCK_SIZE); + padlock_xcrypt_ofb(nbytes / AES_BLOCK_SIZE, cdata, out_arg, in_arg); + memcpy(ctx->iv, cdata->iv, AES_BLOCK_SIZE); + break; + + default: + return 0; + } + + memset(cdata->iv, 0, AES_BLOCK_SIZE); + + return 1; } -#ifndef PADLOCK_CHUNK -# define PADLOCK_CHUNK 512 /* Must be a power of 2 larger than 16 */ -#endif -#if PADLOCK_CHUNK<16 || PADLOCK_CHUNK&(PADLOCK_CHUNK-1) -# error "insane PADLOCK_CHUNK..." -#endif +# ifndef PADLOCK_CHUNK +# define PADLOCK_CHUNK 512 /* Must be a power of 2 larger than 16 */ +# endif +# if PADLOCK_CHUNK<16 || PADLOCK_CHUNK&(PADLOCK_CHUNK-1) +# error "insane PADLOCK_CHUNK..." +# endif -/* Re-align the arguments to 16-Bytes boundaries and run the - encryption function itself. This function is not AES-specific. */ +/* + * Re-align the arguments to 16-Bytes boundaries and run the encryption + * function itself. This function is not AES-specific. + */ static int padlock_aes_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out_arg, - const unsigned char *in_arg, size_t nbytes) + const unsigned char *in_arg, size_t nbytes) { - struct padlock_cipher_data *cdata; - const void *inp; - unsigned char *out; - void *iv; - int inp_misaligned, out_misaligned, realign_in_loop; - size_t chunk, allocated=0; - - /* ctx->num is maintained in byte-oriented modes, - such as CFB and OFB... */ - if ((chunk = ctx->num)) { /* borrow chunk variable */ - unsigned char *ivp=ctx->iv; - - switch (EVP_CIPHER_CTX_mode(ctx)) { - case EVP_CIPH_CFB_MODE: - if (chunk >= AES_BLOCK_SIZE) - return 0; /* bogus value */ - - if (ctx->encrypt) - while (chunknum = chunk%AES_BLOCK_SIZE; - break; - case EVP_CIPH_OFB_MODE: - if (chunk >= AES_BLOCK_SIZE) - return 0; /* bogus value */ - - while (chunknum = chunk%AES_BLOCK_SIZE; - break; - } - } - - if (nbytes == 0) - return 1; -#if 0 - if (nbytes % AES_BLOCK_SIZE) - return 0; /* are we expected to do tail processing? */ -#else - /* nbytes is always multiple of AES_BLOCK_SIZE in ECB and CBC - modes and arbitrary value in byte-oriented modes, such as - CFB and OFB... */ -#endif - - /* VIA promises CPUs that won't require alignment in the future. - For now padlock_aes_align_required is initialized to 1 and - the condition is never met... */ - /* C7 core is capable to manage unaligned input in non-ECB[!] - mode, but performance penalties appear to be approximately - same as for software alignment below or ~3x. They promise to - improve it in the future, but for now we can just as well - pretend that it can only handle aligned input... */ - if (!padlock_aes_align_required && (nbytes%AES_BLOCK_SIZE)==0) - return padlock_aes_cipher_omnivorous(ctx, out_arg, in_arg, nbytes); - - inp_misaligned = (((size_t)in_arg) & 0x0F); - out_misaligned = (((size_t)out_arg) & 0x0F); - - /* Note that even if output is aligned and input not, - * I still prefer to loop instead of copy the whole - * input and then encrypt in one stroke. This is done - * in order to improve L1 cache utilization... */ - realign_in_loop = out_misaligned|inp_misaligned; - - if (!realign_in_loop && (nbytes%AES_BLOCK_SIZE)==0) - return padlock_aes_cipher_omnivorous(ctx, out_arg, in_arg, nbytes); - - /* this takes one "if" out of the loops */ - chunk = nbytes; - chunk %= PADLOCK_CHUNK; - if (chunk==0) chunk = PADLOCK_CHUNK; - - if (out_misaligned) { - /* optmize for small input */ - allocated = (chunkiv, ctx->iv, AES_BLOCK_SIZE); - goto cbc_shortcut; - do { - if (iv != cdata->iv) - memcpy(cdata->iv, iv, AES_BLOCK_SIZE); - chunk = PADLOCK_CHUNK; - cbc_shortcut: /* optimize for small input */ - if (inp_misaligned) - inp = padlock_memcpy(out, in_arg, chunk); - else - inp = in_arg; - in_arg += chunk; - - iv = padlock_xcrypt_cbc(chunk/AES_BLOCK_SIZE, cdata, out, inp); - - if (out_misaligned) - out_arg = padlock_memcpy(out_arg, out, chunk) + chunk; - else - out = out_arg+=chunk; - - } while (nbytes -= chunk); - memcpy(ctx->iv, iv, AES_BLOCK_SIZE); - break; - - case EVP_CIPH_CFB_MODE: - memcpy (iv = cdata->iv, ctx->iv, AES_BLOCK_SIZE); - chunk &= ~(AES_BLOCK_SIZE-1); - if (chunk) goto cfb_shortcut; - else goto cfb_skiploop; - do { - if (iv != cdata->iv) - memcpy(cdata->iv, iv, AES_BLOCK_SIZE); - chunk = PADLOCK_CHUNK; - cfb_shortcut: /* optimize for small input */ - if (inp_misaligned) - inp = padlock_memcpy(out, in_arg, chunk); - else - inp = in_arg; - in_arg += chunk; - - iv = padlock_xcrypt_cfb(chunk/AES_BLOCK_SIZE, cdata, out, inp); - - if (out_misaligned) - out_arg = padlock_memcpy(out_arg, out, chunk) + chunk; - else - out = out_arg+=chunk; - - nbytes -= chunk; - } while (nbytes >= AES_BLOCK_SIZE); - - cfb_skiploop: - if (nbytes) { - unsigned char *ivp = cdata->iv; - - if (iv != ivp) { - memcpy(ivp, iv, AES_BLOCK_SIZE); - iv = ivp; - } - ctx->num = nbytes; - if (cdata->cword.b.encdec) { - cdata->cword.b.encdec=0; - padlock_reload_key(); - padlock_xcrypt_ecb(1,cdata,ivp,ivp); - cdata->cword.b.encdec=1; - padlock_reload_key(); - while(nbytes) { - unsigned char c = *(in_arg++); - *(out_arg++) = c ^ *ivp; - *(ivp++) = c, nbytes--; - } - } - else { padlock_reload_key(); - padlock_xcrypt_ecb(1,cdata,ivp,ivp); - padlock_reload_key(); - while (nbytes) { - *ivp = *(out_arg++) = *(in_arg++) ^ *ivp; - ivp++, nbytes--; - } - } - } - - memcpy(ctx->iv, iv, AES_BLOCK_SIZE); - break; - - case EVP_CIPH_OFB_MODE: - memcpy(cdata->iv, ctx->iv, AES_BLOCK_SIZE); - chunk &= ~(AES_BLOCK_SIZE-1); - if (chunk) do { - if (inp_misaligned) - inp = padlock_memcpy(out, in_arg, chunk); - else - inp = in_arg; - in_arg += chunk; - - padlock_xcrypt_ofb(chunk/AES_BLOCK_SIZE, cdata, out, inp); - - if (out_misaligned) - out_arg = padlock_memcpy(out_arg, out, chunk) + chunk; - else - out = out_arg+=chunk; - - nbytes -= chunk; - chunk = PADLOCK_CHUNK; - } while (nbytes >= AES_BLOCK_SIZE); - - if (nbytes) { - unsigned char *ivp = cdata->iv; - - ctx->num = nbytes; - padlock_reload_key(); /* empirically found */ - padlock_xcrypt_ecb(1,cdata,ivp,ivp); - padlock_reload_key(); /* empirically found */ - while (nbytes) { - *(out_arg++) = *(in_arg++) ^ *ivp; - ivp++, nbytes--; - } - } - - memcpy(ctx->iv, cdata->iv, AES_BLOCK_SIZE); - break; - - default: - return 0; - } - - /* Clean the realign buffer if it was used */ - if (out_misaligned) { - volatile unsigned long *p=(void *)out; - size_t n = allocated/sizeof(*p); - while (n--) *p++=0; - } - - memset(cdata->iv, 0, AES_BLOCK_SIZE); - - return 1; + struct padlock_cipher_data *cdata; + const void *inp; + unsigned char *out; + void *iv; + int inp_misaligned, out_misaligned, realign_in_loop; + size_t chunk, allocated = 0; + + /* + * ctx->num is maintained in byte-oriented modes, such as CFB and OFB... + */ + if ((chunk = ctx->num)) { /* borrow chunk variable */ + unsigned char *ivp = ctx->iv; + + switch (EVP_CIPHER_CTX_mode(ctx)) { + case EVP_CIPH_CFB_MODE: + if (chunk >= AES_BLOCK_SIZE) + return 0; /* bogus value */ + + if (ctx->encrypt) + while (chunk < AES_BLOCK_SIZE && nbytes != 0) { + ivp[chunk] = *(out_arg++) = *(in_arg++) ^ ivp[chunk]; + chunk++, nbytes--; + } else + while (chunk < AES_BLOCK_SIZE && nbytes != 0) { + unsigned char c = *(in_arg++); + *(out_arg++) = c ^ ivp[chunk]; + ivp[chunk++] = c, nbytes--; + } + + ctx->num = chunk % AES_BLOCK_SIZE; + break; + case EVP_CIPH_OFB_MODE: + if (chunk >= AES_BLOCK_SIZE) + return 0; /* bogus value */ + + while (chunk < AES_BLOCK_SIZE && nbytes != 0) { + *(out_arg++) = *(in_arg++) ^ ivp[chunk]; + chunk++, nbytes--; + } + + ctx->num = chunk % AES_BLOCK_SIZE; + break; + } + } + + if (nbytes == 0) + return 1; +# if 0 + if (nbytes % AES_BLOCK_SIZE) + return 0; /* are we expected to do tail processing? */ +# else + /* + * nbytes is always multiple of AES_BLOCK_SIZE in ECB and CBC modes and + * arbitrary value in byte-oriented modes, such as CFB and OFB... + */ +# endif + + /* + * VIA promises CPUs that won't require alignment in the future. For now + * padlock_aes_align_required is initialized to 1 and the condition is + * never met... + */ + /* + * C7 core is capable to manage unaligned input in non-ECB[!] mode, but + * performance penalties appear to be approximately same as for software + * alignment below or ~3x. They promise to improve it in the future, but + * for now we can just as well pretend that it can only handle aligned + * input... + */ + if (!padlock_aes_align_required && (nbytes % AES_BLOCK_SIZE) == 0) + return padlock_aes_cipher_omnivorous(ctx, out_arg, in_arg, nbytes); + + inp_misaligned = (((size_t)in_arg) & 0x0F); + out_misaligned = (((size_t)out_arg) & 0x0F); + + /* + * Note that even if output is aligned and input not, I still prefer to + * loop instead of copy the whole input and then encrypt in one stroke. + * This is done in order to improve L1 cache utilization... + */ + realign_in_loop = out_misaligned | inp_misaligned; + + if (!realign_in_loop && (nbytes % AES_BLOCK_SIZE) == 0) + return padlock_aes_cipher_omnivorous(ctx, out_arg, in_arg, nbytes); + + /* this takes one "if" out of the loops */ + chunk = nbytes; + chunk %= PADLOCK_CHUNK; + if (chunk == 0) + chunk = PADLOCK_CHUNK; + + if (out_misaligned) { + /* optmize for small input */ + allocated = (chunk < nbytes ? PADLOCK_CHUNK : nbytes); + out = alloca(0x10 + allocated); + out = NEAREST_ALIGNED(out); + } else + out = out_arg; + + cdata = ALIGNED_CIPHER_DATA(ctx); + padlock_verify_context(cdata); + + switch (EVP_CIPHER_CTX_mode(ctx)) { + case EVP_CIPH_ECB_MODE: + do { + if (inp_misaligned) + inp = padlock_memcpy(out, in_arg, chunk); + else + inp = in_arg; + in_arg += chunk; + + padlock_xcrypt_ecb(chunk / AES_BLOCK_SIZE, cdata, out, inp); + + if (out_misaligned) + out_arg = padlock_memcpy(out_arg, out, chunk) + chunk; + else + out = out_arg += chunk; + + nbytes -= chunk; + chunk = PADLOCK_CHUNK; + } while (nbytes); + break; + + case EVP_CIPH_CBC_MODE: + memcpy(cdata->iv, ctx->iv, AES_BLOCK_SIZE); + goto cbc_shortcut; + do { + if (iv != cdata->iv) + memcpy(cdata->iv, iv, AES_BLOCK_SIZE); + chunk = PADLOCK_CHUNK; + cbc_shortcut: /* optimize for small input */ + if (inp_misaligned) + inp = padlock_memcpy(out, in_arg, chunk); + else + inp = in_arg; + in_arg += chunk; + + iv = padlock_xcrypt_cbc(chunk / AES_BLOCK_SIZE, cdata, out, inp); + + if (out_misaligned) + out_arg = padlock_memcpy(out_arg, out, chunk) + chunk; + else + out = out_arg += chunk; + + } while (nbytes -= chunk); + memcpy(ctx->iv, iv, AES_BLOCK_SIZE); + break; + + case EVP_CIPH_CFB_MODE: + memcpy(iv = cdata->iv, ctx->iv, AES_BLOCK_SIZE); + chunk &= ~(AES_BLOCK_SIZE - 1); + if (chunk) + goto cfb_shortcut; + else + goto cfb_skiploop; + do { + if (iv != cdata->iv) + memcpy(cdata->iv, iv, AES_BLOCK_SIZE); + chunk = PADLOCK_CHUNK; + cfb_shortcut: /* optimize for small input */ + if (inp_misaligned) + inp = padlock_memcpy(out, in_arg, chunk); + else + inp = in_arg; + in_arg += chunk; + + iv = padlock_xcrypt_cfb(chunk / AES_BLOCK_SIZE, cdata, out, inp); + + if (out_misaligned) + out_arg = padlock_memcpy(out_arg, out, chunk) + chunk; + else + out = out_arg += chunk; + + nbytes -= chunk; + } while (nbytes >= AES_BLOCK_SIZE); + + cfb_skiploop: + if (nbytes) { + unsigned char *ivp = cdata->iv; + + if (iv != ivp) { + memcpy(ivp, iv, AES_BLOCK_SIZE); + iv = ivp; + } + ctx->num = nbytes; + if (cdata->cword.b.encdec) { + cdata->cword.b.encdec = 0; + padlock_reload_key(); + padlock_xcrypt_ecb(1, cdata, ivp, ivp); + cdata->cword.b.encdec = 1; + padlock_reload_key(); + while (nbytes) { + unsigned char c = *(in_arg++); + *(out_arg++) = c ^ *ivp; + *(ivp++) = c, nbytes--; + } + } else { + padlock_reload_key(); + padlock_xcrypt_ecb(1, cdata, ivp, ivp); + padlock_reload_key(); + while (nbytes) { + *ivp = *(out_arg++) = *(in_arg++) ^ *ivp; + ivp++, nbytes--; + } + } + } + + memcpy(ctx->iv, iv, AES_BLOCK_SIZE); + break; + + case EVP_CIPH_OFB_MODE: + memcpy(cdata->iv, ctx->iv, AES_BLOCK_SIZE); + chunk &= ~(AES_BLOCK_SIZE - 1); + if (chunk) + do { + if (inp_misaligned) + inp = padlock_memcpy(out, in_arg, chunk); + else + inp = in_arg; + in_arg += chunk; + + padlock_xcrypt_ofb(chunk / AES_BLOCK_SIZE, cdata, out, inp); + + if (out_misaligned) + out_arg = padlock_memcpy(out_arg, out, chunk) + chunk; + else + out = out_arg += chunk; + + nbytes -= chunk; + chunk = PADLOCK_CHUNK; + } while (nbytes >= AES_BLOCK_SIZE); + + if (nbytes) { + unsigned char *ivp = cdata->iv; + + ctx->num = nbytes; + padlock_reload_key(); /* empirically found */ + padlock_xcrypt_ecb(1, cdata, ivp, ivp); + padlock_reload_key(); /* empirically found */ + while (nbytes) { + *(out_arg++) = *(in_arg++) ^ *ivp; + ivp++, nbytes--; + } + } + + memcpy(ctx->iv, cdata->iv, AES_BLOCK_SIZE); + break; + + default: + return 0; + } + + /* Clean the realign buffer if it was used */ + if (out_misaligned) { + volatile unsigned long *p = (void *)out; + size_t n = allocated / sizeof(*p); + while (n--) + *p++ = 0; + } + + memset(cdata->iv, 0, AES_BLOCK_SIZE); + + return 1; } -#endif /* OPENSSL_NO_AES */ +# endif /* OPENSSL_NO_AES */ /* ===== Random Number Generator ===== */ /* @@ -1176,64 +1192,75 @@ padlock_aes_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out_arg, * (posted at http://www.via.com.tw/en/viac3/c3.jsp) nor does it * provide meaningful error control... */ -/* Wrapper that provides an interface between the API and - the raw PadLock RNG */ -static int -padlock_rand_bytes(unsigned char *output, int count) +/* + * Wrapper that provides an interface between the API and the raw PadLock + * RNG + */ +static int padlock_rand_bytes(unsigned char *output, int count) { - unsigned int eax, buf; - - while (count >= 8) { - eax = padlock_xstore(output, 0); - if (!(eax&(1<<6))) return 0; /* RNG disabled */ - /* this ---vv--- covers DC bias, Raw Bits and String Filter */ - if (eax&(0x1F<<10)) return 0; - if ((eax&0x1F)==0) continue; /* no data, retry... */ - if ((eax&0x1F)!=8) return 0; /* fatal failure... */ - output += 8; - count -= 8; - } - while (count > 0) { - eax = padlock_xstore(&buf, 3); - if (!(eax&(1<<6))) return 0; /* RNG disabled */ - /* this ---vv--- covers DC bias, Raw Bits and String Filter */ - if (eax&(0x1F<<10)) return 0; - if ((eax&0x1F)==0) continue; /* no data, retry... */ - if ((eax&0x1F)!=1) return 0; /* fatal failure... */ - *output++ = (unsigned char)buf; - count--; - } - *(volatile unsigned int *)&buf=0; - - return 1; + unsigned int eax, buf; + + while (count >= 8) { + eax = padlock_xstore(output, 0); + if (!(eax & (1 << 6))) + return 0; /* RNG disabled */ + /* this ---vv--- covers DC bias, Raw Bits and String Filter */ + if (eax & (0x1F << 10)) + return 0; + if ((eax & 0x1F) == 0) + continue; /* no data, retry... */ + if ((eax & 0x1F) != 8) + return 0; /* fatal failure... */ + output += 8; + count -= 8; + } + while (count > 0) { + eax = padlock_xstore(&buf, 3); + if (!(eax & (1 << 6))) + return 0; /* RNG disabled */ + /* this ---vv--- covers DC bias, Raw Bits and String Filter */ + if (eax & (0x1F << 10)) + return 0; + if ((eax & 0x1F) == 0) + continue; /* no data, retry... */ + if ((eax & 0x1F) != 1) + return 0; /* fatal failure... */ + *output++ = (unsigned char)buf; + count--; + } + *(volatile unsigned int *)&buf = 0; + + return 1; } /* Dummy but necessary function */ -static int -padlock_rand_status(void) +static int padlock_rand_status(void) { - return 1; + return 1; } /* Prepare structure for registration */ static RAND_METHOD padlock_rand = { - NULL, /* seed */ - padlock_rand_bytes, /* bytes */ - NULL, /* cleanup */ - NULL, /* add */ - padlock_rand_bytes, /* pseudorand */ - padlock_rand_status, /* rand status */ + NULL, /* seed */ + padlock_rand_bytes, /* bytes */ + NULL, /* cleanup */ + NULL, /* add */ + padlock_rand_bytes, /* pseudorand */ + padlock_rand_status, /* rand status */ }; -#else /* !COMPILE_HW_PADLOCK */ -#ifndef OPENSSL_NO_DYNAMIC_ENGINE +# else /* !COMPILE_HW_PADLOCK */ +# ifndef OPENSSL_NO_DYNAMIC_ENGINE OPENSSL_EXPORT -int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns); + int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns); OPENSSL_EXPORT -int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { return 0; } -IMPLEMENT_DYNAMIC_CHECK_FN() -#endif -#endif /* COMPILE_HW_PADLOCK */ + int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) +{ + return 0; +} -#endif /* !OPENSSL_NO_HW_PADLOCK */ -#endif /* !OPENSSL_NO_HW */ +IMPLEMENT_DYNAMIC_CHECK_FN() +# endif +# endif /* COMPILE_HW_PADLOCK */ +# endif /* !OPENSSL_NO_HW_PADLOCK */ +#endif /* !OPENSSL_NO_HW */ diff --git a/openssl/engines/e_sureware.c b/openssl/engines/e_sureware.c index cd0fa4c39..1005dfc90 100644 --- a/openssl/engines/e_sureware.c +++ b/openssl/engines/e_sureware.c @@ -1,12 +1,13 @@ -/* Written by Corinne Dive-Reclus(cdive@baltimore.com) -* +/*- +* Written by Corinne Dive-Reclus(cdive@baltimore.com) +* * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright -* notice, this list of conditions and the following disclaimer. +* notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -36,18 +37,18 @@ * * Copyright@2001 Baltimore Technologies Ltd. * All right Reserved. -* * -* THIS FILE IS PROVIDED BY BALTIMORE TECHNOLOGIES ``AS IS'' AND * -* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * -* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * -* ARE DISCLAIMED. IN NO EVENT SHALL BALTIMORE TECHNOLOGIES BE LIABLE * -* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * -* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * -* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * -* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * -* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * -* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * -* SUCH DAMAGE. * +* * +* THIS FILE IS PROVIDED BY BALTIMORE TECHNOLOGIES ``AS IS'' AND * +* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * +* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * +* ARE DISCLAIMED. IN NO EVENT SHALL BALTIMORE TECHNOLOGIES BE LIABLE * +* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * +* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * +* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * +* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * +* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * +* SUCH DAMAGE. * ====================================================================*/ #include @@ -58,42 +59,43 @@ #include #include #ifndef OPENSSL_NO_RSA -#include +# include #endif #ifndef OPENSSL_NO_DSA -#include +# include #endif #ifndef OPENSSL_NO_DH -#include +# include #endif #include #ifndef OPENSSL_NO_HW -#ifndef OPENSSL_NO_HW_SUREWARE +# ifndef OPENSSL_NO_HW_SUREWARE -#ifdef FLAT_INC -#include "sureware.h" -#else -#include "vendor_defns/sureware.h" -#endif +# ifdef FLAT_INC +# include "sureware.h" +# else +# include "vendor_defns/sureware.h" +# endif -#define SUREWARE_LIB_NAME "sureware engine" -#include "e_sureware_err.c" +# define SUREWARE_LIB_NAME "sureware engine" +# include "e_sureware_err.c" -static int surewarehk_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void)); +static int surewarehk_ctrl(ENGINE *e, int cmd, long i, void *p, + void (*f) (void)); static int surewarehk_destroy(ENGINE *e); static int surewarehk_init(ENGINE *e); static int surewarehk_finish(ENGINE *e); static int surewarehk_modexp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, - const BIGNUM *m, BN_CTX *ctx); + const BIGNUM *m, BN_CTX *ctx); /* RSA stuff */ -#ifndef OPENSSL_NO_RSA -static int surewarehk_rsa_priv_dec(int flen,const unsigned char *from,unsigned char *to, - RSA *rsa,int padding); -static int surewarehk_rsa_sign(int flen,const unsigned char *from,unsigned char *to, - RSA *rsa,int padding); -#endif +# ifndef OPENSSL_NO_RSA +static int surewarehk_rsa_priv_dec(int flen, const unsigned char *from, + unsigned char *to, RSA *rsa, int padding); +static int surewarehk_rsa_sign(int flen, const unsigned char *from, + unsigned char *to, RSA *rsa, int padding); +# endif /* RAND stuff */ static int surewarehk_rand_bytes(unsigned char *buf, int num); @@ -102,248 +104,260 @@ static void surewarehk_rand_add(const void *buf, int num, double entropy); /* KM stuff */ static EVP_PKEY *surewarehk_load_privkey(ENGINE *e, const char *key_id, - UI_METHOD *ui_method, void *callback_data); + UI_METHOD *ui_method, + void *callback_data); static EVP_PKEY *surewarehk_load_pubkey(ENGINE *e, const char *key_id, - UI_METHOD *ui_method, void *callback_data); + UI_METHOD *ui_method, + void *callback_data); static void surewarehk_ex_free(void *obj, void *item, CRYPTO_EX_DATA *ad, - int idx,long argl, void *argp); -#if 0 + int idx, long argl, void *argp); +# if 0 static void surewarehk_dh_ex_free(void *obj, void *item, CRYPTO_EX_DATA *ad, - int idx,long argl, void *argp); -#endif + int idx, long argl, void *argp); +# endif -#ifndef OPENSSL_NO_RSA +# ifndef OPENSSL_NO_RSA /* This function is aliased to mod_exp (with the mont stuff dropped). */ -static int surewarehk_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, - const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) +static int surewarehk_mod_exp_mont(BIGNUM *r, const BIGNUM *a, + const BIGNUM *p, const BIGNUM *m, + BN_CTX *ctx, BN_MONT_CTX *m_ctx) { - return surewarehk_modexp(r, a, p, m, ctx); + return surewarehk_modexp(r, a, p, m, ctx); } /* Our internal RSA_METHOD that we provide pointers to */ -static RSA_METHOD surewarehk_rsa = - { - "SureWare RSA method", - NULL, /* pub_enc*/ - NULL, /* pub_dec*/ - surewarehk_rsa_sign, /* our rsa_sign is OpenSSL priv_enc*/ - surewarehk_rsa_priv_dec, /* priv_dec*/ - NULL, /*mod_exp*/ - surewarehk_mod_exp_mont, /*mod_exp_mongomery*/ - NULL, /* init*/ - NULL, /* finish*/ - 0, /* RSA flag*/ - NULL, - NULL, /* OpenSSL sign*/ - NULL, /* OpenSSL verify*/ - NULL /* keygen */ - }; -#endif +static RSA_METHOD surewarehk_rsa = { + "SureWare RSA method", + NULL, /* pub_enc */ + NULL, /* pub_dec */ + surewarehk_rsa_sign, /* our rsa_sign is OpenSSL priv_enc */ + surewarehk_rsa_priv_dec, /* priv_dec */ + NULL, /* mod_exp */ + surewarehk_mod_exp_mont, /* mod_exp_mongomery */ + NULL, /* init */ + NULL, /* finish */ + 0, /* RSA flag */ + NULL, + NULL, /* OpenSSL sign */ + NULL, /* OpenSSL verify */ + NULL /* keygen */ +}; +# endif -#ifndef OPENSSL_NO_DH +# ifndef OPENSSL_NO_DH /* Our internal DH_METHOD that we provide pointers to */ /* This function is aliased to mod_exp (with the dh and mont dropped). */ static int surewarehk_modexp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a, - const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) + const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, + BN_MONT_CTX *m_ctx) { - return surewarehk_modexp(r, a, p, m, ctx); + return surewarehk_modexp(r, a, p, m, ctx); } -static DH_METHOD surewarehk_dh = - { - "SureWare DH method", - NULL,/*gen_key*/ - NULL,/*agree,*/ - surewarehk_modexp_dh, /*dh mod exp*/ - NULL, /* init*/ - NULL, /* finish*/ - 0, /* flags*/ - NULL, - NULL - }; -#endif +static DH_METHOD surewarehk_dh = { + "SureWare DH method", + NULL, /* gen_key */ + NULL, /* agree, */ + surewarehk_modexp_dh, /* dh mod exp */ + NULL, /* init */ + NULL, /* finish */ + 0, /* flags */ + NULL, + NULL +}; +# endif -static RAND_METHOD surewarehk_rand = - { - /* "SureWare RAND method", */ - surewarehk_rand_seed, - surewarehk_rand_bytes, - NULL,/*cleanup*/ - surewarehk_rand_add, - surewarehk_rand_bytes, - NULL,/*rand_status*/ - }; +static RAND_METHOD surewarehk_rand = { + /* "SureWare RAND method", */ + surewarehk_rand_seed, + surewarehk_rand_bytes, + NULL, /* cleanup */ + surewarehk_rand_add, + surewarehk_rand_bytes, + NULL, /* rand_status */ +}; -#ifndef OPENSSL_NO_DSA +# ifndef OPENSSL_NO_DSA /* DSA stuff */ -static DSA_SIG * surewarehk_dsa_do_sign(const unsigned char *dgst, int dlen, DSA *dsa); +static DSA_SIG *surewarehk_dsa_do_sign(const unsigned char *dgst, int dlen, + DSA *dsa); static int surewarehk_dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1, - BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m, - BN_CTX *ctx, BN_MONT_CTX *in_mont) + BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, + BIGNUM *m, BN_CTX *ctx, + BN_MONT_CTX *in_mont) { - BIGNUM t; - int to_return = 0; - BN_init(&t); - /* let rr = a1 ^ p1 mod m */ - if (!surewarehk_modexp(rr,a1,p1,m,ctx)) goto end; - /* let t = a2 ^ p2 mod m */ - if (!surewarehk_modexp(&t,a2,p2,m,ctx)) goto end; - /* let rr = rr * t mod m */ - if (!BN_mod_mul(rr,rr,&t,m,ctx)) goto end; - to_return = 1; -end: - BN_free(&t); - return to_return; + BIGNUM t; + int to_return = 0; + BN_init(&t); + /* let rr = a1 ^ p1 mod m */ + if (!surewarehk_modexp(rr, a1, p1, m, ctx)) + goto end; + /* let t = a2 ^ p2 mod m */ + if (!surewarehk_modexp(&t, a2, p2, m, ctx)) + goto end; + /* let rr = rr * t mod m */ + if (!BN_mod_mul(rr, rr, &t, m, ctx)) + goto end; + to_return = 1; + end: + BN_free(&t); + return to_return; } -static DSA_METHOD surewarehk_dsa = - { - "SureWare DSA method", - surewarehk_dsa_do_sign, - NULL,/*sign setup*/ - NULL,/*verify,*/ - surewarehk_dsa_mod_exp,/*mod exp*/ - NULL,/*bn mod exp*/ - NULL, /*init*/ - NULL,/*finish*/ - 0, - NULL, - NULL, - NULL - }; -#endif +static DSA_METHOD surewarehk_dsa = { + "SureWare DSA method", + surewarehk_dsa_do_sign, + NULL, /* sign setup */ + NULL, /* verify, */ + surewarehk_dsa_mod_exp, /* mod exp */ + NULL, /* bn mod exp */ + NULL, /* init */ + NULL, /* finish */ + 0, + NULL, + NULL, + NULL +}; +# endif static const char *engine_sureware_id = "sureware"; static const char *engine_sureware_name = "SureWare hardware engine support"; /* Now, to our own code */ -/* As this is only ever called once, there's no need for locking - * (indeed - the lock will already be held by our caller!!!) */ +/* + * As this is only ever called once, there's no need for locking (indeed - + * the lock will already be held by our caller!!!) + */ static int bind_sureware(ENGINE *e) { -#ifndef OPENSSL_NO_RSA - const RSA_METHOD *meth1; -#endif -#ifndef OPENSSL_NO_DSA - const DSA_METHOD *meth2; -#endif -#ifndef OPENSSL_NO_DH - const DH_METHOD *meth3; -#endif +# ifndef OPENSSL_NO_RSA + const RSA_METHOD *meth1; +# endif +# ifndef OPENSSL_NO_DSA + const DSA_METHOD *meth2; +# endif +# ifndef OPENSSL_NO_DH + const DH_METHOD *meth3; +# endif - if(!ENGINE_set_id(e, engine_sureware_id) || - !ENGINE_set_name(e, engine_sureware_name) || -#ifndef OPENSSL_NO_RSA - !ENGINE_set_RSA(e, &surewarehk_rsa) || -#endif -#ifndef OPENSSL_NO_DSA - !ENGINE_set_DSA(e, &surewarehk_dsa) || -#endif -#ifndef OPENSSL_NO_DH - !ENGINE_set_DH(e, &surewarehk_dh) || -#endif - !ENGINE_set_RAND(e, &surewarehk_rand) || - !ENGINE_set_destroy_function(e, surewarehk_destroy) || - !ENGINE_set_init_function(e, surewarehk_init) || - !ENGINE_set_finish_function(e, surewarehk_finish) || - !ENGINE_set_ctrl_function(e, surewarehk_ctrl) || - !ENGINE_set_load_privkey_function(e, surewarehk_load_privkey) || - !ENGINE_set_load_pubkey_function(e, surewarehk_load_pubkey)) - return 0; + if (!ENGINE_set_id(e, engine_sureware_id) || + !ENGINE_set_name(e, engine_sureware_name) || +# ifndef OPENSSL_NO_RSA + !ENGINE_set_RSA(e, &surewarehk_rsa) || +# endif +# ifndef OPENSSL_NO_DSA + !ENGINE_set_DSA(e, &surewarehk_dsa) || +# endif +# ifndef OPENSSL_NO_DH + !ENGINE_set_DH(e, &surewarehk_dh) || +# endif + !ENGINE_set_RAND(e, &surewarehk_rand) || + !ENGINE_set_destroy_function(e, surewarehk_destroy) || + !ENGINE_set_init_function(e, surewarehk_init) || + !ENGINE_set_finish_function(e, surewarehk_finish) || + !ENGINE_set_ctrl_function(e, surewarehk_ctrl) || + !ENGINE_set_load_privkey_function(e, surewarehk_load_privkey) || + !ENGINE_set_load_pubkey_function(e, surewarehk_load_pubkey)) + return 0; -#ifndef OPENSSL_NO_RSA - /* We know that the "PKCS1_SSLeay()" functions hook properly - * to the cswift-specific mod_exp and mod_exp_crt so we use - * those functions. NB: We don't use ENGINE_openssl() or - * anything "more generic" because something like the RSAref - * code may not hook properly, and if you own one of these - * cards then you have the right to do RSA operations on it - * anyway! */ - meth1 = RSA_PKCS1_SSLeay(); - if (meth1) - { - surewarehk_rsa.rsa_pub_enc = meth1->rsa_pub_enc; - surewarehk_rsa.rsa_pub_dec = meth1->rsa_pub_dec; - } -#endif +# ifndef OPENSSL_NO_RSA + /* + * We know that the "PKCS1_SSLeay()" functions hook properly to the + * cswift-specific mod_exp and mod_exp_crt so we use those functions. NB: + * We don't use ENGINE_openssl() or anything "more generic" because + * something like the RSAref code may not hook properly, and if you own + * one of these cards then you have the right to do RSA operations on it + * anyway! + */ + meth1 = RSA_PKCS1_SSLeay(); + if (meth1) { + surewarehk_rsa.rsa_pub_enc = meth1->rsa_pub_enc; + surewarehk_rsa.rsa_pub_dec = meth1->rsa_pub_dec; + } +# endif -#ifndef OPENSSL_NO_DSA - /* Use the DSA_OpenSSL() method and just hook the mod_exp-ish - * bits. */ - meth2 = DSA_OpenSSL(); - if (meth2) - { - surewarehk_dsa.dsa_do_verify = meth2->dsa_do_verify; - } -#endif +# ifndef OPENSSL_NO_DSA + /* + * Use the DSA_OpenSSL() method and just hook the mod_exp-ish bits. + */ + meth2 = DSA_OpenSSL(); + if (meth2) { + surewarehk_dsa.dsa_do_verify = meth2->dsa_do_verify; + } +# endif -#ifndef OPENSSL_NO_DH - /* Much the same for Diffie-Hellman */ - meth3 = DH_OpenSSL(); - if (meth3) - { - surewarehk_dh.generate_key = meth3->generate_key; - surewarehk_dh.compute_key = meth3->compute_key; - } -#endif +# ifndef OPENSSL_NO_DH + /* Much the same for Diffie-Hellman */ + meth3 = DH_OpenSSL(); + if (meth3) { + surewarehk_dh.generate_key = meth3->generate_key; + surewarehk_dh.compute_key = meth3->compute_key; + } +# endif - /* Ensure the sureware error handling is set up */ - ERR_load_SUREWARE_strings(); - return 1; + /* Ensure the sureware error handling is set up */ + ERR_load_SUREWARE_strings(); + return 1; } -#ifndef OPENSSL_NO_DYNAMIC_ENGINE +# ifndef OPENSSL_NO_DYNAMIC_ENGINE static int bind_helper(ENGINE *e, const char *id) - { - if(id && (strcmp(id, engine_sureware_id) != 0)) - return 0; - if(!bind_sureware(e)) - return 0; - return 1; - } +{ + if (id && (strcmp(id, engine_sureware_id) != 0)) + return 0; + if (!bind_sureware(e)) + return 0; + return 1; +} + IMPLEMENT_DYNAMIC_CHECK_FN() -IMPLEMENT_DYNAMIC_BIND_FN(bind_helper) -#else + IMPLEMENT_DYNAMIC_BIND_FN(bind_helper) +# else static ENGINE *engine_sureware(void) - { - ENGINE *ret = ENGINE_new(); - if(!ret) - return NULL; - if(!bind_sureware(ret)) - { - ENGINE_free(ret); - return NULL; - } - return ret; - } +{ + ENGINE *ret = ENGINE_new(); + if (!ret) + return NULL; + if (!bind_sureware(ret)) { + ENGINE_free(ret); + return NULL; + } + return ret; +} void ENGINE_load_sureware(void) - { - /* Copied from eng_[openssl|dyn].c */ - ENGINE *toadd = engine_sureware(); - if(!toadd) return; - ENGINE_add(toadd); - ENGINE_free(toadd); - ERR_clear_error(); - } -#endif +{ + /* Copied from eng_[openssl|dyn].c */ + ENGINE *toadd = engine_sureware(); + if (!toadd) + return; + ENGINE_add(toadd); + ENGINE_free(toadd); + ERR_clear_error(); +} +# endif -/* This is a process-global DSO handle used for loading and unloading - * the SureWareHook library. NB: This is only set (or unset) during an - * init() or finish() call (reference counts permitting) and they're - * operating with global locks, so this should be thread-safe - * implicitly. */ +/* + * This is a process-global DSO handle used for loading and unloading the + * SureWareHook library. NB: This is only set (or unset) during an init() or + * finish() call (reference counts permitting) and they're operating with + * global locks, so this should be thread-safe implicitly. + */ static DSO *surewarehk_dso = NULL; -#ifndef OPENSSL_NO_RSA -static int rsaHndidx = -1; /* Index for KM handle. Not really used yet. */ -#endif -#ifndef OPENSSL_NO_DSA -static int dsaHndidx = -1; /* Index for KM handle. Not really used yet. */ -#endif +# ifndef OPENSSL_NO_RSA +/* Index for KM handle. Not really used yet. */ +static int rsaHndidx = -1; +# endif +# ifndef OPENSSL_NO_DSA +/* Index for KM handle. Not really used yet. */ +static int dsaHndidx = -1; +# endif -/* These are the function pointers that are (un)set when the library has - * successfully (un)loaded. */ +/* + * These are the function pointers that are (un)set when the library has + * successfully (un)loaded. + */ static SureWareHook_Init_t *p_surewarehk_Init = NULL; static SureWareHook_Finish_t *p_surewarehk_Finish = NULL; static SureWareHook_Rand_Bytes_t *p_surewarehk_Rand_Bytes = NULL; @@ -352,704 +366,731 @@ static SureWareHook_Load_Privkey_t *p_surewarehk_Load_Privkey = NULL; static SureWareHook_Info_Pubkey_t *p_surewarehk_Info_Pubkey = NULL; static SureWareHook_Load_Rsa_Pubkey_t *p_surewarehk_Load_Rsa_Pubkey = NULL; static SureWareHook_Load_Dsa_Pubkey_t *p_surewarehk_Load_Dsa_Pubkey = NULL; -static SureWareHook_Free_t *p_surewarehk_Free=NULL; -static SureWareHook_Rsa_Priv_Dec_t *p_surewarehk_Rsa_Priv_Dec=NULL; -static SureWareHook_Rsa_Sign_t *p_surewarehk_Rsa_Sign=NULL; -static SureWareHook_Dsa_Sign_t *p_surewarehk_Dsa_Sign=NULL; -static SureWareHook_Mod_Exp_t *p_surewarehk_Mod_Exp=NULL; +static SureWareHook_Free_t *p_surewarehk_Free = NULL; +static SureWareHook_Rsa_Priv_Dec_t *p_surewarehk_Rsa_Priv_Dec = NULL; +static SureWareHook_Rsa_Sign_t *p_surewarehk_Rsa_Sign = NULL; +static SureWareHook_Dsa_Sign_t *p_surewarehk_Dsa_Sign = NULL; +static SureWareHook_Mod_Exp_t *p_surewarehk_Mod_Exp = NULL; /* Used in the DSO operations. */ static const char *surewarehk_LIBNAME = "SureWareHook"; static const char *n_surewarehk_Init = "SureWareHook_Init"; static const char *n_surewarehk_Finish = "SureWareHook_Finish"; -static const char *n_surewarehk_Rand_Bytes="SureWareHook_Rand_Bytes"; -static const char *n_surewarehk_Rand_Seed="SureWareHook_Rand_Seed"; -static const char *n_surewarehk_Load_Privkey="SureWareHook_Load_Privkey"; -static const char *n_surewarehk_Info_Pubkey="SureWareHook_Info_Pubkey"; -static const char *n_surewarehk_Load_Rsa_Pubkey="SureWareHook_Load_Rsa_Pubkey"; -static const char *n_surewarehk_Load_Dsa_Pubkey="SureWareHook_Load_Dsa_Pubkey"; -static const char *n_surewarehk_Free="SureWareHook_Free"; -static const char *n_surewarehk_Rsa_Priv_Dec="SureWareHook_Rsa_Priv_Dec"; -static const char *n_surewarehk_Rsa_Sign="SureWareHook_Rsa_Sign"; -static const char *n_surewarehk_Dsa_Sign="SureWareHook_Dsa_Sign"; -static const char *n_surewarehk_Mod_Exp="SureWareHook_Mod_Exp"; +static const char *n_surewarehk_Rand_Bytes = "SureWareHook_Rand_Bytes"; +static const char *n_surewarehk_Rand_Seed = "SureWareHook_Rand_Seed"; +static const char *n_surewarehk_Load_Privkey = "SureWareHook_Load_Privkey"; +static const char *n_surewarehk_Info_Pubkey = "SureWareHook_Info_Pubkey"; +static const char *n_surewarehk_Load_Rsa_Pubkey = + "SureWareHook_Load_Rsa_Pubkey"; +static const char *n_surewarehk_Load_Dsa_Pubkey = + "SureWareHook_Load_Dsa_Pubkey"; +static const char *n_surewarehk_Free = "SureWareHook_Free"; +static const char *n_surewarehk_Rsa_Priv_Dec = "SureWareHook_Rsa_Priv_Dec"; +static const char *n_surewarehk_Rsa_Sign = "SureWareHook_Rsa_Sign"; +static const char *n_surewarehk_Dsa_Sign = "SureWareHook_Dsa_Sign"; +static const char *n_surewarehk_Mod_Exp = "SureWareHook_Mod_Exp"; static BIO *logstream = NULL; -/* SureWareHook library functions and mechanics - these are used by the - * higher-level functions further down. NB: As and where there's no - * error checking, take a look lower down where these functions are - * called, the checking and error handling is probably down there. -*/ -static int threadsafe=1; -static int surewarehk_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void)) +/* + * SureWareHook library functions and mechanics - these are used by the + * higher-level functions further down. NB: As and where there's no error + * checking, take a look lower down where these functions are called, the + * checking and error handling is probably down there. + */ +static int threadsafe = 1; +static int surewarehk_ctrl(ENGINE *e, int cmd, long i, void *p, + void (*f) (void)) { - int to_return = 1; + int to_return = 1; - switch(cmd) - { - case ENGINE_CTRL_SET_LOGSTREAM: - { - BIO *bio = (BIO *)p; - CRYPTO_w_lock(CRYPTO_LOCK_ENGINE); - if (logstream) - { - BIO_free(logstream); - logstream = NULL; - } - if (CRYPTO_add(&bio->references,1,CRYPTO_LOCK_BIO) > 1) - logstream = bio; - else - SUREWAREerr(SUREWARE_F_SUREWAREHK_CTRL,SUREWARE_R_BIO_WAS_FREED); - } - CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE); - break; - /* This will prevent the initialisation function from "installing" - * the mutex-handling callbacks, even if they are available from - * within the library (or were provided to the library from the - * calling application). This is to remove any baggage for - * applications not using multithreading. */ - case ENGINE_CTRL_CHIL_NO_LOCKING: - CRYPTO_w_lock(CRYPTO_LOCK_ENGINE); - threadsafe = 0; - CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE); - break; + switch (cmd) { + case ENGINE_CTRL_SET_LOGSTREAM: + { + BIO *bio = (BIO *)p; + CRYPTO_w_lock(CRYPTO_LOCK_ENGINE); + if (logstream) { + BIO_free(logstream); + logstream = NULL; + } + if (CRYPTO_add(&bio->references, 1, CRYPTO_LOCK_BIO) > 1) + logstream = bio; + else + SUREWAREerr(SUREWARE_F_SUREWAREHK_CTRL, + SUREWARE_R_BIO_WAS_FREED); + } + CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE); + break; + /* + * This will prevent the initialisation function from "installing" + * the mutex-handling callbacks, even if they are available from + * within the library (or were provided to the library from the + * calling application). This is to remove any baggage for + * applications not using multithreading. + */ + case ENGINE_CTRL_CHIL_NO_LOCKING: + CRYPTO_w_lock(CRYPTO_LOCK_ENGINE); + threadsafe = 0; + CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE); + break; - /* The command isn't understood by this engine */ - default: - SUREWAREerr(SUREWARE_F_SUREWAREHK_CTRL, - ENGINE_R_CTRL_COMMAND_NOT_IMPLEMENTED); - to_return = 0; - break; - } + /* The command isn't understood by this engine */ + default: + SUREWAREerr(SUREWARE_F_SUREWAREHK_CTRL, + ENGINE_R_CTRL_COMMAND_NOT_IMPLEMENTED); + to_return = 0; + break; + } - return to_return; + return to_return; } /* Destructor (complements the "ENGINE_surewarehk()" constructor) */ static int surewarehk_destroy(ENGINE *e) { - ERR_unload_SUREWARE_strings(); - return 1; + ERR_unload_SUREWARE_strings(); + return 1; } /* (de)initialisation functions. */ static int surewarehk_init(ENGINE *e) { - char msg[64]="ENGINE_init"; - SureWareHook_Init_t *p1=NULL; - SureWareHook_Finish_t *p2=NULL; - SureWareHook_Rand_Bytes_t *p3=NULL; - SureWareHook_Rand_Seed_t *p4=NULL; - SureWareHook_Load_Privkey_t *p5=NULL; - SureWareHook_Load_Rsa_Pubkey_t *p6=NULL; - SureWareHook_Free_t *p7=NULL; - SureWareHook_Rsa_Priv_Dec_t *p8=NULL; - SureWareHook_Rsa_Sign_t *p9=NULL; - SureWareHook_Dsa_Sign_t *p12=NULL; - SureWareHook_Info_Pubkey_t *p13=NULL; - SureWareHook_Load_Dsa_Pubkey_t *p14=NULL; - SureWareHook_Mod_Exp_t *p15=NULL; + char msg[64] = "ENGINE_init"; + SureWareHook_Init_t *p1 = NULL; + SureWareHook_Finish_t *p2 = NULL; + SureWareHook_Rand_Bytes_t *p3 = NULL; + SureWareHook_Rand_Seed_t *p4 = NULL; + SureWareHook_Load_Privkey_t *p5 = NULL; + SureWareHook_Load_Rsa_Pubkey_t *p6 = NULL; + SureWareHook_Free_t *p7 = NULL; + SureWareHook_Rsa_Priv_Dec_t *p8 = NULL; + SureWareHook_Rsa_Sign_t *p9 = NULL; + SureWareHook_Dsa_Sign_t *p12 = NULL; + SureWareHook_Info_Pubkey_t *p13 = NULL; + SureWareHook_Load_Dsa_Pubkey_t *p14 = NULL; + SureWareHook_Mod_Exp_t *p15 = NULL; - if(surewarehk_dso != NULL) - { - SUREWAREerr(SUREWARE_F_SUREWAREHK_INIT,ENGINE_R_ALREADY_LOADED); - goto err; - } - /* Attempt to load libsurewarehk.so/surewarehk.dll/whatever. */ - surewarehk_dso = DSO_load(NULL, surewarehk_LIBNAME, NULL, 0); - if(surewarehk_dso == NULL) - { - SUREWAREerr(SUREWARE_F_SUREWAREHK_INIT,ENGINE_R_DSO_FAILURE); - goto err; - } - if(!(p1=(SureWareHook_Init_t*)DSO_bind_func(surewarehk_dso, n_surewarehk_Init)) || - !(p2=(SureWareHook_Finish_t*)DSO_bind_func(surewarehk_dso, n_surewarehk_Finish)) || - !(p3=(SureWareHook_Rand_Bytes_t*)DSO_bind_func(surewarehk_dso, n_surewarehk_Rand_Bytes)) || - !(p4=(SureWareHook_Rand_Seed_t*)DSO_bind_func(surewarehk_dso, n_surewarehk_Rand_Seed)) || - !(p5=(SureWareHook_Load_Privkey_t*)DSO_bind_func(surewarehk_dso, n_surewarehk_Load_Privkey)) || - !(p6=(SureWareHook_Load_Rsa_Pubkey_t*)DSO_bind_func(surewarehk_dso, n_surewarehk_Load_Rsa_Pubkey)) || - !(p7=(SureWareHook_Free_t*)DSO_bind_func(surewarehk_dso, n_surewarehk_Free)) || - !(p8=(SureWareHook_Rsa_Priv_Dec_t*)DSO_bind_func(surewarehk_dso, n_surewarehk_Rsa_Priv_Dec)) || - !(p9=(SureWareHook_Rsa_Sign_t*)DSO_bind_func(surewarehk_dso, n_surewarehk_Rsa_Sign)) || - !(p12=(SureWareHook_Dsa_Sign_t*)DSO_bind_func(surewarehk_dso, n_surewarehk_Dsa_Sign)) || - !(p13=(SureWareHook_Info_Pubkey_t*)DSO_bind_func(surewarehk_dso, n_surewarehk_Info_Pubkey)) || - !(p14=(SureWareHook_Load_Dsa_Pubkey_t*)DSO_bind_func(surewarehk_dso, n_surewarehk_Load_Dsa_Pubkey)) || - !(p15=(SureWareHook_Mod_Exp_t*)DSO_bind_func(surewarehk_dso, n_surewarehk_Mod_Exp))) - { - SUREWAREerr(SUREWARE_F_SUREWAREHK_INIT,ENGINE_R_DSO_FAILURE); - goto err; - } - /* Copy the pointers */ - p_surewarehk_Init = p1; - p_surewarehk_Finish = p2; - p_surewarehk_Rand_Bytes = p3; - p_surewarehk_Rand_Seed = p4; - p_surewarehk_Load_Privkey = p5; - p_surewarehk_Load_Rsa_Pubkey = p6; - p_surewarehk_Free = p7; - p_surewarehk_Rsa_Priv_Dec = p8; - p_surewarehk_Rsa_Sign = p9; - p_surewarehk_Dsa_Sign = p12; - p_surewarehk_Info_Pubkey = p13; - p_surewarehk_Load_Dsa_Pubkey = p14; - p_surewarehk_Mod_Exp = p15; - /* Contact the hardware and initialises it. */ - if(p_surewarehk_Init(msg,threadsafe)==SUREWAREHOOK_ERROR_UNIT_FAILURE) - { - SUREWAREerr(SUREWARE_F_SUREWAREHK_INIT,SUREWARE_R_UNIT_FAILURE); - goto err; - } - if(p_surewarehk_Init(msg,threadsafe)==SUREWAREHOOK_ERROR_UNIT_FAILURE) - { - SUREWAREerr(SUREWARE_F_SUREWAREHK_INIT,SUREWARE_R_UNIT_FAILURE); - goto err; - } - /* try to load the default private key, if failed does not return a failure but - wait for an explicit ENGINE_load_privakey */ - surewarehk_load_privkey(e,NULL,NULL,NULL); + if (surewarehk_dso != NULL) { + SUREWAREerr(SUREWARE_F_SUREWAREHK_INIT, ENGINE_R_ALREADY_LOADED); + goto err; + } + /* Attempt to load libsurewarehk.so/surewarehk.dll/whatever. */ + surewarehk_dso = DSO_load(NULL, surewarehk_LIBNAME, NULL, 0); + if (surewarehk_dso == NULL) { + SUREWAREerr(SUREWARE_F_SUREWAREHK_INIT, ENGINE_R_DSO_FAILURE); + goto err; + } + if (! + (p1 = + (SureWareHook_Init_t *) DSO_bind_func(surewarehk_dso, + n_surewarehk_Init)) +|| !(p2 = + (SureWareHook_Finish_t *) DSO_bind_func(surewarehk_dso, + n_surewarehk_Finish)) +|| !(p3 = + (SureWareHook_Rand_Bytes_t *) DSO_bind_func(surewarehk_dso, + n_surewarehk_Rand_Bytes)) +|| !(p4 = + (SureWareHook_Rand_Seed_t *) DSO_bind_func(surewarehk_dso, + n_surewarehk_Rand_Seed)) +|| !(p5 = + (SureWareHook_Load_Privkey_t *) DSO_bind_func(surewarehk_dso, + n_surewarehk_Load_Privkey)) +|| !(p6 = + (SureWareHook_Load_Rsa_Pubkey_t *) DSO_bind_func(surewarehk_dso, + n_surewarehk_Load_Rsa_Pubkey)) +|| !(p7 = + (SureWareHook_Free_t *) DSO_bind_func(surewarehk_dso, n_surewarehk_Free)) +|| !(p8 = + (SureWareHook_Rsa_Priv_Dec_t *) DSO_bind_func(surewarehk_dso, + n_surewarehk_Rsa_Priv_Dec)) +|| !(p9 = + (SureWareHook_Rsa_Sign_t *) DSO_bind_func(surewarehk_dso, + n_surewarehk_Rsa_Sign)) +|| !(p12 = + (SureWareHook_Dsa_Sign_t *) DSO_bind_func(surewarehk_dso, + n_surewarehk_Dsa_Sign)) +|| !(p13 = + (SureWareHook_Info_Pubkey_t *) DSO_bind_func(surewarehk_dso, + n_surewarehk_Info_Pubkey)) +|| !(p14 = + (SureWareHook_Load_Dsa_Pubkey_t *) DSO_bind_func(surewarehk_dso, + n_surewarehk_Load_Dsa_Pubkey)) +|| !(p15 = + (SureWareHook_Mod_Exp_t *) DSO_bind_func(surewarehk_dso, + n_surewarehk_Mod_Exp))) { + SUREWAREerr(SUREWARE_F_SUREWAREHK_INIT, ENGINE_R_DSO_FAILURE); + goto err; + } + /* Copy the pointers */ + p_surewarehk_Init = p1; + p_surewarehk_Finish = p2; + p_surewarehk_Rand_Bytes = p3; + p_surewarehk_Rand_Seed = p4; + p_surewarehk_Load_Privkey = p5; + p_surewarehk_Load_Rsa_Pubkey = p6; + p_surewarehk_Free = p7; + p_surewarehk_Rsa_Priv_Dec = p8; + p_surewarehk_Rsa_Sign = p9; + p_surewarehk_Dsa_Sign = p12; + p_surewarehk_Info_Pubkey = p13; + p_surewarehk_Load_Dsa_Pubkey = p14; + p_surewarehk_Mod_Exp = p15; + /* Contact the hardware and initialises it. */ + if (p_surewarehk_Init(msg, threadsafe) == SUREWAREHOOK_ERROR_UNIT_FAILURE) { + SUREWAREerr(SUREWARE_F_SUREWAREHK_INIT, SUREWARE_R_UNIT_FAILURE); + goto err; + } + if (p_surewarehk_Init(msg, threadsafe) == SUREWAREHOOK_ERROR_UNIT_FAILURE) { + SUREWAREerr(SUREWARE_F_SUREWAREHK_INIT, SUREWARE_R_UNIT_FAILURE); + goto err; + } + /* + * try to load the default private key, if failed does not return a + * failure but wait for an explicit ENGINE_load_privakey + */ + surewarehk_load_privkey(e, NULL, NULL, NULL); - /* Everything's fine. */ -#ifndef OPENSSL_NO_RSA - if (rsaHndidx == -1) - rsaHndidx = RSA_get_ex_new_index(0, - "SureWareHook RSA key handle", - NULL, NULL, surewarehk_ex_free); -#endif -#ifndef OPENSSL_NO_DSA - if (dsaHndidx == -1) - dsaHndidx = DSA_get_ex_new_index(0, - "SureWareHook DSA key handle", - NULL, NULL, surewarehk_ex_free); -#endif + /* Everything's fine. */ +# ifndef OPENSSL_NO_RSA + if (rsaHndidx == -1) + rsaHndidx = RSA_get_ex_new_index(0, + "SureWareHook RSA key handle", + NULL, NULL, surewarehk_ex_free); +# endif +# ifndef OPENSSL_NO_DSA + if (dsaHndidx == -1) + dsaHndidx = DSA_get_ex_new_index(0, + "SureWareHook DSA key handle", + NULL, NULL, surewarehk_ex_free); +# endif - return 1; -err: - if(surewarehk_dso) - DSO_free(surewarehk_dso); - surewarehk_dso = NULL; - p_surewarehk_Init = NULL; - p_surewarehk_Finish = NULL; - p_surewarehk_Rand_Bytes = NULL; - p_surewarehk_Rand_Seed = NULL; - p_surewarehk_Load_Privkey = NULL; - p_surewarehk_Load_Rsa_Pubkey = NULL; - p_surewarehk_Free = NULL; - p_surewarehk_Rsa_Priv_Dec = NULL; - p_surewarehk_Rsa_Sign = NULL; - p_surewarehk_Dsa_Sign = NULL; - p_surewarehk_Info_Pubkey = NULL; - p_surewarehk_Load_Dsa_Pubkey = NULL; - p_surewarehk_Mod_Exp = NULL; - return 0; + return 1; + err: + if (surewarehk_dso) + DSO_free(surewarehk_dso); + surewarehk_dso = NULL; + p_surewarehk_Init = NULL; + p_surewarehk_Finish = NULL; + p_surewarehk_Rand_Bytes = NULL; + p_surewarehk_Rand_Seed = NULL; + p_surewarehk_Load_Privkey = NULL; + p_surewarehk_Load_Rsa_Pubkey = NULL; + p_surewarehk_Free = NULL; + p_surewarehk_Rsa_Priv_Dec = NULL; + p_surewarehk_Rsa_Sign = NULL; + p_surewarehk_Dsa_Sign = NULL; + p_surewarehk_Info_Pubkey = NULL; + p_surewarehk_Load_Dsa_Pubkey = NULL; + p_surewarehk_Mod_Exp = NULL; + return 0; } static int surewarehk_finish(ENGINE *e) { - int to_return = 1; - if(surewarehk_dso == NULL) - { - SUREWAREerr(SUREWARE_F_SUREWAREHK_FINISH,ENGINE_R_NOT_LOADED); - to_return = 0; - goto err; - } - p_surewarehk_Finish(); - if(!DSO_free(surewarehk_dso)) - { - SUREWAREerr(SUREWARE_F_SUREWAREHK_FINISH,ENGINE_R_DSO_FAILURE); - to_return = 0; - goto err; - } + int to_return = 1; + if (surewarehk_dso == NULL) { + SUREWAREerr(SUREWARE_F_SUREWAREHK_FINISH, ENGINE_R_NOT_LOADED); + to_return = 0; + goto err; + } + p_surewarehk_Finish(); + if (!DSO_free(surewarehk_dso)) { + SUREWAREerr(SUREWARE_F_SUREWAREHK_FINISH, ENGINE_R_DSO_FAILURE); + to_return = 0; + goto err; + } err: - if (logstream) - BIO_free(logstream); - surewarehk_dso = NULL; - p_surewarehk_Init = NULL; - p_surewarehk_Finish = NULL; - p_surewarehk_Rand_Bytes = NULL; - p_surewarehk_Rand_Seed = NULL; - p_surewarehk_Load_Privkey = NULL; - p_surewarehk_Load_Rsa_Pubkey = NULL; - p_surewarehk_Free = NULL; - p_surewarehk_Rsa_Priv_Dec = NULL; - p_surewarehk_Rsa_Sign = NULL; - p_surewarehk_Dsa_Sign = NULL; - p_surewarehk_Info_Pubkey = NULL; - p_surewarehk_Load_Dsa_Pubkey = NULL; - p_surewarehk_Mod_Exp = NULL; - return to_return; + if (logstream) + BIO_free(logstream); + surewarehk_dso = NULL; + p_surewarehk_Init = NULL; + p_surewarehk_Finish = NULL; + p_surewarehk_Rand_Bytes = NULL; + p_surewarehk_Rand_Seed = NULL; + p_surewarehk_Load_Privkey = NULL; + p_surewarehk_Load_Rsa_Pubkey = NULL; + p_surewarehk_Free = NULL; + p_surewarehk_Rsa_Priv_Dec = NULL; + p_surewarehk_Rsa_Sign = NULL; + p_surewarehk_Dsa_Sign = NULL; + p_surewarehk_Info_Pubkey = NULL; + p_surewarehk_Load_Dsa_Pubkey = NULL; + p_surewarehk_Mod_Exp = NULL; + return to_return; } -static void surewarehk_error_handling(char *const msg,int func,int ret) +static void surewarehk_error_handling(char *const msg, int func, int ret) { - switch (ret) - { - case SUREWAREHOOK_ERROR_UNIT_FAILURE: - ENGINEerr(func,SUREWARE_R_UNIT_FAILURE); - break; - case SUREWAREHOOK_ERROR_FALLBACK: - ENGINEerr(func,SUREWARE_R_REQUEST_FALLBACK); - break; - case SUREWAREHOOK_ERROR_DATA_SIZE: - ENGINEerr(func,SUREWARE_R_SIZE_TOO_LARGE_OR_TOO_SMALL); - break; - case SUREWAREHOOK_ERROR_INVALID_PAD: - ENGINEerr(func,SUREWARE_R_PADDING_CHECK_FAILED); - break; - default: - ENGINEerr(func,SUREWARE_R_REQUEST_FAILED); - break; - case 1:/*nothing*/ - msg[0]='\0'; - } - if (*msg) - { - ERR_add_error_data(1,msg); - if (logstream) - { - CRYPTO_w_lock(CRYPTO_LOCK_BIO); - BIO_write(logstream, msg, strlen(msg)); - CRYPTO_w_unlock(CRYPTO_LOCK_BIO); - } - } + switch (ret) { + case SUREWAREHOOK_ERROR_UNIT_FAILURE: + ENGINEerr(func, SUREWARE_R_UNIT_FAILURE); + break; + case SUREWAREHOOK_ERROR_FALLBACK: + ENGINEerr(func, SUREWARE_R_REQUEST_FALLBACK); + break; + case SUREWAREHOOK_ERROR_DATA_SIZE: + ENGINEerr(func, SUREWARE_R_SIZE_TOO_LARGE_OR_TOO_SMALL); + break; + case SUREWAREHOOK_ERROR_INVALID_PAD: + ENGINEerr(func, SUREWARE_R_PADDING_CHECK_FAILED); + break; + default: + ENGINEerr(func, SUREWARE_R_REQUEST_FAILED); + break; + case 1: /* nothing */ + msg[0] = '\0'; + } + if (*msg) { + ERR_add_error_data(1, msg); + if (logstream) { + CRYPTO_w_lock(CRYPTO_LOCK_BIO); + BIO_write(logstream, msg, strlen(msg)); + CRYPTO_w_unlock(CRYPTO_LOCK_BIO); + } + } } static int surewarehk_rand_bytes(unsigned char *buf, int num) { - int ret=0; - char msg[64]="ENGINE_rand_bytes"; - if(!p_surewarehk_Rand_Bytes) - { - SUREWAREerr(SUREWARE_F_SUREWAREHK_RAND_BYTES,ENGINE_R_NOT_INITIALISED); - } - else - { - ret = p_surewarehk_Rand_Bytes(msg,buf, num); - surewarehk_error_handling(msg,SUREWARE_F_SUREWAREHK_RAND_BYTES,ret); - } - return ret==1 ? 1 : 0; + int ret = 0; + char msg[64] = "ENGINE_rand_bytes"; + if (!p_surewarehk_Rand_Bytes) { + SUREWAREerr(SUREWARE_F_SUREWAREHK_RAND_BYTES, + ENGINE_R_NOT_INITIALISED); + } else { + ret = p_surewarehk_Rand_Bytes(msg, buf, num); + surewarehk_error_handling(msg, SUREWARE_F_SUREWAREHK_RAND_BYTES, ret); + } + return ret == 1 ? 1 : 0; } static void surewarehk_rand_seed(const void *buf, int num) { - int ret=0; - char msg[64]="ENGINE_rand_seed"; - if(!p_surewarehk_Rand_Seed) - { - SUREWAREerr(SUREWARE_F_SUREWAREHK_RAND_SEED,ENGINE_R_NOT_INITIALISED); - } - else - { - ret = p_surewarehk_Rand_Seed(msg,buf, num); - surewarehk_error_handling(msg,SUREWARE_F_SUREWAREHK_RAND_SEED,ret); - } + int ret = 0; + char msg[64] = "ENGINE_rand_seed"; + if (!p_surewarehk_Rand_Seed) { + SUREWAREerr(SUREWARE_F_SUREWAREHK_RAND_SEED, + ENGINE_R_NOT_INITIALISED); + } else { + ret = p_surewarehk_Rand_Seed(msg, buf, num); + surewarehk_error_handling(msg, SUREWARE_F_SUREWAREHK_RAND_SEED, ret); + } } static void surewarehk_rand_add(const void *buf, int num, double entropy) { - surewarehk_rand_seed(buf,num); + surewarehk_rand_seed(buf, num); } -static EVP_PKEY* sureware_load_public(ENGINE *e,const char *key_id,char *hptr,unsigned long el,char keytype) +static EVP_PKEY *sureware_load_public(ENGINE *e, const char *key_id, + char *hptr, unsigned long el, + char keytype) { - EVP_PKEY *res = NULL; -#ifndef OPENSSL_NO_RSA - RSA *rsatmp = NULL; -#endif -#ifndef OPENSSL_NO_DSA - DSA *dsatmp=NULL; -#endif - char msg[64]="sureware_load_public"; - int ret=0; - if(!p_surewarehk_Load_Rsa_Pubkey || !p_surewarehk_Load_Dsa_Pubkey) - { - SUREWAREerr(SUREWARE_F_SUREWARE_LOAD_PUBLIC,ENGINE_R_NOT_INITIALISED); - goto err; - } - switch (keytype) - { -#ifndef OPENSSL_NO_RSA - case 1: /*RSA*/ - /* set private external reference */ - rsatmp = RSA_new_method(e); - RSA_set_ex_data(rsatmp,rsaHndidx,hptr); - rsatmp->flags |= RSA_FLAG_EXT_PKEY; + EVP_PKEY *res = NULL; +# ifndef OPENSSL_NO_RSA + RSA *rsatmp = NULL; +# endif +# ifndef OPENSSL_NO_DSA + DSA *dsatmp = NULL; +# endif + char msg[64] = "sureware_load_public"; + int ret = 0; + if (!p_surewarehk_Load_Rsa_Pubkey || !p_surewarehk_Load_Dsa_Pubkey) { + SUREWAREerr(SUREWARE_F_SUREWARE_LOAD_PUBLIC, + ENGINE_R_NOT_INITIALISED); + goto err; + } + switch (keytype) { +# ifndef OPENSSL_NO_RSA + case 1: + /*RSA*/ + /* set private external reference */ + rsatmp = RSA_new_method(e); + RSA_set_ex_data(rsatmp, rsaHndidx, hptr); + rsatmp->flags |= RSA_FLAG_EXT_PKEY; - /* set public big nums*/ - rsatmp->e = BN_new(); - rsatmp->n = BN_new(); - bn_expand2(rsatmp->e, el/sizeof(BN_ULONG)); - bn_expand2(rsatmp->n, el/sizeof(BN_ULONG)); - if (!rsatmp->e || rsatmp->e->dmax!=(int)(el/sizeof(BN_ULONG))|| - !rsatmp->n || rsatmp->n->dmax!=(int)(el/sizeof(BN_ULONG))) - goto err; - ret=p_surewarehk_Load_Rsa_Pubkey(msg,key_id,el, - (unsigned long *)rsatmp->n->d, - (unsigned long *)rsatmp->e->d); - surewarehk_error_handling(msg,SUREWARE_F_SUREWARE_LOAD_PUBLIC,ret); - if (ret!=1) - { - SUREWAREerr(SUREWARE_F_SUREWARE_LOAD_PUBLIC,ENGINE_R_FAILED_LOADING_PUBLIC_KEY); - goto err; - } - /* normalise pub e and pub n */ - rsatmp->e->top=el/sizeof(BN_ULONG); - bn_fix_top(rsatmp->e); - rsatmp->n->top=el/sizeof(BN_ULONG); - bn_fix_top(rsatmp->n); - /* create an EVP object: engine + rsa key */ - res = EVP_PKEY_new(); - EVP_PKEY_assign_RSA(res, rsatmp); - break; -#endif + /* set public big nums */ + rsatmp->e = BN_new(); + rsatmp->n = BN_new(); + bn_expand2(rsatmp->e, el / sizeof(BN_ULONG)); + bn_expand2(rsatmp->n, el / sizeof(BN_ULONG)); + if (!rsatmp->e || rsatmp->e->dmax != (int)(el / sizeof(BN_ULONG)) || + !rsatmp->n || rsatmp->n->dmax != (int)(el / sizeof(BN_ULONG))) + goto err; + ret = p_surewarehk_Load_Rsa_Pubkey(msg, key_id, el, + (unsigned long *)rsatmp->n->d, + (unsigned long *)rsatmp->e->d); + surewarehk_error_handling(msg, SUREWARE_F_SUREWARE_LOAD_PUBLIC, ret); + if (ret != 1) { + SUREWAREerr(SUREWARE_F_SUREWARE_LOAD_PUBLIC, + ENGINE_R_FAILED_LOADING_PUBLIC_KEY); + goto err; + } + /* normalise pub e and pub n */ + rsatmp->e->top = el / sizeof(BN_ULONG); + bn_fix_top(rsatmp->e); + rsatmp->n->top = el / sizeof(BN_ULONG); + bn_fix_top(rsatmp->n); + /* create an EVP object: engine + rsa key */ + res = EVP_PKEY_new(); + EVP_PKEY_assign_RSA(res, rsatmp); + break; +# endif -#ifndef OPENSSL_NO_DSA - case 2:/*DSA*/ - /* set private/public external reference */ - dsatmp = DSA_new_method(e); - DSA_set_ex_data(dsatmp,dsaHndidx,hptr); - /*dsatmp->flags |= DSA_FLAG_EXT_PKEY;*/ +# ifndef OPENSSL_NO_DSA + case 2: + /*DSA*/ + /* set private/public external reference */ + dsatmp = DSA_new_method(e); + DSA_set_ex_data(dsatmp, dsaHndidx, hptr); + /* + * dsatmp->flags |= DSA_FLAG_EXT_PKEY; + */ - /* set public key*/ - dsatmp->pub_key = BN_new(); - dsatmp->p = BN_new(); - dsatmp->q = BN_new(); - dsatmp->g = BN_new(); - bn_expand2(dsatmp->pub_key, el/sizeof(BN_ULONG)); - bn_expand2(dsatmp->p, el/sizeof(BN_ULONG)); - bn_expand2(dsatmp->q, 20/sizeof(BN_ULONG)); - bn_expand2(dsatmp->g, el/sizeof(BN_ULONG)); - if (!dsatmp->pub_key || dsatmp->pub_key->dmax!=(int)(el/sizeof(BN_ULONG))|| - !dsatmp->p || dsatmp->p->dmax!=(int)(el/sizeof(BN_ULONG)) || - !dsatmp->q || dsatmp->q->dmax!=20/sizeof(BN_ULONG) || - !dsatmp->g || dsatmp->g->dmax!=(int)(el/sizeof(BN_ULONG))) - goto err; + /* set public key */ + dsatmp->pub_key = BN_new(); + dsatmp->p = BN_new(); + dsatmp->q = BN_new(); + dsatmp->g = BN_new(); + bn_expand2(dsatmp->pub_key, el / sizeof(BN_ULONG)); + bn_expand2(dsatmp->p, el / sizeof(BN_ULONG)); + bn_expand2(dsatmp->q, 20 / sizeof(BN_ULONG)); + bn_expand2(dsatmp->g, el / sizeof(BN_ULONG)); + if (!dsatmp->pub_key + || dsatmp->pub_key->dmax != (int)(el / sizeof(BN_ULONG)) + || !dsatmp->p || dsatmp->p->dmax != (int)(el / sizeof(BN_ULONG)) + || !dsatmp->q || dsatmp->q->dmax != 20 / sizeof(BN_ULONG) + || !dsatmp->g || dsatmp->g->dmax != (int)(el / sizeof(BN_ULONG))) + goto err; - ret=p_surewarehk_Load_Dsa_Pubkey(msg,key_id,el, - (unsigned long *)dsatmp->pub_key->d, - (unsigned long *)dsatmp->p->d, - (unsigned long *)dsatmp->q->d, - (unsigned long *)dsatmp->g->d); - surewarehk_error_handling(msg,SUREWARE_F_SUREWARE_LOAD_PUBLIC,ret); - if (ret!=1) - { - SUREWAREerr(SUREWARE_F_SUREWARE_LOAD_PUBLIC,ENGINE_R_FAILED_LOADING_PUBLIC_KEY); - goto err; - } - /* set parameters */ - /* normalise pubkey and parameters in case of */ - dsatmp->pub_key->top=el/sizeof(BN_ULONG); - bn_fix_top(dsatmp->pub_key); - dsatmp->p->top=el/sizeof(BN_ULONG); - bn_fix_top(dsatmp->p); - dsatmp->q->top=20/sizeof(BN_ULONG); - bn_fix_top(dsatmp->q); - dsatmp->g->top=el/sizeof(BN_ULONG); - bn_fix_top(dsatmp->g); + ret = p_surewarehk_Load_Dsa_Pubkey(msg, key_id, el, + (unsigned long *)dsatmp-> + pub_key->d, + (unsigned long *)dsatmp->p->d, + (unsigned long *)dsatmp->q->d, + (unsigned long *)dsatmp->g->d); + surewarehk_error_handling(msg, SUREWARE_F_SUREWARE_LOAD_PUBLIC, ret); + if (ret != 1) { + SUREWAREerr(SUREWARE_F_SUREWARE_LOAD_PUBLIC, + ENGINE_R_FAILED_LOADING_PUBLIC_KEY); + goto err; + } + /* set parameters */ + /* normalise pubkey and parameters in case of */ + dsatmp->pub_key->top = el / sizeof(BN_ULONG); + bn_fix_top(dsatmp->pub_key); + dsatmp->p->top = el / sizeof(BN_ULONG); + bn_fix_top(dsatmp->p); + dsatmp->q->top = 20 / sizeof(BN_ULONG); + bn_fix_top(dsatmp->q); + dsatmp->g->top = el / sizeof(BN_ULONG); + bn_fix_top(dsatmp->g); - /* create an EVP object: engine + rsa key */ - res = EVP_PKEY_new(); - EVP_PKEY_assign_DSA(res, dsatmp); - break; -#endif + /* create an EVP object: engine + rsa key */ + res = EVP_PKEY_new(); + EVP_PKEY_assign_DSA(res, dsatmp); + break; +# endif - default: - SUREWAREerr(SUREWARE_F_SUREWARE_LOAD_PUBLIC,ENGINE_R_FAILED_LOADING_PRIVATE_KEY); - goto err; - } - return res; + default: + SUREWAREerr(SUREWARE_F_SUREWARE_LOAD_PUBLIC, + ENGINE_R_FAILED_LOADING_PRIVATE_KEY); + goto err; + } + return res; err: -#ifndef OPENSSL_NO_RSA - if (rsatmp) - RSA_free(rsatmp); -#endif -#ifndef OPENSSL_NO_DSA - if (dsatmp) - DSA_free(dsatmp); -#endif - return NULL; +# ifndef OPENSSL_NO_RSA + if (rsatmp) + RSA_free(rsatmp); +# endif +# ifndef OPENSSL_NO_DSA + if (dsatmp) + DSA_free(dsatmp); +# endif + return NULL; } static EVP_PKEY *surewarehk_load_privkey(ENGINE *e, const char *key_id, - UI_METHOD *ui_method, void *callback_data) + UI_METHOD *ui_method, + void *callback_data) { - EVP_PKEY *res = NULL; - int ret=0; - unsigned long el=0; - char *hptr=NULL; - char keytype=0; - char msg[64]="ENGINE_load_privkey"; + EVP_PKEY *res = NULL; + int ret = 0; + unsigned long el = 0; + char *hptr = NULL; + char keytype = 0; + char msg[64] = "ENGINE_load_privkey"; - if(!p_surewarehk_Load_Privkey) - { - SUREWAREerr(SUREWARE_F_SUREWAREHK_LOAD_PRIVKEY,ENGINE_R_NOT_INITIALISED); - } - else - { - ret=p_surewarehk_Load_Privkey(msg,key_id,&hptr,&el,&keytype); - if (ret!=1) - { - SUREWAREerr(SUREWARE_F_SUREWAREHK_LOAD_PRIVKEY,ENGINE_R_FAILED_LOADING_PRIVATE_KEY); - ERR_add_error_data(1,msg); - } - else - res=sureware_load_public(e,key_id,hptr,el,keytype); - } - return res; + if (!p_surewarehk_Load_Privkey) { + SUREWAREerr(SUREWARE_F_SUREWAREHK_LOAD_PRIVKEY, + ENGINE_R_NOT_INITIALISED); + } else { + ret = p_surewarehk_Load_Privkey(msg, key_id, &hptr, &el, &keytype); + if (ret != 1) { + SUREWAREerr(SUREWARE_F_SUREWAREHK_LOAD_PRIVKEY, + ENGINE_R_FAILED_LOADING_PRIVATE_KEY); + ERR_add_error_data(1, msg); + } else + res = sureware_load_public(e, key_id, hptr, el, keytype); + } + return res; } static EVP_PKEY *surewarehk_load_pubkey(ENGINE *e, const char *key_id, - UI_METHOD *ui_method, void *callback_data) + UI_METHOD *ui_method, + void *callback_data) { - EVP_PKEY *res = NULL; - int ret=0; - unsigned long el=0; - char *hptr=NULL; - char keytype=0; - char msg[64]="ENGINE_load_pubkey"; + EVP_PKEY *res = NULL; + int ret = 0; + unsigned long el = 0; + char *hptr = NULL; + char keytype = 0; + char msg[64] = "ENGINE_load_pubkey"; - if(!p_surewarehk_Info_Pubkey) - { - SUREWAREerr(SUREWARE_F_SUREWAREHK_LOAD_PUBKEY,ENGINE_R_NOT_INITIALISED); - } - else - { - /* call once to identify if DSA or RSA */ - ret=p_surewarehk_Info_Pubkey(msg,key_id,&el,&keytype); - if (ret!=1) - { - SUREWAREerr(SUREWARE_F_SUREWAREHK_LOAD_PUBKEY,ENGINE_R_FAILED_LOADING_PUBLIC_KEY); - ERR_add_error_data(1,msg); - } - else - res=sureware_load_public(e,key_id,hptr,el,keytype); - } - return res; + if (!p_surewarehk_Info_Pubkey) { + SUREWAREerr(SUREWARE_F_SUREWAREHK_LOAD_PUBKEY, + ENGINE_R_NOT_INITIALISED); + } else { + /* call once to identify if DSA or RSA */ + ret = p_surewarehk_Info_Pubkey(msg, key_id, &el, &keytype); + if (ret != 1) { + SUREWAREerr(SUREWARE_F_SUREWAREHK_LOAD_PUBKEY, + ENGINE_R_FAILED_LOADING_PUBLIC_KEY); + ERR_add_error_data(1, msg); + } else + res = sureware_load_public(e, key_id, hptr, el, keytype); + } + return res; } -/* This cleans up an RSA/DSA KM key(do not destroy the key into the hardware) -, called when ex_data is freed */ +/* + * This cleans up an RSA/DSA KM key(do not destroy the key into the hardware) + * , called when ex_data is freed + */ static void surewarehk_ex_free(void *obj, void *item, CRYPTO_EX_DATA *ad, - int idx,long argl, void *argp) + int idx, long argl, void *argp) { - if(!p_surewarehk_Free) - { - SUREWAREerr(SUREWARE_F_SUREWAREHK_EX_FREE,ENGINE_R_NOT_INITIALISED); - } - else - p_surewarehk_Free((char *)item,0); + if (!p_surewarehk_Free) { + SUREWAREerr(SUREWARE_F_SUREWAREHK_EX_FREE, ENGINE_R_NOT_INITIALISED); + } else + p_surewarehk_Free((char *)item, 0); } -#if 0 +# if 0 /* not currently used (bug?) */ -/* This cleans up an DH KM key (destroys the key into hardware), -called when ex_data is freed */ +/* + * This cleans up an DH KM key (destroys the key into hardware), called when + * ex_data is freed + */ static void surewarehk_dh_ex_free(void *obj, void *item, CRYPTO_EX_DATA *ad, - int idx,long argl, void *argp) + int idx, long argl, void *argp) { - if(!p_surewarehk_Free) - { - SUREWAREerr(SUREWARE_F_SUREWAREHK_DH_EX_FREE,ENGINE_R_NOT_INITIALISED); - } - else - p_surewarehk_Free((char *)item,1); + if (!p_surewarehk_Free) { + SUREWAREerr(SUREWARE_F_SUREWAREHK_DH_EX_FREE, + ENGINE_R_NOT_INITIALISED); + } else + p_surewarehk_Free((char *)item, 1); } -#endif +# endif /* -* return number of decrypted bytes -*/ -#ifndef OPENSSL_NO_RSA -static int surewarehk_rsa_priv_dec(int flen,const unsigned char *from,unsigned char *to, - RSA *rsa,int padding) + * return number of decrypted bytes + */ +# ifndef OPENSSL_NO_RSA +static int surewarehk_rsa_priv_dec(int flen, const unsigned char *from, + unsigned char *to, RSA *rsa, int padding) { - int ret=0,tlen; - char *buf=NULL,*hptr=NULL; - char msg[64]="ENGINE_rsa_priv_dec"; - if (!p_surewarehk_Rsa_Priv_Dec) - { - SUREWAREerr(SUREWARE_F_SUREWAREHK_RSA_PRIV_DEC,ENGINE_R_NOT_INITIALISED); - } - /* extract ref to private key */ - else if (!(hptr=RSA_get_ex_data(rsa, rsaHndidx))) - { - SUREWAREerr(SUREWARE_F_SUREWAREHK_RSA_PRIV_DEC,SUREWARE_R_MISSING_KEY_COMPONENTS); - goto err; - } - /* analyse what padding we can do into the hardware */ - if (padding==RSA_PKCS1_PADDING) - { - /* do it one shot */ - ret=p_surewarehk_Rsa_Priv_Dec(msg,flen,(unsigned char *)from,&tlen,to,hptr,SUREWARE_PKCS1_PAD); - surewarehk_error_handling(msg,SUREWARE_F_SUREWAREHK_RSA_PRIV_DEC,ret); - if (ret!=1) - goto err; - ret=tlen; - } - else /* do with no padding into hardware */ - { - ret=p_surewarehk_Rsa_Priv_Dec(msg,flen,(unsigned char *)from,&tlen,to,hptr,SUREWARE_NO_PAD); - surewarehk_error_handling(msg,SUREWARE_F_SUREWAREHK_RSA_PRIV_DEC,ret); - if (ret!=1) - goto err; - /* intermediate buffer for padding */ - if ((buf=OPENSSL_malloc(tlen)) == NULL) - { - SUREWAREerr(SUREWARE_F_SUREWAREHK_RSA_PRIV_DEC,ERR_R_MALLOC_FAILURE); - goto err; - } - memcpy(buf,to,tlen);/* transfert to into buf */ - switch (padding) /* check padding in software */ - { -#ifndef OPENSSL_NO_SHA - case RSA_PKCS1_OAEP_PADDING: - ret=RSA_padding_check_PKCS1_OAEP(to,tlen,(unsigned char *)buf,tlen,tlen,NULL,0); - break; -#endif - case RSA_SSLV23_PADDING: - ret=RSA_padding_check_SSLv23(to,tlen,(unsigned char *)buf,flen,tlen); - break; - case RSA_NO_PADDING: - ret=RSA_padding_check_none(to,tlen,(unsigned char *)buf,flen,tlen); - break; - default: - SUREWAREerr(SUREWARE_F_SUREWAREHK_RSA_PRIV_DEC,SUREWARE_R_UNKNOWN_PADDING_TYPE); - goto err; - } - if (ret < 0) - SUREWAREerr(SUREWARE_F_SUREWAREHK_RSA_PRIV_DEC,SUREWARE_R_PADDING_CHECK_FAILED); - } -err: - if (buf) - { - OPENSSL_cleanse(buf,tlen); - OPENSSL_free(buf); - } - return ret; + int ret = 0, tlen; + char *buf = NULL, *hptr = NULL; + char msg[64] = "ENGINE_rsa_priv_dec"; + if (!p_surewarehk_Rsa_Priv_Dec) { + SUREWAREerr(SUREWARE_F_SUREWAREHK_RSA_PRIV_DEC, + ENGINE_R_NOT_INITIALISED); + } + /* extract ref to private key */ + else if (!(hptr = RSA_get_ex_data(rsa, rsaHndidx))) { + SUREWAREerr(SUREWARE_F_SUREWAREHK_RSA_PRIV_DEC, + SUREWARE_R_MISSING_KEY_COMPONENTS); + goto err; + } + /* analyse what padding we can do into the hardware */ + if (padding == RSA_PKCS1_PADDING) { + /* do it one shot */ + ret = + p_surewarehk_Rsa_Priv_Dec(msg, flen, (unsigned char *)from, &tlen, + to, hptr, SUREWARE_PKCS1_PAD); + surewarehk_error_handling(msg, SUREWARE_F_SUREWAREHK_RSA_PRIV_DEC, + ret); + if (ret != 1) + goto err; + ret = tlen; + } else { /* do with no padding into hardware */ + + ret = + p_surewarehk_Rsa_Priv_Dec(msg, flen, (unsigned char *)from, &tlen, + to, hptr, SUREWARE_NO_PAD); + surewarehk_error_handling(msg, SUREWARE_F_SUREWAREHK_RSA_PRIV_DEC, + ret); + if (ret != 1) + goto err; + /* intermediate buffer for padding */ + if ((buf = OPENSSL_malloc(tlen)) == NULL) { + SUREWAREerr(SUREWARE_F_SUREWAREHK_RSA_PRIV_DEC, + ERR_R_MALLOC_FAILURE); + goto err; + } + memcpy(buf, to, tlen); /* transfert to into buf */ + switch (padding) { /* check padding in software */ +# ifndef OPENSSL_NO_SHA + case RSA_PKCS1_OAEP_PADDING: + ret = + RSA_padding_check_PKCS1_OAEP(to, tlen, (unsigned char *)buf, + tlen, tlen, NULL, 0); + break; +# endif + case RSA_SSLV23_PADDING: + ret = + RSA_padding_check_SSLv23(to, tlen, (unsigned char *)buf, flen, + tlen); + break; + case RSA_NO_PADDING: + ret = + RSA_padding_check_none(to, tlen, (unsigned char *)buf, flen, + tlen); + break; + default: + SUREWAREerr(SUREWARE_F_SUREWAREHK_RSA_PRIV_DEC, + SUREWARE_R_UNKNOWN_PADDING_TYPE); + goto err; + } + if (ret < 0) + SUREWAREerr(SUREWARE_F_SUREWAREHK_RSA_PRIV_DEC, + SUREWARE_R_PADDING_CHECK_FAILED); + } + err: + if (buf) { + OPENSSL_cleanse(buf, tlen); + OPENSSL_free(buf); + } + return ret; } /* -* Does what OpenSSL rsa_priv_enc does. -*/ -static int surewarehk_rsa_sign(int flen,const unsigned char *from,unsigned char *to, - RSA *rsa,int padding) + * Does what OpenSSL rsa_priv_enc does. + */ +static int surewarehk_rsa_sign(int flen, const unsigned char *from, + unsigned char *to, RSA *rsa, int padding) { - int ret=0,tlen; - char *hptr=NULL; - char msg[64]="ENGINE_rsa_sign"; - if (!p_surewarehk_Rsa_Sign) - { - SUREWAREerr(SUREWARE_F_SUREWAREHK_RSA_SIGN,ENGINE_R_NOT_INITIALISED); - } - /* extract ref to private key */ - else if (!(hptr=RSA_get_ex_data(rsa, rsaHndidx))) - { - SUREWAREerr(SUREWARE_F_SUREWAREHK_RSA_SIGN,SUREWARE_R_MISSING_KEY_COMPONENTS); - } - else - { - switch (padding) - { - case RSA_PKCS1_PADDING: /* do it in one shot */ - ret=p_surewarehk_Rsa_Sign(msg,flen,(unsigned char *)from,&tlen,to,hptr,SUREWARE_PKCS1_PAD); - surewarehk_error_handling(msg,SUREWARE_F_SUREWAREHK_RSA_SIGN,ret); - break; - case RSA_NO_PADDING: - default: - SUREWAREerr(SUREWARE_F_SUREWAREHK_RSA_SIGN,SUREWARE_R_UNKNOWN_PADDING_TYPE); - } - } - return ret==1 ? tlen : ret; + int ret = 0, tlen; + char *hptr = NULL; + char msg[64] = "ENGINE_rsa_sign"; + if (!p_surewarehk_Rsa_Sign) { + SUREWAREerr(SUREWARE_F_SUREWAREHK_RSA_SIGN, ENGINE_R_NOT_INITIALISED); + } + /* extract ref to private key */ + else if (!(hptr = RSA_get_ex_data(rsa, rsaHndidx))) { + SUREWAREerr(SUREWARE_F_SUREWAREHK_RSA_SIGN, + SUREWARE_R_MISSING_KEY_COMPONENTS); + } else { + switch (padding) { + case RSA_PKCS1_PADDING: /* do it in one shot */ + ret = + p_surewarehk_Rsa_Sign(msg, flen, (unsigned char *)from, &tlen, + to, hptr, SUREWARE_PKCS1_PAD); + surewarehk_error_handling(msg, SUREWARE_F_SUREWAREHK_RSA_SIGN, + ret); + break; + case RSA_NO_PADDING: + default: + SUREWAREerr(SUREWARE_F_SUREWAREHK_RSA_SIGN, + SUREWARE_R_UNKNOWN_PADDING_TYPE); + } + } + return ret == 1 ? tlen : ret; } -#endif +# endif -#ifndef OPENSSL_NO_DSA +# ifndef OPENSSL_NO_DSA /* DSA sign and verify */ -static DSA_SIG * surewarehk_dsa_do_sign(const unsigned char *from, int flen, DSA *dsa) +static DSA_SIG *surewarehk_dsa_do_sign(const unsigned char *from, int flen, + DSA *dsa) { - int ret=0; - char *hptr=NULL; - DSA_SIG *psign=NULL; - char msg[64]="ENGINE_dsa_do_sign"; - if (!p_surewarehk_Dsa_Sign) - { - SUREWAREerr(SUREWARE_F_SUREWAREHK_DSA_DO_SIGN,ENGINE_R_NOT_INITIALISED); - goto err; - } - /* extract ref to private key */ - else if (!(hptr=DSA_get_ex_data(dsa, dsaHndidx))) - { - SUREWAREerr(SUREWARE_F_SUREWAREHK_DSA_DO_SIGN,SUREWARE_R_MISSING_KEY_COMPONENTS); - goto err; - } - else - { - if((psign = DSA_SIG_new()) == NULL) - { - SUREWAREerr(SUREWARE_F_SUREWAREHK_DSA_DO_SIGN,ERR_R_MALLOC_FAILURE); - goto err; - } - psign->r=BN_new(); - psign->s=BN_new(); - bn_expand2(psign->r, 20/sizeof(BN_ULONG)); - bn_expand2(psign->s, 20/sizeof(BN_ULONG)); - if (!psign->r || psign->r->dmax!=20/sizeof(BN_ULONG) || - !psign->s || psign->s->dmax!=20/sizeof(BN_ULONG)) - goto err; - ret=p_surewarehk_Dsa_Sign(msg,flen,from, - (unsigned long *)psign->r->d, - (unsigned long *)psign->s->d, - hptr); - surewarehk_error_handling(msg,SUREWARE_F_SUREWAREHK_DSA_DO_SIGN,ret); - } - psign->r->top=20/sizeof(BN_ULONG); - bn_fix_top(psign->r); - psign->s->top=20/sizeof(BN_ULONG); - bn_fix_top(psign->s); + int ret = 0; + char *hptr = NULL; + DSA_SIG *psign = NULL; + char msg[64] = "ENGINE_dsa_do_sign"; + if (!p_surewarehk_Dsa_Sign) { + SUREWAREerr(SUREWARE_F_SUREWAREHK_DSA_DO_SIGN, + ENGINE_R_NOT_INITIALISED); + goto err; + } + /* extract ref to private key */ + else if (!(hptr = DSA_get_ex_data(dsa, dsaHndidx))) { + SUREWAREerr(SUREWARE_F_SUREWAREHK_DSA_DO_SIGN, + SUREWARE_R_MISSING_KEY_COMPONENTS); + goto err; + } else { + if ((psign = DSA_SIG_new()) == NULL) { + SUREWAREerr(SUREWARE_F_SUREWAREHK_DSA_DO_SIGN, + ERR_R_MALLOC_FAILURE); + goto err; + } + psign->r = BN_new(); + psign->s = BN_new(); + bn_expand2(psign->r, 20 / sizeof(BN_ULONG)); + bn_expand2(psign->s, 20 / sizeof(BN_ULONG)); + if (!psign->r || psign->r->dmax != 20 / sizeof(BN_ULONG) || + !psign->s || psign->s->dmax != 20 / sizeof(BN_ULONG)) + goto err; + ret = p_surewarehk_Dsa_Sign(msg, flen, from, + (unsigned long *)psign->r->d, + (unsigned long *)psign->s->d, hptr); + surewarehk_error_handling(msg, SUREWARE_F_SUREWAREHK_DSA_DO_SIGN, + ret); + } + psign->r->top = 20 / sizeof(BN_ULONG); + bn_fix_top(psign->r); + psign->s->top = 20 / sizeof(BN_ULONG); + bn_fix_top(psign->s); -err: - if (psign) - { - DSA_SIG_free(psign); - psign=NULL; - } - return psign; + err: + if (psign) { + DSA_SIG_free(psign); + psign = NULL; + } + return psign; } -#endif +# endif static int surewarehk_modexp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, - const BIGNUM *m, BN_CTX *ctx) + const BIGNUM *m, BN_CTX *ctx) { - int ret=0; - char msg[64]="ENGINE_modexp"; - if (!p_surewarehk_Mod_Exp) - { - SUREWAREerr(SUREWARE_F_SUREWAREHK_MODEXP,ENGINE_R_NOT_INITIALISED); - } - else - { - bn_expand2(r,m->top); - if (r && r->dmax==m->top) - { - /* do it*/ - ret=p_surewarehk_Mod_Exp(msg, - m->top*sizeof(BN_ULONG), - (unsigned long *)m->d, - p->top*sizeof(BN_ULONG), - (unsigned long *)p->d, - a->top*sizeof(BN_ULONG), - (unsigned long *)a->d, - (unsigned long *)r->d); - surewarehk_error_handling(msg,SUREWARE_F_SUREWAREHK_MODEXP,ret); - if (ret==1) - { - /* normalise result */ - r->top=m->top; - bn_fix_top(r); - } - } - } - return ret; + int ret = 0; + char msg[64] = "ENGINE_modexp"; + if (!p_surewarehk_Mod_Exp) { + SUREWAREerr(SUREWARE_F_SUREWAREHK_MODEXP, ENGINE_R_NOT_INITIALISED); + } else { + bn_expand2(r, m->top); + if (r && r->dmax == m->top) { + /* do it */ + ret = p_surewarehk_Mod_Exp(msg, + m->top * sizeof(BN_ULONG), + (unsigned long *)m->d, + p->top * sizeof(BN_ULONG), + (unsigned long *)p->d, + a->top * sizeof(BN_ULONG), + (unsigned long *)a->d, + (unsigned long *)r->d); + surewarehk_error_handling(msg, SUREWARE_F_SUREWAREHK_MODEXP, ret); + if (ret == 1) { + /* normalise result */ + r->top = m->top; + bn_fix_top(r); + } + } + } + return ret; } -#endif /* !OPENSSL_NO_HW_SureWare */ -#endif /* !OPENSSL_NO_HW */ +# endif /* !OPENSSL_NO_HW_SureWare */ +#endif /* !OPENSSL_NO_HW */ diff --git a/openssl/engines/e_sureware_err.c b/openssl/engines/e_sureware_err.c index d4ca68c1d..f6f7eff3a 100644 --- a/openssl/engines/e_sureware_err.c +++ b/openssl/engines/e_sureware_err.c @@ -7,7 +7,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -53,7 +53,8 @@ * */ -/* NOTE: this file was auto generated by the mkerr.pl script: any changes +/* + * NOTE: this file was auto generated by the mkerr.pl script: any changes * made to it will be overwritten when the script next updates this file, * only reason strings will be preserved. */ @@ -65,94 +66,89 @@ /* BEGIN ERROR CODES */ #ifndef OPENSSL_NO_ERR -#define ERR_FUNC(func) ERR_PACK(0,func,0) -#define ERR_REASON(reason) ERR_PACK(0,0,reason) - -static ERR_STRING_DATA SUREWARE_str_functs[]= - { -{ERR_FUNC(SUREWARE_F_SUREWAREHK_CTRL), "SUREWAREHK_CTRL"}, -{ERR_FUNC(SUREWARE_F_SUREWAREHK_DH_EX_FREE), "SUREWAREHK_DH_EX_FREE"}, -{ERR_FUNC(SUREWARE_F_SUREWAREHK_DSA_DO_SIGN), "SUREWAREHK_DSA_DO_SIGN"}, -{ERR_FUNC(SUREWARE_F_SUREWAREHK_EX_FREE), "SUREWAREHK_EX_FREE"}, -{ERR_FUNC(SUREWARE_F_SUREWAREHK_FINISH), "SUREWAREHK_FINISH"}, -{ERR_FUNC(SUREWARE_F_SUREWAREHK_INIT), "SUREWAREHK_INIT"}, -{ERR_FUNC(SUREWARE_F_SUREWAREHK_LOAD_PRIVKEY), "SUREWAREHK_LOAD_PRIVKEY"}, -{ERR_FUNC(SUREWARE_F_SUREWAREHK_LOAD_PUBKEY), "SUREWAREHK_LOAD_PUBKEY"}, -{ERR_FUNC(SUREWARE_F_SUREWAREHK_MODEXP), "SUREWAREHK_MODEXP"}, -{ERR_FUNC(SUREWARE_F_SUREWAREHK_RAND_BYTES), "SUREWAREHK_RAND_BYTES"}, -{ERR_FUNC(SUREWARE_F_SUREWAREHK_RAND_SEED), "SUREWAREHK_RAND_SEED"}, -{ERR_FUNC(SUREWARE_F_SUREWAREHK_RSA_PRIV_DEC), "SUREWAREHK_RSA_PRIV_DEC"}, -{ERR_FUNC(SUREWARE_F_SUREWAREHK_RSA_SIGN), "SUREWAREHK_RSA_SIGN"}, -{ERR_FUNC(SUREWARE_F_SUREWARE_LOAD_PUBLIC), "SUREWARE_LOAD_PUBLIC"}, -{0,NULL} - }; - -static ERR_STRING_DATA SUREWARE_str_reasons[]= - { -{ERR_REASON(SUREWARE_R_BIO_WAS_FREED) ,"bio was freed"}, -{ERR_REASON(SUREWARE_R_MISSING_KEY_COMPONENTS),"missing key components"}, -{ERR_REASON(SUREWARE_R_PADDING_CHECK_FAILED),"padding check failed"}, -{ERR_REASON(SUREWARE_R_REQUEST_FAILED) ,"request failed"}, -{ERR_REASON(SUREWARE_R_REQUEST_FALLBACK) ,"request fallback"}, -{ERR_REASON(SUREWARE_R_SIZE_TOO_LARGE_OR_TOO_SMALL),"size too large or too small"}, -{ERR_REASON(SUREWARE_R_UNIT_FAILURE) ,"unit failure"}, -{ERR_REASON(SUREWARE_R_UNKNOWN_PADDING_TYPE),"unknown padding type"}, -{0,NULL} - }; +# define ERR_FUNC(func) ERR_PACK(0,func,0) +# define ERR_REASON(reason) ERR_PACK(0,0,reason) + +static ERR_STRING_DATA SUREWARE_str_functs[] = { + {ERR_FUNC(SUREWARE_F_SUREWAREHK_CTRL), "SUREWAREHK_CTRL"}, + {ERR_FUNC(SUREWARE_F_SUREWAREHK_DH_EX_FREE), "SUREWAREHK_DH_EX_FREE"}, + {ERR_FUNC(SUREWARE_F_SUREWAREHK_DSA_DO_SIGN), "SUREWAREHK_DSA_DO_SIGN"}, + {ERR_FUNC(SUREWARE_F_SUREWAREHK_EX_FREE), "SUREWAREHK_EX_FREE"}, + {ERR_FUNC(SUREWARE_F_SUREWAREHK_FINISH), "SUREWAREHK_FINISH"}, + {ERR_FUNC(SUREWARE_F_SUREWAREHK_INIT), "SUREWAREHK_INIT"}, + {ERR_FUNC(SUREWARE_F_SUREWAREHK_LOAD_PRIVKEY), "SUREWAREHK_LOAD_PRIVKEY"}, + {ERR_FUNC(SUREWARE_F_SUREWAREHK_LOAD_PUBKEY), "SUREWAREHK_LOAD_PUBKEY"}, + {ERR_FUNC(SUREWARE_F_SUREWAREHK_MODEXP), "SUREWAREHK_MODEXP"}, + {ERR_FUNC(SUREWARE_F_SUREWAREHK_RAND_BYTES), "SUREWAREHK_RAND_BYTES"}, + {ERR_FUNC(SUREWARE_F_SUREWAREHK_RAND_SEED), "SUREWAREHK_RAND_SEED"}, + {ERR_FUNC(SUREWARE_F_SUREWAREHK_RSA_PRIV_DEC), "SUREWAREHK_RSA_PRIV_DEC"}, + {ERR_FUNC(SUREWARE_F_SUREWAREHK_RSA_SIGN), "SUREWAREHK_RSA_SIGN"}, + {ERR_FUNC(SUREWARE_F_SUREWARE_LOAD_PUBLIC), "SUREWARE_LOAD_PUBLIC"}, + {0, NULL} +}; + +static ERR_STRING_DATA SUREWARE_str_reasons[] = { + {ERR_REASON(SUREWARE_R_BIO_WAS_FREED), "bio was freed"}, + {ERR_REASON(SUREWARE_R_MISSING_KEY_COMPONENTS), "missing key components"}, + {ERR_REASON(SUREWARE_R_PADDING_CHECK_FAILED), "padding check failed"}, + {ERR_REASON(SUREWARE_R_REQUEST_FAILED), "request failed"}, + {ERR_REASON(SUREWARE_R_REQUEST_FALLBACK), "request fallback"}, + {ERR_REASON(SUREWARE_R_SIZE_TOO_LARGE_OR_TOO_SMALL), + "size too large or too small"}, + {ERR_REASON(SUREWARE_R_UNIT_FAILURE), "unit failure"}, + {ERR_REASON(SUREWARE_R_UNKNOWN_PADDING_TYPE), "unknown padding type"}, + {0, NULL} +}; #endif #ifdef SUREWARE_LIB_NAME -static ERR_STRING_DATA SUREWARE_lib_name[]= - { -{0 ,SUREWARE_LIB_NAME}, -{0,NULL} - }; +static ERR_STRING_DATA SUREWARE_lib_name[] = { + {0, SUREWARE_LIB_NAME}, + {0, NULL} +}; #endif - -static int SUREWARE_lib_error_code=0; -static int SUREWARE_error_init=1; +static int SUREWARE_lib_error_code = 0; +static int SUREWARE_error_init = 1; static void ERR_load_SUREWARE_strings(void) - { - if (SUREWARE_lib_error_code == 0) - SUREWARE_lib_error_code=ERR_get_next_error_library(); +{ + if (SUREWARE_lib_error_code == 0) + SUREWARE_lib_error_code = ERR_get_next_error_library(); - if (SUREWARE_error_init) - { - SUREWARE_error_init=0; + if (SUREWARE_error_init) { + SUREWARE_error_init = 0; #ifndef OPENSSL_NO_ERR - ERR_load_strings(SUREWARE_lib_error_code,SUREWARE_str_functs); - ERR_load_strings(SUREWARE_lib_error_code,SUREWARE_str_reasons); + ERR_load_strings(SUREWARE_lib_error_code, SUREWARE_str_functs); + ERR_load_strings(SUREWARE_lib_error_code, SUREWARE_str_reasons); #endif #ifdef SUREWARE_LIB_NAME - SUREWARE_lib_name->error = ERR_PACK(SUREWARE_lib_error_code,0,0); - ERR_load_strings(0,SUREWARE_lib_name); + SUREWARE_lib_name->error = ERR_PACK(SUREWARE_lib_error_code, 0, 0); + ERR_load_strings(0, SUREWARE_lib_name); #endif - } - } + } +} static void ERR_unload_SUREWARE_strings(void) - { - if (SUREWARE_error_init == 0) - { +{ + if (SUREWARE_error_init == 0) { #ifndef OPENSSL_NO_ERR - ERR_unload_strings(SUREWARE_lib_error_code,SUREWARE_str_functs); - ERR_unload_strings(SUREWARE_lib_error_code,SUREWARE_str_reasons); + ERR_unload_strings(SUREWARE_lib_error_code, SUREWARE_str_functs); + ERR_unload_strings(SUREWARE_lib_error_code, SUREWARE_str_reasons); #endif #ifdef SUREWARE_LIB_NAME - ERR_unload_strings(0,SUREWARE_lib_name); + ERR_unload_strings(0, SUREWARE_lib_name); #endif - SUREWARE_error_init=1; - } - } + SUREWARE_error_init = 1; + } +} static void ERR_SUREWARE_error(int function, int reason, char *file, int line) - { - if (SUREWARE_lib_error_code == 0) - SUREWARE_lib_error_code=ERR_get_next_error_library(); - ERR_PUT_error(SUREWARE_lib_error_code,function,reason,file,line); - } +{ + if (SUREWARE_lib_error_code == 0) + SUREWARE_lib_error_code = ERR_get_next_error_library(); + ERR_PUT_error(SUREWARE_lib_error_code, function, reason, file, line); +} diff --git a/openssl/engines/e_sureware_err.h b/openssl/engines/e_sureware_err.h index ec8ed0c59..bef862392 100644 --- a/openssl/engines/e_sureware_err.h +++ b/openssl/engines/e_sureware_err.h @@ -6,7 +6,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -53,48 +53,50 @@ */ #ifndef HEADER_SUREWARE_ERR_H -#define HEADER_SUREWARE_ERR_H +# define HEADER_SUREWARE_ERR_H #ifdef __cplusplus extern "C" { #endif /* BEGIN ERROR CODES */ -/* The following lines are auto generated by the script mkerr.pl. Any changes +/* + * The following lines are auto generated by the script mkerr.pl. Any changes * made after this point may be overwritten when the script is next run. */ static void ERR_load_SUREWARE_strings(void); static void ERR_unload_SUREWARE_strings(void); -static void ERR_SUREWARE_error(int function, int reason, char *file, int line); -#define SUREWAREerr(f,r) ERR_SUREWARE_error((f),(r),__FILE__,__LINE__) +static void ERR_SUREWARE_error(int function, int reason, char *file, + int line); +# define SUREWAREerr(f,r) ERR_SUREWARE_error((f),(r),__FILE__,__LINE__) /* Error codes for the SUREWARE functions. */ /* Function codes. */ -#define SUREWARE_F_SUREWAREHK_CTRL 100 -#define SUREWARE_F_SUREWAREHK_DH_EX_FREE 112 -#define SUREWARE_F_SUREWAREHK_DSA_DO_SIGN 101 -#define SUREWARE_F_SUREWAREHK_EX_FREE 102 -#define SUREWARE_F_SUREWAREHK_FINISH 103 -#define SUREWARE_F_SUREWAREHK_INIT 104 -#define SUREWARE_F_SUREWAREHK_LOAD_PRIVKEY 105 -#define SUREWARE_F_SUREWAREHK_LOAD_PUBKEY 113 -#define SUREWARE_F_SUREWAREHK_MODEXP 107 -#define SUREWARE_F_SUREWAREHK_RAND_BYTES 108 -#define SUREWARE_F_SUREWAREHK_RAND_SEED 109 -#define SUREWARE_F_SUREWAREHK_RSA_PRIV_DEC 110 -#define SUREWARE_F_SUREWAREHK_RSA_SIGN 111 -#define SUREWARE_F_SUREWARE_LOAD_PUBLIC 106 +# define SUREWARE_F_SUREWAREHK_CTRL 100 +# define SUREWARE_F_SUREWAREHK_DH_EX_FREE 112 +# define SUREWARE_F_SUREWAREHK_DSA_DO_SIGN 101 +# define SUREWARE_F_SUREWAREHK_EX_FREE 102 +# define SUREWARE_F_SUREWAREHK_FINISH 103 +# define SUREWARE_F_SUREWAREHK_INIT 104 +# define SUREWARE_F_SUREWAREHK_LOAD_PRIVKEY 105 +# define SUREWARE_F_SUREWAREHK_LOAD_PUBKEY 113 +# define SUREWARE_F_SUREWAREHK_MODEXP 107 +# define SUREWARE_F_SUREWAREHK_RAND_BYTES 108 +# define SUREWARE_F_SUREWAREHK_RAND_SEED 109 +# define SUREWARE_F_SUREWAREHK_RSA_PRIV_DEC 110 +# define SUREWARE_F_SUREWAREHK_RSA_SIGN 111 +# define SUREWARE_F_SUREWARE_LOAD_PUBLIC 106 /* Reason codes. */ -#define SUREWARE_R_BIO_WAS_FREED 100 -#define SUREWARE_R_MISSING_KEY_COMPONENTS 105 -#define SUREWARE_R_PADDING_CHECK_FAILED 106 -#define SUREWARE_R_REQUEST_FAILED 101 -#define SUREWARE_R_REQUEST_FALLBACK 102 -#define SUREWARE_R_SIZE_TOO_LARGE_OR_TOO_SMALL 103 -#define SUREWARE_R_UNIT_FAILURE 104 -#define SUREWARE_R_UNKNOWN_PADDING_TYPE 107 +# define SUREWARE_R_BIO_WAS_FREED 100 +# define SUREWARE_R_MISSING_KEY_COMPONENTS 105 +# define SUREWARE_R_PADDING_CHECK_FAILED 106 +# define SUREWARE_R_REQUEST_FAILED 101 +# define SUREWARE_R_REQUEST_FALLBACK 102 +# define SUREWARE_R_SIZE_TOO_LARGE_OR_TOO_SMALL 103 +# define SUREWARE_R_UNIT_FAILURE 104 +# define SUREWARE_R_UNKNOWN_PADDING_TYPE 107 #ifdef __cplusplus } diff --git a/openssl/engines/e_ubsec.c b/openssl/engines/e_ubsec.c index aa5709bd8..2d6331d69 100644 --- a/openssl/engines/e_ubsec.c +++ b/openssl/engines/e_ubsec.c @@ -1,8 +1,7 @@ /* crypto/engine/hw_ubsec.c */ -/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL - * project 2000. - * - * Cloned shamelessly by Joe Tardo. +/* + * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project + * 2000. Cloned shamelessly by Joe Tardo. */ /* ==================================================================== * Copyright (c) 1999-2001 The OpenSSL Project. All rights reserved. @@ -12,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -65,1005 +64,1022 @@ #include #include #ifndef OPENSSL_NO_RSA -#include +# include #endif #ifndef OPENSSL_NO_DSA -#include +# include #endif #ifndef OPENSSL_NO_DH -#include +# include #endif #include #ifndef OPENSSL_NO_HW -#ifndef OPENSSL_NO_HW_UBSEC +# ifndef OPENSSL_NO_HW_UBSEC -#ifdef FLAT_INC -#include "hw_ubsec.h" -#else -#include "vendor_defns/hw_ubsec.h" -#endif +# ifdef FLAT_INC +# include "hw_ubsec.h" +# else +# include "vendor_defns/hw_ubsec.h" +# endif -#define UBSEC_LIB_NAME "ubsec engine" -#include "e_ubsec_err.c" +# define UBSEC_LIB_NAME "ubsec engine" +# include "e_ubsec_err.c" -#define FAIL_TO_SOFTWARE -15 +# define FAIL_TO_SOFTWARE -15 static int ubsec_destroy(ENGINE *e); static int ubsec_init(ENGINE *e); static int ubsec_finish(ENGINE *e); -static int ubsec_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void)); +static int ubsec_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void)); static int ubsec_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, - const BIGNUM *m, BN_CTX *ctx); -#ifndef OPENSSL_NO_RSA + const BIGNUM *m, BN_CTX *ctx); +# ifndef OPENSSL_NO_RSA static int ubsec_mod_exp_crt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, - const BIGNUM *q, const BIGNUM *dp, - const BIGNUM *dq, const BIGNUM *qinv, BN_CTX *ctx); -static int ubsec_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx); + const BIGNUM *q, const BIGNUM *dp, + const BIGNUM *dq, const BIGNUM *qinv, + BN_CTX *ctx); +static int ubsec_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, + BN_CTX *ctx); static int ubsec_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, - const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); -#endif -#ifndef OPENSSL_NO_DSA -#ifdef NOT_USED + const BIGNUM *m, BN_CTX *ctx, + BN_MONT_CTX *m_ctx); +# endif +# ifndef OPENSSL_NO_DSA +# ifdef NOT_USED static int ubsec_dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1, - BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m, - BN_CTX *ctx, BN_MONT_CTX *in_mont); + BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m, + BN_CTX *ctx, BN_MONT_CTX *in_mont); static int ubsec_mod_exp_dsa(DSA *dsa, BIGNUM *r, BIGNUM *a, - const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, - BN_MONT_CTX *m_ctx); -#endif -static DSA_SIG *ubsec_dsa_do_sign(const unsigned char *dgst, int dlen, DSA *dsa); + const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, + BN_MONT_CTX *m_ctx); +# endif +static DSA_SIG *ubsec_dsa_do_sign(const unsigned char *dgst, int dlen, + DSA *dsa); static int ubsec_dsa_verify(const unsigned char *dgst, int dgst_len, - DSA_SIG *sig, DSA *dsa); -#endif -#ifndef OPENSSL_NO_DH + DSA_SIG *sig, DSA *dsa); +# endif +# ifndef OPENSSL_NO_DH static int ubsec_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a, - const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, - BN_MONT_CTX *m_ctx); -static int ubsec_dh_compute_key(unsigned char *key,const BIGNUM *pub_key,DH *dh); + const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, + BN_MONT_CTX *m_ctx); +static int ubsec_dh_compute_key(unsigned char *key, const BIGNUM *pub_key, + DH *dh); static int ubsec_dh_generate_key(DH *dh); -#endif +# endif -#ifdef NOT_USED +# ifdef NOT_USED static int ubsec_rand_bytes(unsigned char *buf, int num); static int ubsec_rand_status(void); -#endif +# endif -#define UBSEC_CMD_SO_PATH ENGINE_CMD_BASE +# define UBSEC_CMD_SO_PATH ENGINE_CMD_BASE static const ENGINE_CMD_DEFN ubsec_cmd_defns[] = { - {UBSEC_CMD_SO_PATH, - "SO_PATH", - "Specifies the path to the 'ubsec' shared library", - ENGINE_CMD_FLAG_STRING}, - {0, NULL, NULL, 0} - }; - -#ifndef OPENSSL_NO_RSA + {UBSEC_CMD_SO_PATH, + "SO_PATH", + "Specifies the path to the 'ubsec' shared library", + ENGINE_CMD_FLAG_STRING}, + {0, NULL, NULL, 0} +}; + +# ifndef OPENSSL_NO_RSA /* Our internal RSA_METHOD that we provide pointers to */ -static RSA_METHOD ubsec_rsa = - { - "UBSEC RSA method", - NULL, - NULL, - NULL, - NULL, - ubsec_rsa_mod_exp, - ubsec_mod_exp_mont, - NULL, - NULL, - 0, - NULL, - NULL, - NULL, - NULL - }; -#endif - -#ifndef OPENSSL_NO_DSA +static RSA_METHOD ubsec_rsa = { + "UBSEC RSA method", + NULL, + NULL, + NULL, + NULL, + ubsec_rsa_mod_exp, + ubsec_mod_exp_mont, + NULL, + NULL, + 0, + NULL, + NULL, + NULL, + NULL +}; +# endif + +# ifndef OPENSSL_NO_DSA /* Our internal DSA_METHOD that we provide pointers to */ -static DSA_METHOD ubsec_dsa = - { - "UBSEC DSA method", - ubsec_dsa_do_sign, /* dsa_do_sign */ - NULL, /* dsa_sign_setup */ - ubsec_dsa_verify, /* dsa_do_verify */ - NULL, /* ubsec_dsa_mod_exp */ /* dsa_mod_exp */ - NULL, /* ubsec_mod_exp_dsa */ /* bn_mod_exp */ - NULL, /* init */ - NULL, /* finish */ - 0, /* flags */ - NULL, /* app_data */ - NULL, /* dsa_paramgen */ - NULL /* dsa_keygen */ - }; -#endif - -#ifndef OPENSSL_NO_DH +static DSA_METHOD ubsec_dsa = { + "UBSEC DSA method", + ubsec_dsa_do_sign, /* dsa_do_sign */ + NULL, /* dsa_sign_setup */ + ubsec_dsa_verify, /* dsa_do_verify */ + NULL, /* ubsec_dsa_mod_exp *//* dsa_mod_exp */ + NULL, /* ubsec_mod_exp_dsa *//* bn_mod_exp */ + NULL, /* init */ + NULL, /* finish */ + 0, /* flags */ + NULL, /* app_data */ + NULL, /* dsa_paramgen */ + NULL /* dsa_keygen */ +}; +# endif + +# ifndef OPENSSL_NO_DH /* Our internal DH_METHOD that we provide pointers to */ -static DH_METHOD ubsec_dh = - { - "UBSEC DH method", - ubsec_dh_generate_key, - ubsec_dh_compute_key, - ubsec_mod_exp_dh, - NULL, - NULL, - 0, - NULL, - NULL - }; -#endif +static DH_METHOD ubsec_dh = { + "UBSEC DH method", + ubsec_dh_generate_key, + ubsec_dh_compute_key, + ubsec_mod_exp_dh, + NULL, + NULL, + 0, + NULL, + NULL +}; +# endif /* Constants used when creating the ENGINE */ static const char *engine_ubsec_id = "ubsec"; static const char *engine_ubsec_name = "UBSEC hardware engine support"; -/* This internal function is used by ENGINE_ubsec() and possibly by the - * "dynamic" ENGINE support too */ +/* + * This internal function is used by ENGINE_ubsec() and possibly by the + * "dynamic" ENGINE support too + */ static int bind_helper(ENGINE *e) - { -#ifndef OPENSSL_NO_RSA - const RSA_METHOD *meth1; -#endif -#ifndef OPENSSL_NO_DH -#ifndef HAVE_UBSEC_DH - const DH_METHOD *meth3; -#endif /* HAVE_UBSEC_DH */ -#endif - if(!ENGINE_set_id(e, engine_ubsec_id) || - !ENGINE_set_name(e, engine_ubsec_name) || -#ifndef OPENSSL_NO_RSA - !ENGINE_set_RSA(e, &ubsec_rsa) || -#endif -#ifndef OPENSSL_NO_DSA - !ENGINE_set_DSA(e, &ubsec_dsa) || -#endif -#ifndef OPENSSL_NO_DH - !ENGINE_set_DH(e, &ubsec_dh) || -#endif - !ENGINE_set_destroy_function(e, ubsec_destroy) || - !ENGINE_set_init_function(e, ubsec_init) || - !ENGINE_set_finish_function(e, ubsec_finish) || - !ENGINE_set_ctrl_function(e, ubsec_ctrl) || - !ENGINE_set_cmd_defns(e, ubsec_cmd_defns)) - return 0; - -#ifndef OPENSSL_NO_RSA - /* We know that the "PKCS1_SSLeay()" functions hook properly - * to the Broadcom-specific mod_exp and mod_exp_crt so we use - * those functions. NB: We don't use ENGINE_openssl() or - * anything "more generic" because something like the RSAref - * code may not hook properly, and if you own one of these - * cards then you have the right to do RSA operations on it - * anyway! */ - meth1 = RSA_PKCS1_SSLeay(); - ubsec_rsa.rsa_pub_enc = meth1->rsa_pub_enc; - ubsec_rsa.rsa_pub_dec = meth1->rsa_pub_dec; - ubsec_rsa.rsa_priv_enc = meth1->rsa_priv_enc; - ubsec_rsa.rsa_priv_dec = meth1->rsa_priv_dec; -#endif - -#ifndef OPENSSL_NO_DH -#ifndef HAVE_UBSEC_DH - /* Much the same for Diffie-Hellman */ - meth3 = DH_OpenSSL(); - ubsec_dh.generate_key = meth3->generate_key; - ubsec_dh.compute_key = meth3->compute_key; -#endif /* HAVE_UBSEC_DH */ -#endif - - /* Ensure the ubsec error handling is set up */ - ERR_load_UBSEC_strings(); - return 1; - } +{ +# ifndef OPENSSL_NO_RSA + const RSA_METHOD *meth1; +# endif +# ifndef OPENSSL_NO_DH +# ifndef HAVE_UBSEC_DH + const DH_METHOD *meth3; +# endif /* HAVE_UBSEC_DH */ +# endif + if (!ENGINE_set_id(e, engine_ubsec_id) || + !ENGINE_set_name(e, engine_ubsec_name) || +# ifndef OPENSSL_NO_RSA + !ENGINE_set_RSA(e, &ubsec_rsa) || +# endif +# ifndef OPENSSL_NO_DSA + !ENGINE_set_DSA(e, &ubsec_dsa) || +# endif +# ifndef OPENSSL_NO_DH + !ENGINE_set_DH(e, &ubsec_dh) || +# endif + !ENGINE_set_destroy_function(e, ubsec_destroy) || + !ENGINE_set_init_function(e, ubsec_init) || + !ENGINE_set_finish_function(e, ubsec_finish) || + !ENGINE_set_ctrl_function(e, ubsec_ctrl) || + !ENGINE_set_cmd_defns(e, ubsec_cmd_defns)) + return 0; + +# ifndef OPENSSL_NO_RSA + /* + * We know that the "PKCS1_SSLeay()" functions hook properly to the + * Broadcom-specific mod_exp and mod_exp_crt so we use those functions. + * NB: We don't use ENGINE_openssl() or anything "more generic" because + * something like the RSAref code may not hook properly, and if you own + * one of these cards then you have the right to do RSA operations on it + * anyway! + */ + meth1 = RSA_PKCS1_SSLeay(); + ubsec_rsa.rsa_pub_enc = meth1->rsa_pub_enc; + ubsec_rsa.rsa_pub_dec = meth1->rsa_pub_dec; + ubsec_rsa.rsa_priv_enc = meth1->rsa_priv_enc; + ubsec_rsa.rsa_priv_dec = meth1->rsa_priv_dec; +# endif + +# ifndef OPENSSL_NO_DH +# ifndef HAVE_UBSEC_DH + /* Much the same for Diffie-Hellman */ + meth3 = DH_OpenSSL(); + ubsec_dh.generate_key = meth3->generate_key; + ubsec_dh.compute_key = meth3->compute_key; +# endif /* HAVE_UBSEC_DH */ +# endif + + /* Ensure the ubsec error handling is set up */ + ERR_load_UBSEC_strings(); + return 1; +} -#ifdef OPENSSL_NO_DYNAMIC_ENGINE +# ifdef OPENSSL_NO_DYNAMIC_ENGINE static ENGINE *engine_ubsec(void) - { - ENGINE *ret = ENGINE_new(); - if(!ret) - return NULL; - if(!bind_helper(ret)) - { - ENGINE_free(ret); - return NULL; - } - return ret; - } +{ + ENGINE *ret = ENGINE_new(); + if (!ret) + return NULL; + if (!bind_helper(ret)) { + ENGINE_free(ret); + return NULL; + } + return ret; +} void ENGINE_load_ubsec(void) - { - /* Copied from eng_[openssl|dyn].c */ - ENGINE *toadd = engine_ubsec(); - if(!toadd) return; - ENGINE_add(toadd); - ENGINE_free(toadd); - ERR_clear_error(); - } -#endif +{ + /* Copied from eng_[openssl|dyn].c */ + ENGINE *toadd = engine_ubsec(); + if (!toadd) + return; + ENGINE_add(toadd); + ENGINE_free(toadd); + ERR_clear_error(); +} +# endif -/* This is a process-global DSO handle used for loading and unloading - * the UBSEC library. NB: This is only set (or unset) during an - * init() or finish() call (reference counts permitting) and they're - * operating with global locks, so this should be thread-safe - * implicitly. */ +/* + * This is a process-global DSO handle used for loading and unloading the + * UBSEC library. NB: This is only set (or unset) during an init() or + * finish() call (reference counts permitting) and they're operating with + * global locks, so this should be thread-safe implicitly. + */ static DSO *ubsec_dso = NULL; -/* These are the function pointers that are (un)set when the library has - * successfully (un)loaded. */ +/* + * These are the function pointers that are (un)set when the library has + * successfully (un)loaded. + */ static t_UBSEC_ubsec_bytes_to_bits *p_UBSEC_ubsec_bytes_to_bits = NULL; static t_UBSEC_ubsec_bits_to_bytes *p_UBSEC_ubsec_bits_to_bytes = NULL; static t_UBSEC_ubsec_open *p_UBSEC_ubsec_open = NULL; static t_UBSEC_ubsec_close *p_UBSEC_ubsec_close = NULL; -#ifndef OPENSSL_NO_DH -static t_UBSEC_diffie_hellman_generate_ioctl - *p_UBSEC_diffie_hellman_generate_ioctl = NULL; -static t_UBSEC_diffie_hellman_agree_ioctl *p_UBSEC_diffie_hellman_agree_ioctl = NULL; -#endif -#ifndef OPENSSL_NO_RSA +# ifndef OPENSSL_NO_DH +static t_UBSEC_diffie_hellman_generate_ioctl + * p_UBSEC_diffie_hellman_generate_ioctl = NULL; +static t_UBSEC_diffie_hellman_agree_ioctl *p_UBSEC_diffie_hellman_agree_ioctl + = NULL; +# endif +# ifndef OPENSSL_NO_RSA static t_UBSEC_rsa_mod_exp_ioctl *p_UBSEC_rsa_mod_exp_ioctl = NULL; static t_UBSEC_rsa_mod_exp_crt_ioctl *p_UBSEC_rsa_mod_exp_crt_ioctl = NULL; -#endif -#ifndef OPENSSL_NO_DSA +# endif +# ifndef OPENSSL_NO_DSA static t_UBSEC_dsa_sign_ioctl *p_UBSEC_dsa_sign_ioctl = NULL; static t_UBSEC_dsa_verify_ioctl *p_UBSEC_dsa_verify_ioctl = NULL; -#endif +# endif static t_UBSEC_math_accelerate_ioctl *p_UBSEC_math_accelerate_ioctl = NULL; static t_UBSEC_rng_ioctl *p_UBSEC_rng_ioctl = NULL; static t_UBSEC_max_key_len_ioctl *p_UBSEC_max_key_len_ioctl = NULL; static int max_key_len = 1024; /* ??? */ -/* +/* * These are the static string constants for the DSO file name and the function - * symbol names to bind to. + * symbol names to bind to. */ static const char *UBSEC_LIBNAME = NULL; static const char *get_UBSEC_LIBNAME(void) - { - if(UBSEC_LIBNAME) - return UBSEC_LIBNAME; - return "ubsec"; - } +{ + if (UBSEC_LIBNAME) + return UBSEC_LIBNAME; + return "ubsec"; +} + static void free_UBSEC_LIBNAME(void) - { - if(UBSEC_LIBNAME) - OPENSSL_free((void*)UBSEC_LIBNAME); - UBSEC_LIBNAME = NULL; - } +{ + if (UBSEC_LIBNAME) + OPENSSL_free((void *)UBSEC_LIBNAME); + UBSEC_LIBNAME = NULL; +} + static long set_UBSEC_LIBNAME(const char *name) - { - free_UBSEC_LIBNAME(); - return (((UBSEC_LIBNAME = BUF_strdup(name)) != NULL) ? 1 : 0); - } +{ + free_UBSEC_LIBNAME(); + return (((UBSEC_LIBNAME = BUF_strdup(name)) != NULL) ? 1 : 0); +} + static const char *UBSEC_F1 = "ubsec_bytes_to_bits"; static const char *UBSEC_F2 = "ubsec_bits_to_bytes"; static const char *UBSEC_F3 = "ubsec_open"; static const char *UBSEC_F4 = "ubsec_close"; -#ifndef OPENSSL_NO_DH +# ifndef OPENSSL_NO_DH static const char *UBSEC_F5 = "diffie_hellman_generate_ioctl"; static const char *UBSEC_F6 = "diffie_hellman_agree_ioctl"; -#endif +# endif /* #ifndef OPENSSL_NO_RSA */ static const char *UBSEC_F7 = "rsa_mod_exp_ioctl"; static const char *UBSEC_F8 = "rsa_mod_exp_crt_ioctl"; /* #endif */ -#ifndef OPENSSL_NO_DSA +# ifndef OPENSSL_NO_DSA static const char *UBSEC_F9 = "dsa_sign_ioctl"; static const char *UBSEC_F10 = "dsa_verify_ioctl"; -#endif +# endif static const char *UBSEC_F11 = "math_accelerate_ioctl"; static const char *UBSEC_F12 = "rng_ioctl"; static const char *UBSEC_F13 = "ubsec_max_key_len_ioctl"; /* Destructor (complements the "ENGINE_ubsec()" constructor) */ static int ubsec_destroy(ENGINE *e) - { - free_UBSEC_LIBNAME(); - ERR_unload_UBSEC_strings(); - return 1; - } +{ + free_UBSEC_LIBNAME(); + ERR_unload_UBSEC_strings(); + return 1; +} /* (de)initialisation functions. */ static int ubsec_init(ENGINE *e) - { - t_UBSEC_ubsec_bytes_to_bits *p1; - t_UBSEC_ubsec_bits_to_bytes *p2; - t_UBSEC_ubsec_open *p3; - t_UBSEC_ubsec_close *p4; -#ifndef OPENSSL_NO_DH - t_UBSEC_diffie_hellman_generate_ioctl *p5; - t_UBSEC_diffie_hellman_agree_ioctl *p6; -#endif +{ + t_UBSEC_ubsec_bytes_to_bits *p1; + t_UBSEC_ubsec_bits_to_bytes *p2; + t_UBSEC_ubsec_open *p3; + t_UBSEC_ubsec_close *p4; +# ifndef OPENSSL_NO_DH + t_UBSEC_diffie_hellman_generate_ioctl *p5; + t_UBSEC_diffie_hellman_agree_ioctl *p6; +# endif /* #ifndef OPENSSL_NO_RSA */ - t_UBSEC_rsa_mod_exp_ioctl *p7; - t_UBSEC_rsa_mod_exp_crt_ioctl *p8; + t_UBSEC_rsa_mod_exp_ioctl *p7; + t_UBSEC_rsa_mod_exp_crt_ioctl *p8; /* #endif */ -#ifndef OPENSSL_NO_DSA - t_UBSEC_dsa_sign_ioctl *p9; - t_UBSEC_dsa_verify_ioctl *p10; -#endif - t_UBSEC_math_accelerate_ioctl *p11; - t_UBSEC_rng_ioctl *p12; - t_UBSEC_max_key_len_ioctl *p13; - int fd = 0; - - if(ubsec_dso != NULL) - { - UBSECerr(UBSEC_F_UBSEC_INIT, UBSEC_R_ALREADY_LOADED); - goto err; - } - /* - * Attempt to load libubsec.so/ubsec.dll/whatever. - */ - ubsec_dso = DSO_load(NULL, get_UBSEC_LIBNAME(), NULL, 0); - if(ubsec_dso == NULL) - { - UBSECerr(UBSEC_F_UBSEC_INIT, UBSEC_R_DSO_FAILURE); - goto err; - } - - if ( - !(p1 = (t_UBSEC_ubsec_bytes_to_bits *) DSO_bind_func(ubsec_dso, UBSEC_F1)) || - !(p2 = (t_UBSEC_ubsec_bits_to_bytes *) DSO_bind_func(ubsec_dso, UBSEC_F2)) || - !(p3 = (t_UBSEC_ubsec_open *) DSO_bind_func(ubsec_dso, UBSEC_F3)) || - !(p4 = (t_UBSEC_ubsec_close *) DSO_bind_func(ubsec_dso, UBSEC_F4)) || -#ifndef OPENSSL_NO_DH - !(p5 = (t_UBSEC_diffie_hellman_generate_ioctl *) - DSO_bind_func(ubsec_dso, UBSEC_F5)) || - !(p6 = (t_UBSEC_diffie_hellman_agree_ioctl *) - DSO_bind_func(ubsec_dso, UBSEC_F6)) || -#endif +# ifndef OPENSSL_NO_DSA + t_UBSEC_dsa_sign_ioctl *p9; + t_UBSEC_dsa_verify_ioctl *p10; +# endif + t_UBSEC_math_accelerate_ioctl *p11; + t_UBSEC_rng_ioctl *p12; + t_UBSEC_max_key_len_ioctl *p13; + int fd = 0; + + if (ubsec_dso != NULL) { + UBSECerr(UBSEC_F_UBSEC_INIT, UBSEC_R_ALREADY_LOADED); + goto err; + } + /* + * Attempt to load libubsec.so/ubsec.dll/whatever. + */ + ubsec_dso = DSO_load(NULL, get_UBSEC_LIBNAME(), NULL, 0); + if (ubsec_dso == NULL) { + UBSECerr(UBSEC_F_UBSEC_INIT, UBSEC_R_DSO_FAILURE); + goto err; + } + + if (!(p1 = (t_UBSEC_ubsec_bytes_to_bits *) + DSO_bind_func(ubsec_dso, UBSEC_F1)) + || !(p2 = (t_UBSEC_ubsec_bits_to_bytes *) + DSO_bind_func(ubsec_dso, UBSEC_F2)) + || !(p3 = (t_UBSEC_ubsec_open *) + DSO_bind_func(ubsec_dso, UBSEC_F3)) + || !(p4 = (t_UBSEC_ubsec_close *) + DSO_bind_func(ubsec_dso, UBSEC_F4)) +# ifndef OPENSSL_NO_DH + || !(p5 = (t_UBSEC_diffie_hellman_generate_ioctl *) + DSO_bind_func(ubsec_dso, UBSEC_F5)) + || !(p6 = (t_UBSEC_diffie_hellman_agree_ioctl *) + DSO_bind_func(ubsec_dso, UBSEC_F6)) +# endif /* #ifndef OPENSSL_NO_RSA */ - !(p7 = (t_UBSEC_rsa_mod_exp_ioctl *) DSO_bind_func(ubsec_dso, UBSEC_F7)) || - !(p8 = (t_UBSEC_rsa_mod_exp_crt_ioctl *) DSO_bind_func(ubsec_dso, UBSEC_F8)) || + || !(p7 = (t_UBSEC_rsa_mod_exp_ioctl *) + DSO_bind_func(ubsec_dso, UBSEC_F7)) + || !(p8 = (t_UBSEC_rsa_mod_exp_crt_ioctl *) + DSO_bind_func(ubsec_dso, UBSEC_F8)) /* #endif */ -#ifndef OPENSSL_NO_DSA - !(p9 = (t_UBSEC_dsa_sign_ioctl *) DSO_bind_func(ubsec_dso, UBSEC_F9)) || - !(p10 = (t_UBSEC_dsa_verify_ioctl *) DSO_bind_func(ubsec_dso, UBSEC_F10)) || -#endif - !(p11 = (t_UBSEC_math_accelerate_ioctl *) - DSO_bind_func(ubsec_dso, UBSEC_F11)) || - !(p12 = (t_UBSEC_rng_ioctl *) DSO_bind_func(ubsec_dso, UBSEC_F12)) || - !(p13 = (t_UBSEC_max_key_len_ioctl *) DSO_bind_func(ubsec_dso, UBSEC_F13))) - { - UBSECerr(UBSEC_F_UBSEC_INIT, UBSEC_R_DSO_FAILURE); - goto err; - } - - /* Copy the pointers */ - p_UBSEC_ubsec_bytes_to_bits = p1; - p_UBSEC_ubsec_bits_to_bytes = p2; - p_UBSEC_ubsec_open = p3; - p_UBSEC_ubsec_close = p4; -#ifndef OPENSSL_NO_DH - p_UBSEC_diffie_hellman_generate_ioctl = p5; - p_UBSEC_diffie_hellman_agree_ioctl = p6; -#endif -#ifndef OPENSSL_NO_RSA - p_UBSEC_rsa_mod_exp_ioctl = p7; - p_UBSEC_rsa_mod_exp_crt_ioctl = p8; -#endif -#ifndef OPENSSL_NO_DSA - p_UBSEC_dsa_sign_ioctl = p9; - p_UBSEC_dsa_verify_ioctl = p10; -#endif - p_UBSEC_math_accelerate_ioctl = p11; - p_UBSEC_rng_ioctl = p12; - p_UBSEC_max_key_len_ioctl = p13; - - /* Perform an open to see if there's actually any unit running. */ - if (((fd = p_UBSEC_ubsec_open(UBSEC_KEY_DEVICE_NAME)) > 0) && (p_UBSEC_max_key_len_ioctl(fd, &max_key_len) == 0)) - { - p_UBSEC_ubsec_close(fd); - return 1; - } - else - { - UBSECerr(UBSEC_F_UBSEC_INIT, UBSEC_R_UNIT_FAILURE); - } - -err: - if(ubsec_dso) - DSO_free(ubsec_dso); - ubsec_dso = NULL; - p_UBSEC_ubsec_bytes_to_bits = NULL; - p_UBSEC_ubsec_bits_to_bytes = NULL; - p_UBSEC_ubsec_open = NULL; - p_UBSEC_ubsec_close = NULL; -#ifndef OPENSSL_NO_DH - p_UBSEC_diffie_hellman_generate_ioctl = NULL; - p_UBSEC_diffie_hellman_agree_ioctl = NULL; -#endif -#ifndef OPENSSL_NO_RSA - p_UBSEC_rsa_mod_exp_ioctl = NULL; - p_UBSEC_rsa_mod_exp_crt_ioctl = NULL; -#endif -#ifndef OPENSSL_NO_DSA - p_UBSEC_dsa_sign_ioctl = NULL; - p_UBSEC_dsa_verify_ioctl = NULL; -#endif - p_UBSEC_math_accelerate_ioctl = NULL; - p_UBSEC_rng_ioctl = NULL; - p_UBSEC_max_key_len_ioctl = NULL; - - return 0; - } +# ifndef OPENSSL_NO_DSA + || !(p9 = (t_UBSEC_dsa_sign_ioctl *) + DSO_bind_func(ubsec_dso, UBSEC_F9)) + || !(p10 = (t_UBSEC_dsa_verify_ioctl *) + DSO_bind_func(ubsec_dso, UBSEC_F10)) +# endif + || !(p11 = (t_UBSEC_math_accelerate_ioctl *) + DSO_bind_func(ubsec_dso, UBSEC_F11)) + || !(p12 = (t_UBSEC_rng_ioctl *) + DSO_bind_func(ubsec_dso, UBSEC_F12)) + || !(p13 = (t_UBSEC_max_key_len_ioctl *) + DSO_bind_func(ubsec_dso, UBSEC_F13))) { + UBSECerr(UBSEC_F_UBSEC_INIT, UBSEC_R_DSO_FAILURE); + goto err; + } + + /* Copy the pointers */ + p_UBSEC_ubsec_bytes_to_bits = p1; + p_UBSEC_ubsec_bits_to_bytes = p2; + p_UBSEC_ubsec_open = p3; + p_UBSEC_ubsec_close = p4; +# ifndef OPENSSL_NO_DH + p_UBSEC_diffie_hellman_generate_ioctl = p5; + p_UBSEC_diffie_hellman_agree_ioctl = p6; +# endif +# ifndef OPENSSL_NO_RSA + p_UBSEC_rsa_mod_exp_ioctl = p7; + p_UBSEC_rsa_mod_exp_crt_ioctl = p8; +# endif +# ifndef OPENSSL_NO_DSA + p_UBSEC_dsa_sign_ioctl = p9; + p_UBSEC_dsa_verify_ioctl = p10; +# endif + p_UBSEC_math_accelerate_ioctl = p11; + p_UBSEC_rng_ioctl = p12; + p_UBSEC_max_key_len_ioctl = p13; + + /* Perform an open to see if there's actually any unit running. */ + if (((fd = p_UBSEC_ubsec_open(UBSEC_KEY_DEVICE_NAME)) > 0) + && (p_UBSEC_max_key_len_ioctl(fd, &max_key_len) == 0)) { + p_UBSEC_ubsec_close(fd); + return 1; + } else { + UBSECerr(UBSEC_F_UBSEC_INIT, UBSEC_R_UNIT_FAILURE); + } + + err: + if (ubsec_dso) + DSO_free(ubsec_dso); + ubsec_dso = NULL; + p_UBSEC_ubsec_bytes_to_bits = NULL; + p_UBSEC_ubsec_bits_to_bytes = NULL; + p_UBSEC_ubsec_open = NULL; + p_UBSEC_ubsec_close = NULL; +# ifndef OPENSSL_NO_DH + p_UBSEC_diffie_hellman_generate_ioctl = NULL; + p_UBSEC_diffie_hellman_agree_ioctl = NULL; +# endif +# ifndef OPENSSL_NO_RSA + p_UBSEC_rsa_mod_exp_ioctl = NULL; + p_UBSEC_rsa_mod_exp_crt_ioctl = NULL; +# endif +# ifndef OPENSSL_NO_DSA + p_UBSEC_dsa_sign_ioctl = NULL; + p_UBSEC_dsa_verify_ioctl = NULL; +# endif + p_UBSEC_math_accelerate_ioctl = NULL; + p_UBSEC_rng_ioctl = NULL; + p_UBSEC_max_key_len_ioctl = NULL; + + return 0; +} static int ubsec_finish(ENGINE *e) - { - free_UBSEC_LIBNAME(); - if(ubsec_dso == NULL) - { - UBSECerr(UBSEC_F_UBSEC_FINISH, UBSEC_R_NOT_LOADED); - return 0; - } - if(!DSO_free(ubsec_dso)) - { - UBSECerr(UBSEC_F_UBSEC_FINISH, UBSEC_R_DSO_FAILURE); - return 0; - } - ubsec_dso = NULL; - p_UBSEC_ubsec_bytes_to_bits = NULL; - p_UBSEC_ubsec_bits_to_bytes = NULL; - p_UBSEC_ubsec_open = NULL; - p_UBSEC_ubsec_close = NULL; -#ifndef OPENSSL_NO_DH - p_UBSEC_diffie_hellman_generate_ioctl = NULL; - p_UBSEC_diffie_hellman_agree_ioctl = NULL; -#endif -#ifndef OPENSSL_NO_RSA - p_UBSEC_rsa_mod_exp_ioctl = NULL; - p_UBSEC_rsa_mod_exp_crt_ioctl = NULL; -#endif -#ifndef OPENSSL_NO_DSA - p_UBSEC_dsa_sign_ioctl = NULL; - p_UBSEC_dsa_verify_ioctl = NULL; -#endif - p_UBSEC_math_accelerate_ioctl = NULL; - p_UBSEC_rng_ioctl = NULL; - p_UBSEC_max_key_len_ioctl = NULL; - return 1; - } - -static int ubsec_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void)) - { - int initialised = ((ubsec_dso == NULL) ? 0 : 1); - switch(cmd) - { - case UBSEC_CMD_SO_PATH: - if(p == NULL) - { - UBSECerr(UBSEC_F_UBSEC_CTRL,ERR_R_PASSED_NULL_PARAMETER); - return 0; - } - if(initialised) - { - UBSECerr(UBSEC_F_UBSEC_CTRL,UBSEC_R_ALREADY_LOADED); - return 0; - } - return set_UBSEC_LIBNAME((const char *)p); - default: - break; - } - UBSECerr(UBSEC_F_UBSEC_CTRL,UBSEC_R_CTRL_COMMAND_NOT_IMPLEMENTED); - return 0; - } +{ + free_UBSEC_LIBNAME(); + if (ubsec_dso == NULL) { + UBSECerr(UBSEC_F_UBSEC_FINISH, UBSEC_R_NOT_LOADED); + return 0; + } + if (!DSO_free(ubsec_dso)) { + UBSECerr(UBSEC_F_UBSEC_FINISH, UBSEC_R_DSO_FAILURE); + return 0; + } + ubsec_dso = NULL; + p_UBSEC_ubsec_bytes_to_bits = NULL; + p_UBSEC_ubsec_bits_to_bytes = NULL; + p_UBSEC_ubsec_open = NULL; + p_UBSEC_ubsec_close = NULL; +# ifndef OPENSSL_NO_DH + p_UBSEC_diffie_hellman_generate_ioctl = NULL; + p_UBSEC_diffie_hellman_agree_ioctl = NULL; +# endif +# ifndef OPENSSL_NO_RSA + p_UBSEC_rsa_mod_exp_ioctl = NULL; + p_UBSEC_rsa_mod_exp_crt_ioctl = NULL; +# endif +# ifndef OPENSSL_NO_DSA + p_UBSEC_dsa_sign_ioctl = NULL; + p_UBSEC_dsa_verify_ioctl = NULL; +# endif + p_UBSEC_math_accelerate_ioctl = NULL; + p_UBSEC_rng_ioctl = NULL; + p_UBSEC_max_key_len_ioctl = NULL; + return 1; +} + +static int ubsec_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void)) +{ + int initialised = ((ubsec_dso == NULL) ? 0 : 1); + switch (cmd) { + case UBSEC_CMD_SO_PATH: + if (p == NULL) { + UBSECerr(UBSEC_F_UBSEC_CTRL, ERR_R_PASSED_NULL_PARAMETER); + return 0; + } + if (initialised) { + UBSECerr(UBSEC_F_UBSEC_CTRL, UBSEC_R_ALREADY_LOADED); + return 0; + } + return set_UBSEC_LIBNAME((const char *)p); + default: + break; + } + UBSECerr(UBSEC_F_UBSEC_CTRL, UBSEC_R_CTRL_COMMAND_NOT_IMPLEMENTED); + return 0; +} static int ubsec_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, - const BIGNUM *m, BN_CTX *ctx) - { - int y_len = 0; - int fd; - - if(ubsec_dso == NULL) - { - UBSECerr(UBSEC_F_UBSEC_MOD_EXP, UBSEC_R_NOT_LOADED); - return 0; - } - - /* Check if hardware can't handle this argument. */ - y_len = BN_num_bits(m); - if (y_len > max_key_len) { - UBSECerr(UBSEC_F_UBSEC_MOD_EXP, UBSEC_R_SIZE_TOO_LARGE_OR_TOO_SMALL); - return BN_mod_exp(r, a, p, m, ctx); - } - - if(!bn_wexpand(r, m->top)) - { - UBSECerr(UBSEC_F_UBSEC_MOD_EXP, UBSEC_R_BN_EXPAND_FAIL); - return 0; - } - - if ((fd = p_UBSEC_ubsec_open(UBSEC_KEY_DEVICE_NAME)) <= 0) { - fd = 0; - UBSECerr(UBSEC_F_UBSEC_MOD_EXP, UBSEC_R_UNIT_FAILURE); - return BN_mod_exp(r, a, p, m, ctx); - } - - if (p_UBSEC_rsa_mod_exp_ioctl(fd, (unsigned char *)a->d, BN_num_bits(a), - (unsigned char *)m->d, BN_num_bits(m), (unsigned char *)p->d, - BN_num_bits(p), (unsigned char *)r->d, &y_len) != 0) - { - UBSECerr(UBSEC_F_UBSEC_MOD_EXP, UBSEC_R_REQUEST_FAILED); - p_UBSEC_ubsec_close(fd); - - return BN_mod_exp(r, a, p, m, ctx); - } - - p_UBSEC_ubsec_close(fd); - - r->top = (BN_num_bits(m)+BN_BITS2-1)/BN_BITS2; - return 1; - } + const BIGNUM *m, BN_CTX *ctx) +{ + int y_len = 0; + int fd; + + if (ubsec_dso == NULL) { + UBSECerr(UBSEC_F_UBSEC_MOD_EXP, UBSEC_R_NOT_LOADED); + return 0; + } + + /* Check if hardware can't handle this argument. */ + y_len = BN_num_bits(m); + if (y_len > max_key_len) { + UBSECerr(UBSEC_F_UBSEC_MOD_EXP, UBSEC_R_SIZE_TOO_LARGE_OR_TOO_SMALL); + return BN_mod_exp(r, a, p, m, ctx); + } + + if (!bn_wexpand(r, m->top)) { + UBSECerr(UBSEC_F_UBSEC_MOD_EXP, UBSEC_R_BN_EXPAND_FAIL); + return 0; + } + + if ((fd = p_UBSEC_ubsec_open(UBSEC_KEY_DEVICE_NAME)) <= 0) { + fd = 0; + UBSECerr(UBSEC_F_UBSEC_MOD_EXP, UBSEC_R_UNIT_FAILURE); + return BN_mod_exp(r, a, p, m, ctx); + } + + if (p_UBSEC_rsa_mod_exp_ioctl(fd, (unsigned char *)a->d, BN_num_bits(a), + (unsigned char *)m->d, BN_num_bits(m), + (unsigned char *)p->d, BN_num_bits(p), + (unsigned char *)r->d, &y_len) != 0) { + UBSECerr(UBSEC_F_UBSEC_MOD_EXP, UBSEC_R_REQUEST_FAILED); + p_UBSEC_ubsec_close(fd); -#ifndef OPENSSL_NO_RSA -static int ubsec_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx) - { - int to_return = 0; - - if(!rsa->p || !rsa->q || !rsa->dmp1 || !rsa->dmq1 || !rsa->iqmp) - { - UBSECerr(UBSEC_F_UBSEC_RSA_MOD_EXP, UBSEC_R_MISSING_KEY_COMPONENTS); - goto err; - } - - to_return = ubsec_mod_exp_crt(r0, I, rsa->p, rsa->q, rsa->dmp1, - rsa->dmq1, rsa->iqmp, ctx); - if (to_return == FAIL_TO_SOFTWARE) - { - /* - * Do in software as hardware failed. - */ - const RSA_METHOD *meth = RSA_PKCS1_SSLeay(); - to_return = (*meth->rsa_mod_exp)(r0, I, rsa, ctx); - } -err: - return to_return; - } + return BN_mod_exp(r, a, p, m, ctx); + } + + p_UBSEC_ubsec_close(fd); + + r->top = (BN_num_bits(m) + BN_BITS2 - 1) / BN_BITS2; + return 1; +} + +# ifndef OPENSSL_NO_RSA +static int ubsec_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, + BN_CTX *ctx) +{ + int to_return = 0; + + if (!rsa->p || !rsa->q || !rsa->dmp1 || !rsa->dmq1 || !rsa->iqmp) { + UBSECerr(UBSEC_F_UBSEC_RSA_MOD_EXP, UBSEC_R_MISSING_KEY_COMPONENTS); + goto err; + } + + to_return = ubsec_mod_exp_crt(r0, I, rsa->p, rsa->q, rsa->dmp1, + rsa->dmq1, rsa->iqmp, ctx); + if (to_return == FAIL_TO_SOFTWARE) { + /* + * Do in software as hardware failed. + */ + const RSA_METHOD *meth = RSA_PKCS1_SSLeay(); + to_return = (*meth->rsa_mod_exp) (r0, I, rsa, ctx); + } + err: + return to_return; +} static int ubsec_mod_exp_crt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, - const BIGNUM *q, const BIGNUM *dp, - const BIGNUM *dq, const BIGNUM *qinv, BN_CTX *ctx) - { - int y_len, - fd; - - y_len = BN_num_bits(p) + BN_num_bits(q); - - /* Check if hardware can't handle this argument. */ - if (y_len > max_key_len) { - UBSECerr(UBSEC_F_UBSEC_MOD_EXP_CRT, UBSEC_R_SIZE_TOO_LARGE_OR_TOO_SMALL); - return FAIL_TO_SOFTWARE; - } - - if (!bn_wexpand(r, p->top + q->top + 1)) { - UBSECerr(UBSEC_F_UBSEC_MOD_EXP_CRT, UBSEC_R_BN_EXPAND_FAIL); - return 0; - } - - if ((fd = p_UBSEC_ubsec_open(UBSEC_KEY_DEVICE_NAME)) <= 0) { - fd = 0; - UBSECerr(UBSEC_F_UBSEC_MOD_EXP_CRT, UBSEC_R_UNIT_FAILURE); - return FAIL_TO_SOFTWARE; - } - - if (p_UBSEC_rsa_mod_exp_crt_ioctl(fd, - (unsigned char *)a->d, BN_num_bits(a), - (unsigned char *)qinv->d, BN_num_bits(qinv), - (unsigned char *)dp->d, BN_num_bits(dp), - (unsigned char *)p->d, BN_num_bits(p), - (unsigned char *)dq->d, BN_num_bits(dq), - (unsigned char *)q->d, BN_num_bits(q), - (unsigned char *)r->d, &y_len) != 0) { - UBSECerr(UBSEC_F_UBSEC_MOD_EXP_CRT, UBSEC_R_REQUEST_FAILED); - p_UBSEC_ubsec_close(fd); - return FAIL_TO_SOFTWARE; - } - - p_UBSEC_ubsec_close(fd); - - r->top = (BN_num_bits(p) + BN_num_bits(q) + BN_BITS2 - 1)/BN_BITS2; - return 1; + const BIGNUM *q, const BIGNUM *dp, + const BIGNUM *dq, const BIGNUM *qinv, + BN_CTX *ctx) +{ + int y_len, fd; + + y_len = BN_num_bits(p) + BN_num_bits(q); + + /* Check if hardware can't handle this argument. */ + if (y_len > max_key_len) { + UBSECerr(UBSEC_F_UBSEC_MOD_EXP_CRT, + UBSEC_R_SIZE_TOO_LARGE_OR_TOO_SMALL); + return FAIL_TO_SOFTWARE; + } + + if (!bn_wexpand(r, p->top + q->top + 1)) { + UBSECerr(UBSEC_F_UBSEC_MOD_EXP_CRT, UBSEC_R_BN_EXPAND_FAIL); + return 0; + } + + if ((fd = p_UBSEC_ubsec_open(UBSEC_KEY_DEVICE_NAME)) <= 0) { + fd = 0; + UBSECerr(UBSEC_F_UBSEC_MOD_EXP_CRT, UBSEC_R_UNIT_FAILURE); + return FAIL_TO_SOFTWARE; + } + + if (p_UBSEC_rsa_mod_exp_crt_ioctl(fd, + (unsigned char *)a->d, BN_num_bits(a), + (unsigned char *)qinv->d, + BN_num_bits(qinv), + (unsigned char *)dp->d, BN_num_bits(dp), + (unsigned char *)p->d, BN_num_bits(p), + (unsigned char *)dq->d, BN_num_bits(dq), + (unsigned char *)q->d, BN_num_bits(q), + (unsigned char *)r->d, &y_len) != 0) { + UBSECerr(UBSEC_F_UBSEC_MOD_EXP_CRT, UBSEC_R_REQUEST_FAILED); + p_UBSEC_ubsec_close(fd); + return FAIL_TO_SOFTWARE; + } + + p_UBSEC_ubsec_close(fd); + + r->top = (BN_num_bits(p) + BN_num_bits(q) + BN_BITS2 - 1) / BN_BITS2; + return 1; } -#endif +# endif -#ifndef OPENSSL_NO_DSA -#ifdef NOT_USED +# ifndef OPENSSL_NO_DSA +# ifdef NOT_USED static int ubsec_dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1, - BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m, - BN_CTX *ctx, BN_MONT_CTX *in_mont) - { - BIGNUM t; - int to_return = 0; - - BN_init(&t); - /* let rr = a1 ^ p1 mod m */ - if (!ubsec_mod_exp(rr,a1,p1,m,ctx)) goto end; - /* let t = a2 ^ p2 mod m */ - if (!ubsec_mod_exp(&t,a2,p2,m,ctx)) goto end; - /* let rr = rr * t mod m */ - if (!BN_mod_mul(rr,rr,&t,m,ctx)) goto end; - to_return = 1; -end: - BN_free(&t); - return to_return; - } + BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m, + BN_CTX *ctx, BN_MONT_CTX *in_mont) +{ + BIGNUM t; + int to_return = 0; + + BN_init(&t); + /* let rr = a1 ^ p1 mod m */ + if (!ubsec_mod_exp(rr, a1, p1, m, ctx)) + goto end; + /* let t = a2 ^ p2 mod m */ + if (!ubsec_mod_exp(&t, a2, p2, m, ctx)) + goto end; + /* let rr = rr * t mod m */ + if (!BN_mod_mul(rr, rr, &t, m, ctx)) + goto end; + to_return = 1; + end: + BN_free(&t); + return to_return; +} static int ubsec_mod_exp_dsa(DSA *dsa, BIGNUM *r, BIGNUM *a, - const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, - BN_MONT_CTX *m_ctx) - { - return ubsec_mod_exp(r, a, p, m, ctx); - } -#endif -#endif + const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, + BN_MONT_CTX *m_ctx) +{ + return ubsec_mod_exp(r, a, p, m, ctx); +} +# endif +# endif -#ifndef OPENSSL_NO_RSA +# ifndef OPENSSL_NO_RSA /* * This function is aliased to mod_exp (with the mont stuff dropped). */ static int ubsec_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, - const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) - { - int ret = 0; - - /* Do in software if the key is too large for the hardware. */ - if (BN_num_bits(m) > max_key_len) - { - const RSA_METHOD *meth = RSA_PKCS1_SSLeay(); - ret = (*meth->bn_mod_exp)(r, a, p, m, ctx, m_ctx); - } - else - { - ret = ubsec_mod_exp(r, a, p, m, ctx); - } - - return ret; - } -#endif + const BIGNUM *m, BN_CTX *ctx, + BN_MONT_CTX *m_ctx) +{ + int ret = 0; + + /* Do in software if the key is too large for the hardware. */ + if (BN_num_bits(m) > max_key_len) { + const RSA_METHOD *meth = RSA_PKCS1_SSLeay(); + ret = (*meth->bn_mod_exp) (r, a, p, m, ctx, m_ctx); + } else { + ret = ubsec_mod_exp(r, a, p, m, ctx); + } + + return ret; +} +# endif -#ifndef OPENSSL_NO_DH +# ifndef OPENSSL_NO_DH /* This function is aliased to mod_exp (with the dh and mont dropped). */ static int ubsec_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a, - const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, - BN_MONT_CTX *m_ctx) - { - return ubsec_mod_exp(r, a, p, m, ctx); - } -#endif - -#ifndef OPENSSL_NO_DSA -static DSA_SIG *ubsec_dsa_do_sign(const unsigned char *dgst, int dlen, DSA *dsa) - { - DSA_SIG *to_return = NULL; - int s_len = 160, r_len = 160, d_len, fd; - BIGNUM m, *r=NULL, *s=NULL; - - BN_init(&m); - - s = BN_new(); - r = BN_new(); - if ((s == NULL) || (r==NULL)) - goto err; - - d_len = p_UBSEC_ubsec_bytes_to_bits((unsigned char *)dgst, dlen); - - if(!bn_wexpand(r, (160+BN_BITS2-1)/BN_BITS2) || - (!bn_wexpand(s, (160+BN_BITS2-1)/BN_BITS2))) { - UBSECerr(UBSEC_F_UBSEC_DSA_DO_SIGN, UBSEC_R_BN_EXPAND_FAIL); - goto err; - } - - if (BN_bin2bn(dgst,dlen,&m) == NULL) { - UBSECerr(UBSEC_F_UBSEC_DSA_DO_SIGN, UBSEC_R_BN_EXPAND_FAIL); - goto err; - } - - if ((fd = p_UBSEC_ubsec_open(UBSEC_KEY_DEVICE_NAME)) <= 0) { - const DSA_METHOD *meth; - fd = 0; - UBSECerr(UBSEC_F_UBSEC_DSA_DO_SIGN, UBSEC_R_UNIT_FAILURE); - meth = DSA_OpenSSL(); - to_return = meth->dsa_do_sign(dgst, dlen, dsa); - goto err; - } - - if (p_UBSEC_dsa_sign_ioctl(fd, 0, /* compute hash before signing */ - (unsigned char *)dgst, d_len, - NULL, 0, /* compute random value */ - (unsigned char *)dsa->p->d, BN_num_bits(dsa->p), - (unsigned char *)dsa->q->d, BN_num_bits(dsa->q), - (unsigned char *)dsa->g->d, BN_num_bits(dsa->g), - (unsigned char *)dsa->priv_key->d, BN_num_bits(dsa->priv_key), - (unsigned char *)r->d, &r_len, - (unsigned char *)s->d, &s_len ) != 0) { - const DSA_METHOD *meth; - - UBSECerr(UBSEC_F_UBSEC_DSA_DO_SIGN, UBSEC_R_REQUEST_FAILED); - p_UBSEC_ubsec_close(fd); - meth = DSA_OpenSSL(); - to_return = meth->dsa_do_sign(dgst, dlen, dsa); - - goto err; - } - - p_UBSEC_ubsec_close(fd); - - r->top = (160+BN_BITS2-1)/BN_BITS2; - s->top = (160+BN_BITS2-1)/BN_BITS2; - - to_return = DSA_SIG_new(); - if(to_return == NULL) { - UBSECerr(UBSEC_F_UBSEC_DSA_DO_SIGN, UBSEC_R_BN_EXPAND_FAIL); - goto err; - } - - to_return->r = r; - to_return->s = s; - -err: - if (!to_return) { - if (r) BN_free(r); - if (s) BN_free(s); - } - BN_clear_free(&m); - return to_return; + const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, + BN_MONT_CTX *m_ctx) +{ + return ubsec_mod_exp(r, a, p, m, ctx); +} +# endif + +# ifndef OPENSSL_NO_DSA +static DSA_SIG *ubsec_dsa_do_sign(const unsigned char *dgst, int dlen, + DSA *dsa) +{ + DSA_SIG *to_return = NULL; + int s_len = 160, r_len = 160, d_len, fd; + BIGNUM m, *r = NULL, *s = NULL; + + BN_init(&m); + + s = BN_new(); + r = BN_new(); + if ((s == NULL) || (r == NULL)) + goto err; + + d_len = p_UBSEC_ubsec_bytes_to_bits((unsigned char *)dgst, dlen); + + if (!bn_wexpand(r, (160 + BN_BITS2 - 1) / BN_BITS2) || + (!bn_wexpand(s, (160 + BN_BITS2 - 1) / BN_BITS2))) { + UBSECerr(UBSEC_F_UBSEC_DSA_DO_SIGN, UBSEC_R_BN_EXPAND_FAIL); + goto err; + } + + if (BN_bin2bn(dgst, dlen, &m) == NULL) { + UBSECerr(UBSEC_F_UBSEC_DSA_DO_SIGN, UBSEC_R_BN_EXPAND_FAIL); + goto err; + } + + if ((fd = p_UBSEC_ubsec_open(UBSEC_KEY_DEVICE_NAME)) <= 0) { + const DSA_METHOD *meth; + fd = 0; + UBSECerr(UBSEC_F_UBSEC_DSA_DO_SIGN, UBSEC_R_UNIT_FAILURE); + meth = DSA_OpenSSL(); + to_return = meth->dsa_do_sign(dgst, dlen, dsa); + goto err; + } + + if (p_UBSEC_dsa_sign_ioctl(fd, + /* compute hash before signing */ + 0, (unsigned char *)dgst, d_len, NULL, + /* compute random value */ + 0, + (unsigned char *)dsa->p->d, + BN_num_bits(dsa->p), + (unsigned char *)dsa->q->d, + BN_num_bits(dsa->q), + (unsigned char *)dsa->g->d, + BN_num_bits(dsa->g), + (unsigned char *)dsa->priv_key->d, + BN_num_bits(dsa->priv_key), + (unsigned char *)r->d, &r_len, + (unsigned char *)s->d, &s_len) != 0) { + const DSA_METHOD *meth; + + UBSECerr(UBSEC_F_UBSEC_DSA_DO_SIGN, UBSEC_R_REQUEST_FAILED); + p_UBSEC_ubsec_close(fd); + meth = DSA_OpenSSL(); + to_return = meth->dsa_do_sign(dgst, dlen, dsa); + + goto err; + } + + p_UBSEC_ubsec_close(fd); + + r->top = (160 + BN_BITS2 - 1) / BN_BITS2; + s->top = (160 + BN_BITS2 - 1) / BN_BITS2; + + to_return = DSA_SIG_new(); + if (to_return == NULL) { + UBSECerr(UBSEC_F_UBSEC_DSA_DO_SIGN, UBSEC_R_BN_EXPAND_FAIL); + goto err; + } + + to_return->r = r; + to_return->s = s; + + err: + if (!to_return) { + if (r) + BN_free(r); + if (s) + BN_free(s); + } + BN_clear_free(&m); + return to_return; } static int ubsec_dsa_verify(const unsigned char *dgst, int dgst_len, - DSA_SIG *sig, DSA *dsa) - { - int v_len, d_len; - int to_return = 0; - int fd; - BIGNUM v, *pv = &v; - - BN_init(&v); - - if(!bn_wexpand(pv, dsa->p->top)) { - UBSECerr(UBSEC_F_UBSEC_DSA_VERIFY, UBSEC_R_BN_EXPAND_FAIL); - goto err; - } - - v_len = BN_num_bits(dsa->p); - - d_len = p_UBSEC_ubsec_bytes_to_bits((unsigned char *)dgst, dgst_len); - - if ((fd = p_UBSEC_ubsec_open(UBSEC_KEY_DEVICE_NAME)) <= 0) { - const DSA_METHOD *meth; - fd = 0; - UBSECerr(UBSEC_F_UBSEC_DSA_VERIFY, UBSEC_R_UNIT_FAILURE); - meth = DSA_OpenSSL(); - to_return = meth->dsa_do_verify(dgst, dgst_len, sig, dsa); - goto err; - } - - if (p_UBSEC_dsa_verify_ioctl(fd, 0, /* compute hash before signing */ - (unsigned char *)dgst, d_len, - (unsigned char *)dsa->p->d, BN_num_bits(dsa->p), - (unsigned char *)dsa->q->d, BN_num_bits(dsa->q), - (unsigned char *)dsa->g->d, BN_num_bits(dsa->g), - (unsigned char *)dsa->pub_key->d, BN_num_bits(dsa->pub_key), - (unsigned char *)sig->r->d, BN_num_bits(sig->r), - (unsigned char *)sig->s->d, BN_num_bits(sig->s), - (unsigned char *)v.d, &v_len) != 0) { - const DSA_METHOD *meth; - UBSECerr(UBSEC_F_UBSEC_DSA_VERIFY, UBSEC_R_REQUEST_FAILED); - p_UBSEC_ubsec_close(fd); - - meth = DSA_OpenSSL(); - to_return = meth->dsa_do_verify(dgst, dgst_len, sig, dsa); - - goto err; - } - - p_UBSEC_ubsec_close(fd); - - to_return = 1; -err: - BN_clear_free(&v); - return to_return; - } -#endif - -#ifndef OPENSSL_NO_DH -static int ubsec_dh_compute_key(unsigned char *key,const BIGNUM *pub_key,DH *dh) - { - int ret = -1, - k_len, - fd; - - k_len = BN_num_bits(dh->p); - - if ((fd = p_UBSEC_ubsec_open(UBSEC_KEY_DEVICE_NAME)) <= 0) - { - const DH_METHOD *meth; - UBSECerr(UBSEC_F_UBSEC_DH_COMPUTE_KEY, UBSEC_R_UNIT_FAILURE); - meth = DH_OpenSSL(); - ret = meth->compute_key(key, pub_key, dh); - goto err; - } - - if (p_UBSEC_diffie_hellman_agree_ioctl(fd, - (unsigned char *)dh->priv_key->d, BN_num_bits(dh->priv_key), - (unsigned char *)pub_key->d, BN_num_bits(pub_key), - (unsigned char *)dh->p->d, BN_num_bits(dh->p), - key, &k_len) != 0) - { - /* Hardware's a no go, failover to software */ - const DH_METHOD *meth; - UBSECerr(UBSEC_F_UBSEC_DH_COMPUTE_KEY, UBSEC_R_REQUEST_FAILED); - p_UBSEC_ubsec_close(fd); - - meth = DH_OpenSSL(); - ret = meth->compute_key(key, pub_key, dh); + DSA_SIG *sig, DSA *dsa) +{ + int v_len, d_len; + int to_return = 0; + int fd; + BIGNUM v, *pv = &v; + + BN_init(&v); + + if (!bn_wexpand(pv, dsa->p->top)) { + UBSECerr(UBSEC_F_UBSEC_DSA_VERIFY, UBSEC_R_BN_EXPAND_FAIL); + goto err; + } + + v_len = BN_num_bits(dsa->p); + + d_len = p_UBSEC_ubsec_bytes_to_bits((unsigned char *)dgst, dgst_len); + + if ((fd = p_UBSEC_ubsec_open(UBSEC_KEY_DEVICE_NAME)) <= 0) { + const DSA_METHOD *meth; + fd = 0; + UBSECerr(UBSEC_F_UBSEC_DSA_VERIFY, UBSEC_R_UNIT_FAILURE); + meth = DSA_OpenSSL(); + to_return = meth->dsa_do_verify(dgst, dgst_len, sig, dsa); + goto err; + } + + if (p_UBSEC_dsa_verify_ioctl(fd, 0, /* compute hash before signing */ + (unsigned char *)dgst, d_len, + (unsigned char *)dsa->p->d, + BN_num_bits(dsa->p), + (unsigned char *)dsa->q->d, + BN_num_bits(dsa->q), + (unsigned char *)dsa->g->d, + BN_num_bits(dsa->g), + (unsigned char *)dsa->pub_key->d, + BN_num_bits(dsa->pub_key), + (unsigned char *)sig->r->d, + BN_num_bits(sig->r), + (unsigned char *)sig->s->d, + BN_num_bits(sig->s), (unsigned char *)v.d, + &v_len) != 0) { + const DSA_METHOD *meth; + UBSECerr(UBSEC_F_UBSEC_DSA_VERIFY, UBSEC_R_REQUEST_FAILED); + p_UBSEC_ubsec_close(fd); - goto err; - } + meth = DSA_OpenSSL(); + to_return = meth->dsa_do_verify(dgst, dgst_len, sig, dsa); - p_UBSEC_ubsec_close(fd); + goto err; + } - ret = p_UBSEC_ubsec_bits_to_bytes(k_len); -err: - return ret; - } + p_UBSEC_ubsec_close(fd); -static int ubsec_dh_generate_key(DH *dh) - { - int ret = 0, - random_bits = 0, - pub_key_len = 0, - priv_key_len = 0, - fd; - BIGNUM *pub_key = NULL; - BIGNUM *priv_key = NULL; - - /* - * How many bits should Random x be? dh_key.c - * sets the range from 0 to num_bits(modulus) ??? - */ + to_return = 1; + err: + BN_clear_free(&v); + return to_return; +} +# endif + +# ifndef OPENSSL_NO_DH +static int ubsec_dh_compute_key(unsigned char *key, const BIGNUM *pub_key, + DH *dh) +{ + int ret = -1, k_len, fd; + + k_len = BN_num_bits(dh->p); + + if ((fd = p_UBSEC_ubsec_open(UBSEC_KEY_DEVICE_NAME)) <= 0) { + const DH_METHOD *meth; + UBSECerr(UBSEC_F_UBSEC_DH_COMPUTE_KEY, UBSEC_R_UNIT_FAILURE); + meth = DH_OpenSSL(); + ret = meth->compute_key(key, pub_key, dh); + goto err; + } + + if (p_UBSEC_diffie_hellman_agree_ioctl(fd, + (unsigned char *)dh->priv_key->d, + BN_num_bits(dh->priv_key), + (unsigned char *)pub_key->d, + BN_num_bits(pub_key), + (unsigned char *)dh->p->d, + BN_num_bits(dh->p), key, + &k_len) != 0) { + /* Hardware's a no go, failover to software */ + const DH_METHOD *meth; + UBSECerr(UBSEC_F_UBSEC_DH_COMPUTE_KEY, UBSEC_R_REQUEST_FAILED); + p_UBSEC_ubsec_close(fd); - if (dh->priv_key == NULL) - { - priv_key = BN_new(); - if (priv_key == NULL) goto err; - priv_key_len = BN_num_bits(dh->p); - if(bn_wexpand(priv_key, dh->p->top) == NULL) goto err; - do - if (!BN_rand_range(priv_key, dh->p)) goto err; - while (BN_is_zero(priv_key)); - random_bits = BN_num_bits(priv_key); - } - else - { - priv_key = dh->priv_key; - } - - if (dh->pub_key == NULL) - { - pub_key = BN_new(); - pub_key_len = BN_num_bits(dh->p); - if(bn_wexpand(pub_key, dh->p->top) == NULL) goto err; - if(pub_key == NULL) goto err; - } - else - { - pub_key = dh->pub_key; - } - - if ((fd = p_UBSEC_ubsec_open(UBSEC_KEY_DEVICE_NAME)) <= 0) - { - const DH_METHOD *meth; - UBSECerr(UBSEC_F_UBSEC_DH_GENERATE_KEY, UBSEC_R_UNIT_FAILURE); - meth = DH_OpenSSL(); - ret = meth->generate_key(dh); - goto err; - } + meth = DH_OpenSSL(); + ret = meth->compute_key(key, pub_key, dh); - if (p_UBSEC_diffie_hellman_generate_ioctl(fd, - (unsigned char *)priv_key->d, &priv_key_len, - (unsigned char *)pub_key->d, &pub_key_len, - (unsigned char *)dh->g->d, BN_num_bits(dh->g), - (unsigned char *)dh->p->d, BN_num_bits(dh->p), - 0, 0, random_bits) != 0) - { - /* Hardware's a no go, failover to software */ - const DH_METHOD *meth; + goto err; + } - UBSECerr(UBSEC_F_UBSEC_DH_GENERATE_KEY, UBSEC_R_REQUEST_FAILED); - p_UBSEC_ubsec_close(fd); + p_UBSEC_ubsec_close(fd); - meth = DH_OpenSSL(); - ret = meth->generate_key(dh); + ret = p_UBSEC_ubsec_bits_to_bytes(k_len); + err: + return ret; +} +static int ubsec_dh_generate_key(DH *dh) +{ + int ret = 0, random_bits = 0, pub_key_len = 0, priv_key_len = 0, fd; + BIGNUM *pub_key = NULL; + BIGNUM *priv_key = NULL; + + /* + * How many bits should Random x be? dh_key.c + * sets the range from 0 to num_bits(modulus) ??? + */ + + if (dh->priv_key == NULL) { + priv_key = BN_new(); + if (priv_key == NULL) + goto err; + priv_key_len = BN_num_bits(dh->p); + if (bn_wexpand(priv_key, dh->p->top) == NULL) + goto err; + do + if (!BN_rand_range(priv_key, dh->p)) goto err; - } - + while (BN_is_zero(priv_key)) ; + random_bits = BN_num_bits(priv_key); + } else { + priv_key = dh->priv_key; + } + + if (dh->pub_key == NULL) { + pub_key = BN_new(); + pub_key_len = BN_num_bits(dh->p); + if (bn_wexpand(pub_key, dh->p->top) == NULL) + goto err; + if (pub_key == NULL) + goto err; + } else { + pub_key = dh->pub_key; + } + + if ((fd = p_UBSEC_ubsec_open(UBSEC_KEY_DEVICE_NAME)) <= 0) { + const DH_METHOD *meth; + UBSECerr(UBSEC_F_UBSEC_DH_GENERATE_KEY, UBSEC_R_UNIT_FAILURE); + meth = DH_OpenSSL(); + ret = meth->generate_key(dh); + goto err; + } + + if (p_UBSEC_diffie_hellman_generate_ioctl(fd, + (unsigned char *)priv_key->d, + &priv_key_len, + (unsigned char *)pub_key->d, + &pub_key_len, + (unsigned char *)dh->g->d, + BN_num_bits(dh->g), + (unsigned char *)dh->p->d, + BN_num_bits(dh->p), 0, 0, + random_bits) != 0) { + /* Hardware's a no go, failover to software */ + const DH_METHOD *meth; + + UBSECerr(UBSEC_F_UBSEC_DH_GENERATE_KEY, UBSEC_R_REQUEST_FAILED); p_UBSEC_ubsec_close(fd); - dh->pub_key = pub_key; - dh->pub_key->top = (pub_key_len + BN_BITS2-1) / BN_BITS2; - dh->priv_key = priv_key; - dh->priv_key->top = (priv_key_len + BN_BITS2-1) / BN_BITS2; - - ret = 1; -err: - return ret; - } -#endif - -#ifdef NOT_USED -static int ubsec_rand_bytes(unsigned char * buf, - int num) - { - int ret = 0, - fd; - - if ((fd = p_UBSEC_ubsec_open(UBSEC_KEY_DEVICE_NAME)) <= 0) - { - const RAND_METHOD *meth; - UBSECerr(UBSEC_F_UBSEC_RAND_BYTES, UBSEC_R_UNIT_FAILURE); - num = p_UBSEC_ubsec_bits_to_bytes(num); - meth = RAND_SSLeay(); - meth->seed(buf, num); - ret = meth->bytes(buf, num); - goto err; - } + meth = DH_OpenSSL(); + ret = meth->generate_key(dh); - num *= 8; /* bytes to bits */ + goto err; + } - if (p_UBSEC_rng_ioctl(fd, - UBSEC_RNG_DIRECT, - buf, - &num) != 0) - { - /* Hardware's a no go, failover to software */ - const RAND_METHOD *meth; + p_UBSEC_ubsec_close(fd); - UBSECerr(UBSEC_F_UBSEC_RAND_BYTES, UBSEC_R_REQUEST_FAILED); - p_UBSEC_ubsec_close(fd); + dh->pub_key = pub_key; + dh->pub_key->top = (pub_key_len + BN_BITS2 - 1) / BN_BITS2; + dh->priv_key = priv_key; + dh->priv_key->top = (priv_key_len + BN_BITS2 - 1) / BN_BITS2; - num = p_UBSEC_ubsec_bits_to_bytes(num); - meth = RAND_SSLeay(); - meth->seed(buf, num); - ret = meth->bytes(buf, num); + ret = 1; + err: + return ret; +} +# endif + +# ifdef NOT_USED +static int ubsec_rand_bytes(unsigned char *buf, int num) +{ + int ret = 0, fd; + + if ((fd = p_UBSEC_ubsec_open(UBSEC_KEY_DEVICE_NAME)) <= 0) { + const RAND_METHOD *meth; + UBSECerr(UBSEC_F_UBSEC_RAND_BYTES, UBSEC_R_UNIT_FAILURE); + num = p_UBSEC_ubsec_bits_to_bytes(num); + meth = RAND_SSLeay(); + meth->seed(buf, num); + ret = meth->bytes(buf, num); + goto err; + } + + num *= 8; /* bytes to bits */ + + if (p_UBSEC_rng_ioctl(fd, UBSEC_RNG_DIRECT, buf, &num) != 0) { + /* Hardware's a no go, failover to software */ + const RAND_METHOD *meth; + + UBSECerr(UBSEC_F_UBSEC_RAND_BYTES, UBSEC_R_REQUEST_FAILED); + p_UBSEC_ubsec_close(fd); - goto err; - } + num = p_UBSEC_ubsec_bits_to_bytes(num); + meth = RAND_SSLeay(); + meth->seed(buf, num); + ret = meth->bytes(buf, num); - p_UBSEC_ubsec_close(fd); + goto err; + } - ret = 1; -err: - return(ret); - } + p_UBSEC_ubsec_close(fd); + ret = 1; + err: + return (ret); +} static int ubsec_rand_status(void) - { - return 0; - } -#endif +{ + return 0; +} +# endif -/* This stuff is needed if this ENGINE is being compiled into a self-contained - * shared-library. */ -#ifndef OPENSSL_NO_DYNAMIC_ENGINE +/* + * This stuff is needed if this ENGINE is being compiled into a + * self-contained shared-library. + */ +# ifndef OPENSSL_NO_DYNAMIC_ENGINE static int bind_fn(ENGINE *e, const char *id) - { - if(id && (strcmp(id, engine_ubsec_id) != 0)) - return 0; - if(!bind_helper(e)) - return 0; - return 1; - } -IMPLEMENT_DYNAMIC_CHECK_FN() -IMPLEMENT_DYNAMIC_BIND_FN(bind_fn) -#endif /* OPENSSL_NO_DYNAMIC_ENGINE */ +{ + if (id && (strcmp(id, engine_ubsec_id) != 0)) + return 0; + if (!bind_helper(e)) + return 0; + return 1; +} -#endif /* !OPENSSL_NO_HW_UBSEC */ -#endif /* !OPENSSL_NO_HW */ +IMPLEMENT_DYNAMIC_CHECK_FN() + IMPLEMENT_DYNAMIC_BIND_FN(bind_fn) +# endif /* OPENSSL_NO_DYNAMIC_ENGINE */ +# endif /* !OPENSSL_NO_HW_UBSEC */ +#endif /* !OPENSSL_NO_HW */ diff --git a/openssl/engines/e_ubsec_err.c b/openssl/engines/e_ubsec_err.c index 14c3d61e2..fefc5b074 100644 --- a/openssl/engines/e_ubsec_err.c +++ b/openssl/engines/e_ubsec_err.c @@ -7,7 +7,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -53,7 +53,8 @@ * */ -/* NOTE: this file was auto generated by the mkerr.pl script: any changes +/* + * NOTE: this file was auto generated by the mkerr.pl script: any changes * made to it will be overwritten when the script next updates this file, * only reason strings will be preserved. */ @@ -65,93 +66,89 @@ /* BEGIN ERROR CODES */ #ifndef OPENSSL_NO_ERR -#define ERR_FUNC(func) ERR_PACK(0,func,0) -#define ERR_REASON(reason) ERR_PACK(0,0,reason) - -static ERR_STRING_DATA UBSEC_str_functs[]= - { -{ERR_FUNC(UBSEC_F_UBSEC_CTRL), "UBSEC_CTRL"}, -{ERR_FUNC(UBSEC_F_UBSEC_DH_COMPUTE_KEY), "UBSEC_DH_COMPUTE_KEY"}, -{ERR_FUNC(UBSEC_F_UBSEC_DH_GENERATE_KEY), "UBSEC_DH_GENERATE_KEY"}, -{ERR_FUNC(UBSEC_F_UBSEC_DSA_DO_SIGN), "UBSEC_DSA_DO_SIGN"}, -{ERR_FUNC(UBSEC_F_UBSEC_DSA_VERIFY), "UBSEC_DSA_VERIFY"}, -{ERR_FUNC(UBSEC_F_UBSEC_FINISH), "UBSEC_FINISH"}, -{ERR_FUNC(UBSEC_F_UBSEC_INIT), "UBSEC_INIT"}, -{ERR_FUNC(UBSEC_F_UBSEC_MOD_EXP), "UBSEC_MOD_EXP"}, -{ERR_FUNC(UBSEC_F_UBSEC_MOD_EXP_CRT), "UBSEC_MOD_EXP_CRT"}, -{ERR_FUNC(UBSEC_F_UBSEC_RAND_BYTES), "UBSEC_RAND_BYTES"}, -{ERR_FUNC(UBSEC_F_UBSEC_RSA_MOD_EXP), "UBSEC_RSA_MOD_EXP"}, -{ERR_FUNC(UBSEC_F_UBSEC_RSA_MOD_EXP_CRT), "UBSEC_RSA_MOD_EXP_CRT"}, -{0,NULL} - }; - -static ERR_STRING_DATA UBSEC_str_reasons[]= - { -{ERR_REASON(UBSEC_R_ALREADY_LOADED) ,"already loaded"}, -{ERR_REASON(UBSEC_R_BN_EXPAND_FAIL) ,"bn expand fail"}, -{ERR_REASON(UBSEC_R_CTRL_COMMAND_NOT_IMPLEMENTED),"ctrl command not implemented"}, -{ERR_REASON(UBSEC_R_DSO_FAILURE) ,"dso failure"}, -{ERR_REASON(UBSEC_R_MISSING_KEY_COMPONENTS),"missing key components"}, -{ERR_REASON(UBSEC_R_NOT_LOADED) ,"not loaded"}, -{ERR_REASON(UBSEC_R_REQUEST_FAILED) ,"request failed"}, -{ERR_REASON(UBSEC_R_SIZE_TOO_LARGE_OR_TOO_SMALL),"size too large or too small"}, -{ERR_REASON(UBSEC_R_UNIT_FAILURE) ,"unit failure"}, -{0,NULL} - }; +# define ERR_FUNC(func) ERR_PACK(0,func,0) +# define ERR_REASON(reason) ERR_PACK(0,0,reason) + +static ERR_STRING_DATA UBSEC_str_functs[] = { + {ERR_FUNC(UBSEC_F_UBSEC_CTRL), "UBSEC_CTRL"}, + {ERR_FUNC(UBSEC_F_UBSEC_DH_COMPUTE_KEY), "UBSEC_DH_COMPUTE_KEY"}, + {ERR_FUNC(UBSEC_F_UBSEC_DH_GENERATE_KEY), "UBSEC_DH_GENERATE_KEY"}, + {ERR_FUNC(UBSEC_F_UBSEC_DSA_DO_SIGN), "UBSEC_DSA_DO_SIGN"}, + {ERR_FUNC(UBSEC_F_UBSEC_DSA_VERIFY), "UBSEC_DSA_VERIFY"}, + {ERR_FUNC(UBSEC_F_UBSEC_FINISH), "UBSEC_FINISH"}, + {ERR_FUNC(UBSEC_F_UBSEC_INIT), "UBSEC_INIT"}, + {ERR_FUNC(UBSEC_F_UBSEC_MOD_EXP), "UBSEC_MOD_EXP"}, + {ERR_FUNC(UBSEC_F_UBSEC_MOD_EXP_CRT), "UBSEC_MOD_EXP_CRT"}, + {ERR_FUNC(UBSEC_F_UBSEC_RAND_BYTES), "UBSEC_RAND_BYTES"}, + {ERR_FUNC(UBSEC_F_UBSEC_RSA_MOD_EXP), "UBSEC_RSA_MOD_EXP"}, + {ERR_FUNC(UBSEC_F_UBSEC_RSA_MOD_EXP_CRT), "UBSEC_RSA_MOD_EXP_CRT"}, + {0, NULL} +}; + +static ERR_STRING_DATA UBSEC_str_reasons[] = { + {ERR_REASON(UBSEC_R_ALREADY_LOADED), "already loaded"}, + {ERR_REASON(UBSEC_R_BN_EXPAND_FAIL), "bn expand fail"}, + {ERR_REASON(UBSEC_R_CTRL_COMMAND_NOT_IMPLEMENTED), + "ctrl command not implemented"}, + {ERR_REASON(UBSEC_R_DSO_FAILURE), "dso failure"}, + {ERR_REASON(UBSEC_R_MISSING_KEY_COMPONENTS), "missing key components"}, + {ERR_REASON(UBSEC_R_NOT_LOADED), "not loaded"}, + {ERR_REASON(UBSEC_R_REQUEST_FAILED), "request failed"}, + {ERR_REASON(UBSEC_R_SIZE_TOO_LARGE_OR_TOO_SMALL), + "size too large or too small"}, + {ERR_REASON(UBSEC_R_UNIT_FAILURE), "unit failure"}, + {0, NULL} +}; #endif #ifdef UBSEC_LIB_NAME -static ERR_STRING_DATA UBSEC_lib_name[]= - { -{0 ,UBSEC_LIB_NAME}, -{0,NULL} - }; +static ERR_STRING_DATA UBSEC_lib_name[] = { + {0, UBSEC_LIB_NAME}, + {0, NULL} +}; #endif - -static int UBSEC_lib_error_code=0; -static int UBSEC_error_init=1; +static int UBSEC_lib_error_code = 0; +static int UBSEC_error_init = 1; static void ERR_load_UBSEC_strings(void) - { - if (UBSEC_lib_error_code == 0) - UBSEC_lib_error_code=ERR_get_next_error_library(); +{ + if (UBSEC_lib_error_code == 0) + UBSEC_lib_error_code = ERR_get_next_error_library(); - if (UBSEC_error_init) - { - UBSEC_error_init=0; + if (UBSEC_error_init) { + UBSEC_error_init = 0; #ifndef OPENSSL_NO_ERR - ERR_load_strings(UBSEC_lib_error_code,UBSEC_str_functs); - ERR_load_strings(UBSEC_lib_error_code,UBSEC_str_reasons); + ERR_load_strings(UBSEC_lib_error_code, UBSEC_str_functs); + ERR_load_strings(UBSEC_lib_error_code, UBSEC_str_reasons); #endif #ifdef UBSEC_LIB_NAME - UBSEC_lib_name->error = ERR_PACK(UBSEC_lib_error_code,0,0); - ERR_load_strings(0,UBSEC_lib_name); + UBSEC_lib_name->error = ERR_PACK(UBSEC_lib_error_code, 0, 0); + ERR_load_strings(0, UBSEC_lib_name); #endif - } - } + } +} static void ERR_unload_UBSEC_strings(void) - { - if (UBSEC_error_init == 0) - { +{ + if (UBSEC_error_init == 0) { #ifndef OPENSSL_NO_ERR - ERR_unload_strings(UBSEC_lib_error_code,UBSEC_str_functs); - ERR_unload_strings(UBSEC_lib_error_code,UBSEC_str_reasons); + ERR_unload_strings(UBSEC_lib_error_code, UBSEC_str_functs); + ERR_unload_strings(UBSEC_lib_error_code, UBSEC_str_reasons); #endif #ifdef UBSEC_LIB_NAME - ERR_unload_strings(0,UBSEC_lib_name); + ERR_unload_strings(0, UBSEC_lib_name); #endif - UBSEC_error_init=1; - } - } + UBSEC_error_init = 1; + } +} static void ERR_UBSEC_error(int function, int reason, char *file, int line) - { - if (UBSEC_lib_error_code == 0) - UBSEC_lib_error_code=ERR_get_next_error_library(); - ERR_PUT_error(UBSEC_lib_error_code,function,reason,file,line); - } +{ + if (UBSEC_lib_error_code == 0) + UBSEC_lib_error_code = ERR_get_next_error_library(); + ERR_PUT_error(UBSEC_lib_error_code, function, reason, file, line); +} diff --git a/openssl/engines/e_ubsec_err.h b/openssl/engines/e_ubsec_err.h index b10b2387f..c8aec7c32 100644 --- a/openssl/engines/e_ubsec_err.h +++ b/openssl/engines/e_ubsec_err.h @@ -6,7 +6,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -53,47 +53,48 @@ */ #ifndef HEADER_UBSEC_ERR_H -#define HEADER_UBSEC_ERR_H +# define HEADER_UBSEC_ERR_H #ifdef __cplusplus extern "C" { #endif /* BEGIN ERROR CODES */ -/* The following lines are auto generated by the script mkerr.pl. Any changes +/* + * The following lines are auto generated by the script mkerr.pl. Any changes * made after this point may be overwritten when the script is next run. */ static void ERR_load_UBSEC_strings(void); static void ERR_unload_UBSEC_strings(void); static void ERR_UBSEC_error(int function, int reason, char *file, int line); -#define UBSECerr(f,r) ERR_UBSEC_error((f),(r),__FILE__,__LINE__) +# define UBSECerr(f,r) ERR_UBSEC_error((f),(r),__FILE__,__LINE__) /* Error codes for the UBSEC functions. */ /* Function codes. */ -#define UBSEC_F_UBSEC_CTRL 100 -#define UBSEC_F_UBSEC_DH_COMPUTE_KEY 101 -#define UBSEC_F_UBSEC_DH_GENERATE_KEY 111 -#define UBSEC_F_UBSEC_DSA_DO_SIGN 102 -#define UBSEC_F_UBSEC_DSA_VERIFY 103 -#define UBSEC_F_UBSEC_FINISH 104 -#define UBSEC_F_UBSEC_INIT 105 -#define UBSEC_F_UBSEC_MOD_EXP 106 -#define UBSEC_F_UBSEC_MOD_EXP_CRT 110 -#define UBSEC_F_UBSEC_RAND_BYTES 107 -#define UBSEC_F_UBSEC_RSA_MOD_EXP 108 -#define UBSEC_F_UBSEC_RSA_MOD_EXP_CRT 109 +# define UBSEC_F_UBSEC_CTRL 100 +# define UBSEC_F_UBSEC_DH_COMPUTE_KEY 101 +# define UBSEC_F_UBSEC_DH_GENERATE_KEY 111 +# define UBSEC_F_UBSEC_DSA_DO_SIGN 102 +# define UBSEC_F_UBSEC_DSA_VERIFY 103 +# define UBSEC_F_UBSEC_FINISH 104 +# define UBSEC_F_UBSEC_INIT 105 +# define UBSEC_F_UBSEC_MOD_EXP 106 +# define UBSEC_F_UBSEC_MOD_EXP_CRT 110 +# define UBSEC_F_UBSEC_RAND_BYTES 107 +# define UBSEC_F_UBSEC_RSA_MOD_EXP 108 +# define UBSEC_F_UBSEC_RSA_MOD_EXP_CRT 109 /* Reason codes. */ -#define UBSEC_R_ALREADY_LOADED 100 -#define UBSEC_R_BN_EXPAND_FAIL 101 -#define UBSEC_R_CTRL_COMMAND_NOT_IMPLEMENTED 102 -#define UBSEC_R_DSO_FAILURE 103 -#define UBSEC_R_MISSING_KEY_COMPONENTS 104 -#define UBSEC_R_NOT_LOADED 105 -#define UBSEC_R_REQUEST_FAILED 106 -#define UBSEC_R_SIZE_TOO_LARGE_OR_TOO_SMALL 107 -#define UBSEC_R_UNIT_FAILURE 108 +# define UBSEC_R_ALREADY_LOADED 100 +# define UBSEC_R_BN_EXPAND_FAIL 101 +# define UBSEC_R_CTRL_COMMAND_NOT_IMPLEMENTED 102 +# define UBSEC_R_DSO_FAILURE 103 +# define UBSEC_R_MISSING_KEY_COMPONENTS 104 +# define UBSEC_R_NOT_LOADED 105 +# define UBSEC_R_REQUEST_FAILED 106 +# define UBSEC_R_SIZE_TOO_LARGE_OR_TOO_SMALL 107 +# define UBSEC_R_UNIT_FAILURE 108 #ifdef __cplusplus } diff --git a/openssl/engines/makeengines.com b/openssl/engines/makeengines.com index 4838e389a..fd8bca978 100644 --- a/openssl/engines/makeengines.com +++ b/openssl/engines/makeengines.com @@ -759,7 +759,7 @@ $ IF F$TYPE(USER_CCFLAGS) .NES. "" THEN CCEXTRAFLAGS = USER_CCFLAGS $ CCDISABLEWARNINGS = "" !!! "MAYLOSEDATA3" !!! "LONGLONGTYPE,LONGLONGSUFX" $ IF F$TYPE(USER_CCDISABLEWARNINGS) .NES. "" $ THEN -$ IF CCDISABLEWARNINGS .NES. "" THEN CCDISABLEWARNINGS = CCDISABLEWARNINGS + "," +$ IF CCDISABLEWARNINGS .NES. THEN CCDISABLEWARNINGS = CCDISABLEWARNINGS + "," $ CCDISABLEWARNINGS = CCDISABLEWARNINGS + USER_CCDISABLEWARNINGS $ ENDIF $! diff --git a/openssl/engines/vendor_defns/aep.h b/openssl/engines/vendor_defns/aep.h index 5e9754fe4..04ab87eb9 100644 --- a/openssl/engines/vendor_defns/aep.h +++ b/openssl/engines/vendor_defns/aep.h @@ -1,6 +1,7 @@ -/* This header declares the necessary definitions for using the exponentiation - * acceleration capabilities, and rnd number generation of the AEP card. - * +/* + * This header declares the necessary definitions for using the + * exponentiation acceleration capabilities, and rnd number generation of the + * AEP card. */ /* @@ -9,65 +10,97 @@ * */ -/*Successful return value*/ +/* + * Successful return value + */ #define AEP_R_OK 0x00000000 -/*Miscelleanous unsuccessful return value*/ +/* + * Miscelleanous unsuccessful return value + */ #define AEP_R_GENERAL_ERROR 0x10000001 -/*Insufficient host memory*/ +/* + * Insufficient host memory + */ #define AEP_R_HOST_MEMORY 0x10000002 #define AEP_R_FUNCTION_FAILED 0x10000006 -/*Invalid arguments in function call*/ +/* + * Invalid arguments in function call + */ #define AEP_R_ARGUMENTS_BAD 0x10020000 -#define AEP_R_NO_TARGET_RESOURCES 0x10030000 +#define AEP_R_NO_TARGET_RESOURCES 0x10030000 -/*Error occuring on socket operation*/ -#define AEP_R_SOCKERROR 0x10000010 +/* + * Error occuring on socket operation + */ +#define AEP_R_SOCKERROR 0x10000010 -/*Socket has been closed from the other end*/ -#define AEP_R_SOCKEOF 0x10000011 +/* + * Socket has been closed from the other end + */ +#define AEP_R_SOCKEOF 0x10000011 -/*Invalid handles*/ +/* + * Invalid handles + */ #define AEP_R_CONNECTION_HANDLE_INVALID 0x100000B3 -#define AEP_R_TRANSACTION_HANDLE_INVALID 0x10040000 +#define AEP_R_TRANSACTION_HANDLE_INVALID 0x10040000 -/*Transaction has not yet returned from accelerator*/ -#define AEP_R_TRANSACTION_NOT_READY 0x00010000 +/* + * Transaction has not yet returned from accelerator + */ +#define AEP_R_TRANSACTION_NOT_READY 0x00010000 -/*There is already a thread waiting on this transaction*/ -#define AEP_R_TRANSACTION_CLAIMED 0x10050000 +/* + * There is already a thread waiting on this transaction + */ +#define AEP_R_TRANSACTION_CLAIMED 0x10050000 -/*The transaction timed out*/ -#define AEP_R_TIMED_OUT 0x10060000 +/* + * The transaction timed out + */ +#define AEP_R_TIMED_OUT 0x10060000 -#define AEP_R_FXN_NOT_IMPLEMENTED 0x10070000 +#define AEP_R_FXN_NOT_IMPLEMENTED 0x10070000 -#define AEP_R_TARGET_ERROR 0x10080000 +#define AEP_R_TARGET_ERROR 0x10080000 -/*Error in the AEP daemon process*/ -#define AEP_R_DAEMON_ERROR 0x10090000 +/* + * Error in the AEP daemon process + */ +#define AEP_R_DAEMON_ERROR 0x10090000 -/*Invalid ctx id*/ -#define AEP_R_INVALID_CTX_ID 0x10009000 +/* + * Invalid ctx id + */ +#define AEP_R_INVALID_CTX_ID 0x10009000 -#define AEP_R_NO_KEY_MANAGER 0x1000a000 +#define AEP_R_NO_KEY_MANAGER 0x1000a000 -/*Error obtaining a mutex*/ +/* + * Error obtaining a mutex + */ #define AEP_R_MUTEX_BAD 0x000001A0 -/*Fxn call before AEP_Initialise ot after AEP_Finialise*/ -#define AEP_R_AEPAPI_NOT_INITIALIZED 0x10000190 +/* + * Fxn call before AEP_Initialise ot after AEP_Finialise + */ +#define AEP_R_AEPAPI_NOT_INITIALIZED 0x10000190 -/*AEP_Initialise has already been called*/ -#define AEP_R_AEPAPI_ALREADY_INITIALIZED 0x10000191 +/* + * AEP_Initialise has already been called + */ +#define AEP_R_AEPAPI_ALREADY_INITIALIZED 0x10000191 -/*Maximum number of connections to daemon reached*/ -#define AEP_R_NO_MORE_CONNECTION_HNDLS 0x10000200 +/* + * Maximum number of connections to daemon reached + */ +#define AEP_R_NO_MORE_CONNECTION_HNDLS 0x10000200 /* * @@ -76,103 +109,127 @@ */ /* an unsigned 8-bit value */ -typedef unsigned char AEP_U8; +typedef unsigned char AEP_U8; /* an unsigned 8-bit character */ -typedef char AEP_CHAR; +typedef char AEP_CHAR; /* a BYTE-sized Boolean flag */ -typedef AEP_U8 AEP_BBOOL; +typedef AEP_U8 AEP_BBOOL; -/*Unsigned value, at least 16 bits long*/ -typedef unsigned short AEP_U16; +/* + * Unsigned value, at least 16 bits long + */ +typedef unsigned short AEP_U16; /* an unsigned value, at least 32 bits long */ #ifdef SIXTY_FOUR_BIT_LONG -typedef unsigned int AEP_U32; +typedef unsigned int AEP_U32; #else -typedef unsigned long AEP_U32; +typedef unsigned long AEP_U32; #endif #ifdef SIXTY_FOUR_BIT_LONG -typedef unsigned long AEP_U64; +typedef unsigned long AEP_U64; #else -typedef struct { unsigned long l1, l2; } AEP_U64; +typedef struct { + unsigned long l1, l2; +} AEP_U64; #endif /* at least 32 bits; each bit is a Boolean flag */ -typedef AEP_U32 AEP_FLAGS; +typedef AEP_U32 AEP_FLAGS; -typedef AEP_U8 *AEP_U8_PTR; -typedef AEP_CHAR *AEP_CHAR_PTR; -typedef AEP_U32 *AEP_U32_PTR; -typedef AEP_U64 *AEP_U64_PTR; -typedef void *AEP_VOID_PTR; +typedef AEP_U8 *AEP_U8_PTR; +typedef AEP_CHAR *AEP_CHAR_PTR; +typedef AEP_U32 *AEP_U32_PTR; +typedef AEP_U64 *AEP_U64_PTR; +typedef void *AEP_VOID_PTR; /* Pointer to a AEP_VOID_PTR-- i.e., pointer to pointer to void */ -typedef AEP_VOID_PTR *AEP_VOID_PTR_PTR; +typedef AEP_VOID_PTR *AEP_VOID_PTR_PTR; -/*Used to identify an AEP connection handle*/ -typedef AEP_U32 AEP_CONNECTION_HNDL; +/* + * Used to identify an AEP connection handle + */ +typedef AEP_U32 AEP_CONNECTION_HNDL; -/*Pointer to an AEP connection handle*/ -typedef AEP_CONNECTION_HNDL *AEP_CONNECTION_HNDL_PTR; +/* + * Pointer to an AEP connection handle + */ +typedef AEP_CONNECTION_HNDL *AEP_CONNECTION_HNDL_PTR; -/*Used by an application (in conjunction with the apps process id) to -identify an individual transaction*/ -typedef AEP_U32 AEP_TRANSACTION_ID; +/* + * Used by an application (in conjunction with the apps process id) to + * identify an individual transaction + */ +typedef AEP_U32 AEP_TRANSACTION_ID; -/*Pointer to an applications transaction identifier*/ -typedef AEP_TRANSACTION_ID *AEP_TRANSACTION_ID_PTR; +/* + * Pointer to an applications transaction identifier + */ +typedef AEP_TRANSACTION_ID *AEP_TRANSACTION_ID_PTR; -/*Return value type*/ -typedef AEP_U32 AEP_RV; +/* + * Return value type + */ +typedef AEP_U32 AEP_RV; #define MAX_PROCESS_CONNECTIONS 256 #define RAND_BLK_SIZE 1024 -typedef enum{ - NotConnected= 0, - Connected= 1, - InUse= 2 +typedef enum { + NotConnected = 0, + Connected = 1, + InUse = 2 } AEP_CONNECTION_STATE; - -typedef struct AEP_CONNECTION_ENTRY{ - AEP_CONNECTION_STATE conn_state; - AEP_CONNECTION_HNDL conn_hndl; +typedef struct AEP_CONNECTION_ENTRY { + AEP_CONNECTION_STATE conn_state; + AEP_CONNECTION_HNDL conn_hndl; } AEP_CONNECTION_ENTRY; - typedef AEP_RV t_AEP_OpenConnection(AEP_CONNECTION_HNDL_PTR phConnection); typedef AEP_RV t_AEP_CloseConnection(AEP_CONNECTION_HNDL hConnection); typedef AEP_RV t_AEP_ModExp(AEP_CONNECTION_HNDL hConnection, - AEP_VOID_PTR pA, AEP_VOID_PTR pP, - AEP_VOID_PTR pN, - AEP_VOID_PTR pResult, - AEP_TRANSACTION_ID* pidTransID); + AEP_VOID_PTR pA, AEP_VOID_PTR pP, + AEP_VOID_PTR pN, + AEP_VOID_PTR pResult, + AEP_TRANSACTION_ID *pidTransID); typedef AEP_RV t_AEP_ModExpCrt(AEP_CONNECTION_HNDL hConnection, - AEP_VOID_PTR pA, AEP_VOID_PTR pP, - AEP_VOID_PTR pQ, - AEP_VOID_PTR pDmp1, AEP_VOID_PTR pDmq1, - AEP_VOID_PTR pIqmp, - AEP_VOID_PTR pResult, - AEP_TRANSACTION_ID* pidTransID); + AEP_VOID_PTR pA, AEP_VOID_PTR pP, + AEP_VOID_PTR pQ, + AEP_VOID_PTR pDmp1, AEP_VOID_PTR pDmq1, + AEP_VOID_PTR pIqmp, + AEP_VOID_PTR pResult, + AEP_TRANSACTION_ID *pidTransID); #ifdef AEPRAND typedef AEP_RV t_AEP_GenRandom(AEP_CONNECTION_HNDL hConnection, - AEP_U32 Len, - AEP_U32 Type, - AEP_VOID_PTR pResult, - AEP_TRANSACTION_ID* pidTransID); + AEP_U32 Len, + AEP_U32 Type, + AEP_VOID_PTR pResult, + AEP_TRANSACTION_ID *pidTransID); #endif typedef AEP_RV t_AEP_Initialize(AEP_VOID_PTR pInitArgs); typedef AEP_RV t_AEP_Finalize(void); -typedef AEP_RV t_AEP_SetBNCallBacks(AEP_RV (*GetBigNumSizeFunc)(AEP_VOID_PTR ArbBigNum, AEP_U32* BigNumSize), - AEP_RV (*MakeAEPBigNumFunc)(AEP_VOID_PTR ArbBigNum, AEP_U32 BigNumSize, unsigned char* AEP_BigNum), - AEP_RV (*ConverAEPBigNumFunc)(void* ArbBigNum, AEP_U32 BigNumSize, unsigned char* AEP_BigNum)); - +typedef AEP_RV t_AEP_SetBNCallBacks(AEP_RV (*GetBigNumSizeFunc) + (AEP_VOID_PTR ArbBigNum, + AEP_U32 *BigNumSize), + AEP_RV (*MakeAEPBigNumFunc) (AEP_VOID_PTR + ArbBigNum, + AEP_U32 + BigNumSize, + unsigned char + *AEP_BigNum), + AEP_RV (*ConverAEPBigNumFunc) (void + *ArbBigNum, + AEP_U32 + BigNumSize, + unsigned + char + *AEP_BigNum)); diff --git a/openssl/engines/vendor_defns/atalla.h b/openssl/engines/vendor_defns/atalla.h index 149970d44..60e7eda5f 100644 --- a/openssl/engines/vendor_defns/atalla.h +++ b/openssl/engines/vendor_defns/atalla.h @@ -1,48 +1,44 @@ -/* This header declares the necessary definitions for using the exponentiation - * acceleration capabilities of Atalla cards. The only cryptographic operation - * is performed by "ASI_RSAPrivateKeyOpFn" and this takes a structure that - * defines an "RSA private key". However, it is really only performing a - * regular mod_exp using the supplied modulus and exponent - no CRT form is - * being used. Hence, it is a generic mod_exp function in disguise, and we use - * it as such. - * - * Thanks to the people at Atalla for letting me know these definitions are - * fine and that they can be reproduced here. - * - * Geoff. +/* + * This header declares the necessary definitions for using the + * exponentiation acceleration capabilities of Atalla cards. The only + * cryptographic operation is performed by "ASI_RSAPrivateKeyOpFn" and this + * takes a structure that defines an "RSA private key". However, it is really + * only performing a regular mod_exp using the supplied modulus and exponent + * - no CRT form is being used. Hence, it is a generic mod_exp function in + * disguise, and we use it as such. Thanks to the people at Atalla for + * letting me know these definitions are fine and that they can be reproduced + * here. Geoff. */ -typedef struct ItemStr - { - unsigned char *data; - int len; - } Item; +typedef struct ItemStr { + unsigned char *data; + int len; +} Item; -typedef struct RSAPrivateKeyStr - { - void *reserved; - Item version; - Item modulus; - Item publicExponent; - Item privateExponent; - Item prime[2]; - Item exponent[2]; - Item coefficient; - } RSAPrivateKey; +typedef struct RSAPrivateKeyStr { + void *reserved; + Item version; + Item modulus; + Item publicExponent; + Item privateExponent; + Item prime[2]; + Item exponent[2]; + Item coefficient; +} RSAPrivateKey; -/* Predeclare the function pointer types that we dynamically load from the DSO. - * These use the same names and form that Ben's original support code had (in - * crypto/bn/bn_exp.c) unless of course I've inadvertently changed the style - * somewhere along the way! +/* + * Predeclare the function pointer types that we dynamically load from the + * DSO. These use the same names and form that Ben's original support code + * had (in crypto/bn/bn_exp.c) unless of course I've inadvertently changed + * the style somewhere along the way! */ typedef int tfnASI_GetPerformanceStatistics(int reset_flag, - unsigned int *ret_buf); + unsigned int *ret_buf); typedef int tfnASI_GetHardwareConfig(long card_num, unsigned int *ret_buf); typedef int tfnASI_RSAPrivateKeyOpFn(RSAPrivateKey * rsaKey, - unsigned char *output, - unsigned char *input, - unsigned int modulus_len); - + unsigned char *output, + unsigned char *input, + unsigned int modulus_len); diff --git a/openssl/engines/vendor_defns/cswift.h b/openssl/engines/vendor_defns/cswift.h index 60079326b..6dcd5fed0 100644 --- a/openssl/engines/vendor_defns/cswift.h +++ b/openssl/engines/vendor_defns/cswift.h @@ -1,234 +1,235 @@ -/* Attribution notice: Rainbow have generously allowed me to reproduce - * the necessary definitions here from their API. This means the support - * can build independently of whether application builders have the - * API or hardware. This will allow developers to easily produce software - * that has latent hardware support for any users that have accelertors - * installed, without the developers themselves needing anything extra. - * - * I have only clipped the parts from the CryptoSwift header files that - * are (or seem) relevant to the CryptoSwift support code. This is - * simply to keep the file sizes reasonable. - * [Geoff] +/* + * Attribution notice: Rainbow have generously allowed me to reproduce the + * necessary definitions here from their API. This means the support can + * build independently of whether application builders have the API or + * hardware. This will allow developers to easily produce software that has + * latent hardware support for any users that have accelertors installed, + * without the developers themselves needing anything extra. I have only + * clipped the parts from the CryptoSwift header files that are (or seem) + * relevant to the CryptoSwift support code. This is simply to keep the file + * sizes reasonable. [Geoff] */ - -/* NB: These type widths do *not* seem right in general, in particular - * they're not terribly friendly to 64-bit architectures (unsigned long) - * will be 64-bit on IA-64 for a start. I'm leaving these alone as they - * agree with Rainbow's API and this will only be called into question - * on platforms with Rainbow support anyway! ;-) */ +/* + * NB: These type widths do *not* seem right in general, in particular + * they're not terribly friendly to 64-bit architectures (unsigned long) will + * be 64-bit on IA-64 for a start. I'm leaving these alone as they agree with + * Rainbow's API and this will only be called into question on platforms with + * Rainbow support anyway! ;-) + */ #ifdef __cplusplus extern "C" { -#endif /* __cplusplus */ +#endif /* __cplusplus */ -typedef long SW_STATUS; /* status */ -typedef unsigned char SW_BYTE; /* 8 bit byte */ -typedef unsigned short SW_U16; /* 16 bit number */ + typedef long SW_STATUS; /* status */ + typedef unsigned char SW_BYTE; /* 8 bit byte */ + typedef unsigned short SW_U16; /* 16 bit number */ #if defined(_IRIX) -#include -typedef __uint32_t SW_U32; +# include + typedef __uint32_t SW_U32; #else -typedef unsigned long SW_U32; /* 32 bit integer */ + typedef unsigned long SW_U32; /* 32 bit integer */ #endif - + #if defined(OPENSSL_SYS_WIN32) - typedef struct _SW_U64 { - SW_U32 low32; - SW_U32 high32; - } SW_U64; /* 64 bit integer */ + typedef struct _SW_U64 { + SW_U32 low32; + SW_U32 high32; + } SW_U64; /* 64 bit integer */ #elif defined(OPENSSL_SYS_MACINTOSH_CLASSIC) - typedef longlong SW_U64 -#else /* Unix variants */ - typedef struct _SW_U64 { - SW_U32 low32; - SW_U32 high32; - } SW_U64; /* 64 bit integer */ + typedef longlong SW_U64 +#else /* Unix variants */ + typedef struct _SW_U64 { + SW_U32 low32; + SW_U32 high32; + } SW_U64; /* 64 bit integer */ #endif /* status codes */ #define SW_OK (0L) #define SW_ERR_BASE (-10000L) -#define SW_ERR_NO_CARD (SW_ERR_BASE-1) /* The Card is not present */ -#define SW_ERR_CARD_NOT_READY (SW_ERR_BASE-2) /* The card has not powered */ - /* up yet */ -#define SW_ERR_TIME_OUT (SW_ERR_BASE-3) /* Execution of a command */ - /* time out */ -#define SW_ERR_NO_EXECUTE (SW_ERR_BASE-4) /* The Card failed to */ - /* execute the command */ -#define SW_ERR_INPUT_NULL_PTR (SW_ERR_BASE-5) /* a required pointer is */ - /* NULL */ -#define SW_ERR_INPUT_SIZE (SW_ERR_BASE-6) /* size is invalid, too */ - /* small, too large. */ -#define SW_ERR_INVALID_HANDLE (SW_ERR_BASE-7) /* Invalid SW_ACC_CONTEXT */ - /* handle */ +#define SW_ERR_NO_CARD (SW_ERR_BASE-1) /* The Card is not present */ +#define SW_ERR_CARD_NOT_READY (SW_ERR_BASE-2) /* The card has not powered */ + /* up yet */ +#define SW_ERR_TIME_OUT (SW_ERR_BASE-3) /* Execution of a command */ + /* time out */ +#define SW_ERR_NO_EXECUTE (SW_ERR_BASE-4) /* The Card failed to */ + /* execute the command */ +#define SW_ERR_INPUT_NULL_PTR (SW_ERR_BASE-5) /* a required pointer is */ + /* NULL */ +#define SW_ERR_INPUT_SIZE (SW_ERR_BASE-6) /* size is invalid, too */ + /* small, too large. */ +#define SW_ERR_INVALID_HANDLE (SW_ERR_BASE-7) /* Invalid SW_ACC_CONTEXT */ + /* handle */ #define SW_ERR_PENDING (SW_ERR_BASE-8) /* A request is already out- */ - /* standing at this */ - /* context handle */ -#define SW_ERR_AVAILABLE (SW_ERR_BASE-9) /* A result is available. */ -#define SW_ERR_NO_PENDING (SW_ERR_BASE-10)/* No request is pending. */ -#define SW_ERR_NO_MEMORY (SW_ERR_BASE-11)/* Not enough memory */ -#define SW_ERR_BAD_ALGORITHM (SW_ERR_BASE-12)/* Invalid algorithm type */ - /* in SW_PARAM structure */ -#define SW_ERR_MISSING_KEY (SW_ERR_BASE-13)/* No key is associated with */ - /* context. */ - /* swAttachKeyParam() is */ - /* not called. */ + /* standing at this */ + /* context handle */ +#define SW_ERR_AVAILABLE (SW_ERR_BASE-9) /* A result is available. */ +#define SW_ERR_NO_PENDING (SW_ERR_BASE-10) /* No request is pending. */ +#define SW_ERR_NO_MEMORY (SW_ERR_BASE-11) /* Not enough memory */ +#define SW_ERR_BAD_ALGORITHM (SW_ERR_BASE-12) /* Invalid algorithm type */ + /* in SW_PARAM structure */ +#define SW_ERR_MISSING_KEY (SW_ERR_BASE-13) /* No key is associated with */ + /* context. */ + /* swAttachKeyParam() is */ + /* not called. */ #define SW_ERR_KEY_CMD_MISMATCH \ - (SW_ERR_BASE-14)/* Cannot perform requested */ - /* SW_COMMAND_CODE since */ - /* key attached via */ - /* swAttachKeyParam() */ - /* cannot be used for this*/ - /* SW_COMMAND_CODE. */ + (SW_ERR_BASE-14) /* Cannot perform requested */ + /* SW_COMMAND_CODE since */ + /* key attached via */ + /* swAttachKeyParam() */ + /* cannot be used for this */ + /* SW_COMMAND_CODE. */ #define SW_ERR_NOT_IMPLEMENTED \ - (SW_ERR_BASE-15)/* Not implemented */ -#define SW_ERR_BAD_COMMAND (SW_ERR_BASE-16)/* Bad command code */ -#define SW_ERR_BAD_ITEM_SIZE (SW_ERR_BASE-17)/* too small or too large in */ - /* the "initems" or */ - /* "outitems". */ -#define SW_ERR_BAD_ACCNUM (SW_ERR_BASE-18)/* Bad accelerator number */ -#define SW_ERR_SELFTEST_FAIL (SW_ERR_BASE-19)/* At least one of the self */ - /* test fail, look at the */ - /* selfTestBitmap in */ - /* SW_ACCELERATOR_INFO for*/ - /* details. */ -#define SW_ERR_MISALIGN (SW_ERR_BASE-20)/* Certain alogrithms require*/ - /* key materials aligned */ - /* in certain order, e.g. */ - /* 128 bit for CRT */ + (SW_ERR_BASE-15) /* Not implemented */ +#define SW_ERR_BAD_COMMAND (SW_ERR_BASE-16) /* Bad command code */ +#define SW_ERR_BAD_ITEM_SIZE (SW_ERR_BASE-17) /* too small or too large in */ + /* the "initems" or */ + /* "outitems". */ +#define SW_ERR_BAD_ACCNUM (SW_ERR_BASE-18) /* Bad accelerator number */ +#define SW_ERR_SELFTEST_FAIL (SW_ERR_BASE-19) /* At least one of the self */ + /* test fail, look at the */ + /* selfTestBitmap in */ + /* SW_ACCELERATOR_INFO for */ + /* details. */ +#define SW_ERR_MISALIGN (SW_ERR_BASE-20) /* Certain alogrithms require */ + /* key materials aligned */ + /* in certain order, e.g. */ + /* 128 bit for CRT */ #define SW_ERR_OUTPUT_NULL_PTR \ - (SW_ERR_BASE-21)/* a required pointer is */ - /* NULL */ + (SW_ERR_BASE-21) /* a required pointer is */ + /* NULL */ #define SW_ERR_OUTPUT_SIZE \ - (SW_ERR_BASE-22)/* size is invalid, too */ - /* small, too large. */ + (SW_ERR_BASE-22) /* size is invalid, too */ + /* small, too large. */ #define SW_ERR_FIRMWARE_CHECKSUM \ - (SW_ERR_BASE-23)/* firmware checksum mismatch*/ - /* download failed. */ + (SW_ERR_BASE-23) /* firmware checksum mismatch */ + /* download failed. */ #define SW_ERR_UNKNOWN_FIRMWARE \ - (SW_ERR_BASE-24)/* unknown firmware error */ -#define SW_ERR_INTERRUPT (SW_ERR_BASE-25)/* request is abort when */ - /* it's waiting to be */ - /* completed. */ -#define SW_ERR_NVWRITE_FAIL (SW_ERR_BASE-26)/* error in writing to Non- */ - /* volatile memory */ -#define SW_ERR_NVWRITE_RANGE (SW_ERR_BASE-27)/* out of range error in */ - /* writing to NV memory */ -#define SW_ERR_RNG_ERROR (SW_ERR_BASE-28)/* Random Number Generation */ - /* failure */ -#define SW_ERR_DSS_FAILURE (SW_ERR_BASE-29)/* DSS Sign or Verify failure*/ -#define SW_ERR_MODEXP_FAILURE (SW_ERR_BASE-30)/* Failure in various math */ - /* calculations */ -#define SW_ERR_ONBOARD_MEMORY (SW_ERR_BASE-31)/* Error in accessing on - */ - /* board memory */ + (SW_ERR_BASE-24) /* unknown firmware error */ +#define SW_ERR_INTERRUPT (SW_ERR_BASE-25) /* request is abort when */ + /* it's waiting to be */ + /* completed. */ +#define SW_ERR_NVWRITE_FAIL (SW_ERR_BASE-26) /* error in writing to Non- */ + /* volatile memory */ +#define SW_ERR_NVWRITE_RANGE (SW_ERR_BASE-27) /* out of range error in */ + /* writing to NV memory */ +#define SW_ERR_RNG_ERROR (SW_ERR_BASE-28) /* Random Number Generation */ + /* failure */ +#define SW_ERR_DSS_FAILURE (SW_ERR_BASE-29) /* DSS Sign or Verify failure */ +#define SW_ERR_MODEXP_FAILURE (SW_ERR_BASE-30) /* Failure in various math */ + /* calculations */ +#define SW_ERR_ONBOARD_MEMORY (SW_ERR_BASE-31) /* Error in accessing on - */ + /* board memory */ #define SW_ERR_FIRMWARE_VERSION \ - (SW_ERR_BASE-32)/* Wrong version in firmware */ - /* update */ + (SW_ERR_BASE-32) /* Wrong version in firmware */ + /* update */ #define SW_ERR_ZERO_WORKING_ACCELERATOR \ - (SW_ERR_BASE-44)/* All accelerators are bad */ - + (SW_ERR_BASE-44) /* All accelerators are bad */ - /* algorithm type */ + /* algorithm type */ #define SW_ALG_CRT 1 #define SW_ALG_EXP 2 #define SW_ALG_DSA 3 #define SW_ALG_NVDATA 4 - /* command code */ -#define SW_CMD_MODEXP_CRT 1 /* perform Modular Exponentiation using */ - /* Chinese Remainder Theorem (CRT) */ -#define SW_CMD_MODEXP 2 /* perform Modular Exponentiation */ -#define SW_CMD_DSS_SIGN 3 /* perform DSS sign */ -#define SW_CMD_DSS_VERIFY 4 /* perform DSS verify */ -#define SW_CMD_RAND 5 /* perform random number generation */ -#define SW_CMD_NVREAD 6 /* perform read to nonvolatile RAM */ -#define SW_CMD_NVWRITE 7 /* perform write to nonvolatile RAM */ - -typedef SW_U32 SW_ALGTYPE; /* alogrithm type */ -typedef SW_U32 SW_STATE; /* state */ -typedef SW_U32 SW_COMMAND_CODE; /* command code */ -typedef SW_U32 SW_COMMAND_BITMAP[4]; /* bitmap */ - -typedef struct _SW_LARGENUMBER { - SW_U32 nbytes; /* number of bytes in the buffer "value" */ - SW_BYTE* value; /* the large integer as a string of */ - /* bytes in network (big endian) order */ -} SW_LARGENUMBER; + /* command code */ +#define SW_CMD_MODEXP_CRT 1 /* perform Modular Exponentiation using */ + /* Chinese Remainder Theorem (CRT) */ +#define SW_CMD_MODEXP 2 /* perform Modular Exponentiation */ +#define SW_CMD_DSS_SIGN 3 /* perform DSS sign */ +#define SW_CMD_DSS_VERIFY 4 /* perform DSS verify */ +#define SW_CMD_RAND 5 /* perform random number generation */ +#define SW_CMD_NVREAD 6 /* perform read to nonvolatile RAM */ +#define SW_CMD_NVWRITE 7 /* perform write to nonvolatile RAM */ + + typedef SW_U32 SW_ALGTYPE; /* alogrithm type */ + typedef SW_U32 SW_STATE; /* state */ + typedef SW_U32 SW_COMMAND_CODE; /* command code */ + typedef SW_U32 SW_COMMAND_BITMAP[4]; /* bitmap */ + + typedef struct _SW_LARGENUMBER { + SW_U32 nbytes; /* number of bytes in the buffer "value" */ + SW_BYTE *value; /* the large integer as a string of */ + /* bytes in network (big endian) order */ + } SW_LARGENUMBER; #if defined(OPENSSL_SYS_WIN32) - #include - typedef HANDLE SW_OSHANDLE; /* handle to kernel object */ - #define SW_OS_INVALID_HANDLE INVALID_HANDLE_VALUE - #define SW_CALLCONV _stdcall +# include + typedef HANDLE SW_OSHANDLE; /* handle to kernel object */ +# define SW_OS_INVALID_HANDLE INVALID_HANDLE_VALUE +# define SW_CALLCONV _stdcall #elif defined(OPENSSL_SYS_MACINTOSH_CLASSIC) /* async callback mechanisms */ /* swiftCallbackLevel */ - #define SW_MAC_CALLBACK_LEVEL_NO 0 - #define SW_MAC_CALLBACK_LEVEL_HARDWARE 1 /* from the hardware ISR */ - #define SW_MAC_CALLBACK_LEVEL_SECONDARY 2 /* as secondary ISR */ - typedef int SW_MAC_CALLBACK_LEVEL; - typedef int SW_OSHANDLE; - #define SW_OS_INVALID_HANDLE (-1) - #define SW_CALLCONV -#else /* Unix variants */ - typedef int SW_OSHANDLE; /* handle to driver */ - #define SW_OS_INVALID_HANDLE (-1) - #define SW_CALLCONV -#endif - -typedef struct _SW_CRT { - SW_LARGENUMBER p; /* prime number p */ - SW_LARGENUMBER q; /* prime number q */ - SW_LARGENUMBER dmp1; /* exponent1 */ - SW_LARGENUMBER dmq1; /* exponent2 */ - SW_LARGENUMBER iqmp; /* CRT coefficient */ -} SW_CRT; - -typedef struct _SW_EXP { - SW_LARGENUMBER modulus; /* modulus */ - SW_LARGENUMBER exponent;/* exponent */ -} SW_EXP; - -typedef struct _SW_DSA { - SW_LARGENUMBER p; /* */ - SW_LARGENUMBER q; /* */ - SW_LARGENUMBER g; /* */ - SW_LARGENUMBER key; /* private/public key */ -} SW_DSA; - -typedef struct _SW_NVDATA { - SW_U32 accnum; /* accelerator board number */ - SW_U32 offset; /* offset in byte */ -} SW_NVDATA; - -typedef struct _SW_PARAM { - SW_ALGTYPE type; /* type of the alogrithm */ - union { - SW_CRT crt; - SW_EXP exp; - SW_DSA dsa; - SW_NVDATA nvdata; - } up; -} SW_PARAM; - -typedef SW_U32 SW_CONTEXT_HANDLE; /* opaque context handle */ - - -/* Now the OpenSSL bits, these function types are the for the function - * pointers that will bound into the Rainbow shared libraries. */ -typedef SW_STATUS SW_CALLCONV t_swAcquireAccContext(SW_CONTEXT_HANDLE *hac); -typedef SW_STATUS SW_CALLCONV t_swAttachKeyParam(SW_CONTEXT_HANDLE hac, - SW_PARAM *key_params); -typedef SW_STATUS SW_CALLCONV t_swSimpleRequest(SW_CONTEXT_HANDLE hac, - SW_COMMAND_CODE cmd, - SW_LARGENUMBER pin[], - SW_U32 pin_count, - SW_LARGENUMBER pout[], - SW_U32 pout_count); -typedef SW_STATUS SW_CALLCONV t_swReleaseAccContext(SW_CONTEXT_HANDLE hac); +# define SW_MAC_CALLBACK_LEVEL_NO 0 +# define SW_MAC_CALLBACK_LEVEL_HARDWARE 1/* from the hardware ISR */ +# define SW_MAC_CALLBACK_LEVEL_SECONDARY 2/* as secondary ISR */ + typedef int SW_MAC_CALLBACK_LEVEL; + typedef int SW_OSHANDLE; +# define SW_OS_INVALID_HANDLE (-1) +# define SW_CALLCONV +#else /* Unix variants */ + typedef int SW_OSHANDLE; /* handle to driver */ +# define SW_OS_INVALID_HANDLE (-1) +# define SW_CALLCONV +#endif + + typedef struct _SW_CRT { + SW_LARGENUMBER p; /* prime number p */ + SW_LARGENUMBER q; /* prime number q */ + SW_LARGENUMBER dmp1; /* exponent1 */ + SW_LARGENUMBER dmq1; /* exponent2 */ + SW_LARGENUMBER iqmp; /* CRT coefficient */ + } SW_CRT; + + typedef struct _SW_EXP { + SW_LARGENUMBER modulus; /* modulus */ + SW_LARGENUMBER exponent; /* exponent */ + } SW_EXP; + + typedef struct _SW_DSA { + SW_LARGENUMBER p; /* */ + SW_LARGENUMBER q; /* */ + SW_LARGENUMBER g; /* */ + SW_LARGENUMBER key; /* private/public key */ + } SW_DSA; + + typedef struct _SW_NVDATA { + SW_U32 accnum; /* accelerator board number */ + SW_U32 offset; /* offset in byte */ + } SW_NVDATA; + + typedef struct _SW_PARAM { + SW_ALGTYPE type; /* type of the alogrithm */ + union { + SW_CRT crt; + SW_EXP exp; + SW_DSA dsa; + SW_NVDATA nvdata; + } up; + } SW_PARAM; + + typedef SW_U32 SW_CONTEXT_HANDLE; /* opaque context handle */ + + /* + * Now the OpenSSL bits, these function types are the for the function + * pointers that will bound into the Rainbow shared libraries. + */ + typedef SW_STATUS SW_CALLCONV t_swAcquireAccContext(SW_CONTEXT_HANDLE + *hac); + typedef SW_STATUS SW_CALLCONV t_swAttachKeyParam(SW_CONTEXT_HANDLE hac, + SW_PARAM *key_params); + typedef SW_STATUS SW_CALLCONV t_swSimpleRequest(SW_CONTEXT_HANDLE hac, + SW_COMMAND_CODE cmd, + SW_LARGENUMBER pin[], + SW_U32 pin_count, + SW_LARGENUMBER pout[], + SW_U32 pout_count); + typedef SW_STATUS SW_CALLCONV t_swReleaseAccContext(SW_CONTEXT_HANDLE + hac); #ifdef __cplusplus } -#endif /* __cplusplus */ - +#endif /* __cplusplus */ diff --git a/openssl/engines/vendor_defns/hw_4758_cca.h b/openssl/engines/vendor_defns/hw_4758_cca.h index 296636e81..235543ad7 100644 --- a/openssl/engines/vendor_defns/hw_4758_cca.h +++ b/openssl/engines/vendor_defns/hw_4758_cca.h @@ -7,143 +7,144 @@ /**********************************************************************/ #ifndef __HW_4758_CCA__ -#define __HW_4758_CCA__ +# define __HW_4758_CCA__ /* * Only WIN32 support for now */ -#if defined(WIN32) - - #define CCA_LIB_NAME "CSUNSAPI" - - #define CSNDPKX "CSNDPKX_32" - #define CSNDKRR "CSNDKRR_32" - #define CSNDPKE "CSNDPKE_32" - #define CSNDPKD "CSNDPKD_32" - #define CSNDDSV "CSNDDSV_32" - #define CSNDDSG "CSNDDSG_32" - #define CSNBRNG "CSNBRNG_32" - - #define SECURITYAPI __stdcall -#else - /* Fixme!! - Find out the values of these constants for other platforms. - */ - #define CCA_LIB_NAME "CSUNSAPI" - - #define CSNDPKX "CSNDPKX" - #define CSNDKRR "CSNDKRR" - #define CSNDPKE "CSNDPKE" - #define CSNDPKD "CSNDPKD" - #define CSNDDSV "CSNDDSV" - #define CSNDDSG "CSNDDSG" - #define CSNBRNG "CSNBRNG" - - #define SECURITYAPI -#endif +# if defined(WIN32) + +# define CCA_LIB_NAME "CSUNSAPI" + +# define CSNDPKX "CSNDPKX_32" +# define CSNDKRR "CSNDKRR_32" +# define CSNDPKE "CSNDPKE_32" +# define CSNDPKD "CSNDPKD_32" +# define CSNDDSV "CSNDDSV_32" +# define CSNDDSG "CSNDDSG_32" +# define CSNBRNG "CSNBRNG_32" + +# define SECURITYAPI __stdcall +# else + /* + * Fixme!! Find out the values of these constants for other platforms. + */ +# define CCA_LIB_NAME "CSUNSAPI" + +# define CSNDPKX "CSNDPKX" +# define CSNDKRR "CSNDKRR" +# define CSNDPKE "CSNDPKE" +# define CSNDPKD "CSNDPKD" +# define CSNDDSV "CSNDDSV" +# define CSNDDSG "CSNDDSG" +# define CSNBRNG "CSNBRNG" + +# define SECURITYAPI +# endif /* * security API prototypes */ /* PKA Key Record Read */ -typedef void (SECURITYAPI *F_KEYRECORDREAD) - (long * return_code, - long * reason_code, - long * exit_data_length, - unsigned char * exit_data, - long * rule_array_count, - unsigned char * rule_array, - unsigned char * key_label, - long * key_token_length, - unsigned char * key_token); +typedef void (SECURITYAPI * F_KEYRECORDREAD) + (long *return_code, + long *reason_code, + long *exit_data_length, + unsigned char *exit_data, + long *rule_array_count, + unsigned char *rule_array, + unsigned char *key_label, long *key_token_length, unsigned char *key_token); /* Random Number Generate */ -typedef void (SECURITYAPI *F_RANDOMNUMBERGENERATE) - (long * return_code, - long * reason_code, - long * exit_data_length, - unsigned char * exit_data, - unsigned char * form, - unsigned char * random_number); +typedef void (SECURITYAPI * F_RANDOMNUMBERGENERATE) + (long *return_code, + long *reason_code, + long *exit_data_length, + unsigned char *exit_data, + unsigned char *form, unsigned char *random_number); /* Digital Signature Generate */ -typedef void (SECURITYAPI *F_DIGITALSIGNATUREGENERATE) - (long * return_code, - long * reason_code, - long * exit_data_length, - unsigned char * exit_data, - long * rule_array_count, - unsigned char * rule_array, - long * PKA_private_key_id_length, - unsigned char * PKA_private_key_id, - long * hash_length, - unsigned char * hash, - long * signature_field_length, - long * signature_bit_length, - unsigned char * signature_field); +typedef void (SECURITYAPI * F_DIGITALSIGNATUREGENERATE) + (long *return_code, + long *reason_code, + long *exit_data_length, + unsigned char *exit_data, + long *rule_array_count, + unsigned char *rule_array, + long *PKA_private_key_id_length, + unsigned char *PKA_private_key_id, + long *hash_length, + unsigned char *hash, + long *signature_field_length, + long *signature_bit_length, unsigned char *signature_field); /* Digital Signature Verify */ -typedef void (SECURITYAPI *F_DIGITALSIGNATUREVERIFY)( - long * return_code, - long * reason_code, - long * exit_data_length, - unsigned char * exit_data, - long * rule_array_count, - unsigned char * rule_array, - long * PKA_public_key_id_length, - unsigned char * PKA_public_key_id, - long * hash_length, - unsigned char * hash, - long * signature_field_length, - unsigned char * signature_field); +typedef void (SECURITYAPI * F_DIGITALSIGNATUREVERIFY) (long *return_code, + long *reason_code, + long *exit_data_length, + unsigned char + *exit_data, + long *rule_array_count, + unsigned char + *rule_array, + long + *PKA_public_key_id_length, + unsigned char + *PKA_public_key_id, + long *hash_length, + unsigned char *hash, + long + *signature_field_length, + unsigned char + *signature_field); /* PKA Public Key Extract */ -typedef void (SECURITYAPI *F_PUBLICKEYEXTRACT)( - long * return_code, - long * reason_code, - long * exit_data_length, - unsigned char * exit_data, - long * rule_array_count, - unsigned char * rule_array, - long * source_key_identifier_length, - unsigned char * source_key_identifier, - long * target_key_token_length, - unsigned char * target_key_token); +typedef void (SECURITYAPI * F_PUBLICKEYEXTRACT) (long *return_code, + long *reason_code, + long *exit_data_length, + unsigned char *exit_data, + long *rule_array_count, + unsigned char *rule_array, + long + *source_key_identifier_length, + unsigned char + *source_key_identifier, + long + *target_key_token_length, + unsigned char + *target_key_token); /* PKA Encrypt */ -typedef void (SECURITYAPI *F_PKAENCRYPT) - (long * return_code, - long * reason_code, - long * exit_data_length, - unsigned char * exit_data, - long * rule_array_count, - unsigned char * rule_array, - long * key_value_length, - unsigned char * key_value, - long * data_struct_length, - unsigned char * data_struct, - long * RSA_public_key_length, - unsigned char * RSA_public_key, - long * RSA_encipher_length, - unsigned char * RSA_encipher ); +typedef void (SECURITYAPI * F_PKAENCRYPT) + (long *return_code, + long *reason_code, + long *exit_data_length, + unsigned char *exit_data, + long *rule_array_count, + unsigned char *rule_array, + long *key_value_length, + unsigned char *key_value, + long *data_struct_length, + unsigned char *data_struct, + long *RSA_public_key_length, + unsigned char *RSA_public_key, + long *RSA_encipher_length, unsigned char *RSA_encipher); /* PKA Decrypt */ -typedef void (SECURITYAPI *F_PKADECRYPT) - (long * return_code, - long * reason_code, - long * exit_data_length, - unsigned char * exit_data, - long * rule_array_count, - unsigned char * rule_array, - long * enciphered_key_length, - unsigned char * enciphered_key, - long * data_struct_length, - unsigned char * data_struct, - long * RSA_private_key_length, - unsigned char * RSA_private_key, - long * key_value_length, - unsigned char * key_value ); - +typedef void (SECURITYAPI * F_PKADECRYPT) + (long *return_code, + long *reason_code, + long *exit_data_length, + unsigned char *exit_data, + long *rule_array_count, + unsigned char *rule_array, + long *enciphered_key_length, + unsigned char *enciphered_key, + long *data_struct_length, + unsigned char *data_struct, + long *RSA_private_key_length, + unsigned char *RSA_private_key, + long *key_value_length, unsigned char *key_value); #endif diff --git a/openssl/engines/vendor_defns/hw_ubsec.h b/openssl/engines/vendor_defns/hw_ubsec.h index b6619d40f..a4e67fc53 100644 --- a/openssl/engines/vendor_defns/hw_ubsec.h +++ b/openssl/engines/vendor_defns/hw_ubsec.h @@ -7,8 +7,8 @@ * Irvine CA 92619-7013 * *****************************************************************************/ -/* - * Broadcom Corporation uBSec SDK +/* + * Broadcom Corporation uBSec SDK */ /* * Character device header file. @@ -39,12 +39,12 @@ typedef long ubsec_MathCommand_t; typedef long ubsec_RNGCommand_t; typedef struct ubsec_crypto_context_s { - unsigned int flags; - unsigned char crypto[MAX_CRYPTO_KEY_LENGTH]; - unsigned char auth[MAX_MAC_KEY_LENGTH]; + unsigned int flags; + unsigned char crypto[MAX_CRYPTO_KEY_LENGTH]; + unsigned char auth[MAX_MAC_KEY_LENGTH]; } ubsec_crypto_context_t, *ubsec_crypto_context_p; -/* +/* * Predeclare the function pointer types that we dynamically load from the DSO. */ @@ -56,45 +56,69 @@ typedef int t_UBSEC_ubsec_open(unsigned char *device); typedef int t_UBSEC_ubsec_close(int fd); -typedef int t_UBSEC_diffie_hellman_generate_ioctl (int fd, - unsigned char *x, int *x_len, unsigned char *y, int *y_len, - unsigned char *g, int g_len, unsigned char *m, int m_len, - unsigned char *userX, int userX_len, int random_bits); - -typedef int t_UBSEC_diffie_hellman_agree_ioctl (int fd, - unsigned char *x, int x_len, unsigned char *y, int y_len, - unsigned char *m, int m_len, unsigned char *k, int *k_len); - -typedef int t_UBSEC_rsa_mod_exp_ioctl (int fd, - unsigned char *x, int x_len, unsigned char *m, int m_len, - unsigned char *e, int e_len, unsigned char *y, int *y_len); - -typedef int t_UBSEC_rsa_mod_exp_crt_ioctl (int fd, - unsigned char *x, int x_len, unsigned char *qinv, int qinv_len, - unsigned char *edq, int edq_len, unsigned char *q, int q_len, - unsigned char *edp, int edp_len, unsigned char *p, int p_len, - unsigned char *y, int *y_len); - -typedef int t_UBSEC_dsa_sign_ioctl (int fd, - int hash, unsigned char *data, int data_len, - unsigned char *rndom, int random_len, - unsigned char *p, int p_len, unsigned char *q, int q_len, - unsigned char *g, int g_len, unsigned char *key, int key_len, - unsigned char *r, int *r_len, unsigned char *s, int *s_len); - -typedef int t_UBSEC_dsa_verify_ioctl (int fd, - int hash, unsigned char *data, int data_len, - unsigned char *p, int p_len, unsigned char *q, int q_len, - unsigned char *g, int g_len, unsigned char *key, int key_len, - unsigned char *r, int r_len, unsigned char *s, int s_len, - unsigned char *v, int *v_len); +typedef int t_UBSEC_diffie_hellman_generate_ioctl(int fd, + unsigned char *x, + int *x_len, + unsigned char *y, + int *y_len, + unsigned char *g, int g_len, + unsigned char *m, int m_len, + unsigned char *userX, + int userX_len, + int random_bits); + +typedef int t_UBSEC_diffie_hellman_agree_ioctl(int fd, + unsigned char *x, int x_len, + unsigned char *y, int y_len, + unsigned char *m, int m_len, + unsigned char *k, int *k_len); + +typedef int t_UBSEC_rsa_mod_exp_ioctl(int fd, + unsigned char *x, int x_len, + unsigned char *m, int m_len, + unsigned char *e, int e_len, + unsigned char *y, int *y_len); + +typedef int t_UBSEC_rsa_mod_exp_crt_ioctl(int fd, + unsigned char *x, int x_len, + unsigned char *qinv, int qinv_len, + unsigned char *edq, int edq_len, + unsigned char *q, int q_len, + unsigned char *edp, int edp_len, + unsigned char *p, int p_len, + unsigned char *y, int *y_len); + +typedef int t_UBSEC_dsa_sign_ioctl(int fd, + int hash, unsigned char *data, + int data_len, unsigned char *rndom, + int random_len, unsigned char *p, + int p_len, unsigned char *q, int q_len, + unsigned char *g, int g_len, + unsigned char *key, int key_len, + unsigned char *r, int *r_len, + unsigned char *s, int *s_len); + +typedef int t_UBSEC_dsa_verify_ioctl(int fd, + int hash, unsigned char *data, + int data_len, unsigned char *p, + int p_len, unsigned char *q, int q_len, + unsigned char *g, int g_len, + unsigned char *key, int key_len, + unsigned char *r, int r_len, + unsigned char *s, int s_len, + unsigned char *v, int *v_len); typedef int t_UBSEC_math_accelerate_ioctl(int fd, ubsec_MathCommand_t command, - unsigned char *ModN, int *ModN_len, unsigned char *ExpE, int *ExpE_len, - unsigned char *ParamA, int *ParamA_len, unsigned char *ParamB, int *ParamB_len, - unsigned char *Result, int *Result_len); + unsigned char *ModN, int *ModN_len, + unsigned char *ExpE, int *ExpE_len, + unsigned char *ParamA, + int *ParamA_len, + unsigned char *ParamB, + int *ParamB_len, + unsigned char *Result, + int *Result_len); typedef int t_UBSEC_rng_ioctl(int fd, ubsec_RNGCommand_t command, - unsigned char *Result, int *Result_len); + unsigned char *Result, int *Result_len); typedef int t_UBSEC_max_key_len_ioctl(int fd, int *max_key_len); diff --git a/openssl/engines/vendor_defns/hwcryptohook.h b/openssl/engines/vendor_defns/hwcryptohook.h index 482f1f2d1..fa06396a0 100644 --- a/openssl/engines/vendor_defns/hwcryptohook.h +++ b/openssl/engines/vendor_defns/hwcryptohook.h @@ -1,4 +1,4 @@ -/* +/*- * ModExp / RSA (with/without KM) plugin API * * The application will load a dynamic library which @@ -69,22 +69,23 @@ */ #ifndef HWCRYPTOHOOK_H -#define HWCRYPTOHOOK_H +# define HWCRYPTOHOOK_H -#include -#include +# include +# include -#ifndef HWCRYPTOHOOK_DECLARE_APPTYPES -#define HWCRYPTOHOOK_DECLARE_APPTYPES 1 -#endif +# ifndef HWCRYPTOHOOK_DECLARE_APPTYPES +# define HWCRYPTOHOOK_DECLARE_APPTYPES 1 +# endif -#define HWCRYPTOHOOK_ERROR_FAILED -1 -#define HWCRYPTOHOOK_ERROR_FALLBACK -2 -#define HWCRYPTOHOOK_ERROR_MPISIZE -3 +# define HWCRYPTOHOOK_ERROR_FAILED -1 +# define HWCRYPTOHOOK_ERROR_FALLBACK -2 +# define HWCRYPTOHOOK_ERROR_MPISIZE -3 -#if HWCRYPTOHOOK_DECLARE_APPTYPES +# if HWCRYPTOHOOK_DECLARE_APPTYPES -/* These structs are defined by the application and opaque to the +/*- + * These structs are defined by the application and opaque to the * crypto plugin. The application may define these as it sees fit. * Default declarations are provided here, but the application may * #define HWCRYPTOHOOK_DECLARE_APPTYPES 0 @@ -95,12 +96,14 @@ */ typedef struct HWCryptoHook_MutexValue HWCryptoHook_Mutex; typedef struct HWCryptoHook_CondVarValue HWCryptoHook_CondVar; -typedef struct HWCryptoHook_PassphraseContextValue HWCryptoHook_PassphraseContext; +typedef struct HWCryptoHook_PassphraseContextValue + HWCryptoHook_PassphraseContext; typedef struct HWCryptoHook_CallerContextValue HWCryptoHook_CallerContext; -#endif /* HWCRYPTOHOOK_DECLARE_APPTYPES */ +# endif /* HWCRYPTOHOOK_DECLARE_APPTYPES */ -/* These next two structs are opaque to the application. The crypto +/*- + * These next two structs are opaque to the application. The crypto * plugin will return pointers to them; the caller simply manipulates * the pointers. */ @@ -108,15 +111,16 @@ typedef struct HWCryptoHook_Context *HWCryptoHook_ContextHandle; typedef struct HWCryptoHook_RSAKey *HWCryptoHook_RSAKeyHandle; typedef struct { - char *buf; - size_t size; + char *buf; + size_t size; } HWCryptoHook_ErrMsgBuf; -/* Used for error reporting. When a HWCryptoHook function fails it +/*- + * Used for error reporting. When a HWCryptoHook function fails it * will return a sentinel value (0 for pointer-valued functions, or a * negative number, usually HWCRYPTOHOOK_ERROR_FAILED, for * integer-valued ones). It will, if an ErrMsgBuf is passed, also put * an error message there. - * + * * size is the size of the buffer, and will not be modified. If you * pass 0 for size you must pass 0 for buf, and nothing will be * recorded (just as if you passed 0 for the struct pointer). @@ -127,10 +131,11 @@ typedef struct { */ typedef struct HWCryptoHook_MPIStruct { - unsigned char *buf; - size_t size; + unsigned char *buf; + size_t size; } HWCryptoHook_MPI; -/* When one of these is returned, a pointer is passed to the function. +/*- + * When one of these is returned, a pointer is passed to the function. * At call, size is the space available. Afterwards it is updated to * be set to the actual length (which may be more than the space available, * if there was not enough room and the result was truncated). @@ -141,9 +146,10 @@ typedef struct HWCryptoHook_MPIStruct { * permitted. */ -#define HWCryptoHook_InitFlags_FallbackModExp 0x0002UL -#define HWCryptoHook_InitFlags_FallbackRSAImmed 0x0004UL -/* Enable requesting fallback to software in case of problems with the +# define HWCryptoHook_InitFlags_FallbackModExp 0x0002UL +# define HWCryptoHook_InitFlags_FallbackRSAImmed 0x0004UL +/*- + * Enable requesting fallback to software in case of problems with the * hardware support. This indicates to the crypto provider that the * application is prepared to fall back to software operation if the * ModExp* or RSAImmed* functions return HWCRYPTOHOOK_ERROR_FALLBACK. @@ -153,8 +159,9 @@ typedef struct HWCryptoHook_MPIStruct { * within a short interval, if appropriate. */ -#define HWCryptoHook_InitFlags_SimpleForkCheck 0x0010UL -/* Without _SimpleForkCheck the library is allowed to assume that the +# define HWCryptoHook_InitFlags_SimpleForkCheck 0x0010UL +/*- + * Without _SimpleForkCheck the library is allowed to assume that the * application will not fork and call the library in the child(ren). * * When it is specified, this is allowed. However, after a fork @@ -167,14 +174,14 @@ typedef struct HWCryptoHook_MPIStruct { */ typedef struct { - unsigned long flags; - void *logstream; /* usually a FILE*. See below. */ - - size_t limbsize; /* bignum format - size of radix type, must be power of 2 */ - int mslimbfirst; /* 0 or 1 */ - int msbytefirst; /* 0 or 1; -1 = native */ - - /* All the callback functions should return 0 on success, or a + unsigned long flags; + void *logstream; /* usually a FILE*. See below. */ + size_t limbsize; /* bignum format - size of radix type, must + * be power of 2 */ + int mslimbfirst; /* 0 or 1 */ + int msbytefirst; /* 0 or 1; -1 = native */ + /*- + * All the callback functions should return 0 on success, or a * nonzero integer (whose value will be visible in the error message * put in the buffer passed to the call). * @@ -182,8 +189,8 @@ typedef struct { * * The callbacks may not call down again into the crypto plugin. */ - - /* For thread-safety. Set everything to 0 if you promise only to be + /*- + * For thread-safety. Set everything to 0 if you promise only to be * singlethreaded. maxsimultaneous is the number of calls to * ModExp[Crt]/RSAImmed{Priv,Pub}/RSA. If you don't know what to * put there then say 0 and the hook library will use a default. @@ -199,133 +206,137 @@ typedef struct { * single-threaded operation, should be indicated by the setting * mutex_init et al to 0. */ - int maxmutexes; - int maxsimultaneous; - size_t mutexsize; - int (*mutex_init)(HWCryptoHook_Mutex*, HWCryptoHook_CallerContext *cactx); - int (*mutex_acquire)(HWCryptoHook_Mutex*); - void (*mutex_release)(HWCryptoHook_Mutex*); - void (*mutex_destroy)(HWCryptoHook_Mutex*); - - /* For greater efficiency, can use condition vars internally for - * synchronisation. In this case maxsimultaneous is ignored, but - * the other mutex stuff must be available. In singlethreaded - * programs, set everything to 0. - */ - size_t condvarsize; - int (*condvar_init)(HWCryptoHook_CondVar*, HWCryptoHook_CallerContext *cactx); - int (*condvar_wait)(HWCryptoHook_CondVar*, HWCryptoHook_Mutex*); - void (*condvar_signal)(HWCryptoHook_CondVar*); - void (*condvar_broadcast)(HWCryptoHook_CondVar*); - void (*condvar_destroy)(HWCryptoHook_CondVar*); - - /* The semantics of acquiring and releasing mutexes and broadcasting - * and waiting on condition variables are expected to be those from - * POSIX threads (pthreads). The mutexes may be (in pthread-speak) - * fast mutexes, recursive mutexes, or nonrecursive ones. - * - * The _release/_signal/_broadcast and _destroy functions must - * always succeed when given a valid argument; if they are given an - * invalid argument then the program (crypto plugin + application) - * has an internal error, and they should abort the program. - */ - - int (*getpassphrase)(const char *prompt_info, - int *len_io, char *buf, - HWCryptoHook_PassphraseContext *ppctx, - HWCryptoHook_CallerContext *cactx); - /* Passphrases and the prompt_info, if they contain high-bit-set - * characters, are UTF-8. The prompt_info may be a null pointer if - * no prompt information is available (it should not be an empty - * string). It will not contain text like `enter passphrase'; - * instead it might say something like `Operator Card for John - * Smith' or `SmartCard in nFast Module #1, Slot #1'. - * - * buf points to a buffer in which to return the passphrase; on - * entry *len_io is the length of the buffer. It should be updated - * by the callback. The returned passphrase should not be - * null-terminated by the callback. - */ - - int (*getphystoken)(const char *prompt_info, - const char *wrong_info, - HWCryptoHook_PassphraseContext *ppctx, - HWCryptoHook_CallerContext *cactx); - /* Requests that the human user physically insert a different - * smartcard, DataKey, etc. The plugin should check whether the - * currently inserted token(s) are appropriate, and if they are it - * should not make this call. - * - * prompt_info is as before. wrong_info is a description of the - * currently inserted token(s) so that the user is told what - * something is. wrong_info, like prompt_info, may be null, but - * should not be an empty string. Its contents should be - * syntactically similar to that of prompt_info. - */ - - /* Note that a single LoadKey operation might cause several calls to - * getpassphrase and/or requestphystoken. If requestphystoken is - * not provided (ie, a null pointer is passed) then the plugin may - * not support loading keys for which authorisation by several cards - * is required. If getpassphrase is not provided then cards with - * passphrases may not be supported. - * - * getpassphrase and getphystoken do not need to check that the - * passphrase has been entered correctly or the correct token - * inserted; the crypto plugin will do that. If this is not the - * case then the crypto plugin is responsible for calling these - * routines again as appropriate until the correct token(s) and - * passphrase(s) are supplied as required, or until any retry limits - * implemented by the crypto plugin are reached. - * - * In either case, the application must allow the user to say `no' - * or `cancel' to indicate that they do not know the passphrase or - * have the appropriate token; this should cause the callback to - * return nonzero indicating error. - */ - - void (*logmessage)(void *logstream, const char *message); - /* A log message will be generated at least every time something goes - * wrong and an ErrMsgBuf is filled in (or would be if one was - * provided). Other diagnostic information may be written there too, - * including more detailed reasons for errors which are reported in an - * ErrMsgBuf. - * - * When a log message is generated, this callback is called. It - * should write a message to the relevant logging arrangements. - * - * The message string passed will be null-terminated and may be of arbitrary - * length. It will not be prefixed by the time and date, nor by the - * name of the library that is generating it - if this is required, - * the logmessage callback must do it. The message will not have a - * trailing newline (though it may contain internal newlines). - * - * If a null pointer is passed for logmessage a default function is - * used. The default function treats logstream as a FILE* which has - * been converted to a void*. If logstream is 0 it does nothing. - * Otherwise it prepends the date and time and library name and - * writes the message to logstream. Each line will be prefixed by a - * descriptive string containing the date, time and identity of the - * crypto plugin. Errors on the logstream are not reported - * anywhere, and the default function doesn't flush the stream, so - * the application must set the buffering how it wants it. - * - * The crypto plugin may also provide a facility to have copies of - * log messages sent elsewhere, and or for adjusting the verbosity - * of the log messages; any such facilities will be configured by - * external means. - */ - + int maxmutexes; + int maxsimultaneous; + size_t mutexsize; + int (*mutex_init) (HWCryptoHook_Mutex *, + HWCryptoHook_CallerContext * cactx); + int (*mutex_acquire) (HWCryptoHook_Mutex *); + void (*mutex_release) (HWCryptoHook_Mutex *); + void (*mutex_destroy) (HWCryptoHook_Mutex *); + /*- + * For greater efficiency, can use condition vars internally for + * synchronisation. In this case maxsimultaneous is ignored, but + * the other mutex stuff must be available. In singlethreaded + * programs, set everything to 0. + */ + size_t condvarsize; + int (*condvar_init) (HWCryptoHook_CondVar *, + HWCryptoHook_CallerContext * cactx); + int (*condvar_wait) (HWCryptoHook_CondVar *, HWCryptoHook_Mutex *); + void (*condvar_signal) (HWCryptoHook_CondVar *); + void (*condvar_broadcast) (HWCryptoHook_CondVar *); + void (*condvar_destroy) (HWCryptoHook_CondVar *); + /*- + * The semantics of acquiring and releasing mutexes and broadcasting + * and waiting on condition variables are expected to be those from + * POSIX threads (pthreads). The mutexes may be (in pthread-speak) + * fast mutexes, recursive mutexes, or nonrecursive ones. + * + * The _release/_signal/_broadcast and _destroy functions must + * always succeed when given a valid argument; if they are given an + * invalid argument then the program (crypto plugin + application) + * has an internal error, and they should abort the program. + */ + int (*getpassphrase) (const char *prompt_info, + int *len_io, char *buf, + HWCryptoHook_PassphraseContext * ppctx, + HWCryptoHook_CallerContext * cactx); + /*- + * Passphrases and the prompt_info, if they contain high-bit-set + * characters, are UTF-8. The prompt_info may be a null pointer if + * no prompt information is available (it should not be an empty + * string). It will not contain text like `enter passphrase'; + * instead it might say something like `Operator Card for John + * Smith' or `SmartCard in nFast Module #1, Slot #1'. + * + * buf points to a buffer in which to return the passphrase; on + * entry *len_io is the length of the buffer. It should be updated + * by the callback. The returned passphrase should not be + * null-terminated by the callback. + */ + int (*getphystoken) (const char *prompt_info, + const char *wrong_info, + HWCryptoHook_PassphraseContext * ppctx, + HWCryptoHook_CallerContext * cactx); + /*- + * Requests that the human user physically insert a different + * smartcard, DataKey, etc. The plugin should check whether the + * currently inserted token(s) are appropriate, and if they are it + * should not make this call. + * + * prompt_info is as before. wrong_info is a description of the + * currently inserted token(s) so that the user is told what + * something is. wrong_info, like prompt_info, may be null, but + * should not be an empty string. Its contents should be + * syntactically similar to that of prompt_info. + */ + /*- + * Note that a single LoadKey operation might cause several calls to + * getpassphrase and/or requestphystoken. If requestphystoken is + * not provided (ie, a null pointer is passed) then the plugin may + * not support loading keys for which authorisation by several cards + * is required. If getpassphrase is not provided then cards with + * passphrases may not be supported. + * + * getpassphrase and getphystoken do not need to check that the + * passphrase has been entered correctly or the correct token + * inserted; the crypto plugin will do that. If this is not the + * case then the crypto plugin is responsible for calling these + * routines again as appropriate until the correct token(s) and + * passphrase(s) are supplied as required, or until any retry limits + * implemented by the crypto plugin are reached. + * + * In either case, the application must allow the user to say `no' + * or `cancel' to indicate that they do not know the passphrase or + * have the appropriate token; this should cause the callback to + * return nonzero indicating error. + */ + void (*logmessage) (void *logstream, const char *message); + /*- + * A log message will be generated at least every time something goes + * wrong and an ErrMsgBuf is filled in (or would be if one was + * provided). Other diagnostic information may be written there too, + * including more detailed reasons for errors which are reported in an + * ErrMsgBuf. + * + * When a log message is generated, this callback is called. It + * should write a message to the relevant logging arrangements. + * + * The message string passed will be null-terminated and may be of arbitrary + * length. It will not be prefixed by the time and date, nor by the + * name of the library that is generating it - if this is required, + * the logmessage callback must do it. The message will not have a + * trailing newline (though it may contain internal newlines). + * + * If a null pointer is passed for logmessage a default function is + * used. The default function treats logstream as a FILE* which has + * been converted to a void*. If logstream is 0 it does nothing. + * Otherwise it prepends the date and time and library name and + * writes the message to logstream. Each line will be prefixed by a + * descriptive string containing the date, time and identity of the + * crypto plugin. Errors on the logstream are not reported + * anywhere, and the default function doesn't flush the stream, so + * the application must set the buffering how it wants it. + * + * The crypto plugin may also provide a facility to have copies of + * log messages sent elsewhere, and or for adjusting the verbosity + * of the log messages; any such facilities will be configured by + * external means. + */ } HWCryptoHook_InitInfo; typedef -HWCryptoHook_ContextHandle HWCryptoHook_Init_t(const HWCryptoHook_InitInfo *initinfo, - size_t initinfosize, - const HWCryptoHook_ErrMsgBuf *errors, - HWCryptoHook_CallerContext *cactx); +HWCryptoHook_ContextHandle HWCryptoHook_Init_t(const HWCryptoHook_InitInfo * + initinfo, size_t initinfosize, + const HWCryptoHook_ErrMsgBuf * + errors, + HWCryptoHook_CallerContext * + cactx); extern HWCryptoHook_Init_t HWCryptoHook_Init; -/* Caller should set initinfosize to the size of the HWCryptoHook struct, +/*- + * Caller should set initinfosize to the size of the HWCryptoHook struct, * so it can be extended later. * * On success, a message for display or logging by the server, @@ -334,7 +345,8 @@ extern HWCryptoHook_Init_t HWCryptoHook_Init; * usual. */ -/* All these functions return 0 on success, HWCRYPTOHOOK_ERROR_FAILED +/*- + * All these functions return 0 on success, HWCRYPTOHOOK_ERROR_FAILED * on most failures. HWCRYPTOHOOK_ERROR_MPISIZE means at least one of * the output MPI buffer(s) was too small; the sizes of all have been * set to the desired size (and for those where the buffer was large @@ -345,7 +357,8 @@ extern HWCryptoHook_Init_t HWCryptoHook_Init; * _NoStderr at init time then messages may be reported to stderr. */ -/* The RSAImmed* functions (and key managed RSA) only work with +/*- + * The RSAImmed* functions (and key managed RSA) only work with * modules which have an RSA patent licence - currently that means KM * units; the ModExp* ones work with all modules, so you need a patent * licence in the software in the US. They are otherwise identical. @@ -359,7 +372,7 @@ extern HWCryptoHook_Finish_t HWCryptoHook_Finish; typedef int HWCryptoHook_RandomBytes_t(HWCryptoHook_ContextHandle hwctx, unsigned char *buf, size_t len, - const HWCryptoHook_ErrMsgBuf *errors); + const HWCryptoHook_ErrMsgBuf * errors); extern HWCryptoHook_RandomBytes_t HWCryptoHook_RandomBytes; typedef @@ -367,8 +380,8 @@ int HWCryptoHook_ModExp_t(HWCryptoHook_ContextHandle hwctx, HWCryptoHook_MPI a, HWCryptoHook_MPI p, HWCryptoHook_MPI n, - HWCryptoHook_MPI *r, - const HWCryptoHook_ErrMsgBuf *errors); + HWCryptoHook_MPI * r, + const HWCryptoHook_ErrMsgBuf * errors); extern HWCryptoHook_ModExp_t HWCryptoHook_ModExp; typedef @@ -376,8 +389,8 @@ int HWCryptoHook_RSAImmedPub_t(HWCryptoHook_ContextHandle hwctx, HWCryptoHook_MPI m, HWCryptoHook_MPI e, HWCryptoHook_MPI n, - HWCryptoHook_MPI *r, - const HWCryptoHook_ErrMsgBuf *errors); + HWCryptoHook_MPI * r, + const HWCryptoHook_ErrMsgBuf * errors); extern HWCryptoHook_RSAImmedPub_t HWCryptoHook_RSAImmedPub; typedef @@ -388,8 +401,8 @@ int HWCryptoHook_ModExpCRT_t(HWCryptoHook_ContextHandle hwctx, HWCryptoHook_MPI dmp1, HWCryptoHook_MPI dmq1, HWCryptoHook_MPI iqmp, - HWCryptoHook_MPI *r, - const HWCryptoHook_ErrMsgBuf *errors); + HWCryptoHook_MPI * r, + const HWCryptoHook_ErrMsgBuf * errors); extern HWCryptoHook_ModExpCRT_t HWCryptoHook_ModExpCRT; typedef @@ -400,11 +413,12 @@ int HWCryptoHook_RSAImmedPriv_t(HWCryptoHook_ContextHandle hwctx, HWCryptoHook_MPI dmp1, HWCryptoHook_MPI dmq1, HWCryptoHook_MPI iqmp, - HWCryptoHook_MPI *r, - const HWCryptoHook_ErrMsgBuf *errors); + HWCryptoHook_MPI * r, + const HWCryptoHook_ErrMsgBuf * errors); extern HWCryptoHook_RSAImmedPriv_t HWCryptoHook_RSAImmedPriv; -/* The RSAImmed* and ModExp* functions may return E_FAILED or +/*- + * The RSAImmed* and ModExp* functions may return E_FAILED or * E_FALLBACK for failure. * * E_FAILED means the failure is permanent and definite and there @@ -422,11 +436,12 @@ extern HWCryptoHook_RSAImmedPriv_t HWCryptoHook_RSAImmedPriv; typedef int HWCryptoHook_RSALoadKey_t(HWCryptoHook_ContextHandle hwctx, const char *key_ident, - HWCryptoHook_RSAKeyHandle *keyhandle_r, - const HWCryptoHook_ErrMsgBuf *errors, - HWCryptoHook_PassphraseContext *ppctx); + HWCryptoHook_RSAKeyHandle * keyhandle_r, + const HWCryptoHook_ErrMsgBuf * errors, + HWCryptoHook_PassphraseContext * ppctx); extern HWCryptoHook_RSALoadKey_t HWCryptoHook_RSALoadKey; -/* The key_ident is a null-terminated string configured by the +/*- + * The key_ident is a null-terminated string configured by the * user via the application's usual configuration mechanisms. * It is provided to the user by the crypto provider's key management * system. The user must be able to enter at least any string of between @@ -445,11 +460,12 @@ extern HWCryptoHook_RSALoadKey_t HWCryptoHook_RSALoadKey; typedef int HWCryptoHook_RSAGetPublicKey_t(HWCryptoHook_RSAKeyHandle k, - HWCryptoHook_MPI *n, - HWCryptoHook_MPI *e, - const HWCryptoHook_ErrMsgBuf *errors); + HWCryptoHook_MPI * n, + HWCryptoHook_MPI * e, + const HWCryptoHook_ErrMsgBuf * errors); extern HWCryptoHook_RSAGetPublicKey_t HWCryptoHook_RSAGetPublicKey; -/* The crypto plugin will not store certificates. +/*- + * The crypto plugin will not store certificates. * * Although this function for acquiring the public key value is * provided, it is not the purpose of this API to deal fully with the @@ -471,16 +487,16 @@ extern HWCryptoHook_RSAGetPublicKey_t HWCryptoHook_RSAGetPublicKey; typedef int HWCryptoHook_RSAUnloadKey_t(HWCryptoHook_RSAKeyHandle k, - const HWCryptoHook_ErrMsgBuf *errors); + const HWCryptoHook_ErrMsgBuf * errors); extern HWCryptoHook_RSAUnloadKey_t HWCryptoHook_RSAUnloadKey; /* Might fail due to locking problems, or other serious internal problems. */ typedef int HWCryptoHook_RSA_t(HWCryptoHook_MPI m, HWCryptoHook_RSAKeyHandle k, - HWCryptoHook_MPI *r, - const HWCryptoHook_ErrMsgBuf *errors); + HWCryptoHook_MPI * r, + const HWCryptoHook_ErrMsgBuf * errors); extern HWCryptoHook_RSA_t HWCryptoHook_RSA; /* RSA private key operation (sign or decrypt) - raw, unpadded. */ -#endif /*HWCRYPTOHOOK_H*/ +#endif /* HWCRYPTOHOOK_H */ diff --git a/openssl/engines/vendor_defns/sureware.h b/openssl/engines/vendor_defns/sureware.h index e46b000dd..b1423e197 100644 --- a/openssl/engines/vendor_defns/sureware.h +++ b/openssl/engines/vendor_defns/sureware.h @@ -1,239 +1,250 @@ -/* -* Written by Corinne Dive-Reclus(cdive@baltimore.com) -* -* Copyright@2001 Baltimore Technologies Ltd. -* * -* THIS FILE IS PROVIDED BY BALTIMORE TECHNOLOGIES ``AS IS'' AND * -* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * -* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * -* ARE DISCLAIMED. IN NO EVENT SHALL BALTIMORE TECHNOLOGIES BE LIABLE * -* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * -* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * -* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * -* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * -* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * -* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * -* SUCH DAMAGE. * -* -* -*/ +/*- + * Written by Corinne Dive-Reclus(cdive@baltimore.com) + * + * Copyright@2001 Baltimore Technologies Ltd. + * + * THIS FILE IS PROVIDED BY BALTIMORE TECHNOLOGIES ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL BALTIMORE TECHNOLOGIES BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + */ + #ifdef WIN32 -#define SW_EXPORT __declspec ( dllexport ) +# define SW_EXPORT __declspec ( dllexport ) #else -#define SW_EXPORT +# define SW_EXPORT #endif /* -* List of exposed SureWare errors -*/ -#define SUREWAREHOOK_ERROR_FAILED -1 -#define SUREWAREHOOK_ERROR_FALLBACK -2 + * List of exposed SureWare errors + */ +#define SUREWAREHOOK_ERROR_FAILED -1 +#define SUREWAREHOOK_ERROR_FALLBACK -2 #define SUREWAREHOOK_ERROR_UNIT_FAILURE -3 #define SUREWAREHOOK_ERROR_DATA_SIZE -4 #define SUREWAREHOOK_ERROR_INVALID_PAD -5 -/* +/*- * -----------------WARNING----------------------------------- * In all the following functions: * msg is a string with at least 24 bytes free. -* A 24 bytes string will be concatenated to the existing content of msg. +* A 24 bytes string will be concatenated to the existing content of msg. */ -/* -* SureWare Initialisation function -* in param threadsafe, if !=0, thread safe enabled -* return SureWareHOOK_ERROR_UNIT_FAILURE if failure, 1 if success +/*- +* SureWare Initialisation function +* in param threadsafe, if !=0, thread safe enabled +* return SureWareHOOK_ERROR_UNIT_FAILURE if failure, 1 if success */ -typedef int SureWareHook_Init_t(char*const msg,int threadsafe); +typedef int SureWareHook_Init_t(char *const msg, int threadsafe); extern SW_EXPORT SureWareHook_Init_t SureWareHook_Init; -/* -* SureWare Finish function +/*- +* SureWare Finish function */ typedef void SureWareHook_Finish_t(void); extern SW_EXPORT SureWareHook_Finish_t SureWareHook_Finish; -/* -* PRE_CONDITION: -* DO NOT CALL ANY OF THE FOLLOWING FUNCTIONS IN CASE OF INIT FAILURE -*/ -/* -* SureWare RAND Bytes function -* In case of failure, the content of buf is unpredictable. -* return 1 if success -* SureWareHOOK_ERROR_FALLBACK if function not available in hardware -* SureWareHOOK_ERROR_FAILED if error while processing -* SureWareHOOK_ERROR_UNIT_FAILURE if hardware failure -* SUREWAREHOOK_ERROR_DATA_SIZE wrong size for buf +/*- +* PRE_CONDITION: +* DO NOT CALL ANY OF THE FOLLOWING FUNCTIONS IN CASE OF INIT FAILURE +*/ +/*- +* SureWare RAND Bytes function +* In case of failure, the content of buf is unpredictable. +* return 1 if success +* SureWareHOOK_ERROR_FALLBACK if function not available in hardware +* SureWareHOOK_ERROR_FAILED if error while processing +* SureWareHOOK_ERROR_UNIT_FAILURE if hardware failure +* SUREWAREHOOK_ERROR_DATA_SIZE wrong size for buf * -* in/out param buf : a num bytes long buffer where random bytes will be put -* in param num : the number of bytes into buf +* in/out param buf : a num bytes long buffer where random bytes will be put +* in param num : the number of bytes into buf */ -typedef int SureWareHook_Rand_Bytes_t(char*const msg,unsigned char *buf, int num); +typedef int SureWareHook_Rand_Bytes_t(char *const msg, unsigned char *buf, + int num); extern SW_EXPORT SureWareHook_Rand_Bytes_t SureWareHook_Rand_Bytes; -/* -* SureWare RAND Seed function -* Adds some seed to the Hardware Random Number Generator -* return 1 if success -* SureWareHOOK_ERROR_FALLBACK if function not available in hardware -* SureWareHOOK_ERROR_FAILED if error while processing -* SureWareHOOK_ERROR_UNIT_FAILURE if hardware failure -* SUREWAREHOOK_ERROR_DATA_SIZE wrong size for buf +/*- +* SureWare RAND Seed function +* Adds some seed to the Hardware Random Number Generator +* return 1 if success +* SureWareHOOK_ERROR_FALLBACK if function not available in hardware +* SureWareHOOK_ERROR_FAILED if error while processing +* SureWareHOOK_ERROR_UNIT_FAILURE if hardware failure +* SUREWAREHOOK_ERROR_DATA_SIZE wrong size for buf * -* in param buf : the seed to add into the HRNG -* in param num : the number of bytes into buf +* in param buf : the seed to add into the HRNG +* in param num : the number of bytes into buf */ -typedef int SureWareHook_Rand_Seed_t(char*const msg,const void *buf, int num); +typedef int SureWareHook_Rand_Seed_t(char *const msg, const void *buf, + int num); extern SW_EXPORT SureWareHook_Rand_Seed_t SureWareHook_Rand_Seed; -/* -* SureWare Load Private Key function -* return 1 if success -* SureWareHOOK_ERROR_FAILED if error while processing -* No hardware is contact for this function. +/*- +* SureWare Load Private Key function +* return 1 if success +* SureWareHOOK_ERROR_FAILED if error while processing +* No hardware is contact for this function. * -* in param key_id :the name of the private protected key file without the extension - ".sws" -* out param hptr : a pointer to a buffer allocated by SureWare_Hook -* out param num: the effective key length in bytes -* out param keytype: 1 if RSA 2 if DSA -*/ -typedef int SureWareHook_Load_Privkey_t(char*const msg,const char *key_id,char **hptr,unsigned long *num,char *keytype); +* in param key_id :the name of the private protected key file without the extension + ".sws" +* out param hptr : a pointer to a buffer allocated by SureWare_Hook +* out param num: the effective key length in bytes +* out param keytype: 1 if RSA 2 if DSA +*/ +typedef int SureWareHook_Load_Privkey_t(char *const msg, const char *key_id, + char **hptr, unsigned long *num, + char *keytype); extern SW_EXPORT SureWareHook_Load_Privkey_t SureWareHook_Load_Privkey; -/* -* SureWare Info Public Key function -* return 1 if success -* SureWareHOOK_ERROR_FAILED if error while processing -* No hardware is contact for this function. +/*- +* SureWare Info Public Key function +* return 1 if success +* SureWareHOOK_ERROR_FAILED if error while processing +* No hardware is contact for this function. * -* in param key_id :the name of the private protected key file without the extension - ".swp" -* out param hptr : a pointer to a buffer allocated by SureWare_Hook -* out param num: the effective key length in bytes -* out param keytype: 1 if RSA 2 if DSA -*/ -typedef int SureWareHook_Info_Pubkey_t(char*const msg,const char *key_id,unsigned long *num, - char *keytype); +* in param key_id :the name of the private protected key file without the extension + ".swp" +* out param hptr : a pointer to a buffer allocated by SureWare_Hook +* out param num: the effective key length in bytes +* out param keytype: 1 if RSA 2 if DSA +*/ +typedef int SureWareHook_Info_Pubkey_t(char *const msg, const char *key_id, + unsigned long *num, char *keytype); extern SW_EXPORT SureWareHook_Info_Pubkey_t SureWareHook_Info_Pubkey; -/* -* SureWare Load Public Key function -* return 1 if success -* SureWareHOOK_ERROR_FAILED if error while processing -* No hardware is contact for this function. +/*- +* SureWare Load Public Key function +* return 1 if success +* SureWareHOOK_ERROR_FAILED if error while processing +* No hardware is contact for this function. * -* in param key_id :the name of the public protected key file without the extension - ".swp" -* in param num : the bytes size of n and e -* out param n: where to write modulus in bn format -* out param e: where to write exponent in bn format -*/ -typedef int SureWareHook_Load_Rsa_Pubkey_t(char*const msg,const char *key_id,unsigned long num, - unsigned long *n, unsigned long *e); +* in param key_id :the name of the public protected key file without the extension + ".swp" +* in param num : the bytes size of n and e +* out param n: where to write modulus in bn format +* out param e: where to write exponent in bn format +*/ +typedef int SureWareHook_Load_Rsa_Pubkey_t(char *const msg, + const char *key_id, + unsigned long num, + unsigned long *n, + unsigned long *e); extern SW_EXPORT SureWareHook_Load_Rsa_Pubkey_t SureWareHook_Load_Rsa_Pubkey; -/* -* SureWare Load DSA Public Key function -* return 1 if success -* SureWareHOOK_ERROR_FAILED if error while processing -* No hardware is contact for this function. +/*- +* SureWare Load DSA Public Key function +* return 1 if success +* SureWareHOOK_ERROR_FAILED if error while processing +* No hardware is contact for this function. * -* in param key_id :the name of the public protected key file without the extension - ".swp" -* in param num : the bytes size of n and e -* out param pub: where to write pub key in bn format -* out param p: where to write prime in bn format -* out param q: where to write sunprime (length 20 bytes) in bn format -* out param g: where to write base in bn format -*/ -typedef int SureWareHook_Load_Dsa_Pubkey_t(char*const msg,const char *key_id,unsigned long num, - unsigned long *pub, unsigned long *p,unsigned long*q, - unsigned long *g); +* in param key_id :the name of the public protected key file without the extension + ".swp" +* in param num : the bytes size of n and e +* out param pub: where to write pub key in bn format +* out param p: where to write prime in bn format +* out param q: where to write sunprime (length 20 bytes) in bn format +* out param g: where to write base in bn format +*/ +typedef int SureWareHook_Load_Dsa_Pubkey_t(char *const msg, + const char *key_id, + unsigned long num, + unsigned long *pub, + unsigned long *p, unsigned long *q, + unsigned long *g); extern SW_EXPORT SureWareHook_Load_Dsa_Pubkey_t SureWareHook_Load_Dsa_Pubkey; -/* -* SureWare Free function -* Destroy the key into the hardware if destroy==1 +/*- +* SureWare Free function +* Destroy the key into the hardware if destroy==1 */ -typedef void SureWareHook_Free_t(char *p,int destroy); +typedef void SureWareHook_Free_t(char *p, int destroy); extern SW_EXPORT SureWareHook_Free_t SureWareHook_Free; #define SUREWARE_PKCS1_PAD 1 #define SUREWARE_ISO9796_PAD 2 #define SUREWARE_NO_PAD 0 -/* +/*- * SureWare RSA Private Decryption * return 1 if success -* SureWareHOOK_ERROR_FAILED if error while processing -* SureWareHOOK_ERROR_UNIT_FAILURE if hardware failure -* SUREWAREHOOK_ERROR_DATA_SIZE wrong size for buf +* SureWareHOOK_ERROR_FAILED if error while processing +* SureWareHOOK_ERROR_UNIT_FAILURE if hardware failure +* SUREWAREHOOK_ERROR_DATA_SIZE wrong size for buf * -* in param flen : byte size of from and to -* in param from : encrypted data buffer, should be a not-null valid pointer -* out param tlen: byte size of decrypted data, if error, unexpected value -* out param to : decrypted data buffer, should be a not-null valid pointer +* in param flen : byte size of from and to +* in param from : encrypted data buffer, should be a not-null valid pointer +* out param tlen: byte size of decrypted data, if error, unexpected value +* out param to : decrypted data buffer, should be a not-null valid pointer * in param prsa: a protected key pointer, should be a not-null valid pointer * int padding: padding id as follow -* SUREWARE_PKCS1_PAD -* SUREWARE_NO_PAD +* SUREWARE_PKCS1_PAD +* SUREWARE_NO_PAD * */ -typedef int SureWareHook_Rsa_Priv_Dec_t(char*const msg,int flen,unsigned char *from, - int *tlen,unsigned char *to, - char *prsa,int padding); +typedef int SureWareHook_Rsa_Priv_Dec_t(char *const msg, int flen, + unsigned char *from, int *tlen, + unsigned char *to, char *prsa, + int padding); extern SW_EXPORT SureWareHook_Rsa_Priv_Dec_t SureWareHook_Rsa_Priv_Dec; -/* +/*- * SureWare RSA Signature * return 1 if success -* SureWareHOOK_ERROR_FAILED if error while processing -* SureWareHOOK_ERROR_UNIT_FAILURE if hardware failure -* SUREWAREHOOK_ERROR_DATA_SIZE wrong size for buf +* SureWareHOOK_ERROR_FAILED if error while processing +* SureWareHOOK_ERROR_UNIT_FAILURE if hardware failure +* SUREWAREHOOK_ERROR_DATA_SIZE wrong size for buf * -* in param flen : byte size of from and to -* in param from : encrypted data buffer, should be a not-null valid pointer -* out param tlen: byte size of decrypted data, if error, unexpected value -* out param to : decrypted data buffer, should be a not-null valid pointer +* in param flen : byte size of from and to +* in param from : encrypted data buffer, should be a not-null valid pointer +* out param tlen: byte size of decrypted data, if error, unexpected value +* out param to : decrypted data buffer, should be a not-null valid pointer * in param prsa: a protected key pointer, should be a not-null valid pointer * int padding: padding id as follow -* SUREWARE_PKCS1_PAD -* SUREWARE_ISO9796_PAD +* SUREWARE_PKCS1_PAD +* SUREWARE_ISO9796_PAD * */ -typedef int SureWareHook_Rsa_Sign_t(char*const msg,int flen,unsigned char *from, - int *tlen,unsigned char *to, - char *prsa,int padding); +typedef int SureWareHook_Rsa_Sign_t(char *const msg, int flen, + unsigned char *from, int *tlen, + unsigned char *to, char *prsa, + int padding); extern SW_EXPORT SureWareHook_Rsa_Sign_t SureWareHook_Rsa_Sign; -/* +/*- * SureWare DSA Signature * return 1 if success -* SureWareHOOK_ERROR_FAILED if error while processing -* SureWareHOOK_ERROR_UNIT_FAILURE if hardware failure -* SUREWAREHOOK_ERROR_DATA_SIZE wrong size for buf +* SureWareHOOK_ERROR_FAILED if error while processing +* SureWareHOOK_ERROR_UNIT_FAILURE if hardware failure +* SUREWAREHOOK_ERROR_DATA_SIZE wrong size for buf * -* in param flen : byte size of from and to -* in param from : encrypted data buffer, should be a not-null valid pointer -* out param to : decrypted data buffer, should be a 40bytes valid pointer +* in param flen : byte size of from and to +* in param from : encrypted data buffer, should be a not-null valid pointer +* out param to : decrypted data buffer, should be a 40bytes valid pointer * in param pdsa: a protected key pointer, should be a not-null valid pointer * */ -typedef int SureWareHook_Dsa_Sign_t(char*const msg,int flen,const unsigned char *from, - unsigned long *r,unsigned long *s,char *pdsa); +typedef int SureWareHook_Dsa_Sign_t(char *const msg, int flen, + const unsigned char *from, + unsigned long *r, unsigned long *s, + char *pdsa); extern SW_EXPORT SureWareHook_Dsa_Sign_t SureWareHook_Dsa_Sign; - -/* +/*- * SureWare Mod Exp * return 1 if success -* SureWareHOOK_ERROR_FAILED if error while processing -* SureWareHOOK_ERROR_UNIT_FAILURE if hardware failure -* SUREWAREHOOK_ERROR_DATA_SIZE wrong size for buf +* SureWareHOOK_ERROR_FAILED if error while processing +* SureWareHOOK_ERROR_UNIT_FAILURE if hardware failure +* SUREWAREHOOK_ERROR_DATA_SIZE wrong size for buf * -* mod and res are mlen bytes long. -* exp is elen bytes long -* data is dlen bytes long -* mlen,elen and dlen are all multiple of sizeof(unsigned long) -*/ -typedef int SureWareHook_Mod_Exp_t(char*const msg,int mlen,const unsigned long *mod, - int elen,const unsigned long *exponent, - int dlen,unsigned long *data, - unsigned long *res); +* mod and res are mlen bytes long. +* exp is elen bytes long +* data is dlen bytes long +* mlen,elen and dlen are all multiple of sizeof(unsigned long) +*/ +typedef int SureWareHook_Mod_Exp_t(char *const msg, int mlen, + const unsigned long *mod, int elen, + const unsigned long *exponent, int dlen, + unsigned long *data, unsigned long *res); extern SW_EXPORT SureWareHook_Mod_Exp_t SureWareHook_Mod_Exp; - diff --git a/openssl/makevms.com b/openssl/makevms.com index 11db2f16e..f6b3ff28e 100644 --- a/openssl/makevms.com +++ b/openssl/makevms.com @@ -242,7 +242,7 @@ $ WRITE H_FILE "" $ WRITE H_FILE "#ifndef OPENSSL_SYS_VMS" $ WRITE H_FILE "# define OPENSSL_SYS_VMS" $ WRITE H_FILE "#endif" -$ +$! $! One of the best way to figure out what the list should be is to do $! the following on a Unix system: $! grep OPENSSL_NO_ crypto/*/*.h ssl/*.h engines/*.h engines/*/*.h|grep ':# *if'|sed -e 's/^.*def //'|sort|uniq @@ -274,6 +274,7 @@ $ CONFIG_LOGICALS := AES,- GMP,- GOST,- HASH_COMP,- + HEARTBEATS,- HMAC,- IDEA,- JPAKE,- @@ -292,6 +293,7 @@ $ CONFIG_LOGICALS := AES,- RFC3779,- RIPEMD,- RSA,- + SCTP,- SEED,- SHA,- SHA0,- @@ -302,6 +304,7 @@ $ CONFIG_LOGICALS := AES,- SRP,- SSL2,- SSL_INTERN,- + SSL_TRACE,- STACK,- STATIC_ENGINE,- STDIO,- @@ -346,7 +349,8 @@ $ CONFIG_DISABLE_RULES := RIJNDAEL/AES;- /MD2;- /RC5;- /RFC3779;- - /SCTP + /SCTP;- + /SSL_TRACE $ CONFIG_ENABLE_RULES := ZLIB_DYNAMIC/ZLIB;- /THREADS $ @@ -512,6 +516,7 @@ $ WRITE H_FILE "#define OPENSSL_NO_SETVBUF_IONBF" $ WRITE H_FILE "/* STCP support comes with TCPIP 5.7 ECO 2 " $ WRITE H_FILE " * enable on newer systems / 2012-02-24 arpadffy */" $ WRITE H_FILE "#define OPENSSL_NO_SCTP" +$ WRITE H_FILE "#define OPENSSL_NO_LIBUNBOUND" $ WRITE H_FILE "" $! $! Add in the common "crypto/opensslconf.h.in". @@ -646,9 +651,10 @@ $ if (CFLAGS .nes. "") then CFLAGS = CFLAGS+ " " $ CFLAGS = CFLAGS+ "/DEFINE=ZLIB" $ endif $! -$ WRITE H_FILE "#define CFLAGS ""''CFLAGS'""" -$ WRITE H_FILE "#define PLATFORM ""VMS ''ARCHD' ''VMS_VERSION'""" -$ WRITE H_FILE "#define DATE ""''TIME'"" " +$ WRITE H_FILE "#define CFLAGS cflags" +$ WRITE H_FILE "static const char cflags[] = ""compiler: ''CFLAGS'"";" +$ WRITE H_FILE "#define PLATFORM ""platform: VMS ''ARCHD' ''VMS_VERSION'""" +$ WRITE H_FILE "#define DATE ""built on: ''TIME'"" " $! $! Close The [.CRYPTO._xxx]BUILDINF.H File. $! @@ -824,7 +830,7 @@ $ @CRYPTO-LIB LIBRARY 'DEBUGGER' "''COMPILER'" "''TCPIP_TYPE'" - "''ISSEVEN'" "''BUILDPART'" "''POINTER_SIZE'" "''ZLIB'" $! $! Build The [.xxx.EXE.CRYPTO]*.EXE Test Applications. -$! +$! $!!! DISABLED, as these test programs lack any support $!!!$ @CRYPTO-LIB APPS 'DEBUGGER' "''COMPILER'" "''TCPIP_TYPE'" - $!!! "''ISSEVEN'" "''BUILDPART'" "''POINTER_SIZE'" "''ZLIB'" @@ -1016,9 +1022,9 @@ $! $! Tell The User We Don't Know What They Want. $! $ WRITE SYS$OUTPUT "" -$ WRITE SYS$OUTPUT "USAGE: @MAKEVMS.COM [Target] [Pointer size] [Debug option] " +$ WRITE SYS$OUTPUT "USAGE: @MAKEVMS.COM [Target] [Pointer size] [Debug option] " $ WRITE SYS$OUTPUT "" -$ WRITE SYS$OUTPUT "Example: @MAKEVMS.COM ALL """" NODEBUG " +$ WRITE SYS$OUTPUT "Example: @MAKEVMS.COM ALL """" NODEBUG DECC TCPIP" $ WRITE SYS$OUTPUT "" $ WRITE SYS$OUTPUT "The Target ",P1," Is Invalid. The Valid Target Options Are:" $ WRITE SYS$OUTPUT "" diff --git a/openssl/ms/applink.c b/openssl/ms/applink.c index 54a0a6426..2831b39e9 100644 --- a/openssl/ms/applink.c +++ b/openssl/ms/applink.c @@ -1,43 +1,73 @@ -#define APPLINK_STDIN 1 -#define APPLINK_STDOUT 2 -#define APPLINK_STDERR 3 -#define APPLINK_FPRINTF 4 -#define APPLINK_FGETS 5 -#define APPLINK_FREAD 6 -#define APPLINK_FWRITE 7 -#define APPLINK_FSETMOD 8 -#define APPLINK_FEOF 9 -#define APPLINK_FCLOSE 10 /* should not be used */ - -#define APPLINK_FOPEN 11 /* solely for completeness */ -#define APPLINK_FSEEK 12 -#define APPLINK_FTELL 13 -#define APPLINK_FFLUSH 14 -#define APPLINK_FERROR 15 +#define APPLINK_STDIN 1 +#define APPLINK_STDOUT 2 +#define APPLINK_STDERR 3 +#define APPLINK_FPRINTF 4 +#define APPLINK_FGETS 5 +#define APPLINK_FREAD 6 +#define APPLINK_FWRITE 7 +#define APPLINK_FSETMOD 8 +#define APPLINK_FEOF 9 +#define APPLINK_FCLOSE 10 /* should not be used */ + +#define APPLINK_FOPEN 11 /* solely for completeness */ +#define APPLINK_FSEEK 12 +#define APPLINK_FTELL 13 +#define APPLINK_FFLUSH 14 +#define APPLINK_FERROR 15 #define APPLINK_CLEARERR 16 -#define APPLINK_FILENO 17 /* to be used with below */ +#define APPLINK_FILENO 17 /* to be used with below */ -#define APPLINK_OPEN 18 /* formally can't be used, as flags can vary */ -#define APPLINK_READ 19 -#define APPLINK_WRITE 20 -#define APPLINK_LSEEK 21 -#define APPLINK_CLOSE 22 -#define APPLINK_MAX 22 /* always same as last macro */ +#define APPLINK_OPEN 18 /* formally can't be used, as flags can vary */ +#define APPLINK_READ 19 +#define APPLINK_WRITE 20 +#define APPLINK_LSEEK 21 +#define APPLINK_CLOSE 22 +#define APPLINK_MAX 22 /* always same as last macro */ #ifndef APPMACROS_ONLY -#include -#include -#include - -static void *app_stdin(void) { return stdin; } -static void *app_stdout(void) { return stdout; } -static void *app_stderr(void) { return stderr; } -static int app_feof(FILE *fp) { return feof(fp); } -static int app_ferror(FILE *fp) { return ferror(fp); } -static void app_clearerr(FILE *fp) { clearerr(fp); } -static int app_fileno(FILE *fp) { return _fileno(fp); } -static int app_fsetmod(FILE *fp,char mod) -{ return _setmode (_fileno(fp),mod=='b'?_O_BINARY:_O_TEXT); } +# include +# include +# include + +static void *app_stdin(void) +{ + return stdin; +} + +static void *app_stdout(void) +{ + return stdout; +} + +static void *app_stderr(void) +{ + return stderr; +} + +static int app_feof(FILE *fp) +{ + return feof(fp); +} + +static int app_ferror(FILE *fp) +{ + return ferror(fp); +} + +static void app_clearerr(FILE *fp) +{ + clearerr(fp); +} + +static int app_fileno(FILE *fp) +{ + return _fileno(fp); +} + +static int app_fsetmod(FILE *fp, char mod) +{ + return _setmode(_fileno(fp), mod == 'b' ? _O_BINARY : _O_TEXT); +} #ifdef __cplusplus extern "C" { @@ -45,47 +75,52 @@ extern "C" { __declspec(dllexport) void ** -#if defined(__BORLANDC__) -__stdcall /* __stdcall appears to be the only way to get the name - * decoration right with Borland C. Otherwise it works - * purely incidentally, as we pass no parameters. */ -#else -__cdecl -#endif +# if defined(__BORLANDC__) +/* + * __stdcall appears to be the only way to get the name + * decoration right with Borland C. Otherwise it works + * purely incidentally, as we pass no parameters. + */ + __stdcall +# else + __cdecl +# endif OPENSSL_Applink(void) -{ static int once=1; - static void *OPENSSL_ApplinkTable[APPLINK_MAX+1]={(void *)APPLINK_MAX}; - - if (once) - { OPENSSL_ApplinkTable[APPLINK_STDIN] = app_stdin; - OPENSSL_ApplinkTable[APPLINK_STDOUT] = app_stdout; - OPENSSL_ApplinkTable[APPLINK_STDERR] = app_stderr; - OPENSSL_ApplinkTable[APPLINK_FPRINTF] = fprintf; - OPENSSL_ApplinkTable[APPLINK_FGETS] = fgets; - OPENSSL_ApplinkTable[APPLINK_FREAD] = fread; - OPENSSL_ApplinkTable[APPLINK_FWRITE] = fwrite; - OPENSSL_ApplinkTable[APPLINK_FSETMOD] = app_fsetmod; - OPENSSL_ApplinkTable[APPLINK_FEOF] = app_feof; - OPENSSL_ApplinkTable[APPLINK_FCLOSE] = fclose; - - OPENSSL_ApplinkTable[APPLINK_FOPEN] = fopen; - OPENSSL_ApplinkTable[APPLINK_FSEEK] = fseek; - OPENSSL_ApplinkTable[APPLINK_FTELL] = ftell; - OPENSSL_ApplinkTable[APPLINK_FFLUSH] = fflush; - OPENSSL_ApplinkTable[APPLINK_FERROR] = app_ferror; - OPENSSL_ApplinkTable[APPLINK_CLEARERR] = app_clearerr; - OPENSSL_ApplinkTable[APPLINK_FILENO] = app_fileno; - - OPENSSL_ApplinkTable[APPLINK_OPEN] = _open; - OPENSSL_ApplinkTable[APPLINK_READ] = _read; - OPENSSL_ApplinkTable[APPLINK_WRITE] = _write; - OPENSSL_ApplinkTable[APPLINK_LSEEK] = _lseek; - OPENSSL_ApplinkTable[APPLINK_CLOSE] = _close; - - once = 0; +{ + static int once = 1; + static void *OPENSSL_ApplinkTable[APPLINK_MAX + 1] = + { (void *)APPLINK_MAX }; + + if (once) { + OPENSSL_ApplinkTable[APPLINK_STDIN] = app_stdin; + OPENSSL_ApplinkTable[APPLINK_STDOUT] = app_stdout; + OPENSSL_ApplinkTable[APPLINK_STDERR] = app_stderr; + OPENSSL_ApplinkTable[APPLINK_FPRINTF] = fprintf; + OPENSSL_ApplinkTable[APPLINK_FGETS] = fgets; + OPENSSL_ApplinkTable[APPLINK_FREAD] = fread; + OPENSSL_ApplinkTable[APPLINK_FWRITE] = fwrite; + OPENSSL_ApplinkTable[APPLINK_FSETMOD] = app_fsetmod; + OPENSSL_ApplinkTable[APPLINK_FEOF] = app_feof; + OPENSSL_ApplinkTable[APPLINK_FCLOSE] = fclose; + + OPENSSL_ApplinkTable[APPLINK_FOPEN] = fopen; + OPENSSL_ApplinkTable[APPLINK_FSEEK] = fseek; + OPENSSL_ApplinkTable[APPLINK_FTELL] = ftell; + OPENSSL_ApplinkTable[APPLINK_FFLUSH] = fflush; + OPENSSL_ApplinkTable[APPLINK_FERROR] = app_ferror; + OPENSSL_ApplinkTable[APPLINK_CLEARERR] = app_clearerr; + OPENSSL_ApplinkTable[APPLINK_FILENO] = app_fileno; + + OPENSSL_ApplinkTable[APPLINK_OPEN] = _open; + OPENSSL_ApplinkTable[APPLINK_READ] = _read; + OPENSSL_ApplinkTable[APPLINK_WRITE] = _write; + OPENSSL_ApplinkTable[APPLINK_LSEEK] = _lseek; + OPENSSL_ApplinkTable[APPLINK_CLOSE] = _close; + + once = 0; } - return OPENSSL_ApplinkTable; + return OPENSSL_ApplinkTable; } #ifdef __cplusplus diff --git a/openssl/ms/tlhelp32.h b/openssl/ms/tlhelp32.h index 8f4222e34..9408dc324 100644 --- a/openssl/ms/tlhelp32.h +++ b/openssl/ms/tlhelp32.h @@ -1,136 +1,136 @@ -/* - tlhelp32.h - Include file for Tool help functions. +/*- + tlhelp32.h - Include file for Tool help functions. - Written by Mumit Khan + Written by Mumit Khan - This file is part of a free library for the Win32 API. + This file is part of a free library for the Win32 API. - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */ #ifndef _TLHELP32_H -#define _TLHELP32_H +# define _TLHELP32_H #ifdef __cplusplus extern "C" { #endif -#define HF32_DEFAULT 1 -#define HF32_SHARED 2 -#define LF32_FIXED 0x1 -#define LF32_FREE 0x2 -#define LF32_MOVEABLE 0x4 -#define MAX_MODULE_NAME32 255 -#define TH32CS_SNAPHEAPLIST 0x1 -#define TH32CS_SNAPPROCESS 0x2 -#define TH32CS_SNAPTHREAD 0x4 -#define TH32CS_SNAPMODULE 0x8 -#define TH32CS_SNAPALL (TH32CS_SNAPHEAPLIST|TH32CS_SNAPPROCESS|TH32CS_SNAPTHREAD|TH32CS_SNAPMODULE) -#define TH32CS_INHERIT 0x80000000 +# define HF32_DEFAULT 1 +# define HF32_SHARED 2 +# define LF32_FIXED 0x1 +# define LF32_FREE 0x2 +# define LF32_MOVEABLE 0x4 +# define MAX_MODULE_NAME32 255 +# define TH32CS_SNAPHEAPLIST 0x1 +# define TH32CS_SNAPPROCESS 0x2 +# define TH32CS_SNAPTHREAD 0x4 +# define TH32CS_SNAPMODULE 0x8 +# define TH32CS_SNAPALL (TH32CS_SNAPHEAPLIST|TH32CS_SNAPPROCESS|TH32CS_SNAPTHREAD|TH32CS_SNAPMODULE) +# define TH32CS_INHERIT 0x80000000 typedef struct tagHEAPLIST32 { - DWORD dwSize; - DWORD th32ProcessID; - DWORD th32HeapID; - DWORD dwFlags; -} HEAPLIST32,*PHEAPLIST32,*LPHEAPLIST32; + DWORD dwSize; + DWORD th32ProcessID; + DWORD th32HeapID; + DWORD dwFlags; +} HEAPLIST32, *PHEAPLIST32, *LPHEAPLIST32; typedef struct tagHEAPENTRY32 { - DWORD dwSize; - HANDLE hHandle; - DWORD dwAddress; - DWORD dwBlockSize; - DWORD dwFlags; - DWORD dwLockCount; - DWORD dwResvd; - DWORD th32ProcessID; - DWORD th32HeapID; -} HEAPENTRY32,*PHEAPENTRY32,*LPHEAPENTRY32; + DWORD dwSize; + HANDLE hHandle; + DWORD dwAddress; + DWORD dwBlockSize; + DWORD dwFlags; + DWORD dwLockCount; + DWORD dwResvd; + DWORD th32ProcessID; + DWORD th32HeapID; +} HEAPENTRY32, *PHEAPENTRY32, *LPHEAPENTRY32; typedef struct tagPROCESSENTRY32W { - DWORD dwSize; - DWORD cntUsage; - DWORD th32ProcessID; - DWORD th32DefaultHeapID; - DWORD th32ModuleID; - DWORD cntThreads; - DWORD th32ParentProcessID; - LONG pcPriClassBase; - DWORD dwFlags; - WCHAR szExeFile[MAX_PATH]; -} PROCESSENTRY32W,*PPROCESSENTRY32W,*LPPROCESSENTRY32W; + DWORD dwSize; + DWORD cntUsage; + DWORD th32ProcessID; + DWORD th32DefaultHeapID; + DWORD th32ModuleID; + DWORD cntThreads; + DWORD th32ParentProcessID; + LONG pcPriClassBase; + DWORD dwFlags; + WCHAR szExeFile[MAX_PATH]; +} PROCESSENTRY32W, *PPROCESSENTRY32W, *LPPROCESSENTRY32W; typedef struct tagPROCESSENTRY32 { - DWORD dwSize; - DWORD cntUsage; - DWORD th32ProcessID; - DWORD th32DefaultHeapID; - DWORD th32ModuleID; - DWORD cntThreads; - DWORD th32ParentProcessID; - LONG pcPriClassBase; - DWORD dwFlags; - CHAR szExeFile[MAX_PATH]; -} PROCESSENTRY32,*PPROCESSENTRY32,*LPPROCESSENTRY32; + DWORD dwSize; + DWORD cntUsage; + DWORD th32ProcessID; + DWORD th32DefaultHeapID; + DWORD th32ModuleID; + DWORD cntThreads; + DWORD th32ParentProcessID; + LONG pcPriClassBase; + DWORD dwFlags; + CHAR szExeFile[MAX_PATH]; +} PROCESSENTRY32, *PPROCESSENTRY32, *LPPROCESSENTRY32; typedef struct tagTHREADENTRY32 { - DWORD dwSize; - DWORD cntUsage; - DWORD th32ThreadID; - DWORD th32OwnerProcessID; - LONG tpBasePri; - LONG tpDeltaPri; - DWORD dwFlags; -} THREADENTRY32,*PTHREADENTRY32,*LPTHREADENTRY32; + DWORD dwSize; + DWORD cntUsage; + DWORD th32ThreadID; + DWORD th32OwnerProcessID; + LONG tpBasePri; + LONG tpDeltaPri; + DWORD dwFlags; +} THREADENTRY32, *PTHREADENTRY32, *LPTHREADENTRY32; typedef struct tagMODULEENTRY32W { - DWORD dwSize; - DWORD th32ModuleID; - DWORD th32ProcessID; - DWORD GlblcntUsage; - DWORD ProccntUsage; - BYTE *modBaseAddr; - DWORD modBaseSize; - HMODULE hModule; - WCHAR szModule[MAX_MODULE_NAME32 + 1]; - WCHAR szExePath[MAX_PATH]; -} MODULEENTRY32W,*PMODULEENTRY32W,*LPMODULEENTRY32W; + DWORD dwSize; + DWORD th32ModuleID; + DWORD th32ProcessID; + DWORD GlblcntUsage; + DWORD ProccntUsage; + BYTE *modBaseAddr; + DWORD modBaseSize; + HMODULE hModule; + WCHAR szModule[MAX_MODULE_NAME32 + 1]; + WCHAR szExePath[MAX_PATH]; +} MODULEENTRY32W, *PMODULEENTRY32W, *LPMODULEENTRY32W; typedef struct tagMODULEENTRY32 { - DWORD dwSize; - DWORD th32ModuleID; - DWORD th32ProcessID; - DWORD GlblcntUsage; - DWORD ProccntUsage; - BYTE *modBaseAddr; - DWORD modBaseSize; - HMODULE hModule; - char szModule[MAX_MODULE_NAME32 + 1]; - char szExePath[MAX_PATH]; -} MODULEENTRY32,*PMODULEENTRY32,*LPMODULEENTRY32; -BOOL WINAPI Heap32First(LPHEAPENTRY32,DWORD,DWORD); -BOOL WINAPI Heap32ListFirst(HANDLE,LPHEAPLIST32); -BOOL WINAPI Heap32ListNext(HANDLE,LPHEAPLIST32); + DWORD dwSize; + DWORD th32ModuleID; + DWORD th32ProcessID; + DWORD GlblcntUsage; + DWORD ProccntUsage; + BYTE *modBaseAddr; + DWORD modBaseSize; + HMODULE hModule; + char szModule[MAX_MODULE_NAME32 + 1]; + char szExePath[MAX_PATH]; +} MODULEENTRY32, *PMODULEENTRY32, *LPMODULEENTRY32; +BOOL WINAPI Heap32First(LPHEAPENTRY32, DWORD, DWORD); +BOOL WINAPI Heap32ListFirst(HANDLE, LPHEAPLIST32); +BOOL WINAPI Heap32ListNext(HANDLE, LPHEAPLIST32); BOOL WINAPI Heap32Next(LPHEAPENTRY32); -BOOL WINAPI Module32First(HANDLE,LPMODULEENTRY32); -BOOL WINAPI Module32FirstW(HANDLE,LPMODULEENTRY32W); -BOOL WINAPI Module32Next(HANDLE,LPMODULEENTRY32); -BOOL WINAPI Module32NextW(HANDLE,LPMODULEENTRY32W); -BOOL WINAPI Process32First(HANDLE,LPPROCESSENTRY32); -BOOL WINAPI Process32FirstW(HANDLE,LPPROCESSENTRY32W); -BOOL WINAPI Process32Next(HANDLE,LPPROCESSENTRY32); -BOOL WINAPI Process32NextW(HANDLE,LPPROCESSENTRY32W); -BOOL WINAPI Thread32First(HANDLE,LPTHREADENTRY32); -BOOL WINAPI Thread32Next(HANDLE,LPTHREADENTRY32); -BOOL WINAPI Toolhelp32ReadProcessMemory(DWORD,LPCVOID,LPVOID,DWORD,LPDWORD); -HANDLE WINAPI CreateToolhelp32Snapshot(DWORD,DWORD); -#ifdef UNICODE -#define LPMODULEENTRY32 LPMODULEENTRY32W -#define LPPROCESSENTRY32 LPPROCESSENTRY32W -#define MODULEENTRY32 MODULEENTRY32W -#define Module32First Module32FirstW -#define Module32Next Module32NextW -#define PMODULEENTRY32 PMODULEENTRY32W -#define PPROCESSENTRY32 PPROCESSENTRY32W -#define PROCESSENTRY32 PROCESSENTRY32W -#define Process32First Process32FirstW -#define Process32Next Process32NextW -#endif /* UNICODE */ +BOOL WINAPI Module32First(HANDLE, LPMODULEENTRY32); +BOOL WINAPI Module32FirstW(HANDLE, LPMODULEENTRY32W); +BOOL WINAPI Module32Next(HANDLE, LPMODULEENTRY32); +BOOL WINAPI Module32NextW(HANDLE, LPMODULEENTRY32W); +BOOL WINAPI Process32First(HANDLE, LPPROCESSENTRY32); +BOOL WINAPI Process32FirstW(HANDLE, LPPROCESSENTRY32W); +BOOL WINAPI Process32Next(HANDLE, LPPROCESSENTRY32); +BOOL WINAPI Process32NextW(HANDLE, LPPROCESSENTRY32W); +BOOL WINAPI Thread32First(HANDLE, LPTHREADENTRY32); +BOOL WINAPI Thread32Next(HANDLE, LPTHREADENTRY32); +BOOL WINAPI Toolhelp32ReadProcessMemory(DWORD, LPCVOID, LPVOID, DWORD, + LPDWORD); +HANDLE WINAPI CreateToolhelp32Snapshot(DWORD, DWORD); +# ifdef UNICODE +# define LPMODULEENTRY32 LPMODULEENTRY32W +# define LPPROCESSENTRY32 LPPROCESSENTRY32W +# define MODULEENTRY32 MODULEENTRY32W +# define Module32First Module32FirstW +# define Module32Next Module32NextW +# define PMODULEENTRY32 PMODULEENTRY32W +# define PPROCESSENTRY32 PPROCESSENTRY32W +# define PROCESSENTRY32 PROCESSENTRY32W +# define Process32First Process32FirstW +# define Process32Next Process32NextW +# endif /* UNICODE */ #ifdef __cplusplus } #endif -#endif /* _TLHELP32_H */ - +#endif /* _TLHELP32_H */ diff --git a/openssl/ms/uplink.c b/openssl/ms/uplink.c index 6d59cb1f8..e58ab9d8f 100644 --- a/openssl/ms/uplink.c +++ b/openssl/ms/uplink.c @@ -1,117 +1,126 @@ #if (defined(_WIN64) || defined(_WIN32_WCE)) && !defined(UNICODE) -#define UNICODE +# define UNICODE #endif #if defined(UNICODE) && !defined(_UNICODE) -#define _UNICODE +# define _UNICODE #endif #if defined(_UNICODE) && !defined(UNICODE) -#define UNICODE +# define UNICODE #endif #include #include #include #include "uplink.h" -void OPENSSL_showfatal(const char *,...); +void OPENSSL_showfatal(const char *, ...); static TCHAR msg[128]; -static void unimplemented (void) -{ OPENSSL_showfatal (sizeof(TCHAR)==sizeof(char)?"%s\n":"%S\n",msg); - ExitProcess (1); +static void unimplemented(void) +{ + OPENSSL_showfatal(sizeof(TCHAR) == sizeof(char) ? "%s\n" : "%S\n", msg); + ExitProcess(1); } -void OPENSSL_Uplink (volatile void **table, int index) -{ static HMODULE volatile apphandle=NULL; - static void ** volatile applinktable=NULL; - int len; - void (*func)(void)=unimplemented; - HANDLE h; - void **p; +void OPENSSL_Uplink(volatile void **table, int index) +{ + static HMODULE volatile apphandle = NULL; + static void **volatile applinktable = NULL; + int len; + void (*func) (void) = unimplemented; + HANDLE h; + void **p; - /* Note that the below code is not MT-safe in respect to msg - * buffer, but what's the worst thing that can happen? Error - * message might be misleading or corrupted. As error condition - * is fatal and should never be risen, I accept the risk... */ - /* One can argue that I should have used InterlockedExchangePointer - * or something to update static variables and table[]. Well, - * store instructions are as atomic as they can get and assigned - * values are effectively constant... So that volatile qualifier - * should be sufficient [it prohibits compiler to reorder memory - * access instructions]. */ + /* + * Note that the below code is not MT-safe in respect to msg buffer, but + * what's the worst thing that can happen? Error message might be + * misleading or corrupted. As error condition is fatal and should never + * be risen, I accept the risk... + */ + /* + * One can argue that I should have used InterlockedExchangePointer or + * something to update static variables and table[]. Well, store + * instructions are as atomic as they can get and assigned values are + * effectively constant... So that volatile qualifier should be + * sufficient [it prohibits compiler to reorder memory access + * instructions]. + */ do { - len = _sntprintf (msg,sizeof(msg)/sizeof(TCHAR), - _T("OPENSSL_Uplink(%p,%02X): "),table,index); - _tcscpy (msg+len,_T("unimplemented function")); + len = _sntprintf(msg, sizeof(msg) / sizeof(TCHAR), + _T("OPENSSL_Uplink(%p,%02X): "), table, index); + _tcscpy(msg + len, _T("unimplemented function")); - if ((h=apphandle)==NULL) - { if ((h=GetModuleHandle(NULL))==NULL) - { apphandle=(HMODULE)-1; - _tcscpy (msg+len,_T("no host application")); - break; - } - apphandle = h; - } - if ((h=apphandle)==(HMODULE)-1) /* revalidate */ - break; + if ((h = apphandle) == NULL) { + if ((h = GetModuleHandle(NULL)) == NULL) { + apphandle = (HMODULE) - 1; + _tcscpy(msg + len, _T("no host application")); + break; + } + apphandle = h; + } + if ((h = apphandle) == (HMODULE) - 1) /* revalidate */ + break; - if (applinktable==NULL) - { void**(*applink)(); + if (applinktable == NULL) { + void **(*applink) (); - applink=(void**(*)())GetProcAddress(h,"OPENSSL_Applink"); - if (applink==NULL) - { apphandle=(HMODULE)-1; - _tcscpy (msg+len,_T("no OPENSSL_Applink")); - break; - } - p = (*applink)(); - if (p==NULL) - { apphandle=(HMODULE)-1; - _tcscpy (msg+len,_T("no ApplinkTable")); - break; - } - applinktable = p; - } - else - p = applinktable; + applink = (void **(*)())GetProcAddress(h, "OPENSSL_Applink"); + if (applink == NULL) { + apphandle = (HMODULE) - 1; + _tcscpy(msg + len, _T("no OPENSSL_Applink")); + break; + } + p = (*applink) (); + if (p == NULL) { + apphandle = (HMODULE) - 1; + _tcscpy(msg + len, _T("no ApplinkTable")); + break; + } + applinktable = p; + } else + p = applinktable; - if (index > (int)p[0]) - break; + if (index > (int)p[0]) + break; - if (p[index]) func = p[index]; + if (p[index]) + func = p[index]; } while (0); table[index] = func; -} +} #if defined(_MSC_VER) && defined(_M_IX86) && !defined(OPENSSL_NO_INLINE_ASM) -#define LAZY(i) \ -__declspec(naked) static void lazy##i (void) { \ - _asm push i \ - _asm push OFFSET OPENSSL_UplinkTable \ - _asm call OPENSSL_Uplink \ - _asm add esp,8 \ - _asm jmp OPENSSL_UplinkTable+4*i } +# define LAZY(i) \ +__declspec(naked) static void lazy##i (void) { \ + _asm push i \ + _asm push OFFSET OPENSSL_UplinkTable \ + _asm call OPENSSL_Uplink \ + _asm add esp,8 \ + _asm jmp OPENSSL_UplinkTable+4*i } -#if APPLINK_MAX>25 -#error "Add more stubs..." -#endif +# if APPLINK_MAX>25 +# error "Add more stubs..." +# endif /* make some in advance... */ -LAZY(1) LAZY(2) LAZY(3) LAZY(4) LAZY(5) -LAZY(6) LAZY(7) LAZY(8) LAZY(9) LAZY(10) -LAZY(11) LAZY(12) LAZY(13) LAZY(14) LAZY(15) -LAZY(16) LAZY(17) LAZY(18) LAZY(19) LAZY(20) -LAZY(21) LAZY(22) LAZY(23) LAZY(24) LAZY(25) +LAZY(1) LAZY(2) LAZY(3) LAZY(4) LAZY(5) + LAZY(6) LAZY(7) LAZY(8) LAZY(9) LAZY(10) + LAZY(11) LAZY(12) LAZY(13) LAZY(14) LAZY(15) + LAZY(16) LAZY(17) LAZY(18) LAZY(19) LAZY(20) + LAZY(21) LAZY(22) LAZY(23) LAZY(24) LAZY(25) void *OPENSSL_UplinkTable[] = { - (void *)APPLINK_MAX, - lazy1, lazy2, lazy3, lazy4, lazy5, - lazy6, lazy7, lazy8, lazy9, lazy10, - lazy11,lazy12,lazy13,lazy14,lazy15, - lazy16,lazy17,lazy18,lazy19,lazy20, - lazy21,lazy22,lazy23,lazy24,lazy25, + (void *)APPLINK_MAX, + lazy1, lazy2, lazy3, lazy4, lazy5, + lazy6, lazy7, lazy8, lazy9, lazy10, + lazy11, lazy12, lazy13, lazy14, lazy15, + lazy16, lazy17, lazy18, lazy19, lazy20, + lazy21, lazy22, lazy23, lazy24, lazy25, }; #endif #ifdef SELFTEST -main() { UP_fprintf(UP_stdout,"hello, world!\n"); } +main() +{ + UP_fprintf(UP_stdout, "hello, world!\n"); +} #endif diff --git a/openssl/openssl.spec b/openssl/openssl.spec index 706fb5d23..c90dc69a4 100644 --- a/openssl/openssl.spec +++ b/openssl/openssl.spec @@ -6,8 +6,7 @@ Release: 1 Summary: Secure Sockets Layer and cryptography libraries and tools Name: openssl -#Version: %{libmaj}.%{libmin}.%{librel} -Version: 1.0.1j +Version: 1.0.2 Source0: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz License: OpenSSL Group: System Environment/Libraries diff --git a/openssl/ssl/Makefile b/openssl/ssl/Makefile index 8dd390e67..a7bd4ee14 100644 --- a/openssl/ssl/Makefile +++ b/openssl/ssl/Makefile @@ -24,24 +24,24 @@ LIBSRC= \ s2_meth.c s2_srvr.c s2_clnt.c s2_lib.c s2_enc.c s2_pkt.c \ s3_meth.c s3_srvr.c s3_clnt.c s3_lib.c s3_enc.c s3_pkt.c s3_both.c s3_cbc.c \ s23_meth.c s23_srvr.c s23_clnt.c s23_lib.c s23_pkt.c \ - t1_meth.c t1_srvr.c t1_clnt.c t1_lib.c t1_enc.c \ + t1_meth.c t1_srvr.c t1_clnt.c t1_lib.c t1_enc.c t1_ext.c \ d1_meth.c d1_srvr.c d1_clnt.c d1_lib.c d1_pkt.c \ - d1_both.c d1_enc.c d1_srtp.c \ + d1_both.c d1_srtp.c \ ssl_lib.c ssl_err2.c ssl_cert.c ssl_sess.c \ ssl_ciph.c ssl_stat.c ssl_rsa.c \ - ssl_asn1.c ssl_txt.c ssl_algs.c \ - bio_ssl.c ssl_err.c kssl.c tls_srp.c t1_reneg.c ssl_utst.c + ssl_asn1.c ssl_txt.c ssl_algs.c ssl_conf.c \ + bio_ssl.c ssl_err.c kssl.c t1_reneg.c tls_srp.c t1_trce.c ssl_utst.c LIBOBJ= \ s2_meth.o s2_srvr.o s2_clnt.o s2_lib.o s2_enc.o s2_pkt.o \ s3_meth.o s3_srvr.o s3_clnt.o s3_lib.o s3_enc.o s3_pkt.o s3_both.o s3_cbc.o \ s23_meth.o s23_srvr.o s23_clnt.o s23_lib.o s23_pkt.o \ - t1_meth.o t1_srvr.o t1_clnt.o t1_lib.o t1_enc.o \ + t1_meth.o t1_srvr.o t1_clnt.o t1_lib.o t1_enc.o t1_ext.o \ d1_meth.o d1_srvr.o d1_clnt.o d1_lib.o d1_pkt.o \ - d1_both.o d1_enc.o d1_srtp.o\ + d1_both.o d1_srtp.o\ ssl_lib.o ssl_err2.o ssl_cert.o ssl_sess.o \ ssl_ciph.o ssl_stat.o ssl_rsa.o \ - ssl_asn1.o ssl_txt.o ssl_algs.o \ - bio_ssl.o ssl_err.o kssl.o tls_srp.o t1_reneg.o ssl_utst.o + ssl_asn1.o ssl_txt.o ssl_algs.o ssl_conf.o \ + bio_ssl.o ssl_err.o kssl.o t1_reneg.o tls_srp.o t1_trce.o ssl_utst.o SRC= $(LIBSRC) @@ -165,27 +165,6 @@ d1_clnt.o: ../include/openssl/ssl3.h ../include/openssl/stack.h d1_clnt.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h d1_clnt.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h d1_clnt.c d1_clnt.o: kssl_lcl.h ssl_locl.h -d1_enc.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h -d1_enc.o: ../include/openssl/buffer.h ../include/openssl/comp.h -d1_enc.o: ../include/openssl/crypto.h ../include/openssl/dsa.h -d1_enc.o: ../include/openssl/dtls1.h ../include/openssl/e_os2.h -d1_enc.o: ../include/openssl/ec.h ../include/openssl/ecdh.h -d1_enc.o: ../include/openssl/ecdsa.h ../include/openssl/err.h -d1_enc.o: ../include/openssl/evp.h ../include/openssl/hmac.h -d1_enc.o: ../include/openssl/kssl.h ../include/openssl/lhash.h -d1_enc.o: ../include/openssl/md5.h ../include/openssl/obj_mac.h -d1_enc.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h -d1_enc.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h -d1_enc.o: ../include/openssl/pem.h ../include/openssl/pem2.h -d1_enc.o: ../include/openssl/pkcs7.h ../include/openssl/pqueue.h -d1_enc.o: ../include/openssl/rand.h ../include/openssl/rsa.h -d1_enc.o: ../include/openssl/safestack.h ../include/openssl/sha.h -d1_enc.o: ../include/openssl/srtp.h ../include/openssl/ssl.h -d1_enc.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h -d1_enc.o: ../include/openssl/ssl3.h ../include/openssl/stack.h -d1_enc.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h -d1_enc.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h d1_enc.c -d1_enc.o: ssl_locl.h d1_lib.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h d1_lib.o: ../include/openssl/buffer.h ../include/openssl/comp.h d1_lib.o: ../include/openssl/crypto.h ../include/openssl/dsa.h @@ -610,8 +589,7 @@ s3_enc.o: ../include/openssl/ssl23.h ../include/openssl/ssl3.h s3_enc.o: ../include/openssl/stack.h ../include/openssl/symhacks.h s3_enc.o: ../include/openssl/tls1.h ../include/openssl/x509.h s3_enc.o: ../include/openssl/x509_vfy.h s3_enc.c ssl_locl.h -s3_lib.o: ../crypto/ec/ec_lcl.h ../e_os.h ../include/openssl/asn1.h -s3_lib.o: ../include/openssl/bio.h ../include/openssl/bn.h +s3_lib.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h s3_lib.o: ../include/openssl/buffer.h ../include/openssl/comp.h s3_lib.o: ../include/openssl/crypto.h ../include/openssl/dh.h s3_lib.o: ../include/openssl/dsa.h ../include/openssl/dtls1.h @@ -777,6 +755,27 @@ ssl_ciph.o: ../include/openssl/ssl23.h ../include/openssl/ssl3.h ssl_ciph.o: ../include/openssl/stack.h ../include/openssl/symhacks.h ssl_ciph.o: ../include/openssl/tls1.h ../include/openssl/x509.h ssl_ciph.o: ../include/openssl/x509_vfy.h ssl_ciph.c ssl_locl.h +ssl_conf.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h +ssl_conf.o: ../include/openssl/buffer.h ../include/openssl/comp.h +ssl_conf.o: ../include/openssl/conf.h ../include/openssl/crypto.h +ssl_conf.o: ../include/openssl/dh.h ../include/openssl/dsa.h +ssl_conf.o: ../include/openssl/dtls1.h ../include/openssl/e_os2.h +ssl_conf.o: ../include/openssl/ec.h ../include/openssl/ecdh.h +ssl_conf.o: ../include/openssl/ecdsa.h ../include/openssl/err.h +ssl_conf.o: ../include/openssl/evp.h ../include/openssl/hmac.h +ssl_conf.o: ../include/openssl/kssl.h ../include/openssl/lhash.h +ssl_conf.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h +ssl_conf.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h +ssl_conf.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h +ssl_conf.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h +ssl_conf.o: ../include/openssl/pqueue.h ../include/openssl/rsa.h +ssl_conf.o: ../include/openssl/safestack.h ../include/openssl/sha.h +ssl_conf.o: ../include/openssl/srtp.h ../include/openssl/ssl.h +ssl_conf.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h +ssl_conf.o: ../include/openssl/ssl3.h ../include/openssl/stack.h +ssl_conf.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h +ssl_conf.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h ssl_conf.c +ssl_conf.o: ssl_locl.h ssl_err.o: ../include/openssl/asn1.h ../include/openssl/bio.h ssl_err.o: ../include/openssl/buffer.h ../include/openssl/comp.h ssl_err.o: ../include/openssl/crypto.h ../include/openssl/dtls1.h @@ -978,6 +977,26 @@ t1_enc.o: ../include/openssl/ssl3.h ../include/openssl/stack.h t1_enc.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h t1_enc.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h ssl_locl.h t1_enc.o: t1_enc.c +t1_ext.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h +t1_ext.o: ../include/openssl/buffer.h ../include/openssl/comp.h +t1_ext.o: ../include/openssl/crypto.h ../include/openssl/dsa.h +t1_ext.o: ../include/openssl/dtls1.h ../include/openssl/e_os2.h +t1_ext.o: ../include/openssl/ec.h ../include/openssl/ecdh.h +t1_ext.o: ../include/openssl/ecdsa.h ../include/openssl/err.h +t1_ext.o: ../include/openssl/evp.h ../include/openssl/hmac.h +t1_ext.o: ../include/openssl/kssl.h ../include/openssl/lhash.h +t1_ext.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h +t1_ext.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h +t1_ext.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h +t1_ext.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h +t1_ext.o: ../include/openssl/pqueue.h ../include/openssl/rsa.h +t1_ext.o: ../include/openssl/safestack.h ../include/openssl/sha.h +t1_ext.o: ../include/openssl/srtp.h ../include/openssl/ssl.h +t1_ext.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h +t1_ext.o: ../include/openssl/ssl3.h ../include/openssl/stack.h +t1_ext.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h +t1_ext.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h ssl_locl.h +t1_ext.o: t1_ext.c t1_lib.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h t1_lib.o: ../include/openssl/buffer.h ../include/openssl/comp.h t1_lib.o: ../include/openssl/conf.h ../include/openssl/crypto.h @@ -1060,6 +1079,26 @@ t1_srvr.o: ../include/openssl/ssl23.h ../include/openssl/ssl3.h t1_srvr.o: ../include/openssl/stack.h ../include/openssl/symhacks.h t1_srvr.o: ../include/openssl/tls1.h ../include/openssl/x509.h t1_srvr.o: ../include/openssl/x509_vfy.h ssl_locl.h t1_srvr.c +t1_trce.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h +t1_trce.o: ../include/openssl/buffer.h ../include/openssl/comp.h +t1_trce.o: ../include/openssl/crypto.h ../include/openssl/dsa.h +t1_trce.o: ../include/openssl/dtls1.h ../include/openssl/e_os2.h +t1_trce.o: ../include/openssl/ec.h ../include/openssl/ecdh.h +t1_trce.o: ../include/openssl/ecdsa.h ../include/openssl/err.h +t1_trce.o: ../include/openssl/evp.h ../include/openssl/hmac.h +t1_trce.o: ../include/openssl/kssl.h ../include/openssl/lhash.h +t1_trce.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h +t1_trce.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h +t1_trce.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h +t1_trce.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h +t1_trce.o: ../include/openssl/pqueue.h ../include/openssl/rsa.h +t1_trce.o: ../include/openssl/safestack.h ../include/openssl/sha.h +t1_trce.o: ../include/openssl/srtp.h ../include/openssl/ssl.h +t1_trce.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h +t1_trce.o: ../include/openssl/ssl3.h ../include/openssl/stack.h +t1_trce.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h +t1_trce.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h ssl_locl.h +t1_trce.o: t1_trce.c tls_srp.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h tls_srp.o: ../include/openssl/bn.h ../include/openssl/buffer.h tls_srp.o: ../include/openssl/comp.h ../include/openssl/crypto.h diff --git a/openssl/ssl/bio_ssl.c b/openssl/ssl/bio_ssl.c index e9552caee..a0c583e34 100644 --- a/openssl/ssl/bio_ssl.c +++ b/openssl/ssl/bio_ssl.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -72,534 +72,516 @@ static long ssl_ctrl(BIO *h, int cmd, long arg1, void *arg2); static int ssl_new(BIO *h); static int ssl_free(BIO *data); static long ssl_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp); -typedef struct bio_ssl_st - { - SSL *ssl; /* The ssl handle :-) */ - /* re-negotiate every time the total number of bytes is this size */ - int num_renegotiates; - unsigned long renegotiate_count; - unsigned long byte_count; - unsigned long renegotiate_timeout; - unsigned long last_time; - } BIO_SSL; - -static BIO_METHOD methods_sslp= - { - BIO_TYPE_SSL,"ssl", - ssl_write, - ssl_read, - ssl_puts, - NULL, /* ssl_gets, */ - ssl_ctrl, - ssl_new, - ssl_free, - ssl_callback_ctrl, - }; +typedef struct bio_ssl_st { + SSL *ssl; /* The ssl handle :-) */ + /* re-negotiate every time the total number of bytes is this size */ + int num_renegotiates; + unsigned long renegotiate_count; + unsigned long byte_count; + unsigned long renegotiate_timeout; + unsigned long last_time; +} BIO_SSL; + +static BIO_METHOD methods_sslp = { + BIO_TYPE_SSL, "ssl", + ssl_write, + ssl_read, + ssl_puts, + NULL, /* ssl_gets, */ + ssl_ctrl, + ssl_new, + ssl_free, + ssl_callback_ctrl, +}; BIO_METHOD *BIO_f_ssl(void) - { - return(&methods_sslp); - } +{ + return (&methods_sslp); +} static int ssl_new(BIO *bi) - { - BIO_SSL *bs; - - bs=(BIO_SSL *)OPENSSL_malloc(sizeof(BIO_SSL)); - if (bs == NULL) - { - BIOerr(BIO_F_SSL_NEW,ERR_R_MALLOC_FAILURE); - return(0); - } - memset(bs,0,sizeof(BIO_SSL)); - bi->init=0; - bi->ptr=(char *)bs; - bi->flags=0; - return(1); - } +{ + BIO_SSL *bs; + + bs = (BIO_SSL *)OPENSSL_malloc(sizeof(BIO_SSL)); + if (bs == NULL) { + BIOerr(BIO_F_SSL_NEW, ERR_R_MALLOC_FAILURE); + return (0); + } + memset(bs, 0, sizeof(BIO_SSL)); + bi->init = 0; + bi->ptr = (char *)bs; + bi->flags = 0; + return (1); +} static int ssl_free(BIO *a) - { - BIO_SSL *bs; - - if (a == NULL) return(0); - bs=(BIO_SSL *)a->ptr; - if (bs->ssl != NULL) SSL_shutdown(bs->ssl); - if (a->shutdown) - { - if (a->init && (bs->ssl != NULL)) - SSL_free(bs->ssl); - a->init=0; - a->flags=0; - } - if (a->ptr != NULL) - OPENSSL_free(a->ptr); - return(1); - } - +{ + BIO_SSL *bs; + + if (a == NULL) + return (0); + bs = (BIO_SSL *)a->ptr; + if (bs->ssl != NULL) + SSL_shutdown(bs->ssl); + if (a->shutdown) { + if (a->init && (bs->ssl != NULL)) + SSL_free(bs->ssl); + a->init = 0; + a->flags = 0; + } + if (a->ptr != NULL) + OPENSSL_free(a->ptr); + return (1); +} + static int ssl_read(BIO *b, char *out, int outl) - { - int ret=1; - BIO_SSL *sb; - SSL *ssl; - int retry_reason=0; - int r=0; +{ + int ret = 1; + BIO_SSL *sb; + SSL *ssl; + int retry_reason = 0; + int r = 0; - if (out == NULL) return(0); - sb=(BIO_SSL *)b->ptr; - ssl=sb->ssl; + if (out == NULL) + return (0); + sb = (BIO_SSL *)b->ptr; + ssl = sb->ssl; - BIO_clear_retry_flags(b); + BIO_clear_retry_flags(b); #if 0 - if (!SSL_is_init_finished(ssl)) - { -/* ret=SSL_do_handshake(ssl); */ - if (ret > 0) - { - - outflags=(BIO_FLAGS_READ|BIO_FLAGS_SHOULD_RETRY); - ret= -1; - goto end; - } - } + if (!SSL_is_init_finished(ssl)) { +/* ret=SSL_do_handshake(ssl); */ + if (ret > 0) { + + outflags = (BIO_FLAGS_READ | BIO_FLAGS_SHOULD_RETRY); + ret = -1; + goto end; + } + } #endif -/* if (ret > 0) */ - ret=SSL_read(ssl,out,outl); - - switch (SSL_get_error(ssl,ret)) - { - case SSL_ERROR_NONE: - if (ret <= 0) break; - if (sb->renegotiate_count > 0) - { - sb->byte_count+=ret; - if (sb->byte_count > sb->renegotiate_count) - { - sb->byte_count=0; - sb->num_renegotiates++; - SSL_renegotiate(ssl); - r=1; - } - } - if ((sb->renegotiate_timeout > 0) && (!r)) - { - unsigned long tm; - - tm=(unsigned long)time(NULL); - if (tm > sb->last_time+sb->renegotiate_timeout) - { - sb->last_time=tm; - sb->num_renegotiates++; - SSL_renegotiate(ssl); - } - } - - break; - case SSL_ERROR_WANT_READ: - BIO_set_retry_read(b); - break; - case SSL_ERROR_WANT_WRITE: - BIO_set_retry_write(b); - break; - case SSL_ERROR_WANT_X509_LOOKUP: - BIO_set_retry_special(b); - retry_reason=BIO_RR_SSL_X509_LOOKUP; - break; - case SSL_ERROR_WANT_ACCEPT: - BIO_set_retry_special(b); - retry_reason=BIO_RR_ACCEPT; - break; - case SSL_ERROR_WANT_CONNECT: - BIO_set_retry_special(b); - retry_reason=BIO_RR_CONNECT; - break; - case SSL_ERROR_SYSCALL: - case SSL_ERROR_SSL: - case SSL_ERROR_ZERO_RETURN: - default: - break; - } - - b->retry_reason=retry_reason; - return(ret); - } +/* if (ret > 0) */ + ret = SSL_read(ssl, out, outl); + + switch (SSL_get_error(ssl, ret)) { + case SSL_ERROR_NONE: + if (ret <= 0) + break; + if (sb->renegotiate_count > 0) { + sb->byte_count += ret; + if (sb->byte_count > sb->renegotiate_count) { + sb->byte_count = 0; + sb->num_renegotiates++; + SSL_renegotiate(ssl); + r = 1; + } + } + if ((sb->renegotiate_timeout > 0) && (!r)) { + unsigned long tm; + + tm = (unsigned long)time(NULL); + if (tm > sb->last_time + sb->renegotiate_timeout) { + sb->last_time = tm; + sb->num_renegotiates++; + SSL_renegotiate(ssl); + } + } + + break; + case SSL_ERROR_WANT_READ: + BIO_set_retry_read(b); + break; + case SSL_ERROR_WANT_WRITE: + BIO_set_retry_write(b); + break; + case SSL_ERROR_WANT_X509_LOOKUP: + BIO_set_retry_special(b); + retry_reason = BIO_RR_SSL_X509_LOOKUP; + break; + case SSL_ERROR_WANT_ACCEPT: + BIO_set_retry_special(b); + retry_reason = BIO_RR_ACCEPT; + break; + case SSL_ERROR_WANT_CONNECT: + BIO_set_retry_special(b); + retry_reason = BIO_RR_CONNECT; + break; + case SSL_ERROR_SYSCALL: + case SSL_ERROR_SSL: + case SSL_ERROR_ZERO_RETURN: + default: + break; + } + + b->retry_reason = retry_reason; + return (ret); +} static int ssl_write(BIO *b, const char *out, int outl) - { - int ret,r=0; - int retry_reason=0; - SSL *ssl; - BIO_SSL *bs; - - if (out == NULL) return(0); - bs=(BIO_SSL *)b->ptr; - ssl=bs->ssl; - - BIO_clear_retry_flags(b); - -/* ret=SSL_do_handshake(ssl); - if (ret > 0) */ - ret=SSL_write(ssl,out,outl); - - switch (SSL_get_error(ssl,ret)) - { - case SSL_ERROR_NONE: - if (ret <= 0) break; - if (bs->renegotiate_count > 0) - { - bs->byte_count+=ret; - if (bs->byte_count > bs->renegotiate_count) - { - bs->byte_count=0; - bs->num_renegotiates++; - SSL_renegotiate(ssl); - r=1; - } - } - if ((bs->renegotiate_timeout > 0) && (!r)) - { - unsigned long tm; - - tm=(unsigned long)time(NULL); - if (tm > bs->last_time+bs->renegotiate_timeout) - { - bs->last_time=tm; - bs->num_renegotiates++; - SSL_renegotiate(ssl); - } - } - break; - case SSL_ERROR_WANT_WRITE: - BIO_set_retry_write(b); - break; - case SSL_ERROR_WANT_READ: - BIO_set_retry_read(b); - break; - case SSL_ERROR_WANT_X509_LOOKUP: - BIO_set_retry_special(b); - retry_reason=BIO_RR_SSL_X509_LOOKUP; - break; - case SSL_ERROR_WANT_CONNECT: - BIO_set_retry_special(b); - retry_reason=BIO_RR_CONNECT; - case SSL_ERROR_SYSCALL: - case SSL_ERROR_SSL: - default: - break; - } - - b->retry_reason=retry_reason; - return(ret); - } +{ + int ret, r = 0; + int retry_reason = 0; + SSL *ssl; + BIO_SSL *bs; + + if (out == NULL) + return (0); + bs = (BIO_SSL *)b->ptr; + ssl = bs->ssl; + + BIO_clear_retry_flags(b); + + /* + * ret=SSL_do_handshake(ssl); if (ret > 0) + */ + ret = SSL_write(ssl, out, outl); + + switch (SSL_get_error(ssl, ret)) { + case SSL_ERROR_NONE: + if (ret <= 0) + break; + if (bs->renegotiate_count > 0) { + bs->byte_count += ret; + if (bs->byte_count > bs->renegotiate_count) { + bs->byte_count = 0; + bs->num_renegotiates++; + SSL_renegotiate(ssl); + r = 1; + } + } + if ((bs->renegotiate_timeout > 0) && (!r)) { + unsigned long tm; + + tm = (unsigned long)time(NULL); + if (tm > bs->last_time + bs->renegotiate_timeout) { + bs->last_time = tm; + bs->num_renegotiates++; + SSL_renegotiate(ssl); + } + } + break; + case SSL_ERROR_WANT_WRITE: + BIO_set_retry_write(b); + break; + case SSL_ERROR_WANT_READ: + BIO_set_retry_read(b); + break; + case SSL_ERROR_WANT_X509_LOOKUP: + BIO_set_retry_special(b); + retry_reason = BIO_RR_SSL_X509_LOOKUP; + break; + case SSL_ERROR_WANT_CONNECT: + BIO_set_retry_special(b); + retry_reason = BIO_RR_CONNECT; + case SSL_ERROR_SYSCALL: + case SSL_ERROR_SSL: + default: + break; + } + + b->retry_reason = retry_reason; + return (ret); +} static long ssl_ctrl(BIO *b, int cmd, long num, void *ptr) - { - SSL **sslp,*ssl; - BIO_SSL *bs; - BIO *dbio,*bio; - long ret=1; - - bs=(BIO_SSL *)b->ptr; - ssl=bs->ssl; - if ((ssl == NULL) && (cmd != BIO_C_SET_SSL)) - return(0); - switch (cmd) - { - case BIO_CTRL_RESET: - SSL_shutdown(ssl); - - if (ssl->handshake_func == ssl->method->ssl_connect) - SSL_set_connect_state(ssl); - else if (ssl->handshake_func == ssl->method->ssl_accept) - SSL_set_accept_state(ssl); - - SSL_clear(ssl); - - if (b->next_bio != NULL) - ret=BIO_ctrl(b->next_bio,cmd,num,ptr); - else if (ssl->rbio != NULL) - ret=BIO_ctrl(ssl->rbio,cmd,num,ptr); - else - ret=1; - break; - case BIO_CTRL_INFO: - ret=0; - break; - case BIO_C_SSL_MODE: - if (num) /* client mode */ - SSL_set_connect_state(ssl); - else - SSL_set_accept_state(ssl); - break; - case BIO_C_SET_SSL_RENEGOTIATE_TIMEOUT: - ret=bs->renegotiate_timeout; - if (num < 60) num=5; - bs->renegotiate_timeout=(unsigned long)num; - bs->last_time=(unsigned long)time(NULL); - break; - case BIO_C_SET_SSL_RENEGOTIATE_BYTES: - ret=bs->renegotiate_count; - if ((long)num >=512) - bs->renegotiate_count=(unsigned long)num; - break; - case BIO_C_GET_SSL_NUM_RENEGOTIATES: - ret=bs->num_renegotiates; - break; - case BIO_C_SET_SSL: - if (ssl != NULL) - { - ssl_free(b); - if (!ssl_new(b)) - return 0; - } - b->shutdown=(int)num; - ssl=(SSL *)ptr; - ((BIO_SSL *)b->ptr)->ssl=ssl; - bio=SSL_get_rbio(ssl); - if (bio != NULL) - { - if (b->next_bio != NULL) - BIO_push(bio,b->next_bio); - b->next_bio=bio; - CRYPTO_add(&bio->references,1,CRYPTO_LOCK_BIO); - } - b->init=1; - break; - case BIO_C_GET_SSL: - if (ptr != NULL) - { - sslp=(SSL **)ptr; - *sslp=ssl; - } - else - ret=0; - break; - case BIO_CTRL_GET_CLOSE: - ret=b->shutdown; - break; - case BIO_CTRL_SET_CLOSE: - b->shutdown=(int)num; - break; - case BIO_CTRL_WPENDING: - ret=BIO_ctrl(ssl->wbio,cmd,num,ptr); - break; - case BIO_CTRL_PENDING: - ret=SSL_pending(ssl); - if (ret == 0) - ret=BIO_pending(ssl->rbio); - break; - case BIO_CTRL_FLUSH: - BIO_clear_retry_flags(b); - ret=BIO_ctrl(ssl->wbio,cmd,num,ptr); - BIO_copy_next_retry(b); - break; - case BIO_CTRL_PUSH: - if ((b->next_bio != NULL) && (b->next_bio != ssl->rbio)) - { - SSL_set_bio(ssl,b->next_bio,b->next_bio); - CRYPTO_add(&b->next_bio->references,1,CRYPTO_LOCK_BIO); - } - break; - case BIO_CTRL_POP: - /* Only detach if we are the BIO explicitly being popped */ - if (b == ptr) - { - /* Shouldn't happen in practice because the - * rbio and wbio are the same when pushed. - */ - if (ssl->rbio != ssl->wbio) - BIO_free_all(ssl->wbio); - if (b->next_bio != NULL) - CRYPTO_add(&b->next_bio->references,-1,CRYPTO_LOCK_BIO); - ssl->wbio=NULL; - ssl->rbio=NULL; - } - break; - case BIO_C_DO_STATE_MACHINE: - BIO_clear_retry_flags(b); - - b->retry_reason=0; - ret=(int)SSL_do_handshake(ssl); - - switch (SSL_get_error(ssl,(int)ret)) - { - case SSL_ERROR_WANT_READ: - BIO_set_flags(b, - BIO_FLAGS_READ|BIO_FLAGS_SHOULD_RETRY); - break; - case SSL_ERROR_WANT_WRITE: - BIO_set_flags(b, - BIO_FLAGS_WRITE|BIO_FLAGS_SHOULD_RETRY); - break; - case SSL_ERROR_WANT_CONNECT: - BIO_set_flags(b, - BIO_FLAGS_IO_SPECIAL|BIO_FLAGS_SHOULD_RETRY); - b->retry_reason=b->next_bio->retry_reason; - break; - default: - break; - } - break; - case BIO_CTRL_DUP: - dbio=(BIO *)ptr; - if (((BIO_SSL *)dbio->ptr)->ssl != NULL) - SSL_free(((BIO_SSL *)dbio->ptr)->ssl); - ((BIO_SSL *)dbio->ptr)->ssl=SSL_dup(ssl); - ((BIO_SSL *)dbio->ptr)->renegotiate_count= - ((BIO_SSL *)b->ptr)->renegotiate_count; - ((BIO_SSL *)dbio->ptr)->byte_count= - ((BIO_SSL *)b->ptr)->byte_count; - ((BIO_SSL *)dbio->ptr)->renegotiate_timeout= - ((BIO_SSL *)b->ptr)->renegotiate_timeout; - ((BIO_SSL *)dbio->ptr)->last_time= - ((BIO_SSL *)b->ptr)->last_time; - ret=(((BIO_SSL *)dbio->ptr)->ssl != NULL); - break; - case BIO_C_GET_FD: - ret=BIO_ctrl(ssl->rbio,cmd,num,ptr); - break; - case BIO_CTRL_SET_CALLBACK: - { -#if 0 /* FIXME: Should this be used? -- Richard Levitte */ - SSLerr(SSL_F_SSL_CTRL, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); - ret = -1; +{ + SSL **sslp, *ssl; + BIO_SSL *bs; + BIO *dbio, *bio; + long ret = 1; + + bs = (BIO_SSL *)b->ptr; + ssl = bs->ssl; + if ((ssl == NULL) && (cmd != BIO_C_SET_SSL)) + return (0); + switch (cmd) { + case BIO_CTRL_RESET: + SSL_shutdown(ssl); + + if (ssl->handshake_func == ssl->method->ssl_connect) + SSL_set_connect_state(ssl); + else if (ssl->handshake_func == ssl->method->ssl_accept) + SSL_set_accept_state(ssl); + + SSL_clear(ssl); + + if (b->next_bio != NULL) + ret = BIO_ctrl(b->next_bio, cmd, num, ptr); + else if (ssl->rbio != NULL) + ret = BIO_ctrl(ssl->rbio, cmd, num, ptr); + else + ret = 1; + break; + case BIO_CTRL_INFO: + ret = 0; + break; + case BIO_C_SSL_MODE: + if (num) /* client mode */ + SSL_set_connect_state(ssl); + else + SSL_set_accept_state(ssl); + break; + case BIO_C_SET_SSL_RENEGOTIATE_TIMEOUT: + ret = bs->renegotiate_timeout; + if (num < 60) + num = 5; + bs->renegotiate_timeout = (unsigned long)num; + bs->last_time = (unsigned long)time(NULL); + break; + case BIO_C_SET_SSL_RENEGOTIATE_BYTES: + ret = bs->renegotiate_count; + if ((long)num >= 512) + bs->renegotiate_count = (unsigned long)num; + break; + case BIO_C_GET_SSL_NUM_RENEGOTIATES: + ret = bs->num_renegotiates; + break; + case BIO_C_SET_SSL: + if (ssl != NULL) { + ssl_free(b); + if (!ssl_new(b)) + return 0; + } + b->shutdown = (int)num; + ssl = (SSL *)ptr; + ((BIO_SSL *)b->ptr)->ssl = ssl; + bio = SSL_get_rbio(ssl); + if (bio != NULL) { + if (b->next_bio != NULL) + BIO_push(bio, b->next_bio); + b->next_bio = bio; + CRYPTO_add(&bio->references, 1, CRYPTO_LOCK_BIO); + } + b->init = 1; + break; + case BIO_C_GET_SSL: + if (ptr != NULL) { + sslp = (SSL **)ptr; + *sslp = ssl; + } else + ret = 0; + break; + case BIO_CTRL_GET_CLOSE: + ret = b->shutdown; + break; + case BIO_CTRL_SET_CLOSE: + b->shutdown = (int)num; + break; + case BIO_CTRL_WPENDING: + ret = BIO_ctrl(ssl->wbio, cmd, num, ptr); + break; + case BIO_CTRL_PENDING: + ret = SSL_pending(ssl); + if (ret == 0) + ret = BIO_pending(ssl->rbio); + break; + case BIO_CTRL_FLUSH: + BIO_clear_retry_flags(b); + ret = BIO_ctrl(ssl->wbio, cmd, num, ptr); + BIO_copy_next_retry(b); + break; + case BIO_CTRL_PUSH: + if ((b->next_bio != NULL) && (b->next_bio != ssl->rbio)) { + SSL_set_bio(ssl, b->next_bio, b->next_bio); + CRYPTO_add(&b->next_bio->references, 1, CRYPTO_LOCK_BIO); + } + break; + case BIO_CTRL_POP: + /* Only detach if we are the BIO explicitly being popped */ + if (b == ptr) { + /* + * Shouldn't happen in practice because the rbio and wbio are the + * same when pushed. + */ + if (ssl->rbio != ssl->wbio) + BIO_free_all(ssl->wbio); + if (b->next_bio != NULL) + CRYPTO_add(&b->next_bio->references, -1, CRYPTO_LOCK_BIO); + ssl->wbio = NULL; + ssl->rbio = NULL; + } + break; + case BIO_C_DO_STATE_MACHINE: + BIO_clear_retry_flags(b); + + b->retry_reason = 0; + ret = (int)SSL_do_handshake(ssl); + + switch (SSL_get_error(ssl, (int)ret)) { + case SSL_ERROR_WANT_READ: + BIO_set_flags(b, BIO_FLAGS_READ | BIO_FLAGS_SHOULD_RETRY); + break; + case SSL_ERROR_WANT_WRITE: + BIO_set_flags(b, BIO_FLAGS_WRITE | BIO_FLAGS_SHOULD_RETRY); + break; + case SSL_ERROR_WANT_CONNECT: + BIO_set_flags(b, BIO_FLAGS_IO_SPECIAL | BIO_FLAGS_SHOULD_RETRY); + b->retry_reason = b->next_bio->retry_reason; + break; + default: + break; + } + break; + case BIO_CTRL_DUP: + dbio = (BIO *)ptr; + if (((BIO_SSL *)dbio->ptr)->ssl != NULL) + SSL_free(((BIO_SSL *)dbio->ptr)->ssl); + ((BIO_SSL *)dbio->ptr)->ssl = SSL_dup(ssl); + ((BIO_SSL *)dbio->ptr)->renegotiate_count = + ((BIO_SSL *)b->ptr)->renegotiate_count; + ((BIO_SSL *)dbio->ptr)->byte_count = ((BIO_SSL *)b->ptr)->byte_count; + ((BIO_SSL *)dbio->ptr)->renegotiate_timeout = + ((BIO_SSL *)b->ptr)->renegotiate_timeout; + ((BIO_SSL *)dbio->ptr)->last_time = ((BIO_SSL *)b->ptr)->last_time; + ret = (((BIO_SSL *)dbio->ptr)->ssl != NULL); + break; + case BIO_C_GET_FD: + ret = BIO_ctrl(ssl->rbio, cmd, num, ptr); + break; + case BIO_CTRL_SET_CALLBACK: + { +#if 0 /* FIXME: Should this be used? -- Richard + * Levitte */ + SSLerr(SSL_F_SSL_CTRL, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); + ret = -1; #else - ret=0; + ret = 0; #endif - } - break; - case BIO_CTRL_GET_CALLBACK: - { - void (**fptr)(const SSL *xssl,int type,int val); - - fptr=(void (**)(const SSL *xssl,int type,int val))ptr; - *fptr=SSL_get_info_callback(ssl); - } - break; - default: - ret=BIO_ctrl(ssl->rbio,cmd,num,ptr); - break; - } - return(ret); - } + } + break; + case BIO_CTRL_GET_CALLBACK: + { + void (**fptr) (const SSL *xssl, int type, int val); + + fptr = (void (**)(const SSL *xssl, int type, int val))ptr; + *fptr = SSL_get_info_callback(ssl); + } + break; + default: + ret = BIO_ctrl(ssl->rbio, cmd, num, ptr); + break; + } + return (ret); +} static long ssl_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp) - { - SSL *ssl; - BIO_SSL *bs; - long ret=1; - - bs=(BIO_SSL *)b->ptr; - ssl=bs->ssl; - switch (cmd) - { - case BIO_CTRL_SET_CALLBACK: - { - /* FIXME: setting this via a completely different prototype - seems like a crap idea */ - SSL_set_info_callback(ssl,(void (*)(const SSL *,int,int))fp); - } - break; - default: - ret=BIO_callback_ctrl(ssl->rbio,cmd,fp); - break; - } - return(ret); - } +{ + SSL *ssl; + BIO_SSL *bs; + long ret = 1; + + bs = (BIO_SSL *)b->ptr; + ssl = bs->ssl; + switch (cmd) { + case BIO_CTRL_SET_CALLBACK: + { + /* + * FIXME: setting this via a completely different prototype seems + * like a crap idea + */ + SSL_set_info_callback(ssl, (void (*)(const SSL *, int, int))fp); + } + break; + default: + ret = BIO_callback_ctrl(ssl->rbio, cmd, fp); + break; + } + return (ret); +} static int ssl_puts(BIO *bp, const char *str) - { - int n,ret; +{ + int n, ret; - n=strlen(str); - ret=BIO_write(bp,str,n); - return(ret); - } + n = strlen(str); + ret = BIO_write(bp, str, n); + return (ret); +} BIO *BIO_new_buffer_ssl_connect(SSL_CTX *ctx) - { +{ #ifndef OPENSSL_NO_SOCK - BIO *ret=NULL,*buf=NULL,*ssl=NULL; - - if ((buf=BIO_new(BIO_f_buffer())) == NULL) - return(NULL); - if ((ssl=BIO_new_ssl_connect(ctx)) == NULL) - goto err; - if ((ret=BIO_push(buf,ssl)) == NULL) - goto err; - return(ret); -err: - if (buf != NULL) BIO_free(buf); - if (ssl != NULL) BIO_free(ssl); + BIO *ret = NULL, *buf = NULL, *ssl = NULL; + + if ((buf = BIO_new(BIO_f_buffer())) == NULL) + return (NULL); + if ((ssl = BIO_new_ssl_connect(ctx)) == NULL) + goto err; + if ((ret = BIO_push(buf, ssl)) == NULL) + goto err; + return (ret); + err: + if (buf != NULL) + BIO_free(buf); + if (ssl != NULL) + BIO_free(ssl); #endif - return(NULL); - } + return (NULL); +} BIO *BIO_new_ssl_connect(SSL_CTX *ctx) - { +{ #ifndef OPENSSL_NO_SOCK - BIO *ret=NULL,*con=NULL,*ssl=NULL; - - if ((con=BIO_new(BIO_s_connect())) == NULL) - return(NULL); - if ((ssl=BIO_new_ssl(ctx,1)) == NULL) - goto err; - if ((ret=BIO_push(ssl,con)) == NULL) - goto err; - return(ret); -err: - if (con != NULL) BIO_free(con); + BIO *ret = NULL, *con = NULL, *ssl = NULL; + + if ((con = BIO_new(BIO_s_connect())) == NULL) + return (NULL); + if ((ssl = BIO_new_ssl(ctx, 1)) == NULL) + goto err; + if ((ret = BIO_push(ssl, con)) == NULL) + goto err; + return (ret); + err: + if (con != NULL) + BIO_free(con); #endif - return(NULL); - } + return (NULL); +} BIO *BIO_new_ssl(SSL_CTX *ctx, int client) - { - BIO *ret; - SSL *ssl; - - if ((ret=BIO_new(BIO_f_ssl())) == NULL) - return(NULL); - if ((ssl=SSL_new(ctx)) == NULL) - { - BIO_free(ret); - return(NULL); - } - if (client) - SSL_set_connect_state(ssl); - else - SSL_set_accept_state(ssl); - - BIO_set_ssl(ret,ssl,BIO_CLOSE); - return(ret); - } +{ + BIO *ret; + SSL *ssl; + + if ((ret = BIO_new(BIO_f_ssl())) == NULL) + return (NULL); + if ((ssl = SSL_new(ctx)) == NULL) { + BIO_free(ret); + return (NULL); + } + if (client) + SSL_set_connect_state(ssl); + else + SSL_set_accept_state(ssl); + + BIO_set_ssl(ret, ssl, BIO_CLOSE); + return (ret); +} int BIO_ssl_copy_session_id(BIO *t, BIO *f) - { - t=BIO_find_type(t,BIO_TYPE_SSL); - f=BIO_find_type(f,BIO_TYPE_SSL); - if ((t == NULL) || (f == NULL)) - return(0); - if ( (((BIO_SSL *)t->ptr)->ssl == NULL) || - (((BIO_SSL *)f->ptr)->ssl == NULL)) - return(0); - SSL_copy_session_id(((BIO_SSL *)t->ptr)->ssl,((BIO_SSL *)f->ptr)->ssl); - return(1); - } +{ + t = BIO_find_type(t, BIO_TYPE_SSL); + f = BIO_find_type(f, BIO_TYPE_SSL); + if ((t == NULL) || (f == NULL)) + return (0); + if ((((BIO_SSL *)t->ptr)->ssl == NULL) || + (((BIO_SSL *)f->ptr)->ssl == NULL)) + return (0); + SSL_copy_session_id(((BIO_SSL *)t->ptr)->ssl, ((BIO_SSL *)f->ptr)->ssl); + return (1); +} void BIO_ssl_shutdown(BIO *b) - { - SSL *s; - - while (b != NULL) - { - if (b->method->type == BIO_TYPE_SSL) - { - s=((BIO_SSL *)b->ptr)->ssl; - SSL_shutdown(s); - break; - } - b=b->next_bio; - } - } +{ + SSL *s; + + while (b != NULL) { + if (b->method->type == BIO_TYPE_SSL) { + s = ((BIO_SSL *)b->ptr)->ssl; + SSL_shutdown(s); + break; + } + b = b->next_bio; + } +} diff --git a/openssl/ssl/d1_both.c b/openssl/ssl/d1_both.c index 2e4250fcf..2553c3de6 100644 --- a/openssl/ssl/d1_both.c +++ b/openssl/ssl/d1_both.c @@ -1,7 +1,7 @@ /* ssl/d1_both.c */ -/* +/* * DTLS implementation written by Nagendra Modadugu - * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. + * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. */ /* ==================================================================== * Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved. @@ -11,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -62,21 +62,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -91,10 +91,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -106,7 +106,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -126,1511 +126,1398 @@ #define RSMBLY_BITMASK_SIZE(msg_len) (((msg_len) + 7) / 8) #define RSMBLY_BITMASK_MARK(bitmask, start, end) { \ - if ((end) - (start) <= 8) { \ - long ii; \ - for (ii = (start); ii < (end); ii++) bitmask[((ii) >> 3)] |= (1 << ((ii) & 7)); \ - } else { \ - long ii; \ - bitmask[((start) >> 3)] |= bitmask_start_values[((start) & 7)]; \ - for (ii = (((start) >> 3) + 1); ii < ((((end) - 1)) >> 3); ii++) bitmask[ii] = 0xff; \ - bitmask[(((end) - 1) >> 3)] |= bitmask_end_values[((end) & 7)]; \ - } } + if ((end) - (start) <= 8) { \ + long ii; \ + for (ii = (start); ii < (end); ii++) bitmask[((ii) >> 3)] |= (1 << ((ii) & 7)); \ + } else { \ + long ii; \ + bitmask[((start) >> 3)] |= bitmask_start_values[((start) & 7)]; \ + for (ii = (((start) >> 3) + 1); ii < ((((end) - 1)) >> 3); ii++) bitmask[ii] = 0xff; \ + bitmask[(((end) - 1) >> 3)] |= bitmask_end_values[((end) & 7)]; \ + } } #define RSMBLY_BITMASK_IS_COMPLETE(bitmask, msg_len, is_complete) { \ - long ii; \ - OPENSSL_assert((msg_len) > 0); \ - is_complete = 1; \ - if (bitmask[(((msg_len) - 1) >> 3)] != bitmask_end_values[((msg_len) & 7)]) is_complete = 0; \ - if (is_complete) for (ii = (((msg_len) - 1) >> 3) - 1; ii >= 0 ; ii--) \ - if (bitmask[ii] != 0xff) { is_complete = 0; break; } } + long ii; \ + OPENSSL_assert((msg_len) > 0); \ + is_complete = 1; \ + if (bitmask[(((msg_len) - 1) >> 3)] != bitmask_end_values[((msg_len) & 7)]) is_complete = 0; \ + if (is_complete) for (ii = (((msg_len) - 1) >> 3) - 1; ii >= 0 ; ii--) \ + if (bitmask[ii] != 0xff) { is_complete = 0; break; } } #if 0 -#define RSMBLY_BITMASK_PRINT(bitmask, msg_len) { \ - long ii; \ - printf("bitmask: "); for (ii = 0; ii < (msg_len); ii++) \ - printf("%d ", (bitmask[ii >> 3] & (1 << (ii & 7))) >> (ii & 7)); \ - printf("\n"); } +# define RSMBLY_BITMASK_PRINT(bitmask, msg_len) { \ + long ii; \ + printf("bitmask: "); for (ii = 0; ii < (msg_len); ii++) \ + printf("%d ", (bitmask[ii >> 3] & (1 << (ii & 7))) >> (ii & 7)); \ + printf("\n"); } #endif -static unsigned char bitmask_start_values[] = {0xff, 0xfe, 0xfc, 0xf8, 0xf0, 0xe0, 0xc0, 0x80}; -static unsigned char bitmask_end_values[] = {0xff, 0x01, 0x03, 0x07, 0x0f, 0x1f, 0x3f, 0x7f}; +static unsigned char bitmask_start_values[] = + { 0xff, 0xfe, 0xfc, 0xf8, 0xf0, 0xe0, 0xc0, 0x80 }; +static unsigned char bitmask_end_values[] = + { 0xff, 0x01, 0x03, 0x07, 0x0f, 0x1f, 0x3f, 0x7f }; /* XDTLS: figure out the right values */ -static unsigned int g_probable_mtu[] = {1500 - 28, 512 - 28, 256 - 28}; +static const unsigned int g_probable_mtu[] = { 1500, 512, 256 }; -static unsigned int dtls1_guess_mtu(unsigned int curr_mtu); -static void dtls1_fix_message_header(SSL *s, unsigned long frag_off, - unsigned long frag_len); -static unsigned char *dtls1_write_message_header(SSL *s, - unsigned char *p); +static void dtls1_fix_message_header(SSL *s, unsigned long frag_off, + unsigned long frag_len); +static unsigned char *dtls1_write_message_header(SSL *s, unsigned char *p); static void dtls1_set_message_header_int(SSL *s, unsigned char mt, - unsigned long len, unsigned short seq_num, unsigned long frag_off, - unsigned long frag_len); -static long dtls1_get_message_fragment(SSL *s, int st1, int stn, - long max, int *ok); - -static hm_fragment * -dtls1_hm_fragment_new(unsigned long frag_len, int reassembly) - { - hm_fragment *frag = NULL; - unsigned char *buf = NULL; - unsigned char *bitmask = NULL; - - frag = (hm_fragment *)OPENSSL_malloc(sizeof(hm_fragment)); - if ( frag == NULL) - return NULL; - - if (frag_len) - { - buf = (unsigned char *)OPENSSL_malloc(frag_len); - if ( buf == NULL) - { - OPENSSL_free(frag); - return NULL; - } - } - - /* zero length fragment gets zero frag->fragment */ - frag->fragment = buf; - - /* Initialize reassembly bitmask if necessary */ - if (reassembly) - { - bitmask = (unsigned char *)OPENSSL_malloc(RSMBLY_BITMASK_SIZE(frag_len)); - if (bitmask == NULL) - { - if (buf != NULL) OPENSSL_free(buf); - OPENSSL_free(frag); - return NULL; - } - memset(bitmask, 0, RSMBLY_BITMASK_SIZE(frag_len)); - } - - frag->reassembly = bitmask; - - return frag; - } + unsigned long len, + unsigned short seq_num, + unsigned long frag_off, + unsigned long frag_len); +static long dtls1_get_message_fragment(SSL *s, int st1, int stn, long max, + int *ok); + +static hm_fragment *dtls1_hm_fragment_new(unsigned long frag_len, + int reassembly) +{ + hm_fragment *frag = NULL; + unsigned char *buf = NULL; + unsigned char *bitmask = NULL; + + frag = (hm_fragment *)OPENSSL_malloc(sizeof(hm_fragment)); + if (frag == NULL) + return NULL; + + if (frag_len) { + buf = (unsigned char *)OPENSSL_malloc(frag_len); + if (buf == NULL) { + OPENSSL_free(frag); + return NULL; + } + } + + /* zero length fragment gets zero frag->fragment */ + frag->fragment = buf; + + /* Initialize reassembly bitmask if necessary */ + if (reassembly) { + bitmask = + (unsigned char *)OPENSSL_malloc(RSMBLY_BITMASK_SIZE(frag_len)); + if (bitmask == NULL) { + if (buf != NULL) + OPENSSL_free(buf); + OPENSSL_free(frag); + return NULL; + } + memset(bitmask, 0, RSMBLY_BITMASK_SIZE(frag_len)); + } + + frag->reassembly = bitmask; + + return frag; +} + +void dtls1_hm_fragment_free(hm_fragment *frag) +{ -static void -dtls1_hm_fragment_free(hm_fragment *frag) - { - - if (frag->msg_header.is_ccs) - { - EVP_CIPHER_CTX_free(frag->msg_header.saved_retransmit_state.enc_write_ctx); - EVP_MD_CTX_destroy(frag->msg_header.saved_retransmit_state.write_hash); - } - if (frag->fragment) OPENSSL_free(frag->fragment); - if (frag->reassembly) OPENSSL_free(frag->reassembly); - OPENSSL_free(frag); - } - -/* send s->init_buf in records of type 'type' (SSL3_RT_HANDSHAKE or SSL3_RT_CHANGE_CIPHER_SPEC) */ + if (frag->msg_header.is_ccs) { + EVP_CIPHER_CTX_free(frag->msg_header. + saved_retransmit_state.enc_write_ctx); + EVP_MD_CTX_destroy(frag->msg_header. + saved_retransmit_state.write_hash); + } + if (frag->fragment) + OPENSSL_free(frag->fragment); + if (frag->reassembly) + OPENSSL_free(frag->reassembly); + OPENSSL_free(frag); +} + +static int dtls1_query_mtu(SSL *s) +{ + if (s->d1->link_mtu) { + s->d1->mtu = + s->d1->link_mtu - BIO_dgram_get_mtu_overhead(SSL_get_wbio(s)); + s->d1->link_mtu = 0; + } + + /* AHA! Figure out the MTU, and stick to the right size */ + if (s->d1->mtu < dtls1_min_mtu(s)) { + if (!(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)) { + s->d1->mtu = + BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_QUERY_MTU, 0, NULL); + + /* + * I've seen the kernel return bogus numbers when it doesn't know + * (initial write), so just make sure we have a reasonable number + */ + if (s->d1->mtu < dtls1_min_mtu(s)) { + /* Set to min mtu */ + s->d1->mtu = dtls1_min_mtu(s); + BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SET_MTU, + s->d1->mtu, NULL); + } + } else + return 0; + } + return 1; +} + +/* + * send s->init_buf in records of type 'type' (SSL3_RT_HANDSHAKE or + * SSL3_RT_CHANGE_CIPHER_SPEC) + */ int dtls1_do_write(SSL *s, int type) - { - int ret; - int curr_mtu; - unsigned int len, frag_off, mac_size, blocksize; - - /* AHA! Figure out the MTU, and stick to the right size */ - if (s->d1->mtu < dtls1_min_mtu() && !(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)) - { - s->d1->mtu = - BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_QUERY_MTU, 0, NULL); - - /* I've seen the kernel return bogus numbers when it doesn't know - * (initial write), so just make sure we have a reasonable number */ - if (s->d1->mtu < dtls1_min_mtu()) - { - s->d1->mtu = 0; - s->d1->mtu = dtls1_guess_mtu(s->d1->mtu); - BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SET_MTU, - s->d1->mtu, NULL); - } - } -#if 0 - mtu = s->d1->mtu; - - fprintf(stderr, "using MTU = %d\n", mtu); - - mtu -= (DTLS1_HM_HEADER_LENGTH + DTLS1_RT_HEADER_LENGTH); - - curr_mtu = mtu - BIO_wpending(SSL_get_wbio(s)); - - if ( curr_mtu > 0) - mtu = curr_mtu; - else if ( ( ret = BIO_flush(SSL_get_wbio(s))) <= 0) - return ret; - - if ( BIO_wpending(SSL_get_wbio(s)) + s->init_num >= mtu) - { - ret = BIO_flush(SSL_get_wbio(s)); - if ( ret <= 0) - return ret; - mtu = s->d1->mtu - (DTLS1_HM_HEADER_LENGTH + DTLS1_RT_HEADER_LENGTH); - } -#endif - - OPENSSL_assert(s->d1->mtu >= dtls1_min_mtu()); /* should have something reasonable now */ - - if ( s->init_off == 0 && type == SSL3_RT_HANDSHAKE) - OPENSSL_assert(s->init_num == - (int)s->d1->w_msg_hdr.msg_len + DTLS1_HM_HEADER_LENGTH); - - if (s->write_hash) - mac_size = EVP_MD_CTX_size(s->write_hash); - else - mac_size = 0; - - if (s->enc_write_ctx && - (EVP_CIPHER_mode( s->enc_write_ctx->cipher) & EVP_CIPH_CBC_MODE)) - blocksize = 2 * EVP_CIPHER_block_size(s->enc_write_ctx->cipher); - else - blocksize = 0; - - frag_off = 0; - while( s->init_num) - { - curr_mtu = s->d1->mtu - BIO_wpending(SSL_get_wbio(s)) - - DTLS1_RT_HEADER_LENGTH - mac_size - blocksize; - - if ( curr_mtu <= DTLS1_HM_HEADER_LENGTH) - { - /* grr.. we could get an error if MTU picked was wrong */ - ret = BIO_flush(SSL_get_wbio(s)); - if ( ret <= 0) - return ret; - curr_mtu = s->d1->mtu - DTLS1_RT_HEADER_LENGTH - - mac_size - blocksize; - } - - if ( s->init_num > curr_mtu) - len = curr_mtu; - else - len = s->init_num; - - - /* XDTLS: this function is too long. split out the CCS part */ - if ( type == SSL3_RT_HANDSHAKE) - { - if ( s->init_off != 0) - { - OPENSSL_assert(s->init_off > DTLS1_HM_HEADER_LENGTH); - s->init_off -= DTLS1_HM_HEADER_LENGTH; - s->init_num += DTLS1_HM_HEADER_LENGTH; - - if ( s->init_num > curr_mtu) - len = curr_mtu; - else - len = s->init_num; - } - - dtls1_fix_message_header(s, frag_off, - len - DTLS1_HM_HEADER_LENGTH); - - dtls1_write_message_header(s, (unsigned char *)&s->init_buf->data[s->init_off]); - - OPENSSL_assert(len >= DTLS1_HM_HEADER_LENGTH); - } - - ret=dtls1_write_bytes(s,type,&s->init_buf->data[s->init_off], - len); - if (ret < 0) - { - /* might need to update MTU here, but we don't know - * which previous packet caused the failure -- so can't - * really retransmit anything. continue as if everything - * is fine and wait for an alert to handle the - * retransmit - */ - if ( BIO_ctrl(SSL_get_wbio(s), - BIO_CTRL_DGRAM_MTU_EXCEEDED, 0, NULL) > 0 ) - s->d1->mtu = BIO_ctrl(SSL_get_wbio(s), - BIO_CTRL_DGRAM_QUERY_MTU, 0, NULL); - else - return(-1); - } - else - { - - /* bad if this assert fails, only part of the handshake - * message got sent. but why would this happen? */ - OPENSSL_assert(len == (unsigned int)ret); - - if (type == SSL3_RT_HANDSHAKE && ! s->d1->retransmitting) - { - /* should not be done for 'Hello Request's, but in that case - * we'll ignore the result anyway */ - unsigned char *p = (unsigned char *)&s->init_buf->data[s->init_off]; - const struct hm_header_st *msg_hdr = &s->d1->w_msg_hdr; - int xlen; - - if (frag_off == 0 && s->version != DTLS1_BAD_VER) - { - /* reconstruct message header is if it - * is being sent in single fragment */ - *p++ = msg_hdr->type; - l2n3(msg_hdr->msg_len,p); - s2n (msg_hdr->seq,p); - l2n3(0,p); - l2n3(msg_hdr->msg_len,p); - p -= DTLS1_HM_HEADER_LENGTH; - xlen = ret; - } - else - { - p += DTLS1_HM_HEADER_LENGTH; - xlen = ret - DTLS1_HM_HEADER_LENGTH; - } - - ssl3_finish_mac(s, p, xlen); - } - - if (ret == s->init_num) - { - if (s->msg_callback) - s->msg_callback(1, s->version, type, s->init_buf->data, - (size_t)(s->init_off + s->init_num), s, - s->msg_callback_arg); - - s->init_off = 0; /* done writing this message */ - s->init_num = 0; - - return(1); - } - s->init_off+=ret; - s->init_num-=ret; - frag_off += (ret -= DTLS1_HM_HEADER_LENGTH); - } - } - return(0); - } - - -/* Obtain handshake message of message type 'mt' (any if mt == -1), - * maximum acceptable body length 'max'. - * Read an entire handshake message. Handshake messages arrive in - * fragments. +{ + int ret; + unsigned int curr_mtu; + int retry = 1; + unsigned int len, frag_off, mac_size, blocksize, used_len; + + if (!dtls1_query_mtu(s)) + return -1; + + OPENSSL_assert(s->d1->mtu >= dtls1_min_mtu(s)); /* should have something + * reasonable now */ + + if (s->init_off == 0 && type == SSL3_RT_HANDSHAKE) + OPENSSL_assert(s->init_num == + (int)s->d1->w_msg_hdr.msg_len + + DTLS1_HM_HEADER_LENGTH); + + if (s->write_hash) { + if (s->enc_write_ctx + && EVP_CIPHER_CTX_mode(s->enc_write_ctx) == EVP_CIPH_GCM_MODE) + mac_size = 0; + else + mac_size = EVP_MD_CTX_size(s->write_hash); + } else + mac_size = 0; + + if (s->enc_write_ctx && + (EVP_CIPHER_CTX_mode(s->enc_write_ctx) == EVP_CIPH_CBC_MODE)) + blocksize = 2 * EVP_CIPHER_block_size(s->enc_write_ctx->cipher); + else + blocksize = 0; + + frag_off = 0; + /* s->init_num shouldn't ever be < 0...but just in case */ + while (s->init_num > 0) { + used_len = BIO_wpending(SSL_get_wbio(s)) + DTLS1_RT_HEADER_LENGTH + + mac_size + blocksize; + if (s->d1->mtu > used_len) + curr_mtu = s->d1->mtu - used_len; + else + curr_mtu = 0; + + if (curr_mtu <= DTLS1_HM_HEADER_LENGTH) { + /* + * grr.. we could get an error if MTU picked was wrong + */ + ret = BIO_flush(SSL_get_wbio(s)); + if (ret <= 0) + return ret; + used_len = DTLS1_RT_HEADER_LENGTH + mac_size + blocksize; + if (s->d1->mtu > used_len + DTLS1_HM_HEADER_LENGTH) { + curr_mtu = s->d1->mtu - used_len; + } else { + /* Shouldn't happen */ + return -1; + } + } + + /* + * We just checked that s->init_num > 0 so this cast should be safe + */ + if (((unsigned int)s->init_num) > curr_mtu) + len = curr_mtu; + else + len = s->init_num; + + /* Shouldn't ever happen */ + if (len > INT_MAX) + len = INT_MAX; + + /* + * XDTLS: this function is too long. split out the CCS part + */ + if (type == SSL3_RT_HANDSHAKE) { + if (s->init_off != 0) { + OPENSSL_assert(s->init_off > DTLS1_HM_HEADER_LENGTH); + s->init_off -= DTLS1_HM_HEADER_LENGTH; + s->init_num += DTLS1_HM_HEADER_LENGTH; + + /* + * We just checked that s->init_num > 0 so this cast should + * be safe + */ + if (((unsigned int)s->init_num) > curr_mtu) + len = curr_mtu; + else + len = s->init_num; + } + + /* Shouldn't ever happen */ + if (len > INT_MAX) + len = INT_MAX; + + if (len < DTLS1_HM_HEADER_LENGTH) { + /* + * len is so small that we really can't do anything sensible + * so fail + */ + return -1; + } + dtls1_fix_message_header(s, frag_off, + len - DTLS1_HM_HEADER_LENGTH); + + dtls1_write_message_header(s, + (unsigned char *)&s->init_buf-> + data[s->init_off]); + } + + ret = dtls1_write_bytes(s, type, &s->init_buf->data[s->init_off], + len); + if (ret < 0) { + /* + * might need to update MTU here, but we don't know which + * previous packet caused the failure -- so can't really + * retransmit anything. continue as if everything is fine and + * wait for an alert to handle the retransmit + */ + if (retry && BIO_ctrl(SSL_get_wbio(s), + BIO_CTRL_DGRAM_MTU_EXCEEDED, 0, NULL) > 0) { + if (!(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)) { + if (!dtls1_query_mtu(s)) + return -1; + /* Have one more go */ + retry = 0; + } else + return -1; + } else { + return (-1); + } + } else { + + /* + * bad if this assert fails, only part of the handshake message + * got sent. but why would this happen? + */ + OPENSSL_assert(len == (unsigned int)ret); + + if (type == SSL3_RT_HANDSHAKE && !s->d1->retransmitting) { + /* + * should not be done for 'Hello Request's, but in that case + * we'll ignore the result anyway + */ + unsigned char *p = + (unsigned char *)&s->init_buf->data[s->init_off]; + const struct hm_header_st *msg_hdr = &s->d1->w_msg_hdr; + int xlen; + + if (frag_off == 0 && s->version != DTLS1_BAD_VER) { + /* + * reconstruct message header is if it is being sent in + * single fragment + */ + *p++ = msg_hdr->type; + l2n3(msg_hdr->msg_len, p); + s2n(msg_hdr->seq, p); + l2n3(0, p); + l2n3(msg_hdr->msg_len, p); + p -= DTLS1_HM_HEADER_LENGTH; + xlen = ret; + } else { + p += DTLS1_HM_HEADER_LENGTH; + xlen = ret - DTLS1_HM_HEADER_LENGTH; + } + + ssl3_finish_mac(s, p, xlen); + } + + if (ret == s->init_num) { + if (s->msg_callback) + s->msg_callback(1, s->version, type, s->init_buf->data, + (size_t)(s->init_off + s->init_num), s, + s->msg_callback_arg); + + s->init_off = 0; /* done writing this message */ + s->init_num = 0; + + return (1); + } + s->init_off += ret; + s->init_num -= ret; + frag_off += (ret -= DTLS1_HM_HEADER_LENGTH); + } + } + return (0); +} + +/* + * Obtain handshake message of message type 'mt' (any if mt == -1), maximum + * acceptable body length 'max'. Read an entire handshake message. Handshake + * messages arrive in fragments. */ long dtls1_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok) - { - int i, al; - struct hm_header_st *msg_hdr; - unsigned char *p; - unsigned long msg_len; - - /* s3->tmp is used to store messages that are unexpected, caused - * by the absence of an optional handshake message */ - if (s->s3->tmp.reuse_message) - { - s->s3->tmp.reuse_message=0; - if ((mt >= 0) && (s->s3->tmp.message_type != mt)) - { - al=SSL_AD_UNEXPECTED_MESSAGE; - SSLerr(SSL_F_DTLS1_GET_MESSAGE,SSL_R_UNEXPECTED_MESSAGE); - goto f_err; - } - *ok=1; - s->init_msg = s->init_buf->data + DTLS1_HM_HEADER_LENGTH; - s->init_num = (int)s->s3->tmp.message_size; - return s->init_num; - } - - msg_hdr = &s->d1->r_msg_hdr; - memset(msg_hdr, 0x00, sizeof(struct hm_header_st)); - -again: - i = dtls1_get_message_fragment(s, st1, stn, max, ok); - if ( i == DTLS1_HM_BAD_FRAGMENT || - i == DTLS1_HM_FRAGMENT_RETRY) /* bad fragment received */ - goto again; - else if ( i <= 0 && !*ok) - return i; - - p = (unsigned char *)s->init_buf->data; - msg_len = msg_hdr->msg_len; - - /* reconstruct message header */ - *(p++) = msg_hdr->type; - l2n3(msg_len,p); - s2n (msg_hdr->seq,p); - l2n3(0,p); - l2n3(msg_len,p); - if (s->version != DTLS1_BAD_VER) { - p -= DTLS1_HM_HEADER_LENGTH; - msg_len += DTLS1_HM_HEADER_LENGTH; - } - - ssl3_finish_mac(s, p, msg_len); - if (s->msg_callback) - s->msg_callback(0, s->version, SSL3_RT_HANDSHAKE, - p, msg_len, - s, s->msg_callback_arg); - - memset(msg_hdr, 0x00, sizeof(struct hm_header_st)); - - /* Don't change sequence numbers while listening */ - if (!s->d1->listen) - s->d1->handshake_read_seq++; - - s->init_msg = s->init_buf->data + DTLS1_HM_HEADER_LENGTH; - return s->init_num; - -f_err: - ssl3_send_alert(s,SSL3_AL_FATAL,al); - *ok = 0; - return -1; - } - - -static int dtls1_preprocess_fragment(SSL *s,struct hm_header_st *msg_hdr,int max) - { - size_t frag_off,frag_len,msg_len; - - msg_len = msg_hdr->msg_len; - frag_off = msg_hdr->frag_off; - frag_len = msg_hdr->frag_len; - - /* sanity checking */ - if ( (frag_off+frag_len) > msg_len) - { - SSLerr(SSL_F_DTLS1_PREPROCESS_FRAGMENT,SSL_R_EXCESSIVE_MESSAGE_SIZE); - return SSL_AD_ILLEGAL_PARAMETER; - } - - if ( (frag_off+frag_len) > (unsigned long)max) - { - SSLerr(SSL_F_DTLS1_PREPROCESS_FRAGMENT,SSL_R_EXCESSIVE_MESSAGE_SIZE); - return SSL_AD_ILLEGAL_PARAMETER; - } - - if ( s->d1->r_msg_hdr.frag_off == 0) /* first fragment */ - { - /* msg_len is limited to 2^24, but is effectively checked - * against max above */ - if (!BUF_MEM_grow_clean(s->init_buf,msg_len+DTLS1_HM_HEADER_LENGTH)) - { - SSLerr(SSL_F_DTLS1_PREPROCESS_FRAGMENT,ERR_R_BUF_LIB); - return SSL_AD_INTERNAL_ERROR; - } - - s->s3->tmp.message_size = msg_len; - s->d1->r_msg_hdr.msg_len = msg_len; - s->s3->tmp.message_type = msg_hdr->type; - s->d1->r_msg_hdr.type = msg_hdr->type; - s->d1->r_msg_hdr.seq = msg_hdr->seq; - } - else if (msg_len != s->d1->r_msg_hdr.msg_len) - { - /* They must be playing with us! BTW, failure to enforce - * upper limit would open possibility for buffer overrun. */ - SSLerr(SSL_F_DTLS1_PREPROCESS_FRAGMENT,SSL_R_EXCESSIVE_MESSAGE_SIZE); - return SSL_AD_ILLEGAL_PARAMETER; - } - - return 0; /* no error */ - } - - -static int -dtls1_retrieve_buffered_fragment(SSL *s, long max, int *ok) - { - /* (0) check whether the desired fragment is available - * if so: - * (1) copy over the fragment to s->init_buf->data[] - * (2) update s->init_num - */ - pitem *item; - hm_fragment *frag; - int al; - - *ok = 0; - item = pqueue_peek(s->d1->buffered_messages); - if ( item == NULL) - return 0; - - frag = (hm_fragment *)item->data; - - /* Don't return if reassembly still in progress */ - if (frag->reassembly != NULL) - return 0; - - if ( s->d1->handshake_read_seq == frag->msg_header.seq) - { - unsigned long frag_len = frag->msg_header.frag_len; - pqueue_pop(s->d1->buffered_messages); - - al=dtls1_preprocess_fragment(s,&frag->msg_header,max); - - if (al==0) /* no alert */ - { - unsigned char *p = (unsigned char *)s->init_buf->data+DTLS1_HM_HEADER_LENGTH; - memcpy(&p[frag->msg_header.frag_off], - frag->fragment,frag->msg_header.frag_len); - } - - dtls1_hm_fragment_free(frag); - pitem_free(item); - - if (al==0) - { - *ok = 1; - return frag_len; - } - - ssl3_send_alert(s,SSL3_AL_FATAL,al); - s->init_num = 0; - *ok = 0; - return -1; - } - else - return 0; - } - -/* dtls1_max_handshake_message_len returns the maximum number of bytes - * permitted in a DTLS handshake message for |s|. The minimum is 16KB, but may - * be greater if the maximum certificate list size requires it. */ +{ + int i, al; + struct hm_header_st *msg_hdr; + unsigned char *p; + unsigned long msg_len; + + /* + * s3->tmp is used to store messages that are unexpected, caused by the + * absence of an optional handshake message + */ + if (s->s3->tmp.reuse_message) { + s->s3->tmp.reuse_message = 0; + if ((mt >= 0) && (s->s3->tmp.message_type != mt)) { + al = SSL_AD_UNEXPECTED_MESSAGE; + SSLerr(SSL_F_DTLS1_GET_MESSAGE, SSL_R_UNEXPECTED_MESSAGE); + goto f_err; + } + *ok = 1; + s->init_msg = s->init_buf->data + DTLS1_HM_HEADER_LENGTH; + s->init_num = (int)s->s3->tmp.message_size; + return s->init_num; + } + + msg_hdr = &s->d1->r_msg_hdr; + memset(msg_hdr, 0x00, sizeof(struct hm_header_st)); + + again: + i = dtls1_get_message_fragment(s, st1, stn, max, ok); + if (i == DTLS1_HM_BAD_FRAGMENT || i == DTLS1_HM_FRAGMENT_RETRY) { + /* bad fragment received */ + goto again; + } else if (i <= 0 && !*ok) { + return i; + } + + p = (unsigned char *)s->init_buf->data; + msg_len = msg_hdr->msg_len; + + /* reconstruct message header */ + *(p++) = msg_hdr->type; + l2n3(msg_len, p); + s2n(msg_hdr->seq, p); + l2n3(0, p); + l2n3(msg_len, p); + if (s->version != DTLS1_BAD_VER) { + p -= DTLS1_HM_HEADER_LENGTH; + msg_len += DTLS1_HM_HEADER_LENGTH; + } + + ssl3_finish_mac(s, p, msg_len); + if (s->msg_callback) + s->msg_callback(0, s->version, SSL3_RT_HANDSHAKE, + p, msg_len, s, s->msg_callback_arg); + + memset(msg_hdr, 0x00, sizeof(struct hm_header_st)); + + /* Don't change sequence numbers while listening */ + if (!s->d1->listen) + s->d1->handshake_read_seq++; + + s->init_msg = s->init_buf->data + DTLS1_HM_HEADER_LENGTH; + return s->init_num; + + f_err: + ssl3_send_alert(s, SSL3_AL_FATAL, al); + *ok = 0; + return -1; +} + +static int dtls1_preprocess_fragment(SSL *s, struct hm_header_st *msg_hdr, + int max) +{ + size_t frag_off, frag_len, msg_len; + + msg_len = msg_hdr->msg_len; + frag_off = msg_hdr->frag_off; + frag_len = msg_hdr->frag_len; + + /* sanity checking */ + if ((frag_off + frag_len) > msg_len) { + SSLerr(SSL_F_DTLS1_PREPROCESS_FRAGMENT, SSL_R_EXCESSIVE_MESSAGE_SIZE); + return SSL_AD_ILLEGAL_PARAMETER; + } + + if ((frag_off + frag_len) > (unsigned long)max) { + SSLerr(SSL_F_DTLS1_PREPROCESS_FRAGMENT, SSL_R_EXCESSIVE_MESSAGE_SIZE); + return SSL_AD_ILLEGAL_PARAMETER; + } + + if (s->d1->r_msg_hdr.frag_off == 0) { /* first fragment */ + /* + * msg_len is limited to 2^24, but is effectively checked against max + * above + */ + if (!BUF_MEM_grow_clean + (s->init_buf, msg_len + DTLS1_HM_HEADER_LENGTH)) { + SSLerr(SSL_F_DTLS1_PREPROCESS_FRAGMENT, ERR_R_BUF_LIB); + return SSL_AD_INTERNAL_ERROR; + } + + s->s3->tmp.message_size = msg_len; + s->d1->r_msg_hdr.msg_len = msg_len; + s->s3->tmp.message_type = msg_hdr->type; + s->d1->r_msg_hdr.type = msg_hdr->type; + s->d1->r_msg_hdr.seq = msg_hdr->seq; + } else if (msg_len != s->d1->r_msg_hdr.msg_len) { + /* + * They must be playing with us! BTW, failure to enforce upper limit + * would open possibility for buffer overrun. + */ + SSLerr(SSL_F_DTLS1_PREPROCESS_FRAGMENT, SSL_R_EXCESSIVE_MESSAGE_SIZE); + return SSL_AD_ILLEGAL_PARAMETER; + } + + return 0; /* no error */ +} + +static int dtls1_retrieve_buffered_fragment(SSL *s, long max, int *ok) +{ + /*- + * (0) check whether the desired fragment is available + * if so: + * (1) copy over the fragment to s->init_buf->data[] + * (2) update s->init_num + */ + pitem *item; + hm_fragment *frag; + int al; + + *ok = 0; + item = pqueue_peek(s->d1->buffered_messages); + if (item == NULL) + return 0; + + frag = (hm_fragment *)item->data; + + /* Don't return if reassembly still in progress */ + if (frag->reassembly != NULL) + return 0; + + if (s->d1->handshake_read_seq == frag->msg_header.seq) { + unsigned long frag_len = frag->msg_header.frag_len; + pqueue_pop(s->d1->buffered_messages); + + al = dtls1_preprocess_fragment(s, &frag->msg_header, max); + + if (al == 0) { /* no alert */ + unsigned char *p = + (unsigned char *)s->init_buf->data + DTLS1_HM_HEADER_LENGTH; + memcpy(&p[frag->msg_header.frag_off], frag->fragment, + frag->msg_header.frag_len); + } + + dtls1_hm_fragment_free(frag); + pitem_free(item); + + if (al == 0) { + *ok = 1; + return frag_len; + } + + ssl3_send_alert(s, SSL3_AL_FATAL, al); + s->init_num = 0; + *ok = 0; + return -1; + } else + return 0; +} + +/* + * dtls1_max_handshake_message_len returns the maximum number of bytes + * permitted in a DTLS handshake message for |s|. The minimum is 16KB, but + * may be greater if the maximum certificate list size requires it. + */ static unsigned long dtls1_max_handshake_message_len(const SSL *s) - { - unsigned long max_len = DTLS1_HM_HEADER_LENGTH + SSL3_RT_MAX_ENCRYPTED_LENGTH; - if (max_len < (unsigned long)s->max_cert_list) - return s->max_cert_list; - return max_len; - } +{ + unsigned long max_len = + DTLS1_HM_HEADER_LENGTH + SSL3_RT_MAX_ENCRYPTED_LENGTH; + if (max_len < (unsigned long)s->max_cert_list) + return s->max_cert_list; + return max_len; +} static int -dtls1_reassemble_fragment(SSL *s, const struct hm_header_st* msg_hdr, int *ok) - { - hm_fragment *frag = NULL; - pitem *item = NULL; - int i = -1, is_complete; - unsigned char seq64be[8]; - unsigned long frag_len = msg_hdr->frag_len; - - if ((msg_hdr->frag_off+frag_len) > msg_hdr->msg_len || - msg_hdr->msg_len > dtls1_max_handshake_message_len(s)) - goto err; - - if (frag_len == 0) - return DTLS1_HM_FRAGMENT_RETRY; - - /* Try to find item in queue */ - memset(seq64be,0,sizeof(seq64be)); - seq64be[6] = (unsigned char) (msg_hdr->seq>>8); - seq64be[7] = (unsigned char) msg_hdr->seq; - item = pqueue_find(s->d1->buffered_messages, seq64be); - - if (item == NULL) - { - frag = dtls1_hm_fragment_new(msg_hdr->msg_len, 1); - if ( frag == NULL) - goto err; - memcpy(&(frag->msg_header), msg_hdr, sizeof(*msg_hdr)); - frag->msg_header.frag_len = frag->msg_header.msg_len; - frag->msg_header.frag_off = 0; - } - else - { - frag = (hm_fragment*) item->data; - if (frag->msg_header.msg_len != msg_hdr->msg_len) - { - item = NULL; - frag = NULL; - goto err; - } - } - - - /* If message is already reassembled, this must be a - * retransmit and can be dropped. In this case item != NULL and so frag - * does not need to be freed. - */ - if (frag->reassembly == NULL) - { - unsigned char devnull [256]; - - while (frag_len) - { - i = s->method->ssl_read_bytes(s,SSL3_RT_HANDSHAKE, - devnull, - frag_len>sizeof(devnull)?sizeof(devnull):frag_len,0); - if (i<=0) goto err; - frag_len -= i; - } - return DTLS1_HM_FRAGMENT_RETRY; - } - - /* read the body of the fragment (header has already been read */ - i = s->method->ssl_read_bytes(s,SSL3_RT_HANDSHAKE, - frag->fragment + msg_hdr->frag_off,frag_len,0); - if ((unsigned long)i!=frag_len) - i=-1; - if (i<=0) - goto err; - - RSMBLY_BITMASK_MARK(frag->reassembly, (long)msg_hdr->frag_off, - (long)(msg_hdr->frag_off + frag_len)); - - RSMBLY_BITMASK_IS_COMPLETE(frag->reassembly, (long)msg_hdr->msg_len, - is_complete); - - if (is_complete) - { - OPENSSL_free(frag->reassembly); - frag->reassembly = NULL; - } - - if (item == NULL) - { - item = pitem_new(seq64be, frag); - if (item == NULL) - { - i = -1; - goto err; - } - - item = pqueue_insert(s->d1->buffered_messages, item); - /* pqueue_insert fails iff a duplicate item is inserted. - * However, |item| cannot be a duplicate. If it were, - * |pqueue_find|, above, would have returned it and control - * would never have reached this branch. */ - OPENSSL_assert(item != NULL); - } - - return DTLS1_HM_FRAGMENT_RETRY; - -err: - if (frag != NULL && item == NULL) dtls1_hm_fragment_free(frag); - *ok = 0; - return i; - } - +dtls1_reassemble_fragment(SSL *s, const struct hm_header_st *msg_hdr, int *ok) +{ + hm_fragment *frag = NULL; + pitem *item = NULL; + int i = -1, is_complete; + unsigned char seq64be[8]; + unsigned long frag_len = msg_hdr->frag_len; + + if ((msg_hdr->frag_off + frag_len) > msg_hdr->msg_len || + msg_hdr->msg_len > dtls1_max_handshake_message_len(s)) + goto err; + + if (frag_len == 0) + return DTLS1_HM_FRAGMENT_RETRY; + + /* Try to find item in queue */ + memset(seq64be, 0, sizeof(seq64be)); + seq64be[6] = (unsigned char)(msg_hdr->seq >> 8); + seq64be[7] = (unsigned char)msg_hdr->seq; + item = pqueue_find(s->d1->buffered_messages, seq64be); + + if (item == NULL) { + frag = dtls1_hm_fragment_new(msg_hdr->msg_len, 1); + if (frag == NULL) + goto err; + memcpy(&(frag->msg_header), msg_hdr, sizeof(*msg_hdr)); + frag->msg_header.frag_len = frag->msg_header.msg_len; + frag->msg_header.frag_off = 0; + } else { + frag = (hm_fragment *)item->data; + if (frag->msg_header.msg_len != msg_hdr->msg_len) { + item = NULL; + frag = NULL; + goto err; + } + } + + /* + * If message is already reassembled, this must be a retransmit and can + * be dropped. In this case item != NULL and so frag does not need to be + * freed. + */ + if (frag->reassembly == NULL) { + unsigned char devnull[256]; + + while (frag_len) { + i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, + devnull, + frag_len > + sizeof(devnull) ? sizeof(devnull) : + frag_len, 0); + if (i <= 0) + goto err; + frag_len -= i; + } + return DTLS1_HM_FRAGMENT_RETRY; + } + + /* read the body of the fragment (header has already been read */ + i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, + frag->fragment + msg_hdr->frag_off, + frag_len, 0); + if ((unsigned long)i != frag_len) + i = -1; + if (i <= 0) + goto err; + + RSMBLY_BITMASK_MARK(frag->reassembly, (long)msg_hdr->frag_off, + (long)(msg_hdr->frag_off + frag_len)); + + RSMBLY_BITMASK_IS_COMPLETE(frag->reassembly, (long)msg_hdr->msg_len, + is_complete); + + if (is_complete) { + OPENSSL_free(frag->reassembly); + frag->reassembly = NULL; + } + + if (item == NULL) { + item = pitem_new(seq64be, frag); + if (item == NULL) { + i = -1; + goto err; + } + + item = pqueue_insert(s->d1->buffered_messages, item); + /* + * pqueue_insert fails iff a duplicate item is inserted. However, + * |item| cannot be a duplicate. If it were, |pqueue_find|, above, + * would have returned it and control would never have reached this + * branch. + */ + OPENSSL_assert(item != NULL); + } + + return DTLS1_HM_FRAGMENT_RETRY; + + err: + if (frag != NULL && item == NULL) + dtls1_hm_fragment_free(frag); + *ok = 0; + return i; +} static int -dtls1_process_out_of_seq_message(SSL *s, const struct hm_header_st* msg_hdr, int *ok) +dtls1_process_out_of_seq_message(SSL *s, const struct hm_header_st *msg_hdr, + int *ok) { - int i=-1; - hm_fragment *frag = NULL; - pitem *item = NULL; - unsigned char seq64be[8]; - unsigned long frag_len = msg_hdr->frag_len; - - if ((msg_hdr->frag_off+frag_len) > msg_hdr->msg_len) - goto err; - - /* Try to find item in queue, to prevent duplicate entries */ - memset(seq64be,0,sizeof(seq64be)); - seq64be[6] = (unsigned char) (msg_hdr->seq>>8); - seq64be[7] = (unsigned char) msg_hdr->seq; - item = pqueue_find(s->d1->buffered_messages, seq64be); - - /* If we already have an entry and this one is a fragment, - * don't discard it and rather try to reassemble it. - */ - if (item != NULL && frag_len != msg_hdr->msg_len) - item = NULL; - - /* Discard the message if sequence number was already there, is - * too far in the future, already in the queue or if we received - * a FINISHED before the SERVER_HELLO, which then must be a stale - * retransmit. - */ - if (msg_hdr->seq <= s->d1->handshake_read_seq || - msg_hdr->seq > s->d1->handshake_read_seq + 10 || item != NULL || - (s->d1->handshake_read_seq == 0 && msg_hdr->type == SSL3_MT_FINISHED)) - { - unsigned char devnull [256]; - - while (frag_len) - { - i = s->method->ssl_read_bytes(s,SSL3_RT_HANDSHAKE, - devnull, - frag_len>sizeof(devnull)?sizeof(devnull):frag_len,0); - if (i<=0) goto err; - frag_len -= i; - } - } - else - { - if (frag_len != msg_hdr->msg_len) - return dtls1_reassemble_fragment(s, msg_hdr, ok); - - if (frag_len > dtls1_max_handshake_message_len(s)) - goto err; - - frag = dtls1_hm_fragment_new(frag_len, 0); - if ( frag == NULL) - goto err; - - memcpy(&(frag->msg_header), msg_hdr, sizeof(*msg_hdr)); - - if (frag_len) - { - /* read the body of the fragment (header has already been read */ - i = s->method->ssl_read_bytes(s,SSL3_RT_HANDSHAKE, - frag->fragment,frag_len,0); - if ((unsigned long)i!=frag_len) - i = -1; - if (i<=0) - goto err; - } - - item = pitem_new(seq64be, frag); - if ( item == NULL) - goto err; - - item = pqueue_insert(s->d1->buffered_messages, item); - /* pqueue_insert fails iff a duplicate item is inserted. - * However, |item| cannot be a duplicate. If it were, - * |pqueue_find|, above, would have returned it. Then, either - * |frag_len| != |msg_hdr->msg_len| in which case |item| is set - * to NULL and it will have been processed with - * |dtls1_reassemble_fragment|, above, or the record will have - * been discarded. */ - OPENSSL_assert(item != NULL); - } - - return DTLS1_HM_FRAGMENT_RETRY; - -err: - if (frag != NULL && item == NULL) dtls1_hm_fragment_free(frag); - *ok = 0; - return i; - } - + int i = -1; + hm_fragment *frag = NULL; + pitem *item = NULL; + unsigned char seq64be[8]; + unsigned long frag_len = msg_hdr->frag_len; + + if ((msg_hdr->frag_off + frag_len) > msg_hdr->msg_len) + goto err; + + /* Try to find item in queue, to prevent duplicate entries */ + memset(seq64be, 0, sizeof(seq64be)); + seq64be[6] = (unsigned char)(msg_hdr->seq >> 8); + seq64be[7] = (unsigned char)msg_hdr->seq; + item = pqueue_find(s->d1->buffered_messages, seq64be); + + /* + * If we already have an entry and this one is a fragment, don't discard + * it and rather try to reassemble it. + */ + if (item != NULL && frag_len != msg_hdr->msg_len) + item = NULL; + + /* + * Discard the message if sequence number was already there, is too far + * in the future, already in the queue or if we received a FINISHED + * before the SERVER_HELLO, which then must be a stale retransmit. + */ + if (msg_hdr->seq <= s->d1->handshake_read_seq || + msg_hdr->seq > s->d1->handshake_read_seq + 10 || item != NULL || + (s->d1->handshake_read_seq == 0 && msg_hdr->type == SSL3_MT_FINISHED)) + { + unsigned char devnull[256]; + + while (frag_len) { + i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, + devnull, + frag_len > + sizeof(devnull) ? sizeof(devnull) : + frag_len, 0); + if (i <= 0) + goto err; + frag_len -= i; + } + } else { + if (frag_len != msg_hdr->msg_len) + return dtls1_reassemble_fragment(s, msg_hdr, ok); + + if (frag_len > dtls1_max_handshake_message_len(s)) + goto err; + + frag = dtls1_hm_fragment_new(frag_len, 0); + if (frag == NULL) + goto err; + + memcpy(&(frag->msg_header), msg_hdr, sizeof(*msg_hdr)); + + if (frag_len) { + /* + * read the body of the fragment (header has already been read + */ + i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, + frag->fragment, frag_len, 0); + if ((unsigned long)i != frag_len) + i = -1; + if (i <= 0) + goto err; + } + + item = pitem_new(seq64be, frag); + if (item == NULL) + goto err; + + item = pqueue_insert(s->d1->buffered_messages, item); + /* + * pqueue_insert fails iff a duplicate item is inserted. However, + * |item| cannot be a duplicate. If it were, |pqueue_find|, above, + * would have returned it. Then, either |frag_len| != + * |msg_hdr->msg_len| in which case |item| is set to NULL and it will + * have been processed with |dtls1_reassemble_fragment|, above, or + * the record will have been discarded. + */ + OPENSSL_assert(item != NULL); + } + + return DTLS1_HM_FRAGMENT_RETRY; + + err: + if (frag != NULL && item == NULL) + dtls1_hm_fragment_free(frag); + *ok = 0; + return i; +} static long dtls1_get_message_fragment(SSL *s, int st1, int stn, long max, int *ok) - { - unsigned char wire[DTLS1_HM_HEADER_LENGTH]; - unsigned long len, frag_off, frag_len; - int i,al; - struct hm_header_st msg_hdr; - - redo: - /* see if we have the required fragment already */ - if ((frag_len = dtls1_retrieve_buffered_fragment(s,max,ok)) || *ok) - { - if (*ok) s->init_num = frag_len; - return frag_len; - } - - /* read handshake message header */ - i=s->method->ssl_read_bytes(s,SSL3_RT_HANDSHAKE,wire, - DTLS1_HM_HEADER_LENGTH, 0); - if (i <= 0) /* nbio, or an error */ - { - s->rwstate=SSL_READING; - *ok = 0; - return i; - } - /* Handshake fails if message header is incomplete */ - if (i != DTLS1_HM_HEADER_LENGTH) - { - al=SSL_AD_UNEXPECTED_MESSAGE; - SSLerr(SSL_F_DTLS1_GET_MESSAGE_FRAGMENT,SSL_R_UNEXPECTED_MESSAGE); - goto f_err; - } - - /* parse the message fragment header */ - dtls1_get_message_header(wire, &msg_hdr); - - /* - * if this is a future (or stale) message it gets buffered - * (or dropped)--no further processing at this time - * While listening, we accept seq 1 (ClientHello with cookie) - * although we're still expecting seq 0 (ClientHello) - */ - if (msg_hdr.seq != s->d1->handshake_read_seq && !(s->d1->listen && msg_hdr.seq == 1)) - return dtls1_process_out_of_seq_message(s, &msg_hdr, ok); - - len = msg_hdr.msg_len; - frag_off = msg_hdr.frag_off; - frag_len = msg_hdr.frag_len; - - if (frag_len && frag_len < len) - return dtls1_reassemble_fragment(s, &msg_hdr, ok); - - if (!s->server && s->d1->r_msg_hdr.frag_off == 0 && - wire[0] == SSL3_MT_HELLO_REQUEST) - { - /* The server may always send 'Hello Request' messages -- - * we are doing a handshake anyway now, so ignore them - * if their format is correct. Does not count for - * 'Finished' MAC. */ - if (wire[1] == 0 && wire[2] == 0 && wire[3] == 0) - { - if (s->msg_callback) - s->msg_callback(0, s->version, SSL3_RT_HANDSHAKE, - wire, DTLS1_HM_HEADER_LENGTH, s, - s->msg_callback_arg); - - s->init_num = 0; - goto redo; - } - else /* Incorrectly formated Hello request */ - { - al=SSL_AD_UNEXPECTED_MESSAGE; - SSLerr(SSL_F_DTLS1_GET_MESSAGE_FRAGMENT,SSL_R_UNEXPECTED_MESSAGE); - goto f_err; - } - } - - if ((al=dtls1_preprocess_fragment(s,&msg_hdr,max))) - goto f_err; - - /* XDTLS: ressurect this when restart is in place */ - s->state=stn; - - if ( frag_len > 0) - { - unsigned char *p=(unsigned char *)s->init_buf->data+DTLS1_HM_HEADER_LENGTH; - - i=s->method->ssl_read_bytes(s,SSL3_RT_HANDSHAKE, - &p[frag_off],frag_len,0); - /* XDTLS: fix this--message fragments cannot span multiple packets */ - if (i <= 0) - { - s->rwstate=SSL_READING; - *ok = 0; - return i; - } - } - else - i = 0; - - /* XDTLS: an incorrectly formatted fragment should cause the - * handshake to fail */ - if (i != (int)frag_len) - { - al=SSL3_AD_ILLEGAL_PARAMETER; - SSLerr(SSL_F_DTLS1_GET_MESSAGE_FRAGMENT,SSL3_AD_ILLEGAL_PARAMETER); - goto f_err; - } - - *ok = 1; - - /* Note that s->init_num is *not* used as current offset in - * s->init_buf->data, but as a counter summing up fragments' - * lengths: as soon as they sum up to handshake packet - * length, we assume we have got all the fragments. */ - s->init_num = frag_len; - return frag_len; - -f_err: - ssl3_send_alert(s,SSL3_AL_FATAL,al); - s->init_num = 0; - - *ok=0; - return(-1); - } - -int dtls1_send_finished(SSL *s, int a, int b, const char *sender, int slen) - { - unsigned char *p,*d; - int i; - unsigned long l; - - if (s->state == a) - { - d=(unsigned char *)s->init_buf->data; - p= &(d[DTLS1_HM_HEADER_LENGTH]); - - i=s->method->ssl3_enc->final_finish_mac(s, - sender,slen,s->s3->tmp.finish_md); - s->s3->tmp.finish_md_len = i; - memcpy(p, s->s3->tmp.finish_md, i); - p+=i; - l=i; - - /* Copy the finished so we can use it for - * renegotiation checks - */ - if(s->type == SSL_ST_CONNECT) - { - OPENSSL_assert(i <= EVP_MAX_MD_SIZE); - memcpy(s->s3->previous_client_finished, - s->s3->tmp.finish_md, i); - s->s3->previous_client_finished_len=i; - } - else - { - OPENSSL_assert(i <= EVP_MAX_MD_SIZE); - memcpy(s->s3->previous_server_finished, - s->s3->tmp.finish_md, i); - s->s3->previous_server_finished_len=i; - } - -#ifdef OPENSSL_SYS_WIN16 - /* MSVC 1.5 does not clear the top bytes of the word unless - * I do this. - */ - l&=0xffff; -#endif +{ + unsigned char wire[DTLS1_HM_HEADER_LENGTH]; + unsigned long len, frag_off, frag_len; + int i, al; + struct hm_header_st msg_hdr; + + redo: + /* see if we have the required fragment already */ + if ((frag_len = dtls1_retrieve_buffered_fragment(s, max, ok)) || *ok) { + if (*ok) + s->init_num = frag_len; + return frag_len; + } + + /* read handshake message header */ + i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, wire, + DTLS1_HM_HEADER_LENGTH, 0); + if (i <= 0) { /* nbio, or an error */ + s->rwstate = SSL_READING; + *ok = 0; + return i; + } + /* Handshake fails if message header is incomplete */ + if (i != DTLS1_HM_HEADER_LENGTH) { + al = SSL_AD_UNEXPECTED_MESSAGE; + SSLerr(SSL_F_DTLS1_GET_MESSAGE_FRAGMENT, SSL_R_UNEXPECTED_MESSAGE); + goto f_err; + } + + /* parse the message fragment header */ + dtls1_get_message_header(wire, &msg_hdr); + + /* + * if this is a future (or stale) message it gets buffered + * (or dropped)--no further processing at this time + * While listening, we accept seq 1 (ClientHello with cookie) + * although we're still expecting seq 0 (ClientHello) + */ + if (msg_hdr.seq != s->d1->handshake_read_seq + && !(s->d1->listen && msg_hdr.seq == 1)) + return dtls1_process_out_of_seq_message(s, &msg_hdr, ok); + + len = msg_hdr.msg_len; + frag_off = msg_hdr.frag_off; + frag_len = msg_hdr.frag_len; + + if (frag_len && frag_len < len) + return dtls1_reassemble_fragment(s, &msg_hdr, ok); + + if (!s->server && s->d1->r_msg_hdr.frag_off == 0 && + wire[0] == SSL3_MT_HELLO_REQUEST) { + /* + * The server may always send 'Hello Request' messages -- we are + * doing a handshake anyway now, so ignore them if their format is + * correct. Does not count for 'Finished' MAC. + */ + if (wire[1] == 0 && wire[2] == 0 && wire[3] == 0) { + if (s->msg_callback) + s->msg_callback(0, s->version, SSL3_RT_HANDSHAKE, + wire, DTLS1_HM_HEADER_LENGTH, s, + s->msg_callback_arg); + + s->init_num = 0; + goto redo; + } else { /* Incorrectly formated Hello request */ + + al = SSL_AD_UNEXPECTED_MESSAGE; + SSLerr(SSL_F_DTLS1_GET_MESSAGE_FRAGMENT, + SSL_R_UNEXPECTED_MESSAGE); + goto f_err; + } + } + + if ((al = dtls1_preprocess_fragment(s, &msg_hdr, max))) + goto f_err; + + /* XDTLS: ressurect this when restart is in place */ + s->state = stn; + + if (frag_len > 0) { + unsigned char *p = + (unsigned char *)s->init_buf->data + DTLS1_HM_HEADER_LENGTH; + + i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, + &p[frag_off], frag_len, 0); + /* + * XDTLS: fix this--message fragments cannot span multiple packets + */ + if (i <= 0) { + s->rwstate = SSL_READING; + *ok = 0; + return i; + } + } else + i = 0; + + /* + * XDTLS: an incorrectly formatted fragment should cause the handshake + * to fail + */ + if (i != (int)frag_len) { + al = SSL3_AD_ILLEGAL_PARAMETER; + SSLerr(SSL_F_DTLS1_GET_MESSAGE_FRAGMENT, SSL3_AD_ILLEGAL_PARAMETER); + goto f_err; + } + + *ok = 1; + + /* + * Note that s->init_num is *not* used as current offset in + * s->init_buf->data, but as a counter summing up fragments' lengths: as + * soon as they sum up to handshake packet length, we assume we have got + * all the fragments. + */ + s->init_num = frag_len; + return frag_len; + + f_err: + ssl3_send_alert(s, SSL3_AL_FATAL, al); + s->init_num = 0; + + *ok = 0; + return (-1); +} + +/*- + * for these 2 messages, we need to + * ssl->enc_read_ctx re-init + * ssl->s3->read_sequence zero + * ssl->s3->read_mac_secret re-init + * ssl->session->read_sym_enc assign + * ssl->session->read_compression assign + * ssl->session->read_hash assign + */ +int dtls1_send_change_cipher_spec(SSL *s, int a, int b) +{ + unsigned char *p; - d = dtls1_set_message_header(s, d, SSL3_MT_FINISHED, l, 0, l); - s->init_num=(int)l+DTLS1_HM_HEADER_LENGTH; - s->init_off=0; + if (s->state == a) { + p = (unsigned char *)s->init_buf->data; + *p++ = SSL3_MT_CCS; + s->d1->handshake_write_seq = s->d1->next_handshake_write_seq; + s->init_num = DTLS1_CCS_HEADER_LENGTH; - /* buffer the message to handle re-xmits */ - dtls1_buffer_message(s, 0); + if (s->version == DTLS1_BAD_VER) { + s->d1->next_handshake_write_seq++; + s2n(s->d1->handshake_write_seq, p); + s->init_num += 2; + } - s->state=b; - } + s->init_off = 0; - /* SSL3_ST_SEND_xxxxxx_HELLO_B */ - return(dtls1_do_write(s,SSL3_RT_HANDSHAKE)); - } + dtls1_set_message_header_int(s, SSL3_MT_CCS, 0, + s->d1->handshake_write_seq, 0, 0); -/* for these 2 messages, we need to - * ssl->enc_read_ctx re-init - * ssl->s3->read_sequence zero - * ssl->s3->read_mac_secret re-init - * ssl->session->read_sym_enc assign - * ssl->session->read_compression assign - * ssl->session->read_hash assign - */ -int dtls1_send_change_cipher_spec(SSL *s, int a, int b) - { - unsigned char *p; - - if (s->state == a) - { - p=(unsigned char *)s->init_buf->data; - *p++=SSL3_MT_CCS; - s->d1->handshake_write_seq = s->d1->next_handshake_write_seq; - s->init_num=DTLS1_CCS_HEADER_LENGTH; - - if (s->version == DTLS1_BAD_VER) { - s->d1->next_handshake_write_seq++; - s2n(s->d1->handshake_write_seq,p); - s->init_num+=2; - } - - s->init_off=0; - - dtls1_set_message_header_int(s, SSL3_MT_CCS, 0, - s->d1->handshake_write_seq, 0, 0); - - /* buffer the message to handle re-xmits */ - dtls1_buffer_message(s, 1); - - s->state=b; - } - - /* SSL3_ST_CW_CHANGE_B */ - return(dtls1_do_write(s,SSL3_RT_CHANGE_CIPHER_SPEC)); - } - -static int dtls1_add_cert_to_buf(BUF_MEM *buf, unsigned long *l, X509 *x) - { - int n; - unsigned char *p; - - n=i2d_X509(x,NULL); - if (!BUF_MEM_grow_clean(buf,(int)(n+(*l)+3))) - { - SSLerr(SSL_F_DTLS1_ADD_CERT_TO_BUF,ERR_R_BUF_LIB); - return 0; - } - p=(unsigned char *)&(buf->data[*l]); - l2n3(n,p); - i2d_X509(x,&p); - *l+=n+3; - - return 1; - } -unsigned long dtls1_output_cert_chain(SSL *s, X509 *x) - { - unsigned char *p; - int i; - unsigned long l= 3 + DTLS1_HM_HEADER_LENGTH; - BUF_MEM *buf; - - /* TLSv1 sends a chain with nothing in it, instead of an alert */ - buf=s->init_buf; - if (!BUF_MEM_grow_clean(buf,10)) - { - SSLerr(SSL_F_DTLS1_OUTPUT_CERT_CHAIN,ERR_R_BUF_LIB); - return(0); - } - if (x != NULL) - { - X509_STORE_CTX xs_ctx; - - if (!X509_STORE_CTX_init(&xs_ctx,s->ctx->cert_store,x,NULL)) - { - SSLerr(SSL_F_DTLS1_OUTPUT_CERT_CHAIN,ERR_R_X509_LIB); - return(0); - } - - X509_verify_cert(&xs_ctx); - /* Don't leave errors in the queue */ - ERR_clear_error(); - for (i=0; i < sk_X509_num(xs_ctx.chain); i++) - { - x = sk_X509_value(xs_ctx.chain, i); - - if (!dtls1_add_cert_to_buf(buf, &l, x)) - { - X509_STORE_CTX_cleanup(&xs_ctx); - return 0; - } - } - X509_STORE_CTX_cleanup(&xs_ctx); - } - /* Thawte special :-) */ - for (i=0; ictx->extra_certs); i++) - { - x=sk_X509_value(s->ctx->extra_certs,i); - if (!dtls1_add_cert_to_buf(buf, &l, x)) - return 0; - } - - l-= (3 + DTLS1_HM_HEADER_LENGTH); - - p=(unsigned char *)&(buf->data[DTLS1_HM_HEADER_LENGTH]); - l2n3(l,p); - l+=3; - p=(unsigned char *)&(buf->data[0]); - p = dtls1_set_message_header(s, p, SSL3_MT_CERTIFICATE, l, 0, l); - - l+=DTLS1_HM_HEADER_LENGTH; - return(l); - } + /* buffer the message to handle re-xmits */ + dtls1_buffer_message(s, 1); -int dtls1_read_failed(SSL *s, int code) - { - if ( code > 0) - { - fprintf( stderr, "invalid state reached %s:%d", __FILE__, __LINE__); - return 1; - } - - if (!dtls1_is_timer_expired(s)) - { - /* not a timeout, none of our business, - let higher layers handle this. in fact it's probably an error */ - return code; - } + s->state = b; + } + + /* SSL3_ST_CW_CHANGE_B */ + return (dtls1_do_write(s, SSL3_RT_CHANGE_CIPHER_SPEC)); +} +int dtls1_read_failed(SSL *s, int code) +{ + if (code > 0) { + fprintf(stderr, "invalid state reached %s:%d", __FILE__, __LINE__); + return 1; + } + + if (!dtls1_is_timer_expired(s)) { + /* + * not a timeout, none of our business, let higher layers handle + * this. in fact it's probably an error + */ + return code; + } #ifndef OPENSSL_NO_HEARTBEATS - if (!SSL_in_init(s) && !s->tlsext_hb_pending) /* done, no need to send a retransmit */ + /* done, no need to send a retransmit */ + if (!SSL_in_init(s) && !s->tlsext_hb_pending) #else - if (!SSL_in_init(s)) /* done, no need to send a retransmit */ + /* done, no need to send a retransmit */ + if (!SSL_in_init(s)) #endif - { - BIO_set_flags(SSL_get_rbio(s), BIO_FLAGS_READ); - return code; - } - -#if 0 /* for now, each alert contains only one record number */ - item = pqueue_peek(state->rcvd_records); - if ( item ) - { - /* send an alert immediately for all the missing records */ - } - else + { + BIO_set_flags(SSL_get_rbio(s), BIO_FLAGS_READ); + return code; + } +#if 0 /* for now, each alert contains only one + * record number */ + item = pqueue_peek(state->rcvd_records); + if (item) { + /* send an alert immediately for all the missing records */ + } else #endif -#if 0 /* no more alert sending, just retransmit the last set of messages */ - if ( state->timeout.read_timeouts >= DTLS1_TMO_READ_COUNT) - ssl3_send_alert(s,SSL3_AL_WARNING, - DTLS1_AD_MISSING_HANDSHAKE_MESSAGE); +#if 0 /* no more alert sending, just retransmit the + * last set of messages */ + if (state->timeout.read_timeouts >= DTLS1_TMO_READ_COUNT) + ssl3_send_alert(s, SSL3_AL_WARNING, + DTLS1_AD_MISSING_HANDSHAKE_MESSAGE); #endif - return dtls1_handle_timeout(s); - } - -int -dtls1_get_queue_priority(unsigned short seq, int is_ccs) - { - /* The index of the retransmission queue actually is the message sequence number, - * since the queue only contains messages of a single handshake. However, the - * ChangeCipherSpec has no message sequence number and so using only the sequence - * will result in the CCS and Finished having the same index. To prevent this, - * the sequence number is multiplied by 2. In case of a CCS 1 is subtracted. - * This does not only differ CSS and Finished, it also maintains the order of the - * index (important for priority queues) and fits in the unsigned short variable. - */ - return seq * 2 - is_ccs; - } - -int -dtls1_retransmit_buffered_messages(SSL *s) - { - pqueue sent = s->d1->sent_messages; - piterator iter; - pitem *item; - hm_fragment *frag; - int found = 0; - - iter = pqueue_iterator(sent); - - for ( item = pqueue_next(&iter); item != NULL; item = pqueue_next(&iter)) - { - frag = (hm_fragment *)item->data; - if ( dtls1_retransmit_message(s, - (unsigned short)dtls1_get_queue_priority(frag->msg_header.seq, frag->msg_header.is_ccs), - 0, &found) <= 0 && found) - { - fprintf(stderr, "dtls1_retransmit_message() failed\n"); - return -1; - } - } - - return 1; - } - -int -dtls1_buffer_message(SSL *s, int is_ccs) - { - pitem *item; - hm_fragment *frag; - unsigned char seq64be[8]; - - /* this function is called immediately after a message has - * been serialized */ - OPENSSL_assert(s->init_off == 0); - - frag = dtls1_hm_fragment_new(s->init_num, 0); - if (!frag) - return 0; - - memcpy(frag->fragment, s->init_buf->data, s->init_num); - - if ( is_ccs) - { - OPENSSL_assert(s->d1->w_msg_hdr.msg_len + - ((s->version==DTLS1_VERSION)?DTLS1_CCS_HEADER_LENGTH:3) == (unsigned int)s->init_num); - } - else - { - OPENSSL_assert(s->d1->w_msg_hdr.msg_len + - DTLS1_HM_HEADER_LENGTH == (unsigned int)s->init_num); - } - - frag->msg_header.msg_len = s->d1->w_msg_hdr.msg_len; - frag->msg_header.seq = s->d1->w_msg_hdr.seq; - frag->msg_header.type = s->d1->w_msg_hdr.type; - frag->msg_header.frag_off = 0; - frag->msg_header.frag_len = s->d1->w_msg_hdr.msg_len; - frag->msg_header.is_ccs = is_ccs; - - /* save current state*/ - frag->msg_header.saved_retransmit_state.enc_write_ctx = s->enc_write_ctx; - frag->msg_header.saved_retransmit_state.write_hash = s->write_hash; - frag->msg_header.saved_retransmit_state.compress = s->compress; - frag->msg_header.saved_retransmit_state.session = s->session; - frag->msg_header.saved_retransmit_state.epoch = s->d1->w_epoch; - - memset(seq64be,0,sizeof(seq64be)); - seq64be[6] = (unsigned char)(dtls1_get_queue_priority(frag->msg_header.seq, - frag->msg_header.is_ccs)>>8); - seq64be[7] = (unsigned char)(dtls1_get_queue_priority(frag->msg_header.seq, - frag->msg_header.is_ccs)); - - item = pitem_new(seq64be, frag); - if ( item == NULL) - { - dtls1_hm_fragment_free(frag); - return 0; - } + return dtls1_handle_timeout(s); +} +int dtls1_get_queue_priority(unsigned short seq, int is_ccs) +{ + /* + * The index of the retransmission queue actually is the message sequence + * number, since the queue only contains messages of a single handshake. + * However, the ChangeCipherSpec has no message sequence number and so + * using only the sequence will result in the CCS and Finished having the + * same index. To prevent this, the sequence number is multiplied by 2. + * In case of a CCS 1 is subtracted. This does not only differ CSS and + * Finished, it also maintains the order of the index (important for + * priority queues) and fits in the unsigned short variable. + */ + return seq * 2 - is_ccs; +} + +int dtls1_retransmit_buffered_messages(SSL *s) +{ + pqueue sent = s->d1->sent_messages; + piterator iter; + pitem *item; + hm_fragment *frag; + int found = 0; + + iter = pqueue_iterator(sent); + + for (item = pqueue_next(&iter); item != NULL; item = pqueue_next(&iter)) { + frag = (hm_fragment *)item->data; + if (dtls1_retransmit_message(s, (unsigned short) + dtls1_get_queue_priority + (frag->msg_header.seq, + frag->msg_header.is_ccs), 0, + &found) <= 0 && found) { + fprintf(stderr, "dtls1_retransmit_message() failed\n"); + return -1; + } + } + + return 1; +} + +int dtls1_buffer_message(SSL *s, int is_ccs) +{ + pitem *item; + hm_fragment *frag; + unsigned char seq64be[8]; + + /* + * this function is called immediately after a message has been + * serialized + */ + OPENSSL_assert(s->init_off == 0); + + frag = dtls1_hm_fragment_new(s->init_num, 0); + if (!frag) + return 0; + + memcpy(frag->fragment, s->init_buf->data, s->init_num); + + if (is_ccs) { + OPENSSL_assert(s->d1->w_msg_hdr.msg_len + + DTLS1_CCS_HEADER_LENGTH == (unsigned int)s->init_num); + } else { + OPENSSL_assert(s->d1->w_msg_hdr.msg_len + + DTLS1_HM_HEADER_LENGTH == (unsigned int)s->init_num); + } + + frag->msg_header.msg_len = s->d1->w_msg_hdr.msg_len; + frag->msg_header.seq = s->d1->w_msg_hdr.seq; + frag->msg_header.type = s->d1->w_msg_hdr.type; + frag->msg_header.frag_off = 0; + frag->msg_header.frag_len = s->d1->w_msg_hdr.msg_len; + frag->msg_header.is_ccs = is_ccs; + + /* save current state */ + frag->msg_header.saved_retransmit_state.enc_write_ctx = s->enc_write_ctx; + frag->msg_header.saved_retransmit_state.write_hash = s->write_hash; + frag->msg_header.saved_retransmit_state.compress = s->compress; + frag->msg_header.saved_retransmit_state.session = s->session; + frag->msg_header.saved_retransmit_state.epoch = s->d1->w_epoch; + + memset(seq64be, 0, sizeof(seq64be)); + seq64be[6] = + (unsigned + char)(dtls1_get_queue_priority(frag->msg_header.seq, + frag->msg_header.is_ccs) >> 8); + seq64be[7] = + (unsigned + char)(dtls1_get_queue_priority(frag->msg_header.seq, + frag->msg_header.is_ccs)); + + item = pitem_new(seq64be, frag); + if (item == NULL) { + dtls1_hm_fragment_free(frag); + return 0; + } #if 0 - fprintf( stderr, "buffered messge: \ttype = %xx\n", msg_buf->type); - fprintf( stderr, "\t\t\t\t\tlen = %d\n", msg_buf->len); - fprintf( stderr, "\t\t\t\t\tseq_num = %d\n", msg_buf->seq_num); + fprintf(stderr, "buffered messge: \ttype = %xx\n", msg_buf->type); + fprintf(stderr, "\t\t\t\t\tlen = %d\n", msg_buf->len); + fprintf(stderr, "\t\t\t\t\tseq_num = %d\n", msg_buf->seq_num); #endif - pqueue_insert(s->d1->sent_messages, item); - return 1; - } + pqueue_insert(s->d1->sent_messages, item); + return 1; +} int dtls1_retransmit_message(SSL *s, unsigned short seq, unsigned long frag_off, - int *found) - { - int ret; - /* XDTLS: for now assuming that read/writes are blocking */ - pitem *item; - hm_fragment *frag ; - unsigned long header_length; - unsigned char seq64be[8]; - struct dtls1_retransmit_state saved_state; - unsigned char save_write_sequence[8]; - - /* - OPENSSL_assert(s->init_num == 0); - OPENSSL_assert(s->init_off == 0); - */ - - /* XDTLS: the requested message ought to be found, otherwise error */ - memset(seq64be,0,sizeof(seq64be)); - seq64be[6] = (unsigned char)(seq>>8); - seq64be[7] = (unsigned char)seq; - - item = pqueue_find(s->d1->sent_messages, seq64be); - if ( item == NULL) - { - fprintf(stderr, "retransmit: message %d non-existant\n", seq); - *found = 0; - return 0; - } - - *found = 1; - frag = (hm_fragment *)item->data; - - if ( frag->msg_header.is_ccs) - header_length = DTLS1_CCS_HEADER_LENGTH; - else - header_length = DTLS1_HM_HEADER_LENGTH; - - memcpy(s->init_buf->data, frag->fragment, - frag->msg_header.msg_len + header_length); - s->init_num = frag->msg_header.msg_len + header_length; - - dtls1_set_message_header_int(s, frag->msg_header.type, - frag->msg_header.msg_len, frag->msg_header.seq, 0, - frag->msg_header.frag_len); - - /* save current state */ - saved_state.enc_write_ctx = s->enc_write_ctx; - saved_state.write_hash = s->write_hash; - saved_state.compress = s->compress; - saved_state.session = s->session; - saved_state.epoch = s->d1->w_epoch; - saved_state.epoch = s->d1->w_epoch; - - s->d1->retransmitting = 1; - - /* restore state in which the message was originally sent */ - s->enc_write_ctx = frag->msg_header.saved_retransmit_state.enc_write_ctx; - s->write_hash = frag->msg_header.saved_retransmit_state.write_hash; - s->compress = frag->msg_header.saved_retransmit_state.compress; - s->session = frag->msg_header.saved_retransmit_state.session; - s->d1->w_epoch = frag->msg_header.saved_retransmit_state.epoch; - - if (frag->msg_header.saved_retransmit_state.epoch == saved_state.epoch - 1) - { - memcpy(save_write_sequence, s->s3->write_sequence, sizeof(s->s3->write_sequence)); - memcpy(s->s3->write_sequence, s->d1->last_write_sequence, sizeof(s->s3->write_sequence)); - } - - ret = dtls1_do_write(s, frag->msg_header.is_ccs ? - SSL3_RT_CHANGE_CIPHER_SPEC : SSL3_RT_HANDSHAKE); - - /* restore current state */ - s->enc_write_ctx = saved_state.enc_write_ctx; - s->write_hash = saved_state.write_hash; - s->compress = saved_state.compress; - s->session = saved_state.session; - s->d1->w_epoch = saved_state.epoch; - - if (frag->msg_header.saved_retransmit_state.epoch == saved_state.epoch - 1) - { - memcpy(s->d1->last_write_sequence, s->s3->write_sequence, sizeof(s->s3->write_sequence)); - memcpy(s->s3->write_sequence, save_write_sequence, sizeof(s->s3->write_sequence)); - } - - s->d1->retransmitting = 0; - - (void)BIO_flush(SSL_get_wbio(s)); - return ret; - } + int *found) +{ + int ret; + /* XDTLS: for now assuming that read/writes are blocking */ + pitem *item; + hm_fragment *frag; + unsigned long header_length; + unsigned char seq64be[8]; + struct dtls1_retransmit_state saved_state; + unsigned char save_write_sequence[8]; + + /*- + OPENSSL_assert(s->init_num == 0); + OPENSSL_assert(s->init_off == 0); + */ + + /* XDTLS: the requested message ought to be found, otherwise error */ + memset(seq64be, 0, sizeof(seq64be)); + seq64be[6] = (unsigned char)(seq >> 8); + seq64be[7] = (unsigned char)seq; + + item = pqueue_find(s->d1->sent_messages, seq64be); + if (item == NULL) { + fprintf(stderr, "retransmit: message %d non-existant\n", seq); + *found = 0; + return 0; + } + + *found = 1; + frag = (hm_fragment *)item->data; + + if (frag->msg_header.is_ccs) + header_length = DTLS1_CCS_HEADER_LENGTH; + else + header_length = DTLS1_HM_HEADER_LENGTH; + + memcpy(s->init_buf->data, frag->fragment, + frag->msg_header.msg_len + header_length); + s->init_num = frag->msg_header.msg_len + header_length; + + dtls1_set_message_header_int(s, frag->msg_header.type, + frag->msg_header.msg_len, + frag->msg_header.seq, 0, + frag->msg_header.frag_len); + + /* save current state */ + saved_state.enc_write_ctx = s->enc_write_ctx; + saved_state.write_hash = s->write_hash; + saved_state.compress = s->compress; + saved_state.session = s->session; + saved_state.epoch = s->d1->w_epoch; + saved_state.epoch = s->d1->w_epoch; + + s->d1->retransmitting = 1; + + /* restore state in which the message was originally sent */ + s->enc_write_ctx = frag->msg_header.saved_retransmit_state.enc_write_ctx; + s->write_hash = frag->msg_header.saved_retransmit_state.write_hash; + s->compress = frag->msg_header.saved_retransmit_state.compress; + s->session = frag->msg_header.saved_retransmit_state.session; + s->d1->w_epoch = frag->msg_header.saved_retransmit_state.epoch; + + if (frag->msg_header.saved_retransmit_state.epoch == + saved_state.epoch - 1) { + memcpy(save_write_sequence, s->s3->write_sequence, + sizeof(s->s3->write_sequence)); + memcpy(s->s3->write_sequence, s->d1->last_write_sequence, + sizeof(s->s3->write_sequence)); + } + + ret = dtls1_do_write(s, frag->msg_header.is_ccs ? + SSL3_RT_CHANGE_CIPHER_SPEC : SSL3_RT_HANDSHAKE); + + /* restore current state */ + s->enc_write_ctx = saved_state.enc_write_ctx; + s->write_hash = saved_state.write_hash; + s->compress = saved_state.compress; + s->session = saved_state.session; + s->d1->w_epoch = saved_state.epoch; + + if (frag->msg_header.saved_retransmit_state.epoch == + saved_state.epoch - 1) { + memcpy(s->d1->last_write_sequence, s->s3->write_sequence, + sizeof(s->s3->write_sequence)); + memcpy(s->s3->write_sequence, save_write_sequence, + sizeof(s->s3->write_sequence)); + } + + s->d1->retransmitting = 0; + + (void)BIO_flush(SSL_get_wbio(s)); + return ret; +} /* call this function when the buffered messages are no longer needed */ -void -dtls1_clear_record_buffer(SSL *s) - { - pitem *item; - - for(item = pqueue_pop(s->d1->sent_messages); - item != NULL; item = pqueue_pop(s->d1->sent_messages)) - { - dtls1_hm_fragment_free((hm_fragment *)item->data); - pitem_free(item); - } - } - - -unsigned char * -dtls1_set_message_header(SSL *s, unsigned char *p, unsigned char mt, - unsigned long len, unsigned long frag_off, unsigned long frag_len) - { - /* Don't change sequence numbers while listening */ - if (frag_off == 0 && !s->d1->listen) - { - s->d1->handshake_write_seq = s->d1->next_handshake_write_seq; - s->d1->next_handshake_write_seq++; - } - - dtls1_set_message_header_int(s, mt, len, s->d1->handshake_write_seq, - frag_off, frag_len); +void dtls1_clear_record_buffer(SSL *s) +{ + pitem *item; + + for (item = pqueue_pop(s->d1->sent_messages); + item != NULL; item = pqueue_pop(s->d1->sent_messages)) { + dtls1_hm_fragment_free((hm_fragment *)item->data); + pitem_free(item); + } +} + +unsigned char *dtls1_set_message_header(SSL *s, unsigned char *p, + unsigned char mt, unsigned long len, + unsigned long frag_off, + unsigned long frag_len) +{ + /* Don't change sequence numbers while listening */ + if (frag_off == 0 && !s->d1->listen) { + s->d1->handshake_write_seq = s->d1->next_handshake_write_seq; + s->d1->next_handshake_write_seq++; + } - return p += DTLS1_HM_HEADER_LENGTH; - } + dtls1_set_message_header_int(s, mt, len, s->d1->handshake_write_seq, + frag_off, frag_len); + return p += DTLS1_HM_HEADER_LENGTH; +} /* don't actually do the writing, wait till the MTU has been retrieved */ static void dtls1_set_message_header_int(SSL *s, unsigned char mt, - unsigned long len, unsigned short seq_num, unsigned long frag_off, - unsigned long frag_len) - { - struct hm_header_st *msg_hdr = &s->d1->w_msg_hdr; - - msg_hdr->type = mt; - msg_hdr->msg_len = len; - msg_hdr->seq = seq_num; - msg_hdr->frag_off = frag_off; - msg_hdr->frag_len = frag_len; - } + unsigned long len, unsigned short seq_num, + unsigned long frag_off, unsigned long frag_len) +{ + struct hm_header_st *msg_hdr = &s->d1->w_msg_hdr; + + msg_hdr->type = mt; + msg_hdr->msg_len = len; + msg_hdr->seq = seq_num; + msg_hdr->frag_off = frag_off; + msg_hdr->frag_len = frag_len; +} static void dtls1_fix_message_header(SSL *s, unsigned long frag_off, - unsigned long frag_len) - { - struct hm_header_st *msg_hdr = &s->d1->w_msg_hdr; - - msg_hdr->frag_off = frag_off; - msg_hdr->frag_len = frag_len; - } - -static unsigned char * -dtls1_write_message_header(SSL *s, unsigned char *p) - { - struct hm_header_st *msg_hdr = &s->d1->w_msg_hdr; - - *p++ = msg_hdr->type; - l2n3(msg_hdr->msg_len, p); + unsigned long frag_len) +{ + struct hm_header_st *msg_hdr = &s->d1->w_msg_hdr; - s2n(msg_hdr->seq, p); - l2n3(msg_hdr->frag_off, p); - l2n3(msg_hdr->frag_len, p); + msg_hdr->frag_off = frag_off; + msg_hdr->frag_len = frag_len; +} - return p; - } +static unsigned char *dtls1_write_message_header(SSL *s, unsigned char *p) +{ + struct hm_header_st *msg_hdr = &s->d1->w_msg_hdr; -unsigned int -dtls1_min_mtu(void) - { - return (g_probable_mtu[(sizeof(g_probable_mtu) / - sizeof(g_probable_mtu[0])) - 1]); - } + *p++ = msg_hdr->type; + l2n3(msg_hdr->msg_len, p); -static unsigned int -dtls1_guess_mtu(unsigned int curr_mtu) - { - unsigned int i; + s2n(msg_hdr->seq, p); + l2n3(msg_hdr->frag_off, p); + l2n3(msg_hdr->frag_len, p); - if ( curr_mtu == 0 ) - return g_probable_mtu[0] ; + return p; +} - for ( i = 0; i < sizeof(g_probable_mtu)/sizeof(g_probable_mtu[0]); i++) - if ( curr_mtu > g_probable_mtu[i]) - return g_probable_mtu[i]; +unsigned int dtls1_link_min_mtu(void) +{ + return (g_probable_mtu[(sizeof(g_probable_mtu) / + sizeof(g_probable_mtu[0])) - 1]); +} - return curr_mtu; - } +unsigned int dtls1_min_mtu(SSL *s) +{ + return dtls1_link_min_mtu() - BIO_dgram_get_mtu_overhead(SSL_get_wbio(s)); +} void dtls1_get_message_header(unsigned char *data, struct hm_header_st *msg_hdr) - { - memset(msg_hdr, 0x00, sizeof(struct hm_header_st)); - msg_hdr->type = *(data++); - n2l3(data, msg_hdr->msg_len); +{ + memset(msg_hdr, 0x00, sizeof(struct hm_header_st)); + msg_hdr->type = *(data++); + n2l3(data, msg_hdr->msg_len); - n2s(data, msg_hdr->seq); - n2l3(data, msg_hdr->frag_off); - n2l3(data, msg_hdr->frag_len); - } + n2s(data, msg_hdr->seq); + n2l3(data, msg_hdr->frag_off); + n2l3(data, msg_hdr->frag_len); +} -void -dtls1_get_ccs_header(unsigned char *data, struct ccs_header_st *ccs_hdr) - { - memset(ccs_hdr, 0x00, sizeof(struct ccs_header_st)); +void dtls1_get_ccs_header(unsigned char *data, struct ccs_header_st *ccs_hdr) +{ + memset(ccs_hdr, 0x00, sizeof(struct ccs_header_st)); - ccs_hdr->type = *(data++); - } + ccs_hdr->type = *(data++); +} int dtls1_shutdown(SSL *s) - { - int ret; +{ + int ret; #ifndef OPENSSL_NO_SCTP - if (BIO_dgram_is_sctp(SSL_get_wbio(s)) && - !(s->shutdown & SSL_SENT_SHUTDOWN)) - { - ret = BIO_dgram_sctp_wait_for_dry(SSL_get_wbio(s)); - if (ret < 0) return -1; - - if (ret == 0) - BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN, 1, NULL); - } + if (BIO_dgram_is_sctp(SSL_get_wbio(s)) && + !(s->shutdown & SSL_SENT_SHUTDOWN)) { + ret = BIO_dgram_sctp_wait_for_dry(SSL_get_wbio(s)); + if (ret < 0) + return -1; + + if (ret == 0) + BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN, 1, + NULL); + } #endif - ret = ssl3_shutdown(s); + ret = ssl3_shutdown(s); #ifndef OPENSSL_NO_SCTP - BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN, 0, NULL); + BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN, 0, NULL); #endif - return ret; - } + return ret; +} #ifndef OPENSSL_NO_HEARTBEATS -int -dtls1_process_heartbeat(SSL *s) - { - unsigned char *p = &s->s3->rrec.data[0], *pl; - unsigned short hbtype; - unsigned int payload; - unsigned int padding = 16; /* Use minimum padding */ - - if (s->msg_callback) - s->msg_callback(0, s->version, TLS1_RT_HEARTBEAT, - &s->s3->rrec.data[0], s->s3->rrec.length, - s, s->msg_callback_arg); - - /* Read type and payload length first */ - if (1 + 2 + 16 > s->s3->rrec.length) - return 0; /* silently discard */ - if (s->s3->rrec.length > SSL3_RT_MAX_PLAIN_LENGTH) - return 0; /* silently discard per RFC 6520 sec. 4 */ - - hbtype = *p++; - n2s(p, payload); - if (1 + 2 + payload + 16 > s->s3->rrec.length) - return 0; /* silently discard per RFC 6520 sec. 4 */ - pl = p; - - if (hbtype == TLS1_HB_REQUEST) - { - unsigned char *buffer, *bp; - unsigned int write_length = 1 /* heartbeat type */ + - 2 /* heartbeat length */ + - payload + padding; - int r; - - if (write_length > SSL3_RT_MAX_PLAIN_LENGTH) - return 0; - - /* Allocate memory for the response, size is 1 byte - * message type, plus 2 bytes payload length, plus - * payload, plus padding - */ - buffer = OPENSSL_malloc(write_length); - bp = buffer; - - /* Enter response type, length and copy payload */ - *bp++ = TLS1_HB_RESPONSE; - s2n(payload, bp); - memcpy(bp, pl, payload); - bp += payload; - /* Random padding */ - RAND_pseudo_bytes(bp, padding); - - r = dtls1_write_bytes(s, TLS1_RT_HEARTBEAT, buffer, write_length); - - if (r >= 0 && s->msg_callback) - s->msg_callback(1, s->version, TLS1_RT_HEARTBEAT, - buffer, write_length, - s, s->msg_callback_arg); - - OPENSSL_free(buffer); - - if (r < 0) - return r; - } - else if (hbtype == TLS1_HB_RESPONSE) - { - unsigned int seq; - - /* We only send sequence numbers (2 bytes unsigned int), - * and 16 random bytes, so we just try to read the - * sequence number */ - n2s(pl, seq); - - if (payload == 18 && seq == s->tlsext_hb_seq) - { - dtls1_stop_timer(s); - s->tlsext_hb_seq++; - s->tlsext_hb_pending = 0; - } - } - - return 0; - } - -int -dtls1_heartbeat(SSL *s) - { - unsigned char *buf, *p; - int ret; - unsigned int payload = 18; /* Sequence number + random bytes */ - unsigned int padding = 16; /* Use minimum padding */ - - /* Only send if peer supports and accepts HB requests... */ - if (!(s->tlsext_heartbeat & SSL_TLSEXT_HB_ENABLED) || - s->tlsext_heartbeat & SSL_TLSEXT_HB_DONT_SEND_REQUESTS) - { - SSLerr(SSL_F_DTLS1_HEARTBEAT,SSL_R_TLS_HEARTBEAT_PEER_DOESNT_ACCEPT); - return -1; - } - - /* ...and there is none in flight yet... */ - if (s->tlsext_hb_pending) - { - SSLerr(SSL_F_DTLS1_HEARTBEAT,SSL_R_TLS_HEARTBEAT_PENDING); - return -1; - } - - /* ...and no handshake in progress. */ - if (SSL_in_init(s) || s->in_handshake) - { - SSLerr(SSL_F_DTLS1_HEARTBEAT,SSL_R_UNEXPECTED_MESSAGE); - return -1; - } - - /* Check if padding is too long, payload and padding - * must not exceed 2^14 - 3 = 16381 bytes in total. - */ - OPENSSL_assert(payload + padding <= 16381); - - /* Create HeartBeat message, we just use a sequence number - * as payload to distuingish different messages and add - * some random stuff. - * - Message Type, 1 byte - * - Payload Length, 2 bytes (unsigned int) - * - Payload, the sequence number (2 bytes uint) - * - Payload, random bytes (16 bytes uint) - * - Padding - */ - buf = OPENSSL_malloc(1 + 2 + payload + padding); - p = buf; - /* Message Type */ - *p++ = TLS1_HB_REQUEST; - /* Payload length (18 bytes here) */ - s2n(payload, p); - /* Sequence number */ - s2n(s->tlsext_hb_seq, p); - /* 16 random bytes */ - RAND_pseudo_bytes(p, 16); - p += 16; - /* Random padding */ - RAND_pseudo_bytes(p, padding); - - ret = dtls1_write_bytes(s, TLS1_RT_HEARTBEAT, buf, 3 + payload + padding); - if (ret >= 0) - { - if (s->msg_callback) - s->msg_callback(1, s->version, TLS1_RT_HEARTBEAT, - buf, 3 + payload + padding, - s, s->msg_callback_arg); - - dtls1_start_timer(s); - s->tlsext_hb_pending = 1; - } - - OPENSSL_free(buf); - - return ret; - } +int dtls1_process_heartbeat(SSL *s) +{ + unsigned char *p = &s->s3->rrec.data[0], *pl; + unsigned short hbtype; + unsigned int payload; + unsigned int padding = 16; /* Use minimum padding */ + + if (s->msg_callback) + s->msg_callback(0, s->version, TLS1_RT_HEARTBEAT, + &s->s3->rrec.data[0], s->s3->rrec.length, + s, s->msg_callback_arg); + + /* Read type and payload length first */ + if (1 + 2 + 16 > s->s3->rrec.length) + return 0; /* silently discard */ + if (s->s3->rrec.length > SSL3_RT_MAX_PLAIN_LENGTH) + return 0; /* silently discard per RFC 6520 sec. 4 */ + + hbtype = *p++; + n2s(p, payload); + if (1 + 2 + payload + 16 > s->s3->rrec.length) + return 0; /* silently discard per RFC 6520 sec. 4 */ + pl = p; + + if (hbtype == TLS1_HB_REQUEST) { + unsigned char *buffer, *bp; + unsigned int write_length = 1 /* heartbeat type */ + + 2 /* heartbeat length */ + + payload + padding; + int r; + + if (write_length > SSL3_RT_MAX_PLAIN_LENGTH) + return 0; + + /* + * Allocate memory for the response, size is 1 byte message type, + * plus 2 bytes payload length, plus payload, plus padding + */ + buffer = OPENSSL_malloc(write_length); + bp = buffer; + + /* Enter response type, length and copy payload */ + *bp++ = TLS1_HB_RESPONSE; + s2n(payload, bp); + memcpy(bp, pl, payload); + bp += payload; + /* Random padding */ + RAND_pseudo_bytes(bp, padding); + + r = dtls1_write_bytes(s, TLS1_RT_HEARTBEAT, buffer, write_length); + + if (r >= 0 && s->msg_callback) + s->msg_callback(1, s->version, TLS1_RT_HEARTBEAT, + buffer, write_length, s, s->msg_callback_arg); + + OPENSSL_free(buffer); + + if (r < 0) + return r; + } else if (hbtype == TLS1_HB_RESPONSE) { + unsigned int seq; + + /* + * We only send sequence numbers (2 bytes unsigned int), and 16 + * random bytes, so we just try to read the sequence number + */ + n2s(pl, seq); + + if (payload == 18 && seq == s->tlsext_hb_seq) { + dtls1_stop_timer(s); + s->tlsext_hb_seq++; + s->tlsext_hb_pending = 0; + } + } + + return 0; +} + +int dtls1_heartbeat(SSL *s) +{ + unsigned char *buf, *p; + int ret; + unsigned int payload = 18; /* Sequence number + random bytes */ + unsigned int padding = 16; /* Use minimum padding */ + + /* Only send if peer supports and accepts HB requests... */ + if (!(s->tlsext_heartbeat & SSL_TLSEXT_HB_ENABLED) || + s->tlsext_heartbeat & SSL_TLSEXT_HB_DONT_SEND_REQUESTS) { + SSLerr(SSL_F_DTLS1_HEARTBEAT, SSL_R_TLS_HEARTBEAT_PEER_DOESNT_ACCEPT); + return -1; + } + + /* ...and there is none in flight yet... */ + if (s->tlsext_hb_pending) { + SSLerr(SSL_F_DTLS1_HEARTBEAT, SSL_R_TLS_HEARTBEAT_PENDING); + return -1; + } + + /* ...and no handshake in progress. */ + if (SSL_in_init(s) || s->in_handshake) { + SSLerr(SSL_F_DTLS1_HEARTBEAT, SSL_R_UNEXPECTED_MESSAGE); + return -1; + } + + /* + * Check if padding is too long, payload and padding must not exceed 2^14 + * - 3 = 16381 bytes in total. + */ + OPENSSL_assert(payload + padding <= 16381); + + /*- + * Create HeartBeat message, we just use a sequence number + * as payload to distuingish different messages and add + * some random stuff. + * - Message Type, 1 byte + * - Payload Length, 2 bytes (unsigned int) + * - Payload, the sequence number (2 bytes uint) + * - Payload, random bytes (16 bytes uint) + * - Padding + */ + buf = OPENSSL_malloc(1 + 2 + payload + padding); + p = buf; + /* Message Type */ + *p++ = TLS1_HB_REQUEST; + /* Payload length (18 bytes here) */ + s2n(payload, p); + /* Sequence number */ + s2n(s->tlsext_hb_seq, p); + /* 16 random bytes */ + RAND_pseudo_bytes(p, 16); + p += 16; + /* Random padding */ + RAND_pseudo_bytes(p, padding); + + ret = dtls1_write_bytes(s, TLS1_RT_HEARTBEAT, buf, 3 + payload + padding); + if (ret >= 0) { + if (s->msg_callback) + s->msg_callback(1, s->version, TLS1_RT_HEARTBEAT, + buf, 3 + payload + padding, + s, s->msg_callback_arg); + + dtls1_start_timer(s); + s->tlsext_hb_pending = 1; + } + + OPENSSL_free(buf); + + return ret; +} #endif diff --git a/openssl/ssl/d1_clnt.c b/openssl/ssl/d1_clnt.c index fd6562c11..1858263e1 100644 --- a/openssl/ssl/d1_clnt.c +++ b/openssl/ssl/d1_clnt.c @@ -1,7 +1,7 @@ /* ssl/d1_clnt.c */ -/* +/* * DTLS implementation written by Nagendra Modadugu - * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. + * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. */ /* ==================================================================== * Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved. @@ -11,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -62,21 +62,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -91,10 +91,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -106,7 +106,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -116,7 +116,7 @@ #include #include "ssl_locl.h" #ifndef OPENSSL_NO_KRB5 -#include "kssl_lcl.h" +# include "kssl_lcl.h" #endif #include #include @@ -125,1619 +125,722 @@ #include #include #ifndef OPENSSL_NO_DH -#include +# include #endif static const SSL_METHOD *dtls1_get_client_method(int ver); static int dtls1_get_hello_verify(SSL *s); static const SSL_METHOD *dtls1_get_client_method(int ver) - { - if (ver == DTLS1_VERSION || ver == DTLS1_BAD_VER) - return(DTLSv1_client_method()); - else - return(NULL); - } - -IMPLEMENT_dtls1_meth_func(DTLSv1_client_method, - ssl_undefined_function, - dtls1_connect, - dtls1_get_client_method) +{ + if (ver == DTLS1_VERSION || ver == DTLS1_BAD_VER) + return (DTLSv1_client_method()); + else if (ver == DTLS1_2_VERSION) + return (DTLSv1_2_client_method()); + else + return (NULL); +} + +IMPLEMENT_dtls1_meth_func(DTLS1_VERSION, + DTLSv1_client_method, + ssl_undefined_function, + dtls1_connect, + dtls1_get_client_method, DTLSv1_enc_data) + + IMPLEMENT_dtls1_meth_func(DTLS1_2_VERSION, + DTLSv1_2_client_method, + ssl_undefined_function, + dtls1_connect, + dtls1_get_client_method, DTLSv1_2_enc_data) + + IMPLEMENT_dtls1_meth_func(DTLS_ANY_VERSION, + DTLS_client_method, + ssl_undefined_function, + dtls1_connect, + dtls1_get_client_method, DTLSv1_2_enc_data) int dtls1_connect(SSL *s) - { - BUF_MEM *buf=NULL; - unsigned long Time=(unsigned long)time(NULL); - void (*cb)(const SSL *ssl,int type,int val)=NULL; - int ret= -1; - int new_state,state,skip=0; +{ + BUF_MEM *buf = NULL; + unsigned long Time = (unsigned long)time(NULL); + void (*cb) (const SSL *ssl, int type, int val) = NULL; + int ret = -1; + int new_state, state, skip = 0; #ifndef OPENSSL_NO_SCTP - unsigned char sctpauthkey[64]; - char labelbuffer[sizeof(DTLS1_SCTP_AUTH_LABEL)]; + unsigned char sctpauthkey[64]; + char labelbuffer[sizeof(DTLS1_SCTP_AUTH_LABEL)]; #endif - RAND_add(&Time,sizeof(Time),0); - ERR_clear_error(); - clear_sys_error(); + RAND_add(&Time, sizeof(Time), 0); + ERR_clear_error(); + clear_sys_error(); + + if (s->info_callback != NULL) + cb = s->info_callback; + else if (s->ctx->info_callback != NULL) + cb = s->ctx->info_callback; - if (s->info_callback != NULL) - cb=s->info_callback; - else if (s->ctx->info_callback != NULL) - cb=s->ctx->info_callback; - - s->in_handshake++; - if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s); + s->in_handshake++; + if (!SSL_in_init(s) || SSL_in_before(s)) + SSL_clear(s); #ifndef OPENSSL_NO_SCTP - /* Notify SCTP BIO socket to enter handshake - * mode and prevent stream identifier other - * than 0. Will be ignored if no SCTP is used. - */ - BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, s->in_handshake, NULL); + /* + * Notify SCTP BIO socket to enter handshake mode and prevent stream + * identifier other than 0. Will be ignored if no SCTP is used. + */ + BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, + s->in_handshake, NULL); #endif #ifndef OPENSSL_NO_HEARTBEATS - /* If we're awaiting a HeartbeatResponse, pretend we - * already got and don't await it anymore, because - * Heartbeats don't make sense during handshakes anyway. - */ - if (s->tlsext_hb_pending) - { - dtls1_stop_timer(s); - s->tlsext_hb_pending = 0; - s->tlsext_hb_seq++; - } -#endif - - for (;;) - { - state=s->state; - - switch(s->state) - { - case SSL_ST_RENEGOTIATE: - s->renegotiate=1; - s->state=SSL_ST_CONNECT; - s->ctx->stats.sess_connect_renegotiate++; - /* break */ - case SSL_ST_BEFORE: - case SSL_ST_CONNECT: - case SSL_ST_BEFORE|SSL_ST_CONNECT: - case SSL_ST_OK|SSL_ST_CONNECT: - - s->server=0; - if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_START,1); - - if ((s->version & 0xff00 ) != (DTLS1_VERSION & 0xff00) && - (s->version & 0xff00 ) != (DTLS1_BAD_VER & 0xff00)) - { - SSLerr(SSL_F_DTLS1_CONNECT, ERR_R_INTERNAL_ERROR); - ret = -1; - goto end; - } - - /* s->version=SSL3_VERSION; */ - s->type=SSL_ST_CONNECT; - - if (s->init_buf == NULL) - { - if ((buf=BUF_MEM_new()) == NULL) - { - ret= -1; - goto end; - } - if (!BUF_MEM_grow(buf,SSL3_RT_MAX_PLAIN_LENGTH)) - { - ret= -1; - goto end; - } - s->init_buf=buf; - buf=NULL; - } - - if (!ssl3_setup_buffers(s)) { ret= -1; goto end; } - - /* setup buffing BIO */ - if (!ssl_init_wbio_buffer(s,0)) { ret= -1; goto end; } - - /* don't push the buffering BIO quite yet */ - - s->state=SSL3_ST_CW_CLNT_HELLO_A; - s->ctx->stats.sess_connect++; - s->init_num=0; - /* mark client_random uninitialized */ - memset(s->s3->client_random,0,sizeof(s->s3->client_random)); - s->d1->send_cookie = 0; - s->hit = 0; - break; + /* + * If we're awaiting a HeartbeatResponse, pretend we already got and + * don't await it anymore, because Heartbeats don't make sense during + * handshakes anyway. + */ + if (s->tlsext_hb_pending) { + dtls1_stop_timer(s); + s->tlsext_hb_pending = 0; + s->tlsext_hb_seq++; + } +#endif + + for (;;) { + state = s->state; + + switch (s->state) { + case SSL_ST_RENEGOTIATE: + s->renegotiate = 1; + s->state = SSL_ST_CONNECT; + s->ctx->stats.sess_connect_renegotiate++; + /* break */ + case SSL_ST_BEFORE: + case SSL_ST_CONNECT: + case SSL_ST_BEFORE | SSL_ST_CONNECT: + case SSL_ST_OK | SSL_ST_CONNECT: + + s->server = 0; + if (cb != NULL) + cb(s, SSL_CB_HANDSHAKE_START, 1); + + if ((s->version & 0xff00) != (DTLS1_VERSION & 0xff00) && + (s->version & 0xff00) != (DTLS1_BAD_VER & 0xff00)) { + SSLerr(SSL_F_DTLS1_CONNECT, ERR_R_INTERNAL_ERROR); + ret = -1; + goto end; + } + + /* s->version=SSL3_VERSION; */ + s->type = SSL_ST_CONNECT; + + if (s->init_buf == NULL) { + if ((buf = BUF_MEM_new()) == NULL) { + ret = -1; + goto end; + } + if (!BUF_MEM_grow(buf, SSL3_RT_MAX_PLAIN_LENGTH)) { + ret = -1; + goto end; + } + s->init_buf = buf; + buf = NULL; + } + + if (!ssl3_setup_buffers(s)) { + ret = -1; + goto end; + } + + /* setup buffing BIO */ + if (!ssl_init_wbio_buffer(s, 0)) { + ret = -1; + goto end; + } + + /* don't push the buffering BIO quite yet */ + + s->state = SSL3_ST_CW_CLNT_HELLO_A; + s->ctx->stats.sess_connect++; + s->init_num = 0; + /* mark client_random uninitialized */ + memset(s->s3->client_random, 0, sizeof(s->s3->client_random)); + s->d1->send_cookie = 0; + s->hit = 0; + s->d1->change_cipher_spec_ok = 0; + /* + * Should have been reset by ssl3_get_finished, too. + */ + s->s3->change_cipher_spec = 0; + break; #ifndef OPENSSL_NO_SCTP - case DTLS1_SCTP_ST_CR_READ_SOCK: - - if (BIO_dgram_sctp_msg_waiting(SSL_get_rbio(s))) - { - s->s3->in_read_app_data=2; - s->rwstate=SSL_READING; - BIO_clear_retry_flags(SSL_get_rbio(s)); - BIO_set_retry_read(SSL_get_rbio(s)); - ret = -1; - goto end; - } - - s->state=s->s3->tmp.next_state; - break; - - case DTLS1_SCTP_ST_CW_WRITE_SOCK: - /* read app data until dry event */ - - ret = BIO_dgram_sctp_wait_for_dry(SSL_get_wbio(s)); - if (ret < 0) goto end; - - if (ret == 0) - { - s->s3->in_read_app_data=2; - s->rwstate=SSL_READING; - BIO_clear_retry_flags(SSL_get_rbio(s)); - BIO_set_retry_read(SSL_get_rbio(s)); - ret = -1; - goto end; - } - - s->state=s->d1->next_state; - break; + case DTLS1_SCTP_ST_CR_READ_SOCK: + + if (BIO_dgram_sctp_msg_waiting(SSL_get_rbio(s))) { + s->s3->in_read_app_data = 2; + s->rwstate = SSL_READING; + BIO_clear_retry_flags(SSL_get_rbio(s)); + BIO_set_retry_read(SSL_get_rbio(s)); + ret = -1; + goto end; + } + + s->state = s->s3->tmp.next_state; + break; + + case DTLS1_SCTP_ST_CW_WRITE_SOCK: + /* read app data until dry event */ + + ret = BIO_dgram_sctp_wait_for_dry(SSL_get_wbio(s)); + if (ret < 0) + goto end; + + if (ret == 0) { + s->s3->in_read_app_data = 2; + s->rwstate = SSL_READING; + BIO_clear_retry_flags(SSL_get_rbio(s)); + BIO_set_retry_read(SSL_get_rbio(s)); + ret = -1; + goto end; + } + + s->state = s->d1->next_state; + break; #endif - case SSL3_ST_CW_CLNT_HELLO_A: - case SSL3_ST_CW_CLNT_HELLO_B: + case SSL3_ST_CW_CLNT_HELLO_A: + case SSL3_ST_CW_CLNT_HELLO_B: - s->shutdown=0; + s->shutdown = 0; - /* every DTLS ClientHello resets Finished MAC */ - ssl3_init_finished_mac(s); + /* every DTLS ClientHello resets Finished MAC */ + ssl3_init_finished_mac(s); - dtls1_start_timer(s); - ret=dtls1_client_hello(s); - if (ret <= 0) goto end; + dtls1_start_timer(s); + ret = ssl3_client_hello(s); + if (ret <= 0) + goto end; - if ( s->d1->send_cookie) - { - s->state=SSL3_ST_CW_FLUSH; - s->s3->tmp.next_state=SSL3_ST_CR_SRVR_HELLO_A; - } - else - s->state=SSL3_ST_CR_SRVR_HELLO_A; + if (s->d1->send_cookie) { + s->state = SSL3_ST_CW_FLUSH; + s->s3->tmp.next_state = SSL3_ST_CR_SRVR_HELLO_A; + } else + s->state = SSL3_ST_CR_SRVR_HELLO_A; - s->init_num=0; + s->init_num = 0; #ifndef OPENSSL_NO_SCTP - /* Disable buffering for SCTP */ - if (!BIO_dgram_is_sctp(SSL_get_wbio(s))) - { -#endif - /* turn on buffering for the next lot of output */ - if (s->bbio != s->wbio) - s->wbio=BIO_push(s->bbio,s->wbio); + /* Disable buffering for SCTP */ + if (!BIO_dgram_is_sctp(SSL_get_wbio(s))) { +#endif + /* + * turn on buffering for the next lot of output + */ + if (s->bbio != s->wbio) + s->wbio = BIO_push(s->bbio, s->wbio); #ifndef OPENSSL_NO_SCTP - } + } #endif - break; + break; - case SSL3_ST_CR_SRVR_HELLO_A: - case SSL3_ST_CR_SRVR_HELLO_B: - ret=ssl3_get_server_hello(s); - if (ret <= 0) goto end; - else - { - if (s->hit) - { + case SSL3_ST_CR_SRVR_HELLO_A: + case SSL3_ST_CR_SRVR_HELLO_B: + ret = ssl3_get_server_hello(s); + if (ret <= 0) + goto end; + else { + if (s->hit) { #ifndef OPENSSL_NO_SCTP - /* Add new shared key for SCTP-Auth, - * will be ignored if no SCTP used. - */ - snprintf((char*) labelbuffer, sizeof(DTLS1_SCTP_AUTH_LABEL), - DTLS1_SCTP_AUTH_LABEL); - - SSL_export_keying_material(s, sctpauthkey, - sizeof(sctpauthkey), labelbuffer, - sizeof(labelbuffer), NULL, 0, 0); - - BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY, - sizeof(sctpauthkey), sctpauthkey); -#endif - - s->state=SSL3_ST_CR_FINISHED_A; - } - else - s->state=DTLS1_ST_CR_HELLO_VERIFY_REQUEST_A; - } - s->init_num=0; - break; - - case DTLS1_ST_CR_HELLO_VERIFY_REQUEST_A: - case DTLS1_ST_CR_HELLO_VERIFY_REQUEST_B: - - ret = dtls1_get_hello_verify(s); - if ( ret <= 0) - goto end; - dtls1_stop_timer(s); - if ( s->d1->send_cookie) /* start again, with a cookie */ - s->state=SSL3_ST_CW_CLNT_HELLO_A; - else - s->state = SSL3_ST_CR_CERT_A; - s->init_num = 0; - break; - - case SSL3_ST_CR_CERT_A: - case SSL3_ST_CR_CERT_B: -#ifndef OPENSSL_NO_TLSEXT - ret=ssl3_check_finished(s); - if (ret <= 0) goto end; - if (ret == 2) - { - s->hit = 1; - if (s->tlsext_ticket_expected) - s->state=SSL3_ST_CR_SESSION_TICKET_A; - else - s->state=SSL3_ST_CR_FINISHED_A; - s->init_num=0; - break; - } -#endif - /* Check if it is anon DH or PSK */ - if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && - !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) - { - ret=ssl3_get_server_certificate(s); - if (ret <= 0) goto end; + /* + * Add new shared key for SCTP-Auth, will be ignored if + * no SCTP used. + */ + snprintf((char *)labelbuffer, + sizeof(DTLS1_SCTP_AUTH_LABEL), + DTLS1_SCTP_AUTH_LABEL); + + SSL_export_keying_material(s, sctpauthkey, + sizeof(sctpauthkey), + labelbuffer, + sizeof(labelbuffer), NULL, 0, + 0); + + BIO_ctrl(SSL_get_wbio(s), + BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY, + sizeof(sctpauthkey), sctpauthkey); +#endif + + s->state = SSL3_ST_CR_FINISHED_A; + } else + s->state = DTLS1_ST_CR_HELLO_VERIFY_REQUEST_A; + } + s->init_num = 0; + break; + + case DTLS1_ST_CR_HELLO_VERIFY_REQUEST_A: + case DTLS1_ST_CR_HELLO_VERIFY_REQUEST_B: + + ret = dtls1_get_hello_verify(s); + if (ret <= 0) + goto end; + dtls1_stop_timer(s); + if (s->d1->send_cookie) /* start again, with a cookie */ + s->state = SSL3_ST_CW_CLNT_HELLO_A; + else + s->state = SSL3_ST_CR_CERT_A; + s->init_num = 0; + break; + + case SSL3_ST_CR_CERT_A: + case SSL3_ST_CR_CERT_B: + /* Check if it is anon DH or PSK */ + if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && + !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) { + ret = ssl3_get_server_certificate(s); + if (ret <= 0) + goto end; #ifndef OPENSSL_NO_TLSEXT - if (s->tlsext_status_expected) - s->state=SSL3_ST_CR_CERT_STATUS_A; - else - s->state=SSL3_ST_CR_KEY_EXCH_A; - } - else - { - skip = 1; - s->state=SSL3_ST_CR_KEY_EXCH_A; - } + if (s->tlsext_status_expected) + s->state = SSL3_ST_CR_CERT_STATUS_A; + else + s->state = SSL3_ST_CR_KEY_EXCH_A; + } else { + skip = 1; + s->state = SSL3_ST_CR_KEY_EXCH_A; + } #else - } - else - skip=1; - - s->state=SSL3_ST_CR_KEY_EXCH_A; -#endif - s->init_num=0; - break; - - case SSL3_ST_CR_KEY_EXCH_A: - case SSL3_ST_CR_KEY_EXCH_B: - ret=ssl3_get_key_exchange(s); - if (ret <= 0) goto end; - s->state=SSL3_ST_CR_CERT_REQ_A; - s->init_num=0; - - /* at this point we check that we have the - * required stuff from the server */ - if (!ssl3_check_cert_and_algorithm(s)) - { - ret= -1; - goto end; - } - break; - - case SSL3_ST_CR_CERT_REQ_A: - case SSL3_ST_CR_CERT_REQ_B: - ret=ssl3_get_certificate_request(s); - if (ret <= 0) goto end; - s->state=SSL3_ST_CR_SRVR_DONE_A; - s->init_num=0; - break; - - case SSL3_ST_CR_SRVR_DONE_A: - case SSL3_ST_CR_SRVR_DONE_B: - ret=ssl3_get_server_done(s); - if (ret <= 0) goto end; - dtls1_stop_timer(s); - if (s->s3->tmp.cert_req) - s->s3->tmp.next_state=SSL3_ST_CW_CERT_A; - else - s->s3->tmp.next_state=SSL3_ST_CW_KEY_EXCH_A; - s->init_num=0; - -#ifndef OPENSSL_NO_SCTP - if (BIO_dgram_is_sctp(SSL_get_wbio(s)) && - state == SSL_ST_RENEGOTIATE) - s->state=DTLS1_SCTP_ST_CR_READ_SOCK; - else -#endif - s->state=s->s3->tmp.next_state; - break; - - case SSL3_ST_CW_CERT_A: - case SSL3_ST_CW_CERT_B: - case SSL3_ST_CW_CERT_C: - case SSL3_ST_CW_CERT_D: - dtls1_start_timer(s); - ret=dtls1_send_client_certificate(s); - if (ret <= 0) goto end; - s->state=SSL3_ST_CW_KEY_EXCH_A; - s->init_num=0; - break; - - case SSL3_ST_CW_KEY_EXCH_A: - case SSL3_ST_CW_KEY_EXCH_B: - dtls1_start_timer(s); - ret=dtls1_send_client_key_exchange(s); - if (ret <= 0) goto end; + } else + skip = 1; + + s->state = SSL3_ST_CR_KEY_EXCH_A; +#endif + s->init_num = 0; + break; + + case SSL3_ST_CR_KEY_EXCH_A: + case SSL3_ST_CR_KEY_EXCH_B: + ret = ssl3_get_key_exchange(s); + if (ret <= 0) + goto end; + s->state = SSL3_ST_CR_CERT_REQ_A; + s->init_num = 0; + + /* + * at this point we check that we have the required stuff from + * the server + */ + if (!ssl3_check_cert_and_algorithm(s)) { + ret = -1; + goto end; + } + break; + + case SSL3_ST_CR_CERT_REQ_A: + case SSL3_ST_CR_CERT_REQ_B: + ret = ssl3_get_certificate_request(s); + if (ret <= 0) + goto end; + s->state = SSL3_ST_CR_SRVR_DONE_A; + s->init_num = 0; + break; + + case SSL3_ST_CR_SRVR_DONE_A: + case SSL3_ST_CR_SRVR_DONE_B: + ret = ssl3_get_server_done(s); + if (ret <= 0) + goto end; + dtls1_stop_timer(s); + if (s->s3->tmp.cert_req) + s->s3->tmp.next_state = SSL3_ST_CW_CERT_A; + else + s->s3->tmp.next_state = SSL3_ST_CW_KEY_EXCH_A; + s->init_num = 0; #ifndef OPENSSL_NO_SCTP - /* Add new shared key for SCTP-Auth, - * will be ignored if no SCTP used. - */ - snprintf((char*) labelbuffer, sizeof(DTLS1_SCTP_AUTH_LABEL), - DTLS1_SCTP_AUTH_LABEL); - - SSL_export_keying_material(s, sctpauthkey, - sizeof(sctpauthkey), labelbuffer, - sizeof(labelbuffer), NULL, 0, 0); - - BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY, - sizeof(sctpauthkey), sctpauthkey); -#endif + if (BIO_dgram_is_sctp(SSL_get_wbio(s)) && + state == SSL_ST_RENEGOTIATE) + s->state = DTLS1_SCTP_ST_CR_READ_SOCK; + else +#endif + s->state = s->s3->tmp.next_state; + break; + + case SSL3_ST_CW_CERT_A: + case SSL3_ST_CW_CERT_B: + case SSL3_ST_CW_CERT_C: + case SSL3_ST_CW_CERT_D: + dtls1_start_timer(s); + ret = ssl3_send_client_certificate(s); + if (ret <= 0) + goto end; + s->state = SSL3_ST_CW_KEY_EXCH_A; + s->init_num = 0; + break; + + case SSL3_ST_CW_KEY_EXCH_A: + case SSL3_ST_CW_KEY_EXCH_B: + dtls1_start_timer(s); + ret = ssl3_send_client_key_exchange(s); + if (ret <= 0) + goto end; - /* EAY EAY EAY need to check for DH fix cert - * sent back */ - /* For TLS, cert_req is set to 2, so a cert chain - * of nothing is sent, but no verify packet is sent */ - if (s->s3->tmp.cert_req == 1) - { - s->state=SSL3_ST_CW_CERT_VRFY_A; - } - else - { #ifndef OPENSSL_NO_SCTP - if (BIO_dgram_is_sctp(SSL_get_wbio(s))) - { - s->d1->next_state=SSL3_ST_CW_CHANGE_A; - s->state=DTLS1_SCTP_ST_CW_WRITE_SOCK; - } - else -#endif - s->state=SSL3_ST_CW_CHANGE_A; - s->s3->change_cipher_spec=0; - } - - s->init_num=0; - break; - - case SSL3_ST_CW_CERT_VRFY_A: - case SSL3_ST_CW_CERT_VRFY_B: - dtls1_start_timer(s); - ret=dtls1_send_client_verify(s); - if (ret <= 0) goto end; + /* + * Add new shared key for SCTP-Auth, will be ignored if no SCTP + * used. + */ + snprintf((char *)labelbuffer, sizeof(DTLS1_SCTP_AUTH_LABEL), + DTLS1_SCTP_AUTH_LABEL); + + SSL_export_keying_material(s, sctpauthkey, + sizeof(sctpauthkey), labelbuffer, + sizeof(labelbuffer), NULL, 0, 0); + + BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY, + sizeof(sctpauthkey), sctpauthkey); +#endif + + /* + * EAY EAY EAY need to check for DH fix cert sent back + */ + /* + * For TLS, cert_req is set to 2, so a cert chain of nothing is + * sent, but no verify packet is sent + */ + if (s->s3->tmp.cert_req == 1) { + s->state = SSL3_ST_CW_CERT_VRFY_A; + } else { #ifndef OPENSSL_NO_SCTP - if (BIO_dgram_is_sctp(SSL_get_wbio(s))) - { - s->d1->next_state=SSL3_ST_CW_CHANGE_A; - s->state=DTLS1_SCTP_ST_CW_WRITE_SOCK; - } - else -#endif - s->state=SSL3_ST_CW_CHANGE_A; - s->init_num=0; - s->s3->change_cipher_spec=0; - break; - - case SSL3_ST_CW_CHANGE_A: - case SSL3_ST_CW_CHANGE_B: - if (!s->hit) - dtls1_start_timer(s); - ret=dtls1_send_change_cipher_spec(s, - SSL3_ST_CW_CHANGE_A,SSL3_ST_CW_CHANGE_B); - if (ret <= 0) goto end; - - s->state=SSL3_ST_CW_FINISHED_A; - s->init_num=0; - - s->session->cipher=s->s3->tmp.new_cipher; + if (BIO_dgram_is_sctp(SSL_get_wbio(s))) { + s->d1->next_state = SSL3_ST_CW_CHANGE_A; + s->state = DTLS1_SCTP_ST_CW_WRITE_SOCK; + } else +#endif + s->state = SSL3_ST_CW_CHANGE_A; + } + + s->init_num = 0; + break; + + case SSL3_ST_CW_CERT_VRFY_A: + case SSL3_ST_CW_CERT_VRFY_B: + dtls1_start_timer(s); + ret = ssl3_send_client_verify(s); + if (ret <= 0) + goto end; +#ifndef OPENSSL_NO_SCTP + if (BIO_dgram_is_sctp(SSL_get_wbio(s))) { + s->d1->next_state = SSL3_ST_CW_CHANGE_A; + s->state = DTLS1_SCTP_ST_CW_WRITE_SOCK; + } else +#endif + s->state = SSL3_ST_CW_CHANGE_A; + s->init_num = 0; + break; + + case SSL3_ST_CW_CHANGE_A: + case SSL3_ST_CW_CHANGE_B: + if (!s->hit) + dtls1_start_timer(s); + ret = dtls1_send_change_cipher_spec(s, + SSL3_ST_CW_CHANGE_A, + SSL3_ST_CW_CHANGE_B); + if (ret <= 0) + goto end; + + s->state = SSL3_ST_CW_FINISHED_A; + s->init_num = 0; + + s->session->cipher = s->s3->tmp.new_cipher; #ifdef OPENSSL_NO_COMP - s->session->compress_meth=0; + s->session->compress_meth = 0; #else - if (s->s3->tmp.new_compression == NULL) - s->session->compress_meth=0; - else - s->session->compress_meth= - s->s3->tmp.new_compression->id; -#endif - if (!s->method->ssl3_enc->setup_key_block(s)) - { - ret= -1; - goto end; - } - - if (!s->method->ssl3_enc->change_cipher_state(s, - SSL3_CHANGE_CIPHER_CLIENT_WRITE)) - { - ret= -1; - goto end; - } - + if (s->s3->tmp.new_compression == NULL) + s->session->compress_meth = 0; + else + s->session->compress_meth = s->s3->tmp.new_compression->id; +#endif + if (!s->method->ssl3_enc->setup_key_block(s)) { + ret = -1; + goto end; + } + + if (!s->method->ssl3_enc->change_cipher_state(s, + SSL3_CHANGE_CIPHER_CLIENT_WRITE)) + { + ret = -1; + goto end; + } #ifndef OPENSSL_NO_SCTP - if (s->hit) - { - /* Change to new shared key of SCTP-Auth, - * will be ignored if no SCTP used. - */ - BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY, 0, NULL); - } -#endif - - dtls1_reset_seq_numbers(s, SSL3_CC_WRITE); - break; - - case SSL3_ST_CW_FINISHED_A: - case SSL3_ST_CW_FINISHED_B: - if (!s->hit) - dtls1_start_timer(s); - ret=dtls1_send_finished(s, - SSL3_ST_CW_FINISHED_A,SSL3_ST_CW_FINISHED_B, - s->method->ssl3_enc->client_finished_label, - s->method->ssl3_enc->client_finished_label_len); - if (ret <= 0) goto end; - s->state=SSL3_ST_CW_FLUSH; - - /* clear flags */ - s->s3->flags&= ~SSL3_FLAGS_POP_BUFFER; - if (s->hit) - { - s->s3->tmp.next_state=SSL_ST_OK; + if (s->hit) { + /* + * Change to new shared key of SCTP-Auth, will be ignored if + * no SCTP used. + */ + BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY, + 0, NULL); + } +#endif + + dtls1_reset_seq_numbers(s, SSL3_CC_WRITE); + break; + + case SSL3_ST_CW_FINISHED_A: + case SSL3_ST_CW_FINISHED_B: + if (!s->hit) + dtls1_start_timer(s); + ret = ssl3_send_finished(s, + SSL3_ST_CW_FINISHED_A, + SSL3_ST_CW_FINISHED_B, + s->method-> + ssl3_enc->client_finished_label, + s->method-> + ssl3_enc->client_finished_label_len); + if (ret <= 0) + goto end; + s->state = SSL3_ST_CW_FLUSH; + + /* clear flags */ + s->s3->flags &= ~SSL3_FLAGS_POP_BUFFER; + if (s->hit) { + s->s3->tmp.next_state = SSL_ST_OK; #ifndef OPENSSL_NO_SCTP - if (BIO_dgram_is_sctp(SSL_get_wbio(s))) - { - s->d1->next_state = s->s3->tmp.next_state; - s->s3->tmp.next_state=DTLS1_SCTP_ST_CW_WRITE_SOCK; - } + if (BIO_dgram_is_sctp(SSL_get_wbio(s))) { + s->d1->next_state = s->s3->tmp.next_state; + s->s3->tmp.next_state = DTLS1_SCTP_ST_CW_WRITE_SOCK; + } #endif - if (s->s3->flags & SSL3_FLAGS_DELAY_CLIENT_FINISHED) - { - s->state=SSL_ST_OK; + if (s->s3->flags & SSL3_FLAGS_DELAY_CLIENT_FINISHED) { + s->state = SSL_ST_OK; #ifndef OPENSSL_NO_SCTP - if (BIO_dgram_is_sctp(SSL_get_wbio(s))) - { - s->d1->next_state = SSL_ST_OK; - s->state=DTLS1_SCTP_ST_CW_WRITE_SOCK; - } -#endif - s->s3->flags|=SSL3_FLAGS_POP_BUFFER; - s->s3->delay_buf_pop_ret=0; - } - } - else - { + if (BIO_dgram_is_sctp(SSL_get_wbio(s))) { + s->d1->next_state = SSL_ST_OK; + s->state = DTLS1_SCTP_ST_CW_WRITE_SOCK; + } +#endif + s->s3->flags |= SSL3_FLAGS_POP_BUFFER; + s->s3->delay_buf_pop_ret = 0; + } + } else { #ifndef OPENSSL_NO_SCTP - /* Change to new shared key of SCTP-Auth, - * will be ignored if no SCTP used. - */ - BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY, 0, NULL); -#endif - -#ifndef OPENSSL_NO_TLSEXT - /* Allow NewSessionTicket if ticket expected */ - if (s->tlsext_ticket_expected) - s->s3->tmp.next_state=SSL3_ST_CR_SESSION_TICKET_A; - else + /* + * Change to new shared key of SCTP-Auth, will be ignored if + * no SCTP used. + */ + BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY, + 0, NULL); #endif - - s->s3->tmp.next_state=SSL3_ST_CR_FINISHED_A; - } - s->init_num=0; - break; #ifndef OPENSSL_NO_TLSEXT - case SSL3_ST_CR_SESSION_TICKET_A: - case SSL3_ST_CR_SESSION_TICKET_B: - ret=ssl3_get_new_session_ticket(s); - if (ret <= 0) goto end; - s->state=SSL3_ST_CR_FINISHED_A; - s->init_num=0; - break; - - case SSL3_ST_CR_CERT_STATUS_A: - case SSL3_ST_CR_CERT_STATUS_B: - ret=ssl3_get_cert_status(s); - if (ret <= 0) goto end; - s->state=SSL3_ST_CR_KEY_EXCH_A; - s->init_num=0; - break; + /* + * Allow NewSessionTicket if ticket expected + */ + if (s->tlsext_ticket_expected) + s->s3->tmp.next_state = SSL3_ST_CR_SESSION_TICKET_A; + else #endif - case SSL3_ST_CR_FINISHED_A: - case SSL3_ST_CR_FINISHED_B: - s->d1->change_cipher_spec_ok = 1; - ret=ssl3_get_finished(s,SSL3_ST_CR_FINISHED_A, - SSL3_ST_CR_FINISHED_B); - if (ret <= 0) goto end; - dtls1_stop_timer(s); + s->s3->tmp.next_state = SSL3_ST_CR_FINISHED_A; + } + s->init_num = 0; + break; - if (s->hit) - s->state=SSL3_ST_CW_CHANGE_A; - else - s->state=SSL_ST_OK; +#ifndef OPENSSL_NO_TLSEXT + case SSL3_ST_CR_SESSION_TICKET_A: + case SSL3_ST_CR_SESSION_TICKET_B: + ret = ssl3_get_new_session_ticket(s); + if (ret <= 0) + goto end; + s->state = SSL3_ST_CR_FINISHED_A; + s->init_num = 0; + break; + + case SSL3_ST_CR_CERT_STATUS_A: + case SSL3_ST_CR_CERT_STATUS_B: + ret = ssl3_get_cert_status(s); + if (ret <= 0) + goto end; + s->state = SSL3_ST_CR_KEY_EXCH_A; + s->init_num = 0; + break; +#endif + + case SSL3_ST_CR_FINISHED_A: + case SSL3_ST_CR_FINISHED_B: + s->d1->change_cipher_spec_ok = 1; + ret = ssl3_get_finished(s, SSL3_ST_CR_FINISHED_A, + SSL3_ST_CR_FINISHED_B); + if (ret <= 0) + goto end; + dtls1_stop_timer(s); + + if (s->hit) + s->state = SSL3_ST_CW_CHANGE_A; + else + s->state = SSL_ST_OK; #ifndef OPENSSL_NO_SCTP - if (BIO_dgram_is_sctp(SSL_get_wbio(s)) && - state == SSL_ST_RENEGOTIATE) - { - s->d1->next_state=s->state; - s->state=DTLS1_SCTP_ST_CW_WRITE_SOCK; - } -#endif - - s->init_num=0; - break; - - case SSL3_ST_CW_FLUSH: - s->rwstate=SSL_WRITING; - if (BIO_flush(s->wbio) <= 0) - { - /* If the write error was fatal, stop trying */ - if (!BIO_should_retry(s->wbio)) - { - s->rwstate=SSL_NOTHING; - s->state=s->s3->tmp.next_state; - } - - ret= -1; - goto end; - } - s->rwstate=SSL_NOTHING; - s->state=s->s3->tmp.next_state; - break; - - case SSL_ST_OK: - /* clean a few things up */ - ssl3_cleanup_key_block(s); + if (BIO_dgram_is_sctp(SSL_get_wbio(s)) && + state == SSL_ST_RENEGOTIATE) { + s->d1->next_state = s->state; + s->state = DTLS1_SCTP_ST_CW_WRITE_SOCK; + } +#endif + + s->init_num = 0; + break; + + case SSL3_ST_CW_FLUSH: + s->rwstate = SSL_WRITING; + if (BIO_flush(s->wbio) <= 0) { + /* + * If the write error was fatal, stop trying + */ + if (!BIO_should_retry(s->wbio)) { + s->rwstate = SSL_NOTHING; + s->state = s->s3->tmp.next_state; + } + + ret = -1; + goto end; + } + s->rwstate = SSL_NOTHING; + s->state = s->s3->tmp.next_state; + break; + + case SSL_ST_OK: + /* clean a few things up */ + ssl3_cleanup_key_block(s); #if 0 - if (s->init_buf != NULL) - { - BUF_MEM_free(s->init_buf); - s->init_buf=NULL; - } -#endif + if (s->init_buf != NULL) { + BUF_MEM_free(s->init_buf); + s->init_buf = NULL; + } +#endif + + /* + * If we are not 'joining' the last two packets, remove the + * buffering now + */ + if (!(s->s3->flags & SSL3_FLAGS_POP_BUFFER)) + ssl_free_wbio_buffer(s); + /* else do it later in ssl3_write */ + + s->init_num = 0; + s->renegotiate = 0; + s->new_session = 0; + + ssl_update_cache(s, SSL_SESS_CACHE_CLIENT); + if (s->hit) + s->ctx->stats.sess_hit++; + + ret = 1; + /* s->server=0; */ + s->handshake_func = dtls1_connect; + s->ctx->stats.sess_connect_good++; + + if (cb != NULL) + cb(s, SSL_CB_HANDSHAKE_DONE, 1); + + /* done with handshaking */ + s->d1->handshake_read_seq = 0; + s->d1->next_handshake_write_seq = 0; + goto end; + /* break; */ + + default: + SSLerr(SSL_F_DTLS1_CONNECT, SSL_R_UNKNOWN_STATE); + ret = -1; + goto end; + /* break; */ + } + + /* did we do anything */ + if (!s->s3->tmp.reuse_message && !skip) { + if (s->debug) { + if ((ret = BIO_flush(s->wbio)) <= 0) + goto end; + } + + if ((cb != NULL) && (s->state != state)) { + new_state = s->state; + s->state = state; + cb(s, SSL_CB_CONNECT_LOOP, 1); + s->state = new_state; + } + } + skip = 0; + } + end: + s->in_handshake--; - /* If we are not 'joining' the last two packets, - * remove the buffering now */ - if (!(s->s3->flags & SSL3_FLAGS_POP_BUFFER)) - ssl_free_wbio_buffer(s); - /* else do it later in ssl3_write */ - - s->init_num=0; - s->renegotiate=0; - s->new_session=0; - - ssl_update_cache(s,SSL_SESS_CACHE_CLIENT); - if (s->hit) s->ctx->stats.sess_hit++; - - ret=1; - /* s->server=0; */ - s->handshake_func=dtls1_connect; - s->ctx->stats.sess_connect_good++; - - if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_DONE,1); - - /* done with handshaking */ - s->d1->handshake_read_seq = 0; - s->d1->next_handshake_write_seq = 0; - goto end; - /* break; */ - - default: - SSLerr(SSL_F_DTLS1_CONNECT,SSL_R_UNKNOWN_STATE); - ret= -1; - goto end; - /* break; */ - } - - /* did we do anything */ - if (!s->s3->tmp.reuse_message && !skip) - { - if (s->debug) - { - if ((ret=BIO_flush(s->wbio)) <= 0) - goto end; - } - - if ((cb != NULL) && (s->state != state)) - { - new_state=s->state; - s->state=state; - cb(s,SSL_CB_CONNECT_LOOP,1); - s->state=new_state; - } - } - skip=0; - } -end: - s->in_handshake--; - #ifndef OPENSSL_NO_SCTP - /* Notify SCTP BIO socket to leave handshake - * mode and allow stream identifier other - * than 0. Will be ignored if no SCTP is used. - */ - BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, s->in_handshake, NULL); + /* + * Notify SCTP BIO socket to leave handshake mode and allow stream + * identifier other than 0. Will be ignored if no SCTP is used. + */ + BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, + s->in_handshake, NULL); #endif - if (buf != NULL) - BUF_MEM_free(buf); - if (cb != NULL) - cb(s,SSL_CB_CONNECT_EXIT,ret); - return(ret); - } - -int dtls1_client_hello(SSL *s) - { - unsigned char *buf; - unsigned char *p,*d; - unsigned int i,j; - unsigned long l; - SSL_COMP *comp; - - buf=(unsigned char *)s->init_buf->data; - if (s->state == SSL3_ST_CW_CLNT_HELLO_A) - { - SSL_SESSION *sess = s->session; - if ((s->session == NULL) || - (s->session->ssl_version != s->version) || -#ifdef OPENSSL_NO_TLSEXT - !sess->session_id_length || -#else - (!sess->session_id_length && !sess->tlsext_tick) || -#endif - (s->session->not_resumable)) - { - if (!ssl_get_new_session(s,0)) - goto err; - } - /* else use the pre-loaded session */ - - p=s->s3->client_random; - - /* if client_random is initialized, reuse it, we are - * required to use same upon reply to HelloVerify */ - for (i=0;p[i]=='\0' && is3->client_random);i++) - ; - if (i==sizeof(s->s3->client_random)) - ssl_fill_hello_random(s, 0, p, - sizeof(s->s3->client_random)); - - /* Do the message type and length last */ - d=p= &(buf[DTLS1_HM_HEADER_LENGTH]); - - *(p++)=s->version>>8; - *(p++)=s->version&0xff; - s->client_version=s->version; - - /* Random stuff */ - memcpy(p,s->s3->client_random,SSL3_RANDOM_SIZE); - p+=SSL3_RANDOM_SIZE; - - /* Session ID */ - if (s->new_session) - i=0; - else - i=s->session->session_id_length; - *(p++)=i; - if (i != 0) - { - if (i > sizeof s->session->session_id) - { - SSLerr(SSL_F_DTLS1_CLIENT_HELLO, ERR_R_INTERNAL_ERROR); - goto err; - } - memcpy(p,s->session->session_id,i); - p+=i; - } - - /* cookie stuff */ - if ( s->d1->cookie_len > sizeof(s->d1->cookie)) - { - SSLerr(SSL_F_DTLS1_CLIENT_HELLO, ERR_R_INTERNAL_ERROR); - goto err; - } - *(p++) = s->d1->cookie_len; - memcpy(p, s->d1->cookie, s->d1->cookie_len); - p += s->d1->cookie_len; - - /* Ciphers supported */ - i=ssl_cipher_list_to_bytes(s,SSL_get_ciphers(s),&(p[2]),0); - if (i == 0) - { - SSLerr(SSL_F_DTLS1_CLIENT_HELLO,SSL_R_NO_CIPHERS_AVAILABLE); - goto err; - } - s2n(i,p); - p+=i; - - /* COMPRESSION */ - if (s->ctx->comp_methods == NULL) - j=0; - else - j=sk_SSL_COMP_num(s->ctx->comp_methods); - *(p++)=1+j; - for (i=0; ictx->comp_methods,i); - *(p++)=comp->id; - } - *(p++)=0; /* Add the NULL method */ - -#ifndef OPENSSL_NO_TLSEXT - /* TLS extensions*/ - if (ssl_prepare_clienthello_tlsext(s) <= 0) - { - SSLerr(SSL_F_DTLS1_CLIENT_HELLO,SSL_R_CLIENTHELLO_TLSEXT); - goto err; - } - if ((p = ssl_add_clienthello_tlsext(s, p, buf+SSL3_RT_MAX_PLAIN_LENGTH)) == NULL) - { - SSLerr(SSL_F_DTLS1_CLIENT_HELLO,ERR_R_INTERNAL_ERROR); - goto err; - } -#endif - - l=(p-d); - d=buf; - - d = dtls1_set_message_header(s, d, SSL3_MT_CLIENT_HELLO, l, 0, l); - - s->state=SSL3_ST_CW_CLNT_HELLO_B; - /* number of bytes to write */ - s->init_num=p-buf; - s->init_off=0; - - /* buffer the message to handle re-xmits */ - dtls1_buffer_message(s, 0); - } - - /* SSL3_ST_CW_CLNT_HELLO_B */ - return(dtls1_do_write(s,SSL3_RT_HANDSHAKE)); -err: - return(-1); - } + if (buf != NULL) + BUF_MEM_free(buf); + if (cb != NULL) + cb(s, SSL_CB_CONNECT_EXIT, ret); + return (ret); +} static int dtls1_get_hello_verify(SSL *s) - { - int n, al, ok = 0; - unsigned char *data; - unsigned int cookie_len; - - n=s->method->ssl_get_message(s, - DTLS1_ST_CR_HELLO_VERIFY_REQUEST_A, - DTLS1_ST_CR_HELLO_VERIFY_REQUEST_B, - -1, - s->max_cert_list, - &ok); - - if (!ok) return((int)n); - - if (s->s3->tmp.message_type != DTLS1_MT_HELLO_VERIFY_REQUEST) - { - s->d1->send_cookie = 0; - s->s3->tmp.reuse_message=1; - return(1); - } - - data = (unsigned char *)s->init_msg; - - if ((data[0] != (s->version>>8)) || (data[1] != (s->version&0xff))) - { - SSLerr(SSL_F_DTLS1_GET_HELLO_VERIFY,SSL_R_WRONG_SSL_VERSION); - s->version=(s->version&0xff00)|data[1]; - al = SSL_AD_PROTOCOL_VERSION; - goto f_err; - } - data+=2; - - cookie_len = *(data++); - if ( cookie_len > sizeof(s->d1->cookie)) - { - al=SSL_AD_ILLEGAL_PARAMETER; - goto f_err; - } - - memcpy(s->d1->cookie, data, cookie_len); - s->d1->cookie_len = cookie_len; - - s->d1->send_cookie = 1; - return 1; - -f_err: - ssl3_send_alert(s, SSL3_AL_FATAL, al); - return -1; - } - -int dtls1_send_client_key_exchange(SSL *s) - { - unsigned char *p,*d; - int n; - unsigned long alg_k; -#ifndef OPENSSL_NO_RSA - unsigned char *q; - EVP_PKEY *pkey=NULL; -#endif -#ifndef OPENSSL_NO_KRB5 - KSSL_ERR kssl_err; -#endif /* OPENSSL_NO_KRB5 */ -#ifndef OPENSSL_NO_ECDH - EC_KEY *clnt_ecdh = NULL; - const EC_POINT *srvr_ecpoint = NULL; - EVP_PKEY *srvr_pub_pkey = NULL; - unsigned char *encodedPoint = NULL; - int encoded_pt_len = 0; - BN_CTX * bn_ctx = NULL; -#endif - - if (s->state == SSL3_ST_CW_KEY_EXCH_A) - { - d=(unsigned char *)s->init_buf->data; - p= &(d[DTLS1_HM_HEADER_LENGTH]); - - alg_k=s->s3->tmp.new_cipher->algorithm_mkey; - - /* Fool emacs indentation */ - if (0) {} -#ifndef OPENSSL_NO_RSA - else if (alg_k & SSL_kRSA) - { - RSA *rsa; - unsigned char tmp_buf[SSL_MAX_MASTER_KEY_LENGTH]; - - if (s->session->sess_cert == NULL) - { - /* We should always have a server certificate with SSL_kRSA. */ - SSLerr(SSL_F_DTLS1_SEND_CLIENT_KEY_EXCHANGE,ERR_R_INTERNAL_ERROR); - goto err; - } - - if (s->session->sess_cert->peer_rsa_tmp != NULL) - rsa=s->session->sess_cert->peer_rsa_tmp; - else - { - pkey=X509_get_pubkey(s->session->sess_cert->peer_pkeys[SSL_PKEY_RSA_ENC].x509); - if ((pkey == NULL) || - (pkey->type != EVP_PKEY_RSA) || - (pkey->pkey.rsa == NULL)) - { - SSLerr(SSL_F_DTLS1_SEND_CLIENT_KEY_EXCHANGE,ERR_R_INTERNAL_ERROR); - goto err; - } - rsa=pkey->pkey.rsa; - EVP_PKEY_free(pkey); - } - - tmp_buf[0]=s->client_version>>8; - tmp_buf[1]=s->client_version&0xff; - if (RAND_bytes(&(tmp_buf[2]),sizeof tmp_buf-2) <= 0) - goto err; - - s->session->master_key_length=sizeof tmp_buf; - - q=p; - /* Fix buf for TLS and [incidentally] DTLS */ - if (s->version > SSL3_VERSION) - p+=2; - n=RSA_public_encrypt(sizeof tmp_buf, - tmp_buf,p,rsa,RSA_PKCS1_PADDING); -#ifdef PKCS1_CHECK - if (s->options & SSL_OP_PKCS1_CHECK_1) p[1]++; - if (s->options & SSL_OP_PKCS1_CHECK_2) tmp_buf[0]=0x70; -#endif - if (n <= 0) - { - SSLerr(SSL_F_DTLS1_SEND_CLIENT_KEY_EXCHANGE,SSL_R_BAD_RSA_ENCRYPT); - goto err; - } - - /* Fix buf for TLS and [incidentally] DTLS */ - if (s->version > SSL3_VERSION) - { - s2n(n,q); - n+=2; - } - - s->session->master_key_length= - s->method->ssl3_enc->generate_master_secret(s, - s->session->master_key, - tmp_buf,sizeof tmp_buf); - OPENSSL_cleanse(tmp_buf,sizeof tmp_buf); - } -#endif -#ifndef OPENSSL_NO_KRB5 - else if (alg_k & SSL_kKRB5) - { - krb5_error_code krb5rc; - KSSL_CTX *kssl_ctx = s->kssl_ctx; - /* krb5_data krb5_ap_req; */ - krb5_data *enc_ticket; - krb5_data authenticator, *authp = NULL; - EVP_CIPHER_CTX ciph_ctx; - const EVP_CIPHER *enc = NULL; - unsigned char iv[EVP_MAX_IV_LENGTH]; - unsigned char tmp_buf[SSL_MAX_MASTER_KEY_LENGTH]; - unsigned char epms[SSL_MAX_MASTER_KEY_LENGTH - + EVP_MAX_IV_LENGTH]; - int padl, outl = sizeof(epms); - - EVP_CIPHER_CTX_init(&ciph_ctx); - -#ifdef KSSL_DEBUG - printf("ssl3_send_client_key_exchange(%lx & %lx)\n", - alg_k, SSL_kKRB5); -#endif /* KSSL_DEBUG */ - - authp = NULL; -#ifdef KRB5SENDAUTH - if (KRB5SENDAUTH) authp = &authenticator; -#endif /* KRB5SENDAUTH */ - - krb5rc = kssl_cget_tkt(kssl_ctx, &enc_ticket, authp, - &kssl_err); - enc = kssl_map_enc(kssl_ctx->enctype); - if (enc == NULL) - goto err; -#ifdef KSSL_DEBUG - { - printf("kssl_cget_tkt rtn %d\n", krb5rc); - if (krb5rc && kssl_err.text) - printf("kssl_cget_tkt kssl_err=%s\n", kssl_err.text); - } -#endif /* KSSL_DEBUG */ - - if (krb5rc) - { - ssl3_send_alert(s,SSL3_AL_FATAL, - SSL_AD_HANDSHAKE_FAILURE); - SSLerr(SSL_F_DTLS1_SEND_CLIENT_KEY_EXCHANGE, - kssl_err.reason); - goto err; - } - - /* 20010406 VRS - Earlier versions used KRB5 AP_REQ - ** in place of RFC 2712 KerberosWrapper, as in: - ** - ** Send ticket (copy to *p, set n = length) - ** n = krb5_ap_req.length; - ** memcpy(p, krb5_ap_req.data, krb5_ap_req.length); - ** if (krb5_ap_req.data) - ** kssl_krb5_free_data_contents(NULL,&krb5_ap_req); - ** - ** Now using real RFC 2712 KerberosWrapper - ** (Thanks to Simon Wilkinson ) - ** Note: 2712 "opaque" types are here replaced - ** with a 2-byte length followed by the value. - ** Example: - ** KerberosWrapper= xx xx asn1ticket 0 0 xx xx encpms - ** Where "xx xx" = length bytes. Shown here with - ** optional authenticator omitted. - */ - - /* KerberosWrapper.Ticket */ - s2n(enc_ticket->length,p); - memcpy(p, enc_ticket->data, enc_ticket->length); - p+= enc_ticket->length; - n = enc_ticket->length + 2; - - /* KerberosWrapper.Authenticator */ - if (authp && authp->length) - { - s2n(authp->length,p); - memcpy(p, authp->data, authp->length); - p+= authp->length; - n+= authp->length + 2; - - free(authp->data); - authp->data = NULL; - authp->length = 0; - } - else - { - s2n(0,p);/* null authenticator length */ - n+=2; - } - - if (RAND_bytes(tmp_buf,sizeof tmp_buf) <= 0) - goto err; - - /* 20010420 VRS. Tried it this way; failed. - ** EVP_EncryptInit_ex(&ciph_ctx,enc, NULL,NULL); - ** EVP_CIPHER_CTX_set_key_length(&ciph_ctx, - ** kssl_ctx->length); - ** EVP_EncryptInit_ex(&ciph_ctx,NULL, key,iv); - */ - - memset(iv, 0, sizeof iv); /* per RFC 1510 */ - EVP_EncryptInit_ex(&ciph_ctx,enc, NULL, - kssl_ctx->key,iv); - EVP_EncryptUpdate(&ciph_ctx,epms,&outl,tmp_buf, - sizeof tmp_buf); - EVP_EncryptFinal_ex(&ciph_ctx,&(epms[outl]),&padl); - outl += padl; - if (outl > (int)sizeof epms) - { - SSLerr(SSL_F_DTLS1_SEND_CLIENT_KEY_EXCHANGE, ERR_R_INTERNAL_ERROR); - goto err; - } - EVP_CIPHER_CTX_cleanup(&ciph_ctx); - - /* KerberosWrapper.EncryptedPreMasterSecret */ - s2n(outl,p); - memcpy(p, epms, outl); - p+=outl; - n+=outl + 2; - - s->session->master_key_length= - s->method->ssl3_enc->generate_master_secret(s, - s->session->master_key, - tmp_buf, sizeof tmp_buf); - - OPENSSL_cleanse(tmp_buf, sizeof tmp_buf); - OPENSSL_cleanse(epms, outl); - } -#endif -#ifndef OPENSSL_NO_DH - else if (alg_k & (SSL_kEDH|SSL_kDHr|SSL_kDHd)) - { - DH *dh_srvr,*dh_clnt; - - if (s->session->sess_cert == NULL) - { - ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_UNEXPECTED_MESSAGE); - SSLerr(SSL_F_DTLS1_SEND_CLIENT_KEY_EXCHANGE,SSL_R_UNEXPECTED_MESSAGE); - goto err; - } - - if (s->session->sess_cert->peer_dh_tmp != NULL) - dh_srvr=s->session->sess_cert->peer_dh_tmp; - else - { - /* we get them from the cert */ - ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_HANDSHAKE_FAILURE); - SSLerr(SSL_F_DTLS1_SEND_CLIENT_KEY_EXCHANGE,SSL_R_UNABLE_TO_FIND_DH_PARAMETERS); - goto err; - } - - /* generate a new random key */ - if ((dh_clnt=DHparams_dup(dh_srvr)) == NULL) - { - SSLerr(SSL_F_DTLS1_SEND_CLIENT_KEY_EXCHANGE,ERR_R_DH_LIB); - goto err; - } - if (!DH_generate_key(dh_clnt)) - { - SSLerr(SSL_F_DTLS1_SEND_CLIENT_KEY_EXCHANGE,ERR_R_DH_LIB); - goto err; - } - - /* use the 'p' output buffer for the DH key, but - * make sure to clear it out afterwards */ - - n=DH_compute_key(p,dh_srvr->pub_key,dh_clnt); - - if (n <= 0) - { - SSLerr(SSL_F_DTLS1_SEND_CLIENT_KEY_EXCHANGE,ERR_R_DH_LIB); - goto err; - } - - /* generate master key from the result */ - s->session->master_key_length= - s->method->ssl3_enc->generate_master_secret(s, - s->session->master_key,p,n); - /* clean up */ - memset(p,0,n); - - /* send off the data */ - n=BN_num_bytes(dh_clnt->pub_key); - s2n(n,p); - BN_bn2bin(dh_clnt->pub_key,p); - n+=2; - - DH_free(dh_clnt); - - /* perhaps clean things up a bit EAY EAY EAY EAY*/ - } -#endif -#ifndef OPENSSL_NO_ECDH - else if (alg_k & (SSL_kEECDH|SSL_kECDHr|SSL_kECDHe)) - { - const EC_GROUP *srvr_group = NULL; - EC_KEY *tkey; - int ecdh_clnt_cert = 0; - int field_size = 0; - - if (s->session->sess_cert == NULL) - { - ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_UNEXPECTED_MESSAGE); - SSLerr(SSL_F_DTLS1_SEND_CLIENT_KEY_EXCHANGE,SSL_R_UNEXPECTED_MESSAGE); - goto err; - } - - /* Did we send out the client's - * ECDH share for use in premaster - * computation as part of client certificate? - * If so, set ecdh_clnt_cert to 1. - */ - if ((alg_k & (SSL_kECDHr|SSL_kECDHe)) && (s->cert != NULL)) - { - /* XXX: For now, we do not support client - * authentication using ECDH certificates. - * To add such support, one needs to add - * code that checks for appropriate - * conditions and sets ecdh_clnt_cert to 1. - * For example, the cert have an ECC - * key on the same curve as the server's - * and the key should be authorized for - * key agreement. - * - * One also needs to add code in ssl3_connect - * to skip sending the certificate verify - * message. - * - * if ((s->cert->key->privatekey != NULL) && - * (s->cert->key->privatekey->type == - * EVP_PKEY_EC) && ...) - * ecdh_clnt_cert = 1; - */ - } - - if (s->session->sess_cert->peer_ecdh_tmp != NULL) - { - tkey = s->session->sess_cert->peer_ecdh_tmp; - } - else - { - /* Get the Server Public Key from Cert */ - srvr_pub_pkey = X509_get_pubkey(s->session-> \ - sess_cert->peer_pkeys[SSL_PKEY_ECC].x509); - if ((srvr_pub_pkey == NULL) || - (srvr_pub_pkey->type != EVP_PKEY_EC) || - (srvr_pub_pkey->pkey.ec == NULL)) - { - SSLerr(SSL_F_DTLS1_SEND_CLIENT_KEY_EXCHANGE, - ERR_R_INTERNAL_ERROR); - goto err; - } - - tkey = srvr_pub_pkey->pkey.ec; - } - - srvr_group = EC_KEY_get0_group(tkey); - srvr_ecpoint = EC_KEY_get0_public_key(tkey); - - if ((srvr_group == NULL) || (srvr_ecpoint == NULL)) - { - SSLerr(SSL_F_DTLS1_SEND_CLIENT_KEY_EXCHANGE, - ERR_R_INTERNAL_ERROR); - goto err; - } - - if ((clnt_ecdh=EC_KEY_new()) == NULL) - { - SSLerr(SSL_F_DTLS1_SEND_CLIENT_KEY_EXCHANGE,ERR_R_MALLOC_FAILURE); - goto err; - } - - if (!EC_KEY_set_group(clnt_ecdh, srvr_group)) - { - SSLerr(SSL_F_DTLS1_SEND_CLIENT_KEY_EXCHANGE,ERR_R_EC_LIB); - goto err; - } - if (ecdh_clnt_cert) - { - /* Reuse key info from our certificate - * We only need our private key to perform - * the ECDH computation. - */ - const BIGNUM *priv_key; - tkey = s->cert->key->privatekey->pkey.ec; - priv_key = EC_KEY_get0_private_key(tkey); - if (priv_key == NULL) - { - SSLerr(SSL_F_DTLS1_SEND_CLIENT_KEY_EXCHANGE,ERR_R_MALLOC_FAILURE); - goto err; - } - if (!EC_KEY_set_private_key(clnt_ecdh, priv_key)) - { - SSLerr(SSL_F_DTLS1_SEND_CLIENT_KEY_EXCHANGE,ERR_R_EC_LIB); - goto err; - } - } - else - { - /* Generate a new ECDH key pair */ - if (!(EC_KEY_generate_key(clnt_ecdh))) - { - SSLerr(SSL_F_DTLS1_SEND_CLIENT_KEY_EXCHANGE, ERR_R_ECDH_LIB); - goto err; - } - } - - /* use the 'p' output buffer for the ECDH key, but - * make sure to clear it out afterwards - */ - - field_size = EC_GROUP_get_degree(srvr_group); - if (field_size <= 0) - { - SSLerr(SSL_F_DTLS1_SEND_CLIENT_KEY_EXCHANGE, - ERR_R_ECDH_LIB); - goto err; - } - n=ECDH_compute_key(p, (field_size+7)/8, srvr_ecpoint, clnt_ecdh, NULL); - if (n <= 0) - { - SSLerr(SSL_F_DTLS1_SEND_CLIENT_KEY_EXCHANGE, - ERR_R_ECDH_LIB); - goto err; - } - - /* generate master key from the result */ - s->session->master_key_length = s->method->ssl3_enc \ - -> generate_master_secret(s, - s->session->master_key, - p, n); - - memset(p, 0, n); /* clean up */ - - if (ecdh_clnt_cert) - { - /* Send empty client key exch message */ - n = 0; - } - else - { - /* First check the size of encoding and - * allocate memory accordingly. - */ - encoded_pt_len = - EC_POINT_point2oct(srvr_group, - EC_KEY_get0_public_key(clnt_ecdh), - POINT_CONVERSION_UNCOMPRESSED, - NULL, 0, NULL); - - encodedPoint = (unsigned char *) - OPENSSL_malloc(encoded_pt_len * - sizeof(unsigned char)); - bn_ctx = BN_CTX_new(); - if ((encodedPoint == NULL) || - (bn_ctx == NULL)) - { - SSLerr(SSL_F_DTLS1_SEND_CLIENT_KEY_EXCHANGE,ERR_R_MALLOC_FAILURE); - goto err; - } - - /* Encode the public key */ - n = EC_POINT_point2oct(srvr_group, - EC_KEY_get0_public_key(clnt_ecdh), - POINT_CONVERSION_UNCOMPRESSED, - encodedPoint, encoded_pt_len, bn_ctx); - - *p = n; /* length of encoded point */ - /* Encoded point will be copied here */ - p += 1; - /* copy the point */ - memcpy((unsigned char *)p, encodedPoint, n); - /* increment n to account for length field */ - n += 1; - } - - /* Free allocated memory */ - BN_CTX_free(bn_ctx); - if (encodedPoint != NULL) OPENSSL_free(encodedPoint); - if (clnt_ecdh != NULL) - EC_KEY_free(clnt_ecdh); - EVP_PKEY_free(srvr_pub_pkey); - } -#endif /* !OPENSSL_NO_ECDH */ - -#ifndef OPENSSL_NO_PSK - else if (alg_k & SSL_kPSK) - { - char identity[PSK_MAX_IDENTITY_LEN]; - unsigned char *t = NULL; - unsigned char psk_or_pre_ms[PSK_MAX_PSK_LEN*2+4]; - unsigned int pre_ms_len = 0, psk_len = 0; - int psk_err = 1; - - n = 0; - if (s->psk_client_callback == NULL) - { - SSLerr(SSL_F_DTLS1_SEND_CLIENT_KEY_EXCHANGE, - SSL_R_PSK_NO_CLIENT_CB); - goto err; - } - - psk_len = s->psk_client_callback(s, s->ctx->psk_identity_hint, - identity, PSK_MAX_IDENTITY_LEN, - psk_or_pre_ms, sizeof(psk_or_pre_ms)); - if (psk_len > PSK_MAX_PSK_LEN) - { - SSLerr(SSL_F_DTLS1_SEND_CLIENT_KEY_EXCHANGE, - ERR_R_INTERNAL_ERROR); - goto psk_err; - } - else if (psk_len == 0) - { - SSLerr(SSL_F_DTLS1_SEND_CLIENT_KEY_EXCHANGE, - SSL_R_PSK_IDENTITY_NOT_FOUND); - goto psk_err; - } - - /* create PSK pre_master_secret */ - pre_ms_len = 2+psk_len+2+psk_len; - t = psk_or_pre_ms; - memmove(psk_or_pre_ms+psk_len+4, psk_or_pre_ms, psk_len); - s2n(psk_len, t); - memset(t, 0, psk_len); - t+=psk_len; - s2n(psk_len, t); - - if (s->session->psk_identity_hint != NULL) - OPENSSL_free(s->session->psk_identity_hint); - s->session->psk_identity_hint = BUF_strdup(s->ctx->psk_identity_hint); - if (s->ctx->psk_identity_hint != NULL && - s->session->psk_identity_hint == NULL) - { - SSLerr(SSL_F_DTLS1_SEND_CLIENT_KEY_EXCHANGE, - ERR_R_MALLOC_FAILURE); - goto psk_err; - } - - if (s->session->psk_identity != NULL) - OPENSSL_free(s->session->psk_identity); - s->session->psk_identity = BUF_strdup(identity); - if (s->session->psk_identity == NULL) - { - SSLerr(SSL_F_DTLS1_SEND_CLIENT_KEY_EXCHANGE, - ERR_R_MALLOC_FAILURE); - goto psk_err; - } - - s->session->master_key_length = - s->method->ssl3_enc->generate_master_secret(s, - s->session->master_key, - psk_or_pre_ms, pre_ms_len); - n = strlen(identity); - s2n(n, p); - memcpy(p, identity, n); - n+=2; - psk_err = 0; - psk_err: - OPENSSL_cleanse(identity, PSK_MAX_IDENTITY_LEN); - OPENSSL_cleanse(psk_or_pre_ms, sizeof(psk_or_pre_ms)); - if (psk_err != 0) - { - ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE); - goto err; - } - } -#endif - else - { - ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_HANDSHAKE_FAILURE); - SSLerr(SSL_F_DTLS1_SEND_CLIENT_KEY_EXCHANGE,ERR_R_INTERNAL_ERROR); - goto err; - } - - d = dtls1_set_message_header(s, d, - SSL3_MT_CLIENT_KEY_EXCHANGE, n, 0, n); - /* - *(d++)=SSL3_MT_CLIENT_KEY_EXCHANGE; - l2n3(n,d); - l2n(s->d1->handshake_write_seq,d); - s->d1->handshake_write_seq++; - */ - - s->state=SSL3_ST_CW_KEY_EXCH_B; - /* number of bytes to write */ - s->init_num=n+DTLS1_HM_HEADER_LENGTH; - s->init_off=0; - - /* buffer the message to handle re-xmits */ - dtls1_buffer_message(s, 0); - } - - /* SSL3_ST_CW_KEY_EXCH_B */ - return(dtls1_do_write(s,SSL3_RT_HANDSHAKE)); -err: -#ifndef OPENSSL_NO_ECDH - BN_CTX_free(bn_ctx); - if (encodedPoint != NULL) OPENSSL_free(encodedPoint); - if (clnt_ecdh != NULL) - EC_KEY_free(clnt_ecdh); - EVP_PKEY_free(srvr_pub_pkey); -#endif - return(-1); - } - -int dtls1_send_client_verify(SSL *s) - { - unsigned char *p,*d; - unsigned char data[MD5_DIGEST_LENGTH+SHA_DIGEST_LENGTH]; - EVP_PKEY *pkey; -#ifndef OPENSSL_NO_RSA - unsigned u=0; -#endif - unsigned long n; -#if !defined(OPENSSL_NO_DSA) || !defined(OPENSSL_NO_ECDSA) - int j; -#endif - - if (s->state == SSL3_ST_CW_CERT_VRFY_A) - { - d=(unsigned char *)s->init_buf->data; - p= &(d[DTLS1_HM_HEADER_LENGTH]); - pkey=s->cert->key->privatekey; - - s->method->ssl3_enc->cert_verify_mac(s, - NID_sha1, - &(data[MD5_DIGEST_LENGTH])); - -#ifndef OPENSSL_NO_RSA - if (pkey->type == EVP_PKEY_RSA) - { - s->method->ssl3_enc->cert_verify_mac(s, - NID_md5, - &(data[0])); - if (RSA_sign(NID_md5_sha1, data, - MD5_DIGEST_LENGTH+SHA_DIGEST_LENGTH, - &(p[2]), &u, pkey->pkey.rsa) <= 0 ) - { - SSLerr(SSL_F_DTLS1_SEND_CLIENT_VERIFY,ERR_R_RSA_LIB); - goto err; - } - s2n(u,p); - n=u+2; - } - else -#endif -#ifndef OPENSSL_NO_DSA - if (pkey->type == EVP_PKEY_DSA) - { - if (!DSA_sign(pkey->save_type, - &(data[MD5_DIGEST_LENGTH]), - SHA_DIGEST_LENGTH,&(p[2]), - (unsigned int *)&j,pkey->pkey.dsa)) - { - SSLerr(SSL_F_DTLS1_SEND_CLIENT_VERIFY,ERR_R_DSA_LIB); - goto err; - } - s2n(j,p); - n=j+2; - } - else -#endif -#ifndef OPENSSL_NO_ECDSA - if (pkey->type == EVP_PKEY_EC) - { - if (!ECDSA_sign(pkey->save_type, - &(data[MD5_DIGEST_LENGTH]), - SHA_DIGEST_LENGTH,&(p[2]), - (unsigned int *)&j,pkey->pkey.ec)) - { - SSLerr(SSL_F_DTLS1_SEND_CLIENT_VERIFY, - ERR_R_ECDSA_LIB); - goto err; - } - s2n(j,p); - n=j+2; - } - else -#endif - { - SSLerr(SSL_F_DTLS1_SEND_CLIENT_VERIFY,ERR_R_INTERNAL_ERROR); - goto err; - } - - d = dtls1_set_message_header(s, d, - SSL3_MT_CERTIFICATE_VERIFY, n, 0, n) ; - - s->init_num=(int)n+DTLS1_HM_HEADER_LENGTH; - s->init_off=0; - - /* buffer the message to handle re-xmits */ - dtls1_buffer_message(s, 0); - - s->state = SSL3_ST_CW_CERT_VRFY_B; - } - - /* s->state = SSL3_ST_CW_CERT_VRFY_B */ - return(dtls1_do_write(s,SSL3_RT_HANDSHAKE)); -err: - return(-1); - } - -int dtls1_send_client_certificate(SSL *s) - { - X509 *x509=NULL; - EVP_PKEY *pkey=NULL; - int i; - unsigned long l; - - if (s->state == SSL3_ST_CW_CERT_A) - { - if ((s->cert == NULL) || - (s->cert->key->x509 == NULL) || - (s->cert->key->privatekey == NULL)) - s->state=SSL3_ST_CW_CERT_B; - else - s->state=SSL3_ST_CW_CERT_C; - } - - /* We need to get a client cert */ - if (s->state == SSL3_ST_CW_CERT_B) - { - /* If we get an error, we need to - * ssl->rwstate=SSL_X509_LOOKUP; return(-1); - * We then get retied later */ - i=0; - i = ssl_do_client_cert_cb(s, &x509, &pkey); - if (i < 0) - { - s->rwstate=SSL_X509_LOOKUP; - return(-1); - } - s->rwstate=SSL_NOTHING; - if ((i == 1) && (pkey != NULL) && (x509 != NULL)) - { - s->state=SSL3_ST_CW_CERT_B; - if ( !SSL_use_certificate(s,x509) || - !SSL_use_PrivateKey(s,pkey)) - i=0; - } - else if (i == 1) - { - i=0; - SSLerr(SSL_F_DTLS1_SEND_CLIENT_CERTIFICATE,SSL_R_BAD_DATA_RETURNED_BY_CALLBACK); - } - - if (x509 != NULL) X509_free(x509); - if (pkey != NULL) EVP_PKEY_free(pkey); - if (i == 0) - { - if (s->version == SSL3_VERSION) - { - s->s3->tmp.cert_req=0; - ssl3_send_alert(s,SSL3_AL_WARNING,SSL_AD_NO_CERTIFICATE); - return(1); - } - else - { - s->s3->tmp.cert_req=2; - } - } - - /* Ok, we have a cert */ - s->state=SSL3_ST_CW_CERT_C; - } - - if (s->state == SSL3_ST_CW_CERT_C) - { - s->state=SSL3_ST_CW_CERT_D; - l=dtls1_output_cert_chain(s, - (s->s3->tmp.cert_req == 2)?NULL:s->cert->key->x509); - s->init_num=(int)l; - s->init_off=0; - - /* set header called by dtls1_output_cert_chain() */ - - /* buffer the message to handle re-xmits */ - dtls1_buffer_message(s, 0); - } - /* SSL3_ST_CW_CERT_D */ - return(dtls1_do_write(s,SSL3_RT_HANDSHAKE)); - } +{ + int n, al, ok = 0; + unsigned char *data; + unsigned int cookie_len; + + s->first_packet = 1; + n = s->method->ssl_get_message(s, + DTLS1_ST_CR_HELLO_VERIFY_REQUEST_A, + DTLS1_ST_CR_HELLO_VERIFY_REQUEST_B, + -1, s->max_cert_list, &ok); + s->first_packet = 0; + + if (!ok) + return ((int)n); + + if (s->s3->tmp.message_type != DTLS1_MT_HELLO_VERIFY_REQUEST) { + s->d1->send_cookie = 0; + s->s3->tmp.reuse_message = 1; + return (1); + } + + data = (unsigned char *)s->init_msg; +#if 0 + if (s->method->version != DTLS_ANY_VERSION && + ((data[0] != (s->version >> 8)) || (data[1] != (s->version & 0xff)))) + { + SSLerr(SSL_F_DTLS1_GET_HELLO_VERIFY, SSL_R_WRONG_SSL_VERSION); + s->version = (s->version & 0xff00) | data[1]; + al = SSL_AD_PROTOCOL_VERSION; + goto f_err; + } +#endif + data += 2; + + cookie_len = *(data++); + if (cookie_len > sizeof(s->d1->cookie)) { + al = SSL_AD_ILLEGAL_PARAMETER; + goto f_err; + } + + memcpy(s->d1->cookie, data, cookie_len); + s->d1->cookie_len = cookie_len; + + s->d1->send_cookie = 1; + return 1; + + f_err: + ssl3_send_alert(s, SSL3_AL_FATAL, al); + return -1; +} diff --git a/openssl/ssl/d1_enc.c b/openssl/ssl/d1_enc.c deleted file mode 100644 index 712c4647f..000000000 --- a/openssl/ssl/d1_enc.c +++ /dev/null @@ -1,260 +0,0 @@ -/* ssl/d1_enc.c */ -/* - * DTLS implementation written by Nagendra Modadugu - * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. - */ -/* ==================================================================== - * Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the - * distribution. - * - * 3. All advertising materials mentioning features or use of this - * software must display the following acknowledgment: - * "This product includes software developed by the OpenSSL Project - * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - * - * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - * endorse or promote products derived from this software without - * prior written permission. For written permission, please contact - * openssl-core@openssl.org. - * - * 5. Products derived from this software may not be called "OpenSSL" - * nor may "OpenSSL" appear in their names without prior written - * permission of the OpenSSL Project. - * - * 6. Redistributions of any form whatsoever must retain the following - * acknowledgment: - * "This product includes software developed by the OpenSSL Project - * for use in the OpenSSL Toolkit (http://www.openssl.org/)" - * - * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY - * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR - * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT - * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; - * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, - * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED - * OF THE POSSIBILITY OF SUCH DAMAGE. - * ==================================================================== - * - * This product includes cryptographic software written by Eric Young - * (eay@cryptsoft.com). This product includes software written by Tim - * Hudson (tjh@cryptsoft.com). - * - */ -/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) - * All rights reserved. - * - * This package is an SSL implementation written - * by Eric Young (eay@cryptsoft.com). - * The implementation was written so as to conform with Netscapes SSL. - * - * This library is free for commercial and non-commercial use as long as - * the following conditions are aheared to. The following conditions - * apply to all code found in this distribution, be it the RC4, RSA, - * lhash, DES, etc., code; not just the SSL code. The SSL documentation - * included with this distribution is covered by the same copyright terms - * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * - * Copyright remains Eric Young's, and as such any Copyright notices in - * the code are not to be removed. - * If this package is used in a product, Eric Young should be given attribution - * as the author of the parts of the library used. - * This can be in the form of a textual message at program startup or - * in documentation (online or textual) provided with the package. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * "This product includes cryptographic software written by - * Eric Young (eay@cryptsoft.com)" - * The word 'cryptographic' can be left out if the rouines from the library - * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from - * the apps directory (application code) you must include an acknowledgement: - * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * - * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - * - * The licence and distribution terms for any publically available version or - * derivative of this code cannot be changed. i.e. this code cannot simply be - * copied and put under another distribution licence - * [including the GNU Public Licence.] - */ - -#include -#include "ssl_locl.h" -#ifndef OPENSSL_NO_COMP -#include -#endif -#include -#include -#include -#include -#ifdef KSSL_DEBUG -#include -#endif - -/* dtls1_enc encrypts/decrypts the record in |s->wrec| / |s->rrec|, respectively. - * - * Returns: - * 0: (in non-constant time) if the record is publically invalid (i.e. too - * short etc). - * 1: if the record's padding is valid / the encryption was successful. - * -1: if the record's padding/AEAD-authenticator is invalid or, if sending, - * an internal error occured. */ -int dtls1_enc(SSL *s, int send) - { - SSL3_RECORD *rec; - EVP_CIPHER_CTX *ds; - unsigned long l; - int bs,i,j,k,mac_size=0; - const EVP_CIPHER *enc; - - if (send) - { - if (EVP_MD_CTX_md(s->write_hash)) - { - mac_size=EVP_MD_CTX_size(s->write_hash); - if (mac_size < 0) - return -1; - } - ds=s->enc_write_ctx; - rec= &(s->s3->wrec); - if (s->enc_write_ctx == NULL) - enc=NULL; - else - { - enc=EVP_CIPHER_CTX_cipher(s->enc_write_ctx); - if ( rec->data != rec->input) - /* we can't write into the input stream */ - fprintf(stderr, "%s:%d: rec->data != rec->input\n", - __FILE__, __LINE__); - else if ( EVP_CIPHER_block_size(ds->cipher) > 1) - { - if (RAND_bytes(rec->input, EVP_CIPHER_block_size(ds->cipher)) <= 0) - return -1; - } - } - } - else - { - if (EVP_MD_CTX_md(s->read_hash)) - { - mac_size=EVP_MD_CTX_size(s->read_hash); - OPENSSL_assert(mac_size >= 0); - } - ds=s->enc_read_ctx; - rec= &(s->s3->rrec); - if (s->enc_read_ctx == NULL) - enc=NULL; - else - enc=EVP_CIPHER_CTX_cipher(s->enc_read_ctx); - } - -#ifdef KSSL_DEBUG - printf("dtls1_enc(%d)\n", send); -#endif /* KSSL_DEBUG */ - - if ((s->session == NULL) || (ds == NULL) || - (enc == NULL)) - { - memmove(rec->data,rec->input,rec->length); - rec->input=rec->data; - } - else - { - l=rec->length; - bs=EVP_CIPHER_block_size(ds->cipher); - - if ((bs != 1) && send) - { - i=bs-((int)l%bs); - - /* Add weird padding of upto 256 bytes */ - - /* we need to add 'i' padding bytes of value j */ - j=i-1; - if (s->options & SSL_OP_TLS_BLOCK_PADDING_BUG) - { - if (s->s3->flags & TLS1_FLAGS_TLS_PADDING_BUG) - j++; - } - for (k=(int)l; k<(int)(l+i); k++) - rec->input[k]=j; - l+=i; - rec->length+=i; - } - -#ifdef KSSL_DEBUG - { - unsigned long ui; - printf("EVP_Cipher(ds=%p,rec->data=%p,rec->input=%p,l=%ld) ==>\n", - ds,rec->data,rec->input,l); - printf("\tEVP_CIPHER_CTX: %d buf_len, %d key_len [%d %d], %d iv_len\n", - ds->buf_len, ds->cipher->key_len, - DES_KEY_SZ, DES_SCHEDULE_SZ, - ds->cipher->iv_len); - printf("\t\tIV: "); - for (i=0; icipher->iv_len; i++) printf("%02X", ds->iv[i]); - printf("\n"); - printf("\trec->input="); - for (ui=0; uiinput[ui]); - printf("\n"); - } -#endif /* KSSL_DEBUG */ - - if (!send) - { - if (l == 0 || l%bs != 0) - return 0; - } - - EVP_Cipher(ds,rec->data,rec->input,l); - -#ifdef KSSL_DEBUG - { - unsigned long i; - printf("\trec->data="); - for (i=0; idata[i]); printf("\n"); - } -#endif /* KSSL_DEBUG */ - - if ((bs != 1) && !send) - return tls1_cbc_remove_padding(s, rec, bs, mac_size); - } - return(1); - } - diff --git a/openssl/ssl/d1_lib.c b/openssl/ssl/d1_lib.c index 82ca65392..28457579b 100644 --- a/openssl/ssl/d1_lib.c +++ b/openssl/ssl/d1_lib.c @@ -1,7 +1,7 @@ /* ssl/d1_lib.c */ -/* +/* * DTLS implementation written by Nagendra Modadugu - * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. + * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. */ /* ==================================================================== * Copyright (c) 1999-2005 The OpenSSL Project. All rights reserved. @@ -11,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -62,227 +62,281 @@ #include #include "ssl_locl.h" -#if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_VMS) -#include +#if defined(OPENSSL_SYS_VMS) +# include #endif static void get_current_time(struct timeval *t); -const char dtls1_version_str[]="DTLSv1" OPENSSL_VERSION_PTEXT; +static void dtls1_set_handshake_header(SSL *s, int type, unsigned long len); +static int dtls1_handshake_write(SSL *s); +const char dtls1_version_str[] = "DTLSv1" OPENSSL_VERSION_PTEXT; int dtls1_listen(SSL *s, struct sockaddr *client); -SSL3_ENC_METHOD DTLSv1_enc_data={ - dtls1_enc, - tls1_mac, - tls1_setup_key_block, - tls1_generate_master_secret, - tls1_change_cipher_state, - tls1_final_finish_mac, - TLS1_FINISH_MAC_LENGTH, - tls1_cert_verify_mac, - TLS_MD_CLIENT_FINISH_CONST,TLS_MD_CLIENT_FINISH_CONST_SIZE, - TLS_MD_SERVER_FINISH_CONST,TLS_MD_SERVER_FINISH_CONST_SIZE, - tls1_alert_code, - tls1_export_keying_material, - }; +SSL3_ENC_METHOD DTLSv1_enc_data = { + tls1_enc, + tls1_mac, + tls1_setup_key_block, + tls1_generate_master_secret, + tls1_change_cipher_state, + tls1_final_finish_mac, + TLS1_FINISH_MAC_LENGTH, + tls1_cert_verify_mac, + TLS_MD_CLIENT_FINISH_CONST, TLS_MD_CLIENT_FINISH_CONST_SIZE, + TLS_MD_SERVER_FINISH_CONST, TLS_MD_SERVER_FINISH_CONST_SIZE, + tls1_alert_code, + tls1_export_keying_material, + SSL_ENC_FLAG_DTLS | SSL_ENC_FLAG_EXPLICIT_IV, + DTLS1_HM_HEADER_LENGTH, + dtls1_set_handshake_header, + dtls1_handshake_write +}; + +SSL3_ENC_METHOD DTLSv1_2_enc_data = { + tls1_enc, + tls1_mac, + tls1_setup_key_block, + tls1_generate_master_secret, + tls1_change_cipher_state, + tls1_final_finish_mac, + TLS1_FINISH_MAC_LENGTH, + tls1_cert_verify_mac, + TLS_MD_CLIENT_FINISH_CONST, TLS_MD_CLIENT_FINISH_CONST_SIZE, + TLS_MD_SERVER_FINISH_CONST, TLS_MD_SERVER_FINISH_CONST_SIZE, + tls1_alert_code, + tls1_export_keying_material, + SSL_ENC_FLAG_DTLS | SSL_ENC_FLAG_EXPLICIT_IV | SSL_ENC_FLAG_SIGALGS + | SSL_ENC_FLAG_SHA256_PRF | SSL_ENC_FLAG_TLS1_2_CIPHERS, + DTLS1_HM_HEADER_LENGTH, + dtls1_set_handshake_header, + dtls1_handshake_write +}; long dtls1_default_timeout(void) - { - /* 2 hours, the 24 hours mentioned in the DTLSv1 spec - * is way too long for http, the cache would over fill */ - return(60*60*2); - } +{ + /* + * 2 hours, the 24 hours mentioned in the DTLSv1 spec is way too long for + * http, the cache would over fill + */ + return (60 * 60 * 2); +} int dtls1_new(SSL *s) - { - DTLS1_STATE *d1; - - if (!ssl3_new(s)) return(0); - if ((d1=OPENSSL_malloc(sizeof *d1)) == NULL) return (0); - memset(d1,0, sizeof *d1); - - /* d1->handshake_epoch=0; */ - - d1->unprocessed_rcds.q=pqueue_new(); - d1->processed_rcds.q=pqueue_new(); - d1->buffered_messages = pqueue_new(); - d1->sent_messages=pqueue_new(); - d1->buffered_app_data.q=pqueue_new(); - - if ( s->server) - { - d1->cookie_len = sizeof(s->d1->cookie); - } - - if( ! d1->unprocessed_rcds.q || ! d1->processed_rcds.q - || ! d1->buffered_messages || ! d1->sent_messages || ! d1->buffered_app_data.q) - { - if ( d1->unprocessed_rcds.q) pqueue_free(d1->unprocessed_rcds.q); - if ( d1->processed_rcds.q) pqueue_free(d1->processed_rcds.q); - if ( d1->buffered_messages) pqueue_free(d1->buffered_messages); - if ( d1->sent_messages) pqueue_free(d1->sent_messages); - if ( d1->buffered_app_data.q) pqueue_free(d1->buffered_app_data.q); - OPENSSL_free(d1); - return (0); - } - - s->d1=d1; - s->method->ssl_clear(s); - return(1); - } +{ + DTLS1_STATE *d1; + + if (!ssl3_new(s)) + return (0); + if ((d1 = OPENSSL_malloc(sizeof *d1)) == NULL) + return (0); + memset(d1, 0, sizeof *d1); + + /* d1->handshake_epoch=0; */ + + d1->unprocessed_rcds.q = pqueue_new(); + d1->processed_rcds.q = pqueue_new(); + d1->buffered_messages = pqueue_new(); + d1->sent_messages = pqueue_new(); + d1->buffered_app_data.q = pqueue_new(); + + if (s->server) { + d1->cookie_len = sizeof(s->d1->cookie); + } + + d1->link_mtu = 0; + d1->mtu = 0; + + if (!d1->unprocessed_rcds.q || !d1->processed_rcds.q + || !d1->buffered_messages || !d1->sent_messages + || !d1->buffered_app_data.q) { + if (d1->unprocessed_rcds.q) + pqueue_free(d1->unprocessed_rcds.q); + if (d1->processed_rcds.q) + pqueue_free(d1->processed_rcds.q); + if (d1->buffered_messages) + pqueue_free(d1->buffered_messages); + if (d1->sent_messages) + pqueue_free(d1->sent_messages); + if (d1->buffered_app_data.q) + pqueue_free(d1->buffered_app_data.q); + OPENSSL_free(d1); + return (0); + } + + s->d1 = d1; + s->method->ssl_clear(s); + return (1); +} static void dtls1_clear_queues(SSL *s) - { +{ pitem *item = NULL; hm_fragment *frag = NULL; - DTLS1_RECORD_DATA *rdata; - - while( (item = pqueue_pop(s->d1->unprocessed_rcds.q)) != NULL) - { - rdata = (DTLS1_RECORD_DATA *) item->data; - if (rdata->rbuf.buf) - { - OPENSSL_free(rdata->rbuf.buf); - } + DTLS1_RECORD_DATA *rdata; + + while ((item = pqueue_pop(s->d1->unprocessed_rcds.q)) != NULL) { + rdata = (DTLS1_RECORD_DATA *)item->data; + if (rdata->rbuf.buf) { + OPENSSL_free(rdata->rbuf.buf); + } OPENSSL_free(item->data); pitem_free(item); - } + } - while( (item = pqueue_pop(s->d1->processed_rcds.q)) != NULL) - { - rdata = (DTLS1_RECORD_DATA *) item->data; - if (rdata->rbuf.buf) - { - OPENSSL_free(rdata->rbuf.buf); - } + while ((item = pqueue_pop(s->d1->processed_rcds.q)) != NULL) { + rdata = (DTLS1_RECORD_DATA *)item->data; + if (rdata->rbuf.buf) { + OPENSSL_free(rdata->rbuf.buf); + } OPENSSL_free(item->data); pitem_free(item); - } + } - while( (item = pqueue_pop(s->d1->buffered_messages)) != NULL) - { + while ((item = pqueue_pop(s->d1->buffered_messages)) != NULL) { frag = (hm_fragment *)item->data; - OPENSSL_free(frag->fragment); - OPENSSL_free(frag); + dtls1_hm_fragment_free(frag); pitem_free(item); - } + } - while ( (item = pqueue_pop(s->d1->sent_messages)) != NULL) - { + while ((item = pqueue_pop(s->d1->sent_messages)) != NULL) { frag = (hm_fragment *)item->data; - OPENSSL_free(frag->fragment); - OPENSSL_free(frag); + dtls1_hm_fragment_free(frag); pitem_free(item); - } + } - while ( (item = pqueue_pop(s->d1->buffered_app_data.q)) != NULL) - { - rdata = (DTLS1_RECORD_DATA *) item->data; - if (rdata->rbuf.buf) - { - OPENSSL_free(rdata->rbuf.buf); - } - OPENSSL_free(item->data); - pitem_free(item); - } - } + while ((item = pqueue_pop(s->d1->buffered_app_data.q)) != NULL) { + rdata = (DTLS1_RECORD_DATA *)item->data; + if (rdata->rbuf.buf) { + OPENSSL_free(rdata->rbuf.buf); + } + OPENSSL_free(item->data); + pitem_free(item); + } +} void dtls1_free(SSL *s) - { - ssl3_free(s); +{ + ssl3_free(s); - dtls1_clear_queues(s); + dtls1_clear_queues(s); pqueue_free(s->d1->unprocessed_rcds.q); pqueue_free(s->d1->processed_rcds.q); pqueue_free(s->d1->buffered_messages); - pqueue_free(s->d1->sent_messages); - pqueue_free(s->d1->buffered_app_data.q); + pqueue_free(s->d1->sent_messages); + pqueue_free(s->d1->buffered_app_data.q); - OPENSSL_free(s->d1); - s->d1 = NULL; - } + OPENSSL_free(s->d1); + s->d1 = NULL; +} void dtls1_clear(SSL *s) - { +{ pqueue unprocessed_rcds; pqueue processed_rcds; pqueue buffered_messages; - pqueue sent_messages; - pqueue buffered_app_data; - unsigned int mtu; - - if (s->d1) - { - unprocessed_rcds = s->d1->unprocessed_rcds.q; - processed_rcds = s->d1->processed_rcds.q; - buffered_messages = s->d1->buffered_messages; - sent_messages = s->d1->sent_messages; - buffered_app_data = s->d1->buffered_app_data.q; - mtu = s->d1->mtu; - - dtls1_clear_queues(s); - - memset(s->d1, 0, sizeof(*(s->d1))); - - if (s->server) - { - s->d1->cookie_len = sizeof(s->d1->cookie); - } - - if (SSL_get_options(s) & SSL_OP_NO_QUERY_MTU) - { - s->d1->mtu = mtu; - } - - s->d1->unprocessed_rcds.q = unprocessed_rcds; - s->d1->processed_rcds.q = processed_rcds; - s->d1->buffered_messages = buffered_messages; - s->d1->sent_messages = sent_messages; - s->d1->buffered_app_data.q = buffered_app_data; - } - - ssl3_clear(s); - if (s->options & SSL_OP_CISCO_ANYCONNECT) - s->version=DTLS1_BAD_VER; - else - s->version=DTLS1_VERSION; - } + pqueue sent_messages; + pqueue buffered_app_data; + unsigned int mtu; + unsigned int link_mtu; + + if (s->d1) { + unprocessed_rcds = s->d1->unprocessed_rcds.q; + processed_rcds = s->d1->processed_rcds.q; + buffered_messages = s->d1->buffered_messages; + sent_messages = s->d1->sent_messages; + buffered_app_data = s->d1->buffered_app_data.q; + mtu = s->d1->mtu; + link_mtu = s->d1->link_mtu; + + dtls1_clear_queues(s); + + memset(s->d1, 0, sizeof(*(s->d1))); + + if (s->server) { + s->d1->cookie_len = sizeof(s->d1->cookie); + } + + if (SSL_get_options(s) & SSL_OP_NO_QUERY_MTU) { + s->d1->mtu = mtu; + s->d1->link_mtu = link_mtu; + } + + s->d1->unprocessed_rcds.q = unprocessed_rcds; + s->d1->processed_rcds.q = processed_rcds; + s->d1->buffered_messages = buffered_messages; + s->d1->sent_messages = sent_messages; + s->d1->buffered_app_data.q = buffered_app_data; + } + + ssl3_clear(s); + if (s->options & SSL_OP_CISCO_ANYCONNECT) + s->version = DTLS1_BAD_VER; + else if (s->method->version == DTLS_ANY_VERSION) + s->version = DTLS1_2_VERSION; + else + s->version = s->method->version; +} long dtls1_ctrl(SSL *s, int cmd, long larg, void *parg) - { - int ret=0; - - switch (cmd) - { - case DTLS_CTRL_GET_TIMEOUT: - if (dtls1_get_timeout(s, (struct timeval*) parg) != NULL) - { - ret = 1; - } - break; - case DTLS_CTRL_HANDLE_TIMEOUT: - ret = dtls1_handle_timeout(s); - break; - case DTLS_CTRL_LISTEN: - ret = dtls1_listen(s, parg); - break; - case SSL_CTRL_CHECK_PROTO_VERSION: - /* For library-internal use; checks that the current protocol - * is the highest enabled version (according to s->ctx->method, - * as version negotiation may have changed s->method). */ -#if DTLS_MAX_VERSION != DTLS1_VERSION -# error Code needs update for DTLS_method() support beyond DTLS1_VERSION. -#endif - /* Just one protocol version is supported so far; - * fail closed if the version is not as expected. */ - return s->version == DTLS_MAX_VERSION; +{ + int ret = 0; - default: - ret = ssl3_ctrl(s, cmd, larg, parg); - break; - } - return(ret); - } + switch (cmd) { + case DTLS_CTRL_GET_TIMEOUT: + if (dtls1_get_timeout(s, (struct timeval *)parg) != NULL) { + ret = 1; + } + break; + case DTLS_CTRL_HANDLE_TIMEOUT: + ret = dtls1_handle_timeout(s); + break; + case DTLS_CTRL_LISTEN: + ret = dtls1_listen(s, parg); + break; + case SSL_CTRL_CHECK_PROTO_VERSION: + /* + * For library-internal use; checks that the current protocol is the + * highest enabled version (according to s->ctx->method, as version + * negotiation may have changed s->method). + */ + if (s->version == s->ctx->method->version) + return 1; + /* + * Apparently we're using a version-flexible SSL_METHOD (not at its + * highest protocol version). + */ + if (s->ctx->method->version == DTLS_method()->version) { +#if DTLS_MAX_VERSION != DTLS1_2_VERSION +# error Code needs update for DTLS_method() support beyond DTLS1_2_VERSION. +#endif + if (!(s->options & SSL_OP_NO_DTLSv1_2)) + return s->version == DTLS1_2_VERSION; + if (!(s->options & SSL_OP_NO_DTLSv1)) + return s->version == DTLS1_VERSION; + } + return 0; /* Unexpected state; fail closed. */ + case DTLS_CTRL_SET_LINK_MTU: + if (larg < (long)dtls1_link_min_mtu()) + return 0; + s->d1->link_mtu = larg; + return 1; + case DTLS_CTRL_GET_LINK_MIN_MTU: + return (long)dtls1_link_min_mtu(); + case SSL_CTRL_SET_MTU: + /* + * We may not have a BIO set yet so can't call dtls1_min_mtu() + * We'll have to make do with dtls1_link_min_mtu() and max overhead + */ + if (larg < (long)dtls1_link_min_mtu() - DTLS1_MAX_MTU_OVERHEAD) + return 0; + s->d1->mtu = larg; + return larg; + default: + ret = ssl3_ctrl(s, cmd, larg, parg); + break; + } + return (ret); +} /* * As it's impossible to use stream ciphers in "datagram" mode, this @@ -292,205 +346,225 @@ long dtls1_ctrl(SSL *s, int cmd, long larg, void *parg) * available, but if new ones emerge, they will have to be added... */ const SSL_CIPHER *dtls1_get_cipher(unsigned int u) - { - const SSL_CIPHER *ciph = ssl3_get_cipher(u); +{ + const SSL_CIPHER *ciph = ssl3_get_cipher(u); - if (ciph != NULL) - { - if (ciph->algorithm_enc == SSL_RC4) - return NULL; - } + if (ciph != NULL) { + if (ciph->algorithm_enc == SSL_RC4) + return NULL; + } - return ciph; - } + return ciph; +} void dtls1_start_timer(SSL *s) - { +{ #ifndef OPENSSL_NO_SCTP - /* Disable timer for SCTP */ - if (BIO_dgram_is_sctp(SSL_get_wbio(s))) - { - memset(&(s->d1->next_timeout), 0, sizeof(struct timeval)); - return; - } + /* Disable timer for SCTP */ + if (BIO_dgram_is_sctp(SSL_get_wbio(s))) { + memset(&(s->d1->next_timeout), 0, sizeof(struct timeval)); + return; + } #endif - /* If timer is not set, initialize duration with 1 second */ - if (s->d1->next_timeout.tv_sec == 0 && s->d1->next_timeout.tv_usec == 0) - { - s->d1->timeout_duration = 1; - } - - /* Set timeout to current time */ - get_current_time(&(s->d1->next_timeout)); - - /* Add duration to current time */ - s->d1->next_timeout.tv_sec += s->d1->timeout_duration; - BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0, &(s->d1->next_timeout)); - } - -struct timeval* dtls1_get_timeout(SSL *s, struct timeval* timeleft) - { - struct timeval timenow; - - /* If no timeout is set, just return NULL */ - if (s->d1->next_timeout.tv_sec == 0 && s->d1->next_timeout.tv_usec == 0) - { - return NULL; - } - - /* Get current time */ - get_current_time(&timenow); - - /* If timer already expired, set remaining time to 0 */ - if (s->d1->next_timeout.tv_sec < timenow.tv_sec || - (s->d1->next_timeout.tv_sec == timenow.tv_sec && - s->d1->next_timeout.tv_usec <= timenow.tv_usec)) - { - memset(timeleft, 0, sizeof(struct timeval)); - return timeleft; - } - - /* Calculate time left until timer expires */ - memcpy(timeleft, &(s->d1->next_timeout), sizeof(struct timeval)); - timeleft->tv_sec -= timenow.tv_sec; - timeleft->tv_usec -= timenow.tv_usec; - if (timeleft->tv_usec < 0) - { - timeleft->tv_sec--; - timeleft->tv_usec += 1000000; - } - - /* If remaining time is less than 15 ms, set it to 0 - * to prevent issues because of small devergences with - * socket timeouts. - */ - if (timeleft->tv_sec == 0 && timeleft->tv_usec < 15000) - { - memset(timeleft, 0, sizeof(struct timeval)); - } - - - return timeleft; - } + /* If timer is not set, initialize duration with 1 second */ + if (s->d1->next_timeout.tv_sec == 0 && s->d1->next_timeout.tv_usec == 0) { + s->d1->timeout_duration = 1; + } + + /* Set timeout to current time */ + get_current_time(&(s->d1->next_timeout)); + + /* Add duration to current time */ + s->d1->next_timeout.tv_sec += s->d1->timeout_duration; + BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0, + &(s->d1->next_timeout)); +} + +struct timeval *dtls1_get_timeout(SSL *s, struct timeval *timeleft) +{ + struct timeval timenow; + + /* If no timeout is set, just return NULL */ + if (s->d1->next_timeout.tv_sec == 0 && s->d1->next_timeout.tv_usec == 0) { + return NULL; + } + + /* Get current time */ + get_current_time(&timenow); + + /* If timer already expired, set remaining time to 0 */ + if (s->d1->next_timeout.tv_sec < timenow.tv_sec || + (s->d1->next_timeout.tv_sec == timenow.tv_sec && + s->d1->next_timeout.tv_usec <= timenow.tv_usec)) { + memset(timeleft, 0, sizeof(struct timeval)); + return timeleft; + } + + /* Calculate time left until timer expires */ + memcpy(timeleft, &(s->d1->next_timeout), sizeof(struct timeval)); + timeleft->tv_sec -= timenow.tv_sec; + timeleft->tv_usec -= timenow.tv_usec; + if (timeleft->tv_usec < 0) { + timeleft->tv_sec--; + timeleft->tv_usec += 1000000; + } + + /* + * If remaining time is less than 15 ms, set it to 0 to prevent issues + * because of small devergences with socket timeouts. + */ + if (timeleft->tv_sec == 0 && timeleft->tv_usec < 15000) { + memset(timeleft, 0, sizeof(struct timeval)); + } + + return timeleft; +} int dtls1_is_timer_expired(SSL *s) - { - struct timeval timeleft; +{ + struct timeval timeleft; - /* Get time left until timeout, return false if no timer running */ - if (dtls1_get_timeout(s, &timeleft) == NULL) - { - return 0; - } + /* Get time left until timeout, return false if no timer running */ + if (dtls1_get_timeout(s, &timeleft) == NULL) { + return 0; + } - /* Return false if timer is not expired yet */ - if (timeleft.tv_sec > 0 || timeleft.tv_usec > 0) - { - return 0; - } + /* Return false if timer is not expired yet */ + if (timeleft.tv_sec > 0 || timeleft.tv_usec > 0) { + return 0; + } - /* Timer expired, so return true */ - return 1; - } + /* Timer expired, so return true */ + return 1; +} void dtls1_double_timeout(SSL *s) - { - s->d1->timeout_duration *= 2; - if (s->d1->timeout_duration > 60) - s->d1->timeout_duration = 60; - dtls1_start_timer(s); - } +{ + s->d1->timeout_duration *= 2; + if (s->d1->timeout_duration > 60) + s->d1->timeout_duration = 60; + dtls1_start_timer(s); +} void dtls1_stop_timer(SSL *s) - { - /* Reset everything */ - memset(&(s->d1->timeout), 0, sizeof(struct dtls1_timeout_st)); - memset(&(s->d1->next_timeout), 0, sizeof(struct timeval)); - s->d1->timeout_duration = 1; - BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0, &(s->d1->next_timeout)); - /* Clear retransmission buffer */ - dtls1_clear_record_buffer(s); - } +{ + /* Reset everything */ + memset(&(s->d1->timeout), 0, sizeof(struct dtls1_timeout_st)); + memset(&(s->d1->next_timeout), 0, sizeof(struct timeval)); + s->d1->timeout_duration = 1; + BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0, + &(s->d1->next_timeout)); + /* Clear retransmission buffer */ + dtls1_clear_record_buffer(s); +} int dtls1_check_timeout_num(SSL *s) - { - s->d1->timeout.num_alerts++; - - /* Reduce MTU after 2 unsuccessful retransmissions */ - if (s->d1->timeout.num_alerts > 2) - { - s->d1->mtu = BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_GET_FALLBACK_MTU, 0, NULL); - } - - if (s->d1->timeout.num_alerts > DTLS1_TMO_ALERT_COUNT) - { - /* fail the connection, enough alerts have been sent */ - SSLerr(SSL_F_DTLS1_CHECK_TIMEOUT_NUM,SSL_R_READ_TIMEOUT_EXPIRED); - return -1; - } - - return 0; - } +{ + unsigned int mtu; + + s->d1->timeout.num_alerts++; + + /* Reduce MTU after 2 unsuccessful retransmissions */ + if (s->d1->timeout.num_alerts > 2 + && !(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)) { + mtu = + BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_GET_FALLBACK_MTU, 0, + NULL); + if (mtu < s->d1->mtu) + s->d1->mtu = mtu; + } + + if (s->d1->timeout.num_alerts > DTLS1_TMO_ALERT_COUNT) { + /* fail the connection, enough alerts have been sent */ + SSLerr(SSL_F_DTLS1_CHECK_TIMEOUT_NUM, SSL_R_READ_TIMEOUT_EXPIRED); + return -1; + } + + return 0; +} int dtls1_handle_timeout(SSL *s) - { - /* if no timer is expired, don't do anything */ - if (!dtls1_is_timer_expired(s)) - { - return 0; - } - - dtls1_double_timeout(s); +{ + /* if no timer is expired, don't do anything */ + if (!dtls1_is_timer_expired(s)) { + return 0; + } - if (dtls1_check_timeout_num(s) < 0) - return -1; + dtls1_double_timeout(s); - s->d1->timeout.read_timeouts++; - if (s->d1->timeout.read_timeouts > DTLS1_TMO_READ_COUNT) - { - s->d1->timeout.read_timeouts = 1; - } + if (dtls1_check_timeout_num(s) < 0) + return -1; + s->d1->timeout.read_timeouts++; + if (s->d1->timeout.read_timeouts > DTLS1_TMO_READ_COUNT) { + s->d1->timeout.read_timeouts = 1; + } #ifndef OPENSSL_NO_HEARTBEATS - if (s->tlsext_hb_pending) - { - s->tlsext_hb_pending = 0; - return dtls1_heartbeat(s); - } + if (s->tlsext_hb_pending) { + s->tlsext_hb_pending = 0; + return dtls1_heartbeat(s); + } #endif - dtls1_start_timer(s); - return dtls1_retransmit_buffered_messages(s); - } + dtls1_start_timer(s); + return dtls1_retransmit_buffered_messages(s); +} static void get_current_time(struct timeval *t) { -#ifdef OPENSSL_SYS_WIN32 - struct _timeb tb; - _ftime(&tb); - t->tv_sec = (long)tb.time; - t->tv_usec = (long)tb.millitm * 1000; +#if defined(_WIN32) + SYSTEMTIME st; + union { + unsigned __int64 ul; + FILETIME ft; + } now; + + GetSystemTime(&st); + SystemTimeToFileTime(&st, &now.ft); +# ifdef __MINGW32__ + now.ul -= 116444736000000000ULL; +# else + now.ul -= 116444736000000000UI64; /* re-bias to 1/1/1970 */ +# endif + t->tv_sec = (long)(now.ul / 10000000); + t->tv_usec = ((int)(now.ul % 10000000)) / 10; #elif defined(OPENSSL_SYS_VMS) - struct timeb tb; - ftime(&tb); - t->tv_sec = (long)tb.time; - t->tv_usec = (long)tb.millitm * 1000; + struct timeb tb; + ftime(&tb); + t->tv_sec = (long)tb.time; + t->tv_usec = (long)tb.millitm * 1000; #else - gettimeofday(t, NULL); + gettimeofday(t, NULL); #endif } int dtls1_listen(SSL *s, struct sockaddr *client) - { - int ret; - - SSL_set_options(s, SSL_OP_COOKIE_EXCHANGE); - s->d1->listen = 1; - - ret = SSL_accept(s); - if (ret <= 0) return ret; - - (void) BIO_dgram_get_peer(SSL_get_rbio(s), client); - return 1; - } +{ + int ret; + + SSL_set_options(s, SSL_OP_COOKIE_EXCHANGE); + s->d1->listen = 1; + + ret = SSL_accept(s); + if (ret <= 0) + return ret; + + (void)BIO_dgram_get_peer(SSL_get_rbio(s), client); + return 1; +} + +static void dtls1_set_handshake_header(SSL *s, int htype, unsigned long len) +{ + unsigned char *p = (unsigned char *)s->init_buf->data; + dtls1_set_message_header(s, p, htype, len, 0, len); + s->init_num = (int)len + DTLS1_HM_HEADER_LENGTH; + s->init_off = 0; + /* Buffer the message to handle re-xmits */ + dtls1_buffer_message(s, 0); +} + +static int dtls1_handshake_write(SSL *s) +{ + return dtls1_do_write(s, SSL3_RT_HANDSHAKE); +} diff --git a/openssl/ssl/d1_meth.c b/openssl/ssl/d1_meth.c index 5c4004bfe..734077493 100644 --- a/openssl/ssl/d1_meth.c +++ b/openssl/ssl/d1_meth.c @@ -1,7 +1,7 @@ /* ssl/d1_meth.h */ -/* +/* * DTLS implementation written by Nagendra Modadugu - * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. + * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. */ /* ==================================================================== * Copyright (c) 1999-2005 The OpenSSL Project. All rights reserved. @@ -11,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -63,15 +63,26 @@ static const SSL_METHOD *dtls1_get_method(int ver); static const SSL_METHOD *dtls1_get_method(int ver) - { - if (ver == DTLS1_VERSION) - return(DTLSv1_method()); - else - return(NULL); - } +{ + if (ver == DTLS1_VERSION) + return (DTLSv1_method()); + else if (ver == DTLS1_2_VERSION) + return (DTLSv1_2_method()); + else + return (NULL); +} -IMPLEMENT_dtls1_meth_func(DTLSv1_method, - dtls1_accept, - dtls1_connect, - dtls1_get_method) +IMPLEMENT_dtls1_meth_func(DTLS1_VERSION, + DTLSv1_method, + dtls1_accept, + dtls1_connect, dtls1_get_method, DTLSv1_enc_data) + IMPLEMENT_dtls1_meth_func(DTLS1_2_VERSION, + DTLSv1_2_method, + dtls1_accept, + dtls1_connect, dtls1_get_method, DTLSv1_2_enc_data) + + IMPLEMENT_dtls1_meth_func(DTLS_ANY_VERSION, + DTLS_method, + dtls1_accept, + dtls1_connect, dtls1_get_method, DTLSv1_2_enc_data) diff --git a/openssl/ssl/d1_pkt.c b/openssl/ssl/d1_pkt.c index 438c0913d..c07be8fd3 100644 --- a/openssl/ssl/d1_pkt.c +++ b/openssl/ssl/d1_pkt.c @@ -1,7 +1,7 @@ /* ssl/d1_pkt.c */ -/* +/* * DTLS implementation written by Nagendra Modadugu - * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. + * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. */ /* ==================================================================== * Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved. @@ -11,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -62,21 +62,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -91,10 +91,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -106,7 +106,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -123,603 +123,625 @@ #include /* mod 128 saturating subtract of two 64-bit values in big-endian order */ -static int satsub64be(const unsigned char *v1,const unsigned char *v2) -{ int ret,sat,brw,i; - - if (sizeof(long) == 8) do - { const union { long one; char little; } is_endian = {1}; - long l; - - if (is_endian.little) break; - /* not reached on little-endians */ - /* following test is redundant, because input is - * always aligned, but I take no chances... */ - if (((size_t)v1|(size_t)v2)&0x7) break; - - l = *((long *)v1); - l -= *((long *)v2); - if (l>128) return 128; - else if (l<-128) return -128; - else return (int)l; - } while (0); - - ret = (int)v1[7]-(int)v2[7]; - sat = 0; - brw = ret>>8; /* brw is either 0 or -1 */ - if (ret & 0x80) - { for (i=6;i>=0;i--) - { brw += (int)v1[i]-(int)v2[i]; - sat |= ~brw; - brw >>= 8; - } - } - else - { for (i=6;i>=0;i--) - { brw += (int)v1[i]-(int)v2[i]; - sat |= brw; - brw >>= 8; - } - } - brw <<= 8; /* brw is either 0 or -256 */ - - if (sat&0xff) return brw | 0x80; - else return brw + (ret&0xFF); +static int satsub64be(const unsigned char *v1, const unsigned char *v2) +{ + int ret, sat, brw, i; + + if (sizeof(long) == 8) + do { + const union { + long one; + char little; + } is_endian = { + 1 + }; + long l; + + if (is_endian.little) + break; + /* not reached on little-endians */ + /* + * following test is redundant, because input is always aligned, + * but I take no chances... + */ + if (((size_t)v1 | (size_t)v2) & 0x7) + break; + + l = *((long *)v1); + l -= *((long *)v2); + if (l > 128) + return 128; + else if (l < -128) + return -128; + else + return (int)l; + } while (0); + + ret = (int)v1[7] - (int)v2[7]; + sat = 0; + brw = ret >> 8; /* brw is either 0 or -1 */ + if (ret & 0x80) { + for (i = 6; i >= 0; i--) { + brw += (int)v1[i] - (int)v2[i]; + sat |= ~brw; + brw >>= 8; + } + } else { + for (i = 6; i >= 0; i--) { + brw += (int)v1[i] - (int)v2[i]; + sat |= brw; + brw >>= 8; + } + } + brw <<= 8; /* brw is either 0 or -256 */ + + if (sat & 0xff) + return brw | 0x80; + else + return brw + (ret & 0xFF); } -static int have_handshake_fragment(SSL *s, int type, unsigned char *buf, - int len, int peek); +static int have_handshake_fragment(SSL *s, int type, unsigned char *buf, + int len, int peek); static int dtls1_record_replay_check(SSL *s, DTLS1_BITMAP *bitmap); static void dtls1_record_bitmap_update(SSL *s, DTLS1_BITMAP *bitmap); -static DTLS1_BITMAP *dtls1_get_bitmap(SSL *s, SSL3_RECORD *rr, - unsigned int *is_next_epoch); +static DTLS1_BITMAP *dtls1_get_bitmap(SSL *s, SSL3_RECORD *rr, + unsigned int *is_next_epoch); #if 0 static int dtls1_record_needs_buffering(SSL *s, SSL3_RECORD *rr, - unsigned short *priority, unsigned long *offset); + unsigned short *priority, + unsigned long *offset); #endif static int dtls1_buffer_record(SSL *s, record_pqueue *q, - unsigned char *priority); + unsigned char *priority); static int dtls1_process_record(SSL *s); /* copy buffered record into SSL structure */ -static int -dtls1_copy_record(SSL *s, pitem *item) - { +static int dtls1_copy_record(SSL *s, pitem *item) +{ DTLS1_RECORD_DATA *rdata; rdata = (DTLS1_RECORD_DATA *)item->data; - + if (s->s3->rbuf.buf != NULL) OPENSSL_free(s->s3->rbuf.buf); - + s->packet = rdata->packet; s->packet_length = rdata->packet_length; memcpy(&(s->s3->rbuf), &(rdata->rbuf), sizeof(SSL3_BUFFER)); memcpy(&(s->s3->rrec), &(rdata->rrec), sizeof(SSL3_RECORD)); - - /* Set proper sequence number for mac calculation */ - memcpy(&(s->s3->read_sequence[2]), &(rdata->packet[5]), 6); - - return(1); - } + /* Set proper sequence number for mac calculation */ + memcpy(&(s->s3->read_sequence[2]), &(rdata->packet[5]), 6); + + return (1); +} static int dtls1_buffer_record(SSL *s, record_pqueue *queue, unsigned char *priority) - { - DTLS1_RECORD_DATA *rdata; - pitem *item; - - /* Limit the size of the queue to prevent DOS attacks */ - if (pqueue_size(queue->q) >= 100) - return 0; - - rdata = OPENSSL_malloc(sizeof(DTLS1_RECORD_DATA)); - item = pitem_new(priority, rdata); - if (rdata == NULL || item == NULL) - { - if (rdata != NULL) OPENSSL_free(rdata); - if (item != NULL) pitem_free(item); - - SSLerr(SSL_F_DTLS1_BUFFER_RECORD, ERR_R_INTERNAL_ERROR); - return(0); - } - - rdata->packet = s->packet; - rdata->packet_length = s->packet_length; - memcpy(&(rdata->rbuf), &(s->s3->rbuf), sizeof(SSL3_BUFFER)); - memcpy(&(rdata->rrec), &(s->s3->rrec), sizeof(SSL3_RECORD)); - - item->data = rdata; +{ + DTLS1_RECORD_DATA *rdata; + pitem *item; + + /* Limit the size of the queue to prevent DOS attacks */ + if (pqueue_size(queue->q) >= 100) + return 0; + + rdata = OPENSSL_malloc(sizeof(DTLS1_RECORD_DATA)); + item = pitem_new(priority, rdata); + if (rdata == NULL || item == NULL) { + if (rdata != NULL) + OPENSSL_free(rdata); + if (item != NULL) + pitem_free(item); + + SSLerr(SSL_F_DTLS1_BUFFER_RECORD, ERR_R_INTERNAL_ERROR); + return (0); + } + + rdata->packet = s->packet; + rdata->packet_length = s->packet_length; + memcpy(&(rdata->rbuf), &(s->s3->rbuf), sizeof(SSL3_BUFFER)); + memcpy(&(rdata->rrec), &(s->s3->rrec), sizeof(SSL3_RECORD)); + + item->data = rdata; #ifndef OPENSSL_NO_SCTP - /* Store bio_dgram_sctp_rcvinfo struct */ - if (BIO_dgram_is_sctp(SSL_get_rbio(s)) && - (s->state == SSL3_ST_SR_FINISHED_A || s->state == SSL3_ST_CR_FINISHED_A)) { - BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SCTP_GET_RCVINFO, sizeof(rdata->recordinfo), &rdata->recordinfo); - } + /* Store bio_dgram_sctp_rcvinfo struct */ + if (BIO_dgram_is_sctp(SSL_get_rbio(s)) && + (s->state == SSL3_ST_SR_FINISHED_A + || s->state == SSL3_ST_CR_FINISHED_A)) { + BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SCTP_GET_RCVINFO, + sizeof(rdata->recordinfo), &rdata->recordinfo); + } #endif - s->packet = NULL; - s->packet_length = 0; - memset(&(s->s3->rbuf), 0, sizeof(SSL3_BUFFER)); - memset(&(s->s3->rrec), 0, sizeof(SSL3_RECORD)); - - if (!ssl3_setup_buffers(s)) - { - SSLerr(SSL_F_DTLS1_BUFFER_RECORD, ERR_R_INTERNAL_ERROR); - OPENSSL_free(rdata); - pitem_free(item); - return(0); - } - - /* insert should not fail, since duplicates are dropped */ - if (pqueue_insert(queue->q, item) == NULL) - { - SSLerr(SSL_F_DTLS1_BUFFER_RECORD, ERR_R_INTERNAL_ERROR); - OPENSSL_free(rdata); - pitem_free(item); - return(0); - } - - return(1); - } + s->packet = NULL; + s->packet_length = 0; + memset(&(s->s3->rbuf), 0, sizeof(SSL3_BUFFER)); + memset(&(s->s3->rrec), 0, sizeof(SSL3_RECORD)); + + if (!ssl3_setup_buffers(s)) { + SSLerr(SSL_F_DTLS1_BUFFER_RECORD, ERR_R_INTERNAL_ERROR); + if (rdata->rbuf.buf != NULL) + OPENSSL_free(rdata->rbuf.buf); + OPENSSL_free(rdata); + pitem_free(item); + return (-1); + } + /* insert should not fail, since duplicates are dropped */ + if (pqueue_insert(queue->q, item) == NULL) { + SSLerr(SSL_F_DTLS1_BUFFER_RECORD, ERR_R_INTERNAL_ERROR); + if (rdata->rbuf.buf != NULL) + OPENSSL_free(rdata->rbuf.buf); + OPENSSL_free(rdata); + pitem_free(item); + return (-1); + } -static int -dtls1_retrieve_buffered_record(SSL *s, record_pqueue *queue) - { + return (1); +} + +static int dtls1_retrieve_buffered_record(SSL *s, record_pqueue *queue) +{ pitem *item; item = pqueue_pop(queue->q); - if (item) - { + if (item) { dtls1_copy_record(s, item); OPENSSL_free(item->data); - pitem_free(item); - - return(1); - } + pitem_free(item); - return(0); + return (1); } + return (0); +} -/* retrieve a buffered record that belongs to the new epoch, i.e., not processed - * yet */ +/* + * retrieve a buffered record that belongs to the new epoch, i.e., not + * processed yet + */ #define dtls1_get_unprocessed_record(s) \ dtls1_retrieve_buffered_record((s), \ &((s)->d1->unprocessed_rcds)) -/* retrieve a buffered record that belongs to the current epoch, ie, processed */ +/* + * retrieve a buffered record that belongs to the current epoch, ie, + * processed + */ #define dtls1_get_processed_record(s) \ dtls1_retrieve_buffered_record((s), \ &((s)->d1->processed_rcds)) -static int -dtls1_process_buffered_records(SSL *s) - { +static int dtls1_process_buffered_records(SSL *s) +{ pitem *item; - + item = pqueue_peek(s->d1->unprocessed_rcds.q); - if (item) - { + if (item) { /* Check if epoch is current. */ if (s->d1->unprocessed_rcds.epoch != s->d1->r_epoch) - return(1); /* Nothing to do. */ - + return (1); /* Nothing to do. */ + /* Process all the records. */ - while (pqueue_peek(s->d1->unprocessed_rcds.q)) - { + while (pqueue_peek(s->d1->unprocessed_rcds.q)) { dtls1_get_unprocessed_record(s); - if ( ! dtls1_process_record(s)) - return(0); - dtls1_buffer_record(s, &(s->d1->processed_rcds), - s->s3->rrec.seq_num); - } + if (!dtls1_process_record(s)) + return (0); + if (dtls1_buffer_record(s, &(s->d1->processed_rcds), + s->s3->rrec.seq_num) < 0) + return -1; } + } - /* sync epoch numbers once all the unprocessed records - * have been processed */ + /* + * sync epoch numbers once all the unprocessed records have been + * processed + */ s->d1->processed_rcds.epoch = s->d1->r_epoch; s->d1->unprocessed_rcds.epoch = s->d1->r_epoch + 1; - return(1); - } - + return (1); +} #if 0 -static int -dtls1_get_buffered_record(SSL *s) - { - pitem *item; - PQ_64BIT priority = - (((PQ_64BIT)s->d1->handshake_read_seq) << 32) | - ((PQ_64BIT)s->d1->r_msg_hdr.frag_off); - - if ( ! SSL_in_init(s)) /* if we're not (re)negotiating, - nothing buffered */ - return 0; - - - item = pqueue_peek(s->d1->rcvd_records); - if (item && item->priority == priority) - { - /* Check if we've received the record of interest. It must be - * a handshake record, since data records as passed up without - * buffering */ - DTLS1_RECORD_DATA *rdata; - item = pqueue_pop(s->d1->rcvd_records); - rdata = (DTLS1_RECORD_DATA *)item->data; - - if (s->s3->rbuf.buf != NULL) - OPENSSL_free(s->s3->rbuf.buf); - - s->packet = rdata->packet; - s->packet_length = rdata->packet_length; - memcpy(&(s->s3->rbuf), &(rdata->rbuf), sizeof(SSL3_BUFFER)); - memcpy(&(s->s3->rrec), &(rdata->rrec), sizeof(SSL3_RECORD)); - - OPENSSL_free(item->data); - pitem_free(item); - - /* s->d1->next_expected_seq_num++; */ - return(1); - } - - return 0; - } +static int dtls1_get_buffered_record(SSL *s) +{ + pitem *item; + PQ_64BIT priority = + (((PQ_64BIT) s->d1->handshake_read_seq) << 32) | + ((PQ_64BIT) s->d1->r_msg_hdr.frag_off); + + /* if we're not (re)negotiating, nothing buffered */ + if (!SSL_in_init(s)) + return 0; + + item = pqueue_peek(s->d1->rcvd_records); + if (item && item->priority == priority) { + /* + * Check if we've received the record of interest. It must be a + * handshake record, since data records as passed up without + * buffering + */ + DTLS1_RECORD_DATA *rdata; + item = pqueue_pop(s->d1->rcvd_records); + rdata = (DTLS1_RECORD_DATA *)item->data; + + if (s->s3->rbuf.buf != NULL) + OPENSSL_free(s->s3->rbuf.buf); + + s->packet = rdata->packet; + s->packet_length = rdata->packet_length; + memcpy(&(s->s3->rbuf), &(rdata->rbuf), sizeof(SSL3_BUFFER)); + memcpy(&(s->s3->rrec), &(rdata->rrec), sizeof(SSL3_RECORD)); + + OPENSSL_free(item->data); + pitem_free(item); + + /* s->d1->next_expected_seq_num++; */ + return (1); + } + + return 0; +} #endif -static int -dtls1_process_record(SSL *s) +static int dtls1_process_record(SSL *s) { - int i,al; - int enc_err; - SSL_SESSION *sess; - SSL3_RECORD *rr; - unsigned int mac_size, orig_len; - unsigned char md[EVP_MAX_MD_SIZE]; - - rr= &(s->s3->rrec); - sess = s->session; - - /* At this point, s->packet_length == SSL3_RT_HEADER_LNGTH + rr->length, - * and we have that many bytes in s->packet - */ - rr->input= &(s->packet[DTLS1_RT_HEADER_LENGTH]); - - /* ok, we can now read from 's->packet' data into 'rr' - * rr->input points at rr->length bytes, which - * need to be copied into rr->data by either - * the decryption or by the decompression - * When the data is 'copied' into the rr->data buffer, - * rr->input will be pointed at the new buffer */ - - /* We now have - encrypted [ MAC [ compressed [ plain ] ] ] - * rr->length bytes of encrypted compressed stuff. */ - - /* check is not needed I believe */ - if (rr->length > SSL3_RT_MAX_ENCRYPTED_LENGTH) - { - al=SSL_AD_RECORD_OVERFLOW; - SSLerr(SSL_F_DTLS1_PROCESS_RECORD,SSL_R_ENCRYPTED_LENGTH_TOO_LONG); - goto f_err; - } - - /* decrypt in place in 'rr->input' */ - rr->data=rr->input; - - enc_err = s->method->ssl3_enc->enc(s,0); - /* enc_err is: - * 0: (in non-constant time) if the record is publically invalid. - * 1: if the padding is valid - * -1: if the padding is invalid */ - if (enc_err == 0) - { - /* For DTLS we simply ignore bad packets. */ - rr->length = 0; - s->packet_length = 0; - goto err; - } + int i, al; + int enc_err; + SSL_SESSION *sess; + SSL3_RECORD *rr; + unsigned int mac_size, orig_len; + unsigned char md[EVP_MAX_MD_SIZE]; + + rr = &(s->s3->rrec); + sess = s->session; + + /* + * At this point, s->packet_length == SSL3_RT_HEADER_LNGTH + rr->length, + * and we have that many bytes in s->packet + */ + rr->input = &(s->packet[DTLS1_RT_HEADER_LENGTH]); + + /* + * ok, we can now read from 's->packet' data into 'rr' rr->input points + * at rr->length bytes, which need to be copied into rr->data by either + * the decryption or by the decompression When the data is 'copied' into + * the rr->data buffer, rr->input will be pointed at the new buffer + */ + + /* + * We now have - encrypted [ MAC [ compressed [ plain ] ] ] rr->length + * bytes of encrypted compressed stuff. + */ + + /* check is not needed I believe */ + if (rr->length > SSL3_RT_MAX_ENCRYPTED_LENGTH) { + al = SSL_AD_RECORD_OVERFLOW; + SSLerr(SSL_F_DTLS1_PROCESS_RECORD, SSL_R_ENCRYPTED_LENGTH_TOO_LONG); + goto f_err; + } + /* decrypt in place in 'rr->input' */ + rr->data = rr->input; + + enc_err = s->method->ssl3_enc->enc(s, 0); + /*- + * enc_err is: + * 0: (in non-constant time) if the record is publically invalid. + * 1: if the padding is valid + * -1: if the padding is invalid + */ + if (enc_err == 0) { + /* For DTLS we simply ignore bad packets. */ + rr->length = 0; + s->packet_length = 0; + goto err; + } #ifdef TLS_DEBUG -printf("dec %d\n",rr->length); -{ unsigned int z; for (z=0; zlength; z++) printf("%02X%c",rr->data[z],((z+1)%16)?' ':'\n'); } -printf("\n"); + printf("dec %d\n", rr->length); + { + unsigned int z; + for (z = 0; z < rr->length; z++) + printf("%02X%c", rr->data[z], ((z + 1) % 16) ? ' ' : '\n'); + } + printf("\n"); #endif - /* r->length is now the compressed data plus mac */ - if ((sess != NULL) && - (s->enc_read_ctx != NULL) && - (EVP_MD_CTX_md(s->read_hash) != NULL)) - { - /* s->read_hash != NULL => mac_size != -1 */ - unsigned char *mac = NULL; - unsigned char mac_tmp[EVP_MAX_MD_SIZE]; - mac_size=EVP_MD_CTX_size(s->read_hash); - OPENSSL_assert(mac_size <= EVP_MAX_MD_SIZE); - - /* kludge: *_cbc_remove_padding passes padding length in rr->type */ - orig_len = rr->length+((unsigned int)rr->type>>8); - - /* orig_len is the length of the record before any padding was - * removed. This is public information, as is the MAC in use, - * therefore we can safely process the record in a different - * amount of time if it's too short to possibly contain a MAC. - */ - if (orig_len < mac_size || - /* CBC records must have a padding length byte too. */ - (EVP_CIPHER_CTX_mode(s->enc_read_ctx) == EVP_CIPH_CBC_MODE && - orig_len < mac_size+1)) - { - al=SSL_AD_DECODE_ERROR; - SSLerr(SSL_F_DTLS1_PROCESS_RECORD,SSL_R_LENGTH_TOO_SHORT); - goto f_err; - } - - if (EVP_CIPHER_CTX_mode(s->enc_read_ctx) == EVP_CIPH_CBC_MODE) - { - /* We update the length so that the TLS header bytes - * can be constructed correctly but we need to extract - * the MAC in constant time from within the record, - * without leaking the contents of the padding bytes. - * */ - mac = mac_tmp; - ssl3_cbc_copy_mac(mac_tmp, rr, mac_size, orig_len); - rr->length -= mac_size; - } - else - { - /* In this case there's no padding, so |orig_len| - * equals |rec->length| and we checked that there's - * enough bytes for |mac_size| above. */ - rr->length -= mac_size; - mac = &rr->data[rr->length]; - } - - i=s->method->ssl3_enc->mac(s,md,0 /* not send */); - if (i < 0 || mac == NULL || CRYPTO_memcmp(md, mac, (size_t)mac_size) != 0) - enc_err = -1; - if (rr->length > SSL3_RT_MAX_COMPRESSED_LENGTH+mac_size) - enc_err = -1; - } - - if (enc_err < 0) - { - /* decryption failed, silently discard message */ - rr->length = 0; - s->packet_length = 0; - goto err; - } - - /* r->length is now just compressed */ - if (s->expand != NULL) - { - if (rr->length > SSL3_RT_MAX_COMPRESSED_LENGTH) - { - al=SSL_AD_RECORD_OVERFLOW; - SSLerr(SSL_F_DTLS1_PROCESS_RECORD,SSL_R_COMPRESSED_LENGTH_TOO_LONG); - goto f_err; - } - if (!ssl3_do_uncompress(s)) - { - al=SSL_AD_DECOMPRESSION_FAILURE; - SSLerr(SSL_F_DTLS1_PROCESS_RECORD,SSL_R_BAD_DECOMPRESSION); - goto f_err; - } - } - - if (rr->length > SSL3_RT_MAX_PLAIN_LENGTH) - { - al=SSL_AD_RECORD_OVERFLOW; - SSLerr(SSL_F_DTLS1_PROCESS_RECORD,SSL_R_DATA_LENGTH_TOO_LONG); - goto f_err; - } - - rr->off=0; - /* So at this point the following is true - * ssl->s3->rrec.type is the type of record - * ssl->s3->rrec.length == number of bytes in record - * ssl->s3->rrec.off == offset to first valid byte - * ssl->s3->rrec.data == where to take bytes from, increment - * after use :-). - */ - - /* we have pulled in a full packet so zero things */ - s->packet_length=0; - dtls1_record_bitmap_update(s, &(s->d1->bitmap));/* Mark receipt of record. */ - return(1); - -f_err: - ssl3_send_alert(s,SSL3_AL_FATAL,al); -err: - return(0); -} + /* r->length is now the compressed data plus mac */ + if ((sess != NULL) && + (s->enc_read_ctx != NULL) && (EVP_MD_CTX_md(s->read_hash) != NULL)) { + /* s->read_hash != NULL => mac_size != -1 */ + unsigned char *mac = NULL; + unsigned char mac_tmp[EVP_MAX_MD_SIZE]; + mac_size = EVP_MD_CTX_size(s->read_hash); + OPENSSL_assert(mac_size <= EVP_MAX_MD_SIZE); + + /* + * kludge: *_cbc_remove_padding passes padding length in rr->type + */ + orig_len = rr->length + ((unsigned int)rr->type >> 8); + + /* + * orig_len is the length of the record before any padding was + * removed. This is public information, as is the MAC in use, + * therefore we can safely process the record in a different amount + * of time if it's too short to possibly contain a MAC. + */ + if (orig_len < mac_size || + /* CBC records must have a padding length byte too. */ + (EVP_CIPHER_CTX_mode(s->enc_read_ctx) == EVP_CIPH_CBC_MODE && + orig_len < mac_size + 1)) { + al = SSL_AD_DECODE_ERROR; + SSLerr(SSL_F_DTLS1_PROCESS_RECORD, SSL_R_LENGTH_TOO_SHORT); + goto f_err; + } + if (EVP_CIPHER_CTX_mode(s->enc_read_ctx) == EVP_CIPH_CBC_MODE) { + /* + * We update the length so that the TLS header bytes can be + * constructed correctly but we need to extract the MAC in + * constant time from within the record, without leaking the + * contents of the padding bytes. + */ + mac = mac_tmp; + ssl3_cbc_copy_mac(mac_tmp, rr, mac_size, orig_len); + rr->length -= mac_size; + } else { + /* + * In this case there's no padding, so |orig_len| equals + * |rec->length| and we checked that there's enough bytes for + * |mac_size| above. + */ + rr->length -= mac_size; + mac = &rr->data[rr->length]; + } + + i = s->method->ssl3_enc->mac(s, md, 0 /* not send */ ); + if (i < 0 || mac == NULL + || CRYPTO_memcmp(md, mac, (size_t)mac_size) != 0) + enc_err = -1; + if (rr->length > SSL3_RT_MAX_COMPRESSED_LENGTH + mac_size) + enc_err = -1; + } + + if (enc_err < 0) { + /* decryption failed, silently discard message */ + rr->length = 0; + s->packet_length = 0; + goto err; + } + + /* r->length is now just compressed */ + if (s->expand != NULL) { + if (rr->length > SSL3_RT_MAX_COMPRESSED_LENGTH) { + al = SSL_AD_RECORD_OVERFLOW; + SSLerr(SSL_F_DTLS1_PROCESS_RECORD, + SSL_R_COMPRESSED_LENGTH_TOO_LONG); + goto f_err; + } + if (!ssl3_do_uncompress(s)) { + al = SSL_AD_DECOMPRESSION_FAILURE; + SSLerr(SSL_F_DTLS1_PROCESS_RECORD, SSL_R_BAD_DECOMPRESSION); + goto f_err; + } + } -/* Call this to get a new input record. + if (rr->length > SSL3_RT_MAX_PLAIN_LENGTH) { + al = SSL_AD_RECORD_OVERFLOW; + SSLerr(SSL_F_DTLS1_PROCESS_RECORD, SSL_R_DATA_LENGTH_TOO_LONG); + goto f_err; + } + + rr->off = 0; + /*- + * So at this point the following is true + * ssl->s3->rrec.type is the type of record + * ssl->s3->rrec.length == number of bytes in record + * ssl->s3->rrec.off == offset to first valid byte + * ssl->s3->rrec.data == where to take bytes from, increment + * after use :-). + */ + + /* we have pulled in a full packet so zero things */ + s->packet_length = 0; + return (1); + + f_err: + ssl3_send_alert(s, SSL3_AL_FATAL, al); + err: + return (0); +} + +/*- + * Call this to get a new input record. * It will return <= 0 if more data is needed, normally due to an error * or non-blocking IO. * When it finishes, one packet has been decoded and can be found in * ssl->s3->rrec.type - is the type of record - * ssl->s3->rrec.data, - data + * ssl->s3->rrec.data, - data * ssl->s3->rrec.length, - number of bytes */ /* used only by dtls1_read_bytes */ int dtls1_get_record(SSL *s) - { - int ssl_major,ssl_minor; - int i,n; - SSL3_RECORD *rr; - unsigned char *p = NULL; - unsigned short version; - DTLS1_BITMAP *bitmap; - unsigned int is_next_epoch; - - rr= &(s->s3->rrec); - - /* The epoch may have changed. If so, process all the - * pending records. This is a non-blocking operation. */ - dtls1_process_buffered_records(s); - - /* if we're renegotiating, then there may be buffered records */ - if (dtls1_get_processed_record(s)) - return 1; - - /* get something from the wire */ -again: - /* check if we have the header */ - if ( (s->rstate != SSL_ST_READ_BODY) || - (s->packet_length < DTLS1_RT_HEADER_LENGTH)) - { - n=ssl3_read_n(s, DTLS1_RT_HEADER_LENGTH, s->s3->rbuf.len, 0); - /* read timeout is handled by dtls1_read_bytes */ - if (n <= 0) return(n); /* error or non-blocking */ - - /* this packet contained a partial record, dump it */ - if (s->packet_length != DTLS1_RT_HEADER_LENGTH) - { - s->packet_length = 0; - goto again; - } - - s->rstate=SSL_ST_READ_BODY; - - p=s->packet; - - /* Pull apart the header into the DTLS1_RECORD */ - rr->type= *(p++); - ssl_major= *(p++); - ssl_minor= *(p++); - version=(ssl_major<<8)|ssl_minor; - - /* sequence number is 64 bits, with top 2 bytes = epoch */ - n2s(p,rr->epoch); - - memcpy(&(s->s3->read_sequence[2]), p, 6); - p+=6; - - n2s(p,rr->length); - - /* Lets check version */ - if (!s->first_packet) - { - if (version != s->version) - { - /* unexpected version, silently discard */ - rr->length = 0; - s->packet_length = 0; - goto again; - } - } - - if ((version & 0xff00) != (s->version & 0xff00)) - { - /* wrong version, silently discard record */ - rr->length = 0; - s->packet_length = 0; - goto again; - } - - if (rr->length > SSL3_RT_MAX_ENCRYPTED_LENGTH) - { - /* record too long, silently discard it */ - rr->length = 0; - s->packet_length = 0; - goto again; - } - - /* now s->rstate == SSL_ST_READ_BODY */ - } - - /* s->rstate == SSL_ST_READ_BODY, get and decode the data */ - - if (rr->length > s->packet_length-DTLS1_RT_HEADER_LENGTH) - { - /* now s->packet_length == DTLS1_RT_HEADER_LENGTH */ - i=rr->length; - n=ssl3_read_n(s,i,i,1); - if (n <= 0) return(n); /* error or non-blocking io */ - - /* this packet contained a partial record, dump it */ - if ( n != i) - { - rr->length = 0; - s->packet_length = 0; - goto again; - } - - /* now n == rr->length, - * and s->packet_length == DTLS1_RT_HEADER_LENGTH + rr->length */ - } - s->rstate=SSL_ST_READ_HEADER; /* set state for later operations */ - - /* match epochs. NULL means the packet is dropped on the floor */ - bitmap = dtls1_get_bitmap(s, rr, &is_next_epoch); - if ( bitmap == NULL) - { - rr->length = 0; - s->packet_length = 0; /* dump this record */ - goto again; /* get another record */ - } +{ + int ssl_major, ssl_minor; + int i, n; + SSL3_RECORD *rr; + unsigned char *p = NULL; + unsigned short version; + DTLS1_BITMAP *bitmap; + unsigned int is_next_epoch; + + rr = &(s->s3->rrec); + + /* + * The epoch may have changed. If so, process all the pending records. + * This is a non-blocking operation. + */ + if (dtls1_process_buffered_records(s) < 0) + return -1; + + /* if we're renegotiating, then there may be buffered records */ + if (dtls1_get_processed_record(s)) + return 1; + + /* get something from the wire */ + again: + /* check if we have the header */ + if ((s->rstate != SSL_ST_READ_BODY) || + (s->packet_length < DTLS1_RT_HEADER_LENGTH)) { + n = ssl3_read_n(s, DTLS1_RT_HEADER_LENGTH, s->s3->rbuf.len, 0); + /* read timeout is handled by dtls1_read_bytes */ + if (n <= 0) + return (n); /* error or non-blocking */ + + /* this packet contained a partial record, dump it */ + if (s->packet_length != DTLS1_RT_HEADER_LENGTH) { + s->packet_length = 0; + goto again; + } + + s->rstate = SSL_ST_READ_BODY; + + p = s->packet; + + if (s->msg_callback) + s->msg_callback(0, 0, SSL3_RT_HEADER, p, DTLS1_RT_HEADER_LENGTH, + s, s->msg_callback_arg); + + /* Pull apart the header into the DTLS1_RECORD */ + rr->type = *(p++); + ssl_major = *(p++); + ssl_minor = *(p++); + version = (ssl_major << 8) | ssl_minor; + + /* sequence number is 64 bits, with top 2 bytes = epoch */ + n2s(p, rr->epoch); + + memcpy(&(s->s3->read_sequence[2]), p, 6); + p += 6; + + n2s(p, rr->length); + + /* Lets check version */ + if (!s->first_packet) { + if (version != s->version) { + /* unexpected version, silently discard */ + rr->length = 0; + s->packet_length = 0; + goto again; + } + } + + if ((version & 0xff00) != (s->version & 0xff00)) { + /* wrong version, silently discard record */ + rr->length = 0; + s->packet_length = 0; + goto again; + } + + if (rr->length > SSL3_RT_MAX_ENCRYPTED_LENGTH) { + /* record too long, silently discard it */ + rr->length = 0; + s->packet_length = 0; + goto again; + } + + /* now s->rstate == SSL_ST_READ_BODY */ + } + + /* s->rstate == SSL_ST_READ_BODY, get and decode the data */ + + if (rr->length > s->packet_length - DTLS1_RT_HEADER_LENGTH) { + /* now s->packet_length == DTLS1_RT_HEADER_LENGTH */ + i = rr->length; + n = ssl3_read_n(s, i, i, 1); + /* this packet contained a partial record, dump it */ + if (n != i) { + rr->length = 0; + s->packet_length = 0; + goto again; + } + /* + * now n == rr->length, and s->packet_length == + * DTLS1_RT_HEADER_LENGTH + rr->length + */ + } + s->rstate = SSL_ST_READ_HEADER; /* set state for later operations */ + + /* match epochs. NULL means the packet is dropped on the floor */ + bitmap = dtls1_get_bitmap(s, rr, &is_next_epoch); + if (bitmap == NULL) { + rr->length = 0; + s->packet_length = 0; /* dump this record */ + goto again; /* get another record */ + } #ifndef OPENSSL_NO_SCTP - /* Only do replay check if no SCTP bio */ - if (!BIO_dgram_is_sctp(SSL_get_rbio(s))) - { + /* Only do replay check if no SCTP bio */ + if (!BIO_dgram_is_sctp(SSL_get_rbio(s))) { #endif - /* Check whether this is a repeat, or aged record. - * Don't check if we're listening and this message is - * a ClientHello. They can look as if they're replayed, - * since they arrive from different connections and - * would be dropped unnecessarily. - */ - if (!(s->d1->listen && rr->type == SSL3_RT_HANDSHAKE && - *p == SSL3_MT_CLIENT_HELLO) && - !dtls1_record_replay_check(s, bitmap)) - { - rr->length = 0; - s->packet_length=0; /* dump this record */ - goto again; /* get another record */ - } + /* + * Check whether this is a repeat, or aged record. Don't check if + * we're listening and this message is a ClientHello. They can look + * as if they're replayed, since they arrive from different + * connections and would be dropped unnecessarily. + */ + if (!(s->d1->listen && rr->type == SSL3_RT_HANDSHAKE && + s->packet_length > DTLS1_RT_HEADER_LENGTH && + s->packet[DTLS1_RT_HEADER_LENGTH] == SSL3_MT_CLIENT_HELLO) && + !dtls1_record_replay_check(s, bitmap)) { + rr->length = 0; + s->packet_length = 0; /* dump this record */ + goto again; /* get another record */ + } #ifndef OPENSSL_NO_SCTP - } + } #endif - /* just read a 0 length packet */ - if (rr->length == 0) goto again; - - /* If this record is from the next epoch (either HM or ALERT), - * and a handshake is currently in progress, buffer it since it - * cannot be processed at this time. However, do not buffer - * anything while listening. - */ - if (is_next_epoch) - { - if ((SSL_in_init(s) || s->in_handshake) && !s->d1->listen) - { - dtls1_buffer_record(s, &(s->d1->unprocessed_rcds), rr->seq_num); - } - rr->length = 0; - s->packet_length = 0; - goto again; - } - - if (!dtls1_process_record(s)) - { - rr->length = 0; - s->packet_length = 0; /* dump this record */ - goto again; /* get another record */ - } - - return(1); - - } - -/* Return up to 'len' payload bytes received in 'type' records. + /* just read a 0 length packet */ + if (rr->length == 0) + goto again; + + /* + * If this record is from the next epoch (either HM or ALERT), and a + * handshake is currently in progress, buffer it since it cannot be + * processed at this time. However, do not buffer anything while + * listening. + */ + if (is_next_epoch) { + if ((SSL_in_init(s) || s->in_handshake) && !s->d1->listen) { + if (dtls1_buffer_record + (s, &(s->d1->unprocessed_rcds), rr->seq_num) < 0) + return -1; + /* Mark receipt of record. */ + dtls1_record_bitmap_update(s, bitmap); + } + rr->length = 0; + s->packet_length = 0; + goto again; + } + + if (!dtls1_process_record(s)) { + rr->length = 0; + s->packet_length = 0; /* dump this record */ + goto again; /* get another record */ + } + dtls1_record_bitmap_update(s, bitmap); /* Mark receipt of record. */ + + return (1); + +} + +/*- + * Return up to 'len' payload bytes received in 'type' records. * 'type' is one of the following: * * - SSL3_RT_HANDSHAKE (when ssl3_get_message calls us) @@ -747,1053 +769,1061 @@ again: * none of our business */ int dtls1_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek) - { - int al,i,j,ret; - unsigned int n; - SSL3_RECORD *rr; - void (*cb)(const SSL *ssl,int type2,int val)=NULL; +{ + int al, i, j, ret; + unsigned int n; + SSL3_RECORD *rr; + void (*cb) (const SSL *ssl, int type2, int val) = NULL; - if (s->s3->rbuf.buf == NULL) /* Not initialized yet */ - if (!ssl3_setup_buffers(s)) - return(-1); + if (s->s3->rbuf.buf == NULL) /* Not initialized yet */ + if (!ssl3_setup_buffers(s)) + return (-1); /* XXX: check what the second '&& type' is about */ - if ((type && (type != SSL3_RT_APPLICATION_DATA) && - (type != SSL3_RT_HANDSHAKE) && type) || - (peek && (type != SSL3_RT_APPLICATION_DATA))) - { - SSLerr(SSL_F_DTLS1_READ_BYTES, ERR_R_INTERNAL_ERROR); - return -1; - } + if ((type && (type != SSL3_RT_APPLICATION_DATA) && + (type != SSL3_RT_HANDSHAKE) && type) || + (peek && (type != SSL3_RT_APPLICATION_DATA))) { + SSLerr(SSL_F_DTLS1_READ_BYTES, ERR_R_INTERNAL_ERROR); + return -1; + } - /* check whether there's a handshake message (client hello?) waiting */ - if ( (ret = have_handshake_fragment(s, type, buf, len, peek))) - return ret; + /* + * check whether there's a handshake message (client hello?) waiting + */ + if ((ret = have_handshake_fragment(s, type, buf, len, peek))) + return ret; - /* Now s->d1->handshake_fragment_len == 0 if type == SSL3_RT_HANDSHAKE. */ + /* + * Now s->d1->handshake_fragment_len == 0 if type == SSL3_RT_HANDSHAKE. + */ #ifndef OPENSSL_NO_SCTP - /* Continue handshake if it had to be interrupted to read - * app data with SCTP. - */ - if ((!s->in_handshake && SSL_in_init(s)) || - (BIO_dgram_is_sctp(SSL_get_rbio(s)) && - (s->state == DTLS1_SCTP_ST_SR_READ_SOCK || s->state == DTLS1_SCTP_ST_CR_READ_SOCK) && - s->s3->in_read_app_data != 2)) + /* + * Continue handshake if it had to be interrupted to read app data with + * SCTP. + */ + if ((!s->in_handshake && SSL_in_init(s)) || + (BIO_dgram_is_sctp(SSL_get_rbio(s)) && + (s->state == DTLS1_SCTP_ST_SR_READ_SOCK + || s->state == DTLS1_SCTP_ST_CR_READ_SOCK) + && s->s3->in_read_app_data != 2)) #else - if (!s->in_handshake && SSL_in_init(s)) + if (!s->in_handshake && SSL_in_init(s)) #endif - { - /* type == SSL3_RT_APPLICATION_DATA */ - i=s->handshake_func(s); - if (i < 0) return(i); - if (i == 0) - { - SSLerr(SSL_F_DTLS1_READ_BYTES,SSL_R_SSL_HANDSHAKE_FAILURE); - return(-1); - } - } - -start: - s->rwstate=SSL_NOTHING; - - /* s->s3->rrec.type - is the type of record - * s->s3->rrec.data, - data - * s->s3->rrec.off, - offset into 'data' for next read - * s->s3->rrec.length, - number of bytes. */ - rr = &(s->s3->rrec); - - /* We are not handshaking and have no data yet, - * so process data buffered during the last handshake - * in advance, if any. - */ - if (s->state == SSL_ST_OK && rr->length == 0) - { - pitem *item; - item = pqueue_pop(s->d1->buffered_app_data.q); - if (item) - { + { + /* type == SSL3_RT_APPLICATION_DATA */ + i = s->handshake_func(s); + if (i < 0) + return (i); + if (i == 0) { + SSLerr(SSL_F_DTLS1_READ_BYTES, SSL_R_SSL_HANDSHAKE_FAILURE); + return (-1); + } + } + + start: + s->rwstate = SSL_NOTHING; + + /*- + * s->s3->rrec.type - is the type of record + * s->s3->rrec.data, - data + * s->s3->rrec.off, - offset into 'data' for next read + * s->s3->rrec.length, - number of bytes. + */ + rr = &(s->s3->rrec); + + /* + * We are not handshaking and have no data yet, so process data buffered + * during the last handshake in advance, if any. + */ + if (s->state == SSL_ST_OK && rr->length == 0) { + pitem *item; + item = pqueue_pop(s->d1->buffered_app_data.q); + if (item) { #ifndef OPENSSL_NO_SCTP - /* Restore bio_dgram_sctp_rcvinfo struct */ - if (BIO_dgram_is_sctp(SSL_get_rbio(s))) - { - DTLS1_RECORD_DATA *rdata = (DTLS1_RECORD_DATA *) item->data; - BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SCTP_SET_RCVINFO, sizeof(rdata->recordinfo), &rdata->recordinfo); - } + /* Restore bio_dgram_sctp_rcvinfo struct */ + if (BIO_dgram_is_sctp(SSL_get_rbio(s))) { + DTLS1_RECORD_DATA *rdata = (DTLS1_RECORD_DATA *)item->data; + BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SCTP_SET_RCVINFO, + sizeof(rdata->recordinfo), &rdata->recordinfo); + } #endif - dtls1_copy_record(s, item); - - OPENSSL_free(item->data); - pitem_free(item); - } - } - - /* Check for timeout */ - if (dtls1_handle_timeout(s) > 0) - goto start; - - /* get new packet if necessary */ - if ((rr->length == 0) || (s->rstate == SSL_ST_READ_BODY)) - { - ret=dtls1_get_record(s); - if (ret <= 0) - { - ret = dtls1_read_failed(s, ret); - /* anything other than a timeout is an error */ - if (ret <= 0) - return(ret); - else - goto start; - } - } - - if (s->d1->listen && rr->type != SSL3_RT_HANDSHAKE) - { - rr->length = 0; - goto start; - } - - /* we now have a packet which can be read and processed */ - - if (s->s3->change_cipher_spec /* set when we receive ChangeCipherSpec, - * reset by ssl3_get_finished */ - && (rr->type != SSL3_RT_HANDSHAKE)) - { - /* We now have application data between CCS and Finished. - * Most likely the packets were reordered on their way, so - * buffer the application data for later processing rather - * than dropping the connection. - */ - dtls1_buffer_record(s, &(s->d1->buffered_app_data), rr->seq_num); - rr->length = 0; - goto start; - } - - /* If the other end has shut down, throw anything we read away - * (even in 'peek' mode) */ - if (s->shutdown & SSL_RECEIVED_SHUTDOWN) - { - rr->length=0; - s->rwstate=SSL_NOTHING; - return(0); - } - - - if (type == rr->type) /* SSL3_RT_APPLICATION_DATA or SSL3_RT_HANDSHAKE */ - { - /* make sure that we are not getting application data when we - * are doing a handshake for the first time */ - if (SSL_in_init(s) && (type == SSL3_RT_APPLICATION_DATA) && - (s->enc_read_ctx == NULL)) - { - al=SSL_AD_UNEXPECTED_MESSAGE; - SSLerr(SSL_F_DTLS1_READ_BYTES,SSL_R_APP_DATA_IN_HANDSHAKE); - goto f_err; - } - - if (len <= 0) return(len); - - if ((unsigned int)len > rr->length) - n = rr->length; - else - n = (unsigned int)len; - - memcpy(buf,&(rr->data[rr->off]),n); - if (!peek) - { - rr->length-=n; - rr->off+=n; - if (rr->length == 0) - { - s->rstate=SSL_ST_READ_HEADER; - rr->off=0; - } - } + dtls1_copy_record(s, item); + OPENSSL_free(item->data); + pitem_free(item); + } + } + + /* Check for timeout */ + if (dtls1_handle_timeout(s) > 0) + goto start; + + /* get new packet if necessary */ + if ((rr->length == 0) || (s->rstate == SSL_ST_READ_BODY)) { + ret = dtls1_get_record(s); + if (ret <= 0) { + ret = dtls1_read_failed(s, ret); + /* anything other than a timeout is an error */ + if (ret <= 0) + return (ret); + else + goto start; + } + } + + if (s->d1->listen && rr->type != SSL3_RT_HANDSHAKE) { + rr->length = 0; + goto start; + } + + /* we now have a packet which can be read and processed */ + + if (s->s3->change_cipher_spec /* set when we receive ChangeCipherSpec, + * reset by ssl3_get_finished */ + && (rr->type != SSL3_RT_HANDSHAKE)) { + /* + * We now have application data between CCS and Finished. Most likely + * the packets were reordered on their way, so buffer the application + * data for later processing rather than dropping the connection. + */ + if (dtls1_buffer_record(s, &(s->d1->buffered_app_data), rr->seq_num) < + 0) { + SSLerr(SSL_F_DTLS1_READ_BYTES, ERR_R_INTERNAL_ERROR); + return -1; + } + rr->length = 0; + goto start; + } + + /* + * If the other end has shut down, throw anything we read away (even in + * 'peek' mode) + */ + if (s->shutdown & SSL_RECEIVED_SHUTDOWN) { + rr->length = 0; + s->rwstate = SSL_NOTHING; + return (0); + } + + if (type == rr->type) { /* SSL3_RT_APPLICATION_DATA or + * SSL3_RT_HANDSHAKE */ + /* + * make sure that we are not getting application data when we are + * doing a handshake for the first time + */ + if (SSL_in_init(s) && (type == SSL3_RT_APPLICATION_DATA) && + (s->enc_read_ctx == NULL)) { + al = SSL_AD_UNEXPECTED_MESSAGE; + SSLerr(SSL_F_DTLS1_READ_BYTES, SSL_R_APP_DATA_IN_HANDSHAKE); + goto f_err; + } + + if (len <= 0) + return (len); + + if ((unsigned int)len > rr->length) + n = rr->length; + else + n = (unsigned int)len; + + memcpy(buf, &(rr->data[rr->off]), n); + if (!peek) { + rr->length -= n; + rr->off += n; + if (rr->length == 0) { + s->rstate = SSL_ST_READ_HEADER; + rr->off = 0; + } + } #ifndef OPENSSL_NO_SCTP - /* We were about to renegotiate but had to read - * belated application data first, so retry. - */ - if (BIO_dgram_is_sctp(SSL_get_rbio(s)) && - rr->type == SSL3_RT_APPLICATION_DATA && - (s->state == DTLS1_SCTP_ST_SR_READ_SOCK || s->state == DTLS1_SCTP_ST_CR_READ_SOCK)) - { - s->rwstate=SSL_READING; - BIO_clear_retry_flags(SSL_get_rbio(s)); - BIO_set_retry_read(SSL_get_rbio(s)); - } - - /* We might had to delay a close_notify alert because - * of reordered app data. If there was an alert and there - * is no message to read anymore, finally set shutdown. - */ - if (BIO_dgram_is_sctp(SSL_get_rbio(s)) && - s->d1->shutdown_received && !BIO_dgram_sctp_msg_waiting(SSL_get_rbio(s))) - { - s->shutdown |= SSL_RECEIVED_SHUTDOWN; - return(0); - } -#endif - return(n); - } - - - /* If we get here, then type != rr->type; if we have a handshake - * message, then it was unexpected (Hello Request or Client Hello). */ - - /* In case of record types for which we have 'fragment' storage, - * fill that so that we can process the data at a fixed place. - */ - { - unsigned int k, dest_maxlen = 0; - unsigned char *dest = NULL; - unsigned int *dest_len = NULL; - - if (rr->type == SSL3_RT_HANDSHAKE) - { - dest_maxlen = sizeof s->d1->handshake_fragment; - dest = s->d1->handshake_fragment; - dest_len = &s->d1->handshake_fragment_len; - } - else if (rr->type == SSL3_RT_ALERT) - { - dest_maxlen = sizeof(s->d1->alert_fragment); - dest = s->d1->alert_fragment; - dest_len = &s->d1->alert_fragment_len; - } + /* + * We were about to renegotiate but had to read belated application + * data first, so retry. + */ + if (BIO_dgram_is_sctp(SSL_get_rbio(s)) && + rr->type == SSL3_RT_APPLICATION_DATA && + (s->state == DTLS1_SCTP_ST_SR_READ_SOCK + || s->state == DTLS1_SCTP_ST_CR_READ_SOCK)) { + s->rwstate = SSL_READING; + BIO_clear_retry_flags(SSL_get_rbio(s)); + BIO_set_retry_read(SSL_get_rbio(s)); + } + + /* + * We might had to delay a close_notify alert because of reordered + * app data. If there was an alert and there is no message to read + * anymore, finally set shutdown. + */ + if (BIO_dgram_is_sctp(SSL_get_rbio(s)) && + s->d1->shutdown_received + && !BIO_dgram_sctp_msg_waiting(SSL_get_rbio(s))) { + s->shutdown |= SSL_RECEIVED_SHUTDOWN; + return (0); + } +#endif + return (n); + } + + /* + * If we get here, then type != rr->type; if we have a handshake message, + * then it was unexpected (Hello Request or Client Hello). + */ + + /* + * In case of record types for which we have 'fragment' storage, fill + * that so that we can process the data at a fixed place. + */ + { + unsigned int k, dest_maxlen = 0; + unsigned char *dest = NULL; + unsigned int *dest_len = NULL; + + if (rr->type == SSL3_RT_HANDSHAKE) { + dest_maxlen = sizeof s->d1->handshake_fragment; + dest = s->d1->handshake_fragment; + dest_len = &s->d1->handshake_fragment_len; + } else if (rr->type == SSL3_RT_ALERT) { + dest_maxlen = sizeof(s->d1->alert_fragment); + dest = s->d1->alert_fragment; + dest_len = &s->d1->alert_fragment_len; + } #ifndef OPENSSL_NO_HEARTBEATS - else if (rr->type == TLS1_RT_HEARTBEAT) - { - dtls1_process_heartbeat(s); - - /* Exit and notify application to read again */ - rr->length = 0; - s->rwstate=SSL_READING; - BIO_clear_retry_flags(SSL_get_rbio(s)); - BIO_set_retry_read(SSL_get_rbio(s)); - return(-1); - } + else if (rr->type == TLS1_RT_HEARTBEAT) { + dtls1_process_heartbeat(s); + + /* Exit and notify application to read again */ + rr->length = 0; + s->rwstate = SSL_READING; + BIO_clear_retry_flags(SSL_get_rbio(s)); + BIO_set_retry_read(SSL_get_rbio(s)); + return (-1); + } #endif - /* else it's a CCS message, or application data or wrong */ - else if (rr->type != SSL3_RT_CHANGE_CIPHER_SPEC) - { - /* Application data while renegotiating - * is allowed. Try again reading. - */ - if (rr->type == SSL3_RT_APPLICATION_DATA) - { - BIO *bio; - s->s3->in_read_app_data=2; - bio=SSL_get_rbio(s); - s->rwstate=SSL_READING; - BIO_clear_retry_flags(bio); - BIO_set_retry_read(bio); - return(-1); - } - - /* Not certain if this is the right error handling */ - al=SSL_AD_UNEXPECTED_MESSAGE; - SSLerr(SSL_F_DTLS1_READ_BYTES,SSL_R_UNEXPECTED_RECORD); - goto f_err; - } - - if (dest_maxlen > 0) - { - /* XDTLS: In a pathalogical case, the Client Hello - * may be fragmented--don't always expect dest_maxlen bytes */ - if ( rr->length < dest_maxlen) - { + /* else it's a CCS message, or application data or wrong */ + else if (rr->type != SSL3_RT_CHANGE_CIPHER_SPEC) { + /* + * Application data while renegotiating is allowed. Try again + * reading. + */ + if (rr->type == SSL3_RT_APPLICATION_DATA) { + BIO *bio; + s->s3->in_read_app_data = 2; + bio = SSL_get_rbio(s); + s->rwstate = SSL_READING; + BIO_clear_retry_flags(bio); + BIO_set_retry_read(bio); + return (-1); + } + + /* Not certain if this is the right error handling */ + al = SSL_AD_UNEXPECTED_MESSAGE; + SSLerr(SSL_F_DTLS1_READ_BYTES, SSL_R_UNEXPECTED_RECORD); + goto f_err; + } + + if (dest_maxlen > 0) { + /* + * XDTLS: In a pathalogical case, the Client Hello may be + * fragmented--don't always expect dest_maxlen bytes + */ + if (rr->length < dest_maxlen) { #ifdef DTLS1_AD_MISSING_HANDSHAKE_MESSAGE - /* - * for normal alerts rr->length is 2, while - * dest_maxlen is 7 if we were to handle this - * non-existing alert... - */ - FIX ME + /* + * for normal alerts rr->length is 2, while + * dest_maxlen is 7 if we were to handle this + * non-existing alert... + */ + FIX ME #endif - s->rstate=SSL_ST_READ_HEADER; - rr->length = 0; - goto start; - } - - /* now move 'n' bytes: */ - for ( k = 0; k < dest_maxlen; k++) - { - dest[k] = rr->data[rr->off++]; - rr->length--; - } - *dest_len = dest_maxlen; - } - } - - /* s->d1->handshake_fragment_len == 12 iff rr->type == SSL3_RT_HANDSHAKE; - * s->d1->alert_fragment_len == 7 iff rr->type == SSL3_RT_ALERT. - * (Possibly rr is 'empty' now, i.e. rr->length may be 0.) */ - - /* If we are a client, check for an incoming 'Hello Request': */ - if ((!s->server) && - (s->d1->handshake_fragment_len >= DTLS1_HM_HEADER_LENGTH) && - (s->d1->handshake_fragment[0] == SSL3_MT_HELLO_REQUEST) && - (s->session != NULL) && (s->session->cipher != NULL)) - { - s->d1->handshake_fragment_len = 0; - - if ((s->d1->handshake_fragment[1] != 0) || - (s->d1->handshake_fragment[2] != 0) || - (s->d1->handshake_fragment[3] != 0)) - { - al=SSL_AD_DECODE_ERROR; - SSLerr(SSL_F_DTLS1_READ_BYTES,SSL_R_BAD_HELLO_REQUEST); - goto err; - } - - /* no need to check sequence number on HELLO REQUEST messages */ - - if (s->msg_callback) - s->msg_callback(0, s->version, SSL3_RT_HANDSHAKE, - s->d1->handshake_fragment, 4, s, s->msg_callback_arg); - - if (SSL_is_init_finished(s) && - !(s->s3->flags & SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS) && - !s->s3->renegotiate) - { - s->d1->handshake_read_seq++; - s->new_session = 1; - ssl3_renegotiate(s); - if (ssl3_renegotiate_check(s)) - { - i=s->handshake_func(s); - if (i < 0) return(i); - if (i == 0) - { - SSLerr(SSL_F_DTLS1_READ_BYTES,SSL_R_SSL_HANDSHAKE_FAILURE); - return(-1); - } - - if (!(s->mode & SSL_MODE_AUTO_RETRY)) - { - if (s->s3->rbuf.left == 0) /* no read-ahead left? */ - { - BIO *bio; - /* In the case where we try to read application data, - * but we trigger an SSL handshake, we return -1 with - * the retry option set. Otherwise renegotiation may - * cause nasty problems in the blocking world */ - s->rwstate=SSL_READING; - bio=SSL_get_rbio(s); - BIO_clear_retry_flags(bio); - BIO_set_retry_read(bio); - return(-1); - } - } - } - } - /* we either finished a handshake or ignored the request, - * now try again to obtain the (application) data we were asked for */ - goto start; - } - - if (s->d1->alert_fragment_len >= DTLS1_AL_HEADER_LENGTH) - { - int alert_level = s->d1->alert_fragment[0]; - int alert_descr = s->d1->alert_fragment[1]; - - s->d1->alert_fragment_len = 0; - - if (s->msg_callback) - s->msg_callback(0, s->version, SSL3_RT_ALERT, - s->d1->alert_fragment, 2, s, s->msg_callback_arg); - - if (s->info_callback != NULL) - cb=s->info_callback; - else if (s->ctx->info_callback != NULL) - cb=s->ctx->info_callback; - - if (cb != NULL) - { - j = (alert_level << 8) | alert_descr; - cb(s, SSL_CB_READ_ALERT, j); - } - - if (alert_level == 1) /* warning */ - { - s->s3->warn_alert = alert_descr; - if (alert_descr == SSL_AD_CLOSE_NOTIFY) - { + s->rstate = SSL_ST_READ_HEADER; + rr->length = 0; + goto start; + } + + /* now move 'n' bytes: */ + for (k = 0; k < dest_maxlen; k++) { + dest[k] = rr->data[rr->off++]; + rr->length--; + } + *dest_len = dest_maxlen; + } + } + + /*- + * s->d1->handshake_fragment_len == 12 iff rr->type == SSL3_RT_HANDSHAKE; + * s->d1->alert_fragment_len == 7 iff rr->type == SSL3_RT_ALERT. + * (Possibly rr is 'empty' now, i.e. rr->length may be 0.) + */ + + /* If we are a client, check for an incoming 'Hello Request': */ + if ((!s->server) && + (s->d1->handshake_fragment_len >= DTLS1_HM_HEADER_LENGTH) && + (s->d1->handshake_fragment[0] == SSL3_MT_HELLO_REQUEST) && + (s->session != NULL) && (s->session->cipher != NULL)) { + s->d1->handshake_fragment_len = 0; + + if ((s->d1->handshake_fragment[1] != 0) || + (s->d1->handshake_fragment[2] != 0) || + (s->d1->handshake_fragment[3] != 0)) { + al = SSL_AD_DECODE_ERROR; + SSLerr(SSL_F_DTLS1_READ_BYTES, SSL_R_BAD_HELLO_REQUEST); + goto err; + } + + /* + * no need to check sequence number on HELLO REQUEST messages + */ + + if (s->msg_callback) + s->msg_callback(0, s->version, SSL3_RT_HANDSHAKE, + s->d1->handshake_fragment, 4, s, + s->msg_callback_arg); + + if (SSL_is_init_finished(s) && + !(s->s3->flags & SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS) && + !s->s3->renegotiate) { + s->d1->handshake_read_seq++; + s->new_session = 1; + ssl3_renegotiate(s); + if (ssl3_renegotiate_check(s)) { + i = s->handshake_func(s); + if (i < 0) + return (i); + if (i == 0) { + SSLerr(SSL_F_DTLS1_READ_BYTES, + SSL_R_SSL_HANDSHAKE_FAILURE); + return (-1); + } + + if (!(s->mode & SSL_MODE_AUTO_RETRY)) { + if (s->s3->rbuf.left == 0) { /* no read-ahead left? */ + BIO *bio; + /* + * In the case where we try to read application data, + * but we trigger an SSL handshake, we return -1 with + * the retry option set. Otherwise renegotiation may + * cause nasty problems in the blocking world + */ + s->rwstate = SSL_READING; + bio = SSL_get_rbio(s); + BIO_clear_retry_flags(bio); + BIO_set_retry_read(bio); + return (-1); + } + } + } + } + /* + * we either finished a handshake or ignored the request, now try + * again to obtain the (application) data we were asked for + */ + goto start; + } + + if (s->d1->alert_fragment_len >= DTLS1_AL_HEADER_LENGTH) { + int alert_level = s->d1->alert_fragment[0]; + int alert_descr = s->d1->alert_fragment[1]; + + s->d1->alert_fragment_len = 0; + + if (s->msg_callback) + s->msg_callback(0, s->version, SSL3_RT_ALERT, + s->d1->alert_fragment, 2, s, s->msg_callback_arg); + + if (s->info_callback != NULL) + cb = s->info_callback; + else if (s->ctx->info_callback != NULL) + cb = s->ctx->info_callback; + + if (cb != NULL) { + j = (alert_level << 8) | alert_descr; + cb(s, SSL_CB_READ_ALERT, j); + } + + if (alert_level == 1) { /* warning */ + s->s3->warn_alert = alert_descr; + if (alert_descr == SSL_AD_CLOSE_NOTIFY) { #ifndef OPENSSL_NO_SCTP - /* With SCTP and streams the socket may deliver app data - * after a close_notify alert. We have to check this - * first so that nothing gets discarded. - */ - if (BIO_dgram_is_sctp(SSL_get_rbio(s)) && - BIO_dgram_sctp_msg_waiting(SSL_get_rbio(s))) - { - s->d1->shutdown_received = 1; - s->rwstate=SSL_READING; - BIO_clear_retry_flags(SSL_get_rbio(s)); - BIO_set_retry_read(SSL_get_rbio(s)); - return -1; - } + /* + * With SCTP and streams the socket may deliver app data + * after a close_notify alert. We have to check this first so + * that nothing gets discarded. + */ + if (BIO_dgram_is_sctp(SSL_get_rbio(s)) && + BIO_dgram_sctp_msg_waiting(SSL_get_rbio(s))) { + s->d1->shutdown_received = 1; + s->rwstate = SSL_READING; + BIO_clear_retry_flags(SSL_get_rbio(s)); + BIO_set_retry_read(SSL_get_rbio(s)); + return -1; + } #endif - s->shutdown |= SSL_RECEIVED_SHUTDOWN; - return(0); - } + s->shutdown |= SSL_RECEIVED_SHUTDOWN; + return (0); + } #if 0 /* XXX: this is a possible improvement in the future */ - /* now check if it's a missing record */ - if (alert_descr == DTLS1_AD_MISSING_HANDSHAKE_MESSAGE) - { - unsigned short seq; - unsigned int frag_off; - unsigned char *p = &(s->d1->alert_fragment[2]); - - n2s(p, seq); - n2l3(p, frag_off); - - dtls1_retransmit_message(s, - dtls1_get_queue_priority(frag->msg_header.seq, 0), - frag_off, &found); - if ( ! found && SSL_in_init(s)) - { - /* fprintf( stderr,"in init = %d\n", SSL_in_init(s)); */ - /* requested a message not yet sent, - send an alert ourselves */ - ssl3_send_alert(s,SSL3_AL_WARNING, - DTLS1_AD_MISSING_HANDSHAKE_MESSAGE); - } - } + /* now check if it's a missing record */ + if (alert_descr == DTLS1_AD_MISSING_HANDSHAKE_MESSAGE) { + unsigned short seq; + unsigned int frag_off; + unsigned char *p = &(s->d1->alert_fragment[2]); + + n2s(p, seq); + n2l3(p, frag_off); + + dtls1_retransmit_message(s, + dtls1_get_queue_priority + (frag->msg_header.seq, 0), frag_off, + &found); + if (!found && SSL_in_init(s)) { + /* + * fprintf( stderr,"in init = %d\n", SSL_in_init(s)); + */ + /* + * requested a message not yet sent, send an alert + * ourselves + */ + ssl3_send_alert(s, SSL3_AL_WARNING, + DTLS1_AD_MISSING_HANDSHAKE_MESSAGE); + } + } #endif - } - else if (alert_level == 2) /* fatal */ - { - char tmp[16]; - - s->rwstate=SSL_NOTHING; - s->s3->fatal_alert = alert_descr; - SSLerr(SSL_F_DTLS1_READ_BYTES, SSL_AD_REASON_OFFSET + alert_descr); - BIO_snprintf(tmp,sizeof tmp,"%d",alert_descr); - ERR_add_error_data(2,"SSL alert number ",tmp); - s->shutdown|=SSL_RECEIVED_SHUTDOWN; - SSL_CTX_remove_session(s->ctx,s->session); - return(0); - } - else - { - al=SSL_AD_ILLEGAL_PARAMETER; - SSLerr(SSL_F_DTLS1_READ_BYTES,SSL_R_UNKNOWN_ALERT_TYPE); - goto f_err; - } - - goto start; - } - - if (s->shutdown & SSL_SENT_SHUTDOWN) /* but we have not received a shutdown */ - { - s->rwstate=SSL_NOTHING; - rr->length=0; - return(0); - } - - if (rr->type == SSL3_RT_CHANGE_CIPHER_SPEC) - { - struct ccs_header_st ccs_hdr; - unsigned int ccs_hdr_len = DTLS1_CCS_HEADER_LENGTH; - - dtls1_get_ccs_header(rr->data, &ccs_hdr); - - if (s->version == DTLS1_BAD_VER) - ccs_hdr_len = 3; - - /* 'Change Cipher Spec' is just a single byte, so we know - * exactly what the record payload has to look like */ - /* XDTLS: check that epoch is consistent */ - if ( (rr->length != ccs_hdr_len) || - (rr->off != 0) || (rr->data[0] != SSL3_MT_CCS)) - { - i=SSL_AD_ILLEGAL_PARAMETER; - SSLerr(SSL_F_DTLS1_READ_BYTES,SSL_R_BAD_CHANGE_CIPHER_SPEC); - goto err; - } - - rr->length=0; - - if (s->msg_callback) - s->msg_callback(0, s->version, SSL3_RT_CHANGE_CIPHER_SPEC, - rr->data, 1, s, s->msg_callback_arg); - - /* We can't process a CCS now, because previous handshake - * messages are still missing, so just drop it. - */ - if (!s->d1->change_cipher_spec_ok) - { - goto start; - } - - s->d1->change_cipher_spec_ok = 0; - - s->s3->change_cipher_spec=1; - if (!ssl3_do_change_cipher_spec(s)) - goto err; - - /* do this whenever CCS is processed */ - dtls1_reset_seq_numbers(s, SSL3_CC_READ); - - if (s->version == DTLS1_BAD_VER) - s->d1->handshake_read_seq++; + } else if (alert_level == 2) { /* fatal */ + char tmp[16]; + + s->rwstate = SSL_NOTHING; + s->s3->fatal_alert = alert_descr; + SSLerr(SSL_F_DTLS1_READ_BYTES, + SSL_AD_REASON_OFFSET + alert_descr); + BIO_snprintf(tmp, sizeof tmp, "%d", alert_descr); + ERR_add_error_data(2, "SSL alert number ", tmp); + s->shutdown |= SSL_RECEIVED_SHUTDOWN; + SSL_CTX_remove_session(s->ctx, s->session); + return (0); + } else { + al = SSL_AD_ILLEGAL_PARAMETER; + SSLerr(SSL_F_DTLS1_READ_BYTES, SSL_R_UNKNOWN_ALERT_TYPE); + goto f_err; + } + + goto start; + } + + if (s->shutdown & SSL_SENT_SHUTDOWN) { /* but we have not received a + * shutdown */ + s->rwstate = SSL_NOTHING; + rr->length = 0; + return (0); + } + + if (rr->type == SSL3_RT_CHANGE_CIPHER_SPEC) { + struct ccs_header_st ccs_hdr; + unsigned int ccs_hdr_len = DTLS1_CCS_HEADER_LENGTH; + + dtls1_get_ccs_header(rr->data, &ccs_hdr); + + if (s->version == DTLS1_BAD_VER) + ccs_hdr_len = 3; + + /* + * 'Change Cipher Spec' is just a single byte, so we know exactly + * what the record payload has to look like + */ + /* XDTLS: check that epoch is consistent */ + if ((rr->length != ccs_hdr_len) || + (rr->off != 0) || (rr->data[0] != SSL3_MT_CCS)) { + i = SSL_AD_ILLEGAL_PARAMETER; + SSLerr(SSL_F_DTLS1_READ_BYTES, SSL_R_BAD_CHANGE_CIPHER_SPEC); + goto err; + } + + rr->length = 0; + + if (s->msg_callback) + s->msg_callback(0, s->version, SSL3_RT_CHANGE_CIPHER_SPEC, + rr->data, 1, s, s->msg_callback_arg); + + /* + * We can't process a CCS now, because previous handshake messages + * are still missing, so just drop it. + */ + if (!s->d1->change_cipher_spec_ok) { + goto start; + } + + s->d1->change_cipher_spec_ok = 0; + + s->s3->change_cipher_spec = 1; + if (!ssl3_do_change_cipher_spec(s)) + goto err; + + /* do this whenever CCS is processed */ + dtls1_reset_seq_numbers(s, SSL3_CC_READ); + + if (s->version == DTLS1_BAD_VER) + s->d1->handshake_read_seq++; #ifndef OPENSSL_NO_SCTP - /* Remember that a CCS has been received, - * so that an old key of SCTP-Auth can be - * deleted when a CCS is sent. Will be ignored - * if no SCTP is used - */ - BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_AUTH_CCS_RCVD, 1, NULL); + /* + * Remember that a CCS has been received, so that an old key of + * SCTP-Auth can be deleted when a CCS is sent. Will be ignored if no + * SCTP is used + */ + BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_AUTH_CCS_RCVD, 1, NULL); #endif - goto start; - } - - /* Unexpected handshake message (Client Hello, or protocol violation) */ - if ((s->d1->handshake_fragment_len >= DTLS1_HM_HEADER_LENGTH) && - !s->in_handshake) - { - struct hm_header_st msg_hdr; - - /* this may just be a stale retransmit */ - dtls1_get_message_header(rr->data, &msg_hdr); - if( rr->epoch != s->d1->r_epoch) - { - rr->length = 0; - goto start; - } - - /* If we are server, we may have a repeated FINISHED of the - * client here, then retransmit our CCS and FINISHED. - */ - if (msg_hdr.type == SSL3_MT_FINISHED) - { - if (dtls1_check_timeout_num(s) < 0) - return -1; - - dtls1_retransmit_buffered_messages(s); - rr->length = 0; - goto start; - } - - if (((s->state&SSL_ST_MASK) == SSL_ST_OK) && - !(s->s3->flags & SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS)) - { -#if 0 /* worked only because C operator preferences are not as expected (and - * because this is not really needed for clients except for detecting - * protocol violations): */ - s->state=SSL_ST_BEFORE|(s->server) - ?SSL_ST_ACCEPT - :SSL_ST_CONNECT; + goto start; + } + + /* + * Unexpected handshake message (Client Hello, or protocol violation) + */ + if ((s->d1->handshake_fragment_len >= DTLS1_HM_HEADER_LENGTH) && + !s->in_handshake) { + struct hm_header_st msg_hdr; + + /* this may just be a stale retransmit */ + dtls1_get_message_header(rr->data, &msg_hdr); + if (rr->epoch != s->d1->r_epoch) { + rr->length = 0; + goto start; + } + + /* + * If we are server, we may have a repeated FINISHED of the client + * here, then retransmit our CCS and FINISHED. + */ + if (msg_hdr.type == SSL3_MT_FINISHED) { + if (dtls1_check_timeout_num(s) < 0) + return -1; + + dtls1_retransmit_buffered_messages(s); + rr->length = 0; + goto start; + } + + if (((s->state & SSL_ST_MASK) == SSL_ST_OK) && + !(s->s3->flags & SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS)) { +#if 0 /* worked only because C operator preferences + * are not as expected (and because this is + * not really needed for clients except for + * detecting protocol violations): */ + s->state = SSL_ST_BEFORE | (s->server) + ? SSL_ST_ACCEPT : SSL_ST_CONNECT; #else - s->state = s->server ? SSL_ST_ACCEPT : SSL_ST_CONNECT; + s->state = s->server ? SSL_ST_ACCEPT : SSL_ST_CONNECT; #endif - s->renegotiate=1; - s->new_session=1; - } - i=s->handshake_func(s); - if (i < 0) return(i); - if (i == 0) - { - SSLerr(SSL_F_DTLS1_READ_BYTES,SSL_R_SSL_HANDSHAKE_FAILURE); - return(-1); - } - - if (!(s->mode & SSL_MODE_AUTO_RETRY)) - { - if (s->s3->rbuf.left == 0) /* no read-ahead left? */ - { - BIO *bio; - /* In the case where we try to read application data, - * but we trigger an SSL handshake, we return -1 with - * the retry option set. Otherwise renegotiation may - * cause nasty problems in the blocking world */ - s->rwstate=SSL_READING; - bio=SSL_get_rbio(s); - BIO_clear_retry_flags(bio); - BIO_set_retry_read(bio); - return(-1); - } - } - goto start; - } - - switch (rr->type) - { - default: + s->renegotiate = 1; + s->new_session = 1; + } + i = s->handshake_func(s); + if (i < 0) + return (i); + if (i == 0) { + SSLerr(SSL_F_DTLS1_READ_BYTES, SSL_R_SSL_HANDSHAKE_FAILURE); + return (-1); + } + + if (!(s->mode & SSL_MODE_AUTO_RETRY)) { + if (s->s3->rbuf.left == 0) { /* no read-ahead left? */ + BIO *bio; + /* + * In the case where we try to read application data, but we + * trigger an SSL handshake, we return -1 with the retry + * option set. Otherwise renegotiation may cause nasty + * problems in the blocking world + */ + s->rwstate = SSL_READING; + bio = SSL_get_rbio(s); + BIO_clear_retry_flags(bio); + BIO_set_retry_read(bio); + return (-1); + } + } + goto start; + } + + switch (rr->type) { + default: #ifndef OPENSSL_NO_TLS - /* TLS just ignores unknown message types */ - if (s->version == TLS1_VERSION) - { - rr->length = 0; - goto start; - } + /* TLS just ignores unknown message types */ + if (s->version == TLS1_VERSION) { + rr->length = 0; + goto start; + } #endif - al=SSL_AD_UNEXPECTED_MESSAGE; - SSLerr(SSL_F_DTLS1_READ_BYTES,SSL_R_UNEXPECTED_RECORD); - goto f_err; - case SSL3_RT_CHANGE_CIPHER_SPEC: - case SSL3_RT_ALERT: - case SSL3_RT_HANDSHAKE: - /* we already handled all of these, with the possible exception - * of SSL3_RT_HANDSHAKE when s->in_handshake is set, but that - * should not happen when type != rr->type */ - al=SSL_AD_UNEXPECTED_MESSAGE; - SSLerr(SSL_F_DTLS1_READ_BYTES,ERR_R_INTERNAL_ERROR); - goto f_err; - case SSL3_RT_APPLICATION_DATA: - /* At this point, we were expecting handshake data, - * but have application data. If the library was - * running inside ssl3_read() (i.e. in_read_app_data - * is set) and it makes sense to read application data - * at this point (session renegotiation not yet started), - * we will indulge it. - */ - if (s->s3->in_read_app_data && - (s->s3->total_renegotiations != 0) && - (( - (s->state & SSL_ST_CONNECT) && - (s->state >= SSL3_ST_CW_CLNT_HELLO_A) && - (s->state <= SSL3_ST_CR_SRVR_HELLO_A) - ) || ( - (s->state & SSL_ST_ACCEPT) && - (s->state <= SSL3_ST_SW_HELLO_REQ_A) && - (s->state >= SSL3_ST_SR_CLNT_HELLO_A) - ) - )) - { - s->s3->in_read_app_data=2; - return(-1); - } - else - { - al=SSL_AD_UNEXPECTED_MESSAGE; - SSLerr(SSL_F_DTLS1_READ_BYTES,SSL_R_UNEXPECTED_RECORD); - goto f_err; - } - } - /* not reached */ - -f_err: - ssl3_send_alert(s,SSL3_AL_FATAL,al); -err: - return(-1); - } - -int -dtls1_write_app_data_bytes(SSL *s, int type, const void *buf_, int len) - { - int i; + al = SSL_AD_UNEXPECTED_MESSAGE; + SSLerr(SSL_F_DTLS1_READ_BYTES, SSL_R_UNEXPECTED_RECORD); + goto f_err; + case SSL3_RT_CHANGE_CIPHER_SPEC: + case SSL3_RT_ALERT: + case SSL3_RT_HANDSHAKE: + /* + * we already handled all of these, with the possible exception of + * SSL3_RT_HANDSHAKE when s->in_handshake is set, but that should not + * happen when type != rr->type + */ + al = SSL_AD_UNEXPECTED_MESSAGE; + SSLerr(SSL_F_DTLS1_READ_BYTES, ERR_R_INTERNAL_ERROR); + goto f_err; + case SSL3_RT_APPLICATION_DATA: + /* + * At this point, we were expecting handshake data, but have + * application data. If the library was running inside ssl3_read() + * (i.e. in_read_app_data is set) and it makes sense to read + * application data at this point (session renegotiation not yet + * started), we will indulge it. + */ + if (s->s3->in_read_app_data && + (s->s3->total_renegotiations != 0) && + (((s->state & SSL_ST_CONNECT) && + (s->state >= SSL3_ST_CW_CLNT_HELLO_A) && + (s->state <= SSL3_ST_CR_SRVR_HELLO_A) + ) || ((s->state & SSL_ST_ACCEPT) && + (s->state <= SSL3_ST_SW_HELLO_REQ_A) && + (s->state >= SSL3_ST_SR_CLNT_HELLO_A) + ) + )) { + s->s3->in_read_app_data = 2; + return (-1); + } else { + al = SSL_AD_UNEXPECTED_MESSAGE; + SSLerr(SSL_F_DTLS1_READ_BYTES, SSL_R_UNEXPECTED_RECORD); + goto f_err; + } + } + /* not reached */ + + f_err: + ssl3_send_alert(s, SSL3_AL_FATAL, al); + err: + return (-1); +} + +int dtls1_write_app_data_bytes(SSL *s, int type, const void *buf_, int len) +{ + int i; #ifndef OPENSSL_NO_SCTP - /* Check if we have to continue an interrupted handshake - * for reading belated app data with SCTP. - */ - if ((SSL_in_init(s) && !s->in_handshake) || - (BIO_dgram_is_sctp(SSL_get_wbio(s)) && - (s->state == DTLS1_SCTP_ST_SR_READ_SOCK || s->state == DTLS1_SCTP_ST_CR_READ_SOCK))) + /* + * Check if we have to continue an interrupted handshake for reading + * belated app data with SCTP. + */ + if ((SSL_in_init(s) && !s->in_handshake) || + (BIO_dgram_is_sctp(SSL_get_wbio(s)) && + (s->state == DTLS1_SCTP_ST_SR_READ_SOCK + || s->state == DTLS1_SCTP_ST_CR_READ_SOCK))) #else - if (SSL_in_init(s) && !s->in_handshake) + if (SSL_in_init(s) && !s->in_handshake) #endif - { - i=s->handshake_func(s); - if (i < 0) return(i); - if (i == 0) - { - SSLerr(SSL_F_DTLS1_WRITE_APP_DATA_BYTES,SSL_R_SSL_HANDSHAKE_FAILURE); - return -1; - } - } - - if (len > SSL3_RT_MAX_PLAIN_LENGTH) - { - SSLerr(SSL_F_DTLS1_WRITE_APP_DATA_BYTES,SSL_R_DTLS_MESSAGE_TOO_BIG); - return -1; - } - - i = dtls1_write_bytes(s, type, buf_, len); - return i; - } - - - /* this only happens when a client hello is received and a handshake - * is started. */ + { + i = s->handshake_func(s); + if (i < 0) + return (i); + if (i == 0) { + SSLerr(SSL_F_DTLS1_WRITE_APP_DATA_BYTES, + SSL_R_SSL_HANDSHAKE_FAILURE); + return -1; + } + } + + if (len > SSL3_RT_MAX_PLAIN_LENGTH) { + SSLerr(SSL_F_DTLS1_WRITE_APP_DATA_BYTES, SSL_R_DTLS_MESSAGE_TOO_BIG); + return -1; + } + + i = dtls1_write_bytes(s, type, buf_, len); + return i; +} + + /* + * this only happens when a client hello is received and a handshake + * is started. + */ static int -have_handshake_fragment(SSL *s, int type, unsigned char *buf, - int len, int peek) - { - - if ((type == SSL3_RT_HANDSHAKE) && (s->d1->handshake_fragment_len > 0)) - /* (partially) satisfy request from storage */ - { - unsigned char *src = s->d1->handshake_fragment; - unsigned char *dst = buf; - unsigned int k,n; - - /* peek == 0 */ - n = 0; - while ((len > 0) && (s->d1->handshake_fragment_len > 0)) - { - *dst++ = *src++; - len--; s->d1->handshake_fragment_len--; - n++; - } - /* move any remaining fragment bytes: */ - for (k = 0; k < s->d1->handshake_fragment_len; k++) - s->d1->handshake_fragment[k] = *src++; - return n; - } - - return 0; - } - - - - -/* Call this to write data in records of type 'type' - * It will return <= 0 if not all data has been sent or non-blocking IO. +have_handshake_fragment(SSL *s, int type, unsigned char *buf, + int len, int peek) +{ + + if ((type == SSL3_RT_HANDSHAKE) && (s->d1->handshake_fragment_len > 0)) + /* (partially) satisfy request from storage */ + { + unsigned char *src = s->d1->handshake_fragment; + unsigned char *dst = buf; + unsigned int k, n; + + /* peek == 0 */ + n = 0; + while ((len > 0) && (s->d1->handshake_fragment_len > 0)) { + *dst++ = *src++; + len--; + s->d1->handshake_fragment_len--; + n++; + } + /* move any remaining fragment bytes: */ + for (k = 0; k < s->d1->handshake_fragment_len; k++) + s->d1->handshake_fragment[k] = *src++; + return n; + } + + return 0; +} + +/* + * Call this to write data in records of type 'type' It will return <= 0 if + * not all data has been sent or non-blocking IO. */ int dtls1_write_bytes(SSL *s, int type, const void *buf, int len) - { - int i; - - OPENSSL_assert(len <= SSL3_RT_MAX_PLAIN_LENGTH); - s->rwstate=SSL_NOTHING; - i=do_dtls1_write(s, type, buf, len, 0); - return i; - } - -int do_dtls1_write(SSL *s, int type, const unsigned char *buf, unsigned int len, int create_empty_fragment) - { - unsigned char *p,*pseq; - int i,mac_size,clear=0; - int prefix_len = 0; - SSL3_RECORD *wr; - SSL3_BUFFER *wb; - SSL_SESSION *sess; - int bs; - - /* first check if there is a SSL3_BUFFER still being written - * out. This will happen with non blocking IO */ - if (s->s3->wbuf.left != 0) - { - OPENSSL_assert(0); /* XDTLS: want to see if we ever get here */ - return(ssl3_write_pending(s,type,buf,len)); - } - - /* If we have an alert to send, lets send it */ - if (s->s3->alert_dispatch) - { - i=s->method->ssl_dispatch_alert(s); - if (i <= 0) - return(i); - /* if it went, fall through and send more stuff */ - } - - if (len == 0 && !create_empty_fragment) - return 0; - - wr= &(s->s3->wrec); - wb= &(s->s3->wbuf); - sess=s->session; - - if ( (sess == NULL) || - (s->enc_write_ctx == NULL) || - (EVP_MD_CTX_md(s->write_hash) == NULL)) - clear=1; - - if (clear) - mac_size=0; - else - { - mac_size=EVP_MD_CTX_size(s->write_hash); - if (mac_size < 0) - goto err; - } - - /* DTLS implements explicit IV, so no need for empty fragments */ +{ + int i; + + OPENSSL_assert(len <= SSL3_RT_MAX_PLAIN_LENGTH); + s->rwstate = SSL_NOTHING; + i = do_dtls1_write(s, type, buf, len, 0); + return i; +} + +int do_dtls1_write(SSL *s, int type, const unsigned char *buf, + unsigned int len, int create_empty_fragment) +{ + unsigned char *p, *pseq; + int i, mac_size, clear = 0; + int prefix_len = 0; + int eivlen; + SSL3_RECORD *wr; + SSL3_BUFFER *wb; + SSL_SESSION *sess; + + /* + * first check if there is a SSL3_BUFFER still being written out. This + * will happen with non blocking IO + */ + if (s->s3->wbuf.left != 0) { + OPENSSL_assert(0); /* XDTLS: want to see if we ever get here */ + return (ssl3_write_pending(s, type, buf, len)); + } + + /* If we have an alert to send, lets send it */ + if (s->s3->alert_dispatch) { + i = s->method->ssl_dispatch_alert(s); + if (i <= 0) + return (i); + /* if it went, fall through and send more stuff */ + } + + if (len == 0 && !create_empty_fragment) + return 0; + + wr = &(s->s3->wrec); + wb = &(s->s3->wbuf); + sess = s->session; + + if ((sess == NULL) || + (s->enc_write_ctx == NULL) || (EVP_MD_CTX_md(s->write_hash) == NULL)) + clear = 1; + + if (clear) + mac_size = 0; + else { + mac_size = EVP_MD_CTX_size(s->write_hash); + if (mac_size < 0) + goto err; + } + + /* DTLS implements explicit IV, so no need for empty fragments */ #if 0 - /* 'create_empty_fragment' is true only when this function calls itself */ - if (!clear && !create_empty_fragment && !s->s3->empty_fragment_done - && SSL_version(s) != DTLS1_VERSION && SSL_version(s) != DTLS1_BAD_VER) - { - /* countermeasure against known-IV weakness in CBC ciphersuites - * (see http://www.openssl.org/~bodo/tls-cbc.txt) - */ - - if (s->s3->need_empty_fragments && type == SSL3_RT_APPLICATION_DATA) - { - /* recursive function call with 'create_empty_fragment' set; - * this prepares and buffers the data for an empty fragment - * (these 'prefix_len' bytes are sent out later - * together with the actual payload) */ - prefix_len = s->method->do_ssl_write(s, type, buf, 0, 1); - if (prefix_len <= 0) - goto err; - - if (s->s3->wbuf.len < (size_t)prefix_len + SSL3_RT_MAX_PACKET_SIZE) - { - /* insufficient space */ - SSLerr(SSL_F_DO_DTLS1_WRITE, ERR_R_INTERNAL_ERROR); - goto err; - } - } - - s->s3->empty_fragment_done = 1; - } -#endif - p = wb->buf + prefix_len; - - /* write the header */ - - *(p++)=type&0xff; - wr->type=type; - - *(p++)=(s->version>>8); - *(p++)=s->version&0xff; - - /* field where we are to write out packet epoch, seq num and len */ - pseq=p; - p+=10; - - /* lets setup the record stuff. */ - - /* Make space for the explicit IV in case of CBC. - * (this is a bit of a boundary violation, but what the heck). - */ - if ( s->enc_write_ctx && - (EVP_CIPHER_mode( s->enc_write_ctx->cipher ) & EVP_CIPH_CBC_MODE)) - bs = EVP_CIPHER_block_size(s->enc_write_ctx->cipher); - else - bs = 0; - - wr->data=p + bs; /* make room for IV in case of CBC */ - wr->length=(int)len; - wr->input=(unsigned char *)buf; - - /* we now 'read' from wr->input, wr->length bytes into - * wr->data */ - - /* first we compress */ - if (s->compress != NULL) - { - if (!ssl3_do_compress(s)) - { - SSLerr(SSL_F_DO_DTLS1_WRITE,SSL_R_COMPRESSION_FAILURE); - goto err; - } - } - else - { - memcpy(wr->data,wr->input,wr->length); - wr->input=wr->data; - } - - /* we should still have the output to wr->data and the input - * from wr->input. Length should be wr->length. - * wr->data still points in the wb->buf */ - - if (mac_size != 0) - { - if(s->method->ssl3_enc->mac(s,&(p[wr->length + bs]),1) < 0) - goto err; - wr->length+=mac_size; - } - - /* this is true regardless of mac size */ - wr->input=p; - wr->data=p; - - - /* ssl3_enc can only have an error on read */ - if (bs) /* bs != 0 in case of CBC */ - { - RAND_pseudo_bytes(p,bs); - /* master IV and last CBC residue stand for - * the rest of randomness */ - wr->length += bs; - } - - s->method->ssl3_enc->enc(s,1); - - /* record length after mac and block padding */ -/* if (type == SSL3_RT_APPLICATION_DATA || - (type == SSL3_RT_ALERT && ! SSL_in_init(s))) */ - - /* there's only one epoch between handshake and app data */ - - s2n(s->d1->w_epoch, pseq); - - /* XDTLS: ?? */ -/* else - s2n(s->d1->handshake_epoch, pseq); */ - - memcpy(pseq, &(s->s3->write_sequence[2]), 6); - pseq+=6; - s2n(wr->length,pseq); - - /* we should now have - * wr->data pointing to the encrypted data, which is - * wr->length long */ - wr->type=type; /* not needed but helps for debugging */ - wr->length+=DTLS1_RT_HEADER_LENGTH; - -#if 0 /* this is now done at the message layer */ - /* buffer the record, making it easy to handle retransmits */ - if ( type == SSL3_RT_HANDSHAKE || type == SSL3_RT_CHANGE_CIPHER_SPEC) - dtls1_buffer_record(s, wr->data, wr->length, - *((PQ_64BIT *)&(s->s3->write_sequence[0]))); + /* + * 'create_empty_fragment' is true only when this function calls itself + */ + if (!clear && !create_empty_fragment && !s->s3->empty_fragment_done + && SSL_version(s) != DTLS1_VERSION && SSL_version(s) != DTLS1_BAD_VER) + { + /* + * countermeasure against known-IV weakness in CBC ciphersuites (see + * http://www.openssl.org/~bodo/tls-cbc.txt) + */ + + if (s->s3->need_empty_fragments && type == SSL3_RT_APPLICATION_DATA) { + /* + * recursive function call with 'create_empty_fragment' set; this + * prepares and buffers the data for an empty fragment (these + * 'prefix_len' bytes are sent out later together with the actual + * payload) + */ + prefix_len = s->method->do_ssl_write(s, type, buf, 0, 1); + if (prefix_len <= 0) + goto err; + + if (s->s3->wbuf.len < + (size_t)prefix_len + SSL3_RT_MAX_PACKET_SIZE) { + /* insufficient space */ + SSLerr(SSL_F_DO_DTLS1_WRITE, ERR_R_INTERNAL_ERROR); + goto err; + } + } + + s->s3->empty_fragment_done = 1; + } #endif + p = wb->buf + prefix_len; + + /* write the header */ + + *(p++) = type & 0xff; + wr->type = type; + /* + * Special case: for hello verify request, client version 1.0 and we + * haven't decided which version to use yet send back using version 1.0 + * header: otherwise some clients will ignore it. + */ + if (s->method->version == DTLS_ANY_VERSION) { + *(p++) = DTLS1_VERSION >> 8; + *(p++) = DTLS1_VERSION & 0xff; + } else { + *(p++) = s->version >> 8; + *(p++) = s->version & 0xff; + } + + /* field where we are to write out packet epoch, seq num and len */ + pseq = p; + p += 10; + + /* Explicit IV length, block ciphers appropriate version flag */ + if (s->enc_write_ctx) { + int mode = EVP_CIPHER_CTX_mode(s->enc_write_ctx); + if (mode == EVP_CIPH_CBC_MODE) { + eivlen = EVP_CIPHER_CTX_iv_length(s->enc_write_ctx); + if (eivlen <= 1) + eivlen = 0; + } + /* Need explicit part of IV for GCM mode */ + else if (mode == EVP_CIPH_GCM_MODE) + eivlen = EVP_GCM_TLS_EXPLICIT_IV_LEN; + else + eivlen = 0; + } else + eivlen = 0; + + /* lets setup the record stuff. */ + wr->data = p + eivlen; /* make room for IV in case of CBC */ + wr->length = (int)len; + wr->input = (unsigned char *)buf; + + /* + * we now 'read' from wr->input, wr->length bytes into wr->data + */ + + /* first we compress */ + if (s->compress != NULL) { + if (!ssl3_do_compress(s)) { + SSLerr(SSL_F_DO_DTLS1_WRITE, SSL_R_COMPRESSION_FAILURE); + goto err; + } + } else { + memcpy(wr->data, wr->input, wr->length); + wr->input = wr->data; + } - ssl3_record_sequence_update(&(s->s3->write_sequence[0])); + /* + * we should still have the output to wr->data and the input from + * wr->input. Length should be wr->length. wr->data still points in the + * wb->buf + */ - if (create_empty_fragment) - { - /* we are in a recursive call; - * just return the length, don't write out anything here - */ - return wr->length; - } + if (mac_size != 0) { + if (s->method->ssl3_enc->mac(s, &(p[wr->length + eivlen]), 1) < 0) + goto err; + wr->length += mac_size; + } - /* now let's set up wb */ - wb->left = prefix_len + wr->length; - wb->offset = 0; + /* this is true regardless of mac size */ + wr->input = p; + wr->data = p; - /* memorize arguments so that ssl3_write_pending can detect bad write retries later */ - s->s3->wpend_tot=len; - s->s3->wpend_buf=buf; - s->s3->wpend_type=type; - s->s3->wpend_ret=len; + if (eivlen) + wr->length += eivlen; - /* we now just need to write the buffer */ - return ssl3_write_pending(s,type,buf,len); -err: - return -1; - } + if (s->method->ssl3_enc->enc(s, 1) < 1) + goto err; + /* record length after mac and block padding */ + /* + * if (type == SSL3_RT_APPLICATION_DATA || (type == SSL3_RT_ALERT && ! + * SSL_in_init(s))) + */ + /* there's only one epoch between handshake and app data */ -static int dtls1_record_replay_check(SSL *s, DTLS1_BITMAP *bitmap) - { - int cmp; - unsigned int shift; - const unsigned char *seq = s->s3->read_sequence; - - cmp = satsub64be(seq,bitmap->max_seq_num); - if (cmp > 0) - { - memcpy (s->s3->rrec.seq_num,seq,8); - return 1; /* this record in new */ - } - shift = -cmp; - if (shift >= sizeof(bitmap->map)*8) - return 0; /* stale, outside the window */ - else if (bitmap->map & (1UL<s3->rrec.seq_num,seq,8); - return 1; - } + s2n(s->d1->w_epoch, pseq); + /* XDTLS: ?? */ + /* + * else s2n(s->d1->handshake_epoch, pseq); + */ -static void dtls1_record_bitmap_update(SSL *s, DTLS1_BITMAP *bitmap) - { - int cmp; - unsigned int shift; - const unsigned char *seq = s->s3->read_sequence; - - cmp = satsub64be(seq,bitmap->max_seq_num); - if (cmp > 0) - { - shift = cmp; - if (shift < sizeof(bitmap->map)*8) - bitmap->map <<= shift, bitmap->map |= 1UL; - else - bitmap->map = 1UL; - memcpy(bitmap->max_seq_num,seq,8); - } - else { - shift = -cmp; - if (shift < sizeof(bitmap->map)*8) - bitmap->map |= 1UL<s3->write_sequence[2]), 6); + pseq += 6; + s2n(wr->length, pseq); + if (s->msg_callback) + s->msg_callback(1, 0, SSL3_RT_HEADER, pseq - DTLS1_RT_HEADER_LENGTH, + DTLS1_RT_HEADER_LENGTH, s, s->msg_callback_arg); -int dtls1_dispatch_alert(SSL *s) - { - int i,j; - void (*cb)(const SSL *ssl,int type,int val)=NULL; - unsigned char buf[DTLS1_AL_HEADER_LENGTH]; - unsigned char *ptr = &buf[0]; + /* + * we should now have wr->data pointing to the encrypted data, which is + * wr->length long + */ + wr->type = type; /* not needed but helps for debugging */ + wr->length += DTLS1_RT_HEADER_LENGTH; - s->s3->alert_dispatch=0; +#if 0 /* this is now done at the message layer */ + /* buffer the record, making it easy to handle retransmits */ + if (type == SSL3_RT_HANDSHAKE || type == SSL3_RT_CHANGE_CIPHER_SPEC) + dtls1_buffer_record(s, wr->data, wr->length, + *((PQ_64BIT *) & (s->s3->write_sequence[0]))); +#endif - memset(buf, 0x00, sizeof(buf)); - *ptr++ = s->s3->send_alert[0]; - *ptr++ = s->s3->send_alert[1]; + ssl3_record_sequence_update(&(s->s3->write_sequence[0])); -#ifdef DTLS1_AD_MISSING_HANDSHAKE_MESSAGE - if (s->s3->send_alert[1] == DTLS1_AD_MISSING_HANDSHAKE_MESSAGE) - { - s2n(s->d1->handshake_read_seq, ptr); -#if 0 - if ( s->d1->r_msg_hdr.frag_off == 0) /* waiting for a new msg */ + if (create_empty_fragment) { + /* + * we are in a recursive call; just return the length, don't write + * out anything here + */ + return wr->length; + } - else - s2n(s->d1->r_msg_hdr.seq, ptr); /* partial msg read */ -#endif + /* now let's set up wb */ + wb->left = prefix_len + wr->length; + wb->offset = 0; + + /* + * memorize arguments so that ssl3_write_pending can detect bad write + * retries later + */ + s->s3->wpend_tot = len; + s->s3->wpend_buf = buf; + s->s3->wpend_type = type; + s->s3->wpend_ret = len; + + /* we now just need to write the buffer */ + return ssl3_write_pending(s, type, buf, len); + err: + return -1; +} -#if 0 - fprintf(stderr, "s->d1->handshake_read_seq = %d, s->d1->r_msg_hdr.seq = %d\n",s->d1->handshake_read_seq,s->d1->r_msg_hdr.seq); -#endif - l2n3(s->d1->r_msg_hdr.frag_off, ptr); - } +static int dtls1_record_replay_check(SSL *s, DTLS1_BITMAP *bitmap) +{ + int cmp; + unsigned int shift; + const unsigned char *seq = s->s3->read_sequence; + + cmp = satsub64be(seq, bitmap->max_seq_num); + if (cmp > 0) { + memcpy(s->s3->rrec.seq_num, seq, 8); + return 1; /* this record in new */ + } + shift = -cmp; + if (shift >= sizeof(bitmap->map) * 8) + return 0; /* stale, outside the window */ + else if (bitmap->map & (1UL << shift)) + return 0; /* record previously received */ + + memcpy(s->s3->rrec.seq_num, seq, 8); + return 1; +} + +static void dtls1_record_bitmap_update(SSL *s, DTLS1_BITMAP *bitmap) +{ + int cmp; + unsigned int shift; + const unsigned char *seq = s->s3->read_sequence; + + cmp = satsub64be(seq, bitmap->max_seq_num); + if (cmp > 0) { + shift = cmp; + if (shift < sizeof(bitmap->map) * 8) + bitmap->map <<= shift, bitmap->map |= 1UL; + else + bitmap->map = 1UL; + memcpy(bitmap->max_seq_num, seq, 8); + } else { + shift = -cmp; + if (shift < sizeof(bitmap->map) * 8) + bitmap->map |= 1UL << shift; + } +} + +int dtls1_dispatch_alert(SSL *s) +{ + int i, j; + void (*cb) (const SSL *ssl, int type, int val) = NULL; + unsigned char buf[DTLS1_AL_HEADER_LENGTH]; + unsigned char *ptr = &buf[0]; + + s->s3->alert_dispatch = 0; + + memset(buf, 0x00, sizeof(buf)); + *ptr++ = s->s3->send_alert[0]; + *ptr++ = s->s3->send_alert[1]; + +#ifdef DTLS1_AD_MISSING_HANDSHAKE_MESSAGE + if (s->s3->send_alert[1] == DTLS1_AD_MISSING_HANDSHAKE_MESSAGE) { + s2n(s->d1->handshake_read_seq, ptr); +# if 0 + if (s->d1->r_msg_hdr.frag_off == 0) + /* + * waiting for a new msg + */ + else + s2n(s->d1->r_msg_hdr.seq, ptr); /* partial msg read */ +# endif + +# if 0 + fprintf(stderr, + "s->d1->handshake_read_seq = %d, s->d1->r_msg_hdr.seq = %d\n", + s->d1->handshake_read_seq, s->d1->r_msg_hdr.seq); +# endif + l2n3(s->d1->r_msg_hdr.frag_off, ptr); + } #endif - i = do_dtls1_write(s, SSL3_RT_ALERT, &buf[0], sizeof(buf), 0); - if (i <= 0) - { - s->s3->alert_dispatch=1; - /* fprintf( stderr, "not done with alert\n" ); */ - } - else - { - if (s->s3->send_alert[0] == SSL3_AL_FATAL + i = do_dtls1_write(s, SSL3_RT_ALERT, &buf[0], sizeof(buf), 0); + if (i <= 0) { + s->s3->alert_dispatch = 1; + /* fprintf( stderr, "not done with alert\n" ); */ + } else { + if (s->s3->send_alert[0] == SSL3_AL_FATAL #ifdef DTLS1_AD_MISSING_HANDSHAKE_MESSAGE - || s->s3->send_alert[1] == DTLS1_AD_MISSING_HANDSHAKE_MESSAGE + || s->s3->send_alert[1] == DTLS1_AD_MISSING_HANDSHAKE_MESSAGE #endif - ) - (void)BIO_flush(s->wbio); - - if (s->msg_callback) - s->msg_callback(1, s->version, SSL3_RT_ALERT, s->s3->send_alert, - 2, s, s->msg_callback_arg); - - if (s->info_callback != NULL) - cb=s->info_callback; - else if (s->ctx->info_callback != NULL) - cb=s->ctx->info_callback; - - if (cb != NULL) - { - j=(s->s3->send_alert[0]<<8)|s->s3->send_alert[1]; - cb(s,SSL_CB_WRITE_ALERT,j); - } - } - return(i); - } - - -static DTLS1_BITMAP * -dtls1_get_bitmap(SSL *s, SSL3_RECORD *rr, unsigned int *is_next_epoch) - { - + ) + (void)BIO_flush(s->wbio); + + if (s->msg_callback) + s->msg_callback(1, s->version, SSL3_RT_ALERT, s->s3->send_alert, + 2, s, s->msg_callback_arg); + + if (s->info_callback != NULL) + cb = s->info_callback; + else if (s->ctx->info_callback != NULL) + cb = s->ctx->info_callback; + + if (cb != NULL) { + j = (s->s3->send_alert[0] << 8) | s->s3->send_alert[1]; + cb(s, SSL_CB_WRITE_ALERT, j); + } + } + return (i); +} + +static DTLS1_BITMAP *dtls1_get_bitmap(SSL *s, SSL3_RECORD *rr, + unsigned int *is_next_epoch) +{ + *is_next_epoch = 0; /* In current epoch, accept HM, CCS, DATA, & ALERT */ @@ -1802,100 +1832,90 @@ dtls1_get_bitmap(SSL *s, SSL3_RECORD *rr, unsigned int *is_next_epoch) /* Only HM and ALERT messages can be from the next epoch */ else if (rr->epoch == (unsigned long)(s->d1->r_epoch + 1) && - (rr->type == SSL3_RT_HANDSHAKE || - rr->type == SSL3_RT_ALERT)) - { + (rr->type == SSL3_RT_HANDSHAKE || rr->type == SSL3_RT_ALERT)) { *is_next_epoch = 1; return &s->d1->next_bitmap; - } + } return NULL; - } +} #if 0 static int -dtls1_record_needs_buffering(SSL *s, SSL3_RECORD *rr, unsigned short *priority, - unsigned long *offset) - { - - /* alerts are passed up immediately */ - if ( rr->type == SSL3_RT_APPLICATION_DATA || - rr->type == SSL3_RT_ALERT) - return 0; - - /* Only need to buffer if a handshake is underway. - * (this implies that Hello Request and Client Hello are passed up - * immediately) */ - if ( SSL_in_init(s)) - { - unsigned char *data = rr->data; - /* need to extract the HM/CCS sequence number here */ - if ( rr->type == SSL3_RT_HANDSHAKE || - rr->type == SSL3_RT_CHANGE_CIPHER_SPEC) - { - unsigned short seq_num; - struct hm_header_st msg_hdr; - struct ccs_header_st ccs_hdr; - - if ( rr->type == SSL3_RT_HANDSHAKE) - { - dtls1_get_message_header(data, &msg_hdr); - seq_num = msg_hdr.seq; - *offset = msg_hdr.frag_off; - } - else - { - dtls1_get_ccs_header(data, &ccs_hdr); - seq_num = ccs_hdr.seq; - *offset = 0; - } - - /* this is either a record we're waiting for, or a - * retransmit of something we happened to previously - * receive (higher layers will drop the repeat silently */ - if ( seq_num < s->d1->handshake_read_seq) - return 0; - if (rr->type == SSL3_RT_HANDSHAKE && - seq_num == s->d1->handshake_read_seq && - msg_hdr.frag_off < s->d1->r_msg_hdr.frag_off) - return 0; - else if ( seq_num == s->d1->handshake_read_seq && - (rr->type == SSL3_RT_CHANGE_CIPHER_SPEC || - msg_hdr.frag_off == s->d1->r_msg_hdr.frag_off)) - return 0; - else - { - *priority = seq_num; - return 1; - } - } - else /* unknown record type */ - return 0; - } - - return 0; - } +dtls1_record_needs_buffering(SSL *s, SSL3_RECORD *rr, + unsigned short *priority, unsigned long *offset) +{ + + /* alerts are passed up immediately */ + if (rr->type == SSL3_RT_APPLICATION_DATA || rr->type == SSL3_RT_ALERT) + return 0; + + /* + * Only need to buffer if a handshake is underway. (this implies that + * Hello Request and Client Hello are passed up immediately) + */ + if (SSL_in_init(s)) { + unsigned char *data = rr->data; + /* need to extract the HM/CCS sequence number here */ + if (rr->type == SSL3_RT_HANDSHAKE || + rr->type == SSL3_RT_CHANGE_CIPHER_SPEC) { + unsigned short seq_num; + struct hm_header_st msg_hdr; + struct ccs_header_st ccs_hdr; + + if (rr->type == SSL3_RT_HANDSHAKE) { + dtls1_get_message_header(data, &msg_hdr); + seq_num = msg_hdr.seq; + *offset = msg_hdr.frag_off; + } else { + dtls1_get_ccs_header(data, &ccs_hdr); + seq_num = ccs_hdr.seq; + *offset = 0; + } + + /* + * this is either a record we're waiting for, or a retransmit of + * something we happened to previously receive (higher layers + * will drop the repeat silently + */ + if (seq_num < s->d1->handshake_read_seq) + return 0; + if (rr->type == SSL3_RT_HANDSHAKE && + seq_num == s->d1->handshake_read_seq && + msg_hdr.frag_off < s->d1->r_msg_hdr.frag_off) + return 0; + else if (seq_num == s->d1->handshake_read_seq && + (rr->type == SSL3_RT_CHANGE_CIPHER_SPEC || + msg_hdr.frag_off == s->d1->r_msg_hdr.frag_off)) + return 0; + else { + *priority = seq_num; + return 1; + } + } else /* unknown record type */ + return 0; + } + + return 0; +} #endif -void -dtls1_reset_seq_numbers(SSL *s, int rw) - { - unsigned char *seq; - unsigned int seq_bytes = sizeof(s->s3->read_sequence); - - if ( rw & SSL3_CC_READ) - { - seq = s->s3->read_sequence; - s->d1->r_epoch++; - memcpy(&(s->d1->bitmap), &(s->d1->next_bitmap), sizeof(DTLS1_BITMAP)); - memset(&(s->d1->next_bitmap), 0x00, sizeof(DTLS1_BITMAP)); - } - else - { - seq = s->s3->write_sequence; - memcpy(s->d1->last_write_sequence, seq, sizeof(s->s3->write_sequence)); - s->d1->w_epoch++; - } - - memset(seq, 0x00, seq_bytes); - } +void dtls1_reset_seq_numbers(SSL *s, int rw) +{ + unsigned char *seq; + unsigned int seq_bytes = sizeof(s->s3->read_sequence); + + if (rw & SSL3_CC_READ) { + seq = s->s3->read_sequence; + s->d1->r_epoch++; + memcpy(&(s->d1->bitmap), &(s->d1->next_bitmap), sizeof(DTLS1_BITMAP)); + memset(&(s->d1->next_bitmap), 0x00, sizeof(DTLS1_BITMAP)); + } else { + seq = s->s3->write_sequence; + memcpy(s->d1->last_write_sequence, seq, + sizeof(s->s3->write_sequence)); + s->d1->w_epoch++; + } + + memset(seq, 0x00, seq_bytes); +} diff --git a/openssl/ssl/d1_srtp.c b/openssl/ssl/d1_srtp.c index 535539ba3..64d0634a3 100644 --- a/openssl/ssl/d1_srtp.c +++ b/openssl/ssl/d1_srtp.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +63,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -109,355 +109,340 @@ * */ /* - DTLS code by Eric Rescorla - - Copyright (C) 2006, Network Resonance, Inc. - Copyright (C) 2011, RTFM, Inc. -*/ + * DTLS code by Eric Rescorla + * + * Copyright (C) 2006, Network Resonance, Inc. Copyright (C) 2011, RTFM, Inc. + */ #include #include #include "ssl_locl.h" - -#ifndef OPENSSL_NO_SRTP - #include "srtp.h" +#ifndef OPENSSL_NO_SRTP -static SRTP_PROTECTION_PROFILE srtp_known_profiles[]= +static SRTP_PROTECTION_PROFILE srtp_known_profiles[] = { { + "SRTP_AES128_CM_SHA1_80", + SRTP_AES128_CM_SHA1_80, + }, { - "SRTP_AES128_CM_SHA1_80", - SRTP_AES128_CM_SHA1_80, - }, + "SRTP_AES128_CM_SHA1_32", + SRTP_AES128_CM_SHA1_32, + }, +# if 0 { - "SRTP_AES128_CM_SHA1_32", - SRTP_AES128_CM_SHA1_32, - }, -#if 0 + "SRTP_NULL_SHA1_80", + SRTP_NULL_SHA1_80, + }, { - "SRTP_NULL_SHA1_80", - SRTP_NULL_SHA1_80, - }, - { - "SRTP_NULL_SHA1_32", - SRTP_NULL_SHA1_32, - }, -#endif + "SRTP_NULL_SHA1_32", + SRTP_NULL_SHA1_32, + }, +# endif {0} - }; +}; static int find_profile_by_name(char *profile_name, - SRTP_PROTECTION_PROFILE **pptr,unsigned len) - { - SRTP_PROTECTION_PROFILE *p; - - p=srtp_known_profiles; - while(p->name) - { - if((len == strlen(p->name)) && !strncmp(p->name,profile_name, - len)) - { - *pptr=p; - return 0; - } - - p++; - } - - return 1; - } - -static int ssl_ctx_make_profiles(const char *profiles_string,STACK_OF(SRTP_PROTECTION_PROFILE) **out) - { - STACK_OF(SRTP_PROTECTION_PROFILE) *profiles; - - char *col; - char *ptr=(char *)profiles_string; - - SRTP_PROTECTION_PROFILE *p; - - if(!(profiles=sk_SRTP_PROTECTION_PROFILE_new_null())) - { - SSLerr(SSL_F_SSL_CTX_MAKE_PROFILES, SSL_R_SRTP_COULD_NOT_ALLOCATE_PROFILES); - return 1; - } - - do - { - col=strchr(ptr,':'); - - if(!find_profile_by_name(ptr,&p, - col ? col-ptr : (int)strlen(ptr))) - { - if (sk_SRTP_PROTECTION_PROFILE_find(profiles,p) >= 0) - { - SSLerr(SSL_F_SSL_CTX_MAKE_PROFILES,SSL_R_BAD_SRTP_PROTECTION_PROFILE_LIST); - sk_SRTP_PROTECTION_PROFILE_free(profiles); - return 1; - } - - sk_SRTP_PROTECTION_PROFILE_push(profiles,p); - } - else - { - SSLerr(SSL_F_SSL_CTX_MAKE_PROFILES,SSL_R_SRTP_UNKNOWN_PROTECTION_PROFILE); - sk_SRTP_PROTECTION_PROFILE_free(profiles); - return 1; - } - - if(col) ptr=col+1; - } while (col); - - *out=profiles; - - return 0; - } - -int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx,const char *profiles) - { - return ssl_ctx_make_profiles(profiles,&ctx->srtp_profiles); - } - -int SSL_set_tlsext_use_srtp(SSL *s,const char *profiles) - { - return ssl_ctx_make_profiles(profiles,&s->srtp_profiles); - } - + SRTP_PROTECTION_PROFILE **pptr, unsigned len) +{ + SRTP_PROTECTION_PROFILE *p; + + p = srtp_known_profiles; + while (p->name) { + if ((len == strlen(p->name)) && !strncmp(p->name, profile_name, len)) { + *pptr = p; + return 0; + } + + p++; + } + + return 1; +} + +static int ssl_ctx_make_profiles(const char *profiles_string, + STACK_OF(SRTP_PROTECTION_PROFILE) **out) +{ + STACK_OF(SRTP_PROTECTION_PROFILE) *profiles; + + char *col; + char *ptr = (char *)profiles_string; + + SRTP_PROTECTION_PROFILE *p; + + if (!(profiles = sk_SRTP_PROTECTION_PROFILE_new_null())) { + SSLerr(SSL_F_SSL_CTX_MAKE_PROFILES, + SSL_R_SRTP_COULD_NOT_ALLOCATE_PROFILES); + return 1; + } + + do { + col = strchr(ptr, ':'); + + if (!find_profile_by_name(ptr, &p, + col ? col - ptr : (int)strlen(ptr))) { + if (sk_SRTP_PROTECTION_PROFILE_find(profiles, p) >= 0) { + SSLerr(SSL_F_SSL_CTX_MAKE_PROFILES, + SSL_R_BAD_SRTP_PROTECTION_PROFILE_LIST); + sk_SRTP_PROTECTION_PROFILE_free(profiles); + return 1; + } + + sk_SRTP_PROTECTION_PROFILE_push(profiles, p); + } else { + SSLerr(SSL_F_SSL_CTX_MAKE_PROFILES, + SSL_R_SRTP_UNKNOWN_PROTECTION_PROFILE); + sk_SRTP_PROTECTION_PROFILE_free(profiles); + return 1; + } + + if (col) + ptr = col + 1; + } while (col); + + *out = profiles; + + return 0; +} + +int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles) +{ + return ssl_ctx_make_profiles(profiles, &ctx->srtp_profiles); +} + +int SSL_set_tlsext_use_srtp(SSL *s, const char *profiles) +{ + return ssl_ctx_make_profiles(profiles, &s->srtp_profiles); +} STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *s) - { - if(s != NULL) - { - if(s->srtp_profiles != NULL) - { - return s->srtp_profiles; - } - else if((s->ctx != NULL) && - (s->ctx->srtp_profiles != NULL)) - { - return s->ctx->srtp_profiles; - } - } - - return NULL; - } +{ + if (s != NULL) { + if (s->srtp_profiles != NULL) { + return s->srtp_profiles; + } else if ((s->ctx != NULL) && (s->ctx->srtp_profiles != NULL)) { + return s->ctx->srtp_profiles; + } + } + + return NULL; +} SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s) - { - return s->srtp_profile; - } - -/* Note: this function returns 0 length if there are no - profiles specified */ -int ssl_add_clienthello_use_srtp_ext(SSL *s, unsigned char *p, int *len, int maxlen) - { - int ct=0; - int i; - STACK_OF(SRTP_PROTECTION_PROFILE) *clnt=0; - SRTP_PROTECTION_PROFILE *prof; - - clnt=SSL_get_srtp_profiles(s); - ct=sk_SRTP_PROTECTION_PROFILE_num(clnt); /* -1 if clnt == 0 */ - - if(p) - { - if(ct==0) - { - SSLerr(SSL_F_SSL_ADD_CLIENTHELLO_USE_SRTP_EXT,SSL_R_EMPTY_SRTP_PROTECTION_PROFILE_LIST); - return 1; - } - - if((2 + ct*2 + 1) > maxlen) - { - SSLerr(SSL_F_SSL_ADD_CLIENTHELLO_USE_SRTP_EXT,SSL_R_SRTP_PROTECTION_PROFILE_LIST_TOO_LONG); - return 1; - } - - /* Add the length */ - s2n(ct * 2, p); - for(i=0;iid,p); - } - - /* Add an empty use_mki value */ - *p++ = 0; - } - - *len=2 + ct*2 + 1; - - return 0; - } - - -int ssl_parse_clienthello_use_srtp_ext(SSL *s, unsigned char *d, int len,int *al) - { - SRTP_PROTECTION_PROFILE *sprof; - STACK_OF(SRTP_PROTECTION_PROFILE) *srvr; - int ct; - int mki_len; - int i, srtp_pref; - unsigned int id; - - /* Length value + the MKI length */ - if(len < 3) - { - SSLerr(SSL_F_SSL_PARSE_CLIENTHELLO_USE_SRTP_EXT,SSL_R_BAD_SRTP_PROTECTION_PROFILE_LIST); - *al=SSL_AD_DECODE_ERROR; - return 1; - } - - /* Pull off the length of the cipher suite list */ - n2s(d, ct); +{ + return s->srtp_profile; +} + +/* + * Note: this function returns 0 length if there are no profiles specified + */ +int ssl_add_clienthello_use_srtp_ext(SSL *s, unsigned char *p, int *len, + int maxlen) +{ + int ct = 0; + int i; + STACK_OF(SRTP_PROTECTION_PROFILE) *clnt = 0; + SRTP_PROTECTION_PROFILE *prof; + + clnt = SSL_get_srtp_profiles(s); + ct = sk_SRTP_PROTECTION_PROFILE_num(clnt); /* -1 if clnt == 0 */ + + if (p) { + if (ct == 0) { + SSLerr(SSL_F_SSL_ADD_CLIENTHELLO_USE_SRTP_EXT, + SSL_R_EMPTY_SRTP_PROTECTION_PROFILE_LIST); + return 1; + } + + if ((2 + ct * 2 + 1) > maxlen) { + SSLerr(SSL_F_SSL_ADD_CLIENTHELLO_USE_SRTP_EXT, + SSL_R_SRTP_PROTECTION_PROFILE_LIST_TOO_LONG); + return 1; + } + + /* Add the length */ + s2n(ct * 2, p); + for (i = 0; i < ct; i++) { + prof = sk_SRTP_PROTECTION_PROFILE_value(clnt, i); + s2n(prof->id, p); + } + + /* Add an empty use_mki value */ + *p++ = 0; + } + + *len = 2 + ct * 2 + 1; + + return 0; +} + +int ssl_parse_clienthello_use_srtp_ext(SSL *s, unsigned char *d, int len, + int *al) +{ + SRTP_PROTECTION_PROFILE *sprof; + STACK_OF(SRTP_PROTECTION_PROFILE) *srvr; + int ct; + int mki_len; + int i, srtp_pref; + unsigned int id; + + /* Length value + the MKI length */ + if (len < 3) { + SSLerr(SSL_F_SSL_PARSE_CLIENTHELLO_USE_SRTP_EXT, + SSL_R_BAD_SRTP_PROTECTION_PROFILE_LIST); + *al = SSL_AD_DECODE_ERROR; + return 1; + } + + /* Pull off the length of the cipher suite list */ + n2s(d, ct); + len -= 2; + + /* Check that it is even */ + if (ct % 2) { + SSLerr(SSL_F_SSL_PARSE_CLIENTHELLO_USE_SRTP_EXT, + SSL_R_BAD_SRTP_PROTECTION_PROFILE_LIST); + *al = SSL_AD_DECODE_ERROR; + return 1; + } + + /* Check that lengths are consistent */ + if (len < (ct + 1)) { + SSLerr(SSL_F_SSL_PARSE_CLIENTHELLO_USE_SRTP_EXT, + SSL_R_BAD_SRTP_PROTECTION_PROFILE_LIST); + *al = SSL_AD_DECODE_ERROR; + return 1; + } + + srvr = SSL_get_srtp_profiles(s); + s->srtp_profile = NULL; + /* Search all profiles for a match initially */ + srtp_pref = sk_SRTP_PROTECTION_PROFILE_num(srvr); + + while (ct) { + n2s(d, id); + ct -= 2; len -= 2; - - /* Check that it is even */ - if(ct%2) - { - SSLerr(SSL_F_SSL_PARSE_CLIENTHELLO_USE_SRTP_EXT,SSL_R_BAD_SRTP_PROTECTION_PROFILE_LIST); - *al=SSL_AD_DECODE_ERROR; - return 1; - } - - /* Check that lengths are consistent */ - if(len < (ct + 1)) - { - SSLerr(SSL_F_SSL_PARSE_CLIENTHELLO_USE_SRTP_EXT,SSL_R_BAD_SRTP_PROTECTION_PROFILE_LIST); - *al=SSL_AD_DECODE_ERROR; - return 1; - } - - srvr=SSL_get_srtp_profiles(s); - s->srtp_profile = NULL; - /* Search all profiles for a match initially */ - srtp_pref = sk_SRTP_PROTECTION_PROFILE_num(srvr); - - while(ct) - { - n2s(d,id); - ct-=2; - len-=2; - - /* - * Only look for match in profiles of higher preference than - * current match. - * If no profiles have been have been configured then this - * does nothing. - */ - for (i = 0; i < srtp_pref; i++) - { - sprof = sk_SRTP_PROTECTION_PROFILE_value(srvr, i); - if (sprof->id == id) - { - s->srtp_profile = sprof; - srtp_pref = i; - break; - } - } - } - - /* Now extract the MKI value as a sanity check, but discard it for now */ - mki_len = *d; - d++; len--; - - if (mki_len != len) - { - SSLerr(SSL_F_SSL_PARSE_CLIENTHELLO_USE_SRTP_EXT,SSL_R_BAD_SRTP_MKI_VALUE); - *al=SSL_AD_DECODE_ERROR; - return 1; - } - - return 0; - } - -int ssl_add_serverhello_use_srtp_ext(SSL *s, unsigned char *p, int *len, int maxlen) - { - if(p) - { - if(maxlen < 5) - { - SSLerr(SSL_F_SSL_ADD_SERVERHELLO_USE_SRTP_EXT,SSL_R_SRTP_PROTECTION_PROFILE_LIST_TOO_LONG); - return 1; - } - - if(s->srtp_profile==0) - { - SSLerr(SSL_F_SSL_ADD_SERVERHELLO_USE_SRTP_EXT,SSL_R_USE_SRTP_NOT_NEGOTIATED); - return 1; - } - s2n(2, p); - s2n(s->srtp_profile->id,p); - *p++ = 0; - } - *len=5; - - return 0; - } - - -int ssl_parse_serverhello_use_srtp_ext(SSL *s, unsigned char *d, int len,int *al) - { - unsigned id; - int i; - int ct; - - STACK_OF(SRTP_PROTECTION_PROFILE) *clnt; - SRTP_PROTECTION_PROFILE *prof; - - if(len!=5) - { - SSLerr(SSL_F_SSL_PARSE_SERVERHELLO_USE_SRTP_EXT,SSL_R_BAD_SRTP_PROTECTION_PROFILE_LIST); - *al=SSL_AD_DECODE_ERROR; - return 1; - } - - n2s(d, ct); - if(ct!=2) - { - SSLerr(SSL_F_SSL_PARSE_SERVERHELLO_USE_SRTP_EXT,SSL_R_BAD_SRTP_PROTECTION_PROFILE_LIST); - *al=SSL_AD_DECODE_ERROR; - return 1; - } - - n2s(d,id); - if (*d) /* Must be no MKI, since we never offer one */ - { - SSLerr(SSL_F_SSL_PARSE_SERVERHELLO_USE_SRTP_EXT,SSL_R_BAD_SRTP_MKI_VALUE); - *al=SSL_AD_ILLEGAL_PARAMETER; - return 1; - } - - clnt=SSL_get_srtp_profiles(s); - - /* Throw an error if the server gave us an unsolicited extension */ - if (clnt == NULL) - { - SSLerr(SSL_F_SSL_PARSE_SERVERHELLO_USE_SRTP_EXT,SSL_R_NO_SRTP_PROFILES); - *al=SSL_AD_DECODE_ERROR; - return 1; - } - - /* Check to see if the server gave us something we support - (and presumably offered) - */ - for(i=0;iid == id) - { - s->srtp_profile=prof; - *al=0; - return 0; - } - } - - SSLerr(SSL_F_SSL_PARSE_SERVERHELLO_USE_SRTP_EXT,SSL_R_BAD_SRTP_PROTECTION_PROFILE_LIST); - *al=SSL_AD_DECODE_ERROR; - return 1; - } + /* + * Only look for match in profiles of higher preference than + * current match. + * If no profiles have been have been configured then this + * does nothing. + */ + for (i = 0; i < srtp_pref; i++) { + sprof = sk_SRTP_PROTECTION_PROFILE_value(srvr, i); + if (sprof->id == id) { + s->srtp_profile = sprof; + srtp_pref = i; + break; + } + } + } + + /* + * Now extract the MKI value as a sanity check, but discard it for now + */ + mki_len = *d; + d++; + len--; + + if (mki_len != len) { + SSLerr(SSL_F_SSL_PARSE_CLIENTHELLO_USE_SRTP_EXT, + SSL_R_BAD_SRTP_MKI_VALUE); + *al = SSL_AD_DECODE_ERROR; + return 1; + } + + return 0; +} + +int ssl_add_serverhello_use_srtp_ext(SSL *s, unsigned char *p, int *len, + int maxlen) +{ + if (p) { + if (maxlen < 5) { + SSLerr(SSL_F_SSL_ADD_SERVERHELLO_USE_SRTP_EXT, + SSL_R_SRTP_PROTECTION_PROFILE_LIST_TOO_LONG); + return 1; + } + + if (s->srtp_profile == 0) { + SSLerr(SSL_F_SSL_ADD_SERVERHELLO_USE_SRTP_EXT, + SSL_R_USE_SRTP_NOT_NEGOTIATED); + return 1; + } + s2n(2, p); + s2n(s->srtp_profile->id, p); + *p++ = 0; + } + *len = 5; + + return 0; +} + +int ssl_parse_serverhello_use_srtp_ext(SSL *s, unsigned char *d, int len, + int *al) +{ + unsigned id; + int i; + int ct; + + STACK_OF(SRTP_PROTECTION_PROFILE) *clnt; + SRTP_PROTECTION_PROFILE *prof; + + if (len != 5) { + SSLerr(SSL_F_SSL_PARSE_SERVERHELLO_USE_SRTP_EXT, + SSL_R_BAD_SRTP_PROTECTION_PROFILE_LIST); + *al = SSL_AD_DECODE_ERROR; + return 1; + } + + n2s(d, ct); + if (ct != 2) { + SSLerr(SSL_F_SSL_PARSE_SERVERHELLO_USE_SRTP_EXT, + SSL_R_BAD_SRTP_PROTECTION_PROFILE_LIST); + *al = SSL_AD_DECODE_ERROR; + return 1; + } + + n2s(d, id); + if (*d) { /* Must be no MKI, since we never offer one */ + SSLerr(SSL_F_SSL_PARSE_SERVERHELLO_USE_SRTP_EXT, + SSL_R_BAD_SRTP_MKI_VALUE); + *al = SSL_AD_ILLEGAL_PARAMETER; + return 1; + } + + clnt = SSL_get_srtp_profiles(s); + + /* Throw an error if the server gave us an unsolicited extension */ + if (clnt == NULL) { + SSLerr(SSL_F_SSL_PARSE_SERVERHELLO_USE_SRTP_EXT, + SSL_R_NO_SRTP_PROFILES); + *al = SSL_AD_DECODE_ERROR; + return 1; + } + + /* + * Check to see if the server gave us something we support (and + * presumably offered) + */ + for (i = 0; i < sk_SRTP_PROTECTION_PROFILE_num(clnt); i++) { + prof = sk_SRTP_PROTECTION_PROFILE_value(clnt, i); + + if (prof->id == id) { + s->srtp_profile = prof; + *al = 0; + return 0; + } + } + + SSLerr(SSL_F_SSL_PARSE_SERVERHELLO_USE_SRTP_EXT, + SSL_R_BAD_SRTP_PROTECTION_PROFILE_LIST); + *al = SSL_AD_DECODE_ERROR; + return 1; +} #endif diff --git a/openssl/ssl/d1_srvr.c b/openssl/ssl/d1_srvr.c index 4b8ba3e45..eafa0127b 100644 --- a/openssl/ssl/d1_srvr.c +++ b/openssl/ssl/d1_srvr.c @@ -1,7 +1,7 @@ /* ssl/d1_srvr.c */ -/* +/* * DTLS implementation written by Nagendra Modadugu - * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. + * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. */ /* ==================================================================== * Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved. @@ -11,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -62,21 +62,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -91,10 +91,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -106,7 +106,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -123,1607 +123,834 @@ #include #include #ifndef OPENSSL_NO_DH -#include +# include #endif static const SSL_METHOD *dtls1_get_server_method(int ver); static int dtls1_send_hello_verify_request(SSL *s); static const SSL_METHOD *dtls1_get_server_method(int ver) - { - if (ver == DTLS1_VERSION) - return(DTLSv1_server_method()); - else - return(NULL); - } - -IMPLEMENT_dtls1_meth_func(DTLSv1_server_method, - dtls1_accept, - ssl_undefined_function, - dtls1_get_server_method) +{ + if (ver == DTLS1_VERSION) + return (DTLSv1_server_method()); + else if (ver == DTLS1_2_VERSION) + return (DTLSv1_2_server_method()); + else + return (NULL); +} + +IMPLEMENT_dtls1_meth_func(DTLS1_VERSION, + DTLSv1_server_method, + dtls1_accept, + ssl_undefined_function, + dtls1_get_server_method, DTLSv1_enc_data) + + IMPLEMENT_dtls1_meth_func(DTLS1_2_VERSION, + DTLSv1_2_server_method, + dtls1_accept, + ssl_undefined_function, + dtls1_get_server_method, DTLSv1_2_enc_data) + + IMPLEMENT_dtls1_meth_func(DTLS_ANY_VERSION, + DTLS_server_method, + dtls1_accept, + ssl_undefined_function, + dtls1_get_server_method, DTLSv1_2_enc_data) int dtls1_accept(SSL *s) - { - BUF_MEM *buf; - unsigned long Time=(unsigned long)time(NULL); - void (*cb)(const SSL *ssl,int type,int val)=NULL; - unsigned long alg_k; - int ret= -1; - int new_state,state,skip=0; - int listen; +{ + BUF_MEM *buf; + unsigned long Time = (unsigned long)time(NULL); + void (*cb) (const SSL *ssl, int type, int val) = NULL; + unsigned long alg_k; + int ret = -1; + int new_state, state, skip = 0; + int listen; #ifndef OPENSSL_NO_SCTP - unsigned char sctpauthkey[64]; - char labelbuffer[sizeof(DTLS1_SCTP_AUTH_LABEL)]; + unsigned char sctpauthkey[64]; + char labelbuffer[sizeof(DTLS1_SCTP_AUTH_LABEL)]; #endif - RAND_add(&Time,sizeof(Time),0); - ERR_clear_error(); - clear_sys_error(); + RAND_add(&Time, sizeof(Time), 0); + ERR_clear_error(); + clear_sys_error(); - if (s->info_callback != NULL) - cb=s->info_callback; - else if (s->ctx->info_callback != NULL) - cb=s->ctx->info_callback; - - listen = s->d1->listen; + if (s->info_callback != NULL) + cb = s->info_callback; + else if (s->ctx->info_callback != NULL) + cb = s->ctx->info_callback; - /* init things to blank */ - s->in_handshake++; - if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s); + listen = s->d1->listen; - s->d1->listen = listen; -#ifndef OPENSSL_NO_SCTP - /* Notify SCTP BIO socket to enter handshake - * mode and prevent stream identifier other - * than 0. Will be ignored if no SCTP is used. - */ - BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, s->in_handshake, NULL); -#endif + /* init things to blank */ + s->in_handshake++; + if (!SSL_in_init(s) || SSL_in_before(s)) + SSL_clear(s); - if (s->cert == NULL) - { - SSLerr(SSL_F_DTLS1_ACCEPT,SSL_R_NO_CERTIFICATE_SET); - return(-1); - } - -#ifndef OPENSSL_NO_HEARTBEATS - /* If we're awaiting a HeartbeatResponse, pretend we - * already got and don't await it anymore, because - * Heartbeats don't make sense during handshakes anyway. - */ - if (s->tlsext_hb_pending) - { - dtls1_stop_timer(s); - s->tlsext_hb_pending = 0; - s->tlsext_hb_seq++; - } -#endif - - for (;;) - { - state=s->state; - - switch (s->state) - { - case SSL_ST_RENEGOTIATE: - s->renegotiate=1; - /* s->state=SSL_ST_ACCEPT; */ - - case SSL_ST_BEFORE: - case SSL_ST_ACCEPT: - case SSL_ST_BEFORE|SSL_ST_ACCEPT: - case SSL_ST_OK|SSL_ST_ACCEPT: - - s->server=1; - if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_START,1); - - if ((s->version & 0xff00) != (DTLS1_VERSION & 0xff00)) - { - SSLerr(SSL_F_DTLS1_ACCEPT, ERR_R_INTERNAL_ERROR); - return -1; - } - s->type=SSL_ST_ACCEPT; - - if (s->init_buf == NULL) - { - if ((buf=BUF_MEM_new()) == NULL) - { - ret= -1; - goto end; - } - if (!BUF_MEM_grow(buf,SSL3_RT_MAX_PLAIN_LENGTH)) - { - ret= -1; - goto end; - } - s->init_buf=buf; - } - - if (!ssl3_setup_buffers(s)) - { - ret= -1; - goto end; - } - - s->init_num=0; - - if (s->state != SSL_ST_RENEGOTIATE) - { - /* Ok, we now need to push on a buffering BIO so that - * the output is sent in a way that TCP likes :-) - * ...but not with SCTP :-) - */ + s->d1->listen = listen; #ifndef OPENSSL_NO_SCTP - if (!BIO_dgram_is_sctp(SSL_get_wbio(s))) -#endif - if (!ssl_init_wbio_buffer(s,1)) { ret= -1; goto end; } - - ssl3_init_finished_mac(s); - s->state=SSL3_ST_SR_CLNT_HELLO_A; - s->ctx->stats.sess_accept++; - } - else - { - /* s->state == SSL_ST_RENEGOTIATE, - * we will just send a HelloRequest */ - s->ctx->stats.sess_accept_renegotiate++; - s->state=SSL3_ST_SW_HELLO_REQ_A; - } - - break; - - case SSL3_ST_SW_HELLO_REQ_A: - case SSL3_ST_SW_HELLO_REQ_B: - - s->shutdown=0; - dtls1_clear_record_buffer(s); - dtls1_start_timer(s); - ret=dtls1_send_hello_request(s); - if (ret <= 0) goto end; - s->s3->tmp.next_state=SSL3_ST_SR_CLNT_HELLO_A; - s->state=SSL3_ST_SW_FLUSH; - s->init_num=0; - - ssl3_init_finished_mac(s); - break; - - case SSL3_ST_SW_HELLO_REQ_C: - s->state=SSL_ST_OK; - break; - - case SSL3_ST_SR_CLNT_HELLO_A: - case SSL3_ST_SR_CLNT_HELLO_B: - case SSL3_ST_SR_CLNT_HELLO_C: - - s->shutdown=0; - ret=ssl3_get_client_hello(s); - if (ret <= 0) goto end; - dtls1_stop_timer(s); - - if (ret == 1 && (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE)) - s->state = DTLS1_ST_SW_HELLO_VERIFY_REQUEST_A; - else - s->state = SSL3_ST_SW_SRVR_HELLO_A; - - s->init_num=0; - - /* Reflect ClientHello sequence to remain stateless while listening */ - if (listen) - { - memcpy(s->s3->write_sequence, s->s3->read_sequence, sizeof(s->s3->write_sequence)); - } - - /* If we're just listening, stop here */ - if (listen && s->state == SSL3_ST_SW_SRVR_HELLO_A) - { - ret = 2; - s->d1->listen = 0; - /* Set expected sequence numbers - * to continue the handshake. - */ - s->d1->handshake_read_seq = 2; - s->d1->handshake_write_seq = 1; - s->d1->next_handshake_write_seq = 1; - goto end; - } - - break; - - case DTLS1_ST_SW_HELLO_VERIFY_REQUEST_A: - case DTLS1_ST_SW_HELLO_VERIFY_REQUEST_B: - - ret = dtls1_send_hello_verify_request(s); - if ( ret <= 0) goto end; - s->state=SSL3_ST_SW_FLUSH; - s->s3->tmp.next_state=SSL3_ST_SR_CLNT_HELLO_A; - - /* HelloVerifyRequest resets Finished MAC */ - if (s->version != DTLS1_BAD_VER) - ssl3_init_finished_mac(s); - break; - + /* + * Notify SCTP BIO socket to enter handshake mode and prevent stream + * identifier other than 0. Will be ignored if no SCTP is used. + */ + BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, + s->in_handshake, NULL); +#endif + + if (s->cert == NULL) { + SSLerr(SSL_F_DTLS1_ACCEPT, SSL_R_NO_CERTIFICATE_SET); + return (-1); + } +#ifndef OPENSSL_NO_HEARTBEATS + /* + * If we're awaiting a HeartbeatResponse, pretend we already got and + * don't await it anymore, because Heartbeats don't make sense during + * handshakes anyway. + */ + if (s->tlsext_hb_pending) { + dtls1_stop_timer(s); + s->tlsext_hb_pending = 0; + s->tlsext_hb_seq++; + } +#endif + + for (;;) { + state = s->state; + + switch (s->state) { + case SSL_ST_RENEGOTIATE: + s->renegotiate = 1; + /* s->state=SSL_ST_ACCEPT; */ + + case SSL_ST_BEFORE: + case SSL_ST_ACCEPT: + case SSL_ST_BEFORE | SSL_ST_ACCEPT: + case SSL_ST_OK | SSL_ST_ACCEPT: + + s->server = 1; + if (cb != NULL) + cb(s, SSL_CB_HANDSHAKE_START, 1); + + if ((s->version & 0xff00) != (DTLS1_VERSION & 0xff00)) { + SSLerr(SSL_F_DTLS1_ACCEPT, ERR_R_INTERNAL_ERROR); + return -1; + } + s->type = SSL_ST_ACCEPT; + + if (s->init_buf == NULL) { + if ((buf = BUF_MEM_new()) == NULL) { + ret = -1; + goto end; + } + if (!BUF_MEM_grow(buf, SSL3_RT_MAX_PLAIN_LENGTH)) { + BUF_MEM_free(buf); + ret = -1; + goto end; + } + s->init_buf = buf; + } + + if (!ssl3_setup_buffers(s)) { + ret = -1; + goto end; + } + + s->init_num = 0; + s->d1->change_cipher_spec_ok = 0; + /* + * Should have been reset by ssl3_get_finished, too. + */ + s->s3->change_cipher_spec = 0; + + if (s->state != SSL_ST_RENEGOTIATE) { + /* + * Ok, we now need to push on a buffering BIO so that the + * output is sent in a way that TCP likes :-) ...but not with + * SCTP :-) + */ #ifndef OPENSSL_NO_SCTP - case DTLS1_SCTP_ST_SR_READ_SOCK: - - if (BIO_dgram_sctp_msg_waiting(SSL_get_rbio(s))) - { - s->s3->in_read_app_data=2; - s->rwstate=SSL_READING; - BIO_clear_retry_flags(SSL_get_rbio(s)); - BIO_set_retry_read(SSL_get_rbio(s)); - ret = -1; - goto end; - } - - s->state=SSL3_ST_SR_FINISHED_A; - break; - - case DTLS1_SCTP_ST_SW_WRITE_SOCK: - ret = BIO_dgram_sctp_wait_for_dry(SSL_get_wbio(s)); - if (ret < 0) goto end; - - if (ret == 0) - { - if (s->d1->next_state != SSL_ST_OK) - { - s->s3->in_read_app_data=2; - s->rwstate=SSL_READING; - BIO_clear_retry_flags(SSL_get_rbio(s)); - BIO_set_retry_read(SSL_get_rbio(s)); - ret = -1; - goto end; - } - } - - s->state=s->d1->next_state; - break; -#endif + if (!BIO_dgram_is_sctp(SSL_get_wbio(s))) +#endif + if (!ssl_init_wbio_buffer(s, 1)) { + ret = -1; + goto end; + } + + ssl3_init_finished_mac(s); + s->state = SSL3_ST_SR_CLNT_HELLO_A; + s->ctx->stats.sess_accept++; + } else { + /* + * s->state == SSL_ST_RENEGOTIATE, we will just send a + * HelloRequest + */ + s->ctx->stats.sess_accept_renegotiate++; + s->state = SSL3_ST_SW_HELLO_REQ_A; + } + + break; + + case SSL3_ST_SW_HELLO_REQ_A: + case SSL3_ST_SW_HELLO_REQ_B: + + s->shutdown = 0; + dtls1_clear_record_buffer(s); + dtls1_start_timer(s); + ret = ssl3_send_hello_request(s); + if (ret <= 0) + goto end; + s->s3->tmp.next_state = SSL3_ST_SR_CLNT_HELLO_A; + s->state = SSL3_ST_SW_FLUSH; + s->init_num = 0; + + ssl3_init_finished_mac(s); + break; + + case SSL3_ST_SW_HELLO_REQ_C: + s->state = SSL_ST_OK; + break; + + case SSL3_ST_SR_CLNT_HELLO_A: + case SSL3_ST_SR_CLNT_HELLO_B: + case SSL3_ST_SR_CLNT_HELLO_C: + + s->shutdown = 0; + ret = ssl3_get_client_hello(s); + if (ret <= 0) + goto end; + dtls1_stop_timer(s); + + if (ret == 1 && (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE)) + s->state = DTLS1_ST_SW_HELLO_VERIFY_REQUEST_A; + else + s->state = SSL3_ST_SW_SRVR_HELLO_A; + + s->init_num = 0; + + /* + * Reflect ClientHello sequence to remain stateless while + * listening + */ + if (listen) { + memcpy(s->s3->write_sequence, s->s3->read_sequence, + sizeof(s->s3->write_sequence)); + } + + /* If we're just listening, stop here */ + if (listen && s->state == SSL3_ST_SW_SRVR_HELLO_A) { + ret = 2; + s->d1->listen = 0; + /* + * Set expected sequence numbers to continue the handshake. + */ + s->d1->handshake_read_seq = 2; + s->d1->handshake_write_seq = 1; + s->d1->next_handshake_write_seq = 1; + goto end; + } + + break; + + case DTLS1_ST_SW_HELLO_VERIFY_REQUEST_A: + case DTLS1_ST_SW_HELLO_VERIFY_REQUEST_B: + + ret = dtls1_send_hello_verify_request(s); + if (ret <= 0) + goto end; + s->state = SSL3_ST_SW_FLUSH; + s->s3->tmp.next_state = SSL3_ST_SR_CLNT_HELLO_A; + + /* HelloVerifyRequest resets Finished MAC */ + if (s->version != DTLS1_BAD_VER) + ssl3_init_finished_mac(s); + break; - case SSL3_ST_SW_SRVR_HELLO_A: - case SSL3_ST_SW_SRVR_HELLO_B: - s->renegotiate = 2; - dtls1_start_timer(s); - ret=dtls1_send_server_hello(s); - if (ret <= 0) goto end; - - if (s->hit) - { #ifndef OPENSSL_NO_SCTP - /* Add new shared key for SCTP-Auth, - * will be ignored if no SCTP used. - */ - snprintf((char*) labelbuffer, sizeof(DTLS1_SCTP_AUTH_LABEL), - DTLS1_SCTP_AUTH_LABEL); - - SSL_export_keying_material(s, sctpauthkey, - sizeof(sctpauthkey), labelbuffer, - sizeof(labelbuffer), NULL, 0, 0); - - BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY, + case DTLS1_SCTP_ST_SR_READ_SOCK: + + if (BIO_dgram_sctp_msg_waiting(SSL_get_rbio(s))) { + s->s3->in_read_app_data = 2; + s->rwstate = SSL_READING; + BIO_clear_retry_flags(SSL_get_rbio(s)); + BIO_set_retry_read(SSL_get_rbio(s)); + ret = -1; + goto end; + } + + s->state = SSL3_ST_SR_FINISHED_A; + break; + + case DTLS1_SCTP_ST_SW_WRITE_SOCK: + ret = BIO_dgram_sctp_wait_for_dry(SSL_get_wbio(s)); + if (ret < 0) + goto end; + + if (ret == 0) { + if (s->d1->next_state != SSL_ST_OK) { + s->s3->in_read_app_data = 2; + s->rwstate = SSL_READING; + BIO_clear_retry_flags(SSL_get_rbio(s)); + BIO_set_retry_read(SSL_get_rbio(s)); + ret = -1; + goto end; + } + } + + s->state = s->d1->next_state; + break; +#endif + + case SSL3_ST_SW_SRVR_HELLO_A: + case SSL3_ST_SW_SRVR_HELLO_B: + s->renegotiate = 2; + dtls1_start_timer(s); + ret = ssl3_send_server_hello(s); + if (ret <= 0) + goto end; + + if (s->hit) { +#ifndef OPENSSL_NO_SCTP + /* + * Add new shared key for SCTP-Auth, will be ignored if no + * SCTP used. + */ + snprintf((char *)labelbuffer, sizeof(DTLS1_SCTP_AUTH_LABEL), + DTLS1_SCTP_AUTH_LABEL); + + SSL_export_keying_material(s, sctpauthkey, + sizeof(sctpauthkey), labelbuffer, + sizeof(labelbuffer), NULL, 0, 0); + + BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY, sizeof(sctpauthkey), sctpauthkey); #endif #ifndef OPENSSL_NO_TLSEXT - if (s->tlsext_ticket_expected) - s->state=SSL3_ST_SW_SESSION_TICKET_A; - else - s->state=SSL3_ST_SW_CHANGE_A; + if (s->tlsext_ticket_expected) + s->state = SSL3_ST_SW_SESSION_TICKET_A; + else + s->state = SSL3_ST_SW_CHANGE_A; #else - s->state=SSL3_ST_SW_CHANGE_A; -#endif - } - else - s->state=SSL3_ST_SW_CERT_A; - s->init_num=0; - break; - - case SSL3_ST_SW_CERT_A: - case SSL3_ST_SW_CERT_B: - /* Check if it is anon DH or normal PSK */ - if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) - && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) - { - dtls1_start_timer(s); - ret=dtls1_send_server_certificate(s); - if (ret <= 0) goto end; + s->state = SSL3_ST_SW_CHANGE_A; +#endif + } else + s->state = SSL3_ST_SW_CERT_A; + s->init_num = 0; + break; + + case SSL3_ST_SW_CERT_A: + case SSL3_ST_SW_CERT_B: + /* Check if it is anon DH or normal PSK */ + if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) + && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) { + dtls1_start_timer(s); + ret = ssl3_send_server_certificate(s); + if (ret <= 0) + goto end; #ifndef OPENSSL_NO_TLSEXT - if (s->tlsext_status_expected) - s->state=SSL3_ST_SW_CERT_STATUS_A; - else - s->state=SSL3_ST_SW_KEY_EXCH_A; - } - else - { - skip = 1; - s->state=SSL3_ST_SW_KEY_EXCH_A; - } + if (s->tlsext_status_expected) + s->state = SSL3_ST_SW_CERT_STATUS_A; + else + s->state = SSL3_ST_SW_KEY_EXCH_A; + } else { + skip = 1; + s->state = SSL3_ST_SW_KEY_EXCH_A; + } #else - } - else - skip=1; - - s->state=SSL3_ST_SW_KEY_EXCH_A; -#endif - s->init_num=0; - break; - - case SSL3_ST_SW_KEY_EXCH_A: - case SSL3_ST_SW_KEY_EXCH_B: - alg_k = s->s3->tmp.new_cipher->algorithm_mkey; - - /* clear this, it may get reset by - * send_server_key_exchange */ - if ((s->options & SSL_OP_EPHEMERAL_RSA) -#ifndef OPENSSL_NO_KRB5 - && !(alg_k & SSL_kKRB5) -#endif /* OPENSSL_NO_KRB5 */ - ) - /* option SSL_OP_EPHEMERAL_RSA sends temporary RSA key - * even when forbidden by protocol specs - * (handshake may fail as clients are not required to - * be able to handle this) */ - s->s3->tmp.use_rsa_tmp=1; - else - s->s3->tmp.use_rsa_tmp=0; - - /* only send if a DH key exchange or - * RSA but we have a sign only certificate */ - if (s->s3->tmp.use_rsa_tmp - /* PSK: send ServerKeyExchange if PSK identity - * hint if provided */ + } else + skip = 1; + + s->state = SSL3_ST_SW_KEY_EXCH_A; +#endif + s->init_num = 0; + break; + + case SSL3_ST_SW_KEY_EXCH_A: + case SSL3_ST_SW_KEY_EXCH_B: + alg_k = s->s3->tmp.new_cipher->algorithm_mkey; + + /* + * clear this, it may get reset by + * send_server_key_exchange + */ + s->s3->tmp.use_rsa_tmp = 0; + + /* + * only send if a DH key exchange or RSA but we have a sign only + * certificate + */ + if (0 + /* + * PSK: send ServerKeyExchange if PSK identity hint if + * provided + */ #ifndef OPENSSL_NO_PSK - || ((alg_k & SSL_kPSK) && s->ctx->psk_identity_hint) -#endif - || (alg_k & (SSL_kEDH|SSL_kDHr|SSL_kDHd)) - || (alg_k & SSL_kEECDH) - || ((alg_k & SSL_kRSA) - && (s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey == NULL - || (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) - && EVP_PKEY_size(s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey)*8 > SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher) - ) - ) - ) - ) - { - dtls1_start_timer(s); - ret=dtls1_send_server_key_exchange(s); - if (ret <= 0) goto end; - } - else - skip=1; - - s->state=SSL3_ST_SW_CERT_REQ_A; - s->init_num=0; - break; - - case SSL3_ST_SW_CERT_REQ_A: - case SSL3_ST_SW_CERT_REQ_B: - if (/* don't request cert unless asked for it: */ - !(s->verify_mode & SSL_VERIFY_PEER) || - /* if SSL_VERIFY_CLIENT_ONCE is set, - * don't request cert during re-negotiation: */ - ((s->session->peer != NULL) && - (s->verify_mode & SSL_VERIFY_CLIENT_ONCE)) || - /* never request cert in anonymous ciphersuites - * (see section "Certificate request" in SSL 3 drafts - * and in RFC 2246): */ - ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && - /* ... except when the application insists on verification - * (against the specs, but s3_clnt.c accepts this for SSL 3) */ - !(s->verify_mode & SSL_VERIFY_FAIL_IF_NO_PEER_CERT)) || - /* never request cert in Kerberos ciphersuites */ - (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) - /* With normal PSK Certificates and - * Certificate Requests are omitted */ - || (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) - { - /* no cert request */ - skip=1; - s->s3->tmp.cert_request=0; - s->state=SSL3_ST_SW_SRVR_DONE_A; + || ((alg_k & SSL_kPSK) && s->ctx->psk_identity_hint) +#endif + || (alg_k & (SSL_kEDH | SSL_kDHr | SSL_kDHd)) + || (alg_k & SSL_kEECDH) + || ((alg_k & SSL_kRSA) + && (s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey == NULL + || (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) + && EVP_PKEY_size(s->cert->pkeys + [SSL_PKEY_RSA_ENC].privatekey) * + 8 > SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher) + ) + ) + ) + ) { + dtls1_start_timer(s); + ret = ssl3_send_server_key_exchange(s); + if (ret <= 0) + goto end; + } else + skip = 1; + + s->state = SSL3_ST_SW_CERT_REQ_A; + s->init_num = 0; + break; + + case SSL3_ST_SW_CERT_REQ_A: + case SSL3_ST_SW_CERT_REQ_B: + if ( /* don't request cert unless asked for it: */ + !(s->verify_mode & SSL_VERIFY_PEER) || + /* + * if SSL_VERIFY_CLIENT_ONCE is set, don't request cert + * during re-negotiation: + */ + ((s->session->peer != NULL) && + (s->verify_mode & SSL_VERIFY_CLIENT_ONCE)) || + /* + * never request cert in anonymous ciphersuites (see + * section "Certificate request" in SSL 3 drafts and in + * RFC 2246): + */ + ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && + /* + * ... except when the application insists on + * verification (against the specs, but s3_clnt.c accepts + * this for SSL 3) + */ + !(s->verify_mode & SSL_VERIFY_FAIL_IF_NO_PEER_CERT)) || + /* + * never request cert in Kerberos ciphersuites + */ + (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) + /* + * With normal PSK Certificates and Certificate Requests + * are omitted + */ + || (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) { + /* no cert request */ + skip = 1; + s->s3->tmp.cert_request = 0; + s->state = SSL3_ST_SW_SRVR_DONE_A; #ifndef OPENSSL_NO_SCTP - if (BIO_dgram_is_sctp(SSL_get_wbio(s))) - { - s->d1->next_state = SSL3_ST_SW_SRVR_DONE_A; - s->state = DTLS1_SCTP_ST_SW_WRITE_SOCK; - } -#endif - } - else - { - s->s3->tmp.cert_request=1; - dtls1_start_timer(s); - ret=dtls1_send_certificate_request(s); - if (ret <= 0) goto end; + if (BIO_dgram_is_sctp(SSL_get_wbio(s))) { + s->d1->next_state = SSL3_ST_SW_SRVR_DONE_A; + s->state = DTLS1_SCTP_ST_SW_WRITE_SOCK; + } +#endif + } else { + s->s3->tmp.cert_request = 1; + dtls1_start_timer(s); + ret = ssl3_send_certificate_request(s); + if (ret <= 0) + goto end; #ifndef NETSCAPE_HANG_BUG - s->state=SSL3_ST_SW_SRVR_DONE_A; -#ifndef OPENSSL_NO_SCTP - if (BIO_dgram_is_sctp(SSL_get_wbio(s))) - { - s->d1->next_state = SSL3_ST_SW_SRVR_DONE_A; - s->state = DTLS1_SCTP_ST_SW_WRITE_SOCK; - } -#endif + s->state = SSL3_ST_SW_SRVR_DONE_A; +# ifndef OPENSSL_NO_SCTP + if (BIO_dgram_is_sctp(SSL_get_wbio(s))) { + s->d1->next_state = SSL3_ST_SW_SRVR_DONE_A; + s->state = DTLS1_SCTP_ST_SW_WRITE_SOCK; + } +# endif #else - s->state=SSL3_ST_SW_FLUSH; - s->s3->tmp.next_state=SSL3_ST_SR_CERT_A; + s->state = SSL3_ST_SW_FLUSH; + s->s3->tmp.next_state = SSL3_ST_SR_CERT_A; +# ifndef OPENSSL_NO_SCTP + if (BIO_dgram_is_sctp(SSL_get_wbio(s))) { + s->d1->next_state = s->s3->tmp.next_state; + s->s3->tmp.next_state = DTLS1_SCTP_ST_SW_WRITE_SOCK; + } +# endif +#endif + s->init_num = 0; + } + break; + + case SSL3_ST_SW_SRVR_DONE_A: + case SSL3_ST_SW_SRVR_DONE_B: + dtls1_start_timer(s); + ret = ssl3_send_server_done(s); + if (ret <= 0) + goto end; + s->s3->tmp.next_state = SSL3_ST_SR_CERT_A; + s->state = SSL3_ST_SW_FLUSH; + s->init_num = 0; + break; + + case SSL3_ST_SW_FLUSH: + s->rwstate = SSL_WRITING; + if (BIO_flush(s->wbio) <= 0) { + /* + * If the write error was fatal, stop trying + */ + if (!BIO_should_retry(s->wbio)) { + s->rwstate = SSL_NOTHING; + s->state = s->s3->tmp.next_state; + } + + ret = -1; + goto end; + } + s->rwstate = SSL_NOTHING; + s->state = s->s3->tmp.next_state; + break; + + case SSL3_ST_SR_CERT_A: + case SSL3_ST_SR_CERT_B: + if (s->s3->tmp.cert_request) { + ret = ssl3_get_client_certificate(s); + if (ret <= 0) + goto end; + } + s->init_num = 0; + s->state = SSL3_ST_SR_KEY_EXCH_A; + break; + + case SSL3_ST_SR_KEY_EXCH_A: + case SSL3_ST_SR_KEY_EXCH_B: + ret = ssl3_get_client_key_exchange(s); + if (ret <= 0) + goto end; #ifndef OPENSSL_NO_SCTP - if (BIO_dgram_is_sctp(SSL_get_wbio(s))) - { - s->d1->next_state = s->s3->tmp.next_state; - s->s3->tmp.next_state=DTLS1_SCTP_ST_SW_WRITE_SOCK; - } -#endif -#endif - s->init_num=0; - } - break; - - case SSL3_ST_SW_SRVR_DONE_A: - case SSL3_ST_SW_SRVR_DONE_B: - dtls1_start_timer(s); - ret=dtls1_send_server_done(s); - if (ret <= 0) goto end; - s->s3->tmp.next_state=SSL3_ST_SR_CERT_A; - s->state=SSL3_ST_SW_FLUSH; - s->init_num=0; - break; - - case SSL3_ST_SW_FLUSH: - s->rwstate=SSL_WRITING; - if (BIO_flush(s->wbio) <= 0) - { - /* If the write error was fatal, stop trying */ - if (!BIO_should_retry(s->wbio)) - { - s->rwstate=SSL_NOTHING; - s->state=s->s3->tmp.next_state; - } - - ret= -1; - goto end; - } - s->rwstate=SSL_NOTHING; - s->state=s->s3->tmp.next_state; - break; - - case SSL3_ST_SR_CERT_A: - case SSL3_ST_SR_CERT_B: - /* Check for second client hello (MS SGC) */ - ret = ssl3_check_client_hello(s); - if (ret <= 0) - goto end; - if (ret == 2) - { - dtls1_stop_timer(s); - s->state = SSL3_ST_SR_CLNT_HELLO_C; - } - else { - if (s->s3->tmp.cert_request) - { - ret=ssl3_get_client_certificate(s); - if (ret <= 0) goto end; - } - s->init_num=0; - s->state=SSL3_ST_SR_KEY_EXCH_A; - } - break; - - case SSL3_ST_SR_KEY_EXCH_A: - case SSL3_ST_SR_KEY_EXCH_B: - ret=ssl3_get_client_key_exchange(s); - if (ret <= 0) goto end; -#ifndef OPENSSL_NO_SCTP - /* Add new shared key for SCTP-Auth, - * will be ignored if no SCTP used. - */ - snprintf((char *) labelbuffer, sizeof(DTLS1_SCTP_AUTH_LABEL), - DTLS1_SCTP_AUTH_LABEL); - - SSL_export_keying_material(s, sctpauthkey, - sizeof(sctpauthkey), labelbuffer, - sizeof(labelbuffer), NULL, 0, 0); - - BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY, - sizeof(sctpauthkey), sctpauthkey); -#endif - - s->state=SSL3_ST_SR_CERT_VRFY_A; - s->init_num=0; - - if (ret == 2) - { - /* For the ECDH ciphersuites when - * the client sends its ECDH pub key in - * a certificate, the CertificateVerify - * message is not sent. - */ - s->state=SSL3_ST_SR_FINISHED_A; - s->init_num = 0; - } - else - { - s->state=SSL3_ST_SR_CERT_VRFY_A; - s->init_num=0; - - /* We need to get hashes here so if there is - * a client cert, it can be verified */ - s->method->ssl3_enc->cert_verify_mac(s, - NID_md5, - &(s->s3->tmp.cert_verify_md[0])); - s->method->ssl3_enc->cert_verify_mac(s, - NID_sha1, - &(s->s3->tmp.cert_verify_md[MD5_DIGEST_LENGTH])); - } - break; - - case SSL3_ST_SR_CERT_VRFY_A: - case SSL3_ST_SR_CERT_VRFY_B: - - s->d1->change_cipher_spec_ok = 1; - /* we should decide if we expected this one */ - ret=ssl3_get_cert_verify(s); - if (ret <= 0) goto end; + /* + * Add new shared key for SCTP-Auth, will be ignored if no SCTP + * used. + */ + snprintf((char *)labelbuffer, sizeof(DTLS1_SCTP_AUTH_LABEL), + DTLS1_SCTP_AUTH_LABEL); + + SSL_export_keying_material(s, sctpauthkey, + sizeof(sctpauthkey), labelbuffer, + sizeof(labelbuffer), NULL, 0, 0); + + BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY, + sizeof(sctpauthkey), sctpauthkey); +#endif + + s->state = SSL3_ST_SR_CERT_VRFY_A; + s->init_num = 0; + + if (ret == 2) { + /* + * For the ECDH ciphersuites when the client sends its ECDH + * pub key in a certificate, the CertificateVerify message is + * not sent. + */ + s->state = SSL3_ST_SR_FINISHED_A; + s->init_num = 0; + } else if (SSL_USE_SIGALGS(s)) { + s->state = SSL3_ST_SR_CERT_VRFY_A; + s->init_num = 0; + if (!s->session->peer) + break; + /* + * For sigalgs freeze the handshake buffer at this point and + * digest cached records. + */ + if (!s->s3->handshake_buffer) { + SSLerr(SSL_F_DTLS1_ACCEPT, ERR_R_INTERNAL_ERROR); + return -1; + } + s->s3->flags |= TLS1_FLAGS_KEEP_HANDSHAKE; + if (!ssl3_digest_cached_records(s)) + return -1; + } else { + s->state = SSL3_ST_SR_CERT_VRFY_A; + s->init_num = 0; + + /* + * We need to get hashes here so if there is a client cert, + * it can be verified + */ + s->method->ssl3_enc->cert_verify_mac(s, + NID_md5, + &(s->s3-> + tmp.cert_verify_md + [0])); + s->method->ssl3_enc->cert_verify_mac(s, NID_sha1, + &(s->s3-> + tmp.cert_verify_md + [MD5_DIGEST_LENGTH])); + } + break; + + case SSL3_ST_SR_CERT_VRFY_A: + case SSL3_ST_SR_CERT_VRFY_B: + /* + * This *should* be the first time we enable CCS, but be + * extra careful about surrounding code changes. We need + * to set this here because we don't know if we're + * expecting a CertificateVerify or not. + */ + if (!s->s3->change_cipher_spec) + s->d1->change_cipher_spec_ok = 1; + /* we should decide if we expected this one */ + ret = ssl3_get_cert_verify(s); + if (ret <= 0) + goto end; #ifndef OPENSSL_NO_SCTP - if (BIO_dgram_is_sctp(SSL_get_wbio(s)) && - state == SSL_ST_RENEGOTIATE) - s->state=DTLS1_SCTP_ST_SR_READ_SOCK; - else -#endif - s->state=SSL3_ST_SR_FINISHED_A; - s->init_num=0; - break; - - case SSL3_ST_SR_FINISHED_A: - case SSL3_ST_SR_FINISHED_B: - s->d1->change_cipher_spec_ok = 1; - ret=ssl3_get_finished(s,SSL3_ST_SR_FINISHED_A, - SSL3_ST_SR_FINISHED_B); - if (ret <= 0) goto end; - dtls1_stop_timer(s); - if (s->hit) - s->state=SSL_ST_OK; + if (BIO_dgram_is_sctp(SSL_get_wbio(s)) && + state == SSL_ST_RENEGOTIATE) + s->state = DTLS1_SCTP_ST_SR_READ_SOCK; + else +#endif + s->state = SSL3_ST_SR_FINISHED_A; + s->init_num = 0; + break; + + case SSL3_ST_SR_FINISHED_A: + case SSL3_ST_SR_FINISHED_B: + /* + * Enable CCS for resumed handshakes. + * In a full handshake, we end up here through + * SSL3_ST_SR_CERT_VRFY_B, so change_cipher_spec_ok was + * already set. Receiving a CCS clears the flag, so make + * sure not to re-enable it to ban duplicates. + * s->s3->change_cipher_spec is set when a CCS is + * processed in d1_pkt.c, and remains set until + * the client's Finished message is read. + */ + if (!s->s3->change_cipher_spec) + s->d1->change_cipher_spec_ok = 1; + ret = ssl3_get_finished(s, SSL3_ST_SR_FINISHED_A, + SSL3_ST_SR_FINISHED_B); + if (ret <= 0) + goto end; + dtls1_stop_timer(s); + if (s->hit) + s->state = SSL_ST_OK; #ifndef OPENSSL_NO_TLSEXT - else if (s->tlsext_ticket_expected) - s->state=SSL3_ST_SW_SESSION_TICKET_A; + else if (s->tlsext_ticket_expected) + s->state = SSL3_ST_SW_SESSION_TICKET_A; #endif - else - s->state=SSL3_ST_SW_CHANGE_A; - s->init_num=0; - break; + else + s->state = SSL3_ST_SW_CHANGE_A; + s->init_num = 0; + break; #ifndef OPENSSL_NO_TLSEXT - case SSL3_ST_SW_SESSION_TICKET_A: - case SSL3_ST_SW_SESSION_TICKET_B: - ret=dtls1_send_newsession_ticket(s); - if (ret <= 0) goto end; - s->state=SSL3_ST_SW_CHANGE_A; - s->init_num=0; - break; - - case SSL3_ST_SW_CERT_STATUS_A: - case SSL3_ST_SW_CERT_STATUS_B: - ret=ssl3_send_cert_status(s); - if (ret <= 0) goto end; - s->state=SSL3_ST_SW_KEY_EXCH_A; - s->init_num=0; - break; - -#endif - - case SSL3_ST_SW_CHANGE_A: - case SSL3_ST_SW_CHANGE_B: - - s->session->cipher=s->s3->tmp.new_cipher; - if (!s->method->ssl3_enc->setup_key_block(s)) - { ret= -1; goto end; } - - ret=dtls1_send_change_cipher_spec(s, - SSL3_ST_SW_CHANGE_A,SSL3_ST_SW_CHANGE_B); - - if (ret <= 0) goto end; + case SSL3_ST_SW_SESSION_TICKET_A: + case SSL3_ST_SW_SESSION_TICKET_B: + ret = ssl3_send_newsession_ticket(s); + if (ret <= 0) + goto end; + s->state = SSL3_ST_SW_CHANGE_A; + s->init_num = 0; + break; + + case SSL3_ST_SW_CERT_STATUS_A: + case SSL3_ST_SW_CERT_STATUS_B: + ret = ssl3_send_cert_status(s); + if (ret <= 0) + goto end; + s->state = SSL3_ST_SW_KEY_EXCH_A; + s->init_num = 0; + break; + +#endif + + case SSL3_ST_SW_CHANGE_A: + case SSL3_ST_SW_CHANGE_B: + + s->session->cipher = s->s3->tmp.new_cipher; + if (!s->method->ssl3_enc->setup_key_block(s)) { + ret = -1; + goto end; + } + + ret = dtls1_send_change_cipher_spec(s, + SSL3_ST_SW_CHANGE_A, + SSL3_ST_SW_CHANGE_B); + + if (ret <= 0) + goto end; #ifndef OPENSSL_NO_SCTP - if (!s->hit) - { - /* Change to new shared key of SCTP-Auth, - * will be ignored if no SCTP used. - */ - BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY, 0, NULL); - } -#endif - - s->state=SSL3_ST_SW_FINISHED_A; - s->init_num=0; - - if (!s->method->ssl3_enc->change_cipher_state(s, - SSL3_CHANGE_CIPHER_SERVER_WRITE)) - { - ret= -1; - goto end; - } - - dtls1_reset_seq_numbers(s, SSL3_CC_WRITE); - break; - - case SSL3_ST_SW_FINISHED_A: - case SSL3_ST_SW_FINISHED_B: - ret=dtls1_send_finished(s, - SSL3_ST_SW_FINISHED_A,SSL3_ST_SW_FINISHED_B, - s->method->ssl3_enc->server_finished_label, - s->method->ssl3_enc->server_finished_label_len); - if (ret <= 0) goto end; - s->state=SSL3_ST_SW_FLUSH; - if (s->hit) - { - s->s3->tmp.next_state=SSL3_ST_SR_FINISHED_A; + if (!s->hit) { + /* + * Change to new shared key of SCTP-Auth, will be ignored if + * no SCTP used. + */ + BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY, + 0, NULL); + } +#endif + + s->state = SSL3_ST_SW_FINISHED_A; + s->init_num = 0; + + if (!s->method->ssl3_enc->change_cipher_state(s, + SSL3_CHANGE_CIPHER_SERVER_WRITE)) + { + ret = -1; + goto end; + } + + dtls1_reset_seq_numbers(s, SSL3_CC_WRITE); + break; + + case SSL3_ST_SW_FINISHED_A: + case SSL3_ST_SW_FINISHED_B: + ret = ssl3_send_finished(s, + SSL3_ST_SW_FINISHED_A, + SSL3_ST_SW_FINISHED_B, + s->method-> + ssl3_enc->server_finished_label, + s->method-> + ssl3_enc->server_finished_label_len); + if (ret <= 0) + goto end; + s->state = SSL3_ST_SW_FLUSH; + if (s->hit) { + s->s3->tmp.next_state = SSL3_ST_SR_FINISHED_A; #ifndef OPENSSL_NO_SCTP - /* Change to new shared key of SCTP-Auth, - * will be ignored if no SCTP used. - */ - BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY, 0, NULL); -#endif - } - else - { - s->s3->tmp.next_state=SSL_ST_OK; + /* + * Change to new shared key of SCTP-Auth, will be ignored if + * no SCTP used. + */ + BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY, + 0, NULL); +#endif + } else { + s->s3->tmp.next_state = SSL_ST_OK; #ifndef OPENSSL_NO_SCTP - if (BIO_dgram_is_sctp(SSL_get_wbio(s))) - { - s->d1->next_state = s->s3->tmp.next_state; - s->s3->tmp.next_state=DTLS1_SCTP_ST_SW_WRITE_SOCK; - } + if (BIO_dgram_is_sctp(SSL_get_wbio(s))) { + s->d1->next_state = s->s3->tmp.next_state; + s->s3->tmp.next_state = DTLS1_SCTP_ST_SW_WRITE_SOCK; + } #endif - } - s->init_num=0; - break; + } + s->init_num = 0; + break; - case SSL_ST_OK: - /* clean a few things up */ - ssl3_cleanup_key_block(s); + case SSL_ST_OK: + /* clean a few things up */ + ssl3_cleanup_key_block(s); #if 0 - BUF_MEM_free(s->init_buf); - s->init_buf=NULL; -#endif - - /* remove buffering on output */ - ssl_free_wbio_buffer(s); - - s->init_num=0; - - if (s->renegotiate == 2) /* skipped if we just sent a HelloRequest */ - { - s->renegotiate=0; - s->new_session=0; - - ssl_update_cache(s,SSL_SESS_CACHE_SERVER); - - s->ctx->stats.sess_accept_good++; - /* s->server=1; */ - s->handshake_func=dtls1_accept; - - if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_DONE,1); - } - - ret = 1; - - /* done handshaking, next message is client hello */ - s->d1->handshake_read_seq = 0; - /* next message is server hello */ - s->d1->handshake_write_seq = 0; - s->d1->next_handshake_write_seq = 0; - goto end; - /* break; */ - - default: - SSLerr(SSL_F_DTLS1_ACCEPT,SSL_R_UNKNOWN_STATE); - ret= -1; - goto end; - /* break; */ - } - - if (!s->s3->tmp.reuse_message && !skip) - { - if (s->debug) - { - if ((ret=BIO_flush(s->wbio)) <= 0) - goto end; - } - - - if ((cb != NULL) && (s->state != state)) - { - new_state=s->state; - s->state=state; - cb(s,SSL_CB_ACCEPT_LOOP,1); - s->state=new_state; - } - } - skip=0; - } -end: - /* BIO_flush(s->wbio); */ - - s->in_handshake--; + BUF_MEM_free(s->init_buf); + s->init_buf = NULL; +#endif + + /* remove buffering on output */ + ssl_free_wbio_buffer(s); + + s->init_num = 0; + + if (s->renegotiate == 2) { /* skipped if we just sent a + * HelloRequest */ + s->renegotiate = 0; + s->new_session = 0; + + ssl_update_cache(s, SSL_SESS_CACHE_SERVER); + + s->ctx->stats.sess_accept_good++; + /* s->server=1; */ + s->handshake_func = dtls1_accept; + + if (cb != NULL) + cb(s, SSL_CB_HANDSHAKE_DONE, 1); + } + + ret = 1; + + /* done handshaking, next message is client hello */ + s->d1->handshake_read_seq = 0; + /* next message is server hello */ + s->d1->handshake_write_seq = 0; + s->d1->next_handshake_write_seq = 0; + goto end; + /* break; */ + + default: + SSLerr(SSL_F_DTLS1_ACCEPT, SSL_R_UNKNOWN_STATE); + ret = -1; + goto end; + /* break; */ + } + + if (!s->s3->tmp.reuse_message && !skip) { + if (s->debug) { + if ((ret = BIO_flush(s->wbio)) <= 0) + goto end; + } + + if ((cb != NULL) && (s->state != state)) { + new_state = s->state; + s->state = state; + cb(s, SSL_CB_ACCEPT_LOOP, 1); + s->state = new_state; + } + } + skip = 0; + } + end: + /* BIO_flush(s->wbio); */ + + s->in_handshake--; #ifndef OPENSSL_NO_SCTP - /* Notify SCTP BIO socket to leave handshake - * mode and prevent stream identifier other - * than 0. Will be ignored if no SCTP is used. - */ - BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, s->in_handshake, NULL); + /* + * Notify SCTP BIO socket to leave handshake mode and prevent stream + * identifier other than 0. Will be ignored if no SCTP is used. + */ + BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, + s->in_handshake, NULL); #endif - if (cb != NULL) - cb(s,SSL_CB_ACCEPT_EXIT,ret); - return(ret); - } - -int dtls1_send_hello_request(SSL *s) - { - unsigned char *p; - - if (s->state == SSL3_ST_SW_HELLO_REQ_A) - { - p=(unsigned char *)s->init_buf->data; - p = dtls1_set_message_header(s, p, SSL3_MT_HELLO_REQUEST, 0, 0, 0); - - s->state=SSL3_ST_SW_HELLO_REQ_B; - /* number of bytes to write */ - s->init_num=DTLS1_HM_HEADER_LENGTH; - s->init_off=0; - - /* no need to buffer this message, since there are no retransmit - * requests for it */ - } - - /* SSL3_ST_SW_HELLO_REQ_B */ - return(dtls1_do_write(s,SSL3_RT_HANDSHAKE)); - } + if (cb != NULL) + cb(s, SSL_CB_ACCEPT_EXIT, ret); + return (ret); +} int dtls1_send_hello_verify_request(SSL *s) - { - unsigned int msg_len; - unsigned char *msg, *buf, *p; - - if (s->state == DTLS1_ST_SW_HELLO_VERIFY_REQUEST_A) - { - buf = (unsigned char *)s->init_buf->data; - - msg = p = &(buf[DTLS1_HM_HEADER_LENGTH]); - *(p++) = s->version >> 8; - *(p++) = s->version & 0xFF; - - if (s->ctx->app_gen_cookie_cb == NULL || - s->ctx->app_gen_cookie_cb(s, s->d1->cookie, - &(s->d1->cookie_len)) == 0) - { - SSLerr(SSL_F_DTLS1_SEND_HELLO_VERIFY_REQUEST,ERR_R_INTERNAL_ERROR); - return 0; - } - - *(p++) = (unsigned char) s->d1->cookie_len; - memcpy(p, s->d1->cookie, s->d1->cookie_len); - p += s->d1->cookie_len; - msg_len = p - msg; - - dtls1_set_message_header(s, buf, - DTLS1_MT_HELLO_VERIFY_REQUEST, msg_len, 0, msg_len); - - s->state=DTLS1_ST_SW_HELLO_VERIFY_REQUEST_B; - /* number of bytes to write */ - s->init_num=p-buf; - s->init_off=0; - } - - /* s->state = DTLS1_ST_SW_HELLO_VERIFY_REQUEST_B */ - return(dtls1_do_write(s,SSL3_RT_HANDSHAKE)); - } - -int dtls1_send_server_hello(SSL *s) - { - unsigned char *buf; - unsigned char *p,*d; - int i; - unsigned int sl; - unsigned long l; - - if (s->state == SSL3_ST_SW_SRVR_HELLO_A) - { - buf=(unsigned char *)s->init_buf->data; - p=s->s3->server_random; - ssl_fill_hello_random(s, 1, p, SSL3_RANDOM_SIZE); - /* Do the message type and length last */ - d=p= &(buf[DTLS1_HM_HEADER_LENGTH]); - - *(p++)=s->version>>8; - *(p++)=s->version&0xff; - - /* Random stuff */ - memcpy(p,s->s3->server_random,SSL3_RANDOM_SIZE); - p+=SSL3_RANDOM_SIZE; - - /* now in theory we have 3 options to sending back the - * session id. If it is a re-use, we send back the - * old session-id, if it is a new session, we send - * back the new session-id or we send back a 0 length - * session-id if we want it to be single use. - * Currently I will not implement the '0' length session-id - * 12-Jan-98 - I'll now support the '0' length stuff. - */ - if (!(s->ctx->session_cache_mode & SSL_SESS_CACHE_SERVER)) - s->session->session_id_length=0; - - sl=s->session->session_id_length; - if (sl > sizeof s->session->session_id) - { - SSLerr(SSL_F_DTLS1_SEND_SERVER_HELLO, ERR_R_INTERNAL_ERROR); - return -1; - } - *(p++)=sl; - memcpy(p,s->session->session_id,sl); - p+=sl; - - /* put the cipher */ - if (s->s3->tmp.new_cipher == NULL) - return -1; - i=ssl3_put_cipher_by_char(s->s3->tmp.new_cipher,p); - p+=i; - - /* put the compression method */ -#ifdef OPENSSL_NO_COMP - *(p++)=0; -#else - if (s->s3->tmp.new_compression == NULL) - *(p++)=0; - else - *(p++)=s->s3->tmp.new_compression->id; -#endif - -#ifndef OPENSSL_NO_TLSEXT - if (ssl_prepare_serverhello_tlsext(s) <= 0) - { - SSLerr(SSL_F_DTLS1_SEND_SERVER_HELLO,SSL_R_SERVERHELLO_TLSEXT); - return -1; - } - if ((p = ssl_add_serverhello_tlsext(s, p, buf+SSL3_RT_MAX_PLAIN_LENGTH)) == NULL) - { - SSLerr(SSL_F_DTLS1_SEND_SERVER_HELLO,ERR_R_INTERNAL_ERROR); - return -1; - } -#endif - - /* do the header */ - l=(p-d); - d=buf; - - d = dtls1_set_message_header(s, d, SSL3_MT_SERVER_HELLO, l, 0, l); - - s->state=SSL3_ST_SW_SRVR_HELLO_B; - /* number of bytes to write */ - s->init_num=p-buf; - s->init_off=0; - - /* buffer the message to handle re-xmits */ - dtls1_buffer_message(s, 0); - } - - /* SSL3_ST_SW_SRVR_HELLO_B */ - return(dtls1_do_write(s,SSL3_RT_HANDSHAKE)); - } - -int dtls1_send_server_done(SSL *s) - { - unsigned char *p; - - if (s->state == SSL3_ST_SW_SRVR_DONE_A) - { - p=(unsigned char *)s->init_buf->data; - - /* do the header */ - p = dtls1_set_message_header(s, p, SSL3_MT_SERVER_DONE, 0, 0, 0); - - s->state=SSL3_ST_SW_SRVR_DONE_B; - /* number of bytes to write */ - s->init_num=DTLS1_HM_HEADER_LENGTH; - s->init_off=0; - - /* buffer the message to handle re-xmits */ - dtls1_buffer_message(s, 0); - } - - /* SSL3_ST_SW_SRVR_DONE_B */ - return(dtls1_do_write(s,SSL3_RT_HANDSHAKE)); - } - -int dtls1_send_server_key_exchange(SSL *s) - { -#ifndef OPENSSL_NO_RSA - unsigned char *q; - int j,num; - RSA *rsa; - unsigned char md_buf[MD5_DIGEST_LENGTH+SHA_DIGEST_LENGTH]; - unsigned int u; -#endif -#ifndef OPENSSL_NO_DH - DH *dh=NULL,*dhp; -#endif -#ifndef OPENSSL_NO_ECDH - EC_KEY *ecdh=NULL, *ecdhp; - unsigned char *encodedPoint = NULL; - int encodedlen = 0; - int curve_id = 0; - BN_CTX *bn_ctx = NULL; -#endif - EVP_PKEY *pkey; - unsigned char *p,*d; - int al,i; - unsigned long type; - int n; - CERT *cert; - BIGNUM *r[4]; - int nr[4],kn; - BUF_MEM *buf; - EVP_MD_CTX md_ctx; - - EVP_MD_CTX_init(&md_ctx); - if (s->state == SSL3_ST_SW_KEY_EXCH_A) - { - type=s->s3->tmp.new_cipher->algorithm_mkey; - cert=s->cert; - - buf=s->init_buf; - - r[0]=r[1]=r[2]=r[3]=NULL; - n=0; -#ifndef OPENSSL_NO_RSA - if (type & SSL_kRSA) - { - rsa=cert->rsa_tmp; - if ((rsa == NULL) && (s->cert->rsa_tmp_cb != NULL)) - { - rsa=s->cert->rsa_tmp_cb(s, - SSL_C_IS_EXPORT(s->s3->tmp.new_cipher), - SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)); - if(rsa == NULL) - { - al=SSL_AD_HANDSHAKE_FAILURE; - SSLerr(SSL_F_DTLS1_SEND_SERVER_KEY_EXCHANGE,SSL_R_ERROR_GENERATING_TMP_RSA_KEY); - goto f_err; - } - RSA_up_ref(rsa); - cert->rsa_tmp=rsa; - } - if (rsa == NULL) - { - al=SSL_AD_HANDSHAKE_FAILURE; - SSLerr(SSL_F_DTLS1_SEND_SERVER_KEY_EXCHANGE,SSL_R_MISSING_TMP_RSA_KEY); - goto f_err; - } - r[0]=rsa->n; - r[1]=rsa->e; - s->s3->tmp.use_rsa_tmp=1; - } - else -#endif -#ifndef OPENSSL_NO_DH - if (type & SSL_kEDH) - { - dhp=cert->dh_tmp; - if ((dhp == NULL) && (s->cert->dh_tmp_cb != NULL)) - dhp=s->cert->dh_tmp_cb(s, - SSL_C_IS_EXPORT(s->s3->tmp.new_cipher), - SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)); - if (dhp == NULL) - { - al=SSL_AD_HANDSHAKE_FAILURE; - SSLerr(SSL_F_DTLS1_SEND_SERVER_KEY_EXCHANGE,SSL_R_MISSING_TMP_DH_KEY); - goto f_err; - } - - if (s->s3->tmp.dh != NULL) - { - DH_free(dh); - SSLerr(SSL_F_DTLS1_SEND_SERVER_KEY_EXCHANGE, ERR_R_INTERNAL_ERROR); - goto err; - } - - if ((dh=DHparams_dup(dhp)) == NULL) - { - SSLerr(SSL_F_DTLS1_SEND_SERVER_KEY_EXCHANGE,ERR_R_DH_LIB); - goto err; - } - - s->s3->tmp.dh=dh; - if ((dhp->pub_key == NULL || - dhp->priv_key == NULL || - (s->options & SSL_OP_SINGLE_DH_USE))) - { - if(!DH_generate_key(dh)) - { - SSLerr(SSL_F_DTLS1_SEND_SERVER_KEY_EXCHANGE, - ERR_R_DH_LIB); - goto err; - } - } - else - { - dh->pub_key=BN_dup(dhp->pub_key); - dh->priv_key=BN_dup(dhp->priv_key); - if ((dh->pub_key == NULL) || - (dh->priv_key == NULL)) - { - SSLerr(SSL_F_DTLS1_SEND_SERVER_KEY_EXCHANGE,ERR_R_DH_LIB); - goto err; - } - } - r[0]=dh->p; - r[1]=dh->g; - r[2]=dh->pub_key; - } - else -#endif -#ifndef OPENSSL_NO_ECDH - if (type & SSL_kEECDH) - { - const EC_GROUP *group; - - ecdhp=cert->ecdh_tmp; - if ((ecdhp == NULL) && (s->cert->ecdh_tmp_cb != NULL)) - { - ecdhp=s->cert->ecdh_tmp_cb(s, - SSL_C_IS_EXPORT(s->s3->tmp.new_cipher), - SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)); - } - if (ecdhp == NULL) - { - al=SSL_AD_HANDSHAKE_FAILURE; - SSLerr(SSL_F_DTLS1_SEND_SERVER_KEY_EXCHANGE,SSL_R_MISSING_TMP_ECDH_KEY); - goto f_err; - } - - if (s->s3->tmp.ecdh != NULL) - { - EC_KEY_free(s->s3->tmp.ecdh); - SSLerr(SSL_F_DTLS1_SEND_SERVER_KEY_EXCHANGE, ERR_R_INTERNAL_ERROR); - goto err; - } - - /* Duplicate the ECDH structure. */ - if (ecdhp == NULL) - { - SSLerr(SSL_F_DTLS1_SEND_SERVER_KEY_EXCHANGE,ERR_R_ECDH_LIB); - goto err; - } - if ((ecdh = EC_KEY_dup(ecdhp)) == NULL) - { - SSLerr(SSL_F_DTLS1_SEND_SERVER_KEY_EXCHANGE,ERR_R_ECDH_LIB); - goto err; - } - - s->s3->tmp.ecdh=ecdh; - if ((EC_KEY_get0_public_key(ecdh) == NULL) || - (EC_KEY_get0_private_key(ecdh) == NULL) || - (s->options & SSL_OP_SINGLE_ECDH_USE)) - { - if(!EC_KEY_generate_key(ecdh)) - { - SSLerr(SSL_F_DTLS1_SEND_SERVER_KEY_EXCHANGE,ERR_R_ECDH_LIB); - goto err; - } - } - - if (((group = EC_KEY_get0_group(ecdh)) == NULL) || - (EC_KEY_get0_public_key(ecdh) == NULL) || - (EC_KEY_get0_private_key(ecdh) == NULL)) - { - SSLerr(SSL_F_DTLS1_SEND_SERVER_KEY_EXCHANGE,ERR_R_ECDH_LIB); - goto err; - } - - if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) && - (EC_GROUP_get_degree(group) > 163)) - { - SSLerr(SSL_F_DTLS1_SEND_SERVER_KEY_EXCHANGE,SSL_R_ECGROUP_TOO_LARGE_FOR_CIPHER); - goto err; - } - - /* XXX: For now, we only support ephemeral ECDH - * keys over named (not generic) curves. For - * supported named curves, curve_id is non-zero. - */ - if ((curve_id = - tls1_ec_nid2curve_id(EC_GROUP_get_curve_name(group))) - == 0) - { - SSLerr(SSL_F_DTLS1_SEND_SERVER_KEY_EXCHANGE,SSL_R_UNSUPPORTED_ELLIPTIC_CURVE); - goto err; - } - - /* Encode the public key. - * First check the size of encoding and - * allocate memory accordingly. - */ - encodedlen = EC_POINT_point2oct(group, - EC_KEY_get0_public_key(ecdh), - POINT_CONVERSION_UNCOMPRESSED, - NULL, 0, NULL); - - encodedPoint = (unsigned char *) - OPENSSL_malloc(encodedlen*sizeof(unsigned char)); - bn_ctx = BN_CTX_new(); - if ((encodedPoint == NULL) || (bn_ctx == NULL)) - { - SSLerr(SSL_F_DTLS1_SEND_SERVER_KEY_EXCHANGE,ERR_R_MALLOC_FAILURE); - goto err; - } - - - encodedlen = EC_POINT_point2oct(group, - EC_KEY_get0_public_key(ecdh), - POINT_CONVERSION_UNCOMPRESSED, - encodedPoint, encodedlen, bn_ctx); - - if (encodedlen == 0) - { - SSLerr(SSL_F_DTLS1_SEND_SERVER_KEY_EXCHANGE,ERR_R_ECDH_LIB); - goto err; - } - - BN_CTX_free(bn_ctx); bn_ctx=NULL; - - /* XXX: For now, we only support named (not - * generic) curves in ECDH ephemeral key exchanges. - * In this situation, we need four additional bytes - * to encode the entire ServerECDHParams - * structure. - */ - n = 4 + encodedlen; - - /* We'll generate the serverKeyExchange message - * explicitly so we can set these to NULLs - */ - r[0]=NULL; - r[1]=NULL; - r[2]=NULL; - r[3]=NULL; - } - else -#endif /* !OPENSSL_NO_ECDH */ -#ifndef OPENSSL_NO_PSK - if (type & SSL_kPSK) - { - /* reserve size for record length and PSK identity hint*/ - n+=2+strlen(s->ctx->psk_identity_hint); - } - else -#endif /* !OPENSSL_NO_PSK */ - { - al=SSL_AD_HANDSHAKE_FAILURE; - SSLerr(SSL_F_DTLS1_SEND_SERVER_KEY_EXCHANGE,SSL_R_UNKNOWN_KEY_EXCHANGE_TYPE); - goto f_err; - } - for (i=0; r[i] != NULL; i++) - { - nr[i]=BN_num_bytes(r[i]); - n+=2+nr[i]; - } - - if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) - && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) - { - if ((pkey=ssl_get_sign_pkey(s,s->s3->tmp.new_cipher, NULL)) - == NULL) - { - al=SSL_AD_DECODE_ERROR; - goto f_err; - } - kn=EVP_PKEY_size(pkey); - } - else - { - pkey=NULL; - kn=0; - } - - if (!BUF_MEM_grow_clean(buf,n+DTLS1_HM_HEADER_LENGTH+kn)) - { - SSLerr(SSL_F_DTLS1_SEND_SERVER_KEY_EXCHANGE,ERR_LIB_BUF); - goto err; - } - d=(unsigned char *)s->init_buf->data; - p= &(d[DTLS1_HM_HEADER_LENGTH]); - - for (i=0; r[i] != NULL; i++) - { - s2n(nr[i],p); - BN_bn2bin(r[i],p); - p+=nr[i]; - } - -#ifndef OPENSSL_NO_ECDH - if (type & SSL_kEECDH) - { - /* XXX: For now, we only support named (not generic) curves. - * In this situation, the serverKeyExchange message has: - * [1 byte CurveType], [2 byte CurveName] - * [1 byte length of encoded point], followed by - * the actual encoded point itself - */ - *p = NAMED_CURVE_TYPE; - p += 1; - *p = 0; - p += 1; - *p = curve_id; - p += 1; - *p = encodedlen; - p += 1; - memcpy((unsigned char*)p, - (unsigned char *)encodedPoint, - encodedlen); - OPENSSL_free(encodedPoint); - encodedPoint = NULL; - p += encodedlen; - } -#endif - -#ifndef OPENSSL_NO_PSK - if (type & SSL_kPSK) - { - /* copy PSK identity hint */ - s2n(strlen(s->ctx->psk_identity_hint), p); - strncpy((char *)p, s->ctx->psk_identity_hint, strlen(s->ctx->psk_identity_hint)); - p+=strlen(s->ctx->psk_identity_hint); - } -#endif - - /* not anonymous */ - if (pkey != NULL) - { - /* n is the length of the params, they start at - * &(d[DTLS1_HM_HEADER_LENGTH]) and p points to the space - * at the end. */ -#ifndef OPENSSL_NO_RSA - if (pkey->type == EVP_PKEY_RSA) - { - q=md_buf; - j=0; - for (num=2; num > 0; num--) - { - EVP_DigestInit_ex(&md_ctx,(num == 2) - ?s->ctx->md5:s->ctx->sha1, NULL); - EVP_DigestUpdate(&md_ctx,&(s->s3->client_random[0]),SSL3_RANDOM_SIZE); - EVP_DigestUpdate(&md_ctx,&(s->s3->server_random[0]),SSL3_RANDOM_SIZE); - EVP_DigestUpdate(&md_ctx,&(d[DTLS1_HM_HEADER_LENGTH]),n); - EVP_DigestFinal_ex(&md_ctx,q, - (unsigned int *)&i); - q+=i; - j+=i; - } - if (RSA_sign(NID_md5_sha1, md_buf, j, - &(p[2]), &u, pkey->pkey.rsa) <= 0) - { - SSLerr(SSL_F_DTLS1_SEND_SERVER_KEY_EXCHANGE,ERR_LIB_RSA); - goto err; - } - s2n(u,p); - n+=u+2; - } - else -#endif -#if !defined(OPENSSL_NO_DSA) - if (pkey->type == EVP_PKEY_DSA) - { - /* lets do DSS */ - EVP_SignInit_ex(&md_ctx,EVP_dss1(), NULL); - EVP_SignUpdate(&md_ctx,&(s->s3->client_random[0]),SSL3_RANDOM_SIZE); - EVP_SignUpdate(&md_ctx,&(s->s3->server_random[0]),SSL3_RANDOM_SIZE); - EVP_SignUpdate(&md_ctx,&(d[DTLS1_HM_HEADER_LENGTH]),n); - if (!EVP_SignFinal(&md_ctx,&(p[2]), - (unsigned int *)&i,pkey)) - { - SSLerr(SSL_F_DTLS1_SEND_SERVER_KEY_EXCHANGE,ERR_LIB_DSA); - goto err; - } - s2n(i,p); - n+=i+2; - } - else -#endif -#if !defined(OPENSSL_NO_ECDSA) - if (pkey->type == EVP_PKEY_EC) - { - /* let's do ECDSA */ - EVP_SignInit_ex(&md_ctx,EVP_ecdsa(), NULL); - EVP_SignUpdate(&md_ctx,&(s->s3->client_random[0]),SSL3_RANDOM_SIZE); - EVP_SignUpdate(&md_ctx,&(s->s3->server_random[0]),SSL3_RANDOM_SIZE); - EVP_SignUpdate(&md_ctx,&(d[DTLS1_HM_HEADER_LENGTH]),n); - if (!EVP_SignFinal(&md_ctx,&(p[2]), - (unsigned int *)&i,pkey)) - { - SSLerr(SSL_F_DTLS1_SEND_SERVER_KEY_EXCHANGE,ERR_LIB_ECDSA); - goto err; - } - s2n(i,p); - n+=i+2; - } - else -#endif - { - /* Is this error check actually needed? */ - al=SSL_AD_HANDSHAKE_FAILURE; - SSLerr(SSL_F_DTLS1_SEND_SERVER_KEY_EXCHANGE,SSL_R_UNKNOWN_PKEY_TYPE); - goto f_err; - } - } - - d = dtls1_set_message_header(s, d, - SSL3_MT_SERVER_KEY_EXCHANGE, n, 0, n); - - /* we should now have things packed up, so lets send - * it off */ - s->init_num=n+DTLS1_HM_HEADER_LENGTH; - s->init_off=0; - - /* buffer the message to handle re-xmits */ - dtls1_buffer_message(s, 0); - } - - s->state = SSL3_ST_SW_KEY_EXCH_B; - EVP_MD_CTX_cleanup(&md_ctx); - return(dtls1_do_write(s,SSL3_RT_HANDSHAKE)); -f_err: - ssl3_send_alert(s,SSL3_AL_FATAL,al); -err: -#ifndef OPENSSL_NO_ECDH - if (encodedPoint != NULL) OPENSSL_free(encodedPoint); - BN_CTX_free(bn_ctx); -#endif - EVP_MD_CTX_cleanup(&md_ctx); - return(-1); - } - -int dtls1_send_certificate_request(SSL *s) - { - unsigned char *p,*d; - int i,j,nl,off,n; - STACK_OF(X509_NAME) *sk=NULL; - X509_NAME *name; - BUF_MEM *buf; - unsigned int msg_len; - - if (s->state == SSL3_ST_SW_CERT_REQ_A) - { - buf=s->init_buf; - - d=p=(unsigned char *)&(buf->data[DTLS1_HM_HEADER_LENGTH]); - - /* get the list of acceptable cert types */ - p++; - n=ssl3_get_req_cert_type(s,p); - d[0]=n; - p+=n; - n++; - - off=n; - p+=2; - n+=2; - - sk=SSL_get_client_CA_list(s); - nl=0; - if (sk != NULL) - { - for (i=0; idata[DTLS1_HM_HEADER_LENGTH+n]); - if (!(s->options & SSL_OP_NETSCAPE_CA_DN_BUG)) - { - s2n(j,p); - i2d_X509_NAME(name,&p); - n+=2+j; - nl+=2+j; - } - else - { - d=p; - i2d_X509_NAME(name,&p); - j-=2; s2n(j,d); j+=2; - n+=j; - nl+=j; - } - } - } - /* else no CA names */ - p=(unsigned char *)&(buf->data[DTLS1_HM_HEADER_LENGTH+off]); - s2n(nl,p); - - d=(unsigned char *)buf->data; - *(d++)=SSL3_MT_CERTIFICATE_REQUEST; - l2n3(n,d); - s2n(s->d1->handshake_write_seq,d); - s->d1->handshake_write_seq++; - - /* we should now have things packed up, so lets send - * it off */ - - s->init_num=n+DTLS1_HM_HEADER_LENGTH; - s->init_off=0; -#ifdef NETSCAPE_HANG_BUG -/* XXX: what to do about this? */ - p=(unsigned char *)s->init_buf->data + s->init_num; - - /* do the header */ - *(p++)=SSL3_MT_SERVER_DONE; - *(p++)=0; - *(p++)=0; - *(p++)=0; - s->init_num += 4; -#endif - - /* XDTLS: set message header ? */ - msg_len = s->init_num - DTLS1_HM_HEADER_LENGTH; - dtls1_set_message_header(s, (void *)s->init_buf->data, - SSL3_MT_CERTIFICATE_REQUEST, msg_len, 0, msg_len); - - /* buffer the message to handle re-xmits */ - dtls1_buffer_message(s, 0); - - s->state = SSL3_ST_SW_CERT_REQ_B; - } - - /* SSL3_ST_SW_CERT_REQ_B */ - return(dtls1_do_write(s,SSL3_RT_HANDSHAKE)); -err: - return(-1); - } - -int dtls1_send_server_certificate(SSL *s) - { - unsigned long l; - X509 *x; - - if (s->state == SSL3_ST_SW_CERT_A) - { - x=ssl_get_server_send_cert(s); - if (x == NULL) - { - /* VRS: allow null cert if auth == KRB5 */ - if ((s->s3->tmp.new_cipher->algorithm_mkey != SSL_kKRB5) || - (s->s3->tmp.new_cipher->algorithm_auth != SSL_aKRB5)) - { - SSLerr(SSL_F_DTLS1_SEND_SERVER_CERTIFICATE,ERR_R_INTERNAL_ERROR); - return(0); - } - } - - l=dtls1_output_cert_chain(s,x); - s->state=SSL3_ST_SW_CERT_B; - s->init_num=(int)l; - s->init_off=0; - - /* buffer the message to handle re-xmits */ - dtls1_buffer_message(s, 0); - } - - /* SSL3_ST_SW_CERT_B */ - return(dtls1_do_write(s,SSL3_RT_HANDSHAKE)); - } - -#ifndef OPENSSL_NO_TLSEXT -int dtls1_send_newsession_ticket(SSL *s) - { - if (s->state == SSL3_ST_SW_SESSION_TICKET_A) - { - unsigned char *p, *senc, *macstart; - int len, slen; - unsigned int hlen, msg_len; - EVP_CIPHER_CTX ctx; - HMAC_CTX hctx; - SSL_CTX *tctx = s->initial_ctx; - unsigned char iv[EVP_MAX_IV_LENGTH]; - unsigned char key_name[16]; - - /* get session encoding length */ - slen = i2d_SSL_SESSION(s->session, NULL); - /* Some length values are 16 bits, so forget it if session is - * too long - */ - if (slen > 0xFF00) - return -1; - /* Grow buffer if need be: the length calculation is as - * follows 12 (DTLS handshake message header) + - * 4 (ticket lifetime hint) + 2 (ticket length) + - * 16 (key name) + max_iv_len (iv length) + - * session_length + max_enc_block_size (max encrypted session - * length) + max_md_size (HMAC). - */ - if (!BUF_MEM_grow(s->init_buf, - DTLS1_HM_HEADER_LENGTH + 22 + EVP_MAX_IV_LENGTH + - EVP_MAX_BLOCK_LENGTH + EVP_MAX_MD_SIZE + slen)) - return -1; - senc = OPENSSL_malloc(slen); - if (!senc) - return -1; - p = senc; - i2d_SSL_SESSION(s->session, &p); - - p=(unsigned char *)&(s->init_buf->data[DTLS1_HM_HEADER_LENGTH]); - EVP_CIPHER_CTX_init(&ctx); - HMAC_CTX_init(&hctx); - /* Initialize HMAC and cipher contexts. If callback present - * it does all the work otherwise use generated values - * from parent ctx. - */ - if (tctx->tlsext_ticket_key_cb) - { - if (tctx->tlsext_ticket_key_cb(s, key_name, iv, &ctx, - &hctx, 1) < 0) - { - OPENSSL_free(senc); - return -1; - } - } - else - { - RAND_pseudo_bytes(iv, 16); - EVP_EncryptInit_ex(&ctx, EVP_aes_128_cbc(), NULL, - tctx->tlsext_tick_aes_key, iv); - HMAC_Init_ex(&hctx, tctx->tlsext_tick_hmac_key, 16, - tlsext_tick_md(), NULL); - memcpy(key_name, tctx->tlsext_tick_key_name, 16); - } - l2n(s->session->tlsext_tick_lifetime_hint, p); - /* Skip ticket length for now */ - p += 2; - /* Output key name */ - macstart = p; - memcpy(p, key_name, 16); - p += 16; - /* output IV */ - memcpy(p, iv, EVP_CIPHER_CTX_iv_length(&ctx)); - p += EVP_CIPHER_CTX_iv_length(&ctx); - /* Encrypt session data */ - EVP_EncryptUpdate(&ctx, p, &len, senc, slen); - p += len; - EVP_EncryptFinal(&ctx, p, &len); - p += len; - EVP_CIPHER_CTX_cleanup(&ctx); - - HMAC_Update(&hctx, macstart, p - macstart); - HMAC_Final(&hctx, p, &hlen); - HMAC_CTX_cleanup(&hctx); - - p += hlen; - /* Now write out lengths: p points to end of data written */ - /* Total length */ - len = p - (unsigned char *)(s->init_buf->data); - /* Ticket length */ - p=(unsigned char *)&(s->init_buf->data[DTLS1_HM_HEADER_LENGTH]) + 4; - s2n(len - DTLS1_HM_HEADER_LENGTH - 6, p); - - /* number of bytes to write */ - s->init_num= len; - s->state=SSL3_ST_SW_SESSION_TICKET_B; - s->init_off=0; - OPENSSL_free(senc); - - /* XDTLS: set message header ? */ - msg_len = s->init_num - DTLS1_HM_HEADER_LENGTH; - dtls1_set_message_header(s, (void *)s->init_buf->data, - SSL3_MT_NEWSESSION_TICKET, msg_len, 0, msg_len); - - /* buffer the message to handle re-xmits */ - dtls1_buffer_message(s, 0); - } - - /* SSL3_ST_SW_SESSION_TICKET_B */ - return(dtls1_do_write(s,SSL3_RT_HANDSHAKE)); - } -#endif +{ + unsigned int msg_len; + unsigned char *msg, *buf, *p; + + if (s->state == DTLS1_ST_SW_HELLO_VERIFY_REQUEST_A) { + buf = (unsigned char *)s->init_buf->data; + + msg = p = &(buf[DTLS1_HM_HEADER_LENGTH]); + /* Always use DTLS 1.0 version: see RFC 6347 */ + *(p++) = DTLS1_VERSION >> 8; + *(p++) = DTLS1_VERSION & 0xFF; + + if (s->ctx->app_gen_cookie_cb == NULL || + s->ctx->app_gen_cookie_cb(s, s->d1->cookie, + &(s->d1->cookie_len)) == 0) { + SSLerr(SSL_F_DTLS1_SEND_HELLO_VERIFY_REQUEST, + ERR_R_INTERNAL_ERROR); + return 0; + } + + *(p++) = (unsigned char)s->d1->cookie_len; + memcpy(p, s->d1->cookie, s->d1->cookie_len); + p += s->d1->cookie_len; + msg_len = p - msg; + + dtls1_set_message_header(s, buf, + DTLS1_MT_HELLO_VERIFY_REQUEST, msg_len, 0, + msg_len); + + s->state = DTLS1_ST_SW_HELLO_VERIFY_REQUEST_B; + /* number of bytes to write */ + s->init_num = p - buf; + s->init_off = 0; + } + + /* s->state = DTLS1_ST_SW_HELLO_VERIFY_REQUEST_B */ + return (dtls1_do_write(s, SSL3_RT_HANDSHAKE)); +} diff --git a/openssl/ssl/dtls1.h b/openssl/ssl/dtls1.h index 192c5deff..4af7e4a7f 100644 --- a/openssl/ssl/dtls1.h +++ b/openssl/ssl/dtls1.h @@ -1,7 +1,7 @@ /* ssl/dtls1.h */ -/* +/* * DTLS implementation written by Nagendra Modadugu - * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. + * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. */ /* ==================================================================== * Copyright (c) 1999-2005 The OpenSSL Project. All rights reserved. @@ -11,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -58,229 +58,212 @@ */ #ifndef HEADER_DTLS1_H -#define HEADER_DTLS1_H - -#include -#include -#ifdef OPENSSL_SYS_VMS -#include -#include -#endif -#ifdef OPENSSL_SYS_WIN32 +# define HEADER_DTLS1_H + +# include +# include +# ifdef OPENSSL_SYS_VMS +# include +# include +# endif +# ifdef OPENSSL_SYS_WIN32 /* Needed for struct timeval */ -#include -#elif defined(OPENSSL_SYS_NETWARE) && !defined(_WINSOCK2API_) -#include -#else -#if defined(OPENSSL_SYS_VXWORKS) -#include -#else -#include -#endif -#endif +# include +# elif defined(OPENSSL_SYS_NETWARE) && !defined(_WINSOCK2API_) +# include +# else +# if defined(OPENSSL_SYS_VXWORKS) +# include +# else +# include +# endif +# endif #ifdef __cplusplus extern "C" { #endif -#define DTLS1_VERSION 0xFEFF -#define DTLS_MAX_VERSION DTLS1_VERSION +# define DTLS1_VERSION 0xFEFF +# define DTLS1_2_VERSION 0xFEFD +# define DTLS_MAX_VERSION DTLS1_2_VERSION -#define DTLS1_BAD_VER 0x0100 +# define DTLS1_BAD_VER 0x0100 -#if 0 +/* Special value for method supporting multiple versions */ +# define DTLS_ANY_VERSION 0x1FFFF + +# if 0 /* this alert description is not specified anywhere... */ -#define DTLS1_AD_MISSING_HANDSHAKE_MESSAGE 110 -#endif +# define DTLS1_AD_MISSING_HANDSHAKE_MESSAGE 110 +# endif /* lengths of messages */ -#define DTLS1_COOKIE_LENGTH 256 - -#define DTLS1_RT_HEADER_LENGTH 13 - -#define DTLS1_HM_HEADER_LENGTH 12 - -#define DTLS1_HM_BAD_FRAGMENT -2 -#define DTLS1_HM_FRAGMENT_RETRY -3 - -#define DTLS1_CCS_HEADER_LENGTH 1 - -#ifdef DTLS1_AD_MISSING_HANDSHAKE_MESSAGE -#define DTLS1_AL_HEADER_LENGTH 7 -#else -#define DTLS1_AL_HEADER_LENGTH 2 -#endif - -#ifndef OPENSSL_NO_SSL_INTERN - -#ifndef OPENSSL_NO_SCTP -#define DTLS1_SCTP_AUTH_LABEL "EXPORTER_DTLS_OVER_SCTP" -#endif - -typedef struct dtls1_bitmap_st - { - unsigned long map; /* track 32 packets on 32-bit systems - and 64 - on 64-bit systems */ - unsigned char max_seq_num[8]; /* max record number seen so far, - 64-bit value in big-endian - encoding */ - } DTLS1_BITMAP; - -struct dtls1_retransmit_state - { - EVP_CIPHER_CTX *enc_write_ctx; /* cryptographic state */ - EVP_MD_CTX *write_hash; /* used for mac generation */ -#ifndef OPENSSL_NO_COMP - COMP_CTX *compress; /* compression */ -#else - char *compress; -#endif - SSL_SESSION *session; - unsigned short epoch; - }; - -struct hm_header_st - { - unsigned char type; - unsigned long msg_len; - unsigned short seq; - unsigned long frag_off; - unsigned long frag_len; - unsigned int is_ccs; - struct dtls1_retransmit_state saved_retransmit_state; - }; - -struct ccs_header_st - { - unsigned char type; - unsigned short seq; - }; - -struct dtls1_timeout_st - { - /* Number of read timeouts so far */ - unsigned int read_timeouts; - - /* Number of write timeouts so far */ - unsigned int write_timeouts; - - /* Number of alerts received so far */ - unsigned int num_alerts; - }; - -typedef struct record_pqueue_st - { - unsigned short epoch; - pqueue q; - } record_pqueue; - -typedef struct hm_fragment_st - { - struct hm_header_st msg_header; - unsigned char *fragment; - unsigned char *reassembly; - } hm_fragment; - -typedef struct dtls1_state_st - { - unsigned int send_cookie; - unsigned char cookie[DTLS1_COOKIE_LENGTH]; - unsigned char rcvd_cookie[DTLS1_COOKIE_LENGTH]; - unsigned int cookie_len; - - /* - * The current data and handshake epoch. This is initially - * undefined, and starts at zero once the initial handshake is - * completed - */ - unsigned short r_epoch; - unsigned short w_epoch; - - /* records being received in the current epoch */ - DTLS1_BITMAP bitmap; - - /* renegotiation starts a new set of sequence numbers */ - DTLS1_BITMAP next_bitmap; - - /* handshake message numbers */ - unsigned short handshake_write_seq; - unsigned short next_handshake_write_seq; - - unsigned short handshake_read_seq; - - /* save last sequence number for retransmissions */ - unsigned char last_write_sequence[8]; - - /* Received handshake records (processed and unprocessed) */ - record_pqueue unprocessed_rcds; - record_pqueue processed_rcds; - - /* Buffered handshake messages */ - pqueue buffered_messages; - - /* Buffered (sent) handshake records */ - pqueue sent_messages; - - /* Buffered application records. - * Only for records between CCS and Finished - * to prevent either protocol violation or - * unnecessary message loss. - */ - record_pqueue buffered_app_data; - - /* Is set when listening for new connections with dtls1_listen() */ - unsigned int listen; - - unsigned int mtu; /* max DTLS packet size */ - - struct hm_header_st w_msg_hdr; - struct hm_header_st r_msg_hdr; - - struct dtls1_timeout_st timeout; - - /* Indicates when the last handshake msg or heartbeat sent will timeout */ - struct timeval next_timeout; - - /* Timeout duration */ - unsigned short timeout_duration; - - /* storage for Alert/Handshake protocol data received but not - * yet processed by ssl3_read_bytes: */ - unsigned char alert_fragment[DTLS1_AL_HEADER_LENGTH]; - unsigned int alert_fragment_len; - unsigned char handshake_fragment[DTLS1_HM_HEADER_LENGTH]; - unsigned int handshake_fragment_len; - - unsigned int retransmitting; - unsigned int change_cipher_spec_ok; - -#ifndef OPENSSL_NO_SCTP - /* used when SSL_ST_XX_FLUSH is entered */ - int next_state; - - int shutdown_received; -#endif - - } DTLS1_STATE; - -typedef struct dtls1_record_data_st - { - unsigned char *packet; - unsigned int packet_length; - SSL3_BUFFER rbuf; - SSL3_RECORD rrec; -#ifndef OPENSSL_NO_SCTP - struct bio_dgram_sctp_rcvinfo recordinfo; -#endif - } DTLS1_RECORD_DATA; - -#endif +# define DTLS1_COOKIE_LENGTH 256 + +# define DTLS1_RT_HEADER_LENGTH 13 + +# define DTLS1_HM_HEADER_LENGTH 12 + +# define DTLS1_HM_BAD_FRAGMENT -2 +# define DTLS1_HM_FRAGMENT_RETRY -3 + +# define DTLS1_CCS_HEADER_LENGTH 1 + +# ifdef DTLS1_AD_MISSING_HANDSHAKE_MESSAGE +# define DTLS1_AL_HEADER_LENGTH 7 +# else +# define DTLS1_AL_HEADER_LENGTH 2 +# endif + +# ifndef OPENSSL_NO_SSL_INTERN + +# ifndef OPENSSL_NO_SCTP +# define DTLS1_SCTP_AUTH_LABEL "EXPORTER_DTLS_OVER_SCTP" +# endif + +/* Max MTU overhead we know about so far is 40 for IPv6 + 8 for UDP */ +# define DTLS1_MAX_MTU_OVERHEAD 48 + +typedef struct dtls1_bitmap_st { + unsigned long map; /* track 32 packets on 32-bit systems and 64 + * - on 64-bit systems */ + unsigned char max_seq_num[8]; /* max record number seen so far, 64-bit + * value in big-endian encoding */ +} DTLS1_BITMAP; + +struct dtls1_retransmit_state { + EVP_CIPHER_CTX *enc_write_ctx; /* cryptographic state */ + EVP_MD_CTX *write_hash; /* used for mac generation */ +# ifndef OPENSSL_NO_COMP + COMP_CTX *compress; /* compression */ +# else + char *compress; +# endif + SSL_SESSION *session; + unsigned short epoch; +}; + +struct hm_header_st { + unsigned char type; + unsigned long msg_len; + unsigned short seq; + unsigned long frag_off; + unsigned long frag_len; + unsigned int is_ccs; + struct dtls1_retransmit_state saved_retransmit_state; +}; + +struct ccs_header_st { + unsigned char type; + unsigned short seq; +}; + +struct dtls1_timeout_st { + /* Number of read timeouts so far */ + unsigned int read_timeouts; + /* Number of write timeouts so far */ + unsigned int write_timeouts; + /* Number of alerts received so far */ + unsigned int num_alerts; +}; + +typedef struct record_pqueue_st { + unsigned short epoch; + pqueue q; +} record_pqueue; + +typedef struct hm_fragment_st { + struct hm_header_st msg_header; + unsigned char *fragment; + unsigned char *reassembly; +} hm_fragment; + +typedef struct dtls1_state_st { + unsigned int send_cookie; + unsigned char cookie[DTLS1_COOKIE_LENGTH]; + unsigned char rcvd_cookie[DTLS1_COOKIE_LENGTH]; + unsigned int cookie_len; + /* + * The current data and handshake epoch. This is initially + * undefined, and starts at zero once the initial handshake is + * completed + */ + unsigned short r_epoch; + unsigned short w_epoch; + /* records being received in the current epoch */ + DTLS1_BITMAP bitmap; + /* renegotiation starts a new set of sequence numbers */ + DTLS1_BITMAP next_bitmap; + /* handshake message numbers */ + unsigned short handshake_write_seq; + unsigned short next_handshake_write_seq; + unsigned short handshake_read_seq; + /* save last sequence number for retransmissions */ + unsigned char last_write_sequence[8]; + /* Received handshake records (processed and unprocessed) */ + record_pqueue unprocessed_rcds; + record_pqueue processed_rcds; + /* Buffered handshake messages */ + pqueue buffered_messages; + /* Buffered (sent) handshake records */ + pqueue sent_messages; + /* + * Buffered application records. Only for records between CCS and + * Finished to prevent either protocol violation or unnecessary message + * loss. + */ + record_pqueue buffered_app_data; + /* Is set when listening for new connections with dtls1_listen() */ + unsigned int listen; + unsigned int link_mtu; /* max on-the-wire DTLS packet size */ + unsigned int mtu; /* max DTLS packet size */ + struct hm_header_st w_msg_hdr; + struct hm_header_st r_msg_hdr; + struct dtls1_timeout_st timeout; + /* + * Indicates when the last handshake msg or heartbeat sent will timeout + */ + struct timeval next_timeout; + /* Timeout duration */ + unsigned short timeout_duration; + /* + * storage for Alert/Handshake protocol data received but not yet + * processed by ssl3_read_bytes: + */ + unsigned char alert_fragment[DTLS1_AL_HEADER_LENGTH]; + unsigned int alert_fragment_len; + unsigned char handshake_fragment[DTLS1_HM_HEADER_LENGTH]; + unsigned int handshake_fragment_len; + unsigned int retransmitting; + /* + * Set when the handshake is ready to process peer's ChangeCipherSpec message. + * Cleared after the message has been processed. + */ + unsigned int change_cipher_spec_ok; +# ifndef OPENSSL_NO_SCTP + /* used when SSL_ST_XX_FLUSH is entered */ + int next_state; + int shutdown_received; +# endif +} DTLS1_STATE; + +typedef struct dtls1_record_data_st { + unsigned char *packet; + unsigned int packet_length; + SSL3_BUFFER rbuf; + SSL3_RECORD rrec; +# ifndef OPENSSL_NO_SCTP + struct bio_dgram_sctp_rcvinfo recordinfo; +# endif +} DTLS1_RECORD_DATA; + +# endif /* Timeout multipliers (timeout slice is defined in apps/timeouts.h */ -#define DTLS1_TMO_READ_COUNT 2 -#define DTLS1_TMO_WRITE_COUNT 2 +# define DTLS1_TMO_READ_COUNT 2 +# define DTLS1_TMO_WRITE_COUNT 2 -#define DTLS1_TMO_ALERT_COUNT 12 +# define DTLS1_TMO_ALERT_COUNT 12 #ifdef __cplusplus } diff --git a/openssl/ssl/heartbeat_test.c b/openssl/ssl/heartbeat_test.c index de9d39761..7623c36cc 100644 --- a/openssl/ssl/heartbeat_test.c +++ b/openssl/ssl/heartbeat_test.c @@ -1,5 +1,5 @@ /* test/heartbeat_test.c */ -/* +/*- * Unit test for TLS heartbeats. * * Acts as a regression test against the Heartbleed bug (CVE-2014-0160). @@ -51,416 +51,424 @@ #if !defined(OPENSSL_NO_HEARTBEATS) && !defined(OPENSSL_NO_UNIT_TEST) /* As per https://tools.ietf.org/html/rfc6520#section-4 */ -#define MIN_PADDING_SIZE 16 +# define MIN_PADDING_SIZE 16 /* Maximum number of payload characters to print as test output */ -#define MAX_PRINTABLE_CHARACTERS 1024 - -typedef struct heartbeat_test_fixture - { - SSL_CTX *ctx; - SSL *s; - const char* test_case_name; - int (*process_heartbeat)(SSL* s); - unsigned char* payload; - int sent_payload_len; - int expected_return_value; - int return_payload_offset; - int expected_payload_len; - const char* expected_return_payload; - } HEARTBEAT_TEST_FIXTURE; - -static HEARTBEAT_TEST_FIXTURE set_up(const char* const test_case_name, - const SSL_METHOD* meth) - { - HEARTBEAT_TEST_FIXTURE fixture; - int setup_ok = 1; - memset(&fixture, 0, sizeof(fixture)); - fixture.test_case_name = test_case_name; - - fixture.ctx = SSL_CTX_new(meth); - if (!fixture.ctx) - { - fprintf(stderr, "Failed to allocate SSL_CTX for test: %s\n", - test_case_name); - setup_ok = 0; - goto fail; - } - - fixture.s = SSL_new(fixture.ctx); - if (!fixture.s) - { - fprintf(stderr, "Failed to allocate SSL for test: %s\n", test_case_name); - setup_ok = 0; - goto fail; - } - - if (!ssl_init_wbio_buffer(fixture.s, 1)) - { - fprintf(stderr, "Failed to set up wbio buffer for test: %s\n", - test_case_name); - setup_ok = 0; - goto fail; - } - - if (!ssl3_setup_buffers(fixture.s)) - { - fprintf(stderr, "Failed to setup buffers for test: %s\n", - test_case_name); - setup_ok = 0; - goto fail; - } - - /* Clear the memory for the return buffer, since this isn't automatically - * zeroed in opt mode and will cause spurious test failures that will change - * with each execution. - */ - memset(fixture.s->s3->wbuf.buf, 0, fixture.s->s3->wbuf.len); - - fail: - if (!setup_ok) - { - ERR_print_errors_fp(stderr); - exit(EXIT_FAILURE); - } - return fixture; - } - -static HEARTBEAT_TEST_FIXTURE set_up_dtls(const char* const test_case_name) - { - HEARTBEAT_TEST_FIXTURE fixture = set_up(test_case_name, - DTLSv1_server_method()); - fixture.process_heartbeat = dtls1_process_heartbeat; - - /* As per dtls1_get_record(), skipping the following from the beginning of - * the returned heartbeat message: - * type-1 byte; version-2 bytes; sequence number-8 bytes; length-2 bytes - * - * And then skipping the 1-byte type encoded by process_heartbeat for - * a total of 14 bytes, at which point we can grab the length and the - * payload we seek. - */ - fixture.return_payload_offset = 14; - return fixture; - } +# define MAX_PRINTABLE_CHARACTERS 1024 + +typedef struct heartbeat_test_fixture { + SSL_CTX *ctx; + SSL *s; + const char *test_case_name; + int (*process_heartbeat) (SSL *s); + unsigned char *payload; + int sent_payload_len; + int expected_return_value; + int return_payload_offset; + int expected_payload_len; + const char *expected_return_payload; +} HEARTBEAT_TEST_FIXTURE; + +static HEARTBEAT_TEST_FIXTURE set_up(const char *const test_case_name, + const SSL_METHOD *meth) +{ + HEARTBEAT_TEST_FIXTURE fixture; + int setup_ok = 1; + memset(&fixture, 0, sizeof(fixture)); + fixture.test_case_name = test_case_name; + + fixture.ctx = SSL_CTX_new(meth); + if (!fixture.ctx) { + fprintf(stderr, "Failed to allocate SSL_CTX for test: %s\n", + test_case_name); + setup_ok = 0; + goto fail; + } + + fixture.s = SSL_new(fixture.ctx); + if (!fixture.s) { + fprintf(stderr, "Failed to allocate SSL for test: %s\n", + test_case_name); + setup_ok = 0; + goto fail; + } + + if (!ssl_init_wbio_buffer(fixture.s, 1)) { + fprintf(stderr, "Failed to set up wbio buffer for test: %s\n", + test_case_name); + setup_ok = 0; + goto fail; + } + + if (!ssl3_setup_buffers(fixture.s)) { + fprintf(stderr, "Failed to setup buffers for test: %s\n", + test_case_name); + setup_ok = 0; + goto fail; + } + + /* + * Clear the memory for the return buffer, since this isn't automatically + * zeroed in opt mode and will cause spurious test failures that will + * change with each execution. + */ + memset(fixture.s->s3->wbuf.buf, 0, fixture.s->s3->wbuf.len); + + fail: + if (!setup_ok) { + ERR_print_errors_fp(stderr); + exit(EXIT_FAILURE); + } + return fixture; +} + +static HEARTBEAT_TEST_FIXTURE set_up_dtls(const char *const test_case_name) +{ + HEARTBEAT_TEST_FIXTURE fixture = set_up(test_case_name, + DTLSv1_server_method()); + fixture.process_heartbeat = dtls1_process_heartbeat; + + /* + * As per dtls1_get_record(), skipping the following from the beginning + * of the returned heartbeat message: type-1 byte; version-2 bytes; + * sequence number-8 bytes; length-2 bytes And then skipping the 1-byte + * type encoded by process_heartbeat for a total of 14 bytes, at which + * point we can grab the length and the payload we seek. + */ + fixture.return_payload_offset = 14; + return fixture; +} /* Needed by ssl3_write_bytes() */ -static int dummy_handshake(SSL* s) - { - return 1; - } - -static HEARTBEAT_TEST_FIXTURE set_up_tls(const char* const test_case_name) - { - HEARTBEAT_TEST_FIXTURE fixture = set_up(test_case_name, - TLSv1_server_method()); - fixture.process_heartbeat = tls1_process_heartbeat; - fixture.s->handshake_func = dummy_handshake; - - /* As per do_ssl3_write(), skipping the following from the beginning of - * the returned heartbeat message: - * type-1 byte; version-2 bytes; length-2 bytes - * - * And then skipping the 1-byte type encoded by process_heartbeat for - * a total of 6 bytes, at which point we can grab the length and the payload - * we seek. - */ - fixture.return_payload_offset = 6; - return fixture; - } +static int dummy_handshake(SSL *s) +{ + return 1; +} + +static HEARTBEAT_TEST_FIXTURE set_up_tls(const char *const test_case_name) +{ + HEARTBEAT_TEST_FIXTURE fixture = set_up(test_case_name, + TLSv1_server_method()); + fixture.process_heartbeat = tls1_process_heartbeat; + fixture.s->handshake_func = dummy_handshake; + + /* + * As per do_ssl3_write(), skipping the following from the beginning of + * the returned heartbeat message: type-1 byte; version-2 bytes; length-2 + * bytes And then skipping the 1-byte type encoded by process_heartbeat + * for a total of 6 bytes, at which point we can grab the length and the + * payload we seek. + */ + fixture.return_payload_offset = 6; + return fixture; +} static void tear_down(HEARTBEAT_TEST_FIXTURE fixture) - { - ERR_print_errors_fp(stderr); - SSL_free(fixture.s); - SSL_CTX_free(fixture.ctx); - } - -static void print_payload(const char* const prefix, - const unsigned char *payload, const int n) - { - const int end = n < MAX_PRINTABLE_CHARACTERS ? n - : MAX_PRINTABLE_CHARACTERS; - int i = 0; - - printf("%s %d character%s", prefix, n, n == 1 ? "" : "s"); - if (end != n) printf(" (first %d shown)", end); - printf("\n \""); - - for (; i != end; ++i) - { - const unsigned char c = payload[i]; - if (isprint(c)) fputc(c, stdout); - else printf("\\x%02x", c); - } - printf("\"\n"); - } +{ + ERR_print_errors_fp(stderr); + SSL_free(fixture.s); + SSL_CTX_free(fixture.ctx); +} + +static void print_payload(const char *const prefix, + const unsigned char *payload, const int n) +{ + const int end = n < MAX_PRINTABLE_CHARACTERS ? n + : MAX_PRINTABLE_CHARACTERS; + int i = 0; + + printf("%s %d character%s", prefix, n, n == 1 ? "" : "s"); + if (end != n) + printf(" (first %d shown)", end); + printf("\n \""); + + for (; i != end; ++i) { + const unsigned char c = payload[i]; + if (isprint(c)) + fputc(c, stdout); + else + printf("\\x%02x", c); + } + printf("\"\n"); +} static int execute_heartbeat(HEARTBEAT_TEST_FIXTURE fixture) - { - int result = 0; - SSL* s = fixture.s; - unsigned char *payload = fixture.payload; - unsigned char sent_buf[MAX_PRINTABLE_CHARACTERS + 1]; - int return_value; - unsigned const char *p; - int actual_payload_len; - - s->s3->rrec.data = payload; - s->s3->rrec.length = strlen((const char*)payload); - *payload++ = TLS1_HB_REQUEST; - s2n(fixture.sent_payload_len, payload); - - /* Make a local copy of the request, since it gets overwritten at some - * point */ - memcpy((char *)sent_buf, (const char*)payload, sizeof(sent_buf)); - - return_value = fixture.process_heartbeat(s); - - if (return_value != fixture.expected_return_value) - { - printf("%s failed: expected return value %d, received %d\n", - fixture.test_case_name, fixture.expected_return_value, - return_value); - result = 1; - } - - /* If there is any byte alignment, it will be stored in wbuf.offset. */ - p = &(s->s3->wbuf.buf[ - fixture.return_payload_offset + s->s3->wbuf.offset]); - actual_payload_len = 0; - n2s(p, actual_payload_len); - - if (actual_payload_len != fixture.expected_payload_len) - { - printf("%s failed:\n expected payload len: %d\n received: %d\n", - fixture.test_case_name, fixture.expected_payload_len, - actual_payload_len); - print_payload("sent", sent_buf, strlen((const char*)sent_buf)); - print_payload("received", p, actual_payload_len); - result = 1; - } - else - { - char* actual_payload = BUF_strndup((const char*)p, actual_payload_len); - if (strcmp(actual_payload, fixture.expected_return_payload) != 0) - { - printf("%s failed:\n expected payload: \"%s\"\n received: \"%s\"\n", - fixture.test_case_name, fixture.expected_return_payload, - actual_payload); - result = 1; - } - OPENSSL_free(actual_payload); - } - - if (result != 0) - { - printf("** %s failed **\n--------\n", fixture.test_case_name); - } - return result; - } +{ + int result = 0; + SSL *s = fixture.s; + unsigned char *payload = fixture.payload; + unsigned char sent_buf[MAX_PRINTABLE_CHARACTERS + 1]; + int return_value; + unsigned const char *p; + int actual_payload_len; + + s->s3->rrec.data = payload; + s->s3->rrec.length = strlen((const char *)payload); + *payload++ = TLS1_HB_REQUEST; + s2n(fixture.sent_payload_len, payload); + + /* + * Make a local copy of the request, since it gets overwritten at some + * point + */ + memcpy((char *)sent_buf, (const char *)payload, sizeof(sent_buf)); + + return_value = fixture.process_heartbeat(s); + + if (return_value != fixture.expected_return_value) { + printf("%s failed: expected return value %d, received %d\n", + fixture.test_case_name, fixture.expected_return_value, + return_value); + result = 1; + } + + /* + * If there is any byte alignment, it will be stored in wbuf.offset. + */ + p = &(s->s3-> + wbuf.buf[fixture.return_payload_offset + s->s3->wbuf.offset]); + actual_payload_len = 0; + n2s(p, actual_payload_len); + + if (actual_payload_len != fixture.expected_payload_len) { + printf("%s failed:\n expected payload len: %d\n received: %d\n", + fixture.test_case_name, fixture.expected_payload_len, + actual_payload_len); + print_payload("sent", sent_buf, strlen((const char *)sent_buf)); + print_payload("received", p, actual_payload_len); + result = 1; + } else { + char *actual_payload = + BUF_strndup((const char *)p, actual_payload_len); + if (strcmp(actual_payload, fixture.expected_return_payload) != 0) { + printf + ("%s failed:\n expected payload: \"%s\"\n received: \"%s\"\n", + fixture.test_case_name, fixture.expected_return_payload, + actual_payload); + result = 1; + } + OPENSSL_free(actual_payload); + } + + if (result != 0) { + printf("** %s failed **\n--------\n", fixture.test_case_name); + } + return result; +} static int honest_payload_size(unsigned char payload_buf[]) - { - /* Omit three-byte pad at the beginning for type and payload length */ - return strlen((const char*)&payload_buf[3]) - MIN_PADDING_SIZE; - } +{ + /* Omit three-byte pad at the beginning for type and payload length */ + return strlen((const char *)&payload_buf[3]) - MIN_PADDING_SIZE; +} -#define SETUP_HEARTBEAT_TEST_FIXTURE(type)\ +# define SETUP_HEARTBEAT_TEST_FIXTURE(type)\ SETUP_TEST_FIXTURE(HEARTBEAT_TEST_FIXTURE, set_up_##type) -#define EXECUTE_HEARTBEAT_TEST()\ +# define EXECUTE_HEARTBEAT_TEST()\ EXECUTE_TEST(execute_heartbeat, tear_down) static int test_dtls1_not_bleeding() - { - SETUP_HEARTBEAT_TEST_FIXTURE(dtls); - /* Three-byte pad at the beginning for type and payload length */ - unsigned char payload_buf[] = " Not bleeding, sixteen spaces of padding" - " "; - const int payload_buf_len = honest_payload_size(payload_buf); - - fixture.payload = &payload_buf[0]; - fixture.sent_payload_len = payload_buf_len; - fixture.expected_return_value = 0; - fixture.expected_payload_len = payload_buf_len; - fixture.expected_return_payload = "Not bleeding, sixteen spaces of padding"; - EXECUTE_HEARTBEAT_TEST(); - } +{ + SETUP_HEARTBEAT_TEST_FIXTURE(dtls); + /* Three-byte pad at the beginning for type and payload length */ + unsigned char payload_buf[MAX_PRINTABLE_CHARACTERS + 4] = + " Not bleeding, sixteen spaces of padding" " "; + const int payload_buf_len = honest_payload_size(payload_buf); + + fixture.payload = &payload_buf[0]; + fixture.sent_payload_len = payload_buf_len; + fixture.expected_return_value = 0; + fixture.expected_payload_len = payload_buf_len; + fixture.expected_return_payload = + "Not bleeding, sixteen spaces of padding"; + EXECUTE_HEARTBEAT_TEST(); +} static int test_dtls1_not_bleeding_empty_payload() - { - int payload_buf_len; - - SETUP_HEARTBEAT_TEST_FIXTURE(dtls); - /* Three-byte pad at the beginning for type and payload length, plus a NUL - * at the end */ - unsigned char payload_buf[4 + MIN_PADDING_SIZE]; - memset(payload_buf, ' ', sizeof(payload_buf)); - payload_buf[sizeof(payload_buf) - 1] = '\0'; - payload_buf_len = honest_payload_size(payload_buf); - - fixture.payload = &payload_buf[0]; - fixture.sent_payload_len = payload_buf_len; - fixture.expected_return_value = 0; - fixture.expected_payload_len = payload_buf_len; - fixture.expected_return_payload = ""; - EXECUTE_HEARTBEAT_TEST(); - } +{ + int payload_buf_len; + + SETUP_HEARTBEAT_TEST_FIXTURE(dtls); + /* + * Three-byte pad at the beginning for type and payload length, plus a + * NUL at the end + */ + unsigned char payload_buf[4 + MAX_PRINTABLE_CHARACTERS]; + memset(payload_buf, ' ', MIN_PADDING_SIZE + 3); + payload_buf[MIN_PADDING_SIZE + 3] = '\0'; + payload_buf_len = honest_payload_size(payload_buf); + + fixture.payload = &payload_buf[0]; + fixture.sent_payload_len = payload_buf_len; + fixture.expected_return_value = 0; + fixture.expected_payload_len = payload_buf_len; + fixture.expected_return_payload = ""; + EXECUTE_HEARTBEAT_TEST(); +} static int test_dtls1_heartbleed() - { - SETUP_HEARTBEAT_TEST_FIXTURE(dtls); - /* Three-byte pad at the beginning for type and payload length */ - unsigned char payload_buf[] = " HEARTBLEED "; - - fixture.payload = &payload_buf[0]; - fixture.sent_payload_len = MAX_PRINTABLE_CHARACTERS; - fixture.expected_return_value = 0; - fixture.expected_payload_len = 0; - fixture.expected_return_payload = ""; - EXECUTE_HEARTBEAT_TEST(); - } +{ + SETUP_HEARTBEAT_TEST_FIXTURE(dtls); + /* Three-byte pad at the beginning for type and payload length */ + unsigned char payload_buf[4 + MAX_PRINTABLE_CHARACTERS] = + " HEARTBLEED "; + + fixture.payload = &payload_buf[0]; + fixture.sent_payload_len = MAX_PRINTABLE_CHARACTERS; + fixture.expected_return_value = 0; + fixture.expected_payload_len = 0; + fixture.expected_return_payload = ""; + EXECUTE_HEARTBEAT_TEST(); +} static int test_dtls1_heartbleed_empty_payload() - { - SETUP_HEARTBEAT_TEST_FIXTURE(dtls); - /* Excluding the NUL at the end, one byte short of type + payload length + - * minimum padding */ - unsigned char payload_buf[MIN_PADDING_SIZE + 3]; - memset(payload_buf, ' ', sizeof(payload_buf)); - payload_buf[sizeof(payload_buf) - 1] = '\0'; - - fixture.payload = &payload_buf[0]; - fixture.sent_payload_len = MAX_PRINTABLE_CHARACTERS; - fixture.expected_return_value = 0; - fixture.expected_payload_len = 0; - fixture.expected_return_payload = ""; - EXECUTE_HEARTBEAT_TEST(); - } +{ + SETUP_HEARTBEAT_TEST_FIXTURE(dtls); + /* + * Excluding the NUL at the end, one byte short of type + payload length + * + minimum padding + */ + unsigned char payload_buf[MAX_PRINTABLE_CHARACTERS + 4]; + memset(payload_buf, ' ', MIN_PADDING_SIZE + 2); + payload_buf[MIN_PADDING_SIZE + 2] = '\0'; + + fixture.payload = &payload_buf[0]; + fixture.sent_payload_len = MAX_PRINTABLE_CHARACTERS; + fixture.expected_return_value = 0; + fixture.expected_payload_len = 0; + fixture.expected_return_payload = ""; + EXECUTE_HEARTBEAT_TEST(); +} static int test_dtls1_heartbleed_excessive_plaintext_length() - { - SETUP_HEARTBEAT_TEST_FIXTURE(dtls); - /* Excluding the NUL at the end, one byte in excess of maximum allowed - * heartbeat message length */ - unsigned char payload_buf[SSL3_RT_MAX_PLAIN_LENGTH + 2]; - memset(payload_buf, ' ', sizeof(payload_buf)); - payload_buf[sizeof(payload_buf) - 1] = '\0'; - - fixture.payload = &payload_buf[0]; - fixture.sent_payload_len = honest_payload_size(payload_buf); - fixture.expected_return_value = 0; - fixture.expected_payload_len = 0; - fixture.expected_return_payload = ""; - EXECUTE_HEARTBEAT_TEST(); - } +{ + SETUP_HEARTBEAT_TEST_FIXTURE(dtls); + /* + * Excluding the NUL at the end, one byte in excess of maximum allowed + * heartbeat message length + */ + unsigned char payload_buf[SSL3_RT_MAX_PLAIN_LENGTH + 2]; + memset(payload_buf, ' ', sizeof(payload_buf)); + payload_buf[sizeof(payload_buf) - 1] = '\0'; + + fixture.payload = &payload_buf[0]; + fixture.sent_payload_len = honest_payload_size(payload_buf); + fixture.expected_return_value = 0; + fixture.expected_payload_len = 0; + fixture.expected_return_payload = ""; + EXECUTE_HEARTBEAT_TEST(); +} static int test_tls1_not_bleeding() - { - SETUP_HEARTBEAT_TEST_FIXTURE(tls); - /* Three-byte pad at the beginning for type and payload length */ - unsigned char payload_buf[] = " Not bleeding, sixteen spaces of padding" - " "; - const int payload_buf_len = honest_payload_size(payload_buf); - - fixture.payload = &payload_buf[0]; - fixture.sent_payload_len = payload_buf_len; - fixture.expected_return_value = 0; - fixture.expected_payload_len = payload_buf_len; - fixture.expected_return_payload = "Not bleeding, sixteen spaces of padding"; - EXECUTE_HEARTBEAT_TEST(); - } +{ + SETUP_HEARTBEAT_TEST_FIXTURE(tls); + /* Three-byte pad at the beginning for type and payload length */ + unsigned char payload_buf[MAX_PRINTABLE_CHARACTERS + 4] = + " Not bleeding, sixteen spaces of padding" " "; + const int payload_buf_len = honest_payload_size(payload_buf); + + fixture.payload = &payload_buf[0]; + fixture.sent_payload_len = payload_buf_len; + fixture.expected_return_value = 0; + fixture.expected_payload_len = payload_buf_len; + fixture.expected_return_payload = + "Not bleeding, sixteen spaces of padding"; + EXECUTE_HEARTBEAT_TEST(); +} static int test_tls1_not_bleeding_empty_payload() - { - int payload_buf_len; - - SETUP_HEARTBEAT_TEST_FIXTURE(tls); - /* Three-byte pad at the beginning for type and payload length, plus a NUL - * at the end */ - unsigned char payload_buf[4 + MIN_PADDING_SIZE]; - memset(payload_buf, ' ', sizeof(payload_buf)); - payload_buf[sizeof(payload_buf) - 1] = '\0'; - payload_buf_len = honest_payload_size(payload_buf); - - fixture.payload = &payload_buf[0]; - fixture.sent_payload_len = payload_buf_len; - fixture.expected_return_value = 0; - fixture.expected_payload_len = payload_buf_len; - fixture.expected_return_payload = ""; - EXECUTE_HEARTBEAT_TEST(); - } +{ + int payload_buf_len; + + SETUP_HEARTBEAT_TEST_FIXTURE(tls); + /* + * Three-byte pad at the beginning for type and payload length, plus a + * NUL at the end + */ + unsigned char payload_buf[4 + MAX_PRINTABLE_CHARACTERS]; + memset(payload_buf, ' ', MIN_PADDING_SIZE + 3); + payload_buf[MIN_PADDING_SIZE + 3] = '\0'; + payload_buf_len = honest_payload_size(payload_buf); + + fixture.payload = &payload_buf[0]; + fixture.sent_payload_len = payload_buf_len; + fixture.expected_return_value = 0; + fixture.expected_payload_len = payload_buf_len; + fixture.expected_return_payload = ""; + EXECUTE_HEARTBEAT_TEST(); +} static int test_tls1_heartbleed() - { - SETUP_HEARTBEAT_TEST_FIXTURE(tls); - /* Three-byte pad at the beginning for type and payload length */ - unsigned char payload_buf[] = " HEARTBLEED "; - - fixture.payload = &payload_buf[0]; - fixture.sent_payload_len = MAX_PRINTABLE_CHARACTERS; - fixture.expected_return_value = 0; - fixture.expected_payload_len = 0; - fixture.expected_return_payload = ""; - EXECUTE_HEARTBEAT_TEST(); - } +{ + SETUP_HEARTBEAT_TEST_FIXTURE(tls); + /* Three-byte pad at the beginning for type and payload length */ + unsigned char payload_buf[MAX_PRINTABLE_CHARACTERS + 4] = + " HEARTBLEED "; + + fixture.payload = &payload_buf[0]; + fixture.sent_payload_len = MAX_PRINTABLE_CHARACTERS; + fixture.expected_return_value = 0; + fixture.expected_payload_len = 0; + fixture.expected_return_payload = ""; + EXECUTE_HEARTBEAT_TEST(); +} static int test_tls1_heartbleed_empty_payload() - { - SETUP_HEARTBEAT_TEST_FIXTURE(tls); - /* Excluding the NUL at the end, one byte short of type + payload length + - * minimum padding */ - unsigned char payload_buf[MIN_PADDING_SIZE + 3]; - memset(payload_buf, ' ', sizeof(payload_buf)); - payload_buf[sizeof(payload_buf) - 1] = '\0'; - - fixture.payload = &payload_buf[0]; - fixture.sent_payload_len = MAX_PRINTABLE_CHARACTERS; - fixture.expected_return_value = 0; - fixture.expected_payload_len = 0; - fixture.expected_return_payload = ""; - EXECUTE_HEARTBEAT_TEST(); - } - -#undef EXECUTE_HEARTBEAT_TEST -#undef SETUP_HEARTBEAT_TEST_FIXTURE +{ + SETUP_HEARTBEAT_TEST_FIXTURE(tls); + /* + * Excluding the NUL at the end, one byte short of type + payload length + * + minimum padding + */ + unsigned char payload_buf[MAX_PRINTABLE_CHARACTERS + 4]; + memset(payload_buf, ' ', MIN_PADDING_SIZE + 2); + payload_buf[MIN_PADDING_SIZE + 2] = '\0'; + + fixture.payload = &payload_buf[0]; + fixture.sent_payload_len = MAX_PRINTABLE_CHARACTERS; + fixture.expected_return_value = 0; + fixture.expected_payload_len = 0; + fixture.expected_return_payload = ""; + EXECUTE_HEARTBEAT_TEST(); +} + +# undef EXECUTE_HEARTBEAT_TEST +# undef SETUP_HEARTBEAT_TEST_FIXTURE int main(int argc, char *argv[]) - { - int num_failed; - - SSL_library_init(); - SSL_load_error_strings(); - - num_failed = test_dtls1_not_bleeding() + - test_dtls1_not_bleeding_empty_payload() + - test_dtls1_heartbleed() + - test_dtls1_heartbleed_empty_payload() + - /* The following test causes an assertion failure at - * ssl/d1_pkt.c:dtls1_write_bytes() in versions prior to 1.0.1g: */ - (OPENSSL_VERSION_NUMBER >= 0x1000107fL ? - test_dtls1_heartbleed_excessive_plaintext_length() : 0) + - test_tls1_not_bleeding() + - test_tls1_not_bleeding_empty_payload() + - test_tls1_heartbleed() + - test_tls1_heartbleed_empty_payload() + - 0; - - ERR_print_errors_fp(stderr); - - if (num_failed != 0) - { - printf("%d test%s failed\n", num_failed, num_failed != 1 ? "s" : ""); - return EXIT_FAILURE; - } - return EXIT_SUCCESS; - } - -#else /* OPENSSL_NO_HEARTBEATS*/ +{ + int num_failed; + + SSL_library_init(); + SSL_load_error_strings(); + + num_failed = test_dtls1_not_bleeding() + + test_dtls1_not_bleeding_empty_payload() + + test_dtls1_heartbleed() + test_dtls1_heartbleed_empty_payload() + + /* + * The following test causes an assertion failure at + * ssl/d1_pkt.c:dtls1_write_bytes() in versions prior to 1.0.1g: + */ + (OPENSSL_VERSION_NUMBER >= 0x1000107fL ? + test_dtls1_heartbleed_excessive_plaintext_length() : 0) + + test_tls1_not_bleeding() + + test_tls1_not_bleeding_empty_payload() + + test_tls1_heartbleed() + test_tls1_heartbleed_empty_payload() + 0; + + ERR_print_errors_fp(stderr); + + if (num_failed != 0) { + printf("%d test%s failed\n", num_failed, num_failed != 1 ? "s" : ""); + return EXIT_FAILURE; + } + return EXIT_SUCCESS; +} + +#else /* OPENSSL_NO_HEARTBEATS */ int main(int argc, char *argv[]) - { - return EXIT_SUCCESS; - } -#endif /* OPENSSL_NO_HEARTBEATS */ +{ + return EXIT_SUCCESS; +} +#endif /* OPENSSL_NO_HEARTBEATS */ diff --git a/openssl/ssl/kssl.c b/openssl/ssl/kssl.c index fd7c67bb1..cf585679d 100644 --- a/openssl/ssl/kssl.c +++ b/openssl/ssl/kssl.c @@ -1,5 +1,7 @@ /* ssl/kssl.c -*- mode: C; c-file-style: "eay" -*- */ -/* Written by Vern Staats for the OpenSSL project 2000. +/* + * Written by Vern Staats for the OpenSSL project + * 2000. */ /* ==================================================================== * Copyright (c) 2000 The OpenSSL Project. All rights reserved. @@ -9,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -55,22 +57,22 @@ * */ - -/* ssl/kssl.c -- Routines to support (& debug) Kerberos5 auth for openssl -** -** 19990701 VRS Started. -** 200011?? Jeffrey Altman, Richard Levitte -** Generalized for Heimdal, Newer MIT, & Win32. -** Integrated into main OpenSSL 0.9.7 snapshots. -** 20010413 Simon Wilkinson, VRS -** Real RFC2712 KerberosWrapper replaces AP_REQ. -*/ +/*- + * ssl/kssl.c -- Routines to support (& debug) Kerberos5 auth for openssl + * + * 19990701 VRS Started. + * 200011?? Jeffrey Altman, Richard Levitte + * Generalized for Heimdal, Newer MIT, & Win32. + * Integrated into main OpenSSL 0.9.7 snapshots. + * 20010413 Simon Wilkinson, VRS + * Real RFC2712 KerberosWrapper replaces AP_REQ. + */ #include #include -#define KRB5_PRIVATE 1 +#define KRB5_PRIVATE 1 #include #include @@ -80,19 +82,19 @@ #ifndef OPENSSL_NO_KRB5 -#ifndef ENOMEM -#define ENOMEM KRB5KRB_ERR_GENERIC -#endif +# ifndef ENOMEM +# define ENOMEM KRB5KRB_ERR_GENERIC +# endif -/* +/* * When OpenSSL is built on Windows, we do not want to require that * the Kerberos DLLs be available in order for the OpenSSL DLLs to * work. Therefore, all Kerberos routines are loaded at run time * and we do not link to a .LIB file. */ -#if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_WIN32) -/* +# if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_WIN32) +/* * The purpose of the following pre-processor statements is to provide * compatibility with different releases of MIT Kerberos for Windows. * All versions up to 1.2 used macros. But macros do not allow for @@ -101,2121 +103,2158 @@ * an OpenSSL DLL built on Windows to work whether or not the macro * or function form of the routines are utilized. */ -#ifdef krb5_cc_get_principal -#define NO_DEF_KRB5_CCACHE -#undef krb5_cc_get_principal -#endif -#define krb5_cc_get_principal kssl_krb5_cc_get_principal - -#define krb5_free_data_contents kssl_krb5_free_data_contents -#define krb5_free_context kssl_krb5_free_context -#define krb5_auth_con_free kssl_krb5_auth_con_free -#define krb5_free_principal kssl_krb5_free_principal -#define krb5_mk_req_extended kssl_krb5_mk_req_extended -#define krb5_get_credentials kssl_krb5_get_credentials -#define krb5_cc_default kssl_krb5_cc_default -#define krb5_sname_to_principal kssl_krb5_sname_to_principal -#define krb5_init_context kssl_krb5_init_context -#define krb5_free_ticket kssl_krb5_free_ticket -#define krb5_rd_req kssl_krb5_rd_req -#define krb5_kt_default kssl_krb5_kt_default -#define krb5_kt_resolve kssl_krb5_kt_resolve +# ifdef krb5_cc_get_principal +# define NO_DEF_KRB5_CCACHE +# undef krb5_cc_get_principal +# endif +# define krb5_cc_get_principal kssl_krb5_cc_get_principal + +# define krb5_free_data_contents kssl_krb5_free_data_contents +# define krb5_free_context kssl_krb5_free_context +# define krb5_auth_con_free kssl_krb5_auth_con_free +# define krb5_free_principal kssl_krb5_free_principal +# define krb5_mk_req_extended kssl_krb5_mk_req_extended +# define krb5_get_credentials kssl_krb5_get_credentials +# define krb5_cc_default kssl_krb5_cc_default +# define krb5_sname_to_principal kssl_krb5_sname_to_principal +# define krb5_init_context kssl_krb5_init_context +# define krb5_free_ticket kssl_krb5_free_ticket +# define krb5_rd_req kssl_krb5_rd_req +# define krb5_kt_default kssl_krb5_kt_default +# define krb5_kt_resolve kssl_krb5_kt_resolve /* macros in mit 1.2.2 and earlier; functions in mit 1.2.3 and greater */ -#ifndef krb5_kt_close -#define krb5_kt_close kssl_krb5_kt_close -#endif /* krb5_kt_close */ -#ifndef krb5_kt_get_entry -#define krb5_kt_get_entry kssl_krb5_kt_get_entry -#endif /* krb5_kt_get_entry */ -#define krb5_auth_con_init kssl_krb5_auth_con_init - -#define krb5_principal_compare kssl_krb5_principal_compare -#define krb5_decrypt_tkt_part kssl_krb5_decrypt_tkt_part -#define krb5_timeofday kssl_krb5_timeofday -#define krb5_rc_default kssl_krb5_rc_default - -#ifdef krb5_rc_initialize -#undef krb5_rc_initialize -#endif -#define krb5_rc_initialize kssl_krb5_rc_initialize - -#ifdef krb5_rc_get_lifespan -#undef krb5_rc_get_lifespan -#endif -#define krb5_rc_get_lifespan kssl_krb5_rc_get_lifespan - -#ifdef krb5_rc_destroy -#undef krb5_rc_destroy -#endif -#define krb5_rc_destroy kssl_krb5_rc_destroy - -#define valid_cksumtype kssl_valid_cksumtype -#define krb5_checksum_size kssl_krb5_checksum_size -#define krb5_kt_free_entry kssl_krb5_kt_free_entry -#define krb5_auth_con_setrcache kssl_krb5_auth_con_setrcache -#define krb5_auth_con_getrcache kssl_krb5_auth_con_getrcache -#define krb5_get_server_rcache kssl_krb5_get_server_rcache +# ifndef krb5_kt_close +# define krb5_kt_close kssl_krb5_kt_close +# endif /* krb5_kt_close */ +# ifndef krb5_kt_get_entry +# define krb5_kt_get_entry kssl_krb5_kt_get_entry +# endif /* krb5_kt_get_entry */ +# define krb5_auth_con_init kssl_krb5_auth_con_init + +# define krb5_principal_compare kssl_krb5_principal_compare +# define krb5_decrypt_tkt_part kssl_krb5_decrypt_tkt_part +# define krb5_timeofday kssl_krb5_timeofday +# define krb5_rc_default kssl_krb5_rc_default + +# ifdef krb5_rc_initialize +# undef krb5_rc_initialize +# endif +# define krb5_rc_initialize kssl_krb5_rc_initialize + +# ifdef krb5_rc_get_lifespan +# undef krb5_rc_get_lifespan +# endif +# define krb5_rc_get_lifespan kssl_krb5_rc_get_lifespan + +# ifdef krb5_rc_destroy +# undef krb5_rc_destroy +# endif +# define krb5_rc_destroy kssl_krb5_rc_destroy + +# define valid_cksumtype kssl_valid_cksumtype +# define krb5_checksum_size kssl_krb5_checksum_size +# define krb5_kt_free_entry kssl_krb5_kt_free_entry +# define krb5_auth_con_setrcache kssl_krb5_auth_con_setrcache +# define krb5_auth_con_getrcache kssl_krb5_auth_con_getrcache +# define krb5_get_server_rcache kssl_krb5_get_server_rcache /* Prototypes for built in stubs */ void kssl_krb5_free_data_contents(krb5_context, krb5_data *); -void kssl_krb5_free_principal(krb5_context, krb5_principal ); +void kssl_krb5_free_principal(krb5_context, krb5_principal); krb5_error_code kssl_krb5_kt_resolve(krb5_context, - krb5_const char *, - krb5_keytab *); -krb5_error_code kssl_krb5_kt_default(krb5_context, - krb5_keytab *); + krb5_const char *, krb5_keytab *); +krb5_error_code kssl_krb5_kt_default(krb5_context, krb5_keytab *); krb5_error_code kssl_krb5_free_ticket(krb5_context, krb5_ticket *); -krb5_error_code kssl_krb5_rd_req(krb5_context, krb5_auth_context *, +krb5_error_code kssl_krb5_rd_req(krb5_context, krb5_auth_context *, krb5_const krb5_data *, - krb5_const_principal, krb5_keytab, - krb5_flags *,krb5_ticket **); + krb5_const_principal, krb5_keytab, + krb5_flags *, krb5_ticket **); krb5_boolean kssl_krb5_principal_compare(krb5_context, krb5_const_principal, krb5_const_principal); krb5_error_code kssl_krb5_mk_req_extended(krb5_context, - krb5_auth_context *, + krb5_auth_context *, krb5_const krb5_flags, - krb5_data *, - krb5_creds *, - krb5_data * ); + krb5_data *, + krb5_creds *, krb5_data *); krb5_error_code kssl_krb5_init_context(krb5_context *); void kssl_krb5_free_context(krb5_context); -krb5_error_code kssl_krb5_cc_default(krb5_context,krb5_ccache *); +krb5_error_code kssl_krb5_cc_default(krb5_context, krb5_ccache *); krb5_error_code kssl_krb5_sname_to_principal(krb5_context, - krb5_const char *, - krb5_const char *, - krb5_int32, - krb5_principal *); + krb5_const char *, + krb5_const char *, + krb5_int32, krb5_principal *); krb5_error_code kssl_krb5_get_credentials(krb5_context, krb5_const krb5_flags, krb5_ccache, - krb5_creds *, - krb5_creds * *); -krb5_error_code kssl_krb5_auth_con_init(krb5_context, - krb5_auth_context *); -krb5_error_code kssl_krb5_cc_get_principal(krb5_context context, + krb5_creds *, krb5_creds * *); +krb5_error_code kssl_krb5_auth_con_init(krb5_context, krb5_auth_context *); +krb5_error_code kssl_krb5_cc_get_principal(krb5_context context, krb5_ccache cache, krb5_principal *principal); -krb5_error_code kssl_krb5_auth_con_free(krb5_context,krb5_auth_context); -size_t kssl_krb5_checksum_size(krb5_context context,krb5_cksumtype ctype); +krb5_error_code kssl_krb5_auth_con_free(krb5_context, krb5_auth_context); +size_t kssl_krb5_checksum_size(krb5_context context, krb5_cksumtype ctype); krb5_boolean kssl_valid_cksumtype(krb5_cksumtype ctype); -krb5_error_code krb5_kt_free_entry(krb5_context,krb5_keytab_entry FAR * ); -krb5_error_code kssl_krb5_auth_con_setrcache(krb5_context, - krb5_auth_context, - krb5_rcache); -krb5_error_code kssl_krb5_get_server_rcache(krb5_context, +krb5_error_code krb5_kt_free_entry(krb5_context, krb5_keytab_entry FAR *); +krb5_error_code kssl_krb5_auth_con_setrcache(krb5_context, + krb5_auth_context, krb5_rcache); +krb5_error_code kssl_krb5_get_server_rcache(krb5_context, krb5_const krb5_data *, krb5_rcache *); -krb5_error_code kssl_krb5_auth_con_getrcache(krb5_context, +krb5_error_code kssl_krb5_auth_con_getrcache(krb5_context, krb5_auth_context, krb5_rcache *); /* Function pointers (almost all Kerberos functions are _stdcall) */ -static void (_stdcall *p_krb5_free_data_contents)(krb5_context, krb5_data *) - =NULL; -static void (_stdcall *p_krb5_free_principal)(krb5_context, krb5_principal ) - =NULL; +static void (_stdcall *p_krb5_free_data_contents) (krb5_context, krb5_data *) + = NULL; +static void (_stdcall *p_krb5_free_principal) (krb5_context, krb5_principal) + = NULL; static krb5_error_code(_stdcall *p_krb5_kt_resolve) - (krb5_context, krb5_const char *, krb5_keytab *)=NULL; -static krb5_error_code (_stdcall *p_krb5_kt_default)(krb5_context, - krb5_keytab *)=NULL; -static krb5_error_code (_stdcall *p_krb5_free_ticket)(krb5_context, - krb5_ticket *)=NULL; -static krb5_error_code (_stdcall *p_krb5_rd_req)(krb5_context, - krb5_auth_context *, + (krb5_context, krb5_const char *, krb5_keytab *) = NULL; +static krb5_error_code(_stdcall *p_krb5_kt_default) (krb5_context, + krb5_keytab *) = NULL; +static krb5_error_code(_stdcall *p_krb5_free_ticket) (krb5_context, + krb5_ticket *) = NULL; +static krb5_error_code(_stdcall *p_krb5_rd_req) (krb5_context, + krb5_auth_context *, krb5_const krb5_data *, - krb5_const_principal, + krb5_const_principal, krb5_keytab, krb5_flags *, - krb5_ticket **)=NULL; -static krb5_error_code (_stdcall *p_krb5_mk_req_extended) - (krb5_context, krb5_auth_context *, - krb5_const krb5_flags, krb5_data *, krb5_creds *, - krb5_data * )=NULL; -static krb5_error_code (_stdcall *p_krb5_init_context)(krb5_context *)=NULL; -static void (_stdcall *p_krb5_free_context)(krb5_context)=NULL; -static krb5_error_code (_stdcall *p_krb5_cc_default)(krb5_context, - krb5_ccache *)=NULL; -static krb5_error_code (_stdcall *p_krb5_sname_to_principal) - (krb5_context, krb5_const char *, krb5_const char *, - krb5_int32, krb5_principal *)=NULL; -static krb5_error_code (_stdcall *p_krb5_get_credentials) - (krb5_context, krb5_const krb5_flags, krb5_ccache, - krb5_creds *, krb5_creds **)=NULL; -static krb5_error_code (_stdcall *p_krb5_auth_con_init) - (krb5_context, krb5_auth_context *)=NULL; -static krb5_error_code (_stdcall *p_krb5_cc_get_principal) - (krb5_context context, krb5_ccache cache, - krb5_principal *principal)=NULL; -static krb5_error_code (_stdcall *p_krb5_auth_con_free) - (krb5_context, krb5_auth_context)=NULL; -static krb5_error_code (_stdcall *p_krb5_decrypt_tkt_part) - (krb5_context, krb5_const krb5_keyblock *, - krb5_ticket *)=NULL; -static krb5_error_code (_stdcall *p_krb5_timeofday) - (krb5_context context, krb5_int32 *timeret)=NULL; -static krb5_error_code (_stdcall *p_krb5_rc_default) - (krb5_context context, krb5_rcache *rc)=NULL; -static krb5_error_code (_stdcall *p_krb5_rc_initialize) - (krb5_context context, krb5_rcache rc, - krb5_deltat lifespan)=NULL; -static krb5_error_code (_stdcall *p_krb5_rc_get_lifespan) - (krb5_context context, krb5_rcache rc, - krb5_deltat *lifespan)=NULL; -static krb5_error_code (_stdcall *p_krb5_rc_destroy) - (krb5_context context, krb5_rcache rc)=NULL; -static krb5_boolean (_stdcall *p_krb5_principal_compare) - (krb5_context, krb5_const_principal, krb5_const_principal)=NULL; -static size_t (_stdcall *p_krb5_checksum_size)(krb5_context context,krb5_cksumtype ctype)=NULL; -static krb5_boolean (_stdcall *p_valid_cksumtype)(krb5_cksumtype ctype)=NULL; -static krb5_error_code (_stdcall *p_krb5_kt_free_entry) - (krb5_context,krb5_keytab_entry * )=NULL; -static krb5_error_code (_stdcall * p_krb5_auth_con_setrcache)(krb5_context, - krb5_auth_context, - krb5_rcache)=NULL; -static krb5_error_code (_stdcall * p_krb5_get_server_rcache)(krb5_context, - krb5_const krb5_data *, - krb5_rcache *)=NULL; -static krb5_error_code (* p_krb5_auth_con_getrcache)(krb5_context, - krb5_auth_context, - krb5_rcache *)=NULL; -static krb5_error_code (_stdcall * p_krb5_kt_close)(krb5_context context, - krb5_keytab keytab)=NULL; -static krb5_error_code (_stdcall * p_krb5_kt_get_entry)(krb5_context context, - krb5_keytab keytab, - krb5_const_principal principal, krb5_kvno vno, - krb5_enctype enctype, krb5_keytab_entry *entry)=NULL; + krb5_ticket **) = NULL; +static krb5_error_code(_stdcall *p_krb5_mk_req_extended) + (krb5_context, krb5_auth_context *, + krb5_const krb5_flags, krb5_data *, krb5_creds *, krb5_data *) = NULL; +static krb5_error_code(_stdcall *p_krb5_init_context) (krb5_context *) = NULL; +static void (_stdcall *p_krb5_free_context) (krb5_context) = NULL; +static krb5_error_code(_stdcall *p_krb5_cc_default) (krb5_context, + krb5_ccache *) = NULL; +static krb5_error_code(_stdcall *p_krb5_sname_to_principal) + (krb5_context, krb5_const char *, krb5_const char *, + krb5_int32, krb5_principal *) = NULL; +static krb5_error_code(_stdcall *p_krb5_get_credentials) + (krb5_context, krb5_const krb5_flags, krb5_ccache, + krb5_creds *, krb5_creds **) = NULL; +static krb5_error_code(_stdcall *p_krb5_auth_con_init) + (krb5_context, krb5_auth_context *) = NULL; +static krb5_error_code(_stdcall *p_krb5_cc_get_principal) + (krb5_context context, krb5_ccache cache, krb5_principal *principal) = NULL; +static krb5_error_code(_stdcall *p_krb5_auth_con_free) + (krb5_context, krb5_auth_context) = NULL; +static krb5_error_code(_stdcall *p_krb5_decrypt_tkt_part) + (krb5_context, krb5_const krb5_keyblock *, krb5_ticket *) = NULL; +static krb5_error_code(_stdcall *p_krb5_timeofday) + (krb5_context context, krb5_int32 *timeret) = NULL; +static krb5_error_code(_stdcall *p_krb5_rc_default) + (krb5_context context, krb5_rcache *rc) = NULL; +static krb5_error_code(_stdcall *p_krb5_rc_initialize) + (krb5_context context, krb5_rcache rc, krb5_deltat lifespan) = NULL; +static krb5_error_code(_stdcall *p_krb5_rc_get_lifespan) + (krb5_context context, krb5_rcache rc, krb5_deltat *lifespan) = NULL; +static krb5_error_code(_stdcall *p_krb5_rc_destroy) + (krb5_context context, krb5_rcache rc) = NULL; +static krb5_boolean(_stdcall *p_krb5_principal_compare) + (krb5_context, krb5_const_principal, krb5_const_principal) = NULL; +static size_t (_stdcall *p_krb5_checksum_size) (krb5_context context, + krb5_cksumtype ctype) = NULL; +static krb5_boolean(_stdcall *p_valid_cksumtype) (krb5_cksumtype ctype) = + NULL; +static krb5_error_code(_stdcall *p_krb5_kt_free_entry) + (krb5_context, krb5_keytab_entry *) = NULL; +static krb5_error_code(_stdcall *p_krb5_auth_con_setrcache) (krb5_context, + krb5_auth_context, + krb5_rcache) = + NULL; +static krb5_error_code(_stdcall *p_krb5_get_server_rcache) (krb5_context, + krb5_const + krb5_data *, + krb5_rcache *) = + NULL; +static krb5_error_code(*p_krb5_auth_con_getrcache) (krb5_context, + krb5_auth_context, + krb5_rcache *) = NULL; +static krb5_error_code(_stdcall *p_krb5_kt_close) (krb5_context context, + krb5_keytab keytab) = NULL; +static krb5_error_code(_stdcall *p_krb5_kt_get_entry) (krb5_context context, + krb5_keytab keytab, + krb5_const_principal + principal, + krb5_kvno vno, + krb5_enctype enctype, + krb5_keytab_entry + *entry) = NULL; static int krb5_loaded = 0; /* only attempt to initialize func ptrs once */ /* Function to Load the Kerberos 5 DLL and initialize function pointers */ -void -load_krb5_dll(void) - { - HANDLE hKRB5_32; - - krb5_loaded++; - hKRB5_32 = LoadLibrary(TEXT("KRB5_32")); - if (!hKRB5_32) - return; - - (FARPROC) p_krb5_free_data_contents = - GetProcAddress( hKRB5_32, "krb5_free_data_contents" ); - (FARPROC) p_krb5_free_context = - GetProcAddress( hKRB5_32, "krb5_free_context" ); - (FARPROC) p_krb5_auth_con_free = - GetProcAddress( hKRB5_32, "krb5_auth_con_free" ); - (FARPROC) p_krb5_free_principal = - GetProcAddress( hKRB5_32, "krb5_free_principal" ); - (FARPROC) p_krb5_mk_req_extended = - GetProcAddress( hKRB5_32, "krb5_mk_req_extended" ); - (FARPROC) p_krb5_get_credentials = - GetProcAddress( hKRB5_32, "krb5_get_credentials" ); - (FARPROC) p_krb5_cc_get_principal = - GetProcAddress( hKRB5_32, "krb5_cc_get_principal" ); - (FARPROC) p_krb5_cc_default = - GetProcAddress( hKRB5_32, "krb5_cc_default" ); - (FARPROC) p_krb5_sname_to_principal = - GetProcAddress( hKRB5_32, "krb5_sname_to_principal" ); - (FARPROC) p_krb5_init_context = - GetProcAddress( hKRB5_32, "krb5_init_context" ); - (FARPROC) p_krb5_free_ticket = - GetProcAddress( hKRB5_32, "krb5_free_ticket" ); - (FARPROC) p_krb5_rd_req = - GetProcAddress( hKRB5_32, "krb5_rd_req" ); - (FARPROC) p_krb5_principal_compare = - GetProcAddress( hKRB5_32, "krb5_principal_compare" ); - (FARPROC) p_krb5_decrypt_tkt_part = - GetProcAddress( hKRB5_32, "krb5_decrypt_tkt_part" ); - (FARPROC) p_krb5_timeofday = - GetProcAddress( hKRB5_32, "krb5_timeofday" ); - (FARPROC) p_krb5_rc_default = - GetProcAddress( hKRB5_32, "krb5_rc_default" ); - (FARPROC) p_krb5_rc_initialize = - GetProcAddress( hKRB5_32, "krb5_rc_initialize" ); - (FARPROC) p_krb5_rc_get_lifespan = - GetProcAddress( hKRB5_32, "krb5_rc_get_lifespan" ); - (FARPROC) p_krb5_rc_destroy = - GetProcAddress( hKRB5_32, "krb5_rc_destroy" ); - (FARPROC) p_krb5_kt_default = - GetProcAddress( hKRB5_32, "krb5_kt_default" ); - (FARPROC) p_krb5_kt_resolve = - GetProcAddress( hKRB5_32, "krb5_kt_resolve" ); - (FARPROC) p_krb5_auth_con_init = - GetProcAddress( hKRB5_32, "krb5_auth_con_init" ); - (FARPROC) p_valid_cksumtype = - GetProcAddress( hKRB5_32, "valid_cksumtype" ); - (FARPROC) p_krb5_checksum_size = - GetProcAddress( hKRB5_32, "krb5_checksum_size" ); - (FARPROC) p_krb5_kt_free_entry = - GetProcAddress( hKRB5_32, "krb5_kt_free_entry" ); - (FARPROC) p_krb5_auth_con_setrcache = - GetProcAddress( hKRB5_32, "krb5_auth_con_setrcache" ); - (FARPROC) p_krb5_get_server_rcache = - GetProcAddress( hKRB5_32, "krb5_get_server_rcache" ); - (FARPROC) p_krb5_auth_con_getrcache = - GetProcAddress( hKRB5_32, "krb5_auth_con_getrcache" ); - (FARPROC) p_krb5_kt_close = - GetProcAddress( hKRB5_32, "krb5_kt_close" ); - (FARPROC) p_krb5_kt_get_entry = - GetProcAddress( hKRB5_32, "krb5_kt_get_entry" ); - } +void load_krb5_dll(void) +{ + HANDLE hKRB5_32; + + krb5_loaded++; + hKRB5_32 = LoadLibrary(TEXT("KRB5_32")); + if (!hKRB5_32) + return; + + (FARPROC) p_krb5_free_data_contents = + GetProcAddress(hKRB5_32, "krb5_free_data_contents"); + (FARPROC) p_krb5_free_context = + GetProcAddress(hKRB5_32, "krb5_free_context"); + (FARPROC) p_krb5_auth_con_free = + GetProcAddress(hKRB5_32, "krb5_auth_con_free"); + (FARPROC) p_krb5_free_principal = + GetProcAddress(hKRB5_32, "krb5_free_principal"); + (FARPROC) p_krb5_mk_req_extended = + GetProcAddress(hKRB5_32, "krb5_mk_req_extended"); + (FARPROC) p_krb5_get_credentials = + GetProcAddress(hKRB5_32, "krb5_get_credentials"); + (FARPROC) p_krb5_cc_get_principal = + GetProcAddress(hKRB5_32, "krb5_cc_get_principal"); + (FARPROC) p_krb5_cc_default = GetProcAddress(hKRB5_32, "krb5_cc_default"); + (FARPROC) p_krb5_sname_to_principal = + GetProcAddress(hKRB5_32, "krb5_sname_to_principal"); + (FARPROC) p_krb5_init_context = + GetProcAddress(hKRB5_32, "krb5_init_context"); + (FARPROC) p_krb5_free_ticket = + GetProcAddress(hKRB5_32, "krb5_free_ticket"); + (FARPROC) p_krb5_rd_req = GetProcAddress(hKRB5_32, "krb5_rd_req"); + (FARPROC) p_krb5_principal_compare = + GetProcAddress(hKRB5_32, "krb5_principal_compare"); + (FARPROC) p_krb5_decrypt_tkt_part = + GetProcAddress(hKRB5_32, "krb5_decrypt_tkt_part"); + (FARPROC) p_krb5_timeofday = GetProcAddress(hKRB5_32, "krb5_timeofday"); + (FARPROC) p_krb5_rc_default = GetProcAddress(hKRB5_32, "krb5_rc_default"); + (FARPROC) p_krb5_rc_initialize = + GetProcAddress(hKRB5_32, "krb5_rc_initialize"); + (FARPROC) p_krb5_rc_get_lifespan = + GetProcAddress(hKRB5_32, "krb5_rc_get_lifespan"); + (FARPROC) p_krb5_rc_destroy = GetProcAddress(hKRB5_32, "krb5_rc_destroy"); + (FARPROC) p_krb5_kt_default = GetProcAddress(hKRB5_32, "krb5_kt_default"); + (FARPROC) p_krb5_kt_resolve = GetProcAddress(hKRB5_32, "krb5_kt_resolve"); + (FARPROC) p_krb5_auth_con_init = + GetProcAddress(hKRB5_32, "krb5_auth_con_init"); + (FARPROC) p_valid_cksumtype = GetProcAddress(hKRB5_32, "valid_cksumtype"); + (FARPROC) p_krb5_checksum_size = + GetProcAddress(hKRB5_32, "krb5_checksum_size"); + (FARPROC) p_krb5_kt_free_entry = + GetProcAddress(hKRB5_32, "krb5_kt_free_entry"); + (FARPROC) p_krb5_auth_con_setrcache = + GetProcAddress(hKRB5_32, "krb5_auth_con_setrcache"); + (FARPROC) p_krb5_get_server_rcache = + GetProcAddress(hKRB5_32, "krb5_get_server_rcache"); + (FARPROC) p_krb5_auth_con_getrcache = + GetProcAddress(hKRB5_32, "krb5_auth_con_getrcache"); + (FARPROC) p_krb5_kt_close = GetProcAddress(hKRB5_32, "krb5_kt_close"); + (FARPROC) p_krb5_kt_get_entry = + GetProcAddress(hKRB5_32, "krb5_kt_get_entry"); +} /* Stubs for each function to be dynamicly loaded */ -void -kssl_krb5_free_data_contents(krb5_context CO, krb5_data * data) - { - if (!krb5_loaded) - load_krb5_dll(); +void kssl_krb5_free_data_contents(krb5_context CO, krb5_data *data) +{ + if (!krb5_loaded) + load_krb5_dll(); - if ( p_krb5_free_data_contents ) - p_krb5_free_data_contents(CO,data); - } + if (p_krb5_free_data_contents) + p_krb5_free_data_contents(CO, data); +} krb5_error_code -kssl_krb5_mk_req_extended (krb5_context CO, - krb5_auth_context * pACO, +kssl_krb5_mk_req_extended(krb5_context CO, + krb5_auth_context *pACO, krb5_const krb5_flags F, - krb5_data * pD1, - krb5_creds * pC, - krb5_data * pD2) - { - if (!krb5_loaded) - load_krb5_dll(); - - if ( p_krb5_mk_req_extended ) - return(p_krb5_mk_req_extended(CO,pACO,F,pD1,pC,pD2)); - else - return KRB5KRB_ERR_GENERIC; - } + krb5_data *pD1, krb5_creds *pC, krb5_data *pD2) +{ + if (!krb5_loaded) + load_krb5_dll(); + + if (p_krb5_mk_req_extended) + return (p_krb5_mk_req_extended(CO, pACO, F, pD1, pC, pD2)); + else + return KRB5KRB_ERR_GENERIC; +} + krb5_error_code -kssl_krb5_auth_con_init(krb5_context CO, - krb5_auth_context * pACO) - { - if (!krb5_loaded) - load_krb5_dll(); - - if ( p_krb5_auth_con_init ) - return(p_krb5_auth_con_init(CO,pACO)); - else - return KRB5KRB_ERR_GENERIC; - } +kssl_krb5_auth_con_init(krb5_context CO, krb5_auth_context *pACO) +{ + if (!krb5_loaded) + load_krb5_dll(); + + if (p_krb5_auth_con_init) + return (p_krb5_auth_con_init(CO, pACO)); + else + return KRB5KRB_ERR_GENERIC; +} + krb5_error_code -kssl_krb5_auth_con_free (krb5_context CO, - krb5_auth_context ACO) - { - if (!krb5_loaded) - load_krb5_dll(); - - if ( p_krb5_auth_con_free ) - return(p_krb5_auth_con_free(CO,ACO)); - else - return KRB5KRB_ERR_GENERIC; - } +kssl_krb5_auth_con_free(krb5_context CO, krb5_auth_context ACO) +{ + if (!krb5_loaded) + load_krb5_dll(); + + if (p_krb5_auth_con_free) + return (p_krb5_auth_con_free(CO, ACO)); + else + return KRB5KRB_ERR_GENERIC; +} + krb5_error_code kssl_krb5_get_credentials(krb5_context CO, - krb5_const krb5_flags F, - krb5_ccache CC, - krb5_creds * pCR, - krb5_creds ** ppCR) - { - if (!krb5_loaded) - load_krb5_dll(); - - if ( p_krb5_get_credentials ) - return(p_krb5_get_credentials(CO,F,CC,pCR,ppCR)); - else - return KRB5KRB_ERR_GENERIC; - } + krb5_const krb5_flags F, + krb5_ccache CC, krb5_creds *pCR, krb5_creds **ppCR) +{ + if (!krb5_loaded) + load_krb5_dll(); + + if (p_krb5_get_credentials) + return (p_krb5_get_credentials(CO, F, CC, pCR, ppCR)); + else + return KRB5KRB_ERR_GENERIC; +} + krb5_error_code kssl_krb5_sname_to_principal(krb5_context CO, - krb5_const char * pC1, - krb5_const char * pC2, - krb5_int32 I, - krb5_principal * pPR) - { - if (!krb5_loaded) - load_krb5_dll(); - - if ( p_krb5_sname_to_principal ) - return(p_krb5_sname_to_principal(CO,pC1,pC2,I,pPR)); - else - return KRB5KRB_ERR_GENERIC; - } + krb5_const char *pC1, + krb5_const char *pC2, + krb5_int32 I, krb5_principal *pPR) +{ + if (!krb5_loaded) + load_krb5_dll(); -krb5_error_code -kssl_krb5_cc_default(krb5_context CO, - krb5_ccache * pCC) - { - if (!krb5_loaded) - load_krb5_dll(); - - if ( p_krb5_cc_default ) - return(p_krb5_cc_default(CO,pCC)); - else - return KRB5KRB_ERR_GENERIC; - } + if (p_krb5_sname_to_principal) + return (p_krb5_sname_to_principal(CO, pC1, pC2, I, pPR)); + else + return KRB5KRB_ERR_GENERIC; +} -krb5_error_code -kssl_krb5_init_context(krb5_context * pCO) - { - if (!krb5_loaded) - load_krb5_dll(); - - if ( p_krb5_init_context ) - return(p_krb5_init_context(pCO)); - else - return KRB5KRB_ERR_GENERIC; - } - -void -kssl_krb5_free_context(krb5_context CO) - { - if (!krb5_loaded) - load_krb5_dll(); - - if ( p_krb5_free_context ) - p_krb5_free_context(CO); - } - -void -kssl_krb5_free_principal(krb5_context c, krb5_principal p) - { - if (!krb5_loaded) - load_krb5_dll(); - - if ( p_krb5_free_principal ) - p_krb5_free_principal(c,p); - } +krb5_error_code kssl_krb5_cc_default(krb5_context CO, krb5_ccache *pCC) +{ + if (!krb5_loaded) + load_krb5_dll(); -krb5_error_code -kssl_krb5_kt_resolve(krb5_context con, - krb5_const char * sz, - krb5_keytab * kt) - { - if (!krb5_loaded) - load_krb5_dll(); - - if ( p_krb5_kt_resolve ) - return(p_krb5_kt_resolve(con,sz,kt)); - else - return KRB5KRB_ERR_GENERIC; - } + if (p_krb5_cc_default) + return (p_krb5_cc_default(CO, pCC)); + else + return KRB5KRB_ERR_GENERIC; +} -krb5_error_code -kssl_krb5_kt_default(krb5_context con, - krb5_keytab * kt) - { - if (!krb5_loaded) - load_krb5_dll(); - - if ( p_krb5_kt_default ) - return(p_krb5_kt_default(con,kt)); - else - return KRB5KRB_ERR_GENERIC; - } +krb5_error_code kssl_krb5_init_context(krb5_context *pCO) +{ + if (!krb5_loaded) + load_krb5_dll(); + + if (p_krb5_init_context) + return (p_krb5_init_context(pCO)); + else + return KRB5KRB_ERR_GENERIC; +} + +void kssl_krb5_free_context(krb5_context CO) +{ + if (!krb5_loaded) + load_krb5_dll(); + + if (p_krb5_free_context) + p_krb5_free_context(CO); +} + +void kssl_krb5_free_principal(krb5_context c, krb5_principal p) +{ + if (!krb5_loaded) + load_krb5_dll(); + + if (p_krb5_free_principal) + p_krb5_free_principal(c, p); +} krb5_error_code -kssl_krb5_free_ticket(krb5_context con, - krb5_ticket * kt) - { - if (!krb5_loaded) - load_krb5_dll(); - - if ( p_krb5_free_ticket ) - return(p_krb5_free_ticket(con,kt)); - else - return KRB5KRB_ERR_GENERIC; - } +kssl_krb5_kt_resolve(krb5_context con, krb5_const char *sz, krb5_keytab *kt) +{ + if (!krb5_loaded) + load_krb5_dll(); + + if (p_krb5_kt_resolve) + return (p_krb5_kt_resolve(con, sz, kt)); + else + return KRB5KRB_ERR_GENERIC; +} + +krb5_error_code kssl_krb5_kt_default(krb5_context con, krb5_keytab *kt) +{ + if (!krb5_loaded) + load_krb5_dll(); + + if (p_krb5_kt_default) + return (p_krb5_kt_default(con, kt)); + else + return KRB5KRB_ERR_GENERIC; +} + +krb5_error_code kssl_krb5_free_ticket(krb5_context con, krb5_ticket *kt) +{ + if (!krb5_loaded) + load_krb5_dll(); + + if (p_krb5_free_ticket) + return (p_krb5_free_ticket(con, kt)); + else + return KRB5KRB_ERR_GENERIC; +} krb5_error_code -kssl_krb5_rd_req(krb5_context con, krb5_auth_context * pacon, - krb5_const krb5_data * data, - krb5_const_principal princ, krb5_keytab keytab, - krb5_flags * flags, krb5_ticket ** pptkt) - { - if (!krb5_loaded) - load_krb5_dll(); - - if ( p_krb5_rd_req ) - return(p_krb5_rd_req(con,pacon,data,princ,keytab,flags,pptkt)); - else - return KRB5KRB_ERR_GENERIC; - } +kssl_krb5_rd_req(krb5_context con, krb5_auth_context *pacon, + krb5_const krb5_data *data, + krb5_const_principal princ, krb5_keytab keytab, + krb5_flags *flags, krb5_ticket **pptkt) +{ + if (!krb5_loaded) + load_krb5_dll(); + + if (p_krb5_rd_req) + return (p_krb5_rd_req(con, pacon, data, princ, keytab, flags, pptkt)); + else + return KRB5KRB_ERR_GENERIC; +} krb5_boolean krb5_principal_compare(krb5_context con, krb5_const_principal princ1, - krb5_const_principal princ2) - { - if (!krb5_loaded) - load_krb5_dll(); + krb5_const_principal princ2) +{ + if (!krb5_loaded) + load_krb5_dll(); - if ( p_krb5_principal_compare ) - return(p_krb5_principal_compare(con,princ1,princ2)); - else - return KRB5KRB_ERR_GENERIC; - } + if (p_krb5_principal_compare) + return (p_krb5_principal_compare(con, princ1, princ2)); + else + return KRB5KRB_ERR_GENERIC; +} krb5_error_code krb5_decrypt_tkt_part(krb5_context con, krb5_const krb5_keyblock *keys, - krb5_ticket *ticket) - { - if (!krb5_loaded) - load_krb5_dll(); + krb5_ticket *ticket) +{ + if (!krb5_loaded) + load_krb5_dll(); - if ( p_krb5_decrypt_tkt_part ) - return(p_krb5_decrypt_tkt_part(con,keys,ticket)); - else - return KRB5KRB_ERR_GENERIC; - } + if (p_krb5_decrypt_tkt_part) + return (p_krb5_decrypt_tkt_part(con, keys, ticket)); + else + return KRB5KRB_ERR_GENERIC; +} -krb5_error_code -krb5_timeofday(krb5_context con, krb5_int32 *timeret) - { - if (!krb5_loaded) - load_krb5_dll(); +krb5_error_code krb5_timeofday(krb5_context con, krb5_int32 *timeret) +{ + if (!krb5_loaded) + load_krb5_dll(); - if ( p_krb5_timeofday ) - return(p_krb5_timeofday(con,timeret)); - else - return KRB5KRB_ERR_GENERIC; - } + if (p_krb5_timeofday) + return (p_krb5_timeofday(con, timeret)); + else + return KRB5KRB_ERR_GENERIC; +} -krb5_error_code -krb5_rc_default(krb5_context con, krb5_rcache *rc) - { - if (!krb5_loaded) - load_krb5_dll(); +krb5_error_code krb5_rc_default(krb5_context con, krb5_rcache *rc) +{ + if (!krb5_loaded) + load_krb5_dll(); - if ( p_krb5_rc_default ) - return(p_krb5_rc_default(con,rc)); - else - return KRB5KRB_ERR_GENERIC; - } + if (p_krb5_rc_default) + return (p_krb5_rc_default(con, rc)); + else + return KRB5KRB_ERR_GENERIC; +} krb5_error_code krb5_rc_initialize(krb5_context con, krb5_rcache rc, krb5_deltat lifespan) - { - if (!krb5_loaded) - load_krb5_dll(); +{ + if (!krb5_loaded) + load_krb5_dll(); - if ( p_krb5_rc_initialize ) - return(p_krb5_rc_initialize(con, rc, lifespan)); - else - return KRB5KRB_ERR_GENERIC; - } + if (p_krb5_rc_initialize) + return (p_krb5_rc_initialize(con, rc, lifespan)); + else + return KRB5KRB_ERR_GENERIC; +} krb5_error_code krb5_rc_get_lifespan(krb5_context con, krb5_rcache rc, krb5_deltat *lifespanp) - { - if (!krb5_loaded) - load_krb5_dll(); +{ + if (!krb5_loaded) + load_krb5_dll(); - if ( p_krb5_rc_get_lifespan ) - return(p_krb5_rc_get_lifespan(con, rc, lifespanp)); - else - return KRB5KRB_ERR_GENERIC; - } + if (p_krb5_rc_get_lifespan) + return (p_krb5_rc_get_lifespan(con, rc, lifespanp)); + else + return KRB5KRB_ERR_GENERIC; +} -krb5_error_code -krb5_rc_destroy(krb5_context con, krb5_rcache rc) - { - if (!krb5_loaded) - load_krb5_dll(); - - if ( p_krb5_rc_destroy ) - return(p_krb5_rc_destroy(con, rc)); - else - return KRB5KRB_ERR_GENERIC; - } - -size_t -krb5_checksum_size(krb5_context context,krb5_cksumtype ctype) - { - if (!krb5_loaded) - load_krb5_dll(); +krb5_error_code krb5_rc_destroy(krb5_context con, krb5_rcache rc) +{ + if (!krb5_loaded) + load_krb5_dll(); - if ( p_krb5_checksum_size ) - return(p_krb5_checksum_size(context, ctype)); - else - return KRB5KRB_ERR_GENERIC; - } + if (p_krb5_rc_destroy) + return (p_krb5_rc_destroy(con, rc)); + else + return KRB5KRB_ERR_GENERIC; +} -krb5_boolean -valid_cksumtype(krb5_cksumtype ctype) - { - if (!krb5_loaded) - load_krb5_dll(); +size_t krb5_checksum_size(krb5_context context, krb5_cksumtype ctype) +{ + if (!krb5_loaded) + load_krb5_dll(); - if ( p_valid_cksumtype ) - return(p_valid_cksumtype(ctype)); - else - return KRB5KRB_ERR_GENERIC; - } + if (p_krb5_checksum_size) + return (p_krb5_checksum_size(context, ctype)); + else + return KRB5KRB_ERR_GENERIC; +} -krb5_error_code -krb5_kt_free_entry(krb5_context con,krb5_keytab_entry * entry) - { - if (!krb5_loaded) - load_krb5_dll(); +krb5_boolean valid_cksumtype(krb5_cksumtype ctype) +{ + if (!krb5_loaded) + load_krb5_dll(); + + if (p_valid_cksumtype) + return (p_valid_cksumtype(ctype)); + else + return KRB5KRB_ERR_GENERIC; +} + +krb5_error_code krb5_kt_free_entry(krb5_context con, krb5_keytab_entry *entry) +{ + if (!krb5_loaded) + load_krb5_dll(); + + if (p_krb5_kt_free_entry) + return (p_krb5_kt_free_entry(con, entry)); + else + return KRB5KRB_ERR_GENERIC; +} - if ( p_krb5_kt_free_entry ) - return(p_krb5_kt_free_entry(con,entry)); - else - return KRB5KRB_ERR_GENERIC; - } - /* Structure definitions */ -#ifndef NO_DEF_KRB5_CCACHE -#ifndef krb5_x -#define krb5_x(ptr,args) ((ptr)?((*(ptr)) args):(abort(),1)) -#define krb5_xc(ptr,args) ((ptr)?((*(ptr)) args):(abort(),(char*)0)) -#endif - -typedef krb5_pointer krb5_cc_cursor; /* cursor for sequential lookup */ - -typedef struct _krb5_ccache - { - krb5_magic magic; - struct _krb5_cc_ops FAR *ops; - krb5_pointer data; - } *krb5_ccache; - -typedef struct _krb5_cc_ops - { - krb5_magic magic; - char *prefix; - char * (KRB5_CALLCONV *get_name) - (krb5_context, krb5_ccache); - krb5_error_code (KRB5_CALLCONV *resolve) - (krb5_context, krb5_ccache *, const char *); - krb5_error_code (KRB5_CALLCONV *gen_new) - (krb5_context, krb5_ccache *); - krb5_error_code (KRB5_CALLCONV *init) - (krb5_context, krb5_ccache, krb5_principal); - krb5_error_code (KRB5_CALLCONV *destroy) - (krb5_context, krb5_ccache); - krb5_error_code (KRB5_CALLCONV *close) - (krb5_context, krb5_ccache); - krb5_error_code (KRB5_CALLCONV *store) - (krb5_context, krb5_ccache, krb5_creds *); - krb5_error_code (KRB5_CALLCONV *retrieve) - (krb5_context, krb5_ccache, - krb5_flags, krb5_creds *, krb5_creds *); - krb5_error_code (KRB5_CALLCONV *get_princ) - (krb5_context, krb5_ccache, krb5_principal *); - krb5_error_code (KRB5_CALLCONV *get_first) - (krb5_context, krb5_ccache, krb5_cc_cursor *); - krb5_error_code (KRB5_CALLCONV *get_next) - (krb5_context, krb5_ccache, - krb5_cc_cursor *, krb5_creds *); - krb5_error_code (KRB5_CALLCONV *end_get) - (krb5_context, krb5_ccache, krb5_cc_cursor *); - krb5_error_code (KRB5_CALLCONV *remove_cred) - (krb5_context, krb5_ccache, - krb5_flags, krb5_creds *); - krb5_error_code (KRB5_CALLCONV *set_flags) - (krb5_context, krb5_ccache, krb5_flags); - } krb5_cc_ops; -#endif /* NO_DEF_KRB5_CCACHE */ - -krb5_error_code -kssl_krb5_cc_get_principal - (krb5_context context, krb5_ccache cache, - krb5_principal *principal) - { - if ( p_krb5_cc_get_principal ) - return(p_krb5_cc_get_principal(context,cache,principal)); - else - return(krb5_x - ((cache)->ops->get_princ,(context, cache, principal))); - } +# ifndef NO_DEF_KRB5_CCACHE +# ifndef krb5_x +# define krb5_x(ptr,args) ((ptr)?((*(ptr)) args):(abort(),1)) +# define krb5_xc(ptr,args) ((ptr)?((*(ptr)) args):(abort(),(char*)0)) +# endif + +typedef krb5_pointer krb5_cc_cursor; /* cursor for sequential lookup */ + +typedef struct _krb5_ccache { + krb5_magic magic; + struct _krb5_cc_ops FAR *ops; + krb5_pointer data; +} *krb5_ccache; + +typedef struct _krb5_cc_ops { + krb5_magic magic; + char *prefix; + char *(KRB5_CALLCONV *get_name) + (krb5_context, krb5_ccache); + krb5_error_code(KRB5_CALLCONV *resolve) + (krb5_context, krb5_ccache *, const char *); + krb5_error_code(KRB5_CALLCONV *gen_new) + (krb5_context, krb5_ccache *); + krb5_error_code(KRB5_CALLCONV *init) + (krb5_context, krb5_ccache, krb5_principal); + krb5_error_code(KRB5_CALLCONV *destroy) + (krb5_context, krb5_ccache); + krb5_error_code(KRB5_CALLCONV *close) + (krb5_context, krb5_ccache); + krb5_error_code(KRB5_CALLCONV *store) + (krb5_context, krb5_ccache, krb5_creds *); + krb5_error_code(KRB5_CALLCONV *retrieve) + (krb5_context, krb5_ccache, krb5_flags, krb5_creds *, krb5_creds *); + krb5_error_code(KRB5_CALLCONV *get_princ) + (krb5_context, krb5_ccache, krb5_principal *); + krb5_error_code(KRB5_CALLCONV *get_first) + (krb5_context, krb5_ccache, krb5_cc_cursor *); + krb5_error_code(KRB5_CALLCONV *get_next) + (krb5_context, krb5_ccache, krb5_cc_cursor *, krb5_creds *); + krb5_error_code(KRB5_CALLCONV *end_get) + (krb5_context, krb5_ccache, krb5_cc_cursor *); + krb5_error_code(KRB5_CALLCONV *remove_cred) + (krb5_context, krb5_ccache, krb5_flags, krb5_creds *); + krb5_error_code(KRB5_CALLCONV *set_flags) + (krb5_context, krb5_ccache, krb5_flags); +} krb5_cc_ops; +# endif /* NO_DEF_KRB5_CCACHE */ + +krb5_error_code + kssl_krb5_cc_get_principal + (krb5_context context, krb5_ccache cache, krb5_principal *principal) { + if (p_krb5_cc_get_principal) + return (p_krb5_cc_get_principal(context, cache, principal)); + else + return (krb5_x((cache)->ops->get_princ, (context, cache, principal))); +} krb5_error_code kssl_krb5_auth_con_setrcache(krb5_context con, krb5_auth_context acon, krb5_rcache rcache) - { - if ( p_krb5_auth_con_setrcache ) - return(p_krb5_auth_con_setrcache(con,acon,rcache)); - else - return KRB5KRB_ERR_GENERIC; - } +{ + if (p_krb5_auth_con_setrcache) + return (p_krb5_auth_con_setrcache(con, acon, rcache)); + else + return KRB5KRB_ERR_GENERIC; +} krb5_error_code -kssl_krb5_get_server_rcache(krb5_context con, krb5_const krb5_data * data, - krb5_rcache * rcache) - { - if ( p_krb5_get_server_rcache ) - return(p_krb5_get_server_rcache(con,data,rcache)); - else - return KRB5KRB_ERR_GENERIC; - } +kssl_krb5_get_server_rcache(krb5_context con, krb5_const krb5_data *data, + krb5_rcache *rcache) +{ + if (p_krb5_get_server_rcache) + return (p_krb5_get_server_rcache(con, data, rcache)); + else + return KRB5KRB_ERR_GENERIC; +} krb5_error_code kssl_krb5_auth_con_getrcache(krb5_context con, krb5_auth_context acon, - krb5_rcache * prcache) - { - if ( p_krb5_auth_con_getrcache ) - return(p_krb5_auth_con_getrcache(con,acon, prcache)); - else - return KRB5KRB_ERR_GENERIC; - } - -krb5_error_code -kssl_krb5_kt_close(krb5_context context, krb5_keytab keytab) - { - if ( p_krb5_kt_close ) - return(p_krb5_kt_close(context,keytab)); - else - return KRB5KRB_ERR_GENERIC; - } + krb5_rcache *prcache) +{ + if (p_krb5_auth_con_getrcache) + return (p_krb5_auth_con_getrcache(con, acon, prcache)); + else + return KRB5KRB_ERR_GENERIC; +} + +krb5_error_code kssl_krb5_kt_close(krb5_context context, krb5_keytab keytab) +{ + if (p_krb5_kt_close) + return (p_krb5_kt_close(context, keytab)); + else + return KRB5KRB_ERR_GENERIC; +} krb5_error_code kssl_krb5_kt_get_entry(krb5_context context, krb5_keytab keytab, krb5_const_principal principal, krb5_kvno vno, krb5_enctype enctype, krb5_keytab_entry *entry) - { - if ( p_krb5_kt_get_entry ) - return(p_krb5_kt_get_entry(context,keytab,principal,vno,enctype,entry)); - else - return KRB5KRB_ERR_GENERIC; - } -#endif /* OPENSSL_SYS_WINDOWS || OPENSSL_SYS_WIN32 */ - - -/* memory allocation functions for non-temporary storage - * (e.g. stuff that gets saved into the kssl context) */ -static void* kssl_calloc(size_t nmemb, size_t size) { - void* p; - - p=OPENSSL_malloc(nmemb*size); - if (p){ - memset(p, 0, nmemb*size); - } - return p; + if (p_krb5_kt_get_entry) + return (p_krb5_kt_get_entry + (context, keytab, principal, vno, enctype, entry)); + else + return KRB5KRB_ERR_GENERIC; } +# endif /* OPENSSL_SYS_WINDOWS || OPENSSL_SYS_WIN32 */ + +/* + * memory allocation functions for non-temporary storage (e.g. stuff that + * gets saved into the kssl context) + */ +static void *kssl_calloc(size_t nmemb, size_t size) +{ + void *p; -#define kssl_malloc(size) OPENSSL_malloc((size)) -#define kssl_realloc(ptr, size) OPENSSL_realloc(ptr, size) -#define kssl_free(ptr) OPENSSL_free((ptr)) + p = OPENSSL_malloc(nmemb * size); + if (p) { + memset(p, 0, nmemb * size); + } + return p; +} +# define kssl_malloc(size) OPENSSL_malloc((size)) +# define kssl_realloc(ptr, size) OPENSSL_realloc(ptr, size) +# define kssl_free(ptr) OPENSSL_free((ptr)) char *kstring(char *string) - { - static char *null = "[NULL]"; +{ + static char *null = "[NULL]"; - return ((string == NULL)? null: string); - } + return ((string == NULL) ? null : string); +} -/* Given KRB5 enctype (basically DES or 3DES), -** return closest match openssl EVP_ encryption algorithm. -** Return NULL for unknown or problematic (krb5_dk_encrypt) enctypes. -** Assume ENCTYPE_*_RAW (krb5_raw_encrypt) are OK. -*/ -const EVP_CIPHER * -kssl_map_enc(krb5_enctype enctype) - { - switch (enctype) - { - case ENCTYPE_DES_HMAC_SHA1: /* EVP_des_cbc(); */ - case ENCTYPE_DES_CBC_CRC: - case ENCTYPE_DES_CBC_MD4: - case ENCTYPE_DES_CBC_MD5: - case ENCTYPE_DES_CBC_RAW: - return EVP_des_cbc(); - break; - case ENCTYPE_DES3_CBC_SHA1: /* EVP_des_ede3_cbc(); */ - case ENCTYPE_DES3_CBC_SHA: - case ENCTYPE_DES3_CBC_RAW: - return EVP_des_ede3_cbc(); - break; - default: return NULL; - break; - } - } - - -/* Return true:1 if p "looks like" the start of the real authenticator -** described in kssl_skip_confound() below. The ASN.1 pattern is -** "62 xx 30 yy" (APPLICATION-2, SEQUENCE), where xx-yy =~ 2, and -** xx and yy are possibly multi-byte length fields. -*/ -static int kssl_test_confound(unsigned char *p) - { - int len = 2; - int xx = 0, yy = 0; - - if (*p++ != 0x62) return 0; - if (*p > 0x82) return 0; - switch(*p) { - case 0x82: p++; xx = (*p++ << 8); xx += *p++; break; - case 0x81: p++; xx = *p++; break; - case 0x80: return 0; - default: xx = *p++; break; - } - if (*p++ != 0x30) return 0; - if (*p > 0x82) return 0; - switch(*p) { - case 0x82: p++; len+=2; yy = (*p++ << 8); yy += *p++; break; - case 0x81: p++; len++; yy = *p++; break; - case 0x80: return 0; - default: yy = *p++; break; - } - - return (xx - len == yy)? 1: 0; - } - -/* Allocate, fill, and return cksumlens array of checksum lengths. -** This array holds just the unique elements from the krb5_cksumarray[]. -** array[n] == 0 signals end of data. -** -** The krb5_cksumarray[] was an internal variable that has since been -** replaced by a more general method for storing the data. It should -** not be used. Instead we use real API calls and make a guess for -** what the highest assigned CKSUMTYPE_ constant is. As of 1.2.2 -** it is 0x000c (CKSUMTYPE_HMAC_SHA1_DES3). So we will use 0x0010. -*/ -static size_t *populate_cksumlens(void) - { - int i, j, n; - static size_t *cklens = NULL; - -#ifdef KRB5_MIT_OLD11 - n = krb5_max_cksum; -#else - n = 0x0010; -#endif /* KRB5_MIT_OLD11 */ - -#ifdef KRB5CHECKAUTH - if (!cklens && !(cklens = (size_t *) calloc(sizeof(int),n+1))) return NULL; - - for (i=0; i < n; i++) { - if (!valid_cksumtype(i)) continue; /* array has holes */ - for (j=0; j < n; j++) { - if (cklens[j] == 0) { - cklens[j] = krb5_checksum_size(NULL,i); - break; /* krb5 elem was new: add */ - } - if (cklens[j] == krb5_checksum_size(NULL,i)) { - break; /* ignore duplicate elements */ - } - } - } -#endif /* KRB5CHECKAUTH */ - - return cklens; - } - -/* Return pointer to start of real authenticator within authenticator, or -** return NULL on error. -** Decrypted authenticator looks like this: -** [0 or 8 byte confounder] [4-24 byte checksum] [real authent'r] -** This hackery wouldn't be necessary if MIT KRB5 1.0.6 had the -** krb5_auth_con_getcksumtype() function advertised in its krb5.h. -*/ -unsigned char *kssl_skip_confound(krb5_enctype etype, unsigned char *a) - { - int i, conlen; - size_t cklen; - static size_t *cksumlens = NULL; - unsigned char *test_auth; - - conlen = (etype)? 8: 0; - - if (!cksumlens && !(cksumlens = populate_cksumlens())) return NULL; - for (i=0; (cklen = cksumlens[i]) != 0; i++) - { - test_auth = a + conlen + cklen; - if (kssl_test_confound(test_auth)) return test_auth; - } - - return NULL; - } - - -/* Set kssl_err error info when reason text is a simple string -** kssl_err = struct { int reason; char text[KSSL_ERR_MAX+1]; } -*/ -void -kssl_err_set(KSSL_ERR *kssl_err, int reason, char *text) - { - if (kssl_err == NULL) return; +/* + * Given KRB5 enctype (basically DES or 3DES), return closest match openssl + * EVP_ encryption algorithm. Return NULL for unknown or problematic + * (krb5_dk_encrypt) enctypes. Assume ENCTYPE_*_RAW (krb5_raw_encrypt) are + * OK. + */ +const EVP_CIPHER *kssl_map_enc(krb5_enctype enctype) +{ + switch (enctype) { + case ENCTYPE_DES_HMAC_SHA1: /* EVP_des_cbc(); */ + case ENCTYPE_DES_CBC_CRC: + case ENCTYPE_DES_CBC_MD4: + case ENCTYPE_DES_CBC_MD5: + case ENCTYPE_DES_CBC_RAW: + return EVP_des_cbc(); + break; + case ENCTYPE_DES3_CBC_SHA1: /* EVP_des_ede3_cbc(); */ + case ENCTYPE_DES3_CBC_SHA: + case ENCTYPE_DES3_CBC_RAW: + return EVP_des_ede3_cbc(); + break; + default: + return NULL; + break; + } +} + +/* + * Return true:1 if p "looks like" the start of the real authenticator + * described in kssl_skip_confound() below. The ASN.1 pattern is "62 xx 30 + * yy" (APPLICATION-2, SEQUENCE), where xx-yy =~ 2, and xx and yy are + * possibly multi-byte length fields. + */ +static int kssl_test_confound(unsigned char *p) +{ + int len = 2; + int xx = 0, yy = 0; + + if (*p++ != 0x62) + return 0; + if (*p > 0x82) + return 0; + switch (*p) { + case 0x82: + p++; + xx = (*p++ << 8); + xx += *p++; + break; + case 0x81: + p++; + xx = *p++; + break; + case 0x80: + return 0; + default: + xx = *p++; + break; + } + if (*p++ != 0x30) + return 0; + if (*p > 0x82) + return 0; + switch (*p) { + case 0x82: + p++; + len += 2; + yy = (*p++ << 8); + yy += *p++; + break; + case 0x81: + p++; + len++; + yy = *p++; + break; + case 0x80: + return 0; + default: + yy = *p++; + break; + } + + return (xx - len == yy) ? 1 : 0; +} - kssl_err->reason = reason; - BIO_snprintf(kssl_err->text, KSSL_ERR_MAX, "%s", text); - return; +/* + * Allocate, fill, and return cksumlens array of checksum lengths. This + * array holds just the unique elements from the krb5_cksumarray[]. array[n] + * == 0 signals end of data. The krb5_cksumarray[] was an internal variable + * that has since been replaced by a more general method for storing the + * data. It should not be used. Instead we use real API calls and make a + * guess for what the highest assigned CKSUMTYPE_ constant is. As of 1.2.2 + * it is 0x000c (CKSUMTYPE_HMAC_SHA1_DES3). So we will use 0x0010. + */ +static size_t *populate_cksumlens(void) +{ + int i, j, n; + static size_t *cklens = NULL; + +# ifdef KRB5_MIT_OLD11 + n = krb5_max_cksum; +# else + n = 0x0010; +# endif /* KRB5_MIT_OLD11 */ + +# ifdef KRB5CHECKAUTH + if (!cklens && !(cklens = (size_t *)calloc(sizeof(int), n + 1))) + return NULL; + + for (i = 0; i < n; i++) { + if (!valid_cksumtype(i)) + continue; /* array has holes */ + for (j = 0; j < n; j++) { + if (cklens[j] == 0) { + cklens[j] = krb5_checksum_size(NULL, i); + break; /* krb5 elem was new: add */ + } + if (cklens[j] == krb5_checksum_size(NULL, i)) { + break; /* ignore duplicate elements */ + } } + } +# endif /* KRB5CHECKAUTH */ + + return cklens; +} +/*- + * Return pointer to start of real authenticator within authenticator, or + * return NULL on error. + * Decrypted authenticator looks like this: + * [0 or 8 byte confounder] [4-24 byte checksum] [real authent'r] + * This hackery wouldn't be necessary if MIT KRB5 1.0.6 had the + * krb5_auth_con_getcksumtype() function advertised in its krb5.h. + */ +unsigned char *kssl_skip_confound(krb5_enctype etype, unsigned char *a) +{ + int i, conlen; + size_t cklen; + static size_t *cksumlens = NULL; + unsigned char *test_auth; + + conlen = (etype) ? 8 : 0; + + if (!cksumlens && !(cksumlens = populate_cksumlens())) + return NULL; + for (i = 0; (cklen = cksumlens[i]) != 0; i++) { + test_auth = a + conlen + cklen; + if (kssl_test_confound(test_auth)) + return test_auth; + } -/* Display contents of krb5_data struct, for debugging -*/ -void -print_krb5_data(char *label, krb5_data *kdata) - { - int i; - - printf("%s[%d] ", label, kdata->length); - for (i=0; i < (int)kdata->length; i++) - { - if (0 && isprint((int) kdata->data[i])) - printf( "%c ", kdata->data[i]); - else - printf( "%02x ", (unsigned char) kdata->data[i]); - } - printf("\n"); + return NULL; +} + +/* + * Set kssl_err error info when reason text is a simple string kssl_err = + * struct { int reason; char text[KSSL_ERR_MAX+1]; } + */ +void kssl_err_set(KSSL_ERR *kssl_err, int reason, char *text) +{ + if (kssl_err == NULL) + return; + + kssl_err->reason = reason; + BIO_snprintf(kssl_err->text, KSSL_ERR_MAX, "%s", text); + return; +} + +/* + * Display contents of krb5_data struct, for debugging + */ +void print_krb5_data(char *label, krb5_data *kdata) +{ + int i; + + fprintf(stderr, "%s[%d] ", label, kdata->length); + for (i = 0; i < (int)kdata->length; i++) { + if (0 && isprint((int)kdata->data[i])) + fprintf(stderr, "%c ", kdata->data[i]); + else + fprintf(stderr, "%02x ", (unsigned char)kdata->data[i]); + } + fprintf(stderr, "\n"); +} + +/* + * Display contents of krb5_authdata struct, for debugging + */ +void print_krb5_authdata(char *label, krb5_authdata **adata) +{ + if (adata == NULL) { + fprintf(stderr, "%s, authdata==0\n", label); + return; + } + fprintf(stderr, "%s [%p]\n", label, (void *)adata); +# if 0 + { + int i; + fprintf(stderr, "%s[at%d:%d] ", label, adata->ad_type, adata->length); + for (i = 0; i < adata->length; i++) { + fprintf(stderr, (isprint(adata->contents[i])) ? "%c " : "%02x", + adata->contents[i]); } + fprintf(stderr, "\n"); + } +# endif +} +/* + * Display contents of krb5_keyblock struct, for debugging + */ +void print_krb5_keyblock(char *label, krb5_keyblock *keyblk) +{ + int i; -/* Display contents of krb5_authdata struct, for debugging -*/ -void -print_krb5_authdata(char *label, krb5_authdata **adata) - { - if (adata == NULL) - { - printf("%s, authdata==0\n", label); - return; - } - printf("%s [%p]\n", label, (void *)adata); -#if 0 - { - int i; - printf("%s[at%d:%d] ", label, adata->ad_type, adata->length); - for (i=0; i < adata->length; i++) - { - printf((isprint(adata->contents[i]))? "%c ": "%02x", - adata->contents[i]); - } - printf("\n"); - } -#endif - } - - -/* Display contents of krb5_keyblock struct, for debugging -*/ -void -print_krb5_keyblock(char *label, krb5_keyblock *keyblk) - { - int i; - - if (keyblk == NULL) - { - printf("%s, keyblk==0\n", label); - return; - } -#ifdef KRB5_HEIMDAL - printf("%s\n\t[et%d:%d]: ", label, keyblk->keytype, - keyblk->keyvalue->length); - for (i=0; i < (int)keyblk->keyvalue->length; i++) - { - printf("%02x",(unsigned char *)(keyblk->keyvalue->contents)[i]); - } - printf("\n"); -#else - printf("%s\n\t[et%d:%d]: ", label, keyblk->enctype, keyblk->length); - for (i=0; i < (int)keyblk->length; i++) - { - printf("%02x",keyblk->contents[i]); - } - printf("\n"); -#endif + if (keyblk == NULL) { + fprintf(stderr, "%s, keyblk==0\n", label); + return; + } +# ifdef KRB5_HEIMDAL + fprintf(stderr, "%s\n\t[et%d:%d]: ", label, keyblk->keytype, + keyblk->keyvalue->length); + for (i = 0; i < (int)keyblk->keyvalue->length; i++) { + fprintf(stderr, "%02x", + (unsigned char *)(keyblk->keyvalue->contents)[i]); + } + fprintf(stderr, "\n"); +# else + fprintf(stderr, "%s\n\t[et%d:%d]: ", label, keyblk->enctype, + keyblk->length); + for (i = 0; i < (int)keyblk->length; i++) { + fprintf(stderr, "%02x", keyblk->contents[i]); + } + fprintf(stderr, "\n"); +# endif +} + +/* + * Display contents of krb5_principal_data struct, for debugging + * (krb5_principal is typedef'd == krb5_principal_data *) + */ +static void print_krb5_princ(char *label, krb5_principal_data *princ) +{ + int i, ui, uj; + + fprintf(stderr, "%s principal Realm: ", label); + if (princ == NULL) + return; + for (ui = 0; ui < (int)princ->realm.length; ui++) + putchar(princ->realm.data[ui]); + fprintf(stderr, " (nametype %d) has %d strings:\n", princ->type, + princ->length); + for (i = 0; i < (int)princ->length; i++) { + fprintf(stderr, "\t%d [%d]: ", i, princ->data[i].length); + for (uj = 0; uj < (int)princ->data[i].length; uj++) { + putchar(princ->data[i].data[uj]); } + fprintf(stderr, "\n"); + } + return; +} +/*- Given krb5 service (typically "kssl") and hostname in kssl_ctx, + * Return encrypted Kerberos ticket for service @ hostname. + * If authenp is non-NULL, also return encrypted authenticator, + * whose data should be freed by caller. + * (Originally was: Create Kerberos AP_REQ message for SSL Client.) + * + * 19990628 VRS Started; Returns Kerberos AP_REQ message. + * 20010409 VRS Modified for RFC2712; Returns enc tkt. + * 20010606 VRS May also return optional authenticator. + */ +krb5_error_code kssl_cget_tkt( /* UPDATE */ KSSL_CTX *kssl_ctx, + /* + * OUT + */ krb5_data **enc_ticketp, + /* + * UPDATE + */ krb5_data *authenp, + /* + * OUT + */ KSSL_ERR *kssl_err) +{ + krb5_error_code krb5rc = KRB5KRB_ERR_GENERIC; + krb5_context krb5context = NULL; + krb5_auth_context krb5auth_context = NULL; + krb5_ccache krb5ccdef = NULL; + krb5_creds krb5creds, *krb5credsp = NULL; + krb5_data krb5_app_req; + + kssl_err_set(kssl_err, 0, ""); + memset((char *)&krb5creds, 0, sizeof(krb5creds)); + + if (!kssl_ctx) { + kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, "No kssl_ctx defined.\n"); + goto err; + } else if (!kssl_ctx->service_host) { + kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, + "kssl_ctx service_host undefined.\n"); + goto err; + } -/* Display contents of krb5_principal_data struct, for debugging -** (krb5_principal is typedef'd == krb5_principal_data *) -*/ -static void -print_krb5_princ(char *label, krb5_principal_data *princ) - { - int i, ui, uj; - - printf("%s principal Realm: ", label); - if (princ == NULL) return; - for (ui=0; ui < (int)princ->realm.length; ui++) putchar(princ->realm.data[ui]); - printf(" (nametype %d) has %d strings:\n", princ->type,princ->length); - for (i=0; i < (int)princ->length; i++) - { - printf("\t%d [%d]: ", i, princ->data[i].length); - for (uj=0; uj < (int)princ->data[i].length; uj++) { - putchar(princ->data[i].data[uj]); - } - printf("\n"); - } - return; + if ((krb5rc = krb5_init_context(&krb5context)) != 0) { + BIO_snprintf(kssl_err->text, KSSL_ERR_MAX, + "krb5_init_context() fails: %d\n", krb5rc); + kssl_err->reason = SSL_R_KRB5_C_INIT; + goto err; + } + + if ((krb5rc = krb5_sname_to_principal(krb5context, + kssl_ctx->service_host, + (kssl_ctx->service_name) ? + kssl_ctx->service_name : KRB5SVC, + KRB5_NT_SRV_HST, + &krb5creds.server)) != 0) { + BIO_snprintf(kssl_err->text, KSSL_ERR_MAX, + "krb5_sname_to_principal() fails for %s/%s\n", + kssl_ctx->service_host, + (kssl_ctx-> + service_name) ? kssl_ctx->service_name : KRB5SVC); + kssl_err->reason = SSL_R_KRB5_C_INIT; + goto err; + } + + if ((krb5rc = krb5_cc_default(krb5context, &krb5ccdef)) != 0) { + kssl_err_set(kssl_err, SSL_R_KRB5_C_CC_PRINC, + "krb5_cc_default fails.\n"); + goto err; + } + + if ((krb5rc = krb5_cc_get_principal(krb5context, krb5ccdef, + &krb5creds.client)) != 0) { + kssl_err_set(kssl_err, SSL_R_KRB5_C_CC_PRINC, + "krb5_cc_get_principal() fails.\n"); + goto err; + } + + if ((krb5rc = krb5_get_credentials(krb5context, 0, krb5ccdef, + &krb5creds, &krb5credsp)) != 0) { + kssl_err_set(kssl_err, SSL_R_KRB5_C_GET_CRED, + "krb5_get_credentials() fails.\n"); + goto err; + } + + *enc_ticketp = &krb5credsp->ticket; +# ifdef KRB5_HEIMDAL + kssl_ctx->enctype = krb5credsp->session.keytype; +# else + kssl_ctx->enctype = krb5credsp->keyblock.enctype; +# endif + + krb5rc = KRB5KRB_ERR_GENERIC; + /* caller should free data of krb5_app_req */ + /* + * 20010406 VRS deleted for real KerberosWrapper 20010605 VRS reinstated + * to offer Authenticator to KerberosWrapper + */ + krb5_app_req.length = 0; + if (authenp) { + krb5_data krb5in_data; + const unsigned char *p; + long arlen; + KRB5_APREQBODY *ap_req; + + authenp->length = 0; + krb5in_data.data = NULL; + krb5in_data.length = 0; + if ((krb5rc = krb5_mk_req_extended(krb5context, + &krb5auth_context, 0, &krb5in_data, + krb5credsp, &krb5_app_req)) != 0) { + kssl_err_set(kssl_err, SSL_R_KRB5_C_MK_REQ, + "krb5_mk_req_extended() fails.\n"); + goto err; } + arlen = krb5_app_req.length; + p = (unsigned char *)krb5_app_req.data; + ap_req = (KRB5_APREQBODY *)d2i_KRB5_APREQ(NULL, &p, arlen); + if (ap_req) { + authenp->length = i2d_KRB5_ENCDATA(ap_req->authenticator, NULL); + if (authenp->length && (authenp->data = malloc(authenp->length))) { + unsigned char *adp = (unsigned char *)authenp->data; + authenp->length = + i2d_KRB5_ENCDATA(ap_req->authenticator, &adp); + } + } -/* Given krb5 service (typically "kssl") and hostname in kssl_ctx, -** Return encrypted Kerberos ticket for service @ hostname. -** If authenp is non-NULL, also return encrypted authenticator, -** whose data should be freed by caller. -** (Originally was: Create Kerberos AP_REQ message for SSL Client.) -** -** 19990628 VRS Started; Returns Kerberos AP_REQ message. -** 20010409 VRS Modified for RFC2712; Returns enc tkt. -** 20010606 VRS May also return optional authenticator. -*/ -krb5_error_code -kssl_cget_tkt( /* UPDATE */ KSSL_CTX *kssl_ctx, - /* OUT */ krb5_data **enc_ticketp, - /* UPDATE */ krb5_data *authenp, - /* OUT */ KSSL_ERR *kssl_err) - { - krb5_error_code krb5rc = KRB5KRB_ERR_GENERIC; - krb5_context krb5context = NULL; - krb5_auth_context krb5auth_context = NULL; - krb5_ccache krb5ccdef = NULL; - krb5_creds krb5creds, *krb5credsp = NULL; - krb5_data krb5_app_req; - - kssl_err_set(kssl_err, 0, ""); - memset((char *)&krb5creds, 0, sizeof(krb5creds)); - - if (!kssl_ctx) - { - kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, - "No kssl_ctx defined.\n"); - goto err; - } - else if (!kssl_ctx->service_host) - { - kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, - "kssl_ctx service_host undefined.\n"); - goto err; - } - - if ((krb5rc = krb5_init_context(&krb5context)) != 0) - { - BIO_snprintf(kssl_err->text,KSSL_ERR_MAX, - "krb5_init_context() fails: %d\n", krb5rc); - kssl_err->reason = SSL_R_KRB5_C_INIT; - goto err; - } - - if ((krb5rc = krb5_sname_to_principal(krb5context, - kssl_ctx->service_host, - (kssl_ctx->service_name)? kssl_ctx->service_name: KRB5SVC, - KRB5_NT_SRV_HST, &krb5creds.server)) != 0) - { - BIO_snprintf(kssl_err->text,KSSL_ERR_MAX, - "krb5_sname_to_principal() fails for %s/%s\n", - kssl_ctx->service_host, - (kssl_ctx->service_name)? kssl_ctx->service_name: - KRB5SVC); - kssl_err->reason = SSL_R_KRB5_C_INIT; - goto err; - } - - if ((krb5rc = krb5_cc_default(krb5context, &krb5ccdef)) != 0) - { - kssl_err_set(kssl_err, SSL_R_KRB5_C_CC_PRINC, - "krb5_cc_default fails.\n"); - goto err; - } - - if ((krb5rc = krb5_cc_get_principal(krb5context, krb5ccdef, - &krb5creds.client)) != 0) - { - kssl_err_set(kssl_err, SSL_R_KRB5_C_CC_PRINC, - "krb5_cc_get_principal() fails.\n"); - goto err; - } - - if ((krb5rc = krb5_get_credentials(krb5context, 0, krb5ccdef, - &krb5creds, &krb5credsp)) != 0) - { - kssl_err_set(kssl_err, SSL_R_KRB5_C_GET_CRED, - "krb5_get_credentials() fails.\n"); - goto err; - } - - *enc_ticketp = &krb5credsp->ticket; -#ifdef KRB5_HEIMDAL - kssl_ctx->enctype = krb5credsp->session.keytype; -#else - kssl_ctx->enctype = krb5credsp->keyblock.enctype; -#endif - - krb5rc = KRB5KRB_ERR_GENERIC; - /* caller should free data of krb5_app_req */ - /* 20010406 VRS deleted for real KerberosWrapper - ** 20010605 VRS reinstated to offer Authenticator to KerberosWrapper - */ - krb5_app_req.length = 0; - if (authenp) - { - krb5_data krb5in_data; - const unsigned char *p; - long arlen; - KRB5_APREQBODY *ap_req; - - authenp->length = 0; - krb5in_data.data = NULL; - krb5in_data.length = 0; - if ((krb5rc = krb5_mk_req_extended(krb5context, - &krb5auth_context, 0, &krb5in_data, krb5credsp, - &krb5_app_req)) != 0) - { - kssl_err_set(kssl_err, SSL_R_KRB5_C_MK_REQ, - "krb5_mk_req_extended() fails.\n"); - goto err; - } - - arlen = krb5_app_req.length; - p = (unsigned char *)krb5_app_req.data; - ap_req = (KRB5_APREQBODY *) d2i_KRB5_APREQ(NULL, &p, arlen); - if (ap_req) - { - authenp->length = i2d_KRB5_ENCDATA( - ap_req->authenticator, NULL); - if (authenp->length && - (authenp->data = malloc(authenp->length))) - { - unsigned char *adp = (unsigned char *)authenp->data; - authenp->length = i2d_KRB5_ENCDATA( - ap_req->authenticator, &adp); - } - } - - if (ap_req) KRB5_APREQ_free((KRB5_APREQ *) ap_req); - if (krb5_app_req.length) - kssl_krb5_free_data_contents(krb5context,&krb5_app_req); - } -#ifdef KRB5_HEIMDAL - if (kssl_ctx_setkey(kssl_ctx, &krb5credsp->session)) - { - kssl_err_set(kssl_err, SSL_R_KRB5_C_INIT, - "kssl_ctx_setkey() fails.\n"); - } -#else - if (kssl_ctx_setkey(kssl_ctx, &krb5credsp->keyblock)) - { - kssl_err_set(kssl_err, SSL_R_KRB5_C_INIT, - "kssl_ctx_setkey() fails.\n"); - } -#endif - else krb5rc = 0; + if (ap_req) + KRB5_APREQ_free((KRB5_APREQ *) ap_req); + if (krb5_app_req.length) + kssl_krb5_free_data_contents(krb5context, &krb5_app_req); + } +# ifdef KRB5_HEIMDAL + if (kssl_ctx_setkey(kssl_ctx, &krb5credsp->session)) { + kssl_err_set(kssl_err, SSL_R_KRB5_C_INIT, + "kssl_ctx_setkey() fails.\n"); + } +# else + if (kssl_ctx_setkey(kssl_ctx, &krb5credsp->keyblock)) { + kssl_err_set(kssl_err, SSL_R_KRB5_C_INIT, + "kssl_ctx_setkey() fails.\n"); + } +# endif + else + krb5rc = 0; err: -#ifdef KSSL_DEBUG - kssl_ctx_show(kssl_ctx); -#endif /* KSSL_DEBUG */ - - if (krb5creds.client) krb5_free_principal(krb5context, - krb5creds.client); - if (krb5creds.server) krb5_free_principal(krb5context, - krb5creds.server); - if (krb5auth_context) krb5_auth_con_free(krb5context, - krb5auth_context); - if (krb5context) krb5_free_context(krb5context); - return (krb5rc); - } - - -/* Given d2i_-decoded asn1ticket, allocate and return a new krb5_ticket. -** Return Kerberos error code and kssl_err struct on error. -** Allocates krb5_ticket and krb5_principal; caller should free these. -** -** 20010410 VRS Implemented krb5_decode_ticket() as -** old_krb5_decode_ticket(). Missing from MIT1.0.6. -** 20010615 VRS Re-cast as openssl/asn1 d2i_*() functions. -** Re-used some of the old krb5_decode_ticket() -** code here. This tkt should alloc/free just -** like the real thing. -*/ -static krb5_error_code -kssl_TKT2tkt( /* IN */ krb5_context krb5context, - /* IN */ KRB5_TKTBODY *asn1ticket, - /* OUT */ krb5_ticket **krb5ticket, - /* OUT */ KSSL_ERR *kssl_err ) - { - krb5_error_code krb5rc = KRB5KRB_ERR_GENERIC; - krb5_ticket *new5ticket = NULL; - ASN1_GENERALSTRING *gstr_svc, *gstr_host; - - *krb5ticket = NULL; - - if (asn1ticket == NULL || asn1ticket->realm == NULL || - asn1ticket->sname == NULL || - sk_ASN1_GENERALSTRING_num(asn1ticket->sname->namestring) < 2) - { - BIO_snprintf(kssl_err->text, KSSL_ERR_MAX, - "Null field in asn1ticket.\n"); - kssl_err->reason = SSL_R_KRB5_S_RD_REQ; - return KRB5KRB_ERR_GENERIC; - } - - if ((new5ticket = (krb5_ticket *) calloc(1, sizeof(krb5_ticket)))==NULL) - { - BIO_snprintf(kssl_err->text, KSSL_ERR_MAX, - "Unable to allocate new krb5_ticket.\n"); - kssl_err->reason = SSL_R_KRB5_S_RD_REQ; - return ENOMEM; /* or KRB5KRB_ERR_GENERIC; */ - } - - gstr_svc = sk_ASN1_GENERALSTRING_value(asn1ticket->sname->namestring, 0); - gstr_host = sk_ASN1_GENERALSTRING_value(asn1ticket->sname->namestring, 1); - - if ((krb5rc = kssl_build_principal_2(krb5context, - &new5ticket->server, - asn1ticket->realm->length, (char *)asn1ticket->realm->data, - gstr_svc->length, (char *)gstr_svc->data, - gstr_host->length, (char *)gstr_host->data)) != 0) - { - free(new5ticket); - BIO_snprintf(kssl_err->text, KSSL_ERR_MAX, - "Error building ticket server principal.\n"); - kssl_err->reason = SSL_R_KRB5_S_RD_REQ; - return krb5rc; /* or KRB5KRB_ERR_GENERIC; */ - } - - krb5_princ_type(krb5context, new5ticket->server) = - asn1ticket->sname->nametype->data[0]; - new5ticket->enc_part.enctype = asn1ticket->encdata->etype->data[0]; - new5ticket->enc_part.kvno = asn1ticket->encdata->kvno->data[0]; - new5ticket->enc_part.ciphertext.length = - asn1ticket->encdata->cipher->length; - if ((new5ticket->enc_part.ciphertext.data = - calloc(1, asn1ticket->encdata->cipher->length)) == NULL) - { - free(new5ticket); - BIO_snprintf(kssl_err->text, KSSL_ERR_MAX, - "Error allocating cipher in krb5ticket.\n"); - kssl_err->reason = SSL_R_KRB5_S_RD_REQ; - return KRB5KRB_ERR_GENERIC; - } - else - { - memcpy(new5ticket->enc_part.ciphertext.data, - asn1ticket->encdata->cipher->data, - asn1ticket->encdata->cipher->length); - } - - *krb5ticket = new5ticket; - return 0; - } - - -/* Given krb5 service name in KSSL_CTX *kssl_ctx (typically "kssl"), -** and krb5 AP_REQ message & message length, -** Return Kerberos session key and client principle -** to SSL Server in KSSL_CTX *kssl_ctx. -** -** 19990702 VRS Started. -*/ -krb5_error_code -kssl_sget_tkt( /* UPDATE */ KSSL_CTX *kssl_ctx, - /* IN */ krb5_data *indata, - /* OUT */ krb5_ticket_times *ttimes, - /* OUT */ KSSL_ERR *kssl_err ) - { - krb5_error_code krb5rc = KRB5KRB_ERR_GENERIC; - static krb5_context krb5context = NULL; - static krb5_auth_context krb5auth_context = NULL; - krb5_ticket *krb5ticket = NULL; - KRB5_TKTBODY *asn1ticket = NULL; - const unsigned char *p; - krb5_keytab krb5keytab = NULL; - krb5_keytab_entry kt_entry; - krb5_principal krb5server; - krb5_rcache rcache = NULL; - - kssl_err_set(kssl_err, 0, ""); - - if (!kssl_ctx) - { - kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, - "No kssl_ctx defined.\n"); - goto err; - } - -#ifdef KSSL_DEBUG - printf("in kssl_sget_tkt(%s)\n", kstring(kssl_ctx->service_name)); -#endif /* KSSL_DEBUG */ - - if (!krb5context && (krb5rc = krb5_init_context(&krb5context))) - { - kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, - "krb5_init_context() fails.\n"); - goto err; - } - if (krb5auth_context && - (krb5rc = krb5_auth_con_free(krb5context, krb5auth_context))) - { - kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, - "krb5_auth_con_free() fails.\n"); - goto err; - } - else krb5auth_context = NULL; - if (!krb5auth_context && - (krb5rc = krb5_auth_con_init(krb5context, &krb5auth_context))) - { - kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, - "krb5_auth_con_init() fails.\n"); - goto err; - } - - - if ((krb5rc = krb5_auth_con_getrcache(krb5context, krb5auth_context, - &rcache))) - { - kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, - "krb5_auth_con_getrcache() fails.\n"); - goto err; - } - - if ((krb5rc = krb5_sname_to_principal(krb5context, NULL, - (kssl_ctx->service_name)? kssl_ctx->service_name: KRB5SVC, - KRB5_NT_SRV_HST, &krb5server)) != 0) - { - kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, - "krb5_sname_to_principal() fails.\n"); - goto err; - } - - if (rcache == NULL) - { - if ((krb5rc = krb5_get_server_rcache(krb5context, - krb5_princ_component(krb5context, krb5server, 0), - &rcache))) - { - kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, - "krb5_get_server_rcache() fails.\n"); - goto err; - } - } +# ifdef KSSL_DEBUG + kssl_ctx_show(kssl_ctx); +# endif /* KSSL_DEBUG */ + + if (krb5creds.client) + krb5_free_principal(krb5context, krb5creds.client); + if (krb5creds.server) + krb5_free_principal(krb5context, krb5creds.server); + if (krb5auth_context) + krb5_auth_con_free(krb5context, krb5auth_context); + if (krb5context) + krb5_free_context(krb5context); + return (krb5rc); +} - if ((krb5rc = krb5_auth_con_setrcache(krb5context, krb5auth_context, rcache))) - { - kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, - "krb5_auth_con_setrcache() fails.\n"); - goto err; - } +/*- + * Given d2i_-decoded asn1ticket, allocate and return a new krb5_ticket. + * Return Kerberos error code and kssl_err struct on error. + * Allocates krb5_ticket and krb5_principal; caller should free these. + * + * 20010410 VRS Implemented krb5_decode_ticket() as + * old_krb5_decode_ticket(). Missing from MIT1.0.6. + * 20010615 VRS Re-cast as openssl/asn1 d2i_*() functions. + * Re-used some of the old krb5_decode_ticket() + * code here. This tkt should alloc/free just + * like the real thing. + */ +static krb5_error_code kssl_TKT2tkt( /* IN */ krb5_context krb5context, + /* + * IN + */ KRB5_TKTBODY *asn1ticket, + /* + * OUT + */ krb5_ticket **krb5ticket, + /* + * OUT + */ KSSL_ERR *kssl_err) +{ + krb5_error_code krb5rc = KRB5KRB_ERR_GENERIC; + krb5_ticket *new5ticket = NULL; + ASN1_GENERALSTRING *gstr_svc, *gstr_host; + + *krb5ticket = NULL; + + if (asn1ticket == NULL || asn1ticket->realm == NULL || + asn1ticket->sname == NULL || + sk_ASN1_GENERALSTRING_num(asn1ticket->sname->namestring) < 2) { + BIO_snprintf(kssl_err->text, KSSL_ERR_MAX, + "Null field in asn1ticket.\n"); + kssl_err->reason = SSL_R_KRB5_S_RD_REQ; + return KRB5KRB_ERR_GENERIC; + } + + if ((new5ticket = (krb5_ticket *)calloc(1, sizeof(krb5_ticket))) == NULL) { + BIO_snprintf(kssl_err->text, KSSL_ERR_MAX, + "Unable to allocate new krb5_ticket.\n"); + kssl_err->reason = SSL_R_KRB5_S_RD_REQ; + return ENOMEM; /* or KRB5KRB_ERR_GENERIC; */ + } + gstr_svc = sk_ASN1_GENERALSTRING_value(asn1ticket->sname->namestring, 0); + gstr_host = sk_ASN1_GENERALSTRING_value(asn1ticket->sname->namestring, 1); + + if ((krb5rc = kssl_build_principal_2(krb5context, + &new5ticket->server, + asn1ticket->realm->length, + (char *)asn1ticket->realm->data, + gstr_svc->length, + (char *)gstr_svc->data, + gstr_host->length, + (char *)gstr_host->data)) != 0) { + free(new5ticket); + BIO_snprintf(kssl_err->text, KSSL_ERR_MAX, + "Error building ticket server principal.\n"); + kssl_err->reason = SSL_R_KRB5_S_RD_REQ; + return krb5rc; /* or KRB5KRB_ERR_GENERIC; */ + } - /* kssl_ctx->keytab_file == NULL ==> use Kerberos default - */ - if (kssl_ctx->keytab_file) - { - krb5rc = krb5_kt_resolve(krb5context, kssl_ctx->keytab_file, - &krb5keytab); - if (krb5rc) - { - kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, - "krb5_kt_resolve() fails.\n"); - goto err; - } - } - else - { - krb5rc = krb5_kt_default(krb5context,&krb5keytab); - if (krb5rc) - { - kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, - "krb5_kt_default() fails.\n"); - goto err; - } - } - - /* Actual Kerberos5 krb5_recvauth() has initial conversation here - ** o check KRB5_SENDAUTH_BADAUTHVERS - ** unless KRB5_RECVAUTH_SKIP_VERSION - ** o check KRB5_SENDAUTH_BADAPPLVERS - ** o send "0" msg if all OK - */ - - /* 20010411 was using AP_REQ instead of true KerberosWrapper - ** - ** if ((krb5rc = krb5_rd_req(krb5context, &krb5auth_context, - ** &krb5in_data, krb5server, krb5keytab, - ** &ap_option, &krb5ticket)) != 0) { Error } - */ - - p = (unsigned char *)indata->data; - if ((asn1ticket = (KRB5_TKTBODY *) d2i_KRB5_TICKET(NULL, &p, - (long) indata->length)) == NULL) - { - BIO_snprintf(kssl_err->text, KSSL_ERR_MAX, - "d2i_KRB5_TICKET() ASN.1 decode failure.\n"); - kssl_err->reason = SSL_R_KRB5_S_RD_REQ; - goto err; - } - - /* Was: krb5rc = krb5_decode_ticket(krb5in_data,&krb5ticket)) != 0) */ - if ((krb5rc = kssl_TKT2tkt(krb5context, asn1ticket, &krb5ticket, - kssl_err)) != 0) - { - BIO_snprintf(kssl_err->text, KSSL_ERR_MAX, - "Error converting ASN.1 ticket to krb5_ticket.\n"); - kssl_err->reason = SSL_R_KRB5_S_RD_REQ; - goto err; - } - - if (! krb5_principal_compare(krb5context, krb5server, - krb5ticket->server)) { - krb5rc = KRB5_PRINC_NOMATCH; - BIO_snprintf(kssl_err->text, KSSL_ERR_MAX, - "server principal != ticket principal\n"); - kssl_err->reason = SSL_R_KRB5_S_RD_REQ; - goto err; - } - if ((krb5rc = krb5_kt_get_entry(krb5context, krb5keytab, - krb5ticket->server, krb5ticket->enc_part.kvno, - krb5ticket->enc_part.enctype, &kt_entry)) != 0) { - BIO_snprintf(kssl_err->text, KSSL_ERR_MAX, - "krb5_kt_get_entry() fails with %x.\n", krb5rc); - kssl_err->reason = SSL_R_KRB5_S_RD_REQ; - goto err; - } - if ((krb5rc = krb5_decrypt_tkt_part(krb5context, &kt_entry.key, - krb5ticket)) != 0) { - BIO_snprintf(kssl_err->text, KSSL_ERR_MAX, - "krb5_decrypt_tkt_part() failed.\n"); - kssl_err->reason = SSL_R_KRB5_S_RD_REQ; - goto err; - } - else { - krb5_kt_free_entry(krb5context, &kt_entry); -#ifdef KSSL_DEBUG - { - int i; krb5_address **paddr = krb5ticket->enc_part2->caddrs; - printf("Decrypted ticket fields:\n"); - printf("\tflags: %X, transit-type: %X", - krb5ticket->enc_part2->flags, - krb5ticket->enc_part2->transited.tr_type); - print_krb5_data("\ttransit-data: ", - &(krb5ticket->enc_part2->transited.tr_contents)); - printf("\tcaddrs: %p, authdata: %p\n", - krb5ticket->enc_part2->caddrs, - krb5ticket->enc_part2->authorization_data); - if (paddr) - { - printf("\tcaddrs:\n"); - for (i=0; paddr[i] != NULL; i++) - { - krb5_data d; - d.length=paddr[i]->length; - d.data=paddr[i]->contents; - print_krb5_data("\t\tIP: ", &d); - } - } - printf("\tstart/auth/end times: %d / %d / %d\n", - krb5ticket->enc_part2->times.starttime, - krb5ticket->enc_part2->times.authtime, - krb5ticket->enc_part2->times.endtime); - } -#endif /* KSSL_DEBUG */ - } - - krb5rc = KRB5_NO_TKT_SUPPLIED; - if (!krb5ticket || !krb5ticket->enc_part2 || - !krb5ticket->enc_part2->client || - !krb5ticket->enc_part2->client->data || - !krb5ticket->enc_part2->session) - { - kssl_err_set(kssl_err, SSL_R_KRB5_S_BAD_TICKET, - "bad ticket from krb5_rd_req.\n"); - } - else if (kssl_ctx_setprinc(kssl_ctx, KSSL_CLIENT, - &krb5ticket->enc_part2->client->realm, - krb5ticket->enc_part2->client->data, - krb5ticket->enc_part2->client->length)) - { - kssl_err_set(kssl_err, SSL_R_KRB5_S_BAD_TICKET, - "kssl_ctx_setprinc() fails.\n"); - } - else if (kssl_ctx_setkey(kssl_ctx, krb5ticket->enc_part2->session)) - { - kssl_err_set(kssl_err, SSL_R_KRB5_S_BAD_TICKET, - "kssl_ctx_setkey() fails.\n"); - } - else if (krb5ticket->enc_part2->flags & TKT_FLG_INVALID) - { - krb5rc = KRB5KRB_AP_ERR_TKT_INVALID; - kssl_err_set(kssl_err, SSL_R_KRB5_S_BAD_TICKET, - "invalid ticket from krb5_rd_req.\n"); - } - else krb5rc = 0; - - kssl_ctx->enctype = krb5ticket->enc_part.enctype; - ttimes->authtime = krb5ticket->enc_part2->times.authtime; - ttimes->starttime = krb5ticket->enc_part2->times.starttime; - ttimes->endtime = krb5ticket->enc_part2->times.endtime; - ttimes->renew_till = krb5ticket->enc_part2->times.renew_till; + krb5_princ_type(krb5context, new5ticket->server) = + asn1ticket->sname->nametype->data[0]; + new5ticket->enc_part.enctype = asn1ticket->encdata->etype->data[0]; + new5ticket->enc_part.kvno = asn1ticket->encdata->kvno->data[0]; + new5ticket->enc_part.ciphertext.length = + asn1ticket->encdata->cipher->length; + if ((new5ticket->enc_part.ciphertext.data = + calloc(1, asn1ticket->encdata->cipher->length)) == NULL) { + free(new5ticket); + BIO_snprintf(kssl_err->text, KSSL_ERR_MAX, + "Error allocating cipher in krb5ticket.\n"); + kssl_err->reason = SSL_R_KRB5_S_RD_REQ; + return KRB5KRB_ERR_GENERIC; + } else { + memcpy(new5ticket->enc_part.ciphertext.data, + asn1ticket->encdata->cipher->data, + asn1ticket->encdata->cipher->length); + } - err: -#ifdef KSSL_DEBUG - kssl_ctx_show(kssl_ctx); -#endif /* KSSL_DEBUG */ - - if (asn1ticket) KRB5_TICKET_free((KRB5_TICKET *) asn1ticket); - if (krb5keytab) krb5_kt_close(krb5context, krb5keytab); - if (krb5ticket) krb5_free_ticket(krb5context, krb5ticket); - if (krb5server) krb5_free_principal(krb5context, krb5server); - return (krb5rc); + *krb5ticket = new5ticket; + return 0; +} + +/*- + * Given krb5 service name in KSSL_CTX *kssl_ctx (typically "kssl"), + * and krb5 AP_REQ message & message length, + * Return Kerberos session key and client principle + * to SSL Server in KSSL_CTX *kssl_ctx. + * + * 19990702 VRS Started. + */ +krb5_error_code kssl_sget_tkt( /* UPDATE */ KSSL_CTX *kssl_ctx, + /* + * IN + */ krb5_data *indata, + /* + * OUT + */ krb5_ticket_times *ttimes, + /* + * OUT + */ KSSL_ERR *kssl_err) +{ + krb5_error_code krb5rc = KRB5KRB_ERR_GENERIC; + static krb5_context krb5context = NULL; + static krb5_auth_context krb5auth_context = NULL; + krb5_ticket *krb5ticket = NULL; + KRB5_TKTBODY *asn1ticket = NULL; + const unsigned char *p; + krb5_keytab krb5keytab = NULL; + krb5_keytab_entry kt_entry; + krb5_principal krb5server; + krb5_rcache rcache = NULL; + + kssl_err_set(kssl_err, 0, ""); + + if (!kssl_ctx) { + kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, "No kssl_ctx defined.\n"); + goto err; + } +# ifdef KSSL_DEBUG + fprintf(stderr, "in kssl_sget_tkt(%s)\n", + kstring(kssl_ctx->service_name)); +# endif /* KSSL_DEBUG */ + + if (!krb5context && (krb5rc = krb5_init_context(&krb5context))) { + kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, + "krb5_init_context() fails.\n"); + goto err; + } + if (krb5auth_context && + (krb5rc = krb5_auth_con_free(krb5context, krb5auth_context))) { + kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, + "krb5_auth_con_free() fails.\n"); + goto err; + } else + krb5auth_context = NULL; + if (!krb5auth_context && + (krb5rc = krb5_auth_con_init(krb5context, &krb5auth_context))) { + kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, + "krb5_auth_con_init() fails.\n"); + goto err; + } + + if ((krb5rc = krb5_auth_con_getrcache(krb5context, krb5auth_context, + &rcache))) { + kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, + "krb5_auth_con_getrcache() fails.\n"); + goto err; + } + + if ((krb5rc = krb5_sname_to_principal(krb5context, NULL, + (kssl_ctx->service_name) ? + kssl_ctx->service_name : KRB5SVC, + KRB5_NT_SRV_HST, + &krb5server)) != 0) { + kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, + "krb5_sname_to_principal() fails.\n"); + goto err; + } + + if (rcache == NULL) { + if ((krb5rc = krb5_get_server_rcache(krb5context, + krb5_princ_component(krb5context, + krb5server, + 0), + &rcache))) { + kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, + "krb5_get_server_rcache() fails.\n"); + goto err; } + } + if ((krb5rc = + krb5_auth_con_setrcache(krb5context, krb5auth_context, rcache))) { + kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, + "krb5_auth_con_setrcache() fails.\n"); + goto err; + } -/* Allocate & return a new kssl_ctx struct. -*/ -KSSL_CTX * -kssl_ctx_new(void) - { - return ((KSSL_CTX *) kssl_calloc(1, sizeof(KSSL_CTX))); + /* + * kssl_ctx->keytab_file == NULL ==> use Kerberos default + */ + if (kssl_ctx->keytab_file) { + krb5rc = krb5_kt_resolve(krb5context, kssl_ctx->keytab_file, + &krb5keytab); + if (krb5rc) { + kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, + "krb5_kt_resolve() fails.\n"); + goto err; } + } else { + krb5rc = krb5_kt_default(krb5context, &krb5keytab); + if (krb5rc) { + kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, + "krb5_kt_default() fails.\n"); + goto err; + } + } + /*- Actual Kerberos5 krb5_recvauth() has initial conversation here + * o check KRB5_SENDAUTH_BADAUTHVERS + * unless KRB5_RECVAUTH_SKIP_VERSION + * o check KRB5_SENDAUTH_BADAPPLVERS + * o send "0" msg if all OK + */ + + /*- + * 20010411 was using AP_REQ instead of true KerberosWrapper + * + * if ((krb5rc = krb5_rd_req(krb5context, &krb5auth_context, + * &krb5in_data, krb5server, krb5keytab, + * &ap_option, &krb5ticket)) != 0) { Error } + */ + + p = (unsigned char *)indata->data; + if ((asn1ticket = (KRB5_TKTBODY *)d2i_KRB5_TICKET(NULL, &p, + (long)indata->length)) + == NULL) { + BIO_snprintf(kssl_err->text, KSSL_ERR_MAX, + "d2i_KRB5_TICKET() ASN.1 decode failure.\n"); + kssl_err->reason = SSL_R_KRB5_S_RD_REQ; + goto err; + } + + /* + * Was: krb5rc = krb5_decode_ticket(krb5in_data,&krb5ticket)) != 0) + */ + if ((krb5rc = kssl_TKT2tkt(krb5context, asn1ticket, &krb5ticket, + kssl_err)) != 0) { + BIO_snprintf(kssl_err->text, KSSL_ERR_MAX, + "Error converting ASN.1 ticket to krb5_ticket.\n"); + kssl_err->reason = SSL_R_KRB5_S_RD_REQ; + goto err; + } -/* Frees a kssl_ctx struct and any allocated memory it holds. -** Returns NULL. -*/ -KSSL_CTX * -kssl_ctx_free(KSSL_CTX *kssl_ctx) + if (!krb5_principal_compare(krb5context, krb5server, krb5ticket->server)) { + krb5rc = KRB5_PRINC_NOMATCH; + BIO_snprintf(kssl_err->text, KSSL_ERR_MAX, + "server principal != ticket principal\n"); + kssl_err->reason = SSL_R_KRB5_S_RD_REQ; + goto err; + } + if ((krb5rc = krb5_kt_get_entry(krb5context, krb5keytab, + krb5ticket->server, + krb5ticket->enc_part.kvno, + krb5ticket->enc_part.enctype, + &kt_entry)) != 0) { + BIO_snprintf(kssl_err->text, KSSL_ERR_MAX, + "krb5_kt_get_entry() fails with %x.\n", krb5rc); + kssl_err->reason = SSL_R_KRB5_S_RD_REQ; + goto err; + } + if ((krb5rc = krb5_decrypt_tkt_part(krb5context, &kt_entry.key, + krb5ticket)) != 0) { + BIO_snprintf(kssl_err->text, KSSL_ERR_MAX, + "krb5_decrypt_tkt_part() failed.\n"); + kssl_err->reason = SSL_R_KRB5_S_RD_REQ; + goto err; + } else { + krb5_kt_free_entry(krb5context, &kt_entry); +# ifdef KSSL_DEBUG { - if (kssl_ctx == NULL) return kssl_ctx; - - if (kssl_ctx->key) OPENSSL_cleanse(kssl_ctx->key, - kssl_ctx->length); - if (kssl_ctx->key) kssl_free(kssl_ctx->key); - if (kssl_ctx->client_princ) kssl_free(kssl_ctx->client_princ); - if (kssl_ctx->service_host) kssl_free(kssl_ctx->service_host); - if (kssl_ctx->service_name) kssl_free(kssl_ctx->service_name); - if (kssl_ctx->keytab_file) kssl_free(kssl_ctx->keytab_file); - - kssl_free(kssl_ctx); - return (KSSL_CTX *) NULL; + int i; + krb5_address **paddr = krb5ticket->enc_part2->caddrs; + fprintf(stderr, "Decrypted ticket fields:\n"); + fprintf(stderr, "\tflags: %X, transit-type: %X", + krb5ticket->enc_part2->flags, + krb5ticket->enc_part2->transited.tr_type); + print_krb5_data("\ttransit-data: ", + &(krb5ticket->enc_part2->transited.tr_contents)); + fprintf(stderr, "\tcaddrs: %p, authdata: %p\n", + krb5ticket->enc_part2->caddrs, + krb5ticket->enc_part2->authorization_data); + if (paddr) { + fprintf(stderr, "\tcaddrs:\n"); + for (i = 0; paddr[i] != NULL; i++) { + krb5_data d; + d.length = paddr[i]->length; + d.data = paddr[i]->contents; + print_krb5_data("\t\tIP: ", &d); + } + } + fprintf(stderr, "\tstart/auth/end times: %d / %d / %d\n", + krb5ticket->enc_part2->times.starttime, + krb5ticket->enc_part2->times.authtime, + krb5ticket->enc_part2->times.endtime); } +# endif /* KSSL_DEBUG */ + } + + krb5rc = KRB5_NO_TKT_SUPPLIED; + if (!krb5ticket || !krb5ticket->enc_part2 || + !krb5ticket->enc_part2->client || + !krb5ticket->enc_part2->client->data || + !krb5ticket->enc_part2->session) { + kssl_err_set(kssl_err, SSL_R_KRB5_S_BAD_TICKET, + "bad ticket from krb5_rd_req.\n"); + } else if (kssl_ctx_setprinc(kssl_ctx, KSSL_CLIENT, + &krb5ticket->enc_part2->client->realm, + krb5ticket->enc_part2->client->data, + krb5ticket->enc_part2->client->length)) { + kssl_err_set(kssl_err, SSL_R_KRB5_S_BAD_TICKET, + "kssl_ctx_setprinc() fails.\n"); + } else if (kssl_ctx_setkey(kssl_ctx, krb5ticket->enc_part2->session)) { + kssl_err_set(kssl_err, SSL_R_KRB5_S_BAD_TICKET, + "kssl_ctx_setkey() fails.\n"); + } else if (krb5ticket->enc_part2->flags & TKT_FLG_INVALID) { + krb5rc = KRB5KRB_AP_ERR_TKT_INVALID; + kssl_err_set(kssl_err, SSL_R_KRB5_S_BAD_TICKET, + "invalid ticket from krb5_rd_req.\n"); + } else + krb5rc = 0; + + kssl_ctx->enctype = krb5ticket->enc_part.enctype; + ttimes->authtime = krb5ticket->enc_part2->times.authtime; + ttimes->starttime = krb5ticket->enc_part2->times.starttime; + ttimes->endtime = krb5ticket->enc_part2->times.endtime; + ttimes->renew_till = krb5ticket->enc_part2->times.renew_till; + err: +# ifdef KSSL_DEBUG + kssl_ctx_show(kssl_ctx); +# endif /* KSSL_DEBUG */ + + if (asn1ticket) + KRB5_TICKET_free((KRB5_TICKET *) asn1ticket); + if (krb5keytab) + krb5_kt_close(krb5context, krb5keytab); + if (krb5ticket) + krb5_free_ticket(krb5context, krb5ticket); + if (krb5server) + krb5_free_principal(krb5context, krb5server); + return (krb5rc); +} -/* Given an array of (krb5_data *) entity (and optional realm), -** set the plain (char *) client_princ or service_host member -** of the kssl_ctx struct. -*/ +/* + * Allocate & return a new kssl_ctx struct. + */ +KSSL_CTX *kssl_ctx_new(void) +{ + return ((KSSL_CTX *)kssl_calloc(1, sizeof(KSSL_CTX))); +} + +/* + * Frees a kssl_ctx struct and any allocated memory it holds. Returns NULL. + */ +KSSL_CTX *kssl_ctx_free(KSSL_CTX *kssl_ctx) +{ + if (kssl_ctx == NULL) + return kssl_ctx; + + if (kssl_ctx->key) + OPENSSL_cleanse(kssl_ctx->key, kssl_ctx->length); + if (kssl_ctx->key) + kssl_free(kssl_ctx->key); + if (kssl_ctx->client_princ) + kssl_free(kssl_ctx->client_princ); + if (kssl_ctx->service_host) + kssl_free(kssl_ctx->service_host); + if (kssl_ctx->service_name) + kssl_free(kssl_ctx->service_name); + if (kssl_ctx->keytab_file) + kssl_free(kssl_ctx->keytab_file); + + kssl_free(kssl_ctx); + return (KSSL_CTX *)NULL; +} + +/* + * Given an array of (krb5_data *) entity (and optional realm), set the plain + * (char *) client_princ or service_host member of the kssl_ctx struct. + */ krb5_error_code kssl_ctx_setprinc(KSSL_CTX *kssl_ctx, int which, - krb5_data *realm, krb5_data *entity, int nentities) - { - char **princ; - int length; - int i; - - if (kssl_ctx == NULL || entity == NULL) return KSSL_CTX_ERR; - - switch (which) - { - case KSSL_CLIENT: princ = &kssl_ctx->client_princ; break; - case KSSL_SERVER: princ = &kssl_ctx->service_host; break; - default: return KSSL_CTX_ERR; break; - } - if (*princ) kssl_free(*princ); - - /* Add up all the entity->lengths */ - length = 0; - for (i=0; i < nentities; i++) - { - length += entity[i].length; - } - /* Add in space for the '/' character(s) (if any) */ - length += nentities-1; - /* Space for the ('@'+realm+NULL | NULL) */ - length += ((realm)? realm->length + 2: 1); - - if ((*princ = kssl_calloc(1, length)) == NULL) - return KSSL_CTX_ERR; - else - { - for (i = 0; i < nentities; i++) - { - strncat(*princ, entity[i].data, entity[i].length); - if (i < nentities-1) - { - strcat (*princ, "/"); - } - } - if (realm) - { - strcat (*princ, "@"); - (void) strncat(*princ, realm->data, realm->length); - } - } - - return KSSL_CTX_OK; + krb5_data *realm, krb5_data *entity, int nentities) +{ + char **princ; + int length; + int i; + + if (kssl_ctx == NULL || entity == NULL) + return KSSL_CTX_ERR; + + switch (which) { + case KSSL_CLIENT: + princ = &kssl_ctx->client_princ; + break; + case KSSL_SERVER: + princ = &kssl_ctx->service_host; + break; + default: + return KSSL_CTX_ERR; + break; + } + if (*princ) + kssl_free(*princ); + + /* Add up all the entity->lengths */ + length = 0; + for (i = 0; i < nentities; i++) { + length += entity[i].length; + } + /* Add in space for the '/' character(s) (if any) */ + length += nentities - 1; + /* Space for the ('@'+realm+NULL | NULL) */ + length += ((realm) ? realm->length + 2 : 1); + + if ((*princ = kssl_calloc(1, length)) == NULL) + return KSSL_CTX_ERR; + else { + for (i = 0; i < nentities; i++) { + strncat(*princ, entity[i].data, entity[i].length); + if (i < nentities - 1) { + strcat(*princ, "/"); + } } + if (realm) { + strcat(*princ, "@"); + (void)strncat(*princ, realm->data, realm->length); + } + } + return KSSL_CTX_OK; +} -/* Set one of the plain (char *) string members of the kssl_ctx struct. -** Default values should be: -** which == KSSL_SERVICE => "khost" (KRB5SVC) -** which == KSSL_KEYTAB => "/etc/krb5.keytab" (KRB5KEYTAB) -*/ -krb5_error_code -kssl_ctx_setstring(KSSL_CTX *kssl_ctx, int which, char *text) - { - char **string; - - if (!kssl_ctx) return KSSL_CTX_ERR; - - switch (which) - { - case KSSL_SERVICE: string = &kssl_ctx->service_name; break; - case KSSL_SERVER: string = &kssl_ctx->service_host; break; - case KSSL_CLIENT: string = &kssl_ctx->client_princ; break; - case KSSL_KEYTAB: string = &kssl_ctx->keytab_file; break; - default: return KSSL_CTX_ERR; break; - } - if (*string) kssl_free(*string); - - if (!text) - { - *string = '\0'; - return KSSL_CTX_OK; - } - - if ((*string = kssl_calloc(1, strlen(text) + 1)) == NULL) - return KSSL_CTX_ERR; - else - strcpy(*string, text); - - return KSSL_CTX_OK; - } +/*- Set one of the plain (char *) string members of the kssl_ctx struct. + * Default values should be: + * which == KSSL_SERVICE => "khost" (KRB5SVC) + * which == KSSL_KEYTAB => "/etc/krb5.keytab" (KRB5KEYTAB) + */ +krb5_error_code kssl_ctx_setstring(KSSL_CTX *kssl_ctx, int which, char *text) +{ + char **string; + + if (!kssl_ctx) + return KSSL_CTX_ERR; + + switch (which) { + case KSSL_SERVICE: + string = &kssl_ctx->service_name; + break; + case KSSL_SERVER: + string = &kssl_ctx->service_host; + break; + case KSSL_CLIENT: + string = &kssl_ctx->client_princ; + break; + case KSSL_KEYTAB: + string = &kssl_ctx->keytab_file; + break; + default: + return KSSL_CTX_ERR; + break; + } + if (*string) + kssl_free(*string); + if (!text) { + *string = '\0'; + return KSSL_CTX_OK; + } -/* Copy the Kerberos session key from a (krb5_keyblock *) to a kssl_ctx -** struct. Clear kssl_ctx->key if Kerberos session key is NULL. -*/ -krb5_error_code -kssl_ctx_setkey(KSSL_CTX *kssl_ctx, krb5_keyblock *session) - { - int length; - krb5_enctype enctype; - krb5_octet FAR *contents = NULL; - - if (!kssl_ctx) return KSSL_CTX_ERR; - - if (kssl_ctx->key) - { - OPENSSL_cleanse(kssl_ctx->key, kssl_ctx->length); - kssl_free(kssl_ctx->key); - } - - if (session) - { - -#ifdef KRB5_HEIMDAL - length = session->keyvalue->length; - enctype = session->keytype; - contents = session->keyvalue->contents; -#else - length = session->length; - enctype = session->enctype; - contents = session->contents; -#endif - kssl_ctx->enctype = enctype; - kssl_ctx->length = length; - } - else - { - kssl_ctx->enctype = ENCTYPE_UNKNOWN; - kssl_ctx->length = 0; - return KSSL_CTX_OK; - } - - if ((kssl_ctx->key = - (krb5_octet FAR *) kssl_calloc(1, kssl_ctx->length)) == NULL) - { - kssl_ctx->length = 0; - return KSSL_CTX_ERR; - } - else - memcpy(kssl_ctx->key, contents, length); - - return KSSL_CTX_OK; - } + if ((*string = kssl_calloc(1, strlen(text) + 1)) == NULL) + return KSSL_CTX_ERR; + else + strcpy(*string, text); + return KSSL_CTX_OK; +} -/* Display contents of kssl_ctx struct -*/ -void -kssl_ctx_show(KSSL_CTX *kssl_ctx) - { - int i; - - printf("kssl_ctx: "); - if (kssl_ctx == NULL) - { - printf("NULL\n"); - return; - } - else - printf("%p\n", (void *)kssl_ctx); - - printf("\tservice:\t%s\n", - (kssl_ctx->service_name)? kssl_ctx->service_name: "NULL"); - printf("\tclient:\t%s\n", - (kssl_ctx->client_princ)? kssl_ctx->client_princ: "NULL"); - printf("\tserver:\t%s\n", - (kssl_ctx->service_host)? kssl_ctx->service_host: "NULL"); - printf("\tkeytab:\t%s\n", - (kssl_ctx->keytab_file)? kssl_ctx->keytab_file: "NULL"); - printf("\tkey [%d:%d]:\t", - kssl_ctx->enctype, kssl_ctx->length); - - for (i=0; i < kssl_ctx->length && kssl_ctx->key; i++) - { - printf("%02x", kssl_ctx->key[i]); - } - printf("\n"); - return; - } +/* + * Copy the Kerberos session key from a (krb5_keyblock *) to a kssl_ctx + * struct. Clear kssl_ctx->key if Kerberos session key is NULL. + */ +krb5_error_code kssl_ctx_setkey(KSSL_CTX *kssl_ctx, krb5_keyblock *session) +{ + int length; + krb5_enctype enctype; + krb5_octet FAR *contents = NULL; + + if (!kssl_ctx) + return KSSL_CTX_ERR; + + if (kssl_ctx->key) { + OPENSSL_cleanse(kssl_ctx->key, kssl_ctx->length); + kssl_free(kssl_ctx->key); + } + + if (session) { + +# ifdef KRB5_HEIMDAL + length = session->keyvalue->length; + enctype = session->keytype; + contents = session->keyvalue->contents; +# else + length = session->length; + enctype = session->enctype; + contents = session->contents; +# endif + kssl_ctx->enctype = enctype; + kssl_ctx->length = length; + } else { + kssl_ctx->enctype = ENCTYPE_UNKNOWN; + kssl_ctx->length = 0; + return KSSL_CTX_OK; + } + + if ((kssl_ctx->key = + (krb5_octet FAR *)kssl_calloc(1, kssl_ctx->length)) == NULL) { + kssl_ctx->length = 0; + return KSSL_CTX_ERR; + } else + memcpy(kssl_ctx->key, contents, length); + + return KSSL_CTX_OK; +} + +/* + * Display contents of kssl_ctx struct + */ +void kssl_ctx_show(KSSL_CTX *kssl_ctx) +{ + int i; + + printf("kssl_ctx: "); + if (kssl_ctx == NULL) { + printf("NULL\n"); + return; + } else + printf("%p\n", (void *)kssl_ctx); + + printf("\tservice:\t%s\n", + (kssl_ctx->service_name) ? kssl_ctx->service_name : "NULL"); + printf("\tclient:\t%s\n", + (kssl_ctx->client_princ) ? kssl_ctx->client_princ : "NULL"); + printf("\tserver:\t%s\n", + (kssl_ctx->service_host) ? kssl_ctx->service_host : "NULL"); + printf("\tkeytab:\t%s\n", + (kssl_ctx->keytab_file) ? kssl_ctx->keytab_file : "NULL"); + printf("\tkey [%d:%d]:\t", kssl_ctx->enctype, kssl_ctx->length); + + for (i = 0; i < kssl_ctx->length && kssl_ctx->key; i++) { + printf("%02x", kssl_ctx->key[i]); + } + printf("\n"); + return; +} - int - kssl_keytab_is_available(KSSL_CTX *kssl_ctx) +int kssl_keytab_is_available(KSSL_CTX *kssl_ctx) { - krb5_context krb5context = NULL; - krb5_keytab krb5keytab = NULL; - krb5_keytab_entry entry; - krb5_principal princ = NULL; - krb5_error_code krb5rc = KRB5KRB_ERR_GENERIC; + krb5_context krb5context = NULL; + krb5_keytab krb5keytab = NULL; + krb5_keytab_entry entry; + krb5_principal princ = NULL; + krb5_error_code krb5rc = KRB5KRB_ERR_GENERIC; int rc = 0; if ((krb5rc = krb5_init_context(&krb5context))) - return(0); + return (0); - /* kssl_ctx->keytab_file == NULL ==> use Kerberos default - */ - if (kssl_ctx->keytab_file) - { + /* + * kssl_ctx->keytab_file == NULL ==> use Kerberos default + */ + if (kssl_ctx->keytab_file) { krb5rc = krb5_kt_resolve(krb5context, kssl_ctx->keytab_file, - &krb5keytab); + &krb5keytab); if (krb5rc) goto exit; - } - else - { - krb5rc = krb5_kt_default(krb5context,&krb5keytab); + } else { + krb5rc = krb5_kt_default(krb5context, &krb5keytab); if (krb5rc) goto exit; } /* the host key we are looking for */ - krb5rc = krb5_sname_to_principal(krb5context, NULL, - kssl_ctx->service_name ? kssl_ctx->service_name: KRB5SVC, - KRB5_NT_SRV_HST, &princ); + krb5rc = krb5_sname_to_principal(krb5context, NULL, + kssl_ctx-> + service_name ? kssl_ctx->service_name : + KRB5SVC, KRB5_NT_SRV_HST, &princ); if (krb5rc) - goto exit; - - krb5rc = krb5_kt_get_entry(krb5context, krb5keytab, - princ, - 0 /* IGNORE_VNO */, - 0 /* IGNORE_ENCTYPE */, - &entry); - if ( krb5rc == KRB5_KT_NOTFOUND ) { + goto exit; + + krb5rc = krb5_kt_get_entry(krb5context, krb5keytab, princ, + /* IGNORE_VNO */ + 0, + /* IGNORE_ENCTYPE */ + 0, &entry); + if (krb5rc == KRB5_KT_NOTFOUND) { rc = 1; goto exit; - } else if ( krb5rc ) + } else if (krb5rc) goto exit; - + krb5_kt_free_entry(krb5context, &entry); rc = 1; - exit: - if (krb5keytab) krb5_kt_close(krb5context, krb5keytab); - if (princ) krb5_free_principal(krb5context, princ); - if (krb5context) krb5_free_context(krb5context); - return(rc); + exit: + if (krb5keytab) + krb5_kt_close(krb5context, krb5keytab); + if (princ) + krb5_free_principal(krb5context, princ); + if (krb5context) + krb5_free_context(krb5context); + return (rc); } -int -kssl_tgt_is_available(KSSL_CTX *kssl_ctx) - { - krb5_error_code krb5rc = KRB5KRB_ERR_GENERIC; - krb5_context krb5context = NULL; - krb5_ccache krb5ccdef = NULL; - krb5_creds krb5creds, *krb5credsp = NULL; - int rc = 0; +int kssl_tgt_is_available(KSSL_CTX *kssl_ctx) +{ + krb5_error_code krb5rc = KRB5KRB_ERR_GENERIC; + krb5_context krb5context = NULL; + krb5_ccache krb5ccdef = NULL; + krb5_creds krb5creds, *krb5credsp = NULL; + int rc = 0; - memset((char *)&krb5creds, 0, sizeof(krb5creds)); + memset((char *)&krb5creds, 0, sizeof(krb5creds)); - if (!kssl_ctx) - return(0); + if (!kssl_ctx) + return (0); - if (!kssl_ctx->service_host) - return(0); + if (!kssl_ctx->service_host) + return (0); - if ((krb5rc = krb5_init_context(&krb5context)) != 0) - goto err; + if ((krb5rc = krb5_init_context(&krb5context)) != 0) + goto err; - if ((krb5rc = krb5_sname_to_principal(krb5context, - kssl_ctx->service_host, - (kssl_ctx->service_name)? kssl_ctx->service_name: KRB5SVC, - KRB5_NT_SRV_HST, &krb5creds.server)) != 0) - goto err; - - if ((krb5rc = krb5_cc_default(krb5context, &krb5ccdef)) != 0) - goto err; + if ((krb5rc = krb5_sname_to_principal(krb5context, + kssl_ctx->service_host, + (kssl_ctx->service_name) ? + kssl_ctx->service_name : KRB5SVC, + KRB5_NT_SRV_HST, + &krb5creds.server)) != 0) + goto err; - if ((krb5rc = krb5_cc_get_principal(krb5context, krb5ccdef, - &krb5creds.client)) != 0) - goto err; + if ((krb5rc = krb5_cc_default(krb5context, &krb5ccdef)) != 0) + goto err; - if ((krb5rc = krb5_get_credentials(krb5context, 0, krb5ccdef, - &krb5creds, &krb5credsp)) != 0) - goto err; + if ((krb5rc = krb5_cc_get_principal(krb5context, krb5ccdef, + &krb5creds.client)) != 0) + goto err; - rc = 1; + if ((krb5rc = krb5_get_credentials(krb5context, 0, krb5ccdef, + &krb5creds, &krb5credsp)) != 0) + goto err; - err: -#ifdef KSSL_DEBUG - kssl_ctx_show(kssl_ctx); -#endif /* KSSL_DEBUG */ + rc = 1; - if (krb5creds.client) krb5_free_principal(krb5context, krb5creds.client); - if (krb5creds.server) krb5_free_principal(krb5context, krb5creds.server); - if (krb5context) krb5_free_context(krb5context); - return(rc); - } + err: +# ifdef KSSL_DEBUG + kssl_ctx_show(kssl_ctx); +# endif /* KSSL_DEBUG */ + + if (krb5creds.client) + krb5_free_principal(krb5context, krb5creds.client); + if (krb5creds.server) + krb5_free_principal(krb5context, krb5creds.server); + if (krb5context) + krb5_free_context(krb5context); + return (rc); +} -#if !defined(OPENSSL_SYS_WINDOWS) && !defined(OPENSSL_SYS_WIN32) +# if !defined(OPENSSL_SYS_WINDOWS) && !defined(OPENSSL_SYS_WIN32) void kssl_krb5_free_data_contents(krb5_context context, krb5_data *data) - { -#ifdef KRB5_HEIMDAL - data->length = 0; - if (data->data) - free(data->data); -#elif defined(KRB5_MIT_OLD11) - if (data->data) { - krb5_xfree(data->data); - data->data = 0; - } -#else - krb5_free_data_contents(NULL, data); -#endif - } -#endif /* !OPENSSL_SYS_WINDOWS && !OPENSSL_SYS_WIN32 */ - - -/* Given pointers to KerberosTime and struct tm structs, convert the -** KerberosTime string to struct tm. Note that KerberosTime is a -** ASN1_GENERALIZEDTIME value, constrained to GMT with no fractional -** seconds as defined in RFC 1510. -** Return pointer to the (partially) filled in struct tm on success, -** return NULL on failure. -*/ +{ +# ifdef KRB5_HEIMDAL + data->length = 0; + if (data->data) + free(data->data); +# elif defined(KRB5_MIT_OLD11) + if (data->data) { + krb5_xfree(data->data); + data->data = 0; + } +# else + krb5_free_data_contents(NULL, data); +# endif +} +# endif +/* !OPENSSL_SYS_WINDOWS && !OPENSSL_SYS_WIN32 */ + +/* + * Given pointers to KerberosTime and struct tm structs, convert the + * KerberosTime string to struct tm. Note that KerberosTime is a + * ASN1_GENERALIZEDTIME value, constrained to GMT with no fractional seconds + * as defined in RFC 1510. Return pointer to the (partially) filled in + * struct tm on success, return NULL on failure. + */ static struct tm *k_gmtime(ASN1_GENERALIZEDTIME *gtime, struct tm *k_tm) - { - char c, *p; +{ + char c, *p; + + if (!k_tm) + return NULL; + if (gtime == NULL || gtime->length < 14) + return NULL; + if (gtime->data == NULL) + return NULL; + + p = (char *)>ime->data[14]; + + c = *p; + *p = '\0'; + p -= 2; + k_tm->tm_sec = atoi(p); + *(p + 2) = c; + c = *p; + *p = '\0'; + p -= 2; + k_tm->tm_min = atoi(p); + *(p + 2) = c; + c = *p; + *p = '\0'; + p -= 2; + k_tm->tm_hour = atoi(p); + *(p + 2) = c; + c = *p; + *p = '\0'; + p -= 2; + k_tm->tm_mday = atoi(p); + *(p + 2) = c; + c = *p; + *p = '\0'; + p -= 2; + k_tm->tm_mon = atoi(p) - 1; + *(p + 2) = c; + c = *p; + *p = '\0'; + p -= 4; + k_tm->tm_year = atoi(p) - 1900; + *(p + 4) = c; + + return k_tm; +} - if (!k_tm) return NULL; - if (gtime == NULL || gtime->length < 14) return NULL; - if (gtime->data == NULL) return NULL; +/* + * Helper function for kssl_validate_times(). We need context->clockskew, + * but krb5_context is an opaque struct. So we try to sneek the clockskew + * out through the replay cache. If that fails just return a likely default + * (300 seconds). + */ +static krb5_deltat get_rc_clockskew(krb5_context context) +{ + krb5_rcache rc; + krb5_deltat clockskew; + + if (krb5_rc_default(context, &rc)) + return KSSL_CLOCKSKEW; + if (krb5_rc_initialize(context, rc, 0)) + return KSSL_CLOCKSKEW; + if (krb5_rc_get_lifespan(context, rc, &clockskew)) { + clockskew = KSSL_CLOCKSKEW; + } + (void)krb5_rc_destroy(context, rc); + return clockskew; +} - p = (char *)>ime->data[14]; +/* + * kssl_validate_times() combines (and more importantly exposes) the MIT KRB5 + * internal function krb5_validate_times() and the in_clock_skew() macro. + * The authenticator client time is checked to be within clockskew secs of + * the current time and the current time is checked to be within the ticket + * start and expire times. Either check may be omitted by supplying a NULL + * value. Returns 0 for valid times, SSL_R_KRB5* error codes otherwise. See + * Also: (Kerberos source)/krb5/lib/krb5/krb/valid_times.c 20010420 VRS + */ +krb5_error_code kssl_validate_times(krb5_timestamp atime, + krb5_ticket_times *ttimes) +{ + krb5_deltat skew; + krb5_timestamp start, now; + krb5_error_code rc; + krb5_context context; + + if ((rc = krb5_init_context(&context))) + return SSL_R_KRB5_S_BAD_TICKET; + skew = get_rc_clockskew(context); + if ((rc = krb5_timeofday(context, &now))) + return SSL_R_KRB5_S_BAD_TICKET; + krb5_free_context(context); + + if (atime && labs(atime - now) >= skew) + return SSL_R_KRB5_S_TKT_SKEW; + + if (!ttimes) + return 0; + + start = (ttimes->starttime != 0) ? ttimes->starttime : ttimes->authtime; + if (start - now > skew) + return SSL_R_KRB5_S_TKT_NYV; + if ((now - ttimes->endtime) > skew) + return SSL_R_KRB5_S_TKT_EXPIRED; + +# ifdef KSSL_DEBUG + fprintf(stderr, "kssl_validate_times: %d |<- | %d - %d | < %d ->| %d\n", + start, atime, now, skew, ttimes->endtime); +# endif /* KSSL_DEBUG */ + + return 0; +} - c = *p; *p = '\0'; p -= 2; k_tm->tm_sec = atoi(p); *(p+2) = c; - c = *p; *p = '\0'; p -= 2; k_tm->tm_min = atoi(p); *(p+2) = c; - c = *p; *p = '\0'; p -= 2; k_tm->tm_hour = atoi(p); *(p+2) = c; - c = *p; *p = '\0'; p -= 2; k_tm->tm_mday = atoi(p); *(p+2) = c; - c = *p; *p = '\0'; p -= 2; k_tm->tm_mon = atoi(p)-1; *(p+2) = c; - c = *p; *p = '\0'; p -= 4; k_tm->tm_year = atoi(p)-1900; *(p+4) = c; +/* + * Decode and decrypt given DER-encoded authenticator, then pass + * authenticator ctime back in *atimep (or 0 if time unavailable). Returns + * krb5_error_code and kssl_err on error. A NULL authenticator + * (authentp->length == 0) is not considered an error. Note that + * kssl_check_authent() makes use of the KRB5 session key; you must call + * kssl_sget_tkt() to get the key before calling this routine. + */ +krb5_error_code kssl_check_authent( + /* + * IN + */ KSSL_CTX *kssl_ctx, + /* + * IN + */ krb5_data *authentp, + /* + * OUT + */ krb5_timestamp *atimep, + /* + * OUT + */ KSSL_ERR *kssl_err) +{ + krb5_error_code krb5rc = 0; + KRB5_ENCDATA *dec_authent = NULL; + KRB5_AUTHENTBODY *auth = NULL; + krb5_enctype enctype; + EVP_CIPHER_CTX ciph_ctx; + const EVP_CIPHER *enc = NULL; + unsigned char iv[EVP_MAX_IV_LENGTH]; + const unsigned char *p; + unsigned char *unenc_authent; + int outl, unencbufsize; + struct tm tm_time, *tm_l, *tm_g; + time_t now, tl, tg, tr, tz_offset; + + EVP_CIPHER_CTX_init(&ciph_ctx); + *atimep = 0; + kssl_err_set(kssl_err, 0, ""); + +# ifndef KRB5CHECKAUTH + authentp = NULL; +# else +# if KRB5CHECKAUTH == 0 + authentp = NULL; +# endif +# endif /* KRB5CHECKAUTH */ + + if (authentp == NULL || authentp->length == 0) + return 0; + +# ifdef KSSL_DEBUG + { + unsigned int ui; + fprintf(stderr, "kssl_check_authent: authenticator[%d]:\n", + authentp->length); + p = authentp->data; + for (ui = 0; ui < authentp->length; ui++) + fprintf(stderr, "%02x ", p[ui]); + fprintf(stderr, "\n"); + } +# endif /* KSSL_DEBUG */ + + unencbufsize = 2 * authentp->length; + if ((unenc_authent = calloc(1, unencbufsize)) == NULL) { + kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, + "Unable to allocate authenticator buffer.\n"); + krb5rc = KRB5KRB_ERR_GENERIC; + goto err; + } - return k_tm; - } + p = (unsigned char *)authentp->data; + if ((dec_authent = d2i_KRB5_ENCDATA(NULL, &p, + (long)authentp->length)) == NULL) { + kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, + "Error decoding authenticator.\n"); + krb5rc = KRB5KRB_AP_ERR_BAD_INTEGRITY; + goto err; + } + enctype = dec_authent->etype->data[0]; /* should = kssl_ctx->enctype */ +# if !defined(KRB5_MIT_OLD11) + switch (enctype) { + case ENCTYPE_DES3_CBC_SHA1: /* EVP_des_ede3_cbc(); */ + case ENCTYPE_DES3_CBC_SHA: + case ENCTYPE_DES3_CBC_RAW: + krb5rc = 0; /* Skip, can't handle derived keys */ + goto err; + } +# endif + enc = kssl_map_enc(enctype); + memset(iv, 0, sizeof iv); /* per RFC 1510 */ + + if (enc == NULL) { + /* + * Disable kssl_check_authent for ENCTYPE_DES3_CBC_SHA1. This + * enctype indicates the authenticator was encrypted using key-usage + * derived keys which openssl cannot decrypt. + */ + goto err; + } -/* Helper function for kssl_validate_times(). -** We need context->clockskew, but krb5_context is an opaque struct. -** So we try to sneek the clockskew out through the replay cache. -** If that fails just return a likely default (300 seconds). -*/ -static krb5_deltat get_rc_clockskew(krb5_context context) - { - krb5_rcache rc; - krb5_deltat clockskew; - - if (krb5_rc_default(context, &rc)) return KSSL_CLOCKSKEW; - if (krb5_rc_initialize(context, rc, 0)) return KSSL_CLOCKSKEW; - if (krb5_rc_get_lifespan(context, rc, &clockskew)) { - clockskew = KSSL_CLOCKSKEW; - } - (void) krb5_rc_destroy(context, rc); - return clockskew; - } - - -/* kssl_validate_times() combines (and more importantly exposes) -** the MIT KRB5 internal function krb5_validate_times() and the -** in_clock_skew() macro. The authenticator client time is checked -** to be within clockskew secs of the current time and the current -** time is checked to be within the ticket start and expire times. -** Either check may be omitted by supplying a NULL value. -** Returns 0 for valid times, SSL_R_KRB5* error codes otherwise. -** See Also: (Kerberos source)/krb5/lib/krb5/krb/valid_times.c -** 20010420 VRS -*/ -krb5_error_code kssl_validate_times( krb5_timestamp atime, - krb5_ticket_times *ttimes) - { - krb5_deltat skew; - krb5_timestamp start, now; - krb5_error_code rc; - krb5_context context; - - if ((rc = krb5_init_context(&context))) return SSL_R_KRB5_S_BAD_TICKET; - skew = get_rc_clockskew(context); - if ((rc = krb5_timeofday(context,&now))) return SSL_R_KRB5_S_BAD_TICKET; - krb5_free_context(context); - - if (atime && labs(atime - now) >= skew) return SSL_R_KRB5_S_TKT_SKEW; - - if (! ttimes) return 0; - - start = (ttimes->starttime != 0)? ttimes->starttime: ttimes->authtime; - if (start - now > skew) return SSL_R_KRB5_S_TKT_NYV; - if ((now - ttimes->endtime) > skew) return SSL_R_KRB5_S_TKT_EXPIRED; - -#ifdef KSSL_DEBUG - printf("kssl_validate_times: %d |<- | %d - %d | < %d ->| %d\n", - start, atime, now, skew, ttimes->endtime); -#endif /* KSSL_DEBUG */ - - return 0; - } - - -/* Decode and decrypt given DER-encoded authenticator, then pass -** authenticator ctime back in *atimep (or 0 if time unavailable). -** Returns krb5_error_code and kssl_err on error. A NULL -** authenticator (authentp->length == 0) is not considered an error. -** Note that kssl_check_authent() makes use of the KRB5 session key; -** you must call kssl_sget_tkt() to get the key before calling this routine. -*/ -krb5_error_code kssl_check_authent( - /* IN */ KSSL_CTX *kssl_ctx, - /* IN */ krb5_data *authentp, - /* OUT */ krb5_timestamp *atimep, - /* OUT */ KSSL_ERR *kssl_err ) - { - krb5_error_code krb5rc = 0; - KRB5_ENCDATA *dec_authent = NULL; - KRB5_AUTHENTBODY *auth = NULL; - krb5_enctype enctype; - EVP_CIPHER_CTX ciph_ctx; - const EVP_CIPHER *enc = NULL; - unsigned char iv[EVP_MAX_IV_LENGTH]; - const unsigned char *p; - unsigned char *unenc_authent; - int outl, unencbufsize; - struct tm tm_time, *tm_l, *tm_g; - time_t now, tl, tg, tr, tz_offset; - - EVP_CIPHER_CTX_init(&ciph_ctx); - *atimep = 0; - kssl_err_set(kssl_err, 0, ""); - -#ifndef KRB5CHECKAUTH - authentp = NULL; -#else -#if KRB5CHECKAUTH == 0 - authentp = NULL; -#endif -#endif /* KRB5CHECKAUTH */ - - if (authentp == NULL || authentp->length == 0) return 0; - -#ifdef KSSL_DEBUG - { - unsigned int ui; - printf("kssl_check_authent: authenticator[%d]:\n",authentp->length); - p = authentp->data; - for (ui=0; ui < authentp->length; ui++) printf("%02x ",p[ui]); - printf("\n"); - } -#endif /* KSSL_DEBUG */ - - unencbufsize = 2 * authentp->length; - if ((unenc_authent = calloc(1, unencbufsize)) == NULL) - { - kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, - "Unable to allocate authenticator buffer.\n"); - krb5rc = KRB5KRB_ERR_GENERIC; - goto err; - } - - p = (unsigned char *)authentp->data; - if ((dec_authent = d2i_KRB5_ENCDATA(NULL, &p, - (long) authentp->length)) == NULL) - { - kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, - "Error decoding authenticator.\n"); - krb5rc = KRB5KRB_AP_ERR_BAD_INTEGRITY; - goto err; - } - - enctype = dec_authent->etype->data[0]; /* should = kssl_ctx->enctype */ -#if !defined(KRB5_MIT_OLD11) - switch ( enctype ) { - case ENCTYPE_DES3_CBC_SHA1: /* EVP_des_ede3_cbc(); */ - case ENCTYPE_DES3_CBC_SHA: - case ENCTYPE_DES3_CBC_RAW: - krb5rc = 0; /* Skip, can't handle derived keys */ - goto err; - } -#endif - enc = kssl_map_enc(enctype); - memset(iv, 0, sizeof iv); /* per RFC 1510 */ - - if (enc == NULL) - { - /* Disable kssl_check_authent for ENCTYPE_DES3_CBC_SHA1. - ** This enctype indicates the authenticator was encrypted - ** using key-usage derived keys which openssl cannot decrypt. - */ - goto err; - } - - if (!EVP_CipherInit(&ciph_ctx,enc,kssl_ctx->key,iv,0)) - { - kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, - "EVP_CipherInit error decrypting authenticator.\n"); - krb5rc = KRB5KRB_AP_ERR_BAD_INTEGRITY; - goto err; - } - outl = dec_authent->cipher->length; - if (!EVP_Cipher(&ciph_ctx,unenc_authent,dec_authent->cipher->data,outl)) - { - kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, - "EVP_Cipher error decrypting authenticator.\n"); - krb5rc = KRB5KRB_AP_ERR_BAD_INTEGRITY; - goto err; - } - EVP_CIPHER_CTX_cleanup(&ciph_ctx); - -#ifdef KSSL_DEBUG - { - int padl; - printf("kssl_check_authent: decrypted authenticator[%d] =\n", outl); - for (padl=0; padl < outl; padl++) printf("%02x ",unenc_authent[padl]); - printf("\n"); - } -#endif /* KSSL_DEBUG */ - - if ((p = kssl_skip_confound(enctype, unenc_authent)) == NULL) - { - kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, - "confounded by authenticator.\n"); - krb5rc = KRB5KRB_AP_ERR_BAD_INTEGRITY; - goto err; - } - outl -= p - unenc_authent; - - if ((auth = (KRB5_AUTHENTBODY *) d2i_KRB5_AUTHENT(NULL, &p, - (long) outl))==NULL) - { - kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, - "Error decoding authenticator body.\n"); - krb5rc = KRB5KRB_AP_ERR_BAD_INTEGRITY; - goto err; - } - - memset(&tm_time,0,sizeof(struct tm)); - if (k_gmtime(auth->ctime, &tm_time) && - ((tr = mktime(&tm_time)) != (time_t)(-1))) - { - now = time(&now); - tm_l = localtime(&now); tl = mktime(tm_l); - tm_g = gmtime(&now); tg = mktime(tm_g); - tz_offset = tg - tl; - - *atimep = (krb5_timestamp)(tr - tz_offset); - } - -#ifdef KSSL_DEBUG - printf("kssl_check_authent: returns %d for client time ", *atimep); - if (auth && auth->ctime && auth->ctime->length && auth->ctime->data) - printf("%.*s\n", auth->ctime->length, auth->ctime->data); - else printf("NULL\n"); -#endif /* KSSL_DEBUG */ + if (!EVP_CipherInit(&ciph_ctx, enc, kssl_ctx->key, iv, 0)) { + kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, + "EVP_CipherInit error decrypting authenticator.\n"); + krb5rc = KRB5KRB_AP_ERR_BAD_INTEGRITY; + goto err; + } + outl = dec_authent->cipher->length; + if (!EVP_Cipher + (&ciph_ctx, unenc_authent, dec_authent->cipher->data, outl)) { + kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, + "EVP_Cipher error decrypting authenticator.\n"); + krb5rc = KRB5KRB_AP_ERR_BAD_INTEGRITY; + goto err; + } + EVP_CIPHER_CTX_cleanup(&ciph_ctx); + +# ifdef KSSL_DEBUG + { + int padl; + fprintf(stderr, "kssl_check_authent: decrypted authenticator[%d] =\n", + outl); + for (padl = 0; padl < outl; padl++) + fprintf(stderr, "%02x ", unenc_authent[padl]); + fprintf(stderr, "\n"); + } +# endif /* KSSL_DEBUG */ + + if ((p = kssl_skip_confound(enctype, unenc_authent)) == NULL) { + kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, + "confounded by authenticator.\n"); + krb5rc = KRB5KRB_AP_ERR_BAD_INTEGRITY; + goto err; + } + outl -= p - unenc_authent; + + if ((auth = (KRB5_AUTHENTBODY *)d2i_KRB5_AUTHENT(NULL, &p, + (long)outl)) == NULL) { + kssl_err_set(kssl_err, SSL_R_KRB5_S_INIT, + "Error decoding authenticator body.\n"); + krb5rc = KRB5KRB_AP_ERR_BAD_INTEGRITY; + goto err; + } + + memset(&tm_time, 0, sizeof(struct tm)); + if (k_gmtime(auth->ctime, &tm_time) && + ((tr = mktime(&tm_time)) != (time_t)(-1))) { + now = time(&now); + tm_l = localtime(&now); + tl = mktime(tm_l); + tm_g = gmtime(&now); + tg = mktime(tm_g); + tz_offset = tg - tl; + + *atimep = (krb5_timestamp)(tr - tz_offset); + } +# ifdef KSSL_DEBUG + fprintf(stderr, "kssl_check_authent: returns %d for client time ", + *atimep); + if (auth && auth->ctime && auth->ctime->length && auth->ctime->data) + fprintf(stderr, "%.*s\n", auth->ctime->length, auth->ctime->data); + else + fprintf(stderr, "NULL\n"); +# endif /* KSSL_DEBUG */ err: - if (auth) KRB5_AUTHENT_free((KRB5_AUTHENT *) auth); - if (dec_authent) KRB5_ENCDATA_free(dec_authent); - if (unenc_authent) free(unenc_authent); - EVP_CIPHER_CTX_cleanup(&ciph_ctx); - return krb5rc; - } - - -/* Replaces krb5_build_principal_ext(), with varargs length == 2 (svc, host), -** because I dont't know how to stub varargs. -** Returns krb5_error_code == ENOMEM on alloc error, otherwise -** passes back newly constructed principal, which should be freed by caller. -*/ -krb5_error_code kssl_build_principal_2( - /* UPDATE */ krb5_context context, - /* OUT */ krb5_principal *princ, - /* IN */ int rlen, const char *realm, - /* IN */ int slen, const char *svc, - /* IN */ int hlen, const char *host) - { - krb5_data *p_data = NULL; - krb5_principal new_p = NULL; - char *new_r = NULL; - - if ((p_data = (krb5_data *) calloc(2, sizeof(krb5_data))) == NULL || - (new_p = (krb5_principal) calloc(1, sizeof(krb5_principal_data))) - == NULL) goto err; - new_p->length = 2; - new_p->data = p_data; - - if ((new_r = calloc(1, rlen + 1)) == NULL) goto err; - memcpy(new_r, realm, rlen); - krb5_princ_set_realm_length(context, new_p, rlen); - krb5_princ_set_realm_data(context, new_p, new_r); - - if ((new_p->data[0].data = calloc(1, slen + 1)) == NULL) goto err; - memcpy(new_p->data[0].data, svc, slen); - new_p->data[0].length = slen; - - if ((new_p->data[1].data = calloc(1, hlen + 1)) == NULL) goto err; - memcpy(new_p->data[1].data, host, hlen); - new_p->data[1].length = hlen; - - krb5_princ_type(context, new_p) = KRB5_NT_UNKNOWN; - *princ = new_p; - return 0; + if (auth) + KRB5_AUTHENT_free((KRB5_AUTHENT *) auth); + if (dec_authent) + KRB5_ENCDATA_free(dec_authent); + if (unenc_authent) + free(unenc_authent); + EVP_CIPHER_CTX_cleanup(&ciph_ctx); + return krb5rc; +} + +/* + * Replaces krb5_build_principal_ext(), with varargs length == 2 (svc, host), + * because I don't know how to stub varargs. Returns krb5_error_code == + * ENOMEM on alloc error, otherwise passes back newly constructed principal, + * which should be freed by caller. + */ +krb5_error_code kssl_build_principal_2( + /* + * UPDATE + */ krb5_context context, + /* + * OUT + */ krb5_principal *princ, + /* + * IN + */ int rlen, const char *realm, + /* + * IN + */ int slen, const char *svc, + /* + * IN + */ int hlen, const char *host) +{ + krb5_data *p_data = NULL; + krb5_principal new_p = NULL; + char *new_r = NULL; + + if ((p_data = (krb5_data *)calloc(2, sizeof(krb5_data))) == NULL || + (new_p = (krb5_principal)calloc(1, sizeof(krb5_principal_data))) + == NULL) + goto err; + new_p->length = 2; + new_p->data = p_data; + + if ((new_r = calloc(1, rlen + 1)) == NULL) + goto err; + memcpy(new_r, realm, rlen); + krb5_princ_set_realm_length(context, new_p, rlen); + krb5_princ_set_realm_data(context, new_p, new_r); + + if ((new_p->data[0].data = calloc(1, slen + 1)) == NULL) + goto err; + memcpy(new_p->data[0].data, svc, slen); + new_p->data[0].length = slen; + + if ((new_p->data[1].data = calloc(1, hlen + 1)) == NULL) + goto err; + memcpy(new_p->data[1].data, host, hlen); + new_p->data[1].length = hlen; + + krb5_princ_type(context, new_p) = KRB5_NT_UNKNOWN; + *princ = new_p; + return 0; err: - if (new_p && new_p[0].data) free(new_p[0].data); - if (new_p && new_p[1].data) free(new_p[1].data); - if (new_p) free(new_p); - if (new_r) free(new_r); - return ENOMEM; - } + if (new_p && new_p[0].data) + free(new_p[0].data); + if (new_p && new_p[1].data) + free(new_p[1].data); + if (new_p) + free(new_p); + if (new_r) + free(new_r); + return ENOMEM; +} void SSL_set0_kssl_ctx(SSL *s, KSSL_CTX *kctx) - { - s->kssl_ctx = kctx; - } +{ + s->kssl_ctx = kctx; +} -KSSL_CTX * SSL_get0_kssl_ctx(SSL *s) - { - return s->kssl_ctx; - } +KSSL_CTX *SSL_get0_kssl_ctx(SSL *s) +{ + return s->kssl_ctx; +} char *kssl_ctx_get0_client_princ(KSSL_CTX *kctx) - { - if (kctx) - return kctx->client_princ; - return NULL; - } - -#else /* !OPENSSL_NO_KRB5 */ +{ + if (kctx) + return kctx->client_princ; + return NULL; +} -#if defined(PEDANTIC) || defined(OPENSSL_SYS_VMS) -static void *dummy=&dummy; -#endif +#else /* !OPENSSL_NO_KRB5 */ -#endif /* !OPENSSL_NO_KRB5 */ +# if defined(PEDANTIC) || defined(OPENSSL_SYS_VMS) +static void *dummy = &dummy; +# endif +#endif /* !OPENSSL_NO_KRB5 */ diff --git a/openssl/ssl/kssl.h b/openssl/ssl/kssl.h index e4df84307..9a5767280 100644 --- a/openssl/ssl/kssl.h +++ b/openssl/ssl/kssl.h @@ -1,6 +1,7 @@ /* ssl/kssl.h -*- mode: C; c-file-style: "eay" -*- */ -/* Written by Vern Staats for the OpenSSL project 2000. - * project 2000. +/* + * Written by Vern Staats for the OpenSSL project + * 2000. project 2000. */ /* ==================================================================== * Copyright (c) 2000 The OpenSSL Project. All rights reserved. @@ -10,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -57,106 +58,106 @@ */ /* -** 19990701 VRS Started. -*/ + ** 19990701 VRS Started. + */ -#ifndef KSSL_H -#define KSSL_H +#ifndef KSSL_H +# define KSSL_H -#include +# include -#ifndef OPENSSL_NO_KRB5 +# ifndef OPENSSL_NO_KRB5 -#include -#include -#include -#ifdef OPENSSL_SYS_WIN32 -/* These can sometimes get redefined indirectly by krb5 header files - * after they get undefed in ossl_typ.h +# include +# include +# include +# ifdef OPENSSL_SYS_WIN32 +/* + * These can sometimes get redefined indirectly by krb5 header files after + * they get undefed in ossl_typ.h */ -#undef X509_NAME -#undef X509_EXTENSIONS -#undef OCSP_REQUEST -#undef OCSP_RESPONSE -#endif +# undef X509_NAME +# undef X509_EXTENSIONS +# undef OCSP_REQUEST +# undef OCSP_RESPONSE +# endif #ifdef __cplusplus extern "C" { #endif /* -** Depending on which KRB5 implementation used, some types from -** the other may be missing. Resolve that here and now -*/ -#ifdef KRB5_HEIMDAL + * Depending on which KRB5 implementation used, some types from + * the other may be missing. Resolve that here and now + */ +# ifdef KRB5_HEIMDAL typedef unsigned char krb5_octet; -#define FAR -#else +# define FAR +# else -#ifndef FAR -#define FAR -#endif +# ifndef FAR +# define FAR +# endif -#endif +# endif + +/*- + * Uncomment this to debug kssl problems or + * to trace usage of the Kerberos session key + * + * #define KSSL_DEBUG + */ -/* Uncomment this to debug kssl problems or -** to trace usage of the Kerberos session key -** -** #define KSSL_DEBUG -*/ +# ifndef KRB5SVC +# define KRB5SVC "host" +# endif -#ifndef KRB5SVC -#define KRB5SVC "host" -#endif +# ifndef KRB5KEYTAB +# define KRB5KEYTAB "/etc/krb5.keytab" +# endif -#ifndef KRB5KEYTAB -#define KRB5KEYTAB "/etc/krb5.keytab" -#endif +# ifndef KRB5SENDAUTH +# define KRB5SENDAUTH 1 +# endif -#ifndef KRB5SENDAUTH -#define KRB5SENDAUTH 1 -#endif +# ifndef KRB5CHECKAUTH +# define KRB5CHECKAUTH 1 +# endif -#ifndef KRB5CHECKAUTH -#define KRB5CHECKAUTH 1 -#endif +# ifndef KSSL_CLOCKSKEW +# define KSSL_CLOCKSKEW 300; +# endif -#ifndef KSSL_CLOCKSKEW -#define KSSL_CLOCKSKEW 300; -#endif +# define KSSL_ERR_MAX 255 +typedef struct kssl_err_st { + int reason; + char text[KSSL_ERR_MAX + 1]; +} KSSL_ERR; -#define KSSL_ERR_MAX 255 -typedef struct kssl_err_st { - int reason; - char text[KSSL_ERR_MAX+1]; - } KSSL_ERR; - - -/* Context for passing -** (1) Kerberos session key to SSL, and -** (2) Config data between application and SSL lib -*/ -typedef struct kssl_ctx_st - { - /* used by: disposition: */ - char *service_name; /* C,S default ok (kssl) */ - char *service_host; /* C input, REQUIRED */ - char *client_princ; /* S output from krb5 ticket */ - char *keytab_file; /* S NULL (/etc/krb5.keytab) */ - char *cred_cache; /* C NULL (default) */ - krb5_enctype enctype; - int length; - krb5_octet FAR *key; - } KSSL_CTX; - -#define KSSL_CLIENT 1 -#define KSSL_SERVER 2 -#define KSSL_SERVICE 3 -#define KSSL_KEYTAB 4 - -#define KSSL_CTX_OK 0 -#define KSSL_CTX_ERR 1 -#define KSSL_NOMEM 2 +/*- Context for passing + * (1) Kerberos session key to SSL, and + * (2) Config data between application and SSL lib + */ +typedef struct kssl_ctx_st { + /* used by: disposition: */ + char *service_name; /* C,S default ok (kssl) */ + char *service_host; /* C input, REQUIRED */ + char *client_princ; /* S output from krb5 ticket */ + char *keytab_file; /* S NULL (/etc/krb5.keytab) */ + char *cred_cache; /* C NULL (default) */ + krb5_enctype enctype; + int length; + krb5_octet FAR *key; +} KSSL_CTX; + +# define KSSL_CLIENT 1 +# define KSSL_SERVER 2 +# define KSSL_SERVICE 3 +# define KSSL_KEYTAB 4 + +# define KSSL_CTX_OK 0 +# define KSSL_CTX_ERR 1 +# define KSSL_NOMEM 2 /* Public (for use by applications that use OpenSSL with Kerberos 5 support */ krb5_error_code kssl_ctx_setstring(KSSL_CTX *kssl_ctx, int which, char *text); @@ -164,29 +165,33 @@ KSSL_CTX *kssl_ctx_new(void); KSSL_CTX *kssl_ctx_free(KSSL_CTX *kssl_ctx); void kssl_ctx_show(KSSL_CTX *kssl_ctx); krb5_error_code kssl_ctx_setprinc(KSSL_CTX *kssl_ctx, int which, - krb5_data *realm, krb5_data *entity, int nentities); -krb5_error_code kssl_cget_tkt(KSSL_CTX *kssl_ctx, krb5_data **enc_tktp, - krb5_data *authenp, KSSL_ERR *kssl_err); -krb5_error_code kssl_sget_tkt(KSSL_CTX *kssl_ctx, krb5_data *indata, - krb5_ticket_times *ttimes, KSSL_ERR *kssl_err); + krb5_data *realm, krb5_data *entity, + int nentities); +krb5_error_code kssl_cget_tkt(KSSL_CTX *kssl_ctx, krb5_data **enc_tktp, + krb5_data *authenp, KSSL_ERR *kssl_err); +krb5_error_code kssl_sget_tkt(KSSL_CTX *kssl_ctx, krb5_data *indata, + krb5_ticket_times *ttimes, KSSL_ERR *kssl_err); krb5_error_code kssl_ctx_setkey(KSSL_CTX *kssl_ctx, krb5_keyblock *session); -void kssl_err_set(KSSL_ERR *kssl_err, int reason, char *text); +void kssl_err_set(KSSL_ERR *kssl_err, int reason, char *text); void kssl_krb5_free_data_contents(krb5_context context, krb5_data *data); -krb5_error_code kssl_build_principal_2(krb5_context context, - krb5_principal *princ, int rlen, const char *realm, - int slen, const char *svc, int hlen, const char *host); -krb5_error_code kssl_validate_times(krb5_timestamp atime, - krb5_ticket_times *ttimes); -krb5_error_code kssl_check_authent(KSSL_CTX *kssl_ctx, krb5_data *authentp, - krb5_timestamp *atimep, KSSL_ERR *kssl_err); -unsigned char *kssl_skip_confound(krb5_enctype enctype, unsigned char *authn); +krb5_error_code kssl_build_principal_2(krb5_context context, + krb5_principal *princ, int rlen, + const char *realm, int slen, + const char *svc, int hlen, + const char *host); +krb5_error_code kssl_validate_times(krb5_timestamp atime, + krb5_ticket_times *ttimes); +krb5_error_code kssl_check_authent(KSSL_CTX *kssl_ctx, krb5_data *authentp, + krb5_timestamp *atimep, + KSSL_ERR *kssl_err); +unsigned char *kssl_skip_confound(krb5_enctype enctype, unsigned char *authn); void SSL_set0_kssl_ctx(SSL *s, KSSL_CTX *kctx); -KSSL_CTX * SSL_get0_kssl_ctx(SSL *s); +KSSL_CTX *SSL_get0_kssl_ctx(SSL *s); char *kssl_ctx_get0_client_princ(KSSL_CTX *kctx); #ifdef __cplusplus } #endif -#endif /* OPENSSL_NO_KRB5 */ -#endif /* KSSL_H */ +# endif /* OPENSSL_NO_KRB5 */ +#endif /* KSSL_H */ diff --git a/openssl/ssl/kssl_lcl.h b/openssl/ssl/kssl_lcl.h index c039c91b4..46dcef22d 100644 --- a/openssl/ssl/kssl_lcl.h +++ b/openssl/ssl/kssl_lcl.h @@ -1,6 +1,7 @@ /* ssl/kssl.h -*- mode: C; c-file-style: "eay" -*- */ -/* Written by Vern Staats for the OpenSSL project 2000. - * project 2000. +/* + * Written by Vern Staats for the OpenSSL project + * 2000. project 2000. */ /* ==================================================================== * Copyright (c) 2000 The OpenSSL Project. All rights reserved. @@ -10,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -56,12 +57,12 @@ * */ -#ifndef KSSL_LCL_H -#define KSSL_LCL_H +#ifndef KSSL_LCL_H +# define KSSL_LCL_H -#include +# include -#ifndef OPENSSL_NO_KRB5 +# ifndef OPENSSL_NO_KRB5 #ifdef __cplusplus extern "C" { @@ -83,5 +84,5 @@ int kssl_tgt_is_available(KSSL_CTX *kssl_ctx); #ifdef __cplusplus } #endif -#endif /* OPENSSL_NO_KRB5 */ -#endif /* KSSL_LCL_H */ +# endif /* OPENSSL_NO_KRB5 */ +#endif /* KSSL_LCL_H */ diff --git a/openssl/ssl/s23_clnt.c b/openssl/ssl/s23_clnt.c index 86ab3de1c..e4e707cf6 100644 --- a/openssl/ssl/s23_clnt.c +++ b/openssl/ssl/s23_clnt.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +63,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -120,689 +120,690 @@ static const SSL_METHOD *ssl23_get_client_method(int ver); static int ssl23_client_hello(SSL *s); static int ssl23_get_server_hello(SSL *s); static const SSL_METHOD *ssl23_get_client_method(int ver) - { +{ #ifndef OPENSSL_NO_SSL2 - if (ver == SSL2_VERSION) - return(SSLv2_client_method()); + if (ver == SSL2_VERSION) + return (SSLv2_client_method()); #endif #ifndef OPENSSL_NO_SSL3 - if (ver == SSL3_VERSION) - return(SSLv3_client_method()); + if (ver == SSL3_VERSION) + return (SSLv3_client_method()); #endif - if (ver == TLS1_VERSION) - return(TLSv1_client_method()); - else if (ver == TLS1_1_VERSION) - return(TLSv1_1_client_method()); - else if (ver == TLS1_2_VERSION) - return(TLSv1_2_client_method()); - else - return(NULL); - } + if (ver == TLS1_VERSION) + return (TLSv1_client_method()); + else if (ver == TLS1_1_VERSION) + return (TLSv1_1_client_method()); + else if (ver == TLS1_2_VERSION) + return (TLSv1_2_client_method()); + else + return (NULL); +} IMPLEMENT_ssl23_meth_func(SSLv23_client_method, - ssl_undefined_function, - ssl23_connect, - ssl23_get_client_method) + ssl_undefined_function, + ssl23_connect, ssl23_get_client_method) int ssl23_connect(SSL *s) - { - BUF_MEM *buf=NULL; - unsigned long Time=(unsigned long)time(NULL); - void (*cb)(const SSL *ssl,int type,int val)=NULL; - int ret= -1; - int new_state,state; - - RAND_add(&Time,sizeof(Time),0); - ERR_clear_error(); - clear_sys_error(); - - if (s->info_callback != NULL) - cb=s->info_callback; - else if (s->ctx->info_callback != NULL) - cb=s->ctx->info_callback; - - s->in_handshake++; - if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s); - - for (;;) - { - state=s->state; - - switch(s->state) - { - case SSL_ST_BEFORE: - case SSL_ST_CONNECT: - case SSL_ST_BEFORE|SSL_ST_CONNECT: - case SSL_ST_OK|SSL_ST_CONNECT: - - if (s->session != NULL) - { - SSLerr(SSL_F_SSL23_CONNECT,SSL_R_SSL23_DOING_SESSION_ID_REUSE); - ret= -1; - goto end; - } - s->server=0; - if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_START,1); - - /* s->version=TLS1_VERSION; */ - s->type=SSL_ST_CONNECT; - - if (s->init_buf == NULL) - { - if ((buf=BUF_MEM_new()) == NULL) - { - ret= -1; - goto end; - } - if (!BUF_MEM_grow(buf,SSL3_RT_MAX_PLAIN_LENGTH)) - { - ret= -1; - goto end; - } - s->init_buf=buf; - buf=NULL; - } - - if (!ssl3_setup_buffers(s)) { ret= -1; goto end; } - - ssl3_init_finished_mac(s); - - s->state=SSL23_ST_CW_CLNT_HELLO_A; - s->ctx->stats.sess_connect++; - s->init_num=0; - break; - - case SSL23_ST_CW_CLNT_HELLO_A: - case SSL23_ST_CW_CLNT_HELLO_B: - - s->shutdown=0; - ret=ssl23_client_hello(s); - if (ret <= 0) goto end; - s->state=SSL23_ST_CR_SRVR_HELLO_A; - s->init_num=0; - - break; - - case SSL23_ST_CR_SRVR_HELLO_A: - case SSL23_ST_CR_SRVR_HELLO_B: - ret=ssl23_get_server_hello(s); - if (ret >= 0) cb=NULL; - goto end; - /* break; */ - - default: - SSLerr(SSL_F_SSL23_CONNECT,SSL_R_UNKNOWN_STATE); - ret= -1; - goto end; - /* break; */ - } - - if (s->debug) { (void)BIO_flush(s->wbio); } - - if ((cb != NULL) && (s->state != state)) - { - new_state=s->state; - s->state=state; - cb(s,SSL_CB_CONNECT_LOOP,1); - s->state=new_state; - } - } -end: - s->in_handshake--; - if (buf != NULL) - BUF_MEM_free(buf); - if (cb != NULL) - cb(s,SSL_CB_CONNECT_EXIT,ret); - return(ret); - } +{ + BUF_MEM *buf = NULL; + unsigned long Time = (unsigned long)time(NULL); + void (*cb) (const SSL *ssl, int type, int val) = NULL; + int ret = -1; + int new_state, state; + + RAND_add(&Time, sizeof(Time), 0); + ERR_clear_error(); + clear_sys_error(); + + if (s->info_callback != NULL) + cb = s->info_callback; + else if (s->ctx->info_callback != NULL) + cb = s->ctx->info_callback; + + s->in_handshake++; + if (!SSL_in_init(s) || SSL_in_before(s)) + SSL_clear(s); + + for (;;) { + state = s->state; + + switch (s->state) { + case SSL_ST_BEFORE: + case SSL_ST_CONNECT: + case SSL_ST_BEFORE | SSL_ST_CONNECT: + case SSL_ST_OK | SSL_ST_CONNECT: + + if (s->session != NULL) { + SSLerr(SSL_F_SSL23_CONNECT, + SSL_R_SSL23_DOING_SESSION_ID_REUSE); + ret = -1; + goto end; + } + s->server = 0; + if (cb != NULL) + cb(s, SSL_CB_HANDSHAKE_START, 1); + + /* s->version=TLS1_VERSION; */ + s->type = SSL_ST_CONNECT; + + if (s->init_buf == NULL) { + if ((buf = BUF_MEM_new()) == NULL) { + ret = -1; + goto end; + } + if (!BUF_MEM_grow(buf, SSL3_RT_MAX_PLAIN_LENGTH)) { + ret = -1; + goto end; + } + s->init_buf = buf; + buf = NULL; + } + + if (!ssl3_setup_buffers(s)) { + ret = -1; + goto end; + } + + ssl3_init_finished_mac(s); + + s->state = SSL23_ST_CW_CLNT_HELLO_A; + s->ctx->stats.sess_connect++; + s->init_num = 0; + break; + + case SSL23_ST_CW_CLNT_HELLO_A: + case SSL23_ST_CW_CLNT_HELLO_B: + + s->shutdown = 0; + ret = ssl23_client_hello(s); + if (ret <= 0) + goto end; + s->state = SSL23_ST_CR_SRVR_HELLO_A; + s->init_num = 0; + + break; + + case SSL23_ST_CR_SRVR_HELLO_A: + case SSL23_ST_CR_SRVR_HELLO_B: + ret = ssl23_get_server_hello(s); + if (ret >= 0) + cb = NULL; + goto end; + /* break; */ + + default: + SSLerr(SSL_F_SSL23_CONNECT, SSL_R_UNKNOWN_STATE); + ret = -1; + goto end; + /* break; */ + } + + if (s->debug) { + (void)BIO_flush(s->wbio); + } + + if ((cb != NULL) && (s->state != state)) { + new_state = s->state; + s->state = state; + cb(s, SSL_CB_CONNECT_LOOP, 1); + s->state = new_state; + } + } + end: + s->in_handshake--; + if (buf != NULL) + BUF_MEM_free(buf); + if (cb != NULL) + cb(s, SSL_CB_CONNECT_EXIT, ret); + return (ret); +} static int ssl23_no_ssl2_ciphers(SSL *s) - { - SSL_CIPHER *cipher; - STACK_OF(SSL_CIPHER) *ciphers; - int i; - ciphers = SSL_get_ciphers(s); - for (i = 0; i < sk_SSL_CIPHER_num(ciphers); i++) - { - cipher = sk_SSL_CIPHER_value(ciphers, i); - if (cipher->algorithm_ssl == SSL_SSLV2) - return 0; - } - return 1; - } - -/* Fill a ClientRandom or ServerRandom field of length len. Returns <= 0 - * on failure, 1 on success. */ +{ + SSL_CIPHER *cipher; + STACK_OF(SSL_CIPHER) *ciphers; + int i; + ciphers = SSL_get_ciphers(s); + for (i = 0; i < sk_SSL_CIPHER_num(ciphers); i++) { + cipher = sk_SSL_CIPHER_value(ciphers, i); + if (cipher->algorithm_ssl == SSL_SSLV2) + return 0; + } + return 1; +} + +/* + * Fill a ClientRandom or ServerRandom field of length len. Returns <= 0 on + * failure, 1 on success. + */ int ssl_fill_hello_random(SSL *s, int server, unsigned char *result, int len) - { - int send_time = 0; - - if (len < 4) - return 0; - if (server) - send_time = (s->mode & SSL_MODE_SEND_SERVERHELLO_TIME) != 0; - else - send_time = (s->mode & SSL_MODE_SEND_CLIENTHELLO_TIME) != 0; - if (send_time) - { - unsigned long Time = (unsigned long)time(NULL); - unsigned char *p = result; - l2n(Time, p); - return RAND_pseudo_bytes(p, len-4); - } - else - return RAND_pseudo_bytes(result, len); - } +{ + int send_time = 0; + if (len < 4) + return 0; + if (server) + send_time = (s->mode & SSL_MODE_SEND_SERVERHELLO_TIME) != 0; + else + send_time = (s->mode & SSL_MODE_SEND_CLIENTHELLO_TIME) != 0; + if (send_time) { + unsigned long Time = (unsigned long)time(NULL); + unsigned char *p = result; + l2n(Time, p); + return RAND_pseudo_bytes(p, len - 4); + } else + return RAND_pseudo_bytes(result, len); +} static int ssl23_client_hello(SSL *s) - { - unsigned char *buf; - unsigned char *p,*d; - int i,ch_len; - unsigned long l; - int ssl2_compat; - int version = 0, version_major, version_minor; +{ + unsigned char *buf; + unsigned char *p, *d; + int i, ch_len; + unsigned long l; + int ssl2_compat; + int version = 0, version_major, version_minor; + int al = 0; #ifndef OPENSSL_NO_COMP - int j; - SSL_COMP *comp; + int j; + SSL_COMP *comp; #endif - int ret; - unsigned long mask, options = s->options; - - ssl2_compat = (options & SSL_OP_NO_SSLv2) ? 0 : 1; - - if (ssl2_compat && ssl23_no_ssl2_ciphers(s)) - ssl2_compat = 0; - - /* - * SSL_OP_NO_X disables all protocols above X *if* there are - * some protocols below X enabled. This is required in order - * to maintain "version capability" vector contiguous. So - * that if application wants to disable TLS1.0 in favour of - * TLS1>=1, it would be insufficient to pass SSL_NO_TLSv1, the - * answer is SSL_OP_NO_TLSv1|SSL_OP_NO_SSLv3|SSL_OP_NO_SSLv2. - */ - mask = SSL_OP_NO_TLSv1_1|SSL_OP_NO_TLSv1 + int ret; + unsigned long mask, options = s->options; + + ssl2_compat = (options & SSL_OP_NO_SSLv2) ? 0 : 1; + + if (ssl2_compat && ssl23_no_ssl2_ciphers(s)) + ssl2_compat = 0; + + /* + * SSL_OP_NO_X disables all protocols above X *if* there are + * some protocols below X enabled. This is required in order + * to maintain "version capability" vector contiguous. So + * that if application wants to disable TLS1.0 in favour of + * TLS1>=1, it would be insufficient to pass SSL_NO_TLSv1, the + * answer is SSL_OP_NO_TLSv1|SSL_OP_NO_SSLv3|SSL_OP_NO_SSLv2. + */ + mask = SSL_OP_NO_TLSv1_1 | SSL_OP_NO_TLSv1 #if !defined(OPENSSL_NO_SSL3) - |SSL_OP_NO_SSLv3 + | SSL_OP_NO_SSLv3 #endif #if !defined(OPENSSL_NO_SSL2) - |(ssl2_compat?SSL_OP_NO_SSLv2:0) + | (ssl2_compat ? SSL_OP_NO_SSLv2 : 0) #endif - ; + ; #if !defined(OPENSSL_NO_TLS1_2_CLIENT) - version = TLS1_2_VERSION; + version = TLS1_2_VERSION; - if ((options & SSL_OP_NO_TLSv1_2) && (options & mask) != mask) - version = TLS1_1_VERSION; + if ((options & SSL_OP_NO_TLSv1_2) && (options & mask) != mask) + version = TLS1_1_VERSION; #else - version = TLS1_1_VERSION; + version = TLS1_1_VERSION; #endif - mask &= ~SSL_OP_NO_TLSv1_1; - if ((options & SSL_OP_NO_TLSv1_1) && (options & mask) != mask) - version = TLS1_VERSION; - mask &= ~SSL_OP_NO_TLSv1; + mask &= ~SSL_OP_NO_TLSv1_1; + if ((options & SSL_OP_NO_TLSv1_1) && (options & mask) != mask) + version = TLS1_VERSION; + mask &= ~SSL_OP_NO_TLSv1; #if !defined(OPENSSL_NO_SSL3) - if ((options & SSL_OP_NO_TLSv1) && (options & mask) != mask) - version = SSL3_VERSION; - mask &= ~SSL_OP_NO_SSLv3; + if ((options & SSL_OP_NO_TLSv1) && (options & mask) != mask) + version = SSL3_VERSION; + mask &= ~SSL_OP_NO_SSLv3; #endif #if !defined(OPENSSL_NO_SSL2) - if ((options & SSL_OP_NO_SSLv3) && (options & mask) != mask) - version = SSL2_VERSION; + if ((options & SSL_OP_NO_SSLv3) && (options & mask) != mask) + version = SSL2_VERSION; #endif #ifndef OPENSSL_NO_TLSEXT - if (version != SSL2_VERSION) - { - /* have to disable SSL 2.0 compatibility if we need TLS extensions */ - - if (s->tlsext_hostname != NULL) - ssl2_compat = 0; - if (s->tlsext_status_type != -1) - ssl2_compat = 0; -#ifdef TLSEXT_TYPE_opaque_prf_input - if (s->ctx->tlsext_opaque_prf_input_callback != 0 || s->tlsext_opaque_prf_input != NULL) - ssl2_compat = 0; -#endif - } + if (version != SSL2_VERSION) { + /* + * have to disable SSL 2.0 compatibility if we need TLS extensions + */ + + if (s->tlsext_hostname != NULL) + ssl2_compat = 0; + if (s->tlsext_status_type != -1) + ssl2_compat = 0; +# ifdef TLSEXT_TYPE_opaque_prf_input + if (s->ctx->tlsext_opaque_prf_input_callback != 0 + || s->tlsext_opaque_prf_input != NULL) + ssl2_compat = 0; +# endif + if (s->cert->cli_ext.meths_count != 0) + ssl2_compat = 0; + } #endif - buf=(unsigned char *)s->init_buf->data; - if (s->state == SSL23_ST_CW_CLNT_HELLO_A) - { + buf = (unsigned char *)s->init_buf->data; + if (s->state == SSL23_ST_CW_CLNT_HELLO_A) { #if 0 - /* don't reuse session-id's */ - if (!ssl_get_new_session(s,0)) - { - return(-1); - } + /* don't reuse session-id's */ + if (!ssl_get_new_session(s, 0)) { + return (-1); + } #endif - p=s->s3->client_random; - if (ssl_fill_hello_random(s, 0, p, SSL3_RANDOM_SIZE) <= 0) - return -1; - - if (version == TLS1_2_VERSION) - { - version_major = TLS1_2_VERSION_MAJOR; - version_minor = TLS1_2_VERSION_MINOR; - } - else if (version == TLS1_1_VERSION) - { - version_major = TLS1_1_VERSION_MAJOR; - version_minor = TLS1_1_VERSION_MINOR; - } - else if (version == TLS1_VERSION) - { - version_major = TLS1_VERSION_MAJOR; - version_minor = TLS1_VERSION_MINOR; - } + p = s->s3->client_random; + if (ssl_fill_hello_random(s, 0, p, SSL3_RANDOM_SIZE) <= 0) + return -1; + + if (version == TLS1_2_VERSION) { + version_major = TLS1_2_VERSION_MAJOR; + version_minor = TLS1_2_VERSION_MINOR; + } else if (tls1_suiteb(s)) { + SSLerr(SSL_F_SSL23_CLIENT_HELLO, + SSL_R_ONLY_TLS_1_2_ALLOWED_IN_SUITEB_MODE); + return -1; + } else if (version == TLS1_1_VERSION) { + version_major = TLS1_1_VERSION_MAJOR; + version_minor = TLS1_1_VERSION_MINOR; + } else if (version == TLS1_VERSION) { + version_major = TLS1_VERSION_MAJOR; + version_minor = TLS1_VERSION_MINOR; + } #ifdef OPENSSL_FIPS - else if(FIPS_mode()) - { - SSLerr(SSL_F_SSL23_CLIENT_HELLO, - SSL_R_ONLY_TLS_ALLOWED_IN_FIPS_MODE); - return -1; - } + else if (FIPS_mode()) { + SSLerr(SSL_F_SSL23_CLIENT_HELLO, + SSL_R_ONLY_TLS_ALLOWED_IN_FIPS_MODE); + return -1; + } #endif - else if (version == SSL3_VERSION) - { - version_major = SSL3_VERSION_MAJOR; - version_minor = SSL3_VERSION_MINOR; - } - else if (version == SSL2_VERSION) - { - version_major = SSL2_VERSION_MAJOR; - version_minor = SSL2_VERSION_MINOR; - } - else - { - SSLerr(SSL_F_SSL23_CLIENT_HELLO,SSL_R_NO_PROTOCOLS_AVAILABLE); - return(-1); - } - - s->client_version = version; - - if (ssl2_compat) - { - /* create SSL 2.0 compatible Client Hello */ - - /* two byte record header will be written last */ - d = &(buf[2]); - p = d + 9; /* leave space for message type, version, individual length fields */ - - *(d++) = SSL2_MT_CLIENT_HELLO; - *(d++) = version_major; - *(d++) = version_minor; - - /* Ciphers supported */ - i=ssl_cipher_list_to_bytes(s,SSL_get_ciphers(s),p,0); - if (i == 0) - { - /* no ciphers */ - SSLerr(SSL_F_SSL23_CLIENT_HELLO,SSL_R_NO_CIPHERS_AVAILABLE); - return -1; - } - s2n(i,d); - p+=i; - - /* put in the session-id length (zero since there is no reuse) */ + else if (version == SSL3_VERSION) { + version_major = SSL3_VERSION_MAJOR; + version_minor = SSL3_VERSION_MINOR; + } else if (version == SSL2_VERSION) { + version_major = SSL2_VERSION_MAJOR; + version_minor = SSL2_VERSION_MINOR; + } else { + SSLerr(SSL_F_SSL23_CLIENT_HELLO, SSL_R_NO_PROTOCOLS_AVAILABLE); + return (-1); + } + + s->client_version = version; + + if (ssl2_compat) { + /* create SSL 2.0 compatible Client Hello */ + + /* two byte record header will be written last */ + d = &(buf[2]); + p = d + 9; /* leave space for message type, version, + * individual length fields */ + + *(d++) = SSL2_MT_CLIENT_HELLO; + *(d++) = version_major; + *(d++) = version_minor; + + /* Ciphers supported */ + i = ssl_cipher_list_to_bytes(s, SSL_get_ciphers(s), p, 0); + if (i == 0) { + /* no ciphers */ + SSLerr(SSL_F_SSL23_CLIENT_HELLO, SSL_R_NO_CIPHERS_AVAILABLE); + return -1; + } + s2n(i, d); + p += i; + + /* + * put in the session-id length (zero since there is no reuse) + */ #if 0 - s->session->session_id_length=0; + s->session->session_id_length = 0; #endif - s2n(0,d); - - if (s->options & SSL_OP_NETSCAPE_CHALLENGE_BUG) - ch_len=SSL2_CHALLENGE_LENGTH; - else - ch_len=SSL2_MAX_CHALLENGE_LENGTH; - - /* write out sslv2 challenge */ - /* Note that ch_len must be <= SSL3_RANDOM_SIZE (32), - because it is one of SSL2_MAX_CHALLENGE_LENGTH (32) - or SSL2_MAX_CHALLENGE_LENGTH (16), but leave the - check in for futurproofing */ - if (SSL3_RANDOM_SIZE < ch_len) - i=SSL3_RANDOM_SIZE; - else - i=ch_len; - s2n(i,d); - memset(&(s->s3->client_random[0]),0,SSL3_RANDOM_SIZE); - if (RAND_pseudo_bytes(&(s->s3->client_random[SSL3_RANDOM_SIZE-i]),i) <= 0) - return -1; - - memcpy(p,&(s->s3->client_random[SSL3_RANDOM_SIZE-i]),i); - p+=i; - - i= p- &(buf[2]); - buf[0]=((i>>8)&0xff)|0x80; - buf[1]=(i&0xff); - - /* number of bytes to write */ - s->init_num=i+2; - s->init_off=0; - - ssl3_finish_mac(s,&(buf[2]),i); - } - else - { - /* create Client Hello in SSL 3.0/TLS 1.0 format */ - - /* do the record header (5 bytes) and handshake message header (4 bytes) last */ - d = p = &(buf[9]); - - *(p++) = version_major; - *(p++) = version_minor; - - /* Random stuff */ - memcpy(p, s->s3->client_random, SSL3_RANDOM_SIZE); - p += SSL3_RANDOM_SIZE; - - /* Session ID (zero since there is no reuse) */ - *(p++) = 0; - - /* Ciphers supported (using SSL 3.0/TLS 1.0 format) */ - i=ssl_cipher_list_to_bytes(s,SSL_get_ciphers(s),&(p[2]),ssl3_put_cipher_by_char); - if (i == 0) - { - SSLerr(SSL_F_SSL23_CLIENT_HELLO,SSL_R_NO_CIPHERS_AVAILABLE); - return -1; - } + s2n(0, d); + + if (s->options & SSL_OP_NETSCAPE_CHALLENGE_BUG) + ch_len = SSL2_CHALLENGE_LENGTH; + else + ch_len = SSL2_MAX_CHALLENGE_LENGTH; + + /* write out sslv2 challenge */ + /* + * Note that ch_len must be <= SSL3_RANDOM_SIZE (32), because it + * is one of SSL2_MAX_CHALLENGE_LENGTH (32) or + * SSL2_MAX_CHALLENGE_LENGTH (16), but leave the check in for + * futurproofing + */ + if (SSL3_RANDOM_SIZE < ch_len) + i = SSL3_RANDOM_SIZE; + else + i = ch_len; + s2n(i, d); + memset(&(s->s3->client_random[0]), 0, SSL3_RANDOM_SIZE); + if (RAND_pseudo_bytes + (&(s->s3->client_random[SSL3_RANDOM_SIZE - i]), i) <= 0) + return -1; + + memcpy(p, &(s->s3->client_random[SSL3_RANDOM_SIZE - i]), i); + p += i; + + i = p - &(buf[2]); + buf[0] = ((i >> 8) & 0xff) | 0x80; + buf[1] = (i & 0xff); + + /* number of bytes to write */ + s->init_num = i + 2; + s->init_off = 0; + + ssl3_finish_mac(s, &(buf[2]), i); + } else { + /* create Client Hello in SSL 3.0/TLS 1.0 format */ + + /* + * do the record header (5 bytes) and handshake message header (4 + * bytes) last + */ + d = p = &(buf[9]); + + *(p++) = version_major; + *(p++) = version_minor; + + /* Random stuff */ + memcpy(p, s->s3->client_random, SSL3_RANDOM_SIZE); + p += SSL3_RANDOM_SIZE; + + /* Session ID (zero since there is no reuse) */ + *(p++) = 0; + + /* Ciphers supported (using SSL 3.0/TLS 1.0 format) */ + i = ssl_cipher_list_to_bytes(s, SSL_get_ciphers(s), &(p[2]), + ssl3_put_cipher_by_char); + if (i == 0) { + SSLerr(SSL_F_SSL23_CLIENT_HELLO, SSL_R_NO_CIPHERS_AVAILABLE); + return -1; + } #ifdef OPENSSL_MAX_TLS1_2_CIPHER_LENGTH - /* Some servers hang if client hello > 256 bytes - * as hack workaround chop number of supported ciphers - * to keep it well below this if we use TLS v1.2 - */ - if (TLS1_get_version(s) >= TLS1_2_VERSION - && i > OPENSSL_MAX_TLS1_2_CIPHER_LENGTH) - i = OPENSSL_MAX_TLS1_2_CIPHER_LENGTH & ~1; + /* + * Some servers hang if client hello > 256 bytes as hack + * workaround chop number of supported ciphers to keep it well + * below this if we use TLS v1.2 + */ + if (TLS1_get_version(s) >= TLS1_2_VERSION + && i > OPENSSL_MAX_TLS1_2_CIPHER_LENGTH) + i = OPENSSL_MAX_TLS1_2_CIPHER_LENGTH & ~1; #endif - s2n(i,p); - p+=i; + s2n(i, p); + p += i; - /* COMPRESSION */ + /* COMPRESSION */ #ifdef OPENSSL_NO_COMP - *(p++)=1; + *(p++) = 1; #else - if ((s->options & SSL_OP_NO_COMPRESSION) - || !s->ctx->comp_methods) - j=0; - else - j=sk_SSL_COMP_num(s->ctx->comp_methods); - *(p++)=1+j; - for (i=0; ictx->comp_methods,i); - *(p++)=comp->id; - } + if ((s->options & SSL_OP_NO_COMPRESSION) + || !s->ctx->comp_methods) + j = 0; + else + j = sk_SSL_COMP_num(s->ctx->comp_methods); + *(p++) = 1 + j; + for (i = 0; i < j; i++) { + comp = sk_SSL_COMP_value(s->ctx->comp_methods, i); + *(p++) = comp->id; + } #endif - *(p++)=0; /* Add the NULL method */ + *(p++) = 0; /* Add the NULL method */ #ifndef OPENSSL_NO_TLSEXT - /* TLS extensions*/ - if (ssl_prepare_clienthello_tlsext(s) <= 0) - { - SSLerr(SSL_F_SSL23_CLIENT_HELLO,SSL_R_CLIENTHELLO_TLSEXT); - return -1; - } - if ((p = ssl_add_clienthello_tlsext(s, p, buf+SSL3_RT_MAX_PLAIN_LENGTH)) == NULL) - { - SSLerr(SSL_F_SSL23_CLIENT_HELLO,ERR_R_INTERNAL_ERROR); - return -1; - } + /* TLS extensions */ + if (ssl_prepare_clienthello_tlsext(s) <= 0) { + SSLerr(SSL_F_SSL23_CLIENT_HELLO, SSL_R_CLIENTHELLO_TLSEXT); + return -1; + } + if ((p = + ssl_add_clienthello_tlsext(s, p, + buf + SSL3_RT_MAX_PLAIN_LENGTH, + &al)) == NULL) { + ssl3_send_alert(s, SSL3_AL_FATAL, al); + SSLerr(SSL_F_SSL23_CLIENT_HELLO, ERR_R_INTERNAL_ERROR); + return -1; + } #endif - - l = p-d; - - /* fill in 4-byte handshake header */ - d=&(buf[5]); - *(d++)=SSL3_MT_CLIENT_HELLO; - l2n3(l,d); - - l += 4; - - if (l > SSL3_RT_MAX_PLAIN_LENGTH) - { - SSLerr(SSL_F_SSL23_CLIENT_HELLO,ERR_R_INTERNAL_ERROR); - return -1; - } - - /* fill in 5-byte record header */ - d=buf; - *(d++) = SSL3_RT_HANDSHAKE; - *(d++) = version_major; - /* Some servers hang if we use long client hellos - * and a record number > TLS 1.0. - */ - if (TLS1_get_client_version(s) > TLS1_VERSION) - *(d++) = 1; - else - *(d++) = version_minor; - s2n((int)l,d); - - /* number of bytes to write */ - s->init_num=p-buf; - s->init_off=0; - - ssl3_finish_mac(s,&(buf[5]), s->init_num - 5); - } - - s->state=SSL23_ST_CW_CLNT_HELLO_B; - s->init_off=0; - } - - /* SSL3_ST_CW_CLNT_HELLO_B */ - ret = ssl23_write_bytes(s); - - if ((ret >= 2) && s->msg_callback) - { - /* Client Hello has been sent; tell msg_callback */ - - if (ssl2_compat) - s->msg_callback(1, SSL2_VERSION, 0, s->init_buf->data+2, ret-2, s, s->msg_callback_arg); - else - s->msg_callback(1, version, SSL3_RT_HANDSHAKE, s->init_buf->data+5, ret-5, s, s->msg_callback_arg); - } - - return ret; - } + + l = p - d; + + /* fill in 4-byte handshake header */ + d = &(buf[5]); + *(d++) = SSL3_MT_CLIENT_HELLO; + l2n3(l, d); + + l += 4; + + if (l > SSL3_RT_MAX_PLAIN_LENGTH) { + SSLerr(SSL_F_SSL23_CLIENT_HELLO, ERR_R_INTERNAL_ERROR); + return -1; + } + + /* fill in 5-byte record header */ + d = buf; + *(d++) = SSL3_RT_HANDSHAKE; + *(d++) = version_major; + /* + * Some servers hang if we use long client hellos and a record + * number > TLS 1.0. + */ + if (TLS1_get_client_version(s) > TLS1_VERSION) + *(d++) = 1; + else + *(d++) = version_minor; + s2n((int)l, d); + + /* number of bytes to write */ + s->init_num = p - buf; + s->init_off = 0; + + ssl3_finish_mac(s, &(buf[5]), s->init_num - 5); + } + + s->state = SSL23_ST_CW_CLNT_HELLO_B; + s->init_off = 0; + } + + /* SSL3_ST_CW_CLNT_HELLO_B */ + ret = ssl23_write_bytes(s); + + if ((ret >= 2) && s->msg_callback) { + /* Client Hello has been sent; tell msg_callback */ + + if (ssl2_compat) + s->msg_callback(1, SSL2_VERSION, 0, s->init_buf->data + 2, + ret - 2, s, s->msg_callback_arg); + else { + s->msg_callback(1, version, SSL3_RT_HEADER, s->init_buf->data, 5, + s, s->msg_callback_arg); + s->msg_callback(1, version, SSL3_RT_HANDSHAKE, + s->init_buf->data + 5, ret - 5, s, + s->msg_callback_arg); + } + } + + return ret; +} static int ssl23_get_server_hello(SSL *s) - { - char buf[8]; - unsigned char *p; - int i; - int n; +{ + char buf[8]; + unsigned char *p; + int i; + int n; - n=ssl23_read_bytes(s,7); + n = ssl23_read_bytes(s, 7); - if (n != 7) return(n); - p=s->packet; + if (n != 7) + return (n); + p = s->packet; - memcpy(buf,p,n); + memcpy(buf, p, n); - if ((p[0] & 0x80) && (p[2] == SSL2_MT_SERVER_HELLO) && - (p[5] == 0x00) && (p[6] == 0x02)) - { + if ((p[0] & 0x80) && (p[2] == SSL2_MT_SERVER_HELLO) && + (p[5] == 0x00) && (p[6] == 0x02)) { #ifdef OPENSSL_NO_SSL2 - SSLerr(SSL_F_SSL23_GET_SERVER_HELLO,SSL_R_UNSUPPORTED_PROTOCOL); - goto err; + SSLerr(SSL_F_SSL23_GET_SERVER_HELLO, SSL_R_UNSUPPORTED_PROTOCOL); + goto err; #else - /* we are talking sslv2 */ - /* we need to clean up the SSLv3 setup and put in the - * sslv2 stuff. */ - int ch_len; - - if (s->options & SSL_OP_NO_SSLv2) - { - SSLerr(SSL_F_SSL23_GET_SERVER_HELLO,SSL_R_UNSUPPORTED_PROTOCOL); - goto err; - } - if (s->s2 == NULL) - { - if (!ssl2_new(s)) - goto err; - } - else - ssl2_clear(s); - - if (s->options & SSL_OP_NETSCAPE_CHALLENGE_BUG) - ch_len=SSL2_CHALLENGE_LENGTH; - else - ch_len=SSL2_MAX_CHALLENGE_LENGTH; - - /* write out sslv2 challenge */ - /* Note that ch_len must be <= SSL3_RANDOM_SIZE (32), because - it is one of SSL2_MAX_CHALLENGE_LENGTH (32) or - SSL2_MAX_CHALLENGE_LENGTH (16), but leave the check in for - futurproofing */ - i=(SSL3_RANDOM_SIZE < ch_len) - ?SSL3_RANDOM_SIZE:ch_len; - s->s2->challenge_length=i; - memcpy(s->s2->challenge, - &(s->s3->client_random[SSL3_RANDOM_SIZE-i]),i); - - if (s->s3 != NULL) ssl3_free(s); - - if (!BUF_MEM_grow_clean(s->init_buf, - SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER)) - { - SSLerr(SSL_F_SSL23_GET_SERVER_HELLO,ERR_R_BUF_LIB); - goto err; - } - - s->state=SSL2_ST_GET_SERVER_HELLO_A; - if (!(s->client_version == SSL2_VERSION)) - /* use special padding (SSL 3.0 draft/RFC 2246, App. E.2) */ - s->s2->ssl2_rollback=1; - - /* setup the 7 bytes we have read so we get them from - * the sslv2 buffer */ - s->rstate=SSL_ST_READ_HEADER; - s->packet_length=n; - s->packet= &(s->s2->rbuf[0]); - memcpy(s->packet,buf,n); - s->s2->rbuf_left=n; - s->s2->rbuf_offs=0; - - /* we have already written one */ - s->s2->write_sequence=1; - - s->method=SSLv2_client_method(); - s->handshake_func=s->method->ssl_connect; + /* we are talking sslv2 */ + /* + * we need to clean up the SSLv3 setup and put in the sslv2 stuff. + */ + int ch_len; + + if (s->options & SSL_OP_NO_SSLv2) { + SSLerr(SSL_F_SSL23_GET_SERVER_HELLO, SSL_R_UNSUPPORTED_PROTOCOL); + goto err; + } + if (s->s2 == NULL) { + if (!ssl2_new(s)) + goto err; + } else + ssl2_clear(s); + + if (s->options & SSL_OP_NETSCAPE_CHALLENGE_BUG) + ch_len = SSL2_CHALLENGE_LENGTH; + else + ch_len = SSL2_MAX_CHALLENGE_LENGTH; + + /* write out sslv2 challenge */ + /* + * Note that ch_len must be <= SSL3_RANDOM_SIZE (32), because it is + * one of SSL2_MAX_CHALLENGE_LENGTH (32) or SSL2_MAX_CHALLENGE_LENGTH + * (16), but leave the check in for futurproofing + */ + i = (SSL3_RANDOM_SIZE < ch_len) + ? SSL3_RANDOM_SIZE : ch_len; + s->s2->challenge_length = i; + memcpy(s->s2->challenge, + &(s->s3->client_random[SSL3_RANDOM_SIZE - i]), i); + + if (s->s3 != NULL) + ssl3_free(s); + + if (!BUF_MEM_grow_clean(s->init_buf, + SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER)) { + SSLerr(SSL_F_SSL23_GET_SERVER_HELLO, ERR_R_BUF_LIB); + goto err; + } + + s->state = SSL2_ST_GET_SERVER_HELLO_A; + if (!(s->client_version == SSL2_VERSION)) + /* + * use special padding (SSL 3.0 draft/RFC 2246, App. E.2) + */ + s->s2->ssl2_rollback = 1; + + /* + * setup the 7 bytes we have read so we get them from the sslv2 + * buffer + */ + s->rstate = SSL_ST_READ_HEADER; + s->packet_length = n; + s->packet = &(s->s2->rbuf[0]); + memcpy(s->packet, buf, n); + s->s2->rbuf_left = n; + s->s2->rbuf_offs = 0; + + /* we have already written one */ + s->s2->write_sequence = 1; + + s->method = SSLv2_client_method(); + s->handshake_func = s->method->ssl_connect; #endif - } - else if (p[1] == SSL3_VERSION_MAJOR && - p[2] <= TLS1_2_VERSION_MINOR && - ((p[0] == SSL3_RT_HANDSHAKE && p[5] == SSL3_MT_SERVER_HELLO) || - (p[0] == SSL3_RT_ALERT && p[3] == 0 && p[4] == 2))) - { - /* we have sslv3 or tls1 (server hello or alert) */ + } else if (p[1] == SSL3_VERSION_MAJOR && + p[2] <= TLS1_2_VERSION_MINOR && + ((p[0] == SSL3_RT_HANDSHAKE && p[5] == SSL3_MT_SERVER_HELLO) || + (p[0] == SSL3_RT_ALERT && p[3] == 0 && p[4] == 2))) { + /* we have sslv3 or tls1 (server hello or alert) */ #ifndef OPENSSL_NO_SSL3 - if ((p[2] == SSL3_VERSION_MINOR) && - !(s->options & SSL_OP_NO_SSLv3)) - { -#ifdef OPENSSL_FIPS - if(FIPS_mode()) - { - SSLerr(SSL_F_SSL23_GET_SERVER_HELLO, - SSL_R_ONLY_TLS_ALLOWED_IN_FIPS_MODE); - goto err; - } -#endif - s->version=SSL3_VERSION; - s->method=SSLv3_client_method(); - } - else + if ((p[2] == SSL3_VERSION_MINOR) && !(s->options & SSL_OP_NO_SSLv3)) { +# ifdef OPENSSL_FIPS + if (FIPS_mode()) { + SSLerr(SSL_F_SSL23_GET_SERVER_HELLO, + SSL_R_ONLY_TLS_ALLOWED_IN_FIPS_MODE); + goto err; + } +# endif + s->version = SSL3_VERSION; + s->method = SSLv3_client_method(); + } else #endif - if ((p[2] == TLS1_VERSION_MINOR) && - !(s->options & SSL_OP_NO_TLSv1)) - { - s->version=TLS1_VERSION; - s->method=TLSv1_client_method(); - } - else if ((p[2] == TLS1_1_VERSION_MINOR) && - !(s->options & SSL_OP_NO_TLSv1_1)) - { - s->version=TLS1_1_VERSION; - s->method=TLSv1_1_client_method(); - } - else if ((p[2] == TLS1_2_VERSION_MINOR) && - !(s->options & SSL_OP_NO_TLSv1_2)) - { - s->version=TLS1_2_VERSION; - s->method=TLSv1_2_client_method(); - } - else - { - SSLerr(SSL_F_SSL23_GET_SERVER_HELLO,SSL_R_UNSUPPORTED_PROTOCOL); - goto err; - } - - /* ensure that TLS_MAX_VERSION is up-to-date */ - OPENSSL_assert(s->version <= TLS_MAX_VERSION); - - if (p[0] == SSL3_RT_ALERT && p[5] != SSL3_AL_WARNING) - { - /* fatal alert */ - - void (*cb)(const SSL *ssl,int type,int val)=NULL; - int j; - - if (s->info_callback != NULL) - cb=s->info_callback; - else if (s->ctx->info_callback != NULL) - cb=s->ctx->info_callback; - - i=p[5]; - if (cb != NULL) - { - j=(i<<8)|p[6]; - cb(s,SSL_CB_READ_ALERT,j); - } - - if (s->msg_callback) - s->msg_callback(0, s->version, SSL3_RT_ALERT, p+5, 2, s, s->msg_callback_arg); - - s->rwstate=SSL_NOTHING; - SSLerr(SSL_F_SSL23_GET_SERVER_HELLO,SSL_AD_REASON_OFFSET+p[6]); - goto err; - } - - if (!ssl_init_wbio_buffer(s,1)) goto err; - - /* we are in this state */ - s->state=SSL3_ST_CR_SRVR_HELLO_A; - - /* put the 7 bytes we have read into the input buffer - * for SSLv3 */ - s->rstate=SSL_ST_READ_HEADER; - s->packet_length=n; - if (s->s3->rbuf.buf == NULL) - if (!ssl3_setup_read_buffer(s)) - goto err; - s->packet= &(s->s3->rbuf.buf[0]); - memcpy(s->packet,buf,n); - s->s3->rbuf.left=n; - s->s3->rbuf.offset=0; - - s->handshake_func=s->method->ssl_connect; - } - else - { - SSLerr(SSL_F_SSL23_GET_SERVER_HELLO,SSL_R_UNKNOWN_PROTOCOL); - goto err; - } - s->init_num=0; - - /* Since, if we are sending a ssl23 client hello, we are not - * reusing a session-id */ - if (!ssl_get_new_session(s,0)) - goto err; - - return(SSL_connect(s)); -err: - return(-1); - } + if ((p[2] == TLS1_VERSION_MINOR) && !(s->options & SSL_OP_NO_TLSv1)) { + s->version = TLS1_VERSION; + s->method = TLSv1_client_method(); + } else if ((p[2] == TLS1_1_VERSION_MINOR) && + !(s->options & SSL_OP_NO_TLSv1_1)) { + s->version = TLS1_1_VERSION; + s->method = TLSv1_1_client_method(); + } else if ((p[2] == TLS1_2_VERSION_MINOR) && + !(s->options & SSL_OP_NO_TLSv1_2)) { + s->version = TLS1_2_VERSION; + s->method = TLSv1_2_client_method(); + } else { + SSLerr(SSL_F_SSL23_GET_SERVER_HELLO, SSL_R_UNSUPPORTED_PROTOCOL); + goto err; + } + + /* ensure that TLS_MAX_VERSION is up-to-date */ + OPENSSL_assert(s->version <= TLS_MAX_VERSION); + + if (p[0] == SSL3_RT_ALERT && p[5] != SSL3_AL_WARNING) { + /* fatal alert */ + + void (*cb) (const SSL *ssl, int type, int val) = NULL; + int j; + + if (s->info_callback != NULL) + cb = s->info_callback; + else if (s->ctx->info_callback != NULL) + cb = s->ctx->info_callback; + + i = p[5]; + if (cb != NULL) { + j = (i << 8) | p[6]; + cb(s, SSL_CB_READ_ALERT, j); + } + + if (s->msg_callback) { + s->msg_callback(0, s->version, SSL3_RT_HEADER, p, 5, s, + s->msg_callback_arg); + s->msg_callback(0, s->version, SSL3_RT_ALERT, p + 5, 2, s, + s->msg_callback_arg); + } + + s->rwstate = SSL_NOTHING; + SSLerr(SSL_F_SSL23_GET_SERVER_HELLO, SSL_AD_REASON_OFFSET + p[6]); + goto err; + } + + if (!ssl_init_wbio_buffer(s, 1)) + goto err; + + /* we are in this state */ + s->state = SSL3_ST_CR_SRVR_HELLO_A; + + /* + * put the 7 bytes we have read into the input buffer for SSLv3 + */ + s->rstate = SSL_ST_READ_HEADER; + s->packet_length = n; + if (s->s3->rbuf.buf == NULL) + if (!ssl3_setup_read_buffer(s)) + goto err; + s->packet = &(s->s3->rbuf.buf[0]); + memcpy(s->packet, buf, n); + s->s3->rbuf.left = n; + s->s3->rbuf.offset = 0; + + s->handshake_func = s->method->ssl_connect; + } else { + SSLerr(SSL_F_SSL23_GET_SERVER_HELLO, SSL_R_UNKNOWN_PROTOCOL); + goto err; + } + s->init_num = 0; + + /* + * Since, if we are sending a ssl23 client hello, we are not reusing a + * session-id + */ + if (!ssl_get_new_session(s, 0)) + goto err; + + return (SSL_connect(s)); + err: + return (-1); +} diff --git a/openssl/ssl/s23_lib.c b/openssl/ssl/s23_lib.c index f3c29d1dd..9056d39e8 100644 --- a/openssl/ssl/s23_lib.c +++ b/openssl/ssl/s23_lib.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -61,134 +61,125 @@ #include "ssl_locl.h" long ssl23_default_timeout(void) - { - return(300); - } +{ + return (300); +} int ssl23_num_ciphers(void) - { - return(ssl3_num_ciphers() +{ + return (ssl3_num_ciphers() #ifndef OPENSSL_NO_SSL2 - + ssl2_num_ciphers() + + ssl2_num_ciphers() #endif - ); - } + ); +} const SSL_CIPHER *ssl23_get_cipher(unsigned int u) - { - unsigned int uu=ssl3_num_ciphers(); +{ + unsigned int uu = ssl3_num_ciphers(); - if (u < uu) - return(ssl3_get_cipher(u)); - else + if (u < uu) + return (ssl3_get_cipher(u)); + else #ifndef OPENSSL_NO_SSL2 - return(ssl2_get_cipher(u-uu)); + return (ssl2_get_cipher(u - uu)); #else - return(NULL); + return (NULL); #endif - } +} -/* This function needs to check if the ciphers required are actually - * available */ +/* + * This function needs to check if the ciphers required are actually + * available + */ const SSL_CIPHER *ssl23_get_cipher_by_char(const unsigned char *p) - { - const SSL_CIPHER *cp; +{ + const SSL_CIPHER *cp; - cp=ssl3_get_cipher_by_char(p); + cp = ssl3_get_cipher_by_char(p); #ifndef OPENSSL_NO_SSL2 - if (cp == NULL) - cp=ssl2_get_cipher_by_char(p); + if (cp == NULL) + cp = ssl2_get_cipher_by_char(p); #endif - return(cp); - } + return (cp); +} int ssl23_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p) - { - long l; +{ + long l; - /* We can write SSLv2 and SSLv3 ciphers */ - /* but no ECC ciphers */ - if (c->algorithm_mkey == SSL_kECDHr || - c->algorithm_mkey == SSL_kECDHe || - c->algorithm_mkey == SSL_kEECDH || - c->algorithm_auth == SSL_aECDH || - c->algorithm_auth == SSL_aECDSA) - return 0; - if (p != NULL) - { - l=c->id; - p[0]=((unsigned char)(l>>16L))&0xFF; - p[1]=((unsigned char)(l>> 8L))&0xFF; - p[2]=((unsigned char)(l ))&0xFF; - } - return(3); - } + /* We can write SSLv2 and SSLv3 ciphers */ + /* but no ECC ciphers */ + if (c->algorithm_mkey == SSL_kECDHr || + c->algorithm_mkey == SSL_kECDHe || + c->algorithm_mkey == SSL_kEECDH || + c->algorithm_auth == SSL_aECDH || c->algorithm_auth == SSL_aECDSA) + return 0; + if (p != NULL) { + l = c->id; + p[0] = ((unsigned char)(l >> 16L)) & 0xFF; + p[1] = ((unsigned char)(l >> 8L)) & 0xFF; + p[2] = ((unsigned char)(l)) & 0xFF; + } + return (3); +} int ssl23_read(SSL *s, void *buf, int len) - { - int n; +{ + int n; - clear_sys_error(); - if (SSL_in_init(s) && (!s->in_handshake)) - { - n=s->handshake_func(s); - if (n < 0) return(n); - if (n == 0) - { - SSLerr(SSL_F_SSL23_READ,SSL_R_SSL_HANDSHAKE_FAILURE); - return(-1); - } - return(SSL_read(s,buf,len)); - } - else - { - ssl_undefined_function(s); - return(-1); - } - } + clear_sys_error(); + if (SSL_in_init(s) && (!s->in_handshake)) { + n = s->handshake_func(s); + if (n < 0) + return (n); + if (n == 0) { + SSLerr(SSL_F_SSL23_READ, SSL_R_SSL_HANDSHAKE_FAILURE); + return (-1); + } + return (SSL_read(s, buf, len)); + } else { + ssl_undefined_function(s); + return (-1); + } +} int ssl23_peek(SSL *s, void *buf, int len) - { - int n; +{ + int n; - clear_sys_error(); - if (SSL_in_init(s) && (!s->in_handshake)) - { - n=s->handshake_func(s); - if (n < 0) return(n); - if (n == 0) - { - SSLerr(SSL_F_SSL23_PEEK,SSL_R_SSL_HANDSHAKE_FAILURE); - return(-1); - } - return(SSL_peek(s,buf,len)); - } - else - { - ssl_undefined_function(s); - return(-1); - } - } + clear_sys_error(); + if (SSL_in_init(s) && (!s->in_handshake)) { + n = s->handshake_func(s); + if (n < 0) + return (n); + if (n == 0) { + SSLerr(SSL_F_SSL23_PEEK, SSL_R_SSL_HANDSHAKE_FAILURE); + return (-1); + } + return (SSL_peek(s, buf, len)); + } else { + ssl_undefined_function(s); + return (-1); + } +} int ssl23_write(SSL *s, const void *buf, int len) - { - int n; +{ + int n; - clear_sys_error(); - if (SSL_in_init(s) && (!s->in_handshake)) - { - n=s->handshake_func(s); - if (n < 0) return(n); - if (n == 0) - { - SSLerr(SSL_F_SSL23_WRITE,SSL_R_SSL_HANDSHAKE_FAILURE); - return(-1); - } - return(SSL_write(s,buf,len)); - } - else - { - ssl_undefined_function(s); - return(-1); - } - } + clear_sys_error(); + if (SSL_in_init(s) && (!s->in_handshake)) { + n = s->handshake_func(s); + if (n < 0) + return (n); + if (n == 0) { + SSLerr(SSL_F_SSL23_WRITE, SSL_R_SSL_HANDSHAKE_FAILURE); + return (-1); + } + return (SSL_write(s, buf, len)); + } else { + ssl_undefined_function(s); + return (-1); + } +} diff --git a/openssl/ssl/s23_meth.c b/openssl/ssl/s23_meth.c index 40eae0f0b..eb7609879 100644 --- a/openssl/ssl/s23_meth.c +++ b/openssl/ssl/s23_meth.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -62,31 +62,28 @@ static const SSL_METHOD *ssl23_get_method(int ver); static const SSL_METHOD *ssl23_get_method(int ver) - { +{ #ifndef OPENSSL_NO_SSL2 - if (ver == SSL2_VERSION) - return(SSLv2_method()); - else + if (ver == SSL2_VERSION) + return (SSLv2_method()); + else #endif #ifndef OPENSSL_NO_SSL3 - if (ver == SSL3_VERSION) - return(SSLv3_method()); - else + if (ver == SSL3_VERSION) + return (SSLv3_method()); + else #endif #ifndef OPENSSL_NO_TLS1 - if (ver == TLS1_VERSION) - return(TLSv1_method()); - else if (ver == TLS1_1_VERSION) - return(TLSv1_1_method()); - else if (ver == TLS1_2_VERSION) - return(TLSv1_2_method()); - else + if (ver == TLS1_VERSION) + return (TLSv1_method()); + else if (ver == TLS1_1_VERSION) + return (TLSv1_1_method()); + else if (ver == TLS1_2_VERSION) + return (TLSv1_2_method()); + else #endif - return(NULL); - } + return (NULL); +} IMPLEMENT_ssl23_meth_func(SSLv23_method, - ssl23_accept, - ssl23_connect, - ssl23_get_method) - + ssl23_accept, ssl23_connect, ssl23_get_method) diff --git a/openssl/ssl/s23_pkt.c b/openssl/ssl/s23_pkt.c index 4ca6a1b25..efc864784 100644 --- a/openssl/ssl/s23_pkt.c +++ b/openssl/ssl/s23_pkt.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -64,54 +64,50 @@ #include int ssl23_write_bytes(SSL *s) - { - int i,num,tot; - char *buf; +{ + int i, num, tot; + char *buf; - buf=s->init_buf->data; - tot=s->init_off; - num=s->init_num; - for (;;) - { - s->rwstate=SSL_WRITING; - i=BIO_write(s->wbio,&(buf[tot]),num); - if (i <= 0) - { - s->init_off=tot; - s->init_num=num; - return(i); - } - s->rwstate=SSL_NOTHING; - if (i == num) return(tot+i); + buf = s->init_buf->data; + tot = s->init_off; + num = s->init_num; + for (;;) { + s->rwstate = SSL_WRITING; + i = BIO_write(s->wbio, &(buf[tot]), num); + if (i <= 0) { + s->init_off = tot; + s->init_num = num; + return (i); + } + s->rwstate = SSL_NOTHING; + if (i == num) + return (tot + i); - num-=i; - tot+=i; - } - } + num -= i; + tot += i; + } +} /* return regularly only when we have read (at least) 'n' bytes */ int ssl23_read_bytes(SSL *s, int n) - { - unsigned char *p; - int j; - - if (s->packet_length < (unsigned int)n) - { - p=s->packet; +{ + unsigned char *p; + int j; - for (;;) - { - s->rwstate=SSL_READING; - j=BIO_read(s->rbio,(char *)&(p[s->packet_length]), - n-s->packet_length); - if (j <= 0) - return(j); - s->rwstate=SSL_NOTHING; - s->packet_length+=j; - if (s->packet_length >= (unsigned int)n) - return(s->packet_length); - } - } - return(n); - } + if (s->packet_length < (unsigned int)n) { + p = s->packet; + for (;;) { + s->rwstate = SSL_READING; + j = BIO_read(s->rbio, (char *)&(p[s->packet_length]), + n - s->packet_length); + if (j <= 0) + return (j); + s->rwstate = SSL_NOTHING; + s->packet_length += j; + if (s->packet_length >= (unsigned int)n) + return (s->packet_length); + } + } + return (n); +} diff --git a/openssl/ssl/s23_srvr.c b/openssl/ssl/s23_srvr.c index 93ca7d53c..470bd3d94 100644 --- a/openssl/ssl/s23_srvr.c +++ b/openssl/ssl/s23_srvr.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +63,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -116,542 +116,537 @@ #include #include #ifdef OPENSSL_FIPS -#include +# include #endif static const SSL_METHOD *ssl23_get_server_method(int ver); int ssl23_get_client_hello(SSL *s); static const SSL_METHOD *ssl23_get_server_method(int ver) - { +{ #ifndef OPENSSL_NO_SSL2 - if (ver == SSL2_VERSION) - return(SSLv2_server_method()); + if (ver == SSL2_VERSION) + return (SSLv2_server_method()); #endif #ifndef OPENSSL_NO_SSL3 - if (ver == SSL3_VERSION) - return(SSLv3_server_method()); + if (ver == SSL3_VERSION) + return (SSLv3_server_method()); #endif - if (ver == TLS1_VERSION) - return(TLSv1_server_method()); - else if (ver == TLS1_1_VERSION) - return(TLSv1_1_server_method()); - else if (ver == TLS1_2_VERSION) - return(TLSv1_2_server_method()); - else - return(NULL); - } + if (ver == TLS1_VERSION) + return (TLSv1_server_method()); + else if (ver == TLS1_1_VERSION) + return (TLSv1_1_server_method()); + else if (ver == TLS1_2_VERSION) + return (TLSv1_2_server_method()); + else + return (NULL); +} IMPLEMENT_ssl23_meth_func(SSLv23_server_method, - ssl23_accept, - ssl_undefined_function, - ssl23_get_server_method) + ssl23_accept, + ssl_undefined_function, ssl23_get_server_method) int ssl23_accept(SSL *s) - { - BUF_MEM *buf; - unsigned long Time=(unsigned long)time(NULL); - void (*cb)(const SSL *ssl,int type,int val)=NULL; - int ret= -1; - int new_state,state; - - RAND_add(&Time,sizeof(Time),0); - ERR_clear_error(); - clear_sys_error(); - - if (s->info_callback != NULL) - cb=s->info_callback; - else if (s->ctx->info_callback != NULL) - cb=s->ctx->info_callback; - - s->in_handshake++; - if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s); - - for (;;) - { - state=s->state; - - switch(s->state) - { - case SSL_ST_BEFORE: - case SSL_ST_ACCEPT: - case SSL_ST_BEFORE|SSL_ST_ACCEPT: - case SSL_ST_OK|SSL_ST_ACCEPT: - - s->server=1; - if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_START,1); - - /* s->version=SSL3_VERSION; */ - s->type=SSL_ST_ACCEPT; - - if (s->init_buf == NULL) - { - if ((buf=BUF_MEM_new()) == NULL) - { - ret= -1; - goto end; - } - if (!BUF_MEM_grow(buf,SSL3_RT_MAX_PLAIN_LENGTH)) - { - ret= -1; - goto end; - } - s->init_buf=buf; - } - - ssl3_init_finished_mac(s); - - s->state=SSL23_ST_SR_CLNT_HELLO_A; - s->ctx->stats.sess_accept++; - s->init_num=0; - break; - - case SSL23_ST_SR_CLNT_HELLO_A: - case SSL23_ST_SR_CLNT_HELLO_B: - - s->shutdown=0; - ret=ssl23_get_client_hello(s); - if (ret >= 0) cb=NULL; - goto end; - /* break; */ - - default: - SSLerr(SSL_F_SSL23_ACCEPT,SSL_R_UNKNOWN_STATE); - ret= -1; - goto end; - /* break; */ - } - - if ((cb != NULL) && (s->state != state)) - { - new_state=s->state; - s->state=state; - cb(s,SSL_CB_ACCEPT_LOOP,1); - s->state=new_state; - } - } -end: - s->in_handshake--; - if (cb != NULL) - cb(s,SSL_CB_ACCEPT_EXIT,ret); - return(ret); - } - +{ + BUF_MEM *buf; + unsigned long Time = (unsigned long)time(NULL); + void (*cb) (const SSL *ssl, int type, int val) = NULL; + int ret = -1; + int new_state, state; + + RAND_add(&Time, sizeof(Time), 0); + ERR_clear_error(); + clear_sys_error(); + + if (s->info_callback != NULL) + cb = s->info_callback; + else if (s->ctx->info_callback != NULL) + cb = s->ctx->info_callback; + + s->in_handshake++; + if (!SSL_in_init(s) || SSL_in_before(s)) + SSL_clear(s); + + for (;;) { + state = s->state; + + switch (s->state) { + case SSL_ST_BEFORE: + case SSL_ST_ACCEPT: + case SSL_ST_BEFORE | SSL_ST_ACCEPT: + case SSL_ST_OK | SSL_ST_ACCEPT: + + s->server = 1; + if (cb != NULL) + cb(s, SSL_CB_HANDSHAKE_START, 1); + + /* s->version=SSL3_VERSION; */ + s->type = SSL_ST_ACCEPT; + + if (s->init_buf == NULL) { + if ((buf = BUF_MEM_new()) == NULL) { + ret = -1; + goto end; + } + if (!BUF_MEM_grow(buf, SSL3_RT_MAX_PLAIN_LENGTH)) { + BUF_MEM_free(buf); + ret = -1; + goto end; + } + s->init_buf = buf; + } + + ssl3_init_finished_mac(s); + + s->state = SSL23_ST_SR_CLNT_HELLO_A; + s->ctx->stats.sess_accept++; + s->init_num = 0; + break; + + case SSL23_ST_SR_CLNT_HELLO_A: + case SSL23_ST_SR_CLNT_HELLO_B: + + s->shutdown = 0; + ret = ssl23_get_client_hello(s); + if (ret >= 0) + cb = NULL; + goto end; + /* break; */ + + default: + SSLerr(SSL_F_SSL23_ACCEPT, SSL_R_UNKNOWN_STATE); + ret = -1; + goto end; + /* break; */ + } + + if ((cb != NULL) && (s->state != state)) { + new_state = s->state; + s->state = state; + cb(s, SSL_CB_ACCEPT_LOOP, 1); + s->state = new_state; + } + } + end: + s->in_handshake--; + if (cb != NULL) + cb(s, SSL_CB_ACCEPT_EXIT, ret); + return (ret); +} int ssl23_get_client_hello(SSL *s) - { - char buf_space[11]; /* Request this many bytes in initial read. - * We can detect SSL 3.0/TLS 1.0 Client Hellos - * ('type == 3') correctly only when the following - * is in a single record, which is not guaranteed by - * the protocol specification: - * Byte Content - * 0 type \ - * 1/2 version > record header - * 3/4 length / - * 5 msg_type \ - * 6-8 length > Client Hello message - * 9/10 client_version / - */ - char *buf= &(buf_space[0]); - unsigned char *p,*d,*d_len,*dd; - unsigned int i; - unsigned int csl,sil,cl; - int n=0,j; - int type=0; - int v[2]; - - if (s->state == SSL23_ST_SR_CLNT_HELLO_A) - { - /* read the initial header */ - v[0]=v[1]=0; - - if (!ssl3_setup_buffers(s)) goto err; - - n=ssl23_read_bytes(s, sizeof buf_space); - if (n != sizeof buf_space) return(n); /* n == -1 || n == 0 */ - - p=s->packet; - - memcpy(buf,p,n); - - if ((p[0] & 0x80) && (p[2] == SSL2_MT_CLIENT_HELLO)) - { - /* - * SSLv2 header - */ - if ((p[3] == 0x00) && (p[4] == 0x02)) - { - v[0]=p[3]; v[1]=p[4]; - /* SSLv2 */ - if (!(s->options & SSL_OP_NO_SSLv2)) - type=1; - } - else if (p[3] == SSL3_VERSION_MAJOR) - { - v[0]=p[3]; v[1]=p[4]; - /* SSLv3/TLSv1 */ - if (p[4] >= TLS1_VERSION_MINOR) - { - if (p[4] >= TLS1_2_VERSION_MINOR && - !(s->options & SSL_OP_NO_TLSv1_2)) - { - s->version=TLS1_2_VERSION; - s->state=SSL23_ST_SR_CLNT_HELLO_B; - } - else if (p[4] >= TLS1_1_VERSION_MINOR && - !(s->options & SSL_OP_NO_TLSv1_1)) - { - s->version=TLS1_1_VERSION; - /* type=2; */ /* done later to survive restarts */ - s->state=SSL23_ST_SR_CLNT_HELLO_B; - } - else if (!(s->options & SSL_OP_NO_TLSv1)) - { - s->version=TLS1_VERSION; - /* type=2; */ /* done later to survive restarts */ - s->state=SSL23_ST_SR_CLNT_HELLO_B; - } - else if (!(s->options & SSL_OP_NO_SSLv3)) - { - s->version=SSL3_VERSION; - /* type=2; */ - s->state=SSL23_ST_SR_CLNT_HELLO_B; - } - else if (!(s->options & SSL_OP_NO_SSLv2)) - { - type=1; - } - } - else if (!(s->options & SSL_OP_NO_SSLv3)) - { - s->version=SSL3_VERSION; - /* type=2; */ - s->state=SSL23_ST_SR_CLNT_HELLO_B; - } - else if (!(s->options & SSL_OP_NO_SSLv2)) - type=1; - - } - } - else if ((p[0] == SSL3_RT_HANDSHAKE) && - (p[1] == SSL3_VERSION_MAJOR) && - (p[5] == SSL3_MT_CLIENT_HELLO) && - ((p[3] == 0 && p[4] < 5 /* silly record length? */) - || (p[9] >= p[1]))) - { - /* - * SSLv3 or tls1 header - */ - - v[0]=p[1]; /* major version (= SSL3_VERSION_MAJOR) */ - /* We must look at client_version inside the Client Hello message - * to get the correct minor version. - * However if we have only a pathologically small fragment of the - * Client Hello message, this would be difficult, and we'd have - * to read more records to find out. - * No known SSL 3.0 client fragments ClientHello like this, - * so we simply reject such connections to avoid - * protocol version downgrade attacks. */ - if (p[3] == 0 && p[4] < 6) - { - SSLerr(SSL_F_SSL23_GET_CLIENT_HELLO,SSL_R_RECORD_TOO_SMALL); - goto err; - } - /* if major version number > 3 set minor to a value - * which will use the highest version 3 we support. - * If TLS 2.0 ever appears we will need to revise - * this.... - */ - if (p[9] > SSL3_VERSION_MAJOR) - v[1]=0xff; - else - v[1]=p[10]; /* minor version according to client_version */ - if (v[1] >= TLS1_VERSION_MINOR) - { - if (v[1] >= TLS1_2_VERSION_MINOR && - !(s->options & SSL_OP_NO_TLSv1_2)) - { - s->version=TLS1_2_VERSION; - type=3; - } - else if (v[1] >= TLS1_1_VERSION_MINOR && - !(s->options & SSL_OP_NO_TLSv1_1)) - { - s->version=TLS1_1_VERSION; - type=3; - } - else if (!(s->options & SSL_OP_NO_TLSv1)) - { - s->version=TLS1_VERSION; - type=3; - } - else if (!(s->options & SSL_OP_NO_SSLv3)) - { - s->version=SSL3_VERSION; - type=3; - } - } - else - { - /* client requests SSL 3.0 */ - if (!(s->options & SSL_OP_NO_SSLv3)) - { - s->version=SSL3_VERSION; - type=3; - } - else if (!(s->options & SSL_OP_NO_TLSv1)) - { - /* we won't be able to use TLS of course, - * but this will send an appropriate alert */ - s->version=TLS1_VERSION; - type=3; - } - } - } - else if ((strncmp("GET ", (char *)p,4) == 0) || - (strncmp("POST ",(char *)p,5) == 0) || - (strncmp("HEAD ",(char *)p,5) == 0) || - (strncmp("PUT ", (char *)p,4) == 0)) - { - SSLerr(SSL_F_SSL23_GET_CLIENT_HELLO,SSL_R_HTTP_REQUEST); - goto err; - } - else if (strncmp("CONNECT",(char *)p,7) == 0) - { - SSLerr(SSL_F_SSL23_GET_CLIENT_HELLO,SSL_R_HTTPS_PROXY_REQUEST); - goto err; - } - } - - /* ensure that TLS_MAX_VERSION is up-to-date */ - OPENSSL_assert(s->version <= TLS_MAX_VERSION); - +{ + /*- + * Request this many bytes in initial read. + * We can detect SSL 3.0/TLS 1.0 Client Hellos + * ('type == 3') correctly only when the following + * is in a single record, which is not guaranteed by + * the protocol specification: + * Byte Content + * 0 type \ + * 1/2 version > record header + * 3/4 length / + * 5 msg_type \ + * 6-8 length > Client Hello message + * 9/10 client_version / + */ + char buf_space[11]; + char *buf = &(buf_space[0]); + unsigned char *p, *d, *d_len, *dd; + unsigned int i; + unsigned int csl, sil, cl; + int n = 0, j; + int type = 0; + int v[2]; + + if (s->state == SSL23_ST_SR_CLNT_HELLO_A) { + /* read the initial header */ + v[0] = v[1] = 0; + + if (!ssl3_setup_buffers(s)) + goto err; + + n = ssl23_read_bytes(s, sizeof buf_space); + if (n != sizeof buf_space) + return (n); /* n == -1 || n == 0 */ + + p = s->packet; + + memcpy(buf, p, n); + + if ((p[0] & 0x80) && (p[2] == SSL2_MT_CLIENT_HELLO)) { + /* + * SSLv2 header + */ + if ((p[3] == 0x00) && (p[4] == 0x02)) { + v[0] = p[3]; + v[1] = p[4]; + /* SSLv2 */ + if (!(s->options & SSL_OP_NO_SSLv2)) + type = 1; + } else if (p[3] == SSL3_VERSION_MAJOR) { + v[0] = p[3]; + v[1] = p[4]; + /* SSLv3/TLSv1 */ + if (p[4] >= TLS1_VERSION_MINOR) { + if (p[4] >= TLS1_2_VERSION_MINOR && + !(s->options & SSL_OP_NO_TLSv1_2)) { + s->version = TLS1_2_VERSION; + s->state = SSL23_ST_SR_CLNT_HELLO_B; + } else if (p[4] >= TLS1_1_VERSION_MINOR && + !(s->options & SSL_OP_NO_TLSv1_1)) { + s->version = TLS1_1_VERSION; + /* + * type=2; + *//* + * done later to survive restarts + */ + s->state = SSL23_ST_SR_CLNT_HELLO_B; + } else if (!(s->options & SSL_OP_NO_TLSv1)) { + s->version = TLS1_VERSION; + /* + * type=2; + *//* + * done later to survive restarts + */ + s->state = SSL23_ST_SR_CLNT_HELLO_B; + } else if (!(s->options & SSL_OP_NO_SSLv3)) { + s->version = SSL3_VERSION; + /* type=2; */ + s->state = SSL23_ST_SR_CLNT_HELLO_B; + } else if (!(s->options & SSL_OP_NO_SSLv2)) { + type = 1; + } + } else if (!(s->options & SSL_OP_NO_SSLv3)) { + s->version = SSL3_VERSION; + /* type=2; */ + s->state = SSL23_ST_SR_CLNT_HELLO_B; + } else if (!(s->options & SSL_OP_NO_SSLv2)) + type = 1; + + } + } + /* p[4] < 5 ... silly record length? */ + else if ((p[0] == SSL3_RT_HANDSHAKE) && + (p[1] == SSL3_VERSION_MAJOR) && + (p[5] == SSL3_MT_CLIENT_HELLO) && ((p[3] == 0 && p[4] < 5) + || (p[9] >= p[1]))) { + /* + * SSLv3 or tls1 header + */ + + v[0] = p[1]; /* major version (= SSL3_VERSION_MAJOR) */ + /* + * We must look at client_version inside the Client Hello message + * to get the correct minor version. However if we have only a + * pathologically small fragment of the Client Hello message, this + * would be difficult, and we'd have to read more records to find + * out. No known SSL 3.0 client fragments ClientHello like this, + * so we simply reject such connections to avoid protocol version + * downgrade attacks. + */ + if (p[3] == 0 && p[4] < 6) { + SSLerr(SSL_F_SSL23_GET_CLIENT_HELLO, SSL_R_RECORD_TOO_SMALL); + goto err; + } + /* + * if major version number > 3 set minor to a value which will + * use the highest version 3 we support. If TLS 2.0 ever appears + * we will need to revise this.... + */ + if (p[9] > SSL3_VERSION_MAJOR) + v[1] = 0xff; + else + v[1] = p[10]; /* minor version according to client_version */ + if (v[1] >= TLS1_VERSION_MINOR) { + if (v[1] >= TLS1_2_VERSION_MINOR && + !(s->options & SSL_OP_NO_TLSv1_2)) { + s->version = TLS1_2_VERSION; + type = 3; + } else if (v[1] >= TLS1_1_VERSION_MINOR && + !(s->options & SSL_OP_NO_TLSv1_1)) { + s->version = TLS1_1_VERSION; + type = 3; + } else if (!(s->options & SSL_OP_NO_TLSv1)) { + s->version = TLS1_VERSION; + type = 3; + } else if (!(s->options & SSL_OP_NO_SSLv3)) { + s->version = SSL3_VERSION; + type = 3; + } + } else { + /* client requests SSL 3.0 */ + if (!(s->options & SSL_OP_NO_SSLv3)) { + s->version = SSL3_VERSION; + type = 3; + } else if (!(s->options & SSL_OP_NO_TLSv1)) { + /* + * we won't be able to use TLS of course, but this will + * send an appropriate alert + */ + s->version = TLS1_VERSION; + type = 3; + } + } + } else if ((strncmp("GET ", (char *)p, 4) == 0) || + (strncmp("POST ", (char *)p, 5) == 0) || + (strncmp("HEAD ", (char *)p, 5) == 0) || + (strncmp("PUT ", (char *)p, 4) == 0)) { + SSLerr(SSL_F_SSL23_GET_CLIENT_HELLO, SSL_R_HTTP_REQUEST); + goto err; + } else if (strncmp("CONNECT", (char *)p, 7) == 0) { + SSLerr(SSL_F_SSL23_GET_CLIENT_HELLO, SSL_R_HTTPS_PROXY_REQUEST); + goto err; + } + } + + /* ensure that TLS_MAX_VERSION is up-to-date */ + OPENSSL_assert(s->version <= TLS_MAX_VERSION); + + if (s->version < TLS1_2_VERSION && tls1_suiteb(s)) { + SSLerr(SSL_F_SSL23_GET_CLIENT_HELLO, + SSL_R_ONLY_TLS_1_2_ALLOWED_IN_SUITEB_MODE); + goto err; + } #ifdef OPENSSL_FIPS - if (FIPS_mode() && (s->version < TLS1_VERSION)) - { - SSLerr(SSL_F_SSL23_GET_CLIENT_HELLO, - SSL_R_ONLY_TLS_ALLOWED_IN_FIPS_MODE); - goto err; - } + if (FIPS_mode() && (s->version < TLS1_VERSION)) { + SSLerr(SSL_F_SSL23_GET_CLIENT_HELLO, + SSL_R_ONLY_TLS_ALLOWED_IN_FIPS_MODE); + goto err; + } #endif - if (s->state == SSL23_ST_SR_CLNT_HELLO_B) - { - /* we have SSLv3/TLSv1 in an SSLv2 header - * (other cases skip this state) */ - - type=2; - p=s->packet; - v[0] = p[3]; /* == SSL3_VERSION_MAJOR */ - v[1] = p[4]; - - /* An SSLv3/TLSv1 backwards-compatible CLIENT-HELLO in an SSLv2 - * header is sent directly on the wire, not wrapped as a TLS - * record. It's format is: - * Byte Content - * 0-1 msg_length - * 2 msg_type - * 3-4 version - * 5-6 cipher_spec_length - * 7-8 session_id_length - * 9-10 challenge_length - * ... ... - */ - n=((p[0]&0x7f)<<8)|p[1]; - if (n > (1024*4)) - { - SSLerr(SSL_F_SSL23_GET_CLIENT_HELLO,SSL_R_RECORD_TOO_LARGE); - goto err; - } - if (n < 9) - { - SSLerr(SSL_F_SSL23_GET_CLIENT_HELLO,SSL_R_RECORD_LENGTH_MISMATCH); - goto err; - } - - j=ssl23_read_bytes(s,n+2); - /* We previously read 11 bytes, so if j > 0, we must have - * j == n+2 == s->packet_length. We have at least 11 valid - * packet bytes. */ - if (j <= 0) return(j); - - ssl3_finish_mac(s, s->packet+2, s->packet_length-2); - if (s->msg_callback) - s->msg_callback(0, SSL2_VERSION, 0, s->packet+2, s->packet_length-2, s, s->msg_callback_arg); /* CLIENT-HELLO */ - - p=s->packet; - p+=5; - n2s(p,csl); - n2s(p,sil); - n2s(p,cl); - d=(unsigned char *)s->init_buf->data; - if ((csl+sil+cl+11) != s->packet_length) /* We can't have TLS extensions in SSL 2.0 format - * Client Hello, can we? Error condition should be - * '>' otherweise */ - { - SSLerr(SSL_F_SSL23_GET_CLIENT_HELLO,SSL_R_RECORD_LENGTH_MISMATCH); - goto err; - } - - /* record header: msg_type ... */ - *(d++) = SSL3_MT_CLIENT_HELLO; - /* ... and length (actual value will be written later) */ - d_len = d; - d += 3; - - /* client_version */ - *(d++) = SSL3_VERSION_MAJOR; /* == v[0] */ - *(d++) = v[1]; - - /* lets populate the random area */ - /* get the challenge_length */ - i=(cl > SSL3_RANDOM_SIZE)?SSL3_RANDOM_SIZE:cl; - memset(d,0,SSL3_RANDOM_SIZE); - memcpy(&(d[SSL3_RANDOM_SIZE-i]),&(p[csl+sil]),i); - d+=SSL3_RANDOM_SIZE; - - /* no session-id reuse */ - *(d++)=0; - - /* ciphers */ - j=0; - dd=d; - d+=2; - for (i=0; istate == SSL23_ST_SR_CLNT_HELLO_B) { + /* + * we have SSLv3/TLSv1 in an SSLv2 header (other cases skip this + * state) + */ + + type = 2; + p = s->packet; + v[0] = p[3]; /* == SSL3_VERSION_MAJOR */ + v[1] = p[4]; + + /*- + * An SSLv3/TLSv1 backwards-compatible CLIENT-HELLO in an SSLv2 + * header is sent directly on the wire, not wrapped as a TLS + * record. It's format is: + * Byte Content + * 0-1 msg_length + * 2 msg_type + * 3-4 version + * 5-6 cipher_spec_length + * 7-8 session_id_length + * 9-10 challenge_length + * ... ... + */ + n = ((p[0] & 0x7f) << 8) | p[1]; + if (n > (1024 * 4)) { + SSLerr(SSL_F_SSL23_GET_CLIENT_HELLO, SSL_R_RECORD_TOO_LARGE); + goto err; + } + if (n < 9) { + SSLerr(SSL_F_SSL23_GET_CLIENT_HELLO, + SSL_R_RECORD_LENGTH_MISMATCH); + goto err; + } + + j = ssl23_read_bytes(s, n + 2); + /* + * We previously read 11 bytes, so if j > 0, we must have j == n+2 == + * s->packet_length. We have at least 11 valid packet bytes. + */ + if (j <= 0) + return (j); + + ssl3_finish_mac(s, s->packet + 2, s->packet_length - 2); + + /* CLIENT-HELLO */ + if (s->msg_callback) + s->msg_callback(0, SSL2_VERSION, 0, s->packet + 2, + s->packet_length - 2, s, s->msg_callback_arg); + + p = s->packet; + p += 5; + n2s(p, csl); + n2s(p, sil); + n2s(p, cl); + d = (unsigned char *)s->init_buf->data; + if ((csl + sil + cl + 11) != s->packet_length) { /* We can't have TLS + * extensions in SSL + * 2.0 format * + * Client Hello, can + * we? Error + * condition should + * be * '>' + * otherweise */ + SSLerr(SSL_F_SSL23_GET_CLIENT_HELLO, + SSL_R_RECORD_LENGTH_MISMATCH); + goto err; + } + + /* record header: msg_type ... */ + *(d++) = SSL3_MT_CLIENT_HELLO; + /* ... and length (actual value will be written later) */ + d_len = d; + d += 3; + + /* client_version */ + *(d++) = SSL3_VERSION_MAJOR; /* == v[0] */ + *(d++) = v[1]; + + /* lets populate the random area */ + /* get the challenge_length */ + i = (cl > SSL3_RANDOM_SIZE) ? SSL3_RANDOM_SIZE : cl; + memset(d, 0, SSL3_RANDOM_SIZE); + memcpy(&(d[SSL3_RANDOM_SIZE - i]), &(p[csl + sil]), i); + d += SSL3_RANDOM_SIZE; + + /* no session-id reuse */ + *(d++) = 0; + + /* ciphers */ + j = 0; + dd = d; + d += 2; + for (i = 0; i < csl; i += 3) { + if (p[i] != 0) + continue; + *(d++) = p[i + 1]; + *(d++) = p[i + 2]; + j += 2; + } + s2n(j, dd); + + /* COMPRESSION */ + *(d++) = 1; + *(d++) = 0; + #if 0 - /* copy any remaining data with may be extensions */ - p = p+csl+sil+cl; - while (p < s->packet+s->packet_length) - { - *(d++)=*(p++); - } + /* copy any remaining data with may be extensions */ + p = p + csl + sil + cl; + while (p < s->packet + s->packet_length) { + *(d++) = *(p++); + } #endif - i = (d-(unsigned char *)s->init_buf->data) - 4; - l2n3((long)i, d_len); + i = (d - (unsigned char *)s->init_buf->data) - 4; + l2n3((long)i, d_len); - /* get the data reused from the init_buf */ - s->s3->tmp.reuse_message=1; - s->s3->tmp.message_type=SSL3_MT_CLIENT_HELLO; - s->s3->tmp.message_size=i; - } + /* get the data reused from the init_buf */ + s->s3->tmp.reuse_message = 1; + s->s3->tmp.message_type = SSL3_MT_CLIENT_HELLO; + s->s3->tmp.message_size = i; + } - /* imaginary new state (for program structure): */ - /* s->state = SSL23_SR_CLNT_HELLO_C */ + /* imaginary new state (for program structure): */ + /* s->state = SSL23_SR_CLNT_HELLO_C */ - if (type == 1) - { + if (type == 1) { #ifdef OPENSSL_NO_SSL2 - SSLerr(SSL_F_SSL23_GET_CLIENT_HELLO,SSL_R_UNSUPPORTED_PROTOCOL); - goto err; + SSLerr(SSL_F_SSL23_GET_CLIENT_HELLO, SSL_R_UNSUPPORTED_PROTOCOL); + goto err; #else - /* we are talking sslv2 */ - /* we need to clean up the SSLv3/TLSv1 setup and put in the - * sslv2 stuff. */ - - if (s->s2 == NULL) - { - if (!ssl2_new(s)) - goto err; - } - else - ssl2_clear(s); - - if (s->s3 != NULL) ssl3_free(s); - - if (!BUF_MEM_grow_clean(s->init_buf, - SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER)) - { - goto err; - } - - s->state=SSL2_ST_GET_CLIENT_HELLO_A; - if (s->options & SSL_OP_NO_TLSv1 && s->options & SSL_OP_NO_SSLv3) - s->s2->ssl2_rollback=0; - else - /* reject SSL 2.0 session if client supports SSL 3.0 or TLS 1.0 - * (SSL 3.0 draft/RFC 2246, App. E.2) */ - s->s2->ssl2_rollback=1; - - /* setup the n bytes we have read so we get them from - * the sslv2 buffer */ - s->rstate=SSL_ST_READ_HEADER; - s->packet_length=n; - s->packet= &(s->s2->rbuf[0]); - memcpy(s->packet,buf,n); - s->s2->rbuf_left=n; - s->s2->rbuf_offs=0; - - s->method=SSLv2_server_method(); - s->handshake_func=s->method->ssl_accept; + /* we are talking sslv2 */ + /* + * we need to clean up the SSLv3/TLSv1 setup and put in the sslv2 + * stuff. + */ + + if (s->s2 == NULL) { + if (!ssl2_new(s)) + goto err; + } else + ssl2_clear(s); + + if (s->s3 != NULL) + ssl3_free(s); + + if (!BUF_MEM_grow_clean(s->init_buf, + SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER)) { + goto err; + } + + s->state = SSL2_ST_GET_CLIENT_HELLO_A; + if (s->options & SSL_OP_NO_TLSv1 && s->options & SSL_OP_NO_SSLv3) + s->s2->ssl2_rollback = 0; + else + /* + * reject SSL 2.0 session if client supports SSL 3.0 or TLS 1.0 + * (SSL 3.0 draft/RFC 2246, App. E.2) + */ + s->s2->ssl2_rollback = 1; + + /* + * setup the n bytes we have read so we get them from the sslv2 + * buffer + */ + s->rstate = SSL_ST_READ_HEADER; + s->packet_length = n; + s->packet = &(s->s2->rbuf[0]); + memcpy(s->packet, buf, n); + s->s2->rbuf_left = n; + s->s2->rbuf_offs = 0; + + s->method = SSLv2_server_method(); + s->handshake_func = s->method->ssl_accept; #endif - } - - if ((type == 2) || (type == 3)) - { - /* we have SSLv3/TLSv1 (type 2: SSL2 style, type 3: SSL3/TLS style) */ - s->method = ssl23_get_server_method(s->version); - if (s->method == NULL) - { - SSLerr(SSL_F_SSL23_GET_CLIENT_HELLO,SSL_R_UNSUPPORTED_PROTOCOL); - goto err; - } - - if (!ssl_init_wbio_buffer(s,1)) goto err; - - /* we are in this state */ - s->state=SSL3_ST_SR_CLNT_HELLO_A; - - if (type == 3) - { - /* put the 'n' bytes we have read into the input buffer - * for SSLv3 */ - s->rstate=SSL_ST_READ_HEADER; - s->packet_length=n; - if (s->s3->rbuf.buf == NULL) - if (!ssl3_setup_read_buffer(s)) - goto err; - - s->packet= &(s->s3->rbuf.buf[0]); - memcpy(s->packet,buf,n); - s->s3->rbuf.left=n; - s->s3->rbuf.offset=0; - } - else - { - s->packet_length=0; - s->s3->rbuf.left=0; - s->s3->rbuf.offset=0; - } -#if 0 /* ssl3_get_client_hello does this */ - s->client_version=(v[0]<<8)|v[1]; + } + + if ((type == 2) || (type == 3)) { + /* + * we have SSLv3/TLSv1 (type 2: SSL2 style, type 3: SSL3/TLS style) + */ + const SSL_METHOD *new_method; + new_method = ssl23_get_server_method(s->version); + if (new_method == NULL) { + SSLerr(SSL_F_SSL23_GET_CLIENT_HELLO, SSL_R_UNSUPPORTED_PROTOCOL); + goto err; + } + s->method = new_method; + + if (!ssl_init_wbio_buffer(s, 1)) + goto err; + + /* we are in this state */ + s->state = SSL3_ST_SR_CLNT_HELLO_A; + + if (type == 3) { + /* + * put the 'n' bytes we have read into the input buffer for SSLv3 + */ + s->rstate = SSL_ST_READ_HEADER; + s->packet_length = n; + if (s->s3->rbuf.buf == NULL) + if (!ssl3_setup_read_buffer(s)) + goto err; + + s->packet = &(s->s3->rbuf.buf[0]); + memcpy(s->packet, buf, n); + s->s3->rbuf.left = n; + s->s3->rbuf.offset = 0; + } else { + s->packet_length = 0; + s->s3->rbuf.left = 0; + s->s3->rbuf.offset = 0; + } +#if 0 /* ssl3_get_client_hello does this */ + s->client_version = (v[0] << 8) | v[1]; #endif - s->handshake_func=s->method->ssl_accept; - } - - if ((type < 1) || (type > 3)) - { - /* bad, very bad */ - SSLerr(SSL_F_SSL23_GET_CLIENT_HELLO,SSL_R_UNKNOWN_PROTOCOL); - goto err; - } - s->init_num=0; - - if (buf != buf_space) OPENSSL_free(buf); - return(SSL_accept(s)); -err: - if (buf != buf_space) OPENSSL_free(buf); - return(-1); - } + s->handshake_func = s->method->ssl_accept; + } + + if ((type < 1) || (type > 3)) { + /* bad, very bad */ + SSLerr(SSL_F_SSL23_GET_CLIENT_HELLO, SSL_R_UNKNOWN_PROTOCOL); + goto err; + } + s->init_num = 0; + + if (buf != buf_space) + OPENSSL_free(buf); + return (SSL_accept(s)); + err: + if (buf != buf_space) + OPENSSL_free(buf); + return (-1); +} diff --git a/openssl/ssl/s2_clnt.c b/openssl/ssl/s2_clnt.c index 03b6cf967..69da6b142 100644 --- a/openssl/ssl/s2_clnt.c +++ b/openssl/ssl/s2_clnt.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +63,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -111,1017 +111,984 @@ #include "ssl_locl.h" #ifndef OPENSSL_NO_SSL2 -#include -#include -#include -#include -#include +# include +# include +# include +# include +# include static const SSL_METHOD *ssl2_get_client_method(int ver); static int get_server_finished(SSL *s); static int get_server_verify(SSL *s); static int get_server_hello(SSL *s); -static int client_hello(SSL *s); +static int client_hello(SSL *s); static int client_master_key(SSL *s); static int client_finished(SSL *s); static int client_certificate(SSL *s); static int ssl_rsa_public_encrypt(SESS_CERT *sc, int len, unsigned char *from, - unsigned char *to,int padding); -#define BREAK break + unsigned char *to, int padding); +# define BREAK break static const SSL_METHOD *ssl2_get_client_method(int ver) - { - if (ver == SSL2_VERSION) - return(SSLv2_client_method()); - else - return(NULL); - } +{ + if (ver == SSL2_VERSION) + return (SSLv2_client_method()); + else + return (NULL); +} IMPLEMENT_ssl2_meth_func(SSLv2_client_method, - ssl_undefined_function, - ssl2_connect, - ssl2_get_client_method) + ssl_undefined_function, + ssl2_connect, ssl2_get_client_method) int ssl2_connect(SSL *s) - { - unsigned long l=(unsigned long)time(NULL); - BUF_MEM *buf=NULL; - int ret= -1; - void (*cb)(const SSL *ssl,int type,int val)=NULL; - int new_state,state; - - RAND_add(&l,sizeof(l),0); - ERR_clear_error(); - clear_sys_error(); - - if (s->info_callback != NULL) - cb=s->info_callback; - else if (s->ctx->info_callback != NULL) - cb=s->ctx->info_callback; - - /* init things to blank */ - s->in_handshake++; - if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s); - - for (;;) - { - state=s->state; - - switch (s->state) - { - case SSL_ST_BEFORE: - case SSL_ST_CONNECT: - case SSL_ST_BEFORE|SSL_ST_CONNECT: - case SSL_ST_OK|SSL_ST_CONNECT: - - s->server=0; - if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_START,1); - - s->version=SSL2_VERSION; - s->type=SSL_ST_CONNECT; - - buf=s->init_buf; - if ((buf == NULL) && ((buf=BUF_MEM_new()) == NULL)) - { - ret= -1; - goto end; - } - if (!BUF_MEM_grow(buf, - SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER)) - { - if (buf == s->init_buf) - buf=NULL; - ret= -1; - goto end; - } - s->init_buf=buf; - buf=NULL; - s->init_num=0; - s->state=SSL2_ST_SEND_CLIENT_HELLO_A; - s->ctx->stats.sess_connect++; - s->handshake_func=ssl2_connect; - BREAK; - - case SSL2_ST_SEND_CLIENT_HELLO_A: - case SSL2_ST_SEND_CLIENT_HELLO_B: - s->shutdown=0; - ret=client_hello(s); - if (ret <= 0) goto end; - s->init_num=0; - s->state=SSL2_ST_GET_SERVER_HELLO_A; - BREAK; - - case SSL2_ST_GET_SERVER_HELLO_A: - case SSL2_ST_GET_SERVER_HELLO_B: - ret=get_server_hello(s); - if (ret <= 0) goto end; - s->init_num=0; - if (!s->hit) /* new session */ - { - s->state=SSL2_ST_SEND_CLIENT_MASTER_KEY_A; - BREAK; - } - else - { - s->state=SSL2_ST_CLIENT_START_ENCRYPTION; - break; - } - - case SSL2_ST_SEND_CLIENT_MASTER_KEY_A: - case SSL2_ST_SEND_CLIENT_MASTER_KEY_B: - ret=client_master_key(s); - if (ret <= 0) goto end; - s->init_num=0; - s->state=SSL2_ST_CLIENT_START_ENCRYPTION; - break; - - case SSL2_ST_CLIENT_START_ENCRYPTION: - /* Ok, we now have all the stuff needed to - * start encrypting, so lets fire it up :-) */ - if (!ssl2_enc_init(s,1)) - { - ret= -1; - goto end; - } - s->s2->clear_text=0; - s->state=SSL2_ST_SEND_CLIENT_FINISHED_A; - break; - - case SSL2_ST_SEND_CLIENT_FINISHED_A: - case SSL2_ST_SEND_CLIENT_FINISHED_B: - ret=client_finished(s); - if (ret <= 0) goto end; - s->init_num=0; - s->state=SSL2_ST_GET_SERVER_VERIFY_A; - break; - - case SSL2_ST_GET_SERVER_VERIFY_A: - case SSL2_ST_GET_SERVER_VERIFY_B: - ret=get_server_verify(s); - if (ret <= 0) goto end; - s->init_num=0; - s->state=SSL2_ST_GET_SERVER_FINISHED_A; - break; - - case SSL2_ST_GET_SERVER_FINISHED_A: - case SSL2_ST_GET_SERVER_FINISHED_B: - ret=get_server_finished(s); - if (ret <= 0) goto end; - break; - - case SSL2_ST_SEND_CLIENT_CERTIFICATE_A: - case SSL2_ST_SEND_CLIENT_CERTIFICATE_B: - case SSL2_ST_SEND_CLIENT_CERTIFICATE_C: - case SSL2_ST_SEND_CLIENT_CERTIFICATE_D: - case SSL2_ST_X509_GET_CLIENT_CERTIFICATE: - ret=client_certificate(s); - if (ret <= 0) goto end; - s->init_num=0; - s->state=SSL2_ST_GET_SERVER_FINISHED_A; - break; - - case SSL_ST_OK: - if (s->init_buf != NULL) - { - BUF_MEM_free(s->init_buf); - s->init_buf=NULL; - } - s->init_num=0; - /* ERR_clear_error();*/ - - /* If we want to cache session-ids in the client - * and we successfully add the session-id to the - * cache, and there is a callback, then pass it out. - * 26/11/96 - eay - only add if not a re-used session. - */ - - ssl_update_cache(s,SSL_SESS_CACHE_CLIENT); - if (s->hit) s->ctx->stats.sess_hit++; - - ret=1; - /* s->server=0; */ - s->ctx->stats.sess_connect_good++; - - if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_DONE,1); - - goto end; - /* break; */ - default: - SSLerr(SSL_F_SSL2_CONNECT,SSL_R_UNKNOWN_STATE); - return(-1); - /* break; */ - } - - if ((cb != NULL) && (s->state != state)) - { - new_state=s->state; - s->state=state; - cb(s,SSL_CB_CONNECT_LOOP,1); - s->state=new_state; - } - } -end: - s->in_handshake--; - if (buf != NULL) - BUF_MEM_free(buf); - if (cb != NULL) - cb(s,SSL_CB_CONNECT_EXIT,ret); - return(ret); - } +{ + unsigned long l = (unsigned long)time(NULL); + BUF_MEM *buf = NULL; + int ret = -1; + void (*cb) (const SSL *ssl, int type, int val) = NULL; + int new_state, state; + + RAND_add(&l, sizeof(l), 0); + ERR_clear_error(); + clear_sys_error(); + + if (s->info_callback != NULL) + cb = s->info_callback; + else if (s->ctx->info_callback != NULL) + cb = s->ctx->info_callback; + + /* init things to blank */ + s->in_handshake++; + if (!SSL_in_init(s) || SSL_in_before(s)) + SSL_clear(s); + + for (;;) { + state = s->state; + + switch (s->state) { + case SSL_ST_BEFORE: + case SSL_ST_CONNECT: + case SSL_ST_BEFORE | SSL_ST_CONNECT: + case SSL_ST_OK | SSL_ST_CONNECT: + + s->server = 0; + if (cb != NULL) + cb(s, SSL_CB_HANDSHAKE_START, 1); + + s->version = SSL2_VERSION; + s->type = SSL_ST_CONNECT; + + buf = s->init_buf; + if ((buf == NULL) && ((buf = BUF_MEM_new()) == NULL)) { + ret = -1; + goto end; + } + if (!BUF_MEM_grow(buf, SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER)) { + if (buf == s->init_buf) + buf = NULL; + ret = -1; + goto end; + } + s->init_buf = buf; + buf = NULL; + s->init_num = 0; + s->state = SSL2_ST_SEND_CLIENT_HELLO_A; + s->ctx->stats.sess_connect++; + s->handshake_func = ssl2_connect; + BREAK; + + case SSL2_ST_SEND_CLIENT_HELLO_A: + case SSL2_ST_SEND_CLIENT_HELLO_B: + s->shutdown = 0; + ret = client_hello(s); + if (ret <= 0) + goto end; + s->init_num = 0; + s->state = SSL2_ST_GET_SERVER_HELLO_A; + BREAK; + + case SSL2_ST_GET_SERVER_HELLO_A: + case SSL2_ST_GET_SERVER_HELLO_B: + ret = get_server_hello(s); + if (ret <= 0) + goto end; + s->init_num = 0; + if (!s->hit) { /* new session */ + s->state = SSL2_ST_SEND_CLIENT_MASTER_KEY_A; + BREAK; + } else { + s->state = SSL2_ST_CLIENT_START_ENCRYPTION; + break; + } + + case SSL2_ST_SEND_CLIENT_MASTER_KEY_A: + case SSL2_ST_SEND_CLIENT_MASTER_KEY_B: + ret = client_master_key(s); + if (ret <= 0) + goto end; + s->init_num = 0; + s->state = SSL2_ST_CLIENT_START_ENCRYPTION; + break; + + case SSL2_ST_CLIENT_START_ENCRYPTION: + /* + * Ok, we now have all the stuff needed to start encrypting, so + * lets fire it up :-) + */ + if (!ssl2_enc_init(s, 1)) { + ret = -1; + goto end; + } + s->s2->clear_text = 0; + s->state = SSL2_ST_SEND_CLIENT_FINISHED_A; + break; + + case SSL2_ST_SEND_CLIENT_FINISHED_A: + case SSL2_ST_SEND_CLIENT_FINISHED_B: + ret = client_finished(s); + if (ret <= 0) + goto end; + s->init_num = 0; + s->state = SSL2_ST_GET_SERVER_VERIFY_A; + break; + + case SSL2_ST_GET_SERVER_VERIFY_A: + case SSL2_ST_GET_SERVER_VERIFY_B: + ret = get_server_verify(s); + if (ret <= 0) + goto end; + s->init_num = 0; + s->state = SSL2_ST_GET_SERVER_FINISHED_A; + break; + + case SSL2_ST_GET_SERVER_FINISHED_A: + case SSL2_ST_GET_SERVER_FINISHED_B: + ret = get_server_finished(s); + if (ret <= 0) + goto end; + break; + + case SSL2_ST_SEND_CLIENT_CERTIFICATE_A: + case SSL2_ST_SEND_CLIENT_CERTIFICATE_B: + case SSL2_ST_SEND_CLIENT_CERTIFICATE_C: + case SSL2_ST_SEND_CLIENT_CERTIFICATE_D: + case SSL2_ST_X509_GET_CLIENT_CERTIFICATE: + ret = client_certificate(s); + if (ret <= 0) + goto end; + s->init_num = 0; + s->state = SSL2_ST_GET_SERVER_FINISHED_A; + break; + + case SSL_ST_OK: + if (s->init_buf != NULL) { + BUF_MEM_free(s->init_buf); + s->init_buf = NULL; + } + s->init_num = 0; + /* ERR_clear_error(); */ + + /* + * If we want to cache session-ids in the client and we + * successfully add the session-id to the cache, and there is a + * callback, then pass it out. 26/11/96 - eay - only add if not a + * re-used session. + */ + + ssl_update_cache(s, SSL_SESS_CACHE_CLIENT); + if (s->hit) + s->ctx->stats.sess_hit++; + + ret = 1; + /* s->server=0; */ + s->ctx->stats.sess_connect_good++; + + if (cb != NULL) + cb(s, SSL_CB_HANDSHAKE_DONE, 1); + + goto end; + /* break; */ + default: + SSLerr(SSL_F_SSL2_CONNECT, SSL_R_UNKNOWN_STATE); + return (-1); + /* break; */ + } + + if ((cb != NULL) && (s->state != state)) { + new_state = s->state; + s->state = state; + cb(s, SSL_CB_CONNECT_LOOP, 1); + s->state = new_state; + } + } + end: + s->in_handshake--; + if (buf != NULL) + BUF_MEM_free(buf); + if (cb != NULL) + cb(s, SSL_CB_CONNECT_EXIT, ret); + return (ret); +} static int get_server_hello(SSL *s) - { - unsigned char *buf; - unsigned char *p; - int i,j; - unsigned long len; - STACK_OF(SSL_CIPHER) *sk=NULL,*cl, *prio, *allow; - - buf=(unsigned char *)s->init_buf->data; - p=buf; - if (s->state == SSL2_ST_GET_SERVER_HELLO_A) - { - i=ssl2_read(s,(char *)&(buf[s->init_num]),11-s->init_num); - if (i < (11-s->init_num)) - return(ssl2_part_read(s,SSL_F_GET_SERVER_HELLO,i)); - s->init_num = 11; - - if (*(p++) != SSL2_MT_SERVER_HELLO) - { - if (p[-1] != SSL2_MT_ERROR) - { - ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); - SSLerr(SSL_F_GET_SERVER_HELLO, - SSL_R_READ_WRONG_PACKET_TYPE); - } - else - SSLerr(SSL_F_GET_SERVER_HELLO, - SSL_R_PEER_ERROR); - return(-1); - } -#if 0 - s->hit=(*(p++))?1:0; - /* Some [PPC?] compilers fail to increment p in above - statement, e.g. one provided with Rhapsody 5.5, but - most recent example XL C 11.1 for AIX, even without - optimization flag... */ -#else - s->hit=(*p)?1:0; p++; -#endif - s->s2->tmp.cert_type= *(p++); - n2s(p,i); - if (i < s->version) s->version=i; - n2s(p,i); s->s2->tmp.cert_length=i; - n2s(p,i); s->s2->tmp.csl=i; - n2s(p,i); s->s2->tmp.conn_id_length=i; - s->state=SSL2_ST_GET_SERVER_HELLO_B; - } - - /* SSL2_ST_GET_SERVER_HELLO_B */ - len = 11 + (unsigned long)s->s2->tmp.cert_length + (unsigned long)s->s2->tmp.csl + (unsigned long)s->s2->tmp.conn_id_length; - if (len > SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER) - { - SSLerr(SSL_F_GET_SERVER_HELLO,SSL_R_MESSAGE_TOO_LONG); - return -1; - } - j = (int)len - s->init_num; - i = ssl2_read(s,(char *)&(buf[s->init_num]),j); - if (i != j) return(ssl2_part_read(s,SSL_F_GET_SERVER_HELLO,i)); - if (s->msg_callback) - s->msg_callback(0, s->version, 0, buf, (size_t)len, s, s->msg_callback_arg); /* SERVER-HELLO */ - - /* things are looking good */ - - p = buf + 11; - if (s->hit) - { - if (s->s2->tmp.cert_length != 0) - { - SSLerr(SSL_F_GET_SERVER_HELLO,SSL_R_REUSE_CERT_LENGTH_NOT_ZERO); - return(-1); - } - if (s->s2->tmp.cert_type != 0) - { - if (!(s->options & - SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG)) - { - SSLerr(SSL_F_GET_SERVER_HELLO,SSL_R_REUSE_CERT_TYPE_NOT_ZERO); - return(-1); - } - } - if (s->s2->tmp.csl != 0) - { - SSLerr(SSL_F_GET_SERVER_HELLO,SSL_R_REUSE_CIPHER_LIST_NOT_ZERO); - return(-1); - } - } - else - { -#ifdef undef - /* very bad */ - memset(s->session->session_id,0, - SSL_MAX_SSL_SESSION_ID_LENGTH_IN_BYTES); - s->session->session_id_length=0; - */ -#endif +{ + unsigned char *buf; + unsigned char *p; + int i, j; + unsigned long len; + STACK_OF(SSL_CIPHER) *sk = NULL, *cl, *prio, *allow; + + buf = (unsigned char *)s->init_buf->data; + p = buf; + if (s->state == SSL2_ST_GET_SERVER_HELLO_A) { + i = ssl2_read(s, (char *)&(buf[s->init_num]), 11 - s->init_num); + if (i < (11 - s->init_num)) + return (ssl2_part_read(s, SSL_F_GET_SERVER_HELLO, i)); + s->init_num = 11; + + if (*(p++) != SSL2_MT_SERVER_HELLO) { + if (p[-1] != SSL2_MT_ERROR) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_GET_SERVER_HELLO, SSL_R_READ_WRONG_PACKET_TYPE); + } else + SSLerr(SSL_F_GET_SERVER_HELLO, SSL_R_PEER_ERROR); + return (-1); + } +# if 0 + s->hit = (*(p++)) ? 1 : 0; + /* + * Some [PPC?] compilers fail to increment p in above statement, e.g. + * one provided with Rhapsody 5.5, but most recent example XL C 11.1 + * for AIX, even without optimization flag... + */ +# else + s->hit = (*p) ? 1 : 0; + p++; +# endif + s->s2->tmp.cert_type = *(p++); + n2s(p, i); + if (i < s->version) + s->version = i; + n2s(p, i); + s->s2->tmp.cert_length = i; + n2s(p, i); + s->s2->tmp.csl = i; + n2s(p, i); + s->s2->tmp.conn_id_length = i; + s->state = SSL2_ST_GET_SERVER_HELLO_B; + } + + /* SSL2_ST_GET_SERVER_HELLO_B */ + len = + 11 + (unsigned long)s->s2->tmp.cert_length + + (unsigned long)s->s2->tmp.csl + + (unsigned long)s->s2->tmp.conn_id_length; + if (len > SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER) { + SSLerr(SSL_F_GET_SERVER_HELLO, SSL_R_MESSAGE_TOO_LONG); + return -1; + } + j = (int)len - s->init_num; + i = ssl2_read(s, (char *)&(buf[s->init_num]), j); + if (i != j) + return (ssl2_part_read(s, SSL_F_GET_SERVER_HELLO, i)); + if (s->msg_callback) { + /* SERVER-HELLO */ + s->msg_callback(0, s->version, 0, buf, (size_t)len, s, + s->msg_callback_arg); + } + + /* things are looking good */ + + p = buf + 11; + if (s->hit) { + if (s->s2->tmp.cert_length != 0) { + SSLerr(SSL_F_GET_SERVER_HELLO, SSL_R_REUSE_CERT_LENGTH_NOT_ZERO); + return (-1); + } + if (s->s2->tmp.cert_type != 0) { + if (!(s->options & SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG)) { + SSLerr(SSL_F_GET_SERVER_HELLO, + SSL_R_REUSE_CERT_TYPE_NOT_ZERO); + return (-1); + } + } + if (s->s2->tmp.csl != 0) { + SSLerr(SSL_F_GET_SERVER_HELLO, SSL_R_REUSE_CIPHER_LIST_NOT_ZERO); + return (-1); + } + } else { +# if 0 + /* very bad */ + memset(s->session->session_id, 0, + SSL_MAX_SSL_SESSION_ID_LENGTH_IN_BYTES); + s->session->session_id_length = 0; +# endif - /* we need to do this in case we were trying to reuse a - * client session but others are already reusing it. - * If this was a new 'blank' session ID, the session-id - * length will still be 0 */ - if (s->session->session_id_length > 0) - { - if (!ssl_get_new_session(s,0)) - { - ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); - return(-1); - } - } - - if (ssl2_set_certificate(s,s->s2->tmp.cert_type, - s->s2->tmp.cert_length,p) <= 0) - { - ssl2_return_error(s,SSL2_PE_BAD_CERTIFICATE); - return(-1); - } - p+=s->s2->tmp.cert_length; - - if (s->s2->tmp.csl == 0) - { - ssl2_return_error(s,SSL2_PE_NO_CIPHER); - SSLerr(SSL_F_GET_SERVER_HELLO,SSL_R_NO_CIPHER_LIST); - return(-1); - } - - /* We have just received a list of ciphers back from the - * server. We need to get the ones that match, then select - * the one we want the most :-). */ - - /* load the ciphers */ - sk=ssl_bytes_to_cipher_list(s,p,s->s2->tmp.csl, - &s->session->ciphers); - p+=s->s2->tmp.csl; - if (sk == NULL) - { - ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); - SSLerr(SSL_F_GET_SERVER_HELLO,ERR_R_MALLOC_FAILURE); - return(-1); - } - - (void)sk_SSL_CIPHER_set_cmp_func(sk,ssl_cipher_ptr_id_cmp); - - /* get the array of ciphers we will accept */ - cl=SSL_get_ciphers(s); - (void)sk_SSL_CIPHER_set_cmp_func(cl,ssl_cipher_ptr_id_cmp); - - /* - * If server preference flag set, choose the first - * (highest priority) cipher the server sends, otherwise - * client preference has priority. - */ - if (s->options & SSL_OP_CIPHER_SERVER_PREFERENCE) - { - prio = sk; - allow = cl; - } - else - { - prio = cl; - allow = sk; - } - /* In theory we could have ciphers sent back that we - * don't want to use but that does not matter since we - * will check against the list we originally sent and - * for performance reasons we should not bother to match - * the two lists up just to check. */ - for (i=0; i= 0) - break; - } - - if (i >= sk_SSL_CIPHER_num(prio)) - { - ssl2_return_error(s,SSL2_PE_NO_CIPHER); - SSLerr(SSL_F_GET_SERVER_HELLO,SSL_R_NO_CIPHER_MATCH); - return(-1); - } - s->session->cipher=sk_SSL_CIPHER_value(prio,i); - - - if (s->session->peer != NULL) /* can't happen*/ - { - ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); - SSLerr(SSL_F_GET_SERVER_HELLO, ERR_R_INTERNAL_ERROR); - return(-1); - } - - s->session->peer = s->session->sess_cert->peer_key->x509; - /* peer_key->x509 has been set by ssl2_set_certificate. */ - CRYPTO_add(&s->session->peer->references, 1, CRYPTO_LOCK_X509); - } - - if (s->session->sess_cert == NULL - || s->session->peer != s->session->sess_cert->peer_key->x509) - /* can't happen */ - { - ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); - SSLerr(SSL_F_GET_SERVER_HELLO, ERR_R_INTERNAL_ERROR); - return(-1); - } - - s->s2->conn_id_length=s->s2->tmp.conn_id_length; - if (s->s2->conn_id_length > sizeof s->s2->conn_id) - { - ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); - SSLerr(SSL_F_GET_SERVER_HELLO, SSL_R_SSL2_CONNECTION_ID_TOO_LONG); - return -1; - } - memcpy(s->s2->conn_id,p,s->s2->tmp.conn_id_length); - return(1); - } + /* + * we need to do this in case we were trying to reuse a client + * session but others are already reusing it. If this was a new + * 'blank' session ID, the session-id length will still be 0 + */ + if (s->session->session_id_length > 0) { + if (!ssl_get_new_session(s, 0)) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + return (-1); + } + } + + if (ssl2_set_certificate(s, s->s2->tmp.cert_type, + s->s2->tmp.cert_length, p) <= 0) { + ssl2_return_error(s, SSL2_PE_BAD_CERTIFICATE); + return (-1); + } + p += s->s2->tmp.cert_length; + + if (s->s2->tmp.csl == 0) { + ssl2_return_error(s, SSL2_PE_NO_CIPHER); + SSLerr(SSL_F_GET_SERVER_HELLO, SSL_R_NO_CIPHER_LIST); + return (-1); + } + + /* + * We have just received a list of ciphers back from the server. We + * need to get the ones that match, then select the one we want the + * most :-). + */ + + /* load the ciphers */ + sk = ssl_bytes_to_cipher_list(s, p, s->s2->tmp.csl, + &s->session->ciphers); + p += s->s2->tmp.csl; + if (sk == NULL) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_GET_SERVER_HELLO, ERR_R_MALLOC_FAILURE); + return (-1); + } + + (void)sk_SSL_CIPHER_set_cmp_func(sk, ssl_cipher_ptr_id_cmp); + + /* get the array of ciphers we will accept */ + cl = SSL_get_ciphers(s); + (void)sk_SSL_CIPHER_set_cmp_func(cl, ssl_cipher_ptr_id_cmp); + + /* + * If server preference flag set, choose the first + * (highest priority) cipher the server sends, otherwise + * client preference has priority. + */ + if (s->options & SSL_OP_CIPHER_SERVER_PREFERENCE) { + prio = sk; + allow = cl; + } else { + prio = cl; + allow = sk; + } + /* + * In theory we could have ciphers sent back that we don't want to + * use but that does not matter since we will check against the list + * we originally sent and for performance reasons we should not + * bother to match the two lists up just to check. + */ + for (i = 0; i < sk_SSL_CIPHER_num(prio); i++) { + if (sk_SSL_CIPHER_find(allow, sk_SSL_CIPHER_value(prio, i)) >= 0) + break; + } + + if (i >= sk_SSL_CIPHER_num(prio)) { + ssl2_return_error(s, SSL2_PE_NO_CIPHER); + SSLerr(SSL_F_GET_SERVER_HELLO, SSL_R_NO_CIPHER_MATCH); + return (-1); + } + s->session->cipher = sk_SSL_CIPHER_value(prio, i); + + if (s->session->peer != NULL) { /* can't happen */ + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_GET_SERVER_HELLO, ERR_R_INTERNAL_ERROR); + return (-1); + } + + s->session->peer = s->session->sess_cert->peer_key->x509; + /* peer_key->x509 has been set by ssl2_set_certificate. */ + CRYPTO_add(&s->session->peer->references, 1, CRYPTO_LOCK_X509); + } + + if (s->session->sess_cert == NULL + || s->session->peer != s->session->sess_cert->peer_key->x509) + /* can't happen */ + { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_GET_SERVER_HELLO, ERR_R_INTERNAL_ERROR); + return (-1); + } + + s->s2->conn_id_length = s->s2->tmp.conn_id_length; + if (s->s2->conn_id_length > sizeof s->s2->conn_id) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_GET_SERVER_HELLO, SSL_R_SSL2_CONNECTION_ID_TOO_LONG); + return -1; + } + memcpy(s->s2->conn_id, p, s->s2->tmp.conn_id_length); + return (1); +} static int client_hello(SSL *s) - { - unsigned char *buf; - unsigned char *p,*d; -/* CIPHER **cipher;*/ - int i,n,j; - - buf=(unsigned char *)s->init_buf->data; - if (s->state == SSL2_ST_SEND_CLIENT_HELLO_A) - { - if ((s->session == NULL) || - (s->session->ssl_version != s->version)) - { - if (!ssl_get_new_session(s,0)) - { - ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); - return(-1); - } - } - /* else use the pre-loaded session */ - - p=buf; /* header */ - d=p+9; /* data section */ - *(p++)=SSL2_MT_CLIENT_HELLO; /* type */ - s2n(SSL2_VERSION,p); /* version */ - n=j=0; - - n=ssl_cipher_list_to_bytes(s,SSL_get_ciphers(s),d,0); - d+=n; - - if (n == 0) - { - SSLerr(SSL_F_CLIENT_HELLO,SSL_R_NO_CIPHERS_AVAILABLE); - return(-1); - } - - s2n(n,p); /* cipher spec num bytes */ - - if ((s->session->session_id_length > 0) && - (s->session->session_id_length <= - SSL2_MAX_SSL_SESSION_ID_LENGTH)) - { - i=s->session->session_id_length; - s2n(i,p); /* session id length */ - memcpy(d,s->session->session_id,(unsigned int)i); - d+=i; - } - else - { - s2n(0,p); - } - - s->s2->challenge_length=SSL2_CHALLENGE_LENGTH; - s2n(SSL2_CHALLENGE_LENGTH,p); /* challenge length */ - /*challenge id data*/ - if (RAND_pseudo_bytes(s->s2->challenge,SSL2_CHALLENGE_LENGTH) <= 0) - return -1; - memcpy(d,s->s2->challenge,SSL2_CHALLENGE_LENGTH); - d+=SSL2_CHALLENGE_LENGTH; - - s->state=SSL2_ST_SEND_CLIENT_HELLO_B; - s->init_num=d-buf; - s->init_off=0; - } - /* SSL2_ST_SEND_CLIENT_HELLO_B */ - return(ssl2_do_write(s)); - } +{ + unsigned char *buf; + unsigned char *p, *d; +/* CIPHER **cipher;*/ + int i, n, j; + + buf = (unsigned char *)s->init_buf->data; + if (s->state == SSL2_ST_SEND_CLIENT_HELLO_A) { + if ((s->session == NULL) || (s->session->ssl_version != s->version)) { + if (!ssl_get_new_session(s, 0)) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + return (-1); + } + } + /* else use the pre-loaded session */ + + p = buf; /* header */ + d = p + 9; /* data section */ + *(p++) = SSL2_MT_CLIENT_HELLO; /* type */ + s2n(SSL2_VERSION, p); /* version */ + n = j = 0; + + n = ssl_cipher_list_to_bytes(s, SSL_get_ciphers(s), d, 0); + d += n; + + if (n == 0) { + SSLerr(SSL_F_CLIENT_HELLO, SSL_R_NO_CIPHERS_AVAILABLE); + return (-1); + } + + s2n(n, p); /* cipher spec num bytes */ + + if ((s->session->session_id_length > 0) && + (s->session->session_id_length <= + SSL2_MAX_SSL_SESSION_ID_LENGTH)) { + i = s->session->session_id_length; + s2n(i, p); /* session id length */ + memcpy(d, s->session->session_id, (unsigned int)i); + d += i; + } else { + s2n(0, p); + } + + s->s2->challenge_length = SSL2_CHALLENGE_LENGTH; + s2n(SSL2_CHALLENGE_LENGTH, p); /* challenge length */ + /* + * challenge id data + */ + if (RAND_pseudo_bytes(s->s2->challenge, SSL2_CHALLENGE_LENGTH) <= 0) + return -1; + memcpy(d, s->s2->challenge, SSL2_CHALLENGE_LENGTH); + d += SSL2_CHALLENGE_LENGTH; + + s->state = SSL2_ST_SEND_CLIENT_HELLO_B; + s->init_num = d - buf; + s->init_off = 0; + } + /* SSL2_ST_SEND_CLIENT_HELLO_B */ + return (ssl2_do_write(s)); +} static int client_master_key(SSL *s) - { - unsigned char *buf; - unsigned char *p,*d; - int clear,enc,karg,i; - SSL_SESSION *sess; - const EVP_CIPHER *c; - const EVP_MD *md; - - buf=(unsigned char *)s->init_buf->data; - if (s->state == SSL2_ST_SEND_CLIENT_MASTER_KEY_A) - { - - if (!ssl_cipher_get_evp(s->session,&c,&md,NULL,NULL,NULL)) - { - ssl2_return_error(s,SSL2_PE_NO_CIPHER); - SSLerr(SSL_F_CLIENT_MASTER_KEY,SSL_R_PROBLEMS_MAPPING_CIPHER_FUNCTIONS); - return(-1); - } - sess=s->session; - p=buf; - d=p+10; - *(p++)=SSL2_MT_CLIENT_MASTER_KEY;/* type */ - - i=ssl_put_cipher_by_char(s,sess->cipher,p); - p+=i; - - /* make key_arg data */ - i=EVP_CIPHER_iv_length(c); - sess->key_arg_length=i; - if (i > SSL_MAX_KEY_ARG_LENGTH) - { - ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); - SSLerr(SSL_F_CLIENT_MASTER_KEY, ERR_R_INTERNAL_ERROR); - return -1; - } - if (i > 0) - if (RAND_pseudo_bytes(sess->key_arg,i) <= 0) - return -1; - - /* make a master key */ - i=EVP_CIPHER_key_length(c); - sess->master_key_length=i; - if (i > 0) - { - if (i > (int)sizeof(sess->master_key)) - { - ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); - SSLerr(SSL_F_CLIENT_MASTER_KEY, ERR_R_INTERNAL_ERROR); - return -1; - } - if (RAND_bytes(sess->master_key,i) <= 0) - { - ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); - return(-1); - } - } - - if (sess->cipher->algorithm2 & SSL2_CF_8_BYTE_ENC) - enc=8; - else if (SSL_C_IS_EXPORT(sess->cipher)) - enc=5; - else - enc=i; - - if ((int)i < enc) - { - ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); - SSLerr(SSL_F_CLIENT_MASTER_KEY,SSL_R_CIPHER_TABLE_SRC_ERROR); - return(-1); - } - clear=i-enc; - s2n(clear,p); - memcpy(d,sess->master_key,(unsigned int)clear); - d+=clear; - - enc=ssl_rsa_public_encrypt(sess->sess_cert,enc, - &(sess->master_key[clear]),d, - (s->s2->ssl2_rollback)?RSA_SSLV23_PADDING:RSA_PKCS1_PADDING); - if (enc <= 0) - { - ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); - SSLerr(SSL_F_CLIENT_MASTER_KEY,SSL_R_PUBLIC_KEY_ENCRYPT_ERROR); - return(-1); - } -#ifdef PKCS1_CHECK - if (s->options & SSL_OP_PKCS1_CHECK_1) d[1]++; - if (s->options & SSL_OP_PKCS1_CHECK_2) - sess->master_key[clear]++; -#endif - s2n(enc,p); - d+=enc; - karg=sess->key_arg_length; - s2n(karg,p); /* key arg size */ - if (karg > (int)sizeof(sess->key_arg)) - { - ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); - SSLerr(SSL_F_CLIENT_MASTER_KEY, ERR_R_INTERNAL_ERROR); - return -1; - } - memcpy(d,sess->key_arg,(unsigned int)karg); - d+=karg; - - s->state=SSL2_ST_SEND_CLIENT_MASTER_KEY_B; - s->init_num=d-buf; - s->init_off=0; - } - - /* SSL2_ST_SEND_CLIENT_MASTER_KEY_B */ - return(ssl2_do_write(s)); - } +{ + unsigned char *buf; + unsigned char *p, *d; + int clear, enc, karg, i; + SSL_SESSION *sess; + const EVP_CIPHER *c; + const EVP_MD *md; + + buf = (unsigned char *)s->init_buf->data; + if (s->state == SSL2_ST_SEND_CLIENT_MASTER_KEY_A) { + + if (!ssl_cipher_get_evp(s->session, &c, &md, NULL, NULL, NULL)) { + ssl2_return_error(s, SSL2_PE_NO_CIPHER); + SSLerr(SSL_F_CLIENT_MASTER_KEY, + SSL_R_PROBLEMS_MAPPING_CIPHER_FUNCTIONS); + return (-1); + } + sess = s->session; + p = buf; + d = p + 10; + *(p++) = SSL2_MT_CLIENT_MASTER_KEY; /* type */ + + i = ssl_put_cipher_by_char(s, sess->cipher, p); + p += i; + + /* make key_arg data */ + i = EVP_CIPHER_iv_length(c); + sess->key_arg_length = i; + if (i > SSL_MAX_KEY_ARG_LENGTH) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_CLIENT_MASTER_KEY, ERR_R_INTERNAL_ERROR); + return -1; + } + if (i > 0) + if (RAND_pseudo_bytes(sess->key_arg, i) <= 0) + return -1; + + /* make a master key */ + i = EVP_CIPHER_key_length(c); + sess->master_key_length = i; + if (i > 0) { + if (i > (int)sizeof(sess->master_key)) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_CLIENT_MASTER_KEY, ERR_R_INTERNAL_ERROR); + return -1; + } + if (RAND_bytes(sess->master_key, i) <= 0) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + return (-1); + } + } + + if (sess->cipher->algorithm2 & SSL2_CF_8_BYTE_ENC) + enc = 8; + else if (SSL_C_IS_EXPORT(sess->cipher)) + enc = 5; + else + enc = i; + + if ((int)i < enc) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_CLIENT_MASTER_KEY, SSL_R_CIPHER_TABLE_SRC_ERROR); + return (-1); + } + clear = i - enc; + s2n(clear, p); + memcpy(d, sess->master_key, (unsigned int)clear); + d += clear; + + enc = ssl_rsa_public_encrypt(sess->sess_cert, enc, + &(sess->master_key[clear]), d, + (s-> + s2->ssl2_rollback) ? RSA_SSLV23_PADDING + : RSA_PKCS1_PADDING); + if (enc <= 0) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_CLIENT_MASTER_KEY, SSL_R_PUBLIC_KEY_ENCRYPT_ERROR); + return (-1); + } +# ifdef PKCS1_CHECK + if (s->options & SSL_OP_PKCS1_CHECK_1) + d[1]++; + if (s->options & SSL_OP_PKCS1_CHECK_2) + sess->master_key[clear]++; +# endif + s2n(enc, p); + d += enc; + karg = sess->key_arg_length; + s2n(karg, p); /* key arg size */ + if (karg > (int)sizeof(sess->key_arg)) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_CLIENT_MASTER_KEY, ERR_R_INTERNAL_ERROR); + return -1; + } + memcpy(d, sess->key_arg, (unsigned int)karg); + d += karg; + + s->state = SSL2_ST_SEND_CLIENT_MASTER_KEY_B; + s->init_num = d - buf; + s->init_off = 0; + } + + /* SSL2_ST_SEND_CLIENT_MASTER_KEY_B */ + return (ssl2_do_write(s)); +} static int client_finished(SSL *s) - { - unsigned char *p; - - if (s->state == SSL2_ST_SEND_CLIENT_FINISHED_A) - { - p=(unsigned char *)s->init_buf->data; - *(p++)=SSL2_MT_CLIENT_FINISHED; - if (s->s2->conn_id_length > sizeof s->s2->conn_id) - { - SSLerr(SSL_F_CLIENT_FINISHED, ERR_R_INTERNAL_ERROR); - return -1; - } - memcpy(p,s->s2->conn_id,(unsigned int)s->s2->conn_id_length); - - s->state=SSL2_ST_SEND_CLIENT_FINISHED_B; - s->init_num=s->s2->conn_id_length+1; - s->init_off=0; - } - return(ssl2_do_write(s)); - } +{ + unsigned char *p; + + if (s->state == SSL2_ST_SEND_CLIENT_FINISHED_A) { + p = (unsigned char *)s->init_buf->data; + *(p++) = SSL2_MT_CLIENT_FINISHED; + if (s->s2->conn_id_length > sizeof s->s2->conn_id) { + SSLerr(SSL_F_CLIENT_FINISHED, ERR_R_INTERNAL_ERROR); + return -1; + } + memcpy(p, s->s2->conn_id, (unsigned int)s->s2->conn_id_length); + + s->state = SSL2_ST_SEND_CLIENT_FINISHED_B; + s->init_num = s->s2->conn_id_length + 1; + s->init_off = 0; + } + return (ssl2_do_write(s)); +} /* read the data and then respond */ static int client_certificate(SSL *s) - { - unsigned char *buf; - unsigned char *p,*d; - int i; - unsigned int n; - int cert_ch_len; - unsigned char *cert_ch; - - buf=(unsigned char *)s->init_buf->data; - - /* We have a cert associated with the SSL, so attach it to - * the session if it does not have one */ - - if (s->state == SSL2_ST_SEND_CLIENT_CERTIFICATE_A) - { - i=ssl2_read(s,(char *)&(buf[s->init_num]), - SSL2_MAX_CERT_CHALLENGE_LENGTH+2-s->init_num); - if (i<(SSL2_MIN_CERT_CHALLENGE_LENGTH+2-s->init_num)) - return(ssl2_part_read(s,SSL_F_CLIENT_CERTIFICATE,i)); - s->init_num += i; - if (s->msg_callback) - s->msg_callback(0, s->version, 0, buf, (size_t)s->init_num, s, s->msg_callback_arg); /* REQUEST-CERTIFICATE */ - - /* type=buf[0]; */ - /* type eq x509 */ - if (buf[1] != SSL2_AT_MD5_WITH_RSA_ENCRYPTION) - { - ssl2_return_error(s,SSL2_PE_UNSUPPORTED_CERTIFICATE_TYPE); - SSLerr(SSL_F_CLIENT_CERTIFICATE,SSL_R_BAD_AUTHENTICATION_TYPE); - return(-1); - } - - if ((s->cert == NULL) || - (s->cert->key->x509 == NULL) || - (s->cert->key->privatekey == NULL)) - { - s->state=SSL2_ST_X509_GET_CLIENT_CERTIFICATE; - } - else - s->state=SSL2_ST_SEND_CLIENT_CERTIFICATE_C; - } - - cert_ch = buf + 2; - cert_ch_len = s->init_num - 2; - - if (s->state == SSL2_ST_X509_GET_CLIENT_CERTIFICATE) - { - X509 *x509=NULL; - EVP_PKEY *pkey=NULL; - - /* If we get an error we need to - * ssl->rwstate=SSL_X509_LOOKUP; - * return(error); - * We should then be retried when things are ok and we - * can get a cert or not */ - - i=0; - if (s->ctx->client_cert_cb != NULL) - { - i=s->ctx->client_cert_cb(s,&(x509),&(pkey)); - } - - if (i < 0) - { - s->rwstate=SSL_X509_LOOKUP; - return(-1); - } - s->rwstate=SSL_NOTHING; - - if ((i == 1) && (pkey != NULL) && (x509 != NULL)) - { - s->state=SSL2_ST_SEND_CLIENT_CERTIFICATE_C; - if ( !SSL_use_certificate(s,x509) || - !SSL_use_PrivateKey(s,pkey)) - { - i=0; - } - X509_free(x509); - EVP_PKEY_free(pkey); - } - else if (i == 1) - { - if (x509 != NULL) X509_free(x509); - if (pkey != NULL) EVP_PKEY_free(pkey); - SSLerr(SSL_F_CLIENT_CERTIFICATE,SSL_R_BAD_DATA_RETURNED_BY_CALLBACK); - i=0; - } - - if (i == 0) - { - /* We have no client certificate to respond with - * so send the correct error message back */ - s->state=SSL2_ST_SEND_CLIENT_CERTIFICATE_B; - p=buf; - *(p++)=SSL2_MT_ERROR; - s2n(SSL2_PE_NO_CERTIFICATE,p); - s->init_off=0; - s->init_num=3; - /* Write is done at the end */ - } - } - - if (s->state == SSL2_ST_SEND_CLIENT_CERTIFICATE_B) - { - return(ssl2_do_write(s)); - } - - if (s->state == SSL2_ST_SEND_CLIENT_CERTIFICATE_C) - { - EVP_MD_CTX ctx; - - /* ok, now we calculate the checksum - * do it first so we can reuse buf :-) */ - p=buf; - EVP_MD_CTX_init(&ctx); - EVP_SignInit_ex(&ctx,s->ctx->rsa_md5, NULL); - EVP_SignUpdate(&ctx,s->s2->key_material, - s->s2->key_material_length); - EVP_SignUpdate(&ctx,cert_ch,(unsigned int)cert_ch_len); - i=i2d_X509(s->session->sess_cert->peer_key->x509,&p); - /* Don't update the signature if it fails - FIXME: probably should handle this better */ - if(i > 0) - EVP_SignUpdate(&ctx,buf,(unsigned int)i); - - p=buf; - d=p+6; - *(p++)=SSL2_MT_CLIENT_CERTIFICATE; - *(p++)=SSL2_CT_X509_CERTIFICATE; - n=i2d_X509(s->cert->key->x509,&d); - s2n(n,p); - - if (!EVP_SignFinal(&ctx,d,&n,s->cert->key->privatekey)) - { - /* this is not good. If things have failed it - * means there so something wrong with the key. - * We will continue with a 0 length signature - */ - } - EVP_MD_CTX_cleanup(&ctx); - s2n(n,p); - d+=n; - - s->state=SSL2_ST_SEND_CLIENT_CERTIFICATE_D; - s->init_num=d-buf; - s->init_off=0; - } - /* if (s->state == SSL2_ST_SEND_CLIENT_CERTIFICATE_D) */ - return(ssl2_do_write(s)); - } +{ + unsigned char *buf; + unsigned char *p, *d; + int i; + unsigned int n; + int cert_ch_len; + unsigned char *cert_ch; + + buf = (unsigned char *)s->init_buf->data; + + /* + * We have a cert associated with the SSL, so attach it to the session if + * it does not have one + */ + + if (s->state == SSL2_ST_SEND_CLIENT_CERTIFICATE_A) { + i = ssl2_read(s, (char *)&(buf[s->init_num]), + SSL2_MAX_CERT_CHALLENGE_LENGTH + 2 - s->init_num); + if (i < (SSL2_MIN_CERT_CHALLENGE_LENGTH + 2 - s->init_num)) + return (ssl2_part_read(s, SSL_F_CLIENT_CERTIFICATE, i)); + s->init_num += i; + if (s->msg_callback) { + /* REQUEST-CERTIFICATE */ + s->msg_callback(0, s->version, 0, buf, (size_t)s->init_num, s, + s->msg_callback_arg); + } + + /* type=buf[0]; */ + /* type eq x509 */ + if (buf[1] != SSL2_AT_MD5_WITH_RSA_ENCRYPTION) { + ssl2_return_error(s, SSL2_PE_UNSUPPORTED_CERTIFICATE_TYPE); + SSLerr(SSL_F_CLIENT_CERTIFICATE, SSL_R_BAD_AUTHENTICATION_TYPE); + return (-1); + } + + if ((s->cert == NULL) || + (s->cert->key->x509 == NULL) || + (s->cert->key->privatekey == NULL)) { + s->state = SSL2_ST_X509_GET_CLIENT_CERTIFICATE; + } else + s->state = SSL2_ST_SEND_CLIENT_CERTIFICATE_C; + } + + cert_ch = buf + 2; + cert_ch_len = s->init_num - 2; + + if (s->state == SSL2_ST_X509_GET_CLIENT_CERTIFICATE) { + X509 *x509 = NULL; + EVP_PKEY *pkey = NULL; + + /* + * If we get an error we need to ssl->rwstate=SSL_X509_LOOKUP; + * return(error); We should then be retried when things are ok and we + * can get a cert or not + */ + + i = 0; + if (s->ctx->client_cert_cb != NULL) { + i = s->ctx->client_cert_cb(s, &(x509), &(pkey)); + } + + if (i < 0) { + s->rwstate = SSL_X509_LOOKUP; + return (-1); + } + s->rwstate = SSL_NOTHING; + + if ((i == 1) && (pkey != NULL) && (x509 != NULL)) { + s->state = SSL2_ST_SEND_CLIENT_CERTIFICATE_C; + if (!SSL_use_certificate(s, x509) || !SSL_use_PrivateKey(s, pkey)) { + i = 0; + } + X509_free(x509); + EVP_PKEY_free(pkey); + } else if (i == 1) { + if (x509 != NULL) + X509_free(x509); + if (pkey != NULL) + EVP_PKEY_free(pkey); + SSLerr(SSL_F_CLIENT_CERTIFICATE, + SSL_R_BAD_DATA_RETURNED_BY_CALLBACK); + i = 0; + } + + if (i == 0) { + /* + * We have no client certificate to respond with so send the + * correct error message back + */ + s->state = SSL2_ST_SEND_CLIENT_CERTIFICATE_B; + p = buf; + *(p++) = SSL2_MT_ERROR; + s2n(SSL2_PE_NO_CERTIFICATE, p); + s->init_off = 0; + s->init_num = 3; + /* Write is done at the end */ + } + } + + if (s->state == SSL2_ST_SEND_CLIENT_CERTIFICATE_B) { + return (ssl2_do_write(s)); + } + + if (s->state == SSL2_ST_SEND_CLIENT_CERTIFICATE_C) { + EVP_MD_CTX ctx; + + /* + * ok, now we calculate the checksum do it first so we can reuse buf + * :-) + */ + p = buf; + EVP_MD_CTX_init(&ctx); + EVP_SignInit_ex(&ctx, s->ctx->rsa_md5, NULL); + EVP_SignUpdate(&ctx, s->s2->key_material, s->s2->key_material_length); + EVP_SignUpdate(&ctx, cert_ch, (unsigned int)cert_ch_len); + i = i2d_X509(s->session->sess_cert->peer_key->x509, &p); + /* + * Don't update the signature if it fails - FIXME: probably should + * handle this better + */ + if (i > 0) + EVP_SignUpdate(&ctx, buf, (unsigned int)i); + + p = buf; + d = p + 6; + *(p++) = SSL2_MT_CLIENT_CERTIFICATE; + *(p++) = SSL2_CT_X509_CERTIFICATE; + n = i2d_X509(s->cert->key->x509, &d); + s2n(n, p); + + if (!EVP_SignFinal(&ctx, d, &n, s->cert->key->privatekey)) { + /* + * this is not good. If things have failed it means there so + * something wrong with the key. We will continue with a 0 length + * signature + */ + } + EVP_MD_CTX_cleanup(&ctx); + s2n(n, p); + d += n; + + s->state = SSL2_ST_SEND_CLIENT_CERTIFICATE_D; + s->init_num = d - buf; + s->init_off = 0; + } + /* if (s->state == SSL2_ST_SEND_CLIENT_CERTIFICATE_D) */ + return (ssl2_do_write(s)); +} static int get_server_verify(SSL *s) - { - unsigned char *p; - int i, n, len; - - p=(unsigned char *)s->init_buf->data; - if (s->state == SSL2_ST_GET_SERVER_VERIFY_A) - { - i=ssl2_read(s,(char *)&(p[s->init_num]),1-s->init_num); - if (i < (1-s->init_num)) - return(ssl2_part_read(s,SSL_F_GET_SERVER_VERIFY,i)); - s->init_num += i; - - s->state= SSL2_ST_GET_SERVER_VERIFY_B; - if (*p != SSL2_MT_SERVER_VERIFY) - { - if (p[0] != SSL2_MT_ERROR) - { - ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); - SSLerr(SSL_F_GET_SERVER_VERIFY, - SSL_R_READ_WRONG_PACKET_TYPE); - } - else - { - SSLerr(SSL_F_GET_SERVER_VERIFY,SSL_R_PEER_ERROR); - /* try to read the error message */ - i=ssl2_read(s,(char *)&(p[s->init_num]),3-s->init_num); - return ssl2_part_read(s,SSL_F_GET_SERVER_VERIFY,i); - } - return(-1); - } - } - - p=(unsigned char *)s->init_buf->data; - len = 1 + s->s2->challenge_length; - n = len - s->init_num; - i = ssl2_read(s,(char *)&(p[s->init_num]),n); - if (i < n) - return(ssl2_part_read(s,SSL_F_GET_SERVER_VERIFY,i)); - if (s->msg_callback) - s->msg_callback(0, s->version, 0, p, len, s, s->msg_callback_arg); /* SERVER-VERIFY */ - p += 1; - - if (CRYPTO_memcmp(p,s->s2->challenge,s->s2->challenge_length) != 0) - { - ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); - SSLerr(SSL_F_GET_SERVER_VERIFY,SSL_R_CHALLENGE_IS_DIFFERENT); - return(-1); - } - return(1); - } +{ + unsigned char *p; + int i, n, len; + + p = (unsigned char *)s->init_buf->data; + if (s->state == SSL2_ST_GET_SERVER_VERIFY_A) { + i = ssl2_read(s, (char *)&(p[s->init_num]), 1 - s->init_num); + if (i < (1 - s->init_num)) + return (ssl2_part_read(s, SSL_F_GET_SERVER_VERIFY, i)); + s->init_num += i; + + s->state = SSL2_ST_GET_SERVER_VERIFY_B; + if (*p != SSL2_MT_SERVER_VERIFY) { + if (p[0] != SSL2_MT_ERROR) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_GET_SERVER_VERIFY, SSL_R_READ_WRONG_PACKET_TYPE); + } else { + SSLerr(SSL_F_GET_SERVER_VERIFY, SSL_R_PEER_ERROR); + /* try to read the error message */ + i = ssl2_read(s, (char *)&(p[s->init_num]), 3 - s->init_num); + return ssl2_part_read(s, SSL_F_GET_SERVER_VERIFY, i); + } + return (-1); + } + } + + p = (unsigned char *)s->init_buf->data; + len = 1 + s->s2->challenge_length; + n = len - s->init_num; + i = ssl2_read(s, (char *)&(p[s->init_num]), n); + if (i < n) + return (ssl2_part_read(s, SSL_F_GET_SERVER_VERIFY, i)); + if (s->msg_callback) { + /* SERVER-VERIFY */ + s->msg_callback(0, s->version, 0, p, len, s, s->msg_callback_arg); + } + p += 1; + + if (CRYPTO_memcmp(p, s->s2->challenge, s->s2->challenge_length) != 0) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_GET_SERVER_VERIFY, SSL_R_CHALLENGE_IS_DIFFERENT); + return (-1); + } + return (1); +} static int get_server_finished(SSL *s) - { - unsigned char *buf; - unsigned char *p; - int i, n, len; - - buf=(unsigned char *)s->init_buf->data; - p=buf; - if (s->state == SSL2_ST_GET_SERVER_FINISHED_A) - { - i=ssl2_read(s,(char *)&(buf[s->init_num]),1-s->init_num); - if (i < (1-s->init_num)) - return(ssl2_part_read(s,SSL_F_GET_SERVER_FINISHED,i)); - s->init_num += i; - - if (*p == SSL2_MT_REQUEST_CERTIFICATE) - { - s->state=SSL2_ST_SEND_CLIENT_CERTIFICATE_A; - return(1); - } - else if (*p != SSL2_MT_SERVER_FINISHED) - { - if (p[0] != SSL2_MT_ERROR) - { - ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); - SSLerr(SSL_F_GET_SERVER_FINISHED,SSL_R_READ_WRONG_PACKET_TYPE); - } - else - { - SSLerr(SSL_F_GET_SERVER_FINISHED,SSL_R_PEER_ERROR); - /* try to read the error message */ - i=ssl2_read(s,(char *)&(p[s->init_num]),3-s->init_num); - return ssl2_part_read(s,SSL_F_GET_SERVER_VERIFY,i); - } - return(-1); - } - s->state=SSL2_ST_GET_SERVER_FINISHED_B; - } - - len = 1 + SSL2_SSL_SESSION_ID_LENGTH; - n = len - s->init_num; - i = ssl2_read(s,(char *)&(buf[s->init_num]), n); - if (i < n) /* XXX could be shorter than SSL2_SSL_SESSION_ID_LENGTH, that's the maximum */ - return(ssl2_part_read(s,SSL_F_GET_SERVER_FINISHED,i)); - s->init_num += i; - if (s->msg_callback) - s->msg_callback(0, s->version, 0, buf, (size_t)s->init_num, s, s->msg_callback_arg); /* SERVER-FINISHED */ - - if (!s->hit) /* new session */ - { - /* new session-id */ - /* Make sure we were not trying to re-use an old SSL_SESSION - * or bad things can happen */ - /* ZZZZZZZZZZZZZ */ - s->session->session_id_length=SSL2_SSL_SESSION_ID_LENGTH; - memcpy(s->session->session_id,p+1,SSL2_SSL_SESSION_ID_LENGTH); - } - else - { - if (!(s->options & SSL_OP_MICROSOFT_SESS_ID_BUG)) - { - if ((s->session->session_id_length > sizeof s->session->session_id) - || (0 != memcmp(buf + 1, s->session->session_id, - (unsigned int)s->session->session_id_length))) - { - ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); - SSLerr(SSL_F_GET_SERVER_FINISHED,SSL_R_SSL_SESSION_ID_IS_DIFFERENT); - return(-1); - } - } - } - s->state = SSL_ST_OK; - return(1); - } +{ + unsigned char *buf; + unsigned char *p; + int i, n, len; + + buf = (unsigned char *)s->init_buf->data; + p = buf; + if (s->state == SSL2_ST_GET_SERVER_FINISHED_A) { + i = ssl2_read(s, (char *)&(buf[s->init_num]), 1 - s->init_num); + if (i < (1 - s->init_num)) + return (ssl2_part_read(s, SSL_F_GET_SERVER_FINISHED, i)); + s->init_num += i; + + if (*p == SSL2_MT_REQUEST_CERTIFICATE) { + s->state = SSL2_ST_SEND_CLIENT_CERTIFICATE_A; + return (1); + } else if (*p != SSL2_MT_SERVER_FINISHED) { + if (p[0] != SSL2_MT_ERROR) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_GET_SERVER_FINISHED, + SSL_R_READ_WRONG_PACKET_TYPE); + } else { + SSLerr(SSL_F_GET_SERVER_FINISHED, SSL_R_PEER_ERROR); + /* try to read the error message */ + i = ssl2_read(s, (char *)&(p[s->init_num]), 3 - s->init_num); + return ssl2_part_read(s, SSL_F_GET_SERVER_VERIFY, i); + } + return (-1); + } + s->state = SSL2_ST_GET_SERVER_FINISHED_B; + } + + len = 1 + SSL2_SSL_SESSION_ID_LENGTH; + n = len - s->init_num; + i = ssl2_read(s, (char *)&(buf[s->init_num]), n); + if (i < n) { + /* + * XXX could be shorter than SSL2_SSL_SESSION_ID_LENGTH, + * that's the maximum + */ + return (ssl2_part_read(s, SSL_F_GET_SERVER_FINISHED, i)); + } + s->init_num += i; + if (s->msg_callback) { + /* SERVER-FINISHED */ + s->msg_callback(0, s->version, 0, buf, (size_t)s->init_num, s, + s->msg_callback_arg); + } + + if (!s->hit) { /* new session */ + /* new session-id */ + /* + * Make sure we were not trying to re-use an old SSL_SESSION or bad + * things can happen + */ + /* ZZZZZZZZZZZZZ */ + s->session->session_id_length = SSL2_SSL_SESSION_ID_LENGTH; + memcpy(s->session->session_id, p + 1, SSL2_SSL_SESSION_ID_LENGTH); + } else { + if (!(s->options & SSL_OP_MICROSOFT_SESS_ID_BUG)) { + if ((s->session->session_id_length > + sizeof s->session->session_id) + || (0 != + memcmp(buf + 1, s->session->session_id, + (unsigned int)s->session->session_id_length))) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_GET_SERVER_FINISHED, + SSL_R_SSL_SESSION_ID_IS_DIFFERENT); + return (-1); + } + } + } + s->state = SSL_ST_OK; + return (1); +} /* loads in the certificate from the server */ int ssl2_set_certificate(SSL *s, int type, int len, const unsigned char *data) - { - STACK_OF(X509) *sk=NULL; - EVP_PKEY *pkey=NULL; - SESS_CERT *sc=NULL; - int i; - X509 *x509=NULL; - int ret=0; - - x509=d2i_X509(NULL,&data,(long)len); - if (x509 == NULL) - { - SSLerr(SSL_F_SSL2_SET_CERTIFICATE,ERR_R_X509_LIB); - goto err; - } - - if ((sk=sk_X509_new_null()) == NULL || !sk_X509_push(sk,x509)) - { - SSLerr(SSL_F_SSL2_SET_CERTIFICATE,ERR_R_MALLOC_FAILURE); - goto err; - } - - i=ssl_verify_cert_chain(s,sk); - - if ((s->verify_mode != SSL_VERIFY_NONE) && (i <= 0)) - { - SSLerr(SSL_F_SSL2_SET_CERTIFICATE,SSL_R_CERTIFICATE_VERIFY_FAILED); - goto err; - } - ERR_clear_error(); /* but we keep s->verify_result */ - s->session->verify_result = s->verify_result; - - /* server's cert for this session */ - sc=ssl_sess_cert_new(); - if (sc == NULL) - { - ret= -1; - goto err; - } - if (s->session->sess_cert) ssl_sess_cert_free(s->session->sess_cert); - s->session->sess_cert=sc; - - sc->peer_pkeys[SSL_PKEY_RSA_ENC].x509=x509; - sc->peer_key= &(sc->peer_pkeys[SSL_PKEY_RSA_ENC]); - - pkey=X509_get_pubkey(x509); - x509=NULL; - if (pkey == NULL) - { - SSLerr(SSL_F_SSL2_SET_CERTIFICATE,SSL_R_UNABLE_TO_EXTRACT_PUBLIC_KEY); - goto err; - } - if (pkey->type != EVP_PKEY_RSA) - { - SSLerr(SSL_F_SSL2_SET_CERTIFICATE,SSL_R_PUBLIC_KEY_NOT_RSA); - goto err; - } - - if (!ssl_set_peer_cert_type(sc,SSL2_CT_X509_CERTIFICATE)) - goto err; - ret=1; -err: - sk_X509_free(sk); - X509_free(x509); - EVP_PKEY_free(pkey); - return(ret); - } +{ + STACK_OF(X509) *sk = NULL; + EVP_PKEY *pkey = NULL; + SESS_CERT *sc = NULL; + int i; + X509 *x509 = NULL; + int ret = 0; + + x509 = d2i_X509(NULL, &data, (long)len); + if (x509 == NULL) { + SSLerr(SSL_F_SSL2_SET_CERTIFICATE, ERR_R_X509_LIB); + goto err; + } + + if ((sk = sk_X509_new_null()) == NULL || !sk_X509_push(sk, x509)) { + SSLerr(SSL_F_SSL2_SET_CERTIFICATE, ERR_R_MALLOC_FAILURE); + goto err; + } + + i = ssl_verify_cert_chain(s, sk); + + if ((s->verify_mode != SSL_VERIFY_NONE) && (i <= 0)) { + SSLerr(SSL_F_SSL2_SET_CERTIFICATE, SSL_R_CERTIFICATE_VERIFY_FAILED); + goto err; + } + ERR_clear_error(); /* but we keep s->verify_result */ + s->session->verify_result = s->verify_result; + + /* server's cert for this session */ + sc = ssl_sess_cert_new(); + if (sc == NULL) { + ret = -1; + goto err; + } + if (s->session->sess_cert) + ssl_sess_cert_free(s->session->sess_cert); + s->session->sess_cert = sc; + + sc->peer_pkeys[SSL_PKEY_RSA_ENC].x509 = x509; + sc->peer_key = &(sc->peer_pkeys[SSL_PKEY_RSA_ENC]); + + pkey = X509_get_pubkey(x509); + x509 = NULL; + if (pkey == NULL) { + SSLerr(SSL_F_SSL2_SET_CERTIFICATE, + SSL_R_UNABLE_TO_EXTRACT_PUBLIC_KEY); + goto err; + } + if (pkey->type != EVP_PKEY_RSA) { + SSLerr(SSL_F_SSL2_SET_CERTIFICATE, SSL_R_PUBLIC_KEY_NOT_RSA); + goto err; + } + + if (!ssl_set_peer_cert_type(sc, SSL2_CT_X509_CERTIFICATE)) + goto err; + ret = 1; + err: + sk_X509_free(sk); + X509_free(x509); + EVP_PKEY_free(pkey); + return (ret); +} static int ssl_rsa_public_encrypt(SESS_CERT *sc, int len, unsigned char *from, - unsigned char *to, int padding) - { - EVP_PKEY *pkey=NULL; - int i= -1; - - if ((sc == NULL) || (sc->peer_key->x509 == NULL) || - ((pkey=X509_get_pubkey(sc->peer_key->x509)) == NULL)) - { - SSLerr(SSL_F_SSL_RSA_PUBLIC_ENCRYPT,SSL_R_NO_PUBLICKEY); - return(-1); - } - if (pkey->type != EVP_PKEY_RSA) - { - SSLerr(SSL_F_SSL_RSA_PUBLIC_ENCRYPT,SSL_R_PUBLIC_KEY_IS_NOT_RSA); - goto end; - } - - /* we have the public key */ - i=RSA_public_encrypt(len,from,to,pkey->pkey.rsa,padding); - if (i < 0) - SSLerr(SSL_F_SSL_RSA_PUBLIC_ENCRYPT,ERR_R_RSA_LIB); -end: - EVP_PKEY_free(pkey); - return(i); - } -#else /* !OPENSSL_NO_SSL2 */ + unsigned char *to, int padding) +{ + EVP_PKEY *pkey = NULL; + int i = -1; + + if ((sc == NULL) || (sc->peer_key->x509 == NULL) || + ((pkey = X509_get_pubkey(sc->peer_key->x509)) == NULL)) { + SSLerr(SSL_F_SSL_RSA_PUBLIC_ENCRYPT, SSL_R_NO_PUBLICKEY); + return (-1); + } + if (pkey->type != EVP_PKEY_RSA) { + SSLerr(SSL_F_SSL_RSA_PUBLIC_ENCRYPT, SSL_R_PUBLIC_KEY_IS_NOT_RSA); + goto end; + } + + /* we have the public key */ + i = RSA_public_encrypt(len, from, to, pkey->pkey.rsa, padding); + if (i < 0) + SSLerr(SSL_F_SSL_RSA_PUBLIC_ENCRYPT, ERR_R_RSA_LIB); + end: + EVP_PKEY_free(pkey); + return (i); +} +#else /* !OPENSSL_NO_SSL2 */ # if PEDANTIC -static void *dummy=&dummy; +static void *dummy = &dummy; # endif #endif diff --git a/openssl/ssl/s2_enc.c b/openssl/ssl/s2_enc.c index ff3395f45..23eef72aa 100644 --- a/openssl/ssl/s2_enc.c +++ b/openssl/ssl/s2_enc.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -58,136 +58,140 @@ #include "ssl_locl.h" #ifndef OPENSSL_NO_SSL2 -#include +# include int ssl2_enc_init(SSL *s, int client) - { - /* Max number of bytes needed */ - EVP_CIPHER_CTX *rs,*ws; - const EVP_CIPHER *c; - const EVP_MD *md; - int num; - - if (!ssl_cipher_get_evp(s->session,&c,&md,NULL,NULL,NULL)) - { - ssl2_return_error(s,SSL2_PE_NO_CIPHER); - SSLerr(SSL_F_SSL2_ENC_INIT,SSL_R_PROBLEMS_MAPPING_CIPHER_FUNCTIONS); - return(0); - } - ssl_replace_hash(&s->read_hash,md); - ssl_replace_hash(&s->write_hash,md); - - if ((s->enc_read_ctx == NULL) && - ((s->enc_read_ctx=(EVP_CIPHER_CTX *) - OPENSSL_malloc(sizeof(EVP_CIPHER_CTX))) == NULL)) - goto err; - - /* make sure it's intialized in case the malloc for enc_write_ctx fails - * and we exit with an error */ - rs= s->enc_read_ctx; - EVP_CIPHER_CTX_init(rs); - - if ((s->enc_write_ctx == NULL) && - ((s->enc_write_ctx=(EVP_CIPHER_CTX *) - OPENSSL_malloc(sizeof(EVP_CIPHER_CTX))) == NULL)) - goto err; - - ws= s->enc_write_ctx; - EVP_CIPHER_CTX_init(ws); - - num=c->key_len; - s->s2->key_material_length=num*2; - OPENSSL_assert(s->s2->key_material_length <= sizeof s->s2->key_material); - - if (ssl2_generate_key_material(s) <= 0) - return 0; - - OPENSSL_assert(c->iv_len <= (int)sizeof(s->session->key_arg)); - EVP_EncryptInit_ex(ws,c,NULL,&(s->s2->key_material[(client)?num:0]), - s->session->key_arg); - EVP_DecryptInit_ex(rs,c,NULL,&(s->s2->key_material[(client)?0:num]), - s->session->key_arg); - s->s2->read_key= &(s->s2->key_material[(client)?0:num]); - s->s2->write_key= &(s->s2->key_material[(client)?num:0]); - return(1); -err: - SSLerr(SSL_F_SSL2_ENC_INIT,ERR_R_MALLOC_FAILURE); - return(0); - } - -/* read/writes from s->s2->mac_data using length for encrypt and - * decrypt. It sets s->s2->padding and s->[rw]length - * if we are encrypting */ -void ssl2_enc(SSL *s, int send) - { - EVP_CIPHER_CTX *ds; - unsigned long l; - int bs; - - if (send) - { - ds=s->enc_write_ctx; - l=s->s2->wlength; - } - else - { - ds=s->enc_read_ctx; - l=s->s2->rlength; - } - - /* check for NULL cipher */ - if (ds == NULL) return; - - - bs=ds->cipher->block_size; - /* This should be using (bs-1) and bs instead of 7 and 8, but - * what the hell. */ - if (bs == 8) - l=(l+7)/8*8; - - EVP_Cipher(ds,s->s2->mac_data,s->s2->mac_data,l); - } +{ + /* Max number of bytes needed */ + EVP_CIPHER_CTX *rs, *ws; + const EVP_CIPHER *c; + const EVP_MD *md; + int num; + + if (!ssl_cipher_get_evp(s->session, &c, &md, NULL, NULL, NULL)) { + ssl2_return_error(s, SSL2_PE_NO_CIPHER); + SSLerr(SSL_F_SSL2_ENC_INIT, SSL_R_PROBLEMS_MAPPING_CIPHER_FUNCTIONS); + return (0); + } + ssl_replace_hash(&s->read_hash, md); + ssl_replace_hash(&s->write_hash, md); + + if ((s->enc_read_ctx == NULL) && ((s->enc_read_ctx = (EVP_CIPHER_CTX *) + OPENSSL_malloc(sizeof(EVP_CIPHER_CTX))) + == NULL)) + goto err; + + /* + * make sure it's intialized in case the malloc for enc_write_ctx fails + * and we exit with an error + */ + rs = s->enc_read_ctx; + EVP_CIPHER_CTX_init(rs); + + if ((s->enc_write_ctx == NULL) && ((s->enc_write_ctx = (EVP_CIPHER_CTX *) + OPENSSL_malloc(sizeof + (EVP_CIPHER_CTX))) == + NULL)) + goto err; + + ws = s->enc_write_ctx; + EVP_CIPHER_CTX_init(ws); + + num = c->key_len; + s->s2->key_material_length = num * 2; + OPENSSL_assert(s->s2->key_material_length <= sizeof s->s2->key_material); + + if (ssl2_generate_key_material(s) <= 0) + return 0; + + OPENSSL_assert(c->iv_len <= (int)sizeof(s->session->key_arg)); + EVP_EncryptInit_ex(ws, c, NULL, + &(s->s2->key_material[(client) ? num : 0]), + s->session->key_arg); + EVP_DecryptInit_ex(rs, c, NULL, + &(s->s2->key_material[(client) ? 0 : num]), + s->session->key_arg); + s->s2->read_key = &(s->s2->key_material[(client) ? 0 : num]); + s->s2->write_key = &(s->s2->key_material[(client) ? num : 0]); + return (1); + err: + SSLerr(SSL_F_SSL2_ENC_INIT, ERR_R_MALLOC_FAILURE); + return (0); +} + +/* + * read/writes from s->s2->mac_data using length for encrypt and decrypt. + * It sets s->s2->padding and s->[rw]length if we are encrypting Returns 0 on + * error and 1 on success + */ +int ssl2_enc(SSL *s, int send) +{ + EVP_CIPHER_CTX *ds; + unsigned long l; + int bs; + + if (send) { + ds = s->enc_write_ctx; + l = s->s2->wlength; + } else { + ds = s->enc_read_ctx; + l = s->s2->rlength; + } + + /* check for NULL cipher */ + if (ds == NULL) + return 1; + + bs = ds->cipher->block_size; + /* + * This should be using (bs-1) and bs instead of 7 and 8, but what the + * hell. + */ + if (bs == 8) + l = (l + 7) / 8 * 8; + + if (EVP_Cipher(ds, s->s2->mac_data, s->s2->mac_data, l) < 1) + return 0; + + return 1; +} void ssl2_mac(SSL *s, unsigned char *md, int send) - { - EVP_MD_CTX c; - unsigned char sequence[4],*p,*sec,*act; - unsigned long seq; - unsigned int len; - - if (send) - { - seq=s->s2->write_sequence; - sec=s->s2->write_key; - len=s->s2->wact_data_length; - act=s->s2->wact_data; - } - else - { - seq=s->s2->read_sequence; - sec=s->s2->read_key; - len=s->s2->ract_data_length; - act=s->s2->ract_data; - } - - p= &(sequence[0]); - l2n(seq,p); - - /* There has to be a MAC algorithm. */ - EVP_MD_CTX_init(&c); - EVP_MD_CTX_copy(&c, s->read_hash); - EVP_DigestUpdate(&c,sec, - EVP_CIPHER_CTX_key_length(s->enc_read_ctx)); - EVP_DigestUpdate(&c,act,len); - /* the above line also does the pad data */ - EVP_DigestUpdate(&c,sequence,4); - EVP_DigestFinal_ex(&c,md,NULL); - EVP_MD_CTX_cleanup(&c); - } -#else /* !OPENSSL_NO_SSL2 */ +{ + EVP_MD_CTX c; + unsigned char sequence[4], *p, *sec, *act; + unsigned long seq; + unsigned int len; + + if (send) { + seq = s->s2->write_sequence; + sec = s->s2->write_key; + len = s->s2->wact_data_length; + act = s->s2->wact_data; + } else { + seq = s->s2->read_sequence; + sec = s->s2->read_key; + len = s->s2->ract_data_length; + act = s->s2->ract_data; + } + + p = &(sequence[0]); + l2n(seq, p); + + /* There has to be a MAC algorithm. */ + EVP_MD_CTX_init(&c); + EVP_MD_CTX_copy(&c, s->read_hash); + EVP_DigestUpdate(&c, sec, EVP_CIPHER_CTX_key_length(s->enc_read_ctx)); + EVP_DigestUpdate(&c, act, len); + /* the above line also does the pad data */ + EVP_DigestUpdate(&c, sequence, 4); + EVP_DigestFinal_ex(&c, md, NULL); + EVP_MD_CTX_cleanup(&c); +} +#else /* !OPENSSL_NO_SSL2 */ # if PEDANTIC -static void *dummy=&dummy; +static void *dummy = &dummy; # endif #endif diff --git a/openssl/ssl/s2_lib.c b/openssl/ssl/s2_lib.c index c63be3052..f8a943930 100644 --- a/openssl/ssl/s2_lib.c +++ b/openssl/ssl/s2_lib.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +63,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -111,448 +111,454 @@ #include "ssl_locl.h" #ifndef OPENSSL_NO_SSL2 -#include -#include -#include -#include +# include +# include +# include +# include -const char ssl2_version_str[]="SSLv2" OPENSSL_VERSION_PTEXT; +const char ssl2_version_str[] = "SSLv2" OPENSSL_VERSION_PTEXT; -#define SSL2_NUM_CIPHERS (sizeof(ssl2_ciphers)/sizeof(SSL_CIPHER)) +# define SSL2_NUM_CIPHERS (sizeof(ssl2_ciphers)/sizeof(SSL_CIPHER)) /* list of available SSLv2 ciphers (sorted by id) */ -OPENSSL_GLOBAL const SSL_CIPHER ssl2_ciphers[]={ -#if 0 +OPENSSL_GLOBAL const SSL_CIPHER ssl2_ciphers[] = { +# if 0 /* NULL_WITH_MD5 v3 */ - { - 1, - SSL2_TXT_NULL_WITH_MD5, - SSL2_CK_NULL_WITH_MD5, - SSL_kRSA, - SSL_aRSA, - SSL_eNULL, - SSL_MD5, - SSL_SSLV2, - SSL_EXPORT|SSL_EXP40|SSL_STRONG_NONE, - 0, - 0, - 0, - }, -#endif + { + 1, + SSL2_TXT_NULL_WITH_MD5, + SSL2_CK_NULL_WITH_MD5, + SSL_kRSA, + SSL_aRSA, + SSL_eNULL, + SSL_MD5, + SSL_SSLV2, + SSL_EXPORT | SSL_EXP40 | SSL_STRONG_NONE, + 0, + 0, + 0, + }, +# endif /* RC4_128_WITH_MD5 */ - { - 1, - SSL2_TXT_RC4_128_WITH_MD5, - SSL2_CK_RC4_128_WITH_MD5, - SSL_kRSA, - SSL_aRSA, - SSL_RC4, - SSL_MD5, - SSL_SSLV2, - SSL_NOT_EXP|SSL_MEDIUM, - 0, - 128, - 128, - }, + { + 1, + SSL2_TXT_RC4_128_WITH_MD5, + SSL2_CK_RC4_128_WITH_MD5, + SSL_kRSA, + SSL_aRSA, + SSL_RC4, + SSL_MD5, + SSL_SSLV2, + SSL_NOT_EXP | SSL_MEDIUM, + 0, + 128, + 128, + }, /* RC4_128_EXPORT40_WITH_MD5 */ - { - 1, - SSL2_TXT_RC4_128_EXPORT40_WITH_MD5, - SSL2_CK_RC4_128_EXPORT40_WITH_MD5, - SSL_kRSA, - SSL_aRSA, - SSL_RC4, - SSL_MD5, - SSL_SSLV2, - SSL_EXPORT|SSL_EXP40, - SSL2_CF_5_BYTE_ENC, - 40, - 128, - }, + { + 1, + SSL2_TXT_RC4_128_EXPORT40_WITH_MD5, + SSL2_CK_RC4_128_EXPORT40_WITH_MD5, + SSL_kRSA, + SSL_aRSA, + SSL_RC4, + SSL_MD5, + SSL_SSLV2, + SSL_EXPORT | SSL_EXP40, + SSL2_CF_5_BYTE_ENC, + 40, + 128, + }, /* RC2_128_CBC_WITH_MD5 */ - { - 1, - SSL2_TXT_RC2_128_CBC_WITH_MD5, - SSL2_CK_RC2_128_CBC_WITH_MD5, - SSL_kRSA, - SSL_aRSA, - SSL_RC2, - SSL_MD5, - SSL_SSLV2, - SSL_NOT_EXP|SSL_MEDIUM, - 0, - 128, - 128, - }, + { + 1, + SSL2_TXT_RC2_128_CBC_WITH_MD5, + SSL2_CK_RC2_128_CBC_WITH_MD5, + SSL_kRSA, + SSL_aRSA, + SSL_RC2, + SSL_MD5, + SSL_SSLV2, + SSL_NOT_EXP | SSL_MEDIUM, + 0, + 128, + 128, + }, /* RC2_128_CBC_EXPORT40_WITH_MD5 */ - { - 1, - SSL2_TXT_RC2_128_CBC_EXPORT40_WITH_MD5, - SSL2_CK_RC2_128_CBC_EXPORT40_WITH_MD5, - SSL_kRSA, - SSL_aRSA, - SSL_RC2, - SSL_MD5, - SSL_SSLV2, - SSL_EXPORT|SSL_EXP40, - SSL2_CF_5_BYTE_ENC, - 40, - 128, - }, - -#ifndef OPENSSL_NO_IDEA + { + 1, + SSL2_TXT_RC2_128_CBC_EXPORT40_WITH_MD5, + SSL2_CK_RC2_128_CBC_EXPORT40_WITH_MD5, + SSL_kRSA, + SSL_aRSA, + SSL_RC2, + SSL_MD5, + SSL_SSLV2, + SSL_EXPORT | SSL_EXP40, + SSL2_CF_5_BYTE_ENC, + 40, + 128, + }, + +# ifndef OPENSSL_NO_IDEA /* IDEA_128_CBC_WITH_MD5 */ - { - 1, - SSL2_TXT_IDEA_128_CBC_WITH_MD5, - SSL2_CK_IDEA_128_CBC_WITH_MD5, - SSL_kRSA, - SSL_aRSA, - SSL_IDEA, - SSL_MD5, - SSL_SSLV2, - SSL_NOT_EXP|SSL_MEDIUM, - 0, - 128, - 128, - }, -#endif + { + 1, + SSL2_TXT_IDEA_128_CBC_WITH_MD5, + SSL2_CK_IDEA_128_CBC_WITH_MD5, + SSL_kRSA, + SSL_aRSA, + SSL_IDEA, + SSL_MD5, + SSL_SSLV2, + SSL_NOT_EXP | SSL_MEDIUM, + 0, + 128, + 128, + }, +# endif /* DES_64_CBC_WITH_MD5 */ - { - 1, - SSL2_TXT_DES_64_CBC_WITH_MD5, - SSL2_CK_DES_64_CBC_WITH_MD5, - SSL_kRSA, - SSL_aRSA, - SSL_DES, - SSL_MD5, - SSL_SSLV2, - SSL_NOT_EXP|SSL_LOW, - 0, - 56, - 56, - }, + { + 1, + SSL2_TXT_DES_64_CBC_WITH_MD5, + SSL2_CK_DES_64_CBC_WITH_MD5, + SSL_kRSA, + SSL_aRSA, + SSL_DES, + SSL_MD5, + SSL_SSLV2, + SSL_NOT_EXP | SSL_LOW, + 0, + 56, + 56, + }, /* DES_192_EDE3_CBC_WITH_MD5 */ - { - 1, - SSL2_TXT_DES_192_EDE3_CBC_WITH_MD5, - SSL2_CK_DES_192_EDE3_CBC_WITH_MD5, - SSL_kRSA, - SSL_aRSA, - SSL_3DES, - SSL_MD5, - SSL_SSLV2, - SSL_NOT_EXP|SSL_HIGH, - 0, - 112, - 168, - }, - -#if 0 + { + 1, + SSL2_TXT_DES_192_EDE3_CBC_WITH_MD5, + SSL2_CK_DES_192_EDE3_CBC_WITH_MD5, + SSL_kRSA, + SSL_aRSA, + SSL_3DES, + SSL_MD5, + SSL_SSLV2, + SSL_NOT_EXP | SSL_HIGH, + 0, + 112, + 168, + }, + +# if 0 /* RC4_64_WITH_MD5 */ - { - 1, - SSL2_TXT_RC4_64_WITH_MD5, - SSL2_CK_RC4_64_WITH_MD5, - SSL_kRSA, - SSL_aRSA, - SSL_RC4, - SSL_MD5, - SSL_SSLV2, - SSL_NOT_EXP|SSL_LOW, - SSL2_CF_8_BYTE_ENC, - 64, - 64, - }, -#endif + { + 1, + SSL2_TXT_RC4_64_WITH_MD5, + SSL2_CK_RC4_64_WITH_MD5, + SSL_kRSA, + SSL_aRSA, + SSL_RC4, + SSL_MD5, + SSL_SSLV2, + SSL_NOT_EXP | SSL_LOW, + SSL2_CF_8_BYTE_ENC, + 64, + 64, + }, +# endif -#if 0 +# if 0 /* NULL SSLeay (testing) */ - { - 0, - SSL2_TXT_NULL, - SSL2_CK_NULL, - 0, - 0, - 0, - 0, - SSL_SSLV2, - SSL_STRONG_NONE, - 0, - 0, - 0, - }, -#endif + { + 0, + SSL2_TXT_NULL, + SSL2_CK_NULL, + 0, + 0, + 0, + 0, + SSL_SSLV2, + SSL_STRONG_NONE, + 0, + 0, + 0, + }, +# endif /* end of list :-) */ - }; +}; long ssl2_default_timeout(void) - { - return(300); - } +{ + return (300); +} int ssl2_num_ciphers(void) - { - return(SSL2_NUM_CIPHERS); - } +{ + return (SSL2_NUM_CIPHERS); +} const SSL_CIPHER *ssl2_get_cipher(unsigned int u) - { - if (u < SSL2_NUM_CIPHERS) - return(&(ssl2_ciphers[SSL2_NUM_CIPHERS-1-u])); - else - return(NULL); - } +{ + if (u < SSL2_NUM_CIPHERS) + return (&(ssl2_ciphers[SSL2_NUM_CIPHERS - 1 - u])); + else + return (NULL); +} int ssl2_pending(const SSL *s) - { - return SSL_in_init(s) ? 0 : s->s2->ract_data_length; - } +{ + return SSL_in_init(s) ? 0 : s->s2->ract_data_length; +} int ssl2_new(SSL *s) - { - SSL2_STATE *s2; +{ + SSL2_STATE *s2; - if ((s2=OPENSSL_malloc(sizeof *s2)) == NULL) goto err; - memset(s2,0,sizeof *s2); + if ((s2 = OPENSSL_malloc(sizeof *s2)) == NULL) + goto err; + memset(s2, 0, sizeof *s2); -#if SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER + 3 > SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER + 2 +# if SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER + 3 > SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER + 2 # error "assertion failed" -#endif +# endif - if ((s2->rbuf=OPENSSL_malloc( - SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER+2)) == NULL) goto err; - /* wbuf needs one byte more because when using two-byte headers, - * we leave the first byte unused in do_ssl_write (s2_pkt.c) */ - if ((s2->wbuf=OPENSSL_malloc( - SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER+3)) == NULL) goto err; - s->s2=s2; - - ssl2_clear(s); - return(1); -err: - if (s2 != NULL) - { - if (s2->wbuf != NULL) OPENSSL_free(s2->wbuf); - if (s2->rbuf != NULL) OPENSSL_free(s2->rbuf); - OPENSSL_free(s2); - } - return(0); - } + if ((s2->rbuf = + OPENSSL_malloc(SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER + 2)) == NULL) + goto err; + /* + * wbuf needs one byte more because when using two-byte headers, we leave + * the first byte unused in do_ssl_write (s2_pkt.c) + */ + if ((s2->wbuf = + OPENSSL_malloc(SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER + 3)) == NULL) + goto err; + s->s2 = s2; + + ssl2_clear(s); + return (1); + err: + if (s2 != NULL) { + if (s2->wbuf != NULL) + OPENSSL_free(s2->wbuf); + if (s2->rbuf != NULL) + OPENSSL_free(s2->rbuf); + OPENSSL_free(s2); + } + return (0); +} void ssl2_free(SSL *s) - { - SSL2_STATE *s2; - - if(s == NULL) - return; - - s2=s->s2; - if (s2->rbuf != NULL) OPENSSL_free(s2->rbuf); - if (s2->wbuf != NULL) OPENSSL_free(s2->wbuf); - OPENSSL_cleanse(s2,sizeof *s2); - OPENSSL_free(s2); - s->s2=NULL; - } +{ + SSL2_STATE *s2; + + if (s == NULL) + return; + + s2 = s->s2; + if (s2->rbuf != NULL) + OPENSSL_free(s2->rbuf); + if (s2->wbuf != NULL) + OPENSSL_free(s2->wbuf); + OPENSSL_cleanse(s2, sizeof *s2); + OPENSSL_free(s2); + s->s2 = NULL; +} void ssl2_clear(SSL *s) - { - SSL2_STATE *s2; - unsigned char *rbuf,*wbuf; +{ + SSL2_STATE *s2; + unsigned char *rbuf, *wbuf; - s2=s->s2; + s2 = s->s2; - rbuf=s2->rbuf; - wbuf=s2->wbuf; + rbuf = s2->rbuf; + wbuf = s2->wbuf; - memset(s2,0,sizeof *s2); + memset(s2, 0, sizeof *s2); - s2->rbuf=rbuf; - s2->wbuf=wbuf; - s2->clear_text=1; - s->packet=s2->rbuf; - s->version=SSL2_VERSION; - s->packet_length=0; - } + s2->rbuf = rbuf; + s2->wbuf = wbuf; + s2->clear_text = 1; + s->packet = s2->rbuf; + s->version = SSL2_VERSION; + s->packet_length = 0; +} long ssl2_ctrl(SSL *s, int cmd, long larg, void *parg) - { - int ret=0; - - switch(cmd) - { - case SSL_CTRL_GET_SESSION_REUSED: - ret=s->hit; - break; - case SSL_CTRL_CHECK_PROTO_VERSION: - return ssl3_ctrl(s, SSL_CTRL_CHECK_PROTO_VERSION, larg, parg); - default: - break; - } - return(ret); - } - -long ssl2_callback_ctrl(SSL *s, int cmd, void (*fp)(void)) - { - return(0); - } +{ + int ret = 0; + + switch (cmd) { + case SSL_CTRL_GET_SESSION_REUSED: + ret = s->hit; + break; + case SSL_CTRL_CHECK_PROTO_VERSION: + return ssl3_ctrl(s, SSL_CTRL_CHECK_PROTO_VERSION, larg, parg); + default: + break; + } + return (ret); +} + +long ssl2_callback_ctrl(SSL *s, int cmd, void (*fp) (void)) +{ + return (0); +} long ssl2_ctx_ctrl(SSL_CTX *ctx, int cmd, long larg, void *parg) - { - return(0); - } - -long ssl2_ctx_callback_ctrl(SSL_CTX *ctx, int cmd, void (*fp)(void)) - { - return(0); - } - -/* This function needs to check if the ciphers required are actually - * available */ +{ + return (0); +} + +long ssl2_ctx_callback_ctrl(SSL_CTX *ctx, int cmd, void (*fp) (void)) +{ + return (0); +} + +/* + * This function needs to check if the ciphers required are actually + * available + */ const SSL_CIPHER *ssl2_get_cipher_by_char(const unsigned char *p) - { - SSL_CIPHER c; - const SSL_CIPHER *cp; - unsigned long id; - - id=0x02000000L|((unsigned long)p[0]<<16L)| - ((unsigned long)p[1]<<8L)|(unsigned long)p[2]; - c.id=id; - cp = OBJ_bsearch_ssl_cipher_id(&c, ssl2_ciphers, SSL2_NUM_CIPHERS); - if ((cp == NULL) || (cp->valid == 0)) - return NULL; - else - return cp; - } +{ + SSL_CIPHER c; + const SSL_CIPHER *cp; + unsigned long id; + + id = 0x02000000L | ((unsigned long)p[0] << 16L) | + ((unsigned long)p[1] << 8L) | (unsigned long)p[2]; + c.id = id; + cp = OBJ_bsearch_ssl_cipher_id(&c, ssl2_ciphers, SSL2_NUM_CIPHERS); + return cp; +} int ssl2_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p) - { - long l; - - if (p != NULL) - { - l=c->id; - if ((l & 0xff000000) != 0x02000000 && l != SSL3_CK_FALLBACK_SCSV) return(0); - p[0]=((unsigned char)(l>>16L))&0xFF; - p[1]=((unsigned char)(l>> 8L))&0xFF; - p[2]=((unsigned char)(l ))&0xFF; - } - return(3); - } +{ + long l; + + if (p != NULL) { + l = c->id; + if ((l & 0xff000000) != 0x02000000 && l != SSL3_CK_FALLBACK_SCSV) + return (0); + p[0] = ((unsigned char)(l >> 16L)) & 0xFF; + p[1] = ((unsigned char)(l >> 8L)) & 0xFF; + p[2] = ((unsigned char)(l)) & 0xFF; + } + return (3); +} int ssl2_generate_key_material(SSL *s) - { - unsigned int i; - EVP_MD_CTX ctx; - unsigned char *km; - unsigned char c='0'; - const EVP_MD *md5; - int md_size; - - md5 = EVP_md5(); - -#ifdef CHARSET_EBCDIC - c = os_toascii['0']; /* Must be an ASCII '0', not EBCDIC '0', - see SSLv2 docu */ -#endif - EVP_MD_CTX_init(&ctx); - km=s->s2->key_material; - - if (s->session->master_key_length < 0 || - s->session->master_key_length > (int)sizeof(s->session->master_key)) - { - SSLerr(SSL_F_SSL2_GENERATE_KEY_MATERIAL, ERR_R_INTERNAL_ERROR); - return 0; - } - md_size = EVP_MD_size(md5); - if (md_size < 0) - return 0; - for (i=0; is2->key_material_length; i += md_size) - { - if (((km - s->s2->key_material) + md_size) > - (int)sizeof(s->s2->key_material)) - { - /* EVP_DigestFinal_ex() below would write beyond buffer */ - SSLerr(SSL_F_SSL2_GENERATE_KEY_MATERIAL, ERR_R_INTERNAL_ERROR); - return 0; - } - - EVP_DigestInit_ex(&ctx, md5, NULL); - - OPENSSL_assert(s->session->master_key_length >= 0 - && s->session->master_key_length - < (int)sizeof(s->session->master_key)); - EVP_DigestUpdate(&ctx,s->session->master_key,s->session->master_key_length); - EVP_DigestUpdate(&ctx,&c,1); - c++; - EVP_DigestUpdate(&ctx,s->s2->challenge,s->s2->challenge_length); - EVP_DigestUpdate(&ctx,s->s2->conn_id,s->s2->conn_id_length); - EVP_DigestFinal_ex(&ctx,km,NULL); - km += md_size; - } - - EVP_MD_CTX_cleanup(&ctx); - return 1; - } +{ + unsigned int i; + EVP_MD_CTX ctx; + unsigned char *km; + unsigned char c = '0'; + const EVP_MD *md5; + int md_size; + + md5 = EVP_md5(); + +# ifdef CHARSET_EBCDIC + c = os_toascii['0']; /* Must be an ASCII '0', not EBCDIC '0', see + * SSLv2 docu */ +# endif + EVP_MD_CTX_init(&ctx); + km = s->s2->key_material; + + if (s->session->master_key_length < 0 || + s->session->master_key_length > (int)sizeof(s->session->master_key)) { + SSLerr(SSL_F_SSL2_GENERATE_KEY_MATERIAL, ERR_R_INTERNAL_ERROR); + return 0; + } + md_size = EVP_MD_size(md5); + if (md_size < 0) + return 0; + for (i = 0; i < s->s2->key_material_length; i += md_size) { + if (((km - s->s2->key_material) + md_size) > + (int)sizeof(s->s2->key_material)) { + /* + * EVP_DigestFinal_ex() below would write beyond buffer + */ + SSLerr(SSL_F_SSL2_GENERATE_KEY_MATERIAL, ERR_R_INTERNAL_ERROR); + return 0; + } + + EVP_DigestInit_ex(&ctx, md5, NULL); + + OPENSSL_assert(s->session->master_key_length >= 0 + && s->session->master_key_length + < (int)sizeof(s->session->master_key)); + EVP_DigestUpdate(&ctx, s->session->master_key, + s->session->master_key_length); + EVP_DigestUpdate(&ctx, &c, 1); + c++; + EVP_DigestUpdate(&ctx, s->s2->challenge, s->s2->challenge_length); + EVP_DigestUpdate(&ctx, s->s2->conn_id, s->s2->conn_id_length); + EVP_DigestFinal_ex(&ctx, km, NULL); + km += md_size; + } + + EVP_MD_CTX_cleanup(&ctx); + return 1; +} void ssl2_return_error(SSL *s, int err) - { - if (!s->error) - { - s->error=3; - s->error_code=err; - - ssl2_write_error(s); - } - } +{ + if (!s->error) { + s->error = 3; + s->error_code = err; + ssl2_write_error(s); + } +} void ssl2_write_error(SSL *s) - { - unsigned char buf[3]; - int i,error; +{ + unsigned char buf[3]; + int i, error; - buf[0]=SSL2_MT_ERROR; - buf[1]=(s->error_code>>8)&0xff; - buf[2]=(s->error_code)&0xff; + buf[0] = SSL2_MT_ERROR; + buf[1] = (s->error_code >> 8) & 0xff; + buf[2] = (s->error_code) & 0xff; -/* state=s->rwstate;*/ +/* state=s->rwstate;*/ - error=s->error; /* number of bytes left to write */ - s->error=0; - OPENSSL_assert(error >= 0 && error <= (int)sizeof(buf)); - i=ssl2_write(s,&(buf[3-error]),error); + error = s->error; /* number of bytes left to write */ + s->error = 0; + OPENSSL_assert(error >= 0 && error <= (int)sizeof(buf)); + i = ssl2_write(s, &(buf[3 - error]), error); -/* if (i == error) s->rwstate=state; */ +/* if (i == error) s->rwstate=state; */ - if (i < 0) - s->error=error; - else - { - s->error=error-i; + if (i < 0) + s->error = error; + else { + s->error = error - i; - if (s->error == 0) - if (s->msg_callback) - s->msg_callback(1, s->version, 0, buf, 3, s, s->msg_callback_arg); /* ERROR */ - } - } + if (s->error == 0) + if (s->msg_callback) { + /* ERROR */ + s->msg_callback(1, s->version, 0, buf, 3, s, + s->msg_callback_arg); + } + } +} int ssl2_shutdown(SSL *s) - { - s->shutdown=(SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN); - return(1); - } -#else /* !OPENSSL_NO_SSL2 */ +{ + s->shutdown = (SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); + return (1); +} +#else /* !OPENSSL_NO_SSL2 */ # if PEDANTIC -static void *dummy=&dummy; +static void *dummy = &dummy; # endif #endif diff --git a/openssl/ssl/s2_meth.c b/openssl/ssl/s2_meth.c index f0e8ca593..b312f1726 100644 --- a/openssl/ssl/s2_meth.c +++ b/openssl/ssl/s2_meth.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -58,27 +58,24 @@ #include "ssl_locl.h" #ifndef OPENSSL_NO_SSL2 -#include -#include +# include +# include static const SSL_METHOD *ssl2_get_method(int ver); static const SSL_METHOD *ssl2_get_method(int ver) - { - if (ver == SSL2_VERSION) - return(SSLv2_method()); - else - return(NULL); - } +{ + if (ver == SSL2_VERSION) + return (SSLv2_method()); + else + return (NULL); +} IMPLEMENT_ssl2_meth_func(SSLv2_method, - ssl2_accept, - ssl2_connect, - ssl2_get_method) - -#else /* !OPENSSL_NO_SSL2 */ + ssl2_accept, ssl2_connect, ssl2_get_method) +#else /* !OPENSSL_NO_SSL2 */ # if PEDANTIC -static void *dummy=&dummy; +static void *dummy = &dummy; # endif #endif diff --git a/openssl/ssl/s2_pkt.c b/openssl/ssl/s2_pkt.c index 8bb6ab8ba..614b9a35d 100644 --- a/openssl/ssl/s2_pkt.c +++ b/openssl/ssl/s2_pkt.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +63,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -111,633 +111,601 @@ #include "ssl_locl.h" #ifndef OPENSSL_NO_SSL2 -#include -#include -#define USE_SOCKETS +# include +# include +# define USE_SOCKETS -static int read_n(SSL *s,unsigned int n,unsigned int max,unsigned int extend); +static int read_n(SSL *s, unsigned int n, unsigned int max, + unsigned int extend); static int n_do_ssl_write(SSL *s, const unsigned char *buf, unsigned int len); static int write_pending(SSL *s, const unsigned char *buf, unsigned int len); static int ssl_mt_error(int n); - -/* SSL 2.0 imlementation for SSL_read/SSL_peek - - * This routine will return 0 to len bytes, decrypted etc if required. +/* + * SSL 2.0 imlementation for SSL_read/SSL_peek - This routine will return 0 + * to len bytes, decrypted etc if required. */ static int ssl2_read_internal(SSL *s, void *buf, int len, int peek) - { - int n; - unsigned char mac[MAX_MAC_SIZE]; - unsigned char *p; - int i; - int mac_size; +{ + int n; + unsigned char mac[MAX_MAC_SIZE]; + unsigned char *p; + int i; + int mac_size; ssl2_read_again: - if (SSL_in_init(s) && !s->in_handshake) - { - n=s->handshake_func(s); - if (n < 0) return(n); - if (n == 0) - { - SSLerr(SSL_F_SSL2_READ_INTERNAL,SSL_R_SSL_HANDSHAKE_FAILURE); - return(-1); - } - } - - clear_sys_error(); - s->rwstate=SSL_NOTHING; - if (len <= 0) return(len); - - if (s->s2->ract_data_length != 0) /* read from buffer */ - { - if (len > s->s2->ract_data_length) - n=s->s2->ract_data_length; - else - n=len; - - memcpy(buf,s->s2->ract_data,(unsigned int)n); - if (!peek) - { - s->s2->ract_data_length-=n; - s->s2->ract_data+=n; - if (s->s2->ract_data_length == 0) - s->rstate=SSL_ST_READ_HEADER; - } - - return(n); - } - - /* s->s2->ract_data_length == 0 - * - * Fill the buffer, then goto ssl2_read_again. - */ - - if (s->rstate == SSL_ST_READ_HEADER) - { - if (s->first_packet) - { - n=read_n(s,5,SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER+2,0); - if (n <= 0) return(n); /* error or non-blocking */ - s->first_packet=0; - p=s->packet; - if (!((p[0] & 0x80) && ( - (p[2] == SSL2_MT_CLIENT_HELLO) || - (p[2] == SSL2_MT_SERVER_HELLO)))) - { - SSLerr(SSL_F_SSL2_READ_INTERNAL,SSL_R_NON_SSLV2_INITIAL_PACKET); - return(-1); - } - } - else - { - n=read_n(s,2,SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER+2,0); - if (n <= 0) return(n); /* error or non-blocking */ - } - /* part read stuff */ - - s->rstate=SSL_ST_READ_BODY; - p=s->packet; - /* Do header */ - /*s->s2->padding=0;*/ - s->s2->escape=0; - s->s2->rlength=(((unsigned int)p[0])<<8)|((unsigned int)p[1]); - if ((p[0] & TWO_BYTE_BIT)) /* Two byte header? */ - { - s->s2->three_byte_header=0; - s->s2->rlength&=TWO_BYTE_MASK; - } - else - { - s->s2->three_byte_header=1; - s->s2->rlength&=THREE_BYTE_MASK; - - /* security >s2->escape */ - s->s2->escape=((p[0] & SEC_ESC_BIT))?1:0; - } - } - - if (s->rstate == SSL_ST_READ_BODY) - { - n=s->s2->rlength+2+s->s2->three_byte_header; - if (n > (int)s->packet_length) - { - n-=s->packet_length; - i=read_n(s,(unsigned int)n,(unsigned int)n,1); - if (i <= 0) return(i); /* ERROR */ - } - - p= &(s->packet[2]); - s->rstate=SSL_ST_READ_HEADER; - if (s->s2->three_byte_header) - s->s2->padding= *(p++); - else s->s2->padding=0; - - /* Data portion */ - if (s->s2->clear_text) - { - mac_size = 0; - s->s2->mac_data=p; - s->s2->ract_data=p; - if (s->s2->padding) - { - SSLerr(SSL_F_SSL2_READ_INTERNAL,SSL_R_ILLEGAL_PADDING); - return(-1); - } - } - else - { - mac_size=EVP_MD_CTX_size(s->read_hash); - if (mac_size < 0) - return -1; - OPENSSL_assert(mac_size <= MAX_MAC_SIZE); - s->s2->mac_data=p; - s->s2->ract_data= &p[mac_size]; - if (s->s2->padding + mac_size > s->s2->rlength) - { - SSLerr(SSL_F_SSL2_READ_INTERNAL,SSL_R_ILLEGAL_PADDING); - return(-1); - } - } - - s->s2->ract_data_length=s->s2->rlength; - /* added a check for length > max_size in case - * encryption was not turned on yet due to an error */ - if ((!s->s2->clear_text) && - (s->s2->rlength >= (unsigned int)mac_size)) - { - ssl2_enc(s,0); - s->s2->ract_data_length-=mac_size; - ssl2_mac(s,mac,0); - s->s2->ract_data_length-=s->s2->padding; - if ( (CRYPTO_memcmp(mac,s->s2->mac_data,mac_size) != 0) || - (s->s2->rlength%EVP_CIPHER_CTX_block_size(s->enc_read_ctx) != 0)) - { - SSLerr(SSL_F_SSL2_READ_INTERNAL,SSL_R_BAD_MAC_DECODE); - return(-1); - } - } - INC32(s->s2->read_sequence); /* expect next number */ - /* s->s2->ract_data is now available for processing */ - - /* Possibly the packet that we just read had 0 actual data bytes. - * (SSLeay/OpenSSL itself never sends such packets; see ssl2_write.) - * In this case, returning 0 would be interpreted by the caller - * as indicating EOF, so it's not a good idea. Instead, we just - * continue reading; thus ssl2_read_internal may have to process - * multiple packets before it can return. - * - * [Note that using select() for blocking sockets *never* guarantees - * that the next SSL_read will not block -- the available - * data may contain incomplete packets, and except for SSL 2, - * renegotiation can confuse things even more.] */ - - goto ssl2_read_again; /* This should really be - * "return ssl2_read(s,buf,len)", - * but that would allow for - * denial-of-service attacks if a - * C compiler is used that does not - * recognize end-recursion. */ - } - else - { - SSLerr(SSL_F_SSL2_READ_INTERNAL,SSL_R_BAD_STATE); - return(-1); - } - } + if (SSL_in_init(s) && !s->in_handshake) { + n = s->handshake_func(s); + if (n < 0) + return (n); + if (n == 0) { + SSLerr(SSL_F_SSL2_READ_INTERNAL, SSL_R_SSL_HANDSHAKE_FAILURE); + return (-1); + } + } + + clear_sys_error(); + s->rwstate = SSL_NOTHING; + if (len <= 0) + return (len); + + if (s->s2->ract_data_length != 0) { /* read from buffer */ + if (len > s->s2->ract_data_length) + n = s->s2->ract_data_length; + else + n = len; + + memcpy(buf, s->s2->ract_data, (unsigned int)n); + if (!peek) { + s->s2->ract_data_length -= n; + s->s2->ract_data += n; + if (s->s2->ract_data_length == 0) + s->rstate = SSL_ST_READ_HEADER; + } + + return (n); + } + + /* + * s->s2->ract_data_length == 0 Fill the buffer, then goto + * ssl2_read_again. + */ + + if (s->rstate == SSL_ST_READ_HEADER) { + if (s->first_packet) { + n = read_n(s, 5, SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER + 2, 0); + if (n <= 0) + return (n); /* error or non-blocking */ + s->first_packet = 0; + p = s->packet; + if (!((p[0] & 0x80) && ((p[2] == SSL2_MT_CLIENT_HELLO) || + (p[2] == SSL2_MT_SERVER_HELLO)))) { + SSLerr(SSL_F_SSL2_READ_INTERNAL, + SSL_R_NON_SSLV2_INITIAL_PACKET); + return (-1); + } + } else { + n = read_n(s, 2, SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER + 2, 0); + if (n <= 0) + return (n); /* error or non-blocking */ + } + /* part read stuff */ + + s->rstate = SSL_ST_READ_BODY; + p = s->packet; + /* Do header */ + /* + * s->s2->padding=0; + */ + s->s2->escape = 0; + s->s2->rlength = (((unsigned int)p[0]) << 8) | ((unsigned int)p[1]); + if ((p[0] & TWO_BYTE_BIT)) { /* Two byte header? */ + s->s2->three_byte_header = 0; + s->s2->rlength &= TWO_BYTE_MASK; + } else { + s->s2->three_byte_header = 1; + s->s2->rlength &= THREE_BYTE_MASK; + + /* security >s2->escape */ + s->s2->escape = ((p[0] & SEC_ESC_BIT)) ? 1 : 0; + } + } + + if (s->rstate == SSL_ST_READ_BODY) { + n = s->s2->rlength + 2 + s->s2->three_byte_header; + if (n > (int)s->packet_length) { + n -= s->packet_length; + i = read_n(s, (unsigned int)n, (unsigned int)n, 1); + if (i <= 0) + return (i); /* ERROR */ + } + + p = &(s->packet[2]); + s->rstate = SSL_ST_READ_HEADER; + if (s->s2->three_byte_header) + s->s2->padding = *(p++); + else + s->s2->padding = 0; + + /* Data portion */ + if (s->s2->clear_text) { + mac_size = 0; + s->s2->mac_data = p; + s->s2->ract_data = p; + if (s->s2->padding) { + SSLerr(SSL_F_SSL2_READ_INTERNAL, SSL_R_ILLEGAL_PADDING); + return (-1); + } + } else { + mac_size = EVP_MD_CTX_size(s->read_hash); + if (mac_size < 0) + return -1; + OPENSSL_assert(mac_size <= MAX_MAC_SIZE); + s->s2->mac_data = p; + s->s2->ract_data = &p[mac_size]; + if (s->s2->padding + mac_size > s->s2->rlength) { + SSLerr(SSL_F_SSL2_READ_INTERNAL, SSL_R_ILLEGAL_PADDING); + return (-1); + } + } + + s->s2->ract_data_length = s->s2->rlength; + /* + * added a check for length > max_size in case encryption was not + * turned on yet due to an error + */ + if ((!s->s2->clear_text) && + (s->s2->rlength >= (unsigned int)mac_size)) { + if (!ssl2_enc(s, 0)) { + SSLerr(SSL_F_SSL2_READ_INTERNAL, SSL_R_DECRYPTION_FAILED); + return (-1); + } + s->s2->ract_data_length -= mac_size; + ssl2_mac(s, mac, 0); + s->s2->ract_data_length -= s->s2->padding; + if ((CRYPTO_memcmp(mac, s->s2->mac_data, mac_size) != 0) || + (s->s2->rlength % + EVP_CIPHER_CTX_block_size(s->enc_read_ctx) != 0)) { + SSLerr(SSL_F_SSL2_READ_INTERNAL, SSL_R_BAD_MAC_DECODE); + return (-1); + } + } + INC32(s->s2->read_sequence); /* expect next number */ + /* s->s2->ract_data is now available for processing */ + + /* + * Possibly the packet that we just read had 0 actual data bytes. + * (SSLeay/OpenSSL itself never sends such packets; see ssl2_write.) + * In this case, returning 0 would be interpreted by the caller as + * indicating EOF, so it's not a good idea. Instead, we just + * continue reading; thus ssl2_read_internal may have to process + * multiple packets before it can return. [Note that using select() + * for blocking sockets *never* guarantees that the next SSL_read + * will not block -- the available data may contain incomplete + * packets, and except for SSL 2, renegotiation can confuse things + * even more.] + */ + + goto ssl2_read_again; /* This should really be "return + * ssl2_read(s,buf,len)", but that would + * allow for denial-of-service attacks if a C + * compiler is used that does not recognize + * end-recursion. */ + } else { + SSLerr(SSL_F_SSL2_READ_INTERNAL, SSL_R_BAD_STATE); + return (-1); + } +} int ssl2_read(SSL *s, void *buf, int len) - { - return ssl2_read_internal(s, buf, len, 0); - } +{ + return ssl2_read_internal(s, buf, len, 0); +} int ssl2_peek(SSL *s, void *buf, int len) - { - return ssl2_read_internal(s, buf, len, 1); - } +{ + return ssl2_read_internal(s, buf, len, 1); +} static int read_n(SSL *s, unsigned int n, unsigned int max, - unsigned int extend) - { - int i,off,newb; - - /* if there is stuff still in the buffer from a previous read, - * and there is more than we want, take some. */ - if (s->s2->rbuf_left >= (int)n) - { - if (extend) - s->packet_length+=n; - else - { - s->packet= &(s->s2->rbuf[s->s2->rbuf_offs]); - s->packet_length=n; - } - s->s2->rbuf_left-=n; - s->s2->rbuf_offs+=n; - return(n); - } - - if (!s->read_ahead) max=n; - if (max > (unsigned int)(SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER+2)) - max=SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER+2; - - - /* Else we want more than we have. - * First, if there is some left or we want to extend */ - off=0; - if ((s->s2->rbuf_left != 0) || ((s->packet_length != 0) && extend)) - { - newb=s->s2->rbuf_left; - if (extend) - { - off=s->packet_length; - if (s->packet != s->s2->rbuf) - memcpy(s->s2->rbuf,s->packet, - (unsigned int)newb+off); - } - else if (s->s2->rbuf_offs != 0) - { - memcpy(s->s2->rbuf,&(s->s2->rbuf[s->s2->rbuf_offs]), - (unsigned int)newb); - s->s2->rbuf_offs=0; - } - s->s2->rbuf_left=0; - } - else - newb=0; - - /* off is the offset to start writing too. - * r->s2->rbuf_offs is the 'unread data', now 0. - * newb is the number of new bytes so far - */ - s->packet=s->s2->rbuf; - while (newb < (int)n) - { - clear_sys_error(); - if (s->rbio != NULL) - { - s->rwstate=SSL_READING; - i=BIO_read(s->rbio,(char *)&(s->s2->rbuf[off+newb]), - max-newb); - } - else - { - SSLerr(SSL_F_READ_N,SSL_R_READ_BIO_NOT_SET); - i= -1; - } -#ifdef PKT_DEBUG - if (s->debug & 0x01) sleep(1); -#endif - if (i <= 0) - { - s->s2->rbuf_left+=newb; - return(i); - } - newb+=i; - } - - /* record unread data */ - if (newb > (int)n) - { - s->s2->rbuf_offs=n+off; - s->s2->rbuf_left=newb-n; - } - else - { - s->s2->rbuf_offs=0; - s->s2->rbuf_left=0; - } - if (extend) - s->packet_length+=n; - else - s->packet_length=n; - s->rwstate=SSL_NOTHING; - return(n); - } + unsigned int extend) +{ + int i, off, newb; + + /* + * if there is stuff still in the buffer from a previous read, and there + * is more than we want, take some. + */ + if (s->s2->rbuf_left >= (int)n) { + if (extend) + s->packet_length += n; + else { + s->packet = &(s->s2->rbuf[s->s2->rbuf_offs]); + s->packet_length = n; + } + s->s2->rbuf_left -= n; + s->s2->rbuf_offs += n; + return (n); + } + + if (!s->read_ahead) + max = n; + if (max > (unsigned int)(SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER + 2)) + max = SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER + 2; + + /* + * Else we want more than we have. First, if there is some left or we + * want to extend + */ + off = 0; + if ((s->s2->rbuf_left != 0) || ((s->packet_length != 0) && extend)) { + newb = s->s2->rbuf_left; + if (extend) { + off = s->packet_length; + if (s->packet != s->s2->rbuf) + memcpy(s->s2->rbuf, s->packet, (unsigned int)newb + off); + } else if (s->s2->rbuf_offs != 0) { + memcpy(s->s2->rbuf, &(s->s2->rbuf[s->s2->rbuf_offs]), + (unsigned int)newb); + s->s2->rbuf_offs = 0; + } + s->s2->rbuf_left = 0; + } else + newb = 0; + + /* + * off is the offset to start writing too. r->s2->rbuf_offs is the + * 'unread data', now 0. newb is the number of new bytes so far + */ + s->packet = s->s2->rbuf; + while (newb < (int)n) { + clear_sys_error(); + if (s->rbio != NULL) { + s->rwstate = SSL_READING; + i = BIO_read(s->rbio, (char *)&(s->s2->rbuf[off + newb]), + max - newb); + } else { + SSLerr(SSL_F_READ_N, SSL_R_READ_BIO_NOT_SET); + i = -1; + } +# ifdef PKT_DEBUG + if (s->debug & 0x01) + sleep(1); +# endif + if (i <= 0) { + s->s2->rbuf_left += newb; + return (i); + } + newb += i; + } + + /* record unread data */ + if (newb > (int)n) { + s->s2->rbuf_offs = n + off; + s->s2->rbuf_left = newb - n; + } else { + s->s2->rbuf_offs = 0; + s->s2->rbuf_left = 0; + } + if (extend) + s->packet_length += n; + else + s->packet_length = n; + s->rwstate = SSL_NOTHING; + return (n); +} int ssl2_write(SSL *s, const void *_buf, int len) - { - const unsigned char *buf=_buf; - unsigned int n,tot; - int i; - - if (SSL_in_init(s) && !s->in_handshake) - { - i=s->handshake_func(s); - if (i < 0) return(i); - if (i == 0) - { - SSLerr(SSL_F_SSL2_WRITE,SSL_R_SSL_HANDSHAKE_FAILURE); - return(-1); - } - } - - if (s->error) - { - ssl2_write_error(s); - if (s->error) - return(-1); - } - - clear_sys_error(); - s->rwstate=SSL_NOTHING; - if (len <= 0) return(len); - - tot=s->s2->wnum; - s->s2->wnum=0; - - n=(len-tot); - for (;;) - { - i=n_do_ssl_write(s,&(buf[tot]),n); - if (i <= 0) - { - s->s2->wnum=tot; - return(i); - } - if ((i == (int)n) || - (s->mode & SSL_MODE_ENABLE_PARTIAL_WRITE)) - { - return(tot+i); - } - - n-=i; - tot+=i; - } - } +{ + const unsigned char *buf = _buf; + unsigned int n, tot; + int i; + + if (SSL_in_init(s) && !s->in_handshake) { + i = s->handshake_func(s); + if (i < 0) + return (i); + if (i == 0) { + SSLerr(SSL_F_SSL2_WRITE, SSL_R_SSL_HANDSHAKE_FAILURE); + return (-1); + } + } + + if (s->error) { + ssl2_write_error(s); + if (s->error) + return (-1); + } + + clear_sys_error(); + s->rwstate = SSL_NOTHING; + if (len <= 0) + return (len); + + tot = s->s2->wnum; + s->s2->wnum = 0; + + n = (len - tot); + for (;;) { + i = n_do_ssl_write(s, &(buf[tot]), n); + if (i <= 0) { + s->s2->wnum = tot; + return (i); + } + if ((i == (int)n) || (s->mode & SSL_MODE_ENABLE_PARTIAL_WRITE)) { + return (tot + i); + } + + n -= i; + tot += i; + } +} static int write_pending(SSL *s, const unsigned char *buf, unsigned int len) - { - int i; - - /* s->s2->wpend_len != 0 MUST be true. */ - - /* check that they have given us the same buffer to - * write */ - if ((s->s2->wpend_tot > (int)len) || - ((s->s2->wpend_buf != buf) && - !(s->mode & SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER))) - { - SSLerr(SSL_F_WRITE_PENDING,SSL_R_BAD_WRITE_RETRY); - return(-1); - } - - for (;;) - { - clear_sys_error(); - if (s->wbio != NULL) - { - s->rwstate=SSL_WRITING; - i=BIO_write(s->wbio, - (char *)&(s->s2->write_ptr[s->s2->wpend_off]), - (unsigned int)s->s2->wpend_len); - } - else - { - SSLerr(SSL_F_WRITE_PENDING,SSL_R_WRITE_BIO_NOT_SET); - i= -1; - } -#ifdef PKT_DEBUG - if (s->debug & 0x01) sleep(1); -#endif - if (i == s->s2->wpend_len) - { - s->s2->wpend_len=0; - s->rwstate=SSL_NOTHING; - return(s->s2->wpend_ret); - } - else if (i <= 0) - return(i); - s->s2->wpend_off+=i; - s->s2->wpend_len-=i; - } - } +{ + int i; + + /* s->s2->wpend_len != 0 MUST be true. */ + + /* + * check that they have given us the same buffer to write + */ + if ((s->s2->wpend_tot > (int)len) || + ((s->s2->wpend_buf != buf) && + !(s->mode & SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER))) { + SSLerr(SSL_F_WRITE_PENDING, SSL_R_BAD_WRITE_RETRY); + return (-1); + } + + for (;;) { + clear_sys_error(); + if (s->wbio != NULL) { + s->rwstate = SSL_WRITING; + i = BIO_write(s->wbio, + (char *)&(s->s2->write_ptr[s->s2->wpend_off]), + (unsigned int)s->s2->wpend_len); + } else { + SSLerr(SSL_F_WRITE_PENDING, SSL_R_WRITE_BIO_NOT_SET); + i = -1; + } +# ifdef PKT_DEBUG + if (s->debug & 0x01) + sleep(1); +# endif + if (i == s->s2->wpend_len) { + s->s2->wpend_len = 0; + s->rwstate = SSL_NOTHING; + return (s->s2->wpend_ret); + } else if (i <= 0) + return (i); + s->s2->wpend_off += i; + s->s2->wpend_len -= i; + } +} static int n_do_ssl_write(SSL *s, const unsigned char *buf, unsigned int len) - { - unsigned int j,k,olen,p,bs; - int mac_size; - register unsigned char *pp; - - olen=len; - - /* first check if there is data from an encryption waiting to - * be sent - it must be sent because the other end is waiting. - * This will happen with non-blocking IO. We print it and then - * return. - */ - if (s->s2->wpend_len != 0) return(write_pending(s,buf,len)); - - /* set mac_size to mac size */ - if (s->s2->clear_text) - mac_size=0; - else - { - mac_size=EVP_MD_CTX_size(s->write_hash); - if (mac_size < 0) - return -1; - } - - /* lets set the pad p */ - if (s->s2->clear_text) - { - if (len > SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER) - len=SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER; - p=0; - s->s2->three_byte_header=0; - /* len=len; */ - } - else - { - bs=EVP_CIPHER_CTX_block_size(s->enc_read_ctx); - j=len+mac_size; - /* Two-byte headers allow for a larger record length than - * three-byte headers, but we can't use them if we need - * padding or if we have to set the escape bit. */ - if ((j > SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER) && - (!s->s2->escape)) - { - if (j > SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER) - j=SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER; - /* set k to the max number of bytes with 2 - * byte header */ - k=j-(j%bs); - /* how many data bytes? */ - len=k-mac_size; - s->s2->three_byte_header=0; - p=0; - } - else if ((bs <= 1) && (!s->s2->escape)) - { - /* j <= SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER, thus - * j < SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER */ - s->s2->three_byte_header=0; - p=0; - } - else /* we may have to use a 3 byte header */ - { - /* If s->s2->escape is not set, then - * j <= SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER, and thus - * j < SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER. */ - p=(j%bs); - p=(p == 0)?0:(bs-p); - if (s->s2->escape) - { - s->s2->three_byte_header=1; - if (j > SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER) - j=SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER; - } - else - s->s2->three_byte_header=(p == 0)?0:1; - } - } - - /* Now - * j <= SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER - * holds, and if s->s2->three_byte_header is set, then even - * j <= SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER. - */ - - /* mac_size is the number of MAC bytes - * len is the number of data bytes we are going to send - * p is the number of padding bytes - * (if it is a two-byte header, then p == 0) */ - - s->s2->wlength=len; - s->s2->padding=p; - s->s2->mac_data= &(s->s2->wbuf[3]); - s->s2->wact_data= &(s->s2->wbuf[3+mac_size]); - /* we copy the data into s->s2->wbuf */ - memcpy(s->s2->wact_data,buf,len); - if (p) - memset(&(s->s2->wact_data[len]),0,p); /* arbitrary padding */ - - if (!s->s2->clear_text) - { - s->s2->wact_data_length=len+p; - ssl2_mac(s,s->s2->mac_data,1); - s->s2->wlength+=p+mac_size; - ssl2_enc(s,1); - } - - /* package up the header */ - s->s2->wpend_len=s->s2->wlength; - if (s->s2->three_byte_header) /* 3 byte header */ - { - pp=s->s2->mac_data; - pp-=3; - pp[0]=(s->s2->wlength>>8)&(THREE_BYTE_MASK>>8); - if (s->s2->escape) pp[0]|=SEC_ESC_BIT; - pp[1]=s->s2->wlength&0xff; - pp[2]=s->s2->padding; - s->s2->wpend_len+=3; - } - else - { - pp=s->s2->mac_data; - pp-=2; - pp[0]=((s->s2->wlength>>8)&(TWO_BYTE_MASK>>8))|TWO_BYTE_BIT; - pp[1]=s->s2->wlength&0xff; - s->s2->wpend_len+=2; - } - s->s2->write_ptr=pp; - - INC32(s->s2->write_sequence); /* expect next number */ - - /* lets try to actually write the data */ - s->s2->wpend_tot=olen; - s->s2->wpend_buf=buf; - - s->s2->wpend_ret=len; - - s->s2->wpend_off=0; - return(write_pending(s,buf,olen)); - } +{ + unsigned int j, k, olen, p, bs; + int mac_size; + register unsigned char *pp; + + olen = len; + + /* + * first check if there is data from an encryption waiting to be sent - + * it must be sent because the other end is waiting. This will happen + * with non-blocking IO. We print it and then return. + */ + if (s->s2->wpend_len != 0) + return (write_pending(s, buf, len)); + + /* set mac_size to mac size */ + if (s->s2->clear_text) + mac_size = 0; + else { + mac_size = EVP_MD_CTX_size(s->write_hash); + if (mac_size < 0) + return -1; + } + + /* lets set the pad p */ + if (s->s2->clear_text) { + if (len > SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER) + len = SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER; + p = 0; + s->s2->three_byte_header = 0; + /* len=len; */ + } else { + bs = EVP_CIPHER_CTX_block_size(s->enc_read_ctx); + j = len + mac_size; + /* + * Two-byte headers allow for a larger record length than three-byte + * headers, but we can't use them if we need padding or if we have to + * set the escape bit. + */ + if ((j > SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER) && (!s->s2->escape)) { + if (j > SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER) + j = SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER; + /* + * set k to the max number of bytes with 2 byte header + */ + k = j - (j % bs); + /* how many data bytes? */ + len = k - mac_size; + s->s2->three_byte_header = 0; + p = 0; + } else if ((bs <= 1) && (!s->s2->escape)) { + /*- + * j <= SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER, thus + * j < SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER + */ + s->s2->three_byte_header = 0; + p = 0; + } else { /* we may have to use a 3 byte header */ + + /*- + * If s->s2->escape is not set, then + * j <= SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER, and thus + * j < SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER. + */ + p = (j % bs); + p = (p == 0) ? 0 : (bs - p); + if (s->s2->escape) { + s->s2->three_byte_header = 1; + if (j > SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER) + j = SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER; + } else + s->s2->three_byte_header = (p == 0) ? 0 : 1; + } + } + + /*- + * Now + * j <= SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER + * holds, and if s->s2->three_byte_header is set, then even + * j <= SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER. + */ + + /* + * mac_size is the number of MAC bytes len is the number of data bytes we + * are going to send p is the number of padding bytes (if it is a + * two-byte header, then p == 0) + */ + + s->s2->wlength = len; + s->s2->padding = p; + s->s2->mac_data = &(s->s2->wbuf[3]); + s->s2->wact_data = &(s->s2->wbuf[3 + mac_size]); + /* we copy the data into s->s2->wbuf */ + memcpy(s->s2->wact_data, buf, len); + if (p) + memset(&(s->s2->wact_data[len]), 0, p); /* arbitrary padding */ + + if (!s->s2->clear_text) { + s->s2->wact_data_length = len + p; + ssl2_mac(s, s->s2->mac_data, 1); + s->s2->wlength += p + mac_size; + if (ssl2_enc(s, 1) < 1) + return -1; + } + + /* package up the header */ + s->s2->wpend_len = s->s2->wlength; + if (s->s2->three_byte_header) { /* 3 byte header */ + pp = s->s2->mac_data; + pp -= 3; + pp[0] = (s->s2->wlength >> 8) & (THREE_BYTE_MASK >> 8); + if (s->s2->escape) + pp[0] |= SEC_ESC_BIT; + pp[1] = s->s2->wlength & 0xff; + pp[2] = s->s2->padding; + s->s2->wpend_len += 3; + } else { + pp = s->s2->mac_data; + pp -= 2; + pp[0] = ((s->s2->wlength >> 8) & (TWO_BYTE_MASK >> 8)) | TWO_BYTE_BIT; + pp[1] = s->s2->wlength & 0xff; + s->s2->wpend_len += 2; + } + s->s2->write_ptr = pp; + + INC32(s->s2->write_sequence); /* expect next number */ + + /* lets try to actually write the data */ + s->s2->wpend_tot = olen; + s->s2->wpend_buf = buf; + + s->s2->wpend_ret = len; + + s->s2->wpend_off = 0; + return (write_pending(s, buf, olen)); +} int ssl2_part_read(SSL *s, unsigned long f, int i) - { - unsigned char *p; - int j; - - if (i < 0) - { - /* ssl2_return_error(s); */ - /* for non-blocking io, - * this is not necessarily fatal */ - return(i); - } - else - { - s->init_num+=i; - - /* Check for error. While there are recoverable errors, - * this function is not called when those must be expected; - * any error detected here is fatal. */ - if (s->init_num >= 3) - { - p=(unsigned char *)s->init_buf->data; - if (p[0] == SSL2_MT_ERROR) - { - j=(p[1]<<8)|p[2]; - SSLerr((int)f,ssl_mt_error(j)); - s->init_num -= 3; - if (s->init_num > 0) - memmove(p, p+3, s->init_num); - } - } - - /* If it's not an error message, we have some error anyway -- - * the message was shorter than expected. This too is treated - * as fatal (at least if SSL_get_error is asked for its opinion). */ - return(0); - } - } +{ + unsigned char *p; + int j; + + if (i < 0) { + /* ssl2_return_error(s); */ + /* + * for non-blocking io, this is not necessarily fatal + */ + return (i); + } else { + s->init_num += i; + + /* + * Check for error. While there are recoverable errors, this + * function is not called when those must be expected; any error + * detected here is fatal. + */ + if (s->init_num >= 3) { + p = (unsigned char *)s->init_buf->data; + if (p[0] == SSL2_MT_ERROR) { + j = (p[1] << 8) | p[2]; + SSLerr((int)f, ssl_mt_error(j)); + s->init_num -= 3; + if (s->init_num > 0) + memmove(p, p + 3, s->init_num); + } + } + + /* + * If it's not an error message, we have some error anyway -- the + * message was shorter than expected. This too is treated as fatal + * (at least if SSL_get_error is asked for its opinion). + */ + return (0); + } +} int ssl2_do_write(SSL *s) - { - int ret; - - ret=ssl2_write(s,&s->init_buf->data[s->init_off],s->init_num); - if (ret == s->init_num) - { - if (s->msg_callback) - s->msg_callback(1, s->version, 0, s->init_buf->data, (size_t)(s->init_off + s->init_num), s, s->msg_callback_arg); - return(1); - } - if (ret < 0) - return(-1); - s->init_off+=ret; - s->init_num-=ret; - return(0); - } +{ + int ret; + + ret = ssl2_write(s, &s->init_buf->data[s->init_off], s->init_num); + if (ret == s->init_num) { + if (s->msg_callback) + s->msg_callback(1, s->version, 0, s->init_buf->data, + (size_t)(s->init_off + s->init_num), s, + s->msg_callback_arg); + return (1); + } + if (ret < 0) + return (-1); + s->init_off += ret; + s->init_num -= ret; + return (0); +} static int ssl_mt_error(int n) - { - int ret; - - switch (n) - { - case SSL2_PE_NO_CIPHER: - ret=SSL_R_PEER_ERROR_NO_CIPHER; - break; - case SSL2_PE_NO_CERTIFICATE: - ret=SSL_R_PEER_ERROR_NO_CERTIFICATE; - break; - case SSL2_PE_BAD_CERTIFICATE: - ret=SSL_R_PEER_ERROR_CERTIFICATE; - break; - case SSL2_PE_UNSUPPORTED_CERTIFICATE_TYPE: - ret=SSL_R_PEER_ERROR_UNSUPPORTED_CERTIFICATE_TYPE; - break; - default: - ret=SSL_R_UNKNOWN_REMOTE_ERROR_TYPE; - break; - } - return(ret); - } -#else /* !OPENSSL_NO_SSL2 */ +{ + int ret; + + switch (n) { + case SSL2_PE_NO_CIPHER: + ret = SSL_R_PEER_ERROR_NO_CIPHER; + break; + case SSL2_PE_NO_CERTIFICATE: + ret = SSL_R_PEER_ERROR_NO_CERTIFICATE; + break; + case SSL2_PE_BAD_CERTIFICATE: + ret = SSL_R_PEER_ERROR_CERTIFICATE; + break; + case SSL2_PE_UNSUPPORTED_CERTIFICATE_TYPE: + ret = SSL_R_PEER_ERROR_UNSUPPORTED_CERTIFICATE_TYPE; + break; + default: + ret = SSL_R_UNKNOWN_REMOTE_ERROR_TYPE; + break; + } + return (ret); +} +#else /* !OPENSSL_NO_SSL2 */ # if PEDANTIC -static void *dummy=&dummy; +static void *dummy = &dummy; # endif #endif diff --git a/openssl/ssl/s2_srvr.c b/openssl/ssl/s2_srvr.c index 2cba426bb..daba6dd7a 100644 --- a/openssl/ssl/s2_srvr.c +++ b/openssl/ssl/s2_srvr.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +63,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -111,1038 +111,1013 @@ #include "ssl_locl.h" #ifndef OPENSSL_NO_SSL2 -#include -#include -#include -#include -#include +# include +# include +# include +# include +# include static const SSL_METHOD *ssl2_get_server_method(int ver); static int get_client_master_key(SSL *s); static int get_client_hello(SSL *s); -static int server_hello(SSL *s); +static int server_hello(SSL *s); static int get_client_finished(SSL *s); static int server_verify(SSL *s); static int server_finish(SSL *s); static int request_certificate(SSL *s); static int ssl_rsa_private_decrypt(CERT *c, int len, unsigned char *from, - unsigned char *to,int padding); -#define BREAK break + unsigned char *to, int padding); +# define BREAK break static const SSL_METHOD *ssl2_get_server_method(int ver) - { - if (ver == SSL2_VERSION) - return(SSLv2_server_method()); - else - return(NULL); - } +{ + if (ver == SSL2_VERSION) + return (SSLv2_server_method()); + else + return (NULL); +} IMPLEMENT_ssl2_meth_func(SSLv2_server_method, - ssl2_accept, - ssl_undefined_function, - ssl2_get_server_method) + ssl2_accept, + ssl_undefined_function, ssl2_get_server_method) int ssl2_accept(SSL *s) - { - unsigned long l=(unsigned long)time(NULL); - BUF_MEM *buf=NULL; - int ret= -1; - long num1; - void (*cb)(const SSL *ssl,int type,int val)=NULL; - int new_state,state; - - RAND_add(&l,sizeof(l),0); - ERR_clear_error(); - clear_sys_error(); - - if (s->info_callback != NULL) - cb=s->info_callback; - else if (s->ctx->info_callback != NULL) - cb=s->ctx->info_callback; - - /* init things to blank */ - s->in_handshake++; - if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s); - - if (s->cert == NULL) - { - SSLerr(SSL_F_SSL2_ACCEPT,SSL_R_NO_CERTIFICATE_SET); - return(-1); - } - - clear_sys_error(); - for (;;) - { - state=s->state; - - switch (s->state) - { - case SSL_ST_BEFORE: - case SSL_ST_ACCEPT: - case SSL_ST_BEFORE|SSL_ST_ACCEPT: - case SSL_ST_OK|SSL_ST_ACCEPT: - - s->server=1; - if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_START,1); - - s->version=SSL2_VERSION; - s->type=SSL_ST_ACCEPT; - - buf=s->init_buf; - if ((buf == NULL) && ((buf=BUF_MEM_new()) == NULL)) - { ret= -1; goto end; } - if (!BUF_MEM_grow(buf,(int) - SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER)) - { ret= -1; goto end; } - s->init_buf=buf; - s->init_num=0; - s->ctx->stats.sess_accept++; - s->handshake_func=ssl2_accept; - s->state=SSL2_ST_GET_CLIENT_HELLO_A; - BREAK; - - case SSL2_ST_GET_CLIENT_HELLO_A: - case SSL2_ST_GET_CLIENT_HELLO_B: - case SSL2_ST_GET_CLIENT_HELLO_C: - s->shutdown=0; - ret=get_client_hello(s); - if (ret <= 0) goto end; - s->init_num=0; - s->state=SSL2_ST_SEND_SERVER_HELLO_A; - BREAK; - - case SSL2_ST_SEND_SERVER_HELLO_A: - case SSL2_ST_SEND_SERVER_HELLO_B: - ret=server_hello(s); - if (ret <= 0) goto end; - s->init_num=0; - if (!s->hit) - { - s->state=SSL2_ST_GET_CLIENT_MASTER_KEY_A; - BREAK; - } - else - { - s->state=SSL2_ST_SERVER_START_ENCRYPTION; - BREAK; - } - case SSL2_ST_GET_CLIENT_MASTER_KEY_A: - case SSL2_ST_GET_CLIENT_MASTER_KEY_B: - ret=get_client_master_key(s); - if (ret <= 0) goto end; - s->init_num=0; - s->state=SSL2_ST_SERVER_START_ENCRYPTION; - BREAK; - - case SSL2_ST_SERVER_START_ENCRYPTION: - /* Ok we how have sent all the stuff needed to - * start encrypting, the next packet back will - * be encrypted. */ - if (!ssl2_enc_init(s,0)) - { ret= -1; goto end; } - s->s2->clear_text=0; - s->state=SSL2_ST_SEND_SERVER_VERIFY_A; - BREAK; - - case SSL2_ST_SEND_SERVER_VERIFY_A: - case SSL2_ST_SEND_SERVER_VERIFY_B: - ret=server_verify(s); - if (ret <= 0) goto end; - s->init_num=0; - if (s->hit) - { - /* If we are in here, we have been - * buffering the output, so we need to - * flush it and remove buffering from - * future traffic */ - s->state=SSL2_ST_SEND_SERVER_VERIFY_C; - BREAK; - } - else - { - s->state=SSL2_ST_GET_CLIENT_FINISHED_A; - break; - } - - case SSL2_ST_SEND_SERVER_VERIFY_C: - /* get the number of bytes to write */ - num1=BIO_ctrl(s->wbio,BIO_CTRL_INFO,0,NULL); - if (num1 > 0) - { - s->rwstate=SSL_WRITING; - num1=BIO_flush(s->wbio); - if (num1 <= 0) { ret= -1; goto end; } - s->rwstate=SSL_NOTHING; - } - - /* flushed and now remove buffering */ - s->wbio=BIO_pop(s->wbio); - - s->state=SSL2_ST_GET_CLIENT_FINISHED_A; - BREAK; - - case SSL2_ST_GET_CLIENT_FINISHED_A: - case SSL2_ST_GET_CLIENT_FINISHED_B: - ret=get_client_finished(s); - if (ret <= 0) - goto end; - s->init_num=0; - s->state=SSL2_ST_SEND_REQUEST_CERTIFICATE_A; - BREAK; - - case SSL2_ST_SEND_REQUEST_CERTIFICATE_A: - case SSL2_ST_SEND_REQUEST_CERTIFICATE_B: - case SSL2_ST_SEND_REQUEST_CERTIFICATE_C: - case SSL2_ST_SEND_REQUEST_CERTIFICATE_D: - /* don't do a 'request certificate' if we - * don't want to, or we already have one, and - * we only want to do it once. */ - if (!(s->verify_mode & SSL_VERIFY_PEER) || - ((s->session->peer != NULL) && - (s->verify_mode & SSL_VERIFY_CLIENT_ONCE))) - { - s->state=SSL2_ST_SEND_SERVER_FINISHED_A; - break; - } - else - { - ret=request_certificate(s); - if (ret <= 0) goto end; - s->init_num=0; - s->state=SSL2_ST_SEND_SERVER_FINISHED_A; - } - BREAK; - - case SSL2_ST_SEND_SERVER_FINISHED_A: - case SSL2_ST_SEND_SERVER_FINISHED_B: - ret=server_finish(s); - if (ret <= 0) goto end; - s->init_num=0; - s->state=SSL_ST_OK; - break; - - case SSL_ST_OK: - BUF_MEM_free(s->init_buf); - ssl_free_wbio_buffer(s); - s->init_buf=NULL; - s->init_num=0; - /* ERR_clear_error();*/ - - ssl_update_cache(s,SSL_SESS_CACHE_SERVER); - - s->ctx->stats.sess_accept_good++; - /* s->server=1; */ - ret=1; - - if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_DONE,1); - - goto end; - /* BREAK; */ - - default: - SSLerr(SSL_F_SSL2_ACCEPT,SSL_R_UNKNOWN_STATE); - ret= -1; - goto end; - /* BREAK; */ - } - - if ((cb != NULL) && (s->state != state)) - { - new_state=s->state; - s->state=state; - cb(s,SSL_CB_ACCEPT_LOOP,1); - s->state=new_state; - } - } -end: - s->in_handshake--; - if (cb != NULL) - cb(s,SSL_CB_ACCEPT_EXIT,ret); - return(ret); - } +{ + unsigned long l = (unsigned long)time(NULL); + BUF_MEM *buf = NULL; + int ret = -1; + long num1; + void (*cb) (const SSL *ssl, int type, int val) = NULL; + int new_state, state; + + RAND_add(&l, sizeof(l), 0); + ERR_clear_error(); + clear_sys_error(); + + if (s->info_callback != NULL) + cb = s->info_callback; + else if (s->ctx->info_callback != NULL) + cb = s->ctx->info_callback; + + /* init things to blank */ + s->in_handshake++; + if (!SSL_in_init(s) || SSL_in_before(s)) + SSL_clear(s); + + if (s->cert == NULL) { + SSLerr(SSL_F_SSL2_ACCEPT, SSL_R_NO_CERTIFICATE_SET); + return (-1); + } + + clear_sys_error(); + for (;;) { + state = s->state; + + switch (s->state) { + case SSL_ST_BEFORE: + case SSL_ST_ACCEPT: + case SSL_ST_BEFORE | SSL_ST_ACCEPT: + case SSL_ST_OK | SSL_ST_ACCEPT: + + s->server = 1; + if (cb != NULL) + cb(s, SSL_CB_HANDSHAKE_START, 1); + + s->version = SSL2_VERSION; + s->type = SSL_ST_ACCEPT; + + if (s->init_buf == NULL) { + if ((buf = BUF_MEM_new()) == NULL) { + ret = -1; + goto end; + } + if (!BUF_MEM_grow + (buf, (int)SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER)) { + BUF_MEM_free(buf); + ret = -1; + goto end; + } + s->init_buf = buf; + } + s->init_num = 0; + s->ctx->stats.sess_accept++; + s->handshake_func = ssl2_accept; + s->state = SSL2_ST_GET_CLIENT_HELLO_A; + BREAK; + + case SSL2_ST_GET_CLIENT_HELLO_A: + case SSL2_ST_GET_CLIENT_HELLO_B: + case SSL2_ST_GET_CLIENT_HELLO_C: + s->shutdown = 0; + ret = get_client_hello(s); + if (ret <= 0) + goto end; + s->init_num = 0; + s->state = SSL2_ST_SEND_SERVER_HELLO_A; + BREAK; + + case SSL2_ST_SEND_SERVER_HELLO_A: + case SSL2_ST_SEND_SERVER_HELLO_B: + ret = server_hello(s); + if (ret <= 0) + goto end; + s->init_num = 0; + if (!s->hit) { + s->state = SSL2_ST_GET_CLIENT_MASTER_KEY_A; + BREAK; + } else { + s->state = SSL2_ST_SERVER_START_ENCRYPTION; + BREAK; + } + case SSL2_ST_GET_CLIENT_MASTER_KEY_A: + case SSL2_ST_GET_CLIENT_MASTER_KEY_B: + ret = get_client_master_key(s); + if (ret <= 0) + goto end; + s->init_num = 0; + s->state = SSL2_ST_SERVER_START_ENCRYPTION; + BREAK; + + case SSL2_ST_SERVER_START_ENCRYPTION: + /* + * Ok we how have sent all the stuff needed to start encrypting, + * the next packet back will be encrypted. + */ + if (!ssl2_enc_init(s, 0)) { + ret = -1; + goto end; + } + s->s2->clear_text = 0; + s->state = SSL2_ST_SEND_SERVER_VERIFY_A; + BREAK; + + case SSL2_ST_SEND_SERVER_VERIFY_A: + case SSL2_ST_SEND_SERVER_VERIFY_B: + ret = server_verify(s); + if (ret <= 0) + goto end; + s->init_num = 0; + if (s->hit) { + /* + * If we are in here, we have been buffering the output, so + * we need to flush it and remove buffering from future + * traffic + */ + s->state = SSL2_ST_SEND_SERVER_VERIFY_C; + BREAK; + } else { + s->state = SSL2_ST_GET_CLIENT_FINISHED_A; + break; + } + + case SSL2_ST_SEND_SERVER_VERIFY_C: + /* get the number of bytes to write */ + num1 = BIO_ctrl(s->wbio, BIO_CTRL_INFO, 0, NULL); + if (num1 > 0) { + s->rwstate = SSL_WRITING; + num1 = BIO_flush(s->wbio); + if (num1 <= 0) { + ret = -1; + goto end; + } + s->rwstate = SSL_NOTHING; + } + + /* flushed and now remove buffering */ + s->wbio = BIO_pop(s->wbio); + + s->state = SSL2_ST_GET_CLIENT_FINISHED_A; + BREAK; + + case SSL2_ST_GET_CLIENT_FINISHED_A: + case SSL2_ST_GET_CLIENT_FINISHED_B: + ret = get_client_finished(s); + if (ret <= 0) + goto end; + s->init_num = 0; + s->state = SSL2_ST_SEND_REQUEST_CERTIFICATE_A; + BREAK; + + case SSL2_ST_SEND_REQUEST_CERTIFICATE_A: + case SSL2_ST_SEND_REQUEST_CERTIFICATE_B: + case SSL2_ST_SEND_REQUEST_CERTIFICATE_C: + case SSL2_ST_SEND_REQUEST_CERTIFICATE_D: + /* + * don't do a 'request certificate' if we don't want to, or we + * already have one, and we only want to do it once. + */ + if (!(s->verify_mode & SSL_VERIFY_PEER) || + ((s->session->peer != NULL) && + (s->verify_mode & SSL_VERIFY_CLIENT_ONCE))) { + s->state = SSL2_ST_SEND_SERVER_FINISHED_A; + break; + } else { + ret = request_certificate(s); + if (ret <= 0) + goto end; + s->init_num = 0; + s->state = SSL2_ST_SEND_SERVER_FINISHED_A; + } + BREAK; + + case SSL2_ST_SEND_SERVER_FINISHED_A: + case SSL2_ST_SEND_SERVER_FINISHED_B: + ret = server_finish(s); + if (ret <= 0) + goto end; + s->init_num = 0; + s->state = SSL_ST_OK; + break; + + case SSL_ST_OK: + BUF_MEM_free(s->init_buf); + ssl_free_wbio_buffer(s); + s->init_buf = NULL; + s->init_num = 0; + /* ERR_clear_error(); */ + + ssl_update_cache(s, SSL_SESS_CACHE_SERVER); + + s->ctx->stats.sess_accept_good++; + /* s->server=1; */ + ret = 1; + + if (cb != NULL) + cb(s, SSL_CB_HANDSHAKE_DONE, 1); + + goto end; + /* BREAK; */ + + default: + SSLerr(SSL_F_SSL2_ACCEPT, SSL_R_UNKNOWN_STATE); + ret = -1; + goto end; + /* BREAK; */ + } + + if ((cb != NULL) && (s->state != state)) { + new_state = s->state; + s->state = state; + cb(s, SSL_CB_ACCEPT_LOOP, 1); + s->state = new_state; + } + } + end: + s->in_handshake--; + if (cb != NULL) + cb(s, SSL_CB_ACCEPT_EXIT, ret); + return (ret); +} static int get_client_master_key(SSL *s) - { - int is_export,i,n,keya,ek; - unsigned long len; - unsigned char *p; - const SSL_CIPHER *cp; - const EVP_CIPHER *c; - const EVP_MD *md; - - p=(unsigned char *)s->init_buf->data; - if (s->state == SSL2_ST_GET_CLIENT_MASTER_KEY_A) - { - i=ssl2_read(s,(char *)&(p[s->init_num]),10-s->init_num); - - if (i < (10-s->init_num)) - return(ssl2_part_read(s,SSL_F_GET_CLIENT_MASTER_KEY,i)); - s->init_num = 10; - - if (*(p++) != SSL2_MT_CLIENT_MASTER_KEY) - { - if (p[-1] != SSL2_MT_ERROR) - { - ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); - SSLerr(SSL_F_GET_CLIENT_MASTER_KEY,SSL_R_READ_WRONG_PACKET_TYPE); - } - else - SSLerr(SSL_F_GET_CLIENT_MASTER_KEY, SSL_R_PEER_ERROR); - return(-1); - } - - cp=ssl2_get_cipher_by_char(p); - if (cp == NULL) - { - ssl2_return_error(s,SSL2_PE_NO_CIPHER); - SSLerr(SSL_F_GET_CLIENT_MASTER_KEY, SSL_R_NO_CIPHER_MATCH); - return(-1); - } - s->session->cipher= cp; - - p+=3; - n2s(p,i); s->s2->tmp.clear=i; - n2s(p,i); s->s2->tmp.enc=i; - n2s(p,i); - if(i > SSL_MAX_KEY_ARG_LENGTH) - { - ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); - SSLerr(SSL_F_GET_CLIENT_MASTER_KEY, SSL_R_KEY_ARG_TOO_LONG); - return -1; - } - s->session->key_arg_length=i; - s->state=SSL2_ST_GET_CLIENT_MASTER_KEY_B; - } - - /* SSL2_ST_GET_CLIENT_MASTER_KEY_B */ - p=(unsigned char *)s->init_buf->data; - if (s->init_buf->length < SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER) - { - ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); - SSLerr(SSL_F_GET_CLIENT_MASTER_KEY, ERR_R_INTERNAL_ERROR); - return -1; - } - keya=s->session->key_arg_length; - len = 10 + (unsigned long)s->s2->tmp.clear + (unsigned long)s->s2->tmp.enc + (unsigned long)keya; - if (len > SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER) - { - ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); - SSLerr(SSL_F_GET_CLIENT_MASTER_KEY,SSL_R_MESSAGE_TOO_LONG); - return -1; - } - n = (int)len - s->init_num; - i = ssl2_read(s,(char *)&(p[s->init_num]),n); - if (i != n) return(ssl2_part_read(s,SSL_F_GET_CLIENT_MASTER_KEY,i)); - if (s->msg_callback) - s->msg_callback(0, s->version, 0, p, (size_t)len, s, s->msg_callback_arg); /* CLIENT-MASTER-KEY */ - p += 10; - - memcpy(s->session->key_arg,&(p[s->s2->tmp.clear+s->s2->tmp.enc]), - (unsigned int)keya); - - if (s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey == NULL) - { - ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); - SSLerr(SSL_F_GET_CLIENT_MASTER_KEY,SSL_R_NO_PRIVATEKEY); - return(-1); - } - i=ssl_rsa_private_decrypt(s->cert,s->s2->tmp.enc, - &(p[s->s2->tmp.clear]),&(p[s->s2->tmp.clear]), - (s->s2->ssl2_rollback)?RSA_SSLV23_PADDING:RSA_PKCS1_PADDING); - - is_export=SSL_C_IS_EXPORT(s->session->cipher); - - if (!ssl_cipher_get_evp(s->session,&c,&md,NULL,NULL,NULL)) - { - ssl2_return_error(s,SSL2_PE_NO_CIPHER); - SSLerr(SSL_F_GET_CLIENT_MASTER_KEY,SSL_R_PROBLEMS_MAPPING_CIPHER_FUNCTIONS); - return(0); - } - - if (s->session->cipher->algorithm2 & SSL2_CF_8_BYTE_ENC) - { - is_export=1; - ek=8; - } - else - ek=5; - - /* bad decrypt */ -#if 1 - /* If a bad decrypt, continue with protocol but with a - * random master secret (Bleichenbacher attack) */ - if ((i < 0) || - ((!is_export && (i != EVP_CIPHER_key_length(c))) - || (is_export && ((i != ek) || (s->s2->tmp.clear+(unsigned int)i != - (unsigned int)EVP_CIPHER_key_length(c)))))) - { - ERR_clear_error(); - if (is_export) - i=ek; - else - i=EVP_CIPHER_key_length(c); - if (RAND_pseudo_bytes(p,i) <= 0) - return 0; - } -#else - if (i < 0) - { - error=1; - SSLerr(SSL_F_GET_CLIENT_MASTER_KEY,SSL_R_BAD_RSA_DECRYPT); - } - /* incorrect number of key bytes for non export cipher */ - else if ((!is_export && (i != EVP_CIPHER_key_length(c))) - || (is_export && ((i != ek) || (s->s2->tmp.clear+i != - EVP_CIPHER_key_length(c))))) - { - error=1; - SSLerr(SSL_F_GET_CLIENT_MASTER_KEY,SSL_R_WRONG_NUMBER_OF_KEY_BITS); - } - if (error) - { - ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); - return(-1); - } -#endif +{ + int is_export, i, n, keya, ek; + unsigned long len; + unsigned char *p; + const SSL_CIPHER *cp; + const EVP_CIPHER *c; + const EVP_MD *md; + + p = (unsigned char *)s->init_buf->data; + if (s->state == SSL2_ST_GET_CLIENT_MASTER_KEY_A) { + i = ssl2_read(s, (char *)&(p[s->init_num]), 10 - s->init_num); + + if (i < (10 - s->init_num)) + return (ssl2_part_read(s, SSL_F_GET_CLIENT_MASTER_KEY, i)); + s->init_num = 10; + + if (*(p++) != SSL2_MT_CLIENT_MASTER_KEY) { + if (p[-1] != SSL2_MT_ERROR) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_GET_CLIENT_MASTER_KEY, + SSL_R_READ_WRONG_PACKET_TYPE); + } else + SSLerr(SSL_F_GET_CLIENT_MASTER_KEY, SSL_R_PEER_ERROR); + return (-1); + } + + cp = ssl2_get_cipher_by_char(p); + if (cp == NULL) { + ssl2_return_error(s, SSL2_PE_NO_CIPHER); + SSLerr(SSL_F_GET_CLIENT_MASTER_KEY, SSL_R_NO_CIPHER_MATCH); + return (-1); + } + s->session->cipher = cp; + + p += 3; + n2s(p, i); + s->s2->tmp.clear = i; + n2s(p, i); + s->s2->tmp.enc = i; + n2s(p, i); + if (i > SSL_MAX_KEY_ARG_LENGTH) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_GET_CLIENT_MASTER_KEY, SSL_R_KEY_ARG_TOO_LONG); + return -1; + } + s->session->key_arg_length = i; + s->state = SSL2_ST_GET_CLIENT_MASTER_KEY_B; + } + + /* SSL2_ST_GET_CLIENT_MASTER_KEY_B */ + p = (unsigned char *)s->init_buf->data; + if (s->init_buf->length < SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_GET_CLIENT_MASTER_KEY, ERR_R_INTERNAL_ERROR); + return -1; + } + keya = s->session->key_arg_length; + len = + 10 + (unsigned long)s->s2->tmp.clear + (unsigned long)s->s2->tmp.enc + + (unsigned long)keya; + if (len > SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_GET_CLIENT_MASTER_KEY, SSL_R_MESSAGE_TOO_LONG); + return -1; + } + n = (int)len - s->init_num; + i = ssl2_read(s, (char *)&(p[s->init_num]), n); + if (i != n) + return (ssl2_part_read(s, SSL_F_GET_CLIENT_MASTER_KEY, i)); + if (s->msg_callback) { + /* CLIENT-MASTER-KEY */ + s->msg_callback(0, s->version, 0, p, (size_t)len, s, + s->msg_callback_arg); + } + p += 10; + + memcpy(s->session->key_arg, &(p[s->s2->tmp.clear + s->s2->tmp.enc]), + (unsigned int)keya); + + if (s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey == NULL) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_GET_CLIENT_MASTER_KEY, SSL_R_NO_PRIVATEKEY); + return (-1); + } + i = ssl_rsa_private_decrypt(s->cert, s->s2->tmp.enc, + &(p[s->s2->tmp.clear]), + &(p[s->s2->tmp.clear]), + (s->s2->ssl2_rollback) ? RSA_SSLV23_PADDING : + RSA_PKCS1_PADDING); + + is_export = SSL_C_IS_EXPORT(s->session->cipher); + + if (!ssl_cipher_get_evp(s->session, &c, &md, NULL, NULL, NULL)) { + ssl2_return_error(s, SSL2_PE_NO_CIPHER); + SSLerr(SSL_F_GET_CLIENT_MASTER_KEY, + SSL_R_PROBLEMS_MAPPING_CIPHER_FUNCTIONS); + return (0); + } + + if (s->session->cipher->algorithm2 & SSL2_CF_8_BYTE_ENC) { + is_export = 1; + ek = 8; + } else + ek = 5; + + /* bad decrypt */ +# if 1 + /* + * If a bad decrypt, continue with protocol but with a random master + * secret (Bleichenbacher attack) + */ + if ((i < 0) || ((!is_export && (i != EVP_CIPHER_key_length(c))) + || (is_export && ((i != ek) + || (s->s2->tmp.clear + + (unsigned int)i != (unsigned int) + EVP_CIPHER_key_length(c)))))) { + ERR_clear_error(); + if (is_export) + i = ek; + else + i = EVP_CIPHER_key_length(c); + if (RAND_pseudo_bytes(p, i) <= 0) + return 0; + } +# else + if (i < 0) { + error = 1; + SSLerr(SSL_F_GET_CLIENT_MASTER_KEY, SSL_R_BAD_RSA_DECRYPT); + } + /* incorrect number of key bytes for non export cipher */ + else if ((!is_export && (i != EVP_CIPHER_key_length(c))) + || (is_export && ((i != ek) || (s->s2->tmp.clear + i != + EVP_CIPHER_key_length(c))))) { + error = 1; + SSLerr(SSL_F_GET_CLIENT_MASTER_KEY, SSL_R_WRONG_NUMBER_OF_KEY_BITS); + } + if (error) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + return (-1); + } +# endif - if (is_export) i+=s->s2->tmp.clear; + if (is_export) + i += s->s2->tmp.clear; - if (i > SSL_MAX_MASTER_KEY_LENGTH) - { - ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); - SSLerr(SSL_F_GET_CLIENT_MASTER_KEY, ERR_R_INTERNAL_ERROR); - return -1; - } - s->session->master_key_length=i; - memcpy(s->session->master_key,p,(unsigned int)i); - return(1); - } + if (i > SSL_MAX_MASTER_KEY_LENGTH) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_GET_CLIENT_MASTER_KEY, ERR_R_INTERNAL_ERROR); + return -1; + } + s->session->master_key_length = i; + memcpy(s->session->master_key, p, (unsigned int)i); + return (1); +} static int get_client_hello(SSL *s) - { - int i,n; - unsigned long len; - unsigned char *p; - STACK_OF(SSL_CIPHER) *cs; /* a stack of SSL_CIPHERS */ - STACK_OF(SSL_CIPHER) *cl; /* the ones we want to use */ - STACK_OF(SSL_CIPHER) *prio, *allow; - int z; - - /* This is a bit of a hack to check for the correct packet - * type the first time round. */ - if (s->state == SSL2_ST_GET_CLIENT_HELLO_A) - { - s->first_packet=1; - s->state=SSL2_ST_GET_CLIENT_HELLO_B; - } - - p=(unsigned char *)s->init_buf->data; - if (s->state == SSL2_ST_GET_CLIENT_HELLO_B) - { - i=ssl2_read(s,(char *)&(p[s->init_num]),9-s->init_num); - if (i < (9-s->init_num)) - return(ssl2_part_read(s,SSL_F_GET_CLIENT_HELLO,i)); - s->init_num = 9; - - if (*(p++) != SSL2_MT_CLIENT_HELLO) - { - if (p[-1] != SSL2_MT_ERROR) - { - ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); - SSLerr(SSL_F_GET_CLIENT_HELLO,SSL_R_READ_WRONG_PACKET_TYPE); - } - else - SSLerr(SSL_F_GET_CLIENT_HELLO,SSL_R_PEER_ERROR); - return(-1); - } - n2s(p,i); - if (i < s->version) s->version=i; - n2s(p,i); s->s2->tmp.cipher_spec_length=i; - n2s(p,i); s->s2->tmp.session_id_length=i; - n2s(p,i); s->s2->challenge_length=i; - if ( (i < SSL2_MIN_CHALLENGE_LENGTH) || - (i > SSL2_MAX_CHALLENGE_LENGTH)) - { - ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); - SSLerr(SSL_F_GET_CLIENT_HELLO,SSL_R_INVALID_CHALLENGE_LENGTH); - return(-1); - } - s->state=SSL2_ST_GET_CLIENT_HELLO_C; - } - - /* SSL2_ST_GET_CLIENT_HELLO_C */ - p=(unsigned char *)s->init_buf->data; - len = 9 + (unsigned long)s->s2->tmp.cipher_spec_length + (unsigned long)s->s2->challenge_length + (unsigned long)s->s2->tmp.session_id_length; - if (len > SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER) - { - ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); - SSLerr(SSL_F_GET_CLIENT_HELLO,SSL_R_MESSAGE_TOO_LONG); - return -1; - } - n = (int)len - s->init_num; - i = ssl2_read(s,(char *)&(p[s->init_num]),n); - if (i != n) return(ssl2_part_read(s,SSL_F_GET_CLIENT_HELLO,i)); - if (s->msg_callback) - s->msg_callback(0, s->version, 0, p, (size_t)len, s, s->msg_callback_arg); /* CLIENT-HELLO */ - p += 9; - - /* get session-id before cipher stuff so we can get out session - * structure if it is cached */ - /* session-id */ - if ((s->s2->tmp.session_id_length != 0) && - (s->s2->tmp.session_id_length != SSL2_SSL_SESSION_ID_LENGTH)) - { - ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); - SSLerr(SSL_F_GET_CLIENT_HELLO,SSL_R_BAD_SSL_SESSION_ID_LENGTH); - return(-1); - } - - if (s->s2->tmp.session_id_length == 0) - { - if (!ssl_get_new_session(s,1)) - { - ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); - return(-1); - } - } - else - { - i=ssl_get_prev_session(s,&(p[s->s2->tmp.cipher_spec_length]), - s->s2->tmp.session_id_length, NULL); - if (i == 1) - { /* previous session */ - s->hit=1; - } - else if (i == -1) - { - ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); - return(-1); - } - else - { - if (s->cert == NULL) - { - ssl2_return_error(s,SSL2_PE_NO_CERTIFICATE); - SSLerr(SSL_F_GET_CLIENT_HELLO,SSL_R_NO_CERTIFICATE_SET); - return(-1); - } - - if (!ssl_get_new_session(s,1)) - { - ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); - return(-1); - } - } - } - - if (!s->hit) - { - cs=ssl_bytes_to_cipher_list(s,p,s->s2->tmp.cipher_spec_length, - &s->session->ciphers); - if (cs == NULL) goto mem_err; - - cl=SSL_get_ciphers(s); - - if (s->options & SSL_OP_CIPHER_SERVER_PREFERENCE) - { - prio=sk_SSL_CIPHER_dup(cl); - if (prio == NULL) goto mem_err; - allow = cs; - } - else - { - prio = cs; - allow = cl; - } - for (z=0; zoptions & SSL_OP_CIPHER_SERVER_PREFERENCE) - { - sk_SSL_CIPHER_free(s->session->ciphers); - s->session->ciphers = prio; - } - /* s->session->ciphers should now have a list of - * ciphers that are on both the client and server. - * This list is ordered by the order the client sent - * the ciphers or in the order of the server's preference - * if SSL_OP_CIPHER_SERVER_PREFERENCE was set. - */ - } - p+=s->s2->tmp.cipher_spec_length; - /* done cipher selection */ - - /* session id extracted already */ - p+=s->s2->tmp.session_id_length; - - /* challenge */ - if (s->s2->challenge_length > sizeof s->s2->challenge) - { - ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); - SSLerr(SSL_F_GET_CLIENT_HELLO, ERR_R_INTERNAL_ERROR); - return -1; - } - memcpy(s->s2->challenge,p,(unsigned int)s->s2->challenge_length); - return(1); -mem_err: - SSLerr(SSL_F_GET_CLIENT_HELLO,ERR_R_MALLOC_FAILURE); - return(0); - } +{ + int i, n; + unsigned long len; + unsigned char *p; + STACK_OF(SSL_CIPHER) *cs; /* a stack of SSL_CIPHERS */ + STACK_OF(SSL_CIPHER) *cl; /* the ones we want to use */ + STACK_OF(SSL_CIPHER) *prio, *allow; + int z; + + /* + * This is a bit of a hack to check for the correct packet type the first + * time round. + */ + if (s->state == SSL2_ST_GET_CLIENT_HELLO_A) { + s->first_packet = 1; + s->state = SSL2_ST_GET_CLIENT_HELLO_B; + } + + p = (unsigned char *)s->init_buf->data; + if (s->state == SSL2_ST_GET_CLIENT_HELLO_B) { + i = ssl2_read(s, (char *)&(p[s->init_num]), 9 - s->init_num); + if (i < (9 - s->init_num)) + return (ssl2_part_read(s, SSL_F_GET_CLIENT_HELLO, i)); + s->init_num = 9; + + if (*(p++) != SSL2_MT_CLIENT_HELLO) { + if (p[-1] != SSL2_MT_ERROR) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_GET_CLIENT_HELLO, SSL_R_READ_WRONG_PACKET_TYPE); + } else + SSLerr(SSL_F_GET_CLIENT_HELLO, SSL_R_PEER_ERROR); + return (-1); + } + n2s(p, i); + if (i < s->version) + s->version = i; + n2s(p, i); + s->s2->tmp.cipher_spec_length = i; + n2s(p, i); + s->s2->tmp.session_id_length = i; + n2s(p, i); + s->s2->challenge_length = i; + if ((i < SSL2_MIN_CHALLENGE_LENGTH) || + (i > SSL2_MAX_CHALLENGE_LENGTH)) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_GET_CLIENT_HELLO, SSL_R_INVALID_CHALLENGE_LENGTH); + return (-1); + } + s->state = SSL2_ST_GET_CLIENT_HELLO_C; + } + + /* SSL2_ST_GET_CLIENT_HELLO_C */ + p = (unsigned char *)s->init_buf->data; + len = + 9 + (unsigned long)s->s2->tmp.cipher_spec_length + + (unsigned long)s->s2->challenge_length + + (unsigned long)s->s2->tmp.session_id_length; + if (len > SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_GET_CLIENT_HELLO, SSL_R_MESSAGE_TOO_LONG); + return -1; + } + n = (int)len - s->init_num; + i = ssl2_read(s, (char *)&(p[s->init_num]), n); + if (i != n) + return (ssl2_part_read(s, SSL_F_GET_CLIENT_HELLO, i)); + if (s->msg_callback) { + /* CLIENT-HELLO */ + s->msg_callback(0, s->version, 0, p, (size_t)len, s, + s->msg_callback_arg); + } + p += 9; + + /* + * get session-id before cipher stuff so we can get out session structure + * if it is cached + */ + /* session-id */ + if ((s->s2->tmp.session_id_length != 0) && + (s->s2->tmp.session_id_length != SSL2_SSL_SESSION_ID_LENGTH)) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_GET_CLIENT_HELLO, SSL_R_BAD_SSL_SESSION_ID_LENGTH); + return (-1); + } + + if (s->s2->tmp.session_id_length == 0) { + if (!ssl_get_new_session(s, 1)) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + return (-1); + } + } else { + i = ssl_get_prev_session(s, &(p[s->s2->tmp.cipher_spec_length]), + s->s2->tmp.session_id_length, NULL); + if (i == 1) { /* previous session */ + s->hit = 1; + } else if (i == -1) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + return (-1); + } else { + if (s->cert == NULL) { + ssl2_return_error(s, SSL2_PE_NO_CERTIFICATE); + SSLerr(SSL_F_GET_CLIENT_HELLO, SSL_R_NO_CERTIFICATE_SET); + return (-1); + } + + if (!ssl_get_new_session(s, 1)) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + return (-1); + } + } + } + + if (!s->hit) { + cs = ssl_bytes_to_cipher_list(s, p, s->s2->tmp.cipher_spec_length, + &s->session->ciphers); + if (cs == NULL) + goto mem_err; + + cl = SSL_get_ciphers(s); + + if (s->options & SSL_OP_CIPHER_SERVER_PREFERENCE) { + prio = sk_SSL_CIPHER_dup(cl); + if (prio == NULL) + goto mem_err; + allow = cs; + } else { + prio = cs; + allow = cl; + } + for (z = 0; z < sk_SSL_CIPHER_num(prio); z++) { + if (sk_SSL_CIPHER_find(allow, sk_SSL_CIPHER_value(prio, z)) < 0) { + (void)sk_SSL_CIPHER_delete(prio, z); + z--; + } + } + if (s->options & SSL_OP_CIPHER_SERVER_PREFERENCE) { + sk_SSL_CIPHER_free(s->session->ciphers); + s->session->ciphers = prio; + } + /* + * s->session->ciphers should now have a list of ciphers that are on + * both the client and server. This list is ordered by the order the + * client sent the ciphers or in the order of the server's preference + * if SSL_OP_CIPHER_SERVER_PREFERENCE was set. + */ + } + p += s->s2->tmp.cipher_spec_length; + /* done cipher selection */ + + /* session id extracted already */ + p += s->s2->tmp.session_id_length; + + /* challenge */ + if (s->s2->challenge_length > sizeof s->s2->challenge) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_GET_CLIENT_HELLO, ERR_R_INTERNAL_ERROR); + return -1; + } + memcpy(s->s2->challenge, p, (unsigned int)s->s2->challenge_length); + return (1); + mem_err: + SSLerr(SSL_F_GET_CLIENT_HELLO, ERR_R_MALLOC_FAILURE); + return (0); +} static int server_hello(SSL *s) - { - unsigned char *p,*d; - int n,hit; - - p=(unsigned char *)s->init_buf->data; - if (s->state == SSL2_ST_SEND_SERVER_HELLO_A) - { - d=p+11; - *(p++)=SSL2_MT_SERVER_HELLO; /* type */ - hit=s->hit; - *(p++)=(unsigned char)hit; -#if 1 - if (!hit) - { - if (s->session->sess_cert != NULL) - /* This can't really happen because get_client_hello - * has called ssl_get_new_session, which does not set - * sess_cert. */ - ssl_sess_cert_free(s->session->sess_cert); - s->session->sess_cert = ssl_sess_cert_new(); - if (s->session->sess_cert == NULL) - { - SSLerr(SSL_F_SERVER_HELLO, ERR_R_MALLOC_FAILURE); - return(-1); - } - } - /* If 'hit' is set, then s->sess_cert may be non-NULL or NULL, - * depending on whether it survived in the internal cache - * or was retrieved from an external cache. - * If it is NULL, we cannot put any useful data in it anyway, - * so we don't touch it. - */ - -#else /* That's what used to be done when cert_st and sess_cert_st were - * the same. */ - if (!hit) - { /* else add cert to session */ - CRYPTO_add(&s->cert->references,1,CRYPTO_LOCK_SSL_CERT); - if (s->session->sess_cert != NULL) - ssl_cert_free(s->session->sess_cert); - s->session->sess_cert=s->cert; - } - else /* We have a session id-cache hit, if the - * session-id has no certificate listed against - * the 'cert' structure, grab the 'old' one - * listed against the SSL connection */ - { - if (s->session->sess_cert == NULL) - { - CRYPTO_add(&s->cert->references,1, - CRYPTO_LOCK_SSL_CERT); - s->session->sess_cert=s->cert; - } - } -#endif +{ + unsigned char *p, *d; + int n, hit; + + p = (unsigned char *)s->init_buf->data; + if (s->state == SSL2_ST_SEND_SERVER_HELLO_A) { + d = p + 11; + *(p++) = SSL2_MT_SERVER_HELLO; /* type */ + hit = s->hit; + *(p++) = (unsigned char)hit; +# if 1 + if (!hit) { + if (s->session->sess_cert != NULL) + /* + * This can't really happen because get_client_hello has + * called ssl_get_new_session, which does not set sess_cert. + */ + ssl_sess_cert_free(s->session->sess_cert); + s->session->sess_cert = ssl_sess_cert_new(); + if (s->session->sess_cert == NULL) { + SSLerr(SSL_F_SERVER_HELLO, ERR_R_MALLOC_FAILURE); + return (-1); + } + } + /* + * If 'hit' is set, then s->sess_cert may be non-NULL or NULL, + * depending on whether it survived in the internal cache or was + * retrieved from an external cache. If it is NULL, we cannot put any + * useful data in it anyway, so we don't touch it. + */ + +# else /* That's what used to be done when cert_st + * and sess_cert_st were * the same. */ + if (!hit) { /* else add cert to session */ + CRYPTO_add(&s->cert->references, 1, CRYPTO_LOCK_SSL_CERT); + if (s->session->sess_cert != NULL) + ssl_cert_free(s->session->sess_cert); + s->session->sess_cert = s->cert; + } else { /* We have a session id-cache hit, if the * + * session-id has no certificate listed + * against * the 'cert' structure, grab the + * 'old' one * listed against the SSL + * connection */ + if (s->session->sess_cert == NULL) { + CRYPTO_add(&s->cert->references, 1, CRYPTO_LOCK_SSL_CERT); + s->session->sess_cert = s->cert; + } + } +# endif - if (s->cert == NULL) - { - ssl2_return_error(s,SSL2_PE_NO_CERTIFICATE); - SSLerr(SSL_F_SERVER_HELLO,SSL_R_NO_CERTIFICATE_SPECIFIED); - return(-1); - } - - if (hit) - { - *(p++)=0; /* no certificate type */ - s2n(s->version,p); /* version */ - s2n(0,p); /* cert len */ - s2n(0,p); /* ciphers len */ - } - else - { - /* EAY EAY */ - /* put certificate type */ - *(p++)=SSL2_CT_X509_CERTIFICATE; - s2n(s->version,p); /* version */ - n=i2d_X509(s->cert->pkeys[SSL_PKEY_RSA_ENC].x509,NULL); - s2n(n,p); /* certificate length */ - i2d_X509(s->cert->pkeys[SSL_PKEY_RSA_ENC].x509,&d); - n=0; - - /* lets send out the ciphers we like in the - * prefered order */ - n=ssl_cipher_list_to_bytes(s,s->session->ciphers,d,0); - d+=n; - s2n(n,p); /* add cipher length */ - } - - /* make and send conn_id */ - s2n(SSL2_CONNECTION_ID_LENGTH,p); /* add conn_id length */ - s->s2->conn_id_length=SSL2_CONNECTION_ID_LENGTH; - if (RAND_pseudo_bytes(s->s2->conn_id,(int)s->s2->conn_id_length) <= 0) - return -1; - memcpy(d,s->s2->conn_id,SSL2_CONNECTION_ID_LENGTH); - d+=SSL2_CONNECTION_ID_LENGTH; - - s->state=SSL2_ST_SEND_SERVER_HELLO_B; - s->init_num=d-(unsigned char *)s->init_buf->data; - s->init_off=0; - } - /* SSL2_ST_SEND_SERVER_HELLO_B */ - /* If we are using TCP/IP, the performance is bad if we do 2 - * writes without a read between them. This occurs when - * Session-id reuse is used, so I will put in a buffering module - */ - if (s->hit) - { - if (!ssl_init_wbio_buffer(s,1)) return(-1); - } - - return(ssl2_do_write(s)); - } + if (s->cert == NULL) { + ssl2_return_error(s, SSL2_PE_NO_CERTIFICATE); + SSLerr(SSL_F_SERVER_HELLO, SSL_R_NO_CERTIFICATE_SPECIFIED); + return (-1); + } + + if (hit) { + *(p++) = 0; /* no certificate type */ + s2n(s->version, p); /* version */ + s2n(0, p); /* cert len */ + s2n(0, p); /* ciphers len */ + } else { + /* EAY EAY */ + /* put certificate type */ + *(p++) = SSL2_CT_X509_CERTIFICATE; + s2n(s->version, p); /* version */ + n = i2d_X509(s->cert->pkeys[SSL_PKEY_RSA_ENC].x509, NULL); + s2n(n, p); /* certificate length */ + i2d_X509(s->cert->pkeys[SSL_PKEY_RSA_ENC].x509, &d); + n = 0; + + /* + * lets send out the ciphers we like in the prefered order + */ + n = ssl_cipher_list_to_bytes(s, s->session->ciphers, d, 0); + d += n; + s2n(n, p); /* add cipher length */ + } + + /* make and send conn_id */ + s2n(SSL2_CONNECTION_ID_LENGTH, p); /* add conn_id length */ + s->s2->conn_id_length = SSL2_CONNECTION_ID_LENGTH; + if (RAND_pseudo_bytes(s->s2->conn_id, (int)s->s2->conn_id_length) <= + 0) + return -1; + memcpy(d, s->s2->conn_id, SSL2_CONNECTION_ID_LENGTH); + d += SSL2_CONNECTION_ID_LENGTH; + + s->state = SSL2_ST_SEND_SERVER_HELLO_B; + s->init_num = d - (unsigned char *)s->init_buf->data; + s->init_off = 0; + } + /* SSL2_ST_SEND_SERVER_HELLO_B */ + /* + * If we are using TCP/IP, the performance is bad if we do 2 writes + * without a read between them. This occurs when Session-id reuse is + * used, so I will put in a buffering module + */ + if (s->hit) { + if (!ssl_init_wbio_buffer(s, 1)) + return (-1); + } + + return (ssl2_do_write(s)); +} static int get_client_finished(SSL *s) - { - unsigned char *p; - int i, n; - unsigned long len; - - p=(unsigned char *)s->init_buf->data; - if (s->state == SSL2_ST_GET_CLIENT_FINISHED_A) - { - i=ssl2_read(s,(char *)&(p[s->init_num]),1-s->init_num); - if (i < 1-s->init_num) - return(ssl2_part_read(s,SSL_F_GET_CLIENT_FINISHED,i)); - s->init_num += i; - - if (*p != SSL2_MT_CLIENT_FINISHED) - { - if (*p != SSL2_MT_ERROR) - { - ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); - SSLerr(SSL_F_GET_CLIENT_FINISHED,SSL_R_READ_WRONG_PACKET_TYPE); - } - else - { - SSLerr(SSL_F_GET_CLIENT_FINISHED,SSL_R_PEER_ERROR); - /* try to read the error message */ - i=ssl2_read(s,(char *)&(p[s->init_num]),3-s->init_num); - return ssl2_part_read(s,SSL_F_GET_SERVER_VERIFY,i); - } - return(-1); - } - s->state=SSL2_ST_GET_CLIENT_FINISHED_B; - } - - /* SSL2_ST_GET_CLIENT_FINISHED_B */ - if (s->s2->conn_id_length > sizeof s->s2->conn_id) - { - ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); - SSLerr(SSL_F_GET_CLIENT_FINISHED, ERR_R_INTERNAL_ERROR); - return -1; - } - len = 1 + (unsigned long)s->s2->conn_id_length; - n = (int)len - s->init_num; - i = ssl2_read(s,(char *)&(p[s->init_num]),n); - if (i < n) - { - return(ssl2_part_read(s,SSL_F_GET_CLIENT_FINISHED,i)); - } - if (s->msg_callback) - s->msg_callback(0, s->version, 0, p, len, s, s->msg_callback_arg); /* CLIENT-FINISHED */ - p += 1; - if (memcmp(p,s->s2->conn_id,s->s2->conn_id_length) != 0) - { - ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); - SSLerr(SSL_F_GET_CLIENT_FINISHED,SSL_R_CONNECTION_ID_IS_DIFFERENT); - return(-1); - } - return(1); - } +{ + unsigned char *p; + int i, n; + unsigned long len; + + p = (unsigned char *)s->init_buf->data; + if (s->state == SSL2_ST_GET_CLIENT_FINISHED_A) { + i = ssl2_read(s, (char *)&(p[s->init_num]), 1 - s->init_num); + if (i < 1 - s->init_num) + return (ssl2_part_read(s, SSL_F_GET_CLIENT_FINISHED, i)); + s->init_num += i; + + if (*p != SSL2_MT_CLIENT_FINISHED) { + if (*p != SSL2_MT_ERROR) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_GET_CLIENT_FINISHED, + SSL_R_READ_WRONG_PACKET_TYPE); + } else { + SSLerr(SSL_F_GET_CLIENT_FINISHED, SSL_R_PEER_ERROR); + /* try to read the error message */ + i = ssl2_read(s, (char *)&(p[s->init_num]), 3 - s->init_num); + return ssl2_part_read(s, SSL_F_GET_SERVER_VERIFY, i); + } + return (-1); + } + s->state = SSL2_ST_GET_CLIENT_FINISHED_B; + } + + /* SSL2_ST_GET_CLIENT_FINISHED_B */ + if (s->s2->conn_id_length > sizeof s->s2->conn_id) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_GET_CLIENT_FINISHED, ERR_R_INTERNAL_ERROR); + return -1; + } + len = 1 + (unsigned long)s->s2->conn_id_length; + n = (int)len - s->init_num; + i = ssl2_read(s, (char *)&(p[s->init_num]), n); + if (i < n) { + return (ssl2_part_read(s, SSL_F_GET_CLIENT_FINISHED, i)); + } + if (s->msg_callback) { + /* CLIENT-FINISHED */ + s->msg_callback(0, s->version, 0, p, len, s, s->msg_callback_arg); + } + p += 1; + if (memcmp(p, s->s2->conn_id, s->s2->conn_id_length) != 0) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_GET_CLIENT_FINISHED, SSL_R_CONNECTION_ID_IS_DIFFERENT); + return (-1); + } + return (1); +} static int server_verify(SSL *s) - { - unsigned char *p; - - if (s->state == SSL2_ST_SEND_SERVER_VERIFY_A) - { - p=(unsigned char *)s->init_buf->data; - *(p++)=SSL2_MT_SERVER_VERIFY; - if (s->s2->challenge_length > sizeof s->s2->challenge) - { - SSLerr(SSL_F_SERVER_VERIFY, ERR_R_INTERNAL_ERROR); - return -1; - } - memcpy(p,s->s2->challenge,(unsigned int)s->s2->challenge_length); - /* p+=s->s2->challenge_length; */ - - s->state=SSL2_ST_SEND_SERVER_VERIFY_B; - s->init_num=s->s2->challenge_length+1; - s->init_off=0; - } - return(ssl2_do_write(s)); - } +{ + unsigned char *p; + + if (s->state == SSL2_ST_SEND_SERVER_VERIFY_A) { + p = (unsigned char *)s->init_buf->data; + *(p++) = SSL2_MT_SERVER_VERIFY; + if (s->s2->challenge_length > sizeof s->s2->challenge) { + SSLerr(SSL_F_SERVER_VERIFY, ERR_R_INTERNAL_ERROR); + return -1; + } + memcpy(p, s->s2->challenge, (unsigned int)s->s2->challenge_length); + /* p+=s->s2->challenge_length; */ + + s->state = SSL2_ST_SEND_SERVER_VERIFY_B; + s->init_num = s->s2->challenge_length + 1; + s->init_off = 0; + } + return (ssl2_do_write(s)); +} static int server_finish(SSL *s) - { - unsigned char *p; - - if (s->state == SSL2_ST_SEND_SERVER_FINISHED_A) - { - p=(unsigned char *)s->init_buf->data; - *(p++)=SSL2_MT_SERVER_FINISHED; - - if (s->session->session_id_length > sizeof s->session->session_id) - { - SSLerr(SSL_F_SERVER_FINISH, ERR_R_INTERNAL_ERROR); - return -1; - } - memcpy(p,s->session->session_id, (unsigned int)s->session->session_id_length); - /* p+=s->session->session_id_length; */ - - s->state=SSL2_ST_SEND_SERVER_FINISHED_B; - s->init_num=s->session->session_id_length+1; - s->init_off=0; - } - - /* SSL2_ST_SEND_SERVER_FINISHED_B */ - return(ssl2_do_write(s)); - } +{ + unsigned char *p; + + if (s->state == SSL2_ST_SEND_SERVER_FINISHED_A) { + p = (unsigned char *)s->init_buf->data; + *(p++) = SSL2_MT_SERVER_FINISHED; + + if (s->session->session_id_length > sizeof s->session->session_id) { + SSLerr(SSL_F_SERVER_FINISH, ERR_R_INTERNAL_ERROR); + return -1; + } + memcpy(p, s->session->session_id, + (unsigned int)s->session->session_id_length); + /* p+=s->session->session_id_length; */ + + s->state = SSL2_ST_SEND_SERVER_FINISHED_B; + s->init_num = s->session->session_id_length + 1; + s->init_off = 0; + } + + /* SSL2_ST_SEND_SERVER_FINISHED_B */ + return (ssl2_do_write(s)); +} /* send the request and check the response */ static int request_certificate(SSL *s) - { - const unsigned char *cp; - unsigned char *p,*p2,*buf2; - unsigned char *ccd; - int i,j,ctype,ret= -1; - unsigned long len; - X509 *x509=NULL; - STACK_OF(X509) *sk=NULL; - - ccd=s->s2->tmp.ccl; - if (s->state == SSL2_ST_SEND_REQUEST_CERTIFICATE_A) - { - p=(unsigned char *)s->init_buf->data; - *(p++)=SSL2_MT_REQUEST_CERTIFICATE; - *(p++)=SSL2_AT_MD5_WITH_RSA_ENCRYPTION; - if (RAND_pseudo_bytes(ccd,SSL2_MIN_CERT_CHALLENGE_LENGTH) <= 0) - return -1; - memcpy(p,ccd,SSL2_MIN_CERT_CHALLENGE_LENGTH); - - s->state=SSL2_ST_SEND_REQUEST_CERTIFICATE_B; - s->init_num=SSL2_MIN_CERT_CHALLENGE_LENGTH+2; - s->init_off=0; - } - - if (s->state == SSL2_ST_SEND_REQUEST_CERTIFICATE_B) - { - i=ssl2_do_write(s); - if (i <= 0) - { - ret=i; - goto end; - } - - s->init_num=0; - s->state=SSL2_ST_SEND_REQUEST_CERTIFICATE_C; - } - - if (s->state == SSL2_ST_SEND_REQUEST_CERTIFICATE_C) - { - p=(unsigned char *)s->init_buf->data; - i=ssl2_read(s,(char *)&(p[s->init_num]),6-s->init_num); /* try to read 6 octets ... */ - if (i < 3-s->init_num) /* ... but don't call ssl2_part_read now if we got at least 3 - * (probably NO-CERTIFICATE-ERROR) */ - { - ret=ssl2_part_read(s,SSL_F_REQUEST_CERTIFICATE,i); - goto end; - } - s->init_num += i; - - if ((s->init_num >= 3) && (p[0] == SSL2_MT_ERROR)) - { - n2s(p,i); - if (i != SSL2_PE_NO_CERTIFICATE) - { - /* not the error message we expected -- let ssl2_part_read handle it */ - s->init_num -= 3; - ret = ssl2_part_read(s,SSL_F_REQUEST_CERTIFICATE, 3); - goto end; - } - - if (s->msg_callback) - s->msg_callback(0, s->version, 0, p, 3, s, s->msg_callback_arg); /* ERROR */ - - /* this is the one place where we can recover from an SSL 2.0 error */ - - if (s->verify_mode & SSL_VERIFY_FAIL_IF_NO_PEER_CERT) - { - ssl2_return_error(s,SSL2_PE_BAD_CERTIFICATE); - SSLerr(SSL_F_REQUEST_CERTIFICATE,SSL_R_PEER_DID_NOT_RETURN_A_CERTIFICATE); - goto end; - } - ret=1; - goto end; - } - if ((*(p++) != SSL2_MT_CLIENT_CERTIFICATE) || (s->init_num < 6)) - { - ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); - SSLerr(SSL_F_REQUEST_CERTIFICATE,SSL_R_SHORT_READ); - goto end; - } - if (s->init_num != 6) - { - SSLerr(SSL_F_REQUEST_CERTIFICATE, ERR_R_INTERNAL_ERROR); - goto end; - } - - /* ok we have a response */ - /* certificate type, there is only one right now. */ - ctype= *(p++); - if (ctype != SSL2_AT_MD5_WITH_RSA_ENCRYPTION) - { - ssl2_return_error(s,SSL2_PE_UNSUPPORTED_CERTIFICATE_TYPE); - SSLerr(SSL_F_REQUEST_CERTIFICATE,SSL_R_BAD_RESPONSE_ARGUMENT); - goto end; - } - n2s(p,i); s->s2->tmp.clen=i; - n2s(p,i); s->s2->tmp.rlen=i; - s->state=SSL2_ST_SEND_REQUEST_CERTIFICATE_D; - } - - /* SSL2_ST_SEND_REQUEST_CERTIFICATE_D */ - p=(unsigned char *)s->init_buf->data; - len = 6 + (unsigned long)s->s2->tmp.clen + (unsigned long)s->s2->tmp.rlen; - if (len > SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER) - { - SSLerr(SSL_F_REQUEST_CERTIFICATE,SSL_R_MESSAGE_TOO_LONG); - goto end; - } - j = (int)len - s->init_num; - i = ssl2_read(s,(char *)&(p[s->init_num]),j); - if (i < j) - { - ret=ssl2_part_read(s,SSL_F_REQUEST_CERTIFICATE,i); - goto end; - } - if (s->msg_callback) - s->msg_callback(0, s->version, 0, p, len, s, s->msg_callback_arg); /* CLIENT-CERTIFICATE */ - p += 6; - - cp = p; - x509=(X509 *)d2i_X509(NULL,&cp,(long)s->s2->tmp.clen); - if (x509 == NULL) - { - SSLerr(SSL_F_REQUEST_CERTIFICATE,ERR_R_X509_LIB); - goto msg_end; - } - - if (((sk=sk_X509_new_null()) == NULL) || (!sk_X509_push(sk,x509))) - { - SSLerr(SSL_F_REQUEST_CERTIFICATE,ERR_R_MALLOC_FAILURE); - goto msg_end; - } - - i=ssl_verify_cert_chain(s,sk); - - if (i > 0) /* we like the packet, now check the chksum */ - { - EVP_MD_CTX ctx; - EVP_PKEY *pkey=NULL; - - EVP_MD_CTX_init(&ctx); - if (!EVP_VerifyInit_ex(&ctx,s->ctx->rsa_md5, NULL) - || !EVP_VerifyUpdate(&ctx,s->s2->key_material, - s->s2->key_material_length) - || !EVP_VerifyUpdate(&ctx,ccd, - SSL2_MIN_CERT_CHALLENGE_LENGTH)) - goto msg_end; - - i=i2d_X509(s->cert->pkeys[SSL_PKEY_RSA_ENC].x509,NULL); - buf2=OPENSSL_malloc((unsigned int)i); - if (buf2 == NULL) - { - SSLerr(SSL_F_REQUEST_CERTIFICATE,ERR_R_MALLOC_FAILURE); - goto msg_end; - } - p2=buf2; - i=i2d_X509(s->cert->pkeys[SSL_PKEY_RSA_ENC].x509,&p2); - if (!EVP_VerifyUpdate(&ctx,buf2,(unsigned int)i)) - { - OPENSSL_free(buf2); - goto msg_end; - } - OPENSSL_free(buf2); - - pkey=X509_get_pubkey(x509); - if (pkey == NULL) goto end; - i=EVP_VerifyFinal(&ctx,cp,s->s2->tmp.rlen,pkey); - EVP_PKEY_free(pkey); - EVP_MD_CTX_cleanup(&ctx); - - if (i > 0) - { - if (s->session->peer != NULL) - X509_free(s->session->peer); - s->session->peer=x509; - CRYPTO_add(&x509->references,1,CRYPTO_LOCK_X509); - s->session->verify_result = s->verify_result; - ret=1; - goto end; - } - else - { - SSLerr(SSL_F_REQUEST_CERTIFICATE,SSL_R_BAD_CHECKSUM); - goto msg_end; - } - } - else - { -msg_end: - ssl2_return_error(s,SSL2_PE_BAD_CERTIFICATE); - } -end: - sk_X509_free(sk); - X509_free(x509); - return(ret); - } +{ + const unsigned char *cp; + unsigned char *p, *p2, *buf2; + unsigned char *ccd; + int i, j, ctype, ret = -1; + unsigned long len; + X509 *x509 = NULL; + STACK_OF(X509) *sk = NULL; + + ccd = s->s2->tmp.ccl; + if (s->state == SSL2_ST_SEND_REQUEST_CERTIFICATE_A) { + p = (unsigned char *)s->init_buf->data; + *(p++) = SSL2_MT_REQUEST_CERTIFICATE; + *(p++) = SSL2_AT_MD5_WITH_RSA_ENCRYPTION; + if (RAND_pseudo_bytes(ccd, SSL2_MIN_CERT_CHALLENGE_LENGTH) <= 0) + return -1; + memcpy(p, ccd, SSL2_MIN_CERT_CHALLENGE_LENGTH); + + s->state = SSL2_ST_SEND_REQUEST_CERTIFICATE_B; + s->init_num = SSL2_MIN_CERT_CHALLENGE_LENGTH + 2; + s->init_off = 0; + } + + if (s->state == SSL2_ST_SEND_REQUEST_CERTIFICATE_B) { + i = ssl2_do_write(s); + if (i <= 0) { + ret = i; + goto end; + } + + s->init_num = 0; + s->state = SSL2_ST_SEND_REQUEST_CERTIFICATE_C; + } + + if (s->state == SSL2_ST_SEND_REQUEST_CERTIFICATE_C) { + p = (unsigned char *)s->init_buf->data; + /* try to read 6 octets ... */ + i = ssl2_read(s, (char *)&(p[s->init_num]), 6 - s->init_num); + /* + * ... but don't call ssl2_part_read now if we got at least 3 + * (probably NO-CERTIFICATE-ERROR) + */ + if (i < 3 - s->init_num) { + ret = ssl2_part_read(s, SSL_F_REQUEST_CERTIFICATE, i); + goto end; + } + s->init_num += i; + + if ((s->init_num >= 3) && (p[0] == SSL2_MT_ERROR)) { + n2s(p, i); + if (i != SSL2_PE_NO_CERTIFICATE) { + /* + * not the error message we expected -- let ssl2_part_read + * handle it + */ + s->init_num -= 3; + ret = ssl2_part_read(s, SSL_F_REQUEST_CERTIFICATE, 3); + goto end; + } + + if (s->msg_callback) { + /* ERROR */ + s->msg_callback(0, s->version, 0, p, 3, s, + s->msg_callback_arg); + } + + /* + * this is the one place where we can recover from an SSL 2.0 + * error + */ + + if (s->verify_mode & SSL_VERIFY_FAIL_IF_NO_PEER_CERT) { + ssl2_return_error(s, SSL2_PE_BAD_CERTIFICATE); + SSLerr(SSL_F_REQUEST_CERTIFICATE, + SSL_R_PEER_DID_NOT_RETURN_A_CERTIFICATE); + goto end; + } + ret = 1; + goto end; + } + if ((*(p++) != SSL2_MT_CLIENT_CERTIFICATE) || (s->init_num < 6)) { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_REQUEST_CERTIFICATE, SSL_R_SHORT_READ); + goto end; + } + if (s->init_num != 6) { + SSLerr(SSL_F_REQUEST_CERTIFICATE, ERR_R_INTERNAL_ERROR); + goto end; + } + + /* ok we have a response */ + /* certificate type, there is only one right now. */ + ctype = *(p++); + if (ctype != SSL2_AT_MD5_WITH_RSA_ENCRYPTION) { + ssl2_return_error(s, SSL2_PE_UNSUPPORTED_CERTIFICATE_TYPE); + SSLerr(SSL_F_REQUEST_CERTIFICATE, SSL_R_BAD_RESPONSE_ARGUMENT); + goto end; + } + n2s(p, i); + s->s2->tmp.clen = i; + n2s(p, i); + s->s2->tmp.rlen = i; + s->state = SSL2_ST_SEND_REQUEST_CERTIFICATE_D; + } + + /* SSL2_ST_SEND_REQUEST_CERTIFICATE_D */ + p = (unsigned char *)s->init_buf->data; + len = 6 + (unsigned long)s->s2->tmp.clen + (unsigned long)s->s2->tmp.rlen; + if (len > SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER) { + SSLerr(SSL_F_REQUEST_CERTIFICATE, SSL_R_MESSAGE_TOO_LONG); + goto end; + } + j = (int)len - s->init_num; + i = ssl2_read(s, (char *)&(p[s->init_num]), j); + if (i < j) { + ret = ssl2_part_read(s, SSL_F_REQUEST_CERTIFICATE, i); + goto end; + } + if (s->msg_callback) { + /* CLIENT-CERTIFICATE */ + s->msg_callback(0, s->version, 0, p, len, s, s->msg_callback_arg); + } + p += 6; + + cp = p; + x509 = (X509 *)d2i_X509(NULL, &cp, (long)s->s2->tmp.clen); + if (x509 == NULL) { + SSLerr(SSL_F_REQUEST_CERTIFICATE, ERR_R_X509_LIB); + goto msg_end; + } + + if (((sk = sk_X509_new_null()) == NULL) || (!sk_X509_push(sk, x509))) { + SSLerr(SSL_F_REQUEST_CERTIFICATE, ERR_R_MALLOC_FAILURE); + goto msg_end; + } + + i = ssl_verify_cert_chain(s, sk); + + if (i > 0) { /* we like the packet, now check the chksum */ + EVP_MD_CTX ctx; + EVP_PKEY *pkey = NULL; + + EVP_MD_CTX_init(&ctx); + if (!EVP_VerifyInit_ex(&ctx, s->ctx->rsa_md5, NULL) + || !EVP_VerifyUpdate(&ctx, s->s2->key_material, + s->s2->key_material_length) + || !EVP_VerifyUpdate(&ctx, ccd, SSL2_MIN_CERT_CHALLENGE_LENGTH)) + goto msg_end; + + i = i2d_X509(s->cert->pkeys[SSL_PKEY_RSA_ENC].x509, NULL); + buf2 = OPENSSL_malloc((unsigned int)i); + if (buf2 == NULL) { + SSLerr(SSL_F_REQUEST_CERTIFICATE, ERR_R_MALLOC_FAILURE); + goto msg_end; + } + p2 = buf2; + i = i2d_X509(s->cert->pkeys[SSL_PKEY_RSA_ENC].x509, &p2); + if (!EVP_VerifyUpdate(&ctx, buf2, (unsigned int)i)) { + OPENSSL_free(buf2); + goto msg_end; + } + OPENSSL_free(buf2); + + pkey = X509_get_pubkey(x509); + if (pkey == NULL) + goto end; + i = EVP_VerifyFinal(&ctx, cp, s->s2->tmp.rlen, pkey); + EVP_PKEY_free(pkey); + EVP_MD_CTX_cleanup(&ctx); + + if (i > 0) { + if (s->session->peer != NULL) + X509_free(s->session->peer); + s->session->peer = x509; + CRYPTO_add(&x509->references, 1, CRYPTO_LOCK_X509); + s->session->verify_result = s->verify_result; + ret = 1; + goto end; + } else { + SSLerr(SSL_F_REQUEST_CERTIFICATE, SSL_R_BAD_CHECKSUM); + goto msg_end; + } + } else { + msg_end: + ssl2_return_error(s, SSL2_PE_BAD_CERTIFICATE); + } + end: + sk_X509_free(sk); + X509_free(x509); + return (ret); +} static int ssl_rsa_private_decrypt(CERT *c, int len, unsigned char *from, - unsigned char *to, int padding) - { - RSA *rsa; - int i; - - if ((c == NULL) || (c->pkeys[SSL_PKEY_RSA_ENC].privatekey == NULL)) - { - SSLerr(SSL_F_SSL_RSA_PRIVATE_DECRYPT,SSL_R_NO_PRIVATEKEY); - return(-1); - } - if (c->pkeys[SSL_PKEY_RSA_ENC].privatekey->type != EVP_PKEY_RSA) - { - SSLerr(SSL_F_SSL_RSA_PRIVATE_DECRYPT,SSL_R_PUBLIC_KEY_IS_NOT_RSA); - return(-1); - } - rsa=c->pkeys[SSL_PKEY_RSA_ENC].privatekey->pkey.rsa; - - /* we have the public key */ - i=RSA_private_decrypt(len,from,to,rsa,padding); - if (i < 0) - SSLerr(SSL_F_SSL_RSA_PRIVATE_DECRYPT,ERR_R_RSA_LIB); - return(i); - } -#else /* !OPENSSL_NO_SSL2 */ + unsigned char *to, int padding) +{ + RSA *rsa; + int i; + + if ((c == NULL) || (c->pkeys[SSL_PKEY_RSA_ENC].privatekey == NULL)) { + SSLerr(SSL_F_SSL_RSA_PRIVATE_DECRYPT, SSL_R_NO_PRIVATEKEY); + return (-1); + } + if (c->pkeys[SSL_PKEY_RSA_ENC].privatekey->type != EVP_PKEY_RSA) { + SSLerr(SSL_F_SSL_RSA_PRIVATE_DECRYPT, SSL_R_PUBLIC_KEY_IS_NOT_RSA); + return (-1); + } + rsa = c->pkeys[SSL_PKEY_RSA_ENC].privatekey->pkey.rsa; + + /* we have the public key */ + i = RSA_private_decrypt(len, from, to, rsa, padding); + if (i < 0) + SSLerr(SSL_F_SSL_RSA_PRIVATE_DECRYPT, ERR_R_RSA_LIB); + return (i); +} +#else /* !OPENSSL_NO_SSL2 */ # if PEDANTIC -static void *dummy=&dummy; +static void *dummy = &dummy; # endif #endif diff --git a/openssl/ssl/s3_both.c b/openssl/ssl/s3_both.c index 53b9390fd..c92fd721e 100644 --- a/openssl/ssl/s3_both.c +++ b/openssl/ssl/s3_both.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +63,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -110,7 +110,7 @@ */ /* ==================================================================== * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. - * ECC cipher suite support in OpenSSL originally developed by + * ECC cipher suite support in OpenSSL originally developed by * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. */ @@ -124,549 +124,458 @@ #include #include -/* send s->init_buf in records of type 'type' (SSL3_RT_HANDSHAKE or SSL3_RT_CHANGE_CIPHER_SPEC) */ +/* + * send s->init_buf in records of type 'type' (SSL3_RT_HANDSHAKE or + * SSL3_RT_CHANGE_CIPHER_SPEC) + */ int ssl3_do_write(SSL *s, int type) - { - int ret; - - ret=ssl3_write_bytes(s,type,&s->init_buf->data[s->init_off], - s->init_num); - if (ret < 0) return(-1); - if (type == SSL3_RT_HANDSHAKE) - /* should not be done for 'Hello Request's, but in that case - * we'll ignore the result anyway */ - ssl3_finish_mac(s,(unsigned char *)&s->init_buf->data[s->init_off],ret); - - if (ret == s->init_num) - { - if (s->msg_callback) - s->msg_callback(1, s->version, type, s->init_buf->data, (size_t)(s->init_off + s->init_num), s, s->msg_callback_arg); - return(1); - } - s->init_off+=ret; - s->init_num-=ret; - return(0); - } +{ + int ret; + + ret = ssl3_write_bytes(s, type, &s->init_buf->data[s->init_off], + s->init_num); + if (ret < 0) + return (-1); + if (type == SSL3_RT_HANDSHAKE) + /* + * should not be done for 'Hello Request's, but in that case we'll + * ignore the result anyway + */ + ssl3_finish_mac(s, (unsigned char *)&s->init_buf->data[s->init_off], + ret); + + if (ret == s->init_num) { + if (s->msg_callback) + s->msg_callback(1, s->version, type, s->init_buf->data, + (size_t)(s->init_off + s->init_num), s, + s->msg_callback_arg); + return (1); + } + s->init_off += ret; + s->init_num -= ret; + return (0); +} int ssl3_send_finished(SSL *s, int a, int b, const char *sender, int slen) - { - unsigned char *p,*d; - int i; - unsigned long l; - - if (s->state == a) - { - d=(unsigned char *)s->init_buf->data; - p= &(d[4]); - - i=s->method->ssl3_enc->final_finish_mac(s, - sender,slen,s->s3->tmp.finish_md); - if (i == 0) - return 0; - s->s3->tmp.finish_md_len = i; - memcpy(p, s->s3->tmp.finish_md, i); - p+=i; - l=i; - - /* Copy the finished so we can use it for - renegotiation checks */ - if(s->type == SSL_ST_CONNECT) - { - OPENSSL_assert(i <= EVP_MAX_MD_SIZE); - memcpy(s->s3->previous_client_finished, - s->s3->tmp.finish_md, i); - s->s3->previous_client_finished_len=i; - } - else - { - OPENSSL_assert(i <= EVP_MAX_MD_SIZE); - memcpy(s->s3->previous_server_finished, - s->s3->tmp.finish_md, i); - s->s3->previous_server_finished_len=i; - } +{ + unsigned char *p; + int i; + unsigned long l; + + if (s->state == a) { + p = ssl_handshake_start(s); + + i = s->method->ssl3_enc->final_finish_mac(s, + sender, slen, + s->s3->tmp.finish_md); + if (i == 0) + return 0; + s->s3->tmp.finish_md_len = i; + memcpy(p, s->s3->tmp.finish_md, i); + l = i; + + /* + * Copy the finished so we can use it for renegotiation checks + */ + if (s->type == SSL_ST_CONNECT) { + OPENSSL_assert(i <= EVP_MAX_MD_SIZE); + memcpy(s->s3->previous_client_finished, s->s3->tmp.finish_md, i); + s->s3->previous_client_finished_len = i; + } else { + OPENSSL_assert(i <= EVP_MAX_MD_SIZE); + memcpy(s->s3->previous_server_finished, s->s3->tmp.finish_md, i); + s->s3->previous_server_finished_len = i; + } #ifdef OPENSSL_SYS_WIN16 - /* MSVC 1.5 does not clear the top bytes of the word unless - * I do this. - */ - l&=0xffff; + /* + * MSVC 1.5 does not clear the top bytes of the word unless I do + * this. + */ + l &= 0xffff; #endif + ssl_set_handshake_header(s, SSL3_MT_FINISHED, l); + s->state = b; + } - *(d++)=SSL3_MT_FINISHED; - l2n3(l,d); - s->init_num=(int)l+4; - s->init_off=0; - - s->state=b; - } - - /* SSL3_ST_SEND_xxxxxx_HELLO_B */ - return(ssl3_do_write(s,SSL3_RT_HANDSHAKE)); - } + /* SSL3_ST_SEND_xxxxxx_HELLO_B */ + return ssl_do_write(s); +} #ifndef OPENSSL_NO_NEXTPROTONEG -/* ssl3_take_mac calculates the Finished MAC for the handshakes messages seen to far. */ +/* + * ssl3_take_mac calculates the Finished MAC for the handshakes messages seen + * to far. + */ static void ssl3_take_mac(SSL *s) - { - const char *sender; - int slen; - /* If no new cipher setup return immediately: other functions will - * set the appropriate error. - */ - if (s->s3->tmp.new_cipher == NULL) - return; - if (s->state & SSL_ST_CONNECT) - { - sender=s->method->ssl3_enc->server_finished_label; - slen=s->method->ssl3_enc->server_finished_label_len; - } - else - { - sender=s->method->ssl3_enc->client_finished_label; - slen=s->method->ssl3_enc->client_finished_label_len; - } - - s->s3->tmp.peer_finish_md_len = s->method->ssl3_enc->final_finish_mac(s, - sender,slen,s->s3->tmp.peer_finish_md); - } +{ + const char *sender; + int slen; + /* + * If no new cipher setup return immediately: other functions will set + * the appropriate error. + */ + if (s->s3->tmp.new_cipher == NULL) + return; + if (s->state & SSL_ST_CONNECT) { + sender = s->method->ssl3_enc->server_finished_label; + slen = s->method->ssl3_enc->server_finished_label_len; + } else { + sender = s->method->ssl3_enc->client_finished_label; + slen = s->method->ssl3_enc->client_finished_label_len; + } + + s->s3->tmp.peer_finish_md_len = s->method->ssl3_enc->final_finish_mac(s, + sender, + slen, + s->s3->tmp.peer_finish_md); +} #endif int ssl3_get_finished(SSL *s, int a, int b) - { - int al,i,ok; - long n; - unsigned char *p; +{ + int al, i, ok; + long n; + unsigned char *p; #ifdef OPENSSL_NO_NEXTPROTONEG - /* the mac has already been generated when we received the - * change cipher spec message and is in s->s3->tmp.peer_finish_md. - */ + /* + * the mac has already been generated when we received the change cipher + * spec message and is in s->s3->tmp.peer_finish_md + */ #endif - n=s->method->ssl_get_message(s, - a, - b, - SSL3_MT_FINISHED, - 64, /* should actually be 36+4 :-) */ - &ok); - - if (!ok) return((int)n); - - /* If this occurs, we have missed a message */ - if (!s->s3->change_cipher_spec) - { - al=SSL_AD_UNEXPECTED_MESSAGE; - SSLerr(SSL_F_SSL3_GET_FINISHED,SSL_R_GOT_A_FIN_BEFORE_A_CCS); - goto f_err; - } - s->s3->change_cipher_spec=0; - - p = (unsigned char *)s->init_msg; - i = s->s3->tmp.peer_finish_md_len; - - if (i != n) - { - al=SSL_AD_DECODE_ERROR; - SSLerr(SSL_F_SSL3_GET_FINISHED,SSL_R_BAD_DIGEST_LENGTH); - goto f_err; - } - - if (CRYPTO_memcmp(p, s->s3->tmp.peer_finish_md, i) != 0) - { - al=SSL_AD_DECRYPT_ERROR; - SSLerr(SSL_F_SSL3_GET_FINISHED,SSL_R_DIGEST_CHECK_FAILED); - goto f_err; - } - - /* Copy the finished so we can use it for - renegotiation checks */ - if(s->type == SSL_ST_ACCEPT) - { - OPENSSL_assert(i <= EVP_MAX_MD_SIZE); - memcpy(s->s3->previous_client_finished, - s->s3->tmp.peer_finish_md, i); - s->s3->previous_client_finished_len=i; - } - else - { - OPENSSL_assert(i <= EVP_MAX_MD_SIZE); - memcpy(s->s3->previous_server_finished, - s->s3->tmp.peer_finish_md, i); - s->s3->previous_server_finished_len=i; - } + /* 64 argument should actually be 36+4 :-) */ + n = s->method->ssl_get_message(s, a, b, SSL3_MT_FINISHED, 64, &ok); + + if (!ok) + return ((int)n); + + /* If this occurs, we have missed a message */ + if (!s->s3->change_cipher_spec) { + al = SSL_AD_UNEXPECTED_MESSAGE; + SSLerr(SSL_F_SSL3_GET_FINISHED, SSL_R_GOT_A_FIN_BEFORE_A_CCS); + goto f_err; + } + s->s3->change_cipher_spec = 0; + + p = (unsigned char *)s->init_msg; + i = s->s3->tmp.peer_finish_md_len; + + if (i != n) { + al = SSL_AD_DECODE_ERROR; + SSLerr(SSL_F_SSL3_GET_FINISHED, SSL_R_BAD_DIGEST_LENGTH); + goto f_err; + } + + if (CRYPTO_memcmp(p, s->s3->tmp.peer_finish_md, i) != 0) { + al = SSL_AD_DECRYPT_ERROR; + SSLerr(SSL_F_SSL3_GET_FINISHED, SSL_R_DIGEST_CHECK_FAILED); + goto f_err; + } + + /* + * Copy the finished so we can use it for renegotiation checks + */ + if (s->type == SSL_ST_ACCEPT) { + OPENSSL_assert(i <= EVP_MAX_MD_SIZE); + memcpy(s->s3->previous_client_finished, s->s3->tmp.peer_finish_md, i); + s->s3->previous_client_finished_len = i; + } else { + OPENSSL_assert(i <= EVP_MAX_MD_SIZE); + memcpy(s->s3->previous_server_finished, s->s3->tmp.peer_finish_md, i); + s->s3->previous_server_finished_len = i; + } + + return (1); + f_err: + ssl3_send_alert(s, SSL3_AL_FATAL, al); + return (0); +} - return(1); -f_err: - ssl3_send_alert(s,SSL3_AL_FATAL,al); - return(0); - } - -/* for these 2 messages, we need to - * ssl->enc_read_ctx re-init - * ssl->s3->read_sequence zero - * ssl->s3->read_mac_secret re-init - * ssl->session->read_sym_enc assign - * ssl->session->read_compression assign - * ssl->session->read_hash assign +/*- + * for these 2 messages, we need to + * ssl->enc_read_ctx re-init + * ssl->s3->read_sequence zero + * ssl->s3->read_mac_secret re-init + * ssl->session->read_sym_enc assign + * ssl->session->read_compression assign + * ssl->session->read_hash assign */ int ssl3_send_change_cipher_spec(SSL *s, int a, int b) - { - unsigned char *p; - - if (s->state == a) - { - p=(unsigned char *)s->init_buf->data; - *p=SSL3_MT_CCS; - s->init_num=1; - s->init_off=0; - - s->state=b; - } - - /* SSL3_ST_CW_CHANGE_B */ - return(ssl3_do_write(s,SSL3_RT_CHANGE_CIPHER_SPEC)); - } - -static int ssl3_add_cert_to_buf(BUF_MEM *buf, unsigned long *l, X509 *x) - { - int n; - unsigned char *p; - - n=i2d_X509(x,NULL); - if (!BUF_MEM_grow_clean(buf,(int)(n+(*l)+3))) - { - SSLerr(SSL_F_SSL3_ADD_CERT_TO_BUF,ERR_R_BUF_LIB); - return(-1); - } - p=(unsigned char *)&(buf->data[*l]); - l2n3(n,p); - i2d_X509(x,&p); - *l+=n+3; - - return(0); - } - -unsigned long ssl3_output_cert_chain(SSL *s, X509 *x) - { - unsigned char *p; - int i; - unsigned long l=7; - BUF_MEM *buf; - int no_chain; - - if ((s->mode & SSL_MODE_NO_AUTO_CHAIN) || s->ctx->extra_certs) - no_chain = 1; - else - no_chain = 0; - - /* TLSv1 sends a chain with nothing in it, instead of an alert */ - buf=s->init_buf; - if (!BUF_MEM_grow_clean(buf,10)) - { - SSLerr(SSL_F_SSL3_OUTPUT_CERT_CHAIN,ERR_R_BUF_LIB); - return(0); - } - if (x != NULL) - { - if (no_chain) - { - if (ssl3_add_cert_to_buf(buf, &l, x)) - return(0); - } - else - { - X509_STORE_CTX xs_ctx; - - if (!X509_STORE_CTX_init(&xs_ctx,s->ctx->cert_store,x,NULL)) - { - SSLerr(SSL_F_SSL3_OUTPUT_CERT_CHAIN,ERR_R_X509_LIB); - return(0); - } - X509_verify_cert(&xs_ctx); - /* Don't leave errors in the queue */ - ERR_clear_error(); - for (i=0; i < sk_X509_num(xs_ctx.chain); i++) - { - x = sk_X509_value(xs_ctx.chain, i); - - if (ssl3_add_cert_to_buf(buf, &l, x)) - { - X509_STORE_CTX_cleanup(&xs_ctx); - return 0; - } - } - X509_STORE_CTX_cleanup(&xs_ctx); - } - } - /* Thawte special :-) */ - for (i=0; ictx->extra_certs); i++) - { - x=sk_X509_value(s->ctx->extra_certs,i); - if (ssl3_add_cert_to_buf(buf, &l, x)) - return(0); - } - - l-=7; - p=(unsigned char *)&(buf->data[4]); - l2n3(l,p); - l+=3; - p=(unsigned char *)&(buf->data[0]); - *(p++)=SSL3_MT_CERTIFICATE; - l2n3(l,p); - l+=4; - return(l); - } - -/* Obtain handshake message of message type 'mt' (any if mt == -1), - * maximum acceptable body length 'max'. - * The first four bytes (msg_type and length) are read in state 'st1', - * the body is read in state 'stn'. +{ + unsigned char *p; + + if (s->state == a) { + p = (unsigned char *)s->init_buf->data; + *p = SSL3_MT_CCS; + s->init_num = 1; + s->init_off = 0; + + s->state = b; + } + + /* SSL3_ST_CW_CHANGE_B */ + return (ssl3_do_write(s, SSL3_RT_CHANGE_CIPHER_SPEC)); +} + +unsigned long ssl3_output_cert_chain(SSL *s, CERT_PKEY *cpk) +{ + unsigned char *p; + unsigned long l = 3 + SSL_HM_HEADER_LENGTH(s); + + if (!ssl_add_cert_chain(s, cpk, &l)) + return 0; + + l -= 3 + SSL_HM_HEADER_LENGTH(s); + p = ssl_handshake_start(s); + l2n3(l, p); + l += 3; + ssl_set_handshake_header(s, SSL3_MT_CERTIFICATE, l); + return l + SSL_HM_HEADER_LENGTH(s); +} + +/* + * Obtain handshake message of message type 'mt' (any if mt == -1), maximum + * acceptable body length 'max'. The first four bytes (msg_type and length) + * are read in state 'st1', the body is read in state 'stn'. */ long ssl3_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok) - { - unsigned char *p; - unsigned long l; - long n; - int i,al; - - if (s->s3->tmp.reuse_message) - { - s->s3->tmp.reuse_message=0; - if ((mt >= 0) && (s->s3->tmp.message_type != mt)) - { - al=SSL_AD_UNEXPECTED_MESSAGE; - SSLerr(SSL_F_SSL3_GET_MESSAGE,SSL_R_UNEXPECTED_MESSAGE); - goto f_err; - } - *ok=1; - s->init_msg = s->init_buf->data + 4; - s->init_num = (int)s->s3->tmp.message_size; - return s->init_num; - } - - p=(unsigned char *)s->init_buf->data; - - if (s->state == st1) /* s->init_num < 4 */ - { - int skip_message; - - do - { - while (s->init_num < 4) - { - i=s->method->ssl_read_bytes(s,SSL3_RT_HANDSHAKE, - &p[s->init_num],4 - s->init_num, 0); - if (i <= 0) - { - s->rwstate=SSL_READING; - *ok = 0; - return i; - } - s->init_num+=i; - } - - skip_message = 0; - if (!s->server) - if (p[0] == SSL3_MT_HELLO_REQUEST) - /* The server may always send 'Hello Request' messages -- - * we are doing a handshake anyway now, so ignore them - * if their format is correct. Does not count for - * 'Finished' MAC. */ - if (p[1] == 0 && p[2] == 0 &&p[3] == 0) - { - s->init_num = 0; - skip_message = 1; - - if (s->msg_callback) - s->msg_callback(0, s->version, SSL3_RT_HANDSHAKE, p, 4, s, s->msg_callback_arg); - } - } - while (skip_message); - - /* s->init_num == 4 */ - - if ((mt >= 0) && (*p != mt)) - { - al=SSL_AD_UNEXPECTED_MESSAGE; - SSLerr(SSL_F_SSL3_GET_MESSAGE,SSL_R_UNEXPECTED_MESSAGE); - goto f_err; - } - if ((mt < 0) && (*p == SSL3_MT_CLIENT_HELLO) && - (st1 == SSL3_ST_SR_CERT_A) && - (stn == SSL3_ST_SR_CERT_B)) - { - /* At this point we have got an MS SGC second client - * hello (maybe we should always allow the client to - * start a new handshake?). We need to restart the mac. - * Don't increment {num,total}_renegotiations because - * we have not completed the handshake. */ - ssl3_init_finished_mac(s); - } - - s->s3->tmp.message_type= *(p++); - - n2l3(p,l); - if (l > (unsigned long)max) - { - al=SSL_AD_ILLEGAL_PARAMETER; - SSLerr(SSL_F_SSL3_GET_MESSAGE,SSL_R_EXCESSIVE_MESSAGE_SIZE); - goto f_err; - } - if (l > (INT_MAX-4)) /* BUF_MEM_grow takes an 'int' parameter */ - { - al=SSL_AD_ILLEGAL_PARAMETER; - SSLerr(SSL_F_SSL3_GET_MESSAGE,SSL_R_EXCESSIVE_MESSAGE_SIZE); - goto f_err; - } - if (l && !BUF_MEM_grow_clean(s->init_buf,(int)l+4)) - { - SSLerr(SSL_F_SSL3_GET_MESSAGE,ERR_R_BUF_LIB); - goto err; - } - s->s3->tmp.message_size=l; - s->state=stn; - - s->init_msg = s->init_buf->data + 4; - s->init_num = 0; - } - - /* next state (stn) */ - p = s->init_msg; - n = s->s3->tmp.message_size - s->init_num; - while (n > 0) - { - i=s->method->ssl_read_bytes(s,SSL3_RT_HANDSHAKE,&p[s->init_num],n,0); - if (i <= 0) - { - s->rwstate=SSL_READING; - *ok = 0; - return i; - } - s->init_num += i; - n -= i; - } +{ + unsigned char *p; + unsigned long l; + long n; + int i, al; + + if (s->s3->tmp.reuse_message) { + s->s3->tmp.reuse_message = 0; + if ((mt >= 0) && (s->s3->tmp.message_type != mt)) { + al = SSL_AD_UNEXPECTED_MESSAGE; + SSLerr(SSL_F_SSL3_GET_MESSAGE, SSL_R_UNEXPECTED_MESSAGE); + goto f_err; + } + *ok = 1; + s->state = stn; + s->init_msg = s->init_buf->data + 4; + s->init_num = (int)s->s3->tmp.message_size; + return s->init_num; + } + + p = (unsigned char *)s->init_buf->data; + + if (s->state == st1) { /* s->init_num < 4 */ + int skip_message; + + do { + while (s->init_num < 4) { + i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, + &p[s->init_num], + 4 - s->init_num, 0); + if (i <= 0) { + s->rwstate = SSL_READING; + *ok = 0; + return i; + } + s->init_num += i; + } + + skip_message = 0; + if (!s->server) + if (p[0] == SSL3_MT_HELLO_REQUEST) + /* + * The server may always send 'Hello Request' messages -- + * we are doing a handshake anyway now, so ignore them if + * their format is correct. Does not count for 'Finished' + * MAC. + */ + if (p[1] == 0 && p[2] == 0 && p[3] == 0) { + s->init_num = 0; + skip_message = 1; + + if (s->msg_callback) + s->msg_callback(0, s->version, SSL3_RT_HANDSHAKE, + p, 4, s, s->msg_callback_arg); + } + } + while (skip_message); + + /* s->init_num == 4 */ + + if ((mt >= 0) && (*p != mt)) { + al = SSL_AD_UNEXPECTED_MESSAGE; + SSLerr(SSL_F_SSL3_GET_MESSAGE, SSL_R_UNEXPECTED_MESSAGE); + goto f_err; + } + + s->s3->tmp.message_type = *(p++); + + n2l3(p, l); + if (l > (unsigned long)max) { + al = SSL_AD_ILLEGAL_PARAMETER; + SSLerr(SSL_F_SSL3_GET_MESSAGE, SSL_R_EXCESSIVE_MESSAGE_SIZE); + goto f_err; + } + if (l > (INT_MAX - 4)) { /* BUF_MEM_grow takes an 'int' parameter */ + al = SSL_AD_ILLEGAL_PARAMETER; + SSLerr(SSL_F_SSL3_GET_MESSAGE, SSL_R_EXCESSIVE_MESSAGE_SIZE); + goto f_err; + } + if (l && !BUF_MEM_grow_clean(s->init_buf, (int)l + 4)) { + SSLerr(SSL_F_SSL3_GET_MESSAGE, ERR_R_BUF_LIB); + goto err; + } + s->s3->tmp.message_size = l; + s->state = stn; + + s->init_msg = s->init_buf->data + 4; + s->init_num = 0; + } + + /* next state (stn) */ + p = s->init_msg; + n = s->s3->tmp.message_size - s->init_num; + while (n > 0) { + i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, &p[s->init_num], + n, 0); + if (i <= 0) { + s->rwstate = SSL_READING; + *ok = 0; + return i; + } + s->init_num += i; + n -= i; + } #ifndef OPENSSL_NO_NEXTPROTONEG - /* If receiving Finished, record MAC of prior handshake messages for - * Finished verification. */ - if (*s->init_buf->data == SSL3_MT_FINISHED) - ssl3_take_mac(s); + /* + * If receiving Finished, record MAC of prior handshake messages for + * Finished verification. + */ + if (*s->init_buf->data == SSL3_MT_FINISHED) + ssl3_take_mac(s); #endif - /* Feed this message into MAC computation. */ - ssl3_finish_mac(s, (unsigned char *)s->init_buf->data, s->init_num + 4); - if (s->msg_callback) - s->msg_callback(0, s->version, SSL3_RT_HANDSHAKE, s->init_buf->data, (size_t)s->init_num + 4, s, s->msg_callback_arg); - *ok=1; - return s->init_num; -f_err: - ssl3_send_alert(s,SSL3_AL_FATAL,al); -err: - *ok=0; - return(-1); - } + /* Feed this message into MAC computation. */ + ssl3_finish_mac(s, (unsigned char *)s->init_buf->data, s->init_num + 4); + if (s->msg_callback) + s->msg_callback(0, s->version, SSL3_RT_HANDSHAKE, s->init_buf->data, + (size_t)s->init_num + 4, s, s->msg_callback_arg); + *ok = 1; + return s->init_num; + f_err: + ssl3_send_alert(s, SSL3_AL_FATAL, al); + err: + *ok = 0; + return (-1); +} int ssl_cert_type(X509 *x, EVP_PKEY *pkey) - { - EVP_PKEY *pk; - int ret= -1,i; - - if (pkey == NULL) - pk=X509_get_pubkey(x); - else - pk=pkey; - if (pk == NULL) goto err; - - i=pk->type; - if (i == EVP_PKEY_RSA) - { - ret=SSL_PKEY_RSA_ENC; - } - else if (i == EVP_PKEY_DSA) - { - ret=SSL_PKEY_DSA_SIGN; - } +{ + EVP_PKEY *pk; + int ret = -1, i; + + if (pkey == NULL) + pk = X509_get_pubkey(x); + else + pk = pkey; + if (pk == NULL) + goto err; + + i = pk->type; + if (i == EVP_PKEY_RSA) { + ret = SSL_PKEY_RSA_ENC; + } else if (i == EVP_PKEY_DSA) { + ret = SSL_PKEY_DSA_SIGN; + } #ifndef OPENSSL_NO_EC - else if (i == EVP_PKEY_EC) - { - ret = SSL_PKEY_ECC; - } + else if (i == EVP_PKEY_EC) { + ret = SSL_PKEY_ECC; + } #endif - else if (i == NID_id_GostR3410_94 || i == NID_id_GostR3410_94_cc) - { - ret = SSL_PKEY_GOST94; - } - else if (i == NID_id_GostR3410_2001 || i == NID_id_GostR3410_2001_cc) - { - ret = SSL_PKEY_GOST01; - } -err: - if(!pkey) EVP_PKEY_free(pk); - return(ret); - } + else if (i == NID_id_GostR3410_94 || i == NID_id_GostR3410_94_cc) { + ret = SSL_PKEY_GOST94; + } else if (i == NID_id_GostR3410_2001 || i == NID_id_GostR3410_2001_cc) { + ret = SSL_PKEY_GOST01; + } else if (x && (i == EVP_PKEY_DH || i == EVP_PKEY_DHX)) { + /* + * For DH two cases: DH certificate signed with RSA and DH + * certificate signed with DSA. + */ + i = X509_certificate_type(x, pk); + if (i & EVP_PKS_RSA) + ret = SSL_PKEY_DH_RSA; + else if (i & EVP_PKS_DSA) + ret = SSL_PKEY_DH_DSA; + } + + err: + if (!pkey) + EVP_PKEY_free(pk); + return (ret); +} int ssl_verify_alarm_type(long type) - { - int al; - - switch(type) - { - case X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT: - case X509_V_ERR_UNABLE_TO_GET_CRL: - case X509_V_ERR_UNABLE_TO_GET_CRL_ISSUER: - al=SSL_AD_UNKNOWN_CA; - break; - case X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE: - case X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE: - case X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY: - case X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD: - case X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD: - case X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD: - case X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD: - case X509_V_ERR_CERT_NOT_YET_VALID: - case X509_V_ERR_CRL_NOT_YET_VALID: - case X509_V_ERR_CERT_UNTRUSTED: - case X509_V_ERR_CERT_REJECTED: - al=SSL_AD_BAD_CERTIFICATE; - break; - case X509_V_ERR_CERT_SIGNATURE_FAILURE: - case X509_V_ERR_CRL_SIGNATURE_FAILURE: - al=SSL_AD_DECRYPT_ERROR; - break; - case X509_V_ERR_CERT_HAS_EXPIRED: - case X509_V_ERR_CRL_HAS_EXPIRED: - al=SSL_AD_CERTIFICATE_EXPIRED; - break; - case X509_V_ERR_CERT_REVOKED: - al=SSL_AD_CERTIFICATE_REVOKED; - break; - case X509_V_ERR_OUT_OF_MEM: - al=SSL_AD_INTERNAL_ERROR; - break; - case X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT: - case X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN: - case X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY: - case X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE: - case X509_V_ERR_CERT_CHAIN_TOO_LONG: - case X509_V_ERR_PATH_LENGTH_EXCEEDED: - case X509_V_ERR_INVALID_CA: - al=SSL_AD_UNKNOWN_CA; - break; - case X509_V_ERR_APPLICATION_VERIFICATION: - al=SSL_AD_HANDSHAKE_FAILURE; - break; - case X509_V_ERR_INVALID_PURPOSE: - al=SSL_AD_UNSUPPORTED_CERTIFICATE; - break; - default: - al=SSL_AD_CERTIFICATE_UNKNOWN; - break; - } - return(al); - } +{ + int al; + + switch (type) { + case X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT: + case X509_V_ERR_UNABLE_TO_GET_CRL: + case X509_V_ERR_UNABLE_TO_GET_CRL_ISSUER: + al = SSL_AD_UNKNOWN_CA; + break; + case X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE: + case X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE: + case X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY: + case X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD: + case X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD: + case X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD: + case X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD: + case X509_V_ERR_CERT_NOT_YET_VALID: + case X509_V_ERR_CRL_NOT_YET_VALID: + case X509_V_ERR_CERT_UNTRUSTED: + case X509_V_ERR_CERT_REJECTED: + al = SSL_AD_BAD_CERTIFICATE; + break; + case X509_V_ERR_CERT_SIGNATURE_FAILURE: + case X509_V_ERR_CRL_SIGNATURE_FAILURE: + al = SSL_AD_DECRYPT_ERROR; + break; + case X509_V_ERR_CERT_HAS_EXPIRED: + case X509_V_ERR_CRL_HAS_EXPIRED: + al = SSL_AD_CERTIFICATE_EXPIRED; + break; + case X509_V_ERR_CERT_REVOKED: + al = SSL_AD_CERTIFICATE_REVOKED; + break; + case X509_V_ERR_OUT_OF_MEM: + al = SSL_AD_INTERNAL_ERROR; + break; + case X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT: + case X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN: + case X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY: + case X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE: + case X509_V_ERR_CERT_CHAIN_TOO_LONG: + case X509_V_ERR_PATH_LENGTH_EXCEEDED: + case X509_V_ERR_INVALID_CA: + al = SSL_AD_UNKNOWN_CA; + break; + case X509_V_ERR_APPLICATION_VERIFICATION: + al = SSL_AD_HANDSHAKE_FAILURE; + break; + case X509_V_ERR_INVALID_PURPOSE: + al = SSL_AD_UNSUPPORTED_CERTIFICATE; + break; + default: + al = SSL_AD_CERTIFICATE_UNKNOWN; + break; + } + return (al); +} #ifndef OPENSSL_NO_BUF_FREELISTS -/* On some platforms, malloc() performance is bad enough that you can't just +/*- + * On some platforms, malloc() performance is bad enough that you can't just * free() and malloc() buffers all the time, so we need to use freelists from * unused buffers. Currently, each freelist holds memory chunks of only a * given size (list->chunklen); other sized chunks are freed and malloced. @@ -685,169 +594,154 @@ int ssl_verify_alarm_type(long type) * - Use a separate SSL_CTX for each option set. * - Improve this code. */ -static void * -freelist_extract(SSL_CTX *ctx, int for_read, int sz) - { - SSL3_BUF_FREELIST *list; - SSL3_BUF_FREELIST_ENTRY *ent = NULL; - void *result = NULL; - - CRYPTO_w_lock(CRYPTO_LOCK_SSL_CTX); - list = for_read ? ctx->rbuf_freelist : ctx->wbuf_freelist; - if (list != NULL && sz == (int)list->chunklen) - ent = list->head; - if (ent != NULL) - { - list->head = ent->next; - result = ent; - if (--list->len == 0) - list->chunklen = 0; - } - CRYPTO_w_unlock(CRYPTO_LOCK_SSL_CTX); - if (!result) - result = OPENSSL_malloc(sz); - return result; +static void *freelist_extract(SSL_CTX *ctx, int for_read, int sz) +{ + SSL3_BUF_FREELIST *list; + SSL3_BUF_FREELIST_ENTRY *ent = NULL; + void *result = NULL; + + CRYPTO_w_lock(CRYPTO_LOCK_SSL_CTX); + list = for_read ? ctx->rbuf_freelist : ctx->wbuf_freelist; + if (list != NULL && sz == (int)list->chunklen) + ent = list->head; + if (ent != NULL) { + list->head = ent->next; + result = ent; + if (--list->len == 0) + list->chunklen = 0; + } + CRYPTO_w_unlock(CRYPTO_LOCK_SSL_CTX); + if (!result) + result = OPENSSL_malloc(sz); + return result; } -static void -freelist_insert(SSL_CTX *ctx, int for_read, size_t sz, void *mem) - { - SSL3_BUF_FREELIST *list; - SSL3_BUF_FREELIST_ENTRY *ent; - - CRYPTO_w_lock(CRYPTO_LOCK_SSL_CTX); - list = for_read ? ctx->rbuf_freelist : ctx->wbuf_freelist; - if (list != NULL && - (sz == list->chunklen || list->chunklen == 0) && - list->len < ctx->freelist_max_len && - sz >= sizeof(*ent)) - { - list->chunklen = sz; - ent = mem; - ent->next = list->head; - list->head = ent; - ++list->len; - mem = NULL; - } - - CRYPTO_w_unlock(CRYPTO_LOCK_SSL_CTX); - if (mem) - OPENSSL_free(mem); - } +static void freelist_insert(SSL_CTX *ctx, int for_read, size_t sz, void *mem) +{ + SSL3_BUF_FREELIST *list; + SSL3_BUF_FREELIST_ENTRY *ent; + + CRYPTO_w_lock(CRYPTO_LOCK_SSL_CTX); + list = for_read ? ctx->rbuf_freelist : ctx->wbuf_freelist; + if (list != NULL && + (sz == list->chunklen || list->chunklen == 0) && + list->len < ctx->freelist_max_len && sz >= sizeof(*ent)) { + list->chunklen = sz; + ent = mem; + ent->next = list->head; + list->head = ent; + ++list->len; + mem = NULL; + } + + CRYPTO_w_unlock(CRYPTO_LOCK_SSL_CTX); + if (mem) + OPENSSL_free(mem); +} #else -#define freelist_extract(c,fr,sz) OPENSSL_malloc(sz) -#define freelist_insert(c,fr,sz,m) OPENSSL_free(m) +# define freelist_extract(c,fr,sz) OPENSSL_malloc(sz) +# define freelist_insert(c,fr,sz,m) OPENSSL_free(m) #endif int ssl3_setup_read_buffer(SSL *s) - { - unsigned char *p; - size_t len,align=0,headerlen; - - if (SSL_version(s) == DTLS1_VERSION || SSL_version(s) == DTLS1_BAD_VER) - headerlen = DTLS1_RT_HEADER_LENGTH; - else - headerlen = SSL3_RT_HEADER_LENGTH; +{ + unsigned char *p; + size_t len, align = 0, headerlen; + + if (SSL_version(s) == DTLS1_VERSION || SSL_version(s) == DTLS1_BAD_VER) + headerlen = DTLS1_RT_HEADER_LENGTH; + else + headerlen = SSL3_RT_HEADER_LENGTH; #if defined(SSL3_ALIGN_PAYLOAD) && SSL3_ALIGN_PAYLOAD!=0 - align = (-SSL3_RT_HEADER_LENGTH)&(SSL3_ALIGN_PAYLOAD-1); + align = (-SSL3_RT_HEADER_LENGTH) & (SSL3_ALIGN_PAYLOAD - 1); #endif - if (s->s3->rbuf.buf == NULL) - { - len = SSL3_RT_MAX_PLAIN_LENGTH - + SSL3_RT_MAX_ENCRYPTED_OVERHEAD - + headerlen + align; - if (s->options & SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER) - { - s->s3->init_extra = 1; - len += SSL3_RT_MAX_EXTRA; - } + if (s->s3->rbuf.buf == NULL) { + len = SSL3_RT_MAX_PLAIN_LENGTH + + SSL3_RT_MAX_ENCRYPTED_OVERHEAD + headerlen + align; + if (s->options & SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER) { + s->s3->init_extra = 1; + len += SSL3_RT_MAX_EXTRA; + } #ifndef OPENSSL_NO_COMP - if (!(s->options & SSL_OP_NO_COMPRESSION)) - len += SSL3_RT_MAX_COMPRESSED_OVERHEAD; + if (!(s->options & SSL_OP_NO_COMPRESSION)) + len += SSL3_RT_MAX_COMPRESSED_OVERHEAD; #endif - if ((p=freelist_extract(s->ctx, 1, len)) == NULL) - goto err; - s->s3->rbuf.buf = p; - s->s3->rbuf.len = len; - } - - s->packet= &(s->s3->rbuf.buf[0]); - return 1; - -err: - SSLerr(SSL_F_SSL3_SETUP_READ_BUFFER,ERR_R_MALLOC_FAILURE); - return 0; - } + if ((p = freelist_extract(s->ctx, 1, len)) == NULL) + goto err; + s->s3->rbuf.buf = p; + s->s3->rbuf.len = len; + } + + s->packet = &(s->s3->rbuf.buf[0]); + return 1; + + err: + SSLerr(SSL_F_SSL3_SETUP_READ_BUFFER, ERR_R_MALLOC_FAILURE); + return 0; +} int ssl3_setup_write_buffer(SSL *s) - { - unsigned char *p; - size_t len,align=0,headerlen; +{ + unsigned char *p; + size_t len, align = 0, headerlen; - if (SSL_version(s) == DTLS1_VERSION || SSL_version(s) == DTLS1_BAD_VER) - headerlen = DTLS1_RT_HEADER_LENGTH + 1; - else - headerlen = SSL3_RT_HEADER_LENGTH; + if (SSL_version(s) == DTLS1_VERSION || SSL_version(s) == DTLS1_BAD_VER) + headerlen = DTLS1_RT_HEADER_LENGTH + 1; + else + headerlen = SSL3_RT_HEADER_LENGTH; #if defined(SSL3_ALIGN_PAYLOAD) && SSL3_ALIGN_PAYLOAD!=0 - align = (-SSL3_RT_HEADER_LENGTH)&(SSL3_ALIGN_PAYLOAD-1); + align = (-SSL3_RT_HEADER_LENGTH) & (SSL3_ALIGN_PAYLOAD - 1); #endif - if (s->s3->wbuf.buf == NULL) - { - len = s->max_send_fragment - + SSL3_RT_SEND_MAX_ENCRYPTED_OVERHEAD - + headerlen + align; + if (s->s3->wbuf.buf == NULL) { + len = s->max_send_fragment + + SSL3_RT_SEND_MAX_ENCRYPTED_OVERHEAD + headerlen + align; #ifndef OPENSSL_NO_COMP - if (!(s->options & SSL_OP_NO_COMPRESSION)) - len += SSL3_RT_MAX_COMPRESSED_OVERHEAD; + if (!(s->options & SSL_OP_NO_COMPRESSION)) + len += SSL3_RT_MAX_COMPRESSED_OVERHEAD; #endif - if (!(s->options & SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS)) - len += headerlen + align - + SSL3_RT_SEND_MAX_ENCRYPTED_OVERHEAD; - - if ((p=freelist_extract(s->ctx, 0, len)) == NULL) - goto err; - s->s3->wbuf.buf = p; - s->s3->wbuf.len = len; - } + if (!(s->options & SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS)) + len += headerlen + align + SSL3_RT_SEND_MAX_ENCRYPTED_OVERHEAD; - return 1; + if ((p = freelist_extract(s->ctx, 0, len)) == NULL) + goto err; + s->s3->wbuf.buf = p; + s->s3->wbuf.len = len; + } -err: - SSLerr(SSL_F_SSL3_SETUP_WRITE_BUFFER,ERR_R_MALLOC_FAILURE); - return 0; - } + return 1; + err: + SSLerr(SSL_F_SSL3_SETUP_WRITE_BUFFER, ERR_R_MALLOC_FAILURE); + return 0; +} int ssl3_setup_buffers(SSL *s) - { - if (!ssl3_setup_read_buffer(s)) - return 0; - if (!ssl3_setup_write_buffer(s)) - return 0; - return 1; - } +{ + if (!ssl3_setup_read_buffer(s)) + return 0; + if (!ssl3_setup_write_buffer(s)) + return 0; + return 1; +} int ssl3_release_write_buffer(SSL *s) - { - if (s->s3->wbuf.buf != NULL) - { - freelist_insert(s->ctx, 0, s->s3->wbuf.len, s->s3->wbuf.buf); - s->s3->wbuf.buf = NULL; - } - return 1; - } +{ + if (s->s3->wbuf.buf != NULL) { + freelist_insert(s->ctx, 0, s->s3->wbuf.len, s->s3->wbuf.buf); + s->s3->wbuf.buf = NULL; + } + return 1; +} int ssl3_release_read_buffer(SSL *s) - { - if (s->s3->rbuf.buf != NULL) - { - freelist_insert(s->ctx, 1, s->s3->rbuf.len, s->s3->rbuf.buf); - s->s3->rbuf.buf = NULL; - } - return 1; - } - +{ + if (s->s3->rbuf.buf != NULL) { + freelist_insert(s->ctx, 1, s->s3->rbuf.len, s->s3->rbuf.buf); + s->s3->rbuf.buf = NULL; + } + return 1; +} diff --git a/openssl/ssl/s3_cbc.c b/openssl/ssl/s3_cbc.c index 11f13adbf..f31dc046f 100644 --- a/openssl/ssl/s3_cbc.c +++ b/openssl/ssl/s3_cbc.c @@ -59,47 +59,54 @@ #include #include -/* MAX_HASH_BIT_COUNT_BYTES is the maximum number of bytes in the hash's length - * field. (SHA-384/512 have 128-bit length.) */ +/* + * MAX_HASH_BIT_COUNT_BYTES is the maximum number of bytes in the hash's + * length field. (SHA-384/512 have 128-bit length.) + */ #define MAX_HASH_BIT_COUNT_BYTES 16 -/* MAX_HASH_BLOCK_SIZE is the maximum hash block size that we'll support. +/* + * MAX_HASH_BLOCK_SIZE is the maximum hash block size that we'll support. * Currently SHA-384/512 has a 128-byte block size and that's the largest - * supported by TLS.) */ + * supported by TLS.) + */ #define MAX_HASH_BLOCK_SIZE 128 -/* ssl3_cbc_remove_padding removes padding from the decrypted, SSLv3, CBC +/*- + * ssl3_cbc_remove_padding removes padding from the decrypted, SSLv3, CBC * record in |rec| by updating |rec->length| in constant time. * * block_size: the block size of the cipher used to encrypt the record. * returns: * 0: (in non-constant time) if the record is publicly invalid. * 1: if the padding was valid - * -1: otherwise. */ -int ssl3_cbc_remove_padding(const SSL* s, - SSL3_RECORD *rec, - unsigned block_size, - unsigned mac_size) - { - unsigned padding_length, good; - const unsigned overhead = 1 /* padding length byte */ + mac_size; - - /* These lengths are all public so we can test them in non-constant - * time. */ - if (overhead > rec->length) - return 0; - - padding_length = rec->data[rec->length-1]; - good = constant_time_ge(rec->length, padding_length+overhead); - /* SSLv3 requires that the padding is minimal. */ - good &= constant_time_ge(block_size, padding_length+1); - padding_length = good & (padding_length+1); - rec->length -= padding_length; - rec->type |= padding_length<<8; /* kludge: pass padding length */ - return constant_time_select_int(good, 1, -1); - } - -/* tls1_cbc_remove_padding removes the CBC padding from the decrypted, TLS, CBC + * -1: otherwise. + */ +int ssl3_cbc_remove_padding(const SSL *s, + SSL3_RECORD *rec, + unsigned block_size, unsigned mac_size) +{ + unsigned padding_length, good; + const unsigned overhead = 1 /* padding length byte */ + mac_size; + + /* + * These lengths are all public so we can test them in non-constant time. + */ + if (overhead > rec->length) + return 0; + + padding_length = rec->data[rec->length - 1]; + good = constant_time_ge(rec->length, padding_length + overhead); + /* SSLv3 requires that the padding is minimal. */ + good &= constant_time_ge(block_size, padding_length + 1); + padding_length = good & (padding_length + 1); + rec->length -= padding_length; + rec->type |= padding_length << 8; /* kludge: pass padding length */ + return constant_time_select_int(good, 1, -1); +} + +/*- + * tls1_cbc_remove_padding removes the CBC padding from the decrypted, TLS, CBC * record in |rec| in constant time and returns 1 if the padding is valid and * -1 otherwise. It also removes any explicit IV from the start of the record * without leaking any timing about whether there was enough space after the @@ -109,94 +116,92 @@ int ssl3_cbc_remove_padding(const SSL* s, * returns: * 0: (in non-constant time) if the record is publicly invalid. * 1: if the padding was valid - * -1: otherwise. */ -int tls1_cbc_remove_padding(const SSL* s, - SSL3_RECORD *rec, - unsigned block_size, - unsigned mac_size) - { - unsigned padding_length, good, to_check, i; - const unsigned overhead = 1 /* padding length byte */ + mac_size; - /* Check if version requires explicit IV */ - if (s->version >= TLS1_1_VERSION || s->version == DTLS1_BAD_VER) - { - /* These lengths are all public so we can test them in - * non-constant time. - */ - if (overhead + block_size > rec->length) - return 0; - /* We can now safely skip explicit IV */ - rec->data += block_size; - rec->input += block_size; - rec->length -= block_size; - } - else if (overhead > rec->length) - return 0; - - padding_length = rec->data[rec->length-1]; - - /* NB: if compression is in operation the first packet may not be of - * even length so the padding bug check cannot be performed. This bug - * workaround has been around since SSLeay so hopefully it is either - * fixed now or no buggy implementation supports compression [steve] - */ - if ( (s->options&SSL_OP_TLS_BLOCK_PADDING_BUG) && !s->expand) - { - /* First packet is even in size, so check */ - if ((memcmp(s->s3->read_sequence, "\0\0\0\0\0\0\0\0",8) == 0) && - !(padding_length & 1)) - { - s->s3->flags|=TLS1_FLAGS_TLS_PADDING_BUG; - } - if ((s->s3->flags & TLS1_FLAGS_TLS_PADDING_BUG) && - padding_length > 0) - { - padding_length--; - } - } - - if (EVP_CIPHER_flags(s->enc_read_ctx->cipher)&EVP_CIPH_FLAG_AEAD_CIPHER) - { - /* padding is already verified */ - rec->length -= padding_length + 1; - return 1; - } - - good = constant_time_ge(rec->length, overhead+padding_length); - /* The padding consists of a length byte at the end of the record and - * then that many bytes of padding, all with the same value as the - * length byte. Thus, with the length byte included, there are i+1 - * bytes of padding. - * - * We can't check just |padding_length+1| bytes because that leaks - * decrypted information. Therefore we always have to check the maximum - * amount of padding possible. (Again, the length of the record is - * public information so we can use it.) */ - to_check = 255; /* maximum amount of padding. */ - if (to_check > rec->length-1) - to_check = rec->length-1; - - for (i = 0; i < to_check; i++) - { - unsigned char mask = constant_time_ge_8(padding_length, i); - unsigned char b = rec->data[rec->length-1-i]; - /* The final |padding_length+1| bytes should all have the value - * |padding_length|. Therefore the XOR should be zero. */ - good &= ~(mask&(padding_length ^ b)); - } - - /* If any of the final |padding_length+1| bytes had the wrong value, - * one or more of the lower eight bits of |good| will be cleared. - */ - good = constant_time_eq(0xff, good & 0xff); - padding_length = good & (padding_length+1); - rec->length -= padding_length; - rec->type |= padding_length<<8; /* kludge: pass padding length */ - - return constant_time_select_int(good, 1, -1); - } - -/* ssl3_cbc_copy_mac copies |md_size| bytes from the end of |rec| to |out| in + * -1: otherwise. + */ +int tls1_cbc_remove_padding(const SSL *s, + SSL3_RECORD *rec, + unsigned block_size, unsigned mac_size) +{ + unsigned padding_length, good, to_check, i; + const unsigned overhead = 1 /* padding length byte */ + mac_size; + /* Check if version requires explicit IV */ + if (SSL_USE_EXPLICIT_IV(s)) { + /* + * These lengths are all public so we can test them in non-constant + * time. + */ + if (overhead + block_size > rec->length) + return 0; + /* We can now safely skip explicit IV */ + rec->data += block_size; + rec->input += block_size; + rec->length -= block_size; + } else if (overhead > rec->length) + return 0; + + padding_length = rec->data[rec->length - 1]; + + /* + * NB: if compression is in operation the first packet may not be of even + * length so the padding bug check cannot be performed. This bug + * workaround has been around since SSLeay so hopefully it is either + * fixed now or no buggy implementation supports compression [steve] + */ + if ((s->options & SSL_OP_TLS_BLOCK_PADDING_BUG) && !s->expand) { + /* First packet is even in size, so check */ + if ((memcmp(s->s3->read_sequence, "\0\0\0\0\0\0\0\0", 8) == 0) && + !(padding_length & 1)) { + s->s3->flags |= TLS1_FLAGS_TLS_PADDING_BUG; + } + if ((s->s3->flags & TLS1_FLAGS_TLS_PADDING_BUG) && padding_length > 0) { + padding_length--; + } + } + + if (EVP_CIPHER_flags(s->enc_read_ctx->cipher) & EVP_CIPH_FLAG_AEAD_CIPHER) { + /* padding is already verified */ + rec->length -= padding_length + 1; + return 1; + } + + good = constant_time_ge(rec->length, overhead + padding_length); + /* + * The padding consists of a length byte at the end of the record and + * then that many bytes of padding, all with the same value as the length + * byte. Thus, with the length byte included, there are i+1 bytes of + * padding. We can't check just |padding_length+1| bytes because that + * leaks decrypted information. Therefore we always have to check the + * maximum amount of padding possible. (Again, the length of the record + * is public information so we can use it.) + */ + to_check = 255; /* maximum amount of padding. */ + if (to_check > rec->length - 1) + to_check = rec->length - 1; + + for (i = 0; i < to_check; i++) { + unsigned char mask = constant_time_ge_8(padding_length, i); + unsigned char b = rec->data[rec->length - 1 - i]; + /* + * The final |padding_length+1| bytes should all have the value + * |padding_length|. Therefore the XOR should be zero. + */ + good &= ~(mask & (padding_length ^ b)); + } + + /* + * If any of the final |padding_length+1| bytes had the wrong value, one + * or more of the lower eight bits of |good| will be cleared. + */ + good = constant_time_eq(0xff, good & 0xff); + padding_length = good & (padding_length + 1); + rec->length -= padding_length; + rec->type |= padding_length << 8; /* kludge: pass padding length */ + + return constant_time_select_int(good, 1, -1); +} + +/*- + * ssl3_cbc_copy_mac copies |md_size| bytes from the end of |rec| to |out| in * constant time (independent of the concrete value of rec->length, which may * vary within a 256-byte window). * @@ -215,170 +220,179 @@ int tls1_cbc_remove_padding(const SSL* s, */ #define CBC_MAC_ROTATE_IN_PLACE -void ssl3_cbc_copy_mac(unsigned char* out, - const SSL3_RECORD *rec, - unsigned md_size,unsigned orig_len) - { +void ssl3_cbc_copy_mac(unsigned char *out, + const SSL3_RECORD *rec, + unsigned md_size, unsigned orig_len) +{ #if defined(CBC_MAC_ROTATE_IN_PLACE) - unsigned char rotated_mac_buf[64+EVP_MAX_MD_SIZE]; - unsigned char *rotated_mac; + unsigned char rotated_mac_buf[64 + EVP_MAX_MD_SIZE]; + unsigned char *rotated_mac; #else - unsigned char rotated_mac[EVP_MAX_MD_SIZE]; + unsigned char rotated_mac[EVP_MAX_MD_SIZE]; #endif - /* mac_end is the index of |rec->data| just after the end of the MAC. */ - unsigned mac_end = rec->length; - unsigned mac_start = mac_end - md_size; - /* scan_start contains the number of bytes that we can ignore because - * the MAC's position can only vary by 255 bytes. */ - unsigned scan_start = 0; - unsigned i, j; - unsigned div_spoiler; - unsigned rotate_offset; - - OPENSSL_assert(orig_len >= md_size); - OPENSSL_assert(md_size <= EVP_MAX_MD_SIZE); + /* + * mac_end is the index of |rec->data| just after the end of the MAC. + */ + unsigned mac_end = rec->length; + unsigned mac_start = mac_end - md_size; + /* + * scan_start contains the number of bytes that we can ignore because the + * MAC's position can only vary by 255 bytes. + */ + unsigned scan_start = 0; + unsigned i, j; + unsigned div_spoiler; + unsigned rotate_offset; + + OPENSSL_assert(orig_len >= md_size); + OPENSSL_assert(md_size <= EVP_MAX_MD_SIZE); #if defined(CBC_MAC_ROTATE_IN_PLACE) - rotated_mac = rotated_mac_buf + ((0-(size_t)rotated_mac_buf)&63); + rotated_mac = rotated_mac_buf + ((0 - (size_t)rotated_mac_buf) & 63); #endif - /* This information is public so it's safe to branch based on it. */ - if (orig_len > md_size + 255 + 1) - scan_start = orig_len - (md_size + 255 + 1); - /* div_spoiler contains a multiple of md_size that is used to cause the - * modulo operation to be constant time. Without this, the time varies - * based on the amount of padding when running on Intel chips at least. - * - * The aim of right-shifting md_size is so that the compiler doesn't - * figure out that it can remove div_spoiler as that would require it - * to prove that md_size is always even, which I hope is beyond it. */ - div_spoiler = md_size >> 1; - div_spoiler <<= (sizeof(div_spoiler)-1)*8; - rotate_offset = (div_spoiler + mac_start - scan_start) % md_size; - - memset(rotated_mac, 0, md_size); - for (i = scan_start, j = 0; i < orig_len; i++) - { - unsigned char mac_started = constant_time_ge_8(i, mac_start); - unsigned char mac_ended = constant_time_ge_8(i, mac_end); - unsigned char b = rec->data[i]; - rotated_mac[j++] |= b & mac_started & ~mac_ended; - j &= constant_time_lt(j,md_size); - } - - /* Now rotate the MAC */ + /* This information is public so it's safe to branch based on it. */ + if (orig_len > md_size + 255 + 1) + scan_start = orig_len - (md_size + 255 + 1); + /* + * div_spoiler contains a multiple of md_size that is used to cause the + * modulo operation to be constant time. Without this, the time varies + * based on the amount of padding when running on Intel chips at least. + * The aim of right-shifting md_size is so that the compiler doesn't + * figure out that it can remove div_spoiler as that would require it to + * prove that md_size is always even, which I hope is beyond it. + */ + div_spoiler = md_size >> 1; + div_spoiler <<= (sizeof(div_spoiler) - 1) * 8; + rotate_offset = (div_spoiler + mac_start - scan_start) % md_size; + + memset(rotated_mac, 0, md_size); + for (i = scan_start, j = 0; i < orig_len; i++) { + unsigned char mac_started = constant_time_ge_8(i, mac_start); + unsigned char mac_ended = constant_time_ge_8(i, mac_end); + unsigned char b = rec->data[i]; + rotated_mac[j++] |= b & mac_started & ~mac_ended; + j &= constant_time_lt(j, md_size); + } + + /* Now rotate the MAC */ #if defined(CBC_MAC_ROTATE_IN_PLACE) - j = 0; - for (i = 0; i < md_size; i++) - { - /* in case cache-line is 32 bytes, touch second line */ - ((volatile unsigned char *)rotated_mac)[rotate_offset^32]; - out[j++] = rotated_mac[rotate_offset++]; - rotate_offset &= constant_time_lt(rotate_offset,md_size); - } + j = 0; + for (i = 0; i < md_size; i++) { + /* in case cache-line is 32 bytes, touch second line */ + ((volatile unsigned char *)rotated_mac)[rotate_offset ^ 32]; + out[j++] = rotated_mac[rotate_offset++]; + rotate_offset &= constant_time_lt(rotate_offset, md_size); + } #else - memset(out, 0, md_size); - rotate_offset = md_size - rotate_offset; - rotate_offset &= constant_time_lt(rotate_offset,md_size); - for (i = 0; i < md_size; i++) - { - for (j = 0; j < md_size; j++) - out[j] |= rotated_mac[i] & constant_time_eq_8(j, rotate_offset); - rotate_offset++; - rotate_offset &= constant_time_lt(rotate_offset,md_size); - } + memset(out, 0, md_size); + rotate_offset = md_size - rotate_offset; + rotate_offset &= constant_time_lt(rotate_offset, md_size); + for (i = 0; i < md_size; i++) { + for (j = 0; j < md_size; j++) + out[j] |= rotated_mac[i] & constant_time_eq_8(j, rotate_offset); + rotate_offset++; + rotate_offset &= constant_time_lt(rotate_offset, md_size); + } #endif - } +} -/* u32toLE serialises an unsigned, 32-bit number (n) as four bytes at (p) in - * little-endian order. The value of p is advanced by four. */ +/* + * u32toLE serialises an unsigned, 32-bit number (n) as four bytes at (p) in + * little-endian order. The value of p is advanced by four. + */ #define u32toLE(n, p) \ - (*((p)++)=(unsigned char)(n), \ - *((p)++)=(unsigned char)(n>>8), \ - *((p)++)=(unsigned char)(n>>16), \ - *((p)++)=(unsigned char)(n>>24)) - -/* These functions serialize the state of a hash and thus perform the standard - * "final" operation without adding the padding and length that such a function - * typically does. */ -static void tls1_md5_final_raw(void* ctx, unsigned char *md_out) - { - MD5_CTX *md5 = ctx; - u32toLE(md5->A, md_out); - u32toLE(md5->B, md_out); - u32toLE(md5->C, md_out); - u32toLE(md5->D, md_out); - } - -static void tls1_sha1_final_raw(void* ctx, unsigned char *md_out) - { - SHA_CTX *sha1 = ctx; - l2n(sha1->h0, md_out); - l2n(sha1->h1, md_out); - l2n(sha1->h2, md_out); - l2n(sha1->h3, md_out); - l2n(sha1->h4, md_out); - } + (*((p)++)=(unsigned char)(n), \ + *((p)++)=(unsigned char)(n>>8), \ + *((p)++)=(unsigned char)(n>>16), \ + *((p)++)=(unsigned char)(n>>24)) + +/* + * These functions serialize the state of a hash and thus perform the + * standard "final" operation without adding the padding and length that such + * a function typically does. + */ +static void tls1_md5_final_raw(void *ctx, unsigned char *md_out) +{ + MD5_CTX *md5 = ctx; + u32toLE(md5->A, md_out); + u32toLE(md5->B, md_out); + u32toLE(md5->C, md_out); + u32toLE(md5->D, md_out); +} + +static void tls1_sha1_final_raw(void *ctx, unsigned char *md_out) +{ + SHA_CTX *sha1 = ctx; + l2n(sha1->h0, md_out); + l2n(sha1->h1, md_out); + l2n(sha1->h2, md_out); + l2n(sha1->h3, md_out); + l2n(sha1->h4, md_out); +} + #define LARGEST_DIGEST_CTX SHA_CTX #ifndef OPENSSL_NO_SHA256 -static void tls1_sha256_final_raw(void* ctx, unsigned char *md_out) - { - SHA256_CTX *sha256 = ctx; - unsigned i; - - for (i = 0; i < 8; i++) - { - l2n(sha256->h[i], md_out); - } - } -#undef LARGEST_DIGEST_CTX -#define LARGEST_DIGEST_CTX SHA256_CTX +static void tls1_sha256_final_raw(void *ctx, unsigned char *md_out) +{ + SHA256_CTX *sha256 = ctx; + unsigned i; + + for (i = 0; i < 8; i++) { + l2n(sha256->h[i], md_out); + } +} + +# undef LARGEST_DIGEST_CTX +# define LARGEST_DIGEST_CTX SHA256_CTX #endif #ifndef OPENSSL_NO_SHA512 -static void tls1_sha512_final_raw(void* ctx, unsigned char *md_out) - { - SHA512_CTX *sha512 = ctx; - unsigned i; - - for (i = 0; i < 8; i++) - { - l2n8(sha512->h[i], md_out); - } - } -#undef LARGEST_DIGEST_CTX -#define LARGEST_DIGEST_CTX SHA512_CTX +static void tls1_sha512_final_raw(void *ctx, unsigned char *md_out) +{ + SHA512_CTX *sha512 = ctx; + unsigned i; + + for (i = 0; i < 8; i++) { + l2n8(sha512->h[i], md_out); + } +} + +# undef LARGEST_DIGEST_CTX +# define LARGEST_DIGEST_CTX SHA512_CTX #endif -/* ssl3_cbc_record_digest_supported returns 1 iff |ctx| uses a hash function - * which ssl3_cbc_digest_record supports. */ +/* + * ssl3_cbc_record_digest_supported returns 1 iff |ctx| uses a hash function + * which ssl3_cbc_digest_record supports. + */ char ssl3_cbc_record_digest_supported(const EVP_MD_CTX *ctx) - { +{ #ifdef OPENSSL_FIPS - if (FIPS_mode()) - return 0; + if (FIPS_mode()) + return 0; #endif - switch (EVP_MD_CTX_type(ctx)) - { - case NID_md5: - case NID_sha1: + switch (EVP_MD_CTX_type(ctx)) { + case NID_md5: + case NID_sha1: #ifndef OPENSSL_NO_SHA256 - case NID_sha224: - case NID_sha256: + case NID_sha224: + case NID_sha256: #endif #ifndef OPENSSL_NO_SHA512 - case NID_sha384: - case NID_sha512: + case NID_sha384: + case NID_sha512: #endif - return 1; - default: - return 0; - } - } - -/* ssl3_cbc_digest_record computes the MAC of a decrypted, padded SSLv3/TLS + return 1; + default: + return 0; + } +} + +/*- + * ssl3_cbc_digest_record computes the MAC of a decrypted, padded SSLv3/TLS * record. * * ctx: the EVP_MD_CTX from which we take the hash function. @@ -396,360 +410,386 @@ char ssl3_cbc_record_digest_supported(const EVP_MD_CTX *ctx) * On entry: by virtue of having been through one of the remove_padding * functions, above, we know that data_plus_mac_size is large enough to contain * a padding byte and MAC. (If the padding was invalid, it might contain the - * padding too. ) */ -void ssl3_cbc_digest_record( - const EVP_MD_CTX *ctx, - unsigned char* md_out, - size_t* md_out_size, - const unsigned char header[13], - const unsigned char *data, - size_t data_plus_mac_size, - size_t data_plus_mac_plus_padding_size, - const unsigned char *mac_secret, - unsigned mac_secret_length, - char is_sslv3) - { - union { double align; - unsigned char c[sizeof(LARGEST_DIGEST_CTX)]; } md_state; - void (*md_final_raw)(void *ctx, unsigned char *md_out); - void (*md_transform)(void *ctx, const unsigned char *block); - unsigned md_size, md_block_size = 64; - unsigned sslv3_pad_length = 40, header_length, variance_blocks, - len, max_mac_bytes, num_blocks, - num_starting_blocks, k, mac_end_offset, c, index_a, index_b; - unsigned int bits; /* at most 18 bits */ - unsigned char length_bytes[MAX_HASH_BIT_COUNT_BYTES]; - /* hmac_pad is the masked HMAC key. */ - unsigned char hmac_pad[MAX_HASH_BLOCK_SIZE]; - unsigned char first_block[MAX_HASH_BLOCK_SIZE]; - unsigned char mac_out[EVP_MAX_MD_SIZE]; - unsigned i, j, md_out_size_u; - EVP_MD_CTX md_ctx; - /* mdLengthSize is the number of bytes in the length field that terminates - * the hash. */ - unsigned md_length_size = 8; - char length_is_big_endian = 1; - - /* This is a, hopefully redundant, check that allows us to forget about - * many possible overflows later in this function. */ - OPENSSL_assert(data_plus_mac_plus_padding_size < 1024*1024); - - switch (EVP_MD_CTX_type(ctx)) - { - case NID_md5: - MD5_Init((MD5_CTX*)md_state.c); - md_final_raw = tls1_md5_final_raw; - md_transform = (void(*)(void *ctx, const unsigned char *block)) MD5_Transform; - md_size = 16; - sslv3_pad_length = 48; - length_is_big_endian = 0; - break; - case NID_sha1: - SHA1_Init((SHA_CTX*)md_state.c); - md_final_raw = tls1_sha1_final_raw; - md_transform = (void(*)(void *ctx, const unsigned char *block)) SHA1_Transform; - md_size = 20; - break; + * padding too. ) + */ +void ssl3_cbc_digest_record(const EVP_MD_CTX *ctx, + unsigned char *md_out, + size_t *md_out_size, + const unsigned char header[13], + const unsigned char *data, + size_t data_plus_mac_size, + size_t data_plus_mac_plus_padding_size, + const unsigned char *mac_secret, + unsigned mac_secret_length, char is_sslv3) +{ + union { + double align; + unsigned char c[sizeof(LARGEST_DIGEST_CTX)]; + } md_state; + void (*md_final_raw) (void *ctx, unsigned char *md_out); + void (*md_transform) (void *ctx, const unsigned char *block); + unsigned md_size, md_block_size = 64; + unsigned sslv3_pad_length = 40, header_length, variance_blocks, + len, max_mac_bytes, num_blocks, + num_starting_blocks, k, mac_end_offset, c, index_a, index_b; + unsigned int bits; /* at most 18 bits */ + unsigned char length_bytes[MAX_HASH_BIT_COUNT_BYTES]; + /* hmac_pad is the masked HMAC key. */ + unsigned char hmac_pad[MAX_HASH_BLOCK_SIZE]; + unsigned char first_block[MAX_HASH_BLOCK_SIZE]; + unsigned char mac_out[EVP_MAX_MD_SIZE]; + unsigned i, j, md_out_size_u; + EVP_MD_CTX md_ctx; + /* + * mdLengthSize is the number of bytes in the length field that + * terminates * the hash. + */ + unsigned md_length_size = 8; + char length_is_big_endian = 1; + + /* + * This is a, hopefully redundant, check that allows us to forget about + * many possible overflows later in this function. + */ + OPENSSL_assert(data_plus_mac_plus_padding_size < 1024 * 1024); + + switch (EVP_MD_CTX_type(ctx)) { + case NID_md5: + MD5_Init((MD5_CTX *)md_state.c); + md_final_raw = tls1_md5_final_raw; + md_transform = + (void (*)(void *ctx, const unsigned char *block))MD5_Transform; + md_size = 16; + sslv3_pad_length = 48; + length_is_big_endian = 0; + break; + case NID_sha1: + SHA1_Init((SHA_CTX *)md_state.c); + md_final_raw = tls1_sha1_final_raw; + md_transform = + (void (*)(void *ctx, const unsigned char *block))SHA1_Transform; + md_size = 20; + break; #ifndef OPENSSL_NO_SHA256 - case NID_sha224: - SHA224_Init((SHA256_CTX*)md_state.c); - md_final_raw = tls1_sha256_final_raw; - md_transform = (void(*)(void *ctx, const unsigned char *block)) SHA256_Transform; - md_size = 224/8; - break; - case NID_sha256: - SHA256_Init((SHA256_CTX*)md_state.c); - md_final_raw = tls1_sha256_final_raw; - md_transform = (void(*)(void *ctx, const unsigned char *block)) SHA256_Transform; - md_size = 32; - break; + case NID_sha224: + SHA224_Init((SHA256_CTX *)md_state.c); + md_final_raw = tls1_sha256_final_raw; + md_transform = + (void (*)(void *ctx, const unsigned char *block))SHA256_Transform; + md_size = 224 / 8; + break; + case NID_sha256: + SHA256_Init((SHA256_CTX *)md_state.c); + md_final_raw = tls1_sha256_final_raw; + md_transform = + (void (*)(void *ctx, const unsigned char *block))SHA256_Transform; + md_size = 32; + break; #endif #ifndef OPENSSL_NO_SHA512 - case NID_sha384: - SHA384_Init((SHA512_CTX*)md_state.c); - md_final_raw = tls1_sha512_final_raw; - md_transform = (void(*)(void *ctx, const unsigned char *block)) SHA512_Transform; - md_size = 384/8; - md_block_size = 128; - md_length_size = 16; - break; - case NID_sha512: - SHA512_Init((SHA512_CTX*)md_state.c); - md_final_raw = tls1_sha512_final_raw; - md_transform = (void(*)(void *ctx, const unsigned char *block)) SHA512_Transform; - md_size = 64; - md_block_size = 128; - md_length_size = 16; - break; + case NID_sha384: + SHA384_Init((SHA512_CTX *)md_state.c); + md_final_raw = tls1_sha512_final_raw; + md_transform = + (void (*)(void *ctx, const unsigned char *block))SHA512_Transform; + md_size = 384 / 8; + md_block_size = 128; + md_length_size = 16; + break; + case NID_sha512: + SHA512_Init((SHA512_CTX *)md_state.c); + md_final_raw = tls1_sha512_final_raw; + md_transform = + (void (*)(void *ctx, const unsigned char *block))SHA512_Transform; + md_size = 64; + md_block_size = 128; + md_length_size = 16; + break; #endif - default: - /* ssl3_cbc_record_digest_supported should have been - * called first to check that the hash function is - * supported. */ - OPENSSL_assert(0); - if (md_out_size) - *md_out_size = -1; - return; - } - - OPENSSL_assert(md_length_size <= MAX_HASH_BIT_COUNT_BYTES); - OPENSSL_assert(md_block_size <= MAX_HASH_BLOCK_SIZE); - OPENSSL_assert(md_size <= EVP_MAX_MD_SIZE); - - header_length = 13; - if (is_sslv3) - { - header_length = - mac_secret_length + - sslv3_pad_length + - 8 /* sequence number */ + - 1 /* record type */ + - 2 /* record length */; - } - - /* variance_blocks is the number of blocks of the hash that we have to - * calculate in constant time because they could be altered by the - * padding value. - * - * In SSLv3, the padding must be minimal so the end of the plaintext - * varies by, at most, 15+20 = 35 bytes. (We conservatively assume that - * the MAC size varies from 0..20 bytes.) In case the 9 bytes of hash - * termination (0x80 + 64-bit length) don't fit in the final block, we - * say that the final two blocks can vary based on the padding. - * - * TLSv1 has MACs up to 48 bytes long (SHA-384) and the padding is not - * required to be minimal. Therefore we say that the final six blocks - * can vary based on the padding. - * - * Later in the function, if the message is short and there obviously - * cannot be this many blocks then variance_blocks can be reduced. */ - variance_blocks = is_sslv3 ? 2 : 6; - /* From now on we're dealing with the MAC, which conceptually has 13 - * bytes of `header' before the start of the data (TLS) or 71/75 bytes - * (SSLv3) */ - len = data_plus_mac_plus_padding_size + header_length; - /* max_mac_bytes contains the maximum bytes of bytes in the MAC, including - * |header|, assuming that there's no padding. */ - max_mac_bytes = len - md_size - 1; - /* num_blocks is the maximum number of hash blocks. */ - num_blocks = (max_mac_bytes + 1 + md_length_size + md_block_size - 1) / md_block_size; - /* In order to calculate the MAC in constant time we have to handle - * the final blocks specially because the padding value could cause the - * end to appear somewhere in the final |variance_blocks| blocks and we - * can't leak where. However, |num_starting_blocks| worth of data can - * be hashed right away because no padding value can affect whether - * they are plaintext. */ - num_starting_blocks = 0; - /* k is the starting byte offset into the conceptual header||data where - * we start processing. */ - k = 0; - /* mac_end_offset is the index just past the end of the data to be - * MACed. */ - mac_end_offset = data_plus_mac_size + header_length - md_size; - /* c is the index of the 0x80 byte in the final hash block that - * contains application data. */ - c = mac_end_offset % md_block_size; - /* index_a is the hash block number that contains the 0x80 terminating - * value. */ - index_a = mac_end_offset / md_block_size; - /* index_b is the hash block number that contains the 64-bit hash - * length, in bits. */ - index_b = (mac_end_offset + md_length_size) / md_block_size; - /* bits is the hash-length in bits. It includes the additional hash - * block for the masked HMAC key, or whole of |header| in the case of - * SSLv3. */ - - /* For SSLv3, if we're going to have any starting blocks then we need - * at least two because the header is larger than a single block. */ - if (num_blocks > variance_blocks + (is_sslv3 ? 1 : 0)) - { - num_starting_blocks = num_blocks - variance_blocks; - k = md_block_size*num_starting_blocks; - } - - bits = 8*mac_end_offset; - if (!is_sslv3) - { - /* Compute the initial HMAC block. For SSLv3, the padding and - * secret bytes are included in |header| because they take more - * than a single block. */ - bits += 8*md_block_size; - memset(hmac_pad, 0, md_block_size); - OPENSSL_assert(mac_secret_length <= sizeof(hmac_pad)); - memcpy(hmac_pad, mac_secret, mac_secret_length); - for (i = 0; i < md_block_size; i++) - hmac_pad[i] ^= 0x36; - - md_transform(md_state.c, hmac_pad); - } - - if (length_is_big_endian) - { - memset(length_bytes,0,md_length_size-4); - length_bytes[md_length_size-4] = (unsigned char)(bits>>24); - length_bytes[md_length_size-3] = (unsigned char)(bits>>16); - length_bytes[md_length_size-2] = (unsigned char)(bits>>8); - length_bytes[md_length_size-1] = (unsigned char)bits; - } - else - { - memset(length_bytes,0,md_length_size); - length_bytes[md_length_size-5] = (unsigned char)(bits>>24); - length_bytes[md_length_size-6] = (unsigned char)(bits>>16); - length_bytes[md_length_size-7] = (unsigned char)(bits>>8); - length_bytes[md_length_size-8] = (unsigned char)bits; - } - - if (k > 0) - { - if (is_sslv3) - { - /* The SSLv3 header is larger than a single block. - * overhang is the number of bytes beyond a single - * block that the header consumes: either 7 bytes - * (SHA1) or 11 bytes (MD5). */ - unsigned overhang = header_length-md_block_size; - md_transform(md_state.c, header); - memcpy(first_block, header + md_block_size, overhang); - memcpy(first_block + overhang, data, md_block_size-overhang); - md_transform(md_state.c, first_block); - for (i = 1; i < k/md_block_size - 1; i++) - md_transform(md_state.c, data + md_block_size*i - overhang); - } - else - { - /* k is a multiple of md_block_size. */ - memcpy(first_block, header, 13); - memcpy(first_block+13, data, md_block_size-13); - md_transform(md_state.c, first_block); - for (i = 1; i < k/md_block_size; i++) - md_transform(md_state.c, data + md_block_size*i - 13); - } - } - - memset(mac_out, 0, sizeof(mac_out)); - - /* We now process the final hash blocks. For each block, we construct - * it in constant time. If the |i==index_a| then we'll include the 0x80 - * bytes and zero pad etc. For each block we selectively copy it, in - * constant time, to |mac_out|. */ - for (i = num_starting_blocks; i <= num_starting_blocks+variance_blocks; i++) - { - unsigned char block[MAX_HASH_BLOCK_SIZE]; - unsigned char is_block_a = constant_time_eq_8(i, index_a); - unsigned char is_block_b = constant_time_eq_8(i, index_b); - for (j = 0; j < md_block_size; j++) - { - unsigned char b = 0, is_past_c, is_past_cp1; - if (k < header_length) - b = header[k]; - else if (k < data_plus_mac_plus_padding_size + header_length) - b = data[k-header_length]; - k++; - - is_past_c = is_block_a & constant_time_ge_8(j, c); - is_past_cp1 = is_block_a & constant_time_ge_8(j, c+1); - /* If this is the block containing the end of the - * application data, and we are at the offset for the - * 0x80 value, then overwrite b with 0x80. */ - b = constant_time_select_8(is_past_c, 0x80, b); - /* If this the the block containing the end of the - * application data and we're past the 0x80 value then - * just write zero. */ - b = b&~is_past_cp1; - /* If this is index_b (the final block), but not - * index_a (the end of the data), then the 64-bit - * length didn't fit into index_a and we're having to - * add an extra block of zeros. */ - b &= ~is_block_b | is_block_a; - - /* The final bytes of one of the blocks contains the - * length. */ - if (j >= md_block_size - md_length_size) - { - /* If this is index_b, write a length byte. */ - b = constant_time_select_8( - is_block_b, length_bytes[j-(md_block_size-md_length_size)], b); - } - block[j] = b; - } - - md_transform(md_state.c, block); - md_final_raw(md_state.c, block); - /* If this is index_b, copy the hash value to |mac_out|. */ - for (j = 0; j < md_size; j++) - mac_out[j] |= block[j]&is_block_b; - } - - EVP_MD_CTX_init(&md_ctx); - EVP_DigestInit_ex(&md_ctx, ctx->digest, NULL /* engine */); - if (is_sslv3) - { - /* We repurpose |hmac_pad| to contain the SSLv3 pad2 block. */ - memset(hmac_pad, 0x5c, sslv3_pad_length); - - EVP_DigestUpdate(&md_ctx, mac_secret, mac_secret_length); - EVP_DigestUpdate(&md_ctx, hmac_pad, sslv3_pad_length); - EVP_DigestUpdate(&md_ctx, mac_out, md_size); - } - else - { - /* Complete the HMAC in the standard manner. */ - for (i = 0; i < md_block_size; i++) - hmac_pad[i] ^= 0x6a; - - EVP_DigestUpdate(&md_ctx, hmac_pad, md_block_size); - EVP_DigestUpdate(&md_ctx, mac_out, md_size); - } - EVP_DigestFinal(&md_ctx, md_out, &md_out_size_u); - if (md_out_size) - *md_out_size = md_out_size_u; - EVP_MD_CTX_cleanup(&md_ctx); - } + default: + /* + * ssl3_cbc_record_digest_supported should have been called first to + * check that the hash function is supported. + */ + OPENSSL_assert(0); + if (md_out_size) + *md_out_size = -1; + return; + } + + OPENSSL_assert(md_length_size <= MAX_HASH_BIT_COUNT_BYTES); + OPENSSL_assert(md_block_size <= MAX_HASH_BLOCK_SIZE); + OPENSSL_assert(md_size <= EVP_MAX_MD_SIZE); + + header_length = 13; + if (is_sslv3) { + header_length = mac_secret_length + sslv3_pad_length + 8 /* sequence + * number */ + + 1 /* record type */ + + 2 /* record length */ ; + } + + /* + * variance_blocks is the number of blocks of the hash that we have to + * calculate in constant time because they could be altered by the + * padding value. In SSLv3, the padding must be minimal so the end of + * the plaintext varies by, at most, 15+20 = 35 bytes. (We conservatively + * assume that the MAC size varies from 0..20 bytes.) In case the 9 bytes + * of hash termination (0x80 + 64-bit length) don't fit in the final + * block, we say that the final two blocks can vary based on the padding. + * TLSv1 has MACs up to 48 bytes long (SHA-384) and the padding is not + * required to be minimal. Therefore we say that the final six blocks can + * vary based on the padding. Later in the function, if the message is + * short and there obviously cannot be this many blocks then + * variance_blocks can be reduced. + */ + variance_blocks = is_sslv3 ? 2 : 6; + /* + * From now on we're dealing with the MAC, which conceptually has 13 + * bytes of `header' before the start of the data (TLS) or 71/75 bytes + * (SSLv3) + */ + len = data_plus_mac_plus_padding_size + header_length; + /* + * max_mac_bytes contains the maximum bytes of bytes in the MAC, + * including * |header|, assuming that there's no padding. + */ + max_mac_bytes = len - md_size - 1; + /* num_blocks is the maximum number of hash blocks. */ + num_blocks = + (max_mac_bytes + 1 + md_length_size + md_block_size - + 1) / md_block_size; + /* + * In order to calculate the MAC in constant time we have to handle the + * final blocks specially because the padding value could cause the end + * to appear somewhere in the final |variance_blocks| blocks and we can't + * leak where. However, |num_starting_blocks| worth of data can be hashed + * right away because no padding value can affect whether they are + * plaintext. + */ + num_starting_blocks = 0; + /* + * k is the starting byte offset into the conceptual header||data where + * we start processing. + */ + k = 0; + /* + * mac_end_offset is the index just past the end of the data to be MACed. + */ + mac_end_offset = data_plus_mac_size + header_length - md_size; + /* + * c is the index of the 0x80 byte in the final hash block that contains + * application data. + */ + c = mac_end_offset % md_block_size; + /* + * index_a is the hash block number that contains the 0x80 terminating + * value. + */ + index_a = mac_end_offset / md_block_size; + /* + * index_b is the hash block number that contains the 64-bit hash length, + * in bits. + */ + index_b = (mac_end_offset + md_length_size) / md_block_size; + /* + * bits is the hash-length in bits. It includes the additional hash block + * for the masked HMAC key, or whole of |header| in the case of SSLv3. + */ + + /* + * For SSLv3, if we're going to have any starting blocks then we need at + * least two because the header is larger than a single block. + */ + if (num_blocks > variance_blocks + (is_sslv3 ? 1 : 0)) { + num_starting_blocks = num_blocks - variance_blocks; + k = md_block_size * num_starting_blocks; + } + + bits = 8 * mac_end_offset; + if (!is_sslv3) { + /* + * Compute the initial HMAC block. For SSLv3, the padding and secret + * bytes are included in |header| because they take more than a + * single block. + */ + bits += 8 * md_block_size; + memset(hmac_pad, 0, md_block_size); + OPENSSL_assert(mac_secret_length <= sizeof(hmac_pad)); + memcpy(hmac_pad, mac_secret, mac_secret_length); + for (i = 0; i < md_block_size; i++) + hmac_pad[i] ^= 0x36; + + md_transform(md_state.c, hmac_pad); + } + + if (length_is_big_endian) { + memset(length_bytes, 0, md_length_size - 4); + length_bytes[md_length_size - 4] = (unsigned char)(bits >> 24); + length_bytes[md_length_size - 3] = (unsigned char)(bits >> 16); + length_bytes[md_length_size - 2] = (unsigned char)(bits >> 8); + length_bytes[md_length_size - 1] = (unsigned char)bits; + } else { + memset(length_bytes, 0, md_length_size); + length_bytes[md_length_size - 5] = (unsigned char)(bits >> 24); + length_bytes[md_length_size - 6] = (unsigned char)(bits >> 16); + length_bytes[md_length_size - 7] = (unsigned char)(bits >> 8); + length_bytes[md_length_size - 8] = (unsigned char)bits; + } + + if (k > 0) { + if (is_sslv3) { + /* + * The SSLv3 header is larger than a single block. overhang is + * the number of bytes beyond a single block that the header + * consumes: either 7 bytes (SHA1) or 11 bytes (MD5). + */ + unsigned overhang = header_length - md_block_size; + md_transform(md_state.c, header); + memcpy(first_block, header + md_block_size, overhang); + memcpy(first_block + overhang, data, md_block_size - overhang); + md_transform(md_state.c, first_block); + for (i = 1; i < k / md_block_size - 1; i++) + md_transform(md_state.c, data + md_block_size * i - overhang); + } else { + /* k is a multiple of md_block_size. */ + memcpy(first_block, header, 13); + memcpy(first_block + 13, data, md_block_size - 13); + md_transform(md_state.c, first_block); + for (i = 1; i < k / md_block_size; i++) + md_transform(md_state.c, data + md_block_size * i - 13); + } + } + + memset(mac_out, 0, sizeof(mac_out)); + + /* + * We now process the final hash blocks. For each block, we construct it + * in constant time. If the |i==index_a| then we'll include the 0x80 + * bytes and zero pad etc. For each block we selectively copy it, in + * constant time, to |mac_out|. + */ + for (i = num_starting_blocks; i <= num_starting_blocks + variance_blocks; + i++) { + unsigned char block[MAX_HASH_BLOCK_SIZE]; + unsigned char is_block_a = constant_time_eq_8(i, index_a); + unsigned char is_block_b = constant_time_eq_8(i, index_b); + for (j = 0; j < md_block_size; j++) { + unsigned char b = 0, is_past_c, is_past_cp1; + if (k < header_length) + b = header[k]; + else if (k < data_plus_mac_plus_padding_size + header_length) + b = data[k - header_length]; + k++; + + is_past_c = is_block_a & constant_time_ge_8(j, c); + is_past_cp1 = is_block_a & constant_time_ge_8(j, c + 1); + /* + * If this is the block containing the end of the application + * data, and we are at the offset for the 0x80 value, then + * overwrite b with 0x80. + */ + b = constant_time_select_8(is_past_c, 0x80, b); + /* + * If this the the block containing the end of the application + * data and we're past the 0x80 value then just write zero. + */ + b = b & ~is_past_cp1; + /* + * If this is index_b (the final block), but not index_a (the end + * of the data), then the 64-bit length didn't fit into index_a + * and we're having to add an extra block of zeros. + */ + b &= ~is_block_b | is_block_a; + + /* + * The final bytes of one of the blocks contains the length. + */ + if (j >= md_block_size - md_length_size) { + /* If this is index_b, write a length byte. */ + b = constant_time_select_8(is_block_b, + length_bytes[j - + (md_block_size - + md_length_size)], b); + } + block[j] = b; + } + + md_transform(md_state.c, block); + md_final_raw(md_state.c, block); + /* If this is index_b, copy the hash value to |mac_out|. */ + for (j = 0; j < md_size; j++) + mac_out[j] |= block[j] & is_block_b; + } + + EVP_MD_CTX_init(&md_ctx); + EVP_DigestInit_ex(&md_ctx, ctx->digest, NULL /* engine */ ); + if (is_sslv3) { + /* We repurpose |hmac_pad| to contain the SSLv3 pad2 block. */ + memset(hmac_pad, 0x5c, sslv3_pad_length); + + EVP_DigestUpdate(&md_ctx, mac_secret, mac_secret_length); + EVP_DigestUpdate(&md_ctx, hmac_pad, sslv3_pad_length); + EVP_DigestUpdate(&md_ctx, mac_out, md_size); + } else { + /* Complete the HMAC in the standard manner. */ + for (i = 0; i < md_block_size; i++) + hmac_pad[i] ^= 0x6a; + + EVP_DigestUpdate(&md_ctx, hmac_pad, md_block_size); + EVP_DigestUpdate(&md_ctx, mac_out, md_size); + } + EVP_DigestFinal(&md_ctx, md_out, &md_out_size_u); + if (md_out_size) + *md_out_size = md_out_size_u; + EVP_MD_CTX_cleanup(&md_ctx); +} #ifdef OPENSSL_FIPS -/* Due to the need to use EVP in FIPS mode we can't reimplement digests but - * we can ensure the number of blocks processed is equal for all cases - * by digesting additional data. +/* + * Due to the need to use EVP in FIPS mode we can't reimplement digests but + * we can ensure the number of blocks processed is equal for all cases by + * digesting additional data. */ -void tls_fips_digest_extra( - const EVP_CIPHER_CTX *cipher_ctx, EVP_MD_CTX *mac_ctx, - const unsigned char *data, size_t data_len, size_t orig_len) - { - size_t block_size, digest_pad, blocks_data, blocks_orig; - if (EVP_CIPHER_CTX_mode(cipher_ctx) != EVP_CIPH_CBC_MODE) - return; - block_size = EVP_MD_CTX_block_size(mac_ctx); - /* We are in FIPS mode if we get this far so we know we have only SHA* - * digests and TLS to deal with. - * Minimum digest padding length is 17 for SHA384/SHA512 and 9 - * otherwise. - * Additional header is 13 bytes. To get the number of digest blocks - * processed round up the amount of data plus padding to the nearest - * block length. Block length is 128 for SHA384/SHA512 and 64 otherwise. - * So we have: - * blocks = (payload_len + digest_pad + 13 + block_size - 1)/block_size - * equivalently: - * blocks = (payload_len + digest_pad + 12)/block_size + 1 - * HMAC adds a constant overhead. - * We're ultimately only interested in differences so this becomes - * blocks = (payload_len + 29)/128 - * for SHA384/SHA512 and - * blocks = (payload_len + 21)/64 - * otherwise. - */ - digest_pad = block_size == 64 ? 21 : 29; - blocks_orig = (orig_len + digest_pad)/block_size; - blocks_data = (data_len + digest_pad)/block_size; - /* MAC enough blocks to make up the difference between the original - * and actual lengths plus one extra block to ensure this is never a - * no op. The "data" pointer should always have enough space to - * perform this operation as it is large enough for a maximum - * length TLS buffer. - */ - EVP_DigestSignUpdate(mac_ctx, data, - (blocks_orig - blocks_data + 1) * block_size); - } +void tls_fips_digest_extra(const EVP_CIPHER_CTX *cipher_ctx, + EVP_MD_CTX *mac_ctx, const unsigned char *data, + size_t data_len, size_t orig_len) +{ + size_t block_size, digest_pad, blocks_data, blocks_orig; + if (EVP_CIPHER_CTX_mode(cipher_ctx) != EVP_CIPH_CBC_MODE) + return; + block_size = EVP_MD_CTX_block_size(mac_ctx); + /*- + * We are in FIPS mode if we get this far so we know we have only SHA* + * digests and TLS to deal with. + * Minimum digest padding length is 17 for SHA384/SHA512 and 9 + * otherwise. + * Additional header is 13 bytes. To get the number of digest blocks + * processed round up the amount of data plus padding to the nearest + * block length. Block length is 128 for SHA384/SHA512 and 64 otherwise. + * So we have: + * blocks = (payload_len + digest_pad + 13 + block_size - 1)/block_size + * equivalently: + * blocks = (payload_len + digest_pad + 12)/block_size + 1 + * HMAC adds a constant overhead. + * We're ultimately only interested in differences so this becomes + * blocks = (payload_len + 29)/128 + * for SHA384/SHA512 and + * blocks = (payload_len + 21)/64 + * otherwise. + */ + digest_pad = block_size == 64 ? 21 : 29; + blocks_orig = (orig_len + digest_pad) / block_size; + blocks_data = (data_len + digest_pad) / block_size; + /* + * MAC enough blocks to make up the difference between the original and + * actual lengths plus one extra block to ensure this is never a no op. + * The "data" pointer should always have enough space to perform this + * operation as it is large enough for a maximum length TLS buffer. + */ + EVP_DigestSignUpdate(mac_ctx, data, + (blocks_orig - blocks_data + 1) * block_size); +} #endif diff --git a/openssl/ssl/s3_clnt.c b/openssl/ssl/s3_clnt.c index 263e6348c..f186c3cf9 100644 --- a/openssl/ssl/s3_clnt.c +++ b/openssl/ssl/s3_clnt.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +63,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -111,7 +111,7 @@ /* ==================================================================== * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. * - * Portions of the attached software ("Contribution") are developed by + * Portions of the attached software ("Contribution") are developed by * SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project. * * The Contribution is licensed pursuant to the OpenSSL open source @@ -157,3375 +157,3343 @@ #include #include #ifdef OPENSSL_FIPS -#include +# include #endif #ifndef OPENSSL_NO_DH -#include +# include #endif #include #ifndef OPENSSL_NO_ENGINE -#include +# include #endif -static const SSL_METHOD *ssl3_get_client_method(int ver); -static int ca_dn_cmp(const X509_NAME * const *a,const X509_NAME * const *b); +static int ca_dn_cmp(const X509_NAME *const *a, const X509_NAME *const *b); +#ifndef OPENSSL_NO_SSL3_METHOD static const SSL_METHOD *ssl3_get_client_method(int ver) - { - if (ver == SSL3_VERSION) - return(SSLv3_client_method()); - else - return(NULL); - } +{ + if (ver == SSL3_VERSION) + return (SSLv3_client_method()); + else + return (NULL); +} IMPLEMENT_ssl3_meth_func(SSLv3_client_method, - ssl_undefined_function, - ssl3_connect, - ssl3_get_client_method) - + ssl_undefined_function, + ssl3_connect, ssl3_get_client_method) +#endif int ssl3_connect(SSL *s) - { - BUF_MEM *buf=NULL; - unsigned long Time=(unsigned long)time(NULL); - void (*cb)(const SSL *ssl,int type,int val)=NULL; - int ret= -1; - int new_state,state,skip=0; - - RAND_add(&Time,sizeof(Time),0); - ERR_clear_error(); - clear_sys_error(); - - if (s->info_callback != NULL) - cb=s->info_callback; - else if (s->ctx->info_callback != NULL) - cb=s->ctx->info_callback; - - s->in_handshake++; - if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s); +{ + BUF_MEM *buf = NULL; + unsigned long Time = (unsigned long)time(NULL); + void (*cb) (const SSL *ssl, int type, int val) = NULL; + int ret = -1; + int new_state, state, skip = 0; -#ifndef OPENSSL_NO_HEARTBEATS - /* If we're awaiting a HeartbeatResponse, pretend we - * already got and don't await it anymore, because - * Heartbeats don't make sense during handshakes anyway. - */ - if (s->tlsext_hb_pending) - { - s->tlsext_hb_pending = 0; - s->tlsext_hb_seq++; - } -#endif + RAND_add(&Time, sizeof(Time), 0); + ERR_clear_error(); + clear_sys_error(); - for (;;) - { - state=s->state; - - switch(s->state) - { - case SSL_ST_RENEGOTIATE: - s->renegotiate=1; - s->state=SSL_ST_CONNECT; - s->ctx->stats.sess_connect_renegotiate++; - /* break */ - case SSL_ST_BEFORE: - case SSL_ST_CONNECT: - case SSL_ST_BEFORE|SSL_ST_CONNECT: - case SSL_ST_OK|SSL_ST_CONNECT: - - s->server=0; - if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_START,1); - - if ((s->version & 0xff00 ) != 0x0300) - { - SSLerr(SSL_F_SSL3_CONNECT, ERR_R_INTERNAL_ERROR); - ret = -1; - goto end; - } - - /* s->version=SSL3_VERSION; */ - s->type=SSL_ST_CONNECT; - - if (s->init_buf == NULL) - { - if ((buf=BUF_MEM_new()) == NULL) - { - ret= -1; - goto end; - } - if (!BUF_MEM_grow(buf,SSL3_RT_MAX_PLAIN_LENGTH)) - { - ret= -1; - goto end; - } - s->init_buf=buf; - buf=NULL; - } - - if (!ssl3_setup_buffers(s)) { ret= -1; goto end; } - - /* setup buffing BIO */ - if (!ssl_init_wbio_buffer(s,0)) { ret= -1; goto end; } - - /* don't push the buffering BIO quite yet */ - - ssl3_init_finished_mac(s); - - s->state=SSL3_ST_CW_CLNT_HELLO_A; - s->ctx->stats.sess_connect++; - s->init_num=0; - break; - - case SSL3_ST_CW_CLNT_HELLO_A: - case SSL3_ST_CW_CLNT_HELLO_B: - - s->shutdown=0; - ret=ssl3_client_hello(s); - if (ret <= 0) goto end; - s->state=SSL3_ST_CR_SRVR_HELLO_A; - s->init_num=0; - - /* turn on buffering for the next lot of output */ - if (s->bbio != s->wbio) - s->wbio=BIO_push(s->bbio,s->wbio); - - break; - - case SSL3_ST_CR_SRVR_HELLO_A: - case SSL3_ST_CR_SRVR_HELLO_B: - ret=ssl3_get_server_hello(s); - if (ret <= 0) goto end; - - if (s->hit) - { - s->state=SSL3_ST_CR_FINISHED_A; -#ifndef OPENSSL_NO_TLSEXT - if (s->tlsext_ticket_expected) - { - /* receive renewed session ticket */ - s->state=SSL3_ST_CR_SESSION_TICKET_A; - } -#endif - } - else - s->state=SSL3_ST_CR_CERT_A; - s->init_num=0; - break; - - case SSL3_ST_CR_CERT_A: - case SSL3_ST_CR_CERT_B: + if (s->info_callback != NULL) + cb = s->info_callback; + else if (s->ctx->info_callback != NULL) + cb = s->ctx->info_callback; + + s->in_handshake++; + if (!SSL_in_init(s) || SSL_in_before(s)) + SSL_clear(s); + +#ifndef OPENSSL_NO_HEARTBEATS + /* + * If we're awaiting a HeartbeatResponse, pretend we already got and + * don't await it anymore, because Heartbeats don't make sense during + * handshakes anyway. + */ + if (s->tlsext_hb_pending) { + s->tlsext_hb_pending = 0; + s->tlsext_hb_seq++; + } +#endif + + for (;;) { + state = s->state; + + switch (s->state) { + case SSL_ST_RENEGOTIATE: + s->renegotiate = 1; + s->state = SSL_ST_CONNECT; + s->ctx->stats.sess_connect_renegotiate++; + /* break */ + case SSL_ST_BEFORE: + case SSL_ST_CONNECT: + case SSL_ST_BEFORE | SSL_ST_CONNECT: + case SSL_ST_OK | SSL_ST_CONNECT: + + s->server = 0; + if (cb != NULL) + cb(s, SSL_CB_HANDSHAKE_START, 1); + + if ((s->version & 0xff00) != 0x0300) { + SSLerr(SSL_F_SSL3_CONNECT, ERR_R_INTERNAL_ERROR); + ret = -1; + goto end; + } + + /* s->version=SSL3_VERSION; */ + s->type = SSL_ST_CONNECT; + + if (s->init_buf == NULL) { + if ((buf = BUF_MEM_new()) == NULL) { + ret = -1; + goto end; + } + if (!BUF_MEM_grow(buf, SSL3_RT_MAX_PLAIN_LENGTH)) { + ret = -1; + goto end; + } + s->init_buf = buf; + buf = NULL; + } + + if (!ssl3_setup_buffers(s)) { + ret = -1; + goto end; + } + + /* setup buffing BIO */ + if (!ssl_init_wbio_buffer(s, 0)) { + ret = -1; + goto end; + } + + /* don't push the buffering BIO quite yet */ + + ssl3_init_finished_mac(s); + + s->state = SSL3_ST_CW_CLNT_HELLO_A; + s->ctx->stats.sess_connect++; + s->init_num = 0; + s->s3->flags &= ~SSL3_FLAGS_CCS_OK; + /* + * Should have been reset by ssl3_get_finished, too. + */ + s->s3->change_cipher_spec = 0; + break; + + case SSL3_ST_CW_CLNT_HELLO_A: + case SSL3_ST_CW_CLNT_HELLO_B: + + s->shutdown = 0; + ret = ssl3_client_hello(s); + if (ret <= 0) + goto end; + s->state = SSL3_ST_CR_SRVR_HELLO_A; + s->init_num = 0; + + /* turn on buffering for the next lot of output */ + if (s->bbio != s->wbio) + s->wbio = BIO_push(s->bbio, s->wbio); + + break; + + case SSL3_ST_CR_SRVR_HELLO_A: + case SSL3_ST_CR_SRVR_HELLO_B: + ret = ssl3_get_server_hello(s); + if (ret <= 0) + goto end; + + if (s->hit) { + s->state = SSL3_ST_CR_FINISHED_A; #ifndef OPENSSL_NO_TLSEXT - ret=ssl3_check_finished(s); - if (ret <= 0) goto end; - if (ret == 2) - { - s->hit = 1; - if (s->tlsext_ticket_expected) - s->state=SSL3_ST_CR_SESSION_TICKET_A; - else - s->state=SSL3_ST_CR_FINISHED_A; - s->init_num=0; - break; - } -#endif - /* Check if it is anon DH/ECDH, SRP auth */ - /* or PSK */ - if (!(s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL|SSL_aSRP)) && - !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) - { - ret=ssl3_get_server_certificate(s); - if (ret <= 0) goto end; + if (s->tlsext_ticket_expected) { + /* receive renewed session ticket */ + s->state = SSL3_ST_CR_SESSION_TICKET_A; + } +#endif + } else { + s->state = SSL3_ST_CR_CERT_A; + } + s->init_num = 0; + break; + case SSL3_ST_CR_CERT_A: + case SSL3_ST_CR_CERT_B: + /* Check if it is anon DH/ECDH, SRP auth */ + /* or PSK */ + if (! + (s->s3->tmp. + new_cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP)) +&& !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) { + ret = ssl3_get_server_certificate(s); + if (ret <= 0) + goto end; #ifndef OPENSSL_NO_TLSEXT - if (s->tlsext_status_expected) - s->state=SSL3_ST_CR_CERT_STATUS_A; - else - s->state=SSL3_ST_CR_KEY_EXCH_A; - } - else - { - skip = 1; - s->state=SSL3_ST_CR_KEY_EXCH_A; - } + if (s->tlsext_status_expected) + s->state = SSL3_ST_CR_CERT_STATUS_A; + else + s->state = SSL3_ST_CR_KEY_EXCH_A; + } else { + skip = 1; + s->state = SSL3_ST_CR_KEY_EXCH_A; + } #else - } - else - skip=1; - - s->state=SSL3_ST_CR_KEY_EXCH_A; -#endif - s->init_num=0; - break; - - case SSL3_ST_CR_KEY_EXCH_A: - case SSL3_ST_CR_KEY_EXCH_B: - ret=ssl3_get_key_exchange(s); - if (ret <= 0) goto end; - s->state=SSL3_ST_CR_CERT_REQ_A; - s->init_num=0; - - /* at this point we check that we have the - * required stuff from the server */ - if (!ssl3_check_cert_and_algorithm(s)) - { - ret= -1; - goto end; - } - break; - - case SSL3_ST_CR_CERT_REQ_A: - case SSL3_ST_CR_CERT_REQ_B: - ret=ssl3_get_certificate_request(s); - if (ret <= 0) goto end; - s->state=SSL3_ST_CR_SRVR_DONE_A; - s->init_num=0; - break; - - case SSL3_ST_CR_SRVR_DONE_A: - case SSL3_ST_CR_SRVR_DONE_B: - ret=ssl3_get_server_done(s); - if (ret <= 0) goto end; + } else + skip = 1; + + s->state = SSL3_ST_CR_KEY_EXCH_A; +#endif + s->init_num = 0; + break; + + case SSL3_ST_CR_KEY_EXCH_A: + case SSL3_ST_CR_KEY_EXCH_B: + ret = ssl3_get_key_exchange(s); + if (ret <= 0) + goto end; + s->state = SSL3_ST_CR_CERT_REQ_A; + s->init_num = 0; + + /* + * at this point we check that we have the required stuff from + * the server + */ + if (!ssl3_check_cert_and_algorithm(s)) { + ret = -1; + goto end; + } + break; + + case SSL3_ST_CR_CERT_REQ_A: + case SSL3_ST_CR_CERT_REQ_B: + ret = ssl3_get_certificate_request(s); + if (ret <= 0) + goto end; + s->state = SSL3_ST_CR_SRVR_DONE_A; + s->init_num = 0; + break; + + case SSL3_ST_CR_SRVR_DONE_A: + case SSL3_ST_CR_SRVR_DONE_B: + ret = ssl3_get_server_done(s); + if (ret <= 0) + goto end; #ifndef OPENSSL_NO_SRP - if (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) - { - if ((ret = SRP_Calc_A_param(s))<=0) - { - SSLerr(SSL_F_SSL3_CONNECT,SSL_R_SRP_A_CALC); - ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_INTERNAL_ERROR); - goto end; - } - } -#endif - if (s->s3->tmp.cert_req) - s->state=SSL3_ST_CW_CERT_A; - else - s->state=SSL3_ST_CW_KEY_EXCH_A; - s->init_num=0; - - break; - - case SSL3_ST_CW_CERT_A: - case SSL3_ST_CW_CERT_B: - case SSL3_ST_CW_CERT_C: - case SSL3_ST_CW_CERT_D: - ret=ssl3_send_client_certificate(s); - if (ret <= 0) goto end; - s->state=SSL3_ST_CW_KEY_EXCH_A; - s->init_num=0; - break; - - case SSL3_ST_CW_KEY_EXCH_A: - case SSL3_ST_CW_KEY_EXCH_B: - ret=ssl3_send_client_key_exchange(s); - if (ret <= 0) goto end; - /* EAY EAY EAY need to check for DH fix cert - * sent back */ - /* For TLS, cert_req is set to 2, so a cert chain - * of nothing is sent, but no verify packet is sent */ - /* XXX: For now, we do not support client - * authentication in ECDH cipher suites with - * ECDH (rather than ECDSA) certificates. - * We need to skip the certificate verify - * message when client's ECDH public key is sent - * inside the client certificate. - */ - if (s->s3->tmp.cert_req == 1) - { - s->state=SSL3_ST_CW_CERT_VRFY_A; - } - else - { - s->state=SSL3_ST_CW_CHANGE_A; - s->s3->change_cipher_spec=0; - } - if (s->s3->flags & TLS1_FLAGS_SKIP_CERT_VERIFY) - { - s->state=SSL3_ST_CW_CHANGE_A; - s->s3->change_cipher_spec=0; - } - - s->init_num=0; - break; - - case SSL3_ST_CW_CERT_VRFY_A: - case SSL3_ST_CW_CERT_VRFY_B: - ret=ssl3_send_client_verify(s); - if (ret <= 0) goto end; - s->state=SSL3_ST_CW_CHANGE_A; - s->init_num=0; - s->s3->change_cipher_spec=0; - break; - - case SSL3_ST_CW_CHANGE_A: - case SSL3_ST_CW_CHANGE_B: - ret=ssl3_send_change_cipher_spec(s, - SSL3_ST_CW_CHANGE_A,SSL3_ST_CW_CHANGE_B); - if (ret <= 0) goto end; + if (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) { + if ((ret = SRP_Calc_A_param(s)) <= 0) { + SSLerr(SSL_F_SSL3_CONNECT, SSL_R_SRP_A_CALC); + ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR); + goto end; + } + } +#endif + if (s->s3->tmp.cert_req) + s->state = SSL3_ST_CW_CERT_A; + else + s->state = SSL3_ST_CW_KEY_EXCH_A; + s->init_num = 0; + + break; + + case SSL3_ST_CW_CERT_A: + case SSL3_ST_CW_CERT_B: + case SSL3_ST_CW_CERT_C: + case SSL3_ST_CW_CERT_D: + ret = ssl3_send_client_certificate(s); + if (ret <= 0) + goto end; + s->state = SSL3_ST_CW_KEY_EXCH_A; + s->init_num = 0; + break; + + case SSL3_ST_CW_KEY_EXCH_A: + case SSL3_ST_CW_KEY_EXCH_B: + ret = ssl3_send_client_key_exchange(s); + if (ret <= 0) + goto end; + /* + * EAY EAY EAY need to check for DH fix cert sent back + */ + /* + * For TLS, cert_req is set to 2, so a cert chain of nothing is + * sent, but no verify packet is sent + */ + /* + * XXX: For now, we do not support client authentication in ECDH + * cipher suites with ECDH (rather than ECDSA) certificates. We + * need to skip the certificate verify message when client's + * ECDH public key is sent inside the client certificate. + */ + if (s->s3->tmp.cert_req == 1) { + s->state = SSL3_ST_CW_CERT_VRFY_A; + } else { + s->state = SSL3_ST_CW_CHANGE_A; + } + if (s->s3->flags & TLS1_FLAGS_SKIP_CERT_VERIFY) { + s->state = SSL3_ST_CW_CHANGE_A; + } + + s->init_num = 0; + break; + + case SSL3_ST_CW_CERT_VRFY_A: + case SSL3_ST_CW_CERT_VRFY_B: + ret = ssl3_send_client_verify(s); + if (ret <= 0) + goto end; + s->state = SSL3_ST_CW_CHANGE_A; + s->init_num = 0; + break; + + case SSL3_ST_CW_CHANGE_A: + case SSL3_ST_CW_CHANGE_B: + ret = ssl3_send_change_cipher_spec(s, + SSL3_ST_CW_CHANGE_A, + SSL3_ST_CW_CHANGE_B); + if (ret <= 0) + goto end; #if defined(OPENSSL_NO_TLSEXT) || defined(OPENSSL_NO_NEXTPROTONEG) - s->state=SSL3_ST_CW_FINISHED_A; + s->state = SSL3_ST_CW_FINISHED_A; #else - if (s->s3->next_proto_neg_seen) - s->state=SSL3_ST_CW_NEXT_PROTO_A; - else - s->state=SSL3_ST_CW_FINISHED_A; + if (s->s3->next_proto_neg_seen) + s->state = SSL3_ST_CW_NEXT_PROTO_A; + else + s->state = SSL3_ST_CW_FINISHED_A; #endif - s->init_num=0; + s->init_num = 0; - s->session->cipher=s->s3->tmp.new_cipher; + s->session->cipher = s->s3->tmp.new_cipher; #ifdef OPENSSL_NO_COMP - s->session->compress_meth=0; + s->session->compress_meth = 0; #else - if (s->s3->tmp.new_compression == NULL) - s->session->compress_meth=0; - else - s->session->compress_meth= - s->s3->tmp.new_compression->id; + if (s->s3->tmp.new_compression == NULL) + s->session->compress_meth = 0; + else + s->session->compress_meth = s->s3->tmp.new_compression->id; #endif - if (!s->method->ssl3_enc->setup_key_block(s)) - { - ret= -1; - goto end; - } + if (!s->method->ssl3_enc->setup_key_block(s)) { + ret = -1; + goto end; + } - if (!s->method->ssl3_enc->change_cipher_state(s, - SSL3_CHANGE_CIPHER_CLIENT_WRITE)) - { - ret= -1; - goto end; - } + if (!s->method->ssl3_enc->change_cipher_state(s, + SSL3_CHANGE_CIPHER_CLIENT_WRITE)) + { + ret = -1; + goto end; + } - break; + break; #if !defined(OPENSSL_NO_TLSEXT) && !defined(OPENSSL_NO_NEXTPROTONEG) - case SSL3_ST_CW_NEXT_PROTO_A: - case SSL3_ST_CW_NEXT_PROTO_B: - ret=ssl3_send_next_proto(s); - if (ret <= 0) goto end; - s->state=SSL3_ST_CW_FINISHED_A; - break; -#endif - - case SSL3_ST_CW_FINISHED_A: - case SSL3_ST_CW_FINISHED_B: - ret=ssl3_send_finished(s, - SSL3_ST_CW_FINISHED_A,SSL3_ST_CW_FINISHED_B, - s->method->ssl3_enc->client_finished_label, - s->method->ssl3_enc->client_finished_label_len); - if (ret <= 0) goto end; - s->s3->flags |= SSL3_FLAGS_CCS_OK; - s->state=SSL3_ST_CW_FLUSH; - - /* clear flags */ - s->s3->flags&= ~SSL3_FLAGS_POP_BUFFER; - if (s->hit) - { - s->s3->tmp.next_state=SSL_ST_OK; - if (s->s3->flags & SSL3_FLAGS_DELAY_CLIENT_FINISHED) - { - s->state=SSL_ST_OK; - s->s3->flags|=SSL3_FLAGS_POP_BUFFER; - s->s3->delay_buf_pop_ret=0; - } - } - else - { + case SSL3_ST_CW_NEXT_PROTO_A: + case SSL3_ST_CW_NEXT_PROTO_B: + ret = ssl3_send_next_proto(s); + if (ret <= 0) + goto end; + s->state = SSL3_ST_CW_FINISHED_A; + break; +#endif + + case SSL3_ST_CW_FINISHED_A: + case SSL3_ST_CW_FINISHED_B: + ret = ssl3_send_finished(s, + SSL3_ST_CW_FINISHED_A, + SSL3_ST_CW_FINISHED_B, + s->method-> + ssl3_enc->client_finished_label, + s->method-> + ssl3_enc->client_finished_label_len); + if (ret <= 0) + goto end; + s->state = SSL3_ST_CW_FLUSH; + + /* clear flags */ + s->s3->flags &= ~SSL3_FLAGS_POP_BUFFER; + if (s->hit) { + s->s3->tmp.next_state = SSL_ST_OK; + if (s->s3->flags & SSL3_FLAGS_DELAY_CLIENT_FINISHED) { + s->state = SSL_ST_OK; + s->s3->flags |= SSL3_FLAGS_POP_BUFFER; + s->s3->delay_buf_pop_ret = 0; + } + } else { #ifndef OPENSSL_NO_TLSEXT - /* Allow NewSessionTicket if ticket expected */ - if (s->tlsext_ticket_expected) - s->s3->tmp.next_state=SSL3_ST_CR_SESSION_TICKET_A; - else + /* + * Allow NewSessionTicket if ticket expected + */ + if (s->tlsext_ticket_expected) + s->s3->tmp.next_state = SSL3_ST_CR_SESSION_TICKET_A; + else #endif - - s->s3->tmp.next_state=SSL3_ST_CR_FINISHED_A; - } - s->init_num=0; - break; -#ifndef OPENSSL_NO_TLSEXT - case SSL3_ST_CR_SESSION_TICKET_A: - case SSL3_ST_CR_SESSION_TICKET_B: - ret=ssl3_get_new_session_ticket(s); - if (ret <= 0) goto end; - s->state=SSL3_ST_CR_FINISHED_A; - s->init_num=0; - break; - - case SSL3_ST_CR_CERT_STATUS_A: - case SSL3_ST_CR_CERT_STATUS_B: - ret=ssl3_get_cert_status(s); - if (ret <= 0) goto end; - s->state=SSL3_ST_CR_KEY_EXCH_A; - s->init_num=0; - break; -#endif - - case SSL3_ST_CR_FINISHED_A: - case SSL3_ST_CR_FINISHED_B: - - s->s3->flags |= SSL3_FLAGS_CCS_OK; - ret=ssl3_get_finished(s,SSL3_ST_CR_FINISHED_A, - SSL3_ST_CR_FINISHED_B); - if (ret <= 0) goto end; - - if (s->hit) - s->state=SSL3_ST_CW_CHANGE_A; - else - s->state=SSL_ST_OK; - s->init_num=0; - break; - - case SSL3_ST_CW_FLUSH: - s->rwstate=SSL_WRITING; - if (BIO_flush(s->wbio) <= 0) - { - ret= -1; - goto end; - } - s->rwstate=SSL_NOTHING; - s->state=s->s3->tmp.next_state; - break; - - case SSL_ST_OK: - /* clean a few things up */ - ssl3_cleanup_key_block(s); - - if (s->init_buf != NULL) - { - BUF_MEM_free(s->init_buf); - s->init_buf=NULL; - } - - /* If we are not 'joining' the last two packets, - * remove the buffering now */ - if (!(s->s3->flags & SSL3_FLAGS_POP_BUFFER)) - ssl_free_wbio_buffer(s); - /* else do it later in ssl3_write */ - - s->init_num=0; - s->renegotiate=0; - s->new_session=0; - - ssl_update_cache(s,SSL_SESS_CACHE_CLIENT); - if (s->hit) s->ctx->stats.sess_hit++; - - ret=1; - /* s->server=0; */ - s->handshake_func=ssl3_connect; - s->ctx->stats.sess_connect_good++; - - if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_DONE,1); - - goto end; - /* break; */ - - default: - SSLerr(SSL_F_SSL3_CONNECT,SSL_R_UNKNOWN_STATE); - ret= -1; - goto end; - /* break; */ - } - - /* did we do anything */ - if (!s->s3->tmp.reuse_message && !skip) - { - if (s->debug) - { - if ((ret=BIO_flush(s->wbio)) <= 0) - goto end; - } - - if ((cb != NULL) && (s->state != state)) - { - new_state=s->state; - s->state=state; - cb(s,SSL_CB_CONNECT_LOOP,1); - s->state=new_state; - } - } - skip=0; - } -end: - s->in_handshake--; - if (buf != NULL) - BUF_MEM_free(buf); - if (cb != NULL) - cb(s,SSL_CB_CONNECT_EXIT,ret); - return(ret); - } + s->s3->tmp.next_state = SSL3_ST_CR_FINISHED_A; + } + s->init_num = 0; + break; +#ifndef OPENSSL_NO_TLSEXT + case SSL3_ST_CR_SESSION_TICKET_A: + case SSL3_ST_CR_SESSION_TICKET_B: + ret = ssl3_get_new_session_ticket(s); + if (ret <= 0) + goto end; + s->state = SSL3_ST_CR_FINISHED_A; + s->init_num = 0; + break; + + case SSL3_ST_CR_CERT_STATUS_A: + case SSL3_ST_CR_CERT_STATUS_B: + ret = ssl3_get_cert_status(s); + if (ret <= 0) + goto end; + s->state = SSL3_ST_CR_KEY_EXCH_A; + s->init_num = 0; + break; +#endif + + case SSL3_ST_CR_FINISHED_A: + case SSL3_ST_CR_FINISHED_B: + s->s3->flags |= SSL3_FLAGS_CCS_OK; + ret = ssl3_get_finished(s, SSL3_ST_CR_FINISHED_A, + SSL3_ST_CR_FINISHED_B); + if (ret <= 0) + goto end; + + if (s->hit) + s->state = SSL3_ST_CW_CHANGE_A; + else + s->state = SSL_ST_OK; + s->init_num = 0; + break; + + case SSL3_ST_CW_FLUSH: + s->rwstate = SSL_WRITING; + if (BIO_flush(s->wbio) <= 0) { + ret = -1; + goto end; + } + s->rwstate = SSL_NOTHING; + s->state = s->s3->tmp.next_state; + break; + + case SSL_ST_OK: + /* clean a few things up */ + ssl3_cleanup_key_block(s); + + if (s->init_buf != NULL) { + BUF_MEM_free(s->init_buf); + s->init_buf = NULL; + } + + /* + * If we are not 'joining' the last two packets, remove the + * buffering now + */ + if (!(s->s3->flags & SSL3_FLAGS_POP_BUFFER)) + ssl_free_wbio_buffer(s); + /* else do it later in ssl3_write */ + + s->init_num = 0; + s->renegotiate = 0; + s->new_session = 0; + + ssl_update_cache(s, SSL_SESS_CACHE_CLIENT); + if (s->hit) + s->ctx->stats.sess_hit++; + + ret = 1; + /* s->server=0; */ + s->handshake_func = ssl3_connect; + s->ctx->stats.sess_connect_good++; + + if (cb != NULL) + cb(s, SSL_CB_HANDSHAKE_DONE, 1); + + goto end; + /* break; */ + + default: + SSLerr(SSL_F_SSL3_CONNECT, SSL_R_UNKNOWN_STATE); + ret = -1; + goto end; + /* break; */ + } + + /* did we do anything */ + if (!s->s3->tmp.reuse_message && !skip) { + if (s->debug) { + if ((ret = BIO_flush(s->wbio)) <= 0) + goto end; + } + + if ((cb != NULL) && (s->state != state)) { + new_state = s->state; + s->state = state; + cb(s, SSL_CB_CONNECT_LOOP, 1); + s->state = new_state; + } + } + skip = 0; + } + end: + s->in_handshake--; + if (buf != NULL) + BUF_MEM_free(buf); + if (cb != NULL) + cb(s, SSL_CB_CONNECT_EXIT, ret); + return (ret); +} int ssl3_client_hello(SSL *s) - { - unsigned char *buf; - unsigned char *p,*d; - int i; - unsigned long l; +{ + unsigned char *buf; + unsigned char *p, *d; + int i; + unsigned long l; + int al = 0; #ifndef OPENSSL_NO_COMP - int j; - SSL_COMP *comp; -#endif - - buf=(unsigned char *)s->init_buf->data; - if (s->state == SSL3_ST_CW_CLNT_HELLO_A) - { - SSL_SESSION *sess = s->session; - if ((sess == NULL) || - (sess->ssl_version != s->version) || -#ifdef OPENSSL_NO_TLSEXT - !sess->session_id_length || -#else - (!sess->session_id_length && !sess->tlsext_tick) || -#endif - (sess->not_resumable)) - { - if (!ssl_get_new_session(s,0)) - goto err; - } - /* else use the pre-loaded session */ - - p=s->s3->client_random; - - if (ssl_fill_hello_random(s, 0, p, SSL3_RANDOM_SIZE) <= 0) - goto err; - - /* Do the message type and length last */ - d=p= &(buf[4]); - - /* version indicates the negotiated version: for example from - * an SSLv2/v3 compatible client hello). The client_version - * field is the maximum version we permit and it is also - * used in RSA encrypted premaster secrets. Some servers can - * choke if we initially report a higher version then - * renegotiate to a lower one in the premaster secret. This - * didn't happen with TLS 1.0 as most servers supported it - * but it can with TLS 1.1 or later if the server only supports - * 1.0. - * - * Possible scenario with previous logic: - * 1. Client hello indicates TLS 1.2 - * 2. Server hello says TLS 1.0 - * 3. RSA encrypted premaster secret uses 1.2. - * 4. Handhaked proceeds using TLS 1.0. - * 5. Server sends hello request to renegotiate. - * 6. Client hello indicates TLS v1.0 as we now - * know that is maximum server supports. - * 7. Server chokes on RSA encrypted premaster secret - * containing version 1.0. - * - * For interoperability it should be OK to always use the - * maximum version we support in client hello and then rely - * on the checking of version to ensure the servers isn't - * being inconsistent: for example initially negotiating with - * TLS 1.0 and renegotiating with TLS 1.2. We do this by using - * client_version in client hello and not resetting it to - * the negotiated version. - */ + int j; + SSL_COMP *comp; +#endif + + buf = (unsigned char *)s->init_buf->data; + if (s->state == SSL3_ST_CW_CLNT_HELLO_A) { + SSL_SESSION *sess = s->session; + if ((sess == NULL) || + (sess->ssl_version != s->version) || + !sess->session_id_length || (sess->not_resumable)) { + if (!ssl_get_new_session(s, 0)) + goto err; + } + if (s->method->version == DTLS_ANY_VERSION) { + /* Determine which DTLS version to use */ + int options = s->options; + /* If DTLS 1.2 disabled correct the version number */ + if (options & SSL_OP_NO_DTLSv1_2) { + if (tls1_suiteb(s)) { + SSLerr(SSL_F_SSL3_CLIENT_HELLO, + SSL_R_ONLY_DTLS_1_2_ALLOWED_IN_SUITEB_MODE); + goto err; + } + /* + * Disabling all versions is silly: return an error. + */ + if (options & SSL_OP_NO_DTLSv1) { + SSLerr(SSL_F_SSL3_CLIENT_HELLO, SSL_R_WRONG_SSL_VERSION); + goto err; + } + /* + * Update method so we don't use any DTLS 1.2 features. + */ + s->method = DTLSv1_client_method(); + s->version = DTLS1_VERSION; + } else { + /* + * We only support one version: update method + */ + if (options & SSL_OP_NO_DTLSv1) + s->method = DTLSv1_2_client_method(); + s->version = DTLS1_2_VERSION; + } + s->client_version = s->version; + } + /* else use the pre-loaded session */ + + p = s->s3->client_random; + + /* + * for DTLS if client_random is initialized, reuse it, we are + * required to use same upon reply to HelloVerify + */ + if (SSL_IS_DTLS(s)) { + size_t idx; + i = 1; + for (idx = 0; idx < sizeof(s->s3->client_random); idx++) { + if (p[idx]) { + i = 0; + break; + } + } + } else + i = 1; + + if (i) + ssl_fill_hello_random(s, 0, p, sizeof(s->s3->client_random)); + + /* Do the message type and length last */ + d = p = ssl_handshake_start(s); + + /*- + * version indicates the negotiated version: for example from + * an SSLv2/v3 compatible client hello). The client_version + * field is the maximum version we permit and it is also + * used in RSA encrypted premaster secrets. Some servers can + * choke if we initially report a higher version then + * renegotiate to a lower one in the premaster secret. This + * didn't happen with TLS 1.0 as most servers supported it + * but it can with TLS 1.1 or later if the server only supports + * 1.0. + * + * Possible scenario with previous logic: + * 1. Client hello indicates TLS 1.2 + * 2. Server hello says TLS 1.0 + * 3. RSA encrypted premaster secret uses 1.2. + * 4. Handhaked proceeds using TLS 1.0. + * 5. Server sends hello request to renegotiate. + * 6. Client hello indicates TLS v1.0 as we now + * know that is maximum server supports. + * 7. Server chokes on RSA encrypted premaster secret + * containing version 1.0. + * + * For interoperability it should be OK to always use the + * maximum version we support in client hello and then rely + * on the checking of version to ensure the servers isn't + * being inconsistent: for example initially negotiating with + * TLS 1.0 and renegotiating with TLS 1.2. We do this by using + * client_version in client hello and not resetting it to + * the negotiated version. + */ #if 0 - *(p++)=s->version>>8; - *(p++)=s->version&0xff; - s->client_version=s->version; + *(p++) = s->version >> 8; + *(p++) = s->version & 0xff; + s->client_version = s->version; #else - *(p++)=s->client_version>>8; - *(p++)=s->client_version&0xff; -#endif - - /* Random stuff */ - memcpy(p,s->s3->client_random,SSL3_RANDOM_SIZE); - p+=SSL3_RANDOM_SIZE; - - /* Session ID */ - if (s->new_session) - i=0; - else - i=s->session->session_id_length; - *(p++)=i; - if (i != 0) - { - if (i > (int)sizeof(s->session->session_id)) - { - SSLerr(SSL_F_SSL3_CLIENT_HELLO, ERR_R_INTERNAL_ERROR); - goto err; - } - memcpy(p,s->session->session_id,i); - p+=i; - } - - /* Ciphers supported */ - i=ssl_cipher_list_to_bytes(s,SSL_get_ciphers(s),&(p[2]),0); - if (i == 0) - { - SSLerr(SSL_F_SSL3_CLIENT_HELLO,SSL_R_NO_CIPHERS_AVAILABLE); - goto err; - } + *(p++) = s->client_version >> 8; + *(p++) = s->client_version & 0xff; +#endif + + /* Random stuff */ + memcpy(p, s->s3->client_random, SSL3_RANDOM_SIZE); + p += SSL3_RANDOM_SIZE; + + /* Session ID */ + if (s->new_session) + i = 0; + else + i = s->session->session_id_length; + *(p++) = i; + if (i != 0) { + if (i > (int)sizeof(s->session->session_id)) { + SSLerr(SSL_F_SSL3_CLIENT_HELLO, ERR_R_INTERNAL_ERROR); + goto err; + } + memcpy(p, s->session->session_id, i); + p += i; + } + + /* cookie stuff for DTLS */ + if (SSL_IS_DTLS(s)) { + if (s->d1->cookie_len > sizeof(s->d1->cookie)) { + SSLerr(SSL_F_SSL3_CLIENT_HELLO, ERR_R_INTERNAL_ERROR); + goto err; + } + *(p++) = s->d1->cookie_len; + memcpy(p, s->d1->cookie, s->d1->cookie_len); + p += s->d1->cookie_len; + } + + /* Ciphers supported */ + i = ssl_cipher_list_to_bytes(s, SSL_get_ciphers(s), &(p[2]), 0); + if (i == 0) { + SSLerr(SSL_F_SSL3_CLIENT_HELLO, SSL_R_NO_CIPHERS_AVAILABLE); + goto err; + } #ifdef OPENSSL_MAX_TLS1_2_CIPHER_LENGTH - /* Some servers hang if client hello > 256 bytes - * as hack workaround chop number of supported ciphers - * to keep it well below this if we use TLS v1.2 - */ - if (TLS1_get_version(s) >= TLS1_2_VERSION - && i > OPENSSL_MAX_TLS1_2_CIPHER_LENGTH) - i = OPENSSL_MAX_TLS1_2_CIPHER_LENGTH & ~1; -#endif - s2n(i,p); - p+=i; - - /* COMPRESSION */ + /* + * Some servers hang if client hello > 256 bytes as hack workaround + * chop number of supported ciphers to keep it well below this if we + * use TLS v1.2 + */ + if (TLS1_get_version(s) >= TLS1_2_VERSION + && i > OPENSSL_MAX_TLS1_2_CIPHER_LENGTH) + i = OPENSSL_MAX_TLS1_2_CIPHER_LENGTH & ~1; +#endif + s2n(i, p); + p += i; + + /* COMPRESSION */ #ifdef OPENSSL_NO_COMP - *(p++)=1; + *(p++) = 1; #else - if ((s->options & SSL_OP_NO_COMPRESSION) - || !s->ctx->comp_methods) - j=0; - else - j=sk_SSL_COMP_num(s->ctx->comp_methods); - *(p++)=1+j; - for (i=0; ictx->comp_methods,i); - *(p++)=comp->id; - } + if ((s->options & SSL_OP_NO_COMPRESSION) + || !s->ctx->comp_methods) + j = 0; + else + j = sk_SSL_COMP_num(s->ctx->comp_methods); + *(p++) = 1 + j; + for (i = 0; i < j; i++) { + comp = sk_SSL_COMP_value(s->ctx->comp_methods, i); + *(p++) = comp->id; + } #endif - *(p++)=0; /* Add the NULL method */ + *(p++) = 0; /* Add the NULL method */ #ifndef OPENSSL_NO_TLSEXT - /* TLS extensions*/ - if (ssl_prepare_clienthello_tlsext(s) <= 0) - { - SSLerr(SSL_F_SSL3_CLIENT_HELLO,SSL_R_CLIENTHELLO_TLSEXT); - goto err; - } - if ((p = ssl_add_clienthello_tlsext(s, p, buf+SSL3_RT_MAX_PLAIN_LENGTH)) == NULL) - { - SSLerr(SSL_F_SSL3_CLIENT_HELLO,ERR_R_INTERNAL_ERROR); - goto err; - } -#endif - - l=(p-d); - d=buf; - *(d++)=SSL3_MT_CLIENT_HELLO; - l2n3(l,d); - - s->state=SSL3_ST_CW_CLNT_HELLO_B; - /* number of bytes to write */ - s->init_num=p-buf; - s->init_off=0; - } - - /* SSL3_ST_CW_CLNT_HELLO_B */ - return(ssl3_do_write(s,SSL3_RT_HANDSHAKE)); -err: - return(-1); - } + /* TLS extensions */ + if (ssl_prepare_clienthello_tlsext(s) <= 0) { + SSLerr(SSL_F_SSL3_CLIENT_HELLO, SSL_R_CLIENTHELLO_TLSEXT); + goto err; + } + if ((p = + ssl_add_clienthello_tlsext(s, p, buf + SSL3_RT_MAX_PLAIN_LENGTH, + &al)) == NULL) { + ssl3_send_alert(s, SSL3_AL_FATAL, al); + SSLerr(SSL_F_SSL3_CLIENT_HELLO, ERR_R_INTERNAL_ERROR); + goto err; + } +#endif + + l = p - d; + ssl_set_handshake_header(s, SSL3_MT_CLIENT_HELLO, l); + s->state = SSL3_ST_CW_CLNT_HELLO_B; + } + + /* SSL3_ST_CW_CLNT_HELLO_B */ + return ssl_do_write(s); + err: + return (-1); +} int ssl3_get_server_hello(SSL *s) - { - STACK_OF(SSL_CIPHER) *sk; - const SSL_CIPHER *c; - unsigned char *p,*d; - int i,al,ok; - unsigned int j; - long n; +{ + STACK_OF(SSL_CIPHER) *sk; + const SSL_CIPHER *c; + CERT *ct = s->cert; + unsigned char *p, *d; + int i, al = SSL_AD_INTERNAL_ERROR, ok; + unsigned int j; + long n; #ifndef OPENSSL_NO_COMP - SSL_COMP *comp; -#endif - - n=s->method->ssl_get_message(s, - SSL3_ST_CR_SRVR_HELLO_A, - SSL3_ST_CR_SRVR_HELLO_B, - -1, - 20000, /* ?? */ - &ok); - - if (!ok) return((int)n); - - if ( SSL_version(s) == DTLS1_VERSION || SSL_version(s) == DTLS1_BAD_VER) - { - if ( s->s3->tmp.message_type == DTLS1_MT_HELLO_VERIFY_REQUEST) - { - if ( s->d1->send_cookie == 0) - { - s->s3->tmp.reuse_message = 1; - return 1; - } - else /* already sent a cookie */ - { - al=SSL_AD_UNEXPECTED_MESSAGE; - SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_BAD_MESSAGE_TYPE); - goto f_err; - } - } - } - - if ( s->s3->tmp.message_type != SSL3_MT_SERVER_HELLO) - { - al=SSL_AD_UNEXPECTED_MESSAGE; - SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_BAD_MESSAGE_TYPE); - goto f_err; - } - - d=p=(unsigned char *)s->init_msg; - - if ((p[0] != (s->version>>8)) || (p[1] != (s->version&0xff))) - { - SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_WRONG_SSL_VERSION); - s->version=(s->version&0xff00)|p[1]; - al=SSL_AD_PROTOCOL_VERSION; - goto f_err; - } - p+=2; - - /* load the server hello data */ - /* load the server random */ - memcpy(s->s3->server_random,p,SSL3_RANDOM_SIZE); - p+=SSL3_RANDOM_SIZE; - - /* get the session-id */ - j= *(p++); - - if ((j > sizeof s->session->session_id) || (j > SSL3_SESSION_ID_SIZE)) - { - al=SSL_AD_ILLEGAL_PARAMETER; - SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_SSL3_SESSION_ID_TOO_LONG); - goto f_err; - } - + SSL_COMP *comp; +#endif + /* + * Hello verify request and/or server hello version may not match so set + * first packet if we're negotiating version. + */ + if (SSL_IS_DTLS(s)) + s->first_packet = 1; + + n = s->method->ssl_get_message(s, + SSL3_ST_CR_SRVR_HELLO_A, + SSL3_ST_CR_SRVR_HELLO_B, -1, 20000, &ok); + + if (!ok) + return ((int)n); + + if (SSL_IS_DTLS(s)) { + s->first_packet = 0; + if (s->s3->tmp.message_type == DTLS1_MT_HELLO_VERIFY_REQUEST) { + if (s->d1->send_cookie == 0) { + s->s3->tmp.reuse_message = 1; + return 1; + } else { /* already sent a cookie */ + + al = SSL_AD_UNEXPECTED_MESSAGE; + SSLerr(SSL_F_SSL3_GET_SERVER_HELLO, SSL_R_BAD_MESSAGE_TYPE); + goto f_err; + } + } + } + + if (s->s3->tmp.message_type != SSL3_MT_SERVER_HELLO) { + al = SSL_AD_UNEXPECTED_MESSAGE; + SSLerr(SSL_F_SSL3_GET_SERVER_HELLO, SSL_R_BAD_MESSAGE_TYPE); + goto f_err; + } + + d = p = (unsigned char *)s->init_msg; + if (s->method->version == DTLS_ANY_VERSION) { + /* Work out correct protocol version to use */ + int hversion = (p[0] << 8) | p[1]; + int options = s->options; + if (hversion == DTLS1_2_VERSION && !(options & SSL_OP_NO_DTLSv1_2)) + s->method = DTLSv1_2_client_method(); + else if (tls1_suiteb(s)) { + SSLerr(SSL_F_SSL3_GET_SERVER_HELLO, + SSL_R_ONLY_DTLS_1_2_ALLOWED_IN_SUITEB_MODE); + s->version = hversion; + al = SSL_AD_PROTOCOL_VERSION; + goto f_err; + } else if (hversion == DTLS1_VERSION && !(options & SSL_OP_NO_DTLSv1)) + s->method = DTLSv1_client_method(); + else { + SSLerr(SSL_F_SSL3_GET_SERVER_HELLO, SSL_R_WRONG_SSL_VERSION); + s->version = hversion; + al = SSL_AD_PROTOCOL_VERSION; + goto f_err; + } + s->version = s->method->version; + } + + if ((p[0] != (s->version >> 8)) || (p[1] != (s->version & 0xff))) { + SSLerr(SSL_F_SSL3_GET_SERVER_HELLO, SSL_R_WRONG_SSL_VERSION); + s->version = (s->version & 0xff00) | p[1]; + al = SSL_AD_PROTOCOL_VERSION; + goto f_err; + } + p += 2; + + /* load the server hello data */ + /* load the server random */ + memcpy(s->s3->server_random, p, SSL3_RANDOM_SIZE); + p += SSL3_RANDOM_SIZE; + + s->hit = 0; + + /* get the session-id */ + j = *(p++); + + if ((j > sizeof s->session->session_id) || (j > SSL3_SESSION_ID_SIZE)) { + al = SSL_AD_ILLEGAL_PARAMETER; + SSLerr(SSL_F_SSL3_GET_SERVER_HELLO, SSL_R_SSL3_SESSION_ID_TOO_LONG); + goto f_err; + } #ifndef OPENSSL_NO_TLSEXT - /* check if we want to resume the session based on external pre-shared secret */ - if (s->version >= TLS1_VERSION && s->tls_session_secret_cb) - { - SSL_CIPHER *pref_cipher=NULL; - s->session->master_key_length=sizeof(s->session->master_key); - if (s->tls_session_secret_cb(s, s->session->master_key, - &s->session->master_key_length, - NULL, &pref_cipher, - s->tls_session_secret_cb_arg)) - { - s->session->cipher = pref_cipher ? - pref_cipher : ssl_get_cipher_by_char(s, p+j); - s->s3->flags |= SSL3_FLAGS_CCS_OK; - } - } -#endif /* OPENSSL_NO_TLSEXT */ - - if (j != 0 && j == s->session->session_id_length - && memcmp(p,s->session->session_id,j) == 0) - { - if(s->sid_ctx_length != s->session->sid_ctx_length - || memcmp(s->session->sid_ctx,s->sid_ctx,s->sid_ctx_length)) - { - /* actually a client application bug */ - al=SSL_AD_ILLEGAL_PARAMETER; - SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_ATTEMPT_TO_REUSE_SESSION_IN_DIFFERENT_CONTEXT); - goto f_err; - } - s->s3->flags |= SSL3_FLAGS_CCS_OK; - s->hit=1; - } - else /* a miss or crap from the other end */ - { - /* If we were trying for session-id reuse, make a new - * SSL_SESSION so we don't stuff up other people */ - s->hit=0; - if (s->session->session_id_length > 0) - { - if (!ssl_get_new_session(s,0)) - { - al=SSL_AD_INTERNAL_ERROR; - goto f_err; - } - } - s->session->session_id_length=j; - memcpy(s->session->session_id,p,j); /* j could be 0 */ - } - p+=j; - c=ssl_get_cipher_by_char(s,p); - if (c == NULL) - { - /* unknown cipher */ - al=SSL_AD_ILLEGAL_PARAMETER; - SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_UNKNOWN_CIPHER_RETURNED); - goto f_err; - } - /* TLS v1.2 only ciphersuites require v1.2 or later */ - if ((c->algorithm_ssl & SSL_TLSV1_2) && - (TLS1_get_version(s) < TLS1_2_VERSION)) - { - al=SSL_AD_ILLEGAL_PARAMETER; - SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_WRONG_CIPHER_RETURNED); - goto f_err; - } -#ifndef OPENSSL_NO_SRP - if (((c->algorithm_mkey & SSL_kSRP) || (c->algorithm_auth & SSL_aSRP)) && - !(s->srp_ctx.srp_Mask & SSL_kSRP)) - { - al=SSL_AD_ILLEGAL_PARAMETER; - SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_WRONG_CIPHER_RETURNED); - goto f_err; - } -#endif /* OPENSSL_NO_SRP */ - p+=ssl_put_cipher_by_char(s,NULL,NULL); - - sk=ssl_get_ciphers_by_id(s); - i=sk_SSL_CIPHER_find(sk,c); - if (i < 0) - { - /* we did not say we would use this cipher */ - al=SSL_AD_ILLEGAL_PARAMETER; - SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_WRONG_CIPHER_RETURNED); - goto f_err; - } - - /* Depending on the session caching (internal/external), the cipher - and/or cipher_id values may not be set. Make sure that - cipher_id is set and use it for comparison. */ - if (s->session->cipher) - s->session->cipher_id = s->session->cipher->id; - if (s->hit && (s->session->cipher_id != c->id)) - { + /* + * check if we want to resume the session based on external pre-shared + * secret + */ + if (s->version >= TLS1_VERSION && s->tls_session_secret_cb) { + SSL_CIPHER *pref_cipher = NULL; + s->session->master_key_length = sizeof(s->session->master_key); + if (s->tls_session_secret_cb(s, s->session->master_key, + &s->session->master_key_length, + NULL, &pref_cipher, + s->tls_session_secret_cb_arg)) { + s->session->cipher = pref_cipher ? + pref_cipher : ssl_get_cipher_by_char(s, p + j); + s->hit = 1; + } + } +#endif /* OPENSSL_NO_TLSEXT */ + + if (!s->hit && j != 0 && j == s->session->session_id_length + && memcmp(p, s->session->session_id, j) == 0) { + if (s->sid_ctx_length != s->session->sid_ctx_length + || memcmp(s->session->sid_ctx, s->sid_ctx, s->sid_ctx_length)) { + /* actually a client application bug */ + al = SSL_AD_ILLEGAL_PARAMETER; + SSLerr(SSL_F_SSL3_GET_SERVER_HELLO, + SSL_R_ATTEMPT_TO_REUSE_SESSION_IN_DIFFERENT_CONTEXT); + goto f_err; + } + s->hit = 1; + } + /* a miss or crap from the other end */ + if (!s->hit) { + /* + * If we were trying for session-id reuse, make a new SSL_SESSION so + * we don't stuff up other people + */ + if (s->session->session_id_length > 0) { + if (!ssl_get_new_session(s, 0)) { + goto f_err; + } + } + s->session->session_id_length = j; + memcpy(s->session->session_id, p, j); /* j could be 0 */ + } + p += j; + c = ssl_get_cipher_by_char(s, p); + if (c == NULL) { + /* unknown cipher */ + al = SSL_AD_ILLEGAL_PARAMETER; + SSLerr(SSL_F_SSL3_GET_SERVER_HELLO, SSL_R_UNKNOWN_CIPHER_RETURNED); + goto f_err; + } + /* + * If it is a disabled cipher we didn't send it in client hello, so + * return an error. + */ + if (c->algorithm_ssl & ct->mask_ssl || + c->algorithm_mkey & ct->mask_k || c->algorithm_auth & ct->mask_a) { + al = SSL_AD_ILLEGAL_PARAMETER; + SSLerr(SSL_F_SSL3_GET_SERVER_HELLO, SSL_R_WRONG_CIPHER_RETURNED); + goto f_err; + } + p += ssl_put_cipher_by_char(s, NULL, NULL); + + sk = ssl_get_ciphers_by_id(s); + i = sk_SSL_CIPHER_find(sk, c); + if (i < 0) { + /* we did not say we would use this cipher */ + al = SSL_AD_ILLEGAL_PARAMETER; + SSLerr(SSL_F_SSL3_GET_SERVER_HELLO, SSL_R_WRONG_CIPHER_RETURNED); + goto f_err; + } + + /* + * Depending on the session caching (internal/external), the cipher + * and/or cipher_id values may not be set. Make sure that cipher_id is + * set and use it for comparison. + */ + if (s->session->cipher) + s->session->cipher_id = s->session->cipher->id; + if (s->hit && (s->session->cipher_id != c->id)) { /* Workaround is now obsolete */ #if 0 - if (!(s->options & - SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG)) -#endif - { - al=SSL_AD_ILLEGAL_PARAMETER; - SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_OLD_SESSION_CIPHER_NOT_RETURNED); - goto f_err; - } - } - s->s3->tmp.new_cipher=c; - /* Don't digest cached records if TLS v1.2: we may need them for - * client authentication. - */ - if (TLS1_get_version(s) < TLS1_2_VERSION && !ssl3_digest_cached_records(s)) - { - al = SSL_AD_INTERNAL_ERROR; - goto f_err; - } - /* lets get the compression algorithm */ - /* COMPRESSION */ + if (!(s->options & SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG)) +#endif + { + al = SSL_AD_ILLEGAL_PARAMETER; + SSLerr(SSL_F_SSL3_GET_SERVER_HELLO, + SSL_R_OLD_SESSION_CIPHER_NOT_RETURNED); + goto f_err; + } + } + s->s3->tmp.new_cipher = c; + /* + * Don't digest cached records if no sigalgs: we may need them for client + * authentication. + */ + if (!SSL_USE_SIGALGS(s) && !ssl3_digest_cached_records(s)) + goto f_err; + /* lets get the compression algorithm */ + /* COMPRESSION */ #ifdef OPENSSL_NO_COMP - if (*(p++) != 0) - { - al=SSL_AD_ILLEGAL_PARAMETER; - SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_UNSUPPORTED_COMPRESSION_ALGORITHM); - goto f_err; - } - /* If compression is disabled we'd better not try to resume a session - * using compression. - */ - if (s->session->compress_meth != 0) - { - al=SSL_AD_INTERNAL_ERROR; - SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_INCONSISTENT_COMPRESSION); - goto f_err; - } + if (*(p++) != 0) { + al = SSL_AD_ILLEGAL_PARAMETER; + SSLerr(SSL_F_SSL3_GET_SERVER_HELLO, + SSL_R_UNSUPPORTED_COMPRESSION_ALGORITHM); + goto f_err; + } + /* + * If compression is disabled we'd better not try to resume a session + * using compression. + */ + if (s->session->compress_meth != 0) { + SSLerr(SSL_F_SSL3_GET_SERVER_HELLO, SSL_R_INCONSISTENT_COMPRESSION); + goto f_err; + } #else - j= *(p++); - if (s->hit && j != s->session->compress_meth) - { - al=SSL_AD_ILLEGAL_PARAMETER; - SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_OLD_SESSION_COMPRESSION_ALGORITHM_NOT_RETURNED); - goto f_err; - } - if (j == 0) - comp=NULL; - else if (s->options & SSL_OP_NO_COMPRESSION) - { - al=SSL_AD_ILLEGAL_PARAMETER; - SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_COMPRESSION_DISABLED); - goto f_err; - } - else - comp=ssl3_comp_find(s->ctx->comp_methods,j); - - if ((j != 0) && (comp == NULL)) - { - al=SSL_AD_ILLEGAL_PARAMETER; - SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_UNSUPPORTED_COMPRESSION_ALGORITHM); - goto f_err; - } - else - { - s->s3->tmp.new_compression=comp; - } + j = *(p++); + if (s->hit && j != s->session->compress_meth) { + al = SSL_AD_ILLEGAL_PARAMETER; + SSLerr(SSL_F_SSL3_GET_SERVER_HELLO, + SSL_R_OLD_SESSION_COMPRESSION_ALGORITHM_NOT_RETURNED); + goto f_err; + } + if (j == 0) + comp = NULL; + else if (s->options & SSL_OP_NO_COMPRESSION) { + al = SSL_AD_ILLEGAL_PARAMETER; + SSLerr(SSL_F_SSL3_GET_SERVER_HELLO, SSL_R_COMPRESSION_DISABLED); + goto f_err; + } else + comp = ssl3_comp_find(s->ctx->comp_methods, j); + + if ((j != 0) && (comp == NULL)) { + al = SSL_AD_ILLEGAL_PARAMETER; + SSLerr(SSL_F_SSL3_GET_SERVER_HELLO, + SSL_R_UNSUPPORTED_COMPRESSION_ALGORITHM); + goto f_err; + } else { + s->s3->tmp.new_compression = comp; + } #endif #ifndef OPENSSL_NO_TLSEXT - /* TLS extensions*/ - if (s->version >= SSL3_VERSION) - { - if (!ssl_parse_serverhello_tlsext(s,&p,d,n, &al)) - { - /* 'al' set by ssl_parse_serverhello_tlsext */ - SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_PARSE_TLSEXT); - goto f_err; - } - if (ssl_check_serverhello_tlsext(s) <= 0) - { - SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_SERVERHELLO_TLSEXT); - goto err; - } - } -#endif - - if (p != (d+n)) - { - /* wrong packet length */ - al=SSL_AD_DECODE_ERROR; - SSLerr(SSL_F_SSL3_GET_SERVER_HELLO,SSL_R_BAD_PACKET_LENGTH); - goto f_err; - } - - return(1); -f_err: - ssl3_send_alert(s,SSL3_AL_FATAL,al); -err: - return(-1); - } + /* TLS extensions */ + if (!ssl_parse_serverhello_tlsext(s, &p, d, n)) { + SSLerr(SSL_F_SSL3_GET_SERVER_HELLO, SSL_R_PARSE_TLSEXT); + goto err; + } +#endif + + if (p != (d + n)) { + /* wrong packet length */ + al = SSL_AD_DECODE_ERROR; + SSLerr(SSL_F_SSL3_GET_SERVER_HELLO, SSL_R_BAD_PACKET_LENGTH); + goto f_err; + } + + return (1); + f_err: + ssl3_send_alert(s, SSL3_AL_FATAL, al); + err: + return (-1); +} int ssl3_get_server_certificate(SSL *s) - { - int al,i,ok,ret= -1; - unsigned long n,nc,llen,l; - X509 *x=NULL; - const unsigned char *q,*p; - unsigned char *d; - STACK_OF(X509) *sk=NULL; - SESS_CERT *sc; - EVP_PKEY *pkey=NULL; - int need_cert = 1; /* VRS: 0=> will allow null cert if auth == KRB5 */ - - n=s->method->ssl_get_message(s, - SSL3_ST_CR_CERT_A, - SSL3_ST_CR_CERT_B, - -1, - s->max_cert_list, - &ok); - - if (!ok) return((int)n); - - if ((s->s3->tmp.message_type == SSL3_MT_SERVER_KEY_EXCHANGE) || - ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) && - (s->s3->tmp.message_type == SSL3_MT_SERVER_DONE))) - { - s->s3->tmp.reuse_message=1; - return(1); - } - - if (s->s3->tmp.message_type != SSL3_MT_CERTIFICATE) - { - al=SSL_AD_UNEXPECTED_MESSAGE; - SSLerr(SSL_F_SSL3_GET_SERVER_CERTIFICATE,SSL_R_BAD_MESSAGE_TYPE); - goto f_err; - } - p=d=(unsigned char *)s->init_msg; - - if ((sk=sk_X509_new_null()) == NULL) - { - SSLerr(SSL_F_SSL3_GET_SERVER_CERTIFICATE,ERR_R_MALLOC_FAILURE); - goto err; - } - - n2l3(p,llen); - if (llen+3 != n) - { - al=SSL_AD_DECODE_ERROR; - SSLerr(SSL_F_SSL3_GET_SERVER_CERTIFICATE,SSL_R_LENGTH_MISMATCH); - goto f_err; - } - for (nc=0; nc llen) - { - al=SSL_AD_DECODE_ERROR; - SSLerr(SSL_F_SSL3_GET_SERVER_CERTIFICATE,SSL_R_CERT_LENGTH_MISMATCH); - goto f_err; - } - - q=p; - x=d2i_X509(NULL,&q,l); - if (x == NULL) - { - al=SSL_AD_BAD_CERTIFICATE; - SSLerr(SSL_F_SSL3_GET_SERVER_CERTIFICATE,ERR_R_ASN1_LIB); - goto f_err; - } - if (q != (p+l)) - { - al=SSL_AD_DECODE_ERROR; - SSLerr(SSL_F_SSL3_GET_SERVER_CERTIFICATE,SSL_R_CERT_LENGTH_MISMATCH); - goto f_err; - } - if (!sk_X509_push(sk,x)) - { - SSLerr(SSL_F_SSL3_GET_SERVER_CERTIFICATE,ERR_R_MALLOC_FAILURE); - goto err; - } - x=NULL; - nc+=l+3; - p=q; - } - - i=ssl_verify_cert_chain(s,sk); - if ((s->verify_mode != SSL_VERIFY_NONE) && (i <= 0) +{ + int al, i, ok, ret = -1; + unsigned long n, nc, llen, l; + X509 *x = NULL; + const unsigned char *q, *p; + unsigned char *d; + STACK_OF(X509) *sk = NULL; + SESS_CERT *sc; + EVP_PKEY *pkey = NULL; + int need_cert = 1; /* VRS: 0=> will allow null cert if auth == + * KRB5 */ + + n = s->method->ssl_get_message(s, + SSL3_ST_CR_CERT_A, + SSL3_ST_CR_CERT_B, + -1, s->max_cert_list, &ok); + + if (!ok) + return ((int)n); + + if ((s->s3->tmp.message_type == SSL3_MT_SERVER_KEY_EXCHANGE) || + ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) && + (s->s3->tmp.message_type == SSL3_MT_SERVER_DONE))) { + s->s3->tmp.reuse_message = 1; + return (1); + } + + if (s->s3->tmp.message_type != SSL3_MT_CERTIFICATE) { + al = SSL_AD_UNEXPECTED_MESSAGE; + SSLerr(SSL_F_SSL3_GET_SERVER_CERTIFICATE, SSL_R_BAD_MESSAGE_TYPE); + goto f_err; + } + p = d = (unsigned char *)s->init_msg; + + if ((sk = sk_X509_new_null()) == NULL) { + SSLerr(SSL_F_SSL3_GET_SERVER_CERTIFICATE, ERR_R_MALLOC_FAILURE); + goto err; + } + + n2l3(p, llen); + if (llen + 3 != n) { + al = SSL_AD_DECODE_ERROR; + SSLerr(SSL_F_SSL3_GET_SERVER_CERTIFICATE, SSL_R_LENGTH_MISMATCH); + goto f_err; + } + for (nc = 0; nc < llen;) { + n2l3(p, l); + if ((l + nc + 3) > llen) { + al = SSL_AD_DECODE_ERROR; + SSLerr(SSL_F_SSL3_GET_SERVER_CERTIFICATE, + SSL_R_CERT_LENGTH_MISMATCH); + goto f_err; + } + + q = p; + x = d2i_X509(NULL, &q, l); + if (x == NULL) { + al = SSL_AD_BAD_CERTIFICATE; + SSLerr(SSL_F_SSL3_GET_SERVER_CERTIFICATE, ERR_R_ASN1_LIB); + goto f_err; + } + if (q != (p + l)) { + al = SSL_AD_DECODE_ERROR; + SSLerr(SSL_F_SSL3_GET_SERVER_CERTIFICATE, + SSL_R_CERT_LENGTH_MISMATCH); + goto f_err; + } + if (!sk_X509_push(sk, x)) { + SSLerr(SSL_F_SSL3_GET_SERVER_CERTIFICATE, ERR_R_MALLOC_FAILURE); + goto err; + } + x = NULL; + nc += l + 3; + p = q; + } + + i = ssl_verify_cert_chain(s, sk); + if ((s->verify_mode != SSL_VERIFY_NONE) && (i <= 0) #ifndef OPENSSL_NO_KRB5 - && !((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) && - (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)) -#endif /* OPENSSL_NO_KRB5 */ - ) - { - al=ssl_verify_alarm_type(s->verify_result); - SSLerr(SSL_F_SSL3_GET_SERVER_CERTIFICATE,SSL_R_CERTIFICATE_VERIFY_FAILED); - goto f_err; - } - ERR_clear_error(); /* but we keep s->verify_result */ - - sc=ssl_sess_cert_new(); - if (sc == NULL) goto err; - - if (s->session->sess_cert) ssl_sess_cert_free(s->session->sess_cert); - s->session->sess_cert=sc; - - sc->cert_chain=sk; - /* Inconsistency alert: cert_chain does include the peer's - * certificate, which we don't include in s3_srvr.c */ - x=sk_X509_value(sk,0); - sk=NULL; - /* VRS 19990621: possible memory leak; sk=null ==> !sk_pop_free() @end*/ - - pkey=X509_get_pubkey(x); - - /* VRS: allow null cert if auth == KRB5 */ - need_cert = ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) && - (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)) - ? 0 : 1; + && !((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) && + (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)) +#endif /* OPENSSL_NO_KRB5 */ + ) { + al = ssl_verify_alarm_type(s->verify_result); + SSLerr(SSL_F_SSL3_GET_SERVER_CERTIFICATE, + SSL_R_CERTIFICATE_VERIFY_FAILED); + goto f_err; + } + ERR_clear_error(); /* but we keep s->verify_result */ + + sc = ssl_sess_cert_new(); + if (sc == NULL) + goto err; + + if (s->session->sess_cert) + ssl_sess_cert_free(s->session->sess_cert); + s->session->sess_cert = sc; + + sc->cert_chain = sk; + /* + * Inconsistency alert: cert_chain does include the peer's certificate, + * which we don't include in s3_srvr.c + */ + x = sk_X509_value(sk, 0); + sk = NULL; + /* + * VRS 19990621: possible memory leak; sk=null ==> !sk_pop_free() @end + */ + + pkey = X509_get_pubkey(x); + + /* VRS: allow null cert if auth == KRB5 */ + need_cert = ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) && + (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)) + ? 0 : 1; #ifdef KSSL_DEBUG - printf("pkey,x = %p, %p\n", pkey,x); - printf("ssl_cert_type(x,pkey) = %d\n", ssl_cert_type(x,pkey)); - printf("cipher, alg, nc = %s, %lx, %lx, %d\n", s->s3->tmp.new_cipher->name, - s->s3->tmp.new_cipher->algorithm_mkey, s->s3->tmp.new_cipher->algorithm_auth, need_cert); -#endif /* KSSL_DEBUG */ - - if (need_cert && ((pkey == NULL) || EVP_PKEY_missing_parameters(pkey))) - { - x=NULL; - al=SSL3_AL_FATAL; - SSLerr(SSL_F_SSL3_GET_SERVER_CERTIFICATE, - SSL_R_UNABLE_TO_FIND_PUBLIC_KEY_PARAMETERS); - goto f_err; - } - - i=ssl_cert_type(x,pkey); - if (need_cert && i < 0) - { - x=NULL; - al=SSL3_AL_FATAL; - SSLerr(SSL_F_SSL3_GET_SERVER_CERTIFICATE, - SSL_R_UNKNOWN_CERTIFICATE_TYPE); - goto f_err; - } - - if (need_cert) - { - sc->peer_cert_type=i; - CRYPTO_add(&x->references,1,CRYPTO_LOCK_X509); - /* Why would the following ever happen? - * We just created sc a couple of lines ago. */ - if (sc->peer_pkeys[i].x509 != NULL) - X509_free(sc->peer_pkeys[i].x509); - sc->peer_pkeys[i].x509=x; - sc->peer_key= &(sc->peer_pkeys[i]); - - if (s->session->peer != NULL) - X509_free(s->session->peer); - CRYPTO_add(&x->references,1,CRYPTO_LOCK_X509); - s->session->peer=x; - } - else - { - sc->peer_cert_type=i; - sc->peer_key= NULL; - - if (s->session->peer != NULL) - X509_free(s->session->peer); - s->session->peer=NULL; - } - s->session->verify_result = s->verify_result; - - x=NULL; - ret=1; - - if (0) - { -f_err: - ssl3_send_alert(s,SSL3_AL_FATAL,al); - } -err: - EVP_PKEY_free(pkey); - X509_free(x); - sk_X509_pop_free(sk,X509_free); - return(ret); - } + fprintf(stderr, "pkey,x = %p, %p\n", pkey, x); + fprintf(stderr, "ssl_cert_type(x,pkey) = %d\n", ssl_cert_type(x, pkey)); + fprintf(stderr, "cipher, alg, nc = %s, %lx, %lx, %d\n", + s->s3->tmp.new_cipher->name, + s->s3->tmp.new_cipher->algorithm_mkey, + s->s3->tmp.new_cipher->algorithm_auth, need_cert); +#endif /* KSSL_DEBUG */ + + if (need_cert && ((pkey == NULL) || EVP_PKEY_missing_parameters(pkey))) { + x = NULL; + al = SSL3_AL_FATAL; + SSLerr(SSL_F_SSL3_GET_SERVER_CERTIFICATE, + SSL_R_UNABLE_TO_FIND_PUBLIC_KEY_PARAMETERS); + goto f_err; + } + + i = ssl_cert_type(x, pkey); + if (need_cert && i < 0) { + x = NULL; + al = SSL3_AL_FATAL; + SSLerr(SSL_F_SSL3_GET_SERVER_CERTIFICATE, + SSL_R_UNKNOWN_CERTIFICATE_TYPE); + goto f_err; + } + + if (need_cert) { + int exp_idx = ssl_cipher_get_cert_index(s->s3->tmp.new_cipher); + if (exp_idx >= 0 && i != exp_idx) { + x = NULL; + al = SSL_AD_ILLEGAL_PARAMETER; + SSLerr(SSL_F_SSL3_GET_SERVER_CERTIFICATE, + SSL_R_WRONG_CERTIFICATE_TYPE); + goto f_err; + } + sc->peer_cert_type = i; + CRYPTO_add(&x->references, 1, CRYPTO_LOCK_X509); + /* + * Why would the following ever happen? We just created sc a couple + * of lines ago. + */ + if (sc->peer_pkeys[i].x509 != NULL) + X509_free(sc->peer_pkeys[i].x509); + sc->peer_pkeys[i].x509 = x; + sc->peer_key = &(sc->peer_pkeys[i]); + + if (s->session->peer != NULL) + X509_free(s->session->peer); + CRYPTO_add(&x->references, 1, CRYPTO_LOCK_X509); + s->session->peer = x; + } else { + sc->peer_cert_type = i; + sc->peer_key = NULL; + + if (s->session->peer != NULL) + X509_free(s->session->peer); + s->session->peer = NULL; + } + s->session->verify_result = s->verify_result; + + x = NULL; + ret = 1; + if (0) { + f_err: + ssl3_send_alert(s, SSL3_AL_FATAL, al); + } + err: + EVP_PKEY_free(pkey); + X509_free(x); + sk_X509_pop_free(sk, X509_free); + return (ret); +} int ssl3_get_key_exchange(SSL *s) - { +{ #ifndef OPENSSL_NO_RSA - unsigned char *q,md_buf[EVP_MAX_MD_SIZE*2]; -#endif - EVP_MD_CTX md_ctx; - unsigned char *param,*p; - int al,j,ok; - long i,param_len,n,alg_k,alg_a; - EVP_PKEY *pkey=NULL; - const EVP_MD *md = NULL; + unsigned char *q, md_buf[EVP_MAX_MD_SIZE * 2]; +#endif + EVP_MD_CTX md_ctx; + unsigned char *param, *p; + int al, j, ok; + long i, param_len, n, alg_k, alg_a; + EVP_PKEY *pkey = NULL; + const EVP_MD *md = NULL; #ifndef OPENSSL_NO_RSA - RSA *rsa=NULL; + RSA *rsa = NULL; #endif #ifndef OPENSSL_NO_DH - DH *dh=NULL; + DH *dh = NULL; #endif #ifndef OPENSSL_NO_ECDH - EC_KEY *ecdh = NULL; - BN_CTX *bn_ctx = NULL; - EC_POINT *srvr_ecpoint = NULL; - int curve_nid = 0; - int encoded_pt_len = 0; -#endif - - /* use same message size as in ssl3_get_certificate_request() - * as ServerKeyExchange message may be skipped */ - n=s->method->ssl_get_message(s, - SSL3_ST_CR_KEY_EXCH_A, - SSL3_ST_CR_KEY_EXCH_B, - -1, - s->max_cert_list, - &ok); - if (!ok) return((int)n); - - if (s->s3->tmp.message_type != SSL3_MT_SERVER_KEY_EXCHANGE) - { + EC_KEY *ecdh = NULL; + BN_CTX *bn_ctx = NULL; + EC_POINT *srvr_ecpoint = NULL; + int curve_nid = 0; + int encoded_pt_len = 0; +#endif + + EVP_MD_CTX_init(&md_ctx); + + /* + * use same message size as in ssl3_get_certificate_request() as + * ServerKeyExchange message may be skipped + */ + n = s->method->ssl_get_message(s, + SSL3_ST_CR_KEY_EXCH_A, + SSL3_ST_CR_KEY_EXCH_B, + -1, s->max_cert_list, &ok); + if (!ok) + return ((int)n); + + alg_k = s->s3->tmp.new_cipher->algorithm_mkey; + + if (s->s3->tmp.message_type != SSL3_MT_SERVER_KEY_EXCHANGE) { + /* + * Can't skip server key exchange if this is an ephemeral + * ciphersuite. + */ + if (alg_k & (SSL_kDHE | SSL_kECDHE)) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_UNEXPECTED_MESSAGE); + al = SSL_AD_UNEXPECTED_MESSAGE; + goto f_err; + } #ifndef OPENSSL_NO_PSK - /* In plain PSK ciphersuite, ServerKeyExchange can be - omitted if no identity hint is sent. Set - session->sess_cert anyway to avoid problems - later.*/ - if (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK) - { - s->session->sess_cert=ssl_sess_cert_new(); - if (s->ctx->psk_identity_hint) - OPENSSL_free(s->ctx->psk_identity_hint); - s->ctx->psk_identity_hint = NULL; - } -#endif - s->s3->tmp.reuse_message=1; - return(1); - } - - param=p=(unsigned char *)s->init_msg; - if (s->session->sess_cert != NULL) - { + /* + * In plain PSK ciphersuite, ServerKeyExchange can be omitted if no + * identity hint is sent. Set session->sess_cert anyway to avoid + * problems later. + */ + if (alg_k & SSL_kPSK) { + s->session->sess_cert = ssl_sess_cert_new(); + if (s->ctx->psk_identity_hint) + OPENSSL_free(s->ctx->psk_identity_hint); + s->ctx->psk_identity_hint = NULL; + } +#endif + s->s3->tmp.reuse_message = 1; + return (1); + } + + param = p = (unsigned char *)s->init_msg; + if (s->session->sess_cert != NULL) { #ifndef OPENSSL_NO_RSA - if (s->session->sess_cert->peer_rsa_tmp != NULL) - { - RSA_free(s->session->sess_cert->peer_rsa_tmp); - s->session->sess_cert->peer_rsa_tmp=NULL; - } + if (s->session->sess_cert->peer_rsa_tmp != NULL) { + RSA_free(s->session->sess_cert->peer_rsa_tmp); + s->session->sess_cert->peer_rsa_tmp = NULL; + } #endif #ifndef OPENSSL_NO_DH - if (s->session->sess_cert->peer_dh_tmp) - { - DH_free(s->session->sess_cert->peer_dh_tmp); - s->session->sess_cert->peer_dh_tmp=NULL; - } + if (s->session->sess_cert->peer_dh_tmp) { + DH_free(s->session->sess_cert->peer_dh_tmp); + s->session->sess_cert->peer_dh_tmp = NULL; + } #endif #ifndef OPENSSL_NO_ECDH - if (s->session->sess_cert->peer_ecdh_tmp) - { - EC_KEY_free(s->session->sess_cert->peer_ecdh_tmp); - s->session->sess_cert->peer_ecdh_tmp=NULL; - } + if (s->session->sess_cert->peer_ecdh_tmp) { + EC_KEY_free(s->session->sess_cert->peer_ecdh_tmp); + s->session->sess_cert->peer_ecdh_tmp = NULL; + } #endif - } - else - { - s->session->sess_cert=ssl_sess_cert_new(); - } + } else { + s->session->sess_cert = ssl_sess_cert_new(); + } - /* Total length of the parameters including the length prefix */ - param_len=0; + /* Total length of the parameters including the length prefix */ + param_len = 0; - alg_k=s->s3->tmp.new_cipher->algorithm_mkey; - alg_a=s->s3->tmp.new_cipher->algorithm_auth; - EVP_MD_CTX_init(&md_ctx); + alg_a = s->s3->tmp.new_cipher->algorithm_auth; - al=SSL_AD_DECODE_ERROR; + al = SSL_AD_DECODE_ERROR; #ifndef OPENSSL_NO_PSK - if (alg_k & SSL_kPSK) - { - char tmp_id_hint[PSK_MAX_IDENTITY_LEN+1]; - - param_len = 2; - if (param_len > n) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, - SSL_R_LENGTH_TOO_SHORT); - goto f_err; - } - n2s(p,i); - - /* Store PSK identity hint for later use, hint is used - * in ssl3_send_client_key_exchange. Assume that the - * maximum length of a PSK identity hint can be as - * long as the maximum length of a PSK identity. */ - if (i > PSK_MAX_IDENTITY_LEN) - { - al=SSL_AD_HANDSHAKE_FAILURE; - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, - SSL_R_DATA_LENGTH_TOO_LONG); - goto f_err; - } - if (i > n - param_len) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, - SSL_R_BAD_PSK_IDENTITY_HINT_LENGTH); - goto f_err; - } - param_len += i; - - /* If received PSK identity hint contains NULL - * characters, the hint is truncated from the first - * NULL. p may not be ending with NULL, so create a - * NULL-terminated string. */ - memcpy(tmp_id_hint, p, i); - memset(tmp_id_hint+i, 0, PSK_MAX_IDENTITY_LEN+1-i); - if (s->ctx->psk_identity_hint != NULL) - OPENSSL_free(s->ctx->psk_identity_hint); - s->ctx->psk_identity_hint = BUF_strdup(tmp_id_hint); - if (s->ctx->psk_identity_hint == NULL) - { - al=SSL_AD_HANDSHAKE_FAILURE; - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, ERR_R_MALLOC_FAILURE); - goto f_err; - } - - p+=i; - n-=param_len; - } - else -#endif /* !OPENSSL_NO_PSK */ + if (alg_k & SSL_kPSK) { + char tmp_id_hint[PSK_MAX_IDENTITY_LEN + 1]; + + param_len = 2; + if (param_len > n) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_LENGTH_TOO_SHORT); + goto f_err; + } + n2s(p, i); + + /* + * Store PSK identity hint for later use, hint is used in + * ssl3_send_client_key_exchange. Assume that the maximum length of + * a PSK identity hint can be as long as the maximum length of a PSK + * identity. + */ + if (i > PSK_MAX_IDENTITY_LEN) { + al = SSL_AD_HANDSHAKE_FAILURE; + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_DATA_LENGTH_TOO_LONG); + goto f_err; + } + if (i > n - param_len) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, + SSL_R_BAD_PSK_IDENTITY_HINT_LENGTH); + goto f_err; + } + param_len += i; + + /* + * If received PSK identity hint contains NULL characters, the hint + * is truncated from the first NULL. p may not be ending with NULL, + * so create a NULL-terminated string. + */ + memcpy(tmp_id_hint, p, i); + memset(tmp_id_hint + i, 0, PSK_MAX_IDENTITY_LEN + 1 - i); + if (s->ctx->psk_identity_hint != NULL) + OPENSSL_free(s->ctx->psk_identity_hint); + s->ctx->psk_identity_hint = BUF_strdup(tmp_id_hint); + if (s->ctx->psk_identity_hint == NULL) { + al = SSL_AD_HANDSHAKE_FAILURE; + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, ERR_R_MALLOC_FAILURE); + goto f_err; + } + + p += i; + n -= param_len; + } else +#endif /* !OPENSSL_NO_PSK */ #ifndef OPENSSL_NO_SRP - if (alg_k & SSL_kSRP) - { - param_len = 2; - if (param_len > n) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, - SSL_R_LENGTH_TOO_SHORT); - goto f_err; - } - n2s(p,i); - - if (i > n - param_len) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_BAD_SRP_N_LENGTH); - goto f_err; - } - param_len += i; - - if (!(s->srp_ctx.N=BN_bin2bn(p,i,NULL))) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_BN_LIB); - goto err; - } - p+=i; - - - if (2 > n - param_len) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, - SSL_R_LENGTH_TOO_SHORT); - goto f_err; - } - param_len += 2; - - n2s(p,i); - - if (i > n - param_len) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_BAD_SRP_G_LENGTH); - goto f_err; - } - param_len += i; - - if (!(s->srp_ctx.g=BN_bin2bn(p,i,NULL))) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_BN_LIB); - goto err; - } - p+=i; - - - if (1 > n - param_len) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, - SSL_R_LENGTH_TOO_SHORT); - goto f_err; - } - param_len += 1; - - i = (unsigned int)(p[0]); - p++; - - if (i > n - param_len) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_BAD_SRP_S_LENGTH); - goto f_err; - } - param_len += i; - - if (!(s->srp_ctx.s=BN_bin2bn(p,i,NULL))) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_BN_LIB); - goto err; - } - p+=i; - - if (2 > n - param_len) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, - SSL_R_LENGTH_TOO_SHORT); - goto f_err; - } - param_len += 2; - - n2s(p,i); - - if (i > n - param_len) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_BAD_SRP_B_LENGTH); - goto f_err; - } - param_len += i; - - if (!(s->srp_ctx.B=BN_bin2bn(p,i,NULL))) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_BN_LIB); - goto err; - } - p+=i; - n-=param_len; - - if (!srp_verify_server_param(s, &al)) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_BAD_SRP_PARAMETERS); - goto f_err; - } + if (alg_k & SSL_kSRP) { + param_len = 2; + if (param_len > n) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_LENGTH_TOO_SHORT); + goto f_err; + } + n2s(p, i); + + if (i > n - param_len) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_BAD_SRP_N_LENGTH); + goto f_err; + } + param_len += i; + + if (!(s->srp_ctx.N = BN_bin2bn(p, i, NULL))) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, ERR_R_BN_LIB); + goto err; + } + p += i; + + if (2 > n - param_len) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_LENGTH_TOO_SHORT); + goto f_err; + } + param_len += 2; + + n2s(p, i); + + if (i > n - param_len) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_BAD_SRP_G_LENGTH); + goto f_err; + } + param_len += i; + + if (!(s->srp_ctx.g = BN_bin2bn(p, i, NULL))) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, ERR_R_BN_LIB); + goto err; + } + p += i; + + if (1 > n - param_len) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_LENGTH_TOO_SHORT); + goto f_err; + } + param_len += 1; + + i = (unsigned int)(p[0]); + p++; + + if (i > n - param_len) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_BAD_SRP_S_LENGTH); + goto f_err; + } + param_len += i; + + if (!(s->srp_ctx.s = BN_bin2bn(p, i, NULL))) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, ERR_R_BN_LIB); + goto err; + } + p += i; + + if (2 > n - param_len) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_LENGTH_TOO_SHORT); + goto f_err; + } + param_len += 2; + + n2s(p, i); + + if (i > n - param_len) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_BAD_SRP_B_LENGTH); + goto f_err; + } + param_len += i; + + if (!(s->srp_ctx.B = BN_bin2bn(p, i, NULL))) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, ERR_R_BN_LIB); + goto err; + } + p += i; + n -= param_len; + + if (!srp_verify_server_param(s, &al)) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_BAD_SRP_PARAMETERS); + goto f_err; + } /* We must check if there is a certificate */ +# ifndef OPENSSL_NO_RSA + if (alg_a & SSL_aRSA) + pkey = + X509_get_pubkey(s->session-> + sess_cert->peer_pkeys[SSL_PKEY_RSA_ENC].x509); +# else + if (0) ; +# endif +# ifndef OPENSSL_NO_DSA + else if (alg_a & SSL_aDSS) + pkey = + X509_get_pubkey(s->session-> + sess_cert->peer_pkeys[SSL_PKEY_DSA_SIGN]. + x509); +# endif + } else +#endif /* !OPENSSL_NO_SRP */ #ifndef OPENSSL_NO_RSA - if (alg_a & SSL_aRSA) - pkey=X509_get_pubkey(s->session->sess_cert->peer_pkeys[SSL_PKEY_RSA_ENC].x509); -#else - if (0) - ; -#endif -#ifndef OPENSSL_NO_DSA - else if (alg_a & SSL_aDSS) - pkey=X509_get_pubkey(s->session->sess_cert->peer_pkeys[SSL_PKEY_DSA_SIGN].x509); -#endif - } - else -#endif /* !OPENSSL_NO_SRP */ -#ifndef OPENSSL_NO_RSA - if (alg_k & SSL_kRSA) - { - if ((rsa=RSA_new()) == NULL) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_MALLOC_FAILURE); - goto err; - } - - param_len = 2; - if (param_len > n) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, - SSL_R_LENGTH_TOO_SHORT); - goto f_err; - } - n2s(p,i); - - if (i > n - param_len) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_BAD_RSA_MODULUS_LENGTH); - goto f_err; - } - param_len += i; - - if (!(rsa->n=BN_bin2bn(p,i,rsa->n))) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_BN_LIB); - goto err; - } - p+=i; - - if (2 > n - param_len) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, - SSL_R_LENGTH_TOO_SHORT); - goto f_err; - } - param_len += 2; - - n2s(p,i); - - if (i > n - param_len) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_BAD_RSA_E_LENGTH); - goto f_err; - } - param_len += i; - - if (!(rsa->e=BN_bin2bn(p,i,rsa->e))) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_BN_LIB); - goto err; - } - p+=i; - n-=param_len; - - /* this should be because we are using an export cipher */ - if (alg_a & SSL_aRSA) - pkey=X509_get_pubkey(s->session->sess_cert->peer_pkeys[SSL_PKEY_RSA_ENC].x509); - else - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_INTERNAL_ERROR); - goto err; - } - s->session->sess_cert->peer_rsa_tmp=rsa; - rsa=NULL; - } -#else /* OPENSSL_NO_RSA */ - if (0) - ; + if (alg_k & SSL_kRSA) { + /* Temporary RSA keys only allowed in export ciphersuites */ + if (!SSL_C_IS_EXPORT(s->s3->tmp.new_cipher)) { + al = SSL_AD_UNEXPECTED_MESSAGE; + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_UNEXPECTED_MESSAGE); + goto f_err; + } + if ((rsa = RSA_new()) == NULL) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, ERR_R_MALLOC_FAILURE); + goto err; + } + + param_len = 2; + if (param_len > n) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_LENGTH_TOO_SHORT); + goto f_err; + } + n2s(p, i); + + if (i > n - param_len) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_BAD_RSA_MODULUS_LENGTH); + goto f_err; + } + param_len += i; + + if (!(rsa->n = BN_bin2bn(p, i, rsa->n))) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, ERR_R_BN_LIB); + goto err; + } + p += i; + + if (2 > n - param_len) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_LENGTH_TOO_SHORT); + goto f_err; + } + param_len += 2; + + n2s(p, i); + + if (i > n - param_len) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_BAD_RSA_E_LENGTH); + goto f_err; + } + param_len += i; + + if (!(rsa->e = BN_bin2bn(p, i, rsa->e))) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, ERR_R_BN_LIB); + goto err; + } + p += i; + n -= param_len; + + /* this should be because we are using an export cipher */ + if (alg_a & SSL_aRSA) + pkey = + X509_get_pubkey(s->session-> + sess_cert->peer_pkeys[SSL_PKEY_RSA_ENC].x509); + else { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, ERR_R_INTERNAL_ERROR); + goto err; + } + s->session->sess_cert->peer_rsa_tmp = rsa; + rsa = NULL; + } +#else /* OPENSSL_NO_RSA */ + if (0) ; #endif #ifndef OPENSSL_NO_DH - else if (alg_k & SSL_kEDH) - { - if ((dh=DH_new()) == NULL) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_DH_LIB); - goto err; - } - - param_len = 2; - if (param_len > n) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, - SSL_R_LENGTH_TOO_SHORT); - goto f_err; - } - n2s(p,i); - - if (i > n - param_len) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_BAD_DH_P_LENGTH); - goto f_err; - } - param_len += i; - - if (!(dh->p=BN_bin2bn(p,i,NULL))) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_BN_LIB); - goto err; - } - p+=i; - - if (2 > n - param_len) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, - SSL_R_LENGTH_TOO_SHORT); - goto f_err; - } - param_len += 2; - - n2s(p,i); - - if (i > n - param_len) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_BAD_DH_G_LENGTH); - goto f_err; - } - param_len += i; - - if (!(dh->g=BN_bin2bn(p,i,NULL))) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_BN_LIB); - goto err; - } - p+=i; - - if (2 > n - param_len) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, - SSL_R_LENGTH_TOO_SHORT); - goto f_err; - } - param_len += 2; - - n2s(p,i); - - if (i > n - param_len) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_BAD_DH_PUB_KEY_LENGTH); - goto f_err; - } - param_len += i; - - if (!(dh->pub_key=BN_bin2bn(p,i,NULL))) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_BN_LIB); - goto err; - } - p+=i; - n-=param_len; - -#ifndef OPENSSL_NO_RSA - if (alg_a & SSL_aRSA) - pkey=X509_get_pubkey(s->session->sess_cert->peer_pkeys[SSL_PKEY_RSA_ENC].x509); -#else - if (0) - ; -#endif -#ifndef OPENSSL_NO_DSA - else if (alg_a & SSL_aDSS) - pkey=X509_get_pubkey(s->session->sess_cert->peer_pkeys[SSL_PKEY_DSA_SIGN].x509); -#endif - /* else anonymous DH, so no certificate or pkey. */ - - s->session->sess_cert->peer_dh_tmp=dh; - dh=NULL; - } - else if ((alg_k & SSL_kDHr) || (alg_k & SSL_kDHd)) - { - al=SSL_AD_ILLEGAL_PARAMETER; - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_TRIED_TO_USE_UNSUPPORTED_CIPHER); - goto f_err; - } -#endif /* !OPENSSL_NO_DH */ + else if (alg_k & SSL_kEDH) { + if ((dh = DH_new()) == NULL) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, ERR_R_DH_LIB); + goto err; + } + + param_len = 2; + if (param_len > n) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_LENGTH_TOO_SHORT); + goto f_err; + } + n2s(p, i); + + if (i > n - param_len) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_BAD_DH_P_LENGTH); + goto f_err; + } + param_len += i; + + if (!(dh->p = BN_bin2bn(p, i, NULL))) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, ERR_R_BN_LIB); + goto err; + } + p += i; + + if (2 > n - param_len) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_LENGTH_TOO_SHORT); + goto f_err; + } + param_len += 2; + + n2s(p, i); + + if (i > n - param_len) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_BAD_DH_G_LENGTH); + goto f_err; + } + param_len += i; + + if (!(dh->g = BN_bin2bn(p, i, NULL))) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, ERR_R_BN_LIB); + goto err; + } + p += i; + + if (2 > n - param_len) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_LENGTH_TOO_SHORT); + goto f_err; + } + param_len += 2; + + n2s(p, i); + + if (i > n - param_len) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_BAD_DH_PUB_KEY_LENGTH); + goto f_err; + } + param_len += i; + + if (!(dh->pub_key = BN_bin2bn(p, i, NULL))) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, ERR_R_BN_LIB); + goto err; + } + p += i; + n -= param_len; + +# ifndef OPENSSL_NO_RSA + if (alg_a & SSL_aRSA) + pkey = + X509_get_pubkey(s->session-> + sess_cert->peer_pkeys[SSL_PKEY_RSA_ENC].x509); +# else + if (0) ; +# endif +# ifndef OPENSSL_NO_DSA + else if (alg_a & SSL_aDSS) + pkey = + X509_get_pubkey(s->session-> + sess_cert->peer_pkeys[SSL_PKEY_DSA_SIGN]. + x509); +# endif + /* else anonymous DH, so no certificate or pkey. */ + + s->session->sess_cert->peer_dh_tmp = dh; + dh = NULL; + } else if ((alg_k & SSL_kDHr) || (alg_k & SSL_kDHd)) { + al = SSL_AD_ILLEGAL_PARAMETER; + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, + SSL_R_TRIED_TO_USE_UNSUPPORTED_CIPHER); + goto f_err; + } +#endif /* !OPENSSL_NO_DH */ #ifndef OPENSSL_NO_ECDH - else if (alg_k & SSL_kEECDH) - { - EC_GROUP *ngroup; - const EC_GROUP *group; - - if ((ecdh=EC_KEY_new()) == NULL) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_MALLOC_FAILURE); - goto err; - } - - /* Extract elliptic curve parameters and the - * server's ephemeral ECDH public key. - * Keep accumulating lengths of various components in - * param_len and make sure it never exceeds n. - */ - - /* XXX: For now we only support named (not generic) curves - * and the ECParameters in this case is just three bytes. We - * also need one byte for the length of the encoded point - */ - param_len=4; - if (param_len > n) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, - SSL_R_LENGTH_TOO_SHORT); - goto f_err; - } - - if ((*p != NAMED_CURVE_TYPE) || - ((curve_nid = tls1_ec_curve_id2nid(*(p + 2))) == 0)) - { - al=SSL_AD_INTERNAL_ERROR; - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_UNABLE_TO_FIND_ECDH_PARAMETERS); - goto f_err; - } - - ngroup = EC_GROUP_new_by_curve_name(curve_nid); - if (ngroup == NULL) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_EC_LIB); - goto err; - } - if (EC_KEY_set_group(ecdh, ngroup) == 0) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_EC_LIB); - goto err; - } - EC_GROUP_free(ngroup); - - group = EC_KEY_get0_group(ecdh); - - if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) && - (EC_GROUP_get_degree(group) > 163)) - { - al=SSL_AD_EXPORT_RESTRICTION; - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_ECGROUP_TOO_LARGE_FOR_CIPHER); - goto f_err; - } - - p+=3; - - /* Next, get the encoded ECPoint */ - if (((srvr_ecpoint = EC_POINT_new(group)) == NULL) || - ((bn_ctx = BN_CTX_new()) == NULL)) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_MALLOC_FAILURE); - goto err; - } - - encoded_pt_len = *p; /* length of encoded point */ - p+=1; - - if ((encoded_pt_len > n - param_len) || - (EC_POINT_oct2point(group, srvr_ecpoint, - p, encoded_pt_len, bn_ctx) == 0)) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_BAD_ECPOINT); - goto f_err; - } - param_len += encoded_pt_len; - - n-=param_len; - p+=encoded_pt_len; - - /* The ECC/TLS specification does not mention - * the use of DSA to sign ECParameters in the server - * key exchange message. We do support RSA and ECDSA. - */ - if (0) ; -#ifndef OPENSSL_NO_RSA - else if (alg_a & SSL_aRSA) - pkey=X509_get_pubkey(s->session->sess_cert->peer_pkeys[SSL_PKEY_RSA_ENC].x509); -#endif -#ifndef OPENSSL_NO_ECDSA - else if (alg_a & SSL_aECDSA) - pkey=X509_get_pubkey(s->session->sess_cert->peer_pkeys[SSL_PKEY_ECC].x509); -#endif - /* else anonymous ECDH, so no certificate or pkey. */ - EC_KEY_set_public_key(ecdh, srvr_ecpoint); - s->session->sess_cert->peer_ecdh_tmp=ecdh; - ecdh=NULL; - BN_CTX_free(bn_ctx); - bn_ctx = NULL; - EC_POINT_free(srvr_ecpoint); - srvr_ecpoint = NULL; - } - else if (alg_k) - { - al=SSL_AD_UNEXPECTED_MESSAGE; - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_UNEXPECTED_MESSAGE); - goto f_err; - } -#endif /* !OPENSSL_NO_ECDH */ - - - /* p points to the next byte, there are 'n' bytes left */ - - /* if it was signed, check the signature */ - if (pkey != NULL) - { - if (TLS1_get_version(s) >= TLS1_2_VERSION) - { - int sigalg; - if (2 > n) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, - SSL_R_LENGTH_TOO_SHORT); - goto f_err; - } - - sigalg = tls12_get_sigid(pkey); - /* Should never happen */ - if (sigalg == -1) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_INTERNAL_ERROR); - goto err; - } - /* Check key type is consistent with signature */ - if (sigalg != (int)p[1]) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_WRONG_SIGNATURE_TYPE); - al=SSL_AD_DECODE_ERROR; - goto f_err; - } - md = tls12_get_hash(p[0]); - if (md == NULL) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_UNKNOWN_DIGEST); - goto f_err; - } + else if (alg_k & SSL_kEECDH) { + EC_GROUP *ngroup; + const EC_GROUP *group; + + if ((ecdh = EC_KEY_new()) == NULL) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, ERR_R_MALLOC_FAILURE); + goto err; + } + + /* + * Extract elliptic curve parameters and the server's ephemeral ECDH + * public key. Keep accumulating lengths of various components in + * param_len and make sure it never exceeds n. + */ + + /* + * XXX: For now we only support named (not generic) curves and the + * ECParameters in this case is just three bytes. We also need one + * byte for the length of the encoded point + */ + param_len = 4; + if (param_len > n) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_LENGTH_TOO_SHORT); + goto f_err; + } + /* + * Check curve is one of our preferences, if not server has sent an + * invalid curve. ECParameters is 3 bytes. + */ + if (!tls1_check_curve(s, p, 3)) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_WRONG_CURVE); + goto f_err; + } + + if ((curve_nid = tls1_ec_curve_id2nid(*(p + 2))) == 0) { + al = SSL_AD_INTERNAL_ERROR; + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, + SSL_R_UNABLE_TO_FIND_ECDH_PARAMETERS); + goto f_err; + } + + ngroup = EC_GROUP_new_by_curve_name(curve_nid); + if (ngroup == NULL) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, ERR_R_EC_LIB); + goto err; + } + if (EC_KEY_set_group(ecdh, ngroup) == 0) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, ERR_R_EC_LIB); + goto err; + } + EC_GROUP_free(ngroup); + + group = EC_KEY_get0_group(ecdh); + + if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) && + (EC_GROUP_get_degree(group) > 163)) { + al = SSL_AD_EXPORT_RESTRICTION; + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, + SSL_R_ECGROUP_TOO_LARGE_FOR_CIPHER); + goto f_err; + } + + p += 3; + + /* Next, get the encoded ECPoint */ + if (((srvr_ecpoint = EC_POINT_new(group)) == NULL) || + ((bn_ctx = BN_CTX_new()) == NULL)) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, ERR_R_MALLOC_FAILURE); + goto err; + } + + encoded_pt_len = *p; /* length of encoded point */ + p += 1; + + if ((encoded_pt_len > n - param_len) || + (EC_POINT_oct2point(group, srvr_ecpoint, + p, encoded_pt_len, bn_ctx) == 0)) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_BAD_ECPOINT); + goto f_err; + } + param_len += encoded_pt_len; + + n -= param_len; + p += encoded_pt_len; + + /* + * The ECC/TLS specification does not mention the use of DSA to sign + * ECParameters in the server key exchange message. We do support RSA + * and ECDSA. + */ + if (0) ; +# ifndef OPENSSL_NO_RSA + else if (alg_a & SSL_aRSA) + pkey = + X509_get_pubkey(s->session-> + sess_cert->peer_pkeys[SSL_PKEY_RSA_ENC].x509); +# endif +# ifndef OPENSSL_NO_ECDSA + else if (alg_a & SSL_aECDSA) + pkey = + X509_get_pubkey(s->session-> + sess_cert->peer_pkeys[SSL_PKEY_ECC].x509); +# endif + /* else anonymous ECDH, so no certificate or pkey. */ + EC_KEY_set_public_key(ecdh, srvr_ecpoint); + s->session->sess_cert->peer_ecdh_tmp = ecdh; + ecdh = NULL; + BN_CTX_free(bn_ctx); + bn_ctx = NULL; + EC_POINT_free(srvr_ecpoint); + srvr_ecpoint = NULL; + } else if (alg_k) { + al = SSL_AD_UNEXPECTED_MESSAGE; + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_UNEXPECTED_MESSAGE); + goto f_err; + } +#endif /* !OPENSSL_NO_ECDH */ + + /* p points to the next byte, there are 'n' bytes left */ + + /* if it was signed, check the signature */ + if (pkey != NULL) { + if (SSL_USE_SIGALGS(s)) { + int rv; + if (2 > n) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_LENGTH_TOO_SHORT); + goto f_err; + } + rv = tls12_check_peer_sigalg(&md, s, p, pkey); + if (rv == -1) + goto err; + else if (rv == 0) { + goto f_err; + } #ifdef SSL_DEBUG -fprintf(stderr, "USING TLSv1.2 HASH %s\n", EVP_MD_name(md)); -#endif - p += 2; - n -= 2; - } - else - md = EVP_sha1(); - - if (2 > n) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, - SSL_R_LENGTH_TOO_SHORT); - goto f_err; - } - n2s(p,i); - n-=2; - j=EVP_PKEY_size(pkey); - - /* Check signature length. If n is 0 then signature is empty */ - if ((i != n) || (n > j) || (n <= 0)) - { - /* wrong packet length */ - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_WRONG_SIGNATURE_LENGTH); - goto f_err; - } - + fprintf(stderr, "USING TLSv1.2 HASH %s\n", EVP_MD_name(md)); +#endif + p += 2; + n -= 2; + } else + md = EVP_sha1(); + + if (2 > n) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_LENGTH_TOO_SHORT); + goto f_err; + } + n2s(p, i); + n -= 2; + j = EVP_PKEY_size(pkey); + + /* + * Check signature length. If n is 0 then signature is empty + */ + if ((i != n) || (n > j) || (n <= 0)) { + /* wrong packet length */ + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_WRONG_SIGNATURE_LENGTH); + goto f_err; + } #ifndef OPENSSL_NO_RSA - if (pkey->type == EVP_PKEY_RSA && TLS1_get_version(s) < TLS1_2_VERSION) - { - int num; - unsigned int size; - - j=0; - q=md_buf; - for (num=2; num > 0; num--) - { - EVP_MD_CTX_set_flags(&md_ctx, - EVP_MD_CTX_FLAG_NON_FIPS_ALLOW); - EVP_DigestInit_ex(&md_ctx,(num == 2) - ?s->ctx->md5:s->ctx->sha1, NULL); - EVP_DigestUpdate(&md_ctx,&(s->s3->client_random[0]),SSL3_RANDOM_SIZE); - EVP_DigestUpdate(&md_ctx,&(s->s3->server_random[0]),SSL3_RANDOM_SIZE); - EVP_DigestUpdate(&md_ctx,param,param_len); - EVP_DigestFinal_ex(&md_ctx,q,&size); - q+=size; - j+=size; - } - i=RSA_verify(NID_md5_sha1, md_buf, j, p, n, - pkey->pkey.rsa); - if (i < 0) - { - al=SSL_AD_DECRYPT_ERROR; - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_BAD_RSA_DECRYPT); - goto f_err; - } - if (i == 0) - { - /* bad signature */ - al=SSL_AD_DECRYPT_ERROR; - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_BAD_SIGNATURE); - goto f_err; - } - } - else -#endif - { - EVP_VerifyInit_ex(&md_ctx, md, NULL); - EVP_VerifyUpdate(&md_ctx,&(s->s3->client_random[0]),SSL3_RANDOM_SIZE); - EVP_VerifyUpdate(&md_ctx,&(s->s3->server_random[0]),SSL3_RANDOM_SIZE); - EVP_VerifyUpdate(&md_ctx,param,param_len); - if (EVP_VerifyFinal(&md_ctx,p,(int)n,pkey) <= 0) - { - /* bad signature */ - al=SSL_AD_DECRYPT_ERROR; - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_BAD_SIGNATURE); - goto f_err; - } - } - } - else - { - /* aNULL, aSRP or kPSK do not need public keys */ - if (!(alg_a & (SSL_aNULL|SSL_aSRP)) && !(alg_k & SSL_kPSK)) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,ERR_R_INTERNAL_ERROR); - goto err; - } - /* still data left over */ - if (n != 0) - { - SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_EXTRA_DATA_IN_MESSAGE); - goto f_err; - } - } - EVP_PKEY_free(pkey); - EVP_MD_CTX_cleanup(&md_ctx); - return(1); -f_err: - ssl3_send_alert(s,SSL3_AL_FATAL,al); -err: - EVP_PKEY_free(pkey); + if (pkey->type == EVP_PKEY_RSA && !SSL_USE_SIGALGS(s)) { + int num; + unsigned int size; + + j = 0; + q = md_buf; + for (num = 2; num > 0; num--) { + EVP_MD_CTX_set_flags(&md_ctx, EVP_MD_CTX_FLAG_NON_FIPS_ALLOW); + EVP_DigestInit_ex(&md_ctx, (num == 2) + ? s->ctx->md5 : s->ctx->sha1, NULL); + EVP_DigestUpdate(&md_ctx, &(s->s3->client_random[0]), + SSL3_RANDOM_SIZE); + EVP_DigestUpdate(&md_ctx, &(s->s3->server_random[0]), + SSL3_RANDOM_SIZE); + EVP_DigestUpdate(&md_ctx, param, param_len); + EVP_DigestFinal_ex(&md_ctx, q, &size); + q += size; + j += size; + } + i = RSA_verify(NID_md5_sha1, md_buf, j, p, n, pkey->pkey.rsa); + if (i < 0) { + al = SSL_AD_DECRYPT_ERROR; + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_BAD_RSA_DECRYPT); + goto f_err; + } + if (i == 0) { + /* bad signature */ + al = SSL_AD_DECRYPT_ERROR; + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_BAD_SIGNATURE); + goto f_err; + } + } else +#endif + { + EVP_VerifyInit_ex(&md_ctx, md, NULL); + EVP_VerifyUpdate(&md_ctx, &(s->s3->client_random[0]), + SSL3_RANDOM_SIZE); + EVP_VerifyUpdate(&md_ctx, &(s->s3->server_random[0]), + SSL3_RANDOM_SIZE); + EVP_VerifyUpdate(&md_ctx, param, param_len); + if (EVP_VerifyFinal(&md_ctx, p, (int)n, pkey) <= 0) { + /* bad signature */ + al = SSL_AD_DECRYPT_ERROR; + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_BAD_SIGNATURE); + goto f_err; + } + } + } else { + /* aNULL, aSRP or kPSK do not need public keys */ + if (!(alg_a & (SSL_aNULL | SSL_aSRP)) && !(alg_k & SSL_kPSK)) { + /* Might be wrong key type, check it */ + if (ssl3_check_cert_and_algorithm(s)) + /* Otherwise this shouldn't happen */ + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, ERR_R_INTERNAL_ERROR); + goto err; + } + /* still data left over */ + if (n != 0) { + SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE, SSL_R_EXTRA_DATA_IN_MESSAGE); + goto f_err; + } + } + EVP_PKEY_free(pkey); + EVP_MD_CTX_cleanup(&md_ctx); + return (1); + f_err: + ssl3_send_alert(s, SSL3_AL_FATAL, al); + err: + EVP_PKEY_free(pkey); #ifndef OPENSSL_NO_RSA - if (rsa != NULL) - RSA_free(rsa); + if (rsa != NULL) + RSA_free(rsa); #endif #ifndef OPENSSL_NO_DH - if (dh != NULL) - DH_free(dh); + if (dh != NULL) + DH_free(dh); #endif #ifndef OPENSSL_NO_ECDH - BN_CTX_free(bn_ctx); - EC_POINT_free(srvr_ecpoint); - if (ecdh != NULL) - EC_KEY_free(ecdh); + BN_CTX_free(bn_ctx); + EC_POINT_free(srvr_ecpoint); + if (ecdh != NULL) + EC_KEY_free(ecdh); #endif - EVP_MD_CTX_cleanup(&md_ctx); - return(-1); - } + EVP_MD_CTX_cleanup(&md_ctx); + return (-1); +} int ssl3_get_certificate_request(SSL *s) - { - int ok,ret=0; - unsigned long n,nc,l; - unsigned int llen, ctype_num,i; - X509_NAME *xn=NULL; - const unsigned char *p,*q; - unsigned char *d; - STACK_OF(X509_NAME) *ca_sk=NULL; - - n=s->method->ssl_get_message(s, - SSL3_ST_CR_CERT_REQ_A, - SSL3_ST_CR_CERT_REQ_B, - -1, - s->max_cert_list, - &ok); - - if (!ok) return((int)n); - - s->s3->tmp.cert_req=0; - - if (s->s3->tmp.message_type == SSL3_MT_SERVER_DONE) - { - s->s3->tmp.reuse_message=1; - /* If we get here we don't need any cached handshake records - * as we wont be doing client auth. - */ - if (s->s3->handshake_buffer) - { - if (!ssl3_digest_cached_records(s)) - goto err; - } - return(1); - } - - if (s->s3->tmp.message_type != SSL3_MT_CERTIFICATE_REQUEST) - { - ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_UNEXPECTED_MESSAGE); - SSLerr(SSL_F_SSL3_GET_CERTIFICATE_REQUEST,SSL_R_WRONG_MESSAGE_TYPE); - goto err; - } - - /* TLS does not like anon-DH with client cert */ - if (s->version > SSL3_VERSION) - { - if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) - { - ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_UNEXPECTED_MESSAGE); - SSLerr(SSL_F_SSL3_GET_CERTIFICATE_REQUEST,SSL_R_TLS_CLIENT_CERT_REQ_WITH_ANON_CIPHER); - goto err; - } - } - - p=d=(unsigned char *)s->init_msg; - - if ((ca_sk=sk_X509_NAME_new(ca_dn_cmp)) == NULL) - { - SSLerr(SSL_F_SSL3_GET_CERTIFICATE_REQUEST,ERR_R_MALLOC_FAILURE); - goto err; - } - - /* get the certificate types */ - ctype_num= *(p++); - if (ctype_num > SSL3_CT_NUMBER) - ctype_num=SSL3_CT_NUMBER; - for (i=0; is3->tmp.ctype[i]= p[i]; - p+=ctype_num; - if (TLS1_get_version(s) >= TLS1_2_VERSION) - { - n2s(p, llen); - /* Check we have enough room for signature algorithms and - * following length value. - */ - if ((unsigned long)(p - d + llen + 2) > n) - { - ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_DECODE_ERROR); - SSLerr(SSL_F_SSL3_GET_CERTIFICATE_REQUEST,SSL_R_DATA_LENGTH_TOO_LONG); - goto err; - } - if ((llen & 1) || !tls1_process_sigalgs(s, p, llen)) - { - ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_DECODE_ERROR); - SSLerr(SSL_F_SSL3_GET_CERTIFICATE_REQUEST,SSL_R_SIGNATURE_ALGORITHMS_ERROR); - goto err; - } - p += llen; - } - - /* get the CA RDNs */ - n2s(p,llen); +{ + int ok, ret = 0; + unsigned long n, nc, l; + unsigned int llen, ctype_num, i; + X509_NAME *xn = NULL; + const unsigned char *p, *q; + unsigned char *d; + STACK_OF(X509_NAME) *ca_sk = NULL; + + n = s->method->ssl_get_message(s, + SSL3_ST_CR_CERT_REQ_A, + SSL3_ST_CR_CERT_REQ_B, + -1, s->max_cert_list, &ok); + + if (!ok) + return ((int)n); + + s->s3->tmp.cert_req = 0; + + if (s->s3->tmp.message_type == SSL3_MT_SERVER_DONE) { + s->s3->tmp.reuse_message = 1; + /* + * If we get here we don't need any cached handshake records as we + * wont be doing client auth. + */ + if (s->s3->handshake_buffer) { + if (!ssl3_digest_cached_records(s)) + goto err; + } + return (1); + } + + if (s->s3->tmp.message_type != SSL3_MT_CERTIFICATE_REQUEST) { + ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_UNEXPECTED_MESSAGE); + SSLerr(SSL_F_SSL3_GET_CERTIFICATE_REQUEST, SSL_R_WRONG_MESSAGE_TYPE); + goto err; + } + + /* TLS does not like anon-DH with client cert */ + if (s->version > SSL3_VERSION) { + if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) { + ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_UNEXPECTED_MESSAGE); + SSLerr(SSL_F_SSL3_GET_CERTIFICATE_REQUEST, + SSL_R_TLS_CLIENT_CERT_REQ_WITH_ANON_CIPHER); + goto err; + } + } + + p = d = (unsigned char *)s->init_msg; + + if ((ca_sk = sk_X509_NAME_new(ca_dn_cmp)) == NULL) { + SSLerr(SSL_F_SSL3_GET_CERTIFICATE_REQUEST, ERR_R_MALLOC_FAILURE); + goto err; + } + + /* get the certificate types */ + ctype_num = *(p++); + if (s->cert->ctypes) { + OPENSSL_free(s->cert->ctypes); + s->cert->ctypes = NULL; + } + if (ctype_num > SSL3_CT_NUMBER) { + /* If we exceed static buffer copy all to cert structure */ + s->cert->ctypes = OPENSSL_malloc(ctype_num); + memcpy(s->cert->ctypes, p, ctype_num); + s->cert->ctype_num = (size_t)ctype_num; + ctype_num = SSL3_CT_NUMBER; + } + for (i = 0; i < ctype_num; i++) + s->s3->tmp.ctype[i] = p[i]; + p += p[-1]; + if (SSL_USE_SIGALGS(s)) { + n2s(p, llen); + /* + * Check we have enough room for signature algorithms and following + * length value. + */ + if ((unsigned long)(p - d + llen + 2) > n) { + ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR); + SSLerr(SSL_F_SSL3_GET_CERTIFICATE_REQUEST, + SSL_R_DATA_LENGTH_TOO_LONG); + goto err; + } + /* Clear certificate digests and validity flags */ + for (i = 0; i < SSL_PKEY_NUM; i++) { + s->cert->pkeys[i].digest = NULL; + s->cert->pkeys[i].valid_flags = 0; + } + if ((llen & 1) || !tls1_save_sigalgs(s, p, llen)) { + ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR); + SSLerr(SSL_F_SSL3_GET_CERTIFICATE_REQUEST, + SSL_R_SIGNATURE_ALGORITHMS_ERROR); + goto err; + } + if (!tls1_process_sigalgs(s)) { + ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR); + SSLerr(SSL_F_SSL3_GET_CERTIFICATE_REQUEST, ERR_R_MALLOC_FAILURE); + goto err; + } + p += llen; + } + + /* get the CA RDNs */ + n2s(p, llen); #if 0 + { + FILE *out; + out = fopen("/tmp/vsign.der", "w"); + fwrite(p, 1, llen, out); + fclose(out); + } +#endif + + if ((unsigned long)(p - d + llen) != n) { + ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR); + SSLerr(SSL_F_SSL3_GET_CERTIFICATE_REQUEST, SSL_R_LENGTH_MISMATCH); + goto err; + } + + for (nc = 0; nc < llen;) { + n2s(p, l); + if ((l + nc + 2) > llen) { + if ((s->options & SSL_OP_NETSCAPE_CA_DN_BUG)) + goto cont; /* netscape bugs */ + ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR); + SSLerr(SSL_F_SSL3_GET_CERTIFICATE_REQUEST, SSL_R_CA_DN_TOO_LONG); + goto err; + } + + q = p; + + if ((xn = d2i_X509_NAME(NULL, &q, l)) == NULL) { + /* If netscape tolerance is on, ignore errors */ + if (s->options & SSL_OP_NETSCAPE_CA_DN_BUG) + goto cont; + else { + ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR); + SSLerr(SSL_F_SSL3_GET_CERTIFICATE_REQUEST, ERR_R_ASN1_LIB); + goto err; + } + } + + if (q != (p + l)) { + ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR); + SSLerr(SSL_F_SSL3_GET_CERTIFICATE_REQUEST, + SSL_R_CA_DN_LENGTH_MISMATCH); + goto err; + } + if (!sk_X509_NAME_push(ca_sk, xn)) { + SSLerr(SSL_F_SSL3_GET_CERTIFICATE_REQUEST, ERR_R_MALLOC_FAILURE); + goto err; + } + + p += l; + nc += l + 2; + } + + if (0) { + cont: + ERR_clear_error(); + } + + /* we should setup a certificate to return.... */ + s->s3->tmp.cert_req = 1; + s->s3->tmp.ctype_num = ctype_num; + if (s->s3->tmp.ca_names != NULL) + sk_X509_NAME_pop_free(s->s3->tmp.ca_names, X509_NAME_free); + s->s3->tmp.ca_names = ca_sk; + ca_sk = NULL; + + ret = 1; + err: + if (ca_sk != NULL) + sk_X509_NAME_pop_free(ca_sk, X509_NAME_free); + return (ret); +} + +static int ca_dn_cmp(const X509_NAME *const *a, const X509_NAME *const *b) { -FILE *out; -out=fopen("/tmp/vsign.der","w"); -fwrite(p,1,llen,out); -fclose(out); + return (X509_NAME_cmp(*a, *b)); } -#endif - if ((unsigned long)(p - d + llen) != n) - { - ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_DECODE_ERROR); - SSLerr(SSL_F_SSL3_GET_CERTIFICATE_REQUEST,SSL_R_LENGTH_MISMATCH); - goto err; - } - - for (nc=0; nc llen) - { - if ((s->options & SSL_OP_NETSCAPE_CA_DN_BUG)) - goto cont; /* netscape bugs */ - ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_DECODE_ERROR); - SSLerr(SSL_F_SSL3_GET_CERTIFICATE_REQUEST,SSL_R_CA_DN_TOO_LONG); - goto err; - } - - q=p; - - if ((xn=d2i_X509_NAME(NULL,&q,l)) == NULL) - { - /* If netscape tolerance is on, ignore errors */ - if (s->options & SSL_OP_NETSCAPE_CA_DN_BUG) - goto cont; - else - { - ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_DECODE_ERROR); - SSLerr(SSL_F_SSL3_GET_CERTIFICATE_REQUEST,ERR_R_ASN1_LIB); - goto err; - } - } - - if (q != (p+l)) - { - ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_DECODE_ERROR); - SSLerr(SSL_F_SSL3_GET_CERTIFICATE_REQUEST,SSL_R_CA_DN_LENGTH_MISMATCH); - goto err; - } - if (!sk_X509_NAME_push(ca_sk,xn)) - { - SSLerr(SSL_F_SSL3_GET_CERTIFICATE_REQUEST,ERR_R_MALLOC_FAILURE); - goto err; - } - - p+=l; - nc+=l+2; - } - - if (0) - { -cont: - ERR_clear_error(); - } - - /* we should setup a certificate to return.... */ - s->s3->tmp.cert_req=1; - s->s3->tmp.ctype_num=ctype_num; - if (s->s3->tmp.ca_names != NULL) - sk_X509_NAME_pop_free(s->s3->tmp.ca_names,X509_NAME_free); - s->s3->tmp.ca_names=ca_sk; - ca_sk=NULL; - - ret=1; -err: - if (ca_sk != NULL) sk_X509_NAME_pop_free(ca_sk,X509_NAME_free); - return(ret); - } - -static int ca_dn_cmp(const X509_NAME * const *a, const X509_NAME * const *b) - { - return(X509_NAME_cmp(*a,*b)); - } #ifndef OPENSSL_NO_TLSEXT int ssl3_get_new_session_ticket(SSL *s) - { - int ok,al,ret=0, ticklen; - long n; - const unsigned char *p; - unsigned char *d; - - n=s->method->ssl_get_message(s, - SSL3_ST_CR_SESSION_TICKET_A, - SSL3_ST_CR_SESSION_TICKET_B, - -1, - 16384, - &ok); - - if (!ok) - return((int)n); - - if (s->s3->tmp.message_type == SSL3_MT_FINISHED) - { - s->s3->tmp.reuse_message=1; - return(1); - } - if (s->s3->tmp.message_type != SSL3_MT_NEWSESSION_TICKET) - { - al=SSL_AD_UNEXPECTED_MESSAGE; - SSLerr(SSL_F_SSL3_GET_NEW_SESSION_TICKET,SSL_R_BAD_MESSAGE_TYPE); - goto f_err; - } - if (n < 6) - { - /* need at least ticket_lifetime_hint + ticket length */ - al = SSL_AD_DECODE_ERROR; - SSLerr(SSL_F_SSL3_GET_NEW_SESSION_TICKET,SSL_R_LENGTH_MISMATCH); - goto f_err; - } - - p=d=(unsigned char *)s->init_msg; - n2l(p, s->session->tlsext_tick_lifetime_hint); - n2s(p, ticklen); - /* ticket_lifetime_hint + ticket_length + ticket */ - if (ticklen + 6 != n) - { - al = SSL_AD_DECODE_ERROR; - SSLerr(SSL_F_SSL3_GET_NEW_SESSION_TICKET,SSL_R_LENGTH_MISMATCH); - goto f_err; - } - if (s->session->tlsext_tick) - { - OPENSSL_free(s->session->tlsext_tick); - s->session->tlsext_ticklen = 0; - } - s->session->tlsext_tick = OPENSSL_malloc(ticklen); - if (!s->session->tlsext_tick) - { - SSLerr(SSL_F_SSL3_GET_NEW_SESSION_TICKET,ERR_R_MALLOC_FAILURE); - goto err; - } - memcpy(s->session->tlsext_tick, p, ticklen); - s->session->tlsext_ticklen = ticklen; - /* There are two ways to detect a resumed ticket sesion. - * One is to set an appropriate session ID and then the server - * must return a match in ServerHello. This allows the normal - * client session ID matching to work and we know much - * earlier that the ticket has been accepted. - * - * The other way is to set zero length session ID when the - * ticket is presented and rely on the handshake to determine - * session resumption. - * - * We choose the former approach because this fits in with - * assumptions elsewhere in OpenSSL. The session ID is set - * to the SHA256 (or SHA1 is SHA256 is disabled) hash of the - * ticket. - */ - EVP_Digest(p, ticklen, - s->session->session_id, &s->session->session_id_length, -#ifndef OPENSSL_NO_SHA256 - EVP_sha256(), NULL); -#else - EVP_sha1(), NULL); -#endif - ret=1; - return(ret); -f_err: - ssl3_send_alert(s,SSL3_AL_FATAL,al); -err: - return(-1); - } +{ + int ok, al, ret = 0, ticklen; + long n; + const unsigned char *p; + unsigned char *d; + + n = s->method->ssl_get_message(s, + SSL3_ST_CR_SESSION_TICKET_A, + SSL3_ST_CR_SESSION_TICKET_B, + SSL3_MT_NEWSESSION_TICKET, 16384, &ok); + + if (!ok) + return ((int)n); + + if (n < 6) { + /* need at least ticket_lifetime_hint + ticket length */ + al = SSL_AD_DECODE_ERROR; + SSLerr(SSL_F_SSL3_GET_NEW_SESSION_TICKET, SSL_R_LENGTH_MISMATCH); + goto f_err; + } + + p = d = (unsigned char *)s->init_msg; + n2l(p, s->session->tlsext_tick_lifetime_hint); + n2s(p, ticklen); + /* ticket_lifetime_hint + ticket_length + ticket */ + if (ticklen + 6 != n) { + al = SSL_AD_DECODE_ERROR; + SSLerr(SSL_F_SSL3_GET_NEW_SESSION_TICKET, SSL_R_LENGTH_MISMATCH); + goto f_err; + } + if (s->session->tlsext_tick) { + OPENSSL_free(s->session->tlsext_tick); + s->session->tlsext_ticklen = 0; + } + s->session->tlsext_tick = OPENSSL_malloc(ticklen); + if (!s->session->tlsext_tick) { + SSLerr(SSL_F_SSL3_GET_NEW_SESSION_TICKET, ERR_R_MALLOC_FAILURE); + goto err; + } + memcpy(s->session->tlsext_tick, p, ticklen); + s->session->tlsext_ticklen = ticklen; + /* + * There are two ways to detect a resumed ticket session. One is to set + * an appropriate session ID and then the server must return a match in + * ServerHello. This allows the normal client session ID matching to work + * and we know much earlier that the ticket has been accepted. The + * other way is to set zero length session ID when the ticket is + * presented and rely on the handshake to determine session resumption. + * We choose the former approach because this fits in with assumptions + * elsewhere in OpenSSL. The session ID is set to the SHA256 (or SHA1 is + * SHA256 is disabled) hash of the ticket. + */ + EVP_Digest(p, ticklen, + s->session->session_id, &s->session->session_id_length, +# ifndef OPENSSL_NO_SHA256 + EVP_sha256(), NULL); +# else + EVP_sha1(), NULL); +# endif + ret = 1; + return (ret); + f_err: + ssl3_send_alert(s, SSL3_AL_FATAL, al); + err: + return (-1); +} int ssl3_get_cert_status(SSL *s) - { - int ok, al; - unsigned long resplen,n; - const unsigned char *p; - - n=s->method->ssl_get_message(s, - SSL3_ST_CR_CERT_STATUS_A, - SSL3_ST_CR_CERT_STATUS_B, - SSL3_MT_CERTIFICATE_STATUS, - 16384, - &ok); - - if (!ok) return((int)n); - if (n < 4) - { - /* need at least status type + length */ - al = SSL_AD_DECODE_ERROR; - SSLerr(SSL_F_SSL3_GET_CERT_STATUS,SSL_R_LENGTH_MISMATCH); - goto f_err; - } - p = (unsigned char *)s->init_msg; - if (*p++ != TLSEXT_STATUSTYPE_ocsp) - { - al = SSL_AD_DECODE_ERROR; - SSLerr(SSL_F_SSL3_GET_CERT_STATUS,SSL_R_UNSUPPORTED_STATUS_TYPE); - goto f_err; - } - n2l3(p, resplen); - if (resplen + 4 != n) - { - al = SSL_AD_DECODE_ERROR; - SSLerr(SSL_F_SSL3_GET_CERT_STATUS,SSL_R_LENGTH_MISMATCH); - goto f_err; - } - if (s->tlsext_ocsp_resp) - OPENSSL_free(s->tlsext_ocsp_resp); - s->tlsext_ocsp_resp = BUF_memdup(p, resplen); - if (!s->tlsext_ocsp_resp) - { - al = SSL_AD_INTERNAL_ERROR; - SSLerr(SSL_F_SSL3_GET_CERT_STATUS,ERR_R_MALLOC_FAILURE); - goto f_err; - } - s->tlsext_ocsp_resplen = resplen; - if (s->ctx->tlsext_status_cb) - { - int ret; - ret = s->ctx->tlsext_status_cb(s, s->ctx->tlsext_status_arg); - if (ret == 0) - { - al = SSL_AD_BAD_CERTIFICATE_STATUS_RESPONSE; - SSLerr(SSL_F_SSL3_GET_CERT_STATUS,SSL_R_INVALID_STATUS_RESPONSE); - goto f_err; - } - if (ret < 0) - { - al = SSL_AD_INTERNAL_ERROR; - SSLerr(SSL_F_SSL3_GET_CERT_STATUS,ERR_R_MALLOC_FAILURE); - goto f_err; - } - } - return 1; -f_err: - ssl3_send_alert(s,SSL3_AL_FATAL,al); - return(-1); - } +{ + int ok, al; + unsigned long resplen, n; + const unsigned char *p; + + n = s->method->ssl_get_message(s, + SSL3_ST_CR_CERT_STATUS_A, + SSL3_ST_CR_CERT_STATUS_B, + SSL3_MT_CERTIFICATE_STATUS, 16384, &ok); + + if (!ok) + return ((int)n); + if (n < 4) { + /* need at least status type + length */ + al = SSL_AD_DECODE_ERROR; + SSLerr(SSL_F_SSL3_GET_CERT_STATUS, SSL_R_LENGTH_MISMATCH); + goto f_err; + } + p = (unsigned char *)s->init_msg; + if (*p++ != TLSEXT_STATUSTYPE_ocsp) { + al = SSL_AD_DECODE_ERROR; + SSLerr(SSL_F_SSL3_GET_CERT_STATUS, SSL_R_UNSUPPORTED_STATUS_TYPE); + goto f_err; + } + n2l3(p, resplen); + if (resplen + 4 != n) { + al = SSL_AD_DECODE_ERROR; + SSLerr(SSL_F_SSL3_GET_CERT_STATUS, SSL_R_LENGTH_MISMATCH); + goto f_err; + } + if (s->tlsext_ocsp_resp) + OPENSSL_free(s->tlsext_ocsp_resp); + s->tlsext_ocsp_resp = BUF_memdup(p, resplen); + if (!s->tlsext_ocsp_resp) { + al = SSL_AD_INTERNAL_ERROR; + SSLerr(SSL_F_SSL3_GET_CERT_STATUS, ERR_R_MALLOC_FAILURE); + goto f_err; + } + s->tlsext_ocsp_resplen = resplen; + if (s->ctx->tlsext_status_cb) { + int ret; + ret = s->ctx->tlsext_status_cb(s, s->ctx->tlsext_status_arg); + if (ret == 0) { + al = SSL_AD_BAD_CERTIFICATE_STATUS_RESPONSE; + SSLerr(SSL_F_SSL3_GET_CERT_STATUS, SSL_R_INVALID_STATUS_RESPONSE); + goto f_err; + } + if (ret < 0) { + al = SSL_AD_INTERNAL_ERROR; + SSLerr(SSL_F_SSL3_GET_CERT_STATUS, ERR_R_MALLOC_FAILURE); + goto f_err; + } + } + return 1; + f_err: + ssl3_send_alert(s, SSL3_AL_FATAL, al); + return (-1); +} #endif int ssl3_get_server_done(SSL *s) - { - int ok,ret=0; - long n; - - n=s->method->ssl_get_message(s, - SSL3_ST_CR_SRVR_DONE_A, - SSL3_ST_CR_SRVR_DONE_B, - SSL3_MT_SERVER_DONE, - 30, /* should be very small, like 0 :-) */ - &ok); - - if (!ok) return((int)n); - if (n > 0) - { - /* should contain no data */ - ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_DECODE_ERROR); - SSLerr(SSL_F_SSL3_GET_SERVER_DONE,SSL_R_LENGTH_MISMATCH); - return -1; - } - ret=1; - return(ret); - } - +{ + int ok, ret = 0; + long n; + + /* Second to last param should be very small, like 0 :-) */ + n = s->method->ssl_get_message(s, + SSL3_ST_CR_SRVR_DONE_A, + SSL3_ST_CR_SRVR_DONE_B, + SSL3_MT_SERVER_DONE, 30, &ok); + + if (!ok) + return ((int)n); + if (n > 0) { + /* should contain no data */ + ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR); + SSLerr(SSL_F_SSL3_GET_SERVER_DONE, SSL_R_LENGTH_MISMATCH); + return -1; + } + ret = 1; + return (ret); +} int ssl3_send_client_key_exchange(SSL *s) - { - unsigned char *p,*d; - int n; - unsigned long alg_k; +{ + unsigned char *p; + int n; + unsigned long alg_k; #ifndef OPENSSL_NO_RSA - unsigned char *q; - EVP_PKEY *pkey=NULL; + unsigned char *q; + EVP_PKEY *pkey = NULL; #endif #ifndef OPENSSL_NO_KRB5 - KSSL_ERR kssl_err; -#endif /* OPENSSL_NO_KRB5 */ + KSSL_ERR kssl_err; +#endif /* OPENSSL_NO_KRB5 */ #ifndef OPENSSL_NO_ECDH - EC_KEY *clnt_ecdh = NULL; - const EC_POINT *srvr_ecpoint = NULL; - EVP_PKEY *srvr_pub_pkey = NULL; - unsigned char *encodedPoint = NULL; - int encoded_pt_len = 0; - BN_CTX * bn_ctx = NULL; + EC_KEY *clnt_ecdh = NULL; + const EC_POINT *srvr_ecpoint = NULL; + EVP_PKEY *srvr_pub_pkey = NULL; + unsigned char *encodedPoint = NULL; + int encoded_pt_len = 0; + BN_CTX *bn_ctx = NULL; #endif - if (s->state == SSL3_ST_CW_KEY_EXCH_A) - { - d=(unsigned char *)s->init_buf->data; - p= &(d[4]); + if (s->state == SSL3_ST_CW_KEY_EXCH_A) { + p = ssl_handshake_start(s); - alg_k=s->s3->tmp.new_cipher->algorithm_mkey; + alg_k = s->s3->tmp.new_cipher->algorithm_mkey; - /* Fool emacs indentation */ - if (0) {} + /* Fool emacs indentation */ + if (0) { + } #ifndef OPENSSL_NO_RSA - else if (alg_k & SSL_kRSA) - { - RSA *rsa; - unsigned char tmp_buf[SSL_MAX_MASTER_KEY_LENGTH]; - - if (s->session->sess_cert == NULL) - { - /* We should always have a server certificate with SSL_kRSA. */ - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,ERR_R_INTERNAL_ERROR); - goto err; - } - - if (s->session->sess_cert->peer_rsa_tmp != NULL) - rsa=s->session->sess_cert->peer_rsa_tmp; - else - { - pkey=X509_get_pubkey(s->session->sess_cert->peer_pkeys[SSL_PKEY_RSA_ENC].x509); - if ((pkey == NULL) || - (pkey->type != EVP_PKEY_RSA) || - (pkey->pkey.rsa == NULL)) - { - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,ERR_R_INTERNAL_ERROR); - goto err; - } - rsa=pkey->pkey.rsa; - EVP_PKEY_free(pkey); - } - - tmp_buf[0]=s->client_version>>8; - tmp_buf[1]=s->client_version&0xff; - if (RAND_bytes(&(tmp_buf[2]),sizeof tmp_buf-2) <= 0) - goto err; - - s->session->master_key_length=sizeof tmp_buf; - - q=p; - /* Fix buf for TLS and beyond */ - if (s->version > SSL3_VERSION) - p+=2; - n=RSA_public_encrypt(sizeof tmp_buf, - tmp_buf,p,rsa,RSA_PKCS1_PADDING); -#ifdef PKCS1_CHECK - if (s->options & SSL_OP_PKCS1_CHECK_1) p[1]++; - if (s->options & SSL_OP_PKCS1_CHECK_2) tmp_buf[0]=0x70; -#endif - if (n <= 0) - { - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,SSL_R_BAD_RSA_ENCRYPT); - goto err; - } - - /* Fix buf for TLS and beyond */ - if (s->version > SSL3_VERSION) - { - s2n(n,q); - n+=2; - } - - s->session->master_key_length= - s->method->ssl3_enc->generate_master_secret(s, - s->session->master_key, - tmp_buf,sizeof tmp_buf); - OPENSSL_cleanse(tmp_buf,sizeof tmp_buf); - } + else if (alg_k & SSL_kRSA) { + RSA *rsa; + unsigned char tmp_buf[SSL_MAX_MASTER_KEY_LENGTH]; + + if (s->session->sess_cert == NULL) { + /* + * We should always have a server certificate with SSL_kRSA. + */ + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, + ERR_R_INTERNAL_ERROR); + goto err; + } + + if (s->session->sess_cert->peer_rsa_tmp != NULL) + rsa = s->session->sess_cert->peer_rsa_tmp; + else { + pkey = + X509_get_pubkey(s->session-> + sess_cert->peer_pkeys[SSL_PKEY_RSA_ENC]. + x509); + if ((pkey == NULL) || (pkey->type != EVP_PKEY_RSA) + || (pkey->pkey.rsa == NULL)) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, + ERR_R_INTERNAL_ERROR); + goto err; + } + rsa = pkey->pkey.rsa; + EVP_PKEY_free(pkey); + } + + tmp_buf[0] = s->client_version >> 8; + tmp_buf[1] = s->client_version & 0xff; + if (RAND_bytes(&(tmp_buf[2]), sizeof tmp_buf - 2) <= 0) + goto err; + + s->session->master_key_length = sizeof tmp_buf; + + q = p; + /* Fix buf for TLS and beyond */ + if (s->version > SSL3_VERSION) + p += 2; + n = RSA_public_encrypt(sizeof tmp_buf, + tmp_buf, p, rsa, RSA_PKCS1_PADDING); +# ifdef PKCS1_CHECK + if (s->options & SSL_OP_PKCS1_CHECK_1) + p[1]++; + if (s->options & SSL_OP_PKCS1_CHECK_2) + tmp_buf[0] = 0x70; +# endif + if (n <= 0) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, + SSL_R_BAD_RSA_ENCRYPT); + goto err; + } + + /* Fix buf for TLS and beyond */ + if (s->version > SSL3_VERSION) { + s2n(n, q); + n += 2; + } + + s->session->master_key_length = + s->method->ssl3_enc->generate_master_secret(s, + s-> + session->master_key, + tmp_buf, + sizeof tmp_buf); + OPENSSL_cleanse(tmp_buf, sizeof tmp_buf); + } #endif #ifndef OPENSSL_NO_KRB5 - else if (alg_k & SSL_kKRB5) - { - krb5_error_code krb5rc; - KSSL_CTX *kssl_ctx = s->kssl_ctx; - /* krb5_data krb5_ap_req; */ - krb5_data *enc_ticket; - krb5_data authenticator, *authp = NULL; - EVP_CIPHER_CTX ciph_ctx; - const EVP_CIPHER *enc = NULL; - unsigned char iv[EVP_MAX_IV_LENGTH]; - unsigned char tmp_buf[SSL_MAX_MASTER_KEY_LENGTH]; - unsigned char epms[SSL_MAX_MASTER_KEY_LENGTH - + EVP_MAX_IV_LENGTH]; - int padl, outl = sizeof(epms); - - EVP_CIPHER_CTX_init(&ciph_ctx); - -#ifdef KSSL_DEBUG - printf("ssl3_send_client_key_exchange(%lx & %lx)\n", - alg_k, SSL_kKRB5); -#endif /* KSSL_DEBUG */ - - authp = NULL; -#ifdef KRB5SENDAUTH - if (KRB5SENDAUTH) authp = &authenticator; -#endif /* KRB5SENDAUTH */ - - krb5rc = kssl_cget_tkt(kssl_ctx, &enc_ticket, authp, - &kssl_err); - enc = kssl_map_enc(kssl_ctx->enctype); - if (enc == NULL) - goto err; -#ifdef KSSL_DEBUG - { - printf("kssl_cget_tkt rtn %d\n", krb5rc); - if (krb5rc && kssl_err.text) - printf("kssl_cget_tkt kssl_err=%s\n", kssl_err.text); - } -#endif /* KSSL_DEBUG */ - - if (krb5rc) - { - ssl3_send_alert(s,SSL3_AL_FATAL, - SSL_AD_HANDSHAKE_FAILURE); - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, - kssl_err.reason); - goto err; - } - - /* 20010406 VRS - Earlier versions used KRB5 AP_REQ - ** in place of RFC 2712 KerberosWrapper, as in: - ** - ** Send ticket (copy to *p, set n = length) - ** n = krb5_ap_req.length; - ** memcpy(p, krb5_ap_req.data, krb5_ap_req.length); - ** if (krb5_ap_req.data) - ** kssl_krb5_free_data_contents(NULL,&krb5_ap_req); - ** - ** Now using real RFC 2712 KerberosWrapper - ** (Thanks to Simon Wilkinson ) - ** Note: 2712 "opaque" types are here replaced - ** with a 2-byte length followed by the value. - ** Example: - ** KerberosWrapper= xx xx asn1ticket 0 0 xx xx encpms - ** Where "xx xx" = length bytes. Shown here with - ** optional authenticator omitted. - */ - - /* KerberosWrapper.Ticket */ - s2n(enc_ticket->length,p); - memcpy(p, enc_ticket->data, enc_ticket->length); - p+= enc_ticket->length; - n = enc_ticket->length + 2; - - /* KerberosWrapper.Authenticator */ - if (authp && authp->length) - { - s2n(authp->length,p); - memcpy(p, authp->data, authp->length); - p+= authp->length; - n+= authp->length + 2; - - free(authp->data); - authp->data = NULL; - authp->length = 0; - } - else - { - s2n(0,p);/* null authenticator length */ - n+=2; - } - - tmp_buf[0]=s->client_version>>8; - tmp_buf[1]=s->client_version&0xff; - if (RAND_bytes(&(tmp_buf[2]),sizeof tmp_buf-2) <= 0) - goto err; - - /* 20010420 VRS. Tried it this way; failed. - ** EVP_EncryptInit_ex(&ciph_ctx,enc, NULL,NULL); - ** EVP_CIPHER_CTX_set_key_length(&ciph_ctx, - ** kssl_ctx->length); - ** EVP_EncryptInit_ex(&ciph_ctx,NULL, key,iv); - */ - - memset(iv, 0, sizeof iv); /* per RFC 1510 */ - EVP_EncryptInit_ex(&ciph_ctx,enc, NULL, - kssl_ctx->key,iv); - EVP_EncryptUpdate(&ciph_ctx,epms,&outl,tmp_buf, - sizeof tmp_buf); - EVP_EncryptFinal_ex(&ciph_ctx,&(epms[outl]),&padl); - outl += padl; - if (outl > (int)sizeof epms) - { - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, ERR_R_INTERNAL_ERROR); - goto err; - } - EVP_CIPHER_CTX_cleanup(&ciph_ctx); - - /* KerberosWrapper.EncryptedPreMasterSecret */ - s2n(outl,p); - memcpy(p, epms, outl); - p+=outl; - n+=outl + 2; - - s->session->master_key_length= - s->method->ssl3_enc->generate_master_secret(s, - s->session->master_key, - tmp_buf, sizeof tmp_buf); - - OPENSSL_cleanse(tmp_buf, sizeof tmp_buf); - OPENSSL_cleanse(epms, outl); - } + else if (alg_k & SSL_kKRB5) { + krb5_error_code krb5rc; + KSSL_CTX *kssl_ctx = s->kssl_ctx; + /* krb5_data krb5_ap_req; */ + krb5_data *enc_ticket; + krb5_data authenticator, *authp = NULL; + EVP_CIPHER_CTX ciph_ctx; + const EVP_CIPHER *enc = NULL; + unsigned char iv[EVP_MAX_IV_LENGTH]; + unsigned char tmp_buf[SSL_MAX_MASTER_KEY_LENGTH]; + unsigned char epms[SSL_MAX_MASTER_KEY_LENGTH + EVP_MAX_IV_LENGTH]; + int padl, outl = sizeof(epms); + + EVP_CIPHER_CTX_init(&ciph_ctx); + +# ifdef KSSL_DEBUG + fprintf(stderr, "ssl3_send_client_key_exchange(%lx & %lx)\n", + alg_k, SSL_kKRB5); +# endif /* KSSL_DEBUG */ + + authp = NULL; +# ifdef KRB5SENDAUTH + if (KRB5SENDAUTH) + authp = &authenticator; +# endif /* KRB5SENDAUTH */ + + krb5rc = kssl_cget_tkt(kssl_ctx, &enc_ticket, authp, &kssl_err); + enc = kssl_map_enc(kssl_ctx->enctype); + if (enc == NULL) + goto err; +# ifdef KSSL_DEBUG + { + fprintf(stderr, "kssl_cget_tkt rtn %d\n", krb5rc); + if (krb5rc && kssl_err.text) + fprintf(stderr, "kssl_cget_tkt kssl_err=%s\n", + kssl_err.text); + } +# endif /* KSSL_DEBUG */ + + if (krb5rc) { + ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE); + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, kssl_err.reason); + goto err; + } + + /*- + * 20010406 VRS - Earlier versions used KRB5 AP_REQ + * in place of RFC 2712 KerberosWrapper, as in: + * + * Send ticket (copy to *p, set n = length) + * n = krb5_ap_req.length; + * memcpy(p, krb5_ap_req.data, krb5_ap_req.length); + * if (krb5_ap_req.data) + * kssl_krb5_free_data_contents(NULL,&krb5_ap_req); + * + * Now using real RFC 2712 KerberosWrapper + * (Thanks to Simon Wilkinson ) + * Note: 2712 "opaque" types are here replaced + * with a 2-byte length followed by the value. + * Example: + * KerberosWrapper= xx xx asn1ticket 0 0 xx xx encpms + * Where "xx xx" = length bytes. Shown here with + * optional authenticator omitted. + */ + + /* KerberosWrapper.Ticket */ + s2n(enc_ticket->length, p); + memcpy(p, enc_ticket->data, enc_ticket->length); + p += enc_ticket->length; + n = enc_ticket->length + 2; + + /* KerberosWrapper.Authenticator */ + if (authp && authp->length) { + s2n(authp->length, p); + memcpy(p, authp->data, authp->length); + p += authp->length; + n += authp->length + 2; + + free(authp->data); + authp->data = NULL; + authp->length = 0; + } else { + s2n(0, p); /* null authenticator length */ + n += 2; + } + + tmp_buf[0] = s->client_version >> 8; + tmp_buf[1] = s->client_version & 0xff; + if (RAND_bytes(&(tmp_buf[2]), sizeof tmp_buf - 2) <= 0) + goto err; + + /*- + * 20010420 VRS. Tried it this way; failed. + * EVP_EncryptInit_ex(&ciph_ctx,enc, NULL,NULL); + * EVP_CIPHER_CTX_set_key_length(&ciph_ctx, + * kssl_ctx->length); + * EVP_EncryptInit_ex(&ciph_ctx,NULL, key,iv); + */ + + memset(iv, 0, sizeof iv); /* per RFC 1510 */ + EVP_EncryptInit_ex(&ciph_ctx, enc, NULL, kssl_ctx->key, iv); + EVP_EncryptUpdate(&ciph_ctx, epms, &outl, tmp_buf, + sizeof tmp_buf); + EVP_EncryptFinal_ex(&ciph_ctx, &(epms[outl]), &padl); + outl += padl; + if (outl > (int)sizeof epms) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, + ERR_R_INTERNAL_ERROR); + goto err; + } + EVP_CIPHER_CTX_cleanup(&ciph_ctx); + + /* KerberosWrapper.EncryptedPreMasterSecret */ + s2n(outl, p); + memcpy(p, epms, outl); + p += outl; + n += outl + 2; + + s->session->master_key_length = + s->method->ssl3_enc->generate_master_secret(s, + s-> + session->master_key, + tmp_buf, + sizeof tmp_buf); + + OPENSSL_cleanse(tmp_buf, sizeof tmp_buf); + OPENSSL_cleanse(epms, outl); + } #endif #ifndef OPENSSL_NO_DH - else if (alg_k & (SSL_kEDH|SSL_kDHr|SSL_kDHd)) - { - DH *dh_srvr,*dh_clnt; - - if (s->session->sess_cert == NULL) - { - ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_UNEXPECTED_MESSAGE); - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,SSL_R_UNEXPECTED_MESSAGE); - goto err; - } - - if (s->session->sess_cert->peer_dh_tmp != NULL) - dh_srvr=s->session->sess_cert->peer_dh_tmp; - else - { - /* we get them from the cert */ - ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_HANDSHAKE_FAILURE); - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,SSL_R_UNABLE_TO_FIND_DH_PARAMETERS); - goto err; - } - - /* generate a new random key */ - if ((dh_clnt=DHparams_dup(dh_srvr)) == NULL) - { - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,ERR_R_DH_LIB); - goto err; - } - if (!DH_generate_key(dh_clnt)) - { - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,ERR_R_DH_LIB); - DH_free(dh_clnt); - goto err; - } - - /* use the 'p' output buffer for the DH key, but - * make sure to clear it out afterwards */ - - n=DH_compute_key(p,dh_srvr->pub_key,dh_clnt); - - if (n <= 0) - { - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,ERR_R_DH_LIB); - DH_free(dh_clnt); - goto err; - } - - /* generate master key from the result */ - s->session->master_key_length= - s->method->ssl3_enc->generate_master_secret(s, - s->session->master_key,p,n); - /* clean up */ - memset(p,0,n); - - /* send off the data */ - n=BN_num_bytes(dh_clnt->pub_key); - s2n(n,p); - BN_bn2bin(dh_clnt->pub_key,p); - n+=2; - - DH_free(dh_clnt); - - /* perhaps clean things up a bit EAY EAY EAY EAY*/ - } + else if (alg_k & (SSL_kEDH | SSL_kDHr | SSL_kDHd)) { + DH *dh_srvr, *dh_clnt; + SESS_CERT *scert = s->session->sess_cert; + + if (scert == NULL) { + ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_UNEXPECTED_MESSAGE); + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, + SSL_R_UNEXPECTED_MESSAGE); + goto err; + } + + if (scert->peer_dh_tmp != NULL) + dh_srvr = scert->peer_dh_tmp; + else { + /* we get them from the cert */ + int idx = scert->peer_cert_type; + EVP_PKEY *spkey = NULL; + dh_srvr = NULL; + if (idx >= 0) + spkey = X509_get_pubkey(scert->peer_pkeys[idx].x509); + if (spkey) { + dh_srvr = EVP_PKEY_get1_DH(spkey); + EVP_PKEY_free(spkey); + } + if (dh_srvr == NULL) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, + ERR_R_INTERNAL_ERROR); + goto err; + } + } + if (s->s3->flags & TLS1_FLAGS_SKIP_CERT_VERIFY) { + /* Use client certificate key */ + EVP_PKEY *clkey = s->cert->key->privatekey; + dh_clnt = NULL; + if (clkey) + dh_clnt = EVP_PKEY_get1_DH(clkey); + if (dh_clnt == NULL) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, + ERR_R_INTERNAL_ERROR); + goto err; + } + } else { + /* generate a new random key */ + if ((dh_clnt = DHparams_dup(dh_srvr)) == NULL) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, ERR_R_DH_LIB); + goto err; + } + if (!DH_generate_key(dh_clnt)) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, ERR_R_DH_LIB); + DH_free(dh_clnt); + goto err; + } + } + + /* + * use the 'p' output buffer for the DH key, but make sure to + * clear it out afterwards + */ + + n = DH_compute_key(p, dh_srvr->pub_key, dh_clnt); + if (scert->peer_dh_tmp == NULL) + DH_free(dh_srvr); + + if (n <= 0) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, ERR_R_DH_LIB); + DH_free(dh_clnt); + goto err; + } + + /* generate master key from the result */ + s->session->master_key_length = + s->method->ssl3_enc->generate_master_secret(s, + s-> + session->master_key, + p, n); + /* clean up */ + memset(p, 0, n); + + if (s->s3->flags & TLS1_FLAGS_SKIP_CERT_VERIFY) + n = 0; + else { + /* send off the data */ + n = BN_num_bytes(dh_clnt->pub_key); + s2n(n, p); + BN_bn2bin(dh_clnt->pub_key, p); + n += 2; + } + + DH_free(dh_clnt); + + /* perhaps clean things up a bit EAY EAY EAY EAY */ + } #endif -#ifndef OPENSSL_NO_ECDH - else if (alg_k & (SSL_kEECDH|SSL_kECDHr|SSL_kECDHe)) - { - const EC_GROUP *srvr_group = NULL; - EC_KEY *tkey; - int ecdh_clnt_cert = 0; - int field_size = 0; - - if (s->session->sess_cert == NULL) - { - ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_UNEXPECTED_MESSAGE); - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,SSL_R_UNEXPECTED_MESSAGE); - goto err; - } - - /* Did we send out the client's - * ECDH share for use in premaster - * computation as part of client certificate? - * If so, set ecdh_clnt_cert to 1. - */ - if ((alg_k & (SSL_kECDHr|SSL_kECDHe)) && (s->cert != NULL)) - { - /* XXX: For now, we do not support client - * authentication using ECDH certificates. - * To add such support, one needs to add - * code that checks for appropriate - * conditions and sets ecdh_clnt_cert to 1. - * For example, the cert have an ECC - * key on the same curve as the server's - * and the key should be authorized for - * key agreement. - * - * One also needs to add code in ssl3_connect - * to skip sending the certificate verify - * message. - * - * if ((s->cert->key->privatekey != NULL) && - * (s->cert->key->privatekey->type == - * EVP_PKEY_EC) && ...) - * ecdh_clnt_cert = 1; - */ - } - - if (s->session->sess_cert->peer_ecdh_tmp != NULL) - { - tkey = s->session->sess_cert->peer_ecdh_tmp; - } - else - { - /* Get the Server Public Key from Cert */ - srvr_pub_pkey = X509_get_pubkey(s->session-> \ - sess_cert->peer_pkeys[SSL_PKEY_ECC].x509); - if ((srvr_pub_pkey == NULL) || - (srvr_pub_pkey->type != EVP_PKEY_EC) || - (srvr_pub_pkey->pkey.ec == NULL)) - { - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, - ERR_R_INTERNAL_ERROR); - goto err; - } - - tkey = srvr_pub_pkey->pkey.ec; - } - - srvr_group = EC_KEY_get0_group(tkey); - srvr_ecpoint = EC_KEY_get0_public_key(tkey); - - if ((srvr_group == NULL) || (srvr_ecpoint == NULL)) - { - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, - ERR_R_INTERNAL_ERROR); - goto err; - } - - if ((clnt_ecdh=EC_KEY_new()) == NULL) - { - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,ERR_R_MALLOC_FAILURE); - goto err; - } - - if (!EC_KEY_set_group(clnt_ecdh, srvr_group)) - { - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,ERR_R_EC_LIB); - goto err; - } - if (ecdh_clnt_cert) - { - /* Reuse key info from our certificate - * We only need our private key to perform - * the ECDH computation. - */ - const BIGNUM *priv_key; - tkey = s->cert->key->privatekey->pkey.ec; - priv_key = EC_KEY_get0_private_key(tkey); - if (priv_key == NULL) - { - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,ERR_R_MALLOC_FAILURE); - goto err; - } - if (!EC_KEY_set_private_key(clnt_ecdh, priv_key)) - { - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,ERR_R_EC_LIB); - goto err; - } - } - else - { - /* Generate a new ECDH key pair */ - if (!(EC_KEY_generate_key(clnt_ecdh))) - { - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, ERR_R_ECDH_LIB); - goto err; - } - } - - /* use the 'p' output buffer for the ECDH key, but - * make sure to clear it out afterwards - */ - - field_size = EC_GROUP_get_degree(srvr_group); - if (field_size <= 0) - { - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, - ERR_R_ECDH_LIB); - goto err; - } - n=ECDH_compute_key(p, (field_size+7)/8, srvr_ecpoint, clnt_ecdh, NULL); - if (n <= 0) - { - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, - ERR_R_ECDH_LIB); - goto err; - } - - /* generate master key from the result */ - s->session->master_key_length = s->method->ssl3_enc \ - -> generate_master_secret(s, - s->session->master_key, - p, n); - - memset(p, 0, n); /* clean up */ - - if (ecdh_clnt_cert) - { - /* Send empty client key exch message */ - n = 0; - } - else - { - /* First check the size of encoding and - * allocate memory accordingly. - */ - encoded_pt_len = - EC_POINT_point2oct(srvr_group, - EC_KEY_get0_public_key(clnt_ecdh), - POINT_CONVERSION_UNCOMPRESSED, - NULL, 0, NULL); - - encodedPoint = (unsigned char *) - OPENSSL_malloc(encoded_pt_len * - sizeof(unsigned char)); - bn_ctx = BN_CTX_new(); - if ((encodedPoint == NULL) || - (bn_ctx == NULL)) - { - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,ERR_R_MALLOC_FAILURE); - goto err; - } - - /* Encode the public key */ - n = EC_POINT_point2oct(srvr_group, - EC_KEY_get0_public_key(clnt_ecdh), - POINT_CONVERSION_UNCOMPRESSED, - encodedPoint, encoded_pt_len, bn_ctx); - - *p = n; /* length of encoded point */ - /* Encoded point will be copied here */ - p += 1; - /* copy the point */ - memcpy((unsigned char *)p, encodedPoint, n); - /* increment n to account for length field */ - n += 1; - } - - /* Free allocated memory */ - BN_CTX_free(bn_ctx); - if (encodedPoint != NULL) OPENSSL_free(encodedPoint); - if (clnt_ecdh != NULL) - EC_KEY_free(clnt_ecdh); - EVP_PKEY_free(srvr_pub_pkey); - } -#endif /* !OPENSSL_NO_ECDH */ - else if (alg_k & SSL_kGOST) - { - /* GOST key exchange message creation */ - EVP_PKEY_CTX *pkey_ctx; - X509 *peer_cert; - size_t msglen; - unsigned int md_len; - int keytype; - unsigned char premaster_secret[32],shared_ukm[32], tmp[256]; - EVP_MD_CTX *ukm_hash; - EVP_PKEY *pub_key; - - /* Get server sertificate PKEY and create ctx from it */ - peer_cert=s->session->sess_cert->peer_pkeys[(keytype=SSL_PKEY_GOST01)].x509; - if (!peer_cert) - peer_cert=s->session->sess_cert->peer_pkeys[(keytype=SSL_PKEY_GOST94)].x509; - if (!peer_cert) { - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,SSL_R_NO_GOST_CERTIFICATE_SENT_BY_PEER); - goto err; - } - - pkey_ctx=EVP_PKEY_CTX_new(pub_key=X509_get_pubkey(peer_cert),NULL); - /* If we have send a certificate, and certificate key - - * parameters match those of server certificate, use - * certificate key for key exchange - */ - - /* Otherwise, generate ephemeral key pair */ - - EVP_PKEY_encrypt_init(pkey_ctx); - /* Generate session key */ - RAND_bytes(premaster_secret,32); - /* If we have client certificate, use its secret as peer key */ - if (s->s3->tmp.cert_req && s->cert->key->privatekey) { - if (EVP_PKEY_derive_set_peer(pkey_ctx,s->cert->key->privatekey) <=0) { - /* If there was an error - just ignore it. Ephemeral key - * would be used - */ - ERR_clear_error(); - } - } - /* Compute shared IV and store it in algorithm-specific - * context data */ - ukm_hash = EVP_MD_CTX_create(); - EVP_DigestInit(ukm_hash,EVP_get_digestbynid(NID_id_GostR3411_94)); - EVP_DigestUpdate(ukm_hash,s->s3->client_random,SSL3_RANDOM_SIZE); - EVP_DigestUpdate(ukm_hash,s->s3->server_random,SSL3_RANDOM_SIZE); - EVP_DigestFinal_ex(ukm_hash, shared_ukm, &md_len); - EVP_MD_CTX_destroy(ukm_hash); - if (EVP_PKEY_CTX_ctrl(pkey_ctx,-1,EVP_PKEY_OP_ENCRYPT,EVP_PKEY_CTRL_SET_IV, - 8,shared_ukm)<0) { - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, - SSL_R_LIBRARY_BUG); - goto err; - } - /* Make GOST keytransport blob message */ - /*Encapsulate it into sequence */ - *(p++)=V_ASN1_SEQUENCE | V_ASN1_CONSTRUCTED; - msglen=255; - if (EVP_PKEY_encrypt(pkey_ctx,tmp,&msglen,premaster_secret,32)<0) { - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, - SSL_R_LIBRARY_BUG); - goto err; - } - if (msglen >= 0x80) - { - *(p++)=0x81; - *(p++)= msglen & 0xff; - n=msglen+3; - } - else - { - *(p++)= msglen & 0xff; - n=msglen+2; - } - memcpy(p, tmp, msglen); - /* Check if pubkey from client certificate was used */ - if (EVP_PKEY_CTX_ctrl(pkey_ctx, -1, -1, EVP_PKEY_CTRL_PEER_KEY, 2, NULL) > 0) - { - /* Set flag "skip certificate verify" */ - s->s3->flags |= TLS1_FLAGS_SKIP_CERT_VERIFY; - } - EVP_PKEY_CTX_free(pkey_ctx); - s->session->master_key_length= - s->method->ssl3_enc->generate_master_secret(s, - s->session->master_key,premaster_secret,32); - EVP_PKEY_free(pub_key); - - } +#ifndef OPENSSL_NO_ECDH + else if (alg_k & (SSL_kEECDH | SSL_kECDHr | SSL_kECDHe)) { + const EC_GROUP *srvr_group = NULL; + EC_KEY *tkey; + int ecdh_clnt_cert = 0; + int field_size = 0; + + if (s->session->sess_cert == NULL) { + ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_UNEXPECTED_MESSAGE); + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, + SSL_R_UNEXPECTED_MESSAGE); + goto err; + } + + /* + * Did we send out the client's ECDH share for use in premaster + * computation as part of client certificate? If so, set + * ecdh_clnt_cert to 1. + */ + if ((alg_k & (SSL_kECDHr | SSL_kECDHe)) && (s->cert != NULL)) { + /*- + * XXX: For now, we do not support client + * authentication using ECDH certificates. + * To add such support, one needs to add + * code that checks for appropriate + * conditions and sets ecdh_clnt_cert to 1. + * For example, the cert have an ECC + * key on the same curve as the server's + * and the key should be authorized for + * key agreement. + * + * One also needs to add code in ssl3_connect + * to skip sending the certificate verify + * message. + * + * if ((s->cert->key->privatekey != NULL) && + * (s->cert->key->privatekey->type == + * EVP_PKEY_EC) && ...) + * ecdh_clnt_cert = 1; + */ + } + + if (s->session->sess_cert->peer_ecdh_tmp != NULL) { + tkey = s->session->sess_cert->peer_ecdh_tmp; + } else { + /* Get the Server Public Key from Cert */ + srvr_pub_pkey = + X509_get_pubkey(s->session-> + sess_cert->peer_pkeys[SSL_PKEY_ECC].x509); + if ((srvr_pub_pkey == NULL) + || (srvr_pub_pkey->type != EVP_PKEY_EC) + || (srvr_pub_pkey->pkey.ec == NULL)) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, + ERR_R_INTERNAL_ERROR); + goto err; + } + + tkey = srvr_pub_pkey->pkey.ec; + } + + srvr_group = EC_KEY_get0_group(tkey); + srvr_ecpoint = EC_KEY_get0_public_key(tkey); + + if ((srvr_group == NULL) || (srvr_ecpoint == NULL)) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, + ERR_R_INTERNAL_ERROR); + goto err; + } + + if ((clnt_ecdh = EC_KEY_new()) == NULL) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, + ERR_R_MALLOC_FAILURE); + goto err; + } + + if (!EC_KEY_set_group(clnt_ecdh, srvr_group)) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, ERR_R_EC_LIB); + goto err; + } + if (ecdh_clnt_cert) { + /* + * Reuse key info from our certificate We only need our + * private key to perform the ECDH computation. + */ + const BIGNUM *priv_key; + tkey = s->cert->key->privatekey->pkey.ec; + priv_key = EC_KEY_get0_private_key(tkey); + if (priv_key == NULL) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, + ERR_R_MALLOC_FAILURE); + goto err; + } + if (!EC_KEY_set_private_key(clnt_ecdh, priv_key)) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, ERR_R_EC_LIB); + goto err; + } + } else { + /* Generate a new ECDH key pair */ + if (!(EC_KEY_generate_key(clnt_ecdh))) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, + ERR_R_ECDH_LIB); + goto err; + } + } + + /* + * use the 'p' output buffer for the ECDH key, but make sure to + * clear it out afterwards + */ + + field_size = EC_GROUP_get_degree(srvr_group); + if (field_size <= 0) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, ERR_R_ECDH_LIB); + goto err; + } + n = ECDH_compute_key(p, (field_size + 7) / 8, srvr_ecpoint, + clnt_ecdh, NULL); + if (n <= 0) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, ERR_R_ECDH_LIB); + goto err; + } + + /* generate master key from the result */ + s->session->master_key_length = + s->method->ssl3_enc->generate_master_secret(s, + s-> + session->master_key, + p, n); + + memset(p, 0, n); /* clean up */ + + if (ecdh_clnt_cert) { + /* Send empty client key exch message */ + n = 0; + } else { + /* + * First check the size of encoding and allocate memory + * accordingly. + */ + encoded_pt_len = + EC_POINT_point2oct(srvr_group, + EC_KEY_get0_public_key(clnt_ecdh), + POINT_CONVERSION_UNCOMPRESSED, + NULL, 0, NULL); + + encodedPoint = (unsigned char *) + OPENSSL_malloc(encoded_pt_len * sizeof(unsigned char)); + bn_ctx = BN_CTX_new(); + if ((encodedPoint == NULL) || (bn_ctx == NULL)) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, + ERR_R_MALLOC_FAILURE); + goto err; + } + + /* Encode the public key */ + n = EC_POINT_point2oct(srvr_group, + EC_KEY_get0_public_key(clnt_ecdh), + POINT_CONVERSION_UNCOMPRESSED, + encodedPoint, encoded_pt_len, bn_ctx); + + *p = n; /* length of encoded point */ + /* Encoded point will be copied here */ + p += 1; + /* copy the point */ + memcpy((unsigned char *)p, encodedPoint, n); + /* increment n to account for length field */ + n += 1; + } + + /* Free allocated memory */ + BN_CTX_free(bn_ctx); + if (encodedPoint != NULL) + OPENSSL_free(encodedPoint); + if (clnt_ecdh != NULL) + EC_KEY_free(clnt_ecdh); + EVP_PKEY_free(srvr_pub_pkey); + } +#endif /* !OPENSSL_NO_ECDH */ + else if (alg_k & SSL_kGOST) { + /* GOST key exchange message creation */ + EVP_PKEY_CTX *pkey_ctx; + X509 *peer_cert; + size_t msglen; + unsigned int md_len; + int keytype; + unsigned char premaster_secret[32], shared_ukm[32], tmp[256]; + EVP_MD_CTX *ukm_hash; + EVP_PKEY *pub_key; + + /* + * Get server sertificate PKEY and create ctx from it + */ + peer_cert = + s->session-> + sess_cert->peer_pkeys[(keytype = SSL_PKEY_GOST01)].x509; + if (!peer_cert) + peer_cert = + s->session-> + sess_cert->peer_pkeys[(keytype = SSL_PKEY_GOST94)].x509; + if (!peer_cert) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, + SSL_R_NO_GOST_CERTIFICATE_SENT_BY_PEER); + goto err; + } + + pkey_ctx = EVP_PKEY_CTX_new(pub_key = + X509_get_pubkey(peer_cert), NULL); + /* + * If we have send a certificate, and certificate key + * + * * parameters match those of server certificate, use + * certificate key for key exchange + */ + + /* Otherwise, generate ephemeral key pair */ + + EVP_PKEY_encrypt_init(pkey_ctx); + /* Generate session key */ + RAND_bytes(premaster_secret, 32); + /* + * If we have client certificate, use its secret as peer key + */ + if (s->s3->tmp.cert_req && s->cert->key->privatekey) { + if (EVP_PKEY_derive_set_peer + (pkey_ctx, s->cert->key->privatekey) <= 0) { + /* + * If there was an error - just ignore it. Ephemeral key + * * would be used + */ + ERR_clear_error(); + } + } + /* + * Compute shared IV and store it in algorithm-specific context + * data + */ + ukm_hash = EVP_MD_CTX_create(); + EVP_DigestInit(ukm_hash, + EVP_get_digestbynid(NID_id_GostR3411_94)); + EVP_DigestUpdate(ukm_hash, s->s3->client_random, + SSL3_RANDOM_SIZE); + EVP_DigestUpdate(ukm_hash, s->s3->server_random, + SSL3_RANDOM_SIZE); + EVP_DigestFinal_ex(ukm_hash, shared_ukm, &md_len); + EVP_MD_CTX_destroy(ukm_hash); + if (EVP_PKEY_CTX_ctrl + (pkey_ctx, -1, EVP_PKEY_OP_ENCRYPT, EVP_PKEY_CTRL_SET_IV, 8, + shared_ukm) < 0) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, + SSL_R_LIBRARY_BUG); + goto err; + } + /* Make GOST keytransport blob message */ + /* + * Encapsulate it into sequence + */ + *(p++) = V_ASN1_SEQUENCE | V_ASN1_CONSTRUCTED; + msglen = 255; + if (EVP_PKEY_encrypt(pkey_ctx, tmp, &msglen, premaster_secret, 32) + < 0) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, + SSL_R_LIBRARY_BUG); + goto err; + } + if (msglen >= 0x80) { + *(p++) = 0x81; + *(p++) = msglen & 0xff; + n = msglen + 3; + } else { + *(p++) = msglen & 0xff; + n = msglen + 2; + } + memcpy(p, tmp, msglen); + /* Check if pubkey from client certificate was used */ + if (EVP_PKEY_CTX_ctrl + (pkey_ctx, -1, -1, EVP_PKEY_CTRL_PEER_KEY, 2, NULL) > 0) { + /* Set flag "skip certificate verify" */ + s->s3->flags |= TLS1_FLAGS_SKIP_CERT_VERIFY; + } + EVP_PKEY_CTX_free(pkey_ctx); + s->session->master_key_length = + s->method->ssl3_enc->generate_master_secret(s, + s-> + session->master_key, + premaster_secret, + 32); + EVP_PKEY_free(pub_key); + + } #ifndef OPENSSL_NO_SRP - else if (alg_k & SSL_kSRP) - { - if (s->srp_ctx.A != NULL) - { - /* send off the data */ - n=BN_num_bytes(s->srp_ctx.A); - s2n(n,p); - BN_bn2bin(s->srp_ctx.A,p); - n+=2; - } - else - { - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,ERR_R_INTERNAL_ERROR); - goto err; - } - if (s->session->srp_username != NULL) - OPENSSL_free(s->session->srp_username); - s->session->srp_username = BUF_strdup(s->srp_ctx.login); - if (s->session->srp_username == NULL) - { - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, - ERR_R_MALLOC_FAILURE); - goto err; - } - - if ((s->session->master_key_length = SRP_generate_client_master_secret(s,s->session->master_key))<0) - { - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,ERR_R_INTERNAL_ERROR); - goto err; - } - } + else if (alg_k & SSL_kSRP) { + if (s->srp_ctx.A != NULL) { + /* send off the data */ + n = BN_num_bytes(s->srp_ctx.A); + s2n(n, p); + BN_bn2bin(s->srp_ctx.A, p); + n += 2; + } else { + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, + ERR_R_INTERNAL_ERROR); + goto err; + } + if (s->session->srp_username != NULL) + OPENSSL_free(s->session->srp_username); + s->session->srp_username = BUF_strdup(s->srp_ctx.login); + if (s->session->srp_username == NULL) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, + ERR_R_MALLOC_FAILURE); + goto err; + } + + if ((s->session->master_key_length = + SRP_generate_client_master_secret(s, + s->session->master_key)) < + 0) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, + ERR_R_INTERNAL_ERROR); + goto err; + } + } #endif #ifndef OPENSSL_NO_PSK - else if (alg_k & SSL_kPSK) - { - /* The callback needs PSK_MAX_IDENTITY_LEN + 1 bytes - * to return a \0-terminated identity. The last byte - * is for us for simulating strnlen. */ - char identity[PSK_MAX_IDENTITY_LEN + 2]; - size_t identity_len; - unsigned char *t = NULL; - unsigned char psk_or_pre_ms[PSK_MAX_PSK_LEN*2+4]; - unsigned int pre_ms_len = 0, psk_len = 0; - int psk_err = 1; - - n = 0; - if (s->psk_client_callback == NULL) - { - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, - SSL_R_PSK_NO_CLIENT_CB); - goto err; - } - - memset(identity, 0, sizeof(identity)); - psk_len = s->psk_client_callback(s, s->ctx->psk_identity_hint, - identity, sizeof(identity) - 1, - psk_or_pre_ms, sizeof(psk_or_pre_ms)); - if (psk_len > PSK_MAX_PSK_LEN) - { - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, - ERR_R_INTERNAL_ERROR); - goto psk_err; - } - else if (psk_len == 0) - { - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, - SSL_R_PSK_IDENTITY_NOT_FOUND); - goto psk_err; - } - identity[PSK_MAX_IDENTITY_LEN + 1] = '\0'; - identity_len = strlen(identity); - if (identity_len > PSK_MAX_IDENTITY_LEN) - { - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, - ERR_R_INTERNAL_ERROR); - goto psk_err; - } - /* create PSK pre_master_secret */ - pre_ms_len = 2+psk_len+2+psk_len; - t = psk_or_pre_ms; - memmove(psk_or_pre_ms+psk_len+4, psk_or_pre_ms, psk_len); - s2n(psk_len, t); - memset(t, 0, psk_len); - t+=psk_len; - s2n(psk_len, t); - - if (s->session->psk_identity_hint != NULL) - OPENSSL_free(s->session->psk_identity_hint); - s->session->psk_identity_hint = BUF_strdup(s->ctx->psk_identity_hint); - if (s->ctx->psk_identity_hint != NULL && - s->session->psk_identity_hint == NULL) - { - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, - ERR_R_MALLOC_FAILURE); - goto psk_err; - } - - if (s->session->psk_identity != NULL) - OPENSSL_free(s->session->psk_identity); - s->session->psk_identity = BUF_strdup(identity); - if (s->session->psk_identity == NULL) - { - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, - ERR_R_MALLOC_FAILURE); - goto psk_err; - } - - s->session->master_key_length = - s->method->ssl3_enc->generate_master_secret(s, - s->session->master_key, - psk_or_pre_ms, pre_ms_len); - s2n(identity_len, p); - memcpy(p, identity, identity_len); - n = 2 + identity_len; - psk_err = 0; - psk_err: - OPENSSL_cleanse(identity, sizeof(identity)); - OPENSSL_cleanse(psk_or_pre_ms, sizeof(psk_or_pre_ms)); - if (psk_err != 0) - { - ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE); - goto err; - } - } -#endif - else - { - ssl3_send_alert(s, SSL3_AL_FATAL, - SSL_AD_HANDSHAKE_FAILURE); - SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, - ERR_R_INTERNAL_ERROR); - goto err; - } - - *(d++)=SSL3_MT_CLIENT_KEY_EXCHANGE; - l2n3(n,d); - - s->state=SSL3_ST_CW_KEY_EXCH_B; - /* number of bytes to write */ - s->init_num=n+4; - s->init_off=0; - } - - /* SSL3_ST_CW_KEY_EXCH_B */ - return(ssl3_do_write(s,SSL3_RT_HANDSHAKE)); -err: + else if (alg_k & SSL_kPSK) { + /* + * The callback needs PSK_MAX_IDENTITY_LEN + 1 bytes to return a + * \0-terminated identity. The last byte is for us for simulating + * strnlen. + */ + char identity[PSK_MAX_IDENTITY_LEN + 2]; + size_t identity_len; + unsigned char *t = NULL; + unsigned char psk_or_pre_ms[PSK_MAX_PSK_LEN * 2 + 4]; + unsigned int pre_ms_len = 0, psk_len = 0; + int psk_err = 1; + + n = 0; + if (s->psk_client_callback == NULL) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, + SSL_R_PSK_NO_CLIENT_CB); + goto err; + } + + memset(identity, 0, sizeof(identity)); + psk_len = s->psk_client_callback(s, s->ctx->psk_identity_hint, + identity, sizeof(identity) - 1, + psk_or_pre_ms, + sizeof(psk_or_pre_ms)); + if (psk_len > PSK_MAX_PSK_LEN) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, + ERR_R_INTERNAL_ERROR); + goto psk_err; + } else if (psk_len == 0) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, + SSL_R_PSK_IDENTITY_NOT_FOUND); + goto psk_err; + } + identity[PSK_MAX_IDENTITY_LEN + 1] = '\0'; + identity_len = strlen(identity); + if (identity_len > PSK_MAX_IDENTITY_LEN) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, + ERR_R_INTERNAL_ERROR); + goto psk_err; + } + /* create PSK pre_master_secret */ + pre_ms_len = 2 + psk_len + 2 + psk_len; + t = psk_or_pre_ms; + memmove(psk_or_pre_ms + psk_len + 4, psk_or_pre_ms, psk_len); + s2n(psk_len, t); + memset(t, 0, psk_len); + t += psk_len; + s2n(psk_len, t); + + if (s->session->psk_identity_hint != NULL) + OPENSSL_free(s->session->psk_identity_hint); + s->session->psk_identity_hint = + BUF_strdup(s->ctx->psk_identity_hint); + if (s->ctx->psk_identity_hint != NULL + && s->session->psk_identity_hint == NULL) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, + ERR_R_MALLOC_FAILURE); + goto psk_err; + } + + if (s->session->psk_identity != NULL) + OPENSSL_free(s->session->psk_identity); + s->session->psk_identity = BUF_strdup(identity); + if (s->session->psk_identity == NULL) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, + ERR_R_MALLOC_FAILURE); + goto psk_err; + } + + s->session->master_key_length = + s->method->ssl3_enc->generate_master_secret(s, + s-> + session->master_key, + psk_or_pre_ms, + pre_ms_len); + s2n(identity_len, p); + memcpy(p, identity, identity_len); + n = 2 + identity_len; + psk_err = 0; + psk_err: + OPENSSL_cleanse(identity, sizeof(identity)); + OPENSSL_cleanse(psk_or_pre_ms, sizeof(psk_or_pre_ms)); + if (psk_err != 0) { + ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE); + goto err; + } + } +#endif + else { + ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE); + SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE, ERR_R_INTERNAL_ERROR); + goto err; + } + + ssl_set_handshake_header(s, SSL3_MT_CLIENT_KEY_EXCHANGE, n); + s->state = SSL3_ST_CW_KEY_EXCH_B; + } + + /* SSL3_ST_CW_KEY_EXCH_B */ + return ssl_do_write(s); + err: #ifndef OPENSSL_NO_ECDH - BN_CTX_free(bn_ctx); - if (encodedPoint != NULL) OPENSSL_free(encodedPoint); - if (clnt_ecdh != NULL) - EC_KEY_free(clnt_ecdh); - EVP_PKEY_free(srvr_pub_pkey); -#endif - return(-1); - } + BN_CTX_free(bn_ctx); + if (encodedPoint != NULL) + OPENSSL_free(encodedPoint); + if (clnt_ecdh != NULL) + EC_KEY_free(clnt_ecdh); + EVP_PKEY_free(srvr_pub_pkey); +#endif + return (-1); +} int ssl3_send_client_verify(SSL *s) - { - unsigned char *p,*d; - unsigned char data[MD5_DIGEST_LENGTH+SHA_DIGEST_LENGTH]; - EVP_PKEY *pkey; - EVP_PKEY_CTX *pctx=NULL; - EVP_MD_CTX mctx; - unsigned u=0; - unsigned long n; - int j; - - EVP_MD_CTX_init(&mctx); - - if (s->state == SSL3_ST_CW_CERT_VRFY_A) - { - d=(unsigned char *)s->init_buf->data; - p= &(d[4]); - pkey=s->cert->key->privatekey; +{ + unsigned char *p; + unsigned char data[MD5_DIGEST_LENGTH + SHA_DIGEST_LENGTH]; + EVP_PKEY *pkey; + EVP_PKEY_CTX *pctx = NULL; + EVP_MD_CTX mctx; + unsigned u = 0; + unsigned long n; + int j; + + EVP_MD_CTX_init(&mctx); + + if (s->state == SSL3_ST_CW_CERT_VRFY_A) { + p = ssl_handshake_start(s); + pkey = s->cert->key->privatekey; /* Create context from key and test if sha1 is allowed as digest */ - pctx = EVP_PKEY_CTX_new(pkey,NULL); - EVP_PKEY_sign_init(pctx); - if (EVP_PKEY_CTX_set_signature_md(pctx, EVP_sha1())>0) - { - if (TLS1_get_version(s) < TLS1_2_VERSION) - s->method->ssl3_enc->cert_verify_mac(s, - NID_sha1, - &(data[MD5_DIGEST_LENGTH])); - } - else - { - ERR_clear_error(); - } - /* For TLS v1.2 send signature algorithm and signature - * using agreed digest and cached handshake records. - */ - if (TLS1_get_version(s) >= TLS1_2_VERSION) - { - long hdatalen = 0; - void *hdata; - const EVP_MD *md = s->cert->key->digest; - hdatalen = BIO_get_mem_data(s->s3->handshake_buffer, - &hdata); - if (hdatalen <= 0 || !tls12_get_sigandhash(p, pkey, md)) - { - SSLerr(SSL_F_SSL3_SEND_CLIENT_VERIFY, - ERR_R_INTERNAL_ERROR); - goto err; - } - p += 2; + pctx = EVP_PKEY_CTX_new(pkey, NULL); + EVP_PKEY_sign_init(pctx); + if (EVP_PKEY_CTX_set_signature_md(pctx, EVP_sha1()) > 0) { + if (!SSL_USE_SIGALGS(s)) + s->method->ssl3_enc->cert_verify_mac(s, + NID_sha1, + &(data + [MD5_DIGEST_LENGTH])); + } else { + ERR_clear_error(); + } + /* + * For TLS v1.2 send signature algorithm and signature using agreed + * digest and cached handshake records. + */ + if (SSL_USE_SIGALGS(s)) { + long hdatalen = 0; + void *hdata; + const EVP_MD *md = s->cert->key->digest; + hdatalen = BIO_get_mem_data(s->s3->handshake_buffer, &hdata); + if (hdatalen <= 0 || !tls12_get_sigandhash(p, pkey, md)) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_VERIFY, ERR_R_INTERNAL_ERROR); + goto err; + } + p += 2; #ifdef SSL_DEBUG - fprintf(stderr, "Using TLS 1.2 with client alg %s\n", - EVP_MD_name(md)); -#endif - if (!EVP_SignInit_ex(&mctx, md, NULL) - || !EVP_SignUpdate(&mctx, hdata, hdatalen) - || !EVP_SignFinal(&mctx, p + 2, &u, pkey)) - { - SSLerr(SSL_F_SSL3_SEND_CLIENT_VERIFY, - ERR_R_EVP_LIB); - goto err; - } - s2n(u,p); - n = u + 4; - if (!ssl3_digest_cached_records(s)) - goto err; - } - else + fprintf(stderr, "Using TLS 1.2 with client alg %s\n", + EVP_MD_name(md)); +#endif + if (!EVP_SignInit_ex(&mctx, md, NULL) + || !EVP_SignUpdate(&mctx, hdata, hdatalen) + || !EVP_SignFinal(&mctx, p + 2, &u, pkey)) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_VERIFY, ERR_R_EVP_LIB); + goto err; + } + s2n(u, p); + n = u + 4; + if (!ssl3_digest_cached_records(s)) + goto err; + } else #ifndef OPENSSL_NO_RSA - if (pkey->type == EVP_PKEY_RSA) - { - s->method->ssl3_enc->cert_verify_mac(s, - NID_md5, - &(data[0])); - if (RSA_sign(NID_md5_sha1, data, - MD5_DIGEST_LENGTH+SHA_DIGEST_LENGTH, - &(p[2]), &u, pkey->pkey.rsa) <= 0 ) - { - SSLerr(SSL_F_SSL3_SEND_CLIENT_VERIFY,ERR_R_RSA_LIB); - goto err; - } - s2n(u,p); - n=u+2; - } - else + if (pkey->type == EVP_PKEY_RSA) { + s->method->ssl3_enc->cert_verify_mac(s, NID_md5, &(data[0])); + if (RSA_sign(NID_md5_sha1, data, + MD5_DIGEST_LENGTH + SHA_DIGEST_LENGTH, + &(p[2]), &u, pkey->pkey.rsa) <= 0) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_VERIFY, ERR_R_RSA_LIB); + goto err; + } + s2n(u, p); + n = u + 2; + } else #endif #ifndef OPENSSL_NO_DSA - if (pkey->type == EVP_PKEY_DSA) - { - if (!DSA_sign(pkey->save_type, - &(data[MD5_DIGEST_LENGTH]), - SHA_DIGEST_LENGTH,&(p[2]), - (unsigned int *)&j,pkey->pkey.dsa)) - { - SSLerr(SSL_F_SSL3_SEND_CLIENT_VERIFY,ERR_R_DSA_LIB); - goto err; - } - s2n(j,p); - n=j+2; - } - else + if (pkey->type == EVP_PKEY_DSA) { + if (!DSA_sign(pkey->save_type, + &(data[MD5_DIGEST_LENGTH]), + SHA_DIGEST_LENGTH, &(p[2]), + (unsigned int *)&j, pkey->pkey.dsa)) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_VERIFY, ERR_R_DSA_LIB); + goto err; + } + s2n(j, p); + n = j + 2; + } else #endif #ifndef OPENSSL_NO_ECDSA - if (pkey->type == EVP_PKEY_EC) - { - if (!ECDSA_sign(pkey->save_type, - &(data[MD5_DIGEST_LENGTH]), - SHA_DIGEST_LENGTH,&(p[2]), - (unsigned int *)&j,pkey->pkey.ec)) - { - SSLerr(SSL_F_SSL3_SEND_CLIENT_VERIFY, - ERR_R_ECDSA_LIB); - goto err; - } - s2n(j,p); - n=j+2; - } - else -#endif - if (pkey->type == NID_id_GostR3410_94 || pkey->type == NID_id_GostR3410_2001) - { - unsigned char signbuf[64]; - int i; - size_t sigsize=64; - s->method->ssl3_enc->cert_verify_mac(s, - NID_id_GostR3411_94, - data); - if (EVP_PKEY_sign(pctx, signbuf, &sigsize, data, 32) <= 0) { - SSLerr(SSL_F_SSL3_SEND_CLIENT_VERIFY, - ERR_R_INTERNAL_ERROR); - goto err; - } - for (i=63,j=0; i>=0; j++, i--) { - p[2+j]=signbuf[i]; - } - s2n(j,p); - n=j+2; - } - else - { - SSLerr(SSL_F_SSL3_SEND_CLIENT_VERIFY,ERR_R_INTERNAL_ERROR); - goto err; - } - *(d++)=SSL3_MT_CERTIFICATE_VERIFY; - l2n3(n,d); - - s->state=SSL3_ST_CW_CERT_VRFY_B; - s->init_num=(int)n+4; - s->init_off=0; - } - EVP_MD_CTX_cleanup(&mctx); - EVP_PKEY_CTX_free(pctx); - return(ssl3_do_write(s,SSL3_RT_HANDSHAKE)); -err: - EVP_MD_CTX_cleanup(&mctx); - EVP_PKEY_CTX_free(pctx); - return(-1); - } + if (pkey->type == EVP_PKEY_EC) { + if (!ECDSA_sign(pkey->save_type, + &(data[MD5_DIGEST_LENGTH]), + SHA_DIGEST_LENGTH, &(p[2]), + (unsigned int *)&j, pkey->pkey.ec)) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_VERIFY, ERR_R_ECDSA_LIB); + goto err; + } + s2n(j, p); + n = j + 2; + } else +#endif + if (pkey->type == NID_id_GostR3410_94 + || pkey->type == NID_id_GostR3410_2001) { + unsigned char signbuf[64]; + int i; + size_t sigsize = 64; + s->method->ssl3_enc->cert_verify_mac(s, + NID_id_GostR3411_94, data); + if (EVP_PKEY_sign(pctx, signbuf, &sigsize, data, 32) <= 0) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_VERIFY, ERR_R_INTERNAL_ERROR); + goto err; + } + for (i = 63, j = 0; i >= 0; j++, i--) { + p[2 + j] = signbuf[i]; + } + s2n(j, p); + n = j + 2; + } else { + SSLerr(SSL_F_SSL3_SEND_CLIENT_VERIFY, ERR_R_INTERNAL_ERROR); + goto err; + } + ssl_set_handshake_header(s, SSL3_MT_CERTIFICATE_VERIFY, n); + s->state = SSL3_ST_CW_CERT_VRFY_B; + } + EVP_MD_CTX_cleanup(&mctx); + EVP_PKEY_CTX_free(pctx); + return ssl_do_write(s); + err: + EVP_MD_CTX_cleanup(&mctx); + EVP_PKEY_CTX_free(pctx); + return (-1); +} + +/* + * Check a certificate can be used for client authentication. Currently check + * cert exists, if we have a suitable digest for TLS 1.2 if static DH client + * certificates can be used and optionally checks suitability for Suite B. + */ +static int ssl3_check_client_certificate(SSL *s) +{ + unsigned long alg_k; + if (!s->cert || !s->cert->key->x509 || !s->cert->key->privatekey) + return 0; + /* If no suitable signature algorithm can't use certificate */ + if (SSL_USE_SIGALGS(s) && !s->cert->key->digest) + return 0; + /* + * If strict mode check suitability of chain before using it. This also + * adjusts suite B digest if necessary. + */ + if (s->cert->cert_flags & SSL_CERT_FLAGS_CHECK_TLS_STRICT && + !tls1_check_chain(s, NULL, NULL, NULL, -2)) + return 0; + alg_k = s->s3->tmp.new_cipher->algorithm_mkey; + /* See if we can use client certificate for fixed DH */ + if (alg_k & (SSL_kDHr | SSL_kDHd)) { + SESS_CERT *scert = s->session->sess_cert; + int i = scert->peer_cert_type; + EVP_PKEY *clkey = NULL, *spkey = NULL; + clkey = s->cert->key->privatekey; + /* If client key not DH assume it can be used */ + if (EVP_PKEY_id(clkey) != EVP_PKEY_DH) + return 1; + if (i >= 0) + spkey = X509_get_pubkey(scert->peer_pkeys[i].x509); + if (spkey) { + /* Compare server and client parameters */ + i = EVP_PKEY_cmp_parameters(clkey, spkey); + EVP_PKEY_free(spkey); + if (i != 1) + return 0; + } + s->s3->flags |= TLS1_FLAGS_SKIP_CERT_VERIFY; + } + return 1; +} int ssl3_send_client_certificate(SSL *s) - { - X509 *x509=NULL; - EVP_PKEY *pkey=NULL; - int i; - unsigned long l; - - if (s->state == SSL3_ST_CW_CERT_A) - { - if ((s->cert == NULL) || - (s->cert->key->x509 == NULL) || - (s->cert->key->privatekey == NULL)) - s->state=SSL3_ST_CW_CERT_B; - else - s->state=SSL3_ST_CW_CERT_C; - } - - /* We need to get a client cert */ - if (s->state == SSL3_ST_CW_CERT_B) - { - /* If we get an error, we need to - * ssl->rwstate=SSL_X509_LOOKUP; return(-1); - * We then get retied later */ - i=0; - i = ssl_do_client_cert_cb(s, &x509, &pkey); - if (i < 0) - { - s->rwstate=SSL_X509_LOOKUP; - return(-1); - } - s->rwstate=SSL_NOTHING; - if ((i == 1) && (pkey != NULL) && (x509 != NULL)) - { - s->state=SSL3_ST_CW_CERT_B; - if ( !SSL_use_certificate(s,x509) || - !SSL_use_PrivateKey(s,pkey)) - i=0; - } - else if (i == 1) - { - i=0; - SSLerr(SSL_F_SSL3_SEND_CLIENT_CERTIFICATE,SSL_R_BAD_DATA_RETURNED_BY_CALLBACK); - } - - if (x509 != NULL) X509_free(x509); - if (pkey != NULL) EVP_PKEY_free(pkey); - if (i == 0) - { - if (s->version == SSL3_VERSION) - { - s->s3->tmp.cert_req=0; - ssl3_send_alert(s,SSL3_AL_WARNING,SSL_AD_NO_CERTIFICATE); - return(1); - } - else - { - s->s3->tmp.cert_req=2; - } - } - - /* Ok, we have a cert */ - s->state=SSL3_ST_CW_CERT_C; - } - - if (s->state == SSL3_ST_CW_CERT_C) - { - s->state=SSL3_ST_CW_CERT_D; - l=ssl3_output_cert_chain(s, - (s->s3->tmp.cert_req == 2)?NULL:s->cert->key->x509); - s->init_num=(int)l; - s->init_off=0; - } - /* SSL3_ST_CW_CERT_D */ - return(ssl3_do_write(s,SSL3_RT_HANDSHAKE)); - } - -#define has_bits(i,m) (((i)&(m)) == (m)) +{ + X509 *x509 = NULL; + EVP_PKEY *pkey = NULL; + int i; + + if (s->state == SSL3_ST_CW_CERT_A) { + /* Let cert callback update client certificates if required */ + if (s->cert->cert_cb) { + i = s->cert->cert_cb(s, s->cert->cert_cb_arg); + if (i < 0) { + s->rwstate = SSL_X509_LOOKUP; + return -1; + } + if (i == 0) { + ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR); + return 0; + } + s->rwstate = SSL_NOTHING; + } + if (ssl3_check_client_certificate(s)) + s->state = SSL3_ST_CW_CERT_C; + else + s->state = SSL3_ST_CW_CERT_B; + } + + /* We need to get a client cert */ + if (s->state == SSL3_ST_CW_CERT_B) { + /* + * If we get an error, we need to ssl->rwstate=SSL_X509_LOOKUP; + * return(-1); We then get retied later + */ + i = 0; + i = ssl_do_client_cert_cb(s, &x509, &pkey); + if (i < 0) { + s->rwstate = SSL_X509_LOOKUP; + return (-1); + } + s->rwstate = SSL_NOTHING; + if ((i == 1) && (pkey != NULL) && (x509 != NULL)) { + s->state = SSL3_ST_CW_CERT_B; + if (!SSL_use_certificate(s, x509) || !SSL_use_PrivateKey(s, pkey)) + i = 0; + } else if (i == 1) { + i = 0; + SSLerr(SSL_F_SSL3_SEND_CLIENT_CERTIFICATE, + SSL_R_BAD_DATA_RETURNED_BY_CALLBACK); + } + + if (x509 != NULL) + X509_free(x509); + if (pkey != NULL) + EVP_PKEY_free(pkey); + if (i && !ssl3_check_client_certificate(s)) + i = 0; + if (i == 0) { + if (s->version == SSL3_VERSION) { + s->s3->tmp.cert_req = 0; + ssl3_send_alert(s, SSL3_AL_WARNING, SSL_AD_NO_CERTIFICATE); + return (1); + } else { + s->s3->tmp.cert_req = 2; + } + } + + /* Ok, we have a cert */ + s->state = SSL3_ST_CW_CERT_C; + } + + if (s->state == SSL3_ST_CW_CERT_C) { + s->state = SSL3_ST_CW_CERT_D; + if (!ssl3_output_cert_chain(s, + (s->s3->tmp.cert_req == + 2) ? NULL : s->cert->key)) { + SSLerr(SSL_F_SSL3_SEND_CLIENT_CERTIFICATE, ERR_R_INTERNAL_ERROR); + ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR); + return 0; + } + } + /* SSL3_ST_CW_CERT_D */ + return ssl_do_write(s); +} + +#define has_bits(i,m) (((i)&(m)) == (m)) int ssl3_check_cert_and_algorithm(SSL *s) - { - int i,idx; - long alg_k,alg_a; - EVP_PKEY *pkey=NULL; - SESS_CERT *sc; +{ + int i, idx; + long alg_k, alg_a; + EVP_PKEY *pkey = NULL; + SESS_CERT *sc; #ifndef OPENSSL_NO_RSA - RSA *rsa; + RSA *rsa; #endif #ifndef OPENSSL_NO_DH - DH *dh; + DH *dh; #endif - alg_k=s->s3->tmp.new_cipher->algorithm_mkey; - alg_a=s->s3->tmp.new_cipher->algorithm_auth; + alg_k = s->s3->tmp.new_cipher->algorithm_mkey; + alg_a = s->s3->tmp.new_cipher->algorithm_auth; - /* we don't have a certificate */ - if ((alg_a & (SSL_aDH|SSL_aNULL|SSL_aKRB5)) || (alg_k & SSL_kPSK)) - return(1); - - sc=s->session->sess_cert; - if (sc == NULL) - { - SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,ERR_R_INTERNAL_ERROR); - goto err; - } + /* we don't have a certificate */ + if ((alg_a & (SSL_aNULL | SSL_aKRB5)) || (alg_k & SSL_kPSK)) + return (1); + sc = s->session->sess_cert; + if (sc == NULL) { + SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM, ERR_R_INTERNAL_ERROR); + goto err; + } #ifndef OPENSSL_NO_RSA - rsa=s->session->sess_cert->peer_rsa_tmp; + rsa = s->session->sess_cert->peer_rsa_tmp; #endif #ifndef OPENSSL_NO_DH - dh=s->session->sess_cert->peer_dh_tmp; + dh = s->session->sess_cert->peer_dh_tmp; #endif - /* This is the passed certificate */ + /* This is the passed certificate */ - idx=sc->peer_cert_type; + idx = sc->peer_cert_type; #ifndef OPENSSL_NO_ECDH - if (idx == SSL_PKEY_ECC) - { - if (ssl_check_srvr_ecc_cert_and_alg(sc->peer_pkeys[idx].x509, - s) == 0) - { /* check failed */ - SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,SSL_R_BAD_ECC_CERT); - goto f_err; - } - else - { - return 1; - } - } -#endif - pkey=X509_get_pubkey(sc->peer_pkeys[idx].x509); - i=X509_certificate_type(sc->peer_pkeys[idx].x509,pkey); - EVP_PKEY_free(pkey); - - - /* Check that we have a certificate if we require one */ - if ((alg_a & SSL_aRSA) && !has_bits(i,EVP_PK_RSA|EVP_PKT_SIGN)) - { - SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,SSL_R_MISSING_RSA_SIGNING_CERT); - goto f_err; - } + if (idx == SSL_PKEY_ECC) { + if (ssl_check_srvr_ecc_cert_and_alg(sc->peer_pkeys[idx].x509, s) == 0) { + /* check failed */ + SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM, SSL_R_BAD_ECC_CERT); + goto f_err; + } else { + return 1; + } + } else if (alg_a & SSL_aECDSA) { + SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM, + SSL_R_MISSING_ECDSA_SIGNING_CERT); + goto f_err; + } else if (alg_k & (SSL_kECDHr | SSL_kECDHe)) { + SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM, SSL_R_MISSING_ECDH_CERT); + goto f_err; + } +#endif + pkey = X509_get_pubkey(sc->peer_pkeys[idx].x509); + i = X509_certificate_type(sc->peer_pkeys[idx].x509, pkey); + EVP_PKEY_free(pkey); + + /* Check that we have a certificate if we require one */ + if ((alg_a & SSL_aRSA) && !has_bits(i, EVP_PK_RSA | EVP_PKT_SIGN)) { + SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM, + SSL_R_MISSING_RSA_SIGNING_CERT); + goto f_err; + } #ifndef OPENSSL_NO_DSA - else if ((alg_a & SSL_aDSS) && !has_bits(i,EVP_PK_DSA|EVP_PKT_SIGN)) - { - SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,SSL_R_MISSING_DSA_SIGNING_CERT); - goto f_err; - } + else if ((alg_a & SSL_aDSS) && !has_bits(i, EVP_PK_DSA | EVP_PKT_SIGN)) { + SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM, + SSL_R_MISSING_DSA_SIGNING_CERT); + goto f_err; + } #endif #ifndef OPENSSL_NO_RSA - if ((alg_k & SSL_kRSA) && - !(has_bits(i,EVP_PK_RSA|EVP_PKT_ENC) || (rsa != NULL))) - { - SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,SSL_R_MISSING_RSA_ENCRYPTING_CERT); - goto f_err; - } + if ((alg_k & SSL_kRSA) && + !(has_bits(i, EVP_PK_RSA | EVP_PKT_ENC) || (rsa != NULL))) { + SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM, + SSL_R_MISSING_RSA_ENCRYPTING_CERT); + goto f_err; + } #endif #ifndef OPENSSL_NO_DH - if ((alg_k & SSL_kEDH) && - !(has_bits(i,EVP_PK_DH|EVP_PKT_EXCH) || (dh != NULL))) - { - SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,SSL_R_MISSING_DH_KEY); - goto f_err; - } - else if ((alg_k & SSL_kDHr) && !has_bits(i,EVP_PK_DH|EVP_PKS_RSA)) - { - SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,SSL_R_MISSING_DH_RSA_CERT); - goto f_err; - } -#ifndef OPENSSL_NO_DSA - else if ((alg_k & SSL_kDHd) && !has_bits(i,EVP_PK_DH|EVP_PKS_DSA)) - { - SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,SSL_R_MISSING_DH_DSA_CERT); - goto f_err; - } -#endif -#endif - - if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) && !has_bits(i,EVP_PKT_EXP)) - { + if ((alg_k & SSL_kEDH) && + !(has_bits(i, EVP_PK_DH | EVP_PKT_EXCH) || (dh != NULL))) { + SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM, SSL_R_MISSING_DH_KEY); + goto f_err; + } else if ((alg_k & SSL_kDHr) && !SSL_USE_SIGALGS(s) && + !has_bits(i, EVP_PK_DH | EVP_PKS_RSA)) { + SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM, + SSL_R_MISSING_DH_RSA_CERT); + goto f_err; + } +# ifndef OPENSSL_NO_DSA + else if ((alg_k & SSL_kDHd) && !SSL_USE_SIGALGS(s) && + !has_bits(i, EVP_PK_DH | EVP_PKS_DSA)) { + SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM, + SSL_R_MISSING_DH_DSA_CERT); + goto f_err; + } +# endif +#endif + + if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) && !has_bits(i, EVP_PKT_EXP)) { #ifndef OPENSSL_NO_RSA - if (alg_k & SSL_kRSA) - { - if (rsa == NULL - || RSA_size(rsa)*8 > SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)) - { - SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,SSL_R_MISSING_EXPORT_TMP_RSA_KEY); - goto f_err; - } - } - else + if (alg_k & SSL_kRSA) { + if (rsa == NULL + || RSA_size(rsa) * 8 > + SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)) { + SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM, + SSL_R_MISSING_EXPORT_TMP_RSA_KEY); + goto f_err; + } + } else #endif #ifndef OPENSSL_NO_DH - if (alg_k & (SSL_kEDH|SSL_kDHr|SSL_kDHd)) - { - if (dh == NULL - || DH_size(dh)*8 > SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)) - { - SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,SSL_R_MISSING_EXPORT_TMP_DH_KEY); - goto f_err; - } - } - else -#endif - { - SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM,SSL_R_UNKNOWN_KEY_EXCHANGE_TYPE); - goto f_err; - } - } - return(1); -f_err: - ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_HANDSHAKE_FAILURE); -err: - return(0); - } + if (alg_k & (SSL_kEDH | SSL_kDHr | SSL_kDHd)) { + if (dh == NULL + || DH_size(dh) * 8 > + SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)) { + SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM, + SSL_R_MISSING_EXPORT_TMP_DH_KEY); + goto f_err; + } + } else +#endif + { + SSLerr(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM, + SSL_R_UNKNOWN_KEY_EXCHANGE_TYPE); + goto f_err; + } + } + return (1); + f_err: + ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE); + err: + return (0); +} #if !defined(OPENSSL_NO_TLSEXT) && !defined(OPENSSL_NO_NEXTPROTONEG) int ssl3_send_next_proto(SSL *s) - { - unsigned int len, padding_len; - unsigned char *d; - - if (s->state == SSL3_ST_CW_NEXT_PROTO_A) - { - len = s->next_proto_negotiated_len; - padding_len = 32 - ((len + 2) % 32); - d = (unsigned char *)s->init_buf->data; - d[4] = len; - memcpy(d + 5, s->next_proto_negotiated, len); - d[5 + len] = padding_len; - memset(d + 6 + len, 0, padding_len); - *(d++)=SSL3_MT_NEXT_PROTO; - l2n3(2 + len + padding_len, d); - s->state = SSL3_ST_CW_NEXT_PROTO_B; - s->init_num = 4 + 2 + len + padding_len; - s->init_off = 0; - } - - return ssl3_do_write(s, SSL3_RT_HANDSHAKE); +{ + unsigned int len, padding_len; + unsigned char *d; + + if (s->state == SSL3_ST_CW_NEXT_PROTO_A) { + len = s->next_proto_negotiated_len; + padding_len = 32 - ((len + 2) % 32); + d = (unsigned char *)s->init_buf->data; + d[4] = len; + memcpy(d + 5, s->next_proto_negotiated, len); + d[5 + len] = padding_len; + memset(d + 6 + len, 0, padding_len); + *(d++) = SSL3_MT_NEXT_PROTO; + l2n3(2 + len + padding_len, d); + s->state = SSL3_ST_CW_NEXT_PROTO_B; + s->init_num = 4 + 2 + len + padding_len; + s->init_off = 0; + } + + return ssl3_do_write(s, SSL3_RT_HANDSHAKE); } -#endif /* !OPENSSL_NO_TLSEXT && !OPENSSL_NO_NEXTPROTONEG */ - -/* Check to see if handshake is full or resumed. Usually this is just a - * case of checking to see if a cache hit has occurred. In the case of - * session tickets we have to check the next message to be sure. - */ - -#ifndef OPENSSL_NO_TLSEXT -int ssl3_check_finished(SSL *s) - { - int ok; - long n; - /* If we have no ticket it cannot be a resumed session. */ - if (!s->session->tlsext_tick) - return 1; - /* this function is called when we really expect a Certificate - * message, so permit appropriate message length */ - n=s->method->ssl_get_message(s, - SSL3_ST_CR_CERT_A, - SSL3_ST_CR_CERT_B, - -1, - s->max_cert_list, - &ok); - if (!ok) return((int)n); - s->s3->tmp.reuse_message = 1; - if ((s->s3->tmp.message_type == SSL3_MT_FINISHED) - || (s->s3->tmp.message_type == SSL3_MT_NEWSESSION_TICKET)) - return 2; - - return 1; - } -#endif +#endif /* !OPENSSL_NO_TLSEXT && + * !OPENSSL_NO_NEXTPROTONEG */ int ssl_do_client_cert_cb(SSL *s, X509 **px509, EVP_PKEY **ppkey) - { - int i = 0; +{ + int i = 0; #ifndef OPENSSL_NO_ENGINE - if (s->ctx->client_cert_engine) - { - i = ENGINE_load_ssl_client_cert(s->ctx->client_cert_engine, s, - SSL_get_client_CA_list(s), - px509, ppkey, NULL, NULL, NULL); - if (i != 0) - return i; - } -#endif - if (s->ctx->client_cert_cb) - i = s->ctx->client_cert_cb(s,px509,ppkey); - return i; - } + if (s->ctx->client_cert_engine) { + i = ENGINE_load_ssl_client_cert(s->ctx->client_cert_engine, s, + SSL_get_client_CA_list(s), + px509, ppkey, NULL, NULL, NULL); + if (i != 0) + return i; + } +#endif + if (s->ctx->client_cert_cb) + i = s->ctx->client_cert_cb(s, px509, ppkey); + return i; +} diff --git a/openssl/ssl/s3_enc.c b/openssl/ssl/s3_enc.c index 9db45af7e..cdbf0f095 100644 --- a/openssl/ssl/s3_enc.c +++ b/openssl/ssl/s3_enc.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +63,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -140,333 +140,346 @@ #include #include -static unsigned char ssl3_pad_1[48]={ - 0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36, - 0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36, - 0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36, - 0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36, - 0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36, - 0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36 }; - -static unsigned char ssl3_pad_2[48]={ - 0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c, - 0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c, - 0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c, - 0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c, - 0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c, - 0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c }; +static unsigned char ssl3_pad_1[48] = { + 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, + 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, + 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, + 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, + 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, + 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36 +}; + +static unsigned char ssl3_pad_2[48] = { + 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, + 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, + 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, + 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, + 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, + 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c +}; + static int ssl3_handshake_mac(SSL *s, int md_nid, - const char *sender, int len, unsigned char *p); + const char *sender, int len, unsigned char *p); static int ssl3_generate_key_block(SSL *s, unsigned char *km, int num) - { - EVP_MD_CTX m5; - EVP_MD_CTX s1; - unsigned char buf[16],smd[SHA_DIGEST_LENGTH]; - unsigned char c='A'; - unsigned int i,j,k; +{ + EVP_MD_CTX m5; + EVP_MD_CTX s1; + unsigned char buf[16], smd[SHA_DIGEST_LENGTH]; + unsigned char c = 'A'; + unsigned int i, j, k; #ifdef CHARSET_EBCDIC - c = os_toascii[c]; /*'A' in ASCII */ + c = os_toascii[c]; /* 'A' in ASCII */ #endif - k=0; - EVP_MD_CTX_init(&m5); - EVP_MD_CTX_set_flags(&m5, EVP_MD_CTX_FLAG_NON_FIPS_ALLOW); - EVP_MD_CTX_init(&s1); - for (i=0; (int)i sizeof buf) - { - /* bug: 'buf' is too small for this ciphersuite */ - SSLerr(SSL_F_SSL3_GENERATE_KEY_BLOCK, ERR_R_INTERNAL_ERROR); - return 0; - } - - for (j=0; jsession->master_key, - s->session->master_key_length); - EVP_DigestUpdate(&s1,s->s3->server_random,SSL3_RANDOM_SIZE); - EVP_DigestUpdate(&s1,s->s3->client_random,SSL3_RANDOM_SIZE); - EVP_DigestFinal_ex(&s1,smd,NULL); - - EVP_DigestInit_ex(&m5,EVP_md5(), NULL); - EVP_DigestUpdate(&m5,s->session->master_key, - s->session->master_key_length); - EVP_DigestUpdate(&m5,smd,SHA_DIGEST_LENGTH); - if ((int)(i+MD5_DIGEST_LENGTH) > num) - { - EVP_DigestFinal_ex(&m5,smd,NULL); - memcpy(km,smd,(num-i)); - } - else - EVP_DigestFinal_ex(&m5,km,NULL); - - km+=MD5_DIGEST_LENGTH; - } - OPENSSL_cleanse(smd,SHA_DIGEST_LENGTH); - EVP_MD_CTX_cleanup(&m5); - EVP_MD_CTX_cleanup(&s1); - return 1; - } + k = 0; + EVP_MD_CTX_init(&m5); + EVP_MD_CTX_set_flags(&m5, EVP_MD_CTX_FLAG_NON_FIPS_ALLOW); + EVP_MD_CTX_init(&s1); + for (i = 0; (int)i < num; i += MD5_DIGEST_LENGTH) { + k++; + if (k > sizeof buf) { + /* bug: 'buf' is too small for this ciphersuite */ + SSLerr(SSL_F_SSL3_GENERATE_KEY_BLOCK, ERR_R_INTERNAL_ERROR); + return 0; + } + + for (j = 0; j < k; j++) + buf[j] = c; + c++; + EVP_DigestInit_ex(&s1, EVP_sha1(), NULL); + EVP_DigestUpdate(&s1, buf, k); + EVP_DigestUpdate(&s1, s->session->master_key, + s->session->master_key_length); + EVP_DigestUpdate(&s1, s->s3->server_random, SSL3_RANDOM_SIZE); + EVP_DigestUpdate(&s1, s->s3->client_random, SSL3_RANDOM_SIZE); + EVP_DigestFinal_ex(&s1, smd, NULL); + + EVP_DigestInit_ex(&m5, EVP_md5(), NULL); + EVP_DigestUpdate(&m5, s->session->master_key, + s->session->master_key_length); + EVP_DigestUpdate(&m5, smd, SHA_DIGEST_LENGTH); + if ((int)(i + MD5_DIGEST_LENGTH) > num) { + EVP_DigestFinal_ex(&m5, smd, NULL); + memcpy(km, smd, (num - i)); + } else + EVP_DigestFinal_ex(&m5, km, NULL); + + km += MD5_DIGEST_LENGTH; + } + OPENSSL_cleanse(smd, SHA_DIGEST_LENGTH); + EVP_MD_CTX_cleanup(&m5); + EVP_MD_CTX_cleanup(&s1); + return 1; +} int ssl3_change_cipher_state(SSL *s, int which) - { - unsigned char *p,*mac_secret; - unsigned char exp_key[EVP_MAX_KEY_LENGTH]; - unsigned char exp_iv[EVP_MAX_IV_LENGTH]; - unsigned char *ms,*key,*iv,*er1,*er2; - EVP_CIPHER_CTX *dd; - const EVP_CIPHER *c; +{ + unsigned char *p, *mac_secret; + unsigned char exp_key[EVP_MAX_KEY_LENGTH]; + unsigned char exp_iv[EVP_MAX_IV_LENGTH]; + unsigned char *ms, *key, *iv, *er1, *er2; + EVP_CIPHER_CTX *dd; + const EVP_CIPHER *c; #ifndef OPENSSL_NO_COMP - COMP_METHOD *comp; + COMP_METHOD *comp; #endif - const EVP_MD *m; - EVP_MD_CTX md; - int is_exp,n,i,j,k,cl; - int reuse_dd = 0; - - is_exp=SSL_C_IS_EXPORT(s->s3->tmp.new_cipher); - c=s->s3->tmp.new_sym_enc; - m=s->s3->tmp.new_hash; - /* m == NULL will lead to a crash later */ - OPENSSL_assert(m); + const EVP_MD *m; + EVP_MD_CTX md; + int is_exp, n, i, j, k, cl; + int reuse_dd = 0; + + is_exp = SSL_C_IS_EXPORT(s->s3->tmp.new_cipher); + c = s->s3->tmp.new_sym_enc; + m = s->s3->tmp.new_hash; + /* m == NULL will lead to a crash later */ + OPENSSL_assert(m); #ifndef OPENSSL_NO_COMP - if (s->s3->tmp.new_compression == NULL) - comp=NULL; - else - comp=s->s3->tmp.new_compression->method; + if (s->s3->tmp.new_compression == NULL) + comp = NULL; + else + comp = s->s3->tmp.new_compression->method; #endif - if (which & SSL3_CC_READ) - { - if (s->enc_read_ctx != NULL) - reuse_dd = 1; - else if ((s->enc_read_ctx=OPENSSL_malloc(sizeof(EVP_CIPHER_CTX))) == NULL) - goto err; - else - /* make sure it's intialized in case we exit later with an error */ - EVP_CIPHER_CTX_init(s->enc_read_ctx); - dd= s->enc_read_ctx; - - ssl_replace_hash(&s->read_hash,m); + if (which & SSL3_CC_READ) { + if (s->enc_read_ctx != NULL) + reuse_dd = 1; + else if ((s->enc_read_ctx = + OPENSSL_malloc(sizeof(EVP_CIPHER_CTX))) == NULL) + goto err; + else + /* + * make sure it's intialized in case we exit later with an error + */ + EVP_CIPHER_CTX_init(s->enc_read_ctx); + dd = s->enc_read_ctx; + + ssl_replace_hash(&s->read_hash, m); #ifndef OPENSSL_NO_COMP - /* COMPRESS */ - if (s->expand != NULL) - { - COMP_CTX_free(s->expand); - s->expand=NULL; - } - if (comp != NULL) - { - s->expand=COMP_CTX_new(comp); - if (s->expand == NULL) - { - SSLerr(SSL_F_SSL3_CHANGE_CIPHER_STATE,SSL_R_COMPRESSION_LIBRARY_ERROR); - goto err2; - } - if (s->s3->rrec.comp == NULL) - s->s3->rrec.comp=(unsigned char *) - OPENSSL_malloc(SSL3_RT_MAX_PLAIN_LENGTH); - if (s->s3->rrec.comp == NULL) - goto err; - } + /* COMPRESS */ + if (s->expand != NULL) { + COMP_CTX_free(s->expand); + s->expand = NULL; + } + if (comp != NULL) { + s->expand = COMP_CTX_new(comp); + if (s->expand == NULL) { + SSLerr(SSL_F_SSL3_CHANGE_CIPHER_STATE, + SSL_R_COMPRESSION_LIBRARY_ERROR); + goto err2; + } + if (s->s3->rrec.comp == NULL) + s->s3->rrec.comp = (unsigned char *) + OPENSSL_malloc(SSL3_RT_MAX_PLAIN_LENGTH); + if (s->s3->rrec.comp == NULL) + goto err; + } #endif - memset(&(s->s3->read_sequence[0]),0,8); - mac_secret= &(s->s3->read_mac_secret[0]); - } - else - { - if (s->enc_write_ctx != NULL) - reuse_dd = 1; - else if ((s->enc_write_ctx=OPENSSL_malloc(sizeof(EVP_CIPHER_CTX))) == NULL) - goto err; - else - /* make sure it's intialized in case we exit later with an error */ - EVP_CIPHER_CTX_init(s->enc_write_ctx); - dd= s->enc_write_ctx; - ssl_replace_hash(&s->write_hash,m); + memset(&(s->s3->read_sequence[0]), 0, 8); + mac_secret = &(s->s3->read_mac_secret[0]); + } else { + if (s->enc_write_ctx != NULL) + reuse_dd = 1; + else if ((s->enc_write_ctx = + OPENSSL_malloc(sizeof(EVP_CIPHER_CTX))) == NULL) + goto err; + else + /* + * make sure it's intialized in case we exit later with an error + */ + EVP_CIPHER_CTX_init(s->enc_write_ctx); + dd = s->enc_write_ctx; + ssl_replace_hash(&s->write_hash, m); #ifndef OPENSSL_NO_COMP - /* COMPRESS */ - if (s->compress != NULL) - { - COMP_CTX_free(s->compress); - s->compress=NULL; - } - if (comp != NULL) - { - s->compress=COMP_CTX_new(comp); - if (s->compress == NULL) - { - SSLerr(SSL_F_SSL3_CHANGE_CIPHER_STATE,SSL_R_COMPRESSION_LIBRARY_ERROR); - goto err2; - } - } + /* COMPRESS */ + if (s->compress != NULL) { + COMP_CTX_free(s->compress); + s->compress = NULL; + } + if (comp != NULL) { + s->compress = COMP_CTX_new(comp); + if (s->compress == NULL) { + SSLerr(SSL_F_SSL3_CHANGE_CIPHER_STATE, + SSL_R_COMPRESSION_LIBRARY_ERROR); + goto err2; + } + } +#endif + memset(&(s->s3->write_sequence[0]), 0, 8); + mac_secret = &(s->s3->write_mac_secret[0]); + } + + if (reuse_dd) + EVP_CIPHER_CTX_cleanup(dd); + + p = s->s3->tmp.key_block; + i = EVP_MD_size(m); + if (i < 0) + goto err2; + cl = EVP_CIPHER_key_length(c); + j = is_exp ? (cl < SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher) ? + cl : SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher)) : cl; + /* Was j=(is_exp)?5:EVP_CIPHER_key_length(c); */ + k = EVP_CIPHER_iv_length(c); + if ((which == SSL3_CHANGE_CIPHER_CLIENT_WRITE) || + (which == SSL3_CHANGE_CIPHER_SERVER_READ)) { + ms = &(p[0]); + n = i + i; + key = &(p[n]); + n += j + j; + iv = &(p[n]); + n += k + k; + er1 = &(s->s3->client_random[0]); + er2 = &(s->s3->server_random[0]); + } else { + n = i; + ms = &(p[n]); + n += i + j; + key = &(p[n]); + n += j + k; + iv = &(p[n]); + n += k; + er1 = &(s->s3->server_random[0]); + er2 = &(s->s3->client_random[0]); + } + + if (n > s->s3->tmp.key_block_length) { + SSLerr(SSL_F_SSL3_CHANGE_CIPHER_STATE, ERR_R_INTERNAL_ERROR); + goto err2; + } + + EVP_MD_CTX_init(&md); + memcpy(mac_secret, ms, i); + if (is_exp) { + /* + * In here I set both the read and write key/iv to the same value + * since only the correct one will be used :-). + */ + EVP_DigestInit_ex(&md, EVP_md5(), NULL); + EVP_DigestUpdate(&md, key, j); + EVP_DigestUpdate(&md, er1, SSL3_RANDOM_SIZE); + EVP_DigestUpdate(&md, er2, SSL3_RANDOM_SIZE); + EVP_DigestFinal_ex(&md, &(exp_key[0]), NULL); + key = &(exp_key[0]); + + if (k > 0) { + EVP_DigestInit_ex(&md, EVP_md5(), NULL); + EVP_DigestUpdate(&md, er1, SSL3_RANDOM_SIZE); + EVP_DigestUpdate(&md, er2, SSL3_RANDOM_SIZE); + EVP_DigestFinal_ex(&md, &(exp_iv[0]), NULL); + iv = &(exp_iv[0]); + } + } + + s->session->key_arg_length = 0; + + EVP_CipherInit_ex(dd, c, NULL, key, iv, (which & SSL3_CC_WRITE)); + +#ifdef OPENSSL_SSL_TRACE_CRYPTO + if (s->msg_callback) { + + int wh = which & SSL3_CC_WRITE ? + TLS1_RT_CRYPTO_WRITE : TLS1_RT_CRYPTO_READ; + s->msg_callback(2, s->version, wh | TLS1_RT_CRYPTO_MAC, + mac_secret, EVP_MD_size(m), s, s->msg_callback_arg); + if (c->key_len) + s->msg_callback(2, s->version, wh | TLS1_RT_CRYPTO_KEY, + key, c->key_len, s, s->msg_callback_arg); + if (k) { + s->msg_callback(2, s->version, wh | TLS1_RT_CRYPTO_IV, + iv, k, s, s->msg_callback_arg); + } + } #endif - memset(&(s->s3->write_sequence[0]),0,8); - mac_secret= &(s->s3->write_mac_secret[0]); - } - - if (reuse_dd) - EVP_CIPHER_CTX_cleanup(dd); - - p=s->s3->tmp.key_block; - i=EVP_MD_size(m); - if (i < 0) - goto err2; - cl=EVP_CIPHER_key_length(c); - j=is_exp ? (cl < SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher) ? - cl : SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher)) : cl; - /* Was j=(is_exp)?5:EVP_CIPHER_key_length(c); */ - k=EVP_CIPHER_iv_length(c); - if ( (which == SSL3_CHANGE_CIPHER_CLIENT_WRITE) || - (which == SSL3_CHANGE_CIPHER_SERVER_READ)) - { - ms= &(p[ 0]); n=i+i; - key= &(p[ n]); n+=j+j; - iv= &(p[ n]); n+=k+k; - er1= &(s->s3->client_random[0]); - er2= &(s->s3->server_random[0]); - } - else - { - n=i; - ms= &(p[ n]); n+=i+j; - key= &(p[ n]); n+=j+k; - iv= &(p[ n]); n+=k; - er1= &(s->s3->server_random[0]); - er2= &(s->s3->client_random[0]); - } - - if (n > s->s3->tmp.key_block_length) - { - SSLerr(SSL_F_SSL3_CHANGE_CIPHER_STATE,ERR_R_INTERNAL_ERROR); - goto err2; - } - - EVP_MD_CTX_init(&md); - memcpy(mac_secret,ms,i); - if (is_exp) - { - /* In here I set both the read and write key/iv to the - * same value since only the correct one will be used :-). - */ - EVP_DigestInit_ex(&md,EVP_md5(), NULL); - EVP_DigestUpdate(&md,key,j); - EVP_DigestUpdate(&md,er1,SSL3_RANDOM_SIZE); - EVP_DigestUpdate(&md,er2,SSL3_RANDOM_SIZE); - EVP_DigestFinal_ex(&md,&(exp_key[0]),NULL); - key= &(exp_key[0]); - - if (k > 0) - { - EVP_DigestInit_ex(&md,EVP_md5(), NULL); - EVP_DigestUpdate(&md,er1,SSL3_RANDOM_SIZE); - EVP_DigestUpdate(&md,er2,SSL3_RANDOM_SIZE); - EVP_DigestFinal_ex(&md,&(exp_iv[0]),NULL); - iv= &(exp_iv[0]); - } - } - - s->session->key_arg_length=0; - - EVP_CipherInit_ex(dd,c,NULL,key,iv,(which & SSL3_CC_WRITE)); - - OPENSSL_cleanse(&(exp_key[0]),sizeof(exp_key)); - OPENSSL_cleanse(&(exp_iv[0]),sizeof(exp_iv)); - EVP_MD_CTX_cleanup(&md); - return(1); -err: - SSLerr(SSL_F_SSL3_CHANGE_CIPHER_STATE,ERR_R_MALLOC_FAILURE); -err2: - return(0); - } + + OPENSSL_cleanse(&(exp_key[0]), sizeof(exp_key)); + OPENSSL_cleanse(&(exp_iv[0]), sizeof(exp_iv)); + EVP_MD_CTX_cleanup(&md); + return (1); + err: + SSLerr(SSL_F_SSL3_CHANGE_CIPHER_STATE, ERR_R_MALLOC_FAILURE); + err2: + return (0); +} int ssl3_setup_key_block(SSL *s) - { - unsigned char *p; - const EVP_CIPHER *c; - const EVP_MD *hash; - int num; - int ret = 0; - SSL_COMP *comp; - - if (s->s3->tmp.key_block_length != 0) - return(1); - - if (!ssl_cipher_get_evp(s->session,&c,&hash,NULL,NULL,&comp)) - { - SSLerr(SSL_F_SSL3_SETUP_KEY_BLOCK,SSL_R_CIPHER_OR_HASH_UNAVAILABLE); - return(0); - } - - s->s3->tmp.new_sym_enc=c; - s->s3->tmp.new_hash=hash; +{ + unsigned char *p; + const EVP_CIPHER *c; + const EVP_MD *hash; + int num; + int ret = 0; + SSL_COMP *comp; + + if (s->s3->tmp.key_block_length != 0) + return (1); + + if (!ssl_cipher_get_evp(s->session, &c, &hash, NULL, NULL, &comp)) { + SSLerr(SSL_F_SSL3_SETUP_KEY_BLOCK, SSL_R_CIPHER_OR_HASH_UNAVAILABLE); + return (0); + } + + s->s3->tmp.new_sym_enc = c; + s->s3->tmp.new_hash = hash; #ifdef OPENSSL_NO_COMP - s->s3->tmp.new_compression=NULL; + s->s3->tmp.new_compression = NULL; #else - s->s3->tmp.new_compression=comp; + s->s3->tmp.new_compression = comp; #endif - num=EVP_MD_size(hash); - if (num < 0) - return 0; + num = EVP_MD_size(hash); + if (num < 0) + return 0; - num=EVP_CIPHER_key_length(c)+num+EVP_CIPHER_iv_length(c); - num*=2; + num = EVP_CIPHER_key_length(c) + num + EVP_CIPHER_iv_length(c); + num *= 2; - ssl3_cleanup_key_block(s); + ssl3_cleanup_key_block(s); - if ((p=OPENSSL_malloc(num)) == NULL) - goto err; + if ((p = OPENSSL_malloc(num)) == NULL) + goto err; - s->s3->tmp.key_block_length=num; - s->s3->tmp.key_block=p; + s->s3->tmp.key_block_length = num; + s->s3->tmp.key_block = p; - ret = ssl3_generate_key_block(s,p,num); + ret = ssl3_generate_key_block(s, p, num); - if (!(s->options & SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS)) - { - /* enable vulnerability countermeasure for CBC ciphers with - * known-IV problem (http://www.openssl.org/~bodo/tls-cbc.txt) - */ - s->s3->need_empty_fragments = 1; + if (!(s->options & SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS)) { + /* + * enable vulnerability countermeasure for CBC ciphers with known-IV + * problem (http://www.openssl.org/~bodo/tls-cbc.txt) + */ + s->s3->need_empty_fragments = 1; + + if (s->session->cipher != NULL) { + if (s->session->cipher->algorithm_enc == SSL_eNULL) + s->s3->need_empty_fragments = 0; - if (s->session->cipher != NULL) - { - if (s->session->cipher->algorithm_enc == SSL_eNULL) - s->s3->need_empty_fragments = 0; - #ifndef OPENSSL_NO_RC4 - if (s->session->cipher->algorithm_enc == SSL_RC4) - s->s3->need_empty_fragments = 0; + if (s->session->cipher->algorithm_enc == SSL_RC4) + s->s3->need_empty_fragments = 0; #endif - } - } + } + } + + return ret; - return ret; - -err: - SSLerr(SSL_F_SSL3_SETUP_KEY_BLOCK,ERR_R_MALLOC_FAILURE); - return(0); - } + err: + SSLerr(SSL_F_SSL3_SETUP_KEY_BLOCK, ERR_R_MALLOC_FAILURE); + return (0); +} void ssl3_cleanup_key_block(SSL *s) - { - if (s->s3->tmp.key_block != NULL) - { - OPENSSL_cleanse(s->s3->tmp.key_block, - s->s3->tmp.key_block_length); - OPENSSL_free(s->s3->tmp.key_block); - s->s3->tmp.key_block=NULL; - } - s->s3->tmp.key_block_length=0; - } - -/* ssl3_enc encrypts/decrypts the record in |s->wrec| / |s->rrec|, respectively. +{ + if (s->s3->tmp.key_block != NULL) { + OPENSSL_cleanse(s->s3->tmp.key_block, s->s3->tmp.key_block_length); + OPENSSL_free(s->s3->tmp.key_block); + s->s3->tmp.key_block = NULL; + } + s->s3->tmp.key_block_length = 0; +} + +/*- + * ssl3_enc encrypts/decrypts the record in |s->wrec| / |s->rrec|, respectively. * * Returns: * 0: (in non-constant time) if the record is publically invalid (i.e. too @@ -476,431 +489,463 @@ void ssl3_cleanup_key_block(SSL *s) * occured. */ int ssl3_enc(SSL *s, int send) - { - SSL3_RECORD *rec; - EVP_CIPHER_CTX *ds; - unsigned long l; - int bs,i,mac_size=0; - const EVP_CIPHER *enc; - - if (send) - { - ds=s->enc_write_ctx; - rec= &(s->s3->wrec); - if (s->enc_write_ctx == NULL) - enc=NULL; - else - enc=EVP_CIPHER_CTX_cipher(s->enc_write_ctx); - } - else - { - ds=s->enc_read_ctx; - rec= &(s->s3->rrec); - if (s->enc_read_ctx == NULL) - enc=NULL; - else - enc=EVP_CIPHER_CTX_cipher(s->enc_read_ctx); - } - - if ((s->session == NULL) || (ds == NULL) || - (enc == NULL)) - { - memmove(rec->data,rec->input,rec->length); - rec->input=rec->data; - } - else - { - l=rec->length; - bs=EVP_CIPHER_block_size(ds->cipher); - - /* COMPRESS */ - - if ((bs != 1) && send) - { - i=bs-((int)l%bs); - - /* we need to add 'i-1' padding bytes */ - l+=i; - /* the last of these zero bytes will be overwritten - * with the padding length. */ - memset(&rec->input[rec->length], 0, i); - rec->length+=i; - rec->input[l-1]=(i-1); - } - - if (!send) - { - if (l == 0 || l%bs != 0) - return 0; - /* otherwise, rec->length >= bs */ - } - - EVP_Cipher(ds,rec->data,rec->input,l); - - if (EVP_MD_CTX_md(s->read_hash) != NULL) - mac_size = EVP_MD_CTX_size(s->read_hash); - if ((bs != 1) && !send) - return ssl3_cbc_remove_padding(s, rec, bs, mac_size); - } - return(1); - } +{ + SSL3_RECORD *rec; + EVP_CIPHER_CTX *ds; + unsigned long l; + int bs, i, mac_size = 0; + const EVP_CIPHER *enc; + + if (send) { + ds = s->enc_write_ctx; + rec = &(s->s3->wrec); + if (s->enc_write_ctx == NULL) + enc = NULL; + else + enc = EVP_CIPHER_CTX_cipher(s->enc_write_ctx); + } else { + ds = s->enc_read_ctx; + rec = &(s->s3->rrec); + if (s->enc_read_ctx == NULL) + enc = NULL; + else + enc = EVP_CIPHER_CTX_cipher(s->enc_read_ctx); + } + + if ((s->session == NULL) || (ds == NULL) || (enc == NULL)) { + memmove(rec->data, rec->input, rec->length); + rec->input = rec->data; + } else { + l = rec->length; + bs = EVP_CIPHER_block_size(ds->cipher); + + /* COMPRESS */ + + if ((bs != 1) && send) { + i = bs - ((int)l % bs); + + /* we need to add 'i-1' padding bytes */ + l += i; + /* + * the last of these zero bytes will be overwritten with the + * padding length. + */ + memset(&rec->input[rec->length], 0, i); + rec->length += i; + rec->input[l - 1] = (i - 1); + } + + if (!send) { + if (l == 0 || l % bs != 0) + return 0; + /* otherwise, rec->length >= bs */ + } + + if (EVP_Cipher(ds, rec->data, rec->input, l) < 1) + return -1; + + if (EVP_MD_CTX_md(s->read_hash) != NULL) + mac_size = EVP_MD_CTX_size(s->read_hash); + if ((bs != 1) && !send) + return ssl3_cbc_remove_padding(s, rec, bs, mac_size); + } + return (1); +} void ssl3_init_finished_mac(SSL *s) - { - if (s->s3->handshake_buffer) BIO_free(s->s3->handshake_buffer); - if (s->s3->handshake_dgst) ssl3_free_digest_list(s); - s->s3->handshake_buffer=BIO_new(BIO_s_mem()); - (void)BIO_set_close(s->s3->handshake_buffer,BIO_CLOSE); - } - -void ssl3_free_digest_list(SSL *s) - { - int i; - if (!s->s3->handshake_dgst) return; - for (i=0;is3->handshake_dgst[i]) - EVP_MD_CTX_destroy(s->s3->handshake_dgst[i]); - } - OPENSSL_free(s->s3->handshake_dgst); - s->s3->handshake_dgst=NULL; - } - - +{ + if (s->s3->handshake_buffer) + BIO_free(s->s3->handshake_buffer); + if (s->s3->handshake_dgst) + ssl3_free_digest_list(s); + s->s3->handshake_buffer = BIO_new(BIO_s_mem()); + (void)BIO_set_close(s->s3->handshake_buffer, BIO_CLOSE); +} + +void ssl3_free_digest_list(SSL *s) +{ + int i; + if (!s->s3->handshake_dgst) + return; + for (i = 0; i < SSL_MAX_DIGEST; i++) { + if (s->s3->handshake_dgst[i]) + EVP_MD_CTX_destroy(s->s3->handshake_dgst[i]); + } + OPENSSL_free(s->s3->handshake_dgst); + s->s3->handshake_dgst = NULL; +} void ssl3_finish_mac(SSL *s, const unsigned char *buf, int len) - { - if (s->s3->handshake_buffer && !(s->s3->flags & TLS1_FLAGS_KEEP_HANDSHAKE)) - { - BIO_write (s->s3->handshake_buffer,(void *)buf,len); - } - else - { - int i; - for (i=0;i< SSL_MAX_DIGEST;i++) - { - if (s->s3->handshake_dgst[i]!= NULL) - EVP_DigestUpdate(s->s3->handshake_dgst[i],buf,len); - } - } - } +{ + if (s->s3->handshake_buffer + && !(s->s3->flags & TLS1_FLAGS_KEEP_HANDSHAKE)) { + BIO_write(s->s3->handshake_buffer, (void *)buf, len); + } else { + int i; + for (i = 0; i < SSL_MAX_DIGEST; i++) { + if (s->s3->handshake_dgst[i] != NULL) + EVP_DigestUpdate(s->s3->handshake_dgst[i], buf, len); + } + } +} int ssl3_digest_cached_records(SSL *s) - { - int i; - long mask; - const EVP_MD *md; - long hdatalen; - void *hdata; - - /* Allocate handshake_dgst array */ - ssl3_free_digest_list(s); - s->s3->handshake_dgst = OPENSSL_malloc(SSL_MAX_DIGEST * sizeof(EVP_MD_CTX *)); - memset(s->s3->handshake_dgst,0,SSL_MAX_DIGEST *sizeof(EVP_MD_CTX *)); - hdatalen = BIO_get_mem_data(s->s3->handshake_buffer,&hdata); - if (hdatalen <= 0) - { - SSLerr(SSL_F_SSL3_DIGEST_CACHED_RECORDS, SSL_R_BAD_HANDSHAKE_LENGTH); - return 0; - } - - /* Loop through bitso of algorithm2 field and create MD_CTX-es */ - for (i=0;ssl_get_handshake_digest(i,&mask,&md); i++) - { - if ((mask & ssl_get_algorithm2(s)) && md) - { - s->s3->handshake_dgst[i]=EVP_MD_CTX_create(); +{ + int i; + long mask; + const EVP_MD *md; + long hdatalen; + void *hdata; + + /* Allocate handshake_dgst array */ + ssl3_free_digest_list(s); + s->s3->handshake_dgst = + OPENSSL_malloc(SSL_MAX_DIGEST * sizeof(EVP_MD_CTX *)); + memset(s->s3->handshake_dgst, 0, SSL_MAX_DIGEST * sizeof(EVP_MD_CTX *)); + hdatalen = BIO_get_mem_data(s->s3->handshake_buffer, &hdata); + if (hdatalen <= 0) { + SSLerr(SSL_F_SSL3_DIGEST_CACHED_RECORDS, SSL_R_BAD_HANDSHAKE_LENGTH); + return 0; + } + + /* Loop through bitso of algorithm2 field and create MD_CTX-es */ + for (i = 0; ssl_get_handshake_digest(i, &mask, &md); i++) { + if ((mask & ssl_get_algorithm2(s)) && md) { + s->s3->handshake_dgst[i] = EVP_MD_CTX_create(); #ifdef OPENSSL_FIPS - if (EVP_MD_nid(md) == NID_md5) - { - EVP_MD_CTX_set_flags(s->s3->handshake_dgst[i], - EVP_MD_CTX_FLAG_NON_FIPS_ALLOW); - } + if (EVP_MD_nid(md) == NID_md5) { + EVP_MD_CTX_set_flags(s->s3->handshake_dgst[i], + EVP_MD_CTX_FLAG_NON_FIPS_ALLOW); + } #endif - EVP_DigestInit_ex(s->s3->handshake_dgst[i],md,NULL); - EVP_DigestUpdate(s->s3->handshake_dgst[i],hdata,hdatalen); - } - else - { - s->s3->handshake_dgst[i]=NULL; - } - } - if (!(s->s3->flags & TLS1_FLAGS_KEEP_HANDSHAKE)) - { - /* Free handshake_buffer BIO */ - BIO_free(s->s3->handshake_buffer); - s->s3->handshake_buffer = NULL; - } - - return 1; - } + EVP_DigestInit_ex(s->s3->handshake_dgst[i], md, NULL); + EVP_DigestUpdate(s->s3->handshake_dgst[i], hdata, hdatalen); + } else { + s->s3->handshake_dgst[i] = NULL; + } + } + if (!(s->s3->flags & TLS1_FLAGS_KEEP_HANDSHAKE)) { + /* Free handshake_buffer BIO */ + BIO_free(s->s3->handshake_buffer); + s->s3->handshake_buffer = NULL; + } + + return 1; +} int ssl3_cert_verify_mac(SSL *s, int md_nid, unsigned char *p) - { - return(ssl3_handshake_mac(s,md_nid,NULL,0,p)); - } -int ssl3_final_finish_mac(SSL *s, - const char *sender, int len, unsigned char *p) - { - int ret, sha1len; - ret=ssl3_handshake_mac(s,NID_md5,sender,len,p); - if(ret == 0) - return 0; - - p+=ret; - - sha1len=ssl3_handshake_mac(s,NID_sha1,sender,len,p); - if(sha1len == 0) - return 0; - - ret+=sha1len; - return(ret); - } +{ + return (ssl3_handshake_mac(s, md_nid, NULL, 0, p)); +} + +int ssl3_final_finish_mac(SSL *s, + const char *sender, int len, unsigned char *p) +{ + int ret, sha1len; + ret = ssl3_handshake_mac(s, NID_md5, sender, len, p); + if (ret == 0) + return 0; + + p += ret; + + sha1len = ssl3_handshake_mac(s, NID_sha1, sender, len, p); + if (sha1len == 0) + return 0; + + ret += sha1len; + return (ret); +} + static int ssl3_handshake_mac(SSL *s, int md_nid, - const char *sender, int len, unsigned char *p) - { - unsigned int ret; - int npad,n; - unsigned int i; - unsigned char md_buf[EVP_MAX_MD_SIZE]; - EVP_MD_CTX ctx,*d=NULL; - - if (s->s3->handshake_buffer) - if (!ssl3_digest_cached_records(s)) - return 0; - - /* Search for digest of specified type in the handshake_dgst - * array*/ - for (i=0;is3->handshake_dgst[i]&&EVP_MD_CTX_type(s->s3->handshake_dgst[i])==md_nid) - { - d=s->s3->handshake_dgst[i]; - break; - } - } - if (!d) { - SSLerr(SSL_F_SSL3_HANDSHAKE_MAC,SSL_R_NO_REQUIRED_DIGEST); - return 0; - } - EVP_MD_CTX_init(&ctx); - EVP_MD_CTX_set_flags(&ctx, EVP_MD_CTX_FLAG_NON_FIPS_ALLOW); - EVP_MD_CTX_copy_ex(&ctx,d); - n=EVP_MD_CTX_size(&ctx); - if (n < 0) - return 0; - - npad=(48/n)*n; - if (sender != NULL) - EVP_DigestUpdate(&ctx,sender,len); - EVP_DigestUpdate(&ctx,s->session->master_key, - s->session->master_key_length); - EVP_DigestUpdate(&ctx,ssl3_pad_1,npad); - EVP_DigestFinal_ex(&ctx,md_buf,&i); - - EVP_DigestInit_ex(&ctx,EVP_MD_CTX_md(&ctx), NULL); - EVP_DigestUpdate(&ctx,s->session->master_key, - s->session->master_key_length); - EVP_DigestUpdate(&ctx,ssl3_pad_2,npad); - EVP_DigestUpdate(&ctx,md_buf,i); - EVP_DigestFinal_ex(&ctx,p,&ret); - - EVP_MD_CTX_cleanup(&ctx); - - return((int)ret); - } + const char *sender, int len, unsigned char *p) +{ + unsigned int ret; + int npad, n; + unsigned int i; + unsigned char md_buf[EVP_MAX_MD_SIZE]; + EVP_MD_CTX ctx, *d = NULL; + + if (s->s3->handshake_buffer) + if (!ssl3_digest_cached_records(s)) + return 0; + + /* + * Search for digest of specified type in the handshake_dgst array + */ + for (i = 0; i < SSL_MAX_DIGEST; i++) { + if (s->s3->handshake_dgst[i] + && EVP_MD_CTX_type(s->s3->handshake_dgst[i]) == md_nid) { + d = s->s3->handshake_dgst[i]; + break; + } + } + if (!d) { + SSLerr(SSL_F_SSL3_HANDSHAKE_MAC, SSL_R_NO_REQUIRED_DIGEST); + return 0; + } + EVP_MD_CTX_init(&ctx); + EVP_MD_CTX_set_flags(&ctx, EVP_MD_CTX_FLAG_NON_FIPS_ALLOW); + EVP_MD_CTX_copy_ex(&ctx, d); + n = EVP_MD_CTX_size(&ctx); + if (n < 0) + return 0; + + npad = (48 / n) * n; + if (sender != NULL) + EVP_DigestUpdate(&ctx, sender, len); + EVP_DigestUpdate(&ctx, s->session->master_key, + s->session->master_key_length); + EVP_DigestUpdate(&ctx, ssl3_pad_1, npad); + EVP_DigestFinal_ex(&ctx, md_buf, &i); + + EVP_DigestInit_ex(&ctx, EVP_MD_CTX_md(&ctx), NULL); + EVP_DigestUpdate(&ctx, s->session->master_key, + s->session->master_key_length); + EVP_DigestUpdate(&ctx, ssl3_pad_2, npad); + EVP_DigestUpdate(&ctx, md_buf, i); + EVP_DigestFinal_ex(&ctx, p, &ret); + + EVP_MD_CTX_cleanup(&ctx); + + return ((int)ret); +} int n_ssl3_mac(SSL *ssl, unsigned char *md, int send) - { - SSL3_RECORD *rec; - unsigned char *mac_sec,*seq; - EVP_MD_CTX md_ctx; - const EVP_MD_CTX *hash; - unsigned char *p,rec_char; - size_t md_size, orig_len; - int npad; - int t; - - if (send) - { - rec= &(ssl->s3->wrec); - mac_sec= &(ssl->s3->write_mac_secret[0]); - seq= &(ssl->s3->write_sequence[0]); - hash=ssl->write_hash; - } - else - { - rec= &(ssl->s3->rrec); - mac_sec= &(ssl->s3->read_mac_secret[0]); - seq= &(ssl->s3->read_sequence[0]); - hash=ssl->read_hash; - } - - t=EVP_MD_CTX_size(hash); - if (t < 0) - return -1; - md_size=t; - npad=(48/md_size)*md_size; - - /* kludge: ssl3_cbc_remove_padding passes padding length in rec->type */ - orig_len = rec->length+md_size+((unsigned int)rec->type>>8); - rec->type &= 0xff; - - if (!send && - EVP_CIPHER_CTX_mode(ssl->enc_read_ctx) == EVP_CIPH_CBC_MODE && - ssl3_cbc_record_digest_supported(hash)) - { - /* This is a CBC-encrypted record. We must avoid leaking any - * timing-side channel information about how many blocks of - * data we are hashing because that gives an attacker a - * timing-oracle. */ - - /* npad is, at most, 48 bytes and that's with MD5: - * 16 + 48 + 8 (sequence bytes) + 1 + 2 = 75. - * - * With SHA-1 (the largest hash speced for SSLv3) the hash size - * goes up 4, but npad goes down by 8, resulting in a smaller - * total size. */ - unsigned char header[75]; - unsigned j = 0; - memcpy(header+j, mac_sec, md_size); - j += md_size; - memcpy(header+j, ssl3_pad_1, npad); - j += npad; - memcpy(header+j, seq, 8); - j += 8; - header[j++] = rec->type; - header[j++] = rec->length >> 8; - header[j++] = rec->length & 0xff; - - ssl3_cbc_digest_record( - hash, - md, &md_size, - header, rec->input, - rec->length + md_size, orig_len, - mac_sec, md_size, - 1 /* is SSLv3 */); - } - else - { - unsigned int md_size_u; - /* Chop the digest off the end :-) */ - EVP_MD_CTX_init(&md_ctx); - - EVP_MD_CTX_copy_ex( &md_ctx,hash); - EVP_DigestUpdate(&md_ctx,mac_sec,md_size); - EVP_DigestUpdate(&md_ctx,ssl3_pad_1,npad); - EVP_DigestUpdate(&md_ctx,seq,8); - rec_char=rec->type; - EVP_DigestUpdate(&md_ctx,&rec_char,1); - p=md; - s2n(rec->length,p); - EVP_DigestUpdate(&md_ctx,md,2); - EVP_DigestUpdate(&md_ctx,rec->input,rec->length); - EVP_DigestFinal_ex( &md_ctx,md,NULL); - - EVP_MD_CTX_copy_ex( &md_ctx,hash); - EVP_DigestUpdate(&md_ctx,mac_sec,md_size); - EVP_DigestUpdate(&md_ctx,ssl3_pad_2,npad); - EVP_DigestUpdate(&md_ctx,md,md_size); - EVP_DigestFinal_ex( &md_ctx,md,&md_size_u); - md_size = md_size_u; - - EVP_MD_CTX_cleanup(&md_ctx); - } - - ssl3_record_sequence_update(seq); - return(md_size); - } +{ + SSL3_RECORD *rec; + unsigned char *mac_sec, *seq; + EVP_MD_CTX md_ctx; + const EVP_MD_CTX *hash; + unsigned char *p, rec_char; + size_t md_size, orig_len; + int npad; + int t; + + if (send) { + rec = &(ssl->s3->wrec); + mac_sec = &(ssl->s3->write_mac_secret[0]); + seq = &(ssl->s3->write_sequence[0]); + hash = ssl->write_hash; + } else { + rec = &(ssl->s3->rrec); + mac_sec = &(ssl->s3->read_mac_secret[0]); + seq = &(ssl->s3->read_sequence[0]); + hash = ssl->read_hash; + } + + t = EVP_MD_CTX_size(hash); + if (t < 0) + return -1; + md_size = t; + npad = (48 / md_size) * md_size; + + /* + * kludge: ssl3_cbc_remove_padding passes padding length in rec->type + */ + orig_len = rec->length + md_size + ((unsigned int)rec->type >> 8); + rec->type &= 0xff; + + if (!send && + EVP_CIPHER_CTX_mode(ssl->enc_read_ctx) == EVP_CIPH_CBC_MODE && + ssl3_cbc_record_digest_supported(hash)) { + /* + * This is a CBC-encrypted record. We must avoid leaking any + * timing-side channel information about how many blocks of data we + * are hashing because that gives an attacker a timing-oracle. + */ + + /*- + * npad is, at most, 48 bytes and that's with MD5: + * 16 + 48 + 8 (sequence bytes) + 1 + 2 = 75. + * + * With SHA-1 (the largest hash speced for SSLv3) the hash size + * goes up 4, but npad goes down by 8, resulting in a smaller + * total size. + */ + unsigned char header[75]; + unsigned j = 0; + memcpy(header + j, mac_sec, md_size); + j += md_size; + memcpy(header + j, ssl3_pad_1, npad); + j += npad; + memcpy(header + j, seq, 8); + j += 8; + header[j++] = rec->type; + header[j++] = rec->length >> 8; + header[j++] = rec->length & 0xff; + + /* Final param == is SSLv3 */ + ssl3_cbc_digest_record(hash, + md, &md_size, + header, rec->input, + rec->length + md_size, orig_len, + mac_sec, md_size, 1); + } else { + unsigned int md_size_u; + /* Chop the digest off the end :-) */ + EVP_MD_CTX_init(&md_ctx); + + EVP_MD_CTX_copy_ex(&md_ctx, hash); + EVP_DigestUpdate(&md_ctx, mac_sec, md_size); + EVP_DigestUpdate(&md_ctx, ssl3_pad_1, npad); + EVP_DigestUpdate(&md_ctx, seq, 8); + rec_char = rec->type; + EVP_DigestUpdate(&md_ctx, &rec_char, 1); + p = md; + s2n(rec->length, p); + EVP_DigestUpdate(&md_ctx, md, 2); + EVP_DigestUpdate(&md_ctx, rec->input, rec->length); + EVP_DigestFinal_ex(&md_ctx, md, NULL); + + EVP_MD_CTX_copy_ex(&md_ctx, hash); + EVP_DigestUpdate(&md_ctx, mac_sec, md_size); + EVP_DigestUpdate(&md_ctx, ssl3_pad_2, npad); + EVP_DigestUpdate(&md_ctx, md, md_size); + EVP_DigestFinal_ex(&md_ctx, md, &md_size_u); + md_size = md_size_u; + + EVP_MD_CTX_cleanup(&md_ctx); + } + + ssl3_record_sequence_update(seq); + return (md_size); +} void ssl3_record_sequence_update(unsigned char *seq) - { - int i; +{ + int i; - for (i=7; i>=0; i--) - { - ++seq[i]; - if (seq[i] != 0) break; - } - } + for (i = 7; i >= 0; i--) { + ++seq[i]; + if (seq[i] != 0) + break; + } +} int ssl3_generate_master_secret(SSL *s, unsigned char *out, unsigned char *p, - int len) - { - static const unsigned char *salt[3]={ + int len) +{ + static const unsigned char *salt[3] = { #ifndef CHARSET_EBCDIC - (const unsigned char *)"A", - (const unsigned char *)"BB", - (const unsigned char *)"CCC", + (const unsigned char *)"A", + (const unsigned char *)"BB", + (const unsigned char *)"CCC", #else - (const unsigned char *)"\x41", - (const unsigned char *)"\x42\x42", - (const unsigned char *)"\x43\x43\x43", + (const unsigned char *)"\x41", + (const unsigned char *)"\x42\x42", + (const unsigned char *)"\x43\x43\x43", +#endif + }; + unsigned char buf[EVP_MAX_MD_SIZE]; + EVP_MD_CTX ctx; + int i, ret = 0; + unsigned int n; +#ifdef OPENSSL_SSL_TRACE_CRYPTO + unsigned char *tmpout = out; +#endif + + EVP_MD_CTX_init(&ctx); + for (i = 0; i < 3; i++) { + EVP_DigestInit_ex(&ctx, s->ctx->sha1, NULL); + EVP_DigestUpdate(&ctx, salt[i], strlen((const char *)salt[i])); + EVP_DigestUpdate(&ctx, p, len); + EVP_DigestUpdate(&ctx, &(s->s3->client_random[0]), SSL3_RANDOM_SIZE); + EVP_DigestUpdate(&ctx, &(s->s3->server_random[0]), SSL3_RANDOM_SIZE); + EVP_DigestFinal_ex(&ctx, buf, &n); + + EVP_DigestInit_ex(&ctx, s->ctx->md5, NULL); + EVP_DigestUpdate(&ctx, p, len); + EVP_DigestUpdate(&ctx, buf, n); + EVP_DigestFinal_ex(&ctx, out, &n); + out += n; + ret += n; + } + EVP_MD_CTX_cleanup(&ctx); + +#ifdef OPENSSL_SSL_TRACE_CRYPTO + if (s->msg_callback) { + s->msg_callback(2, s->version, TLS1_RT_CRYPTO_PREMASTER, + p, len, s, s->msg_callback_arg); + s->msg_callback(2, s->version, TLS1_RT_CRYPTO_CLIENT_RANDOM, + s->s3->client_random, SSL3_RANDOM_SIZE, + s, s->msg_callback_arg); + s->msg_callback(2, s->version, TLS1_RT_CRYPTO_SERVER_RANDOM, + s->s3->server_random, SSL3_RANDOM_SIZE, + s, s->msg_callback_arg); + s->msg_callback(2, s->version, TLS1_RT_CRYPTO_MASTER, + tmpout, SSL3_MASTER_SECRET_SIZE, + s, s->msg_callback_arg); + } #endif - }; - unsigned char buf[EVP_MAX_MD_SIZE]; - EVP_MD_CTX ctx; - int i,ret=0; - unsigned int n; - - EVP_MD_CTX_init(&ctx); - for (i=0; i<3; i++) - { - EVP_DigestInit_ex(&ctx,s->ctx->sha1, NULL); - EVP_DigestUpdate(&ctx,salt[i],strlen((const char *)salt[i])); - EVP_DigestUpdate(&ctx,p,len); - EVP_DigestUpdate(&ctx,&(s->s3->client_random[0]), - SSL3_RANDOM_SIZE); - EVP_DigestUpdate(&ctx,&(s->s3->server_random[0]), - SSL3_RANDOM_SIZE); - EVP_DigestFinal_ex(&ctx,buf,&n); - - EVP_DigestInit_ex(&ctx,s->ctx->md5, NULL); - EVP_DigestUpdate(&ctx,p,len); - EVP_DigestUpdate(&ctx,buf,n); - EVP_DigestFinal_ex(&ctx,out,&n); - out+=n; - ret+=n; - } - EVP_MD_CTX_cleanup(&ctx); - return(ret); - } + return (ret); +} int ssl3_alert_code(int code) - { - switch (code) - { - case SSL_AD_CLOSE_NOTIFY: return(SSL3_AD_CLOSE_NOTIFY); - case SSL_AD_UNEXPECTED_MESSAGE: return(SSL3_AD_UNEXPECTED_MESSAGE); - case SSL_AD_BAD_RECORD_MAC: return(SSL3_AD_BAD_RECORD_MAC); - case SSL_AD_DECRYPTION_FAILED: return(SSL3_AD_BAD_RECORD_MAC); - case SSL_AD_RECORD_OVERFLOW: return(SSL3_AD_BAD_RECORD_MAC); - case SSL_AD_DECOMPRESSION_FAILURE:return(SSL3_AD_DECOMPRESSION_FAILURE); - case SSL_AD_HANDSHAKE_FAILURE: return(SSL3_AD_HANDSHAKE_FAILURE); - case SSL_AD_NO_CERTIFICATE: return(SSL3_AD_NO_CERTIFICATE); - case SSL_AD_BAD_CERTIFICATE: return(SSL3_AD_BAD_CERTIFICATE); - case SSL_AD_UNSUPPORTED_CERTIFICATE:return(SSL3_AD_UNSUPPORTED_CERTIFICATE); - case SSL_AD_CERTIFICATE_REVOKED:return(SSL3_AD_CERTIFICATE_REVOKED); - case SSL_AD_CERTIFICATE_EXPIRED:return(SSL3_AD_CERTIFICATE_EXPIRED); - case SSL_AD_CERTIFICATE_UNKNOWN:return(SSL3_AD_CERTIFICATE_UNKNOWN); - case SSL_AD_ILLEGAL_PARAMETER: return(SSL3_AD_ILLEGAL_PARAMETER); - case SSL_AD_UNKNOWN_CA: return(SSL3_AD_BAD_CERTIFICATE); - case SSL_AD_ACCESS_DENIED: return(SSL3_AD_HANDSHAKE_FAILURE); - case SSL_AD_DECODE_ERROR: return(SSL3_AD_HANDSHAKE_FAILURE); - case SSL_AD_DECRYPT_ERROR: return(SSL3_AD_HANDSHAKE_FAILURE); - case SSL_AD_EXPORT_RESTRICTION: return(SSL3_AD_HANDSHAKE_FAILURE); - case SSL_AD_PROTOCOL_VERSION: return(SSL3_AD_HANDSHAKE_FAILURE); - case SSL_AD_INSUFFICIENT_SECURITY:return(SSL3_AD_HANDSHAKE_FAILURE); - case SSL_AD_INTERNAL_ERROR: return(SSL3_AD_HANDSHAKE_FAILURE); - case SSL_AD_USER_CANCELLED: return(SSL3_AD_HANDSHAKE_FAILURE); - case SSL_AD_NO_RENEGOTIATION: return(-1); /* Don't send it :-) */ - case SSL_AD_UNSUPPORTED_EXTENSION: return(SSL3_AD_HANDSHAKE_FAILURE); - case SSL_AD_CERTIFICATE_UNOBTAINABLE: return(SSL3_AD_HANDSHAKE_FAILURE); - case SSL_AD_UNRECOGNIZED_NAME: return(SSL3_AD_HANDSHAKE_FAILURE); - case SSL_AD_BAD_CERTIFICATE_STATUS_RESPONSE: return(SSL3_AD_HANDSHAKE_FAILURE); - case SSL_AD_BAD_CERTIFICATE_HASH_VALUE: return(SSL3_AD_HANDSHAKE_FAILURE); - case SSL_AD_UNKNOWN_PSK_IDENTITY:return(TLS1_AD_UNKNOWN_PSK_IDENTITY); - case SSL_AD_INAPPROPRIATE_FALLBACK:return(TLS1_AD_INAPPROPRIATE_FALLBACK); - default: return(-1); - } - } +{ + switch (code) { + case SSL_AD_CLOSE_NOTIFY: + return (SSL3_AD_CLOSE_NOTIFY); + case SSL_AD_UNEXPECTED_MESSAGE: + return (SSL3_AD_UNEXPECTED_MESSAGE); + case SSL_AD_BAD_RECORD_MAC: + return (SSL3_AD_BAD_RECORD_MAC); + case SSL_AD_DECRYPTION_FAILED: + return (SSL3_AD_BAD_RECORD_MAC); + case SSL_AD_RECORD_OVERFLOW: + return (SSL3_AD_BAD_RECORD_MAC); + case SSL_AD_DECOMPRESSION_FAILURE: + return (SSL3_AD_DECOMPRESSION_FAILURE); + case SSL_AD_HANDSHAKE_FAILURE: + return (SSL3_AD_HANDSHAKE_FAILURE); + case SSL_AD_NO_CERTIFICATE: + return (SSL3_AD_NO_CERTIFICATE); + case SSL_AD_BAD_CERTIFICATE: + return (SSL3_AD_BAD_CERTIFICATE); + case SSL_AD_UNSUPPORTED_CERTIFICATE: + return (SSL3_AD_UNSUPPORTED_CERTIFICATE); + case SSL_AD_CERTIFICATE_REVOKED: + return (SSL3_AD_CERTIFICATE_REVOKED); + case SSL_AD_CERTIFICATE_EXPIRED: + return (SSL3_AD_CERTIFICATE_EXPIRED); + case SSL_AD_CERTIFICATE_UNKNOWN: + return (SSL3_AD_CERTIFICATE_UNKNOWN); + case SSL_AD_ILLEGAL_PARAMETER: + return (SSL3_AD_ILLEGAL_PARAMETER); + case SSL_AD_UNKNOWN_CA: + return (SSL3_AD_BAD_CERTIFICATE); + case SSL_AD_ACCESS_DENIED: + return (SSL3_AD_HANDSHAKE_FAILURE); + case SSL_AD_DECODE_ERROR: + return (SSL3_AD_HANDSHAKE_FAILURE); + case SSL_AD_DECRYPT_ERROR: + return (SSL3_AD_HANDSHAKE_FAILURE); + case SSL_AD_EXPORT_RESTRICTION: + return (SSL3_AD_HANDSHAKE_FAILURE); + case SSL_AD_PROTOCOL_VERSION: + return (SSL3_AD_HANDSHAKE_FAILURE); + case SSL_AD_INSUFFICIENT_SECURITY: + return (SSL3_AD_HANDSHAKE_FAILURE); + case SSL_AD_INTERNAL_ERROR: + return (SSL3_AD_HANDSHAKE_FAILURE); + case SSL_AD_USER_CANCELLED: + return (SSL3_AD_HANDSHAKE_FAILURE); + case SSL_AD_NO_RENEGOTIATION: + return (-1); /* Don't send it :-) */ + case SSL_AD_UNSUPPORTED_EXTENSION: + return (SSL3_AD_HANDSHAKE_FAILURE); + case SSL_AD_CERTIFICATE_UNOBTAINABLE: + return (SSL3_AD_HANDSHAKE_FAILURE); + case SSL_AD_UNRECOGNIZED_NAME: + return (SSL3_AD_HANDSHAKE_FAILURE); + case SSL_AD_BAD_CERTIFICATE_STATUS_RESPONSE: + return (SSL3_AD_HANDSHAKE_FAILURE); + case SSL_AD_BAD_CERTIFICATE_HASH_VALUE: + return (SSL3_AD_HANDSHAKE_FAILURE); + case SSL_AD_UNKNOWN_PSK_IDENTITY: + return (TLS1_AD_UNKNOWN_PSK_IDENTITY); + case SSL_AD_INAPPROPRIATE_FALLBACK: + return (TLS1_AD_INAPPROPRIATE_FALLBACK); + default: + return (-1); + } +} diff --git a/openssl/ssl/s3_lib.c b/openssl/ssl/s3_lib.c index 3f1745336..28129f68d 100644 --- a/openssl/ssl/s3_lib.c +++ b/openssl/ssl/s3_lib.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +63,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -111,7 +111,7 @@ /* ==================================================================== * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. * - * Portions of the attached software ("Contribution") are developed by + * Portions of the attached software ("Contribution") are developed by * SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project. * * The Contribution is licensed pursuant to the OpenSSL open source @@ -152,4175 +152,4342 @@ #include #include "ssl_locl.h" #include "kssl_lcl.h" -#ifndef OPENSSL_NO_TLSEXT -#ifndef OPENSSL_NO_EC -#include "../crypto/ec/ec_lcl.h" -#endif /* OPENSSL_NO_EC */ -#endif /* OPENSSL_NO_TLSEXT */ #include #ifndef OPENSSL_NO_DH -#include +# include #endif -const char ssl3_version_str[]="SSLv3" OPENSSL_VERSION_PTEXT; +const char ssl3_version_str[] = "SSLv3" OPENSSL_VERSION_PTEXT; -#define SSL3_NUM_CIPHERS (sizeof(ssl3_ciphers)/sizeof(SSL_CIPHER)) +#define SSL3_NUM_CIPHERS (sizeof(ssl3_ciphers)/sizeof(SSL_CIPHER)) /* list of available SSLv3 ciphers (sorted by id) */ -OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[]={ +OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = { /* The RSA ciphers */ /* Cipher 01 */ - { - 1, - SSL3_TXT_RSA_NULL_MD5, - SSL3_CK_RSA_NULL_MD5, - SSL_kRSA, - SSL_aRSA, - SSL_eNULL, - SSL_MD5, - SSL_SSLV3, - SSL_NOT_EXP|SSL_STRONG_NONE, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 0, - 0, - }, + { + 1, + SSL3_TXT_RSA_NULL_MD5, + SSL3_CK_RSA_NULL_MD5, + SSL_kRSA, + SSL_aRSA, + SSL_eNULL, + SSL_MD5, + SSL_SSLV3, + SSL_NOT_EXP | SSL_STRONG_NONE, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 0, + 0, + }, /* Cipher 02 */ - { - 1, - SSL3_TXT_RSA_NULL_SHA, - SSL3_CK_RSA_NULL_SHA, - SSL_kRSA, - SSL_aRSA, - SSL_eNULL, - SSL_SHA1, - SSL_SSLV3, - SSL_NOT_EXP|SSL_STRONG_NONE|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 0, - 0, - }, + { + 1, + SSL3_TXT_RSA_NULL_SHA, + SSL3_CK_RSA_NULL_SHA, + SSL_kRSA, + SSL_aRSA, + SSL_eNULL, + SSL_SHA1, + SSL_SSLV3, + SSL_NOT_EXP | SSL_STRONG_NONE | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 0, + 0, + }, /* Cipher 03 */ - { - 1, - SSL3_TXT_RSA_RC4_40_MD5, - SSL3_CK_RSA_RC4_40_MD5, - SSL_kRSA, - SSL_aRSA, - SSL_RC4, - SSL_MD5, - SSL_SSLV3, - SSL_EXPORT|SSL_EXP40, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 40, - 128, - }, + { + 1, + SSL3_TXT_RSA_RC4_40_MD5, + SSL3_CK_RSA_RC4_40_MD5, + SSL_kRSA, + SSL_aRSA, + SSL_RC4, + SSL_MD5, + SSL_SSLV3, + SSL_EXPORT | SSL_EXP40, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 40, + 128, + }, /* Cipher 04 */ - { - 1, - SSL3_TXT_RSA_RC4_128_MD5, - SSL3_CK_RSA_RC4_128_MD5, - SSL_kRSA, - SSL_aRSA, - SSL_RC4, - SSL_MD5, - SSL_SSLV3, - SSL_NOT_EXP|SSL_MEDIUM, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, + { + 1, + SSL3_TXT_RSA_RC4_128_MD5, + SSL3_CK_RSA_RC4_128_MD5, + SSL_kRSA, + SSL_aRSA, + SSL_RC4, + SSL_MD5, + SSL_SSLV3, + SSL_NOT_EXP | SSL_MEDIUM, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, /* Cipher 05 */ - { - 1, - SSL3_TXT_RSA_RC4_128_SHA, - SSL3_CK_RSA_RC4_128_SHA, - SSL_kRSA, - SSL_aRSA, - SSL_RC4, - SSL_SHA1, - SSL_SSLV3, - SSL_NOT_EXP|SSL_MEDIUM, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, + { + 1, + SSL3_TXT_RSA_RC4_128_SHA, + SSL3_CK_RSA_RC4_128_SHA, + SSL_kRSA, + SSL_aRSA, + SSL_RC4, + SSL_SHA1, + SSL_SSLV3, + SSL_NOT_EXP | SSL_MEDIUM, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, /* Cipher 06 */ - { - 1, - SSL3_TXT_RSA_RC2_40_MD5, - SSL3_CK_RSA_RC2_40_MD5, - SSL_kRSA, - SSL_aRSA, - SSL_RC2, - SSL_MD5, - SSL_SSLV3, - SSL_EXPORT|SSL_EXP40, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 40, - 128, - }, + { + 1, + SSL3_TXT_RSA_RC2_40_MD5, + SSL3_CK_RSA_RC2_40_MD5, + SSL_kRSA, + SSL_aRSA, + SSL_RC2, + SSL_MD5, + SSL_SSLV3, + SSL_EXPORT | SSL_EXP40, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 40, + 128, + }, /* Cipher 07 */ #ifndef OPENSSL_NO_IDEA - { - 1, - SSL3_TXT_RSA_IDEA_128_SHA, - SSL3_CK_RSA_IDEA_128_SHA, - SSL_kRSA, - SSL_aRSA, - SSL_IDEA, - SSL_SHA1, - SSL_SSLV3, - SSL_NOT_EXP|SSL_MEDIUM, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, + { + 1, + SSL3_TXT_RSA_IDEA_128_SHA, + SSL3_CK_RSA_IDEA_128_SHA, + SSL_kRSA, + SSL_aRSA, + SSL_IDEA, + SSL_SHA1, + SSL_SSLV3, + SSL_NOT_EXP | SSL_MEDIUM, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, #endif /* Cipher 08 */ - { - 1, - SSL3_TXT_RSA_DES_40_CBC_SHA, - SSL3_CK_RSA_DES_40_CBC_SHA, - SSL_kRSA, - SSL_aRSA, - SSL_DES, - SSL_SHA1, - SSL_SSLV3, - SSL_EXPORT|SSL_EXP40, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 40, - 56, - }, + { + 1, + SSL3_TXT_RSA_DES_40_CBC_SHA, + SSL3_CK_RSA_DES_40_CBC_SHA, + SSL_kRSA, + SSL_aRSA, + SSL_DES, + SSL_SHA1, + SSL_SSLV3, + SSL_EXPORT | SSL_EXP40, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 40, + 56, + }, /* Cipher 09 */ - { - 1, - SSL3_TXT_RSA_DES_64_CBC_SHA, - SSL3_CK_RSA_DES_64_CBC_SHA, - SSL_kRSA, - SSL_aRSA, - SSL_DES, - SSL_SHA1, - SSL_SSLV3, - SSL_NOT_EXP|SSL_LOW, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 56, - 56, - }, + { + 1, + SSL3_TXT_RSA_DES_64_CBC_SHA, + SSL3_CK_RSA_DES_64_CBC_SHA, + SSL_kRSA, + SSL_aRSA, + SSL_DES, + SSL_SHA1, + SSL_SSLV3, + SSL_NOT_EXP | SSL_LOW, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 56, + 56, + }, /* Cipher 0A */ - { - 1, - SSL3_TXT_RSA_DES_192_CBC3_SHA, - SSL3_CK_RSA_DES_192_CBC3_SHA, - SSL_kRSA, - SSL_aRSA, - SSL_3DES, - SSL_SHA1, - SSL_SSLV3, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 112, - 168, - }, + { + 1, + SSL3_TXT_RSA_DES_192_CBC3_SHA, + SSL3_CK_RSA_DES_192_CBC3_SHA, + SSL_kRSA, + SSL_aRSA, + SSL_3DES, + SSL_SHA1, + SSL_SSLV3, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 112, + 168, + }, /* The DH ciphers */ /* Cipher 0B */ - { - 0, - SSL3_TXT_DH_DSS_DES_40_CBC_SHA, - SSL3_CK_DH_DSS_DES_40_CBC_SHA, - SSL_kDHd, - SSL_aDH, - SSL_DES, - SSL_SHA1, - SSL_SSLV3, - SSL_EXPORT|SSL_EXP40, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 40, - 56, - }, + { + 1, + SSL3_TXT_DH_DSS_DES_40_CBC_SHA, + SSL3_CK_DH_DSS_DES_40_CBC_SHA, + SSL_kDHd, + SSL_aDH, + SSL_DES, + SSL_SHA1, + SSL_SSLV3, + SSL_EXPORT | SSL_EXP40, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 40, + 56, + }, /* Cipher 0C */ - { - 0, /* not implemented (non-ephemeral DH) */ - SSL3_TXT_DH_DSS_DES_64_CBC_SHA, - SSL3_CK_DH_DSS_DES_64_CBC_SHA, - SSL_kDHd, - SSL_aDH, - SSL_DES, - SSL_SHA1, - SSL_SSLV3, - SSL_NOT_EXP|SSL_LOW, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 56, - 56, - }, + { + 1, + SSL3_TXT_DH_DSS_DES_64_CBC_SHA, + SSL3_CK_DH_DSS_DES_64_CBC_SHA, + SSL_kDHd, + SSL_aDH, + SSL_DES, + SSL_SHA1, + SSL_SSLV3, + SSL_NOT_EXP | SSL_LOW, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 56, + 56, + }, /* Cipher 0D */ - { - 0, /* not implemented (non-ephemeral DH) */ - SSL3_TXT_DH_DSS_DES_192_CBC3_SHA, - SSL3_CK_DH_DSS_DES_192_CBC3_SHA, - SSL_kDHd, - SSL_aDH, - SSL_3DES, - SSL_SHA1, - SSL_SSLV3, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 112, - 168, - }, + { + 1, + SSL3_TXT_DH_DSS_DES_192_CBC3_SHA, + SSL3_CK_DH_DSS_DES_192_CBC3_SHA, + SSL_kDHd, + SSL_aDH, + SSL_3DES, + SSL_SHA1, + SSL_SSLV3, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 112, + 168, + }, /* Cipher 0E */ - { - 0, /* not implemented (non-ephemeral DH) */ - SSL3_TXT_DH_RSA_DES_40_CBC_SHA, - SSL3_CK_DH_RSA_DES_40_CBC_SHA, - SSL_kDHr, - SSL_aDH, - SSL_DES, - SSL_SHA1, - SSL_SSLV3, - SSL_EXPORT|SSL_EXP40, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 40, - 56, - }, + { + 1, + SSL3_TXT_DH_RSA_DES_40_CBC_SHA, + SSL3_CK_DH_RSA_DES_40_CBC_SHA, + SSL_kDHr, + SSL_aDH, + SSL_DES, + SSL_SHA1, + SSL_SSLV3, + SSL_EXPORT | SSL_EXP40, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 40, + 56, + }, /* Cipher 0F */ - { - 0, /* not implemented (non-ephemeral DH) */ - SSL3_TXT_DH_RSA_DES_64_CBC_SHA, - SSL3_CK_DH_RSA_DES_64_CBC_SHA, - SSL_kDHr, - SSL_aDH, - SSL_DES, - SSL_SHA1, - SSL_SSLV3, - SSL_NOT_EXP|SSL_LOW, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 56, - 56, - }, + { + 1, + SSL3_TXT_DH_RSA_DES_64_CBC_SHA, + SSL3_CK_DH_RSA_DES_64_CBC_SHA, + SSL_kDHr, + SSL_aDH, + SSL_DES, + SSL_SHA1, + SSL_SSLV3, + SSL_NOT_EXP | SSL_LOW, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 56, + 56, + }, /* Cipher 10 */ - { - 0, /* not implemented (non-ephemeral DH) */ - SSL3_TXT_DH_RSA_DES_192_CBC3_SHA, - SSL3_CK_DH_RSA_DES_192_CBC3_SHA, - SSL_kDHr, - SSL_aDH, - SSL_3DES, - SSL_SHA1, - SSL_SSLV3, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 112, - 168, - }, + { + 1, + SSL3_TXT_DH_RSA_DES_192_CBC3_SHA, + SSL3_CK_DH_RSA_DES_192_CBC3_SHA, + SSL_kDHr, + SSL_aDH, + SSL_3DES, + SSL_SHA1, + SSL_SSLV3, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 112, + 168, + }, /* The Ephemeral DH ciphers */ /* Cipher 11 */ - { - 1, - SSL3_TXT_EDH_DSS_DES_40_CBC_SHA, - SSL3_CK_EDH_DSS_DES_40_CBC_SHA, - SSL_kEDH, - SSL_aDSS, - SSL_DES, - SSL_SHA1, - SSL_SSLV3, - SSL_EXPORT|SSL_EXP40, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 40, - 56, - }, + { + 1, + SSL3_TXT_EDH_DSS_DES_40_CBC_SHA, + SSL3_CK_EDH_DSS_DES_40_CBC_SHA, + SSL_kEDH, + SSL_aDSS, + SSL_DES, + SSL_SHA1, + SSL_SSLV3, + SSL_EXPORT | SSL_EXP40, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 40, + 56, + }, /* Cipher 12 */ - { - 1, - SSL3_TXT_EDH_DSS_DES_64_CBC_SHA, - SSL3_CK_EDH_DSS_DES_64_CBC_SHA, - SSL_kEDH, - SSL_aDSS, - SSL_DES, - SSL_SHA1, - SSL_SSLV3, - SSL_NOT_EXP|SSL_LOW, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 56, - 56, - }, + { + 1, + SSL3_TXT_EDH_DSS_DES_64_CBC_SHA, + SSL3_CK_EDH_DSS_DES_64_CBC_SHA, + SSL_kEDH, + SSL_aDSS, + SSL_DES, + SSL_SHA1, + SSL_SSLV3, + SSL_NOT_EXP | SSL_LOW, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 56, + 56, + }, /* Cipher 13 */ - { - 1, - SSL3_TXT_EDH_DSS_DES_192_CBC3_SHA, - SSL3_CK_EDH_DSS_DES_192_CBC3_SHA, - SSL_kEDH, - SSL_aDSS, - SSL_3DES, - SSL_SHA1, - SSL_SSLV3, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 112, - 168, - }, + { + 1, + SSL3_TXT_EDH_DSS_DES_192_CBC3_SHA, + SSL3_CK_EDH_DSS_DES_192_CBC3_SHA, + SSL_kEDH, + SSL_aDSS, + SSL_3DES, + SSL_SHA1, + SSL_SSLV3, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 112, + 168, + }, /* Cipher 14 */ - { - 1, - SSL3_TXT_EDH_RSA_DES_40_CBC_SHA, - SSL3_CK_EDH_RSA_DES_40_CBC_SHA, - SSL_kEDH, - SSL_aRSA, - SSL_DES, - SSL_SHA1, - SSL_SSLV3, - SSL_EXPORT|SSL_EXP40, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 40, - 56, - }, + { + 1, + SSL3_TXT_EDH_RSA_DES_40_CBC_SHA, + SSL3_CK_EDH_RSA_DES_40_CBC_SHA, + SSL_kEDH, + SSL_aRSA, + SSL_DES, + SSL_SHA1, + SSL_SSLV3, + SSL_EXPORT | SSL_EXP40, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 40, + 56, + }, /* Cipher 15 */ - { - 1, - SSL3_TXT_EDH_RSA_DES_64_CBC_SHA, - SSL3_CK_EDH_RSA_DES_64_CBC_SHA, - SSL_kEDH, - SSL_aRSA, - SSL_DES, - SSL_SHA1, - SSL_SSLV3, - SSL_NOT_EXP|SSL_LOW, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 56, - 56, - }, + { + 1, + SSL3_TXT_EDH_RSA_DES_64_CBC_SHA, + SSL3_CK_EDH_RSA_DES_64_CBC_SHA, + SSL_kEDH, + SSL_aRSA, + SSL_DES, + SSL_SHA1, + SSL_SSLV3, + SSL_NOT_EXP | SSL_LOW, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 56, + 56, + }, /* Cipher 16 */ - { - 1, - SSL3_TXT_EDH_RSA_DES_192_CBC3_SHA, - SSL3_CK_EDH_RSA_DES_192_CBC3_SHA, - SSL_kEDH, - SSL_aRSA, - SSL_3DES, - SSL_SHA1, - SSL_SSLV3, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 112, - 168, - }, + { + 1, + SSL3_TXT_EDH_RSA_DES_192_CBC3_SHA, + SSL3_CK_EDH_RSA_DES_192_CBC3_SHA, + SSL_kEDH, + SSL_aRSA, + SSL_3DES, + SSL_SHA1, + SSL_SSLV3, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 112, + 168, + }, /* Cipher 17 */ - { - 1, - SSL3_TXT_ADH_RC4_40_MD5, - SSL3_CK_ADH_RC4_40_MD5, - SSL_kEDH, - SSL_aNULL, - SSL_RC4, - SSL_MD5, - SSL_SSLV3, - SSL_EXPORT|SSL_EXP40, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 40, - 128, - }, + { + 1, + SSL3_TXT_ADH_RC4_40_MD5, + SSL3_CK_ADH_RC4_40_MD5, + SSL_kEDH, + SSL_aNULL, + SSL_RC4, + SSL_MD5, + SSL_SSLV3, + SSL_EXPORT | SSL_EXP40, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 40, + 128, + }, /* Cipher 18 */ - { - 1, - SSL3_TXT_ADH_RC4_128_MD5, - SSL3_CK_ADH_RC4_128_MD5, - SSL_kEDH, - SSL_aNULL, - SSL_RC4, - SSL_MD5, - SSL_SSLV3, - SSL_NOT_EXP|SSL_MEDIUM, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, + { + 1, + SSL3_TXT_ADH_RC4_128_MD5, + SSL3_CK_ADH_RC4_128_MD5, + SSL_kEDH, + SSL_aNULL, + SSL_RC4, + SSL_MD5, + SSL_SSLV3, + SSL_NOT_EXP | SSL_MEDIUM, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, /* Cipher 19 */ - { - 1, - SSL3_TXT_ADH_DES_40_CBC_SHA, - SSL3_CK_ADH_DES_40_CBC_SHA, - SSL_kEDH, - SSL_aNULL, - SSL_DES, - SSL_SHA1, - SSL_SSLV3, - SSL_EXPORT|SSL_EXP40, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 40, - 128, - }, + { + 1, + SSL3_TXT_ADH_DES_40_CBC_SHA, + SSL3_CK_ADH_DES_40_CBC_SHA, + SSL_kEDH, + SSL_aNULL, + SSL_DES, + SSL_SHA1, + SSL_SSLV3, + SSL_EXPORT | SSL_EXP40, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 40, + 128, + }, /* Cipher 1A */ - { - 1, - SSL3_TXT_ADH_DES_64_CBC_SHA, - SSL3_CK_ADH_DES_64_CBC_SHA, - SSL_kEDH, - SSL_aNULL, - SSL_DES, - SSL_SHA1, - SSL_SSLV3, - SSL_NOT_EXP|SSL_LOW, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 56, - 56, - }, + { + 1, + SSL3_TXT_ADH_DES_64_CBC_SHA, + SSL3_CK_ADH_DES_64_CBC_SHA, + SSL_kEDH, + SSL_aNULL, + SSL_DES, + SSL_SHA1, + SSL_SSLV3, + SSL_NOT_EXP | SSL_LOW, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 56, + 56, + }, /* Cipher 1B */ - { - 1, - SSL3_TXT_ADH_DES_192_CBC_SHA, - SSL3_CK_ADH_DES_192_CBC_SHA, - SSL_kEDH, - SSL_aNULL, - SSL_3DES, - SSL_SHA1, - SSL_SSLV3, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 112, - 168, - }, + { + 1, + SSL3_TXT_ADH_DES_192_CBC_SHA, + SSL3_CK_ADH_DES_192_CBC_SHA, + SSL_kEDH, + SSL_aNULL, + SSL_3DES, + SSL_SHA1, + SSL_SSLV3, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 112, + 168, + }, /* Fortezza ciphersuite from SSL 3.0 spec */ #if 0 /* Cipher 1C */ - { - 0, - SSL3_TXT_FZA_DMS_NULL_SHA, - SSL3_CK_FZA_DMS_NULL_SHA, - SSL_kFZA, - SSL_aFZA, - SSL_eNULL, - SSL_SHA1, - SSL_SSLV3, - SSL_NOT_EXP|SSL_STRONG_NONE, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 0, - 0, - }, + { + 0, + SSL3_TXT_FZA_DMS_NULL_SHA, + SSL3_CK_FZA_DMS_NULL_SHA, + SSL_kFZA, + SSL_aFZA, + SSL_eNULL, + SSL_SHA1, + SSL_SSLV3, + SSL_NOT_EXP | SSL_STRONG_NONE, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 0, + 0, + }, /* Cipher 1D */ - { - 0, - SSL3_TXT_FZA_DMS_FZA_SHA, - SSL3_CK_FZA_DMS_FZA_SHA, - SSL_kFZA, - SSL_aFZA, - SSL_eFZA, - SSL_SHA1, - SSL_SSLV3, - SSL_NOT_EXP|SSL_STRONG_NONE, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 0, - 0, - }, + { + 0, + SSL3_TXT_FZA_DMS_FZA_SHA, + SSL3_CK_FZA_DMS_FZA_SHA, + SSL_kFZA, + SSL_aFZA, + SSL_eFZA, + SSL_SHA1, + SSL_SSLV3, + SSL_NOT_EXP | SSL_STRONG_NONE, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 0, + 0, + }, /* Cipher 1E */ - { - 0, - SSL3_TXT_FZA_DMS_RC4_SHA, - SSL3_CK_FZA_DMS_RC4_SHA, - SSL_kFZA, - SSL_aFZA, - SSL_RC4, - SSL_SHA1, - SSL_SSLV3, - SSL_NOT_EXP|SSL_MEDIUM, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, + { + 0, + SSL3_TXT_FZA_DMS_RC4_SHA, + SSL3_CK_FZA_DMS_RC4_SHA, + SSL_kFZA, + SSL_aFZA, + SSL_RC4, + SSL_SHA1, + SSL_SSLV3, + SSL_NOT_EXP | SSL_MEDIUM, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, #endif #ifndef OPENSSL_NO_KRB5 /* The Kerberos ciphers*/ /* Cipher 1E */ - { - 1, - SSL3_TXT_KRB5_DES_64_CBC_SHA, - SSL3_CK_KRB5_DES_64_CBC_SHA, - SSL_kKRB5, - SSL_aKRB5, - SSL_DES, - SSL_SHA1, - SSL_SSLV3, - SSL_NOT_EXP|SSL_LOW, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 56, - 56, - }, + { + 1, + SSL3_TXT_KRB5_DES_64_CBC_SHA, + SSL3_CK_KRB5_DES_64_CBC_SHA, + SSL_kKRB5, + SSL_aKRB5, + SSL_DES, + SSL_SHA1, + SSL_SSLV3, + SSL_NOT_EXP | SSL_LOW, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 56, + 56, + }, /* Cipher 1F */ - { - 1, - SSL3_TXT_KRB5_DES_192_CBC3_SHA, - SSL3_CK_KRB5_DES_192_CBC3_SHA, - SSL_kKRB5, - SSL_aKRB5, - SSL_3DES, - SSL_SHA1, - SSL_SSLV3, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 112, - 168, - }, + { + 1, + SSL3_TXT_KRB5_DES_192_CBC3_SHA, + SSL3_CK_KRB5_DES_192_CBC3_SHA, + SSL_kKRB5, + SSL_aKRB5, + SSL_3DES, + SSL_SHA1, + SSL_SSLV3, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 112, + 168, + }, /* Cipher 20 */ - { - 1, - SSL3_TXT_KRB5_RC4_128_SHA, - SSL3_CK_KRB5_RC4_128_SHA, - SSL_kKRB5, - SSL_aKRB5, - SSL_RC4, - SSL_SHA1, - SSL_SSLV3, - SSL_NOT_EXP|SSL_MEDIUM, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, + { + 1, + SSL3_TXT_KRB5_RC4_128_SHA, + SSL3_CK_KRB5_RC4_128_SHA, + SSL_kKRB5, + SSL_aKRB5, + SSL_RC4, + SSL_SHA1, + SSL_SSLV3, + SSL_NOT_EXP | SSL_MEDIUM, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, /* Cipher 21 */ - { - 1, - SSL3_TXT_KRB5_IDEA_128_CBC_SHA, - SSL3_CK_KRB5_IDEA_128_CBC_SHA, - SSL_kKRB5, - SSL_aKRB5, - SSL_IDEA, - SSL_SHA1, - SSL_SSLV3, - SSL_NOT_EXP|SSL_MEDIUM, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, + { + 1, + SSL3_TXT_KRB5_IDEA_128_CBC_SHA, + SSL3_CK_KRB5_IDEA_128_CBC_SHA, + SSL_kKRB5, + SSL_aKRB5, + SSL_IDEA, + SSL_SHA1, + SSL_SSLV3, + SSL_NOT_EXP | SSL_MEDIUM, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, /* Cipher 22 */ - { - 1, - SSL3_TXT_KRB5_DES_64_CBC_MD5, - SSL3_CK_KRB5_DES_64_CBC_MD5, - SSL_kKRB5, - SSL_aKRB5, - SSL_DES, - SSL_MD5, - SSL_SSLV3, - SSL_NOT_EXP|SSL_LOW, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 56, - 56, - }, + { + 1, + SSL3_TXT_KRB5_DES_64_CBC_MD5, + SSL3_CK_KRB5_DES_64_CBC_MD5, + SSL_kKRB5, + SSL_aKRB5, + SSL_DES, + SSL_MD5, + SSL_SSLV3, + SSL_NOT_EXP | SSL_LOW, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 56, + 56, + }, /* Cipher 23 */ - { - 1, - SSL3_TXT_KRB5_DES_192_CBC3_MD5, - SSL3_CK_KRB5_DES_192_CBC3_MD5, - SSL_kKRB5, - SSL_aKRB5, - SSL_3DES, - SSL_MD5, - SSL_SSLV3, - SSL_NOT_EXP|SSL_HIGH, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 112, - 168, - }, + { + 1, + SSL3_TXT_KRB5_DES_192_CBC3_MD5, + SSL3_CK_KRB5_DES_192_CBC3_MD5, + SSL_kKRB5, + SSL_aKRB5, + SSL_3DES, + SSL_MD5, + SSL_SSLV3, + SSL_NOT_EXP | SSL_HIGH, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 112, + 168, + }, /* Cipher 24 */ - { - 1, - SSL3_TXT_KRB5_RC4_128_MD5, - SSL3_CK_KRB5_RC4_128_MD5, - SSL_kKRB5, - SSL_aKRB5, - SSL_RC4, - SSL_MD5, - SSL_SSLV3, - SSL_NOT_EXP|SSL_MEDIUM, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, + { + 1, + SSL3_TXT_KRB5_RC4_128_MD5, + SSL3_CK_KRB5_RC4_128_MD5, + SSL_kKRB5, + SSL_aKRB5, + SSL_RC4, + SSL_MD5, + SSL_SSLV3, + SSL_NOT_EXP | SSL_MEDIUM, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, /* Cipher 25 */ - { - 1, - SSL3_TXT_KRB5_IDEA_128_CBC_MD5, - SSL3_CK_KRB5_IDEA_128_CBC_MD5, - SSL_kKRB5, - SSL_aKRB5, - SSL_IDEA, - SSL_MD5, - SSL_SSLV3, - SSL_NOT_EXP|SSL_MEDIUM, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, + { + 1, + SSL3_TXT_KRB5_IDEA_128_CBC_MD5, + SSL3_CK_KRB5_IDEA_128_CBC_MD5, + SSL_kKRB5, + SSL_aKRB5, + SSL_IDEA, + SSL_MD5, + SSL_SSLV3, + SSL_NOT_EXP | SSL_MEDIUM, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, /* Cipher 26 */ - { - 1, - SSL3_TXT_KRB5_DES_40_CBC_SHA, - SSL3_CK_KRB5_DES_40_CBC_SHA, - SSL_kKRB5, - SSL_aKRB5, - SSL_DES, - SSL_SHA1, - SSL_SSLV3, - SSL_EXPORT|SSL_EXP40, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 40, - 56, - }, + { + 1, + SSL3_TXT_KRB5_DES_40_CBC_SHA, + SSL3_CK_KRB5_DES_40_CBC_SHA, + SSL_kKRB5, + SSL_aKRB5, + SSL_DES, + SSL_SHA1, + SSL_SSLV3, + SSL_EXPORT | SSL_EXP40, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 40, + 56, + }, /* Cipher 27 */ - { - 1, - SSL3_TXT_KRB5_RC2_40_CBC_SHA, - SSL3_CK_KRB5_RC2_40_CBC_SHA, - SSL_kKRB5, - SSL_aKRB5, - SSL_RC2, - SSL_SHA1, - SSL_SSLV3, - SSL_EXPORT|SSL_EXP40, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 40, - 128, - }, + { + 1, + SSL3_TXT_KRB5_RC2_40_CBC_SHA, + SSL3_CK_KRB5_RC2_40_CBC_SHA, + SSL_kKRB5, + SSL_aKRB5, + SSL_RC2, + SSL_SHA1, + SSL_SSLV3, + SSL_EXPORT | SSL_EXP40, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 40, + 128, + }, /* Cipher 28 */ - { - 1, - SSL3_TXT_KRB5_RC4_40_SHA, - SSL3_CK_KRB5_RC4_40_SHA, - SSL_kKRB5, - SSL_aKRB5, - SSL_RC4, - SSL_SHA1, - SSL_SSLV3, - SSL_EXPORT|SSL_EXP40, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 40, - 128, - }, + { + 1, + SSL3_TXT_KRB5_RC4_40_SHA, + SSL3_CK_KRB5_RC4_40_SHA, + SSL_kKRB5, + SSL_aKRB5, + SSL_RC4, + SSL_SHA1, + SSL_SSLV3, + SSL_EXPORT | SSL_EXP40, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 40, + 128, + }, /* Cipher 29 */ - { - 1, - SSL3_TXT_KRB5_DES_40_CBC_MD5, - SSL3_CK_KRB5_DES_40_CBC_MD5, - SSL_kKRB5, - SSL_aKRB5, - SSL_DES, - SSL_MD5, - SSL_SSLV3, - SSL_EXPORT|SSL_EXP40, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 40, - 56, - }, + { + 1, + SSL3_TXT_KRB5_DES_40_CBC_MD5, + SSL3_CK_KRB5_DES_40_CBC_MD5, + SSL_kKRB5, + SSL_aKRB5, + SSL_DES, + SSL_MD5, + SSL_SSLV3, + SSL_EXPORT | SSL_EXP40, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 40, + 56, + }, /* Cipher 2A */ - { - 1, - SSL3_TXT_KRB5_RC2_40_CBC_MD5, - SSL3_CK_KRB5_RC2_40_CBC_MD5, - SSL_kKRB5, - SSL_aKRB5, - SSL_RC2, - SSL_MD5, - SSL_SSLV3, - SSL_EXPORT|SSL_EXP40, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 40, - 128, - }, + { + 1, + SSL3_TXT_KRB5_RC2_40_CBC_MD5, + SSL3_CK_KRB5_RC2_40_CBC_MD5, + SSL_kKRB5, + SSL_aKRB5, + SSL_RC2, + SSL_MD5, + SSL_SSLV3, + SSL_EXPORT | SSL_EXP40, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 40, + 128, + }, /* Cipher 2B */ - { - 1, - SSL3_TXT_KRB5_RC4_40_MD5, - SSL3_CK_KRB5_RC4_40_MD5, - SSL_kKRB5, - SSL_aKRB5, - SSL_RC4, - SSL_MD5, - SSL_SSLV3, - SSL_EXPORT|SSL_EXP40, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 40, - 128, - }, -#endif /* OPENSSL_NO_KRB5 */ + { + 1, + SSL3_TXT_KRB5_RC4_40_MD5, + SSL3_CK_KRB5_RC4_40_MD5, + SSL_kKRB5, + SSL_aKRB5, + SSL_RC4, + SSL_MD5, + SSL_SSLV3, + SSL_EXPORT | SSL_EXP40, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 40, + 128, + }, +#endif /* OPENSSL_NO_KRB5 */ /* New AES ciphersuites */ /* Cipher 2F */ - { - 1, - TLS1_TXT_RSA_WITH_AES_128_SHA, - TLS1_CK_RSA_WITH_AES_128_SHA, - SSL_kRSA, - SSL_aRSA, - SSL_AES128, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, + { + 1, + TLS1_TXT_RSA_WITH_AES_128_SHA, + TLS1_CK_RSA_WITH_AES_128_SHA, + SSL_kRSA, + SSL_aRSA, + SSL_AES128, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, /* Cipher 30 */ - { - 0, - TLS1_TXT_DH_DSS_WITH_AES_128_SHA, - TLS1_CK_DH_DSS_WITH_AES_128_SHA, - SSL_kDHd, - SSL_aDH, - SSL_AES128, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, + { + 1, + TLS1_TXT_DH_DSS_WITH_AES_128_SHA, + TLS1_CK_DH_DSS_WITH_AES_128_SHA, + SSL_kDHd, + SSL_aDH, + SSL_AES128, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, /* Cipher 31 */ - { - 0, - TLS1_TXT_DH_RSA_WITH_AES_128_SHA, - TLS1_CK_DH_RSA_WITH_AES_128_SHA, - SSL_kDHr, - SSL_aDH, - SSL_AES128, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, + { + 1, + TLS1_TXT_DH_RSA_WITH_AES_128_SHA, + TLS1_CK_DH_RSA_WITH_AES_128_SHA, + SSL_kDHr, + SSL_aDH, + SSL_AES128, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, /* Cipher 32 */ - { - 1, - TLS1_TXT_DHE_DSS_WITH_AES_128_SHA, - TLS1_CK_DHE_DSS_WITH_AES_128_SHA, - SSL_kEDH, - SSL_aDSS, - SSL_AES128, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, + { + 1, + TLS1_TXT_DHE_DSS_WITH_AES_128_SHA, + TLS1_CK_DHE_DSS_WITH_AES_128_SHA, + SSL_kEDH, + SSL_aDSS, + SSL_AES128, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, /* Cipher 33 */ - { - 1, - TLS1_TXT_DHE_RSA_WITH_AES_128_SHA, - TLS1_CK_DHE_RSA_WITH_AES_128_SHA, - SSL_kEDH, - SSL_aRSA, - SSL_AES128, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, + { + 1, + TLS1_TXT_DHE_RSA_WITH_AES_128_SHA, + TLS1_CK_DHE_RSA_WITH_AES_128_SHA, + SSL_kEDH, + SSL_aRSA, + SSL_AES128, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, /* Cipher 34 */ - { - 1, - TLS1_TXT_ADH_WITH_AES_128_SHA, - TLS1_CK_ADH_WITH_AES_128_SHA, - SSL_kEDH, - SSL_aNULL, - SSL_AES128, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, + { + 1, + TLS1_TXT_ADH_WITH_AES_128_SHA, + TLS1_CK_ADH_WITH_AES_128_SHA, + SSL_kEDH, + SSL_aNULL, + SSL_AES128, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, /* Cipher 35 */ - { - 1, - TLS1_TXT_RSA_WITH_AES_256_SHA, - TLS1_CK_RSA_WITH_AES_256_SHA, - SSL_kRSA, - SSL_aRSA, - SSL_AES256, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 256, - 256, - }, + { + 1, + TLS1_TXT_RSA_WITH_AES_256_SHA, + TLS1_CK_RSA_WITH_AES_256_SHA, + SSL_kRSA, + SSL_aRSA, + SSL_AES256, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 256, + 256, + }, /* Cipher 36 */ - { - 0, - TLS1_TXT_DH_DSS_WITH_AES_256_SHA, - TLS1_CK_DH_DSS_WITH_AES_256_SHA, - SSL_kDHd, - SSL_aDH, - SSL_AES256, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 256, - 256, - }, + { + 1, + TLS1_TXT_DH_DSS_WITH_AES_256_SHA, + TLS1_CK_DH_DSS_WITH_AES_256_SHA, + SSL_kDHd, + SSL_aDH, + SSL_AES256, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 256, + 256, + }, /* Cipher 37 */ - { - 0, /* not implemented (non-ephemeral DH) */ - TLS1_TXT_DH_RSA_WITH_AES_256_SHA, - TLS1_CK_DH_RSA_WITH_AES_256_SHA, - SSL_kDHr, - SSL_aDH, - SSL_AES256, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 256, - 256, - }, + { + 1, + TLS1_TXT_DH_RSA_WITH_AES_256_SHA, + TLS1_CK_DH_RSA_WITH_AES_256_SHA, + SSL_kDHr, + SSL_aDH, + SSL_AES256, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 256, + 256, + }, /* Cipher 38 */ - { - 1, - TLS1_TXT_DHE_DSS_WITH_AES_256_SHA, - TLS1_CK_DHE_DSS_WITH_AES_256_SHA, - SSL_kEDH, - SSL_aDSS, - SSL_AES256, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 256, - 256, - }, + { + 1, + TLS1_TXT_DHE_DSS_WITH_AES_256_SHA, + TLS1_CK_DHE_DSS_WITH_AES_256_SHA, + SSL_kEDH, + SSL_aDSS, + SSL_AES256, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 256, + 256, + }, /* Cipher 39 */ - { - 1, - TLS1_TXT_DHE_RSA_WITH_AES_256_SHA, - TLS1_CK_DHE_RSA_WITH_AES_256_SHA, - SSL_kEDH, - SSL_aRSA, - SSL_AES256, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 256, - 256, - }, - - /* Cipher 3A */ - { - 1, - TLS1_TXT_ADH_WITH_AES_256_SHA, - TLS1_CK_ADH_WITH_AES_256_SHA, - SSL_kEDH, - SSL_aNULL, - SSL_AES256, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 256, - 256, - }, - - /* TLS v1.2 ciphersuites */ - /* Cipher 3B */ - { - 1, - TLS1_TXT_RSA_WITH_NULL_SHA256, - TLS1_CK_RSA_WITH_NULL_SHA256, - SSL_kRSA, - SSL_aRSA, - SSL_eNULL, - SSL_SHA256, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_STRONG_NONE|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 0, - 0, - }, - - /* Cipher 3C */ - { - 1, - TLS1_TXT_RSA_WITH_AES_128_SHA256, - TLS1_CK_RSA_WITH_AES_128_SHA256, - SSL_kRSA, - SSL_aRSA, - SSL_AES128, - SSL_SHA256, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, - - /* Cipher 3D */ - { - 1, - TLS1_TXT_RSA_WITH_AES_256_SHA256, - TLS1_CK_RSA_WITH_AES_256_SHA256, - SSL_kRSA, - SSL_aRSA, - SSL_AES256, - SSL_SHA256, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 256, - 256, - }, - - /* Cipher 3E */ - { - 0, /* not implemented (non-ephemeral DH) */ - TLS1_TXT_DH_DSS_WITH_AES_128_SHA256, - TLS1_CK_DH_DSS_WITH_AES_128_SHA256, - SSL_kDHd, - SSL_aDH, - SSL_AES128, - SSL_SHA256, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, - - /* Cipher 3F */ - { - 0, /* not implemented (non-ephemeral DH) */ - TLS1_TXT_DH_RSA_WITH_AES_128_SHA256, - TLS1_CK_DH_RSA_WITH_AES_128_SHA256, - SSL_kDHr, - SSL_aDH, - SSL_AES128, - SSL_SHA256, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, - - /* Cipher 40 */ - { - 1, - TLS1_TXT_DHE_DSS_WITH_AES_128_SHA256, - TLS1_CK_DHE_DSS_WITH_AES_128_SHA256, - SSL_kEDH, - SSL_aDSS, - SSL_AES128, - SSL_SHA256, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, + { + 1, + TLS1_TXT_DHE_RSA_WITH_AES_256_SHA, + TLS1_CK_DHE_RSA_WITH_AES_256_SHA, + SSL_kEDH, + SSL_aRSA, + SSL_AES256, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 256, + 256, + }, + + /* Cipher 3A */ + { + 1, + TLS1_TXT_ADH_WITH_AES_256_SHA, + TLS1_CK_ADH_WITH_AES_256_SHA, + SSL_kEDH, + SSL_aNULL, + SSL_AES256, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 256, + 256, + }, + + /* TLS v1.2 ciphersuites */ + /* Cipher 3B */ + { + 1, + TLS1_TXT_RSA_WITH_NULL_SHA256, + TLS1_CK_RSA_WITH_NULL_SHA256, + SSL_kRSA, + SSL_aRSA, + SSL_eNULL, + SSL_SHA256, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_STRONG_NONE | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 0, + 0, + }, + + /* Cipher 3C */ + { + 1, + TLS1_TXT_RSA_WITH_AES_128_SHA256, + TLS1_CK_RSA_WITH_AES_128_SHA256, + SSL_kRSA, + SSL_aRSA, + SSL_AES128, + SSL_SHA256, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, + + /* Cipher 3D */ + { + 1, + TLS1_TXT_RSA_WITH_AES_256_SHA256, + TLS1_CK_RSA_WITH_AES_256_SHA256, + SSL_kRSA, + SSL_aRSA, + SSL_AES256, + SSL_SHA256, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 256, + 256, + }, + + /* Cipher 3E */ + { + 1, + TLS1_TXT_DH_DSS_WITH_AES_128_SHA256, + TLS1_CK_DH_DSS_WITH_AES_128_SHA256, + SSL_kDHd, + SSL_aDH, + SSL_AES128, + SSL_SHA256, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, + + /* Cipher 3F */ + { + 1, + TLS1_TXT_DH_RSA_WITH_AES_128_SHA256, + TLS1_CK_DH_RSA_WITH_AES_128_SHA256, + SSL_kDHr, + SSL_aDH, + SSL_AES128, + SSL_SHA256, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, + + /* Cipher 40 */ + { + 1, + TLS1_TXT_DHE_DSS_WITH_AES_128_SHA256, + TLS1_CK_DHE_DSS_WITH_AES_128_SHA256, + SSL_kEDH, + SSL_aDSS, + SSL_AES128, + SSL_SHA256, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, #ifndef OPENSSL_NO_CAMELLIA - /* Camellia ciphersuites from RFC4132 (128-bit portion) */ - - /* Cipher 41 */ - { - 1, - TLS1_TXT_RSA_WITH_CAMELLIA_128_CBC_SHA, - TLS1_CK_RSA_WITH_CAMELLIA_128_CBC_SHA, - SSL_kRSA, - SSL_aRSA, - SSL_CAMELLIA128, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, - - /* Cipher 42 */ - { - 0, /* not implemented (non-ephemeral DH) */ - TLS1_TXT_DH_DSS_WITH_CAMELLIA_128_CBC_SHA, - TLS1_CK_DH_DSS_WITH_CAMELLIA_128_CBC_SHA, - SSL_kDHd, - SSL_aDH, - SSL_CAMELLIA128, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, - - /* Cipher 43 */ - { - 0, /* not implemented (non-ephemeral DH) */ - TLS1_TXT_DH_RSA_WITH_CAMELLIA_128_CBC_SHA, - TLS1_CK_DH_RSA_WITH_CAMELLIA_128_CBC_SHA, - SSL_kDHr, - SSL_aDH, - SSL_CAMELLIA128, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, - - /* Cipher 44 */ - { - 1, - TLS1_TXT_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA, - TLS1_CK_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA, - SSL_kEDH, - SSL_aDSS, - SSL_CAMELLIA128, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, - - /* Cipher 45 */ - { - 1, - TLS1_TXT_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA, - TLS1_CK_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA, - SSL_kEDH, - SSL_aRSA, - SSL_CAMELLIA128, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, - - /* Cipher 46 */ - { - 1, - TLS1_TXT_ADH_WITH_CAMELLIA_128_CBC_SHA, - TLS1_CK_ADH_WITH_CAMELLIA_128_CBC_SHA, - SSL_kEDH, - SSL_aNULL, - SSL_CAMELLIA128, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, -#endif /* OPENSSL_NO_CAMELLIA */ + /* Camellia ciphersuites from RFC4132 (128-bit portion) */ + + /* Cipher 41 */ + { + 1, + TLS1_TXT_RSA_WITH_CAMELLIA_128_CBC_SHA, + TLS1_CK_RSA_WITH_CAMELLIA_128_CBC_SHA, + SSL_kRSA, + SSL_aRSA, + SSL_CAMELLIA128, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, + + /* Cipher 42 */ + { + 1, + TLS1_TXT_DH_DSS_WITH_CAMELLIA_128_CBC_SHA, + TLS1_CK_DH_DSS_WITH_CAMELLIA_128_CBC_SHA, + SSL_kDHd, + SSL_aDH, + SSL_CAMELLIA128, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, + + /* Cipher 43 */ + { + 1, + TLS1_TXT_DH_RSA_WITH_CAMELLIA_128_CBC_SHA, + TLS1_CK_DH_RSA_WITH_CAMELLIA_128_CBC_SHA, + SSL_kDHr, + SSL_aDH, + SSL_CAMELLIA128, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, + + /* Cipher 44 */ + { + 1, + TLS1_TXT_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA, + TLS1_CK_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA, + SSL_kEDH, + SSL_aDSS, + SSL_CAMELLIA128, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, + + /* Cipher 45 */ + { + 1, + TLS1_TXT_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA, + TLS1_CK_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA, + SSL_kEDH, + SSL_aRSA, + SSL_CAMELLIA128, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, + + /* Cipher 46 */ + { + 1, + TLS1_TXT_ADH_WITH_CAMELLIA_128_CBC_SHA, + TLS1_CK_ADH_WITH_CAMELLIA_128_CBC_SHA, + SSL_kEDH, + SSL_aNULL, + SSL_CAMELLIA128, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, +#endif /* OPENSSL_NO_CAMELLIA */ #if TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES - /* New TLS Export CipherSuites from expired ID */ -#if 0 - /* Cipher 60 */ - { - 1, - TLS1_TXT_RSA_EXPORT1024_WITH_RC4_56_MD5, - TLS1_CK_RSA_EXPORT1024_WITH_RC4_56_MD5, - SSL_kRSA, - SSL_aRSA, - SSL_RC4, - SSL_MD5, - SSL_TLSV1, - SSL_EXPORT|SSL_EXP56, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 56, - 128, - }, - - /* Cipher 61 */ - { - 1, - TLS1_TXT_RSA_EXPORT1024_WITH_RC2_CBC_56_MD5, - TLS1_CK_RSA_EXPORT1024_WITH_RC2_CBC_56_MD5, - SSL_kRSA, - SSL_aRSA, - SSL_RC2, - SSL_MD5, - SSL_TLSV1, - SSL_EXPORT|SSL_EXP56, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 56, - 128, - }, + /* New TLS Export CipherSuites from expired ID */ +# if 0 + /* Cipher 60 */ + { + 1, + TLS1_TXT_RSA_EXPORT1024_WITH_RC4_56_MD5, + TLS1_CK_RSA_EXPORT1024_WITH_RC4_56_MD5, + SSL_kRSA, + SSL_aRSA, + SSL_RC4, + SSL_MD5, + SSL_TLSV1, + SSL_EXPORT | SSL_EXP56, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 56, + 128, + }, + + /* Cipher 61 */ + { + 1, + TLS1_TXT_RSA_EXPORT1024_WITH_RC2_CBC_56_MD5, + TLS1_CK_RSA_EXPORT1024_WITH_RC2_CBC_56_MD5, + SSL_kRSA, + SSL_aRSA, + SSL_RC2, + SSL_MD5, + SSL_TLSV1, + SSL_EXPORT | SSL_EXP56, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 56, + 128, + }, +# endif + + /* Cipher 62 */ + { + 1, + TLS1_TXT_RSA_EXPORT1024_WITH_DES_CBC_SHA, + TLS1_CK_RSA_EXPORT1024_WITH_DES_CBC_SHA, + SSL_kRSA, + SSL_aRSA, + SSL_DES, + SSL_SHA1, + SSL_TLSV1, + SSL_EXPORT | SSL_EXP56, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 56, + 56, + }, + + /* Cipher 63 */ + { + 1, + TLS1_TXT_DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA, + TLS1_CK_DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA, + SSL_kEDH, + SSL_aDSS, + SSL_DES, + SSL_SHA1, + SSL_TLSV1, + SSL_EXPORT | SSL_EXP56, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 56, + 56, + }, + + /* Cipher 64 */ + { + 1, + TLS1_TXT_RSA_EXPORT1024_WITH_RC4_56_SHA, + TLS1_CK_RSA_EXPORT1024_WITH_RC4_56_SHA, + SSL_kRSA, + SSL_aRSA, + SSL_RC4, + SSL_SHA1, + SSL_TLSV1, + SSL_EXPORT | SSL_EXP56, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 56, + 128, + }, + + /* Cipher 65 */ + { + 1, + TLS1_TXT_DHE_DSS_EXPORT1024_WITH_RC4_56_SHA, + TLS1_CK_DHE_DSS_EXPORT1024_WITH_RC4_56_SHA, + SSL_kEDH, + SSL_aDSS, + SSL_RC4, + SSL_SHA1, + SSL_TLSV1, + SSL_EXPORT | SSL_EXP56, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 56, + 128, + }, + + /* Cipher 66 */ + { + 1, + TLS1_TXT_DHE_DSS_WITH_RC4_128_SHA, + TLS1_CK_DHE_DSS_WITH_RC4_128_SHA, + SSL_kEDH, + SSL_aDSS, + SSL_RC4, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_MEDIUM, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, #endif - /* Cipher 62 */ - { - 1, - TLS1_TXT_RSA_EXPORT1024_WITH_DES_CBC_SHA, - TLS1_CK_RSA_EXPORT1024_WITH_DES_CBC_SHA, - SSL_kRSA, - SSL_aRSA, - SSL_DES, - SSL_SHA1, - SSL_TLSV1, - SSL_EXPORT|SSL_EXP56, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 56, - 56, - }, - - /* Cipher 63 */ - { - 1, - TLS1_TXT_DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA, - TLS1_CK_DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA, - SSL_kEDH, - SSL_aDSS, - SSL_DES, - SSL_SHA1, - SSL_TLSV1, - SSL_EXPORT|SSL_EXP56, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 56, - 56, - }, - - /* Cipher 64 */ - { - 1, - TLS1_TXT_RSA_EXPORT1024_WITH_RC4_56_SHA, - TLS1_CK_RSA_EXPORT1024_WITH_RC4_56_SHA, - SSL_kRSA, - SSL_aRSA, - SSL_RC4, - SSL_SHA1, - SSL_TLSV1, - SSL_EXPORT|SSL_EXP56, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 56, - 128, - }, - - /* Cipher 65 */ - { - 1, - TLS1_TXT_DHE_DSS_EXPORT1024_WITH_RC4_56_SHA, - TLS1_CK_DHE_DSS_EXPORT1024_WITH_RC4_56_SHA, - SSL_kEDH, - SSL_aDSS, - SSL_RC4, - SSL_SHA1, - SSL_TLSV1, - SSL_EXPORT|SSL_EXP56, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 56, - 128, - }, - - /* Cipher 66 */ - { - 1, - TLS1_TXT_DHE_DSS_WITH_RC4_128_SHA, - TLS1_CK_DHE_DSS_WITH_RC4_128_SHA, - SSL_kEDH, - SSL_aDSS, - SSL_RC4, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_MEDIUM, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, -#endif - - /* TLS v1.2 ciphersuites */ - /* Cipher 67 */ - { - 1, - TLS1_TXT_DHE_RSA_WITH_AES_128_SHA256, - TLS1_CK_DHE_RSA_WITH_AES_128_SHA256, - SSL_kEDH, - SSL_aRSA, - SSL_AES128, - SSL_SHA256, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, - - /* Cipher 68 */ - { - 0, /* not implemented (non-ephemeral DH) */ - TLS1_TXT_DH_DSS_WITH_AES_256_SHA256, - TLS1_CK_DH_DSS_WITH_AES_256_SHA256, - SSL_kDHd, - SSL_aDH, - SSL_AES256, - SSL_SHA256, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 256, - 256, - }, - - /* Cipher 69 */ - { - 0, /* not implemented (non-ephemeral DH) */ - TLS1_TXT_DH_RSA_WITH_AES_256_SHA256, - TLS1_CK_DH_RSA_WITH_AES_256_SHA256, - SSL_kDHr, - SSL_aDH, - SSL_AES256, - SSL_SHA256, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 256, - 256, - }, - - /* Cipher 6A */ - { - 1, - TLS1_TXT_DHE_DSS_WITH_AES_256_SHA256, - TLS1_CK_DHE_DSS_WITH_AES_256_SHA256, - SSL_kEDH, - SSL_aDSS, - SSL_AES256, - SSL_SHA256, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 256, - 256, - }, - - /* Cipher 6B */ - { - 1, - TLS1_TXT_DHE_RSA_WITH_AES_256_SHA256, - TLS1_CK_DHE_RSA_WITH_AES_256_SHA256, - SSL_kEDH, - SSL_aRSA, - SSL_AES256, - SSL_SHA256, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 256, - 256, - }, - - /* Cipher 6C */ - { - 1, - TLS1_TXT_ADH_WITH_AES_128_SHA256, - TLS1_CK_ADH_WITH_AES_128_SHA256, - SSL_kEDH, - SSL_aNULL, - SSL_AES128, - SSL_SHA256, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, - - /* Cipher 6D */ - { - 1, - TLS1_TXT_ADH_WITH_AES_256_SHA256, - TLS1_CK_ADH_WITH_AES_256_SHA256, - SSL_kEDH, - SSL_aNULL, - SSL_AES256, - SSL_SHA256, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 256, - 256, - }, - - /* GOST Ciphersuites */ - - { - 1, - "GOST94-GOST89-GOST89", - 0x3000080, - SSL_kGOST, - SSL_aGOST94, - SSL_eGOST2814789CNT, - SSL_GOST89MAC, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH, - SSL_HANDSHAKE_MAC_GOST94|TLS1_PRF_GOST94|TLS1_STREAM_MAC, - 256, - 256 - }, - { - 1, - "GOST2001-GOST89-GOST89", - 0x3000081, - SSL_kGOST, - SSL_aGOST01, - SSL_eGOST2814789CNT, - SSL_GOST89MAC, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH, - SSL_HANDSHAKE_MAC_GOST94|TLS1_PRF_GOST94|TLS1_STREAM_MAC, - 256, - 256 - }, - { - 1, - "GOST94-NULL-GOST94", - 0x3000082, - SSL_kGOST, - SSL_aGOST94, - SSL_eNULL, - SSL_GOST94, - SSL_TLSV1, - SSL_NOT_EXP|SSL_STRONG_NONE, - SSL_HANDSHAKE_MAC_GOST94|TLS1_PRF_GOST94, - 0, - 0 - }, - { - 1, - "GOST2001-NULL-GOST94", - 0x3000083, - SSL_kGOST, - SSL_aGOST01, - SSL_eNULL, - SSL_GOST94, - SSL_TLSV1, - SSL_NOT_EXP|SSL_STRONG_NONE, - SSL_HANDSHAKE_MAC_GOST94|TLS1_PRF_GOST94, - 0, - 0 - }, + /* TLS v1.2 ciphersuites */ + /* Cipher 67 */ + { + 1, + TLS1_TXT_DHE_RSA_WITH_AES_128_SHA256, + TLS1_CK_DHE_RSA_WITH_AES_128_SHA256, + SSL_kEDH, + SSL_aRSA, + SSL_AES128, + SSL_SHA256, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, + + /* Cipher 68 */ + { + 1, + TLS1_TXT_DH_DSS_WITH_AES_256_SHA256, + TLS1_CK_DH_DSS_WITH_AES_256_SHA256, + SSL_kDHd, + SSL_aDH, + SSL_AES256, + SSL_SHA256, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 256, + 256, + }, + + /* Cipher 69 */ + { + 1, + TLS1_TXT_DH_RSA_WITH_AES_256_SHA256, + TLS1_CK_DH_RSA_WITH_AES_256_SHA256, + SSL_kDHr, + SSL_aDH, + SSL_AES256, + SSL_SHA256, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 256, + 256, + }, + + /* Cipher 6A */ + { + 1, + TLS1_TXT_DHE_DSS_WITH_AES_256_SHA256, + TLS1_CK_DHE_DSS_WITH_AES_256_SHA256, + SSL_kEDH, + SSL_aDSS, + SSL_AES256, + SSL_SHA256, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 256, + 256, + }, + + /* Cipher 6B */ + { + 1, + TLS1_TXT_DHE_RSA_WITH_AES_256_SHA256, + TLS1_CK_DHE_RSA_WITH_AES_256_SHA256, + SSL_kEDH, + SSL_aRSA, + SSL_AES256, + SSL_SHA256, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 256, + 256, + }, + + /* Cipher 6C */ + { + 1, + TLS1_TXT_ADH_WITH_AES_128_SHA256, + TLS1_CK_ADH_WITH_AES_128_SHA256, + SSL_kEDH, + SSL_aNULL, + SSL_AES128, + SSL_SHA256, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, + + /* Cipher 6D */ + { + 1, + TLS1_TXT_ADH_WITH_AES_256_SHA256, + TLS1_CK_ADH_WITH_AES_256_SHA256, + SSL_kEDH, + SSL_aNULL, + SSL_AES256, + SSL_SHA256, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 256, + 256, + }, + + /* GOST Ciphersuites */ + + { + 1, + "GOST94-GOST89-GOST89", + 0x3000080, + SSL_kGOST, + SSL_aGOST94, + SSL_eGOST2814789CNT, + SSL_GOST89MAC, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH, + SSL_HANDSHAKE_MAC_GOST94 | TLS1_PRF_GOST94 | TLS1_STREAM_MAC, + 256, + 256}, + { + 1, + "GOST2001-GOST89-GOST89", + 0x3000081, + SSL_kGOST, + SSL_aGOST01, + SSL_eGOST2814789CNT, + SSL_GOST89MAC, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH, + SSL_HANDSHAKE_MAC_GOST94 | TLS1_PRF_GOST94 | TLS1_STREAM_MAC, + 256, + 256}, + { + 1, + "GOST94-NULL-GOST94", + 0x3000082, + SSL_kGOST, + SSL_aGOST94, + SSL_eNULL, + SSL_GOST94, + SSL_TLSV1, + SSL_NOT_EXP | SSL_STRONG_NONE, + SSL_HANDSHAKE_MAC_GOST94 | TLS1_PRF_GOST94, + 0, + 0}, + { + 1, + "GOST2001-NULL-GOST94", + 0x3000083, + SSL_kGOST, + SSL_aGOST01, + SSL_eNULL, + SSL_GOST94, + SSL_TLSV1, + SSL_NOT_EXP | SSL_STRONG_NONE, + SSL_HANDSHAKE_MAC_GOST94 | TLS1_PRF_GOST94, + 0, + 0}, #ifndef OPENSSL_NO_CAMELLIA - /* Camellia ciphersuites from RFC4132 (256-bit portion) */ - - /* Cipher 84 */ - { - 1, - TLS1_TXT_RSA_WITH_CAMELLIA_256_CBC_SHA, - TLS1_CK_RSA_WITH_CAMELLIA_256_CBC_SHA, - SSL_kRSA, - SSL_aRSA, - SSL_CAMELLIA256, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 256, - 256, - }, - /* Cipher 85 */ - { - 0, /* not implemented (non-ephemeral DH) */ - TLS1_TXT_DH_DSS_WITH_CAMELLIA_256_CBC_SHA, - TLS1_CK_DH_DSS_WITH_CAMELLIA_256_CBC_SHA, - SSL_kDHd, - SSL_aDH, - SSL_CAMELLIA256, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 256, - 256, - }, - - /* Cipher 86 */ - { - 0, /* not implemented (non-ephemeral DH) */ - TLS1_TXT_DH_RSA_WITH_CAMELLIA_256_CBC_SHA, - TLS1_CK_DH_RSA_WITH_CAMELLIA_256_CBC_SHA, - SSL_kDHr, - SSL_aDH, - SSL_CAMELLIA256, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 256, - 256, - }, - - /* Cipher 87 */ - { - 1, - TLS1_TXT_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA, - TLS1_CK_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA, - SSL_kEDH, - SSL_aDSS, - SSL_CAMELLIA256, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 256, - 256, - }, - - /* Cipher 88 */ - { - 1, - TLS1_TXT_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA, - TLS1_CK_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA, - SSL_kEDH, - SSL_aRSA, - SSL_CAMELLIA256, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 256, - 256, - }, - - /* Cipher 89 */ - { - 1, - TLS1_TXT_ADH_WITH_CAMELLIA_256_CBC_SHA, - TLS1_CK_ADH_WITH_CAMELLIA_256_CBC_SHA, - SSL_kEDH, - SSL_aNULL, - SSL_CAMELLIA256, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 256, - 256, - }, -#endif /* OPENSSL_NO_CAMELLIA */ + /* Camellia ciphersuites from RFC4132 (256-bit portion) */ + + /* Cipher 84 */ + { + 1, + TLS1_TXT_RSA_WITH_CAMELLIA_256_CBC_SHA, + TLS1_CK_RSA_WITH_CAMELLIA_256_CBC_SHA, + SSL_kRSA, + SSL_aRSA, + SSL_CAMELLIA256, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 256, + 256, + }, + /* Cipher 85 */ + { + 1, + TLS1_TXT_DH_DSS_WITH_CAMELLIA_256_CBC_SHA, + TLS1_CK_DH_DSS_WITH_CAMELLIA_256_CBC_SHA, + SSL_kDHd, + SSL_aDH, + SSL_CAMELLIA256, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 256, + 256, + }, + + /* Cipher 86 */ + { + 1, + TLS1_TXT_DH_RSA_WITH_CAMELLIA_256_CBC_SHA, + TLS1_CK_DH_RSA_WITH_CAMELLIA_256_CBC_SHA, + SSL_kDHr, + SSL_aDH, + SSL_CAMELLIA256, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 256, + 256, + }, + + /* Cipher 87 */ + { + 1, + TLS1_TXT_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA, + TLS1_CK_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA, + SSL_kEDH, + SSL_aDSS, + SSL_CAMELLIA256, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 256, + 256, + }, + + /* Cipher 88 */ + { + 1, + TLS1_TXT_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA, + TLS1_CK_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA, + SSL_kEDH, + SSL_aRSA, + SSL_CAMELLIA256, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 256, + 256, + }, + + /* Cipher 89 */ + { + 1, + TLS1_TXT_ADH_WITH_CAMELLIA_256_CBC_SHA, + TLS1_CK_ADH_WITH_CAMELLIA_256_CBC_SHA, + SSL_kEDH, + SSL_aNULL, + SSL_CAMELLIA256, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 256, + 256, + }, +#endif /* OPENSSL_NO_CAMELLIA */ #ifndef OPENSSL_NO_PSK - /* Cipher 8A */ - { - 1, - TLS1_TXT_PSK_WITH_RC4_128_SHA, - TLS1_CK_PSK_WITH_RC4_128_SHA, - SSL_kPSK, - SSL_aPSK, - SSL_RC4, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_MEDIUM, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, - - /* Cipher 8B */ - { - 1, - TLS1_TXT_PSK_WITH_3DES_EDE_CBC_SHA, - TLS1_CK_PSK_WITH_3DES_EDE_CBC_SHA, - SSL_kPSK, - SSL_aPSK, - SSL_3DES, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 112, - 168, - }, - - /* Cipher 8C */ - { - 1, - TLS1_TXT_PSK_WITH_AES_128_CBC_SHA, - TLS1_CK_PSK_WITH_AES_128_CBC_SHA, - SSL_kPSK, - SSL_aPSK, - SSL_AES128, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, - - /* Cipher 8D */ - { - 1, - TLS1_TXT_PSK_WITH_AES_256_CBC_SHA, - TLS1_CK_PSK_WITH_AES_256_CBC_SHA, - SSL_kPSK, - SSL_aPSK, - SSL_AES256, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 256, - 256, - }, -#endif /* OPENSSL_NO_PSK */ + /* Cipher 8A */ + { + 1, + TLS1_TXT_PSK_WITH_RC4_128_SHA, + TLS1_CK_PSK_WITH_RC4_128_SHA, + SSL_kPSK, + SSL_aPSK, + SSL_RC4, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_MEDIUM, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, + + /* Cipher 8B */ + { + 1, + TLS1_TXT_PSK_WITH_3DES_EDE_CBC_SHA, + TLS1_CK_PSK_WITH_3DES_EDE_CBC_SHA, + SSL_kPSK, + SSL_aPSK, + SSL_3DES, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 112, + 168, + }, + + /* Cipher 8C */ + { + 1, + TLS1_TXT_PSK_WITH_AES_128_CBC_SHA, + TLS1_CK_PSK_WITH_AES_128_CBC_SHA, + SSL_kPSK, + SSL_aPSK, + SSL_AES128, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, + + /* Cipher 8D */ + { + 1, + TLS1_TXT_PSK_WITH_AES_256_CBC_SHA, + TLS1_CK_PSK_WITH_AES_256_CBC_SHA, + SSL_kPSK, + SSL_aPSK, + SSL_AES256, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 256, + 256, + }, +#endif /* OPENSSL_NO_PSK */ #ifndef OPENSSL_NO_SEED - /* SEED ciphersuites from RFC4162 */ - - /* Cipher 96 */ - { - 1, - TLS1_TXT_RSA_WITH_SEED_SHA, - TLS1_CK_RSA_WITH_SEED_SHA, - SSL_kRSA, - SSL_aRSA, - SSL_SEED, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_MEDIUM, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, - - /* Cipher 97 */ - { - 0, /* not implemented (non-ephemeral DH) */ - TLS1_TXT_DH_DSS_WITH_SEED_SHA, - TLS1_CK_DH_DSS_WITH_SEED_SHA, - SSL_kDHd, - SSL_aDH, - SSL_SEED, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_MEDIUM, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, - - /* Cipher 98 */ - { - 0, /* not implemented (non-ephemeral DH) */ - TLS1_TXT_DH_RSA_WITH_SEED_SHA, - TLS1_CK_DH_RSA_WITH_SEED_SHA, - SSL_kDHr, - SSL_aDH, - SSL_SEED, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_MEDIUM, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, - - /* Cipher 99 */ - { - 1, - TLS1_TXT_DHE_DSS_WITH_SEED_SHA, - TLS1_CK_DHE_DSS_WITH_SEED_SHA, - SSL_kEDH, - SSL_aDSS, - SSL_SEED, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_MEDIUM, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, - - /* Cipher 9A */ - { - 1, - TLS1_TXT_DHE_RSA_WITH_SEED_SHA, - TLS1_CK_DHE_RSA_WITH_SEED_SHA, - SSL_kEDH, - SSL_aRSA, - SSL_SEED, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_MEDIUM, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, - - /* Cipher 9B */ - { - 1, - TLS1_TXT_ADH_WITH_SEED_SHA, - TLS1_CK_ADH_WITH_SEED_SHA, - SSL_kEDH, - SSL_aNULL, - SSL_SEED, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_MEDIUM, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, - -#endif /* OPENSSL_NO_SEED */ - - /* GCM ciphersuites from RFC5288 */ - - /* Cipher 9C */ - { - 1, - TLS1_TXT_RSA_WITH_AES_128_GCM_SHA256, - TLS1_CK_RSA_WITH_AES_128_GCM_SHA256, - SSL_kRSA, - SSL_aRSA, - SSL_AES128GCM, - SSL_AEAD, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_SHA256|TLS1_PRF_SHA256, - 128, - 128, - }, - - /* Cipher 9D */ - { - 1, - TLS1_TXT_RSA_WITH_AES_256_GCM_SHA384, - TLS1_CK_RSA_WITH_AES_256_GCM_SHA384, - SSL_kRSA, - SSL_aRSA, - SSL_AES256GCM, - SSL_AEAD, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_SHA384|TLS1_PRF_SHA384, - 256, - 256, - }, - - /* Cipher 9E */ - { - 1, - TLS1_TXT_DHE_RSA_WITH_AES_128_GCM_SHA256, - TLS1_CK_DHE_RSA_WITH_AES_128_GCM_SHA256, - SSL_kEDH, - SSL_aRSA, - SSL_AES128GCM, - SSL_AEAD, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_SHA256|TLS1_PRF_SHA256, - 128, - 128, - }, - - /* Cipher 9F */ - { - 1, - TLS1_TXT_DHE_RSA_WITH_AES_256_GCM_SHA384, - TLS1_CK_DHE_RSA_WITH_AES_256_GCM_SHA384, - SSL_kEDH, - SSL_aRSA, - SSL_AES256GCM, - SSL_AEAD, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_SHA384|TLS1_PRF_SHA384, - 256, - 256, - }, - - /* Cipher A0 */ - { - 0, - TLS1_TXT_DH_RSA_WITH_AES_128_GCM_SHA256, - TLS1_CK_DH_RSA_WITH_AES_128_GCM_SHA256, - SSL_kDHr, - SSL_aDH, - SSL_AES128GCM, - SSL_AEAD, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_SHA256|TLS1_PRF_SHA256, - 128, - 128, - }, - - /* Cipher A1 */ - { - 0, - TLS1_TXT_DH_RSA_WITH_AES_256_GCM_SHA384, - TLS1_CK_DH_RSA_WITH_AES_256_GCM_SHA384, - SSL_kDHr, - SSL_aDH, - SSL_AES256GCM, - SSL_AEAD, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_SHA384|TLS1_PRF_SHA384, - 256, - 256, - }, - - /* Cipher A2 */ - { - 1, - TLS1_TXT_DHE_DSS_WITH_AES_128_GCM_SHA256, - TLS1_CK_DHE_DSS_WITH_AES_128_GCM_SHA256, - SSL_kEDH, - SSL_aDSS, - SSL_AES128GCM, - SSL_AEAD, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_SHA256|TLS1_PRF_SHA256, - 128, - 128, - }, - - /* Cipher A3 */ - { - 1, - TLS1_TXT_DHE_DSS_WITH_AES_256_GCM_SHA384, - TLS1_CK_DHE_DSS_WITH_AES_256_GCM_SHA384, - SSL_kEDH, - SSL_aDSS, - SSL_AES256GCM, - SSL_AEAD, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_SHA384|TLS1_PRF_SHA384, - 256, - 256, - }, - - /* Cipher A4 */ - { - 0, - TLS1_TXT_DH_DSS_WITH_AES_128_GCM_SHA256, - TLS1_CK_DH_DSS_WITH_AES_128_GCM_SHA256, - SSL_kDHd, - SSL_aDH, - SSL_AES128GCM, - SSL_AEAD, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_SHA256|TLS1_PRF_SHA256, - 128, - 128, - }, - - /* Cipher A5 */ - { - 0, - TLS1_TXT_DH_DSS_WITH_AES_256_GCM_SHA384, - TLS1_CK_DH_DSS_WITH_AES_256_GCM_SHA384, - SSL_kDHd, - SSL_aDH, - SSL_AES256GCM, - SSL_AEAD, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_SHA384|TLS1_PRF_SHA384, - 256, - 256, - }, - - /* Cipher A6 */ - { - 1, - TLS1_TXT_ADH_WITH_AES_128_GCM_SHA256, - TLS1_CK_ADH_WITH_AES_128_GCM_SHA256, - SSL_kEDH, - SSL_aNULL, - SSL_AES128GCM, - SSL_AEAD, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_SHA256|TLS1_PRF_SHA256, - 128, - 128, - }, - - /* Cipher A7 */ - { - 1, - TLS1_TXT_ADH_WITH_AES_256_GCM_SHA384, - TLS1_CK_ADH_WITH_AES_256_GCM_SHA384, - SSL_kEDH, - SSL_aNULL, - SSL_AES256GCM, - SSL_AEAD, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_SHA384|TLS1_PRF_SHA384, - 256, - 256, - }, + /* SEED ciphersuites from RFC4162 */ + + /* Cipher 96 */ + { + 1, + TLS1_TXT_RSA_WITH_SEED_SHA, + TLS1_CK_RSA_WITH_SEED_SHA, + SSL_kRSA, + SSL_aRSA, + SSL_SEED, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_MEDIUM, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, + + /* Cipher 97 */ + { + 1, + TLS1_TXT_DH_DSS_WITH_SEED_SHA, + TLS1_CK_DH_DSS_WITH_SEED_SHA, + SSL_kDHd, + SSL_aDH, + SSL_SEED, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_MEDIUM, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, + + /* Cipher 98 */ + { + 1, + TLS1_TXT_DH_RSA_WITH_SEED_SHA, + TLS1_CK_DH_RSA_WITH_SEED_SHA, + SSL_kDHr, + SSL_aDH, + SSL_SEED, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_MEDIUM, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, + + /* Cipher 99 */ + { + 1, + TLS1_TXT_DHE_DSS_WITH_SEED_SHA, + TLS1_CK_DHE_DSS_WITH_SEED_SHA, + SSL_kEDH, + SSL_aDSS, + SSL_SEED, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_MEDIUM, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, + + /* Cipher 9A */ + { + 1, + TLS1_TXT_DHE_RSA_WITH_SEED_SHA, + TLS1_CK_DHE_RSA_WITH_SEED_SHA, + SSL_kEDH, + SSL_aRSA, + SSL_SEED, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_MEDIUM, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, + + /* Cipher 9B */ + { + 1, + TLS1_TXT_ADH_WITH_SEED_SHA, + TLS1_CK_ADH_WITH_SEED_SHA, + SSL_kEDH, + SSL_aNULL, + SSL_SEED, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_MEDIUM, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, + +#endif /* OPENSSL_NO_SEED */ + + /* GCM ciphersuites from RFC5288 */ + + /* Cipher 9C */ + { + 1, + TLS1_TXT_RSA_WITH_AES_128_GCM_SHA256, + TLS1_CK_RSA_WITH_AES_128_GCM_SHA256, + SSL_kRSA, + SSL_aRSA, + SSL_AES128GCM, + SSL_AEAD, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_SHA256 | TLS1_PRF_SHA256, + 128, + 128, + }, + + /* Cipher 9D */ + { + 1, + TLS1_TXT_RSA_WITH_AES_256_GCM_SHA384, + TLS1_CK_RSA_WITH_AES_256_GCM_SHA384, + SSL_kRSA, + SSL_aRSA, + SSL_AES256GCM, + SSL_AEAD, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_SHA384 | TLS1_PRF_SHA384, + 256, + 256, + }, + + /* Cipher 9E */ + { + 1, + TLS1_TXT_DHE_RSA_WITH_AES_128_GCM_SHA256, + TLS1_CK_DHE_RSA_WITH_AES_128_GCM_SHA256, + SSL_kEDH, + SSL_aRSA, + SSL_AES128GCM, + SSL_AEAD, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_SHA256 | TLS1_PRF_SHA256, + 128, + 128, + }, + + /* Cipher 9F */ + { + 1, + TLS1_TXT_DHE_RSA_WITH_AES_256_GCM_SHA384, + TLS1_CK_DHE_RSA_WITH_AES_256_GCM_SHA384, + SSL_kEDH, + SSL_aRSA, + SSL_AES256GCM, + SSL_AEAD, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_SHA384 | TLS1_PRF_SHA384, + 256, + 256, + }, + + /* Cipher A0 */ + { + 1, + TLS1_TXT_DH_RSA_WITH_AES_128_GCM_SHA256, + TLS1_CK_DH_RSA_WITH_AES_128_GCM_SHA256, + SSL_kDHr, + SSL_aDH, + SSL_AES128GCM, + SSL_AEAD, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_SHA256 | TLS1_PRF_SHA256, + 128, + 128, + }, + + /* Cipher A1 */ + { + 1, + TLS1_TXT_DH_RSA_WITH_AES_256_GCM_SHA384, + TLS1_CK_DH_RSA_WITH_AES_256_GCM_SHA384, + SSL_kDHr, + SSL_aDH, + SSL_AES256GCM, + SSL_AEAD, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_SHA384 | TLS1_PRF_SHA384, + 256, + 256, + }, + + /* Cipher A2 */ + { + 1, + TLS1_TXT_DHE_DSS_WITH_AES_128_GCM_SHA256, + TLS1_CK_DHE_DSS_WITH_AES_128_GCM_SHA256, + SSL_kEDH, + SSL_aDSS, + SSL_AES128GCM, + SSL_AEAD, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_SHA256 | TLS1_PRF_SHA256, + 128, + 128, + }, + + /* Cipher A3 */ + { + 1, + TLS1_TXT_DHE_DSS_WITH_AES_256_GCM_SHA384, + TLS1_CK_DHE_DSS_WITH_AES_256_GCM_SHA384, + SSL_kEDH, + SSL_aDSS, + SSL_AES256GCM, + SSL_AEAD, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_SHA384 | TLS1_PRF_SHA384, + 256, + 256, + }, + + /* Cipher A4 */ + { + 1, + TLS1_TXT_DH_DSS_WITH_AES_128_GCM_SHA256, + TLS1_CK_DH_DSS_WITH_AES_128_GCM_SHA256, + SSL_kDHd, + SSL_aDH, + SSL_AES128GCM, + SSL_AEAD, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_SHA256 | TLS1_PRF_SHA256, + 128, + 128, + }, + + /* Cipher A5 */ + { + 1, + TLS1_TXT_DH_DSS_WITH_AES_256_GCM_SHA384, + TLS1_CK_DH_DSS_WITH_AES_256_GCM_SHA384, + SSL_kDHd, + SSL_aDH, + SSL_AES256GCM, + SSL_AEAD, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_SHA384 | TLS1_PRF_SHA384, + 256, + 256, + }, + + /* Cipher A6 */ + { + 1, + TLS1_TXT_ADH_WITH_AES_128_GCM_SHA256, + TLS1_CK_ADH_WITH_AES_128_GCM_SHA256, + SSL_kEDH, + SSL_aNULL, + SSL_AES128GCM, + SSL_AEAD, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_SHA256 | TLS1_PRF_SHA256, + 128, + 128, + }, + + /* Cipher A7 */ + { + 1, + TLS1_TXT_ADH_WITH_AES_256_GCM_SHA384, + TLS1_CK_ADH_WITH_AES_256_GCM_SHA384, + SSL_kEDH, + SSL_aNULL, + SSL_AES256GCM, + SSL_AEAD, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_SHA384 | TLS1_PRF_SHA384, + 256, + 256, + }, +#ifdef OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL + { + 1, + "SCSV", + SSL3_CK_SCSV, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0}, +#endif #ifndef OPENSSL_NO_ECDH - /* Cipher C001 */ - { - 1, - TLS1_TXT_ECDH_ECDSA_WITH_NULL_SHA, - TLS1_CK_ECDH_ECDSA_WITH_NULL_SHA, - SSL_kECDHe, - SSL_aECDH, - SSL_eNULL, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_STRONG_NONE|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 0, - 0, - }, - - /* Cipher C002 */ - { - 1, - TLS1_TXT_ECDH_ECDSA_WITH_RC4_128_SHA, - TLS1_CK_ECDH_ECDSA_WITH_RC4_128_SHA, - SSL_kECDHe, - SSL_aECDH, - SSL_RC4, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_MEDIUM, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, - - /* Cipher C003 */ - { - 1, - TLS1_TXT_ECDH_ECDSA_WITH_DES_192_CBC3_SHA, - TLS1_CK_ECDH_ECDSA_WITH_DES_192_CBC3_SHA, - SSL_kECDHe, - SSL_aECDH, - SSL_3DES, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 112, - 168, - }, - - /* Cipher C004 */ - { - 1, - TLS1_TXT_ECDH_ECDSA_WITH_AES_128_CBC_SHA, - TLS1_CK_ECDH_ECDSA_WITH_AES_128_CBC_SHA, - SSL_kECDHe, - SSL_aECDH, - SSL_AES128, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, - - /* Cipher C005 */ - { - 1, - TLS1_TXT_ECDH_ECDSA_WITH_AES_256_CBC_SHA, - TLS1_CK_ECDH_ECDSA_WITH_AES_256_CBC_SHA, - SSL_kECDHe, - SSL_aECDH, - SSL_AES256, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 256, - 256, - }, - - /* Cipher C006 */ - { - 1, - TLS1_TXT_ECDHE_ECDSA_WITH_NULL_SHA, - TLS1_CK_ECDHE_ECDSA_WITH_NULL_SHA, - SSL_kEECDH, - SSL_aECDSA, - SSL_eNULL, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_STRONG_NONE|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 0, - 0, - }, - - /* Cipher C007 */ - { - 1, - TLS1_TXT_ECDHE_ECDSA_WITH_RC4_128_SHA, - TLS1_CK_ECDHE_ECDSA_WITH_RC4_128_SHA, - SSL_kEECDH, - SSL_aECDSA, - SSL_RC4, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_MEDIUM, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, - - /* Cipher C008 */ - { - 1, - TLS1_TXT_ECDHE_ECDSA_WITH_DES_192_CBC3_SHA, - TLS1_CK_ECDHE_ECDSA_WITH_DES_192_CBC3_SHA, - SSL_kEECDH, - SSL_aECDSA, - SSL_3DES, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 112, - 168, - }, - - /* Cipher C009 */ - { - 1, - TLS1_TXT_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, - TLS1_CK_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, - SSL_kEECDH, - SSL_aECDSA, - SSL_AES128, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, - - /* Cipher C00A */ - { - 1, - TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, - TLS1_CK_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, - SSL_kEECDH, - SSL_aECDSA, - SSL_AES256, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 256, - 256, - }, - - /* Cipher C00B */ - { - 1, - TLS1_TXT_ECDH_RSA_WITH_NULL_SHA, - TLS1_CK_ECDH_RSA_WITH_NULL_SHA, - SSL_kECDHr, - SSL_aECDH, - SSL_eNULL, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_STRONG_NONE|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 0, - 0, - }, - - /* Cipher C00C */ - { - 1, - TLS1_TXT_ECDH_RSA_WITH_RC4_128_SHA, - TLS1_CK_ECDH_RSA_WITH_RC4_128_SHA, - SSL_kECDHr, - SSL_aECDH, - SSL_RC4, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_MEDIUM, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, - - /* Cipher C00D */ - { - 1, - TLS1_TXT_ECDH_RSA_WITH_DES_192_CBC3_SHA, - TLS1_CK_ECDH_RSA_WITH_DES_192_CBC3_SHA, - SSL_kECDHr, - SSL_aECDH, - SSL_3DES, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 112, - 168, - }, - - /* Cipher C00E */ - { - 1, - TLS1_TXT_ECDH_RSA_WITH_AES_128_CBC_SHA, - TLS1_CK_ECDH_RSA_WITH_AES_128_CBC_SHA, - SSL_kECDHr, - SSL_aECDH, - SSL_AES128, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, - - /* Cipher C00F */ - { - 1, - TLS1_TXT_ECDH_RSA_WITH_AES_256_CBC_SHA, - TLS1_CK_ECDH_RSA_WITH_AES_256_CBC_SHA, - SSL_kECDHr, - SSL_aECDH, - SSL_AES256, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 256, - 256, - }, - - /* Cipher C010 */ - { - 1, - TLS1_TXT_ECDHE_RSA_WITH_NULL_SHA, - TLS1_CK_ECDHE_RSA_WITH_NULL_SHA, - SSL_kEECDH, - SSL_aRSA, - SSL_eNULL, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_STRONG_NONE|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 0, - 0, - }, - - /* Cipher C011 */ - { - 1, - TLS1_TXT_ECDHE_RSA_WITH_RC4_128_SHA, - TLS1_CK_ECDHE_RSA_WITH_RC4_128_SHA, - SSL_kEECDH, - SSL_aRSA, - SSL_RC4, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_MEDIUM, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, - - /* Cipher C012 */ - { - 1, - TLS1_TXT_ECDHE_RSA_WITH_DES_192_CBC3_SHA, - TLS1_CK_ECDHE_RSA_WITH_DES_192_CBC3_SHA, - SSL_kEECDH, - SSL_aRSA, - SSL_3DES, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 112, - 168, - }, - - /* Cipher C013 */ - { - 1, - TLS1_TXT_ECDHE_RSA_WITH_AES_128_CBC_SHA, - TLS1_CK_ECDHE_RSA_WITH_AES_128_CBC_SHA, - SSL_kEECDH, - SSL_aRSA, - SSL_AES128, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, - - /* Cipher C014 */ - { - 1, - TLS1_TXT_ECDHE_RSA_WITH_AES_256_CBC_SHA, - TLS1_CK_ECDHE_RSA_WITH_AES_256_CBC_SHA, - SSL_kEECDH, - SSL_aRSA, - SSL_AES256, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 256, - 256, - }, - - /* Cipher C015 */ - { - 1, - TLS1_TXT_ECDH_anon_WITH_NULL_SHA, - TLS1_CK_ECDH_anon_WITH_NULL_SHA, - SSL_kEECDH, - SSL_aNULL, - SSL_eNULL, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_STRONG_NONE|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 0, - 0, - }, - - /* Cipher C016 */ - { - 1, - TLS1_TXT_ECDH_anon_WITH_RC4_128_SHA, - TLS1_CK_ECDH_anon_WITH_RC4_128_SHA, - SSL_kEECDH, - SSL_aNULL, - SSL_RC4, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_MEDIUM, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, - - /* Cipher C017 */ - { - 1, - TLS1_TXT_ECDH_anon_WITH_DES_192_CBC3_SHA, - TLS1_CK_ECDH_anon_WITH_DES_192_CBC3_SHA, - SSL_kEECDH, - SSL_aNULL, - SSL_3DES, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 112, - 168, - }, - - /* Cipher C018 */ - { - 1, - TLS1_TXT_ECDH_anon_WITH_AES_128_CBC_SHA, - TLS1_CK_ECDH_anon_WITH_AES_128_CBC_SHA, - SSL_kEECDH, - SSL_aNULL, - SSL_AES128, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, - - /* Cipher C019 */ - { - 1, - TLS1_TXT_ECDH_anon_WITH_AES_256_CBC_SHA, - TLS1_CK_ECDH_anon_WITH_AES_256_CBC_SHA, - SSL_kEECDH, - SSL_aNULL, - SSL_AES256, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 256, - 256, - }, -#endif /* OPENSSL_NO_ECDH */ + /* Cipher C001 */ + { + 1, + TLS1_TXT_ECDH_ECDSA_WITH_NULL_SHA, + TLS1_CK_ECDH_ECDSA_WITH_NULL_SHA, + SSL_kECDHe, + SSL_aECDH, + SSL_eNULL, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_STRONG_NONE | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 0, + 0, + }, + + /* Cipher C002 */ + { + 1, + TLS1_TXT_ECDH_ECDSA_WITH_RC4_128_SHA, + TLS1_CK_ECDH_ECDSA_WITH_RC4_128_SHA, + SSL_kECDHe, + SSL_aECDH, + SSL_RC4, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_MEDIUM, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, + + /* Cipher C003 */ + { + 1, + TLS1_TXT_ECDH_ECDSA_WITH_DES_192_CBC3_SHA, + TLS1_CK_ECDH_ECDSA_WITH_DES_192_CBC3_SHA, + SSL_kECDHe, + SSL_aECDH, + SSL_3DES, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 112, + 168, + }, + + /* Cipher C004 */ + { + 1, + TLS1_TXT_ECDH_ECDSA_WITH_AES_128_CBC_SHA, + TLS1_CK_ECDH_ECDSA_WITH_AES_128_CBC_SHA, + SSL_kECDHe, + SSL_aECDH, + SSL_AES128, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, + + /* Cipher C005 */ + { + 1, + TLS1_TXT_ECDH_ECDSA_WITH_AES_256_CBC_SHA, + TLS1_CK_ECDH_ECDSA_WITH_AES_256_CBC_SHA, + SSL_kECDHe, + SSL_aECDH, + SSL_AES256, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 256, + 256, + }, + + /* Cipher C006 */ + { + 1, + TLS1_TXT_ECDHE_ECDSA_WITH_NULL_SHA, + TLS1_CK_ECDHE_ECDSA_WITH_NULL_SHA, + SSL_kEECDH, + SSL_aECDSA, + SSL_eNULL, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_STRONG_NONE | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 0, + 0, + }, + + /* Cipher C007 */ + { + 1, + TLS1_TXT_ECDHE_ECDSA_WITH_RC4_128_SHA, + TLS1_CK_ECDHE_ECDSA_WITH_RC4_128_SHA, + SSL_kEECDH, + SSL_aECDSA, + SSL_RC4, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_MEDIUM, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, + + /* Cipher C008 */ + { + 1, + TLS1_TXT_ECDHE_ECDSA_WITH_DES_192_CBC3_SHA, + TLS1_CK_ECDHE_ECDSA_WITH_DES_192_CBC3_SHA, + SSL_kEECDH, + SSL_aECDSA, + SSL_3DES, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 112, + 168, + }, + + /* Cipher C009 */ + { + 1, + TLS1_TXT_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, + TLS1_CK_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, + SSL_kEECDH, + SSL_aECDSA, + SSL_AES128, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, + + /* Cipher C00A */ + { + 1, + TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, + TLS1_CK_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, + SSL_kEECDH, + SSL_aECDSA, + SSL_AES256, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 256, + 256, + }, + + /* Cipher C00B */ + { + 1, + TLS1_TXT_ECDH_RSA_WITH_NULL_SHA, + TLS1_CK_ECDH_RSA_WITH_NULL_SHA, + SSL_kECDHr, + SSL_aECDH, + SSL_eNULL, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_STRONG_NONE | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 0, + 0, + }, + + /* Cipher C00C */ + { + 1, + TLS1_TXT_ECDH_RSA_WITH_RC4_128_SHA, + TLS1_CK_ECDH_RSA_WITH_RC4_128_SHA, + SSL_kECDHr, + SSL_aECDH, + SSL_RC4, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_MEDIUM, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, + + /* Cipher C00D */ + { + 1, + TLS1_TXT_ECDH_RSA_WITH_DES_192_CBC3_SHA, + TLS1_CK_ECDH_RSA_WITH_DES_192_CBC3_SHA, + SSL_kECDHr, + SSL_aECDH, + SSL_3DES, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 112, + 168, + }, + + /* Cipher C00E */ + { + 1, + TLS1_TXT_ECDH_RSA_WITH_AES_128_CBC_SHA, + TLS1_CK_ECDH_RSA_WITH_AES_128_CBC_SHA, + SSL_kECDHr, + SSL_aECDH, + SSL_AES128, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, + + /* Cipher C00F */ + { + 1, + TLS1_TXT_ECDH_RSA_WITH_AES_256_CBC_SHA, + TLS1_CK_ECDH_RSA_WITH_AES_256_CBC_SHA, + SSL_kECDHr, + SSL_aECDH, + SSL_AES256, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 256, + 256, + }, + + /* Cipher C010 */ + { + 1, + TLS1_TXT_ECDHE_RSA_WITH_NULL_SHA, + TLS1_CK_ECDHE_RSA_WITH_NULL_SHA, + SSL_kEECDH, + SSL_aRSA, + SSL_eNULL, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_STRONG_NONE | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 0, + 0, + }, + + /* Cipher C011 */ + { + 1, + TLS1_TXT_ECDHE_RSA_WITH_RC4_128_SHA, + TLS1_CK_ECDHE_RSA_WITH_RC4_128_SHA, + SSL_kEECDH, + SSL_aRSA, + SSL_RC4, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_MEDIUM, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, + + /* Cipher C012 */ + { + 1, + TLS1_TXT_ECDHE_RSA_WITH_DES_192_CBC3_SHA, + TLS1_CK_ECDHE_RSA_WITH_DES_192_CBC3_SHA, + SSL_kEECDH, + SSL_aRSA, + SSL_3DES, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 112, + 168, + }, + + /* Cipher C013 */ + { + 1, + TLS1_TXT_ECDHE_RSA_WITH_AES_128_CBC_SHA, + TLS1_CK_ECDHE_RSA_WITH_AES_128_CBC_SHA, + SSL_kEECDH, + SSL_aRSA, + SSL_AES128, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, + + /* Cipher C014 */ + { + 1, + TLS1_TXT_ECDHE_RSA_WITH_AES_256_CBC_SHA, + TLS1_CK_ECDHE_RSA_WITH_AES_256_CBC_SHA, + SSL_kEECDH, + SSL_aRSA, + SSL_AES256, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 256, + 256, + }, + + /* Cipher C015 */ + { + 1, + TLS1_TXT_ECDH_anon_WITH_NULL_SHA, + TLS1_CK_ECDH_anon_WITH_NULL_SHA, + SSL_kEECDH, + SSL_aNULL, + SSL_eNULL, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_STRONG_NONE | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 0, + 0, + }, + + /* Cipher C016 */ + { + 1, + TLS1_TXT_ECDH_anon_WITH_RC4_128_SHA, + TLS1_CK_ECDH_anon_WITH_RC4_128_SHA, + SSL_kEECDH, + SSL_aNULL, + SSL_RC4, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_MEDIUM, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, + + /* Cipher C017 */ + { + 1, + TLS1_TXT_ECDH_anon_WITH_DES_192_CBC3_SHA, + TLS1_CK_ECDH_anon_WITH_DES_192_CBC3_SHA, + SSL_kEECDH, + SSL_aNULL, + SSL_3DES, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 112, + 168, + }, + + /* Cipher C018 */ + { + 1, + TLS1_TXT_ECDH_anon_WITH_AES_128_CBC_SHA, + TLS1_CK_ECDH_anon_WITH_AES_128_CBC_SHA, + SSL_kEECDH, + SSL_aNULL, + SSL_AES128, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, + + /* Cipher C019 */ + { + 1, + TLS1_TXT_ECDH_anon_WITH_AES_256_CBC_SHA, + TLS1_CK_ECDH_anon_WITH_AES_256_CBC_SHA, + SSL_kEECDH, + SSL_aNULL, + SSL_AES256, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 256, + 256, + }, +#endif /* OPENSSL_NO_ECDH */ #ifndef OPENSSL_NO_SRP - /* Cipher C01A */ - { - 1, - TLS1_TXT_SRP_SHA_WITH_3DES_EDE_CBC_SHA, - TLS1_CK_SRP_SHA_WITH_3DES_EDE_CBC_SHA, - SSL_kSRP, - SSL_aSRP, - SSL_3DES, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 112, - 168, - }, - - /* Cipher C01B */ - { - 1, - TLS1_TXT_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA, - TLS1_CK_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA, - SSL_kSRP, - SSL_aRSA, - SSL_3DES, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 112, - 168, - }, - - /* Cipher C01C */ - { - 1, - TLS1_TXT_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA, - TLS1_CK_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA, - SSL_kSRP, - SSL_aDSS, - SSL_3DES, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 112, - 168, - }, - - /* Cipher C01D */ - { - 1, - TLS1_TXT_SRP_SHA_WITH_AES_128_CBC_SHA, - TLS1_CK_SRP_SHA_WITH_AES_128_CBC_SHA, - SSL_kSRP, - SSL_aSRP, - SSL_AES128, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, - - /* Cipher C01E */ - { - 1, - TLS1_TXT_SRP_SHA_RSA_WITH_AES_128_CBC_SHA, - TLS1_CK_SRP_SHA_RSA_WITH_AES_128_CBC_SHA, - SSL_kSRP, - SSL_aRSA, - SSL_AES128, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, - - /* Cipher C01F */ - { - 1, - TLS1_TXT_SRP_SHA_DSS_WITH_AES_128_CBC_SHA, - TLS1_CK_SRP_SHA_DSS_WITH_AES_128_CBC_SHA, - SSL_kSRP, - SSL_aDSS, - SSL_AES128, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 128, - 128, - }, - - /* Cipher C020 */ - { - 1, - TLS1_TXT_SRP_SHA_WITH_AES_256_CBC_SHA, - TLS1_CK_SRP_SHA_WITH_AES_256_CBC_SHA, - SSL_kSRP, - SSL_aSRP, - SSL_AES256, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 256, - 256, - }, - - /* Cipher C021 */ - { - 1, - TLS1_TXT_SRP_SHA_RSA_WITH_AES_256_CBC_SHA, - TLS1_CK_SRP_SHA_RSA_WITH_AES_256_CBC_SHA, - SSL_kSRP, - SSL_aRSA, - SSL_AES256, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 256, - 256, - }, - - /* Cipher C022 */ - { - 1, - TLS1_TXT_SRP_SHA_DSS_WITH_AES_256_CBC_SHA, - TLS1_CK_SRP_SHA_DSS_WITH_AES_256_CBC_SHA, - SSL_kSRP, - SSL_aDSS, - SSL_AES256, - SSL_SHA1, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 256, - 256, - }, -#endif /* OPENSSL_NO_SRP */ + /* Cipher C01A */ + { + 1, + TLS1_TXT_SRP_SHA_WITH_3DES_EDE_CBC_SHA, + TLS1_CK_SRP_SHA_WITH_3DES_EDE_CBC_SHA, + SSL_kSRP, + SSL_aSRP, + SSL_3DES, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 112, + 168, + }, + + /* Cipher C01B */ + { + 1, + TLS1_TXT_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA, + TLS1_CK_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA, + SSL_kSRP, + SSL_aRSA, + SSL_3DES, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 112, + 168, + }, + + /* Cipher C01C */ + { + 1, + TLS1_TXT_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA, + TLS1_CK_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA, + SSL_kSRP, + SSL_aDSS, + SSL_3DES, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 112, + 168, + }, + + /* Cipher C01D */ + { + 1, + TLS1_TXT_SRP_SHA_WITH_AES_128_CBC_SHA, + TLS1_CK_SRP_SHA_WITH_AES_128_CBC_SHA, + SSL_kSRP, + SSL_aSRP, + SSL_AES128, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, + + /* Cipher C01E */ + { + 1, + TLS1_TXT_SRP_SHA_RSA_WITH_AES_128_CBC_SHA, + TLS1_CK_SRP_SHA_RSA_WITH_AES_128_CBC_SHA, + SSL_kSRP, + SSL_aRSA, + SSL_AES128, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, + + /* Cipher C01F */ + { + 1, + TLS1_TXT_SRP_SHA_DSS_WITH_AES_128_CBC_SHA, + TLS1_CK_SRP_SHA_DSS_WITH_AES_128_CBC_SHA, + SSL_kSRP, + SSL_aDSS, + SSL_AES128, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 128, + 128, + }, + + /* Cipher C020 */ + { + 1, + TLS1_TXT_SRP_SHA_WITH_AES_256_CBC_SHA, + TLS1_CK_SRP_SHA_WITH_AES_256_CBC_SHA, + SSL_kSRP, + SSL_aSRP, + SSL_AES256, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 256, + 256, + }, + + /* Cipher C021 */ + { + 1, + TLS1_TXT_SRP_SHA_RSA_WITH_AES_256_CBC_SHA, + TLS1_CK_SRP_SHA_RSA_WITH_AES_256_CBC_SHA, + SSL_kSRP, + SSL_aRSA, + SSL_AES256, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 256, + 256, + }, + + /* Cipher C022 */ + { + 1, + TLS1_TXT_SRP_SHA_DSS_WITH_AES_256_CBC_SHA, + TLS1_CK_SRP_SHA_DSS_WITH_AES_256_CBC_SHA, + SSL_kSRP, + SSL_aDSS, + SSL_AES256, + SSL_SHA1, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 256, + 256, + }, +#endif /* OPENSSL_NO_SRP */ #ifndef OPENSSL_NO_ECDH - /* HMAC based TLS v1.2 ciphersuites from RFC5289 */ - - /* Cipher C023 */ - { - 1, - TLS1_TXT_ECDHE_ECDSA_WITH_AES_128_SHA256, - TLS1_CK_ECDHE_ECDSA_WITH_AES_128_SHA256, - SSL_kEECDH, - SSL_aECDSA, - SSL_AES128, - SSL_SHA256, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_SHA256|TLS1_PRF_SHA256, - 128, - 128, - }, - - /* Cipher C024 */ - { - 1, - TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_SHA384, - TLS1_CK_ECDHE_ECDSA_WITH_AES_256_SHA384, - SSL_kEECDH, - SSL_aECDSA, - SSL_AES256, - SSL_SHA384, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_SHA384|TLS1_PRF_SHA384, - 256, - 256, - }, - - /* Cipher C025 */ - { - 1, - TLS1_TXT_ECDH_ECDSA_WITH_AES_128_SHA256, - TLS1_CK_ECDH_ECDSA_WITH_AES_128_SHA256, - SSL_kECDHe, - SSL_aECDH, - SSL_AES128, - SSL_SHA256, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_SHA256|TLS1_PRF_SHA256, - 128, - 128, - }, - - /* Cipher C026 */ - { - 1, - TLS1_TXT_ECDH_ECDSA_WITH_AES_256_SHA384, - TLS1_CK_ECDH_ECDSA_WITH_AES_256_SHA384, - SSL_kECDHe, - SSL_aECDH, - SSL_AES256, - SSL_SHA384, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_SHA384|TLS1_PRF_SHA384, - 256, - 256, - }, - - /* Cipher C027 */ - { - 1, - TLS1_TXT_ECDHE_RSA_WITH_AES_128_SHA256, - TLS1_CK_ECDHE_RSA_WITH_AES_128_SHA256, - SSL_kEECDH, - SSL_aRSA, - SSL_AES128, - SSL_SHA256, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_SHA256|TLS1_PRF_SHA256, - 128, - 128, - }, - - /* Cipher C028 */ - { - 1, - TLS1_TXT_ECDHE_RSA_WITH_AES_256_SHA384, - TLS1_CK_ECDHE_RSA_WITH_AES_256_SHA384, - SSL_kEECDH, - SSL_aRSA, - SSL_AES256, - SSL_SHA384, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_SHA384|TLS1_PRF_SHA384, - 256, - 256, - }, - - /* Cipher C029 */ - { - 1, - TLS1_TXT_ECDH_RSA_WITH_AES_128_SHA256, - TLS1_CK_ECDH_RSA_WITH_AES_128_SHA256, - SSL_kECDHr, - SSL_aECDH, - SSL_AES128, - SSL_SHA256, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_SHA256|TLS1_PRF_SHA256, - 128, - 128, - }, - - /* Cipher C02A */ - { - 1, - TLS1_TXT_ECDH_RSA_WITH_AES_256_SHA384, - TLS1_CK_ECDH_RSA_WITH_AES_256_SHA384, - SSL_kECDHr, - SSL_aECDH, - SSL_AES256, - SSL_SHA384, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_SHA384|TLS1_PRF_SHA384, - 256, - 256, - }, - - /* GCM based TLS v1.2 ciphersuites from RFC5289 */ - - /* Cipher C02B */ - { - 1, - TLS1_TXT_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, - TLS1_CK_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, - SSL_kEECDH, - SSL_aECDSA, - SSL_AES128GCM, - SSL_AEAD, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_SHA256|TLS1_PRF_SHA256, - 128, - 128, - }, - - /* Cipher C02C */ - { - 1, - TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, - TLS1_CK_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, - SSL_kEECDH, - SSL_aECDSA, - SSL_AES256GCM, - SSL_AEAD, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_SHA384|TLS1_PRF_SHA384, - 256, - 256, - }, - - /* Cipher C02D */ - { - 1, - TLS1_TXT_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, - TLS1_CK_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, - SSL_kECDHe, - SSL_aECDH, - SSL_AES128GCM, - SSL_AEAD, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_SHA256|TLS1_PRF_SHA256, - 128, - 128, - }, - - /* Cipher C02E */ - { - 1, - TLS1_TXT_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, - TLS1_CK_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, - SSL_kECDHe, - SSL_aECDH, - SSL_AES256GCM, - SSL_AEAD, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_SHA384|TLS1_PRF_SHA384, - 256, - 256, - }, - - /* Cipher C02F */ - { - 1, - TLS1_TXT_ECDHE_RSA_WITH_AES_128_GCM_SHA256, - TLS1_CK_ECDHE_RSA_WITH_AES_128_GCM_SHA256, - SSL_kEECDH, - SSL_aRSA, - SSL_AES128GCM, - SSL_AEAD, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_SHA256|TLS1_PRF_SHA256, - 128, - 128, - }, - - /* Cipher C030 */ - { - 1, - TLS1_TXT_ECDHE_RSA_WITH_AES_256_GCM_SHA384, - TLS1_CK_ECDHE_RSA_WITH_AES_256_GCM_SHA384, - SSL_kEECDH, - SSL_aRSA, - SSL_AES256GCM, - SSL_AEAD, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_SHA384|TLS1_PRF_SHA384, - 256, - 256, - }, - - /* Cipher C031 */ - { - 1, - TLS1_TXT_ECDH_RSA_WITH_AES_128_GCM_SHA256, - TLS1_CK_ECDH_RSA_WITH_AES_128_GCM_SHA256, - SSL_kECDHr, - SSL_aECDH, - SSL_AES128GCM, - SSL_AEAD, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_SHA256|TLS1_PRF_SHA256, - 128, - 128, - }, - - /* Cipher C032 */ - { - 1, - TLS1_TXT_ECDH_RSA_WITH_AES_256_GCM_SHA384, - TLS1_CK_ECDH_RSA_WITH_AES_256_GCM_SHA384, - SSL_kECDHr, - SSL_aECDH, - SSL_AES256GCM, - SSL_AEAD, - SSL_TLSV1_2, - SSL_NOT_EXP|SSL_HIGH|SSL_FIPS, - SSL_HANDSHAKE_MAC_SHA384|TLS1_PRF_SHA384, - 256, - 256, - }, - -#endif /* OPENSSL_NO_ECDH */ - + /* HMAC based TLS v1.2 ciphersuites from RFC5289 */ + + /* Cipher C023 */ + { + 1, + TLS1_TXT_ECDHE_ECDSA_WITH_AES_128_SHA256, + TLS1_CK_ECDHE_ECDSA_WITH_AES_128_SHA256, + SSL_kEECDH, + SSL_aECDSA, + SSL_AES128, + SSL_SHA256, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_SHA256 | TLS1_PRF_SHA256, + 128, + 128, + }, + + /* Cipher C024 */ + { + 1, + TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_SHA384, + TLS1_CK_ECDHE_ECDSA_WITH_AES_256_SHA384, + SSL_kEECDH, + SSL_aECDSA, + SSL_AES256, + SSL_SHA384, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_SHA384 | TLS1_PRF_SHA384, + 256, + 256, + }, + + /* Cipher C025 */ + { + 1, + TLS1_TXT_ECDH_ECDSA_WITH_AES_128_SHA256, + TLS1_CK_ECDH_ECDSA_WITH_AES_128_SHA256, + SSL_kECDHe, + SSL_aECDH, + SSL_AES128, + SSL_SHA256, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_SHA256 | TLS1_PRF_SHA256, + 128, + 128, + }, + + /* Cipher C026 */ + { + 1, + TLS1_TXT_ECDH_ECDSA_WITH_AES_256_SHA384, + TLS1_CK_ECDH_ECDSA_WITH_AES_256_SHA384, + SSL_kECDHe, + SSL_aECDH, + SSL_AES256, + SSL_SHA384, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_SHA384 | TLS1_PRF_SHA384, + 256, + 256, + }, + + /* Cipher C027 */ + { + 1, + TLS1_TXT_ECDHE_RSA_WITH_AES_128_SHA256, + TLS1_CK_ECDHE_RSA_WITH_AES_128_SHA256, + SSL_kEECDH, + SSL_aRSA, + SSL_AES128, + SSL_SHA256, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_SHA256 | TLS1_PRF_SHA256, + 128, + 128, + }, + + /* Cipher C028 */ + { + 1, + TLS1_TXT_ECDHE_RSA_WITH_AES_256_SHA384, + TLS1_CK_ECDHE_RSA_WITH_AES_256_SHA384, + SSL_kEECDH, + SSL_aRSA, + SSL_AES256, + SSL_SHA384, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_SHA384 | TLS1_PRF_SHA384, + 256, + 256, + }, + + /* Cipher C029 */ + { + 1, + TLS1_TXT_ECDH_RSA_WITH_AES_128_SHA256, + TLS1_CK_ECDH_RSA_WITH_AES_128_SHA256, + SSL_kECDHr, + SSL_aECDH, + SSL_AES128, + SSL_SHA256, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_SHA256 | TLS1_PRF_SHA256, + 128, + 128, + }, + + /* Cipher C02A */ + { + 1, + TLS1_TXT_ECDH_RSA_WITH_AES_256_SHA384, + TLS1_CK_ECDH_RSA_WITH_AES_256_SHA384, + SSL_kECDHr, + SSL_aECDH, + SSL_AES256, + SSL_SHA384, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_SHA384 | TLS1_PRF_SHA384, + 256, + 256, + }, + + /* GCM based TLS v1.2 ciphersuites from RFC5289 */ + + /* Cipher C02B */ + { + 1, + TLS1_TXT_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, + TLS1_CK_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, + SSL_kEECDH, + SSL_aECDSA, + SSL_AES128GCM, + SSL_AEAD, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_SHA256 | TLS1_PRF_SHA256, + 128, + 128, + }, + + /* Cipher C02C */ + { + 1, + TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, + TLS1_CK_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, + SSL_kEECDH, + SSL_aECDSA, + SSL_AES256GCM, + SSL_AEAD, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_SHA384 | TLS1_PRF_SHA384, + 256, + 256, + }, + + /* Cipher C02D */ + { + 1, + TLS1_TXT_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, + TLS1_CK_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, + SSL_kECDHe, + SSL_aECDH, + SSL_AES128GCM, + SSL_AEAD, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_SHA256 | TLS1_PRF_SHA256, + 128, + 128, + }, + + /* Cipher C02E */ + { + 1, + TLS1_TXT_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, + TLS1_CK_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, + SSL_kECDHe, + SSL_aECDH, + SSL_AES256GCM, + SSL_AEAD, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_SHA384 | TLS1_PRF_SHA384, + 256, + 256, + }, + + /* Cipher C02F */ + { + 1, + TLS1_TXT_ECDHE_RSA_WITH_AES_128_GCM_SHA256, + TLS1_CK_ECDHE_RSA_WITH_AES_128_GCM_SHA256, + SSL_kEECDH, + SSL_aRSA, + SSL_AES128GCM, + SSL_AEAD, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_SHA256 | TLS1_PRF_SHA256, + 128, + 128, + }, + + /* Cipher C030 */ + { + 1, + TLS1_TXT_ECDHE_RSA_WITH_AES_256_GCM_SHA384, + TLS1_CK_ECDHE_RSA_WITH_AES_256_GCM_SHA384, + SSL_kEECDH, + SSL_aRSA, + SSL_AES256GCM, + SSL_AEAD, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_SHA384 | TLS1_PRF_SHA384, + 256, + 256, + }, + + /* Cipher C031 */ + { + 1, + TLS1_TXT_ECDH_RSA_WITH_AES_128_GCM_SHA256, + TLS1_CK_ECDH_RSA_WITH_AES_128_GCM_SHA256, + SSL_kECDHr, + SSL_aECDH, + SSL_AES128GCM, + SSL_AEAD, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_SHA256 | TLS1_PRF_SHA256, + 128, + 128, + }, + + /* Cipher C032 */ + { + 1, + TLS1_TXT_ECDH_RSA_WITH_AES_256_GCM_SHA384, + TLS1_CK_ECDH_RSA_WITH_AES_256_GCM_SHA384, + SSL_kECDHr, + SSL_aECDH, + SSL_AES256GCM, + SSL_AEAD, + SSL_TLSV1_2, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, + SSL_HANDSHAKE_MAC_SHA384 | TLS1_PRF_SHA384, + 256, + 256, + }, + +#endif /* OPENSSL_NO_ECDH */ #ifdef TEMP_GOST_TLS /* Cipher FF00 */ - { - 1, - "GOST-MD5", - 0x0300ff00, - SSL_kRSA, - SSL_aRSA, - SSL_eGOST2814789CNT, - SSL_MD5, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 256, - 256, - }, - { - 1, - "GOST-GOST94", - 0x0300ff01, - SSL_kRSA, - SSL_aRSA, - SSL_eGOST2814789CNT, - SSL_GOST94, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 256, - 256 - }, - { - 1, - "GOST-GOST89MAC", - 0x0300ff02, - SSL_kRSA, - SSL_aRSA, - SSL_eGOST2814789CNT, - SSL_GOST89MAC, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, - 256, - 256 - }, - { - 1, - "GOST-GOST89STREAM", - 0x0300ff03, - SSL_kRSA, - SSL_aRSA, - SSL_eGOST2814789CNT, - SSL_GOST89MAC, - SSL_TLSV1, - SSL_NOT_EXP|SSL_HIGH, - SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF|TLS1_STREAM_MAC, - 256, - 256 - }, + { + 1, + "GOST-MD5", + 0x0300ff00, + SSL_kRSA, + SSL_aRSA, + SSL_eGOST2814789CNT, + SSL_MD5, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 256, + 256, + }, + { + 1, + "GOST-GOST94", + 0x0300ff01, + SSL_kRSA, + SSL_aRSA, + SSL_eGOST2814789CNT, + SSL_GOST94, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 256, + 256}, + { + 1, + "GOST-GOST89MAC", + 0x0300ff02, + SSL_kRSA, + SSL_aRSA, + SSL_eGOST2814789CNT, + SSL_GOST89MAC, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF, + 256, + 256}, + { + 1, + "GOST-GOST89STREAM", + 0x0300ff03, + SSL_kRSA, + SSL_aRSA, + SSL_eGOST2814789CNT, + SSL_GOST89MAC, + SSL_TLSV1, + SSL_NOT_EXP | SSL_HIGH, + SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF | TLS1_STREAM_MAC, + 256, + 256}, #endif /* end of list */ - }; - -SSL3_ENC_METHOD SSLv3_enc_data={ - ssl3_enc, - n_ssl3_mac, - ssl3_setup_key_block, - ssl3_generate_master_secret, - ssl3_change_cipher_state, - ssl3_final_finish_mac, - MD5_DIGEST_LENGTH+SHA_DIGEST_LENGTH, - ssl3_cert_verify_mac, - SSL3_MD_CLIENT_FINISHED_CONST,4, - SSL3_MD_SERVER_FINISHED_CONST,4, - ssl3_alert_code, - (int (*)(SSL *, unsigned char *, size_t, const char *, - size_t, const unsigned char *, size_t, - int use_context))ssl_undefined_function, - }; +}; + +SSL3_ENC_METHOD SSLv3_enc_data = { + ssl3_enc, + n_ssl3_mac, + ssl3_setup_key_block, + ssl3_generate_master_secret, + ssl3_change_cipher_state, + ssl3_final_finish_mac, + MD5_DIGEST_LENGTH + SHA_DIGEST_LENGTH, + ssl3_cert_verify_mac, + SSL3_MD_CLIENT_FINISHED_CONST, 4, + SSL3_MD_SERVER_FINISHED_CONST, 4, + ssl3_alert_code, + (int (*)(SSL *, unsigned char *, size_t, const char *, + size_t, const unsigned char *, size_t, + int use_context))ssl_undefined_function, + 0, + SSL3_HM_HEADER_LENGTH, + ssl3_set_handshake_header, + ssl3_handshake_write +}; long ssl3_default_timeout(void) - { - /* 2 hours, the 24 hours mentioned in the SSLv3 spec - * is way too long for http, the cache would over fill */ - return(60*60*2); - } +{ + /* + * 2 hours, the 24 hours mentioned in the SSLv3 spec is way too long for + * http, the cache would over fill + */ + return (60 * 60 * 2); +} int ssl3_num_ciphers(void) - { - return(SSL3_NUM_CIPHERS); - } +{ + return (SSL3_NUM_CIPHERS); +} const SSL_CIPHER *ssl3_get_cipher(unsigned int u) - { - if (u < SSL3_NUM_CIPHERS) - return(&(ssl3_ciphers[SSL3_NUM_CIPHERS-1-u])); - else - return(NULL); - } +{ + if (u < SSL3_NUM_CIPHERS) + return (&(ssl3_ciphers[SSL3_NUM_CIPHERS - 1 - u])); + else + return (NULL); +} int ssl3_pending(const SSL *s) - { - if (s->rstate == SSL_ST_READ_BODY) - return 0; - - return (s->s3->rrec.type == SSL3_RT_APPLICATION_DATA) ? s->s3->rrec.length : 0; - } +{ + if (s->rstate == SSL_ST_READ_BODY) + return 0; + + return (s->s3->rrec.type == + SSL3_RT_APPLICATION_DATA) ? s->s3->rrec.length : 0; +} + +void ssl3_set_handshake_header(SSL *s, int htype, unsigned long len) +{ + unsigned char *p = (unsigned char *)s->init_buf->data; + *(p++) = htype; + l2n3(len, p); + s->init_num = (int)len + SSL3_HM_HEADER_LENGTH; + s->init_off = 0; +} + +int ssl3_handshake_write(SSL *s) +{ + return ssl3_do_write(s, SSL3_RT_HANDSHAKE); +} int ssl3_new(SSL *s) - { - SSL3_STATE *s3; +{ + SSL3_STATE *s3; - if ((s3=OPENSSL_malloc(sizeof *s3)) == NULL) goto err; - memset(s3,0,sizeof *s3); - memset(s3->rrec.seq_num,0,sizeof(s3->rrec.seq_num)); - memset(s3->wrec.seq_num,0,sizeof(s3->wrec.seq_num)); + if ((s3 = OPENSSL_malloc(sizeof *s3)) == NULL) + goto err; + memset(s3, 0, sizeof *s3); + memset(s3->rrec.seq_num, 0, sizeof(s3->rrec.seq_num)); + memset(s3->wrec.seq_num, 0, sizeof(s3->wrec.seq_num)); - s->s3=s3; + s->s3 = s3; #ifndef OPENSSL_NO_SRP - SSL_SRP_CTX_init(s); + SSL_SRP_CTX_init(s); #endif - s->method->ssl_clear(s); - return(1); -err: - return(0); - } + s->method->ssl_clear(s); + return (1); + err: + return (0); +} void ssl3_free(SSL *s) - { - if(s == NULL) - return; +{ + if (s == NULL) + return; #ifdef TLSEXT_TYPE_opaque_prf_input - if (s->s3->client_opaque_prf_input != NULL) - OPENSSL_free(s->s3->client_opaque_prf_input); - if (s->s3->server_opaque_prf_input != NULL) - OPENSSL_free(s->s3->server_opaque_prf_input); + if (s->s3->client_opaque_prf_input != NULL) + OPENSSL_free(s->s3->client_opaque_prf_input); + if (s->s3->server_opaque_prf_input != NULL) + OPENSSL_free(s->s3->server_opaque_prf_input); #endif - ssl3_cleanup_key_block(s); - if (s->s3->rbuf.buf != NULL) - ssl3_release_read_buffer(s); - if (s->s3->wbuf.buf != NULL) - ssl3_release_write_buffer(s); - if (s->s3->rrec.comp != NULL) - OPENSSL_free(s->s3->rrec.comp); + ssl3_cleanup_key_block(s); + if (s->s3->rbuf.buf != NULL) + ssl3_release_read_buffer(s); + if (s->s3->wbuf.buf != NULL) + ssl3_release_write_buffer(s); + if (s->s3->rrec.comp != NULL) + OPENSSL_free(s->s3->rrec.comp); #ifndef OPENSSL_NO_DH - if (s->s3->tmp.dh != NULL) - DH_free(s->s3->tmp.dh); + if (s->s3->tmp.dh != NULL) + DH_free(s->s3->tmp.dh); #endif #ifndef OPENSSL_NO_ECDH - if (s->s3->tmp.ecdh != NULL) - EC_KEY_free(s->s3->tmp.ecdh); + if (s->s3->tmp.ecdh != NULL) + EC_KEY_free(s->s3->tmp.ecdh); +#endif + + if (s->s3->tmp.ca_names != NULL) + sk_X509_NAME_pop_free(s->s3->tmp.ca_names, X509_NAME_free); + if (s->s3->handshake_buffer) { + BIO_free(s->s3->handshake_buffer); + } + if (s->s3->handshake_dgst) + ssl3_free_digest_list(s); +#ifndef OPENSSL_NO_TLSEXT + if (s->s3->alpn_selected) + OPENSSL_free(s->s3->alpn_selected); #endif - if (s->s3->tmp.ca_names != NULL) - sk_X509_NAME_pop_free(s->s3->tmp.ca_names,X509_NAME_free); - if (s->s3->handshake_buffer) { - BIO_free(s->s3->handshake_buffer); - } - if (s->s3->handshake_dgst) ssl3_free_digest_list(s); #ifndef OPENSSL_NO_SRP - SSL_SRP_CTX_free(s); + SSL_SRP_CTX_free(s); #endif - OPENSSL_cleanse(s->s3,sizeof *s->s3); - OPENSSL_free(s->s3); - s->s3=NULL; - } + OPENSSL_cleanse(s->s3, sizeof *s->s3); + OPENSSL_free(s->s3); + s->s3 = NULL; +} void ssl3_clear(SSL *s) - { - unsigned char *rp,*wp; - size_t rlen, wlen; - int init_extra; +{ + unsigned char *rp, *wp; + size_t rlen, wlen; + int init_extra; #ifdef TLSEXT_TYPE_opaque_prf_input - if (s->s3->client_opaque_prf_input != NULL) - OPENSSL_free(s->s3->client_opaque_prf_input); - s->s3->client_opaque_prf_input = NULL; - if (s->s3->server_opaque_prf_input != NULL) - OPENSSL_free(s->s3->server_opaque_prf_input); - s->s3->server_opaque_prf_input = NULL; + if (s->s3->client_opaque_prf_input != NULL) + OPENSSL_free(s->s3->client_opaque_prf_input); + s->s3->client_opaque_prf_input = NULL; + if (s->s3->server_opaque_prf_input != NULL) + OPENSSL_free(s->s3->server_opaque_prf_input); + s->s3->server_opaque_prf_input = NULL; #endif - ssl3_cleanup_key_block(s); - if (s->s3->tmp.ca_names != NULL) - sk_X509_NAME_pop_free(s->s3->tmp.ca_names,X509_NAME_free); + ssl3_cleanup_key_block(s); + if (s->s3->tmp.ca_names != NULL) + sk_X509_NAME_pop_free(s->s3->tmp.ca_names, X509_NAME_free); - if (s->s3->rrec.comp != NULL) - { - OPENSSL_free(s->s3->rrec.comp); - s->s3->rrec.comp=NULL; - } + if (s->s3->rrec.comp != NULL) { + OPENSSL_free(s->s3->rrec.comp); + s->s3->rrec.comp = NULL; + } #ifndef OPENSSL_NO_DH - if (s->s3->tmp.dh != NULL) - { - DH_free(s->s3->tmp.dh); - s->s3->tmp.dh = NULL; - } + if (s->s3->tmp.dh != NULL) { + DH_free(s->s3->tmp.dh); + s->s3->tmp.dh = NULL; + } #endif #ifndef OPENSSL_NO_ECDH - if (s->s3->tmp.ecdh != NULL) - { - EC_KEY_free(s->s3->tmp.ecdh); - s->s3->tmp.ecdh = NULL; - } + if (s->s3->tmp.ecdh != NULL) { + EC_KEY_free(s->s3->tmp.ecdh); + s->s3->tmp.ecdh = NULL; + } #endif #ifndef OPENSSL_NO_TLSEXT -#ifndef OPENSSL_NO_EC - s->s3->is_probably_safari = 0; -#endif /* !OPENSSL_NO_EC */ -#endif /* !OPENSSL_NO_TLSEXT */ - - rp = s->s3->rbuf.buf; - wp = s->s3->wbuf.buf; - rlen = s->s3->rbuf.len; - wlen = s->s3->wbuf.len; - init_extra = s->s3->init_extra; - if (s->s3->handshake_buffer) { - BIO_free(s->s3->handshake_buffer); - s->s3->handshake_buffer = NULL; - } - if (s->s3->handshake_dgst) { - ssl3_free_digest_list(s); - } - memset(s->s3,0,sizeof *s->s3); - s->s3->rbuf.buf = rp; - s->s3->wbuf.buf = wp; - s->s3->rbuf.len = rlen; - s->s3->wbuf.len = wlen; - s->s3->init_extra = init_extra; - - ssl_free_wbio_buffer(s); - - s->packet_length=0; - s->s3->renegotiate=0; - s->s3->total_renegotiations=0; - s->s3->num_renegotiations=0; - s->s3->in_read_app_data=0; - s->version=SSL3_VERSION; +# ifndef OPENSSL_NO_EC + s->s3->is_probably_safari = 0; +# endif /* !OPENSSL_NO_EC */ +#endif /* !OPENSSL_NO_TLSEXT */ + + rp = s->s3->rbuf.buf; + wp = s->s3->wbuf.buf; + rlen = s->s3->rbuf.len; + wlen = s->s3->wbuf.len; + init_extra = s->s3->init_extra; + if (s->s3->handshake_buffer) { + BIO_free(s->s3->handshake_buffer); + s->s3->handshake_buffer = NULL; + } + if (s->s3->handshake_dgst) { + ssl3_free_digest_list(s); + } +#if !defined(OPENSSL_NO_TLSEXT) + if (s->s3->alpn_selected) { + free(s->s3->alpn_selected); + s->s3->alpn_selected = NULL; + } +#endif + memset(s->s3, 0, sizeof *s->s3); + s->s3->rbuf.buf = rp; + s->s3->wbuf.buf = wp; + s->s3->rbuf.len = rlen; + s->s3->wbuf.len = wlen; + s->s3->init_extra = init_extra; + + ssl_free_wbio_buffer(s); + + s->packet_length = 0; + s->s3->renegotiate = 0; + s->s3->total_renegotiations = 0; + s->s3->num_renegotiations = 0; + s->s3->in_read_app_data = 0; + s->version = SSL3_VERSION; #if !defined(OPENSSL_NO_TLSEXT) && !defined(OPENSSL_NO_NEXTPROTONEG) - if (s->next_proto_negotiated) - { - OPENSSL_free(s->next_proto_negotiated); - s->next_proto_negotiated = NULL; - s->next_proto_negotiated_len = 0; - } + if (s->next_proto_negotiated) { + OPENSSL_free(s->next_proto_negotiated); + s->next_proto_negotiated = NULL; + s->next_proto_negotiated_len = 0; + } #endif - } +} #ifndef OPENSSL_NO_SRP -static char * MS_CALLBACK srp_password_from_info_cb(SSL *s, void *arg) - { - return BUF_strdup(s->srp_ctx.info) ; - } +static char *MS_CALLBACK srp_password_from_info_cb(SSL *s, void *arg) +{ + return BUF_strdup(s->srp_ctx.info); +} #endif +static int ssl3_set_req_cert_type(CERT *c, const unsigned char *p, + size_t len); + long ssl3_ctrl(SSL *s, int cmd, long larg, void *parg) - { - int ret=0; +{ + int ret = 0; #if !defined(OPENSSL_NO_DSA) || !defined(OPENSSL_NO_RSA) - if ( -#ifndef OPENSSL_NO_RSA - cmd == SSL_CTRL_SET_TMP_RSA || - cmd == SSL_CTRL_SET_TMP_RSA_CB || -#endif -#ifndef OPENSSL_NO_DSA - cmd == SSL_CTRL_SET_TMP_DH || - cmd == SSL_CTRL_SET_TMP_DH_CB || -#endif - 0) - { - if (!ssl_cert_inst(&s->cert)) - { - SSLerr(SSL_F_SSL3_CTRL, ERR_R_MALLOC_FAILURE); - return(0); - } - } + if ( +# ifndef OPENSSL_NO_RSA + cmd == SSL_CTRL_SET_TMP_RSA || cmd == SSL_CTRL_SET_TMP_RSA_CB || +# endif +# ifndef OPENSSL_NO_DSA + cmd == SSL_CTRL_SET_TMP_DH || cmd == SSL_CTRL_SET_TMP_DH_CB || +# endif + 0) { + if (!ssl_cert_inst(&s->cert)) { + SSLerr(SSL_F_SSL3_CTRL, ERR_R_MALLOC_FAILURE); + return (0); + } + } #endif - switch (cmd) - { - case SSL_CTRL_GET_SESSION_REUSED: - ret=s->hit; - break; - case SSL_CTRL_GET_CLIENT_CERT_REQUEST: - break; - case SSL_CTRL_GET_NUM_RENEGOTIATIONS: - ret=s->s3->num_renegotiations; - break; - case SSL_CTRL_CLEAR_NUM_RENEGOTIATIONS: - ret=s->s3->num_renegotiations; - s->s3->num_renegotiations=0; - break; - case SSL_CTRL_GET_TOTAL_RENEGOTIATIONS: - ret=s->s3->total_renegotiations; - break; - case SSL_CTRL_GET_FLAGS: - ret=(int)(s->s3->flags); - break; + switch (cmd) { + case SSL_CTRL_GET_SESSION_REUSED: + ret = s->hit; + break; + case SSL_CTRL_GET_CLIENT_CERT_REQUEST: + break; + case SSL_CTRL_GET_NUM_RENEGOTIATIONS: + ret = s->s3->num_renegotiations; + break; + case SSL_CTRL_CLEAR_NUM_RENEGOTIATIONS: + ret = s->s3->num_renegotiations; + s->s3->num_renegotiations = 0; + break; + case SSL_CTRL_GET_TOTAL_RENEGOTIATIONS: + ret = s->s3->total_renegotiations; + break; + case SSL_CTRL_GET_FLAGS: + ret = (int)(s->s3->flags); + break; #ifndef OPENSSL_NO_RSA - case SSL_CTRL_NEED_TMP_RSA: - if ((s->cert != NULL) && (s->cert->rsa_tmp == NULL) && - ((s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey == NULL) || - (EVP_PKEY_size(s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey) > (512/8)))) - ret = 1; - break; - case SSL_CTRL_SET_TMP_RSA: - { - RSA *rsa = (RSA *)parg; - if (rsa == NULL) - { - SSLerr(SSL_F_SSL3_CTRL, ERR_R_PASSED_NULL_PARAMETER); - return(ret); - } - if ((rsa = RSAPrivateKey_dup(rsa)) == NULL) - { - SSLerr(SSL_F_SSL3_CTRL, ERR_R_RSA_LIB); - return(ret); - } - if (s->cert->rsa_tmp != NULL) - RSA_free(s->cert->rsa_tmp); - s->cert->rsa_tmp = rsa; - ret = 1; - } - break; - case SSL_CTRL_SET_TMP_RSA_CB: - { - SSLerr(SSL_F_SSL3_CTRL, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); - return(ret); - } - break; + case SSL_CTRL_NEED_TMP_RSA: + if ((s->cert != NULL) && (s->cert->rsa_tmp == NULL) && + ((s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey == NULL) || + (EVP_PKEY_size(s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey) > + (512 / 8)))) + ret = 1; + break; + case SSL_CTRL_SET_TMP_RSA: + { + RSA *rsa = (RSA *)parg; + if (rsa == NULL) { + SSLerr(SSL_F_SSL3_CTRL, ERR_R_PASSED_NULL_PARAMETER); + return (ret); + } + if ((rsa = RSAPrivateKey_dup(rsa)) == NULL) { + SSLerr(SSL_F_SSL3_CTRL, ERR_R_RSA_LIB); + return (ret); + } + if (s->cert->rsa_tmp != NULL) + RSA_free(s->cert->rsa_tmp); + s->cert->rsa_tmp = rsa; + ret = 1; + } + break; + case SSL_CTRL_SET_TMP_RSA_CB: + { + SSLerr(SSL_F_SSL3_CTRL, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); + return (ret); + } + break; #endif #ifndef OPENSSL_NO_DH - case SSL_CTRL_SET_TMP_DH: - { - DH *dh = (DH *)parg; - if (dh == NULL) - { - SSLerr(SSL_F_SSL3_CTRL, ERR_R_PASSED_NULL_PARAMETER); - return(ret); - } - if ((dh = DHparams_dup(dh)) == NULL) - { - SSLerr(SSL_F_SSL3_CTRL, ERR_R_DH_LIB); - return(ret); - } - if (!(s->options & SSL_OP_SINGLE_DH_USE)) - { - if (!DH_generate_key(dh)) - { - DH_free(dh); - SSLerr(SSL_F_SSL3_CTRL, ERR_R_DH_LIB); - return(ret); - } - } - if (s->cert->dh_tmp != NULL) - DH_free(s->cert->dh_tmp); - s->cert->dh_tmp = dh; - ret = 1; - } - break; - case SSL_CTRL_SET_TMP_DH_CB: - { - SSLerr(SSL_F_SSL3_CTRL, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); - return(ret); - } - break; + case SSL_CTRL_SET_TMP_DH: + { + DH *dh = (DH *)parg; + if (dh == NULL) { + SSLerr(SSL_F_SSL3_CTRL, ERR_R_PASSED_NULL_PARAMETER); + return (ret); + } + if ((dh = DHparams_dup(dh)) == NULL) { + SSLerr(SSL_F_SSL3_CTRL, ERR_R_DH_LIB); + return (ret); + } + if (!(s->options & SSL_OP_SINGLE_DH_USE)) { + if (!DH_generate_key(dh)) { + DH_free(dh); + SSLerr(SSL_F_SSL3_CTRL, ERR_R_DH_LIB); + return (ret); + } + } + if (s->cert->dh_tmp != NULL) + DH_free(s->cert->dh_tmp); + s->cert->dh_tmp = dh; + ret = 1; + } + break; + case SSL_CTRL_SET_TMP_DH_CB: + { + SSLerr(SSL_F_SSL3_CTRL, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); + return (ret); + } + break; #endif #ifndef OPENSSL_NO_ECDH - case SSL_CTRL_SET_TMP_ECDH: - { - EC_KEY *ecdh = NULL; - - if (parg == NULL) - { - SSLerr(SSL_F_SSL3_CTRL, ERR_R_PASSED_NULL_PARAMETER); - return(ret); - } - if (!EC_KEY_up_ref((EC_KEY *)parg)) - { - SSLerr(SSL_F_SSL3_CTRL,ERR_R_ECDH_LIB); - return(ret); - } - ecdh = (EC_KEY *)parg; - if (!(s->options & SSL_OP_SINGLE_ECDH_USE)) - { - if (!EC_KEY_generate_key(ecdh)) - { - EC_KEY_free(ecdh); - SSLerr(SSL_F_SSL3_CTRL,ERR_R_ECDH_LIB); - return(ret); - } - } - if (s->cert->ecdh_tmp != NULL) - EC_KEY_free(s->cert->ecdh_tmp); - s->cert->ecdh_tmp = ecdh; - ret = 1; - } - break; - case SSL_CTRL_SET_TMP_ECDH_CB: - { - SSLerr(SSL_F_SSL3_CTRL, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); - return(ret); - } - break; -#endif /* !OPENSSL_NO_ECDH */ + case SSL_CTRL_SET_TMP_ECDH: + { + EC_KEY *ecdh = NULL; + + if (parg == NULL) { + SSLerr(SSL_F_SSL3_CTRL, ERR_R_PASSED_NULL_PARAMETER); + return (ret); + } + if (!EC_KEY_up_ref((EC_KEY *)parg)) { + SSLerr(SSL_F_SSL3_CTRL, ERR_R_ECDH_LIB); + return (ret); + } + ecdh = (EC_KEY *)parg; + if (!(s->options & SSL_OP_SINGLE_ECDH_USE)) { + if (!EC_KEY_generate_key(ecdh)) { + EC_KEY_free(ecdh); + SSLerr(SSL_F_SSL3_CTRL, ERR_R_ECDH_LIB); + return (ret); + } + } + if (s->cert->ecdh_tmp != NULL) + EC_KEY_free(s->cert->ecdh_tmp); + s->cert->ecdh_tmp = ecdh; + ret = 1; + } + break; + case SSL_CTRL_SET_TMP_ECDH_CB: + { + SSLerr(SSL_F_SSL3_CTRL, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); + return (ret); + } + break; +#endif /* !OPENSSL_NO_ECDH */ #ifndef OPENSSL_NO_TLSEXT - case SSL_CTRL_SET_TLSEXT_HOSTNAME: - if (larg == TLSEXT_NAMETYPE_host_name) - { - if (s->tlsext_hostname != NULL) - OPENSSL_free(s->tlsext_hostname); - s->tlsext_hostname = NULL; - - ret = 1; - if (parg == NULL) - break; - if (strlen((char *)parg) > TLSEXT_MAXLEN_host_name) - { - SSLerr(SSL_F_SSL3_CTRL, SSL_R_SSL3_EXT_INVALID_SERVERNAME); - return 0; - } - if ((s->tlsext_hostname = BUF_strdup((char *)parg)) == NULL) - { - SSLerr(SSL_F_SSL3_CTRL, ERR_R_INTERNAL_ERROR); - return 0; - } - } - else - { - SSLerr(SSL_F_SSL3_CTRL, SSL_R_SSL3_EXT_INVALID_SERVERNAME_TYPE); - return 0; - } - break; - case SSL_CTRL_SET_TLSEXT_DEBUG_ARG: - s->tlsext_debug_arg=parg; - ret = 1; - break; + case SSL_CTRL_SET_TLSEXT_HOSTNAME: + if (larg == TLSEXT_NAMETYPE_host_name) { + if (s->tlsext_hostname != NULL) + OPENSSL_free(s->tlsext_hostname); + s->tlsext_hostname = NULL; + + ret = 1; + if (parg == NULL) + break; + if (strlen((char *)parg) > TLSEXT_MAXLEN_host_name) { + SSLerr(SSL_F_SSL3_CTRL, SSL_R_SSL3_EXT_INVALID_SERVERNAME); + return 0; + } + if ((s->tlsext_hostname = BUF_strdup((char *)parg)) == NULL) { + SSLerr(SSL_F_SSL3_CTRL, ERR_R_INTERNAL_ERROR); + return 0; + } + } else { + SSLerr(SSL_F_SSL3_CTRL, SSL_R_SSL3_EXT_INVALID_SERVERNAME_TYPE); + return 0; + } + break; + case SSL_CTRL_SET_TLSEXT_DEBUG_ARG: + s->tlsext_debug_arg = parg; + ret = 1; + break; + +# ifdef TLSEXT_TYPE_opaque_prf_input + case SSL_CTRL_SET_TLSEXT_OPAQUE_PRF_INPUT: + if (larg > 12288) { /* actual internal limit is 2^16 for the + * complete hello message * (including the + * cert chain and everything) */ + SSLerr(SSL_F_SSL3_CTRL, SSL_R_OPAQUE_PRF_INPUT_TOO_LONG); + break; + } + if (s->tlsext_opaque_prf_input != NULL) + OPENSSL_free(s->tlsext_opaque_prf_input); + if ((size_t)larg == 0) + s->tlsext_opaque_prf_input = OPENSSL_malloc(1); /* dummy byte + * just to get + * non-NULL */ + else + s->tlsext_opaque_prf_input = BUF_memdup(parg, (size_t)larg); + if (s->tlsext_opaque_prf_input != NULL) { + s->tlsext_opaque_prf_input_len = (size_t)larg; + ret = 1; + } else + s->tlsext_opaque_prf_input_len = 0; + break; +# endif + + case SSL_CTRL_SET_TLSEXT_STATUS_REQ_TYPE: + s->tlsext_status_type = larg; + ret = 1; + break; + + case SSL_CTRL_GET_TLSEXT_STATUS_REQ_EXTS: + *(STACK_OF(X509_EXTENSION) **)parg = s->tlsext_ocsp_exts; + ret = 1; + break; + + case SSL_CTRL_SET_TLSEXT_STATUS_REQ_EXTS: + s->tlsext_ocsp_exts = parg; + ret = 1; + break; + + case SSL_CTRL_GET_TLSEXT_STATUS_REQ_IDS: + *(STACK_OF(OCSP_RESPID) **)parg = s->tlsext_ocsp_ids; + ret = 1; + break; + + case SSL_CTRL_SET_TLSEXT_STATUS_REQ_IDS: + s->tlsext_ocsp_ids = parg; + ret = 1; + break; + + case SSL_CTRL_GET_TLSEXT_STATUS_REQ_OCSP_RESP: + *(unsigned char **)parg = s->tlsext_ocsp_resp; + return s->tlsext_ocsp_resplen; + + case SSL_CTRL_SET_TLSEXT_STATUS_REQ_OCSP_RESP: + if (s->tlsext_ocsp_resp) + OPENSSL_free(s->tlsext_ocsp_resp); + s->tlsext_ocsp_resp = parg; + s->tlsext_ocsp_resplen = larg; + ret = 1; + break; + +# ifndef OPENSSL_NO_HEARTBEATS + case SSL_CTRL_TLS_EXT_SEND_HEARTBEAT: + if (SSL_IS_DTLS(s)) + ret = dtls1_heartbeat(s); + else + ret = tls1_heartbeat(s); + break; + + case SSL_CTRL_GET_TLS_EXT_HEARTBEAT_PENDING: + ret = s->tlsext_hb_pending; + break; + + case SSL_CTRL_SET_TLS_EXT_HEARTBEAT_NO_REQUESTS: + if (larg) + s->tlsext_heartbeat |= SSL_TLSEXT_HB_DONT_RECV_REQUESTS; + else + s->tlsext_heartbeat &= ~SSL_TLSEXT_HB_DONT_RECV_REQUESTS; + ret = 1; + break; +# endif + +#endif /* !OPENSSL_NO_TLSEXT */ + + case SSL_CTRL_CHAIN: + if (larg) + return ssl_cert_set1_chain(s->cert, (STACK_OF(X509) *)parg); + else + return ssl_cert_set0_chain(s->cert, (STACK_OF(X509) *)parg); + + case SSL_CTRL_CHAIN_CERT: + if (larg) + return ssl_cert_add1_chain_cert(s->cert, (X509 *)parg); + else + return ssl_cert_add0_chain_cert(s->cert, (X509 *)parg); + + case SSL_CTRL_GET_CHAIN_CERTS: + *(STACK_OF(X509) **)parg = s->cert->key->chain; + break; + + case SSL_CTRL_SELECT_CURRENT_CERT: + return ssl_cert_select_current(s->cert, (X509 *)parg); + + case SSL_CTRL_SET_CURRENT_CERT: + if (larg == SSL_CERT_SET_SERVER) { + CERT_PKEY *cpk; + const SSL_CIPHER *cipher; + if (!s->server) + return 0; + cipher = s->s3->tmp.new_cipher; + if (!cipher) + return 0; + /* + * No certificate for unauthenticated ciphersuites or using SRP + * authentication + */ + if (cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP)) + return 2; + cpk = ssl_get_server_send_pkey(s); + if (!cpk) + return 0; + s->cert->key = cpk; + return 1; + } + return ssl_cert_set_current(s->cert, larg); -#ifdef TLSEXT_TYPE_opaque_prf_input - case SSL_CTRL_SET_TLSEXT_OPAQUE_PRF_INPUT: - if (larg > 12288) /* actual internal limit is 2^16 for the complete hello message - * (including the cert chain and everything) */ - { - SSLerr(SSL_F_SSL3_CTRL, SSL_R_OPAQUE_PRF_INPUT_TOO_LONG); - break; - } - if (s->tlsext_opaque_prf_input != NULL) - OPENSSL_free(s->tlsext_opaque_prf_input); - if ((size_t)larg == 0) - s->tlsext_opaque_prf_input = OPENSSL_malloc(1); /* dummy byte just to get non-NULL */ - else - s->tlsext_opaque_prf_input = BUF_memdup(parg, (size_t)larg); - if (s->tlsext_opaque_prf_input != NULL) - { - s->tlsext_opaque_prf_input_len = (size_t)larg; - ret = 1; - } - else - s->tlsext_opaque_prf_input_len = 0; - break; +#ifndef OPENSSL_NO_EC + case SSL_CTRL_GET_CURVES: + { + unsigned char *clist; + size_t clistlen; + if (!s->session) + return 0; + clist = s->session->tlsext_ellipticcurvelist; + clistlen = s->session->tlsext_ellipticcurvelist_length / 2; + if (parg) { + size_t i; + int *cptr = parg; + unsigned int cid, nid; + for (i = 0; i < clistlen; i++) { + n2s(clist, cid); + nid = tls1_ec_curve_id2nid(cid); + if (nid != 0) + cptr[i] = nid; + else + cptr[i] = TLSEXT_nid_unknown | cid; + } + } + return (int)clistlen; + } + + case SSL_CTRL_SET_CURVES: + return tls1_set_curves(&s->tlsext_ellipticcurvelist, + &s->tlsext_ellipticcurvelist_length, + parg, larg); + + case SSL_CTRL_SET_CURVES_LIST: + return tls1_set_curves_list(&s->tlsext_ellipticcurvelist, + &s->tlsext_ellipticcurvelist_length, + parg); + + case SSL_CTRL_GET_SHARED_CURVE: + return tls1_shared_curve(s, larg); + +# ifndef OPENSSL_NO_ECDH + case SSL_CTRL_SET_ECDH_AUTO: + s->cert->ecdh_tmp_auto = larg; + return 1; +# endif #endif - - case SSL_CTRL_SET_TLSEXT_STATUS_REQ_TYPE: - s->tlsext_status_type=larg; - ret = 1; - break; - - case SSL_CTRL_GET_TLSEXT_STATUS_REQ_EXTS: - *(STACK_OF(X509_EXTENSION) **)parg = s->tlsext_ocsp_exts; - ret = 1; - break; - - case SSL_CTRL_SET_TLSEXT_STATUS_REQ_EXTS: - s->tlsext_ocsp_exts = parg; - ret = 1; - break; - - case SSL_CTRL_GET_TLSEXT_STATUS_REQ_IDS: - *(STACK_OF(OCSP_RESPID) **)parg = s->tlsext_ocsp_ids; - ret = 1; - break; - - case SSL_CTRL_SET_TLSEXT_STATUS_REQ_IDS: - s->tlsext_ocsp_ids = parg; - ret = 1; - break; - - case SSL_CTRL_GET_TLSEXT_STATUS_REQ_OCSP_RESP: - *(unsigned char **)parg = s->tlsext_ocsp_resp; - return s->tlsext_ocsp_resplen; - - case SSL_CTRL_SET_TLSEXT_STATUS_REQ_OCSP_RESP: - if (s->tlsext_ocsp_resp) - OPENSSL_free(s->tlsext_ocsp_resp); - s->tlsext_ocsp_resp = parg; - s->tlsext_ocsp_resplen = larg; - ret = 1; - break; - -#ifndef OPENSSL_NO_HEARTBEATS - case SSL_CTRL_TLS_EXT_SEND_HEARTBEAT: - if (SSL_version(s) == DTLS1_VERSION || SSL_version(s) == DTLS1_BAD_VER) - ret = dtls1_heartbeat(s); - else - ret = tls1_heartbeat(s); - break; - - case SSL_CTRL_GET_TLS_EXT_HEARTBEAT_PENDING: - ret = s->tlsext_hb_pending; - break; - - case SSL_CTRL_SET_TLS_EXT_HEARTBEAT_NO_REQUESTS: - if (larg) - s->tlsext_heartbeat |= SSL_TLSEXT_HB_DONT_RECV_REQUESTS; - else - s->tlsext_heartbeat &= ~SSL_TLSEXT_HB_DONT_RECV_REQUESTS; - ret = 1; - break; + case SSL_CTRL_SET_SIGALGS: + return tls1_set_sigalgs(s->cert, parg, larg, 0); + + case SSL_CTRL_SET_SIGALGS_LIST: + return tls1_set_sigalgs_list(s->cert, parg, 0); + + case SSL_CTRL_SET_CLIENT_SIGALGS: + return tls1_set_sigalgs(s->cert, parg, larg, 1); + + case SSL_CTRL_SET_CLIENT_SIGALGS_LIST: + return tls1_set_sigalgs_list(s->cert, parg, 1); + + case SSL_CTRL_GET_CLIENT_CERT_TYPES: + { + const unsigned char **pctype = parg; + if (s->server || !s->s3->tmp.cert_req) + return 0; + if (s->cert->ctypes) { + if (pctype) + *pctype = s->cert->ctypes; + return (int)s->cert->ctype_num; + } + if (pctype) + *pctype = (unsigned char *)s->s3->tmp.ctype; + return s->s3->tmp.ctype_num; + } + + case SSL_CTRL_SET_CLIENT_CERT_TYPES: + if (!s->server) + return 0; + return ssl3_set_req_cert_type(s->cert, parg, larg); + + case SSL_CTRL_BUILD_CERT_CHAIN: + return ssl_build_cert_chain(s->cert, s->ctx->cert_store, larg); + + case SSL_CTRL_SET_VERIFY_CERT_STORE: + return ssl_cert_set_cert_store(s->cert, parg, 0, larg); + + case SSL_CTRL_SET_CHAIN_CERT_STORE: + return ssl_cert_set_cert_store(s->cert, parg, 1, larg); + + case SSL_CTRL_GET_PEER_SIGNATURE_NID: + if (SSL_USE_SIGALGS(s)) { + if (s->session && s->session->sess_cert) { + const EVP_MD *sig; + sig = s->session->sess_cert->peer_key->digest; + if (sig) { + *(int *)parg = EVP_MD_type(sig); + return 1; + } + } + return 0; + } + /* Might want to do something here for other versions */ + else + return 0; + + case SSL_CTRL_GET_SERVER_TMP_KEY: + if (s->server || !s->session || !s->session->sess_cert) + return 0; + else { + SESS_CERT *sc; + EVP_PKEY *ptmp; + int rv = 0; + sc = s->session->sess_cert; +#if !defined(OPENSSL_NO_RSA) && !defined(OPENSSL_NO_DH) && !defined(OPENSSL_NO_EC) && !defined(OPENSSL_NO_ECDH) + if (!sc->peer_rsa_tmp && !sc->peer_dh_tmp && !sc->peer_ecdh_tmp) + return 0; +#endif + ptmp = EVP_PKEY_new(); + if (!ptmp) + return 0; + if (0) ; +#ifndef OPENSSL_NO_RSA + else if (sc->peer_rsa_tmp) + rv = EVP_PKEY_set1_RSA(ptmp, sc->peer_rsa_tmp); +#endif +#ifndef OPENSSL_NO_DH + else if (sc->peer_dh_tmp) + rv = EVP_PKEY_set1_DH(ptmp, sc->peer_dh_tmp); +#endif +#ifndef OPENSSL_NO_ECDH + else if (sc->peer_ecdh_tmp) + rv = EVP_PKEY_set1_EC_KEY(ptmp, sc->peer_ecdh_tmp); +#endif + if (rv) { + *(EVP_PKEY **)parg = ptmp; + return 1; + } + EVP_PKEY_free(ptmp); + return 0; + } +#ifndef OPENSSL_NO_EC + case SSL_CTRL_GET_EC_POINT_FORMATS: + { + SSL_SESSION *sess = s->session; + const unsigned char **pformat = parg; + if (!sess || !sess->tlsext_ecpointformatlist) + return 0; + *pformat = sess->tlsext_ecpointformatlist; + return (int)sess->tlsext_ecpointformatlist_length; + } #endif -#endif /* !OPENSSL_NO_TLSEXT */ - - case SSL_CTRL_CHECK_PROTO_VERSION: - /* For library-internal use; checks that the current protocol - * is the highest enabled version (according to s->ctx->method, - * as version negotiation may have changed s->method). */ - if (s->version == s->ctx->method->version) - return 1; - /* Apparently we're using a version-flexible SSL_METHOD - * (not at its highest protocol version). */ - if (s->ctx->method->version == SSLv23_method()->version) - { + case SSL_CTRL_CHECK_PROTO_VERSION: + /* + * For library-internal use; checks that the current protocol is the + * highest enabled version (according to s->ctx->method, as version + * negotiation may have changed s->method). + */ + if (s->version == s->ctx->method->version) + return 1; + /* + * Apparently we're using a version-flexible SSL_METHOD (not at its + * highest protocol version). + */ + if (s->ctx->method->version == SSLv23_method()->version) { #if TLS_MAX_VERSION != TLS1_2_VERSION -# error Code needs update for SSLv23_method() support beyond TLS1_2_VERSION. +# error Code needs update for SSLv23_method() support beyond TLS1_2_VERSION. #endif - if (!(s->options & SSL_OP_NO_TLSv1_2)) - return s->version == TLS1_2_VERSION; - if (!(s->options & SSL_OP_NO_TLSv1_1)) - return s->version == TLS1_1_VERSION; - if (!(s->options & SSL_OP_NO_TLSv1)) - return s->version == TLS1_VERSION; - if (!(s->options & SSL_OP_NO_SSLv3)) - return s->version == SSL3_VERSION; - if (!(s->options & SSL_OP_NO_SSLv2)) - return s->version == SSL2_VERSION; - } - return 0; /* Unexpected state; fail closed. */ - - default: - break; - } - return(ret); - } - -long ssl3_callback_ctrl(SSL *s, int cmd, void (*fp)(void)) - { - int ret=0; + if (!(s->options & SSL_OP_NO_TLSv1_2)) + return s->version == TLS1_2_VERSION; + if (!(s->options & SSL_OP_NO_TLSv1_1)) + return s->version == TLS1_1_VERSION; + if (!(s->options & SSL_OP_NO_TLSv1)) + return s->version == TLS1_VERSION; + if (!(s->options & SSL_OP_NO_SSLv3)) + return s->version == SSL3_VERSION; + if (!(s->options & SSL_OP_NO_SSLv2)) + return s->version == SSL2_VERSION; + } + return 0; /* Unexpected state; fail closed. */ + + default: + break; + } + return (ret); +} + +long ssl3_callback_ctrl(SSL *s, int cmd, void (*fp) (void)) +{ + int ret = 0; #if !defined(OPENSSL_NO_DSA) || !defined(OPENSSL_NO_RSA) - if ( -#ifndef OPENSSL_NO_RSA - cmd == SSL_CTRL_SET_TMP_RSA_CB || -#endif -#ifndef OPENSSL_NO_DSA - cmd == SSL_CTRL_SET_TMP_DH_CB || -#endif - 0) - { - if (!ssl_cert_inst(&s->cert)) - { - SSLerr(SSL_F_SSL3_CALLBACK_CTRL, ERR_R_MALLOC_FAILURE); - return(0); - } - } + if ( +# ifndef OPENSSL_NO_RSA + cmd == SSL_CTRL_SET_TMP_RSA_CB || +# endif +# ifndef OPENSSL_NO_DSA + cmd == SSL_CTRL_SET_TMP_DH_CB || +# endif + 0) { + if (!ssl_cert_inst(&s->cert)) { + SSLerr(SSL_F_SSL3_CALLBACK_CTRL, ERR_R_MALLOC_FAILURE); + return (0); + } + } #endif - switch (cmd) - { + switch (cmd) { #ifndef OPENSSL_NO_RSA - case SSL_CTRL_SET_TMP_RSA_CB: - { - s->cert->rsa_tmp_cb = (RSA *(*)(SSL *, int, int))fp; - } - break; + case SSL_CTRL_SET_TMP_RSA_CB: + { + s->cert->rsa_tmp_cb = (RSA *(*)(SSL *, int, int))fp; + } + break; #endif #ifndef OPENSSL_NO_DH - case SSL_CTRL_SET_TMP_DH_CB: - { - s->cert->dh_tmp_cb = (DH *(*)(SSL *, int, int))fp; - } - break; + case SSL_CTRL_SET_TMP_DH_CB: + { + s->cert->dh_tmp_cb = (DH *(*)(SSL *, int, int))fp; + } + break; #endif #ifndef OPENSSL_NO_ECDH - case SSL_CTRL_SET_TMP_ECDH_CB: - { - s->cert->ecdh_tmp_cb = (EC_KEY *(*)(SSL *, int, int))fp; - } - break; + case SSL_CTRL_SET_TMP_ECDH_CB: + { + s->cert->ecdh_tmp_cb = (EC_KEY *(*)(SSL *, int, int))fp; + } + break; #endif #ifndef OPENSSL_NO_TLSEXT - case SSL_CTRL_SET_TLSEXT_DEBUG_CB: - s->tlsext_debug_cb=(void (*)(SSL *,int ,int, - unsigned char *, int, void *))fp; - break; + case SSL_CTRL_SET_TLSEXT_DEBUG_CB: + s->tlsext_debug_cb = (void (*)(SSL *, int, int, + unsigned char *, int, void *))fp; + break; #endif - default: - break; - } - return(ret); - } + default: + break; + } + return (ret); +} long ssl3_ctx_ctrl(SSL_CTX *ctx, int cmd, long larg, void *parg) - { - CERT *cert; +{ + CERT *cert; - cert=ctx->cert; + cert = ctx->cert; - switch (cmd) - { + switch (cmd) { #ifndef OPENSSL_NO_RSA - case SSL_CTRL_NEED_TMP_RSA: - if ( (cert->rsa_tmp == NULL) && - ((cert->pkeys[SSL_PKEY_RSA_ENC].privatekey == NULL) || - (EVP_PKEY_size(cert->pkeys[SSL_PKEY_RSA_ENC].privatekey) > (512/8))) - ) - return(1); - else - return(0); - /* break; */ - case SSL_CTRL_SET_TMP_RSA: - { - RSA *rsa; - int i; - - rsa=(RSA *)parg; - i=1; - if (rsa == NULL) - i=0; - else - { - if ((rsa=RSAPrivateKey_dup(rsa)) == NULL) - i=0; - } - if (!i) - { - SSLerr(SSL_F_SSL3_CTX_CTRL,ERR_R_RSA_LIB); - return(0); - } - else - { - if (cert->rsa_tmp != NULL) - RSA_free(cert->rsa_tmp); - cert->rsa_tmp=rsa; - return(1); - } - } - /* break; */ - case SSL_CTRL_SET_TMP_RSA_CB: - { - SSLerr(SSL_F_SSL3_CTX_CTRL, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); - return(0); - } - break; + case SSL_CTRL_NEED_TMP_RSA: + if ((cert->rsa_tmp == NULL) && + ((cert->pkeys[SSL_PKEY_RSA_ENC].privatekey == NULL) || + (EVP_PKEY_size(cert->pkeys[SSL_PKEY_RSA_ENC].privatekey) > + (512 / 8))) + ) + return (1); + else + return (0); + /* break; */ + case SSL_CTRL_SET_TMP_RSA: + { + RSA *rsa; + int i; + + rsa = (RSA *)parg; + i = 1; + if (rsa == NULL) + i = 0; + else { + if ((rsa = RSAPrivateKey_dup(rsa)) == NULL) + i = 0; + } + if (!i) { + SSLerr(SSL_F_SSL3_CTX_CTRL, ERR_R_RSA_LIB); + return (0); + } else { + if (cert->rsa_tmp != NULL) + RSA_free(cert->rsa_tmp); + cert->rsa_tmp = rsa; + return (1); + } + } + /* break; */ + case SSL_CTRL_SET_TMP_RSA_CB: + { + SSLerr(SSL_F_SSL3_CTX_CTRL, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); + return (0); + } + break; #endif #ifndef OPENSSL_NO_DH - case SSL_CTRL_SET_TMP_DH: - { - DH *new=NULL,*dh; - - dh=(DH *)parg; - if ((new=DHparams_dup(dh)) == NULL) - { - SSLerr(SSL_F_SSL3_CTX_CTRL,ERR_R_DH_LIB); - return 0; - } - if (!(ctx->options & SSL_OP_SINGLE_DH_USE)) - { - if (!DH_generate_key(new)) - { - SSLerr(SSL_F_SSL3_CTX_CTRL,ERR_R_DH_LIB); - DH_free(new); - return 0; - } - } - if (cert->dh_tmp != NULL) - DH_free(cert->dh_tmp); - cert->dh_tmp=new; - return 1; - } - /*break; */ - case SSL_CTRL_SET_TMP_DH_CB: - { - SSLerr(SSL_F_SSL3_CTX_CTRL, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); - return(0); - } - break; + case SSL_CTRL_SET_TMP_DH: + { + DH *new = NULL, *dh; + + dh = (DH *)parg; + if ((new = DHparams_dup(dh)) == NULL) { + SSLerr(SSL_F_SSL3_CTX_CTRL, ERR_R_DH_LIB); + return 0; + } + if (!(ctx->options & SSL_OP_SINGLE_DH_USE)) { + if (!DH_generate_key(new)) { + SSLerr(SSL_F_SSL3_CTX_CTRL, ERR_R_DH_LIB); + DH_free(new); + return 0; + } + } + if (cert->dh_tmp != NULL) + DH_free(cert->dh_tmp); + cert->dh_tmp = new; + return 1; + } + /* + * break; + */ + case SSL_CTRL_SET_TMP_DH_CB: + { + SSLerr(SSL_F_SSL3_CTX_CTRL, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); + return (0); + } + break; #endif #ifndef OPENSSL_NO_ECDH - case SSL_CTRL_SET_TMP_ECDH: - { - EC_KEY *ecdh = NULL; - - if (parg == NULL) - { - SSLerr(SSL_F_SSL3_CTX_CTRL,ERR_R_ECDH_LIB); - return 0; - } - ecdh = EC_KEY_dup((EC_KEY *)parg); - if (ecdh == NULL) - { - SSLerr(SSL_F_SSL3_CTX_CTRL,ERR_R_EC_LIB); - return 0; - } - if (!(ctx->options & SSL_OP_SINGLE_ECDH_USE)) - { - if (!EC_KEY_generate_key(ecdh)) - { - EC_KEY_free(ecdh); - SSLerr(SSL_F_SSL3_CTX_CTRL,ERR_R_ECDH_LIB); - return 0; - } - } - - if (cert->ecdh_tmp != NULL) - { - EC_KEY_free(cert->ecdh_tmp); - } - cert->ecdh_tmp = ecdh; - return 1; - } - /* break; */ - case SSL_CTRL_SET_TMP_ECDH_CB: - { - SSLerr(SSL_F_SSL3_CTX_CTRL, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); - return(0); - } - break; -#endif /* !OPENSSL_NO_ECDH */ + case SSL_CTRL_SET_TMP_ECDH: + { + EC_KEY *ecdh = NULL; + + if (parg == NULL) { + SSLerr(SSL_F_SSL3_CTX_CTRL, ERR_R_ECDH_LIB); + return 0; + } + ecdh = EC_KEY_dup((EC_KEY *)parg); + if (ecdh == NULL) { + SSLerr(SSL_F_SSL3_CTX_CTRL, ERR_R_EC_LIB); + return 0; + } + if (!(ctx->options & SSL_OP_SINGLE_ECDH_USE)) { + if (!EC_KEY_generate_key(ecdh)) { + EC_KEY_free(ecdh); + SSLerr(SSL_F_SSL3_CTX_CTRL, ERR_R_ECDH_LIB); + return 0; + } + } + + if (cert->ecdh_tmp != NULL) { + EC_KEY_free(cert->ecdh_tmp); + } + cert->ecdh_tmp = ecdh; + return 1; + } + /* break; */ + case SSL_CTRL_SET_TMP_ECDH_CB: + { + SSLerr(SSL_F_SSL3_CTX_CTRL, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); + return (0); + } + break; +#endif /* !OPENSSL_NO_ECDH */ #ifndef OPENSSL_NO_TLSEXT - case SSL_CTRL_SET_TLSEXT_SERVERNAME_ARG: - ctx->tlsext_servername_arg=parg; - break; - case SSL_CTRL_SET_TLSEXT_TICKET_KEYS: - case SSL_CTRL_GET_TLSEXT_TICKET_KEYS: - { - unsigned char *keys = parg; - if (!keys) - return 48; - if (larg != 48) - { - SSLerr(SSL_F_SSL3_CTX_CTRL, SSL_R_INVALID_TICKET_KEYS_LENGTH); - return 0; - } - if (cmd == SSL_CTRL_SET_TLSEXT_TICKET_KEYS) - { - memcpy(ctx->tlsext_tick_key_name, keys, 16); - memcpy(ctx->tlsext_tick_hmac_key, keys + 16, 16); - memcpy(ctx->tlsext_tick_aes_key, keys + 32, 16); - } - else - { - memcpy(keys, ctx->tlsext_tick_key_name, 16); - memcpy(keys + 16, ctx->tlsext_tick_hmac_key, 16); - memcpy(keys + 32, ctx->tlsext_tick_aes_key, 16); - } - return 1; - } - -#ifdef TLSEXT_TYPE_opaque_prf_input - case SSL_CTRL_SET_TLSEXT_OPAQUE_PRF_INPUT_CB_ARG: - ctx->tlsext_opaque_prf_input_callback_arg = parg; - return 1; -#endif - - case SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB_ARG: - ctx->tlsext_status_arg=parg; - return 1; - break; - -#ifndef OPENSSL_NO_SRP - case SSL_CTRL_SET_TLS_EXT_SRP_USERNAME: - ctx->srp_ctx.srp_Mask|=SSL_kSRP; - if (ctx->srp_ctx.login != NULL) - OPENSSL_free(ctx->srp_ctx.login); - ctx->srp_ctx.login = NULL; - if (parg == NULL) - break; - if (strlen((const char *)parg) > 255 || strlen((const char *)parg) < 1) - { - SSLerr(SSL_F_SSL3_CTX_CTRL, SSL_R_INVALID_SRP_USERNAME); - return 0; - } - if ((ctx->srp_ctx.login = BUF_strdup((char *)parg)) == NULL) - { - SSLerr(SSL_F_SSL3_CTX_CTRL, ERR_R_INTERNAL_ERROR); - return 0; - } - break; - case SSL_CTRL_SET_TLS_EXT_SRP_PASSWORD: - ctx->srp_ctx.SRP_give_srp_client_pwd_callback=srp_password_from_info_cb; - ctx->srp_ctx.info=parg; - break; - case SSL_CTRL_SET_SRP_ARG: - ctx->srp_ctx.srp_Mask|=SSL_kSRP; - ctx->srp_ctx.SRP_cb_arg=parg; - break; - - case SSL_CTRL_SET_TLS_EXT_SRP_STRENGTH: - ctx->srp_ctx.strength=larg; - break; -#endif -#endif /* !OPENSSL_NO_TLSEXT */ - - /* A Thawte special :-) */ - case SSL_CTRL_EXTRA_CHAIN_CERT: - if (ctx->extra_certs == NULL) - { - if ((ctx->extra_certs=sk_X509_new_null()) == NULL) - return(0); - } - sk_X509_push(ctx->extra_certs,(X509 *)parg); - break; - - case SSL_CTRL_GET_EXTRA_CHAIN_CERTS: - *(STACK_OF(X509) **)parg = ctx->extra_certs; - break; - - case SSL_CTRL_CLEAR_EXTRA_CHAIN_CERTS: - if (ctx->extra_certs) - { - sk_X509_pop_free(ctx->extra_certs, X509_free); - ctx->extra_certs = NULL; - } - break; - - default: - return(0); - } - return(1); - } - -long ssl3_ctx_callback_ctrl(SSL_CTX *ctx, int cmd, void (*fp)(void)) - { - CERT *cert; - - cert=ctx->cert; - - switch (cmd) - { + case SSL_CTRL_SET_TLSEXT_SERVERNAME_ARG: + ctx->tlsext_servername_arg = parg; + break; + case SSL_CTRL_SET_TLSEXT_TICKET_KEYS: + case SSL_CTRL_GET_TLSEXT_TICKET_KEYS: + { + unsigned char *keys = parg; + if (!keys) + return 48; + if (larg != 48) { + SSLerr(SSL_F_SSL3_CTX_CTRL, SSL_R_INVALID_TICKET_KEYS_LENGTH); + return 0; + } + if (cmd == SSL_CTRL_SET_TLSEXT_TICKET_KEYS) { + memcpy(ctx->tlsext_tick_key_name, keys, 16); + memcpy(ctx->tlsext_tick_hmac_key, keys + 16, 16); + memcpy(ctx->tlsext_tick_aes_key, keys + 32, 16); + } else { + memcpy(keys, ctx->tlsext_tick_key_name, 16); + memcpy(keys + 16, ctx->tlsext_tick_hmac_key, 16); + memcpy(keys + 32, ctx->tlsext_tick_aes_key, 16); + } + return 1; + } + +# ifdef TLSEXT_TYPE_opaque_prf_input + case SSL_CTRL_SET_TLSEXT_OPAQUE_PRF_INPUT_CB_ARG: + ctx->tlsext_opaque_prf_input_callback_arg = parg; + return 1; +# endif + + case SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB_ARG: + ctx->tlsext_status_arg = parg; + return 1; + break; + +# ifndef OPENSSL_NO_SRP + case SSL_CTRL_SET_TLS_EXT_SRP_USERNAME: + ctx->srp_ctx.srp_Mask |= SSL_kSRP; + if (ctx->srp_ctx.login != NULL) + OPENSSL_free(ctx->srp_ctx.login); + ctx->srp_ctx.login = NULL; + if (parg == NULL) + break; + if (strlen((const char *)parg) > 255 + || strlen((const char *)parg) < 1) { + SSLerr(SSL_F_SSL3_CTX_CTRL, SSL_R_INVALID_SRP_USERNAME); + return 0; + } + if ((ctx->srp_ctx.login = BUF_strdup((char *)parg)) == NULL) { + SSLerr(SSL_F_SSL3_CTX_CTRL, ERR_R_INTERNAL_ERROR); + return 0; + } + break; + case SSL_CTRL_SET_TLS_EXT_SRP_PASSWORD: + ctx->srp_ctx.SRP_give_srp_client_pwd_callback = + srp_password_from_info_cb; + ctx->srp_ctx.info = parg; + break; + case SSL_CTRL_SET_SRP_ARG: + ctx->srp_ctx.srp_Mask |= SSL_kSRP; + ctx->srp_ctx.SRP_cb_arg = parg; + break; + + case SSL_CTRL_SET_TLS_EXT_SRP_STRENGTH: + ctx->srp_ctx.strength = larg; + break; +# endif + +# ifndef OPENSSL_NO_EC + case SSL_CTRL_SET_CURVES: + return tls1_set_curves(&ctx->tlsext_ellipticcurvelist, + &ctx->tlsext_ellipticcurvelist_length, + parg, larg); + + case SSL_CTRL_SET_CURVES_LIST: + return tls1_set_curves_list(&ctx->tlsext_ellipticcurvelist, + &ctx->tlsext_ellipticcurvelist_length, + parg); +# ifndef OPENSSL_NO_ECDH + case SSL_CTRL_SET_ECDH_AUTO: + ctx->cert->ecdh_tmp_auto = larg; + return 1; +# endif +# endif + case SSL_CTRL_SET_SIGALGS: + return tls1_set_sigalgs(ctx->cert, parg, larg, 0); + + case SSL_CTRL_SET_SIGALGS_LIST: + return tls1_set_sigalgs_list(ctx->cert, parg, 0); + + case SSL_CTRL_SET_CLIENT_SIGALGS: + return tls1_set_sigalgs(ctx->cert, parg, larg, 1); + + case SSL_CTRL_SET_CLIENT_SIGALGS_LIST: + return tls1_set_sigalgs_list(ctx->cert, parg, 1); + + case SSL_CTRL_SET_CLIENT_CERT_TYPES: + return ssl3_set_req_cert_type(ctx->cert, parg, larg); + + case SSL_CTRL_BUILD_CERT_CHAIN: + return ssl_build_cert_chain(ctx->cert, ctx->cert_store, larg); + + case SSL_CTRL_SET_VERIFY_CERT_STORE: + return ssl_cert_set_cert_store(ctx->cert, parg, 0, larg); + + case SSL_CTRL_SET_CHAIN_CERT_STORE: + return ssl_cert_set_cert_store(ctx->cert, parg, 1, larg); + +#endif /* !OPENSSL_NO_TLSEXT */ + + /* A Thawte special :-) */ + case SSL_CTRL_EXTRA_CHAIN_CERT: + if (ctx->extra_certs == NULL) { + if ((ctx->extra_certs = sk_X509_new_null()) == NULL) + return (0); + } + sk_X509_push(ctx->extra_certs, (X509 *)parg); + break; + + case SSL_CTRL_GET_EXTRA_CHAIN_CERTS: + if (ctx->extra_certs == NULL && larg == 0) + *(STACK_OF(X509) **)parg = ctx->cert->key->chain; + else + *(STACK_OF(X509) **)parg = ctx->extra_certs; + break; + + case SSL_CTRL_CLEAR_EXTRA_CHAIN_CERTS: + if (ctx->extra_certs) { + sk_X509_pop_free(ctx->extra_certs, X509_free); + ctx->extra_certs = NULL; + } + break; + + case SSL_CTRL_CHAIN: + if (larg) + return ssl_cert_set1_chain(ctx->cert, (STACK_OF(X509) *)parg); + else + return ssl_cert_set0_chain(ctx->cert, (STACK_OF(X509) *)parg); + + case SSL_CTRL_CHAIN_CERT: + if (larg) + return ssl_cert_add1_chain_cert(ctx->cert, (X509 *)parg); + else + return ssl_cert_add0_chain_cert(ctx->cert, (X509 *)parg); + + case SSL_CTRL_GET_CHAIN_CERTS: + *(STACK_OF(X509) **)parg = ctx->cert->key->chain; + break; + + case SSL_CTRL_SELECT_CURRENT_CERT: + return ssl_cert_select_current(ctx->cert, (X509 *)parg); + + case SSL_CTRL_SET_CURRENT_CERT: + return ssl_cert_set_current(ctx->cert, larg); + + default: + return (0); + } + return (1); +} + +long ssl3_ctx_callback_ctrl(SSL_CTX *ctx, int cmd, void (*fp) (void)) +{ + CERT *cert; + + cert = ctx->cert; + + switch (cmd) { #ifndef OPENSSL_NO_RSA - case SSL_CTRL_SET_TMP_RSA_CB: - { - cert->rsa_tmp_cb = (RSA *(*)(SSL *, int, int))fp; - } - break; + case SSL_CTRL_SET_TMP_RSA_CB: + { + cert->rsa_tmp_cb = (RSA *(*)(SSL *, int, int))fp; + } + break; #endif #ifndef OPENSSL_NO_DH - case SSL_CTRL_SET_TMP_DH_CB: - { - cert->dh_tmp_cb = (DH *(*)(SSL *, int, int))fp; - } - break; + case SSL_CTRL_SET_TMP_DH_CB: + { + cert->dh_tmp_cb = (DH *(*)(SSL *, int, int))fp; + } + break; #endif #ifndef OPENSSL_NO_ECDH - case SSL_CTRL_SET_TMP_ECDH_CB: - { - cert->ecdh_tmp_cb = (EC_KEY *(*)(SSL *, int, int))fp; - } - break; + case SSL_CTRL_SET_TMP_ECDH_CB: + { + cert->ecdh_tmp_cb = (EC_KEY *(*)(SSL *, int, int))fp; + } + break; #endif #ifndef OPENSSL_NO_TLSEXT - case SSL_CTRL_SET_TLSEXT_SERVERNAME_CB: - ctx->tlsext_servername_callback=(int (*)(SSL *,int *,void *))fp; - break; - -#ifdef TLSEXT_TYPE_opaque_prf_input - case SSL_CTRL_SET_TLSEXT_OPAQUE_PRF_INPUT_CB: - ctx->tlsext_opaque_prf_input_callback = (int (*)(SSL *,void *, size_t, void *))fp; - break; + case SSL_CTRL_SET_TLSEXT_SERVERNAME_CB: + ctx->tlsext_servername_callback = (int (*)(SSL *, int *, void *))fp; + break; + +# ifdef TLSEXT_TYPE_opaque_prf_input + case SSL_CTRL_SET_TLSEXT_OPAQUE_PRF_INPUT_CB: + ctx->tlsext_opaque_prf_input_callback = + (int (*)(SSL *, void *, size_t, void *))fp; + break; +# endif + + case SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB: + ctx->tlsext_status_cb = (int (*)(SSL *, void *))fp; + break; + + case SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB: + ctx->tlsext_ticket_key_cb = (int (*)(SSL *, unsigned char *, + unsigned char *, + EVP_CIPHER_CTX *, + HMAC_CTX *, int))fp; + break; + +# ifndef OPENSSL_NO_SRP + case SSL_CTRL_SET_SRP_VERIFY_PARAM_CB: + ctx->srp_ctx.srp_Mask |= SSL_kSRP; + ctx->srp_ctx.SRP_verify_param_callback = (int (*)(SSL *, void *))fp; + break; + case SSL_CTRL_SET_TLS_EXT_SRP_USERNAME_CB: + ctx->srp_ctx.srp_Mask |= SSL_kSRP; + ctx->srp_ctx.TLS_ext_srp_username_callback = + (int (*)(SSL *, int *, void *))fp; + break; + case SSL_CTRL_SET_SRP_GIVE_CLIENT_PWD_CB: + ctx->srp_ctx.srp_Mask |= SSL_kSRP; + ctx->srp_ctx.SRP_give_srp_client_pwd_callback = + (char *(*)(SSL *, void *))fp; + break; +# endif #endif + default: + return (0); + } + return (1); +} - case SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB: - ctx->tlsext_status_cb=(int (*)(SSL *,void *))fp; - break; - - case SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB: - ctx->tlsext_ticket_key_cb=(int (*)(SSL *,unsigned char *, - unsigned char *, - EVP_CIPHER_CTX *, - HMAC_CTX *, int))fp; - break; - -#ifndef OPENSSL_NO_SRP - case SSL_CTRL_SET_SRP_VERIFY_PARAM_CB: - ctx->srp_ctx.srp_Mask|=SSL_kSRP; - ctx->srp_ctx.SRP_verify_param_callback=(int (*)(SSL *,void *))fp; - break; - case SSL_CTRL_SET_TLS_EXT_SRP_USERNAME_CB: - ctx->srp_ctx.srp_Mask|=SSL_kSRP; - ctx->srp_ctx.TLS_ext_srp_username_callback=(int (*)(SSL *,int *,void *))fp; - break; - case SSL_CTRL_SET_SRP_GIVE_CLIENT_PWD_CB: - ctx->srp_ctx.srp_Mask|=SSL_kSRP; - ctx->srp_ctx.SRP_give_srp_client_pwd_callback=(char *(*)(SSL *,void *))fp; - break; -#endif -#endif - - default: - return(0); - } - return(1); - } - -/* This function needs to check if the ciphers required are actually - * available */ +/* + * This function needs to check if the ciphers required are actually + * available + */ const SSL_CIPHER *ssl3_get_cipher_by_char(const unsigned char *p) - { - SSL_CIPHER c; - const SSL_CIPHER *cp; - unsigned long id; - - id=0x03000000L|((unsigned long)p[0]<<8L)|(unsigned long)p[1]; - c.id=id; - cp = OBJ_bsearch_ssl_cipher_id(&c, ssl3_ciphers, SSL3_NUM_CIPHERS); +{ + SSL_CIPHER c; + const SSL_CIPHER *cp; + unsigned long id; + + id = 0x03000000L | ((unsigned long)p[0] << 8L) | (unsigned long)p[1]; + c.id = id; + cp = OBJ_bsearch_ssl_cipher_id(&c, ssl3_ciphers, SSL3_NUM_CIPHERS); #ifdef DEBUG_PRINT_UNKNOWN_CIPHERSUITES -if (cp == NULL) fprintf(stderr, "Unknown cipher ID %x\n", (p[0] << 8) | p[1]); + if (cp == NULL) + fprintf(stderr, "Unknown cipher ID %x\n", (p[0] << 8) | p[1]); #endif - if (cp == NULL || cp->valid == 0) - return NULL; - else - return cp; - } + return cp; +} int ssl3_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p) - { - long l; - - if (p != NULL) - { - l=c->id; - if ((l & 0xff000000) != 0x03000000) return(0); - p[0]=((unsigned char)(l>> 8L))&0xFF; - p[1]=((unsigned char)(l ))&0xFF; - } - return(2); - } +{ + long l; + + if (p != NULL) { + l = c->id; + if ((l & 0xff000000) != 0x03000000) + return (0); + p[0] = ((unsigned char)(l >> 8L)) & 0xFF; + p[1] = ((unsigned char)(l)) & 0xFF; + } + return (2); +} SSL_CIPHER *ssl3_choose_cipher(SSL *s, STACK_OF(SSL_CIPHER) *clnt, - STACK_OF(SSL_CIPHER) *srvr) - { - SSL_CIPHER *c,*ret=NULL; - STACK_OF(SSL_CIPHER) *prio, *allow; - int i,ii,ok; -#if !defined(OPENSSL_NO_TLSEXT) && !defined(OPENSSL_NO_EC) - unsigned int j; - int ec_ok, ec_nid; - unsigned char ec_search1 = 0, ec_search2 = 0; -#endif - CERT *cert; - unsigned long alg_k,alg_a,mask_k,mask_a,emask_k,emask_a; + STACK_OF(SSL_CIPHER) *srvr) +{ + SSL_CIPHER *c, *ret = NULL; + STACK_OF(SSL_CIPHER) *prio, *allow; + int i, ii, ok; + CERT *cert; + unsigned long alg_k, alg_a, mask_k, mask_a, emask_k, emask_a; - /* Let's see which ciphers we can support */ - cert=s->cert; + /* Let's see which ciphers we can support */ + cert = s->cert; #if 0 - /* Do not set the compare functions, because this may lead to a - * reordering by "id". We want to keep the original ordering. - * We may pay a price in performance during sk_SSL_CIPHER_find(), - * but would have to pay with the price of sk_SSL_CIPHER_dup(). - */ - sk_SSL_CIPHER_set_cmp_func(srvr, ssl_cipher_ptr_id_cmp); - sk_SSL_CIPHER_set_cmp_func(clnt, ssl_cipher_ptr_id_cmp); + /* + * Do not set the compare functions, because this may lead to a + * reordering by "id". We want to keep the original ordering. We may pay + * a price in performance during sk_SSL_CIPHER_find(), but would have to + * pay with the price of sk_SSL_CIPHER_dup(). + */ + sk_SSL_CIPHER_set_cmp_func(srvr, ssl_cipher_ptr_id_cmp); + sk_SSL_CIPHER_set_cmp_func(clnt, ssl_cipher_ptr_id_cmp); #endif #ifdef CIPHER_DEBUG - printf("Server has %d from %p:\n", sk_SSL_CIPHER_num(srvr), (void *)srvr); - for(i=0 ; i < sk_SSL_CIPHER_num(srvr) ; ++i) - { - c=sk_SSL_CIPHER_value(srvr,i); - printf("%p:%s\n",(void *)c,c->name); - } - printf("Client sent %d from %p:\n", sk_SSL_CIPHER_num(clnt), (void *)clnt); - for(i=0 ; i < sk_SSL_CIPHER_num(clnt) ; ++i) - { - c=sk_SSL_CIPHER_value(clnt,i); - printf("%p:%s\n",(void *)c,c->name); - } + fprintf(stderr, "Server has %d from %p:\n", sk_SSL_CIPHER_num(srvr), + (void *)srvr); + for (i = 0; i < sk_SSL_CIPHER_num(srvr); ++i) { + c = sk_SSL_CIPHER_value(srvr, i); + fprintf(stderr, "%p:%s\n", (void *)c, c->name); + } + fprintf(stderr, "Client sent %d from %p:\n", sk_SSL_CIPHER_num(clnt), + (void *)clnt); + for (i = 0; i < sk_SSL_CIPHER_num(clnt); ++i) { + c = sk_SSL_CIPHER_value(clnt, i); + fprintf(stderr, "%p:%s\n", (void *)c, c->name); + } #endif - if (s->options & SSL_OP_CIPHER_SERVER_PREFERENCE) - { - prio = srvr; - allow = clnt; - } - else - { - prio = clnt; - allow = srvr; - } - - for (i=0; ialgorithm_ssl & SSL_TLSV1_2) && - (TLS1_get_version(s) < TLS1_2_VERSION)) - continue; - - ssl_set_cert_masks(cert,c); - mask_k = cert->mask_k; - mask_a = cert->mask_a; - emask_k = cert->export_mask_k; - emask_a = cert->export_mask_a; + if (s->options & SSL_OP_CIPHER_SERVER_PREFERENCE || tls1_suiteb(s)) { + prio = srvr; + allow = clnt; + } else { + prio = clnt; + allow = srvr; + } + + tls1_set_cert_validity(s); + + for (i = 0; i < sk_SSL_CIPHER_num(prio); i++) { + c = sk_SSL_CIPHER_value(prio, i); + + /* Skip TLS v1.2 only ciphersuites if not supported */ + if ((c->algorithm_ssl & SSL_TLSV1_2) && !SSL_USE_TLS1_2_CIPHERS(s)) + continue; + + ssl_set_cert_masks(cert, c); + mask_k = cert->mask_k; + mask_a = cert->mask_a; + emask_k = cert->export_mask_k; + emask_a = cert->export_mask_a; #ifndef OPENSSL_NO_SRP - if (s->srp_ctx.srp_Mask & SSL_kSRP) - { - mask_k |= SSL_kSRP; - emask_k |= SSL_kSRP; - mask_a |= SSL_aSRP; - emask_a |= SSL_aSRP; - } + if (s->srp_ctx.srp_Mask & SSL_kSRP) { + mask_k |= SSL_kSRP; + emask_k |= SSL_kSRP; + mask_a |= SSL_aSRP; + emask_a |= SSL_aSRP; + } #endif #ifdef KSSL_DEBUG -/* printf("ssl3_choose_cipher %d alg= %lx\n", i,c->algorithms);*/ -#endif /* KSSL_DEBUG */ + /* + * fprintf(stderr,"ssl3_choose_cipher %d alg= %lx\n", + * i,c->algorithms); + */ +#endif /* KSSL_DEBUG */ - alg_k=c->algorithm_mkey; - alg_a=c->algorithm_auth; + alg_k = c->algorithm_mkey; + alg_a = c->algorithm_auth; #ifndef OPENSSL_NO_KRB5 - if (alg_k & SSL_kKRB5) - { - if ( !kssl_keytab_is_available(s->kssl_ctx) ) - continue; - } -#endif /* OPENSSL_NO_KRB5 */ + if (alg_k & SSL_kKRB5) { + if (!kssl_keytab_is_available(s->kssl_ctx)) + continue; + } +#endif /* OPENSSL_NO_KRB5 */ #ifndef OPENSSL_NO_PSK - /* with PSK there must be server callback set */ - if ((alg_k & SSL_kPSK) && s->psk_server_callback == NULL) - continue; -#endif /* OPENSSL_NO_PSK */ - - if (SSL_C_IS_EXPORT(c)) - { - ok = (alg_k & emask_k) && (alg_a & emask_a); + /* with PSK there must be server callback set */ + if ((alg_k & SSL_kPSK) && s->psk_server_callback == NULL) + continue; +#endif /* OPENSSL_NO_PSK */ + + if (SSL_C_IS_EXPORT(c)) { + ok = (alg_k & emask_k) && (alg_a & emask_a); #ifdef CIPHER_DEBUG - printf("%d:[%08lX:%08lX:%08lX:%08lX]%p:%s (export)\n",ok,alg_k,alg_a,emask_k,emask_a, - (void *)c,c->name); + fprintf(stderr, "%d:[%08lX:%08lX:%08lX:%08lX]%p:%s (export)\n", + ok, alg_k, alg_a, emask_k, emask_a, (void *)c, c->name); #endif - } - else - { - ok = (alg_k & mask_k) && (alg_a & mask_a); + } else { + ok = (alg_k & mask_k) && (alg_a & mask_a); #ifdef CIPHER_DEBUG - printf("%d:[%08lX:%08lX:%08lX:%08lX]%p:%s\n",ok,alg_k,alg_a,mask_k,mask_a,(void *)c, - c->name); + fprintf(stderr, "%d:[%08lX:%08lX:%08lX:%08lX]%p:%s\n", ok, alg_k, + alg_a, mask_k, mask_a, (void *)c, c->name); #endif - } + } #ifndef OPENSSL_NO_TLSEXT -#ifndef OPENSSL_NO_EC - if ( - /* if we are considering an ECC cipher suite that uses our certificate */ - (alg_a & SSL_aECDSA || alg_a & SSL_aECDH) - /* and we have an ECC certificate */ - && (s->cert->pkeys[SSL_PKEY_ECC].x509 != NULL) - /* and the client specified a Supported Point Formats extension */ - && ((s->session->tlsext_ecpointformatlist_length > 0) && (s->session->tlsext_ecpointformatlist != NULL)) - /* and our certificate's point is compressed */ - && ( - (s->cert->pkeys[SSL_PKEY_ECC].x509->cert_info != NULL) - && (s->cert->pkeys[SSL_PKEY_ECC].x509->cert_info->key != NULL) - && (s->cert->pkeys[SSL_PKEY_ECC].x509->cert_info->key->public_key != NULL) - && (s->cert->pkeys[SSL_PKEY_ECC].x509->cert_info->key->public_key->data != NULL) - && ( - (*(s->cert->pkeys[SSL_PKEY_ECC].x509->cert_info->key->public_key->data) == POINT_CONVERSION_COMPRESSED) - || (*(s->cert->pkeys[SSL_PKEY_ECC].x509->cert_info->key->public_key->data) == POINT_CONVERSION_COMPRESSED + 1) - ) - ) - ) - { - ec_ok = 0; - /* if our certificate's curve is over a field type that the client does not support - * then do not allow this cipher suite to be negotiated */ - if ( - (s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec != NULL) - && (s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec->group != NULL) - && (s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec->group->meth != NULL) - && (EC_METHOD_get_field_type(s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec->group->meth) == NID_X9_62_prime_field) - ) - { - for (j = 0; j < s->session->tlsext_ecpointformatlist_length; j++) - { - if (s->session->tlsext_ecpointformatlist[j] == TLSEXT_ECPOINTFORMAT_ansiX962_compressed_prime) - { - ec_ok = 1; - break; - } - } - } - else if (EC_METHOD_get_field_type(s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec->group->meth) == NID_X9_62_characteristic_two_field) - { - for (j = 0; j < s->session->tlsext_ecpointformatlist_length; j++) - { - if (s->session->tlsext_ecpointformatlist[j] == TLSEXT_ECPOINTFORMAT_ansiX962_compressed_char2) - { - ec_ok = 1; - break; - } - } - } - ok = ok && ec_ok; - } - if ( - /* if we are considering an ECC cipher suite that uses our certificate */ - (alg_a & SSL_aECDSA || alg_a & SSL_aECDH) - /* and we have an ECC certificate */ - && (s->cert->pkeys[SSL_PKEY_ECC].x509 != NULL) - /* and the client specified an EllipticCurves extension */ - && ((s->session->tlsext_ellipticcurvelist_length > 0) && (s->session->tlsext_ellipticcurvelist != NULL)) - ) - { - ec_ok = 0; - if ( - (s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec != NULL) - && (s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec->group != NULL) - ) - { - ec_nid = EC_GROUP_get_curve_name(s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec->group); - if ((ec_nid == 0) - && (s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec->group->meth != NULL) - ) - { - if (EC_METHOD_get_field_type(s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec->group->meth) == NID_X9_62_prime_field) - { - ec_search1 = 0xFF; - ec_search2 = 0x01; - } - else if (EC_METHOD_get_field_type(s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec->group->meth) == NID_X9_62_characteristic_two_field) - { - ec_search1 = 0xFF; - ec_search2 = 0x02; - } - } - else - { - ec_search1 = 0x00; - ec_search2 = tls1_ec_nid2curve_id(ec_nid); - } - if ((ec_search1 != 0) || (ec_search2 != 0)) - { - for (j = 0; j < s->session->tlsext_ellipticcurvelist_length / 2; j++) - { - if ((s->session->tlsext_ellipticcurvelist[2*j] == ec_search1) && (s->session->tlsext_ellipticcurvelist[2*j+1] == ec_search2)) - { - ec_ok = 1; - break; - } - } - } - } - ok = ok && ec_ok; - } - if ( - /* if we are considering an ECC cipher suite that uses an ephemeral EC key */ - (alg_k & SSL_kEECDH) - /* and we have an ephemeral EC key */ - && (s->cert->ecdh_tmp != NULL) - /* and the client specified an EllipticCurves extension */ - && ((s->session->tlsext_ellipticcurvelist_length > 0) && (s->session->tlsext_ellipticcurvelist != NULL)) - ) - { - ec_ok = 0; - if (s->cert->ecdh_tmp->group != NULL) - { - ec_nid = EC_GROUP_get_curve_name(s->cert->ecdh_tmp->group); - if ((ec_nid == 0) - && (s->cert->ecdh_tmp->group->meth != NULL) - ) - { - if (EC_METHOD_get_field_type(s->cert->ecdh_tmp->group->meth) == NID_X9_62_prime_field) - { - ec_search1 = 0xFF; - ec_search2 = 0x01; - } - else if (EC_METHOD_get_field_type(s->cert->ecdh_tmp->group->meth) == NID_X9_62_characteristic_two_field) - { - ec_search1 = 0xFF; - ec_search2 = 0x02; - } - } - else - { - ec_search1 = 0x00; - ec_search2 = tls1_ec_nid2curve_id(ec_nid); - } - if ((ec_search1 != 0) || (ec_search2 != 0)) - { - for (j = 0; j < s->session->tlsext_ellipticcurvelist_length / 2; j++) - { - if ((s->session->tlsext_ellipticcurvelist[2*j] == ec_search1) && (s->session->tlsext_ellipticcurvelist[2*j+1] == ec_search2)) - { - ec_ok = 1; - break; - } - } - } - } - ok = ok && ec_ok; - } -#endif /* OPENSSL_NO_EC */ -#endif /* OPENSSL_NO_TLSEXT */ - - if (!ok) continue; - ii=sk_SSL_CIPHER_find(allow,c); - if (ii >= 0) - { +# ifndef OPENSSL_NO_EC +# ifndef OPENSSL_NO_ECDH + /* + * if we are considering an ECC cipher suite that uses an ephemeral + * EC key check it + */ + if (alg_k & SSL_kEECDH) + ok = ok && tls1_check_ec_tmp_key(s, c->id); +# endif /* OPENSSL_NO_ECDH */ +# endif /* OPENSSL_NO_EC */ +#endif /* OPENSSL_NO_TLSEXT */ + + if (!ok) + continue; + ii = sk_SSL_CIPHER_find(allow, c); + if (ii >= 0) { #if !defined(OPENSSL_NO_EC) && !defined(OPENSSL_NO_TLSEXT) - if ((alg_k & SSL_kEECDH) && (alg_a & SSL_aECDSA) && s->s3->is_probably_safari) - { - if (!ret) ret=sk_SSL_CIPHER_value(allow,ii); - continue; - } + if ((alg_k & SSL_kEECDH) && (alg_a & SSL_aECDSA) + && s->s3->is_probably_safari) { + if (!ret) + ret = sk_SSL_CIPHER_value(allow, ii); + continue; + } #endif - ret=sk_SSL_CIPHER_value(allow,ii); - break; - } - } - return(ret); - } + ret = sk_SSL_CIPHER_value(allow, ii); + break; + } + } + return (ret); +} int ssl3_get_req_cert_type(SSL *s, unsigned char *p) - { - int ret=0; - unsigned long alg_k; +{ + int ret = 0; + const unsigned char *sig; + size_t i, siglen; + int have_rsa_sign = 0, have_dsa_sign = 0; +#ifndef OPENSSL_NO_ECDSA + int have_ecdsa_sign = 0; +#endif + int nostrict = 1; + unsigned long alg_k; + + /* If we have custom certificate types set, use them */ + if (s->cert->ctypes) { + memcpy(p, s->cert->ctypes, s->cert->ctype_num); + return (int)s->cert->ctype_num; + } + /* get configured sigalgs */ + siglen = tls12_get_psigalgs(s, &sig); + if (s->cert->cert_flags & SSL_CERT_FLAGS_CHECK_TLS_STRICT) + nostrict = 0; + for (i = 0; i < siglen; i += 2, sig += 2) { + switch (sig[1]) { + case TLSEXT_signature_rsa: + have_rsa_sign = 1; + break; + + case TLSEXT_signature_dsa: + have_dsa_sign = 1; + break; +#ifndef OPENSSL_NO_ECDSA + case TLSEXT_signature_ecdsa: + have_ecdsa_sign = 1; + break; +#endif + } + } - alg_k = s->s3->tmp.new_cipher->algorithm_mkey; + alg_k = s->s3->tmp.new_cipher->algorithm_mkey; #ifndef OPENSSL_NO_GOST - if (s->version >= TLS1_VERSION) - { - if (alg_k & SSL_kGOST) - { - p[ret++]=TLS_CT_GOST94_SIGN; - p[ret++]=TLS_CT_GOST01_SIGN; - return(ret); - } - } + if (s->version >= TLS1_VERSION) { + if (alg_k & SSL_kGOST) { + p[ret++] = TLS_CT_GOST94_SIGN; + p[ret++] = TLS_CT_GOST01_SIGN; + return (ret); + } + } #endif #ifndef OPENSSL_NO_DH - if (alg_k & (SSL_kDHr|SSL_kEDH)) - { -# ifndef OPENSSL_NO_RSA - p[ret++]=SSL3_CT_RSA_FIXED_DH; -# endif -# ifndef OPENSSL_NO_DSA - p[ret++]=SSL3_CT_DSS_FIXED_DH; -# endif - } - if ((s->version == SSL3_VERSION) && - (alg_k & (SSL_kEDH|SSL_kDHd|SSL_kDHr))) - { -# ifndef OPENSSL_NO_RSA - p[ret++]=SSL3_CT_RSA_EPHEMERAL_DH; -# endif -# ifndef OPENSSL_NO_DSA - p[ret++]=SSL3_CT_DSS_EPHEMERAL_DH; -# endif - } -#endif /* !OPENSSL_NO_DH */ + if (alg_k & (SSL_kDHr | SSL_kEDH)) { +# ifndef OPENSSL_NO_RSA + /* + * Since this refers to a certificate signed with an RSA algorithm, + * only check for rsa signing in strict mode. + */ + if (nostrict || have_rsa_sign) + p[ret++] = SSL3_CT_RSA_FIXED_DH; +# endif +# ifndef OPENSSL_NO_DSA + if (nostrict || have_dsa_sign) + p[ret++] = SSL3_CT_DSS_FIXED_DH; +# endif + } + if ((s->version == SSL3_VERSION) && + (alg_k & (SSL_kEDH | SSL_kDHd | SSL_kDHr))) { +# ifndef OPENSSL_NO_RSA + p[ret++] = SSL3_CT_RSA_EPHEMERAL_DH; +# endif +# ifndef OPENSSL_NO_DSA + p[ret++] = SSL3_CT_DSS_EPHEMERAL_DH; +# endif + } +#endif /* !OPENSSL_NO_DH */ #ifndef OPENSSL_NO_RSA - p[ret++]=SSL3_CT_RSA_SIGN; + if (have_rsa_sign) + p[ret++] = SSL3_CT_RSA_SIGN; #endif #ifndef OPENSSL_NO_DSA - p[ret++]=SSL3_CT_DSS_SIGN; + if (have_dsa_sign) + p[ret++] = SSL3_CT_DSS_SIGN; #endif #ifndef OPENSSL_NO_ECDH - if ((alg_k & (SSL_kECDHr|SSL_kECDHe)) && (s->version >= TLS1_VERSION)) - { - p[ret++]=TLS_CT_RSA_FIXED_ECDH; - p[ret++]=TLS_CT_ECDSA_FIXED_ECDH; - } + if ((alg_k & (SSL_kECDHr | SSL_kECDHe)) && (s->version >= TLS1_VERSION)) { + if (nostrict || have_rsa_sign) + p[ret++] = TLS_CT_RSA_FIXED_ECDH; + if (nostrict || have_ecdsa_sign) + p[ret++] = TLS_CT_ECDSA_FIXED_ECDH; + } #endif #ifndef OPENSSL_NO_ECDSA - /* ECDSA certs can be used with RSA cipher suites as well - * so we don't need to check for SSL_kECDH or SSL_kEECDH - */ - if (s->version >= TLS1_VERSION) - { - p[ret++]=TLS_CT_ECDSA_SIGN; - } -#endif - return(ret); - } + /* + * ECDSA certs can be used with RSA cipher suites as well so we don't + * need to check for SSL_kECDH or SSL_kEECDH + */ + if (s->version >= TLS1_VERSION) { + if (have_ecdsa_sign) + p[ret++] = TLS_CT_ECDSA_SIGN; + } +#endif + return (ret); +} + +static int ssl3_set_req_cert_type(CERT *c, const unsigned char *p, size_t len) +{ + if (c->ctypes) { + OPENSSL_free(c->ctypes); + c->ctypes = NULL; + } + if (!p || !len) + return 1; + if (len > 0xff) + return 0; + c->ctypes = OPENSSL_malloc(len); + if (!c->ctypes) + return 0; + memcpy(c->ctypes, p, len); + c->ctype_num = len; + return 1; +} int ssl3_shutdown(SSL *s) - { - int ret; - - /* Don't do anything much if we have not done the handshake or - * we don't want to send messages :-) */ - if ((s->quiet_shutdown) || (s->state == SSL_ST_BEFORE)) - { - s->shutdown=(SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN); - return(1); - } - - if (!(s->shutdown & SSL_SENT_SHUTDOWN)) - { - s->shutdown|=SSL_SENT_SHUTDOWN; +{ + int ret; + + /* + * Don't do anything much if we have not done the handshake or we don't + * want to send messages :-) + */ + if ((s->quiet_shutdown) || (s->state == SSL_ST_BEFORE)) { + s->shutdown = (SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); + return (1); + } + + if (!(s->shutdown & SSL_SENT_SHUTDOWN)) { + s->shutdown |= SSL_SENT_SHUTDOWN; #if 1 - ssl3_send_alert(s,SSL3_AL_WARNING,SSL_AD_CLOSE_NOTIFY); + ssl3_send_alert(s, SSL3_AL_WARNING, SSL_AD_CLOSE_NOTIFY); #endif - /* our shutdown alert has been sent now, and if it still needs - * to be written, s->s3->alert_dispatch will be true */ - if (s->s3->alert_dispatch) - return(-1); /* return WANT_WRITE */ - } - else if (s->s3->alert_dispatch) - { - /* resend it if not sent */ + /* + * our shutdown alert has been sent now, and if it still needs to be + * written, s->s3->alert_dispatch will be true + */ + if (s->s3->alert_dispatch) + return (-1); /* return WANT_WRITE */ + } else if (s->s3->alert_dispatch) { + /* resend it if not sent */ #if 1 - ret=s->method->ssl_dispatch_alert(s); - if(ret == -1) - { - /* we only get to return -1 here the 2nd/Nth - * invocation, we must have already signalled - * return 0 upon a previous invoation, - * return WANT_WRITE */ - return(ret); - } + ret = s->method->ssl_dispatch_alert(s); + if (ret == -1) { + /* + * we only get to return -1 here the 2nd/Nth invocation, we must + * have already signalled return 0 upon a previous invoation, + * return WANT_WRITE + */ + return (ret); + } #endif - } - else if (!(s->shutdown & SSL_RECEIVED_SHUTDOWN)) - { - /* If we are waiting for a close from our peer, we are closed */ - s->method->ssl_read_bytes(s,0,NULL,0,0); - if(!(s->shutdown & SSL_RECEIVED_SHUTDOWN)) - { - return(-1); /* return WANT_READ */ - } - } - - if ((s->shutdown == (SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN)) && - !s->s3->alert_dispatch) - return(1); - else - return(0); - } + } else if (!(s->shutdown & SSL_RECEIVED_SHUTDOWN)) { + /* + * If we are waiting for a close from our peer, we are closed + */ + s->method->ssl_read_bytes(s, 0, NULL, 0, 0); + if (!(s->shutdown & SSL_RECEIVED_SHUTDOWN)) { + return (-1); /* return WANT_READ */ + } + } + + if ((s->shutdown == (SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN)) && + !s->s3->alert_dispatch) + return (1); + else + return (0); +} int ssl3_write(SSL *s, const void *buf, int len) - { - int ret,n; +{ + int ret, n; #if 0 - if (s->shutdown & SSL_SEND_SHUTDOWN) - { - s->rwstate=SSL_NOTHING; - return(0); - } + if (s->shutdown & SSL_SEND_SHUTDOWN) { + s->rwstate = SSL_NOTHING; + return (0); + } #endif - clear_sys_error(); - if (s->s3->renegotiate) ssl3_renegotiate_check(s); - - /* This is an experimental flag that sends the - * last handshake message in the same packet as the first - * use data - used to see if it helps the TCP protocol during - * session-id reuse */ - /* The second test is because the buffer may have been removed */ - if ((s->s3->flags & SSL3_FLAGS_POP_BUFFER) && (s->wbio == s->bbio)) - { - /* First time through, we write into the buffer */ - if (s->s3->delay_buf_pop_ret == 0) - { - ret=ssl3_write_bytes(s,SSL3_RT_APPLICATION_DATA, - buf,len); - if (ret <= 0) return(ret); - - s->s3->delay_buf_pop_ret=ret; - } - - s->rwstate=SSL_WRITING; - n=BIO_flush(s->wbio); - if (n <= 0) return(n); - s->rwstate=SSL_NOTHING; - - /* We have flushed the buffer, so remove it */ - ssl_free_wbio_buffer(s); - s->s3->flags&= ~SSL3_FLAGS_POP_BUFFER; - - ret=s->s3->delay_buf_pop_ret; - s->s3->delay_buf_pop_ret=0; - } - else - { - ret=s->method->ssl_write_bytes(s,SSL3_RT_APPLICATION_DATA, - buf,len); - if (ret <= 0) return(ret); - } - - return(ret); - } + clear_sys_error(); + if (s->s3->renegotiate) + ssl3_renegotiate_check(s); + + /* + * This is an experimental flag that sends the last handshake message in + * the same packet as the first use data - used to see if it helps the + * TCP protocol during session-id reuse + */ + /* The second test is because the buffer may have been removed */ + if ((s->s3->flags & SSL3_FLAGS_POP_BUFFER) && (s->wbio == s->bbio)) { + /* First time through, we write into the buffer */ + if (s->s3->delay_buf_pop_ret == 0) { + ret = ssl3_write_bytes(s, SSL3_RT_APPLICATION_DATA, buf, len); + if (ret <= 0) + return (ret); + + s->s3->delay_buf_pop_ret = ret; + } + + s->rwstate = SSL_WRITING; + n = BIO_flush(s->wbio); + if (n <= 0) + return (n); + s->rwstate = SSL_NOTHING; + + /* We have flushed the buffer, so remove it */ + ssl_free_wbio_buffer(s); + s->s3->flags &= ~SSL3_FLAGS_POP_BUFFER; + + ret = s->s3->delay_buf_pop_ret; + s->s3->delay_buf_pop_ret = 0; + } else { + ret = s->method->ssl_write_bytes(s, SSL3_RT_APPLICATION_DATA, + buf, len); + if (ret <= 0) + return (ret); + } + + return (ret); +} static int ssl3_read_internal(SSL *s, void *buf, int len, int peek) - { - int ret; - - clear_sys_error(); - if (s->s3->renegotiate) ssl3_renegotiate_check(s); - s->s3->in_read_app_data=1; - ret=s->method->ssl_read_bytes(s,SSL3_RT_APPLICATION_DATA,buf,len,peek); - if ((ret == -1) && (s->s3->in_read_app_data == 2)) - { - /* ssl3_read_bytes decided to call s->handshake_func, which - * called ssl3_read_bytes to read handshake data. - * However, ssl3_read_bytes actually found application data - * and thinks that application data makes sense here; so disable - * handshake processing and try to read application data again. */ - s->in_handshake++; - ret=s->method->ssl_read_bytes(s,SSL3_RT_APPLICATION_DATA,buf,len,peek); - s->in_handshake--; - } - else - s->s3->in_read_app_data=0; - - return(ret); - } +{ + int ret; + + clear_sys_error(); + if (s->s3->renegotiate) + ssl3_renegotiate_check(s); + s->s3->in_read_app_data = 1; + ret = + s->method->ssl_read_bytes(s, SSL3_RT_APPLICATION_DATA, buf, len, + peek); + if ((ret == -1) && (s->s3->in_read_app_data == 2)) { + /* + * ssl3_read_bytes decided to call s->handshake_func, which called + * ssl3_read_bytes to read handshake data. However, ssl3_read_bytes + * actually found application data and thinks that application data + * makes sense here; so disable handshake processing and try to read + * application data again. + */ + s->in_handshake++; + ret = + s->method->ssl_read_bytes(s, SSL3_RT_APPLICATION_DATA, buf, len, + peek); + s->in_handshake--; + } else + s->s3->in_read_app_data = 0; + + return (ret); +} int ssl3_read(SSL *s, void *buf, int len) - { - return ssl3_read_internal(s, buf, len, 0); - } +{ + return ssl3_read_internal(s, buf, len, 0); +} int ssl3_peek(SSL *s, void *buf, int len) - { - return ssl3_read_internal(s, buf, len, 1); - } +{ + return ssl3_read_internal(s, buf, len, 1); +} int ssl3_renegotiate(SSL *s) - { - if (s->handshake_func == NULL) - return(1); +{ + if (s->handshake_func == NULL) + return (1); - if (s->s3->flags & SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS) - return(0); + if (s->s3->flags & SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS) + return (0); - s->s3->renegotiate=1; - return(1); - } + s->s3->renegotiate = 1; + return (1); +} int ssl3_renegotiate_check(SSL *s) - { - int ret=0; - - if (s->s3->renegotiate) - { - if ( (s->s3->rbuf.left == 0) && - (s->s3->wbuf.left == 0) && - !SSL_in_init(s)) - { +{ + int ret = 0; + + if (s->s3->renegotiate) { + if ((s->s3->rbuf.left == 0) && + (s->s3->wbuf.left == 0) && !SSL_in_init(s)) { + /* + * if we are the server, and we have sent a 'RENEGOTIATE' + * message, we need to go to SSL_ST_ACCEPT. + */ + /* SSL_ST_ACCEPT */ + s->state = SSL_ST_RENEGOTIATE; + s->s3->renegotiate = 0; + s->s3->num_renegotiations++; + s->s3->total_renegotiations++; + ret = 1; + } + } + return (ret); +} + /* -if we are the server, and we have sent a 'RENEGOTIATE' message, we -need to go to SSL_ST_ACCEPT. -*/ - /* SSL_ST_ACCEPT */ - s->state=SSL_ST_RENEGOTIATE; - s->s3->renegotiate=0; - s->s3->num_renegotiations++; - s->s3->total_renegotiations++; - ret=1; - } - } - return(ret); - } -/* If we are using TLS v1.2 or later and default SHA1+MD5 algorithms switch - * to new SHA256 PRF and handshake macs + * If we are using default SHA1+MD5 algorithms switch to new SHA256 PRF and + * handshake macs if required. */ long ssl_get_algorithm2(SSL *s) - { - long alg2 = s->s3->tmp.new_cipher->algorithm2; - if (s->method->version == TLS1_2_VERSION && - alg2 == (SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF)) - return SSL_HANDSHAKE_MAC_SHA256 | TLS1_PRF_SHA256; - return alg2; - } +{ + long alg2 = s->s3->tmp.new_cipher->algorithm2; + if (s->method->ssl3_enc->enc_flags & SSL_ENC_FLAG_SHA256_PRF + && alg2 == (SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF)) + return SSL_HANDSHAKE_MAC_SHA256 | TLS1_PRF_SHA256; + return alg2; +} diff --git a/openssl/ssl/s3_meth.c b/openssl/ssl/s3_meth.c index cdddb17b6..e5a52993f 100644 --- a/openssl/ssl/s3_meth.c +++ b/openssl/ssl/s3_meth.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -60,18 +60,15 @@ #include #include "ssl_locl.h" -static const SSL_METHOD *ssl3_get_method(int ver); +#ifndef OPENSSL_NO_SSL3_METHOD static const SSL_METHOD *ssl3_get_method(int ver) - { - if (ver == SSL3_VERSION) - return(SSLv3_method()); - else - return(NULL); - } +{ + if (ver == SSL3_VERSION) + return (SSLv3_method()); + else + return (NULL); +} IMPLEMENT_ssl3_meth_func(SSLv3_method, - ssl3_accept, - ssl3_connect, - ssl3_get_method) - - + ssl3_accept, ssl3_connect, ssl3_get_method) +#endif diff --git a/openssl/ssl/s3_pkt.c b/openssl/ssl/s3_pkt.c index 4c9285f35..ec56c5549 100644 --- a/openssl/ssl/s3_pkt.c +++ b/openssl/ssl/s3_pkt.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +63,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -118,836 +118,1003 @@ #include #include +#ifndef EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK +# define EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK 0 +#endif + +#if defined(OPENSSL_SMALL_FOOTPRINT) || \ + !( defined(AES_ASM) && ( \ + defined(__x86_64) || defined(__x86_64__) || \ + defined(_M_AMD64) || defined(_M_X64) || \ + defined(__INTEL__) ) \ + ) +# undef EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK +# define EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK 0 +#endif + static int do_ssl3_write(SSL *s, int type, const unsigned char *buf, - unsigned int len, int create_empty_fragment); + unsigned int len, int create_empty_fragment); static int ssl3_get_record(SSL *s); int ssl3_read_n(SSL *s, int n, int max, int extend) - { - /* If extend == 0, obtain new n-byte packet; if extend == 1, increase - * packet by another n bytes. - * The packet will be in the sub-array of s->s3->rbuf.buf specified - * by s->packet and s->packet_length. - * (If s->read_ahead is set, 'max' bytes may be stored in rbuf - * [plus s->packet_length bytes if extend == 1].) - */ - int i,len,left; - long align=0; - unsigned char *pkt; - SSL3_BUFFER *rb; - - if (n <= 0) return n; - - rb = &(s->s3->rbuf); - if (rb->buf == NULL) - if (!ssl3_setup_read_buffer(s)) - return -1; - - left = rb->left; +{ + /* + * If extend == 0, obtain new n-byte packet; if extend == 1, increase + * packet by another n bytes. The packet will be in the sub-array of + * s->s3->rbuf.buf specified by s->packet and s->packet_length. (If + * s->read_ahead is set, 'max' bytes may be stored in rbuf [plus + * s->packet_length bytes if extend == 1].) + */ + int i, len, left; + long align = 0; + unsigned char *pkt; + SSL3_BUFFER *rb; + + if (n <= 0) + return n; + + rb = &(s->s3->rbuf); + if (rb->buf == NULL) + if (!ssl3_setup_read_buffer(s)) + return -1; + + left = rb->left; #if defined(SSL3_ALIGN_PAYLOAD) && SSL3_ALIGN_PAYLOAD!=0 - align = (long)rb->buf + SSL3_RT_HEADER_LENGTH; - align = (-align)&(SSL3_ALIGN_PAYLOAD-1); + align = (long)rb->buf + SSL3_RT_HEADER_LENGTH; + align = (-align) & (SSL3_ALIGN_PAYLOAD - 1); #endif - if (!extend) - { - /* start with empty packet ... */ - if (left == 0) - rb->offset = align; - else if (align != 0 && left >= SSL3_RT_HEADER_LENGTH) - { - /* check if next packet length is large - * enough to justify payload alignment... */ - pkt = rb->buf + rb->offset; - if (pkt[0] == SSL3_RT_APPLICATION_DATA - && (pkt[3]<<8|pkt[4]) >= 128) - { - /* Note that even if packet is corrupted - * and its length field is insane, we can - * only be led to wrong decision about - * whether memmove will occur or not. - * Header values has no effect on memmove - * arguments and therefore no buffer - * overrun can be triggered. */ - memmove (rb->buf+align,pkt,left); - rb->offset = align; - } - } - s->packet = rb->buf + rb->offset; - s->packet_length = 0; - /* ... now we can act as if 'extend' was set */ - } - - /* For DTLS/UDP reads should not span multiple packets - * because the read operation returns the whole packet - * at once (as long as it fits into the buffer). */ - if (SSL_version(s) == DTLS1_VERSION || SSL_version(s) == DTLS1_BAD_VER) - { - if (left > 0 && n > left) - n = left; - } - - /* if there is enough in the buffer from a previous read, take some */ - if (left >= n) - { - s->packet_length+=n; - rb->left=left-n; - rb->offset+=n; - return(n); - } - - /* else we need to read more data */ - - len = s->packet_length; - pkt = rb->buf+align; - /* Move any available bytes to front of buffer: - * 'len' bytes already pointed to by 'packet', - * 'left' extra ones at the end */ - if (s->packet != pkt) /* len > 0 */ - { - memmove(pkt, s->packet, len+left); - s->packet = pkt; - rb->offset = len + align; - } - - if (n > (int)(rb->len - rb->offset)) /* does not happen */ - { - SSLerr(SSL_F_SSL3_READ_N,ERR_R_INTERNAL_ERROR); - return -1; - } - - if (!s->read_ahead) - /* ignore max parameter */ - max = n; - else - { - if (max < n) - max = n; - if (max > (int)(rb->len - rb->offset)) - max = rb->len - rb->offset; - } - - while (left < n) - { - /* Now we have len+left bytes at the front of s->s3->rbuf.buf - * and need to read in more until we have len+n (up to - * len+max if possible) */ - - clear_sys_error(); - if (s->rbio != NULL) - { - s->rwstate=SSL_READING; - i=BIO_read(s->rbio,pkt+len+left, max-left); - } - else - { - SSLerr(SSL_F_SSL3_READ_N,SSL_R_READ_BIO_NOT_SET); - i = -1; - } - - if (i <= 0) - { - rb->left = left; - if (s->mode & SSL_MODE_RELEASE_BUFFERS && - SSL_version(s) != DTLS1_VERSION && SSL_version(s) != DTLS1_BAD_VER) - if (len+left == 0) - ssl3_release_read_buffer(s); - return(i); - } - left+=i; - /* reads should *never* span multiple packets for DTLS because - * the underlying transport protocol is message oriented as opposed - * to byte oriented as in the TLS case. */ - if (SSL_version(s) == DTLS1_VERSION || SSL_version(s) == DTLS1_BAD_VER) - { - if (n > left) - n = left; /* makes the while condition false */ - } - } - - /* done reading, now the book-keeping */ - rb->offset += n; - rb->left = left - n; - s->packet_length += n; - s->rwstate=SSL_NOTHING; - return(n); - } - -/* MAX_EMPTY_RECORDS defines the number of consecutive, empty records that will - * be processed per call to ssl3_get_record. Without this limit an attacker - * could send empty records at a faster rate than we can process and cause - * ssl3_get_record to loop forever. */ + if (!extend) { + /* start with empty packet ... */ + if (left == 0) + rb->offset = align; + else if (align != 0 && left >= SSL3_RT_HEADER_LENGTH) { + /* + * check if next packet length is large enough to justify payload + * alignment... + */ + pkt = rb->buf + rb->offset; + if (pkt[0] == SSL3_RT_APPLICATION_DATA + && (pkt[3] << 8 | pkt[4]) >= 128) { + /* + * Note that even if packet is corrupted and its length field + * is insane, we can only be led to wrong decision about + * whether memmove will occur or not. Header values has no + * effect on memmove arguments and therefore no buffer + * overrun can be triggered. + */ + memmove(rb->buf + align, pkt, left); + rb->offset = align; + } + } + s->packet = rb->buf + rb->offset; + s->packet_length = 0; + /* ... now we can act as if 'extend' was set */ + } + + /* + * For DTLS/UDP reads should not span multiple packets because the read + * operation returns the whole packet at once (as long as it fits into + * the buffer). + */ + if (SSL_IS_DTLS(s)) { + if (left == 0 && extend) + return 0; + if (left > 0 && n > left) + n = left; + } + + /* if there is enough in the buffer from a previous read, take some */ + if (left >= n) { + s->packet_length += n; + rb->left = left - n; + rb->offset += n; + return (n); + } + + /* else we need to read more data */ + + len = s->packet_length; + pkt = rb->buf + align; + /* + * Move any available bytes to front of buffer: 'len' bytes already + * pointed to by 'packet', 'left' extra ones at the end + */ + if (s->packet != pkt) { /* len > 0 */ + memmove(pkt, s->packet, len + left); + s->packet = pkt; + rb->offset = len + align; + } + + if (n > (int)(rb->len - rb->offset)) { /* does not happen */ + SSLerr(SSL_F_SSL3_READ_N, ERR_R_INTERNAL_ERROR); + return -1; + } + + if (!s->read_ahead) + /* ignore max parameter */ + max = n; + else { + if (max < n) + max = n; + if (max > (int)(rb->len - rb->offset)) + max = rb->len - rb->offset; + } + + while (left < n) { + /* + * Now we have len+left bytes at the front of s->s3->rbuf.buf and + * need to read in more until we have len+n (up to len+max if + * possible) + */ + + clear_sys_error(); + if (s->rbio != NULL) { + s->rwstate = SSL_READING; + i = BIO_read(s->rbio, pkt + len + left, max - left); + } else { + SSLerr(SSL_F_SSL3_READ_N, SSL_R_READ_BIO_NOT_SET); + i = -1; + } + + if (i <= 0) { + rb->left = left; + if (s->mode & SSL_MODE_RELEASE_BUFFERS && !SSL_IS_DTLS(s)) + if (len + left == 0) + ssl3_release_read_buffer(s); + return (i); + } + left += i; + /* + * reads should *never* span multiple packets for DTLS because the + * underlying transport protocol is message oriented as opposed to + * byte oriented as in the TLS case. + */ + if (SSL_IS_DTLS(s)) { + if (n > left) + n = left; /* makes the while condition false */ + } + } + + /* done reading, now the book-keeping */ + rb->offset += n; + rb->left = left - n; + s->packet_length += n; + s->rwstate = SSL_NOTHING; + return (n); +} + +/* + * MAX_EMPTY_RECORDS defines the number of consecutive, empty records that + * will be processed per call to ssl3_get_record. Without this limit an + * attacker could send empty records at a faster rate than we can process and + * cause ssl3_get_record to loop forever. + */ #define MAX_EMPTY_RECORDS 32 -/* Call this to get a new input record. +/*- + * Call this to get a new input record. * It will return <= 0 if more data is needed, normally due to an error * or non-blocking IO. * When it finishes, one packet has been decoded and can be found in * ssl->s3->rrec.type - is the type of record - * ssl->s3->rrec.data, - data + * ssl->s3->rrec.data, - data * ssl->s3->rrec.length, - number of bytes */ /* used only by ssl3_read_bytes */ static int ssl3_get_record(SSL *s) - { - int ssl_major,ssl_minor,al; - int enc_err,n,i,ret= -1; - SSL3_RECORD *rr; - SSL_SESSION *sess; - unsigned char *p; - unsigned char md[EVP_MAX_MD_SIZE]; - short version; - unsigned mac_size, orig_len; - size_t extra; - unsigned empty_record_count = 0; - - rr= &(s->s3->rrec); - sess=s->session; - - if (s->options & SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER) - extra=SSL3_RT_MAX_EXTRA; - else - extra=0; - if (extra && !s->s3->init_extra) - { - /* An application error: SLS_OP_MICROSOFT_BIG_SSLV3_BUFFER - * set after ssl3_setup_buffers() was done */ - SSLerr(SSL_F_SSL3_GET_RECORD, ERR_R_INTERNAL_ERROR); - return -1; - } - -again: - /* check if we have the header */ - if ( (s->rstate != SSL_ST_READ_BODY) || - (s->packet_length < SSL3_RT_HEADER_LENGTH)) - { - n=ssl3_read_n(s, SSL3_RT_HEADER_LENGTH, s->s3->rbuf.len, 0); - if (n <= 0) return(n); /* error or non-blocking */ - s->rstate=SSL_ST_READ_BODY; - - p=s->packet; - - /* Pull apart the header into the SSL3_RECORD */ - rr->type= *(p++); - ssl_major= *(p++); - ssl_minor= *(p++); - version=(ssl_major<<8)|ssl_minor; - n2s(p,rr->length); +{ + int ssl_major, ssl_minor, al; + int enc_err, n, i, ret = -1; + SSL3_RECORD *rr; + SSL_SESSION *sess; + unsigned char *p; + unsigned char md[EVP_MAX_MD_SIZE]; + short version; + unsigned mac_size, orig_len; + size_t extra; + unsigned empty_record_count = 0; + + rr = &(s->s3->rrec); + sess = s->session; + + if (s->options & SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER) + extra = SSL3_RT_MAX_EXTRA; + else + extra = 0; + if (extra && !s->s3->init_extra) { + /* + * An application error: SLS_OP_MICROSOFT_BIG_SSLV3_BUFFER set after + * ssl3_setup_buffers() was done + */ + SSLerr(SSL_F_SSL3_GET_RECORD, ERR_R_INTERNAL_ERROR); + return -1; + } + + again: + /* check if we have the header */ + if ((s->rstate != SSL_ST_READ_BODY) || + (s->packet_length < SSL3_RT_HEADER_LENGTH)) { + n = ssl3_read_n(s, SSL3_RT_HEADER_LENGTH, s->s3->rbuf.len, 0); + if (n <= 0) + return (n); /* error or non-blocking */ + s->rstate = SSL_ST_READ_BODY; + + p = s->packet; + if (s->msg_callback) + s->msg_callback(0, 0, SSL3_RT_HEADER, p, 5, s, + s->msg_callback_arg); + + /* Pull apart the header into the SSL3_RECORD */ + rr->type = *(p++); + ssl_major = *(p++); + ssl_minor = *(p++); + version = (ssl_major << 8) | ssl_minor; + n2s(p, rr->length); #if 0 -fprintf(stderr, "Record type=%d, Length=%d\n", rr->type, rr->length); + fprintf(stderr, "Record type=%d, Length=%d\n", rr->type, rr->length); #endif - /* Lets check version */ - if (!s->first_packet) - { - if (version != s->version) - { - SSLerr(SSL_F_SSL3_GET_RECORD,SSL_R_WRONG_VERSION_NUMBER); - if ((s->version & 0xFF00) == (version & 0xFF00) && !s->enc_write_ctx && !s->write_hash) - /* Send back error using their minor version number :-) */ - s->version = (unsigned short)version; - al=SSL_AD_PROTOCOL_VERSION; - goto f_err; - } - } - - if ((version>>8) != SSL3_VERSION_MAJOR) - { - SSLerr(SSL_F_SSL3_GET_RECORD,SSL_R_WRONG_VERSION_NUMBER); - goto err; - } - - if (rr->length > s->s3->rbuf.len - SSL3_RT_HEADER_LENGTH) - { - al=SSL_AD_RECORD_OVERFLOW; - SSLerr(SSL_F_SSL3_GET_RECORD,SSL_R_PACKET_LENGTH_TOO_LONG); - goto f_err; - } - - /* now s->rstate == SSL_ST_READ_BODY */ - } - - /* s->rstate == SSL_ST_READ_BODY, get and decode the data */ - - if (rr->length > s->packet_length-SSL3_RT_HEADER_LENGTH) - { - /* now s->packet_length == SSL3_RT_HEADER_LENGTH */ - i=rr->length; - n=ssl3_read_n(s,i,i,1); - if (n <= 0) return(n); /* error or non-blocking io */ - /* now n == rr->length, - * and s->packet_length == SSL3_RT_HEADER_LENGTH + rr->length */ - } - - s->rstate=SSL_ST_READ_HEADER; /* set state for later operations */ - - /* At this point, s->packet_length == SSL3_RT_HEADER_LNGTH + rr->length, - * and we have that many bytes in s->packet - */ - rr->input= &(s->packet[SSL3_RT_HEADER_LENGTH]); - - /* ok, we can now read from 's->packet' data into 'rr' - * rr->input points at rr->length bytes, which - * need to be copied into rr->data by either - * the decryption or by the decompression - * When the data is 'copied' into the rr->data buffer, - * rr->input will be pointed at the new buffer */ - - /* We now have - encrypted [ MAC [ compressed [ plain ] ] ] - * rr->length bytes of encrypted compressed stuff. */ - - /* check is not needed I believe */ - if (rr->length > SSL3_RT_MAX_ENCRYPTED_LENGTH+extra) - { - al=SSL_AD_RECORD_OVERFLOW; - SSLerr(SSL_F_SSL3_GET_RECORD,SSL_R_ENCRYPTED_LENGTH_TOO_LONG); - goto f_err; - } - - /* decrypt in place in 'rr->input' */ - rr->data=rr->input; - - enc_err = s->method->ssl3_enc->enc(s,0); - /* enc_err is: - * 0: (in non-constant time) if the record is publically invalid. - * 1: if the padding is valid - * -1: if the padding is invalid */ - if (enc_err == 0) - { - al=SSL_AD_DECRYPTION_FAILED; - SSLerr(SSL_F_SSL3_GET_RECORD,SSL_R_BLOCK_CIPHER_PAD_IS_WRONG); - goto f_err; - } - + /* Lets check version */ + if (!s->first_packet) { + if (version != s->version) { + SSLerr(SSL_F_SSL3_GET_RECORD, SSL_R_WRONG_VERSION_NUMBER); + if ((s->version & 0xFF00) == (version & 0xFF00) + && !s->enc_write_ctx && !s->write_hash) + /* + * Send back error using their minor version number :-) + */ + s->version = (unsigned short)version; + al = SSL_AD_PROTOCOL_VERSION; + goto f_err; + } + } + + if ((version >> 8) != SSL3_VERSION_MAJOR) { + SSLerr(SSL_F_SSL3_GET_RECORD, SSL_R_WRONG_VERSION_NUMBER); + goto err; + } + + if (rr->length > s->s3->rbuf.len - SSL3_RT_HEADER_LENGTH) { + al = SSL_AD_RECORD_OVERFLOW; + SSLerr(SSL_F_SSL3_GET_RECORD, SSL_R_PACKET_LENGTH_TOO_LONG); + goto f_err; + } + + /* now s->rstate == SSL_ST_READ_BODY */ + } + + /* s->rstate == SSL_ST_READ_BODY, get and decode the data */ + + if (rr->length > s->packet_length - SSL3_RT_HEADER_LENGTH) { + /* now s->packet_length == SSL3_RT_HEADER_LENGTH */ + i = rr->length; + n = ssl3_read_n(s, i, i, 1); + if (n <= 0) + return (n); /* error or non-blocking io */ + /* + * now n == rr->length, and s->packet_length == SSL3_RT_HEADER_LENGTH + * + rr->length + */ + } + + s->rstate = SSL_ST_READ_HEADER; /* set state for later operations */ + + /* + * At this point, s->packet_length == SSL3_RT_HEADER_LNGTH + rr->length, + * and we have that many bytes in s->packet + */ + rr->input = &(s->packet[SSL3_RT_HEADER_LENGTH]); + + /* + * ok, we can now read from 's->packet' data into 'rr' rr->input points + * at rr->length bytes, which need to be copied into rr->data by either + * the decryption or by the decompression When the data is 'copied' into + * the rr->data buffer, rr->input will be pointed at the new buffer + */ + + /* + * We now have - encrypted [ MAC [ compressed [ plain ] ] ] rr->length + * bytes of encrypted compressed stuff. + */ + + /* check is not needed I believe */ + if (rr->length > SSL3_RT_MAX_ENCRYPTED_LENGTH + extra) { + al = SSL_AD_RECORD_OVERFLOW; + SSLerr(SSL_F_SSL3_GET_RECORD, SSL_R_ENCRYPTED_LENGTH_TOO_LONG); + goto f_err; + } + + /* decrypt in place in 'rr->input' */ + rr->data = rr->input; + + enc_err = s->method->ssl3_enc->enc(s, 0); + /*- + * enc_err is: + * 0: (in non-constant time) if the record is publically invalid. + * 1: if the padding is valid + * -1: if the padding is invalid + */ + if (enc_err == 0) { + al = SSL_AD_DECRYPTION_FAILED; + SSLerr(SSL_F_SSL3_GET_RECORD, SSL_R_BLOCK_CIPHER_PAD_IS_WRONG); + goto f_err; + } #ifdef TLS_DEBUG -printf("dec %d\n",rr->length); -{ unsigned int z; for (z=0; zlength; z++) printf("%02X%c",rr->data[z],((z+1)%16)?' ':'\n'); } -printf("\n"); + printf("dec %d\n", rr->length); + { + unsigned int z; + for (z = 0; z < rr->length; z++) + printf("%02X%c", rr->data[z], ((z + 1) % 16) ? ' ' : '\n'); + } + printf("\n"); #endif - /* r->length is now the compressed data plus mac */ - if ((sess != NULL) && - (s->enc_read_ctx != NULL) && - (EVP_MD_CTX_md(s->read_hash) != NULL)) - { - /* s->read_hash != NULL => mac_size != -1 */ - unsigned char *mac = NULL; - unsigned char mac_tmp[EVP_MAX_MD_SIZE]; - mac_size=EVP_MD_CTX_size(s->read_hash); - OPENSSL_assert(mac_size <= EVP_MAX_MD_SIZE); - - /* kludge: *_cbc_remove_padding passes padding length in rr->type */ - orig_len = rr->length+((unsigned int)rr->type>>8); - - /* orig_len is the length of the record before any padding was - * removed. This is public information, as is the MAC in use, - * therefore we can safely process the record in a different - * amount of time if it's too short to possibly contain a MAC. - */ - if (orig_len < mac_size || - /* CBC records must have a padding length byte too. */ - (EVP_CIPHER_CTX_mode(s->enc_read_ctx) == EVP_CIPH_CBC_MODE && - orig_len < mac_size+1)) - { - al=SSL_AD_DECODE_ERROR; - SSLerr(SSL_F_SSL3_GET_RECORD,SSL_R_LENGTH_TOO_SHORT); - goto f_err; - } - - if (EVP_CIPHER_CTX_mode(s->enc_read_ctx) == EVP_CIPH_CBC_MODE) - { - /* We update the length so that the TLS header bytes - * can be constructed correctly but we need to extract - * the MAC in constant time from within the record, - * without leaking the contents of the padding bytes. - * */ - mac = mac_tmp; - ssl3_cbc_copy_mac(mac_tmp, rr, mac_size, orig_len); - rr->length -= mac_size; - } - else - { - /* In this case there's no padding, so |orig_len| - * equals |rec->length| and we checked that there's - * enough bytes for |mac_size| above. */ - rr->length -= mac_size; - mac = &rr->data[rr->length]; - } - - i=s->method->ssl3_enc->mac(s,md,0 /* not send */); - if (i < 0 || mac == NULL || CRYPTO_memcmp(md, mac, (size_t)mac_size) != 0) - enc_err = -1; - if (rr->length > SSL3_RT_MAX_COMPRESSED_LENGTH+extra+mac_size) - enc_err = -1; - } - - if (enc_err < 0) - { - /* A separate 'decryption_failed' alert was introduced with TLS 1.0, - * SSL 3.0 only has 'bad_record_mac'. But unless a decryption - * failure is directly visible from the ciphertext anyway, - * we should not reveal which kind of error occured -- this - * might become visible to an attacker (e.g. via a logfile) */ - al=SSL_AD_BAD_RECORD_MAC; - SSLerr(SSL_F_SSL3_GET_RECORD,SSL_R_DECRYPTION_FAILED_OR_BAD_RECORD_MAC); - goto f_err; - } - - /* r->length is now just compressed */ - if (s->expand != NULL) - { - if (rr->length > SSL3_RT_MAX_COMPRESSED_LENGTH+extra) - { - al=SSL_AD_RECORD_OVERFLOW; - SSLerr(SSL_F_SSL3_GET_RECORD,SSL_R_COMPRESSED_LENGTH_TOO_LONG); - goto f_err; - } - if (!ssl3_do_uncompress(s)) - { - al=SSL_AD_DECOMPRESSION_FAILURE; - SSLerr(SSL_F_SSL3_GET_RECORD,SSL_R_BAD_DECOMPRESSION); - goto f_err; - } - } - - if (rr->length > SSL3_RT_MAX_PLAIN_LENGTH+extra) - { - al=SSL_AD_RECORD_OVERFLOW; - SSLerr(SSL_F_SSL3_GET_RECORD,SSL_R_DATA_LENGTH_TOO_LONG); - goto f_err; - } - - rr->off=0; - /* So at this point the following is true - * ssl->s3->rrec.type is the type of record - * ssl->s3->rrec.length == number of bytes in record - * ssl->s3->rrec.off == offset to first valid byte - * ssl->s3->rrec.data == where to take bytes from, increment - * after use :-). - */ - - /* we have pulled in a full packet so zero things */ - s->packet_length=0; - - /* just read a 0 length packet */ - if (rr->length == 0) - { - empty_record_count++; - if (empty_record_count > MAX_EMPTY_RECORDS) - { - al=SSL_AD_UNEXPECTED_MESSAGE; - SSLerr(SSL_F_SSL3_GET_RECORD,SSL_R_RECORD_TOO_SMALL); - goto f_err; - } - goto again; - } - + /* r->length is now the compressed data plus mac */ + if ((sess != NULL) && + (s->enc_read_ctx != NULL) && (EVP_MD_CTX_md(s->read_hash) != NULL)) { + /* s->read_hash != NULL => mac_size != -1 */ + unsigned char *mac = NULL; + unsigned char mac_tmp[EVP_MAX_MD_SIZE]; + mac_size = EVP_MD_CTX_size(s->read_hash); + OPENSSL_assert(mac_size <= EVP_MAX_MD_SIZE); + + /* + * kludge: *_cbc_remove_padding passes padding length in rr->type + */ + orig_len = rr->length + ((unsigned int)rr->type >> 8); + + /* + * orig_len is the length of the record before any padding was + * removed. This is public information, as is the MAC in use, + * therefore we can safely process the record in a different amount + * of time if it's too short to possibly contain a MAC. + */ + if (orig_len < mac_size || + /* CBC records must have a padding length byte too. */ + (EVP_CIPHER_CTX_mode(s->enc_read_ctx) == EVP_CIPH_CBC_MODE && + orig_len < mac_size + 1)) { + al = SSL_AD_DECODE_ERROR; + SSLerr(SSL_F_SSL3_GET_RECORD, SSL_R_LENGTH_TOO_SHORT); + goto f_err; + } + + if (EVP_CIPHER_CTX_mode(s->enc_read_ctx) == EVP_CIPH_CBC_MODE) { + /* + * We update the length so that the TLS header bytes can be + * constructed correctly but we need to extract the MAC in + * constant time from within the record, without leaking the + * contents of the padding bytes. + */ + mac = mac_tmp; + ssl3_cbc_copy_mac(mac_tmp, rr, mac_size, orig_len); + rr->length -= mac_size; + } else { + /* + * In this case there's no padding, so |orig_len| equals + * |rec->length| and we checked that there's enough bytes for + * |mac_size| above. + */ + rr->length -= mac_size; + mac = &rr->data[rr->length]; + } + + i = s->method->ssl3_enc->mac(s, md, 0 /* not send */ ); + if (i < 0 || mac == NULL + || CRYPTO_memcmp(md, mac, (size_t)mac_size) != 0) + enc_err = -1; + if (rr->length > SSL3_RT_MAX_COMPRESSED_LENGTH + extra + mac_size) + enc_err = -1; + } + + if (enc_err < 0) { + /* + * A separate 'decryption_failed' alert was introduced with TLS 1.0, + * SSL 3.0 only has 'bad_record_mac'. But unless a decryption + * failure is directly visible from the ciphertext anyway, we should + * not reveal which kind of error occured -- this might become + * visible to an attacker (e.g. via a logfile) + */ + al = SSL_AD_BAD_RECORD_MAC; + SSLerr(SSL_F_SSL3_GET_RECORD, + SSL_R_DECRYPTION_FAILED_OR_BAD_RECORD_MAC); + goto f_err; + } + + /* r->length is now just compressed */ + if (s->expand != NULL) { + if (rr->length > SSL3_RT_MAX_COMPRESSED_LENGTH + extra) { + al = SSL_AD_RECORD_OVERFLOW; + SSLerr(SSL_F_SSL3_GET_RECORD, SSL_R_COMPRESSED_LENGTH_TOO_LONG); + goto f_err; + } + if (!ssl3_do_uncompress(s)) { + al = SSL_AD_DECOMPRESSION_FAILURE; + SSLerr(SSL_F_SSL3_GET_RECORD, SSL_R_BAD_DECOMPRESSION); + goto f_err; + } + } + + if (rr->length > SSL3_RT_MAX_PLAIN_LENGTH + extra) { + al = SSL_AD_RECORD_OVERFLOW; + SSLerr(SSL_F_SSL3_GET_RECORD, SSL_R_DATA_LENGTH_TOO_LONG); + goto f_err; + } + + rr->off = 0; + /*- + * So at this point the following is true + * ssl->s3->rrec.type is the type of record + * ssl->s3->rrec.length == number of bytes in record + * ssl->s3->rrec.off == offset to first valid byte + * ssl->s3->rrec.data == where to take bytes from, increment + * after use :-). + */ + + /* we have pulled in a full packet so zero things */ + s->packet_length = 0; + + /* just read a 0 length packet */ + if (rr->length == 0) { + empty_record_count++; + if (empty_record_count > MAX_EMPTY_RECORDS) { + al = SSL_AD_UNEXPECTED_MESSAGE; + SSLerr(SSL_F_SSL3_GET_RECORD, SSL_R_RECORD_TOO_SMALL); + goto f_err; + } + goto again; + } #if 0 -fprintf(stderr, "Ultimate Record type=%d, Length=%d\n", rr->type, rr->length); + fprintf(stderr, "Ultimate Record type=%d, Length=%d\n", rr->type, + rr->length); #endif - return(1); + return (1); -f_err: - ssl3_send_alert(s,SSL3_AL_FATAL,al); -err: - return(ret); - } + f_err: + ssl3_send_alert(s, SSL3_AL_FATAL, al); + err: + return (ret); +} int ssl3_do_uncompress(SSL *ssl) - { +{ #ifndef OPENSSL_NO_COMP - int i; - SSL3_RECORD *rr; - - rr= &(ssl->s3->rrec); - i=COMP_expand_block(ssl->expand,rr->comp, - SSL3_RT_MAX_PLAIN_LENGTH,rr->data,(int)rr->length); - if (i < 0) - return(0); - else - rr->length=i; - rr->data=rr->comp; + int i; + SSL3_RECORD *rr; + + rr = &(ssl->s3->rrec); + i = COMP_expand_block(ssl->expand, rr->comp, + SSL3_RT_MAX_PLAIN_LENGTH, rr->data, + (int)rr->length); + if (i < 0) + return (0); + else + rr->length = i; + rr->data = rr->comp; #endif - return(1); - } + return (1); +} int ssl3_do_compress(SSL *ssl) - { +{ #ifndef OPENSSL_NO_COMP - int i; - SSL3_RECORD *wr; - - wr= &(ssl->s3->wrec); - i=COMP_compress_block(ssl->compress,wr->data, - SSL3_RT_MAX_COMPRESSED_LENGTH, - wr->input,(int)wr->length); - if (i < 0) - return(0); - else - wr->length=i; - - wr->input=wr->data; + int i; + SSL3_RECORD *wr; + + wr = &(ssl->s3->wrec); + i = COMP_compress_block(ssl->compress, wr->data, + SSL3_RT_MAX_COMPRESSED_LENGTH, + wr->input, (int)wr->length); + if (i < 0) + return (0); + else + wr->length = i; + + wr->input = wr->data; #endif - return(1); - } + return (1); +} -/* Call this to write data in records of type 'type' - * It will return <= 0 if not all data has been sent or non-blocking IO. +/* + * Call this to write data in records of type 'type' It will return <= 0 if + * not all data has been sent or non-blocking IO. */ int ssl3_write_bytes(SSL *s, int type, const void *buf_, int len) - { - const unsigned char *buf=buf_; - unsigned int n,nw; - int i,tot; - - s->rwstate=SSL_NOTHING; - OPENSSL_assert(s->s3->wnum <= INT_MAX); - tot=s->s3->wnum; - s->s3->wnum=0; - - if (SSL_in_init(s) && !s->in_handshake) - { - i=s->handshake_func(s); - if (i < 0) return(i); - if (i == 0) - { - SSLerr(SSL_F_SSL3_WRITE_BYTES,SSL_R_SSL_HANDSHAKE_FAILURE); - return -1; - } - } - - /* ensure that if we end up with a smaller value of data to write - * out than the the original len from a write which didn't complete - * for non-blocking I/O and also somehow ended up avoiding - * the check for this in ssl3_write_pending/SSL_R_BAD_WRITE_RETRY as - * it must never be possible to end up with (len-tot) as a large - * number that will then promptly send beyond the end of the users - * buffer ... so we trap and report the error in a way the user - * will notice - */ - if (len < tot) - { - SSLerr(SSL_F_SSL3_WRITE_BYTES,SSL_R_BAD_LENGTH); - return(-1); - } - - - n=(len-tot); - for (;;) - { - if (n > s->max_send_fragment) - nw=s->max_send_fragment; - else - nw=n; - - i=do_ssl3_write(s, type, &(buf[tot]), nw, 0); - if (i <= 0) - { - s->s3->wnum=tot; - return i; - } - - if ((i == (int)n) || - (type == SSL3_RT_APPLICATION_DATA && - (s->mode & SSL_MODE_ENABLE_PARTIAL_WRITE))) - { - /* next chunk of data should get another prepended empty fragment - * in ciphersuites with known-IV weakness: */ - s->s3->empty_fragment_done = 0; - - return tot+i; - } - - n-=i; - tot+=i; - } - } +{ + const unsigned char *buf = buf_; + int tot; + unsigned int n, nw; +#if !defined(OPENSSL_NO_MULTIBLOCK) && EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK + unsigned int max_send_fragment; +#endif + SSL3_BUFFER *wb = &(s->s3->wbuf); + int i; + + s->rwstate = SSL_NOTHING; + OPENSSL_assert(s->s3->wnum <= INT_MAX); + tot = s->s3->wnum; + s->s3->wnum = 0; + + if (SSL_in_init(s) && !s->in_handshake) { + i = s->handshake_func(s); + if (i < 0) + return (i); + if (i == 0) { + SSLerr(SSL_F_SSL3_WRITE_BYTES, SSL_R_SSL_HANDSHAKE_FAILURE); + return -1; + } + } + + /* + * ensure that if we end up with a smaller value of data to write out + * than the the original len from a write which didn't complete for + * non-blocking I/O and also somehow ended up avoiding the check for + * this in ssl3_write_pending/SSL_R_BAD_WRITE_RETRY as it must never be + * possible to end up with (len-tot) as a large number that will then + * promptly send beyond the end of the users buffer ... so we trap and + * report the error in a way the user will notice + */ + if (len < tot) { + SSLerr(SSL_F_SSL3_WRITE_BYTES, SSL_R_BAD_LENGTH); + return (-1); + } + + /* + * first check if there is a SSL3_BUFFER still being written out. This + * will happen with non blocking IO + */ + if (wb->left != 0) { + i = ssl3_write_pending(s, type, &buf[tot], s->s3->wpend_tot); + if (i <= 0) { + /* XXX should we ssl3_release_write_buffer if i<0? */ + s->s3->wnum = tot; + return i; + } + tot += i; /* this might be last fragment */ + } +#if !defined(OPENSSL_NO_MULTIBLOCK) && EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK + /* + * Depending on platform multi-block can deliver several *times* + * better performance. Downside is that it has to allocate + * jumbo buffer to accomodate up to 8 records, but the + * compromise is considered worthy. + */ + if (type == SSL3_RT_APPLICATION_DATA && + len >= 4 * (int)(max_send_fragment = s->max_send_fragment) && + s->compress == NULL && s->msg_callback == NULL && + SSL_USE_EXPLICIT_IV(s) && + EVP_CIPHER_flags(s->enc_write_ctx->cipher) & + EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK) { + unsigned char aad[13]; + EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM mb_param; + int packlen; + + /* minimize address aliasing conflicts */ + if ((max_send_fragment & 0xfff) == 0) + max_send_fragment -= 512; + + if (tot == 0 || wb->buf == NULL) { /* allocate jumbo buffer */ + ssl3_release_write_buffer(s); + + packlen = EVP_CIPHER_CTX_ctrl(s->enc_write_ctx, + EVP_CTRL_TLS1_1_MULTIBLOCK_MAX_BUFSIZE, + max_send_fragment, NULL); + + if (len >= 8 * (int)max_send_fragment) + packlen *= 8; + else + packlen *= 4; + + wb->buf = OPENSSL_malloc(packlen); + wb->len = packlen; + } else if (tot == len) { /* done? */ + OPENSSL_free(wb->buf); /* free jumbo buffer */ + wb->buf = NULL; + return tot; + } + + n = (len - tot); + for (;;) { + if (n < 4 * max_send_fragment) { + OPENSSL_free(wb->buf); /* free jumbo buffer */ + wb->buf = NULL; + break; + } + + if (s->s3->alert_dispatch) { + i = s->method->ssl_dispatch_alert(s); + if (i <= 0) { + s->s3->wnum = tot; + return i; + } + } + + if (n >= 8 * max_send_fragment) + nw = max_send_fragment * (mb_param.interleave = 8); + else + nw = max_send_fragment * (mb_param.interleave = 4); + + memcpy(aad, s->s3->write_sequence, 8); + aad[8] = type; + aad[9] = (unsigned char)(s->version >> 8); + aad[10] = (unsigned char)(s->version); + aad[11] = 0; + aad[12] = 0; + mb_param.out = NULL; + mb_param.inp = aad; + mb_param.len = nw; + + packlen = EVP_CIPHER_CTX_ctrl(s->enc_write_ctx, + EVP_CTRL_TLS1_1_MULTIBLOCK_AAD, + sizeof(mb_param), &mb_param); + + if (packlen <= 0 || packlen > (int)wb->len) { /* never happens */ + OPENSSL_free(wb->buf); /* free jumbo buffer */ + wb->buf = NULL; + break; + } + + mb_param.out = wb->buf; + mb_param.inp = &buf[tot]; + mb_param.len = nw; + + if (EVP_CIPHER_CTX_ctrl(s->enc_write_ctx, + EVP_CTRL_TLS1_1_MULTIBLOCK_ENCRYPT, + sizeof(mb_param), &mb_param) <= 0) + return -1; + + s->s3->write_sequence[7] += mb_param.interleave; + if (s->s3->write_sequence[7] < mb_param.interleave) { + int j = 6; + while (j >= 0 && (++s->s3->write_sequence[j--]) == 0) ; + } + + wb->offset = 0; + wb->left = packlen; + + s->s3->wpend_tot = nw; + s->s3->wpend_buf = &buf[tot]; + s->s3->wpend_type = type; + s->s3->wpend_ret = nw; + + i = ssl3_write_pending(s, type, &buf[tot], nw); + if (i <= 0) { + if (i < 0) { + OPENSSL_free(wb->buf); + wb->buf = NULL; + } + s->s3->wnum = tot; + return i; + } + if (i == (int)n) { + OPENSSL_free(wb->buf); /* free jumbo buffer */ + wb->buf = NULL; + return tot + i; + } + n -= i; + tot += i; + } + } else +#endif + if (tot == len) { /* done? */ + if (s->mode & SSL_MODE_RELEASE_BUFFERS && !SSL_IS_DTLS(s)) + ssl3_release_write_buffer(s); + + return tot; + } + + n = (len - tot); + for (;;) { + if (n > s->max_send_fragment) + nw = s->max_send_fragment; + else + nw = n; + + i = do_ssl3_write(s, type, &(buf[tot]), nw, 0); + if (i <= 0) { + /* XXX should we ssl3_release_write_buffer if i<0? */ + s->s3->wnum = tot; + return i; + } + + if ((i == (int)n) || + (type == SSL3_RT_APPLICATION_DATA && + (s->mode & SSL_MODE_ENABLE_PARTIAL_WRITE))) { + /* + * next chunk of data should get another prepended empty fragment + * in ciphersuites with known-IV weakness: + */ + s->s3->empty_fragment_done = 0; + + if ((i == (int)n) && s->mode & SSL_MODE_RELEASE_BUFFERS && + !SSL_IS_DTLS(s)) + ssl3_release_write_buffer(s); + + return tot + i; + } + + n -= i; + tot += i; + } +} static int do_ssl3_write(SSL *s, int type, const unsigned char *buf, - unsigned int len, int create_empty_fragment) - { - unsigned char *p,*plen; - int i,mac_size,clear=0; - int prefix_len=0; - int eivlen; - long align=0; - SSL3_RECORD *wr; - SSL3_BUFFER *wb=&(s->s3->wbuf); - SSL_SESSION *sess; - - - /* first check if there is a SSL3_BUFFER still being written - * out. This will happen with non blocking IO */ - if (wb->left != 0) - return(ssl3_write_pending(s,type,buf,len)); - - /* If we have an alert to send, lets send it */ - if (s->s3->alert_dispatch) - { - i=s->method->ssl_dispatch_alert(s); - if (i <= 0) - return(i); - /* if it went, fall through and send more stuff */ - } - - if (wb->buf == NULL) - if (!ssl3_setup_write_buffer(s)) - return -1; - - if (len == 0 && !create_empty_fragment) - return 0; - - wr= &(s->s3->wrec); - sess=s->session; - - if ( (sess == NULL) || - (s->enc_write_ctx == NULL) || - (EVP_MD_CTX_md(s->write_hash) == NULL)) - { + unsigned int len, int create_empty_fragment) +{ + unsigned char *p, *plen; + int i, mac_size, clear = 0; + int prefix_len = 0; + int eivlen; + long align = 0; + SSL3_RECORD *wr; + SSL3_BUFFER *wb = &(s->s3->wbuf); + SSL_SESSION *sess; + + /* + * first check if there is a SSL3_BUFFER still being written out. This + * will happen with non blocking IO + */ + if (wb->left != 0) + return (ssl3_write_pending(s, type, buf, len)); + + /* If we have an alert to send, lets send it */ + if (s->s3->alert_dispatch) { + i = s->method->ssl_dispatch_alert(s); + if (i <= 0) + return (i); + /* if it went, fall through and send more stuff */ + } + + if (wb->buf == NULL) + if (!ssl3_setup_write_buffer(s)) + return -1; + + if (len == 0 && !create_empty_fragment) + return 0; + + wr = &(s->s3->wrec); + sess = s->session; + + if ((sess == NULL) || + (s->enc_write_ctx == NULL) || + (EVP_MD_CTX_md(s->write_hash) == NULL)) { #if 1 - clear=s->enc_write_ctx?0:1; /* must be AEAD cipher */ + clear = s->enc_write_ctx ? 0 : 1; /* must be AEAD cipher */ #else - clear=1; + clear = 1; #endif - mac_size=0; - } - else - { - mac_size=EVP_MD_CTX_size(s->write_hash); - if (mac_size < 0) - goto err; - } - - /* 'create_empty_fragment' is true only when this function calls itself */ - if (!clear && !create_empty_fragment && !s->s3->empty_fragment_done) - { - /* countermeasure against known-IV weakness in CBC ciphersuites - * (see http://www.openssl.org/~bodo/tls-cbc.txt) */ - - if (s->s3->need_empty_fragments && type == SSL3_RT_APPLICATION_DATA) - { - /* recursive function call with 'create_empty_fragment' set; - * this prepares and buffers the data for an empty fragment - * (these 'prefix_len' bytes are sent out later - * together with the actual payload) */ - prefix_len = do_ssl3_write(s, type, buf, 0, 1); - if (prefix_len <= 0) - goto err; - - if (prefix_len > - (SSL3_RT_HEADER_LENGTH + SSL3_RT_SEND_MAX_ENCRYPTED_OVERHEAD)) - { - /* insufficient space */ - SSLerr(SSL_F_DO_SSL3_WRITE, ERR_R_INTERNAL_ERROR); - goto err; - } - } - - s->s3->empty_fragment_done = 1; - } - - if (create_empty_fragment) - { + mac_size = 0; + } else { + mac_size = EVP_MD_CTX_size(s->write_hash); + if (mac_size < 0) + goto err; + } + + /* + * 'create_empty_fragment' is true only when this function calls itself + */ + if (!clear && !create_empty_fragment && !s->s3->empty_fragment_done) { + /* + * countermeasure against known-IV weakness in CBC ciphersuites (see + * http://www.openssl.org/~bodo/tls-cbc.txt) + */ + + if (s->s3->need_empty_fragments && type == SSL3_RT_APPLICATION_DATA) { + /* + * recursive function call with 'create_empty_fragment' set; this + * prepares and buffers the data for an empty fragment (these + * 'prefix_len' bytes are sent out later together with the actual + * payload) + */ + prefix_len = do_ssl3_write(s, type, buf, 0, 1); + if (prefix_len <= 0) + goto err; + + if (prefix_len > + (SSL3_RT_HEADER_LENGTH + SSL3_RT_SEND_MAX_ENCRYPTED_OVERHEAD)) + { + /* insufficient space */ + SSLerr(SSL_F_DO_SSL3_WRITE, ERR_R_INTERNAL_ERROR); + goto err; + } + } + + s->s3->empty_fragment_done = 1; + } + + if (create_empty_fragment) { #if defined(SSL3_ALIGN_PAYLOAD) && SSL3_ALIGN_PAYLOAD!=0 - /* extra fragment would be couple of cipher blocks, - * which would be multiple of SSL3_ALIGN_PAYLOAD, so - * if we want to align the real payload, then we can - * just pretent we simply have two headers. */ - align = (long)wb->buf + 2*SSL3_RT_HEADER_LENGTH; - align = (-align)&(SSL3_ALIGN_PAYLOAD-1); + /* + * extra fragment would be couple of cipher blocks, which would be + * multiple of SSL3_ALIGN_PAYLOAD, so if we want to align the real + * payload, then we can just pretent we simply have two headers. + */ + align = (long)wb->buf + 2 * SSL3_RT_HEADER_LENGTH; + align = (-align) & (SSL3_ALIGN_PAYLOAD - 1); #endif - p = wb->buf + align; - wb->offset = align; - } - else if (prefix_len) - { - p = wb->buf + wb->offset + prefix_len; - } - else - { + p = wb->buf + align; + wb->offset = align; + } else if (prefix_len) { + p = wb->buf + wb->offset + prefix_len; + } else { #if defined(SSL3_ALIGN_PAYLOAD) && SSL3_ALIGN_PAYLOAD!=0 - align = (long)wb->buf + SSL3_RT_HEADER_LENGTH; - align = (-align)&(SSL3_ALIGN_PAYLOAD-1); + align = (long)wb->buf + SSL3_RT_HEADER_LENGTH; + align = (-align) & (SSL3_ALIGN_PAYLOAD - 1); #endif - p = wb->buf + align; - wb->offset = align; - } - - /* write the header */ - - *(p++)=type&0xff; - wr->type=type; - - *(p++)=(s->version>>8); - /* Some servers hang if iniatial client hello is larger than 256 - * bytes and record version number > TLS 1.0 - */ - if (s->state == SSL3_ST_CW_CLNT_HELLO_B - && !s->renegotiate - && TLS1_get_version(s) > TLS1_VERSION) - *(p++) = 0x1; - else - *(p++)=s->version&0xff; - - /* field where we are to write out packet length */ - plen=p; - p+=2; - /* Explicit IV length, block ciphers and TLS version 1.1 or later */ - if (s->enc_write_ctx && s->version >= TLS1_1_VERSION) - { - int mode = EVP_CIPHER_CTX_mode(s->enc_write_ctx); - if (mode == EVP_CIPH_CBC_MODE) - { - eivlen = EVP_CIPHER_CTX_iv_length(s->enc_write_ctx); - if (eivlen <= 1) - eivlen = 0; - } - /* Need explicit part of IV for GCM mode */ - else if (mode == EVP_CIPH_GCM_MODE) - eivlen = EVP_GCM_TLS_EXPLICIT_IV_LEN; - else - eivlen = 0; - } - else - eivlen = 0; - - /* lets setup the record stuff. */ - wr->data=p + eivlen; - wr->length=(int)len; - wr->input=(unsigned char *)buf; - - /* we now 'read' from wr->input, wr->length bytes into - * wr->data */ - - /* first we compress */ - if (s->compress != NULL) - { - if (!ssl3_do_compress(s)) - { - SSLerr(SSL_F_DO_SSL3_WRITE,SSL_R_COMPRESSION_FAILURE); - goto err; - } - } - else - { - memcpy(wr->data,wr->input,wr->length); - wr->input=wr->data; - } - - /* we should still have the output to wr->data and the input - * from wr->input. Length should be wr->length. - * wr->data still points in the wb->buf */ - - if (mac_size != 0) - { - if (s->method->ssl3_enc->mac(s,&(p[wr->length + eivlen]),1) < 0) - goto err; - wr->length+=mac_size; - } - - wr->input=p; - wr->data=p; - - if (eivlen) - { - /* if (RAND_pseudo_bytes(p, eivlen) <= 0) - goto err; */ - wr->length += eivlen; - } - - /* ssl3_enc can only have an error on read */ - s->method->ssl3_enc->enc(s,1); - - /* record length after mac and block padding */ - s2n(wr->length,plen); - - /* we should now have - * wr->data pointing to the encrypted data, which is - * wr->length long */ - wr->type=type; /* not needed but helps for debugging */ - wr->length+=SSL3_RT_HEADER_LENGTH; - - if (create_empty_fragment) - { - /* we are in a recursive call; - * just return the length, don't write out anything here - */ - return wr->length; - } - - /* now let's set up wb */ - wb->left = prefix_len + wr->length; - - /* memorize arguments so that ssl3_write_pending can detect bad write retries later */ - s->s3->wpend_tot=len; - s->s3->wpend_buf=buf; - s->s3->wpend_type=type; - s->s3->wpend_ret=len; - - /* we now just need to write the buffer */ - return ssl3_write_pending(s,type,buf,len); -err: - return -1; - } + p = wb->buf + align; + wb->offset = align; + } + + /* write the header */ + + *(p++) = type & 0xff; + wr->type = type; + + *(p++) = (s->version >> 8); + /* + * Some servers hang if iniatial client hello is larger than 256 bytes + * and record version number > TLS 1.0 + */ + if (s->state == SSL3_ST_CW_CLNT_HELLO_B + && !s->renegotiate && TLS1_get_version(s) > TLS1_VERSION) + *(p++) = 0x1; + else + *(p++) = s->version & 0xff; + + /* field where we are to write out packet length */ + plen = p; + p += 2; + /* Explicit IV length, block ciphers appropriate version flag */ + if (s->enc_write_ctx && SSL_USE_EXPLICIT_IV(s)) { + int mode = EVP_CIPHER_CTX_mode(s->enc_write_ctx); + if (mode == EVP_CIPH_CBC_MODE) { + eivlen = EVP_CIPHER_CTX_iv_length(s->enc_write_ctx); + if (eivlen <= 1) + eivlen = 0; + } + /* Need explicit part of IV for GCM mode */ + else if (mode == EVP_CIPH_GCM_MODE) + eivlen = EVP_GCM_TLS_EXPLICIT_IV_LEN; + else + eivlen = 0; + } else + eivlen = 0; + + /* lets setup the record stuff. */ + wr->data = p + eivlen; + wr->length = (int)len; + wr->input = (unsigned char *)buf; + + /* + * we now 'read' from wr->input, wr->length bytes into wr->data + */ + + /* first we compress */ + if (s->compress != NULL) { + if (!ssl3_do_compress(s)) { + SSLerr(SSL_F_DO_SSL3_WRITE, SSL_R_COMPRESSION_FAILURE); + goto err; + } + } else { + memcpy(wr->data, wr->input, wr->length); + wr->input = wr->data; + } + + /* + * we should still have the output to wr->data and the input from + * wr->input. Length should be wr->length. wr->data still points in the + * wb->buf + */ + + if (mac_size != 0) { + if (s->method->ssl3_enc->mac(s, &(p[wr->length + eivlen]), 1) < 0) + goto err; + wr->length += mac_size; + } + + wr->input = p; + wr->data = p; + + if (eivlen) { + /* + * if (RAND_pseudo_bytes(p, eivlen) <= 0) goto err; + */ + wr->length += eivlen; + } + + if (s->method->ssl3_enc->enc(s, 1) < 1) + goto err; + + /* record length after mac and block padding */ + s2n(wr->length, plen); + + if (s->msg_callback) + s->msg_callback(1, 0, SSL3_RT_HEADER, plen - 5, 5, s, + s->msg_callback_arg); + + /* + * we should now have wr->data pointing to the encrypted data, which is + * wr->length long + */ + wr->type = type; /* not needed but helps for debugging */ + wr->length += SSL3_RT_HEADER_LENGTH; + + if (create_empty_fragment) { + /* + * we are in a recursive call; just return the length, don't write + * out anything here + */ + return wr->length; + } + + /* now let's set up wb */ + wb->left = prefix_len + wr->length; + + /* + * memorize arguments so that ssl3_write_pending can detect bad write + * retries later + */ + s->s3->wpend_tot = len; + s->s3->wpend_buf = buf; + s->s3->wpend_type = type; + s->s3->wpend_ret = len; + + /* we now just need to write the buffer */ + return ssl3_write_pending(s, type, buf, len); + err: + return -1; +} /* if s->s3->wbuf.left != 0, we need to call this */ int ssl3_write_pending(SSL *s, int type, const unsigned char *buf, - unsigned int len) - { - int i; - SSL3_BUFFER *wb=&(s->s3->wbuf); + unsigned int len) +{ + int i; + SSL3_BUFFER *wb = &(s->s3->wbuf); /* XXXX */ - if ((s->s3->wpend_tot > (int)len) - || ((s->s3->wpend_buf != buf) && - !(s->mode & SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER)) - || (s->s3->wpend_type != type)) - { - SSLerr(SSL_F_SSL3_WRITE_PENDING,SSL_R_BAD_WRITE_RETRY); - return(-1); - } - - for (;;) - { - clear_sys_error(); - if (s->wbio != NULL) - { - s->rwstate=SSL_WRITING; - i=BIO_write(s->wbio, - (char *)&(wb->buf[wb->offset]), - (unsigned int)wb->left); - } - else - { - SSLerr(SSL_F_SSL3_WRITE_PENDING,SSL_R_BIO_NOT_SET); - i= -1; - } - if (i == wb->left) - { - wb->left=0; - wb->offset+=i; - if (s->mode & SSL_MODE_RELEASE_BUFFERS && - SSL_version(s) != DTLS1_VERSION && SSL_version(s) != DTLS1_BAD_VER) - ssl3_release_write_buffer(s); - s->rwstate=SSL_NOTHING; - return(s->s3->wpend_ret); - } - else if (i <= 0) { - if (s->version == DTLS1_VERSION || - s->version == DTLS1_BAD_VER) { - /* For DTLS, just drop it. That's kind of the whole - point in using a datagram service */ - wb->left = 0; - } - return(i); - } - wb->offset+=i; - wb->left-=i; - } - } - -/* Return up to 'len' payload bytes received in 'type' records. + if ((s->s3->wpend_tot > (int)len) + || ((s->s3->wpend_buf != buf) && + !(s->mode & SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER)) + || (s->s3->wpend_type != type)) { + SSLerr(SSL_F_SSL3_WRITE_PENDING, SSL_R_BAD_WRITE_RETRY); + return (-1); + } + + for (;;) { + clear_sys_error(); + if (s->wbio != NULL) { + s->rwstate = SSL_WRITING; + i = BIO_write(s->wbio, + (char *)&(wb->buf[wb->offset]), + (unsigned int)wb->left); + } else { + SSLerr(SSL_F_SSL3_WRITE_PENDING, SSL_R_BIO_NOT_SET); + i = -1; + } + if (i == wb->left) { + wb->left = 0; + wb->offset += i; + s->rwstate = SSL_NOTHING; + return (s->s3->wpend_ret); + } else if (i <= 0) { + if (s->version == DTLS1_VERSION || s->version == DTLS1_BAD_VER) { + /* + * For DTLS, just drop it. That's kind of the whole point in + * using a datagram service + */ + wb->left = 0; + } + return (i); + } + wb->offset += i; + wb->left -= i; + } +} + +/*- + * Return up to 'len' payload bytes received in 'type' records. * 'type' is one of the following: * * - SSL3_RT_HANDSHAKE (when ssl3_get_message calls us) @@ -975,600 +1142,591 @@ int ssl3_write_pending(SSL *s, int type, const unsigned char *buf, * none of our business */ int ssl3_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek) - { - int al,i,j,ret; - unsigned int n; - SSL3_RECORD *rr; - void (*cb)(const SSL *ssl,int type2,int val)=NULL; - - if (s->s3->rbuf.buf == NULL) /* Not initialized yet */ - if (!ssl3_setup_read_buffer(s)) - return(-1); - - if ((type && (type != SSL3_RT_APPLICATION_DATA) && (type != SSL3_RT_HANDSHAKE)) || - (peek && (type != SSL3_RT_APPLICATION_DATA))) - { - SSLerr(SSL_F_SSL3_READ_BYTES, ERR_R_INTERNAL_ERROR); - return -1; - } - - if ((type == SSL3_RT_HANDSHAKE) && (s->s3->handshake_fragment_len > 0)) - /* (partially) satisfy request from storage */ - { - unsigned char *src = s->s3->handshake_fragment; - unsigned char *dst = buf; - unsigned int k; - - /* peek == 0 */ - n = 0; - while ((len > 0) && (s->s3->handshake_fragment_len > 0)) - { - *dst++ = *src++; - len--; s->s3->handshake_fragment_len--; - n++; - } - /* move any remaining fragment bytes: */ - for (k = 0; k < s->s3->handshake_fragment_len; k++) - s->s3->handshake_fragment[k] = *src++; - return n; - } - - /* Now s->s3->handshake_fragment_len == 0 if type == SSL3_RT_HANDSHAKE. */ - - if (!s->in_handshake && SSL_in_init(s)) - { - /* type == SSL3_RT_APPLICATION_DATA */ - i=s->handshake_func(s); - if (i < 0) return(i); - if (i == 0) - { - SSLerr(SSL_F_SSL3_READ_BYTES,SSL_R_SSL_HANDSHAKE_FAILURE); - return(-1); - } - } -start: - s->rwstate=SSL_NOTHING; - - /* s->s3->rrec.type - is the type of record - * s->s3->rrec.data, - data - * s->s3->rrec.off, - offset into 'data' for next read - * s->s3->rrec.length, - number of bytes. */ - rr = &(s->s3->rrec); - - /* get new packet if necessary */ - if ((rr->length == 0) || (s->rstate == SSL_ST_READ_BODY)) - { - ret=ssl3_get_record(s); - if (ret <= 0) return(ret); - } - - /* we now have a packet which can be read and processed */ - - if (s->s3->change_cipher_spec /* set when we receive ChangeCipherSpec, - * reset by ssl3_get_finished */ - && (rr->type != SSL3_RT_HANDSHAKE)) - { - al=SSL_AD_UNEXPECTED_MESSAGE; - SSLerr(SSL_F_SSL3_READ_BYTES,SSL_R_DATA_BETWEEN_CCS_AND_FINISHED); - goto f_err; - } - - /* If the other end has shut down, throw anything we read away - * (even in 'peek' mode) */ - if (s->shutdown & SSL_RECEIVED_SHUTDOWN) - { - rr->length=0; - s->rwstate=SSL_NOTHING; - return(0); - } - - - if (type == rr->type) /* SSL3_RT_APPLICATION_DATA or SSL3_RT_HANDSHAKE */ - { - /* make sure that we are not getting application data when we - * are doing a handshake for the first time */ - if (SSL_in_init(s) && (type == SSL3_RT_APPLICATION_DATA) && - (s->enc_read_ctx == NULL)) - { - al=SSL_AD_UNEXPECTED_MESSAGE; - SSLerr(SSL_F_SSL3_READ_BYTES,SSL_R_APP_DATA_IN_HANDSHAKE); - goto f_err; - } - - if (len <= 0) return(len); - - if ((unsigned int)len > rr->length) - n = rr->length; - else - n = (unsigned int)len; - - memcpy(buf,&(rr->data[rr->off]),n); - if (!peek) - { - rr->length-=n; - rr->off+=n; - if (rr->length == 0) - { - s->rstate=SSL_ST_READ_HEADER; - rr->off=0; - if (s->mode & SSL_MODE_RELEASE_BUFFERS && s->s3->rbuf.left == 0) - ssl3_release_read_buffer(s); - } - } - return(n); - } - - - /* If we get here, then type != rr->type; if we have a handshake - * message, then it was unexpected (Hello Request or Client Hello). */ - - /* In case of record types for which we have 'fragment' storage, - * fill that so that we can process the data at a fixed place. - */ - { - unsigned int dest_maxlen = 0; - unsigned char *dest = NULL; - unsigned int *dest_len = NULL; - - if (rr->type == SSL3_RT_HANDSHAKE) - { - dest_maxlen = sizeof s->s3->handshake_fragment; - dest = s->s3->handshake_fragment; - dest_len = &s->s3->handshake_fragment_len; - } - else if (rr->type == SSL3_RT_ALERT) - { - dest_maxlen = sizeof s->s3->alert_fragment; - dest = s->s3->alert_fragment; - dest_len = &s->s3->alert_fragment_len; - } +{ + int al, i, j, ret; + unsigned int n; + SSL3_RECORD *rr; + void (*cb) (const SSL *ssl, int type2, int val) = NULL; + + if (s->s3->rbuf.buf == NULL) /* Not initialized yet */ + if (!ssl3_setup_read_buffer(s)) + return (-1); + + if ((type && (type != SSL3_RT_APPLICATION_DATA) + && (type != SSL3_RT_HANDSHAKE)) || (peek + && (type != + SSL3_RT_APPLICATION_DATA))) { + SSLerr(SSL_F_SSL3_READ_BYTES, ERR_R_INTERNAL_ERROR); + return -1; + } + + if ((type == SSL3_RT_HANDSHAKE) && (s->s3->handshake_fragment_len > 0)) + /* (partially) satisfy request from storage */ + { + unsigned char *src = s->s3->handshake_fragment; + unsigned char *dst = buf; + unsigned int k; + + /* peek == 0 */ + n = 0; + while ((len > 0) && (s->s3->handshake_fragment_len > 0)) { + *dst++ = *src++; + len--; + s->s3->handshake_fragment_len--; + n++; + } + /* move any remaining fragment bytes: */ + for (k = 0; k < s->s3->handshake_fragment_len; k++) + s->s3->handshake_fragment[k] = *src++; + return n; + } + + /* + * Now s->s3->handshake_fragment_len == 0 if type == SSL3_RT_HANDSHAKE. + */ + + if (!s->in_handshake && SSL_in_init(s)) { + /* type == SSL3_RT_APPLICATION_DATA */ + i = s->handshake_func(s); + if (i < 0) + return (i); + if (i == 0) { + SSLerr(SSL_F_SSL3_READ_BYTES, SSL_R_SSL_HANDSHAKE_FAILURE); + return (-1); + } + } + start: + s->rwstate = SSL_NOTHING; + + /*- + * s->s3->rrec.type - is the type of record + * s->s3->rrec.data, - data + * s->s3->rrec.off, - offset into 'data' for next read + * s->s3->rrec.length, - number of bytes. + */ + rr = &(s->s3->rrec); + + /* get new packet if necessary */ + if ((rr->length == 0) || (s->rstate == SSL_ST_READ_BODY)) { + ret = ssl3_get_record(s); + if (ret <= 0) + return (ret); + } + + /* we now have a packet which can be read and processed */ + + if (s->s3->change_cipher_spec /* set when we receive ChangeCipherSpec, + * reset by ssl3_get_finished */ + && (rr->type != SSL3_RT_HANDSHAKE)) { + al = SSL_AD_UNEXPECTED_MESSAGE; + SSLerr(SSL_F_SSL3_READ_BYTES, SSL_R_DATA_BETWEEN_CCS_AND_FINISHED); + goto f_err; + } + + /* + * If the other end has shut down, throw anything we read away (even in + * 'peek' mode) + */ + if (s->shutdown & SSL_RECEIVED_SHUTDOWN) { + rr->length = 0; + s->rwstate = SSL_NOTHING; + return (0); + } + + if (type == rr->type) { /* SSL3_RT_APPLICATION_DATA or + * SSL3_RT_HANDSHAKE */ + /* + * make sure that we are not getting application data when we are + * doing a handshake for the first time + */ + if (SSL_in_init(s) && (type == SSL3_RT_APPLICATION_DATA) && + (s->enc_read_ctx == NULL)) { + al = SSL_AD_UNEXPECTED_MESSAGE; + SSLerr(SSL_F_SSL3_READ_BYTES, SSL_R_APP_DATA_IN_HANDSHAKE); + goto f_err; + } + + if (len <= 0) + return (len); + + if ((unsigned int)len > rr->length) + n = rr->length; + else + n = (unsigned int)len; + + memcpy(buf, &(rr->data[rr->off]), n); + if (!peek) { + rr->length -= n; + rr->off += n; + if (rr->length == 0) { + s->rstate = SSL_ST_READ_HEADER; + rr->off = 0; + if (s->mode & SSL_MODE_RELEASE_BUFFERS + && s->s3->rbuf.left == 0) + ssl3_release_read_buffer(s); + } + } + return (n); + } + + /* + * If we get here, then type != rr->type; if we have a handshake message, + * then it was unexpected (Hello Request or Client Hello). + */ + + /* + * In case of record types for which we have 'fragment' storage, fill + * that so that we can process the data at a fixed place. + */ + { + unsigned int dest_maxlen = 0; + unsigned char *dest = NULL; + unsigned int *dest_len = NULL; + + if (rr->type == SSL3_RT_HANDSHAKE) { + dest_maxlen = sizeof s->s3->handshake_fragment; + dest = s->s3->handshake_fragment; + dest_len = &s->s3->handshake_fragment_len; + } else if (rr->type == SSL3_RT_ALERT) { + dest_maxlen = sizeof s->s3->alert_fragment; + dest = s->s3->alert_fragment; + dest_len = &s->s3->alert_fragment_len; + } #ifndef OPENSSL_NO_HEARTBEATS - else if (rr->type == TLS1_RT_HEARTBEAT) - { - tls1_process_heartbeat(s); - - /* Exit and notify application to read again */ - rr->length = 0; - s->rwstate=SSL_READING; - BIO_clear_retry_flags(SSL_get_rbio(s)); - BIO_set_retry_read(SSL_get_rbio(s)); - return(-1); - } + else if (rr->type == TLS1_RT_HEARTBEAT) { + tls1_process_heartbeat(s); + + /* Exit and notify application to read again */ + rr->length = 0; + s->rwstate = SSL_READING; + BIO_clear_retry_flags(SSL_get_rbio(s)); + BIO_set_retry_read(SSL_get_rbio(s)); + return (-1); + } #endif - if (dest_maxlen > 0) - { - n = dest_maxlen - *dest_len; /* available space in 'dest' */ - if (rr->length < n) - n = rr->length; /* available bytes */ - - /* now move 'n' bytes: */ - while (n-- > 0) - { - dest[(*dest_len)++] = rr->data[rr->off++]; - rr->length--; - } - - if (*dest_len < dest_maxlen) - goto start; /* fragment was too small */ - } - } - - /* s->s3->handshake_fragment_len == 4 iff rr->type == SSL3_RT_HANDSHAKE; - * s->s3->alert_fragment_len == 2 iff rr->type == SSL3_RT_ALERT. - * (Possibly rr is 'empty' now, i.e. rr->length may be 0.) */ - - /* If we are a client, check for an incoming 'Hello Request': */ - if ((!s->server) && - (s->s3->handshake_fragment_len >= 4) && - (s->s3->handshake_fragment[0] == SSL3_MT_HELLO_REQUEST) && - (s->session != NULL) && (s->session->cipher != NULL)) - { - s->s3->handshake_fragment_len = 0; - - if ((s->s3->handshake_fragment[1] != 0) || - (s->s3->handshake_fragment[2] != 0) || - (s->s3->handshake_fragment[3] != 0)) - { - al=SSL_AD_DECODE_ERROR; - SSLerr(SSL_F_SSL3_READ_BYTES,SSL_R_BAD_HELLO_REQUEST); - goto f_err; - } - - if (s->msg_callback) - s->msg_callback(0, s->version, SSL3_RT_HANDSHAKE, s->s3->handshake_fragment, 4, s, s->msg_callback_arg); - - if (SSL_is_init_finished(s) && - !(s->s3->flags & SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS) && - !s->s3->renegotiate) - { - ssl3_renegotiate(s); - if (ssl3_renegotiate_check(s)) - { - i=s->handshake_func(s); - if (i < 0) return(i); - if (i == 0) - { - SSLerr(SSL_F_SSL3_READ_BYTES,SSL_R_SSL_HANDSHAKE_FAILURE); - return(-1); - } - - if (!(s->mode & SSL_MODE_AUTO_RETRY)) - { - if (s->s3->rbuf.left == 0) /* no read-ahead left? */ - { - BIO *bio; - /* In the case where we try to read application data, - * but we trigger an SSL handshake, we return -1 with - * the retry option set. Otherwise renegotiation may - * cause nasty problems in the blocking world */ - s->rwstate=SSL_READING; - bio=SSL_get_rbio(s); - BIO_clear_retry_flags(bio); - BIO_set_retry_read(bio); - return(-1); - } - } - } - } - /* we either finished a handshake or ignored the request, - * now try again to obtain the (application) data we were asked for */ - goto start; - } - /* If we are a server and get a client hello when renegotiation isn't - * allowed send back a no renegotiation alert and carry on. - * WARNING: experimental code, needs reviewing (steve) - */ - if (s->server && - SSL_is_init_finished(s) && - !s->s3->send_connection_binding && - (s->version > SSL3_VERSION) && - (s->s3->handshake_fragment_len >= 4) && - (s->s3->handshake_fragment[0] == SSL3_MT_CLIENT_HELLO) && - (s->session != NULL) && (s->session->cipher != NULL) && - !(s->ctx->options & SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION)) - - { - /*s->s3->handshake_fragment_len = 0;*/ - rr->length = 0; - ssl3_send_alert(s,SSL3_AL_WARNING, SSL_AD_NO_RENEGOTIATION); - goto start; - } - if (s->s3->alert_fragment_len >= 2) - { - int alert_level = s->s3->alert_fragment[0]; - int alert_descr = s->s3->alert_fragment[1]; - - s->s3->alert_fragment_len = 0; - - if (s->msg_callback) - s->msg_callback(0, s->version, SSL3_RT_ALERT, s->s3->alert_fragment, 2, s, s->msg_callback_arg); - - if (s->info_callback != NULL) - cb=s->info_callback; - else if (s->ctx->info_callback != NULL) - cb=s->ctx->info_callback; - - if (cb != NULL) - { - j = (alert_level << 8) | alert_descr; - cb(s, SSL_CB_READ_ALERT, j); - } - - if (alert_level == 1) /* warning */ - { - s->s3->warn_alert = alert_descr; - if (alert_descr == SSL_AD_CLOSE_NOTIFY) - { - s->shutdown |= SSL_RECEIVED_SHUTDOWN; - return(0); - } - /* This is a warning but we receive it if we requested - * renegotiation and the peer denied it. Terminate with - * a fatal alert because if application tried to - * renegotiatie it presumably had a good reason and - * expects it to succeed. - * - * In future we might have a renegotiation where we - * don't care if the peer refused it where we carry on. - */ - else if (alert_descr == SSL_AD_NO_RENEGOTIATION) - { - al = SSL_AD_HANDSHAKE_FAILURE; - SSLerr(SSL_F_SSL3_READ_BYTES,SSL_R_NO_RENEGOTIATION); - goto f_err; - } + if (dest_maxlen > 0) { + n = dest_maxlen - *dest_len; /* available space in 'dest' */ + if (rr->length < n) + n = rr->length; /* available bytes */ + + /* now move 'n' bytes: */ + while (n-- > 0) { + dest[(*dest_len)++] = rr->data[rr->off++]; + rr->length--; + } + + if (*dest_len < dest_maxlen) + goto start; /* fragment was too small */ + } + } + + /*- + * s->s3->handshake_fragment_len == 4 iff rr->type == SSL3_RT_HANDSHAKE; + * s->s3->alert_fragment_len == 2 iff rr->type == SSL3_RT_ALERT. + * (Possibly rr is 'empty' now, i.e. rr->length may be 0.) + */ + + /* If we are a client, check for an incoming 'Hello Request': */ + if ((!s->server) && + (s->s3->handshake_fragment_len >= 4) && + (s->s3->handshake_fragment[0] == SSL3_MT_HELLO_REQUEST) && + (s->session != NULL) && (s->session->cipher != NULL)) { + s->s3->handshake_fragment_len = 0; + + if ((s->s3->handshake_fragment[1] != 0) || + (s->s3->handshake_fragment[2] != 0) || + (s->s3->handshake_fragment[3] != 0)) { + al = SSL_AD_DECODE_ERROR; + SSLerr(SSL_F_SSL3_READ_BYTES, SSL_R_BAD_HELLO_REQUEST); + goto f_err; + } + + if (s->msg_callback) + s->msg_callback(0, s->version, SSL3_RT_HANDSHAKE, + s->s3->handshake_fragment, 4, s, + s->msg_callback_arg); + + if (SSL_is_init_finished(s) && + !(s->s3->flags & SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS) && + !s->s3->renegotiate) { + ssl3_renegotiate(s); + if (ssl3_renegotiate_check(s)) { + i = s->handshake_func(s); + if (i < 0) + return (i); + if (i == 0) { + SSLerr(SSL_F_SSL3_READ_BYTES, + SSL_R_SSL_HANDSHAKE_FAILURE); + return (-1); + } + + if (!(s->mode & SSL_MODE_AUTO_RETRY)) { + if (s->s3->rbuf.left == 0) { /* no read-ahead left? */ + BIO *bio; + /* + * In the case where we try to read application data, + * but we trigger an SSL handshake, we return -1 with + * the retry option set. Otherwise renegotiation may + * cause nasty problems in the blocking world + */ + s->rwstate = SSL_READING; + bio = SSL_get_rbio(s); + BIO_clear_retry_flags(bio); + BIO_set_retry_read(bio); + return (-1); + } + } + } + } + /* + * we either finished a handshake or ignored the request, now try + * again to obtain the (application) data we were asked for + */ + goto start; + } + /* + * If we are a server and get a client hello when renegotiation isn't + * allowed send back a no renegotiation alert and carry on. WARNING: + * experimental code, needs reviewing (steve) + */ + if (s->server && + SSL_is_init_finished(s) && + !s->s3->send_connection_binding && + (s->version > SSL3_VERSION) && + (s->s3->handshake_fragment_len >= 4) && + (s->s3->handshake_fragment[0] == SSL3_MT_CLIENT_HELLO) && + (s->session != NULL) && (s->session->cipher != NULL) && + !(s->ctx->options & SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION)) { + /* + * s->s3->handshake_fragment_len = 0; + */ + rr->length = 0; + ssl3_send_alert(s, SSL3_AL_WARNING, SSL_AD_NO_RENEGOTIATION); + goto start; + } + if (s->s3->alert_fragment_len >= 2) { + int alert_level = s->s3->alert_fragment[0]; + int alert_descr = s->s3->alert_fragment[1]; + + s->s3->alert_fragment_len = 0; + + if (s->msg_callback) + s->msg_callback(0, s->version, SSL3_RT_ALERT, + s->s3->alert_fragment, 2, s, s->msg_callback_arg); + + if (s->info_callback != NULL) + cb = s->info_callback; + else if (s->ctx->info_callback != NULL) + cb = s->ctx->info_callback; + + if (cb != NULL) { + j = (alert_level << 8) | alert_descr; + cb(s, SSL_CB_READ_ALERT, j); + } + + if (alert_level == 1) { /* warning */ + s->s3->warn_alert = alert_descr; + if (alert_descr == SSL_AD_CLOSE_NOTIFY) { + s->shutdown |= SSL_RECEIVED_SHUTDOWN; + return (0); + } + /* + * This is a warning but we receive it if we requested + * renegotiation and the peer denied it. Terminate with a fatal + * alert because if application tried to renegotiatie it + * presumably had a good reason and expects it to succeed. In + * future we might have a renegotiation where we don't care if + * the peer refused it where we carry on. + */ + else if (alert_descr == SSL_AD_NO_RENEGOTIATION) { + al = SSL_AD_HANDSHAKE_FAILURE; + SSLerr(SSL_F_SSL3_READ_BYTES, SSL_R_NO_RENEGOTIATION); + goto f_err; + } #ifdef SSL_AD_MISSING_SRP_USERNAME - else if (alert_descr == SSL_AD_MISSING_SRP_USERNAME) - return(0); + else if (alert_descr == SSL_AD_MISSING_SRP_USERNAME) + return (0); #endif - } - else if (alert_level == 2) /* fatal */ - { - char tmp[16]; - - s->rwstate=SSL_NOTHING; - s->s3->fatal_alert = alert_descr; - SSLerr(SSL_F_SSL3_READ_BYTES, SSL_AD_REASON_OFFSET + alert_descr); - BIO_snprintf(tmp,sizeof tmp,"%d",alert_descr); - ERR_add_error_data(2,"SSL alert number ",tmp); - s->shutdown|=SSL_RECEIVED_SHUTDOWN; - SSL_CTX_remove_session(s->ctx,s->session); - return(0); - } - else - { - al=SSL_AD_ILLEGAL_PARAMETER; - SSLerr(SSL_F_SSL3_READ_BYTES,SSL_R_UNKNOWN_ALERT_TYPE); - goto f_err; - } - - goto start; - } - - if (s->shutdown & SSL_SENT_SHUTDOWN) /* but we have not received a shutdown */ - { - s->rwstate=SSL_NOTHING; - rr->length=0; - return(0); - } - - if (rr->type == SSL3_RT_CHANGE_CIPHER_SPEC) - { - /* 'Change Cipher Spec' is just a single byte, so we know - * exactly what the record payload has to look like */ - if ( (rr->length != 1) || (rr->off != 0) || - (rr->data[0] != SSL3_MT_CCS)) - { - al=SSL_AD_ILLEGAL_PARAMETER; - SSLerr(SSL_F_SSL3_READ_BYTES,SSL_R_BAD_CHANGE_CIPHER_SPEC); - goto f_err; - } - - /* Check we have a cipher to change to */ - if (s->s3->tmp.new_cipher == NULL) - { - al=SSL_AD_UNEXPECTED_MESSAGE; - SSLerr(SSL_F_SSL3_READ_BYTES,SSL_R_CCS_RECEIVED_EARLY); - goto f_err; - } - - if (!(s->s3->flags & SSL3_FLAGS_CCS_OK)) - { - al=SSL_AD_UNEXPECTED_MESSAGE; - SSLerr(SSL_F_SSL3_READ_BYTES,SSL_R_CCS_RECEIVED_EARLY); - goto f_err; - } - - s->s3->flags &= ~SSL3_FLAGS_CCS_OK; - - rr->length=0; - - if (s->msg_callback) - s->msg_callback(0, s->version, SSL3_RT_CHANGE_CIPHER_SPEC, rr->data, 1, s, s->msg_callback_arg); - - s->s3->change_cipher_spec=1; - if (!ssl3_do_change_cipher_spec(s)) - goto err; - else - goto start; - } - - /* Unexpected handshake message (Client Hello, or protocol violation) */ - if ((s->s3->handshake_fragment_len >= 4) && !s->in_handshake) - { - if (((s->state&SSL_ST_MASK) == SSL_ST_OK) && - !(s->s3->flags & SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS)) - { -#if 0 /* worked only because C operator preferences are not as expected (and - * because this is not really needed for clients except for detecting - * protocol violations): */ - s->state=SSL_ST_BEFORE|(s->server) - ?SSL_ST_ACCEPT - :SSL_ST_CONNECT; + } else if (alert_level == 2) { /* fatal */ + char tmp[16]; + + s->rwstate = SSL_NOTHING; + s->s3->fatal_alert = alert_descr; + SSLerr(SSL_F_SSL3_READ_BYTES, SSL_AD_REASON_OFFSET + alert_descr); + BIO_snprintf(tmp, sizeof tmp, "%d", alert_descr); + ERR_add_error_data(2, "SSL alert number ", tmp); + s->shutdown |= SSL_RECEIVED_SHUTDOWN; + SSL_CTX_remove_session(s->ctx, s->session); + return (0); + } else { + al = SSL_AD_ILLEGAL_PARAMETER; + SSLerr(SSL_F_SSL3_READ_BYTES, SSL_R_UNKNOWN_ALERT_TYPE); + goto f_err; + } + + goto start; + } + + if (s->shutdown & SSL_SENT_SHUTDOWN) { /* but we have not received a + * shutdown */ + s->rwstate = SSL_NOTHING; + rr->length = 0; + return (0); + } + + if (rr->type == SSL3_RT_CHANGE_CIPHER_SPEC) { + /* + * 'Change Cipher Spec' is just a single byte, so we know exactly + * what the record payload has to look like + */ + if ((rr->length != 1) || (rr->off != 0) || + (rr->data[0] != SSL3_MT_CCS)) { + al = SSL_AD_ILLEGAL_PARAMETER; + SSLerr(SSL_F_SSL3_READ_BYTES, SSL_R_BAD_CHANGE_CIPHER_SPEC); + goto f_err; + } + + /* Check we have a cipher to change to */ + if (s->s3->tmp.new_cipher == NULL) { + al = SSL_AD_UNEXPECTED_MESSAGE; + SSLerr(SSL_F_SSL3_READ_BYTES, SSL_R_CCS_RECEIVED_EARLY); + goto f_err; + } + + if (!(s->s3->flags & SSL3_FLAGS_CCS_OK)) { + al = SSL_AD_UNEXPECTED_MESSAGE; + SSLerr(SSL_F_SSL3_READ_BYTES, SSL_R_CCS_RECEIVED_EARLY); + goto f_err; + } + + s->s3->flags &= ~SSL3_FLAGS_CCS_OK; + + rr->length = 0; + + if (s->msg_callback) + s->msg_callback(0, s->version, SSL3_RT_CHANGE_CIPHER_SPEC, + rr->data, 1, s, s->msg_callback_arg); + + s->s3->change_cipher_spec = 1; + if (!ssl3_do_change_cipher_spec(s)) + goto err; + else + goto start; + } + + /* + * Unexpected handshake message (Client Hello, or protocol violation) + */ + if ((s->s3->handshake_fragment_len >= 4) && !s->in_handshake) { + if (((s->state & SSL_ST_MASK) == SSL_ST_OK) && + !(s->s3->flags & SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS)) { +#if 0 /* worked only because C operator preferences + * are not as expected (and because this is + * not really needed for clients except for + * detecting protocol violations): */ + s->state = SSL_ST_BEFORE | (s->server) + ? SSL_ST_ACCEPT : SSL_ST_CONNECT; #else - s->state = s->server ? SSL_ST_ACCEPT : SSL_ST_CONNECT; + s->state = s->server ? SSL_ST_ACCEPT : SSL_ST_CONNECT; #endif - s->renegotiate=1; - s->new_session=1; - } - i=s->handshake_func(s); - if (i < 0) return(i); - if (i == 0) - { - SSLerr(SSL_F_SSL3_READ_BYTES,SSL_R_SSL_HANDSHAKE_FAILURE); - return(-1); - } - - if (!(s->mode & SSL_MODE_AUTO_RETRY)) - { - if (s->s3->rbuf.left == 0) /* no read-ahead left? */ - { - BIO *bio; - /* In the case where we try to read application data, - * but we trigger an SSL handshake, we return -1 with - * the retry option set. Otherwise renegotiation may - * cause nasty problems in the blocking world */ - s->rwstate=SSL_READING; - bio=SSL_get_rbio(s); - BIO_clear_retry_flags(bio); - BIO_set_retry_read(bio); - return(-1); - } - } - goto start; - } - - switch (rr->type) - { - default: + s->renegotiate = 1; + s->new_session = 1; + } + i = s->handshake_func(s); + if (i < 0) + return (i); + if (i == 0) { + SSLerr(SSL_F_SSL3_READ_BYTES, SSL_R_SSL_HANDSHAKE_FAILURE); + return (-1); + } + + if (!(s->mode & SSL_MODE_AUTO_RETRY)) { + if (s->s3->rbuf.left == 0) { /* no read-ahead left? */ + BIO *bio; + /* + * In the case where we try to read application data, but we + * trigger an SSL handshake, we return -1 with the retry + * option set. Otherwise renegotiation may cause nasty + * problems in the blocking world + */ + s->rwstate = SSL_READING; + bio = SSL_get_rbio(s); + BIO_clear_retry_flags(bio); + BIO_set_retry_read(bio); + return (-1); + } + } + goto start; + } + + switch (rr->type) { + default: #ifndef OPENSSL_NO_TLS - /* TLS up to v1.1 just ignores unknown message types: - * TLS v1.2 give an unexpected message alert. - */ - if (s->version >= TLS1_VERSION && s->version <= TLS1_1_VERSION) - { - rr->length = 0; - goto start; - } + /* + * TLS up to v1.1 just ignores unknown message types: TLS v1.2 give + * an unexpected message alert. + */ + if (s->version >= TLS1_VERSION && s->version <= TLS1_1_VERSION) { + rr->length = 0; + goto start; + } #endif - al=SSL_AD_UNEXPECTED_MESSAGE; - SSLerr(SSL_F_SSL3_READ_BYTES,SSL_R_UNEXPECTED_RECORD); - goto f_err; - case SSL3_RT_CHANGE_CIPHER_SPEC: - case SSL3_RT_ALERT: - case SSL3_RT_HANDSHAKE: - /* we already handled all of these, with the possible exception - * of SSL3_RT_HANDSHAKE when s->in_handshake is set, but that - * should not happen when type != rr->type */ - al=SSL_AD_UNEXPECTED_MESSAGE; - SSLerr(SSL_F_SSL3_READ_BYTES,ERR_R_INTERNAL_ERROR); - goto f_err; - case SSL3_RT_APPLICATION_DATA: - /* At this point, we were expecting handshake data, - * but have application data. If the library was - * running inside ssl3_read() (i.e. in_read_app_data - * is set) and it makes sense to read application data - * at this point (session renegotiation not yet started), - * we will indulge it. - */ - if (s->s3->in_read_app_data && - (s->s3->total_renegotiations != 0) && - (( - (s->state & SSL_ST_CONNECT) && - (s->state >= SSL3_ST_CW_CLNT_HELLO_A) && - (s->state <= SSL3_ST_CR_SRVR_HELLO_A) - ) || ( - (s->state & SSL_ST_ACCEPT) && - (s->state <= SSL3_ST_SW_HELLO_REQ_A) && - (s->state >= SSL3_ST_SR_CLNT_HELLO_A) - ) - )) - { - s->s3->in_read_app_data=2; - return(-1); - } - else - { - al=SSL_AD_UNEXPECTED_MESSAGE; - SSLerr(SSL_F_SSL3_READ_BYTES,SSL_R_UNEXPECTED_RECORD); - goto f_err; - } - } - /* not reached */ - -f_err: - ssl3_send_alert(s,SSL3_AL_FATAL,al); -err: - return(-1); - } + al = SSL_AD_UNEXPECTED_MESSAGE; + SSLerr(SSL_F_SSL3_READ_BYTES, SSL_R_UNEXPECTED_RECORD); + goto f_err; + case SSL3_RT_CHANGE_CIPHER_SPEC: + case SSL3_RT_ALERT: + case SSL3_RT_HANDSHAKE: + /* + * we already handled all of these, with the possible exception of + * SSL3_RT_HANDSHAKE when s->in_handshake is set, but that should not + * happen when type != rr->type + */ + al = SSL_AD_UNEXPECTED_MESSAGE; + SSLerr(SSL_F_SSL3_READ_BYTES, ERR_R_INTERNAL_ERROR); + goto f_err; + case SSL3_RT_APPLICATION_DATA: + /* + * At this point, we were expecting handshake data, but have + * application data. If the library was running inside ssl3_read() + * (i.e. in_read_app_data is set) and it makes sense to read + * application data at this point (session renegotiation not yet + * started), we will indulge it. + */ + if (s->s3->in_read_app_data && + (s->s3->total_renegotiations != 0) && + (((s->state & SSL_ST_CONNECT) && + (s->state >= SSL3_ST_CW_CLNT_HELLO_A) && + (s->state <= SSL3_ST_CR_SRVR_HELLO_A) + ) || ((s->state & SSL_ST_ACCEPT) && + (s->state <= SSL3_ST_SW_HELLO_REQ_A) && + (s->state >= SSL3_ST_SR_CLNT_HELLO_A) + ) + )) { + s->s3->in_read_app_data = 2; + return (-1); + } else { + al = SSL_AD_UNEXPECTED_MESSAGE; + SSLerr(SSL_F_SSL3_READ_BYTES, SSL_R_UNEXPECTED_RECORD); + goto f_err; + } + } + /* not reached */ + + f_err: + ssl3_send_alert(s, SSL3_AL_FATAL, al); + err: + return (-1); +} int ssl3_do_change_cipher_spec(SSL *s) - { - int i; - const char *sender; - int slen; - - if (s->state & SSL_ST_ACCEPT) - i=SSL3_CHANGE_CIPHER_SERVER_READ; - else - i=SSL3_CHANGE_CIPHER_CLIENT_READ; - - if (s->s3->tmp.key_block == NULL) - { - if (s->session == NULL || s->session->master_key_length == 0) - { - /* might happen if dtls1_read_bytes() calls this */ - SSLerr(SSL_F_SSL3_DO_CHANGE_CIPHER_SPEC,SSL_R_CCS_RECEIVED_EARLY); - return (0); - } - - s->session->cipher=s->s3->tmp.new_cipher; - if (!s->method->ssl3_enc->setup_key_block(s)) return(0); - } - - if (!s->method->ssl3_enc->change_cipher_state(s,i)) - return(0); - - /* we have to record the message digest at - * this point so we can get it before we read - * the finished message */ - if (s->state & SSL_ST_CONNECT) - { - sender=s->method->ssl3_enc->server_finished_label; - slen=s->method->ssl3_enc->server_finished_label_len; - } - else - { - sender=s->method->ssl3_enc->client_finished_label; - slen=s->method->ssl3_enc->client_finished_label_len; - } - - i = s->method->ssl3_enc->final_finish_mac(s, - sender,slen,s->s3->tmp.peer_finish_md); - if (i == 0) - { - SSLerr(SSL_F_SSL3_DO_CHANGE_CIPHER_SPEC, ERR_R_INTERNAL_ERROR); - return 0; - } - s->s3->tmp.peer_finish_md_len = i; - - return(1); - } +{ + int i; + const char *sender; + int slen; + + if (s->state & SSL_ST_ACCEPT) + i = SSL3_CHANGE_CIPHER_SERVER_READ; + else + i = SSL3_CHANGE_CIPHER_CLIENT_READ; + + if (s->s3->tmp.key_block == NULL) { + if (s->session == NULL || s->session->master_key_length == 0) { + /* might happen if dtls1_read_bytes() calls this */ + SSLerr(SSL_F_SSL3_DO_CHANGE_CIPHER_SPEC, + SSL_R_CCS_RECEIVED_EARLY); + return (0); + } + + s->session->cipher = s->s3->tmp.new_cipher; + if (!s->method->ssl3_enc->setup_key_block(s)) + return (0); + } + + if (!s->method->ssl3_enc->change_cipher_state(s, i)) + return (0); + + /* + * we have to record the message digest at this point so we can get it + * before we read the finished message + */ + if (s->state & SSL_ST_CONNECT) { + sender = s->method->ssl3_enc->server_finished_label; + slen = s->method->ssl3_enc->server_finished_label_len; + } else { + sender = s->method->ssl3_enc->client_finished_label; + slen = s->method->ssl3_enc->client_finished_label_len; + } + + i = s->method->ssl3_enc->final_finish_mac(s, + sender, slen, + s->s3->tmp.peer_finish_md); + if (i == 0) { + SSLerr(SSL_F_SSL3_DO_CHANGE_CIPHER_SPEC, ERR_R_INTERNAL_ERROR); + return 0; + } + s->s3->tmp.peer_finish_md_len = i; + + return (1); +} int ssl3_send_alert(SSL *s, int level, int desc) - { - /* Map tls/ssl alert value to correct one */ - desc=s->method->ssl3_enc->alert_value(desc); - if (s->version == SSL3_VERSION && desc == SSL_AD_PROTOCOL_VERSION) - desc = SSL_AD_HANDSHAKE_FAILURE; /* SSL 3.0 does not have protocol_version alerts */ - if (desc < 0) return -1; - /* If a fatal one, remove from cache */ - if ((level == 2) && (s->session != NULL)) - SSL_CTX_remove_session(s->ctx,s->session); - - s->s3->alert_dispatch=1; - s->s3->send_alert[0]=level; - s->s3->send_alert[1]=desc; - if (s->s3->wbuf.left == 0) /* data still being written out? */ - return s->method->ssl_dispatch_alert(s); - /* else data is still being written out, we will get written - * some time in the future */ - return -1; - } +{ + /* Map tls/ssl alert value to correct one */ + desc = s->method->ssl3_enc->alert_value(desc); + if (s->version == SSL3_VERSION && desc == SSL_AD_PROTOCOL_VERSION) + desc = SSL_AD_HANDSHAKE_FAILURE; /* SSL 3.0 does not have + * protocol_version alerts */ + if (desc < 0) + return -1; + /* If a fatal one, remove from cache */ + if ((level == 2) && (s->session != NULL)) + SSL_CTX_remove_session(s->ctx, s->session); + + s->s3->alert_dispatch = 1; + s->s3->send_alert[0] = level; + s->s3->send_alert[1] = desc; + if (s->s3->wbuf.left == 0) /* data still being written out? */ + return s->method->ssl_dispatch_alert(s); + /* + * else data is still being written out, we will get written some time in + * the future + */ + return -1; +} int ssl3_dispatch_alert(SSL *s) - { - int i,j; - void (*cb)(const SSL *ssl,int type,int val)=NULL; - - s->s3->alert_dispatch=0; - i = do_ssl3_write(s, SSL3_RT_ALERT, &s->s3->send_alert[0], 2, 0); - if (i <= 0) - { - s->s3->alert_dispatch=1; - } - else - { - /* Alert sent to BIO. If it is important, flush it now. - * If the message does not get sent due to non-blocking IO, - * we will not worry too much. */ - if (s->s3->send_alert[0] == SSL3_AL_FATAL) - (void)BIO_flush(s->wbio); - - if (s->msg_callback) - s->msg_callback(1, s->version, SSL3_RT_ALERT, s->s3->send_alert, 2, s, s->msg_callback_arg); - - if (s->info_callback != NULL) - cb=s->info_callback; - else if (s->ctx->info_callback != NULL) - cb=s->ctx->info_callback; - - if (cb != NULL) - { - j=(s->s3->send_alert[0]<<8)|s->s3->send_alert[1]; - cb(s,SSL_CB_WRITE_ALERT,j); - } - } - return(i); - } +{ + int i, j; + void (*cb) (const SSL *ssl, int type, int val) = NULL; + + s->s3->alert_dispatch = 0; + i = do_ssl3_write(s, SSL3_RT_ALERT, &s->s3->send_alert[0], 2, 0); + if (i <= 0) { + s->s3->alert_dispatch = 1; + } else { + /* + * Alert sent to BIO. If it is important, flush it now. If the + * message does not get sent due to non-blocking IO, we will not + * worry too much. + */ + if (s->s3->send_alert[0] == SSL3_AL_FATAL) + (void)BIO_flush(s->wbio); + + if (s->msg_callback) + s->msg_callback(1, s->version, SSL3_RT_ALERT, s->s3->send_alert, + 2, s, s->msg_callback_arg); + + if (s->info_callback != NULL) + cb = s->info_callback; + else if (s->ctx->info_callback != NULL) + cb = s->ctx->info_callback; + + if (cb != NULL) { + j = (s->s3->send_alert[0] << 8) | s->s3->send_alert[1]; + cb(s, SSL_CB_WRITE_ALERT, j); + } + } + return (i); +} diff --git a/openssl/ssl/s3_srvr.c b/openssl/ssl/s3_srvr.c index c23d98708..2c6fb282b 100644 --- a/openssl/ssl/s3_srvr.c +++ b/openssl/ssl/s3_srvr.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +63,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -111,7 +111,7 @@ /* ==================================================================== * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. * - * Portions of the attached software ("Contribution") are developed by + * Portions of the attached software ("Contribution") are developed by * SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project. * * The Contribution is licensed pursuant to the OpenSSL open source @@ -162,3453 +162,3332 @@ #include #include #ifndef OPENSSL_NO_DH -#include +# include #endif #include #ifndef OPENSSL_NO_KRB5 -#include +# include #endif #include +#ifndef OPENSSL_NO_SSL3_METHOD static const SSL_METHOD *ssl3_get_server_method(int ver); static const SSL_METHOD *ssl3_get_server_method(int ver) - { - if (ver == SSL3_VERSION) - return(SSLv3_server_method()); - else - return(NULL); - } +{ + if (ver == SSL3_VERSION) + return (SSLv3_server_method()); + else + return (NULL); +} +IMPLEMENT_ssl3_meth_func(SSLv3_server_method, + ssl3_accept, + ssl_undefined_function, ssl3_get_server_method) +#endif #ifndef OPENSSL_NO_SRP static int ssl_check_srp_ext_ClientHello(SSL *s, int *al) - { - int ret = SSL_ERROR_NONE; - - *al = SSL_AD_UNRECOGNIZED_NAME; - - if ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) && - (s->srp_ctx.TLS_ext_srp_username_callback != NULL)) - { - if(s->srp_ctx.login == NULL) - { - /* RFC 5054 says SHOULD reject, - we do so if There is no srp login name */ - ret = SSL3_AL_FATAL; - *al = SSL_AD_UNKNOWN_PSK_IDENTITY; - } - else - { - ret = SSL_srp_server_param_with_username(s,al); - } - } - return ret; - } +{ + int ret = SSL_ERROR_NONE; + + *al = SSL_AD_UNRECOGNIZED_NAME; + + if ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) && + (s->srp_ctx.TLS_ext_srp_username_callback != NULL)) { + if (s->srp_ctx.login == NULL) { + /* + * RFC 5054 says SHOULD reject, we do so if There is no srp + * login name + */ + ret = SSL3_AL_FATAL; + *al = SSL_AD_UNKNOWN_PSK_IDENTITY; + } else { + ret = SSL_srp_server_param_with_username(s, al); + } + } + return ret; +} #endif -IMPLEMENT_ssl3_meth_func(SSLv3_server_method, - ssl3_accept, - ssl_undefined_function, - ssl3_get_server_method) - int ssl3_accept(SSL *s) - { - BUF_MEM *buf; - unsigned long alg_k,Time=(unsigned long)time(NULL); - void (*cb)(const SSL *ssl,int type,int val)=NULL; - int ret= -1; - int new_state,state,skip=0; - - RAND_add(&Time,sizeof(Time),0); - ERR_clear_error(); - clear_sys_error(); - - if (s->info_callback != NULL) - cb=s->info_callback; - else if (s->ctx->info_callback != NULL) - cb=s->ctx->info_callback; - - /* init things to blank */ - s->in_handshake++; - if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s); - - if (s->cert == NULL) - { - SSLerr(SSL_F_SSL3_ACCEPT,SSL_R_NO_CERTIFICATE_SET); - return(-1); - } - +{ + BUF_MEM *buf; + unsigned long alg_k, Time = (unsigned long)time(NULL); + void (*cb) (const SSL *ssl, int type, int val) = NULL; + int ret = -1; + int new_state, state, skip = 0; + + RAND_add(&Time, sizeof(Time), 0); + ERR_clear_error(); + clear_sys_error(); + + if (s->info_callback != NULL) + cb = s->info_callback; + else if (s->ctx->info_callback != NULL) + cb = s->ctx->info_callback; + + /* init things to blank */ + s->in_handshake++; + if (!SSL_in_init(s) || SSL_in_before(s)) + SSL_clear(s); + + if (s->cert == NULL) { + SSLerr(SSL_F_SSL3_ACCEPT, SSL_R_NO_CERTIFICATE_SET); + return (-1); + } #ifndef OPENSSL_NO_HEARTBEATS - /* If we're awaiting a HeartbeatResponse, pretend we - * already got and don't await it anymore, because - * Heartbeats don't make sense during handshakes anyway. - */ - if (s->tlsext_hb_pending) - { - s->tlsext_hb_pending = 0; - s->tlsext_hb_seq++; - } + /* + * If we're awaiting a HeartbeatResponse, pretend we already got and + * don't await it anymore, because Heartbeats don't make sense during + * handshakes anyway. + */ + if (s->tlsext_hb_pending) { + s->tlsext_hb_pending = 0; + s->tlsext_hb_seq++; + } #endif - for (;;) - { - state=s->state; - - switch (s->state) - { - case SSL_ST_RENEGOTIATE: - s->renegotiate=1; - /* s->state=SSL_ST_ACCEPT; */ - - case SSL_ST_BEFORE: - case SSL_ST_ACCEPT: - case SSL_ST_BEFORE|SSL_ST_ACCEPT: - case SSL_ST_OK|SSL_ST_ACCEPT: - - s->server=1; - if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_START,1); - - if ((s->version>>8) != 3) - { - SSLerr(SSL_F_SSL3_ACCEPT, ERR_R_INTERNAL_ERROR); - return -1; - } - s->type=SSL_ST_ACCEPT; - - if (s->init_buf == NULL) - { - if ((buf=BUF_MEM_new()) == NULL) - { - ret= -1; - goto end; - } - if (!BUF_MEM_grow(buf,SSL3_RT_MAX_PLAIN_LENGTH)) - { - ret= -1; - goto end; - } - s->init_buf=buf; - } - - if (!ssl3_setup_buffers(s)) - { - ret= -1; - goto end; - } - - s->init_num=0; - s->s3->flags &= ~SSL3_FLAGS_SGC_RESTART_DONE; - - if (s->state != SSL_ST_RENEGOTIATE) - { - /* Ok, we now need to push on a buffering BIO so that - * the output is sent in a way that TCP likes :-) - */ - if (!ssl_init_wbio_buffer(s,1)) { ret= -1; goto end; } - - ssl3_init_finished_mac(s); - s->state=SSL3_ST_SR_CLNT_HELLO_A; - s->ctx->stats.sess_accept++; - } - else if (!s->s3->send_connection_binding && - !(s->options & SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION)) - { - /* Server attempting to renegotiate with - * client that doesn't support secure - * renegotiation. - */ - SSLerr(SSL_F_SSL3_ACCEPT, SSL_R_UNSAFE_LEGACY_RENEGOTIATION_DISABLED); - ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_HANDSHAKE_FAILURE); - ret = -1; - goto end; - } - else - { - /* s->state == SSL_ST_RENEGOTIATE, - * we will just send a HelloRequest */ - s->ctx->stats.sess_accept_renegotiate++; - s->state=SSL3_ST_SW_HELLO_REQ_A; - } - break; - - case SSL3_ST_SW_HELLO_REQ_A: - case SSL3_ST_SW_HELLO_REQ_B: - - s->shutdown=0; - ret=ssl3_send_hello_request(s); - if (ret <= 0) goto end; - s->s3->tmp.next_state=SSL3_ST_SW_HELLO_REQ_C; - s->state=SSL3_ST_SW_FLUSH; - s->init_num=0; - - ssl3_init_finished_mac(s); - break; - - case SSL3_ST_SW_HELLO_REQ_C: - s->state=SSL_ST_OK; - break; - - case SSL3_ST_SR_CLNT_HELLO_A: - case SSL3_ST_SR_CLNT_HELLO_B: - case SSL3_ST_SR_CLNT_HELLO_C: - - s->shutdown=0; - if (s->rwstate != SSL_X509_LOOKUP) - { - ret=ssl3_get_client_hello(s); - if (ret <= 0) goto end; - } + for (;;) { + state = s->state; + + switch (s->state) { + case SSL_ST_RENEGOTIATE: + s->renegotiate = 1; + /* s->state=SSL_ST_ACCEPT; */ + + case SSL_ST_BEFORE: + case SSL_ST_ACCEPT: + case SSL_ST_BEFORE | SSL_ST_ACCEPT: + case SSL_ST_OK | SSL_ST_ACCEPT: + + s->server = 1; + if (cb != NULL) + cb(s, SSL_CB_HANDSHAKE_START, 1); + + if ((s->version >> 8) != 3) { + SSLerr(SSL_F_SSL3_ACCEPT, ERR_R_INTERNAL_ERROR); + return -1; + } + s->type = SSL_ST_ACCEPT; + + if (s->init_buf == NULL) { + if ((buf = BUF_MEM_new()) == NULL) { + ret = -1; + goto end; + } + if (!BUF_MEM_grow(buf, SSL3_RT_MAX_PLAIN_LENGTH)) { + BUF_MEM_free(buf); + ret = -1; + goto end; + } + s->init_buf = buf; + } + + if (!ssl3_setup_buffers(s)) { + ret = -1; + goto end; + } + + s->init_num = 0; + s->s3->flags &= ~TLS1_FLAGS_SKIP_CERT_VERIFY; + s->s3->flags &= ~SSL3_FLAGS_CCS_OK; + /* + * Should have been reset by ssl3_get_finished, too. + */ + s->s3->change_cipher_spec = 0; + + if (s->state != SSL_ST_RENEGOTIATE) { + /* + * Ok, we now need to push on a buffering BIO so that the + * output is sent in a way that TCP likes :-) + */ + if (!ssl_init_wbio_buffer(s, 1)) { + ret = -1; + goto end; + } + + ssl3_init_finished_mac(s); + s->state = SSL3_ST_SR_CLNT_HELLO_A; + s->ctx->stats.sess_accept++; + } else if (!s->s3->send_connection_binding && + !(s->options & + SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION)) { + /* + * Server attempting to renegotiate with client that doesn't + * support secure renegotiation. + */ + SSLerr(SSL_F_SSL3_ACCEPT, + SSL_R_UNSAFE_LEGACY_RENEGOTIATION_DISABLED); + ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE); + ret = -1; + goto end; + } else { + /* + * s->state == SSL_ST_RENEGOTIATE, we will just send a + * HelloRequest + */ + s->ctx->stats.sess_accept_renegotiate++; + s->state = SSL3_ST_SW_HELLO_REQ_A; + } + break; + + case SSL3_ST_SW_HELLO_REQ_A: + case SSL3_ST_SW_HELLO_REQ_B: + + s->shutdown = 0; + ret = ssl3_send_hello_request(s); + if (ret <= 0) + goto end; + s->s3->tmp.next_state = SSL3_ST_SW_HELLO_REQ_C; + s->state = SSL3_ST_SW_FLUSH; + s->init_num = 0; + + ssl3_init_finished_mac(s); + break; + + case SSL3_ST_SW_HELLO_REQ_C: + s->state = SSL_ST_OK; + break; + + case SSL3_ST_SR_CLNT_HELLO_A: + case SSL3_ST_SR_CLNT_HELLO_B: + case SSL3_ST_SR_CLNT_HELLO_C: + + s->shutdown = 0; + ret = ssl3_get_client_hello(s); + if (ret <= 0) + goto end; #ifndef OPENSSL_NO_SRP - { - int al; - if ((ret = ssl_check_srp_ext_ClientHello(s,&al)) < 0) - { - /* callback indicates firther work to be done */ - s->rwstate=SSL_X509_LOOKUP; - goto end; - } - if (ret != SSL_ERROR_NONE) - { - ssl3_send_alert(s,SSL3_AL_FATAL,al); - /* This is not really an error but the only means to - for a client to detect whether srp is supported. */ - if (al != TLS1_AD_UNKNOWN_PSK_IDENTITY) - SSLerr(SSL_F_SSL3_ACCEPT,SSL_R_CLIENTHELLO_TLSEXT); - ret = SSL_TLSEXT_ERR_ALERT_FATAL; - ret= -1; - goto end; - } - } -#endif - - s->renegotiate = 2; - s->state=SSL3_ST_SW_SRVR_HELLO_A; - s->init_num=0; - break; - - case SSL3_ST_SW_SRVR_HELLO_A: - case SSL3_ST_SW_SRVR_HELLO_B: - ret=ssl3_send_server_hello(s); - if (ret <= 0) goto end; + s->state = SSL3_ST_SR_CLNT_HELLO_D; + case SSL3_ST_SR_CLNT_HELLO_D: + { + int al; + if ((ret = ssl_check_srp_ext_ClientHello(s, &al)) < 0) { + /* + * callback indicates firther work to be done + */ + s->rwstate = SSL_X509_LOOKUP; + goto end; + } + if (ret != SSL_ERROR_NONE) { + ssl3_send_alert(s, SSL3_AL_FATAL, al); + /* + * This is not really an error but the only means to for + * a client to detect whether srp is supported. + */ + if (al != TLS1_AD_UNKNOWN_PSK_IDENTITY) + SSLerr(SSL_F_SSL3_ACCEPT, SSL_R_CLIENTHELLO_TLSEXT); + ret = SSL_TLSEXT_ERR_ALERT_FATAL; + ret = -1; + goto end; + } + } +#endif + + s->renegotiate = 2; + s->state = SSL3_ST_SW_SRVR_HELLO_A; + s->init_num = 0; + break; + + case SSL3_ST_SW_SRVR_HELLO_A: + case SSL3_ST_SW_SRVR_HELLO_B: + ret = ssl3_send_server_hello(s); + if (ret <= 0) + goto end; #ifndef OPENSSL_NO_TLSEXT - if (s->hit) - { - if (s->tlsext_ticket_expected) - s->state=SSL3_ST_SW_SESSION_TICKET_A; - else - s->state=SSL3_ST_SW_CHANGE_A; - } + if (s->hit) { + if (s->tlsext_ticket_expected) + s->state = SSL3_ST_SW_SESSION_TICKET_A; + else + s->state = SSL3_ST_SW_CHANGE_A; + } #else - if (s->hit) - s->state=SSL3_ST_SW_CHANGE_A; + if (s->hit) + s->state = SSL3_ST_SW_CHANGE_A; #endif - else - s->state=SSL3_ST_SW_CERT_A; - s->init_num=0; - break; - - case SSL3_ST_SW_CERT_A: - case SSL3_ST_SW_CERT_B: - /* Check if it is anon DH or anon ECDH, */ - /* normal PSK or KRB5 or SRP */ - if (!(s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL|SSL_aKRB5|SSL_aSRP)) - && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) - { - ret=ssl3_send_server_certificate(s); - if (ret <= 0) goto end; + else + s->state = SSL3_ST_SW_CERT_A; + s->init_num = 0; + break; + + case SSL3_ST_SW_CERT_A: + case SSL3_ST_SW_CERT_B: + /* Check if it is anon DH or anon ECDH, */ + /* normal PSK or KRB5 or SRP */ + if (! + (s->s3->tmp. + new_cipher->algorithm_auth & (SSL_aNULL | SSL_aKRB5 | + SSL_aSRP)) +&& !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) { + ret = ssl3_send_server_certificate(s); + if (ret <= 0) + goto end; #ifndef OPENSSL_NO_TLSEXT - if (s->tlsext_status_expected) - s->state=SSL3_ST_SW_CERT_STATUS_A; - else - s->state=SSL3_ST_SW_KEY_EXCH_A; - } - else - { - skip = 1; - s->state=SSL3_ST_SW_KEY_EXCH_A; - } + if (s->tlsext_status_expected) + s->state = SSL3_ST_SW_CERT_STATUS_A; + else + s->state = SSL3_ST_SW_KEY_EXCH_A; + } else { + skip = 1; + s->state = SSL3_ST_SW_KEY_EXCH_A; + } #else - } - else - skip=1; + } else + skip = 1; - s->state=SSL3_ST_SW_KEY_EXCH_A; + s->state = SSL3_ST_SW_KEY_EXCH_A; #endif - s->init_num=0; - break; - - case SSL3_ST_SW_KEY_EXCH_A: - case SSL3_ST_SW_KEY_EXCH_B: - alg_k = s->s3->tmp.new_cipher->algorithm_mkey; - - /* clear this, it may get reset by - * send_server_key_exchange */ - if ((s->options & SSL_OP_EPHEMERAL_RSA) -#ifndef OPENSSL_NO_KRB5 - && !(alg_k & SSL_kKRB5) -#endif /* OPENSSL_NO_KRB5 */ - ) - /* option SSL_OP_EPHEMERAL_RSA sends temporary RSA key - * even when forbidden by protocol specs - * (handshake may fail as clients are not required to - * be able to handle this) */ - s->s3->tmp.use_rsa_tmp=1; - else - s->s3->tmp.use_rsa_tmp=0; - - - /* only send if a DH key exchange, fortezza or - * RSA but we have a sign only certificate - * - * PSK: may send PSK identity hints - * - * For ECC ciphersuites, we send a serverKeyExchange - * message only if the cipher suite is either - * ECDH-anon or ECDHE. In other cases, the - * server certificate contains the server's - * public key for key exchange. - */ - if (s->s3->tmp.use_rsa_tmp - /* PSK: send ServerKeyExchange if PSK identity - * hint if provided */ + s->init_num = 0; + break; + + case SSL3_ST_SW_KEY_EXCH_A: + case SSL3_ST_SW_KEY_EXCH_B: + alg_k = s->s3->tmp.new_cipher->algorithm_mkey; + + /* + * clear this, it may get reset by + * send_server_key_exchange + */ + s->s3->tmp.use_rsa_tmp = 0; + + /* + * only send if a DH key exchange, fortezza or RSA but we have a + * sign only certificate PSK: may send PSK identity hints For + * ECC ciphersuites, we send a serverKeyExchange message only if + * the cipher suite is either ECDH-anon or ECDHE. In other cases, + * the server certificate contains the server's public key for + * key exchange. + */ + if (0 + /* + * PSK: send ServerKeyExchange if PSK identity hint if + * provided + */ #ifndef OPENSSL_NO_PSK - || ((alg_k & SSL_kPSK) && s->ctx->psk_identity_hint) + || ((alg_k & SSL_kPSK) && s->ctx->psk_identity_hint) #endif #ifndef OPENSSL_NO_SRP - /* SRP: send ServerKeyExchange */ - || (alg_k & SSL_kSRP) + /* SRP: send ServerKeyExchange */ + || (alg_k & SSL_kSRP) #endif - || (alg_k & (SSL_kDHr|SSL_kDHd|SSL_kEDH)) - || (alg_k & SSL_kEECDH) - || ((alg_k & SSL_kRSA) - && (s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey == NULL - || (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) - && EVP_PKEY_size(s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey)*8 > SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher) - ) - ) - ) - ) - { - ret=ssl3_send_server_key_exchange(s); - if (ret <= 0) goto end; - } - else - skip=1; - - s->state=SSL3_ST_SW_CERT_REQ_A; - s->init_num=0; - break; - - case SSL3_ST_SW_CERT_REQ_A: - case SSL3_ST_SW_CERT_REQ_B: - if (/* don't request cert unless asked for it: */ - !(s->verify_mode & SSL_VERIFY_PEER) || - /* if SSL_VERIFY_CLIENT_ONCE is set, - * don't request cert during re-negotiation: */ - ((s->session->peer != NULL) && - (s->verify_mode & SSL_VERIFY_CLIENT_ONCE)) || - /* never request cert in anonymous ciphersuites - * (see section "Certificate request" in SSL 3 drafts - * and in RFC 2246): */ - ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && - /* ... except when the application insists on verification - * (against the specs, but s3_clnt.c accepts this for SSL 3) */ - !(s->verify_mode & SSL_VERIFY_FAIL_IF_NO_PEER_CERT)) || - /* never request cert in Kerberos ciphersuites */ - (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) || - /* don't request certificate for SRP auth */ - (s->s3->tmp.new_cipher->algorithm_auth & SSL_aSRP) - /* With normal PSK Certificates and - * Certificate Requests are omitted */ - || (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) - { - /* no cert request */ - skip=1; - s->s3->tmp.cert_request=0; - s->state=SSL3_ST_SW_SRVR_DONE_A; - if (s->s3->handshake_buffer) - if (!ssl3_digest_cached_records(s)) - return -1; - } - else - { - s->s3->tmp.cert_request=1; - ret=ssl3_send_certificate_request(s); - if (ret <= 0) goto end; + || (alg_k & SSL_kEDH) + || (alg_k & SSL_kEECDH) + || ((alg_k & SSL_kRSA) + && (s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey == NULL + || (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) + && EVP_PKEY_size(s->cert->pkeys + [SSL_PKEY_RSA_ENC].privatekey) * + 8 > SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher) + ) + ) + ) + ) { + ret = ssl3_send_server_key_exchange(s); + if (ret <= 0) + goto end; + } else + skip = 1; + + s->state = SSL3_ST_SW_CERT_REQ_A; + s->init_num = 0; + break; + + case SSL3_ST_SW_CERT_REQ_A: + case SSL3_ST_SW_CERT_REQ_B: + if ( /* don't request cert unless asked for it: */ + !(s->verify_mode & SSL_VERIFY_PEER) || + /* + * if SSL_VERIFY_CLIENT_ONCE is set, don't request cert + * during re-negotiation: + */ + ((s->session->peer != NULL) && + (s->verify_mode & SSL_VERIFY_CLIENT_ONCE)) || + /* + * never request cert in anonymous ciphersuites (see + * section "Certificate request" in SSL 3 drafts and in + * RFC 2246): + */ + ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && + /* + * ... except when the application insists on + * verification (against the specs, but s3_clnt.c accepts + * this for SSL 3) + */ + !(s->verify_mode & SSL_VERIFY_FAIL_IF_NO_PEER_CERT)) || + /* + * never request cert in Kerberos ciphersuites + */ + (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) || + /* don't request certificate for SRP auth */ + (s->s3->tmp.new_cipher->algorithm_auth & SSL_aSRP) + /* + * With normal PSK Certificates and Certificate Requests + * are omitted + */ + || (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) { + /* no cert request */ + skip = 1; + s->s3->tmp.cert_request = 0; + s->state = SSL3_ST_SW_SRVR_DONE_A; + if (s->s3->handshake_buffer) + if (!ssl3_digest_cached_records(s)) + return -1; + } else { + s->s3->tmp.cert_request = 1; + ret = ssl3_send_certificate_request(s); + if (ret <= 0) + goto end; #ifndef NETSCAPE_HANG_BUG - s->state=SSL3_ST_SW_SRVR_DONE_A; + s->state = SSL3_ST_SW_SRVR_DONE_A; #else - s->state=SSL3_ST_SW_FLUSH; - s->s3->tmp.next_state=SSL3_ST_SR_CERT_A; + s->state = SSL3_ST_SW_FLUSH; + s->s3->tmp.next_state = SSL3_ST_SR_CERT_A; #endif - s->init_num=0; - } - break; - - case SSL3_ST_SW_SRVR_DONE_A: - case SSL3_ST_SW_SRVR_DONE_B: - ret=ssl3_send_server_done(s); - if (ret <= 0) goto end; - s->s3->tmp.next_state=SSL3_ST_SR_CERT_A; - s->state=SSL3_ST_SW_FLUSH; - s->init_num=0; - break; - - case SSL3_ST_SW_FLUSH: - - /* This code originally checked to see if - * any data was pending using BIO_CTRL_INFO - * and then flushed. This caused problems - * as documented in PR#1939. The proposed - * fix doesn't completely resolve this issue - * as buggy implementations of BIO_CTRL_PENDING - * still exist. So instead we just flush - * unconditionally. - */ - - s->rwstate=SSL_WRITING; - if (BIO_flush(s->wbio) <= 0) - { - ret= -1; - goto end; - } - s->rwstate=SSL_NOTHING; - - s->state=s->s3->tmp.next_state; - break; - - case SSL3_ST_SR_CERT_A: - case SSL3_ST_SR_CERT_B: - /* Check for second client hello (MS SGC) */ - ret = ssl3_check_client_hello(s); - if (ret <= 0) - goto end; - if (ret == 2) - s->state = SSL3_ST_SR_CLNT_HELLO_C; - else { - if (s->s3->tmp.cert_request) - { - ret=ssl3_get_client_certificate(s); - if (ret <= 0) goto end; - } - s->init_num=0; - s->state=SSL3_ST_SR_KEY_EXCH_A; - } - break; - - case SSL3_ST_SR_KEY_EXCH_A: - case SSL3_ST_SR_KEY_EXCH_B: - ret=ssl3_get_client_key_exchange(s); - if (ret <= 0) - goto end; - if (ret == 2) - { - /* For the ECDH ciphersuites when - * the client sends its ECDH pub key in - * a certificate, the CertificateVerify - * message is not sent. - * Also for GOST ciphersuites when - * the client uses its key from the certificate - * for key exchange. - */ + s->init_num = 0; + } + break; + + case SSL3_ST_SW_SRVR_DONE_A: + case SSL3_ST_SW_SRVR_DONE_B: + ret = ssl3_send_server_done(s); + if (ret <= 0) + goto end; + s->s3->tmp.next_state = SSL3_ST_SR_CERT_A; + s->state = SSL3_ST_SW_FLUSH; + s->init_num = 0; + break; + + case SSL3_ST_SW_FLUSH: + + /* + * This code originally checked to see if any data was pending + * using BIO_CTRL_INFO and then flushed. This caused problems as + * documented in PR#1939. The proposed fix doesn't completely + * resolve this issue as buggy implementations of + * BIO_CTRL_PENDING still exist. So instead we just flush + * unconditionally. + */ + + s->rwstate = SSL_WRITING; + if (BIO_flush(s->wbio) <= 0) { + ret = -1; + goto end; + } + s->rwstate = SSL_NOTHING; + + s->state = s->s3->tmp.next_state; + break; + + case SSL3_ST_SR_CERT_A: + case SSL3_ST_SR_CERT_B: + if (s->s3->tmp.cert_request) { + ret = ssl3_get_client_certificate(s); + if (ret <= 0) + goto end; + } + s->init_num = 0; + s->state = SSL3_ST_SR_KEY_EXCH_A; + break; + + case SSL3_ST_SR_KEY_EXCH_A: + case SSL3_ST_SR_KEY_EXCH_B: + ret = ssl3_get_client_key_exchange(s); + if (ret <= 0) + goto end; + if (ret == 2) { + /* + * For the ECDH ciphersuites when the client sends its ECDH + * pub key in a certificate, the CertificateVerify message is + * not sent. Also for GOST ciphersuites when the client uses + * its key from the certificate for key exchange. + */ #if defined(OPENSSL_NO_TLSEXT) || defined(OPENSSL_NO_NEXTPROTONEG) - s->state=SSL3_ST_SR_FINISHED_A; + s->state = SSL3_ST_SR_FINISHED_A; #else - if (s->s3->next_proto_neg_seen) - s->state=SSL3_ST_SR_NEXT_PROTO_A; - else - s->state=SSL3_ST_SR_FINISHED_A; + if (s->s3->next_proto_neg_seen) + s->state = SSL3_ST_SR_NEXT_PROTO_A; + else + s->state = SSL3_ST_SR_FINISHED_A; #endif - s->init_num = 0; - } - else if (TLS1_get_version(s) >= TLS1_2_VERSION) - { - s->state=SSL3_ST_SR_CERT_VRFY_A; - s->init_num=0; - if (!s->session->peer) - break; - /* For TLS v1.2 freeze the handshake buffer - * at this point and digest cached records. - */ - if (!s->s3->handshake_buffer) - { - SSLerr(SSL_F_SSL3_ACCEPT,ERR_R_INTERNAL_ERROR); - return -1; - } - s->s3->flags |= TLS1_FLAGS_KEEP_HANDSHAKE; - if (!ssl3_digest_cached_records(s)) - return -1; - } - else - { - int offset=0; - int dgst_num; - - s->state=SSL3_ST_SR_CERT_VRFY_A; - s->init_num=0; - - /* We need to get hashes here so if there is - * a client cert, it can be verified - * FIXME - digest processing for CertificateVerify - * should be generalized. But it is next step - */ - if (s->s3->handshake_buffer) - if (!ssl3_digest_cached_records(s)) - return -1; - for (dgst_num=0; dgst_nums3->handshake_dgst[dgst_num]) - { - int dgst_size; - - s->method->ssl3_enc->cert_verify_mac(s,EVP_MD_CTX_type(s->s3->handshake_dgst[dgst_num]),&(s->s3->tmp.cert_verify_md[offset])); - dgst_size=EVP_MD_CTX_size(s->s3->handshake_dgst[dgst_num]); - if (dgst_size < 0) - { - ret = -1; - goto end; - } - offset+=dgst_size; - } - } - break; - - case SSL3_ST_SR_CERT_VRFY_A: - case SSL3_ST_SR_CERT_VRFY_B: - - s->s3->flags |= SSL3_FLAGS_CCS_OK; - /* we should decide if we expected this one */ - ret=ssl3_get_cert_verify(s); - if (ret <= 0) goto end; + s->init_num = 0; + } else if (SSL_USE_SIGALGS(s)) { + s->state = SSL3_ST_SR_CERT_VRFY_A; + s->init_num = 0; + if (!s->session->peer) + break; + /* + * For sigalgs freeze the handshake buffer at this point and + * digest cached records. + */ + if (!s->s3->handshake_buffer) { + SSLerr(SSL_F_SSL3_ACCEPT, ERR_R_INTERNAL_ERROR); + return -1; + } + s->s3->flags |= TLS1_FLAGS_KEEP_HANDSHAKE; + if (!ssl3_digest_cached_records(s)) + return -1; + } else { + int offset = 0; + int dgst_num; + + s->state = SSL3_ST_SR_CERT_VRFY_A; + s->init_num = 0; + + /* + * We need to get hashes here so if there is a client cert, + * it can be verified FIXME - digest processing for + * CertificateVerify should be generalized. But it is next + * step + */ + if (s->s3->handshake_buffer) + if (!ssl3_digest_cached_records(s)) + return -1; + for (dgst_num = 0; dgst_num < SSL_MAX_DIGEST; dgst_num++) + if (s->s3->handshake_dgst[dgst_num]) { + int dgst_size; + + s->method->ssl3_enc->cert_verify_mac(s, + EVP_MD_CTX_type + (s-> + s3->handshake_dgst + [dgst_num]), + &(s->s3-> + tmp.cert_verify_md + [offset])); + dgst_size = + EVP_MD_CTX_size(s->s3->handshake_dgst[dgst_num]); + if (dgst_size < 0) { + ret = -1; + goto end; + } + offset += dgst_size; + } + } + break; + + case SSL3_ST_SR_CERT_VRFY_A: + case SSL3_ST_SR_CERT_VRFY_B: + /* + * This *should* be the first time we enable CCS, but be + * extra careful about surrounding code changes. We need + * to set this here because we don't know if we're + * expecting a CertificateVerify or not. + */ + if (!s->s3->change_cipher_spec) + s->s3->flags |= SSL3_FLAGS_CCS_OK; + /* we should decide if we expected this one */ + ret = ssl3_get_cert_verify(s); + if (ret <= 0) + goto end; #if defined(OPENSSL_NO_TLSEXT) || defined(OPENSSL_NO_NEXTPROTONEG) - s->state=SSL3_ST_SR_FINISHED_A; + s->state = SSL3_ST_SR_FINISHED_A; #else - if (s->s3->next_proto_neg_seen) - s->state=SSL3_ST_SR_NEXT_PROTO_A; - else - s->state=SSL3_ST_SR_FINISHED_A; + if (s->s3->next_proto_neg_seen) + s->state = SSL3_ST_SR_NEXT_PROTO_A; + else + s->state = SSL3_ST_SR_FINISHED_A; #endif - s->init_num=0; - break; + s->init_num = 0; + break; #if !defined(OPENSSL_NO_TLSEXT) && !defined(OPENSSL_NO_NEXTPROTONEG) - case SSL3_ST_SR_NEXT_PROTO_A: - case SSL3_ST_SR_NEXT_PROTO_B: - ret=ssl3_get_next_proto(s); - if (ret <= 0) goto end; - s->init_num = 0; - s->state=SSL3_ST_SR_FINISHED_A; - break; + case SSL3_ST_SR_NEXT_PROTO_A: + case SSL3_ST_SR_NEXT_PROTO_B: + /* + * Enable CCS for resumed handshakes with NPN. + * In a full handshake with NPN, we end up here through + * SSL3_ST_SR_CERT_VRFY_B, where SSL3_FLAGS_CCS_OK was + * already set. Receiving a CCS clears the flag, so make + * sure not to re-enable it to ban duplicates. + * s->s3->change_cipher_spec is set when a CCS is + * processed in s3_pkt.c, and remains set until + * the client's Finished message is read. + */ + if (!s->s3->change_cipher_spec) + s->s3->flags |= SSL3_FLAGS_CCS_OK; + + ret = ssl3_get_next_proto(s); + if (ret <= 0) + goto end; + s->init_num = 0; + s->state = SSL3_ST_SR_FINISHED_A; + break; #endif - case SSL3_ST_SR_FINISHED_A: - case SSL3_ST_SR_FINISHED_B: - s->s3->flags |= SSL3_FLAGS_CCS_OK; - ret=ssl3_get_finished(s,SSL3_ST_SR_FINISHED_A, - SSL3_ST_SR_FINISHED_B); - if (ret <= 0) goto end; - if (s->hit) - s->state=SSL_ST_OK; + case SSL3_ST_SR_FINISHED_A: + case SSL3_ST_SR_FINISHED_B: + /* + * Enable CCS for resumed handshakes without NPN. + * In a full handshake, we end up here through + * SSL3_ST_SR_CERT_VRFY_B, where SSL3_FLAGS_CCS_OK was + * already set. Receiving a CCS clears the flag, so make + * sure not to re-enable it to ban duplicates. + * s->s3->change_cipher_spec is set when a CCS is + * processed in s3_pkt.c, and remains set until + * the client's Finished message is read. + */ + if (!s->s3->change_cipher_spec) + s->s3->flags |= SSL3_FLAGS_CCS_OK; + ret = ssl3_get_finished(s, SSL3_ST_SR_FINISHED_A, + SSL3_ST_SR_FINISHED_B); + if (ret <= 0) + goto end; + if (s->hit) + s->state = SSL_ST_OK; #ifndef OPENSSL_NO_TLSEXT - else if (s->tlsext_ticket_expected) - s->state=SSL3_ST_SW_SESSION_TICKET_A; + else if (s->tlsext_ticket_expected) + s->state = SSL3_ST_SW_SESSION_TICKET_A; #endif - else - s->state=SSL3_ST_SW_CHANGE_A; - s->init_num=0; - break; + else + s->state = SSL3_ST_SW_CHANGE_A; + s->init_num = 0; + break; #ifndef OPENSSL_NO_TLSEXT - case SSL3_ST_SW_SESSION_TICKET_A: - case SSL3_ST_SW_SESSION_TICKET_B: - ret=ssl3_send_newsession_ticket(s); - if (ret <= 0) goto end; - s->state=SSL3_ST_SW_CHANGE_A; - s->init_num=0; - break; - - case SSL3_ST_SW_CERT_STATUS_A: - case SSL3_ST_SW_CERT_STATUS_B: - ret=ssl3_send_cert_status(s); - if (ret <= 0) goto end; - s->state=SSL3_ST_SW_KEY_EXCH_A; - s->init_num=0; - break; + case SSL3_ST_SW_SESSION_TICKET_A: + case SSL3_ST_SW_SESSION_TICKET_B: + ret = ssl3_send_newsession_ticket(s); + if (ret <= 0) + goto end; + s->state = SSL3_ST_SW_CHANGE_A; + s->init_num = 0; + break; + + case SSL3_ST_SW_CERT_STATUS_A: + case SSL3_ST_SW_CERT_STATUS_B: + ret = ssl3_send_cert_status(s); + if (ret <= 0) + goto end; + s->state = SSL3_ST_SW_KEY_EXCH_A; + s->init_num = 0; + break; #endif - case SSL3_ST_SW_CHANGE_A: - case SSL3_ST_SW_CHANGE_B: - - s->session->cipher=s->s3->tmp.new_cipher; - if (!s->method->ssl3_enc->setup_key_block(s)) - { ret= -1; goto end; } - - ret=ssl3_send_change_cipher_spec(s, - SSL3_ST_SW_CHANGE_A,SSL3_ST_SW_CHANGE_B); - - if (ret <= 0) goto end; - s->state=SSL3_ST_SW_FINISHED_A; - s->init_num=0; - - if (!s->method->ssl3_enc->change_cipher_state(s, - SSL3_CHANGE_CIPHER_SERVER_WRITE)) - { - ret= -1; - goto end; - } - - break; - - case SSL3_ST_SW_FINISHED_A: - case SSL3_ST_SW_FINISHED_B: - ret=ssl3_send_finished(s, - SSL3_ST_SW_FINISHED_A,SSL3_ST_SW_FINISHED_B, - s->method->ssl3_enc->server_finished_label, - s->method->ssl3_enc->server_finished_label_len); - if (ret <= 0) goto end; - s->state=SSL3_ST_SW_FLUSH; - if (s->hit) - { + case SSL3_ST_SW_CHANGE_A: + case SSL3_ST_SW_CHANGE_B: + + s->session->cipher = s->s3->tmp.new_cipher; + if (!s->method->ssl3_enc->setup_key_block(s)) { + ret = -1; + goto end; + } + + ret = ssl3_send_change_cipher_spec(s, + SSL3_ST_SW_CHANGE_A, + SSL3_ST_SW_CHANGE_B); + + if (ret <= 0) + goto end; + s->state = SSL3_ST_SW_FINISHED_A; + s->init_num = 0; + + if (!s->method->ssl3_enc->change_cipher_state(s, + SSL3_CHANGE_CIPHER_SERVER_WRITE)) + { + ret = -1; + goto end; + } + + break; + + case SSL3_ST_SW_FINISHED_A: + case SSL3_ST_SW_FINISHED_B: + ret = ssl3_send_finished(s, + SSL3_ST_SW_FINISHED_A, + SSL3_ST_SW_FINISHED_B, + s->method-> + ssl3_enc->server_finished_label, + s->method-> + ssl3_enc->server_finished_label_len); + if (ret <= 0) + goto end; + s->state = SSL3_ST_SW_FLUSH; + if (s->hit) { #if defined(OPENSSL_NO_TLSEXT) || defined(OPENSSL_NO_NEXTPROTONEG) - s->s3->tmp.next_state=SSL3_ST_SR_FINISHED_A; + s->s3->tmp.next_state = SSL3_ST_SR_FINISHED_A; #else - if (s->s3->next_proto_neg_seen) - { - s->s3->flags |= SSL3_FLAGS_CCS_OK; - s->s3->tmp.next_state=SSL3_ST_SR_NEXT_PROTO_A; - } - else - s->s3->tmp.next_state=SSL3_ST_SR_FINISHED_A; + if (s->s3->next_proto_neg_seen) { + s->s3->tmp.next_state = SSL3_ST_SR_NEXT_PROTO_A; + } else + s->s3->tmp.next_state = SSL3_ST_SR_FINISHED_A; #endif - } - else - s->s3->tmp.next_state=SSL_ST_OK; - s->init_num=0; - break; - - case SSL_ST_OK: - /* clean a few things up */ - ssl3_cleanup_key_block(s); - - BUF_MEM_free(s->init_buf); - s->init_buf=NULL; - - /* remove buffering on output */ - ssl_free_wbio_buffer(s); - - s->init_num=0; - - if (s->renegotiate == 2) /* skipped if we just sent a HelloRequest */ - { - s->renegotiate=0; - s->new_session=0; - - ssl_update_cache(s,SSL_SESS_CACHE_SERVER); - - s->ctx->stats.sess_accept_good++; - /* s->server=1; */ - s->handshake_func=ssl3_accept; - - if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_DONE,1); - } - - ret = 1; - goto end; - /* break; */ - - default: - SSLerr(SSL_F_SSL3_ACCEPT,SSL_R_UNKNOWN_STATE); - ret= -1; - goto end; - /* break; */ - } - - if (!s->s3->tmp.reuse_message && !skip) - { - if (s->debug) - { - if ((ret=BIO_flush(s->wbio)) <= 0) - goto end; - } - - - if ((cb != NULL) && (s->state != state)) - { - new_state=s->state; - s->state=state; - cb(s,SSL_CB_ACCEPT_LOOP,1); - s->state=new_state; - } - } - skip=0; - } -end: - /* BIO_flush(s->wbio); */ - - s->in_handshake--; - if (cb != NULL) - cb(s,SSL_CB_ACCEPT_EXIT,ret); - return(ret); - } + } else + s->s3->tmp.next_state = SSL_ST_OK; + s->init_num = 0; + break; + + case SSL_ST_OK: + /* clean a few things up */ + ssl3_cleanup_key_block(s); + + BUF_MEM_free(s->init_buf); + s->init_buf = NULL; + + /* remove buffering on output */ + ssl_free_wbio_buffer(s); + + s->init_num = 0; + + if (s->renegotiate == 2) { /* skipped if we just sent a + * HelloRequest */ + s->renegotiate = 0; + s->new_session = 0; + + ssl_update_cache(s, SSL_SESS_CACHE_SERVER); + + s->ctx->stats.sess_accept_good++; + /* s->server=1; */ + s->handshake_func = ssl3_accept; + + if (cb != NULL) + cb(s, SSL_CB_HANDSHAKE_DONE, 1); + } + + ret = 1; + goto end; + /* break; */ + + default: + SSLerr(SSL_F_SSL3_ACCEPT, SSL_R_UNKNOWN_STATE); + ret = -1; + goto end; + /* break; */ + } + + if (!s->s3->tmp.reuse_message && !skip) { + if (s->debug) { + if ((ret = BIO_flush(s->wbio)) <= 0) + goto end; + } + + if ((cb != NULL) && (s->state != state)) { + new_state = s->state; + s->state = state; + cb(s, SSL_CB_ACCEPT_LOOP, 1); + s->state = new_state; + } + } + skip = 0; + } + end: + /* BIO_flush(s->wbio); */ + + s->in_handshake--; + if (cb != NULL) + cb(s, SSL_CB_ACCEPT_EXIT, ret); + return (ret); +} int ssl3_send_hello_request(SSL *s) - { - unsigned char *p; - - if (s->state == SSL3_ST_SW_HELLO_REQ_A) - { - p=(unsigned char *)s->init_buf->data; - *(p++)=SSL3_MT_HELLO_REQUEST; - *(p++)=0; - *(p++)=0; - *(p++)=0; - - s->state=SSL3_ST_SW_HELLO_REQ_B; - /* number of bytes to write */ - s->init_num=4; - s->init_off=0; - } - - /* SSL3_ST_SW_HELLO_REQ_B */ - return(ssl3_do_write(s,SSL3_RT_HANDSHAKE)); - } - -int ssl3_check_client_hello(SSL *s) - { - int ok; - long n; - - /* this function is called when we really expect a Certificate message, - * so permit appropriate message length */ - n=s->method->ssl_get_message(s, - SSL3_ST_SR_CERT_A, - SSL3_ST_SR_CERT_B, - -1, - s->max_cert_list, - &ok); - if (!ok) return((int)n); - s->s3->tmp.reuse_message = 1; - if (s->s3->tmp.message_type == SSL3_MT_CLIENT_HELLO) - { - /* We only allow the client to restart the handshake once per - * negotiation. */ - if (s->s3->flags & SSL3_FLAGS_SGC_RESTART_DONE) - { - SSLerr(SSL_F_SSL3_CHECK_CLIENT_HELLO, SSL_R_MULTIPLE_SGC_RESTARTS); - return -1; - } - /* Throw away what we have done so far in the current handshake, - * which will now be aborted. (A full SSL_clear would be too much.) */ -#ifndef OPENSSL_NO_DH - if (s->s3->tmp.dh != NULL) - { - DH_free(s->s3->tmp.dh); - s->s3->tmp.dh = NULL; - } -#endif -#ifndef OPENSSL_NO_ECDH - if (s->s3->tmp.ecdh != NULL) - { - EC_KEY_free(s->s3->tmp.ecdh); - s->s3->tmp.ecdh = NULL; - } -#endif - s->s3->flags |= SSL3_FLAGS_SGC_RESTART_DONE; - return 2; - } - return 1; +{ + + if (s->state == SSL3_ST_SW_HELLO_REQ_A) { + ssl_set_handshake_header(s, SSL3_MT_HELLO_REQUEST, 0); + s->state = SSL3_ST_SW_HELLO_REQ_B; + } + + /* SSL3_ST_SW_HELLO_REQ_B */ + return ssl_do_write(s); } int ssl3_get_client_hello(SSL *s) - { - int i,j,ok,al,ret= -1; - unsigned int cookie_len; - long n; - unsigned long id; - unsigned char *p,*d,*q; - SSL_CIPHER *c; +{ + int i, j, ok, al = SSL_AD_INTERNAL_ERROR, ret = -1; + unsigned int cookie_len; + long n; + unsigned long id; + unsigned char *p, *d; + SSL_CIPHER *c; #ifndef OPENSSL_NO_COMP - SSL_COMP *comp=NULL; + unsigned char *q; + SSL_COMP *comp = NULL; #endif - STACK_OF(SSL_CIPHER) *ciphers=NULL; - - /* We do this so that we will respond with our native type. - * If we are TLSv1 and we get SSLv3, we will respond with TLSv1, - * This down switching should be handled by a different method. - * If we are SSLv3, we will respond with SSLv3, even if prompted with - * TLSv1. - */ - if (s->state == SSL3_ST_SR_CLNT_HELLO_A - ) - { - s->state=SSL3_ST_SR_CLNT_HELLO_B; - } - s->first_packet=1; - n=s->method->ssl_get_message(s, - SSL3_ST_SR_CLNT_HELLO_B, - SSL3_ST_SR_CLNT_HELLO_C, - SSL3_MT_CLIENT_HELLO, - SSL3_RT_MAX_PLAIN_LENGTH, - &ok); - - if (!ok) return((int)n); - s->first_packet=0; - d=p=(unsigned char *)s->init_msg; - - /* use version from inside client hello, not from record header - * (may differ: see RFC 2246, Appendix E, second paragraph) */ - s->client_version=(((int)p[0])<<8)|(int)p[1]; - p+=2; - - if ((s->version == DTLS1_VERSION && s->client_version > s->version) || - (s->version != DTLS1_VERSION && s->client_version < s->version)) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, SSL_R_WRONG_VERSION_NUMBER); - if ((s->client_version>>8) == SSL3_VERSION_MAJOR && - !s->enc_write_ctx && !s->write_hash) - { - /* similar to ssl3_get_record, send alert using remote version number */ - s->version = s->client_version; - } - al = SSL_AD_PROTOCOL_VERSION; - goto f_err; - } - - /* If we require cookies and this ClientHello doesn't - * contain one, just return since we do not want to - * allocate any memory yet. So check cookie length... - */ - if (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) - { - unsigned int session_length, cookie_length; - - session_length = *(p + SSL3_RANDOM_SIZE); - cookie_length = *(p + SSL3_RANDOM_SIZE + session_length + 1); - - if (cookie_length == 0) - return 1; - } - - /* load the client random */ - memcpy(s->s3->client_random,p,SSL3_RANDOM_SIZE); - p+=SSL3_RANDOM_SIZE; - - /* get the session-id */ - j= *(p++); - - s->hit=0; - /* Versions before 0.9.7 always allow clients to resume sessions in renegotiation. - * 0.9.7 and later allow this by default, but optionally ignore resumption requests - * with flag SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION (it's a new flag rather - * than a change to default behavior so that applications relying on this for security - * won't even compile against older library versions). - * - * 1.0.1 and later also have a function SSL_renegotiate_abbreviated() to request - * renegotiation but not a new session (s->new_session remains unset): for servers, - * this essentially just means that the SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION - * setting will be ignored. - */ - if ((s->new_session && (s->options & SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION))) - { - if (!ssl_get_new_session(s,1)) - goto err; - } - else - { - i=ssl_get_prev_session(s, p, j, d + n); - if (i == 1) - { /* previous session */ - s->hit=1; - } - else if (i == -1) - goto err; - else /* i == 0 */ - { - if (!ssl_get_new_session(s,1)) - goto err; - } - } - - p+=j; - - if (s->version == DTLS1_VERSION || s->version == DTLS1_BAD_VER) - { - /* cookie stuff */ - cookie_len = *(p++); - - /* - * The ClientHello may contain a cookie even if the - * HelloVerify message has not been sent--make sure that it - * does not cause an overflow. - */ - if ( cookie_len > sizeof(s->d1->rcvd_cookie)) - { - /* too much data */ - al = SSL_AD_DECODE_ERROR; - SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, SSL_R_COOKIE_MISMATCH); - goto f_err; - } - - /* verify the cookie if appropriate option is set. */ - if ((SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) && - cookie_len > 0) - { - memcpy(s->d1->rcvd_cookie, p, cookie_len); - - if ( s->ctx->app_verify_cookie_cb != NULL) - { - if ( s->ctx->app_verify_cookie_cb(s, s->d1->rcvd_cookie, - cookie_len) == 0) - { - al=SSL_AD_HANDSHAKE_FAILURE; - SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, - SSL_R_COOKIE_MISMATCH); - goto f_err; - } - /* else cookie verification succeeded */ - } - else if ( memcmp(s->d1->rcvd_cookie, s->d1->cookie, - s->d1->cookie_len) != 0) /* default verification */ - { - al=SSL_AD_HANDSHAKE_FAILURE; - SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, - SSL_R_COOKIE_MISMATCH); - goto f_err; - } - - ret = 2; - } - - p += cookie_len; - } - - n2s(p,i); - if ((i == 0) && (j != 0)) - { - /* we need a cipher if we are not resuming a session */ - al=SSL_AD_ILLEGAL_PARAMETER; - SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_NO_CIPHERS_SPECIFIED); - goto f_err; - } - if ((p+i) >= (d+n)) - { - /* not enough data */ - al=SSL_AD_DECODE_ERROR; - SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_LENGTH_MISMATCH); - goto f_err; - } - if ((i > 0) && (ssl_bytes_to_cipher_list(s,p,i,&(ciphers)) - == NULL)) - { - goto err; - } - p+=i; - - /* If it is a hit, check that the cipher is in the list */ - if ((s->hit) && (i > 0)) - { - j=0; - id=s->session->cipher->id; + STACK_OF(SSL_CIPHER) *ciphers = NULL; + + if (s->state == SSL3_ST_SR_CLNT_HELLO_C && !s->first_packet) + goto retry_cert; + + /* + * We do this so that we will respond with our native type. If we are + * TLSv1 and we get SSLv3, we will respond with TLSv1, This down + * switching should be handled by a different method. If we are SSLv3, we + * will respond with SSLv3, even if prompted with TLSv1. + */ + if (s->state == SSL3_ST_SR_CLNT_HELLO_A) { + s->state = SSL3_ST_SR_CLNT_HELLO_B; + } + s->first_packet = 1; + n = s->method->ssl_get_message(s, + SSL3_ST_SR_CLNT_HELLO_B, + SSL3_ST_SR_CLNT_HELLO_C, + SSL3_MT_CLIENT_HELLO, + SSL3_RT_MAX_PLAIN_LENGTH, &ok); + + if (!ok) + return ((int)n); + s->first_packet = 0; + d = p = (unsigned char *)s->init_msg; + + /* + * use version from inside client hello, not from record header (may + * differ: see RFC 2246, Appendix E, second paragraph) + */ + s->client_version = (((int)p[0]) << 8) | (int)p[1]; + p += 2; + + if (SSL_IS_DTLS(s) ? (s->client_version > s->version && + s->method->version != DTLS_ANY_VERSION) + : (s->client_version < s->version)) { + SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, SSL_R_WRONG_VERSION_NUMBER); + if ((s->client_version >> 8) == SSL3_VERSION_MAJOR && + !s->enc_write_ctx && !s->write_hash) { + /* + * similar to ssl3_get_record, send alert using remote version + * number + */ + s->version = s->client_version; + } + al = SSL_AD_PROTOCOL_VERSION; + goto f_err; + } + + /* + * If we require cookies and this ClientHello doesn't contain one, just + * return since we do not want to allocate any memory yet. So check + * cookie length... + */ + if (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) { + unsigned int session_length, cookie_length; + + session_length = *(p + SSL3_RANDOM_SIZE); + cookie_length = *(p + SSL3_RANDOM_SIZE + session_length + 1); + + if (cookie_length == 0) + return 1; + } + + /* load the client random */ + memcpy(s->s3->client_random, p, SSL3_RANDOM_SIZE); + p += SSL3_RANDOM_SIZE; + + /* get the session-id */ + j = *(p++); + + s->hit = 0; + /* + * Versions before 0.9.7 always allow clients to resume sessions in + * renegotiation. 0.9.7 and later allow this by default, but optionally + * ignore resumption requests with flag + * SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION (it's a new flag rather + * than a change to default behavior so that applications relying on this + * for security won't even compile against older library versions). + * 1.0.1 and later also have a function SSL_renegotiate_abbreviated() to + * request renegotiation but not a new session (s->new_session remains + * unset): for servers, this essentially just means that the + * SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION setting will be ignored. + */ + if ((s->new_session + && (s->options & SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION))) { + if (!ssl_get_new_session(s, 1)) + goto err; + } else { + i = ssl_get_prev_session(s, p, j, d + n); + /* + * Only resume if the session's version matches the negotiated + * version. + * RFC 5246 does not provide much useful advice on resumption + * with a different protocol version. It doesn't forbid it but + * the sanity of such behaviour would be questionable. + * In practice, clients do not accept a version mismatch and + * will abort the handshake with an error. + */ + if (i == 1 && s->version == s->session->ssl_version) { /* previous + * session */ + s->hit = 1; + } else if (i == -1) + goto err; + else { /* i == 0 */ + + if (!ssl_get_new_session(s, 1)) + goto err; + } + } + + p += j; + + if (SSL_IS_DTLS(s)) { + /* cookie stuff */ + cookie_len = *(p++); + + /* + * The ClientHello may contain a cookie even if the + * HelloVerify message has not been sent--make sure that it + * does not cause an overflow. + */ + if (cookie_len > sizeof(s->d1->rcvd_cookie)) { + /* too much data */ + al = SSL_AD_DECODE_ERROR; + SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, SSL_R_COOKIE_MISMATCH); + goto f_err; + } + + /* verify the cookie if appropriate option is set. */ + if ((SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) && cookie_len > 0) { + memcpy(s->d1->rcvd_cookie, p, cookie_len); + + if (s->ctx->app_verify_cookie_cb != NULL) { + if (s->ctx->app_verify_cookie_cb(s, s->d1->rcvd_cookie, + cookie_len) == 0) { + al = SSL_AD_HANDSHAKE_FAILURE; + SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, + SSL_R_COOKIE_MISMATCH); + goto f_err; + } + /* else cookie verification succeeded */ + } + /* default verification */ + else if (memcmp(s->d1->rcvd_cookie, s->d1->cookie, + s->d1->cookie_len) != 0) { + al = SSL_AD_HANDSHAKE_FAILURE; + SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, SSL_R_COOKIE_MISMATCH); + goto f_err; + } + /* Set to -2 so if successful we return 2 */ + ret = -2; + } + + p += cookie_len; + if (s->method->version == DTLS_ANY_VERSION) { + /* Select version to use */ + if (s->client_version <= DTLS1_2_VERSION && + !(s->options & SSL_OP_NO_DTLSv1_2)) { + s->version = DTLS1_2_VERSION; + s->method = DTLSv1_2_server_method(); + } else if (tls1_suiteb(s)) { + SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, + SSL_R_ONLY_DTLS_1_2_ALLOWED_IN_SUITEB_MODE); + s->version = s->client_version; + al = SSL_AD_PROTOCOL_VERSION; + goto f_err; + } else if (s->client_version <= DTLS1_VERSION && + !(s->options & SSL_OP_NO_DTLSv1)) { + s->version = DTLS1_VERSION; + s->method = DTLSv1_server_method(); + } else { + SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, + SSL_R_WRONG_VERSION_NUMBER); + s->version = s->client_version; + al = SSL_AD_PROTOCOL_VERSION; + goto f_err; + } + s->session->ssl_version = s->version; + } + } + + n2s(p, i); + if ((i == 0) && (j != 0)) { + /* we need a cipher if we are not resuming a session */ + al = SSL_AD_ILLEGAL_PARAMETER; + SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, SSL_R_NO_CIPHERS_SPECIFIED); + goto f_err; + } + if ((p + i) >= (d + n)) { + /* not enough data */ + al = SSL_AD_DECODE_ERROR; + SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, SSL_R_LENGTH_MISMATCH); + goto f_err; + } + if ((i > 0) && (ssl_bytes_to_cipher_list(s, p, i, &(ciphers)) + == NULL)) { + goto err; + } + p += i; + + /* If it is a hit, check that the cipher is in the list */ + if ((s->hit) && (i > 0)) { + j = 0; + id = s->session->cipher->id; #ifdef CIPHER_DEBUG - printf("client sent %d ciphers\n",sk_num(ciphers)); + fprintf(stderr, "client sent %d ciphers\n", + sk_SSL_CIPHER_num(ciphers)); #endif - for (i=0; iid == id) - { - j=1; - break; - } - } -/* Disabled because it can be used in a ciphersuite downgrade - * attack: CVE-2010-4180. - */ + if (c->id == id) { + j = 1; + break; + } + } + /* + * Disabled because it can be used in a ciphersuite downgrade attack: + * CVE-2010-4180. + */ #if 0 - if (j == 0 && (s->options & SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG) && (sk_SSL_CIPHER_num(ciphers) == 1)) - { - /* Special case as client bug workaround: the previously used cipher may - * not be in the current list, the client instead might be trying to - * continue using a cipher that before wasn't chosen due to server - * preferences. We'll have to reject the connection if the cipher is not - * enabled, though. */ - c = sk_SSL_CIPHER_value(ciphers, 0); - if (sk_SSL_CIPHER_find(SSL_get_ciphers(s), c) >= 0) - { - s->session->cipher = c; - j = 1; - } - } + if (j == 0 && (s->options & SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG) + && (sk_SSL_CIPHER_num(ciphers) == 1)) { + /* + * Special case as client bug workaround: the previously used + * cipher may not be in the current list, the client instead + * might be trying to continue using a cipher that before wasn't + * chosen due to server preferences. We'll have to reject the + * connection if the cipher is not enabled, though. + */ + c = sk_SSL_CIPHER_value(ciphers, 0); + if (sk_SSL_CIPHER_find(SSL_get_ciphers(s), c) >= 0) { + s->session->cipher = c; + j = 1; + } + } #endif - if (j == 0) - { - /* we need to have the cipher in the cipher - * list if we are asked to reuse it */ - al=SSL_AD_ILLEGAL_PARAMETER; - SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_REQUIRED_CIPHER_MISSING); - goto f_err; - } - } - - /* compression */ - i= *(p++); - if ((p+i) > (d+n)) - { - /* not enough data */ - al=SSL_AD_DECODE_ERROR; - SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_LENGTH_MISMATCH); - goto f_err; - } - q=p; - for (j=0; j= i) - { - /* no compress */ - al=SSL_AD_DECODE_ERROR; - SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_NO_COMPRESSION_SPECIFIED); - goto f_err; - } - + if (j == 0) { + /* + * we need to have the cipher in the cipher list if we are asked + * to reuse it + */ + al = SSL_AD_ILLEGAL_PARAMETER; + SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, + SSL_R_REQUIRED_CIPHER_MISSING); + goto f_err; + } + } + + /* compression */ + i = *(p++); + if ((p + i) > (d + n)) { + /* not enough data */ + al = SSL_AD_DECODE_ERROR; + SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, SSL_R_LENGTH_MISMATCH); + goto f_err; + } +#ifndef OPENSSL_NO_COMP + q = p; +#endif + for (j = 0; j < i; j++) { + if (p[j] == 0) + break; + } + + p += i; + if (j >= i) { + /* no compress */ + al = SSL_AD_DECODE_ERROR; + SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, SSL_R_NO_COMPRESSION_SPECIFIED); + goto f_err; + } #ifndef OPENSSL_NO_TLSEXT - /* TLS extensions*/ - if (s->version >= SSL3_VERSION) - { - if (!ssl_parse_clienthello_tlsext(s,&p,d,n, &al)) - { - /* 'al' set by ssl_parse_clienthello_tlsext */ - SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_PARSE_TLSEXT); - goto f_err; - } - } - if (ssl_check_clienthello_tlsext_early(s) <= 0) { - SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_CLIENTHELLO_TLSEXT); - goto err; - } - - /* Check if we want to use external pre-shared secret for this - * handshake for not reused session only. We need to generate - * server_random before calling tls_session_secret_cb in order to allow - * SessionTicket processing to use it in key derivation. */ - { - unsigned char *pos; - pos=s->s3->server_random; - if (ssl_fill_hello_random(s, 1, pos, SSL3_RANDOM_SIZE) <= 0) - { - al=SSL_AD_INTERNAL_ERROR; - goto f_err; - } - } - - if (!s->hit && s->version >= TLS1_VERSION && s->tls_session_secret_cb) - { - SSL_CIPHER *pref_cipher=NULL; - - s->session->master_key_length=sizeof(s->session->master_key); - if(s->tls_session_secret_cb(s, s->session->master_key, &s->session->master_key_length, - ciphers, &pref_cipher, s->tls_session_secret_cb_arg)) - { - s->hit=1; - s->session->ciphers=ciphers; - s->session->verify_result=X509_V_OK; - - ciphers=NULL; - - /* check if some cipher was preferred by call back */ - pref_cipher=pref_cipher ? pref_cipher : ssl3_choose_cipher(s, s->session->ciphers, SSL_get_ciphers(s)); - if (pref_cipher == NULL) - { - al=SSL_AD_HANDSHAKE_FAILURE; - SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_NO_SHARED_CIPHER); - goto f_err; - } - - s->session->cipher=pref_cipher; - - if (s->cipher_list) - sk_SSL_CIPHER_free(s->cipher_list); - - if (s->cipher_list_by_id) - sk_SSL_CIPHER_free(s->cipher_list_by_id); - - s->cipher_list = sk_SSL_CIPHER_dup(s->session->ciphers); - s->cipher_list_by_id = sk_SSL_CIPHER_dup(s->session->ciphers); - } - } + /* TLS extensions */ + if (s->version >= SSL3_VERSION) { + if (!ssl_parse_clienthello_tlsext(s, &p, d, n)) { + SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, SSL_R_PARSE_TLSEXT); + goto err; + } + } + + /* + * Check if we want to use external pre-shared secret for this handshake + * for not reused session only. We need to generate server_random before + * calling tls_session_secret_cb in order to allow SessionTicket + * processing to use it in key derivation. + */ + { + unsigned char *pos; + pos = s->s3->server_random; + if (ssl_fill_hello_random(s, 1, pos, SSL3_RANDOM_SIZE) <= 0) { + goto f_err; + } + } + + if (!s->hit && s->version >= TLS1_VERSION && s->tls_session_secret_cb) { + SSL_CIPHER *pref_cipher = NULL; + + s->session->master_key_length = sizeof(s->session->master_key); + if (s->tls_session_secret_cb(s, s->session->master_key, + &s->session->master_key_length, ciphers, + &pref_cipher, + s->tls_session_secret_cb_arg)) { + s->hit = 1; + s->session->ciphers = ciphers; + s->session->verify_result = X509_V_OK; + + ciphers = NULL; + + /* check if some cipher was preferred by call back */ + pref_cipher = + pref_cipher ? pref_cipher : ssl3_choose_cipher(s, + s-> + session->ciphers, + SSL_get_ciphers + (s)); + if (pref_cipher == NULL) { + al = SSL_AD_HANDSHAKE_FAILURE; + SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, SSL_R_NO_SHARED_CIPHER); + goto f_err; + } + + s->session->cipher = pref_cipher; + + if (s->cipher_list) + sk_SSL_CIPHER_free(s->cipher_list); + + if (s->cipher_list_by_id) + sk_SSL_CIPHER_free(s->cipher_list_by_id); + + s->cipher_list = sk_SSL_CIPHER_dup(s->session->ciphers); + s->cipher_list_by_id = sk_SSL_CIPHER_dup(s->session->ciphers); + } + } #endif - /* Worst case, we will use the NULL compression, but if we have other - * options, we will now look for them. We have i-1 compression - * algorithms from the client, starting at q. */ - s->s3->tmp.new_compression=NULL; + /* + * Worst case, we will use the NULL compression, but if we have other + * options, we will now look for them. We have i-1 compression + * algorithms from the client, starting at q. + */ + s->s3->tmp.new_compression = NULL; #ifndef OPENSSL_NO_COMP - /* This only happens if we have a cache hit */ - if (s->session->compress_meth != 0) - { - int m, comp_id = s->session->compress_meth; - /* Perform sanity checks on resumed compression algorithm */ - /* Can't disable compression */ - if (s->options & SSL_OP_NO_COMPRESSION) - { - al=SSL_AD_INTERNAL_ERROR; - SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_INCONSISTENT_COMPRESSION); - goto f_err; - } - /* Look for resumed compression method */ - for (m = 0; m < sk_SSL_COMP_num(s->ctx->comp_methods); m++) - { - comp=sk_SSL_COMP_value(s->ctx->comp_methods,m); - if (comp_id == comp->id) - { - s->s3->tmp.new_compression=comp; - break; - } - } - if (s->s3->tmp.new_compression == NULL) - { - al=SSL_AD_INTERNAL_ERROR; - SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_INVALID_COMPRESSION_ALGORITHM); - goto f_err; - } - /* Look for resumed method in compression list */ - for (m = 0; m < i; m++) - { - if (q[m] == comp_id) - break; - } - if (m >= i) - { - al=SSL_AD_ILLEGAL_PARAMETER; - SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_REQUIRED_COMPRESSSION_ALGORITHM_MISSING); - goto f_err; - } - } - else if (s->hit) - comp = NULL; - else if (!(s->options & SSL_OP_NO_COMPRESSION) && s->ctx->comp_methods) - { /* See if we have a match */ - int m,nn,o,v,done=0; - - nn=sk_SSL_COMP_num(s->ctx->comp_methods); - for (m=0; mctx->comp_methods,m); - v=comp->id; - for (o=0; os3->tmp.new_compression=comp; - else - comp=NULL; - } + /* This only happens if we have a cache hit */ + if (s->session->compress_meth != 0) { + int m, comp_id = s->session->compress_meth; + /* Perform sanity checks on resumed compression algorithm */ + /* Can't disable compression */ + if (s->options & SSL_OP_NO_COMPRESSION) { + SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, + SSL_R_INCONSISTENT_COMPRESSION); + goto f_err; + } + /* Look for resumed compression method */ + for (m = 0; m < sk_SSL_COMP_num(s->ctx->comp_methods); m++) { + comp = sk_SSL_COMP_value(s->ctx->comp_methods, m); + if (comp_id == comp->id) { + s->s3->tmp.new_compression = comp; + break; + } + } + if (s->s3->tmp.new_compression == NULL) { + SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, + SSL_R_INVALID_COMPRESSION_ALGORITHM); + goto f_err; + } + /* Look for resumed method in compression list */ + for (m = 0; m < i; m++) { + if (q[m] == comp_id) + break; + } + if (m >= i) { + al = SSL_AD_ILLEGAL_PARAMETER; + SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, + SSL_R_REQUIRED_COMPRESSSION_ALGORITHM_MISSING); + goto f_err; + } + } else if (s->hit) + comp = NULL; + else if (!(s->options & SSL_OP_NO_COMPRESSION) && s->ctx->comp_methods) { + /* See if we have a match */ + int m, nn, o, v, done = 0; + + nn = sk_SSL_COMP_num(s->ctx->comp_methods); + for (m = 0; m < nn; m++) { + comp = sk_SSL_COMP_value(s->ctx->comp_methods, m); + v = comp->id; + for (o = 0; o < i; o++) { + if (v == q[o]) { + done = 1; + break; + } + } + if (done) + break; + } + if (done) + s->s3->tmp.new_compression = comp; + else + comp = NULL; + } #else - /* If compression is disabled we'd better not try to resume a session - * using compression. - */ - if (s->session->compress_meth != 0) - { - al=SSL_AD_INTERNAL_ERROR; - SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_INCONSISTENT_COMPRESSION); - goto f_err; - } + /* + * If compression is disabled we'd better not try to resume a session + * using compression. + */ + if (s->session->compress_meth != 0) { + SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, SSL_R_INCONSISTENT_COMPRESSION); + goto f_err; + } #endif - /* Given s->session->ciphers and SSL_get_ciphers, we must - * pick a cipher */ + /* + * Given s->session->ciphers and SSL_get_ciphers, we must pick a cipher + */ - if (!s->hit) - { + if (!s->hit) { #ifdef OPENSSL_NO_COMP - s->session->compress_meth=0; + s->session->compress_meth = 0; #else - s->session->compress_meth=(comp == NULL)?0:comp->id; + s->session->compress_meth = (comp == NULL) ? 0 : comp->id; #endif - if (s->session->ciphers != NULL) - sk_SSL_CIPHER_free(s->session->ciphers); - s->session->ciphers=ciphers; - if (ciphers == NULL) - { - al=SSL_AD_ILLEGAL_PARAMETER; - SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_NO_CIPHERS_PASSED); - goto f_err; - } - ciphers=NULL; - c=ssl3_choose_cipher(s,s->session->ciphers, - SSL_get_ciphers(s)); - - if (c == NULL) - { - al=SSL_AD_HANDSHAKE_FAILURE; - SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO,SSL_R_NO_SHARED_CIPHER); - goto f_err; - } - s->s3->tmp.new_cipher=c; - } - else - { - /* Session-id reuse */ + if (s->session->ciphers != NULL) + sk_SSL_CIPHER_free(s->session->ciphers); + s->session->ciphers = ciphers; + if (ciphers == NULL) { + al = SSL_AD_ILLEGAL_PARAMETER; + SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, SSL_R_NO_CIPHERS_PASSED); + goto f_err; + } + ciphers = NULL; + if (!tls1_set_server_sigalgs(s)) { + SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, SSL_R_CLIENTHELLO_TLSEXT); + goto err; + } + /* Let cert callback update server certificates if required */ + retry_cert: + if (s->cert->cert_cb) { + int rv = s->cert->cert_cb(s, s->cert->cert_cb_arg); + if (rv == 0) { + al = SSL_AD_INTERNAL_ERROR; + SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, SSL_R_CERT_CB_ERROR); + goto f_err; + } + if (rv < 0) { + s->rwstate = SSL_X509_LOOKUP; + return -1; + } + s->rwstate = SSL_NOTHING; + } + c = ssl3_choose_cipher(s, s->session->ciphers, SSL_get_ciphers(s)); + + if (c == NULL) { + al = SSL_AD_HANDSHAKE_FAILURE; + SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, SSL_R_NO_SHARED_CIPHER); + goto f_err; + } + s->s3->tmp.new_cipher = c; + } else { + /* Session-id reuse */ #ifdef REUSE_CIPHER_BUG - STACK_OF(SSL_CIPHER) *sk; - SSL_CIPHER *nc=NULL; - SSL_CIPHER *ec=NULL; - - if (s->options & SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG) - { - sk=s->session->ciphers; - for (i=0; ialgorithm_enc & SSL_eNULL) - nc=c; - if (SSL_C_IS_EXPORT(c)) - ec=c; - } - if (nc != NULL) - s->s3->tmp.new_cipher=nc; - else if (ec != NULL) - s->s3->tmp.new_cipher=ec; - else - s->s3->tmp.new_cipher=s->session->cipher; - } - else + STACK_OF(SSL_CIPHER) *sk; + SSL_CIPHER *nc = NULL; + SSL_CIPHER *ec = NULL; + + if (s->options & SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG) { + sk = s->session->ciphers; + for (i = 0; i < sk_SSL_CIPHER_num(sk); i++) { + c = sk_SSL_CIPHER_value(sk, i); + if (c->algorithm_enc & SSL_eNULL) + nc = c; + if (SSL_C_IS_EXPORT(c)) + ec = c; + } + if (nc != NULL) + s->s3->tmp.new_cipher = nc; + else if (ec != NULL) + s->s3->tmp.new_cipher = ec; + else + s->s3->tmp.new_cipher = s->session->cipher; + } else #endif - s->s3->tmp.new_cipher=s->session->cipher; - } - - if (TLS1_get_version(s) < TLS1_2_VERSION || !(s->verify_mode & SSL_VERIFY_PEER)) - { - if (!ssl3_digest_cached_records(s)) - { - al = SSL_AD_INTERNAL_ERROR; - goto f_err; - } - } - - /* we now have the following setup. - * client_random - * cipher_list - our prefered list of ciphers - * ciphers - the clients prefered list of ciphers - * compression - basically ignored right now - * ssl version is set - sslv3 - * s->session - The ssl session has been setup. - * s->hit - session reuse flag - * s->tmp.new_cipher - the new cipher to use. - */ - - /* Handles TLS extensions that we couldn't check earlier */ - if (s->version >= SSL3_VERSION) - { - if (ssl_check_clienthello_tlsext_late(s) <= 0) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, SSL_R_CLIENTHELLO_TLSEXT); - goto err; - } - } - - if (ret < 0) ret=1; - if (0) - { -f_err: - ssl3_send_alert(s,SSL3_AL_FATAL,al); - } -err: - if (ciphers != NULL) sk_SSL_CIPHER_free(ciphers); - return(ret); - } + s->s3->tmp.new_cipher = s->session->cipher; + } + + if (!SSL_USE_SIGALGS(s) || !(s->verify_mode & SSL_VERIFY_PEER)) { + if (!ssl3_digest_cached_records(s)) + goto f_err; + } + + /*- + * we now have the following setup. + * client_random + * cipher_list - our prefered list of ciphers + * ciphers - the clients prefered list of ciphers + * compression - basically ignored right now + * ssl version is set - sslv3 + * s->session - The ssl session has been setup. + * s->hit - session reuse flag + * s->tmp.new_cipher - the new cipher to use. + */ + + /* Handles TLS extensions that we couldn't check earlier */ + if (s->version >= SSL3_VERSION) { + if (ssl_check_clienthello_tlsext_late(s) <= 0) { + SSLerr(SSL_F_SSL3_GET_CLIENT_HELLO, SSL_R_CLIENTHELLO_TLSEXT); + goto err; + } + } + + if (ret < 0) + ret = -ret; + if (0) { + f_err: + ssl3_send_alert(s, SSL3_AL_FATAL, al); + } + err: + if (ciphers != NULL) + sk_SSL_CIPHER_free(ciphers); + return ret < 0 ? -1 : ret; +} int ssl3_send_server_hello(SSL *s) - { - unsigned char *buf; - unsigned char *p,*d; - int i,sl; - unsigned long l; - - if (s->state == SSL3_ST_SW_SRVR_HELLO_A) - { - buf=(unsigned char *)s->init_buf->data; +{ + unsigned char *buf; + unsigned char *p, *d; + int i, sl; + int al = 0; + unsigned long l; + + if (s->state == SSL3_ST_SW_SRVR_HELLO_A) { + buf = (unsigned char *)s->init_buf->data; #ifdef OPENSSL_NO_TLSEXT - p=s->s3->server_random; - if (ssl_fill_hello_random(s, 1, p, SSL3_RANDOM_SIZE) <= 0) - return -1; + p = s->s3->server_random; + if (ssl_fill_hello_random(s, 1, p, SSL3_RANDOM_SIZE) <= 0) + return -1; #endif - /* Do the message type and length last */ - d=p= &(buf[4]); - - *(p++)=s->version>>8; - *(p++)=s->version&0xff; - - /* Random stuff */ - memcpy(p,s->s3->server_random,SSL3_RANDOM_SIZE); - p+=SSL3_RANDOM_SIZE; - - /* There are several cases for the session ID to send - * back in the server hello: - * - For session reuse from the session cache, - * we send back the old session ID. - * - If stateless session reuse (using a session ticket) - * is successful, we send back the client's "session ID" - * (which doesn't actually identify the session). - * - If it is a new session, we send back the new - * session ID. - * - However, if we want the new session to be single-use, - * we send back a 0-length session ID. - * s->hit is non-zero in either case of session reuse, - * so the following won't overwrite an ID that we're supposed - * to send back. - */ - if (!(s->ctx->session_cache_mode & SSL_SESS_CACHE_SERVER) - && !s->hit) - s->session->session_id_length=0; - - sl=s->session->session_id_length; - if (sl > (int)sizeof(s->session->session_id)) - { - SSLerr(SSL_F_SSL3_SEND_SERVER_HELLO, ERR_R_INTERNAL_ERROR); - return -1; - } - *(p++)=sl; - memcpy(p,s->session->session_id,sl); - p+=sl; - - /* put the cipher */ - i=ssl3_put_cipher_by_char(s->s3->tmp.new_cipher,p); - p+=i; - - /* put the compression method */ + /* Do the message type and length last */ + d = p = ssl_handshake_start(s); + + *(p++) = s->version >> 8; + *(p++) = s->version & 0xff; + + /* Random stuff */ + memcpy(p, s->s3->server_random, SSL3_RANDOM_SIZE); + p += SSL3_RANDOM_SIZE; + + /*- + * There are several cases for the session ID to send + * back in the server hello: + * - For session reuse from the session cache, + * we send back the old session ID. + * - If stateless session reuse (using a session ticket) + * is successful, we send back the client's "session ID" + * (which doesn't actually identify the session). + * - If it is a new session, we send back the new + * session ID. + * - However, if we want the new session to be single-use, + * we send back a 0-length session ID. + * s->hit is non-zero in either case of session reuse, + * so the following won't overwrite an ID that we're supposed + * to send back. + */ + if (!(s->ctx->session_cache_mode & SSL_SESS_CACHE_SERVER) + && !s->hit) + s->session->session_id_length = 0; + + sl = s->session->session_id_length; + if (sl > (int)sizeof(s->session->session_id)) { + SSLerr(SSL_F_SSL3_SEND_SERVER_HELLO, ERR_R_INTERNAL_ERROR); + return -1; + } + *(p++) = sl; + memcpy(p, s->session->session_id, sl); + p += sl; + + /* put the cipher */ + i = ssl3_put_cipher_by_char(s->s3->tmp.new_cipher, p); + p += i; + + /* put the compression method */ #ifdef OPENSSL_NO_COMP - *(p++)=0; + *(p++) = 0; #else - if (s->s3->tmp.new_compression == NULL) - *(p++)=0; - else - *(p++)=s->s3->tmp.new_compression->id; + if (s->s3->tmp.new_compression == NULL) + *(p++) = 0; + else + *(p++) = s->s3->tmp.new_compression->id; #endif #ifndef OPENSSL_NO_TLSEXT - if (ssl_prepare_serverhello_tlsext(s) <= 0) - { - SSLerr(SSL_F_SSL3_SEND_SERVER_HELLO,SSL_R_SERVERHELLO_TLSEXT); - return -1; - } - if ((p = ssl_add_serverhello_tlsext(s, p, buf+SSL3_RT_MAX_PLAIN_LENGTH)) == NULL) - { - SSLerr(SSL_F_SSL3_SEND_SERVER_HELLO,ERR_R_INTERNAL_ERROR); - return -1; - } + if (ssl_prepare_serverhello_tlsext(s) <= 0) { + SSLerr(SSL_F_SSL3_SEND_SERVER_HELLO, SSL_R_SERVERHELLO_TLSEXT); + return -1; + } + if ((p = + ssl_add_serverhello_tlsext(s, p, buf + SSL3_RT_MAX_PLAIN_LENGTH, + &al)) == NULL) { + ssl3_send_alert(s, SSL3_AL_FATAL, al); + SSLerr(SSL_F_SSL3_SEND_SERVER_HELLO, ERR_R_INTERNAL_ERROR); + return -1; + } #endif - /* do the header */ - l=(p-d); - d=buf; - *(d++)=SSL3_MT_SERVER_HELLO; - l2n3(l,d); - - s->state=SSL3_ST_SW_SRVR_HELLO_B; - /* number of bytes to write */ - s->init_num=p-buf; - s->init_off=0; - } - - /* SSL3_ST_SW_SRVR_HELLO_B */ - return(ssl3_do_write(s,SSL3_RT_HANDSHAKE)); - } + /* do the header */ + l = (p - d); + ssl_set_handshake_header(s, SSL3_MT_SERVER_HELLO, l); + s->state = SSL3_ST_SW_SRVR_HELLO_B; + } + + /* SSL3_ST_SW_SRVR_HELLO_B */ + return ssl_do_write(s); +} int ssl3_send_server_done(SSL *s) - { - unsigned char *p; - - if (s->state == SSL3_ST_SW_SRVR_DONE_A) - { - p=(unsigned char *)s->init_buf->data; +{ - /* do the header */ - *(p++)=SSL3_MT_SERVER_DONE; - *(p++)=0; - *(p++)=0; - *(p++)=0; + if (s->state == SSL3_ST_SW_SRVR_DONE_A) { + ssl_set_handshake_header(s, SSL3_MT_SERVER_DONE, 0); + s->state = SSL3_ST_SW_SRVR_DONE_B; + } - s->state=SSL3_ST_SW_SRVR_DONE_B; - /* number of bytes to write */ - s->init_num=4; - s->init_off=0; - } - - /* SSL3_ST_SW_SRVR_DONE_B */ - return(ssl3_do_write(s,SSL3_RT_HANDSHAKE)); - } + /* SSL3_ST_SW_SRVR_DONE_B */ + return ssl_do_write(s); +} int ssl3_send_server_key_exchange(SSL *s) - { +{ #ifndef OPENSSL_NO_RSA - unsigned char *q; - int j,num; - RSA *rsa; - unsigned char md_buf[MD5_DIGEST_LENGTH+SHA_DIGEST_LENGTH]; - unsigned int u; + unsigned char *q; + int j, num; + RSA *rsa; + unsigned char md_buf[MD5_DIGEST_LENGTH + SHA_DIGEST_LENGTH]; + unsigned int u; #endif #ifndef OPENSSL_NO_DH - DH *dh=NULL,*dhp; + DH *dh = NULL, *dhp; #endif #ifndef OPENSSL_NO_ECDH - EC_KEY *ecdh=NULL, *ecdhp; - unsigned char *encodedPoint = NULL; - int encodedlen = 0; - int curve_id = 0; - BN_CTX *bn_ctx = NULL; + EC_KEY *ecdh = NULL, *ecdhp; + unsigned char *encodedPoint = NULL; + int encodedlen = 0; + int curve_id = 0; + BN_CTX *bn_ctx = NULL; #endif - EVP_PKEY *pkey; - const EVP_MD *md = NULL; - unsigned char *p,*d; - int al,i; - unsigned long type; - int n; - CERT *cert; - BIGNUM *r[4]; - int nr[4],kn; - BUF_MEM *buf; - EVP_MD_CTX md_ctx; - - EVP_MD_CTX_init(&md_ctx); - if (s->state == SSL3_ST_SW_KEY_EXCH_A) - { - type=s->s3->tmp.new_cipher->algorithm_mkey; - cert=s->cert; - - buf=s->init_buf; - - r[0]=r[1]=r[2]=r[3]=NULL; - n=0; + EVP_PKEY *pkey; + const EVP_MD *md = NULL; + unsigned char *p, *d; + int al, i; + unsigned long type; + int n; + CERT *cert; + BIGNUM *r[4]; + int nr[4], kn; + BUF_MEM *buf; + EVP_MD_CTX md_ctx; + + EVP_MD_CTX_init(&md_ctx); + if (s->state == SSL3_ST_SW_KEY_EXCH_A) { + type = s->s3->tmp.new_cipher->algorithm_mkey; + cert = s->cert; + + buf = s->init_buf; + + r[0] = r[1] = r[2] = r[3] = NULL; + n = 0; #ifndef OPENSSL_NO_RSA - if (type & SSL_kRSA) - { - rsa=cert->rsa_tmp; - if ((rsa == NULL) && (s->cert->rsa_tmp_cb != NULL)) - { - rsa=s->cert->rsa_tmp_cb(s, - SSL_C_IS_EXPORT(s->s3->tmp.new_cipher), - SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)); - if(rsa == NULL) - { - al=SSL_AD_HANDSHAKE_FAILURE; - SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,SSL_R_ERROR_GENERATING_TMP_RSA_KEY); - goto f_err; - } - RSA_up_ref(rsa); - cert->rsa_tmp=rsa; - } - if (rsa == NULL) - { - al=SSL_AD_HANDSHAKE_FAILURE; - SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,SSL_R_MISSING_TMP_RSA_KEY); - goto f_err; - } - r[0]=rsa->n; - r[1]=rsa->e; - s->s3->tmp.use_rsa_tmp=1; - } - else + if (type & SSL_kRSA) { + rsa = cert->rsa_tmp; + if ((rsa == NULL) && (s->cert->rsa_tmp_cb != NULL)) { + rsa = s->cert->rsa_tmp_cb(s, + SSL_C_IS_EXPORT(s->s3-> + tmp.new_cipher), + SSL_C_EXPORT_PKEYLENGTH(s->s3-> + tmp.new_cipher)); + if (rsa == NULL) { + al = SSL_AD_HANDSHAKE_FAILURE; + SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, + SSL_R_ERROR_GENERATING_TMP_RSA_KEY); + goto f_err; + } + RSA_up_ref(rsa); + cert->rsa_tmp = rsa; + } + if (rsa == NULL) { + al = SSL_AD_HANDSHAKE_FAILURE; + SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, + SSL_R_MISSING_TMP_RSA_KEY); + goto f_err; + } + r[0] = rsa->n; + r[1] = rsa->e; + s->s3->tmp.use_rsa_tmp = 1; + } else #endif #ifndef OPENSSL_NO_DH - if (type & SSL_kEDH) - { - dhp=cert->dh_tmp; - if ((dhp == NULL) && (s->cert->dh_tmp_cb != NULL)) - dhp=s->cert->dh_tmp_cb(s, - SSL_C_IS_EXPORT(s->s3->tmp.new_cipher), - SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)); - if (dhp == NULL) - { - al=SSL_AD_HANDSHAKE_FAILURE; - SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,SSL_R_MISSING_TMP_DH_KEY); - goto f_err; - } - - if (s->s3->tmp.dh != NULL) - { - SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, ERR_R_INTERNAL_ERROR); - goto err; - } - - if ((dh=DHparams_dup(dhp)) == NULL) - { - SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_R_DH_LIB); - goto err; - } - - s->s3->tmp.dh=dh; - if ((dhp->pub_key == NULL || - dhp->priv_key == NULL || - (s->options & SSL_OP_SINGLE_DH_USE))) - { - if(!DH_generate_key(dh)) - { - SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, - ERR_R_DH_LIB); - goto err; - } - } - else - { - dh->pub_key=BN_dup(dhp->pub_key); - dh->priv_key=BN_dup(dhp->priv_key); - if ((dh->pub_key == NULL) || - (dh->priv_key == NULL)) - { - SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_R_DH_LIB); - goto err; - } - } - r[0]=dh->p; - r[1]=dh->g; - r[2]=dh->pub_key; - } - else + if (type & SSL_kEDH) { + dhp = cert->dh_tmp; + if ((dhp == NULL) && (s->cert->dh_tmp_cb != NULL)) + dhp = s->cert->dh_tmp_cb(s, + SSL_C_IS_EXPORT(s->s3-> + tmp.new_cipher), + SSL_C_EXPORT_PKEYLENGTH(s->s3-> + tmp.new_cipher)); + if (dhp == NULL) { + al = SSL_AD_HANDSHAKE_FAILURE; + SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, + SSL_R_MISSING_TMP_DH_KEY); + goto f_err; + } + + if (s->s3->tmp.dh != NULL) { + SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, + ERR_R_INTERNAL_ERROR); + goto err; + } + + if ((dh = DHparams_dup(dhp)) == NULL) { + SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, ERR_R_DH_LIB); + goto err; + } + + s->s3->tmp.dh = dh; + if ((dhp->pub_key == NULL || + dhp->priv_key == NULL || + (s->options & SSL_OP_SINGLE_DH_USE))) { + if (!DH_generate_key(dh)) { + SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, ERR_R_DH_LIB); + goto err; + } + } else { + dh->pub_key = BN_dup(dhp->pub_key); + dh->priv_key = BN_dup(dhp->priv_key); + if ((dh->pub_key == NULL) || (dh->priv_key == NULL)) { + SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, ERR_R_DH_LIB); + goto err; + } + } + r[0] = dh->p; + r[1] = dh->g; + r[2] = dh->pub_key; + } else #endif #ifndef OPENSSL_NO_ECDH - if (type & SSL_kEECDH) - { - const EC_GROUP *group; - - ecdhp=cert->ecdh_tmp; - if ((ecdhp == NULL) && (s->cert->ecdh_tmp_cb != NULL)) - { - ecdhp=s->cert->ecdh_tmp_cb(s, - SSL_C_IS_EXPORT(s->s3->tmp.new_cipher), - SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)); - } - if (ecdhp == NULL) - { - al=SSL_AD_HANDSHAKE_FAILURE; - SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,SSL_R_MISSING_TMP_ECDH_KEY); - goto f_err; - } - - if (s->s3->tmp.ecdh != NULL) - { - SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, ERR_R_INTERNAL_ERROR); - goto err; - } - - /* Duplicate the ECDH structure. */ - if (ecdhp == NULL) - { - SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_R_ECDH_LIB); - goto err; - } - if ((ecdh = EC_KEY_dup(ecdhp)) == NULL) - { - SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_R_ECDH_LIB); - goto err; - } - - s->s3->tmp.ecdh=ecdh; - if ((EC_KEY_get0_public_key(ecdh) == NULL) || - (EC_KEY_get0_private_key(ecdh) == NULL) || - (s->options & SSL_OP_SINGLE_ECDH_USE)) - { - if(!EC_KEY_generate_key(ecdh)) - { - SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_R_ECDH_LIB); - goto err; - } - } - - if (((group = EC_KEY_get0_group(ecdh)) == NULL) || - (EC_KEY_get0_public_key(ecdh) == NULL) || - (EC_KEY_get0_private_key(ecdh) == NULL)) - { - SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_R_ECDH_LIB); - goto err; - } - - if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) && - (EC_GROUP_get_degree(group) > 163)) - { - SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,SSL_R_ECGROUP_TOO_LARGE_FOR_CIPHER); - goto err; - } - - /* XXX: For now, we only support ephemeral ECDH - * keys over named (not generic) curves. For - * supported named curves, curve_id is non-zero. - */ - if ((curve_id = - tls1_ec_nid2curve_id(EC_GROUP_get_curve_name(group))) - == 0) - { - SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,SSL_R_UNSUPPORTED_ELLIPTIC_CURVE); - goto err; - } - - /* Encode the public key. - * First check the size of encoding and - * allocate memory accordingly. - */ - encodedlen = EC_POINT_point2oct(group, - EC_KEY_get0_public_key(ecdh), - POINT_CONVERSION_UNCOMPRESSED, - NULL, 0, NULL); - - encodedPoint = (unsigned char *) - OPENSSL_malloc(encodedlen*sizeof(unsigned char)); - bn_ctx = BN_CTX_new(); - if ((encodedPoint == NULL) || (bn_ctx == NULL)) - { - SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_R_MALLOC_FAILURE); - goto err; - } - - - encodedlen = EC_POINT_point2oct(group, - EC_KEY_get0_public_key(ecdh), - POINT_CONVERSION_UNCOMPRESSED, - encodedPoint, encodedlen, bn_ctx); - - if (encodedlen == 0) - { - SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_R_ECDH_LIB); - goto err; - } - - BN_CTX_free(bn_ctx); bn_ctx=NULL; - - /* XXX: For now, we only support named (not - * generic) curves in ECDH ephemeral key exchanges. - * In this situation, we need four additional bytes - * to encode the entire ServerECDHParams - * structure. - */ - n = 4 + encodedlen; - - /* We'll generate the serverKeyExchange message - * explicitly so we can set these to NULLs - */ - r[0]=NULL; - r[1]=NULL; - r[2]=NULL; - r[3]=NULL; - } - else -#endif /* !OPENSSL_NO_ECDH */ + if (type & SSL_kEECDH) { + const EC_GROUP *group; + + ecdhp = cert->ecdh_tmp; + if (s->cert->ecdh_tmp_auto) { + /* Get NID of appropriate shared curve */ + int nid = tls1_shared_curve(s, -2); + if (nid != NID_undef) + ecdhp = EC_KEY_new_by_curve_name(nid); + } else if ((ecdhp == NULL) && s->cert->ecdh_tmp_cb) { + ecdhp = s->cert->ecdh_tmp_cb(s, + SSL_C_IS_EXPORT(s->s3-> + tmp.new_cipher), + SSL_C_EXPORT_PKEYLENGTH(s-> + s3->tmp.new_cipher)); + } + if (ecdhp == NULL) { + al = SSL_AD_HANDSHAKE_FAILURE; + SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, + SSL_R_MISSING_TMP_ECDH_KEY); + goto f_err; + } + + if (s->s3->tmp.ecdh != NULL) { + SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, + ERR_R_INTERNAL_ERROR); + goto err; + } + + /* Duplicate the ECDH structure. */ + if (ecdhp == NULL) { + SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, ERR_R_ECDH_LIB); + goto err; + } + if (s->cert->ecdh_tmp_auto) + ecdh = ecdhp; + else if ((ecdh = EC_KEY_dup(ecdhp)) == NULL) { + SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, ERR_R_ECDH_LIB); + goto err; + } + + s->s3->tmp.ecdh = ecdh; + if ((EC_KEY_get0_public_key(ecdh) == NULL) || + (EC_KEY_get0_private_key(ecdh) == NULL) || + (s->options & SSL_OP_SINGLE_ECDH_USE)) { + if (!EC_KEY_generate_key(ecdh)) { + SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, + ERR_R_ECDH_LIB); + goto err; + } + } + + if (((group = EC_KEY_get0_group(ecdh)) == NULL) || + (EC_KEY_get0_public_key(ecdh) == NULL) || + (EC_KEY_get0_private_key(ecdh) == NULL)) { + SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, ERR_R_ECDH_LIB); + goto err; + } + + if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) && + (EC_GROUP_get_degree(group) > 163)) { + SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, + SSL_R_ECGROUP_TOO_LARGE_FOR_CIPHER); + goto err; + } + + /* + * XXX: For now, we only support ephemeral ECDH keys over named + * (not generic) curves. For supported named curves, curve_id is + * non-zero. + */ + if ((curve_id = + tls1_ec_nid2curve_id(EC_GROUP_get_curve_name(group))) + == 0) { + SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, + SSL_R_UNSUPPORTED_ELLIPTIC_CURVE); + goto err; + } + + /* + * Encode the public key. First check the size of encoding and + * allocate memory accordingly. + */ + encodedlen = EC_POINT_point2oct(group, + EC_KEY_get0_public_key(ecdh), + POINT_CONVERSION_UNCOMPRESSED, + NULL, 0, NULL); + + encodedPoint = (unsigned char *) + OPENSSL_malloc(encodedlen * sizeof(unsigned char)); + bn_ctx = BN_CTX_new(); + if ((encodedPoint == NULL) || (bn_ctx == NULL)) { + SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, + ERR_R_MALLOC_FAILURE); + goto err; + } + + encodedlen = EC_POINT_point2oct(group, + EC_KEY_get0_public_key(ecdh), + POINT_CONVERSION_UNCOMPRESSED, + encodedPoint, encodedlen, bn_ctx); + + if (encodedlen == 0) { + SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, ERR_R_ECDH_LIB); + goto err; + } + + BN_CTX_free(bn_ctx); + bn_ctx = NULL; + + /* + * XXX: For now, we only support named (not generic) curves in + * ECDH ephemeral key exchanges. In this situation, we need four + * additional bytes to encode the entire ServerECDHParams + * structure. + */ + n = 4 + encodedlen; + + /* + * We'll generate the serverKeyExchange message explicitly so we + * can set these to NULLs + */ + r[0] = NULL; + r[1] = NULL; + r[2] = NULL; + r[3] = NULL; + } else +#endif /* !OPENSSL_NO_ECDH */ #ifndef OPENSSL_NO_PSK - if (type & SSL_kPSK) - { - /* reserve size for record length and PSK identity hint*/ - n+=2+strlen(s->ctx->psk_identity_hint); - } - else -#endif /* !OPENSSL_NO_PSK */ + if (type & SSL_kPSK) { + /* + * reserve size for record length and PSK identity hint + */ + n += 2 + strlen(s->ctx->psk_identity_hint); + } else +#endif /* !OPENSSL_NO_PSK */ #ifndef OPENSSL_NO_SRP - if (type & SSL_kSRP) - { - if ((s->srp_ctx.N == NULL) || - (s->srp_ctx.g == NULL) || - (s->srp_ctx.s == NULL) || - (s->srp_ctx.B == NULL)) - { - SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,SSL_R_MISSING_SRP_PARAM); - goto err; - } - r[0]=s->srp_ctx.N; - r[1]=s->srp_ctx.g; - r[2]=s->srp_ctx.s; - r[3]=s->srp_ctx.B; - } - else + if (type & SSL_kSRP) { + if ((s->srp_ctx.N == NULL) || + (s->srp_ctx.g == NULL) || + (s->srp_ctx.s == NULL) || (s->srp_ctx.B == NULL)) { + SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, + SSL_R_MISSING_SRP_PARAM); + goto err; + } + r[0] = s->srp_ctx.N; + r[1] = s->srp_ctx.g; + r[2] = s->srp_ctx.s; + r[3] = s->srp_ctx.B; + } else #endif - { - al=SSL_AD_HANDSHAKE_FAILURE; - SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,SSL_R_UNKNOWN_KEY_EXCHANGE_TYPE); - goto f_err; - } - for (i=0; i < 4 && r[i] != NULL; i++) - { - nr[i]=BN_num_bytes(r[i]); + { + al = SSL_AD_HANDSHAKE_FAILURE; + SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, + SSL_R_UNKNOWN_KEY_EXCHANGE_TYPE); + goto f_err; + } + for (i = 0; i < 4 && r[i] != NULL; i++) { + nr[i] = BN_num_bytes(r[i]); #ifndef OPENSSL_NO_SRP - if ((i == 2) && (type & SSL_kSRP)) - n+=1+nr[i]; - else + if ((i == 2) && (type & SSL_kSRP)) + n += 1 + nr[i]; + else #endif - n+=2+nr[i]; - } - - if (!(s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL|SSL_aSRP)) - && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) - { - if ((pkey=ssl_get_sign_pkey(s,s->s3->tmp.new_cipher,&md)) - == NULL) - { - al=SSL_AD_DECODE_ERROR; - goto f_err; - } - kn=EVP_PKEY_size(pkey); - } - else - { - pkey=NULL; - kn=0; - } - - if (!BUF_MEM_grow_clean(buf,n+4+kn)) - { - SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_LIB_BUF); - goto err; - } - d=(unsigned char *)s->init_buf->data; - p= &(d[4]); - - for (i=0; i < 4 && r[i] != NULL; i++) - { + n += 2 + nr[i]; + } + + if (!(s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP)) + && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) { + if ((pkey = ssl_get_sign_pkey(s, s->s3->tmp.new_cipher, &md)) + == NULL) { + al = SSL_AD_DECODE_ERROR; + goto f_err; + } + kn = EVP_PKEY_size(pkey); + } else { + pkey = NULL; + kn = 0; + } + + if (!BUF_MEM_grow_clean(buf, n + SSL_HM_HEADER_LENGTH(s) + kn)) { + SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, ERR_LIB_BUF); + goto err; + } + d = p = ssl_handshake_start(s); + + for (i = 0; i < 4 && r[i] != NULL; i++) { #ifndef OPENSSL_NO_SRP - if ((i == 2) && (type & SSL_kSRP)) - { - *p = nr[i]; - p++; - } - else + if ((i == 2) && (type & SSL_kSRP)) { + *p = nr[i]; + p++; + } else #endif - s2n(nr[i],p); - BN_bn2bin(r[i],p); - p+=nr[i]; - } + s2n(nr[i], p); + BN_bn2bin(r[i], p); + p += nr[i]; + } #ifndef OPENSSL_NO_ECDH - if (type & SSL_kEECDH) - { - /* XXX: For now, we only support named (not generic) curves. - * In this situation, the serverKeyExchange message has: - * [1 byte CurveType], [2 byte CurveName] - * [1 byte length of encoded point], followed by - * the actual encoded point itself - */ - *p = NAMED_CURVE_TYPE; - p += 1; - *p = 0; - p += 1; - *p = curve_id; - p += 1; - *p = encodedlen; - p += 1; - memcpy((unsigned char*)p, - (unsigned char *)encodedPoint, - encodedlen); - OPENSSL_free(encodedPoint); - encodedPoint = NULL; - p += encodedlen; - } + if (type & SSL_kEECDH) { + /* + * XXX: For now, we only support named (not generic) curves. In + * this situation, the serverKeyExchange message has: [1 byte + * CurveType], [2 byte CurveName] [1 byte length of encoded + * point], followed by the actual encoded point itself + */ + *p = NAMED_CURVE_TYPE; + p += 1; + *p = 0; + p += 1; + *p = curve_id; + p += 1; + *p = encodedlen; + p += 1; + memcpy((unsigned char *)p, + (unsigned char *)encodedPoint, encodedlen); + OPENSSL_free(encodedPoint); + encodedPoint = NULL; + p += encodedlen; + } #endif #ifndef OPENSSL_NO_PSK - if (type & SSL_kPSK) - { - /* copy PSK identity hint */ - s2n(strlen(s->ctx->psk_identity_hint), p); - strncpy((char *)p, s->ctx->psk_identity_hint, strlen(s->ctx->psk_identity_hint)); - p+=strlen(s->ctx->psk_identity_hint); - } + if (type & SSL_kPSK) { + /* copy PSK identity hint */ + s2n(strlen(s->ctx->psk_identity_hint), p); + strncpy((char *)p, s->ctx->psk_identity_hint, + strlen(s->ctx->psk_identity_hint)); + p += strlen(s->ctx->psk_identity_hint); + } #endif - /* not anonymous */ - if (pkey != NULL) - { - /* n is the length of the params, they start at &(d[4]) - * and p points to the space at the end. */ + /* not anonymous */ + if (pkey != NULL) { + /* + * n is the length of the params, they start at &(d[4]) and p + * points to the space at the end. + */ #ifndef OPENSSL_NO_RSA - if (pkey->type == EVP_PKEY_RSA - && TLS1_get_version(s) < TLS1_2_VERSION) - { - q=md_buf; - j=0; - for (num=2; num > 0; num--) - { - EVP_MD_CTX_set_flags(&md_ctx, - EVP_MD_CTX_FLAG_NON_FIPS_ALLOW); - EVP_DigestInit_ex(&md_ctx,(num == 2) - ?s->ctx->md5:s->ctx->sha1, NULL); - EVP_DigestUpdate(&md_ctx,&(s->s3->client_random[0]),SSL3_RANDOM_SIZE); - EVP_DigestUpdate(&md_ctx,&(s->s3->server_random[0]),SSL3_RANDOM_SIZE); - EVP_DigestUpdate(&md_ctx,&(d[4]),n); - EVP_DigestFinal_ex(&md_ctx,q, - (unsigned int *)&i); - q+=i; - j+=i; - } - if (RSA_sign(NID_md5_sha1, md_buf, j, - &(p[2]), &u, pkey->pkey.rsa) <= 0) - { - SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_LIB_RSA); - goto err; - } - s2n(u,p); - n+=u+2; - } - else + if (pkey->type == EVP_PKEY_RSA && !SSL_USE_SIGALGS(s)) { + q = md_buf; + j = 0; + for (num = 2; num > 0; num--) { + EVP_MD_CTX_set_flags(&md_ctx, + EVP_MD_CTX_FLAG_NON_FIPS_ALLOW); + EVP_DigestInit_ex(&md_ctx, (num == 2) + ? s->ctx->md5 : s->ctx->sha1, NULL); + EVP_DigestUpdate(&md_ctx, &(s->s3->client_random[0]), + SSL3_RANDOM_SIZE); + EVP_DigestUpdate(&md_ctx, &(s->s3->server_random[0]), + SSL3_RANDOM_SIZE); + EVP_DigestUpdate(&md_ctx, d, n); + EVP_DigestFinal_ex(&md_ctx, q, (unsigned int *)&i); + q += i; + j += i; + } + if (RSA_sign(NID_md5_sha1, md_buf, j, + &(p[2]), &u, pkey->pkey.rsa) <= 0) { + SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, ERR_LIB_RSA); + goto err; + } + s2n(u, p); + n += u + 2; + } else #endif - if (md) - { - /* For TLS1.2 and later send signature - * algorithm */ - if (TLS1_get_version(s) >= TLS1_2_VERSION) - { - if (!tls12_get_sigandhash(p, pkey, md)) - { - /* Should never happen */ - al=SSL_AD_INTERNAL_ERROR; - SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_R_INTERNAL_ERROR); - goto f_err; - } - p+=2; - } + if (md) { + /* send signature algorithm */ + if (SSL_USE_SIGALGS(s)) { + if (!tls12_get_sigandhash(p, pkey, md)) { + /* Should never happen */ + al = SSL_AD_INTERNAL_ERROR; + SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, + ERR_R_INTERNAL_ERROR); + goto f_err; + } + p += 2; + } #ifdef SSL_DEBUG - fprintf(stderr, "Using hash %s\n", - EVP_MD_name(md)); + fprintf(stderr, "Using hash %s\n", EVP_MD_name(md)); #endif - EVP_SignInit_ex(&md_ctx, md, NULL); - EVP_SignUpdate(&md_ctx,&(s->s3->client_random[0]),SSL3_RANDOM_SIZE); - EVP_SignUpdate(&md_ctx,&(s->s3->server_random[0]),SSL3_RANDOM_SIZE); - EVP_SignUpdate(&md_ctx,&(d[4]),n); - if (!EVP_SignFinal(&md_ctx,&(p[2]), - (unsigned int *)&i,pkey)) - { - SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_LIB_EVP); - goto err; - } - s2n(i,p); - n+=i+2; - if (TLS1_get_version(s) >= TLS1_2_VERSION) - n+= 2; - } - else - { - /* Is this error check actually needed? */ - al=SSL_AD_HANDSHAKE_FAILURE; - SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,SSL_R_UNKNOWN_PKEY_TYPE); - goto f_err; - } - } - - *(d++)=SSL3_MT_SERVER_KEY_EXCHANGE; - l2n3(n,d); - - /* we should now have things packed up, so lets send - * it off */ - s->init_num=n+4; - s->init_off=0; - } - - s->state = SSL3_ST_SW_KEY_EXCH_B; - EVP_MD_CTX_cleanup(&md_ctx); - return(ssl3_do_write(s,SSL3_RT_HANDSHAKE)); -f_err: - ssl3_send_alert(s,SSL3_AL_FATAL,al); -err: + EVP_SignInit_ex(&md_ctx, md, NULL); + EVP_SignUpdate(&md_ctx, &(s->s3->client_random[0]), + SSL3_RANDOM_SIZE); + EVP_SignUpdate(&md_ctx, &(s->s3->server_random[0]), + SSL3_RANDOM_SIZE); + EVP_SignUpdate(&md_ctx, d, n); + if (!EVP_SignFinal(&md_ctx, &(p[2]), + (unsigned int *)&i, pkey)) { + SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, ERR_LIB_EVP); + goto err; + } + s2n(i, p); + n += i + 2; + if (SSL_USE_SIGALGS(s)) + n += 2; + } else { + /* Is this error check actually needed? */ + al = SSL_AD_HANDSHAKE_FAILURE; + SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, + SSL_R_UNKNOWN_PKEY_TYPE); + goto f_err; + } + } + + ssl_set_handshake_header(s, SSL3_MT_SERVER_KEY_EXCHANGE, n); + } + + s->state = SSL3_ST_SW_KEY_EXCH_B; + EVP_MD_CTX_cleanup(&md_ctx); + return ssl_do_write(s); + f_err: + ssl3_send_alert(s, SSL3_AL_FATAL, al); + err: #ifndef OPENSSL_NO_ECDH - if (encodedPoint != NULL) OPENSSL_free(encodedPoint); - BN_CTX_free(bn_ctx); + if (encodedPoint != NULL) + OPENSSL_free(encodedPoint); + BN_CTX_free(bn_ctx); #endif - EVP_MD_CTX_cleanup(&md_ctx); - return(-1); - } + EVP_MD_CTX_cleanup(&md_ctx); + return (-1); +} int ssl3_send_certificate_request(SSL *s) - { - unsigned char *p,*d; - int i,j,nl,off,n; - STACK_OF(X509_NAME) *sk=NULL; - X509_NAME *name; - BUF_MEM *buf; - - if (s->state == SSL3_ST_SW_CERT_REQ_A) - { - buf=s->init_buf; - - d=p=(unsigned char *)&(buf->data[4]); - - /* get the list of acceptable cert types */ - p++; - n=ssl3_get_req_cert_type(s,p); - d[0]=n; - p+=n; - n++; - - if (TLS1_get_version(s) >= TLS1_2_VERSION) - { - nl = tls12_get_req_sig_algs(s, p + 2); - s2n(nl, p); - p += nl + 2; - n += nl + 2; - } - - off=n; - p+=2; - n+=2; - - sk=SSL_get_client_CA_list(s); - nl=0; - if (sk != NULL) - { - for (i=0; idata[4+n]); - if (!(s->options & SSL_OP_NETSCAPE_CA_DN_BUG)) - { - s2n(j,p); - i2d_X509_NAME(name,&p); - n+=2+j; - nl+=2+j; - } - else - { - d=p; - i2d_X509_NAME(name,&p); - j-=2; s2n(j,d); j+=2; - n+=j; - nl+=j; - } - } - } - /* else no CA names */ - p=(unsigned char *)&(buf->data[4+off]); - s2n(nl,p); - - d=(unsigned char *)buf->data; - *(d++)=SSL3_MT_CERTIFICATE_REQUEST; - l2n3(n,d); - - /* we should now have things packed up, so lets send - * it off */ - - s->init_num=n+4; - s->init_off=0; +{ + unsigned char *p, *d; + int i, j, nl, off, n; + STACK_OF(X509_NAME) *sk = NULL; + X509_NAME *name; + BUF_MEM *buf; + + if (s->state == SSL3_ST_SW_CERT_REQ_A) { + buf = s->init_buf; + + d = p = ssl_handshake_start(s); + + /* get the list of acceptable cert types */ + p++; + n = ssl3_get_req_cert_type(s, p); + d[0] = n; + p += n; + n++; + + if (SSL_USE_SIGALGS(s)) { + const unsigned char *psigs; + nl = tls12_get_psigalgs(s, &psigs); + s2n(nl, p); + memcpy(p, psigs, nl); + p += nl; + n += nl + 2; + } + + off = n; + p += 2; + n += 2; + + sk = SSL_get_client_CA_list(s); + nl = 0; + if (sk != NULL) { + for (i = 0; i < sk_X509_NAME_num(sk); i++) { + name = sk_X509_NAME_value(sk, i); + j = i2d_X509_NAME(name, NULL); + if (!BUF_MEM_grow_clean + (buf, SSL_HM_HEADER_LENGTH(s) + n + j + 2)) { + SSLerr(SSL_F_SSL3_SEND_CERTIFICATE_REQUEST, + ERR_R_BUF_LIB); + goto err; + } + p = ssl_handshake_start(s) + n; + if (!(s->options & SSL_OP_NETSCAPE_CA_DN_BUG)) { + s2n(j, p); + i2d_X509_NAME(name, &p); + n += 2 + j; + nl += 2 + j; + } else { + d = p; + i2d_X509_NAME(name, &p); + j -= 2; + s2n(j, d); + j += 2; + n += j; + nl += j; + } + } + } + /* else no CA names */ + p = ssl_handshake_start(s) + off; + s2n(nl, p); + + ssl_set_handshake_header(s, SSL3_MT_CERTIFICATE_REQUEST, n); + #ifdef NETSCAPE_HANG_BUG - if (!BUF_MEM_grow_clean(buf, s->init_num + 4)) - { - SSLerr(SSL_F_SSL3_SEND_CERTIFICATE_REQUEST,ERR_R_BUF_LIB); - goto err; - } - p=(unsigned char *)s->init_buf->data + s->init_num; - - /* do the header */ - *(p++)=SSL3_MT_SERVER_DONE; - *(p++)=0; - *(p++)=0; - *(p++)=0; - s->init_num += 4; + if (!SSL_IS_DTLS(s)) { + if (!BUF_MEM_grow_clean(buf, s->init_num + 4)) { + SSLerr(SSL_F_SSL3_SEND_CERTIFICATE_REQUEST, ERR_R_BUF_LIB); + goto err; + } + p = (unsigned char *)s->init_buf->data + s->init_num; + /* do the header */ + *(p++) = SSL3_MT_SERVER_DONE; + *(p++) = 0; + *(p++) = 0; + *(p++) = 0; + s->init_num += 4; + } #endif - s->state = SSL3_ST_SW_CERT_REQ_B; - } + s->state = SSL3_ST_SW_CERT_REQ_B; + } - /* SSL3_ST_SW_CERT_REQ_B */ - return(ssl3_do_write(s,SSL3_RT_HANDSHAKE)); -err: - return(-1); - } + /* SSL3_ST_SW_CERT_REQ_B */ + return ssl_do_write(s); + err: + return (-1); +} int ssl3_get_client_key_exchange(SSL *s) - { - int i,al,ok; - long n; - unsigned long alg_k; - unsigned char *p; +{ + int i, al, ok; + long n; + unsigned long alg_k; + unsigned char *p; #ifndef OPENSSL_NO_RSA - RSA *rsa=NULL; - EVP_PKEY *pkey=NULL; + RSA *rsa = NULL; + EVP_PKEY *pkey = NULL; #endif #ifndef OPENSSL_NO_DH - BIGNUM *pub=NULL; - DH *dh_srvr; + BIGNUM *pub = NULL; + DH *dh_srvr, *dh_clnt = NULL; #endif #ifndef OPENSSL_NO_KRB5 - KSSL_ERR kssl_err; -#endif /* OPENSSL_NO_KRB5 */ + KSSL_ERR kssl_err; +#endif /* OPENSSL_NO_KRB5 */ #ifndef OPENSSL_NO_ECDH - EC_KEY *srvr_ecdh = NULL; - EVP_PKEY *clnt_pub_pkey = NULL; - EC_POINT *clnt_ecpoint = NULL; - BN_CTX *bn_ctx = NULL; + EC_KEY *srvr_ecdh = NULL; + EVP_PKEY *clnt_pub_pkey = NULL; + EC_POINT *clnt_ecpoint = NULL; + BN_CTX *bn_ctx = NULL; #endif - n=s->method->ssl_get_message(s, - SSL3_ST_SR_KEY_EXCH_A, - SSL3_ST_SR_KEY_EXCH_B, - SSL3_MT_CLIENT_KEY_EXCHANGE, - 2048, /* ??? */ - &ok); + n = s->method->ssl_get_message(s, + SSL3_ST_SR_KEY_EXCH_A, + SSL3_ST_SR_KEY_EXCH_B, + SSL3_MT_CLIENT_KEY_EXCHANGE, 2048, &ok); - if (!ok) return((int)n); - p=(unsigned char *)s->init_msg; + if (!ok) + return ((int)n); + p = (unsigned char *)s->init_msg; - alg_k=s->s3->tmp.new_cipher->algorithm_mkey; + alg_k = s->s3->tmp.new_cipher->algorithm_mkey; #ifndef OPENSSL_NO_RSA - if (alg_k & SSL_kRSA) - { - unsigned char rand_premaster_secret[SSL_MAX_MASTER_KEY_LENGTH]; - int decrypt_len; - unsigned char decrypt_good, version_good; - - /* FIX THIS UP EAY EAY EAY EAY */ - if (s->s3->tmp.use_rsa_tmp) - { - if ((s->cert != NULL) && (s->cert->rsa_tmp != NULL)) - rsa=s->cert->rsa_tmp; - /* Don't do a callback because rsa_tmp should - * be sent already */ - if (rsa == NULL) - { - al=SSL_AD_HANDSHAKE_FAILURE; - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_MISSING_TMP_RSA_PKEY); - goto f_err; - - } - } - else - { - pkey=s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey; - if ( (pkey == NULL) || - (pkey->type != EVP_PKEY_RSA) || - (pkey->pkey.rsa == NULL)) - { - al=SSL_AD_HANDSHAKE_FAILURE; - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_MISSING_RSA_CERTIFICATE); - goto f_err; - } - rsa=pkey->pkey.rsa; - } - - /* TLS and [incidentally] DTLS{0xFEFF} */ - if (s->version > SSL3_VERSION && s->version != DTLS1_BAD_VER) - { - n2s(p,i); - if (n != i+2) - { - if (!(s->options & SSL_OP_TLS_D5_BUG)) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_TLS_RSA_ENCRYPTED_VALUE_LENGTH_IS_WRONG); - goto err; - } - else - p-=2; - } - else - n=i; - } - - /* We must not leak whether a decryption failure occurs because - * of Bleichenbacher's attack on PKCS #1 v1.5 RSA padding (see - * RFC 2246, section 7.4.7.1). The code follows that advice of - * the TLS RFC and generates a random premaster secret for the - * case that the decrypt fails. See - * https://tools.ietf.org/html/rfc5246#section-7.4.7.1 */ - - /* should be RAND_bytes, but we cannot work around a failure. */ - if (RAND_pseudo_bytes(rand_premaster_secret, - sizeof(rand_premaster_secret)) <= 0) - goto err; - decrypt_len = RSA_private_decrypt((int)n,p,p,rsa,RSA_PKCS1_PADDING); - ERR_clear_error(); - - /* decrypt_len should be SSL_MAX_MASTER_KEY_LENGTH. - * decrypt_good will be 0xff if so and zero otherwise. */ - decrypt_good = constant_time_eq_int_8(decrypt_len, SSL_MAX_MASTER_KEY_LENGTH); - - /* If the version in the decrypted pre-master secret is correct - * then version_good will be 0xff, otherwise it'll be zero. - * The Klima-Pokorny-Rosa extension of Bleichenbacher's attack - * (http://eprint.iacr.org/2003/052/) exploits the version - * number check as a "bad version oracle". Thus version checks - * are done in constant time and are treated like any other - * decryption error. */ - version_good = constant_time_eq_8(p[0], (unsigned)(s->client_version>>8)); - version_good &= constant_time_eq_8(p[1], (unsigned)(s->client_version&0xff)); - - /* The premaster secret must contain the same version number as - * the ClientHello to detect version rollback attacks - * (strangely, the protocol does not offer such protection for - * DH ciphersuites). However, buggy clients exist that send the - * negotiated protocol version instead if the server does not - * support the requested protocol version. If - * SSL_OP_TLS_ROLLBACK_BUG is set, tolerate such clients. */ - if (s->options & SSL_OP_TLS_ROLLBACK_BUG) - { - unsigned char workaround_good; - workaround_good = constant_time_eq_8(p[0], (unsigned)(s->version>>8)); - workaround_good &= constant_time_eq_8(p[1], (unsigned)(s->version&0xff)); - version_good |= workaround_good; - } - - /* Both decryption and version must be good for decrypt_good - * to remain non-zero (0xff). */ - decrypt_good &= version_good; - - /* Now copy rand_premaster_secret over p using - * decrypt_good_mask. */ - for (i = 0; i < (int) sizeof(rand_premaster_secret); i++) - { - p[i] = constant_time_select_8(decrypt_good, p[i], - rand_premaster_secret[i]); - } - - s->session->master_key_length= - s->method->ssl3_enc->generate_master_secret(s, - s->session->master_key, - p,i); - OPENSSL_cleanse(p,i); - } - else + if (alg_k & SSL_kRSA) { + unsigned char rand_premaster_secret[SSL_MAX_MASTER_KEY_LENGTH]; + int decrypt_len; + unsigned char decrypt_good, version_good; + size_t j; + + /* FIX THIS UP EAY EAY EAY EAY */ + if (s->s3->tmp.use_rsa_tmp) { + if ((s->cert != NULL) && (s->cert->rsa_tmp != NULL)) + rsa = s->cert->rsa_tmp; + /* + * Don't do a callback because rsa_tmp should be sent already + */ + if (rsa == NULL) { + al = SSL_AD_HANDSHAKE_FAILURE; + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, + SSL_R_MISSING_TMP_RSA_PKEY); + goto f_err; + + } + } else { + pkey = s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey; + if ((pkey == NULL) || + (pkey->type != EVP_PKEY_RSA) || (pkey->pkey.rsa == NULL)) { + al = SSL_AD_HANDSHAKE_FAILURE; + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, + SSL_R_MISSING_RSA_CERTIFICATE); + goto f_err; + } + rsa = pkey->pkey.rsa; + } + + /* TLS and [incidentally] DTLS{0xFEFF} */ + if (s->version > SSL3_VERSION && s->version != DTLS1_BAD_VER) { + n2s(p, i); + if (n != i + 2) { + if (!(s->options & SSL_OP_TLS_D5_BUG)) { + al = SSL_AD_DECODE_ERROR; + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, + SSL_R_TLS_RSA_ENCRYPTED_VALUE_LENGTH_IS_WRONG); + goto f_err; + } else + p -= 2; + } else + n = i; + } + + /* + * Reject overly short RSA ciphertext because we want to be sure + * that the buffer size makes it safe to iterate over the entire + * size of a premaster secret (SSL_MAX_MASTER_KEY_LENGTH). The + * actual expected size is larger due to RSA padding, but the + * bound is sufficient to be safe. + */ + if (n < SSL_MAX_MASTER_KEY_LENGTH) { + al = SSL_AD_DECRYPT_ERROR; + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, + SSL_R_TLS_RSA_ENCRYPTED_VALUE_LENGTH_IS_WRONG); + goto f_err; + } + + /* + * We must not leak whether a decryption failure occurs because of + * Bleichenbacher's attack on PKCS #1 v1.5 RSA padding (see RFC 2246, + * section 7.4.7.1). The code follows that advice of the TLS RFC and + * generates a random premaster secret for the case that the decrypt + * fails. See https://tools.ietf.org/html/rfc5246#section-7.4.7.1 + */ + + /* + * should be RAND_bytes, but we cannot work around a failure. + */ + if (RAND_pseudo_bytes(rand_premaster_secret, + sizeof(rand_premaster_secret)) <= 0) + goto err; + decrypt_len = + RSA_private_decrypt((int)n, p, p, rsa, RSA_PKCS1_PADDING); + ERR_clear_error(); + + /* + * decrypt_len should be SSL_MAX_MASTER_KEY_LENGTH. decrypt_good will + * be 0xff if so and zero otherwise. + */ + decrypt_good = + constant_time_eq_int_8(decrypt_len, SSL_MAX_MASTER_KEY_LENGTH); + + /* + * If the version in the decrypted pre-master secret is correct then + * version_good will be 0xff, otherwise it'll be zero. The + * Klima-Pokorny-Rosa extension of Bleichenbacher's attack + * (http://eprint.iacr.org/2003/052/) exploits the version number + * check as a "bad version oracle". Thus version checks are done in + * constant time and are treated like any other decryption error. + */ + version_good = + constant_time_eq_8(p[0], (unsigned)(s->client_version >> 8)); + version_good &= + constant_time_eq_8(p[1], (unsigned)(s->client_version & 0xff)); + + /* + * The premaster secret must contain the same version number as the + * ClientHello to detect version rollback attacks (strangely, the + * protocol does not offer such protection for DH ciphersuites). + * However, buggy clients exist that send the negotiated protocol + * version instead if the server does not support the requested + * protocol version. If SSL_OP_TLS_ROLLBACK_BUG is set, tolerate such + * clients. + */ + if (s->options & SSL_OP_TLS_ROLLBACK_BUG) { + unsigned char workaround_good; + workaround_good = + constant_time_eq_8(p[0], (unsigned)(s->version >> 8)); + workaround_good &= + constant_time_eq_8(p[1], (unsigned)(s->version & 0xff)); + version_good |= workaround_good; + } + + /* + * Both decryption and version must be good for decrypt_good to + * remain non-zero (0xff). + */ + decrypt_good &= version_good; + + /* + * Now copy rand_premaster_secret over from p using + * decrypt_good_mask. If decryption failed, then p does not + * contain valid plaintext, however, a check above guarantees + * it is still sufficiently large to read from. + */ + for (j = 0; j < sizeof(rand_premaster_secret); j++) { + p[j] = constant_time_select_8(decrypt_good, p[j], + rand_premaster_secret[j]); + } + + s->session->master_key_length = + s->method->ssl3_enc->generate_master_secret(s, + s-> + session->master_key, + p, + sizeof + (rand_premaster_secret)); + OPENSSL_cleanse(p, sizeof(rand_premaster_secret)); + } else #endif #ifndef OPENSSL_NO_DH - if (alg_k & (SSL_kEDH|SSL_kDHr|SSL_kDHd)) - { - n2s(p,i); - if (n != i+2) - { - if (!(s->options & SSL_OP_SSLEAY_080_CLIENT_DH_BUG)) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_DH_PUBLIC_VALUE_LENGTH_IS_WRONG); - goto err; - } - else - { - p-=2; - i=(int)n; - } - } - - if (n == 0L) /* the parameters are in the cert */ - { - al=SSL_AD_HANDSHAKE_FAILURE; - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_UNABLE_TO_DECODE_DH_CERTS); - goto f_err; - } - else - { - if (s->s3->tmp.dh == NULL) - { - al=SSL_AD_HANDSHAKE_FAILURE; - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_MISSING_TMP_DH_KEY); - goto f_err; - } - else - dh_srvr=s->s3->tmp.dh; - } - - pub=BN_bin2bn(p,i,NULL); - if (pub == NULL) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_BN_LIB); - goto err; - } - - i=DH_compute_key(p,pub,dh_srvr); - - if (i <= 0) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,ERR_R_DH_LIB); - BN_clear_free(pub); - goto err; - } - - DH_free(s->s3->tmp.dh); - s->s3->tmp.dh=NULL; - - BN_clear_free(pub); - pub=NULL; - s->session->master_key_length= - s->method->ssl3_enc->generate_master_secret(s, - s->session->master_key,p,i); - OPENSSL_cleanse(p,i); - } - else + if (alg_k & (SSL_kEDH | SSL_kDHr | SSL_kDHd)) { + int idx = -1; + EVP_PKEY *skey = NULL; + if (n) + n2s(p, i); + else + i = 0; + if (n && n != i + 2) { + if (!(s->options & SSL_OP_SSLEAY_080_CLIENT_DH_BUG)) { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, + SSL_R_DH_PUBLIC_VALUE_LENGTH_IS_WRONG); + goto err; + } else { + p -= 2; + i = (int)n; + } + } + if (alg_k & SSL_kDHr) + idx = SSL_PKEY_DH_RSA; + else if (alg_k & SSL_kDHd) + idx = SSL_PKEY_DH_DSA; + if (idx >= 0) { + skey = s->cert->pkeys[idx].privatekey; + if ((skey == NULL) || + (skey->type != EVP_PKEY_DH) || (skey->pkey.dh == NULL)) { + al = SSL_AD_HANDSHAKE_FAILURE; + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, + SSL_R_MISSING_RSA_CERTIFICATE); + goto f_err; + } + dh_srvr = skey->pkey.dh; + } else if (s->s3->tmp.dh == NULL) { + al = SSL_AD_HANDSHAKE_FAILURE; + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, + SSL_R_MISSING_TMP_DH_KEY); + goto f_err; + } else + dh_srvr = s->s3->tmp.dh; + + if (n == 0L) { + /* Get pubkey from cert */ + EVP_PKEY *clkey = X509_get_pubkey(s->session->peer); + if (clkey) { + if (EVP_PKEY_cmp_parameters(clkey, skey) == 1) + dh_clnt = EVP_PKEY_get1_DH(clkey); + } + if (dh_clnt == NULL) { + al = SSL_AD_HANDSHAKE_FAILURE; + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, + SSL_R_MISSING_TMP_DH_KEY); + goto f_err; + } + EVP_PKEY_free(clkey); + pub = dh_clnt->pub_key; + } else + pub = BN_bin2bn(p, i, NULL); + if (pub == NULL) { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, SSL_R_BN_LIB); + goto err; + } + + i = DH_compute_key(p, pub, dh_srvr); + + if (i <= 0) { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, ERR_R_DH_LIB); + BN_clear_free(pub); + goto err; + } + + DH_free(s->s3->tmp.dh); + s->s3->tmp.dh = NULL; + if (dh_clnt) + DH_free(dh_clnt); + else + BN_clear_free(pub); + pub = NULL; + s->session->master_key_length = + s->method->ssl3_enc->generate_master_secret(s, + s-> + session->master_key, + p, i); + OPENSSL_cleanse(p, i); + if (dh_clnt) + return 2; + } else #endif #ifndef OPENSSL_NO_KRB5 - if (alg_k & SSL_kKRB5) - { - krb5_error_code krb5rc; - krb5_data enc_ticket; - krb5_data authenticator; - krb5_data enc_pms; - KSSL_CTX *kssl_ctx = s->kssl_ctx; - EVP_CIPHER_CTX ciph_ctx; - const EVP_CIPHER *enc = NULL; - unsigned char iv[EVP_MAX_IV_LENGTH]; - unsigned char pms[SSL_MAX_MASTER_KEY_LENGTH - + EVP_MAX_BLOCK_LENGTH]; - int padl, outl; - krb5_timestamp authtime = 0; - krb5_ticket_times ttimes; - - EVP_CIPHER_CTX_init(&ciph_ctx); - - if (!kssl_ctx) kssl_ctx = kssl_ctx_new(); - - n2s(p,i); - enc_ticket.length = i; - - if (n < (long)(enc_ticket.length + 6)) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, - SSL_R_DATA_LENGTH_TOO_LONG); - goto err; - } - - enc_ticket.data = (char *)p; - p+=enc_ticket.length; - - n2s(p,i); - authenticator.length = i; - - if (n < (long)(enc_ticket.length + authenticator.length + 6)) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, - SSL_R_DATA_LENGTH_TOO_LONG); - goto err; - } - - authenticator.data = (char *)p; - p+=authenticator.length; - - n2s(p,i); - enc_pms.length = i; - enc_pms.data = (char *)p; - p+=enc_pms.length; - - /* Note that the length is checked again below, - ** after decryption - */ - if(enc_pms.length > sizeof pms) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, - SSL_R_DATA_LENGTH_TOO_LONG); - goto err; - } - - if (n != (long)(enc_ticket.length + authenticator.length + - enc_pms.length + 6)) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, - SSL_R_DATA_LENGTH_TOO_LONG); - goto err; - } - - if ((krb5rc = kssl_sget_tkt(kssl_ctx, &enc_ticket, &ttimes, - &kssl_err)) != 0) - { -#ifdef KSSL_DEBUG - printf("kssl_sget_tkt rtn %d [%d]\n", - krb5rc, kssl_err.reason); - if (kssl_err.text) - printf("kssl_err text= %s\n", kssl_err.text); -#endif /* KSSL_DEBUG */ - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, - kssl_err.reason); - goto err; - } - - /* Note: no authenticator is not considered an error, - ** but will return authtime == 0. - */ - if ((krb5rc = kssl_check_authent(kssl_ctx, &authenticator, - &authtime, &kssl_err)) != 0) - { -#ifdef KSSL_DEBUG - printf("kssl_check_authent rtn %d [%d]\n", - krb5rc, kssl_err.reason); - if (kssl_err.text) - printf("kssl_err text= %s\n", kssl_err.text); -#endif /* KSSL_DEBUG */ - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, - kssl_err.reason); - goto err; - } - - if ((krb5rc = kssl_validate_times(authtime, &ttimes)) != 0) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, krb5rc); - goto err; - } - -#ifdef KSSL_DEBUG - kssl_ctx_show(kssl_ctx); -#endif /* KSSL_DEBUG */ - - enc = kssl_map_enc(kssl_ctx->enctype); - if (enc == NULL) - goto err; - - memset(iv, 0, sizeof iv); /* per RFC 1510 */ - - if (!EVP_DecryptInit_ex(&ciph_ctx,enc,NULL,kssl_ctx->key,iv)) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, - SSL_R_DECRYPTION_FAILED); - goto err; - } - if (!EVP_DecryptUpdate(&ciph_ctx, pms,&outl, - (unsigned char *)enc_pms.data, enc_pms.length)) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, - SSL_R_DECRYPTION_FAILED); - goto err; - } - if (outl > SSL_MAX_MASTER_KEY_LENGTH) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, - SSL_R_DATA_LENGTH_TOO_LONG); - goto err; - } - if (!EVP_DecryptFinal_ex(&ciph_ctx,&(pms[outl]),&padl)) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, - SSL_R_DECRYPTION_FAILED); - goto err; - } - outl += padl; - if (outl > SSL_MAX_MASTER_KEY_LENGTH) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, - SSL_R_DATA_LENGTH_TOO_LONG); - goto err; - } - if (!((pms[0] == (s->client_version>>8)) && (pms[1] == (s->client_version & 0xff)))) - { - /* The premaster secret must contain the same version number as the - * ClientHello to detect version rollback attacks (strangely, the - * protocol does not offer such protection for DH ciphersuites). - * However, buggy clients exist that send random bytes instead of - * the protocol version. - * If SSL_OP_TLS_ROLLBACK_BUG is set, tolerate such clients. - * (Perhaps we should have a separate BUG value for the Kerberos cipher) - */ - if (!(s->options & SSL_OP_TLS_ROLLBACK_BUG)) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, - SSL_AD_DECODE_ERROR); - goto err; - } - } - - EVP_CIPHER_CTX_cleanup(&ciph_ctx); - - s->session->master_key_length= - s->method->ssl3_enc->generate_master_secret(s, - s->session->master_key, pms, outl); - - if (kssl_ctx->client_princ) - { - size_t len = strlen(kssl_ctx->client_princ); - if ( len < SSL_MAX_KRB5_PRINCIPAL_LENGTH ) - { - s->session->krb5_client_princ_len = len; - memcpy(s->session->krb5_client_princ,kssl_ctx->client_princ,len); - } - } - - - /* Was doing kssl_ctx_free() here, - ** but it caused problems for apache. - ** kssl_ctx = kssl_ctx_free(kssl_ctx); - ** if (s->kssl_ctx) s->kssl_ctx = NULL; - */ - } - else -#endif /* OPENSSL_NO_KRB5 */ + if (alg_k & SSL_kKRB5) { + krb5_error_code krb5rc; + krb5_data enc_ticket; + krb5_data authenticator; + krb5_data enc_pms; + KSSL_CTX *kssl_ctx = s->kssl_ctx; + EVP_CIPHER_CTX ciph_ctx; + const EVP_CIPHER *enc = NULL; + unsigned char iv[EVP_MAX_IV_LENGTH]; + unsigned char pms[SSL_MAX_MASTER_KEY_LENGTH + EVP_MAX_BLOCK_LENGTH]; + int padl, outl; + krb5_timestamp authtime = 0; + krb5_ticket_times ttimes; + + EVP_CIPHER_CTX_init(&ciph_ctx); + + if (!kssl_ctx) + kssl_ctx = kssl_ctx_new(); + + n2s(p, i); + enc_ticket.length = i; + + if (n < (long)(enc_ticket.length + 6)) { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, + SSL_R_DATA_LENGTH_TOO_LONG); + goto err; + } + + enc_ticket.data = (char *)p; + p += enc_ticket.length; + + n2s(p, i); + authenticator.length = i; + + if (n < (long)(enc_ticket.length + authenticator.length + 6)) { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, + SSL_R_DATA_LENGTH_TOO_LONG); + goto err; + } + + authenticator.data = (char *)p; + p += authenticator.length; + + n2s(p, i); + enc_pms.length = i; + enc_pms.data = (char *)p; + p += enc_pms.length; + + /* + * Note that the length is checked again below, ** after decryption + */ + if (enc_pms.length > sizeof pms) { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, + SSL_R_DATA_LENGTH_TOO_LONG); + goto err; + } + + if (n != (long)(enc_ticket.length + authenticator.length + + enc_pms.length + 6)) { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, + SSL_R_DATA_LENGTH_TOO_LONG); + goto err; + } + + if ((krb5rc = kssl_sget_tkt(kssl_ctx, &enc_ticket, &ttimes, + &kssl_err)) != 0) { +# ifdef KSSL_DEBUG + fprintf(stderr, "kssl_sget_tkt rtn %d [%d]\n", + krb5rc, kssl_err.reason); + if (kssl_err.text) + fprintf(stderr, "kssl_err text= %s\n", kssl_err.text); +# endif /* KSSL_DEBUG */ + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, kssl_err.reason); + goto err; + } + + /* + * Note: no authenticator is not considered an error, ** but will + * return authtime == 0. + */ + if ((krb5rc = kssl_check_authent(kssl_ctx, &authenticator, + &authtime, &kssl_err)) != 0) { +# ifdef KSSL_DEBUG + fprintf(stderr, "kssl_check_authent rtn %d [%d]\n", + krb5rc, kssl_err.reason); + if (kssl_err.text) + fprintf(stderr, "kssl_err text= %s\n", kssl_err.text); +# endif /* KSSL_DEBUG */ + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, kssl_err.reason); + goto err; + } + + if ((krb5rc = kssl_validate_times(authtime, &ttimes)) != 0) { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, krb5rc); + goto err; + } +# ifdef KSSL_DEBUG + kssl_ctx_show(kssl_ctx); +# endif /* KSSL_DEBUG */ + + enc = kssl_map_enc(kssl_ctx->enctype); + if (enc == NULL) + goto err; + + memset(iv, 0, sizeof iv); /* per RFC 1510 */ + + if (!EVP_DecryptInit_ex(&ciph_ctx, enc, NULL, kssl_ctx->key, iv)) { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, + SSL_R_DECRYPTION_FAILED); + goto err; + } + if (!EVP_DecryptUpdate(&ciph_ctx, pms, &outl, + (unsigned char *)enc_pms.data, enc_pms.length)) + { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, + SSL_R_DECRYPTION_FAILED); + goto err; + } + if (outl > SSL_MAX_MASTER_KEY_LENGTH) { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, + SSL_R_DATA_LENGTH_TOO_LONG); + goto err; + } + if (!EVP_DecryptFinal_ex(&ciph_ctx, &(pms[outl]), &padl)) { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, + SSL_R_DECRYPTION_FAILED); + goto err; + } + outl += padl; + if (outl > SSL_MAX_MASTER_KEY_LENGTH) { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, + SSL_R_DATA_LENGTH_TOO_LONG); + goto err; + } + if (!((pms[0] == (s->client_version >> 8)) + && (pms[1] == (s->client_version & 0xff)))) { + /* + * The premaster secret must contain the same version number as + * the ClientHello to detect version rollback attacks (strangely, + * the protocol does not offer such protection for DH + * ciphersuites). However, buggy clients exist that send random + * bytes instead of the protocol version. If + * SSL_OP_TLS_ROLLBACK_BUG is set, tolerate such clients. + * (Perhaps we should have a separate BUG value for the Kerberos + * cipher) + */ + if (!(s->options & SSL_OP_TLS_ROLLBACK_BUG)) { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, + SSL_AD_DECODE_ERROR); + goto err; + } + } + + EVP_CIPHER_CTX_cleanup(&ciph_ctx); + + s->session->master_key_length = + s->method->ssl3_enc->generate_master_secret(s, + s-> + session->master_key, + pms, outl); + + if (kssl_ctx->client_princ) { + size_t len = strlen(kssl_ctx->client_princ); + if (len < SSL_MAX_KRB5_PRINCIPAL_LENGTH) { + s->session->krb5_client_princ_len = len; + memcpy(s->session->krb5_client_princ, kssl_ctx->client_princ, + len); + } + } + + /*- Was doing kssl_ctx_free() here, + * but it caused problems for apache. + * kssl_ctx = kssl_ctx_free(kssl_ctx); + * if (s->kssl_ctx) s->kssl_ctx = NULL; + */ + } else +#endif /* OPENSSL_NO_KRB5 */ #ifndef OPENSSL_NO_ECDH - if (alg_k & (SSL_kEECDH|SSL_kECDHr|SSL_kECDHe)) - { - int ret = 1; - int field_size = 0; - const EC_KEY *tkey; - const EC_GROUP *group; - const BIGNUM *priv_key; - - /* initialize structures for server's ECDH key pair */ - if ((srvr_ecdh = EC_KEY_new()) == NULL) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, - ERR_R_MALLOC_FAILURE); - goto err; - } - - /* Let's get server private key and group information */ - if (alg_k & (SSL_kECDHr|SSL_kECDHe)) - { - /* use the certificate */ - tkey = s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec; - } - else - { - /* use the ephermeral values we saved when - * generating the ServerKeyExchange msg. - */ - tkey = s->s3->tmp.ecdh; - } - - group = EC_KEY_get0_group(tkey); - priv_key = EC_KEY_get0_private_key(tkey); - - if (!EC_KEY_set_group(srvr_ecdh, group) || - !EC_KEY_set_private_key(srvr_ecdh, priv_key)) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, - ERR_R_EC_LIB); - goto err; - } - - /* Let's get client's public key */ - if ((clnt_ecpoint = EC_POINT_new(group)) == NULL) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, - ERR_R_MALLOC_FAILURE); - goto err; - } - - if (n == 0L) - { - /* Client Publickey was in Client Certificate */ - - if (alg_k & SSL_kEECDH) - { - al=SSL_AD_HANDSHAKE_FAILURE; - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_MISSING_TMP_ECDH_KEY); - goto f_err; - } - if (((clnt_pub_pkey=X509_get_pubkey(s->session->peer)) - == NULL) || - (clnt_pub_pkey->type != EVP_PKEY_EC)) - { - /* XXX: For now, we do not support client - * authentication using ECDH certificates - * so this branch (n == 0L) of the code is - * never executed. When that support is - * added, we ought to ensure the key - * received in the certificate is - * authorized for key agreement. - * ECDH_compute_key implicitly checks that - * the two ECDH shares are for the same - * group. - */ - al=SSL_AD_HANDSHAKE_FAILURE; - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, - SSL_R_UNABLE_TO_DECODE_ECDH_CERTS); - goto f_err; - } - - if (EC_POINT_copy(clnt_ecpoint, - EC_KEY_get0_public_key(clnt_pub_pkey->pkey.ec)) == 0) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, - ERR_R_EC_LIB); - goto err; - } - ret = 2; /* Skip certificate verify processing */ - } - else - { - /* Get client's public key from encoded point - * in the ClientKeyExchange message. - */ - if ((bn_ctx = BN_CTX_new()) == NULL) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, - ERR_R_MALLOC_FAILURE); - goto err; - } - - /* Get encoded point length */ - i = *p; - p += 1; - if (n != 1 + i) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, - ERR_R_EC_LIB); - goto err; - } - if (EC_POINT_oct2point(group, - clnt_ecpoint, p, i, bn_ctx) == 0) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, - ERR_R_EC_LIB); - goto err; - } - /* p is pointing to somewhere in the buffer - * currently, so set it to the start - */ - p=(unsigned char *)s->init_buf->data; - } - - /* Compute the shared pre-master secret */ - field_size = EC_GROUP_get_degree(group); - if (field_size <= 0) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, - ERR_R_ECDH_LIB); - goto err; - } - i = ECDH_compute_key(p, (field_size+7)/8, clnt_ecpoint, srvr_ecdh, NULL); - if (i <= 0) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, - ERR_R_ECDH_LIB); - goto err; - } - - EVP_PKEY_free(clnt_pub_pkey); - EC_POINT_free(clnt_ecpoint); - EC_KEY_free(srvr_ecdh); - BN_CTX_free(bn_ctx); - EC_KEY_free(s->s3->tmp.ecdh); - s->s3->tmp.ecdh = NULL; - - /* Compute the master secret */ - s->session->master_key_length = s->method->ssl3_enc-> \ - generate_master_secret(s, s->session->master_key, p, i); - - OPENSSL_cleanse(p, i); - return (ret); - } - else + if (alg_k & (SSL_kEECDH | SSL_kECDHr | SSL_kECDHe)) { + int ret = 1; + int field_size = 0; + const EC_KEY *tkey; + const EC_GROUP *group; + const BIGNUM *priv_key; + + /* initialize structures for server's ECDH key pair */ + if ((srvr_ecdh = EC_KEY_new()) == NULL) { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, ERR_R_MALLOC_FAILURE); + goto err; + } + + /* Let's get server private key and group information */ + if (alg_k & (SSL_kECDHr | SSL_kECDHe)) { + /* use the certificate */ + tkey = s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec; + } else { + /* + * use the ephermeral values we saved when generating the + * ServerKeyExchange msg. + */ + tkey = s->s3->tmp.ecdh; + } + + group = EC_KEY_get0_group(tkey); + priv_key = EC_KEY_get0_private_key(tkey); + + if (!EC_KEY_set_group(srvr_ecdh, group) || + !EC_KEY_set_private_key(srvr_ecdh, priv_key)) { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, ERR_R_EC_LIB); + goto err; + } + + /* Let's get client's public key */ + if ((clnt_ecpoint = EC_POINT_new(group)) == NULL) { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, ERR_R_MALLOC_FAILURE); + goto err; + } + + if (n == 0L) { + /* Client Publickey was in Client Certificate */ + + if (alg_k & SSL_kEECDH) { + al = SSL_AD_HANDSHAKE_FAILURE; + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, + SSL_R_MISSING_TMP_ECDH_KEY); + goto f_err; + } + if (((clnt_pub_pkey = X509_get_pubkey(s->session->peer)) + == NULL) || (clnt_pub_pkey->type != EVP_PKEY_EC)) { + /* + * XXX: For now, we do not support client authentication + * using ECDH certificates so this branch (n == 0L) of the + * code is never executed. When that support is added, we + * ought to ensure the key received in the certificate is + * authorized for key agreement. ECDH_compute_key implicitly + * checks that the two ECDH shares are for the same group. + */ + al = SSL_AD_HANDSHAKE_FAILURE; + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, + SSL_R_UNABLE_TO_DECODE_ECDH_CERTS); + goto f_err; + } + + if (EC_POINT_copy(clnt_ecpoint, + EC_KEY_get0_public_key(clnt_pub_pkey-> + pkey.ec)) == 0) { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, ERR_R_EC_LIB); + goto err; + } + ret = 2; /* Skip certificate verify processing */ + } else { + /* + * Get client's public key from encoded point in the + * ClientKeyExchange message. + */ + if ((bn_ctx = BN_CTX_new()) == NULL) { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, + ERR_R_MALLOC_FAILURE); + goto err; + } + + /* Get encoded point length */ + i = *p; + p += 1; + if (n != 1 + i) { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, ERR_R_EC_LIB); + goto err; + } + if (EC_POINT_oct2point(group, clnt_ecpoint, p, i, bn_ctx) == 0) { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, ERR_R_EC_LIB); + goto err; + } + /* + * p is pointing to somewhere in the buffer currently, so set it + * to the start + */ + p = (unsigned char *)s->init_buf->data; + } + + /* Compute the shared pre-master secret */ + field_size = EC_GROUP_get_degree(group); + if (field_size <= 0) { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, ERR_R_ECDH_LIB); + goto err; + } + i = ECDH_compute_key(p, (field_size + 7) / 8, clnt_ecpoint, srvr_ecdh, + NULL); + if (i <= 0) { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, ERR_R_ECDH_LIB); + goto err; + } + + EVP_PKEY_free(clnt_pub_pkey); + EC_POINT_free(clnt_ecpoint); + EC_KEY_free(srvr_ecdh); + BN_CTX_free(bn_ctx); + EC_KEY_free(s->s3->tmp.ecdh); + s->s3->tmp.ecdh = NULL; + + /* Compute the master secret */ + s->session->master_key_length = + s->method->ssl3_enc->generate_master_secret(s, + s-> + session->master_key, + p, i); + + OPENSSL_cleanse(p, i); + return (ret); + } else #endif #ifndef OPENSSL_NO_PSK - if (alg_k & SSL_kPSK) - { - unsigned char *t = NULL; - unsigned char psk_or_pre_ms[PSK_MAX_PSK_LEN*2+4]; - unsigned int pre_ms_len = 0, psk_len = 0; - int psk_err = 1; - char tmp_id[PSK_MAX_IDENTITY_LEN+1]; - - al=SSL_AD_HANDSHAKE_FAILURE; - - n2s(p,i); - if (n != i+2) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, - SSL_R_LENGTH_MISMATCH); - goto psk_err; - } - if (i > PSK_MAX_IDENTITY_LEN) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, - SSL_R_DATA_LENGTH_TOO_LONG); - goto psk_err; - } - if (s->psk_server_callback == NULL) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, - SSL_R_PSK_NO_SERVER_CB); - goto psk_err; - } - - /* Create guaranteed NULL-terminated identity - * string for the callback */ - memcpy(tmp_id, p, i); - memset(tmp_id+i, 0, PSK_MAX_IDENTITY_LEN+1-i); - psk_len = s->psk_server_callback(s, tmp_id, - psk_or_pre_ms, sizeof(psk_or_pre_ms)); - OPENSSL_cleanse(tmp_id, PSK_MAX_IDENTITY_LEN+1); - - if (psk_len > PSK_MAX_PSK_LEN) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, - ERR_R_INTERNAL_ERROR); - goto psk_err; - } - else if (psk_len == 0) - { - /* PSK related to the given identity not found */ - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, - SSL_R_PSK_IDENTITY_NOT_FOUND); - al=SSL_AD_UNKNOWN_PSK_IDENTITY; - goto psk_err; - } - - /* create PSK pre_master_secret */ - pre_ms_len=2+psk_len+2+psk_len; - t = psk_or_pre_ms; - memmove(psk_or_pre_ms+psk_len+4, psk_or_pre_ms, psk_len); - s2n(psk_len, t); - memset(t, 0, psk_len); - t+=psk_len; - s2n(psk_len, t); - - if (s->session->psk_identity != NULL) - OPENSSL_free(s->session->psk_identity); - s->session->psk_identity = BUF_strdup((char *)p); - if (s->session->psk_identity == NULL) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, - ERR_R_MALLOC_FAILURE); - goto psk_err; - } - - if (s->session->psk_identity_hint != NULL) - OPENSSL_free(s->session->psk_identity_hint); - s->session->psk_identity_hint = BUF_strdup(s->ctx->psk_identity_hint); - if (s->ctx->psk_identity_hint != NULL && - s->session->psk_identity_hint == NULL) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, - ERR_R_MALLOC_FAILURE); - goto psk_err; - } - - s->session->master_key_length= - s->method->ssl3_enc->generate_master_secret(s, - s->session->master_key, psk_or_pre_ms, pre_ms_len); - psk_err = 0; - psk_err: - OPENSSL_cleanse(psk_or_pre_ms, sizeof(psk_or_pre_ms)); - if (psk_err != 0) - goto f_err; - } - else + if (alg_k & SSL_kPSK) { + unsigned char *t = NULL; + unsigned char psk_or_pre_ms[PSK_MAX_PSK_LEN * 2 + 4]; + unsigned int pre_ms_len = 0, psk_len = 0; + int psk_err = 1; + char tmp_id[PSK_MAX_IDENTITY_LEN + 1]; + + al = SSL_AD_HANDSHAKE_FAILURE; + + n2s(p, i); + if (n != i + 2) { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, SSL_R_LENGTH_MISMATCH); + goto psk_err; + } + if (i > PSK_MAX_IDENTITY_LEN) { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, + SSL_R_DATA_LENGTH_TOO_LONG); + goto psk_err; + } + if (s->psk_server_callback == NULL) { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, + SSL_R_PSK_NO_SERVER_CB); + goto psk_err; + } + + /* + * Create guaranteed NULL-terminated identity string for the callback + */ + memcpy(tmp_id, p, i); + memset(tmp_id + i, 0, PSK_MAX_IDENTITY_LEN + 1 - i); + psk_len = s->psk_server_callback(s, tmp_id, + psk_or_pre_ms, + sizeof(psk_or_pre_ms)); + OPENSSL_cleanse(tmp_id, PSK_MAX_IDENTITY_LEN + 1); + + if (psk_len > PSK_MAX_PSK_LEN) { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, ERR_R_INTERNAL_ERROR); + goto psk_err; + } else if (psk_len == 0) { + /* + * PSK related to the given identity not found + */ + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, + SSL_R_PSK_IDENTITY_NOT_FOUND); + al = SSL_AD_UNKNOWN_PSK_IDENTITY; + goto psk_err; + } + + /* create PSK pre_master_secret */ + pre_ms_len = 2 + psk_len + 2 + psk_len; + t = psk_or_pre_ms; + memmove(psk_or_pre_ms + psk_len + 4, psk_or_pre_ms, psk_len); + s2n(psk_len, t); + memset(t, 0, psk_len); + t += psk_len; + s2n(psk_len, t); + + if (s->session->psk_identity != NULL) + OPENSSL_free(s->session->psk_identity); + s->session->psk_identity = BUF_strdup((char *)p); + if (s->session->psk_identity == NULL) { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, ERR_R_MALLOC_FAILURE); + goto psk_err; + } + + if (s->session->psk_identity_hint != NULL) + OPENSSL_free(s->session->psk_identity_hint); + s->session->psk_identity_hint = BUF_strdup(s->ctx->psk_identity_hint); + if (s->ctx->psk_identity_hint != NULL && + s->session->psk_identity_hint == NULL) { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, ERR_R_MALLOC_FAILURE); + goto psk_err; + } + + s->session->master_key_length = + s->method->ssl3_enc->generate_master_secret(s, + s-> + session->master_key, + psk_or_pre_ms, + pre_ms_len); + psk_err = 0; + psk_err: + OPENSSL_cleanse(psk_or_pre_ms, sizeof(psk_or_pre_ms)); + if (psk_err != 0) + goto f_err; + } else #endif #ifndef OPENSSL_NO_SRP - if (alg_k & SSL_kSRP) - { - int param_len; - - n2s(p,i); - param_len=i+2; - if (param_len > n) - { - al=SSL_AD_DECODE_ERROR; - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_BAD_SRP_A_LENGTH); - goto f_err; - } - if (!(s->srp_ctx.A=BN_bin2bn(p,i,NULL))) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,ERR_R_BN_LIB); - goto err; - } - if (BN_ucmp(s->srp_ctx.A, s->srp_ctx.N) >= 0 - || BN_is_zero(s->srp_ctx.A)) - { - al=SSL_AD_ILLEGAL_PARAMETER; - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_BAD_SRP_PARAMETERS); - goto f_err; - } - if (s->session->srp_username != NULL) - OPENSSL_free(s->session->srp_username); - s->session->srp_username = BUF_strdup(s->srp_ctx.login); - if (s->session->srp_username == NULL) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, - ERR_R_MALLOC_FAILURE); - goto err; - } - - if ((s->session->master_key_length = SRP_generate_server_master_secret(s,s->session->master_key))<0) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,ERR_R_INTERNAL_ERROR); - goto err; - } - - p+=i; - } - else -#endif /* OPENSSL_NO_SRP */ - if (alg_k & SSL_kGOST) - { - int ret = 0; - EVP_PKEY_CTX *pkey_ctx; - EVP_PKEY *client_pub_pkey = NULL, *pk = NULL; - unsigned char premaster_secret[32], *start; - size_t outlen=32, inlen; - unsigned long alg_a; - int Ttag, Tclass; - long Tlen; - - /* Get our certificate private key*/ - alg_a = s->s3->tmp.new_cipher->algorithm_auth; - if (alg_a & SSL_aGOST94) - pk = s->cert->pkeys[SSL_PKEY_GOST94].privatekey; - else if (alg_a & SSL_aGOST01) - pk = s->cert->pkeys[SSL_PKEY_GOST01].privatekey; - - pkey_ctx = EVP_PKEY_CTX_new(pk,NULL); - EVP_PKEY_decrypt_init(pkey_ctx); - /* If client certificate is present and is of the same type, maybe - * use it for key exchange. Don't mind errors from - * EVP_PKEY_derive_set_peer, because it is completely valid to use - * a client certificate for authorization only. */ - client_pub_pkey = X509_get_pubkey(s->session->peer); - if (client_pub_pkey) - { - if (EVP_PKEY_derive_set_peer(pkey_ctx, client_pub_pkey) <= 0) - ERR_clear_error(); - } - /* Decrypt session key */ - if (ASN1_get_object((const unsigned char **)&p, &Tlen, &Ttag, &Tclass, n) != V_ASN1_CONSTRUCTED || - Ttag != V_ASN1_SEQUENCE || - Tclass != V_ASN1_UNIVERSAL) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_DECRYPTION_FAILED); - goto gerr; - } - start = p; - inlen = Tlen; - if (EVP_PKEY_decrypt(pkey_ctx,premaster_secret,&outlen,start,inlen) <=0) - - { - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_DECRYPTION_FAILED); - goto gerr; - } - /* Generate master secret */ - s->session->master_key_length= - s->method->ssl3_enc->generate_master_secret(s, - s->session->master_key,premaster_secret,32); - /* Check if pubkey from client certificate was used */ - if (EVP_PKEY_CTX_ctrl(pkey_ctx, -1, -1, EVP_PKEY_CTRL_PEER_KEY, 2, NULL) > 0) - ret = 2; - else - ret = 1; - gerr: - EVP_PKEY_free(client_pub_pkey); - EVP_PKEY_CTX_free(pkey_ctx); - if (ret) - return ret; - else - goto err; - } - else - { - al=SSL_AD_HANDSHAKE_FAILURE; - SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, - SSL_R_UNKNOWN_CIPHER_TYPE); - goto f_err; - } - - return(1); -f_err: - ssl3_send_alert(s,SSL3_AL_FATAL,al); + if (alg_k & SSL_kSRP) { + int param_len; + + n2s(p, i); + param_len = i + 2; + if (param_len > n) { + al = SSL_AD_DECODE_ERROR; + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, + SSL_R_BAD_SRP_A_LENGTH); + goto f_err; + } + if (!(s->srp_ctx.A = BN_bin2bn(p, i, NULL))) { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, ERR_R_BN_LIB); + goto err; + } + if (BN_ucmp(s->srp_ctx.A, s->srp_ctx.N) >= 0 + || BN_is_zero(s->srp_ctx.A)) { + al = SSL_AD_ILLEGAL_PARAMETER; + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, + SSL_R_BAD_SRP_PARAMETERS); + goto f_err; + } + if (s->session->srp_username != NULL) + OPENSSL_free(s->session->srp_username); + s->session->srp_username = BUF_strdup(s->srp_ctx.login); + if (s->session->srp_username == NULL) { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, ERR_R_MALLOC_FAILURE); + goto err; + } + + if ((s->session->master_key_length = + SRP_generate_server_master_secret(s, + s->session->master_key)) < 0) { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, ERR_R_INTERNAL_ERROR); + goto err; + } + + p += i; + } else +#endif /* OPENSSL_NO_SRP */ + if (alg_k & SSL_kGOST) { + int ret = 0; + EVP_PKEY_CTX *pkey_ctx; + EVP_PKEY *client_pub_pkey = NULL, *pk = NULL; + unsigned char premaster_secret[32], *start; + size_t outlen = 32, inlen; + unsigned long alg_a; + int Ttag, Tclass; + long Tlen; + + /* Get our certificate private key */ + alg_a = s->s3->tmp.new_cipher->algorithm_auth; + if (alg_a & SSL_aGOST94) + pk = s->cert->pkeys[SSL_PKEY_GOST94].privatekey; + else if (alg_a & SSL_aGOST01) + pk = s->cert->pkeys[SSL_PKEY_GOST01].privatekey; + + pkey_ctx = EVP_PKEY_CTX_new(pk, NULL); + EVP_PKEY_decrypt_init(pkey_ctx); + /* + * If client certificate is present and is of the same type, maybe + * use it for key exchange. Don't mind errors from + * EVP_PKEY_derive_set_peer, because it is completely valid to use a + * client certificate for authorization only. + */ + client_pub_pkey = X509_get_pubkey(s->session->peer); + if (client_pub_pkey) { + if (EVP_PKEY_derive_set_peer(pkey_ctx, client_pub_pkey) <= 0) + ERR_clear_error(); + } + /* Decrypt session key */ + if (ASN1_get_object + ((const unsigned char **)&p, &Tlen, &Ttag, &Tclass, + n) != V_ASN1_CONSTRUCTED || Ttag != V_ASN1_SEQUENCE + || Tclass != V_ASN1_UNIVERSAL) { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, + SSL_R_DECRYPTION_FAILED); + goto gerr; + } + start = p; + inlen = Tlen; + if (EVP_PKEY_decrypt + (pkey_ctx, premaster_secret, &outlen, start, inlen) <= 0) { + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, + SSL_R_DECRYPTION_FAILED); + goto gerr; + } + /* Generate master secret */ + s->session->master_key_length = + s->method->ssl3_enc->generate_master_secret(s, + s-> + session->master_key, + premaster_secret, 32); + /* Check if pubkey from client certificate was used */ + if (EVP_PKEY_CTX_ctrl + (pkey_ctx, -1, -1, EVP_PKEY_CTRL_PEER_KEY, 2, NULL) > 0) + ret = 2; + else + ret = 1; + gerr: + EVP_PKEY_free(client_pub_pkey); + EVP_PKEY_CTX_free(pkey_ctx); + if (ret) + return ret; + else + goto err; + } else { + al = SSL_AD_HANDSHAKE_FAILURE; + SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE, SSL_R_UNKNOWN_CIPHER_TYPE); + goto f_err; + } + + return (1); + f_err: + ssl3_send_alert(s, SSL3_AL_FATAL, al); #if !defined(OPENSSL_NO_DH) || !defined(OPENSSL_NO_RSA) || !defined(OPENSSL_NO_ECDH) || defined(OPENSSL_NO_SRP) -err: + err: #endif #ifndef OPENSSL_NO_ECDH - EVP_PKEY_free(clnt_pub_pkey); - EC_POINT_free(clnt_ecpoint); - if (srvr_ecdh != NULL) - EC_KEY_free(srvr_ecdh); - BN_CTX_free(bn_ctx); + EVP_PKEY_free(clnt_pub_pkey); + EC_POINT_free(clnt_ecpoint); + if (srvr_ecdh != NULL) + EC_KEY_free(srvr_ecdh); + BN_CTX_free(bn_ctx); #endif - return(-1); - } + return (-1); +} int ssl3_get_cert_verify(SSL *s) - { - EVP_PKEY *pkey=NULL; - unsigned char *p; - int al,ok,ret=0; - long n; - int type=0,i,j; - X509 *peer; - const EVP_MD *md = NULL; - EVP_MD_CTX mctx; - EVP_MD_CTX_init(&mctx); - - n=s->method->ssl_get_message(s, - SSL3_ST_SR_CERT_VRFY_A, - SSL3_ST_SR_CERT_VRFY_B, - -1, - SSL3_RT_MAX_PLAIN_LENGTH, - &ok); - - if (!ok) return((int)n); - - if (s->session->peer != NULL) - { - peer=s->session->peer; - pkey=X509_get_pubkey(peer); - type=X509_certificate_type(peer,pkey); - } - else - { - peer=NULL; - pkey=NULL; - } - - if (s->s3->tmp.message_type != SSL3_MT_CERTIFICATE_VERIFY) - { - s->s3->tmp.reuse_message=1; - if ((peer != NULL) && (type & EVP_PKT_SIGN)) - { - al=SSL_AD_UNEXPECTED_MESSAGE; - SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_MISSING_VERIFY_MESSAGE); - goto f_err; - } - ret=1; - goto end; - } - - if (peer == NULL) - { - SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_NO_CLIENT_CERT_RECEIVED); - al=SSL_AD_UNEXPECTED_MESSAGE; - goto f_err; - } - - if (!(type & EVP_PKT_SIGN)) - { - SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_SIGNATURE_FOR_NON_SIGNING_CERTIFICATE); - al=SSL_AD_ILLEGAL_PARAMETER; - goto f_err; - } - - if (s->s3->change_cipher_spec) - { - SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_CCS_RECEIVED_EARLY); - al=SSL_AD_UNEXPECTED_MESSAGE; - goto f_err; - } - - /* we now have a signature that we need to verify */ - p=(unsigned char *)s->init_msg; - /* Check for broken implementations of GOST ciphersuites */ - /* If key is GOST and n is exactly 64, it is bare - * signature without length field */ - if (n==64 && (pkey->type==NID_id_GostR3410_94 || - pkey->type == NID_id_GostR3410_2001) ) - { - i=64; - } - else - { - if (TLS1_get_version(s) >= TLS1_2_VERSION) - { - int sigalg = tls12_get_sigid(pkey); - /* Should never happen */ - if (sigalg == -1) - { - SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,ERR_R_INTERNAL_ERROR); - al=SSL_AD_INTERNAL_ERROR; - goto f_err; - } - /* Check key type is consistent with signature */ - if (sigalg != (int)p[1]) - { - SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_WRONG_SIGNATURE_TYPE); - al=SSL_AD_DECODE_ERROR; - goto f_err; - } - md = tls12_get_hash(p[0]); - if (md == NULL) - { - SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_UNKNOWN_DIGEST); - al=SSL_AD_DECODE_ERROR; - goto f_err; - } +{ + EVP_PKEY *pkey = NULL; + unsigned char *p; + int al, ok, ret = 0; + long n; + int type = 0, i, j; + X509 *peer; + const EVP_MD *md = NULL; + EVP_MD_CTX mctx; + EVP_MD_CTX_init(&mctx); + + n = s->method->ssl_get_message(s, + SSL3_ST_SR_CERT_VRFY_A, + SSL3_ST_SR_CERT_VRFY_B, + -1, SSL3_RT_MAX_PLAIN_LENGTH, &ok); + + if (!ok) + return ((int)n); + + if (s->session->peer != NULL) { + peer = s->session->peer; + pkey = X509_get_pubkey(peer); + type = X509_certificate_type(peer, pkey); + } else { + peer = NULL; + pkey = NULL; + } + + if (s->s3->tmp.message_type != SSL3_MT_CERTIFICATE_VERIFY) { + s->s3->tmp.reuse_message = 1; + if (peer != NULL) { + al = SSL_AD_UNEXPECTED_MESSAGE; + SSLerr(SSL_F_SSL3_GET_CERT_VERIFY, SSL_R_MISSING_VERIFY_MESSAGE); + goto f_err; + } + ret = 1; + goto end; + } + + if (peer == NULL) { + SSLerr(SSL_F_SSL3_GET_CERT_VERIFY, SSL_R_NO_CLIENT_CERT_RECEIVED); + al = SSL_AD_UNEXPECTED_MESSAGE; + goto f_err; + } + + if (!(type & EVP_PKT_SIGN)) { + SSLerr(SSL_F_SSL3_GET_CERT_VERIFY, + SSL_R_SIGNATURE_FOR_NON_SIGNING_CERTIFICATE); + al = SSL_AD_ILLEGAL_PARAMETER; + goto f_err; + } + + if (s->s3->change_cipher_spec) { + SSLerr(SSL_F_SSL3_GET_CERT_VERIFY, SSL_R_CCS_RECEIVED_EARLY); + al = SSL_AD_UNEXPECTED_MESSAGE; + goto f_err; + } + + /* we now have a signature that we need to verify */ + p = (unsigned char *)s->init_msg; + /* Check for broken implementations of GOST ciphersuites */ + /* + * If key is GOST and n is exactly 64, it is bare signature without + * length field + */ + if (n == 64 && (pkey->type == NID_id_GostR3410_94 || + pkey->type == NID_id_GostR3410_2001)) { + i = 64; + } else { + if (SSL_USE_SIGALGS(s)) { + int rv = tls12_check_peer_sigalg(&md, s, p, pkey); + if (rv == -1) { + al = SSL_AD_INTERNAL_ERROR; + goto f_err; + } else if (rv == 0) { + al = SSL_AD_DECODE_ERROR; + goto f_err; + } #ifdef SSL_DEBUG -fprintf(stderr, "USING TLSv1.2 HASH %s\n", EVP_MD_name(md)); + fprintf(stderr, "USING TLSv1.2 HASH %s\n", EVP_MD_name(md)); #endif - p += 2; - n -= 2; - } - n2s(p,i); - n-=2; - if (i > n) - { - SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_LENGTH_MISMATCH); - al=SSL_AD_DECODE_ERROR; - goto f_err; - } - } - j=EVP_PKEY_size(pkey); - if ((i > j) || (n > j) || (n <= 0)) - { - SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_WRONG_SIGNATURE_SIZE); - al=SSL_AD_DECODE_ERROR; - goto f_err; - } - - if (TLS1_get_version(s) >= TLS1_2_VERSION) - { - long hdatalen = 0; - void *hdata; - hdatalen = BIO_get_mem_data(s->s3->handshake_buffer, &hdata); - if (hdatalen <= 0) - { - SSLerr(SSL_F_SSL3_GET_CERT_VERIFY, ERR_R_INTERNAL_ERROR); - al=SSL_AD_INTERNAL_ERROR; - goto f_err; - } + p += 2; + n -= 2; + } + n2s(p, i); + n -= 2; + if (i > n) { + SSLerr(SSL_F_SSL3_GET_CERT_VERIFY, SSL_R_LENGTH_MISMATCH); + al = SSL_AD_DECODE_ERROR; + goto f_err; + } + } + j = EVP_PKEY_size(pkey); + if ((i > j) || (n > j) || (n <= 0)) { + SSLerr(SSL_F_SSL3_GET_CERT_VERIFY, SSL_R_WRONG_SIGNATURE_SIZE); + al = SSL_AD_DECODE_ERROR; + goto f_err; + } + + if (SSL_USE_SIGALGS(s)) { + long hdatalen = 0; + void *hdata; + hdatalen = BIO_get_mem_data(s->s3->handshake_buffer, &hdata); + if (hdatalen <= 0) { + SSLerr(SSL_F_SSL3_GET_CERT_VERIFY, ERR_R_INTERNAL_ERROR); + al = SSL_AD_INTERNAL_ERROR; + goto f_err; + } #ifdef SSL_DEBUG - fprintf(stderr, "Using TLS 1.2 with client verify alg %s\n", - EVP_MD_name(md)); + fprintf(stderr, "Using TLS 1.2 with client verify alg %s\n", + EVP_MD_name(md)); #endif - if (!EVP_VerifyInit_ex(&mctx, md, NULL) - || !EVP_VerifyUpdate(&mctx, hdata, hdatalen)) - { - SSLerr(SSL_F_SSL3_GET_CERT_VERIFY, ERR_R_EVP_LIB); - al=SSL_AD_INTERNAL_ERROR; - goto f_err; - } - - if (EVP_VerifyFinal(&mctx, p , i, pkey) <= 0) - { - al=SSL_AD_DECRYPT_ERROR; - SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_BAD_SIGNATURE); - goto f_err; - } - } - else -#ifndef OPENSSL_NO_RSA - if (pkey->type == EVP_PKEY_RSA) - { - i=RSA_verify(NID_md5_sha1, s->s3->tmp.cert_verify_md, - MD5_DIGEST_LENGTH+SHA_DIGEST_LENGTH, p, i, - pkey->pkey.rsa); - if (i < 0) - { - al=SSL_AD_DECRYPT_ERROR; - SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_BAD_RSA_DECRYPT); - goto f_err; - } - if (i == 0) - { - al=SSL_AD_DECRYPT_ERROR; - SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_BAD_RSA_SIGNATURE); - goto f_err; - } - } - else + if (!EVP_VerifyInit_ex(&mctx, md, NULL) + || !EVP_VerifyUpdate(&mctx, hdata, hdatalen)) { + SSLerr(SSL_F_SSL3_GET_CERT_VERIFY, ERR_R_EVP_LIB); + al = SSL_AD_INTERNAL_ERROR; + goto f_err; + } + + if (EVP_VerifyFinal(&mctx, p, i, pkey) <= 0) { + al = SSL_AD_DECRYPT_ERROR; + SSLerr(SSL_F_SSL3_GET_CERT_VERIFY, SSL_R_BAD_SIGNATURE); + goto f_err; + } + } else +#ifndef OPENSSL_NO_RSA + if (pkey->type == EVP_PKEY_RSA) { + i = RSA_verify(NID_md5_sha1, s->s3->tmp.cert_verify_md, + MD5_DIGEST_LENGTH + SHA_DIGEST_LENGTH, p, i, + pkey->pkey.rsa); + if (i < 0) { + al = SSL_AD_DECRYPT_ERROR; + SSLerr(SSL_F_SSL3_GET_CERT_VERIFY, SSL_R_BAD_RSA_DECRYPT); + goto f_err; + } + if (i == 0) { + al = SSL_AD_DECRYPT_ERROR; + SSLerr(SSL_F_SSL3_GET_CERT_VERIFY, SSL_R_BAD_RSA_SIGNATURE); + goto f_err; + } + } else #endif #ifndef OPENSSL_NO_DSA - if (pkey->type == EVP_PKEY_DSA) - { - j=DSA_verify(pkey->save_type, - &(s->s3->tmp.cert_verify_md[MD5_DIGEST_LENGTH]), - SHA_DIGEST_LENGTH,p,i,pkey->pkey.dsa); - if (j <= 0) - { - /* bad signature */ - al=SSL_AD_DECRYPT_ERROR; - SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_BAD_DSA_SIGNATURE); - goto f_err; - } - } - else + if (pkey->type == EVP_PKEY_DSA) { + j = DSA_verify(pkey->save_type, + &(s->s3->tmp.cert_verify_md[MD5_DIGEST_LENGTH]), + SHA_DIGEST_LENGTH, p, i, pkey->pkey.dsa); + if (j <= 0) { + /* bad signature */ + al = SSL_AD_DECRYPT_ERROR; + SSLerr(SSL_F_SSL3_GET_CERT_VERIFY, SSL_R_BAD_DSA_SIGNATURE); + goto f_err; + } + } else #endif #ifndef OPENSSL_NO_ECDSA - if (pkey->type == EVP_PKEY_EC) - { - j=ECDSA_verify(pkey->save_type, - &(s->s3->tmp.cert_verify_md[MD5_DIGEST_LENGTH]), - SHA_DIGEST_LENGTH,p,i,pkey->pkey.ec); - if (j <= 0) - { - /* bad signature */ - al=SSL_AD_DECRYPT_ERROR; - SSLerr(SSL_F_SSL3_GET_CERT_VERIFY, - SSL_R_BAD_ECDSA_SIGNATURE); - goto f_err; - } - } - else + if (pkey->type == EVP_PKEY_EC) { + j = ECDSA_verify(pkey->save_type, + &(s->s3->tmp.cert_verify_md[MD5_DIGEST_LENGTH]), + SHA_DIGEST_LENGTH, p, i, pkey->pkey.ec); + if (j <= 0) { + /* bad signature */ + al = SSL_AD_DECRYPT_ERROR; + SSLerr(SSL_F_SSL3_GET_CERT_VERIFY, SSL_R_BAD_ECDSA_SIGNATURE); + goto f_err; + } + } else #endif - if (pkey->type == NID_id_GostR3410_94 || pkey->type == NID_id_GostR3410_2001) - { unsigned char signature[64]; - int idx; - EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new(pkey,NULL); - EVP_PKEY_verify_init(pctx); - if (i!=64) { - fprintf(stderr,"GOST signature length is %d",i); - } - for (idx=0;idx<64;idx++) { - signature[63-idx]=p[idx]; - } - j=EVP_PKEY_verify(pctx,signature,64,s->s3->tmp.cert_verify_md,32); - EVP_PKEY_CTX_free(pctx); - if (j<=0) - { - al=SSL_AD_DECRYPT_ERROR; - SSLerr(SSL_F_SSL3_GET_CERT_VERIFY, - SSL_R_BAD_ECDSA_SIGNATURE); - goto f_err; - } - } - else - { - SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,ERR_R_INTERNAL_ERROR); - al=SSL_AD_UNSUPPORTED_CERTIFICATE; - goto f_err; - } - - - ret=1; - if (0) - { -f_err: - ssl3_send_alert(s,SSL3_AL_FATAL,al); - } -end: - if (s->s3->handshake_buffer) - { - BIO_free(s->s3->handshake_buffer); - s->s3->handshake_buffer = NULL; - s->s3->flags &= ~TLS1_FLAGS_KEEP_HANDSHAKE; - } - EVP_MD_CTX_cleanup(&mctx); - EVP_PKEY_free(pkey); - return(ret); - } + if (pkey->type == NID_id_GostR3410_94 + || pkey->type == NID_id_GostR3410_2001) { + unsigned char signature[64]; + int idx; + EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new(pkey, NULL); + EVP_PKEY_verify_init(pctx); + if (i != 64) { + fprintf(stderr, "GOST signature length is %d", i); + } + for (idx = 0; idx < 64; idx++) { + signature[63 - idx] = p[idx]; + } + j = EVP_PKEY_verify(pctx, signature, 64, s->s3->tmp.cert_verify_md, + 32); + EVP_PKEY_CTX_free(pctx); + if (j <= 0) { + al = SSL_AD_DECRYPT_ERROR; + SSLerr(SSL_F_SSL3_GET_CERT_VERIFY, SSL_R_BAD_ECDSA_SIGNATURE); + goto f_err; + } + } else { + SSLerr(SSL_F_SSL3_GET_CERT_VERIFY, ERR_R_INTERNAL_ERROR); + al = SSL_AD_UNSUPPORTED_CERTIFICATE; + goto f_err; + } + + ret = 1; + if (0) { + f_err: + ssl3_send_alert(s, SSL3_AL_FATAL, al); + } + end: + if (s->s3->handshake_buffer) { + BIO_free(s->s3->handshake_buffer); + s->s3->handshake_buffer = NULL; + s->s3->flags &= ~TLS1_FLAGS_KEEP_HANDSHAKE; + } + EVP_MD_CTX_cleanup(&mctx); + EVP_PKEY_free(pkey); + return (ret); +} int ssl3_get_client_certificate(SSL *s) - { - int i,ok,al,ret= -1; - X509 *x=NULL; - unsigned long l,nc,llen,n; - const unsigned char *p,*q; - unsigned char *d; - STACK_OF(X509) *sk=NULL; - - n=s->method->ssl_get_message(s, - SSL3_ST_SR_CERT_A, - SSL3_ST_SR_CERT_B, - -1, - s->max_cert_list, - &ok); - - if (!ok) return((int)n); - - if (s->s3->tmp.message_type == SSL3_MT_CLIENT_KEY_EXCHANGE) - { - if ( (s->verify_mode & SSL_VERIFY_PEER) && - (s->verify_mode & SSL_VERIFY_FAIL_IF_NO_PEER_CERT)) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,SSL_R_PEER_DID_NOT_RETURN_A_CERTIFICATE); - al=SSL_AD_HANDSHAKE_FAILURE; - goto f_err; - } - /* If tls asked for a client cert, the client must return a 0 list */ - if ((s->version > SSL3_VERSION) && s->s3->tmp.cert_request) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,SSL_R_TLS_PEER_DID_NOT_RESPOND_WITH_CERTIFICATE_LIST); - al=SSL_AD_UNEXPECTED_MESSAGE; - goto f_err; - } - s->s3->tmp.reuse_message=1; - return(1); - } - - if (s->s3->tmp.message_type != SSL3_MT_CERTIFICATE) - { - al=SSL_AD_UNEXPECTED_MESSAGE; - SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,SSL_R_WRONG_MESSAGE_TYPE); - goto f_err; - } - p=d=(unsigned char *)s->init_msg; - - if ((sk=sk_X509_new_null()) == NULL) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,ERR_R_MALLOC_FAILURE); - goto err; - } - - n2l3(p,llen); - if (llen+3 != n) - { - al=SSL_AD_DECODE_ERROR; - SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,SSL_R_LENGTH_MISMATCH); - goto f_err; - } - for (nc=0; nc llen) - { - al=SSL_AD_DECODE_ERROR; - SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,SSL_R_CERT_LENGTH_MISMATCH); - goto f_err; - } - - q=p; - x=d2i_X509(NULL,&p,l); - if (x == NULL) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,ERR_R_ASN1_LIB); - goto err; - } - if (p != (q+l)) - { - al=SSL_AD_DECODE_ERROR; - SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,SSL_R_CERT_LENGTH_MISMATCH); - goto f_err; - } - if (!sk_X509_push(sk,x)) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,ERR_R_MALLOC_FAILURE); - goto err; - } - x=NULL; - nc+=l+3; - } - - if (sk_X509_num(sk) <= 0) - { - /* TLS does not mind 0 certs returned */ - if (s->version == SSL3_VERSION) - { - al=SSL_AD_HANDSHAKE_FAILURE; - SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,SSL_R_NO_CERTIFICATES_RETURNED); - goto f_err; - } - /* Fail for TLS only if we required a certificate */ - else if ((s->verify_mode & SSL_VERIFY_PEER) && - (s->verify_mode & SSL_VERIFY_FAIL_IF_NO_PEER_CERT)) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,SSL_R_PEER_DID_NOT_RETURN_A_CERTIFICATE); - al=SSL_AD_HANDSHAKE_FAILURE; - goto f_err; - } - /* No client certificate so digest cached records */ - if (s->s3->handshake_buffer && !ssl3_digest_cached_records(s)) - { - al=SSL_AD_INTERNAL_ERROR; - goto f_err; - } - } - else - { - i=ssl_verify_cert_chain(s,sk); - if (i <= 0) - { - al=ssl_verify_alarm_type(s->verify_result); - SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,SSL_R_NO_CERTIFICATE_RETURNED); - goto f_err; - } - } - - if (s->session->peer != NULL) /* This should not be needed */ - X509_free(s->session->peer); - s->session->peer=sk_X509_shift(sk); - s->session->verify_result = s->verify_result; - - /* With the current implementation, sess_cert will always be NULL - * when we arrive here. */ - if (s->session->sess_cert == NULL) - { - s->session->sess_cert = ssl_sess_cert_new(); - if (s->session->sess_cert == NULL) - { - SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE, ERR_R_MALLOC_FAILURE); - goto err; - } - } - if (s->session->sess_cert->cert_chain != NULL) - sk_X509_pop_free(s->session->sess_cert->cert_chain, X509_free); - s->session->sess_cert->cert_chain=sk; - /* Inconsistency alert: cert_chain does *not* include the - * peer's own certificate, while we do include it in s3_clnt.c */ - - sk=NULL; - - ret=1; - if (0) - { -f_err: - ssl3_send_alert(s,SSL3_AL_FATAL,al); - } -err: - if (x != NULL) X509_free(x); - if (sk != NULL) sk_X509_pop_free(sk,X509_free); - return(ret); - } +{ + int i, ok, al, ret = -1; + X509 *x = NULL; + unsigned long l, nc, llen, n; + const unsigned char *p, *q; + unsigned char *d; + STACK_OF(X509) *sk = NULL; + + n = s->method->ssl_get_message(s, + SSL3_ST_SR_CERT_A, + SSL3_ST_SR_CERT_B, + -1, s->max_cert_list, &ok); + + if (!ok) + return ((int)n); + + if (s->s3->tmp.message_type == SSL3_MT_CLIENT_KEY_EXCHANGE) { + if ((s->verify_mode & SSL_VERIFY_PEER) && + (s->verify_mode & SSL_VERIFY_FAIL_IF_NO_PEER_CERT)) { + SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE, + SSL_R_PEER_DID_NOT_RETURN_A_CERTIFICATE); + al = SSL_AD_HANDSHAKE_FAILURE; + goto f_err; + } + /* + * If tls asked for a client cert, the client must return a 0 list + */ + if ((s->version > SSL3_VERSION) && s->s3->tmp.cert_request) { + SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE, + SSL_R_TLS_PEER_DID_NOT_RESPOND_WITH_CERTIFICATE_LIST); + al = SSL_AD_UNEXPECTED_MESSAGE; + goto f_err; + } + s->s3->tmp.reuse_message = 1; + return (1); + } + + if (s->s3->tmp.message_type != SSL3_MT_CERTIFICATE) { + al = SSL_AD_UNEXPECTED_MESSAGE; + SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE, SSL_R_WRONG_MESSAGE_TYPE); + goto f_err; + } + p = d = (unsigned char *)s->init_msg; + + if ((sk = sk_X509_new_null()) == NULL) { + SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE, ERR_R_MALLOC_FAILURE); + goto err; + } + + n2l3(p, llen); + if (llen + 3 != n) { + al = SSL_AD_DECODE_ERROR; + SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE, SSL_R_LENGTH_MISMATCH); + goto f_err; + } + for (nc = 0; nc < llen;) { + n2l3(p, l); + if ((l + nc + 3) > llen) { + al = SSL_AD_DECODE_ERROR; + SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE, + SSL_R_CERT_LENGTH_MISMATCH); + goto f_err; + } + + q = p; + x = d2i_X509(NULL, &p, l); + if (x == NULL) { + SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE, ERR_R_ASN1_LIB); + goto err; + } + if (p != (q + l)) { + al = SSL_AD_DECODE_ERROR; + SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE, + SSL_R_CERT_LENGTH_MISMATCH); + goto f_err; + } + if (!sk_X509_push(sk, x)) { + SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE, ERR_R_MALLOC_FAILURE); + goto err; + } + x = NULL; + nc += l + 3; + } + + if (sk_X509_num(sk) <= 0) { + /* TLS does not mind 0 certs returned */ + if (s->version == SSL3_VERSION) { + al = SSL_AD_HANDSHAKE_FAILURE; + SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE, + SSL_R_NO_CERTIFICATES_RETURNED); + goto f_err; + } + /* Fail for TLS only if we required a certificate */ + else if ((s->verify_mode & SSL_VERIFY_PEER) && + (s->verify_mode & SSL_VERIFY_FAIL_IF_NO_PEER_CERT)) { + SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE, + SSL_R_PEER_DID_NOT_RETURN_A_CERTIFICATE); + al = SSL_AD_HANDSHAKE_FAILURE; + goto f_err; + } + /* No client certificate so digest cached records */ + if (s->s3->handshake_buffer && !ssl3_digest_cached_records(s)) { + al = SSL_AD_INTERNAL_ERROR; + goto f_err; + } + } else { + i = ssl_verify_cert_chain(s, sk); + if (i <= 0) { + al = ssl_verify_alarm_type(s->verify_result); + SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE, + SSL_R_CERTIFICATE_VERIFY_FAILED); + goto f_err; + } + } + + if (s->session->peer != NULL) /* This should not be needed */ + X509_free(s->session->peer); + s->session->peer = sk_X509_shift(sk); + s->session->verify_result = s->verify_result; + + /* + * With the current implementation, sess_cert will always be NULL when we + * arrive here. + */ + if (s->session->sess_cert == NULL) { + s->session->sess_cert = ssl_sess_cert_new(); + if (s->session->sess_cert == NULL) { + SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE, ERR_R_MALLOC_FAILURE); + goto err; + } + } + if (s->session->sess_cert->cert_chain != NULL) + sk_X509_pop_free(s->session->sess_cert->cert_chain, X509_free); + s->session->sess_cert->cert_chain = sk; + /* + * Inconsistency alert: cert_chain does *not* include the peer's own + * certificate, while we do include it in s3_clnt.c + */ + + sk = NULL; + + ret = 1; + if (0) { + f_err: + ssl3_send_alert(s, SSL3_AL_FATAL, al); + } + err: + if (x != NULL) + X509_free(x); + if (sk != NULL) + sk_X509_pop_free(sk, X509_free); + return (ret); +} int ssl3_send_server_certificate(SSL *s) - { - unsigned long l; - X509 *x; - - if (s->state == SSL3_ST_SW_CERT_A) - { - x=ssl_get_server_send_cert(s); - if (x == NULL) - { - /* VRS: allow null cert if auth == KRB5 */ - if ((s->s3->tmp.new_cipher->algorithm_auth != SSL_aKRB5) || - (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5)) - { - SSLerr(SSL_F_SSL3_SEND_SERVER_CERTIFICATE,ERR_R_INTERNAL_ERROR); - return(0); - } - } - - l=ssl3_output_cert_chain(s,x); - s->state=SSL3_ST_SW_CERT_B; - s->init_num=(int)l; - s->init_off=0; - } - - /* SSL3_ST_SW_CERT_B */ - return(ssl3_do_write(s,SSL3_RT_HANDSHAKE)); - } +{ + CERT_PKEY *cpk; + + if (s->state == SSL3_ST_SW_CERT_A) { + cpk = ssl_get_server_send_pkey(s); + if (cpk == NULL) { + /* VRS: allow null cert if auth == KRB5 */ + if ((s->s3->tmp.new_cipher->algorithm_auth != SSL_aKRB5) || + (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5)) { + SSLerr(SSL_F_SSL3_SEND_SERVER_CERTIFICATE, + ERR_R_INTERNAL_ERROR); + return (0); + } + } + + if (!ssl3_output_cert_chain(s, cpk)) { + SSLerr(SSL_F_SSL3_SEND_SERVER_CERTIFICATE, ERR_R_INTERNAL_ERROR); + return (0); + } + s->state = SSL3_ST_SW_CERT_B; + } + + /* SSL3_ST_SW_CERT_B */ + return ssl_do_write(s); +} #ifndef OPENSSL_NO_TLSEXT /* send a new session ticket (not necessarily for a new session) */ int ssl3_send_newsession_ticket(SSL *s) - { - if (s->state == SSL3_ST_SW_SESSION_TICKET_A) - { - unsigned char *p, *senc, *macstart; - const unsigned char *const_p; - int len, slen_full, slen; - SSL_SESSION *sess; - unsigned int hlen; - EVP_CIPHER_CTX ctx; - HMAC_CTX hctx; - SSL_CTX *tctx = s->initial_ctx; - unsigned char iv[EVP_MAX_IV_LENGTH]; - unsigned char key_name[16]; - - /* get session encoding length */ - slen_full = i2d_SSL_SESSION(s->session, NULL); - /* Some length values are 16 bits, so forget it if session is - * too long - */ - if (slen_full > 0xFF00) - return -1; - senc = OPENSSL_malloc(slen_full); - if (!senc) - return -1; - p = senc; - i2d_SSL_SESSION(s->session, &p); - - /* create a fresh copy (not shared with other threads) to clean up */ - const_p = senc; - sess = d2i_SSL_SESSION(NULL, &const_p, slen_full); - if (sess == NULL) - { - OPENSSL_free(senc); - return -1; - } - sess->session_id_length = 0; /* ID is irrelevant for the ticket */ - - slen = i2d_SSL_SESSION(sess, NULL); - if (slen > slen_full) /* shouldn't ever happen */ - { - OPENSSL_free(senc); - return -1; - } - p = senc; - i2d_SSL_SESSION(sess, &p); - SSL_SESSION_free(sess); - - /* Grow buffer if need be: the length calculation is as - * follows 1 (size of message name) + 3 (message length - * bytes) + 4 (ticket lifetime hint) + 2 (ticket length) + - * 16 (key name) + max_iv_len (iv length) + - * session_length + max_enc_block_size (max encrypted session - * length) + max_md_size (HMAC). - */ - if (!BUF_MEM_grow(s->init_buf, - 26 + EVP_MAX_IV_LENGTH + EVP_MAX_BLOCK_LENGTH + - EVP_MAX_MD_SIZE + slen)) - return -1; - - p=(unsigned char *)s->init_buf->data; - /* do the header */ - *(p++)=SSL3_MT_NEWSESSION_TICKET; - /* Skip message length for now */ - p += 3; - EVP_CIPHER_CTX_init(&ctx); - HMAC_CTX_init(&hctx); - /* Initialize HMAC and cipher contexts. If callback present - * it does all the work otherwise use generated values - * from parent ctx. - */ - if (tctx->tlsext_ticket_key_cb) - { - if (tctx->tlsext_ticket_key_cb(s, key_name, iv, &ctx, - &hctx, 1) < 0) - { - OPENSSL_free(senc); - return -1; - } - } - else - { - RAND_pseudo_bytes(iv, 16); - EVP_EncryptInit_ex(&ctx, EVP_aes_128_cbc(), NULL, - tctx->tlsext_tick_aes_key, iv); - HMAC_Init_ex(&hctx, tctx->tlsext_tick_hmac_key, 16, - tlsext_tick_md(), NULL); - memcpy(key_name, tctx->tlsext_tick_key_name, 16); - } - - /* Ticket lifetime hint (advisory only): - * We leave this unspecified for resumed session (for simplicity), - * and guess that tickets for new sessions will live as long - * as their sessions. */ - l2n(s->hit ? 0 : s->session->timeout, p); - - /* Skip ticket length for now */ - p += 2; - /* Output key name */ - macstart = p; - memcpy(p, key_name, 16); - p += 16; - /* output IV */ - memcpy(p, iv, EVP_CIPHER_CTX_iv_length(&ctx)); - p += EVP_CIPHER_CTX_iv_length(&ctx); - /* Encrypt session data */ - EVP_EncryptUpdate(&ctx, p, &len, senc, slen); - p += len; - EVP_EncryptFinal(&ctx, p, &len); - p += len; - EVP_CIPHER_CTX_cleanup(&ctx); - - HMAC_Update(&hctx, macstart, p - macstart); - HMAC_Final(&hctx, p, &hlen); - HMAC_CTX_cleanup(&hctx); - - p += hlen; - /* Now write out lengths: p points to end of data written */ - /* Total length */ - len = p - (unsigned char *)s->init_buf->data; - p=(unsigned char *)s->init_buf->data + 1; - l2n3(len - 4, p); /* Message length */ - p += 4; - s2n(len - 10, p); /* Ticket length */ - - /* number of bytes to write */ - s->init_num= len; - s->state=SSL3_ST_SW_SESSION_TICKET_B; - s->init_off=0; - OPENSSL_free(senc); - } - - /* SSL3_ST_SW_SESSION_TICKET_B */ - return(ssl3_do_write(s,SSL3_RT_HANDSHAKE)); - } +{ + if (s->state == SSL3_ST_SW_SESSION_TICKET_A) { + unsigned char *p, *senc, *macstart; + const unsigned char *const_p; + int len, slen_full, slen; + SSL_SESSION *sess; + unsigned int hlen; + EVP_CIPHER_CTX ctx; + HMAC_CTX hctx; + SSL_CTX *tctx = s->initial_ctx; + unsigned char iv[EVP_MAX_IV_LENGTH]; + unsigned char key_name[16]; + + /* get session encoding length */ + slen_full = i2d_SSL_SESSION(s->session, NULL); + /* + * Some length values are 16 bits, so forget it if session is too + * long + */ + if (slen_full > 0xFF00) + return -1; + senc = OPENSSL_malloc(slen_full); + if (!senc) + return -1; + p = senc; + i2d_SSL_SESSION(s->session, &p); + + /* + * create a fresh copy (not shared with other threads) to clean up + */ + const_p = senc; + sess = d2i_SSL_SESSION(NULL, &const_p, slen_full); + if (sess == NULL) { + OPENSSL_free(senc); + return -1; + } + sess->session_id_length = 0; /* ID is irrelevant for the ticket */ + + slen = i2d_SSL_SESSION(sess, NULL); + if (slen > slen_full) { /* shouldn't ever happen */ + OPENSSL_free(senc); + return -1; + } + p = senc; + i2d_SSL_SESSION(sess, &p); + SSL_SESSION_free(sess); + + /*- + * Grow buffer if need be: the length calculation is as + * follows handshake_header_length + + * 4 (ticket lifetime hint) + 2 (ticket length) + + * 16 (key name) + max_iv_len (iv length) + + * session_length + max_enc_block_size (max encrypted session + * length) + max_md_size (HMAC). + */ + if (!BUF_MEM_grow(s->init_buf, + SSL_HM_HEADER_LENGTH(s) + 22 + EVP_MAX_IV_LENGTH + + EVP_MAX_BLOCK_LENGTH + EVP_MAX_MD_SIZE + slen)) + return -1; + p = ssl_handshake_start(s); + EVP_CIPHER_CTX_init(&ctx); + HMAC_CTX_init(&hctx); + /* + * Initialize HMAC and cipher contexts. If callback present it does + * all the work otherwise use generated values from parent ctx. + */ + if (tctx->tlsext_ticket_key_cb) { + if (tctx->tlsext_ticket_key_cb(s, key_name, iv, &ctx, + &hctx, 1) < 0) { + OPENSSL_free(senc); + return -1; + } + } else { + RAND_pseudo_bytes(iv, 16); + EVP_EncryptInit_ex(&ctx, EVP_aes_128_cbc(), NULL, + tctx->tlsext_tick_aes_key, iv); + HMAC_Init_ex(&hctx, tctx->tlsext_tick_hmac_key, 16, + tlsext_tick_md(), NULL); + memcpy(key_name, tctx->tlsext_tick_key_name, 16); + } + + /* + * Ticket lifetime hint (advisory only): We leave this unspecified + * for resumed session (for simplicity), and guess that tickets for + * new sessions will live as long as their sessions. + */ + l2n(s->hit ? 0 : s->session->timeout, p); + + /* Skip ticket length for now */ + p += 2; + /* Output key name */ + macstart = p; + memcpy(p, key_name, 16); + p += 16; + /* output IV */ + memcpy(p, iv, EVP_CIPHER_CTX_iv_length(&ctx)); + p += EVP_CIPHER_CTX_iv_length(&ctx); + /* Encrypt session data */ + EVP_EncryptUpdate(&ctx, p, &len, senc, slen); + p += len; + EVP_EncryptFinal(&ctx, p, &len); + p += len; + EVP_CIPHER_CTX_cleanup(&ctx); + + HMAC_Update(&hctx, macstart, p - macstart); + HMAC_Final(&hctx, p, &hlen); + HMAC_CTX_cleanup(&hctx); + + p += hlen; + /* Now write out lengths: p points to end of data written */ + /* Total length */ + len = p - ssl_handshake_start(s); + ssl_set_handshake_header(s, SSL3_MT_NEWSESSION_TICKET, len); + /* Skip ticket lifetime hint */ + p = ssl_handshake_start(s) + 4; + s2n(len - 6, p); + s->state = SSL3_ST_SW_SESSION_TICKET_B; + OPENSSL_free(senc); + } + + /* SSL3_ST_SW_SESSION_TICKET_B */ + return ssl_do_write(s); +} int ssl3_send_cert_status(SSL *s) - { - if (s->state == SSL3_ST_SW_CERT_STATUS_A) - { - unsigned char *p; - /* Grow buffer if need be: the length calculation is as - * follows 1 (message type) + 3 (message length) + - * 1 (ocsp response type) + 3 (ocsp response length) - * + (ocsp response) - */ - if (!BUF_MEM_grow(s->init_buf, 8 + s->tlsext_ocsp_resplen)) - return -1; - - p=(unsigned char *)s->init_buf->data; - - /* do the header */ - *(p++)=SSL3_MT_CERTIFICATE_STATUS; - /* message length */ - l2n3(s->tlsext_ocsp_resplen + 4, p); - /* status type */ - *(p++)= s->tlsext_status_type; - /* length of OCSP response */ - l2n3(s->tlsext_ocsp_resplen, p); - /* actual response */ - memcpy(p, s->tlsext_ocsp_resp, s->tlsext_ocsp_resplen); - /* number of bytes to write */ - s->init_num = 8 + s->tlsext_ocsp_resplen; - s->state=SSL3_ST_SW_CERT_STATUS_B; - s->init_off = 0; - } - - /* SSL3_ST_SW_CERT_STATUS_B */ - return(ssl3_do_write(s,SSL3_RT_HANDSHAKE)); - } +{ + if (s->state == SSL3_ST_SW_CERT_STATUS_A) { + unsigned char *p; + /*- + * Grow buffer if need be: the length calculation is as + * follows 1 (message type) + 3 (message length) + + * 1 (ocsp response type) + 3 (ocsp response length) + * + (ocsp response) + */ + if (!BUF_MEM_grow(s->init_buf, 8 + s->tlsext_ocsp_resplen)) + return -1; + + p = (unsigned char *)s->init_buf->data; + + /* do the header */ + *(p++) = SSL3_MT_CERTIFICATE_STATUS; + /* message length */ + l2n3(s->tlsext_ocsp_resplen + 4, p); + /* status type */ + *(p++) = s->tlsext_status_type; + /* length of OCSP response */ + l2n3(s->tlsext_ocsp_resplen, p); + /* actual response */ + memcpy(p, s->tlsext_ocsp_resp, s->tlsext_ocsp_resplen); + /* number of bytes to write */ + s->init_num = 8 + s->tlsext_ocsp_resplen; + s->state = SSL3_ST_SW_CERT_STATUS_B; + s->init_off = 0; + } + + /* SSL3_ST_SW_CERT_STATUS_B */ + return (ssl3_do_write(s, SSL3_RT_HANDSHAKE)); +} # ifndef OPENSSL_NO_NEXTPROTONEG -/* ssl3_get_next_proto reads a Next Protocol Negotiation handshake message. It - * sets the next_proto member in s if found */ +/* + * ssl3_get_next_proto reads a Next Protocol Negotiation handshake message. + * It sets the next_proto member in s if found + */ int ssl3_get_next_proto(SSL *s) - { - int ok; - int proto_len, padding_len; - long n; - const unsigned char *p; - - /* Clients cannot send a NextProtocol message if we didn't see the - * extension in their ClientHello */ - if (!s->s3->next_proto_neg_seen) - { - SSLerr(SSL_F_SSL3_GET_NEXT_PROTO,SSL_R_GOT_NEXT_PROTO_WITHOUT_EXTENSION); - return -1; - } - - n=s->method->ssl_get_message(s, - SSL3_ST_SR_NEXT_PROTO_A, - SSL3_ST_SR_NEXT_PROTO_B, - SSL3_MT_NEXT_PROTO, - 514, /* See the payload format below */ - &ok); - - if (!ok) - return((int)n); - - /* s->state doesn't reflect whether ChangeCipherSpec has been received - * in this handshake, but s->s3->change_cipher_spec does (will be reset - * by ssl3_get_finished). */ - if (!s->s3->change_cipher_spec) - { - SSLerr(SSL_F_SSL3_GET_NEXT_PROTO,SSL_R_GOT_NEXT_PROTO_BEFORE_A_CCS); - return -1; - } - - if (n < 2) - return 0; /* The body must be > 1 bytes long */ - - p=(unsigned char *)s->init_msg; - - /* The payload looks like: - * uint8 proto_len; - * uint8 proto[proto_len]; - * uint8 padding_len; - * uint8 padding[padding_len]; - */ - proto_len = p[0]; - if (proto_len + 2 > s->init_num) - return 0; - padding_len = p[proto_len + 1]; - if (proto_len + padding_len + 2 != s->init_num) - return 0; - - s->next_proto_negotiated = OPENSSL_malloc(proto_len); - if (!s->next_proto_negotiated) - { - SSLerr(SSL_F_SSL3_GET_NEXT_PROTO,ERR_R_MALLOC_FAILURE); - return 0; - } - memcpy(s->next_proto_negotiated, p + 1, proto_len); - s->next_proto_negotiated_len = proto_len; - - return 1; - } +{ + int ok; + int proto_len, padding_len; + long n; + const unsigned char *p; + + /* + * Clients cannot send a NextProtocol message if we didn't see the + * extension in their ClientHello + */ + if (!s->s3->next_proto_neg_seen) { + SSLerr(SSL_F_SSL3_GET_NEXT_PROTO, + SSL_R_GOT_NEXT_PROTO_WITHOUT_EXTENSION); + return -1; + } + + /* See the payload format below */ + n = s->method->ssl_get_message(s, + SSL3_ST_SR_NEXT_PROTO_A, + SSL3_ST_SR_NEXT_PROTO_B, + SSL3_MT_NEXT_PROTO, 514, &ok); + + if (!ok) + return ((int)n); + + /* + * s->state doesn't reflect whether ChangeCipherSpec has been received in + * this handshake, but s->s3->change_cipher_spec does (will be reset by + * ssl3_get_finished). + */ + if (!s->s3->change_cipher_spec) { + SSLerr(SSL_F_SSL3_GET_NEXT_PROTO, SSL_R_GOT_NEXT_PROTO_BEFORE_A_CCS); + return -1; + } + + if (n < 2) + return 0; /* The body must be > 1 bytes long */ + + p = (unsigned char *)s->init_msg; + + /*- + * The payload looks like: + * uint8 proto_len; + * uint8 proto[proto_len]; + * uint8 padding_len; + * uint8 padding[padding_len]; + */ + proto_len = p[0]; + if (proto_len + 2 > s->init_num) + return 0; + padding_len = p[proto_len + 1]; + if (proto_len + padding_len + 2 != s->init_num) + return 0; + + s->next_proto_negotiated = OPENSSL_malloc(proto_len); + if (!s->next_proto_negotiated) { + SSLerr(SSL_F_SSL3_GET_NEXT_PROTO, ERR_R_MALLOC_FAILURE); + return 0; + } + memcpy(s->next_proto_negotiated, p + 1, proto_len); + s->next_proto_negotiated_len = proto_len; + + return 1; +} # endif + #endif diff --git a/openssl/ssl/srtp.h b/openssl/ssl/srtp.h index 24f23309d..2279c32b8 100644 --- a/openssl/ssl/srtp.h +++ b/openssl/ssl/srtp.h @@ -1,25 +1,25 @@ -/* ssl/tls1.h */ +/* ssl/srtp.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +63,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -109,41 +109,39 @@ * */ /* - DTLS code by Eric Rescorla - - Copyright (C) 2006, Network Resonance, Inc. - Copyright (C) 2011, RTFM, Inc. -*/ + * DTLS code by Eric Rescorla + * + * Copyright (C) 2006, Network Resonance, Inc. Copyright (C) 2011, RTFM, Inc. + */ #ifndef HEADER_D1_SRTP_H -#define HEADER_D1_SRTP_H +# define HEADER_D1_SRTP_H + +# include #ifdef __cplusplus extern "C" { #endif - -#define SRTP_AES128_CM_SHA1_80 0x0001 -#define SRTP_AES128_CM_SHA1_32 0x0002 -#define SRTP_AES128_F8_SHA1_80 0x0003 -#define SRTP_AES128_F8_SHA1_32 0x0004 -#define SRTP_NULL_SHA1_80 0x0005 -#define SRTP_NULL_SHA1_32 0x0006 +# define SRTP_AES128_CM_SHA1_80 0x0001 +# define SRTP_AES128_CM_SHA1_32 0x0002 +# define SRTP_AES128_F8_SHA1_80 0x0003 +# define SRTP_AES128_F8_SHA1_32 0x0004 +# define SRTP_NULL_SHA1_80 0x0005 +# define SRTP_NULL_SHA1_32 0x0006 -#ifndef OPENSSL_NO_SRTP +# ifndef OPENSSL_NO_SRTP int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles); int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles); -SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s); STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl); SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s); -#endif +# endif #ifdef __cplusplus } #endif #endif - diff --git a/openssl/ssl/ssl-lib.com b/openssl/ssl/ssl-lib.com index 7303bc4dd..43fea1754 100644 --- a/openssl/ssl/ssl-lib.com +++ b/openssl/ssl/ssl-lib.com @@ -216,13 +216,13 @@ $! $ LIB_SSL = "s2_meth, s2_srvr, s2_clnt, s2_lib, s2_enc, s2_pkt,"+ - "s3_meth, s3_srvr, s3_clnt, s3_lib, s3_enc, s3_pkt, s3_both, s3_cbc,"+ - "s23_meth,s23_srvr,s23_clnt,s23_lib, s23_pkt,"+ - - "t1_meth, t1_srvr, t1_clnt, t1_lib, t1_enc,"+ - + "t1_meth, t1_srvr, t1_clnt, t1_lib, t1_enc, t1_ext,"+ - "d1_meth, d1_srvr, d1_clnt, d1_lib, d1_pkt,"+ - - "d1_both,d1_enc,d1_srtp,"+ - + "d1_both,d1_srtp,"+ - "ssl_lib,ssl_err2,ssl_cert,ssl_sess,"+ - "ssl_ciph,ssl_stat,ssl_rsa,"+ - - "ssl_asn1,ssl_txt,ssl_algs,"+ - - "bio_ssl,ssl_err,kssl,tls_srp,t1_reneg,ssl_utst" + "ssl_asn1,ssl_txt,ssl_algs,ssl_conf,"+ - + "bio_ssl,ssl_err,kssl,t1_reneg,tls_srp,t1_trce,ssl_utst" $! $ COMPILEWITH_CC5 = "" $! @@ -860,7 +860,7 @@ $ IF F$TYPE(USER_CCFLAGS) .NES. "" THEN CCEXTRAFLAGS = USER_CCFLAGS $ CCDISABLEWARNINGS = "" !!! "MAYLOSEDATA3" !!! "LONGLONGTYPE,LONGLONGSUFX,FOUNDCR" $ IF F$TYPE(USER_CCDISABLEWARNINGS) .NES. "" $ THEN -$ IF CCDISABLEWARNINGS .NES. "" THEN CCDISABLEWARNINGS = CCDISABLEWARNINGS + "," +$ IF CCDISABLEWARNINGS .NES. THEN CCDISABLEWARNINGS = CCDISABLEWARNINGS + "," $ CCDISABLEWARNINGS = CCDISABLEWARNINGS + USER_CCDISABLEWARNINGS $ ENDIF $! diff --git a/openssl/ssl/ssl.h b/openssl/ssl/ssl.h index b78a1cce4..2b0f6628c 100644 --- a/openssl/ssl/ssl.h +++ b/openssl/ssl/ssl.h @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +63,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -110,7 +110,7 @@ */ /* ==================================================================== * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. - * ECC cipher suite support in OpenSSL originally developed by + * ECC cipher suite support in OpenSSL originally developed by * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. */ /* ==================================================================== @@ -140,179 +140,184 @@ * OTHERWISE. */ -#ifndef HEADER_SSL_H -#define HEADER_SSL_H +#ifndef HEADER_SSL_H +# define HEADER_SSL_H -#include +# include -#ifndef OPENSSL_NO_COMP -#include -#endif -#ifndef OPENSSL_NO_BIO -#include -#endif -#ifndef OPENSSL_NO_DEPRECATED -#ifndef OPENSSL_NO_X509 -#include -#endif -#include -#include -#include -#endif -#include -#include +# ifndef OPENSSL_NO_COMP +# include +# endif +# ifndef OPENSSL_NO_BIO +# include +# endif +# ifndef OPENSSL_NO_DEPRECATED +# ifndef OPENSSL_NO_X509 +# include +# endif +# include +# include +# include +# endif +# include +# include -#include -#include -#include +# include +# include +# include #ifdef __cplusplus extern "C" { #endif /* SSLeay version number for ASN.1 encoding of the session information */ -/* Version 0 - initial version +/*- + * Version 0 - initial version * Version 1 - added the optional peer certificate */ -#define SSL_SESSION_ASN1_VERSION 0x0001 +# define SSL_SESSION_ASN1_VERSION 0x0001 /* text strings for the ciphers */ -#define SSL_TXT_NULL_WITH_MD5 SSL2_TXT_NULL_WITH_MD5 -#define SSL_TXT_RC4_128_WITH_MD5 SSL2_TXT_RC4_128_WITH_MD5 -#define SSL_TXT_RC4_128_EXPORT40_WITH_MD5 SSL2_TXT_RC4_128_EXPORT40_WITH_MD5 -#define SSL_TXT_RC2_128_CBC_WITH_MD5 SSL2_TXT_RC2_128_CBC_WITH_MD5 -#define SSL_TXT_RC2_128_CBC_EXPORT40_WITH_MD5 SSL2_TXT_RC2_128_CBC_EXPORT40_WITH_MD5 -#define SSL_TXT_IDEA_128_CBC_WITH_MD5 SSL2_TXT_IDEA_128_CBC_WITH_MD5 -#define SSL_TXT_DES_64_CBC_WITH_MD5 SSL2_TXT_DES_64_CBC_WITH_MD5 -#define SSL_TXT_DES_64_CBC_WITH_SHA SSL2_TXT_DES_64_CBC_WITH_SHA -#define SSL_TXT_DES_192_EDE3_CBC_WITH_MD5 SSL2_TXT_DES_192_EDE3_CBC_WITH_MD5 -#define SSL_TXT_DES_192_EDE3_CBC_WITH_SHA SSL2_TXT_DES_192_EDE3_CBC_WITH_SHA - -/* VRS Additional Kerberos5 entries - */ -#define SSL_TXT_KRB5_DES_64_CBC_SHA SSL3_TXT_KRB5_DES_64_CBC_SHA -#define SSL_TXT_KRB5_DES_192_CBC3_SHA SSL3_TXT_KRB5_DES_192_CBC3_SHA -#define SSL_TXT_KRB5_RC4_128_SHA SSL3_TXT_KRB5_RC4_128_SHA -#define SSL_TXT_KRB5_IDEA_128_CBC_SHA SSL3_TXT_KRB5_IDEA_128_CBC_SHA -#define SSL_TXT_KRB5_DES_64_CBC_MD5 SSL3_TXT_KRB5_DES_64_CBC_MD5 -#define SSL_TXT_KRB5_DES_192_CBC3_MD5 SSL3_TXT_KRB5_DES_192_CBC3_MD5 -#define SSL_TXT_KRB5_RC4_128_MD5 SSL3_TXT_KRB5_RC4_128_MD5 -#define SSL_TXT_KRB5_IDEA_128_CBC_MD5 SSL3_TXT_KRB5_IDEA_128_CBC_MD5 - -#define SSL_TXT_KRB5_DES_40_CBC_SHA SSL3_TXT_KRB5_DES_40_CBC_SHA -#define SSL_TXT_KRB5_RC2_40_CBC_SHA SSL3_TXT_KRB5_RC2_40_CBC_SHA -#define SSL_TXT_KRB5_RC4_40_SHA SSL3_TXT_KRB5_RC4_40_SHA -#define SSL_TXT_KRB5_DES_40_CBC_MD5 SSL3_TXT_KRB5_DES_40_CBC_MD5 -#define SSL_TXT_KRB5_RC2_40_CBC_MD5 SSL3_TXT_KRB5_RC2_40_CBC_MD5 -#define SSL_TXT_KRB5_RC4_40_MD5 SSL3_TXT_KRB5_RC4_40_MD5 - -#define SSL_TXT_KRB5_DES_40_CBC_SHA SSL3_TXT_KRB5_DES_40_CBC_SHA -#define SSL_TXT_KRB5_DES_40_CBC_MD5 SSL3_TXT_KRB5_DES_40_CBC_MD5 -#define SSL_TXT_KRB5_DES_64_CBC_SHA SSL3_TXT_KRB5_DES_64_CBC_SHA -#define SSL_TXT_KRB5_DES_64_CBC_MD5 SSL3_TXT_KRB5_DES_64_CBC_MD5 -#define SSL_TXT_KRB5_DES_192_CBC3_SHA SSL3_TXT_KRB5_DES_192_CBC3_SHA -#define SSL_TXT_KRB5_DES_192_CBC3_MD5 SSL3_TXT_KRB5_DES_192_CBC3_MD5 -#define SSL_MAX_KRB5_PRINCIPAL_LENGTH 256 - -#define SSL_MAX_SSL_SESSION_ID_LENGTH 32 -#define SSL_MAX_SID_CTX_LENGTH 32 - -#define SSL_MIN_RSA_MODULUS_LENGTH_IN_BYTES (512/8) -#define SSL_MAX_KEY_ARG_LENGTH 8 -#define SSL_MAX_MASTER_KEY_LENGTH 48 +# define SSL_TXT_NULL_WITH_MD5 SSL2_TXT_NULL_WITH_MD5 +# define SSL_TXT_RC4_128_WITH_MD5 SSL2_TXT_RC4_128_WITH_MD5 +# define SSL_TXT_RC4_128_EXPORT40_WITH_MD5 SSL2_TXT_RC4_128_EXPORT40_WITH_MD5 +# define SSL_TXT_RC2_128_CBC_WITH_MD5 SSL2_TXT_RC2_128_CBC_WITH_MD5 +# define SSL_TXT_RC2_128_CBC_EXPORT40_WITH_MD5 SSL2_TXT_RC2_128_CBC_EXPORT40_WITH_MD5 +# define SSL_TXT_IDEA_128_CBC_WITH_MD5 SSL2_TXT_IDEA_128_CBC_WITH_MD5 +# define SSL_TXT_DES_64_CBC_WITH_MD5 SSL2_TXT_DES_64_CBC_WITH_MD5 +# define SSL_TXT_DES_64_CBC_WITH_SHA SSL2_TXT_DES_64_CBC_WITH_SHA +# define SSL_TXT_DES_192_EDE3_CBC_WITH_MD5 SSL2_TXT_DES_192_EDE3_CBC_WITH_MD5 +# define SSL_TXT_DES_192_EDE3_CBC_WITH_SHA SSL2_TXT_DES_192_EDE3_CBC_WITH_SHA +/* + * VRS Additional Kerberos5 entries + */ +# define SSL_TXT_KRB5_DES_64_CBC_SHA SSL3_TXT_KRB5_DES_64_CBC_SHA +# define SSL_TXT_KRB5_DES_192_CBC3_SHA SSL3_TXT_KRB5_DES_192_CBC3_SHA +# define SSL_TXT_KRB5_RC4_128_SHA SSL3_TXT_KRB5_RC4_128_SHA +# define SSL_TXT_KRB5_IDEA_128_CBC_SHA SSL3_TXT_KRB5_IDEA_128_CBC_SHA +# define SSL_TXT_KRB5_DES_64_CBC_MD5 SSL3_TXT_KRB5_DES_64_CBC_MD5 +# define SSL_TXT_KRB5_DES_192_CBC3_MD5 SSL3_TXT_KRB5_DES_192_CBC3_MD5 +# define SSL_TXT_KRB5_RC4_128_MD5 SSL3_TXT_KRB5_RC4_128_MD5 +# define SSL_TXT_KRB5_IDEA_128_CBC_MD5 SSL3_TXT_KRB5_IDEA_128_CBC_MD5 + +# define SSL_TXT_KRB5_DES_40_CBC_SHA SSL3_TXT_KRB5_DES_40_CBC_SHA +# define SSL_TXT_KRB5_RC2_40_CBC_SHA SSL3_TXT_KRB5_RC2_40_CBC_SHA +# define SSL_TXT_KRB5_RC4_40_SHA SSL3_TXT_KRB5_RC4_40_SHA +# define SSL_TXT_KRB5_DES_40_CBC_MD5 SSL3_TXT_KRB5_DES_40_CBC_MD5 +# define SSL_TXT_KRB5_RC2_40_CBC_MD5 SSL3_TXT_KRB5_RC2_40_CBC_MD5 +# define SSL_TXT_KRB5_RC4_40_MD5 SSL3_TXT_KRB5_RC4_40_MD5 + +# define SSL_TXT_KRB5_DES_40_CBC_SHA SSL3_TXT_KRB5_DES_40_CBC_SHA +# define SSL_TXT_KRB5_DES_40_CBC_MD5 SSL3_TXT_KRB5_DES_40_CBC_MD5 +# define SSL_TXT_KRB5_DES_64_CBC_SHA SSL3_TXT_KRB5_DES_64_CBC_SHA +# define SSL_TXT_KRB5_DES_64_CBC_MD5 SSL3_TXT_KRB5_DES_64_CBC_MD5 +# define SSL_TXT_KRB5_DES_192_CBC3_SHA SSL3_TXT_KRB5_DES_192_CBC3_SHA +# define SSL_TXT_KRB5_DES_192_CBC3_MD5 SSL3_TXT_KRB5_DES_192_CBC3_MD5 +# define SSL_MAX_KRB5_PRINCIPAL_LENGTH 256 + +# define SSL_MAX_SSL_SESSION_ID_LENGTH 32 +# define SSL_MAX_SID_CTX_LENGTH 32 + +# define SSL_MIN_RSA_MODULUS_LENGTH_IN_BYTES (512/8) +# define SSL_MAX_KEY_ARG_LENGTH 8 +# define SSL_MAX_MASTER_KEY_LENGTH 48 /* These are used to specify which ciphers to use and not to use */ -#define SSL_TXT_EXP40 "EXPORT40" -#define SSL_TXT_EXP56 "EXPORT56" -#define SSL_TXT_LOW "LOW" -#define SSL_TXT_MEDIUM "MEDIUM" -#define SSL_TXT_HIGH "HIGH" -#define SSL_TXT_FIPS "FIPS" - -#define SSL_TXT_kFZA "kFZA" /* unused! */ -#define SSL_TXT_aFZA "aFZA" /* unused! */ -#define SSL_TXT_eFZA "eFZA" /* unused! */ -#define SSL_TXT_FZA "FZA" /* unused! */ - -#define SSL_TXT_aNULL "aNULL" -#define SSL_TXT_eNULL "eNULL" -#define SSL_TXT_NULL "NULL" - -#define SSL_TXT_kRSA "kRSA" -#define SSL_TXT_kDHr "kDHr" /* no such ciphersuites supported! */ -#define SSL_TXT_kDHd "kDHd" /* no such ciphersuites supported! */ -#define SSL_TXT_kDH "kDH" /* no such ciphersuites supported! */ -#define SSL_TXT_kEDH "kEDH" -#define SSL_TXT_kKRB5 "kKRB5" -#define SSL_TXT_kECDHr "kECDHr" -#define SSL_TXT_kECDHe "kECDHe" -#define SSL_TXT_kECDH "kECDH" -#define SSL_TXT_kEECDH "kEECDH" -#define SSL_TXT_kPSK "kPSK" -#define SSL_TXT_kGOST "kGOST" -#define SSL_TXT_kSRP "kSRP" - -#define SSL_TXT_aRSA "aRSA" -#define SSL_TXT_aDSS "aDSS" -#define SSL_TXT_aDH "aDH" /* no such ciphersuites supported! */ -#define SSL_TXT_aECDH "aECDH" -#define SSL_TXT_aKRB5 "aKRB5" -#define SSL_TXT_aECDSA "aECDSA" -#define SSL_TXT_aPSK "aPSK" -#define SSL_TXT_aGOST94 "aGOST94" -#define SSL_TXT_aGOST01 "aGOST01" -#define SSL_TXT_aGOST "aGOST" -#define SSL_TXT_aSRP "aSRP" - -#define SSL_TXT_DSS "DSS" -#define SSL_TXT_DH "DH" -#define SSL_TXT_EDH "EDH" /* same as "kEDH:-ADH" */ -#define SSL_TXT_ADH "ADH" -#define SSL_TXT_RSA "RSA" -#define SSL_TXT_ECDH "ECDH" -#define SSL_TXT_EECDH "EECDH" /* same as "kEECDH:-AECDH" */ -#define SSL_TXT_AECDH "AECDH" -#define SSL_TXT_ECDSA "ECDSA" -#define SSL_TXT_KRB5 "KRB5" -#define SSL_TXT_PSK "PSK" -#define SSL_TXT_SRP "SRP" - -#define SSL_TXT_DES "DES" -#define SSL_TXT_3DES "3DES" -#define SSL_TXT_RC4 "RC4" -#define SSL_TXT_RC2 "RC2" -#define SSL_TXT_IDEA "IDEA" -#define SSL_TXT_SEED "SEED" -#define SSL_TXT_AES128 "AES128" -#define SSL_TXT_AES256 "AES256" -#define SSL_TXT_AES "AES" -#define SSL_TXT_AES_GCM "AESGCM" -#define SSL_TXT_CAMELLIA128 "CAMELLIA128" -#define SSL_TXT_CAMELLIA256 "CAMELLIA256" -#define SSL_TXT_CAMELLIA "CAMELLIA" - -#define SSL_TXT_MD5 "MD5" -#define SSL_TXT_SHA1 "SHA1" -#define SSL_TXT_SHA "SHA" /* same as "SHA1" */ -#define SSL_TXT_GOST94 "GOST94" -#define SSL_TXT_GOST89MAC "GOST89MAC" -#define SSL_TXT_SHA256 "SHA256" -#define SSL_TXT_SHA384 "SHA384" - -#define SSL_TXT_SSLV2 "SSLv2" -#define SSL_TXT_SSLV3 "SSLv3" -#define SSL_TXT_TLSV1 "TLSv1" -#define SSL_TXT_TLSV1_1 "TLSv1.1" -#define SSL_TXT_TLSV1_2 "TLSv1.2" - -#define SSL_TXT_EXP "EXP" -#define SSL_TXT_EXPORT "EXPORT" - -#define SSL_TXT_ALL "ALL" - -/* +# define SSL_TXT_EXP40 "EXPORT40" +# define SSL_TXT_EXP56 "EXPORT56" +# define SSL_TXT_LOW "LOW" +# define SSL_TXT_MEDIUM "MEDIUM" +# define SSL_TXT_HIGH "HIGH" +# define SSL_TXT_FIPS "FIPS" + +# define SSL_TXT_kFZA "kFZA"/* unused! */ +# define SSL_TXT_aFZA "aFZA"/* unused! */ +# define SSL_TXT_eFZA "eFZA"/* unused! */ +# define SSL_TXT_FZA "FZA"/* unused! */ + +# define SSL_TXT_aNULL "aNULL" +# define SSL_TXT_eNULL "eNULL" +# define SSL_TXT_NULL "NULL" + +# define SSL_TXT_kRSA "kRSA" +# define SSL_TXT_kDHr "kDHr" +# define SSL_TXT_kDHd "kDHd" +# define SSL_TXT_kDH "kDH" +# define SSL_TXT_kEDH "kEDH" +# define SSL_TXT_kDHE "kDHE"/* alias for kEDH */ +# define SSL_TXT_kKRB5 "kKRB5" +# define SSL_TXT_kECDHr "kECDHr" +# define SSL_TXT_kECDHe "kECDHe" +# define SSL_TXT_kECDH "kECDH" +# define SSL_TXT_kEECDH "kEECDH" +# define SSL_TXT_kECDHE "kECDHE"/* alias for kEECDH */ +# define SSL_TXT_kPSK "kPSK" +# define SSL_TXT_kGOST "kGOST" +# define SSL_TXT_kSRP "kSRP" + +# define SSL_TXT_aRSA "aRSA" +# define SSL_TXT_aDSS "aDSS" +# define SSL_TXT_aDH "aDH" +# define SSL_TXT_aECDH "aECDH" +# define SSL_TXT_aKRB5 "aKRB5" +# define SSL_TXT_aECDSA "aECDSA" +# define SSL_TXT_aPSK "aPSK" +# define SSL_TXT_aGOST94 "aGOST94" +# define SSL_TXT_aGOST01 "aGOST01" +# define SSL_TXT_aGOST "aGOST" +# define SSL_TXT_aSRP "aSRP" + +# define SSL_TXT_DSS "DSS" +# define SSL_TXT_DH "DH" +# define SSL_TXT_EDH "EDH"/* same as "kEDH:-ADH" */ +# define SSL_TXT_DHE "DHE"/* alias for EDH */ +# define SSL_TXT_ADH "ADH" +# define SSL_TXT_RSA "RSA" +# define SSL_TXT_ECDH "ECDH" +# define SSL_TXT_EECDH "EECDH"/* same as "kEECDH:-AECDH" */ +# define SSL_TXT_ECDHE "ECDHE"/* alias for ECDHE" */ +# define SSL_TXT_AECDH "AECDH" +# define SSL_TXT_ECDSA "ECDSA" +# define SSL_TXT_KRB5 "KRB5" +# define SSL_TXT_PSK "PSK" +# define SSL_TXT_SRP "SRP" + +# define SSL_TXT_DES "DES" +# define SSL_TXT_3DES "3DES" +# define SSL_TXT_RC4 "RC4" +# define SSL_TXT_RC2 "RC2" +# define SSL_TXT_IDEA "IDEA" +# define SSL_TXT_SEED "SEED" +# define SSL_TXT_AES128 "AES128" +# define SSL_TXT_AES256 "AES256" +# define SSL_TXT_AES "AES" +# define SSL_TXT_AES_GCM "AESGCM" +# define SSL_TXT_CAMELLIA128 "CAMELLIA128" +# define SSL_TXT_CAMELLIA256 "CAMELLIA256" +# define SSL_TXT_CAMELLIA "CAMELLIA" + +# define SSL_TXT_MD5 "MD5" +# define SSL_TXT_SHA1 "SHA1" +# define SSL_TXT_SHA "SHA"/* same as "SHA1" */ +# define SSL_TXT_GOST94 "GOST94" +# define SSL_TXT_GOST89MAC "GOST89MAC" +# define SSL_TXT_SHA256 "SHA256" +# define SSL_TXT_SHA384 "SHA384" + +# define SSL_TXT_SSLV2 "SSLv2" +# define SSL_TXT_SSLV3 "SSLv3" +# define SSL_TXT_TLSV1 "TLSv1" +# define SSL_TXT_TLSV1_1 "TLSv1.1" +# define SSL_TXT_TLSV1_2 "TLSv1.2" + +# define SSL_TXT_EXP "EXP" +# define SSL_TXT_EXPORT "EXPORT" + +# define SSL_TXT_ALL "ALL" + +/*- * COMPLEMENTOF* definitions. These identifiers are used to (de-select) * ciphers normally not being used. * Example: "RC4" will activate all ciphers using RC4 including ciphers @@ -326,23 +331,24 @@ extern "C" { * DEFAULT gets, as only selection is being done and no sorting as needed * for DEFAULT. */ -#define SSL_TXT_CMPALL "COMPLEMENTOFALL" -#define SSL_TXT_CMPDEF "COMPLEMENTOFDEFAULT" - -/* The following cipher list is used by default. - * It also is substituted when an application-defined cipher list string - * starts with 'DEFAULT'. */ -#define SSL_DEFAULT_CIPHER_LIST "ALL:!aNULL:!eNULL:!SSLv2" -/* As of OpenSSL 1.0.0, ssl_create_cipher_list() in ssl/ssl_ciph.c always +# define SSL_TXT_CMPALL "COMPLEMENTOFALL" +# define SSL_TXT_CMPDEF "COMPLEMENTOFDEFAULT" + +/* + * The following cipher list is used by default. It also is substituted when + * an application-defined cipher list string starts with 'DEFAULT'. + */ +# define SSL_DEFAULT_CIPHER_LIST "ALL:!aNULL:!eNULL:!SSLv2" +/* + * As of OpenSSL 1.0.0, ssl_create_cipher_list() in ssl/ssl_ciph.c always * starts with a reasonable order, and all we have to do for DEFAULT is - * throwing out anonymous and unencrypted ciphersuites! - * (The latter are not actually enabled by ALL, but "ALL:RSA" would enable - * some of them.) + * throwing out anonymous and unencrypted ciphersuites! (The latter are not + * actually enabled by ALL, but "ALL:RSA" would enable some of them.) */ /* Used in SSL_set_shutdown()/SSL_get_shutdown(); */ -#define SSL_SENT_SHUTDOWN 1 -#define SSL_RECEIVED_SHUTDOWN 2 +# define SSL_SENT_SHUTDOWN 1 +# define SSL_RECEIVED_SHUTDOWN 2 #ifdef __cplusplus } @@ -352,381 +358,512 @@ extern "C" { extern "C" { #endif -#if (defined(OPENSSL_NO_RSA) || defined(OPENSSL_NO_MD5)) && !defined(OPENSSL_NO_SSL2) -#define OPENSSL_NO_SSL2 -#endif +# if (defined(OPENSSL_NO_RSA) || defined(OPENSSL_NO_MD5)) && !defined(OPENSSL_NO_SSL2) +# define OPENSSL_NO_SSL2 +# endif -#define SSL_FILETYPE_ASN1 X509_FILETYPE_ASN1 -#define SSL_FILETYPE_PEM X509_FILETYPE_PEM +# define SSL_FILETYPE_ASN1 X509_FILETYPE_ASN1 +# define SSL_FILETYPE_PEM X509_FILETYPE_PEM -/* This is needed to stop compilers complaining about the - * 'struct ssl_st *' function parameters used to prototype callbacks - * in SSL_CTX. */ +/* + * This is needed to stop compilers complaining about the 'struct ssl_st *' + * function parameters used to prototype callbacks in SSL_CTX. + */ typedef struct ssl_st *ssl_crock_st; typedef struct tls_session_ticket_ext_st TLS_SESSION_TICKET_EXT; typedef struct ssl_method_st SSL_METHOD; typedef struct ssl_cipher_st SSL_CIPHER; typedef struct ssl_session_st SSL_SESSION; +typedef struct tls_sigalgs_st TLS_SIGALGS; +typedef struct ssl_conf_ctx_st SSL_CONF_CTX; DECLARE_STACK_OF(SSL_CIPHER) /* SRTP protection profiles for use with the use_srtp extension (RFC 5764)*/ -typedef struct srtp_protection_profile_st - { - const char *name; - unsigned long id; - } SRTP_PROTECTION_PROFILE; +typedef struct srtp_protection_profile_st { + const char *name; + unsigned long id; +} SRTP_PROTECTION_PROFILE; DECLARE_STACK_OF(SRTP_PROTECTION_PROFILE) -typedef int (*tls_session_ticket_ext_cb_fn)(SSL *s, const unsigned char *data, int len, void *arg); -typedef int (*tls_session_secret_cb_fn)(SSL *s, void *secret, int *secret_len, STACK_OF(SSL_CIPHER) *peer_ciphers, SSL_CIPHER **cipher, void *arg); +typedef int (*tls_session_ticket_ext_cb_fn) (SSL *s, + const unsigned char *data, + int len, void *arg); +typedef int (*tls_session_secret_cb_fn) (SSL *s, void *secret, + int *secret_len, + STACK_OF(SSL_CIPHER) *peer_ciphers, + SSL_CIPHER **cipher, void *arg); +# ifndef OPENSSL_NO_TLSEXT -#ifndef OPENSSL_NO_SSL_INTERN +/* Typedefs for handling custom extensions */ -/* used to hold info on the particular ciphers used */ -struct ssl_cipher_st - { - int valid; - const char *name; /* text name */ - unsigned long id; /* id, 4 bytes, first is version */ - - /* changed in 0.9.9: these four used to be portions of a single value 'algorithms' */ - unsigned long algorithm_mkey; /* key exchange algorithm */ - unsigned long algorithm_auth; /* server authentication */ - unsigned long algorithm_enc; /* symmetric encryption */ - unsigned long algorithm_mac; /* symmetric authentication */ - unsigned long algorithm_ssl; /* (major) protocol version */ - - unsigned long algo_strength; /* strength and export flags */ - unsigned long algorithm2; /* Extra flags */ - int strength_bits; /* Number of bits really used */ - int alg_bits; /* Number of bits for algorithm */ - }; +typedef int (*custom_ext_add_cb) (SSL *s, unsigned int ext_type, + const unsigned char **out, + size_t *outlen, int *al, void *add_arg); + +typedef void (*custom_ext_free_cb) (SSL *s, unsigned int ext_type, + const unsigned char *out, void *add_arg); +typedef int (*custom_ext_parse_cb) (SSL *s, unsigned int ext_type, + const unsigned char *in, + size_t inlen, int *al, void *parse_arg); + +# endif + +# ifndef OPENSSL_NO_SSL_INTERN + +/* used to hold info on the particular ciphers used */ +struct ssl_cipher_st { + int valid; + const char *name; /* text name */ + unsigned long id; /* id, 4 bytes, first is version */ + /* + * changed in 0.9.9: these four used to be portions of a single value + * 'algorithms' + */ + unsigned long algorithm_mkey; /* key exchange algorithm */ + unsigned long algorithm_auth; /* server authentication */ + unsigned long algorithm_enc; /* symmetric encryption */ + unsigned long algorithm_mac; /* symmetric authentication */ + unsigned long algorithm_ssl; /* (major) protocol version */ + unsigned long algo_strength; /* strength and export flags */ + unsigned long algorithm2; /* Extra flags */ + int strength_bits; /* Number of bits really used */ + int alg_bits; /* Number of bits for algorithm */ +}; /* Used to hold functions for SSLv2 or SSLv3/TLSv1 functions */ -struct ssl_method_st - { - int version; - int (*ssl_new)(SSL *s); - void (*ssl_clear)(SSL *s); - void (*ssl_free)(SSL *s); - int (*ssl_accept)(SSL *s); - int (*ssl_connect)(SSL *s); - int (*ssl_read)(SSL *s,void *buf,int len); - int (*ssl_peek)(SSL *s,void *buf,int len); - int (*ssl_write)(SSL *s,const void *buf,int len); - int (*ssl_shutdown)(SSL *s); - int (*ssl_renegotiate)(SSL *s); - int (*ssl_renegotiate_check)(SSL *s); - long (*ssl_get_message)(SSL *s, int st1, int stn, int mt, long - max, int *ok); - int (*ssl_read_bytes)(SSL *s, int type, unsigned char *buf, int len, - int peek); - int (*ssl_write_bytes)(SSL *s, int type, const void *buf_, int len); - int (*ssl_dispatch_alert)(SSL *s); - long (*ssl_ctrl)(SSL *s,int cmd,long larg,void *parg); - long (*ssl_ctx_ctrl)(SSL_CTX *ctx,int cmd,long larg,void *parg); - const SSL_CIPHER *(*get_cipher_by_char)(const unsigned char *ptr); - int (*put_cipher_by_char)(const SSL_CIPHER *cipher,unsigned char *ptr); - int (*ssl_pending)(const SSL *s); - int (*num_ciphers)(void); - const SSL_CIPHER *(*get_cipher)(unsigned ncipher); - const struct ssl_method_st *(*get_ssl_method)(int version); - long (*get_timeout)(void); - struct ssl3_enc_method *ssl3_enc; /* Extra SSLv3/TLS stuff */ - int (*ssl_version)(void); - long (*ssl_callback_ctrl)(SSL *s, int cb_id, void (*fp)(void)); - long (*ssl_ctx_callback_ctrl)(SSL_CTX *s, int cb_id, void (*fp)(void)); - }; - -/* Lets make this into an ASN.1 type structure as follows +struct ssl_method_st { + int version; + int (*ssl_new) (SSL *s); + void (*ssl_clear) (SSL *s); + void (*ssl_free) (SSL *s); + int (*ssl_accept) (SSL *s); + int (*ssl_connect) (SSL *s); + int (*ssl_read) (SSL *s, void *buf, int len); + int (*ssl_peek) (SSL *s, void *buf, int len); + int (*ssl_write) (SSL *s, const void *buf, int len); + int (*ssl_shutdown) (SSL *s); + int (*ssl_renegotiate) (SSL *s); + int (*ssl_renegotiate_check) (SSL *s); + long (*ssl_get_message) (SSL *s, int st1, int stn, int mt, long + max, int *ok); + int (*ssl_read_bytes) (SSL *s, int type, unsigned char *buf, int len, + int peek); + int (*ssl_write_bytes) (SSL *s, int type, const void *buf_, int len); + int (*ssl_dispatch_alert) (SSL *s); + long (*ssl_ctrl) (SSL *s, int cmd, long larg, void *parg); + long (*ssl_ctx_ctrl) (SSL_CTX *ctx, int cmd, long larg, void *parg); + const SSL_CIPHER *(*get_cipher_by_char) (const unsigned char *ptr); + int (*put_cipher_by_char) (const SSL_CIPHER *cipher, unsigned char *ptr); + int (*ssl_pending) (const SSL *s); + int (*num_ciphers) (void); + const SSL_CIPHER *(*get_cipher) (unsigned ncipher); + const struct ssl_method_st *(*get_ssl_method) (int version); + long (*get_timeout) (void); + struct ssl3_enc_method *ssl3_enc; /* Extra SSLv3/TLS stuff */ + int (*ssl_version) (void); + long (*ssl_callback_ctrl) (SSL *s, int cb_id, void (*fp) (void)); + long (*ssl_ctx_callback_ctrl) (SSL_CTX *s, int cb_id, void (*fp) (void)); +}; + +/*- + * Lets make this into an ASN.1 type structure as follows * SSL_SESSION_ID ::= SEQUENCE { - * version INTEGER, -- structure version number - * SSLversion INTEGER, -- SSL version number - * Cipher OCTET STRING, -- the 3 byte cipher ID - * Session_ID OCTET STRING, -- the Session ID - * Master_key OCTET STRING, -- the master key - * KRB5_principal OCTET STRING -- optional Kerberos principal - * Key_Arg [ 0 ] IMPLICIT OCTET STRING, -- the optional Key argument - * Time [ 1 ] EXPLICIT INTEGER, -- optional Start Time - * Timeout [ 2 ] EXPLICIT INTEGER, -- optional Timeout ins seconds - * Peer [ 3 ] EXPLICIT X509, -- optional Peer Certificate - * Session_ID_context [ 4 ] EXPLICIT OCTET STRING, -- the Session ID context - * Verify_result [ 5 ] EXPLICIT INTEGER, -- X509_V_... code for `Peer' - * HostName [ 6 ] EXPLICIT OCTET STRING, -- optional HostName from servername TLS extension - * PSK_identity_hint [ 7 ] EXPLICIT OCTET STRING, -- optional PSK identity hint - * PSK_identity [ 8 ] EXPLICIT OCTET STRING, -- optional PSK identity - * Ticket_lifetime_hint [9] EXPLICIT INTEGER, -- server's lifetime hint for session ticket - * Ticket [10] EXPLICIT OCTET STRING, -- session ticket (clients only) - * Compression_meth [11] EXPLICIT OCTET STRING, -- optional compression method - * SRP_username [ 12 ] EXPLICIT OCTET STRING -- optional SRP username - * } + * version INTEGER, -- structure version number + * SSLversion INTEGER, -- SSL version number + * Cipher OCTET STRING, -- the 3 byte cipher ID + * Session_ID OCTET STRING, -- the Session ID + * Master_key OCTET STRING, -- the master key + * KRB5_principal OCTET STRING -- optional Kerberos principal + * Key_Arg [ 0 ] IMPLICIT OCTET STRING, -- the optional Key argument + * Time [ 1 ] EXPLICIT INTEGER, -- optional Start Time + * Timeout [ 2 ] EXPLICIT INTEGER, -- optional Timeout ins seconds + * Peer [ 3 ] EXPLICIT X509, -- optional Peer Certificate + * Session_ID_context [ 4 ] EXPLICIT OCTET STRING, -- the Session ID context + * Verify_result [ 5 ] EXPLICIT INTEGER, -- X509_V_... code for `Peer' + * HostName [ 6 ] EXPLICIT OCTET STRING, -- optional HostName from servername TLS extension + * PSK_identity_hint [ 7 ] EXPLICIT OCTET STRING, -- optional PSK identity hint + * PSK_identity [ 8 ] EXPLICIT OCTET STRING, -- optional PSK identity + * Ticket_lifetime_hint [9] EXPLICIT INTEGER, -- server's lifetime hint for session ticket + * Ticket [10] EXPLICIT OCTET STRING, -- session ticket (clients only) + * Compression_meth [11] EXPLICIT OCTET STRING, -- optional compression method + * SRP_username [ 12 ] EXPLICIT OCTET STRING -- optional SRP username + * } * Look in ssl/ssl_asn1.c for more details * I'm using EXPLICIT tags so I can read the damn things using asn1parse :-). */ -struct ssl_session_st - { - int ssl_version; /* what ssl version session info is - * being kept in here? */ - - /* only really used in SSLv2 */ - unsigned int key_arg_length; - unsigned char key_arg[SSL_MAX_KEY_ARG_LENGTH]; - int master_key_length; - unsigned char master_key[SSL_MAX_MASTER_KEY_LENGTH]; - /* session_id - valid? */ - unsigned int session_id_length; - unsigned char session_id[SSL_MAX_SSL_SESSION_ID_LENGTH]; - /* this is used to determine whether the session is being reused in - * the appropriate context. It is up to the application to set this, - * via SSL_new */ - unsigned int sid_ctx_length; - unsigned char sid_ctx[SSL_MAX_SID_CTX_LENGTH]; - -#ifndef OPENSSL_NO_KRB5 - unsigned int krb5_client_princ_len; - unsigned char krb5_client_princ[SSL_MAX_KRB5_PRINCIPAL_LENGTH]; -#endif /* OPENSSL_NO_KRB5 */ -#ifndef OPENSSL_NO_PSK - char *psk_identity_hint; - char *psk_identity; -#endif - /* Used to indicate that session resumption is not allowed. - * Applications can also set this bit for a new session via - * not_resumable_session_cb to disable session caching and tickets. */ - int not_resumable; - - /* The cert is the certificate used to establish this connection */ - struct sess_cert_st /* SESS_CERT */ *sess_cert; - - /* This is the cert for the other end. - * On clients, it will be the same as sess_cert->peer_key->x509 - * (the latter is not enough as sess_cert is not retained - * in the external representation of sessions, see ssl_asn1.c). */ - X509 *peer; - /* when app_verify_callback accepts a session where the peer's certificate - * is not ok, we must remember the error for session reuse: */ - long verify_result; /* only for servers */ - - int references; - long timeout; - long time; - - unsigned int compress_meth; /* Need to lookup the method */ - - const SSL_CIPHER *cipher; - unsigned long cipher_id; /* when ASN.1 loaded, this - * needs to be used to load - * the 'cipher' structure */ - - STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */ - - CRYPTO_EX_DATA ex_data; /* application specific data */ - - /* These are used to make removal of session-ids more - * efficient and to implement a maximum cache size. */ - struct ssl_session_st *prev,*next; -#ifndef OPENSSL_NO_TLSEXT - char *tlsext_hostname; -#ifndef OPENSSL_NO_EC - size_t tlsext_ecpointformatlist_length; - unsigned char *tlsext_ecpointformatlist; /* peer's list */ - size_t tlsext_ellipticcurvelist_length; - unsigned char *tlsext_ellipticcurvelist; /* peer's list */ -#endif /* OPENSSL_NO_EC */ - /* RFC4507 info */ - unsigned char *tlsext_tick; /* Session ticket */ - size_t tlsext_ticklen; /* Session ticket length */ - long tlsext_tick_lifetime_hint; /* Session lifetime hint in seconds */ -#endif -#ifndef OPENSSL_NO_SRP - char *srp_username; -#endif - }; +struct ssl_session_st { + int ssl_version; /* what ssl version session info is being + * kept in here? */ + /* only really used in SSLv2 */ + unsigned int key_arg_length; + unsigned char key_arg[SSL_MAX_KEY_ARG_LENGTH]; + int master_key_length; + unsigned char master_key[SSL_MAX_MASTER_KEY_LENGTH]; + /* session_id - valid? */ + unsigned int session_id_length; + unsigned char session_id[SSL_MAX_SSL_SESSION_ID_LENGTH]; + /* + * this is used to determine whether the session is being reused in the + * appropriate context. It is up to the application to set this, via + * SSL_new + */ + unsigned int sid_ctx_length; + unsigned char sid_ctx[SSL_MAX_SID_CTX_LENGTH]; +# ifndef OPENSSL_NO_KRB5 + unsigned int krb5_client_princ_len; + unsigned char krb5_client_princ[SSL_MAX_KRB5_PRINCIPAL_LENGTH]; +# endif /* OPENSSL_NO_KRB5 */ +# ifndef OPENSSL_NO_PSK + char *psk_identity_hint; + char *psk_identity; +# endif + /* + * Used to indicate that session resumption is not allowed. Applications + * can also set this bit for a new session via not_resumable_session_cb + * to disable session caching and tickets. + */ + int not_resumable; + /* The cert is the certificate used to establish this connection */ + struct sess_cert_st /* SESS_CERT */ *sess_cert; + /* + * This is the cert for the other end. On clients, it will be the same as + * sess_cert->peer_key->x509 (the latter is not enough as sess_cert is + * not retained in the external representation of sessions, see + * ssl_asn1.c). + */ + X509 *peer; + /* + * when app_verify_callback accepts a session where the peer's + * certificate is not ok, we must remember the error for session reuse: + */ + long verify_result; /* only for servers */ + int references; + long timeout; + long time; + unsigned int compress_meth; /* Need to lookup the method */ + const SSL_CIPHER *cipher; + unsigned long cipher_id; /* when ASN.1 loaded, this needs to be used + * to load the 'cipher' structure */ + STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */ + CRYPTO_EX_DATA ex_data; /* application specific data */ + /* + * These are used to make removal of session-ids more efficient and to + * implement a maximum cache size. + */ + struct ssl_session_st *prev, *next; +# ifndef OPENSSL_NO_TLSEXT + char *tlsext_hostname; +# ifndef OPENSSL_NO_EC + size_t tlsext_ecpointformatlist_length; + unsigned char *tlsext_ecpointformatlist; /* peer's list */ + size_t tlsext_ellipticcurvelist_length; + unsigned char *tlsext_ellipticcurvelist; /* peer's list */ +# endif /* OPENSSL_NO_EC */ + /* RFC4507 info */ + unsigned char *tlsext_tick; /* Session ticket */ + size_t tlsext_ticklen; /* Session ticket length */ + long tlsext_tick_lifetime_hint; /* Session lifetime hint in seconds */ +# endif +# ifndef OPENSSL_NO_SRP + char *srp_username; +# endif +}; -#endif +# endif -#define SSL_OP_MICROSOFT_SESS_ID_BUG 0x00000001L -#define SSL_OP_NETSCAPE_CHALLENGE_BUG 0x00000002L +# define SSL_OP_MICROSOFT_SESS_ID_BUG 0x00000001L +# define SSL_OP_NETSCAPE_CHALLENGE_BUG 0x00000002L /* Allow initial connection to servers that don't support RI */ -#define SSL_OP_LEGACY_SERVER_CONNECT 0x00000004L -#define SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG 0x00000008L -#define SSL_OP_TLSEXT_PADDING 0x00000010L -#define SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER 0x00000020L -#define SSL_OP_SAFARI_ECDHE_ECDSA_BUG 0x00000040L -#define SSL_OP_SSLEAY_080_CLIENT_DH_BUG 0x00000080L -#define SSL_OP_TLS_D5_BUG 0x00000100L -#define SSL_OP_TLS_BLOCK_PADDING_BUG 0x00000200L +# define SSL_OP_LEGACY_SERVER_CONNECT 0x00000004L +# define SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG 0x00000008L +# define SSL_OP_TLSEXT_PADDING 0x00000010L +# define SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER 0x00000020L +# define SSL_OP_SAFARI_ECDHE_ECDSA_BUG 0x00000040L +# define SSL_OP_SSLEAY_080_CLIENT_DH_BUG 0x00000080L +# define SSL_OP_TLS_D5_BUG 0x00000100L +# define SSL_OP_TLS_BLOCK_PADDING_BUG 0x00000200L /* Hasn't done anything since OpenSSL 0.9.7h, retained for compatibility */ -#define SSL_OP_MSIE_SSLV2_RSA_PADDING 0x0 +# define SSL_OP_MSIE_SSLV2_RSA_PADDING 0x0 /* Refers to ancient SSLREF and SSLv2, retained for compatibility */ -#define SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG 0x0 +# define SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG 0x0 -/* Disable SSL 3.0/TLS 1.0 CBC vulnerability workaround that was added - * in OpenSSL 0.9.6d. Usually (depending on the application protocol) - * the workaround is not needed. Unfortunately some broken SSL/TLS - * implementations cannot handle it at all, which is why we include - * it in SSL_OP_ALL. */ -#define SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS 0x00000800L /* added in 0.9.6e */ +/* + * Disable SSL 3.0/TLS 1.0 CBC vulnerability workaround that was added in + * OpenSSL 0.9.6d. Usually (depending on the application protocol) the + * workaround is not needed. Unfortunately some broken SSL/TLS + * implementations cannot handle it at all, which is why we include it in + * SSL_OP_ALL. + */ +/* added in 0.9.6e */ +# define SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS 0x00000800L -/* SSL_OP_ALL: various bug workarounds that should be rather harmless. - * This used to be 0x000FFFFFL before 0.9.7. */ -#define SSL_OP_ALL 0x80000BFFL +/* + * SSL_OP_ALL: various bug workarounds that should be rather harmless. This + * used to be 0x000FFFFFL before 0.9.7. + */ +# define SSL_OP_ALL 0x80000BFFL /* DTLS options */ -#define SSL_OP_NO_QUERY_MTU 0x00001000L +# define SSL_OP_NO_QUERY_MTU 0x00001000L /* Turn on Cookie Exchange (on relevant for servers) */ -#define SSL_OP_COOKIE_EXCHANGE 0x00002000L +# define SSL_OP_COOKIE_EXCHANGE 0x00002000L /* Don't use RFC4507 ticket extension */ -#define SSL_OP_NO_TICKET 0x00004000L +# define SSL_OP_NO_TICKET 0x00004000L /* Use Cisco's "speshul" version of DTLS_BAD_VER (as client) */ -#define SSL_OP_CISCO_ANYCONNECT 0x00008000L +# define SSL_OP_CISCO_ANYCONNECT 0x00008000L /* As server, disallow session resumption on renegotiation */ -#define SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION 0x00010000L +# define SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION 0x00010000L /* Don't use compression even if supported */ -#define SSL_OP_NO_COMPRESSION 0x00020000L +# define SSL_OP_NO_COMPRESSION 0x00020000L /* Permit unsafe legacy renegotiation */ -#define SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION 0x00040000L +# define SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION 0x00040000L /* If set, always create a new key when using tmp_ecdh parameters */ -#define SSL_OP_SINGLE_ECDH_USE 0x00080000L +# define SSL_OP_SINGLE_ECDH_USE 0x00080000L /* If set, always create a new key when using tmp_dh parameters */ -#define SSL_OP_SINGLE_DH_USE 0x00100000L -/* Set to always use the tmp_rsa key when doing RSA operations, - * even when this violates protocol specs */ -#define SSL_OP_EPHEMERAL_RSA 0x00200000L -/* Set on servers to choose the cipher according to the server's - * preferences */ -#define SSL_OP_CIPHER_SERVER_PREFERENCE 0x00400000L -/* If set, a server will allow a client to issue a SSLv3.0 version number - * as latest version supported in the premaster secret, even when TLSv1.0 +# define SSL_OP_SINGLE_DH_USE 0x00100000L +/* Does nothing: retained for compatibiity */ +# define SSL_OP_EPHEMERAL_RSA 0x0 +/* + * Set on servers to choose the cipher according to the server's preferences + */ +# define SSL_OP_CIPHER_SERVER_PREFERENCE 0x00400000L +/* + * If set, a server will allow a client to issue a SSLv3.0 version number as + * latest version supported in the premaster secret, even when TLSv1.0 * (version 3.1) was announced in the client hello. Normally this is - * forbidden to prevent version rollback attacks. */ -#define SSL_OP_TLS_ROLLBACK_BUG 0x00800000L + * forbidden to prevent version rollback attacks. + */ +# define SSL_OP_TLS_ROLLBACK_BUG 0x00800000L + +# define SSL_OP_NO_SSLv2 0x01000000L +# define SSL_OP_NO_SSLv3 0x02000000L +# define SSL_OP_NO_TLSv1 0x04000000L +# define SSL_OP_NO_TLSv1_2 0x08000000L +# define SSL_OP_NO_TLSv1_1 0x10000000L + +# define SSL_OP_NO_DTLSv1 0x04000000L +# define SSL_OP_NO_DTLSv1_2 0x08000000L + +# define SSL_OP_NO_SSL_MASK (SSL_OP_NO_SSLv2|SSL_OP_NO_SSLv3|\ + SSL_OP_NO_TLSv1|SSL_OP_NO_TLSv1_1|SSL_OP_NO_TLSv1_2) -#define SSL_OP_NO_SSLv2 0x01000000L -#define SSL_OP_NO_SSLv3 0x02000000L -#define SSL_OP_NO_TLSv1 0x04000000L -#define SSL_OP_NO_TLSv1_2 0x08000000L -#define SSL_OP_NO_TLSv1_1 0x10000000L +/* + * These next two were never actually used for anything since SSLeay zap so + * we have some more flags. + */ +/* + * The next flag deliberately changes the ciphertest, this is a check for the + * PKCS#1 attack + */ +# define SSL_OP_PKCS1_CHECK_1 0x0 +# define SSL_OP_PKCS1_CHECK_2 0x0 -/* These next two were never actually used for anything since SSLeay - * zap so we have some more flags. +# define SSL_OP_NETSCAPE_CA_DN_BUG 0x20000000L +# define SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG 0x40000000L +/* + * Make server add server-hello extension from early version of cryptopro + * draft, when GOST ciphersuite is negotiated. Required for interoperability + * with CryptoPro CSP 3.x */ -/* The next flag deliberately changes the ciphertest, this is a check - * for the PKCS#1 attack */ -#define SSL_OP_PKCS1_CHECK_1 0x0 -#define SSL_OP_PKCS1_CHECK_2 0x0 - -#define SSL_OP_NETSCAPE_CA_DN_BUG 0x20000000L -#define SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG 0x40000000L -/* Make server add server-hello extension from early version of - * cryptopro draft, when GOST ciphersuite is negotiated. - * Required for interoperability with CryptoPro CSP 3.x +# define SSL_OP_CRYPTOPRO_TLSEXT_BUG 0x80000000L + +/* + * Allow SSL_write(..., n) to return r with 0 < r < n (i.e. report success + * when just a single record has been written): */ -#define SSL_OP_CRYPTOPRO_TLSEXT_BUG 0x80000000L - -/* Allow SSL_write(..., n) to return r with 0 < r < n (i.e. report success - * when just a single record has been written): */ -#define SSL_MODE_ENABLE_PARTIAL_WRITE 0x00000001L -/* Make it possible to retry SSL_write() with changed buffer location - * (buffer contents must stay the same!); this is not the default to avoid - * the misconception that non-blocking SSL_write() behaves like - * non-blocking write(): */ -#define SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER 0x00000002L -/* Never bother the application with retries if the transport - * is blocking: */ -#define SSL_MODE_AUTO_RETRY 0x00000004L +# define SSL_MODE_ENABLE_PARTIAL_WRITE 0x00000001L +/* + * Make it possible to retry SSL_write() with changed buffer location (buffer + * contents must stay the same!); this is not the default to avoid the + * misconception that non-blocking SSL_write() behaves like non-blocking + * write(): + */ +# define SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER 0x00000002L +/* + * Never bother the application with retries if the transport is blocking: + */ +# define SSL_MODE_AUTO_RETRY 0x00000004L /* Don't attempt to automatically build certificate chain */ -#define SSL_MODE_NO_AUTO_CHAIN 0x00000008L -/* Save RAM by releasing read and write buffers when they're empty. (SSL3 and - * TLS only.) "Released" buffers are put onto a free-list in the context - * or just freed (depending on the context's setting for freelist_max_len). */ -#define SSL_MODE_RELEASE_BUFFERS 0x00000010L -/* Send the current time in the Random fields of the ClientHello and +# define SSL_MODE_NO_AUTO_CHAIN 0x00000008L +/* + * Save RAM by releasing read and write buffers when they're empty. (SSL3 and + * TLS only.) "Released" buffers are put onto a free-list in the context or + * just freed (depending on the context's setting for freelist_max_len). + */ +# define SSL_MODE_RELEASE_BUFFERS 0x00000010L +/* + * Send the current time in the Random fields of the ClientHello and * ServerHello records for compatibility with hypothetical implementations * that require it. */ -#define SSL_MODE_SEND_CLIENTHELLO_TIME 0x00000020L -#define SSL_MODE_SEND_SERVERHELLO_TIME 0x00000040L -/* Send TLS_FALLBACK_SCSV in the ClientHello. - * To be set by applications that reconnect with a downgraded protocol - * version; see draft-ietf-tls-downgrade-scsv-00 for details. */ -#define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080L - -/* Note: SSL[_CTX]_set_{options,mode} use |= op on the previous value, - * they cannot be used to clear bits. */ - -#define SSL_CTX_set_options(ctx,op) \ - SSL_CTX_ctrl((ctx),SSL_CTRL_OPTIONS,(op),NULL) -#define SSL_CTX_clear_options(ctx,op) \ - SSL_CTX_ctrl((ctx),SSL_CTRL_CLEAR_OPTIONS,(op),NULL) -#define SSL_CTX_get_options(ctx) \ - SSL_CTX_ctrl((ctx),SSL_CTRL_OPTIONS,0,NULL) -#define SSL_set_options(ssl,op) \ - SSL_ctrl((ssl),SSL_CTRL_OPTIONS,(op),NULL) -#define SSL_clear_options(ssl,op) \ - SSL_ctrl((ssl),SSL_CTRL_CLEAR_OPTIONS,(op),NULL) -#define SSL_get_options(ssl) \ +# define SSL_MODE_SEND_CLIENTHELLO_TIME 0x00000020L +# define SSL_MODE_SEND_SERVERHELLO_TIME 0x00000040L +/* + * Send TLS_FALLBACK_SCSV in the ClientHello. To be set only by applications + * that reconnect with a downgraded protocol version; see + * draft-ietf-tls-downgrade-scsv-00 for details. DO NOT ENABLE THIS if your + * application attempts a normal handshake. Only use this in explicit + * fallback retries, following the guidance in + * draft-ietf-tls-downgrade-scsv-00. + */ +# define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080L + +/* Cert related flags */ +/* + * Many implementations ignore some aspects of the TLS standards such as + * enforcing certifcate chain algorithms. When this is set we enforce them. + */ +# define SSL_CERT_FLAG_TLS_STRICT 0x00000001L + +/* Suite B modes, takes same values as certificate verify flags */ +# define SSL_CERT_FLAG_SUITEB_128_LOS_ONLY 0x10000 +/* Suite B 192 bit only mode */ +# define SSL_CERT_FLAG_SUITEB_192_LOS 0x20000 +/* Suite B 128 bit mode allowing 192 bit algorithms */ +# define SSL_CERT_FLAG_SUITEB_128_LOS 0x30000 + +/* Perform all sorts of protocol violations for testing purposes */ +# define SSL_CERT_FLAG_BROKEN_PROTOCOL 0x10000000 + +/* Flags for building certificate chains */ +/* Treat any existing certificates as untrusted CAs */ +# define SSL_BUILD_CHAIN_FLAG_UNTRUSTED 0x1 +/* Don't include root CA in chain */ +# define SSL_BUILD_CHAIN_FLAG_NO_ROOT 0x2 +/* Just check certificates already there */ +# define SSL_BUILD_CHAIN_FLAG_CHECK 0x4 +/* Ignore verification errors */ +# define SSL_BUILD_CHAIN_FLAG_IGNORE_ERROR 0x8 +/* Clear verification errors from queue */ +# define SSL_BUILD_CHAIN_FLAG_CLEAR_ERROR 0x10 + +/* Flags returned by SSL_check_chain */ +/* Certificate can be used with this session */ +# define CERT_PKEY_VALID 0x1 +/* Certificate can also be used for signing */ +# define CERT_PKEY_SIGN 0x2 +/* EE certificate signing algorithm OK */ +# define CERT_PKEY_EE_SIGNATURE 0x10 +/* CA signature algorithms OK */ +# define CERT_PKEY_CA_SIGNATURE 0x20 +/* EE certificate parameters OK */ +# define CERT_PKEY_EE_PARAM 0x40 +/* CA certificate parameters OK */ +# define CERT_PKEY_CA_PARAM 0x80 +/* Signing explicitly allowed as opposed to SHA1 fallback */ +# define CERT_PKEY_EXPLICIT_SIGN 0x100 +/* Client CA issuer names match (always set for server cert) */ +# define CERT_PKEY_ISSUER_NAME 0x200 +/* Cert type matches client types (always set for server cert) */ +# define CERT_PKEY_CERT_TYPE 0x400 +/* Cert chain suitable to Suite B */ +# define CERT_PKEY_SUITEB 0x800 + +# define SSL_CONF_FLAG_CMDLINE 0x1 +# define SSL_CONF_FLAG_FILE 0x2 +# define SSL_CONF_FLAG_CLIENT 0x4 +# define SSL_CONF_FLAG_SERVER 0x8 +# define SSL_CONF_FLAG_SHOW_ERRORS 0x10 +# define SSL_CONF_FLAG_CERTIFICATE 0x20 +/* Configuration value types */ +# define SSL_CONF_TYPE_UNKNOWN 0x0 +# define SSL_CONF_TYPE_STRING 0x1 +# define SSL_CONF_TYPE_FILE 0x2 +# define SSL_CONF_TYPE_DIR 0x3 + +/* + * Note: SSL[_CTX]_set_{options,mode} use |= op on the previous value, they + * cannot be used to clear bits. + */ + +# define SSL_CTX_set_options(ctx,op) \ + SSL_CTX_ctrl((ctx),SSL_CTRL_OPTIONS,(op),NULL) +# define SSL_CTX_clear_options(ctx,op) \ + SSL_CTX_ctrl((ctx),SSL_CTRL_CLEAR_OPTIONS,(op),NULL) +# define SSL_CTX_get_options(ctx) \ + SSL_CTX_ctrl((ctx),SSL_CTRL_OPTIONS,0,NULL) +# define SSL_set_options(ssl,op) \ + SSL_ctrl((ssl),SSL_CTRL_OPTIONS,(op),NULL) +# define SSL_clear_options(ssl,op) \ + SSL_ctrl((ssl),SSL_CTRL_CLEAR_OPTIONS,(op),NULL) +# define SSL_get_options(ssl) \ SSL_ctrl((ssl),SSL_CTRL_OPTIONS,0,NULL) -#define SSL_CTX_set_mode(ctx,op) \ - SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,(op),NULL) -#define SSL_CTX_clear_mode(ctx,op) \ - SSL_CTX_ctrl((ctx),SSL_CTRL_CLEAR_MODE,(op),NULL) -#define SSL_CTX_get_mode(ctx) \ - SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,0,NULL) -#define SSL_clear_mode(ssl,op) \ - SSL_ctrl((ssl),SSL_CTRL_CLEAR_MODE,(op),NULL) -#define SSL_set_mode(ssl,op) \ - SSL_ctrl((ssl),SSL_CTRL_MODE,(op),NULL) -#define SSL_get_mode(ssl) \ +# define SSL_CTX_set_mode(ctx,op) \ + SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,(op),NULL) +# define SSL_CTX_clear_mode(ctx,op) \ + SSL_CTX_ctrl((ctx),SSL_CTRL_CLEAR_MODE,(op),NULL) +# define SSL_CTX_get_mode(ctx) \ + SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,0,NULL) +# define SSL_clear_mode(ssl,op) \ + SSL_ctrl((ssl),SSL_CTRL_CLEAR_MODE,(op),NULL) +# define SSL_set_mode(ssl,op) \ + SSL_ctrl((ssl),SSL_CTRL_MODE,(op),NULL) +# define SSL_get_mode(ssl) \ SSL_ctrl((ssl),SSL_CTRL_MODE,0,NULL) -#define SSL_set_mtu(ssl, mtu) \ +# define SSL_set_mtu(ssl, mtu) \ SSL_ctrl((ssl),SSL_CTRL_SET_MTU,(mtu),NULL) +# define DTLS_set_link_mtu(ssl, mtu) \ + SSL_ctrl((ssl),DTLS_CTRL_SET_LINK_MTU,(mtu),NULL) +# define DTLS_get_link_min_mtu(ssl) \ + SSL_ctrl((ssl),DTLS_CTRL_GET_LINK_MIN_MTU,0,NULL) -#define SSL_get_secure_renegotiation_support(ssl) \ - SSL_ctrl((ssl), SSL_CTRL_GET_RI_SUPPORT, 0, NULL) +# define SSL_get_secure_renegotiation_support(ssl) \ + SSL_ctrl((ssl), SSL_CTRL_GET_RI_SUPPORT, 0, NULL) -#ifndef OPENSSL_NO_HEARTBEATS -#define SSL_heartbeat(ssl) \ +# ifndef OPENSSL_NO_HEARTBEATS +# define SSL_heartbeat(ssl) \ SSL_ctrl((ssl),SSL_CTRL_TLS_EXT_SEND_HEARTBEAT,0,NULL) -#endif - -void SSL_CTX_set_msg_callback(SSL_CTX *ctx, void (*cb)(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg)); -void SSL_set_msg_callback(SSL *ssl, void (*cb)(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg)); -#define SSL_CTX_set_msg_callback_arg(ctx, arg) SSL_CTX_ctrl((ctx), SSL_CTRL_SET_MSG_CALLBACK_ARG, 0, (arg)) -#define SSL_set_msg_callback_arg(ssl, arg) SSL_ctrl((ssl), SSL_CTRL_SET_MSG_CALLBACK_ARG, 0, (arg)) - -#ifndef OPENSSL_NO_SRP - -#ifndef OPENSSL_NO_SSL_INTERN - -typedef struct srp_ctx_st - { - /* param for all the callbacks */ - void *SRP_cb_arg; - /* set client Hello login callback */ - int (*TLS_ext_srp_username_callback)(SSL *, int *, void *); - /* set SRP N/g param callback for verification */ - int (*SRP_verify_param_callback)(SSL *, void *); - /* set SRP client passwd callback */ - char *(*SRP_give_srp_client_pwd_callback)(SSL *, void *); - - char *login; - BIGNUM *N,*g,*s,*B,*A; - BIGNUM *a,*b,*v; - char *info; - int strength; - - unsigned long srp_Mask; - } SRP_CTX; +# endif -#endif +# define SSL_CTX_set_cert_flags(ctx,op) \ + SSL_CTX_ctrl((ctx),SSL_CTRL_CERT_FLAGS,(op),NULL) +# define SSL_set_cert_flags(s,op) \ + SSL_ctrl((s),SSL_CTRL_CERT_FLAGS,(op),NULL) +# define SSL_CTX_clear_cert_flags(ctx,op) \ + SSL_CTX_ctrl((ctx),SSL_CTRL_CLEAR_CERT_FLAGS,(op),NULL) +# define SSL_clear_cert_flags(s,op) \ + SSL_ctrl((s),SSL_CTRL_CLEAR_CERT_FLAGS,(op),NULL) + +void SSL_CTX_set_msg_callback(SSL_CTX *ctx, + void (*cb) (int write_p, int version, + int content_type, const void *buf, + size_t len, SSL *ssl, void *arg)); +void SSL_set_msg_callback(SSL *ssl, + void (*cb) (int write_p, int version, + int content_type, const void *buf, + size_t len, SSL *ssl, void *arg)); +# define SSL_CTX_set_msg_callback_arg(ctx, arg) SSL_CTX_ctrl((ctx), SSL_CTRL_SET_MSG_CALLBACK_ARG, 0, (arg)) +# define SSL_set_msg_callback_arg(ssl, arg) SSL_ctrl((ssl), SSL_CTRL_SET_MSG_CALLBACK_ARG, 0, (arg)) + +# ifndef OPENSSL_NO_SRP + +# ifndef OPENSSL_NO_SSL_INTERN + +typedef struct srp_ctx_st { + /* param for all the callbacks */ + void *SRP_cb_arg; + /* set client Hello login callback */ + int (*TLS_ext_srp_username_callback) (SSL *, int *, void *); + /* set SRP N/g param callback for verification */ + int (*SRP_verify_param_callback) (SSL *, void *); + /* set SRP client passwd callback */ + char *(*SRP_give_srp_client_pwd_callback) (SSL *, void *); + char *login; + BIGNUM *N, *g, *s, *B, *A; + BIGNUM *a, *b, *v; + char *info; + int strength; + unsigned long srp_Mask; +} SRP_CTX; + +# endif /* see tls_srp.c */ int SSL_SRP_CTX_init(SSL *s); @@ -734,1081 +871,1412 @@ int SSL_CTX_SRP_CTX_init(SSL_CTX *ctx); int SSL_SRP_CTX_free(SSL *ctx); int SSL_CTX_SRP_CTX_free(SSL_CTX *ctx); int SSL_srp_server_param_with_username(SSL *s, int *ad); -int SRP_generate_server_master_secret(SSL *s,unsigned char *master_key); +int SRP_generate_server_master_secret(SSL *s, unsigned char *master_key); int SRP_Calc_A_param(SSL *s); -int SRP_generate_client_master_secret(SSL *s,unsigned char *master_key); +int SRP_generate_client_master_secret(SSL *s, unsigned char *master_key); -#endif +# endif -#if defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_WIN32) -#define SSL_MAX_CERT_LIST_DEFAULT 1024*30 /* 30k max cert list :-) */ -#else -#define SSL_MAX_CERT_LIST_DEFAULT 1024*100 /* 100k max cert list :-) */ -#endif +# if defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_WIN32) +# define SSL_MAX_CERT_LIST_DEFAULT 1024*30 + /* 30k max cert list :-) */ +# else +# define SSL_MAX_CERT_LIST_DEFAULT 1024*100 + /* 100k max cert list :-) */ +# endif + +# define SSL_SESSION_CACHE_MAX_SIZE_DEFAULT (1024*20) -#define SSL_SESSION_CACHE_MAX_SIZE_DEFAULT (1024*20) - -/* This callback type is used inside SSL_CTX, SSL, and in the functions that set - * them. It is used to override the generation of SSL/TLS session IDs in a - * server. Return value should be zero on an error, non-zero to proceed. Also, - * callbacks should themselves check if the id they generate is unique otherwise - * the SSL handshake will fail with an error - callbacks can do this using the - * 'ssl' value they're passed by; - * SSL_has_matching_session_id(ssl, id, *id_len) - * The length value passed in is set at the maximum size the session ID can be. - * In SSLv2 this is 16 bytes, whereas SSLv3/TLSv1 it is 32 bytes. The callback - * can alter this length to be less if desired, but under SSLv2 session IDs are - * supposed to be fixed at 16 bytes so the id will be padded after the callback - * returns in this case. It is also an error for the callback to set the size to - * zero. */ -typedef int (*GEN_SESSION_CB)(const SSL *ssl, unsigned char *id, - unsigned int *id_len); +/* + * This callback type is used inside SSL_CTX, SSL, and in the functions that + * set them. It is used to override the generation of SSL/TLS session IDs in + * a server. Return value should be zero on an error, non-zero to proceed. + * Also, callbacks should themselves check if the id they generate is unique + * otherwise the SSL handshake will fail with an error - callbacks can do + * this using the 'ssl' value they're passed by; + * SSL_has_matching_session_id(ssl, id, *id_len) The length value passed in + * is set at the maximum size the session ID can be. In SSLv2 this is 16 + * bytes, whereas SSLv3/TLSv1 it is 32 bytes. The callback can alter this + * length to be less if desired, but under SSLv2 session IDs are supposed to + * be fixed at 16 bytes so the id will be padded after the callback returns + * in this case. It is also an error for the callback to set the size to + * zero. + */ +typedef int (*GEN_SESSION_CB) (const SSL *ssl, unsigned char *id, + unsigned int *id_len); typedef struct ssl_comp_st SSL_COMP; -#ifndef OPENSSL_NO_SSL_INTERN +# ifndef OPENSSL_NO_SSL_INTERN -struct ssl_comp_st - { - int id; - const char *name; -#ifndef OPENSSL_NO_COMP - COMP_METHOD *method; -#else - char *method; -#endif - }; +struct ssl_comp_st { + int id; + const char *name; +# ifndef OPENSSL_NO_COMP + COMP_METHOD *method; +# else + char *method; +# endif +}; DECLARE_STACK_OF(SSL_COMP) DECLARE_LHASH_OF(SSL_SESSION); -struct ssl_ctx_st - { - const SSL_METHOD *method; - - STACK_OF(SSL_CIPHER) *cipher_list; - /* same as above but sorted for lookup */ - STACK_OF(SSL_CIPHER) *cipher_list_by_id; - - struct x509_store_st /* X509_STORE */ *cert_store; - LHASH_OF(SSL_SESSION) *sessions; - /* Most session-ids that will be cached, default is - * SSL_SESSION_CACHE_MAX_SIZE_DEFAULT. 0 is unlimited. */ - unsigned long session_cache_size; - struct ssl_session_st *session_cache_head; - struct ssl_session_st *session_cache_tail; - - /* This can have one of 2 values, ored together, - * SSL_SESS_CACHE_CLIENT, - * SSL_SESS_CACHE_SERVER, - * Default is SSL_SESSION_CACHE_SERVER, which means only - * SSL_accept which cache SSL_SESSIONS. */ - int session_cache_mode; - - /* If timeout is not 0, it is the default timeout value set - * when SSL_new() is called. This has been put in to make - * life easier to set things up */ - long session_timeout; - - /* If this callback is not null, it will be called each - * time a session id is added to the cache. If this function - * returns 1, it means that the callback will do a - * SSL_SESSION_free() when it has finished using it. Otherwise, - * on 0, it means the callback has finished with it. - * If remove_session_cb is not null, it will be called when - * a session-id is removed from the cache. After the call, - * OpenSSL will SSL_SESSION_free() it. */ - int (*new_session_cb)(struct ssl_st *ssl,SSL_SESSION *sess); - void (*remove_session_cb)(struct ssl_ctx_st *ctx,SSL_SESSION *sess); - SSL_SESSION *(*get_session_cb)(struct ssl_st *ssl, - unsigned char *data,int len,int *copy); - - struct - { - int sess_connect; /* SSL new conn - started */ - int sess_connect_renegotiate;/* SSL reneg - requested */ - int sess_connect_good; /* SSL new conne/reneg - finished */ - int sess_accept; /* SSL new accept - started */ - int sess_accept_renegotiate;/* SSL reneg - requested */ - int sess_accept_good; /* SSL accept/reneg - finished */ - int sess_miss; /* session lookup misses */ - int sess_timeout; /* reuse attempt on timeouted session */ - int sess_cache_full; /* session removed due to full cache */ - int sess_hit; /* session reuse actually done */ - int sess_cb_hit; /* session-id that was not - * in the cache was - * passed back via the callback. This - * indicates that the application is - * supplying session-id's from other - * processes - spooky :-) */ - } stats; - - int references; - - /* if defined, these override the X509_verify_cert() calls */ - int (*app_verify_callback)(X509_STORE_CTX *, void *); - void *app_verify_arg; - /* before OpenSSL 0.9.7, 'app_verify_arg' was ignored - * ('app_verify_callback' was called with just one argument) */ - - /* Default password callback. */ - pem_password_cb *default_passwd_callback; - - /* Default password callback user data. */ - void *default_passwd_callback_userdata; - - /* get client cert callback */ - int (*client_cert_cb)(SSL *ssl, X509 **x509, EVP_PKEY **pkey); +struct ssl_ctx_st { + const SSL_METHOD *method; + STACK_OF(SSL_CIPHER) *cipher_list; + /* same as above but sorted for lookup */ + STACK_OF(SSL_CIPHER) *cipher_list_by_id; + struct x509_store_st /* X509_STORE */ *cert_store; + LHASH_OF(SSL_SESSION) *sessions; + /* + * Most session-ids that will be cached, default is + * SSL_SESSION_CACHE_MAX_SIZE_DEFAULT. 0 is unlimited. + */ + unsigned long session_cache_size; + struct ssl_session_st *session_cache_head; + struct ssl_session_st *session_cache_tail; + /* + * This can have one of 2 values, ored together, SSL_SESS_CACHE_CLIENT, + * SSL_SESS_CACHE_SERVER, Default is SSL_SESSION_CACHE_SERVER, which + * means only SSL_accept which cache SSL_SESSIONS. + */ + int session_cache_mode; + /* + * If timeout is not 0, it is the default timeout value set when + * SSL_new() is called. This has been put in to make life easier to set + * things up + */ + long session_timeout; + /* + * If this callback is not null, it will be called each time a session id + * is added to the cache. If this function returns 1, it means that the + * callback will do a SSL_SESSION_free() when it has finished using it. + * Otherwise, on 0, it means the callback has finished with it. If + * remove_session_cb is not null, it will be called when a session-id is + * removed from the cache. After the call, OpenSSL will + * SSL_SESSION_free() it. + */ + int (*new_session_cb) (struct ssl_st *ssl, SSL_SESSION *sess); + void (*remove_session_cb) (struct ssl_ctx_st *ctx, SSL_SESSION *sess); + SSL_SESSION *(*get_session_cb) (struct ssl_st *ssl, + unsigned char *data, int len, int *copy); + struct { + int sess_connect; /* SSL new conn - started */ + int sess_connect_renegotiate; /* SSL reneg - requested */ + int sess_connect_good; /* SSL new conne/reneg - finished */ + int sess_accept; /* SSL new accept - started */ + int sess_accept_renegotiate; /* SSL reneg - requested */ + int sess_accept_good; /* SSL accept/reneg - finished */ + int sess_miss; /* session lookup misses */ + int sess_timeout; /* reuse attempt on timeouted session */ + int sess_cache_full; /* session removed due to full cache */ + int sess_hit; /* session reuse actually done */ + int sess_cb_hit; /* session-id that was not in the cache was + * passed back via the callback. This + * indicates that the application is + * supplying session-id's from other + * processes - spooky :-) */ + } stats; + + int references; + + /* if defined, these override the X509_verify_cert() calls */ + int (*app_verify_callback) (X509_STORE_CTX *, void *); + void *app_verify_arg; + /* + * before OpenSSL 0.9.7, 'app_verify_arg' was ignored + * ('app_verify_callback' was called with just one argument) + */ + + /* Default password callback. */ + pem_password_cb *default_passwd_callback; + + /* Default password callback user data. */ + void *default_passwd_callback_userdata; + + /* get client cert callback */ + int (*client_cert_cb) (SSL *ssl, X509 **x509, EVP_PKEY **pkey); /* cookie generate callback */ - int (*app_gen_cookie_cb)(SSL *ssl, unsigned char *cookie, - unsigned int *cookie_len); + int (*app_gen_cookie_cb) (SSL *ssl, unsigned char *cookie, + unsigned int *cookie_len); /* verify cookie callback */ - int (*app_verify_cookie_cb)(SSL *ssl, unsigned char *cookie, - unsigned int cookie_len); - - CRYPTO_EX_DATA ex_data; - - const EVP_MD *rsa_md5;/* For SSLv2 - name is 'ssl2-md5' */ - const EVP_MD *md5; /* For SSLv3/TLSv1 'ssl3-md5' */ - const EVP_MD *sha1; /* For SSLv3/TLSv1 'ssl3->sha1' */ - - STACK_OF(X509) *extra_certs; - STACK_OF(SSL_COMP) *comp_methods; /* stack of SSL_COMP, SSLv3/TLSv1 */ - - - /* Default values used when no per-SSL value is defined follow */ - - void (*info_callback)(const SSL *ssl,int type,int val); /* used if SSL's info_callback is NULL */ - - /* what we put in client cert requests */ - STACK_OF(X509_NAME) *client_CA; - - - /* Default values to use in SSL structures follow (these are copied by SSL_new) */ - - unsigned long options; - unsigned long mode; - long max_cert_list; - - struct cert_st /* CERT */ *cert; - int read_ahead; - - /* callback that allows applications to peek at protocol messages */ - void (*msg_callback)(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg); - void *msg_callback_arg; - - int verify_mode; - unsigned int sid_ctx_length; - unsigned char sid_ctx[SSL_MAX_SID_CTX_LENGTH]; - int (*default_verify_callback)(int ok,X509_STORE_CTX *ctx); /* called 'verify_callback' in the SSL */ - - /* Default generate session ID callback. */ - GEN_SESSION_CB generate_session_id; - - X509_VERIFY_PARAM *param; - -#if 0 - int purpose; /* Purpose setting */ - int trust; /* Trust setting */ -#endif - - int quiet_shutdown; - - /* Maximum amount of data to send in one fragment. - * actual record size can be more than this due to - * padding and MAC overheads. - */ - unsigned int max_send_fragment; - -#ifndef OPENSSL_NO_ENGINE - /* Engine to pass requests for client certs to - */ - ENGINE *client_cert_engine; -#endif - -#ifndef OPENSSL_NO_TLSEXT - /* TLS extensions servername callback */ - int (*tlsext_servername_callback)(SSL*, int *, void *); - void *tlsext_servername_arg; - /* RFC 4507 session ticket keys */ - unsigned char tlsext_tick_key_name[16]; - unsigned char tlsext_tick_hmac_key[16]; - unsigned char tlsext_tick_aes_key[16]; - /* Callback to support customisation of ticket key setting */ - int (*tlsext_ticket_key_cb)(SSL *ssl, - unsigned char *name, unsigned char *iv, - EVP_CIPHER_CTX *ectx, - HMAC_CTX *hctx, int enc); - - /* certificate status request info */ - /* Callback for status request */ - int (*tlsext_status_cb)(SSL *ssl, void *arg); - void *tlsext_status_arg; - - /* draft-rescorla-tls-opaque-prf-input-00.txt information */ - int (*tlsext_opaque_prf_input_callback)(SSL *, void *peerinput, size_t len, void *arg); - void *tlsext_opaque_prf_input_callback_arg; -#endif - -#ifndef OPENSSL_NO_PSK - char *psk_identity_hint; - unsigned int (*psk_client_callback)(SSL *ssl, const char *hint, char *identity, - unsigned int max_identity_len, unsigned char *psk, - unsigned int max_psk_len); - unsigned int (*psk_server_callback)(SSL *ssl, const char *identity, - unsigned char *psk, unsigned int max_psk_len); -#endif - -#ifndef OPENSSL_NO_BUF_FREELISTS -#define SSL_MAX_BUF_FREELIST_LEN_DEFAULT 32 - unsigned int freelist_max_len; - struct ssl3_buf_freelist_st *wbuf_freelist; - struct ssl3_buf_freelist_st *rbuf_freelist; -#endif -#ifndef OPENSSL_NO_SRP - SRP_CTX srp_ctx; /* ctx for SRP authentication */ -#endif - -#ifndef OPENSSL_NO_TLSEXT + int (*app_verify_cookie_cb) (SSL *ssl, unsigned char *cookie, + unsigned int cookie_len); + + CRYPTO_EX_DATA ex_data; + + const EVP_MD *rsa_md5; /* For SSLv2 - name is 'ssl2-md5' */ + const EVP_MD *md5; /* For SSLv3/TLSv1 'ssl3-md5' */ + const EVP_MD *sha1; /* For SSLv3/TLSv1 'ssl3->sha1' */ + + STACK_OF(X509) *extra_certs; + STACK_OF(SSL_COMP) *comp_methods; /* stack of SSL_COMP, SSLv3/TLSv1 */ + + /* Default values used when no per-SSL value is defined follow */ + + /* used if SSL's info_callback is NULL */ + void (*info_callback) (const SSL *ssl, int type, int val); + + /* what we put in client cert requests */ + STACK_OF(X509_NAME) *client_CA; + + /* + * Default values to use in SSL structures follow (these are copied by + * SSL_new) + */ + + unsigned long options; + unsigned long mode; + long max_cert_list; + + struct cert_st /* CERT */ *cert; + int read_ahead; + + /* callback that allows applications to peek at protocol messages */ + void (*msg_callback) (int write_p, int version, int content_type, + const void *buf, size_t len, SSL *ssl, void *arg); + void *msg_callback_arg; + + int verify_mode; + unsigned int sid_ctx_length; + unsigned char sid_ctx[SSL_MAX_SID_CTX_LENGTH]; + /* called 'verify_callback' in the SSL */ + int (*default_verify_callback) (int ok, X509_STORE_CTX *ctx); + + /* Default generate session ID callback. */ + GEN_SESSION_CB generate_session_id; + + X509_VERIFY_PARAM *param; + +# if 0 + int purpose; /* Purpose setting */ + int trust; /* Trust setting */ +# endif + + int quiet_shutdown; + + /* + * Maximum amount of data to send in one fragment. actual record size can + * be more than this due to padding and MAC overheads. + */ + unsigned int max_send_fragment; + +# ifndef OPENSSL_NO_ENGINE + /* + * Engine to pass requests for client certs to + */ + ENGINE *client_cert_engine; +# endif + +# ifndef OPENSSL_NO_TLSEXT + /* TLS extensions servername callback */ + int (*tlsext_servername_callback) (SSL *, int *, void *); + void *tlsext_servername_arg; + /* RFC 4507 session ticket keys */ + unsigned char tlsext_tick_key_name[16]; + unsigned char tlsext_tick_hmac_key[16]; + unsigned char tlsext_tick_aes_key[16]; + /* Callback to support customisation of ticket key setting */ + int (*tlsext_ticket_key_cb) (SSL *ssl, + unsigned char *name, unsigned char *iv, + EVP_CIPHER_CTX *ectx, + HMAC_CTX *hctx, int enc); + + /* certificate status request info */ + /* Callback for status request */ + int (*tlsext_status_cb) (SSL *ssl, void *arg); + void *tlsext_status_arg; + + /* draft-rescorla-tls-opaque-prf-input-00.txt information */ + int (*tlsext_opaque_prf_input_callback) (SSL *, void *peerinput, + size_t len, void *arg); + void *tlsext_opaque_prf_input_callback_arg; +# endif + +# ifndef OPENSSL_NO_PSK + char *psk_identity_hint; + unsigned int (*psk_client_callback) (SSL *ssl, const char *hint, + char *identity, + unsigned int max_identity_len, + unsigned char *psk, + unsigned int max_psk_len); + unsigned int (*psk_server_callback) (SSL *ssl, const char *identity, + unsigned char *psk, + unsigned int max_psk_len); +# endif + +# ifndef OPENSSL_NO_BUF_FREELISTS +# define SSL_MAX_BUF_FREELIST_LEN_DEFAULT 32 + unsigned int freelist_max_len; + struct ssl3_buf_freelist_st *wbuf_freelist; + struct ssl3_buf_freelist_st *rbuf_freelist; +# endif +# ifndef OPENSSL_NO_SRP + SRP_CTX srp_ctx; /* ctx for SRP authentication */ +# endif + +# ifndef OPENSSL_NO_TLSEXT + +# ifndef OPENSSL_NO_NEXTPROTONEG + /* Next protocol negotiation information */ + /* (for experimental NPN extension). */ + + /* + * For a server, this contains a callback function by which the set of + * advertised protocols can be provided. + */ + int (*next_protos_advertised_cb) (SSL *s, const unsigned char **buf, + unsigned int *len, void *arg); + void *next_protos_advertised_cb_arg; + /* + * For a client, this contains a callback function that selects the next + * protocol from the list provided by the server. + */ + int (*next_proto_select_cb) (SSL *s, unsigned char **out, + unsigned char *outlen, + const unsigned char *in, + unsigned int inlen, void *arg); + void *next_proto_select_cb_arg; +# endif + /* SRTP profiles we are willing to do from RFC 5764 */ + STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles; + + /* + * ALPN information (we are in the process of transitioning from NPN to + * ALPN.) + */ + + /*- + * For a server, this contains a callback function that allows the + * server to select the protocol for the connection. + * out: on successful return, this must point to the raw protocol + * name (without the length prefix). + * outlen: on successful return, this contains the length of |*out|. + * in: points to the client's list of supported protocols in + * wire-format. + * inlen: the length of |in|. + */ + int (*alpn_select_cb) (SSL *s, + const unsigned char **out, + unsigned char *outlen, + const unsigned char *in, + unsigned int inlen, void *arg); + void *alpn_select_cb_arg; + + /* + * For a client, this contains the list of supported protocols in wire + * format. + */ + unsigned char *alpn_client_proto_list; + unsigned alpn_client_proto_list_len; + +# ifndef OPENSSL_NO_EC + /* EC extension values inherited by SSL structure */ + size_t tlsext_ecpointformatlist_length; + unsigned char *tlsext_ecpointformatlist; + size_t tlsext_ellipticcurvelist_length; + unsigned char *tlsext_ellipticcurvelist; +# endif /* OPENSSL_NO_EC */ +# endif +}; -# ifndef OPENSSL_NO_NEXTPROTONEG - /* Next protocol negotiation information */ - /* (for experimental NPN extension). */ - - /* For a server, this contains a callback function by which the set of - * advertised protocols can be provided. */ - int (*next_protos_advertised_cb)(SSL *s, const unsigned char **buf, - unsigned int *len, void *arg); - void *next_protos_advertised_cb_arg; - /* For a client, this contains a callback function that selects the - * next protocol from the list provided by the server. */ - int (*next_proto_select_cb)(SSL *s, unsigned char **out, - unsigned char *outlen, - const unsigned char *in, - unsigned int inlen, - void *arg); - void *next_proto_select_cb_arg; # endif - /* SRTP profiles we are willing to do from RFC 5764 */ - STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles; -#endif - }; - -#endif -#define SSL_SESS_CACHE_OFF 0x0000 -#define SSL_SESS_CACHE_CLIENT 0x0001 -#define SSL_SESS_CACHE_SERVER 0x0002 -#define SSL_SESS_CACHE_BOTH (SSL_SESS_CACHE_CLIENT|SSL_SESS_CACHE_SERVER) -#define SSL_SESS_CACHE_NO_AUTO_CLEAR 0x0080 +# define SSL_SESS_CACHE_OFF 0x0000 +# define SSL_SESS_CACHE_CLIENT 0x0001 +# define SSL_SESS_CACHE_SERVER 0x0002 +# define SSL_SESS_CACHE_BOTH (SSL_SESS_CACHE_CLIENT|SSL_SESS_CACHE_SERVER) +# define SSL_SESS_CACHE_NO_AUTO_CLEAR 0x0080 /* enough comments already ... see SSL_CTX_set_session_cache_mode(3) */ -#define SSL_SESS_CACHE_NO_INTERNAL_LOOKUP 0x0100 -#define SSL_SESS_CACHE_NO_INTERNAL_STORE 0x0200 -#define SSL_SESS_CACHE_NO_INTERNAL \ - (SSL_SESS_CACHE_NO_INTERNAL_LOOKUP|SSL_SESS_CACHE_NO_INTERNAL_STORE) +# define SSL_SESS_CACHE_NO_INTERNAL_LOOKUP 0x0100 +# define SSL_SESS_CACHE_NO_INTERNAL_STORE 0x0200 +# define SSL_SESS_CACHE_NO_INTERNAL \ + (SSL_SESS_CACHE_NO_INTERNAL_LOOKUP|SSL_SESS_CACHE_NO_INTERNAL_STORE) LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx); -#define SSL_CTX_sess_number(ctx) \ - SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_NUMBER,0,NULL) -#define SSL_CTX_sess_connect(ctx) \ - SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_CONNECT,0,NULL) -#define SSL_CTX_sess_connect_good(ctx) \ - SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_CONNECT_GOOD,0,NULL) -#define SSL_CTX_sess_connect_renegotiate(ctx) \ - SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_CONNECT_RENEGOTIATE,0,NULL) -#define SSL_CTX_sess_accept(ctx) \ - SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_ACCEPT,0,NULL) -#define SSL_CTX_sess_accept_renegotiate(ctx) \ - SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_ACCEPT_RENEGOTIATE,0,NULL) -#define SSL_CTX_sess_accept_good(ctx) \ - SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_ACCEPT_GOOD,0,NULL) -#define SSL_CTX_sess_hits(ctx) \ - SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_HIT,0,NULL) -#define SSL_CTX_sess_cb_hits(ctx) \ - SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_CB_HIT,0,NULL) -#define SSL_CTX_sess_misses(ctx) \ - SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_MISSES,0,NULL) -#define SSL_CTX_sess_timeouts(ctx) \ - SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_TIMEOUTS,0,NULL) -#define SSL_CTX_sess_cache_full(ctx) \ - SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_CACHE_FULL,0,NULL) - -void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx, int (*new_session_cb)(struct ssl_st *ssl,SSL_SESSION *sess)); -int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx))(struct ssl_st *ssl, SSL_SESSION *sess); -void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx, void (*remove_session_cb)(struct ssl_ctx_st *ctx,SSL_SESSION *sess)); -void (*SSL_CTX_sess_get_remove_cb(SSL_CTX *ctx))(struct ssl_ctx_st *ctx, SSL_SESSION *sess); -void SSL_CTX_sess_set_get_cb(SSL_CTX *ctx, SSL_SESSION *(*get_session_cb)(struct ssl_st *ssl, unsigned char *data,int len,int *copy)); -SSL_SESSION *(*SSL_CTX_sess_get_get_cb(SSL_CTX *ctx))(struct ssl_st *ssl, unsigned char *Data, int len, int *copy); -void SSL_CTX_set_info_callback(SSL_CTX *ctx, void (*cb)(const SSL *ssl,int type,int val)); -void (*SSL_CTX_get_info_callback(SSL_CTX *ctx))(const SSL *ssl,int type,int val); -void SSL_CTX_set_client_cert_cb(SSL_CTX *ctx, int (*client_cert_cb)(SSL *ssl, X509 **x509, EVP_PKEY **pkey)); -int (*SSL_CTX_get_client_cert_cb(SSL_CTX *ctx))(SSL *ssl, X509 **x509, EVP_PKEY **pkey); -#ifndef OPENSSL_NO_ENGINE +# define SSL_CTX_sess_number(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_NUMBER,0,NULL) +# define SSL_CTX_sess_connect(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_CONNECT,0,NULL) +# define SSL_CTX_sess_connect_good(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_CONNECT_GOOD,0,NULL) +# define SSL_CTX_sess_connect_renegotiate(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_CONNECT_RENEGOTIATE,0,NULL) +# define SSL_CTX_sess_accept(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_ACCEPT,0,NULL) +# define SSL_CTX_sess_accept_renegotiate(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_ACCEPT_RENEGOTIATE,0,NULL) +# define SSL_CTX_sess_accept_good(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_ACCEPT_GOOD,0,NULL) +# define SSL_CTX_sess_hits(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_HIT,0,NULL) +# define SSL_CTX_sess_cb_hits(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_CB_HIT,0,NULL) +# define SSL_CTX_sess_misses(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_MISSES,0,NULL) +# define SSL_CTX_sess_timeouts(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_TIMEOUTS,0,NULL) +# define SSL_CTX_sess_cache_full(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_CACHE_FULL,0,NULL) + +void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx, + int (*new_session_cb) (struct ssl_st *ssl, + SSL_SESSION *sess)); +int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (struct ssl_st *ssl, + SSL_SESSION *sess); +void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx, + void (*remove_session_cb) (struct ssl_ctx_st + *ctx, + SSL_SESSION + *sess)); +void (*SSL_CTX_sess_get_remove_cb(SSL_CTX *ctx)) (struct ssl_ctx_st *ctx, + SSL_SESSION *sess); +void SSL_CTX_sess_set_get_cb(SSL_CTX *ctx, + SSL_SESSION *(*get_session_cb) (struct ssl_st + *ssl, + unsigned char + *data, int len, + int *copy)); +SSL_SESSION *(*SSL_CTX_sess_get_get_cb(SSL_CTX *ctx)) (struct ssl_st *ssl, + unsigned char *Data, + int len, int *copy); +void SSL_CTX_set_info_callback(SSL_CTX *ctx, + void (*cb) (const SSL *ssl, int type, + int val)); +void (*SSL_CTX_get_info_callback(SSL_CTX *ctx)) (const SSL *ssl, int type, + int val); +void SSL_CTX_set_client_cert_cb(SSL_CTX *ctx, + int (*client_cert_cb) (SSL *ssl, X509 **x509, + EVP_PKEY **pkey)); +int (*SSL_CTX_get_client_cert_cb(SSL_CTX *ctx)) (SSL *ssl, X509 **x509, + EVP_PKEY **pkey); +# ifndef OPENSSL_NO_ENGINE int SSL_CTX_set_client_cert_engine(SSL_CTX *ctx, ENGINE *e); -#endif -void SSL_CTX_set_cookie_generate_cb(SSL_CTX *ctx, int (*app_gen_cookie_cb)(SSL *ssl, unsigned char *cookie, unsigned int *cookie_len)); -void SSL_CTX_set_cookie_verify_cb(SSL_CTX *ctx, int (*app_verify_cookie_cb)(SSL *ssl, unsigned char *cookie, unsigned int cookie_len)); -#ifndef OPENSSL_NO_NEXTPROTONEG +# endif +void SSL_CTX_set_cookie_generate_cb(SSL_CTX *ctx, + int (*app_gen_cookie_cb) (SSL *ssl, + unsigned char + *cookie, + unsigned int + *cookie_len)); +void SSL_CTX_set_cookie_verify_cb(SSL_CTX *ctx, + int (*app_verify_cookie_cb) (SSL *ssl, + unsigned char + *cookie, + unsigned int + cookie_len)); +# ifndef OPENSSL_NO_NEXTPROTONEG void SSL_CTX_set_next_protos_advertised_cb(SSL_CTX *s, - int (*cb) (SSL *ssl, - const unsigned char **out, - unsigned int *outlen, - void *arg), - void *arg); + int (*cb) (SSL *ssl, + const unsigned char + **out, + unsigned int *outlen, + void *arg), void *arg); void SSL_CTX_set_next_proto_select_cb(SSL_CTX *s, - int (*cb) (SSL *ssl, - unsigned char **out, - unsigned char *outlen, - const unsigned char *in, - unsigned int inlen, - void *arg), - void *arg); + int (*cb) (SSL *ssl, + unsigned char **out, + unsigned char *outlen, + const unsigned char *in, + unsigned int inlen, + void *arg), void *arg); +void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data, + unsigned *len); +# endif +# ifndef OPENSSL_NO_TLSEXT int SSL_select_next_proto(unsigned char **out, unsigned char *outlen, - const unsigned char *in, unsigned int inlen, - const unsigned char *client, unsigned int client_len); -void SSL_get0_next_proto_negotiated(const SSL *s, - const unsigned char **data, unsigned *len); - -#define OPENSSL_NPN_UNSUPPORTED 0 -#define OPENSSL_NPN_NEGOTIATED 1 -#define OPENSSL_NPN_NO_OVERLAP 2 -#endif + const unsigned char *in, unsigned int inlen, + const unsigned char *client, + unsigned int client_len); +# endif -#ifndef OPENSSL_NO_PSK -/* the maximum length of the buffer given to callbacks containing the - * resulting identity/psk */ -#define PSK_MAX_IDENTITY_LEN 128 -#define PSK_MAX_PSK_LEN 256 -void SSL_CTX_set_psk_client_callback(SSL_CTX *ctx, - unsigned int (*psk_client_callback)(SSL *ssl, const char *hint, - char *identity, unsigned int max_identity_len, unsigned char *psk, - unsigned int max_psk_len)); -void SSL_set_psk_client_callback(SSL *ssl, - unsigned int (*psk_client_callback)(SSL *ssl, const char *hint, - char *identity, unsigned int max_identity_len, unsigned char *psk, - unsigned int max_psk_len)); -void SSL_CTX_set_psk_server_callback(SSL_CTX *ctx, - unsigned int (*psk_server_callback)(SSL *ssl, const char *identity, - unsigned char *psk, unsigned int max_psk_len)); +# define OPENSSL_NPN_UNSUPPORTED 0 +# define OPENSSL_NPN_NEGOTIATED 1 +# define OPENSSL_NPN_NO_OVERLAP 2 + +int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos, + unsigned protos_len); +int SSL_set_alpn_protos(SSL *ssl, const unsigned char *protos, + unsigned protos_len); +void SSL_CTX_set_alpn_select_cb(SSL_CTX *ctx, + int (*cb) (SSL *ssl, + const unsigned char **out, + unsigned char *outlen, + const unsigned char *in, + unsigned int inlen, + void *arg), void *arg); +void SSL_get0_alpn_selected(const SSL *ssl, const unsigned char **data, + unsigned *len); + +# ifndef OPENSSL_NO_PSK +/* + * the maximum length of the buffer given to callbacks containing the + * resulting identity/psk + */ +# define PSK_MAX_IDENTITY_LEN 128 +# define PSK_MAX_PSK_LEN 256 +void SSL_CTX_set_psk_client_callback(SSL_CTX *ctx, + unsigned int (*psk_client_callback) (SSL + *ssl, + const + char + *hint, + char + *identity, + unsigned + int + max_identity_len, + unsigned + char + *psk, + unsigned + int + max_psk_len)); +void SSL_set_psk_client_callback(SSL *ssl, + unsigned int (*psk_client_callback) (SSL + *ssl, + const + char + *hint, + char + *identity, + unsigned + int + max_identity_len, + unsigned + char + *psk, + unsigned + int + max_psk_len)); +void SSL_CTX_set_psk_server_callback(SSL_CTX *ctx, + unsigned int (*psk_server_callback) (SSL + *ssl, + const + char + *identity, + unsigned + char + *psk, + unsigned + int + max_psk_len)); void SSL_set_psk_server_callback(SSL *ssl, - unsigned int (*psk_server_callback)(SSL *ssl, const char *identity, - unsigned char *psk, unsigned int max_psk_len)); + unsigned int (*psk_server_callback) (SSL + *ssl, + const + char + *identity, + unsigned + char + *psk, + unsigned + int + max_psk_len)); int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint); int SSL_use_psk_identity_hint(SSL *s, const char *identity_hint); const char *SSL_get_psk_identity_hint(const SSL *s); const char *SSL_get_psk_identity(const SSL *s); -#endif - -#define SSL_NOTHING 1 -#define SSL_WRITING 2 -#define SSL_READING 3 -#define SSL_X509_LOOKUP 4 - -/* These will only be used when doing non-blocking IO */ -#define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING) -#define SSL_want_read(s) (SSL_want(s) == SSL_READING) -#define SSL_want_write(s) (SSL_want(s) == SSL_WRITING) -#define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP) - -#define SSL_MAC_FLAG_READ_MAC_STREAM 1 -#define SSL_MAC_FLAG_WRITE_MAC_STREAM 2 - -#ifndef OPENSSL_NO_SSL_INTERN - -struct ssl_st - { - /* protocol version - * (one of SSL2_VERSION, SSL3_VERSION, TLS1_VERSION, DTLS1_VERSION) - */ - int version; - int type; /* SSL_ST_CONNECT or SSL_ST_ACCEPT */ - - const SSL_METHOD *method; /* SSLv3 */ - - /* There are 2 BIO's even though they are normally both the - * same. This is so data can be read and written to different - * handlers */ - -#ifndef OPENSSL_NO_BIO - BIO *rbio; /* used by SSL_read */ - BIO *wbio; /* used by SSL_write */ - BIO *bbio; /* used during session-id reuse to concatenate - * messages */ -#else - char *rbio; /* used by SSL_read */ - char *wbio; /* used by SSL_write */ - char *bbio; -#endif - /* This holds a variable that indicates what we were doing - * when a 0 or -1 is returned. This is needed for - * non-blocking IO so we know what request needs re-doing when - * in SSL_accept or SSL_connect */ - int rwstate; - - /* true when we are actually in SSL_accept() or SSL_connect() */ - int in_handshake; - int (*handshake_func)(SSL *); - - /* Imagine that here's a boolean member "init" that is - * switched as soon as SSL_set_{accept/connect}_state - * is called for the first time, so that "state" and - * "handshake_func" are properly initialized. But as - * handshake_func is == 0 until then, we use this - * test instead of an "init" member. - */ - - int server; /* are we the server side? - mostly used by SSL_clear*/ - - int new_session;/* Generate a new session or reuse an old one. - * NB: For servers, the 'new' session may actually be a previously - * cached session or even the previous session unless - * SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION is set */ - int quiet_shutdown;/* don't send shutdown packets */ - int shutdown; /* we have shut things down, 0x01 sent, 0x02 - * for received */ - int state; /* where we are */ - int rstate; /* where we are when reading */ - - BUF_MEM *init_buf; /* buffer used during init */ - void *init_msg; /* pointer to handshake message body, set by ssl3_get_message() */ - int init_num; /* amount read/written */ - int init_off; /* amount read/written */ - - /* used internally to point at a raw packet */ - unsigned char *packet; - unsigned int packet_length; - - struct ssl2_state_st *s2; /* SSLv2 variables */ - struct ssl3_state_st *s3; /* SSLv3 variables */ - struct dtls1_state_st *d1; /* DTLSv1 variables */ - - int read_ahead; /* Read as many input bytes as possible - * (for non-blocking reads) */ - - /* callback that allows applications to peek at protocol messages */ - void (*msg_callback)(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg); - void *msg_callback_arg; - - int hit; /* reusing a previous session */ - - X509_VERIFY_PARAM *param; - -#if 0 - int purpose; /* Purpose setting */ - int trust; /* Trust setting */ -#endif - - /* crypto */ - STACK_OF(SSL_CIPHER) *cipher_list; - STACK_OF(SSL_CIPHER) *cipher_list_by_id; - - /* These are the ones being used, the ones in SSL_SESSION are - * the ones to be 'copied' into these ones */ - int mac_flags; - EVP_CIPHER_CTX *enc_read_ctx; /* cryptographic state */ - EVP_MD_CTX *read_hash; /* used for mac generation */ -#ifndef OPENSSL_NO_COMP - COMP_CTX *expand; /* uncompress */ -#else - char *expand; -#endif - - EVP_CIPHER_CTX *enc_write_ctx; /* cryptographic state */ - EVP_MD_CTX *write_hash; /* used for mac generation */ -#ifndef OPENSSL_NO_COMP - COMP_CTX *compress; /* compression */ -#else - char *compress; -#endif - - /* session info */ - - /* client cert? */ - /* This is used to hold the server certificate used */ - struct cert_st /* CERT */ *cert; - - /* the session_id_context is used to ensure sessions are only reused - * in the appropriate context */ - unsigned int sid_ctx_length; - unsigned char sid_ctx[SSL_MAX_SID_CTX_LENGTH]; - - /* This can also be in the session once a session is established */ - SSL_SESSION *session; - - /* Default generate session ID callback. */ - GEN_SESSION_CB generate_session_id; - - /* Used in SSL2 and SSL3 */ - int verify_mode; /* 0 don't care about verify failure. - * 1 fail if verify fails */ - int (*verify_callback)(int ok,X509_STORE_CTX *ctx); /* fail if callback returns 0 */ - - void (*info_callback)(const SSL *ssl,int type,int val); /* optional informational callback */ +# endif - int error; /* error bytes to be written */ - int error_code; /* actual code */ +# ifndef OPENSSL_NO_TLSEXT +/* Register callbacks to handle custom TLS Extensions for client or server. */ -#ifndef OPENSSL_NO_KRB5 - KSSL_CTX *kssl_ctx; /* Kerberos 5 context */ -#endif /* OPENSSL_NO_KRB5 */ +int SSL_CTX_add_client_custom_ext(SSL_CTX *ctx, unsigned int ext_type, + custom_ext_add_cb add_cb, + custom_ext_free_cb free_cb, + void *add_arg, + custom_ext_parse_cb parse_cb, + void *parse_arg); -#ifndef OPENSSL_NO_PSK - unsigned int (*psk_client_callback)(SSL *ssl, const char *hint, char *identity, - unsigned int max_identity_len, unsigned char *psk, - unsigned int max_psk_len); - unsigned int (*psk_server_callback)(SSL *ssl, const char *identity, - unsigned char *psk, unsigned int max_psk_len); -#endif +int SSL_CTX_add_server_custom_ext(SSL_CTX *ctx, unsigned int ext_type, + custom_ext_add_cb add_cb, + custom_ext_free_cb free_cb, + void *add_arg, + custom_ext_parse_cb parse_cb, + void *parse_arg); - SSL_CTX *ctx; - /* set this flag to 1 and a sleep(1) is put into all SSL_read() - * and SSL_write() calls, good for nbio debuging :-) */ - int debug; - - /* extra application data */ - long verify_result; - CRYPTO_EX_DATA ex_data; - - /* for server side, keep the list of CA_dn we can use */ - STACK_OF(X509_NAME) *client_CA; - - int references; - unsigned long options; /* protocol behaviour */ - unsigned long mode; /* API behaviour */ - long max_cert_list; - int first_packet; - int client_version; /* what was passed, used for - * SSLv3/TLS rollback check */ - unsigned int max_send_fragment; -#ifndef OPENSSL_NO_TLSEXT - /* TLS extension debug callback */ - void (*tlsext_debug_cb)(SSL *s, int client_server, int type, - unsigned char *data, int len, - void *arg); - void *tlsext_debug_arg; - char *tlsext_hostname; - int servername_done; /* no further mod of servername - 0 : call the servername extension callback. - 1 : prepare 2, allow last ack just after in server callback. - 2 : don't call servername callback, no ack in server hello - */ - /* certificate status request info */ - /* Status type or -1 if no status type */ - int tlsext_status_type; - /* Expect OCSP CertificateStatus message */ - int tlsext_status_expected; - /* OCSP status request only */ - STACK_OF(OCSP_RESPID) *tlsext_ocsp_ids; - X509_EXTENSIONS *tlsext_ocsp_exts; - /* OCSP response received or to be sent */ - unsigned char *tlsext_ocsp_resp; - int tlsext_ocsp_resplen; - - /* RFC4507 session ticket expected to be received or sent */ - int tlsext_ticket_expected; -#ifndef OPENSSL_NO_EC - size_t tlsext_ecpointformatlist_length; - unsigned char *tlsext_ecpointformatlist; /* our list */ - size_t tlsext_ellipticcurvelist_length; - unsigned char *tlsext_ellipticcurvelist; /* our list */ -#endif /* OPENSSL_NO_EC */ - - /* draft-rescorla-tls-opaque-prf-input-00.txt information to be used for handshakes */ - void *tlsext_opaque_prf_input; - size_t tlsext_opaque_prf_input_len; - - /* TLS Session Ticket extension override */ - TLS_SESSION_TICKET_EXT *tlsext_session_ticket; - - /* TLS Session Ticket extension callback */ - tls_session_ticket_ext_cb_fn tls_session_ticket_ext_cb; - void *tls_session_ticket_ext_cb_arg; - - /* TLS pre-shared secret session resumption */ - tls_session_secret_cb_fn tls_session_secret_cb; - void *tls_session_secret_cb_arg; - - SSL_CTX * initial_ctx; /* initial ctx, used to store sessions */ - -#ifndef OPENSSL_NO_NEXTPROTONEG - /* Next protocol negotiation. For the client, this is the protocol that - * we sent in NextProtocol and is set when handling ServerHello - * extensions. - * - * For a server, this is the client's selected_protocol from - * NextProtocol and is set when handling the NextProtocol message, - * before the Finished message. */ - unsigned char *next_proto_negotiated; - unsigned char next_proto_negotiated_len; -#endif +int SSL_extension_supported(unsigned int ext_type); -#define session_ctx initial_ctx - - STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles; /* What we'll do */ - SRTP_PROTECTION_PROFILE *srtp_profile; /* What's been chosen */ - - unsigned int tlsext_heartbeat; /* Is use of the Heartbeat extension negotiated? - 0: disabled - 1: enabled - 2: enabled, but not allowed to send Requests - */ - unsigned int tlsext_hb_pending; /* Indicates if a HeartbeatRequest is in flight */ - unsigned int tlsext_hb_seq; /* HeartbeatRequest sequence number */ -#else -#define session_ctx ctx -#endif /* OPENSSL_NO_TLSEXT */ +# endif - int renegotiate;/* 1 if we are renegotiating. - * 2 if we are a server and are inside a handshake - * (i.e. not just sending a HelloRequest) */ +# define SSL_NOTHING 1 +# define SSL_WRITING 2 +# define SSL_READING 3 +# define SSL_X509_LOOKUP 4 -#ifndef OPENSSL_NO_SRP - SRP_CTX srp_ctx; /* ctx for SRP authentication */ -#endif - }; +/* These will only be used when doing non-blocking IO */ +# define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING) +# define SSL_want_read(s) (SSL_want(s) == SSL_READING) +# define SSL_want_write(s) (SSL_want(s) == SSL_WRITING) +# define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP) + +# define SSL_MAC_FLAG_READ_MAC_STREAM 1 +# define SSL_MAC_FLAG_WRITE_MAC_STREAM 2 + +# ifndef OPENSSL_NO_SSL_INTERN + +struct ssl_st { + /* + * protocol version (one of SSL2_VERSION, SSL3_VERSION, TLS1_VERSION, + * DTLS1_VERSION) + */ + int version; + /* SSL_ST_CONNECT or SSL_ST_ACCEPT */ + int type; + /* SSLv3 */ + const SSL_METHOD *method; + /* + * There are 2 BIO's even though they are normally both the same. This + * is so data can be read and written to different handlers + */ +# ifndef OPENSSL_NO_BIO + /* used by SSL_read */ + BIO *rbio; + /* used by SSL_write */ + BIO *wbio; + /* used during session-id reuse to concatenate messages */ + BIO *bbio; +# else + /* used by SSL_read */ + char *rbio; + /* used by SSL_write */ + char *wbio; + char *bbio; +# endif + /* + * This holds a variable that indicates what we were doing when a 0 or -1 + * is returned. This is needed for non-blocking IO so we know what + * request needs re-doing when in SSL_accept or SSL_connect + */ + int rwstate; + /* true when we are actually in SSL_accept() or SSL_connect() */ + int in_handshake; + int (*handshake_func) (SSL *); + /* + * Imagine that here's a boolean member "init" that is switched as soon + * as SSL_set_{accept/connect}_state is called for the first time, so + * that "state" and "handshake_func" are properly initialized. But as + * handshake_func is == 0 until then, we use this test instead of an + * "init" member. + */ + /* are we the server side? - mostly used by SSL_clear */ + int server; + /* + * Generate a new session or reuse an old one. + * NB: For servers, the 'new' session may actually be a previously + * cached session or even the previous session unless + * SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION is set + */ + int new_session; + /* don't send shutdown packets */ + int quiet_shutdown; + /* we have shut things down, 0x01 sent, 0x02 for received */ + int shutdown; + /* where we are */ + int state; + /* where we are when reading */ + int rstate; + BUF_MEM *init_buf; /* buffer used during init */ + void *init_msg; /* pointer to handshake message body, set by + * ssl3_get_message() */ + int init_num; /* amount read/written */ + int init_off; /* amount read/written */ + /* used internally to point at a raw packet */ + unsigned char *packet; + unsigned int packet_length; + struct ssl2_state_st *s2; /* SSLv2 variables */ + struct ssl3_state_st *s3; /* SSLv3 variables */ + struct dtls1_state_st *d1; /* DTLSv1 variables */ + int read_ahead; /* Read as many input bytes as possible (for + * non-blocking reads) */ + /* callback that allows applications to peek at protocol messages */ + void (*msg_callback) (int write_p, int version, int content_type, + const void *buf, size_t len, SSL *ssl, void *arg); + void *msg_callback_arg; + int hit; /* reusing a previous session */ + X509_VERIFY_PARAM *param; +# if 0 + int purpose; /* Purpose setting */ + int trust; /* Trust setting */ +# endif + /* crypto */ + STACK_OF(SSL_CIPHER) *cipher_list; + STACK_OF(SSL_CIPHER) *cipher_list_by_id; + /* + * These are the ones being used, the ones in SSL_SESSION are the ones to + * be 'copied' into these ones + */ + int mac_flags; + EVP_CIPHER_CTX *enc_read_ctx; /* cryptographic state */ + EVP_MD_CTX *read_hash; /* used for mac generation */ +# ifndef OPENSSL_NO_COMP + COMP_CTX *expand; /* uncompress */ +# else + char *expand; +# endif + EVP_CIPHER_CTX *enc_write_ctx; /* cryptographic state */ + EVP_MD_CTX *write_hash; /* used for mac generation */ +# ifndef OPENSSL_NO_COMP + COMP_CTX *compress; /* compression */ +# else + char *compress; +# endif + /* session info */ + /* client cert? */ + /* This is used to hold the server certificate used */ + struct cert_st /* CERT */ *cert; + /* + * the session_id_context is used to ensure sessions are only reused in + * the appropriate context + */ + unsigned int sid_ctx_length; + unsigned char sid_ctx[SSL_MAX_SID_CTX_LENGTH]; + /* This can also be in the session once a session is established */ + SSL_SESSION *session; + /* Default generate session ID callback. */ + GEN_SESSION_CB generate_session_id; + /* Used in SSL2 and SSL3 */ + /* + * 0 don't care about verify failure. + * 1 fail if verify fails + */ + int verify_mode; + /* fail if callback returns 0 */ + int (*verify_callback) (int ok, X509_STORE_CTX *ctx); + /* optional informational callback */ + void (*info_callback) (const SSL *ssl, int type, int val); + /* error bytes to be written */ + int error; + /* actual code */ + int error_code; +# ifndef OPENSSL_NO_KRB5 + /* Kerberos 5 context */ + KSSL_CTX *kssl_ctx; +# endif /* OPENSSL_NO_KRB5 */ +# ifndef OPENSSL_NO_PSK + unsigned int (*psk_client_callback) (SSL *ssl, const char *hint, + char *identity, + unsigned int max_identity_len, + unsigned char *psk, + unsigned int max_psk_len); + unsigned int (*psk_server_callback) (SSL *ssl, const char *identity, + unsigned char *psk, + unsigned int max_psk_len); +# endif + SSL_CTX *ctx; + /* + * set this flag to 1 and a sleep(1) is put into all SSL_read() and + * SSL_write() calls, good for nbio debuging :-) + */ + int debug; + /* extra application data */ + long verify_result; + CRYPTO_EX_DATA ex_data; + /* for server side, keep the list of CA_dn we can use */ + STACK_OF(X509_NAME) *client_CA; + int references; + /* protocol behaviour */ + unsigned long options; + /* API behaviour */ + unsigned long mode; + long max_cert_list; + int first_packet; + /* what was passed, used for SSLv3/TLS rollback check */ + int client_version; + unsigned int max_send_fragment; +# ifndef OPENSSL_NO_TLSEXT + /* TLS extension debug callback */ + void (*tlsext_debug_cb) (SSL *s, int client_server, int type, + unsigned char *data, int len, void *arg); + void *tlsext_debug_arg; + char *tlsext_hostname; + /*- + * no further mod of servername + * 0 : call the servername extension callback. + * 1 : prepare 2, allow last ack just after in server callback. + * 2 : don't call servername callback, no ack in server hello + */ + int servername_done; + /* certificate status request info */ + /* Status type or -1 if no status type */ + int tlsext_status_type; + /* Expect OCSP CertificateStatus message */ + int tlsext_status_expected; + /* OCSP status request only */ + STACK_OF(OCSP_RESPID) *tlsext_ocsp_ids; + X509_EXTENSIONS *tlsext_ocsp_exts; + /* OCSP response received or to be sent */ + unsigned char *tlsext_ocsp_resp; + int tlsext_ocsp_resplen; + /* RFC4507 session ticket expected to be received or sent */ + int tlsext_ticket_expected; +# ifndef OPENSSL_NO_EC + size_t tlsext_ecpointformatlist_length; + /* our list */ + unsigned char *tlsext_ecpointformatlist; + size_t tlsext_ellipticcurvelist_length; + /* our list */ + unsigned char *tlsext_ellipticcurvelist; +# endif /* OPENSSL_NO_EC */ + /* + * draft-rescorla-tls-opaque-prf-input-00.txt information to be used for + * handshakes + */ + void *tlsext_opaque_prf_input; + size_t tlsext_opaque_prf_input_len; + /* TLS Session Ticket extension override */ + TLS_SESSION_TICKET_EXT *tlsext_session_ticket; + /* TLS Session Ticket extension callback */ + tls_session_ticket_ext_cb_fn tls_session_ticket_ext_cb; + void *tls_session_ticket_ext_cb_arg; + /* TLS pre-shared secret session resumption */ + tls_session_secret_cb_fn tls_session_secret_cb; + void *tls_session_secret_cb_arg; + SSL_CTX *initial_ctx; /* initial ctx, used to store sessions */ +# ifndef OPENSSL_NO_NEXTPROTONEG + /* + * Next protocol negotiation. For the client, this is the protocol that + * we sent in NextProtocol and is set when handling ServerHello + * extensions. For a server, this is the client's selected_protocol from + * NextProtocol and is set when handling the NextProtocol message, before + * the Finished message. + */ + unsigned char *next_proto_negotiated; + unsigned char next_proto_negotiated_len; +# endif +# define session_ctx initial_ctx + /* What we'll do */ + STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles; + /* What's been chosen */ + SRTP_PROTECTION_PROFILE *srtp_profile; + /*- + * Is use of the Heartbeat extension negotiated? + * 0: disabled + * 1: enabled + * 2: enabled, but not allowed to send Requests + */ + unsigned int tlsext_heartbeat; + /* Indicates if a HeartbeatRequest is in flight */ + unsigned int tlsext_hb_pending; + /* HeartbeatRequest sequence number */ + unsigned int tlsext_hb_seq; +# else +# define session_ctx ctx +# endif /* OPENSSL_NO_TLSEXT */ + /*- + * 1 if we are renegotiating. + * 2 if we are a server and are inside a handshake + * (i.e. not just sending a HelloRequest) + */ + int renegotiate; +# ifndef OPENSSL_NO_SRP + /* ctx for SRP authentication */ + SRP_CTX srp_ctx; +# endif +# ifndef OPENSSL_NO_TLSEXT + /* + * For a client, this contains the list of supported protocols in wire + * format. + */ + unsigned char *alpn_client_proto_list; + unsigned alpn_client_proto_list_len; +# endif /* OPENSSL_NO_TLSEXT */ +}; -#endif +# endif #ifdef __cplusplus } #endif -#include -#include -#include /* This is mostly sslv3 with a few tweaks */ -#include /* Datagram TLS */ -#include -#include /* Support for the use_srtp extension */ +# include +# include +# include /* This is mostly sslv3 with a few tweaks */ +# include /* Datagram TLS */ +# include +# include /* Support for the use_srtp extension */ #ifdef __cplusplus extern "C" { #endif /* compatibility */ -#define SSL_set_app_data(s,arg) (SSL_set_ex_data(s,0,(char *)arg)) -#define SSL_get_app_data(s) (SSL_get_ex_data(s,0)) -#define SSL_SESSION_set_app_data(s,a) (SSL_SESSION_set_ex_data(s,0,(char *)a)) -#define SSL_SESSION_get_app_data(s) (SSL_SESSION_get_ex_data(s,0)) -#define SSL_CTX_get_app_data(ctx) (SSL_CTX_get_ex_data(ctx,0)) -#define SSL_CTX_set_app_data(ctx,arg) (SSL_CTX_set_ex_data(ctx,0,(char *)arg)) - -/* The following are the possible values for ssl->state are are - * used to indicate where we are up to in the SSL connection establishment. - * The macros that follow are about the only things you should need to use - * and even then, only when using non-blocking IO. - * It can also be useful to work out where you were when the connection - * failed */ - -#define SSL_ST_CONNECT 0x1000 -#define SSL_ST_ACCEPT 0x2000 -#define SSL_ST_MASK 0x0FFF -#define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT) -#define SSL_ST_BEFORE 0x4000 -#define SSL_ST_OK 0x03 -#define SSL_ST_RENEGOTIATE (0x04|SSL_ST_INIT) - -#define SSL_CB_LOOP 0x01 -#define SSL_CB_EXIT 0x02 -#define SSL_CB_READ 0x04 -#define SSL_CB_WRITE 0x08 -#define SSL_CB_ALERT 0x4000 /* used in callback */ -#define SSL_CB_READ_ALERT (SSL_CB_ALERT|SSL_CB_READ) -#define SSL_CB_WRITE_ALERT (SSL_CB_ALERT|SSL_CB_WRITE) -#define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT|SSL_CB_LOOP) -#define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT|SSL_CB_EXIT) -#define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP) -#define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT) -#define SSL_CB_HANDSHAKE_START 0x10 -#define SSL_CB_HANDSHAKE_DONE 0x20 +# define SSL_set_app_data(s,arg) (SSL_set_ex_data(s,0,(char *)arg)) +# define SSL_get_app_data(s) (SSL_get_ex_data(s,0)) +# define SSL_SESSION_set_app_data(s,a) (SSL_SESSION_set_ex_data(s,0,(char *)a)) +# define SSL_SESSION_get_app_data(s) (SSL_SESSION_get_ex_data(s,0)) +# define SSL_CTX_get_app_data(ctx) (SSL_CTX_get_ex_data(ctx,0)) +# define SSL_CTX_set_app_data(ctx,arg) (SSL_CTX_set_ex_data(ctx,0,(char *)arg)) + +/* + * The following are the possible values for ssl->state are are used to + * indicate where we are up to in the SSL connection establishment. The + * macros that follow are about the only things you should need to use and + * even then, only when using non-blocking IO. It can also be useful to work + * out where you were when the connection failed + */ + +# define SSL_ST_CONNECT 0x1000 +# define SSL_ST_ACCEPT 0x2000 +# define SSL_ST_MASK 0x0FFF +# define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT) +# define SSL_ST_BEFORE 0x4000 +# define SSL_ST_OK 0x03 +# define SSL_ST_RENEGOTIATE (0x04|SSL_ST_INIT) + +# define SSL_CB_LOOP 0x01 +# define SSL_CB_EXIT 0x02 +# define SSL_CB_READ 0x04 +# define SSL_CB_WRITE 0x08 +# define SSL_CB_ALERT 0x4000/* used in callback */ +# define SSL_CB_READ_ALERT (SSL_CB_ALERT|SSL_CB_READ) +# define SSL_CB_WRITE_ALERT (SSL_CB_ALERT|SSL_CB_WRITE) +# define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT|SSL_CB_LOOP) +# define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT|SSL_CB_EXIT) +# define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP) +# define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT) +# define SSL_CB_HANDSHAKE_START 0x10 +# define SSL_CB_HANDSHAKE_DONE 0x20 /* Is the SSL_connection established? */ -#define SSL_get_state(a) SSL_state(a) -#define SSL_is_init_finished(a) (SSL_state(a) == SSL_ST_OK) -#define SSL_in_init(a) (SSL_state(a)&SSL_ST_INIT) -#define SSL_in_before(a) (SSL_state(a)&SSL_ST_BEFORE) -#define SSL_in_connect_init(a) (SSL_state(a)&SSL_ST_CONNECT) -#define SSL_in_accept_init(a) (SSL_state(a)&SSL_ST_ACCEPT) - -/* The following 2 states are kept in ssl->rstate when reads fail, - * you should not need these */ -#define SSL_ST_READ_HEADER 0xF0 -#define SSL_ST_READ_BODY 0xF1 -#define SSL_ST_READ_DONE 0xF2 - -/* Obtain latest Finished message +# define SSL_get_state(a) SSL_state(a) +# define SSL_is_init_finished(a) (SSL_state(a) == SSL_ST_OK) +# define SSL_in_init(a) (SSL_state(a)&SSL_ST_INIT) +# define SSL_in_before(a) (SSL_state(a)&SSL_ST_BEFORE) +# define SSL_in_connect_init(a) (SSL_state(a)&SSL_ST_CONNECT) +# define SSL_in_accept_init(a) (SSL_state(a)&SSL_ST_ACCEPT) + +/* + * The following 2 states are kept in ssl->rstate when reads fail, you should + * not need these + */ +# define SSL_ST_READ_HEADER 0xF0 +# define SSL_ST_READ_BODY 0xF1 +# define SSL_ST_READ_DONE 0xF2 + +/*- + * Obtain latest Finished message * -- that we sent (SSL_get_finished) * -- that we expected from peer (SSL_get_peer_finished). - * Returns length (0 == no Finished so far), copies up to 'count' bytes. */ + * Returns length (0 == no Finished so far), copies up to 'count' bytes. + */ size_t SSL_get_finished(const SSL *s, void *buf, size_t count); size_t SSL_get_peer_finished(const SSL *s, void *buf, size_t count); -/* use either SSL_VERIFY_NONE or SSL_VERIFY_PEER, the last 2 options - * are 'ored' with SSL_VERIFY_PEER if they are desired */ -#define SSL_VERIFY_NONE 0x00 -#define SSL_VERIFY_PEER 0x01 -#define SSL_VERIFY_FAIL_IF_NO_PEER_CERT 0x02 -#define SSL_VERIFY_CLIENT_ONCE 0x04 +/* + * use either SSL_VERIFY_NONE or SSL_VERIFY_PEER, the last 2 options are + * 'ored' with SSL_VERIFY_PEER if they are desired + */ +# define SSL_VERIFY_NONE 0x00 +# define SSL_VERIFY_PEER 0x01 +# define SSL_VERIFY_FAIL_IF_NO_PEER_CERT 0x02 +# define SSL_VERIFY_CLIENT_ONCE 0x04 -#define OpenSSL_add_ssl_algorithms() SSL_library_init() -#define SSLeay_add_ssl_algorithms() SSL_library_init() +# define OpenSSL_add_ssl_algorithms() SSL_library_init() +# define SSLeay_add_ssl_algorithms() SSL_library_init() /* this is for backward compatibility */ -#if 0 /* NEW_SSLEAY */ -#define SSL_CTX_set_default_verify(a,b,c) SSL_CTX_set_verify(a,b,c) -#define SSL_set_pref_cipher(c,n) SSL_set_cipher_list(c,n) -#define SSL_add_session(a,b) SSL_CTX_add_session((a),(b)) -#define SSL_remove_session(a,b) SSL_CTX_remove_session((a),(b)) -#define SSL_flush_sessions(a,b) SSL_CTX_flush_sessions((a),(b)) -#endif +# if 0 /* NEW_SSLEAY */ +# define SSL_CTX_set_default_verify(a,b,c) SSL_CTX_set_verify(a,b,c) +# define SSL_set_pref_cipher(c,n) SSL_set_cipher_list(c,n) +# define SSL_add_session(a,b) SSL_CTX_add_session((a),(b)) +# define SSL_remove_session(a,b) SSL_CTX_remove_session((a),(b)) +# define SSL_flush_sessions(a,b) SSL_CTX_flush_sessions((a),(b)) +# endif /* More backward compatibility */ -#define SSL_get_cipher(s) \ - SSL_CIPHER_get_name(SSL_get_current_cipher(s)) -#define SSL_get_cipher_bits(s,np) \ - SSL_CIPHER_get_bits(SSL_get_current_cipher(s),np) -#define SSL_get_cipher_version(s) \ - SSL_CIPHER_get_version(SSL_get_current_cipher(s)) -#define SSL_get_cipher_name(s) \ - SSL_CIPHER_get_name(SSL_get_current_cipher(s)) -#define SSL_get_time(a) SSL_SESSION_get_time(a) -#define SSL_set_time(a,b) SSL_SESSION_set_time((a),(b)) -#define SSL_get_timeout(a) SSL_SESSION_get_timeout(a) -#define SSL_set_timeout(a,b) SSL_SESSION_set_timeout((a),(b)) - -#define d2i_SSL_SESSION_bio(bp,s_id) ASN1_d2i_bio_of(SSL_SESSION,SSL_SESSION_new,d2i_SSL_SESSION,bp,s_id) -#define i2d_SSL_SESSION_bio(bp,s_id) ASN1_i2d_bio_of(SSL_SESSION,i2d_SSL_SESSION,bp,s_id) +# define SSL_get_cipher(s) \ + SSL_CIPHER_get_name(SSL_get_current_cipher(s)) +# define SSL_get_cipher_bits(s,np) \ + SSL_CIPHER_get_bits(SSL_get_current_cipher(s),np) +# define SSL_get_cipher_version(s) \ + SSL_CIPHER_get_version(SSL_get_current_cipher(s)) +# define SSL_get_cipher_name(s) \ + SSL_CIPHER_get_name(SSL_get_current_cipher(s)) +# define SSL_get_time(a) SSL_SESSION_get_time(a) +# define SSL_set_time(a,b) SSL_SESSION_set_time((a),(b)) +# define SSL_get_timeout(a) SSL_SESSION_get_timeout(a) +# define SSL_set_timeout(a,b) SSL_SESSION_set_timeout((a),(b)) + +# define d2i_SSL_SESSION_bio(bp,s_id) ASN1_d2i_bio_of(SSL_SESSION,SSL_SESSION_new,d2i_SSL_SESSION,bp,s_id) +# define i2d_SSL_SESSION_bio(bp,s_id) ASN1_i2d_bio_of(SSL_SESSION,i2d_SSL_SESSION,bp,s_id) DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION) - -#define SSL_AD_REASON_OFFSET 1000 /* offset to get SSL_R_... value from SSL_AD_... */ - +# define SSL_AD_REASON_OFFSET 1000/* offset to get SSL_R_... value + * from SSL_AD_... */ /* These alert types are for SSLv3 and TLSv1 */ -#define SSL_AD_CLOSE_NOTIFY SSL3_AD_CLOSE_NOTIFY -#define SSL_AD_UNEXPECTED_MESSAGE SSL3_AD_UNEXPECTED_MESSAGE /* fatal */ -#define SSL_AD_BAD_RECORD_MAC SSL3_AD_BAD_RECORD_MAC /* fatal */ -#define SSL_AD_DECRYPTION_FAILED TLS1_AD_DECRYPTION_FAILED -#define SSL_AD_RECORD_OVERFLOW TLS1_AD_RECORD_OVERFLOW -#define SSL_AD_DECOMPRESSION_FAILURE SSL3_AD_DECOMPRESSION_FAILURE/* fatal */ -#define SSL_AD_HANDSHAKE_FAILURE SSL3_AD_HANDSHAKE_FAILURE/* fatal */ -#define SSL_AD_NO_CERTIFICATE SSL3_AD_NO_CERTIFICATE /* Not for TLS */ -#define SSL_AD_BAD_CERTIFICATE SSL3_AD_BAD_CERTIFICATE -#define SSL_AD_UNSUPPORTED_CERTIFICATE SSL3_AD_UNSUPPORTED_CERTIFICATE -#define SSL_AD_CERTIFICATE_REVOKED SSL3_AD_CERTIFICATE_REVOKED -#define SSL_AD_CERTIFICATE_EXPIRED SSL3_AD_CERTIFICATE_EXPIRED -#define SSL_AD_CERTIFICATE_UNKNOWN SSL3_AD_CERTIFICATE_UNKNOWN -#define SSL_AD_ILLEGAL_PARAMETER SSL3_AD_ILLEGAL_PARAMETER /* fatal */ -#define SSL_AD_UNKNOWN_CA TLS1_AD_UNKNOWN_CA /* fatal */ -#define SSL_AD_ACCESS_DENIED TLS1_AD_ACCESS_DENIED /* fatal */ -#define SSL_AD_DECODE_ERROR TLS1_AD_DECODE_ERROR /* fatal */ -#define SSL_AD_DECRYPT_ERROR TLS1_AD_DECRYPT_ERROR -#define SSL_AD_EXPORT_RESTRICTION TLS1_AD_EXPORT_RESTRICTION/* fatal */ -#define SSL_AD_PROTOCOL_VERSION TLS1_AD_PROTOCOL_VERSION /* fatal */ -#define SSL_AD_INSUFFICIENT_SECURITY TLS1_AD_INSUFFICIENT_SECURITY/* fatal */ -#define SSL_AD_INTERNAL_ERROR TLS1_AD_INTERNAL_ERROR /* fatal */ -#define SSL_AD_USER_CANCELLED TLS1_AD_USER_CANCELLED -#define SSL_AD_NO_RENEGOTIATION TLS1_AD_NO_RENEGOTIATION -#define SSL_AD_UNSUPPORTED_EXTENSION TLS1_AD_UNSUPPORTED_EXTENSION -#define SSL_AD_CERTIFICATE_UNOBTAINABLE TLS1_AD_CERTIFICATE_UNOBTAINABLE -#define SSL_AD_UNRECOGNIZED_NAME TLS1_AD_UNRECOGNIZED_NAME -#define SSL_AD_BAD_CERTIFICATE_STATUS_RESPONSE TLS1_AD_BAD_CERTIFICATE_STATUS_RESPONSE -#define SSL_AD_BAD_CERTIFICATE_HASH_VALUE TLS1_AD_BAD_CERTIFICATE_HASH_VALUE -#define SSL_AD_UNKNOWN_PSK_IDENTITY TLS1_AD_UNKNOWN_PSK_IDENTITY /* fatal */ -#define SSL_AD_INAPPROPRIATE_FALLBACK TLS1_AD_INAPPROPRIATE_FALLBACK /* fatal */ - -#define SSL_ERROR_NONE 0 -#define SSL_ERROR_SSL 1 -#define SSL_ERROR_WANT_READ 2 -#define SSL_ERROR_WANT_WRITE 3 -#define SSL_ERROR_WANT_X509_LOOKUP 4 -#define SSL_ERROR_SYSCALL 5 /* look at error stack/return value/errno */ -#define SSL_ERROR_ZERO_RETURN 6 -#define SSL_ERROR_WANT_CONNECT 7 -#define SSL_ERROR_WANT_ACCEPT 8 - -#define SSL_CTRL_NEED_TMP_RSA 1 -#define SSL_CTRL_SET_TMP_RSA 2 -#define SSL_CTRL_SET_TMP_DH 3 -#define SSL_CTRL_SET_TMP_ECDH 4 -#define SSL_CTRL_SET_TMP_RSA_CB 5 -#define SSL_CTRL_SET_TMP_DH_CB 6 -#define SSL_CTRL_SET_TMP_ECDH_CB 7 - -#define SSL_CTRL_GET_SESSION_REUSED 8 -#define SSL_CTRL_GET_CLIENT_CERT_REQUEST 9 -#define SSL_CTRL_GET_NUM_RENEGOTIATIONS 10 -#define SSL_CTRL_CLEAR_NUM_RENEGOTIATIONS 11 -#define SSL_CTRL_GET_TOTAL_RENEGOTIATIONS 12 -#define SSL_CTRL_GET_FLAGS 13 -#define SSL_CTRL_EXTRA_CHAIN_CERT 14 - -#define SSL_CTRL_SET_MSG_CALLBACK 15 -#define SSL_CTRL_SET_MSG_CALLBACK_ARG 16 - +# define SSL_AD_CLOSE_NOTIFY SSL3_AD_CLOSE_NOTIFY +/* fatal */ +# define SSL_AD_UNEXPECTED_MESSAGE SSL3_AD_UNEXPECTED_MESSAGE +/* fatal */ +# define SSL_AD_BAD_RECORD_MAC SSL3_AD_BAD_RECORD_MAC +# define SSL_AD_DECRYPTION_FAILED TLS1_AD_DECRYPTION_FAILED +# define SSL_AD_RECORD_OVERFLOW TLS1_AD_RECORD_OVERFLOW +/* fatal */ +# define SSL_AD_DECOMPRESSION_FAILURE SSL3_AD_DECOMPRESSION_FAILURE +/* fatal */ +# define SSL_AD_HANDSHAKE_FAILURE SSL3_AD_HANDSHAKE_FAILURE +/* Not for TLS */ +# define SSL_AD_NO_CERTIFICATE SSL3_AD_NO_CERTIFICATE +# define SSL_AD_BAD_CERTIFICATE SSL3_AD_BAD_CERTIFICATE +# define SSL_AD_UNSUPPORTED_CERTIFICATE SSL3_AD_UNSUPPORTED_CERTIFICATE +# define SSL_AD_CERTIFICATE_REVOKED SSL3_AD_CERTIFICATE_REVOKED +# define SSL_AD_CERTIFICATE_EXPIRED SSL3_AD_CERTIFICATE_EXPIRED +# define SSL_AD_CERTIFICATE_UNKNOWN SSL3_AD_CERTIFICATE_UNKNOWN +/* fatal */ +# define SSL_AD_ILLEGAL_PARAMETER SSL3_AD_ILLEGAL_PARAMETER +/* fatal */ +# define SSL_AD_UNKNOWN_CA TLS1_AD_UNKNOWN_CA +/* fatal */ +# define SSL_AD_ACCESS_DENIED TLS1_AD_ACCESS_DENIED +/* fatal */ +# define SSL_AD_DECODE_ERROR TLS1_AD_DECODE_ERROR +# define SSL_AD_DECRYPT_ERROR TLS1_AD_DECRYPT_ERROR +/* fatal */ +# define SSL_AD_EXPORT_RESTRICTION TLS1_AD_EXPORT_RESTRICTION +/* fatal */ +# define SSL_AD_PROTOCOL_VERSION TLS1_AD_PROTOCOL_VERSION +/* fatal */ +# define SSL_AD_INSUFFICIENT_SECURITY TLS1_AD_INSUFFICIENT_SECURITY +/* fatal */ +# define SSL_AD_INTERNAL_ERROR TLS1_AD_INTERNAL_ERROR +# define SSL_AD_USER_CANCELLED TLS1_AD_USER_CANCELLED +# define SSL_AD_NO_RENEGOTIATION TLS1_AD_NO_RENEGOTIATION +# define SSL_AD_UNSUPPORTED_EXTENSION TLS1_AD_UNSUPPORTED_EXTENSION +# define SSL_AD_CERTIFICATE_UNOBTAINABLE TLS1_AD_CERTIFICATE_UNOBTAINABLE +# define SSL_AD_UNRECOGNIZED_NAME TLS1_AD_UNRECOGNIZED_NAME +# define SSL_AD_BAD_CERTIFICATE_STATUS_RESPONSE TLS1_AD_BAD_CERTIFICATE_STATUS_RESPONSE +# define SSL_AD_BAD_CERTIFICATE_HASH_VALUE TLS1_AD_BAD_CERTIFICATE_HASH_VALUE +/* fatal */ +# define SSL_AD_UNKNOWN_PSK_IDENTITY TLS1_AD_UNKNOWN_PSK_IDENTITY +/* fatal */ +# define SSL_AD_INAPPROPRIATE_FALLBACK TLS1_AD_INAPPROPRIATE_FALLBACK +# define SSL_ERROR_NONE 0 +# define SSL_ERROR_SSL 1 +# define SSL_ERROR_WANT_READ 2 +# define SSL_ERROR_WANT_WRITE 3 +# define SSL_ERROR_WANT_X509_LOOKUP 4 +# define SSL_ERROR_SYSCALL 5/* look at error stack/return + * value/errno */ +# define SSL_ERROR_ZERO_RETURN 6 +# define SSL_ERROR_WANT_CONNECT 7 +# define SSL_ERROR_WANT_ACCEPT 8 +# define SSL_CTRL_NEED_TMP_RSA 1 +# define SSL_CTRL_SET_TMP_RSA 2 +# define SSL_CTRL_SET_TMP_DH 3 +# define SSL_CTRL_SET_TMP_ECDH 4 +# define SSL_CTRL_SET_TMP_RSA_CB 5 +# define SSL_CTRL_SET_TMP_DH_CB 6 +# define SSL_CTRL_SET_TMP_ECDH_CB 7 +# define SSL_CTRL_GET_SESSION_REUSED 8 +# define SSL_CTRL_GET_CLIENT_CERT_REQUEST 9 +# define SSL_CTRL_GET_NUM_RENEGOTIATIONS 10 +# define SSL_CTRL_CLEAR_NUM_RENEGOTIATIONS 11 +# define SSL_CTRL_GET_TOTAL_RENEGOTIATIONS 12 +# define SSL_CTRL_GET_FLAGS 13 +# define SSL_CTRL_EXTRA_CHAIN_CERT 14 +# define SSL_CTRL_SET_MSG_CALLBACK 15 +# define SSL_CTRL_SET_MSG_CALLBACK_ARG 16 /* only applies to datagram connections */ -#define SSL_CTRL_SET_MTU 17 +# define SSL_CTRL_SET_MTU 17 /* Stats */ -#define SSL_CTRL_SESS_NUMBER 20 -#define SSL_CTRL_SESS_CONNECT 21 -#define SSL_CTRL_SESS_CONNECT_GOOD 22 -#define SSL_CTRL_SESS_CONNECT_RENEGOTIATE 23 -#define SSL_CTRL_SESS_ACCEPT 24 -#define SSL_CTRL_SESS_ACCEPT_GOOD 25 -#define SSL_CTRL_SESS_ACCEPT_RENEGOTIATE 26 -#define SSL_CTRL_SESS_HIT 27 -#define SSL_CTRL_SESS_CB_HIT 28 -#define SSL_CTRL_SESS_MISSES 29 -#define SSL_CTRL_SESS_TIMEOUTS 30 -#define SSL_CTRL_SESS_CACHE_FULL 31 -#define SSL_CTRL_OPTIONS 32 -#define SSL_CTRL_MODE 33 - -#define SSL_CTRL_GET_READ_AHEAD 40 -#define SSL_CTRL_SET_READ_AHEAD 41 -#define SSL_CTRL_SET_SESS_CACHE_SIZE 42 -#define SSL_CTRL_GET_SESS_CACHE_SIZE 43 -#define SSL_CTRL_SET_SESS_CACHE_MODE 44 -#define SSL_CTRL_GET_SESS_CACHE_MODE 45 - -#define SSL_CTRL_GET_MAX_CERT_LIST 50 -#define SSL_CTRL_SET_MAX_CERT_LIST 51 - -#define SSL_CTRL_SET_MAX_SEND_FRAGMENT 52 - +# define SSL_CTRL_SESS_NUMBER 20 +# define SSL_CTRL_SESS_CONNECT 21 +# define SSL_CTRL_SESS_CONNECT_GOOD 22 +# define SSL_CTRL_SESS_CONNECT_RENEGOTIATE 23 +# define SSL_CTRL_SESS_ACCEPT 24 +# define SSL_CTRL_SESS_ACCEPT_GOOD 25 +# define SSL_CTRL_SESS_ACCEPT_RENEGOTIATE 26 +# define SSL_CTRL_SESS_HIT 27 +# define SSL_CTRL_SESS_CB_HIT 28 +# define SSL_CTRL_SESS_MISSES 29 +# define SSL_CTRL_SESS_TIMEOUTS 30 +# define SSL_CTRL_SESS_CACHE_FULL 31 +# define SSL_CTRL_OPTIONS 32 +# define SSL_CTRL_MODE 33 +# define SSL_CTRL_GET_READ_AHEAD 40 +# define SSL_CTRL_SET_READ_AHEAD 41 +# define SSL_CTRL_SET_SESS_CACHE_SIZE 42 +# define SSL_CTRL_GET_SESS_CACHE_SIZE 43 +# define SSL_CTRL_SET_SESS_CACHE_MODE 44 +# define SSL_CTRL_GET_SESS_CACHE_MODE 45 +# define SSL_CTRL_GET_MAX_CERT_LIST 50 +# define SSL_CTRL_SET_MAX_CERT_LIST 51 +# define SSL_CTRL_SET_MAX_SEND_FRAGMENT 52 /* see tls1.h for macros based on these */ -#ifndef OPENSSL_NO_TLSEXT -#define SSL_CTRL_SET_TLSEXT_SERVERNAME_CB 53 -#define SSL_CTRL_SET_TLSEXT_SERVERNAME_ARG 54 -#define SSL_CTRL_SET_TLSEXT_HOSTNAME 55 -#define SSL_CTRL_SET_TLSEXT_DEBUG_CB 56 -#define SSL_CTRL_SET_TLSEXT_DEBUG_ARG 57 -#define SSL_CTRL_GET_TLSEXT_TICKET_KEYS 58 -#define SSL_CTRL_SET_TLSEXT_TICKET_KEYS 59 -#define SSL_CTRL_SET_TLSEXT_OPAQUE_PRF_INPUT 60 -#define SSL_CTRL_SET_TLSEXT_OPAQUE_PRF_INPUT_CB 61 -#define SSL_CTRL_SET_TLSEXT_OPAQUE_PRF_INPUT_CB_ARG 62 -#define SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB 63 -#define SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB_ARG 64 -#define SSL_CTRL_SET_TLSEXT_STATUS_REQ_TYPE 65 -#define SSL_CTRL_GET_TLSEXT_STATUS_REQ_EXTS 66 -#define SSL_CTRL_SET_TLSEXT_STATUS_REQ_EXTS 67 -#define SSL_CTRL_GET_TLSEXT_STATUS_REQ_IDS 68 -#define SSL_CTRL_SET_TLSEXT_STATUS_REQ_IDS 69 -#define SSL_CTRL_GET_TLSEXT_STATUS_REQ_OCSP_RESP 70 -#define SSL_CTRL_SET_TLSEXT_STATUS_REQ_OCSP_RESP 71 - -#define SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB 72 - -#define SSL_CTRL_SET_TLS_EXT_SRP_USERNAME_CB 75 -#define SSL_CTRL_SET_SRP_VERIFY_PARAM_CB 76 -#define SSL_CTRL_SET_SRP_GIVE_CLIENT_PWD_CB 77 - -#define SSL_CTRL_SET_SRP_ARG 78 -#define SSL_CTRL_SET_TLS_EXT_SRP_USERNAME 79 -#define SSL_CTRL_SET_TLS_EXT_SRP_STRENGTH 80 -#define SSL_CTRL_SET_TLS_EXT_SRP_PASSWORD 81 -#ifndef OPENSSL_NO_HEARTBEATS -#define SSL_CTRL_TLS_EXT_SEND_HEARTBEAT 85 -#define SSL_CTRL_GET_TLS_EXT_HEARTBEAT_PENDING 86 -#define SSL_CTRL_SET_TLS_EXT_HEARTBEAT_NO_REQUESTS 87 -#endif -#endif - -#define DTLS_CTRL_GET_TIMEOUT 73 -#define DTLS_CTRL_HANDLE_TIMEOUT 74 -#define DTLS_CTRL_LISTEN 75 - -#define SSL_CTRL_GET_RI_SUPPORT 76 -#define SSL_CTRL_CLEAR_OPTIONS 77 -#define SSL_CTRL_CLEAR_MODE 78 - -#define SSL_CTRL_GET_EXTRA_CHAIN_CERTS 82 -#define SSL_CTRL_CLEAR_EXTRA_CHAIN_CERTS 83 - -#define SSL_CTRL_CHECK_PROTO_VERSION 119 - -#define DTLSv1_get_timeout(ssl, arg) \ - SSL_ctrl(ssl,DTLS_CTRL_GET_TIMEOUT,0, (void *)arg) -#define DTLSv1_handle_timeout(ssl) \ - SSL_ctrl(ssl,DTLS_CTRL_HANDLE_TIMEOUT,0, NULL) -#define DTLSv1_listen(ssl, peer) \ - SSL_ctrl(ssl,DTLS_CTRL_LISTEN,0, (void *)peer) - -#define SSL_session_reused(ssl) \ - SSL_ctrl((ssl),SSL_CTRL_GET_SESSION_REUSED,0,NULL) -#define SSL_num_renegotiations(ssl) \ - SSL_ctrl((ssl),SSL_CTRL_GET_NUM_RENEGOTIATIONS,0,NULL) -#define SSL_clear_num_renegotiations(ssl) \ - SSL_ctrl((ssl),SSL_CTRL_CLEAR_NUM_RENEGOTIATIONS,0,NULL) -#define SSL_total_renegotiations(ssl) \ - SSL_ctrl((ssl),SSL_CTRL_GET_TOTAL_RENEGOTIATIONS,0,NULL) - -#define SSL_CTX_need_tmp_RSA(ctx) \ - SSL_CTX_ctrl(ctx,SSL_CTRL_NEED_TMP_RSA,0,NULL) -#define SSL_CTX_set_tmp_rsa(ctx,rsa) \ - SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TMP_RSA,0,(char *)rsa) -#define SSL_CTX_set_tmp_dh(ctx,dh) \ - SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TMP_DH,0,(char *)dh) -#define SSL_CTX_set_tmp_ecdh(ctx,ecdh) \ - SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TMP_ECDH,0,(char *)ecdh) - -#define SSL_need_tmp_RSA(ssl) \ - SSL_ctrl(ssl,SSL_CTRL_NEED_TMP_RSA,0,NULL) -#define SSL_set_tmp_rsa(ssl,rsa) \ - SSL_ctrl(ssl,SSL_CTRL_SET_TMP_RSA,0,(char *)rsa) -#define SSL_set_tmp_dh(ssl,dh) \ - SSL_ctrl(ssl,SSL_CTRL_SET_TMP_DH,0,(char *)dh) -#define SSL_set_tmp_ecdh(ssl,ecdh) \ - SSL_ctrl(ssl,SSL_CTRL_SET_TMP_ECDH,0,(char *)ecdh) - -#define SSL_CTX_add_extra_chain_cert(ctx,x509) \ - SSL_CTX_ctrl(ctx,SSL_CTRL_EXTRA_CHAIN_CERT,0,(char *)x509) -#define SSL_CTX_get_extra_chain_certs(ctx,px509) \ - SSL_CTX_ctrl(ctx,SSL_CTRL_GET_EXTRA_CHAIN_CERTS,0,px509) -#define SSL_CTX_clear_extra_chain_certs(ctx) \ - SSL_CTX_ctrl(ctx,SSL_CTRL_CLEAR_EXTRA_CHAIN_CERTS,0,NULL) - -#ifndef OPENSSL_NO_BIO +# ifndef OPENSSL_NO_TLSEXT +# define SSL_CTRL_SET_TLSEXT_SERVERNAME_CB 53 +# define SSL_CTRL_SET_TLSEXT_SERVERNAME_ARG 54 +# define SSL_CTRL_SET_TLSEXT_HOSTNAME 55 +# define SSL_CTRL_SET_TLSEXT_DEBUG_CB 56 +# define SSL_CTRL_SET_TLSEXT_DEBUG_ARG 57 +# define SSL_CTRL_GET_TLSEXT_TICKET_KEYS 58 +# define SSL_CTRL_SET_TLSEXT_TICKET_KEYS 59 +# define SSL_CTRL_SET_TLSEXT_OPAQUE_PRF_INPUT 60 +# define SSL_CTRL_SET_TLSEXT_OPAQUE_PRF_INPUT_CB 61 +# define SSL_CTRL_SET_TLSEXT_OPAQUE_PRF_INPUT_CB_ARG 62 +# define SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB 63 +# define SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB_ARG 64 +# define SSL_CTRL_SET_TLSEXT_STATUS_REQ_TYPE 65 +# define SSL_CTRL_GET_TLSEXT_STATUS_REQ_EXTS 66 +# define SSL_CTRL_SET_TLSEXT_STATUS_REQ_EXTS 67 +# define SSL_CTRL_GET_TLSEXT_STATUS_REQ_IDS 68 +# define SSL_CTRL_SET_TLSEXT_STATUS_REQ_IDS 69 +# define SSL_CTRL_GET_TLSEXT_STATUS_REQ_OCSP_RESP 70 +# define SSL_CTRL_SET_TLSEXT_STATUS_REQ_OCSP_RESP 71 +# define SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB 72 +# define SSL_CTRL_SET_TLS_EXT_SRP_USERNAME_CB 75 +# define SSL_CTRL_SET_SRP_VERIFY_PARAM_CB 76 +# define SSL_CTRL_SET_SRP_GIVE_CLIENT_PWD_CB 77 +# define SSL_CTRL_SET_SRP_ARG 78 +# define SSL_CTRL_SET_TLS_EXT_SRP_USERNAME 79 +# define SSL_CTRL_SET_TLS_EXT_SRP_STRENGTH 80 +# define SSL_CTRL_SET_TLS_EXT_SRP_PASSWORD 81 +# ifndef OPENSSL_NO_HEARTBEATS +# define SSL_CTRL_TLS_EXT_SEND_HEARTBEAT 85 +# define SSL_CTRL_GET_TLS_EXT_HEARTBEAT_PENDING 86 +# define SSL_CTRL_SET_TLS_EXT_HEARTBEAT_NO_REQUESTS 87 +# endif +# endif /* OPENSSL_NO_TLSEXT */ +# define DTLS_CTRL_GET_TIMEOUT 73 +# define DTLS_CTRL_HANDLE_TIMEOUT 74 +# define DTLS_CTRL_LISTEN 75 +# define SSL_CTRL_GET_RI_SUPPORT 76 +# define SSL_CTRL_CLEAR_OPTIONS 77 +# define SSL_CTRL_CLEAR_MODE 78 +# define SSL_CTRL_GET_EXTRA_CHAIN_CERTS 82 +# define SSL_CTRL_CLEAR_EXTRA_CHAIN_CERTS 83 +# define SSL_CTRL_CHAIN 88 +# define SSL_CTRL_CHAIN_CERT 89 +# define SSL_CTRL_GET_CURVES 90 +# define SSL_CTRL_SET_CURVES 91 +# define SSL_CTRL_SET_CURVES_LIST 92 +# define SSL_CTRL_GET_SHARED_CURVE 93 +# define SSL_CTRL_SET_ECDH_AUTO 94 +# define SSL_CTRL_SET_SIGALGS 97 +# define SSL_CTRL_SET_SIGALGS_LIST 98 +# define SSL_CTRL_CERT_FLAGS 99 +# define SSL_CTRL_CLEAR_CERT_FLAGS 100 +# define SSL_CTRL_SET_CLIENT_SIGALGS 101 +# define SSL_CTRL_SET_CLIENT_SIGALGS_LIST 102 +# define SSL_CTRL_GET_CLIENT_CERT_TYPES 103 +# define SSL_CTRL_SET_CLIENT_CERT_TYPES 104 +# define SSL_CTRL_BUILD_CERT_CHAIN 105 +# define SSL_CTRL_SET_VERIFY_CERT_STORE 106 +# define SSL_CTRL_SET_CHAIN_CERT_STORE 107 +# define SSL_CTRL_GET_PEER_SIGNATURE_NID 108 +# define SSL_CTRL_GET_SERVER_TMP_KEY 109 +# define SSL_CTRL_GET_RAW_CIPHERLIST 110 +# define SSL_CTRL_GET_EC_POINT_FORMATS 111 +# define SSL_CTRL_GET_CHAIN_CERTS 115 +# define SSL_CTRL_SELECT_CURRENT_CERT 116 +# define SSL_CTRL_SET_CURRENT_CERT 117 +# define SSL_CTRL_CHECK_PROTO_VERSION 119 +# define DTLS_CTRL_SET_LINK_MTU 120 +# define DTLS_CTRL_GET_LINK_MIN_MTU 121 +# define SSL_CERT_SET_FIRST 1 +# define SSL_CERT_SET_NEXT 2 +# define SSL_CERT_SET_SERVER 3 +# define DTLSv1_get_timeout(ssl, arg) \ + SSL_ctrl(ssl,DTLS_CTRL_GET_TIMEOUT,0, (void *)arg) +# define DTLSv1_handle_timeout(ssl) \ + SSL_ctrl(ssl,DTLS_CTRL_HANDLE_TIMEOUT,0, NULL) +# define DTLSv1_listen(ssl, peer) \ + SSL_ctrl(ssl,DTLS_CTRL_LISTEN,0, (void *)peer) +# define SSL_session_reused(ssl) \ + SSL_ctrl((ssl),SSL_CTRL_GET_SESSION_REUSED,0,NULL) +# define SSL_num_renegotiations(ssl) \ + SSL_ctrl((ssl),SSL_CTRL_GET_NUM_RENEGOTIATIONS,0,NULL) +# define SSL_clear_num_renegotiations(ssl) \ + SSL_ctrl((ssl),SSL_CTRL_CLEAR_NUM_RENEGOTIATIONS,0,NULL) +# define SSL_total_renegotiations(ssl) \ + SSL_ctrl((ssl),SSL_CTRL_GET_TOTAL_RENEGOTIATIONS,0,NULL) +# define SSL_CTX_need_tmp_RSA(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_NEED_TMP_RSA,0,NULL) +# define SSL_CTX_set_tmp_rsa(ctx,rsa) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TMP_RSA,0,(char *)rsa) +# define SSL_CTX_set_tmp_dh(ctx,dh) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TMP_DH,0,(char *)dh) +# define SSL_CTX_set_tmp_ecdh(ctx,ecdh) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TMP_ECDH,0,(char *)ecdh) +# define SSL_need_tmp_RSA(ssl) \ + SSL_ctrl(ssl,SSL_CTRL_NEED_TMP_RSA,0,NULL) +# define SSL_set_tmp_rsa(ssl,rsa) \ + SSL_ctrl(ssl,SSL_CTRL_SET_TMP_RSA,0,(char *)rsa) +# define SSL_set_tmp_dh(ssl,dh) \ + SSL_ctrl(ssl,SSL_CTRL_SET_TMP_DH,0,(char *)dh) +# define SSL_set_tmp_ecdh(ssl,ecdh) \ + SSL_ctrl(ssl,SSL_CTRL_SET_TMP_ECDH,0,(char *)ecdh) +# define SSL_CTX_add_extra_chain_cert(ctx,x509) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_EXTRA_CHAIN_CERT,0,(char *)x509) +# define SSL_CTX_get_extra_chain_certs(ctx,px509) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_GET_EXTRA_CHAIN_CERTS,0,px509) +# define SSL_CTX_get_extra_chain_certs_only(ctx,px509) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_GET_EXTRA_CHAIN_CERTS,1,px509) +# define SSL_CTX_clear_extra_chain_certs(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_CLEAR_EXTRA_CHAIN_CERTS,0,NULL) +# define SSL_CTX_set0_chain(ctx,sk) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_CHAIN,0,(char *)sk) +# define SSL_CTX_set1_chain(ctx,sk) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_CHAIN,1,(char *)sk) +# define SSL_CTX_add0_chain_cert(ctx,x509) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_CHAIN_CERT,0,(char *)x509) +# define SSL_CTX_add1_chain_cert(ctx,x509) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_CHAIN_CERT,1,(char *)x509) +# define SSL_CTX_get0_chain_certs(ctx,px509) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_GET_CHAIN_CERTS,0,px509) +# define SSL_CTX_clear_chain_certs(ctx) \ + SSL_CTX_set0_chain(ctx,NULL) +# define SSL_CTX_build_cert_chain(ctx, flags) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_BUILD_CERT_CHAIN, flags, NULL) +# define SSL_CTX_select_current_cert(ctx,x509) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SELECT_CURRENT_CERT,0,(char *)x509) +# define SSL_CTX_set_current_cert(ctx, op) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CURRENT_CERT, op, NULL) +# define SSL_CTX_set0_verify_cert_store(ctx,st) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_VERIFY_CERT_STORE,0,(char *)st) +# define SSL_CTX_set1_verify_cert_store(ctx,st) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_VERIFY_CERT_STORE,1,(char *)st) +# define SSL_CTX_set0_chain_cert_store(ctx,st) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CHAIN_CERT_STORE,0,(char *)st) +# define SSL_CTX_set1_chain_cert_store(ctx,st) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CHAIN_CERT_STORE,1,(char *)st) +# define SSL_set0_chain(ctx,sk) \ + SSL_ctrl(ctx,SSL_CTRL_CHAIN,0,(char *)sk) +# define SSL_set1_chain(ctx,sk) \ + SSL_ctrl(ctx,SSL_CTRL_CHAIN,1,(char *)sk) +# define SSL_add0_chain_cert(ctx,x509) \ + SSL_ctrl(ctx,SSL_CTRL_CHAIN_CERT,0,(char *)x509) +# define SSL_add1_chain_cert(ctx,x509) \ + SSL_ctrl(ctx,SSL_CTRL_CHAIN_CERT,1,(char *)x509) +# define SSL_get0_chain_certs(ctx,px509) \ + SSL_ctrl(ctx,SSL_CTRL_GET_CHAIN_CERTS,0,px509) +# define SSL_clear_chain_certs(ctx) \ + SSL_set0_chain(ctx,NULL) +# define SSL_build_cert_chain(s, flags) \ + SSL_ctrl(s,SSL_CTRL_BUILD_CERT_CHAIN, flags, NULL) +# define SSL_select_current_cert(ctx,x509) \ + SSL_ctrl(ctx,SSL_CTRL_SELECT_CURRENT_CERT,0,(char *)x509) +# define SSL_set_current_cert(ctx,op) \ + SSL_ctrl(ctx,SSL_CTRL_SET_CURRENT_CERT, op, NULL) +# define SSL_set0_verify_cert_store(s,st) \ + SSL_ctrl(s,SSL_CTRL_SET_VERIFY_CERT_STORE,0,(char *)st) +# define SSL_set1_verify_cert_store(s,st) \ + SSL_ctrl(s,SSL_CTRL_SET_VERIFY_CERT_STORE,1,(char *)st) +# define SSL_set0_chain_cert_store(s,st) \ + SSL_ctrl(s,SSL_CTRL_SET_CHAIN_CERT_STORE,0,(char *)st) +# define SSL_set1_chain_cert_store(s,st) \ + SSL_ctrl(s,SSL_CTRL_SET_CHAIN_CERT_STORE,1,(char *)st) +# define SSL_get1_curves(ctx, s) \ + SSL_ctrl(ctx,SSL_CTRL_GET_CURVES,0,(char *)s) +# define SSL_CTX_set1_curves(ctx, clist, clistlen) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CURVES,clistlen,(char *)clist) +# define SSL_CTX_set1_curves_list(ctx, s) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CURVES_LIST,0,(char *)s) +# define SSL_set1_curves(ctx, clist, clistlen) \ + SSL_ctrl(ctx,SSL_CTRL_SET_CURVES,clistlen,(char *)clist) +# define SSL_set1_curves_list(ctx, s) \ + SSL_ctrl(ctx,SSL_CTRL_SET_CURVES_LIST,0,(char *)s) +# define SSL_get_shared_curve(s, n) \ + SSL_ctrl(s,SSL_CTRL_GET_SHARED_CURVE,n,NULL) +# define SSL_CTX_set_ecdh_auto(ctx, onoff) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_ECDH_AUTO,onoff,NULL) +# define SSL_set_ecdh_auto(s, onoff) \ + SSL_ctrl(s,SSL_CTRL_SET_ECDH_AUTO,onoff,NULL) +# define SSL_CTX_set1_sigalgs(ctx, slist, slistlen) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_SIGALGS,slistlen,(int *)slist) +# define SSL_CTX_set1_sigalgs_list(ctx, s) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_SIGALGS_LIST,0,(char *)s) +# define SSL_set1_sigalgs(ctx, slist, slistlen) \ + SSL_ctrl(ctx,SSL_CTRL_SET_SIGALGS,clistlen,(int *)slist) +# define SSL_set1_sigalgs_list(ctx, s) \ + SSL_ctrl(ctx,SSL_CTRL_SET_SIGALGS_LIST,0,(char *)s) +# define SSL_CTX_set1_client_sigalgs(ctx, slist, slistlen) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CLIENT_SIGALGS,slistlen,(int *)slist) +# define SSL_CTX_set1_client_sigalgs_list(ctx, s) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CLIENT_SIGALGS_LIST,0,(char *)s) +# define SSL_set1_client_sigalgs(ctx, slist, slistlen) \ + SSL_ctrl(ctx,SSL_CTRL_SET_CLIENT_SIGALGS,clistlen,(int *)slist) +# define SSL_set1_client_sigalgs_list(ctx, s) \ + SSL_ctrl(ctx,SSL_CTRL_SET_CLIENT_SIGALGS_LIST,0,(char *)s) +# define SSL_get0_certificate_types(s, clist) \ + SSL_ctrl(s, SSL_CTRL_GET_CLIENT_CERT_TYPES, 0, (char *)clist) +# define SSL_CTX_set1_client_certificate_types(ctx, clist, clistlen) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CLIENT_CERT_TYPES,clistlen,(char *)clist) +# define SSL_set1_client_certificate_types(s, clist, clistlen) \ + SSL_ctrl(s,SSL_CTRL_SET_CLIENT_CERT_TYPES,clistlen,(char *)clist) +# define SSL_get_peer_signature_nid(s, pn) \ + SSL_ctrl(s,SSL_CTRL_GET_PEER_SIGNATURE_NID,0,pn) +# define SSL_get_server_tmp_key(s, pk) \ + SSL_ctrl(s,SSL_CTRL_GET_SERVER_TMP_KEY,0,pk) +# define SSL_get0_raw_cipherlist(s, plst) \ + SSL_ctrl(s,SSL_CTRL_GET_RAW_CIPHERLIST,0,(char *)plst) +# define SSL_get0_ec_point_formats(s, plst) \ + SSL_ctrl(s,SSL_CTRL_GET_EC_POINT_FORMATS,0,(char *)plst) +# ifndef OPENSSL_NO_BIO BIO_METHOD *BIO_f_ssl(void); -BIO *BIO_new_ssl(SSL_CTX *ctx,int client); +BIO *BIO_new_ssl(SSL_CTX *ctx, int client); BIO *BIO_new_ssl_connect(SSL_CTX *ctx); BIO *BIO_new_buffer_ssl_connect(SSL_CTX *ctx); -int BIO_ssl_copy_session_id(BIO *to,BIO *from); +int BIO_ssl_copy_session_id(BIO *to, BIO *from); void BIO_ssl_shutdown(BIO *ssl_bio); -#endif +# endif -int SSL_CTX_set_cipher_list(SSL_CTX *,const char *str); +int SSL_CTX_set_cipher_list(SSL_CTX *, const char *str); SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth); -void SSL_CTX_free(SSL_CTX *); -long SSL_CTX_set_timeout(SSL_CTX *ctx,long t); +void SSL_CTX_free(SSL_CTX *); +long SSL_CTX_set_timeout(SSL_CTX *ctx, long t); long SSL_CTX_get_timeout(const SSL_CTX *ctx); X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *); -void SSL_CTX_set_cert_store(SSL_CTX *,X509_STORE *); +void SSL_CTX_set_cert_store(SSL_CTX *, X509_STORE *); int SSL_want(const SSL *s); -int SSL_clear(SSL *s); +int SSL_clear(SSL *s); -void SSL_CTX_flush_sessions(SSL_CTX *ctx,long tm); +void SSL_CTX_flush_sessions(SSL_CTX *ctx, long tm); const SSL_CIPHER *SSL_get_current_cipher(const SSL *s); -int SSL_CIPHER_get_bits(const SSL_CIPHER *c,int *alg_bits); -char * SSL_CIPHER_get_version(const SSL_CIPHER *c); -const char * SSL_CIPHER_get_name(const SSL_CIPHER *c); -unsigned long SSL_CIPHER_get_id(const SSL_CIPHER *c); - -int SSL_get_fd(const SSL *s); -int SSL_get_rfd(const SSL *s); -int SSL_get_wfd(const SSL *s); -const char * SSL_get_cipher_list(const SSL *s,int n); -char * SSL_get_shared_ciphers(const SSL *s, char *buf, int len); -int SSL_get_read_ahead(const SSL * s); -int SSL_pending(const SSL *s); -#ifndef OPENSSL_NO_SOCK -int SSL_set_fd(SSL *s, int fd); -int SSL_set_rfd(SSL *s, int fd); -int SSL_set_wfd(SSL *s, int fd); -#endif -#ifndef OPENSSL_NO_BIO -void SSL_set_bio(SSL *s, BIO *rbio,BIO *wbio); -BIO * SSL_get_rbio(const SSL *s); -BIO * SSL_get_wbio(const SSL *s); -#endif -int SSL_set_cipher_list(SSL *s, const char *str); -void SSL_set_read_ahead(SSL *s, int yes); -int SSL_get_verify_mode(const SSL *s); -int SSL_get_verify_depth(const SSL *s); -int (*SSL_get_verify_callback(const SSL *s))(int,X509_STORE_CTX *); -void SSL_set_verify(SSL *s, int mode, - int (*callback)(int ok,X509_STORE_CTX *ctx)); -void SSL_set_verify_depth(SSL *s, int depth); -#ifndef OPENSSL_NO_RSA -int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa); -#endif -int SSL_use_RSAPrivateKey_ASN1(SSL *ssl, unsigned char *d, long len); -int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey); -int SSL_use_PrivateKey_ASN1(int pk,SSL *ssl, const unsigned char *d, long len); -int SSL_use_certificate(SSL *ssl, X509 *x); -int SSL_use_certificate_ASN1(SSL *ssl, const unsigned char *d, int len); - -#ifndef OPENSSL_NO_STDIO -int SSL_use_RSAPrivateKey_file(SSL *ssl, const char *file, int type); -int SSL_use_PrivateKey_file(SSL *ssl, const char *file, int type); -int SSL_use_certificate_file(SSL *ssl, const char *file, int type); -int SSL_CTX_use_RSAPrivateKey_file(SSL_CTX *ctx, const char *file, int type); -int SSL_CTX_use_PrivateKey_file(SSL_CTX *ctx, const char *file, int type); -int SSL_CTX_use_certificate_file(SSL_CTX *ctx, const char *file, int type); -int SSL_CTX_use_certificate_chain_file(SSL_CTX *ctx, const char *file); /* PEM type */ +int SSL_CIPHER_get_bits(const SSL_CIPHER *c, int *alg_bits); +char *SSL_CIPHER_get_version(const SSL_CIPHER *c); +const char *SSL_CIPHER_get_name(const SSL_CIPHER *c); +unsigned long SSL_CIPHER_get_id(const SSL_CIPHER *c); + +int SSL_get_fd(const SSL *s); +int SSL_get_rfd(const SSL *s); +int SSL_get_wfd(const SSL *s); +const char *SSL_get_cipher_list(const SSL *s, int n); +char *SSL_get_shared_ciphers(const SSL *s, char *buf, int len); +int SSL_get_read_ahead(const SSL *s); +int SSL_pending(const SSL *s); +# ifndef OPENSSL_NO_SOCK +int SSL_set_fd(SSL *s, int fd); +int SSL_set_rfd(SSL *s, int fd); +int SSL_set_wfd(SSL *s, int fd); +# endif +# ifndef OPENSSL_NO_BIO +void SSL_set_bio(SSL *s, BIO *rbio, BIO *wbio); +BIO *SSL_get_rbio(const SSL *s); +BIO *SSL_get_wbio(const SSL *s); +# endif +int SSL_set_cipher_list(SSL *s, const char *str); +void SSL_set_read_ahead(SSL *s, int yes); +int SSL_get_verify_mode(const SSL *s); +int SSL_get_verify_depth(const SSL *s); +int (*SSL_get_verify_callback(const SSL *s)) (int, X509_STORE_CTX *); +void SSL_set_verify(SSL *s, int mode, + int (*callback) (int ok, X509_STORE_CTX *ctx)); +void SSL_set_verify_depth(SSL *s, int depth); +void SSL_set_cert_cb(SSL *s, int (*cb) (SSL *ssl, void *arg), void *arg); +# ifndef OPENSSL_NO_RSA +int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa); +# endif +int SSL_use_RSAPrivateKey_ASN1(SSL *ssl, unsigned char *d, long len); +int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey); +int SSL_use_PrivateKey_ASN1(int pk, SSL *ssl, const unsigned char *d, + long len); +int SSL_use_certificate(SSL *ssl, X509 *x); +int SSL_use_certificate_ASN1(SSL *ssl, const unsigned char *d, int len); + +# ifndef OPENSSL_NO_TLSEXT +/* Set serverinfo data for the current active cert. */ +int SSL_CTX_use_serverinfo(SSL_CTX *ctx, const unsigned char *serverinfo, + size_t serverinfo_length); +# ifndef OPENSSL_NO_STDIO +int SSL_CTX_use_serverinfo_file(SSL_CTX *ctx, const char *file); +# endif /* NO_STDIO */ + +# endif + +# ifndef OPENSSL_NO_STDIO +int SSL_use_RSAPrivateKey_file(SSL *ssl, const char *file, int type); +int SSL_use_PrivateKey_file(SSL *ssl, const char *file, int type); +int SSL_use_certificate_file(SSL *ssl, const char *file, int type); +int SSL_CTX_use_RSAPrivateKey_file(SSL_CTX *ctx, const char *file, int type); +int SSL_CTX_use_PrivateKey_file(SSL_CTX *ctx, const char *file, int type); +int SSL_CTX_use_certificate_file(SSL_CTX *ctx, const char *file, int type); +/* PEM type */ +int SSL_CTX_use_certificate_chain_file(SSL_CTX *ctx, const char *file); STACK_OF(X509_NAME) *SSL_load_client_CA_file(const char *file); -int SSL_add_file_cert_subjects_to_stack(STACK_OF(X509_NAME) *stackCAs, - const char *file); -#ifndef OPENSSL_SYS_VMS -#ifndef OPENSSL_SYS_MACINTOSH_CLASSIC /* XXXXX: Better scheme needed! [was: #ifndef MAC_OS_pre_X] */ -int SSL_add_dir_cert_subjects_to_stack(STACK_OF(X509_NAME) *stackCAs, - const char *dir); -#endif -#endif +int SSL_add_file_cert_subjects_to_stack(STACK_OF(X509_NAME) *stackCAs, + const char *file); +# ifndef OPENSSL_SYS_VMS +/* XXXXX: Better scheme needed! [was: #ifndef MAC_OS_pre_X] */ +# ifndef OPENSSL_SYS_MACINTOSH_CLASSIC +int SSL_add_dir_cert_subjects_to_stack(STACK_OF(X509_NAME) *stackCAs, + const char *dir); +# endif +# endif -#endif +# endif -void SSL_load_error_strings(void ); +void SSL_load_error_strings(void); const char *SSL_state_string(const SSL *s); const char *SSL_rstate_string(const SSL *s); const char *SSL_state_string_long(const SSL *s); const char *SSL_rstate_string_long(const SSL *s); -long SSL_SESSION_get_time(const SSL_SESSION *s); -long SSL_SESSION_set_time(SSL_SESSION *s, long t); -long SSL_SESSION_get_timeout(const SSL_SESSION *s); -long SSL_SESSION_set_timeout(SSL_SESSION *s, long t); -void SSL_copy_session_id(SSL *to,const SSL *from); +long SSL_SESSION_get_time(const SSL_SESSION *s); +long SSL_SESSION_set_time(SSL_SESSION *s, long t); +long SSL_SESSION_get_timeout(const SSL_SESSION *s); +long SSL_SESSION_set_timeout(SSL_SESSION *s, long t); +void SSL_copy_session_id(SSL *to, const SSL *from); X509 *SSL_SESSION_get0_peer(SSL_SESSION *s); -int SSL_SESSION_set1_id_context(SSL_SESSION *s,const unsigned char *sid_ctx, - unsigned int sid_ctx_len); +int SSL_SESSION_set1_id_context(SSL_SESSION *s, const unsigned char *sid_ctx, + unsigned int sid_ctx_len); SSL_SESSION *SSL_SESSION_new(void); const unsigned char *SSL_SESSION_get_id(const SSL_SESSION *s, - unsigned int *len); + unsigned int *len); unsigned int SSL_SESSION_get_compress_id(const SSL_SESSION *s); -#ifndef OPENSSL_NO_FP_API -int SSL_SESSION_print_fp(FILE *fp,const SSL_SESSION *ses); -#endif -#ifndef OPENSSL_NO_BIO -int SSL_SESSION_print(BIO *fp,const SSL_SESSION *ses); -#endif -void SSL_SESSION_free(SSL_SESSION *ses); -int i2d_SSL_SESSION(SSL_SESSION *in,unsigned char **pp); -int SSL_set_session(SSL *to, SSL_SESSION *session); -int SSL_CTX_add_session(SSL_CTX *s, SSL_SESSION *c); -int SSL_CTX_remove_session(SSL_CTX *,SSL_SESSION *c); -int SSL_CTX_set_generate_session_id(SSL_CTX *, GEN_SESSION_CB); -int SSL_set_generate_session_id(SSL *, GEN_SESSION_CB); -int SSL_has_matching_session_id(const SSL *ssl, const unsigned char *id, - unsigned int id_len); -SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a,const unsigned char **pp, - long length); - -#ifdef HEADER_X509_H -X509 * SSL_get_peer_certificate(const SSL *s); -#endif +# ifndef OPENSSL_NO_FP_API +int SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *ses); +# endif +# ifndef OPENSSL_NO_BIO +int SSL_SESSION_print(BIO *fp, const SSL_SESSION *ses); +# endif +void SSL_SESSION_free(SSL_SESSION *ses); +int i2d_SSL_SESSION(SSL_SESSION *in, unsigned char **pp); +int SSL_set_session(SSL *to, SSL_SESSION *session); +int SSL_CTX_add_session(SSL_CTX *s, SSL_SESSION *c); +int SSL_CTX_remove_session(SSL_CTX *, SSL_SESSION *c); +int SSL_CTX_set_generate_session_id(SSL_CTX *, GEN_SESSION_CB); +int SSL_set_generate_session_id(SSL *, GEN_SESSION_CB); +int SSL_has_matching_session_id(const SSL *ssl, const unsigned char *id, + unsigned int id_len); +SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a, const unsigned char **pp, + long length); + +# ifdef HEADER_X509_H +X509 *SSL_get_peer_certificate(const SSL *s); +# endif STACK_OF(X509) *SSL_get_peer_cert_chain(const SSL *s); int SSL_CTX_get_verify_mode(const SSL_CTX *ctx); int SSL_CTX_get_verify_depth(const SSL_CTX *ctx); -int (*SSL_CTX_get_verify_callback(const SSL_CTX *ctx))(int,X509_STORE_CTX *); -void SSL_CTX_set_verify(SSL_CTX *ctx,int mode, - int (*callback)(int, X509_STORE_CTX *)); -void SSL_CTX_set_verify_depth(SSL_CTX *ctx,int depth); -void SSL_CTX_set_cert_verify_callback(SSL_CTX *ctx, int (*cb)(X509_STORE_CTX *,void *), void *arg); -#ifndef OPENSSL_NO_RSA +int (*SSL_CTX_get_verify_callback(const SSL_CTX *ctx)) (int, + X509_STORE_CTX *); +void SSL_CTX_set_verify(SSL_CTX *ctx, int mode, + int (*callback) (int, X509_STORE_CTX *)); +void SSL_CTX_set_verify_depth(SSL_CTX *ctx, int depth); +void SSL_CTX_set_cert_verify_callback(SSL_CTX *ctx, + int (*cb) (X509_STORE_CTX *, void *), + void *arg); +void SSL_CTX_set_cert_cb(SSL_CTX *c, int (*cb) (SSL *ssl, void *arg), + void *arg); +# ifndef OPENSSL_NO_RSA int SSL_CTX_use_RSAPrivateKey(SSL_CTX *ctx, RSA *rsa); -#endif -int SSL_CTX_use_RSAPrivateKey_ASN1(SSL_CTX *ctx, const unsigned char *d, long len); +# endif +int SSL_CTX_use_RSAPrivateKey_ASN1(SSL_CTX *ctx, const unsigned char *d, + long len); int SSL_CTX_use_PrivateKey(SSL_CTX *ctx, EVP_PKEY *pkey); -int SSL_CTX_use_PrivateKey_ASN1(int pk,SSL_CTX *ctx, - const unsigned char *d, long len); +int SSL_CTX_use_PrivateKey_ASN1(int pk, SSL_CTX *ctx, + const unsigned char *d, long len); int SSL_CTX_use_certificate(SSL_CTX *ctx, X509 *x); -int SSL_CTX_use_certificate_ASN1(SSL_CTX *ctx, int len, const unsigned char *d); +int SSL_CTX_use_certificate_ASN1(SSL_CTX *ctx, int len, + const unsigned char *d); void SSL_CTX_set_default_passwd_cb(SSL_CTX *ctx, pem_password_cb *cb); void SSL_CTX_set_default_passwd_cb_userdata(SSL_CTX *ctx, void *u); @@ -1816,12 +2284,12 @@ void SSL_CTX_set_default_passwd_cb_userdata(SSL_CTX *ctx, void *u); int SSL_CTX_check_private_key(const SSL_CTX *ctx); int SSL_check_private_key(const SSL *ctx); -int SSL_CTX_set_session_id_context(SSL_CTX *ctx,const unsigned char *sid_ctx, - unsigned int sid_ctx_len); +int SSL_CTX_set_session_id_context(SSL_CTX *ctx, const unsigned char *sid_ctx, + unsigned int sid_ctx_len); -SSL * SSL_new(SSL_CTX *ctx); -int SSL_set_session_id_context(SSL *ssl,const unsigned char *sid_ctx, - unsigned int sid_ctx_len); +SSL *SSL_new(SSL_CTX *ctx); +int SSL_set_session_id_context(SSL *ssl, const unsigned char *sid_ctx, + unsigned int sid_ctx_len); int SSL_CTX_set_purpose(SSL_CTX *s, int purpose); int SSL_set_purpose(SSL *s, int purpose); @@ -1831,77 +2299,93 @@ int SSL_set_trust(SSL *s, int trust); int SSL_CTX_set1_param(SSL_CTX *ctx, X509_VERIFY_PARAM *vpm); int SSL_set1_param(SSL *ssl, X509_VERIFY_PARAM *vpm); -#ifndef OPENSSL_NO_SRP -int SSL_CTX_set_srp_username(SSL_CTX *ctx,char *name); -int SSL_CTX_set_srp_password(SSL_CTX *ctx,char *password); +X509_VERIFY_PARAM *SSL_CTX_get0_param(SSL_CTX *ctx); +X509_VERIFY_PARAM *SSL_get0_param(SSL *ssl); + +# ifndef OPENSSL_NO_SRP +int SSL_CTX_set_srp_username(SSL_CTX *ctx, char *name); +int SSL_CTX_set_srp_password(SSL_CTX *ctx, char *password); int SSL_CTX_set_srp_strength(SSL_CTX *ctx, int strength); int SSL_CTX_set_srp_client_pwd_callback(SSL_CTX *ctx, - char *(*cb)(SSL *,void *)); + char *(*cb) (SSL *, void *)); int SSL_CTX_set_srp_verify_param_callback(SSL_CTX *ctx, - int (*cb)(SSL *,void *)); + int (*cb) (SSL *, void *)); int SSL_CTX_set_srp_username_callback(SSL_CTX *ctx, - int (*cb)(SSL *,int *,void *)); + int (*cb) (SSL *, int *, void *)); int SSL_CTX_set_srp_cb_arg(SSL_CTX *ctx, void *arg); int SSL_set_srp_server_param(SSL *s, const BIGNUM *N, const BIGNUM *g, - BIGNUM *sa, BIGNUM *v, char *info); + BIGNUM *sa, BIGNUM *v, char *info); int SSL_set_srp_server_param_pw(SSL *s, const char *user, const char *pass, - const char *grp); + const char *grp); BIGNUM *SSL_get_srp_g(SSL *s); BIGNUM *SSL_get_srp_N(SSL *s); char *SSL_get_srp_username(SSL *s); char *SSL_get_srp_userinfo(SSL *s); -#endif +# endif -void SSL_free(SSL *ssl); -int SSL_accept(SSL *ssl); -int SSL_connect(SSL *ssl); -int SSL_read(SSL *ssl,void *buf,int num); -int SSL_peek(SSL *ssl,void *buf,int num); -int SSL_write(SSL *ssl,const void *buf,int num); -long SSL_ctrl(SSL *ssl,int cmd, long larg, void *parg); -long SSL_callback_ctrl(SSL *, int, void (*)(void)); -long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg); -long SSL_CTX_callback_ctrl(SSL_CTX *, int, void (*)(void)); - -int SSL_get_error(const SSL *s,int ret_code); +void SSL_certs_clear(SSL *s); +void SSL_free(SSL *ssl); +int SSL_accept(SSL *ssl); +int SSL_connect(SSL *ssl); +int SSL_read(SSL *ssl, void *buf, int num); +int SSL_peek(SSL *ssl, void *buf, int num); +int SSL_write(SSL *ssl, const void *buf, int num); +long SSL_ctrl(SSL *ssl, int cmd, long larg, void *parg); +long SSL_callback_ctrl(SSL *, int, void (*)(void)); +long SSL_CTX_ctrl(SSL_CTX *ctx, int cmd, long larg, void *parg); +long SSL_CTX_callback_ctrl(SSL_CTX *, int, void (*)(void)); + +int SSL_get_error(const SSL *s, int ret_code); const char *SSL_get_version(const SSL *s); /* This sets the 'default' SSL version that SSL_new() will create */ int SSL_CTX_set_ssl_version(SSL_CTX *ctx, const SSL_METHOD *meth); -#ifndef OPENSSL_NO_SSL2 -const SSL_METHOD *SSLv2_method(void); /* SSLv2 */ -const SSL_METHOD *SSLv2_server_method(void); /* SSLv2 */ -const SSL_METHOD *SSLv2_client_method(void); /* SSLv2 */ -#endif +# ifndef OPENSSL_NO_SSL2 +const SSL_METHOD *SSLv2_method(void); /* SSLv2 */ +const SSL_METHOD *SSLv2_server_method(void); /* SSLv2 */ +const SSL_METHOD *SSLv2_client_method(void); /* SSLv2 */ +# endif -const SSL_METHOD *SSLv3_method(void); /* SSLv3 */ -const SSL_METHOD *SSLv3_server_method(void); /* SSLv3 */ -const SSL_METHOD *SSLv3_client_method(void); /* SSLv3 */ +# ifndef OPENSSL_NO_SSL3_METHOD +const SSL_METHOD *SSLv3_method(void); /* SSLv3 */ +const SSL_METHOD *SSLv3_server_method(void); /* SSLv3 */ +const SSL_METHOD *SSLv3_client_method(void); /* SSLv3 */ +# endif -const SSL_METHOD *SSLv23_method(void); /* SSLv3 but can rollback to v2 */ -const SSL_METHOD *SSLv23_server_method(void); /* SSLv3 but can rollback to v2 */ -const SSL_METHOD *SSLv23_client_method(void); /* SSLv3 but can rollback to v2 */ +const SSL_METHOD *SSLv23_method(void); /* Negotiate highest available SSL/TLS + * version */ +const SSL_METHOD *SSLv23_server_method(void); /* Negotiate highest available + * SSL/TLS version */ +const SSL_METHOD *SSLv23_client_method(void); /* Negotiate highest available + * SSL/TLS version */ -const SSL_METHOD *TLSv1_method(void); /* TLSv1.0 */ -const SSL_METHOD *TLSv1_server_method(void); /* TLSv1.0 */ -const SSL_METHOD *TLSv1_client_method(void); /* TLSv1.0 */ +const SSL_METHOD *TLSv1_method(void); /* TLSv1.0 */ +const SSL_METHOD *TLSv1_server_method(void); /* TLSv1.0 */ +const SSL_METHOD *TLSv1_client_method(void); /* TLSv1.0 */ -const SSL_METHOD *TLSv1_1_method(void); /* TLSv1.1 */ -const SSL_METHOD *TLSv1_1_server_method(void); /* TLSv1.1 */ -const SSL_METHOD *TLSv1_1_client_method(void); /* TLSv1.1 */ +const SSL_METHOD *TLSv1_1_method(void); /* TLSv1.1 */ +const SSL_METHOD *TLSv1_1_server_method(void); /* TLSv1.1 */ +const SSL_METHOD *TLSv1_1_client_method(void); /* TLSv1.1 */ -const SSL_METHOD *TLSv1_2_method(void); /* TLSv1.2 */ -const SSL_METHOD *TLSv1_2_server_method(void); /* TLSv1.2 */ -const SSL_METHOD *TLSv1_2_client_method(void); /* TLSv1.2 */ +const SSL_METHOD *TLSv1_2_method(void); /* TLSv1.2 */ +const SSL_METHOD *TLSv1_2_server_method(void); /* TLSv1.2 */ +const SSL_METHOD *TLSv1_2_client_method(void); /* TLSv1.2 */ +const SSL_METHOD *DTLSv1_method(void); /* DTLSv1.0 */ +const SSL_METHOD *DTLSv1_server_method(void); /* DTLSv1.0 */ +const SSL_METHOD *DTLSv1_client_method(void); /* DTLSv1.0 */ -const SSL_METHOD *DTLSv1_method(void); /* DTLSv1.0 */ -const SSL_METHOD *DTLSv1_server_method(void); /* DTLSv1.0 */ -const SSL_METHOD *DTLSv1_client_method(void); /* DTLSv1.0 */ +const SSL_METHOD *DTLSv1_2_method(void); /* DTLSv1.2 */ +const SSL_METHOD *DTLSv1_2_server_method(void); /* DTLSv1.2 */ +const SSL_METHOD *DTLSv1_2_client_method(void); /* DTLSv1.2 */ + +const SSL_METHOD *DTLS_method(void); /* DTLS 1.0 and 1.2 */ +const SSL_METHOD *DTLS_server_method(void); /* DTLS 1.0 and 1.2 */ +const SSL_METHOD *DTLS_client_method(void); /* DTLS 1.0 and 1.2 */ STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *s); @@ -1911,6 +2395,7 @@ int SSL_renegotiate_abbreviated(SSL *s); int SSL_renegotiate_pending(SSL *s); int SSL_shutdown(SSL *s); +const SSL_METHOD *SSL_CTX_get_ssl_method(SSL_CTX *ctx); const SSL_METHOD *SSL_get_ssl_method(SSL *s); int SSL_set_ssl_method(SSL *s, const SSL_METHOD *method); const char *SSL_alert_type_string_long(int value); @@ -1922,153 +2407,191 @@ void SSL_set_client_CA_list(SSL *s, STACK_OF(X509_NAME) *name_list); void SSL_CTX_set_client_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list); STACK_OF(X509_NAME) *SSL_get_client_CA_list(const SSL *s); STACK_OF(X509_NAME) *SSL_CTX_get_client_CA_list(const SSL_CTX *s); -int SSL_add_client_CA(SSL *ssl,X509 *x); -int SSL_CTX_add_client_CA(SSL_CTX *ctx,X509 *x); +int SSL_add_client_CA(SSL *ssl, X509 *x); +int SSL_CTX_add_client_CA(SSL_CTX *ctx, X509 *x); void SSL_set_connect_state(SSL *s); void SSL_set_accept_state(SSL *s); long SSL_get_default_timeout(const SSL *s); -int SSL_library_init(void ); +int SSL_library_init(void); -char *SSL_CIPHER_description(const SSL_CIPHER *,char *buf,int size); +char *SSL_CIPHER_description(const SSL_CIPHER *, char *buf, int size); STACK_OF(X509_NAME) *SSL_dup_CA_list(STACK_OF(X509_NAME) *sk); SSL *SSL_dup(SSL *ssl); X509 *SSL_get_certificate(const SSL *ssl); -/* EVP_PKEY */ struct evp_pkey_st *SSL_get_privatekey(SSL *ssl); +/* + * EVP_PKEY + */ struct evp_pkey_st *SSL_get_privatekey(const SSL *ssl); + +X509 *SSL_CTX_get0_certificate(const SSL_CTX *ctx); +EVP_PKEY *SSL_CTX_get0_privatekey(const SSL_CTX *ctx); -void SSL_CTX_set_quiet_shutdown(SSL_CTX *ctx,int mode); +void SSL_CTX_set_quiet_shutdown(SSL_CTX *ctx, int mode); int SSL_CTX_get_quiet_shutdown(const SSL_CTX *ctx); -void SSL_set_quiet_shutdown(SSL *ssl,int mode); +void SSL_set_quiet_shutdown(SSL *ssl, int mode); int SSL_get_quiet_shutdown(const SSL *ssl); -void SSL_set_shutdown(SSL *ssl,int mode); +void SSL_set_shutdown(SSL *ssl, int mode); int SSL_get_shutdown(const SSL *ssl); int SSL_version(const SSL *ssl); int SSL_CTX_set_default_verify_paths(SSL_CTX *ctx); int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile, - const char *CApath); -#define SSL_get0_session SSL_get_session /* just peek at pointer */ + const char *CApath); +# define SSL_get0_session SSL_get_session/* just peek at pointer */ SSL_SESSION *SSL_get_session(const SSL *ssl); SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */ SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl); -SSL_CTX *SSL_set_SSL_CTX(SSL *ssl, SSL_CTX* ctx); +SSL_CTX *SSL_set_SSL_CTX(SSL *ssl, SSL_CTX *ctx); void SSL_set_info_callback(SSL *ssl, - void (*cb)(const SSL *ssl,int type,int val)); -void (*SSL_get_info_callback(const SSL *ssl))(const SSL *ssl,int type,int val); + void (*cb) (const SSL *ssl, int type, int val)); +void (*SSL_get_info_callback(const SSL *ssl)) (const SSL *ssl, int type, + int val); int SSL_state(const SSL *ssl); void SSL_set_state(SSL *ssl, int state); -void SSL_set_verify_result(SSL *ssl,long v); +void SSL_set_verify_result(SSL *ssl, long v); long SSL_get_verify_result(const SSL *ssl); -int SSL_set_ex_data(SSL *ssl,int idx,void *data); -void *SSL_get_ex_data(const SSL *ssl,int idx); +int SSL_set_ex_data(SSL *ssl, int idx, void *data); +void *SSL_get_ex_data(const SSL *ssl, int idx); int SSL_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, - CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func); + CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func); -int SSL_SESSION_set_ex_data(SSL_SESSION *ss,int idx,void *data); -void *SSL_SESSION_get_ex_data(const SSL_SESSION *ss,int idx); -int SSL_SESSION_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, - CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func); +int SSL_SESSION_set_ex_data(SSL_SESSION *ss, int idx, void *data); +void *SSL_SESSION_get_ex_data(const SSL_SESSION *ss, int idx); +int SSL_SESSION_get_ex_new_index(long argl, void *argp, + CRYPTO_EX_new *new_func, + CRYPTO_EX_dup *dup_func, + CRYPTO_EX_free *free_func); -int SSL_CTX_set_ex_data(SSL_CTX *ssl,int idx,void *data); -void *SSL_CTX_get_ex_data(const SSL_CTX *ssl,int idx); +int SSL_CTX_set_ex_data(SSL_CTX *ssl, int idx, void *data); +void *SSL_CTX_get_ex_data(const SSL_CTX *ssl, int idx); int SSL_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, - CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func); - -int SSL_get_ex_data_X509_STORE_CTX_idx(void ); - -#define SSL_CTX_sess_set_cache_size(ctx,t) \ - SSL_CTX_ctrl(ctx,SSL_CTRL_SET_SESS_CACHE_SIZE,t,NULL) -#define SSL_CTX_sess_get_cache_size(ctx) \ - SSL_CTX_ctrl(ctx,SSL_CTRL_GET_SESS_CACHE_SIZE,0,NULL) -#define SSL_CTX_set_session_cache_mode(ctx,m) \ - SSL_CTX_ctrl(ctx,SSL_CTRL_SET_SESS_CACHE_MODE,m,NULL) -#define SSL_CTX_get_session_cache_mode(ctx) \ - SSL_CTX_ctrl(ctx,SSL_CTRL_GET_SESS_CACHE_MODE,0,NULL) - -#define SSL_CTX_get_default_read_ahead(ctx) SSL_CTX_get_read_ahead(ctx) -#define SSL_CTX_set_default_read_ahead(ctx,m) SSL_CTX_set_read_ahead(ctx,m) -#define SSL_CTX_get_read_ahead(ctx) \ - SSL_CTX_ctrl(ctx,SSL_CTRL_GET_READ_AHEAD,0,NULL) -#define SSL_CTX_set_read_ahead(ctx,m) \ - SSL_CTX_ctrl(ctx,SSL_CTRL_SET_READ_AHEAD,m,NULL) -#define SSL_CTX_get_max_cert_list(ctx) \ - SSL_CTX_ctrl(ctx,SSL_CTRL_GET_MAX_CERT_LIST,0,NULL) -#define SSL_CTX_set_max_cert_list(ctx,m) \ - SSL_CTX_ctrl(ctx,SSL_CTRL_SET_MAX_CERT_LIST,m,NULL) -#define SSL_get_max_cert_list(ssl) \ - SSL_ctrl(ssl,SSL_CTRL_GET_MAX_CERT_LIST,0,NULL) -#define SSL_set_max_cert_list(ssl,m) \ - SSL_ctrl(ssl,SSL_CTRL_SET_MAX_CERT_LIST,m,NULL) - -#define SSL_CTX_set_max_send_fragment(ctx,m) \ - SSL_CTX_ctrl(ctx,SSL_CTRL_SET_MAX_SEND_FRAGMENT,m,NULL) -#define SSL_set_max_send_fragment(ssl,m) \ - SSL_ctrl(ssl,SSL_CTRL_SET_MAX_SEND_FRAGMENT,m,NULL) + CRYPTO_EX_dup *dup_func, + CRYPTO_EX_free *free_func); + +int SSL_get_ex_data_X509_STORE_CTX_idx(void); + +# define SSL_CTX_sess_set_cache_size(ctx,t) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_SESS_CACHE_SIZE,t,NULL) +# define SSL_CTX_sess_get_cache_size(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_GET_SESS_CACHE_SIZE,0,NULL) +# define SSL_CTX_set_session_cache_mode(ctx,m) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_SESS_CACHE_MODE,m,NULL) +# define SSL_CTX_get_session_cache_mode(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_GET_SESS_CACHE_MODE,0,NULL) + +# define SSL_CTX_get_default_read_ahead(ctx) SSL_CTX_get_read_ahead(ctx) +# define SSL_CTX_set_default_read_ahead(ctx,m) SSL_CTX_set_read_ahead(ctx,m) +# define SSL_CTX_get_read_ahead(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_GET_READ_AHEAD,0,NULL) +# define SSL_CTX_set_read_ahead(ctx,m) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_READ_AHEAD,m,NULL) +# define SSL_CTX_get_max_cert_list(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_GET_MAX_CERT_LIST,0,NULL) +# define SSL_CTX_set_max_cert_list(ctx,m) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_MAX_CERT_LIST,m,NULL) +# define SSL_get_max_cert_list(ssl) \ + SSL_ctrl(ssl,SSL_CTRL_GET_MAX_CERT_LIST,0,NULL) +# define SSL_set_max_cert_list(ssl,m) \ + SSL_ctrl(ssl,SSL_CTRL_SET_MAX_CERT_LIST,m,NULL) + +# define SSL_CTX_set_max_send_fragment(ctx,m) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_MAX_SEND_FRAGMENT,m,NULL) +# define SSL_set_max_send_fragment(ssl,m) \ + SSL_ctrl(ssl,SSL_CTRL_SET_MAX_SEND_FRAGMENT,m,NULL) /* NB: the keylength is only applicable when is_export is true */ -#ifndef OPENSSL_NO_RSA +# ifndef OPENSSL_NO_RSA void SSL_CTX_set_tmp_rsa_callback(SSL_CTX *ctx, - RSA *(*cb)(SSL *ssl,int is_export, - int keylength)); + RSA *(*cb) (SSL *ssl, int is_export, + int keylength)); void SSL_set_tmp_rsa_callback(SSL *ssl, - RSA *(*cb)(SSL *ssl,int is_export, - int keylength)); -#endif -#ifndef OPENSSL_NO_DH + RSA *(*cb) (SSL *ssl, int is_export, + int keylength)); +# endif +# ifndef OPENSSL_NO_DH void SSL_CTX_set_tmp_dh_callback(SSL_CTX *ctx, - DH *(*dh)(SSL *ssl,int is_export, - int keylength)); + DH *(*dh) (SSL *ssl, int is_export, + int keylength)); void SSL_set_tmp_dh_callback(SSL *ssl, - DH *(*dh)(SSL *ssl,int is_export, - int keylength)); -#endif -#ifndef OPENSSL_NO_ECDH + DH *(*dh) (SSL *ssl, int is_export, + int keylength)); +# endif +# ifndef OPENSSL_NO_ECDH void SSL_CTX_set_tmp_ecdh_callback(SSL_CTX *ctx, - EC_KEY *(*ecdh)(SSL *ssl,int is_export, - int keylength)); + EC_KEY *(*ecdh) (SSL *ssl, int is_export, + int keylength)); void SSL_set_tmp_ecdh_callback(SSL *ssl, - EC_KEY *(*ecdh)(SSL *ssl,int is_export, - int keylength)); -#endif + EC_KEY *(*ecdh) (SSL *ssl, int is_export, + int keylength)); +# endif -#ifndef OPENSSL_NO_COMP +# ifndef OPENSSL_NO_COMP const COMP_METHOD *SSL_get_current_compression(SSL *s); const COMP_METHOD *SSL_get_current_expansion(SSL *s); const char *SSL_COMP_get_name(const COMP_METHOD *comp); STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void); -int SSL_COMP_add_compression_method(int id,COMP_METHOD *cm); -#else +STACK_OF(SSL_COMP) *SSL_COMP_set0_compression_methods(STACK_OF(SSL_COMP) + *meths); +void SSL_COMP_free_compression_methods(void); +int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm); +# else const void *SSL_get_current_compression(SSL *s); const void *SSL_get_current_expansion(SSL *s); const char *SSL_COMP_get_name(const void *comp); void *SSL_COMP_get_compression_methods(void); -int SSL_COMP_add_compression_method(int id,void *cm); -#endif +int SSL_COMP_add_compression_method(int id, void *cm); +# endif + +const SSL_CIPHER *SSL_CIPHER_find(SSL *ssl, const unsigned char *ptr); /* TLS extensions functions */ int SSL_set_session_ticket_ext(SSL *s, void *ext_data, int ext_len); int SSL_set_session_ticket_ext_cb(SSL *s, tls_session_ticket_ext_cb_fn cb, - void *arg); + void *arg); /* Pre-shared secret session resumption functions */ -int SSL_set_session_secret_cb(SSL *s, tls_session_secret_cb_fn tls_session_secret_cb, void *arg); +int SSL_set_session_secret_cb(SSL *s, + tls_session_secret_cb_fn tls_session_secret_cb, + void *arg); void SSL_set_debug(SSL *s, int debug); int SSL_cache_hit(SSL *s); +int SSL_is_server(SSL *s); + +SSL_CONF_CTX *SSL_CONF_CTX_new(void); +int SSL_CONF_CTX_finish(SSL_CONF_CTX *cctx); +void SSL_CONF_CTX_free(SSL_CONF_CTX *cctx); +unsigned int SSL_CONF_CTX_set_flags(SSL_CONF_CTX *cctx, unsigned int flags); +unsigned int SSL_CONF_CTX_clear_flags(SSL_CONF_CTX *cctx, unsigned int flags); +int SSL_CONF_CTX_set1_prefix(SSL_CONF_CTX *cctx, const char *pre); + +void SSL_CONF_CTX_set_ssl(SSL_CONF_CTX *cctx, SSL *ssl); +void SSL_CONF_CTX_set_ssl_ctx(SSL_CONF_CTX *cctx, SSL_CTX *ctx); + +int SSL_CONF_cmd(SSL_CONF_CTX *cctx, const char *cmd, const char *value); +int SSL_CONF_cmd_argv(SSL_CONF_CTX *cctx, int *pargc, char ***pargv); +int SSL_CONF_cmd_value_type(SSL_CONF_CTX *cctx, const char *cmd); + +# ifndef OPENSSL_NO_SSL_TRACE +void SSL_trace(int write_p, int version, int content_type, + const void *buf, size_t len, SSL *ssl, void *arg); +const char *SSL_CIPHER_standard_name(const SSL_CIPHER *c); +# endif -#ifndef OPENSSL_NO_UNIT_TEST +# ifndef OPENSSL_NO_UNIT_TEST const struct openssl_ssl_test_functions *SSL_test_functions(void); -#endif +# endif /* BEGIN ERROR CODES */ -/* The following lines are auto generated by the script mkerr.pl. Any changes +/* + * The following lines are auto generated by the script mkerr.pl. Any changes * made after this point may be overwritten when the script is next run. */ void ERR_load_SSL_strings(void); @@ -2076,528 +2599,559 @@ void ERR_load_SSL_strings(void); /* Error codes for the SSL functions. */ /* Function codes. */ -#define SSL_F_CLIENT_CERTIFICATE 100 -#define SSL_F_CLIENT_FINISHED 167 -#define SSL_F_CLIENT_HELLO 101 -#define SSL_F_CLIENT_MASTER_KEY 102 -#define SSL_F_D2I_SSL_SESSION 103 -#define SSL_F_DO_DTLS1_WRITE 245 -#define SSL_F_DO_SSL3_WRITE 104 -#define SSL_F_DTLS1_ACCEPT 246 -#define SSL_F_DTLS1_ADD_CERT_TO_BUF 295 -#define SSL_F_DTLS1_BUFFER_RECORD 247 -#define SSL_F_DTLS1_CHECK_TIMEOUT_NUM 316 -#define SSL_F_DTLS1_CLIENT_HELLO 248 -#define SSL_F_DTLS1_CONNECT 249 -#define SSL_F_DTLS1_ENC 250 -#define SSL_F_DTLS1_GET_HELLO_VERIFY 251 -#define SSL_F_DTLS1_GET_MESSAGE 252 -#define SSL_F_DTLS1_GET_MESSAGE_FRAGMENT 253 -#define SSL_F_DTLS1_GET_RECORD 254 -#define SSL_F_DTLS1_HANDLE_TIMEOUT 297 -#define SSL_F_DTLS1_HEARTBEAT 305 -#define SSL_F_DTLS1_OUTPUT_CERT_CHAIN 255 -#define SSL_F_DTLS1_PREPROCESS_FRAGMENT 288 -#define SSL_F_DTLS1_PROCESS_OUT_OF_SEQ_MESSAGE 256 -#define SSL_F_DTLS1_PROCESS_RECORD 257 -#define SSL_F_DTLS1_READ_BYTES 258 -#define SSL_F_DTLS1_READ_FAILED 259 -#define SSL_F_DTLS1_SEND_CERTIFICATE_REQUEST 260 -#define SSL_F_DTLS1_SEND_CLIENT_CERTIFICATE 261 -#define SSL_F_DTLS1_SEND_CLIENT_KEY_EXCHANGE 262 -#define SSL_F_DTLS1_SEND_CLIENT_VERIFY 263 -#define SSL_F_DTLS1_SEND_HELLO_VERIFY_REQUEST 264 -#define SSL_F_DTLS1_SEND_SERVER_CERTIFICATE 265 -#define SSL_F_DTLS1_SEND_SERVER_HELLO 266 -#define SSL_F_DTLS1_SEND_SERVER_KEY_EXCHANGE 267 -#define SSL_F_DTLS1_WRITE_APP_DATA_BYTES 268 -#define SSL_F_GET_CLIENT_FINISHED 105 -#define SSL_F_GET_CLIENT_HELLO 106 -#define SSL_F_GET_CLIENT_MASTER_KEY 107 -#define SSL_F_GET_SERVER_FINISHED 108 -#define SSL_F_GET_SERVER_HELLO 109 -#define SSL_F_GET_SERVER_VERIFY 110 -#define SSL_F_I2D_SSL_SESSION 111 -#define SSL_F_READ_N 112 -#define SSL_F_REQUEST_CERTIFICATE 113 -#define SSL_F_SERVER_FINISH 239 -#define SSL_F_SERVER_HELLO 114 -#define SSL_F_SERVER_VERIFY 240 -#define SSL_F_SSL23_ACCEPT 115 -#define SSL_F_SSL23_CLIENT_HELLO 116 -#define SSL_F_SSL23_CONNECT 117 -#define SSL_F_SSL23_GET_CLIENT_HELLO 118 -#define SSL_F_SSL23_GET_SERVER_HELLO 119 -#define SSL_F_SSL23_PEEK 237 -#define SSL_F_SSL23_READ 120 -#define SSL_F_SSL23_WRITE 121 -#define SSL_F_SSL2_ACCEPT 122 -#define SSL_F_SSL2_CONNECT 123 -#define SSL_F_SSL2_ENC_INIT 124 -#define SSL_F_SSL2_GENERATE_KEY_MATERIAL 241 -#define SSL_F_SSL2_PEEK 234 -#define SSL_F_SSL2_READ 125 -#define SSL_F_SSL2_READ_INTERNAL 236 -#define SSL_F_SSL2_SET_CERTIFICATE 126 -#define SSL_F_SSL2_WRITE 127 -#define SSL_F_SSL3_ACCEPT 128 -#define SSL_F_SSL3_ADD_CERT_TO_BUF 296 -#define SSL_F_SSL3_CALLBACK_CTRL 233 -#define SSL_F_SSL3_CHANGE_CIPHER_STATE 129 -#define SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM 130 -#define SSL_F_SSL3_CHECK_CLIENT_HELLO 304 -#define SSL_F_SSL3_CLIENT_HELLO 131 -#define SSL_F_SSL3_CONNECT 132 -#define SSL_F_SSL3_CTRL 213 -#define SSL_F_SSL3_CTX_CTRL 133 -#define SSL_F_SSL3_DIGEST_CACHED_RECORDS 293 -#define SSL_F_SSL3_DO_CHANGE_CIPHER_SPEC 292 -#define SSL_F_SSL3_ENC 134 -#define SSL_F_SSL3_GENERATE_KEY_BLOCK 238 -#define SSL_F_SSL3_GET_CERTIFICATE_REQUEST 135 -#define SSL_F_SSL3_GET_CERT_STATUS 289 -#define SSL_F_SSL3_GET_CERT_VERIFY 136 -#define SSL_F_SSL3_GET_CLIENT_CERTIFICATE 137 -#define SSL_F_SSL3_GET_CLIENT_HELLO 138 -#define SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE 139 -#define SSL_F_SSL3_GET_FINISHED 140 -#define SSL_F_SSL3_GET_KEY_EXCHANGE 141 -#define SSL_F_SSL3_GET_MESSAGE 142 -#define SSL_F_SSL3_GET_NEW_SESSION_TICKET 283 -#define SSL_F_SSL3_GET_NEXT_PROTO 306 -#define SSL_F_SSL3_GET_RECORD 143 -#define SSL_F_SSL3_GET_SERVER_CERTIFICATE 144 -#define SSL_F_SSL3_GET_SERVER_DONE 145 -#define SSL_F_SSL3_GET_SERVER_HELLO 146 -#define SSL_F_SSL3_HANDSHAKE_MAC 285 -#define SSL_F_SSL3_NEW_SESSION_TICKET 287 -#define SSL_F_SSL3_OUTPUT_CERT_CHAIN 147 -#define SSL_F_SSL3_PEEK 235 -#define SSL_F_SSL3_READ_BYTES 148 -#define SSL_F_SSL3_READ_N 149 -#define SSL_F_SSL3_SEND_CERTIFICATE_REQUEST 150 -#define SSL_F_SSL3_SEND_CLIENT_CERTIFICATE 151 -#define SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE 152 -#define SSL_F_SSL3_SEND_CLIENT_VERIFY 153 -#define SSL_F_SSL3_SEND_SERVER_CERTIFICATE 154 -#define SSL_F_SSL3_SEND_SERVER_HELLO 242 -#define SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE 155 -#define SSL_F_SSL3_SETUP_KEY_BLOCK 157 -#define SSL_F_SSL3_SETUP_READ_BUFFER 156 -#define SSL_F_SSL3_SETUP_WRITE_BUFFER 291 -#define SSL_F_SSL3_WRITE_BYTES 158 -#define SSL_F_SSL3_WRITE_PENDING 159 -#define SSL_F_SSL_ADD_CLIENTHELLO_RENEGOTIATE_EXT 298 -#define SSL_F_SSL_ADD_CLIENTHELLO_TLSEXT 277 -#define SSL_F_SSL_ADD_CLIENTHELLO_USE_SRTP_EXT 307 -#define SSL_F_SSL_ADD_DIR_CERT_SUBJECTS_TO_STACK 215 -#define SSL_F_SSL_ADD_FILE_CERT_SUBJECTS_TO_STACK 216 -#define SSL_F_SSL_ADD_SERVERHELLO_RENEGOTIATE_EXT 299 -#define SSL_F_SSL_ADD_SERVERHELLO_TLSEXT 278 -#define SSL_F_SSL_ADD_SERVERHELLO_USE_SRTP_EXT 308 -#define SSL_F_SSL_BAD_METHOD 160 -#define SSL_F_SSL_BYTES_TO_CIPHER_LIST 161 -#define SSL_F_SSL_CERT_DUP 221 -#define SSL_F_SSL_CERT_INST 222 -#define SSL_F_SSL_CERT_INSTANTIATE 214 -#define SSL_F_SSL_CERT_NEW 162 -#define SSL_F_SSL_CHECK_PRIVATE_KEY 163 -#define SSL_F_SSL_CHECK_SERVERHELLO_TLSEXT 280 -#define SSL_F_SSL_CHECK_SRVR_ECC_CERT_AND_ALG 279 -#define SSL_F_SSL_CIPHER_PROCESS_RULESTR 230 -#define SSL_F_SSL_CIPHER_STRENGTH_SORT 231 -#define SSL_F_SSL_CLEAR 164 -#define SSL_F_SSL_COMP_ADD_COMPRESSION_METHOD 165 -#define SSL_F_SSL_CREATE_CIPHER_LIST 166 -#define SSL_F_SSL_CTRL 232 -#define SSL_F_SSL_CTX_CHECK_PRIVATE_KEY 168 -#define SSL_F_SSL_CTX_MAKE_PROFILES 309 -#define SSL_F_SSL_CTX_NEW 169 -#define SSL_F_SSL_CTX_SET_CIPHER_LIST 269 -#define SSL_F_SSL_CTX_SET_CLIENT_CERT_ENGINE 290 -#define SSL_F_SSL_CTX_SET_PURPOSE 226 -#define SSL_F_SSL_CTX_SET_SESSION_ID_CONTEXT 219 -#define SSL_F_SSL_CTX_SET_SSL_VERSION 170 -#define SSL_F_SSL_CTX_SET_TRUST 229 -#define SSL_F_SSL_CTX_USE_CERTIFICATE 171 -#define SSL_F_SSL_CTX_USE_CERTIFICATE_ASN1 172 -#define SSL_F_SSL_CTX_USE_CERTIFICATE_CHAIN_FILE 220 -#define SSL_F_SSL_CTX_USE_CERTIFICATE_FILE 173 -#define SSL_F_SSL_CTX_USE_PRIVATEKEY 174 -#define SSL_F_SSL_CTX_USE_PRIVATEKEY_ASN1 175 -#define SSL_F_SSL_CTX_USE_PRIVATEKEY_FILE 176 -#define SSL_F_SSL_CTX_USE_PSK_IDENTITY_HINT 272 -#define SSL_F_SSL_CTX_USE_RSAPRIVATEKEY 177 -#define SSL_F_SSL_CTX_USE_RSAPRIVATEKEY_ASN1 178 -#define SSL_F_SSL_CTX_USE_RSAPRIVATEKEY_FILE 179 -#define SSL_F_SSL_DO_HANDSHAKE 180 -#define SSL_F_SSL_GET_NEW_SESSION 181 -#define SSL_F_SSL_GET_PREV_SESSION 217 -#define SSL_F_SSL_GET_SERVER_SEND_CERT 182 -#define SSL_F_SSL_GET_SERVER_SEND_PKEY 317 -#define SSL_F_SSL_GET_SIGN_PKEY 183 -#define SSL_F_SSL_INIT_WBIO_BUFFER 184 -#define SSL_F_SSL_LOAD_CLIENT_CA_FILE 185 -#define SSL_F_SSL_NEW 186 -#define SSL_F_SSL_PARSE_CLIENTHELLO_RENEGOTIATE_EXT 300 -#define SSL_F_SSL_PARSE_CLIENTHELLO_TLSEXT 302 -#define SSL_F_SSL_PARSE_CLIENTHELLO_USE_SRTP_EXT 310 -#define SSL_F_SSL_PARSE_SERVERHELLO_RENEGOTIATE_EXT 301 -#define SSL_F_SSL_PARSE_SERVERHELLO_TLSEXT 303 -#define SSL_F_SSL_PARSE_SERVERHELLO_USE_SRTP_EXT 311 -#define SSL_F_SSL_PEEK 270 -#define SSL_F_SSL_PREPARE_CLIENTHELLO_TLSEXT 281 -#define SSL_F_SSL_PREPARE_SERVERHELLO_TLSEXT 282 -#define SSL_F_SSL_READ 223 -#define SSL_F_SSL_RSA_PRIVATE_DECRYPT 187 -#define SSL_F_SSL_RSA_PUBLIC_ENCRYPT 188 -#define SSL_F_SSL_SESSION_NEW 189 -#define SSL_F_SSL_SESSION_PRINT_FP 190 -#define SSL_F_SSL_SESSION_SET1_ID_CONTEXT 312 -#define SSL_F_SSL_SESS_CERT_NEW 225 -#define SSL_F_SSL_SET_CERT 191 -#define SSL_F_SSL_SET_CIPHER_LIST 271 -#define SSL_F_SSL_SET_FD 192 -#define SSL_F_SSL_SET_PKEY 193 -#define SSL_F_SSL_SET_PURPOSE 227 -#define SSL_F_SSL_SET_RFD 194 -#define SSL_F_SSL_SET_SESSION 195 -#define SSL_F_SSL_SET_SESSION_ID_CONTEXT 218 -#define SSL_F_SSL_SET_SESSION_TICKET_EXT 294 -#define SSL_F_SSL_SET_TRUST 228 -#define SSL_F_SSL_SET_WFD 196 -#define SSL_F_SSL_SHUTDOWN 224 -#define SSL_F_SSL_SRP_CTX_INIT 313 -#define SSL_F_SSL_UNDEFINED_CONST_FUNCTION 243 -#define SSL_F_SSL_UNDEFINED_FUNCTION 197 -#define SSL_F_SSL_UNDEFINED_VOID_FUNCTION 244 -#define SSL_F_SSL_USE_CERTIFICATE 198 -#define SSL_F_SSL_USE_CERTIFICATE_ASN1 199 -#define SSL_F_SSL_USE_CERTIFICATE_FILE 200 -#define SSL_F_SSL_USE_PRIVATEKEY 201 -#define SSL_F_SSL_USE_PRIVATEKEY_ASN1 202 -#define SSL_F_SSL_USE_PRIVATEKEY_FILE 203 -#define SSL_F_SSL_USE_PSK_IDENTITY_HINT 273 -#define SSL_F_SSL_USE_RSAPRIVATEKEY 204 -#define SSL_F_SSL_USE_RSAPRIVATEKEY_ASN1 205 -#define SSL_F_SSL_USE_RSAPRIVATEKEY_FILE 206 -#define SSL_F_SSL_VERIFY_CERT_CHAIN 207 -#define SSL_F_SSL_WRITE 208 -#define SSL_F_TLS1_CERT_VERIFY_MAC 286 -#define SSL_F_TLS1_CHANGE_CIPHER_STATE 209 -#define SSL_F_TLS1_CHECK_SERVERHELLO_TLSEXT 274 -#define SSL_F_TLS1_ENC 210 -#define SSL_F_TLS1_EXPORT_KEYING_MATERIAL 314 -#define SSL_F_TLS1_HEARTBEAT 315 -#define SSL_F_TLS1_PREPARE_CLIENTHELLO_TLSEXT 275 -#define SSL_F_TLS1_PREPARE_SERVERHELLO_TLSEXT 276 -#define SSL_F_TLS1_PRF 284 -#define SSL_F_TLS1_SETUP_KEY_BLOCK 211 -#define SSL_F_WRITE_PENDING 212 +# define SSL_F_CHECK_SUITEB_CIPHER_LIST 331 +# define SSL_F_CLIENT_CERTIFICATE 100 +# define SSL_F_CLIENT_FINISHED 167 +# define SSL_F_CLIENT_HELLO 101 +# define SSL_F_CLIENT_MASTER_KEY 102 +# define SSL_F_D2I_SSL_SESSION 103 +# define SSL_F_DO_DTLS1_WRITE 245 +# define SSL_F_DO_SSL3_WRITE 104 +# define SSL_F_DTLS1_ACCEPT 246 +# define SSL_F_DTLS1_ADD_CERT_TO_BUF 295 +# define SSL_F_DTLS1_BUFFER_RECORD 247 +# define SSL_F_DTLS1_CHECK_TIMEOUT_NUM 316 +# define SSL_F_DTLS1_CLIENT_HELLO 248 +# define SSL_F_DTLS1_CONNECT 249 +# define SSL_F_DTLS1_ENC 250 +# define SSL_F_DTLS1_GET_HELLO_VERIFY 251 +# define SSL_F_DTLS1_GET_MESSAGE 252 +# define SSL_F_DTLS1_GET_MESSAGE_FRAGMENT 253 +# define SSL_F_DTLS1_GET_RECORD 254 +# define SSL_F_DTLS1_HANDLE_TIMEOUT 297 +# define SSL_F_DTLS1_HEARTBEAT 305 +# define SSL_F_DTLS1_OUTPUT_CERT_CHAIN 255 +# define SSL_F_DTLS1_PREPROCESS_FRAGMENT 288 +# define SSL_F_DTLS1_PROCESS_OUT_OF_SEQ_MESSAGE 256 +# define SSL_F_DTLS1_PROCESS_RECORD 257 +# define SSL_F_DTLS1_READ_BYTES 258 +# define SSL_F_DTLS1_READ_FAILED 259 +# define SSL_F_DTLS1_SEND_CERTIFICATE_REQUEST 260 +# define SSL_F_DTLS1_SEND_CLIENT_CERTIFICATE 261 +# define SSL_F_DTLS1_SEND_CLIENT_KEY_EXCHANGE 262 +# define SSL_F_DTLS1_SEND_CLIENT_VERIFY 263 +# define SSL_F_DTLS1_SEND_HELLO_VERIFY_REQUEST 264 +# define SSL_F_DTLS1_SEND_SERVER_CERTIFICATE 265 +# define SSL_F_DTLS1_SEND_SERVER_HELLO 266 +# define SSL_F_DTLS1_SEND_SERVER_KEY_EXCHANGE 267 +# define SSL_F_DTLS1_WRITE_APP_DATA_BYTES 268 +# define SSL_F_GET_CLIENT_FINISHED 105 +# define SSL_F_GET_CLIENT_HELLO 106 +# define SSL_F_GET_CLIENT_MASTER_KEY 107 +# define SSL_F_GET_SERVER_FINISHED 108 +# define SSL_F_GET_SERVER_HELLO 109 +# define SSL_F_GET_SERVER_VERIFY 110 +# define SSL_F_I2D_SSL_SESSION 111 +# define SSL_F_READ_N 112 +# define SSL_F_REQUEST_CERTIFICATE 113 +# define SSL_F_SERVER_FINISH 239 +# define SSL_F_SERVER_HELLO 114 +# define SSL_F_SERVER_VERIFY 240 +# define SSL_F_SSL23_ACCEPT 115 +# define SSL_F_SSL23_CLIENT_HELLO 116 +# define SSL_F_SSL23_CONNECT 117 +# define SSL_F_SSL23_GET_CLIENT_HELLO 118 +# define SSL_F_SSL23_GET_SERVER_HELLO 119 +# define SSL_F_SSL23_PEEK 237 +# define SSL_F_SSL23_READ 120 +# define SSL_F_SSL23_WRITE 121 +# define SSL_F_SSL2_ACCEPT 122 +# define SSL_F_SSL2_CONNECT 123 +# define SSL_F_SSL2_ENC_INIT 124 +# define SSL_F_SSL2_GENERATE_KEY_MATERIAL 241 +# define SSL_F_SSL2_PEEK 234 +# define SSL_F_SSL2_READ 125 +# define SSL_F_SSL2_READ_INTERNAL 236 +# define SSL_F_SSL2_SET_CERTIFICATE 126 +# define SSL_F_SSL2_WRITE 127 +# define SSL_F_SSL3_ACCEPT 128 +# define SSL_F_SSL3_ADD_CERT_TO_BUF 296 +# define SSL_F_SSL3_CALLBACK_CTRL 233 +# define SSL_F_SSL3_CHANGE_CIPHER_STATE 129 +# define SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM 130 +# define SSL_F_SSL3_CHECK_CLIENT_HELLO 304 +# define SSL_F_SSL3_CLIENT_HELLO 131 +# define SSL_F_SSL3_CONNECT 132 +# define SSL_F_SSL3_CTRL 213 +# define SSL_F_SSL3_CTX_CTRL 133 +# define SSL_F_SSL3_DIGEST_CACHED_RECORDS 293 +# define SSL_F_SSL3_DO_CHANGE_CIPHER_SPEC 292 +# define SSL_F_SSL3_ENC 134 +# define SSL_F_SSL3_GENERATE_KEY_BLOCK 238 +# define SSL_F_SSL3_GET_CERTIFICATE_REQUEST 135 +# define SSL_F_SSL3_GET_CERT_STATUS 289 +# define SSL_F_SSL3_GET_CERT_VERIFY 136 +# define SSL_F_SSL3_GET_CLIENT_CERTIFICATE 137 +# define SSL_F_SSL3_GET_CLIENT_HELLO 138 +# define SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE 139 +# define SSL_F_SSL3_GET_FINISHED 140 +# define SSL_F_SSL3_GET_KEY_EXCHANGE 141 +# define SSL_F_SSL3_GET_MESSAGE 142 +# define SSL_F_SSL3_GET_NEW_SESSION_TICKET 283 +# define SSL_F_SSL3_GET_NEXT_PROTO 306 +# define SSL_F_SSL3_GET_RECORD 143 +# define SSL_F_SSL3_GET_SERVER_CERTIFICATE 144 +# define SSL_F_SSL3_GET_SERVER_DONE 145 +# define SSL_F_SSL3_GET_SERVER_HELLO 146 +# define SSL_F_SSL3_HANDSHAKE_MAC 285 +# define SSL_F_SSL3_NEW_SESSION_TICKET 287 +# define SSL_F_SSL3_OUTPUT_CERT_CHAIN 147 +# define SSL_F_SSL3_PEEK 235 +# define SSL_F_SSL3_READ_BYTES 148 +# define SSL_F_SSL3_READ_N 149 +# define SSL_F_SSL3_SEND_CERTIFICATE_REQUEST 150 +# define SSL_F_SSL3_SEND_CLIENT_CERTIFICATE 151 +# define SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE 152 +# define SSL_F_SSL3_SEND_CLIENT_VERIFY 153 +# define SSL_F_SSL3_SEND_SERVER_CERTIFICATE 154 +# define SSL_F_SSL3_SEND_SERVER_HELLO 242 +# define SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE 155 +# define SSL_F_SSL3_SETUP_KEY_BLOCK 157 +# define SSL_F_SSL3_SETUP_READ_BUFFER 156 +# define SSL_F_SSL3_SETUP_WRITE_BUFFER 291 +# define SSL_F_SSL3_WRITE_BYTES 158 +# define SSL_F_SSL3_WRITE_PENDING 159 +# define SSL_F_SSL_ADD_CERT_CHAIN 318 +# define SSL_F_SSL_ADD_CERT_TO_BUF 319 +# define SSL_F_SSL_ADD_CLIENTHELLO_RENEGOTIATE_EXT 298 +# define SSL_F_SSL_ADD_CLIENTHELLO_TLSEXT 277 +# define SSL_F_SSL_ADD_CLIENTHELLO_USE_SRTP_EXT 307 +# define SSL_F_SSL_ADD_DIR_CERT_SUBJECTS_TO_STACK 215 +# define SSL_F_SSL_ADD_FILE_CERT_SUBJECTS_TO_STACK 216 +# define SSL_F_SSL_ADD_SERVERHELLO_RENEGOTIATE_EXT 299 +# define SSL_F_SSL_ADD_SERVERHELLO_TLSEXT 278 +# define SSL_F_SSL_ADD_SERVERHELLO_USE_SRTP_EXT 308 +# define SSL_F_SSL_BAD_METHOD 160 +# define SSL_F_SSL_BUILD_CERT_CHAIN 332 +# define SSL_F_SSL_BYTES_TO_CIPHER_LIST 161 +# define SSL_F_SSL_CERT_DUP 221 +# define SSL_F_SSL_CERT_INST 222 +# define SSL_F_SSL_CERT_INSTANTIATE 214 +# define SSL_F_SSL_CERT_NEW 162 +# define SSL_F_SSL_CHECK_PRIVATE_KEY 163 +# define SSL_F_SSL_CHECK_SERVERHELLO_TLSEXT 280 +# define SSL_F_SSL_CHECK_SRVR_ECC_CERT_AND_ALG 279 +# define SSL_F_SSL_CIPHER_PROCESS_RULESTR 230 +# define SSL_F_SSL_CIPHER_STRENGTH_SORT 231 +# define SSL_F_SSL_CLEAR 164 +# define SSL_F_SSL_COMP_ADD_COMPRESSION_METHOD 165 +# define SSL_F_SSL_CONF_CMD 334 +# define SSL_F_SSL_CREATE_CIPHER_LIST 166 +# define SSL_F_SSL_CTRL 232 +# define SSL_F_SSL_CTX_CHECK_PRIVATE_KEY 168 +# define SSL_F_SSL_CTX_MAKE_PROFILES 309 +# define SSL_F_SSL_CTX_NEW 169 +# define SSL_F_SSL_CTX_SET_CIPHER_LIST 269 +# define SSL_F_SSL_CTX_SET_CLIENT_CERT_ENGINE 290 +# define SSL_F_SSL_CTX_SET_PURPOSE 226 +# define SSL_F_SSL_CTX_SET_SESSION_ID_CONTEXT 219 +# define SSL_F_SSL_CTX_SET_SSL_VERSION 170 +# define SSL_F_SSL_CTX_SET_TRUST 229 +# define SSL_F_SSL_CTX_USE_CERTIFICATE 171 +# define SSL_F_SSL_CTX_USE_CERTIFICATE_ASN1 172 +# define SSL_F_SSL_CTX_USE_CERTIFICATE_CHAIN_FILE 220 +# define SSL_F_SSL_CTX_USE_CERTIFICATE_FILE 173 +# define SSL_F_SSL_CTX_USE_PRIVATEKEY 174 +# define SSL_F_SSL_CTX_USE_PRIVATEKEY_ASN1 175 +# define SSL_F_SSL_CTX_USE_PRIVATEKEY_FILE 176 +# define SSL_F_SSL_CTX_USE_PSK_IDENTITY_HINT 272 +# define SSL_F_SSL_CTX_USE_RSAPRIVATEKEY 177 +# define SSL_F_SSL_CTX_USE_RSAPRIVATEKEY_ASN1 178 +# define SSL_F_SSL_CTX_USE_RSAPRIVATEKEY_FILE 179 +# define SSL_F_SSL_CTX_USE_SERVERINFO 336 +# define SSL_F_SSL_CTX_USE_SERVERINFO_FILE 337 +# define SSL_F_SSL_DO_HANDSHAKE 180 +# define SSL_F_SSL_GET_NEW_SESSION 181 +# define SSL_F_SSL_GET_PREV_SESSION 217 +# define SSL_F_SSL_GET_SERVER_CERT_INDEX 322 +# define SSL_F_SSL_GET_SERVER_SEND_CERT 182 +# define SSL_F_SSL_GET_SERVER_SEND_PKEY 317 +# define SSL_F_SSL_GET_SIGN_PKEY 183 +# define SSL_F_SSL_INIT_WBIO_BUFFER 184 +# define SSL_F_SSL_LOAD_CLIENT_CA_FILE 185 +# define SSL_F_SSL_NEW 186 +# define SSL_F_SSL_PARSE_CLIENTHELLO_RENEGOTIATE_EXT 300 +# define SSL_F_SSL_PARSE_CLIENTHELLO_TLSEXT 302 +# define SSL_F_SSL_PARSE_CLIENTHELLO_USE_SRTP_EXT 310 +# define SSL_F_SSL_PARSE_SERVERHELLO_RENEGOTIATE_EXT 301 +# define SSL_F_SSL_PARSE_SERVERHELLO_TLSEXT 303 +# define SSL_F_SSL_PARSE_SERVERHELLO_USE_SRTP_EXT 311 +# define SSL_F_SSL_PEEK 270 +# define SSL_F_SSL_PREPARE_CLIENTHELLO_TLSEXT 281 +# define SSL_F_SSL_PREPARE_SERVERHELLO_TLSEXT 282 +# define SSL_F_SSL_READ 223 +# define SSL_F_SSL_RSA_PRIVATE_DECRYPT 187 +# define SSL_F_SSL_RSA_PUBLIC_ENCRYPT 188 +# define SSL_F_SSL_SCAN_CLIENTHELLO_TLSEXT 320 +# define SSL_F_SSL_SCAN_SERVERHELLO_TLSEXT 321 +# define SSL_F_SSL_SESSION_NEW 189 +# define SSL_F_SSL_SESSION_PRINT_FP 190 +# define SSL_F_SSL_SESSION_SET1_ID_CONTEXT 312 +# define SSL_F_SSL_SESS_CERT_NEW 225 +# define SSL_F_SSL_SET_CERT 191 +# define SSL_F_SSL_SET_CIPHER_LIST 271 +# define SSL_F_SSL_SET_FD 192 +# define SSL_F_SSL_SET_PKEY 193 +# define SSL_F_SSL_SET_PURPOSE 227 +# define SSL_F_SSL_SET_RFD 194 +# define SSL_F_SSL_SET_SESSION 195 +# define SSL_F_SSL_SET_SESSION_ID_CONTEXT 218 +# define SSL_F_SSL_SET_SESSION_TICKET_EXT 294 +# define SSL_F_SSL_SET_TRUST 228 +# define SSL_F_SSL_SET_WFD 196 +# define SSL_F_SSL_SHUTDOWN 224 +# define SSL_F_SSL_SRP_CTX_INIT 313 +# define SSL_F_SSL_UNDEFINED_CONST_FUNCTION 243 +# define SSL_F_SSL_UNDEFINED_FUNCTION 197 +# define SSL_F_SSL_UNDEFINED_VOID_FUNCTION 244 +# define SSL_F_SSL_USE_CERTIFICATE 198 +# define SSL_F_SSL_USE_CERTIFICATE_ASN1 199 +# define SSL_F_SSL_USE_CERTIFICATE_FILE 200 +# define SSL_F_SSL_USE_PRIVATEKEY 201 +# define SSL_F_SSL_USE_PRIVATEKEY_ASN1 202 +# define SSL_F_SSL_USE_PRIVATEKEY_FILE 203 +# define SSL_F_SSL_USE_PSK_IDENTITY_HINT 273 +# define SSL_F_SSL_USE_RSAPRIVATEKEY 204 +# define SSL_F_SSL_USE_RSAPRIVATEKEY_ASN1 205 +# define SSL_F_SSL_USE_RSAPRIVATEKEY_FILE 206 +# define SSL_F_SSL_VERIFY_CERT_CHAIN 207 +# define SSL_F_SSL_WRITE 208 +# define SSL_F_TLS12_CHECK_PEER_SIGALG 333 +# define SSL_F_TLS1_CERT_VERIFY_MAC 286 +# define SSL_F_TLS1_CHANGE_CIPHER_STATE 209 +# define SSL_F_TLS1_CHECK_SERVERHELLO_TLSEXT 274 +# define SSL_F_TLS1_ENC 210 +# define SSL_F_TLS1_EXPORT_KEYING_MATERIAL 314 +# define SSL_F_TLS1_GET_CURVELIST 338 +# define SSL_F_TLS1_HEARTBEAT 315 +# define SSL_F_TLS1_PREPARE_CLIENTHELLO_TLSEXT 275 +# define SSL_F_TLS1_PREPARE_SERVERHELLO_TLSEXT 276 +# define SSL_F_TLS1_PRF 284 +# define SSL_F_TLS1_SETUP_KEY_BLOCK 211 +# define SSL_F_TLS1_SET_SERVER_SIGALGS 335 +# define SSL_F_WRITE_PENDING 212 /* Reason codes. */ -#define SSL_R_APP_DATA_IN_HANDSHAKE 100 -#define SSL_R_ATTEMPT_TO_REUSE_SESSION_IN_DIFFERENT_CONTEXT 272 -#define SSL_R_BAD_ALERT_RECORD 101 -#define SSL_R_BAD_AUTHENTICATION_TYPE 102 -#define SSL_R_BAD_CHANGE_CIPHER_SPEC 103 -#define SSL_R_BAD_CHECKSUM 104 -#define SSL_R_BAD_DATA_RETURNED_BY_CALLBACK 106 -#define SSL_R_BAD_DECOMPRESSION 107 -#define SSL_R_BAD_DH_G_LENGTH 108 -#define SSL_R_BAD_DH_PUB_KEY_LENGTH 109 -#define SSL_R_BAD_DH_P_LENGTH 110 -#define SSL_R_BAD_DIGEST_LENGTH 111 -#define SSL_R_BAD_DSA_SIGNATURE 112 -#define SSL_R_BAD_ECC_CERT 304 -#define SSL_R_BAD_ECDSA_SIGNATURE 305 -#define SSL_R_BAD_ECPOINT 306 -#define SSL_R_BAD_HANDSHAKE_LENGTH 332 -#define SSL_R_BAD_HELLO_REQUEST 105 -#define SSL_R_BAD_LENGTH 271 -#define SSL_R_BAD_MAC_DECODE 113 -#define SSL_R_BAD_MAC_LENGTH 333 -#define SSL_R_BAD_MESSAGE_TYPE 114 -#define SSL_R_BAD_PACKET_LENGTH 115 -#define SSL_R_BAD_PROTOCOL_VERSION_NUMBER 116 -#define SSL_R_BAD_PSK_IDENTITY_HINT_LENGTH 316 -#define SSL_R_BAD_RESPONSE_ARGUMENT 117 -#define SSL_R_BAD_RSA_DECRYPT 118 -#define SSL_R_BAD_RSA_ENCRYPT 119 -#define SSL_R_BAD_RSA_E_LENGTH 120 -#define SSL_R_BAD_RSA_MODULUS_LENGTH 121 -#define SSL_R_BAD_RSA_SIGNATURE 122 -#define SSL_R_BAD_SIGNATURE 123 -#define SSL_R_BAD_SRP_A_LENGTH 347 -#define SSL_R_BAD_SRP_B_LENGTH 348 -#define SSL_R_BAD_SRP_G_LENGTH 349 -#define SSL_R_BAD_SRP_N_LENGTH 350 -#define SSL_R_BAD_SRP_PARAMETERS 371 -#define SSL_R_BAD_SRP_S_LENGTH 351 -#define SSL_R_BAD_SRTP_MKI_VALUE 352 -#define SSL_R_BAD_SRTP_PROTECTION_PROFILE_LIST 353 -#define SSL_R_BAD_SSL_FILETYPE 124 -#define SSL_R_BAD_SSL_SESSION_ID_LENGTH 125 -#define SSL_R_BAD_STATE 126 -#define SSL_R_BAD_WRITE_RETRY 127 -#define SSL_R_BIO_NOT_SET 128 -#define SSL_R_BLOCK_CIPHER_PAD_IS_WRONG 129 -#define SSL_R_BN_LIB 130 -#define SSL_R_CA_DN_LENGTH_MISMATCH 131 -#define SSL_R_CA_DN_TOO_LONG 132 -#define SSL_R_CCS_RECEIVED_EARLY 133 -#define SSL_R_CERTIFICATE_VERIFY_FAILED 134 -#define SSL_R_CERT_LENGTH_MISMATCH 135 -#define SSL_R_CHALLENGE_IS_DIFFERENT 136 -#define SSL_R_CIPHER_CODE_WRONG_LENGTH 137 -#define SSL_R_CIPHER_OR_HASH_UNAVAILABLE 138 -#define SSL_R_CIPHER_TABLE_SRC_ERROR 139 -#define SSL_R_CLIENTHELLO_TLSEXT 226 -#define SSL_R_COMPRESSED_LENGTH_TOO_LONG 140 -#define SSL_R_COMPRESSION_DISABLED 343 -#define SSL_R_COMPRESSION_FAILURE 141 -#define SSL_R_COMPRESSION_ID_NOT_WITHIN_PRIVATE_RANGE 307 -#define SSL_R_COMPRESSION_LIBRARY_ERROR 142 -#define SSL_R_CONNECTION_ID_IS_DIFFERENT 143 -#define SSL_R_CONNECTION_TYPE_NOT_SET 144 -#define SSL_R_COOKIE_MISMATCH 308 -#define SSL_R_DATA_BETWEEN_CCS_AND_FINISHED 145 -#define SSL_R_DATA_LENGTH_TOO_LONG 146 -#define SSL_R_DECRYPTION_FAILED 147 -#define SSL_R_DECRYPTION_FAILED_OR_BAD_RECORD_MAC 281 -#define SSL_R_DH_PUBLIC_VALUE_LENGTH_IS_WRONG 148 -#define SSL_R_DIGEST_CHECK_FAILED 149 -#define SSL_R_DTLS_MESSAGE_TOO_BIG 334 -#define SSL_R_DUPLICATE_COMPRESSION_ID 309 -#define SSL_R_ECC_CERT_NOT_FOR_KEY_AGREEMENT 317 -#define SSL_R_ECC_CERT_NOT_FOR_SIGNING 318 -#define SSL_R_ECC_CERT_SHOULD_HAVE_RSA_SIGNATURE 322 -#define SSL_R_ECC_CERT_SHOULD_HAVE_SHA1_SIGNATURE 323 -#define SSL_R_ECGROUP_TOO_LARGE_FOR_CIPHER 310 -#define SSL_R_EMPTY_SRTP_PROTECTION_PROFILE_LIST 354 -#define SSL_R_ENCRYPTED_LENGTH_TOO_LONG 150 -#define SSL_R_ERROR_GENERATING_TMP_RSA_KEY 282 -#define SSL_R_ERROR_IN_RECEIVED_CIPHER_LIST 151 -#define SSL_R_EXCESSIVE_MESSAGE_SIZE 152 -#define SSL_R_EXTRA_DATA_IN_MESSAGE 153 -#define SSL_R_GOT_A_FIN_BEFORE_A_CCS 154 -#define SSL_R_GOT_NEXT_PROTO_BEFORE_A_CCS 355 -#define SSL_R_GOT_NEXT_PROTO_WITHOUT_EXTENSION 356 -#define SSL_R_HTTPS_PROXY_REQUEST 155 -#define SSL_R_HTTP_REQUEST 156 -#define SSL_R_ILLEGAL_PADDING 283 -#define SSL_R_INAPPROPRIATE_FALLBACK 373 -#define SSL_R_INCONSISTENT_COMPRESSION 340 -#define SSL_R_INVALID_CHALLENGE_LENGTH 158 -#define SSL_R_INVALID_COMMAND 280 -#define SSL_R_INVALID_COMPRESSION_ALGORITHM 341 -#define SSL_R_INVALID_PURPOSE 278 -#define SSL_R_INVALID_SRP_USERNAME 357 -#define SSL_R_INVALID_STATUS_RESPONSE 328 -#define SSL_R_INVALID_TICKET_KEYS_LENGTH 325 -#define SSL_R_INVALID_TRUST 279 -#define SSL_R_KEY_ARG_TOO_LONG 284 -#define SSL_R_KRB5 285 -#define SSL_R_KRB5_C_CC_PRINC 286 -#define SSL_R_KRB5_C_GET_CRED 287 -#define SSL_R_KRB5_C_INIT 288 -#define SSL_R_KRB5_C_MK_REQ 289 -#define SSL_R_KRB5_S_BAD_TICKET 290 -#define SSL_R_KRB5_S_INIT 291 -#define SSL_R_KRB5_S_RD_REQ 292 -#define SSL_R_KRB5_S_TKT_EXPIRED 293 -#define SSL_R_KRB5_S_TKT_NYV 294 -#define SSL_R_KRB5_S_TKT_SKEW 295 -#define SSL_R_LENGTH_MISMATCH 159 -#define SSL_R_LENGTH_TOO_SHORT 160 -#define SSL_R_LIBRARY_BUG 274 -#define SSL_R_LIBRARY_HAS_NO_CIPHERS 161 -#define SSL_R_MESSAGE_TOO_LONG 296 -#define SSL_R_MISSING_DH_DSA_CERT 162 -#define SSL_R_MISSING_DH_KEY 163 -#define SSL_R_MISSING_DH_RSA_CERT 164 -#define SSL_R_MISSING_DSA_SIGNING_CERT 165 -#define SSL_R_MISSING_EXPORT_TMP_DH_KEY 166 -#define SSL_R_MISSING_EXPORT_TMP_RSA_KEY 167 -#define SSL_R_MISSING_RSA_CERTIFICATE 168 -#define SSL_R_MISSING_RSA_ENCRYPTING_CERT 169 -#define SSL_R_MISSING_RSA_SIGNING_CERT 170 -#define SSL_R_MISSING_SRP_PARAM 358 -#define SSL_R_MISSING_TMP_DH_KEY 171 -#define SSL_R_MISSING_TMP_ECDH_KEY 311 -#define SSL_R_MISSING_TMP_RSA_KEY 172 -#define SSL_R_MISSING_TMP_RSA_PKEY 173 -#define SSL_R_MISSING_VERIFY_MESSAGE 174 -#define SSL_R_MULTIPLE_SGC_RESTARTS 346 -#define SSL_R_NON_SSLV2_INITIAL_PACKET 175 -#define SSL_R_NO_CERTIFICATES_RETURNED 176 -#define SSL_R_NO_CERTIFICATE_ASSIGNED 177 -#define SSL_R_NO_CERTIFICATE_RETURNED 178 -#define SSL_R_NO_CERTIFICATE_SET 179 -#define SSL_R_NO_CERTIFICATE_SPECIFIED 180 -#define SSL_R_NO_CIPHERS_AVAILABLE 181 -#define SSL_R_NO_CIPHERS_PASSED 182 -#define SSL_R_NO_CIPHERS_SPECIFIED 183 -#define SSL_R_NO_CIPHER_LIST 184 -#define SSL_R_NO_CIPHER_MATCH 185 -#define SSL_R_NO_CLIENT_CERT_METHOD 331 -#define SSL_R_NO_CLIENT_CERT_RECEIVED 186 -#define SSL_R_NO_COMPRESSION_SPECIFIED 187 -#define SSL_R_NO_GOST_CERTIFICATE_SENT_BY_PEER 330 -#define SSL_R_NO_METHOD_SPECIFIED 188 -#define SSL_R_NO_PRIVATEKEY 189 -#define SSL_R_NO_PRIVATE_KEY_ASSIGNED 190 -#define SSL_R_NO_PROTOCOLS_AVAILABLE 191 -#define SSL_R_NO_PUBLICKEY 192 -#define SSL_R_NO_RENEGOTIATION 339 -#define SSL_R_NO_REQUIRED_DIGEST 324 -#define SSL_R_NO_SHARED_CIPHER 193 -#define SSL_R_NO_SRTP_PROFILES 359 -#define SSL_R_NO_VERIFY_CALLBACK 194 -#define SSL_R_NULL_SSL_CTX 195 -#define SSL_R_NULL_SSL_METHOD_PASSED 196 -#define SSL_R_OLD_SESSION_CIPHER_NOT_RETURNED 197 -#define SSL_R_OLD_SESSION_COMPRESSION_ALGORITHM_NOT_RETURNED 344 -#define SSL_R_ONLY_TLS_ALLOWED_IN_FIPS_MODE 297 -#define SSL_R_OPAQUE_PRF_INPUT_TOO_LONG 327 -#define SSL_R_PACKET_LENGTH_TOO_LONG 198 -#define SSL_R_PARSE_TLSEXT 227 -#define SSL_R_PATH_TOO_LONG 270 -#define SSL_R_PEER_DID_NOT_RETURN_A_CERTIFICATE 199 -#define SSL_R_PEER_ERROR 200 -#define SSL_R_PEER_ERROR_CERTIFICATE 201 -#define SSL_R_PEER_ERROR_NO_CERTIFICATE 202 -#define SSL_R_PEER_ERROR_NO_CIPHER 203 -#define SSL_R_PEER_ERROR_UNSUPPORTED_CERTIFICATE_TYPE 204 -#define SSL_R_PRE_MAC_LENGTH_TOO_LONG 205 -#define SSL_R_PROBLEMS_MAPPING_CIPHER_FUNCTIONS 206 -#define SSL_R_PROTOCOL_IS_SHUTDOWN 207 -#define SSL_R_PSK_IDENTITY_NOT_FOUND 223 -#define SSL_R_PSK_NO_CLIENT_CB 224 -#define SSL_R_PSK_NO_SERVER_CB 225 -#define SSL_R_PUBLIC_KEY_ENCRYPT_ERROR 208 -#define SSL_R_PUBLIC_KEY_IS_NOT_RSA 209 -#define SSL_R_PUBLIC_KEY_NOT_RSA 210 -#define SSL_R_READ_BIO_NOT_SET 211 -#define SSL_R_READ_TIMEOUT_EXPIRED 312 -#define SSL_R_READ_WRONG_PACKET_TYPE 212 -#define SSL_R_RECORD_LENGTH_MISMATCH 213 -#define SSL_R_RECORD_TOO_LARGE 214 -#define SSL_R_RECORD_TOO_SMALL 298 -#define SSL_R_RENEGOTIATE_EXT_TOO_LONG 335 -#define SSL_R_RENEGOTIATION_ENCODING_ERR 336 -#define SSL_R_RENEGOTIATION_MISMATCH 337 -#define SSL_R_REQUIRED_CIPHER_MISSING 215 -#define SSL_R_REQUIRED_COMPRESSSION_ALGORITHM_MISSING 342 -#define SSL_R_REUSE_CERT_LENGTH_NOT_ZERO 216 -#define SSL_R_REUSE_CERT_TYPE_NOT_ZERO 217 -#define SSL_R_REUSE_CIPHER_LIST_NOT_ZERO 218 -#define SSL_R_SCSV_RECEIVED_WHEN_RENEGOTIATING 345 -#define SSL_R_SERVERHELLO_TLSEXT 275 -#define SSL_R_SESSION_ID_CONTEXT_UNINITIALIZED 277 -#define SSL_R_SHORT_READ 219 -#define SSL_R_SIGNATURE_ALGORITHMS_ERROR 360 -#define SSL_R_SIGNATURE_FOR_NON_SIGNING_CERTIFICATE 220 -#define SSL_R_SRP_A_CALC 361 -#define SSL_R_SRTP_COULD_NOT_ALLOCATE_PROFILES 362 -#define SSL_R_SRTP_PROTECTION_PROFILE_LIST_TOO_LONG 363 -#define SSL_R_SRTP_UNKNOWN_PROTECTION_PROFILE 364 -#define SSL_R_SSL23_DOING_SESSION_ID_REUSE 221 -#define SSL_R_SSL2_CONNECTION_ID_TOO_LONG 299 -#define SSL_R_SSL3_EXT_INVALID_ECPOINTFORMAT 321 -#define SSL_R_SSL3_EXT_INVALID_SERVERNAME 319 -#define SSL_R_SSL3_EXT_INVALID_SERVERNAME_TYPE 320 -#define SSL_R_SSL3_SESSION_ID_TOO_LONG 300 -#define SSL_R_SSL3_SESSION_ID_TOO_SHORT 222 -#define SSL_R_SSLV3_ALERT_BAD_CERTIFICATE 1042 -#define SSL_R_SSLV3_ALERT_BAD_RECORD_MAC 1020 -#define SSL_R_SSLV3_ALERT_CERTIFICATE_EXPIRED 1045 -#define SSL_R_SSLV3_ALERT_CERTIFICATE_REVOKED 1044 -#define SSL_R_SSLV3_ALERT_CERTIFICATE_UNKNOWN 1046 -#define SSL_R_SSLV3_ALERT_DECOMPRESSION_FAILURE 1030 -#define SSL_R_SSLV3_ALERT_HANDSHAKE_FAILURE 1040 -#define SSL_R_SSLV3_ALERT_ILLEGAL_PARAMETER 1047 -#define SSL_R_SSLV3_ALERT_NO_CERTIFICATE 1041 -#define SSL_R_SSLV3_ALERT_UNEXPECTED_MESSAGE 1010 -#define SSL_R_SSLV3_ALERT_UNSUPPORTED_CERTIFICATE 1043 -#define SSL_R_SSL_CTX_HAS_NO_DEFAULT_SSL_VERSION 228 -#define SSL_R_SSL_HANDSHAKE_FAILURE 229 -#define SSL_R_SSL_LIBRARY_HAS_NO_CIPHERS 230 -#define SSL_R_SSL_SESSION_ID_CALLBACK_FAILED 301 -#define SSL_R_SSL_SESSION_ID_CONFLICT 302 -#define SSL_R_SSL_SESSION_ID_CONTEXT_TOO_LONG 273 -#define SSL_R_SSL_SESSION_ID_HAS_BAD_LENGTH 303 -#define SSL_R_SSL_SESSION_ID_IS_DIFFERENT 231 -#define SSL_R_TLSV1_ALERT_ACCESS_DENIED 1049 -#define SSL_R_TLSV1_ALERT_DECODE_ERROR 1050 -#define SSL_R_TLSV1_ALERT_DECRYPTION_FAILED 1021 -#define SSL_R_TLSV1_ALERT_DECRYPT_ERROR 1051 -#define SSL_R_TLSV1_ALERT_EXPORT_RESTRICTION 1060 -#define SSL_R_TLSV1_ALERT_INAPPROPRIATE_FALLBACK 1086 -#define SSL_R_TLSV1_ALERT_INSUFFICIENT_SECURITY 1071 -#define SSL_R_TLSV1_ALERT_INTERNAL_ERROR 1080 -#define SSL_R_TLSV1_ALERT_NO_RENEGOTIATION 1100 -#define SSL_R_TLSV1_ALERT_PROTOCOL_VERSION 1070 -#define SSL_R_TLSV1_ALERT_RECORD_OVERFLOW 1022 -#define SSL_R_TLSV1_ALERT_UNKNOWN_CA 1048 -#define SSL_R_TLSV1_ALERT_USER_CANCELLED 1090 -#define SSL_R_TLSV1_BAD_CERTIFICATE_HASH_VALUE 1114 -#define SSL_R_TLSV1_BAD_CERTIFICATE_STATUS_RESPONSE 1113 -#define SSL_R_TLSV1_CERTIFICATE_UNOBTAINABLE 1111 -#define SSL_R_TLSV1_UNRECOGNIZED_NAME 1112 -#define SSL_R_TLSV1_UNSUPPORTED_EXTENSION 1110 -#define SSL_R_TLS_CLIENT_CERT_REQ_WITH_ANON_CIPHER 232 -#define SSL_R_TLS_HEARTBEAT_PEER_DOESNT_ACCEPT 365 -#define SSL_R_TLS_HEARTBEAT_PENDING 366 -#define SSL_R_TLS_ILLEGAL_EXPORTER_LABEL 367 -#define SSL_R_TLS_INVALID_ECPOINTFORMAT_LIST 157 -#define SSL_R_TLS_PEER_DID_NOT_RESPOND_WITH_CERTIFICATE_LIST 233 -#define SSL_R_TLS_RSA_ENCRYPTED_VALUE_LENGTH_IS_WRONG 234 -#define SSL_R_TRIED_TO_USE_UNSUPPORTED_CIPHER 235 -#define SSL_R_UNABLE_TO_DECODE_DH_CERTS 236 -#define SSL_R_UNABLE_TO_DECODE_ECDH_CERTS 313 -#define SSL_R_UNABLE_TO_EXTRACT_PUBLIC_KEY 237 -#define SSL_R_UNABLE_TO_FIND_DH_PARAMETERS 238 -#define SSL_R_UNABLE_TO_FIND_ECDH_PARAMETERS 314 -#define SSL_R_UNABLE_TO_FIND_PUBLIC_KEY_PARAMETERS 239 -#define SSL_R_UNABLE_TO_FIND_SSL_METHOD 240 -#define SSL_R_UNABLE_TO_LOAD_SSL2_MD5_ROUTINES 241 -#define SSL_R_UNABLE_TO_LOAD_SSL3_MD5_ROUTINES 242 -#define SSL_R_UNABLE_TO_LOAD_SSL3_SHA1_ROUTINES 243 -#define SSL_R_UNEXPECTED_MESSAGE 244 -#define SSL_R_UNEXPECTED_RECORD 245 -#define SSL_R_UNINITIALIZED 276 -#define SSL_R_UNKNOWN_ALERT_TYPE 246 -#define SSL_R_UNKNOWN_CERTIFICATE_TYPE 247 -#define SSL_R_UNKNOWN_CIPHER_RETURNED 248 -#define SSL_R_UNKNOWN_CIPHER_TYPE 249 -#define SSL_R_UNKNOWN_DIGEST 368 -#define SSL_R_UNKNOWN_KEY_EXCHANGE_TYPE 250 -#define SSL_R_UNKNOWN_PKEY_TYPE 251 -#define SSL_R_UNKNOWN_PROTOCOL 252 -#define SSL_R_UNKNOWN_REMOTE_ERROR_TYPE 253 -#define SSL_R_UNKNOWN_SSL_VERSION 254 -#define SSL_R_UNKNOWN_STATE 255 -#define SSL_R_UNSAFE_LEGACY_RENEGOTIATION_DISABLED 338 -#define SSL_R_UNSUPPORTED_CIPHER 256 -#define SSL_R_UNSUPPORTED_COMPRESSION_ALGORITHM 257 -#define SSL_R_UNSUPPORTED_DIGEST_TYPE 326 -#define SSL_R_UNSUPPORTED_ELLIPTIC_CURVE 315 -#define SSL_R_UNSUPPORTED_PROTOCOL 258 -#define SSL_R_UNSUPPORTED_SSL_VERSION 259 -#define SSL_R_UNSUPPORTED_STATUS_TYPE 329 -#define SSL_R_USE_SRTP_NOT_NEGOTIATED 369 -#define SSL_R_WRITE_BIO_NOT_SET 260 -#define SSL_R_WRONG_CIPHER_RETURNED 261 -#define SSL_R_WRONG_MESSAGE_TYPE 262 -#define SSL_R_WRONG_NUMBER_OF_KEY_BITS 263 -#define SSL_R_WRONG_SIGNATURE_LENGTH 264 -#define SSL_R_WRONG_SIGNATURE_SIZE 265 -#define SSL_R_WRONG_SIGNATURE_TYPE 370 -#define SSL_R_WRONG_SSL_VERSION 266 -#define SSL_R_WRONG_VERSION_NUMBER 267 -#define SSL_R_X509_LIB 268 -#define SSL_R_X509_VERIFICATION_SETUP_PROBLEMS 269 +# define SSL_R_APP_DATA_IN_HANDSHAKE 100 +# define SSL_R_ATTEMPT_TO_REUSE_SESSION_IN_DIFFERENT_CONTEXT 272 +# define SSL_R_BAD_ALERT_RECORD 101 +# define SSL_R_BAD_AUTHENTICATION_TYPE 102 +# define SSL_R_BAD_CHANGE_CIPHER_SPEC 103 +# define SSL_R_BAD_CHECKSUM 104 +# define SSL_R_BAD_DATA 390 +# define SSL_R_BAD_DATA_RETURNED_BY_CALLBACK 106 +# define SSL_R_BAD_DECOMPRESSION 107 +# define SSL_R_BAD_DH_G_LENGTH 108 +# define SSL_R_BAD_DH_PUB_KEY_LENGTH 109 +# define SSL_R_BAD_DH_P_LENGTH 110 +# define SSL_R_BAD_DIGEST_LENGTH 111 +# define SSL_R_BAD_DSA_SIGNATURE 112 +# define SSL_R_BAD_ECC_CERT 304 +# define SSL_R_BAD_ECDSA_SIGNATURE 305 +# define SSL_R_BAD_ECPOINT 306 +# define SSL_R_BAD_HANDSHAKE_LENGTH 332 +# define SSL_R_BAD_HELLO_REQUEST 105 +# define SSL_R_BAD_LENGTH 271 +# define SSL_R_BAD_MAC_DECODE 113 +# define SSL_R_BAD_MAC_LENGTH 333 +# define SSL_R_BAD_MESSAGE_TYPE 114 +# define SSL_R_BAD_PACKET_LENGTH 115 +# define SSL_R_BAD_PROTOCOL_VERSION_NUMBER 116 +# define SSL_R_BAD_PSK_IDENTITY_HINT_LENGTH 316 +# define SSL_R_BAD_RESPONSE_ARGUMENT 117 +# define SSL_R_BAD_RSA_DECRYPT 118 +# define SSL_R_BAD_RSA_ENCRYPT 119 +# define SSL_R_BAD_RSA_E_LENGTH 120 +# define SSL_R_BAD_RSA_MODULUS_LENGTH 121 +# define SSL_R_BAD_RSA_SIGNATURE 122 +# define SSL_R_BAD_SIGNATURE 123 +# define SSL_R_BAD_SRP_A_LENGTH 347 +# define SSL_R_BAD_SRP_B_LENGTH 348 +# define SSL_R_BAD_SRP_G_LENGTH 349 +# define SSL_R_BAD_SRP_N_LENGTH 350 +# define SSL_R_BAD_SRP_PARAMETERS 371 +# define SSL_R_BAD_SRP_S_LENGTH 351 +# define SSL_R_BAD_SRTP_MKI_VALUE 352 +# define SSL_R_BAD_SRTP_PROTECTION_PROFILE_LIST 353 +# define SSL_R_BAD_SSL_FILETYPE 124 +# define SSL_R_BAD_SSL_SESSION_ID_LENGTH 125 +# define SSL_R_BAD_STATE 126 +# define SSL_R_BAD_VALUE 384 +# define SSL_R_BAD_WRITE_RETRY 127 +# define SSL_R_BIO_NOT_SET 128 +# define SSL_R_BLOCK_CIPHER_PAD_IS_WRONG 129 +# define SSL_R_BN_LIB 130 +# define SSL_R_CA_DN_LENGTH_MISMATCH 131 +# define SSL_R_CA_DN_TOO_LONG 132 +# define SSL_R_CCS_RECEIVED_EARLY 133 +# define SSL_R_CERTIFICATE_VERIFY_FAILED 134 +# define SSL_R_CERT_CB_ERROR 377 +# define SSL_R_CERT_LENGTH_MISMATCH 135 +# define SSL_R_CHALLENGE_IS_DIFFERENT 136 +# define SSL_R_CIPHER_CODE_WRONG_LENGTH 137 +# define SSL_R_CIPHER_OR_HASH_UNAVAILABLE 138 +# define SSL_R_CIPHER_TABLE_SRC_ERROR 139 +# define SSL_R_CLIENTHELLO_TLSEXT 226 +# define SSL_R_COMPRESSED_LENGTH_TOO_LONG 140 +# define SSL_R_COMPRESSION_DISABLED 343 +# define SSL_R_COMPRESSION_FAILURE 141 +# define SSL_R_COMPRESSION_ID_NOT_WITHIN_PRIVATE_RANGE 307 +# define SSL_R_COMPRESSION_LIBRARY_ERROR 142 +# define SSL_R_CONNECTION_ID_IS_DIFFERENT 143 +# define SSL_R_CONNECTION_TYPE_NOT_SET 144 +# define SSL_R_COOKIE_MISMATCH 308 +# define SSL_R_DATA_BETWEEN_CCS_AND_FINISHED 145 +# define SSL_R_DATA_LENGTH_TOO_LONG 146 +# define SSL_R_DECRYPTION_FAILED 147 +# define SSL_R_DECRYPTION_FAILED_OR_BAD_RECORD_MAC 281 +# define SSL_R_DH_PUBLIC_VALUE_LENGTH_IS_WRONG 148 +# define SSL_R_DIGEST_CHECK_FAILED 149 +# define SSL_R_DTLS_MESSAGE_TOO_BIG 334 +# define SSL_R_DUPLICATE_COMPRESSION_ID 309 +# define SSL_R_ECC_CERT_NOT_FOR_KEY_AGREEMENT 317 +# define SSL_R_ECC_CERT_NOT_FOR_SIGNING 318 +# define SSL_R_ECC_CERT_SHOULD_HAVE_RSA_SIGNATURE 322 +# define SSL_R_ECC_CERT_SHOULD_HAVE_SHA1_SIGNATURE 323 +# define SSL_R_ECDH_REQUIRED_FOR_SUITEB_MODE 374 +# define SSL_R_ECGROUP_TOO_LARGE_FOR_CIPHER 310 +# define SSL_R_EMPTY_SRTP_PROTECTION_PROFILE_LIST 354 +# define SSL_R_ENCRYPTED_LENGTH_TOO_LONG 150 +# define SSL_R_ERROR_GENERATING_TMP_RSA_KEY 282 +# define SSL_R_ERROR_IN_RECEIVED_CIPHER_LIST 151 +# define SSL_R_EXCESSIVE_MESSAGE_SIZE 152 +# define SSL_R_EXTRA_DATA_IN_MESSAGE 153 +# define SSL_R_GOT_A_FIN_BEFORE_A_CCS 154 +# define SSL_R_GOT_NEXT_PROTO_BEFORE_A_CCS 355 +# define SSL_R_GOT_NEXT_PROTO_WITHOUT_EXTENSION 356 +# define SSL_R_HTTPS_PROXY_REQUEST 155 +# define SSL_R_HTTP_REQUEST 156 +# define SSL_R_ILLEGAL_PADDING 283 +# define SSL_R_ILLEGAL_SUITEB_DIGEST 380 +# define SSL_R_INAPPROPRIATE_FALLBACK 373 +# define SSL_R_INCONSISTENT_COMPRESSION 340 +# define SSL_R_INVALID_CHALLENGE_LENGTH 158 +# define SSL_R_INVALID_COMMAND 280 +# define SSL_R_INVALID_COMPRESSION_ALGORITHM 341 +# define SSL_R_INVALID_NULL_CMD_NAME 385 +# define SSL_R_INVALID_PURPOSE 278 +# define SSL_R_INVALID_SERVERINFO_DATA 388 +# define SSL_R_INVALID_SRP_USERNAME 357 +# define SSL_R_INVALID_STATUS_RESPONSE 328 +# define SSL_R_INVALID_TICKET_KEYS_LENGTH 325 +# define SSL_R_INVALID_TRUST 279 +# define SSL_R_KEY_ARG_TOO_LONG 284 +# define SSL_R_KRB5 285 +# define SSL_R_KRB5_C_CC_PRINC 286 +# define SSL_R_KRB5_C_GET_CRED 287 +# define SSL_R_KRB5_C_INIT 288 +# define SSL_R_KRB5_C_MK_REQ 289 +# define SSL_R_KRB5_S_BAD_TICKET 290 +# define SSL_R_KRB5_S_INIT 291 +# define SSL_R_KRB5_S_RD_REQ 292 +# define SSL_R_KRB5_S_TKT_EXPIRED 293 +# define SSL_R_KRB5_S_TKT_NYV 294 +# define SSL_R_KRB5_S_TKT_SKEW 295 +# define SSL_R_LENGTH_MISMATCH 159 +# define SSL_R_LENGTH_TOO_SHORT 160 +# define SSL_R_LIBRARY_BUG 274 +# define SSL_R_LIBRARY_HAS_NO_CIPHERS 161 +# define SSL_R_MESSAGE_TOO_LONG 296 +# define SSL_R_MISSING_DH_DSA_CERT 162 +# define SSL_R_MISSING_DH_KEY 163 +# define SSL_R_MISSING_DH_RSA_CERT 164 +# define SSL_R_MISSING_DSA_SIGNING_CERT 165 +# define SSL_R_MISSING_ECDH_CERT 382 +# define SSL_R_MISSING_ECDSA_SIGNING_CERT 381 +# define SSL_R_MISSING_EXPORT_TMP_DH_KEY 166 +# define SSL_R_MISSING_EXPORT_TMP_RSA_KEY 167 +# define SSL_R_MISSING_RSA_CERTIFICATE 168 +# define SSL_R_MISSING_RSA_ENCRYPTING_CERT 169 +# define SSL_R_MISSING_RSA_SIGNING_CERT 170 +# define SSL_R_MISSING_SRP_PARAM 358 +# define SSL_R_MISSING_TMP_DH_KEY 171 +# define SSL_R_MISSING_TMP_ECDH_KEY 311 +# define SSL_R_MISSING_TMP_RSA_KEY 172 +# define SSL_R_MISSING_TMP_RSA_PKEY 173 +# define SSL_R_MISSING_VERIFY_MESSAGE 174 +# define SSL_R_MULTIPLE_SGC_RESTARTS 346 +# define SSL_R_NON_SSLV2_INITIAL_PACKET 175 +# define SSL_R_NO_CERTIFICATES_RETURNED 176 +# define SSL_R_NO_CERTIFICATE_ASSIGNED 177 +# define SSL_R_NO_CERTIFICATE_RETURNED 178 +# define SSL_R_NO_CERTIFICATE_SET 179 +# define SSL_R_NO_CERTIFICATE_SPECIFIED 180 +# define SSL_R_NO_CIPHERS_AVAILABLE 181 +# define SSL_R_NO_CIPHERS_PASSED 182 +# define SSL_R_NO_CIPHERS_SPECIFIED 183 +# define SSL_R_NO_CIPHER_LIST 184 +# define SSL_R_NO_CIPHER_MATCH 185 +# define SSL_R_NO_CLIENT_CERT_METHOD 331 +# define SSL_R_NO_CLIENT_CERT_RECEIVED 186 +# define SSL_R_NO_COMPRESSION_SPECIFIED 187 +# define SSL_R_NO_GOST_CERTIFICATE_SENT_BY_PEER 330 +# define SSL_R_NO_METHOD_SPECIFIED 188 +# define SSL_R_NO_PEM_EXTENSIONS 389 +# define SSL_R_NO_PRIVATEKEY 189 +# define SSL_R_NO_PRIVATE_KEY_ASSIGNED 190 +# define SSL_R_NO_PROTOCOLS_AVAILABLE 191 +# define SSL_R_NO_PUBLICKEY 192 +# define SSL_R_NO_RENEGOTIATION 339 +# define SSL_R_NO_REQUIRED_DIGEST 324 +# define SSL_R_NO_SHARED_CIPHER 193 +# define SSL_R_NO_SHARED_SIGATURE_ALGORITHMS 376 +# define SSL_R_NO_SRTP_PROFILES 359 +# define SSL_R_NO_VERIFY_CALLBACK 194 +# define SSL_R_NULL_SSL_CTX 195 +# define SSL_R_NULL_SSL_METHOD_PASSED 196 +# define SSL_R_OLD_SESSION_CIPHER_NOT_RETURNED 197 +# define SSL_R_OLD_SESSION_COMPRESSION_ALGORITHM_NOT_RETURNED 344 +# define SSL_R_ONLY_DTLS_1_2_ALLOWED_IN_SUITEB_MODE 387 +# define SSL_R_ONLY_TLS_1_2_ALLOWED_IN_SUITEB_MODE 379 +# define SSL_R_ONLY_TLS_ALLOWED_IN_FIPS_MODE 297 +# define SSL_R_OPAQUE_PRF_INPUT_TOO_LONG 327 +# define SSL_R_PACKET_LENGTH_TOO_LONG 198 +# define SSL_R_PARSE_TLSEXT 227 +# define SSL_R_PATH_TOO_LONG 270 +# define SSL_R_PEER_DID_NOT_RETURN_A_CERTIFICATE 199 +# define SSL_R_PEER_ERROR 200 +# define SSL_R_PEER_ERROR_CERTIFICATE 201 +# define SSL_R_PEER_ERROR_NO_CERTIFICATE 202 +# define SSL_R_PEER_ERROR_NO_CIPHER 203 +# define SSL_R_PEER_ERROR_UNSUPPORTED_CERTIFICATE_TYPE 204 +# define SSL_R_PEM_NAME_BAD_PREFIX 391 +# define SSL_R_PEM_NAME_TOO_SHORT 392 +# define SSL_R_PRE_MAC_LENGTH_TOO_LONG 205 +# define SSL_R_PROBLEMS_MAPPING_CIPHER_FUNCTIONS 206 +# define SSL_R_PROTOCOL_IS_SHUTDOWN 207 +# define SSL_R_PSK_IDENTITY_NOT_FOUND 223 +# define SSL_R_PSK_NO_CLIENT_CB 224 +# define SSL_R_PSK_NO_SERVER_CB 225 +# define SSL_R_PUBLIC_KEY_ENCRYPT_ERROR 208 +# define SSL_R_PUBLIC_KEY_IS_NOT_RSA 209 +# define SSL_R_PUBLIC_KEY_NOT_RSA 210 +# define SSL_R_READ_BIO_NOT_SET 211 +# define SSL_R_READ_TIMEOUT_EXPIRED 312 +# define SSL_R_READ_WRONG_PACKET_TYPE 212 +# define SSL_R_RECORD_LENGTH_MISMATCH 213 +# define SSL_R_RECORD_TOO_LARGE 214 +# define SSL_R_RECORD_TOO_SMALL 298 +# define SSL_R_RENEGOTIATE_EXT_TOO_LONG 335 +# define SSL_R_RENEGOTIATION_ENCODING_ERR 336 +# define SSL_R_RENEGOTIATION_MISMATCH 337 +# define SSL_R_REQUIRED_CIPHER_MISSING 215 +# define SSL_R_REQUIRED_COMPRESSSION_ALGORITHM_MISSING 342 +# define SSL_R_REUSE_CERT_LENGTH_NOT_ZERO 216 +# define SSL_R_REUSE_CERT_TYPE_NOT_ZERO 217 +# define SSL_R_REUSE_CIPHER_LIST_NOT_ZERO 218 +# define SSL_R_SCSV_RECEIVED_WHEN_RENEGOTIATING 345 +# define SSL_R_SERVERHELLO_TLSEXT 275 +# define SSL_R_SESSION_ID_CONTEXT_UNINITIALIZED 277 +# define SSL_R_SHORT_READ 219 +# define SSL_R_SIGNATURE_ALGORITHMS_ERROR 360 +# define SSL_R_SIGNATURE_FOR_NON_SIGNING_CERTIFICATE 220 +# define SSL_R_SRP_A_CALC 361 +# define SSL_R_SRTP_COULD_NOT_ALLOCATE_PROFILES 362 +# define SSL_R_SRTP_PROTECTION_PROFILE_LIST_TOO_LONG 363 +# define SSL_R_SRTP_UNKNOWN_PROTECTION_PROFILE 364 +# define SSL_R_SSL23_DOING_SESSION_ID_REUSE 221 +# define SSL_R_SSL2_CONNECTION_ID_TOO_LONG 299 +# define SSL_R_SSL3_EXT_INVALID_ECPOINTFORMAT 321 +# define SSL_R_SSL3_EXT_INVALID_SERVERNAME 319 +# define SSL_R_SSL3_EXT_INVALID_SERVERNAME_TYPE 320 +# define SSL_R_SSL3_SESSION_ID_TOO_LONG 300 +# define SSL_R_SSL3_SESSION_ID_TOO_SHORT 222 +# define SSL_R_SSLV3_ALERT_BAD_CERTIFICATE 1042 +# define SSL_R_SSLV3_ALERT_BAD_RECORD_MAC 1020 +# define SSL_R_SSLV3_ALERT_CERTIFICATE_EXPIRED 1045 +# define SSL_R_SSLV3_ALERT_CERTIFICATE_REVOKED 1044 +# define SSL_R_SSLV3_ALERT_CERTIFICATE_UNKNOWN 1046 +# define SSL_R_SSLV3_ALERT_DECOMPRESSION_FAILURE 1030 +# define SSL_R_SSLV3_ALERT_HANDSHAKE_FAILURE 1040 +# define SSL_R_SSLV3_ALERT_ILLEGAL_PARAMETER 1047 +# define SSL_R_SSLV3_ALERT_NO_CERTIFICATE 1041 +# define SSL_R_SSLV3_ALERT_UNEXPECTED_MESSAGE 1010 +# define SSL_R_SSLV3_ALERT_UNSUPPORTED_CERTIFICATE 1043 +# define SSL_R_SSL_CTX_HAS_NO_DEFAULT_SSL_VERSION 228 +# define SSL_R_SSL_HANDSHAKE_FAILURE 229 +# define SSL_R_SSL_LIBRARY_HAS_NO_CIPHERS 230 +# define SSL_R_SSL_SESSION_ID_CALLBACK_FAILED 301 +# define SSL_R_SSL_SESSION_ID_CONFLICT 302 +# define SSL_R_SSL_SESSION_ID_CONTEXT_TOO_LONG 273 +# define SSL_R_SSL_SESSION_ID_HAS_BAD_LENGTH 303 +# define SSL_R_SSL_SESSION_ID_IS_DIFFERENT 231 +# define SSL_R_TLSV1_ALERT_ACCESS_DENIED 1049 +# define SSL_R_TLSV1_ALERT_DECODE_ERROR 1050 +# define SSL_R_TLSV1_ALERT_DECRYPTION_FAILED 1021 +# define SSL_R_TLSV1_ALERT_DECRYPT_ERROR 1051 +# define SSL_R_TLSV1_ALERT_EXPORT_RESTRICTION 1060 +# define SSL_R_TLSV1_ALERT_INAPPROPRIATE_FALLBACK 1086 +# define SSL_R_TLSV1_ALERT_INSUFFICIENT_SECURITY 1071 +# define SSL_R_TLSV1_ALERT_INTERNAL_ERROR 1080 +# define SSL_R_TLSV1_ALERT_NO_RENEGOTIATION 1100 +# define SSL_R_TLSV1_ALERT_PROTOCOL_VERSION 1070 +# define SSL_R_TLSV1_ALERT_RECORD_OVERFLOW 1022 +# define SSL_R_TLSV1_ALERT_UNKNOWN_CA 1048 +# define SSL_R_TLSV1_ALERT_USER_CANCELLED 1090 +# define SSL_R_TLSV1_BAD_CERTIFICATE_HASH_VALUE 1114 +# define SSL_R_TLSV1_BAD_CERTIFICATE_STATUS_RESPONSE 1113 +# define SSL_R_TLSV1_CERTIFICATE_UNOBTAINABLE 1111 +# define SSL_R_TLSV1_UNRECOGNIZED_NAME 1112 +# define SSL_R_TLSV1_UNSUPPORTED_EXTENSION 1110 +# define SSL_R_TLS_CLIENT_CERT_REQ_WITH_ANON_CIPHER 232 +# define SSL_R_TLS_HEARTBEAT_PEER_DOESNT_ACCEPT 365 +# define SSL_R_TLS_HEARTBEAT_PENDING 366 +# define SSL_R_TLS_ILLEGAL_EXPORTER_LABEL 367 +# define SSL_R_TLS_INVALID_ECPOINTFORMAT_LIST 157 +# define SSL_R_TLS_PEER_DID_NOT_RESPOND_WITH_CERTIFICATE_LIST 233 +# define SSL_R_TLS_RSA_ENCRYPTED_VALUE_LENGTH_IS_WRONG 234 +# define SSL_R_TRIED_TO_USE_UNSUPPORTED_CIPHER 235 +# define SSL_R_UNABLE_TO_DECODE_DH_CERTS 236 +# define SSL_R_UNABLE_TO_DECODE_ECDH_CERTS 313 +# define SSL_R_UNABLE_TO_EXTRACT_PUBLIC_KEY 237 +# define SSL_R_UNABLE_TO_FIND_DH_PARAMETERS 238 +# define SSL_R_UNABLE_TO_FIND_ECDH_PARAMETERS 314 +# define SSL_R_UNABLE_TO_FIND_PUBLIC_KEY_PARAMETERS 239 +# define SSL_R_UNABLE_TO_FIND_SSL_METHOD 240 +# define SSL_R_UNABLE_TO_LOAD_SSL2_MD5_ROUTINES 241 +# define SSL_R_UNABLE_TO_LOAD_SSL3_MD5_ROUTINES 242 +# define SSL_R_UNABLE_TO_LOAD_SSL3_SHA1_ROUTINES 243 +# define SSL_R_UNEXPECTED_MESSAGE 244 +# define SSL_R_UNEXPECTED_RECORD 245 +# define SSL_R_UNINITIALIZED 276 +# define SSL_R_UNKNOWN_ALERT_TYPE 246 +# define SSL_R_UNKNOWN_CERTIFICATE_TYPE 247 +# define SSL_R_UNKNOWN_CIPHER_RETURNED 248 +# define SSL_R_UNKNOWN_CIPHER_TYPE 249 +# define SSL_R_UNKNOWN_CMD_NAME 386 +# define SSL_R_UNKNOWN_DIGEST 368 +# define SSL_R_UNKNOWN_KEY_EXCHANGE_TYPE 250 +# define SSL_R_UNKNOWN_PKEY_TYPE 251 +# define SSL_R_UNKNOWN_PROTOCOL 252 +# define SSL_R_UNKNOWN_REMOTE_ERROR_TYPE 253 +# define SSL_R_UNKNOWN_SSL_VERSION 254 +# define SSL_R_UNKNOWN_STATE 255 +# define SSL_R_UNSAFE_LEGACY_RENEGOTIATION_DISABLED 338 +# define SSL_R_UNSUPPORTED_CIPHER 256 +# define SSL_R_UNSUPPORTED_COMPRESSION_ALGORITHM 257 +# define SSL_R_UNSUPPORTED_DIGEST_TYPE 326 +# define SSL_R_UNSUPPORTED_ELLIPTIC_CURVE 315 +# define SSL_R_UNSUPPORTED_PROTOCOL 258 +# define SSL_R_UNSUPPORTED_SSL_VERSION 259 +# define SSL_R_UNSUPPORTED_STATUS_TYPE 329 +# define SSL_R_USE_SRTP_NOT_NEGOTIATED 369 +# define SSL_R_WRITE_BIO_NOT_SET 260 +# define SSL_R_WRONG_CERTIFICATE_TYPE 383 +# define SSL_R_WRONG_CIPHER_RETURNED 261 +# define SSL_R_WRONG_CURVE 378 +# define SSL_R_WRONG_MESSAGE_TYPE 262 +# define SSL_R_WRONG_NUMBER_OF_KEY_BITS 263 +# define SSL_R_WRONG_SIGNATURE_LENGTH 264 +# define SSL_R_WRONG_SIGNATURE_SIZE 265 +# define SSL_R_WRONG_SIGNATURE_TYPE 370 +# define SSL_R_WRONG_SSL_VERSION 266 +# define SSL_R_WRONG_VERSION_NUMBER 267 +# define SSL_R_X509_LIB 268 +# define SSL_R_X509_VERIFICATION_SETUP_PROBLEMS 269 #ifdef __cplusplus } diff --git a/openssl/ssl/ssl2.h b/openssl/ssl/ssl2.h index eb25dcb0b..03c7dd8ca 100644 --- a/openssl/ssl/ssl2.h +++ b/openssl/ssl/ssl2.h @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,224 +49,217 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence * [including the GNU Public Licence.] */ -#ifndef HEADER_SSL2_H -#define HEADER_SSL2_H +#ifndef HEADER_SSL2_H +# define HEADER_SSL2_H #ifdef __cplusplus extern "C" { #endif /* Protocol Version Codes */ -#define SSL2_VERSION 0x0002 -#define SSL2_VERSION_MAJOR 0x00 -#define SSL2_VERSION_MINOR 0x02 -/* #define SSL2_CLIENT_VERSION 0x0002 */ -/* #define SSL2_SERVER_VERSION 0x0002 */ +# define SSL2_VERSION 0x0002 +# define SSL2_VERSION_MAJOR 0x00 +# define SSL2_VERSION_MINOR 0x02 +/* #define SSL2_CLIENT_VERSION 0x0002 */ +/* #define SSL2_SERVER_VERSION 0x0002 */ /* Protocol Message Codes */ -#define SSL2_MT_ERROR 0 -#define SSL2_MT_CLIENT_HELLO 1 -#define SSL2_MT_CLIENT_MASTER_KEY 2 -#define SSL2_MT_CLIENT_FINISHED 3 -#define SSL2_MT_SERVER_HELLO 4 -#define SSL2_MT_SERVER_VERIFY 5 -#define SSL2_MT_SERVER_FINISHED 6 -#define SSL2_MT_REQUEST_CERTIFICATE 7 -#define SSL2_MT_CLIENT_CERTIFICATE 8 +# define SSL2_MT_ERROR 0 +# define SSL2_MT_CLIENT_HELLO 1 +# define SSL2_MT_CLIENT_MASTER_KEY 2 +# define SSL2_MT_CLIENT_FINISHED 3 +# define SSL2_MT_SERVER_HELLO 4 +# define SSL2_MT_SERVER_VERIFY 5 +# define SSL2_MT_SERVER_FINISHED 6 +# define SSL2_MT_REQUEST_CERTIFICATE 7 +# define SSL2_MT_CLIENT_CERTIFICATE 8 /* Error Message Codes */ -#define SSL2_PE_UNDEFINED_ERROR 0x0000 -#define SSL2_PE_NO_CIPHER 0x0001 -#define SSL2_PE_NO_CERTIFICATE 0x0002 -#define SSL2_PE_BAD_CERTIFICATE 0x0004 -#define SSL2_PE_UNSUPPORTED_CERTIFICATE_TYPE 0x0006 +# define SSL2_PE_UNDEFINED_ERROR 0x0000 +# define SSL2_PE_NO_CIPHER 0x0001 +# define SSL2_PE_NO_CERTIFICATE 0x0002 +# define SSL2_PE_BAD_CERTIFICATE 0x0004 +# define SSL2_PE_UNSUPPORTED_CERTIFICATE_TYPE 0x0006 /* Cipher Kind Values */ -#define SSL2_CK_NULL_WITH_MD5 0x02000000 /* v3 */ -#define SSL2_CK_RC4_128_WITH_MD5 0x02010080 -#define SSL2_CK_RC4_128_EXPORT40_WITH_MD5 0x02020080 -#define SSL2_CK_RC2_128_CBC_WITH_MD5 0x02030080 -#define SSL2_CK_RC2_128_CBC_EXPORT40_WITH_MD5 0x02040080 -#define SSL2_CK_IDEA_128_CBC_WITH_MD5 0x02050080 -#define SSL2_CK_DES_64_CBC_WITH_MD5 0x02060040 -#define SSL2_CK_DES_64_CBC_WITH_SHA 0x02060140 /* v3 */ -#define SSL2_CK_DES_192_EDE3_CBC_WITH_MD5 0x020700c0 -#define SSL2_CK_DES_192_EDE3_CBC_WITH_SHA 0x020701c0 /* v3 */ -#define SSL2_CK_RC4_64_WITH_MD5 0x02080080 /* MS hack */ - -#define SSL2_CK_DES_64_CFB64_WITH_MD5_1 0x02ff0800 /* SSLeay */ -#define SSL2_CK_NULL 0x02ff0810 /* SSLeay */ +# define SSL2_CK_NULL_WITH_MD5 0x02000000/* v3 */ +# define SSL2_CK_RC4_128_WITH_MD5 0x02010080 +# define SSL2_CK_RC4_128_EXPORT40_WITH_MD5 0x02020080 +# define SSL2_CK_RC2_128_CBC_WITH_MD5 0x02030080 +# define SSL2_CK_RC2_128_CBC_EXPORT40_WITH_MD5 0x02040080 +# define SSL2_CK_IDEA_128_CBC_WITH_MD5 0x02050080 +# define SSL2_CK_DES_64_CBC_WITH_MD5 0x02060040 +# define SSL2_CK_DES_64_CBC_WITH_SHA 0x02060140/* v3 */ +# define SSL2_CK_DES_192_EDE3_CBC_WITH_MD5 0x020700c0 +# define SSL2_CK_DES_192_EDE3_CBC_WITH_SHA 0x020701c0/* v3 */ +# define SSL2_CK_RC4_64_WITH_MD5 0x02080080/* MS hack */ -#define SSL2_TXT_DES_64_CFB64_WITH_MD5_1 "DES-CFB-M1" -#define SSL2_TXT_NULL_WITH_MD5 "NULL-MD5" -#define SSL2_TXT_RC4_128_WITH_MD5 "RC4-MD5" -#define SSL2_TXT_RC4_128_EXPORT40_WITH_MD5 "EXP-RC4-MD5" -#define SSL2_TXT_RC2_128_CBC_WITH_MD5 "RC2-CBC-MD5" -#define SSL2_TXT_RC2_128_CBC_EXPORT40_WITH_MD5 "EXP-RC2-CBC-MD5" -#define SSL2_TXT_IDEA_128_CBC_WITH_MD5 "IDEA-CBC-MD5" -#define SSL2_TXT_DES_64_CBC_WITH_MD5 "DES-CBC-MD5" -#define SSL2_TXT_DES_64_CBC_WITH_SHA "DES-CBC-SHA" -#define SSL2_TXT_DES_192_EDE3_CBC_WITH_MD5 "DES-CBC3-MD5" -#define SSL2_TXT_DES_192_EDE3_CBC_WITH_SHA "DES-CBC3-SHA" -#define SSL2_TXT_RC4_64_WITH_MD5 "RC4-64-MD5" +# define SSL2_CK_DES_64_CFB64_WITH_MD5_1 0x02ff0800/* SSLeay */ +# define SSL2_CK_NULL 0x02ff0810/* SSLeay */ -#define SSL2_TXT_NULL "NULL" +# define SSL2_TXT_DES_64_CFB64_WITH_MD5_1 "DES-CFB-M1" +# define SSL2_TXT_NULL_WITH_MD5 "NULL-MD5" +# define SSL2_TXT_RC4_128_WITH_MD5 "RC4-MD5" +# define SSL2_TXT_RC4_128_EXPORT40_WITH_MD5 "EXP-RC4-MD5" +# define SSL2_TXT_RC2_128_CBC_WITH_MD5 "RC2-CBC-MD5" +# define SSL2_TXT_RC2_128_CBC_EXPORT40_WITH_MD5 "EXP-RC2-CBC-MD5" +# define SSL2_TXT_IDEA_128_CBC_WITH_MD5 "IDEA-CBC-MD5" +# define SSL2_TXT_DES_64_CBC_WITH_MD5 "DES-CBC-MD5" +# define SSL2_TXT_DES_64_CBC_WITH_SHA "DES-CBC-SHA" +# define SSL2_TXT_DES_192_EDE3_CBC_WITH_MD5 "DES-CBC3-MD5" +# define SSL2_TXT_DES_192_EDE3_CBC_WITH_SHA "DES-CBC3-SHA" +# define SSL2_TXT_RC4_64_WITH_MD5 "RC4-64-MD5" + +# define SSL2_TXT_NULL "NULL" /* Flags for the SSL_CIPHER.algorithm2 field */ -#define SSL2_CF_5_BYTE_ENC 0x01 -#define SSL2_CF_8_BYTE_ENC 0x02 +# define SSL2_CF_5_BYTE_ENC 0x01 +# define SSL2_CF_8_BYTE_ENC 0x02 /* Certificate Type Codes */ -#define SSL2_CT_X509_CERTIFICATE 0x01 +# define SSL2_CT_X509_CERTIFICATE 0x01 /* Authentication Type Code */ -#define SSL2_AT_MD5_WITH_RSA_ENCRYPTION 0x01 +# define SSL2_AT_MD5_WITH_RSA_ENCRYPTION 0x01 -#define SSL2_MAX_SSL_SESSION_ID_LENGTH 32 +# define SSL2_MAX_SSL_SESSION_ID_LENGTH 32 /* Upper/Lower Bounds */ -#define SSL2_MAX_MASTER_KEY_LENGTH_IN_BITS 256 -#ifdef OPENSSL_SYS_MPE -#define SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER 29998u -#else -#define SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER 32767u /* 2^15-1 */ -#endif -#define SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER 16383 /* 2^14-1 */ - -#define SSL2_CHALLENGE_LENGTH 16 -/*#define SSL2_CHALLENGE_LENGTH 32 */ -#define SSL2_MIN_CHALLENGE_LENGTH 16 -#define SSL2_MAX_CHALLENGE_LENGTH 32 -#define SSL2_CONNECTION_ID_LENGTH 16 -#define SSL2_MAX_CONNECTION_ID_LENGTH 16 -#define SSL2_SSL_SESSION_ID_LENGTH 16 -#define SSL2_MAX_CERT_CHALLENGE_LENGTH 32 -#define SSL2_MIN_CERT_CHALLENGE_LENGTH 16 -#define SSL2_MAX_KEY_MATERIAL_LENGTH 24 - -#ifndef HEADER_SSL_LOCL_H -#define CERT char -#endif +# define SSL2_MAX_MASTER_KEY_LENGTH_IN_BITS 256 +# ifdef OPENSSL_SYS_MPE +# define SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER 29998u +# else +# define SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER 32767u + /* 2^15-1 */ +# endif +# define SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER 16383/* 2^14-1 */ -#ifndef OPENSSL_NO_SSL_INTERN - -typedef struct ssl2_state_st - { - int three_byte_header; - int clear_text; /* clear text */ - int escape; /* not used in SSLv2 */ - int ssl2_rollback; /* used if SSLv23 rolled back to SSLv2 */ - - /* non-blocking io info, used to make sure the same - * args were passwd */ - unsigned int wnum; /* number of bytes sent so far */ - int wpend_tot; - const unsigned char *wpend_buf; - - int wpend_off; /* offset to data to write */ - int wpend_len; /* number of bytes passwd to write */ - int wpend_ret; /* number of bytes to return to caller */ - - /* buffer raw data */ - int rbuf_left; - int rbuf_offs; - unsigned char *rbuf; - unsigned char *wbuf; - - unsigned char *write_ptr;/* used to point to the start due to - * 2/3 byte header. */ - - unsigned int padding; - unsigned int rlength; /* passed to ssl2_enc */ - int ract_data_length; /* Set when things are encrypted. */ - unsigned int wlength; /* passed to ssl2_enc */ - int wact_data_length; /* Set when things are decrypted. */ - unsigned char *ract_data; - unsigned char *wact_data; - unsigned char *mac_data; +# define SSL2_CHALLENGE_LENGTH 16 +/* + * #define SSL2_CHALLENGE_LENGTH 32 + */ +# define SSL2_MIN_CHALLENGE_LENGTH 16 +# define SSL2_MAX_CHALLENGE_LENGTH 32 +# define SSL2_CONNECTION_ID_LENGTH 16 +# define SSL2_MAX_CONNECTION_ID_LENGTH 16 +# define SSL2_SSL_SESSION_ID_LENGTH 16 +# define SSL2_MAX_CERT_CHALLENGE_LENGTH 32 +# define SSL2_MIN_CERT_CHALLENGE_LENGTH 16 +# define SSL2_MAX_KEY_MATERIAL_LENGTH 24 - unsigned char *read_key; - unsigned char *write_key; +# ifndef HEADER_SSL_LOCL_H +# define CERT char +# endif - /* Stuff specifically to do with this SSL session */ - unsigned int challenge_length; - unsigned char challenge[SSL2_MAX_CHALLENGE_LENGTH]; - unsigned int conn_id_length; - unsigned char conn_id[SSL2_MAX_CONNECTION_ID_LENGTH]; - unsigned int key_material_length; - unsigned char key_material[SSL2_MAX_KEY_MATERIAL_LENGTH*2]; +# ifndef OPENSSL_NO_SSL_INTERN - unsigned long read_sequence; - unsigned long write_sequence; +typedef struct ssl2_state_st { + int three_byte_header; + int clear_text; /* clear text */ + int escape; /* not used in SSLv2 */ + int ssl2_rollback; /* used if SSLv23 rolled back to SSLv2 */ + /* + * non-blocking io info, used to make sure the same args were passwd + */ + unsigned int wnum; /* number of bytes sent so far */ + int wpend_tot; + const unsigned char *wpend_buf; + int wpend_off; /* offset to data to write */ + int wpend_len; /* number of bytes passwd to write */ + int wpend_ret; /* number of bytes to return to caller */ + /* buffer raw data */ + int rbuf_left; + int rbuf_offs; + unsigned char *rbuf; + unsigned char *wbuf; + unsigned char *write_ptr; /* used to point to the start due to 2/3 byte + * header. */ + unsigned int padding; + unsigned int rlength; /* passed to ssl2_enc */ + int ract_data_length; /* Set when things are encrypted. */ + unsigned int wlength; /* passed to ssl2_enc */ + int wact_data_length; /* Set when things are decrypted. */ + unsigned char *ract_data; + unsigned char *wact_data; + unsigned char *mac_data; + unsigned char *read_key; + unsigned char *write_key; + /* Stuff specifically to do with this SSL session */ + unsigned int challenge_length; + unsigned char challenge[SSL2_MAX_CHALLENGE_LENGTH]; + unsigned int conn_id_length; + unsigned char conn_id[SSL2_MAX_CONNECTION_ID_LENGTH]; + unsigned int key_material_length; + unsigned char key_material[SSL2_MAX_KEY_MATERIAL_LENGTH * 2]; + unsigned long read_sequence; + unsigned long write_sequence; + struct { + unsigned int conn_id_length; + unsigned int cert_type; + unsigned int cert_length; + unsigned int csl; + unsigned int clear; + unsigned int enc; + unsigned char ccl[SSL2_MAX_CERT_CHALLENGE_LENGTH]; + unsigned int cipher_spec_length; + unsigned int session_id_length; + unsigned int clen; + unsigned int rlen; + } tmp; +} SSL2_STATE; - struct { - unsigned int conn_id_length; - unsigned int cert_type; - unsigned int cert_length; - unsigned int csl; - unsigned int clear; - unsigned int enc; - unsigned char ccl[SSL2_MAX_CERT_CHALLENGE_LENGTH]; - unsigned int cipher_spec_length; - unsigned int session_id_length; - unsigned int clen; - unsigned int rlen; - } tmp; - } SSL2_STATE; - -#endif +# endif /* SSLv2 */ /* client */ -#define SSL2_ST_SEND_CLIENT_HELLO_A (0x10|SSL_ST_CONNECT) -#define SSL2_ST_SEND_CLIENT_HELLO_B (0x11|SSL_ST_CONNECT) -#define SSL2_ST_GET_SERVER_HELLO_A (0x20|SSL_ST_CONNECT) -#define SSL2_ST_GET_SERVER_HELLO_B (0x21|SSL_ST_CONNECT) -#define SSL2_ST_SEND_CLIENT_MASTER_KEY_A (0x30|SSL_ST_CONNECT) -#define SSL2_ST_SEND_CLIENT_MASTER_KEY_B (0x31|SSL_ST_CONNECT) -#define SSL2_ST_SEND_CLIENT_FINISHED_A (0x40|SSL_ST_CONNECT) -#define SSL2_ST_SEND_CLIENT_FINISHED_B (0x41|SSL_ST_CONNECT) -#define SSL2_ST_SEND_CLIENT_CERTIFICATE_A (0x50|SSL_ST_CONNECT) -#define SSL2_ST_SEND_CLIENT_CERTIFICATE_B (0x51|SSL_ST_CONNECT) -#define SSL2_ST_SEND_CLIENT_CERTIFICATE_C (0x52|SSL_ST_CONNECT) -#define SSL2_ST_SEND_CLIENT_CERTIFICATE_D (0x53|SSL_ST_CONNECT) -#define SSL2_ST_GET_SERVER_VERIFY_A (0x60|SSL_ST_CONNECT) -#define SSL2_ST_GET_SERVER_VERIFY_B (0x61|SSL_ST_CONNECT) -#define SSL2_ST_GET_SERVER_FINISHED_A (0x70|SSL_ST_CONNECT) -#define SSL2_ST_GET_SERVER_FINISHED_B (0x71|SSL_ST_CONNECT) -#define SSL2_ST_CLIENT_START_ENCRYPTION (0x80|SSL_ST_CONNECT) -#define SSL2_ST_X509_GET_CLIENT_CERTIFICATE (0x90|SSL_ST_CONNECT) +# define SSL2_ST_SEND_CLIENT_HELLO_A (0x10|SSL_ST_CONNECT) +# define SSL2_ST_SEND_CLIENT_HELLO_B (0x11|SSL_ST_CONNECT) +# define SSL2_ST_GET_SERVER_HELLO_A (0x20|SSL_ST_CONNECT) +# define SSL2_ST_GET_SERVER_HELLO_B (0x21|SSL_ST_CONNECT) +# define SSL2_ST_SEND_CLIENT_MASTER_KEY_A (0x30|SSL_ST_CONNECT) +# define SSL2_ST_SEND_CLIENT_MASTER_KEY_B (0x31|SSL_ST_CONNECT) +# define SSL2_ST_SEND_CLIENT_FINISHED_A (0x40|SSL_ST_CONNECT) +# define SSL2_ST_SEND_CLIENT_FINISHED_B (0x41|SSL_ST_CONNECT) +# define SSL2_ST_SEND_CLIENT_CERTIFICATE_A (0x50|SSL_ST_CONNECT) +# define SSL2_ST_SEND_CLIENT_CERTIFICATE_B (0x51|SSL_ST_CONNECT) +# define SSL2_ST_SEND_CLIENT_CERTIFICATE_C (0x52|SSL_ST_CONNECT) +# define SSL2_ST_SEND_CLIENT_CERTIFICATE_D (0x53|SSL_ST_CONNECT) +# define SSL2_ST_GET_SERVER_VERIFY_A (0x60|SSL_ST_CONNECT) +# define SSL2_ST_GET_SERVER_VERIFY_B (0x61|SSL_ST_CONNECT) +# define SSL2_ST_GET_SERVER_FINISHED_A (0x70|SSL_ST_CONNECT) +# define SSL2_ST_GET_SERVER_FINISHED_B (0x71|SSL_ST_CONNECT) +# define SSL2_ST_CLIENT_START_ENCRYPTION (0x80|SSL_ST_CONNECT) +# define SSL2_ST_X509_GET_CLIENT_CERTIFICATE (0x90|SSL_ST_CONNECT) /* server */ -#define SSL2_ST_GET_CLIENT_HELLO_A (0x10|SSL_ST_ACCEPT) -#define SSL2_ST_GET_CLIENT_HELLO_B (0x11|SSL_ST_ACCEPT) -#define SSL2_ST_GET_CLIENT_HELLO_C (0x12|SSL_ST_ACCEPT) -#define SSL2_ST_SEND_SERVER_HELLO_A (0x20|SSL_ST_ACCEPT) -#define SSL2_ST_SEND_SERVER_HELLO_B (0x21|SSL_ST_ACCEPT) -#define SSL2_ST_GET_CLIENT_MASTER_KEY_A (0x30|SSL_ST_ACCEPT) -#define SSL2_ST_GET_CLIENT_MASTER_KEY_B (0x31|SSL_ST_ACCEPT) -#define SSL2_ST_SEND_SERVER_VERIFY_A (0x40|SSL_ST_ACCEPT) -#define SSL2_ST_SEND_SERVER_VERIFY_B (0x41|SSL_ST_ACCEPT) -#define SSL2_ST_SEND_SERVER_VERIFY_C (0x42|SSL_ST_ACCEPT) -#define SSL2_ST_GET_CLIENT_FINISHED_A (0x50|SSL_ST_ACCEPT) -#define SSL2_ST_GET_CLIENT_FINISHED_B (0x51|SSL_ST_ACCEPT) -#define SSL2_ST_SEND_SERVER_FINISHED_A (0x60|SSL_ST_ACCEPT) -#define SSL2_ST_SEND_SERVER_FINISHED_B (0x61|SSL_ST_ACCEPT) -#define SSL2_ST_SEND_REQUEST_CERTIFICATE_A (0x70|SSL_ST_ACCEPT) -#define SSL2_ST_SEND_REQUEST_CERTIFICATE_B (0x71|SSL_ST_ACCEPT) -#define SSL2_ST_SEND_REQUEST_CERTIFICATE_C (0x72|SSL_ST_ACCEPT) -#define SSL2_ST_SEND_REQUEST_CERTIFICATE_D (0x73|SSL_ST_ACCEPT) -#define SSL2_ST_SERVER_START_ENCRYPTION (0x80|SSL_ST_ACCEPT) -#define SSL2_ST_X509_GET_SERVER_CERTIFICATE (0x90|SSL_ST_ACCEPT) +# define SSL2_ST_GET_CLIENT_HELLO_A (0x10|SSL_ST_ACCEPT) +# define SSL2_ST_GET_CLIENT_HELLO_B (0x11|SSL_ST_ACCEPT) +# define SSL2_ST_GET_CLIENT_HELLO_C (0x12|SSL_ST_ACCEPT) +# define SSL2_ST_SEND_SERVER_HELLO_A (0x20|SSL_ST_ACCEPT) +# define SSL2_ST_SEND_SERVER_HELLO_B (0x21|SSL_ST_ACCEPT) +# define SSL2_ST_GET_CLIENT_MASTER_KEY_A (0x30|SSL_ST_ACCEPT) +# define SSL2_ST_GET_CLIENT_MASTER_KEY_B (0x31|SSL_ST_ACCEPT) +# define SSL2_ST_SEND_SERVER_VERIFY_A (0x40|SSL_ST_ACCEPT) +# define SSL2_ST_SEND_SERVER_VERIFY_B (0x41|SSL_ST_ACCEPT) +# define SSL2_ST_SEND_SERVER_VERIFY_C (0x42|SSL_ST_ACCEPT) +# define SSL2_ST_GET_CLIENT_FINISHED_A (0x50|SSL_ST_ACCEPT) +# define SSL2_ST_GET_CLIENT_FINISHED_B (0x51|SSL_ST_ACCEPT) +# define SSL2_ST_SEND_SERVER_FINISHED_A (0x60|SSL_ST_ACCEPT) +# define SSL2_ST_SEND_SERVER_FINISHED_B (0x61|SSL_ST_ACCEPT) +# define SSL2_ST_SEND_REQUEST_CERTIFICATE_A (0x70|SSL_ST_ACCEPT) +# define SSL2_ST_SEND_REQUEST_CERTIFICATE_B (0x71|SSL_ST_ACCEPT) +# define SSL2_ST_SEND_REQUEST_CERTIFICATE_C (0x72|SSL_ST_ACCEPT) +# define SSL2_ST_SEND_REQUEST_CERTIFICATE_D (0x73|SSL_ST_ACCEPT) +# define SSL2_ST_SERVER_START_ENCRYPTION (0x80|SSL_ST_ACCEPT) +# define SSL2_ST_X509_GET_SERVER_CERTIFICATE (0x90|SSL_ST_ACCEPT) #ifdef __cplusplus } #endif #endif - diff --git a/openssl/ssl/ssl23.h b/openssl/ssl/ssl23.h index d3228983c..9de4685af 100644 --- a/openssl/ssl/ssl23.h +++ b/openssl/ssl/ssl23.h @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,35 +49,36 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence * [including the GNU Public Licence.] */ -#ifndef HEADER_SSL23_H -#define HEADER_SSL23_H +#ifndef HEADER_SSL23_H +# define HEADER_SSL23_H #ifdef __cplusplus extern "C" { #endif -/*client */ +/* + * client + */ /* write to server */ -#define SSL23_ST_CW_CLNT_HELLO_A (0x210|SSL_ST_CONNECT) -#define SSL23_ST_CW_CLNT_HELLO_B (0x211|SSL_ST_CONNECT) +# define SSL23_ST_CW_CLNT_HELLO_A (0x210|SSL_ST_CONNECT) +# define SSL23_ST_CW_CLNT_HELLO_B (0x211|SSL_ST_CONNECT) /* read from server */ -#define SSL23_ST_CR_SRVR_HELLO_A (0x220|SSL_ST_CONNECT) -#define SSL23_ST_CR_SRVR_HELLO_B (0x221|SSL_ST_CONNECT) +# define SSL23_ST_CR_SRVR_HELLO_A (0x220|SSL_ST_CONNECT) +# define SSL23_ST_CR_SRVR_HELLO_B (0x221|SSL_ST_CONNECT) /* server */ /* read from client */ -#define SSL23_ST_SR_CLNT_HELLO_A (0x210|SSL_ST_ACCEPT) -#define SSL23_ST_SR_CLNT_HELLO_B (0x211|SSL_ST_ACCEPT) +# define SSL23_ST_SR_CLNT_HELLO_A (0x210|SSL_ST_ACCEPT) +# define SSL23_ST_SR_CLNT_HELLO_B (0x211|SSL_ST_ACCEPT) #ifdef __cplusplus } #endif #endif - diff --git a/openssl/ssl/ssl3.h b/openssl/ssl/ssl3.h index 85f150409..e681d50a9 100644 --- a/openssl/ssl/ssl3.h +++ b/openssl/ssl/ssl3.h @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +63,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -110,590 +110,665 @@ */ /* ==================================================================== * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. - * ECC cipher suite support in OpenSSL originally developed by + * ECC cipher suite support in OpenSSL originally developed by * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. */ -#ifndef HEADER_SSL3_H -#define HEADER_SSL3_H +#ifndef HEADER_SSL3_H +# define HEADER_SSL3_H -#ifndef OPENSSL_NO_COMP -#include -#endif -#include -#include -#include +# ifndef OPENSSL_NO_COMP +# include +# endif +# include +# include +# include #ifdef __cplusplus extern "C" { #endif -/* Signalling cipher suite value from RFC 5746 - * (TLS_EMPTY_RENEGOTIATION_INFO_SCSV) */ -#define SSL3_CK_SCSV 0x030000FF - -/* Signalling cipher suite value from draft-ietf-tls-downgrade-scsv-00 - * (TLS_FALLBACK_SCSV) */ -#define SSL3_CK_FALLBACK_SCSV 0x03005600 - -#define SSL3_CK_RSA_NULL_MD5 0x03000001 -#define SSL3_CK_RSA_NULL_SHA 0x03000002 -#define SSL3_CK_RSA_RC4_40_MD5 0x03000003 -#define SSL3_CK_RSA_RC4_128_MD5 0x03000004 -#define SSL3_CK_RSA_RC4_128_SHA 0x03000005 -#define SSL3_CK_RSA_RC2_40_MD5 0x03000006 -#define SSL3_CK_RSA_IDEA_128_SHA 0x03000007 -#define SSL3_CK_RSA_DES_40_CBC_SHA 0x03000008 -#define SSL3_CK_RSA_DES_64_CBC_SHA 0x03000009 -#define SSL3_CK_RSA_DES_192_CBC3_SHA 0x0300000A - -#define SSL3_CK_DH_DSS_DES_40_CBC_SHA 0x0300000B -#define SSL3_CK_DH_DSS_DES_64_CBC_SHA 0x0300000C -#define SSL3_CK_DH_DSS_DES_192_CBC3_SHA 0x0300000D -#define SSL3_CK_DH_RSA_DES_40_CBC_SHA 0x0300000E -#define SSL3_CK_DH_RSA_DES_64_CBC_SHA 0x0300000F -#define SSL3_CK_DH_RSA_DES_192_CBC3_SHA 0x03000010 - -#define SSL3_CK_EDH_DSS_DES_40_CBC_SHA 0x03000011 -#define SSL3_CK_EDH_DSS_DES_64_CBC_SHA 0x03000012 -#define SSL3_CK_EDH_DSS_DES_192_CBC3_SHA 0x03000013 -#define SSL3_CK_EDH_RSA_DES_40_CBC_SHA 0x03000014 -#define SSL3_CK_EDH_RSA_DES_64_CBC_SHA 0x03000015 -#define SSL3_CK_EDH_RSA_DES_192_CBC3_SHA 0x03000016 - -#define SSL3_CK_ADH_RC4_40_MD5 0x03000017 -#define SSL3_CK_ADH_RC4_128_MD5 0x03000018 -#define SSL3_CK_ADH_DES_40_CBC_SHA 0x03000019 -#define SSL3_CK_ADH_DES_64_CBC_SHA 0x0300001A -#define SSL3_CK_ADH_DES_192_CBC_SHA 0x0300001B - -#if 0 - #define SSL3_CK_FZA_DMS_NULL_SHA 0x0300001C - #define SSL3_CK_FZA_DMS_FZA_SHA 0x0300001D - #if 0 /* Because it clashes with KRB5, is never used any more, and is safe - to remove according to David Hopwood - of the ietf-tls list */ - #define SSL3_CK_FZA_DMS_RC4_SHA 0x0300001E - #endif -#endif +/* + * Signalling cipher suite value from RFC 5746 + * (TLS_EMPTY_RENEGOTIATION_INFO_SCSV) + */ +# define SSL3_CK_SCSV 0x030000FF -/* VRS Additional Kerberos5 entries +/* + * Signalling cipher suite value from draft-ietf-tls-downgrade-scsv-00 + * (TLS_FALLBACK_SCSV) */ -#define SSL3_CK_KRB5_DES_64_CBC_SHA 0x0300001E -#define SSL3_CK_KRB5_DES_192_CBC3_SHA 0x0300001F -#define SSL3_CK_KRB5_RC4_128_SHA 0x03000020 -#define SSL3_CK_KRB5_IDEA_128_CBC_SHA 0x03000021 -#define SSL3_CK_KRB5_DES_64_CBC_MD5 0x03000022 -#define SSL3_CK_KRB5_DES_192_CBC3_MD5 0x03000023 -#define SSL3_CK_KRB5_RC4_128_MD5 0x03000024 -#define SSL3_CK_KRB5_IDEA_128_CBC_MD5 0x03000025 - -#define SSL3_CK_KRB5_DES_40_CBC_SHA 0x03000026 -#define SSL3_CK_KRB5_RC2_40_CBC_SHA 0x03000027 -#define SSL3_CK_KRB5_RC4_40_SHA 0x03000028 -#define SSL3_CK_KRB5_DES_40_CBC_MD5 0x03000029 -#define SSL3_CK_KRB5_RC2_40_CBC_MD5 0x0300002A -#define SSL3_CK_KRB5_RC4_40_MD5 0x0300002B - -#define SSL3_TXT_RSA_NULL_MD5 "NULL-MD5" -#define SSL3_TXT_RSA_NULL_SHA "NULL-SHA" -#define SSL3_TXT_RSA_RC4_40_MD5 "EXP-RC4-MD5" -#define SSL3_TXT_RSA_RC4_128_MD5 "RC4-MD5" -#define SSL3_TXT_RSA_RC4_128_SHA "RC4-SHA" -#define SSL3_TXT_RSA_RC2_40_MD5 "EXP-RC2-CBC-MD5" -#define SSL3_TXT_RSA_IDEA_128_SHA "IDEA-CBC-SHA" -#define SSL3_TXT_RSA_DES_40_CBC_SHA "EXP-DES-CBC-SHA" -#define SSL3_TXT_RSA_DES_64_CBC_SHA "DES-CBC-SHA" -#define SSL3_TXT_RSA_DES_192_CBC3_SHA "DES-CBC3-SHA" - -#define SSL3_TXT_DH_DSS_DES_40_CBC_SHA "EXP-DH-DSS-DES-CBC-SHA" -#define SSL3_TXT_DH_DSS_DES_64_CBC_SHA "DH-DSS-DES-CBC-SHA" -#define SSL3_TXT_DH_DSS_DES_192_CBC3_SHA "DH-DSS-DES-CBC3-SHA" -#define SSL3_TXT_DH_RSA_DES_40_CBC_SHA "EXP-DH-RSA-DES-CBC-SHA" -#define SSL3_TXT_DH_RSA_DES_64_CBC_SHA "DH-RSA-DES-CBC-SHA" -#define SSL3_TXT_DH_RSA_DES_192_CBC3_SHA "DH-RSA-DES-CBC3-SHA" - -#define SSL3_TXT_EDH_DSS_DES_40_CBC_SHA "EXP-EDH-DSS-DES-CBC-SHA" -#define SSL3_TXT_EDH_DSS_DES_64_CBC_SHA "EDH-DSS-DES-CBC-SHA" -#define SSL3_TXT_EDH_DSS_DES_192_CBC3_SHA "EDH-DSS-DES-CBC3-SHA" -#define SSL3_TXT_EDH_RSA_DES_40_CBC_SHA "EXP-EDH-RSA-DES-CBC-SHA" -#define SSL3_TXT_EDH_RSA_DES_64_CBC_SHA "EDH-RSA-DES-CBC-SHA" -#define SSL3_TXT_EDH_RSA_DES_192_CBC3_SHA "EDH-RSA-DES-CBC3-SHA" - -#define SSL3_TXT_ADH_RC4_40_MD5 "EXP-ADH-RC4-MD5" -#define SSL3_TXT_ADH_RC4_128_MD5 "ADH-RC4-MD5" -#define SSL3_TXT_ADH_DES_40_CBC_SHA "EXP-ADH-DES-CBC-SHA" -#define SSL3_TXT_ADH_DES_64_CBC_SHA "ADH-DES-CBC-SHA" -#define SSL3_TXT_ADH_DES_192_CBC_SHA "ADH-DES-CBC3-SHA" - -#if 0 - #define SSL3_TXT_FZA_DMS_NULL_SHA "FZA-NULL-SHA" - #define SSL3_TXT_FZA_DMS_FZA_SHA "FZA-FZA-CBC-SHA" - #define SSL3_TXT_FZA_DMS_RC4_SHA "FZA-RC4-SHA" -#endif +# define SSL3_CK_FALLBACK_SCSV 0x03005600 + +# define SSL3_CK_RSA_NULL_MD5 0x03000001 +# define SSL3_CK_RSA_NULL_SHA 0x03000002 +# define SSL3_CK_RSA_RC4_40_MD5 0x03000003 +# define SSL3_CK_RSA_RC4_128_MD5 0x03000004 +# define SSL3_CK_RSA_RC4_128_SHA 0x03000005 +# define SSL3_CK_RSA_RC2_40_MD5 0x03000006 +# define SSL3_CK_RSA_IDEA_128_SHA 0x03000007 +# define SSL3_CK_RSA_DES_40_CBC_SHA 0x03000008 +# define SSL3_CK_RSA_DES_64_CBC_SHA 0x03000009 +# define SSL3_CK_RSA_DES_192_CBC3_SHA 0x0300000A + +# define SSL3_CK_DH_DSS_DES_40_CBC_SHA 0x0300000B +# define SSL3_CK_DH_DSS_DES_64_CBC_SHA 0x0300000C +# define SSL3_CK_DH_DSS_DES_192_CBC3_SHA 0x0300000D +# define SSL3_CK_DH_RSA_DES_40_CBC_SHA 0x0300000E +# define SSL3_CK_DH_RSA_DES_64_CBC_SHA 0x0300000F +# define SSL3_CK_DH_RSA_DES_192_CBC3_SHA 0x03000010 + +# define SSL3_CK_EDH_DSS_DES_40_CBC_SHA 0x03000011 +# define SSL3_CK_DHE_DSS_DES_40_CBC_SHA SSL3_CK_EDH_DSS_DES_40_CBC_SHA +# define SSL3_CK_EDH_DSS_DES_64_CBC_SHA 0x03000012 +# define SSL3_CK_DHE_DSS_DES_64_CBC_SHA SSL3_CK_EDH_DSS_DES_64_CBC_SHA +# define SSL3_CK_EDH_DSS_DES_192_CBC3_SHA 0x03000013 +# define SSL3_CK_DHE_DSS_DES_192_CBC3_SHA SSL3_CK_EDH_DSS_DES_192_CBC3_SHA +# define SSL3_CK_EDH_RSA_DES_40_CBC_SHA 0x03000014 +# define SSL3_CK_DHE_RSA_DES_40_CBC_SHA SSL3_CK_EDH_RSA_DES_40_CBC_SHA +# define SSL3_CK_EDH_RSA_DES_64_CBC_SHA 0x03000015 +# define SSL3_CK_DHE_RSA_DES_64_CBC_SHA SSL3_CK_EDH_RSA_DES_64_CBC_SHA +# define SSL3_CK_EDH_RSA_DES_192_CBC3_SHA 0x03000016 +# define SSL3_CK_DHE_RSA_DES_192_CBC3_SHA SSL3_CK_EDH_RSA_DES_192_CBC3_SHA + +# define SSL3_CK_ADH_RC4_40_MD5 0x03000017 +# define SSL3_CK_ADH_RC4_128_MD5 0x03000018 +# define SSL3_CK_ADH_DES_40_CBC_SHA 0x03000019 +# define SSL3_CK_ADH_DES_64_CBC_SHA 0x0300001A +# define SSL3_CK_ADH_DES_192_CBC_SHA 0x0300001B + +# if 0 +# define SSL3_CK_FZA_DMS_NULL_SHA 0x0300001C +# define SSL3_CK_FZA_DMS_FZA_SHA 0x0300001D +# if 0 /* Because it clashes with KRB5, is never + * used any more, and is safe to remove + * according to David Hopwood + * of the + * ietf-tls list */ +# define SSL3_CK_FZA_DMS_RC4_SHA 0x0300001E +# endif +# endif -#define SSL3_TXT_KRB5_DES_64_CBC_SHA "KRB5-DES-CBC-SHA" -#define SSL3_TXT_KRB5_DES_192_CBC3_SHA "KRB5-DES-CBC3-SHA" -#define SSL3_TXT_KRB5_RC4_128_SHA "KRB5-RC4-SHA" -#define SSL3_TXT_KRB5_IDEA_128_CBC_SHA "KRB5-IDEA-CBC-SHA" -#define SSL3_TXT_KRB5_DES_64_CBC_MD5 "KRB5-DES-CBC-MD5" -#define SSL3_TXT_KRB5_DES_192_CBC3_MD5 "KRB5-DES-CBC3-MD5" -#define SSL3_TXT_KRB5_RC4_128_MD5 "KRB5-RC4-MD5" -#define SSL3_TXT_KRB5_IDEA_128_CBC_MD5 "KRB5-IDEA-CBC-MD5" - -#define SSL3_TXT_KRB5_DES_40_CBC_SHA "EXP-KRB5-DES-CBC-SHA" -#define SSL3_TXT_KRB5_RC2_40_CBC_SHA "EXP-KRB5-RC2-CBC-SHA" -#define SSL3_TXT_KRB5_RC4_40_SHA "EXP-KRB5-RC4-SHA" -#define SSL3_TXT_KRB5_DES_40_CBC_MD5 "EXP-KRB5-DES-CBC-MD5" -#define SSL3_TXT_KRB5_RC2_40_CBC_MD5 "EXP-KRB5-RC2-CBC-MD5" -#define SSL3_TXT_KRB5_RC4_40_MD5 "EXP-KRB5-RC4-MD5" - -#define SSL3_SSL_SESSION_ID_LENGTH 32 -#define SSL3_MAX_SSL_SESSION_ID_LENGTH 32 - -#define SSL3_MASTER_SECRET_SIZE 48 -#define SSL3_RANDOM_SIZE 32 -#define SSL3_SESSION_ID_SIZE 32 -#define SSL3_RT_HEADER_LENGTH 5 - -#ifndef SSL3_ALIGN_PAYLOAD - /* Some will argue that this increases memory footprint, but it's - * not actually true. Point is that malloc has to return at least - * 64-bit aligned pointers, meaning that allocating 5 bytes wastes - * 3 bytes in either case. Suggested pre-gaping simply moves these - * wasted bytes from the end of allocated region to its front, - * but makes data payload aligned, which improves performance:-) */ -# define SSL3_ALIGN_PAYLOAD 8 -#else -# if (SSL3_ALIGN_PAYLOAD&(SSL3_ALIGN_PAYLOAD-1))!=0 -# error "insane SSL3_ALIGN_PAYLOAD" -# undef SSL3_ALIGN_PAYLOAD +/* + * VRS Additional Kerberos5 entries + */ +# define SSL3_CK_KRB5_DES_64_CBC_SHA 0x0300001E +# define SSL3_CK_KRB5_DES_192_CBC3_SHA 0x0300001F +# define SSL3_CK_KRB5_RC4_128_SHA 0x03000020 +# define SSL3_CK_KRB5_IDEA_128_CBC_SHA 0x03000021 +# define SSL3_CK_KRB5_DES_64_CBC_MD5 0x03000022 +# define SSL3_CK_KRB5_DES_192_CBC3_MD5 0x03000023 +# define SSL3_CK_KRB5_RC4_128_MD5 0x03000024 +# define SSL3_CK_KRB5_IDEA_128_CBC_MD5 0x03000025 + +# define SSL3_CK_KRB5_DES_40_CBC_SHA 0x03000026 +# define SSL3_CK_KRB5_RC2_40_CBC_SHA 0x03000027 +# define SSL3_CK_KRB5_RC4_40_SHA 0x03000028 +# define SSL3_CK_KRB5_DES_40_CBC_MD5 0x03000029 +# define SSL3_CK_KRB5_RC2_40_CBC_MD5 0x0300002A +# define SSL3_CK_KRB5_RC4_40_MD5 0x0300002B + +# define SSL3_TXT_RSA_NULL_MD5 "NULL-MD5" +# define SSL3_TXT_RSA_NULL_SHA "NULL-SHA" +# define SSL3_TXT_RSA_RC4_40_MD5 "EXP-RC4-MD5" +# define SSL3_TXT_RSA_RC4_128_MD5 "RC4-MD5" +# define SSL3_TXT_RSA_RC4_128_SHA "RC4-SHA" +# define SSL3_TXT_RSA_RC2_40_MD5 "EXP-RC2-CBC-MD5" +# define SSL3_TXT_RSA_IDEA_128_SHA "IDEA-CBC-SHA" +# define SSL3_TXT_RSA_DES_40_CBC_SHA "EXP-DES-CBC-SHA" +# define SSL3_TXT_RSA_DES_64_CBC_SHA "DES-CBC-SHA" +# define SSL3_TXT_RSA_DES_192_CBC3_SHA "DES-CBC3-SHA" + +# define SSL3_TXT_DH_DSS_DES_40_CBC_SHA "EXP-DH-DSS-DES-CBC-SHA" +# define SSL3_TXT_DH_DSS_DES_64_CBC_SHA "DH-DSS-DES-CBC-SHA" +# define SSL3_TXT_DH_DSS_DES_192_CBC3_SHA "DH-DSS-DES-CBC3-SHA" +# define SSL3_TXT_DH_RSA_DES_40_CBC_SHA "EXP-DH-RSA-DES-CBC-SHA" +# define SSL3_TXT_DH_RSA_DES_64_CBC_SHA "DH-RSA-DES-CBC-SHA" +# define SSL3_TXT_DH_RSA_DES_192_CBC3_SHA "DH-RSA-DES-CBC3-SHA" + +# define SSL3_TXT_DHE_DSS_DES_40_CBC_SHA "EXP-DHE-DSS-DES-CBC-SHA" +# define SSL3_TXT_DHE_DSS_DES_64_CBC_SHA "DHE-DSS-DES-CBC-SHA" +# define SSL3_TXT_DHE_DSS_DES_192_CBC3_SHA "DHE-DSS-DES-CBC3-SHA" +# define SSL3_TXT_DHE_RSA_DES_40_CBC_SHA "EXP-DHE-RSA-DES-CBC-SHA" +# define SSL3_TXT_DHE_RSA_DES_64_CBC_SHA "DHE-RSA-DES-CBC-SHA" +# define SSL3_TXT_DHE_RSA_DES_192_CBC3_SHA "DHE-RSA-DES-CBC3-SHA" + +/* + * This next block of six "EDH" labels is for backward compatibility with + * older versions of OpenSSL. New code should use the six "DHE" labels above + * instead: + */ +# define SSL3_TXT_EDH_DSS_DES_40_CBC_SHA "EXP-EDH-DSS-DES-CBC-SHA" +# define SSL3_TXT_EDH_DSS_DES_64_CBC_SHA "EDH-DSS-DES-CBC-SHA" +# define SSL3_TXT_EDH_DSS_DES_192_CBC3_SHA "EDH-DSS-DES-CBC3-SHA" +# define SSL3_TXT_EDH_RSA_DES_40_CBC_SHA "EXP-EDH-RSA-DES-CBC-SHA" +# define SSL3_TXT_EDH_RSA_DES_64_CBC_SHA "EDH-RSA-DES-CBC-SHA" +# define SSL3_TXT_EDH_RSA_DES_192_CBC3_SHA "EDH-RSA-DES-CBC3-SHA" + +# define SSL3_TXT_ADH_RC4_40_MD5 "EXP-ADH-RC4-MD5" +# define SSL3_TXT_ADH_RC4_128_MD5 "ADH-RC4-MD5" +# define SSL3_TXT_ADH_DES_40_CBC_SHA "EXP-ADH-DES-CBC-SHA" +# define SSL3_TXT_ADH_DES_64_CBC_SHA "ADH-DES-CBC-SHA" +# define SSL3_TXT_ADH_DES_192_CBC_SHA "ADH-DES-CBC3-SHA" + +# if 0 +# define SSL3_TXT_FZA_DMS_NULL_SHA "FZA-NULL-SHA" +# define SSL3_TXT_FZA_DMS_FZA_SHA "FZA-FZA-CBC-SHA" +# define SSL3_TXT_FZA_DMS_RC4_SHA "FZA-RC4-SHA" # endif -#endif -/* This is the maximum MAC (digest) size used by the SSL library. - * Currently maximum of 20 is used by SHA1, but we reserve for - * future extension for 512-bit hashes. +# define SSL3_TXT_KRB5_DES_64_CBC_SHA "KRB5-DES-CBC-SHA" +# define SSL3_TXT_KRB5_DES_192_CBC3_SHA "KRB5-DES-CBC3-SHA" +# define SSL3_TXT_KRB5_RC4_128_SHA "KRB5-RC4-SHA" +# define SSL3_TXT_KRB5_IDEA_128_CBC_SHA "KRB5-IDEA-CBC-SHA" +# define SSL3_TXT_KRB5_DES_64_CBC_MD5 "KRB5-DES-CBC-MD5" +# define SSL3_TXT_KRB5_DES_192_CBC3_MD5 "KRB5-DES-CBC3-MD5" +# define SSL3_TXT_KRB5_RC4_128_MD5 "KRB5-RC4-MD5" +# define SSL3_TXT_KRB5_IDEA_128_CBC_MD5 "KRB5-IDEA-CBC-MD5" + +# define SSL3_TXT_KRB5_DES_40_CBC_SHA "EXP-KRB5-DES-CBC-SHA" +# define SSL3_TXT_KRB5_RC2_40_CBC_SHA "EXP-KRB5-RC2-CBC-SHA" +# define SSL3_TXT_KRB5_RC4_40_SHA "EXP-KRB5-RC4-SHA" +# define SSL3_TXT_KRB5_DES_40_CBC_MD5 "EXP-KRB5-DES-CBC-MD5" +# define SSL3_TXT_KRB5_RC2_40_CBC_MD5 "EXP-KRB5-RC2-CBC-MD5" +# define SSL3_TXT_KRB5_RC4_40_MD5 "EXP-KRB5-RC4-MD5" + +# define SSL3_SSL_SESSION_ID_LENGTH 32 +# define SSL3_MAX_SSL_SESSION_ID_LENGTH 32 + +# define SSL3_MASTER_SECRET_SIZE 48 +# define SSL3_RANDOM_SIZE 32 +# define SSL3_SESSION_ID_SIZE 32 +# define SSL3_RT_HEADER_LENGTH 5 + +# define SSL3_HM_HEADER_LENGTH 4 + +# ifndef SSL3_ALIGN_PAYLOAD + /* + * Some will argue that this increases memory footprint, but it's not + * actually true. Point is that malloc has to return at least 64-bit aligned + * pointers, meaning that allocating 5 bytes wastes 3 bytes in either case. + * Suggested pre-gaping simply moves these wasted bytes from the end of + * allocated region to its front, but makes data payload aligned, which + * improves performance:-) + */ +# define SSL3_ALIGN_PAYLOAD 8 +# else +# if (SSL3_ALIGN_PAYLOAD&(SSL3_ALIGN_PAYLOAD-1))!=0 +# error "insane SSL3_ALIGN_PAYLOAD" +# undef SSL3_ALIGN_PAYLOAD +# endif +# endif + +/* + * This is the maximum MAC (digest) size used by the SSL library. Currently + * maximum of 20 is used by SHA1, but we reserve for future extension for + * 512-bit hashes. */ -#define SSL3_RT_MAX_MD_SIZE 64 +# define SSL3_RT_MAX_MD_SIZE 64 -/* Maximum block size used in all ciphersuites. Currently 16 for AES. +/* + * Maximum block size used in all ciphersuites. Currently 16 for AES. */ -#define SSL_RT_MAX_CIPHER_BLOCK_SIZE 16 +# define SSL_RT_MAX_CIPHER_BLOCK_SIZE 16 -#define SSL3_RT_MAX_EXTRA (16384) +# define SSL3_RT_MAX_EXTRA (16384) /* Maximum plaintext length: defined by SSL/TLS standards */ -#define SSL3_RT_MAX_PLAIN_LENGTH 16384 +# define SSL3_RT_MAX_PLAIN_LENGTH 16384 /* Maximum compression overhead: defined by SSL/TLS standards */ -#define SSL3_RT_MAX_COMPRESSED_OVERHEAD 1024 +# define SSL3_RT_MAX_COMPRESSED_OVERHEAD 1024 -/* The standards give a maximum encryption overhead of 1024 bytes. - * In practice the value is lower than this. The overhead is the maximum - * number of padding bytes (256) plus the mac size. +/* + * The standards give a maximum encryption overhead of 1024 bytes. In + * practice the value is lower than this. The overhead is the maximum number + * of padding bytes (256) plus the mac size. */ -#define SSL3_RT_MAX_ENCRYPTED_OVERHEAD (256 + SSL3_RT_MAX_MD_SIZE) +# define SSL3_RT_MAX_ENCRYPTED_OVERHEAD (256 + SSL3_RT_MAX_MD_SIZE) -/* OpenSSL currently only uses a padding length of at most one block so - * the send overhead is smaller. +/* + * OpenSSL currently only uses a padding length of at most one block so the + * send overhead is smaller. */ -#define SSL3_RT_SEND_MAX_ENCRYPTED_OVERHEAD \ - (SSL_RT_MAX_CIPHER_BLOCK_SIZE + SSL3_RT_MAX_MD_SIZE) +# define SSL3_RT_SEND_MAX_ENCRYPTED_OVERHEAD \ + (SSL_RT_MAX_CIPHER_BLOCK_SIZE + SSL3_RT_MAX_MD_SIZE) /* If compression isn't used don't include the compression overhead */ -#ifdef OPENSSL_NO_COMP -#define SSL3_RT_MAX_COMPRESSED_LENGTH SSL3_RT_MAX_PLAIN_LENGTH -#else -#define SSL3_RT_MAX_COMPRESSED_LENGTH \ - (SSL3_RT_MAX_PLAIN_LENGTH+SSL3_RT_MAX_COMPRESSED_OVERHEAD) -#endif -#define SSL3_RT_MAX_ENCRYPTED_LENGTH \ - (SSL3_RT_MAX_ENCRYPTED_OVERHEAD+SSL3_RT_MAX_COMPRESSED_LENGTH) -#define SSL3_RT_MAX_PACKET_SIZE \ - (SSL3_RT_MAX_ENCRYPTED_LENGTH+SSL3_RT_HEADER_LENGTH) - -#define SSL3_MD_CLIENT_FINISHED_CONST "\x43\x4C\x4E\x54" -#define SSL3_MD_SERVER_FINISHED_CONST "\x53\x52\x56\x52" - -#define SSL3_VERSION 0x0300 -#define SSL3_VERSION_MAJOR 0x03 -#define SSL3_VERSION_MINOR 0x00 - -#define SSL3_RT_CHANGE_CIPHER_SPEC 20 -#define SSL3_RT_ALERT 21 -#define SSL3_RT_HANDSHAKE 22 -#define SSL3_RT_APPLICATION_DATA 23 -#define TLS1_RT_HEARTBEAT 24 - -#define SSL3_AL_WARNING 1 -#define SSL3_AL_FATAL 2 - -#define SSL3_AD_CLOSE_NOTIFY 0 -#define SSL3_AD_UNEXPECTED_MESSAGE 10 /* fatal */ -#define SSL3_AD_BAD_RECORD_MAC 20 /* fatal */ -#define SSL3_AD_DECOMPRESSION_FAILURE 30 /* fatal */ -#define SSL3_AD_HANDSHAKE_FAILURE 40 /* fatal */ -#define SSL3_AD_NO_CERTIFICATE 41 -#define SSL3_AD_BAD_CERTIFICATE 42 -#define SSL3_AD_UNSUPPORTED_CERTIFICATE 43 -#define SSL3_AD_CERTIFICATE_REVOKED 44 -#define SSL3_AD_CERTIFICATE_EXPIRED 45 -#define SSL3_AD_CERTIFICATE_UNKNOWN 46 -#define SSL3_AD_ILLEGAL_PARAMETER 47 /* fatal */ - -#define TLS1_HB_REQUEST 1 -#define TLS1_HB_RESPONSE 2 - -#ifndef OPENSSL_NO_SSL_INTERN - -typedef struct ssl3_record_st - { -/*r */ int type; /* type of record */ -/*rw*/ unsigned int length; /* How many bytes available */ -/*r */ unsigned int off; /* read/write offset into 'buf' */ -/*rw*/ unsigned char *data; /* pointer to the record data */ -/*rw*/ unsigned char *input; /* where the decode bytes are */ -/*r */ unsigned char *comp; /* only used with decompression - malloc()ed */ -/*r */ unsigned long epoch; /* epoch number, needed by DTLS1 */ -/*r */ unsigned char seq_num[8]; /* sequence number, needed by DTLS1 */ - } SSL3_RECORD; - -typedef struct ssl3_buffer_st - { - unsigned char *buf; /* at least SSL3_RT_MAX_PACKET_SIZE bytes, - * see ssl3_setup_buffers() */ - size_t len; /* buffer size */ - int offset; /* where to 'copy from' */ - int left; /* how many bytes left */ - } SSL3_BUFFER; +# ifdef OPENSSL_NO_COMP +# define SSL3_RT_MAX_COMPRESSED_LENGTH SSL3_RT_MAX_PLAIN_LENGTH +# else +# define SSL3_RT_MAX_COMPRESSED_LENGTH \ + (SSL3_RT_MAX_PLAIN_LENGTH+SSL3_RT_MAX_COMPRESSED_OVERHEAD) +# endif +# define SSL3_RT_MAX_ENCRYPTED_LENGTH \ + (SSL3_RT_MAX_ENCRYPTED_OVERHEAD+SSL3_RT_MAX_COMPRESSED_LENGTH) +# define SSL3_RT_MAX_PACKET_SIZE \ + (SSL3_RT_MAX_ENCRYPTED_LENGTH+SSL3_RT_HEADER_LENGTH) + +# define SSL3_MD_CLIENT_FINISHED_CONST "\x43\x4C\x4E\x54" +# define SSL3_MD_SERVER_FINISHED_CONST "\x53\x52\x56\x52" + +# define SSL3_VERSION 0x0300 +# define SSL3_VERSION_MAJOR 0x03 +# define SSL3_VERSION_MINOR 0x00 + +# define SSL3_RT_CHANGE_CIPHER_SPEC 20 +# define SSL3_RT_ALERT 21 +# define SSL3_RT_HANDSHAKE 22 +# define SSL3_RT_APPLICATION_DATA 23 +# define TLS1_RT_HEARTBEAT 24 + +/* Pseudo content types to indicate additional parameters */ +# define TLS1_RT_CRYPTO 0x1000 +# define TLS1_RT_CRYPTO_PREMASTER (TLS1_RT_CRYPTO | 0x1) +# define TLS1_RT_CRYPTO_CLIENT_RANDOM (TLS1_RT_CRYPTO | 0x2) +# define TLS1_RT_CRYPTO_SERVER_RANDOM (TLS1_RT_CRYPTO | 0x3) +# define TLS1_RT_CRYPTO_MASTER (TLS1_RT_CRYPTO | 0x4) + +# define TLS1_RT_CRYPTO_READ 0x0000 +# define TLS1_RT_CRYPTO_WRITE 0x0100 +# define TLS1_RT_CRYPTO_MAC (TLS1_RT_CRYPTO | 0x5) +# define TLS1_RT_CRYPTO_KEY (TLS1_RT_CRYPTO | 0x6) +# define TLS1_RT_CRYPTO_IV (TLS1_RT_CRYPTO | 0x7) +# define TLS1_RT_CRYPTO_FIXED_IV (TLS1_RT_CRYPTO | 0x8) + +/* Pseudo content type for SSL/TLS header info */ +# define SSL3_RT_HEADER 0x100 + +# define SSL3_AL_WARNING 1 +# define SSL3_AL_FATAL 2 + +# define SSL3_AD_CLOSE_NOTIFY 0 +# define SSL3_AD_UNEXPECTED_MESSAGE 10/* fatal */ +# define SSL3_AD_BAD_RECORD_MAC 20/* fatal */ +# define SSL3_AD_DECOMPRESSION_FAILURE 30/* fatal */ +# define SSL3_AD_HANDSHAKE_FAILURE 40/* fatal */ +# define SSL3_AD_NO_CERTIFICATE 41 +# define SSL3_AD_BAD_CERTIFICATE 42 +# define SSL3_AD_UNSUPPORTED_CERTIFICATE 43 +# define SSL3_AD_CERTIFICATE_REVOKED 44 +# define SSL3_AD_CERTIFICATE_EXPIRED 45 +# define SSL3_AD_CERTIFICATE_UNKNOWN 46 +# define SSL3_AD_ILLEGAL_PARAMETER 47/* fatal */ + +# define TLS1_HB_REQUEST 1 +# define TLS1_HB_RESPONSE 2 + +# ifndef OPENSSL_NO_SSL_INTERN + +typedef struct ssl3_record_st { + /* type of record */ + /* + * r + */ int type; + /* How many bytes available */ + /* + * rw + */ unsigned int length; + /* read/write offset into 'buf' */ + /* + * r + */ unsigned int off; + /* pointer to the record data */ + /* + * rw + */ unsigned char *data; + /* where the decode bytes are */ + /* + * rw + */ unsigned char *input; + /* only used with decompression - malloc()ed */ + /* + * r + */ unsigned char *comp; + /* epoch number, needed by DTLS1 */ + /* + * r + */ unsigned long epoch; + /* sequence number, needed by DTLS1 */ + /* + * r + */ unsigned char seq_num[8]; +} SSL3_RECORD; + +typedef struct ssl3_buffer_st { + /* at least SSL3_RT_MAX_PACKET_SIZE bytes, see ssl3_setup_buffers() */ + unsigned char *buf; + /* buffer size */ + size_t len; + /* where to 'copy from' */ + int offset; + /* how many bytes left */ + int left; +} SSL3_BUFFER; -#endif +# endif -#define SSL3_CT_RSA_SIGN 1 -#define SSL3_CT_DSS_SIGN 2 -#define SSL3_CT_RSA_FIXED_DH 3 -#define SSL3_CT_DSS_FIXED_DH 4 -#define SSL3_CT_RSA_EPHEMERAL_DH 5 -#define SSL3_CT_DSS_EPHEMERAL_DH 6 -#define SSL3_CT_FORTEZZA_DMS 20 -/* SSL3_CT_NUMBER is used to size arrays and it must be large - * enough to contain all of the cert types defined either for - * SSLv3 and TLSv1. +# define SSL3_CT_RSA_SIGN 1 +# define SSL3_CT_DSS_SIGN 2 +# define SSL3_CT_RSA_FIXED_DH 3 +# define SSL3_CT_DSS_FIXED_DH 4 +# define SSL3_CT_RSA_EPHEMERAL_DH 5 +# define SSL3_CT_DSS_EPHEMERAL_DH 6 +# define SSL3_CT_FORTEZZA_DMS 20 +/* + * SSL3_CT_NUMBER is used to size arrays and it must be large enough to + * contain all of the cert types defined either for SSLv3 and TLSv1. */ -#define SSL3_CT_NUMBER 9 - - -#define SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS 0x0001 -#define SSL3_FLAGS_DELAY_CLIENT_FINISHED 0x0002 -#define SSL3_FLAGS_POP_BUFFER 0x0004 -#define TLS1_FLAGS_TLS_PADDING_BUG 0x0008 -#define TLS1_FLAGS_SKIP_CERT_VERIFY 0x0010 -#define TLS1_FLAGS_KEEP_HANDSHAKE 0x0020 -#define SSL3_FLAGS_CCS_OK 0x0080 - -/* SSL3_FLAGS_SGC_RESTART_DONE is set when we - * restart a handshake because of MS SGC and so prevents us - * from restarting the handshake in a loop. It's reset on a - * renegotiation, so effectively limits the client to one restart - * per negotiation. This limits the possibility of a DDoS - * attack where the client handshakes in a loop using SGC to - * restart. Servers which permit renegotiation can still be - * effected, but we can't prevent that. +# define SSL3_CT_NUMBER 9 + +# define SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS 0x0001 +# define SSL3_FLAGS_DELAY_CLIENT_FINISHED 0x0002 +# define SSL3_FLAGS_POP_BUFFER 0x0004 +# define TLS1_FLAGS_TLS_PADDING_BUG 0x0008 +# define TLS1_FLAGS_SKIP_CERT_VERIFY 0x0010 +# define TLS1_FLAGS_KEEP_HANDSHAKE 0x0020 +/* + * Set when the handshake is ready to process peer's ChangeCipherSpec message. + * Cleared after the message has been processed. */ -#define SSL3_FLAGS_SGC_RESTART_DONE 0x0040 - -#ifndef OPENSSL_NO_SSL_INTERN - -typedef struct ssl3_state_st - { - long flags; - int delay_buf_pop_ret; - - unsigned char read_sequence[8]; - int read_mac_secret_size; - unsigned char read_mac_secret[EVP_MAX_MD_SIZE]; - unsigned char write_sequence[8]; - int write_mac_secret_size; - unsigned char write_mac_secret[EVP_MAX_MD_SIZE]; - - unsigned char server_random[SSL3_RANDOM_SIZE]; - unsigned char client_random[SSL3_RANDOM_SIZE]; - - /* flags for countermeasure against known-IV weakness */ - int need_empty_fragments; - int empty_fragment_done; - - /* The value of 'extra' when the buffers were initialized */ - int init_extra; - - SSL3_BUFFER rbuf; /* read IO goes into here */ - SSL3_BUFFER wbuf; /* write IO goes into here */ - - SSL3_RECORD rrec; /* each decoded record goes in here */ - SSL3_RECORD wrec; /* goes out from here */ - - /* storage for Alert/Handshake protocol data received but not - * yet processed by ssl3_read_bytes: */ - unsigned char alert_fragment[2]; - unsigned int alert_fragment_len; - unsigned char handshake_fragment[4]; - unsigned int handshake_fragment_len; - - /* partial write - check the numbers match */ - unsigned int wnum; /* number of bytes sent so far */ - int wpend_tot; /* number bytes written */ - int wpend_type; - int wpend_ret; /* number of bytes submitted */ - const unsigned char *wpend_buf; - - /* used during startup, digest all incoming/outgoing packets */ - BIO *handshake_buffer; - /* When set of handshake digests is determined, buffer is hashed - * and freed and MD_CTX-es for all required digests are stored in - * this array */ - EVP_MD_CTX **handshake_dgst; - /* this is set whenerver we see a change_cipher_spec message - * come in when we are not looking for one */ - int change_cipher_spec; - - int warn_alert; - int fatal_alert; - /* we allow one fatal and one warning alert to be outstanding, - * send close alert via the warning alert */ - int alert_dispatch; - unsigned char send_alert[2]; - - /* This flag is set when we should renegotiate ASAP, basically when - * there is no more data in the read or write buffers */ - int renegotiate; - int total_renegotiations; - int num_renegotiations; - - int in_read_app_data; - - /* Opaque PRF input as used for the current handshake. - * These fields are used only if TLSEXT_TYPE_opaque_prf_input is defined - * (otherwise, they are merely present to improve binary compatibility) */ - void *client_opaque_prf_input; - size_t client_opaque_prf_input_len; - void *server_opaque_prf_input; - size_t server_opaque_prf_input_len; - - struct { - /* actually only needs to be 16+20 */ - unsigned char cert_verify_md[EVP_MAX_MD_SIZE*2]; - - /* actually only need to be 16+20 for SSLv3 and 12 for TLS */ - unsigned char finish_md[EVP_MAX_MD_SIZE*2]; - int finish_md_len; - unsigned char peer_finish_md[EVP_MAX_MD_SIZE*2]; - int peer_finish_md_len; - - unsigned long message_size; - int message_type; - - /* used to hold the new cipher we are going to use */ - const SSL_CIPHER *new_cipher; -#ifndef OPENSSL_NO_DH - DH *dh; -#endif - -#ifndef OPENSSL_NO_ECDH - EC_KEY *ecdh; /* holds short lived ECDH key */ -#endif - - /* used when SSL_ST_FLUSH_DATA is entered */ - int next_state; - - int reuse_message; - - /* used for certificate requests */ - int cert_req; - int ctype_num; - char ctype[SSL3_CT_NUMBER]; - STACK_OF(X509_NAME) *ca_names; - - int use_rsa_tmp; - - int key_block_length; - unsigned char *key_block; +# define SSL3_FLAGS_CCS_OK 0x0080 + +/* SSL3_FLAGS_SGC_RESTART_DONE is no longer used */ +# define SSL3_FLAGS_SGC_RESTART_DONE 0x0040 + +# ifndef OPENSSL_NO_SSL_INTERN + +typedef struct ssl3_state_st { + long flags; + int delay_buf_pop_ret; + unsigned char read_sequence[8]; + int read_mac_secret_size; + unsigned char read_mac_secret[EVP_MAX_MD_SIZE]; + unsigned char write_sequence[8]; + int write_mac_secret_size; + unsigned char write_mac_secret[EVP_MAX_MD_SIZE]; + unsigned char server_random[SSL3_RANDOM_SIZE]; + unsigned char client_random[SSL3_RANDOM_SIZE]; + /* flags for countermeasure against known-IV weakness */ + int need_empty_fragments; + int empty_fragment_done; + /* The value of 'extra' when the buffers were initialized */ + int init_extra; + SSL3_BUFFER rbuf; /* read IO goes into here */ + SSL3_BUFFER wbuf; /* write IO goes into here */ + SSL3_RECORD rrec; /* each decoded record goes in here */ + SSL3_RECORD wrec; /* goes out from here */ + /* + * storage for Alert/Handshake protocol data received but not yet + * processed by ssl3_read_bytes: + */ + unsigned char alert_fragment[2]; + unsigned int alert_fragment_len; + unsigned char handshake_fragment[4]; + unsigned int handshake_fragment_len; + /* partial write - check the numbers match */ + unsigned int wnum; /* number of bytes sent so far */ + int wpend_tot; /* number bytes written */ + int wpend_type; + int wpend_ret; /* number of bytes submitted */ + const unsigned char *wpend_buf; + /* used during startup, digest all incoming/outgoing packets */ + BIO *handshake_buffer; + /* + * When set of handshake digests is determined, buffer is hashed and + * freed and MD_CTX-es for all required digests are stored in this array + */ + EVP_MD_CTX **handshake_dgst; + /* + * Set whenever an expected ChangeCipherSpec message is processed. + * Unset when the peer's Finished message is received. + * Unexpected ChangeCipherSpec messages trigger a fatal alert. + */ + int change_cipher_spec; + int warn_alert; + int fatal_alert; + /* + * we allow one fatal and one warning alert to be outstanding, send close + * alert via the warning alert + */ + int alert_dispatch; + unsigned char send_alert[2]; + /* + * This flag is set when we should renegotiate ASAP, basically when there + * is no more data in the read or write buffers + */ + int renegotiate; + int total_renegotiations; + int num_renegotiations; + int in_read_app_data; + /* + * Opaque PRF input as used for the current handshake. These fields are + * used only if TLSEXT_TYPE_opaque_prf_input is defined (otherwise, they + * are merely present to improve binary compatibility) + */ + void *client_opaque_prf_input; + size_t client_opaque_prf_input_len; + void *server_opaque_prf_input; + size_t server_opaque_prf_input_len; + struct { + /* actually only needs to be 16+20 */ + unsigned char cert_verify_md[EVP_MAX_MD_SIZE * 2]; + /* actually only need to be 16+20 for SSLv3 and 12 for TLS */ + unsigned char finish_md[EVP_MAX_MD_SIZE * 2]; + int finish_md_len; + unsigned char peer_finish_md[EVP_MAX_MD_SIZE * 2]; + int peer_finish_md_len; + unsigned long message_size; + int message_type; + /* used to hold the new cipher we are going to use */ + const SSL_CIPHER *new_cipher; +# ifndef OPENSSL_NO_DH + DH *dh; +# endif +# ifndef OPENSSL_NO_ECDH + EC_KEY *ecdh; /* holds short lived ECDH key */ +# endif + /* used when SSL_ST_FLUSH_DATA is entered */ + int next_state; + int reuse_message; + /* used for certificate requests */ + int cert_req; + int ctype_num; + char ctype[SSL3_CT_NUMBER]; + STACK_OF(X509_NAME) *ca_names; + int use_rsa_tmp; + int key_block_length; + unsigned char *key_block; + const EVP_CIPHER *new_sym_enc; + const EVP_MD *new_hash; + int new_mac_pkey_type; + int new_mac_secret_size; +# ifndef OPENSSL_NO_COMP + const SSL_COMP *new_compression; +# else + char *new_compression; +# endif + int cert_request; + } tmp; + + /* Connection binding to prevent renegotiation attacks */ + unsigned char previous_client_finished[EVP_MAX_MD_SIZE]; + unsigned char previous_client_finished_len; + unsigned char previous_server_finished[EVP_MAX_MD_SIZE]; + unsigned char previous_server_finished_len; + int send_connection_binding; /* TODOEKR */ + +# ifndef OPENSSL_NO_NEXTPROTONEG + /* + * Set if we saw the Next Protocol Negotiation extension from our peer. + */ + int next_proto_neg_seen; +# endif + +# ifndef OPENSSL_NO_TLSEXT +# ifndef OPENSSL_NO_EC + /* + * This is set to true if we believe that this is a version of Safari + * running on OS X 10.6 or newer. We wish to know this because Safari on + * 10.8 .. 10.8.3 has broken ECDHE-ECDSA support. + */ + char is_probably_safari; +# endif /* !OPENSSL_NO_EC */ + + /* + * ALPN information (we are in the process of transitioning from NPN to + * ALPN.) + */ + + /* + * In a server these point to the selected ALPN protocol after the + * ClientHello has been processed. In a client these contain the protocol + * that the server selected once the ServerHello has been processed. + */ + unsigned char *alpn_selected; + unsigned alpn_selected_len; +# endif /* OPENSSL_NO_TLSEXT */ +} SSL3_STATE; - const EVP_CIPHER *new_sym_enc; - const EVP_MD *new_hash; - int new_mac_pkey_type; - int new_mac_secret_size; -#ifndef OPENSSL_NO_COMP - const SSL_COMP *new_compression; -#else - char *new_compression; -#endif - int cert_request; - } tmp; - - /* Connection binding to prevent renegotiation attacks */ - unsigned char previous_client_finished[EVP_MAX_MD_SIZE]; - unsigned char previous_client_finished_len; - unsigned char previous_server_finished[EVP_MAX_MD_SIZE]; - unsigned char previous_server_finished_len; - int send_connection_binding; /* TODOEKR */ - -#ifndef OPENSSL_NO_NEXTPROTONEG - /* Set if we saw the Next Protocol Negotiation extension from our peer. */ - int next_proto_neg_seen; -#endif - -#ifndef OPENSSL_NO_TLSEXT -#ifndef OPENSSL_NO_EC - /* This is set to true if we believe that this is a version of Safari - * running on OS X 10.6 or newer. We wish to know this because Safari - * on 10.8 .. 10.8.3 has broken ECDHE-ECDSA support. */ - char is_probably_safari; -#endif /* !OPENSSL_NO_EC */ -#endif /* !OPENSSL_NO_TLSEXT */ - } SSL3_STATE; - -#endif +# endif /* SSLv3 */ -/*client */ +/* + * client + */ /* extra state */ -#define SSL3_ST_CW_FLUSH (0x100|SSL_ST_CONNECT) -#ifndef OPENSSL_NO_SCTP -#define DTLS1_SCTP_ST_CW_WRITE_SOCK (0x310|SSL_ST_CONNECT) -#define DTLS1_SCTP_ST_CR_READ_SOCK (0x320|SSL_ST_CONNECT) -#endif +# define SSL3_ST_CW_FLUSH (0x100|SSL_ST_CONNECT) +# ifndef OPENSSL_NO_SCTP +# define DTLS1_SCTP_ST_CW_WRITE_SOCK (0x310|SSL_ST_CONNECT) +# define DTLS1_SCTP_ST_CR_READ_SOCK (0x320|SSL_ST_CONNECT) +# endif /* write to server */ -#define SSL3_ST_CW_CLNT_HELLO_A (0x110|SSL_ST_CONNECT) -#define SSL3_ST_CW_CLNT_HELLO_B (0x111|SSL_ST_CONNECT) +# define SSL3_ST_CW_CLNT_HELLO_A (0x110|SSL_ST_CONNECT) +# define SSL3_ST_CW_CLNT_HELLO_B (0x111|SSL_ST_CONNECT) /* read from server */ -#define SSL3_ST_CR_SRVR_HELLO_A (0x120|SSL_ST_CONNECT) -#define SSL3_ST_CR_SRVR_HELLO_B (0x121|SSL_ST_CONNECT) -#define DTLS1_ST_CR_HELLO_VERIFY_REQUEST_A (0x126|SSL_ST_CONNECT) -#define DTLS1_ST_CR_HELLO_VERIFY_REQUEST_B (0x127|SSL_ST_CONNECT) -#define SSL3_ST_CR_CERT_A (0x130|SSL_ST_CONNECT) -#define SSL3_ST_CR_CERT_B (0x131|SSL_ST_CONNECT) -#define SSL3_ST_CR_KEY_EXCH_A (0x140|SSL_ST_CONNECT) -#define SSL3_ST_CR_KEY_EXCH_B (0x141|SSL_ST_CONNECT) -#define SSL3_ST_CR_CERT_REQ_A (0x150|SSL_ST_CONNECT) -#define SSL3_ST_CR_CERT_REQ_B (0x151|SSL_ST_CONNECT) -#define SSL3_ST_CR_SRVR_DONE_A (0x160|SSL_ST_CONNECT) -#define SSL3_ST_CR_SRVR_DONE_B (0x161|SSL_ST_CONNECT) +# define SSL3_ST_CR_SRVR_HELLO_A (0x120|SSL_ST_CONNECT) +# define SSL3_ST_CR_SRVR_HELLO_B (0x121|SSL_ST_CONNECT) +# define DTLS1_ST_CR_HELLO_VERIFY_REQUEST_A (0x126|SSL_ST_CONNECT) +# define DTLS1_ST_CR_HELLO_VERIFY_REQUEST_B (0x127|SSL_ST_CONNECT) +# define SSL3_ST_CR_CERT_A (0x130|SSL_ST_CONNECT) +# define SSL3_ST_CR_CERT_B (0x131|SSL_ST_CONNECT) +# define SSL3_ST_CR_KEY_EXCH_A (0x140|SSL_ST_CONNECT) +# define SSL3_ST_CR_KEY_EXCH_B (0x141|SSL_ST_CONNECT) +# define SSL3_ST_CR_CERT_REQ_A (0x150|SSL_ST_CONNECT) +# define SSL3_ST_CR_CERT_REQ_B (0x151|SSL_ST_CONNECT) +# define SSL3_ST_CR_SRVR_DONE_A (0x160|SSL_ST_CONNECT) +# define SSL3_ST_CR_SRVR_DONE_B (0x161|SSL_ST_CONNECT) /* write to server */ -#define SSL3_ST_CW_CERT_A (0x170|SSL_ST_CONNECT) -#define SSL3_ST_CW_CERT_B (0x171|SSL_ST_CONNECT) -#define SSL3_ST_CW_CERT_C (0x172|SSL_ST_CONNECT) -#define SSL3_ST_CW_CERT_D (0x173|SSL_ST_CONNECT) -#define SSL3_ST_CW_KEY_EXCH_A (0x180|SSL_ST_CONNECT) -#define SSL3_ST_CW_KEY_EXCH_B (0x181|SSL_ST_CONNECT) -#define SSL3_ST_CW_CERT_VRFY_A (0x190|SSL_ST_CONNECT) -#define SSL3_ST_CW_CERT_VRFY_B (0x191|SSL_ST_CONNECT) -#define SSL3_ST_CW_CHANGE_A (0x1A0|SSL_ST_CONNECT) -#define SSL3_ST_CW_CHANGE_B (0x1A1|SSL_ST_CONNECT) -#ifndef OPENSSL_NO_NEXTPROTONEG -#define SSL3_ST_CW_NEXT_PROTO_A (0x200|SSL_ST_CONNECT) -#define SSL3_ST_CW_NEXT_PROTO_B (0x201|SSL_ST_CONNECT) -#endif -#define SSL3_ST_CW_FINISHED_A (0x1B0|SSL_ST_CONNECT) -#define SSL3_ST_CW_FINISHED_B (0x1B1|SSL_ST_CONNECT) +# define SSL3_ST_CW_CERT_A (0x170|SSL_ST_CONNECT) +# define SSL3_ST_CW_CERT_B (0x171|SSL_ST_CONNECT) +# define SSL3_ST_CW_CERT_C (0x172|SSL_ST_CONNECT) +# define SSL3_ST_CW_CERT_D (0x173|SSL_ST_CONNECT) +# define SSL3_ST_CW_KEY_EXCH_A (0x180|SSL_ST_CONNECT) +# define SSL3_ST_CW_KEY_EXCH_B (0x181|SSL_ST_CONNECT) +# define SSL3_ST_CW_CERT_VRFY_A (0x190|SSL_ST_CONNECT) +# define SSL3_ST_CW_CERT_VRFY_B (0x191|SSL_ST_CONNECT) +# define SSL3_ST_CW_CHANGE_A (0x1A0|SSL_ST_CONNECT) +# define SSL3_ST_CW_CHANGE_B (0x1A1|SSL_ST_CONNECT) +# ifndef OPENSSL_NO_NEXTPROTONEG +# define SSL3_ST_CW_NEXT_PROTO_A (0x200|SSL_ST_CONNECT) +# define SSL3_ST_CW_NEXT_PROTO_B (0x201|SSL_ST_CONNECT) +# endif +# define SSL3_ST_CW_FINISHED_A (0x1B0|SSL_ST_CONNECT) +# define SSL3_ST_CW_FINISHED_B (0x1B1|SSL_ST_CONNECT) /* read from server */ -#define SSL3_ST_CR_CHANGE_A (0x1C0|SSL_ST_CONNECT) -#define SSL3_ST_CR_CHANGE_B (0x1C1|SSL_ST_CONNECT) -#define SSL3_ST_CR_FINISHED_A (0x1D0|SSL_ST_CONNECT) -#define SSL3_ST_CR_FINISHED_B (0x1D1|SSL_ST_CONNECT) -#define SSL3_ST_CR_SESSION_TICKET_A (0x1E0|SSL_ST_CONNECT) -#define SSL3_ST_CR_SESSION_TICKET_B (0x1E1|SSL_ST_CONNECT) -#define SSL3_ST_CR_CERT_STATUS_A (0x1F0|SSL_ST_CONNECT) -#define SSL3_ST_CR_CERT_STATUS_B (0x1F1|SSL_ST_CONNECT) +# define SSL3_ST_CR_CHANGE_A (0x1C0|SSL_ST_CONNECT) +# define SSL3_ST_CR_CHANGE_B (0x1C1|SSL_ST_CONNECT) +# define SSL3_ST_CR_FINISHED_A (0x1D0|SSL_ST_CONNECT) +# define SSL3_ST_CR_FINISHED_B (0x1D1|SSL_ST_CONNECT) +# define SSL3_ST_CR_SESSION_TICKET_A (0x1E0|SSL_ST_CONNECT) +# define SSL3_ST_CR_SESSION_TICKET_B (0x1E1|SSL_ST_CONNECT) +# define SSL3_ST_CR_CERT_STATUS_A (0x1F0|SSL_ST_CONNECT) +# define SSL3_ST_CR_CERT_STATUS_B (0x1F1|SSL_ST_CONNECT) /* server */ /* extra state */ -#define SSL3_ST_SW_FLUSH (0x100|SSL_ST_ACCEPT) -#ifndef OPENSSL_NO_SCTP -#define DTLS1_SCTP_ST_SW_WRITE_SOCK (0x310|SSL_ST_ACCEPT) -#define DTLS1_SCTP_ST_SR_READ_SOCK (0x320|SSL_ST_ACCEPT) -#endif +# define SSL3_ST_SW_FLUSH (0x100|SSL_ST_ACCEPT) +# ifndef OPENSSL_NO_SCTP +# define DTLS1_SCTP_ST_SW_WRITE_SOCK (0x310|SSL_ST_ACCEPT) +# define DTLS1_SCTP_ST_SR_READ_SOCK (0x320|SSL_ST_ACCEPT) +# endif /* read from client */ /* Do not change the number values, they do matter */ -#define SSL3_ST_SR_CLNT_HELLO_A (0x110|SSL_ST_ACCEPT) -#define SSL3_ST_SR_CLNT_HELLO_B (0x111|SSL_ST_ACCEPT) -#define SSL3_ST_SR_CLNT_HELLO_C (0x112|SSL_ST_ACCEPT) +# define SSL3_ST_SR_CLNT_HELLO_A (0x110|SSL_ST_ACCEPT) +# define SSL3_ST_SR_CLNT_HELLO_B (0x111|SSL_ST_ACCEPT) +# define SSL3_ST_SR_CLNT_HELLO_C (0x112|SSL_ST_ACCEPT) +# define SSL3_ST_SR_CLNT_HELLO_D (0x115|SSL_ST_ACCEPT) /* write to client */ -#define DTLS1_ST_SW_HELLO_VERIFY_REQUEST_A (0x113|SSL_ST_ACCEPT) -#define DTLS1_ST_SW_HELLO_VERIFY_REQUEST_B (0x114|SSL_ST_ACCEPT) -#define SSL3_ST_SW_HELLO_REQ_A (0x120|SSL_ST_ACCEPT) -#define SSL3_ST_SW_HELLO_REQ_B (0x121|SSL_ST_ACCEPT) -#define SSL3_ST_SW_HELLO_REQ_C (0x122|SSL_ST_ACCEPT) -#define SSL3_ST_SW_SRVR_HELLO_A (0x130|SSL_ST_ACCEPT) -#define SSL3_ST_SW_SRVR_HELLO_B (0x131|SSL_ST_ACCEPT) -#define SSL3_ST_SW_CERT_A (0x140|SSL_ST_ACCEPT) -#define SSL3_ST_SW_CERT_B (0x141|SSL_ST_ACCEPT) -#define SSL3_ST_SW_KEY_EXCH_A (0x150|SSL_ST_ACCEPT) -#define SSL3_ST_SW_KEY_EXCH_B (0x151|SSL_ST_ACCEPT) -#define SSL3_ST_SW_CERT_REQ_A (0x160|SSL_ST_ACCEPT) -#define SSL3_ST_SW_CERT_REQ_B (0x161|SSL_ST_ACCEPT) -#define SSL3_ST_SW_SRVR_DONE_A (0x170|SSL_ST_ACCEPT) -#define SSL3_ST_SW_SRVR_DONE_B (0x171|SSL_ST_ACCEPT) +# define DTLS1_ST_SW_HELLO_VERIFY_REQUEST_A (0x113|SSL_ST_ACCEPT) +# define DTLS1_ST_SW_HELLO_VERIFY_REQUEST_B (0x114|SSL_ST_ACCEPT) +# define SSL3_ST_SW_HELLO_REQ_A (0x120|SSL_ST_ACCEPT) +# define SSL3_ST_SW_HELLO_REQ_B (0x121|SSL_ST_ACCEPT) +# define SSL3_ST_SW_HELLO_REQ_C (0x122|SSL_ST_ACCEPT) +# define SSL3_ST_SW_SRVR_HELLO_A (0x130|SSL_ST_ACCEPT) +# define SSL3_ST_SW_SRVR_HELLO_B (0x131|SSL_ST_ACCEPT) +# define SSL3_ST_SW_CERT_A (0x140|SSL_ST_ACCEPT) +# define SSL3_ST_SW_CERT_B (0x141|SSL_ST_ACCEPT) +# define SSL3_ST_SW_KEY_EXCH_A (0x150|SSL_ST_ACCEPT) +# define SSL3_ST_SW_KEY_EXCH_B (0x151|SSL_ST_ACCEPT) +# define SSL3_ST_SW_CERT_REQ_A (0x160|SSL_ST_ACCEPT) +# define SSL3_ST_SW_CERT_REQ_B (0x161|SSL_ST_ACCEPT) +# define SSL3_ST_SW_SRVR_DONE_A (0x170|SSL_ST_ACCEPT) +# define SSL3_ST_SW_SRVR_DONE_B (0x171|SSL_ST_ACCEPT) /* read from client */ -#define SSL3_ST_SR_CERT_A (0x180|SSL_ST_ACCEPT) -#define SSL3_ST_SR_CERT_B (0x181|SSL_ST_ACCEPT) -#define SSL3_ST_SR_KEY_EXCH_A (0x190|SSL_ST_ACCEPT) -#define SSL3_ST_SR_KEY_EXCH_B (0x191|SSL_ST_ACCEPT) -#define SSL3_ST_SR_CERT_VRFY_A (0x1A0|SSL_ST_ACCEPT) -#define SSL3_ST_SR_CERT_VRFY_B (0x1A1|SSL_ST_ACCEPT) -#define SSL3_ST_SR_CHANGE_A (0x1B0|SSL_ST_ACCEPT) -#define SSL3_ST_SR_CHANGE_B (0x1B1|SSL_ST_ACCEPT) -#ifndef OPENSSL_NO_NEXTPROTONEG -#define SSL3_ST_SR_NEXT_PROTO_A (0x210|SSL_ST_ACCEPT) -#define SSL3_ST_SR_NEXT_PROTO_B (0x211|SSL_ST_ACCEPT) -#endif -#define SSL3_ST_SR_FINISHED_A (0x1C0|SSL_ST_ACCEPT) -#define SSL3_ST_SR_FINISHED_B (0x1C1|SSL_ST_ACCEPT) +# define SSL3_ST_SR_CERT_A (0x180|SSL_ST_ACCEPT) +# define SSL3_ST_SR_CERT_B (0x181|SSL_ST_ACCEPT) +# define SSL3_ST_SR_KEY_EXCH_A (0x190|SSL_ST_ACCEPT) +# define SSL3_ST_SR_KEY_EXCH_B (0x191|SSL_ST_ACCEPT) +# define SSL3_ST_SR_CERT_VRFY_A (0x1A0|SSL_ST_ACCEPT) +# define SSL3_ST_SR_CERT_VRFY_B (0x1A1|SSL_ST_ACCEPT) +# define SSL3_ST_SR_CHANGE_A (0x1B0|SSL_ST_ACCEPT) +# define SSL3_ST_SR_CHANGE_B (0x1B1|SSL_ST_ACCEPT) +# ifndef OPENSSL_NO_NEXTPROTONEG +# define SSL3_ST_SR_NEXT_PROTO_A (0x210|SSL_ST_ACCEPT) +# define SSL3_ST_SR_NEXT_PROTO_B (0x211|SSL_ST_ACCEPT) +# endif +# define SSL3_ST_SR_FINISHED_A (0x1C0|SSL_ST_ACCEPT) +# define SSL3_ST_SR_FINISHED_B (0x1C1|SSL_ST_ACCEPT) /* write to client */ -#define SSL3_ST_SW_CHANGE_A (0x1D0|SSL_ST_ACCEPT) -#define SSL3_ST_SW_CHANGE_B (0x1D1|SSL_ST_ACCEPT) -#define SSL3_ST_SW_FINISHED_A (0x1E0|SSL_ST_ACCEPT) -#define SSL3_ST_SW_FINISHED_B (0x1E1|SSL_ST_ACCEPT) -#define SSL3_ST_SW_SESSION_TICKET_A (0x1F0|SSL_ST_ACCEPT) -#define SSL3_ST_SW_SESSION_TICKET_B (0x1F1|SSL_ST_ACCEPT) -#define SSL3_ST_SW_CERT_STATUS_A (0x200|SSL_ST_ACCEPT) -#define SSL3_ST_SW_CERT_STATUS_B (0x201|SSL_ST_ACCEPT) - -#define SSL3_MT_HELLO_REQUEST 0 -#define SSL3_MT_CLIENT_HELLO 1 -#define SSL3_MT_SERVER_HELLO 2 -#define SSL3_MT_NEWSESSION_TICKET 4 -#define SSL3_MT_CERTIFICATE 11 -#define SSL3_MT_SERVER_KEY_EXCHANGE 12 -#define SSL3_MT_CERTIFICATE_REQUEST 13 -#define SSL3_MT_SERVER_DONE 14 -#define SSL3_MT_CERTIFICATE_VERIFY 15 -#define SSL3_MT_CLIENT_KEY_EXCHANGE 16 -#define SSL3_MT_FINISHED 20 -#define SSL3_MT_CERTIFICATE_STATUS 22 -#ifndef OPENSSL_NO_NEXTPROTONEG -#define SSL3_MT_NEXT_PROTO 67 -#endif -#define DTLS1_MT_HELLO_VERIFY_REQUEST 3 - +# define SSL3_ST_SW_CHANGE_A (0x1D0|SSL_ST_ACCEPT) +# define SSL3_ST_SW_CHANGE_B (0x1D1|SSL_ST_ACCEPT) +# define SSL3_ST_SW_FINISHED_A (0x1E0|SSL_ST_ACCEPT) +# define SSL3_ST_SW_FINISHED_B (0x1E1|SSL_ST_ACCEPT) +# define SSL3_ST_SW_SESSION_TICKET_A (0x1F0|SSL_ST_ACCEPT) +# define SSL3_ST_SW_SESSION_TICKET_B (0x1F1|SSL_ST_ACCEPT) +# define SSL3_ST_SW_CERT_STATUS_A (0x200|SSL_ST_ACCEPT) +# define SSL3_ST_SW_CERT_STATUS_B (0x201|SSL_ST_ACCEPT) + +# define SSL3_MT_HELLO_REQUEST 0 +# define SSL3_MT_CLIENT_HELLO 1 +# define SSL3_MT_SERVER_HELLO 2 +# define SSL3_MT_NEWSESSION_TICKET 4 +# define SSL3_MT_CERTIFICATE 11 +# define SSL3_MT_SERVER_KEY_EXCHANGE 12 +# define SSL3_MT_CERTIFICATE_REQUEST 13 +# define SSL3_MT_SERVER_DONE 14 +# define SSL3_MT_CERTIFICATE_VERIFY 15 +# define SSL3_MT_CLIENT_KEY_EXCHANGE 16 +# define SSL3_MT_FINISHED 20 +# define SSL3_MT_CERTIFICATE_STATUS 22 +# ifndef OPENSSL_NO_NEXTPROTONEG +# define SSL3_MT_NEXT_PROTO 67 +# endif +# define DTLS1_MT_HELLO_VERIFY_REQUEST 3 -#define SSL3_MT_CCS 1 +# define SSL3_MT_CCS 1 /* These are used when changing over to a new cipher */ -#define SSL3_CC_READ 0x01 -#define SSL3_CC_WRITE 0x02 -#define SSL3_CC_CLIENT 0x10 -#define SSL3_CC_SERVER 0x20 -#define SSL3_CHANGE_CIPHER_CLIENT_WRITE (SSL3_CC_CLIENT|SSL3_CC_WRITE) -#define SSL3_CHANGE_CIPHER_SERVER_READ (SSL3_CC_SERVER|SSL3_CC_READ) -#define SSL3_CHANGE_CIPHER_CLIENT_READ (SSL3_CC_CLIENT|SSL3_CC_READ) -#define SSL3_CHANGE_CIPHER_SERVER_WRITE (SSL3_CC_SERVER|SSL3_CC_WRITE) +# define SSL3_CC_READ 0x01 +# define SSL3_CC_WRITE 0x02 +# define SSL3_CC_CLIENT 0x10 +# define SSL3_CC_SERVER 0x20 +# define SSL3_CHANGE_CIPHER_CLIENT_WRITE (SSL3_CC_CLIENT|SSL3_CC_WRITE) +# define SSL3_CHANGE_CIPHER_SERVER_READ (SSL3_CC_SERVER|SSL3_CC_READ) +# define SSL3_CHANGE_CIPHER_CLIENT_READ (SSL3_CC_CLIENT|SSL3_CC_READ) +# define SSL3_CHANGE_CIPHER_SERVER_WRITE (SSL3_CC_SERVER|SSL3_CC_WRITE) #ifdef __cplusplus } #endif #endif - diff --git a/openssl/ssl/ssl_algs.c b/openssl/ssl/ssl_algs.c index 9c34d1972..e6f515ff6 100644 --- a/openssl/ssl/ssl_algs.c +++ b/openssl/ssl/ssl_algs.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -62,89 +62,94 @@ #include "ssl_locl.h" int SSL_library_init(void) - { +{ #ifndef OPENSSL_NO_DES - EVP_add_cipher(EVP_des_cbc()); - EVP_add_cipher(EVP_des_ede3_cbc()); + EVP_add_cipher(EVP_des_cbc()); + EVP_add_cipher(EVP_des_ede3_cbc()); #endif #ifndef OPENSSL_NO_IDEA - EVP_add_cipher(EVP_idea_cbc()); + EVP_add_cipher(EVP_idea_cbc()); #endif #ifndef OPENSSL_NO_RC4 - EVP_add_cipher(EVP_rc4()); -#if !defined(OPENSSL_NO_MD5) && (defined(__x86_64) || defined(__x86_64__)) - EVP_add_cipher(EVP_rc4_hmac_md5()); + EVP_add_cipher(EVP_rc4()); +# if !defined(OPENSSL_NO_MD5) && (defined(__x86_64) || defined(__x86_64__)) + EVP_add_cipher(EVP_rc4_hmac_md5()); +# endif #endif -#endif #ifndef OPENSSL_NO_RC2 - EVP_add_cipher(EVP_rc2_cbc()); - /* Not actually used for SSL/TLS but this makes PKCS#12 work - * if an application only calls SSL_library_init(). - */ - EVP_add_cipher(EVP_rc2_40_cbc()); + EVP_add_cipher(EVP_rc2_cbc()); + /* + * Not actually used for SSL/TLS but this makes PKCS#12 work if an + * application only calls SSL_library_init(). + */ + EVP_add_cipher(EVP_rc2_40_cbc()); #endif #ifndef OPENSSL_NO_AES - EVP_add_cipher(EVP_aes_128_cbc()); - EVP_add_cipher(EVP_aes_192_cbc()); - EVP_add_cipher(EVP_aes_256_cbc()); - EVP_add_cipher(EVP_aes_128_gcm()); - EVP_add_cipher(EVP_aes_256_gcm()); -#if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA1) - EVP_add_cipher(EVP_aes_128_cbc_hmac_sha1()); - EVP_add_cipher(EVP_aes_256_cbc_hmac_sha1()); -#endif + EVP_add_cipher(EVP_aes_128_cbc()); + EVP_add_cipher(EVP_aes_192_cbc()); + EVP_add_cipher(EVP_aes_256_cbc()); + EVP_add_cipher(EVP_aes_128_gcm()); + EVP_add_cipher(EVP_aes_256_gcm()); +# if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA1) + EVP_add_cipher(EVP_aes_128_cbc_hmac_sha1()); + EVP_add_cipher(EVP_aes_256_cbc_hmac_sha1()); +# endif +# if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA256) + EVP_add_cipher(EVP_aes_128_cbc_hmac_sha256()); + EVP_add_cipher(EVP_aes_256_cbc_hmac_sha256()); +# endif #endif #ifndef OPENSSL_NO_CAMELLIA - EVP_add_cipher(EVP_camellia_128_cbc()); - EVP_add_cipher(EVP_camellia_256_cbc()); + EVP_add_cipher(EVP_camellia_128_cbc()); + EVP_add_cipher(EVP_camellia_256_cbc()); #endif #ifndef OPENSSL_NO_SEED - EVP_add_cipher(EVP_seed_cbc()); + EVP_add_cipher(EVP_seed_cbc()); #endif - + #ifndef OPENSSL_NO_MD5 - EVP_add_digest(EVP_md5()); - EVP_add_digest_alias(SN_md5,"ssl2-md5"); - EVP_add_digest_alias(SN_md5,"ssl3-md5"); + EVP_add_digest(EVP_md5()); + EVP_add_digest_alias(SN_md5, "ssl2-md5"); + EVP_add_digest_alias(SN_md5, "ssl3-md5"); #endif #ifndef OPENSSL_NO_SHA - EVP_add_digest(EVP_sha1()); /* RSA with sha1 */ - EVP_add_digest_alias(SN_sha1,"ssl3-sha1"); - EVP_add_digest_alias(SN_sha1WithRSAEncryption,SN_sha1WithRSA); + EVP_add_digest(EVP_sha1()); /* RSA with sha1 */ + EVP_add_digest_alias(SN_sha1, "ssl3-sha1"); + EVP_add_digest_alias(SN_sha1WithRSAEncryption, SN_sha1WithRSA); #endif #ifndef OPENSSL_NO_SHA256 - EVP_add_digest(EVP_sha224()); - EVP_add_digest(EVP_sha256()); + EVP_add_digest(EVP_sha224()); + EVP_add_digest(EVP_sha256()); #endif #ifndef OPENSSL_NO_SHA512 - EVP_add_digest(EVP_sha384()); - EVP_add_digest(EVP_sha512()); + EVP_add_digest(EVP_sha384()); + EVP_add_digest(EVP_sha512()); #endif #if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_DSA) - EVP_add_digest(EVP_dss1()); /* DSA with sha1 */ - EVP_add_digest_alias(SN_dsaWithSHA1,SN_dsaWithSHA1_2); - EVP_add_digest_alias(SN_dsaWithSHA1,"DSS1"); - EVP_add_digest_alias(SN_dsaWithSHA1,"dss1"); + EVP_add_digest(EVP_dss1()); /* DSA with sha1 */ + EVP_add_digest_alias(SN_dsaWithSHA1, SN_dsaWithSHA1_2); + EVP_add_digest_alias(SN_dsaWithSHA1, "DSS1"); + EVP_add_digest_alias(SN_dsaWithSHA1, "dss1"); #endif #ifndef OPENSSL_NO_ECDSA - EVP_add_digest(EVP_ecdsa()); + EVP_add_digest(EVP_ecdsa()); #endif - /* If you want support for phased out ciphers, add the following */ + /* If you want support for phased out ciphers, add the following */ #if 0 - EVP_add_digest(EVP_sha()); - EVP_add_digest(EVP_dss()); + EVP_add_digest(EVP_sha()); + EVP_add_digest(EVP_dss()); #endif #ifndef OPENSSL_NO_COMP - /* This will initialise the built-in compression algorithms. - The value returned is a STACK_OF(SSL_COMP), but that can - be discarded safely */ - (void)SSL_COMP_get_compression_methods(); -#endif - /* initialize cipher/digest methods table */ - ssl_load_ciphers(); - return(1); - } - + /* + * This will initialise the built-in compression algorithms. The value + * returned is a STACK_OF(SSL_COMP), but that can be discarded safely + */ + (void)SSL_COMP_get_compression_methods(); +#endif + /* initialize cipher/digest methods table */ + ssl_load_ciphers(); + return (1); +} diff --git a/openssl/ssl/ssl_asn1.c b/openssl/ssl/ssl_asn1.c index 477500371..f8c265cdd 100644 --- a/openssl/ssl/ssl_asn1.c +++ b/openssl/ssl/ssl_asn1.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -89,558 +89,543 @@ #include #include -typedef struct ssl_session_asn1_st - { - ASN1_INTEGER version; - ASN1_INTEGER ssl_version; - ASN1_OCTET_STRING cipher; - ASN1_OCTET_STRING comp_id; - ASN1_OCTET_STRING master_key; - ASN1_OCTET_STRING session_id; - ASN1_OCTET_STRING session_id_context; - ASN1_OCTET_STRING key_arg; +typedef struct ssl_session_asn1_st { + ASN1_INTEGER version; + ASN1_INTEGER ssl_version; + ASN1_OCTET_STRING cipher; + ASN1_OCTET_STRING comp_id; + ASN1_OCTET_STRING master_key; + ASN1_OCTET_STRING session_id; + ASN1_OCTET_STRING session_id_context; + ASN1_OCTET_STRING key_arg; #ifndef OPENSSL_NO_KRB5 - ASN1_OCTET_STRING krb5_princ; -#endif /* OPENSSL_NO_KRB5 */ - ASN1_INTEGER time; - ASN1_INTEGER timeout; - ASN1_INTEGER verify_result; + ASN1_OCTET_STRING krb5_princ; +#endif /* OPENSSL_NO_KRB5 */ + ASN1_INTEGER time; + ASN1_INTEGER timeout; + ASN1_INTEGER verify_result; #ifndef OPENSSL_NO_TLSEXT - ASN1_OCTET_STRING tlsext_hostname; - ASN1_INTEGER tlsext_tick_lifetime; - ASN1_OCTET_STRING tlsext_tick; -#endif /* OPENSSL_NO_TLSEXT */ + ASN1_OCTET_STRING tlsext_hostname; + ASN1_INTEGER tlsext_tick_lifetime; + ASN1_OCTET_STRING tlsext_tick; +#endif /* OPENSSL_NO_TLSEXT */ #ifndef OPENSSL_NO_PSK - ASN1_OCTET_STRING psk_identity_hint; - ASN1_OCTET_STRING psk_identity; -#endif /* OPENSSL_NO_PSK */ + ASN1_OCTET_STRING psk_identity_hint; + ASN1_OCTET_STRING psk_identity; +#endif /* OPENSSL_NO_PSK */ #ifndef OPENSSL_NO_SRP - ASN1_OCTET_STRING srp_username; -#endif /* OPENSSL_NO_SRP */ - } SSL_SESSION_ASN1; + ASN1_OCTET_STRING srp_username; +#endif /* OPENSSL_NO_SRP */ +} SSL_SESSION_ASN1; int i2d_SSL_SESSION(SSL_SESSION *in, unsigned char **pp) - { +{ #define LSIZE2 (sizeof(long)*2) - int v1=0,v2=0,v3=0,v4=0,v5=0,v7=0,v8=0; - unsigned char buf[4],ibuf1[LSIZE2],ibuf2[LSIZE2]; - unsigned char ibuf3[LSIZE2],ibuf4[LSIZE2],ibuf5[LSIZE2]; + int v1 = 0, v2 = 0, v3 = 0, v4 = 0, v5 = 0, v7 = 0, v8 = 0; + unsigned char buf[4], ibuf1[LSIZE2], ibuf2[LSIZE2]; + unsigned char ibuf3[LSIZE2], ibuf4[LSIZE2], ibuf5[LSIZE2]; #ifndef OPENSSL_NO_TLSEXT - int v6=0,v9=0,v10=0; - unsigned char ibuf6[LSIZE2]; + int v6 = 0, v9 = 0, v10 = 0; + unsigned char ibuf6[LSIZE2]; #endif #ifndef OPENSSL_NO_COMP - unsigned char cbuf; - int v11=0; + unsigned char cbuf; + int v11 = 0; #endif #ifndef OPENSSL_NO_SRP - int v12=0; + int v12 = 0; #endif - long l; - SSL_SESSION_ASN1 a; - M_ASN1_I2D_vars(in); - - if ((in == NULL) || ((in->cipher == NULL) && (in->cipher_id == 0))) - return(0); - - /* Note that I cheat in the following 2 assignments. I know - * that if the ASN1_INTEGER passed to ASN1_INTEGER_set - * is > sizeof(long)+1, the buffer will not be re-OPENSSL_malloc()ed. - * This is a bit evil but makes things simple, no dynamic allocation - * to clean up :-) */ - a.version.length=LSIZE2; - a.version.type=V_ASN1_INTEGER; - a.version.data=ibuf1; - ASN1_INTEGER_set(&(a.version),SSL_SESSION_ASN1_VERSION); - - a.ssl_version.length=LSIZE2; - a.ssl_version.type=V_ASN1_INTEGER; - a.ssl_version.data=ibuf2; - ASN1_INTEGER_set(&(a.ssl_version),in->ssl_version); - - a.cipher.type=V_ASN1_OCTET_STRING; - a.cipher.data=buf; - - if (in->cipher == NULL) - l=in->cipher_id; - else - l=in->cipher->id; - if (in->ssl_version == SSL2_VERSION) - { - a.cipher.length=3; - buf[0]=((unsigned char)(l>>16L))&0xff; - buf[1]=((unsigned char)(l>> 8L))&0xff; - buf[2]=((unsigned char)(l ))&0xff; - } - else - { - a.cipher.length=2; - buf[0]=((unsigned char)(l>>8L))&0xff; - buf[1]=((unsigned char)(l ))&0xff; - } + long l; + SSL_SESSION_ASN1 a; + M_ASN1_I2D_vars(in); + + if ((in == NULL) || ((in->cipher == NULL) && (in->cipher_id == 0))) + return (0); + + /* + * Note that I cheat in the following 2 assignments. I know that if the + * ASN1_INTEGER passed to ASN1_INTEGER_set is > sizeof(long)+1, the + * buffer will not be re-OPENSSL_malloc()ed. This is a bit evil but makes + * things simple, no dynamic allocation to clean up :-) + */ + a.version.length = LSIZE2; + a.version.type = V_ASN1_INTEGER; + a.version.data = ibuf1; + ASN1_INTEGER_set(&(a.version), SSL_SESSION_ASN1_VERSION); + + a.ssl_version.length = LSIZE2; + a.ssl_version.type = V_ASN1_INTEGER; + a.ssl_version.data = ibuf2; + ASN1_INTEGER_set(&(a.ssl_version), in->ssl_version); + + a.cipher.type = V_ASN1_OCTET_STRING; + a.cipher.data = buf; + + if (in->cipher == NULL) + l = in->cipher_id; + else + l = in->cipher->id; + if (in->ssl_version == SSL2_VERSION) { + a.cipher.length = 3; + buf[0] = ((unsigned char)(l >> 16L)) & 0xff; + buf[1] = ((unsigned char)(l >> 8L)) & 0xff; + buf[2] = ((unsigned char)(l)) & 0xff; + } else { + a.cipher.length = 2; + buf[0] = ((unsigned char)(l >> 8L)) & 0xff; + buf[1] = ((unsigned char)(l)) & 0xff; + } #ifndef OPENSSL_NO_COMP - if (in->compress_meth) - { - cbuf = (unsigned char)in->compress_meth; - a.comp_id.length = 1; - a.comp_id.type = V_ASN1_OCTET_STRING; - a.comp_id.data = &cbuf; - } + if (in->compress_meth) { + cbuf = (unsigned char)in->compress_meth; + a.comp_id.length = 1; + a.comp_id.type = V_ASN1_OCTET_STRING; + a.comp_id.data = &cbuf; + } #endif - a.master_key.length=in->master_key_length; - a.master_key.type=V_ASN1_OCTET_STRING; - a.master_key.data=in->master_key; + a.master_key.length = in->master_key_length; + a.master_key.type = V_ASN1_OCTET_STRING; + a.master_key.data = in->master_key; - a.session_id.length=in->session_id_length; - a.session_id.type=V_ASN1_OCTET_STRING; - a.session_id.data=in->session_id; + a.session_id.length = in->session_id_length; + a.session_id.type = V_ASN1_OCTET_STRING; + a.session_id.data = in->session_id; - a.session_id_context.length=in->sid_ctx_length; - a.session_id_context.type=V_ASN1_OCTET_STRING; - a.session_id_context.data=in->sid_ctx; + a.session_id_context.length = in->sid_ctx_length; + a.session_id_context.type = V_ASN1_OCTET_STRING; + a.session_id_context.data = in->sid_ctx; - a.key_arg.length=in->key_arg_length; - a.key_arg.type=V_ASN1_OCTET_STRING; - a.key_arg.data=in->key_arg; + a.key_arg.length = in->key_arg_length; + a.key_arg.type = V_ASN1_OCTET_STRING; + a.key_arg.data = in->key_arg; #ifndef OPENSSL_NO_KRB5 - if (in->krb5_client_princ_len) - { - a.krb5_princ.length=in->krb5_client_princ_len; - a.krb5_princ.type=V_ASN1_OCTET_STRING; - a.krb5_princ.data=in->krb5_client_princ; - } -#endif /* OPENSSL_NO_KRB5 */ - - if (in->time != 0L) - { - a.time.length=LSIZE2; - a.time.type=V_ASN1_INTEGER; - a.time.data=ibuf3; - ASN1_INTEGER_set(&(a.time),in->time); - } - - if (in->timeout != 0L) - { - a.timeout.length=LSIZE2; - a.timeout.type=V_ASN1_INTEGER; - a.timeout.data=ibuf4; - ASN1_INTEGER_set(&(a.timeout),in->timeout); - } - - if (in->verify_result != X509_V_OK) - { - a.verify_result.length=LSIZE2; - a.verify_result.type=V_ASN1_INTEGER; - a.verify_result.data=ibuf5; - ASN1_INTEGER_set(&a.verify_result,in->verify_result); - } - + if (in->krb5_client_princ_len) { + a.krb5_princ.length = in->krb5_client_princ_len; + a.krb5_princ.type = V_ASN1_OCTET_STRING; + a.krb5_princ.data = in->krb5_client_princ; + } +#endif /* OPENSSL_NO_KRB5 */ + + if (in->time != 0L) { + a.time.length = LSIZE2; + a.time.type = V_ASN1_INTEGER; + a.time.data = ibuf3; + ASN1_INTEGER_set(&(a.time), in->time); + } + + if (in->timeout != 0L) { + a.timeout.length = LSIZE2; + a.timeout.type = V_ASN1_INTEGER; + a.timeout.data = ibuf4; + ASN1_INTEGER_set(&(a.timeout), in->timeout); + } + + if (in->verify_result != X509_V_OK) { + a.verify_result.length = LSIZE2; + a.verify_result.type = V_ASN1_INTEGER; + a.verify_result.data = ibuf5; + ASN1_INTEGER_set(&a.verify_result, in->verify_result); + } #ifndef OPENSSL_NO_TLSEXT - if (in->tlsext_hostname) - { - a.tlsext_hostname.length=strlen(in->tlsext_hostname); - a.tlsext_hostname.type=V_ASN1_OCTET_STRING; - a.tlsext_hostname.data=(unsigned char *)in->tlsext_hostname; - } - if (in->tlsext_tick) - { - a.tlsext_tick.length= in->tlsext_ticklen; - a.tlsext_tick.type=V_ASN1_OCTET_STRING; - a.tlsext_tick.data=(unsigned char *)in->tlsext_tick; - } - if (in->tlsext_tick_lifetime_hint > 0) - { - a.tlsext_tick_lifetime.length=LSIZE2; - a.tlsext_tick_lifetime.type=V_ASN1_INTEGER; - a.tlsext_tick_lifetime.data=ibuf6; - ASN1_INTEGER_set(&a.tlsext_tick_lifetime,in->tlsext_tick_lifetime_hint); - } -#endif /* OPENSSL_NO_TLSEXT */ + if (in->tlsext_hostname) { + a.tlsext_hostname.length = strlen(in->tlsext_hostname); + a.tlsext_hostname.type = V_ASN1_OCTET_STRING; + a.tlsext_hostname.data = (unsigned char *)in->tlsext_hostname; + } + if (in->tlsext_tick) { + a.tlsext_tick.length = in->tlsext_ticklen; + a.tlsext_tick.type = V_ASN1_OCTET_STRING; + a.tlsext_tick.data = (unsigned char *)in->tlsext_tick; + } + if (in->tlsext_tick_lifetime_hint > 0) { + a.tlsext_tick_lifetime.length = LSIZE2; + a.tlsext_tick_lifetime.type = V_ASN1_INTEGER; + a.tlsext_tick_lifetime.data = ibuf6; + ASN1_INTEGER_set(&a.tlsext_tick_lifetime, + in->tlsext_tick_lifetime_hint); + } +#endif /* OPENSSL_NO_TLSEXT */ #ifndef OPENSSL_NO_PSK - if (in->psk_identity_hint) - { - a.psk_identity_hint.length=strlen(in->psk_identity_hint); - a.psk_identity_hint.type=V_ASN1_OCTET_STRING; - a.psk_identity_hint.data=(unsigned char *)(in->psk_identity_hint); - } - if (in->psk_identity) - { - a.psk_identity.length=strlen(in->psk_identity); - a.psk_identity.type=V_ASN1_OCTET_STRING; - a.psk_identity.data=(unsigned char *)(in->psk_identity); - } -#endif /* OPENSSL_NO_PSK */ + if (in->psk_identity_hint) { + a.psk_identity_hint.length = strlen(in->psk_identity_hint); + a.psk_identity_hint.type = V_ASN1_OCTET_STRING; + a.psk_identity_hint.data = (unsigned char *)(in->psk_identity_hint); + } + if (in->psk_identity) { + a.psk_identity.length = strlen(in->psk_identity); + a.psk_identity.type = V_ASN1_OCTET_STRING; + a.psk_identity.data = (unsigned char *)(in->psk_identity); + } +#endif /* OPENSSL_NO_PSK */ #ifndef OPENSSL_NO_SRP - if (in->srp_username) - { - a.srp_username.length=strlen(in->srp_username); - a.srp_username.type=V_ASN1_OCTET_STRING; - a.srp_username.data=(unsigned char *)(in->srp_username); - } -#endif /* OPENSSL_NO_SRP */ - - M_ASN1_I2D_len(&(a.version), i2d_ASN1_INTEGER); - M_ASN1_I2D_len(&(a.ssl_version), i2d_ASN1_INTEGER); - M_ASN1_I2D_len(&(a.cipher), i2d_ASN1_OCTET_STRING); - M_ASN1_I2D_len(&(a.session_id), i2d_ASN1_OCTET_STRING); - M_ASN1_I2D_len(&(a.master_key), i2d_ASN1_OCTET_STRING); + if (in->srp_username) { + a.srp_username.length = strlen(in->srp_username); + a.srp_username.type = V_ASN1_OCTET_STRING; + a.srp_username.data = (unsigned char *)(in->srp_username); + } +#endif /* OPENSSL_NO_SRP */ + + M_ASN1_I2D_len(&(a.version), i2d_ASN1_INTEGER); + M_ASN1_I2D_len(&(a.ssl_version), i2d_ASN1_INTEGER); + M_ASN1_I2D_len(&(a.cipher), i2d_ASN1_OCTET_STRING); + M_ASN1_I2D_len(&(a.session_id), i2d_ASN1_OCTET_STRING); + M_ASN1_I2D_len(&(a.master_key), i2d_ASN1_OCTET_STRING); #ifndef OPENSSL_NO_KRB5 - if (in->krb5_client_princ_len) - M_ASN1_I2D_len(&(a.krb5_princ), i2d_ASN1_OCTET_STRING); -#endif /* OPENSSL_NO_KRB5 */ - if (in->key_arg_length > 0) - M_ASN1_I2D_len_IMP_opt(&(a.key_arg),i2d_ASN1_OCTET_STRING); - if (in->time != 0L) - M_ASN1_I2D_len_EXP_opt(&(a.time),i2d_ASN1_INTEGER,1,v1); - if (in->timeout != 0L) - M_ASN1_I2D_len_EXP_opt(&(a.timeout),i2d_ASN1_INTEGER,2,v2); - if (in->peer != NULL) - M_ASN1_I2D_len_EXP_opt(in->peer,i2d_X509,3,v3); - M_ASN1_I2D_len_EXP_opt(&a.session_id_context,i2d_ASN1_OCTET_STRING,4,v4); - if (in->verify_result != X509_V_OK) - M_ASN1_I2D_len_EXP_opt(&(a.verify_result),i2d_ASN1_INTEGER,5,v5); + if (in->krb5_client_princ_len) + M_ASN1_I2D_len(&(a.krb5_princ), i2d_ASN1_OCTET_STRING); +#endif /* OPENSSL_NO_KRB5 */ + if (in->key_arg_length > 0) + M_ASN1_I2D_len_IMP_opt(&(a.key_arg), i2d_ASN1_OCTET_STRING); + if (in->time != 0L) + M_ASN1_I2D_len_EXP_opt(&(a.time), i2d_ASN1_INTEGER, 1, v1); + if (in->timeout != 0L) + M_ASN1_I2D_len_EXP_opt(&(a.timeout), i2d_ASN1_INTEGER, 2, v2); + if (in->peer != NULL) + M_ASN1_I2D_len_EXP_opt(in->peer, i2d_X509, 3, v3); + M_ASN1_I2D_len_EXP_opt(&a.session_id_context, i2d_ASN1_OCTET_STRING, 4, + v4); + if (in->verify_result != X509_V_OK) + M_ASN1_I2D_len_EXP_opt(&(a.verify_result), i2d_ASN1_INTEGER, 5, v5); #ifndef OPENSSL_NO_TLSEXT - if (in->tlsext_tick_lifetime_hint > 0) - M_ASN1_I2D_len_EXP_opt(&a.tlsext_tick_lifetime, i2d_ASN1_INTEGER,9,v9); - if (in->tlsext_tick) - M_ASN1_I2D_len_EXP_opt(&(a.tlsext_tick), i2d_ASN1_OCTET_STRING,10,v10); - if (in->tlsext_hostname) - M_ASN1_I2D_len_EXP_opt(&(a.tlsext_hostname), i2d_ASN1_OCTET_STRING,6,v6); -#ifndef OPENSSL_NO_COMP - if (in->compress_meth) - M_ASN1_I2D_len_EXP_opt(&(a.comp_id), i2d_ASN1_OCTET_STRING,11,v11); -#endif -#endif /* OPENSSL_NO_TLSEXT */ + if (in->tlsext_tick_lifetime_hint > 0) + M_ASN1_I2D_len_EXP_opt(&a.tlsext_tick_lifetime, i2d_ASN1_INTEGER, 9, + v9); + if (in->tlsext_tick) + M_ASN1_I2D_len_EXP_opt(&(a.tlsext_tick), i2d_ASN1_OCTET_STRING, 10, + v10); + if (in->tlsext_hostname) + M_ASN1_I2D_len_EXP_opt(&(a.tlsext_hostname), i2d_ASN1_OCTET_STRING, 6, + v6); +# ifndef OPENSSL_NO_COMP + if (in->compress_meth) + M_ASN1_I2D_len_EXP_opt(&(a.comp_id), i2d_ASN1_OCTET_STRING, 11, v11); +# endif +#endif /* OPENSSL_NO_TLSEXT */ #ifndef OPENSSL_NO_PSK - if (in->psk_identity_hint) - M_ASN1_I2D_len_EXP_opt(&(a.psk_identity_hint), i2d_ASN1_OCTET_STRING,7,v7); - if (in->psk_identity) - M_ASN1_I2D_len_EXP_opt(&(a.psk_identity), i2d_ASN1_OCTET_STRING,8,v8); -#endif /* OPENSSL_NO_PSK */ + if (in->psk_identity_hint) + M_ASN1_I2D_len_EXP_opt(&(a.psk_identity_hint), i2d_ASN1_OCTET_STRING, + 7, v7); + if (in->psk_identity) + M_ASN1_I2D_len_EXP_opt(&(a.psk_identity), i2d_ASN1_OCTET_STRING, 8, + v8); +#endif /* OPENSSL_NO_PSK */ #ifndef OPENSSL_NO_SRP - if (in->srp_username) - M_ASN1_I2D_len_EXP_opt(&(a.srp_username), i2d_ASN1_OCTET_STRING,12,v12); -#endif /* OPENSSL_NO_SRP */ - - M_ASN1_I2D_seq_total(); - - M_ASN1_I2D_put(&(a.version), i2d_ASN1_INTEGER); - M_ASN1_I2D_put(&(a.ssl_version), i2d_ASN1_INTEGER); - M_ASN1_I2D_put(&(a.cipher), i2d_ASN1_OCTET_STRING); - M_ASN1_I2D_put(&(a.session_id), i2d_ASN1_OCTET_STRING); - M_ASN1_I2D_put(&(a.master_key), i2d_ASN1_OCTET_STRING); + if (in->srp_username) + M_ASN1_I2D_len_EXP_opt(&(a.srp_username), i2d_ASN1_OCTET_STRING, 12, + v12); +#endif /* OPENSSL_NO_SRP */ + + M_ASN1_I2D_seq_total(); + + M_ASN1_I2D_put(&(a.version), i2d_ASN1_INTEGER); + M_ASN1_I2D_put(&(a.ssl_version), i2d_ASN1_INTEGER); + M_ASN1_I2D_put(&(a.cipher), i2d_ASN1_OCTET_STRING); + M_ASN1_I2D_put(&(a.session_id), i2d_ASN1_OCTET_STRING); + M_ASN1_I2D_put(&(a.master_key), i2d_ASN1_OCTET_STRING); #ifndef OPENSSL_NO_KRB5 - if (in->krb5_client_princ_len) - M_ASN1_I2D_put(&(a.krb5_princ), i2d_ASN1_OCTET_STRING); -#endif /* OPENSSL_NO_KRB5 */ - if (in->key_arg_length > 0) - M_ASN1_I2D_put_IMP_opt(&(a.key_arg),i2d_ASN1_OCTET_STRING,0); - if (in->time != 0L) - M_ASN1_I2D_put_EXP_opt(&(a.time),i2d_ASN1_INTEGER,1,v1); - if (in->timeout != 0L) - M_ASN1_I2D_put_EXP_opt(&(a.timeout),i2d_ASN1_INTEGER,2,v2); - if (in->peer != NULL) - M_ASN1_I2D_put_EXP_opt(in->peer,i2d_X509,3,v3); - M_ASN1_I2D_put_EXP_opt(&a.session_id_context,i2d_ASN1_OCTET_STRING,4, - v4); - if (in->verify_result != X509_V_OK) - M_ASN1_I2D_put_EXP_opt(&a.verify_result,i2d_ASN1_INTEGER,5,v5); + if (in->krb5_client_princ_len) + M_ASN1_I2D_put(&(a.krb5_princ), i2d_ASN1_OCTET_STRING); +#endif /* OPENSSL_NO_KRB5 */ + if (in->key_arg_length > 0) + M_ASN1_I2D_put_IMP_opt(&(a.key_arg), i2d_ASN1_OCTET_STRING, 0); + if (in->time != 0L) + M_ASN1_I2D_put_EXP_opt(&(a.time), i2d_ASN1_INTEGER, 1, v1); + if (in->timeout != 0L) + M_ASN1_I2D_put_EXP_opt(&(a.timeout), i2d_ASN1_INTEGER, 2, v2); + if (in->peer != NULL) + M_ASN1_I2D_put_EXP_opt(in->peer, i2d_X509, 3, v3); + M_ASN1_I2D_put_EXP_opt(&a.session_id_context, i2d_ASN1_OCTET_STRING, 4, + v4); + if (in->verify_result != X509_V_OK) + M_ASN1_I2D_put_EXP_opt(&a.verify_result, i2d_ASN1_INTEGER, 5, v5); #ifndef OPENSSL_NO_TLSEXT - if (in->tlsext_hostname) - M_ASN1_I2D_put_EXP_opt(&(a.tlsext_hostname), i2d_ASN1_OCTET_STRING,6,v6); -#endif /* OPENSSL_NO_TLSEXT */ + if (in->tlsext_hostname) + M_ASN1_I2D_put_EXP_opt(&(a.tlsext_hostname), i2d_ASN1_OCTET_STRING, 6, + v6); +#endif /* OPENSSL_NO_TLSEXT */ #ifndef OPENSSL_NO_PSK - if (in->psk_identity_hint) - M_ASN1_I2D_put_EXP_opt(&(a.psk_identity_hint), i2d_ASN1_OCTET_STRING,7,v7); - if (in->psk_identity) - M_ASN1_I2D_put_EXP_opt(&(a.psk_identity), i2d_ASN1_OCTET_STRING,8,v8); -#endif /* OPENSSL_NO_PSK */ + if (in->psk_identity_hint) + M_ASN1_I2D_put_EXP_opt(&(a.psk_identity_hint), i2d_ASN1_OCTET_STRING, + 7, v7); + if (in->psk_identity) + M_ASN1_I2D_put_EXP_opt(&(a.psk_identity), i2d_ASN1_OCTET_STRING, 8, + v8); +#endif /* OPENSSL_NO_PSK */ #ifndef OPENSSL_NO_TLSEXT - if (in->tlsext_tick_lifetime_hint > 0) - M_ASN1_I2D_put_EXP_opt(&a.tlsext_tick_lifetime, i2d_ASN1_INTEGER,9,v9); - if (in->tlsext_tick) - M_ASN1_I2D_put_EXP_opt(&(a.tlsext_tick), i2d_ASN1_OCTET_STRING,10,v10); -#endif /* OPENSSL_NO_TLSEXT */ + if (in->tlsext_tick_lifetime_hint > 0) + M_ASN1_I2D_put_EXP_opt(&a.tlsext_tick_lifetime, i2d_ASN1_INTEGER, 9, + v9); + if (in->tlsext_tick) + M_ASN1_I2D_put_EXP_opt(&(a.tlsext_tick), i2d_ASN1_OCTET_STRING, 10, + v10); +#endif /* OPENSSL_NO_TLSEXT */ #ifndef OPENSSL_NO_COMP - if (in->compress_meth) - M_ASN1_I2D_put_EXP_opt(&(a.comp_id), i2d_ASN1_OCTET_STRING,11,v11); + if (in->compress_meth) + M_ASN1_I2D_put_EXP_opt(&(a.comp_id), i2d_ASN1_OCTET_STRING, 11, v11); #endif #ifndef OPENSSL_NO_SRP - if (in->srp_username) - M_ASN1_I2D_put_EXP_opt(&(a.srp_username), i2d_ASN1_OCTET_STRING,12,v12); -#endif /* OPENSSL_NO_SRP */ - M_ASN1_I2D_finish(); - } + if (in->srp_username) + M_ASN1_I2D_put_EXP_opt(&(a.srp_username), i2d_ASN1_OCTET_STRING, 12, + v12); +#endif /* OPENSSL_NO_SRP */ + M_ASN1_I2D_finish(); +} SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a, const unsigned char **pp, - long length) - { - int ssl_version=0,i; - long id; - ASN1_INTEGER ai,*aip; - ASN1_OCTET_STRING os,*osp; - M_ASN1_D2I_vars(a,SSL_SESSION *,SSL_SESSION_new); - - aip= &ai; - osp= &os; - - M_ASN1_D2I_Init(); - M_ASN1_D2I_start_sequence(); - - ai.data=NULL; ai.length=0; - M_ASN1_D2I_get_x(ASN1_INTEGER,aip,d2i_ASN1_INTEGER); - if (ai.data != NULL) { OPENSSL_free(ai.data); ai.data=NULL; ai.length=0; } - - /* we don't care about the version right now :-) */ - M_ASN1_D2I_get_x(ASN1_INTEGER,aip,d2i_ASN1_INTEGER); - ssl_version=(int)ASN1_INTEGER_get(aip); - ret->ssl_version=ssl_version; - if (ai.data != NULL) { OPENSSL_free(ai.data); ai.data=NULL; ai.length=0; } - - os.data=NULL; os.length=0; - M_ASN1_D2I_get_x(ASN1_OCTET_STRING,osp,d2i_ASN1_OCTET_STRING); - if (ssl_version == SSL2_VERSION) - { - if (os.length != 3) - { - c.error=SSL_R_CIPHER_CODE_WRONG_LENGTH; - c.line=__LINE__; - goto err; - } - id=0x02000000L| - ((unsigned long)os.data[0]<<16L)| - ((unsigned long)os.data[1]<< 8L)| - (unsigned long)os.data[2]; - } - else if ((ssl_version>>8) >= SSL3_VERSION_MAJOR) - { - if (os.length != 2) - { - c.error=SSL_R_CIPHER_CODE_WRONG_LENGTH; - c.line=__LINE__; - goto err; - } - id=0x03000000L| - ((unsigned long)os.data[0]<<8L)| - (unsigned long)os.data[1]; - } - else - { - c.error=SSL_R_UNKNOWN_SSL_VERSION; - c.line=__LINE__; - goto err; - } - - ret->cipher=NULL; - ret->cipher_id=id; - - M_ASN1_D2I_get_x(ASN1_OCTET_STRING,osp,d2i_ASN1_OCTET_STRING); - if ((ssl_version>>8) >= SSL3_VERSION_MAJOR) - i=SSL3_MAX_SSL_SESSION_ID_LENGTH; - else /* if (ssl_version>>8 == SSL2_VERSION_MAJOR) */ - i=SSL2_MAX_SSL_SESSION_ID_LENGTH; - - if (os.length > i) - os.length = i; - if (os.length > (int)sizeof(ret->session_id)) /* can't happen */ - os.length = sizeof(ret->session_id); - - ret->session_id_length=os.length; - OPENSSL_assert(os.length <= (int)sizeof(ret->session_id)); - memcpy(ret->session_id,os.data,os.length); - - M_ASN1_D2I_get_x(ASN1_OCTET_STRING,osp,d2i_ASN1_OCTET_STRING); - if (os.length > SSL_MAX_MASTER_KEY_LENGTH) - ret->master_key_length=SSL_MAX_MASTER_KEY_LENGTH; - else - ret->master_key_length=os.length; - memcpy(ret->master_key,os.data,ret->master_key_length); - - os.length=0; + long length) +{ + int ssl_version = 0, i; + long id; + ASN1_INTEGER ai, *aip; + ASN1_OCTET_STRING os, *osp; + M_ASN1_D2I_vars(a, SSL_SESSION *, SSL_SESSION_new); + + aip = &ai; + osp = &os; + + M_ASN1_D2I_Init(); + M_ASN1_D2I_start_sequence(); + + ai.data = NULL; + ai.length = 0; + M_ASN1_D2I_get_x(ASN1_INTEGER, aip, d2i_ASN1_INTEGER); + if (ai.data != NULL) { + OPENSSL_free(ai.data); + ai.data = NULL; + ai.length = 0; + } + + /* we don't care about the version right now :-) */ + M_ASN1_D2I_get_x(ASN1_INTEGER, aip, d2i_ASN1_INTEGER); + ssl_version = (int)ASN1_INTEGER_get(aip); + ret->ssl_version = ssl_version; + if (ai.data != NULL) { + OPENSSL_free(ai.data); + ai.data = NULL; + ai.length = 0; + } + + os.data = NULL; + os.length = 0; + M_ASN1_D2I_get_x(ASN1_OCTET_STRING, osp, d2i_ASN1_OCTET_STRING); + if (ssl_version == SSL2_VERSION) { + if (os.length != 3) { + c.error = SSL_R_CIPHER_CODE_WRONG_LENGTH; + c.line = __LINE__; + goto err; + } + id = 0x02000000L | + ((unsigned long)os.data[0] << 16L) | + ((unsigned long)os.data[1] << 8L) | (unsigned long)os.data[2]; + } else if ((ssl_version >> 8) >= SSL3_VERSION_MAJOR) { + if (os.length != 2) { + c.error = SSL_R_CIPHER_CODE_WRONG_LENGTH; + c.line = __LINE__; + goto err; + } + id = 0x03000000L | + ((unsigned long)os.data[0] << 8L) | (unsigned long)os.data[1]; + } else { + c.error = SSL_R_UNKNOWN_SSL_VERSION; + c.line = __LINE__; + goto err; + } + + ret->cipher = NULL; + ret->cipher_id = id; + + M_ASN1_D2I_get_x(ASN1_OCTET_STRING, osp, d2i_ASN1_OCTET_STRING); + if ((ssl_version >> 8) >= SSL3_VERSION_MAJOR) + i = SSL3_MAX_SSL_SESSION_ID_LENGTH; + else /* if (ssl_version>>8 == SSL2_VERSION_MAJOR) */ + i = SSL2_MAX_SSL_SESSION_ID_LENGTH; + + if (os.length > i) + os.length = i; + if (os.length > (int)sizeof(ret->session_id)) /* can't happen */ + os.length = sizeof(ret->session_id); + + ret->session_id_length = os.length; + OPENSSL_assert(os.length <= (int)sizeof(ret->session_id)); + memcpy(ret->session_id, os.data, os.length); + + M_ASN1_D2I_get_x(ASN1_OCTET_STRING, osp, d2i_ASN1_OCTET_STRING); + if (os.length > SSL_MAX_MASTER_KEY_LENGTH) + ret->master_key_length = SSL_MAX_MASTER_KEY_LENGTH; + else + ret->master_key_length = os.length; + memcpy(ret->master_key, os.data, ret->master_key_length); + + os.length = 0; #ifndef OPENSSL_NO_KRB5 - os.length=0; - M_ASN1_D2I_get_opt(osp,d2i_ASN1_OCTET_STRING,V_ASN1_OCTET_STRING); - if (os.data) - { - if (os.length > SSL_MAX_KRB5_PRINCIPAL_LENGTH) - ret->krb5_client_princ_len=0; - else - ret->krb5_client_princ_len=os.length; - memcpy(ret->krb5_client_princ,os.data,ret->krb5_client_princ_len); - OPENSSL_free(os.data); - os.data = NULL; - os.length = 0; - } - else - ret->krb5_client_princ_len=0; -#endif /* OPENSSL_NO_KRB5 */ - - M_ASN1_D2I_get_IMP_opt(osp,d2i_ASN1_OCTET_STRING,0,V_ASN1_OCTET_STRING); - if (os.length > SSL_MAX_KEY_ARG_LENGTH) - ret->key_arg_length=SSL_MAX_KEY_ARG_LENGTH; - else - ret->key_arg_length=os.length; - memcpy(ret->key_arg,os.data,ret->key_arg_length); - if (os.data != NULL) OPENSSL_free(os.data); - - ai.length=0; - M_ASN1_D2I_get_EXP_opt(aip,d2i_ASN1_INTEGER,1); - if (ai.data != NULL) - { - ret->time=ASN1_INTEGER_get(aip); - OPENSSL_free(ai.data); ai.data=NULL; ai.length=0; - } - else - ret->time=(unsigned long)time(NULL); - - ai.length=0; - M_ASN1_D2I_get_EXP_opt(aip,d2i_ASN1_INTEGER,2); - if (ai.data != NULL) - { - ret->timeout=ASN1_INTEGER_get(aip); - OPENSSL_free(ai.data); ai.data=NULL; ai.length=0; - } - else - ret->timeout=3; - - if (ret->peer != NULL) - { - X509_free(ret->peer); - ret->peer=NULL; - } - M_ASN1_D2I_get_EXP_opt(ret->peer,d2i_X509,3); - - os.length=0; - os.data=NULL; - M_ASN1_D2I_get_EXP_opt(osp,d2i_ASN1_OCTET_STRING,4); - - if(os.data != NULL) - { - if (os.length > SSL_MAX_SID_CTX_LENGTH) - { - c.error=SSL_R_BAD_LENGTH; - c.line=__LINE__; - goto err; - } - else - { - ret->sid_ctx_length=os.length; - memcpy(ret->sid_ctx,os.data,os.length); - } - OPENSSL_free(os.data); os.data=NULL; os.length=0; - } - else - ret->sid_ctx_length=0; - - ai.length=0; - M_ASN1_D2I_get_EXP_opt(aip,d2i_ASN1_INTEGER,5); - if (ai.data != NULL) - { - ret->verify_result=ASN1_INTEGER_get(aip); - OPENSSL_free(ai.data); ai.data=NULL; ai.length=0; - } - else - ret->verify_result=X509_V_OK; + os.length = 0; + M_ASN1_D2I_get_opt(osp, d2i_ASN1_OCTET_STRING, V_ASN1_OCTET_STRING); + if (os.data) { + if (os.length > SSL_MAX_KRB5_PRINCIPAL_LENGTH) + ret->krb5_client_princ_len = 0; + else + ret->krb5_client_princ_len = os.length; + memcpy(ret->krb5_client_princ, os.data, ret->krb5_client_princ_len); + OPENSSL_free(os.data); + os.data = NULL; + os.length = 0; + } else + ret->krb5_client_princ_len = 0; +#endif /* OPENSSL_NO_KRB5 */ + + M_ASN1_D2I_get_IMP_opt(osp, d2i_ASN1_OCTET_STRING, 0, + V_ASN1_OCTET_STRING); + if (os.length > SSL_MAX_KEY_ARG_LENGTH) + ret->key_arg_length = SSL_MAX_KEY_ARG_LENGTH; + else + ret->key_arg_length = os.length; + memcpy(ret->key_arg, os.data, ret->key_arg_length); + if (os.data != NULL) + OPENSSL_free(os.data); + + ai.length = 0; + M_ASN1_D2I_get_EXP_opt(aip, d2i_ASN1_INTEGER, 1); + if (ai.data != NULL) { + ret->time = ASN1_INTEGER_get(aip); + OPENSSL_free(ai.data); + ai.data = NULL; + ai.length = 0; + } else + ret->time = (unsigned long)time(NULL); + + ai.length = 0; + M_ASN1_D2I_get_EXP_opt(aip, d2i_ASN1_INTEGER, 2); + if (ai.data != NULL) { + ret->timeout = ASN1_INTEGER_get(aip); + OPENSSL_free(ai.data); + ai.data = NULL; + ai.length = 0; + } else + ret->timeout = 3; + + if (ret->peer != NULL) { + X509_free(ret->peer); + ret->peer = NULL; + } + M_ASN1_D2I_get_EXP_opt(ret->peer, d2i_X509, 3); + + os.length = 0; + os.data = NULL; + M_ASN1_D2I_get_EXP_opt(osp, d2i_ASN1_OCTET_STRING, 4); + + if (os.data != NULL) { + if (os.length > SSL_MAX_SID_CTX_LENGTH) { + c.error = SSL_R_BAD_LENGTH; + c.line = __LINE__; + goto err; + } else { + ret->sid_ctx_length = os.length; + memcpy(ret->sid_ctx, os.data, os.length); + } + OPENSSL_free(os.data); + os.data = NULL; + os.length = 0; + } else + ret->sid_ctx_length = 0; + + ai.length = 0; + M_ASN1_D2I_get_EXP_opt(aip, d2i_ASN1_INTEGER, 5); + if (ai.data != NULL) { + ret->verify_result = ASN1_INTEGER_get(aip); + OPENSSL_free(ai.data); + ai.data = NULL; + ai.length = 0; + } else + ret->verify_result = X509_V_OK; #ifndef OPENSSL_NO_TLSEXT - os.length=0; - os.data=NULL; - M_ASN1_D2I_get_EXP_opt(osp,d2i_ASN1_OCTET_STRING,6); - if (os.data) - { - ret->tlsext_hostname = BUF_strndup((char *)os.data, os.length); - OPENSSL_free(os.data); - os.data = NULL; - os.length = 0; - } - else - ret->tlsext_hostname=NULL; -#endif /* OPENSSL_NO_TLSEXT */ + os.length = 0; + os.data = NULL; + M_ASN1_D2I_get_EXP_opt(osp, d2i_ASN1_OCTET_STRING, 6); + if (os.data) { + ret->tlsext_hostname = BUF_strndup((char *)os.data, os.length); + OPENSSL_free(os.data); + os.data = NULL; + os.length = 0; + } else + ret->tlsext_hostname = NULL; +#endif /* OPENSSL_NO_TLSEXT */ #ifndef OPENSSL_NO_PSK - os.length=0; - os.data=NULL; - M_ASN1_D2I_get_EXP_opt(osp,d2i_ASN1_OCTET_STRING,7); - if (os.data) - { - ret->psk_identity_hint = BUF_strndup((char *)os.data, os.length); - OPENSSL_free(os.data); - os.data = NULL; - os.length = 0; - } - else - ret->psk_identity_hint=NULL; - - os.length=0; - os.data=NULL; - M_ASN1_D2I_get_EXP_opt(osp,d2i_ASN1_OCTET_STRING,8); - if (os.data) - { - ret->psk_identity = BUF_strndup((char *)os.data, os.length); - OPENSSL_free(os.data); - os.data = NULL; - os.length = 0; - } - else - ret->psk_identity=NULL; -#endif /* OPENSSL_NO_PSK */ + os.length = 0; + os.data = NULL; + M_ASN1_D2I_get_EXP_opt(osp, d2i_ASN1_OCTET_STRING, 7); + if (os.data) { + ret->psk_identity_hint = BUF_strndup((char *)os.data, os.length); + OPENSSL_free(os.data); + os.data = NULL; + os.length = 0; + } else + ret->psk_identity_hint = NULL; + + os.length = 0; + os.data = NULL; + M_ASN1_D2I_get_EXP_opt(osp, d2i_ASN1_OCTET_STRING, 8); + if (os.data) { + ret->psk_identity = BUF_strndup((char *)os.data, os.length); + OPENSSL_free(os.data); + os.data = NULL; + os.length = 0; + } else + ret->psk_identity = NULL; +#endif /* OPENSSL_NO_PSK */ #ifndef OPENSSL_NO_TLSEXT - ai.length=0; - M_ASN1_D2I_get_EXP_opt(aip,d2i_ASN1_INTEGER,9); - if (ai.data != NULL) - { - ret->tlsext_tick_lifetime_hint=ASN1_INTEGER_get(aip); - OPENSSL_free(ai.data); ai.data=NULL; ai.length=0; - } - else if (ret->tlsext_ticklen && ret->session_id_length) - ret->tlsext_tick_lifetime_hint = -1; - else - ret->tlsext_tick_lifetime_hint=0; - os.length=0; - os.data=NULL; - M_ASN1_D2I_get_EXP_opt(osp,d2i_ASN1_OCTET_STRING,10); - if (os.data) - { - ret->tlsext_tick = os.data; - ret->tlsext_ticklen = os.length; - os.data = NULL; - os.length = 0; - } - else - ret->tlsext_tick=NULL; -#endif /* OPENSSL_NO_TLSEXT */ + ai.length = 0; + M_ASN1_D2I_get_EXP_opt(aip, d2i_ASN1_INTEGER, 9); + if (ai.data != NULL) { + ret->tlsext_tick_lifetime_hint = ASN1_INTEGER_get(aip); + OPENSSL_free(ai.data); + ai.data = NULL; + ai.length = 0; + } else if (ret->tlsext_ticklen && ret->session_id_length) + ret->tlsext_tick_lifetime_hint = -1; + else + ret->tlsext_tick_lifetime_hint = 0; + os.length = 0; + os.data = NULL; + M_ASN1_D2I_get_EXP_opt(osp, d2i_ASN1_OCTET_STRING, 10); + if (os.data) { + ret->tlsext_tick = os.data; + ret->tlsext_ticklen = os.length; + os.data = NULL; + os.length = 0; + } else + ret->tlsext_tick = NULL; +#endif /* OPENSSL_NO_TLSEXT */ #ifndef OPENSSL_NO_COMP - os.length=0; - os.data=NULL; - M_ASN1_D2I_get_EXP_opt(osp,d2i_ASN1_OCTET_STRING,11); - if (os.data) - { - ret->compress_meth = os.data[0]; - OPENSSL_free(os.data); - os.data = NULL; - } + os.length = 0; + os.data = NULL; + M_ASN1_D2I_get_EXP_opt(osp, d2i_ASN1_OCTET_STRING, 11); + if (os.data) { + ret->compress_meth = os.data[0]; + OPENSSL_free(os.data); + os.data = NULL; + } #endif #ifndef OPENSSL_NO_SRP - os.length=0; - os.data=NULL; - M_ASN1_D2I_get_EXP_opt(osp,d2i_ASN1_OCTET_STRING,12); - if (os.data) - { - ret->srp_username = BUF_strndup((char *)os.data, os.length); - OPENSSL_free(os.data); - os.data = NULL; - os.length = 0; - } - else - ret->srp_username=NULL; -#endif /* OPENSSL_NO_SRP */ - - M_ASN1_D2I_Finish(a,SSL_SESSION_free,SSL_F_D2I_SSL_SESSION); - } + os.length = 0; + os.data = NULL; + M_ASN1_D2I_get_EXP_opt(osp, d2i_ASN1_OCTET_STRING, 12); + if (os.data) { + ret->srp_username = BUF_strndup((char *)os.data, os.length); + OPENSSL_free(os.data); + os.data = NULL; + os.length = 0; + } else + ret->srp_username = NULL; +#endif /* OPENSSL_NO_SRP */ + + M_ASN1_D2I_Finish(a, SSL_SESSION_free, SSL_F_D2I_SSL_SESSION); +} diff --git a/openssl/ssl/ssl_cert.c b/openssl/ssl/ssl_cert.c index 5123a8918..93a1eb941 100644 --- a/openssl/ssl/ssl_cert.c +++ b/openssl/ssl/ssl_cert.c @@ -1,25 +1,27 @@ -/*! \file ssl/ssl_cert.c */ +/* + * ! \file ssl/ssl_cert.c + */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +36,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +51,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +65,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -110,7 +112,7 @@ */ /* ==================================================================== * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. - * ECC cipher suite support in OpenSSL originally developed by + * ECC cipher suite support in OpenSSL originally developed by * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. */ @@ -127,541 +129,739 @@ #include #include #ifndef OPENSSL_NO_DH -#include +# include #endif #include #include "ssl_locl.h" int SSL_get_ex_data_X509_STORE_CTX_idx(void) - { - static volatile int ssl_x509_store_ctx_idx= -1; - int got_write_lock = 0; - - CRYPTO_r_lock(CRYPTO_LOCK_SSL_CTX); - - if (ssl_x509_store_ctx_idx < 0) - { - CRYPTO_r_unlock(CRYPTO_LOCK_SSL_CTX); - CRYPTO_w_lock(CRYPTO_LOCK_SSL_CTX); - got_write_lock = 1; - - if (ssl_x509_store_ctx_idx < 0) - { - ssl_x509_store_ctx_idx=X509_STORE_CTX_get_ex_new_index( - 0,"SSL for verify callback",NULL,NULL,NULL); - } - } - - if (got_write_lock) - CRYPTO_w_unlock(CRYPTO_LOCK_SSL_CTX); - else - CRYPTO_r_unlock(CRYPTO_LOCK_SSL_CTX); - - return ssl_x509_store_ctx_idx; - } - -static void ssl_cert_set_default_md(CERT *cert) - { - /* Set digest values to defaults */ +{ + static volatile int ssl_x509_store_ctx_idx = -1; + int got_write_lock = 0; + + if (((size_t)&ssl_x509_store_ctx_idx & + (sizeof(ssl_x509_store_ctx_idx) - 1)) + == 0) { /* check alignment, practically always true */ + int ret; + + if ((ret = ssl_x509_store_ctx_idx) < 0) { + CRYPTO_w_lock(CRYPTO_LOCK_SSL_CTX); + if ((ret = ssl_x509_store_ctx_idx) < 0) { + ret = ssl_x509_store_ctx_idx = + X509_STORE_CTX_get_ex_new_index(0, + "SSL for verify callback", + NULL, NULL, NULL); + } + CRYPTO_w_unlock(CRYPTO_LOCK_SSL_CTX); + } + + return ret; + } else { /* commonly eliminated */ + + CRYPTO_r_lock(CRYPTO_LOCK_SSL_CTX); + + if (ssl_x509_store_ctx_idx < 0) { + CRYPTO_r_unlock(CRYPTO_LOCK_SSL_CTX); + CRYPTO_w_lock(CRYPTO_LOCK_SSL_CTX); + got_write_lock = 1; + + if (ssl_x509_store_ctx_idx < 0) { + ssl_x509_store_ctx_idx = + X509_STORE_CTX_get_ex_new_index(0, + "SSL for verify callback", + NULL, NULL, NULL); + } + } + + if (got_write_lock) + CRYPTO_w_unlock(CRYPTO_LOCK_SSL_CTX); + else + CRYPTO_r_unlock(CRYPTO_LOCK_SSL_CTX); + + return ssl_x509_store_ctx_idx; + } +} + +void ssl_cert_set_default_md(CERT *cert) +{ + /* Set digest values to defaults */ #ifndef OPENSSL_NO_DSA - cert->pkeys[SSL_PKEY_DSA_SIGN].digest = EVP_sha1(); + cert->pkeys[SSL_PKEY_DSA_SIGN].digest = EVP_sha1(); #endif #ifndef OPENSSL_NO_RSA - cert->pkeys[SSL_PKEY_RSA_SIGN].digest = EVP_sha1(); - cert->pkeys[SSL_PKEY_RSA_ENC].digest = EVP_sha1(); + cert->pkeys[SSL_PKEY_RSA_SIGN].digest = EVP_sha1(); + cert->pkeys[SSL_PKEY_RSA_ENC].digest = EVP_sha1(); #endif #ifndef OPENSSL_NO_ECDSA - cert->pkeys[SSL_PKEY_ECC].digest = EVP_sha1(); + cert->pkeys[SSL_PKEY_ECC].digest = EVP_sha1(); #endif - } +} CERT *ssl_cert_new(void) - { - CERT *ret; - - ret=(CERT *)OPENSSL_malloc(sizeof(CERT)); - if (ret == NULL) - { - SSLerr(SSL_F_SSL_CERT_NEW,ERR_R_MALLOC_FAILURE); - return(NULL); - } - memset(ret,0,sizeof(CERT)); - - ret->key= &(ret->pkeys[SSL_PKEY_RSA_ENC]); - ret->references=1; - ssl_cert_set_default_md(ret); - return(ret); - } +{ + CERT *ret; + + ret = (CERT *)OPENSSL_malloc(sizeof(CERT)); + if (ret == NULL) { + SSLerr(SSL_F_SSL_CERT_NEW, ERR_R_MALLOC_FAILURE); + return (NULL); + } + memset(ret, 0, sizeof(CERT)); + + ret->key = &(ret->pkeys[SSL_PKEY_RSA_ENC]); + ret->references = 1; + ssl_cert_set_default_md(ret); + return (ret); +} CERT *ssl_cert_dup(CERT *cert) - { - CERT *ret; - int i; - - ret = (CERT *)OPENSSL_malloc(sizeof(CERT)); - if (ret == NULL) - { - SSLerr(SSL_F_SSL_CERT_DUP, ERR_R_MALLOC_FAILURE); - return(NULL); - } - - memset(ret, 0, sizeof(CERT)); - - ret->key = &ret->pkeys[cert->key - &cert->pkeys[0]]; - /* or ret->key = ret->pkeys + (cert->key - cert->pkeys), - * if you find that more readable */ - - ret->valid = cert->valid; - ret->mask_k = cert->mask_k; - ret->mask_a = cert->mask_a; - ret->export_mask_k = cert->export_mask_k; - ret->export_mask_a = cert->export_mask_a; +{ + CERT *ret; + int i; + + ret = (CERT *)OPENSSL_malloc(sizeof(CERT)); + if (ret == NULL) { + SSLerr(SSL_F_SSL_CERT_DUP, ERR_R_MALLOC_FAILURE); + return (NULL); + } + + memset(ret, 0, sizeof(CERT)); + + ret->key = &ret->pkeys[cert->key - &cert->pkeys[0]]; + /* + * or ret->key = ret->pkeys + (cert->key - cert->pkeys), if you find that + * more readable + */ + + ret->valid = cert->valid; + ret->mask_k = cert->mask_k; + ret->mask_a = cert->mask_a; + ret->export_mask_k = cert->export_mask_k; + ret->export_mask_a = cert->export_mask_a; #ifndef OPENSSL_NO_RSA - if (cert->rsa_tmp != NULL) - { - RSA_up_ref(cert->rsa_tmp); - ret->rsa_tmp = cert->rsa_tmp; - } - ret->rsa_tmp_cb = cert->rsa_tmp_cb; + if (cert->rsa_tmp != NULL) { + RSA_up_ref(cert->rsa_tmp); + ret->rsa_tmp = cert->rsa_tmp; + } + ret->rsa_tmp_cb = cert->rsa_tmp_cb; #endif #ifndef OPENSSL_NO_DH - if (cert->dh_tmp != NULL) - { - ret->dh_tmp = DHparams_dup(cert->dh_tmp); - if (ret->dh_tmp == NULL) - { - SSLerr(SSL_F_SSL_CERT_DUP, ERR_R_DH_LIB); - goto err; - } - if (cert->dh_tmp->priv_key) - { - BIGNUM *b = BN_dup(cert->dh_tmp->priv_key); - if (!b) - { - SSLerr(SSL_F_SSL_CERT_DUP, ERR_R_BN_LIB); - goto err; - } - ret->dh_tmp->priv_key = b; - } - if (cert->dh_tmp->pub_key) - { - BIGNUM *b = BN_dup(cert->dh_tmp->pub_key); - if (!b) - { - SSLerr(SSL_F_SSL_CERT_DUP, ERR_R_BN_LIB); - goto err; - } - ret->dh_tmp->pub_key = b; - } - } - ret->dh_tmp_cb = cert->dh_tmp_cb; + if (cert->dh_tmp != NULL) { + ret->dh_tmp = DHparams_dup(cert->dh_tmp); + if (ret->dh_tmp == NULL) { + SSLerr(SSL_F_SSL_CERT_DUP, ERR_R_DH_LIB); + goto err; + } + if (cert->dh_tmp->priv_key) { + BIGNUM *b = BN_dup(cert->dh_tmp->priv_key); + if (!b) { + SSLerr(SSL_F_SSL_CERT_DUP, ERR_R_BN_LIB); + goto err; + } + ret->dh_tmp->priv_key = b; + } + if (cert->dh_tmp->pub_key) { + BIGNUM *b = BN_dup(cert->dh_tmp->pub_key); + if (!b) { + SSLerr(SSL_F_SSL_CERT_DUP, ERR_R_BN_LIB); + goto err; + } + ret->dh_tmp->pub_key = b; + } + } + ret->dh_tmp_cb = cert->dh_tmp_cb; #endif #ifndef OPENSSL_NO_ECDH - if (cert->ecdh_tmp) - { - ret->ecdh_tmp = EC_KEY_dup(cert->ecdh_tmp); - if (ret->ecdh_tmp == NULL) - { - SSLerr(SSL_F_SSL_CERT_DUP, ERR_R_EC_LIB); - goto err; - } - } - ret->ecdh_tmp_cb = cert->ecdh_tmp_cb; -#endif - - for (i = 0; i < SSL_PKEY_NUM; i++) - { - if (cert->pkeys[i].x509 != NULL) - { - ret->pkeys[i].x509 = cert->pkeys[i].x509; - CRYPTO_add(&ret->pkeys[i].x509->references, 1, - CRYPTO_LOCK_X509); - } - - if (cert->pkeys[i].privatekey != NULL) - { - ret->pkeys[i].privatekey = cert->pkeys[i].privatekey; - CRYPTO_add(&ret->pkeys[i].privatekey->references, 1, - CRYPTO_LOCK_EVP_PKEY); - - switch(i) - { - /* If there was anything special to do for - * certain types of keys, we'd do it here. - * (Nothing at the moment, I think.) */ - - case SSL_PKEY_RSA_ENC: - case SSL_PKEY_RSA_SIGN: - /* We have an RSA key. */ - break; - - case SSL_PKEY_DSA_SIGN: - /* We have a DSA key. */ - break; - - case SSL_PKEY_DH_RSA: - case SSL_PKEY_DH_DSA: - /* We have a DH key. */ - break; - - case SSL_PKEY_ECC: - /* We have an ECC key */ - break; - - default: - /* Can't happen. */ - SSLerr(SSL_F_SSL_CERT_DUP, SSL_R_LIBRARY_BUG); - } - } - } - - /* ret->extra_certs *should* exist, but currently the own certificate - * chain is held inside SSL_CTX */ - - ret->references=1; - /* Set digests to defaults. NB: we don't copy existing values as they - * will be set during handshake. - */ - ssl_cert_set_default_md(ret); - - return(ret); - + if (cert->ecdh_tmp) { + ret->ecdh_tmp = EC_KEY_dup(cert->ecdh_tmp); + if (ret->ecdh_tmp == NULL) { + SSLerr(SSL_F_SSL_CERT_DUP, ERR_R_EC_LIB); + goto err; + } + } + ret->ecdh_tmp_cb = cert->ecdh_tmp_cb; + ret->ecdh_tmp_auto = cert->ecdh_tmp_auto; +#endif + + for (i = 0; i < SSL_PKEY_NUM; i++) { + CERT_PKEY *cpk = cert->pkeys + i; + CERT_PKEY *rpk = ret->pkeys + i; + if (cpk->x509 != NULL) { + rpk->x509 = cpk->x509; + CRYPTO_add(&rpk->x509->references, 1, CRYPTO_LOCK_X509); + } + + if (cpk->privatekey != NULL) { + rpk->privatekey = cpk->privatekey; + CRYPTO_add(&cpk->privatekey->references, 1, CRYPTO_LOCK_EVP_PKEY); + } + + if (cpk->chain) { + rpk->chain = X509_chain_up_ref(cpk->chain); + if (!rpk->chain) { + SSLerr(SSL_F_SSL_CERT_DUP, ERR_R_MALLOC_FAILURE); + goto err; + } + } + rpk->valid_flags = 0; +#ifndef OPENSSL_NO_TLSEXT + if (cert->pkeys[i].serverinfo != NULL) { + /* Just copy everything. */ + ret->pkeys[i].serverinfo = + OPENSSL_malloc(cert->pkeys[i].serverinfo_length); + if (ret->pkeys[i].serverinfo == NULL) { + SSLerr(SSL_F_SSL_CERT_DUP, ERR_R_MALLOC_FAILURE); + return NULL; + } + ret->pkeys[i].serverinfo_length = + cert->pkeys[i].serverinfo_length; + memcpy(ret->pkeys[i].serverinfo, + cert->pkeys[i].serverinfo, + cert->pkeys[i].serverinfo_length); + } +#endif + } + + ret->references = 1; + /* + * Set digests to defaults. NB: we don't copy existing values as they + * will be set during handshake. + */ + ssl_cert_set_default_md(ret); + /* Peer sigalgs set to NULL as we get these from handshake too */ + ret->peer_sigalgs = NULL; + ret->peer_sigalgslen = 0; + /* Configured sigalgs however we copy across */ + + if (cert->conf_sigalgs) { + ret->conf_sigalgs = OPENSSL_malloc(cert->conf_sigalgslen); + if (!ret->conf_sigalgs) + goto err; + memcpy(ret->conf_sigalgs, cert->conf_sigalgs, cert->conf_sigalgslen); + ret->conf_sigalgslen = cert->conf_sigalgslen; + } else + ret->conf_sigalgs = NULL; + + if (cert->client_sigalgs) { + ret->client_sigalgs = OPENSSL_malloc(cert->client_sigalgslen); + if (!ret->client_sigalgs) + goto err; + memcpy(ret->client_sigalgs, cert->client_sigalgs, + cert->client_sigalgslen); + ret->client_sigalgslen = cert->client_sigalgslen; + } else + ret->client_sigalgs = NULL; + /* Shared sigalgs also NULL */ + ret->shared_sigalgs = NULL; + /* Copy any custom client certificate types */ + if (cert->ctypes) { + ret->ctypes = OPENSSL_malloc(cert->ctype_num); + if (!ret->ctypes) + goto err; + memcpy(ret->ctypes, cert->ctypes, cert->ctype_num); + ret->ctype_num = cert->ctype_num; + } + + ret->cert_flags = cert->cert_flags; + + ret->cert_cb = cert->cert_cb; + ret->cert_cb_arg = cert->cert_cb_arg; + + if (cert->verify_store) { + CRYPTO_add(&cert->verify_store->references, 1, + CRYPTO_LOCK_X509_STORE); + ret->verify_store = cert->verify_store; + } + + if (cert->chain_store) { + CRYPTO_add(&cert->chain_store->references, 1, CRYPTO_LOCK_X509_STORE); + ret->chain_store = cert->chain_store; + } + + ret->ciphers_raw = NULL; + +#ifndef OPENSSL_NO_TLSEXT + if (!custom_exts_copy(&ret->cli_ext, &cert->cli_ext)) + goto err; + if (!custom_exts_copy(&ret->srv_ext, &cert->srv_ext)) + goto err; +#endif + + return (ret); + #if !defined(OPENSSL_NO_DH) || !defined(OPENSSL_NO_ECDH) -err: + err: #endif #ifndef OPENSSL_NO_RSA - if (ret->rsa_tmp != NULL) - RSA_free(ret->rsa_tmp); + if (ret->rsa_tmp != NULL) + RSA_free(ret->rsa_tmp); #endif #ifndef OPENSSL_NO_DH - if (ret->dh_tmp != NULL) - DH_free(ret->dh_tmp); + if (ret->dh_tmp != NULL) + DH_free(ret->dh_tmp); #endif #ifndef OPENSSL_NO_ECDH - if (ret->ecdh_tmp != NULL) - EC_KEY_free(ret->ecdh_tmp); + if (ret->ecdh_tmp != NULL) + EC_KEY_free(ret->ecdh_tmp); #endif - for (i = 0; i < SSL_PKEY_NUM; i++) - { - if (ret->pkeys[i].x509 != NULL) - X509_free(ret->pkeys[i].x509); - if (ret->pkeys[i].privatekey != NULL) - EVP_PKEY_free(ret->pkeys[i].privatekey); - } - - return NULL; - } +#ifndef OPENSSL_NO_TLSEXT + custom_exts_free(&ret->cli_ext); + custom_exts_free(&ret->srv_ext); +#endif + ssl_cert_clear_certs(ret); + + return NULL; +} + +/* Free up and clear all certificates and chains */ + +void ssl_cert_clear_certs(CERT *c) +{ + int i; + if (c == NULL) + return; + for (i = 0; i < SSL_PKEY_NUM; i++) { + CERT_PKEY *cpk = c->pkeys + i; + if (cpk->x509) { + X509_free(cpk->x509); + cpk->x509 = NULL; + } + if (cpk->privatekey) { + EVP_PKEY_free(cpk->privatekey); + cpk->privatekey = NULL; + } + if (cpk->chain) { + sk_X509_pop_free(cpk->chain, X509_free); + cpk->chain = NULL; + } +#ifndef OPENSSL_NO_TLSEXT + if (cpk->serverinfo) { + OPENSSL_free(cpk->serverinfo); + cpk->serverinfo = NULL; + cpk->serverinfo_length = 0; + } +#endif + /* Clear all flags apart from explicit sign */ + cpk->valid_flags &= CERT_PKEY_EXPLICIT_SIGN; + } +} void ssl_cert_free(CERT *c) - { - int i; +{ + int i; - if(c == NULL) - return; + if (c == NULL) + return; - i=CRYPTO_add(&c->references,-1,CRYPTO_LOCK_SSL_CERT); + i = CRYPTO_add(&c->references, -1, CRYPTO_LOCK_SSL_CERT); #ifdef REF_PRINT - REF_PRINT("CERT",c); + REF_PRINT("CERT", c); #endif - if (i > 0) return; + if (i > 0) + return; #ifdef REF_CHECK - if (i < 0) - { - fprintf(stderr,"ssl_cert_free, bad reference count\n"); - abort(); /* ok */ - } + if (i < 0) { + fprintf(stderr, "ssl_cert_free, bad reference count\n"); + abort(); /* ok */ + } #endif #ifndef OPENSSL_NO_RSA - if (c->rsa_tmp) RSA_free(c->rsa_tmp); + if (c->rsa_tmp) + RSA_free(c->rsa_tmp); #endif #ifndef OPENSSL_NO_DH - if (c->dh_tmp) DH_free(c->dh_tmp); + if (c->dh_tmp) + DH_free(c->dh_tmp); #endif #ifndef OPENSSL_NO_ECDH - if (c->ecdh_tmp) EC_KEY_free(c->ecdh_tmp); + if (c->ecdh_tmp) + EC_KEY_free(c->ecdh_tmp); #endif - for (i=0; ipkeys[i].x509 != NULL) - X509_free(c->pkeys[i].x509); - if (c->pkeys[i].privatekey != NULL) - EVP_PKEY_free(c->pkeys[i].privatekey); -#if 0 - if (c->pkeys[i].publickey != NULL) - EVP_PKEY_free(c->pkeys[i].publickey); + ssl_cert_clear_certs(c); + if (c->peer_sigalgs) + OPENSSL_free(c->peer_sigalgs); + if (c->conf_sigalgs) + OPENSSL_free(c->conf_sigalgs); + if (c->client_sigalgs) + OPENSSL_free(c->client_sigalgs); + if (c->shared_sigalgs) + OPENSSL_free(c->shared_sigalgs); + if (c->ctypes) + OPENSSL_free(c->ctypes); + if (c->verify_store) + X509_STORE_free(c->verify_store); + if (c->chain_store) + X509_STORE_free(c->chain_store); + if (c->ciphers_raw) + OPENSSL_free(c->ciphers_raw); +#ifndef OPENSSL_NO_TLSEXT + custom_exts_free(&c->cli_ext); + custom_exts_free(&c->srv_ext); #endif - } - OPENSSL_free(c); - } + OPENSSL_free(c); +} int ssl_cert_inst(CERT **o) - { - /* Create a CERT if there isn't already one - * (which cannot really happen, as it is initially created in - * SSL_CTX_new; but the earlier code usually allows for that one - * being non-existant, so we follow that behaviour, as it might - * turn out that there actually is a reason for it -- but I'm - * not sure that *all* of the existing code could cope with - * s->cert being NULL, otherwise we could do without the - * initialization in SSL_CTX_new). - */ - - if (o == NULL) - { - SSLerr(SSL_F_SSL_CERT_INST, ERR_R_PASSED_NULL_PARAMETER); - return(0); - } - if (*o == NULL) - { - if ((*o = ssl_cert_new()) == NULL) - { - SSLerr(SSL_F_SSL_CERT_INST, ERR_R_MALLOC_FAILURE); - return(0); - } - } - return(1); - } - +{ + /* + * Create a CERT if there isn't already one (which cannot really happen, + * as it is initially created in SSL_CTX_new; but the earlier code + * usually allows for that one being non-existant, so we follow that + * behaviour, as it might turn out that there actually is a reason for it + * -- but I'm not sure that *all* of the existing code could cope with + * s->cert being NULL, otherwise we could do without the initialization + * in SSL_CTX_new). + */ + + if (o == NULL) { + SSLerr(SSL_F_SSL_CERT_INST, ERR_R_PASSED_NULL_PARAMETER); + return (0); + } + if (*o == NULL) { + if ((*o = ssl_cert_new()) == NULL) { + SSLerr(SSL_F_SSL_CERT_INST, ERR_R_MALLOC_FAILURE); + return (0); + } + } + return (1); +} + +int ssl_cert_set0_chain(CERT *c, STACK_OF(X509) *chain) +{ + CERT_PKEY *cpk = c->key; + if (!cpk) + return 0; + if (cpk->chain) + sk_X509_pop_free(cpk->chain, X509_free); + cpk->chain = chain; + return 1; +} + +int ssl_cert_set1_chain(CERT *c, STACK_OF(X509) *chain) +{ + STACK_OF(X509) *dchain; + if (!chain) + return ssl_cert_set0_chain(c, NULL); + dchain = X509_chain_up_ref(chain); + if (!dchain) + return 0; + if (!ssl_cert_set0_chain(c, dchain)) { + sk_X509_pop_free(dchain, X509_free); + return 0; + } + return 1; +} + +int ssl_cert_add0_chain_cert(CERT *c, X509 *x) +{ + CERT_PKEY *cpk = c->key; + if (!cpk) + return 0; + if (!cpk->chain) + cpk->chain = sk_X509_new_null(); + if (!cpk->chain || !sk_X509_push(cpk->chain, x)) + return 0; + return 1; +} + +int ssl_cert_add1_chain_cert(CERT *c, X509 *x) +{ + if (!ssl_cert_add0_chain_cert(c, x)) + return 0; + CRYPTO_add(&x->references, 1, CRYPTO_LOCK_X509); + return 1; +} + +int ssl_cert_select_current(CERT *c, X509 *x) +{ + int i; + if (x == NULL) + return 0; + for (i = 0; i < SSL_PKEY_NUM; i++) { + CERT_PKEY *cpk = c->pkeys + i; + if (cpk->x509 == x && cpk->privatekey) { + c->key = cpk; + return 1; + } + } + + for (i = 0; i < SSL_PKEY_NUM; i++) { + CERT_PKEY *cpk = c->pkeys + i; + if (cpk->privatekey && cpk->x509 && !X509_cmp(cpk->x509, x)) { + c->key = cpk; + return 1; + } + } + return 0; +} + +int ssl_cert_set_current(CERT *c, long op) +{ + int i, idx; + if (!c) + return 0; + if (op == SSL_CERT_SET_FIRST) + idx = 0; + else if (op == SSL_CERT_SET_NEXT) { + idx = (int)(c->key - c->pkeys + 1); + if (idx >= SSL_PKEY_NUM) + return 0; + } else + return 0; + for (i = idx; i < SSL_PKEY_NUM; i++) { + CERT_PKEY *cpk = c->pkeys + i; + if (cpk->x509 && cpk->privatekey) { + c->key = cpk; + return 1; + } + } + return 0; +} + +void ssl_cert_set_cert_cb(CERT *c, int (*cb) (SSL *ssl, void *arg), void *arg) +{ + c->cert_cb = cb; + c->cert_cb_arg = arg; +} SESS_CERT *ssl_sess_cert_new(void) - { - SESS_CERT *ret; +{ + SESS_CERT *ret; - ret = OPENSSL_malloc(sizeof *ret); - if (ret == NULL) - { - SSLerr(SSL_F_SSL_SESS_CERT_NEW, ERR_R_MALLOC_FAILURE); - return NULL; - } + ret = OPENSSL_malloc(sizeof *ret); + if (ret == NULL) { + SSLerr(SSL_F_SSL_SESS_CERT_NEW, ERR_R_MALLOC_FAILURE); + return NULL; + } - memset(ret, 0 ,sizeof *ret); - ret->peer_key = &(ret->peer_pkeys[SSL_PKEY_RSA_ENC]); - ret->references = 1; + memset(ret, 0, sizeof *ret); + ret->peer_key = &(ret->peer_pkeys[SSL_PKEY_RSA_ENC]); + ret->references = 1; - return ret; - } + return ret; +} void ssl_sess_cert_free(SESS_CERT *sc) - { - int i; +{ + int i; - if (sc == NULL) - return; + if (sc == NULL) + return; - i = CRYPTO_add(&sc->references, -1, CRYPTO_LOCK_SSL_SESS_CERT); + i = CRYPTO_add(&sc->references, -1, CRYPTO_LOCK_SSL_SESS_CERT); #ifdef REF_PRINT - REF_PRINT("SESS_CERT", sc); + REF_PRINT("SESS_CERT", sc); #endif - if (i > 0) - return; + if (i > 0) + return; #ifdef REF_CHECK - if (i < 0) - { - fprintf(stderr,"ssl_sess_cert_free, bad reference count\n"); - abort(); /* ok */ - } -#endif - - /* i == 0 */ - if (sc->cert_chain != NULL) - sk_X509_pop_free(sc->cert_chain, X509_free); - for (i = 0; i < SSL_PKEY_NUM; i++) - { - if (sc->peer_pkeys[i].x509 != NULL) - X509_free(sc->peer_pkeys[i].x509); -#if 0 /* We don't have the peer's private key. These lines are just - * here as a reminder that we're still using a not-quite-appropriate - * data structure. */ - if (sc->peer_pkeys[i].privatekey != NULL) - EVP_PKEY_free(sc->peer_pkeys[i].privatekey); -#endif - } + if (i < 0) { + fprintf(stderr, "ssl_sess_cert_free, bad reference count\n"); + abort(); /* ok */ + } +#endif + + /* i == 0 */ + if (sc->cert_chain != NULL) + sk_X509_pop_free(sc->cert_chain, X509_free); + for (i = 0; i < SSL_PKEY_NUM; i++) { + if (sc->peer_pkeys[i].x509 != NULL) + X509_free(sc->peer_pkeys[i].x509); +#if 0 /* We don't have the peer's private key. + * These lines are just * here as a reminder + * that we're still using a + * not-quite-appropriate * data structure. */ + if (sc->peer_pkeys[i].privatekey != NULL) + EVP_PKEY_free(sc->peer_pkeys[i].privatekey); +#endif + } #ifndef OPENSSL_NO_RSA - if (sc->peer_rsa_tmp != NULL) - RSA_free(sc->peer_rsa_tmp); + if (sc->peer_rsa_tmp != NULL) + RSA_free(sc->peer_rsa_tmp); #endif #ifndef OPENSSL_NO_DH - if (sc->peer_dh_tmp != NULL) - DH_free(sc->peer_dh_tmp); + if (sc->peer_dh_tmp != NULL) + DH_free(sc->peer_dh_tmp); #endif #ifndef OPENSSL_NO_ECDH - if (sc->peer_ecdh_tmp != NULL) - EC_KEY_free(sc->peer_ecdh_tmp); -#endif - - OPENSSL_free(sc); - } - -int ssl_set_peer_cert_type(SESS_CERT *sc,int type) - { - sc->peer_cert_type = type; - return(1); - } - -int ssl_verify_cert_chain(SSL *s,STACK_OF(X509) *sk) - { - X509 *x; - int i; - X509_STORE_CTX ctx; - - if ((sk == NULL) || (sk_X509_num(sk) == 0)) - return(0); - - x=sk_X509_value(sk,0); - if(!X509_STORE_CTX_init(&ctx,s->ctx->cert_store,x,sk)) - { - SSLerr(SSL_F_SSL_VERIFY_CERT_CHAIN,ERR_R_X509_LIB); - return(0); - } -#if 0 - if (SSL_get_verify_depth(s) >= 0) - X509_STORE_CTX_set_depth(&ctx, SSL_get_verify_depth(s)); + if (sc->peer_ecdh_tmp != NULL) + EC_KEY_free(sc->peer_ecdh_tmp); #endif - X509_STORE_CTX_set_ex_data(&ctx,SSL_get_ex_data_X509_STORE_CTX_idx(),s); - - /* We need to inherit the verify parameters. These can be determined by - * the context: if its a server it will verify SSL client certificates - * or vice versa. - */ - X509_STORE_CTX_set_default(&ctx, - s->server ? "ssl_client" : "ssl_server"); - /* Anything non-default in "param" should overwrite anything in the - * ctx. - */ - X509_VERIFY_PARAM_set1(X509_STORE_CTX_get0_param(&ctx), s->param); - - if (s->verify_callback) - X509_STORE_CTX_set_verify_cb(&ctx, s->verify_callback); - - if (s->ctx->app_verify_callback != NULL) -#if 1 /* new with OpenSSL 0.9.7 */ - i=s->ctx->app_verify_callback(&ctx, s->ctx->app_verify_arg); + OPENSSL_free(sc); +} + +int ssl_set_peer_cert_type(SESS_CERT *sc, int type) +{ + sc->peer_cert_type = type; + return (1); +} + +int ssl_verify_cert_chain(SSL *s, STACK_OF(X509) *sk) +{ + X509 *x; + int i; + X509_STORE *verify_store; + X509_STORE_CTX ctx; + + if (s->cert->verify_store) + verify_store = s->cert->verify_store; + else + verify_store = s->ctx->cert_store; + + if ((sk == NULL) || (sk_X509_num(sk) == 0)) + return (0); + + x = sk_X509_value(sk, 0); + if (!X509_STORE_CTX_init(&ctx, verify_store, x, sk)) { + SSLerr(SSL_F_SSL_VERIFY_CERT_CHAIN, ERR_R_X509_LIB); + return (0); + } + /* Set suite B flags if needed */ + X509_STORE_CTX_set_flags(&ctx, tls1_suiteb(s)); +#if 0 + if (SSL_get_verify_depth(s) >= 0) + X509_STORE_CTX_set_depth(&ctx, SSL_get_verify_depth(s)); +#endif + X509_STORE_CTX_set_ex_data(&ctx, SSL_get_ex_data_X509_STORE_CTX_idx(), s); + + /* + * We need to inherit the verify parameters. These can be determined by + * the context: if its a server it will verify SSL client certificates or + * vice versa. + */ + + X509_STORE_CTX_set_default(&ctx, s->server ? "ssl_client" : "ssl_server"); + /* + * Anything non-default in "param" should overwrite anything in the ctx. + */ + X509_VERIFY_PARAM_set1(X509_STORE_CTX_get0_param(&ctx), s->param); + + if (s->verify_callback) + X509_STORE_CTX_set_verify_cb(&ctx, s->verify_callback); + + if (s->ctx->app_verify_callback != NULL) +#if 1 /* new with OpenSSL 0.9.7 */ + i = s->ctx->app_verify_callback(&ctx, s->ctx->app_verify_arg); #else - i=s->ctx->app_verify_callback(&ctx); /* should pass app_verify_arg */ + i = s->ctx->app_verify_callback(&ctx); /* should pass app_verify_arg */ #endif - else - { + else { #ifndef OPENSSL_NO_X509_VERIFY - i=X509_verify_cert(&ctx); + i = X509_verify_cert(&ctx); #else - i=0; - ctx.error=X509_V_ERR_APPLICATION_VERIFICATION; - SSLerr(SSL_F_SSL_VERIFY_CERT_CHAIN,SSL_R_NO_VERIFY_CALLBACK); + i = 0; + ctx.error = X509_V_ERR_APPLICATION_VERIFICATION; + SSLerr(SSL_F_SSL_VERIFY_CERT_CHAIN, SSL_R_NO_VERIFY_CALLBACK); #endif - } + } - s->verify_result=ctx.error; - X509_STORE_CTX_cleanup(&ctx); + s->verify_result = ctx.error; + X509_STORE_CTX_cleanup(&ctx); - return(i); - } + return (i); +} -static void set_client_CA_list(STACK_OF(X509_NAME) **ca_list,STACK_OF(X509_NAME) *name_list) - { - if (*ca_list != NULL) - sk_X509_NAME_pop_free(*ca_list,X509_NAME_free); +static void set_client_CA_list(STACK_OF(X509_NAME) **ca_list, + STACK_OF(X509_NAME) *name_list) +{ + if (*ca_list != NULL) + sk_X509_NAME_pop_free(*ca_list, X509_NAME_free); - *ca_list=name_list; - } + *ca_list = name_list; +} STACK_OF(X509_NAME) *SSL_dup_CA_list(STACK_OF(X509_NAME) *sk) - { - int i; - STACK_OF(X509_NAME) *ret; - X509_NAME *name; - - ret=sk_X509_NAME_new_null(); - for (i=0; iclient_CA),name_list); - } - -void SSL_CTX_set_client_CA_list(SSL_CTX *ctx,STACK_OF(X509_NAME) *name_list) - { - set_client_CA_list(&(ctx->client_CA),name_list); - } +{ + int i; + STACK_OF(X509_NAME) *ret; + X509_NAME *name; + + ret = sk_X509_NAME_new_null(); + for (i = 0; i < sk_X509_NAME_num(sk); i++) { + name = X509_NAME_dup(sk_X509_NAME_value(sk, i)); + if ((name == NULL) || !sk_X509_NAME_push(ret, name)) { + sk_X509_NAME_pop_free(ret, X509_NAME_free); + return (NULL); + } + } + return (ret); +} + +void SSL_set_client_CA_list(SSL *s, STACK_OF(X509_NAME) *name_list) +{ + set_client_CA_list(&(s->client_CA), name_list); +} + +void SSL_CTX_set_client_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list) +{ + set_client_CA_list(&(ctx->client_CA), name_list); +} STACK_OF(X509_NAME) *SSL_CTX_get_client_CA_list(const SSL_CTX *ctx) - { - return(ctx->client_CA); - } +{ + return (ctx->client_CA); +} STACK_OF(X509_NAME) *SSL_get_client_CA_list(const SSL *s) - { - if (s->type == SSL_ST_CONNECT) - { /* we are in the client */ - if (((s->version>>8) == SSL3_VERSION_MAJOR) && - (s->s3 != NULL)) - return(s->s3->tmp.ca_names); - else - return(NULL); - } - else - { - if (s->client_CA != NULL) - return(s->client_CA); - else - return(s->ctx->client_CA); - } - } - -static int add_client_CA(STACK_OF(X509_NAME) **sk,X509 *x) - { - X509_NAME *name; - - if (x == NULL) return(0); - if ((*sk == NULL) && ((*sk=sk_X509_NAME_new_null()) == NULL)) - return(0); - - if ((name=X509_NAME_dup(X509_get_subject_name(x))) == NULL) - return(0); - - if (!sk_X509_NAME_push(*sk,name)) - { - X509_NAME_free(name); - return(0); - } - return(1); - } - -int SSL_add_client_CA(SSL *ssl,X509 *x) - { - return(add_client_CA(&(ssl->client_CA),x)); - } - -int SSL_CTX_add_client_CA(SSL_CTX *ctx,X509 *x) - { - return(add_client_CA(&(ctx->client_CA),x)); - } - -static int xname_cmp(const X509_NAME * const *a, const X509_NAME * const *b) - { - return(X509_NAME_cmp(*a,*b)); - } +{ + if (s->type == SSL_ST_CONNECT) { /* we are in the client */ + if (((s->version >> 8) == SSL3_VERSION_MAJOR) && (s->s3 != NULL)) + return (s->s3->tmp.ca_names); + else + return (NULL); + } else { + if (s->client_CA != NULL) + return (s->client_CA); + else + return (s->ctx->client_CA); + } +} + +static int add_client_CA(STACK_OF(X509_NAME) **sk, X509 *x) +{ + X509_NAME *name; + + if (x == NULL) + return (0); + if ((*sk == NULL) && ((*sk = sk_X509_NAME_new_null()) == NULL)) + return (0); + + if ((name = X509_NAME_dup(X509_get_subject_name(x))) == NULL) + return (0); + + if (!sk_X509_NAME_push(*sk, name)) { + X509_NAME_free(name); + return (0); + } + return (1); +} + +int SSL_add_client_CA(SSL *ssl, X509 *x) +{ + return (add_client_CA(&(ssl->client_CA), x)); +} + +int SSL_CTX_add_client_CA(SSL_CTX *ctx, X509 *x) +{ + return (add_client_CA(&(ctx->client_CA), x)); +} + +static int xname_cmp(const X509_NAME *const *a, const X509_NAME *const *b) +{ + return (X509_NAME_cmp(*a, *b)); +} #ifndef OPENSSL_NO_STDIO -/*! +/** * Load CA certs from a file into a ::STACK. Note that it is somewhat misnamed; * it doesn't really have anything to do with clients (except that a common use * for a stack of CAs is to send it to the client). Actually, it doesn't have @@ -670,67 +870,67 @@ static int xname_cmp(const X509_NAME * const *a, const X509_NAME * const *b) * \return a ::STACK containing the certs. */ STACK_OF(X509_NAME) *SSL_load_client_CA_file(const char *file) - { - BIO *in; - X509 *x=NULL; - X509_NAME *xn=NULL; - STACK_OF(X509_NAME) *ret = NULL,*sk; - - sk=sk_X509_NAME_new(xname_cmp); - - in=BIO_new(BIO_s_file_internal()); - - if ((sk == NULL) || (in == NULL)) - { - SSLerr(SSL_F_SSL_LOAD_CLIENT_CA_FILE,ERR_R_MALLOC_FAILURE); - goto err; - } - - if (!BIO_read_filename(in,file)) - goto err; - - for (;;) - { - if (PEM_read_bio_X509(in,&x,NULL,NULL) == NULL) - break; - if (ret == NULL) - { - ret = sk_X509_NAME_new_null(); - if (ret == NULL) - { - SSLerr(SSL_F_SSL_LOAD_CLIENT_CA_FILE,ERR_R_MALLOC_FAILURE); - goto err; - } - } - if ((xn=X509_get_subject_name(x)) == NULL) goto err; - /* check for duplicates */ - xn=X509_NAME_dup(xn); - if (xn == NULL) goto err; - if (sk_X509_NAME_find(sk,xn) >= 0) - X509_NAME_free(xn); - else - { - sk_X509_NAME_push(sk,xn); - sk_X509_NAME_push(ret,xn); - } - } - - if (0) - { -err: - if (ret != NULL) sk_X509_NAME_pop_free(ret,X509_NAME_free); - ret=NULL; - } - if (sk != NULL) sk_X509_NAME_free(sk); - if (in != NULL) BIO_free(in); - if (x != NULL) X509_free(x); - if (ret != NULL) - ERR_clear_error(); - return(ret); - } -#endif - -/*! +{ + BIO *in; + X509 *x = NULL; + X509_NAME *xn = NULL; + STACK_OF(X509_NAME) *ret = NULL, *sk; + + sk = sk_X509_NAME_new(xname_cmp); + + in = BIO_new(BIO_s_file_internal()); + + if ((sk == NULL) || (in == NULL)) { + SSLerr(SSL_F_SSL_LOAD_CLIENT_CA_FILE, ERR_R_MALLOC_FAILURE); + goto err; + } + + if (!BIO_read_filename(in, file)) + goto err; + + for (;;) { + if (PEM_read_bio_X509(in, &x, NULL, NULL) == NULL) + break; + if (ret == NULL) { + ret = sk_X509_NAME_new_null(); + if (ret == NULL) { + SSLerr(SSL_F_SSL_LOAD_CLIENT_CA_FILE, ERR_R_MALLOC_FAILURE); + goto err; + } + } + if ((xn = X509_get_subject_name(x)) == NULL) + goto err; + /* check for duplicates */ + xn = X509_NAME_dup(xn); + if (xn == NULL) + goto err; + if (sk_X509_NAME_find(sk, xn) >= 0) + X509_NAME_free(xn); + else { + sk_X509_NAME_push(sk, xn); + sk_X509_NAME_push(ret, xn); + } + } + + if (0) { + err: + if (ret != NULL) + sk_X509_NAME_pop_free(ret, X509_NAME_free); + ret = NULL; + } + if (sk != NULL) + sk_X509_NAME_free(sk); + if (in != NULL) + BIO_free(in); + if (x != NULL) + X509_free(x); + if (ret != NULL) + ERR_clear_error(); + return (ret); +} +#endif + +/** * Add a file of certs to a stack. * \param stack the stack to add to. * \param file the file to add from. All certs in this file that are not @@ -740,58 +940,58 @@ err: */ int SSL_add_file_cert_subjects_to_stack(STACK_OF(X509_NAME) *stack, - const char *file) - { - BIO *in; - X509 *x=NULL; - X509_NAME *xn=NULL; - int ret=1; - int (*oldcmp)(const X509_NAME * const *a, const X509_NAME * const *b); - - oldcmp=sk_X509_NAME_set_cmp_func(stack,xname_cmp); - - in=BIO_new(BIO_s_file_internal()); - - if (in == NULL) - { - SSLerr(SSL_F_SSL_ADD_FILE_CERT_SUBJECTS_TO_STACK,ERR_R_MALLOC_FAILURE); - goto err; - } - - if (!BIO_read_filename(in,file)) - goto err; - - for (;;) - { - if (PEM_read_bio_X509(in,&x,NULL,NULL) == NULL) - break; - if ((xn=X509_get_subject_name(x)) == NULL) goto err; - xn=X509_NAME_dup(xn); - if (xn == NULL) goto err; - if (sk_X509_NAME_find(stack,xn) >= 0) - X509_NAME_free(xn); - else - sk_X509_NAME_push(stack,xn); - } - - ERR_clear_error(); - - if (0) - { -err: - ret=0; - } - if(in != NULL) - BIO_free(in); - if(x != NULL) - X509_free(x); - - (void)sk_X509_NAME_set_cmp_func(stack,oldcmp); - - return ret; - } - -/*! + const char *file) +{ + BIO *in; + X509 *x = NULL; + X509_NAME *xn = NULL; + int ret = 1; + int (*oldcmp) (const X509_NAME *const *a, const X509_NAME *const *b); + + oldcmp = sk_X509_NAME_set_cmp_func(stack, xname_cmp); + + in = BIO_new(BIO_s_file_internal()); + + if (in == NULL) { + SSLerr(SSL_F_SSL_ADD_FILE_CERT_SUBJECTS_TO_STACK, + ERR_R_MALLOC_FAILURE); + goto err; + } + + if (!BIO_read_filename(in, file)) + goto err; + + for (;;) { + if (PEM_read_bio_X509(in, &x, NULL, NULL) == NULL) + break; + if ((xn = X509_get_subject_name(x)) == NULL) + goto err; + xn = X509_NAME_dup(xn); + if (xn == NULL) + goto err; + if (sk_X509_NAME_find(stack, xn) >= 0) + X509_NAME_free(xn); + else + sk_X509_NAME_push(stack, xn); + } + + ERR_clear_error(); + + if (0) { + err: + ret = 0; + } + if (in != NULL) + BIO_free(in); + if (x != NULL) + X509_free(x); + + (void)sk_X509_NAME_set_cmp_func(stack, oldcmp); + + return ret; +} + +/** * Add a directory of certs to a stack. * \param stack the stack to append to. * \param dir the directory to append from. All files in this directory will be @@ -803,51 +1003,255 @@ err: */ int SSL_add_dir_cert_subjects_to_stack(STACK_OF(X509_NAME) *stack, - const char *dir) - { - OPENSSL_DIR_CTX *d = NULL; - const char *filename; - int ret = 0; - - CRYPTO_w_lock(CRYPTO_LOCK_READDIR); + const char *dir) +{ + OPENSSL_DIR_CTX *d = NULL; + const char *filename; + int ret = 0; - /* Note that a side effect is that the CAs will be sorted by name */ + CRYPTO_w_lock(CRYPTO_LOCK_READDIR); - while((filename = OPENSSL_DIR_read(&d, dir))) - { - char buf[1024]; - int r; + /* Note that a side effect is that the CAs will be sorted by name */ - if(strlen(dir)+strlen(filename)+2 > sizeof buf) - { - SSLerr(SSL_F_SSL_ADD_DIR_CERT_SUBJECTS_TO_STACK,SSL_R_PATH_TOO_LONG); - goto err; - } + while ((filename = OPENSSL_DIR_read(&d, dir))) { + char buf[1024]; + int r; + if (strlen(dir) + strlen(filename) + 2 > sizeof buf) { + SSLerr(SSL_F_SSL_ADD_DIR_CERT_SUBJECTS_TO_STACK, + SSL_R_PATH_TOO_LONG); + goto err; + } #ifdef OPENSSL_SYS_VMS - r = BIO_snprintf(buf,sizeof buf,"%s%s",dir,filename); + r = BIO_snprintf(buf, sizeof buf, "%s%s", dir, filename); #else - r = BIO_snprintf(buf,sizeof buf,"%s/%s",dir,filename); -#endif - if (r <= 0 || r >= (int)sizeof(buf)) - goto err; - if(!SSL_add_file_cert_subjects_to_stack(stack,buf)) - goto err; - } - - if (errno) - { - SYSerr(SYS_F_OPENDIR, get_last_sys_error()); - ERR_add_error_data(3, "OPENSSL_DIR_read(&ctx, '", dir, "')"); - SSLerr(SSL_F_SSL_ADD_DIR_CERT_SUBJECTS_TO_STACK, ERR_R_SYS_LIB); - goto err; - } - - ret = 1; - -err: - if (d) OPENSSL_DIR_end(&d); - CRYPTO_w_unlock(CRYPTO_LOCK_READDIR); - return ret; - } - + r = BIO_snprintf(buf, sizeof buf, "%s/%s", dir, filename); +#endif + if (r <= 0 || r >= (int)sizeof(buf)) + goto err; + if (!SSL_add_file_cert_subjects_to_stack(stack, buf)) + goto err; + } + + if (errno) { + SYSerr(SYS_F_OPENDIR, get_last_sys_error()); + ERR_add_error_data(3, "OPENSSL_DIR_read(&ctx, '", dir, "')"); + SSLerr(SSL_F_SSL_ADD_DIR_CERT_SUBJECTS_TO_STACK, ERR_R_SYS_LIB); + goto err; + } + + ret = 1; + + err: + if (d) + OPENSSL_DIR_end(&d); + CRYPTO_w_unlock(CRYPTO_LOCK_READDIR); + return ret; +} + +/* Add a certificate to a BUF_MEM structure */ + +static int ssl_add_cert_to_buf(BUF_MEM *buf, unsigned long *l, X509 *x) +{ + int n; + unsigned char *p; + + n = i2d_X509(x, NULL); + if (!BUF_MEM_grow_clean(buf, (int)(n + (*l) + 3))) { + SSLerr(SSL_F_SSL_ADD_CERT_TO_BUF, ERR_R_BUF_LIB); + return 0; + } + p = (unsigned char *)&(buf->data[*l]); + l2n3(n, p); + i2d_X509(x, &p); + *l += n + 3; + + return 1; +} + +/* Add certificate chain to internal SSL BUF_MEM strcuture */ +int ssl_add_cert_chain(SSL *s, CERT_PKEY *cpk, unsigned long *l) +{ + BUF_MEM *buf = s->init_buf; + int no_chain; + int i; + + X509 *x; + STACK_OF(X509) *extra_certs; + X509_STORE *chain_store; + + if (cpk) + x = cpk->x509; + else + x = NULL; + + if (s->cert->chain_store) + chain_store = s->cert->chain_store; + else + chain_store = s->ctx->cert_store; + + /* + * If we have a certificate specific chain use it, else use parent ctx. + */ + if (cpk && cpk->chain) + extra_certs = cpk->chain; + else + extra_certs = s->ctx->extra_certs; + + if ((s->mode & SSL_MODE_NO_AUTO_CHAIN) || extra_certs) + no_chain = 1; + else + no_chain = 0; + + /* TLSv1 sends a chain with nothing in it, instead of an alert */ + if (!BUF_MEM_grow_clean(buf, 10)) { + SSLerr(SSL_F_SSL_ADD_CERT_CHAIN, ERR_R_BUF_LIB); + return 0; + } + if (x != NULL) { + if (no_chain) { + if (!ssl_add_cert_to_buf(buf, l, x)) + return 0; + } else { + X509_STORE_CTX xs_ctx; + + if (!X509_STORE_CTX_init(&xs_ctx, chain_store, x, NULL)) { + SSLerr(SSL_F_SSL_ADD_CERT_CHAIN, ERR_R_X509_LIB); + return (0); + } + X509_verify_cert(&xs_ctx); + /* Don't leave errors in the queue */ + ERR_clear_error(); + for (i = 0; i < sk_X509_num(xs_ctx.chain); i++) { + x = sk_X509_value(xs_ctx.chain, i); + + if (!ssl_add_cert_to_buf(buf, l, x)) { + X509_STORE_CTX_cleanup(&xs_ctx); + return 0; + } + } + X509_STORE_CTX_cleanup(&xs_ctx); + } + } + for (i = 0; i < sk_X509_num(extra_certs); i++) { + x = sk_X509_value(extra_certs, i); + if (!ssl_add_cert_to_buf(buf, l, x)) + return 0; + } + + return 1; +} + +/* Build a certificate chain for current certificate */ +int ssl_build_cert_chain(CERT *c, X509_STORE *chain_store, int flags) +{ + CERT_PKEY *cpk = c->key; + X509_STORE_CTX xs_ctx; + STACK_OF(X509) *chain = NULL, *untrusted = NULL; + X509 *x; + int i, rv = 0; + unsigned long error; + + if (!cpk->x509) { + SSLerr(SSL_F_SSL_BUILD_CERT_CHAIN, SSL_R_NO_CERTIFICATE_SET); + goto err; + } + /* Rearranging and check the chain: add everything to a store */ + if (flags & SSL_BUILD_CHAIN_FLAG_CHECK) { + chain_store = X509_STORE_new(); + if (!chain_store) + goto err; + for (i = 0; i < sk_X509_num(cpk->chain); i++) { + x = sk_X509_value(cpk->chain, i); + if (!X509_STORE_add_cert(chain_store, x)) { + error = ERR_peek_last_error(); + if (ERR_GET_LIB(error) != ERR_LIB_X509 || + ERR_GET_REASON(error) != + X509_R_CERT_ALREADY_IN_HASH_TABLE) + goto err; + ERR_clear_error(); + } + } + /* Add EE cert too: it might be self signed */ + if (!X509_STORE_add_cert(chain_store, cpk->x509)) { + error = ERR_peek_last_error(); + if (ERR_GET_LIB(error) != ERR_LIB_X509 || + ERR_GET_REASON(error) != X509_R_CERT_ALREADY_IN_HASH_TABLE) + goto err; + ERR_clear_error(); + } + } else { + if (c->chain_store) + chain_store = c->chain_store; + + if (flags & SSL_BUILD_CHAIN_FLAG_UNTRUSTED) + untrusted = cpk->chain; + } + + if (!X509_STORE_CTX_init(&xs_ctx, chain_store, cpk->x509, untrusted)) { + SSLerr(SSL_F_SSL_BUILD_CERT_CHAIN, ERR_R_X509_LIB); + goto err; + } + /* Set suite B flags if needed */ + X509_STORE_CTX_set_flags(&xs_ctx, + c->cert_flags & SSL_CERT_FLAG_SUITEB_128_LOS); + + i = X509_verify_cert(&xs_ctx); + if (i <= 0 && flags & SSL_BUILD_CHAIN_FLAG_IGNORE_ERROR) { + if (flags & SSL_BUILD_CHAIN_FLAG_CLEAR_ERROR) + ERR_clear_error(); + i = 1; + rv = 2; + } + if (i > 0) + chain = X509_STORE_CTX_get1_chain(&xs_ctx); + if (i <= 0) { + SSLerr(SSL_F_SSL_BUILD_CERT_CHAIN, SSL_R_CERTIFICATE_VERIFY_FAILED); + i = X509_STORE_CTX_get_error(&xs_ctx); + ERR_add_error_data(2, "Verify error:", + X509_verify_cert_error_string(i)); + + X509_STORE_CTX_cleanup(&xs_ctx); + goto err; + } + X509_STORE_CTX_cleanup(&xs_ctx); + if (cpk->chain) + sk_X509_pop_free(cpk->chain, X509_free); + /* Remove EE certificate from chain */ + x = sk_X509_shift(chain); + X509_free(x); + if (flags & SSL_BUILD_CHAIN_FLAG_NO_ROOT) { + if (sk_X509_num(chain) > 0) { + /* See if last cert is self signed */ + x = sk_X509_value(chain, sk_X509_num(chain) - 1); + X509_check_purpose(x, -1, 0); + if (x->ex_flags & EXFLAG_SS) { + x = sk_X509_pop(chain); + X509_free(x); + } + } + } + cpk->chain = chain; + if (rv == 0) + rv = 1; + err: + if (flags & SSL_BUILD_CHAIN_FLAG_CHECK) + X509_STORE_free(chain_store); + + return rv; +} + +int ssl_cert_set_cert_store(CERT *c, X509_STORE *store, int chain, int ref) +{ + X509_STORE **pstore; + if (chain) + pstore = &c->chain_store; + else + pstore = &c->verify_store; + if (*pstore) + X509_STORE_free(*pstore); + *pstore = store; + if (ref && store) + CRYPTO_add(&store->references, 1, CRYPTO_LOCK_X509_STORE); + return 1; +} diff --git a/openssl/ssl/ssl_ciph.c b/openssl/ssl/ssl_ciph.c index 8188ff5d9..b038c55ae 100644 --- a/openssl/ssl/ssl_ciph.c +++ b/openssl/ssl/ssl_ciph.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +63,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -110,7 +110,7 @@ */ /* ==================================================================== * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. - * ECC cipher suite support in OpenSSL originally developed by + * ECC cipher suite support in OpenSSL originally developed by * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. */ /* ==================================================================== @@ -143,1737 +143,1925 @@ #include #include #ifndef OPENSSL_NO_COMP -#include +# include #endif #ifndef OPENSSL_NO_ENGINE -#include +# include #endif #include "ssl_locl.h" -#define SSL_ENC_DES_IDX 0 -#define SSL_ENC_3DES_IDX 1 -#define SSL_ENC_RC4_IDX 2 -#define SSL_ENC_RC2_IDX 3 -#define SSL_ENC_IDEA_IDX 4 -#define SSL_ENC_NULL_IDX 5 -#define SSL_ENC_AES128_IDX 6 -#define SSL_ENC_AES256_IDX 7 -#define SSL_ENC_CAMELLIA128_IDX 8 -#define SSL_ENC_CAMELLIA256_IDX 9 -#define SSL_ENC_GOST89_IDX 10 -#define SSL_ENC_SEED_IDX 11 -#define SSL_ENC_AES128GCM_IDX 12 -#define SSL_ENC_AES256GCM_IDX 13 -#define SSL_ENC_NUM_IDX 14 - - -static const EVP_CIPHER *ssl_cipher_methods[SSL_ENC_NUM_IDX]={ - NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL - }; - -#define SSL_COMP_NULL_IDX 0 -#define SSL_COMP_ZLIB_IDX 1 -#define SSL_COMP_NUM_IDX 2 - -static STACK_OF(SSL_COMP) *ssl_comp_methods=NULL; - -#define SSL_MD_MD5_IDX 0 -#define SSL_MD_SHA1_IDX 1 +#define SSL_ENC_DES_IDX 0 +#define SSL_ENC_3DES_IDX 1 +#define SSL_ENC_RC4_IDX 2 +#define SSL_ENC_RC2_IDX 3 +#define SSL_ENC_IDEA_IDX 4 +#define SSL_ENC_NULL_IDX 5 +#define SSL_ENC_AES128_IDX 6 +#define SSL_ENC_AES256_IDX 7 +#define SSL_ENC_CAMELLIA128_IDX 8 +#define SSL_ENC_CAMELLIA256_IDX 9 +#define SSL_ENC_GOST89_IDX 10 +#define SSL_ENC_SEED_IDX 11 +#define SSL_ENC_AES128GCM_IDX 12 +#define SSL_ENC_AES256GCM_IDX 13 +#define SSL_ENC_NUM_IDX 14 + +static const EVP_CIPHER *ssl_cipher_methods[SSL_ENC_NUM_IDX] = { + NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, + NULL, NULL +}; + +#define SSL_COMP_NULL_IDX 0 +#define SSL_COMP_ZLIB_IDX 1 +#define SSL_COMP_NUM_IDX 2 + +static STACK_OF(SSL_COMP) *ssl_comp_methods = NULL; + +#define SSL_MD_MD5_IDX 0 +#define SSL_MD_SHA1_IDX 1 #define SSL_MD_GOST94_IDX 2 #define SSL_MD_GOST89MAC_IDX 3 #define SSL_MD_SHA256_IDX 4 #define SSL_MD_SHA384_IDX 5 -/*Constant SSL_MAX_DIGEST equal to size of digests array should be - * defined in the - * ssl_locl.h */ -#define SSL_MD_NUM_IDX SSL_MAX_DIGEST -static const EVP_MD *ssl_digest_methods[SSL_MD_NUM_IDX]={ - NULL,NULL,NULL,NULL,NULL,NULL - }; -/* PKEY_TYPE for GOST89MAC is known in advance, but, because - * implementation is engine-provided, we'll fill it only if - * corresponding EVP_PKEY_METHOD is found +/* + * Constant SSL_MAX_DIGEST equal to size of digests array should be defined + * in the ssl_locl.h + */ +#define SSL_MD_NUM_IDX SSL_MAX_DIGEST +static const EVP_MD *ssl_digest_methods[SSL_MD_NUM_IDX] = { + NULL, NULL, NULL, NULL, NULL, NULL +}; + +/* + * PKEY_TYPE for GOST89MAC is known in advance, but, because implementation + * is engine-provided, we'll fill it only if corresponding EVP_PKEY_METHOD is + * found */ -static int ssl_mac_pkey_id[SSL_MD_NUM_IDX]={ - EVP_PKEY_HMAC,EVP_PKEY_HMAC,EVP_PKEY_HMAC,NID_undef, - EVP_PKEY_HMAC,EVP_PKEY_HMAC - }; - -static int ssl_mac_secret_size[SSL_MD_NUM_IDX]={ - 0,0,0,0,0,0 - }; - -static int ssl_handshake_digest_flag[SSL_MD_NUM_IDX]={ - SSL_HANDSHAKE_MAC_MD5,SSL_HANDSHAKE_MAC_SHA, - SSL_HANDSHAKE_MAC_GOST94, 0, SSL_HANDSHAKE_MAC_SHA256, - SSL_HANDSHAKE_MAC_SHA384 - }; - -#define CIPHER_ADD 1 -#define CIPHER_KILL 2 -#define CIPHER_DEL 3 -#define CIPHER_ORD 4 -#define CIPHER_SPECIAL 5 - -typedef struct cipher_order_st - { - const SSL_CIPHER *cipher; - int active; - int dead; - struct cipher_order_st *next,*prev; - } CIPHER_ORDER; - -static const SSL_CIPHER cipher_aliases[]={ - /* "ALL" doesn't include eNULL (must be specifically enabled) */ - {0,SSL_TXT_ALL,0, 0,0,~SSL_eNULL,0,0,0,0,0,0}, - /* "COMPLEMENTOFALL" */ - {0,SSL_TXT_CMPALL,0, 0,0,SSL_eNULL,0,0,0,0,0,0}, - - /* "COMPLEMENTOFDEFAULT" (does *not* include ciphersuites not found in ALL!) */ - {0,SSL_TXT_CMPDEF,0, SSL_kEDH|SSL_kEECDH,SSL_aNULL,~SSL_eNULL,0,0,0,0,0,0}, - - /* key exchange aliases - * (some of those using only a single bit here combine - * multiple key exchange algs according to the RFCs, - * e.g. kEDH combines DHE_DSS and DHE_RSA) */ - {0,SSL_TXT_kRSA,0, SSL_kRSA, 0,0,0,0,0,0,0,0}, - - {0,SSL_TXT_kDHr,0, SSL_kDHr, 0,0,0,0,0,0,0,0}, /* no such ciphersuites supported! */ - {0,SSL_TXT_kDHd,0, SSL_kDHd, 0,0,0,0,0,0,0,0}, /* no such ciphersuites supported! */ - {0,SSL_TXT_kDH,0, SSL_kDHr|SSL_kDHd,0,0,0,0,0,0,0,0}, /* no such ciphersuites supported! */ - {0,SSL_TXT_kEDH,0, SSL_kEDH, 0,0,0,0,0,0,0,0}, - {0,SSL_TXT_DH,0, SSL_kDHr|SSL_kDHd|SSL_kEDH,0,0,0,0,0,0,0,0}, - - {0,SSL_TXT_kKRB5,0, SSL_kKRB5, 0,0,0,0,0,0,0,0}, - - {0,SSL_TXT_kECDHr,0, SSL_kECDHr,0,0,0,0,0,0,0,0}, - {0,SSL_TXT_kECDHe,0, SSL_kECDHe,0,0,0,0,0,0,0,0}, - {0,SSL_TXT_kECDH,0, SSL_kECDHr|SSL_kECDHe,0,0,0,0,0,0,0,0}, - {0,SSL_TXT_kEECDH,0, SSL_kEECDH,0,0,0,0,0,0,0,0}, - {0,SSL_TXT_ECDH,0, SSL_kECDHr|SSL_kECDHe|SSL_kEECDH,0,0,0,0,0,0,0,0}, - - {0,SSL_TXT_kPSK,0, SSL_kPSK, 0,0,0,0,0,0,0,0}, - {0,SSL_TXT_kSRP,0, SSL_kSRP, 0,0,0,0,0,0,0,0}, - {0,SSL_TXT_kGOST,0, SSL_kGOST,0,0,0,0,0,0,0,0}, - - /* server authentication aliases */ - {0,SSL_TXT_aRSA,0, 0,SSL_aRSA, 0,0,0,0,0,0,0}, - {0,SSL_TXT_aDSS,0, 0,SSL_aDSS, 0,0,0,0,0,0,0}, - {0,SSL_TXT_DSS,0, 0,SSL_aDSS, 0,0,0,0,0,0,0}, - {0,SSL_TXT_aKRB5,0, 0,SSL_aKRB5, 0,0,0,0,0,0,0}, - {0,SSL_TXT_aNULL,0, 0,SSL_aNULL, 0,0,0,0,0,0,0}, - {0,SSL_TXT_aDH,0, 0,SSL_aDH, 0,0,0,0,0,0,0}, /* no such ciphersuites supported! */ - {0,SSL_TXT_aECDH,0, 0,SSL_aECDH, 0,0,0,0,0,0,0}, - {0,SSL_TXT_aECDSA,0, 0,SSL_aECDSA,0,0,0,0,0,0,0}, - {0,SSL_TXT_ECDSA,0, 0,SSL_aECDSA, 0,0,0,0,0,0,0}, - {0,SSL_TXT_aPSK,0, 0,SSL_aPSK, 0,0,0,0,0,0,0}, - {0,SSL_TXT_aGOST94,0,0,SSL_aGOST94,0,0,0,0,0,0,0}, - {0,SSL_TXT_aGOST01,0,0,SSL_aGOST01,0,0,0,0,0,0,0}, - {0,SSL_TXT_aGOST,0,0,SSL_aGOST94|SSL_aGOST01,0,0,0,0,0,0,0}, - {0,SSL_TXT_aSRP,0, 0,SSL_aSRP, 0,0,0,0,0,0,0}, - - /* aliases combining key exchange and server authentication */ - {0,SSL_TXT_EDH,0, SSL_kEDH,~SSL_aNULL,0,0,0,0,0,0,0}, - {0,SSL_TXT_EECDH,0, SSL_kEECDH,~SSL_aNULL,0,0,0,0,0,0,0}, - {0,SSL_TXT_NULL,0, 0,0,SSL_eNULL, 0,0,0,0,0,0}, - {0,SSL_TXT_KRB5,0, SSL_kKRB5,SSL_aKRB5,0,0,0,0,0,0,0}, - {0,SSL_TXT_RSA,0, SSL_kRSA,SSL_aRSA,0,0,0,0,0,0,0}, - {0,SSL_TXT_ADH,0, SSL_kEDH,SSL_aNULL,0,0,0,0,0,0,0}, - {0,SSL_TXT_AECDH,0, SSL_kEECDH,SSL_aNULL,0,0,0,0,0,0,0}, - {0,SSL_TXT_PSK,0, SSL_kPSK,SSL_aPSK,0,0,0,0,0,0,0}, - {0,SSL_TXT_SRP,0, SSL_kSRP,0,0,0,0,0,0,0,0}, - - - /* symmetric encryption aliases */ - {0,SSL_TXT_DES,0, 0,0,SSL_DES, 0,0,0,0,0,0}, - {0,SSL_TXT_3DES,0, 0,0,SSL_3DES, 0,0,0,0,0,0}, - {0,SSL_TXT_RC4,0, 0,0,SSL_RC4, 0,0,0,0,0,0}, - {0,SSL_TXT_RC2,0, 0,0,SSL_RC2, 0,0,0,0,0,0}, - {0,SSL_TXT_IDEA,0, 0,0,SSL_IDEA, 0,0,0,0,0,0}, - {0,SSL_TXT_SEED,0, 0,0,SSL_SEED, 0,0,0,0,0,0}, - {0,SSL_TXT_eNULL,0, 0,0,SSL_eNULL, 0,0,0,0,0,0}, - {0,SSL_TXT_AES128,0, 0,0,SSL_AES128|SSL_AES128GCM,0,0,0,0,0,0}, - {0,SSL_TXT_AES256,0, 0,0,SSL_AES256|SSL_AES256GCM,0,0,0,0,0,0}, - {0,SSL_TXT_AES,0, 0,0,SSL_AES,0,0,0,0,0,0}, - {0,SSL_TXT_AES_GCM,0, 0,0,SSL_AES128GCM|SSL_AES256GCM,0,0,0,0,0,0}, - {0,SSL_TXT_CAMELLIA128,0,0,0,SSL_CAMELLIA128,0,0,0,0,0,0}, - {0,SSL_TXT_CAMELLIA256,0,0,0,SSL_CAMELLIA256,0,0,0,0,0,0}, - {0,SSL_TXT_CAMELLIA ,0,0,0,SSL_CAMELLIA128|SSL_CAMELLIA256,0,0,0,0,0,0}, - - /* MAC aliases */ - {0,SSL_TXT_MD5,0, 0,0,0,SSL_MD5, 0,0,0,0,0}, - {0,SSL_TXT_SHA1,0, 0,0,0,SSL_SHA1, 0,0,0,0,0}, - {0,SSL_TXT_SHA,0, 0,0,0,SSL_SHA1, 0,0,0,0,0}, - {0,SSL_TXT_GOST94,0, 0,0,0,SSL_GOST94, 0,0,0,0,0}, - {0,SSL_TXT_GOST89MAC,0, 0,0,0,SSL_GOST89MAC, 0,0,0,0,0}, - {0,SSL_TXT_SHA256,0, 0,0,0,SSL_SHA256, 0,0,0,0,0}, - {0,SSL_TXT_SHA384,0, 0,0,0,SSL_SHA384, 0,0,0,0,0}, - - /* protocol version aliases */ - {0,SSL_TXT_SSLV2,0, 0,0,0,0,SSL_SSLV2, 0,0,0,0}, - {0,SSL_TXT_SSLV3,0, 0,0,0,0,SSL_SSLV3, 0,0,0,0}, - {0,SSL_TXT_TLSV1,0, 0,0,0,0,SSL_TLSV1, 0,0,0,0}, - {0,SSL_TXT_TLSV1_2,0, 0,0,0,0,SSL_TLSV1_2, 0,0,0,0}, - - /* export flag */ - {0,SSL_TXT_EXP,0, 0,0,0,0,0,SSL_EXPORT,0,0,0}, - {0,SSL_TXT_EXPORT,0, 0,0,0,0,0,SSL_EXPORT,0,0,0}, - - /* strength classes */ - {0,SSL_TXT_EXP40,0, 0,0,0,0,0,SSL_EXP40, 0,0,0}, - {0,SSL_TXT_EXP56,0, 0,0,0,0,0,SSL_EXP56, 0,0,0}, - {0,SSL_TXT_LOW,0, 0,0,0,0,0,SSL_LOW, 0,0,0}, - {0,SSL_TXT_MEDIUM,0, 0,0,0,0,0,SSL_MEDIUM,0,0,0}, - {0,SSL_TXT_HIGH,0, 0,0,0,0,0,SSL_HIGH, 0,0,0}, - /* FIPS 140-2 approved ciphersuite */ - {0,SSL_TXT_FIPS,0, 0,0,~SSL_eNULL,0,0,SSL_FIPS, 0,0,0}, - }; -/* Search for public key algorithm with given name and - * return its pkey_id if it is available. Otherwise return 0 +static int ssl_mac_pkey_id[SSL_MD_NUM_IDX] = { + EVP_PKEY_HMAC, EVP_PKEY_HMAC, EVP_PKEY_HMAC, NID_undef, + EVP_PKEY_HMAC, EVP_PKEY_HMAC +}; + +static int ssl_mac_secret_size[SSL_MD_NUM_IDX] = { + 0, 0, 0, 0, 0, 0 +}; + +static int ssl_handshake_digest_flag[SSL_MD_NUM_IDX] = { + SSL_HANDSHAKE_MAC_MD5, SSL_HANDSHAKE_MAC_SHA, + SSL_HANDSHAKE_MAC_GOST94, 0, SSL_HANDSHAKE_MAC_SHA256, + SSL_HANDSHAKE_MAC_SHA384 +}; + +#define CIPHER_ADD 1 +#define CIPHER_KILL 2 +#define CIPHER_DEL 3 +#define CIPHER_ORD 4 +#define CIPHER_SPECIAL 5 + +typedef struct cipher_order_st { + const SSL_CIPHER *cipher; + int active; + int dead; + struct cipher_order_st *next, *prev; +} CIPHER_ORDER; + +static const SSL_CIPHER cipher_aliases[] = { + /* "ALL" doesn't include eNULL (must be specifically enabled) */ + {0, SSL_TXT_ALL, 0, 0, 0, ~SSL_eNULL, 0, 0, 0, 0, 0, 0}, + /* "COMPLEMENTOFALL" */ + {0, SSL_TXT_CMPALL, 0, 0, 0, SSL_eNULL, 0, 0, 0, 0, 0, 0}, + + /* + * "COMPLEMENTOFDEFAULT" (does *not* include ciphersuites not found in + * ALL!) + */ + {0, SSL_TXT_CMPDEF, 0, SSL_kEDH | SSL_kEECDH, SSL_aNULL, ~SSL_eNULL, 0, 0, + 0, 0, 0, 0}, + + /* + * key exchange aliases (some of those using only a single bit here + * combine multiple key exchange algs according to the RFCs, e.g. kEDH + * combines DHE_DSS and DHE_RSA) + */ + {0, SSL_TXT_kRSA, 0, SSL_kRSA, 0, 0, 0, 0, 0, 0, 0, 0}, + + {0, SSL_TXT_kDHr, 0, SSL_kDHr, 0, 0, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_kDHd, 0, SSL_kDHd, 0, 0, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_kDH, 0, SSL_kDHr | SSL_kDHd, 0, 0, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_kEDH, 0, SSL_kEDH, 0, 0, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_kDHE, 0, SSL_kEDH, 0, 0, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_DH, 0, SSL_kDHr | SSL_kDHd | SSL_kEDH, 0, 0, 0, 0, 0, 0, 0, + 0}, + + {0, SSL_TXT_kKRB5, 0, SSL_kKRB5, 0, 0, 0, 0, 0, 0, 0, 0}, + + {0, SSL_TXT_kECDHr, 0, SSL_kECDHr, 0, 0, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_kECDHe, 0, SSL_kECDHe, 0, 0, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_kECDH, 0, SSL_kECDHr | SSL_kECDHe, 0, 0, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_kEECDH, 0, SSL_kEECDH, 0, 0, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_kECDHE, 0, SSL_kEECDH, 0, 0, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_ECDH, 0, SSL_kECDHr | SSL_kECDHe | SSL_kEECDH, 0, 0, 0, 0, 0, + 0, 0, 0}, + + {0, SSL_TXT_kPSK, 0, SSL_kPSK, 0, 0, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_kSRP, 0, SSL_kSRP, 0, 0, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_kGOST, 0, SSL_kGOST, 0, 0, 0, 0, 0, 0, 0, 0}, + + /* server authentication aliases */ + {0, SSL_TXT_aRSA, 0, 0, SSL_aRSA, 0, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_aDSS, 0, 0, SSL_aDSS, 0, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_DSS, 0, 0, SSL_aDSS, 0, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_aKRB5, 0, 0, SSL_aKRB5, 0, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_aNULL, 0, 0, SSL_aNULL, 0, 0, 0, 0, 0, 0, 0}, + /* no such ciphersuites supported! */ + {0, SSL_TXT_aDH, 0, 0, SSL_aDH, 0, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_aECDH, 0, 0, SSL_aECDH, 0, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_aECDSA, 0, 0, SSL_aECDSA, 0, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_ECDSA, 0, 0, SSL_aECDSA, 0, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_aPSK, 0, 0, SSL_aPSK, 0, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_aGOST94, 0, 0, SSL_aGOST94, 0, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_aGOST01, 0, 0, SSL_aGOST01, 0, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_aGOST, 0, 0, SSL_aGOST94 | SSL_aGOST01, 0, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_aSRP, 0, 0, SSL_aSRP, 0, 0, 0, 0, 0, 0, 0}, + + /* aliases combining key exchange and server authentication */ + {0, SSL_TXT_EDH, 0, SSL_kEDH, ~SSL_aNULL, 0, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_DHE, 0, SSL_kEDH, ~SSL_aNULL, 0, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_EECDH, 0, SSL_kEECDH, ~SSL_aNULL, 0, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_ECDHE, 0, SSL_kEECDH, ~SSL_aNULL, 0, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_NULL, 0, 0, 0, SSL_eNULL, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_KRB5, 0, SSL_kKRB5, SSL_aKRB5, 0, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_RSA, 0, SSL_kRSA, SSL_aRSA, 0, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_ADH, 0, SSL_kEDH, SSL_aNULL, 0, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_AECDH, 0, SSL_kEECDH, SSL_aNULL, 0, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_PSK, 0, SSL_kPSK, SSL_aPSK, 0, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_SRP, 0, SSL_kSRP, 0, 0, 0, 0, 0, 0, 0, 0}, + + /* symmetric encryption aliases */ + {0, SSL_TXT_DES, 0, 0, 0, SSL_DES, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_3DES, 0, 0, 0, SSL_3DES, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_RC4, 0, 0, 0, SSL_RC4, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_RC2, 0, 0, 0, SSL_RC2, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_IDEA, 0, 0, 0, SSL_IDEA, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_SEED, 0, 0, 0, SSL_SEED, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_eNULL, 0, 0, 0, SSL_eNULL, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_AES128, 0, 0, 0, SSL_AES128 | SSL_AES128GCM, 0, 0, 0, 0, 0, + 0}, + {0, SSL_TXT_AES256, 0, 0, 0, SSL_AES256 | SSL_AES256GCM, 0, 0, 0, 0, 0, + 0}, + {0, SSL_TXT_AES, 0, 0, 0, SSL_AES, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_AES_GCM, 0, 0, 0, SSL_AES128GCM | SSL_AES256GCM, 0, 0, 0, 0, + 0, 0}, + {0, SSL_TXT_CAMELLIA128, 0, 0, 0, SSL_CAMELLIA128, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_CAMELLIA256, 0, 0, 0, SSL_CAMELLIA256, 0, 0, 0, 0, 0, 0}, + {0, SSL_TXT_CAMELLIA, 0, 0, 0, SSL_CAMELLIA128 | SSL_CAMELLIA256, 0, 0, 0, + 0, 0, 0}, + + /* MAC aliases */ + {0, SSL_TXT_MD5, 0, 0, 0, 0, SSL_MD5, 0, 0, 0, 0, 0}, + {0, SSL_TXT_SHA1, 0, 0, 0, 0, SSL_SHA1, 0, 0, 0, 0, 0}, + {0, SSL_TXT_SHA, 0, 0, 0, 0, SSL_SHA1, 0, 0, 0, 0, 0}, + {0, SSL_TXT_GOST94, 0, 0, 0, 0, SSL_GOST94, 0, 0, 0, 0, 0}, + {0, SSL_TXT_GOST89MAC, 0, 0, 0, 0, SSL_GOST89MAC, 0, 0, 0, 0, 0}, + {0, SSL_TXT_SHA256, 0, 0, 0, 0, SSL_SHA256, 0, 0, 0, 0, 0}, + {0, SSL_TXT_SHA384, 0, 0, 0, 0, SSL_SHA384, 0, 0, 0, 0, 0}, + + /* protocol version aliases */ + {0, SSL_TXT_SSLV2, 0, 0, 0, 0, 0, SSL_SSLV2, 0, 0, 0, 0}, + {0, SSL_TXT_SSLV3, 0, 0, 0, 0, 0, SSL_SSLV3, 0, 0, 0, 0}, + {0, SSL_TXT_TLSV1, 0, 0, 0, 0, 0, SSL_TLSV1, 0, 0, 0, 0}, + {0, SSL_TXT_TLSV1_2, 0, 0, 0, 0, 0, SSL_TLSV1_2, 0, 0, 0, 0}, + + /* export flag */ + {0, SSL_TXT_EXP, 0, 0, 0, 0, 0, 0, SSL_EXPORT, 0, 0, 0}, + {0, SSL_TXT_EXPORT, 0, 0, 0, 0, 0, 0, SSL_EXPORT, 0, 0, 0}, + + /* strength classes */ + {0, SSL_TXT_EXP40, 0, 0, 0, 0, 0, 0, SSL_EXP40, 0, 0, 0}, + {0, SSL_TXT_EXP56, 0, 0, 0, 0, 0, 0, SSL_EXP56, 0, 0, 0}, + {0, SSL_TXT_LOW, 0, 0, 0, 0, 0, 0, SSL_LOW, 0, 0, 0}, + {0, SSL_TXT_MEDIUM, 0, 0, 0, 0, 0, 0, SSL_MEDIUM, 0, 0, 0}, + {0, SSL_TXT_HIGH, 0, 0, 0, 0, 0, 0, SSL_HIGH, 0, 0, 0}, + /* FIPS 140-2 approved ciphersuite */ + {0, SSL_TXT_FIPS, 0, 0, 0, ~SSL_eNULL, 0, 0, SSL_FIPS, 0, 0, 0}, + /* "DHE-" aliases to "EDH-" labels (for forward compatibility) */ + {0, SSL3_TXT_DHE_DSS_DES_40_CBC_SHA, 0, + SSL_kDHE, SSL_aDSS, SSL_DES, SSL_SHA1, SSL_SSLV3, SSL_EXPORT | SSL_EXP40, + 0, 0, 0,}, + {0, SSL3_TXT_DHE_DSS_DES_64_CBC_SHA, 0, + SSL_kDHE, SSL_aDSS, SSL_DES, SSL_SHA1, SSL_SSLV3, SSL_NOT_EXP | SSL_LOW, + 0, 0, 0,}, + {0, SSL3_TXT_DHE_DSS_DES_192_CBC3_SHA, 0, + SSL_kDHE, SSL_aDSS, SSL_3DES, SSL_SHA1, SSL_SSLV3, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, 0, 0, 0,}, + {0, SSL3_TXT_DHE_RSA_DES_40_CBC_SHA, 0, + SSL_kDHE, SSL_aRSA, SSL_DES, SSL_SHA1, SSL_SSLV3, SSL_EXPORT | SSL_EXP40, + 0, 0, 0,}, + {0, SSL3_TXT_DHE_RSA_DES_64_CBC_SHA, 0, + SSL_kDHE, SSL_aRSA, SSL_DES, SSL_SHA1, SSL_SSLV3, SSL_NOT_EXP | SSL_LOW, + 0, 0, 0,}, + {0, SSL3_TXT_DHE_RSA_DES_192_CBC3_SHA, 0, + SSL_kDHE, SSL_aRSA, SSL_3DES, SSL_SHA1, SSL_SSLV3, + SSL_NOT_EXP | SSL_HIGH | SSL_FIPS, 0, 0, 0,}, +}; + +/* + * Search for public key algorithm with given name and return its pkey_id if + * it is available. Otherwise return 0 */ #ifdef OPENSSL_NO_ENGINE static int get_optional_pkey_id(const char *pkey_name) - { - const EVP_PKEY_ASN1_METHOD *ameth; - int pkey_id=0; - ameth = EVP_PKEY_asn1_find_str(NULL,pkey_name,-1); - if (ameth) - { - EVP_PKEY_asn1_get0_info(&pkey_id, NULL,NULL,NULL,NULL,ameth); - } - return pkey_id; - } +{ + const EVP_PKEY_ASN1_METHOD *ameth; + int pkey_id = 0; + ameth = EVP_PKEY_asn1_find_str(NULL, pkey_name, -1); + if (ameth) { + EVP_PKEY_asn1_get0_info(&pkey_id, NULL, NULL, NULL, NULL, ameth); + } + return pkey_id; +} #else static int get_optional_pkey_id(const char *pkey_name) - { - const EVP_PKEY_ASN1_METHOD *ameth; - ENGINE *tmpeng = NULL; - int pkey_id=0; - ameth = EVP_PKEY_asn1_find_str(&tmpeng,pkey_name,-1); - if (ameth) - { - EVP_PKEY_asn1_get0_info(&pkey_id, NULL,NULL,NULL,NULL,ameth); - } - if (tmpeng) ENGINE_finish(tmpeng); - return pkey_id; - } +{ + const EVP_PKEY_ASN1_METHOD *ameth; + ENGINE *tmpeng = NULL; + int pkey_id = 0; + ameth = EVP_PKEY_asn1_find_str(&tmpeng, pkey_name, -1); + if (ameth) { + EVP_PKEY_asn1_get0_info(&pkey_id, NULL, NULL, NULL, NULL, ameth); + } + if (tmpeng) + ENGINE_finish(tmpeng); + return pkey_id; +} #endif void ssl_load_ciphers(void) - { - ssl_cipher_methods[SSL_ENC_DES_IDX]= - EVP_get_cipherbyname(SN_des_cbc); - ssl_cipher_methods[SSL_ENC_3DES_IDX]= - EVP_get_cipherbyname(SN_des_ede3_cbc); - ssl_cipher_methods[SSL_ENC_RC4_IDX]= - EVP_get_cipherbyname(SN_rc4); - ssl_cipher_methods[SSL_ENC_RC2_IDX]= - EVP_get_cipherbyname(SN_rc2_cbc); +{ + ssl_cipher_methods[SSL_ENC_DES_IDX] = EVP_get_cipherbyname(SN_des_cbc); + ssl_cipher_methods[SSL_ENC_3DES_IDX] = + EVP_get_cipherbyname(SN_des_ede3_cbc); + ssl_cipher_methods[SSL_ENC_RC4_IDX] = EVP_get_cipherbyname(SN_rc4); + ssl_cipher_methods[SSL_ENC_RC2_IDX] = EVP_get_cipherbyname(SN_rc2_cbc); #ifndef OPENSSL_NO_IDEA - ssl_cipher_methods[SSL_ENC_IDEA_IDX]= - EVP_get_cipherbyname(SN_idea_cbc); + ssl_cipher_methods[SSL_ENC_IDEA_IDX] = EVP_get_cipherbyname(SN_idea_cbc); #else - ssl_cipher_methods[SSL_ENC_IDEA_IDX]= NULL; + ssl_cipher_methods[SSL_ENC_IDEA_IDX] = NULL; #endif - ssl_cipher_methods[SSL_ENC_AES128_IDX]= - EVP_get_cipherbyname(SN_aes_128_cbc); - ssl_cipher_methods[SSL_ENC_AES256_IDX]= - EVP_get_cipherbyname(SN_aes_256_cbc); - ssl_cipher_methods[SSL_ENC_CAMELLIA128_IDX]= - EVP_get_cipherbyname(SN_camellia_128_cbc); - ssl_cipher_methods[SSL_ENC_CAMELLIA256_IDX]= - EVP_get_cipherbyname(SN_camellia_256_cbc); - ssl_cipher_methods[SSL_ENC_GOST89_IDX]= - EVP_get_cipherbyname(SN_gost89_cnt); - ssl_cipher_methods[SSL_ENC_SEED_IDX]= - EVP_get_cipherbyname(SN_seed_cbc); - - ssl_cipher_methods[SSL_ENC_AES128GCM_IDX]= - EVP_get_cipherbyname(SN_aes_128_gcm); - ssl_cipher_methods[SSL_ENC_AES256GCM_IDX]= - EVP_get_cipherbyname(SN_aes_256_gcm); - - ssl_digest_methods[SSL_MD_MD5_IDX]= - EVP_get_digestbyname(SN_md5); - ssl_mac_secret_size[SSL_MD_MD5_IDX]= - EVP_MD_size(ssl_digest_methods[SSL_MD_MD5_IDX]); - OPENSSL_assert(ssl_mac_secret_size[SSL_MD_MD5_IDX] >= 0); - ssl_digest_methods[SSL_MD_SHA1_IDX]= - EVP_get_digestbyname(SN_sha1); - ssl_mac_secret_size[SSL_MD_SHA1_IDX]= - EVP_MD_size(ssl_digest_methods[SSL_MD_SHA1_IDX]); - OPENSSL_assert(ssl_mac_secret_size[SSL_MD_SHA1_IDX] >= 0); - ssl_digest_methods[SSL_MD_GOST94_IDX]= - EVP_get_digestbyname(SN_id_GostR3411_94); - if (ssl_digest_methods[SSL_MD_GOST94_IDX]) - { - ssl_mac_secret_size[SSL_MD_GOST94_IDX]= - EVP_MD_size(ssl_digest_methods[SSL_MD_GOST94_IDX]); - OPENSSL_assert(ssl_mac_secret_size[SSL_MD_GOST94_IDX] >= 0); - } - ssl_digest_methods[SSL_MD_GOST89MAC_IDX]= - EVP_get_digestbyname(SN_id_Gost28147_89_MAC); - ssl_mac_pkey_id[SSL_MD_GOST89MAC_IDX] = get_optional_pkey_id("gost-mac"); - if (ssl_mac_pkey_id[SSL_MD_GOST89MAC_IDX]) { - ssl_mac_secret_size[SSL_MD_GOST89MAC_IDX]=32; - } - - ssl_digest_methods[SSL_MD_SHA256_IDX]= - EVP_get_digestbyname(SN_sha256); - ssl_mac_secret_size[SSL_MD_SHA256_IDX]= - EVP_MD_size(ssl_digest_methods[SSL_MD_SHA256_IDX]); - ssl_digest_methods[SSL_MD_SHA384_IDX]= - EVP_get_digestbyname(SN_sha384); - ssl_mac_secret_size[SSL_MD_SHA384_IDX]= - EVP_MD_size(ssl_digest_methods[SSL_MD_SHA384_IDX]); - } + ssl_cipher_methods[SSL_ENC_AES128_IDX] = + EVP_get_cipherbyname(SN_aes_128_cbc); + ssl_cipher_methods[SSL_ENC_AES256_IDX] = + EVP_get_cipherbyname(SN_aes_256_cbc); + ssl_cipher_methods[SSL_ENC_CAMELLIA128_IDX] = + EVP_get_cipherbyname(SN_camellia_128_cbc); + ssl_cipher_methods[SSL_ENC_CAMELLIA256_IDX] = + EVP_get_cipherbyname(SN_camellia_256_cbc); + ssl_cipher_methods[SSL_ENC_GOST89_IDX] = + EVP_get_cipherbyname(SN_gost89_cnt); + ssl_cipher_methods[SSL_ENC_SEED_IDX] = EVP_get_cipherbyname(SN_seed_cbc); + + ssl_cipher_methods[SSL_ENC_AES128GCM_IDX] = + EVP_get_cipherbyname(SN_aes_128_gcm); + ssl_cipher_methods[SSL_ENC_AES256GCM_IDX] = + EVP_get_cipherbyname(SN_aes_256_gcm); + + ssl_digest_methods[SSL_MD_MD5_IDX] = EVP_get_digestbyname(SN_md5); + ssl_mac_secret_size[SSL_MD_MD5_IDX] = + EVP_MD_size(ssl_digest_methods[SSL_MD_MD5_IDX]); + OPENSSL_assert(ssl_mac_secret_size[SSL_MD_MD5_IDX] >= 0); + ssl_digest_methods[SSL_MD_SHA1_IDX] = EVP_get_digestbyname(SN_sha1); + ssl_mac_secret_size[SSL_MD_SHA1_IDX] = + EVP_MD_size(ssl_digest_methods[SSL_MD_SHA1_IDX]); + OPENSSL_assert(ssl_mac_secret_size[SSL_MD_SHA1_IDX] >= 0); + ssl_digest_methods[SSL_MD_GOST94_IDX] = + EVP_get_digestbyname(SN_id_GostR3411_94); + if (ssl_digest_methods[SSL_MD_GOST94_IDX]) { + ssl_mac_secret_size[SSL_MD_GOST94_IDX] = + EVP_MD_size(ssl_digest_methods[SSL_MD_GOST94_IDX]); + OPENSSL_assert(ssl_mac_secret_size[SSL_MD_GOST94_IDX] >= 0); + } + ssl_digest_methods[SSL_MD_GOST89MAC_IDX] = + EVP_get_digestbyname(SN_id_Gost28147_89_MAC); + ssl_mac_pkey_id[SSL_MD_GOST89MAC_IDX] = get_optional_pkey_id("gost-mac"); + if (ssl_mac_pkey_id[SSL_MD_GOST89MAC_IDX]) { + ssl_mac_secret_size[SSL_MD_GOST89MAC_IDX] = 32; + } + + ssl_digest_methods[SSL_MD_SHA256_IDX] = EVP_get_digestbyname(SN_sha256); + ssl_mac_secret_size[SSL_MD_SHA256_IDX] = + EVP_MD_size(ssl_digest_methods[SSL_MD_SHA256_IDX]); + ssl_digest_methods[SSL_MD_SHA384_IDX] = EVP_get_digestbyname(SN_sha384); + ssl_mac_secret_size[SSL_MD_SHA384_IDX] = + EVP_MD_size(ssl_digest_methods[SSL_MD_SHA384_IDX]); +} + #ifndef OPENSSL_NO_COMP -static int sk_comp_cmp(const SSL_COMP * const *a, - const SSL_COMP * const *b) - { - return((*a)->id-(*b)->id); - } +static int sk_comp_cmp(const SSL_COMP *const *a, const SSL_COMP *const *b) +{ + return ((*a)->id - (*b)->id); +} static void load_builtin_compressions(void) - { - int got_write_lock = 0; - - CRYPTO_r_lock(CRYPTO_LOCK_SSL); - if (ssl_comp_methods == NULL) - { - CRYPTO_r_unlock(CRYPTO_LOCK_SSL); - CRYPTO_w_lock(CRYPTO_LOCK_SSL); - got_write_lock = 1; - - if (ssl_comp_methods == NULL) - { - SSL_COMP *comp = NULL; - - MemCheck_off(); - ssl_comp_methods=sk_SSL_COMP_new(sk_comp_cmp); - if (ssl_comp_methods != NULL) - { - comp=(SSL_COMP *)OPENSSL_malloc(sizeof(SSL_COMP)); - if (comp != NULL) - { - comp->method=COMP_zlib(); - if (comp->method - && comp->method->type == NID_undef) - OPENSSL_free(comp); - else - { - comp->id=SSL_COMP_ZLIB_IDX; - comp->name=comp->method->name; - sk_SSL_COMP_push(ssl_comp_methods,comp); - } - } - sk_SSL_COMP_sort(ssl_comp_methods); - } - MemCheck_on(); - } - } - - if (got_write_lock) - CRYPTO_w_unlock(CRYPTO_LOCK_SSL); - else - CRYPTO_r_unlock(CRYPTO_LOCK_SSL); - } +{ + int got_write_lock = 0; + + CRYPTO_r_lock(CRYPTO_LOCK_SSL); + if (ssl_comp_methods == NULL) { + CRYPTO_r_unlock(CRYPTO_LOCK_SSL); + CRYPTO_w_lock(CRYPTO_LOCK_SSL); + got_write_lock = 1; + + if (ssl_comp_methods == NULL) { + SSL_COMP *comp = NULL; + + MemCheck_off(); + ssl_comp_methods = sk_SSL_COMP_new(sk_comp_cmp); + if (ssl_comp_methods != NULL) { + comp = (SSL_COMP *)OPENSSL_malloc(sizeof(SSL_COMP)); + if (comp != NULL) { + comp->method = COMP_zlib(); + if (comp->method && comp->method->type == NID_undef) + OPENSSL_free(comp); + else { + comp->id = SSL_COMP_ZLIB_IDX; + comp->name = comp->method->name; + sk_SSL_COMP_push(ssl_comp_methods, comp); + } + } + sk_SSL_COMP_sort(ssl_comp_methods); + } + MemCheck_on(); + } + } + + if (got_write_lock) + CRYPTO_w_unlock(CRYPTO_LOCK_SSL); + else + CRYPTO_r_unlock(CRYPTO_LOCK_SSL); +} #endif int ssl_cipher_get_evp(const SSL_SESSION *s, const EVP_CIPHER **enc, - const EVP_MD **md, int *mac_pkey_type, int *mac_secret_size,SSL_COMP **comp) - { - int i; - const SSL_CIPHER *c; - - c=s->cipher; - if (c == NULL) return(0); - if (comp != NULL) - { - SSL_COMP ctmp; + const EVP_MD **md, int *mac_pkey_type, + int *mac_secret_size, SSL_COMP **comp) +{ + int i; + const SSL_CIPHER *c; + + c = s->cipher; + if (c == NULL) + return (0); + if (comp != NULL) { + SSL_COMP ctmp; #ifndef OPENSSL_NO_COMP - load_builtin_compressions(); + load_builtin_compressions(); #endif - *comp=NULL; - ctmp.id=s->compress_meth; - if (ssl_comp_methods != NULL) - { - i=sk_SSL_COMP_find(ssl_comp_methods,&ctmp); - if (i >= 0) - *comp=sk_SSL_COMP_value(ssl_comp_methods,i); - else - *comp=NULL; - } - } - - if ((enc == NULL) || (md == NULL)) return(0); - - switch (c->algorithm_enc) - { - case SSL_DES: - i=SSL_ENC_DES_IDX; - break; - case SSL_3DES: - i=SSL_ENC_3DES_IDX; - break; - case SSL_RC4: - i=SSL_ENC_RC4_IDX; - break; - case SSL_RC2: - i=SSL_ENC_RC2_IDX; - break; - case SSL_IDEA: - i=SSL_ENC_IDEA_IDX; - break; - case SSL_eNULL: - i=SSL_ENC_NULL_IDX; - break; - case SSL_AES128: - i=SSL_ENC_AES128_IDX; - break; - case SSL_AES256: - i=SSL_ENC_AES256_IDX; - break; - case SSL_CAMELLIA128: - i=SSL_ENC_CAMELLIA128_IDX; - break; - case SSL_CAMELLIA256: - i=SSL_ENC_CAMELLIA256_IDX; - break; - case SSL_eGOST2814789CNT: - i=SSL_ENC_GOST89_IDX; - break; - case SSL_SEED: - i=SSL_ENC_SEED_IDX; - break; - case SSL_AES128GCM: - i=SSL_ENC_AES128GCM_IDX; - break; - case SSL_AES256GCM: - i=SSL_ENC_AES256GCM_IDX; - break; - default: - i= -1; - break; - } - - if ((i < 0) || (i >= SSL_ENC_NUM_IDX)) - *enc=NULL; - else - { - if (i == SSL_ENC_NULL_IDX) - *enc=EVP_enc_null(); - else - *enc=ssl_cipher_methods[i]; - } - - switch (c->algorithm_mac) - { - case SSL_MD5: - i=SSL_MD_MD5_IDX; - break; - case SSL_SHA1: - i=SSL_MD_SHA1_IDX; - break; - case SSL_SHA256: - i=SSL_MD_SHA256_IDX; - break; - case SSL_SHA384: - i=SSL_MD_SHA384_IDX; - break; - case SSL_GOST94: - i = SSL_MD_GOST94_IDX; - break; - case SSL_GOST89MAC: - i = SSL_MD_GOST89MAC_IDX; - break; - default: - i= -1; - break; - } - if ((i < 0) || (i >= SSL_MD_NUM_IDX)) - { - *md=NULL; - if (mac_pkey_type!=NULL) *mac_pkey_type = NID_undef; - if (mac_secret_size!=NULL) *mac_secret_size = 0; - if (c->algorithm_mac == SSL_AEAD) - mac_pkey_type = NULL; - } - else - { - *md=ssl_digest_methods[i]; - if (mac_pkey_type!=NULL) *mac_pkey_type = ssl_mac_pkey_id[i]; - if (mac_secret_size!=NULL) *mac_secret_size = ssl_mac_secret_size[i]; - } - - if ((*enc != NULL) && - (*md != NULL || (EVP_CIPHER_flags(*enc)&EVP_CIPH_FLAG_AEAD_CIPHER)) && - (!mac_pkey_type||*mac_pkey_type != NID_undef)) - { - const EVP_CIPHER *evp; - - if (s->ssl_version>>8 != TLS1_VERSION_MAJOR || - s->ssl_version < TLS1_VERSION) - return 1; + *comp = NULL; + ctmp.id = s->compress_meth; + if (ssl_comp_methods != NULL) { + i = sk_SSL_COMP_find(ssl_comp_methods, &ctmp); + if (i >= 0) + *comp = sk_SSL_COMP_value(ssl_comp_methods, i); + else + *comp = NULL; + } + } + + if ((enc == NULL) || (md == NULL)) + return (0); + + switch (c->algorithm_enc) { + case SSL_DES: + i = SSL_ENC_DES_IDX; + break; + case SSL_3DES: + i = SSL_ENC_3DES_IDX; + break; + case SSL_RC4: + i = SSL_ENC_RC4_IDX; + break; + case SSL_RC2: + i = SSL_ENC_RC2_IDX; + break; + case SSL_IDEA: + i = SSL_ENC_IDEA_IDX; + break; + case SSL_eNULL: + i = SSL_ENC_NULL_IDX; + break; + case SSL_AES128: + i = SSL_ENC_AES128_IDX; + break; + case SSL_AES256: + i = SSL_ENC_AES256_IDX; + break; + case SSL_CAMELLIA128: + i = SSL_ENC_CAMELLIA128_IDX; + break; + case SSL_CAMELLIA256: + i = SSL_ENC_CAMELLIA256_IDX; + break; + case SSL_eGOST2814789CNT: + i = SSL_ENC_GOST89_IDX; + break; + case SSL_SEED: + i = SSL_ENC_SEED_IDX; + break; + case SSL_AES128GCM: + i = SSL_ENC_AES128GCM_IDX; + break; + case SSL_AES256GCM: + i = SSL_ENC_AES256GCM_IDX; + break; + default: + i = -1; + break; + } + + if ((i < 0) || (i >= SSL_ENC_NUM_IDX)) + *enc = NULL; + else { + if (i == SSL_ENC_NULL_IDX) + *enc = EVP_enc_null(); + else + *enc = ssl_cipher_methods[i]; + } + + switch (c->algorithm_mac) { + case SSL_MD5: + i = SSL_MD_MD5_IDX; + break; + case SSL_SHA1: + i = SSL_MD_SHA1_IDX; + break; + case SSL_SHA256: + i = SSL_MD_SHA256_IDX; + break; + case SSL_SHA384: + i = SSL_MD_SHA384_IDX; + break; + case SSL_GOST94: + i = SSL_MD_GOST94_IDX; + break; + case SSL_GOST89MAC: + i = SSL_MD_GOST89MAC_IDX; + break; + default: + i = -1; + break; + } + if ((i < 0) || (i >= SSL_MD_NUM_IDX)) { + *md = NULL; + if (mac_pkey_type != NULL) + *mac_pkey_type = NID_undef; + if (mac_secret_size != NULL) + *mac_secret_size = 0; + if (c->algorithm_mac == SSL_AEAD) + mac_pkey_type = NULL; + } else { + *md = ssl_digest_methods[i]; + if (mac_pkey_type != NULL) + *mac_pkey_type = ssl_mac_pkey_id[i]; + if (mac_secret_size != NULL) + *mac_secret_size = ssl_mac_secret_size[i]; + } + + if ((*enc != NULL) && + (*md != NULL || (EVP_CIPHER_flags(*enc) & EVP_CIPH_FLAG_AEAD_CIPHER)) + && (!mac_pkey_type || *mac_pkey_type != NID_undef)) { + const EVP_CIPHER *evp; + + if (s->ssl_version >> 8 != TLS1_VERSION_MAJOR || + s->ssl_version < TLS1_VERSION) + return 1; #ifdef OPENSSL_FIPS - if (FIPS_mode()) - return 1; + if (FIPS_mode()) + return 1; #endif - if (c->algorithm_enc == SSL_RC4 && - c->algorithm_mac == SSL_MD5 && - (evp=EVP_get_cipherbyname("RC4-HMAC-MD5"))) - *enc = evp, *md = NULL; - else if (c->algorithm_enc == SSL_AES128 && - c->algorithm_mac == SSL_SHA1 && - (evp=EVP_get_cipherbyname("AES-128-CBC-HMAC-SHA1"))) - *enc = evp, *md = NULL; - else if (c->algorithm_enc == SSL_AES256 && - c->algorithm_mac == SSL_SHA1 && - (evp=EVP_get_cipherbyname("AES-256-CBC-HMAC-SHA1"))) - *enc = evp, *md = NULL; - return(1); - } - else - return(0); - } - -int ssl_get_handshake_digest(int idx, long *mask, const EVP_MD **md) + if (c->algorithm_enc == SSL_RC4 && + c->algorithm_mac == SSL_MD5 && + (evp = EVP_get_cipherbyname("RC4-HMAC-MD5"))) + *enc = evp, *md = NULL; + else if (c->algorithm_enc == SSL_AES128 && + c->algorithm_mac == SSL_SHA1 && + (evp = EVP_get_cipherbyname("AES-128-CBC-HMAC-SHA1"))) + *enc = evp, *md = NULL; + else if (c->algorithm_enc == SSL_AES256 && + c->algorithm_mac == SSL_SHA1 && + (evp = EVP_get_cipherbyname("AES-256-CBC-HMAC-SHA1"))) + *enc = evp, *md = NULL; + else if (c->algorithm_enc == SSL_AES128 && + c->algorithm_mac == SSL_SHA256 && + (evp = EVP_get_cipherbyname("AES-128-CBC-HMAC-SHA256"))) + *enc = evp, *md = NULL; + else if (c->algorithm_enc == SSL_AES256 && + c->algorithm_mac == SSL_SHA256 && + (evp = EVP_get_cipherbyname("AES-256-CBC-HMAC-SHA256"))) + *enc = evp, *md = NULL; + return (1); + } else + return (0); +} + +int ssl_get_handshake_digest(int idx, long *mask, const EVP_MD **md) { - if (idx <0||idx>=SSL_MD_NUM_IDX) - { - return 0; - } - *mask = ssl_handshake_digest_flag[idx]; - if (*mask) - *md = ssl_digest_methods[idx]; - else - *md = NULL; - return 1; + if (idx < 0 || idx >= SSL_MD_NUM_IDX) { + return 0; + } + *mask = ssl_handshake_digest_flag[idx]; + if (*mask) + *md = ssl_digest_methods[idx]; + else + *md = NULL; + return 1; } #define ITEM_SEP(a) \ - (((a) == ':') || ((a) == ' ') || ((a) == ';') || ((a) == ',')) + (((a) == ':') || ((a) == ' ') || ((a) == ';') || ((a) == ',')) static void ll_append_tail(CIPHER_ORDER **head, CIPHER_ORDER *curr, - CIPHER_ORDER **tail) - { - if (curr == *tail) return; - if (curr == *head) - *head=curr->next; - if (curr->prev != NULL) - curr->prev->next=curr->next; - if (curr->next != NULL) - curr->next->prev=curr->prev; - (*tail)->next=curr; - curr->prev= *tail; - curr->next=NULL; - *tail=curr; - } + CIPHER_ORDER **tail) +{ + if (curr == *tail) + return; + if (curr == *head) + *head = curr->next; + if (curr->prev != NULL) + curr->prev->next = curr->next; + if (curr->next != NULL) + curr->next->prev = curr->prev; + (*tail)->next = curr; + curr->prev = *tail; + curr->next = NULL; + *tail = curr; +} static void ll_append_head(CIPHER_ORDER **head, CIPHER_ORDER *curr, - CIPHER_ORDER **tail) - { - if (curr == *head) return; - if (curr == *tail) - *tail=curr->prev; - if (curr->next != NULL) - curr->next->prev=curr->prev; - if (curr->prev != NULL) - curr->prev->next=curr->next; - (*head)->prev=curr; - curr->next= *head; - curr->prev=NULL; - *head=curr; - } - -static void ssl_cipher_get_disabled(unsigned long *mkey, unsigned long *auth, unsigned long *enc, unsigned long *mac, unsigned long *ssl) - { - *mkey = 0; - *auth = 0; - *enc = 0; - *mac = 0; - *ssl = 0; + CIPHER_ORDER **tail) +{ + if (curr == *head) + return; + if (curr == *tail) + *tail = curr->prev; + if (curr->next != NULL) + curr->next->prev = curr->prev; + if (curr->prev != NULL) + curr->prev->next = curr->next; + (*head)->prev = curr; + curr->next = *head; + curr->prev = NULL; + *head = curr; +} + +static void ssl_cipher_get_disabled(unsigned long *mkey, unsigned long *auth, + unsigned long *enc, unsigned long *mac, + unsigned long *ssl) +{ + *mkey = 0; + *auth = 0; + *enc = 0; + *mac = 0; + *ssl = 0; #ifdef OPENSSL_NO_RSA - *mkey |= SSL_kRSA; - *auth |= SSL_aRSA; + *mkey |= SSL_kRSA; + *auth |= SSL_aRSA; #endif #ifdef OPENSSL_NO_DSA - *auth |= SSL_aDSS; + *auth |= SSL_aDSS; #endif - *mkey |= SSL_kDHr|SSL_kDHd; /* no such ciphersuites supported! */ - *auth |= SSL_aDH; #ifdef OPENSSL_NO_DH - *mkey |= SSL_kDHr|SSL_kDHd|SSL_kEDH; - *auth |= SSL_aDH; + *mkey |= SSL_kDHr | SSL_kDHd | SSL_kEDH; + *auth |= SSL_aDH; #endif #ifdef OPENSSL_NO_KRB5 - *mkey |= SSL_kKRB5; - *auth |= SSL_aKRB5; + *mkey |= SSL_kKRB5; + *auth |= SSL_aKRB5; #endif #ifdef OPENSSL_NO_ECDSA - *auth |= SSL_aECDSA; + *auth |= SSL_aECDSA; #endif #ifdef OPENSSL_NO_ECDH - *mkey |= SSL_kECDHe|SSL_kECDHr; - *auth |= SSL_aECDH; + *mkey |= SSL_kECDHe | SSL_kECDHr; + *auth |= SSL_aECDH; #endif #ifdef OPENSSL_NO_PSK - *mkey |= SSL_kPSK; - *auth |= SSL_aPSK; + *mkey |= SSL_kPSK; + *auth |= SSL_aPSK; #endif #ifdef OPENSSL_NO_SRP - *mkey |= SSL_kSRP; + *mkey |= SSL_kSRP; #endif - /* Check for presence of GOST 34.10 algorithms, and if they - * do not present, disable appropriate auth and key exchange */ - if (!get_optional_pkey_id("gost94")) { - *auth |= SSL_aGOST94; - } - if (!get_optional_pkey_id("gost2001")) { - *auth |= SSL_aGOST01; - } - /* Disable GOST key exchange if no GOST signature algs are available * */ - if ((*auth & (SSL_aGOST94|SSL_aGOST01)) == (SSL_aGOST94|SSL_aGOST01)) { - *mkey |= SSL_kGOST; - } + /* + * Check for presence of GOST 34.10 algorithms, and if they do not + * present, disable appropriate auth and key exchange + */ + if (!get_optional_pkey_id("gost94")) { + *auth |= SSL_aGOST94; + } + if (!get_optional_pkey_id("gost2001")) { + *auth |= SSL_aGOST01; + } + /* + * Disable GOST key exchange if no GOST signature algs are available * + */ + if ((*auth & (SSL_aGOST94 | SSL_aGOST01)) == (SSL_aGOST94 | SSL_aGOST01)) { + *mkey |= SSL_kGOST; + } #ifdef SSL_FORBID_ENULL - *enc |= SSL_eNULL; + *enc |= SSL_eNULL; #endif - - - - *enc |= (ssl_cipher_methods[SSL_ENC_DES_IDX ] == NULL) ? SSL_DES :0; - *enc |= (ssl_cipher_methods[SSL_ENC_3DES_IDX] == NULL) ? SSL_3DES:0; - *enc |= (ssl_cipher_methods[SSL_ENC_RC4_IDX ] == NULL) ? SSL_RC4 :0; - *enc |= (ssl_cipher_methods[SSL_ENC_RC2_IDX ] == NULL) ? SSL_RC2 :0; - *enc |= (ssl_cipher_methods[SSL_ENC_IDEA_IDX] == NULL) ? SSL_IDEA:0; - *enc |= (ssl_cipher_methods[SSL_ENC_AES128_IDX] == NULL) ? SSL_AES128:0; - *enc |= (ssl_cipher_methods[SSL_ENC_AES256_IDX] == NULL) ? SSL_AES256:0; - *enc |= (ssl_cipher_methods[SSL_ENC_AES128GCM_IDX] == NULL) ? SSL_AES128GCM:0; - *enc |= (ssl_cipher_methods[SSL_ENC_AES256GCM_IDX] == NULL) ? SSL_AES256GCM:0; - *enc |= (ssl_cipher_methods[SSL_ENC_CAMELLIA128_IDX] == NULL) ? SSL_CAMELLIA128:0; - *enc |= (ssl_cipher_methods[SSL_ENC_CAMELLIA256_IDX] == NULL) ? SSL_CAMELLIA256:0; - *enc |= (ssl_cipher_methods[SSL_ENC_GOST89_IDX] == NULL) ? SSL_eGOST2814789CNT:0; - *enc |= (ssl_cipher_methods[SSL_ENC_SEED_IDX] == NULL) ? SSL_SEED:0; - - *mac |= (ssl_digest_methods[SSL_MD_MD5_IDX ] == NULL) ? SSL_MD5 :0; - *mac |= (ssl_digest_methods[SSL_MD_SHA1_IDX] == NULL) ? SSL_SHA1:0; - *mac |= (ssl_digest_methods[SSL_MD_SHA256_IDX] == NULL) ? SSL_SHA256:0; - *mac |= (ssl_digest_methods[SSL_MD_SHA384_IDX] == NULL) ? SSL_SHA384:0; - *mac |= (ssl_digest_methods[SSL_MD_GOST94_IDX] == NULL) ? SSL_GOST94:0; - *mac |= (ssl_digest_methods[SSL_MD_GOST89MAC_IDX] == NULL || ssl_mac_pkey_id[SSL_MD_GOST89MAC_IDX]==NID_undef)? SSL_GOST89MAC:0; - - } + + *enc |= (ssl_cipher_methods[SSL_ENC_DES_IDX] == NULL) ? SSL_DES : 0; + *enc |= (ssl_cipher_methods[SSL_ENC_3DES_IDX] == NULL) ? SSL_3DES : 0; + *enc |= (ssl_cipher_methods[SSL_ENC_RC4_IDX] == NULL) ? SSL_RC4 : 0; + *enc |= (ssl_cipher_methods[SSL_ENC_RC2_IDX] == NULL) ? SSL_RC2 : 0; + *enc |= (ssl_cipher_methods[SSL_ENC_IDEA_IDX] == NULL) ? SSL_IDEA : 0; + *enc |= (ssl_cipher_methods[SSL_ENC_AES128_IDX] == NULL) ? SSL_AES128 : 0; + *enc |= (ssl_cipher_methods[SSL_ENC_AES256_IDX] == NULL) ? SSL_AES256 : 0; + *enc |= + (ssl_cipher_methods[SSL_ENC_AES128GCM_IDX] == + NULL) ? SSL_AES128GCM : 0; + *enc |= + (ssl_cipher_methods[SSL_ENC_AES256GCM_IDX] == + NULL) ? SSL_AES256GCM : 0; + *enc |= + (ssl_cipher_methods[SSL_ENC_CAMELLIA128_IDX] == + NULL) ? SSL_CAMELLIA128 : 0; + *enc |= + (ssl_cipher_methods[SSL_ENC_CAMELLIA256_IDX] == + NULL) ? SSL_CAMELLIA256 : 0; + *enc |= + (ssl_cipher_methods[SSL_ENC_GOST89_IDX] == + NULL) ? SSL_eGOST2814789CNT : 0; + *enc |= (ssl_cipher_methods[SSL_ENC_SEED_IDX] == NULL) ? SSL_SEED : 0; + + *mac |= (ssl_digest_methods[SSL_MD_MD5_IDX] == NULL) ? SSL_MD5 : 0; + *mac |= (ssl_digest_methods[SSL_MD_SHA1_IDX] == NULL) ? SSL_SHA1 : 0; + *mac |= (ssl_digest_methods[SSL_MD_SHA256_IDX] == NULL) ? SSL_SHA256 : 0; + *mac |= (ssl_digest_methods[SSL_MD_SHA384_IDX] == NULL) ? SSL_SHA384 : 0; + *mac |= (ssl_digest_methods[SSL_MD_GOST94_IDX] == NULL) ? SSL_GOST94 : 0; + *mac |= (ssl_digest_methods[SSL_MD_GOST89MAC_IDX] == NULL + || ssl_mac_pkey_id[SSL_MD_GOST89MAC_IDX] == + NID_undef) ? SSL_GOST89MAC : 0; + +} static void ssl_cipher_collect_ciphers(const SSL_METHOD *ssl_method, - int num_of_ciphers, - unsigned long disabled_mkey, unsigned long disabled_auth, - unsigned long disabled_enc, unsigned long disabled_mac, - unsigned long disabled_ssl, - CIPHER_ORDER *co_list, - CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p) - { - int i, co_list_num; - const SSL_CIPHER *c; - - /* - * We have num_of_ciphers descriptions compiled in, depending on the - * method selected (SSLv2 and/or SSLv3, TLSv1 etc). - * These will later be sorted in a linked list with at most num - * entries. - */ - - /* Get the initial list of ciphers */ - co_list_num = 0; /* actual count of ciphers */ - for (i = 0; i < num_of_ciphers; i++) - { - c = ssl_method->get_cipher(i); - /* drop those that use any of that is not available */ - if ((c != NULL) && c->valid && + int num_of_ciphers, + unsigned long disabled_mkey, + unsigned long disabled_auth, + unsigned long disabled_enc, + unsigned long disabled_mac, + unsigned long disabled_ssl, + CIPHER_ORDER *co_list, + CIPHER_ORDER **head_p, + CIPHER_ORDER **tail_p) +{ + int i, co_list_num; + const SSL_CIPHER *c; + + /* + * We have num_of_ciphers descriptions compiled in, depending on the + * method selected (SSLv2 and/or SSLv3, TLSv1 etc). + * These will later be sorted in a linked list with at most num + * entries. + */ + + /* Get the initial list of ciphers */ + co_list_num = 0; /* actual count of ciphers */ + for (i = 0; i < num_of_ciphers; i++) { + c = ssl_method->get_cipher(i); + /* drop those that use any of that is not available */ + if ((c != NULL) && c->valid && #ifdef OPENSSL_FIPS - (!FIPS_mode() || (c->algo_strength & SSL_FIPS)) && + (!FIPS_mode() || (c->algo_strength & SSL_FIPS)) && #endif - !(c->algorithm_mkey & disabled_mkey) && - !(c->algorithm_auth & disabled_auth) && - !(c->algorithm_enc & disabled_enc) && - !(c->algorithm_mac & disabled_mac) && - !(c->algorithm_ssl & disabled_ssl)) - { - co_list[co_list_num].cipher = c; - co_list[co_list_num].next = NULL; - co_list[co_list_num].prev = NULL; - co_list[co_list_num].active = 0; - co_list_num++; + !(c->algorithm_mkey & disabled_mkey) && + !(c->algorithm_auth & disabled_auth) && + !(c->algorithm_enc & disabled_enc) && + !(c->algorithm_mac & disabled_mac) && + !(c->algorithm_ssl & disabled_ssl)) { + co_list[co_list_num].cipher = c; + co_list[co_list_num].next = NULL; + co_list[co_list_num].prev = NULL; + co_list[co_list_num].active = 0; + co_list_num++; #ifdef KSSL_DEBUG - printf("\t%d: %s %lx %lx %lx\n",i,c->name,c->id,c->algorithm_mkey,c->algorithm_auth); -#endif /* KSSL_DEBUG */ - /* - if (!sk_push(ca_list,(char *)c)) goto err; - */ - } - } - - /* - * Prepare linked list from list entries - */ - if (co_list_num > 0) - { - co_list[0].prev = NULL; - - if (co_list_num > 1) - { - co_list[0].next = &co_list[1]; - - for (i = 1; i < co_list_num - 1; i++) - { - co_list[i].prev = &co_list[i - 1]; - co_list[i].next = &co_list[i + 1]; - } - - co_list[co_list_num - 1].prev = &co_list[co_list_num - 2]; - } - - co_list[co_list_num - 1].next = NULL; - - *head_p = &co_list[0]; - *tail_p = &co_list[co_list_num - 1]; - } - } + fprintf(stderr, "\t%d: %s %lx %lx %lx\n", i, c->name, c->id, + c->algorithm_mkey, c->algorithm_auth); +#endif /* KSSL_DEBUG */ + /* + * if (!sk_push(ca_list,(char *)c)) goto err; + */ + } + } + + /* + * Prepare linked list from list entries + */ + if (co_list_num > 0) { + co_list[0].prev = NULL; + + if (co_list_num > 1) { + co_list[0].next = &co_list[1]; + + for (i = 1; i < co_list_num - 1; i++) { + co_list[i].prev = &co_list[i - 1]; + co_list[i].next = &co_list[i + 1]; + } + + co_list[co_list_num - 1].prev = &co_list[co_list_num - 2]; + } + + co_list[co_list_num - 1].next = NULL; + + *head_p = &co_list[0]; + *tail_p = &co_list[co_list_num - 1]; + } +} static void ssl_cipher_collect_aliases(const SSL_CIPHER **ca_list, - int num_of_group_aliases, - unsigned long disabled_mkey, unsigned long disabled_auth, - unsigned long disabled_enc, unsigned long disabled_mac, - unsigned long disabled_ssl, - CIPHER_ORDER *head) - { - CIPHER_ORDER *ciph_curr; - const SSL_CIPHER **ca_curr; - int i; - unsigned long mask_mkey = ~disabled_mkey; - unsigned long mask_auth = ~disabled_auth; - unsigned long mask_enc = ~disabled_enc; - unsigned long mask_mac = ~disabled_mac; - unsigned long mask_ssl = ~disabled_ssl; - - /* - * First, add the real ciphers as already collected - */ - ciph_curr = head; - ca_curr = ca_list; - while (ciph_curr != NULL) - { - *ca_curr = ciph_curr->cipher; - ca_curr++; - ciph_curr = ciph_curr->next; - } - - /* - * Now we add the available ones from the cipher_aliases[] table. - * They represent either one or more algorithms, some of which - * in any affected category must be supported (set in enabled_mask), - * or represent a cipher strength value (will be added in any case because algorithms=0). - */ - for (i = 0; i < num_of_group_aliases; i++) - { - unsigned long algorithm_mkey = cipher_aliases[i].algorithm_mkey; - unsigned long algorithm_auth = cipher_aliases[i].algorithm_auth; - unsigned long algorithm_enc = cipher_aliases[i].algorithm_enc; - unsigned long algorithm_mac = cipher_aliases[i].algorithm_mac; - unsigned long algorithm_ssl = cipher_aliases[i].algorithm_ssl; - - if (algorithm_mkey) - if ((algorithm_mkey & mask_mkey) == 0) - continue; - - if (algorithm_auth) - if ((algorithm_auth & mask_auth) == 0) - continue; - - if (algorithm_enc) - if ((algorithm_enc & mask_enc) == 0) - continue; - - if (algorithm_mac) - if ((algorithm_mac & mask_mac) == 0) - continue; - - if (algorithm_ssl) - if ((algorithm_ssl & mask_ssl) == 0) - continue; - - *ca_curr = (SSL_CIPHER *)(cipher_aliases + i); - ca_curr++; - } - - *ca_curr = NULL; /* end of list */ - } + int num_of_group_aliases, + unsigned long disabled_mkey, + unsigned long disabled_auth, + unsigned long disabled_enc, + unsigned long disabled_mac, + unsigned long disabled_ssl, + CIPHER_ORDER *head) +{ + CIPHER_ORDER *ciph_curr; + const SSL_CIPHER **ca_curr; + int i; + unsigned long mask_mkey = ~disabled_mkey; + unsigned long mask_auth = ~disabled_auth; + unsigned long mask_enc = ~disabled_enc; + unsigned long mask_mac = ~disabled_mac; + unsigned long mask_ssl = ~disabled_ssl; + + /* + * First, add the real ciphers as already collected + */ + ciph_curr = head; + ca_curr = ca_list; + while (ciph_curr != NULL) { + *ca_curr = ciph_curr->cipher; + ca_curr++; + ciph_curr = ciph_curr->next; + } + + /* + * Now we add the available ones from the cipher_aliases[] table. + * They represent either one or more algorithms, some of which + * in any affected category must be supported (set in enabled_mask), + * or represent a cipher strength value (will be added in any case because algorithms=0). + */ + for (i = 0; i < num_of_group_aliases; i++) { + unsigned long algorithm_mkey = cipher_aliases[i].algorithm_mkey; + unsigned long algorithm_auth = cipher_aliases[i].algorithm_auth; + unsigned long algorithm_enc = cipher_aliases[i].algorithm_enc; + unsigned long algorithm_mac = cipher_aliases[i].algorithm_mac; + unsigned long algorithm_ssl = cipher_aliases[i].algorithm_ssl; + + if (algorithm_mkey) + if ((algorithm_mkey & mask_mkey) == 0) + continue; + + if (algorithm_auth) + if ((algorithm_auth & mask_auth) == 0) + continue; + + if (algorithm_enc) + if ((algorithm_enc & mask_enc) == 0) + continue; + + if (algorithm_mac) + if ((algorithm_mac & mask_mac) == 0) + continue; + + if (algorithm_ssl) + if ((algorithm_ssl & mask_ssl) == 0) + continue; + + *ca_curr = (SSL_CIPHER *)(cipher_aliases + i); + ca_curr++; + } + + *ca_curr = NULL; /* end of list */ +} static void ssl_cipher_apply_rule(unsigned long cipher_id, - unsigned long alg_mkey, unsigned long alg_auth, - unsigned long alg_enc, unsigned long alg_mac, - unsigned long alg_ssl, - unsigned long algo_strength, - int rule, int strength_bits, - CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p) - { - CIPHER_ORDER *head, *tail, *curr, *next, *last; - const SSL_CIPHER *cp; - int reverse = 0; + unsigned long alg_mkey, + unsigned long alg_auth, + unsigned long alg_enc, + unsigned long alg_mac, + unsigned long alg_ssl, + unsigned long algo_strength, int rule, + int strength_bits, CIPHER_ORDER **head_p, + CIPHER_ORDER **tail_p) +{ + CIPHER_ORDER *head, *tail, *curr, *next, *last; + const SSL_CIPHER *cp; + int reverse = 0; #ifdef CIPHER_DEBUG - printf("Applying rule %d with %08lx/%08lx/%08lx/%08lx/%08lx %08lx (%d)\n", - rule, alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, algo_strength, strength_bits); + fprintf(stderr, + "Applying rule %d with %08lx/%08lx/%08lx/%08lx/%08lx %08lx (%d)\n", + rule, alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, + algo_strength, strength_bits); #endif - if (rule == CIPHER_DEL) - reverse = 1; /* needed to maintain sorting between currently deleted ciphers */ - - head = *head_p; - tail = *tail_p; - - if (reverse) - { - next = tail; - last = head; - } - else - { - next = head; - last = tail; - } - - curr = NULL; - for (;;) - { - if (curr == last) break; - - curr = next; - - if (curr == NULL) break; - - next = reverse ? curr->prev : curr->next; - - cp = curr->cipher; - - /* - * Selection criteria is either the value of strength_bits - * or the algorithms used. - */ - if (strength_bits >= 0) - { - if (strength_bits != cp->strength_bits) - continue; - } - else - { + if (rule == CIPHER_DEL) + reverse = 1; /* needed to maintain sorting between + * currently deleted ciphers */ + + head = *head_p; + tail = *tail_p; + + if (reverse) { + next = tail; + last = head; + } else { + next = head; + last = tail; + } + + curr = NULL; + for (;;) { + if (curr == last) + break; + + curr = next; + + if (curr == NULL) + break; + + next = reverse ? curr->prev : curr->next; + + cp = curr->cipher; + + /* + * Selection criteria is either the value of strength_bits + * or the algorithms used. + */ + if (strength_bits >= 0) { + if (strength_bits != cp->strength_bits) + continue; + } else { #ifdef CIPHER_DEBUG - printf("\nName: %s:\nAlgo = %08lx/%08lx/%08lx/%08lx/%08lx Algo_strength = %08lx\n", cp->name, cp->algorithm_mkey, cp->algorithm_auth, cp->algorithm_enc, cp->algorithm_mac, cp->algorithm_ssl, cp->algo_strength); + fprintf(stderr, + "\nName: %s:\nAlgo = %08lx/%08lx/%08lx/%08lx/%08lx Algo_strength = %08lx\n", + cp->name, cp->algorithm_mkey, cp->algorithm_auth, + cp->algorithm_enc, cp->algorithm_mac, cp->algorithm_ssl, + cp->algo_strength); #endif - - if (alg_mkey && !(alg_mkey & cp->algorithm_mkey)) - continue; - if (alg_auth && !(alg_auth & cp->algorithm_auth)) - continue; - if (alg_enc && !(alg_enc & cp->algorithm_enc)) - continue; - if (alg_mac && !(alg_mac & cp->algorithm_mac)) - continue; - if (alg_ssl && !(alg_ssl & cp->algorithm_ssl)) - continue; - if ((algo_strength & SSL_EXP_MASK) && !(algo_strength & SSL_EXP_MASK & cp->algo_strength)) - continue; - if ((algo_strength & SSL_STRONG_MASK) && !(algo_strength & SSL_STRONG_MASK & cp->algo_strength)) - continue; - } +#ifdef OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL + if (cipher_id && cipher_id != cp->id) + continue; +#endif + if (alg_mkey && !(alg_mkey & cp->algorithm_mkey)) + continue; + if (alg_auth && !(alg_auth & cp->algorithm_auth)) + continue; + if (alg_enc && !(alg_enc & cp->algorithm_enc)) + continue; + if (alg_mac && !(alg_mac & cp->algorithm_mac)) + continue; + if (alg_ssl && !(alg_ssl & cp->algorithm_ssl)) + continue; + if ((algo_strength & SSL_EXP_MASK) + && !(algo_strength & SSL_EXP_MASK & cp->algo_strength)) + continue; + if ((algo_strength & SSL_STRONG_MASK) + && !(algo_strength & SSL_STRONG_MASK & cp->algo_strength)) + continue; + } #ifdef CIPHER_DEBUG - printf("Action = %d\n", rule); + fprintf(stderr, "Action = %d\n", rule); #endif - /* add the cipher if it has not been added yet. */ - if (rule == CIPHER_ADD) - { - /* reverse == 0 */ - if (!curr->active) - { - ll_append_tail(&head, curr, &tail); - curr->active = 1; - } - } - /* Move the added cipher to this location */ - else if (rule == CIPHER_ORD) - { - /* reverse == 0 */ - if (curr->active) - { - ll_append_tail(&head, curr, &tail); - } - } - else if (rule == CIPHER_DEL) - { - /* reverse == 1 */ - if (curr->active) - { - /* most recently deleted ciphersuites get best positions - * for any future CIPHER_ADD (note that the CIPHER_DEL loop - * works in reverse to maintain the order) */ - ll_append_head(&head, curr, &tail); - curr->active = 0; - } - } - else if (rule == CIPHER_KILL) - { - /* reverse == 0 */ - if (head == curr) - head = curr->next; - else - curr->prev->next = curr->next; - if (tail == curr) - tail = curr->prev; - curr->active = 0; - if (curr->next != NULL) - curr->next->prev = curr->prev; - if (curr->prev != NULL) - curr->prev->next = curr->next; - curr->next = NULL; - curr->prev = NULL; - } - } - - *head_p = head; - *tail_p = tail; - } + /* add the cipher if it has not been added yet. */ + if (rule == CIPHER_ADD) { + /* reverse == 0 */ + if (!curr->active) { + ll_append_tail(&head, curr, &tail); + curr->active = 1; + } + } + /* Move the added cipher to this location */ + else if (rule == CIPHER_ORD) { + /* reverse == 0 */ + if (curr->active) { + ll_append_tail(&head, curr, &tail); + } + } else if (rule == CIPHER_DEL) { + /* reverse == 1 */ + if (curr->active) { + /* + * most recently deleted ciphersuites get best positions for + * any future CIPHER_ADD (note that the CIPHER_DEL loop works + * in reverse to maintain the order) + */ + ll_append_head(&head, curr, &tail); + curr->active = 0; + } + } else if (rule == CIPHER_KILL) { + /* reverse == 0 */ + if (head == curr) + head = curr->next; + else + curr->prev->next = curr->next; + if (tail == curr) + tail = curr->prev; + curr->active = 0; + if (curr->next != NULL) + curr->next->prev = curr->prev; + if (curr->prev != NULL) + curr->prev->next = curr->next; + curr->next = NULL; + curr->prev = NULL; + } + } + + *head_p = head; + *tail_p = tail; +} static int ssl_cipher_strength_sort(CIPHER_ORDER **head_p, - CIPHER_ORDER **tail_p) - { - int max_strength_bits, i, *number_uses; - CIPHER_ORDER *curr; - - /* - * This routine sorts the ciphers with descending strength. The sorting - * must keep the pre-sorted sequence, so we apply the normal sorting - * routine as '+' movement to the end of the list. - */ - max_strength_bits = 0; - curr = *head_p; - while (curr != NULL) - { - if (curr->active && - (curr->cipher->strength_bits > max_strength_bits)) - max_strength_bits = curr->cipher->strength_bits; - curr = curr->next; - } - - number_uses = OPENSSL_malloc((max_strength_bits + 1) * sizeof(int)); - if (!number_uses) - { - SSLerr(SSL_F_SSL_CIPHER_STRENGTH_SORT,ERR_R_MALLOC_FAILURE); - return(0); - } - memset(number_uses, 0, (max_strength_bits + 1) * sizeof(int)); - - /* - * Now find the strength_bits values actually used - */ - curr = *head_p; - while (curr != NULL) - { - if (curr->active) - number_uses[curr->cipher->strength_bits]++; - curr = curr->next; - } - /* - * Go through the list of used strength_bits values in descending - * order. - */ - for (i = max_strength_bits; i >= 0; i--) - if (number_uses[i] > 0) - ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, 0, CIPHER_ORD, i, head_p, tail_p); - - OPENSSL_free(number_uses); - return(1); - } + CIPHER_ORDER **tail_p) +{ + int max_strength_bits, i, *number_uses; + CIPHER_ORDER *curr; + + /* + * This routine sorts the ciphers with descending strength. The sorting + * must keep the pre-sorted sequence, so we apply the normal sorting + * routine as '+' movement to the end of the list. + */ + max_strength_bits = 0; + curr = *head_p; + while (curr != NULL) { + if (curr->active && (curr->cipher->strength_bits > max_strength_bits)) + max_strength_bits = curr->cipher->strength_bits; + curr = curr->next; + } + + number_uses = OPENSSL_malloc((max_strength_bits + 1) * sizeof(int)); + if (!number_uses) { + SSLerr(SSL_F_SSL_CIPHER_STRENGTH_SORT, ERR_R_MALLOC_FAILURE); + return (0); + } + memset(number_uses, 0, (max_strength_bits + 1) * sizeof(int)); + + /* + * Now find the strength_bits values actually used + */ + curr = *head_p; + while (curr != NULL) { + if (curr->active) + number_uses[curr->cipher->strength_bits]++; + curr = curr->next; + } + /* + * Go through the list of used strength_bits values in descending + * order. + */ + for (i = max_strength_bits; i >= 0; i--) + if (number_uses[i] > 0) + ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, 0, CIPHER_ORD, i, head_p, + tail_p); + + OPENSSL_free(number_uses); + return (1); +} static int ssl_cipher_process_rulestr(const char *rule_str, - CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p, - const SSL_CIPHER **ca_list) - { - unsigned long alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, algo_strength; - const char *l, *buf; - int j, multi, found, rule, retval, ok, buflen; - unsigned long cipher_id = 0; - char ch; - - retval = 1; - l = rule_str; - for (;;) - { - ch = *l; - - if (ch == '\0') - break; /* done */ - if (ch == '-') - { rule = CIPHER_DEL; l++; } - else if (ch == '+') - { rule = CIPHER_ORD; l++; } - else if (ch == '!') - { rule = CIPHER_KILL; l++; } - else if (ch == '@') - { rule = CIPHER_SPECIAL; l++; } - else - { rule = CIPHER_ADD; } - - if (ITEM_SEP(ch)) - { - l++; - continue; - } - - alg_mkey = 0; - alg_auth = 0; - alg_enc = 0; - alg_mac = 0; - alg_ssl = 0; - algo_strength = 0; - - for (;;) - { - ch = *l; - buf = l; - buflen = 0; + CIPHER_ORDER **head_p, + CIPHER_ORDER **tail_p, + const SSL_CIPHER **ca_list) +{ + unsigned long alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, + algo_strength; + const char *l, *buf; + int j, multi, found, rule, retval, ok, buflen; + unsigned long cipher_id = 0; + char ch; + + retval = 1; + l = rule_str; + for (;;) { + ch = *l; + + if (ch == '\0') + break; /* done */ + if (ch == '-') { + rule = CIPHER_DEL; + l++; + } else if (ch == '+') { + rule = CIPHER_ORD; + l++; + } else if (ch == '!') { + rule = CIPHER_KILL; + l++; + } else if (ch == '@') { + rule = CIPHER_SPECIAL; + l++; + } else { + rule = CIPHER_ADD; + } + + if (ITEM_SEP(ch)) { + l++; + continue; + } + + alg_mkey = 0; + alg_auth = 0; + alg_enc = 0; + alg_mac = 0; + alg_ssl = 0; + algo_strength = 0; + + for (;;) { + ch = *l; + buf = l; + buflen = 0; #ifndef CHARSET_EBCDIC - while ( ((ch >= 'A') && (ch <= 'Z')) || - ((ch >= '0') && (ch <= '9')) || - ((ch >= 'a') && (ch <= 'z')) || - (ch == '-') || (ch == '.')) + while (((ch >= 'A') && (ch <= 'Z')) || + ((ch >= '0') && (ch <= '9')) || + ((ch >= 'a') && (ch <= 'z')) || (ch == '-') || (ch == '.')) #else - while ( isalnum(ch) || (ch == '-') || (ch == '.')) + while (isalnum(ch) || (ch == '-') || (ch == '.')) #endif - { - ch = *(++l); - buflen++; - } - - if (buflen == 0) - { - /* - * We hit something we cannot deal with, - * it is no command or separator nor - * alphanumeric, so we call this an error. - */ - SSLerr(SSL_F_SSL_CIPHER_PROCESS_RULESTR, - SSL_R_INVALID_COMMAND); - retval = found = 0; - l++; - break; - } - - if (rule == CIPHER_SPECIAL) - { - found = 0; /* unused -- avoid compiler warning */ - break; /* special treatment */ - } - - /* check for multi-part specification */ - if (ch == '+') - { - multi=1; - l++; - } - else - multi=0; - - /* - * Now search for the cipher alias in the ca_list. Be careful - * with the strncmp, because the "buflen" limitation - * will make the rule "ADH:SOME" and the cipher - * "ADH-MY-CIPHER" look like a match for buflen=3. - * So additionally check whether the cipher name found - * has the correct length. We can save a strlen() call: - * just checking for the '\0' at the right place is - * sufficient, we have to strncmp() anyway. (We cannot - * use strcmp(), because buf is not '\0' terminated.) - */ - j = found = 0; - cipher_id = 0; - while (ca_list[j]) - { - if (!strncmp(buf, ca_list[j]->name, buflen) && - (ca_list[j]->name[buflen] == '\0')) - { - found = 1; - break; - } - else - j++; - } - - if (!found) - break; /* ignore this entry */ - - if (ca_list[j]->algorithm_mkey) - { - if (alg_mkey) - { - alg_mkey &= ca_list[j]->algorithm_mkey; - if (!alg_mkey) { found = 0; break; } - } - else - alg_mkey = ca_list[j]->algorithm_mkey; - } - - if (ca_list[j]->algorithm_auth) - { - if (alg_auth) - { - alg_auth &= ca_list[j]->algorithm_auth; - if (!alg_auth) { found = 0; break; } - } - else - alg_auth = ca_list[j]->algorithm_auth; - } - - if (ca_list[j]->algorithm_enc) - { - if (alg_enc) - { - alg_enc &= ca_list[j]->algorithm_enc; - if (!alg_enc) { found = 0; break; } - } - else - alg_enc = ca_list[j]->algorithm_enc; - } - - if (ca_list[j]->algorithm_mac) - { - if (alg_mac) - { - alg_mac &= ca_list[j]->algorithm_mac; - if (!alg_mac) { found = 0; break; } - } - else - alg_mac = ca_list[j]->algorithm_mac; - } - - if (ca_list[j]->algo_strength & SSL_EXP_MASK) - { - if (algo_strength & SSL_EXP_MASK) - { - algo_strength &= (ca_list[j]->algo_strength & SSL_EXP_MASK) | ~SSL_EXP_MASK; - if (!(algo_strength & SSL_EXP_MASK)) { found = 0; break; } - } - else - algo_strength |= ca_list[j]->algo_strength & SSL_EXP_MASK; - } - - if (ca_list[j]->algo_strength & SSL_STRONG_MASK) - { - if (algo_strength & SSL_STRONG_MASK) - { - algo_strength &= (ca_list[j]->algo_strength & SSL_STRONG_MASK) | ~SSL_STRONG_MASK; - if (!(algo_strength & SSL_STRONG_MASK)) { found = 0; break; } - } - else - algo_strength |= ca_list[j]->algo_strength & SSL_STRONG_MASK; - } - - if (ca_list[j]->valid) - { - /* explicit ciphersuite found; its protocol version - * does not become part of the search pattern!*/ - - cipher_id = ca_list[j]->id; - } - else - { - /* not an explicit ciphersuite; only in this case, the - * protocol version is considered part of the search pattern */ - - if (ca_list[j]->algorithm_ssl) - { - if (alg_ssl) - { - alg_ssl &= ca_list[j]->algorithm_ssl; - if (!alg_ssl) { found = 0; break; } - } - else - alg_ssl = ca_list[j]->algorithm_ssl; - } - } - - if (!multi) break; - } - - /* - * Ok, we have the rule, now apply it - */ - if (rule == CIPHER_SPECIAL) - { /* special command */ - ok = 0; - if ((buflen == 8) && - !strncmp(buf, "STRENGTH", 8)) - ok = ssl_cipher_strength_sort(head_p, tail_p); - else - SSLerr(SSL_F_SSL_CIPHER_PROCESS_RULESTR, - SSL_R_INVALID_COMMAND); - if (ok == 0) - retval = 0; - /* - * We do not support any "multi" options - * together with "@", so throw away the - * rest of the command, if any left, until - * end or ':' is found. - */ - while ((*l != '\0') && !ITEM_SEP(*l)) - l++; - } - else if (found) - { - ssl_cipher_apply_rule(cipher_id, - alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, algo_strength, - rule, -1, head_p, tail_p); - } - else - { - while ((*l != '\0') && !ITEM_SEP(*l)) - l++; - } - if (*l == '\0') break; /* done */ - } - - return(retval); - } - -STACK_OF(SSL_CIPHER) *ssl_create_cipher_list(const SSL_METHOD *ssl_method, - STACK_OF(SSL_CIPHER) **cipher_list, - STACK_OF(SSL_CIPHER) **cipher_list_by_id, - const char *rule_str) - { - int ok, num_of_ciphers, num_of_alias_max, num_of_group_aliases; - unsigned long disabled_mkey, disabled_auth, disabled_enc, disabled_mac, disabled_ssl; - STACK_OF(SSL_CIPHER) *cipherstack, *tmp_cipher_list; - const char *rule_p; - CIPHER_ORDER *co_list = NULL, *head = NULL, *tail = NULL, *curr; - const SSL_CIPHER **ca_list = NULL; - - /* - * Return with error if nothing to do. - */ - if (rule_str == NULL || cipher_list == NULL || cipher_list_by_id == NULL) - return NULL; - - /* - * To reduce the work to do we only want to process the compiled - * in algorithms, so we first get the mask of disabled ciphers. - */ - ssl_cipher_get_disabled(&disabled_mkey, &disabled_auth, &disabled_enc, &disabled_mac, &disabled_ssl); - - /* - * Now we have to collect the available ciphers from the compiled - * in ciphers. We cannot get more than the number compiled in, so - * it is used for allocation. - */ - num_of_ciphers = ssl_method->num_ciphers(); + { + ch = *(++l); + buflen++; + } + + if (buflen == 0) { + /* + * We hit something we cannot deal with, + * it is no command or separator nor + * alphanumeric, so we call this an error. + */ + SSLerr(SSL_F_SSL_CIPHER_PROCESS_RULESTR, + SSL_R_INVALID_COMMAND); + retval = found = 0; + l++; + break; + } + + if (rule == CIPHER_SPECIAL) { + found = 0; /* unused -- avoid compiler warning */ + break; /* special treatment */ + } + + /* check for multi-part specification */ + if (ch == '+') { + multi = 1; + l++; + } else + multi = 0; + + /* + * Now search for the cipher alias in the ca_list. Be careful + * with the strncmp, because the "buflen" limitation + * will make the rule "ADH:SOME" and the cipher + * "ADH-MY-CIPHER" look like a match for buflen=3. + * So additionally check whether the cipher name found + * has the correct length. We can save a strlen() call: + * just checking for the '\0' at the right place is + * sufficient, we have to strncmp() anyway. (We cannot + * use strcmp(), because buf is not '\0' terminated.) + */ + j = found = 0; + cipher_id = 0; + while (ca_list[j]) { + if (!strncmp(buf, ca_list[j]->name, buflen) && + (ca_list[j]->name[buflen] == '\0')) { + found = 1; + break; + } else + j++; + } + + if (!found) + break; /* ignore this entry */ + + if (ca_list[j]->algorithm_mkey) { + if (alg_mkey) { + alg_mkey &= ca_list[j]->algorithm_mkey; + if (!alg_mkey) { + found = 0; + break; + } + } else + alg_mkey = ca_list[j]->algorithm_mkey; + } + + if (ca_list[j]->algorithm_auth) { + if (alg_auth) { + alg_auth &= ca_list[j]->algorithm_auth; + if (!alg_auth) { + found = 0; + break; + } + } else + alg_auth = ca_list[j]->algorithm_auth; + } + + if (ca_list[j]->algorithm_enc) { + if (alg_enc) { + alg_enc &= ca_list[j]->algorithm_enc; + if (!alg_enc) { + found = 0; + break; + } + } else + alg_enc = ca_list[j]->algorithm_enc; + } + + if (ca_list[j]->algorithm_mac) { + if (alg_mac) { + alg_mac &= ca_list[j]->algorithm_mac; + if (!alg_mac) { + found = 0; + break; + } + } else + alg_mac = ca_list[j]->algorithm_mac; + } + + if (ca_list[j]->algo_strength & SSL_EXP_MASK) { + if (algo_strength & SSL_EXP_MASK) { + algo_strength &= + (ca_list[j]->algo_strength & SSL_EXP_MASK) | + ~SSL_EXP_MASK; + if (!(algo_strength & SSL_EXP_MASK)) { + found = 0; + break; + } + } else + algo_strength |= ca_list[j]->algo_strength & SSL_EXP_MASK; + } + + if (ca_list[j]->algo_strength & SSL_STRONG_MASK) { + if (algo_strength & SSL_STRONG_MASK) { + algo_strength &= + (ca_list[j]->algo_strength & SSL_STRONG_MASK) | + ~SSL_STRONG_MASK; + if (!(algo_strength & SSL_STRONG_MASK)) { + found = 0; + break; + } + } else + algo_strength |= + ca_list[j]->algo_strength & SSL_STRONG_MASK; + } + + if (ca_list[j]->valid) { + /* + * explicit ciphersuite found; its protocol version does not + * become part of the search pattern! + */ + + cipher_id = ca_list[j]->id; + } else { + /* + * not an explicit ciphersuite; only in this case, the + * protocol version is considered part of the search pattern + */ + + if (ca_list[j]->algorithm_ssl) { + if (alg_ssl) { + alg_ssl &= ca_list[j]->algorithm_ssl; + if (!alg_ssl) { + found = 0; + break; + } + } else + alg_ssl = ca_list[j]->algorithm_ssl; + } + } + + if (!multi) + break; + } + + /* + * Ok, we have the rule, now apply it + */ + if (rule == CIPHER_SPECIAL) { /* special command */ + ok = 0; + if ((buflen == 8) && !strncmp(buf, "STRENGTH", 8)) + ok = ssl_cipher_strength_sort(head_p, tail_p); + else + SSLerr(SSL_F_SSL_CIPHER_PROCESS_RULESTR, + SSL_R_INVALID_COMMAND); + if (ok == 0) + retval = 0; + /* + * We do not support any "multi" options + * together with "@", so throw away the + * rest of the command, if any left, until + * end or ':' is found. + */ + while ((*l != '\0') && !ITEM_SEP(*l)) + l++; + } else if (found) { + ssl_cipher_apply_rule(cipher_id, + alg_mkey, alg_auth, alg_enc, alg_mac, + alg_ssl, algo_strength, rule, -1, head_p, + tail_p); + } else { + while ((*l != '\0') && !ITEM_SEP(*l)) + l++; + } + if (*l == '\0') + break; /* done */ + } + + return (retval); +} + +#ifndef OPENSSL_NO_EC +static int check_suiteb_cipher_list(const SSL_METHOD *meth, CERT *c, + const char **prule_str) +{ + unsigned int suiteb_flags = 0, suiteb_comb2 = 0; + if (!strcmp(*prule_str, "SUITEB128")) + suiteb_flags = SSL_CERT_FLAG_SUITEB_128_LOS; + else if (!strcmp(*prule_str, "SUITEB128ONLY")) + suiteb_flags = SSL_CERT_FLAG_SUITEB_128_LOS_ONLY; + else if (!strcmp(*prule_str, "SUITEB128C2")) { + suiteb_comb2 = 1; + suiteb_flags = SSL_CERT_FLAG_SUITEB_128_LOS; + } else if (!strcmp(*prule_str, "SUITEB192")) + suiteb_flags = SSL_CERT_FLAG_SUITEB_192_LOS; + + if (suiteb_flags) { + c->cert_flags &= ~SSL_CERT_FLAG_SUITEB_128_LOS; + c->cert_flags |= suiteb_flags; + } else + suiteb_flags = c->cert_flags & SSL_CERT_FLAG_SUITEB_128_LOS; + + if (!suiteb_flags) + return 1; + /* Check version: if TLS 1.2 ciphers allowed we can use Suite B */ + + if (!(meth->ssl3_enc->enc_flags & SSL_ENC_FLAG_TLS1_2_CIPHERS)) { + if (meth->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS) + SSLerr(SSL_F_CHECK_SUITEB_CIPHER_LIST, + SSL_R_ONLY_DTLS_1_2_ALLOWED_IN_SUITEB_MODE); + else + SSLerr(SSL_F_CHECK_SUITEB_CIPHER_LIST, + SSL_R_ONLY_TLS_1_2_ALLOWED_IN_SUITEB_MODE); + return 0; + } +# ifndef OPENSSL_NO_ECDH + switch (suiteb_flags) { + case SSL_CERT_FLAG_SUITEB_128_LOS: + if (suiteb_comb2) + *prule_str = "ECDHE-ECDSA-AES256-GCM-SHA384"; + else + *prule_str = + "ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384"; + break; + case SSL_CERT_FLAG_SUITEB_128_LOS_ONLY: + *prule_str = "ECDHE-ECDSA-AES128-GCM-SHA256"; + break; + case SSL_CERT_FLAG_SUITEB_192_LOS: + *prule_str = "ECDHE-ECDSA-AES256-GCM-SHA384"; + break; + } + /* Set auto ECDH parameter determination */ + c->ecdh_tmp_auto = 1; + return 1; +# else + SSLerr(SSL_F_CHECK_SUITEB_CIPHER_LIST, + SSL_R_ECDH_REQUIRED_FOR_SUITEB_MODE); + return 0; +# endif +} +#endif + +STACK_OF(SSL_CIPHER) *ssl_create_cipher_list(const SSL_METHOD *ssl_method, STACK_OF(SSL_CIPHER) + **cipher_list, STACK_OF(SSL_CIPHER) + **cipher_list_by_id, + const char *rule_str, CERT *c) +{ + int ok, num_of_ciphers, num_of_alias_max, num_of_group_aliases; + unsigned long disabled_mkey, disabled_auth, disabled_enc, disabled_mac, + disabled_ssl; + STACK_OF(SSL_CIPHER) *cipherstack, *tmp_cipher_list; + const char *rule_p; + CIPHER_ORDER *co_list = NULL, *head = NULL, *tail = NULL, *curr; + const SSL_CIPHER **ca_list = NULL; + + /* + * Return with error if nothing to do. + */ + if (rule_str == NULL || cipher_list == NULL || cipher_list_by_id == NULL) + return NULL; +#ifndef OPENSSL_NO_EC + if (!check_suiteb_cipher_list(ssl_method, c, &rule_str)) + return NULL; +#endif + + /* + * To reduce the work to do we only want to process the compiled + * in algorithms, so we first get the mask of disabled ciphers. + */ + ssl_cipher_get_disabled(&disabled_mkey, &disabled_auth, &disabled_enc, + &disabled_mac, &disabled_ssl); + + /* + * Now we have to collect the available ciphers from the compiled + * in ciphers. We cannot get more than the number compiled in, so + * it is used for allocation. + */ + num_of_ciphers = ssl_method->num_ciphers(); #ifdef KSSL_DEBUG - printf("ssl_create_cipher_list() for %d ciphers\n", num_of_ciphers); -#endif /* KSSL_DEBUG */ - co_list = (CIPHER_ORDER *)OPENSSL_malloc(sizeof(CIPHER_ORDER) * num_of_ciphers); - if (co_list == NULL) - { - SSLerr(SSL_F_SSL_CREATE_CIPHER_LIST,ERR_R_MALLOC_FAILURE); - return(NULL); /* Failure */ - } - - ssl_cipher_collect_ciphers(ssl_method, num_of_ciphers, - disabled_mkey, disabled_auth, disabled_enc, disabled_mac, disabled_ssl, - co_list, &head, &tail); - - - /* Now arrange all ciphers by preference: */ - - /* Everything else being equal, prefer ephemeral ECDH over other key exchange mechanisms */ - ssl_cipher_apply_rule(0, SSL_kEECDH, 0, 0, 0, 0, 0, CIPHER_ADD, -1, &head, &tail); - ssl_cipher_apply_rule(0, SSL_kEECDH, 0, 0, 0, 0, 0, CIPHER_DEL, -1, &head, &tail); - - /* AES is our preferred symmetric cipher */ - ssl_cipher_apply_rule(0, 0, 0, SSL_AES, 0, 0, 0, CIPHER_ADD, -1, &head, &tail); - - /* Temporarily enable everything else for sorting */ - ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, 0, CIPHER_ADD, -1, &head, &tail); - - /* Low priority for MD5 */ - ssl_cipher_apply_rule(0, 0, 0, 0, SSL_MD5, 0, 0, CIPHER_ORD, -1, &head, &tail); - - /* Move anonymous ciphers to the end. Usually, these will remain disabled. - * (For applications that allow them, they aren't too bad, but we prefer - * authenticated ciphers.) */ - ssl_cipher_apply_rule(0, 0, SSL_aNULL, 0, 0, 0, 0, CIPHER_ORD, -1, &head, &tail); - - /* Move ciphers without forward secrecy to the end */ - ssl_cipher_apply_rule(0, 0, SSL_aECDH, 0, 0, 0, 0, CIPHER_ORD, -1, &head, &tail); - /* ssl_cipher_apply_rule(0, 0, SSL_aDH, 0, 0, 0, 0, CIPHER_ORD, -1, &head, &tail); */ - ssl_cipher_apply_rule(0, SSL_kRSA, 0, 0, 0, 0, 0, CIPHER_ORD, -1, &head, &tail); - ssl_cipher_apply_rule(0, SSL_kPSK, 0,0, 0, 0, 0, CIPHER_ORD, -1, &head, &tail); - ssl_cipher_apply_rule(0, SSL_kKRB5, 0,0, 0, 0, 0, CIPHER_ORD, -1, &head, &tail); - - /* RC4 is sort-of broken -- move the the end */ - ssl_cipher_apply_rule(0, 0, 0, SSL_RC4, 0, 0, 0, CIPHER_ORD, -1, &head, &tail); - - /* Now sort by symmetric encryption strength. The above ordering remains - * in force within each class */ - if (!ssl_cipher_strength_sort(&head, &tail)) - { - OPENSSL_free(co_list); - return NULL; - } - - /* Now disable everything (maintaining the ordering!) */ - ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, 0, CIPHER_DEL, -1, &head, &tail); - - - /* - * We also need cipher aliases for selecting based on the rule_str. - * There might be two types of entries in the rule_str: 1) names - * of ciphers themselves 2) aliases for groups of ciphers. - * For 1) we need the available ciphers and for 2) the cipher - * groups of cipher_aliases added together in one list (otherwise - * we would be happy with just the cipher_aliases table). - */ - num_of_group_aliases = sizeof(cipher_aliases) / sizeof(SSL_CIPHER); - num_of_alias_max = num_of_ciphers + num_of_group_aliases + 1; - ca_list = OPENSSL_malloc(sizeof(SSL_CIPHER *) * num_of_alias_max); - if (ca_list == NULL) - { - OPENSSL_free(co_list); - SSLerr(SSL_F_SSL_CREATE_CIPHER_LIST,ERR_R_MALLOC_FAILURE); - return(NULL); /* Failure */ - } - ssl_cipher_collect_aliases(ca_list, num_of_group_aliases, - disabled_mkey, disabled_auth, disabled_enc, - disabled_mac, disabled_ssl, head); - - /* - * If the rule_string begins with DEFAULT, apply the default rule - * before using the (possibly available) additional rules. - */ - ok = 1; - rule_p = rule_str; - if (strncmp(rule_str,"DEFAULT",7) == 0) - { - ok = ssl_cipher_process_rulestr(SSL_DEFAULT_CIPHER_LIST, - &head, &tail, ca_list); - rule_p += 7; - if (*rule_p == ':') - rule_p++; - } - - if (ok && (strlen(rule_p) > 0)) - ok = ssl_cipher_process_rulestr(rule_p, &head, &tail, ca_list); - - OPENSSL_free((void *)ca_list); /* Not needed anymore */ - - if (!ok) - { /* Rule processing failure */ - OPENSSL_free(co_list); - return(NULL); - } - - /* - * Allocate new "cipherstack" for the result, return with error - * if we cannot get one. - */ - if ((cipherstack = sk_SSL_CIPHER_new_null()) == NULL) - { - OPENSSL_free(co_list); - return(NULL); - } - - /* - * The cipher selection for the list is done. The ciphers are added - * to the resulting precedence to the STACK_OF(SSL_CIPHER). - */ - for (curr = head; curr != NULL; curr = curr->next) - { + fprintf(stderr, "ssl_create_cipher_list() for %d ciphers\n", + num_of_ciphers); +#endif /* KSSL_DEBUG */ + co_list = + (CIPHER_ORDER *)OPENSSL_malloc(sizeof(CIPHER_ORDER) * num_of_ciphers); + if (co_list == NULL) { + SSLerr(SSL_F_SSL_CREATE_CIPHER_LIST, ERR_R_MALLOC_FAILURE); + return (NULL); /* Failure */ + } + + ssl_cipher_collect_ciphers(ssl_method, num_of_ciphers, + disabled_mkey, disabled_auth, disabled_enc, + disabled_mac, disabled_ssl, co_list, &head, + &tail); + + /* Now arrange all ciphers by preference: */ + + /* + * Everything else being equal, prefer ephemeral ECDH over other key + * exchange mechanisms + */ + ssl_cipher_apply_rule(0, SSL_kEECDH, 0, 0, 0, 0, 0, CIPHER_ADD, -1, &head, + &tail); + ssl_cipher_apply_rule(0, SSL_kEECDH, 0, 0, 0, 0, 0, CIPHER_DEL, -1, &head, + &tail); + + /* AES is our preferred symmetric cipher */ + ssl_cipher_apply_rule(0, 0, 0, SSL_AES, 0, 0, 0, CIPHER_ADD, -1, &head, + &tail); + + /* Temporarily enable everything else for sorting */ + ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, 0, CIPHER_ADD, -1, &head, &tail); + + /* Low priority for MD5 */ + ssl_cipher_apply_rule(0, 0, 0, 0, SSL_MD5, 0, 0, CIPHER_ORD, -1, &head, + &tail); + + /* + * Move anonymous ciphers to the end. Usually, these will remain + * disabled. (For applications that allow them, they aren't too bad, but + * we prefer authenticated ciphers.) + */ + ssl_cipher_apply_rule(0, 0, SSL_aNULL, 0, 0, 0, 0, CIPHER_ORD, -1, &head, + &tail); + + /* Move ciphers without forward secrecy to the end */ + ssl_cipher_apply_rule(0, 0, SSL_aECDH, 0, 0, 0, 0, CIPHER_ORD, -1, &head, + &tail); + /* + * ssl_cipher_apply_rule(0, 0, SSL_aDH, 0, 0, 0, 0, CIPHER_ORD, -1, + * &head, &tail); + */ + ssl_cipher_apply_rule(0, SSL_kRSA, 0, 0, 0, 0, 0, CIPHER_ORD, -1, &head, + &tail); + ssl_cipher_apply_rule(0, SSL_kPSK, 0, 0, 0, 0, 0, CIPHER_ORD, -1, &head, + &tail); + ssl_cipher_apply_rule(0, SSL_kKRB5, 0, 0, 0, 0, 0, CIPHER_ORD, -1, &head, + &tail); + + /* RC4 is sort-of broken -- move the the end */ + ssl_cipher_apply_rule(0, 0, 0, SSL_RC4, 0, 0, 0, CIPHER_ORD, -1, &head, + &tail); + + /* + * Now sort by symmetric encryption strength. The above ordering remains + * in force within each class + */ + if (!ssl_cipher_strength_sort(&head, &tail)) { + OPENSSL_free(co_list); + return NULL; + } + + /* Now disable everything (maintaining the ordering!) */ + ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, 0, CIPHER_DEL, -1, &head, &tail); + + /* + * We also need cipher aliases for selecting based on the rule_str. + * There might be two types of entries in the rule_str: 1) names + * of ciphers themselves 2) aliases for groups of ciphers. + * For 1) we need the available ciphers and for 2) the cipher + * groups of cipher_aliases added together in one list (otherwise + * we would be happy with just the cipher_aliases table). + */ + num_of_group_aliases = sizeof(cipher_aliases) / sizeof(SSL_CIPHER); + num_of_alias_max = num_of_ciphers + num_of_group_aliases + 1; + ca_list = OPENSSL_malloc(sizeof(SSL_CIPHER *) * num_of_alias_max); + if (ca_list == NULL) { + OPENSSL_free(co_list); + SSLerr(SSL_F_SSL_CREATE_CIPHER_LIST, ERR_R_MALLOC_FAILURE); + return (NULL); /* Failure */ + } + ssl_cipher_collect_aliases(ca_list, num_of_group_aliases, + disabled_mkey, disabled_auth, disabled_enc, + disabled_mac, disabled_ssl, head); + + /* + * If the rule_string begins with DEFAULT, apply the default rule + * before using the (possibly available) additional rules. + */ + ok = 1; + rule_p = rule_str; + if (strncmp(rule_str, "DEFAULT", 7) == 0) { + ok = ssl_cipher_process_rulestr(SSL_DEFAULT_CIPHER_LIST, + &head, &tail, ca_list); + rule_p += 7; + if (*rule_p == ':') + rule_p++; + } + + if (ok && (strlen(rule_p) > 0)) + ok = ssl_cipher_process_rulestr(rule_p, &head, &tail, ca_list); + + OPENSSL_free((void *)ca_list); /* Not needed anymore */ + + if (!ok) { /* Rule processing failure */ + OPENSSL_free(co_list); + return (NULL); + } + + /* + * Allocate new "cipherstack" for the result, return with error + * if we cannot get one. + */ + if ((cipherstack = sk_SSL_CIPHER_new_null()) == NULL) { + OPENSSL_free(co_list); + return (NULL); + } + + /* + * The cipher selection for the list is done. The ciphers are added + * to the resulting precedence to the STACK_OF(SSL_CIPHER). + */ + for (curr = head; curr != NULL; curr = curr->next) { #ifdef OPENSSL_FIPS - if (curr->active && (!FIPS_mode() || curr->cipher->algo_strength & SSL_FIPS)) + if (curr->active + && (!FIPS_mode() || curr->cipher->algo_strength & SSL_FIPS)) #else - if (curr->active) + if (curr->active) #endif - { - sk_SSL_CIPHER_push(cipherstack, curr->cipher); + { + sk_SSL_CIPHER_push(cipherstack, curr->cipher); #ifdef CIPHER_DEBUG - printf("<%s>\n",curr->cipher->name); + fprintf(stderr, "<%s>\n", curr->cipher->name); #endif - } - } - OPENSSL_free(co_list); /* Not needed any longer */ - - tmp_cipher_list = sk_SSL_CIPHER_dup(cipherstack); - if (tmp_cipher_list == NULL) - { - sk_SSL_CIPHER_free(cipherstack); - return NULL; - } - if (*cipher_list != NULL) - sk_SSL_CIPHER_free(*cipher_list); - *cipher_list = cipherstack; - if (*cipher_list_by_id != NULL) - sk_SSL_CIPHER_free(*cipher_list_by_id); - *cipher_list_by_id = tmp_cipher_list; - (void)sk_SSL_CIPHER_set_cmp_func(*cipher_list_by_id,ssl_cipher_ptr_id_cmp); - - sk_SSL_CIPHER_sort(*cipher_list_by_id); - return(cipherstack); - } + } + } + OPENSSL_free(co_list); /* Not needed any longer */ + + tmp_cipher_list = sk_SSL_CIPHER_dup(cipherstack); + if (tmp_cipher_list == NULL) { + sk_SSL_CIPHER_free(cipherstack); + return NULL; + } + if (*cipher_list != NULL) + sk_SSL_CIPHER_free(*cipher_list); + *cipher_list = cipherstack; + if (*cipher_list_by_id != NULL) + sk_SSL_CIPHER_free(*cipher_list_by_id); + *cipher_list_by_id = tmp_cipher_list; + (void)sk_SSL_CIPHER_set_cmp_func(*cipher_list_by_id, + ssl_cipher_ptr_id_cmp); + + sk_SSL_CIPHER_sort(*cipher_list_by_id); + return (cipherstack); +} char *SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int len) - { - int is_export,pkl,kl; - const char *ver,*exp_str; - const char *kx,*au,*enc,*mac; - unsigned long alg_mkey,alg_auth,alg_enc,alg_mac,alg_ssl,alg2; +{ + int is_export, pkl, kl; + const char *ver, *exp_str; + const char *kx, *au, *enc, *mac; + unsigned long alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, alg2; #ifdef KSSL_DEBUG - static const char *format="%-23s %s Kx=%-8s Au=%-4s Enc=%-9s Mac=%-4s%s AL=%lx/%lx/%lx/%lx/%lx\n"; + static const char *format = + "%-23s %s Kx=%-8s Au=%-4s Enc=%-9s Mac=%-4s%s AL=%lx/%lx/%lx/%lx/%lx\n"; #else - static const char *format="%-23s %s Kx=%-8s Au=%-4s Enc=%-9s Mac=%-4s%s\n"; -#endif /* KSSL_DEBUG */ - - alg_mkey = cipher->algorithm_mkey; - alg_auth = cipher->algorithm_auth; - alg_enc = cipher->algorithm_enc; - alg_mac = cipher->algorithm_mac; - alg_ssl = cipher->algorithm_ssl; - - alg2=cipher->algorithm2; - - is_export=SSL_C_IS_EXPORT(cipher); - pkl=SSL_C_EXPORT_PKEYLENGTH(cipher); - kl=SSL_C_EXPORT_KEYLENGTH(cipher); - exp_str=is_export?" export":""; - - if (alg_ssl & SSL_SSLV2) - ver="SSLv2"; - else if (alg_ssl & SSL_SSLV3) - ver="SSLv3"; - else if (alg_ssl & SSL_TLSV1_2) - ver="TLSv1.2"; - else - ver="unknown"; - - switch (alg_mkey) - { - case SSL_kRSA: - kx=is_export?(pkl == 512 ? "RSA(512)" : "RSA(1024)"):"RSA"; - break; - case SSL_kDHr: - kx="DH/RSA"; - break; - case SSL_kDHd: - kx="DH/DSS"; - break; - case SSL_kKRB5: - kx="KRB5"; - break; - case SSL_kEDH: - kx=is_export?(pkl == 512 ? "DH(512)" : "DH(1024)"):"DH"; - break; - case SSL_kECDHr: - kx="ECDH/RSA"; - break; - case SSL_kECDHe: - kx="ECDH/ECDSA"; - break; - case SSL_kEECDH: - kx="ECDH"; - break; - case SSL_kPSK: - kx="PSK"; - break; - case SSL_kSRP: - kx="SRP"; - break; - case SSL_kGOST: - kx="GOST"; - break; - default: - kx="unknown"; - } - - switch (alg_auth) - { - case SSL_aRSA: - au="RSA"; - break; - case SSL_aDSS: - au="DSS"; - break; - case SSL_aDH: - au="DH"; - break; - case SSL_aKRB5: - au="KRB5"; - break; - case SSL_aECDH: - au="ECDH"; - break; - case SSL_aNULL: - au="None"; - break; - case SSL_aECDSA: - au="ECDSA"; - break; - case SSL_aPSK: - au="PSK"; - break; - case SSL_aSRP: - au="SRP"; - break; - case SSL_aGOST94: - au="GOST94"; - break; - case SSL_aGOST01: - au="GOST01"; - break; - default: - au="unknown"; - break; - } - - switch (alg_enc) - { - case SSL_DES: - enc=(is_export && kl == 5)?"DES(40)":"DES(56)"; - break; - case SSL_3DES: - enc="3DES(168)"; - break; - case SSL_RC4: - enc=is_export?(kl == 5 ? "RC4(40)" : "RC4(56)") - :((alg2&SSL2_CF_8_BYTE_ENC)?"RC4(64)":"RC4(128)"); - break; - case SSL_RC2: - enc=is_export?(kl == 5 ? "RC2(40)" : "RC2(56)"):"RC2(128)"; - break; - case SSL_IDEA: - enc="IDEA(128)"; - break; - case SSL_eNULL: - enc="None"; - break; - case SSL_AES128: - enc="AES(128)"; - break; - case SSL_AES256: - enc="AES(256)"; - break; - case SSL_AES128GCM: - enc="AESGCM(128)"; - break; - case SSL_AES256GCM: - enc="AESGCM(256)"; - break; - case SSL_CAMELLIA128: - enc="Camellia(128)"; - break; - case SSL_CAMELLIA256: - enc="Camellia(256)"; - break; - case SSL_SEED: - enc="SEED(128)"; - break; - case SSL_eGOST2814789CNT: - enc="GOST89(256)"; - break; - default: - enc="unknown"; - break; - } - - switch (alg_mac) - { - case SSL_MD5: - mac="MD5"; - break; - case SSL_SHA1: - mac="SHA1"; - break; - case SSL_SHA256: - mac="SHA256"; - break; - case SSL_SHA384: - mac="SHA384"; - break; - case SSL_AEAD: - mac="AEAD"; - break; - case SSL_GOST89MAC: - mac="GOST89"; - break; - case SSL_GOST94: - mac="GOST94"; - break; - default: - mac="unknown"; - break; - } - - if (buf == NULL) - { - len=128; - buf=OPENSSL_malloc(len); - if (buf == NULL) return("OPENSSL_malloc Error"); - } - else if (len < 128) - return("Buffer too small"); + static const char *format = + "%-23s %s Kx=%-8s Au=%-4s Enc=%-9s Mac=%-4s%s\n"; +#endif /* KSSL_DEBUG */ + + alg_mkey = cipher->algorithm_mkey; + alg_auth = cipher->algorithm_auth; + alg_enc = cipher->algorithm_enc; + alg_mac = cipher->algorithm_mac; + alg_ssl = cipher->algorithm_ssl; + + alg2 = cipher->algorithm2; + + is_export = SSL_C_IS_EXPORT(cipher); + pkl = SSL_C_EXPORT_PKEYLENGTH(cipher); + kl = SSL_C_EXPORT_KEYLENGTH(cipher); + exp_str = is_export ? " export" : ""; + + if (alg_ssl & SSL_SSLV2) + ver = "SSLv2"; + else if (alg_ssl & SSL_SSLV3) + ver = "SSLv3"; + else if (alg_ssl & SSL_TLSV1_2) + ver = "TLSv1.2"; + else + ver = "unknown"; + + switch (alg_mkey) { + case SSL_kRSA: + kx = is_export ? (pkl == 512 ? "RSA(512)" : "RSA(1024)") : "RSA"; + break; + case SSL_kDHr: + kx = "DH/RSA"; + break; + case SSL_kDHd: + kx = "DH/DSS"; + break; + case SSL_kKRB5: + kx = "KRB5"; + break; + case SSL_kEDH: + kx = is_export ? (pkl == 512 ? "DH(512)" : "DH(1024)") : "DH"; + break; + case SSL_kECDHr: + kx = "ECDH/RSA"; + break; + case SSL_kECDHe: + kx = "ECDH/ECDSA"; + break; + case SSL_kEECDH: + kx = "ECDH"; + break; + case SSL_kPSK: + kx = "PSK"; + break; + case SSL_kSRP: + kx = "SRP"; + break; + case SSL_kGOST: + kx = "GOST"; + break; + default: + kx = "unknown"; + } + + switch (alg_auth) { + case SSL_aRSA: + au = "RSA"; + break; + case SSL_aDSS: + au = "DSS"; + break; + case SSL_aDH: + au = "DH"; + break; + case SSL_aKRB5: + au = "KRB5"; + break; + case SSL_aECDH: + au = "ECDH"; + break; + case SSL_aNULL: + au = "None"; + break; + case SSL_aECDSA: + au = "ECDSA"; + break; + case SSL_aPSK: + au = "PSK"; + break; + case SSL_aSRP: + au = "SRP"; + break; + case SSL_aGOST94: + au = "GOST94"; + break; + case SSL_aGOST01: + au = "GOST01"; + break; + default: + au = "unknown"; + break; + } + + switch (alg_enc) { + case SSL_DES: + enc = (is_export && kl == 5) ? "DES(40)" : "DES(56)"; + break; + case SSL_3DES: + enc = "3DES(168)"; + break; + case SSL_RC4: + enc = is_export ? (kl == 5 ? "RC4(40)" : "RC4(56)") + : ((alg2 & SSL2_CF_8_BYTE_ENC) ? "RC4(64)" : "RC4(128)"); + break; + case SSL_RC2: + enc = is_export ? (kl == 5 ? "RC2(40)" : "RC2(56)") : "RC2(128)"; + break; + case SSL_IDEA: + enc = "IDEA(128)"; + break; + case SSL_eNULL: + enc = "None"; + break; + case SSL_AES128: + enc = "AES(128)"; + break; + case SSL_AES256: + enc = "AES(256)"; + break; + case SSL_AES128GCM: + enc = "AESGCM(128)"; + break; + case SSL_AES256GCM: + enc = "AESGCM(256)"; + break; + case SSL_CAMELLIA128: + enc = "Camellia(128)"; + break; + case SSL_CAMELLIA256: + enc = "Camellia(256)"; + break; + case SSL_SEED: + enc = "SEED(128)"; + break; + case SSL_eGOST2814789CNT: + enc = "GOST89(256)"; + break; + default: + enc = "unknown"; + break; + } + + switch (alg_mac) { + case SSL_MD5: + mac = "MD5"; + break; + case SSL_SHA1: + mac = "SHA1"; + break; + case SSL_SHA256: + mac = "SHA256"; + break; + case SSL_SHA384: + mac = "SHA384"; + break; + case SSL_AEAD: + mac = "AEAD"; + break; + case SSL_GOST89MAC: + mac = "GOST89"; + break; + case SSL_GOST94: + mac = "GOST94"; + break; + default: + mac = "unknown"; + break; + } + + if (buf == NULL) { + len = 128; + buf = OPENSSL_malloc(len); + if (buf == NULL) + return ("OPENSSL_malloc Error"); + } else if (len < 128) + return ("Buffer too small"); #ifdef KSSL_DEBUG - BIO_snprintf(buf,len,format,cipher->name,ver,kx,au,enc,mac,exp_str,alg_mkey,alg_auth,alg_enc,alg_mac,alg_ssl); + BIO_snprintf(buf, len, format, cipher->name, ver, kx, au, enc, mac, + exp_str, alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl); #else - BIO_snprintf(buf,len,format,cipher->name,ver,kx,au,enc,mac,exp_str); -#endif /* KSSL_DEBUG */ - return(buf); - } + BIO_snprintf(buf, len, format, cipher->name, ver, kx, au, enc, mac, + exp_str); +#endif /* KSSL_DEBUG */ + return (buf); +} char *SSL_CIPHER_get_version(const SSL_CIPHER *c) - { - int i; - - if (c == NULL) return("(NONE)"); - i=(int)(c->id>>24L); - if (i == 3) - return("TLSv1/SSLv3"); - else if (i == 2) - return("SSLv2"); - else - return("unknown"); - } +{ + int i; + + if (c == NULL) + return ("(NONE)"); + i = (int)(c->id >> 24L); + if (i == 3) + return ("TLSv1/SSLv3"); + else if (i == 2) + return ("SSLv2"); + else + return ("unknown"); +} /* return the actual cipher being used */ const char *SSL_CIPHER_get_name(const SSL_CIPHER *c) - { - if (c != NULL) - return(c->name); - return("(NONE)"); - } +{ + if (c != NULL) + return (c->name); + return ("(NONE)"); +} /* number of bits for symmetric cipher */ int SSL_CIPHER_get_bits(const SSL_CIPHER *c, int *alg_bits) - { - int ret=0; - - if (c != NULL) - { - if (alg_bits != NULL) *alg_bits = c->alg_bits; - ret = c->strength_bits; - } - return(ret); - } +{ + int ret = 0; + + if (c != NULL) { + if (alg_bits != NULL) + *alg_bits = c->alg_bits; + ret = c->strength_bits; + } + return (ret); +} unsigned long SSL_CIPHER_get_id(const SSL_CIPHER *c) - { - return c->id; - } +{ + return c->id; +} SSL_COMP *ssl3_comp_find(STACK_OF(SSL_COMP) *sk, int n) - { - SSL_COMP *ctmp; - int i,nn; - - if ((n == 0) || (sk == NULL)) return(NULL); - nn=sk_SSL_COMP_num(sk); - for (i=0; iid == n) - return(ctmp); - } - return(NULL); - } +{ + SSL_COMP *ctmp; + int i, nn; + + if ((n == 0) || (sk == NULL)) + return (NULL); + nn = sk_SSL_COMP_num(sk); + for (i = 0; i < nn; i++) { + ctmp = sk_SSL_COMP_value(sk, i); + if (ctmp->id == n) + return (ctmp); + } + return (NULL); +} #ifdef OPENSSL_NO_COMP void *SSL_COMP_get_compression_methods(void) - { - return NULL; - } +{ + return NULL; +} + int SSL_COMP_add_compression_method(int id, void *cm) - { - return 1; - } +{ + return 1; +} const char *SSL_COMP_get_name(const void *comp) - { - return NULL; - } +{ + return NULL; +} #else STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void) - { - load_builtin_compressions(); - return(ssl_comp_methods); - } +{ + load_builtin_compressions(); + return (ssl_comp_methods); +} + +STACK_OF(SSL_COMP) *SSL_COMP_set0_compression_methods(STACK_OF(SSL_COMP) + *meths) +{ + STACK_OF(SSL_COMP) *old_meths = ssl_comp_methods; + ssl_comp_methods = meths; + return old_meths; +} + +static void cmeth_free(SSL_COMP *cm) +{ + OPENSSL_free(cm); +} + +void SSL_COMP_free_compression_methods(void) +{ + STACK_OF(SSL_COMP) *old_meths = ssl_comp_methods; + ssl_comp_methods = NULL; + sk_SSL_COMP_pop_free(old_meths, cmeth_free); +} int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm) - { - SSL_COMP *comp; - - if (cm == NULL || cm->type == NID_undef) - return 1; - - /* According to draft-ietf-tls-compression-04.txt, the - compression number ranges should be the following: - - 0 to 63: methods defined by the IETF - 64 to 192: external party methods assigned by IANA - 193 to 255: reserved for private use */ - if (id < 193 || id > 255) - { - SSLerr(SSL_F_SSL_COMP_ADD_COMPRESSION_METHOD,SSL_R_COMPRESSION_ID_NOT_WITHIN_PRIVATE_RANGE); - return 0; - } - - MemCheck_off(); - comp=(SSL_COMP *)OPENSSL_malloc(sizeof(SSL_COMP)); - comp->id=id; - comp->method=cm; - load_builtin_compressions(); - if (ssl_comp_methods - && sk_SSL_COMP_find(ssl_comp_methods,comp) >= 0) - { - OPENSSL_free(comp); - MemCheck_on(); - SSLerr(SSL_F_SSL_COMP_ADD_COMPRESSION_METHOD,SSL_R_DUPLICATE_COMPRESSION_ID); - return(1); - } - else if ((ssl_comp_methods == NULL) - || !sk_SSL_COMP_push(ssl_comp_methods,comp)) - { - OPENSSL_free(comp); - MemCheck_on(); - SSLerr(SSL_F_SSL_COMP_ADD_COMPRESSION_METHOD,ERR_R_MALLOC_FAILURE); - return(1); - } - else - { - MemCheck_on(); - return(0); - } - } +{ + SSL_COMP *comp; + + if (cm == NULL || cm->type == NID_undef) + return 1; + + /*- + * According to draft-ietf-tls-compression-04.txt, the + * compression number ranges should be the following: + * + * 0 to 63: methods defined by the IETF + * 64 to 192: external party methods assigned by IANA + * 193 to 255: reserved for private use + */ + if (id < 193 || id > 255) { + SSLerr(SSL_F_SSL_COMP_ADD_COMPRESSION_METHOD, + SSL_R_COMPRESSION_ID_NOT_WITHIN_PRIVATE_RANGE); + return 0; + } + + MemCheck_off(); + comp = (SSL_COMP *)OPENSSL_malloc(sizeof(SSL_COMP)); + comp->id = id; + comp->method = cm; + load_builtin_compressions(); + if (ssl_comp_methods && sk_SSL_COMP_find(ssl_comp_methods, comp) >= 0) { + OPENSSL_free(comp); + MemCheck_on(); + SSLerr(SSL_F_SSL_COMP_ADD_COMPRESSION_METHOD, + SSL_R_DUPLICATE_COMPRESSION_ID); + return (1); + } else if ((ssl_comp_methods == NULL) + || !sk_SSL_COMP_push(ssl_comp_methods, comp)) { + OPENSSL_free(comp); + MemCheck_on(); + SSLerr(SSL_F_SSL_COMP_ADD_COMPRESSION_METHOD, ERR_R_MALLOC_FAILURE); + return (1); + } else { + MemCheck_on(); + return (0); + } +} const char *SSL_COMP_get_name(const COMP_METHOD *comp) - { - if (comp) - return comp->name; - return NULL; - } - +{ + if (comp) + return comp->name; + return NULL; +} #endif +/* For a cipher return the index corresponding to the certificate type */ +int ssl_cipher_get_cert_index(const SSL_CIPHER *c) +{ + unsigned long alg_k, alg_a; + + alg_k = c->algorithm_mkey; + alg_a = c->algorithm_auth; + + if (alg_k & (SSL_kECDHr | SSL_kECDHe)) { + /* + * we don't need to look at SSL_kEECDH since no certificate is needed + * for anon ECDH and for authenticated EECDH, the check for the auth + * algorithm will set i correctly NOTE: For ECDH-RSA, we need an ECC + * not an RSA cert but for EECDH-RSA we need an RSA cert. Placing the + * checks for SSL_kECDH before RSA checks ensures the correct cert is + * chosen. + */ + return SSL_PKEY_ECC; + } else if (alg_a & SSL_aECDSA) + return SSL_PKEY_ECC; + else if (alg_k & SSL_kDHr) + return SSL_PKEY_DH_RSA; + else if (alg_k & SSL_kDHd) + return SSL_PKEY_DH_DSA; + else if (alg_a & SSL_aDSS) + return SSL_PKEY_DSA_SIGN; + else if (alg_a & SSL_aRSA) + return SSL_PKEY_RSA_ENC; + else if (alg_a & SSL_aKRB5) + /* VRS something else here? */ + return -1; + else if (alg_a & SSL_aGOST94) + return SSL_PKEY_GOST94; + else if (alg_a & SSL_aGOST01) + return SSL_PKEY_GOST01; + return -1; +} + +const SSL_CIPHER *ssl_get_cipher_by_char(SSL *ssl, const unsigned char *ptr) +{ + const SSL_CIPHER *c; + c = ssl->method->get_cipher_by_char(ptr); + if (c == NULL || c->valid == 0) + return NULL; + return c; +} + +const SSL_CIPHER *SSL_CIPHER_find(SSL *ssl, const unsigned char *ptr) +{ + return ssl->method->get_cipher_by_char(ptr); +} diff --git a/openssl/ssl/ssl_conf.c b/openssl/ssl/ssl_conf.c new file mode 100755 index 000000000..0ee6e4642 --- /dev/null +++ b/openssl/ssl/ssl_conf.c @@ -0,0 +1,668 @@ +/* + * ! \file ssl/ssl_conf.c \brief SSL configuration functions + */ +/* ==================================================================== + * Copyright (c) 2012 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ + +#ifdef REF_CHECK +# include +#endif +#include +#include "ssl_locl.h" +#include +#include +#ifndef OPENSSL_NO_DH +# include +#endif + +/* + * structure holding name tables. This is used for pemitted elements in lists + * such as TLSv1 and single command line switches such as no_tls1 + */ + +typedef struct { + const char *name; + int namelen; + unsigned int name_flags; + unsigned long option_value; +} ssl_flag_tbl; + +/* Sense of name is inverted e.g. "TLSv1" will clear SSL_OP_NO_TLSv1 */ +#define SSL_TFLAG_INV 0x1 +/* Flags refers to cert_flags not options */ +#define SSL_TFLAG_CERT 0x2 +/* Option can only be used for clients */ +#define SSL_TFLAG_CLIENT SSL_CONF_FLAG_CLIENT +/* Option can only be used for servers */ +#define SSL_TFLAG_SERVER SSL_CONF_FLAG_SERVER +#define SSL_TFLAG_BOTH (SSL_TFLAG_CLIENT|SSL_TFLAG_SERVER) + +#define SSL_FLAG_TBL(str, flag) \ + {str, (int)(sizeof(str) - 1), SSL_TFLAG_BOTH, flag} +#define SSL_FLAG_TBL_SRV(str, flag) \ + {str, (int)(sizeof(str) - 1), SSL_TFLAG_SERVER, flag} +#define SSL_FLAG_TBL_CLI(str, flag) \ + {str, (int)(sizeof(str) - 1), SSL_TFLAG_CLIENT, flag} +#define SSL_FLAG_TBL_INV(str, flag) \ + {str, (int)(sizeof(str) - 1), SSL_TFLAG_INV|SSL_TFLAG_BOTH, flag} +#define SSL_FLAG_TBL_SRV_INV(str, flag) \ + {str, (int)(sizeof(str) - 1), SSL_TFLAG_INV|SSL_TFLAG_SERVER, flag} +#define SSL_FLAG_TBL_CERT(str, flag) \ + {str, (int)(sizeof(str) - 1), SSL_TFLAG_CERT|SSL_TFLAG_BOTH, flag} + +/* + * Opaque structure containing SSL configuration context. + */ + +struct ssl_conf_ctx_st { + /* + * Various flags indicating (among other things) which options we will + * recognise. + */ + unsigned int flags; + /* Prefix and length of commands */ + char *prefix; + size_t prefixlen; + /* SSL_CTX or SSL structure to perform operations on */ + SSL_CTX *ctx; + SSL *ssl; + /* Pointer to SSL or SSL_CTX options field or NULL if none */ + unsigned long *poptions; + /* Pointer to SSL or SSL_CTX cert_flags or NULL if none */ + unsigned int *pcert_flags; + /* Current flag table being worked on */ + const ssl_flag_tbl *tbl; + /* Size of table */ + size_t ntbl; +}; + +static int ssl_match_option(SSL_CONF_CTX *cctx, const ssl_flag_tbl *tbl, + const char *name, int namelen, int onoff) +{ + /* If name not relevant for context skip */ + if (!(cctx->flags & tbl->name_flags & SSL_TFLAG_BOTH)) + return 0; + if (namelen == -1) { + if (strcmp(tbl->name, name)) + return 0; + } else if (tbl->namelen != namelen + || strncasecmp(tbl->name, name, namelen)) + return 0; + if (cctx->poptions) { + if (tbl->name_flags & SSL_TFLAG_INV) + onoff ^= 1; + if (tbl->name_flags & SSL_TFLAG_CERT) { + if (onoff) + *cctx->pcert_flags |= tbl->option_value; + else + *cctx->pcert_flags &= ~tbl->option_value; + } else { + if (onoff) + *cctx->poptions |= tbl->option_value; + else + *cctx->poptions &= ~tbl->option_value; + } + } + return 1; +} + +static int ssl_set_option_list(const char *elem, int len, void *usr) +{ + SSL_CONF_CTX *cctx = usr; + size_t i; + const ssl_flag_tbl *tbl; + int onoff = 1; + /* + * len == -1 indicates not being called in list context, just for single + * command line switches, so don't allow +, -. + */ + if (len != -1) { + if (*elem == '+') { + elem++; + len--; + onoff = 1; + } else if (*elem == '-') { + elem++; + len--; + onoff = 0; + } + } + for (i = 0, tbl = cctx->tbl; i < cctx->ntbl; i++, tbl++) { + if (ssl_match_option(cctx, tbl, elem, len, onoff)) + return 1; + } + return 0; +} + +/* Single command line switches with no argument e.g. -no_ssl3 */ +static int ctrl_str_option(SSL_CONF_CTX *cctx, const char *cmd) +{ + static const ssl_flag_tbl ssl_option_single[] = { + SSL_FLAG_TBL("no_ssl2", SSL_OP_NO_SSLv2), + SSL_FLAG_TBL("no_ssl3", SSL_OP_NO_SSLv3), + SSL_FLAG_TBL("no_tls1", SSL_OP_NO_TLSv1), + SSL_FLAG_TBL("no_tls1_1", SSL_OP_NO_TLSv1_1), + SSL_FLAG_TBL("no_tls1_2", SSL_OP_NO_TLSv1_2), + SSL_FLAG_TBL("bugs", SSL_OP_ALL), + SSL_FLAG_TBL("no_comp", SSL_OP_NO_COMPRESSION), + SSL_FLAG_TBL_SRV("ecdh_single", SSL_OP_SINGLE_ECDH_USE), +#ifndef OPENSSL_NO_TLSEXT + SSL_FLAG_TBL("no_ticket", SSL_OP_NO_TICKET), +#endif + SSL_FLAG_TBL_SRV("serverpref", SSL_OP_CIPHER_SERVER_PREFERENCE), + SSL_FLAG_TBL("legacy_renegotiation", + SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION), + SSL_FLAG_TBL_SRV("legacy_server_connect", + SSL_OP_LEGACY_SERVER_CONNECT), + SSL_FLAG_TBL_SRV("no_resumption_on_reneg", + SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION), + SSL_FLAG_TBL_SRV_INV("no_legacy_server_connect", + SSL_OP_LEGACY_SERVER_CONNECT), + SSL_FLAG_TBL_CERT("strict", SSL_CERT_FLAG_TLS_STRICT), +#ifdef OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL + SSL_FLAG_TBL_CERT("debug_broken_protocol", + SSL_CERT_FLAG_BROKEN_PROTOCOL), +#endif + }; + cctx->tbl = ssl_option_single; + cctx->ntbl = sizeof(ssl_option_single) / sizeof(ssl_flag_tbl); + return ssl_set_option_list(cmd, -1, cctx); +} + +/* Set supported signature algorithms */ +static int cmd_SignatureAlgorithms(SSL_CONF_CTX *cctx, const char *value) +{ + int rv; + if (cctx->ssl) + rv = SSL_set1_sigalgs_list(cctx->ssl, value); + /* NB: ctx == NULL performs syntax checking only */ + else + rv = SSL_CTX_set1_sigalgs_list(cctx->ctx, value); + return rv > 0; +} + +/* Set supported client signature algorithms */ +static int cmd_ClientSignatureAlgorithms(SSL_CONF_CTX *cctx, + const char *value) +{ + int rv; + if (cctx->ssl) + rv = SSL_set1_client_sigalgs_list(cctx->ssl, value); + /* NB: ctx == NULL performs syntax checking only */ + else + rv = SSL_CTX_set1_client_sigalgs_list(cctx->ctx, value); + return rv > 0; +} + +static int cmd_Curves(SSL_CONF_CTX *cctx, const char *value) +{ + int rv; + if (cctx->ssl) + rv = SSL_set1_curves_list(cctx->ssl, value); + /* NB: ctx == NULL performs syntax checking only */ + else + rv = SSL_CTX_set1_curves_list(cctx->ctx, value); + return rv > 0; +} + +#ifndef OPENSSL_NO_ECDH +/* ECDH temporary parameters */ +static int cmd_ECDHParameters(SSL_CONF_CTX *cctx, const char *value) +{ + int onoff = -1, rv = 1; + if (!(cctx->flags & SSL_CONF_FLAG_SERVER)) + return -2; + if (cctx->flags & SSL_CONF_FLAG_FILE) { + if (*value == '+') { + onoff = 1; + value++; + } + if (*value == '-') { + onoff = 0; + value++; + } + if (!strcasecmp(value, "automatic")) { + if (onoff == -1) + onoff = 1; + } else if (onoff != -1) + return 0; + } else if (cctx->flags & SSL_CONF_FLAG_CMDLINE) { + if (!strcmp(value, "auto")) + onoff = 1; + } + + if (onoff != -1) { + if (cctx->ctx) + rv = SSL_CTX_set_ecdh_auto(cctx->ctx, onoff); + else if (cctx->ssl) + rv = SSL_set_ecdh_auto(cctx->ssl, onoff); + } else { + EC_KEY *ecdh; + int nid; + nid = EC_curve_nist2nid(value); + if (nid == NID_undef) + nid = OBJ_sn2nid(value); + if (nid == 0) + return 0; + ecdh = EC_KEY_new_by_curve_name(nid); + if (!ecdh) + return 0; + if (cctx->ctx) + rv = SSL_CTX_set_tmp_ecdh(cctx->ctx, ecdh); + else if (cctx->ssl) + rv = SSL_set_tmp_ecdh(cctx->ssl, ecdh); + EC_KEY_free(ecdh); + } + + return rv > 0; +} +#endif +static int cmd_CipherString(SSL_CONF_CTX *cctx, const char *value) +{ + int rv = 1; + if (cctx->ctx) + rv = SSL_CTX_set_cipher_list(cctx->ctx, value); + if (cctx->ssl) + rv = SSL_set_cipher_list(cctx->ssl, value); + return rv > 0; +} + +static int cmd_Protocol(SSL_CONF_CTX *cctx, const char *value) +{ + static const ssl_flag_tbl ssl_protocol_list[] = { + SSL_FLAG_TBL_INV("ALL", SSL_OP_NO_SSL_MASK), + SSL_FLAG_TBL_INV("SSLv2", SSL_OP_NO_SSLv2), + SSL_FLAG_TBL_INV("SSLv3", SSL_OP_NO_SSLv3), + SSL_FLAG_TBL_INV("TLSv1", SSL_OP_NO_TLSv1), + SSL_FLAG_TBL_INV("TLSv1.1", SSL_OP_NO_TLSv1_1), + SSL_FLAG_TBL_INV("TLSv1.2", SSL_OP_NO_TLSv1_2) + }; + if (!(cctx->flags & SSL_CONF_FLAG_FILE)) + return -2; + cctx->tbl = ssl_protocol_list; + cctx->ntbl = sizeof(ssl_protocol_list) / sizeof(ssl_flag_tbl); + return CONF_parse_list(value, ',', 1, ssl_set_option_list, cctx); +} + +static int cmd_Options(SSL_CONF_CTX *cctx, const char *value) +{ + static const ssl_flag_tbl ssl_option_list[] = { + SSL_FLAG_TBL_INV("SessionTicket", SSL_OP_NO_TICKET), + SSL_FLAG_TBL_INV("EmptyFragments", + SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS), + SSL_FLAG_TBL("Bugs", SSL_OP_ALL), + SSL_FLAG_TBL_INV("Compression", SSL_OP_NO_COMPRESSION), + SSL_FLAG_TBL_SRV("ServerPreference", SSL_OP_CIPHER_SERVER_PREFERENCE), + SSL_FLAG_TBL_SRV("NoResumptionOnRenegotiation", + SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION), + SSL_FLAG_TBL_SRV("DHSingle", SSL_OP_SINGLE_DH_USE), + SSL_FLAG_TBL_SRV("ECDHSingle", SSL_OP_SINGLE_ECDH_USE), + SSL_FLAG_TBL("UnsafeLegacyRenegotiation", + SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION), + }; + if (!(cctx->flags & SSL_CONF_FLAG_FILE)) + return -2; + if (value == NULL) + return -3; + cctx->tbl = ssl_option_list; + cctx->ntbl = sizeof(ssl_option_list) / sizeof(ssl_flag_tbl); + return CONF_parse_list(value, ',', 1, ssl_set_option_list, cctx); +} + +static int cmd_Certificate(SSL_CONF_CTX *cctx, const char *value) +{ + int rv = 1; + if (!(cctx->flags & SSL_CONF_FLAG_CERTIFICATE)) + return -2; + if (cctx->ctx) + rv = SSL_CTX_use_certificate_chain_file(cctx->ctx, value); + if (cctx->ssl) + rv = SSL_use_certificate_file(cctx->ssl, value, SSL_FILETYPE_PEM); + return rv > 0; +} + +static int cmd_PrivateKey(SSL_CONF_CTX *cctx, const char *value) +{ + int rv = 1; + if (!(cctx->flags & SSL_CONF_FLAG_CERTIFICATE)) + return -2; + if (cctx->ctx) + rv = SSL_CTX_use_PrivateKey_file(cctx->ctx, value, SSL_FILETYPE_PEM); + if (cctx->ssl) + rv = SSL_use_PrivateKey_file(cctx->ssl, value, SSL_FILETYPE_PEM); + return rv > 0; +} + +#ifndef OPENSSL_NO_DH +static int cmd_DHParameters(SSL_CONF_CTX *cctx, const char *value) +{ + int rv = 0; + DH *dh = NULL; + BIO *in = NULL; + if (!(cctx->flags & SSL_CONF_FLAG_CERTIFICATE)) + return -2; + if (cctx->ctx || cctx->ssl) { + in = BIO_new(BIO_s_file_internal()); + if (!in) + goto end; + if (BIO_read_filename(in, value) <= 0) + goto end; + dh = PEM_read_bio_DHparams(in, NULL, NULL, NULL); + if (!dh) + goto end; + } else + return 1; + if (cctx->ctx) + rv = SSL_CTX_set_tmp_dh(cctx->ctx, dh); + if (cctx->ssl) + rv = SSL_set_tmp_dh(cctx->ssl, dh); + end: + if (dh) + DH_free(dh); + if (in) + BIO_free(in); + return rv > 0; +} +#endif +typedef struct { + int (*cmd) (SSL_CONF_CTX *cctx, const char *value); + const char *str_file; + const char *str_cmdline; + unsigned int value_type; +} ssl_conf_cmd_tbl; + +/* Table of supported parameters */ + +#define SSL_CONF_CMD(name, cmdopt, type) \ + {cmd_##name, #name, cmdopt, type} + +#define SSL_CONF_CMD_STRING(name, cmdopt) \ + SSL_CONF_CMD(name, cmdopt, SSL_CONF_TYPE_STRING) + +static const ssl_conf_cmd_tbl ssl_conf_cmds[] = { + SSL_CONF_CMD_STRING(SignatureAlgorithms, "sigalgs"), + SSL_CONF_CMD_STRING(ClientSignatureAlgorithms, "client_sigalgs"), + SSL_CONF_CMD_STRING(Curves, "curves"), +#ifndef OPENSSL_NO_ECDH + SSL_CONF_CMD_STRING(ECDHParameters, "named_curve"), +#endif + SSL_CONF_CMD_STRING(CipherString, "cipher"), + SSL_CONF_CMD_STRING(Protocol, NULL), + SSL_CONF_CMD_STRING(Options, NULL), + SSL_CONF_CMD(Certificate, "cert", SSL_CONF_TYPE_FILE), + SSL_CONF_CMD(PrivateKey, "key", SSL_CONF_TYPE_FILE), +#ifndef OPENSSL_NO_DH + SSL_CONF_CMD(DHParameters, "dhparam", SSL_CONF_TYPE_FILE) +#endif +}; + +static int ssl_conf_cmd_skip_prefix(SSL_CONF_CTX *cctx, const char **pcmd) +{ + if (!pcmd || !*pcmd) + return 0; + /* If a prefix is set, check and skip */ + if (cctx->prefix) { + if (strlen(*pcmd) <= cctx->prefixlen) + return 0; + if (cctx->flags & SSL_CONF_FLAG_CMDLINE && + strncmp(*pcmd, cctx->prefix, cctx->prefixlen)) + return 0; + if (cctx->flags & SSL_CONF_FLAG_FILE && + strncasecmp(*pcmd, cctx->prefix, cctx->prefixlen)) + return 0; + *pcmd += cctx->prefixlen; + } else if (cctx->flags & SSL_CONF_FLAG_CMDLINE) { + if (**pcmd != '-' || !(*pcmd)[1]) + return 0; + *pcmd += 1; + } + return 1; +} + +static const ssl_conf_cmd_tbl *ssl_conf_cmd_lookup(SSL_CONF_CTX *cctx, + const char *cmd) +{ + const ssl_conf_cmd_tbl *t; + size_t i; + if (cmd == NULL) + return NULL; + + /* Look for matching parameter name in table */ + for (i = 0, t = ssl_conf_cmds; + i < sizeof(ssl_conf_cmds) / sizeof(ssl_conf_cmd_tbl); i++, t++) { + if (cctx->flags & SSL_CONF_FLAG_CMDLINE) { + if (t->str_cmdline && !strcmp(t->str_cmdline, cmd)) + return t; + } + if (cctx->flags & SSL_CONF_FLAG_FILE) { + if (t->str_file && !strcasecmp(t->str_file, cmd)) + return t; + } + } + return NULL; +} + +int SSL_CONF_cmd(SSL_CONF_CTX *cctx, const char *cmd, const char *value) +{ + const ssl_conf_cmd_tbl *runcmd; + if (cmd == NULL) { + SSLerr(SSL_F_SSL_CONF_CMD, SSL_R_INVALID_NULL_CMD_NAME); + return 0; + } + + if (!ssl_conf_cmd_skip_prefix(cctx, &cmd)) + return -2; + + runcmd = ssl_conf_cmd_lookup(cctx, cmd); + + if (runcmd) { + int rv; + if (value == NULL) + return -3; + rv = runcmd->cmd(cctx, value); + if (rv > 0) + return 2; + if (rv == -2) + return -2; + if (cctx->flags & SSL_CONF_FLAG_SHOW_ERRORS) { + SSLerr(SSL_F_SSL_CONF_CMD, SSL_R_BAD_VALUE); + ERR_add_error_data(4, "cmd=", cmd, ", value=", value); + } + return 0; + } + + if (cctx->flags & SSL_CONF_FLAG_CMDLINE) { + if (ctrl_str_option(cctx, cmd)) + return 1; + } + + if (cctx->flags & SSL_CONF_FLAG_SHOW_ERRORS) { + SSLerr(SSL_F_SSL_CONF_CMD, SSL_R_UNKNOWN_CMD_NAME); + ERR_add_error_data(2, "cmd=", cmd); + } + + return -2; +} + +int SSL_CONF_cmd_argv(SSL_CONF_CTX *cctx, int *pargc, char ***pargv) +{ + int rv; + const char *arg = NULL, *argn; + if (pargc && *pargc == 0) + return 0; + if (!pargc || *pargc > 0) + arg = **pargv; + if (arg == NULL) + return 0; + if (!pargc || *pargc > 1) + argn = (*pargv)[1]; + else + argn = NULL; + cctx->flags &= ~SSL_CONF_FLAG_FILE; + cctx->flags |= SSL_CONF_FLAG_CMDLINE; + rv = SSL_CONF_cmd(cctx, arg, argn); + if (rv > 0) { + /* Success: update pargc, pargv */ + (*pargv) += rv; + if (pargc) + (*pargc) -= rv; + return rv; + } + /* Unknown switch: indicate no arguments processed */ + if (rv == -2) + return 0; + /* Some error occurred processing command, return fatal error */ + if (rv == 0) + return -1; + return rv; +} + +int SSL_CONF_cmd_value_type(SSL_CONF_CTX *cctx, const char *cmd) +{ + if (ssl_conf_cmd_skip_prefix(cctx, &cmd)) { + const ssl_conf_cmd_tbl *runcmd; + runcmd = ssl_conf_cmd_lookup(cctx, cmd); + if (runcmd) + return runcmd->value_type; + } + return SSL_CONF_TYPE_UNKNOWN; +} + +SSL_CONF_CTX *SSL_CONF_CTX_new(void) +{ + SSL_CONF_CTX *ret; + ret = OPENSSL_malloc(sizeof(SSL_CONF_CTX)); + if (ret) { + ret->flags = 0; + ret->prefix = NULL; + ret->prefixlen = 0; + ret->ssl = NULL; + ret->ctx = NULL; + ret->poptions = NULL; + ret->pcert_flags = NULL; + ret->tbl = NULL; + ret->ntbl = 0; + } + return ret; +} + +int SSL_CONF_CTX_finish(SSL_CONF_CTX *cctx) +{ + return 1; +} + +void SSL_CONF_CTX_free(SSL_CONF_CTX *cctx) +{ + if (cctx) { + if (cctx->prefix) + OPENSSL_free(cctx->prefix); + OPENSSL_free(cctx); + } +} + +unsigned int SSL_CONF_CTX_set_flags(SSL_CONF_CTX *cctx, unsigned int flags) +{ + cctx->flags |= flags; + return cctx->flags; +} + +unsigned int SSL_CONF_CTX_clear_flags(SSL_CONF_CTX *cctx, unsigned int flags) +{ + cctx->flags &= ~flags; + return cctx->flags; +} + +int SSL_CONF_CTX_set1_prefix(SSL_CONF_CTX *cctx, const char *pre) +{ + char *tmp = NULL; + if (pre) { + tmp = BUF_strdup(pre); + if (tmp == NULL) + return 0; + } + if (cctx->prefix) + OPENSSL_free(cctx->prefix); + cctx->prefix = tmp; + if (tmp) + cctx->prefixlen = strlen(tmp); + else + cctx->prefixlen = 0; + return 1; +} + +void SSL_CONF_CTX_set_ssl(SSL_CONF_CTX *cctx, SSL *ssl) +{ + cctx->ssl = ssl; + cctx->ctx = NULL; + if (ssl) { + cctx->poptions = &ssl->options; + cctx->pcert_flags = &ssl->cert->cert_flags; + } else { + cctx->poptions = NULL; + cctx->pcert_flags = NULL; + } +} + +void SSL_CONF_CTX_set_ssl_ctx(SSL_CONF_CTX *cctx, SSL_CTX *ctx) +{ + cctx->ctx = ctx; + cctx->ssl = NULL; + if (ctx) { + cctx->poptions = &ctx->options; + cctx->pcert_flags = &ctx->cert->cert_flags; + } else { + cctx->poptions = NULL; + cctx->pcert_flags = NULL; + } +} diff --git a/openssl/ssl/ssl_err.c b/openssl/ssl/ssl_err.c index 1b7eb47e1..ab3aa2337 100644 --- a/openssl/ssl/ssl_err.c +++ b/openssl/ssl/ssl_err.c @@ -1,13 +1,13 @@ /* ssl/ssl_err.c */ /* ==================================================================== - * Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved. + * Copyright (c) 1999-2014 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -53,7 +53,8 @@ * */ -/* NOTE: this file was auto generated by the mkerr.pl script: any changes +/* + * NOTE: this file was auto generated by the mkerr.pl script: any changes * made to it will be overwritten when the script next updates this file, * only reason strings will be preserved. */ @@ -65,549 +66,762 @@ /* BEGIN ERROR CODES */ #ifndef OPENSSL_NO_ERR -#define ERR_FUNC(func) ERR_PACK(ERR_LIB_SSL,func,0) -#define ERR_REASON(reason) ERR_PACK(ERR_LIB_SSL,0,reason) +# define ERR_FUNC(func) ERR_PACK(ERR_LIB_SSL,func,0) +# define ERR_REASON(reason) ERR_PACK(ERR_LIB_SSL,0,reason) -static ERR_STRING_DATA SSL_str_functs[]= - { -{ERR_FUNC(SSL_F_CLIENT_CERTIFICATE), "CLIENT_CERTIFICATE"}, -{ERR_FUNC(SSL_F_CLIENT_FINISHED), "CLIENT_FINISHED"}, -{ERR_FUNC(SSL_F_CLIENT_HELLO), "CLIENT_HELLO"}, -{ERR_FUNC(SSL_F_CLIENT_MASTER_KEY), "CLIENT_MASTER_KEY"}, -{ERR_FUNC(SSL_F_D2I_SSL_SESSION), "d2i_SSL_SESSION"}, -{ERR_FUNC(SSL_F_DO_DTLS1_WRITE), "DO_DTLS1_WRITE"}, -{ERR_FUNC(SSL_F_DO_SSL3_WRITE), "DO_SSL3_WRITE"}, -{ERR_FUNC(SSL_F_DTLS1_ACCEPT), "DTLS1_ACCEPT"}, -{ERR_FUNC(SSL_F_DTLS1_ADD_CERT_TO_BUF), "DTLS1_ADD_CERT_TO_BUF"}, -{ERR_FUNC(SSL_F_DTLS1_BUFFER_RECORD), "DTLS1_BUFFER_RECORD"}, -{ERR_FUNC(SSL_F_DTLS1_CHECK_TIMEOUT_NUM), "DTLS1_CHECK_TIMEOUT_NUM"}, -{ERR_FUNC(SSL_F_DTLS1_CLIENT_HELLO), "DTLS1_CLIENT_HELLO"}, -{ERR_FUNC(SSL_F_DTLS1_CONNECT), "DTLS1_CONNECT"}, -{ERR_FUNC(SSL_F_DTLS1_ENC), "DTLS1_ENC"}, -{ERR_FUNC(SSL_F_DTLS1_GET_HELLO_VERIFY), "DTLS1_GET_HELLO_VERIFY"}, -{ERR_FUNC(SSL_F_DTLS1_GET_MESSAGE), "DTLS1_GET_MESSAGE"}, -{ERR_FUNC(SSL_F_DTLS1_GET_MESSAGE_FRAGMENT), "DTLS1_GET_MESSAGE_FRAGMENT"}, -{ERR_FUNC(SSL_F_DTLS1_GET_RECORD), "DTLS1_GET_RECORD"}, -{ERR_FUNC(SSL_F_DTLS1_HANDLE_TIMEOUT), "DTLS1_HANDLE_TIMEOUT"}, -{ERR_FUNC(SSL_F_DTLS1_HEARTBEAT), "DTLS1_HEARTBEAT"}, -{ERR_FUNC(SSL_F_DTLS1_OUTPUT_CERT_CHAIN), "DTLS1_OUTPUT_CERT_CHAIN"}, -{ERR_FUNC(SSL_F_DTLS1_PREPROCESS_FRAGMENT), "DTLS1_PREPROCESS_FRAGMENT"}, -{ERR_FUNC(SSL_F_DTLS1_PROCESS_OUT_OF_SEQ_MESSAGE), "DTLS1_PROCESS_OUT_OF_SEQ_MESSAGE"}, -{ERR_FUNC(SSL_F_DTLS1_PROCESS_RECORD), "DTLS1_PROCESS_RECORD"}, -{ERR_FUNC(SSL_F_DTLS1_READ_BYTES), "DTLS1_READ_BYTES"}, -{ERR_FUNC(SSL_F_DTLS1_READ_FAILED), "DTLS1_READ_FAILED"}, -{ERR_FUNC(SSL_F_DTLS1_SEND_CERTIFICATE_REQUEST), "DTLS1_SEND_CERTIFICATE_REQUEST"}, -{ERR_FUNC(SSL_F_DTLS1_SEND_CLIENT_CERTIFICATE), "DTLS1_SEND_CLIENT_CERTIFICATE"}, -{ERR_FUNC(SSL_F_DTLS1_SEND_CLIENT_KEY_EXCHANGE), "DTLS1_SEND_CLIENT_KEY_EXCHANGE"}, -{ERR_FUNC(SSL_F_DTLS1_SEND_CLIENT_VERIFY), "DTLS1_SEND_CLIENT_VERIFY"}, -{ERR_FUNC(SSL_F_DTLS1_SEND_HELLO_VERIFY_REQUEST), "DTLS1_SEND_HELLO_VERIFY_REQUEST"}, -{ERR_FUNC(SSL_F_DTLS1_SEND_SERVER_CERTIFICATE), "DTLS1_SEND_SERVER_CERTIFICATE"}, -{ERR_FUNC(SSL_F_DTLS1_SEND_SERVER_HELLO), "DTLS1_SEND_SERVER_HELLO"}, -{ERR_FUNC(SSL_F_DTLS1_SEND_SERVER_KEY_EXCHANGE), "DTLS1_SEND_SERVER_KEY_EXCHANGE"}, -{ERR_FUNC(SSL_F_DTLS1_WRITE_APP_DATA_BYTES), "DTLS1_WRITE_APP_DATA_BYTES"}, -{ERR_FUNC(SSL_F_GET_CLIENT_FINISHED), "GET_CLIENT_FINISHED"}, -{ERR_FUNC(SSL_F_GET_CLIENT_HELLO), "GET_CLIENT_HELLO"}, -{ERR_FUNC(SSL_F_GET_CLIENT_MASTER_KEY), "GET_CLIENT_MASTER_KEY"}, -{ERR_FUNC(SSL_F_GET_SERVER_FINISHED), "GET_SERVER_FINISHED"}, -{ERR_FUNC(SSL_F_GET_SERVER_HELLO), "GET_SERVER_HELLO"}, -{ERR_FUNC(SSL_F_GET_SERVER_VERIFY), "GET_SERVER_VERIFY"}, -{ERR_FUNC(SSL_F_I2D_SSL_SESSION), "i2d_SSL_SESSION"}, -{ERR_FUNC(SSL_F_READ_N), "READ_N"}, -{ERR_FUNC(SSL_F_REQUEST_CERTIFICATE), "REQUEST_CERTIFICATE"}, -{ERR_FUNC(SSL_F_SERVER_FINISH), "SERVER_FINISH"}, -{ERR_FUNC(SSL_F_SERVER_HELLO), "SERVER_HELLO"}, -{ERR_FUNC(SSL_F_SERVER_VERIFY), "SERVER_VERIFY"}, -{ERR_FUNC(SSL_F_SSL23_ACCEPT), "SSL23_ACCEPT"}, -{ERR_FUNC(SSL_F_SSL23_CLIENT_HELLO), "SSL23_CLIENT_HELLO"}, -{ERR_FUNC(SSL_F_SSL23_CONNECT), "SSL23_CONNECT"}, -{ERR_FUNC(SSL_F_SSL23_GET_CLIENT_HELLO), "SSL23_GET_CLIENT_HELLO"}, -{ERR_FUNC(SSL_F_SSL23_GET_SERVER_HELLO), "SSL23_GET_SERVER_HELLO"}, -{ERR_FUNC(SSL_F_SSL23_PEEK), "SSL23_PEEK"}, -{ERR_FUNC(SSL_F_SSL23_READ), "SSL23_READ"}, -{ERR_FUNC(SSL_F_SSL23_WRITE), "SSL23_WRITE"}, -{ERR_FUNC(SSL_F_SSL2_ACCEPT), "SSL2_ACCEPT"}, -{ERR_FUNC(SSL_F_SSL2_CONNECT), "SSL2_CONNECT"}, -{ERR_FUNC(SSL_F_SSL2_ENC_INIT), "SSL2_ENC_INIT"}, -{ERR_FUNC(SSL_F_SSL2_GENERATE_KEY_MATERIAL), "SSL2_GENERATE_KEY_MATERIAL"}, -{ERR_FUNC(SSL_F_SSL2_PEEK), "SSL2_PEEK"}, -{ERR_FUNC(SSL_F_SSL2_READ), "SSL2_READ"}, -{ERR_FUNC(SSL_F_SSL2_READ_INTERNAL), "SSL2_READ_INTERNAL"}, -{ERR_FUNC(SSL_F_SSL2_SET_CERTIFICATE), "SSL2_SET_CERTIFICATE"}, -{ERR_FUNC(SSL_F_SSL2_WRITE), "SSL2_WRITE"}, -{ERR_FUNC(SSL_F_SSL3_ACCEPT), "SSL3_ACCEPT"}, -{ERR_FUNC(SSL_F_SSL3_ADD_CERT_TO_BUF), "SSL3_ADD_CERT_TO_BUF"}, -{ERR_FUNC(SSL_F_SSL3_CALLBACK_CTRL), "SSL3_CALLBACK_CTRL"}, -{ERR_FUNC(SSL_F_SSL3_CHANGE_CIPHER_STATE), "SSL3_CHANGE_CIPHER_STATE"}, -{ERR_FUNC(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM), "SSL3_CHECK_CERT_AND_ALGORITHM"}, -{ERR_FUNC(SSL_F_SSL3_CHECK_CLIENT_HELLO), "SSL3_CHECK_CLIENT_HELLO"}, -{ERR_FUNC(SSL_F_SSL3_CLIENT_HELLO), "SSL3_CLIENT_HELLO"}, -{ERR_FUNC(SSL_F_SSL3_CONNECT), "SSL3_CONNECT"}, -{ERR_FUNC(SSL_F_SSL3_CTRL), "SSL3_CTRL"}, -{ERR_FUNC(SSL_F_SSL3_CTX_CTRL), "SSL3_CTX_CTRL"}, -{ERR_FUNC(SSL_F_SSL3_DIGEST_CACHED_RECORDS), "SSL3_DIGEST_CACHED_RECORDS"}, -{ERR_FUNC(SSL_F_SSL3_DO_CHANGE_CIPHER_SPEC), "SSL3_DO_CHANGE_CIPHER_SPEC"}, -{ERR_FUNC(SSL_F_SSL3_ENC), "SSL3_ENC"}, -{ERR_FUNC(SSL_F_SSL3_GENERATE_KEY_BLOCK), "SSL3_GENERATE_KEY_BLOCK"}, -{ERR_FUNC(SSL_F_SSL3_GET_CERTIFICATE_REQUEST), "SSL3_GET_CERTIFICATE_REQUEST"}, -{ERR_FUNC(SSL_F_SSL3_GET_CERT_STATUS), "SSL3_GET_CERT_STATUS"}, -{ERR_FUNC(SSL_F_SSL3_GET_CERT_VERIFY), "SSL3_GET_CERT_VERIFY"}, -{ERR_FUNC(SSL_F_SSL3_GET_CLIENT_CERTIFICATE), "SSL3_GET_CLIENT_CERTIFICATE"}, -{ERR_FUNC(SSL_F_SSL3_GET_CLIENT_HELLO), "SSL3_GET_CLIENT_HELLO"}, -{ERR_FUNC(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE), "SSL3_GET_CLIENT_KEY_EXCHANGE"}, -{ERR_FUNC(SSL_F_SSL3_GET_FINISHED), "SSL3_GET_FINISHED"}, -{ERR_FUNC(SSL_F_SSL3_GET_KEY_EXCHANGE), "SSL3_GET_KEY_EXCHANGE"}, -{ERR_FUNC(SSL_F_SSL3_GET_MESSAGE), "SSL3_GET_MESSAGE"}, -{ERR_FUNC(SSL_F_SSL3_GET_NEW_SESSION_TICKET), "SSL3_GET_NEW_SESSION_TICKET"}, -{ERR_FUNC(SSL_F_SSL3_GET_NEXT_PROTO), "SSL3_GET_NEXT_PROTO"}, -{ERR_FUNC(SSL_F_SSL3_GET_RECORD), "SSL3_GET_RECORD"}, -{ERR_FUNC(SSL_F_SSL3_GET_SERVER_CERTIFICATE), "SSL3_GET_SERVER_CERTIFICATE"}, -{ERR_FUNC(SSL_F_SSL3_GET_SERVER_DONE), "SSL3_GET_SERVER_DONE"}, -{ERR_FUNC(SSL_F_SSL3_GET_SERVER_HELLO), "SSL3_GET_SERVER_HELLO"}, -{ERR_FUNC(SSL_F_SSL3_HANDSHAKE_MAC), "ssl3_handshake_mac"}, -{ERR_FUNC(SSL_F_SSL3_NEW_SESSION_TICKET), "SSL3_NEW_SESSION_TICKET"}, -{ERR_FUNC(SSL_F_SSL3_OUTPUT_CERT_CHAIN), "SSL3_OUTPUT_CERT_CHAIN"}, -{ERR_FUNC(SSL_F_SSL3_PEEK), "SSL3_PEEK"}, -{ERR_FUNC(SSL_F_SSL3_READ_BYTES), "SSL3_READ_BYTES"}, -{ERR_FUNC(SSL_F_SSL3_READ_N), "SSL3_READ_N"}, -{ERR_FUNC(SSL_F_SSL3_SEND_CERTIFICATE_REQUEST), "SSL3_SEND_CERTIFICATE_REQUEST"}, -{ERR_FUNC(SSL_F_SSL3_SEND_CLIENT_CERTIFICATE), "SSL3_SEND_CLIENT_CERTIFICATE"}, -{ERR_FUNC(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE), "SSL3_SEND_CLIENT_KEY_EXCHANGE"}, -{ERR_FUNC(SSL_F_SSL3_SEND_CLIENT_VERIFY), "SSL3_SEND_CLIENT_VERIFY"}, -{ERR_FUNC(SSL_F_SSL3_SEND_SERVER_CERTIFICATE), "SSL3_SEND_SERVER_CERTIFICATE"}, -{ERR_FUNC(SSL_F_SSL3_SEND_SERVER_HELLO), "SSL3_SEND_SERVER_HELLO"}, -{ERR_FUNC(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE), "SSL3_SEND_SERVER_KEY_EXCHANGE"}, -{ERR_FUNC(SSL_F_SSL3_SETUP_KEY_BLOCK), "SSL3_SETUP_KEY_BLOCK"}, -{ERR_FUNC(SSL_F_SSL3_SETUP_READ_BUFFER), "SSL3_SETUP_READ_BUFFER"}, -{ERR_FUNC(SSL_F_SSL3_SETUP_WRITE_BUFFER), "SSL3_SETUP_WRITE_BUFFER"}, -{ERR_FUNC(SSL_F_SSL3_WRITE_BYTES), "SSL3_WRITE_BYTES"}, -{ERR_FUNC(SSL_F_SSL3_WRITE_PENDING), "SSL3_WRITE_PENDING"}, -{ERR_FUNC(SSL_F_SSL_ADD_CLIENTHELLO_RENEGOTIATE_EXT), "SSL_ADD_CLIENTHELLO_RENEGOTIATE_EXT"}, -{ERR_FUNC(SSL_F_SSL_ADD_CLIENTHELLO_TLSEXT), "SSL_ADD_CLIENTHELLO_TLSEXT"}, -{ERR_FUNC(SSL_F_SSL_ADD_CLIENTHELLO_USE_SRTP_EXT), "SSL_ADD_CLIENTHELLO_USE_SRTP_EXT"}, -{ERR_FUNC(SSL_F_SSL_ADD_DIR_CERT_SUBJECTS_TO_STACK), "SSL_add_dir_cert_subjects_to_stack"}, -{ERR_FUNC(SSL_F_SSL_ADD_FILE_CERT_SUBJECTS_TO_STACK), "SSL_add_file_cert_subjects_to_stack"}, -{ERR_FUNC(SSL_F_SSL_ADD_SERVERHELLO_RENEGOTIATE_EXT), "SSL_ADD_SERVERHELLO_RENEGOTIATE_EXT"}, -{ERR_FUNC(SSL_F_SSL_ADD_SERVERHELLO_TLSEXT), "SSL_ADD_SERVERHELLO_TLSEXT"}, -{ERR_FUNC(SSL_F_SSL_ADD_SERVERHELLO_USE_SRTP_EXT), "SSL_ADD_SERVERHELLO_USE_SRTP_EXT"}, -{ERR_FUNC(SSL_F_SSL_BAD_METHOD), "SSL_BAD_METHOD"}, -{ERR_FUNC(SSL_F_SSL_BYTES_TO_CIPHER_LIST), "SSL_BYTES_TO_CIPHER_LIST"}, -{ERR_FUNC(SSL_F_SSL_CERT_DUP), "SSL_CERT_DUP"}, -{ERR_FUNC(SSL_F_SSL_CERT_INST), "SSL_CERT_INST"}, -{ERR_FUNC(SSL_F_SSL_CERT_INSTANTIATE), "SSL_CERT_INSTANTIATE"}, -{ERR_FUNC(SSL_F_SSL_CERT_NEW), "SSL_CERT_NEW"}, -{ERR_FUNC(SSL_F_SSL_CHECK_PRIVATE_KEY), "SSL_check_private_key"}, -{ERR_FUNC(SSL_F_SSL_CHECK_SERVERHELLO_TLSEXT), "SSL_CHECK_SERVERHELLO_TLSEXT"}, -{ERR_FUNC(SSL_F_SSL_CHECK_SRVR_ECC_CERT_AND_ALG), "SSL_CHECK_SRVR_ECC_CERT_AND_ALG"}, -{ERR_FUNC(SSL_F_SSL_CIPHER_PROCESS_RULESTR), "SSL_CIPHER_PROCESS_RULESTR"}, -{ERR_FUNC(SSL_F_SSL_CIPHER_STRENGTH_SORT), "SSL_CIPHER_STRENGTH_SORT"}, -{ERR_FUNC(SSL_F_SSL_CLEAR), "SSL_clear"}, -{ERR_FUNC(SSL_F_SSL_COMP_ADD_COMPRESSION_METHOD), "SSL_COMP_add_compression_method"}, -{ERR_FUNC(SSL_F_SSL_CREATE_CIPHER_LIST), "SSL_CREATE_CIPHER_LIST"}, -{ERR_FUNC(SSL_F_SSL_CTRL), "SSL_ctrl"}, -{ERR_FUNC(SSL_F_SSL_CTX_CHECK_PRIVATE_KEY), "SSL_CTX_check_private_key"}, -{ERR_FUNC(SSL_F_SSL_CTX_MAKE_PROFILES), "SSL_CTX_MAKE_PROFILES"}, -{ERR_FUNC(SSL_F_SSL_CTX_NEW), "SSL_CTX_new"}, -{ERR_FUNC(SSL_F_SSL_CTX_SET_CIPHER_LIST), "SSL_CTX_set_cipher_list"}, -{ERR_FUNC(SSL_F_SSL_CTX_SET_CLIENT_CERT_ENGINE), "SSL_CTX_set_client_cert_engine"}, -{ERR_FUNC(SSL_F_SSL_CTX_SET_PURPOSE), "SSL_CTX_set_purpose"}, -{ERR_FUNC(SSL_F_SSL_CTX_SET_SESSION_ID_CONTEXT), "SSL_CTX_set_session_id_context"}, -{ERR_FUNC(SSL_F_SSL_CTX_SET_SSL_VERSION), "SSL_CTX_set_ssl_version"}, -{ERR_FUNC(SSL_F_SSL_CTX_SET_TRUST), "SSL_CTX_set_trust"}, -{ERR_FUNC(SSL_F_SSL_CTX_USE_CERTIFICATE), "SSL_CTX_use_certificate"}, -{ERR_FUNC(SSL_F_SSL_CTX_USE_CERTIFICATE_ASN1), "SSL_CTX_use_certificate_ASN1"}, -{ERR_FUNC(SSL_F_SSL_CTX_USE_CERTIFICATE_CHAIN_FILE), "SSL_CTX_use_certificate_chain_file"}, -{ERR_FUNC(SSL_F_SSL_CTX_USE_CERTIFICATE_FILE), "SSL_CTX_use_certificate_file"}, -{ERR_FUNC(SSL_F_SSL_CTX_USE_PRIVATEKEY), "SSL_CTX_use_PrivateKey"}, -{ERR_FUNC(SSL_F_SSL_CTX_USE_PRIVATEKEY_ASN1), "SSL_CTX_use_PrivateKey_ASN1"}, -{ERR_FUNC(SSL_F_SSL_CTX_USE_PRIVATEKEY_FILE), "SSL_CTX_use_PrivateKey_file"}, -{ERR_FUNC(SSL_F_SSL_CTX_USE_PSK_IDENTITY_HINT), "SSL_CTX_use_psk_identity_hint"}, -{ERR_FUNC(SSL_F_SSL_CTX_USE_RSAPRIVATEKEY), "SSL_CTX_use_RSAPrivateKey"}, -{ERR_FUNC(SSL_F_SSL_CTX_USE_RSAPRIVATEKEY_ASN1), "SSL_CTX_use_RSAPrivateKey_ASN1"}, -{ERR_FUNC(SSL_F_SSL_CTX_USE_RSAPRIVATEKEY_FILE), "SSL_CTX_use_RSAPrivateKey_file"}, -{ERR_FUNC(SSL_F_SSL_DO_HANDSHAKE), "SSL_do_handshake"}, -{ERR_FUNC(SSL_F_SSL_GET_NEW_SESSION), "SSL_GET_NEW_SESSION"}, -{ERR_FUNC(SSL_F_SSL_GET_PREV_SESSION), "SSL_GET_PREV_SESSION"}, -{ERR_FUNC(SSL_F_SSL_GET_SERVER_SEND_CERT), "SSL_GET_SERVER_SEND_CERT"}, -{ERR_FUNC(SSL_F_SSL_GET_SERVER_SEND_PKEY), "SSL_GET_SERVER_SEND_PKEY"}, -{ERR_FUNC(SSL_F_SSL_GET_SIGN_PKEY), "SSL_GET_SIGN_PKEY"}, -{ERR_FUNC(SSL_F_SSL_INIT_WBIO_BUFFER), "SSL_INIT_WBIO_BUFFER"}, -{ERR_FUNC(SSL_F_SSL_LOAD_CLIENT_CA_FILE), "SSL_load_client_CA_file"}, -{ERR_FUNC(SSL_F_SSL_NEW), "SSL_new"}, -{ERR_FUNC(SSL_F_SSL_PARSE_CLIENTHELLO_RENEGOTIATE_EXT), "SSL_PARSE_CLIENTHELLO_RENEGOTIATE_EXT"}, -{ERR_FUNC(SSL_F_SSL_PARSE_CLIENTHELLO_TLSEXT), "SSL_PARSE_CLIENTHELLO_TLSEXT"}, -{ERR_FUNC(SSL_F_SSL_PARSE_CLIENTHELLO_USE_SRTP_EXT), "SSL_PARSE_CLIENTHELLO_USE_SRTP_EXT"}, -{ERR_FUNC(SSL_F_SSL_PARSE_SERVERHELLO_RENEGOTIATE_EXT), "SSL_PARSE_SERVERHELLO_RENEGOTIATE_EXT"}, -{ERR_FUNC(SSL_F_SSL_PARSE_SERVERHELLO_TLSEXT), "SSL_PARSE_SERVERHELLO_TLSEXT"}, -{ERR_FUNC(SSL_F_SSL_PARSE_SERVERHELLO_USE_SRTP_EXT), "SSL_PARSE_SERVERHELLO_USE_SRTP_EXT"}, -{ERR_FUNC(SSL_F_SSL_PEEK), "SSL_peek"}, -{ERR_FUNC(SSL_F_SSL_PREPARE_CLIENTHELLO_TLSEXT), "SSL_PREPARE_CLIENTHELLO_TLSEXT"}, -{ERR_FUNC(SSL_F_SSL_PREPARE_SERVERHELLO_TLSEXT), "SSL_PREPARE_SERVERHELLO_TLSEXT"}, -{ERR_FUNC(SSL_F_SSL_READ), "SSL_read"}, -{ERR_FUNC(SSL_F_SSL_RSA_PRIVATE_DECRYPT), "SSL_RSA_PRIVATE_DECRYPT"}, -{ERR_FUNC(SSL_F_SSL_RSA_PUBLIC_ENCRYPT), "SSL_RSA_PUBLIC_ENCRYPT"}, -{ERR_FUNC(SSL_F_SSL_SESSION_NEW), "SSL_SESSION_new"}, -{ERR_FUNC(SSL_F_SSL_SESSION_PRINT_FP), "SSL_SESSION_print_fp"}, -{ERR_FUNC(SSL_F_SSL_SESSION_SET1_ID_CONTEXT), "SSL_SESSION_set1_id_context"}, -{ERR_FUNC(SSL_F_SSL_SESS_CERT_NEW), "SSL_SESS_CERT_NEW"}, -{ERR_FUNC(SSL_F_SSL_SET_CERT), "SSL_SET_CERT"}, -{ERR_FUNC(SSL_F_SSL_SET_CIPHER_LIST), "SSL_set_cipher_list"}, -{ERR_FUNC(SSL_F_SSL_SET_FD), "SSL_set_fd"}, -{ERR_FUNC(SSL_F_SSL_SET_PKEY), "SSL_SET_PKEY"}, -{ERR_FUNC(SSL_F_SSL_SET_PURPOSE), "SSL_set_purpose"}, -{ERR_FUNC(SSL_F_SSL_SET_RFD), "SSL_set_rfd"}, -{ERR_FUNC(SSL_F_SSL_SET_SESSION), "SSL_set_session"}, -{ERR_FUNC(SSL_F_SSL_SET_SESSION_ID_CONTEXT), "SSL_set_session_id_context"}, -{ERR_FUNC(SSL_F_SSL_SET_SESSION_TICKET_EXT), "SSL_set_session_ticket_ext"}, -{ERR_FUNC(SSL_F_SSL_SET_TRUST), "SSL_set_trust"}, -{ERR_FUNC(SSL_F_SSL_SET_WFD), "SSL_set_wfd"}, -{ERR_FUNC(SSL_F_SSL_SHUTDOWN), "SSL_shutdown"}, -{ERR_FUNC(SSL_F_SSL_SRP_CTX_INIT), "SSL_SRP_CTX_init"}, -{ERR_FUNC(SSL_F_SSL_UNDEFINED_CONST_FUNCTION), "SSL_UNDEFINED_CONST_FUNCTION"}, -{ERR_FUNC(SSL_F_SSL_UNDEFINED_FUNCTION), "SSL_UNDEFINED_FUNCTION"}, -{ERR_FUNC(SSL_F_SSL_UNDEFINED_VOID_FUNCTION), "SSL_UNDEFINED_VOID_FUNCTION"}, -{ERR_FUNC(SSL_F_SSL_USE_CERTIFICATE), "SSL_use_certificate"}, -{ERR_FUNC(SSL_F_SSL_USE_CERTIFICATE_ASN1), "SSL_use_certificate_ASN1"}, -{ERR_FUNC(SSL_F_SSL_USE_CERTIFICATE_FILE), "SSL_use_certificate_file"}, -{ERR_FUNC(SSL_F_SSL_USE_PRIVATEKEY), "SSL_use_PrivateKey"}, -{ERR_FUNC(SSL_F_SSL_USE_PRIVATEKEY_ASN1), "SSL_use_PrivateKey_ASN1"}, -{ERR_FUNC(SSL_F_SSL_USE_PRIVATEKEY_FILE), "SSL_use_PrivateKey_file"}, -{ERR_FUNC(SSL_F_SSL_USE_PSK_IDENTITY_HINT), "SSL_use_psk_identity_hint"}, -{ERR_FUNC(SSL_F_SSL_USE_RSAPRIVATEKEY), "SSL_use_RSAPrivateKey"}, -{ERR_FUNC(SSL_F_SSL_USE_RSAPRIVATEKEY_ASN1), "SSL_use_RSAPrivateKey_ASN1"}, -{ERR_FUNC(SSL_F_SSL_USE_RSAPRIVATEKEY_FILE), "SSL_use_RSAPrivateKey_file"}, -{ERR_FUNC(SSL_F_SSL_VERIFY_CERT_CHAIN), "SSL_VERIFY_CERT_CHAIN"}, -{ERR_FUNC(SSL_F_SSL_WRITE), "SSL_write"}, -{ERR_FUNC(SSL_F_TLS1_CERT_VERIFY_MAC), "tls1_cert_verify_mac"}, -{ERR_FUNC(SSL_F_TLS1_CHANGE_CIPHER_STATE), "TLS1_CHANGE_CIPHER_STATE"}, -{ERR_FUNC(SSL_F_TLS1_CHECK_SERVERHELLO_TLSEXT), "TLS1_CHECK_SERVERHELLO_TLSEXT"}, -{ERR_FUNC(SSL_F_TLS1_ENC), "TLS1_ENC"}, -{ERR_FUNC(SSL_F_TLS1_EXPORT_KEYING_MATERIAL), "TLS1_EXPORT_KEYING_MATERIAL"}, -{ERR_FUNC(SSL_F_TLS1_HEARTBEAT), "SSL_F_TLS1_HEARTBEAT"}, -{ERR_FUNC(SSL_F_TLS1_PREPARE_CLIENTHELLO_TLSEXT), "TLS1_PREPARE_CLIENTHELLO_TLSEXT"}, -{ERR_FUNC(SSL_F_TLS1_PREPARE_SERVERHELLO_TLSEXT), "TLS1_PREPARE_SERVERHELLO_TLSEXT"}, -{ERR_FUNC(SSL_F_TLS1_PRF), "tls1_prf"}, -{ERR_FUNC(SSL_F_TLS1_SETUP_KEY_BLOCK), "TLS1_SETUP_KEY_BLOCK"}, -{ERR_FUNC(SSL_F_WRITE_PENDING), "WRITE_PENDING"}, -{0,NULL} - }; +static ERR_STRING_DATA SSL_str_functs[] = { + {ERR_FUNC(SSL_F_CHECK_SUITEB_CIPHER_LIST), "CHECK_SUITEB_CIPHER_LIST"}, + {ERR_FUNC(SSL_F_CLIENT_CERTIFICATE), "CLIENT_CERTIFICATE"}, + {ERR_FUNC(SSL_F_CLIENT_FINISHED), "CLIENT_FINISHED"}, + {ERR_FUNC(SSL_F_CLIENT_HELLO), "CLIENT_HELLO"}, + {ERR_FUNC(SSL_F_CLIENT_MASTER_KEY), "CLIENT_MASTER_KEY"}, + {ERR_FUNC(SSL_F_D2I_SSL_SESSION), "d2i_SSL_SESSION"}, + {ERR_FUNC(SSL_F_DO_DTLS1_WRITE), "do_dtls1_write"}, + {ERR_FUNC(SSL_F_DO_SSL3_WRITE), "DO_SSL3_WRITE"}, + {ERR_FUNC(SSL_F_DTLS1_ACCEPT), "dtls1_accept"}, + {ERR_FUNC(SSL_F_DTLS1_ADD_CERT_TO_BUF), "DTLS1_ADD_CERT_TO_BUF"}, + {ERR_FUNC(SSL_F_DTLS1_BUFFER_RECORD), "DTLS1_BUFFER_RECORD"}, + {ERR_FUNC(SSL_F_DTLS1_CHECK_TIMEOUT_NUM), "dtls1_check_timeout_num"}, + {ERR_FUNC(SSL_F_DTLS1_CLIENT_HELLO), "dtls1_client_hello"}, + {ERR_FUNC(SSL_F_DTLS1_CONNECT), "dtls1_connect"}, + {ERR_FUNC(SSL_F_DTLS1_GET_HELLO_VERIFY), "DTLS1_GET_HELLO_VERIFY"}, + {ERR_FUNC(SSL_F_DTLS1_GET_MESSAGE), "dtls1_get_message"}, + {ERR_FUNC(SSL_F_DTLS1_GET_MESSAGE_FRAGMENT), + "DTLS1_GET_MESSAGE_FRAGMENT"}, + {ERR_FUNC(SSL_F_DTLS1_GET_RECORD), "dtls1_get_record"}, + {ERR_FUNC(SSL_F_DTLS1_HANDLE_TIMEOUT), "dtls1_handle_timeout"}, + {ERR_FUNC(SSL_F_DTLS1_HEARTBEAT), "dtls1_heartbeat"}, + {ERR_FUNC(SSL_F_DTLS1_OUTPUT_CERT_CHAIN), "dtls1_output_cert_chain"}, + {ERR_FUNC(SSL_F_DTLS1_PREPROCESS_FRAGMENT), "DTLS1_PREPROCESS_FRAGMENT"}, + {ERR_FUNC(SSL_F_DTLS1_PROCESS_OUT_OF_SEQ_MESSAGE), + "DTLS1_PROCESS_OUT_OF_SEQ_MESSAGE"}, + {ERR_FUNC(SSL_F_DTLS1_PROCESS_RECORD), "DTLS1_PROCESS_RECORD"}, + {ERR_FUNC(SSL_F_DTLS1_READ_BYTES), "dtls1_read_bytes"}, + {ERR_FUNC(SSL_F_DTLS1_READ_FAILED), "dtls1_read_failed"}, + {ERR_FUNC(SSL_F_DTLS1_SEND_CERTIFICATE_REQUEST), + "dtls1_send_certificate_request"}, + {ERR_FUNC(SSL_F_DTLS1_SEND_CLIENT_CERTIFICATE), + "dtls1_send_client_certificate"}, + {ERR_FUNC(SSL_F_DTLS1_SEND_CLIENT_KEY_EXCHANGE), + "dtls1_send_client_key_exchange"}, + {ERR_FUNC(SSL_F_DTLS1_SEND_CLIENT_VERIFY), "dtls1_send_client_verify"}, + {ERR_FUNC(SSL_F_DTLS1_SEND_HELLO_VERIFY_REQUEST), + "DTLS1_SEND_HELLO_VERIFY_REQUEST"}, + {ERR_FUNC(SSL_F_DTLS1_SEND_SERVER_CERTIFICATE), + "dtls1_send_server_certificate"}, + {ERR_FUNC(SSL_F_DTLS1_SEND_SERVER_HELLO), "dtls1_send_server_hello"}, + {ERR_FUNC(SSL_F_DTLS1_SEND_SERVER_KEY_EXCHANGE), + "dtls1_send_server_key_exchange"}, + {ERR_FUNC(SSL_F_DTLS1_WRITE_APP_DATA_BYTES), + "dtls1_write_app_data_bytes"}, + {ERR_FUNC(SSL_F_GET_CLIENT_FINISHED), "GET_CLIENT_FINISHED"}, + {ERR_FUNC(SSL_F_GET_CLIENT_HELLO), "GET_CLIENT_HELLO"}, + {ERR_FUNC(SSL_F_GET_CLIENT_MASTER_KEY), "GET_CLIENT_MASTER_KEY"}, + {ERR_FUNC(SSL_F_GET_SERVER_FINISHED), "GET_SERVER_FINISHED"}, + {ERR_FUNC(SSL_F_GET_SERVER_HELLO), "GET_SERVER_HELLO"}, + {ERR_FUNC(SSL_F_GET_SERVER_VERIFY), "GET_SERVER_VERIFY"}, + {ERR_FUNC(SSL_F_I2D_SSL_SESSION), "i2d_SSL_SESSION"}, + {ERR_FUNC(SSL_F_READ_N), "READ_N"}, + {ERR_FUNC(SSL_F_REQUEST_CERTIFICATE), "REQUEST_CERTIFICATE"}, + {ERR_FUNC(SSL_F_SERVER_FINISH), "SERVER_FINISH"}, + {ERR_FUNC(SSL_F_SERVER_HELLO), "SERVER_HELLO"}, + {ERR_FUNC(SSL_F_SERVER_VERIFY), "SERVER_VERIFY"}, + {ERR_FUNC(SSL_F_SSL23_ACCEPT), "ssl23_accept"}, + {ERR_FUNC(SSL_F_SSL23_CLIENT_HELLO), "SSL23_CLIENT_HELLO"}, + {ERR_FUNC(SSL_F_SSL23_CONNECT), "ssl23_connect"}, + {ERR_FUNC(SSL_F_SSL23_GET_CLIENT_HELLO), "SSL23_GET_CLIENT_HELLO"}, + {ERR_FUNC(SSL_F_SSL23_GET_SERVER_HELLO), "SSL23_GET_SERVER_HELLO"}, + {ERR_FUNC(SSL_F_SSL23_PEEK), "ssl23_peek"}, + {ERR_FUNC(SSL_F_SSL23_READ), "ssl23_read"}, + {ERR_FUNC(SSL_F_SSL23_WRITE), "ssl23_write"}, + {ERR_FUNC(SSL_F_SSL2_ACCEPT), "ssl2_accept"}, + {ERR_FUNC(SSL_F_SSL2_CONNECT), "ssl2_connect"}, + {ERR_FUNC(SSL_F_SSL2_ENC_INIT), "ssl2_enc_init"}, + {ERR_FUNC(SSL_F_SSL2_GENERATE_KEY_MATERIAL), + "ssl2_generate_key_material"}, + {ERR_FUNC(SSL_F_SSL2_PEEK), "ssl2_peek"}, + {ERR_FUNC(SSL_F_SSL2_READ), "ssl2_read"}, + {ERR_FUNC(SSL_F_SSL2_READ_INTERNAL), "SSL2_READ_INTERNAL"}, + {ERR_FUNC(SSL_F_SSL2_SET_CERTIFICATE), "ssl2_set_certificate"}, + {ERR_FUNC(SSL_F_SSL2_WRITE), "ssl2_write"}, + {ERR_FUNC(SSL_F_SSL3_ACCEPT), "ssl3_accept"}, + {ERR_FUNC(SSL_F_SSL3_ADD_CERT_TO_BUF), "SSL3_ADD_CERT_TO_BUF"}, + {ERR_FUNC(SSL_F_SSL3_CALLBACK_CTRL), "ssl3_callback_ctrl"}, + {ERR_FUNC(SSL_F_SSL3_CHANGE_CIPHER_STATE), "ssl3_change_cipher_state"}, + {ERR_FUNC(SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM), + "ssl3_check_cert_and_algorithm"}, + {ERR_FUNC(SSL_F_SSL3_CHECK_CLIENT_HELLO), "ssl3_check_client_hello"}, + {ERR_FUNC(SSL_F_SSL3_CLIENT_HELLO), "ssl3_client_hello"}, + {ERR_FUNC(SSL_F_SSL3_CONNECT), "ssl3_connect"}, + {ERR_FUNC(SSL_F_SSL3_CTRL), "ssl3_ctrl"}, + {ERR_FUNC(SSL_F_SSL3_CTX_CTRL), "ssl3_ctx_ctrl"}, + {ERR_FUNC(SSL_F_SSL3_DIGEST_CACHED_RECORDS), + "ssl3_digest_cached_records"}, + {ERR_FUNC(SSL_F_SSL3_DO_CHANGE_CIPHER_SPEC), + "ssl3_do_change_cipher_spec"}, + {ERR_FUNC(SSL_F_SSL3_ENC), "ssl3_enc"}, + {ERR_FUNC(SSL_F_SSL3_GENERATE_KEY_BLOCK), "SSL3_GENERATE_KEY_BLOCK"}, + {ERR_FUNC(SSL_F_SSL3_GET_CERTIFICATE_REQUEST), + "ssl3_get_certificate_request"}, + {ERR_FUNC(SSL_F_SSL3_GET_CERT_STATUS), "ssl3_get_cert_status"}, + {ERR_FUNC(SSL_F_SSL3_GET_CERT_VERIFY), "ssl3_get_cert_verify"}, + {ERR_FUNC(SSL_F_SSL3_GET_CLIENT_CERTIFICATE), + "ssl3_get_client_certificate"}, + {ERR_FUNC(SSL_F_SSL3_GET_CLIENT_HELLO), "ssl3_get_client_hello"}, + {ERR_FUNC(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE), + "ssl3_get_client_key_exchange"}, + {ERR_FUNC(SSL_F_SSL3_GET_FINISHED), "ssl3_get_finished"}, + {ERR_FUNC(SSL_F_SSL3_GET_KEY_EXCHANGE), "ssl3_get_key_exchange"}, + {ERR_FUNC(SSL_F_SSL3_GET_MESSAGE), "ssl3_get_message"}, + {ERR_FUNC(SSL_F_SSL3_GET_NEW_SESSION_TICKET), + "ssl3_get_new_session_ticket"}, + {ERR_FUNC(SSL_F_SSL3_GET_NEXT_PROTO), "ssl3_get_next_proto"}, + {ERR_FUNC(SSL_F_SSL3_GET_RECORD), "SSL3_GET_RECORD"}, + {ERR_FUNC(SSL_F_SSL3_GET_SERVER_CERTIFICATE), + "ssl3_get_server_certificate"}, + {ERR_FUNC(SSL_F_SSL3_GET_SERVER_DONE), "ssl3_get_server_done"}, + {ERR_FUNC(SSL_F_SSL3_GET_SERVER_HELLO), "ssl3_get_server_hello"}, + {ERR_FUNC(SSL_F_SSL3_HANDSHAKE_MAC), "ssl3_handshake_mac"}, + {ERR_FUNC(SSL_F_SSL3_NEW_SESSION_TICKET), "SSL3_NEW_SESSION_TICKET"}, + {ERR_FUNC(SSL_F_SSL3_OUTPUT_CERT_CHAIN), "ssl3_output_cert_chain"}, + {ERR_FUNC(SSL_F_SSL3_PEEK), "ssl3_peek"}, + {ERR_FUNC(SSL_F_SSL3_READ_BYTES), "ssl3_read_bytes"}, + {ERR_FUNC(SSL_F_SSL3_READ_N), "ssl3_read_n"}, + {ERR_FUNC(SSL_F_SSL3_SEND_CERTIFICATE_REQUEST), + "ssl3_send_certificate_request"}, + {ERR_FUNC(SSL_F_SSL3_SEND_CLIENT_CERTIFICATE), + "ssl3_send_client_certificate"}, + {ERR_FUNC(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE), + "ssl3_send_client_key_exchange"}, + {ERR_FUNC(SSL_F_SSL3_SEND_CLIENT_VERIFY), "ssl3_send_client_verify"}, + {ERR_FUNC(SSL_F_SSL3_SEND_SERVER_CERTIFICATE), + "ssl3_send_server_certificate"}, + {ERR_FUNC(SSL_F_SSL3_SEND_SERVER_HELLO), "ssl3_send_server_hello"}, + {ERR_FUNC(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE), + "ssl3_send_server_key_exchange"}, + {ERR_FUNC(SSL_F_SSL3_SETUP_KEY_BLOCK), "ssl3_setup_key_block"}, + {ERR_FUNC(SSL_F_SSL3_SETUP_READ_BUFFER), "ssl3_setup_read_buffer"}, + {ERR_FUNC(SSL_F_SSL3_SETUP_WRITE_BUFFER), "ssl3_setup_write_buffer"}, + {ERR_FUNC(SSL_F_SSL3_WRITE_BYTES), "ssl3_write_bytes"}, + {ERR_FUNC(SSL_F_SSL3_WRITE_PENDING), "ssl3_write_pending"}, + {ERR_FUNC(SSL_F_SSL_ADD_CERT_CHAIN), "ssl_add_cert_chain"}, + {ERR_FUNC(SSL_F_SSL_ADD_CERT_TO_BUF), "SSL_ADD_CERT_TO_BUF"}, + {ERR_FUNC(SSL_F_SSL_ADD_CLIENTHELLO_RENEGOTIATE_EXT), + "ssl_add_clienthello_renegotiate_ext"}, + {ERR_FUNC(SSL_F_SSL_ADD_CLIENTHELLO_TLSEXT), + "ssl_add_clienthello_tlsext"}, + {ERR_FUNC(SSL_F_SSL_ADD_CLIENTHELLO_USE_SRTP_EXT), + "ssl_add_clienthello_use_srtp_ext"}, + {ERR_FUNC(SSL_F_SSL_ADD_DIR_CERT_SUBJECTS_TO_STACK), + "SSL_add_dir_cert_subjects_to_stack"}, + {ERR_FUNC(SSL_F_SSL_ADD_FILE_CERT_SUBJECTS_TO_STACK), + "SSL_add_file_cert_subjects_to_stack"}, + {ERR_FUNC(SSL_F_SSL_ADD_SERVERHELLO_RENEGOTIATE_EXT), + "ssl_add_serverhello_renegotiate_ext"}, + {ERR_FUNC(SSL_F_SSL_ADD_SERVERHELLO_TLSEXT), + "ssl_add_serverhello_tlsext"}, + {ERR_FUNC(SSL_F_SSL_ADD_SERVERHELLO_USE_SRTP_EXT), + "ssl_add_serverhello_use_srtp_ext"}, + {ERR_FUNC(SSL_F_SSL_BAD_METHOD), "ssl_bad_method"}, + {ERR_FUNC(SSL_F_SSL_BUILD_CERT_CHAIN), "ssl_build_cert_chain"}, + {ERR_FUNC(SSL_F_SSL_BYTES_TO_CIPHER_LIST), "ssl_bytes_to_cipher_list"}, + {ERR_FUNC(SSL_F_SSL_CERT_DUP), "ssl_cert_dup"}, + {ERR_FUNC(SSL_F_SSL_CERT_INST), "ssl_cert_inst"}, + {ERR_FUNC(SSL_F_SSL_CERT_INSTANTIATE), "SSL_CERT_INSTANTIATE"}, + {ERR_FUNC(SSL_F_SSL_CERT_NEW), "ssl_cert_new"}, + {ERR_FUNC(SSL_F_SSL_CHECK_PRIVATE_KEY), "SSL_check_private_key"}, + {ERR_FUNC(SSL_F_SSL_CHECK_SERVERHELLO_TLSEXT), + "SSL_CHECK_SERVERHELLO_TLSEXT"}, + {ERR_FUNC(SSL_F_SSL_CHECK_SRVR_ECC_CERT_AND_ALG), + "ssl_check_srvr_ecc_cert_and_alg"}, + {ERR_FUNC(SSL_F_SSL_CIPHER_PROCESS_RULESTR), + "SSL_CIPHER_PROCESS_RULESTR"}, + {ERR_FUNC(SSL_F_SSL_CIPHER_STRENGTH_SORT), "SSL_CIPHER_STRENGTH_SORT"}, + {ERR_FUNC(SSL_F_SSL_CLEAR), "SSL_clear"}, + {ERR_FUNC(SSL_F_SSL_COMP_ADD_COMPRESSION_METHOD), + "SSL_COMP_add_compression_method"}, + {ERR_FUNC(SSL_F_SSL_CONF_CMD), "SSL_CONF_cmd"}, + {ERR_FUNC(SSL_F_SSL_CREATE_CIPHER_LIST), "ssl_create_cipher_list"}, + {ERR_FUNC(SSL_F_SSL_CTRL), "SSL_ctrl"}, + {ERR_FUNC(SSL_F_SSL_CTX_CHECK_PRIVATE_KEY), "SSL_CTX_check_private_key"}, + {ERR_FUNC(SSL_F_SSL_CTX_MAKE_PROFILES), "SSL_CTX_MAKE_PROFILES"}, + {ERR_FUNC(SSL_F_SSL_CTX_NEW), "SSL_CTX_new"}, + {ERR_FUNC(SSL_F_SSL_CTX_SET_CIPHER_LIST), "SSL_CTX_set_cipher_list"}, + {ERR_FUNC(SSL_F_SSL_CTX_SET_CLIENT_CERT_ENGINE), + "SSL_CTX_set_client_cert_engine"}, + {ERR_FUNC(SSL_F_SSL_CTX_SET_PURPOSE), "SSL_CTX_set_purpose"}, + {ERR_FUNC(SSL_F_SSL_CTX_SET_SESSION_ID_CONTEXT), + "SSL_CTX_set_session_id_context"}, + {ERR_FUNC(SSL_F_SSL_CTX_SET_SSL_VERSION), "SSL_CTX_set_ssl_version"}, + {ERR_FUNC(SSL_F_SSL_CTX_SET_TRUST), "SSL_CTX_set_trust"}, + {ERR_FUNC(SSL_F_SSL_CTX_USE_CERTIFICATE), "SSL_CTX_use_certificate"}, + {ERR_FUNC(SSL_F_SSL_CTX_USE_CERTIFICATE_ASN1), + "SSL_CTX_use_certificate_ASN1"}, + {ERR_FUNC(SSL_F_SSL_CTX_USE_CERTIFICATE_CHAIN_FILE), + "SSL_CTX_use_certificate_chain_file"}, + {ERR_FUNC(SSL_F_SSL_CTX_USE_CERTIFICATE_FILE), + "SSL_CTX_use_certificate_file"}, + {ERR_FUNC(SSL_F_SSL_CTX_USE_PRIVATEKEY), "SSL_CTX_use_PrivateKey"}, + {ERR_FUNC(SSL_F_SSL_CTX_USE_PRIVATEKEY_ASN1), + "SSL_CTX_use_PrivateKey_ASN1"}, + {ERR_FUNC(SSL_F_SSL_CTX_USE_PRIVATEKEY_FILE), + "SSL_CTX_use_PrivateKey_file"}, + {ERR_FUNC(SSL_F_SSL_CTX_USE_PSK_IDENTITY_HINT), + "SSL_CTX_use_psk_identity_hint"}, + {ERR_FUNC(SSL_F_SSL_CTX_USE_RSAPRIVATEKEY), "SSL_CTX_use_RSAPrivateKey"}, + {ERR_FUNC(SSL_F_SSL_CTX_USE_RSAPRIVATEKEY_ASN1), + "SSL_CTX_use_RSAPrivateKey_ASN1"}, + {ERR_FUNC(SSL_F_SSL_CTX_USE_RSAPRIVATEKEY_FILE), + "SSL_CTX_use_RSAPrivateKey_file"}, + {ERR_FUNC(SSL_F_SSL_CTX_USE_SERVERINFO), "SSL_CTX_use_serverinfo"}, + {ERR_FUNC(SSL_F_SSL_CTX_USE_SERVERINFO_FILE), + "SSL_CTX_use_serverinfo_file"}, + {ERR_FUNC(SSL_F_SSL_DO_HANDSHAKE), "SSL_do_handshake"}, + {ERR_FUNC(SSL_F_SSL_GET_NEW_SESSION), "ssl_get_new_session"}, + {ERR_FUNC(SSL_F_SSL_GET_PREV_SESSION), "ssl_get_prev_session"}, + {ERR_FUNC(SSL_F_SSL_GET_SERVER_CERT_INDEX), "SSL_GET_SERVER_CERT_INDEX"}, + {ERR_FUNC(SSL_F_SSL_GET_SERVER_SEND_CERT), "SSL_GET_SERVER_SEND_CERT"}, + {ERR_FUNC(SSL_F_SSL_GET_SERVER_SEND_PKEY), "ssl_get_server_send_pkey"}, + {ERR_FUNC(SSL_F_SSL_GET_SIGN_PKEY), "ssl_get_sign_pkey"}, + {ERR_FUNC(SSL_F_SSL_INIT_WBIO_BUFFER), "ssl_init_wbio_buffer"}, + {ERR_FUNC(SSL_F_SSL_LOAD_CLIENT_CA_FILE), "SSL_load_client_CA_file"}, + {ERR_FUNC(SSL_F_SSL_NEW), "SSL_new"}, + {ERR_FUNC(SSL_F_SSL_PARSE_CLIENTHELLO_RENEGOTIATE_EXT), + "ssl_parse_clienthello_renegotiate_ext"}, + {ERR_FUNC(SSL_F_SSL_PARSE_CLIENTHELLO_TLSEXT), + "ssl_parse_clienthello_tlsext"}, + {ERR_FUNC(SSL_F_SSL_PARSE_CLIENTHELLO_USE_SRTP_EXT), + "ssl_parse_clienthello_use_srtp_ext"}, + {ERR_FUNC(SSL_F_SSL_PARSE_SERVERHELLO_RENEGOTIATE_EXT), + "ssl_parse_serverhello_renegotiate_ext"}, + {ERR_FUNC(SSL_F_SSL_PARSE_SERVERHELLO_TLSEXT), + "ssl_parse_serverhello_tlsext"}, + {ERR_FUNC(SSL_F_SSL_PARSE_SERVERHELLO_USE_SRTP_EXT), + "ssl_parse_serverhello_use_srtp_ext"}, + {ERR_FUNC(SSL_F_SSL_PEEK), "SSL_peek"}, + {ERR_FUNC(SSL_F_SSL_PREPARE_CLIENTHELLO_TLSEXT), + "ssl_prepare_clienthello_tlsext"}, + {ERR_FUNC(SSL_F_SSL_PREPARE_SERVERHELLO_TLSEXT), + "ssl_prepare_serverhello_tlsext"}, + {ERR_FUNC(SSL_F_SSL_READ), "SSL_read"}, + {ERR_FUNC(SSL_F_SSL_RSA_PRIVATE_DECRYPT), "SSL_RSA_PRIVATE_DECRYPT"}, + {ERR_FUNC(SSL_F_SSL_RSA_PUBLIC_ENCRYPT), "SSL_RSA_PUBLIC_ENCRYPT"}, + {ERR_FUNC(SSL_F_SSL_SCAN_CLIENTHELLO_TLSEXT), + "SSL_SCAN_CLIENTHELLO_TLSEXT"}, + {ERR_FUNC(SSL_F_SSL_SCAN_SERVERHELLO_TLSEXT), + "SSL_SCAN_SERVERHELLO_TLSEXT"}, + {ERR_FUNC(SSL_F_SSL_SESSION_NEW), "SSL_SESSION_new"}, + {ERR_FUNC(SSL_F_SSL_SESSION_PRINT_FP), "SSL_SESSION_print_fp"}, + {ERR_FUNC(SSL_F_SSL_SESSION_SET1_ID_CONTEXT), + "SSL_SESSION_set1_id_context"}, + {ERR_FUNC(SSL_F_SSL_SESS_CERT_NEW), "ssl_sess_cert_new"}, + {ERR_FUNC(SSL_F_SSL_SET_CERT), "SSL_SET_CERT"}, + {ERR_FUNC(SSL_F_SSL_SET_CIPHER_LIST), "SSL_set_cipher_list"}, + {ERR_FUNC(SSL_F_SSL_SET_FD), "SSL_set_fd"}, + {ERR_FUNC(SSL_F_SSL_SET_PKEY), "SSL_SET_PKEY"}, + {ERR_FUNC(SSL_F_SSL_SET_PURPOSE), "SSL_set_purpose"}, + {ERR_FUNC(SSL_F_SSL_SET_RFD), "SSL_set_rfd"}, + {ERR_FUNC(SSL_F_SSL_SET_SESSION), "SSL_set_session"}, + {ERR_FUNC(SSL_F_SSL_SET_SESSION_ID_CONTEXT), + "SSL_set_session_id_context"}, + {ERR_FUNC(SSL_F_SSL_SET_SESSION_TICKET_EXT), + "SSL_set_session_ticket_ext"}, + {ERR_FUNC(SSL_F_SSL_SET_TRUST), "SSL_set_trust"}, + {ERR_FUNC(SSL_F_SSL_SET_WFD), "SSL_set_wfd"}, + {ERR_FUNC(SSL_F_SSL_SHUTDOWN), "SSL_shutdown"}, + {ERR_FUNC(SSL_F_SSL_SRP_CTX_INIT), "SSL_SRP_CTX_init"}, + {ERR_FUNC(SSL_F_SSL_UNDEFINED_CONST_FUNCTION), + "ssl_undefined_const_function"}, + {ERR_FUNC(SSL_F_SSL_UNDEFINED_FUNCTION), "ssl_undefined_function"}, + {ERR_FUNC(SSL_F_SSL_UNDEFINED_VOID_FUNCTION), + "ssl_undefined_void_function"}, + {ERR_FUNC(SSL_F_SSL_USE_CERTIFICATE), "SSL_use_certificate"}, + {ERR_FUNC(SSL_F_SSL_USE_CERTIFICATE_ASN1), "SSL_use_certificate_ASN1"}, + {ERR_FUNC(SSL_F_SSL_USE_CERTIFICATE_FILE), "SSL_use_certificate_file"}, + {ERR_FUNC(SSL_F_SSL_USE_PRIVATEKEY), "SSL_use_PrivateKey"}, + {ERR_FUNC(SSL_F_SSL_USE_PRIVATEKEY_ASN1), "SSL_use_PrivateKey_ASN1"}, + {ERR_FUNC(SSL_F_SSL_USE_PRIVATEKEY_FILE), "SSL_use_PrivateKey_file"}, + {ERR_FUNC(SSL_F_SSL_USE_PSK_IDENTITY_HINT), "SSL_use_psk_identity_hint"}, + {ERR_FUNC(SSL_F_SSL_USE_RSAPRIVATEKEY), "SSL_use_RSAPrivateKey"}, + {ERR_FUNC(SSL_F_SSL_USE_RSAPRIVATEKEY_ASN1), + "SSL_use_RSAPrivateKey_ASN1"}, + {ERR_FUNC(SSL_F_SSL_USE_RSAPRIVATEKEY_FILE), + "SSL_use_RSAPrivateKey_file"}, + {ERR_FUNC(SSL_F_SSL_VERIFY_CERT_CHAIN), "ssl_verify_cert_chain"}, + {ERR_FUNC(SSL_F_SSL_WRITE), "SSL_write"}, + {ERR_FUNC(SSL_F_TLS12_CHECK_PEER_SIGALG), "tls12_check_peer_sigalg"}, + {ERR_FUNC(SSL_F_TLS1_CERT_VERIFY_MAC), "tls1_cert_verify_mac"}, + {ERR_FUNC(SSL_F_TLS1_CHANGE_CIPHER_STATE), "tls1_change_cipher_state"}, + {ERR_FUNC(SSL_F_TLS1_CHECK_SERVERHELLO_TLSEXT), + "TLS1_CHECK_SERVERHELLO_TLSEXT"}, + {ERR_FUNC(SSL_F_TLS1_ENC), "tls1_enc"}, + {ERR_FUNC(SSL_F_TLS1_EXPORT_KEYING_MATERIAL), + "tls1_export_keying_material"}, + {ERR_FUNC(SSL_F_TLS1_GET_CURVELIST), "TLS1_GET_CURVELIST"}, + {ERR_FUNC(SSL_F_TLS1_HEARTBEAT), "tls1_heartbeat"}, + {ERR_FUNC(SSL_F_TLS1_PREPARE_CLIENTHELLO_TLSEXT), + "TLS1_PREPARE_CLIENTHELLO_TLSEXT"}, + {ERR_FUNC(SSL_F_TLS1_PREPARE_SERVERHELLO_TLSEXT), + "TLS1_PREPARE_SERVERHELLO_TLSEXT"}, + {ERR_FUNC(SSL_F_TLS1_PRF), "tls1_prf"}, + {ERR_FUNC(SSL_F_TLS1_SETUP_KEY_BLOCK), "tls1_setup_key_block"}, + {ERR_FUNC(SSL_F_TLS1_SET_SERVER_SIGALGS), "tls1_set_server_sigalgs"}, + {ERR_FUNC(SSL_F_WRITE_PENDING), "WRITE_PENDING"}, + {0, NULL} +}; -static ERR_STRING_DATA SSL_str_reasons[]= - { -{ERR_REASON(SSL_R_APP_DATA_IN_HANDSHAKE) ,"app data in handshake"}, -{ERR_REASON(SSL_R_ATTEMPT_TO_REUSE_SESSION_IN_DIFFERENT_CONTEXT),"attempt to reuse session in different context"}, -{ERR_REASON(SSL_R_BAD_ALERT_RECORD) ,"bad alert record"}, -{ERR_REASON(SSL_R_BAD_AUTHENTICATION_TYPE),"bad authentication type"}, -{ERR_REASON(SSL_R_BAD_CHANGE_CIPHER_SPEC),"bad change cipher spec"}, -{ERR_REASON(SSL_R_BAD_CHECKSUM) ,"bad checksum"}, -{ERR_REASON(SSL_R_BAD_DATA_RETURNED_BY_CALLBACK),"bad data returned by callback"}, -{ERR_REASON(SSL_R_BAD_DECOMPRESSION) ,"bad decompression"}, -{ERR_REASON(SSL_R_BAD_DH_G_LENGTH) ,"bad dh g length"}, -{ERR_REASON(SSL_R_BAD_DH_PUB_KEY_LENGTH) ,"bad dh pub key length"}, -{ERR_REASON(SSL_R_BAD_DH_P_LENGTH) ,"bad dh p length"}, -{ERR_REASON(SSL_R_BAD_DIGEST_LENGTH) ,"bad digest length"}, -{ERR_REASON(SSL_R_BAD_DSA_SIGNATURE) ,"bad dsa signature"}, -{ERR_REASON(SSL_R_BAD_ECC_CERT) ,"bad ecc cert"}, -{ERR_REASON(SSL_R_BAD_ECDSA_SIGNATURE) ,"bad ecdsa signature"}, -{ERR_REASON(SSL_R_BAD_ECPOINT) ,"bad ecpoint"}, -{ERR_REASON(SSL_R_BAD_HANDSHAKE_LENGTH) ,"bad handshake length"}, -{ERR_REASON(SSL_R_BAD_HELLO_REQUEST) ,"bad hello request"}, -{ERR_REASON(SSL_R_BAD_LENGTH) ,"bad length"}, -{ERR_REASON(SSL_R_BAD_MAC_DECODE) ,"bad mac decode"}, -{ERR_REASON(SSL_R_BAD_MAC_LENGTH) ,"bad mac length"}, -{ERR_REASON(SSL_R_BAD_MESSAGE_TYPE) ,"bad message type"}, -{ERR_REASON(SSL_R_BAD_PACKET_LENGTH) ,"bad packet length"}, -{ERR_REASON(SSL_R_BAD_PROTOCOL_VERSION_NUMBER),"bad protocol version number"}, -{ERR_REASON(SSL_R_BAD_PSK_IDENTITY_HINT_LENGTH),"bad psk identity hint length"}, -{ERR_REASON(SSL_R_BAD_RESPONSE_ARGUMENT) ,"bad response argument"}, -{ERR_REASON(SSL_R_BAD_RSA_DECRYPT) ,"bad rsa decrypt"}, -{ERR_REASON(SSL_R_BAD_RSA_ENCRYPT) ,"bad rsa encrypt"}, -{ERR_REASON(SSL_R_BAD_RSA_E_LENGTH) ,"bad rsa e length"}, -{ERR_REASON(SSL_R_BAD_RSA_MODULUS_LENGTH),"bad rsa modulus length"}, -{ERR_REASON(SSL_R_BAD_RSA_SIGNATURE) ,"bad rsa signature"}, -{ERR_REASON(SSL_R_BAD_SIGNATURE) ,"bad signature"}, -{ERR_REASON(SSL_R_BAD_SRP_A_LENGTH) ,"bad srp a length"}, -{ERR_REASON(SSL_R_BAD_SRP_B_LENGTH) ,"bad srp b length"}, -{ERR_REASON(SSL_R_BAD_SRP_G_LENGTH) ,"bad srp g length"}, -{ERR_REASON(SSL_R_BAD_SRP_N_LENGTH) ,"bad srp n length"}, -{ERR_REASON(SSL_R_BAD_SRP_PARAMETERS) ,"bad srp parameters"}, -{ERR_REASON(SSL_R_BAD_SRP_S_LENGTH) ,"bad srp s length"}, -{ERR_REASON(SSL_R_BAD_SRTP_MKI_VALUE) ,"bad srtp mki value"}, -{ERR_REASON(SSL_R_BAD_SRTP_PROTECTION_PROFILE_LIST),"bad srtp protection profile list"}, -{ERR_REASON(SSL_R_BAD_SSL_FILETYPE) ,"bad ssl filetype"}, -{ERR_REASON(SSL_R_BAD_SSL_SESSION_ID_LENGTH),"bad ssl session id length"}, -{ERR_REASON(SSL_R_BAD_STATE) ,"bad state"}, -{ERR_REASON(SSL_R_BAD_WRITE_RETRY) ,"bad write retry"}, -{ERR_REASON(SSL_R_BIO_NOT_SET) ,"bio not set"}, -{ERR_REASON(SSL_R_BLOCK_CIPHER_PAD_IS_WRONG),"block cipher pad is wrong"}, -{ERR_REASON(SSL_R_BN_LIB) ,"bn lib"}, -{ERR_REASON(SSL_R_CA_DN_LENGTH_MISMATCH) ,"ca dn length mismatch"}, -{ERR_REASON(SSL_R_CA_DN_TOO_LONG) ,"ca dn too long"}, -{ERR_REASON(SSL_R_CCS_RECEIVED_EARLY) ,"ccs received early"}, -{ERR_REASON(SSL_R_CERTIFICATE_VERIFY_FAILED),"certificate verify failed"}, -{ERR_REASON(SSL_R_CERT_LENGTH_MISMATCH) ,"cert length mismatch"}, -{ERR_REASON(SSL_R_CHALLENGE_IS_DIFFERENT),"challenge is different"}, -{ERR_REASON(SSL_R_CIPHER_CODE_WRONG_LENGTH),"cipher code wrong length"}, -{ERR_REASON(SSL_R_CIPHER_OR_HASH_UNAVAILABLE),"cipher or hash unavailable"}, -{ERR_REASON(SSL_R_CIPHER_TABLE_SRC_ERROR),"cipher table src error"}, -{ERR_REASON(SSL_R_CLIENTHELLO_TLSEXT) ,"clienthello tlsext"}, -{ERR_REASON(SSL_R_COMPRESSED_LENGTH_TOO_LONG),"compressed length too long"}, -{ERR_REASON(SSL_R_COMPRESSION_DISABLED) ,"compression disabled"}, -{ERR_REASON(SSL_R_COMPRESSION_FAILURE) ,"compression failure"}, -{ERR_REASON(SSL_R_COMPRESSION_ID_NOT_WITHIN_PRIVATE_RANGE),"compression id not within private range"}, -{ERR_REASON(SSL_R_COMPRESSION_LIBRARY_ERROR),"compression library error"}, -{ERR_REASON(SSL_R_CONNECTION_ID_IS_DIFFERENT),"connection id is different"}, -{ERR_REASON(SSL_R_CONNECTION_TYPE_NOT_SET),"connection type not set"}, -{ERR_REASON(SSL_R_COOKIE_MISMATCH) ,"cookie mismatch"}, -{ERR_REASON(SSL_R_DATA_BETWEEN_CCS_AND_FINISHED),"data between ccs and finished"}, -{ERR_REASON(SSL_R_DATA_LENGTH_TOO_LONG) ,"data length too long"}, -{ERR_REASON(SSL_R_DECRYPTION_FAILED) ,"decryption failed"}, -{ERR_REASON(SSL_R_DECRYPTION_FAILED_OR_BAD_RECORD_MAC),"decryption failed or bad record mac"}, -{ERR_REASON(SSL_R_DH_PUBLIC_VALUE_LENGTH_IS_WRONG),"dh public value length is wrong"}, -{ERR_REASON(SSL_R_DIGEST_CHECK_FAILED) ,"digest check failed"}, -{ERR_REASON(SSL_R_DTLS_MESSAGE_TOO_BIG) ,"dtls message too big"}, -{ERR_REASON(SSL_R_DUPLICATE_COMPRESSION_ID),"duplicate compression id"}, -{ERR_REASON(SSL_R_ECC_CERT_NOT_FOR_KEY_AGREEMENT),"ecc cert not for key agreement"}, -{ERR_REASON(SSL_R_ECC_CERT_NOT_FOR_SIGNING),"ecc cert not for signing"}, -{ERR_REASON(SSL_R_ECC_CERT_SHOULD_HAVE_RSA_SIGNATURE),"ecc cert should have rsa signature"}, -{ERR_REASON(SSL_R_ECC_CERT_SHOULD_HAVE_SHA1_SIGNATURE),"ecc cert should have sha1 signature"}, -{ERR_REASON(SSL_R_ECGROUP_TOO_LARGE_FOR_CIPHER),"ecgroup too large for cipher"}, -{ERR_REASON(SSL_R_EMPTY_SRTP_PROTECTION_PROFILE_LIST),"empty srtp protection profile list"}, -{ERR_REASON(SSL_R_ENCRYPTED_LENGTH_TOO_LONG),"encrypted length too long"}, -{ERR_REASON(SSL_R_ERROR_GENERATING_TMP_RSA_KEY),"error generating tmp rsa key"}, -{ERR_REASON(SSL_R_ERROR_IN_RECEIVED_CIPHER_LIST),"error in received cipher list"}, -{ERR_REASON(SSL_R_EXCESSIVE_MESSAGE_SIZE),"excessive message size"}, -{ERR_REASON(SSL_R_EXTRA_DATA_IN_MESSAGE) ,"extra data in message"}, -{ERR_REASON(SSL_R_GOT_A_FIN_BEFORE_A_CCS),"got a fin before a ccs"}, -{ERR_REASON(SSL_R_GOT_NEXT_PROTO_BEFORE_A_CCS),"got next proto before a ccs"}, -{ERR_REASON(SSL_R_GOT_NEXT_PROTO_WITHOUT_EXTENSION),"got next proto without seeing extension"}, -{ERR_REASON(SSL_R_HTTPS_PROXY_REQUEST) ,"https proxy request"}, -{ERR_REASON(SSL_R_HTTP_REQUEST) ,"http request"}, -{ERR_REASON(SSL_R_ILLEGAL_PADDING) ,"illegal padding"}, -{ERR_REASON(SSL_R_INAPPROPRIATE_FALLBACK),"inappropriate fallback"}, -{ERR_REASON(SSL_R_INCONSISTENT_COMPRESSION),"inconsistent compression"}, -{ERR_REASON(SSL_R_INVALID_CHALLENGE_LENGTH),"invalid challenge length"}, -{ERR_REASON(SSL_R_INVALID_COMMAND) ,"invalid command"}, -{ERR_REASON(SSL_R_INVALID_COMPRESSION_ALGORITHM),"invalid compression algorithm"}, -{ERR_REASON(SSL_R_INVALID_PURPOSE) ,"invalid purpose"}, -{ERR_REASON(SSL_R_INVALID_SRP_USERNAME) ,"invalid srp username"}, -{ERR_REASON(SSL_R_INVALID_STATUS_RESPONSE),"invalid status response"}, -{ERR_REASON(SSL_R_INVALID_TICKET_KEYS_LENGTH),"invalid ticket keys length"}, -{ERR_REASON(SSL_R_INVALID_TRUST) ,"invalid trust"}, -{ERR_REASON(SSL_R_KEY_ARG_TOO_LONG) ,"key arg too long"}, -{ERR_REASON(SSL_R_KRB5) ,"krb5"}, -{ERR_REASON(SSL_R_KRB5_C_CC_PRINC) ,"krb5 client cc principal (no tkt?)"}, -{ERR_REASON(SSL_R_KRB5_C_GET_CRED) ,"krb5 client get cred"}, -{ERR_REASON(SSL_R_KRB5_C_INIT) ,"krb5 client init"}, -{ERR_REASON(SSL_R_KRB5_C_MK_REQ) ,"krb5 client mk_req (expired tkt?)"}, -{ERR_REASON(SSL_R_KRB5_S_BAD_TICKET) ,"krb5 server bad ticket"}, -{ERR_REASON(SSL_R_KRB5_S_INIT) ,"krb5 server init"}, -{ERR_REASON(SSL_R_KRB5_S_RD_REQ) ,"krb5 server rd_req (keytab perms?)"}, -{ERR_REASON(SSL_R_KRB5_S_TKT_EXPIRED) ,"krb5 server tkt expired"}, -{ERR_REASON(SSL_R_KRB5_S_TKT_NYV) ,"krb5 server tkt not yet valid"}, -{ERR_REASON(SSL_R_KRB5_S_TKT_SKEW) ,"krb5 server tkt skew"}, -{ERR_REASON(SSL_R_LENGTH_MISMATCH) ,"length mismatch"}, -{ERR_REASON(SSL_R_LENGTH_TOO_SHORT) ,"length too short"}, -{ERR_REASON(SSL_R_LIBRARY_BUG) ,"library bug"}, -{ERR_REASON(SSL_R_LIBRARY_HAS_NO_CIPHERS),"library has no ciphers"}, -{ERR_REASON(SSL_R_MESSAGE_TOO_LONG) ,"message too long"}, -{ERR_REASON(SSL_R_MISSING_DH_DSA_CERT) ,"missing dh dsa cert"}, -{ERR_REASON(SSL_R_MISSING_DH_KEY) ,"missing dh key"}, -{ERR_REASON(SSL_R_MISSING_DH_RSA_CERT) ,"missing dh rsa cert"}, -{ERR_REASON(SSL_R_MISSING_DSA_SIGNING_CERT),"missing dsa signing cert"}, -{ERR_REASON(SSL_R_MISSING_EXPORT_TMP_DH_KEY),"missing export tmp dh key"}, -{ERR_REASON(SSL_R_MISSING_EXPORT_TMP_RSA_KEY),"missing export tmp rsa key"}, -{ERR_REASON(SSL_R_MISSING_RSA_CERTIFICATE),"missing rsa certificate"}, -{ERR_REASON(SSL_R_MISSING_RSA_ENCRYPTING_CERT),"missing rsa encrypting cert"}, -{ERR_REASON(SSL_R_MISSING_RSA_SIGNING_CERT),"missing rsa signing cert"}, -{ERR_REASON(SSL_R_MISSING_SRP_PARAM) ,"can't find SRP server param"}, -{ERR_REASON(SSL_R_MISSING_TMP_DH_KEY) ,"missing tmp dh key"}, -{ERR_REASON(SSL_R_MISSING_TMP_ECDH_KEY) ,"missing tmp ecdh key"}, -{ERR_REASON(SSL_R_MISSING_TMP_RSA_KEY) ,"missing tmp rsa key"}, -{ERR_REASON(SSL_R_MISSING_TMP_RSA_PKEY) ,"missing tmp rsa pkey"}, -{ERR_REASON(SSL_R_MISSING_VERIFY_MESSAGE),"missing verify message"}, -{ERR_REASON(SSL_R_MULTIPLE_SGC_RESTARTS) ,"multiple sgc restarts"}, -{ERR_REASON(SSL_R_NON_SSLV2_INITIAL_PACKET),"non sslv2 initial packet"}, -{ERR_REASON(SSL_R_NO_CERTIFICATES_RETURNED),"no certificates returned"}, -{ERR_REASON(SSL_R_NO_CERTIFICATE_ASSIGNED),"no certificate assigned"}, -{ERR_REASON(SSL_R_NO_CERTIFICATE_RETURNED),"no certificate returned"}, -{ERR_REASON(SSL_R_NO_CERTIFICATE_SET) ,"no certificate set"}, -{ERR_REASON(SSL_R_NO_CERTIFICATE_SPECIFIED),"no certificate specified"}, -{ERR_REASON(SSL_R_NO_CIPHERS_AVAILABLE) ,"no ciphers available"}, -{ERR_REASON(SSL_R_NO_CIPHERS_PASSED) ,"no ciphers passed"}, -{ERR_REASON(SSL_R_NO_CIPHERS_SPECIFIED) ,"no ciphers specified"}, -{ERR_REASON(SSL_R_NO_CIPHER_LIST) ,"no cipher list"}, -{ERR_REASON(SSL_R_NO_CIPHER_MATCH) ,"no cipher match"}, -{ERR_REASON(SSL_R_NO_CLIENT_CERT_METHOD) ,"no client cert method"}, -{ERR_REASON(SSL_R_NO_CLIENT_CERT_RECEIVED),"no client cert received"}, -{ERR_REASON(SSL_R_NO_COMPRESSION_SPECIFIED),"no compression specified"}, -{ERR_REASON(SSL_R_NO_GOST_CERTIFICATE_SENT_BY_PEER),"Peer haven't sent GOST certificate, required for selected ciphersuite"}, -{ERR_REASON(SSL_R_NO_METHOD_SPECIFIED) ,"no method specified"}, -{ERR_REASON(SSL_R_NO_PRIVATEKEY) ,"no privatekey"}, -{ERR_REASON(SSL_R_NO_PRIVATE_KEY_ASSIGNED),"no private key assigned"}, -{ERR_REASON(SSL_R_NO_PROTOCOLS_AVAILABLE),"no protocols available"}, -{ERR_REASON(SSL_R_NO_PUBLICKEY) ,"no publickey"}, -{ERR_REASON(SSL_R_NO_RENEGOTIATION) ,"no renegotiation"}, -{ERR_REASON(SSL_R_NO_REQUIRED_DIGEST) ,"digest requred for handshake isn't computed"}, -{ERR_REASON(SSL_R_NO_SHARED_CIPHER) ,"no shared cipher"}, -{ERR_REASON(SSL_R_NO_SRTP_PROFILES) ,"no srtp profiles"}, -{ERR_REASON(SSL_R_NO_VERIFY_CALLBACK) ,"no verify callback"}, -{ERR_REASON(SSL_R_NULL_SSL_CTX) ,"null ssl ctx"}, -{ERR_REASON(SSL_R_NULL_SSL_METHOD_PASSED),"null ssl method passed"}, -{ERR_REASON(SSL_R_OLD_SESSION_CIPHER_NOT_RETURNED),"old session cipher not returned"}, -{ERR_REASON(SSL_R_OLD_SESSION_COMPRESSION_ALGORITHM_NOT_RETURNED),"old session compression algorithm not returned"}, -{ERR_REASON(SSL_R_ONLY_TLS_ALLOWED_IN_FIPS_MODE),"only tls allowed in fips mode"}, -{ERR_REASON(SSL_R_OPAQUE_PRF_INPUT_TOO_LONG),"opaque PRF input too long"}, -{ERR_REASON(SSL_R_PACKET_LENGTH_TOO_LONG),"packet length too long"}, -{ERR_REASON(SSL_R_PARSE_TLSEXT) ,"parse tlsext"}, -{ERR_REASON(SSL_R_PATH_TOO_LONG) ,"path too long"}, -{ERR_REASON(SSL_R_PEER_DID_NOT_RETURN_A_CERTIFICATE),"peer did not return a certificate"}, -{ERR_REASON(SSL_R_PEER_ERROR) ,"peer error"}, -{ERR_REASON(SSL_R_PEER_ERROR_CERTIFICATE),"peer error certificate"}, -{ERR_REASON(SSL_R_PEER_ERROR_NO_CERTIFICATE),"peer error no certificate"}, -{ERR_REASON(SSL_R_PEER_ERROR_NO_CIPHER) ,"peer error no cipher"}, -{ERR_REASON(SSL_R_PEER_ERROR_UNSUPPORTED_CERTIFICATE_TYPE),"peer error unsupported certificate type"}, -{ERR_REASON(SSL_R_PRE_MAC_LENGTH_TOO_LONG),"pre mac length too long"}, -{ERR_REASON(SSL_R_PROBLEMS_MAPPING_CIPHER_FUNCTIONS),"problems mapping cipher functions"}, -{ERR_REASON(SSL_R_PROTOCOL_IS_SHUTDOWN) ,"protocol is shutdown"}, -{ERR_REASON(SSL_R_PSK_IDENTITY_NOT_FOUND),"psk identity not found"}, -{ERR_REASON(SSL_R_PSK_NO_CLIENT_CB) ,"psk no client cb"}, -{ERR_REASON(SSL_R_PSK_NO_SERVER_CB) ,"psk no server cb"}, -{ERR_REASON(SSL_R_PUBLIC_KEY_ENCRYPT_ERROR),"public key encrypt error"}, -{ERR_REASON(SSL_R_PUBLIC_KEY_IS_NOT_RSA) ,"public key is not rsa"}, -{ERR_REASON(SSL_R_PUBLIC_KEY_NOT_RSA) ,"public key not rsa"}, -{ERR_REASON(SSL_R_READ_BIO_NOT_SET) ,"read bio not set"}, -{ERR_REASON(SSL_R_READ_TIMEOUT_EXPIRED) ,"read timeout expired"}, -{ERR_REASON(SSL_R_READ_WRONG_PACKET_TYPE),"read wrong packet type"}, -{ERR_REASON(SSL_R_RECORD_LENGTH_MISMATCH),"record length mismatch"}, -{ERR_REASON(SSL_R_RECORD_TOO_LARGE) ,"record too large"}, -{ERR_REASON(SSL_R_RECORD_TOO_SMALL) ,"record too small"}, -{ERR_REASON(SSL_R_RENEGOTIATE_EXT_TOO_LONG),"renegotiate ext too long"}, -{ERR_REASON(SSL_R_RENEGOTIATION_ENCODING_ERR),"renegotiation encoding err"}, -{ERR_REASON(SSL_R_RENEGOTIATION_MISMATCH),"renegotiation mismatch"}, -{ERR_REASON(SSL_R_REQUIRED_CIPHER_MISSING),"required cipher missing"}, -{ERR_REASON(SSL_R_REQUIRED_COMPRESSSION_ALGORITHM_MISSING),"required compresssion algorithm missing"}, -{ERR_REASON(SSL_R_REUSE_CERT_LENGTH_NOT_ZERO),"reuse cert length not zero"}, -{ERR_REASON(SSL_R_REUSE_CERT_TYPE_NOT_ZERO),"reuse cert type not zero"}, -{ERR_REASON(SSL_R_REUSE_CIPHER_LIST_NOT_ZERO),"reuse cipher list not zero"}, -{ERR_REASON(SSL_R_SCSV_RECEIVED_WHEN_RENEGOTIATING),"scsv received when renegotiating"}, -{ERR_REASON(SSL_R_SERVERHELLO_TLSEXT) ,"serverhello tlsext"}, -{ERR_REASON(SSL_R_SESSION_ID_CONTEXT_UNINITIALIZED),"session id context uninitialized"}, -{ERR_REASON(SSL_R_SHORT_READ) ,"short read"}, -{ERR_REASON(SSL_R_SIGNATURE_ALGORITHMS_ERROR),"signature algorithms error"}, -{ERR_REASON(SSL_R_SIGNATURE_FOR_NON_SIGNING_CERTIFICATE),"signature for non signing certificate"}, -{ERR_REASON(SSL_R_SRP_A_CALC) ,"error with the srp params"}, -{ERR_REASON(SSL_R_SRTP_COULD_NOT_ALLOCATE_PROFILES),"srtp could not allocate profiles"}, -{ERR_REASON(SSL_R_SRTP_PROTECTION_PROFILE_LIST_TOO_LONG),"srtp protection profile list too long"}, -{ERR_REASON(SSL_R_SRTP_UNKNOWN_PROTECTION_PROFILE),"srtp unknown protection profile"}, -{ERR_REASON(SSL_R_SSL23_DOING_SESSION_ID_REUSE),"ssl23 doing session id reuse"}, -{ERR_REASON(SSL_R_SSL2_CONNECTION_ID_TOO_LONG),"ssl2 connection id too long"}, -{ERR_REASON(SSL_R_SSL3_EXT_INVALID_ECPOINTFORMAT),"ssl3 ext invalid ecpointformat"}, -{ERR_REASON(SSL_R_SSL3_EXT_INVALID_SERVERNAME),"ssl3 ext invalid servername"}, -{ERR_REASON(SSL_R_SSL3_EXT_INVALID_SERVERNAME_TYPE),"ssl3 ext invalid servername type"}, -{ERR_REASON(SSL_R_SSL3_SESSION_ID_TOO_LONG),"ssl3 session id too long"}, -{ERR_REASON(SSL_R_SSL3_SESSION_ID_TOO_SHORT),"ssl3 session id too short"}, -{ERR_REASON(SSL_R_SSLV3_ALERT_BAD_CERTIFICATE),"sslv3 alert bad certificate"}, -{ERR_REASON(SSL_R_SSLV3_ALERT_BAD_RECORD_MAC),"sslv3 alert bad record mac"}, -{ERR_REASON(SSL_R_SSLV3_ALERT_CERTIFICATE_EXPIRED),"sslv3 alert certificate expired"}, -{ERR_REASON(SSL_R_SSLV3_ALERT_CERTIFICATE_REVOKED),"sslv3 alert certificate revoked"}, -{ERR_REASON(SSL_R_SSLV3_ALERT_CERTIFICATE_UNKNOWN),"sslv3 alert certificate unknown"}, -{ERR_REASON(SSL_R_SSLV3_ALERT_DECOMPRESSION_FAILURE),"sslv3 alert decompression failure"}, -{ERR_REASON(SSL_R_SSLV3_ALERT_HANDSHAKE_FAILURE),"sslv3 alert handshake failure"}, -{ERR_REASON(SSL_R_SSLV3_ALERT_ILLEGAL_PARAMETER),"sslv3 alert illegal parameter"}, -{ERR_REASON(SSL_R_SSLV3_ALERT_NO_CERTIFICATE),"sslv3 alert no certificate"}, -{ERR_REASON(SSL_R_SSLV3_ALERT_UNEXPECTED_MESSAGE),"sslv3 alert unexpected message"}, -{ERR_REASON(SSL_R_SSLV3_ALERT_UNSUPPORTED_CERTIFICATE),"sslv3 alert unsupported certificate"}, -{ERR_REASON(SSL_R_SSL_CTX_HAS_NO_DEFAULT_SSL_VERSION),"ssl ctx has no default ssl version"}, -{ERR_REASON(SSL_R_SSL_HANDSHAKE_FAILURE) ,"ssl handshake failure"}, -{ERR_REASON(SSL_R_SSL_LIBRARY_HAS_NO_CIPHERS),"ssl library has no ciphers"}, -{ERR_REASON(SSL_R_SSL_SESSION_ID_CALLBACK_FAILED),"ssl session id callback failed"}, -{ERR_REASON(SSL_R_SSL_SESSION_ID_CONFLICT),"ssl session id conflict"}, -{ERR_REASON(SSL_R_SSL_SESSION_ID_CONTEXT_TOO_LONG),"ssl session id context too long"}, -{ERR_REASON(SSL_R_SSL_SESSION_ID_HAS_BAD_LENGTH),"ssl session id has bad length"}, -{ERR_REASON(SSL_R_SSL_SESSION_ID_IS_DIFFERENT),"ssl session id is different"}, -{ERR_REASON(SSL_R_TLSV1_ALERT_ACCESS_DENIED),"tlsv1 alert access denied"}, -{ERR_REASON(SSL_R_TLSV1_ALERT_DECODE_ERROR),"tlsv1 alert decode error"}, -{ERR_REASON(SSL_R_TLSV1_ALERT_DECRYPTION_FAILED),"tlsv1 alert decryption failed"}, -{ERR_REASON(SSL_R_TLSV1_ALERT_DECRYPT_ERROR),"tlsv1 alert decrypt error"}, -{ERR_REASON(SSL_R_TLSV1_ALERT_EXPORT_RESTRICTION),"tlsv1 alert export restriction"}, -{ERR_REASON(SSL_R_TLSV1_ALERT_INAPPROPRIATE_FALLBACK),"tlsv1 alert inappropriate fallback"}, -{ERR_REASON(SSL_R_TLSV1_ALERT_INSUFFICIENT_SECURITY),"tlsv1 alert insufficient security"}, -{ERR_REASON(SSL_R_TLSV1_ALERT_INTERNAL_ERROR),"tlsv1 alert internal error"}, -{ERR_REASON(SSL_R_TLSV1_ALERT_NO_RENEGOTIATION),"tlsv1 alert no renegotiation"}, -{ERR_REASON(SSL_R_TLSV1_ALERT_PROTOCOL_VERSION),"tlsv1 alert protocol version"}, -{ERR_REASON(SSL_R_TLSV1_ALERT_RECORD_OVERFLOW),"tlsv1 alert record overflow"}, -{ERR_REASON(SSL_R_TLSV1_ALERT_UNKNOWN_CA),"tlsv1 alert unknown ca"}, -{ERR_REASON(SSL_R_TLSV1_ALERT_USER_CANCELLED),"tlsv1 alert user cancelled"}, -{ERR_REASON(SSL_R_TLSV1_BAD_CERTIFICATE_HASH_VALUE),"tlsv1 bad certificate hash value"}, -{ERR_REASON(SSL_R_TLSV1_BAD_CERTIFICATE_STATUS_RESPONSE),"tlsv1 bad certificate status response"}, -{ERR_REASON(SSL_R_TLSV1_CERTIFICATE_UNOBTAINABLE),"tlsv1 certificate unobtainable"}, -{ERR_REASON(SSL_R_TLSV1_UNRECOGNIZED_NAME),"tlsv1 unrecognized name"}, -{ERR_REASON(SSL_R_TLSV1_UNSUPPORTED_EXTENSION),"tlsv1 unsupported extension"}, -{ERR_REASON(SSL_R_TLS_CLIENT_CERT_REQ_WITH_ANON_CIPHER),"tls client cert req with anon cipher"}, -{ERR_REASON(SSL_R_TLS_HEARTBEAT_PEER_DOESNT_ACCEPT),"peer does not accept heartbeats"}, -{ERR_REASON(SSL_R_TLS_HEARTBEAT_PENDING) ,"heartbeat request already pending"}, -{ERR_REASON(SSL_R_TLS_ILLEGAL_EXPORTER_LABEL),"tls illegal exporter label"}, -{ERR_REASON(SSL_R_TLS_INVALID_ECPOINTFORMAT_LIST),"tls invalid ecpointformat list"}, -{ERR_REASON(SSL_R_TLS_PEER_DID_NOT_RESPOND_WITH_CERTIFICATE_LIST),"tls peer did not respond with certificate list"}, -{ERR_REASON(SSL_R_TLS_RSA_ENCRYPTED_VALUE_LENGTH_IS_WRONG),"tls rsa encrypted value length is wrong"}, -{ERR_REASON(SSL_R_TRIED_TO_USE_UNSUPPORTED_CIPHER),"tried to use unsupported cipher"}, -{ERR_REASON(SSL_R_UNABLE_TO_DECODE_DH_CERTS),"unable to decode dh certs"}, -{ERR_REASON(SSL_R_UNABLE_TO_DECODE_ECDH_CERTS),"unable to decode ecdh certs"}, -{ERR_REASON(SSL_R_UNABLE_TO_EXTRACT_PUBLIC_KEY),"unable to extract public key"}, -{ERR_REASON(SSL_R_UNABLE_TO_FIND_DH_PARAMETERS),"unable to find dh parameters"}, -{ERR_REASON(SSL_R_UNABLE_TO_FIND_ECDH_PARAMETERS),"unable to find ecdh parameters"}, -{ERR_REASON(SSL_R_UNABLE_TO_FIND_PUBLIC_KEY_PARAMETERS),"unable to find public key parameters"}, -{ERR_REASON(SSL_R_UNABLE_TO_FIND_SSL_METHOD),"unable to find ssl method"}, -{ERR_REASON(SSL_R_UNABLE_TO_LOAD_SSL2_MD5_ROUTINES),"unable to load ssl2 md5 routines"}, -{ERR_REASON(SSL_R_UNABLE_TO_LOAD_SSL3_MD5_ROUTINES),"unable to load ssl3 md5 routines"}, -{ERR_REASON(SSL_R_UNABLE_TO_LOAD_SSL3_SHA1_ROUTINES),"unable to load ssl3 sha1 routines"}, -{ERR_REASON(SSL_R_UNEXPECTED_MESSAGE) ,"unexpected message"}, -{ERR_REASON(SSL_R_UNEXPECTED_RECORD) ,"unexpected record"}, -{ERR_REASON(SSL_R_UNINITIALIZED) ,"uninitialized"}, -{ERR_REASON(SSL_R_UNKNOWN_ALERT_TYPE) ,"unknown alert type"}, -{ERR_REASON(SSL_R_UNKNOWN_CERTIFICATE_TYPE),"unknown certificate type"}, -{ERR_REASON(SSL_R_UNKNOWN_CIPHER_RETURNED),"unknown cipher returned"}, -{ERR_REASON(SSL_R_UNKNOWN_CIPHER_TYPE) ,"unknown cipher type"}, -{ERR_REASON(SSL_R_UNKNOWN_DIGEST) ,"unknown digest"}, -{ERR_REASON(SSL_R_UNKNOWN_KEY_EXCHANGE_TYPE),"unknown key exchange type"}, -{ERR_REASON(SSL_R_UNKNOWN_PKEY_TYPE) ,"unknown pkey type"}, -{ERR_REASON(SSL_R_UNKNOWN_PROTOCOL) ,"unknown protocol"}, -{ERR_REASON(SSL_R_UNKNOWN_REMOTE_ERROR_TYPE),"unknown remote error type"}, -{ERR_REASON(SSL_R_UNKNOWN_SSL_VERSION) ,"unknown ssl version"}, -{ERR_REASON(SSL_R_UNKNOWN_STATE) ,"unknown state"}, -{ERR_REASON(SSL_R_UNSAFE_LEGACY_RENEGOTIATION_DISABLED),"unsafe legacy renegotiation disabled"}, -{ERR_REASON(SSL_R_UNSUPPORTED_CIPHER) ,"unsupported cipher"}, -{ERR_REASON(SSL_R_UNSUPPORTED_COMPRESSION_ALGORITHM),"unsupported compression algorithm"}, -{ERR_REASON(SSL_R_UNSUPPORTED_DIGEST_TYPE),"unsupported digest type"}, -{ERR_REASON(SSL_R_UNSUPPORTED_ELLIPTIC_CURVE),"unsupported elliptic curve"}, -{ERR_REASON(SSL_R_UNSUPPORTED_PROTOCOL) ,"unsupported protocol"}, -{ERR_REASON(SSL_R_UNSUPPORTED_SSL_VERSION),"unsupported ssl version"}, -{ERR_REASON(SSL_R_UNSUPPORTED_STATUS_TYPE),"unsupported status type"}, -{ERR_REASON(SSL_R_USE_SRTP_NOT_NEGOTIATED),"use srtp not negotiated"}, -{ERR_REASON(SSL_R_WRITE_BIO_NOT_SET) ,"write bio not set"}, -{ERR_REASON(SSL_R_WRONG_CIPHER_RETURNED) ,"wrong cipher returned"}, -{ERR_REASON(SSL_R_WRONG_MESSAGE_TYPE) ,"wrong message type"}, -{ERR_REASON(SSL_R_WRONG_NUMBER_OF_KEY_BITS),"wrong number of key bits"}, -{ERR_REASON(SSL_R_WRONG_SIGNATURE_LENGTH),"wrong signature length"}, -{ERR_REASON(SSL_R_WRONG_SIGNATURE_SIZE) ,"wrong signature size"}, -{ERR_REASON(SSL_R_WRONG_SIGNATURE_TYPE) ,"wrong signature type"}, -{ERR_REASON(SSL_R_WRONG_SSL_VERSION) ,"wrong ssl version"}, -{ERR_REASON(SSL_R_WRONG_VERSION_NUMBER) ,"wrong version number"}, -{ERR_REASON(SSL_R_X509_LIB) ,"x509 lib"}, -{ERR_REASON(SSL_R_X509_VERIFICATION_SETUP_PROBLEMS),"x509 verification setup problems"}, -{0,NULL} - }; +static ERR_STRING_DATA SSL_str_reasons[] = { + {ERR_REASON(SSL_R_APP_DATA_IN_HANDSHAKE), "app data in handshake"}, + {ERR_REASON(SSL_R_ATTEMPT_TO_REUSE_SESSION_IN_DIFFERENT_CONTEXT), + "attempt to reuse session in different context"}, + {ERR_REASON(SSL_R_BAD_ALERT_RECORD), "bad alert record"}, + {ERR_REASON(SSL_R_BAD_AUTHENTICATION_TYPE), "bad authentication type"}, + {ERR_REASON(SSL_R_BAD_CHANGE_CIPHER_SPEC), "bad change cipher spec"}, + {ERR_REASON(SSL_R_BAD_CHECKSUM), "bad checksum"}, + {ERR_REASON(SSL_R_BAD_DATA), "bad data"}, + {ERR_REASON(SSL_R_BAD_DATA_RETURNED_BY_CALLBACK), + "bad data returned by callback"}, + {ERR_REASON(SSL_R_BAD_DECOMPRESSION), "bad decompression"}, + {ERR_REASON(SSL_R_BAD_DH_G_LENGTH), "bad dh g length"}, + {ERR_REASON(SSL_R_BAD_DH_PUB_KEY_LENGTH), "bad dh pub key length"}, + {ERR_REASON(SSL_R_BAD_DH_P_LENGTH), "bad dh p length"}, + {ERR_REASON(SSL_R_BAD_DIGEST_LENGTH), "bad digest length"}, + {ERR_REASON(SSL_R_BAD_DSA_SIGNATURE), "bad dsa signature"}, + {ERR_REASON(SSL_R_BAD_ECC_CERT), "bad ecc cert"}, + {ERR_REASON(SSL_R_BAD_ECDSA_SIGNATURE), "bad ecdsa signature"}, + {ERR_REASON(SSL_R_BAD_ECPOINT), "bad ecpoint"}, + {ERR_REASON(SSL_R_BAD_HANDSHAKE_LENGTH), "bad handshake length"}, + {ERR_REASON(SSL_R_BAD_HELLO_REQUEST), "bad hello request"}, + {ERR_REASON(SSL_R_BAD_LENGTH), "bad length"}, + {ERR_REASON(SSL_R_BAD_MAC_DECODE), "bad mac decode"}, + {ERR_REASON(SSL_R_BAD_MAC_LENGTH), "bad mac length"}, + {ERR_REASON(SSL_R_BAD_MESSAGE_TYPE), "bad message type"}, + {ERR_REASON(SSL_R_BAD_PACKET_LENGTH), "bad packet length"}, + {ERR_REASON(SSL_R_BAD_PROTOCOL_VERSION_NUMBER), + "bad protocol version number"}, + {ERR_REASON(SSL_R_BAD_PSK_IDENTITY_HINT_LENGTH), + "bad psk identity hint length"}, + {ERR_REASON(SSL_R_BAD_RESPONSE_ARGUMENT), "bad response argument"}, + {ERR_REASON(SSL_R_BAD_RSA_DECRYPT), "bad rsa decrypt"}, + {ERR_REASON(SSL_R_BAD_RSA_ENCRYPT), "bad rsa encrypt"}, + {ERR_REASON(SSL_R_BAD_RSA_E_LENGTH), "bad rsa e length"}, + {ERR_REASON(SSL_R_BAD_RSA_MODULUS_LENGTH), "bad rsa modulus length"}, + {ERR_REASON(SSL_R_BAD_RSA_SIGNATURE), "bad rsa signature"}, + {ERR_REASON(SSL_R_BAD_SIGNATURE), "bad signature"}, + {ERR_REASON(SSL_R_BAD_SRP_A_LENGTH), "bad srp a length"}, + {ERR_REASON(SSL_R_BAD_SRP_B_LENGTH), "bad srp b length"}, + {ERR_REASON(SSL_R_BAD_SRP_G_LENGTH), "bad srp g length"}, + {ERR_REASON(SSL_R_BAD_SRP_N_LENGTH), "bad srp n length"}, + {ERR_REASON(SSL_R_BAD_SRP_PARAMETERS), "bad srp parameters"}, + {ERR_REASON(SSL_R_BAD_SRP_S_LENGTH), "bad srp s length"}, + {ERR_REASON(SSL_R_BAD_SRTP_MKI_VALUE), "bad srtp mki value"}, + {ERR_REASON(SSL_R_BAD_SRTP_PROTECTION_PROFILE_LIST), + "bad srtp protection profile list"}, + {ERR_REASON(SSL_R_BAD_SSL_FILETYPE), "bad ssl filetype"}, + {ERR_REASON(SSL_R_BAD_SSL_SESSION_ID_LENGTH), + "bad ssl session id length"}, + {ERR_REASON(SSL_R_BAD_STATE), "bad state"}, + {ERR_REASON(SSL_R_BAD_VALUE), "bad value"}, + {ERR_REASON(SSL_R_BAD_WRITE_RETRY), "bad write retry"}, + {ERR_REASON(SSL_R_BIO_NOT_SET), "bio not set"}, + {ERR_REASON(SSL_R_BLOCK_CIPHER_PAD_IS_WRONG), + "block cipher pad is wrong"}, + {ERR_REASON(SSL_R_BN_LIB), "bn lib"}, + {ERR_REASON(SSL_R_CA_DN_LENGTH_MISMATCH), "ca dn length mismatch"}, + {ERR_REASON(SSL_R_CA_DN_TOO_LONG), "ca dn too long"}, + {ERR_REASON(SSL_R_CCS_RECEIVED_EARLY), "ccs received early"}, + {ERR_REASON(SSL_R_CERTIFICATE_VERIFY_FAILED), + "certificate verify failed"}, + {ERR_REASON(SSL_R_CERT_CB_ERROR), "cert cb error"}, + {ERR_REASON(SSL_R_CERT_LENGTH_MISMATCH), "cert length mismatch"}, + {ERR_REASON(SSL_R_CHALLENGE_IS_DIFFERENT), "challenge is different"}, + {ERR_REASON(SSL_R_CIPHER_CODE_WRONG_LENGTH), "cipher code wrong length"}, + {ERR_REASON(SSL_R_CIPHER_OR_HASH_UNAVAILABLE), + "cipher or hash unavailable"}, + {ERR_REASON(SSL_R_CIPHER_TABLE_SRC_ERROR), "cipher table src error"}, + {ERR_REASON(SSL_R_CLIENTHELLO_TLSEXT), "clienthello tlsext"}, + {ERR_REASON(SSL_R_COMPRESSED_LENGTH_TOO_LONG), + "compressed length too long"}, + {ERR_REASON(SSL_R_COMPRESSION_DISABLED), "compression disabled"}, + {ERR_REASON(SSL_R_COMPRESSION_FAILURE), "compression failure"}, + {ERR_REASON(SSL_R_COMPRESSION_ID_NOT_WITHIN_PRIVATE_RANGE), + "compression id not within private range"}, + {ERR_REASON(SSL_R_COMPRESSION_LIBRARY_ERROR), + "compression library error"}, + {ERR_REASON(SSL_R_CONNECTION_ID_IS_DIFFERENT), + "connection id is different"}, + {ERR_REASON(SSL_R_CONNECTION_TYPE_NOT_SET), "connection type not set"}, + {ERR_REASON(SSL_R_COOKIE_MISMATCH), "cookie mismatch"}, + {ERR_REASON(SSL_R_DATA_BETWEEN_CCS_AND_FINISHED), + "data between ccs and finished"}, + {ERR_REASON(SSL_R_DATA_LENGTH_TOO_LONG), "data length too long"}, + {ERR_REASON(SSL_R_DECRYPTION_FAILED), "decryption failed"}, + {ERR_REASON(SSL_R_DECRYPTION_FAILED_OR_BAD_RECORD_MAC), + "decryption failed or bad record mac"}, + {ERR_REASON(SSL_R_DH_PUBLIC_VALUE_LENGTH_IS_WRONG), + "dh public value length is wrong"}, + {ERR_REASON(SSL_R_DIGEST_CHECK_FAILED), "digest check failed"}, + {ERR_REASON(SSL_R_DTLS_MESSAGE_TOO_BIG), "dtls message too big"}, + {ERR_REASON(SSL_R_DUPLICATE_COMPRESSION_ID), "duplicate compression id"}, + {ERR_REASON(SSL_R_ECC_CERT_NOT_FOR_KEY_AGREEMENT), + "ecc cert not for key agreement"}, + {ERR_REASON(SSL_R_ECC_CERT_NOT_FOR_SIGNING), "ecc cert not for signing"}, + {ERR_REASON(SSL_R_ECC_CERT_SHOULD_HAVE_RSA_SIGNATURE), + "ecc cert should have rsa signature"}, + {ERR_REASON(SSL_R_ECC_CERT_SHOULD_HAVE_SHA1_SIGNATURE), + "ecc cert should have sha1 signature"}, + {ERR_REASON(SSL_R_ECDH_REQUIRED_FOR_SUITEB_MODE), + "ecdh required for suiteb mode"}, + {ERR_REASON(SSL_R_ECGROUP_TOO_LARGE_FOR_CIPHER), + "ecgroup too large for cipher"}, + {ERR_REASON(SSL_R_EMPTY_SRTP_PROTECTION_PROFILE_LIST), + "empty srtp protection profile list"}, + {ERR_REASON(SSL_R_ENCRYPTED_LENGTH_TOO_LONG), + "encrypted length too long"}, + {ERR_REASON(SSL_R_ERROR_GENERATING_TMP_RSA_KEY), + "error generating tmp rsa key"}, + {ERR_REASON(SSL_R_ERROR_IN_RECEIVED_CIPHER_LIST), + "error in received cipher list"}, + {ERR_REASON(SSL_R_EXCESSIVE_MESSAGE_SIZE), "excessive message size"}, + {ERR_REASON(SSL_R_EXTRA_DATA_IN_MESSAGE), "extra data in message"}, + {ERR_REASON(SSL_R_GOT_A_FIN_BEFORE_A_CCS), "got a fin before a ccs"}, + {ERR_REASON(SSL_R_GOT_NEXT_PROTO_BEFORE_A_CCS), + "got next proto before a ccs"}, + {ERR_REASON(SSL_R_GOT_NEXT_PROTO_WITHOUT_EXTENSION), + "got next proto without seeing extension"}, + {ERR_REASON(SSL_R_HTTPS_PROXY_REQUEST), "https proxy request"}, + {ERR_REASON(SSL_R_HTTP_REQUEST), "http request"}, + {ERR_REASON(SSL_R_ILLEGAL_PADDING), "illegal padding"}, + {ERR_REASON(SSL_R_ILLEGAL_SUITEB_DIGEST), "illegal Suite B digest"}, + {ERR_REASON(SSL_R_INAPPROPRIATE_FALLBACK), "inappropriate fallback"}, + {ERR_REASON(SSL_R_INCONSISTENT_COMPRESSION), "inconsistent compression"}, + {ERR_REASON(SSL_R_INVALID_CHALLENGE_LENGTH), "invalid challenge length"}, + {ERR_REASON(SSL_R_INVALID_COMMAND), "invalid command"}, + {ERR_REASON(SSL_R_INVALID_COMPRESSION_ALGORITHM), + "invalid compression algorithm"}, + {ERR_REASON(SSL_R_INVALID_NULL_CMD_NAME), "invalid null cmd name"}, + {ERR_REASON(SSL_R_INVALID_PURPOSE), "invalid purpose"}, + {ERR_REASON(SSL_R_INVALID_SERVERINFO_DATA), "invalid serverinfo data"}, + {ERR_REASON(SSL_R_INVALID_SRP_USERNAME), "invalid srp username"}, + {ERR_REASON(SSL_R_INVALID_STATUS_RESPONSE), "invalid status response"}, + {ERR_REASON(SSL_R_INVALID_TICKET_KEYS_LENGTH), + "invalid ticket keys length"}, + {ERR_REASON(SSL_R_INVALID_TRUST), "invalid trust"}, + {ERR_REASON(SSL_R_KEY_ARG_TOO_LONG), "key arg too long"}, + {ERR_REASON(SSL_R_KRB5), "krb5"}, + {ERR_REASON(SSL_R_KRB5_C_CC_PRINC), "krb5 client cc principal (no tkt?)"}, + {ERR_REASON(SSL_R_KRB5_C_GET_CRED), "krb5 client get cred"}, + {ERR_REASON(SSL_R_KRB5_C_INIT), "krb5 client init"}, + {ERR_REASON(SSL_R_KRB5_C_MK_REQ), "krb5 client mk_req (expired tkt?)"}, + {ERR_REASON(SSL_R_KRB5_S_BAD_TICKET), "krb5 server bad ticket"}, + {ERR_REASON(SSL_R_KRB5_S_INIT), "krb5 server init"}, + {ERR_REASON(SSL_R_KRB5_S_RD_REQ), "krb5 server rd_req (keytab perms?)"}, + {ERR_REASON(SSL_R_KRB5_S_TKT_EXPIRED), "krb5 server tkt expired"}, + {ERR_REASON(SSL_R_KRB5_S_TKT_NYV), "krb5 server tkt not yet valid"}, + {ERR_REASON(SSL_R_KRB5_S_TKT_SKEW), "krb5 server tkt skew"}, + {ERR_REASON(SSL_R_LENGTH_MISMATCH), "length mismatch"}, + {ERR_REASON(SSL_R_LENGTH_TOO_SHORT), "length too short"}, + {ERR_REASON(SSL_R_LIBRARY_BUG), "library bug"}, + {ERR_REASON(SSL_R_LIBRARY_HAS_NO_CIPHERS), "library has no ciphers"}, + {ERR_REASON(SSL_R_MESSAGE_TOO_LONG), "message too long"}, + {ERR_REASON(SSL_R_MISSING_DH_DSA_CERT), "missing dh dsa cert"}, + {ERR_REASON(SSL_R_MISSING_DH_KEY), "missing dh key"}, + {ERR_REASON(SSL_R_MISSING_DH_RSA_CERT), "missing dh rsa cert"}, + {ERR_REASON(SSL_R_MISSING_DSA_SIGNING_CERT), "missing dsa signing cert"}, + {ERR_REASON(SSL_R_MISSING_ECDH_CERT), "missing ecdh cert"}, + {ERR_REASON(SSL_R_MISSING_ECDSA_SIGNING_CERT), + "missing ecdsa signing cert"}, + {ERR_REASON(SSL_R_MISSING_EXPORT_TMP_DH_KEY), + "missing export tmp dh key"}, + {ERR_REASON(SSL_R_MISSING_EXPORT_TMP_RSA_KEY), + "missing export tmp rsa key"}, + {ERR_REASON(SSL_R_MISSING_RSA_CERTIFICATE), "missing rsa certificate"}, + {ERR_REASON(SSL_R_MISSING_RSA_ENCRYPTING_CERT), + "missing rsa encrypting cert"}, + {ERR_REASON(SSL_R_MISSING_RSA_SIGNING_CERT), "missing rsa signing cert"}, + {ERR_REASON(SSL_R_MISSING_SRP_PARAM), "can't find SRP server param"}, + {ERR_REASON(SSL_R_MISSING_TMP_DH_KEY), "missing tmp dh key"}, + {ERR_REASON(SSL_R_MISSING_TMP_ECDH_KEY), "missing tmp ecdh key"}, + {ERR_REASON(SSL_R_MISSING_TMP_RSA_KEY), "missing tmp rsa key"}, + {ERR_REASON(SSL_R_MISSING_TMP_RSA_PKEY), "missing tmp rsa pkey"}, + {ERR_REASON(SSL_R_MISSING_VERIFY_MESSAGE), "missing verify message"}, + {ERR_REASON(SSL_R_MULTIPLE_SGC_RESTARTS), "multiple sgc restarts"}, + {ERR_REASON(SSL_R_NON_SSLV2_INITIAL_PACKET), "non sslv2 initial packet"}, + {ERR_REASON(SSL_R_NO_CERTIFICATES_RETURNED), "no certificates returned"}, + {ERR_REASON(SSL_R_NO_CERTIFICATE_ASSIGNED), "no certificate assigned"}, + {ERR_REASON(SSL_R_NO_CERTIFICATE_RETURNED), "no certificate returned"}, + {ERR_REASON(SSL_R_NO_CERTIFICATE_SET), "no certificate set"}, + {ERR_REASON(SSL_R_NO_CERTIFICATE_SPECIFIED), "no certificate specified"}, + {ERR_REASON(SSL_R_NO_CIPHERS_AVAILABLE), "no ciphers available"}, + {ERR_REASON(SSL_R_NO_CIPHERS_PASSED), "no ciphers passed"}, + {ERR_REASON(SSL_R_NO_CIPHERS_SPECIFIED), "no ciphers specified"}, + {ERR_REASON(SSL_R_NO_CIPHER_LIST), "no cipher list"}, + {ERR_REASON(SSL_R_NO_CIPHER_MATCH), "no cipher match"}, + {ERR_REASON(SSL_R_NO_CLIENT_CERT_METHOD), "no client cert method"}, + {ERR_REASON(SSL_R_NO_CLIENT_CERT_RECEIVED), "no client cert received"}, + {ERR_REASON(SSL_R_NO_COMPRESSION_SPECIFIED), "no compression specified"}, + {ERR_REASON(SSL_R_NO_GOST_CERTIFICATE_SENT_BY_PEER), + "Peer haven't sent GOST certificate, required for selected ciphersuite"}, + {ERR_REASON(SSL_R_NO_METHOD_SPECIFIED), "no method specified"}, + {ERR_REASON(SSL_R_NO_PEM_EXTENSIONS), "no pem extensions"}, + {ERR_REASON(SSL_R_NO_PRIVATEKEY), "no privatekey"}, + {ERR_REASON(SSL_R_NO_PRIVATE_KEY_ASSIGNED), "no private key assigned"}, + {ERR_REASON(SSL_R_NO_PROTOCOLS_AVAILABLE), "no protocols available"}, + {ERR_REASON(SSL_R_NO_PUBLICKEY), "no publickey"}, + {ERR_REASON(SSL_R_NO_RENEGOTIATION), "no renegotiation"}, + {ERR_REASON(SSL_R_NO_REQUIRED_DIGEST), + "digest requred for handshake isn't computed"}, + {ERR_REASON(SSL_R_NO_SHARED_CIPHER), "no shared cipher"}, + {ERR_REASON(SSL_R_NO_SHARED_SIGATURE_ALGORITHMS), + "no shared sigature algorithms"}, + {ERR_REASON(SSL_R_NO_SRTP_PROFILES), "no srtp profiles"}, + {ERR_REASON(SSL_R_NO_VERIFY_CALLBACK), "no verify callback"}, + {ERR_REASON(SSL_R_NULL_SSL_CTX), "null ssl ctx"}, + {ERR_REASON(SSL_R_NULL_SSL_METHOD_PASSED), "null ssl method passed"}, + {ERR_REASON(SSL_R_OLD_SESSION_CIPHER_NOT_RETURNED), + "old session cipher not returned"}, + {ERR_REASON(SSL_R_OLD_SESSION_COMPRESSION_ALGORITHM_NOT_RETURNED), + "old session compression algorithm not returned"}, + {ERR_REASON(SSL_R_ONLY_DTLS_1_2_ALLOWED_IN_SUITEB_MODE), + "only DTLS 1.2 allowed in Suite B mode"}, + {ERR_REASON(SSL_R_ONLY_TLS_1_2_ALLOWED_IN_SUITEB_MODE), + "only TLS 1.2 allowed in Suite B mode"}, + {ERR_REASON(SSL_R_ONLY_TLS_ALLOWED_IN_FIPS_MODE), + "only tls allowed in fips mode"}, + {ERR_REASON(SSL_R_OPAQUE_PRF_INPUT_TOO_LONG), + "opaque PRF input too long"}, + {ERR_REASON(SSL_R_PACKET_LENGTH_TOO_LONG), "packet length too long"}, + {ERR_REASON(SSL_R_PARSE_TLSEXT), "parse tlsext"}, + {ERR_REASON(SSL_R_PATH_TOO_LONG), "path too long"}, + {ERR_REASON(SSL_R_PEER_DID_NOT_RETURN_A_CERTIFICATE), + "peer did not return a certificate"}, + {ERR_REASON(SSL_R_PEER_ERROR), "peer error"}, + {ERR_REASON(SSL_R_PEER_ERROR_CERTIFICATE), "peer error certificate"}, + {ERR_REASON(SSL_R_PEER_ERROR_NO_CERTIFICATE), + "peer error no certificate"}, + {ERR_REASON(SSL_R_PEER_ERROR_NO_CIPHER), "peer error no cipher"}, + {ERR_REASON(SSL_R_PEER_ERROR_UNSUPPORTED_CERTIFICATE_TYPE), + "peer error unsupported certificate type"}, + {ERR_REASON(SSL_R_PEM_NAME_BAD_PREFIX), "pem name bad prefix"}, + {ERR_REASON(SSL_R_PEM_NAME_TOO_SHORT), "pem name too short"}, + {ERR_REASON(SSL_R_PRE_MAC_LENGTH_TOO_LONG), "pre mac length too long"}, + {ERR_REASON(SSL_R_PROBLEMS_MAPPING_CIPHER_FUNCTIONS), + "problems mapping cipher functions"}, + {ERR_REASON(SSL_R_PROTOCOL_IS_SHUTDOWN), "protocol is shutdown"}, + {ERR_REASON(SSL_R_PSK_IDENTITY_NOT_FOUND), "psk identity not found"}, + {ERR_REASON(SSL_R_PSK_NO_CLIENT_CB), "psk no client cb"}, + {ERR_REASON(SSL_R_PSK_NO_SERVER_CB), "psk no server cb"}, + {ERR_REASON(SSL_R_PUBLIC_KEY_ENCRYPT_ERROR), "public key encrypt error"}, + {ERR_REASON(SSL_R_PUBLIC_KEY_IS_NOT_RSA), "public key is not rsa"}, + {ERR_REASON(SSL_R_PUBLIC_KEY_NOT_RSA), "public key not rsa"}, + {ERR_REASON(SSL_R_READ_BIO_NOT_SET), "read bio not set"}, + {ERR_REASON(SSL_R_READ_TIMEOUT_EXPIRED), "read timeout expired"}, + {ERR_REASON(SSL_R_READ_WRONG_PACKET_TYPE), "read wrong packet type"}, + {ERR_REASON(SSL_R_RECORD_LENGTH_MISMATCH), "record length mismatch"}, + {ERR_REASON(SSL_R_RECORD_TOO_LARGE), "record too large"}, + {ERR_REASON(SSL_R_RECORD_TOO_SMALL), "record too small"}, + {ERR_REASON(SSL_R_RENEGOTIATE_EXT_TOO_LONG), "renegotiate ext too long"}, + {ERR_REASON(SSL_R_RENEGOTIATION_ENCODING_ERR), + "renegotiation encoding err"}, + {ERR_REASON(SSL_R_RENEGOTIATION_MISMATCH), "renegotiation mismatch"}, + {ERR_REASON(SSL_R_REQUIRED_CIPHER_MISSING), "required cipher missing"}, + {ERR_REASON(SSL_R_REQUIRED_COMPRESSSION_ALGORITHM_MISSING), + "required compresssion algorithm missing"}, + {ERR_REASON(SSL_R_REUSE_CERT_LENGTH_NOT_ZERO), + "reuse cert length not zero"}, + {ERR_REASON(SSL_R_REUSE_CERT_TYPE_NOT_ZERO), "reuse cert type not zero"}, + {ERR_REASON(SSL_R_REUSE_CIPHER_LIST_NOT_ZERO), + "reuse cipher list not zero"}, + {ERR_REASON(SSL_R_SCSV_RECEIVED_WHEN_RENEGOTIATING), + "scsv received when renegotiating"}, + {ERR_REASON(SSL_R_SERVERHELLO_TLSEXT), "serverhello tlsext"}, + {ERR_REASON(SSL_R_SESSION_ID_CONTEXT_UNINITIALIZED), + "session id context uninitialized"}, + {ERR_REASON(SSL_R_SHORT_READ), "short read"}, + {ERR_REASON(SSL_R_SIGNATURE_ALGORITHMS_ERROR), + "signature algorithms error"}, + {ERR_REASON(SSL_R_SIGNATURE_FOR_NON_SIGNING_CERTIFICATE), + "signature for non signing certificate"}, + {ERR_REASON(SSL_R_SRP_A_CALC), "error with the srp params"}, + {ERR_REASON(SSL_R_SRTP_COULD_NOT_ALLOCATE_PROFILES), + "srtp could not allocate profiles"}, + {ERR_REASON(SSL_R_SRTP_PROTECTION_PROFILE_LIST_TOO_LONG), + "srtp protection profile list too long"}, + {ERR_REASON(SSL_R_SRTP_UNKNOWN_PROTECTION_PROFILE), + "srtp unknown protection profile"}, + {ERR_REASON(SSL_R_SSL23_DOING_SESSION_ID_REUSE), + "ssl23 doing session id reuse"}, + {ERR_REASON(SSL_R_SSL2_CONNECTION_ID_TOO_LONG), + "ssl2 connection id too long"}, + {ERR_REASON(SSL_R_SSL3_EXT_INVALID_ECPOINTFORMAT), + "ssl3 ext invalid ecpointformat"}, + {ERR_REASON(SSL_R_SSL3_EXT_INVALID_SERVERNAME), + "ssl3 ext invalid servername"}, + {ERR_REASON(SSL_R_SSL3_EXT_INVALID_SERVERNAME_TYPE), + "ssl3 ext invalid servername type"}, + {ERR_REASON(SSL_R_SSL3_SESSION_ID_TOO_LONG), "ssl3 session id too long"}, + {ERR_REASON(SSL_R_SSL3_SESSION_ID_TOO_SHORT), + "ssl3 session id too short"}, + {ERR_REASON(SSL_R_SSLV3_ALERT_BAD_CERTIFICATE), + "sslv3 alert bad certificate"}, + {ERR_REASON(SSL_R_SSLV3_ALERT_BAD_RECORD_MAC), + "sslv3 alert bad record mac"}, + {ERR_REASON(SSL_R_SSLV3_ALERT_CERTIFICATE_EXPIRED), + "sslv3 alert certificate expired"}, + {ERR_REASON(SSL_R_SSLV3_ALERT_CERTIFICATE_REVOKED), + "sslv3 alert certificate revoked"}, + {ERR_REASON(SSL_R_SSLV3_ALERT_CERTIFICATE_UNKNOWN), + "sslv3 alert certificate unknown"}, + {ERR_REASON(SSL_R_SSLV3_ALERT_DECOMPRESSION_FAILURE), + "sslv3 alert decompression failure"}, + {ERR_REASON(SSL_R_SSLV3_ALERT_HANDSHAKE_FAILURE), + "sslv3 alert handshake failure"}, + {ERR_REASON(SSL_R_SSLV3_ALERT_ILLEGAL_PARAMETER), + "sslv3 alert illegal parameter"}, + {ERR_REASON(SSL_R_SSLV3_ALERT_NO_CERTIFICATE), + "sslv3 alert no certificate"}, + {ERR_REASON(SSL_R_SSLV3_ALERT_UNEXPECTED_MESSAGE), + "sslv3 alert unexpected message"}, + {ERR_REASON(SSL_R_SSLV3_ALERT_UNSUPPORTED_CERTIFICATE), + "sslv3 alert unsupported certificate"}, + {ERR_REASON(SSL_R_SSL_CTX_HAS_NO_DEFAULT_SSL_VERSION), + "ssl ctx has no default ssl version"}, + {ERR_REASON(SSL_R_SSL_HANDSHAKE_FAILURE), "ssl handshake failure"}, + {ERR_REASON(SSL_R_SSL_LIBRARY_HAS_NO_CIPHERS), + "ssl library has no ciphers"}, + {ERR_REASON(SSL_R_SSL_SESSION_ID_CALLBACK_FAILED), + "ssl session id callback failed"}, + {ERR_REASON(SSL_R_SSL_SESSION_ID_CONFLICT), "ssl session id conflict"}, + {ERR_REASON(SSL_R_SSL_SESSION_ID_CONTEXT_TOO_LONG), + "ssl session id context too long"}, + {ERR_REASON(SSL_R_SSL_SESSION_ID_HAS_BAD_LENGTH), + "ssl session id has bad length"}, + {ERR_REASON(SSL_R_SSL_SESSION_ID_IS_DIFFERENT), + "ssl session id is different"}, + {ERR_REASON(SSL_R_TLSV1_ALERT_ACCESS_DENIED), + "tlsv1 alert access denied"}, + {ERR_REASON(SSL_R_TLSV1_ALERT_DECODE_ERROR), "tlsv1 alert decode error"}, + {ERR_REASON(SSL_R_TLSV1_ALERT_DECRYPTION_FAILED), + "tlsv1 alert decryption failed"}, + {ERR_REASON(SSL_R_TLSV1_ALERT_DECRYPT_ERROR), + "tlsv1 alert decrypt error"}, + {ERR_REASON(SSL_R_TLSV1_ALERT_EXPORT_RESTRICTION), + "tlsv1 alert export restriction"}, + {ERR_REASON(SSL_R_TLSV1_ALERT_INAPPROPRIATE_FALLBACK), + "tlsv1 alert inappropriate fallback"}, + {ERR_REASON(SSL_R_TLSV1_ALERT_INSUFFICIENT_SECURITY), + "tlsv1 alert insufficient security"}, + {ERR_REASON(SSL_R_TLSV1_ALERT_INTERNAL_ERROR), + "tlsv1 alert internal error"}, + {ERR_REASON(SSL_R_TLSV1_ALERT_NO_RENEGOTIATION), + "tlsv1 alert no renegotiation"}, + {ERR_REASON(SSL_R_TLSV1_ALERT_PROTOCOL_VERSION), + "tlsv1 alert protocol version"}, + {ERR_REASON(SSL_R_TLSV1_ALERT_RECORD_OVERFLOW), + "tlsv1 alert record overflow"}, + {ERR_REASON(SSL_R_TLSV1_ALERT_UNKNOWN_CA), "tlsv1 alert unknown ca"}, + {ERR_REASON(SSL_R_TLSV1_ALERT_USER_CANCELLED), + "tlsv1 alert user cancelled"}, + {ERR_REASON(SSL_R_TLSV1_BAD_CERTIFICATE_HASH_VALUE), + "tlsv1 bad certificate hash value"}, + {ERR_REASON(SSL_R_TLSV1_BAD_CERTIFICATE_STATUS_RESPONSE), + "tlsv1 bad certificate status response"}, + {ERR_REASON(SSL_R_TLSV1_CERTIFICATE_UNOBTAINABLE), + "tlsv1 certificate unobtainable"}, + {ERR_REASON(SSL_R_TLSV1_UNRECOGNIZED_NAME), "tlsv1 unrecognized name"}, + {ERR_REASON(SSL_R_TLSV1_UNSUPPORTED_EXTENSION), + "tlsv1 unsupported extension"}, + {ERR_REASON(SSL_R_TLS_CLIENT_CERT_REQ_WITH_ANON_CIPHER), + "tls client cert req with anon cipher"}, + {ERR_REASON(SSL_R_TLS_HEARTBEAT_PEER_DOESNT_ACCEPT), + "peer does not accept heartbeats"}, + {ERR_REASON(SSL_R_TLS_HEARTBEAT_PENDING), + "heartbeat request already pending"}, + {ERR_REASON(SSL_R_TLS_ILLEGAL_EXPORTER_LABEL), + "tls illegal exporter label"}, + {ERR_REASON(SSL_R_TLS_INVALID_ECPOINTFORMAT_LIST), + "tls invalid ecpointformat list"}, + {ERR_REASON(SSL_R_TLS_PEER_DID_NOT_RESPOND_WITH_CERTIFICATE_LIST), + "tls peer did not respond with certificate list"}, + {ERR_REASON(SSL_R_TLS_RSA_ENCRYPTED_VALUE_LENGTH_IS_WRONG), + "tls rsa encrypted value length is wrong"}, + {ERR_REASON(SSL_R_TRIED_TO_USE_UNSUPPORTED_CIPHER), + "tried to use unsupported cipher"}, + {ERR_REASON(SSL_R_UNABLE_TO_DECODE_DH_CERTS), + "unable to decode dh certs"}, + {ERR_REASON(SSL_R_UNABLE_TO_DECODE_ECDH_CERTS), + "unable to decode ecdh certs"}, + {ERR_REASON(SSL_R_UNABLE_TO_EXTRACT_PUBLIC_KEY), + "unable to extract public key"}, + {ERR_REASON(SSL_R_UNABLE_TO_FIND_DH_PARAMETERS), + "unable to find dh parameters"}, + {ERR_REASON(SSL_R_UNABLE_TO_FIND_ECDH_PARAMETERS), + "unable to find ecdh parameters"}, + {ERR_REASON(SSL_R_UNABLE_TO_FIND_PUBLIC_KEY_PARAMETERS), + "unable to find public key parameters"}, + {ERR_REASON(SSL_R_UNABLE_TO_FIND_SSL_METHOD), + "unable to find ssl method"}, + {ERR_REASON(SSL_R_UNABLE_TO_LOAD_SSL2_MD5_ROUTINES), + "unable to load ssl2 md5 routines"}, + {ERR_REASON(SSL_R_UNABLE_TO_LOAD_SSL3_MD5_ROUTINES), + "unable to load ssl3 md5 routines"}, + {ERR_REASON(SSL_R_UNABLE_TO_LOAD_SSL3_SHA1_ROUTINES), + "unable to load ssl3 sha1 routines"}, + {ERR_REASON(SSL_R_UNEXPECTED_MESSAGE), "unexpected message"}, + {ERR_REASON(SSL_R_UNEXPECTED_RECORD), "unexpected record"}, + {ERR_REASON(SSL_R_UNINITIALIZED), "uninitialized"}, + {ERR_REASON(SSL_R_UNKNOWN_ALERT_TYPE), "unknown alert type"}, + {ERR_REASON(SSL_R_UNKNOWN_CERTIFICATE_TYPE), "unknown certificate type"}, + {ERR_REASON(SSL_R_UNKNOWN_CIPHER_RETURNED), "unknown cipher returned"}, + {ERR_REASON(SSL_R_UNKNOWN_CIPHER_TYPE), "unknown cipher type"}, + {ERR_REASON(SSL_R_UNKNOWN_CMD_NAME), "unknown cmd name"}, + {ERR_REASON(SSL_R_UNKNOWN_DIGEST), "unknown digest"}, + {ERR_REASON(SSL_R_UNKNOWN_KEY_EXCHANGE_TYPE), + "unknown key exchange type"}, + {ERR_REASON(SSL_R_UNKNOWN_PKEY_TYPE), "unknown pkey type"}, + {ERR_REASON(SSL_R_UNKNOWN_PROTOCOL), "unknown protocol"}, + {ERR_REASON(SSL_R_UNKNOWN_REMOTE_ERROR_TYPE), + "unknown remote error type"}, + {ERR_REASON(SSL_R_UNKNOWN_SSL_VERSION), "unknown ssl version"}, + {ERR_REASON(SSL_R_UNKNOWN_STATE), "unknown state"}, + {ERR_REASON(SSL_R_UNSAFE_LEGACY_RENEGOTIATION_DISABLED), + "unsafe legacy renegotiation disabled"}, + {ERR_REASON(SSL_R_UNSUPPORTED_CIPHER), "unsupported cipher"}, + {ERR_REASON(SSL_R_UNSUPPORTED_COMPRESSION_ALGORITHM), + "unsupported compression algorithm"}, + {ERR_REASON(SSL_R_UNSUPPORTED_DIGEST_TYPE), "unsupported digest type"}, + {ERR_REASON(SSL_R_UNSUPPORTED_ELLIPTIC_CURVE), + "unsupported elliptic curve"}, + {ERR_REASON(SSL_R_UNSUPPORTED_PROTOCOL), "unsupported protocol"}, + {ERR_REASON(SSL_R_UNSUPPORTED_SSL_VERSION), "unsupported ssl version"}, + {ERR_REASON(SSL_R_UNSUPPORTED_STATUS_TYPE), "unsupported status type"}, + {ERR_REASON(SSL_R_USE_SRTP_NOT_NEGOTIATED), "use srtp not negotiated"}, + {ERR_REASON(SSL_R_WRITE_BIO_NOT_SET), "write bio not set"}, + {ERR_REASON(SSL_R_WRONG_CERTIFICATE_TYPE), "wrong certificate type"}, + {ERR_REASON(SSL_R_WRONG_CIPHER_RETURNED), "wrong cipher returned"}, + {ERR_REASON(SSL_R_WRONG_CURVE), "wrong curve"}, + {ERR_REASON(SSL_R_WRONG_MESSAGE_TYPE), "wrong message type"}, + {ERR_REASON(SSL_R_WRONG_NUMBER_OF_KEY_BITS), "wrong number of key bits"}, + {ERR_REASON(SSL_R_WRONG_SIGNATURE_LENGTH), "wrong signature length"}, + {ERR_REASON(SSL_R_WRONG_SIGNATURE_SIZE), "wrong signature size"}, + {ERR_REASON(SSL_R_WRONG_SIGNATURE_TYPE), "wrong signature type"}, + {ERR_REASON(SSL_R_WRONG_SSL_VERSION), "wrong ssl version"}, + {ERR_REASON(SSL_R_WRONG_VERSION_NUMBER), "wrong version number"}, + {ERR_REASON(SSL_R_X509_LIB), "x509 lib"}, + {ERR_REASON(SSL_R_X509_VERIFICATION_SETUP_PROBLEMS), + "x509 verification setup problems"}, + {0, NULL} +}; #endif void ERR_load_SSL_strings(void) - { +{ #ifndef OPENSSL_NO_ERR - if (ERR_func_error_string(SSL_str_functs[0].error) == NULL) - { - ERR_load_strings(0,SSL_str_functs); - ERR_load_strings(0,SSL_str_reasons); - } + if (ERR_func_error_string(SSL_str_functs[0].error) == NULL) { + ERR_load_strings(0, SSL_str_functs); + ERR_load_strings(0, SSL_str_reasons); + } #endif - } +} diff --git a/openssl/ssl/ssl_err2.c b/openssl/ssl/ssl_err2.c index ea95a5f98..14e48221f 100644 --- a/openssl/ssl/ssl_err2.c +++ b/openssl/ssl/ssl_err2.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -61,10 +61,9 @@ #include void SSL_load_error_strings(void) - { +{ #ifndef OPENSSL_NO_ERR - ERR_load_crypto_strings(); - ERR_load_SSL_strings(); + ERR_load_crypto_strings(); + ERR_load_SSL_strings(); #endif - } - +} diff --git a/openssl/ssl/ssl_lib.c b/openssl/ssl/ssl_lib.c index 3f66fc061..e9ad2bc81 100644 --- a/openssl/ssl/ssl_lib.c +++ b/openssl/ssl/ssl_lib.c @@ -1,5 +1,5 @@ -/*! \file ssl/ssl_lib.c - * \brief Version independent SSL functions. +/* + * ! \file ssl/ssl_lib.c \brief Version independent SSL functions. */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -7,21 +7,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -36,10 +36,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -51,7 +51,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -65,7 +65,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -112,7 +112,7 @@ */ /* ==================================================================== * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. - * ECC cipher suite support in OpenSSL originally developed by + * ECC cipher suite support in OpenSSL originally developed by * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. */ /* ==================================================================== @@ -143,7 +143,7 @@ */ #ifdef REF_CHECK -# include +# include #endif #include #include "ssl_locl.h" @@ -154,1383 +154,1437 @@ #include #include #ifndef OPENSSL_NO_DH -#include +# include #endif #ifndef OPENSSL_NO_ENGINE -#include -#endif - -const char *SSL_version_str=OPENSSL_VERSION_TEXT; - -SSL3_ENC_METHOD ssl3_undef_enc_method={ - /* evil casts, but these functions are only called if there's a library bug */ - (int (*)(SSL *,int))ssl_undefined_function, - (int (*)(SSL *, unsigned char *, int))ssl_undefined_function, - ssl_undefined_function, - (int (*)(SSL *, unsigned char *, unsigned char *, int))ssl_undefined_function, - (int (*)(SSL*, int))ssl_undefined_function, - (int (*)(SSL *, const char*, int, unsigned char *))ssl_undefined_function, - 0, /* finish_mac_length */ - (int (*)(SSL *, int, unsigned char *))ssl_undefined_function, - NULL, /* client_finished_label */ - 0, /* client_finished_label_len */ - NULL, /* server_finished_label */ - 0, /* server_finished_label_len */ - (int (*)(int))ssl_undefined_function, - (int (*)(SSL *, unsigned char *, size_t, const char *, - size_t, const unsigned char *, size_t, - int use_context)) ssl_undefined_function, - }; +# include +#endif + +const char *SSL_version_str = OPENSSL_VERSION_TEXT; + +SSL3_ENC_METHOD ssl3_undef_enc_method = { + /* + * evil casts, but these functions are only called if there's a library + * bug + */ + (int (*)(SSL *, int))ssl_undefined_function, + (int (*)(SSL *, unsigned char *, int))ssl_undefined_function, + ssl_undefined_function, + (int (*)(SSL *, unsigned char *, unsigned char *, int)) + ssl_undefined_function, + (int (*)(SSL *, int))ssl_undefined_function, + (int (*)(SSL *, const char *, int, unsigned char *)) + ssl_undefined_function, + 0, /* finish_mac_length */ + (int (*)(SSL *, int, unsigned char *))ssl_undefined_function, + NULL, /* client_finished_label */ + 0, /* client_finished_label_len */ + NULL, /* server_finished_label */ + 0, /* server_finished_label_len */ + (int (*)(int))ssl_undefined_function, + (int (*)(SSL *, unsigned char *, size_t, const char *, + size_t, const unsigned char *, size_t, + int use_context))ssl_undefined_function, +}; int SSL_clear(SSL *s) - { - - if (s->method == NULL) - { - SSLerr(SSL_F_SSL_CLEAR,SSL_R_NO_METHOD_SPECIFIED); - return(0); - } - - if (ssl_clear_bad_session(s)) - { - SSL_SESSION_free(s->session); - s->session=NULL; - } - - s->error=0; - s->hit=0; - s->shutdown=0; - -#if 0 /* Disabled since version 1.10 of this file (early return not - * needed because SSL_clear is not called when doing renegotiation) */ - /* This is set if we are doing dynamic renegotiation so keep - * the old cipher. It is sort of a SSL_clear_lite :-) */ - if (s->renegotiate) return(1); +{ + + if (s->method == NULL) { + SSLerr(SSL_F_SSL_CLEAR, SSL_R_NO_METHOD_SPECIFIED); + return (0); + } + + if (ssl_clear_bad_session(s)) { + SSL_SESSION_free(s->session); + s->session = NULL; + } + + s->error = 0; + s->hit = 0; + s->shutdown = 0; + +#if 0 + /* + * Disabled since version 1.10 of this file (early return not + * needed because SSL_clear is not called when doing renegotiation) + */ + /* + * This is set if we are doing dynamic renegotiation so keep + * the old cipher. It is sort of a SSL_clear_lite :-) + */ + if (s->renegotiate) + return (1); #else - if (s->renegotiate) - { - SSLerr(SSL_F_SSL_CLEAR,ERR_R_INTERNAL_ERROR); - return 0; - } + if (s->renegotiate) { + SSLerr(SSL_F_SSL_CLEAR, ERR_R_INTERNAL_ERROR); + return 0; + } #endif - s->type=0; + s->type = 0; - s->state=SSL_ST_BEFORE|((s->server)?SSL_ST_ACCEPT:SSL_ST_CONNECT); + s->state = SSL_ST_BEFORE | ((s->server) ? SSL_ST_ACCEPT : SSL_ST_CONNECT); - s->version=s->method->version; - s->client_version=s->version; - s->rwstate=SSL_NOTHING; - s->rstate=SSL_ST_READ_HEADER; + s->version = s->method->version; + s->client_version = s->version; + s->rwstate = SSL_NOTHING; + s->rstate = SSL_ST_READ_HEADER; #if 0 - s->read_ahead=s->ctx->read_ahead; + s->read_ahead = s->ctx->read_ahead; #endif - if (s->init_buf != NULL) - { - BUF_MEM_free(s->init_buf); - s->init_buf=NULL; - } + if (s->init_buf != NULL) { + BUF_MEM_free(s->init_buf); + s->init_buf = NULL; + } - ssl_clear_cipher_ctx(s); - ssl_clear_hash_ctx(&s->read_hash); - ssl_clear_hash_ctx(&s->write_hash); + ssl_clear_cipher_ctx(s); + ssl_clear_hash_ctx(&s->read_hash); + ssl_clear_hash_ctx(&s->write_hash); - s->first_packet=0; + s->first_packet = 0; #if 1 - /* Check to see if we were changed into a different method, if - * so, revert back if we are not doing session-id reuse. */ - if (!s->in_handshake && (s->session == NULL) && (s->method != s->ctx->method)) - { - s->method->ssl_free(s); - s->method=s->ctx->method; - if (!s->method->ssl_new(s)) - return(0); - } - else -#endif - s->method->ssl_clear(s); - return(1); - } + /* + * Check to see if we were changed into a different method, if so, revert + * back if we are not doing session-id reuse. + */ + if (!s->in_handshake && (s->session == NULL) + && (s->method != s->ctx->method)) { + s->method->ssl_free(s); + s->method = s->ctx->method; + if (!s->method->ssl_new(s)) + return (0); + } else +#endif + s->method->ssl_clear(s); + return (1); +} /** Used to change an SSL_CTXs default SSL method type */ -int SSL_CTX_set_ssl_version(SSL_CTX *ctx,const SSL_METHOD *meth) - { - STACK_OF(SSL_CIPHER) *sk; - - ctx->method=meth; - - sk=ssl_create_cipher_list(ctx->method,&(ctx->cipher_list), - &(ctx->cipher_list_by_id), - meth->version == SSL2_VERSION ? "SSLv2" : SSL_DEFAULT_CIPHER_LIST); - if ((sk == NULL) || (sk_SSL_CIPHER_num(sk) <= 0)) - { - SSLerr(SSL_F_SSL_CTX_SET_SSL_VERSION,SSL_R_SSL_LIBRARY_HAS_NO_CIPHERS); - return(0); - } - return(1); - } +int SSL_CTX_set_ssl_version(SSL_CTX *ctx, const SSL_METHOD *meth) +{ + STACK_OF(SSL_CIPHER) *sk; + + ctx->method = meth; + + sk = ssl_create_cipher_list(ctx->method, &(ctx->cipher_list), + &(ctx->cipher_list_by_id), + meth->version == + SSL2_VERSION ? "SSLv2" : + SSL_DEFAULT_CIPHER_LIST, ctx->cert); + if ((sk == NULL) || (sk_SSL_CIPHER_num(sk) <= 0)) { + SSLerr(SSL_F_SSL_CTX_SET_SSL_VERSION, + SSL_R_SSL_LIBRARY_HAS_NO_CIPHERS); + return (0); + } + return (1); +} SSL *SSL_new(SSL_CTX *ctx) - { - SSL *s; - - if (ctx == NULL) - { - SSLerr(SSL_F_SSL_NEW,SSL_R_NULL_SSL_CTX); - return(NULL); - } - if (ctx->method == NULL) - { - SSLerr(SSL_F_SSL_NEW,SSL_R_SSL_CTX_HAS_NO_DEFAULT_SSL_VERSION); - return(NULL); - } - - s=(SSL *)OPENSSL_malloc(sizeof(SSL)); - if (s == NULL) goto err; - memset(s,0,sizeof(SSL)); - -#ifndef OPENSSL_NO_KRB5 - s->kssl_ctx = kssl_ctx_new(); -#endif /* OPENSSL_NO_KRB5 */ - - s->options=ctx->options; - s->mode=ctx->mode; - s->max_cert_list=ctx->max_cert_list; - - if (ctx->cert != NULL) - { - /* Earlier library versions used to copy the pointer to - * the CERT, not its contents; only when setting new - * parameters for the per-SSL copy, ssl_cert_new would be - * called (and the direct reference to the per-SSL_CTX - * settings would be lost, but those still were indirectly - * accessed for various purposes, and for that reason they - * used to be known as s->ctx->default_cert). - * Now we don't look at the SSL_CTX's CERT after having - * duplicated it once. */ - - s->cert = ssl_cert_dup(ctx->cert); - if (s->cert == NULL) - goto err; - } - else - s->cert=NULL; /* Cannot really happen (see SSL_CTX_new) */ - - s->read_ahead=ctx->read_ahead; - s->msg_callback=ctx->msg_callback; - s->msg_callback_arg=ctx->msg_callback_arg; - s->verify_mode=ctx->verify_mode; +{ + SSL *s; + + if (ctx == NULL) { + SSLerr(SSL_F_SSL_NEW, SSL_R_NULL_SSL_CTX); + return (NULL); + } + if (ctx->method == NULL) { + SSLerr(SSL_F_SSL_NEW, SSL_R_SSL_CTX_HAS_NO_DEFAULT_SSL_VERSION); + return (NULL); + } + + s = (SSL *)OPENSSL_malloc(sizeof(SSL)); + if (s == NULL) + goto err; + memset(s, 0, sizeof(SSL)); + +#ifndef OPENSSL_NO_KRB5 + s->kssl_ctx = kssl_ctx_new(); +#endif /* OPENSSL_NO_KRB5 */ + + s->options = ctx->options; + s->mode = ctx->mode; + s->max_cert_list = ctx->max_cert_list; + + if (ctx->cert != NULL) { + /* + * Earlier library versions used to copy the pointer to the CERT, not + * its contents; only when setting new parameters for the per-SSL + * copy, ssl_cert_new would be called (and the direct reference to + * the per-SSL_CTX settings would be lost, but those still were + * indirectly accessed for various purposes, and for that reason they + * used to be known as s->ctx->default_cert). Now we don't look at the + * SSL_CTX's CERT after having duplicated it once. + */ + + s->cert = ssl_cert_dup(ctx->cert); + if (s->cert == NULL) + goto err; + } else + s->cert = NULL; /* Cannot really happen (see SSL_CTX_new) */ + + s->read_ahead = ctx->read_ahead; + s->msg_callback = ctx->msg_callback; + s->msg_callback_arg = ctx->msg_callback_arg; + s->verify_mode = ctx->verify_mode; #if 0 - s->verify_depth=ctx->verify_depth; -#endif - s->sid_ctx_length=ctx->sid_ctx_length; - OPENSSL_assert(s->sid_ctx_length <= sizeof s->sid_ctx); - memcpy(&s->sid_ctx,&ctx->sid_ctx,sizeof(s->sid_ctx)); - s->verify_callback=ctx->default_verify_callback; - s->generate_session_id=ctx->generate_session_id; - - s->param = X509_VERIFY_PARAM_new(); - if (!s->param) - goto err; - X509_VERIFY_PARAM_inherit(s->param, ctx->param); + s->verify_depth = ctx->verify_depth; +#endif + s->sid_ctx_length = ctx->sid_ctx_length; + OPENSSL_assert(s->sid_ctx_length <= sizeof s->sid_ctx); + memcpy(&s->sid_ctx, &ctx->sid_ctx, sizeof(s->sid_ctx)); + s->verify_callback = ctx->default_verify_callback; + s->generate_session_id = ctx->generate_session_id; + + s->param = X509_VERIFY_PARAM_new(); + if (!s->param) + goto err; + X509_VERIFY_PARAM_inherit(s->param, ctx->param); #if 0 - s->purpose = ctx->purpose; - s->trust = ctx->trust; + s->purpose = ctx->purpose; + s->trust = ctx->trust; #endif - s->quiet_shutdown=ctx->quiet_shutdown; - s->max_send_fragment = ctx->max_send_fragment; + s->quiet_shutdown = ctx->quiet_shutdown; + s->max_send_fragment = ctx->max_send_fragment; - CRYPTO_add(&ctx->references,1,CRYPTO_LOCK_SSL_CTX); - s->ctx=ctx; + CRYPTO_add(&ctx->references, 1, CRYPTO_LOCK_SSL_CTX); + s->ctx = ctx; #ifndef OPENSSL_NO_TLSEXT - s->tlsext_debug_cb = 0; - s->tlsext_debug_arg = NULL; - s->tlsext_ticket_expected = 0; - s->tlsext_status_type = -1; - s->tlsext_status_expected = 0; - s->tlsext_ocsp_ids = NULL; - s->tlsext_ocsp_exts = NULL; - s->tlsext_ocsp_resp = NULL; - s->tlsext_ocsp_resplen = -1; - CRYPTO_add(&ctx->references,1,CRYPTO_LOCK_SSL_CTX); - s->initial_ctx=ctx; + s->tlsext_debug_cb = 0; + s->tlsext_debug_arg = NULL; + s->tlsext_ticket_expected = 0; + s->tlsext_status_type = -1; + s->tlsext_status_expected = 0; + s->tlsext_ocsp_ids = NULL; + s->tlsext_ocsp_exts = NULL; + s->tlsext_ocsp_resp = NULL; + s->tlsext_ocsp_resplen = -1; + CRYPTO_add(&ctx->references, 1, CRYPTO_LOCK_SSL_CTX); + s->initial_ctx = ctx; +# ifndef OPENSSL_NO_EC + if (ctx->tlsext_ecpointformatlist) { + s->tlsext_ecpointformatlist = + BUF_memdup(ctx->tlsext_ecpointformatlist, + ctx->tlsext_ecpointformatlist_length); + if (!s->tlsext_ecpointformatlist) + goto err; + s->tlsext_ecpointformatlist_length = + ctx->tlsext_ecpointformatlist_length; + } + if (ctx->tlsext_ellipticcurvelist) { + s->tlsext_ellipticcurvelist = + BUF_memdup(ctx->tlsext_ellipticcurvelist, + ctx->tlsext_ellipticcurvelist_length); + if (!s->tlsext_ellipticcurvelist) + goto err; + s->tlsext_ellipticcurvelist_length = + ctx->tlsext_ellipticcurvelist_length; + } +# endif # ifndef OPENSSL_NO_NEXTPROTONEG - s->next_proto_negotiated = NULL; + s->next_proto_negotiated = NULL; # endif + + if (s->ctx->alpn_client_proto_list) { + s->alpn_client_proto_list = + OPENSSL_malloc(s->ctx->alpn_client_proto_list_len); + if (s->alpn_client_proto_list == NULL) + goto err; + memcpy(s->alpn_client_proto_list, s->ctx->alpn_client_proto_list, + s->ctx->alpn_client_proto_list_len); + s->alpn_client_proto_list_len = s->ctx->alpn_client_proto_list_len; + } #endif - s->verify_result=X509_V_OK; + s->verify_result = X509_V_OK; - s->method=ctx->method; + s->method = ctx->method; - if (!s->method->ssl_new(s)) - goto err; + if (!s->method->ssl_new(s)) + goto err; - s->references=1; - s->server=(ctx->method->ssl_accept == ssl_undefined_function)?0:1; + s->references = 1; + s->server = (ctx->method->ssl_accept == ssl_undefined_function) ? 0 : 1; - SSL_clear(s); + SSL_clear(s); - CRYPTO_new_ex_data(CRYPTO_EX_INDEX_SSL, s, &s->ex_data); + CRYPTO_new_ex_data(CRYPTO_EX_INDEX_SSL, s, &s->ex_data); #ifndef OPENSSL_NO_PSK - s->psk_client_callback=ctx->psk_client_callback; - s->psk_server_callback=ctx->psk_server_callback; -#endif - - return(s); -err: - if (s != NULL) - { - if (s->cert != NULL) - ssl_cert_free(s->cert); - if (s->ctx != NULL) - SSL_CTX_free(s->ctx); /* decrement reference count */ - OPENSSL_free(s); - } - SSLerr(SSL_F_SSL_NEW,ERR_R_MALLOC_FAILURE); - return(NULL); - } - -int SSL_CTX_set_session_id_context(SSL_CTX *ctx,const unsigned char *sid_ctx, - unsigned int sid_ctx_len) - { - if(sid_ctx_len > sizeof ctx->sid_ctx) - { - SSLerr(SSL_F_SSL_CTX_SET_SESSION_ID_CONTEXT,SSL_R_SSL_SESSION_ID_CONTEXT_TOO_LONG); - return 0; - } - ctx->sid_ctx_length=sid_ctx_len; - memcpy(ctx->sid_ctx,sid_ctx,sid_ctx_len); + s->psk_client_callback = ctx->psk_client_callback; + s->psk_server_callback = ctx->psk_server_callback; +#endif - return 1; - } + return (s); + err: + if (s != NULL) + SSL_free(s); + SSLerr(SSL_F_SSL_NEW, ERR_R_MALLOC_FAILURE); + return (NULL); +} -int SSL_set_session_id_context(SSL *ssl,const unsigned char *sid_ctx, - unsigned int sid_ctx_len) - { - if(sid_ctx_len > SSL_MAX_SID_CTX_LENGTH) - { - SSLerr(SSL_F_SSL_SET_SESSION_ID_CONTEXT,SSL_R_SSL_SESSION_ID_CONTEXT_TOO_LONG); - return 0; - } - ssl->sid_ctx_length=sid_ctx_len; - memcpy(ssl->sid_ctx,sid_ctx,sid_ctx_len); +int SSL_CTX_set_session_id_context(SSL_CTX *ctx, const unsigned char *sid_ctx, + unsigned int sid_ctx_len) +{ + if (sid_ctx_len > sizeof ctx->sid_ctx) { + SSLerr(SSL_F_SSL_CTX_SET_SESSION_ID_CONTEXT, + SSL_R_SSL_SESSION_ID_CONTEXT_TOO_LONG); + return 0; + } + ctx->sid_ctx_length = sid_ctx_len; + memcpy(ctx->sid_ctx, sid_ctx, sid_ctx_len); return 1; +} + +int SSL_set_session_id_context(SSL *ssl, const unsigned char *sid_ctx, + unsigned int sid_ctx_len) +{ + if (sid_ctx_len > SSL_MAX_SID_CTX_LENGTH) { + SSLerr(SSL_F_SSL_SET_SESSION_ID_CONTEXT, + SSL_R_SSL_SESSION_ID_CONTEXT_TOO_LONG); + return 0; } + ssl->sid_ctx_length = sid_ctx_len; + memcpy(ssl->sid_ctx, sid_ctx, sid_ctx_len); + + return 1; +} int SSL_CTX_set_generate_session_id(SSL_CTX *ctx, GEN_SESSION_CB cb) - { - CRYPTO_w_lock(CRYPTO_LOCK_SSL_CTX); - ctx->generate_session_id = cb; - CRYPTO_w_unlock(CRYPTO_LOCK_SSL_CTX); - return 1; - } +{ + CRYPTO_w_lock(CRYPTO_LOCK_SSL_CTX); + ctx->generate_session_id = cb; + CRYPTO_w_unlock(CRYPTO_LOCK_SSL_CTX); + return 1; +} int SSL_set_generate_session_id(SSL *ssl, GEN_SESSION_CB cb) - { - CRYPTO_w_lock(CRYPTO_LOCK_SSL); - ssl->generate_session_id = cb; - CRYPTO_w_unlock(CRYPTO_LOCK_SSL); - return 1; - } +{ + CRYPTO_w_lock(CRYPTO_LOCK_SSL); + ssl->generate_session_id = cb; + CRYPTO_w_unlock(CRYPTO_LOCK_SSL); + return 1; +} int SSL_has_matching_session_id(const SSL *ssl, const unsigned char *id, - unsigned int id_len) - { - /* A quick examination of SSL_SESSION_hash and SSL_SESSION_cmp shows how - * we can "construct" a session to give us the desired check - ie. to - * find if there's a session in the hash table that would conflict with - * any new session built out of this id/id_len and the ssl_version in - * use by this SSL. */ - SSL_SESSION r, *p; - - if(id_len > sizeof r.session_id) - return 0; - - r.ssl_version = ssl->version; - r.session_id_length = id_len; - memcpy(r.session_id, id, id_len); - /* NB: SSLv2 always uses a fixed 16-byte session ID, so even if a - * callback is calling us to check the uniqueness of a shorter ID, it - * must be compared as a padded-out ID because that is what it will be - * converted to when the callback has finished choosing it. */ - if((r.ssl_version == SSL2_VERSION) && - (id_len < SSL2_SSL_SESSION_ID_LENGTH)) - { - memset(r.session_id + id_len, 0, - SSL2_SSL_SESSION_ID_LENGTH - id_len); - r.session_id_length = SSL2_SSL_SESSION_ID_LENGTH; - } - - CRYPTO_r_lock(CRYPTO_LOCK_SSL_CTX); - p = lh_SSL_SESSION_retrieve(ssl->ctx->sessions, &r); - CRYPTO_r_unlock(CRYPTO_LOCK_SSL_CTX); - return (p != NULL); - } + unsigned int id_len) +{ + /* + * A quick examination of SSL_SESSION_hash and SSL_SESSION_cmp shows how + * we can "construct" a session to give us the desired check - ie. to + * find if there's a session in the hash table that would conflict with + * any new session built out of this id/id_len and the ssl_version in use + * by this SSL. + */ + SSL_SESSION r, *p; + + if (id_len > sizeof r.session_id) + return 0; + + r.ssl_version = ssl->version; + r.session_id_length = id_len; + memcpy(r.session_id, id, id_len); + /* + * NB: SSLv2 always uses a fixed 16-byte session ID, so even if a + * callback is calling us to check the uniqueness of a shorter ID, it + * must be compared as a padded-out ID because that is what it will be + * converted to when the callback has finished choosing it. + */ + if ((r.ssl_version == SSL2_VERSION) && + (id_len < SSL2_SSL_SESSION_ID_LENGTH)) { + memset(r.session_id + id_len, 0, SSL2_SSL_SESSION_ID_LENGTH - id_len); + r.session_id_length = SSL2_SSL_SESSION_ID_LENGTH; + } + + CRYPTO_r_lock(CRYPTO_LOCK_SSL_CTX); + p = lh_SSL_SESSION_retrieve(ssl->ctx->sessions, &r); + CRYPTO_r_unlock(CRYPTO_LOCK_SSL_CTX); + return (p != NULL); +} int SSL_CTX_set_purpose(SSL_CTX *s, int purpose) - { - return X509_VERIFY_PARAM_set_purpose(s->param, purpose); - } +{ + return X509_VERIFY_PARAM_set_purpose(s->param, purpose); +} int SSL_set_purpose(SSL *s, int purpose) - { - return X509_VERIFY_PARAM_set_purpose(s->param, purpose); - } +{ + return X509_VERIFY_PARAM_set_purpose(s->param, purpose); +} int SSL_CTX_set_trust(SSL_CTX *s, int trust) - { - return X509_VERIFY_PARAM_set_trust(s->param, trust); - } +{ + return X509_VERIFY_PARAM_set_trust(s->param, trust); +} int SSL_set_trust(SSL *s, int trust) - { - return X509_VERIFY_PARAM_set_trust(s->param, trust); - } +{ + return X509_VERIFY_PARAM_set_trust(s->param, trust); +} int SSL_CTX_set1_param(SSL_CTX *ctx, X509_VERIFY_PARAM *vpm) - { - return X509_VERIFY_PARAM_set1(ctx->param, vpm); - } +{ + return X509_VERIFY_PARAM_set1(ctx->param, vpm); +} int SSL_set1_param(SSL *ssl, X509_VERIFY_PARAM *vpm) - { - return X509_VERIFY_PARAM_set1(ssl->param, vpm); - } +{ + return X509_VERIFY_PARAM_set1(ssl->param, vpm); +} + +X509_VERIFY_PARAM *SSL_CTX_get0_param(SSL_CTX *ctx) +{ + return ctx->param; +} + +X509_VERIFY_PARAM *SSL_get0_param(SSL *ssl) +{ + return ssl->param; +} + +void SSL_certs_clear(SSL *s) +{ + ssl_cert_clear_certs(s->cert); +} void SSL_free(SSL *s) - { - int i; +{ + int i; - if(s == NULL) - return; + if (s == NULL) + return; - i=CRYPTO_add(&s->references,-1,CRYPTO_LOCK_SSL); + i = CRYPTO_add(&s->references, -1, CRYPTO_LOCK_SSL); #ifdef REF_PRINT - REF_PRINT("SSL",s); + REF_PRINT("SSL", s); #endif - if (i > 0) return; + if (i > 0) + return; #ifdef REF_CHECK - if (i < 0) - { - fprintf(stderr,"SSL_free, bad reference count\n"); - abort(); /* ok */ - } -#endif - - if (s->param) - X509_VERIFY_PARAM_free(s->param); - - CRYPTO_free_ex_data(CRYPTO_EX_INDEX_SSL, s, &s->ex_data); - - if (s->bbio != NULL) - { - /* If the buffering BIO is in place, pop it off */ - if (s->bbio == s->wbio) - { - s->wbio=BIO_pop(s->wbio); - } - BIO_free(s->bbio); - s->bbio=NULL; - } - if (s->rbio != NULL) - BIO_free_all(s->rbio); - if ((s->wbio != NULL) && (s->wbio != s->rbio)) - BIO_free_all(s->wbio); - - if (s->init_buf != NULL) BUF_MEM_free(s->init_buf); - - /* add extra stuff */ - if (s->cipher_list != NULL) sk_SSL_CIPHER_free(s->cipher_list); - if (s->cipher_list_by_id != NULL) sk_SSL_CIPHER_free(s->cipher_list_by_id); - - /* Make the next call work :-) */ - if (s->session != NULL) - { - ssl_clear_bad_session(s); - SSL_SESSION_free(s->session); - } - - ssl_clear_cipher_ctx(s); - ssl_clear_hash_ctx(&s->read_hash); - ssl_clear_hash_ctx(&s->write_hash); - - if (s->cert != NULL) ssl_cert_free(s->cert); - /* Free up if allocated */ + if (i < 0) { + fprintf(stderr, "SSL_free, bad reference count\n"); + abort(); /* ok */ + } +#endif + + if (s->param) + X509_VERIFY_PARAM_free(s->param); + + CRYPTO_free_ex_data(CRYPTO_EX_INDEX_SSL, s, &s->ex_data); + + if (s->bbio != NULL) { + /* If the buffering BIO is in place, pop it off */ + if (s->bbio == s->wbio) { + s->wbio = BIO_pop(s->wbio); + } + BIO_free(s->bbio); + s->bbio = NULL; + } + if (s->rbio != NULL) + BIO_free_all(s->rbio); + if ((s->wbio != NULL) && (s->wbio != s->rbio)) + BIO_free_all(s->wbio); + + if (s->init_buf != NULL) + BUF_MEM_free(s->init_buf); + + /* add extra stuff */ + if (s->cipher_list != NULL) + sk_SSL_CIPHER_free(s->cipher_list); + if (s->cipher_list_by_id != NULL) + sk_SSL_CIPHER_free(s->cipher_list_by_id); + + /* Make the next call work :-) */ + if (s->session != NULL) { + ssl_clear_bad_session(s); + SSL_SESSION_free(s->session); + } + + ssl_clear_cipher_ctx(s); + ssl_clear_hash_ctx(&s->read_hash); + ssl_clear_hash_ctx(&s->write_hash); + + if (s->cert != NULL) + ssl_cert_free(s->cert); + /* Free up if allocated */ #ifndef OPENSSL_NO_TLSEXT - if (s->tlsext_hostname) - OPENSSL_free(s->tlsext_hostname); - if (s->initial_ctx) SSL_CTX_free(s->initial_ctx); -#ifndef OPENSSL_NO_EC - if (s->tlsext_ecpointformatlist) OPENSSL_free(s->tlsext_ecpointformatlist); - if (s->tlsext_ellipticcurvelist) OPENSSL_free(s->tlsext_ellipticcurvelist); -#endif /* OPENSSL_NO_EC */ - if (s->tlsext_opaque_prf_input) OPENSSL_free(s->tlsext_opaque_prf_input); - if (s->tlsext_ocsp_exts) - sk_X509_EXTENSION_pop_free(s->tlsext_ocsp_exts, - X509_EXTENSION_free); - if (s->tlsext_ocsp_ids) - sk_OCSP_RESPID_pop_free(s->tlsext_ocsp_ids, OCSP_RESPID_free); - if (s->tlsext_ocsp_resp) - OPENSSL_free(s->tlsext_ocsp_resp); + if (s->tlsext_hostname) + OPENSSL_free(s->tlsext_hostname); + if (s->initial_ctx) + SSL_CTX_free(s->initial_ctx); +# ifndef OPENSSL_NO_EC + if (s->tlsext_ecpointformatlist) + OPENSSL_free(s->tlsext_ecpointformatlist); + if (s->tlsext_ellipticcurvelist) + OPENSSL_free(s->tlsext_ellipticcurvelist); +# endif /* OPENSSL_NO_EC */ + if (s->tlsext_opaque_prf_input) + OPENSSL_free(s->tlsext_opaque_prf_input); + if (s->tlsext_ocsp_exts) + sk_X509_EXTENSION_pop_free(s->tlsext_ocsp_exts, X509_EXTENSION_free); + if (s->tlsext_ocsp_ids) + sk_OCSP_RESPID_pop_free(s->tlsext_ocsp_ids, OCSP_RESPID_free); + if (s->tlsext_ocsp_resp) + OPENSSL_free(s->tlsext_ocsp_resp); + if (s->alpn_client_proto_list) + OPENSSL_free(s->alpn_client_proto_list); #endif - if (s->client_CA != NULL) - sk_X509_NAME_pop_free(s->client_CA,X509_NAME_free); + if (s->client_CA != NULL) + sk_X509_NAME_pop_free(s->client_CA, X509_NAME_free); - if (s->method != NULL) s->method->ssl_free(s); + if (s->method != NULL) + s->method->ssl_free(s); - if (s->ctx) SSL_CTX_free(s->ctx); + if (s->ctx) + SSL_CTX_free(s->ctx); -#ifndef OPENSSL_NO_KRB5 - if (s->kssl_ctx != NULL) - kssl_ctx_free(s->kssl_ctx); -#endif /* OPENSSL_NO_KRB5 */ +#ifndef OPENSSL_NO_KRB5 + if (s->kssl_ctx != NULL) + kssl_ctx_free(s->kssl_ctx); +#endif /* OPENSSL_NO_KRB5 */ #if !defined(OPENSSL_NO_TLSEXT) && !defined(OPENSSL_NO_NEXTPROTONEG) - if (s->next_proto_negotiated) - OPENSSL_free(s->next_proto_negotiated); + if (s->next_proto_negotiated) + OPENSSL_free(s->next_proto_negotiated); #endif #ifndef OPENSSL_NO_SRTP - if (s->srtp_profiles) - sk_SRTP_PROTECTION_PROFILE_free(s->srtp_profiles); -#endif - - OPENSSL_free(s); - } - -void SSL_set_bio(SSL *s,BIO *rbio,BIO *wbio) - { - /* If the output buffering BIO is still in place, remove it - */ - if (s->bbio != NULL) - { - if (s->wbio == s->bbio) - { - s->wbio=s->wbio->next_bio; - s->bbio->next_bio=NULL; - } - } - if ((s->rbio != NULL) && (s->rbio != rbio)) - BIO_free_all(s->rbio); - if ((s->wbio != NULL) && (s->wbio != wbio) && (s->rbio != s->wbio)) - BIO_free_all(s->wbio); - s->rbio=rbio; - s->wbio=wbio; - } + if (s->srtp_profiles) + sk_SRTP_PROTECTION_PROFILE_free(s->srtp_profiles); +#endif + + OPENSSL_free(s); +} + +void SSL_set_bio(SSL *s, BIO *rbio, BIO *wbio) +{ + /* + * If the output buffering BIO is still in place, remove it + */ + if (s->bbio != NULL) { + if (s->wbio == s->bbio) { + s->wbio = s->wbio->next_bio; + s->bbio->next_bio = NULL; + } + } + if ((s->rbio != NULL) && (s->rbio != rbio)) + BIO_free_all(s->rbio); + if ((s->wbio != NULL) && (s->wbio != wbio) && (s->rbio != s->wbio)) + BIO_free_all(s->wbio); + s->rbio = rbio; + s->wbio = wbio; +} BIO *SSL_get_rbio(const SSL *s) - { return(s->rbio); } +{ + return (s->rbio); +} BIO *SSL_get_wbio(const SSL *s) - { return(s->wbio); } +{ + return (s->wbio); +} int SSL_get_fd(const SSL *s) - { - return(SSL_get_rfd(s)); - } +{ + return (SSL_get_rfd(s)); +} int SSL_get_rfd(const SSL *s) - { - int ret= -1; - BIO *b,*r; - - b=SSL_get_rbio(s); - r=BIO_find_type(b,BIO_TYPE_DESCRIPTOR); - if (r != NULL) - BIO_get_fd(r,&ret); - return(ret); - } +{ + int ret = -1; + BIO *b, *r; + + b = SSL_get_rbio(s); + r = BIO_find_type(b, BIO_TYPE_DESCRIPTOR); + if (r != NULL) + BIO_get_fd(r, &ret); + return (ret); +} int SSL_get_wfd(const SSL *s) - { - int ret= -1; - BIO *b,*r; - - b=SSL_get_wbio(s); - r=BIO_find_type(b,BIO_TYPE_DESCRIPTOR); - if (r != NULL) - BIO_get_fd(r,&ret); - return(ret); - } +{ + int ret = -1; + BIO *b, *r; + + b = SSL_get_wbio(s); + r = BIO_find_type(b, BIO_TYPE_DESCRIPTOR); + if (r != NULL) + BIO_get_fd(r, &ret); + return (ret); +} #ifndef OPENSSL_NO_SOCK -int SSL_set_fd(SSL *s,int fd) - { - int ret=0; - BIO *bio=NULL; - - bio=BIO_new(BIO_s_socket()); - - if (bio == NULL) - { - SSLerr(SSL_F_SSL_SET_FD,ERR_R_BUF_LIB); - goto err; - } - BIO_set_fd(bio,fd,BIO_NOCLOSE); - SSL_set_bio(s,bio,bio); - ret=1; -err: - return(ret); - } - -int SSL_set_wfd(SSL *s,int fd) - { - int ret=0; - BIO *bio=NULL; - - if ((s->rbio == NULL) || (BIO_method_type(s->rbio) != BIO_TYPE_SOCKET) - || ((int)BIO_get_fd(s->rbio,NULL) != fd)) - { - bio=BIO_new(BIO_s_socket()); - - if (bio == NULL) - { SSLerr(SSL_F_SSL_SET_WFD,ERR_R_BUF_LIB); goto err; } - BIO_set_fd(bio,fd,BIO_NOCLOSE); - SSL_set_bio(s,SSL_get_rbio(s),bio); - } - else - SSL_set_bio(s,SSL_get_rbio(s),SSL_get_rbio(s)); - ret=1; -err: - return(ret); - } - -int SSL_set_rfd(SSL *s,int fd) - { - int ret=0; - BIO *bio=NULL; - - if ((s->wbio == NULL) || (BIO_method_type(s->wbio) != BIO_TYPE_SOCKET) - || ((int)BIO_get_fd(s->wbio,NULL) != fd)) - { - bio=BIO_new(BIO_s_socket()); - - if (bio == NULL) - { - SSLerr(SSL_F_SSL_SET_RFD,ERR_R_BUF_LIB); - goto err; - } - BIO_set_fd(bio,fd,BIO_NOCLOSE); - SSL_set_bio(s,bio,SSL_get_wbio(s)); - } - else - SSL_set_bio(s,SSL_get_wbio(s),SSL_get_wbio(s)); - ret=1; -err: - return(ret); - } -#endif +int SSL_set_fd(SSL *s, int fd) +{ + int ret = 0; + BIO *bio = NULL; + + bio = BIO_new(BIO_s_socket()); + + if (bio == NULL) { + SSLerr(SSL_F_SSL_SET_FD, ERR_R_BUF_LIB); + goto err; + } + BIO_set_fd(bio, fd, BIO_NOCLOSE); + SSL_set_bio(s, bio, bio); + ret = 1; + err: + return (ret); +} + +int SSL_set_wfd(SSL *s, int fd) +{ + int ret = 0; + BIO *bio = NULL; + + if ((s->rbio == NULL) || (BIO_method_type(s->rbio) != BIO_TYPE_SOCKET) + || ((int)BIO_get_fd(s->rbio, NULL) != fd)) { + bio = BIO_new(BIO_s_socket()); + + if (bio == NULL) { + SSLerr(SSL_F_SSL_SET_WFD, ERR_R_BUF_LIB); + goto err; + } + BIO_set_fd(bio, fd, BIO_NOCLOSE); + SSL_set_bio(s, SSL_get_rbio(s), bio); + } else + SSL_set_bio(s, SSL_get_rbio(s), SSL_get_rbio(s)); + ret = 1; + err: + return (ret); +} +int SSL_set_rfd(SSL *s, int fd) +{ + int ret = 0; + BIO *bio = NULL; + + if ((s->wbio == NULL) || (BIO_method_type(s->wbio) != BIO_TYPE_SOCKET) + || ((int)BIO_get_fd(s->wbio, NULL) != fd)) { + bio = BIO_new(BIO_s_socket()); + + if (bio == NULL) { + SSLerr(SSL_F_SSL_SET_RFD, ERR_R_BUF_LIB); + goto err; + } + BIO_set_fd(bio, fd, BIO_NOCLOSE); + SSL_set_bio(s, bio, SSL_get_wbio(s)); + } else + SSL_set_bio(s, SSL_get_wbio(s), SSL_get_wbio(s)); + ret = 1; + err: + return (ret); +} +#endif /* return length of latest Finished message we sent, copy to 'buf' */ size_t SSL_get_finished(const SSL *s, void *buf, size_t count) - { - size_t ret = 0; - - if (s->s3 != NULL) - { - ret = s->s3->tmp.finish_md_len; - if (count > ret) - count = ret; - memcpy(buf, s->s3->tmp.finish_md, count); - } - return ret; - } +{ + size_t ret = 0; + + if (s->s3 != NULL) { + ret = s->s3->tmp.finish_md_len; + if (count > ret) + count = ret; + memcpy(buf, s->s3->tmp.finish_md, count); + } + return ret; +} /* return length of latest Finished message we expected, copy to 'buf' */ size_t SSL_get_peer_finished(const SSL *s, void *buf, size_t count) - { - size_t ret = 0; - - if (s->s3 != NULL) - { - ret = s->s3->tmp.peer_finish_md_len; - if (count > ret) - count = ret; - memcpy(buf, s->s3->tmp.peer_finish_md, count); - } - return ret; - } +{ + size_t ret = 0; + if (s->s3 != NULL) { + ret = s->s3->tmp.peer_finish_md_len; + if (count > ret) + count = ret; + memcpy(buf, s->s3->tmp.peer_finish_md, count); + } + return ret; +} int SSL_get_verify_mode(const SSL *s) - { - return(s->verify_mode); - } +{ + return (s->verify_mode); +} int SSL_get_verify_depth(const SSL *s) - { - return X509_VERIFY_PARAM_get_depth(s->param); - } +{ + return X509_VERIFY_PARAM_get_depth(s->param); +} -int (*SSL_get_verify_callback(const SSL *s))(int,X509_STORE_CTX *) - { - return(s->verify_callback); - } +int (*SSL_get_verify_callback(const SSL *s)) (int, X509_STORE_CTX *) { + return (s->verify_callback); +} int SSL_CTX_get_verify_mode(const SSL_CTX *ctx) - { - return(ctx->verify_mode); - } +{ + return (ctx->verify_mode); +} int SSL_CTX_get_verify_depth(const SSL_CTX *ctx) - { - return X509_VERIFY_PARAM_get_depth(ctx->param); - } - -int (*SSL_CTX_get_verify_callback(const SSL_CTX *ctx))(int,X509_STORE_CTX *) - { - return(ctx->default_verify_callback); - } - -void SSL_set_verify(SSL *s,int mode, - int (*callback)(int ok,X509_STORE_CTX *ctx)) - { - s->verify_mode=mode; - if (callback != NULL) - s->verify_callback=callback; - } - -void SSL_set_verify_depth(SSL *s,int depth) - { - X509_VERIFY_PARAM_set_depth(s->param, depth); - } - -void SSL_set_read_ahead(SSL *s,int yes) - { - s->read_ahead=yes; - } +{ + return X509_VERIFY_PARAM_get_depth(ctx->param); +} + +int (*SSL_CTX_get_verify_callback(const SSL_CTX *ctx)) (int, X509_STORE_CTX *) { + return (ctx->default_verify_callback); +} + +void SSL_set_verify(SSL *s, int mode, + int (*callback) (int ok, X509_STORE_CTX *ctx)) +{ + s->verify_mode = mode; + if (callback != NULL) + s->verify_callback = callback; +} + +void SSL_set_verify_depth(SSL *s, int depth) +{ + X509_VERIFY_PARAM_set_depth(s->param, depth); +} + +void SSL_set_read_ahead(SSL *s, int yes) +{ + s->read_ahead = yes; +} int SSL_get_read_ahead(const SSL *s) - { - return(s->read_ahead); - } +{ + return (s->read_ahead); +} int SSL_pending(const SSL *s) - { - /* SSL_pending cannot work properly if read-ahead is enabled - * (SSL_[CTX_]ctrl(..., SSL_CTRL_SET_READ_AHEAD, 1, NULL)), - * and it is impossible to fix since SSL_pending cannot report - * errors that may be observed while scanning the new data. - * (Note that SSL_pending() is often used as a boolean value, - * so we'd better not return -1.) - */ - return(s->method->ssl_pending(s)); - } +{ + /* + * SSL_pending cannot work properly if read-ahead is enabled + * (SSL_[CTX_]ctrl(..., SSL_CTRL_SET_READ_AHEAD, 1, NULL)), and it is + * impossible to fix since SSL_pending cannot report errors that may be + * observed while scanning the new data. (Note that SSL_pending() is + * often used as a boolean value, so we'd better not return -1.) + */ + return (s->method->ssl_pending(s)); +} X509 *SSL_get_peer_certificate(const SSL *s) - { - X509 *r; - - if ((s == NULL) || (s->session == NULL)) - r=NULL; - else - r=s->session->peer; +{ + X509 *r; - if (r == NULL) return(r); + if ((s == NULL) || (s->session == NULL)) + r = NULL; + else + r = s->session->peer; - CRYPTO_add(&r->references,1,CRYPTO_LOCK_X509); + if (r == NULL) + return (r); - return(r); - } + CRYPTO_add(&r->references, 1, CRYPTO_LOCK_X509); + + return (r); +} STACK_OF(X509) *SSL_get_peer_cert_chain(const SSL *s) - { - STACK_OF(X509) *r; - - if ((s == NULL) || (s->session == NULL) || (s->session->sess_cert == NULL)) - r=NULL; - else - r=s->session->sess_cert->cert_chain; - - /* If we are a client, cert_chain includes the peer's own - * certificate; if we are a server, it does not. */ - - return(r); - } - -/* Now in theory, since the calling process own 't' it should be safe to - * modify. We need to be able to read f without being hassled */ -void SSL_copy_session_id(SSL *t,const SSL *f) - { - CERT *tmp; - - /* Do we need to to SSL locking? */ - SSL_set_session(t,SSL_get_session(f)); - - /* what if we are setup as SSLv2 but want to talk SSLv3 or - * vice-versa */ - if (t->method != f->method) - { - t->method->ssl_free(t); /* cleanup current */ - t->method=f->method; /* change method */ - t->method->ssl_new(t); /* setup new */ - } - - tmp=t->cert; - if (f->cert != NULL) - { - CRYPTO_add(&f->cert->references,1,CRYPTO_LOCK_SSL_CERT); - t->cert=f->cert; - } - else - t->cert=NULL; - if (tmp != NULL) ssl_cert_free(tmp); - SSL_set_session_id_context(t,f->sid_ctx,f->sid_ctx_length); - } +{ + STACK_OF(X509) *r; + + if ((s == NULL) || (s->session == NULL) + || (s->session->sess_cert == NULL)) + r = NULL; + else + r = s->session->sess_cert->cert_chain; + + /* + * If we are a client, cert_chain includes the peer's own certificate; if + * we are a server, it does not. + */ + + return (r); +} + +/* + * Now in theory, since the calling process own 't' it should be safe to + * modify. We need to be able to read f without being hassled + */ +void SSL_copy_session_id(SSL *t, const SSL *f) +{ + CERT *tmp; + + /* Do we need to to SSL locking? */ + SSL_set_session(t, SSL_get_session(f)); + + /* + * what if we are setup as SSLv2 but want to talk SSLv3 or vice-versa + */ + if (t->method != f->method) { + t->method->ssl_free(t); /* cleanup current */ + t->method = f->method; /* change method */ + t->method->ssl_new(t); /* setup new */ + } + + tmp = t->cert; + if (f->cert != NULL) { + CRYPTO_add(&f->cert->references, 1, CRYPTO_LOCK_SSL_CERT); + t->cert = f->cert; + } else + t->cert = NULL; + if (tmp != NULL) + ssl_cert_free(tmp); + SSL_set_session_id_context(t, f->sid_ctx, f->sid_ctx_length); +} /* Fix this so it checks all the valid key/cert options */ int SSL_CTX_check_private_key(const SSL_CTX *ctx) - { - if ( (ctx == NULL) || - (ctx->cert == NULL) || - (ctx->cert->key->x509 == NULL)) - { - SSLerr(SSL_F_SSL_CTX_CHECK_PRIVATE_KEY,SSL_R_NO_CERTIFICATE_ASSIGNED); - return(0); - } - if (ctx->cert->key->privatekey == NULL) - { - SSLerr(SSL_F_SSL_CTX_CHECK_PRIVATE_KEY,SSL_R_NO_PRIVATE_KEY_ASSIGNED); - return(0); - } - return(X509_check_private_key(ctx->cert->key->x509, ctx->cert->key->privatekey)); - } +{ + if ((ctx == NULL) || + (ctx->cert == NULL) || (ctx->cert->key->x509 == NULL)) { + SSLerr(SSL_F_SSL_CTX_CHECK_PRIVATE_KEY, + SSL_R_NO_CERTIFICATE_ASSIGNED); + return (0); + } + if (ctx->cert->key->privatekey == NULL) { + SSLerr(SSL_F_SSL_CTX_CHECK_PRIVATE_KEY, + SSL_R_NO_PRIVATE_KEY_ASSIGNED); + return (0); + } + return (X509_check_private_key + (ctx->cert->key->x509, ctx->cert->key->privatekey)); +} /* Fix this function so that it takes an optional type parameter */ int SSL_check_private_key(const SSL *ssl) - { - if (ssl == NULL) - { - SSLerr(SSL_F_SSL_CHECK_PRIVATE_KEY,ERR_R_PASSED_NULL_PARAMETER); - return(0); - } - if (ssl->cert == NULL) - { - SSLerr(SSL_F_SSL_CHECK_PRIVATE_KEY,SSL_R_NO_CERTIFICATE_ASSIGNED); - return 0; - } - if (ssl->cert->key->x509 == NULL) - { - SSLerr(SSL_F_SSL_CHECK_PRIVATE_KEY,SSL_R_NO_CERTIFICATE_ASSIGNED); - return(0); - } - if (ssl->cert->key->privatekey == NULL) - { - SSLerr(SSL_F_SSL_CHECK_PRIVATE_KEY,SSL_R_NO_PRIVATE_KEY_ASSIGNED); - return(0); - } - return(X509_check_private_key(ssl->cert->key->x509, - ssl->cert->key->privatekey)); - } +{ + if (ssl == NULL) { + SSLerr(SSL_F_SSL_CHECK_PRIVATE_KEY, ERR_R_PASSED_NULL_PARAMETER); + return (0); + } + if (ssl->cert == NULL) { + SSLerr(SSL_F_SSL_CHECK_PRIVATE_KEY, SSL_R_NO_CERTIFICATE_ASSIGNED); + return 0; + } + if (ssl->cert->key->x509 == NULL) { + SSLerr(SSL_F_SSL_CHECK_PRIVATE_KEY, SSL_R_NO_CERTIFICATE_ASSIGNED); + return (0); + } + if (ssl->cert->key->privatekey == NULL) { + SSLerr(SSL_F_SSL_CHECK_PRIVATE_KEY, SSL_R_NO_PRIVATE_KEY_ASSIGNED); + return (0); + } + return (X509_check_private_key(ssl->cert->key->x509, + ssl->cert->key->privatekey)); +} int SSL_accept(SSL *s) - { - if (s->handshake_func == 0) - /* Not properly initialized yet */ - SSL_set_accept_state(s); +{ + if (s->handshake_func == 0) + /* Not properly initialized yet */ + SSL_set_accept_state(s); - return(s->method->ssl_accept(s)); - } + return (s->method->ssl_accept(s)); +} int SSL_connect(SSL *s) - { - if (s->handshake_func == 0) - /* Not properly initialized yet */ - SSL_set_connect_state(s); +{ + if (s->handshake_func == 0) + /* Not properly initialized yet */ + SSL_set_connect_state(s); - return(s->method->ssl_connect(s)); - } + return (s->method->ssl_connect(s)); +} long SSL_get_default_timeout(const SSL *s) - { - return(s->method->get_timeout()); - } - -int SSL_read(SSL *s,void *buf,int num) - { - if (s->handshake_func == 0) - { - SSLerr(SSL_F_SSL_READ, SSL_R_UNINITIALIZED); - return -1; - } - - if (s->shutdown & SSL_RECEIVED_SHUTDOWN) - { - s->rwstate=SSL_NOTHING; - return(0); - } - return(s->method->ssl_read(s,buf,num)); - } - -int SSL_peek(SSL *s,void *buf,int num) - { - if (s->handshake_func == 0) - { - SSLerr(SSL_F_SSL_PEEK, SSL_R_UNINITIALIZED); - return -1; - } - - if (s->shutdown & SSL_RECEIVED_SHUTDOWN) - { - return(0); - } - return(s->method->ssl_peek(s,buf,num)); - } - -int SSL_write(SSL *s,const void *buf,int num) - { - if (s->handshake_func == 0) - { - SSLerr(SSL_F_SSL_WRITE, SSL_R_UNINITIALIZED); - return -1; - } - - if (s->shutdown & SSL_SENT_SHUTDOWN) - { - s->rwstate=SSL_NOTHING; - SSLerr(SSL_F_SSL_WRITE,SSL_R_PROTOCOL_IS_SHUTDOWN); - return(-1); - } - return(s->method->ssl_write(s,buf,num)); - } +{ + return (s->method->get_timeout()); +} + +int SSL_read(SSL *s, void *buf, int num) +{ + if (s->handshake_func == 0) { + SSLerr(SSL_F_SSL_READ, SSL_R_UNINITIALIZED); + return -1; + } + + if (s->shutdown & SSL_RECEIVED_SHUTDOWN) { + s->rwstate = SSL_NOTHING; + return (0); + } + return (s->method->ssl_read(s, buf, num)); +} + +int SSL_peek(SSL *s, void *buf, int num) +{ + if (s->handshake_func == 0) { + SSLerr(SSL_F_SSL_PEEK, SSL_R_UNINITIALIZED); + return -1; + } + + if (s->shutdown & SSL_RECEIVED_SHUTDOWN) { + return (0); + } + return (s->method->ssl_peek(s, buf, num)); +} + +int SSL_write(SSL *s, const void *buf, int num) +{ + if (s->handshake_func == 0) { + SSLerr(SSL_F_SSL_WRITE, SSL_R_UNINITIALIZED); + return -1; + } + + if (s->shutdown & SSL_SENT_SHUTDOWN) { + s->rwstate = SSL_NOTHING; + SSLerr(SSL_F_SSL_WRITE, SSL_R_PROTOCOL_IS_SHUTDOWN); + return (-1); + } + return (s->method->ssl_write(s, buf, num)); +} int SSL_shutdown(SSL *s) - { - /* Note that this function behaves differently from what one might - * expect. Return values are 0 for no success (yet), - * 1 for success; but calling it once is usually not enough, - * even if blocking I/O is used (see ssl3_shutdown). - */ - - if (s->handshake_func == 0) - { - SSLerr(SSL_F_SSL_SHUTDOWN, SSL_R_UNINITIALIZED); - return -1; - } - - if ((s != NULL) && !SSL_in_init(s)) - return(s->method->ssl_shutdown(s)); - else - return(1); - } +{ + /* + * Note that this function behaves differently from what one might + * expect. Return values are 0 for no success (yet), 1 for success; but + * calling it once is usually not enough, even if blocking I/O is used + * (see ssl3_shutdown). + */ + + if (s->handshake_func == 0) { + SSLerr(SSL_F_SSL_SHUTDOWN, SSL_R_UNINITIALIZED); + return -1; + } + + if ((s != NULL) && !SSL_in_init(s)) + return (s->method->ssl_shutdown(s)); + else + return (1); +} int SSL_renegotiate(SSL *s) - { - if (s->renegotiate == 0) - s->renegotiate=1; +{ + if (s->renegotiate == 0) + s->renegotiate = 1; - s->new_session=1; + s->new_session = 1; - return(s->method->ssl_renegotiate(s)); - } + return (s->method->ssl_renegotiate(s)); +} int SSL_renegotiate_abbreviated(SSL *s) - { - if (s->renegotiate == 0) - s->renegotiate=1; +{ + if (s->renegotiate == 0) + s->renegotiate = 1; - s->new_session=0; + s->new_session = 0; - return(s->method->ssl_renegotiate(s)); - } + return (s->method->ssl_renegotiate(s)); +} int SSL_renegotiate_pending(SSL *s) - { - /* becomes true when negotiation is requested; - * false again once a handshake has finished */ - return (s->renegotiate != 0); - } - -long SSL_ctrl(SSL *s,int cmd,long larg,void *parg) - { - long l; - - switch (cmd) - { - case SSL_CTRL_GET_READ_AHEAD: - return(s->read_ahead); - case SSL_CTRL_SET_READ_AHEAD: - l=s->read_ahead; - s->read_ahead=larg; - return(l); - - case SSL_CTRL_SET_MSG_CALLBACK_ARG: - s->msg_callback_arg = parg; - return 1; - - case SSL_CTRL_OPTIONS: - return(s->options|=larg); - case SSL_CTRL_CLEAR_OPTIONS: - return(s->options&=~larg); - case SSL_CTRL_MODE: - return(s->mode|=larg); - case SSL_CTRL_CLEAR_MODE: - return(s->mode &=~larg); - case SSL_CTRL_GET_MAX_CERT_LIST: - return(s->max_cert_list); - case SSL_CTRL_SET_MAX_CERT_LIST: - l=s->max_cert_list; - s->max_cert_list=larg; - return(l); - case SSL_CTRL_SET_MTU: -#ifndef OPENSSL_NO_DTLS1 - if (larg < (long)dtls1_min_mtu()) - return 0; -#endif - - if (SSL_version(s) == DTLS1_VERSION || - SSL_version(s) == DTLS1_BAD_VER) - { - s->d1->mtu = larg; - return larg; - } - return 0; - case SSL_CTRL_SET_MAX_SEND_FRAGMENT: - if (larg < 512 || larg > SSL3_RT_MAX_PLAIN_LENGTH) - return 0; - s->max_send_fragment = larg; - return 1; - case SSL_CTRL_GET_RI_SUPPORT: - if (s->s3) - return s->s3->send_connection_binding; - else return 0; - default: - return(s->method->ssl_ctrl(s,cmd,larg,parg)); - } - } - -long SSL_callback_ctrl(SSL *s, int cmd, void (*fp)(void)) - { - switch(cmd) - { - case SSL_CTRL_SET_MSG_CALLBACK: - s->msg_callback = (void (*)(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg))(fp); - return 1; - - default: - return(s->method->ssl_callback_ctrl(s,cmd,fp)); - } - } +{ + /* + * becomes true when negotiation is requested; false again once a + * handshake has finished + */ + return (s->renegotiate != 0); +} + +long SSL_ctrl(SSL *s, int cmd, long larg, void *parg) +{ + long l; + + switch (cmd) { + case SSL_CTRL_GET_READ_AHEAD: + return (s->read_ahead); + case SSL_CTRL_SET_READ_AHEAD: + l = s->read_ahead; + s->read_ahead = larg; + return (l); + + case SSL_CTRL_SET_MSG_CALLBACK_ARG: + s->msg_callback_arg = parg; + return 1; + + case SSL_CTRL_OPTIONS: + return (s->options |= larg); + case SSL_CTRL_CLEAR_OPTIONS: + return (s->options &= ~larg); + case SSL_CTRL_MODE: + return (s->mode |= larg); + case SSL_CTRL_CLEAR_MODE: + return (s->mode &= ~larg); + case SSL_CTRL_GET_MAX_CERT_LIST: + return (s->max_cert_list); + case SSL_CTRL_SET_MAX_CERT_LIST: + l = s->max_cert_list; + s->max_cert_list = larg; + return (l); + case SSL_CTRL_SET_MAX_SEND_FRAGMENT: + if (larg < 512 || larg > SSL3_RT_MAX_PLAIN_LENGTH) + return 0; + s->max_send_fragment = larg; + return 1; + case SSL_CTRL_GET_RI_SUPPORT: + if (s->s3) + return s->s3->send_connection_binding; + else + return 0; + case SSL_CTRL_CERT_FLAGS: + return (s->cert->cert_flags |= larg); + case SSL_CTRL_CLEAR_CERT_FLAGS: + return (s->cert->cert_flags &= ~larg); + + case SSL_CTRL_GET_RAW_CIPHERLIST: + if (parg) { + if (s->cert->ciphers_raw == NULL) + return 0; + *(unsigned char **)parg = s->cert->ciphers_raw; + return (int)s->cert->ciphers_rawlen; + } else + return ssl_put_cipher_by_char(s, NULL, NULL); + default: + return (s->method->ssl_ctrl(s, cmd, larg, parg)); + } +} + +long SSL_callback_ctrl(SSL *s, int cmd, void (*fp) (void)) +{ + switch (cmd) { + case SSL_CTRL_SET_MSG_CALLBACK: + s->msg_callback = (void (*) + (int write_p, int version, int content_type, + const void *buf, size_t len, SSL *ssl, + void *arg))(fp); + return 1; + + default: + return (s->method->ssl_callback_ctrl(s, cmd, fp)); + } +} LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx) - { - return ctx->sessions; - } - -long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd,long larg,void *parg) - { - long l; - - switch (cmd) - { - case SSL_CTRL_GET_READ_AHEAD: - return(ctx->read_ahead); - case SSL_CTRL_SET_READ_AHEAD: - l=ctx->read_ahead; - ctx->read_ahead=larg; - return(l); - - case SSL_CTRL_SET_MSG_CALLBACK_ARG: - ctx->msg_callback_arg = parg; - return 1; - - case SSL_CTRL_GET_MAX_CERT_LIST: - return(ctx->max_cert_list); - case SSL_CTRL_SET_MAX_CERT_LIST: - l=ctx->max_cert_list; - ctx->max_cert_list=larg; - return(l); - - case SSL_CTRL_SET_SESS_CACHE_SIZE: - l=ctx->session_cache_size; - ctx->session_cache_size=larg; - return(l); - case SSL_CTRL_GET_SESS_CACHE_SIZE: - return(ctx->session_cache_size); - case SSL_CTRL_SET_SESS_CACHE_MODE: - l=ctx->session_cache_mode; - ctx->session_cache_mode=larg; - return(l); - case SSL_CTRL_GET_SESS_CACHE_MODE: - return(ctx->session_cache_mode); - - case SSL_CTRL_SESS_NUMBER: - return(lh_SSL_SESSION_num_items(ctx->sessions)); - case SSL_CTRL_SESS_CONNECT: - return(ctx->stats.sess_connect); - case SSL_CTRL_SESS_CONNECT_GOOD: - return(ctx->stats.sess_connect_good); - case SSL_CTRL_SESS_CONNECT_RENEGOTIATE: - return(ctx->stats.sess_connect_renegotiate); - case SSL_CTRL_SESS_ACCEPT: - return(ctx->stats.sess_accept); - case SSL_CTRL_SESS_ACCEPT_GOOD: - return(ctx->stats.sess_accept_good); - case SSL_CTRL_SESS_ACCEPT_RENEGOTIATE: - return(ctx->stats.sess_accept_renegotiate); - case SSL_CTRL_SESS_HIT: - return(ctx->stats.sess_hit); - case SSL_CTRL_SESS_CB_HIT: - return(ctx->stats.sess_cb_hit); - case SSL_CTRL_SESS_MISSES: - return(ctx->stats.sess_miss); - case SSL_CTRL_SESS_TIMEOUTS: - return(ctx->stats.sess_timeout); - case SSL_CTRL_SESS_CACHE_FULL: - return(ctx->stats.sess_cache_full); - case SSL_CTRL_OPTIONS: - return(ctx->options|=larg); - case SSL_CTRL_CLEAR_OPTIONS: - return(ctx->options&=~larg); - case SSL_CTRL_MODE: - return(ctx->mode|=larg); - case SSL_CTRL_CLEAR_MODE: - return(ctx->mode&=~larg); - case SSL_CTRL_SET_MAX_SEND_FRAGMENT: - if (larg < 512 || larg > SSL3_RT_MAX_PLAIN_LENGTH) - return 0; - ctx->max_send_fragment = larg; - return 1; - default: - return(ctx->method->ssl_ctx_ctrl(ctx,cmd,larg,parg)); - } - } - -long SSL_CTX_callback_ctrl(SSL_CTX *ctx, int cmd, void (*fp)(void)) - { - switch(cmd) - { - case SSL_CTRL_SET_MSG_CALLBACK: - ctx->msg_callback = (void (*)(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg))(fp); - return 1; - - default: - return(ctx->method->ssl_ctx_callback_ctrl(ctx,cmd,fp)); - } - } +{ + return ctx->sessions; +} + +long SSL_CTX_ctrl(SSL_CTX *ctx, int cmd, long larg, void *parg) +{ + long l; + /* For some cases with ctx == NULL perform syntax checks */ + if (ctx == NULL) { + switch (cmd) { +#ifndef OPENSSL_NO_EC + case SSL_CTRL_SET_CURVES_LIST: + return tls1_set_curves_list(NULL, NULL, parg); +#endif + case SSL_CTRL_SET_SIGALGS_LIST: + case SSL_CTRL_SET_CLIENT_SIGALGS_LIST: + return tls1_set_sigalgs_list(NULL, parg, 0); + default: + return 0; + } + } + + switch (cmd) { + case SSL_CTRL_GET_READ_AHEAD: + return (ctx->read_ahead); + case SSL_CTRL_SET_READ_AHEAD: + l = ctx->read_ahead; + ctx->read_ahead = larg; + return (l); + + case SSL_CTRL_SET_MSG_CALLBACK_ARG: + ctx->msg_callback_arg = parg; + return 1; + + case SSL_CTRL_GET_MAX_CERT_LIST: + return (ctx->max_cert_list); + case SSL_CTRL_SET_MAX_CERT_LIST: + l = ctx->max_cert_list; + ctx->max_cert_list = larg; + return (l); + + case SSL_CTRL_SET_SESS_CACHE_SIZE: + l = ctx->session_cache_size; + ctx->session_cache_size = larg; + return (l); + case SSL_CTRL_GET_SESS_CACHE_SIZE: + return (ctx->session_cache_size); + case SSL_CTRL_SET_SESS_CACHE_MODE: + l = ctx->session_cache_mode; + ctx->session_cache_mode = larg; + return (l); + case SSL_CTRL_GET_SESS_CACHE_MODE: + return (ctx->session_cache_mode); + + case SSL_CTRL_SESS_NUMBER: + return (lh_SSL_SESSION_num_items(ctx->sessions)); + case SSL_CTRL_SESS_CONNECT: + return (ctx->stats.sess_connect); + case SSL_CTRL_SESS_CONNECT_GOOD: + return (ctx->stats.sess_connect_good); + case SSL_CTRL_SESS_CONNECT_RENEGOTIATE: + return (ctx->stats.sess_connect_renegotiate); + case SSL_CTRL_SESS_ACCEPT: + return (ctx->stats.sess_accept); + case SSL_CTRL_SESS_ACCEPT_GOOD: + return (ctx->stats.sess_accept_good); + case SSL_CTRL_SESS_ACCEPT_RENEGOTIATE: + return (ctx->stats.sess_accept_renegotiate); + case SSL_CTRL_SESS_HIT: + return (ctx->stats.sess_hit); + case SSL_CTRL_SESS_CB_HIT: + return (ctx->stats.sess_cb_hit); + case SSL_CTRL_SESS_MISSES: + return (ctx->stats.sess_miss); + case SSL_CTRL_SESS_TIMEOUTS: + return (ctx->stats.sess_timeout); + case SSL_CTRL_SESS_CACHE_FULL: + return (ctx->stats.sess_cache_full); + case SSL_CTRL_OPTIONS: + return (ctx->options |= larg); + case SSL_CTRL_CLEAR_OPTIONS: + return (ctx->options &= ~larg); + case SSL_CTRL_MODE: + return (ctx->mode |= larg); + case SSL_CTRL_CLEAR_MODE: + return (ctx->mode &= ~larg); + case SSL_CTRL_SET_MAX_SEND_FRAGMENT: + if (larg < 512 || larg > SSL3_RT_MAX_PLAIN_LENGTH) + return 0; + ctx->max_send_fragment = larg; + return 1; + case SSL_CTRL_CERT_FLAGS: + return (ctx->cert->cert_flags |= larg); + case SSL_CTRL_CLEAR_CERT_FLAGS: + return (ctx->cert->cert_flags &= ~larg); + default: + return (ctx->method->ssl_ctx_ctrl(ctx, cmd, larg, parg)); + } +} + +long SSL_CTX_callback_ctrl(SSL_CTX *ctx, int cmd, void (*fp) (void)) +{ + switch (cmd) { + case SSL_CTRL_SET_MSG_CALLBACK: + ctx->msg_callback = (void (*) + (int write_p, int version, int content_type, + const void *buf, size_t len, SSL *ssl, + void *arg))(fp); + return 1; + + default: + return (ctx->method->ssl_ctx_callback_ctrl(ctx, cmd, fp)); + } +} int ssl_cipher_id_cmp(const SSL_CIPHER *a, const SSL_CIPHER *b) - { - long l; - - l=a->id-b->id; - if (l == 0L) - return(0); - else - return((l > 0)?1:-1); - } - -int ssl_cipher_ptr_id_cmp(const SSL_CIPHER * const *ap, - const SSL_CIPHER * const *bp) - { - long l; - - l=(*ap)->id-(*bp)->id; - if (l == 0L) - return(0); - else - return((l > 0)?1:-1); - } +{ + long l; + + l = a->id - b->id; + if (l == 0L) + return (0); + else + return ((l > 0) ? 1 : -1); +} + +int ssl_cipher_ptr_id_cmp(const SSL_CIPHER *const *ap, + const SSL_CIPHER *const *bp) +{ + long l; + + l = (*ap)->id - (*bp)->id; + if (l == 0L) + return (0); + else + return ((l > 0) ? 1 : -1); +} /** return a STACK of the ciphers available for the SSL and in order of * preference */ STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *s) - { - if (s != NULL) - { - if (s->cipher_list != NULL) - { - return(s->cipher_list); - } - else if ((s->ctx != NULL) && - (s->ctx->cipher_list != NULL)) - { - return(s->ctx->cipher_list); - } - } - return(NULL); - } +{ + if (s != NULL) { + if (s->cipher_list != NULL) { + return (s->cipher_list); + } else if ((s->ctx != NULL) && (s->ctx->cipher_list != NULL)) { + return (s->ctx->cipher_list); + } + } + return (NULL); +} /** return a STACK of the ciphers available for the SSL and in order of * algorithm id */ STACK_OF(SSL_CIPHER) *ssl_get_ciphers_by_id(SSL *s) - { - if (s != NULL) - { - if (s->cipher_list_by_id != NULL) - { - return(s->cipher_list_by_id); - } - else if ((s->ctx != NULL) && - (s->ctx->cipher_list_by_id != NULL)) - { - return(s->ctx->cipher_list_by_id); - } - } - return(NULL); - } +{ + if (s != NULL) { + if (s->cipher_list_by_id != NULL) { + return (s->cipher_list_by_id); + } else if ((s->ctx != NULL) && (s->ctx->cipher_list_by_id != NULL)) { + return (s->ctx->cipher_list_by_id); + } + } + return (NULL); +} /** The old interface to get the same thing as SSL_get_ciphers() */ -const char *SSL_get_cipher_list(const SSL *s,int n) - { - SSL_CIPHER *c; - STACK_OF(SSL_CIPHER) *sk; - - if (s == NULL) return(NULL); - sk=SSL_get_ciphers(s); - if ((sk == NULL) || (sk_SSL_CIPHER_num(sk) <= n)) - return(NULL); - c=sk_SSL_CIPHER_value(sk,n); - if (c == NULL) return(NULL); - return(c->name); - } +const char *SSL_get_cipher_list(const SSL *s, int n) +{ + SSL_CIPHER *c; + STACK_OF(SSL_CIPHER) *sk; + + if (s == NULL) + return (NULL); + sk = SSL_get_ciphers(s); + if ((sk == NULL) || (sk_SSL_CIPHER_num(sk) <= n)) + return (NULL); + c = sk_SSL_CIPHER_value(sk, n); + if (c == NULL) + return (NULL); + return (c->name); +} /** specify the ciphers to be used by default by the SSL_CTX */ int SSL_CTX_set_cipher_list(SSL_CTX *ctx, const char *str) - { - STACK_OF(SSL_CIPHER) *sk; - - sk=ssl_create_cipher_list(ctx->method,&ctx->cipher_list, - &ctx->cipher_list_by_id,str); - /* ssl_create_cipher_list may return an empty stack if it - * was unable to find a cipher matching the given rule string - * (for example if the rule string specifies a cipher which - * has been disabled). This is not an error as far as - * ssl_create_cipher_list is concerned, and hence - * ctx->cipher_list and ctx->cipher_list_by_id has been - * updated. */ - if (sk == NULL) - return 0; - else if (sk_SSL_CIPHER_num(sk) == 0) - { - SSLerr(SSL_F_SSL_CTX_SET_CIPHER_LIST, SSL_R_NO_CIPHER_MATCH); - return 0; - } - return 1; - } +{ + STACK_OF(SSL_CIPHER) *sk; + + sk = ssl_create_cipher_list(ctx->method, &ctx->cipher_list, + &ctx->cipher_list_by_id, str, ctx->cert); + /* + * ssl_create_cipher_list may return an empty stack if it was unable to + * find a cipher matching the given rule string (for example if the rule + * string specifies a cipher which has been disabled). This is not an + * error as far as ssl_create_cipher_list is concerned, and hence + * ctx->cipher_list and ctx->cipher_list_by_id has been updated. + */ + if (sk == NULL) + return 0; + else if (sk_SSL_CIPHER_num(sk) == 0) { + SSLerr(SSL_F_SSL_CTX_SET_CIPHER_LIST, SSL_R_NO_CIPHER_MATCH); + return 0; + } + return 1; +} /** specify the ciphers to be used by the SSL */ -int SSL_set_cipher_list(SSL *s,const char *str) - { - STACK_OF(SSL_CIPHER) *sk; - - sk=ssl_create_cipher_list(s->ctx->method,&s->cipher_list, - &s->cipher_list_by_id,str); - /* see comment in SSL_CTX_set_cipher_list */ - if (sk == NULL) - return 0; - else if (sk_SSL_CIPHER_num(sk) == 0) - { - SSLerr(SSL_F_SSL_SET_CIPHER_LIST, SSL_R_NO_CIPHER_MATCH); - return 0; - } - return 1; - } - -/* works well for SSLv2, not so good for SSLv3 */ -char *SSL_get_shared_ciphers(const SSL *s,char *buf,int len) - { - char *p; - STACK_OF(SSL_CIPHER) *sk; - SSL_CIPHER *c; - int i; - - if ((s->session == NULL) || (s->session->ciphers == NULL) || - (len < 2)) - return(NULL); - - p=buf; - sk=s->session->ciphers; - - if (sk_SSL_CIPHER_num(sk) == 0) - return NULL; - - for (i=0; iname); - if (n+1 > len) - { - if (p != buf) - --p; - *p='\0'; - return buf; - } - strcpy(p,c->name); - p+=n; - *(p++)=':'; - len-=n+1; - } - p[-1]='\0'; - return(buf); - } - -int ssl_cipher_list_to_bytes(SSL *s,STACK_OF(SSL_CIPHER) *sk,unsigned char *p, - int (*put_cb)(const SSL_CIPHER *, unsigned char *)) - { - int i,j=0; - SSL_CIPHER *c; - unsigned char *q; -#ifndef OPENSSL_NO_KRB5 - int nokrb5 = !kssl_tgt_is_available(s->kssl_ctx); -#endif /* OPENSSL_NO_KRB5 */ - - if (sk == NULL) return(0); - q=p; - if (put_cb == NULL) - put_cb = s->method->put_cipher_by_char; - - for (i=0; ialgorithm_ssl & SSL_TLSV1_2) && - (TLS1_get_client_version(s) < TLS1_2_VERSION)) - continue; -#ifndef OPENSSL_NO_KRB5 - if (((c->algorithm_mkey & SSL_kKRB5) || (c->algorithm_auth & SSL_aKRB5)) && - nokrb5) - continue; -#endif /* OPENSSL_NO_KRB5 */ -#ifndef OPENSSL_NO_PSK - /* with PSK there must be client callback set */ - if (((c->algorithm_mkey & SSL_kPSK) || (c->algorithm_auth & SSL_aPSK)) && - s->psk_client_callback == NULL) - continue; -#endif /* OPENSSL_NO_PSK */ -#ifndef OPENSSL_NO_SRP - if (((c->algorithm_mkey & SSL_kSRP) || (c->algorithm_auth & SSL_aSRP)) && - !(s->srp_ctx.srp_Mask & SSL_kSRP)) - continue; -#endif /* OPENSSL_NO_SRP */ - j = put_cb(c,p); - p+=j; - } - /* If p == q, no ciphers; caller indicates an error. - * Otherwise, add applicable SCSVs. */ - if (p != q) - { - if (!s->renegotiate) - { - static SSL_CIPHER scsv = - { - 0, NULL, SSL3_CK_SCSV, 0, 0, 0, 0, 0, 0, 0, 0, 0 - }; - j = put_cb(&scsv,p); - p+=j; +int SSL_set_cipher_list(SSL *s, const char *str) +{ + STACK_OF(SSL_CIPHER) *sk; + + sk = ssl_create_cipher_list(s->ctx->method, &s->cipher_list, + &s->cipher_list_by_id, str, s->cert); + /* see comment in SSL_CTX_set_cipher_list */ + if (sk == NULL) + return 0; + else if (sk_SSL_CIPHER_num(sk) == 0) { + SSLerr(SSL_F_SSL_SET_CIPHER_LIST, SSL_R_NO_CIPHER_MATCH); + return 0; + } + return 1; +} + +/* works well for SSLv2, not so good for SSLv3 */ +char *SSL_get_shared_ciphers(const SSL *s, char *buf, int len) +{ + char *p; + STACK_OF(SSL_CIPHER) *sk; + SSL_CIPHER *c; + int i; + + if ((s->session == NULL) || (s->session->ciphers == NULL) || (len < 2)) + return (NULL); + + p = buf; + sk = s->session->ciphers; + + if (sk_SSL_CIPHER_num(sk) == 0) + return NULL; + + for (i = 0; i < sk_SSL_CIPHER_num(sk); i++) { + int n; + + c = sk_SSL_CIPHER_value(sk, i); + n = strlen(c->name); + if (n + 1 > len) { + if (p != buf) + --p; + *p = '\0'; + return buf; + } + strcpy(p, c->name); + p += n; + *(p++) = ':'; + len -= n + 1; + } + p[-1] = '\0'; + return (buf); +} + +int ssl_cipher_list_to_bytes(SSL *s, STACK_OF(SSL_CIPHER) *sk, + unsigned char *p, + int (*put_cb) (const SSL_CIPHER *, + unsigned char *)) +{ + int i, j = 0; + SSL_CIPHER *c; + CERT *ct = s->cert; + unsigned char *q; + int empty_reneg_info_scsv = !s->renegotiate; + /* Set disabled masks for this session */ + ssl_set_client_disabled(s); + + if (sk == NULL) + return (0); + q = p; + if (put_cb == NULL) + put_cb = s->method->put_cipher_by_char; + + for (i = 0; i < sk_SSL_CIPHER_num(sk); i++) { + c = sk_SSL_CIPHER_value(sk, i); + /* Skip disabled ciphers */ + if (c->algorithm_ssl & ct->mask_ssl || + c->algorithm_mkey & ct->mask_k || c->algorithm_auth & ct->mask_a) + continue; +#ifdef OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL + if (c->id == SSL3_CK_SCSV) { + if (!empty_reneg_info_scsv) + continue; + else + empty_reneg_info_scsv = 0; + } +#endif + j = put_cb(c, p); + p += j; + } + /* + * If p == q, no ciphers; caller indicates an error. Otherwise, add + * applicable SCSVs. + */ + if (p != q) { + if (empty_reneg_info_scsv) { + static SSL_CIPHER scsv = { + 0, NULL, SSL3_CK_SCSV, 0, 0, 0, 0, 0, 0, 0, 0, 0 + }; + j = put_cb(&scsv, p); + p += j; #ifdef OPENSSL_RI_DEBUG - fprintf(stderr, "TLS_EMPTY_RENEGOTIATION_INFO_SCSV sent by client\n"); -#endif - } - - if (s->mode & SSL_MODE_SEND_FALLBACK_SCSV) - { - static SSL_CIPHER scsv = - { - 0, NULL, SSL3_CK_FALLBACK_SCSV, 0, 0, 0, 0, 0, 0, 0, 0, 0 - }; - j = put_cb(&scsv,p); - p+=j; - } - } - - return(p-q); - } - -STACK_OF(SSL_CIPHER) *ssl_bytes_to_cipher_list(SSL *s,unsigned char *p,int num, - STACK_OF(SSL_CIPHER) **skp) - { - const SSL_CIPHER *c; - STACK_OF(SSL_CIPHER) *sk; - int i,n; - - if (s->s3) - s->s3->send_connection_binding = 0; - - n=ssl_put_cipher_by_char(s,NULL,NULL); - if (n == 0 || (num%n) != 0) - { - SSLerr(SSL_F_SSL_BYTES_TO_CIPHER_LIST,SSL_R_ERROR_IN_RECEIVED_CIPHER_LIST); - return(NULL); - } - if ((skp == NULL) || (*skp == NULL)) - sk=sk_SSL_CIPHER_new_null(); /* change perhaps later */ - else - { - sk= *skp; - sk_SSL_CIPHER_zero(sk); - } - - for (i=0; is3 && (n != 3 || !p[0]) && - (p[n-2] == ((SSL3_CK_SCSV >> 8) & 0xff)) && - (p[n-1] == (SSL3_CK_SCSV & 0xff))) - { - /* SCSV fatal if renegotiating */ - if (s->renegotiate) - { - SSLerr(SSL_F_SSL_BYTES_TO_CIPHER_LIST,SSL_R_SCSV_RECEIVED_WHEN_RENEGOTIATING); - ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_HANDSHAKE_FAILURE); - goto err; - } - s->s3->send_connection_binding = 1; - p += n; + fprintf(stderr, + "TLS_EMPTY_RENEGOTIATION_INFO_SCSV sent by client\n"); +#endif + } + if (s->mode & SSL_MODE_SEND_FALLBACK_SCSV) { + static SSL_CIPHER scsv = { + 0, NULL, SSL3_CK_FALLBACK_SCSV, 0, 0, 0, 0, 0, 0, 0, 0, 0 + }; + j = put_cb(&scsv, p); + p += j; + } + } + + return (p - q); +} + +STACK_OF(SSL_CIPHER) *ssl_bytes_to_cipher_list(SSL *s, unsigned char *p, + int num, + STACK_OF(SSL_CIPHER) **skp) +{ + const SSL_CIPHER *c; + STACK_OF(SSL_CIPHER) *sk; + int i, n; + + if (s->s3) + s->s3->send_connection_binding = 0; + + n = ssl_put_cipher_by_char(s, NULL, NULL); + if (n == 0 || (num % n) != 0) { + SSLerr(SSL_F_SSL_BYTES_TO_CIPHER_LIST, + SSL_R_ERROR_IN_RECEIVED_CIPHER_LIST); + return (NULL); + } + if ((skp == NULL) || (*skp == NULL)) + sk = sk_SSL_CIPHER_new_null(); /* change perhaps later */ + else { + sk = *skp; + sk_SSL_CIPHER_zero(sk); + } + + if (s->cert->ciphers_raw) + OPENSSL_free(s->cert->ciphers_raw); + s->cert->ciphers_raw = BUF_memdup(p, num); + if (s->cert->ciphers_raw == NULL) { + SSLerr(SSL_F_SSL_BYTES_TO_CIPHER_LIST, ERR_R_MALLOC_FAILURE); + goto err; + } + s->cert->ciphers_rawlen = (size_t)num; + + for (i = 0; i < num; i += n) { + /* Check for TLS_EMPTY_RENEGOTIATION_INFO_SCSV */ + if (s->s3 && (n != 3 || !p[0]) && + (p[n - 2] == ((SSL3_CK_SCSV >> 8) & 0xff)) && + (p[n - 1] == (SSL3_CK_SCSV & 0xff))) { + /* SCSV fatal if renegotiating */ + if (s->renegotiate) { + SSLerr(SSL_F_SSL_BYTES_TO_CIPHER_LIST, + SSL_R_SCSV_RECEIVED_WHEN_RENEGOTIATING); + ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE); + goto err; + } + s->s3->send_connection_binding = 1; + p += n; #ifdef OPENSSL_RI_DEBUG - fprintf(stderr, "SCSV received by server\n"); -#endif - continue; - } - - /* Check for TLS_FALLBACK_SCSV */ - if ((n != 3 || !p[0]) && - (p[n-2] == ((SSL3_CK_FALLBACK_SCSV >> 8) & 0xff)) && - (p[n-1] == (SSL3_CK_FALLBACK_SCSV & 0xff))) - { - /* The SCSV indicates that the client previously tried a higher version. - * Fail if the current version is an unexpected downgrade. */ - if (!SSL_ctrl(s, SSL_CTRL_CHECK_PROTO_VERSION, 0, NULL)) - { - SSLerr(SSL_F_SSL_BYTES_TO_CIPHER_LIST,SSL_R_INAPPROPRIATE_FALLBACK); - if (s->s3) - ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_INAPPROPRIATE_FALLBACK); - goto err; - } - continue; - } - - c=ssl_get_cipher_by_char(s,p); - p+=n; - if (c != NULL) - { - if (!sk_SSL_CIPHER_push(sk,c)) - { - SSLerr(SSL_F_SSL_BYTES_TO_CIPHER_LIST,ERR_R_MALLOC_FAILURE); - goto err; - } - } - } - - if (skp != NULL) - *skp=sk; - return(sk); -err: - if ((skp == NULL) || (*skp == NULL)) - sk_SSL_CIPHER_free(sk); - return(NULL); - } + fprintf(stderr, "SCSV received by server\n"); +#endif + continue; + } + + /* Check for TLS_FALLBACK_SCSV */ + if ((n != 3 || !p[0]) && + (p[n - 2] == ((SSL3_CK_FALLBACK_SCSV >> 8) & 0xff)) && + (p[n - 1] == (SSL3_CK_FALLBACK_SCSV & 0xff))) { + /* + * The SCSV indicates that the client previously tried a higher + * version. Fail if the current version is an unexpected + * downgrade. + */ + if (!SSL_ctrl(s, SSL_CTRL_CHECK_PROTO_VERSION, 0, NULL)) { + SSLerr(SSL_F_SSL_BYTES_TO_CIPHER_LIST, + SSL_R_INAPPROPRIATE_FALLBACK); + if (s->s3) + ssl3_send_alert(s, SSL3_AL_FATAL, + SSL_AD_INAPPROPRIATE_FALLBACK); + goto err; + } + p += n; + continue; + } + + c = ssl_get_cipher_by_char(s, p); + p += n; + if (c != NULL) { + if (!sk_SSL_CIPHER_push(sk, c)) { + SSLerr(SSL_F_SSL_BYTES_TO_CIPHER_LIST, ERR_R_MALLOC_FAILURE); + goto err; + } + } + } + if (skp != NULL) + *skp = sk; + return (sk); + err: + if ((skp == NULL) || (*skp == NULL)) + sk_SSL_CIPHER_free(sk); + return (NULL); +} #ifndef OPENSSL_NO_TLSEXT /** return a servername extension value if provided in Client Hello, or NULL. @@ -1538,1597 +1592,1729 @@ err: */ const char *SSL_get_servername(const SSL *s, const int type) - { - if (type != TLSEXT_NAMETYPE_host_name) - return NULL; +{ + if (type != TLSEXT_NAMETYPE_host_name) + return NULL; - return s->session && !s->tlsext_hostname ? - s->session->tlsext_hostname : - s->tlsext_hostname; - } + return s->session && !s->tlsext_hostname ? + s->session->tlsext_hostname : s->tlsext_hostname; +} int SSL_get_servername_type(const SSL *s) - { - if (s->session && (!s->tlsext_hostname ? s->session->tlsext_hostname : s->tlsext_hostname)) - return TLSEXT_NAMETYPE_host_name; - return -1; - } +{ + if (s->session + && (!s->tlsext_hostname ? s->session-> + tlsext_hostname : s->tlsext_hostname)) + return TLSEXT_NAMETYPE_host_name; + return -1; +} -# ifndef OPENSSL_NO_NEXTPROTONEG -/* SSL_select_next_proto implements the standard protocol selection. It is +/* + * SSL_select_next_proto implements the standard protocol selection. It is * expected that this function is called from the callback set by - * SSL_CTX_set_next_proto_select_cb. - * - * The protocol data is assumed to be a vector of 8-bit, length prefixed byte - * strings. The length byte itself is not included in the length. A byte - * string of length 0 is invalid. No byte string may be truncated. - * - * The current, but experimental algorithm for selecting the protocol is: - * - * 1) If the server doesn't support NPN then this is indicated to the - * callback. In this case, the client application has to abort the connection - * or have a default application level protocol. - * - * 2) If the server supports NPN, but advertises an empty list then the - * client selects the first protcol in its list, but indicates via the - * API that this fallback case was enacted. - * - * 3) Otherwise, the client finds the first protocol in the server's list - * that it supports and selects this protocol. This is because it's - * assumed that the server has better information about which protocol - * a client should use. - * - * 4) If the client doesn't support any of the server's advertised - * protocols, then this is treated the same as case 2. - * - * It returns either - * OPENSSL_NPN_NEGOTIATED if a common protocol was found, or - * OPENSSL_NPN_NO_OVERLAP if the fallback case was reached. + * SSL_CTX_set_next_proto_select_cb. The protocol data is assumed to be a + * vector of 8-bit, length prefixed byte strings. The length byte itself is + * not included in the length. A byte string of length 0 is invalid. No byte + * string may be truncated. The current, but experimental algorithm for + * selecting the protocol is: 1) If the server doesn't support NPN then this + * is indicated to the callback. In this case, the client application has to + * abort the connection or have a default application level protocol. 2) If + * the server supports NPN, but advertises an empty list then the client + * selects the first protcol in its list, but indicates via the API that this + * fallback case was enacted. 3) Otherwise, the client finds the first + * protocol in the server's list that it supports and selects this protocol. + * This is because it's assumed that the server has better information about + * which protocol a client should use. 4) If the client doesn't support any + * of the server's advertised protocols, then this is treated the same as + * case 2. It returns either OPENSSL_NPN_NEGOTIATED if a common protocol was + * found, or OPENSSL_NPN_NO_OVERLAP if the fallback case was reached. */ -int SSL_select_next_proto(unsigned char **out, unsigned char *outlen, const unsigned char *server, unsigned int server_len, const unsigned char *client, unsigned int client_len) - { - unsigned int i, j; - const unsigned char *result; - int status = OPENSSL_NPN_UNSUPPORTED; - - /* For each protocol in server preference order, see if we support it. */ - for (i = 0; i < server_len; ) - { - for (j = 0; j < client_len; ) - { - if (server[i] == client[j] && - memcmp(&server[i+1], &client[j+1], server[i]) == 0) - { - /* We found a match */ - result = &server[i]; - status = OPENSSL_NPN_NEGOTIATED; - goto found; - } - j += client[j]; - j++; - } - i += server[i]; - i++; - } - - /* There's no overlap between our protocols and the server's list. */ - result = client; - status = OPENSSL_NPN_NO_OVERLAP; - - found: - *out = (unsigned char *) result + 1; - *outlen = result[0]; - return status; - } - -/* SSL_get0_next_proto_negotiated sets *data and *len to point to the client's - * requested protocol for this connection and returns 0. If the client didn't - * request any protocol, then *data is set to NULL. - * - * Note that the client can request any protocol it chooses. The value returned - * from this function need not be a member of the list of supported protocols +int SSL_select_next_proto(unsigned char **out, unsigned char *outlen, + const unsigned char *server, + unsigned int server_len, + const unsigned char *client, + unsigned int client_len) +{ + unsigned int i, j; + const unsigned char *result; + int status = OPENSSL_NPN_UNSUPPORTED; + + /* + * For each protocol in server preference order, see if we support it. + */ + for (i = 0; i < server_len;) { + for (j = 0; j < client_len;) { + if (server[i] == client[j] && + memcmp(&server[i + 1], &client[j + 1], server[i]) == 0) { + /* We found a match */ + result = &server[i]; + status = OPENSSL_NPN_NEGOTIATED; + goto found; + } + j += client[j]; + j++; + } + i += server[i]; + i++; + } + + /* There's no overlap between our protocols and the server's list. */ + result = client; + status = OPENSSL_NPN_NO_OVERLAP; + + found: + *out = (unsigned char *)result + 1; + *outlen = result[0]; + return status; +} + +# ifndef OPENSSL_NO_NEXTPROTONEG +/* + * SSL_get0_next_proto_negotiated sets *data and *len to point to the + * client's requested protocol for this connection and returns 0. If the + * client didn't request any protocol, then *data is set to NULL. Note that + * the client can request any protocol it chooses. The value returned from + * this function need not be a member of the list of supported protocols * provided by the callback. */ -void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data, unsigned *len) - { - *data = s->next_proto_negotiated; - if (!*data) { - *len = 0; - } else { - *len = s->next_proto_negotiated_len; - } -} - -/* SSL_CTX_set_next_protos_advertised_cb sets a callback that is called when a - * TLS server needs a list of supported protocols for Next Protocol - * Negotiation. The returned list must be in wire format. The list is returned - * by setting |out| to point to it and |outlen| to its length. This memory will - * not be modified, but one should assume that the SSL* keeps a reference to - * it. - * - * The callback should return SSL_TLSEXT_ERR_OK if it wishes to advertise. Otherwise, no - * such extension will be included in the ServerHello. */ -void SSL_CTX_set_next_protos_advertised_cb(SSL_CTX *ctx, int (*cb) (SSL *ssl, const unsigned char **out, unsigned int *outlen, void *arg), void *arg) - { - ctx->next_protos_advertised_cb = cb; - ctx->next_protos_advertised_cb_arg = arg; - } - -/* SSL_CTX_set_next_proto_select_cb sets a callback that is called when a +void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data, + unsigned *len) +{ + *data = s->next_proto_negotiated; + if (!*data) { + *len = 0; + } else { + *len = s->next_proto_negotiated_len; + } +} + +/* + * SSL_CTX_set_next_protos_advertised_cb sets a callback that is called when + * a TLS server needs a list of supported protocols for Next Protocol + * Negotiation. The returned list must be in wire format. The list is + * returned by setting |out| to point to it and |outlen| to its length. This + * memory will not be modified, but one should assume that the SSL* keeps a + * reference to it. The callback should return SSL_TLSEXT_ERR_OK if it + * wishes to advertise. Otherwise, no such extension will be included in the + * ServerHello. + */ +void SSL_CTX_set_next_protos_advertised_cb(SSL_CTX *ctx, + int (*cb) (SSL *ssl, + const unsigned char + **out, + unsigned int *outlen, + void *arg), void *arg) +{ + ctx->next_protos_advertised_cb = cb; + ctx->next_protos_advertised_cb_arg = arg; +} + +/* + * SSL_CTX_set_next_proto_select_cb sets a callback that is called when a * client needs to select a protocol from the server's provided list. |out| * must be set to point to the selected protocol (which may be within |in|). - * The length of the protocol name must be written into |outlen|. The server's - * advertised protocols are provided in |in| and |inlen|. The callback can - * assume that |in| is syntactically valid. - * - * The client must select a protocol. It is fatal to the connection if this - * callback returns a value other than SSL_TLSEXT_ERR_OK. + * The length of the protocol name must be written into |outlen|. The + * server's advertised protocols are provided in |in| and |inlen|. The + * callback can assume that |in| is syntactically valid. The client must + * select a protocol. It is fatal to the connection if this callback returns + * a value other than SSL_TLSEXT_ERR_OK. */ -void SSL_CTX_set_next_proto_select_cb(SSL_CTX *ctx, int (*cb) (SSL *s, unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg), void *arg) - { - ctx->next_proto_select_cb = cb; - ctx->next_proto_select_cb_arg = arg; - } +void SSL_CTX_set_next_proto_select_cb(SSL_CTX *ctx, + int (*cb) (SSL *s, unsigned char **out, + unsigned char *outlen, + const unsigned char *in, + unsigned int inlen, + void *arg), void *arg) +{ + ctx->next_proto_select_cb = cb; + ctx->next_proto_select_cb_arg = arg; +} # endif -#endif + +/* + * SSL_CTX_set_alpn_protos sets the ALPN protocol list on |ctx| to |protos|. + * |protos| must be in wire-format (i.e. a series of non-empty, 8-bit + * length-prefixed strings). Returns 0 on success. + */ +int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos, + unsigned protos_len) +{ + if (ctx->alpn_client_proto_list) + OPENSSL_free(ctx->alpn_client_proto_list); + + ctx->alpn_client_proto_list = OPENSSL_malloc(protos_len); + if (!ctx->alpn_client_proto_list) + return 1; + memcpy(ctx->alpn_client_proto_list, protos, protos_len); + ctx->alpn_client_proto_list_len = protos_len; + + return 0; +} + +/* + * SSL_set_alpn_protos sets the ALPN protocol list on |ssl| to |protos|. + * |protos| must be in wire-format (i.e. a series of non-empty, 8-bit + * length-prefixed strings). Returns 0 on success. + */ +int SSL_set_alpn_protos(SSL *ssl, const unsigned char *protos, + unsigned protos_len) +{ + if (ssl->alpn_client_proto_list) + OPENSSL_free(ssl->alpn_client_proto_list); + + ssl->alpn_client_proto_list = OPENSSL_malloc(protos_len); + if (!ssl->alpn_client_proto_list) + return 1; + memcpy(ssl->alpn_client_proto_list, protos, protos_len); + ssl->alpn_client_proto_list_len = protos_len; + + return 0; +} + +/* + * SSL_CTX_set_alpn_select_cb sets a callback function on |ctx| that is + * called during ClientHello processing in order to select an ALPN protocol + * from the client's list of offered protocols. + */ +void SSL_CTX_set_alpn_select_cb(SSL_CTX *ctx, + int (*cb) (SSL *ssl, + const unsigned char **out, + unsigned char *outlen, + const unsigned char *in, + unsigned int inlen, + void *arg), void *arg) +{ + ctx->alpn_select_cb = cb; + ctx->alpn_select_cb_arg = arg; +} + +/* + * SSL_get0_alpn_selected gets the selected ALPN protocol (if any) from + * |ssl|. On return it sets |*data| to point to |*len| bytes of protocol name + * (not including the leading length-prefix byte). If the server didn't + * respond with a negotiated protocol then |*len| will be zero. + */ +void SSL_get0_alpn_selected(const SSL *ssl, const unsigned char **data, + unsigned *len) +{ + *data = NULL; + if (ssl->s3) + *data = ssl->s3->alpn_selected; + if (*data == NULL) + *len = 0; + else + *len = ssl->s3->alpn_selected_len; +} + +#endif /* !OPENSSL_NO_TLSEXT */ int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen, - const char *label, size_t llen, const unsigned char *p, size_t plen, - int use_context) - { - if (s->version < TLS1_VERSION) - return -1; + const char *label, size_t llen, + const unsigned char *p, size_t plen, + int use_context) +{ + if (s->version < TLS1_VERSION) + return -1; - return s->method->ssl3_enc->export_keying_material(s, out, olen, label, - llen, p, plen, - use_context); - } + return s->method->ssl3_enc->export_keying_material(s, out, olen, label, + llen, p, plen, + use_context); +} static unsigned long ssl_session_hash(const SSL_SESSION *a) - { - unsigned long l; - - l=(unsigned long) - ((unsigned int) a->session_id[0] )| - ((unsigned int) a->session_id[1]<< 8L)| - ((unsigned long)a->session_id[2]<<16L)| - ((unsigned long)a->session_id[3]<<24L); - return(l); - } - -/* NB: If this function (or indeed the hash function which uses a sort of +{ + unsigned long l; + + l = (unsigned long) + ((unsigned int)a->session_id[0]) | + ((unsigned int)a->session_id[1] << 8L) | + ((unsigned long)a->session_id[2] << 16L) | + ((unsigned long)a->session_id[3] << 24L); + return (l); +} + +/* + * NB: If this function (or indeed the hash function which uses a sort of * coarser function than this one) is changed, ensure - * SSL_CTX_has_matching_session_id() is checked accordingly. It relies on being - * able to construct an SSL_SESSION that will collide with any existing session - * with a matching session ID. */ -static int ssl_session_cmp(const SSL_SESSION *a,const SSL_SESSION *b) - { - if (a->ssl_version != b->ssl_version) - return(1); - if (a->session_id_length != b->session_id_length) - return(1); - return(memcmp(a->session_id,b->session_id,a->session_id_length)); - } - -/* These wrapper functions should remain rather than redeclaring + * SSL_CTX_has_matching_session_id() is checked accordingly. It relies on + * being able to construct an SSL_SESSION that will collide with any existing + * session with a matching session ID. + */ +static int ssl_session_cmp(const SSL_SESSION *a, const SSL_SESSION *b) +{ + if (a->ssl_version != b->ssl_version) + return (1); + if (a->session_id_length != b->session_id_length) + return (1); + return (memcmp(a->session_id, b->session_id, a->session_id_length)); +} + +/* + * These wrapper functions should remain rather than redeclaring * SSL_SESSION_hash and SSL_SESSION_cmp for void* types and casting each - * variable. The reason is that the functions aren't static, they're exposed via - * ssl.h. */ + * variable. The reason is that the functions aren't static, they're exposed + * via ssl.h. + */ static IMPLEMENT_LHASH_HASH_FN(ssl_session, SSL_SESSION) static IMPLEMENT_LHASH_COMP_FN(ssl_session, SSL_SESSION) SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth) - { - SSL_CTX *ret=NULL; - - if (meth == NULL) - { - SSLerr(SSL_F_SSL_CTX_NEW,SSL_R_NULL_SSL_METHOD_PASSED); - return(NULL); - } +{ + SSL_CTX *ret = NULL; + if (meth == NULL) { + SSLerr(SSL_F_SSL_CTX_NEW, SSL_R_NULL_SSL_METHOD_PASSED); + return (NULL); + } #ifdef OPENSSL_FIPS - if (FIPS_mode() && (meth->version < TLS1_VERSION)) - { - SSLerr(SSL_F_SSL_CTX_NEW, SSL_R_ONLY_TLS_ALLOWED_IN_FIPS_MODE); - return NULL; - } + if (FIPS_mode() && (meth->version < TLS1_VERSION)) { + SSLerr(SSL_F_SSL_CTX_NEW, SSL_R_ONLY_TLS_ALLOWED_IN_FIPS_MODE); + return NULL; + } #endif - if (SSL_get_ex_data_X509_STORE_CTX_idx() < 0) - { - SSLerr(SSL_F_SSL_CTX_NEW,SSL_R_X509_VERIFICATION_SETUP_PROBLEMS); - goto err; - } - ret=(SSL_CTX *)OPENSSL_malloc(sizeof(SSL_CTX)); - if (ret == NULL) - goto err; + if (SSL_get_ex_data_X509_STORE_CTX_idx() < 0) { + SSLerr(SSL_F_SSL_CTX_NEW, SSL_R_X509_VERIFICATION_SETUP_PROBLEMS); + goto err; + } + ret = (SSL_CTX *)OPENSSL_malloc(sizeof(SSL_CTX)); + if (ret == NULL) + goto err; - memset(ret,0,sizeof(SSL_CTX)); + memset(ret, 0, sizeof(SSL_CTX)); - ret->method=meth; + ret->method = meth; - ret->cert_store=NULL; - ret->session_cache_mode=SSL_SESS_CACHE_SERVER; - ret->session_cache_size=SSL_SESSION_CACHE_MAX_SIZE_DEFAULT; - ret->session_cache_head=NULL; - ret->session_cache_tail=NULL; + ret->cert_store = NULL; + ret->session_cache_mode = SSL_SESS_CACHE_SERVER; + ret->session_cache_size = SSL_SESSION_CACHE_MAX_SIZE_DEFAULT; + ret->session_cache_head = NULL; + ret->session_cache_tail = NULL; - /* We take the system default */ - ret->session_timeout=meth->get_timeout(); + /* We take the system default */ + ret->session_timeout = meth->get_timeout(); - ret->new_session_cb=0; - ret->remove_session_cb=0; - ret->get_session_cb=0; - ret->generate_session_id=0; + ret->new_session_cb = 0; + ret->remove_session_cb = 0; + ret->get_session_cb = 0; + ret->generate_session_id = 0; - memset((char *)&ret->stats,0,sizeof(ret->stats)); + memset((char *)&ret->stats, 0, sizeof(ret->stats)); - ret->references=1; - ret->quiet_shutdown=0; + ret->references = 1; + ret->quiet_shutdown = 0; -/* ret->cipher=NULL;*/ -/* ret->s2->challenge=NULL; - ret->master_key=NULL; - ret->key_arg=NULL; - ret->s2->conn_id=NULL; */ +/* ret->cipher=NULL;*/ +/*- + ret->s2->challenge=NULL; + ret->master_key=NULL; + ret->key_arg=NULL; + ret->s2->conn_id=NULL; */ - ret->info_callback=NULL; + ret->info_callback = NULL; - ret->app_verify_callback=0; - ret->app_verify_arg=NULL; + ret->app_verify_callback = 0; + ret->app_verify_arg = NULL; - ret->max_cert_list=SSL_MAX_CERT_LIST_DEFAULT; - ret->read_ahead=0; - ret->msg_callback=0; - ret->msg_callback_arg=NULL; - ret->verify_mode=SSL_VERIFY_NONE; + ret->max_cert_list = SSL_MAX_CERT_LIST_DEFAULT; + ret->read_ahead = 0; + ret->msg_callback = 0; + ret->msg_callback_arg = NULL; + ret->verify_mode = SSL_VERIFY_NONE; #if 0 - ret->verify_depth=-1; /* Don't impose a limit (but x509_lu.c does) */ -#endif - ret->sid_ctx_length=0; - ret->default_verify_callback=NULL; - if ((ret->cert=ssl_cert_new()) == NULL) - goto err; - - ret->default_passwd_callback=0; - ret->default_passwd_callback_userdata=NULL; - ret->client_cert_cb=0; - ret->app_gen_cookie_cb=0; - ret->app_verify_cookie_cb=0; - - ret->sessions=lh_SSL_SESSION_new(); - if (ret->sessions == NULL) goto err; - ret->cert_store=X509_STORE_new(); - if (ret->cert_store == NULL) goto err; - - ssl_create_cipher_list(ret->method, - &ret->cipher_list,&ret->cipher_list_by_id, - meth->version == SSL2_VERSION ? "SSLv2" : SSL_DEFAULT_CIPHER_LIST); - if (ret->cipher_list == NULL - || sk_SSL_CIPHER_num(ret->cipher_list) <= 0) - { - SSLerr(SSL_F_SSL_CTX_NEW,SSL_R_LIBRARY_HAS_NO_CIPHERS); - goto err2; - } - - ret->param = X509_VERIFY_PARAM_new(); - if (!ret->param) - goto err; - - if ((ret->rsa_md5=EVP_get_digestbyname("ssl2-md5")) == NULL) - { - SSLerr(SSL_F_SSL_CTX_NEW,SSL_R_UNABLE_TO_LOAD_SSL2_MD5_ROUTINES); - goto err2; - } - if ((ret->md5=EVP_get_digestbyname("ssl3-md5")) == NULL) - { - SSLerr(SSL_F_SSL_CTX_NEW,SSL_R_UNABLE_TO_LOAD_SSL3_MD5_ROUTINES); - goto err2; - } - if ((ret->sha1=EVP_get_digestbyname("ssl3-sha1")) == NULL) - { - SSLerr(SSL_F_SSL_CTX_NEW,SSL_R_UNABLE_TO_LOAD_SSL3_SHA1_ROUTINES); - goto err2; - } - - if ((ret->client_CA=sk_X509_NAME_new_null()) == NULL) - goto err; - - CRYPTO_new_ex_data(CRYPTO_EX_INDEX_SSL_CTX, ret, &ret->ex_data); - - ret->extra_certs=NULL; - /* No compression for DTLS */ - if (meth->version != DTLS1_VERSION) - ret->comp_methods=SSL_COMP_get_compression_methods(); - - ret->max_send_fragment = SSL3_RT_MAX_PLAIN_LENGTH; + ret->verify_depth = -1; /* Don't impose a limit (but x509_lu.c does) */ +#endif + ret->sid_ctx_length = 0; + ret->default_verify_callback = NULL; + if ((ret->cert = ssl_cert_new()) == NULL) + goto err; + + ret->default_passwd_callback = 0; + ret->default_passwd_callback_userdata = NULL; + ret->client_cert_cb = 0; + ret->app_gen_cookie_cb = 0; + ret->app_verify_cookie_cb = 0; + + ret->sessions = lh_SSL_SESSION_new(); + if (ret->sessions == NULL) + goto err; + ret->cert_store = X509_STORE_new(); + if (ret->cert_store == NULL) + goto err; + + ssl_create_cipher_list(ret->method, + &ret->cipher_list, &ret->cipher_list_by_id, + meth->version == + SSL2_VERSION ? "SSLv2" : SSL_DEFAULT_CIPHER_LIST, + ret->cert); + if (ret->cipher_list == NULL || sk_SSL_CIPHER_num(ret->cipher_list) <= 0) { + SSLerr(SSL_F_SSL_CTX_NEW, SSL_R_LIBRARY_HAS_NO_CIPHERS); + goto err2; + } + + ret->param = X509_VERIFY_PARAM_new(); + if (!ret->param) + goto err; + + if ((ret->rsa_md5 = EVP_get_digestbyname("ssl2-md5")) == NULL) { + SSLerr(SSL_F_SSL_CTX_NEW, SSL_R_UNABLE_TO_LOAD_SSL2_MD5_ROUTINES); + goto err2; + } + if ((ret->md5 = EVP_get_digestbyname("ssl3-md5")) == NULL) { + SSLerr(SSL_F_SSL_CTX_NEW, SSL_R_UNABLE_TO_LOAD_SSL3_MD5_ROUTINES); + goto err2; + } + if ((ret->sha1 = EVP_get_digestbyname("ssl3-sha1")) == NULL) { + SSLerr(SSL_F_SSL_CTX_NEW, SSL_R_UNABLE_TO_LOAD_SSL3_SHA1_ROUTINES); + goto err2; + } + + if ((ret->client_CA = sk_X509_NAME_new_null()) == NULL) + goto err; + + CRYPTO_new_ex_data(CRYPTO_EX_INDEX_SSL_CTX, ret, &ret->ex_data); + + ret->extra_certs = NULL; + /* No compression for DTLS */ + if (meth->version != DTLS1_VERSION) + ret->comp_methods = SSL_COMP_get_compression_methods(); + + ret->max_send_fragment = SSL3_RT_MAX_PLAIN_LENGTH; #ifndef OPENSSL_NO_TLSEXT - ret->tlsext_servername_callback = 0; - ret->tlsext_servername_arg = NULL; - /* Setup RFC4507 ticket keys */ - if ((RAND_pseudo_bytes(ret->tlsext_tick_key_name, 16) <= 0) - || (RAND_bytes(ret->tlsext_tick_hmac_key, 16) <= 0) - || (RAND_bytes(ret->tlsext_tick_aes_key, 16) <= 0)) - ret->options |= SSL_OP_NO_TICKET; + ret->tlsext_servername_callback = 0; + ret->tlsext_servername_arg = NULL; + /* Setup RFC4507 ticket keys */ + if ((RAND_pseudo_bytes(ret->tlsext_tick_key_name, 16) <= 0) + || (RAND_bytes(ret->tlsext_tick_hmac_key, 16) <= 0) + || (RAND_bytes(ret->tlsext_tick_aes_key, 16) <= 0)) + ret->options |= SSL_OP_NO_TICKET; - ret->tlsext_status_cb = 0; - ret->tlsext_status_arg = NULL; + ret->tlsext_status_cb = 0; + ret->tlsext_status_arg = NULL; # ifndef OPENSSL_NO_NEXTPROTONEG - ret->next_protos_advertised_cb = 0; - ret->next_proto_select_cb = 0; + ret->next_protos_advertised_cb = 0; + ret->next_proto_select_cb = 0; # endif #endif #ifndef OPENSSL_NO_PSK - ret->psk_identity_hint=NULL; - ret->psk_client_callback=NULL; - ret->psk_server_callback=NULL; + ret->psk_identity_hint = NULL; + ret->psk_client_callback = NULL; + ret->psk_server_callback = NULL; #endif #ifndef OPENSSL_NO_SRP - SSL_CTX_SRP_CTX_init(ret); + SSL_CTX_SRP_CTX_init(ret); #endif #ifndef OPENSSL_NO_BUF_FREELISTS - ret->freelist_max_len = SSL_MAX_BUF_FREELIST_LEN_DEFAULT; - ret->rbuf_freelist = OPENSSL_malloc(sizeof(SSL3_BUF_FREELIST)); - if (!ret->rbuf_freelist) - goto err; - ret->rbuf_freelist->chunklen = 0; - ret->rbuf_freelist->len = 0; - ret->rbuf_freelist->head = NULL; - ret->wbuf_freelist = OPENSSL_malloc(sizeof(SSL3_BUF_FREELIST)); - if (!ret->wbuf_freelist) - { - OPENSSL_free(ret->rbuf_freelist); - goto err; - } - ret->wbuf_freelist->chunklen = 0; - ret->wbuf_freelist->len = 0; - ret->wbuf_freelist->head = NULL; + ret->freelist_max_len = SSL_MAX_BUF_FREELIST_LEN_DEFAULT; + ret->rbuf_freelist = OPENSSL_malloc(sizeof(SSL3_BUF_FREELIST)); + if (!ret->rbuf_freelist) + goto err; + ret->rbuf_freelist->chunklen = 0; + ret->rbuf_freelist->len = 0; + ret->rbuf_freelist->head = NULL; + ret->wbuf_freelist = OPENSSL_malloc(sizeof(SSL3_BUF_FREELIST)); + if (!ret->wbuf_freelist) { + OPENSSL_free(ret->rbuf_freelist); + goto err; + } + ret->wbuf_freelist->chunklen = 0; + ret->wbuf_freelist->len = 0; + ret->wbuf_freelist->head = NULL; #endif #ifndef OPENSSL_NO_ENGINE - ret->client_cert_engine = NULL; -#ifdef OPENSSL_SSL_CLIENT_ENGINE_AUTO -#define eng_strx(x) #x -#define eng_str(x) eng_strx(x) - /* Use specific client engine automatically... ignore errors */ - { - ENGINE *eng; - eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO)); - if (!eng) - { - ERR_clear_error(); - ENGINE_load_builtin_engines(); - eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO)); - } - if (!eng || !SSL_CTX_set_client_cert_engine(ret, eng)) - ERR_clear_error(); - } -#endif -#endif - /* Default is to connect to non-RI servers. When RI is more widely - * deployed might change this. - */ - ret->options |= SSL_OP_LEGACY_SERVER_CONNECT; - - return(ret); -err: - SSLerr(SSL_F_SSL_CTX_NEW,ERR_R_MALLOC_FAILURE); -err2: - if (ret != NULL) SSL_CTX_free(ret); - return(NULL); - } + ret->client_cert_engine = NULL; +# ifdef OPENSSL_SSL_CLIENT_ENGINE_AUTO +# define eng_strx(x) #x +# define eng_str(x) eng_strx(x) + /* Use specific client engine automatically... ignore errors */ + { + ENGINE *eng; + eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO)); + if (!eng) { + ERR_clear_error(); + ENGINE_load_builtin_engines(); + eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO)); + } + if (!eng || !SSL_CTX_set_client_cert_engine(ret, eng)) + ERR_clear_error(); + } +# endif +#endif + /* + * Default is to connect to non-RI servers. When RI is more widely + * deployed might change this. + */ + ret->options |= SSL_OP_LEGACY_SERVER_CONNECT; + + return (ret); + err: + SSLerr(SSL_F_SSL_CTX_NEW, ERR_R_MALLOC_FAILURE); + err2: + if (ret != NULL) + SSL_CTX_free(ret); + return (NULL); +} #if 0 static void SSL_COMP_free(SSL_COMP *comp) - { OPENSSL_free(comp); } +{ + OPENSSL_free(comp); +} #endif #ifndef OPENSSL_NO_BUF_FREELISTS -static void -ssl_buf_freelist_free(SSL3_BUF_FREELIST *list) - { - SSL3_BUF_FREELIST_ENTRY *ent, *next; - for (ent = list->head; ent; ent = next) - { - next = ent->next; - OPENSSL_free(ent); - } - OPENSSL_free(list); - } +static void ssl_buf_freelist_free(SSL3_BUF_FREELIST *list) +{ + SSL3_BUF_FREELIST_ENTRY *ent, *next; + for (ent = list->head; ent; ent = next) { + next = ent->next; + OPENSSL_free(ent); + } + OPENSSL_free(list); +} #endif void SSL_CTX_free(SSL_CTX *a) - { - int i; +{ + int i; - if (a == NULL) return; + if (a == NULL) + return; - i=CRYPTO_add(&a->references,-1,CRYPTO_LOCK_SSL_CTX); + i = CRYPTO_add(&a->references, -1, CRYPTO_LOCK_SSL_CTX); #ifdef REF_PRINT - REF_PRINT("SSL_CTX",a); + REF_PRINT("SSL_CTX", a); #endif - if (i > 0) return; + if (i > 0) + return; #ifdef REF_CHECK - if (i < 0) - { - fprintf(stderr,"SSL_CTX_free, bad reference count\n"); - abort(); /* ok */ - } -#endif - - if (a->param) - X509_VERIFY_PARAM_free(a->param); - - /* - * Free internal session cache. However: the remove_cb() may reference - * the ex_data of SSL_CTX, thus the ex_data store can only be removed - * after the sessions were flushed. - * As the ex_data handling routines might also touch the session cache, - * the most secure solution seems to be: empty (flush) the cache, then - * free ex_data, then finally free the cache. - * (See ticket [openssl.org #212].) - */ - if (a->sessions != NULL) - SSL_CTX_flush_sessions(a,0); - - CRYPTO_free_ex_data(CRYPTO_EX_INDEX_SSL_CTX, a, &a->ex_data); - - if (a->sessions != NULL) - lh_SSL_SESSION_free(a->sessions); - - if (a->cert_store != NULL) - X509_STORE_free(a->cert_store); - if (a->cipher_list != NULL) - sk_SSL_CIPHER_free(a->cipher_list); - if (a->cipher_list_by_id != NULL) - sk_SSL_CIPHER_free(a->cipher_list_by_id); - if (a->cert != NULL) - ssl_cert_free(a->cert); - if (a->client_CA != NULL) - sk_X509_NAME_pop_free(a->client_CA,X509_NAME_free); - if (a->extra_certs != NULL) - sk_X509_pop_free(a->extra_certs,X509_free); -#if 0 /* This should never be done, since it removes a global database */ - if (a->comp_methods != NULL) - sk_SSL_COMP_pop_free(a->comp_methods,SSL_COMP_free); + if (i < 0) { + fprintf(stderr, "SSL_CTX_free, bad reference count\n"); + abort(); /* ok */ + } +#endif + + if (a->param) + X509_VERIFY_PARAM_free(a->param); + + /* + * Free internal session cache. However: the remove_cb() may reference + * the ex_data of SSL_CTX, thus the ex_data store can only be removed + * after the sessions were flushed. + * As the ex_data handling routines might also touch the session cache, + * the most secure solution seems to be: empty (flush) the cache, then + * free ex_data, then finally free the cache. + * (See ticket [openssl.org #212].) + */ + if (a->sessions != NULL) + SSL_CTX_flush_sessions(a, 0); + + CRYPTO_free_ex_data(CRYPTO_EX_INDEX_SSL_CTX, a, &a->ex_data); + + if (a->sessions != NULL) + lh_SSL_SESSION_free(a->sessions); + + if (a->cert_store != NULL) + X509_STORE_free(a->cert_store); + if (a->cipher_list != NULL) + sk_SSL_CIPHER_free(a->cipher_list); + if (a->cipher_list_by_id != NULL) + sk_SSL_CIPHER_free(a->cipher_list_by_id); + if (a->cert != NULL) + ssl_cert_free(a->cert); + if (a->client_CA != NULL) + sk_X509_NAME_pop_free(a->client_CA, X509_NAME_free); + if (a->extra_certs != NULL) + sk_X509_pop_free(a->extra_certs, X509_free); +#if 0 /* This should never be done, since it + * removes a global database */ + if (a->comp_methods != NULL) + sk_SSL_COMP_pop_free(a->comp_methods, SSL_COMP_free); #else - a->comp_methods = NULL; + a->comp_methods = NULL; #endif #ifndef OPENSSL_NO_SRTP - if (a->srtp_profiles) - sk_SRTP_PROTECTION_PROFILE_free(a->srtp_profiles); + if (a->srtp_profiles) + sk_SRTP_PROTECTION_PROFILE_free(a->srtp_profiles); #endif #ifndef OPENSSL_NO_PSK - if (a->psk_identity_hint) - OPENSSL_free(a->psk_identity_hint); + if (a->psk_identity_hint) + OPENSSL_free(a->psk_identity_hint); #endif #ifndef OPENSSL_NO_SRP - SSL_CTX_SRP_CTX_free(a); + SSL_CTX_SRP_CTX_free(a); #endif #ifndef OPENSSL_NO_ENGINE - if (a->client_cert_engine) - ENGINE_finish(a->client_cert_engine); + if (a->client_cert_engine) + ENGINE_finish(a->client_cert_engine); #endif #ifndef OPENSSL_NO_BUF_FREELISTS - if (a->wbuf_freelist) - ssl_buf_freelist_free(a->wbuf_freelist); - if (a->rbuf_freelist) - ssl_buf_freelist_free(a->rbuf_freelist); + if (a->wbuf_freelist) + ssl_buf_freelist_free(a->wbuf_freelist); + if (a->rbuf_freelist) + ssl_buf_freelist_free(a->rbuf_freelist); +#endif +#ifndef OPENSSL_NO_TLSEXT +# ifndef OPENSSL_NO_EC + if (a->tlsext_ecpointformatlist) + OPENSSL_free(a->tlsext_ecpointformatlist); + if (a->tlsext_ellipticcurvelist) + OPENSSL_free(a->tlsext_ellipticcurvelist); +# endif /* OPENSSL_NO_EC */ + if (a->alpn_client_proto_list != NULL) + OPENSSL_free(a->alpn_client_proto_list); #endif - OPENSSL_free(a); - } + OPENSSL_free(a); +} void SSL_CTX_set_default_passwd_cb(SSL_CTX *ctx, pem_password_cb *cb) - { - ctx->default_passwd_callback=cb; - } - -void SSL_CTX_set_default_passwd_cb_userdata(SSL_CTX *ctx,void *u) - { - ctx->default_passwd_callback_userdata=u; - } - -void SSL_CTX_set_cert_verify_callback(SSL_CTX *ctx, int (*cb)(X509_STORE_CTX *,void *), void *arg) - { - ctx->app_verify_callback=cb; - ctx->app_verify_arg=arg; - } - -void SSL_CTX_set_verify(SSL_CTX *ctx,int mode,int (*cb)(int, X509_STORE_CTX *)) - { - ctx->verify_mode=mode; - ctx->default_verify_callback=cb; - } - -void SSL_CTX_set_verify_depth(SSL_CTX *ctx,int depth) - { - X509_VERIFY_PARAM_set_depth(ctx->param, depth); - } +{ + ctx->default_passwd_callback = cb; +} + +void SSL_CTX_set_default_passwd_cb_userdata(SSL_CTX *ctx, void *u) +{ + ctx->default_passwd_callback_userdata = u; +} + +void SSL_CTX_set_cert_verify_callback(SSL_CTX *ctx, + int (*cb) (X509_STORE_CTX *, void *), + void *arg) +{ + ctx->app_verify_callback = cb; + ctx->app_verify_arg = arg; +} + +void SSL_CTX_set_verify(SSL_CTX *ctx, int mode, + int (*cb) (int, X509_STORE_CTX *)) +{ + ctx->verify_mode = mode; + ctx->default_verify_callback = cb; +} + +void SSL_CTX_set_verify_depth(SSL_CTX *ctx, int depth) +{ + X509_VERIFY_PARAM_set_depth(ctx->param, depth); +} + +void SSL_CTX_set_cert_cb(SSL_CTX *c, int (*cb) (SSL *ssl, void *arg), + void *arg) +{ + ssl_cert_set_cert_cb(c->cert, cb, arg); +} + +void SSL_set_cert_cb(SSL *s, int (*cb) (SSL *ssl, void *arg), void *arg) +{ + ssl_cert_set_cert_cb(s->cert, cb, arg); +} void ssl_set_cert_masks(CERT *c, const SSL_CIPHER *cipher) - { - CERT_PKEY *cpk; - int rsa_enc,rsa_tmp,rsa_sign,dh_tmp,dh_rsa,dh_dsa,dsa_sign; - int rsa_enc_export,dh_rsa_export,dh_dsa_export; - int rsa_tmp_export,dh_tmp_export,kl; - unsigned long mask_k,mask_a,emask_k,emask_a; - int have_ecc_cert, ecdh_ok, ecdsa_ok, ecc_pkey_size; +{ + CERT_PKEY *cpk; + int rsa_enc, rsa_tmp, rsa_sign, dh_tmp, dh_rsa, dh_dsa, dsa_sign; + int rsa_enc_export, dh_rsa_export, dh_dsa_export; + int rsa_tmp_export, dh_tmp_export, kl; + unsigned long mask_k, mask_a, emask_k, emask_a; +#ifndef OPENSSL_NO_ECDSA + int have_ecc_cert, ecdsa_ok, ecc_pkey_size; +#endif #ifndef OPENSSL_NO_ECDH - int have_ecdh_tmp; + int have_ecdh_tmp, ecdh_ok; #endif - X509 *x = NULL; - EVP_PKEY *ecc_pkey = NULL; - int signature_nid = 0, pk_nid = 0, md_nid = 0; - - if (c == NULL) return; +#ifndef OPENSSL_NO_EC + X509 *x = NULL; + EVP_PKEY *ecc_pkey = NULL; + int signature_nid = 0, pk_nid = 0, md_nid = 0; +#endif + if (c == NULL) + return; - kl=SSL_C_EXPORT_PKEYLENGTH(cipher); + kl = SSL_C_EXPORT_PKEYLENGTH(cipher); #ifndef OPENSSL_NO_RSA - rsa_tmp=(c->rsa_tmp != NULL || c->rsa_tmp_cb != NULL); - rsa_tmp_export=(c->rsa_tmp_cb != NULL || - (rsa_tmp && RSA_size(c->rsa_tmp)*8 <= kl)); + rsa_tmp = (c->rsa_tmp != NULL || c->rsa_tmp_cb != NULL); + rsa_tmp_export = (c->rsa_tmp_cb != NULL || + (rsa_tmp && RSA_size(c->rsa_tmp) * 8 <= kl)); #else - rsa_tmp=rsa_tmp_export=0; + rsa_tmp = rsa_tmp_export = 0; #endif #ifndef OPENSSL_NO_DH - dh_tmp=(c->dh_tmp != NULL || c->dh_tmp_cb != NULL); - dh_tmp_export=(c->dh_tmp_cb != NULL || - (dh_tmp && DH_size(c->dh_tmp)*8 <= kl)); + dh_tmp = (c->dh_tmp != NULL || c->dh_tmp_cb != NULL); + dh_tmp_export = (c->dh_tmp_cb != NULL || + (dh_tmp && DH_size(c->dh_tmp) * 8 <= kl)); #else - dh_tmp=dh_tmp_export=0; + dh_tmp = dh_tmp_export = 0; #endif #ifndef OPENSSL_NO_ECDH - have_ecdh_tmp=(c->ecdh_tmp != NULL || c->ecdh_tmp_cb != NULL); -#endif - cpk= &(c->pkeys[SSL_PKEY_RSA_ENC]); - rsa_enc= (cpk->x509 != NULL && cpk->privatekey != NULL); - rsa_enc_export=(rsa_enc && EVP_PKEY_size(cpk->privatekey)*8 <= kl); - cpk= &(c->pkeys[SSL_PKEY_RSA_SIGN]); - rsa_sign=(cpk->x509 != NULL && cpk->privatekey != NULL); - cpk= &(c->pkeys[SSL_PKEY_DSA_SIGN]); - dsa_sign=(cpk->x509 != NULL && cpk->privatekey != NULL); - cpk= &(c->pkeys[SSL_PKEY_DH_RSA]); - dh_rsa= (cpk->x509 != NULL && cpk->privatekey != NULL); - dh_rsa_export=(dh_rsa && EVP_PKEY_size(cpk->privatekey)*8 <= kl); - cpk= &(c->pkeys[SSL_PKEY_DH_DSA]); + have_ecdh_tmp = (c->ecdh_tmp || c->ecdh_tmp_cb || c->ecdh_tmp_auto); +#endif + cpk = &(c->pkeys[SSL_PKEY_RSA_ENC]); + rsa_enc = cpk->valid_flags & CERT_PKEY_VALID; + rsa_enc_export = (rsa_enc && EVP_PKEY_size(cpk->privatekey) * 8 <= kl); + cpk = &(c->pkeys[SSL_PKEY_RSA_SIGN]); + rsa_sign = cpk->valid_flags & CERT_PKEY_SIGN; + cpk = &(c->pkeys[SSL_PKEY_DSA_SIGN]); + dsa_sign = cpk->valid_flags & CERT_PKEY_SIGN; + cpk = &(c->pkeys[SSL_PKEY_DH_RSA]); + dh_rsa = cpk->valid_flags & CERT_PKEY_VALID; + dh_rsa_export = (dh_rsa && EVP_PKEY_size(cpk->privatekey) * 8 <= kl); + cpk = &(c->pkeys[SSL_PKEY_DH_DSA]); /* FIX THIS EAY EAY EAY */ - dh_dsa= (cpk->x509 != NULL && cpk->privatekey != NULL); - dh_dsa_export=(dh_dsa && EVP_PKEY_size(cpk->privatekey)*8 <= kl); - cpk= &(c->pkeys[SSL_PKEY_ECC]); - have_ecc_cert= (cpk->x509 != NULL && cpk->privatekey != NULL); - mask_k=0; - mask_a=0; - emask_k=0; - emask_a=0; - - + dh_dsa = cpk->valid_flags & CERT_PKEY_VALID; + dh_dsa_export = (dh_dsa && EVP_PKEY_size(cpk->privatekey) * 8 <= kl); + cpk = &(c->pkeys[SSL_PKEY_ECC]); +#ifndef OPENSSL_NO_EC + have_ecc_cert = cpk->valid_flags & CERT_PKEY_VALID; +#endif + mask_k = 0; + mask_a = 0; + emask_k = 0; + emask_a = 0; #ifdef CIPHER_DEBUG - printf("rt=%d rte=%d dht=%d ecdht=%d re=%d ree=%d rs=%d ds=%d dhr=%d dhd=%d\n", - rsa_tmp,rsa_tmp_export,dh_tmp,have_ecdh_tmp, - rsa_enc,rsa_enc_export,rsa_sign,dsa_sign,dh_rsa,dh_dsa); -#endif - - cpk = &(c->pkeys[SSL_PKEY_GOST01]); - if (cpk->x509 != NULL && cpk->privatekey !=NULL) { - mask_k |= SSL_kGOST; - mask_a |= SSL_aGOST01; - } - cpk = &(c->pkeys[SSL_PKEY_GOST94]); - if (cpk->x509 != NULL && cpk->privatekey !=NULL) { - mask_k |= SSL_kGOST; - mask_a |= SSL_aGOST94; - } - - if (rsa_enc || (rsa_tmp && rsa_sign)) - mask_k|=SSL_kRSA; - if (rsa_enc_export || (rsa_tmp_export && (rsa_sign || rsa_enc))) - emask_k|=SSL_kRSA; + fprintf(stderr, + "rt=%d rte=%d dht=%d ecdht=%d re=%d ree=%d rs=%d ds=%d dhr=%d dhd=%d\n", + rsa_tmp, rsa_tmp_export, dh_tmp, have_ecdh_tmp, rsa_enc, + rsa_enc_export, rsa_sign, dsa_sign, dh_rsa, dh_dsa); +#endif + + cpk = &(c->pkeys[SSL_PKEY_GOST01]); + if (cpk->x509 != NULL && cpk->privatekey != NULL) { + mask_k |= SSL_kGOST; + mask_a |= SSL_aGOST01; + } + cpk = &(c->pkeys[SSL_PKEY_GOST94]); + if (cpk->x509 != NULL && cpk->privatekey != NULL) { + mask_k |= SSL_kGOST; + mask_a |= SSL_aGOST94; + } + + if (rsa_enc || (rsa_tmp && rsa_sign)) + mask_k |= SSL_kRSA; + if (rsa_enc_export || (rsa_tmp_export && (rsa_sign || rsa_enc))) + emask_k |= SSL_kRSA; #if 0 - /* The match needs to be both kEDH and aRSA or aDSA, so don't worry */ - if ( (dh_tmp || dh_rsa || dh_dsa) && - (rsa_enc || rsa_sign || dsa_sign)) - mask_k|=SSL_kEDH; - if ((dh_tmp_export || dh_rsa_export || dh_dsa_export) && - (rsa_enc || rsa_sign || dsa_sign)) - emask_k|=SSL_kEDH; + /* The match needs to be both kEDH and aRSA or aDSA, so don't worry */ + if ((dh_tmp || dh_rsa || dh_dsa) && (rsa_enc || rsa_sign || dsa_sign)) + mask_k |= SSL_kEDH; + if ((dh_tmp_export || dh_rsa_export || dh_dsa_export) && + (rsa_enc || rsa_sign || dsa_sign)) + emask_k |= SSL_kEDH; #endif - if (dh_tmp_export) - emask_k|=SSL_kEDH; + if (dh_tmp_export) + emask_k |= SSL_kEDH; - if (dh_tmp) - mask_k|=SSL_kEDH; + if (dh_tmp) + mask_k |= SSL_kEDH; - if (dh_rsa) mask_k|=SSL_kDHr; - if (dh_rsa_export) emask_k|=SSL_kDHr; + if (dh_rsa) + mask_k |= SSL_kDHr; + if (dh_rsa_export) + emask_k |= SSL_kDHr; - if (dh_dsa) mask_k|=SSL_kDHd; - if (dh_dsa_export) emask_k|=SSL_kDHd; + if (dh_dsa) + mask_k |= SSL_kDHd; + if (dh_dsa_export) + emask_k |= SSL_kDHd; - if (rsa_enc || rsa_sign) - { - mask_a|=SSL_aRSA; - emask_a|=SSL_aRSA; - } + if (emask_k & (SSL_kDHr | SSL_kDHd)) + mask_a |= SSL_aDH; - if (dsa_sign) - { - mask_a|=SSL_aDSS; - emask_a|=SSL_aDSS; - } + if (rsa_enc || rsa_sign) { + mask_a |= SSL_aRSA; + emask_a |= SSL_aRSA; + } + + if (dsa_sign) { + mask_a |= SSL_aDSS; + emask_a |= SSL_aDSS; + } - mask_a|=SSL_aNULL; - emask_a|=SSL_aNULL; + mask_a |= SSL_aNULL; + emask_a |= SSL_aNULL; #ifndef OPENSSL_NO_KRB5 - mask_k|=SSL_kKRB5; - mask_a|=SSL_aKRB5; - emask_k|=SSL_kKRB5; - emask_a|=SSL_aKRB5; -#endif - - /* An ECC certificate may be usable for ECDH and/or - * ECDSA cipher suites depending on the key usage extension. - */ - if (have_ecc_cert) - { - /* This call populates extension flags (ex_flags) */ - x = (c->pkeys[SSL_PKEY_ECC]).x509; - X509_check_purpose(x, -1, 0); - ecdh_ok = (x->ex_flags & EXFLAG_KUSAGE) ? - (x->ex_kusage & X509v3_KU_KEY_AGREEMENT) : 1; - ecdsa_ok = (x->ex_flags & EXFLAG_KUSAGE) ? - (x->ex_kusage & X509v3_KU_DIGITAL_SIGNATURE) : 1; - ecc_pkey = X509_get_pubkey(x); - ecc_pkey_size = (ecc_pkey != NULL) ? - EVP_PKEY_bits(ecc_pkey) : 0; - EVP_PKEY_free(ecc_pkey); - if ((x->sig_alg) && (x->sig_alg->algorithm)) - { - signature_nid = OBJ_obj2nid(x->sig_alg->algorithm); - OBJ_find_sigid_algs(signature_nid, &md_nid, &pk_nid); - } -#ifndef OPENSSL_NO_ECDH - if (ecdh_ok) - { - - if (pk_nid == NID_rsaEncryption || pk_nid == NID_rsa) - { - mask_k|=SSL_kECDHr; - mask_a|=SSL_aECDH; - if (ecc_pkey_size <= 163) - { - emask_k|=SSL_kECDHr; - emask_a|=SSL_aECDH; - } - } - - if (pk_nid == NID_X9_62_id_ecPublicKey) - { - mask_k|=SSL_kECDHe; - mask_a|=SSL_aECDH; - if (ecc_pkey_size <= 163) - { - emask_k|=SSL_kECDHe; - emask_a|=SSL_aECDH; - } - } - } + mask_k |= SSL_kKRB5; + mask_a |= SSL_aKRB5; + emask_k |= SSL_kKRB5; + emask_a |= SSL_aKRB5; #endif -#ifndef OPENSSL_NO_ECDSA - if (ecdsa_ok) - { - mask_a|=SSL_aECDSA; - emask_a|=SSL_aECDSA; - } + + /* + * An ECC certificate may be usable for ECDH and/or ECDSA cipher suites + * depending on the key usage extension. + */ +#ifndef OPENSSL_NO_EC + if (have_ecc_cert) { + cpk = &c->pkeys[SSL_PKEY_ECC]; + x = cpk->x509; + /* This call populates extension flags (ex_flags) */ + X509_check_purpose(x, -1, 0); +# ifndef OPENSSL_NO_ECDH + ecdh_ok = (x->ex_flags & EXFLAG_KUSAGE) ? + (x->ex_kusage & X509v3_KU_KEY_AGREEMENT) : 1; +# endif + ecdsa_ok = (x->ex_flags & EXFLAG_KUSAGE) ? + (x->ex_kusage & X509v3_KU_DIGITAL_SIGNATURE) : 1; + if (!(cpk->valid_flags & CERT_PKEY_SIGN)) + ecdsa_ok = 0; + ecc_pkey = X509_get_pubkey(x); + ecc_pkey_size = (ecc_pkey != NULL) ? EVP_PKEY_bits(ecc_pkey) : 0; + EVP_PKEY_free(ecc_pkey); + if ((x->sig_alg) && (x->sig_alg->algorithm)) { + signature_nid = OBJ_obj2nid(x->sig_alg->algorithm); + OBJ_find_sigid_algs(signature_nid, &md_nid, &pk_nid); + } +# ifndef OPENSSL_NO_ECDH + if (ecdh_ok) { + + if (pk_nid == NID_rsaEncryption || pk_nid == NID_rsa) { + mask_k |= SSL_kECDHr; + mask_a |= SSL_aECDH; + if (ecc_pkey_size <= 163) { + emask_k |= SSL_kECDHr; + emask_a |= SSL_aECDH; + } + } + + if (pk_nid == NID_X9_62_id_ecPublicKey) { + mask_k |= SSL_kECDHe; + mask_a |= SSL_aECDH; + if (ecc_pkey_size <= 163) { + emask_k |= SSL_kECDHe; + emask_a |= SSL_aECDH; + } + } + } +# endif +# ifndef OPENSSL_NO_ECDSA + if (ecdsa_ok) { + mask_a |= SSL_aECDSA; + emask_a |= SSL_aECDSA; + } +# endif + } #endif - } #ifndef OPENSSL_NO_ECDH - if (have_ecdh_tmp) - { - mask_k|=SSL_kEECDH; - emask_k|=SSL_kEECDH; - } + if (have_ecdh_tmp) { + mask_k |= SSL_kEECDH; + emask_k |= SSL_kEECDH; + } #endif #ifndef OPENSSL_NO_PSK - mask_k |= SSL_kPSK; - mask_a |= SSL_aPSK; - emask_k |= SSL_kPSK; - emask_a |= SSL_aPSK; + mask_k |= SSL_kPSK; + mask_a |= SSL_aPSK; + emask_k |= SSL_kPSK; + emask_a |= SSL_aPSK; #endif - c->mask_k=mask_k; - c->mask_a=mask_a; - c->export_mask_k=emask_k; - c->export_mask_a=emask_a; - c->valid=1; - } + c->mask_k = mask_k; + c->mask_a = mask_a; + c->export_mask_k = emask_k; + c->export_mask_a = emask_a; + c->valid = 1; +} /* This handy macro borrowed from crypto/x509v3/v3_purp.c */ #define ku_reject(x, usage) \ - (((x)->ex_flags & EXFLAG_KUSAGE) && !((x)->ex_kusage & (usage))) + (((x)->ex_flags & EXFLAG_KUSAGE) && !((x)->ex_kusage & (usage))) #ifndef OPENSSL_NO_EC int ssl_check_srvr_ecc_cert_and_alg(X509 *x, SSL *s) - { - unsigned long alg_k, alg_a; - EVP_PKEY *pkey = NULL; - int keysize = 0; - int signature_nid = 0, md_nid = 0, pk_nid = 0; - const SSL_CIPHER *cs = s->s3->tmp.new_cipher; - - alg_k = cs->algorithm_mkey; - alg_a = cs->algorithm_auth; - - if (SSL_C_IS_EXPORT(cs)) - { - /* ECDH key length in export ciphers must be <= 163 bits */ - pkey = X509_get_pubkey(x); - if (pkey == NULL) return 0; - keysize = EVP_PKEY_bits(pkey); - EVP_PKEY_free(pkey); - if (keysize > 163) return 0; - } - - /* This call populates the ex_flags field correctly */ - X509_check_purpose(x, -1, 0); - if ((x->sig_alg) && (x->sig_alg->algorithm)) - { - signature_nid = OBJ_obj2nid(x->sig_alg->algorithm); - OBJ_find_sigid_algs(signature_nid, &md_nid, &pk_nid); - } - if (alg_k & SSL_kECDHe || alg_k & SSL_kECDHr) - { - /* key usage, if present, must allow key agreement */ - if (ku_reject(x, X509v3_KU_KEY_AGREEMENT)) - { - SSLerr(SSL_F_SSL_CHECK_SRVR_ECC_CERT_AND_ALG, SSL_R_ECC_CERT_NOT_FOR_KEY_AGREEMENT); - return 0; - } - if ((alg_k & SSL_kECDHe) && TLS1_get_version(s) < TLS1_2_VERSION) - { - /* signature alg must be ECDSA */ - if (pk_nid != NID_X9_62_id_ecPublicKey) - { - SSLerr(SSL_F_SSL_CHECK_SRVR_ECC_CERT_AND_ALG, SSL_R_ECC_CERT_SHOULD_HAVE_SHA1_SIGNATURE); - return 0; - } - } - if ((alg_k & SSL_kECDHr) && TLS1_get_version(s) < TLS1_2_VERSION) - { - /* signature alg must be RSA */ - - if (pk_nid != NID_rsaEncryption && pk_nid != NID_rsa) - { - SSLerr(SSL_F_SSL_CHECK_SRVR_ECC_CERT_AND_ALG, SSL_R_ECC_CERT_SHOULD_HAVE_RSA_SIGNATURE); - return 0; - } - } - } - if (alg_a & SSL_aECDSA) - { - /* key usage, if present, must allow signing */ - if (ku_reject(x, X509v3_KU_DIGITAL_SIGNATURE)) - { - SSLerr(SSL_F_SSL_CHECK_SRVR_ECC_CERT_AND_ALG, SSL_R_ECC_CERT_NOT_FOR_SIGNING); - return 0; - } - } - - return 1; /* all checks are ok */ - } - -#endif - -/* THIS NEEDS CLEANING UP */ +{ + unsigned long alg_k, alg_a; + EVP_PKEY *pkey = NULL; + int keysize = 0; + int signature_nid = 0, md_nid = 0, pk_nid = 0; + const SSL_CIPHER *cs = s->s3->tmp.new_cipher; + + alg_k = cs->algorithm_mkey; + alg_a = cs->algorithm_auth; + + if (SSL_C_IS_EXPORT(cs)) { + /* ECDH key length in export ciphers must be <= 163 bits */ + pkey = X509_get_pubkey(x); + if (pkey == NULL) + return 0; + keysize = EVP_PKEY_bits(pkey); + EVP_PKEY_free(pkey); + if (keysize > 163) + return 0; + } + + /* This call populates the ex_flags field correctly */ + X509_check_purpose(x, -1, 0); + if ((x->sig_alg) && (x->sig_alg->algorithm)) { + signature_nid = OBJ_obj2nid(x->sig_alg->algorithm); + OBJ_find_sigid_algs(signature_nid, &md_nid, &pk_nid); + } + if (alg_k & SSL_kECDHe || alg_k & SSL_kECDHr) { + /* key usage, if present, must allow key agreement */ + if (ku_reject(x, X509v3_KU_KEY_AGREEMENT)) { + SSLerr(SSL_F_SSL_CHECK_SRVR_ECC_CERT_AND_ALG, + SSL_R_ECC_CERT_NOT_FOR_KEY_AGREEMENT); + return 0; + } + if ((alg_k & SSL_kECDHe) && TLS1_get_version(s) < TLS1_2_VERSION) { + /* signature alg must be ECDSA */ + if (pk_nid != NID_X9_62_id_ecPublicKey) { + SSLerr(SSL_F_SSL_CHECK_SRVR_ECC_CERT_AND_ALG, + SSL_R_ECC_CERT_SHOULD_HAVE_SHA1_SIGNATURE); + return 0; + } + } + if ((alg_k & SSL_kECDHr) && TLS1_get_version(s) < TLS1_2_VERSION) { + /* signature alg must be RSA */ + + if (pk_nid != NID_rsaEncryption && pk_nid != NID_rsa) { + SSLerr(SSL_F_SSL_CHECK_SRVR_ECC_CERT_AND_ALG, + SSL_R_ECC_CERT_SHOULD_HAVE_RSA_SIGNATURE); + return 0; + } + } + } + if (alg_a & SSL_aECDSA) { + /* key usage, if present, must allow signing */ + if (ku_reject(x, X509v3_KU_DIGITAL_SIGNATURE)) { + SSLerr(SSL_F_SSL_CHECK_SRVR_ECC_CERT_AND_ALG, + SSL_R_ECC_CERT_NOT_FOR_SIGNING); + return 0; + } + } + + return 1; /* all checks are ok */ +} + +#endif + +static int ssl_get_server_cert_index(const SSL *s) +{ + int idx; + idx = ssl_cipher_get_cert_index(s->s3->tmp.new_cipher); + if (idx == SSL_PKEY_RSA_ENC && !s->cert->pkeys[SSL_PKEY_RSA_ENC].x509) + idx = SSL_PKEY_RSA_SIGN; + if (idx == -1) + SSLerr(SSL_F_SSL_GET_SERVER_CERT_INDEX, ERR_R_INTERNAL_ERROR); + return idx; +} + CERT_PKEY *ssl_get_server_send_pkey(const SSL *s) - { - unsigned long alg_k,alg_a; - CERT *c; - int i; - - c=s->cert; - ssl_set_cert_masks(c, s->s3->tmp.new_cipher); - - alg_k = s->s3->tmp.new_cipher->algorithm_mkey; - alg_a = s->s3->tmp.new_cipher->algorithm_auth; - - if (alg_k & (SSL_kECDHr|SSL_kECDHe)) - { - /* we don't need to look at SSL_kEECDH - * since no certificate is needed for - * anon ECDH and for authenticated - * EECDH, the check for the auth - * algorithm will set i correctly - * NOTE: For ECDH-RSA, we need an ECC - * not an RSA cert but for EECDH-RSA - * we need an RSA cert. Placing the - * checks for SSL_kECDH before RSA - * checks ensures the correct cert is chosen. - */ - i=SSL_PKEY_ECC; - } - else if (alg_a & SSL_aECDSA) - { - i=SSL_PKEY_ECC; - } - else if (alg_k & SSL_kDHr) - i=SSL_PKEY_DH_RSA; - else if (alg_k & SSL_kDHd) - i=SSL_PKEY_DH_DSA; - else if (alg_a & SSL_aDSS) - i=SSL_PKEY_DSA_SIGN; - else if (alg_a & SSL_aRSA) - { - if (c->pkeys[SSL_PKEY_RSA_ENC].x509 == NULL) - i=SSL_PKEY_RSA_SIGN; - else - i=SSL_PKEY_RSA_ENC; - } - else if (alg_a & SSL_aKRB5) - { - /* VRS something else here? */ - return(NULL); - } - else if (alg_a & SSL_aGOST94) - i=SSL_PKEY_GOST94; - else if (alg_a & SSL_aGOST01) - i=SSL_PKEY_GOST01; - else /* if (alg_a & SSL_aNULL) */ - { - SSLerr(SSL_F_SSL_GET_SERVER_SEND_PKEY,ERR_R_INTERNAL_ERROR); - return(NULL); - } - - return c->pkeys + i; - } - -X509 *ssl_get_server_send_cert(const SSL *s) - { - CERT_PKEY *cpk; - cpk = ssl_get_server_send_pkey(s); - if (!cpk) - return NULL; - return cpk->x509; - } - -EVP_PKEY *ssl_get_sign_pkey(SSL *s,const SSL_CIPHER *cipher, const EVP_MD **pmd) - { - unsigned long alg_a; - CERT *c; - int idx = -1; - - alg_a = cipher->algorithm_auth; - c=s->cert; - - if ((alg_a & SSL_aDSS) && - (c->pkeys[SSL_PKEY_DSA_SIGN].privatekey != NULL)) - idx = SSL_PKEY_DSA_SIGN; - else if (alg_a & SSL_aRSA) - { - if (c->pkeys[SSL_PKEY_RSA_SIGN].privatekey != NULL) - idx = SSL_PKEY_RSA_SIGN; - else if (c->pkeys[SSL_PKEY_RSA_ENC].privatekey != NULL) - idx = SSL_PKEY_RSA_ENC; - } - else if ((alg_a & SSL_aECDSA) && - (c->pkeys[SSL_PKEY_ECC].privatekey != NULL)) - idx = SSL_PKEY_ECC; - if (idx == -1) - { - SSLerr(SSL_F_SSL_GET_SIGN_PKEY,ERR_R_INTERNAL_ERROR); - return(NULL); - } - if (pmd) - *pmd = c->pkeys[idx].digest; - return c->pkeys[idx].privatekey; - } - -void ssl_update_cache(SSL *s,int mode) - { - int i; - - /* If the session_id_length is 0, we are not supposed to cache it, - * and it would be rather hard to do anyway :-) */ - if (s->session->session_id_length == 0) return; - - i=s->session_ctx->session_cache_mode; - if ((i & mode) && (!s->hit) - && ((i & SSL_SESS_CACHE_NO_INTERNAL_STORE) - || SSL_CTX_add_session(s->session_ctx,s->session)) - && (s->session_ctx->new_session_cb != NULL)) - { - CRYPTO_add(&s->session->references,1,CRYPTO_LOCK_SSL_SESSION); - if (!s->session_ctx->new_session_cb(s,s->session)) - SSL_SESSION_free(s->session); - } - - /* auto flush every 255 connections */ - if ((!(i & SSL_SESS_CACHE_NO_AUTO_CLEAR)) && - ((i & mode) == mode)) - { - if ( (((mode & SSL_SESS_CACHE_CLIENT) - ?s->session_ctx->stats.sess_connect_good - :s->session_ctx->stats.sess_accept_good) & 0xff) == 0xff) - { - SSL_CTX_flush_sessions(s->session_ctx,(unsigned long)time(NULL)); - } - } - } +{ + CERT *c; + int i; + + c = s->cert; + if (!s->s3 || !s->s3->tmp.new_cipher) + return NULL; + ssl_set_cert_masks(c, s->s3->tmp.new_cipher); + +#ifdef OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL + /* + * Broken protocol test: return last used certificate: which may mismatch + * the one expected. + */ + if (c->cert_flags & SSL_CERT_FLAG_BROKEN_PROTOCOL) + return c->key; +#endif + + i = ssl_get_server_cert_index(s); + + /* This may or may not be an error. */ + if (i < 0) + return NULL; + + /* May be NULL. */ + return &c->pkeys[i]; +} + +EVP_PKEY *ssl_get_sign_pkey(SSL *s, const SSL_CIPHER *cipher, + const EVP_MD **pmd) +{ + unsigned long alg_a; + CERT *c; + int idx = -1; + + alg_a = cipher->algorithm_auth; + c = s->cert; + +#ifdef OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL + /* + * Broken protocol test: use last key: which may mismatch the one + * expected. + */ + if (c->cert_flags & SSL_CERT_FLAG_BROKEN_PROTOCOL) + idx = c->key - c->pkeys; + else +#endif + + if ((alg_a & SSL_aDSS) && + (c->pkeys[SSL_PKEY_DSA_SIGN].privatekey != NULL)) + idx = SSL_PKEY_DSA_SIGN; + else if (alg_a & SSL_aRSA) { + if (c->pkeys[SSL_PKEY_RSA_SIGN].privatekey != NULL) + idx = SSL_PKEY_RSA_SIGN; + else if (c->pkeys[SSL_PKEY_RSA_ENC].privatekey != NULL) + idx = SSL_PKEY_RSA_ENC; + } else if ((alg_a & SSL_aECDSA) && + (c->pkeys[SSL_PKEY_ECC].privatekey != NULL)) + idx = SSL_PKEY_ECC; + if (idx == -1) { + SSLerr(SSL_F_SSL_GET_SIGN_PKEY, ERR_R_INTERNAL_ERROR); + return (NULL); + } + if (pmd) + *pmd = c->pkeys[idx].digest; + return c->pkeys[idx].privatekey; +} + +#ifndef OPENSSL_NO_TLSEXT +int ssl_get_server_cert_serverinfo(SSL *s, const unsigned char **serverinfo, + size_t *serverinfo_length) +{ + CERT *c = NULL; + int i = 0; + *serverinfo_length = 0; + + c = s->cert; + i = ssl_get_server_cert_index(s); + + if (i == -1) + return 0; + if (c->pkeys[i].serverinfo == NULL) + return 0; + + *serverinfo = c->pkeys[i].serverinfo; + *serverinfo_length = c->pkeys[i].serverinfo_length; + return 1; +} +#endif + +void ssl_update_cache(SSL *s, int mode) +{ + int i; + + /* + * If the session_id_length is 0, we are not supposed to cache it, and it + * would be rather hard to do anyway :-) + */ + if (s->session->session_id_length == 0) + return; + + i = s->session_ctx->session_cache_mode; + if ((i & mode) && (!s->hit) + && ((i & SSL_SESS_CACHE_NO_INTERNAL_STORE) + || SSL_CTX_add_session(s->session_ctx, s->session)) + && (s->session_ctx->new_session_cb != NULL)) { + CRYPTO_add(&s->session->references, 1, CRYPTO_LOCK_SSL_SESSION); + if (!s->session_ctx->new_session_cb(s, s->session)) + SSL_SESSION_free(s->session); + } + + /* auto flush every 255 connections */ + if ((!(i & SSL_SESS_CACHE_NO_AUTO_CLEAR)) && ((i & mode) == mode)) { + if ((((mode & SSL_SESS_CACHE_CLIENT) + ? s->session_ctx->stats.sess_connect_good + : s->session_ctx->stats.sess_accept_good) & 0xff) == 0xff) { + SSL_CTX_flush_sessions(s->session_ctx, (unsigned long)time(NULL)); + } + } +} + +const SSL_METHOD *SSL_CTX_get_ssl_method(SSL_CTX *ctx) +{ + return ctx->method; +} const SSL_METHOD *SSL_get_ssl_method(SSL *s) - { - return(s->method); - } +{ + return (s->method); +} int SSL_set_ssl_method(SSL *s, const SSL_METHOD *meth) - { - int conn= -1; - int ret=1; - - if (s->method != meth) - { - if (s->handshake_func != NULL) - conn=(s->handshake_func == s->method->ssl_connect); - - if (s->method->version == meth->version) - s->method=meth; - else - { - s->method->ssl_free(s); - s->method=meth; - ret=s->method->ssl_new(s); - } - - if (conn == 1) - s->handshake_func=meth->ssl_connect; - else if (conn == 0) - s->handshake_func=meth->ssl_accept; - } - return(ret); - } - -int SSL_get_error(const SSL *s,int i) - { - int reason; - unsigned long l; - BIO *bio; - - if (i > 0) return(SSL_ERROR_NONE); - - /* Make things return SSL_ERROR_SYSCALL when doing SSL_do_handshake - * etc, where we do encode the error */ - if ((l=ERR_peek_error()) != 0) - { - if (ERR_GET_LIB(l) == ERR_LIB_SYS) - return(SSL_ERROR_SYSCALL); - else - return(SSL_ERROR_SSL); - } - - if ((i < 0) && SSL_want_read(s)) - { - bio=SSL_get_rbio(s); - if (BIO_should_read(bio)) - return(SSL_ERROR_WANT_READ); - else if (BIO_should_write(bio)) - /* This one doesn't make too much sense ... We never try - * to write to the rbio, and an application program where - * rbio and wbio are separate couldn't even know what it - * should wait for. - * However if we ever set s->rwstate incorrectly - * (so that we have SSL_want_read(s) instead of - * SSL_want_write(s)) and rbio and wbio *are* the same, - * this test works around that bug; so it might be safer - * to keep it. */ - return(SSL_ERROR_WANT_WRITE); - else if (BIO_should_io_special(bio)) - { - reason=BIO_get_retry_reason(bio); - if (reason == BIO_RR_CONNECT) - return(SSL_ERROR_WANT_CONNECT); - else if (reason == BIO_RR_ACCEPT) - return(SSL_ERROR_WANT_ACCEPT); - else - return(SSL_ERROR_SYSCALL); /* unknown */ - } - } - - if ((i < 0) && SSL_want_write(s)) - { - bio=SSL_get_wbio(s); - if (BIO_should_write(bio)) - return(SSL_ERROR_WANT_WRITE); - else if (BIO_should_read(bio)) - /* See above (SSL_want_read(s) with BIO_should_write(bio)) */ - return(SSL_ERROR_WANT_READ); - else if (BIO_should_io_special(bio)) - { - reason=BIO_get_retry_reason(bio); - if (reason == BIO_RR_CONNECT) - return(SSL_ERROR_WANT_CONNECT); - else if (reason == BIO_RR_ACCEPT) - return(SSL_ERROR_WANT_ACCEPT); - else - return(SSL_ERROR_SYSCALL); - } - } - if ((i < 0) && SSL_want_x509_lookup(s)) - { - return(SSL_ERROR_WANT_X509_LOOKUP); - } - - if (i == 0) - { - if (s->version == SSL2_VERSION) - { - /* assume it is the socket being closed */ - return(SSL_ERROR_ZERO_RETURN); - } - else - { - if ((s->shutdown & SSL_RECEIVED_SHUTDOWN) && - (s->s3->warn_alert == SSL_AD_CLOSE_NOTIFY)) - return(SSL_ERROR_ZERO_RETURN); - } - } - return(SSL_ERROR_SYSCALL); - } +{ + int conn = -1; + int ret = 1; + + if (s->method != meth) { + if (s->handshake_func != NULL) + conn = (s->handshake_func == s->method->ssl_connect); + + if (s->method->version == meth->version) + s->method = meth; + else { + s->method->ssl_free(s); + s->method = meth; + ret = s->method->ssl_new(s); + } + + if (conn == 1) + s->handshake_func = meth->ssl_connect; + else if (conn == 0) + s->handshake_func = meth->ssl_accept; + } + return (ret); +} + +int SSL_get_error(const SSL *s, int i) +{ + int reason; + unsigned long l; + BIO *bio; + + if (i > 0) + return (SSL_ERROR_NONE); + + /* + * Make things return SSL_ERROR_SYSCALL when doing SSL_do_handshake etc, + * where we do encode the error + */ + if ((l = ERR_peek_error()) != 0) { + if (ERR_GET_LIB(l) == ERR_LIB_SYS) + return (SSL_ERROR_SYSCALL); + else + return (SSL_ERROR_SSL); + } + + if ((i < 0) && SSL_want_read(s)) { + bio = SSL_get_rbio(s); + if (BIO_should_read(bio)) + return (SSL_ERROR_WANT_READ); + else if (BIO_should_write(bio)) + /* + * This one doesn't make too much sense ... We never try to write + * to the rbio, and an application program where rbio and wbio + * are separate couldn't even know what it should wait for. + * However if we ever set s->rwstate incorrectly (so that we have + * SSL_want_read(s) instead of SSL_want_write(s)) and rbio and + * wbio *are* the same, this test works around that bug; so it + * might be safer to keep it. + */ + return (SSL_ERROR_WANT_WRITE); + else if (BIO_should_io_special(bio)) { + reason = BIO_get_retry_reason(bio); + if (reason == BIO_RR_CONNECT) + return (SSL_ERROR_WANT_CONNECT); + else if (reason == BIO_RR_ACCEPT) + return (SSL_ERROR_WANT_ACCEPT); + else + return (SSL_ERROR_SYSCALL); /* unknown */ + } + } + + if ((i < 0) && SSL_want_write(s)) { + bio = SSL_get_wbio(s); + if (BIO_should_write(bio)) + return (SSL_ERROR_WANT_WRITE); + else if (BIO_should_read(bio)) + /* + * See above (SSL_want_read(s) with BIO_should_write(bio)) + */ + return (SSL_ERROR_WANT_READ); + else if (BIO_should_io_special(bio)) { + reason = BIO_get_retry_reason(bio); + if (reason == BIO_RR_CONNECT) + return (SSL_ERROR_WANT_CONNECT); + else if (reason == BIO_RR_ACCEPT) + return (SSL_ERROR_WANT_ACCEPT); + else + return (SSL_ERROR_SYSCALL); + } + } + if ((i < 0) && SSL_want_x509_lookup(s)) { + return (SSL_ERROR_WANT_X509_LOOKUP); + } + + if (i == 0) { + if (s->version == SSL2_VERSION) { + /* assume it is the socket being closed */ + return (SSL_ERROR_ZERO_RETURN); + } else { + if ((s->shutdown & SSL_RECEIVED_SHUTDOWN) && + (s->s3->warn_alert == SSL_AD_CLOSE_NOTIFY)) + return (SSL_ERROR_ZERO_RETURN); + } + } + return (SSL_ERROR_SYSCALL); +} int SSL_do_handshake(SSL *s) - { - int ret=1; - - if (s->handshake_func == NULL) - { - SSLerr(SSL_F_SSL_DO_HANDSHAKE,SSL_R_CONNECTION_TYPE_NOT_SET); - return(-1); - } - - s->method->ssl_renegotiate_check(s); - - if (SSL_in_init(s) || SSL_in_before(s)) - { - ret=s->handshake_func(s); - } - return(ret); - } - -/* For the next 2 functions, SSL_clear() sets shutdown and so - * one of these calls will reset it */ +{ + int ret = 1; + + if (s->handshake_func == NULL) { + SSLerr(SSL_F_SSL_DO_HANDSHAKE, SSL_R_CONNECTION_TYPE_NOT_SET); + return (-1); + } + + s->method->ssl_renegotiate_check(s); + + if (SSL_in_init(s) || SSL_in_before(s)) { + ret = s->handshake_func(s); + } + return (ret); +} + +/* + * For the next 2 functions, SSL_clear() sets shutdown and so one of these + * calls will reset it + */ void SSL_set_accept_state(SSL *s) - { - s->server=1; - s->shutdown=0; - s->state=SSL_ST_ACCEPT|SSL_ST_BEFORE; - s->handshake_func=s->method->ssl_accept; - /* clear the current cipher */ - ssl_clear_cipher_ctx(s); - ssl_clear_hash_ctx(&s->read_hash); - ssl_clear_hash_ctx(&s->write_hash); - } +{ + s->server = 1; + s->shutdown = 0; + s->state = SSL_ST_ACCEPT | SSL_ST_BEFORE; + s->handshake_func = s->method->ssl_accept; + /* clear the current cipher */ + ssl_clear_cipher_ctx(s); + ssl_clear_hash_ctx(&s->read_hash); + ssl_clear_hash_ctx(&s->write_hash); +} void SSL_set_connect_state(SSL *s) - { - s->server=0; - s->shutdown=0; - s->state=SSL_ST_CONNECT|SSL_ST_BEFORE; - s->handshake_func=s->method->ssl_connect; - /* clear the current cipher */ - ssl_clear_cipher_ctx(s); - ssl_clear_hash_ctx(&s->read_hash); - ssl_clear_hash_ctx(&s->write_hash); - } +{ + s->server = 0; + s->shutdown = 0; + s->state = SSL_ST_CONNECT | SSL_ST_BEFORE; + s->handshake_func = s->method->ssl_connect; + /* clear the current cipher */ + ssl_clear_cipher_ctx(s); + ssl_clear_hash_ctx(&s->read_hash); + ssl_clear_hash_ctx(&s->write_hash); +} int ssl_undefined_function(SSL *s) - { - SSLerr(SSL_F_SSL_UNDEFINED_FUNCTION,ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); - return(0); - } +{ + SSLerr(SSL_F_SSL_UNDEFINED_FUNCTION, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); + return (0); +} int ssl_undefined_void_function(void) - { - SSLerr(SSL_F_SSL_UNDEFINED_VOID_FUNCTION,ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); - return(0); - } +{ + SSLerr(SSL_F_SSL_UNDEFINED_VOID_FUNCTION, + ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); + return (0); +} int ssl_undefined_const_function(const SSL *s) - { - SSLerr(SSL_F_SSL_UNDEFINED_CONST_FUNCTION,ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); - return(0); - } +{ + SSLerr(SSL_F_SSL_UNDEFINED_CONST_FUNCTION, + ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); + return (0); +} SSL_METHOD *ssl_bad_method(int ver) - { - SSLerr(SSL_F_SSL_BAD_METHOD,ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); - return(NULL); - } +{ + SSLerr(SSL_F_SSL_BAD_METHOD, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); + return (NULL); +} const char *SSL_get_version(const SSL *s) - { - if (s->version == TLS1_2_VERSION) - return("TLSv1.2"); - else if (s->version == TLS1_1_VERSION) - return("TLSv1.1"); - else if (s->version == TLS1_VERSION) - return("TLSv1"); - else if (s->version == SSL3_VERSION) - return("SSLv3"); - else if (s->version == SSL2_VERSION) - return("SSLv2"); - else - return("unknown"); - } +{ + if (s->version == TLS1_2_VERSION) + return ("TLSv1.2"); + else if (s->version == TLS1_1_VERSION) + return ("TLSv1.1"); + else if (s->version == TLS1_VERSION) + return ("TLSv1"); + else if (s->version == SSL3_VERSION) + return ("SSLv3"); + else if (s->version == SSL2_VERSION) + return ("SSLv2"); + else + return ("unknown"); +} SSL *SSL_dup(SSL *s) - { - STACK_OF(X509_NAME) *sk; - X509_NAME *xn; - SSL *ret; - int i; - - if ((ret=SSL_new(SSL_get_SSL_CTX(s))) == NULL) - return(NULL); - - ret->version = s->version; - ret->type = s->type; - ret->method = s->method; - - if (s->session != NULL) - { - /* This copies session-id, SSL_METHOD, sid_ctx, and 'cert' */ - SSL_copy_session_id(ret,s); - } - else - { - /* No session has been established yet, so we have to expect - * that s->cert or ret->cert will be changed later -- - * they should not both point to the same object, - * and thus we can't use SSL_copy_session_id. */ - - ret->method->ssl_free(ret); - ret->method = s->method; - ret->method->ssl_new(ret); - - if (s->cert != NULL) - { - if (ret->cert != NULL) - { - ssl_cert_free(ret->cert); - } - ret->cert = ssl_cert_dup(s->cert); - if (ret->cert == NULL) - goto err; - } - - SSL_set_session_id_context(ret, - s->sid_ctx, s->sid_ctx_length); - } - - ret->options=s->options; - ret->mode=s->mode; - SSL_set_max_cert_list(ret,SSL_get_max_cert_list(s)); - SSL_set_read_ahead(ret,SSL_get_read_ahead(s)); - ret->msg_callback = s->msg_callback; - ret->msg_callback_arg = s->msg_callback_arg; - SSL_set_verify(ret,SSL_get_verify_mode(s), - SSL_get_verify_callback(s)); - SSL_set_verify_depth(ret,SSL_get_verify_depth(s)); - ret->generate_session_id = s->generate_session_id; - - SSL_set_info_callback(ret,SSL_get_info_callback(s)); - - ret->debug=s->debug; - - /* copy app data, a little dangerous perhaps */ - if (!CRYPTO_dup_ex_data(CRYPTO_EX_INDEX_SSL, &ret->ex_data, &s->ex_data)) - goto err; - - /* setup rbio, and wbio */ - if (s->rbio != NULL) - { - if (!BIO_dup_state(s->rbio,(char *)&ret->rbio)) - goto err; - } - if (s->wbio != NULL) - { - if (s->wbio != s->rbio) - { - if (!BIO_dup_state(s->wbio,(char *)&ret->wbio)) - goto err; - } - else - ret->wbio=ret->rbio; - } - ret->rwstate = s->rwstate; - ret->in_handshake = s->in_handshake; - ret->handshake_func = s->handshake_func; - ret->server = s->server; - ret->renegotiate = s->renegotiate; - ret->new_session = s->new_session; - ret->quiet_shutdown = s->quiet_shutdown; - ret->shutdown=s->shutdown; - ret->state=s->state; /* SSL_dup does not really work at any state, though */ - ret->rstate=s->rstate; - ret->init_num = 0; /* would have to copy ret->init_buf, ret->init_msg, ret->init_num, ret->init_off */ - ret->hit=s->hit; - - X509_VERIFY_PARAM_inherit(ret->param, s->param); - - /* dup the cipher_list and cipher_list_by_id stacks */ - if (s->cipher_list != NULL) - { - if ((ret->cipher_list=sk_SSL_CIPHER_dup(s->cipher_list)) == NULL) - goto err; - } - if (s->cipher_list_by_id != NULL) - if ((ret->cipher_list_by_id=sk_SSL_CIPHER_dup(s->cipher_list_by_id)) - == NULL) - goto err; - - /* Dup the client_CA list */ - if (s->client_CA != NULL) - { - if ((sk=sk_X509_NAME_dup(s->client_CA)) == NULL) goto err; - ret->client_CA=sk; - for (i=0; iversion = s->version; + ret->type = s->type; + ret->method = s->method; + + if (s->session != NULL) { + /* This copies session-id, SSL_METHOD, sid_ctx, and 'cert' */ + SSL_copy_session_id(ret, s); + } else { + /* + * No session has been established yet, so we have to expect that + * s->cert or ret->cert will be changed later -- they should not both + * point to the same object, and thus we can't use + * SSL_copy_session_id. + */ + + ret->method->ssl_free(ret); + ret->method = s->method; + ret->method->ssl_new(ret); + + if (s->cert != NULL) { + if (ret->cert != NULL) { + ssl_cert_free(ret->cert); + } + ret->cert = ssl_cert_dup(s->cert); + if (ret->cert == NULL) + goto err; + } + + SSL_set_session_id_context(ret, s->sid_ctx, s->sid_ctx_length); + } + + ret->options = s->options; + ret->mode = s->mode; + SSL_set_max_cert_list(ret, SSL_get_max_cert_list(s)); + SSL_set_read_ahead(ret, SSL_get_read_ahead(s)); + ret->msg_callback = s->msg_callback; + ret->msg_callback_arg = s->msg_callback_arg; + SSL_set_verify(ret, SSL_get_verify_mode(s), SSL_get_verify_callback(s)); + SSL_set_verify_depth(ret, SSL_get_verify_depth(s)); + ret->generate_session_id = s->generate_session_id; + + SSL_set_info_callback(ret, SSL_get_info_callback(s)); + + ret->debug = s->debug; + + /* copy app data, a little dangerous perhaps */ + if (!CRYPTO_dup_ex_data(CRYPTO_EX_INDEX_SSL, &ret->ex_data, &s->ex_data)) + goto err; + + /* setup rbio, and wbio */ + if (s->rbio != NULL) { + if (!BIO_dup_state(s->rbio, (char *)&ret->rbio)) + goto err; + } + if (s->wbio != NULL) { + if (s->wbio != s->rbio) { + if (!BIO_dup_state(s->wbio, (char *)&ret->wbio)) + goto err; + } else + ret->wbio = ret->rbio; + } + ret->rwstate = s->rwstate; + ret->in_handshake = s->in_handshake; + ret->handshake_func = s->handshake_func; + ret->server = s->server; + ret->renegotiate = s->renegotiate; + ret->new_session = s->new_session; + ret->quiet_shutdown = s->quiet_shutdown; + ret->shutdown = s->shutdown; + ret->state = s->state; /* SSL_dup does not really work at any state, + * though */ + ret->rstate = s->rstate; + ret->init_num = 0; /* would have to copy ret->init_buf, + * ret->init_msg, ret->init_num, + * ret->init_off */ + ret->hit = s->hit; + + X509_VERIFY_PARAM_inherit(ret->param, s->param); + + /* dup the cipher_list and cipher_list_by_id stacks */ + if (s->cipher_list != NULL) { + if ((ret->cipher_list = sk_SSL_CIPHER_dup(s->cipher_list)) == NULL) + goto err; + } + if (s->cipher_list_by_id != NULL) + if ((ret->cipher_list_by_id = sk_SSL_CIPHER_dup(s->cipher_list_by_id)) + == NULL) + goto err; + + /* Dup the client_CA list */ + if (s->client_CA != NULL) { + if ((sk = sk_X509_NAME_dup(s->client_CA)) == NULL) + goto err; + ret->client_CA = sk; + for (i = 0; i < sk_X509_NAME_num(sk); i++) { + xn = sk_X509_NAME_value(sk, i); + if (sk_X509_NAME_set(sk, i, X509_NAME_dup(xn)) == NULL) { + X509_NAME_free(xn); + goto err; + } + } + } + + if (0) { + err: + if (ret != NULL) + SSL_free(ret); + ret = NULL; + } + return (ret); +} void ssl_clear_cipher_ctx(SSL *s) - { - if (s->enc_read_ctx != NULL) - { - EVP_CIPHER_CTX_cleanup(s->enc_read_ctx); - OPENSSL_free(s->enc_read_ctx); - s->enc_read_ctx=NULL; - } - if (s->enc_write_ctx != NULL) - { - EVP_CIPHER_CTX_cleanup(s->enc_write_ctx); - OPENSSL_free(s->enc_write_ctx); - s->enc_write_ctx=NULL; - } +{ + if (s->enc_read_ctx != NULL) { + EVP_CIPHER_CTX_cleanup(s->enc_read_ctx); + OPENSSL_free(s->enc_read_ctx); + s->enc_read_ctx = NULL; + } + if (s->enc_write_ctx != NULL) { + EVP_CIPHER_CTX_cleanup(s->enc_write_ctx); + OPENSSL_free(s->enc_write_ctx); + s->enc_write_ctx = NULL; + } #ifndef OPENSSL_NO_COMP - if (s->expand != NULL) - { - COMP_CTX_free(s->expand); - s->expand=NULL; - } - if (s->compress != NULL) - { - COMP_CTX_free(s->compress); - s->compress=NULL; - } -#endif - } + if (s->expand != NULL) { + COMP_CTX_free(s->expand); + s->expand = NULL; + } + if (s->compress != NULL) { + COMP_CTX_free(s->compress); + s->compress = NULL; + } +#endif +} -/* Fix this function so that it takes an optional type parameter */ X509 *SSL_get_certificate(const SSL *s) - { - if (s->cert != NULL) - return(s->cert->key->x509); - else - return(NULL); - } +{ + if (s->cert != NULL) + return (s->cert->key->x509); + else + return (NULL); +} -/* Fix this function so that it takes an optional type parameter */ -EVP_PKEY *SSL_get_privatekey(SSL *s) - { - if (s->cert != NULL) - return(s->cert->key->privatekey); - else - return(NULL); - } +EVP_PKEY *SSL_get_privatekey(const SSL *s) +{ + if (s->cert != NULL) + return (s->cert->key->privatekey); + else + return (NULL); +} + +X509 *SSL_CTX_get0_certificate(const SSL_CTX *ctx) +{ + if (ctx->cert != NULL) + return ctx->cert->key->x509; + else + return NULL; +} + +EVP_PKEY *SSL_CTX_get0_privatekey(const SSL_CTX *ctx) +{ + if (ctx->cert != NULL) + return ctx->cert->key->privatekey; + else + return NULL; +} const SSL_CIPHER *SSL_get_current_cipher(const SSL *s) - { - if ((s->session != NULL) && (s->session->cipher != NULL)) - return(s->session->cipher); - return(NULL); - } +{ + if ((s->session != NULL) && (s->session->cipher != NULL)) + return (s->session->cipher); + return (NULL); +} + #ifdef OPENSSL_NO_COMP const void *SSL_get_current_compression(SSL *s) - { - return NULL; - } +{ + return NULL; +} + const void *SSL_get_current_expansion(SSL *s) - { - return NULL; - } +{ + return NULL; +} #else const COMP_METHOD *SSL_get_current_compression(SSL *s) - { - if (s->compress != NULL) - return(s->compress->meth); - return(NULL); - } +{ + if (s->compress != NULL) + return (s->compress->meth); + return (NULL); +} const COMP_METHOD *SSL_get_current_expansion(SSL *s) - { - if (s->expand != NULL) - return(s->expand->meth); - return(NULL); - } -#endif - -int ssl_init_wbio_buffer(SSL *s,int push) - { - BIO *bbio; - - if (s->bbio == NULL) - { - bbio=BIO_new(BIO_f_buffer()); - if (bbio == NULL) return(0); - s->bbio=bbio; - } - else - { - bbio=s->bbio; - if (s->bbio == s->wbio) - s->wbio=BIO_pop(s->wbio); - } - (void)BIO_reset(bbio); -/* if (!BIO_set_write_buffer_size(bbio,16*1024)) */ - if (!BIO_set_read_buffer_size(bbio,1)) - { - SSLerr(SSL_F_SSL_INIT_WBIO_BUFFER,ERR_R_BUF_LIB); - return(0); - } - if (push) - { - if (s->wbio != bbio) - s->wbio=BIO_push(bbio,s->wbio); - } - else - { - if (s->wbio == bbio) - s->wbio=BIO_pop(bbio); - } - return(1); - } +{ + if (s->expand != NULL) + return (s->expand->meth); + return (NULL); +} +#endif + +int ssl_init_wbio_buffer(SSL *s, int push) +{ + BIO *bbio; + + if (s->bbio == NULL) { + bbio = BIO_new(BIO_f_buffer()); + if (bbio == NULL) + return (0); + s->bbio = bbio; + } else { + bbio = s->bbio; + if (s->bbio == s->wbio) + s->wbio = BIO_pop(s->wbio); + } + (void)BIO_reset(bbio); +/* if (!BIO_set_write_buffer_size(bbio,16*1024)) */ + if (!BIO_set_read_buffer_size(bbio, 1)) { + SSLerr(SSL_F_SSL_INIT_WBIO_BUFFER, ERR_R_BUF_LIB); + return (0); + } + if (push) { + if (s->wbio != bbio) + s->wbio = BIO_push(bbio, s->wbio); + } else { + if (s->wbio == bbio) + s->wbio = BIO_pop(bbio); + } + return (1); +} void ssl_free_wbio_buffer(SSL *s) - { - if (s->bbio == NULL) return; - - if (s->bbio == s->wbio) - { - /* remove buffering */ - s->wbio=BIO_pop(s->wbio); -#ifdef REF_CHECK /* not the usual REF_CHECK, but this avoids adding one more preprocessor symbol */ - assert(s->wbio != NULL); -#endif - } - BIO_free(s->bbio); - s->bbio=NULL; - } - -void SSL_CTX_set_quiet_shutdown(SSL_CTX *ctx,int mode) - { - ctx->quiet_shutdown=mode; - } +{ + if (s->bbio == NULL) + return; + + if (s->bbio == s->wbio) { + /* remove buffering */ + s->wbio = BIO_pop(s->wbio); +#ifdef REF_CHECK /* not the usual REF_CHECK, but this avoids + * adding one more preprocessor symbol */ + assert(s->wbio != NULL); +#endif + } + BIO_free(s->bbio); + s->bbio = NULL; +} + +void SSL_CTX_set_quiet_shutdown(SSL_CTX *ctx, int mode) +{ + ctx->quiet_shutdown = mode; +} int SSL_CTX_get_quiet_shutdown(const SSL_CTX *ctx) - { - return(ctx->quiet_shutdown); - } +{ + return (ctx->quiet_shutdown); +} -void SSL_set_quiet_shutdown(SSL *s,int mode) - { - s->quiet_shutdown=mode; - } +void SSL_set_quiet_shutdown(SSL *s, int mode) +{ + s->quiet_shutdown = mode; +} int SSL_get_quiet_shutdown(const SSL *s) - { - return(s->quiet_shutdown); - } +{ + return (s->quiet_shutdown); +} -void SSL_set_shutdown(SSL *s,int mode) - { - s->shutdown=mode; - } +void SSL_set_shutdown(SSL *s, int mode) +{ + s->shutdown = mode; +} int SSL_get_shutdown(const SSL *s) - { - return(s->shutdown); - } +{ + return (s->shutdown); +} int SSL_version(const SSL *s) - { - return(s->version); - } +{ + return (s->version); +} SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl) - { - return(ssl->ctx); - } - -SSL_CTX *SSL_set_SSL_CTX(SSL *ssl, SSL_CTX* ctx) - { - CERT *ocert = ssl->cert; - if (ssl->ctx == ctx) - return ssl->ctx; +{ + return (ssl->ctx); +} + +SSL_CTX *SSL_set_SSL_CTX(SSL *ssl, SSL_CTX *ctx) +{ + CERT *ocert = ssl->cert; + if (ssl->ctx == ctx) + return ssl->ctx; #ifndef OPENSSL_NO_TLSEXT - if (ctx == NULL) - ctx = ssl->initial_ctx; -#endif - ssl->cert = ssl_cert_dup(ctx->cert); - if (ocert != NULL) - { - int i; - /* Copy negotiated digests from original */ - for (i = 0; i < SSL_PKEY_NUM; i++) - { - CERT_PKEY *cpk = ocert->pkeys + i; - CERT_PKEY *rpk = ssl->cert->pkeys + i; - rpk->digest = cpk->digest; - } - ssl_cert_free(ocert); - } - CRYPTO_add(&ctx->references,1,CRYPTO_LOCK_SSL_CTX); - if (ssl->ctx != NULL) - SSL_CTX_free(ssl->ctx); /* decrement reference count */ - ssl->ctx = ctx; - return(ssl->ctx); - } + if (ctx == NULL) + ctx = ssl->initial_ctx; +#endif + ssl->cert = ssl_cert_dup(ctx->cert); + if (ocert) { + /* Preserve any already negotiated parameters */ + if (ssl->server) { + ssl->cert->peer_sigalgs = ocert->peer_sigalgs; + ssl->cert->peer_sigalgslen = ocert->peer_sigalgslen; + ocert->peer_sigalgs = NULL; + ssl->cert->ciphers_raw = ocert->ciphers_raw; + ssl->cert->ciphers_rawlen = ocert->ciphers_rawlen; + ocert->ciphers_raw = NULL; + } + ssl_cert_free(ocert); + } + + /* + * Program invariant: |sid_ctx| has fixed size (SSL_MAX_SID_CTX_LENGTH), + * so setter APIs must prevent invalid lengths from entering the system. + */ + OPENSSL_assert(ssl->sid_ctx_length <= sizeof(ssl->sid_ctx)); + + /* + * If the session ID context matches that of the parent SSL_CTX, + * inherit it from the new SSL_CTX as well. If however the context does + * not match (i.e., it was set per-ssl with SSL_set_session_id_context), + * leave it unchanged. + */ + if ((ssl->ctx != NULL) && + (ssl->sid_ctx_length == ssl->ctx->sid_ctx_length) && + (memcmp(ssl->sid_ctx, ssl->ctx->sid_ctx, ssl->sid_ctx_length) == 0)) { + ssl->sid_ctx_length = ctx->sid_ctx_length; + memcpy(&ssl->sid_ctx, &ctx->sid_ctx, sizeof(ssl->sid_ctx)); + } + + CRYPTO_add(&ctx->references, 1, CRYPTO_LOCK_SSL_CTX); + if (ssl->ctx != NULL) + SSL_CTX_free(ssl->ctx); /* decrement reference count */ + ssl->ctx = ctx; + + return (ssl->ctx); +} #ifndef OPENSSL_NO_STDIO int SSL_CTX_set_default_verify_paths(SSL_CTX *ctx) - { - return(X509_STORE_set_default_paths(ctx->cert_store)); - } +{ + return (X509_STORE_set_default_paths(ctx->cert_store)); +} int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile, - const char *CApath) - { - return(X509_STORE_load_locations(ctx->cert_store,CAfile,CApath)); - } + const char *CApath) +{ + return (X509_STORE_load_locations(ctx->cert_store, CAfile, CApath)); +} #endif void SSL_set_info_callback(SSL *ssl, - void (*cb)(const SSL *ssl,int type,int val)) - { - ssl->info_callback=cb; - } - -/* One compiler (Diab DCC) doesn't like argument names in returned - function pointer. */ -void (*SSL_get_info_callback(const SSL *ssl))(const SSL * /*ssl*/,int /*type*/,int /*val*/) - { - return ssl->info_callback; - } + void (*cb) (const SSL *ssl, int type, int val)) +{ + ssl->info_callback = cb; +} + +/* + * One compiler (Diab DCC) doesn't like argument names in returned function + * pointer. + */ +void (*SSL_get_info_callback(const SSL *ssl)) (const SSL * /* ssl */ , + int /* type */ , + int /* val */ ) { + return ssl->info_callback; +} int SSL_state(const SSL *ssl) - { - return(ssl->state); - } +{ + return (ssl->state); +} void SSL_set_state(SSL *ssl, int state) - { - ssl->state = state; - } +{ + ssl->state = state; +} -void SSL_set_verify_result(SSL *ssl,long arg) - { - ssl->verify_result=arg; - } +void SSL_set_verify_result(SSL *ssl, long arg) +{ + ssl->verify_result = arg; +} long SSL_get_verify_result(const SSL *ssl) - { - return(ssl->verify_result); - } - -int SSL_get_ex_new_index(long argl,void *argp,CRYPTO_EX_new *new_func, - CRYPTO_EX_dup *dup_func,CRYPTO_EX_free *free_func) - { - return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_SSL, argl, argp, - new_func, dup_func, free_func); - } - -int SSL_set_ex_data(SSL *s,int idx,void *arg) - { - return(CRYPTO_set_ex_data(&s->ex_data,idx,arg)); - } - -void *SSL_get_ex_data(const SSL *s,int idx) - { - return(CRYPTO_get_ex_data(&s->ex_data,idx)); - } - -int SSL_CTX_get_ex_new_index(long argl,void *argp,CRYPTO_EX_new *new_func, - CRYPTO_EX_dup *dup_func,CRYPTO_EX_free *free_func) - { - return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_SSL_CTX, argl, argp, - new_func, dup_func, free_func); - } - -int SSL_CTX_set_ex_data(SSL_CTX *s,int idx,void *arg) - { - return(CRYPTO_set_ex_data(&s->ex_data,idx,arg)); - } - -void *SSL_CTX_get_ex_data(const SSL_CTX *s,int idx) - { - return(CRYPTO_get_ex_data(&s->ex_data,idx)); - } +{ + return (ssl->verify_result); +} + +int SSL_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, + CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func) +{ + return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_SSL, argl, argp, + new_func, dup_func, free_func); +} + +int SSL_set_ex_data(SSL *s, int idx, void *arg) +{ + return (CRYPTO_set_ex_data(&s->ex_data, idx, arg)); +} + +void *SSL_get_ex_data(const SSL *s, int idx) +{ + return (CRYPTO_get_ex_data(&s->ex_data, idx)); +} + +int SSL_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, + CRYPTO_EX_dup *dup_func, + CRYPTO_EX_free *free_func) +{ + return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_SSL_CTX, argl, argp, + new_func, dup_func, free_func); +} + +int SSL_CTX_set_ex_data(SSL_CTX *s, int idx, void *arg) +{ + return (CRYPTO_set_ex_data(&s->ex_data, idx, arg)); +} + +void *SSL_CTX_get_ex_data(const SSL_CTX *s, int idx) +{ + return (CRYPTO_get_ex_data(&s->ex_data, idx)); +} int ssl_ok(SSL *s) - { - return(1); - } +{ + return (1); +} X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *ctx) - { - return(ctx->cert_store); - } +{ + return (ctx->cert_store); +} -void SSL_CTX_set_cert_store(SSL_CTX *ctx,X509_STORE *store) - { - if (ctx->cert_store != NULL) - X509_STORE_free(ctx->cert_store); - ctx->cert_store=store; - } +void SSL_CTX_set_cert_store(SSL_CTX *ctx, X509_STORE *store) +{ + if (ctx->cert_store != NULL) + X509_STORE_free(ctx->cert_store); + ctx->cert_store = store; +} int SSL_want(const SSL *s) - { - return(s->rwstate); - } +{ + return (s->rwstate); +} -/*! +/** * \brief Set the callback for generating temporary RSA keys. * \param ctx the SSL context. * \param cb the callback */ #ifndef OPENSSL_NO_RSA -void SSL_CTX_set_tmp_rsa_callback(SSL_CTX *ctx,RSA *(*cb)(SSL *ssl, - int is_export, - int keylength)) - { - SSL_CTX_callback_ctrl(ctx,SSL_CTRL_SET_TMP_RSA_CB,(void (*)(void))cb); - } +void SSL_CTX_set_tmp_rsa_callback(SSL_CTX *ctx, RSA *(*cb) (SSL *ssl, + int is_export, + int keylength)) +{ + SSL_CTX_callback_ctrl(ctx, SSL_CTRL_SET_TMP_RSA_CB, (void (*)(void))cb); +} -void SSL_set_tmp_rsa_callback(SSL *ssl,RSA *(*cb)(SSL *ssl, - int is_export, - int keylength)) - { - SSL_callback_ctrl(ssl,SSL_CTRL_SET_TMP_RSA_CB,(void (*)(void))cb); - } +void SSL_set_tmp_rsa_callback(SSL *ssl, RSA *(*cb) (SSL *ssl, + int is_export, + int keylength)) +{ + SSL_callback_ctrl(ssl, SSL_CTRL_SET_TMP_RSA_CB, (void (*)(void))cb); +} #endif #ifdef DOXYGEN -/*! +/** * \brief The RSA temporary key callback function. * \param ssl the SSL session. * \param is_export \c TRUE if the temp RSA key is for an export ciphersuite. @@ -3138,180 +3324,211 @@ void SSL_set_tmp_rsa_callback(SSL *ssl,RSA *(*cb)(SSL *ssl, * \sa SSL_CTX_set_tmp_rsa_callback, SSL_set_tmp_rsa_callback */ -RSA *cb(SSL *ssl,int is_export,int keylength) - {} +RSA *cb(SSL *ssl, int is_export, int keylength) +{ +} #endif -/*! +/** * \brief Set the callback for generating temporary DH keys. * \param ctx the SSL context. * \param dh the callback */ #ifndef OPENSSL_NO_DH -void SSL_CTX_set_tmp_dh_callback(SSL_CTX *ctx,DH *(*dh)(SSL *ssl,int is_export, - int keylength)) - { - SSL_CTX_callback_ctrl(ctx,SSL_CTRL_SET_TMP_DH_CB,(void (*)(void))dh); - } +void SSL_CTX_set_tmp_dh_callback(SSL_CTX *ctx, + DH *(*dh) (SSL *ssl, int is_export, + int keylength)) +{ + SSL_CTX_callback_ctrl(ctx, SSL_CTRL_SET_TMP_DH_CB, (void (*)(void))dh); +} -void SSL_set_tmp_dh_callback(SSL *ssl,DH *(*dh)(SSL *ssl,int is_export, - int keylength)) - { - SSL_callback_ctrl(ssl,SSL_CTRL_SET_TMP_DH_CB,(void (*)(void))dh); - } +void SSL_set_tmp_dh_callback(SSL *ssl, DH *(*dh) (SSL *ssl, int is_export, + int keylength)) +{ + SSL_callback_ctrl(ssl, SSL_CTRL_SET_TMP_DH_CB, (void (*)(void))dh); +} #endif #ifndef OPENSSL_NO_ECDH -void SSL_CTX_set_tmp_ecdh_callback(SSL_CTX *ctx,EC_KEY *(*ecdh)(SSL *ssl,int is_export, - int keylength)) - { - SSL_CTX_callback_ctrl(ctx,SSL_CTRL_SET_TMP_ECDH_CB,(void (*)(void))ecdh); - } +void SSL_CTX_set_tmp_ecdh_callback(SSL_CTX *ctx, + EC_KEY *(*ecdh) (SSL *ssl, int is_export, + int keylength)) +{ + SSL_CTX_callback_ctrl(ctx, SSL_CTRL_SET_TMP_ECDH_CB, + (void (*)(void))ecdh); +} -void SSL_set_tmp_ecdh_callback(SSL *ssl,EC_KEY *(*ecdh)(SSL *ssl,int is_export, - int keylength)) - { - SSL_callback_ctrl(ssl,SSL_CTRL_SET_TMP_ECDH_CB,(void (*)(void))ecdh); - } +void SSL_set_tmp_ecdh_callback(SSL *ssl, + EC_KEY *(*ecdh) (SSL *ssl, int is_export, + int keylength)) +{ + SSL_callback_ctrl(ssl, SSL_CTRL_SET_TMP_ECDH_CB, (void (*)(void))ecdh); +} #endif #ifndef OPENSSL_NO_PSK int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint) - { - if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) - { - SSLerr(SSL_F_SSL_CTX_USE_PSK_IDENTITY_HINT, SSL_R_DATA_LENGTH_TOO_LONG); - return 0; - } - if (ctx->psk_identity_hint != NULL) - OPENSSL_free(ctx->psk_identity_hint); - if (identity_hint != NULL) - { - ctx->psk_identity_hint = BUF_strdup(identity_hint); - if (ctx->psk_identity_hint == NULL) - return 0; - } - else - ctx->psk_identity_hint = NULL; - return 1; - } +{ + if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) { + SSLerr(SSL_F_SSL_CTX_USE_PSK_IDENTITY_HINT, + SSL_R_DATA_LENGTH_TOO_LONG); + return 0; + } + if (ctx->psk_identity_hint != NULL) + OPENSSL_free(ctx->psk_identity_hint); + if (identity_hint != NULL) { + ctx->psk_identity_hint = BUF_strdup(identity_hint); + if (ctx->psk_identity_hint == NULL) + return 0; + } else + ctx->psk_identity_hint = NULL; + return 1; +} int SSL_use_psk_identity_hint(SSL *s, const char *identity_hint) - { - if (s == NULL) - return 0; - - if (s->session == NULL) - return 1; /* session not created yet, ignored */ - - if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) - { - SSLerr(SSL_F_SSL_USE_PSK_IDENTITY_HINT, SSL_R_DATA_LENGTH_TOO_LONG); - return 0; - } - if (s->session->psk_identity_hint != NULL) - OPENSSL_free(s->session->psk_identity_hint); - if (identity_hint != NULL) - { - s->session->psk_identity_hint = BUF_strdup(identity_hint); - if (s->session->psk_identity_hint == NULL) - return 0; - } - else - s->session->psk_identity_hint = NULL; - return 1; - } +{ + if (s == NULL) + return 0; + + if (s->session == NULL) + return 1; /* session not created yet, ignored */ + + if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) { + SSLerr(SSL_F_SSL_USE_PSK_IDENTITY_HINT, SSL_R_DATA_LENGTH_TOO_LONG); + return 0; + } + if (s->session->psk_identity_hint != NULL) + OPENSSL_free(s->session->psk_identity_hint); + if (identity_hint != NULL) { + s->session->psk_identity_hint = BUF_strdup(identity_hint); + if (s->session->psk_identity_hint == NULL) + return 0; + } else + s->session->psk_identity_hint = NULL; + return 1; +} const char *SSL_get_psk_identity_hint(const SSL *s) - { - if (s == NULL || s->session == NULL) - return NULL; - return(s->session->psk_identity_hint); - } +{ + if (s == NULL || s->session == NULL) + return NULL; + return (s->session->psk_identity_hint); +} const char *SSL_get_psk_identity(const SSL *s) - { - if (s == NULL || s->session == NULL) - return NULL; - return(s->session->psk_identity); - } +{ + if (s == NULL || s->session == NULL) + return NULL; + return (s->session->psk_identity); +} void SSL_set_psk_client_callback(SSL *s, - unsigned int (*cb)(SSL *ssl, const char *hint, - char *identity, unsigned int max_identity_len, unsigned char *psk, - unsigned int max_psk_len)) - { - s->psk_client_callback = cb; - } + unsigned int (*cb) (SSL *ssl, + const char *hint, + char *identity, + unsigned int + max_identity_len, + unsigned char *psk, + unsigned int + max_psk_len)) +{ + s->psk_client_callback = cb; +} void SSL_CTX_set_psk_client_callback(SSL_CTX *ctx, - unsigned int (*cb)(SSL *ssl, const char *hint, - char *identity, unsigned int max_identity_len, unsigned char *psk, - unsigned int max_psk_len)) - { - ctx->psk_client_callback = cb; - } + unsigned int (*cb) (SSL *ssl, + const char *hint, + char *identity, + unsigned int + max_identity_len, + unsigned char *psk, + unsigned int + max_psk_len)) +{ + ctx->psk_client_callback = cb; +} void SSL_set_psk_server_callback(SSL *s, - unsigned int (*cb)(SSL *ssl, const char *identity, - unsigned char *psk, unsigned int max_psk_len)) - { - s->psk_server_callback = cb; - } + unsigned int (*cb) (SSL *ssl, + const char *identity, + unsigned char *psk, + unsigned int + max_psk_len)) +{ + s->psk_server_callback = cb; +} void SSL_CTX_set_psk_server_callback(SSL_CTX *ctx, - unsigned int (*cb)(SSL *ssl, const char *identity, - unsigned char *psk, unsigned int max_psk_len)) - { - ctx->psk_server_callback = cb; - } -#endif - -void SSL_CTX_set_msg_callback(SSL_CTX *ctx, void (*cb)(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg)) - { - SSL_CTX_callback_ctrl(ctx, SSL_CTRL_SET_MSG_CALLBACK, (void (*)(void))cb); - } -void SSL_set_msg_callback(SSL *ssl, void (*cb)(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg)) - { - SSL_callback_ctrl(ssl, SSL_CTRL_SET_MSG_CALLBACK, (void (*)(void))cb); - } - -/* Allocates new EVP_MD_CTX and sets pointer to it into given pointer - * vairable, freeing EVP_MD_CTX previously stored in that variable, if - * any. If EVP_MD pointer is passed, initializes ctx with this md - * Returns newly allocated ctx; + unsigned int (*cb) (SSL *ssl, + const char *identity, + unsigned char *psk, + unsigned int + max_psk_len)) +{ + ctx->psk_server_callback = cb; +} +#endif + +void SSL_CTX_set_msg_callback(SSL_CTX *ctx, + void (*cb) (int write_p, int version, + int content_type, const void *buf, + size_t len, SSL *ssl, void *arg)) +{ + SSL_CTX_callback_ctrl(ctx, SSL_CTRL_SET_MSG_CALLBACK, (void (*)(void))cb); +} + +void SSL_set_msg_callback(SSL *ssl, + void (*cb) (int write_p, int version, + int content_type, const void *buf, + size_t len, SSL *ssl, void *arg)) +{ + SSL_callback_ctrl(ssl, SSL_CTRL_SET_MSG_CALLBACK, (void (*)(void))cb); +} + +/* + * Allocates new EVP_MD_CTX and sets pointer to it into given pointer + * vairable, freeing EVP_MD_CTX previously stored in that variable, if any. + * If EVP_MD pointer is passed, initializes ctx with this md Returns newly + * allocated ctx; */ -EVP_MD_CTX *ssl_replace_hash(EVP_MD_CTX **hash,const EVP_MD *md) +EVP_MD_CTX *ssl_replace_hash(EVP_MD_CTX **hash, const EVP_MD *md) { - ssl_clear_hash_ctx(hash); - *hash = EVP_MD_CTX_create(); - if (md) EVP_DigestInit_ex(*hash,md,NULL); - return *hash; + ssl_clear_hash_ctx(hash); + *hash = EVP_MD_CTX_create(); + if (md) + EVP_DigestInit_ex(*hash, md, NULL); + return *hash; } -void ssl_clear_hash_ctx(EVP_MD_CTX **hash) + +void ssl_clear_hash_ctx(EVP_MD_CTX **hash) { - if (*hash) EVP_MD_CTX_destroy(*hash); - *hash=NULL; + if (*hash) + EVP_MD_CTX_destroy(*hash); + *hash = NULL; } void SSL_set_debug(SSL *s, int debug) - { - s->debug = debug; - } +{ + s->debug = debug; +} int SSL_cache_hit(SSL *s) - { - return s->hit; - } +{ + return s->hit; +} + +int SSL_is_server(SSL *s) +{ + return s->server; +} #if defined(_WINDLL) && defined(OPENSSL_SYS_WIN16) -#include "../crypto/bio/bss_file.c" +# include "../crypto/bio/bss_file.c" #endif IMPLEMENT_STACK_OF(SSL_CIPHER) IMPLEMENT_STACK_OF(SSL_COMP) -IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(SSL_CIPHER, SSL_CIPHER, - ssl_cipher_id); +IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(SSL_CIPHER, SSL_CIPHER, ssl_cipher_id); diff --git a/openssl/ssl/ssl_locl.h b/openssl/ssl/ssl_locl.h index 98888d2df..46ea18a07 100644 --- a/openssl/ssl/ssl_locl.h +++ b/openssl/ssl/ssl_locl.h @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +63,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -110,7 +110,7 @@ */ /* ==================================================================== * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. - * ECC cipher suite support in OpenSSL originally developed by + * ECC cipher suite support in OpenSSL originally developed by * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. */ /* ==================================================================== @@ -141,137 +141,137 @@ */ #ifndef HEADER_SSL_LOCL_H -#define HEADER_SSL_LOCL_H -#include -#include -#include -#include +# define HEADER_SSL_LOCL_H +# include +# include +# include +# include -#include "e_os.h" +# include "e_os.h" -#include -#ifndef OPENSSL_NO_COMP -#include -#endif -#include -#include -#ifndef OPENSSL_NO_RSA -#include -#endif -#ifndef OPENSSL_NO_DSA -#include -#endif -#include -#include -#include +# include +# ifndef OPENSSL_NO_COMP +# include +# endif +# include +# include +# ifndef OPENSSL_NO_RSA +# include +# endif +# ifndef OPENSSL_NO_DSA +# include +# endif +# include +# include +# include -#ifdef OPENSSL_BUILD_SHLIBSSL -# undef OPENSSL_EXTERN -# define OPENSSL_EXTERN OPENSSL_EXPORT -#endif +# ifdef OPENSSL_BUILD_SHLIBSSL +# undef OPENSSL_EXTERN +# define OPENSSL_EXTERN OPENSSL_EXPORT +# endif -#undef PKCS1_CHECK +# undef PKCS1_CHECK -#define c2l(c,l) (l = ((unsigned long)(*((c)++))) , \ - l|=(((unsigned long)(*((c)++)))<< 8), \ - l|=(((unsigned long)(*((c)++)))<<16), \ - l|=(((unsigned long)(*((c)++)))<<24)) +# define c2l(c,l) (l = ((unsigned long)(*((c)++))) , \ + l|=(((unsigned long)(*((c)++)))<< 8), \ + l|=(((unsigned long)(*((c)++)))<<16), \ + l|=(((unsigned long)(*((c)++)))<<24)) /* NOTE - c is not incremented as per c2l */ -#define c2ln(c,l1,l2,n) { \ - c+=n; \ - l1=l2=0; \ - switch (n) { \ - case 8: l2 =((unsigned long)(*(--(c))))<<24; \ - case 7: l2|=((unsigned long)(*(--(c))))<<16; \ - case 6: l2|=((unsigned long)(*(--(c))))<< 8; \ - case 5: l2|=((unsigned long)(*(--(c)))); \ - case 4: l1 =((unsigned long)(*(--(c))))<<24; \ - case 3: l1|=((unsigned long)(*(--(c))))<<16; \ - case 2: l1|=((unsigned long)(*(--(c))))<< 8; \ - case 1: l1|=((unsigned long)(*(--(c)))); \ - } \ - } - -#define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ - *((c)++)=(unsigned char)(((l)>> 8)&0xff), \ - *((c)++)=(unsigned char)(((l)>>16)&0xff), \ - *((c)++)=(unsigned char)(((l)>>24)&0xff)) - -#define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ - l|=((unsigned long)(*((c)++)))<<16, \ - l|=((unsigned long)(*((c)++)))<< 8, \ - l|=((unsigned long)(*((c)++)))) - -#define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ - *((c)++)=(unsigned char)(((l)>>16)&0xff), \ - *((c)++)=(unsigned char)(((l)>> 8)&0xff), \ - *((c)++)=(unsigned char)(((l) )&0xff)) - -#define l2n6(l,c) (*((c)++)=(unsigned char)(((l)>>40)&0xff), \ - *((c)++)=(unsigned char)(((l)>>32)&0xff), \ - *((c)++)=(unsigned char)(((l)>>24)&0xff), \ - *((c)++)=(unsigned char)(((l)>>16)&0xff), \ - *((c)++)=(unsigned char)(((l)>> 8)&0xff), \ - *((c)++)=(unsigned char)(((l) )&0xff)) - -#define l2n8(l,c) (*((c)++)=(unsigned char)(((l)>>56)&0xff), \ - *((c)++)=(unsigned char)(((l)>>48)&0xff), \ - *((c)++)=(unsigned char)(((l)>>40)&0xff), \ - *((c)++)=(unsigned char)(((l)>>32)&0xff), \ - *((c)++)=(unsigned char)(((l)>>24)&0xff), \ - *((c)++)=(unsigned char)(((l)>>16)&0xff), \ - *((c)++)=(unsigned char)(((l)>> 8)&0xff), \ - *((c)++)=(unsigned char)(((l) )&0xff)) - -#define n2l6(c,l) (l =((BN_ULLONG)(*((c)++)))<<40, \ - l|=((BN_ULLONG)(*((c)++)))<<32, \ - l|=((BN_ULLONG)(*((c)++)))<<24, \ - l|=((BN_ULLONG)(*((c)++)))<<16, \ - l|=((BN_ULLONG)(*((c)++)))<< 8, \ - l|=((BN_ULLONG)(*((c)++)))) +# define c2ln(c,l1,l2,n) { \ + c+=n; \ + l1=l2=0; \ + switch (n) { \ + case 8: l2 =((unsigned long)(*(--(c))))<<24; \ + case 7: l2|=((unsigned long)(*(--(c))))<<16; \ + case 6: l2|=((unsigned long)(*(--(c))))<< 8; \ + case 5: l2|=((unsigned long)(*(--(c)))); \ + case 4: l1 =((unsigned long)(*(--(c))))<<24; \ + case 3: l1|=((unsigned long)(*(--(c))))<<16; \ + case 2: l1|=((unsigned long)(*(--(c))))<< 8; \ + case 1: l1|=((unsigned long)(*(--(c)))); \ + } \ + } + +# define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ + *((c)++)=(unsigned char)(((l)>> 8)&0xff), \ + *((c)++)=(unsigned char)(((l)>>16)&0xff), \ + *((c)++)=(unsigned char)(((l)>>24)&0xff)) + +# define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ + l|=((unsigned long)(*((c)++)))<<16, \ + l|=((unsigned long)(*((c)++)))<< 8, \ + l|=((unsigned long)(*((c)++)))) + +# define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ + *((c)++)=(unsigned char)(((l)>>16)&0xff), \ + *((c)++)=(unsigned char)(((l)>> 8)&0xff), \ + *((c)++)=(unsigned char)(((l) )&0xff)) + +# define l2n6(l,c) (*((c)++)=(unsigned char)(((l)>>40)&0xff), \ + *((c)++)=(unsigned char)(((l)>>32)&0xff), \ + *((c)++)=(unsigned char)(((l)>>24)&0xff), \ + *((c)++)=(unsigned char)(((l)>>16)&0xff), \ + *((c)++)=(unsigned char)(((l)>> 8)&0xff), \ + *((c)++)=(unsigned char)(((l) )&0xff)) + +# define l2n8(l,c) (*((c)++)=(unsigned char)(((l)>>56)&0xff), \ + *((c)++)=(unsigned char)(((l)>>48)&0xff), \ + *((c)++)=(unsigned char)(((l)>>40)&0xff), \ + *((c)++)=(unsigned char)(((l)>>32)&0xff), \ + *((c)++)=(unsigned char)(((l)>>24)&0xff), \ + *((c)++)=(unsigned char)(((l)>>16)&0xff), \ + *((c)++)=(unsigned char)(((l)>> 8)&0xff), \ + *((c)++)=(unsigned char)(((l) )&0xff)) + +# define n2l6(c,l) (l =((BN_ULLONG)(*((c)++)))<<40, \ + l|=((BN_ULLONG)(*((c)++)))<<32, \ + l|=((BN_ULLONG)(*((c)++)))<<24, \ + l|=((BN_ULLONG)(*((c)++)))<<16, \ + l|=((BN_ULLONG)(*((c)++)))<< 8, \ + l|=((BN_ULLONG)(*((c)++)))) /* NOTE - c is not incremented as per l2c */ -#define l2cn(l1,l2,c,n) { \ - c+=n; \ - switch (n) { \ - case 8: *(--(c))=(unsigned char)(((l2)>>24)&0xff); \ - case 7: *(--(c))=(unsigned char)(((l2)>>16)&0xff); \ - case 6: *(--(c))=(unsigned char)(((l2)>> 8)&0xff); \ - case 5: *(--(c))=(unsigned char)(((l2) )&0xff); \ - case 4: *(--(c))=(unsigned char)(((l1)>>24)&0xff); \ - case 3: *(--(c))=(unsigned char)(((l1)>>16)&0xff); \ - case 2: *(--(c))=(unsigned char)(((l1)>> 8)&0xff); \ - case 1: *(--(c))=(unsigned char)(((l1) )&0xff); \ - } \ - } - -#define n2s(c,s) ((s=(((unsigned int)(c[0]))<< 8)| \ - (((unsigned int)(c[1])) )),c+=2) -#define s2n(s,c) ((c[0]=(unsigned char)(((s)>> 8)&0xff), \ - c[1]=(unsigned char)(((s) )&0xff)),c+=2) - -#define n2l3(c,l) ((l =(((unsigned long)(c[0]))<<16)| \ - (((unsigned long)(c[1]))<< 8)| \ - (((unsigned long)(c[2])) )),c+=3) - -#define l2n3(l,c) ((c[0]=(unsigned char)(((l)>>16)&0xff), \ - c[1]=(unsigned char)(((l)>> 8)&0xff), \ - c[2]=(unsigned char)(((l) )&0xff)),c+=3) +# define l2cn(l1,l2,c,n) { \ + c+=n; \ + switch (n) { \ + case 8: *(--(c))=(unsigned char)(((l2)>>24)&0xff); \ + case 7: *(--(c))=(unsigned char)(((l2)>>16)&0xff); \ + case 6: *(--(c))=(unsigned char)(((l2)>> 8)&0xff); \ + case 5: *(--(c))=(unsigned char)(((l2) )&0xff); \ + case 4: *(--(c))=(unsigned char)(((l1)>>24)&0xff); \ + case 3: *(--(c))=(unsigned char)(((l1)>>16)&0xff); \ + case 2: *(--(c))=(unsigned char)(((l1)>> 8)&0xff); \ + case 1: *(--(c))=(unsigned char)(((l1) )&0xff); \ + } \ + } + +# define n2s(c,s) ((s=(((unsigned int)(c[0]))<< 8)| \ + (((unsigned int)(c[1])) )),c+=2) +# define s2n(s,c) ((c[0]=(unsigned char)(((s)>> 8)&0xff), \ + c[1]=(unsigned char)(((s) )&0xff)),c+=2) + +# define n2l3(c,l) ((l =(((unsigned long)(c[0]))<<16)| \ + (((unsigned long)(c[1]))<< 8)| \ + (((unsigned long)(c[2])) )),c+=3) + +# define l2n3(l,c) ((c[0]=(unsigned char)(((l)>>16)&0xff), \ + c[1]=(unsigned char)(((l)>> 8)&0xff), \ + c[2]=(unsigned char)(((l) )&0xff)),c+=3) /* LOCAL STUFF */ -#define SSL_DECRYPT 0 -#define SSL_ENCRYPT 1 +# define SSL_DECRYPT 0 +# define SSL_ENCRYPT 1 -#define TWO_BYTE_BIT 0x80 -#define SEC_ESC_BIT 0x40 -#define TWO_BYTE_MASK 0x7fff -#define THREE_BYTE_MASK 0x3fff +# define TWO_BYTE_BIT 0x80 +# define SEC_ESC_BIT 0x40 +# define TWO_BYTE_MASK 0x7fff +# define THREE_BYTE_MASK 0x3fff -#define INC32(a) ((a)=((a)+1)&0xffffffffL) -#define DEC32(a) ((a)=((a)-1)&0xffffffffL) -#define MAX_MAC_SIZE 20 /* up from 16 for SSLv3 */ +# define INC32(a) ((a)=((a)+1)&0xffffffffL) +# define DEC32(a) ((a)=((a)-1)&0xffffffffL) +# define MAX_MAC_SIZE 20 /* up from 16 for SSLv3 */ /* * Define the Bitmasks for SSL_CIPHER.algorithms. @@ -288,98 +288,123 @@ */ /* Bits for algorithm_mkey (key exchange algorithm) */ -#define SSL_kRSA 0x00000001L /* RSA key exchange */ -#define SSL_kDHr 0x00000002L /* DH cert, RSA CA cert */ /* no such ciphersuites supported! */ -#define SSL_kDHd 0x00000004L /* DH cert, DSA CA cert */ /* no such ciphersuite supported! */ -#define SSL_kEDH 0x00000008L /* tmp DH key no DH cert */ -#define SSL_kKRB5 0x00000010L /* Kerberos5 key exchange */ -#define SSL_kECDHr 0x00000020L /* ECDH cert, RSA CA cert */ -#define SSL_kECDHe 0x00000040L /* ECDH cert, ECDSA CA cert */ -#define SSL_kEECDH 0x00000080L /* ephemeral ECDH */ -#define SSL_kPSK 0x00000100L /* PSK */ -#define SSL_kGOST 0x00000200L /* GOST key exchange */ -#define SSL_kSRP 0x00000400L /* SRP */ +/* RSA key exchange */ +# define SSL_kRSA 0x00000001L +/* DH cert, RSA CA cert */ +# define SSL_kDHr 0x00000002L +/* DH cert, DSA CA cert */ +# define SSL_kDHd 0x00000004L +/* tmp DH key no DH cert */ +# define SSL_kEDH 0x00000008L +/* forward-compatible synonym */ +# define SSL_kDHE SSL_kEDH +/* Kerberos5 key exchange */ +# define SSL_kKRB5 0x00000010L +/* ECDH cert, RSA CA cert */ +# define SSL_kECDHr 0x00000020L +/* ECDH cert, ECDSA CA cert */ +# define SSL_kECDHe 0x00000040L +/* ephemeral ECDH */ +# define SSL_kEECDH 0x00000080L +/* forward-compatible synonym */ +# define SSL_kECDHE SSL_kEECDH +/* PSK */ +# define SSL_kPSK 0x00000100L +/* GOST key exchange */ +# define SSL_kGOST 0x00000200L +/* SRP */ +# define SSL_kSRP 0x00000400L /* Bits for algorithm_auth (server authentication) */ -#define SSL_aRSA 0x00000001L /* RSA auth */ -#define SSL_aDSS 0x00000002L /* DSS auth */ -#define SSL_aNULL 0x00000004L /* no auth (i.e. use ADH or AECDH) */ -#define SSL_aDH 0x00000008L /* Fixed DH auth (kDHd or kDHr) */ /* no such ciphersuites supported! */ -#define SSL_aECDH 0x00000010L /* Fixed ECDH auth (kECDHe or kECDHr) */ -#define SSL_aKRB5 0x00000020L /* KRB5 auth */ -#define SSL_aECDSA 0x00000040L /* ECDSA auth*/ -#define SSL_aPSK 0x00000080L /* PSK auth */ -#define SSL_aGOST94 0x00000100L /* GOST R 34.10-94 signature auth */ -#define SSL_aGOST01 0x00000200L /* GOST R 34.10-2001 signature auth */ -#define SSL_aSRP 0x00000400L /* SRP auth */ - +/* RSA auth */ +# define SSL_aRSA 0x00000001L +/* DSS auth */ +# define SSL_aDSS 0x00000002L +/* no auth (i.e. use ADH or AECDH) */ +# define SSL_aNULL 0x00000004L +/* Fixed DH auth (kDHd or kDHr) */ +# define SSL_aDH 0x00000008L +/* Fixed ECDH auth (kECDHe or kECDHr) */ +# define SSL_aECDH 0x00000010L +/* KRB5 auth */ +# define SSL_aKRB5 0x00000020L +/* ECDSA auth*/ +# define SSL_aECDSA 0x00000040L +/* PSK auth */ +# define SSL_aPSK 0x00000080L +/* GOST R 34.10-94 signature auth */ +# define SSL_aGOST94 0x00000100L +/* GOST R 34.10-2001 signature auth */ +# define SSL_aGOST01 0x00000200L +/* SRP auth */ +# define SSL_aSRP 0x00000400L /* Bits for algorithm_enc (symmetric encryption) */ -#define SSL_DES 0x00000001L -#define SSL_3DES 0x00000002L -#define SSL_RC4 0x00000004L -#define SSL_RC2 0x00000008L -#define SSL_IDEA 0x00000010L -#define SSL_eNULL 0x00000020L -#define SSL_AES128 0x00000040L -#define SSL_AES256 0x00000080L -#define SSL_CAMELLIA128 0x00000100L -#define SSL_CAMELLIA256 0x00000200L -#define SSL_eGOST2814789CNT 0x00000400L -#define SSL_SEED 0x00000800L -#define SSL_AES128GCM 0x00001000L -#define SSL_AES256GCM 0x00002000L - -#define SSL_AES (SSL_AES128|SSL_AES256|SSL_AES128GCM|SSL_AES256GCM) -#define SSL_CAMELLIA (SSL_CAMELLIA128|SSL_CAMELLIA256) - +# define SSL_DES 0x00000001L +# define SSL_3DES 0x00000002L +# define SSL_RC4 0x00000004L +# define SSL_RC2 0x00000008L +# define SSL_IDEA 0x00000010L +# define SSL_eNULL 0x00000020L +# define SSL_AES128 0x00000040L +# define SSL_AES256 0x00000080L +# define SSL_CAMELLIA128 0x00000100L +# define SSL_CAMELLIA256 0x00000200L +# define SSL_eGOST2814789CNT 0x00000400L +# define SSL_SEED 0x00000800L +# define SSL_AES128GCM 0x00001000L +# define SSL_AES256GCM 0x00002000L + +# define SSL_AES (SSL_AES128|SSL_AES256|SSL_AES128GCM|SSL_AES256GCM) +# define SSL_CAMELLIA (SSL_CAMELLIA128|SSL_CAMELLIA256) /* Bits for algorithm_mac (symmetric authentication) */ -#define SSL_MD5 0x00000001L -#define SSL_SHA1 0x00000002L -#define SSL_GOST94 0x00000004L -#define SSL_GOST89MAC 0x00000008L -#define SSL_SHA256 0x00000010L -#define SSL_SHA384 0x00000020L +# define SSL_MD5 0x00000001L +# define SSL_SHA1 0x00000002L +# define SSL_GOST94 0x00000004L +# define SSL_GOST89MAC 0x00000008L +# define SSL_SHA256 0x00000010L +# define SSL_SHA384 0x00000020L /* Not a real MAC, just an indication it is part of cipher */ -#define SSL_AEAD 0x00000040L +# define SSL_AEAD 0x00000040L /* Bits for algorithm_ssl (protocol version) */ -#define SSL_SSLV2 0x00000001L -#define SSL_SSLV3 0x00000002L -#define SSL_TLSV1 SSL_SSLV3 /* for now */ -#define SSL_TLSV1_2 0x00000004L - +# define SSL_SSLV2 0x00000001L +# define SSL_SSLV3 0x00000002L +# define SSL_TLSV1 SSL_SSLV3/* for now */ +# define SSL_TLSV1_2 0x00000004L /* Bits for algorithm2 (handshake digests and other extra flags) */ -#define SSL_HANDSHAKE_MAC_MD5 0x10 -#define SSL_HANDSHAKE_MAC_SHA 0x20 -#define SSL_HANDSHAKE_MAC_GOST94 0x40 -#define SSL_HANDSHAKE_MAC_SHA256 0x80 -#define SSL_HANDSHAKE_MAC_SHA384 0x100 -#define SSL_HANDSHAKE_MAC_DEFAULT (SSL_HANDSHAKE_MAC_MD5 | SSL_HANDSHAKE_MAC_SHA) - -/* When adding new digest in the ssl_ciph.c and increment SSM_MD_NUM_IDX - * make sure to update this constant too */ -#define SSL_MAX_DIGEST 6 +# define SSL_HANDSHAKE_MAC_MD5 0x10 +# define SSL_HANDSHAKE_MAC_SHA 0x20 +# define SSL_HANDSHAKE_MAC_GOST94 0x40 +# define SSL_HANDSHAKE_MAC_SHA256 0x80 +# define SSL_HANDSHAKE_MAC_SHA384 0x100 +# define SSL_HANDSHAKE_MAC_DEFAULT (SSL_HANDSHAKE_MAC_MD5 | SSL_HANDSHAKE_MAC_SHA) -#define TLS1_PRF_DGST_MASK (0xff << TLS1_PRF_DGST_SHIFT) - -#define TLS1_PRF_DGST_SHIFT 10 -#define TLS1_PRF_MD5 (SSL_HANDSHAKE_MAC_MD5 << TLS1_PRF_DGST_SHIFT) -#define TLS1_PRF_SHA1 (SSL_HANDSHAKE_MAC_SHA << TLS1_PRF_DGST_SHIFT) -#define TLS1_PRF_SHA256 (SSL_HANDSHAKE_MAC_SHA256 << TLS1_PRF_DGST_SHIFT) -#define TLS1_PRF_SHA384 (SSL_HANDSHAKE_MAC_SHA384 << TLS1_PRF_DGST_SHIFT) -#define TLS1_PRF_GOST94 (SSL_HANDSHAKE_MAC_GOST94 << TLS1_PRF_DGST_SHIFT) -#define TLS1_PRF (TLS1_PRF_MD5 | TLS1_PRF_SHA1) +/* + * When adding new digest in the ssl_ciph.c and increment SSM_MD_NUM_IDX make + * sure to update this constant too + */ +# define SSL_MAX_DIGEST 6 -/* Stream MAC for GOST ciphersuites from cryptopro draft - * (currently this also goes into algorithm2) */ -#define TLS1_STREAM_MAC 0x04 +# define TLS1_PRF_DGST_MASK (0xff << TLS1_PRF_DGST_SHIFT) +# define TLS1_PRF_DGST_SHIFT 10 +# define TLS1_PRF_MD5 (SSL_HANDSHAKE_MAC_MD5 << TLS1_PRF_DGST_SHIFT) +# define TLS1_PRF_SHA1 (SSL_HANDSHAKE_MAC_SHA << TLS1_PRF_DGST_SHIFT) +# define TLS1_PRF_SHA256 (SSL_HANDSHAKE_MAC_SHA256 << TLS1_PRF_DGST_SHIFT) +# define TLS1_PRF_SHA384 (SSL_HANDSHAKE_MAC_SHA384 << TLS1_PRF_DGST_SHIFT) +# define TLS1_PRF_GOST94 (SSL_HANDSHAKE_MAC_GOST94 << TLS1_PRF_DGST_SHIFT) +# define TLS1_PRF (TLS1_PRF_MD5 | TLS1_PRF_SHA1) +/* + * Stream MAC for GOST ciphersuites from cryptopro draft (currently this also + * goes into algorithm2) + */ +# define TLS1_STREAM_MAC 0x04 /* * Export and cipher strength information. For each cipher we have to decide @@ -396,25 +421,25 @@ * and ciphers goes, another extension to SSL_SUPER and/or SSL_ULTRA would * be possible. */ -#define SSL_EXP_MASK 0x00000003L -#define SSL_STRONG_MASK 0x000001fcL - -#define SSL_NOT_EXP 0x00000001L -#define SSL_EXPORT 0x00000002L - -#define SSL_STRONG_NONE 0x00000004L -#define SSL_EXP40 0x00000008L -#define SSL_MICRO (SSL_EXP40) -#define SSL_EXP56 0x00000010L -#define SSL_MINI (SSL_EXP56) -#define SSL_LOW 0x00000020L -#define SSL_MEDIUM 0x00000040L -#define SSL_HIGH 0x00000080L -#define SSL_FIPS 0x00000100L +# define SSL_EXP_MASK 0x00000003L +# define SSL_STRONG_MASK 0x000001fcL + +# define SSL_NOT_EXP 0x00000001L +# define SSL_EXPORT 0x00000002L + +# define SSL_STRONG_NONE 0x00000004L +# define SSL_EXP40 0x00000008L +# define SSL_MICRO (SSL_EXP40) +# define SSL_EXP56 0x00000010L +# define SSL_MINI (SSL_EXP56) +# define SSL_LOW 0x00000020L +# define SSL_MEDIUM 0x00000040L +# define SSL_HIGH 0x00000080L +# define SSL_FIPS 0x00000100L /* we have used 000001ff - 23 bits left to go */ -/* +/*- * Macros to check the export status and cipher strength for export ciphers. * Even though the macros for EXPORT and EXPORT40/56 have similar names, * their meaning is different: @@ -427,435 +452,658 @@ * direct usage is discouraged. * Use the SSL_C_* macros instead. */ -#define SSL_IS_EXPORT(a) ((a)&SSL_EXPORT) -#define SSL_IS_EXPORT56(a) ((a)&SSL_EXP56) -#define SSL_IS_EXPORT40(a) ((a)&SSL_EXP40) -#define SSL_C_IS_EXPORT(c) SSL_IS_EXPORT((c)->algo_strength) -#define SSL_C_IS_EXPORT56(c) SSL_IS_EXPORT56((c)->algo_strength) -#define SSL_C_IS_EXPORT40(c) SSL_IS_EXPORT40((c)->algo_strength) - -#define SSL_EXPORT_KEYLENGTH(a,s) (SSL_IS_EXPORT40(s) ? 5 : \ - (a) == SSL_DES ? 8 : 7) -#define SSL_EXPORT_PKEYLENGTH(a) (SSL_IS_EXPORT40(a) ? 512 : 1024) -#define SSL_C_EXPORT_KEYLENGTH(c) SSL_EXPORT_KEYLENGTH((c)->algorithm_enc, \ - (c)->algo_strength) -#define SSL_C_EXPORT_PKEYLENGTH(c) SSL_EXPORT_PKEYLENGTH((c)->algo_strength) - - - +# define SSL_IS_EXPORT(a) ((a)&SSL_EXPORT) +# define SSL_IS_EXPORT56(a) ((a)&SSL_EXP56) +# define SSL_IS_EXPORT40(a) ((a)&SSL_EXP40) +# define SSL_C_IS_EXPORT(c) SSL_IS_EXPORT((c)->algo_strength) +# define SSL_C_IS_EXPORT56(c) SSL_IS_EXPORT56((c)->algo_strength) +# define SSL_C_IS_EXPORT40(c) SSL_IS_EXPORT40((c)->algo_strength) + +# define SSL_EXPORT_KEYLENGTH(a,s) (SSL_IS_EXPORT40(s) ? 5 : \ + (a) == SSL_DES ? 8 : 7) +# define SSL_EXPORT_PKEYLENGTH(a) (SSL_IS_EXPORT40(a) ? 512 : 1024) +# define SSL_C_EXPORT_KEYLENGTH(c) SSL_EXPORT_KEYLENGTH((c)->algorithm_enc, \ + (c)->algo_strength) +# define SSL_C_EXPORT_PKEYLENGTH(c) SSL_EXPORT_PKEYLENGTH((c)->algo_strength) + +/* Check if an SSL structure is using DTLS */ +# define SSL_IS_DTLS(s) (s->method->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS) +/* See if we need explicit IV */ +# define SSL_USE_EXPLICIT_IV(s) \ + (s->method->ssl3_enc->enc_flags & SSL_ENC_FLAG_EXPLICIT_IV) +/* + * See if we use signature algorithms extension and signature algorithm + * before signatures. + */ +# define SSL_USE_SIGALGS(s) \ + (s->method->ssl3_enc->enc_flags & SSL_ENC_FLAG_SIGALGS) +/* + * Allow TLS 1.2 ciphersuites: applies to DTLS 1.2 as well as TLS 1.2: may + * apply to others in future. + */ +# define SSL_USE_TLS1_2_CIPHERS(s) \ + (s->method->ssl3_enc->enc_flags & SSL_ENC_FLAG_TLS1_2_CIPHERS) +/* + * Determine if a client can use TLS 1.2 ciphersuites: can't rely on method + * flags because it may not be set to correct version yet. + */ +# define SSL_CLIENT_USE_TLS1_2_CIPHERS(s) \ + ((SSL_IS_DTLS(s) && s->client_version <= DTLS1_2_VERSION) || \ + (!SSL_IS_DTLS(s) && s->client_version >= TLS1_2_VERSION)) /* Mostly for SSLv3 */ -#define SSL_PKEY_RSA_ENC 0 -#define SSL_PKEY_RSA_SIGN 1 -#define SSL_PKEY_DSA_SIGN 2 -#define SSL_PKEY_DH_RSA 3 -#define SSL_PKEY_DH_DSA 4 -#define SSL_PKEY_ECC 5 -#define SSL_PKEY_GOST94 6 -#define SSL_PKEY_GOST01 7 -#define SSL_PKEY_NUM 8 - -/* SSL_kRSA <- RSA_ENC | (RSA_TMP & RSA_SIGN) | - * <- (EXPORT & (RSA_ENC | RSA_TMP) & RSA_SIGN) +# define SSL_PKEY_RSA_ENC 0 +# define SSL_PKEY_RSA_SIGN 1 +# define SSL_PKEY_DSA_SIGN 2 +# define SSL_PKEY_DH_RSA 3 +# define SSL_PKEY_DH_DSA 4 +# define SSL_PKEY_ECC 5 +# define SSL_PKEY_GOST94 6 +# define SSL_PKEY_GOST01 7 +# define SSL_PKEY_NUM 8 + +/*- + * SSL_kRSA <- RSA_ENC | (RSA_TMP & RSA_SIGN) | + * <- (EXPORT & (RSA_ENC | RSA_TMP) & RSA_SIGN) * SSL_kDH <- DH_ENC & (RSA_ENC | RSA_SIGN | DSA_SIGN) * SSL_kEDH <- RSA_ENC | RSA_SIGN | DSA_SIGN * SSL_aRSA <- RSA_ENC | RSA_SIGN * SSL_aDSS <- DSA_SIGN */ -/* -#define CERT_INVALID 0 -#define CERT_PUBLIC_KEY 1 -#define CERT_PRIVATE_KEY 2 +/*- +#define CERT_INVALID 0 +#define CERT_PUBLIC_KEY 1 +#define CERT_PRIVATE_KEY 2 */ -#ifndef OPENSSL_NO_EC -/* From ECC-TLS draft, used in encoding the curve type in - * ECParameters +# ifndef OPENSSL_NO_EC +/* + * From ECC-TLS draft, used in encoding the curve type in ECParameters */ -#define EXPLICIT_PRIME_CURVE_TYPE 1 -#define EXPLICIT_CHAR2_CURVE_TYPE 2 -#define NAMED_CURVE_TYPE 3 -#endif /* OPENSSL_NO_EC */ - -typedef struct cert_pkey_st - { - X509 *x509; - EVP_PKEY *privatekey; - /* Digest to use when signing */ - const EVP_MD *digest; - } CERT_PKEY; - -typedef struct cert_st - { - /* Current active set */ - CERT_PKEY *key; /* ALWAYS points to an element of the pkeys array - * Probably it would make more sense to store - * an index, not a pointer. */ - - /* The following masks are for the key and auth - * algorithms that are supported by the certs below */ - int valid; - unsigned long mask_k; - unsigned long mask_a; - unsigned long export_mask_k; - unsigned long export_mask_a; -#ifndef OPENSSL_NO_RSA - RSA *rsa_tmp; - RSA *(*rsa_tmp_cb)(SSL *ssl,int is_export,int keysize); -#endif -#ifndef OPENSSL_NO_DH - DH *dh_tmp; - DH *(*dh_tmp_cb)(SSL *ssl,int is_export,int keysize); -#endif -#ifndef OPENSSL_NO_ECDH - EC_KEY *ecdh_tmp; - /* Callback for generating ephemeral ECDH keys */ - EC_KEY *(*ecdh_tmp_cb)(SSL *ssl,int is_export,int keysize); -#endif - - CERT_PKEY pkeys[SSL_PKEY_NUM]; - - int references; /* >1 only if SSL_copy_session_id is used */ - } CERT; +# define EXPLICIT_PRIME_CURVE_TYPE 1 +# define EXPLICIT_CHAR2_CURVE_TYPE 2 +# define NAMED_CURVE_TYPE 3 +# endif /* OPENSSL_NO_EC */ + +typedef struct cert_pkey_st { + X509 *x509; + EVP_PKEY *privatekey; + /* Digest to use when signing */ + const EVP_MD *digest; + /* Chain for this certificate */ + STACK_OF(X509) *chain; +# ifndef OPENSSL_NO_TLSEXT + /*- + * serverinfo data for this certificate. The data is in TLS Extension + * wire format, specifically it's a series of records like: + * uint16_t extension_type; // (RFC 5246, 7.4.1.4, Extension) + * uint16_t length; + * uint8_t data[length]; + */ + unsigned char *serverinfo; + size_t serverinfo_length; +# endif + /* + * Set if CERT_PKEY can be used with current SSL session: e.g. + * appropriate curve, signature algorithms etc. If zero it can't be used + * at all. + */ + int valid_flags; +} CERT_PKEY; +/* Retrieve Suite B flags */ +# define tls1_suiteb(s) (s->cert->cert_flags & SSL_CERT_FLAG_SUITEB_128_LOS) +/* Uses to check strict mode: suite B modes are always strict */ +# define SSL_CERT_FLAGS_CHECK_TLS_STRICT \ + (SSL_CERT_FLAG_SUITEB_128_LOS|SSL_CERT_FLAG_TLS_STRICT) + +typedef struct { + unsigned short ext_type; + /* + * Per-connection flags relating to this extension type: not used if + * part of an SSL_CTX structure. + */ + unsigned short ext_flags; + custom_ext_add_cb add_cb; + custom_ext_free_cb free_cb; + void *add_arg; + custom_ext_parse_cb parse_cb; + void *parse_arg; +} custom_ext_method; + +/* ext_flags values */ +/* + * Indicates an extension has been received. Used to check for unsolicited or + * duplicate extensions. + */ +# define SSL_EXT_FLAG_RECEIVED 0x1 +/* + * Indicates an extension has been sent: used to enable sending of + * corresponding ServerHello extension. + */ +# define SSL_EXT_FLAG_SENT 0x2 + +typedef struct { + custom_ext_method *meths; + size_t meths_count; +} custom_ext_methods; + +typedef struct cert_st { + /* Current active set */ + /* + * ALWAYS points to an element of the pkeys array + * Probably it would make more sense to store + * an index, not a pointer. + */ + CERT_PKEY *key; + /* + * For servers the following masks are for the key and auth algorithms + * that are supported by the certs below. For clients they are masks of + * *disabled* algorithms based on the current session. + */ + int valid; + unsigned long mask_k; + unsigned long mask_a; + unsigned long export_mask_k; + unsigned long export_mask_a; + /* Client only */ + unsigned long mask_ssl; +# ifndef OPENSSL_NO_RSA + RSA *rsa_tmp; + RSA *(*rsa_tmp_cb) (SSL *ssl, int is_export, int keysize); +# endif +# ifndef OPENSSL_NO_DH + DH *dh_tmp; + DH *(*dh_tmp_cb) (SSL *ssl, int is_export, int keysize); +# endif +# ifndef OPENSSL_NO_ECDH + EC_KEY *ecdh_tmp; + /* Callback for generating ephemeral ECDH keys */ + EC_KEY *(*ecdh_tmp_cb) (SSL *ssl, int is_export, int keysize); + /* Select ECDH parameters automatically */ + int ecdh_tmp_auto; +# endif + /* Flags related to certificates */ + unsigned int cert_flags; + CERT_PKEY pkeys[SSL_PKEY_NUM]; + /* + * Certificate types (received or sent) in certificate request message. + * On receive this is only set if number of certificate types exceeds + * SSL3_CT_NUMBER. + */ + unsigned char *ctypes; + size_t ctype_num; + /* + * signature algorithms peer reports: e.g. supported signature algorithms + * extension for server or as part of a certificate request for client. + */ + unsigned char *peer_sigalgs; + /* Size of above array */ + size_t peer_sigalgslen; + /* + * suppported signature algorithms. When set on a client this is sent in + * the client hello as the supported signature algorithms extension. For + * servers it represents the signature algorithms we are willing to use. + */ + unsigned char *conf_sigalgs; + /* Size of above array */ + size_t conf_sigalgslen; + /* + * Client authentication signature algorithms, if not set then uses + * conf_sigalgs. On servers these will be the signature algorithms sent + * to the client in a cerificate request for TLS 1.2. On a client this + * represents the signature algortithms we are willing to use for client + * authentication. + */ + unsigned char *client_sigalgs; + /* Size of above array */ + size_t client_sigalgslen; + /* + * Signature algorithms shared by client and server: cached because these + * are used most often. + */ + TLS_SIGALGS *shared_sigalgs; + size_t shared_sigalgslen; + /* + * Certificate setup callback: if set is called whenever a certificate + * may be required (client or server). the callback can then examine any + * appropriate parameters and setup any certificates required. This + * allows advanced applications to select certificates on the fly: for + * example based on supported signature algorithms or curves. + */ + int (*cert_cb) (SSL *ssl, void *arg); + void *cert_cb_arg; + /* + * Optional X509_STORE for chain building or certificate validation If + * NULL the parent SSL_CTX store is used instead. + */ + X509_STORE *chain_store; + X509_STORE *verify_store; + /* Raw values of the cipher list from a client */ + unsigned char *ciphers_raw; + size_t ciphers_rawlen; + /* Custom extension methods for server and client */ + custom_ext_methods cli_ext; + custom_ext_methods srv_ext; + int references; /* >1 only if SSL_copy_session_id is used */ +} CERT; + +typedef struct sess_cert_st { + STACK_OF(X509) *cert_chain; /* as received from peer (not for SSL2) */ + /* The 'peer_...' members are used only by clients. */ + int peer_cert_type; + CERT_PKEY *peer_key; /* points to an element of peer_pkeys (never + * NULL!) */ + CERT_PKEY peer_pkeys[SSL_PKEY_NUM]; + /* + * Obviously we don't have the private keys of these, so maybe we + * shouldn't even use the CERT_PKEY type here. + */ +# ifndef OPENSSL_NO_RSA + RSA *peer_rsa_tmp; /* not used for SSL 2 */ +# endif +# ifndef OPENSSL_NO_DH + DH *peer_dh_tmp; /* not used for SSL 2 */ +# endif +# ifndef OPENSSL_NO_ECDH + EC_KEY *peer_ecdh_tmp; +# endif + int references; /* actually always 1 at the moment */ +} SESS_CERT; +/* Structure containing decoded values of signature algorithms extension */ +struct tls_sigalgs_st { + /* NID of hash algorithm */ + int hash_nid; + /* NID of signature algorithm */ + int sign_nid; + /* Combined hash and signature NID */ + int signandhash_nid; + /* Raw values used in extension */ + unsigned char rsign; + unsigned char rhash; +}; -typedef struct sess_cert_st - { - STACK_OF(X509) *cert_chain; /* as received from peer (not for SSL2) */ +/* + * #define MAC_DEBUG + */ - /* The 'peer_...' members are used only by clients. */ - int peer_cert_type; +/* + * #define ERR_DEBUG + */ +/* + * #define ABORT_DEBUG + */ +/* + * #define PKT_DEBUG 1 + */ +/* + * #define DES_DEBUG + */ +/* + * #define DES_OFB_DEBUG + */ +/* + * #define SSL_DEBUG + */ +/* + * #define RSA_DEBUG + */ +/* + * #define IDEA_DEBUG + */ - CERT_PKEY *peer_key; /* points to an element of peer_pkeys (never NULL!) */ - CERT_PKEY peer_pkeys[SSL_PKEY_NUM]; - /* Obviously we don't have the private keys of these, - * so maybe we shouldn't even use the CERT_PKEY type here. */ +# define FP_ICC (int (*)(const void *,const void *)) +# define ssl_put_cipher_by_char(ssl,ciph,ptr) \ + ((ssl)->method->put_cipher_by_char((ciph),(ptr))) -#ifndef OPENSSL_NO_RSA - RSA *peer_rsa_tmp; /* not used for SSL 2 */ -#endif -#ifndef OPENSSL_NO_DH - DH *peer_dh_tmp; /* not used for SSL 2 */ -#endif -#ifndef OPENSSL_NO_ECDH - EC_KEY *peer_ecdh_tmp; -#endif +/* + * This is for the SSLv3/TLSv1.0 differences in crypto/hash stuff It is a bit + * of a mess of functions, but hell, think of it as an opaque structure :-) + */ +typedef struct ssl3_enc_method { + int (*enc) (SSL *, int); + int (*mac) (SSL *, unsigned char *, int); + int (*setup_key_block) (SSL *); + int (*generate_master_secret) (SSL *, unsigned char *, unsigned char *, + int); + int (*change_cipher_state) (SSL *, int); + int (*final_finish_mac) (SSL *, const char *, int, unsigned char *); + int finish_mac_length; + int (*cert_verify_mac) (SSL *, int, unsigned char *); + const char *client_finished_label; + int client_finished_label_len; + const char *server_finished_label; + int server_finished_label_len; + int (*alert_value) (int); + int (*export_keying_material) (SSL *, unsigned char *, size_t, + const char *, size_t, + const unsigned char *, size_t, + int use_context); + /* Various flags indicating protocol version requirements */ + unsigned int enc_flags; + /* Handshake header length */ + unsigned int hhlen; + /* Set the handshake header */ + void (*set_handshake_header) (SSL *s, int type, unsigned long len); + /* Write out handshake message */ + int (*do_write) (SSL *s); +} SSL3_ENC_METHOD; + +# define SSL_HM_HEADER_LENGTH(s) s->method->ssl3_enc->hhlen +# define ssl_handshake_start(s) \ + (((unsigned char *)s->init_buf->data) + s->method->ssl3_enc->hhlen) +# define ssl_set_handshake_header(s, htype, len) \ + s->method->ssl3_enc->set_handshake_header(s, htype, len) +# define ssl_do_write(s) s->method->ssl3_enc->do_write(s) + +/* Values for enc_flags */ + +/* Uses explicit IV for CBC mode */ +# define SSL_ENC_FLAG_EXPLICIT_IV 0x1 +/* Uses signature algorithms extension */ +# define SSL_ENC_FLAG_SIGALGS 0x2 +/* Uses SHA256 default PRF */ +# define SSL_ENC_FLAG_SHA256_PRF 0x4 +/* Is DTLS */ +# define SSL_ENC_FLAG_DTLS 0x8 +/* + * Allow TLS 1.2 ciphersuites: applies to DTLS 1.2 as well as TLS 1.2: may + * apply to others in future. + */ +# define SSL_ENC_FLAG_TLS1_2_CIPHERS 0x10 - int references; /* actually always 1 at the moment */ - } SESS_CERT; - - -/*#define MAC_DEBUG */ - -/*#define ERR_DEBUG */ -/*#define ABORT_DEBUG */ -/*#define PKT_DEBUG 1 */ -/*#define DES_DEBUG */ -/*#define DES_OFB_DEBUG */ -/*#define SSL_DEBUG */ -/*#define RSA_DEBUG */ -/*#define IDEA_DEBUG */ - -#define FP_ICC (int (*)(const void *,const void *)) -#define ssl_put_cipher_by_char(ssl,ciph,ptr) \ - ((ssl)->method->put_cipher_by_char((ciph),(ptr))) -#define ssl_get_cipher_by_char(ssl,ptr) \ - ((ssl)->method->get_cipher_by_char(ptr)) - -/* This is for the SSLv3/TLSv1.0 differences in crypto/hash stuff - * It is a bit of a mess of functions, but hell, think of it as - * an opaque structure :-) */ -typedef struct ssl3_enc_method - { - int (*enc)(SSL *, int); - int (*mac)(SSL *, unsigned char *, int); - int (*setup_key_block)(SSL *); - int (*generate_master_secret)(SSL *, unsigned char *, unsigned char *, int); - int (*change_cipher_state)(SSL *, int); - int (*final_finish_mac)(SSL *, const char *, int, unsigned char *); - int finish_mac_length; - int (*cert_verify_mac)(SSL *, int, unsigned char *); - const char *client_finished_label; - int client_finished_label_len; - const char *server_finished_label; - int server_finished_label_len; - int (*alert_value)(int); - int (*export_keying_material)(SSL *, unsigned char *, size_t, - const char *, size_t, - const unsigned char *, size_t, - int use_context); - } SSL3_ENC_METHOD; - -#ifndef OPENSSL_NO_COMP +# ifndef OPENSSL_NO_COMP /* Used for holding the relevant compression methods loaded into SSL_CTX */ -typedef struct ssl3_comp_st - { - int comp_id; /* The identifier byte for this compression type */ - char *name; /* Text name used for the compression type */ - COMP_METHOD *method; /* The method :-) */ - } SSL3_COMP; -#endif +typedef struct ssl3_comp_st { + int comp_id; /* The identifier byte for this compression + * type */ + char *name; /* Text name used for the compression type */ + COMP_METHOD *method; /* The method :-) */ +} SSL3_COMP; +# endif -#ifndef OPENSSL_NO_BUF_FREELISTS -typedef struct ssl3_buf_freelist_st - { - size_t chunklen; - unsigned int len; - struct ssl3_buf_freelist_entry_st *head; - } SSL3_BUF_FREELIST; - -typedef struct ssl3_buf_freelist_entry_st - { - struct ssl3_buf_freelist_entry_st *next; - } SSL3_BUF_FREELIST_ENTRY; -#endif +# ifndef OPENSSL_NO_BUF_FREELISTS +typedef struct ssl3_buf_freelist_st { + size_t chunklen; + unsigned int len; + struct ssl3_buf_freelist_entry_st *head; +} SSL3_BUF_FREELIST; + +typedef struct ssl3_buf_freelist_entry_st { + struct ssl3_buf_freelist_entry_st *next; +} SSL3_BUF_FREELIST_ENTRY; +# endif extern SSL3_ENC_METHOD ssl3_undef_enc_method; OPENSSL_EXTERN const SSL_CIPHER ssl2_ciphers[]; OPENSSL_EXTERN SSL_CIPHER ssl3_ciphers[]; - SSL_METHOD *ssl_bad_method(int ver); extern SSL3_ENC_METHOD TLSv1_enc_data; +extern SSL3_ENC_METHOD TLSv1_1_enc_data; +extern SSL3_ENC_METHOD TLSv1_2_enc_data; extern SSL3_ENC_METHOD SSLv3_enc_data; extern SSL3_ENC_METHOD DTLSv1_enc_data; +extern SSL3_ENC_METHOD DTLSv1_2_enc_data; -#define SSL_IS_DTLS(s) (s->method->version == DTLS1_VERSION) - -#define IMPLEMENT_tls_meth_func(version, func_name, s_accept, s_connect, \ - s_get_meth) \ +# define IMPLEMENT_tls_meth_func(version, func_name, s_accept, s_connect, \ + s_get_meth, enc_data) \ const SSL_METHOD *func_name(void) \ - { \ - static const SSL_METHOD func_name##_data= { \ - version, \ - tls1_new, \ - tls1_clear, \ - tls1_free, \ - s_accept, \ - s_connect, \ - ssl3_read, \ - ssl3_peek, \ - ssl3_write, \ - ssl3_shutdown, \ - ssl3_renegotiate, \ - ssl3_renegotiate_check, \ - ssl3_get_message, \ - ssl3_read_bytes, \ - ssl3_write_bytes, \ - ssl3_dispatch_alert, \ - ssl3_ctrl, \ - ssl3_ctx_ctrl, \ - ssl3_get_cipher_by_char, \ - ssl3_put_cipher_by_char, \ - ssl3_pending, \ - ssl3_num_ciphers, \ - ssl3_get_cipher, \ - s_get_meth, \ - tls1_default_timeout, \ - &TLSv1_enc_data, \ - ssl_undefined_void_function, \ - ssl3_callback_ctrl, \ - ssl3_ctx_callback_ctrl, \ - }; \ - return &func_name##_data; \ - } - -#define IMPLEMENT_ssl3_meth_func(func_name, s_accept, s_connect, s_get_meth) \ + { \ + static const SSL_METHOD func_name##_data= { \ + version, \ + tls1_new, \ + tls1_clear, \ + tls1_free, \ + s_accept, \ + s_connect, \ + ssl3_read, \ + ssl3_peek, \ + ssl3_write, \ + ssl3_shutdown, \ + ssl3_renegotiate, \ + ssl3_renegotiate_check, \ + ssl3_get_message, \ + ssl3_read_bytes, \ + ssl3_write_bytes, \ + ssl3_dispatch_alert, \ + ssl3_ctrl, \ + ssl3_ctx_ctrl, \ + ssl3_get_cipher_by_char, \ + ssl3_put_cipher_by_char, \ + ssl3_pending, \ + ssl3_num_ciphers, \ + ssl3_get_cipher, \ + s_get_meth, \ + tls1_default_timeout, \ + &enc_data, \ + ssl_undefined_void_function, \ + ssl3_callback_ctrl, \ + ssl3_ctx_callback_ctrl, \ + }; \ + return &func_name##_data; \ + } + +# define IMPLEMENT_ssl3_meth_func(func_name, s_accept, s_connect, s_get_meth) \ const SSL_METHOD *func_name(void) \ - { \ - static const SSL_METHOD func_name##_data= { \ - SSL3_VERSION, \ - ssl3_new, \ - ssl3_clear, \ - ssl3_free, \ - s_accept, \ - s_connect, \ - ssl3_read, \ - ssl3_peek, \ - ssl3_write, \ - ssl3_shutdown, \ - ssl3_renegotiate, \ - ssl3_renegotiate_check, \ - ssl3_get_message, \ - ssl3_read_bytes, \ - ssl3_write_bytes, \ - ssl3_dispatch_alert, \ - ssl3_ctrl, \ - ssl3_ctx_ctrl, \ - ssl3_get_cipher_by_char, \ - ssl3_put_cipher_by_char, \ - ssl3_pending, \ - ssl3_num_ciphers, \ - ssl3_get_cipher, \ - s_get_meth, \ - ssl3_default_timeout, \ - &SSLv3_enc_data, \ - ssl_undefined_void_function, \ - ssl3_callback_ctrl, \ - ssl3_ctx_callback_ctrl, \ - }; \ - return &func_name##_data; \ - } - -#define IMPLEMENT_ssl23_meth_func(func_name, s_accept, s_connect, s_get_meth) \ + { \ + static const SSL_METHOD func_name##_data= { \ + SSL3_VERSION, \ + ssl3_new, \ + ssl3_clear, \ + ssl3_free, \ + s_accept, \ + s_connect, \ + ssl3_read, \ + ssl3_peek, \ + ssl3_write, \ + ssl3_shutdown, \ + ssl3_renegotiate, \ + ssl3_renegotiate_check, \ + ssl3_get_message, \ + ssl3_read_bytes, \ + ssl3_write_bytes, \ + ssl3_dispatch_alert, \ + ssl3_ctrl, \ + ssl3_ctx_ctrl, \ + ssl3_get_cipher_by_char, \ + ssl3_put_cipher_by_char, \ + ssl3_pending, \ + ssl3_num_ciphers, \ + ssl3_get_cipher, \ + s_get_meth, \ + ssl3_default_timeout, \ + &SSLv3_enc_data, \ + ssl_undefined_void_function, \ + ssl3_callback_ctrl, \ + ssl3_ctx_callback_ctrl, \ + }; \ + return &func_name##_data; \ + } + +# define IMPLEMENT_ssl23_meth_func(func_name, s_accept, s_connect, s_get_meth) \ const SSL_METHOD *func_name(void) \ - { \ - static const SSL_METHOD func_name##_data= { \ - TLS1_2_VERSION, \ - tls1_new, \ - tls1_clear, \ - tls1_free, \ - s_accept, \ - s_connect, \ - ssl23_read, \ - ssl23_peek, \ - ssl23_write, \ - ssl_undefined_function, \ - ssl_undefined_function, \ - ssl_ok, \ - ssl3_get_message, \ - ssl3_read_bytes, \ - ssl3_write_bytes, \ - ssl3_dispatch_alert, \ - ssl3_ctrl, \ - ssl3_ctx_ctrl, \ - ssl23_get_cipher_by_char, \ - ssl23_put_cipher_by_char, \ - ssl_undefined_const_function, \ - ssl23_num_ciphers, \ - ssl23_get_cipher, \ - s_get_meth, \ - ssl23_default_timeout, \ - &ssl3_undef_enc_method, \ - ssl_undefined_void_function, \ - ssl3_callback_ctrl, \ - ssl3_ctx_callback_ctrl, \ - }; \ - return &func_name##_data; \ - } - -#define IMPLEMENT_ssl2_meth_func(func_name, s_accept, s_connect, s_get_meth) \ + { \ + static const SSL_METHOD func_name##_data= { \ + TLS1_2_VERSION, \ + tls1_new, \ + tls1_clear, \ + tls1_free, \ + s_accept, \ + s_connect, \ + ssl23_read, \ + ssl23_peek, \ + ssl23_write, \ + ssl_undefined_function, \ + ssl_undefined_function, \ + ssl_ok, \ + ssl3_get_message, \ + ssl3_read_bytes, \ + ssl3_write_bytes, \ + ssl3_dispatch_alert, \ + ssl3_ctrl, \ + ssl3_ctx_ctrl, \ + ssl23_get_cipher_by_char, \ + ssl23_put_cipher_by_char, \ + ssl_undefined_const_function, \ + ssl23_num_ciphers, \ + ssl23_get_cipher, \ + s_get_meth, \ + ssl23_default_timeout, \ + &TLSv1_2_enc_data, \ + ssl_undefined_void_function, \ + ssl3_callback_ctrl, \ + ssl3_ctx_callback_ctrl, \ + }; \ + return &func_name##_data; \ + } + +# define IMPLEMENT_ssl2_meth_func(func_name, s_accept, s_connect, s_get_meth) \ const SSL_METHOD *func_name(void) \ - { \ - static const SSL_METHOD func_name##_data= { \ - SSL2_VERSION, \ - ssl2_new, /* local */ \ - ssl2_clear, /* local */ \ - ssl2_free, /* local */ \ - s_accept, \ - s_connect, \ - ssl2_read, \ - ssl2_peek, \ - ssl2_write, \ - ssl2_shutdown, \ - ssl_ok, /* NULL - renegotiate */ \ - ssl_ok, /* NULL - check renegotiate */ \ - NULL, /* NULL - ssl_get_message */ \ - NULL, /* NULL - ssl_get_record */ \ - NULL, /* NULL - ssl_write_bytes */ \ - NULL, /* NULL - dispatch_alert */ \ - ssl2_ctrl, /* local */ \ - ssl2_ctx_ctrl, /* local */ \ - ssl2_get_cipher_by_char, \ - ssl2_put_cipher_by_char, \ - ssl2_pending, \ - ssl2_num_ciphers, \ - ssl2_get_cipher, \ - s_get_meth, \ - ssl2_default_timeout, \ - &ssl3_undef_enc_method, \ - ssl_undefined_void_function, \ - ssl2_callback_ctrl, /* local */ \ - ssl2_ctx_callback_ctrl, /* local */ \ - }; \ - return &func_name##_data; \ - } - -#define IMPLEMENT_dtls1_meth_func(func_name, s_accept, s_connect, s_get_meth) \ + { \ + static const SSL_METHOD func_name##_data= { \ + SSL2_VERSION, \ + ssl2_new, /* local */ \ + ssl2_clear, /* local */ \ + ssl2_free, /* local */ \ + s_accept, \ + s_connect, \ + ssl2_read, \ + ssl2_peek, \ + ssl2_write, \ + ssl2_shutdown, \ + ssl_ok, /* NULL - renegotiate */ \ + ssl_ok, /* NULL - check renegotiate */ \ + NULL, /* NULL - ssl_get_message */ \ + NULL, /* NULL - ssl_get_record */ \ + NULL, /* NULL - ssl_write_bytes */ \ + NULL, /* NULL - dispatch_alert */ \ + ssl2_ctrl, /* local */ \ + ssl2_ctx_ctrl, /* local */ \ + ssl2_get_cipher_by_char, \ + ssl2_put_cipher_by_char, \ + ssl2_pending, \ + ssl2_num_ciphers, \ + ssl2_get_cipher, \ + s_get_meth, \ + ssl2_default_timeout, \ + &ssl3_undef_enc_method, \ + ssl_undefined_void_function, \ + ssl2_callback_ctrl, /* local */ \ + ssl2_ctx_callback_ctrl, /* local */ \ + }; \ + return &func_name##_data; \ + } + +# define IMPLEMENT_dtls1_meth_func(version, func_name, s_accept, s_connect, \ + s_get_meth, enc_data) \ const SSL_METHOD *func_name(void) \ - { \ - static const SSL_METHOD func_name##_data= { \ - DTLS1_VERSION, \ - dtls1_new, \ - dtls1_clear, \ - dtls1_free, \ - s_accept, \ - s_connect, \ - ssl3_read, \ - ssl3_peek, \ - ssl3_write, \ - dtls1_shutdown, \ - ssl3_renegotiate, \ - ssl3_renegotiate_check, \ - dtls1_get_message, \ - dtls1_read_bytes, \ - dtls1_write_app_data_bytes, \ - dtls1_dispatch_alert, \ - dtls1_ctrl, \ - ssl3_ctx_ctrl, \ - ssl3_get_cipher_by_char, \ - ssl3_put_cipher_by_char, \ - ssl3_pending, \ - ssl3_num_ciphers, \ - dtls1_get_cipher, \ - s_get_meth, \ - dtls1_default_timeout, \ - &DTLSv1_enc_data, \ - ssl_undefined_void_function, \ - ssl3_callback_ctrl, \ - ssl3_ctx_callback_ctrl, \ - }; \ - return &func_name##_data; \ - } - -struct openssl_ssl_test_functions - { - int (*p_ssl_init_wbio_buffer)(SSL *s, int push); - int (*p_ssl3_setup_buffers)(SSL *s); - int (*p_tls1_process_heartbeat)(SSL *s); - int (*p_dtls1_process_heartbeat)(SSL *s); - }; - -#ifndef OPENSSL_UNIT_TEST + { \ + static const SSL_METHOD func_name##_data= { \ + version, \ + dtls1_new, \ + dtls1_clear, \ + dtls1_free, \ + s_accept, \ + s_connect, \ + ssl3_read, \ + ssl3_peek, \ + ssl3_write, \ + dtls1_shutdown, \ + ssl3_renegotiate, \ + ssl3_renegotiate_check, \ + dtls1_get_message, \ + dtls1_read_bytes, \ + dtls1_write_app_data_bytes, \ + dtls1_dispatch_alert, \ + dtls1_ctrl, \ + ssl3_ctx_ctrl, \ + ssl3_get_cipher_by_char, \ + ssl3_put_cipher_by_char, \ + ssl3_pending, \ + ssl3_num_ciphers, \ + dtls1_get_cipher, \ + s_get_meth, \ + dtls1_default_timeout, \ + &enc_data, \ + ssl_undefined_void_function, \ + ssl3_callback_ctrl, \ + ssl3_ctx_callback_ctrl, \ + }; \ + return &func_name##_data; \ + } + +struct openssl_ssl_test_functions { + int (*p_ssl_init_wbio_buffer) (SSL *s, int push); + int (*p_ssl3_setup_buffers) (SSL *s); + int (*p_tls1_process_heartbeat) (SSL *s); + int (*p_dtls1_process_heartbeat) (SSL *s); +}; + +# ifndef OPENSSL_UNIT_TEST void ssl_clear_cipher_ctx(SSL *s); int ssl_clear_bad_session(SSL *s); CERT *ssl_cert_new(void); CERT *ssl_cert_dup(CERT *cert); +void ssl_cert_set_default_md(CERT *cert); int ssl_cert_inst(CERT **o); +void ssl_cert_clear_certs(CERT *c); void ssl_cert_free(CERT *c); SESS_CERT *ssl_sess_cert_new(void); void ssl_sess_cert_free(SESS_CERT *sc); int ssl_set_peer_cert_type(SESS_CERT *c, int type); int ssl_get_new_session(SSL *s, int session); -int ssl_get_prev_session(SSL *s, unsigned char *session,int len, const unsigned char *limit); -int ssl_cipher_id_cmp(const SSL_CIPHER *a,const SSL_CIPHER *b); -DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(SSL_CIPHER, SSL_CIPHER, - ssl_cipher_id); -int ssl_cipher_ptr_id_cmp(const SSL_CIPHER * const *ap, - const SSL_CIPHER * const *bp); -STACK_OF(SSL_CIPHER) *ssl_bytes_to_cipher_list(SSL *s,unsigned char *p,int num, - STACK_OF(SSL_CIPHER) **skp); -int ssl_cipher_list_to_bytes(SSL *s,STACK_OF(SSL_CIPHER) *sk,unsigned char *p, - int (*put_cb)(const SSL_CIPHER *, unsigned char *)); +int ssl_get_prev_session(SSL *s, unsigned char *session, int len, + const unsigned char *limit); +int ssl_cipher_id_cmp(const SSL_CIPHER *a, const SSL_CIPHER *b); +DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(SSL_CIPHER, SSL_CIPHER, ssl_cipher_id); +int ssl_cipher_ptr_id_cmp(const SSL_CIPHER *const *ap, + const SSL_CIPHER *const *bp); +STACK_OF(SSL_CIPHER) *ssl_bytes_to_cipher_list(SSL *s, unsigned char *p, + int num, + STACK_OF(SSL_CIPHER) **skp); +int ssl_cipher_list_to_bytes(SSL *s, STACK_OF(SSL_CIPHER) *sk, + unsigned char *p, + int (*put_cb) (const SSL_CIPHER *, + unsigned char *)); STACK_OF(SSL_CIPHER) *ssl_create_cipher_list(const SSL_METHOD *meth, - STACK_OF(SSL_CIPHER) **pref, - STACK_OF(SSL_CIPHER) **sorted, - const char *rule_str); + STACK_OF(SSL_CIPHER) **pref, + STACK_OF(SSL_CIPHER) **sorted, + const char *rule_str, CERT *c); void ssl_update_cache(SSL *s, int mode); -int ssl_cipher_get_evp(const SSL_SESSION *s,const EVP_CIPHER **enc, - const EVP_MD **md,int *mac_pkey_type,int *mac_secret_size, SSL_COMP **comp); -int ssl_get_handshake_digest(int i,long *mask,const EVP_MD **md); -int ssl_verify_cert_chain(SSL *s,STACK_OF(X509) *sk); +int ssl_cipher_get_evp(const SSL_SESSION *s, const EVP_CIPHER **enc, + const EVP_MD **md, int *mac_pkey_type, + int *mac_secret_size, SSL_COMP **comp); +int ssl_get_handshake_digest(int i, long *mask, const EVP_MD **md); +int ssl_cipher_get_cert_index(const SSL_CIPHER *c); +const SSL_CIPHER *ssl_get_cipher_by_char(SSL *ssl, const unsigned char *ptr); +int ssl_cert_set0_chain(CERT *c, STACK_OF(X509) *chain); +int ssl_cert_set1_chain(CERT *c, STACK_OF(X509) *chain); +int ssl_cert_add0_chain_cert(CERT *c, X509 *x); +int ssl_cert_add1_chain_cert(CERT *c, X509 *x); +int ssl_cert_select_current(CERT *c, X509 *x); +int ssl_cert_set_current(CERT *c, long arg); +X509 *ssl_cert_get0_next_certificate(CERT *c, int first); +void ssl_cert_set_cert_cb(CERT *c, int (*cb) (SSL *ssl, void *arg), + void *arg); + +int ssl_verify_cert_chain(SSL *s, STACK_OF(X509) *sk); +int ssl_add_cert_chain(SSL *s, CERT_PKEY *cpk, unsigned long *l); +int ssl_build_cert_chain(CERT *c, X509_STORE *chain_store, int flags); +int ssl_cert_set_cert_store(CERT *c, X509_STORE *store, int chain, int ref); int ssl_undefined_function(SSL *s); int ssl_undefined_void_function(void); int ssl_undefined_const_function(const SSL *s); CERT_PKEY *ssl_get_server_send_pkey(const SSL *s); -X509 *ssl_get_server_send_cert(const SSL *); -EVP_PKEY *ssl_get_sign_pkey(SSL *s,const SSL_CIPHER *c, const EVP_MD **pmd); -int ssl_cert_type(X509 *x,EVP_PKEY *pkey); +# ifndef OPENSSL_NO_TLSEXT +int ssl_get_server_cert_serverinfo(SSL *s, const unsigned char **serverinfo, + size_t *serverinfo_length); +# endif +EVP_PKEY *ssl_get_sign_pkey(SSL *s, const SSL_CIPHER *c, const EVP_MD **pmd); +int ssl_cert_type(X509 *x, EVP_PKEY *pkey); void ssl_set_cert_masks(CERT *c, const SSL_CIPHER *cipher); STACK_OF(SSL_CIPHER) *ssl_get_ciphers_by_id(SSL *s); int ssl_verify_alarm_type(long type); @@ -864,131 +1112,138 @@ int ssl_fill_hello_random(SSL *s, int server, unsigned char *field, int len); int ssl2_enc_init(SSL *s, int client); int ssl2_generate_key_material(SSL *s); -void ssl2_enc(SSL *s,int send_data); -void ssl2_mac(SSL *s,unsigned char *mac,int send_data); +int ssl2_enc(SSL *s, int send_data); +void ssl2_mac(SSL *s, unsigned char *mac, int send_data); const SSL_CIPHER *ssl2_get_cipher_by_char(const unsigned char *p); -int ssl2_put_cipher_by_char(const SSL_CIPHER *c,unsigned char *p); +int ssl2_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p); int ssl2_part_read(SSL *s, unsigned long f, int i); int ssl2_do_write(SSL *s); -int ssl2_set_certificate(SSL *s, int type, int len, const unsigned char *data); -void ssl2_return_error(SSL *s,int reason); +int ssl2_set_certificate(SSL *s, int type, int len, + const unsigned char *data); +void ssl2_return_error(SSL *s, int reason); void ssl2_write_error(SSL *s); int ssl2_num_ciphers(void); const SSL_CIPHER *ssl2_get_cipher(unsigned int u); -int ssl2_new(SSL *s); -void ssl2_free(SSL *s); -int ssl2_accept(SSL *s); -int ssl2_connect(SSL *s); -int ssl2_read(SSL *s, void *buf, int len); -int ssl2_peek(SSL *s, void *buf, int len); -int ssl2_write(SSL *s, const void *buf, int len); -int ssl2_shutdown(SSL *s); -void ssl2_clear(SSL *s); -long ssl2_ctrl(SSL *s,int cmd, long larg, void *parg); -long ssl2_ctx_ctrl(SSL_CTX *s,int cmd, long larg, void *parg); -long ssl2_callback_ctrl(SSL *s,int cmd, void (*fp)(void)); -long ssl2_ctx_callback_ctrl(SSL_CTX *s,int cmd, void (*fp)(void)); -int ssl2_pending(const SSL *s); -long ssl2_default_timeout(void ); +int ssl2_new(SSL *s); +void ssl2_free(SSL *s); +int ssl2_accept(SSL *s); +int ssl2_connect(SSL *s); +int ssl2_read(SSL *s, void *buf, int len); +int ssl2_peek(SSL *s, void *buf, int len); +int ssl2_write(SSL *s, const void *buf, int len); +int ssl2_shutdown(SSL *s); +void ssl2_clear(SSL *s); +long ssl2_ctrl(SSL *s, int cmd, long larg, void *parg); +long ssl2_ctx_ctrl(SSL_CTX *s, int cmd, long larg, void *parg); +long ssl2_callback_ctrl(SSL *s, int cmd, void (*fp) (void)); +long ssl2_ctx_callback_ctrl(SSL_CTX *s, int cmd, void (*fp) (void)); +int ssl2_pending(const SSL *s); +long ssl2_default_timeout(void); const SSL_CIPHER *ssl3_get_cipher_by_char(const unsigned char *p); -int ssl3_put_cipher_by_char(const SSL_CIPHER *c,unsigned char *p); +int ssl3_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p); void ssl3_init_finished_mac(SSL *s); int ssl3_send_server_certificate(SSL *s); int ssl3_send_newsession_ticket(SSL *s); int ssl3_send_cert_status(SSL *s); -int ssl3_get_finished(SSL *s,int state_a,int state_b); +int ssl3_get_finished(SSL *s, int state_a, int state_b); int ssl3_setup_key_block(SSL *s); -int ssl3_send_change_cipher_spec(SSL *s,int state_a,int state_b); -int ssl3_change_cipher_state(SSL *s,int which); +int ssl3_send_change_cipher_spec(SSL *s, int state_a, int state_b); +int ssl3_change_cipher_state(SSL *s, int which); void ssl3_cleanup_key_block(SSL *s); -int ssl3_do_write(SSL *s,int type); -int ssl3_send_alert(SSL *s,int level, int desc); +int ssl3_do_write(SSL *s, int type); +int ssl3_send_alert(SSL *s, int level, int desc); int ssl3_generate_master_secret(SSL *s, unsigned char *out, - unsigned char *p, int len); -int ssl3_get_req_cert_type(SSL *s,unsigned char *p); + unsigned char *p, int len); +int ssl3_get_req_cert_type(SSL *s, unsigned char *p); long ssl3_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok); -int ssl3_send_finished(SSL *s, int a, int b, const char *sender,int slen); +int ssl3_send_finished(SSL *s, int a, int b, const char *sender, int slen); int ssl3_num_ciphers(void); const SSL_CIPHER *ssl3_get_cipher(unsigned int u); -int ssl3_renegotiate(SSL *ssl); -int ssl3_renegotiate_check(SSL *ssl); +int ssl3_renegotiate(SSL *ssl); +int ssl3_renegotiate_check(SSL *ssl); int ssl3_dispatch_alert(SSL *s); int ssl3_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek); int ssl3_write_bytes(SSL *s, int type, const void *buf, int len); -int ssl3_final_finish_mac(SSL *s, const char *sender, int slen,unsigned char *p); +int ssl3_final_finish_mac(SSL *s, const char *sender, int slen, + unsigned char *p); int ssl3_cert_verify_mac(SSL *s, int md_nid, unsigned char *p); void ssl3_finish_mac(SSL *s, const unsigned char *buf, int len); int ssl3_enc(SSL *s, int send_data); int n_ssl3_mac(SSL *ssl, unsigned char *md, int send_data); void ssl3_free_digest_list(SSL *s); -unsigned long ssl3_output_cert_chain(SSL *s, X509 *x); -SSL_CIPHER *ssl3_choose_cipher(SSL *ssl,STACK_OF(SSL_CIPHER) *clnt, - STACK_OF(SSL_CIPHER) *srvr); -int ssl3_setup_buffers(SSL *s); -int ssl3_setup_read_buffer(SSL *s); -int ssl3_setup_write_buffer(SSL *s); -int ssl3_release_read_buffer(SSL *s); -int ssl3_release_write_buffer(SSL *s); -int ssl3_digest_cached_records(SSL *s); -int ssl3_new(SSL *s); -void ssl3_free(SSL *s); -int ssl3_accept(SSL *s); -int ssl3_connect(SSL *s); -int ssl3_read(SSL *s, void *buf, int len); -int ssl3_peek(SSL *s, void *buf, int len); -int ssl3_write(SSL *s, const void *buf, int len); -int ssl3_shutdown(SSL *s); -void ssl3_clear(SSL *s); -long ssl3_ctrl(SSL *s,int cmd, long larg, void *parg); -long ssl3_ctx_ctrl(SSL_CTX *s,int cmd, long larg, void *parg); -long ssl3_callback_ctrl(SSL *s,int cmd, void (*fp)(void)); -long ssl3_ctx_callback_ctrl(SSL_CTX *s,int cmd, void (*fp)(void)); -int ssl3_pending(const SSL *s); +unsigned long ssl3_output_cert_chain(SSL *s, CERT_PKEY *cpk); +SSL_CIPHER *ssl3_choose_cipher(SSL *ssl, STACK_OF(SSL_CIPHER) *clnt, + STACK_OF(SSL_CIPHER) *srvr); +int ssl3_setup_buffers(SSL *s); +int ssl3_setup_read_buffer(SSL *s); +int ssl3_setup_write_buffer(SSL *s); +int ssl3_release_read_buffer(SSL *s); +int ssl3_release_write_buffer(SSL *s); +int ssl3_digest_cached_records(SSL *s); +int ssl3_new(SSL *s); +void ssl3_free(SSL *s); +int ssl3_accept(SSL *s); +int ssl3_connect(SSL *s); +int ssl3_read(SSL *s, void *buf, int len); +int ssl3_peek(SSL *s, void *buf, int len); +int ssl3_write(SSL *s, const void *buf, int len); +int ssl3_shutdown(SSL *s); +void ssl3_clear(SSL *s); +long ssl3_ctrl(SSL *s, int cmd, long larg, void *parg); +long ssl3_ctx_ctrl(SSL_CTX *s, int cmd, long larg, void *parg); +long ssl3_callback_ctrl(SSL *s, int cmd, void (*fp) (void)); +long ssl3_ctx_callback_ctrl(SSL_CTX *s, int cmd, void (*fp) (void)); +int ssl3_pending(const SSL *s); void ssl3_record_sequence_update(unsigned char *seq); int ssl3_do_change_cipher_spec(SSL *ssl); -long ssl3_default_timeout(void ); +long ssl3_default_timeout(void); -int ssl23_num_ciphers(void ); +void ssl3_set_handshake_header(SSL *s, int htype, unsigned long len); +int ssl3_handshake_write(SSL *s); + +int ssl23_num_ciphers(void); const SSL_CIPHER *ssl23_get_cipher(unsigned int u); int ssl23_read(SSL *s, void *buf, int len); int ssl23_peek(SSL *s, void *buf, int len); int ssl23_write(SSL *s, const void *buf, int len); int ssl23_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p); const SSL_CIPHER *ssl23_get_cipher_by_char(const unsigned char *p); -long ssl23_default_timeout(void ); +long ssl23_default_timeout(void); long tls1_default_timeout(void); -int dtls1_do_write(SSL *s,int type); +int dtls1_do_write(SSL *s, int type); int ssl3_read_n(SSL *s, int n, int max, int extend); int dtls1_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek); int ssl3_do_compress(SSL *ssl); int ssl3_do_uncompress(SSL *ssl); int ssl3_write_pending(SSL *s, int type, const unsigned char *buf, - unsigned int len); -unsigned char *dtls1_set_message_header(SSL *s, - unsigned char *p, unsigned char mt, unsigned long len, - unsigned long frag_off, unsigned long frag_len); + unsigned int len); +unsigned char *dtls1_set_message_header(SSL *s, + unsigned char *p, unsigned char mt, + unsigned long len, + unsigned long frag_off, + unsigned long frag_len); int dtls1_write_app_data_bytes(SSL *s, int type, const void *buf, int len); int dtls1_write_bytes(SSL *s, int type, const void *buf, int len); int dtls1_send_change_cipher_spec(SSL *s, int a, int b); int dtls1_send_finished(SSL *s, int a, int b, const char *sender, int slen); -unsigned long dtls1_output_cert_chain(SSL *s, X509 *x); int dtls1_read_failed(SSL *s, int code); int dtls1_buffer_message(SSL *s, int ccs); -int dtls1_retransmit_message(SSL *s, unsigned short seq, - unsigned long frag_off, int *found); +int dtls1_retransmit_message(SSL *s, unsigned short seq, + unsigned long frag_off, int *found); int dtls1_get_queue_priority(unsigned short seq, int is_ccs); int dtls1_retransmit_buffered_messages(SSL *s); void dtls1_clear_record_buffer(SSL *s); -void dtls1_get_message_header(unsigned char *data, struct hm_header_st *msg_hdr); +void dtls1_get_message_header(unsigned char *data, + struct hm_header_st *msg_hdr); void dtls1_get_ccs_header(unsigned char *data, struct ccs_header_st *ccs_hdr); void dtls1_reset_seq_numbers(SSL *s, int rw); long dtls1_default_timeout(void); -struct timeval* dtls1_get_timeout(SSL *s, struct timeval* timeleft); +struct timeval *dtls1_get_timeout(SSL *s, struct timeval *timeleft); int dtls1_check_timeout_num(SSL *s); int dtls1_handle_timeout(SSL *s); const SSL_CIPHER *dtls1_get_cipher(unsigned int u); @@ -997,7 +1252,9 @@ void dtls1_stop_timer(SSL *s); int dtls1_is_timer_expired(SSL *s); void dtls1_double_timeout(SSL *s); int dtls1_send_newsession_ticket(SSL *s); -unsigned int dtls1_min_mtu(void); +unsigned int dtls1_min_mtu(SSL *s); +unsigned int dtls1_link_min_mtu(void); +void dtls1_hm_fragment_free(hm_fragment *frag); /* some client-only functions */ int ssl3_client_hello(SSL *s); @@ -1013,17 +1270,13 @@ int ssl3_send_client_key_exchange(SSL *s); int ssl3_get_key_exchange(SSL *s); int ssl3_get_server_certificate(SSL *s); int ssl3_check_cert_and_algorithm(SSL *s); -#ifndef OPENSSL_NO_TLSEXT -int ssl3_check_finished(SSL *s); -# ifndef OPENSSL_NO_NEXTPROTONEG +# ifndef OPENSSL_NO_TLSEXT +# ifndef OPENSSL_NO_NEXTPROTONEG int ssl3_send_next_proto(SSL *s); -# endif -#endif +# endif +# endif int dtls1_client_hello(SSL *s); -int dtls1_send_client_certificate(SSL *s); -int dtls1_send_client_key_exchange(SSL *s); -int dtls1_send_client_verify(SSL *s); /* some server-only functions */ int ssl3_get_client_hello(SSL *s); @@ -1032,22 +1285,12 @@ int ssl3_send_hello_request(SSL *s); int ssl3_send_server_key_exchange(SSL *s); int ssl3_send_certificate_request(SSL *s); int ssl3_send_server_done(SSL *s); -int ssl3_check_client_hello(SSL *s); int ssl3_get_client_certificate(SSL *s); int ssl3_get_client_key_exchange(SSL *s); int ssl3_get_cert_verify(SSL *s); -#ifndef OPENSSL_NO_NEXTPROTONEG +# ifndef OPENSSL_NO_NEXTPROTONEG int ssl3_get_next_proto(SSL *s); -#endif - -int dtls1_send_hello_request(SSL *s); -int dtls1_send_server_hello(SSL *s); -int dtls1_send_server_certificate(SSL *s); -int dtls1_send_server_key_exchange(SSL *s); -int dtls1_send_certificate_request(SSL *s); -int dtls1_send_server_done(SSL *s); - - +# endif int ssl23_accept(SSL *s); int ssl23_connect(SSL *s); @@ -1057,23 +1300,22 @@ int ssl23_write_bytes(SSL *s); int tls1_new(SSL *s); void tls1_free(SSL *s); void tls1_clear(SSL *s); -long tls1_ctrl(SSL *s,int cmd, long larg, void *parg); -long tls1_callback_ctrl(SSL *s,int cmd, void (*fp)(void)); +long tls1_ctrl(SSL *s, int cmd, long larg, void *parg); +long tls1_callback_ctrl(SSL *s, int cmd, void (*fp) (void)); int dtls1_new(SSL *s); -int dtls1_accept(SSL *s); -int dtls1_connect(SSL *s); +int dtls1_accept(SSL *s); +int dtls1_connect(SSL *s); void dtls1_free(SSL *s); void dtls1_clear(SSL *s); -long dtls1_ctrl(SSL *s,int cmd, long larg, void *parg); +long dtls1_ctrl(SSL *s, int cmd, long larg, void *parg); int dtls1_shutdown(SSL *s); long dtls1_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok); int dtls1_get_record(SSL *s); int do_dtls1_write(SSL *s, int type, const unsigned char *buf, - unsigned int len, int create_empty_fragement); + unsigned int len, int create_empty_fragement); int dtls1_dispatch_alert(SSL *s); -int dtls1_enc(SSL *s, int snd); int ssl_init_wbio_buffer(SSL *s, int push); void ssl_free_wbio_buffer(SSL *s); @@ -1082,117 +1324,156 @@ int tls1_change_cipher_state(SSL *s, int which); int tls1_setup_key_block(SSL *s); int tls1_enc(SSL *s, int snd); int tls1_final_finish_mac(SSL *s, - const char *str, int slen, unsigned char *p); + const char *str, int slen, unsigned char *p); int tls1_cert_verify_mac(SSL *s, int md_nid, unsigned char *p); int tls1_mac(SSL *ssl, unsigned char *md, int snd); int tls1_generate_master_secret(SSL *s, unsigned char *out, - unsigned char *p, int len); + unsigned char *p, int len); int tls1_export_keying_material(SSL *s, unsigned char *out, size_t olen, - const char *label, size_t llen, - const unsigned char *p, size_t plen, int use_context); + const char *label, size_t llen, + const unsigned char *p, size_t plen, + int use_context); int tls1_alert_code(int code); int ssl3_alert_code(int code); int ssl_ok(SSL *s); -#ifndef OPENSSL_NO_ECDH +# ifndef OPENSSL_NO_ECDH int ssl_check_srvr_ecc_cert_and_alg(X509 *x, SSL *s); -#endif +# endif SSL_COMP *ssl3_comp_find(STACK_OF(SSL_COMP) *sk, int n); -#ifndef OPENSSL_NO_EC +# ifndef OPENSSL_NO_EC int tls1_ec_curve_id2nid(int curve_id); int tls1_ec_nid2curve_id(int nid); -#endif /* OPENSSL_NO_EC */ - -#ifndef OPENSSL_NO_TLSEXT -unsigned char *ssl_add_clienthello_tlsext(SSL *s, unsigned char *buf, unsigned char *limit); -unsigned char *ssl_add_serverhello_tlsext(SSL *s, unsigned char *buf, unsigned char *limit); -int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **data, unsigned char *d, int n, int *al); -int ssl_parse_serverhello_tlsext(SSL *s, unsigned char **data, unsigned char *d, int n, int *al); +int tls1_check_curve(SSL *s, const unsigned char *p, size_t len); +int tls1_shared_curve(SSL *s, int nmatch); +int tls1_set_curves(unsigned char **pext, size_t *pextlen, + int *curves, size_t ncurves); +int tls1_set_curves_list(unsigned char **pext, size_t *pextlen, + const char *str); +# ifndef OPENSSL_NO_ECDH +int tls1_check_ec_tmp_key(SSL *s, unsigned long id); +# endif /* OPENSSL_NO_ECDH */ +# endif /* OPENSSL_NO_EC */ + +# ifndef OPENSSL_NO_TLSEXT +int tls1_shared_list(SSL *s, + const unsigned char *l1, size_t l1len, + const unsigned char *l2, size_t l2len, int nmatch); +unsigned char *ssl_add_clienthello_tlsext(SSL *s, unsigned char *buf, + unsigned char *limit, int *al); +unsigned char *ssl_add_serverhello_tlsext(SSL *s, unsigned char *buf, + unsigned char *limit, int *al); +int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **data, + unsigned char *d, int n); +int tls1_set_server_sigalgs(SSL *s); +int ssl_check_clienthello_tlsext_late(SSL *s); +int ssl_parse_serverhello_tlsext(SSL *s, unsigned char **data, + unsigned char *d, int n); int ssl_prepare_clienthello_tlsext(SSL *s); int ssl_prepare_serverhello_tlsext(SSL *s); -int ssl_check_clienthello_tlsext_early(SSL *s); -int ssl_check_clienthello_tlsext_late(SSL *s); -int ssl_check_serverhello_tlsext(SSL *s); -#ifndef OPENSSL_NO_HEARTBEATS +# ifndef OPENSSL_NO_HEARTBEATS int tls1_heartbeat(SSL *s); int dtls1_heartbeat(SSL *s); int tls1_process_heartbeat(SSL *s); int dtls1_process_heartbeat(SSL *s); -#endif +# endif -#ifdef OPENSSL_NO_SHA256 -#define tlsext_tick_md EVP_sha1 -#else -#define tlsext_tick_md EVP_sha256 -#endif +# ifdef OPENSSL_NO_SHA256 +# define tlsext_tick_md EVP_sha1 +# else +# define tlsext_tick_md EVP_sha256 +# endif int tls1_process_ticket(SSL *s, unsigned char *session_id, int len, - const unsigned char *limit, SSL_SESSION **ret); + const unsigned char *limit, SSL_SESSION **ret); int tls12_get_sigandhash(unsigned char *p, const EVP_PKEY *pk, - const EVP_MD *md); + const EVP_MD *md); int tls12_get_sigid(const EVP_PKEY *pk); const EVP_MD *tls12_get_hash(unsigned char hash_alg); -#endif -EVP_MD_CTX* ssl_replace_hash(EVP_MD_CTX **hash,const EVP_MD *md) ; +int tls1_set_sigalgs_list(CERT *c, const char *str, int client); +int tls1_set_sigalgs(CERT *c, const int *salg, size_t salglen, int client); +int tls1_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain, + int idx); +void tls1_set_cert_validity(SSL *s); + +# endif +EVP_MD_CTX *ssl_replace_hash(EVP_MD_CTX **hash, const EVP_MD *md); void ssl_clear_hash_ctx(EVP_MD_CTX **hash); int ssl_add_serverhello_renegotiate_ext(SSL *s, unsigned char *p, int *len, - int maxlen); + int maxlen); int ssl_parse_serverhello_renegotiate_ext(SSL *s, unsigned char *d, int len, - int *al); + int *al); int ssl_add_clienthello_renegotiate_ext(SSL *s, unsigned char *p, int *len, - int maxlen); + int maxlen); int ssl_parse_clienthello_renegotiate_ext(SSL *s, unsigned char *d, int len, - int *al); + int *al); long ssl_get_algorithm2(SSL *s); -int tls1_process_sigalgs(SSL *s, const unsigned char *data, int dsize); -int tls12_get_req_sig_algs(SSL *s, unsigned char *p); - -int ssl_add_clienthello_use_srtp_ext(SSL *s, unsigned char *p, int *len, int maxlen); -int ssl_parse_clienthello_use_srtp_ext(SSL *s, unsigned char *d, int len,int *al); -int ssl_add_serverhello_use_srtp_ext(SSL *s, unsigned char *p, int *len, int maxlen); -int ssl_parse_serverhello_use_srtp_ext(SSL *s, unsigned char *d, int len,int *al); +int tls1_save_sigalgs(SSL *s, const unsigned char *data, int dsize); +int tls1_process_sigalgs(SSL *s); +size_t tls12_get_psigalgs(SSL *s, const unsigned char **psigs); +int tls12_check_peer_sigalg(const EVP_MD **pmd, SSL *s, + const unsigned char *sig, EVP_PKEY *pkey); +void ssl_set_client_disabled(SSL *s); + +int ssl_add_clienthello_use_srtp_ext(SSL *s, unsigned char *p, int *len, + int maxlen); +int ssl_parse_clienthello_use_srtp_ext(SSL *s, unsigned char *d, int len, + int *al); +int ssl_add_serverhello_use_srtp_ext(SSL *s, unsigned char *p, int *len, + int maxlen); +int ssl_parse_serverhello_use_srtp_ext(SSL *s, unsigned char *d, int len, + int *al); /* s3_cbc.c */ -void ssl3_cbc_copy_mac(unsigned char* out, - const SSL3_RECORD *rec, - unsigned md_size,unsigned orig_len); -int ssl3_cbc_remove_padding(const SSL* s, - SSL3_RECORD *rec, - unsigned block_size, - unsigned mac_size); -int tls1_cbc_remove_padding(const SSL* s, - SSL3_RECORD *rec, - unsigned block_size, - unsigned mac_size); +void ssl3_cbc_copy_mac(unsigned char *out, + const SSL3_RECORD *rec, + unsigned md_size, unsigned orig_len); +int ssl3_cbc_remove_padding(const SSL *s, + SSL3_RECORD *rec, + unsigned block_size, unsigned mac_size); +int tls1_cbc_remove_padding(const SSL *s, + SSL3_RECORD *rec, + unsigned block_size, unsigned mac_size); char ssl3_cbc_record_digest_supported(const EVP_MD_CTX *ctx); -void ssl3_cbc_digest_record( - const EVP_MD_CTX *ctx, - unsigned char* md_out, - size_t* md_out_size, - const unsigned char header[13], - const unsigned char *data, - size_t data_plus_mac_size, - size_t data_plus_mac_plus_padding_size, - const unsigned char *mac_secret, - unsigned mac_secret_length, - char is_sslv3); - -void tls_fips_digest_extra( - const EVP_CIPHER_CTX *cipher_ctx, EVP_MD_CTX *mac_ctx, - const unsigned char *data, size_t data_len, size_t orig_len); +void ssl3_cbc_digest_record(const EVP_MD_CTX *ctx, + unsigned char *md_out, + size_t *md_out_size, + const unsigned char header[13], + const unsigned char *data, + size_t data_plus_mac_size, + size_t data_plus_mac_plus_padding_size, + const unsigned char *mac_secret, + unsigned mac_secret_length, char is_sslv3); + +void tls_fips_digest_extra(const EVP_CIPHER_CTX *cipher_ctx, + EVP_MD_CTX *mac_ctx, const unsigned char *data, + size_t data_len, size_t orig_len); int srp_verify_server_param(SSL *s, int *al); -#else +/* t1_ext.c */ -#define ssl_init_wbio_buffer SSL_test_functions()->p_ssl_init_wbio_buffer -#define ssl3_setup_buffers SSL_test_functions()->p_ssl3_setup_buffers -#define tls1_process_heartbeat SSL_test_functions()->p_tls1_process_heartbeat -#define dtls1_process_heartbeat SSL_test_functions()->p_dtls1_process_heartbeat +void custom_ext_init(custom_ext_methods *meths); -#endif +int custom_ext_parse(SSL *s, int server, + unsigned int ext_type, + const unsigned char *ext_data, size_t ext_size, int *al); +int custom_ext_add(SSL *s, int server, + unsigned char **pret, unsigned char *limit, int *al); + +int custom_exts_copy(custom_ext_methods *dst, const custom_ext_methods *src); +void custom_exts_free(custom_ext_methods *exts); + +# else + +# define ssl_init_wbio_buffer SSL_test_functions()->p_ssl_init_wbio_buffer +# define ssl3_setup_buffers SSL_test_functions()->p_ssl3_setup_buffers +# define tls1_process_heartbeat SSL_test_functions()->p_tls1_process_heartbeat +# define dtls1_process_heartbeat SSL_test_functions()->p_dtls1_process_heartbeat + +# endif #endif diff --git a/openssl/ssl/ssl_rsa.c b/openssl/ssl/ssl_rsa.c index 60e7b6685..b1b231835 100644 --- a/openssl/ssl/ssl_rsa.c +++ b/openssl/ssl/ssl_rsa.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -67,717 +67,942 @@ static int ssl_set_cert(CERT *c, X509 *x509); static int ssl_set_pkey(CERT *c, EVP_PKEY *pkey); int SSL_use_certificate(SSL *ssl, X509 *x) - { - if (x == NULL) - { - SSLerr(SSL_F_SSL_USE_CERTIFICATE,ERR_R_PASSED_NULL_PARAMETER); - return(0); - } - if (!ssl_cert_inst(&ssl->cert)) - { - SSLerr(SSL_F_SSL_USE_CERTIFICATE,ERR_R_MALLOC_FAILURE); - return(0); - } - return(ssl_set_cert(ssl->cert,x)); - } +{ + if (x == NULL) { + SSLerr(SSL_F_SSL_USE_CERTIFICATE, ERR_R_PASSED_NULL_PARAMETER); + return (0); + } + if (!ssl_cert_inst(&ssl->cert)) { + SSLerr(SSL_F_SSL_USE_CERTIFICATE, ERR_R_MALLOC_FAILURE); + return (0); + } + return (ssl_set_cert(ssl->cert, x)); +} #ifndef OPENSSL_NO_STDIO int SSL_use_certificate_file(SSL *ssl, const char *file, int type) - { - int j; - BIO *in; - int ret=0; - X509 *x=NULL; - - in=BIO_new(BIO_s_file_internal()); - if (in == NULL) - { - SSLerr(SSL_F_SSL_USE_CERTIFICATE_FILE,ERR_R_BUF_LIB); - goto end; - } - - if (BIO_read_filename(in,file) <= 0) - { - SSLerr(SSL_F_SSL_USE_CERTIFICATE_FILE,ERR_R_SYS_LIB); - goto end; - } - if (type == SSL_FILETYPE_ASN1) - { - j=ERR_R_ASN1_LIB; - x=d2i_X509_bio(in,NULL); - } - else if (type == SSL_FILETYPE_PEM) - { - j=ERR_R_PEM_LIB; - x=PEM_read_bio_X509(in,NULL,ssl->ctx->default_passwd_callback,ssl->ctx->default_passwd_callback_userdata); - } - else - { - SSLerr(SSL_F_SSL_USE_CERTIFICATE_FILE,SSL_R_BAD_SSL_FILETYPE); - goto end; - } - - if (x == NULL) - { - SSLerr(SSL_F_SSL_USE_CERTIFICATE_FILE,j); - goto end; - } - - ret=SSL_use_certificate(ssl,x); -end: - if (x != NULL) X509_free(x); - if (in != NULL) BIO_free(in); - return(ret); - } +{ + int j; + BIO *in; + int ret = 0; + X509 *x = NULL; + + in = BIO_new(BIO_s_file_internal()); + if (in == NULL) { + SSLerr(SSL_F_SSL_USE_CERTIFICATE_FILE, ERR_R_BUF_LIB); + goto end; + } + + if (BIO_read_filename(in, file) <= 0) { + SSLerr(SSL_F_SSL_USE_CERTIFICATE_FILE, ERR_R_SYS_LIB); + goto end; + } + if (type == SSL_FILETYPE_ASN1) { + j = ERR_R_ASN1_LIB; + x = d2i_X509_bio(in, NULL); + } else if (type == SSL_FILETYPE_PEM) { + j = ERR_R_PEM_LIB; + x = PEM_read_bio_X509(in, NULL, ssl->ctx->default_passwd_callback, + ssl->ctx->default_passwd_callback_userdata); + } else { + SSLerr(SSL_F_SSL_USE_CERTIFICATE_FILE, SSL_R_BAD_SSL_FILETYPE); + goto end; + } + + if (x == NULL) { + SSLerr(SSL_F_SSL_USE_CERTIFICATE_FILE, j); + goto end; + } + + ret = SSL_use_certificate(ssl, x); + end: + if (x != NULL) + X509_free(x); + if (in != NULL) + BIO_free(in); + return (ret); +} #endif int SSL_use_certificate_ASN1(SSL *ssl, const unsigned char *d, int len) - { - X509 *x; - int ret; - - x=d2i_X509(NULL,&d,(long)len); - if (x == NULL) - { - SSLerr(SSL_F_SSL_USE_CERTIFICATE_ASN1,ERR_R_ASN1_LIB); - return(0); - } - - ret=SSL_use_certificate(ssl,x); - X509_free(x); - return(ret); - } +{ + X509 *x; + int ret; + + x = d2i_X509(NULL, &d, (long)len); + if (x == NULL) { + SSLerr(SSL_F_SSL_USE_CERTIFICATE_ASN1, ERR_R_ASN1_LIB); + return (0); + } + + ret = SSL_use_certificate(ssl, x); + X509_free(x); + return (ret); +} #ifndef OPENSSL_NO_RSA int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa) - { - EVP_PKEY *pkey; - int ret; - - if (rsa == NULL) - { - SSLerr(SSL_F_SSL_USE_RSAPRIVATEKEY,ERR_R_PASSED_NULL_PARAMETER); - return(0); - } - if (!ssl_cert_inst(&ssl->cert)) - { - SSLerr(SSL_F_SSL_USE_RSAPRIVATEKEY,ERR_R_MALLOC_FAILURE); - return(0); - } - if ((pkey=EVP_PKEY_new()) == NULL) - { - SSLerr(SSL_F_SSL_USE_RSAPRIVATEKEY,ERR_R_EVP_LIB); - return(0); - } - - RSA_up_ref(rsa); - EVP_PKEY_assign_RSA(pkey,rsa); - - ret=ssl_set_pkey(ssl->cert,pkey); - EVP_PKEY_free(pkey); - return(ret); - } +{ + EVP_PKEY *pkey; + int ret; + + if (rsa == NULL) { + SSLerr(SSL_F_SSL_USE_RSAPRIVATEKEY, ERR_R_PASSED_NULL_PARAMETER); + return (0); + } + if (!ssl_cert_inst(&ssl->cert)) { + SSLerr(SSL_F_SSL_USE_RSAPRIVATEKEY, ERR_R_MALLOC_FAILURE); + return (0); + } + if ((pkey = EVP_PKEY_new()) == NULL) { + SSLerr(SSL_F_SSL_USE_RSAPRIVATEKEY, ERR_R_EVP_LIB); + return (0); + } + + RSA_up_ref(rsa); + EVP_PKEY_assign_RSA(pkey, rsa); + + ret = ssl_set_pkey(ssl->cert, pkey); + EVP_PKEY_free(pkey); + return (ret); +} #endif static int ssl_set_pkey(CERT *c, EVP_PKEY *pkey) - { - int i; - - i=ssl_cert_type(NULL,pkey); - if (i < 0) - { - SSLerr(SSL_F_SSL_SET_PKEY,SSL_R_UNKNOWN_CERTIFICATE_TYPE); - return(0); - } - - if (c->pkeys[i].x509 != NULL) - { - EVP_PKEY *pktmp; - pktmp = X509_get_pubkey(c->pkeys[i].x509); - EVP_PKEY_copy_parameters(pktmp,pkey); - EVP_PKEY_free(pktmp); - ERR_clear_error(); +{ + int i; + /* + * Special case for DH: check two DH certificate types for a match. This + * means for DH certificates we must set the certificate first. + */ + if (pkey->type == EVP_PKEY_DH) { + X509 *x; + i = -1; + x = c->pkeys[SSL_PKEY_DH_RSA].x509; + if (x && X509_check_private_key(x, pkey)) + i = SSL_PKEY_DH_RSA; + x = c->pkeys[SSL_PKEY_DH_DSA].x509; + if (i == -1 && x && X509_check_private_key(x, pkey)) + i = SSL_PKEY_DH_DSA; + ERR_clear_error(); + } else + i = ssl_cert_type(NULL, pkey); + if (i < 0) { + SSLerr(SSL_F_SSL_SET_PKEY, SSL_R_UNKNOWN_CERTIFICATE_TYPE); + return (0); + } + + if (c->pkeys[i].x509 != NULL) { + EVP_PKEY *pktmp; + pktmp = X509_get_pubkey(c->pkeys[i].x509); + EVP_PKEY_copy_parameters(pktmp, pkey); + EVP_PKEY_free(pktmp); + ERR_clear_error(); #ifndef OPENSSL_NO_RSA - /* Don't check the public/private key, this is mostly - * for smart cards. */ - if ((pkey->type == EVP_PKEY_RSA) && - (RSA_flags(pkey->pkey.rsa) & RSA_METHOD_FLAG_NO_CHECK)) - ; - else + /* + * Don't check the public/private key, this is mostly for smart + * cards. + */ + if ((pkey->type == EVP_PKEY_RSA) && + (RSA_flags(pkey->pkey.rsa) & RSA_METHOD_FLAG_NO_CHECK)) ; + else #endif - if (!X509_check_private_key(c->pkeys[i].x509,pkey)) - { - X509_free(c->pkeys[i].x509); - c->pkeys[i].x509 = NULL; - return 0; - } - } - - if (c->pkeys[i].privatekey != NULL) - EVP_PKEY_free(c->pkeys[i].privatekey); - CRYPTO_add(&pkey->references,1,CRYPTO_LOCK_EVP_PKEY); - c->pkeys[i].privatekey=pkey; - c->key= &(c->pkeys[i]); - - c->valid=0; - return(1); - } + if (!X509_check_private_key(c->pkeys[i].x509, pkey)) { + X509_free(c->pkeys[i].x509); + c->pkeys[i].x509 = NULL; + return 0; + } + } + + if (c->pkeys[i].privatekey != NULL) + EVP_PKEY_free(c->pkeys[i].privatekey); + CRYPTO_add(&pkey->references, 1, CRYPTO_LOCK_EVP_PKEY); + c->pkeys[i].privatekey = pkey; + c->key = &(c->pkeys[i]); + + c->valid = 0; + return (1); +} #ifndef OPENSSL_NO_RSA -#ifndef OPENSSL_NO_STDIO +# ifndef OPENSSL_NO_STDIO int SSL_use_RSAPrivateKey_file(SSL *ssl, const char *file, int type) - { - int j,ret=0; - BIO *in; - RSA *rsa=NULL; - - in=BIO_new(BIO_s_file_internal()); - if (in == NULL) - { - SSLerr(SSL_F_SSL_USE_RSAPRIVATEKEY_FILE,ERR_R_BUF_LIB); - goto end; - } - - if (BIO_read_filename(in,file) <= 0) - { - SSLerr(SSL_F_SSL_USE_RSAPRIVATEKEY_FILE,ERR_R_SYS_LIB); - goto end; - } - if (type == SSL_FILETYPE_ASN1) - { - j=ERR_R_ASN1_LIB; - rsa=d2i_RSAPrivateKey_bio(in,NULL); - } - else if (type == SSL_FILETYPE_PEM) - { - j=ERR_R_PEM_LIB; - rsa=PEM_read_bio_RSAPrivateKey(in,NULL, - ssl->ctx->default_passwd_callback,ssl->ctx->default_passwd_callback_userdata); - } - else - { - SSLerr(SSL_F_SSL_USE_RSAPRIVATEKEY_FILE,SSL_R_BAD_SSL_FILETYPE); - goto end; - } - if (rsa == NULL) - { - SSLerr(SSL_F_SSL_USE_RSAPRIVATEKEY_FILE,j); - goto end; - } - ret=SSL_use_RSAPrivateKey(ssl,rsa); - RSA_free(rsa); -end: - if (in != NULL) BIO_free(in); - return(ret); - } -#endif +{ + int j, ret = 0; + BIO *in; + RSA *rsa = NULL; + + in = BIO_new(BIO_s_file_internal()); + if (in == NULL) { + SSLerr(SSL_F_SSL_USE_RSAPRIVATEKEY_FILE, ERR_R_BUF_LIB); + goto end; + } + + if (BIO_read_filename(in, file) <= 0) { + SSLerr(SSL_F_SSL_USE_RSAPRIVATEKEY_FILE, ERR_R_SYS_LIB); + goto end; + } + if (type == SSL_FILETYPE_ASN1) { + j = ERR_R_ASN1_LIB; + rsa = d2i_RSAPrivateKey_bio(in, NULL); + } else if (type == SSL_FILETYPE_PEM) { + j = ERR_R_PEM_LIB; + rsa = PEM_read_bio_RSAPrivateKey(in, NULL, + ssl->ctx->default_passwd_callback, + ssl-> + ctx->default_passwd_callback_userdata); + } else { + SSLerr(SSL_F_SSL_USE_RSAPRIVATEKEY_FILE, SSL_R_BAD_SSL_FILETYPE); + goto end; + } + if (rsa == NULL) { + SSLerr(SSL_F_SSL_USE_RSAPRIVATEKEY_FILE, j); + goto end; + } + ret = SSL_use_RSAPrivateKey(ssl, rsa); + RSA_free(rsa); + end: + if (in != NULL) + BIO_free(in); + return (ret); +} +# endif int SSL_use_RSAPrivateKey_ASN1(SSL *ssl, unsigned char *d, long len) - { - int ret; - const unsigned char *p; - RSA *rsa; - - p=d; - if ((rsa=d2i_RSAPrivateKey(NULL,&p,(long)len)) == NULL) - { - SSLerr(SSL_F_SSL_USE_RSAPRIVATEKEY_ASN1,ERR_R_ASN1_LIB); - return(0); - } - - ret=SSL_use_RSAPrivateKey(ssl,rsa); - RSA_free(rsa); - return(ret); - } -#endif /* !OPENSSL_NO_RSA */ +{ + int ret; + const unsigned char *p; + RSA *rsa; + + p = d; + if ((rsa = d2i_RSAPrivateKey(NULL, &p, (long)len)) == NULL) { + SSLerr(SSL_F_SSL_USE_RSAPRIVATEKEY_ASN1, ERR_R_ASN1_LIB); + return (0); + } + + ret = SSL_use_RSAPrivateKey(ssl, rsa); + RSA_free(rsa); + return (ret); +} +#endif /* !OPENSSL_NO_RSA */ int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey) - { - int ret; - - if (pkey == NULL) - { - SSLerr(SSL_F_SSL_USE_PRIVATEKEY,ERR_R_PASSED_NULL_PARAMETER); - return(0); - } - if (!ssl_cert_inst(&ssl->cert)) - { - SSLerr(SSL_F_SSL_USE_PRIVATEKEY,ERR_R_MALLOC_FAILURE); - return(0); - } - ret=ssl_set_pkey(ssl->cert,pkey); - return(ret); - } +{ + int ret; + + if (pkey == NULL) { + SSLerr(SSL_F_SSL_USE_PRIVATEKEY, ERR_R_PASSED_NULL_PARAMETER); + return (0); + } + if (!ssl_cert_inst(&ssl->cert)) { + SSLerr(SSL_F_SSL_USE_PRIVATEKEY, ERR_R_MALLOC_FAILURE); + return (0); + } + ret = ssl_set_pkey(ssl->cert, pkey); + return (ret); +} #ifndef OPENSSL_NO_STDIO int SSL_use_PrivateKey_file(SSL *ssl, const char *file, int type) - { - int j,ret=0; - BIO *in; - EVP_PKEY *pkey=NULL; - - in=BIO_new(BIO_s_file_internal()); - if (in == NULL) - { - SSLerr(SSL_F_SSL_USE_PRIVATEKEY_FILE,ERR_R_BUF_LIB); - goto end; - } - - if (BIO_read_filename(in,file) <= 0) - { - SSLerr(SSL_F_SSL_USE_PRIVATEKEY_FILE,ERR_R_SYS_LIB); - goto end; - } - if (type == SSL_FILETYPE_PEM) - { - j=ERR_R_PEM_LIB; - pkey=PEM_read_bio_PrivateKey(in,NULL, - ssl->ctx->default_passwd_callback,ssl->ctx->default_passwd_callback_userdata); - } - else if (type == SSL_FILETYPE_ASN1) - { - j = ERR_R_ASN1_LIB; - pkey = d2i_PrivateKey_bio(in,NULL); - } - else - { - SSLerr(SSL_F_SSL_USE_PRIVATEKEY_FILE,SSL_R_BAD_SSL_FILETYPE); - goto end; - } - if (pkey == NULL) - { - SSLerr(SSL_F_SSL_USE_PRIVATEKEY_FILE,j); - goto end; - } - ret=SSL_use_PrivateKey(ssl,pkey); - EVP_PKEY_free(pkey); -end: - if (in != NULL) BIO_free(in); - return(ret); - } +{ + int j, ret = 0; + BIO *in; + EVP_PKEY *pkey = NULL; + + in = BIO_new(BIO_s_file_internal()); + if (in == NULL) { + SSLerr(SSL_F_SSL_USE_PRIVATEKEY_FILE, ERR_R_BUF_LIB); + goto end; + } + + if (BIO_read_filename(in, file) <= 0) { + SSLerr(SSL_F_SSL_USE_PRIVATEKEY_FILE, ERR_R_SYS_LIB); + goto end; + } + if (type == SSL_FILETYPE_PEM) { + j = ERR_R_PEM_LIB; + pkey = PEM_read_bio_PrivateKey(in, NULL, + ssl->ctx->default_passwd_callback, + ssl-> + ctx->default_passwd_callback_userdata); + } else if (type == SSL_FILETYPE_ASN1) { + j = ERR_R_ASN1_LIB; + pkey = d2i_PrivateKey_bio(in, NULL); + } else { + SSLerr(SSL_F_SSL_USE_PRIVATEKEY_FILE, SSL_R_BAD_SSL_FILETYPE); + goto end; + } + if (pkey == NULL) { + SSLerr(SSL_F_SSL_USE_PRIVATEKEY_FILE, j); + goto end; + } + ret = SSL_use_PrivateKey(ssl, pkey); + EVP_PKEY_free(pkey); + end: + if (in != NULL) + BIO_free(in); + return (ret); +} #endif -int SSL_use_PrivateKey_ASN1(int type, SSL *ssl, const unsigned char *d, long len) - { - int ret; - const unsigned char *p; - EVP_PKEY *pkey; +int SSL_use_PrivateKey_ASN1(int type, SSL *ssl, const unsigned char *d, + long len) +{ + int ret; + const unsigned char *p; + EVP_PKEY *pkey; - p=d; - if ((pkey=d2i_PrivateKey(type,NULL,&p,(long)len)) == NULL) - { - SSLerr(SSL_F_SSL_USE_PRIVATEKEY_ASN1,ERR_R_ASN1_LIB); - return(0); - } + p = d; + if ((pkey = d2i_PrivateKey(type, NULL, &p, (long)len)) == NULL) { + SSLerr(SSL_F_SSL_USE_PRIVATEKEY_ASN1, ERR_R_ASN1_LIB); + return (0); + } - ret=SSL_use_PrivateKey(ssl,pkey); - EVP_PKEY_free(pkey); - return(ret); - } + ret = SSL_use_PrivateKey(ssl, pkey); + EVP_PKEY_free(pkey); + return (ret); +} int SSL_CTX_use_certificate(SSL_CTX *ctx, X509 *x) - { - if (x == NULL) - { - SSLerr(SSL_F_SSL_CTX_USE_CERTIFICATE,ERR_R_PASSED_NULL_PARAMETER); - return(0); - } - if (!ssl_cert_inst(&ctx->cert)) - { - SSLerr(SSL_F_SSL_CTX_USE_CERTIFICATE,ERR_R_MALLOC_FAILURE); - return(0); - } - return(ssl_set_cert(ctx->cert, x)); - } +{ + if (x == NULL) { + SSLerr(SSL_F_SSL_CTX_USE_CERTIFICATE, ERR_R_PASSED_NULL_PARAMETER); + return (0); + } + if (!ssl_cert_inst(&ctx->cert)) { + SSLerr(SSL_F_SSL_CTX_USE_CERTIFICATE, ERR_R_MALLOC_FAILURE); + return (0); + } + return (ssl_set_cert(ctx->cert, x)); +} static int ssl_set_cert(CERT *c, X509 *x) - { - EVP_PKEY *pkey; - int i; - - pkey=X509_get_pubkey(x); - if (pkey == NULL) - { - SSLerr(SSL_F_SSL_SET_CERT,SSL_R_X509_LIB); - return(0); - } - - i=ssl_cert_type(x,pkey); - if (i < 0) - { - SSLerr(SSL_F_SSL_SET_CERT,SSL_R_UNKNOWN_CERTIFICATE_TYPE); - EVP_PKEY_free(pkey); - return(0); - } - - if (c->pkeys[i].privatekey != NULL) - { - EVP_PKEY_copy_parameters(pkey,c->pkeys[i].privatekey); - ERR_clear_error(); +{ + EVP_PKEY *pkey; + int i; + + pkey = X509_get_pubkey(x); + if (pkey == NULL) { + SSLerr(SSL_F_SSL_SET_CERT, SSL_R_X509_LIB); + return (0); + } + + i = ssl_cert_type(x, pkey); + if (i < 0) { + SSLerr(SSL_F_SSL_SET_CERT, SSL_R_UNKNOWN_CERTIFICATE_TYPE); + EVP_PKEY_free(pkey); + return (0); + } + + if (c->pkeys[i].privatekey != NULL) { + EVP_PKEY_copy_parameters(pkey, c->pkeys[i].privatekey); + ERR_clear_error(); #ifndef OPENSSL_NO_RSA - /* Don't check the public/private key, this is mostly - * for smart cards. */ - if ((c->pkeys[i].privatekey->type == EVP_PKEY_RSA) && - (RSA_flags(c->pkeys[i].privatekey->pkey.rsa) & - RSA_METHOD_FLAG_NO_CHECK)) - ; - else -#endif /* OPENSSL_NO_RSA */ - if (!X509_check_private_key(x,c->pkeys[i].privatekey)) - { - /* don't fail for a cert/key mismatch, just free - * current private key (when switching to a different - * cert & key, first this function should be used, - * then ssl_set_pkey */ - EVP_PKEY_free(c->pkeys[i].privatekey); - c->pkeys[i].privatekey=NULL; - /* clear error queue */ - ERR_clear_error(); - } - } - - EVP_PKEY_free(pkey); - - if (c->pkeys[i].x509 != NULL) - X509_free(c->pkeys[i].x509); - CRYPTO_add(&x->references,1,CRYPTO_LOCK_X509); - c->pkeys[i].x509=x; - c->key= &(c->pkeys[i]); - - c->valid=0; - return(1); - } + /* + * Don't check the public/private key, this is mostly for smart + * cards. + */ + if ((c->pkeys[i].privatekey->type == EVP_PKEY_RSA) && + (RSA_flags(c->pkeys[i].privatekey->pkey.rsa) & + RSA_METHOD_FLAG_NO_CHECK)) ; + else +#endif /* OPENSSL_NO_RSA */ + if (!X509_check_private_key(x, c->pkeys[i].privatekey)) { + /* + * don't fail for a cert/key mismatch, just free current private + * key (when switching to a different cert & key, first this + * function should be used, then ssl_set_pkey + */ + EVP_PKEY_free(c->pkeys[i].privatekey); + c->pkeys[i].privatekey = NULL; + /* clear error queue */ + ERR_clear_error(); + } + } + + EVP_PKEY_free(pkey); + + if (c->pkeys[i].x509 != NULL) + X509_free(c->pkeys[i].x509); + CRYPTO_add(&x->references, 1, CRYPTO_LOCK_X509); + c->pkeys[i].x509 = x; + c->key = &(c->pkeys[i]); + + c->valid = 0; + return (1); +} #ifndef OPENSSL_NO_STDIO int SSL_CTX_use_certificate_file(SSL_CTX *ctx, const char *file, int type) - { - int j; - BIO *in; - int ret=0; - X509 *x=NULL; - - in=BIO_new(BIO_s_file_internal()); - if (in == NULL) - { - SSLerr(SSL_F_SSL_CTX_USE_CERTIFICATE_FILE,ERR_R_BUF_LIB); - goto end; - } - - if (BIO_read_filename(in,file) <= 0) - { - SSLerr(SSL_F_SSL_CTX_USE_CERTIFICATE_FILE,ERR_R_SYS_LIB); - goto end; - } - if (type == SSL_FILETYPE_ASN1) - { - j=ERR_R_ASN1_LIB; - x=d2i_X509_bio(in,NULL); - } - else if (type == SSL_FILETYPE_PEM) - { - j=ERR_R_PEM_LIB; - x=PEM_read_bio_X509(in,NULL,ctx->default_passwd_callback,ctx->default_passwd_callback_userdata); - } - else - { - SSLerr(SSL_F_SSL_CTX_USE_CERTIFICATE_FILE,SSL_R_BAD_SSL_FILETYPE); - goto end; - } - - if (x == NULL) - { - SSLerr(SSL_F_SSL_CTX_USE_CERTIFICATE_FILE,j); - goto end; - } - - ret=SSL_CTX_use_certificate(ctx,x); -end: - if (x != NULL) X509_free(x); - if (in != NULL) BIO_free(in); - return(ret); - } +{ + int j; + BIO *in; + int ret = 0; + X509 *x = NULL; + + in = BIO_new(BIO_s_file_internal()); + if (in == NULL) { + SSLerr(SSL_F_SSL_CTX_USE_CERTIFICATE_FILE, ERR_R_BUF_LIB); + goto end; + } + + if (BIO_read_filename(in, file) <= 0) { + SSLerr(SSL_F_SSL_CTX_USE_CERTIFICATE_FILE, ERR_R_SYS_LIB); + goto end; + } + if (type == SSL_FILETYPE_ASN1) { + j = ERR_R_ASN1_LIB; + x = d2i_X509_bio(in, NULL); + } else if (type == SSL_FILETYPE_PEM) { + j = ERR_R_PEM_LIB; + x = PEM_read_bio_X509(in, NULL, ctx->default_passwd_callback, + ctx->default_passwd_callback_userdata); + } else { + SSLerr(SSL_F_SSL_CTX_USE_CERTIFICATE_FILE, SSL_R_BAD_SSL_FILETYPE); + goto end; + } + + if (x == NULL) { + SSLerr(SSL_F_SSL_CTX_USE_CERTIFICATE_FILE, j); + goto end; + } + + ret = SSL_CTX_use_certificate(ctx, x); + end: + if (x != NULL) + X509_free(x); + if (in != NULL) + BIO_free(in); + return (ret); +} #endif -int SSL_CTX_use_certificate_ASN1(SSL_CTX *ctx, int len, const unsigned char *d) - { - X509 *x; - int ret; +int SSL_CTX_use_certificate_ASN1(SSL_CTX *ctx, int len, + const unsigned char *d) +{ + X509 *x; + int ret; - x=d2i_X509(NULL,&d,(long)len); - if (x == NULL) - { - SSLerr(SSL_F_SSL_CTX_USE_CERTIFICATE_ASN1,ERR_R_ASN1_LIB); - return(0); - } + x = d2i_X509(NULL, &d, (long)len); + if (x == NULL) { + SSLerr(SSL_F_SSL_CTX_USE_CERTIFICATE_ASN1, ERR_R_ASN1_LIB); + return (0); + } - ret=SSL_CTX_use_certificate(ctx,x); - X509_free(x); - return(ret); - } + ret = SSL_CTX_use_certificate(ctx, x); + X509_free(x); + return (ret); +} #ifndef OPENSSL_NO_RSA int SSL_CTX_use_RSAPrivateKey(SSL_CTX *ctx, RSA *rsa) - { - int ret; - EVP_PKEY *pkey; - - if (rsa == NULL) - { - SSLerr(SSL_F_SSL_CTX_USE_RSAPRIVATEKEY,ERR_R_PASSED_NULL_PARAMETER); - return(0); - } - if (!ssl_cert_inst(&ctx->cert)) - { - SSLerr(SSL_F_SSL_CTX_USE_RSAPRIVATEKEY,ERR_R_MALLOC_FAILURE); - return(0); - } - if ((pkey=EVP_PKEY_new()) == NULL) - { - SSLerr(SSL_F_SSL_CTX_USE_RSAPRIVATEKEY,ERR_R_EVP_LIB); - return(0); - } - - RSA_up_ref(rsa); - EVP_PKEY_assign_RSA(pkey,rsa); - - ret=ssl_set_pkey(ctx->cert, pkey); - EVP_PKEY_free(pkey); - return(ret); - } - -#ifndef OPENSSL_NO_STDIO +{ + int ret; + EVP_PKEY *pkey; + + if (rsa == NULL) { + SSLerr(SSL_F_SSL_CTX_USE_RSAPRIVATEKEY, ERR_R_PASSED_NULL_PARAMETER); + return (0); + } + if (!ssl_cert_inst(&ctx->cert)) { + SSLerr(SSL_F_SSL_CTX_USE_RSAPRIVATEKEY, ERR_R_MALLOC_FAILURE); + return (0); + } + if ((pkey = EVP_PKEY_new()) == NULL) { + SSLerr(SSL_F_SSL_CTX_USE_RSAPRIVATEKEY, ERR_R_EVP_LIB); + return (0); + } + + RSA_up_ref(rsa); + EVP_PKEY_assign_RSA(pkey, rsa); + + ret = ssl_set_pkey(ctx->cert, pkey); + EVP_PKEY_free(pkey); + return (ret); +} + +# ifndef OPENSSL_NO_STDIO int SSL_CTX_use_RSAPrivateKey_file(SSL_CTX *ctx, const char *file, int type) - { - int j,ret=0; - BIO *in; - RSA *rsa=NULL; - - in=BIO_new(BIO_s_file_internal()); - if (in == NULL) - { - SSLerr(SSL_F_SSL_CTX_USE_RSAPRIVATEKEY_FILE,ERR_R_BUF_LIB); - goto end; - } - - if (BIO_read_filename(in,file) <= 0) - { - SSLerr(SSL_F_SSL_CTX_USE_RSAPRIVATEKEY_FILE,ERR_R_SYS_LIB); - goto end; - } - if (type == SSL_FILETYPE_ASN1) - { - j=ERR_R_ASN1_LIB; - rsa=d2i_RSAPrivateKey_bio(in,NULL); - } - else if (type == SSL_FILETYPE_PEM) - { - j=ERR_R_PEM_LIB; - rsa=PEM_read_bio_RSAPrivateKey(in,NULL, - ctx->default_passwd_callback,ctx->default_passwd_callback_userdata); - } - else - { - SSLerr(SSL_F_SSL_CTX_USE_RSAPRIVATEKEY_FILE,SSL_R_BAD_SSL_FILETYPE); - goto end; - } - if (rsa == NULL) - { - SSLerr(SSL_F_SSL_CTX_USE_RSAPRIVATEKEY_FILE,j); - goto end; - } - ret=SSL_CTX_use_RSAPrivateKey(ctx,rsa); - RSA_free(rsa); -end: - if (in != NULL) BIO_free(in); - return(ret); - } -#endif - -int SSL_CTX_use_RSAPrivateKey_ASN1(SSL_CTX *ctx, const unsigned char *d, long len) - { - int ret; - const unsigned char *p; - RSA *rsa; - - p=d; - if ((rsa=d2i_RSAPrivateKey(NULL,&p,(long)len)) == NULL) - { - SSLerr(SSL_F_SSL_CTX_USE_RSAPRIVATEKEY_ASN1,ERR_R_ASN1_LIB); - return(0); - } - - ret=SSL_CTX_use_RSAPrivateKey(ctx,rsa); - RSA_free(rsa); - return(ret); - } -#endif /* !OPENSSL_NO_RSA */ +{ + int j, ret = 0; + BIO *in; + RSA *rsa = NULL; + + in = BIO_new(BIO_s_file_internal()); + if (in == NULL) { + SSLerr(SSL_F_SSL_CTX_USE_RSAPRIVATEKEY_FILE, ERR_R_BUF_LIB); + goto end; + } + + if (BIO_read_filename(in, file) <= 0) { + SSLerr(SSL_F_SSL_CTX_USE_RSAPRIVATEKEY_FILE, ERR_R_SYS_LIB); + goto end; + } + if (type == SSL_FILETYPE_ASN1) { + j = ERR_R_ASN1_LIB; + rsa = d2i_RSAPrivateKey_bio(in, NULL); + } else if (type == SSL_FILETYPE_PEM) { + j = ERR_R_PEM_LIB; + rsa = PEM_read_bio_RSAPrivateKey(in, NULL, + ctx->default_passwd_callback, + ctx->default_passwd_callback_userdata); + } else { + SSLerr(SSL_F_SSL_CTX_USE_RSAPRIVATEKEY_FILE, SSL_R_BAD_SSL_FILETYPE); + goto end; + } + if (rsa == NULL) { + SSLerr(SSL_F_SSL_CTX_USE_RSAPRIVATEKEY_FILE, j); + goto end; + } + ret = SSL_CTX_use_RSAPrivateKey(ctx, rsa); + RSA_free(rsa); + end: + if (in != NULL) + BIO_free(in); + return (ret); +} +# endif + +int SSL_CTX_use_RSAPrivateKey_ASN1(SSL_CTX *ctx, const unsigned char *d, + long len) +{ + int ret; + const unsigned char *p; + RSA *rsa; + + p = d; + if ((rsa = d2i_RSAPrivateKey(NULL, &p, (long)len)) == NULL) { + SSLerr(SSL_F_SSL_CTX_USE_RSAPRIVATEKEY_ASN1, ERR_R_ASN1_LIB); + return (0); + } + + ret = SSL_CTX_use_RSAPrivateKey(ctx, rsa); + RSA_free(rsa); + return (ret); +} +#endif /* !OPENSSL_NO_RSA */ int SSL_CTX_use_PrivateKey(SSL_CTX *ctx, EVP_PKEY *pkey) - { - if (pkey == NULL) - { - SSLerr(SSL_F_SSL_CTX_USE_PRIVATEKEY,ERR_R_PASSED_NULL_PARAMETER); - return(0); - } - if (!ssl_cert_inst(&ctx->cert)) - { - SSLerr(SSL_F_SSL_CTX_USE_PRIVATEKEY,ERR_R_MALLOC_FAILURE); - return(0); - } - return(ssl_set_pkey(ctx->cert,pkey)); - } +{ + if (pkey == NULL) { + SSLerr(SSL_F_SSL_CTX_USE_PRIVATEKEY, ERR_R_PASSED_NULL_PARAMETER); + return (0); + } + if (!ssl_cert_inst(&ctx->cert)) { + SSLerr(SSL_F_SSL_CTX_USE_PRIVATEKEY, ERR_R_MALLOC_FAILURE); + return (0); + } + return (ssl_set_pkey(ctx->cert, pkey)); +} #ifndef OPENSSL_NO_STDIO int SSL_CTX_use_PrivateKey_file(SSL_CTX *ctx, const char *file, int type) - { - int j,ret=0; - BIO *in; - EVP_PKEY *pkey=NULL; - - in=BIO_new(BIO_s_file_internal()); - if (in == NULL) - { - SSLerr(SSL_F_SSL_CTX_USE_PRIVATEKEY_FILE,ERR_R_BUF_LIB); - goto end; - } - - if (BIO_read_filename(in,file) <= 0) - { - SSLerr(SSL_F_SSL_CTX_USE_PRIVATEKEY_FILE,ERR_R_SYS_LIB); - goto end; - } - if (type == SSL_FILETYPE_PEM) - { - j=ERR_R_PEM_LIB; - pkey=PEM_read_bio_PrivateKey(in,NULL, - ctx->default_passwd_callback,ctx->default_passwd_callback_userdata); - } - else if (type == SSL_FILETYPE_ASN1) - { - j = ERR_R_ASN1_LIB; - pkey = d2i_PrivateKey_bio(in,NULL); - } - else - { - SSLerr(SSL_F_SSL_CTX_USE_PRIVATEKEY_FILE,SSL_R_BAD_SSL_FILETYPE); - goto end; - } - if (pkey == NULL) - { - SSLerr(SSL_F_SSL_CTX_USE_PRIVATEKEY_FILE,j); - goto end; - } - ret=SSL_CTX_use_PrivateKey(ctx,pkey); - EVP_PKEY_free(pkey); -end: - if (in != NULL) BIO_free(in); - return(ret); - } +{ + int j, ret = 0; + BIO *in; + EVP_PKEY *pkey = NULL; + + in = BIO_new(BIO_s_file_internal()); + if (in == NULL) { + SSLerr(SSL_F_SSL_CTX_USE_PRIVATEKEY_FILE, ERR_R_BUF_LIB); + goto end; + } + + if (BIO_read_filename(in, file) <= 0) { + SSLerr(SSL_F_SSL_CTX_USE_PRIVATEKEY_FILE, ERR_R_SYS_LIB); + goto end; + } + if (type == SSL_FILETYPE_PEM) { + j = ERR_R_PEM_LIB; + pkey = PEM_read_bio_PrivateKey(in, NULL, + ctx->default_passwd_callback, + ctx->default_passwd_callback_userdata); + } else if (type == SSL_FILETYPE_ASN1) { + j = ERR_R_ASN1_LIB; + pkey = d2i_PrivateKey_bio(in, NULL); + } else { + SSLerr(SSL_F_SSL_CTX_USE_PRIVATEKEY_FILE, SSL_R_BAD_SSL_FILETYPE); + goto end; + } + if (pkey == NULL) { + SSLerr(SSL_F_SSL_CTX_USE_PRIVATEKEY_FILE, j); + goto end; + } + ret = SSL_CTX_use_PrivateKey(ctx, pkey); + EVP_PKEY_free(pkey); + end: + if (in != NULL) + BIO_free(in); + return (ret); +} #endif -int SSL_CTX_use_PrivateKey_ASN1(int type, SSL_CTX *ctx, const unsigned char *d, - long len) - { - int ret; - const unsigned char *p; - EVP_PKEY *pkey; - - p=d; - if ((pkey=d2i_PrivateKey(type,NULL,&p,(long)len)) == NULL) - { - SSLerr(SSL_F_SSL_CTX_USE_PRIVATEKEY_ASN1,ERR_R_ASN1_LIB); - return(0); - } +int SSL_CTX_use_PrivateKey_ASN1(int type, SSL_CTX *ctx, + const unsigned char *d, long len) +{ + int ret; + const unsigned char *p; + EVP_PKEY *pkey; - ret=SSL_CTX_use_PrivateKey(ctx,pkey); - EVP_PKEY_free(pkey); - return(ret); - } + p = d; + if ((pkey = d2i_PrivateKey(type, NULL, &p, (long)len)) == NULL) { + SSLerr(SSL_F_SSL_CTX_USE_PRIVATEKEY_ASN1, ERR_R_ASN1_LIB); + return (0); + } + ret = SSL_CTX_use_PrivateKey(ctx, pkey); + EVP_PKEY_free(pkey); + return (ret); +} #ifndef OPENSSL_NO_STDIO -/* Read a file that contains our certificate in "PEM" format, - * possibly followed by a sequence of CA certificates that should be - * sent to the peer in the Certificate message. +/* + * Read a file that contains our certificate in "PEM" format, possibly + * followed by a sequence of CA certificates that should be sent to the peer + * in the Certificate message. */ int SSL_CTX_use_certificate_chain_file(SSL_CTX *ctx, const char *file) - { - BIO *in; - int ret=0; - X509 *x=NULL; - - ERR_clear_error(); /* clear error stack for SSL_CTX_use_certificate() */ - - in = BIO_new(BIO_s_file_internal()); - if (in == NULL) - { - SSLerr(SSL_F_SSL_CTX_USE_CERTIFICATE_CHAIN_FILE,ERR_R_BUF_LIB); - goto end; - } - - if (BIO_read_filename(in,file) <= 0) - { - SSLerr(SSL_F_SSL_CTX_USE_CERTIFICATE_CHAIN_FILE,ERR_R_SYS_LIB); - goto end; - } - - x=PEM_read_bio_X509_AUX(in,NULL,ctx->default_passwd_callback, - ctx->default_passwd_callback_userdata); - if (x == NULL) - { - SSLerr(SSL_F_SSL_CTX_USE_CERTIFICATE_CHAIN_FILE,ERR_R_PEM_LIB); - goto end; - } - - ret = SSL_CTX_use_certificate(ctx, x); - - if (ERR_peek_error() != 0) - ret = 0; /* Key/certificate mismatch doesn't imply ret==0 ... */ - if (ret) - { - /* If we could set up our certificate, now proceed to - * the CA certificates. - */ - X509 *ca; - int r; - unsigned long err; - - if (ctx->extra_certs != NULL) - { - sk_X509_pop_free(ctx->extra_certs, X509_free); - ctx->extra_certs = NULL; - } - - while ((ca = PEM_read_bio_X509(in, NULL, - ctx->default_passwd_callback, - ctx->default_passwd_callback_userdata)) - != NULL) - { - r = SSL_CTX_add_extra_chain_cert(ctx, ca); - if (!r) - { - X509_free(ca); - ret = 0; - goto end; - } - /* Note that we must not free r if it was successfully - * added to the chain (while we must free the main - * certificate, since its reference count is increased - * by SSL_CTX_use_certificate). */ - } - /* When the while loop ends, it's usually just EOF. */ - err = ERR_peek_last_error(); - if (ERR_GET_LIB(err) == ERR_LIB_PEM && ERR_GET_REASON(err) == PEM_R_NO_START_LINE) - ERR_clear_error(); - else - ret = 0; /* some real error */ - } - -end: - if (x != NULL) X509_free(x); - if (in != NULL) BIO_free(in); - return(ret); - } +{ + BIO *in; + int ret = 0; + X509 *x = NULL; + + ERR_clear_error(); /* clear error stack for + * SSL_CTX_use_certificate() */ + + in = BIO_new(BIO_s_file_internal()); + if (in == NULL) { + SSLerr(SSL_F_SSL_CTX_USE_CERTIFICATE_CHAIN_FILE, ERR_R_BUF_LIB); + goto end; + } + + if (BIO_read_filename(in, file) <= 0) { + SSLerr(SSL_F_SSL_CTX_USE_CERTIFICATE_CHAIN_FILE, ERR_R_SYS_LIB); + goto end; + } + + x = PEM_read_bio_X509_AUX(in, NULL, ctx->default_passwd_callback, + ctx->default_passwd_callback_userdata); + if (x == NULL) { + SSLerr(SSL_F_SSL_CTX_USE_CERTIFICATE_CHAIN_FILE, ERR_R_PEM_LIB); + goto end; + } + + ret = SSL_CTX_use_certificate(ctx, x); + + if (ERR_peek_error() != 0) + ret = 0; /* Key/certificate mismatch doesn't imply + * ret==0 ... */ + if (ret) { + /* + * If we could set up our certificate, now proceed to the CA + * certificates. + */ + X509 *ca; + int r; + unsigned long err; + + SSL_CTX_clear_chain_certs(ctx); + + while ((ca = PEM_read_bio_X509(in, NULL, + ctx->default_passwd_callback, + ctx->default_passwd_callback_userdata)) + != NULL) { + r = SSL_CTX_add0_chain_cert(ctx, ca); + if (!r) { + X509_free(ca); + ret = 0; + goto end; + } + /* + * Note that we must not free r if it was successfully added to + * the chain (while we must free the main certificate, since its + * reference count is increased by SSL_CTX_use_certificate). + */ + } + /* When the while loop ends, it's usually just EOF. */ + err = ERR_peek_last_error(); + if (ERR_GET_LIB(err) == ERR_LIB_PEM + && ERR_GET_REASON(err) == PEM_R_NO_START_LINE) + ERR_clear_error(); + else + ret = 0; /* some real error */ + } + + end: + if (x != NULL) + X509_free(x); + if (in != NULL) + BIO_free(in); + return (ret); +} #endif + +#ifndef OPENSSL_NO_TLSEXT +static int serverinfo_find_extension(const unsigned char *serverinfo, + size_t serverinfo_length, + unsigned int extension_type, + const unsigned char **extension_data, + size_t *extension_length) +{ + *extension_data = NULL; + *extension_length = 0; + if (serverinfo == NULL || serverinfo_length == 0) + return 0; + for (;;) { + unsigned int type = 0; + size_t len = 0; + + /* end of serverinfo */ + if (serverinfo_length == 0) + return -1; /* Extension not found */ + + /* read 2-byte type field */ + if (serverinfo_length < 2) + return 0; /* Error */ + type = (serverinfo[0] << 8) + serverinfo[1]; + serverinfo += 2; + serverinfo_length -= 2; + + /* read 2-byte len field */ + if (serverinfo_length < 2) + return 0; /* Error */ + len = (serverinfo[0] << 8) + serverinfo[1]; + serverinfo += 2; + serverinfo_length -= 2; + + if (len > serverinfo_length) + return 0; /* Error */ + + if (type == extension_type) { + *extension_data = serverinfo; + *extension_length = len; + return 1; /* Success */ + } + + serverinfo += len; + serverinfo_length -= len; + } + return 0; /* Error */ +} + +static int serverinfo_srv_parse_cb(SSL *s, unsigned int ext_type, + const unsigned char *in, + size_t inlen, int *al, void *arg) +{ + + if (inlen != 0) { + *al = SSL_AD_DECODE_ERROR; + return 0; + } + + return 1; +} + +static int serverinfo_srv_add_cb(SSL *s, unsigned int ext_type, + const unsigned char **out, size_t *outlen, + int *al, void *arg) +{ + const unsigned char *serverinfo = NULL; + size_t serverinfo_length = 0; + + /* Is there serverinfo data for the chosen server cert? */ + if ((ssl_get_server_cert_serverinfo(s, &serverinfo, + &serverinfo_length)) != 0) { + /* Find the relevant extension from the serverinfo */ + int retval = serverinfo_find_extension(serverinfo, serverinfo_length, + ext_type, out, outlen); + if (retval == 0) + return 0; /* Error */ + if (retval == -1) + return -1; /* No extension found, don't send extension */ + return 1; /* Send extension */ + } + return -1; /* No serverinfo data found, don't send + * extension */ +} + +/* + * With a NULL context, this function just checks that the serverinfo data + * parses correctly. With a non-NULL context, it registers callbacks for + * the included extensions. + */ +static int serverinfo_process_buffer(const unsigned char *serverinfo, + size_t serverinfo_length, SSL_CTX *ctx) +{ + if (serverinfo == NULL || serverinfo_length == 0) + return 0; + for (;;) { + unsigned int ext_type = 0; + size_t len = 0; + + /* end of serverinfo */ + if (serverinfo_length == 0) + return 1; + + /* read 2-byte type field */ + if (serverinfo_length < 2) + return 0; + /* FIXME: check for types we understand explicitly? */ + + /* Register callbacks for extensions */ + ext_type = (serverinfo[0] << 8) + serverinfo[1]; + if (ctx && !SSL_CTX_add_server_custom_ext(ctx, ext_type, + serverinfo_srv_add_cb, + NULL, NULL, + serverinfo_srv_parse_cb, + NULL)) + return 0; + + serverinfo += 2; + serverinfo_length -= 2; + + /* read 2-byte len field */ + if (serverinfo_length < 2) + return 0; + len = (serverinfo[0] << 8) + serverinfo[1]; + serverinfo += 2; + serverinfo_length -= 2; + + if (len > serverinfo_length) + return 0; + + serverinfo += len; + serverinfo_length -= len; + } +} + +int SSL_CTX_use_serverinfo(SSL_CTX *ctx, const unsigned char *serverinfo, + size_t serverinfo_length) +{ + if (ctx == NULL || serverinfo == NULL || serverinfo_length == 0) { + SSLerr(SSL_F_SSL_CTX_USE_SERVERINFO, ERR_R_PASSED_NULL_PARAMETER); + return 0; + } + if (!serverinfo_process_buffer(serverinfo, serverinfo_length, NULL)) { + SSLerr(SSL_F_SSL_CTX_USE_SERVERINFO, SSL_R_INVALID_SERVERINFO_DATA); + return 0; + } + if (!ssl_cert_inst(&ctx->cert)) { + SSLerr(SSL_F_SSL_CTX_USE_SERVERINFO, ERR_R_MALLOC_FAILURE); + return 0; + } + if (ctx->cert->key == NULL) { + SSLerr(SSL_F_SSL_CTX_USE_SERVERINFO, ERR_R_INTERNAL_ERROR); + return 0; + } + ctx->cert->key->serverinfo = OPENSSL_realloc(ctx->cert->key->serverinfo, + serverinfo_length); + if (ctx->cert->key->serverinfo == NULL) { + SSLerr(SSL_F_SSL_CTX_USE_SERVERINFO, ERR_R_MALLOC_FAILURE); + return 0; + } + memcpy(ctx->cert->key->serverinfo, serverinfo, serverinfo_length); + ctx->cert->key->serverinfo_length = serverinfo_length; + + /* + * Now that the serverinfo is validated and stored, go ahead and + * register callbacks. + */ + if (!serverinfo_process_buffer(serverinfo, serverinfo_length, ctx)) { + SSLerr(SSL_F_SSL_CTX_USE_SERVERINFO, SSL_R_INVALID_SERVERINFO_DATA); + return 0; + } + return 1; +} + +# ifndef OPENSSL_NO_STDIO +int SSL_CTX_use_serverinfo_file(SSL_CTX *ctx, const char *file) +{ + unsigned char *serverinfo = NULL; + size_t serverinfo_length = 0; + unsigned char *extension = 0; + long extension_length = 0; + char *name = NULL; + char *header = NULL; + char namePrefix[] = "SERVERINFO FOR "; + int ret = 0; + BIO *bin = NULL; + size_t num_extensions = 0; + + if (ctx == NULL || file == NULL) { + SSLerr(SSL_F_SSL_CTX_USE_SERVERINFO_FILE, + ERR_R_PASSED_NULL_PARAMETER); + goto end; + } + + bin = BIO_new(BIO_s_file_internal()); + if (bin == NULL) { + SSLerr(SSL_F_SSL_CTX_USE_SERVERINFO_FILE, ERR_R_BUF_LIB); + goto end; + } + if (BIO_read_filename(bin, file) <= 0) { + SSLerr(SSL_F_SSL_CTX_USE_SERVERINFO_FILE, ERR_R_SYS_LIB); + goto end; + } + + for (num_extensions = 0;; num_extensions++) { + if (PEM_read_bio(bin, &name, &header, &extension, &extension_length) + == 0) { + /* + * There must be at least one extension in this file + */ + if (num_extensions == 0) { + SSLerr(SSL_F_SSL_CTX_USE_SERVERINFO_FILE, + SSL_R_NO_PEM_EXTENSIONS); + goto end; + } else /* End of file, we're done */ + break; + } + /* Check that PEM name starts with "BEGIN SERVERINFO FOR " */ + if (strlen(name) < strlen(namePrefix)) { + SSLerr(SSL_F_SSL_CTX_USE_SERVERINFO_FILE, + SSL_R_PEM_NAME_TOO_SHORT); + goto end; + } + if (strncmp(name, namePrefix, strlen(namePrefix)) != 0) { + SSLerr(SSL_F_SSL_CTX_USE_SERVERINFO_FILE, + SSL_R_PEM_NAME_BAD_PREFIX); + goto end; + } + /* + * Check that the decoded PEM data is plausible (valid length field) + */ + if (extension_length < 4 + || (extension[2] << 8) + extension[3] != extension_length - 4) { + SSLerr(SSL_F_SSL_CTX_USE_SERVERINFO_FILE, SSL_R_BAD_DATA); + goto end; + } + /* Append the decoded extension to the serverinfo buffer */ + serverinfo = + OPENSSL_realloc(serverinfo, serverinfo_length + extension_length); + if (serverinfo == NULL) { + SSLerr(SSL_F_SSL_CTX_USE_SERVERINFO_FILE, ERR_R_MALLOC_FAILURE); + goto end; + } + memcpy(serverinfo + serverinfo_length, extension, extension_length); + serverinfo_length += extension_length; + + OPENSSL_free(name); + name = NULL; + OPENSSL_free(header); + header = NULL; + OPENSSL_free(extension); + extension = NULL; + } + + ret = SSL_CTX_use_serverinfo(ctx, serverinfo, serverinfo_length); + end: + /* SSL_CTX_use_serverinfo makes a local copy of the serverinfo. */ + OPENSSL_free(name); + OPENSSL_free(header); + OPENSSL_free(extension); + OPENSSL_free(serverinfo); + if (bin != NULL) + BIO_free(bin); + return ret; +} +# endif /* OPENSSL_NO_STDIO */ +#endif /* OPENSSL_NO_TLSEXT */ diff --git a/openssl/ssl/ssl_sess.c b/openssl/ssl/ssl_sess.c index ad40fadd0..1e1002fc8 100644 --- a/openssl/ssl/ssl_sess.c +++ b/openssl/ssl/ssl_sess.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +63,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -139,309 +139,286 @@ #include #include #ifndef OPENSSL_NO_ENGINE -#include +# include #endif #include "ssl_locl.h" static void SSL_SESSION_list_remove(SSL_CTX *ctx, SSL_SESSION *s); -static void SSL_SESSION_list_add(SSL_CTX *ctx,SSL_SESSION *s); +static void SSL_SESSION_list_add(SSL_CTX *ctx, SSL_SESSION *s); static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck); SSL_SESSION *SSL_get_session(const SSL *ssl) /* aka SSL_get0_session; gets 0 objects, just returns a copy of the pointer */ - { - return(ssl->session); - } +{ + return (ssl->session); +} SSL_SESSION *SSL_get1_session(SSL *ssl) /* variant of SSL_get_session: caller really gets something */ - { - SSL_SESSION *sess; - /* Need to lock this all up rather than just use CRYPTO_add so that - * somebody doesn't free ssl->session between when we check it's - * non-null and when we up the reference count. */ - CRYPTO_w_lock(CRYPTO_LOCK_SSL_SESSION); - sess = ssl->session; - if(sess) - sess->references++; - CRYPTO_w_unlock(CRYPTO_LOCK_SSL_SESSION); - return(sess); - } - -int SSL_SESSION_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, - CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func) - { - return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_SSL_SESSION, argl, argp, - new_func, dup_func, free_func); - } +{ + SSL_SESSION *sess; + /* + * Need to lock this all up rather than just use CRYPTO_add so that + * somebody doesn't free ssl->session between when we check it's non-null + * and when we up the reference count. + */ + CRYPTO_w_lock(CRYPTO_LOCK_SSL_SESSION); + sess = ssl->session; + if (sess) + sess->references++; + CRYPTO_w_unlock(CRYPTO_LOCK_SSL_SESSION); + return (sess); +} + +int SSL_SESSION_get_ex_new_index(long argl, void *argp, + CRYPTO_EX_new *new_func, + CRYPTO_EX_dup *dup_func, + CRYPTO_EX_free *free_func) +{ + return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_SSL_SESSION, argl, argp, + new_func, dup_func, free_func); +} int SSL_SESSION_set_ex_data(SSL_SESSION *s, int idx, void *arg) - { - return(CRYPTO_set_ex_data(&s->ex_data,idx,arg)); - } +{ + return (CRYPTO_set_ex_data(&s->ex_data, idx, arg)); +} void *SSL_SESSION_get_ex_data(const SSL_SESSION *s, int idx) - { - return(CRYPTO_get_ex_data(&s->ex_data,idx)); - } +{ + return (CRYPTO_get_ex_data(&s->ex_data, idx)); +} SSL_SESSION *SSL_SESSION_new(void) - { - SSL_SESSION *ss; - - ss=(SSL_SESSION *)OPENSSL_malloc(sizeof(SSL_SESSION)); - if (ss == NULL) - { - SSLerr(SSL_F_SSL_SESSION_NEW,ERR_R_MALLOC_FAILURE); - return(0); - } - memset(ss,0,sizeof(SSL_SESSION)); - - ss->verify_result = 1; /* avoid 0 (= X509_V_OK) just in case */ - ss->references=1; - ss->timeout=60*5+4; /* 5 minute timeout by default */ - ss->time=(unsigned long)time(NULL); - ss->prev=NULL; - ss->next=NULL; - ss->compress_meth=0; +{ + SSL_SESSION *ss; + + ss = (SSL_SESSION *)OPENSSL_malloc(sizeof(SSL_SESSION)); + if (ss == NULL) { + SSLerr(SSL_F_SSL_SESSION_NEW, ERR_R_MALLOC_FAILURE); + return (0); + } + memset(ss, 0, sizeof(SSL_SESSION)); + + ss->verify_result = 1; /* avoid 0 (= X509_V_OK) just in case */ + ss->references = 1; + ss->timeout = 60 * 5 + 4; /* 5 minute timeout by default */ + ss->time = (unsigned long)time(NULL); + ss->prev = NULL; + ss->next = NULL; + ss->compress_meth = 0; #ifndef OPENSSL_NO_TLSEXT - ss->tlsext_hostname = NULL; -#ifndef OPENSSL_NO_EC - ss->tlsext_ecpointformatlist_length = 0; - ss->tlsext_ecpointformatlist = NULL; - ss->tlsext_ellipticcurvelist_length = 0; - ss->tlsext_ellipticcurvelist = NULL; -#endif + ss->tlsext_hostname = NULL; +# ifndef OPENSSL_NO_EC + ss->tlsext_ecpointformatlist_length = 0; + ss->tlsext_ecpointformatlist = NULL; + ss->tlsext_ellipticcurvelist_length = 0; + ss->tlsext_ellipticcurvelist = NULL; +# endif #endif - CRYPTO_new_ex_data(CRYPTO_EX_INDEX_SSL_SESSION, ss, &ss->ex_data); + CRYPTO_new_ex_data(CRYPTO_EX_INDEX_SSL_SESSION, ss, &ss->ex_data); #ifndef OPENSSL_NO_PSK - ss->psk_identity_hint=NULL; - ss->psk_identity=NULL; + ss->psk_identity_hint = NULL; + ss->psk_identity = NULL; #endif #ifndef OPENSSL_NO_SRP - ss->srp_username=NULL; + ss->srp_username = NULL; #endif - return(ss); - } + return (ss); +} -const unsigned char *SSL_SESSION_get_id(const SSL_SESSION *s, unsigned int *len) - { - if(len) - *len = s->session_id_length; - return s->session_id; - } +const unsigned char *SSL_SESSION_get_id(const SSL_SESSION *s, + unsigned int *len) +{ + if (len) + *len = s->session_id_length; + return s->session_id; +} unsigned int SSL_SESSION_get_compress_id(const SSL_SESSION *s) - { - return s->compress_meth; - } - -/* Even with SSLv2, we have 16 bytes (128 bits) of session ID space. SSLv3/TLSv1 - * has 32 bytes (256 bits). As such, filling the ID with random gunk repeatedly - * until we have no conflict is going to complete in one iteration pretty much - * "most" of the time (btw: understatement). So, if it takes us 10 iterations - * and we still can't avoid a conflict - well that's a reasonable point to call - * it quits. Either the RAND code is broken or someone is trying to open roughly - * very close to 2^128 (or 2^256) SSL sessions to our server. How you might - * store that many sessions is perhaps a more interesting question ... */ +{ + return s->compress_meth; +} + +/* + * Even with SSLv2, we have 16 bytes (128 bits) of session ID space. + * SSLv3/TLSv1 has 32 bytes (256 bits). As such, filling the ID with random + * gunk repeatedly until we have no conflict is going to complete in one + * iteration pretty much "most" of the time (btw: understatement). So, if it + * takes us 10 iterations and we still can't avoid a conflict - well that's a + * reasonable point to call it quits. Either the RAND code is broken or + * someone is trying to open roughly very close to 2^128 (or 2^256) SSL + * sessions to our server. How you might store that many sessions is perhaps + * a more interesting question ... + */ #define MAX_SESS_ID_ATTEMPTS 10 static int def_generate_session_id(const SSL *ssl, unsigned char *id, - unsigned int *id_len) + unsigned int *id_len) { - unsigned int retry = 0; - do - if (RAND_pseudo_bytes(id, *id_len) <= 0) - return 0; - while(SSL_has_matching_session_id(ssl, id, *id_len) && - (++retry < MAX_SESS_ID_ATTEMPTS)); - if(retry < MAX_SESS_ID_ATTEMPTS) - return 1; - /* else - woops a session_id match */ - /* XXX We should also check the external cache -- - * but the probability of a collision is negligible, and - * we could not prevent the concurrent creation of sessions - * with identical IDs since we currently don't have means - * to atomically check whether a session ID already exists - * and make a reservation for it if it does not - * (this problem applies to the internal cache as well). - */ - return 0; + unsigned int retry = 0; + do + if (RAND_pseudo_bytes(id, *id_len) <= 0) + return 0; + while (SSL_has_matching_session_id(ssl, id, *id_len) && + (++retry < MAX_SESS_ID_ATTEMPTS)) ; + if (retry < MAX_SESS_ID_ATTEMPTS) + return 1; + /* else - woops a session_id match */ + /* + * XXX We should also check the external cache -- but the probability of + * a collision is negligible, and we could not prevent the concurrent + * creation of sessions with identical IDs since we currently don't have + * means to atomically check whether a session ID already exists and make + * a reservation for it if it does not (this problem applies to the + * internal cache as well). + */ + return 0; } int ssl_get_new_session(SSL *s, int session) - { - /* This gets used by clients and servers. */ - - unsigned int tmp; - SSL_SESSION *ss=NULL; - GEN_SESSION_CB cb = def_generate_session_id; - - if ((ss=SSL_SESSION_new()) == NULL) return(0); - - /* If the context has a default timeout, use it */ - if (s->session_ctx->session_timeout == 0) - ss->timeout=SSL_get_default_timeout(s); - else - ss->timeout=s->session_ctx->session_timeout; - - if (s->session != NULL) - { - SSL_SESSION_free(s->session); - s->session=NULL; - } - - if (session) - { - if (s->version == SSL2_VERSION) - { - ss->ssl_version=SSL2_VERSION; - ss->session_id_length=SSL2_SSL_SESSION_ID_LENGTH; - } - else if (s->version == SSL3_VERSION) - { - ss->ssl_version=SSL3_VERSION; - ss->session_id_length=SSL3_SSL_SESSION_ID_LENGTH; - } - else if (s->version == TLS1_VERSION) - { - ss->ssl_version=TLS1_VERSION; - ss->session_id_length=SSL3_SSL_SESSION_ID_LENGTH; - } - else if (s->version == TLS1_1_VERSION) - { - ss->ssl_version=TLS1_1_VERSION; - ss->session_id_length=SSL3_SSL_SESSION_ID_LENGTH; - } - else if (s->version == TLS1_2_VERSION) - { - ss->ssl_version=TLS1_2_VERSION; - ss->session_id_length=SSL3_SSL_SESSION_ID_LENGTH; - } - else if (s->version == DTLS1_BAD_VER) - { - ss->ssl_version=DTLS1_BAD_VER; - ss->session_id_length=SSL3_SSL_SESSION_ID_LENGTH; - } - else if (s->version == DTLS1_VERSION) - { - ss->ssl_version=DTLS1_VERSION; - ss->session_id_length=SSL3_SSL_SESSION_ID_LENGTH; - } - else - { - SSLerr(SSL_F_SSL_GET_NEW_SESSION,SSL_R_UNSUPPORTED_SSL_VERSION); - SSL_SESSION_free(ss); - return(0); - } +{ + /* This gets used by clients and servers. */ + + unsigned int tmp; + SSL_SESSION *ss = NULL; + GEN_SESSION_CB cb = def_generate_session_id; + + if ((ss = SSL_SESSION_new()) == NULL) + return (0); + + /* If the context has a default timeout, use it */ + if (s->session_ctx->session_timeout == 0) + ss->timeout = SSL_get_default_timeout(s); + else + ss->timeout = s->session_ctx->session_timeout; + + if (s->session != NULL) { + SSL_SESSION_free(s->session); + s->session = NULL; + } + + if (session) { + if (s->version == SSL2_VERSION) { + ss->ssl_version = SSL2_VERSION; + ss->session_id_length = SSL2_SSL_SESSION_ID_LENGTH; + } else if (s->version == SSL3_VERSION) { + ss->ssl_version = SSL3_VERSION; + ss->session_id_length = SSL3_SSL_SESSION_ID_LENGTH; + } else if (s->version == TLS1_VERSION) { + ss->ssl_version = TLS1_VERSION; + ss->session_id_length = SSL3_SSL_SESSION_ID_LENGTH; + } else if (s->version == TLS1_1_VERSION) { + ss->ssl_version = TLS1_1_VERSION; + ss->session_id_length = SSL3_SSL_SESSION_ID_LENGTH; + } else if (s->version == TLS1_2_VERSION) { + ss->ssl_version = TLS1_2_VERSION; + ss->session_id_length = SSL3_SSL_SESSION_ID_LENGTH; + } else if (s->version == DTLS1_BAD_VER) { + ss->ssl_version = DTLS1_BAD_VER; + ss->session_id_length = SSL3_SSL_SESSION_ID_LENGTH; + } else if (s->version == DTLS1_VERSION) { + ss->ssl_version = DTLS1_VERSION; + ss->session_id_length = SSL3_SSL_SESSION_ID_LENGTH; + } else if (s->version == DTLS1_2_VERSION) { + ss->ssl_version = DTLS1_2_VERSION; + ss->session_id_length = SSL3_SSL_SESSION_ID_LENGTH; + } else { + SSLerr(SSL_F_SSL_GET_NEW_SESSION, SSL_R_UNSUPPORTED_SSL_VERSION); + SSL_SESSION_free(ss); + return (0); + } #ifndef OPENSSL_NO_TLSEXT - /* If RFC4507 ticket use empty session ID */ - if (s->tlsext_ticket_expected) - { - ss->session_id_length = 0; - goto sess_id_done; - } + /*- + * If RFC5077 ticket, use empty session ID (as server). + * Note that: + * (a) ssl_get_prev_session() does lookahead into the + * ClientHello extensions to find the session ticket. + * When ssl_get_prev_session() fails, s3_srvr.c calls + * ssl_get_new_session() in ssl3_get_client_hello(). + * At that point, it has not yet parsed the extensions, + * however, because of the lookahead, it already knows + * whether a ticket is expected or not. + * + * (b) s3_clnt.c calls ssl_get_new_session() before parsing + * ServerHello extensions, and before recording the session + * ID received from the server, so this block is a noop. + */ + if (s->tlsext_ticket_expected) { + ss->session_id_length = 0; + goto sess_id_done; + } #endif - /* Choose which callback will set the session ID */ - CRYPTO_r_lock(CRYPTO_LOCK_SSL_CTX); - if(s->generate_session_id) - cb = s->generate_session_id; - else if(s->session_ctx->generate_session_id) - cb = s->session_ctx->generate_session_id; - CRYPTO_r_unlock(CRYPTO_LOCK_SSL_CTX); - /* Choose a session ID */ - tmp = ss->session_id_length; - if(!cb(s, ss->session_id, &tmp)) - { - /* The callback failed */ - SSLerr(SSL_F_SSL_GET_NEW_SESSION, - SSL_R_SSL_SESSION_ID_CALLBACK_FAILED); - SSL_SESSION_free(ss); - return(0); - } - /* Don't allow the callback to set the session length to zero. - * nor set it higher than it was. */ - if(!tmp || (tmp > ss->session_id_length)) - { - /* The callback set an illegal length */ - SSLerr(SSL_F_SSL_GET_NEW_SESSION, - SSL_R_SSL_SESSION_ID_HAS_BAD_LENGTH); - SSL_SESSION_free(ss); - return(0); - } - /* If the session length was shrunk and we're SSLv2, pad it */ - if((tmp < ss->session_id_length) && (s->version == SSL2_VERSION)) - memset(ss->session_id + tmp, 0, ss->session_id_length - tmp); - else - ss->session_id_length = tmp; - /* Finally, check for a conflict */ - if(SSL_has_matching_session_id(s, ss->session_id, - ss->session_id_length)) - { - SSLerr(SSL_F_SSL_GET_NEW_SESSION, - SSL_R_SSL_SESSION_ID_CONFLICT); - SSL_SESSION_free(ss); - return(0); - } + /* Choose which callback will set the session ID */ + CRYPTO_r_lock(CRYPTO_LOCK_SSL_CTX); + if (s->generate_session_id) + cb = s->generate_session_id; + else if (s->session_ctx->generate_session_id) + cb = s->session_ctx->generate_session_id; + CRYPTO_r_unlock(CRYPTO_LOCK_SSL_CTX); + /* Choose a session ID */ + tmp = ss->session_id_length; + if (!cb(s, ss->session_id, &tmp)) { + /* The callback failed */ + SSLerr(SSL_F_SSL_GET_NEW_SESSION, + SSL_R_SSL_SESSION_ID_CALLBACK_FAILED); + SSL_SESSION_free(ss); + return (0); + } + /* + * Don't allow the callback to set the session length to zero. nor + * set it higher than it was. + */ + if (!tmp || (tmp > ss->session_id_length)) { + /* The callback set an illegal length */ + SSLerr(SSL_F_SSL_GET_NEW_SESSION, + SSL_R_SSL_SESSION_ID_HAS_BAD_LENGTH); + SSL_SESSION_free(ss); + return (0); + } + /* If the session length was shrunk and we're SSLv2, pad it */ + if ((tmp < ss->session_id_length) && (s->version == SSL2_VERSION)) + memset(ss->session_id + tmp, 0, ss->session_id_length - tmp); + else + ss->session_id_length = tmp; + /* Finally, check for a conflict */ + if (SSL_has_matching_session_id(s, ss->session_id, + ss->session_id_length)) { + SSLerr(SSL_F_SSL_GET_NEW_SESSION, SSL_R_SSL_SESSION_ID_CONFLICT); + SSL_SESSION_free(ss); + return (0); + } #ifndef OPENSSL_NO_TLSEXT - sess_id_done: - if (s->tlsext_hostname) { - ss->tlsext_hostname = BUF_strdup(s->tlsext_hostname); - if (ss->tlsext_hostname == NULL) { - SSLerr(SSL_F_SSL_GET_NEW_SESSION, ERR_R_INTERNAL_ERROR); - SSL_SESSION_free(ss); - return 0; - } - } -#ifndef OPENSSL_NO_EC - if (s->tlsext_ecpointformatlist) - { - if (ss->tlsext_ecpointformatlist != NULL) OPENSSL_free(ss->tlsext_ecpointformatlist); - if ((ss->tlsext_ecpointformatlist = OPENSSL_malloc(s->tlsext_ecpointformatlist_length)) == NULL) - { - SSLerr(SSL_F_SSL_GET_NEW_SESSION, ERR_R_MALLOC_FAILURE); - SSL_SESSION_free(ss); - return 0; - } - ss->tlsext_ecpointformatlist_length = s->tlsext_ecpointformatlist_length; - memcpy(ss->tlsext_ecpointformatlist, s->tlsext_ecpointformatlist, s->tlsext_ecpointformatlist_length); - } - if (s->tlsext_ellipticcurvelist) - { - if (ss->tlsext_ellipticcurvelist != NULL) OPENSSL_free(ss->tlsext_ellipticcurvelist); - if ((ss->tlsext_ellipticcurvelist = OPENSSL_malloc(s->tlsext_ellipticcurvelist_length)) == NULL) - { - SSLerr(SSL_F_SSL_GET_NEW_SESSION, ERR_R_MALLOC_FAILURE); - SSL_SESSION_free(ss); - return 0; - } - ss->tlsext_ellipticcurvelist_length = s->tlsext_ellipticcurvelist_length; - memcpy(ss->tlsext_ellipticcurvelist, s->tlsext_ellipticcurvelist, s->tlsext_ellipticcurvelist_length); - } + sess_id_done: + if (s->tlsext_hostname) { + ss->tlsext_hostname = BUF_strdup(s->tlsext_hostname); + if (ss->tlsext_hostname == NULL) { + SSLerr(SSL_F_SSL_GET_NEW_SESSION, ERR_R_INTERNAL_ERROR); + SSL_SESSION_free(ss); + return 0; + } + } #endif -#endif - } - else - { - ss->session_id_length=0; - } - - if (s->sid_ctx_length > sizeof ss->sid_ctx) - { - SSLerr(SSL_F_SSL_GET_NEW_SESSION, ERR_R_INTERNAL_ERROR); - SSL_SESSION_free(ss); - return 0; - } - memcpy(ss->sid_ctx,s->sid_ctx,s->sid_ctx_length); - ss->sid_ctx_length=s->sid_ctx_length; - s->session=ss; - ss->ssl_version=s->version; - ss->verify_result = X509_V_OK; - - return(1); - } - -/* ssl_get_prev attempts to find an SSL_SESSION to be used to resume this + } else { + ss->session_id_length = 0; + } + + if (s->sid_ctx_length > sizeof ss->sid_ctx) { + SSLerr(SSL_F_SSL_GET_NEW_SESSION, ERR_R_INTERNAL_ERROR); + SSL_SESSION_free(ss); + return 0; + } + memcpy(ss->sid_ctx, s->sid_ctx, s->sid_ctx_length); + ss->sid_ctx_length = s->sid_ctx_length; + s->session = ss; + ss->ssl_version = s->version; + ss->verify_result = X509_V_OK; + + return (1); +} + +/*- + * ssl_get_prev attempts to find an SSL_SESSION to be used to resume this * connection. It is only called by servers. * * session_id: points at the session ID in the ClientHello. This code will @@ -461,699 +438,710 @@ int ssl_get_new_session(SSL *s, int session) * if the server should issue a new session ticket (to 0 otherwise). */ int ssl_get_prev_session(SSL *s, unsigned char *session_id, int len, - const unsigned char *limit) - { - /* This is used only by servers. */ + const unsigned char *limit) +{ + /* This is used only by servers. */ - SSL_SESSION *ret=NULL; - int fatal = 0; - int try_session_cache = 1; + SSL_SESSION *ret = NULL; + int fatal = 0; + int try_session_cache = 1; #ifndef OPENSSL_NO_TLSEXT - int r; + int r; #endif - if (len > SSL_MAX_SSL_SESSION_ID_LENGTH) - goto err; + if (len > SSL_MAX_SSL_SESSION_ID_LENGTH) + goto err; - if (len == 0) - try_session_cache = 0; + if (len == 0) + try_session_cache = 0; #ifndef OPENSSL_NO_TLSEXT - r = tls1_process_ticket(s, session_id, len, limit, &ret); /* sets s->tlsext_ticket_expected */ - switch (r) - { - case -1: /* Error during processing */ - fatal = 1; - goto err; - case 0: /* No ticket found */ - case 1: /* Zero length ticket found */ - break; /* Ok to carry on processing session id. */ - case 2: /* Ticket found but not decrypted. */ - case 3: /* Ticket decrypted, *ret has been set. */ - try_session_cache = 0; - break; - default: - abort(); - } + /* sets s->tlsext_ticket_expected */ + r = tls1_process_ticket(s, session_id, len, limit, &ret); + switch (r) { + case -1: /* Error during processing */ + fatal = 1; + goto err; + case 0: /* No ticket found */ + case 1: /* Zero length ticket found */ + break; /* Ok to carry on processing session id. */ + case 2: /* Ticket found but not decrypted. */ + case 3: /* Ticket decrypted, *ret has been set. */ + try_session_cache = 0; + break; + default: + abort(); + } #endif - if (try_session_cache && - ret == NULL && - !(s->session_ctx->session_cache_mode & SSL_SESS_CACHE_NO_INTERNAL_LOOKUP)) - { - SSL_SESSION data; - data.ssl_version=s->version; - data.session_id_length=len; - if (len == 0) - return 0; - memcpy(data.session_id,session_id,len); - CRYPTO_r_lock(CRYPTO_LOCK_SSL_CTX); - ret=lh_SSL_SESSION_retrieve(s->session_ctx->sessions,&data); - if (ret != NULL) - { - /* don't allow other threads to steal it: */ - CRYPTO_add(&ret->references,1,CRYPTO_LOCK_SSL_SESSION); - } - CRYPTO_r_unlock(CRYPTO_LOCK_SSL_CTX); - if (ret == NULL) - s->session_ctx->stats.sess_miss++; - } - - if (try_session_cache && - ret == NULL && - s->session_ctx->get_session_cb != NULL) - { - int copy=1; - - if ((ret=s->session_ctx->get_session_cb(s,session_id,len,©))) - { - s->session_ctx->stats.sess_cb_hit++; - - /* Increment reference count now if the session callback - * asks us to do so (note that if the session structures - * returned by the callback are shared between threads, - * it must handle the reference count itself [i.e. copy == 0], - * or things won't be thread-safe). */ - if (copy) - CRYPTO_add(&ret->references,1,CRYPTO_LOCK_SSL_SESSION); - - /* Add the externally cached session to the internal - * cache as well if and only if we are supposed to. */ - if(!(s->session_ctx->session_cache_mode & SSL_SESS_CACHE_NO_INTERNAL_STORE)) - /* The following should not return 1, otherwise, - * things are very strange */ - SSL_CTX_add_session(s->session_ctx,ret); - } - } - - if (ret == NULL) - goto err; - - /* Now ret is non-NULL and we own one of its reference counts. */ - - if (ret->sid_ctx_length != s->sid_ctx_length - || memcmp(ret->sid_ctx,s->sid_ctx,ret->sid_ctx_length)) - { - /* We have the session requested by the client, but we don't - * want to use it in this context. */ - goto err; /* treat like cache miss */ - } - - if((s->verify_mode & SSL_VERIFY_PEER) && s->sid_ctx_length == 0) - { - /* We can't be sure if this session is being used out of - * context, which is especially important for SSL_VERIFY_PEER. - * The application should have used SSL[_CTX]_set_session_id_context. - * - * For this error case, we generate an error instead of treating - * the event like a cache miss (otherwise it would be easy for - * applications to effectively disable the session cache by - * accident without anyone noticing). - */ - - SSLerr(SSL_F_SSL_GET_PREV_SESSION,SSL_R_SESSION_ID_CONTEXT_UNINITIALIZED); - fatal = 1; - goto err; - } - - if (ret->cipher == NULL) - { - unsigned char buf[5],*p; - unsigned long l; - - p=buf; - l=ret->cipher_id; - l2n(l,p); - if ((ret->ssl_version>>8) >= SSL3_VERSION_MAJOR) - ret->cipher=ssl_get_cipher_by_char(s,&(buf[2])); - else - ret->cipher=ssl_get_cipher_by_char(s,&(buf[1])); - if (ret->cipher == NULL) - goto err; - } - - if (ret->timeout < (long)(time(NULL) - ret->time)) /* timeout */ - { - s->session_ctx->stats.sess_timeout++; - if (try_session_cache) - { - /* session was from the cache, so remove it */ - SSL_CTX_remove_session(s->session_ctx,ret); - } - goto err; - } - - s->session_ctx->stats.sess_hit++; - - if (s->session != NULL) - SSL_SESSION_free(s->session); - s->session=ret; - s->verify_result = s->session->verify_result; - return 1; + if (try_session_cache && + ret == NULL && + !(s->session_ctx->session_cache_mode & + SSL_SESS_CACHE_NO_INTERNAL_LOOKUP)) { + SSL_SESSION data; + data.ssl_version = s->version; + data.session_id_length = len; + if (len == 0) + return 0; + memcpy(data.session_id, session_id, len); + CRYPTO_r_lock(CRYPTO_LOCK_SSL_CTX); + ret = lh_SSL_SESSION_retrieve(s->session_ctx->sessions, &data); + if (ret != NULL) { + /* don't allow other threads to steal it: */ + CRYPTO_add(&ret->references, 1, CRYPTO_LOCK_SSL_SESSION); + } + CRYPTO_r_unlock(CRYPTO_LOCK_SSL_CTX); + if (ret == NULL) + s->session_ctx->stats.sess_miss++; + } + + if (try_session_cache && + ret == NULL && s->session_ctx->get_session_cb != NULL) { + int copy = 1; + + if ((ret = s->session_ctx->get_session_cb(s, session_id, len, ©))) { + s->session_ctx->stats.sess_cb_hit++; + + /* + * Increment reference count now if the session callback asks us + * to do so (note that if the session structures returned by the + * callback are shared between threads, it must handle the + * reference count itself [i.e. copy == 0], or things won't be + * thread-safe). + */ + if (copy) + CRYPTO_add(&ret->references, 1, CRYPTO_LOCK_SSL_SESSION); + + /* + * Add the externally cached session to the internal cache as + * well if and only if we are supposed to. + */ + if (! + (s->session_ctx->session_cache_mode & + SSL_SESS_CACHE_NO_INTERNAL_STORE)) + /* + * The following should not return 1, otherwise, things are + * very strange + */ + SSL_CTX_add_session(s->session_ctx, ret); + } + } + + if (ret == NULL) + goto err; + + /* Now ret is non-NULL and we own one of its reference counts. */ + + if (ret->sid_ctx_length != s->sid_ctx_length + || memcmp(ret->sid_ctx, s->sid_ctx, ret->sid_ctx_length)) { + /* + * We have the session requested by the client, but we don't want to + * use it in this context. + */ + goto err; /* treat like cache miss */ + } + + if ((s->verify_mode & SSL_VERIFY_PEER) && s->sid_ctx_length == 0) { + /* + * We can't be sure if this session is being used out of context, + * which is especially important for SSL_VERIFY_PEER. The application + * should have used SSL[_CTX]_set_session_id_context. For this error + * case, we generate an error instead of treating the event like a + * cache miss (otherwise it would be easy for applications to + * effectively disable the session cache by accident without anyone + * noticing). + */ + + SSLerr(SSL_F_SSL_GET_PREV_SESSION, + SSL_R_SESSION_ID_CONTEXT_UNINITIALIZED); + fatal = 1; + goto err; + } + + if (ret->cipher == NULL) { + unsigned char buf[5], *p; + unsigned long l; + + p = buf; + l = ret->cipher_id; + l2n(l, p); + if ((ret->ssl_version >> 8) >= SSL3_VERSION_MAJOR) + ret->cipher = ssl_get_cipher_by_char(s, &(buf[2])); + else + ret->cipher = ssl_get_cipher_by_char(s, &(buf[1])); + if (ret->cipher == NULL) + goto err; + } + + if (ret->timeout < (long)(time(NULL) - ret->time)) { /* timeout */ + s->session_ctx->stats.sess_timeout++; + if (try_session_cache) { + /* session was from the cache, so remove it */ + SSL_CTX_remove_session(s->session_ctx, ret); + } + goto err; + } + + s->session_ctx->stats.sess_hit++; + + if (s->session != NULL) + SSL_SESSION_free(s->session); + s->session = ret; + s->verify_result = s->session->verify_result; + return 1; err: - if (ret != NULL) - { - SSL_SESSION_free(ret); + if (ret != NULL) { + SSL_SESSION_free(ret); #ifndef OPENSSL_NO_TLSEXT - if (!try_session_cache) - { - /* The session was from a ticket, so we should - * issue a ticket for the new session */ - s->tlsext_ticket_expected = 1; - } + if (!try_session_cache) { + /* + * The session was from a ticket, so we should issue a ticket for + * the new session + */ + s->tlsext_ticket_expected = 1; + } #endif - } - if (fatal) - return -1; - else - return 0; - } + } + if (fatal) + return -1; + else + return 0; +} int SSL_CTX_add_session(SSL_CTX *ctx, SSL_SESSION *c) - { - int ret=0; - SSL_SESSION *s; - - /* add just 1 reference count for the SSL_CTX's session cache - * even though it has two ways of access: each session is in a - * doubly linked list and an lhash */ - CRYPTO_add(&c->references,1,CRYPTO_LOCK_SSL_SESSION); - /* if session c is in already in cache, we take back the increment later */ - - CRYPTO_w_lock(CRYPTO_LOCK_SSL_CTX); - s=lh_SSL_SESSION_insert(ctx->sessions,c); - - /* s != NULL iff we already had a session with the given PID. - * In this case, s == c should hold (then we did not really modify - * ctx->sessions), or we're in trouble. */ - if (s != NULL && s != c) - { - /* We *are* in trouble ... */ - SSL_SESSION_list_remove(ctx,s); - SSL_SESSION_free(s); - /* ... so pretend the other session did not exist in cache - * (we cannot handle two SSL_SESSION structures with identical - * session ID in the same cache, which could happen e.g. when - * two threads concurrently obtain the same session from an external - * cache) */ - s = NULL; - } - - /* Put at the head of the queue unless it is already in the cache */ - if (s == NULL) - SSL_SESSION_list_add(ctx,c); - - if (s != NULL) - { - /* existing cache entry -- decrement previously incremented reference - * count because it already takes into account the cache */ - - SSL_SESSION_free(s); /* s == c */ - ret=0; - } - else - { - /* new cache entry -- remove old ones if cache has become too large */ - - ret=1; - - if (SSL_CTX_sess_get_cache_size(ctx) > 0) - { - while (SSL_CTX_sess_number(ctx) > - SSL_CTX_sess_get_cache_size(ctx)) - { - if (!remove_session_lock(ctx, - ctx->session_cache_tail, 0)) - break; - else - ctx->stats.sess_cache_full++; - } - } - } - CRYPTO_w_unlock(CRYPTO_LOCK_SSL_CTX); - return(ret); - } +{ + int ret = 0; + SSL_SESSION *s; + + /* + * add just 1 reference count for the SSL_CTX's session cache even though + * it has two ways of access: each session is in a doubly linked list and + * an lhash + */ + CRYPTO_add(&c->references, 1, CRYPTO_LOCK_SSL_SESSION); + /* + * if session c is in already in cache, we take back the increment later + */ + + CRYPTO_w_lock(CRYPTO_LOCK_SSL_CTX); + s = lh_SSL_SESSION_insert(ctx->sessions, c); + + /* + * s != NULL iff we already had a session with the given PID. In this + * case, s == c should hold (then we did not really modify + * ctx->sessions), or we're in trouble. + */ + if (s != NULL && s != c) { + /* We *are* in trouble ... */ + SSL_SESSION_list_remove(ctx, s); + SSL_SESSION_free(s); + /* + * ... so pretend the other session did not exist in cache (we cannot + * handle two SSL_SESSION structures with identical session ID in the + * same cache, which could happen e.g. when two threads concurrently + * obtain the same session from an external cache) + */ + s = NULL; + } + + /* Put at the head of the queue unless it is already in the cache */ + if (s == NULL) + SSL_SESSION_list_add(ctx, c); + + if (s != NULL) { + /* + * existing cache entry -- decrement previously incremented reference + * count because it already takes into account the cache + */ + + SSL_SESSION_free(s); /* s == c */ + ret = 0; + } else { + /* + * new cache entry -- remove old ones if cache has become too large + */ + + ret = 1; + + if (SSL_CTX_sess_get_cache_size(ctx) > 0) { + while (SSL_CTX_sess_number(ctx) > + SSL_CTX_sess_get_cache_size(ctx)) { + if (!remove_session_lock(ctx, ctx->session_cache_tail, 0)) + break; + else + ctx->stats.sess_cache_full++; + } + } + } + CRYPTO_w_unlock(CRYPTO_LOCK_SSL_CTX); + return (ret); +} int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *c) { - return remove_session_lock(ctx, c, 1); + return remove_session_lock(ctx, c, 1); } static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck) - { - SSL_SESSION *r; - int ret=0; - - if ((c != NULL) && (c->session_id_length != 0)) - { - if(lck) CRYPTO_w_lock(CRYPTO_LOCK_SSL_CTX); - if ((r = lh_SSL_SESSION_retrieve(ctx->sessions,c)) == c) - { - ret=1; - r=lh_SSL_SESSION_delete(ctx->sessions,c); - SSL_SESSION_list_remove(ctx,c); - } - - if(lck) CRYPTO_w_unlock(CRYPTO_LOCK_SSL_CTX); - - if (ret) - { - r->not_resumable=1; - if (ctx->remove_session_cb != NULL) - ctx->remove_session_cb(ctx,r); - SSL_SESSION_free(r); - } - } - else - ret=0; - return(ret); - } +{ + SSL_SESSION *r; + int ret = 0; + + if ((c != NULL) && (c->session_id_length != 0)) { + if (lck) + CRYPTO_w_lock(CRYPTO_LOCK_SSL_CTX); + if ((r = lh_SSL_SESSION_retrieve(ctx->sessions, c)) == c) { + ret = 1; + r = lh_SSL_SESSION_delete(ctx->sessions, c); + SSL_SESSION_list_remove(ctx, c); + } + + if (lck) + CRYPTO_w_unlock(CRYPTO_LOCK_SSL_CTX); + + if (ret) { + r->not_resumable = 1; + if (ctx->remove_session_cb != NULL) + ctx->remove_session_cb(ctx, r); + SSL_SESSION_free(r); + } + } else + ret = 0; + return (ret); +} void SSL_SESSION_free(SSL_SESSION *ss) - { - int i; +{ + int i; - if(ss == NULL) - return; + if (ss == NULL) + return; - i=CRYPTO_add(&ss->references,-1,CRYPTO_LOCK_SSL_SESSION); + i = CRYPTO_add(&ss->references, -1, CRYPTO_LOCK_SSL_SESSION); #ifdef REF_PRINT - REF_PRINT("SSL_SESSION",ss); + REF_PRINT("SSL_SESSION", ss); #endif - if (i > 0) return; + if (i > 0) + return; #ifdef REF_CHECK - if (i < 0) - { - fprintf(stderr,"SSL_SESSION_free, bad reference count\n"); - abort(); /* ok */ - } + if (i < 0) { + fprintf(stderr, "SSL_SESSION_free, bad reference count\n"); + abort(); /* ok */ + } #endif - CRYPTO_free_ex_data(CRYPTO_EX_INDEX_SSL_SESSION, ss, &ss->ex_data); - - OPENSSL_cleanse(ss->key_arg,sizeof ss->key_arg); - OPENSSL_cleanse(ss->master_key,sizeof ss->master_key); - OPENSSL_cleanse(ss->session_id,sizeof ss->session_id); - if (ss->sess_cert != NULL) ssl_sess_cert_free(ss->sess_cert); - if (ss->peer != NULL) X509_free(ss->peer); - if (ss->ciphers != NULL) sk_SSL_CIPHER_free(ss->ciphers); + CRYPTO_free_ex_data(CRYPTO_EX_INDEX_SSL_SESSION, ss, &ss->ex_data); + + OPENSSL_cleanse(ss->key_arg, sizeof ss->key_arg); + OPENSSL_cleanse(ss->master_key, sizeof ss->master_key); + OPENSSL_cleanse(ss->session_id, sizeof ss->session_id); + if (ss->sess_cert != NULL) + ssl_sess_cert_free(ss->sess_cert); + if (ss->peer != NULL) + X509_free(ss->peer); + if (ss->ciphers != NULL) + sk_SSL_CIPHER_free(ss->ciphers); #ifndef OPENSSL_NO_TLSEXT - if (ss->tlsext_hostname != NULL) OPENSSL_free(ss->tlsext_hostname); - if (ss->tlsext_tick != NULL) OPENSSL_free(ss->tlsext_tick); -#ifndef OPENSSL_NO_EC - ss->tlsext_ecpointformatlist_length = 0; - if (ss->tlsext_ecpointformatlist != NULL) OPENSSL_free(ss->tlsext_ecpointformatlist); - ss->tlsext_ellipticcurvelist_length = 0; - if (ss->tlsext_ellipticcurvelist != NULL) OPENSSL_free(ss->tlsext_ellipticcurvelist); -#endif /* OPENSSL_NO_EC */ + if (ss->tlsext_hostname != NULL) + OPENSSL_free(ss->tlsext_hostname); + if (ss->tlsext_tick != NULL) + OPENSSL_free(ss->tlsext_tick); +# ifndef OPENSSL_NO_EC + ss->tlsext_ecpointformatlist_length = 0; + if (ss->tlsext_ecpointformatlist != NULL) + OPENSSL_free(ss->tlsext_ecpointformatlist); + ss->tlsext_ellipticcurvelist_length = 0; + if (ss->tlsext_ellipticcurvelist != NULL) + OPENSSL_free(ss->tlsext_ellipticcurvelist); +# endif /* OPENSSL_NO_EC */ #endif #ifndef OPENSSL_NO_PSK - if (ss->psk_identity_hint != NULL) - OPENSSL_free(ss->psk_identity_hint); - if (ss->psk_identity != NULL) - OPENSSL_free(ss->psk_identity); + if (ss->psk_identity_hint != NULL) + OPENSSL_free(ss->psk_identity_hint); + if (ss->psk_identity != NULL) + OPENSSL_free(ss->psk_identity); #endif #ifndef OPENSSL_NO_SRP - if (ss->srp_username != NULL) - OPENSSL_free(ss->srp_username); + if (ss->srp_username != NULL) + OPENSSL_free(ss->srp_username); #endif - OPENSSL_cleanse(ss,sizeof(*ss)); - OPENSSL_free(ss); - } + OPENSSL_cleanse(ss, sizeof(*ss)); + OPENSSL_free(ss); +} int SSL_set_session(SSL *s, SSL_SESSION *session) - { - int ret=0; - const SSL_METHOD *meth; - - if (session != NULL) - { - meth=s->ctx->method->get_ssl_method(session->ssl_version); - if (meth == NULL) - meth=s->method->get_ssl_method(session->ssl_version); - if (meth == NULL) - { - SSLerr(SSL_F_SSL_SET_SESSION,SSL_R_UNABLE_TO_FIND_SSL_METHOD); - return(0); - } - - if (meth != s->method) - { - if (!SSL_set_ssl_method(s,meth)) - return(0); - } - +{ + int ret = 0; + const SSL_METHOD *meth; + + if (session != NULL) { + meth = s->ctx->method->get_ssl_method(session->ssl_version); + if (meth == NULL) + meth = s->method->get_ssl_method(session->ssl_version); + if (meth == NULL) { + SSLerr(SSL_F_SSL_SET_SESSION, SSL_R_UNABLE_TO_FIND_SSL_METHOD); + return (0); + } + + if (meth != s->method) { + if (!SSL_set_ssl_method(s, meth)) + return (0); + } #ifndef OPENSSL_NO_KRB5 - if (s->kssl_ctx && !s->kssl_ctx->client_princ && - session->krb5_client_princ_len > 0) - { - s->kssl_ctx->client_princ = (char *)OPENSSL_malloc(session->krb5_client_princ_len + 1); - memcpy(s->kssl_ctx->client_princ,session->krb5_client_princ, - session->krb5_client_princ_len); - s->kssl_ctx->client_princ[session->krb5_client_princ_len] = '\0'; - } -#endif /* OPENSSL_NO_KRB5 */ - - /* CRYPTO_w_lock(CRYPTO_LOCK_SSL);*/ - CRYPTO_add(&session->references,1,CRYPTO_LOCK_SSL_SESSION); - if (s->session != NULL) - SSL_SESSION_free(s->session); - s->session=session; - s->verify_result = s->session->verify_result; - /* CRYPTO_w_unlock(CRYPTO_LOCK_SSL);*/ - ret=1; - } - else - { - if (s->session != NULL) - { - SSL_SESSION_free(s->session); - s->session=NULL; - } - - meth=s->ctx->method; - if (meth != s->method) - { - if (!SSL_set_ssl_method(s,meth)) - return(0); - } - ret=1; - } - return(ret); - } + if (s->kssl_ctx && !s->kssl_ctx->client_princ && + session->krb5_client_princ_len > 0) { + s->kssl_ctx->client_princ = + (char *)OPENSSL_malloc(session->krb5_client_princ_len + 1); + memcpy(s->kssl_ctx->client_princ, session->krb5_client_princ, + session->krb5_client_princ_len); + s->kssl_ctx->client_princ[session->krb5_client_princ_len] = '\0'; + } +#endif /* OPENSSL_NO_KRB5 */ + + /* CRYPTO_w_lock(CRYPTO_LOCK_SSL); */ + CRYPTO_add(&session->references, 1, CRYPTO_LOCK_SSL_SESSION); + if (s->session != NULL) + SSL_SESSION_free(s->session); + s->session = session; + s->verify_result = s->session->verify_result; + /* CRYPTO_w_unlock(CRYPTO_LOCK_SSL); */ + ret = 1; + } else { + if (s->session != NULL) { + SSL_SESSION_free(s->session); + s->session = NULL; + } + + meth = s->ctx->method; + if (meth != s->method) { + if (!SSL_set_ssl_method(s, meth)) + return (0); + } + ret = 1; + } + return (ret); +} long SSL_SESSION_set_timeout(SSL_SESSION *s, long t) - { - if (s == NULL) return(0); - s->timeout=t; - return(1); - } +{ + if (s == NULL) + return (0); + s->timeout = t; + return (1); +} long SSL_SESSION_get_timeout(const SSL_SESSION *s) - { - if (s == NULL) return(0); - return(s->timeout); - } +{ + if (s == NULL) + return (0); + return (s->timeout); +} long SSL_SESSION_get_time(const SSL_SESSION *s) - { - if (s == NULL) return(0); - return(s->time); - } +{ + if (s == NULL) + return (0); + return (s->time); +} long SSL_SESSION_set_time(SSL_SESSION *s, long t) - { - if (s == NULL) return(0); - s->time=t; - return(t); - } +{ + if (s == NULL) + return (0); + s->time = t; + return (t); +} X509 *SSL_SESSION_get0_peer(SSL_SESSION *s) - { - return s->peer; - } - -int SSL_SESSION_set1_id_context(SSL_SESSION *s,const unsigned char *sid_ctx, - unsigned int sid_ctx_len) - { - if(sid_ctx_len > SSL_MAX_SID_CTX_LENGTH) - { - SSLerr(SSL_F_SSL_SESSION_SET1_ID_CONTEXT,SSL_R_SSL_SESSION_ID_CONTEXT_TOO_LONG); - return 0; - } - s->sid_ctx_length=sid_ctx_len; - memcpy(s->sid_ctx,sid_ctx,sid_ctx_len); - - return 1; - } +{ + return s->peer; +} + +int SSL_SESSION_set1_id_context(SSL_SESSION *s, const unsigned char *sid_ctx, + unsigned int sid_ctx_len) +{ + if (sid_ctx_len > SSL_MAX_SID_CTX_LENGTH) { + SSLerr(SSL_F_SSL_SESSION_SET1_ID_CONTEXT, + SSL_R_SSL_SESSION_ID_CONTEXT_TOO_LONG); + return 0; + } + s->sid_ctx_length = sid_ctx_len; + memcpy(s->sid_ctx, sid_ctx, sid_ctx_len); + + return 1; +} long SSL_CTX_set_timeout(SSL_CTX *s, long t) - { - long l; - if (s == NULL) return(0); - l=s->session_timeout; - s->session_timeout=t; - return(l); - } +{ + long l; + if (s == NULL) + return (0); + l = s->session_timeout; + s->session_timeout = t; + return (l); +} long SSL_CTX_get_timeout(const SSL_CTX *s) - { - if (s == NULL) return(0); - return(s->session_timeout); - } +{ + if (s == NULL) + return (0); + return (s->session_timeout); +} #ifndef OPENSSL_NO_TLSEXT -int SSL_set_session_secret_cb(SSL *s, int (*tls_session_secret_cb)(SSL *s, void *secret, int *secret_len, - STACK_OF(SSL_CIPHER) *peer_ciphers, SSL_CIPHER **cipher, void *arg), void *arg) - { - if (s == NULL) return(0); - s->tls_session_secret_cb = tls_session_secret_cb; - s->tls_session_secret_cb_arg = arg; - return(1); - } +int SSL_set_session_secret_cb(SSL *s, + int (*tls_session_secret_cb) (SSL *s, + void *secret, + int *secret_len, + STACK_OF(SSL_CIPHER) + *peer_ciphers, + SSL_CIPHER + **cipher, + void *arg), + void *arg) +{ + if (s == NULL) + return (0); + s->tls_session_secret_cb = tls_session_secret_cb; + s->tls_session_secret_cb_arg = arg; + return (1); +} int SSL_set_session_ticket_ext_cb(SSL *s, tls_session_ticket_ext_cb_fn cb, - void *arg) - { - if (s == NULL) return(0); - s->tls_session_ticket_ext_cb = cb; - s->tls_session_ticket_ext_cb_arg = arg; - return(1); - } + void *arg) +{ + if (s == NULL) + return (0); + s->tls_session_ticket_ext_cb = cb; + s->tls_session_ticket_ext_cb_arg = arg; + return (1); +} int SSL_set_session_ticket_ext(SSL *s, void *ext_data, int ext_len) - { - if (s->version >= TLS1_VERSION) - { - if (s->tlsext_session_ticket) - { - OPENSSL_free(s->tlsext_session_ticket); - s->tlsext_session_ticket = NULL; - } - - s->tlsext_session_ticket = OPENSSL_malloc(sizeof(TLS_SESSION_TICKET_EXT) + ext_len); - if (!s->tlsext_session_ticket) - { - SSLerr(SSL_F_SSL_SET_SESSION_TICKET_EXT, ERR_R_MALLOC_FAILURE); - return 0; - } - - if (ext_data) - { - s->tlsext_session_ticket->length = ext_len; - s->tlsext_session_ticket->data = s->tlsext_session_ticket + 1; - memcpy(s->tlsext_session_ticket->data, ext_data, ext_len); - } - else - { - s->tlsext_session_ticket->length = 0; - s->tlsext_session_ticket->data = NULL; - } - - return 1; - } - - return 0; - } -#endif /* OPENSSL_NO_TLSEXT */ - -typedef struct timeout_param_st - { - SSL_CTX *ctx; - long time; - LHASH_OF(SSL_SESSION) *cache; - } TIMEOUT_PARAM; +{ + if (s->version >= TLS1_VERSION) { + if (s->tlsext_session_ticket) { + OPENSSL_free(s->tlsext_session_ticket); + s->tlsext_session_ticket = NULL; + } + + s->tlsext_session_ticket = + OPENSSL_malloc(sizeof(TLS_SESSION_TICKET_EXT) + ext_len); + if (!s->tlsext_session_ticket) { + SSLerr(SSL_F_SSL_SET_SESSION_TICKET_EXT, ERR_R_MALLOC_FAILURE); + return 0; + } + + if (ext_data) { + s->tlsext_session_ticket->length = ext_len; + s->tlsext_session_ticket->data = s->tlsext_session_ticket + 1; + memcpy(s->tlsext_session_ticket->data, ext_data, ext_len); + } else { + s->tlsext_session_ticket->length = 0; + s->tlsext_session_ticket->data = NULL; + } + + return 1; + } + + return 0; +} +#endif /* OPENSSL_NO_TLSEXT */ + +typedef struct timeout_param_st { + SSL_CTX *ctx; + long time; + LHASH_OF(SSL_SESSION) *cache; +} TIMEOUT_PARAM; static void timeout_doall_arg(SSL_SESSION *s, TIMEOUT_PARAM *p) - { - if ((p->time == 0) || (p->time > (s->time+s->timeout))) /* timeout */ - { - /* The reason we don't call SSL_CTX_remove_session() is to - * save on locking overhead */ - (void)lh_SSL_SESSION_delete(p->cache,s); - SSL_SESSION_list_remove(p->ctx,s); - s->not_resumable=1; - if (p->ctx->remove_session_cb != NULL) - p->ctx->remove_session_cb(p->ctx,s); - SSL_SESSION_free(s); - } - } +{ + if ((p->time == 0) || (p->time > (s->time + s->timeout))) { /* timeout */ + /* + * The reason we don't call SSL_CTX_remove_session() is to save on + * locking overhead + */ + (void)lh_SSL_SESSION_delete(p->cache, s); + SSL_SESSION_list_remove(p->ctx, s); + s->not_resumable = 1; + if (p->ctx->remove_session_cb != NULL) + p->ctx->remove_session_cb(p->ctx, s); + SSL_SESSION_free(s); + } +} static IMPLEMENT_LHASH_DOALL_ARG_FN(timeout, SSL_SESSION, TIMEOUT_PARAM) void SSL_CTX_flush_sessions(SSL_CTX *s, long t) - { - unsigned long i; - TIMEOUT_PARAM tp; - - tp.ctx=s; - tp.cache=s->sessions; - if (tp.cache == NULL) return; - tp.time=t; - CRYPTO_w_lock(CRYPTO_LOCK_SSL_CTX); - i=CHECKED_LHASH_OF(SSL_SESSION, tp.cache)->down_load; - CHECKED_LHASH_OF(SSL_SESSION, tp.cache)->down_load=0; - lh_SSL_SESSION_doall_arg(tp.cache, LHASH_DOALL_ARG_FN(timeout), - TIMEOUT_PARAM, &tp); - CHECKED_LHASH_OF(SSL_SESSION, tp.cache)->down_load=i; - CRYPTO_w_unlock(CRYPTO_LOCK_SSL_CTX); - } +{ + unsigned long i; + TIMEOUT_PARAM tp; + + tp.ctx = s; + tp.cache = s->sessions; + if (tp.cache == NULL) + return; + tp.time = t; + CRYPTO_w_lock(CRYPTO_LOCK_SSL_CTX); + i = CHECKED_LHASH_OF(SSL_SESSION, tp.cache)->down_load; + CHECKED_LHASH_OF(SSL_SESSION, tp.cache)->down_load = 0; + lh_SSL_SESSION_doall_arg(tp.cache, LHASH_DOALL_ARG_FN(timeout), + TIMEOUT_PARAM, &tp); + CHECKED_LHASH_OF(SSL_SESSION, tp.cache)->down_load = i; + CRYPTO_w_unlock(CRYPTO_LOCK_SSL_CTX); +} int ssl_clear_bad_session(SSL *s) - { - if ( (s->session != NULL) && - !(s->shutdown & SSL_SENT_SHUTDOWN) && - !(SSL_in_init(s) || SSL_in_before(s))) - { - SSL_CTX_remove_session(s->ctx,s->session); - return(1); - } - else - return(0); - } +{ + if ((s->session != NULL) && + !(s->shutdown & SSL_SENT_SHUTDOWN) && + !(SSL_in_init(s) || SSL_in_before(s))) { + SSL_CTX_remove_session(s->ctx, s->session); + return (1); + } else + return (0); +} /* locked by SSL_CTX in the calling function */ static void SSL_SESSION_list_remove(SSL_CTX *ctx, SSL_SESSION *s) - { - if ((s->next == NULL) || (s->prev == NULL)) return; - - if (s->next == (SSL_SESSION *)&(ctx->session_cache_tail)) - { /* last element in list */ - if (s->prev == (SSL_SESSION *)&(ctx->session_cache_head)) - { /* only one element in list */ - ctx->session_cache_head=NULL; - ctx->session_cache_tail=NULL; - } - else - { - ctx->session_cache_tail=s->prev; - s->prev->next=(SSL_SESSION *)&(ctx->session_cache_tail); - } - } - else - { - if (s->prev == (SSL_SESSION *)&(ctx->session_cache_head)) - { /* first element in list */ - ctx->session_cache_head=s->next; - s->next->prev=(SSL_SESSION *)&(ctx->session_cache_head); - } - else - { /* middle of list */ - s->next->prev=s->prev; - s->prev->next=s->next; - } - } - s->prev=s->next=NULL; - } +{ + if ((s->next == NULL) || (s->prev == NULL)) + return; + + if (s->next == (SSL_SESSION *)&(ctx->session_cache_tail)) { + /* last element in list */ + if (s->prev == (SSL_SESSION *)&(ctx->session_cache_head)) { + /* only one element in list */ + ctx->session_cache_head = NULL; + ctx->session_cache_tail = NULL; + } else { + ctx->session_cache_tail = s->prev; + s->prev->next = (SSL_SESSION *)&(ctx->session_cache_tail); + } + } else { + if (s->prev == (SSL_SESSION *)&(ctx->session_cache_head)) { + /* first element in list */ + ctx->session_cache_head = s->next; + s->next->prev = (SSL_SESSION *)&(ctx->session_cache_head); + } else { + /* middle of list */ + s->next->prev = s->prev; + s->prev->next = s->next; + } + } + s->prev = s->next = NULL; +} static void SSL_SESSION_list_add(SSL_CTX *ctx, SSL_SESSION *s) - { - if ((s->next != NULL) && (s->prev != NULL)) - SSL_SESSION_list_remove(ctx,s); - - if (ctx->session_cache_head == NULL) - { - ctx->session_cache_head=s; - ctx->session_cache_tail=s; - s->prev=(SSL_SESSION *)&(ctx->session_cache_head); - s->next=(SSL_SESSION *)&(ctx->session_cache_tail); - } - else - { - s->next=ctx->session_cache_head; - s->next->prev=s; - s->prev=(SSL_SESSION *)&(ctx->session_cache_head); - ctx->session_cache_head=s; - } - } +{ + if ((s->next != NULL) && (s->prev != NULL)) + SSL_SESSION_list_remove(ctx, s); + + if (ctx->session_cache_head == NULL) { + ctx->session_cache_head = s; + ctx->session_cache_tail = s; + s->prev = (SSL_SESSION *)&(ctx->session_cache_head); + s->next = (SSL_SESSION *)&(ctx->session_cache_tail); + } else { + s->next = ctx->session_cache_head; + s->next->prev = s; + s->prev = (SSL_SESSION *)&(ctx->session_cache_head); + ctx->session_cache_head = s; + } +} void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx, - int (*cb)(struct ssl_st *ssl,SSL_SESSION *sess)) - { - ctx->new_session_cb=cb; - } + int (*cb) (struct ssl_st *ssl, + SSL_SESSION *sess)) +{ + ctx->new_session_cb = cb; +} -int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx))(SSL *ssl, SSL_SESSION *sess) - { - return ctx->new_session_cb; - } +int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (SSL *ssl, SSL_SESSION *sess) { + return ctx->new_session_cb; +} void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx, - void (*cb)(SSL_CTX *ctx,SSL_SESSION *sess)) - { - ctx->remove_session_cb=cb; - } + void (*cb) (SSL_CTX *ctx, SSL_SESSION *sess)) +{ + ctx->remove_session_cb = cb; +} -void (*SSL_CTX_sess_get_remove_cb(SSL_CTX *ctx))(SSL_CTX * ctx,SSL_SESSION *sess) - { - return ctx->remove_session_cb; - } +void (*SSL_CTX_sess_get_remove_cb(SSL_CTX *ctx)) (SSL_CTX *ctx, + SSL_SESSION *sess) { + return ctx->remove_session_cb; +} void SSL_CTX_sess_set_get_cb(SSL_CTX *ctx, - SSL_SESSION *(*cb)(struct ssl_st *ssl, - unsigned char *data,int len,int *copy)) - { - ctx->get_session_cb=cb; - } - -SSL_SESSION * (*SSL_CTX_sess_get_get_cb(SSL_CTX *ctx))(SSL *ssl, - unsigned char *data,int len,int *copy) - { - return ctx->get_session_cb; - } - -void SSL_CTX_set_info_callback(SSL_CTX *ctx, - void (*cb)(const SSL *ssl,int type,int val)) - { - ctx->info_callback=cb; - } - -void (*SSL_CTX_get_info_callback(SSL_CTX *ctx))(const SSL *ssl,int type,int val) - { - return ctx->info_callback; - } + SSL_SESSION *(*cb) (struct ssl_st *ssl, + unsigned char *data, int len, + int *copy)) +{ + ctx->get_session_cb = cb; +} + +SSL_SESSION *(*SSL_CTX_sess_get_get_cb(SSL_CTX *ctx)) (SSL *ssl, + unsigned char *data, + int len, int *copy) { + return ctx->get_session_cb; +} + +void SSL_CTX_set_info_callback(SSL_CTX *ctx, + void (*cb) (const SSL *ssl, int type, int val)) +{ + ctx->info_callback = cb; +} + +void (*SSL_CTX_get_info_callback(SSL_CTX *ctx)) (const SSL *ssl, int type, + int val) { + return ctx->info_callback; +} void SSL_CTX_set_client_cert_cb(SSL_CTX *ctx, - int (*cb)(SSL *ssl, X509 **x509, EVP_PKEY **pkey)) - { - ctx->client_cert_cb=cb; - } + int (*cb) (SSL *ssl, X509 **x509, + EVP_PKEY **pkey)) +{ + ctx->client_cert_cb = cb; +} -int (*SSL_CTX_get_client_cert_cb(SSL_CTX *ctx))(SSL * ssl, X509 ** x509 , EVP_PKEY **pkey) - { - return ctx->client_cert_cb; - } +int (*SSL_CTX_get_client_cert_cb(SSL_CTX *ctx)) (SSL *ssl, X509 **x509, + EVP_PKEY **pkey) { + return ctx->client_cert_cb; +} #ifndef OPENSSL_NO_ENGINE int SSL_CTX_set_client_cert_engine(SSL_CTX *ctx, ENGINE *e) - { - if (!ENGINE_init(e)) - { - SSLerr(SSL_F_SSL_CTX_SET_CLIENT_CERT_ENGINE, ERR_R_ENGINE_LIB); - return 0; - } - if(!ENGINE_get_ssl_client_cert_function(e)) - { - SSLerr(SSL_F_SSL_CTX_SET_CLIENT_CERT_ENGINE, SSL_R_NO_CLIENT_CERT_METHOD); - ENGINE_finish(e); - return 0; - } - ctx->client_cert_engine = e; - return 1; - } +{ + if (!ENGINE_init(e)) { + SSLerr(SSL_F_SSL_CTX_SET_CLIENT_CERT_ENGINE, ERR_R_ENGINE_LIB); + return 0; + } + if (!ENGINE_get_ssl_client_cert_function(e)) { + SSLerr(SSL_F_SSL_CTX_SET_CLIENT_CERT_ENGINE, + SSL_R_NO_CLIENT_CERT_METHOD); + ENGINE_finish(e); + return 0; + } + ctx->client_cert_engine = e; + return 1; +} #endif void SSL_CTX_set_cookie_generate_cb(SSL_CTX *ctx, - int (*cb)(SSL *ssl, unsigned char *cookie, unsigned int *cookie_len)) - { - ctx->app_gen_cookie_cb=cb; - } + int (*cb) (SSL *ssl, + unsigned char *cookie, + unsigned int *cookie_len)) +{ + ctx->app_gen_cookie_cb = cb; +} void SSL_CTX_set_cookie_verify_cb(SSL_CTX *ctx, - int (*cb)(SSL *ssl, unsigned char *cookie, unsigned int cookie_len)) - { - ctx->app_verify_cookie_cb=cb; - } + int (*cb) (SSL *ssl, unsigned char *cookie, + unsigned int cookie_len)) +{ + ctx->app_verify_cookie_cb = cb; +} -IMPLEMENT_PEM_rw(SSL_SESSION, SSL_SESSION, PEM_STRING_SSL_SESSION, SSL_SESSION) +IMPLEMENT_PEM_rw(SSL_SESSION, SSL_SESSION, PEM_STRING_SSL_SESSION, + SSL_SESSION) diff --git a/openssl/ssl/ssl_stat.c b/openssl/ssl/ssl_stat.c index c5a15ce54..d725d7834 100644 --- a/openssl/ssl/ssl_stat.c +++ b/openssl/ssl/ssl_stat.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -86,479 +86,987 @@ #include "ssl_locl.h" const char *SSL_state_string_long(const SSL *s) - { - const char *str; +{ + const char *str; - switch (s->state) - { -case SSL_ST_BEFORE: str="before SSL initialization"; break; -case SSL_ST_ACCEPT: str="before accept initialization"; break; -case SSL_ST_CONNECT: str="before connect initialization"; break; -case SSL_ST_OK: str="SSL negotiation finished successfully"; break; -case SSL_ST_RENEGOTIATE: str="SSL renegotiate ciphers"; break; -case SSL_ST_BEFORE|SSL_ST_CONNECT: str="before/connect initialization"; break; -case SSL_ST_OK|SSL_ST_CONNECT: str="ok/connect SSL initialization"; break; -case SSL_ST_BEFORE|SSL_ST_ACCEPT: str="before/accept initialization"; break; -case SSL_ST_OK|SSL_ST_ACCEPT: str="ok/accept SSL initialization"; break; + switch (s->state) { + case SSL_ST_BEFORE: + str = "before SSL initialization"; + break; + case SSL_ST_ACCEPT: + str = "before accept initialization"; + break; + case SSL_ST_CONNECT: + str = "before connect initialization"; + break; + case SSL_ST_OK: + str = "SSL negotiation finished successfully"; + break; + case SSL_ST_RENEGOTIATE: + str = "SSL renegotiate ciphers"; + break; + case SSL_ST_BEFORE | SSL_ST_CONNECT: + str = "before/connect initialization"; + break; + case SSL_ST_OK | SSL_ST_CONNECT: + str = "ok/connect SSL initialization"; + break; + case SSL_ST_BEFORE | SSL_ST_ACCEPT: + str = "before/accept initialization"; + break; + case SSL_ST_OK | SSL_ST_ACCEPT: + str = "ok/accept SSL initialization"; + break; #ifndef OPENSSL_NO_SSL2 -case SSL2_ST_CLIENT_START_ENCRYPTION: str="SSLv2 client start encryption"; break; -case SSL2_ST_SERVER_START_ENCRYPTION: str="SSLv2 server start encryption"; break; -case SSL2_ST_SEND_CLIENT_HELLO_A: str="SSLv2 write client hello A"; break; -case SSL2_ST_SEND_CLIENT_HELLO_B: str="SSLv2 write client hello B"; break; -case SSL2_ST_GET_SERVER_HELLO_A: str="SSLv2 read server hello A"; break; -case SSL2_ST_GET_SERVER_HELLO_B: str="SSLv2 read server hello B"; break; -case SSL2_ST_SEND_CLIENT_MASTER_KEY_A: str="SSLv2 write client master key A"; break; -case SSL2_ST_SEND_CLIENT_MASTER_KEY_B: str="SSLv2 write client master key B"; break; -case SSL2_ST_SEND_CLIENT_FINISHED_A: str="SSLv2 write client finished A"; break; -case SSL2_ST_SEND_CLIENT_FINISHED_B: str="SSLv2 write client finished B"; break; -case SSL2_ST_SEND_CLIENT_CERTIFICATE_A: str="SSLv2 write client certificate A"; break; -case SSL2_ST_SEND_CLIENT_CERTIFICATE_B: str="SSLv2 write client certificate B"; break; -case SSL2_ST_SEND_CLIENT_CERTIFICATE_C: str="SSLv2 write client certificate C"; break; -case SSL2_ST_SEND_CLIENT_CERTIFICATE_D: str="SSLv2 write client certificate D"; break; -case SSL2_ST_GET_SERVER_VERIFY_A: str="SSLv2 read server verify A"; break; -case SSL2_ST_GET_SERVER_VERIFY_B: str="SSLv2 read server verify B"; break; -case SSL2_ST_GET_SERVER_FINISHED_A: str="SSLv2 read server finished A"; break; -case SSL2_ST_GET_SERVER_FINISHED_B: str="SSLv2 read server finished B"; break; -case SSL2_ST_GET_CLIENT_HELLO_A: str="SSLv2 read client hello A"; break; -case SSL2_ST_GET_CLIENT_HELLO_B: str="SSLv2 read client hello B"; break; -case SSL2_ST_GET_CLIENT_HELLO_C: str="SSLv2 read client hello C"; break; -case SSL2_ST_SEND_SERVER_HELLO_A: str="SSLv2 write server hello A"; break; -case SSL2_ST_SEND_SERVER_HELLO_B: str="SSLv2 write server hello B"; break; -case SSL2_ST_GET_CLIENT_MASTER_KEY_A: str="SSLv2 read client master key A"; break; -case SSL2_ST_GET_CLIENT_MASTER_KEY_B: str="SSLv2 read client master key B"; break; -case SSL2_ST_SEND_SERVER_VERIFY_A: str="SSLv2 write server verify A"; break; -case SSL2_ST_SEND_SERVER_VERIFY_B: str="SSLv2 write server verify B"; break; -case SSL2_ST_SEND_SERVER_VERIFY_C: str="SSLv2 write server verify C"; break; -case SSL2_ST_GET_CLIENT_FINISHED_A: str="SSLv2 read client finished A"; break; -case SSL2_ST_GET_CLIENT_FINISHED_B: str="SSLv2 read client finished B"; break; -case SSL2_ST_SEND_SERVER_FINISHED_A: str="SSLv2 write server finished A"; break; -case SSL2_ST_SEND_SERVER_FINISHED_B: str="SSLv2 write server finished B"; break; -case SSL2_ST_SEND_REQUEST_CERTIFICATE_A: str="SSLv2 write request certificate A"; break; -case SSL2_ST_SEND_REQUEST_CERTIFICATE_B: str="SSLv2 write request certificate B"; break; -case SSL2_ST_SEND_REQUEST_CERTIFICATE_C: str="SSLv2 write request certificate C"; break; -case SSL2_ST_SEND_REQUEST_CERTIFICATE_D: str="SSLv2 write request certificate D"; break; -case SSL2_ST_X509_GET_SERVER_CERTIFICATE: str="SSLv2 X509 read server certificate"; break; -case SSL2_ST_X509_GET_CLIENT_CERTIFICATE: str="SSLv2 X509 read client certificate"; break; + case SSL2_ST_CLIENT_START_ENCRYPTION: + str = "SSLv2 client start encryption"; + break; + case SSL2_ST_SERVER_START_ENCRYPTION: + str = "SSLv2 server start encryption"; + break; + case SSL2_ST_SEND_CLIENT_HELLO_A: + str = "SSLv2 write client hello A"; + break; + case SSL2_ST_SEND_CLIENT_HELLO_B: + str = "SSLv2 write client hello B"; + break; + case SSL2_ST_GET_SERVER_HELLO_A: + str = "SSLv2 read server hello A"; + break; + case SSL2_ST_GET_SERVER_HELLO_B: + str = "SSLv2 read server hello B"; + break; + case SSL2_ST_SEND_CLIENT_MASTER_KEY_A: + str = "SSLv2 write client master key A"; + break; + case SSL2_ST_SEND_CLIENT_MASTER_KEY_B: + str = "SSLv2 write client master key B"; + break; + case SSL2_ST_SEND_CLIENT_FINISHED_A: + str = "SSLv2 write client finished A"; + break; + case SSL2_ST_SEND_CLIENT_FINISHED_B: + str = "SSLv2 write client finished B"; + break; + case SSL2_ST_SEND_CLIENT_CERTIFICATE_A: + str = "SSLv2 write client certificate A"; + break; + case SSL2_ST_SEND_CLIENT_CERTIFICATE_B: + str = "SSLv2 write client certificate B"; + break; + case SSL2_ST_SEND_CLIENT_CERTIFICATE_C: + str = "SSLv2 write client certificate C"; + break; + case SSL2_ST_SEND_CLIENT_CERTIFICATE_D: + str = "SSLv2 write client certificate D"; + break; + case SSL2_ST_GET_SERVER_VERIFY_A: + str = "SSLv2 read server verify A"; + break; + case SSL2_ST_GET_SERVER_VERIFY_B: + str = "SSLv2 read server verify B"; + break; + case SSL2_ST_GET_SERVER_FINISHED_A: + str = "SSLv2 read server finished A"; + break; + case SSL2_ST_GET_SERVER_FINISHED_B: + str = "SSLv2 read server finished B"; + break; + case SSL2_ST_GET_CLIENT_HELLO_A: + str = "SSLv2 read client hello A"; + break; + case SSL2_ST_GET_CLIENT_HELLO_B: + str = "SSLv2 read client hello B"; + break; + case SSL2_ST_GET_CLIENT_HELLO_C: + str = "SSLv2 read client hello C"; + break; + case SSL2_ST_SEND_SERVER_HELLO_A: + str = "SSLv2 write server hello A"; + break; + case SSL2_ST_SEND_SERVER_HELLO_B: + str = "SSLv2 write server hello B"; + break; + case SSL2_ST_GET_CLIENT_MASTER_KEY_A: + str = "SSLv2 read client master key A"; + break; + case SSL2_ST_GET_CLIENT_MASTER_KEY_B: + str = "SSLv2 read client master key B"; + break; + case SSL2_ST_SEND_SERVER_VERIFY_A: + str = "SSLv2 write server verify A"; + break; + case SSL2_ST_SEND_SERVER_VERIFY_B: + str = "SSLv2 write server verify B"; + break; + case SSL2_ST_SEND_SERVER_VERIFY_C: + str = "SSLv2 write server verify C"; + break; + case SSL2_ST_GET_CLIENT_FINISHED_A: + str = "SSLv2 read client finished A"; + break; + case SSL2_ST_GET_CLIENT_FINISHED_B: + str = "SSLv2 read client finished B"; + break; + case SSL2_ST_SEND_SERVER_FINISHED_A: + str = "SSLv2 write server finished A"; + break; + case SSL2_ST_SEND_SERVER_FINISHED_B: + str = "SSLv2 write server finished B"; + break; + case SSL2_ST_SEND_REQUEST_CERTIFICATE_A: + str = "SSLv2 write request certificate A"; + break; + case SSL2_ST_SEND_REQUEST_CERTIFICATE_B: + str = "SSLv2 write request certificate B"; + break; + case SSL2_ST_SEND_REQUEST_CERTIFICATE_C: + str = "SSLv2 write request certificate C"; + break; + case SSL2_ST_SEND_REQUEST_CERTIFICATE_D: + str = "SSLv2 write request certificate D"; + break; + case SSL2_ST_X509_GET_SERVER_CERTIFICATE: + str = "SSLv2 X509 read server certificate"; + break; + case SSL2_ST_X509_GET_CLIENT_CERTIFICATE: + str = "SSLv2 X509 read client certificate"; + break; #endif #ifndef OPENSSL_NO_SSL3 /* SSLv3 additions */ -case SSL3_ST_CW_CLNT_HELLO_A: str="SSLv3 write client hello A"; break; -case SSL3_ST_CW_CLNT_HELLO_B: str="SSLv3 write client hello B"; break; -case SSL3_ST_CR_SRVR_HELLO_A: str="SSLv3 read server hello A"; break; -case SSL3_ST_CR_SRVR_HELLO_B: str="SSLv3 read server hello B"; break; -case SSL3_ST_CR_CERT_A: str="SSLv3 read server certificate A"; break; -case SSL3_ST_CR_CERT_B: str="SSLv3 read server certificate B"; break; -case SSL3_ST_CR_KEY_EXCH_A: str="SSLv3 read server key exchange A"; break; -case SSL3_ST_CR_KEY_EXCH_B: str="SSLv3 read server key exchange B"; break; -case SSL3_ST_CR_CERT_REQ_A: str="SSLv3 read server certificate request A"; break; -case SSL3_ST_CR_CERT_REQ_B: str="SSLv3 read server certificate request B"; break; -case SSL3_ST_CR_SESSION_TICKET_A: str="SSLv3 read server session ticket A";break; -case SSL3_ST_CR_SESSION_TICKET_B: str="SSLv3 read server session ticket B";break; -case SSL3_ST_CR_SRVR_DONE_A: str="SSLv3 read server done A"; break; -case SSL3_ST_CR_SRVR_DONE_B: str="SSLv3 read server done B"; break; -case SSL3_ST_CW_CERT_A: str="SSLv3 write client certificate A"; break; -case SSL3_ST_CW_CERT_B: str="SSLv3 write client certificate B"; break; -case SSL3_ST_CW_CERT_C: str="SSLv3 write client certificate C"; break; -case SSL3_ST_CW_CERT_D: str="SSLv3 write client certificate D"; break; -case SSL3_ST_CW_KEY_EXCH_A: str="SSLv3 write client key exchange A"; break; -case SSL3_ST_CW_KEY_EXCH_B: str="SSLv3 write client key exchange B"; break; -case SSL3_ST_CW_CERT_VRFY_A: str="SSLv3 write certificate verify A"; break; -case SSL3_ST_CW_CERT_VRFY_B: str="SSLv3 write certificate verify B"; break; + case SSL3_ST_CW_CLNT_HELLO_A: + str = "SSLv3 write client hello A"; + break; + case SSL3_ST_CW_CLNT_HELLO_B: + str = "SSLv3 write client hello B"; + break; + case SSL3_ST_CR_SRVR_HELLO_A: + str = "SSLv3 read server hello A"; + break; + case SSL3_ST_CR_SRVR_HELLO_B: + str = "SSLv3 read server hello B"; + break; + case SSL3_ST_CR_CERT_A: + str = "SSLv3 read server certificate A"; + break; + case SSL3_ST_CR_CERT_B: + str = "SSLv3 read server certificate B"; + break; + case SSL3_ST_CR_KEY_EXCH_A: + str = "SSLv3 read server key exchange A"; + break; + case SSL3_ST_CR_KEY_EXCH_B: + str = "SSLv3 read server key exchange B"; + break; + case SSL3_ST_CR_CERT_REQ_A: + str = "SSLv3 read server certificate request A"; + break; + case SSL3_ST_CR_CERT_REQ_B: + str = "SSLv3 read server certificate request B"; + break; + case SSL3_ST_CR_SESSION_TICKET_A: + str = "SSLv3 read server session ticket A"; + break; + case SSL3_ST_CR_SESSION_TICKET_B: + str = "SSLv3 read server session ticket B"; + break; + case SSL3_ST_CR_SRVR_DONE_A: + str = "SSLv3 read server done A"; + break; + case SSL3_ST_CR_SRVR_DONE_B: + str = "SSLv3 read server done B"; + break; + case SSL3_ST_CW_CERT_A: + str = "SSLv3 write client certificate A"; + break; + case SSL3_ST_CW_CERT_B: + str = "SSLv3 write client certificate B"; + break; + case SSL3_ST_CW_CERT_C: + str = "SSLv3 write client certificate C"; + break; + case SSL3_ST_CW_CERT_D: + str = "SSLv3 write client certificate D"; + break; + case SSL3_ST_CW_KEY_EXCH_A: + str = "SSLv3 write client key exchange A"; + break; + case SSL3_ST_CW_KEY_EXCH_B: + str = "SSLv3 write client key exchange B"; + break; + case SSL3_ST_CW_CERT_VRFY_A: + str = "SSLv3 write certificate verify A"; + break; + case SSL3_ST_CW_CERT_VRFY_B: + str = "SSLv3 write certificate verify B"; + break; -case SSL3_ST_CW_CHANGE_A: -case SSL3_ST_SW_CHANGE_A: str="SSLv3 write change cipher spec A"; break; -case SSL3_ST_CW_CHANGE_B: -case SSL3_ST_SW_CHANGE_B: str="SSLv3 write change cipher spec B"; break; -case SSL3_ST_CW_FINISHED_A: -case SSL3_ST_SW_FINISHED_A: str="SSLv3 write finished A"; break; -case SSL3_ST_CW_FINISHED_B: -case SSL3_ST_SW_FINISHED_B: str="SSLv3 write finished B"; break; -case SSL3_ST_CR_CHANGE_A: -case SSL3_ST_SR_CHANGE_A: str="SSLv3 read change cipher spec A"; break; -case SSL3_ST_CR_CHANGE_B: -case SSL3_ST_SR_CHANGE_B: str="SSLv3 read change cipher spec B"; break; -case SSL3_ST_CR_FINISHED_A: -case SSL3_ST_SR_FINISHED_A: str="SSLv3 read finished A"; break; -case SSL3_ST_CR_FINISHED_B: -case SSL3_ST_SR_FINISHED_B: str="SSLv3 read finished B"; break; + case SSL3_ST_CW_CHANGE_A: + case SSL3_ST_SW_CHANGE_A: + str = "SSLv3 write change cipher spec A"; + break; + case SSL3_ST_CW_CHANGE_B: + case SSL3_ST_SW_CHANGE_B: + str = "SSLv3 write change cipher spec B"; + break; + case SSL3_ST_CW_FINISHED_A: + case SSL3_ST_SW_FINISHED_A: + str = "SSLv3 write finished A"; + break; + case SSL3_ST_CW_FINISHED_B: + case SSL3_ST_SW_FINISHED_B: + str = "SSLv3 write finished B"; + break; + case SSL3_ST_CR_CHANGE_A: + case SSL3_ST_SR_CHANGE_A: + str = "SSLv3 read change cipher spec A"; + break; + case SSL3_ST_CR_CHANGE_B: + case SSL3_ST_SR_CHANGE_B: + str = "SSLv3 read change cipher spec B"; + break; + case SSL3_ST_CR_FINISHED_A: + case SSL3_ST_SR_FINISHED_A: + str = "SSLv3 read finished A"; + break; + case SSL3_ST_CR_FINISHED_B: + case SSL3_ST_SR_FINISHED_B: + str = "SSLv3 read finished B"; + break; -case SSL3_ST_CW_FLUSH: -case SSL3_ST_SW_FLUSH: str="SSLv3 flush data"; break; + case SSL3_ST_CW_FLUSH: + case SSL3_ST_SW_FLUSH: + str = "SSLv3 flush data"; + break; -case SSL3_ST_SR_CLNT_HELLO_A: str="SSLv3 read client hello A"; break; -case SSL3_ST_SR_CLNT_HELLO_B: str="SSLv3 read client hello B"; break; -case SSL3_ST_SR_CLNT_HELLO_C: str="SSLv3 read client hello C"; break; -case SSL3_ST_SW_HELLO_REQ_A: str="SSLv3 write hello request A"; break; -case SSL3_ST_SW_HELLO_REQ_B: str="SSLv3 write hello request B"; break; -case SSL3_ST_SW_HELLO_REQ_C: str="SSLv3 write hello request C"; break; -case SSL3_ST_SW_SRVR_HELLO_A: str="SSLv3 write server hello A"; break; -case SSL3_ST_SW_SRVR_HELLO_B: str="SSLv3 write server hello B"; break; -case SSL3_ST_SW_CERT_A: str="SSLv3 write certificate A"; break; -case SSL3_ST_SW_CERT_B: str="SSLv3 write certificate B"; break; -case SSL3_ST_SW_KEY_EXCH_A: str="SSLv3 write key exchange A"; break; -case SSL3_ST_SW_KEY_EXCH_B: str="SSLv3 write key exchange B"; break; -case SSL3_ST_SW_CERT_REQ_A: str="SSLv3 write certificate request A"; break; -case SSL3_ST_SW_CERT_REQ_B: str="SSLv3 write certificate request B"; break; -case SSL3_ST_SW_SESSION_TICKET_A: str="SSLv3 write session ticket A"; break; -case SSL3_ST_SW_SESSION_TICKET_B: str="SSLv3 write session ticket B"; break; -case SSL3_ST_SW_SRVR_DONE_A: str="SSLv3 write server done A"; break; -case SSL3_ST_SW_SRVR_DONE_B: str="SSLv3 write server done B"; break; -case SSL3_ST_SR_CERT_A: str="SSLv3 read client certificate A"; break; -case SSL3_ST_SR_CERT_B: str="SSLv3 read client certificate B"; break; -case SSL3_ST_SR_KEY_EXCH_A: str="SSLv3 read client key exchange A"; break; -case SSL3_ST_SR_KEY_EXCH_B: str="SSLv3 read client key exchange B"; break; -case SSL3_ST_SR_CERT_VRFY_A: str="SSLv3 read certificate verify A"; break; -case SSL3_ST_SR_CERT_VRFY_B: str="SSLv3 read certificate verify B"; break; + case SSL3_ST_SR_CLNT_HELLO_A: + str = "SSLv3 read client hello A"; + break; + case SSL3_ST_SR_CLNT_HELLO_B: + str = "SSLv3 read client hello B"; + break; + case SSL3_ST_SR_CLNT_HELLO_C: + str = "SSLv3 read client hello C"; + break; + case SSL3_ST_SW_HELLO_REQ_A: + str = "SSLv3 write hello request A"; + break; + case SSL3_ST_SW_HELLO_REQ_B: + str = "SSLv3 write hello request B"; + break; + case SSL3_ST_SW_HELLO_REQ_C: + str = "SSLv3 write hello request C"; + break; + case SSL3_ST_SW_SRVR_HELLO_A: + str = "SSLv3 write server hello A"; + break; + case SSL3_ST_SW_SRVR_HELLO_B: + str = "SSLv3 write server hello B"; + break; + case SSL3_ST_SW_CERT_A: + str = "SSLv3 write certificate A"; + break; + case SSL3_ST_SW_CERT_B: + str = "SSLv3 write certificate B"; + break; + case SSL3_ST_SW_KEY_EXCH_A: + str = "SSLv3 write key exchange A"; + break; + case SSL3_ST_SW_KEY_EXCH_B: + str = "SSLv3 write key exchange B"; + break; + case SSL3_ST_SW_CERT_REQ_A: + str = "SSLv3 write certificate request A"; + break; + case SSL3_ST_SW_CERT_REQ_B: + str = "SSLv3 write certificate request B"; + break; + case SSL3_ST_SW_SESSION_TICKET_A: + str = "SSLv3 write session ticket A"; + break; + case SSL3_ST_SW_SESSION_TICKET_B: + str = "SSLv3 write session ticket B"; + break; + case SSL3_ST_SW_SRVR_DONE_A: + str = "SSLv3 write server done A"; + break; + case SSL3_ST_SW_SRVR_DONE_B: + str = "SSLv3 write server done B"; + break; + case SSL3_ST_SR_CERT_A: + str = "SSLv3 read client certificate A"; + break; + case SSL3_ST_SR_CERT_B: + str = "SSLv3 read client certificate B"; + break; + case SSL3_ST_SR_KEY_EXCH_A: + str = "SSLv3 read client key exchange A"; + break; + case SSL3_ST_SR_KEY_EXCH_B: + str = "SSLv3 read client key exchange B"; + break; + case SSL3_ST_SR_CERT_VRFY_A: + str = "SSLv3 read certificate verify A"; + break; + case SSL3_ST_SR_CERT_VRFY_B: + str = "SSLv3 read certificate verify B"; + break; #endif /* SSLv2/v3 compatibility states */ /* client */ -case SSL23_ST_CW_CLNT_HELLO_A: str="SSLv2/v3 write client hello A"; break; -case SSL23_ST_CW_CLNT_HELLO_B: str="SSLv2/v3 write client hello B"; break; -case SSL23_ST_CR_SRVR_HELLO_A: str="SSLv2/v3 read server hello A"; break; -case SSL23_ST_CR_SRVR_HELLO_B: str="SSLv2/v3 read server hello B"; break; + case SSL23_ST_CW_CLNT_HELLO_A: + str = "SSLv2/v3 write client hello A"; + break; + case SSL23_ST_CW_CLNT_HELLO_B: + str = "SSLv2/v3 write client hello B"; + break; + case SSL23_ST_CR_SRVR_HELLO_A: + str = "SSLv2/v3 read server hello A"; + break; + case SSL23_ST_CR_SRVR_HELLO_B: + str = "SSLv2/v3 read server hello B"; + break; /* server */ -case SSL23_ST_SR_CLNT_HELLO_A: str="SSLv2/v3 read client hello A"; break; -case SSL23_ST_SR_CLNT_HELLO_B: str="SSLv2/v3 read client hello B"; break; + case SSL23_ST_SR_CLNT_HELLO_A: + str = "SSLv2/v3 read client hello A"; + break; + case SSL23_ST_SR_CLNT_HELLO_B: + str = "SSLv2/v3 read client hello B"; + break; /* DTLS */ -case DTLS1_ST_CR_HELLO_VERIFY_REQUEST_A: str="DTLS1 read hello verify request A"; break; -case DTLS1_ST_CR_HELLO_VERIFY_REQUEST_B: str="DTLS1 read hello verify request B"; break; -case DTLS1_ST_SW_HELLO_VERIFY_REQUEST_A: str="DTLS1 write hello verify request A"; break; -case DTLS1_ST_SW_HELLO_VERIFY_REQUEST_B: str="DTLS1 write hello verify request B"; break; + case DTLS1_ST_CR_HELLO_VERIFY_REQUEST_A: + str = "DTLS1 read hello verify request A"; + break; + case DTLS1_ST_CR_HELLO_VERIFY_REQUEST_B: + str = "DTLS1 read hello verify request B"; + break; + case DTLS1_ST_SW_HELLO_VERIFY_REQUEST_A: + str = "DTLS1 write hello verify request A"; + break; + case DTLS1_ST_SW_HELLO_VERIFY_REQUEST_B: + str = "DTLS1 write hello verify request B"; + break; -default: str="unknown state"; break; - } - return(str); - } + default: + str = "unknown state"; + break; + } + return (str); +} const char *SSL_rstate_string_long(const SSL *s) - { - const char *str; +{ + const char *str; - switch (s->rstate) - { - case SSL_ST_READ_HEADER: str="read header"; break; - case SSL_ST_READ_BODY: str="read body"; break; - case SSL_ST_READ_DONE: str="read done"; break; - default: str="unknown"; break; - } - return(str); - } + switch (s->rstate) { + case SSL_ST_READ_HEADER: + str = "read header"; + break; + case SSL_ST_READ_BODY: + str = "read body"; + break; + case SSL_ST_READ_DONE: + str = "read done"; + break; + default: + str = "unknown"; + break; + } + return (str); +} const char *SSL_state_string(const SSL *s) - { - const char *str; +{ + const char *str; - switch (s->state) - { -case SSL_ST_BEFORE: str="PINIT "; break; -case SSL_ST_ACCEPT: str="AINIT "; break; -case SSL_ST_CONNECT: str="CINIT "; break; -case SSL_ST_OK: str="SSLOK "; break; + switch (s->state) { + case SSL_ST_BEFORE: + str = "PINIT "; + break; + case SSL_ST_ACCEPT: + str = "AINIT "; + break; + case SSL_ST_CONNECT: + str = "CINIT "; + break; + case SSL_ST_OK: + str = "SSLOK "; + break; #ifndef OPENSSL_NO_SSL2 -case SSL2_ST_CLIENT_START_ENCRYPTION: str="2CSENC"; break; -case SSL2_ST_SERVER_START_ENCRYPTION: str="2SSENC"; break; -case SSL2_ST_SEND_CLIENT_HELLO_A: str="2SCH_A"; break; -case SSL2_ST_SEND_CLIENT_HELLO_B: str="2SCH_B"; break; -case SSL2_ST_GET_SERVER_HELLO_A: str="2GSH_A"; break; -case SSL2_ST_GET_SERVER_HELLO_B: str="2GSH_B"; break; -case SSL2_ST_SEND_CLIENT_MASTER_KEY_A: str="2SCMKA"; break; -case SSL2_ST_SEND_CLIENT_MASTER_KEY_B: str="2SCMKB"; break; -case SSL2_ST_SEND_CLIENT_FINISHED_A: str="2SCF_A"; break; -case SSL2_ST_SEND_CLIENT_FINISHED_B: str="2SCF_B"; break; -case SSL2_ST_SEND_CLIENT_CERTIFICATE_A: str="2SCC_A"; break; -case SSL2_ST_SEND_CLIENT_CERTIFICATE_B: str="2SCC_B"; break; -case SSL2_ST_SEND_CLIENT_CERTIFICATE_C: str="2SCC_C"; break; -case SSL2_ST_SEND_CLIENT_CERTIFICATE_D: str="2SCC_D"; break; -case SSL2_ST_GET_SERVER_VERIFY_A: str="2GSV_A"; break; -case SSL2_ST_GET_SERVER_VERIFY_B: str="2GSV_B"; break; -case SSL2_ST_GET_SERVER_FINISHED_A: str="2GSF_A"; break; -case SSL2_ST_GET_SERVER_FINISHED_B: str="2GSF_B"; break; -case SSL2_ST_GET_CLIENT_HELLO_A: str="2GCH_A"; break; -case SSL2_ST_GET_CLIENT_HELLO_B: str="2GCH_B"; break; -case SSL2_ST_GET_CLIENT_HELLO_C: str="2GCH_C"; break; -case SSL2_ST_SEND_SERVER_HELLO_A: str="2SSH_A"; break; -case SSL2_ST_SEND_SERVER_HELLO_B: str="2SSH_B"; break; -case SSL2_ST_GET_CLIENT_MASTER_KEY_A: str="2GCMKA"; break; -case SSL2_ST_GET_CLIENT_MASTER_KEY_B: str="2GCMKA"; break; -case SSL2_ST_SEND_SERVER_VERIFY_A: str="2SSV_A"; break; -case SSL2_ST_SEND_SERVER_VERIFY_B: str="2SSV_B"; break; -case SSL2_ST_SEND_SERVER_VERIFY_C: str="2SSV_C"; break; -case SSL2_ST_GET_CLIENT_FINISHED_A: str="2GCF_A"; break; -case SSL2_ST_GET_CLIENT_FINISHED_B: str="2GCF_B"; break; -case SSL2_ST_SEND_SERVER_FINISHED_A: str="2SSF_A"; break; -case SSL2_ST_SEND_SERVER_FINISHED_B: str="2SSF_B"; break; -case SSL2_ST_SEND_REQUEST_CERTIFICATE_A: str="2SRC_A"; break; -case SSL2_ST_SEND_REQUEST_CERTIFICATE_B: str="2SRC_B"; break; -case SSL2_ST_SEND_REQUEST_CERTIFICATE_C: str="2SRC_C"; break; -case SSL2_ST_SEND_REQUEST_CERTIFICATE_D: str="2SRC_D"; break; -case SSL2_ST_X509_GET_SERVER_CERTIFICATE: str="2X9GSC"; break; -case SSL2_ST_X509_GET_CLIENT_CERTIFICATE: str="2X9GCC"; break; + case SSL2_ST_CLIENT_START_ENCRYPTION: + str = "2CSENC"; + break; + case SSL2_ST_SERVER_START_ENCRYPTION: + str = "2SSENC"; + break; + case SSL2_ST_SEND_CLIENT_HELLO_A: + str = "2SCH_A"; + break; + case SSL2_ST_SEND_CLIENT_HELLO_B: + str = "2SCH_B"; + break; + case SSL2_ST_GET_SERVER_HELLO_A: + str = "2GSH_A"; + break; + case SSL2_ST_GET_SERVER_HELLO_B: + str = "2GSH_B"; + break; + case SSL2_ST_SEND_CLIENT_MASTER_KEY_A: + str = "2SCMKA"; + break; + case SSL2_ST_SEND_CLIENT_MASTER_KEY_B: + str = "2SCMKB"; + break; + case SSL2_ST_SEND_CLIENT_FINISHED_A: + str = "2SCF_A"; + break; + case SSL2_ST_SEND_CLIENT_FINISHED_B: + str = "2SCF_B"; + break; + case SSL2_ST_SEND_CLIENT_CERTIFICATE_A: + str = "2SCC_A"; + break; + case SSL2_ST_SEND_CLIENT_CERTIFICATE_B: + str = "2SCC_B"; + break; + case SSL2_ST_SEND_CLIENT_CERTIFICATE_C: + str = "2SCC_C"; + break; + case SSL2_ST_SEND_CLIENT_CERTIFICATE_D: + str = "2SCC_D"; + break; + case SSL2_ST_GET_SERVER_VERIFY_A: + str = "2GSV_A"; + break; + case SSL2_ST_GET_SERVER_VERIFY_B: + str = "2GSV_B"; + break; + case SSL2_ST_GET_SERVER_FINISHED_A: + str = "2GSF_A"; + break; + case SSL2_ST_GET_SERVER_FINISHED_B: + str = "2GSF_B"; + break; + case SSL2_ST_GET_CLIENT_HELLO_A: + str = "2GCH_A"; + break; + case SSL2_ST_GET_CLIENT_HELLO_B: + str = "2GCH_B"; + break; + case SSL2_ST_GET_CLIENT_HELLO_C: + str = "2GCH_C"; + break; + case SSL2_ST_SEND_SERVER_HELLO_A: + str = "2SSH_A"; + break; + case SSL2_ST_SEND_SERVER_HELLO_B: + str = "2SSH_B"; + break; + case SSL2_ST_GET_CLIENT_MASTER_KEY_A: + str = "2GCMKA"; + break; + case SSL2_ST_GET_CLIENT_MASTER_KEY_B: + str = "2GCMKA"; + break; + case SSL2_ST_SEND_SERVER_VERIFY_A: + str = "2SSV_A"; + break; + case SSL2_ST_SEND_SERVER_VERIFY_B: + str = "2SSV_B"; + break; + case SSL2_ST_SEND_SERVER_VERIFY_C: + str = "2SSV_C"; + break; + case SSL2_ST_GET_CLIENT_FINISHED_A: + str = "2GCF_A"; + break; + case SSL2_ST_GET_CLIENT_FINISHED_B: + str = "2GCF_B"; + break; + case SSL2_ST_SEND_SERVER_FINISHED_A: + str = "2SSF_A"; + break; + case SSL2_ST_SEND_SERVER_FINISHED_B: + str = "2SSF_B"; + break; + case SSL2_ST_SEND_REQUEST_CERTIFICATE_A: + str = "2SRC_A"; + break; + case SSL2_ST_SEND_REQUEST_CERTIFICATE_B: + str = "2SRC_B"; + break; + case SSL2_ST_SEND_REQUEST_CERTIFICATE_C: + str = "2SRC_C"; + break; + case SSL2_ST_SEND_REQUEST_CERTIFICATE_D: + str = "2SRC_D"; + break; + case SSL2_ST_X509_GET_SERVER_CERTIFICATE: + str = "2X9GSC"; + break; + case SSL2_ST_X509_GET_CLIENT_CERTIFICATE: + str = "2X9GCC"; + break; #endif #ifndef OPENSSL_NO_SSL3 /* SSLv3 additions */ -case SSL3_ST_SW_FLUSH: -case SSL3_ST_CW_FLUSH: str="3FLUSH"; break; -case SSL3_ST_CW_CLNT_HELLO_A: str="3WCH_A"; break; -case SSL3_ST_CW_CLNT_HELLO_B: str="3WCH_B"; break; -case SSL3_ST_CR_SRVR_HELLO_A: str="3RSH_A"; break; -case SSL3_ST_CR_SRVR_HELLO_B: str="3RSH_B"; break; -case SSL3_ST_CR_CERT_A: str="3RSC_A"; break; -case SSL3_ST_CR_CERT_B: str="3RSC_B"; break; -case SSL3_ST_CR_KEY_EXCH_A: str="3RSKEA"; break; -case SSL3_ST_CR_KEY_EXCH_B: str="3RSKEB"; break; -case SSL3_ST_CR_CERT_REQ_A: str="3RCR_A"; break; -case SSL3_ST_CR_CERT_REQ_B: str="3RCR_B"; break; -case SSL3_ST_CR_SRVR_DONE_A: str="3RSD_A"; break; -case SSL3_ST_CR_SRVR_DONE_B: str="3RSD_B"; break; -case SSL3_ST_CW_CERT_A: str="3WCC_A"; break; -case SSL3_ST_CW_CERT_B: str="3WCC_B"; break; -case SSL3_ST_CW_CERT_C: str="3WCC_C"; break; -case SSL3_ST_CW_CERT_D: str="3WCC_D"; break; -case SSL3_ST_CW_KEY_EXCH_A: str="3WCKEA"; break; -case SSL3_ST_CW_KEY_EXCH_B: str="3WCKEB"; break; -case SSL3_ST_CW_CERT_VRFY_A: str="3WCV_A"; break; -case SSL3_ST_CW_CERT_VRFY_B: str="3WCV_B"; break; + case SSL3_ST_SW_FLUSH: + case SSL3_ST_CW_FLUSH: + str = "3FLUSH"; + break; + case SSL3_ST_CW_CLNT_HELLO_A: + str = "3WCH_A"; + break; + case SSL3_ST_CW_CLNT_HELLO_B: + str = "3WCH_B"; + break; + case SSL3_ST_CR_SRVR_HELLO_A: + str = "3RSH_A"; + break; + case SSL3_ST_CR_SRVR_HELLO_B: + str = "3RSH_B"; + break; + case SSL3_ST_CR_CERT_A: + str = "3RSC_A"; + break; + case SSL3_ST_CR_CERT_B: + str = "3RSC_B"; + break; + case SSL3_ST_CR_KEY_EXCH_A: + str = "3RSKEA"; + break; + case SSL3_ST_CR_KEY_EXCH_B: + str = "3RSKEB"; + break; + case SSL3_ST_CR_CERT_REQ_A: + str = "3RCR_A"; + break; + case SSL3_ST_CR_CERT_REQ_B: + str = "3RCR_B"; + break; + case SSL3_ST_CR_SRVR_DONE_A: + str = "3RSD_A"; + break; + case SSL3_ST_CR_SRVR_DONE_B: + str = "3RSD_B"; + break; + case SSL3_ST_CW_CERT_A: + str = "3WCC_A"; + break; + case SSL3_ST_CW_CERT_B: + str = "3WCC_B"; + break; + case SSL3_ST_CW_CERT_C: + str = "3WCC_C"; + break; + case SSL3_ST_CW_CERT_D: + str = "3WCC_D"; + break; + case SSL3_ST_CW_KEY_EXCH_A: + str = "3WCKEA"; + break; + case SSL3_ST_CW_KEY_EXCH_B: + str = "3WCKEB"; + break; + case SSL3_ST_CW_CERT_VRFY_A: + str = "3WCV_A"; + break; + case SSL3_ST_CW_CERT_VRFY_B: + str = "3WCV_B"; + break; -case SSL3_ST_SW_CHANGE_A: -case SSL3_ST_CW_CHANGE_A: str="3WCCSA"; break; -case SSL3_ST_SW_CHANGE_B: -case SSL3_ST_CW_CHANGE_B: str="3WCCSB"; break; -case SSL3_ST_SW_FINISHED_A: -case SSL3_ST_CW_FINISHED_A: str="3WFINA"; break; -case SSL3_ST_SW_FINISHED_B: -case SSL3_ST_CW_FINISHED_B: str="3WFINB"; break; -case SSL3_ST_SR_CHANGE_A: -case SSL3_ST_CR_CHANGE_A: str="3RCCSA"; break; -case SSL3_ST_SR_CHANGE_B: -case SSL3_ST_CR_CHANGE_B: str="3RCCSB"; break; -case SSL3_ST_SR_FINISHED_A: -case SSL3_ST_CR_FINISHED_A: str="3RFINA"; break; -case SSL3_ST_SR_FINISHED_B: -case SSL3_ST_CR_FINISHED_B: str="3RFINB"; break; + case SSL3_ST_SW_CHANGE_A: + case SSL3_ST_CW_CHANGE_A: + str = "3WCCSA"; + break; + case SSL3_ST_SW_CHANGE_B: + case SSL3_ST_CW_CHANGE_B: + str = "3WCCSB"; + break; + case SSL3_ST_SW_FINISHED_A: + case SSL3_ST_CW_FINISHED_A: + str = "3WFINA"; + break; + case SSL3_ST_SW_FINISHED_B: + case SSL3_ST_CW_FINISHED_B: + str = "3WFINB"; + break; + case SSL3_ST_SR_CHANGE_A: + case SSL3_ST_CR_CHANGE_A: + str = "3RCCSA"; + break; + case SSL3_ST_SR_CHANGE_B: + case SSL3_ST_CR_CHANGE_B: + str = "3RCCSB"; + break; + case SSL3_ST_SR_FINISHED_A: + case SSL3_ST_CR_FINISHED_A: + str = "3RFINA"; + break; + case SSL3_ST_SR_FINISHED_B: + case SSL3_ST_CR_FINISHED_B: + str = "3RFINB"; + break; -case SSL3_ST_SW_HELLO_REQ_A: str="3WHR_A"; break; -case SSL3_ST_SW_HELLO_REQ_B: str="3WHR_B"; break; -case SSL3_ST_SW_HELLO_REQ_C: str="3WHR_C"; break; -case SSL3_ST_SR_CLNT_HELLO_A: str="3RCH_A"; break; -case SSL3_ST_SR_CLNT_HELLO_B: str="3RCH_B"; break; -case SSL3_ST_SR_CLNT_HELLO_C: str="3RCH_C"; break; -case SSL3_ST_SW_SRVR_HELLO_A: str="3WSH_A"; break; -case SSL3_ST_SW_SRVR_HELLO_B: str="3WSH_B"; break; -case SSL3_ST_SW_CERT_A: str="3WSC_A"; break; -case SSL3_ST_SW_CERT_B: str="3WSC_B"; break; -case SSL3_ST_SW_KEY_EXCH_A: str="3WSKEA"; break; -case SSL3_ST_SW_KEY_EXCH_B: str="3WSKEB"; break; -case SSL3_ST_SW_CERT_REQ_A: str="3WCR_A"; break; -case SSL3_ST_SW_CERT_REQ_B: str="3WCR_B"; break; -case SSL3_ST_SW_SRVR_DONE_A: str="3WSD_A"; break; -case SSL3_ST_SW_SRVR_DONE_B: str="3WSD_B"; break; -case SSL3_ST_SR_CERT_A: str="3RCC_A"; break; -case SSL3_ST_SR_CERT_B: str="3RCC_B"; break; -case SSL3_ST_SR_KEY_EXCH_A: str="3RCKEA"; break; -case SSL3_ST_SR_KEY_EXCH_B: str="3RCKEB"; break; -case SSL3_ST_SR_CERT_VRFY_A: str="3RCV_A"; break; -case SSL3_ST_SR_CERT_VRFY_B: str="3RCV_B"; break; + case SSL3_ST_SW_HELLO_REQ_A: + str = "3WHR_A"; + break; + case SSL3_ST_SW_HELLO_REQ_B: + str = "3WHR_B"; + break; + case SSL3_ST_SW_HELLO_REQ_C: + str = "3WHR_C"; + break; + case SSL3_ST_SR_CLNT_HELLO_A: + str = "3RCH_A"; + break; + case SSL3_ST_SR_CLNT_HELLO_B: + str = "3RCH_B"; + break; + case SSL3_ST_SR_CLNT_HELLO_C: + str = "3RCH_C"; + break; + case SSL3_ST_SW_SRVR_HELLO_A: + str = "3WSH_A"; + break; + case SSL3_ST_SW_SRVR_HELLO_B: + str = "3WSH_B"; + break; + case SSL3_ST_SW_CERT_A: + str = "3WSC_A"; + break; + case SSL3_ST_SW_CERT_B: + str = "3WSC_B"; + break; + case SSL3_ST_SW_KEY_EXCH_A: + str = "3WSKEA"; + break; + case SSL3_ST_SW_KEY_EXCH_B: + str = "3WSKEB"; + break; + case SSL3_ST_SW_CERT_REQ_A: + str = "3WCR_A"; + break; + case SSL3_ST_SW_CERT_REQ_B: + str = "3WCR_B"; + break; + case SSL3_ST_SW_SRVR_DONE_A: + str = "3WSD_A"; + break; + case SSL3_ST_SW_SRVR_DONE_B: + str = "3WSD_B"; + break; + case SSL3_ST_SR_CERT_A: + str = "3RCC_A"; + break; + case SSL3_ST_SR_CERT_B: + str = "3RCC_B"; + break; + case SSL3_ST_SR_KEY_EXCH_A: + str = "3RCKEA"; + break; + case SSL3_ST_SR_KEY_EXCH_B: + str = "3RCKEB"; + break; + case SSL3_ST_SR_CERT_VRFY_A: + str = "3RCV_A"; + break; + case SSL3_ST_SR_CERT_VRFY_B: + str = "3RCV_B"; + break; #endif /* SSLv2/v3 compatibility states */ /* client */ -case SSL23_ST_CW_CLNT_HELLO_A: str="23WCHA"; break; -case SSL23_ST_CW_CLNT_HELLO_B: str="23WCHB"; break; -case SSL23_ST_CR_SRVR_HELLO_A: str="23RSHA"; break; -case SSL23_ST_CR_SRVR_HELLO_B: str="23RSHA"; break; + case SSL23_ST_CW_CLNT_HELLO_A: + str = "23WCHA"; + break; + case SSL23_ST_CW_CLNT_HELLO_B: + str = "23WCHB"; + break; + case SSL23_ST_CR_SRVR_HELLO_A: + str = "23RSHA"; + break; + case SSL23_ST_CR_SRVR_HELLO_B: + str = "23RSHA"; + break; /* server */ -case SSL23_ST_SR_CLNT_HELLO_A: str="23RCHA"; break; -case SSL23_ST_SR_CLNT_HELLO_B: str="23RCHB"; break; + case SSL23_ST_SR_CLNT_HELLO_A: + str = "23RCHA"; + break; + case SSL23_ST_SR_CLNT_HELLO_B: + str = "23RCHB"; + break; /* DTLS */ -case DTLS1_ST_CR_HELLO_VERIFY_REQUEST_A: str="DRCHVA"; break; -case DTLS1_ST_CR_HELLO_VERIFY_REQUEST_B: str="DRCHVB"; break; -case DTLS1_ST_SW_HELLO_VERIFY_REQUEST_A: str="DWCHVA"; break; -case DTLS1_ST_SW_HELLO_VERIFY_REQUEST_B: str="DWCHVB"; break; + case DTLS1_ST_CR_HELLO_VERIFY_REQUEST_A: + str = "DRCHVA"; + break; + case DTLS1_ST_CR_HELLO_VERIFY_REQUEST_B: + str = "DRCHVB"; + break; + case DTLS1_ST_SW_HELLO_VERIFY_REQUEST_A: + str = "DWCHVA"; + break; + case DTLS1_ST_SW_HELLO_VERIFY_REQUEST_B: + str = "DWCHVB"; + break; -default: str="UNKWN "; break; - } - return(str); - } + default: + str = "UNKWN "; + break; + } + return (str); +} const char *SSL_alert_type_string_long(int value) - { - value>>=8; - if (value == SSL3_AL_WARNING) - return("warning"); - else if (value == SSL3_AL_FATAL) - return("fatal"); - else - return("unknown"); - } +{ + value >>= 8; + if (value == SSL3_AL_WARNING) + return ("warning"); + else if (value == SSL3_AL_FATAL) + return ("fatal"); + else + return ("unknown"); +} const char *SSL_alert_type_string(int value) - { - value>>=8; - if (value == SSL3_AL_WARNING) - return("W"); - else if (value == SSL3_AL_FATAL) - return("F"); - else - return("U"); - } +{ + value >>= 8; + if (value == SSL3_AL_WARNING) + return ("W"); + else if (value == SSL3_AL_FATAL) + return ("F"); + else + return ("U"); +} const char *SSL_alert_desc_string(int value) - { - const char *str; +{ + const char *str; - switch (value & 0xff) - { - case SSL3_AD_CLOSE_NOTIFY: str="CN"; break; - case SSL3_AD_UNEXPECTED_MESSAGE: str="UM"; break; - case SSL3_AD_BAD_RECORD_MAC: str="BM"; break; - case SSL3_AD_DECOMPRESSION_FAILURE: str="DF"; break; - case SSL3_AD_HANDSHAKE_FAILURE: str="HF"; break; - case SSL3_AD_NO_CERTIFICATE: str="NC"; break; - case SSL3_AD_BAD_CERTIFICATE: str="BC"; break; - case SSL3_AD_UNSUPPORTED_CERTIFICATE: str="UC"; break; - case SSL3_AD_CERTIFICATE_REVOKED: str="CR"; break; - case SSL3_AD_CERTIFICATE_EXPIRED: str="CE"; break; - case SSL3_AD_CERTIFICATE_UNKNOWN: str="CU"; break; - case SSL3_AD_ILLEGAL_PARAMETER: str="IP"; break; - case TLS1_AD_DECRYPTION_FAILED: str="DC"; break; - case TLS1_AD_RECORD_OVERFLOW: str="RO"; break; - case TLS1_AD_UNKNOWN_CA: str="CA"; break; - case TLS1_AD_ACCESS_DENIED: str="AD"; break; - case TLS1_AD_DECODE_ERROR: str="DE"; break; - case TLS1_AD_DECRYPT_ERROR: str="CY"; break; - case TLS1_AD_EXPORT_RESTRICTION: str="ER"; break; - case TLS1_AD_PROTOCOL_VERSION: str="PV"; break; - case TLS1_AD_INSUFFICIENT_SECURITY: str="IS"; break; - case TLS1_AD_INTERNAL_ERROR: str="IE"; break; - case TLS1_AD_USER_CANCELLED: str="US"; break; - case TLS1_AD_NO_RENEGOTIATION: str="NR"; break; - case TLS1_AD_UNSUPPORTED_EXTENSION: str="UE"; break; - case TLS1_AD_CERTIFICATE_UNOBTAINABLE: str="CO"; break; - case TLS1_AD_UNRECOGNIZED_NAME: str="UN"; break; - case TLS1_AD_BAD_CERTIFICATE_STATUS_RESPONSE: str="BR"; break; - case TLS1_AD_BAD_CERTIFICATE_HASH_VALUE: str="BH"; break; - case TLS1_AD_UNKNOWN_PSK_IDENTITY: str="UP"; break; - default: str="UK"; break; - } - return(str); - } + switch (value & 0xff) { + case SSL3_AD_CLOSE_NOTIFY: + str = "CN"; + break; + case SSL3_AD_UNEXPECTED_MESSAGE: + str = "UM"; + break; + case SSL3_AD_BAD_RECORD_MAC: + str = "BM"; + break; + case SSL3_AD_DECOMPRESSION_FAILURE: + str = "DF"; + break; + case SSL3_AD_HANDSHAKE_FAILURE: + str = "HF"; + break; + case SSL3_AD_NO_CERTIFICATE: + str = "NC"; + break; + case SSL3_AD_BAD_CERTIFICATE: + str = "BC"; + break; + case SSL3_AD_UNSUPPORTED_CERTIFICATE: + str = "UC"; + break; + case SSL3_AD_CERTIFICATE_REVOKED: + str = "CR"; + break; + case SSL3_AD_CERTIFICATE_EXPIRED: + str = "CE"; + break; + case SSL3_AD_CERTIFICATE_UNKNOWN: + str = "CU"; + break; + case SSL3_AD_ILLEGAL_PARAMETER: + str = "IP"; + break; + case TLS1_AD_DECRYPTION_FAILED: + str = "DC"; + break; + case TLS1_AD_RECORD_OVERFLOW: + str = "RO"; + break; + case TLS1_AD_UNKNOWN_CA: + str = "CA"; + break; + case TLS1_AD_ACCESS_DENIED: + str = "AD"; + break; + case TLS1_AD_DECODE_ERROR: + str = "DE"; + break; + case TLS1_AD_DECRYPT_ERROR: + str = "CY"; + break; + case TLS1_AD_EXPORT_RESTRICTION: + str = "ER"; + break; + case TLS1_AD_PROTOCOL_VERSION: + str = "PV"; + break; + case TLS1_AD_INSUFFICIENT_SECURITY: + str = "IS"; + break; + case TLS1_AD_INTERNAL_ERROR: + str = "IE"; + break; + case TLS1_AD_USER_CANCELLED: + str = "US"; + break; + case TLS1_AD_NO_RENEGOTIATION: + str = "NR"; + break; + case TLS1_AD_UNSUPPORTED_EXTENSION: + str = "UE"; + break; + case TLS1_AD_CERTIFICATE_UNOBTAINABLE: + str = "CO"; + break; + case TLS1_AD_UNRECOGNIZED_NAME: + str = "UN"; + break; + case TLS1_AD_BAD_CERTIFICATE_STATUS_RESPONSE: + str = "BR"; + break; + case TLS1_AD_BAD_CERTIFICATE_HASH_VALUE: + str = "BH"; + break; + case TLS1_AD_UNKNOWN_PSK_IDENTITY: + str = "UP"; + break; + default: + str = "UK"; + break; + } + return (str); +} const char *SSL_alert_desc_string_long(int value) - { - const char *str; +{ + const char *str; - switch (value & 0xff) - { - case SSL3_AD_CLOSE_NOTIFY: - str="close notify"; - break; - case SSL3_AD_UNEXPECTED_MESSAGE: - str="unexpected_message"; - break; - case SSL3_AD_BAD_RECORD_MAC: - str="bad record mac"; - break; - case SSL3_AD_DECOMPRESSION_FAILURE: - str="decompression failure"; - break; - case SSL3_AD_HANDSHAKE_FAILURE: - str="handshake failure"; - break; - case SSL3_AD_NO_CERTIFICATE: - str="no certificate"; - break; - case SSL3_AD_BAD_CERTIFICATE: - str="bad certificate"; - break; - case SSL3_AD_UNSUPPORTED_CERTIFICATE: - str="unsupported certificate"; - break; - case SSL3_AD_CERTIFICATE_REVOKED: - str="certificate revoked"; - break; - case SSL3_AD_CERTIFICATE_EXPIRED: - str="certificate expired"; - break; - case SSL3_AD_CERTIFICATE_UNKNOWN: - str="certificate unknown"; - break; - case SSL3_AD_ILLEGAL_PARAMETER: - str="illegal parameter"; - break; - case TLS1_AD_DECRYPTION_FAILED: - str="decryption failed"; - break; - case TLS1_AD_RECORD_OVERFLOW: - str="record overflow"; - break; - case TLS1_AD_UNKNOWN_CA: - str="unknown CA"; - break; - case TLS1_AD_ACCESS_DENIED: - str="access denied"; - break; - case TLS1_AD_DECODE_ERROR: - str="decode error"; - break; - case TLS1_AD_DECRYPT_ERROR: - str="decrypt error"; - break; - case TLS1_AD_EXPORT_RESTRICTION: - str="export restriction"; - break; - case TLS1_AD_PROTOCOL_VERSION: - str="protocol version"; - break; - case TLS1_AD_INSUFFICIENT_SECURITY: - str="insufficient security"; - break; - case TLS1_AD_INTERNAL_ERROR: - str="internal error"; - break; - case TLS1_AD_USER_CANCELLED: - str="user canceled"; - break; - case TLS1_AD_NO_RENEGOTIATION: - str="no renegotiation"; - break; - case TLS1_AD_UNSUPPORTED_EXTENSION: - str="unsupported extension"; - break; - case TLS1_AD_CERTIFICATE_UNOBTAINABLE: - str="certificate unobtainable"; - break; - case TLS1_AD_UNRECOGNIZED_NAME: - str="unrecognized name"; - break; - case TLS1_AD_BAD_CERTIFICATE_STATUS_RESPONSE: - str="bad certificate status response"; - break; - case TLS1_AD_BAD_CERTIFICATE_HASH_VALUE: - str="bad certificate hash value"; - break; - case TLS1_AD_UNKNOWN_PSK_IDENTITY: - str="unknown PSK identity"; - break; - default: str="unknown"; break; - } - return(str); - } + switch (value & 0xff) { + case SSL3_AD_CLOSE_NOTIFY: + str = "close notify"; + break; + case SSL3_AD_UNEXPECTED_MESSAGE: + str = "unexpected_message"; + break; + case SSL3_AD_BAD_RECORD_MAC: + str = "bad record mac"; + break; + case SSL3_AD_DECOMPRESSION_FAILURE: + str = "decompression failure"; + break; + case SSL3_AD_HANDSHAKE_FAILURE: + str = "handshake failure"; + break; + case SSL3_AD_NO_CERTIFICATE: + str = "no certificate"; + break; + case SSL3_AD_BAD_CERTIFICATE: + str = "bad certificate"; + break; + case SSL3_AD_UNSUPPORTED_CERTIFICATE: + str = "unsupported certificate"; + break; + case SSL3_AD_CERTIFICATE_REVOKED: + str = "certificate revoked"; + break; + case SSL3_AD_CERTIFICATE_EXPIRED: + str = "certificate expired"; + break; + case SSL3_AD_CERTIFICATE_UNKNOWN: + str = "certificate unknown"; + break; + case SSL3_AD_ILLEGAL_PARAMETER: + str = "illegal parameter"; + break; + case TLS1_AD_DECRYPTION_FAILED: + str = "decryption failed"; + break; + case TLS1_AD_RECORD_OVERFLOW: + str = "record overflow"; + break; + case TLS1_AD_UNKNOWN_CA: + str = "unknown CA"; + break; + case TLS1_AD_ACCESS_DENIED: + str = "access denied"; + break; + case TLS1_AD_DECODE_ERROR: + str = "decode error"; + break; + case TLS1_AD_DECRYPT_ERROR: + str = "decrypt error"; + break; + case TLS1_AD_EXPORT_RESTRICTION: + str = "export restriction"; + break; + case TLS1_AD_PROTOCOL_VERSION: + str = "protocol version"; + break; + case TLS1_AD_INSUFFICIENT_SECURITY: + str = "insufficient security"; + break; + case TLS1_AD_INTERNAL_ERROR: + str = "internal error"; + break; + case TLS1_AD_USER_CANCELLED: + str = "user canceled"; + break; + case TLS1_AD_NO_RENEGOTIATION: + str = "no renegotiation"; + break; + case TLS1_AD_UNSUPPORTED_EXTENSION: + str = "unsupported extension"; + break; + case TLS1_AD_CERTIFICATE_UNOBTAINABLE: + str = "certificate unobtainable"; + break; + case TLS1_AD_UNRECOGNIZED_NAME: + str = "unrecognized name"; + break; + case TLS1_AD_BAD_CERTIFICATE_STATUS_RESPONSE: + str = "bad certificate status response"; + break; + case TLS1_AD_BAD_CERTIFICATE_HASH_VALUE: + str = "bad certificate hash value"; + break; + case TLS1_AD_UNKNOWN_PSK_IDENTITY: + str = "unknown PSK identity"; + break; + default: + str = "unknown"; + break; + } + return (str); +} const char *SSL_rstate_string(const SSL *s) - { - const char *str; +{ + const char *str; - switch (s->rstate) - { - case SSL_ST_READ_HEADER:str="RH"; break; - case SSL_ST_READ_BODY: str="RB"; break; - case SSL_ST_READ_DONE: str="RD"; break; - default: str="unknown"; break; - } - return(str); - } + switch (s->rstate) { + case SSL_ST_READ_HEADER: + str = "RH"; + break; + case SSL_ST_READ_BODY: + str = "RB"; + break; + case SSL_ST_READ_DONE: + str = "RD"; + break; + default: + str = "unknown"; + break; + } + return (str); +} diff --git a/openssl/ssl/ssl_task.c b/openssl/ssl/ssl_task.c index b5ce44b47..fb770753e 100644 --- a/openssl/ssl/ssl_task.c +++ b/openssl/ssl/ssl_task.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -57,22 +57,22 @@ */ /* VMS */ -/* +/*- * DECnet object for servicing SSL. We accept the inbound and speak a * simple protocol for multiplexing the 2 data streams (application and * ssl data) over this logical link. * * Logical names: - * SSL_CIPHER Defines a list of cipher specifications the server - * will support in order of preference. + * SSL_CIPHER Defines a list of cipher specifications the server + * will support in order of preference. * SSL_SERVER_CERTIFICATE - * Points to PEM (privacy enhanced mail) file that - * contains the server certificate and private password. - * SYS$NET Logical created by netserver.exe as hook for completing - * DECnet logical link. + * Points to PEM (privacy enhanced mail) file that + * contains the server certificate and private password. + * SYS$NET Logical created by netserver.exe as hook for completing + * DECnet logical link. * * Each NSP message sent over the DECnet link has the following structure: - * struct rpc_msg { + * struct rpc_msg { * char channel; * char function; * short length; @@ -103,7 +103,7 @@ * R, Confirm, {hello} ----> * <---- R, put, {srv hello} * R, Confirm, 0 ----> - * . (SSL handshake completed) + * . (SSL handshake completed) * . (read first app data). * <---- A, confirm, {http data} * A, Put, {http data} ----> @@ -116,12 +116,12 @@ */ #include #include -#include /* VMS IO$_ definitions */ -#include /* VMS string descriptors */ +#include /* VMS IO$_ definitions */ +#include /* VMS string descriptors */ extern int SYS$QIOW(), SYS$ASSIGN(); int LIB$INIT_TIMER(), LIB$SHOW_TIMER(); -#include /* from ssltest.c */ +#include /* from ssltest.c */ #include #include "e_os.h" @@ -132,23 +132,28 @@ int LIB$INIT_TIMER(), LIB$SHOW_TIMER(); #include int MS_CALLBACK verify_callback(int ok, X509 *xs, X509 *xi, int depth, - int error); -BIO *bio_err=NULL; -BIO *bio_stdout=NULL; + int error); +BIO *bio_err = NULL; +BIO *bio_stdout = NULL; BIO_METHOD *BIO_s_rtcp(); -static char *cipher=NULL; -int verbose=1; +static char *cipher = NULL; +int verbose = 1; #ifdef FIONBIO -static int s_nbio=0; +static int s_nbio = 0; #endif #define TEST_SERVER_CERT "SSL_SERVER_CERTIFICATE" /*************************************************************************/ -struct rpc_msg { /* Should have member alignment inhibited */ - char channel; /* 'A'-app data. 'R'-remote client 'G'-global */ - char function; /* 'G'-get, 'P'-put, 'C'-confirm, 'X'-close */ - unsigned short int length; /* Amount of data returned or max to return */ - char data[4092]; /* variable data */ +/* Should have member alignment inhibited */ +struct rpc_msg { + /* 'A'-app data. 'R'-remote client 'G'-global */ + char channel; + /* 'G'-get, 'P'-put, 'C'-confirm, 'X'-close */ + char function; + /* Amount of data returned or max to return */ + unsigned short int length; + /* variable data */ + char data[4092]; }; #define RPC_HDR_SIZE (sizeof(struct rpc_msg) - 4092) @@ -160,210 +165,233 @@ struct io_status { unsigned short count; unsigned long stsval; }; -int doit(io_channel chan, SSL_CTX *s_ctx ); +int doit(io_channel chan, SSL_CTX *s_ctx); /*****************************************************************************/ -/* Decnet I/O routines. +/* + * Decnet I/O routines. */ -static int get ( io_channel chan, char *buffer, int maxlen, int *length ) +static int get(io_channel chan, char *buffer, int maxlen, int *length) { int status; struct io_status iosb; - status = SYS$QIOW ( 0, chan, IO$_READVBLK, &iosb, 0, 0, - buffer, maxlen, 0, 0, 0, 0 ); - if ( (status&1) == 1 ) status = iosb.status; - if ( (status&1) == 1 ) *length = iosb.count; + status = SYS$QIOW(0, chan, IO$_READVBLK, &iosb, 0, 0, + buffer, maxlen, 0, 0, 0, 0); + if ((status & 1) == 1) + status = iosb.status; + if ((status & 1) == 1) + *length = iosb.count; return status; } -static int put ( io_channel chan, char *buffer, int length ) +static int put(io_channel chan, char *buffer, int length) { int status; struct io_status iosb; - status = SYS$QIOW ( 0, chan, IO$_WRITEVBLK, &iosb, 0, 0, - buffer, length, 0, 0, 0, 0 ); - if ( (status&1) == 1 ) status = iosb.status; + status = SYS$QIOW(0, chan, IO$_WRITEVBLK, &iosb, 0, 0, + buffer, length, 0, 0, 0, 0); + if ((status & 1) == 1) + status = iosb.status; return status; } + /***************************************************************************/ -/* Handle operations on the 'G' channel. +/* + * Handle operations on the 'G' channel. */ -static int general_request ( io_channel chan, struct rpc_msg *msg, int length ) +static int general_request(io_channel chan, struct rpc_msg *msg, int length) { return 48; } + /***************************************************************************/ -int main ( int argc, char **argv ) +int main(int argc, char **argv) { int status, length; io_channel chan; struct rpc_msg msg; - char *CApath=NULL,*CAfile=NULL; - int badop=0; - int ret=1; - int client_auth=0; - int server_auth=0; - SSL_CTX *s_ctx=NULL; + char *CApath = NULL, *CAfile = NULL; + int badop = 0; + int ret = 1; + int client_auth = 0; + int server_auth = 0; + SSL_CTX *s_ctx = NULL; /* * Confirm logical link with initiating client. */ LIB$INIT_TIMER(); - status = SYS$ASSIGN ( &sysnet, &chan, 0, 0, 0 ); - printf("status of assign to SYS$NET: %d\n", status ); + status = SYS$ASSIGN(&sysnet, &chan, 0, 0, 0); + printf("status of assign to SYS$NET: %d\n", status); /* * Initialize standard out and error files. */ - if (bio_err == NULL) - if ((bio_err=BIO_new(BIO_s_file())) != NULL) - BIO_set_fp(bio_err,stderr,BIO_NOCLOSE); - if (bio_stdout == NULL) - if ((bio_stdout=BIO_new(BIO_s_file())) != NULL) - BIO_set_fp(bio_stdout,stdout,BIO_NOCLOSE); + if (bio_err == NULL) + if ((bio_err = BIO_new(BIO_s_file())) != NULL) + BIO_set_fp(bio_err, stderr, BIO_NOCLOSE); + if (bio_stdout == NULL) + if ((bio_stdout = BIO_new(BIO_s_file())) != NULL) + BIO_set_fp(bio_stdout, stdout, BIO_NOCLOSE); /* * get the preferred cipher list and other initialization */ - if (cipher == NULL) cipher=getenv("SSL_CIPHER"); - printf("cipher list: %s\n", cipher ? cipher : "{undefined}" ); + if (cipher == NULL) + cipher = getenv("SSL_CIPHER"); + printf("cipher list: %s\n", cipher ? cipher : "{undefined}"); - SSL_load_error_strings(); - OpenSSL_add_all_algorithms(); + SSL_load_error_strings(); + OpenSSL_add_all_algorithms(); -/* DRM, this was the original, but there is no such thing as SSLv2() - s_ctx=SSL_CTX_new(SSLv2()); -*/ - s_ctx=SSL_CTX_new(SSLv2_server_method()); + /* + * DRM, this was the original, but there is no such thing as SSLv2() + * s_ctx=SSL_CTX_new(SSLv2()); + */ + s_ctx = SSL_CTX_new(SSLv2_server_method()); - if (s_ctx == NULL) goto end; + if (s_ctx == NULL) + goto end; - SSL_CTX_use_certificate_file(s_ctx,TEST_SERVER_CERT,SSL_FILETYPE_PEM); - SSL_CTX_use_RSAPrivateKey_file(s_ctx,TEST_SERVER_CERT,SSL_FILETYPE_PEM); - printf("Loaded server certificate: '%s'\n", TEST_SERVER_CERT ); + SSL_CTX_use_certificate_file(s_ctx, TEST_SERVER_CERT, SSL_FILETYPE_PEM); + SSL_CTX_use_RSAPrivateKey_file(s_ctx, TEST_SERVER_CERT, SSL_FILETYPE_PEM); + printf("Loaded server certificate: '%s'\n", TEST_SERVER_CERT); /* * Take commands from client until bad status. */ LIB$SHOW_TIMER(); - status = doit ( chan, s_ctx ); + status = doit(chan, s_ctx); LIB$SHOW_TIMER(); /* * do final cleanup and exit. */ -end: - if (s_ctx != NULL) SSL_CTX_free(s_ctx); + end: + if (s_ctx != NULL) + SSL_CTX_free(s_ctx); LIB$SHOW_TIMER(); return 1; } -int doit(io_channel chan, SSL_CTX *s_ctx ) +int doit(io_channel chan, SSL_CTX *s_ctx) { int status, length, link_state; - struct rpc_msg msg; + struct rpc_msg msg; - SSL *s_ssl=NULL; - BIO *c_to_s=NULL; - BIO *s_to_c=NULL; - BIO *c_bio=NULL; - BIO *s_bio=NULL; - int i; - int done=0; + SSL *s_ssl = NULL; + BIO *c_to_s = NULL; + BIO *s_to_c = NULL; + BIO *c_bio = NULL; + BIO *s_bio = NULL; + int i; + int done = 0; - s_ssl=SSL_new(s_ctx); - if (s_ssl == NULL) goto err; + s_ssl = SSL_new(s_ctx); + if (s_ssl == NULL) + goto err; - c_to_s=BIO_new(BIO_s_rtcp()); - s_to_c=BIO_new(BIO_s_rtcp()); - if ((s_to_c == NULL) || (c_to_s == NULL)) goto err; -/* original, DRM 24-SEP-1997 - BIO_set_fd ( c_to_s, "", chan ); - BIO_set_fd ( s_to_c, "", chan ); + c_to_s = BIO_new(BIO_s_rtcp()); + s_to_c = BIO_new(BIO_s_rtcp()); + if ((s_to_c == NULL) || (c_to_s == NULL)) + goto err; +/*- original, DRM 24-SEP-1997 + BIO_set_fd ( c_to_s, "", chan ); + BIO_set_fd ( s_to_c, "", chan ); */ - BIO_set_fd ( c_to_s, 0, chan ); - BIO_set_fd ( s_to_c, 0, chan ); + BIO_set_fd(c_to_s, 0, chan); + BIO_set_fd(s_to_c, 0, chan); - c_bio=BIO_new(BIO_f_ssl()); - s_bio=BIO_new(BIO_f_ssl()); - if ((c_bio == NULL) || (s_bio == NULL)) goto err; + c_bio = BIO_new(BIO_f_ssl()); + s_bio = BIO_new(BIO_f_ssl()); + if ((c_bio == NULL) || (s_bio == NULL)) + goto err; - SSL_set_accept_state(s_ssl); - SSL_set_bio(s_ssl,c_to_s,s_to_c); - BIO_set_ssl(s_bio,s_ssl,BIO_CLOSE); + SSL_set_accept_state(s_ssl); + SSL_set_bio(s_ssl, c_to_s, s_to_c); + BIO_set_ssl(s_bio, s_ssl, BIO_CLOSE); - /* We can always do writes */ - printf("Begin doit main loop\n"); - /* - * Link states: 0-idle, 1-read pending, 2-write pending, 3-closed. - */ - for (link_state = 0; link_state < 3; ) { - /* - * Wait for remote end to request data action on A channel. - */ - while ( link_state == 0 ) { - status = get ( chan, (char *) &msg, sizeof(msg), &length ); - if ( (status&1) == 0 ) { - printf("Error in main loop get: %d\n", status ); - link_state = 3; - break; - } - if ( length < RPC_HDR_SIZE ) { - printf("Error in main loop get size: %d\n", length ); - break; - link_state = 3; - } - if ( msg.channel != 'A' ) { - printf("Error in main loop, unexpected channel: %c\n", - msg.channel ); - break; - link_state = 3; - } - if ( msg.function == 'G' ) { - link_state = 1; - } else if ( msg.function == 'P' ) { - link_state = 2; /* write pending */ - } else if ( msg.function == 'X' ) { - link_state = 3; - } else { - link_state = 3; - } - } - if ( link_state == 1 ) { - i = BIO_read ( s_bio, msg.data, msg.length ); - if ( i < 0 ) link_state = 3; - else { - msg.channel = 'A'; - msg.function = 'C'; /* confirm */ - msg.length = i; - status = put ( chan, (char *) &msg, i+RPC_HDR_SIZE ); - if ( (status&1) == 0 ) break; - link_state = 0; - } - } else if ( link_state == 2 ) { - i = BIO_write ( s_bio, msg.data, msg.length ); - if ( i < 0 ) link_state = 3; - else { - msg.channel = 'A'; - msg.function = 'C'; /* confirm */ - msg.length = 0; - status = put ( chan, (char *) &msg, RPC_HDR_SIZE ); - if ( (status&1) == 0 ) break; - link_state = 0; - } - } - } - fprintf(stdout,"DONE\n"); -err: - /* We have to set the BIO's to NULL otherwise they will be - * free()ed twice. Once when th s_ssl is SSL_free()ed and - * again when c_ssl is SSL_free()ed. - * This is a hack required because s_ssl and c_ssl are sharing the same - * BIO structure and SSL_set_bio() and SSL_free() automatically - * BIO_free non NULL entries. - * You should not normally do this or be required to do this */ - s_ssl->rbio=NULL; - s_ssl->wbio=NULL; + /* We can always do writes */ + printf("Begin doit main loop\n"); + /* + * Link states: 0-idle, 1-read pending, 2-write pending, 3-closed. + */ + for (link_state = 0; link_state < 3;) { + /* + * Wait for remote end to request data action on A channel. + */ + while (link_state == 0) { + status = get(chan, (char *)&msg, sizeof(msg), &length); + if ((status & 1) == 0) { + printf("Error in main loop get: %d\n", status); + link_state = 3; + break; + } + if (length < RPC_HDR_SIZE) { + printf("Error in main loop get size: %d\n", length); + break; + link_state = 3; + } + if (msg.channel != 'A') { + printf("Error in main loop, unexpected channel: %c\n", + msg.channel); + break; + link_state = 3; + } + if (msg.function == 'G') { + link_state = 1; + } else if (msg.function == 'P') { + link_state = 2; /* write pending */ + } else if (msg.function == 'X') { + link_state = 3; + } else { + link_state = 3; + } + } + if (link_state == 1) { + i = BIO_read(s_bio, msg.data, msg.length); + if (i < 0) + link_state = 3; + else { + msg.channel = 'A'; + msg.function = 'C'; /* confirm */ + msg.length = i; + status = put(chan, (char *)&msg, i + RPC_HDR_SIZE); + if ((status & 1) == 0) + break; + link_state = 0; + } + } else if (link_state == 2) { + i = BIO_write(s_bio, msg.data, msg.length); + if (i < 0) + link_state = 3; + else { + msg.channel = 'A'; + msg.function = 'C'; /* confirm */ + msg.length = 0; + status = put(chan, (char *)&msg, RPC_HDR_SIZE); + if ((status & 1) == 0) + break; + link_state = 0; + } + } + } + fprintf(stdout, "DONE\n"); + err: + /* + * We have to set the BIO's to NULL otherwise they will be free()ed + * twice. Once when th s_ssl is SSL_free()ed and again when c_ssl is + * SSL_free()ed. This is a hack required because s_ssl and c_ssl are + * sharing the same BIO structure and SSL_set_bio() and SSL_free() + * automatically BIO_free non NULL entries. You should not normally do + * this or be required to do this + */ + s_ssl->rbio = NULL; + s_ssl->wbio = NULL; - if (c_to_s != NULL) BIO_free(c_to_s); - if (s_to_c != NULL) BIO_free(s_to_c); - if (c_bio != NULL) BIO_free(c_bio); - if (s_bio != NULL) BIO_free(s_bio); - return(0); + if (c_to_s != NULL) + BIO_free(c_to_s); + if (s_to_c != NULL) + BIO_free(s_to_c); + if (c_bio != NULL) + BIO_free(c_bio); + if (s_bio != NULL) + BIO_free(s_bio); + return (0); } diff --git a/openssl/ssl/ssl_txt.c b/openssl/ssl/ssl_txt.c index 6479d52c0..45308d8b6 100644 --- a/openssl/ssl/ssl_txt.c +++ b/openssl/ssl/ssl_txt.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -88,161 +88,175 @@ #ifndef OPENSSL_NO_FP_API int SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *x) - { - BIO *b; - int ret; +{ + BIO *b; + int ret; - if ((b=BIO_new(BIO_s_file_internal())) == NULL) - { - SSLerr(SSL_F_SSL_SESSION_PRINT_FP,ERR_R_BUF_LIB); - return(0); - } - BIO_set_fp(b,fp,BIO_NOCLOSE); - ret=SSL_SESSION_print(b,x); - BIO_free(b); - return(ret); - } + if ((b = BIO_new(BIO_s_file_internal())) == NULL) { + SSLerr(SSL_F_SSL_SESSION_PRINT_FP, ERR_R_BUF_LIB); + return (0); + } + BIO_set_fp(b, fp, BIO_NOCLOSE); + ret = SSL_SESSION_print(b, x); + BIO_free(b); + return (ret); +} #endif int SSL_SESSION_print(BIO *bp, const SSL_SESSION *x) - { - unsigned int i; - const char *s; +{ + unsigned int i; + const char *s; - if (x == NULL) goto err; - if (BIO_puts(bp,"SSL-Session:\n") <= 0) goto err; - if (x->ssl_version == SSL2_VERSION) - s="SSLv2"; - else if (x->ssl_version == SSL3_VERSION) - s="SSLv3"; - else if (x->ssl_version == TLS1_2_VERSION) - s="TLSv1.2"; - else if (x->ssl_version == TLS1_1_VERSION) - s="TLSv1.1"; - else if (x->ssl_version == TLS1_VERSION) - s="TLSv1"; - else if (x->ssl_version == DTLS1_VERSION) - s="DTLSv1"; - else if (x->ssl_version == DTLS1_BAD_VER) - s="DTLSv1-bad"; - else - s="unknown"; - if (BIO_printf(bp," Protocol : %s\n",s) <= 0) goto err; + if (x == NULL) + goto err; + if (BIO_puts(bp, "SSL-Session:\n") <= 0) + goto err; + if (x->ssl_version == SSL2_VERSION) + s = "SSLv2"; + else if (x->ssl_version == SSL3_VERSION) + s = "SSLv3"; + else if (x->ssl_version == TLS1_2_VERSION) + s = "TLSv1.2"; + else if (x->ssl_version == TLS1_1_VERSION) + s = "TLSv1.1"; + else if (x->ssl_version == TLS1_VERSION) + s = "TLSv1"; + else if (x->ssl_version == DTLS1_VERSION) + s = "DTLSv1"; + else if (x->ssl_version == DTLS1_2_VERSION) + s = "DTLSv1.2"; + else if (x->ssl_version == DTLS1_BAD_VER) + s = "DTLSv1-bad"; + else + s = "unknown"; + if (BIO_printf(bp, " Protocol : %s\n", s) <= 0) + goto err; - if (x->cipher == NULL) - { - if (((x->cipher_id) & 0xff000000) == 0x02000000) - { - if (BIO_printf(bp," Cipher : %06lX\n",x->cipher_id&0xffffff) <= 0) - goto err; - } - else - { - if (BIO_printf(bp," Cipher : %04lX\n",x->cipher_id&0xffff) <= 0) - goto err; - } - } - else - { - if (BIO_printf(bp," Cipher : %s\n",((x->cipher == NULL)?"unknown":x->cipher->name)) <= 0) - goto err; - } - if (BIO_puts(bp," Session-ID: ") <= 0) goto err; - for (i=0; isession_id_length; i++) - { - if (BIO_printf(bp,"%02X",x->session_id[i]) <= 0) goto err; - } - if (BIO_puts(bp,"\n Session-ID-ctx: ") <= 0) goto err; - for (i=0; isid_ctx_length; i++) - { - if (BIO_printf(bp,"%02X",x->sid_ctx[i]) <= 0) - goto err; - } - if (BIO_puts(bp,"\n Master-Key: ") <= 0) goto err; - for (i=0; i<(unsigned int)x->master_key_length; i++) - { - if (BIO_printf(bp,"%02X",x->master_key[i]) <= 0) goto err; - } - if (BIO_puts(bp,"\n Key-Arg : ") <= 0) goto err; - if (x->key_arg_length == 0) - { - if (BIO_puts(bp,"None") <= 0) goto err; - } - else - for (i=0; ikey_arg_length; i++) - { - if (BIO_printf(bp,"%02X",x->key_arg[i]) <= 0) goto err; - } + if (x->cipher == NULL) { + if (((x->cipher_id) & 0xff000000) == 0x02000000) { + if (BIO_printf + (bp, " Cipher : %06lX\n", x->cipher_id & 0xffffff) <= 0) + goto err; + } else { + if (BIO_printf + (bp, " Cipher : %04lX\n", x->cipher_id & 0xffff) <= 0) + goto err; + } + } else { + if (BIO_printf + (bp, " Cipher : %s\n", + ((x->cipher == NULL) ? "unknown" : x->cipher->name)) <= 0) + goto err; + } + if (BIO_puts(bp, " Session-ID: ") <= 0) + goto err; + for (i = 0; i < x->session_id_length; i++) { + if (BIO_printf(bp, "%02X", x->session_id[i]) <= 0) + goto err; + } + if (BIO_puts(bp, "\n Session-ID-ctx: ") <= 0) + goto err; + for (i = 0; i < x->sid_ctx_length; i++) { + if (BIO_printf(bp, "%02X", x->sid_ctx[i]) <= 0) + goto err; + } + if (BIO_puts(bp, "\n Master-Key: ") <= 0) + goto err; + for (i = 0; i < (unsigned int)x->master_key_length; i++) { + if (BIO_printf(bp, "%02X", x->master_key[i]) <= 0) + goto err; + } + if (BIO_puts(bp, "\n Key-Arg : ") <= 0) + goto err; + if (x->key_arg_length == 0) { + if (BIO_puts(bp, "None") <= 0) + goto err; + } else + for (i = 0; i < x->key_arg_length; i++) { + if (BIO_printf(bp, "%02X", x->key_arg[i]) <= 0) + goto err; + } #ifndef OPENSSL_NO_KRB5 - if (BIO_puts(bp,"\n Krb5 Principal: ") <= 0) goto err; - if (x->krb5_client_princ_len == 0) - { - if (BIO_puts(bp,"None") <= 0) goto err; - } - else - for (i=0; ikrb5_client_princ_len; i++) - { - if (BIO_printf(bp,"%02X",x->krb5_client_princ[i]) <= 0) goto err; - } -#endif /* OPENSSL_NO_KRB5 */ + if (BIO_puts(bp, "\n Krb5 Principal: ") <= 0) + goto err; + if (x->krb5_client_princ_len == 0) { + if (BIO_puts(bp, "None") <= 0) + goto err; + } else + for (i = 0; i < x->krb5_client_princ_len; i++) { + if (BIO_printf(bp, "%02X", x->krb5_client_princ[i]) <= 0) + goto err; + } +#endif /* OPENSSL_NO_KRB5 */ #ifndef OPENSSL_NO_PSK - if (BIO_puts(bp,"\n PSK identity: ") <= 0) goto err; - if (BIO_printf(bp, "%s", x->psk_identity ? x->psk_identity : "None") <= 0) goto err; - if (BIO_puts(bp,"\n PSK identity hint: ") <= 0) goto err; - if (BIO_printf(bp, "%s", x->psk_identity_hint ? x->psk_identity_hint : "None") <= 0) goto err; + if (BIO_puts(bp, "\n PSK identity: ") <= 0) + goto err; + if (BIO_printf(bp, "%s", x->psk_identity ? x->psk_identity : "None") <= 0) + goto err; + if (BIO_puts(bp, "\n PSK identity hint: ") <= 0) + goto err; + if (BIO_printf + (bp, "%s", x->psk_identity_hint ? x->psk_identity_hint : "None") <= 0) + goto err; #endif #ifndef OPENSSL_NO_SRP - if (BIO_puts(bp,"\n SRP username: ") <= 0) goto err; - if (BIO_printf(bp, "%s", x->srp_username ? x->srp_username : "None") <= 0) goto err; + if (BIO_puts(bp, "\n SRP username: ") <= 0) + goto err; + if (BIO_printf(bp, "%s", x->srp_username ? x->srp_username : "None") <= 0) + goto err; #endif #ifndef OPENSSL_NO_TLSEXT - if (x->tlsext_tick_lifetime_hint) - { - if (BIO_printf(bp, - "\n TLS session ticket lifetime hint: %ld (seconds)", - x->tlsext_tick_lifetime_hint) <=0) - goto err; - } - if (x->tlsext_tick) - { - if (BIO_puts(bp, "\n TLS session ticket:\n") <= 0) goto err; - if (BIO_dump_indent(bp, (char *)x->tlsext_tick, x->tlsext_ticklen, 4) <= 0) - goto err; - } + if (x->tlsext_tick_lifetime_hint) { + if (BIO_printf(bp, + "\n TLS session ticket lifetime hint: %ld (seconds)", + x->tlsext_tick_lifetime_hint) <= 0) + goto err; + } + if (x->tlsext_tick) { + if (BIO_puts(bp, "\n TLS session ticket:\n") <= 0) + goto err; + if (BIO_dump_indent(bp, (char *)x->tlsext_tick, x->tlsext_ticklen, 4) + <= 0) + goto err; + } #endif #ifndef OPENSSL_NO_COMP - if (x->compress_meth != 0) - { - SSL_COMP *comp = NULL; + if (x->compress_meth != 0) { + SSL_COMP *comp = NULL; - ssl_cipher_get_evp(x,NULL,NULL,NULL,NULL,&comp); - if (comp == NULL) - { - if (BIO_printf(bp,"\n Compression: %d",x->compress_meth) <= 0) goto err; - } - else - { - if (BIO_printf(bp,"\n Compression: %d (%s)", comp->id,comp->method->name) <= 0) goto err; - } - } + ssl_cipher_get_evp(x, NULL, NULL, NULL, NULL, &comp); + if (comp == NULL) { + if (BIO_printf(bp, "\n Compression: %d", x->compress_meth) <= + 0) + goto err; + } else { + if (BIO_printf + (bp, "\n Compression: %d (%s)", comp->id, + comp->method->name) <= 0) + goto err; + } + } #endif - if (x->time != 0L) - { - if (BIO_printf(bp, "\n Start Time: %ld",x->time) <= 0) goto err; - } - if (x->timeout != 0L) - { - if (BIO_printf(bp, "\n Timeout : %ld (sec)",x->timeout) <= 0) goto err; - } - if (BIO_puts(bp,"\n") <= 0) goto err; + if (x->time != 0L) { + if (BIO_printf(bp, "\n Start Time: %ld", x->time) <= 0) + goto err; + } + if (x->timeout != 0L) { + if (BIO_printf(bp, "\n Timeout : %ld (sec)", x->timeout) <= 0) + goto err; + } + if (BIO_puts(bp, "\n") <= 0) + goto err; - if (BIO_puts(bp, " Verify return code: ") <= 0) goto err; - if (BIO_printf(bp, "%ld (%s)\n", x->verify_result, - X509_verify_cert_error_string(x->verify_result)) <= 0) goto err; - - return(1); -err: - return(0); - } + if (BIO_puts(bp, " Verify return code: ") <= 0) + goto err; + if (BIO_printf(bp, "%ld (%s)\n", x->verify_result, + X509_verify_cert_error_string(x->verify_result)) <= 0) + goto err; + return (1); + err: + return (0); +} diff --git a/openssl/ssl/ssl_utst.c b/openssl/ssl/ssl_utst.c index 3679bc3c2..53bdde330 100644 --- a/openssl/ssl/ssl_utst.c +++ b/openssl/ssl/ssl_utst.c @@ -1,5 +1,6 @@ /* ssl_utst.c */ -/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL +/* + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. */ /* ==================================================================== @@ -10,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -56,18 +57,16 @@ #ifndef OPENSSL_NO_UNIT_TEST - -static const struct openssl_ssl_test_functions ssl_test_functions = - { - ssl_init_wbio_buffer, - ssl3_setup_buffers, - tls1_process_heartbeat, - dtls1_process_heartbeat - }; +static const struct openssl_ssl_test_functions ssl_test_functions = { + ssl_init_wbio_buffer, + ssl3_setup_buffers, + tls1_process_heartbeat, + dtls1_process_heartbeat +}; const struct openssl_ssl_test_functions *SSL_test_functions(void) - { - return &ssl_test_functions; - } +{ + return &ssl_test_functions; +} #endif diff --git a/openssl/ssl/ssltest.c b/openssl/ssl/ssltest.c index 4f80be8ee..0113b6526 100644 --- a/openssl/ssl/ssltest.c +++ b/openssl/ssl/ssltest.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +63,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -110,7 +110,7 @@ */ /* ==================================================================== * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. - * ECC cipher suite support in OpenSSL originally developed by + * ECC cipher suite support in OpenSSL originally developed by * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. */ /* ==================================================================== @@ -140,8 +140,8 @@ * OTHERWISE. */ -#define _BSD_SOURCE 1 /* Or gethostname won't be declared properly - on Linux and GNU platforms. */ +/* Or gethostname won't be declared properly on Linux and GNU platforms. */ +#define _BSD_SOURCE 1 #include #include @@ -155,8 +155,10 @@ #include "e_os.h" #ifdef OPENSSL_SYS_VMS -#define _XOPEN_SOURCE 500 /* Or isascii won't be declared properly on - VMS (at least with DECompHP C). */ +/* + * Or isascii won't be declared properly on VMS (at least with DECompHP C). + */ +# define _XOPEN_SOURCE 500 #endif #include @@ -168,70 +170,73 @@ #include #include #ifndef OPENSSL_NO_ENGINE -#include +# include #endif #include #include #ifndef OPENSSL_NO_RSA -#include +# include #endif #ifndef OPENSSL_NO_DSA -#include +# include #endif #ifndef OPENSSL_NO_DH -#include +# include #endif #ifndef OPENSSL_NO_SRP -#include +# include #endif #include -#define _XOPEN_SOURCE_EXTENDED 1 /* Or gethostname won't be declared properly - on Compaq platforms (at least with DEC C). - Do not try to put it earlier, or IPv6 includes - get screwed... - */ +/* + * Or gethostname won't be declared properly + * on Compaq platforms (at least with DEC C). + * Do not try to put it earlier, or IPv6 includes + * get screwed... + */ +#define _XOPEN_SOURCE_EXTENDED 1 #ifdef OPENSSL_SYS_WINDOWS -#include +# include #else -#include OPENSSL_UNISTD +# include OPENSSL_UNISTD #endif #ifdef OPENSSL_SYS_VMS -# define TEST_SERVER_CERT "SYS$DISK:[-.APPS]SERVER.PEM" -# define TEST_CLIENT_CERT "SYS$DISK:[-.APPS]CLIENT.PEM" +# define TEST_SERVER_CERT "SYS$DISK:[-.APPS]SERVER.PEM" +# define TEST_CLIENT_CERT "SYS$DISK:[-.APPS]CLIENT.PEM" #elif defined(OPENSSL_SYS_WINCE) -# define TEST_SERVER_CERT "\\OpenSSL\\server.pem" -# define TEST_CLIENT_CERT "\\OpenSSL\\client.pem" +# define TEST_SERVER_CERT "\\OpenSSL\\server.pem" +# define TEST_CLIENT_CERT "\\OpenSSL\\client.pem" #elif defined(OPENSSL_SYS_NETWARE) -# define TEST_SERVER_CERT "\\openssl\\apps\\server.pem" -# define TEST_CLIENT_CERT "\\openssl\\apps\\client.pem" +# define TEST_SERVER_CERT "\\openssl\\apps\\server.pem" +# define TEST_CLIENT_CERT "\\openssl\\apps\\client.pem" #else -# define TEST_SERVER_CERT "../apps/server.pem" -# define TEST_CLIENT_CERT "../apps/client.pem" +# define TEST_SERVER_CERT "../apps/server.pem" +# define TEST_CLIENT_CERT "../apps/client.pem" #endif -/* There is really no standard for this, so let's assign some tentative - numbers. In any case, these numbers are only for this test */ -#define COMP_RLE 255 -#define COMP_ZLIB 1 +/* + * There is really no standard for this, so let's assign some tentative + * numbers. In any case, these numbers are only for this test + */ +#define COMP_RLE 255 +#define COMP_ZLIB 1 static int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx); #ifndef OPENSSL_NO_RSA -static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export,int keylength); +static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength); static void free_tmp_rsa(void); #endif static int MS_CALLBACK app_verify_callback(X509_STORE_CTX *ctx, void *arg); #define APP_CALLBACK_STRING "Test Callback Argument" -struct app_verify_arg - { - char *string; - int app_verify; - int allow_proxy_certs; - char *proxy_auth; - char *proxy_cond; - }; +struct app_verify_arg { + char *string; + int app_verify; + int allow_proxy_certs; + char *proxy_auth; + char *proxy_cond; +}; #ifndef OPENSSL_NO_DH static DH *get_dh512(void); @@ -239,2345 +244,2774 @@ static DH *get_dh1024(void); static DH *get_dh1024dsa(void); #endif - -static char *psk_key=NULL; /* by default PSK is not used */ +static char *psk_key = NULL; /* by default PSK is not used */ #ifndef OPENSSL_NO_PSK -static unsigned int psk_client_callback(SSL *ssl, const char *hint, char *identity, - unsigned int max_identity_len, unsigned char *psk, - unsigned int max_psk_len); -static unsigned int psk_server_callback(SSL *ssl, const char *identity, unsigned char *psk, - unsigned int max_psk_len); +static unsigned int psk_client_callback(SSL *ssl, const char *hint, + char *identity, + unsigned int max_identity_len, + unsigned char *psk, + unsigned int max_psk_len); +static unsigned int psk_server_callback(SSL *ssl, const char *identity, + unsigned char *psk, + unsigned int max_psk_len); #endif #ifndef OPENSSL_NO_SRP /* SRP client */ /* This is a context that we pass to all callbacks */ -typedef struct srp_client_arg_st - { - char *srppassin; - char *srplogin; - } SRP_CLIENT_ARG; +typedef struct srp_client_arg_st { + char *srppassin; + char *srplogin; +} SRP_CLIENT_ARG; -#define PWD_STRLEN 1024 +# define PWD_STRLEN 1024 -static char * MS_CALLBACK ssl_give_srp_client_pwd_cb(SSL *s, void *arg) - { - SRP_CLIENT_ARG *srp_client_arg = (SRP_CLIENT_ARG *)arg; - return BUF_strdup((char *)srp_client_arg->srppassin); - } +static char *MS_CALLBACK ssl_give_srp_client_pwd_cb(SSL *s, void *arg) +{ + SRP_CLIENT_ARG *srp_client_arg = (SRP_CLIENT_ARG *)arg; + return BUF_strdup((char *)srp_client_arg->srppassin); +} /* SRP server */ /* This is a context that we pass to SRP server callbacks */ -typedef struct srp_server_arg_st - { - char *expected_user; - char *pass; - } SRP_SERVER_ARG; +typedef struct srp_server_arg_st { + char *expected_user; + char *pass; +} SRP_SERVER_ARG; static int MS_CALLBACK ssl_srp_server_param_cb(SSL *s, int *ad, void *arg) - { - SRP_SERVER_ARG * p = (SRP_SERVER_ARG *) arg; - - if (strcmp(p->expected_user, SSL_get_srp_username(s)) != 0) - { - fprintf(stderr, "User %s doesn't exist\n", SSL_get_srp_username(s)); - return SSL3_AL_FATAL; - } - if (SSL_set_srp_server_param_pw(s,p->expected_user,p->pass,"1024")<0) - { - *ad = SSL_AD_INTERNAL_ERROR; - return SSL3_AL_FATAL; - } - return SSL_ERROR_NONE; - } +{ + SRP_SERVER_ARG *p = (SRP_SERVER_ARG *)arg; + + if (strcmp(p->expected_user, SSL_get_srp_username(s)) != 0) { + fprintf(stderr, "User %s doesn't exist\n", SSL_get_srp_username(s)); + return SSL3_AL_FATAL; + } + if (SSL_set_srp_server_param_pw(s, p->expected_user, p->pass, "1024") < 0) { + *ad = SSL_AD_INTERNAL_ERROR; + return SSL3_AL_FATAL; + } + return SSL_ERROR_NONE; +} #endif -static BIO *bio_err=NULL; -static BIO *bio_stdout=NULL; +static BIO *bio_err = NULL; +static BIO *bio_stdout = NULL; + +static const char *alpn_client; +static const char *alpn_server; +static const char *alpn_expected; +static unsigned char *alpn_selected; + +/*- + * next_protos_parse parses a comma separated list of strings into a string + * in a format suitable for passing to SSL_CTX_set_next_protos_advertised. + * outlen: (output) set to the length of the resulting buffer on success. + * err: (maybe NULL) on failure, an error message line is written to this BIO. + * in: a NUL terminated string like "abc,def,ghi" + * + * returns: a malloced buffer or NULL on failure. + */ +static unsigned char *next_protos_parse(unsigned short *outlen, + const char *in) +{ + size_t len; + unsigned char *out; + size_t i, start = 0; + + len = strlen(in); + if (len >= 65535) + return NULL; + + out = OPENSSL_malloc(strlen(in) + 1); + if (!out) + return NULL; + + for (i = 0; i <= len; ++i) { + if (i == len || in[i] == ',') { + if (i - start > 255) { + OPENSSL_free(out); + return NULL; + } + out[start] = i - start; + start = i + 1; + } else + out[i + 1] = in[i]; + } + + *outlen = len + 1; + return out; +} + +static int cb_server_alpn(SSL *s, const unsigned char **out, + unsigned char *outlen, const unsigned char *in, + unsigned int inlen, void *arg) +{ + unsigned char *protos; + unsigned short protos_len; + + protos = next_protos_parse(&protos_len, alpn_server); + if (protos == NULL) { + fprintf(stderr, "failed to parser ALPN server protocol string: %s\n", + alpn_server); + abort(); + } + + if (SSL_select_next_proto + ((unsigned char **)out, outlen, protos, protos_len, in, + inlen) != OPENSSL_NPN_NEGOTIATED) { + OPENSSL_free(protos); + return SSL_TLSEXT_ERR_NOACK; + } + + /* + * Make a copy of the selected protocol which will be freed in + * verify_alpn. + */ + alpn_selected = OPENSSL_malloc(*outlen); + memcpy(alpn_selected, *out, *outlen); + *out = alpn_selected; + + OPENSSL_free(protos); + return SSL_TLSEXT_ERR_OK; +} + +static int verify_alpn(SSL *client, SSL *server) +{ + const unsigned char *client_proto, *server_proto; + unsigned int client_proto_len = 0, server_proto_len = 0; + SSL_get0_alpn_selected(client, &client_proto, &client_proto_len); + SSL_get0_alpn_selected(server, &server_proto, &server_proto_len); + + if (alpn_selected != NULL) { + OPENSSL_free(alpn_selected); + alpn_selected = NULL; + } + + if (client_proto_len != server_proto_len || + memcmp(client_proto, server_proto, client_proto_len) != 0) { + BIO_printf(bio_stdout, "ALPN selected protocols differ!\n"); + goto err; + } + + if (client_proto_len > 0 && alpn_expected == NULL) { + BIO_printf(bio_stdout, "ALPN unexpectedly negotiated\n"); + goto err; + } + + if (alpn_expected != NULL && + (client_proto_len != strlen(alpn_expected) || + memcmp(client_proto, alpn_expected, client_proto_len) != 0)) { + BIO_printf(bio_stdout, + "ALPN selected protocols not equal to expected protocol: %s\n", + alpn_expected); + goto err; + } + + return 0; + + err: + BIO_printf(bio_stdout, "ALPN results: client: '"); + BIO_write(bio_stdout, client_proto, client_proto_len); + BIO_printf(bio_stdout, "', server: '"); + BIO_write(bio_stdout, server_proto, server_proto_len); + BIO_printf(bio_stdout, "'\n"); + BIO_printf(bio_stdout, "ALPN configured: client: '%s', server: '%s'\n", + alpn_client, alpn_server); + return -1; +} + +#define SCT_EXT_TYPE 18 + +/* + * WARNING : below extension types are *NOT* IETF assigned, and could + * conflict if these types are reassigned and handled specially by OpenSSL + * in the future + */ +#define TACK_EXT_TYPE 62208 +#define CUSTOM_EXT_TYPE_0 1000 +#define CUSTOM_EXT_TYPE_1 1001 +#define CUSTOM_EXT_TYPE_2 1002 +#define CUSTOM_EXT_TYPE_3 1003 + +const char custom_ext_cli_string[] = "abc"; +const char custom_ext_srv_string[] = "defg"; + +/* These set from cmdline */ +char *serverinfo_file = NULL; +int serverinfo_sct = 0; +int serverinfo_tack = 0; + +/* These set based on extension callbacks */ +int serverinfo_sct_seen = 0; +int serverinfo_tack_seen = 0; +int serverinfo_other_seen = 0; + +/* This set from cmdline */ +int custom_ext = 0; + +/* This set based on extension callbacks */ +int custom_ext_error = 0; + +static int serverinfo_cli_parse_cb(SSL *s, unsigned int ext_type, + const unsigned char *in, size_t inlen, + int *al, void *arg) +{ + if (ext_type == SCT_EXT_TYPE) + serverinfo_sct_seen++; + else if (ext_type == TACK_EXT_TYPE) + serverinfo_tack_seen++; + else + serverinfo_other_seen++; + return 1; +} + +static int verify_serverinfo() +{ + if (serverinfo_sct != serverinfo_sct_seen) + return -1; + if (serverinfo_tack != serverinfo_tack_seen) + return -1; + if (serverinfo_other_seen) + return -1; + return 0; +} + +/*- + * Four test cases for custom extensions: + * 0 - no ClientHello extension or ServerHello response + * 1 - ClientHello with "abc", no response + * 2 - ClientHello with "abc", empty response + * 3 - ClientHello with "abc", "defg" response + */ -static char *cipher=NULL; -static int verbose=0; -static int debug=0; +static int custom_ext_0_cli_add_cb(SSL *s, unsigned int ext_type, + const unsigned char **out, + size_t *outlen, int *al, void *arg) +{ + if (ext_type != CUSTOM_EXT_TYPE_0) + custom_ext_error = 1; + return 0; /* Don't send an extension */ +} + +static int custom_ext_0_cli_parse_cb(SSL *s, unsigned int ext_type, + const unsigned char *in, + size_t inlen, int *al, void *arg) +{ + return 1; +} + +static int custom_ext_1_cli_add_cb(SSL *s, unsigned int ext_type, + const unsigned char **out, + size_t *outlen, int *al, void *arg) +{ + if (ext_type != CUSTOM_EXT_TYPE_1) + custom_ext_error = 1; + *out = (const unsigned char *)custom_ext_cli_string; + *outlen = strlen(custom_ext_cli_string); + return 1; /* Send "abc" */ +} + +static int custom_ext_1_cli_parse_cb(SSL *s, unsigned int ext_type, + const unsigned char *in, + size_t inlen, int *al, void *arg) +{ + return 1; +} + +static int custom_ext_2_cli_add_cb(SSL *s, unsigned int ext_type, + const unsigned char **out, + size_t *outlen, int *al, void *arg) +{ + if (ext_type != CUSTOM_EXT_TYPE_2) + custom_ext_error = 1; + *out = (const unsigned char *)custom_ext_cli_string; + *outlen = strlen(custom_ext_cli_string); + return 1; /* Send "abc" */ +} + +static int custom_ext_2_cli_parse_cb(SSL *s, unsigned int ext_type, + const unsigned char *in, + size_t inlen, int *al, void *arg) +{ + if (ext_type != CUSTOM_EXT_TYPE_2) + custom_ext_error = 1; + if (inlen != 0) + custom_ext_error = 1; /* Should be empty response */ + return 1; +} + +static int custom_ext_3_cli_add_cb(SSL *s, unsigned int ext_type, + const unsigned char **out, + size_t *outlen, int *al, void *arg) +{ + if (ext_type != CUSTOM_EXT_TYPE_3) + custom_ext_error = 1; + *out = (const unsigned char *)custom_ext_cli_string; + *outlen = strlen(custom_ext_cli_string); + return 1; /* Send "abc" */ +} + +static int custom_ext_3_cli_parse_cb(SSL *s, unsigned int ext_type, + const unsigned char *in, + size_t inlen, int *al, void *arg) +{ + if (ext_type != CUSTOM_EXT_TYPE_3) + custom_ext_error = 1; + if (inlen != strlen(custom_ext_srv_string)) + custom_ext_error = 1; + if (memcmp(custom_ext_srv_string, in, inlen) != 0) + custom_ext_error = 1; /* Check for "defg" */ + return 1; +} + +/* + * custom_ext_0_cli_add_cb returns 0 - the server won't receive a callback + * for this extension + */ +static int custom_ext_0_srv_parse_cb(SSL *s, unsigned int ext_type, + const unsigned char *in, + size_t inlen, int *al, void *arg) +{ + custom_ext_error = 1; + return 1; +} + +/* 'add' callbacks are only called if the 'parse' callback is called */ +static int custom_ext_0_srv_add_cb(SSL *s, unsigned int ext_type, + const unsigned char **out, + size_t *outlen, int *al, void *arg) +{ + /* Error: should not have been called */ + custom_ext_error = 1; + return 0; /* Don't send an extension */ +} + +static int custom_ext_1_srv_parse_cb(SSL *s, unsigned int ext_type, + const unsigned char *in, + size_t inlen, int *al, void *arg) +{ + if (ext_type != CUSTOM_EXT_TYPE_1) + custom_ext_error = 1; + /* Check for "abc" */ + if (inlen != strlen(custom_ext_cli_string)) + custom_ext_error = 1; + if (memcmp(in, custom_ext_cli_string, inlen) != 0) + custom_ext_error = 1; + return 1; +} + +static int custom_ext_1_srv_add_cb(SSL *s, unsigned int ext_type, + const unsigned char **out, + size_t *outlen, int *al, void *arg) +{ + return 0; /* Don't send an extension */ +} + +static int custom_ext_2_srv_parse_cb(SSL *s, unsigned int ext_type, + const unsigned char *in, + size_t inlen, int *al, void *arg) +{ + if (ext_type != CUSTOM_EXT_TYPE_2) + custom_ext_error = 1; + /* Check for "abc" */ + if (inlen != strlen(custom_ext_cli_string)) + custom_ext_error = 1; + if (memcmp(in, custom_ext_cli_string, inlen) != 0) + custom_ext_error = 1; + return 1; +} + +static int custom_ext_2_srv_add_cb(SSL *s, unsigned int ext_type, + const unsigned char **out, + size_t *outlen, int *al, void *arg) +{ + *out = NULL; + *outlen = 0; + return 1; /* Send empty extension */ +} + +static int custom_ext_3_srv_parse_cb(SSL *s, unsigned int ext_type, + const unsigned char *in, + size_t inlen, int *al, void *arg) +{ + if (ext_type != CUSTOM_EXT_TYPE_3) + custom_ext_error = 1; + /* Check for "abc" */ + if (inlen != strlen(custom_ext_cli_string)) + custom_ext_error = 1; + if (memcmp(in, custom_ext_cli_string, inlen) != 0) + custom_ext_error = 1; + return 1; +} + +static int custom_ext_3_srv_add_cb(SSL *s, unsigned int ext_type, + const unsigned char **out, + size_t *outlen, int *al, void *arg) +{ + *out = (const unsigned char *)custom_ext_srv_string; + *outlen = strlen(custom_ext_srv_string); + return 1; /* Send "defg" */ +} + +static char *cipher = NULL; +static int verbose = 0; +static int debug = 0; #if 0 /* Not used yet. */ -#ifdef FIONBIO -static int s_nbio=0; -#endif +# ifdef FIONBIO +static int s_nbio = 0; +# endif #endif -static const char rnd_seed[] = "string to make the random number generator think it has entropy"; +static const char rnd_seed[] = + "string to make the random number generator think it has entropy"; -int doit_biopair(SSL *s_ssl,SSL *c_ssl,long bytes,clock_t *s_time,clock_t *c_time); -int doit(SSL *s_ssl,SSL *c_ssl,long bytes); +int doit_biopair(SSL *s_ssl, SSL *c_ssl, long bytes, clock_t *s_time, + clock_t *c_time); +int doit(SSL *s_ssl, SSL *c_ssl, long bytes); static int do_test_cipherlist(void); static void sv_usage(void) - { - fprintf(stderr,"usage: ssltest [args ...]\n"); - fprintf(stderr,"\n"); +{ + fprintf(stderr, "usage: ssltest [args ...]\n"); + fprintf(stderr, "\n"); #ifdef OPENSSL_FIPS - fprintf(stderr,"-F - run test in FIPS mode\n"); + fprintf(stderr, "-F - run test in FIPS mode\n"); #endif - fprintf(stderr," -server_auth - check server certificate\n"); - fprintf(stderr," -client_auth - do client authentication\n"); - fprintf(stderr," -proxy - allow proxy certificates\n"); - fprintf(stderr," -proxy_auth - set proxy policy rights\n"); - fprintf(stderr," -proxy_cond - experssion to test proxy policy rights\n"); - fprintf(stderr," -v - more output\n"); - fprintf(stderr," -d - debug output\n"); - fprintf(stderr," -reuse - use session-id reuse\n"); - fprintf(stderr," -num - number of connections to perform\n"); - fprintf(stderr," -bytes - number of bytes to swap between client/server\n"); + fprintf(stderr, " -server_auth - check server certificate\n"); + fprintf(stderr, " -client_auth - do client authentication\n"); + fprintf(stderr, " -proxy - allow proxy certificates\n"); + fprintf(stderr, " -proxy_auth - set proxy policy rights\n"); + fprintf(stderr, + " -proxy_cond - expression to test proxy policy rights\n"); + fprintf(stderr, " -v - more output\n"); + fprintf(stderr, " -d - debug output\n"); + fprintf(stderr, " -reuse - use session-id reuse\n"); + fprintf(stderr, " -num - number of connections to perform\n"); + fprintf(stderr, + " -bytes - number of bytes to swap between client/server\n"); #ifndef OPENSSL_NO_DH - fprintf(stderr," -dhe1024 - use 1024 bit key (safe prime) for DHE\n"); - fprintf(stderr," -dhe1024dsa - use 1024 bit key (with 160-bit subprime) for DHE\n"); - fprintf(stderr," -no_dhe - disable DHE\n"); + fprintf(stderr, + " -dhe1024 - use 1024 bit key (safe prime) for DHE\n"); + fprintf(stderr, + " -dhe1024dsa - use 1024 bit key (with 160-bit subprime) for DHE\n"); + fprintf(stderr, " -no_dhe - disable DHE\n"); #endif #ifndef OPENSSL_NO_ECDH - fprintf(stderr," -no_ecdhe - disable ECDHE\n"); + fprintf(stderr, " -no_ecdhe - disable ECDHE\n"); #endif #ifndef OPENSSL_NO_PSK - fprintf(stderr," -psk arg - PSK in hex (without 0x)\n"); + fprintf(stderr, " -psk arg - PSK in hex (without 0x)\n"); #endif #ifndef OPENSSL_NO_SRP - fprintf(stderr," -srpuser user - SRP username to use\n"); - fprintf(stderr," -srppass arg - password for 'user'\n"); + fprintf(stderr, " -srpuser user - SRP username to use\n"); + fprintf(stderr, " -srppass arg - password for 'user'\n"); #endif #ifndef OPENSSL_NO_SSL2 - fprintf(stderr," -ssl2 - use SSLv2\n"); + fprintf(stderr, " -ssl2 - use SSLv2\n"); #endif -#ifndef OPENSSL_NO_SSL3 - fprintf(stderr," -ssl3 - use SSLv3\n"); +#ifndef OPENSSL_NO_SSL3_METHOD + fprintf(stderr, " -ssl3 - use SSLv3\n"); #endif #ifndef OPENSSL_NO_TLS1 - fprintf(stderr," -tls1 - use TLSv1\n"); + fprintf(stderr, " -tls1 - use TLSv1\n"); #endif - fprintf(stderr," -CApath arg - PEM format directory of CA's\n"); - fprintf(stderr," -CAfile arg - PEM format file of CA's\n"); - fprintf(stderr," -cert arg - Server certificate file\n"); - fprintf(stderr," -key arg - Server key file (default: same as -cert)\n"); - fprintf(stderr," -c_cert arg - Client certificate file\n"); - fprintf(stderr," -c_key arg - Client key file (default: same as -c_cert)\n"); - fprintf(stderr," -cipher arg - The cipher list\n"); - fprintf(stderr," -bio_pair - Use BIO pairs\n"); - fprintf(stderr," -f - Test even cases that can't work\n"); - fprintf(stderr," -time - measure processor time used by client and server\n"); - fprintf(stderr," -zlib - use zlib compression\n"); - fprintf(stderr," -rle - use rle compression\n"); + fprintf(stderr, " -CApath arg - PEM format directory of CA's\n"); + fprintf(stderr, " -CAfile arg - PEM format file of CA's\n"); + fprintf(stderr, " -cert arg - Server certificate file\n"); + fprintf(stderr, + " -key arg - Server key file (default: same as -cert)\n"); + fprintf(stderr, " -c_cert arg - Client certificate file\n"); + fprintf(stderr, + " -c_key arg - Client key file (default: same as -c_cert)\n"); + fprintf(stderr, " -cipher arg - The cipher list\n"); + fprintf(stderr, " -bio_pair - Use BIO pairs\n"); + fprintf(stderr, " -f - Test even cases that can't work\n"); + fprintf(stderr, + " -time - measure processor time used by client and server\n"); + fprintf(stderr, " -zlib - use zlib compression\n"); + fprintf(stderr, " -rle - use rle compression\n"); #ifndef OPENSSL_NO_ECDH - fprintf(stderr," -named_curve arg - Elliptic curve name to use for ephemeral ECDH keys.\n" \ - " Use \"openssl ecparam -list_curves\" for all names\n" \ - " (default is sect163r2).\n"); + fprintf(stderr, + " -named_curve arg - Elliptic curve name to use for ephemeral ECDH keys.\n" + " Use \"openssl ecparam -list_curves\" for all names\n" + " (default is sect163r2).\n"); #endif - fprintf(stderr," -test_cipherlist - verifies the order of the ssl cipher lists\n"); - } + fprintf(stderr, + " -test_cipherlist - Verifies the order of the ssl cipher lists.\n" + " When this option is requested, the cipherlist\n" + " tests are run instead of handshake tests.\n"); + fprintf(stderr, " -serverinfo_file file - have server use this file\n"); + fprintf(stderr, " -serverinfo_sct - have client offer and expect SCT\n"); + fprintf(stderr, + " -serverinfo_tack - have client offer and expect TACK\n"); + fprintf(stderr, + " -custom_ext - try various custom extension callbacks\n"); + fprintf(stderr, " -alpn_client - have client side offer ALPN\n"); + fprintf(stderr, " -alpn_server - have server side offer ALPN\n"); + fprintf(stderr, + " -alpn_expected - the ALPN protocol that should be negotiated\n"); +} static void print_details(SSL *c_ssl, const char *prefix) - { - const SSL_CIPHER *ciph; - X509 *cert; - - ciph=SSL_get_current_cipher(c_ssl); - BIO_printf(bio_stdout,"%s%s, cipher %s %s", - prefix, - SSL_get_version(c_ssl), - SSL_CIPHER_get_version(ciph), - SSL_CIPHER_get_name(ciph)); - cert=SSL_get_peer_certificate(c_ssl); - if (cert != NULL) - { - EVP_PKEY *pkey = X509_get_pubkey(cert); - if (pkey != NULL) - { - if (0) - ; +{ + const SSL_CIPHER *ciph; + X509 *cert; + + ciph = SSL_get_current_cipher(c_ssl); + BIO_printf(bio_stdout, "%s%s, cipher %s %s", + prefix, + SSL_get_version(c_ssl), + SSL_CIPHER_get_version(ciph), SSL_CIPHER_get_name(ciph)); + cert = SSL_get_peer_certificate(c_ssl); + if (cert != NULL) { + EVP_PKEY *pkey = X509_get_pubkey(cert); + if (pkey != NULL) { + if (0) ; #ifndef OPENSSL_NO_RSA - else if (pkey->type == EVP_PKEY_RSA && pkey->pkey.rsa != NULL - && pkey->pkey.rsa->n != NULL) - { - BIO_printf(bio_stdout, ", %d bit RSA", - BN_num_bits(pkey->pkey.rsa->n)); - } + else if (pkey->type == EVP_PKEY_RSA && pkey->pkey.rsa != NULL + && pkey->pkey.rsa->n != NULL) { + BIO_printf(bio_stdout, ", %d bit RSA", + BN_num_bits(pkey->pkey.rsa->n)); + } #endif #ifndef OPENSSL_NO_DSA - else if (pkey->type == EVP_PKEY_DSA && pkey->pkey.dsa != NULL - && pkey->pkey.dsa->p != NULL) - { - BIO_printf(bio_stdout, ", %d bit DSA", - BN_num_bits(pkey->pkey.dsa->p)); - } + else if (pkey->type == EVP_PKEY_DSA && pkey->pkey.dsa != NULL + && pkey->pkey.dsa->p != NULL) { + BIO_printf(bio_stdout, ", %d bit DSA", + BN_num_bits(pkey->pkey.dsa->p)); + } #endif - EVP_PKEY_free(pkey); - } - X509_free(cert); - } - /* The SSL API does not allow us to look at temporary RSA/DH keys, - * otherwise we should print their lengths too */ - BIO_printf(bio_stdout,"\n"); - } + EVP_PKEY_free(pkey); + } + X509_free(cert); + } + /* + * The SSL API does not allow us to look at temporary RSA/DH keys, + * otherwise we should print their lengths too + */ + BIO_printf(bio_stdout, "\n"); +} static void lock_dbg_cb(int mode, int type, const char *file, int line) - { - static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */ - const char *errstr = NULL; - int rw; - - rw = mode & (CRYPTO_READ|CRYPTO_WRITE); - if (!((rw == CRYPTO_READ) || (rw == CRYPTO_WRITE))) - { - errstr = "invalid mode"; - goto err; - } - - if (type < 0 || type >= CRYPTO_NUM_LOCKS) - { - errstr = "type out of bounds"; - goto err; - } - - if (mode & CRYPTO_LOCK) - { - if (modes[type]) - { - errstr = "already locked"; - /* must not happen in a single-threaded program - * (would deadlock) */ - goto err; - } - - modes[type] = rw; - } - else if (mode & CRYPTO_UNLOCK) - { - if (!modes[type]) - { - errstr = "not locked"; - goto err; - } - - if (modes[type] != rw) - { - errstr = (rw == CRYPTO_READ) ? - "CRYPTO_r_unlock on write lock" : - "CRYPTO_w_unlock on read lock"; - } - - modes[type] = 0; - } - else - { - errstr = "invalid mode"; - goto err; - } +{ + static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */ + const char *errstr = NULL; + int rw; + + rw = mode & (CRYPTO_READ | CRYPTO_WRITE); + if (!((rw == CRYPTO_READ) || (rw == CRYPTO_WRITE))) { + errstr = "invalid mode"; + goto err; + } + + if (type < 0 || type >= CRYPTO_NUM_LOCKS) { + errstr = "type out of bounds"; + goto err; + } + + if (mode & CRYPTO_LOCK) { + if (modes[type]) { + errstr = "already locked"; + /* + * must not happen in a single-threaded program (would deadlock) + */ + goto err; + } + + modes[type] = rw; + } else if (mode & CRYPTO_UNLOCK) { + if (!modes[type]) { + errstr = "not locked"; + goto err; + } + + if (modes[type] != rw) { + errstr = (rw == CRYPTO_READ) ? + "CRYPTO_r_unlock on write lock" : + "CRYPTO_w_unlock on read lock"; + } + + modes[type] = 0; + } else { + errstr = "invalid mode"; + goto err; + } err: - if (errstr) - { - /* we cannot use bio_err here */ - fprintf(stderr, "openssl (lock_dbg_cb): %s (mode=%d, type=%d) at %s:%d\n", - errstr, mode, type, file, line); - } - } + if (errstr) { + /* we cannot use bio_err here */ + fprintf(stderr, + "openssl (lock_dbg_cb): %s (mode=%d, type=%d) at %s:%d\n", + errstr, mode, type, file, line); + } +} #ifdef TLSEXT_TYPE_opaque_prf_input -struct cb_info_st { void *input; size_t len; int ret; }; +struct cb_info_st { + void *input; + size_t len; + int ret; +}; struct cb_info_st co1 = { "C", 1, 1 }; /* try to negotiate oqaque PRF input */ struct cb_info_st co2 = { "C", 1, 2 }; /* insist on oqaque PRF input */ struct cb_info_st so1 = { "S", 1, 1 }; /* try to negotiate oqaque PRF input */ struct cb_info_st so2 = { "S", 1, 2 }; /* insist on oqaque PRF input */ int opaque_prf_input_cb(SSL *ssl, void *peerinput, size_t len, void *arg_) - { - struct cb_info_st *arg = arg_; - - if (arg == NULL) - return 1; - - if (!SSL_set_tlsext_opaque_prf_input(ssl, arg->input, arg->len)) - return 0; - return arg->ret; - } +{ + struct cb_info_st *arg = arg_; + + if (arg == NULL) + return 1; + + if (!SSL_set_tlsext_opaque_prf_input(ssl, arg->input, arg->len)) + return 0; + return arg->ret; +} #endif int main(int argc, char *argv[]) - { - char *CApath=NULL,*CAfile=NULL; - int badop=0; - int bio_pair=0; - int force=0; - int tls1=0,ssl2=0,ssl3=0,ret=1; - int client_auth=0; - int server_auth=0,i; - struct app_verify_arg app_verify_arg = - { APP_CALLBACK_STRING, 0, 0, NULL, NULL }; - char *server_cert=TEST_SERVER_CERT; - char *server_key=NULL; - char *client_cert=TEST_CLIENT_CERT; - char *client_key=NULL; +{ + char *CApath = NULL, *CAfile = NULL; + int badop = 0; + int bio_pair = 0; + int force = 0; + int tls1 = 0, ssl2 = 0, ssl3 = 0, ret = 1; + int client_auth = 0; + int server_auth = 0, i; + struct app_verify_arg app_verify_arg = + { APP_CALLBACK_STRING, 0, 0, NULL, NULL }; + char *server_cert = TEST_SERVER_CERT; + char *server_key = NULL; + char *client_cert = TEST_CLIENT_CERT; + char *client_key = NULL; #ifndef OPENSSL_NO_ECDH - char *named_curve = NULL; + char *named_curve = NULL; #endif - SSL_CTX *s_ctx=NULL; - SSL_CTX *c_ctx=NULL; - const SSL_METHOD *meth=NULL; - SSL *c_ssl,*s_ssl; - int number=1,reuse=0; - long bytes=256L; + SSL_CTX *s_ctx = NULL; + SSL_CTX *c_ctx = NULL; + const SSL_METHOD *meth = NULL; + SSL *c_ssl, *s_ssl; + int number = 1, reuse = 0; + long bytes = 256L; #ifndef OPENSSL_NO_DH - DH *dh; - int dhe1024 = 0, dhe1024dsa = 0; + DH *dh; + int dhe1024 = 0, dhe1024dsa = 0; #endif #ifndef OPENSSL_NO_ECDH - EC_KEY *ecdh = NULL; + EC_KEY *ecdh = NULL; #endif #ifndef OPENSSL_NO_SRP - /* client */ - SRP_CLIENT_ARG srp_client_arg = {NULL,NULL}; - /* server */ - SRP_SERVER_ARG srp_server_arg = {NULL,NULL}; + /* client */ + SRP_CLIENT_ARG srp_client_arg = { NULL, NULL }; + /* server */ + SRP_SERVER_ARG srp_server_arg = { NULL, NULL }; #endif - int no_dhe = 0; - int no_ecdhe = 0; - int no_psk = 0; - int print_time = 0; - clock_t s_time = 0, c_time = 0; - int comp = 0; + int no_dhe = 0; + int no_ecdhe = 0; + int no_psk = 0; + int print_time = 0; + clock_t s_time = 0, c_time = 0; #ifndef OPENSSL_NO_COMP - COMP_METHOD *cm = NULL; - STACK_OF(SSL_COMP) *ssl_comp_methods = NULL; + int comp = 0; + COMP_METHOD *cm = NULL; + STACK_OF(SSL_COMP) *ssl_comp_methods = NULL; #endif - int test_cipherlist = 0; + int test_cipherlist = 0; #ifdef OPENSSL_FIPS - int fips_mode=0; + int fips_mode = 0; #endif + int no_protocol = 0; - verbose = 0; - debug = 0; - cipher = 0; + verbose = 0; + debug = 0; + cipher = 0; - bio_err=BIO_new_fp(stderr,BIO_NOCLOSE|BIO_FP_TEXT); + bio_err = BIO_new_fp(stderr, BIO_NOCLOSE | BIO_FP_TEXT); - CRYPTO_set_locking_callback(lock_dbg_cb); + CRYPTO_set_locking_callback(lock_dbg_cb); - /* enable memory leak checking unless explicitly disabled */ - if (!((getenv("OPENSSL_DEBUG_MEMORY") != NULL) && (0 == strcmp(getenv("OPENSSL_DEBUG_MEMORY"), "off")))) - { - CRYPTO_malloc_debug_init(); - CRYPTO_set_mem_debug_options(V_CRYPTO_MDEBUG_ALL); - } - else - { - /* OPENSSL_DEBUG_MEMORY=off */ - CRYPTO_set_mem_debug_functions(0, 0, 0, 0, 0); - } - CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON); + /* enable memory leak checking unless explicitly disabled */ + if (!((getenv("OPENSSL_DEBUG_MEMORY") != NULL) + && (0 == strcmp(getenv("OPENSSL_DEBUG_MEMORY"), "off")))) { + CRYPTO_malloc_debug_init(); + CRYPTO_set_mem_debug_options(V_CRYPTO_MDEBUG_ALL); + } else { + /* OPENSSL_DEBUG_MEMORY=off */ + CRYPTO_set_mem_debug_functions(0, 0, 0, 0, 0); + } + CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON); - RAND_seed(rnd_seed, sizeof rnd_seed); + RAND_seed(rnd_seed, sizeof rnd_seed); - bio_stdout=BIO_new_fp(stdout,BIO_NOCLOSE|BIO_FP_TEXT); + bio_stdout = BIO_new_fp(stdout, BIO_NOCLOSE | BIO_FP_TEXT); - argc--; - argv++; + argc--; + argv++; - while (argc >= 1) - { - if(!strcmp(*argv,"-F")) - { + while (argc >= 1) { + if (!strcmp(*argv, "-F")) { #ifdef OPENSSL_FIPS - fips_mode=1; + fips_mode = 1; #else - fprintf(stderr,"not compiled with FIPS support, so exitting without running.\n"); - EXIT(0); + fprintf(stderr, + "not compiled with FIPS support, so exiting without running.\n"); + EXIT(0); #endif - } - else if (strcmp(*argv,"-server_auth") == 0) - server_auth=1; - else if (strcmp(*argv,"-client_auth") == 0) - client_auth=1; - else if (strcmp(*argv,"-proxy_auth") == 0) - { - if (--argc < 1) goto bad; - app_verify_arg.proxy_auth= *(++argv); - } - else if (strcmp(*argv,"-proxy_cond") == 0) - { - if (--argc < 1) goto bad; - app_verify_arg.proxy_cond= *(++argv); - } - else if (strcmp(*argv,"-v") == 0) - verbose=1; - else if (strcmp(*argv,"-d") == 0) - debug=1; - else if (strcmp(*argv,"-reuse") == 0) - reuse=1; - else if (strcmp(*argv,"-dhe1024") == 0) - { + } else if (strcmp(*argv, "-server_auth") == 0) + server_auth = 1; + else if (strcmp(*argv, "-client_auth") == 0) + client_auth = 1; + else if (strcmp(*argv, "-proxy_auth") == 0) { + if (--argc < 1) + goto bad; + app_verify_arg.proxy_auth = *(++argv); + } else if (strcmp(*argv, "-proxy_cond") == 0) { + if (--argc < 1) + goto bad; + app_verify_arg.proxy_cond = *(++argv); + } else if (strcmp(*argv, "-v") == 0) + verbose = 1; + else if (strcmp(*argv, "-d") == 0) + debug = 1; + else if (strcmp(*argv, "-reuse") == 0) + reuse = 1; + else if (strcmp(*argv, "-dhe1024") == 0) { #ifndef OPENSSL_NO_DH - dhe1024=1; + dhe1024 = 1; #else - fprintf(stderr,"ignoring -dhe1024, since I'm compiled without DH\n"); + fprintf(stderr, + "ignoring -dhe1024, since I'm compiled without DH\n"); #endif - } - else if (strcmp(*argv,"-dhe1024dsa") == 0) - { + } else if (strcmp(*argv, "-dhe1024dsa") == 0) { #ifndef OPENSSL_NO_DH - dhe1024dsa=1; + dhe1024dsa = 1; #else - fprintf(stderr,"ignoring -dhe1024, since I'm compiled without DH\n"); + fprintf(stderr, + "ignoring -dhe1024, since I'm compiled without DH\n"); #endif - } - else if (strcmp(*argv,"-no_dhe") == 0) - no_dhe=1; - else if (strcmp(*argv,"-no_ecdhe") == 0) - no_ecdhe=1; - else if (strcmp(*argv,"-psk") == 0) - { - if (--argc < 1) goto bad; - psk_key=*(++argv); + } else if (strcmp(*argv, "-no_dhe") == 0) + no_dhe = 1; + else if (strcmp(*argv, "-no_ecdhe") == 0) + no_ecdhe = 1; + else if (strcmp(*argv, "-psk") == 0) { + if (--argc < 1) + goto bad; + psk_key = *(++argv); #ifndef OPENSSL_NO_PSK - if (strspn(psk_key, "abcdefABCDEF1234567890") != strlen(psk_key)) - { - BIO_printf(bio_err,"Not a hex number '%s'\n",*argv); - goto bad; - } + if (strspn(psk_key, "abcdefABCDEF1234567890") != strlen(psk_key)) { + BIO_printf(bio_err, "Not a hex number '%s'\n", *argv); + goto bad; + } #else - no_psk=1; + no_psk = 1; #endif - } + } #ifndef OPENSSL_NO_SRP - else if (strcmp(*argv,"-srpuser") == 0) - { - if (--argc < 1) goto bad; - srp_server_arg.expected_user = srp_client_arg.srplogin= *(++argv); - tls1=1; - } - else if (strcmp(*argv,"-srppass") == 0) - { - if (--argc < 1) goto bad; - srp_server_arg.pass = srp_client_arg.srppassin= *(++argv); - tls1=1; - } + else if (strcmp(*argv, "-srpuser") == 0) { + if (--argc < 1) + goto bad; + srp_server_arg.expected_user = srp_client_arg.srplogin = + *(++argv); + tls1 = 1; + } else if (strcmp(*argv, "-srppass") == 0) { + if (--argc < 1) + goto bad; + srp_server_arg.pass = srp_client_arg.srppassin = *(++argv); + tls1 = 1; + } +#endif + else if (strcmp(*argv, "-ssl2") == 0) { +#ifdef OPENSSL_NO_SSL2 + no_protocol = 1; +#endif + ssl2 = 1; + } else if (strcmp(*argv, "-tls1") == 0) { +#ifdef OPENSSL_NO_TLS1 + no_protocol = 1; +#endif + tls1 = 1; + } else if (strcmp(*argv, "-ssl3") == 0) { +#ifdef OPENSSL_NO_SSL3_METHOD + no_protocol = 1; #endif - else if (strcmp(*argv,"-ssl2") == 0) - ssl2=1; - else if (strcmp(*argv,"-tls1") == 0) - tls1=1; - else if (strcmp(*argv,"-ssl3") == 0) - ssl3=1; - else if (strncmp(*argv,"-num",4) == 0) - { - if (--argc < 1) goto bad; - number= atoi(*(++argv)); - if (number == 0) number=1; - } - else if (strcmp(*argv,"-bytes") == 0) - { - if (--argc < 1) goto bad; - bytes= atol(*(++argv)); - if (bytes == 0L) bytes=1L; - i=strlen(argv[0]); - if (argv[0][i-1] == 'k') bytes*=1024L; - if (argv[0][i-1] == 'm') bytes*=1024L*1024L; - } - else if (strcmp(*argv,"-cert") == 0) - { - if (--argc < 1) goto bad; - server_cert= *(++argv); - } - else if (strcmp(*argv,"-s_cert") == 0) - { - if (--argc < 1) goto bad; - server_cert= *(++argv); - } - else if (strcmp(*argv,"-key") == 0) - { - if (--argc < 1) goto bad; - server_key= *(++argv); - } - else if (strcmp(*argv,"-s_key") == 0) - { - if (--argc < 1) goto bad; - server_key= *(++argv); - } - else if (strcmp(*argv,"-c_cert") == 0) - { - if (--argc < 1) goto bad; - client_cert= *(++argv); - } - else if (strcmp(*argv,"-c_key") == 0) - { - if (--argc < 1) goto bad; - client_key= *(++argv); - } - else if (strcmp(*argv,"-cipher") == 0) - { - if (--argc < 1) goto bad; - cipher= *(++argv); - } - else if (strcmp(*argv,"-CApath") == 0) - { - if (--argc < 1) goto bad; - CApath= *(++argv); - } - else if (strcmp(*argv,"-CAfile") == 0) - { - if (--argc < 1) goto bad; - CAfile= *(++argv); - } - else if (strcmp(*argv,"-bio_pair") == 0) - { - bio_pair = 1; - } - else if (strcmp(*argv,"-f") == 0) - { - force = 1; - } - else if (strcmp(*argv,"-time") == 0) - { - print_time = 1; - } - else if (strcmp(*argv,"-zlib") == 0) - { - comp = COMP_ZLIB; - } - else if (strcmp(*argv,"-rle") == 0) - { - comp = COMP_RLE; - } - else if (strcmp(*argv,"-named_curve") == 0) - { - if (--argc < 1) goto bad; -#ifndef OPENSSL_NO_ECDH - named_curve = *(++argv); + ssl3 = 1; + } else if (strncmp(*argv, "-num", 4) == 0) { + if (--argc < 1) + goto bad; + number = atoi(*(++argv)); + if (number == 0) + number = 1; + } else if (strcmp(*argv, "-bytes") == 0) { + if (--argc < 1) + goto bad; + bytes = atol(*(++argv)); + if (bytes == 0L) + bytes = 1L; + i = strlen(argv[0]); + if (argv[0][i - 1] == 'k') + bytes *= 1024L; + if (argv[0][i - 1] == 'm') + bytes *= 1024L * 1024L; + } else if (strcmp(*argv, "-cert") == 0) { + if (--argc < 1) + goto bad; + server_cert = *(++argv); + } else if (strcmp(*argv, "-s_cert") == 0) { + if (--argc < 1) + goto bad; + server_cert = *(++argv); + } else if (strcmp(*argv, "-key") == 0) { + if (--argc < 1) + goto bad; + server_key = *(++argv); + } else if (strcmp(*argv, "-s_key") == 0) { + if (--argc < 1) + goto bad; + server_key = *(++argv); + } else if (strcmp(*argv, "-c_cert") == 0) { + if (--argc < 1) + goto bad; + client_cert = *(++argv); + } else if (strcmp(*argv, "-c_key") == 0) { + if (--argc < 1) + goto bad; + client_key = *(++argv); + } else if (strcmp(*argv, "-cipher") == 0) { + if (--argc < 1) + goto bad; + cipher = *(++argv); + } else if (strcmp(*argv, "-CApath") == 0) { + if (--argc < 1) + goto bad; + CApath = *(++argv); + } else if (strcmp(*argv, "-CAfile") == 0) { + if (--argc < 1) + goto bad; + CAfile = *(++argv); + } else if (strcmp(*argv, "-bio_pair") == 0) { + bio_pair = 1; + } else if (strcmp(*argv, "-f") == 0) { + force = 1; + } else if (strcmp(*argv, "-time") == 0) { + print_time = 1; + } +#ifndef OPENSSL_NO_COMP + else if (strcmp(*argv, "-zlib") == 0) { + comp = COMP_ZLIB; + } else if (strcmp(*argv, "-rle") == 0) { + comp = COMP_RLE; + } +#endif + else if (strcmp(*argv, "-named_curve") == 0) { + if (--argc < 1) + goto bad; +#ifndef OPENSSL_NO_ECDH + named_curve = *(++argv); #else - fprintf(stderr,"ignoring -named_curve, since I'm compiled without ECDH\n"); - ++argv; + fprintf(stderr, + "ignoring -named_curve, since I'm compiled without ECDH\n"); + ++argv; #endif - } - else if (strcmp(*argv,"-app_verify") == 0) - { - app_verify_arg.app_verify = 1; - } - else if (strcmp(*argv,"-proxy") == 0) - { - app_verify_arg.allow_proxy_certs = 1; - } - else if (strcmp(*argv,"-test_cipherlist") == 0) - { - test_cipherlist = 1; - } - else - { - fprintf(stderr,"unknown option %s\n",*argv); - badop=1; - break; - } - argc--; - argv++; - } - if (badop) - { -bad: - sv_usage(); - goto end; - } - - if (test_cipherlist == 1) - { - /* ensure that the cipher list are correctly sorted and exit */ - if (do_test_cipherlist() == 0) - EXIT(1); - ret = 0; - goto end; - } - - if (!ssl2 && !ssl3 && !tls1 && number > 1 && !reuse && !force) - { - fprintf(stderr, "This case cannot work. Use -f to perform " - "the test anyway (and\n-d to see what happens), " - "or add one of -ssl2, -ssl3, -tls1, -reuse\n" - "to avoid protocol mismatch.\n"); - EXIT(1); - } - + } else if (strcmp(*argv, "-app_verify") == 0) { + app_verify_arg.app_verify = 1; + } else if (strcmp(*argv, "-proxy") == 0) { + app_verify_arg.allow_proxy_certs = 1; + } else if (strcmp(*argv, "-test_cipherlist") == 0) { + test_cipherlist = 1; + } else if (strcmp(*argv, "-serverinfo_sct") == 0) { + serverinfo_sct = 1; + } else if (strcmp(*argv, "-serverinfo_tack") == 0) { + serverinfo_tack = 1; + } else if (strcmp(*argv, "-serverinfo_file") == 0) { + if (--argc < 1) + goto bad; + serverinfo_file = *(++argv); + } else if (strcmp(*argv, "-custom_ext") == 0) { + custom_ext = 1; + } else if (strcmp(*argv, "-alpn_client") == 0) { + if (--argc < 1) + goto bad; + alpn_client = *(++argv); + } else if (strcmp(*argv, "-alpn_server") == 0) { + if (--argc < 1) + goto bad; + alpn_server = *(++argv); + } else if (strcmp(*argv, "-alpn_expected") == 0) { + if (--argc < 1) + goto bad; + alpn_expected = *(++argv); + } else { + fprintf(stderr, "unknown option %s\n", *argv); + badop = 1; + break; + } + argc--; + argv++; + } + if (badop) { + bad: + sv_usage(); + goto end; + } + + /* + * test_cipherlist prevails over protocol switch: we test the cipherlist + * for all enabled protocols. + */ + if (test_cipherlist == 1) { + /* + * ensure that the cipher list are correctly sorted and exit + */ + fprintf(stdout, "Testing cipherlist order only. Ignoring all " + "other options.\n"); + if (do_test_cipherlist() == 0) + EXIT(1); + ret = 0; + goto end; + } + + if (ssl2 + ssl3 + tls1 > 1) { + fprintf(stderr, "At most one of -ssl2, -ssl3, or -tls1 should " + "be requested.\n"); + EXIT(1); + } + + /* + * Testing was requested for a compiled-out protocol (e.g. SSLv2). + * Ideally, we would error out, but the generic test wrapper can't know + * when to expect failure. So we do nothing and return success. + */ + if (no_protocol) { + fprintf(stderr, "Testing was requested for a disabled protocol. " + "Skipping tests.\n"); + ret = 0; + goto end; + } + + if (!ssl2 && !ssl3 && !tls1 && number > 1 && !reuse && !force) { + fprintf(stderr, "This case cannot work. Use -f to perform " + "the test anyway (and\n-d to see what happens), " + "or add one of -ssl2, -ssl3, -tls1, -reuse\n" + "to avoid protocol mismatch.\n"); + EXIT(1); + } #ifdef OPENSSL_FIPS - if(fips_mode) - { - if(!FIPS_mode_set(1)) - { - ERR_load_crypto_strings(); - ERR_print_errors(BIO_new_fp(stderr,BIO_NOCLOSE)); - EXIT(1); - } - else - fprintf(stderr,"*** IN FIPS MODE ***\n"); - } + if (fips_mode) { + if (!FIPS_mode_set(1)) { + ERR_load_crypto_strings(); + ERR_print_errors(BIO_new_fp(stderr, BIO_NOCLOSE)); + EXIT(1); + } else + fprintf(stderr, "*** IN FIPS MODE ***\n"); + } #endif - if (print_time) - { - if (!bio_pair) - { - fprintf(stderr, "Using BIO pair (-bio_pair)\n"); - bio_pair = 1; - } - if (number < 50 && !force) - fprintf(stderr, "Warning: For accurate timings, use more connections (e.g. -num 1000)\n"); - } + if (print_time) { + if (!bio_pair) { + fprintf(stderr, "Using BIO pair (-bio_pair)\n"); + bio_pair = 1; + } + if (number < 50 && !force) + fprintf(stderr, + "Warning: For accurate timings, use more connections (e.g. -num 1000)\n"); + } -/* if (cipher == NULL) cipher=getenv("SSL_CIPHER"); */ +/* if (cipher == NULL) cipher=getenv("SSL_CIPHER"); */ - SSL_library_init(); - SSL_load_error_strings(); + SSL_library_init(); + SSL_load_error_strings(); #ifndef OPENSSL_NO_COMP - if (comp == COMP_ZLIB) cm = COMP_zlib(); - if (comp == COMP_RLE) cm = COMP_rle(); - if (cm != NULL) - { - if (cm->type != NID_undef) - { - if (SSL_COMP_add_compression_method(comp, cm) != 0) - { - fprintf(stderr, - "Failed to add compression method\n"); - ERR_print_errors_fp(stderr); - } - } - else - { - fprintf(stderr, - "Warning: %s compression not supported\n", - (comp == COMP_RLE ? "rle" : - (comp == COMP_ZLIB ? "zlib" : - "unknown"))); - ERR_print_errors_fp(stderr); - } - } - ssl_comp_methods = SSL_COMP_get_compression_methods(); - fprintf(stderr, "Available compression methods:\n"); - { - int j, n = sk_SSL_COMP_num(ssl_comp_methods); - if (n == 0) - fprintf(stderr, " NONE\n"); - else - for (j = 0; j < n; j++) - { - SSL_COMP *c = sk_SSL_COMP_value(ssl_comp_methods, j); - fprintf(stderr, " %d: %s\n", c->id, c->name); - } - } + if (comp == COMP_ZLIB) + cm = COMP_zlib(); + if (comp == COMP_RLE) + cm = COMP_rle(); + if (cm != NULL) { + if (cm->type != NID_undef) { + if (SSL_COMP_add_compression_method(comp, cm) != 0) { + fprintf(stderr, "Failed to add compression method\n"); + ERR_print_errors_fp(stderr); + } + } else { + fprintf(stderr, + "Warning: %s compression not supported\n", + (comp == COMP_RLE ? "rle" : + (comp == COMP_ZLIB ? "zlib" : "unknown"))); + ERR_print_errors_fp(stderr); + } + } + ssl_comp_methods = SSL_COMP_get_compression_methods(); + fprintf(stderr, "Available compression methods:\n"); + { + int j, n = sk_SSL_COMP_num(ssl_comp_methods); + if (n == 0) + fprintf(stderr, " NONE\n"); + else + for (j = 0; j < n; j++) { + SSL_COMP *c = sk_SSL_COMP_value(ssl_comp_methods, j); + fprintf(stderr, " %d: %s\n", c->id, c->name); + } + } #endif -#if !defined(OPENSSL_NO_SSL2) && !defined(OPENSSL_NO_SSL3) - if (ssl2) - meth=SSLv2_method(); - else - if (tls1) - meth=TLSv1_method(); - else - if (ssl3) - meth=SSLv3_method(); - else - meth=SSLv23_method(); -#else -#ifdef OPENSSL_NO_SSL2 - if (tls1) - meth=TLSv1_method(); - else - if (ssl3) - meth=SSLv3_method(); - else - meth=SSLv23_method(); -#else - meth=SSLv2_method(); + /* + * At this point, ssl2/ssl3/tls1 is only set if the protocol is + * available. (Otherwise we exit early.) However the compiler doesn't + * know this, so we ifdef. + */ +#ifndef OPENSSL_NO_SSL2 + if (ssl2) + meth = SSLv2_method(); + else #endif +#ifndef OPENSSL_NO_SSL3 + if (ssl3) + meth = SSLv3_method(); + else #endif - - c_ctx=SSL_CTX_new(meth); - s_ctx=SSL_CTX_new(meth); - if ((c_ctx == NULL) || (s_ctx == NULL)) - { - ERR_print_errors(bio_err); - goto end; - } - - if (cipher != NULL) - { - SSL_CTX_set_cipher_list(c_ctx,cipher); - SSL_CTX_set_cipher_list(s_ctx,cipher); - } - +#ifndef OPENSSL_NO_TLS1 + if (tls1) + meth = TLSv1_method(); + else +#endif + meth = SSLv23_method(); + + c_ctx = SSL_CTX_new(meth); + s_ctx = SSL_CTX_new(meth); + if ((c_ctx == NULL) || (s_ctx == NULL)) { + ERR_print_errors(bio_err); + goto end; + } + + if (cipher != NULL) { + SSL_CTX_set_cipher_list(c_ctx, cipher); + SSL_CTX_set_cipher_list(s_ctx, cipher); + } #ifndef OPENSSL_NO_DH - if (!no_dhe) - { - if (dhe1024dsa) - { - /* use SSL_OP_SINGLE_DH_USE to avoid small subgroup attacks */ - SSL_CTX_set_options(s_ctx, SSL_OP_SINGLE_DH_USE); - dh=get_dh1024dsa(); - } - else if (dhe1024) - dh=get_dh1024(); - else - dh=get_dh512(); - SSL_CTX_set_tmp_dh(s_ctx,dh); - DH_free(dh); - } + if (!no_dhe) { + if (dhe1024dsa) { + /* + * use SSL_OP_SINGLE_DH_USE to avoid small subgroup attacks + */ + SSL_CTX_set_options(s_ctx, SSL_OP_SINGLE_DH_USE); + dh = get_dh1024dsa(); + } else if (dhe1024) + dh = get_dh1024(); + else + dh = get_dh512(); + SSL_CTX_set_tmp_dh(s_ctx, dh); + DH_free(dh); + } #else - (void)no_dhe; + (void)no_dhe; #endif #ifndef OPENSSL_NO_ECDH - if (!no_ecdhe) - { - int nid; - - if (named_curve != NULL) - { - nid = OBJ_sn2nid(named_curve); - if (nid == 0) - { - BIO_printf(bio_err, "unknown curve name (%s)\n", named_curve); - goto end; - } - } - else -#ifdef OPENSSL_NO_EC2M - nid = NID_X9_62_prime256v1; + if (!no_ecdhe) { + int nid; + + if (named_curve != NULL) { + nid = OBJ_sn2nid(named_curve); + if (nid == 0) { + BIO_printf(bio_err, "unknown curve name (%s)\n", named_curve); + goto end; + } + } else +# ifdef OPENSSL_NO_EC2M + nid = NID_X9_62_prime256v1; +# else + nid = NID_sect163r2; +# endif + + ecdh = EC_KEY_new_by_curve_name(nid); + if (ecdh == NULL) { + BIO_printf(bio_err, "unable to create curve\n"); + goto end; + } + + SSL_CTX_set_tmp_ecdh(s_ctx, ecdh); + SSL_CTX_set_options(s_ctx, SSL_OP_SINGLE_ECDH_USE); + EC_KEY_free(ecdh); + } #else - nid = NID_sect163r2; -#endif - - ecdh = EC_KEY_new_by_curve_name(nid); - if (ecdh == NULL) - { - BIO_printf(bio_err, "unable to create curve\n"); - goto end; - } - - SSL_CTX_set_tmp_ecdh(s_ctx, ecdh); - SSL_CTX_set_options(s_ctx, SSL_OP_SINGLE_ECDH_USE); - EC_KEY_free(ecdh); - } -#else - (void)no_ecdhe; + (void)no_ecdhe; #endif #ifndef OPENSSL_NO_RSA - SSL_CTX_set_tmp_rsa_callback(s_ctx,tmp_rsa_cb); + SSL_CTX_set_tmp_rsa_callback(s_ctx, tmp_rsa_cb); #endif #ifdef TLSEXT_TYPE_opaque_prf_input - SSL_CTX_set_tlsext_opaque_prf_input_callback(c_ctx, opaque_prf_input_cb); - SSL_CTX_set_tlsext_opaque_prf_input_callback(s_ctx, opaque_prf_input_cb); - SSL_CTX_set_tlsext_opaque_prf_input_callback_arg(c_ctx, &co1); /* or &co2 or NULL */ - SSL_CTX_set_tlsext_opaque_prf_input_callback_arg(s_ctx, &so1); /* or &so2 or NULL */ + SSL_CTX_set_tlsext_opaque_prf_input_callback(c_ctx, opaque_prf_input_cb); + SSL_CTX_set_tlsext_opaque_prf_input_callback(s_ctx, opaque_prf_input_cb); + /* or &co2 or NULL */ + SSL_CTX_set_tlsext_opaque_prf_input_callback_arg(c_ctx, &co1); + /* or &so2 or NULL */ + SSL_CTX_set_tlsext_opaque_prf_input_callback_arg(s_ctx, &so1); #endif - if (!SSL_CTX_use_certificate_file(s_ctx,server_cert,SSL_FILETYPE_PEM)) - { - ERR_print_errors(bio_err); - } - else if (!SSL_CTX_use_PrivateKey_file(s_ctx, - (server_key?server_key:server_cert), SSL_FILETYPE_PEM)) - { - ERR_print_errors(bio_err); - goto end; - } - - if (client_auth) - { - SSL_CTX_use_certificate_file(c_ctx,client_cert, - SSL_FILETYPE_PEM); - SSL_CTX_use_PrivateKey_file(c_ctx, - (client_key?client_key:client_cert), - SSL_FILETYPE_PEM); - } - - if ( (!SSL_CTX_load_verify_locations(s_ctx,CAfile,CApath)) || - (!SSL_CTX_set_default_verify_paths(s_ctx)) || - (!SSL_CTX_load_verify_locations(c_ctx,CAfile,CApath)) || - (!SSL_CTX_set_default_verify_paths(c_ctx))) - { - /* fprintf(stderr,"SSL_load_verify_locations\n"); */ - ERR_print_errors(bio_err); - /* goto end; */ - } - - if (client_auth) - { - BIO_printf(bio_err,"client authentication\n"); - SSL_CTX_set_verify(s_ctx, - SSL_VERIFY_PEER|SSL_VERIFY_FAIL_IF_NO_PEER_CERT, - verify_callback); - SSL_CTX_set_cert_verify_callback(s_ctx, app_verify_callback, &app_verify_arg); - } - if (server_auth) - { - BIO_printf(bio_err,"server authentication\n"); - SSL_CTX_set_verify(c_ctx,SSL_VERIFY_PEER, - verify_callback); - SSL_CTX_set_cert_verify_callback(c_ctx, app_verify_callback, &app_verify_arg); - } - - { - int session_id_context = 0; - SSL_CTX_set_session_id_context(s_ctx, (void *)&session_id_context, sizeof session_id_context); - } - - /* Use PSK only if PSK key is given */ - if (psk_key != NULL) - { - /* no_psk is used to avoid putting psk command to openssl tool */ - if (no_psk) - { - /* if PSK is not compiled in and psk key is - * given, do nothing and exit successfully */ - ret=0; - goto end; - } + if (!SSL_CTX_use_certificate_file(s_ctx, server_cert, SSL_FILETYPE_PEM)) { + ERR_print_errors(bio_err); + } else if (!SSL_CTX_use_PrivateKey_file(s_ctx, + (server_key ? server_key : + server_cert), + SSL_FILETYPE_PEM)) { + ERR_print_errors(bio_err); + goto end; + } + + if (client_auth) { + SSL_CTX_use_certificate_file(c_ctx, client_cert, SSL_FILETYPE_PEM); + SSL_CTX_use_PrivateKey_file(c_ctx, + (client_key ? client_key : client_cert), + SSL_FILETYPE_PEM); + } + + if ((!SSL_CTX_load_verify_locations(s_ctx, CAfile, CApath)) || + (!SSL_CTX_set_default_verify_paths(s_ctx)) || + (!SSL_CTX_load_verify_locations(c_ctx, CAfile, CApath)) || + (!SSL_CTX_set_default_verify_paths(c_ctx))) { + /* fprintf(stderr,"SSL_load_verify_locations\n"); */ + ERR_print_errors(bio_err); + /* goto end; */ + } + + if (client_auth) { + BIO_printf(bio_err, "client authentication\n"); + SSL_CTX_set_verify(s_ctx, + SSL_VERIFY_PEER | SSL_VERIFY_FAIL_IF_NO_PEER_CERT, + verify_callback); + SSL_CTX_set_cert_verify_callback(s_ctx, app_verify_callback, + &app_verify_arg); + } + if (server_auth) { + BIO_printf(bio_err, "server authentication\n"); + SSL_CTX_set_verify(c_ctx, SSL_VERIFY_PEER, verify_callback); + SSL_CTX_set_cert_verify_callback(c_ctx, app_verify_callback, + &app_verify_arg); + } + + { + int session_id_context = 0; + SSL_CTX_set_session_id_context(s_ctx, (void *)&session_id_context, + sizeof session_id_context); + } + + /* Use PSK only if PSK key is given */ + if (psk_key != NULL) { + /* + * no_psk is used to avoid putting psk command to openssl tool + */ + if (no_psk) { + /* + * if PSK is not compiled in and psk key is given, do nothing and + * exit successfully + */ + ret = 0; + goto end; + } #ifndef OPENSSL_NO_PSK - SSL_CTX_set_psk_client_callback(c_ctx, psk_client_callback); - SSL_CTX_set_psk_server_callback(s_ctx, psk_server_callback); - if (debug) - BIO_printf(bio_err,"setting PSK identity hint to s_ctx\n"); - if (!SSL_CTX_use_psk_identity_hint(s_ctx, "ctx server identity_hint")) - { - BIO_printf(bio_err,"error setting PSK identity hint to s_ctx\n"); - ERR_print_errors(bio_err); - goto end; - } + SSL_CTX_set_psk_client_callback(c_ctx, psk_client_callback); + SSL_CTX_set_psk_server_callback(s_ctx, psk_server_callback); + if (debug) + BIO_printf(bio_err, "setting PSK identity hint to s_ctx\n"); + if (!SSL_CTX_use_psk_identity_hint(s_ctx, "ctx server identity_hint")) { + BIO_printf(bio_err, "error setting PSK identity hint to s_ctx\n"); + ERR_print_errors(bio_err); + goto end; + } #endif - } + } #ifndef OPENSSL_NO_SRP - if (srp_client_arg.srplogin) - { - if (!SSL_CTX_set_srp_username(c_ctx, srp_client_arg.srplogin)) - { - BIO_printf(bio_err,"Unable to set SRP username\n"); - goto end; - } - SSL_CTX_set_srp_cb_arg(c_ctx,&srp_client_arg); - SSL_CTX_set_srp_client_pwd_callback(c_ctx, ssl_give_srp_client_pwd_cb); - /*SSL_CTX_set_srp_strength(c_ctx, srp_client_arg.strength);*/ - } - - if (srp_server_arg.expected_user != NULL) - { - SSL_CTX_set_verify(s_ctx,SSL_VERIFY_NONE,verify_callback); - SSL_CTX_set_srp_cb_arg(s_ctx, &srp_server_arg); - SSL_CTX_set_srp_username_callback(s_ctx, ssl_srp_server_param_cb); - } + if (srp_client_arg.srplogin) { + if (!SSL_CTX_set_srp_username(c_ctx, srp_client_arg.srplogin)) { + BIO_printf(bio_err, "Unable to set SRP username\n"); + goto end; + } + SSL_CTX_set_srp_cb_arg(c_ctx, &srp_client_arg); + SSL_CTX_set_srp_client_pwd_callback(c_ctx, + ssl_give_srp_client_pwd_cb); + /* + * SSL_CTX_set_srp_strength(c_ctx, srp_client_arg.strength); + */ + } + + if (srp_server_arg.expected_user != NULL) { + SSL_CTX_set_verify(s_ctx, SSL_VERIFY_NONE, verify_callback); + SSL_CTX_set_srp_cb_arg(s_ctx, &srp_server_arg); + SSL_CTX_set_srp_username_callback(s_ctx, ssl_srp_server_param_cb); + } #endif - c_ssl=SSL_new(c_ctx); - s_ssl=SSL_new(s_ctx); + if (serverinfo_sct) + SSL_CTX_add_client_custom_ext(c_ctx, SCT_EXT_TYPE, + NULL, NULL, NULL, + serverinfo_cli_parse_cb, NULL); + if (serverinfo_tack) + SSL_CTX_add_client_custom_ext(c_ctx, TACK_EXT_TYPE, + NULL, NULL, NULL, + serverinfo_cli_parse_cb, NULL); + + if (serverinfo_file) + if (!SSL_CTX_use_serverinfo_file(s_ctx, serverinfo_file)) { + BIO_printf(bio_err, "missing serverinfo file\n"); + goto end; + } + + if (custom_ext) { + SSL_CTX_add_client_custom_ext(c_ctx, CUSTOM_EXT_TYPE_0, + custom_ext_0_cli_add_cb, + NULL, NULL, + custom_ext_0_cli_parse_cb, NULL); + SSL_CTX_add_client_custom_ext(c_ctx, CUSTOM_EXT_TYPE_1, + custom_ext_1_cli_add_cb, + NULL, NULL, + custom_ext_1_cli_parse_cb, NULL); + SSL_CTX_add_client_custom_ext(c_ctx, CUSTOM_EXT_TYPE_2, + custom_ext_2_cli_add_cb, + NULL, NULL, + custom_ext_2_cli_parse_cb, NULL); + SSL_CTX_add_client_custom_ext(c_ctx, CUSTOM_EXT_TYPE_3, + custom_ext_3_cli_add_cb, + NULL, NULL, + custom_ext_3_cli_parse_cb, NULL); + + SSL_CTX_add_server_custom_ext(s_ctx, CUSTOM_EXT_TYPE_0, + custom_ext_0_srv_add_cb, + NULL, NULL, + custom_ext_0_srv_parse_cb, NULL); + SSL_CTX_add_server_custom_ext(s_ctx, CUSTOM_EXT_TYPE_1, + custom_ext_1_srv_add_cb, + NULL, NULL, + custom_ext_1_srv_parse_cb, NULL); + SSL_CTX_add_server_custom_ext(s_ctx, CUSTOM_EXT_TYPE_2, + custom_ext_2_srv_add_cb, + NULL, NULL, + custom_ext_2_srv_parse_cb, NULL); + SSL_CTX_add_server_custom_ext(s_ctx, CUSTOM_EXT_TYPE_3, + custom_ext_3_srv_add_cb, + NULL, NULL, + custom_ext_3_srv_parse_cb, NULL); + } + + if (alpn_server) + SSL_CTX_set_alpn_select_cb(s_ctx, cb_server_alpn, NULL); + + if (alpn_client) { + unsigned short alpn_len; + unsigned char *alpn = next_protos_parse(&alpn_len, alpn_client); + + if (alpn == NULL) { + BIO_printf(bio_err, "Error parsing -alpn_client argument\n"); + goto end; + } + SSL_CTX_set_alpn_protos(c_ctx, alpn, alpn_len); + OPENSSL_free(alpn); + } + + c_ssl = SSL_new(c_ctx); + s_ssl = SSL_new(s_ctx); #ifndef OPENSSL_NO_KRB5 - if (c_ssl && c_ssl->kssl_ctx) - { - char localhost[MAXHOSTNAMELEN+2]; - - if (gethostname(localhost, sizeof localhost-1) == 0) - { - localhost[sizeof localhost-1]='\0'; - if(strlen(localhost) == sizeof localhost-1) - { - BIO_printf(bio_err,"localhost name too long\n"); - goto end; - } - kssl_ctx_setstring(c_ssl->kssl_ctx, KSSL_SERVER, - localhost); - } - } -#endif /* OPENSSL_NO_KRB5 */ - - for (i=0; i 1) || (bytes > 1L)) - BIO_printf(bio_stdout, "%d handshakes of %ld bytes done\n",number,bytes); - if (print_time) - { + if (c_ssl && c_ssl->kssl_ctx) { + char localhost[MAXHOSTNAMELEN + 2]; + + if (gethostname(localhost, sizeof localhost - 1) == 0) { + localhost[sizeof localhost - 1] = '\0'; + if (strlen(localhost) == sizeof localhost - 1) { + BIO_printf(bio_err, "localhost name too long\n"); + goto end; + } + kssl_ctx_setstring(c_ssl->kssl_ctx, KSSL_SERVER, localhost); + } + } +#endif /* OPENSSL_NO_KRB5 */ + + for (i = 0; i < number; i++) { + if (!reuse) + SSL_set_session(c_ssl, NULL); + if (bio_pair) + ret = doit_biopair(s_ssl, c_ssl, bytes, &s_time, &c_time); + else + ret = doit(s_ssl, c_ssl, bytes); + } + + if (!verbose) { + print_details(c_ssl, ""); + } + if ((number > 1) || (bytes > 1L)) + BIO_printf(bio_stdout, "%d handshakes of %ld bytes done\n", number, + bytes); + if (print_time) { #ifdef CLOCKS_PER_SEC - /* "To determine the time in seconds, the value returned - * by the clock function should be divided by the value - * of the macro CLOCKS_PER_SEC." - * -- ISO/IEC 9899 */ - BIO_printf(bio_stdout, "Approximate total server time: %6.2f s\n" - "Approximate total client time: %6.2f s\n", - (double)s_time/CLOCKS_PER_SEC, - (double)c_time/CLOCKS_PER_SEC); + /* + * "To determine the time in seconds, the value returned by the clock + * function should be divided by the value of the macro + * CLOCKS_PER_SEC." -- ISO/IEC 9899 + */ + BIO_printf(bio_stdout, "Approximate total server time: %6.2f s\n" + "Approximate total client time: %6.2f s\n", + (double)s_time / CLOCKS_PER_SEC, + (double)c_time / CLOCKS_PER_SEC); #else - /* "`CLOCKS_PER_SEC' undeclared (first use this function)" - * -- cc on NeXTstep/OpenStep */ - BIO_printf(bio_stdout, - "Approximate total server time: %6.2f units\n" - "Approximate total client time: %6.2f units\n", - (double)s_time, - (double)c_time); + /* + * "`CLOCKS_PER_SEC' undeclared (first use this function)" -- cc on + * NeXTstep/OpenStep + */ + BIO_printf(bio_stdout, + "Approximate total server time: %6.2f units\n" + "Approximate total client time: %6.2f units\n", + (double)s_time, (double)c_time); #endif - } + } - SSL_free(s_ssl); - SSL_free(c_ssl); + SSL_free(s_ssl); + SSL_free(c_ssl); -end: - if (s_ctx != NULL) SSL_CTX_free(s_ctx); - if (c_ctx != NULL) SSL_CTX_free(c_ctx); + end: + if (s_ctx != NULL) + SSL_CTX_free(s_ctx); + if (c_ctx != NULL) + SSL_CTX_free(c_ctx); - if (bio_stdout != NULL) BIO_free(bio_stdout); + if (bio_stdout != NULL) + BIO_free(bio_stdout); #ifndef OPENSSL_NO_RSA - free_tmp_rsa(); + free_tmp_rsa(); #endif #ifndef OPENSSL_NO_ENGINE - ENGINE_cleanup(); + ENGINE_cleanup(); #endif - CRYPTO_cleanup_all_ex_data(); - ERR_free_strings(); - ERR_remove_thread_state(NULL); - EVP_cleanup(); - CRYPTO_mem_leaks(bio_err); - if (bio_err != NULL) BIO_free(bio_err); - EXIT(ret); - return ret; - } + CRYPTO_cleanup_all_ex_data(); + ERR_free_strings(); + ERR_remove_thread_state(NULL); + EVP_cleanup(); + CRYPTO_mem_leaks(bio_err); + if (bio_err != NULL) + BIO_free(bio_err); + EXIT(ret); + return ret; +} int doit_biopair(SSL *s_ssl, SSL *c_ssl, long count, - clock_t *s_time, clock_t *c_time) - { - long cw_num = count, cr_num = count, sw_num = count, sr_num = count; - BIO *s_ssl_bio = NULL, *c_ssl_bio = NULL; - BIO *server = NULL, *server_io = NULL, *client = NULL, *client_io = NULL; - int ret = 1; - - size_t bufsiz = 256; /* small buffer for testing */ - - if (!BIO_new_bio_pair(&server, bufsiz, &server_io, bufsiz)) - goto err; - if (!BIO_new_bio_pair(&client, bufsiz, &client_io, bufsiz)) - goto err; - - s_ssl_bio = BIO_new(BIO_f_ssl()); - if (!s_ssl_bio) - goto err; - - c_ssl_bio = BIO_new(BIO_f_ssl()); - if (!c_ssl_bio) - goto err; - - SSL_set_connect_state(c_ssl); - SSL_set_bio(c_ssl, client, client); - (void)BIO_set_ssl(c_ssl_bio, c_ssl, BIO_NOCLOSE); - - SSL_set_accept_state(s_ssl); - SSL_set_bio(s_ssl, server, server); - (void)BIO_set_ssl(s_ssl_bio, s_ssl, BIO_NOCLOSE); - - do - { - /* c_ssl_bio: SSL filter BIO - * - * client: pseudo-I/O for SSL library - * - * client_io: client's SSL communication; usually to be - * relayed over some I/O facility, but in this - * test program, we're the server, too: - * - * server_io: server's SSL communication - * - * server: pseudo-I/O for SSL library - * - * s_ssl_bio: SSL filter BIO - * - * The client and the server each employ a "BIO pair": - * client + client_io, server + server_io. - * BIO pairs are symmetric. A BIO pair behaves similar - * to a non-blocking socketpair (but both endpoints must - * be handled by the same thread). - * [Here we could connect client and server to the ends - * of a single BIO pair, but then this code would be less - * suitable as an example for BIO pairs in general.] - * - * Useful functions for querying the state of BIO pair endpoints: - * - * BIO_ctrl_pending(bio) number of bytes we can read now - * BIO_ctrl_get_read_request(bio) number of bytes needed to fulfil - * other side's read attempt - * BIO_ctrl_get_write_guarantee(bio) number of bytes we can write now - * - * ..._read_request is never more than ..._write_guarantee; - * it depends on the application which one you should use. - */ - - /* We have non-blocking behaviour throughout this test program, but - * can be sure that there is *some* progress in each iteration; so - * we don't have to worry about ..._SHOULD_READ or ..._SHOULD_WRITE - * -- we just try everything in each iteration - */ - - { - /* CLIENT */ - - MS_STATIC char cbuf[1024*8]; - int i, r; - clock_t c_clock = clock(); - - memset(cbuf, 0, sizeof(cbuf)); - - if (debug) - if (SSL_in_init(c_ssl)) - printf("client waiting in SSL_connect - %s\n", - SSL_state_string_long(c_ssl)); - - if (cw_num > 0) - { - /* Write to server. */ - - if (cw_num > (long)sizeof cbuf) - i = sizeof cbuf; - else - i = (int)cw_num; - r = BIO_write(c_ssl_bio, cbuf, i); - if (r < 0) - { - if (!BIO_should_retry(c_ssl_bio)) - { - fprintf(stderr,"ERROR in CLIENT\n"); - goto err; - } - /* BIO_should_retry(...) can just be ignored here. - * The library expects us to call BIO_write with - * the same arguments again, and that's what we will - * do in the next iteration. */ - } - else if (r == 0) - { - fprintf(stderr,"SSL CLIENT STARTUP FAILED\n"); - goto err; - } - else - { - if (debug) - printf("client wrote %d\n", r); - cw_num -= r; - } - } - - if (cr_num > 0) - { - /* Read from server. */ - - r = BIO_read(c_ssl_bio, cbuf, sizeof(cbuf)); - if (r < 0) - { - if (!BIO_should_retry(c_ssl_bio)) - { - fprintf(stderr,"ERROR in CLIENT\n"); - goto err; - } - /* Again, "BIO_should_retry" can be ignored. */ - } - else if (r == 0) - { - fprintf(stderr,"SSL CLIENT STARTUP FAILED\n"); - goto err; - } - else - { - if (debug) - printf("client read %d\n", r); - cr_num -= r; - } - } - - /* c_time and s_time increments will typically be very small - * (depending on machine speed and clock tick intervals), - * but sampling over a large number of connections should - * result in fairly accurate figures. We cannot guarantee - * a lot, however -- if each connection lasts for exactly - * one clock tick, it will be counted only for the client - * or only for the server or even not at all. - */ - *c_time += (clock() - c_clock); - } - - { - /* SERVER */ - - MS_STATIC char sbuf[1024*8]; - int i, r; - clock_t s_clock = clock(); - - memset(sbuf, 0, sizeof(sbuf)); - - if (debug) - if (SSL_in_init(s_ssl)) - printf("server waiting in SSL_accept - %s\n", - SSL_state_string_long(s_ssl)); - - if (sw_num > 0) - { - /* Write to client. */ - - if (sw_num > (long)sizeof sbuf) - i = sizeof sbuf; - else - i = (int)sw_num; - r = BIO_write(s_ssl_bio, sbuf, i); - if (r < 0) - { - if (!BIO_should_retry(s_ssl_bio)) - { - fprintf(stderr,"ERROR in SERVER\n"); - goto err; - } - /* Ignore "BIO_should_retry". */ - } - else if (r == 0) - { - fprintf(stderr,"SSL SERVER STARTUP FAILED\n"); - goto err; - } - else - { - if (debug) - printf("server wrote %d\n", r); - sw_num -= r; - } - } - - if (sr_num > 0) - { - /* Read from client. */ - - r = BIO_read(s_ssl_bio, sbuf, sizeof(sbuf)); - if (r < 0) - { - if (!BIO_should_retry(s_ssl_bio)) - { - fprintf(stderr,"ERROR in SERVER\n"); - goto err; - } - /* blah, blah */ - } - else if (r == 0) - { - fprintf(stderr,"SSL SERVER STARTUP FAILED\n"); - goto err; - } - else - { - if (debug) - printf("server read %d\n", r); - sr_num -= r; - } - } - - *s_time += (clock() - s_clock); - } - - { - /* "I/O" BETWEEN CLIENT AND SERVER. */ - - size_t r1, r2; - BIO *io1 = server_io, *io2 = client_io; - /* we use the non-copying interface for io1 - * and the standard BIO_write/BIO_read interface for io2 - */ - - static int prev_progress = 1; - int progress = 0; - - /* io1 to io2 */ - do - { - size_t num; - int r; - - r1 = BIO_ctrl_pending(io1); - r2 = BIO_ctrl_get_write_guarantee(io2); - - num = r1; - if (r2 < num) - num = r2; - if (num) - { - char *dataptr; - - if (INT_MAX < num) /* yeah, right */ - num = INT_MAX; - - r = BIO_nread(io1, &dataptr, (int)num); - assert(r > 0); - assert(r <= (int)num); - /* possibly r < num (non-contiguous data) */ - num = r; - r = BIO_write(io2, dataptr, (int)num); - if (r != (int)num) /* can't happen */ - { - fprintf(stderr, "ERROR: BIO_write could not write " - "BIO_ctrl_get_write_guarantee() bytes"); - goto err; - } - progress = 1; - - if (debug) - printf((io1 == client_io) ? - "C->S relaying: %d bytes\n" : - "S->C relaying: %d bytes\n", - (int)num); - } - } - while (r1 && r2); - - /* io2 to io1 */ - { - size_t num; - int r; - - r1 = BIO_ctrl_pending(io2); - r2 = BIO_ctrl_get_read_request(io1); - /* here we could use ..._get_write_guarantee instead of - * ..._get_read_request, but by using the latter - * we test restartability of the SSL implementation - * more thoroughly */ - num = r1; - if (r2 < num) - num = r2; - if (num) - { - char *dataptr; - - if (INT_MAX < num) - num = INT_MAX; - - if (num > 1) - --num; /* test restartability even more thoroughly */ - - r = BIO_nwrite0(io1, &dataptr); - assert(r > 0); - if (r < (int)num) - num = r; - r = BIO_read(io2, dataptr, (int)num); - if (r != (int)num) /* can't happen */ - { - fprintf(stderr, "ERROR: BIO_read could not read " - "BIO_ctrl_pending() bytes"); - goto err; - } - progress = 1; - r = BIO_nwrite(io1, &dataptr, (int)num); - if (r != (int)num) /* can't happen */ - { - fprintf(stderr, "ERROR: BIO_nwrite() did not accept " - "BIO_nwrite0() bytes"); - goto err; - } - - if (debug) - printf((io2 == client_io) ? - "C->S relaying: %d bytes\n" : - "S->C relaying: %d bytes\n", - (int)num); - } - } /* no loop, BIO_ctrl_get_read_request now returns 0 anyway */ - - if (!progress && !prev_progress) - if (cw_num > 0 || cr_num > 0 || sw_num > 0 || sr_num > 0) - { - fprintf(stderr, "ERROR: got stuck\n"); - if (strcmp("SSLv2", SSL_get_version(c_ssl)) == 0) - { - fprintf(stderr, "This can happen for SSL2 because " - "CLIENT-FINISHED and SERVER-VERIFY are written \n" - "concurrently ..."); - if (strncmp("2SCF", SSL_state_string(c_ssl), 4) == 0 - && strncmp("2SSV", SSL_state_string(s_ssl), 4) == 0) - { - fprintf(stderr, " ok.\n"); - goto end; - } - } - fprintf(stderr, " ERROR.\n"); - goto err; - } - prev_progress = progress; - } - } - while (cw_num > 0 || cr_num > 0 || sw_num > 0 || sr_num > 0); - - if (verbose) - print_details(c_ssl, "DONE via BIO pair: "); -end: - ret = 0; + clock_t *s_time, clock_t *c_time) +{ + long cw_num = count, cr_num = count, sw_num = count, sr_num = count; + BIO *s_ssl_bio = NULL, *c_ssl_bio = NULL; + BIO *server = NULL, *server_io = NULL, *client = NULL, *client_io = NULL; + int ret = 1; + + size_t bufsiz = 256; /* small buffer for testing */ + + if (!BIO_new_bio_pair(&server, bufsiz, &server_io, bufsiz)) + goto err; + if (!BIO_new_bio_pair(&client, bufsiz, &client_io, bufsiz)) + goto err; + + s_ssl_bio = BIO_new(BIO_f_ssl()); + if (!s_ssl_bio) + goto err; + + c_ssl_bio = BIO_new(BIO_f_ssl()); + if (!c_ssl_bio) + goto err; + + SSL_set_connect_state(c_ssl); + SSL_set_bio(c_ssl, client, client); + (void)BIO_set_ssl(c_ssl_bio, c_ssl, BIO_NOCLOSE); + + SSL_set_accept_state(s_ssl); + SSL_set_bio(s_ssl, server, server); + (void)BIO_set_ssl(s_ssl_bio, s_ssl, BIO_NOCLOSE); + + do { + /*- + * c_ssl_bio: SSL filter BIO + * + * client: pseudo-I/O for SSL library + * + * client_io: client's SSL communication; usually to be + * relayed over some I/O facility, but in this + * test program, we're the server, too: + * + * server_io: server's SSL communication + * + * server: pseudo-I/O for SSL library + * + * s_ssl_bio: SSL filter BIO + * + * The client and the server each employ a "BIO pair": + * client + client_io, server + server_io. + * BIO pairs are symmetric. A BIO pair behaves similar + * to a non-blocking socketpair (but both endpoints must + * be handled by the same thread). + * [Here we could connect client and server to the ends + * of a single BIO pair, but then this code would be less + * suitable as an example for BIO pairs in general.] + * + * Useful functions for querying the state of BIO pair endpoints: + * + * BIO_ctrl_pending(bio) number of bytes we can read now + * BIO_ctrl_get_read_request(bio) number of bytes needed to fulfil + * other side's read attempt + * BIO_ctrl_get_write_guarantee(bio) number of bytes we can write now + * + * ..._read_request is never more than ..._write_guarantee; + * it depends on the application which one you should use. + */ + + /* + * We have non-blocking behaviour throughout this test program, but + * can be sure that there is *some* progress in each iteration; so we + * don't have to worry about ..._SHOULD_READ or ..._SHOULD_WRITE -- + * we just try everything in each iteration + */ + + { + /* CLIENT */ + + MS_STATIC char cbuf[1024 * 8]; + int i, r; + clock_t c_clock = clock(); + + memset(cbuf, 0, sizeof(cbuf)); + + if (debug) + if (SSL_in_init(c_ssl)) + printf("client waiting in SSL_connect - %s\n", + SSL_state_string_long(c_ssl)); + + if (cw_num > 0) { + /* Write to server. */ + + if (cw_num > (long)sizeof cbuf) + i = sizeof cbuf; + else + i = (int)cw_num; + r = BIO_write(c_ssl_bio, cbuf, i); + if (r < 0) { + if (!BIO_should_retry(c_ssl_bio)) { + fprintf(stderr, "ERROR in CLIENT\n"); + goto err; + } + /* + * BIO_should_retry(...) can just be ignored here. The + * library expects us to call BIO_write with the same + * arguments again, and that's what we will do in the + * next iteration. + */ + } else if (r == 0) { + fprintf(stderr, "SSL CLIENT STARTUP FAILED\n"); + goto err; + } else { + if (debug) + printf("client wrote %d\n", r); + cw_num -= r; + } + } + + if (cr_num > 0) { + /* Read from server. */ + + r = BIO_read(c_ssl_bio, cbuf, sizeof(cbuf)); + if (r < 0) { + if (!BIO_should_retry(c_ssl_bio)) { + fprintf(stderr, "ERROR in CLIENT\n"); + goto err; + } + /* + * Again, "BIO_should_retry" can be ignored. + */ + } else if (r == 0) { + fprintf(stderr, "SSL CLIENT STARTUP FAILED\n"); + goto err; + } else { + if (debug) + printf("client read %d\n", r); + cr_num -= r; + } + } + + /* + * c_time and s_time increments will typically be very small + * (depending on machine speed and clock tick intervals), but + * sampling over a large number of connections should result in + * fairly accurate figures. We cannot guarantee a lot, however + * -- if each connection lasts for exactly one clock tick, it + * will be counted only for the client or only for the server or + * even not at all. + */ + *c_time += (clock() - c_clock); + } + + { + /* SERVER */ + + MS_STATIC char sbuf[1024 * 8]; + int i, r; + clock_t s_clock = clock(); + + memset(sbuf, 0, sizeof(sbuf)); + + if (debug) + if (SSL_in_init(s_ssl)) + printf("server waiting in SSL_accept - %s\n", + SSL_state_string_long(s_ssl)); + + if (sw_num > 0) { + /* Write to client. */ + + if (sw_num > (long)sizeof sbuf) + i = sizeof sbuf; + else + i = (int)sw_num; + r = BIO_write(s_ssl_bio, sbuf, i); + if (r < 0) { + if (!BIO_should_retry(s_ssl_bio)) { + fprintf(stderr, "ERROR in SERVER\n"); + goto err; + } + /* Ignore "BIO_should_retry". */ + } else if (r == 0) { + fprintf(stderr, "SSL SERVER STARTUP FAILED\n"); + goto err; + } else { + if (debug) + printf("server wrote %d\n", r); + sw_num -= r; + } + } + + if (sr_num > 0) { + /* Read from client. */ + + r = BIO_read(s_ssl_bio, sbuf, sizeof(sbuf)); + if (r < 0) { + if (!BIO_should_retry(s_ssl_bio)) { + fprintf(stderr, "ERROR in SERVER\n"); + goto err; + } + /* blah, blah */ + } else if (r == 0) { + fprintf(stderr, "SSL SERVER STARTUP FAILED\n"); + goto err; + } else { + if (debug) + printf("server read %d\n", r); + sr_num -= r; + } + } + + *s_time += (clock() - s_clock); + } + + { + /* "I/O" BETWEEN CLIENT AND SERVER. */ + + size_t r1, r2; + BIO *io1 = server_io, *io2 = client_io; + /* + * we use the non-copying interface for io1 and the standard + * BIO_write/BIO_read interface for io2 + */ + + static int prev_progress = 1; + int progress = 0; + + /* io1 to io2 */ + do { + size_t num; + int r; + + r1 = BIO_ctrl_pending(io1); + r2 = BIO_ctrl_get_write_guarantee(io2); + + num = r1; + if (r2 < num) + num = r2; + if (num) { + char *dataptr; + + if (INT_MAX < num) /* yeah, right */ + num = INT_MAX; + + r = BIO_nread(io1, &dataptr, (int)num); + assert(r > 0); + assert(r <= (int)num); + /* + * possibly r < num (non-contiguous data) + */ + num = r; + r = BIO_write(io2, dataptr, (int)num); + if (r != (int)num) { /* can't happen */ + fprintf(stderr, "ERROR: BIO_write could not write " + "BIO_ctrl_get_write_guarantee() bytes"); + goto err; + } + progress = 1; + + if (debug) + printf((io1 == client_io) ? + "C->S relaying: %d bytes\n" : + "S->C relaying: %d bytes\n", (int)num); + } + } + while (r1 && r2); + + /* io2 to io1 */ + { + size_t num; + int r; + + r1 = BIO_ctrl_pending(io2); + r2 = BIO_ctrl_get_read_request(io1); + /* + * here we could use ..._get_write_guarantee instead of + * ..._get_read_request, but by using the latter we test + * restartability of the SSL implementation more thoroughly + */ + num = r1; + if (r2 < num) + num = r2; + if (num) { + char *dataptr; + + if (INT_MAX < num) + num = INT_MAX; + + if (num > 1) + --num; /* test restartability even more thoroughly */ + + r = BIO_nwrite0(io1, &dataptr); + assert(r > 0); + if (r < (int)num) + num = r; + r = BIO_read(io2, dataptr, (int)num); + if (r != (int)num) { /* can't happen */ + fprintf(stderr, "ERROR: BIO_read could not read " + "BIO_ctrl_pending() bytes"); + goto err; + } + progress = 1; + r = BIO_nwrite(io1, &dataptr, (int)num); + if (r != (int)num) { /* can't happen */ + fprintf(stderr, "ERROR: BIO_nwrite() did not accept " + "BIO_nwrite0() bytes"); + goto err; + } + + if (debug) + printf((io2 == client_io) ? + "C->S relaying: %d bytes\n" : + "S->C relaying: %d bytes\n", (int)num); + } + } /* no loop, BIO_ctrl_get_read_request now + * returns 0 anyway */ + + if (!progress && !prev_progress) + if (cw_num > 0 || cr_num > 0 || sw_num > 0 || sr_num > 0) { + fprintf(stderr, "ERROR: got stuck\n"); + if (strcmp("SSLv2", SSL_get_version(c_ssl)) == 0) { + fprintf(stderr, "This can happen for SSL2 because " + "CLIENT-FINISHED and SERVER-VERIFY are written \n" + "concurrently ..."); + if (strncmp("2SCF", SSL_state_string(c_ssl), 4) == 0 + && strncmp("2SSV", SSL_state_string(s_ssl), + 4) == 0) { + fprintf(stderr, " ok.\n"); + goto end; + } + } + fprintf(stderr, " ERROR.\n"); + goto err; + } + prev_progress = progress; + } + } + while (cw_num > 0 || cr_num > 0 || sw_num > 0 || sr_num > 0); + + if (verbose) + print_details(c_ssl, "DONE via BIO pair: "); + + if (verify_serverinfo() < 0) { + ret = 1; + goto err; + } + if (verify_alpn(c_ssl, s_ssl) < 0) { + ret = 1; + goto err; + } + + if (custom_ext_error) { + ret = 1; + goto err; + } + + end: + ret = 0; err: - ERR_print_errors(bio_err); - - if (server) - BIO_free(server); - if (server_io) - BIO_free(server_io); - if (client) - BIO_free(client); - if (client_io) - BIO_free(client_io); - if (s_ssl_bio) - BIO_free(s_ssl_bio); - if (c_ssl_bio) - BIO_free(c_ssl_bio); - - return ret; - } - - -#define W_READ 1 -#define W_WRITE 2 -#define C_DONE 1 -#define S_DONE 2 + ERR_print_errors(bio_err); + + if (server) + BIO_free(server); + if (server_io) + BIO_free(server_io); + if (client) + BIO_free(client); + if (client_io) + BIO_free(client_io); + if (s_ssl_bio) + BIO_free(s_ssl_bio); + if (c_ssl_bio) + BIO_free(c_ssl_bio); + + return ret; +} + +#define W_READ 1 +#define W_WRITE 2 +#define C_DONE 1 +#define S_DONE 2 int doit(SSL *s_ssl, SSL *c_ssl, long count) - { - MS_STATIC char cbuf[1024*8],sbuf[1024*8]; - long cw_num=count,cr_num=count; - long sw_num=count,sr_num=count; - int ret=1; - BIO *c_to_s=NULL; - BIO *s_to_c=NULL; - BIO *c_bio=NULL; - BIO *s_bio=NULL; - int c_r,c_w,s_r,s_w; - int i,j; - int done=0; - int c_write,s_write; - int do_server=0,do_client=0; - - memset(cbuf,0,sizeof(cbuf)); - memset(sbuf,0,sizeof(sbuf)); - - c_to_s=BIO_new(BIO_s_mem()); - s_to_c=BIO_new(BIO_s_mem()); - if ((s_to_c == NULL) || (c_to_s == NULL)) - { - ERR_print_errors(bio_err); - goto err; - } - - c_bio=BIO_new(BIO_f_ssl()); - s_bio=BIO_new(BIO_f_ssl()); - if ((c_bio == NULL) || (s_bio == NULL)) - { - ERR_print_errors(bio_err); - goto err; - } - - SSL_set_connect_state(c_ssl); - SSL_set_bio(c_ssl,s_to_c,c_to_s); - BIO_set_ssl(c_bio,c_ssl,BIO_NOCLOSE); - - SSL_set_accept_state(s_ssl); - SSL_set_bio(s_ssl,c_to_s,s_to_c); - BIO_set_ssl(s_bio,s_ssl,BIO_NOCLOSE); - - c_r=0; s_r=1; - c_w=1; s_w=0; - c_write=1,s_write=0; - - /* We can always do writes */ - for (;;) - { - do_server=0; - do_client=0; - - i=(int)BIO_pending(s_bio); - if ((i && s_r) || s_w) do_server=1; - - i=(int)BIO_pending(c_bio); - if ((i && c_r) || c_w) do_client=1; - - if (do_server && debug) - { - if (SSL_in_init(s_ssl)) - printf("server waiting in SSL_accept - %s\n", - SSL_state_string_long(s_ssl)); -/* else if (s_write) - printf("server:SSL_write()\n"); - else - printf("server:SSL_read()\n"); */ - } - - if (do_client && debug) - { - if (SSL_in_init(c_ssl)) - printf("client waiting in SSL_connect - %s\n", - SSL_state_string_long(c_ssl)); -/* else if (c_write) - printf("client:SSL_write()\n"); - else - printf("client:SSL_read()\n"); */ - } - - if (!do_client && !do_server) - { - fprintf(stdout,"ERROR IN STARTUP\n"); - ERR_print_errors(bio_err); - break; - } - if (do_client && !(done & C_DONE)) - { - if (c_write) - { - j = (cw_num > (long)sizeof(cbuf)) ? - (int)sizeof(cbuf) : (int)cw_num; - i=BIO_write(c_bio,cbuf,j); - if (i < 0) - { - c_r=0; - c_w=0; - if (BIO_should_retry(c_bio)) - { - if (BIO_should_read(c_bio)) - c_r=1; - if (BIO_should_write(c_bio)) - c_w=1; - } - else - { - fprintf(stderr,"ERROR in CLIENT\n"); - ERR_print_errors(bio_err); - goto err; - } - } - else if (i == 0) - { - fprintf(stderr,"SSL CLIENT STARTUP FAILED\n"); - goto err; - } - else - { - if (debug) - printf("client wrote %d\n",i); - /* ok */ - s_r=1; - c_write=0; - cw_num-=i; - } - } - else - { - i=BIO_read(c_bio,cbuf,sizeof(cbuf)); - if (i < 0) - { - c_r=0; - c_w=0; - if (BIO_should_retry(c_bio)) - { - if (BIO_should_read(c_bio)) - c_r=1; - if (BIO_should_write(c_bio)) - c_w=1; - } - else - { - fprintf(stderr,"ERROR in CLIENT\n"); - ERR_print_errors(bio_err); - goto err; - } - } - else if (i == 0) - { - fprintf(stderr,"SSL CLIENT STARTUP FAILED\n"); - goto err; - } - else - { - if (debug) - printf("client read %d\n",i); - cr_num-=i; - if (sw_num > 0) - { - s_write=1; - s_w=1; - } - if (cr_num <= 0) - { - s_write=1; - s_w=1; - done=S_DONE|C_DONE; - } - } - } - } - - if (do_server && !(done & S_DONE)) - { - if (!s_write) - { - i=BIO_read(s_bio,sbuf,sizeof(cbuf)); - if (i < 0) - { - s_r=0; - s_w=0; - if (BIO_should_retry(s_bio)) - { - if (BIO_should_read(s_bio)) - s_r=1; - if (BIO_should_write(s_bio)) - s_w=1; - } - else - { - fprintf(stderr,"ERROR in SERVER\n"); - ERR_print_errors(bio_err); - goto err; - } - } - else if (i == 0) - { - ERR_print_errors(bio_err); - fprintf(stderr,"SSL SERVER STARTUP FAILED in SSL_read\n"); - goto err; - } - else - { - if (debug) - printf("server read %d\n",i); - sr_num-=i; - if (cw_num > 0) - { - c_write=1; - c_w=1; - } - if (sr_num <= 0) - { - s_write=1; - s_w=1; - c_write=0; - } - } - } - else - { - j = (sw_num > (long)sizeof(sbuf)) ? - (int)sizeof(sbuf) : (int)sw_num; - i=BIO_write(s_bio,sbuf,j); - if (i < 0) - { - s_r=0; - s_w=0; - if (BIO_should_retry(s_bio)) - { - if (BIO_should_read(s_bio)) - s_r=1; - if (BIO_should_write(s_bio)) - s_w=1; - } - else - { - fprintf(stderr,"ERROR in SERVER\n"); - ERR_print_errors(bio_err); - goto err; - } - } - else if (i == 0) - { - ERR_print_errors(bio_err); - fprintf(stderr,"SSL SERVER STARTUP FAILED in SSL_write\n"); - goto err; - } - else - { - if (debug) - printf("server wrote %d\n",i); - sw_num-=i; - s_write=0; - c_r=1; - if (sw_num <= 0) - done|=S_DONE; - } - } - } - - if ((done & S_DONE) && (done & C_DONE)) break; - } - - if (verbose) - print_details(c_ssl, "DONE: "); - ret=0; -err: - /* We have to set the BIO's to NULL otherwise they will be - * OPENSSL_free()ed twice. Once when th s_ssl is SSL_free()ed and - * again when c_ssl is SSL_free()ed. - * This is a hack required because s_ssl and c_ssl are sharing the same - * BIO structure and SSL_set_bio() and SSL_free() automatically - * BIO_free non NULL entries. - * You should not normally do this or be required to do this */ - if (s_ssl != NULL) - { - s_ssl->rbio=NULL; - s_ssl->wbio=NULL; - } - if (c_ssl != NULL) - { - c_ssl->rbio=NULL; - c_ssl->wbio=NULL; - } - - if (c_to_s != NULL) BIO_free(c_to_s); - if (s_to_c != NULL) BIO_free(s_to_c); - if (c_bio != NULL) BIO_free_all(c_bio); - if (s_bio != NULL) BIO_free_all(s_bio); - return(ret); - } +{ + char *cbuf = NULL, *sbuf = NULL; + long bufsiz; + long cw_num = count, cr_num = count; + long sw_num = count, sr_num = count; + int ret = 1; + BIO *c_to_s = NULL; + BIO *s_to_c = NULL; + BIO *c_bio = NULL; + BIO *s_bio = NULL; + int c_r, c_w, s_r, s_w; + int i, j; + int done = 0; + int c_write, s_write; + int do_server = 0, do_client = 0; + int max_frag = 5 * 1024; + + bufsiz = count > 40 * 1024 ? 40 * 1024 : count; + + if ((cbuf = OPENSSL_malloc(bufsiz)) == NULL) + goto err; + if ((sbuf = OPENSSL_malloc(bufsiz)) == NULL) + goto err; + + memset(cbuf, 0, bufsiz); + memset(sbuf, 0, bufsiz); + + c_to_s = BIO_new(BIO_s_mem()); + s_to_c = BIO_new(BIO_s_mem()); + if ((s_to_c == NULL) || (c_to_s == NULL)) { + ERR_print_errors(bio_err); + goto err; + } + + c_bio = BIO_new(BIO_f_ssl()); + s_bio = BIO_new(BIO_f_ssl()); + if ((c_bio == NULL) || (s_bio == NULL)) { + ERR_print_errors(bio_err); + goto err; + } + + SSL_set_connect_state(c_ssl); + SSL_set_bio(c_ssl, s_to_c, c_to_s); + SSL_set_max_send_fragment(c_ssl, max_frag); + BIO_set_ssl(c_bio, c_ssl, BIO_NOCLOSE); + + SSL_set_accept_state(s_ssl); + SSL_set_bio(s_ssl, c_to_s, s_to_c); + SSL_set_max_send_fragment(s_ssl, max_frag); + BIO_set_ssl(s_bio, s_ssl, BIO_NOCLOSE); + + c_r = 0; + s_r = 1; + c_w = 1; + s_w = 0; + c_write = 1, s_write = 0; + + /* We can always do writes */ + for (;;) { + do_server = 0; + do_client = 0; + + i = (int)BIO_pending(s_bio); + if ((i && s_r) || s_w) + do_server = 1; + + i = (int)BIO_pending(c_bio); + if ((i && c_r) || c_w) + do_client = 1; + + if (do_server && debug) { + if (SSL_in_init(s_ssl)) + printf("server waiting in SSL_accept - %s\n", + SSL_state_string_long(s_ssl)); +/*- + else if (s_write) + printf("server:SSL_write()\n"); + else + printf("server:SSL_read()\n"); */ + } + + if (do_client && debug) { + if (SSL_in_init(c_ssl)) + printf("client waiting in SSL_connect - %s\n", + SSL_state_string_long(c_ssl)); +/*- + else if (c_write) + printf("client:SSL_write()\n"); + else + printf("client:SSL_read()\n"); */ + } + + if (!do_client && !do_server) { + fprintf(stdout, "ERROR IN STARTUP\n"); + ERR_print_errors(bio_err); + break; + } + if (do_client && !(done & C_DONE)) { + if (c_write) { + j = (cw_num > bufsiz) ? (int)bufsiz : (int)cw_num; + i = BIO_write(c_bio, cbuf, j); + if (i < 0) { + c_r = 0; + c_w = 0; + if (BIO_should_retry(c_bio)) { + if (BIO_should_read(c_bio)) + c_r = 1; + if (BIO_should_write(c_bio)) + c_w = 1; + } else { + fprintf(stderr, "ERROR in CLIENT\n"); + ERR_print_errors(bio_err); + goto err; + } + } else if (i == 0) { + fprintf(stderr, "SSL CLIENT STARTUP FAILED\n"); + goto err; + } else { + if (debug) + printf("client wrote %d\n", i); + /* ok */ + s_r = 1; + c_write = 0; + cw_num -= i; + if (max_frag > 1029) + SSL_set_max_send_fragment(c_ssl, max_frag -= 5); + } + } else { + i = BIO_read(c_bio, cbuf, bufsiz); + if (i < 0) { + c_r = 0; + c_w = 0; + if (BIO_should_retry(c_bio)) { + if (BIO_should_read(c_bio)) + c_r = 1; + if (BIO_should_write(c_bio)) + c_w = 1; + } else { + fprintf(stderr, "ERROR in CLIENT\n"); + ERR_print_errors(bio_err); + goto err; + } + } else if (i == 0) { + fprintf(stderr, "SSL CLIENT STARTUP FAILED\n"); + goto err; + } else { + if (debug) + printf("client read %d\n", i); + cr_num -= i; + if (sw_num > 0) { + s_write = 1; + s_w = 1; + } + if (cr_num <= 0) { + s_write = 1; + s_w = 1; + done = S_DONE | C_DONE; + } + } + } + } + + if (do_server && !(done & S_DONE)) { + if (!s_write) { + i = BIO_read(s_bio, sbuf, bufsiz); + if (i < 0) { + s_r = 0; + s_w = 0; + if (BIO_should_retry(s_bio)) { + if (BIO_should_read(s_bio)) + s_r = 1; + if (BIO_should_write(s_bio)) + s_w = 1; + } else { + fprintf(stderr, "ERROR in SERVER\n"); + ERR_print_errors(bio_err); + goto err; + } + } else if (i == 0) { + ERR_print_errors(bio_err); + fprintf(stderr, + "SSL SERVER STARTUP FAILED in SSL_read\n"); + goto err; + } else { + if (debug) + printf("server read %d\n", i); + sr_num -= i; + if (cw_num > 0) { + c_write = 1; + c_w = 1; + } + if (sr_num <= 0) { + s_write = 1; + s_w = 1; + c_write = 0; + } + } + } else { + j = (sw_num > bufsiz) ? (int)bufsiz : (int)sw_num; + i = BIO_write(s_bio, sbuf, j); + if (i < 0) { + s_r = 0; + s_w = 0; + if (BIO_should_retry(s_bio)) { + if (BIO_should_read(s_bio)) + s_r = 1; + if (BIO_should_write(s_bio)) + s_w = 1; + } else { + fprintf(stderr, "ERROR in SERVER\n"); + ERR_print_errors(bio_err); + goto err; + } + } else if (i == 0) { + ERR_print_errors(bio_err); + fprintf(stderr, + "SSL SERVER STARTUP FAILED in SSL_write\n"); + goto err; + } else { + if (debug) + printf("server wrote %d\n", i); + sw_num -= i; + s_write = 0; + c_r = 1; + if (sw_num <= 0) + done |= S_DONE; + if (max_frag > 1029) + SSL_set_max_send_fragment(s_ssl, max_frag -= 5); + } + } + } + + if ((done & S_DONE) && (done & C_DONE)) + break; + } + + if (verbose) + print_details(c_ssl, "DONE: "); + if (verify_serverinfo() < 0) { + ret = 1; + goto err; + } + if (custom_ext_error) { + ret = 1; + goto err; + } + ret = 0; + err: + /* + * We have to set the BIO's to NULL otherwise they will be + * OPENSSL_free()ed twice. Once when th s_ssl is SSL_free()ed and again + * when c_ssl is SSL_free()ed. This is a hack required because s_ssl and + * c_ssl are sharing the same BIO structure and SSL_set_bio() and + * SSL_free() automatically BIO_free non NULL entries. You should not + * normally do this or be required to do this + */ + if (s_ssl != NULL) { + s_ssl->rbio = NULL; + s_ssl->wbio = NULL; + } + if (c_ssl != NULL) { + c_ssl->rbio = NULL; + c_ssl->wbio = NULL; + } + + if (c_to_s != NULL) + BIO_free(c_to_s); + if (s_to_c != NULL) + BIO_free(s_to_c); + if (c_bio != NULL) + BIO_free_all(c_bio); + if (s_bio != NULL) + BIO_free_all(s_bio); + + if (cbuf) + OPENSSL_free(cbuf); + if (sbuf) + OPENSSL_free(sbuf); + + return (ret); +} static int get_proxy_auth_ex_data_idx(void) - { - static volatile int idx = -1; - if (idx < 0) - { - CRYPTO_w_lock(CRYPTO_LOCK_SSL_CTX); - if (idx < 0) - { - idx = X509_STORE_CTX_get_ex_new_index(0, - "SSLtest for verify callback", NULL,NULL,NULL); - } - CRYPTO_w_unlock(CRYPTO_LOCK_SSL_CTX); - } - return idx; - } +{ + static volatile int idx = -1; + if (idx < 0) { + CRYPTO_w_lock(CRYPTO_LOCK_SSL_CTX); + if (idx < 0) { + idx = X509_STORE_CTX_get_ex_new_index(0, + "SSLtest for verify callback", + NULL, NULL, NULL); + } + CRYPTO_w_unlock(CRYPTO_LOCK_SSL_CTX); + } + return idx; +} static int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx) - { - char *s,buf[256]; - - s=X509_NAME_oneline(X509_get_subject_name(ctx->current_cert),buf, - sizeof buf); - if (s != NULL) - { - if (ok) - fprintf(stderr,"depth=%d %s\n", - ctx->error_depth,buf); - else - { - fprintf(stderr,"depth=%d error=%d %s\n", - ctx->error_depth,ctx->error,buf); - } - } - - if (ok == 0) - { - fprintf(stderr,"Error string: %s\n", - X509_verify_cert_error_string(ctx->error)); - switch (ctx->error) - { - case X509_V_ERR_CERT_NOT_YET_VALID: - case X509_V_ERR_CERT_HAS_EXPIRED: - case X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT: - fprintf(stderr," ... ignored.\n"); - ok=1; - } - } - - if (ok == 1) - { - X509 *xs = ctx->current_cert; +{ + char *s, buf[256]; + + s = X509_NAME_oneline(X509_get_subject_name(ctx->current_cert), buf, + sizeof buf); + if (s != NULL) { + if (ok) + fprintf(stderr, "depth=%d %s\n", ctx->error_depth, buf); + else { + fprintf(stderr, "depth=%d error=%d %s\n", + ctx->error_depth, ctx->error, buf); + } + } + + if (ok == 0) { + fprintf(stderr, "Error string: %s\n", + X509_verify_cert_error_string(ctx->error)); + switch (ctx->error) { + case X509_V_ERR_CERT_NOT_YET_VALID: + case X509_V_ERR_CERT_HAS_EXPIRED: + case X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT: + fprintf(stderr, " ... ignored.\n"); + ok = 1; + } + } + + if (ok == 1) { + X509 *xs = ctx->current_cert; #if 0 - X509 *xi = ctx->current_issuer; + X509 *xi = ctx->current_issuer; #endif - if (xs->ex_flags & EXFLAG_PROXY) - { - unsigned int *letters = - X509_STORE_CTX_get_ex_data(ctx, - get_proxy_auth_ex_data_idx()); - - if (letters) - { - int found_any = 0; - int i; - PROXY_CERT_INFO_EXTENSION *pci = - X509_get_ext_d2i(xs, NID_proxyCertInfo, - NULL, NULL); - - switch (OBJ_obj2nid(pci->proxyPolicy->policyLanguage)) - { - case NID_Independent: - /* Completely meaningless in this - program, as there's no way to - grant explicit rights to a - specific PrC. Basically, using - id-ppl-Independent is the perfect - way to grant no rights at all. */ - fprintf(stderr, " Independent proxy certificate"); - for (i = 0; i < 26; i++) - letters[i] = 0; - break; - case NID_id_ppl_inheritAll: - /* This is basically a NOP, we - simply let the current rights - stand as they are. */ - fprintf(stderr, " Proxy certificate inherits all"); - break; - default: - s = (char *) - pci->proxyPolicy->policy->data; - i = pci->proxyPolicy->policy->length; - - /* The algorithm works as follows: - it is assumed that previous - iterations or the initial granted - rights has already set some elements - of `letters'. What we need to do is - to clear those that weren't granted - by the current PrC as well. The - easiest way to do this is to add 1 - to all the elements whose letters - are given with the current policy. - That way, all elements that are set - by the current policy and were - already set by earlier policies and - through the original grant of rights - will get the value 2 or higher. - The last thing to do is to sweep - through `letters' and keep the - elements having the value 2 as set, - and clear all the others. */ - - fprintf(stderr, " Certificate proxy rights = %*.*s", i, i, s); - while(i-- > 0) - { - int c = *s++; - if (isascii(c) && isalpha(c)) - { - if (islower(c)) - c = toupper(c); - letters[c - 'A']++; - } - } - for (i = 0; i < 26; i++) - if (letters[i] < 2) - letters[i] = 0; - else - letters[i] = 1; - } - - found_any = 0; - fprintf(stderr, - ", resulting proxy rights = "); - for(i = 0; i < 26; i++) - if (letters[i]) - { - fprintf(stderr, "%c", i + 'A'); - found_any = 1; - } - if (!found_any) - fprintf(stderr, "none"); - fprintf(stderr, "\n"); - - PROXY_CERT_INFO_EXTENSION_free(pci); - } - } - } - - return(ok); - } + if (xs->ex_flags & EXFLAG_PROXY) { + unsigned int *letters = X509_STORE_CTX_get_ex_data(ctx, + get_proxy_auth_ex_data_idx + ()); + + if (letters) { + int found_any = 0; + int i; + PROXY_CERT_INFO_EXTENSION *pci = + X509_get_ext_d2i(xs, NID_proxyCertInfo, + NULL, NULL); + + switch (OBJ_obj2nid(pci->proxyPolicy->policyLanguage)) { + case NID_Independent: + /* + * Completely meaningless in this program, as there's no + * way to grant explicit rights to a specific PrC. + * Basically, using id-ppl-Independent is the perfect way + * to grant no rights at all. + */ + fprintf(stderr, " Independent proxy certificate"); + for (i = 0; i < 26; i++) + letters[i] = 0; + break; + case NID_id_ppl_inheritAll: + /* + * This is basically a NOP, we simply let the current + * rights stand as they are. + */ + fprintf(stderr, " Proxy certificate inherits all"); + break; + default: + s = (char *) + pci->proxyPolicy->policy->data; + i = pci->proxyPolicy->policy->length; + + /* + * The algorithm works as follows: it is assumed that + * previous iterations or the initial granted rights has + * already set some elements of `letters'. What we need + * to do is to clear those that weren't granted by the + * current PrC as well. The easiest way to do this is to + * add 1 to all the elements whose letters are given with + * the current policy. That way, all elements that are + * set by the current policy and were already set by + * earlier policies and through the original grant of + * rights will get the value 2 or higher. The last thing + * to do is to sweep through `letters' and keep the + * elements having the value 2 as set, and clear all the + * others. + */ + + fprintf(stderr, " Certificate proxy rights = %*.*s", i, + i, s); + while (i-- > 0) { + int c = *s++; + if (isascii(c) && isalpha(c)) { + if (islower(c)) + c = toupper(c); + letters[c - 'A']++; + } + } + for (i = 0; i < 26; i++) + if (letters[i] < 2) + letters[i] = 0; + else + letters[i] = 1; + } + + found_any = 0; + fprintf(stderr, ", resulting proxy rights = "); + for (i = 0; i < 26; i++) + if (letters[i]) { + fprintf(stderr, "%c", i + 'A'); + found_any = 1; + } + if (!found_any) + fprintf(stderr, "none"); + fprintf(stderr, "\n"); + + PROXY_CERT_INFO_EXTENSION_free(pci); + } + } + } + + return (ok); +} static void process_proxy_debug(int indent, const char *format, ...) - { - static const char indentation[] = - ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>" - ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"; /* That's 80 > */ - char my_format[256]; - va_list args; - - BIO_snprintf(my_format, sizeof(my_format), "%*.*s %s", - indent, indent, indentation, format); - - va_start(args, format); - vfprintf(stderr, my_format, args); - va_end(args); - } -/* Priority levels: - 0 [!]var, () - 1 & ^ - 2 | -*/ +{ + /* That's 80 > */ + static const char indentation[] = + ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>" + ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"; + char my_format[256]; + va_list args; + + BIO_snprintf(my_format, sizeof(my_format), "%*.*s %s", + indent, indent, indentation, format); + + va_start(args, format); + vfprintf(stderr, my_format, args); + va_end(args); +} + +/*- + * Priority levels: + * 0 [!]var, () + * 1 & ^ + * 2 | + */ static int process_proxy_cond_adders(unsigned int letters[26], - const char *cond, const char **cond_end, int *pos, int indent); -static int process_proxy_cond_val(unsigned int letters[26], - const char *cond, const char **cond_end, int *pos, int indent) - { - int c; - int ok = 1; - int negate = 0; - - while(isspace((int)*cond)) - { - cond++; (*pos)++; - } - c = *cond; - - if (debug) - process_proxy_debug(indent, - "Start process_proxy_cond_val at position %d: %s\n", - *pos, cond); - - while(c == '!') - { - negate = !negate; - cond++; (*pos)++; - while(isspace((int)*cond)) - { - cond++; (*pos)++; - } - c = *cond; - } - - if (c == '(') - { - cond++; (*pos)++; - ok = process_proxy_cond_adders(letters, cond, cond_end, pos, - indent + 1); - cond = *cond_end; - if (ok < 0) - goto end; - while(isspace((int)*cond)) - { - cond++; (*pos)++; - } - c = *cond; - if (c != ')') - { - fprintf(stderr, - "Weird condition character in position %d: " - "%c\n", *pos, c); - ok = -1; - goto end; - } - cond++; (*pos)++; - } - else if (isascii(c) && isalpha(c)) - { - if (islower(c)) - c = toupper(c); - ok = letters[c - 'A']; - cond++; (*pos)++; - } - else - { - fprintf(stderr, - "Weird condition character in position %d: " - "%c\n", *pos, c); - ok = -1; - goto end; - } + const char *cond, const char **cond_end, + int *pos, int indent); +static int process_proxy_cond_val(unsigned int letters[26], const char *cond, + const char **cond_end, int *pos, int indent) +{ + int c; + int ok = 1; + int negate = 0; + + while (isspace((int)*cond)) { + cond++; + (*pos)++; + } + c = *cond; + + if (debug) + process_proxy_debug(indent, + "Start process_proxy_cond_val at position %d: %s\n", + *pos, cond); + + while (c == '!') { + negate = !negate; + cond++; + (*pos)++; + while (isspace((int)*cond)) { + cond++; + (*pos)++; + } + c = *cond; + } + + if (c == '(') { + cond++; + (*pos)++; + ok = process_proxy_cond_adders(letters, cond, cond_end, pos, + indent + 1); + cond = *cond_end; + if (ok < 0) + goto end; + while (isspace((int)*cond)) { + cond++; + (*pos)++; + } + c = *cond; + if (c != ')') { + fprintf(stderr, + "Weird condition character in position %d: " + "%c\n", *pos, c); + ok = -1; + goto end; + } + cond++; + (*pos)++; + } else if (isascii(c) && isalpha(c)) { + if (islower(c)) + c = toupper(c); + ok = letters[c - 'A']; + cond++; + (*pos)++; + } else { + fprintf(stderr, + "Weird condition character in position %d: " "%c\n", *pos, c); + ok = -1; + goto end; + } end: - *cond_end = cond; - if (ok >= 0 && negate) - ok = !ok; + *cond_end = cond; + if (ok >= 0 && negate) + ok = !ok; + + if (debug) + process_proxy_debug(indent, + "End process_proxy_cond_val at position %d: %s, returning %d\n", + *pos, cond, ok); - if (debug) - process_proxy_debug(indent, - "End process_proxy_cond_val at position %d: %s, returning %d\n", - *pos, cond, ok); + return ok; +} - return ok; - } static int process_proxy_cond_multipliers(unsigned int letters[26], - const char *cond, const char **cond_end, int *pos, int indent) - { - int ok; - char c; - - if (debug) - process_proxy_debug(indent, - "Start process_proxy_cond_multipliers at position %d: %s\n", - *pos, cond); - - ok = process_proxy_cond_val(letters, cond, cond_end, pos, indent + 1); - cond = *cond_end; - if (ok < 0) - goto end; - - while(ok >= 0) - { - while(isspace((int)*cond)) - { - cond++; (*pos)++; - } - c = *cond; - - switch(c) - { - case '&': - case '^': - { - int save_ok = ok; - - cond++; (*pos)++; - ok = process_proxy_cond_val(letters, - cond, cond_end, pos, indent + 1); - cond = *cond_end; - if (ok < 0) - break; - - switch(c) - { - case '&': - ok &= save_ok; - break; - case '^': - ok ^= save_ok; - break; - default: - fprintf(stderr, "SOMETHING IS SERIOUSLY WRONG!" - " STOPPING\n"); - EXIT(1); - } - } - break; - default: - goto end; - } - } + const char *cond, + const char **cond_end, int *pos, + int indent) +{ + int ok; + char c; + + if (debug) + process_proxy_debug(indent, + "Start process_proxy_cond_multipliers at position %d: %s\n", + *pos, cond); + + ok = process_proxy_cond_val(letters, cond, cond_end, pos, indent + 1); + cond = *cond_end; + if (ok < 0) + goto end; + + while (ok >= 0) { + while (isspace((int)*cond)) { + cond++; + (*pos)++; + } + c = *cond; + + switch (c) { + case '&': + case '^': + { + int save_ok = ok; + + cond++; + (*pos)++; + ok = process_proxy_cond_val(letters, + cond, cond_end, pos, indent + 1); + cond = *cond_end; + if (ok < 0) + break; + + switch (c) { + case '&': + ok &= save_ok; + break; + case '^': + ok ^= save_ok; + break; + default: + fprintf(stderr, "SOMETHING IS SERIOUSLY WRONG!" + " STOPPING\n"); + EXIT(1); + } + } + break; + default: + goto end; + } + } end: - if (debug) - process_proxy_debug(indent, - "End process_proxy_cond_multipliers at position %d: %s, returning %d\n", - *pos, cond, ok); - - *cond_end = cond; - return ok; - } + if (debug) + process_proxy_debug(indent, + "End process_proxy_cond_multipliers at position %d: %s, returning %d\n", + *pos, cond, ok); + + *cond_end = cond; + return ok; +} + static int process_proxy_cond_adders(unsigned int letters[26], - const char *cond, const char **cond_end, int *pos, int indent) - { - int ok; - char c; - - if (debug) - process_proxy_debug(indent, - "Start process_proxy_cond_adders at position %d: %s\n", - *pos, cond); - - ok = process_proxy_cond_multipliers(letters, cond, cond_end, pos, - indent + 1); - cond = *cond_end; - if (ok < 0) - goto end; - - while(ok >= 0) - { - while(isspace((int)*cond)) - { - cond++; (*pos)++; - } - c = *cond; - - switch(c) - { - case '|': - { - int save_ok = ok; - - cond++; (*pos)++; - ok = process_proxy_cond_multipliers(letters, - cond, cond_end, pos, indent + 1); - cond = *cond_end; - if (ok < 0) - break; - - switch(c) - { - case '|': - ok |= save_ok; - break; - default: - fprintf(stderr, "SOMETHING IS SERIOUSLY WRONG!" - " STOPPING\n"); - EXIT(1); - } - } - break; - default: - goto end; - } - } + const char *cond, const char **cond_end, + int *pos, int indent) +{ + int ok; + char c; + + if (debug) + process_proxy_debug(indent, + "Start process_proxy_cond_adders at position %d: %s\n", + *pos, cond); + + ok = process_proxy_cond_multipliers(letters, cond, cond_end, pos, + indent + 1); + cond = *cond_end; + if (ok < 0) + goto end; + + while (ok >= 0) { + while (isspace((int)*cond)) { + cond++; + (*pos)++; + } + c = *cond; + + switch (c) { + case '|': + { + int save_ok = ok; + + cond++; + (*pos)++; + ok = process_proxy_cond_multipliers(letters, + cond, cond_end, pos, + indent + 1); + cond = *cond_end; + if (ok < 0) + break; + + switch (c) { + case '|': + ok |= save_ok; + break; + default: + fprintf(stderr, "SOMETHING IS SERIOUSLY WRONG!" + " STOPPING\n"); + EXIT(1); + } + } + break; + default: + goto end; + } + } end: - if (debug) - process_proxy_debug(indent, - "End process_proxy_cond_adders at position %d: %s, returning %d\n", - *pos, cond, ok); + if (debug) + process_proxy_debug(indent, + "End process_proxy_cond_adders at position %d: %s, returning %d\n", + *pos, cond, ok); - *cond_end = cond; - return ok; - } + *cond_end = cond; + return ok; +} static int process_proxy_cond(unsigned int letters[26], - const char *cond, const char **cond_end) - { - int pos = 1; - return process_proxy_cond_adders(letters, cond, cond_end, &pos, 1); - } + const char *cond, const char **cond_end) +{ + int pos = 1; + return process_proxy_cond_adders(letters, cond, cond_end, &pos, 1); +} static int MS_CALLBACK app_verify_callback(X509_STORE_CTX *ctx, void *arg) - { - int ok=1; - struct app_verify_arg *cb_arg = arg; - unsigned int letters[26]; /* only used with proxy_auth */ - - if (cb_arg->app_verify) - { - char *s = NULL,buf[256]; - - fprintf(stderr, "In app_verify_callback, allowing cert. "); - fprintf(stderr, "Arg is: %s\n", cb_arg->string); - fprintf(stderr, "Finished printing do we have a context? 0x%p a cert? 0x%p\n", - (void *)ctx, (void *)ctx->cert); - if (ctx->cert) - s=X509_NAME_oneline(X509_get_subject_name(ctx->cert),buf,256); - if (s != NULL) - { - fprintf(stderr,"cert depth=%d %s\n",ctx->error_depth,buf); - } - return(1); - } - if (cb_arg->proxy_auth) - { - int found_any = 0, i; - char *sp; - - for(i = 0; i < 26; i++) - letters[i] = 0; - for(sp = cb_arg->proxy_auth; *sp; sp++) - { - int c = *sp; - if (isascii(c) && isalpha(c)) - { - if (islower(c)) - c = toupper(c); - letters[c - 'A'] = 1; - } - } - - fprintf(stderr, - " Initial proxy rights = "); - for(i = 0; i < 26; i++) - if (letters[i]) - { - fprintf(stderr, "%c", i + 'A'); - found_any = 1; - } - if (!found_any) - fprintf(stderr, "none"); - fprintf(stderr, "\n"); - - X509_STORE_CTX_set_ex_data(ctx, - get_proxy_auth_ex_data_idx(),letters); - } - if (cb_arg->allow_proxy_certs) - { - X509_STORE_CTX_set_flags(ctx, X509_V_FLAG_ALLOW_PROXY_CERTS); - } - +{ + int ok = 1; + struct app_verify_arg *cb_arg = arg; + unsigned int letters[26]; /* only used with proxy_auth */ + + if (cb_arg->app_verify) { + char *s = NULL, buf[256]; + + fprintf(stderr, "In app_verify_callback, allowing cert. "); + fprintf(stderr, "Arg is: %s\n", cb_arg->string); + fprintf(stderr, + "Finished printing do we have a context? 0x%p a cert? 0x%p\n", + (void *)ctx, (void *)ctx->cert); + if (ctx->cert) + s = X509_NAME_oneline(X509_get_subject_name(ctx->cert), buf, 256); + if (s != NULL) { + fprintf(stderr, "cert depth=%d %s\n", ctx->error_depth, buf); + } + return (1); + } + if (cb_arg->proxy_auth) { + int found_any = 0, i; + char *sp; + + for (i = 0; i < 26; i++) + letters[i] = 0; + for (sp = cb_arg->proxy_auth; *sp; sp++) { + int c = *sp; + if (isascii(c) && isalpha(c)) { + if (islower(c)) + c = toupper(c); + letters[c - 'A'] = 1; + } + } + + fprintf(stderr, " Initial proxy rights = "); + for (i = 0; i < 26; i++) + if (letters[i]) { + fprintf(stderr, "%c", i + 'A'); + found_any = 1; + } + if (!found_any) + fprintf(stderr, "none"); + fprintf(stderr, "\n"); + + X509_STORE_CTX_set_ex_data(ctx, + get_proxy_auth_ex_data_idx(), letters); + } + if (cb_arg->allow_proxy_certs) { + X509_STORE_CTX_set_flags(ctx, X509_V_FLAG_ALLOW_PROXY_CERTS); + } #ifndef OPENSSL_NO_X509_VERIFY - ok = X509_verify_cert(ctx); + ok = X509_verify_cert(ctx); #endif - if (cb_arg->proxy_auth) - { - if (ok > 0) - { - const char *cond_end = NULL; - - ok = process_proxy_cond(letters, - cb_arg->proxy_cond, &cond_end); - - if (ok < 0) - EXIT(3); - if (*cond_end) - { - fprintf(stderr, "Stopped processing condition before it's end.\n"); - ok = 0; - } - if (!ok) - fprintf(stderr, "Proxy rights check with condition '%s' proved invalid\n", - cb_arg->proxy_cond); - else - fprintf(stderr, "Proxy rights check with condition '%s' proved valid\n", - cb_arg->proxy_cond); - } - } - return(ok); - } + if (cb_arg->proxy_auth) { + if (ok > 0) { + const char *cond_end = NULL; + + ok = process_proxy_cond(letters, cb_arg->proxy_cond, &cond_end); + + if (ok < 0) + EXIT(3); + if (*cond_end) { + fprintf(stderr, + "Stopped processing condition before it's end.\n"); + ok = 0; + } + if (!ok) + fprintf(stderr, + "Proxy rights check with condition '%s' proved invalid\n", + cb_arg->proxy_cond); + else + fprintf(stderr, + "Proxy rights check with condition '%s' proved valid\n", + cb_arg->proxy_cond); + } + } + return (ok); +} #ifndef OPENSSL_NO_RSA -static RSA *rsa_tmp=NULL; +static RSA *rsa_tmp = NULL; static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength) - { - BIGNUM *bn = NULL; - if (rsa_tmp == NULL) - { - bn = BN_new(); - rsa_tmp = RSA_new(); - if(!bn || !rsa_tmp || !BN_set_word(bn, RSA_F4)) - { - BIO_printf(bio_err, "Memory error..."); - goto end; - } - BIO_printf(bio_err,"Generating temp (%d bit) RSA key...",keylength); - (void)BIO_flush(bio_err); - if(!RSA_generate_key_ex(rsa_tmp,keylength,bn,NULL)) - { - BIO_printf(bio_err, "Error generating key."); - RSA_free(rsa_tmp); - rsa_tmp = NULL; - } -end: - BIO_printf(bio_err,"\n"); - (void)BIO_flush(bio_err); - } - if(bn) BN_free(bn); - return(rsa_tmp); - } +{ + BIGNUM *bn = NULL; + if (rsa_tmp == NULL) { + bn = BN_new(); + rsa_tmp = RSA_new(); + if (!bn || !rsa_tmp || !BN_set_word(bn, RSA_F4)) { + BIO_printf(bio_err, "Memory error..."); + goto end; + } + BIO_printf(bio_err, "Generating temp (%d bit) RSA key...", keylength); + (void)BIO_flush(bio_err); + if (!RSA_generate_key_ex(rsa_tmp, keylength, bn, NULL)) { + BIO_printf(bio_err, "Error generating key."); + RSA_free(rsa_tmp); + rsa_tmp = NULL; + } + end: + BIO_printf(bio_err, "\n"); + (void)BIO_flush(bio_err); + } + if (bn) + BN_free(bn); + return (rsa_tmp); +} static void free_tmp_rsa(void) - { - if (rsa_tmp != NULL) - { - RSA_free(rsa_tmp); - rsa_tmp = NULL; - } - } +{ + if (rsa_tmp != NULL) { + RSA_free(rsa_tmp); + rsa_tmp = NULL; + } +} #endif #ifndef OPENSSL_NO_DH -/* These DH parameters have been generated as follows: +/*- + * These DH parameters have been generated as follows: * $ openssl dhparam -C -noout 512 * $ openssl dhparam -C -noout 1024 * $ openssl dhparam -C -noout -dsaparam 1024 * (The third function has been renamed to avoid name conflicts.) */ static DH *get_dh512() - { - static unsigned char dh512_p[]={ - 0xCB,0xC8,0xE1,0x86,0xD0,0x1F,0x94,0x17,0xA6,0x99,0xF0,0xC6, - 0x1F,0x0D,0xAC,0xB6,0x25,0x3E,0x06,0x39,0xCA,0x72,0x04,0xB0, - 0x6E,0xDA,0xC0,0x61,0xE6,0x7A,0x77,0x25,0xE8,0x3B,0xB9,0x5F, - 0x9A,0xB6,0xB5,0xFE,0x99,0x0B,0xA1,0x93,0x4E,0x35,0x33,0xB8, - 0xE1,0xF1,0x13,0x4F,0x59,0x1A,0xD2,0x57,0xC0,0x26,0x21,0x33, - 0x02,0xC5,0xAE,0x23, - }; - static unsigned char dh512_g[]={ - 0x02, - }; - DH *dh; - - if ((dh=DH_new()) == NULL) return(NULL); - dh->p=BN_bin2bn(dh512_p,sizeof(dh512_p),NULL); - dh->g=BN_bin2bn(dh512_g,sizeof(dh512_g),NULL); - if ((dh->p == NULL) || (dh->g == NULL)) - { DH_free(dh); return(NULL); } - return(dh); - } +{ + static unsigned char dh512_p[] = { + 0xCB, 0xC8, 0xE1, 0x86, 0xD0, 0x1F, 0x94, 0x17, 0xA6, 0x99, 0xF0, + 0xC6, + 0x1F, 0x0D, 0xAC, 0xB6, 0x25, 0x3E, 0x06, 0x39, 0xCA, 0x72, 0x04, + 0xB0, + 0x6E, 0xDA, 0xC0, 0x61, 0xE6, 0x7A, 0x77, 0x25, 0xE8, 0x3B, 0xB9, + 0x5F, + 0x9A, 0xB6, 0xB5, 0xFE, 0x99, 0x0B, 0xA1, 0x93, 0x4E, 0x35, 0x33, + 0xB8, + 0xE1, 0xF1, 0x13, 0x4F, 0x59, 0x1A, 0xD2, 0x57, 0xC0, 0x26, 0x21, + 0x33, + 0x02, 0xC5, 0xAE, 0x23, + }; + static unsigned char dh512_g[] = { + 0x02, + }; + DH *dh; + + if ((dh = DH_new()) == NULL) + return (NULL); + dh->p = BN_bin2bn(dh512_p, sizeof(dh512_p), NULL); + dh->g = BN_bin2bn(dh512_g, sizeof(dh512_g), NULL); + if ((dh->p == NULL) || (dh->g == NULL)) { + DH_free(dh); + return (NULL); + } + return (dh); +} static DH *get_dh1024() - { - static unsigned char dh1024_p[]={ - 0xF8,0x81,0x89,0x7D,0x14,0x24,0xC5,0xD1,0xE6,0xF7,0xBF,0x3A, - 0xE4,0x90,0xF4,0xFC,0x73,0xFB,0x34,0xB5,0xFA,0x4C,0x56,0xA2, - 0xEA,0xA7,0xE9,0xC0,0xC0,0xCE,0x89,0xE1,0xFA,0x63,0x3F,0xB0, - 0x6B,0x32,0x66,0xF1,0xD1,0x7B,0xB0,0x00,0x8F,0xCA,0x87,0xC2, - 0xAE,0x98,0x89,0x26,0x17,0xC2,0x05,0xD2,0xEC,0x08,0xD0,0x8C, - 0xFF,0x17,0x52,0x8C,0xC5,0x07,0x93,0x03,0xB1,0xF6,0x2F,0xB8, - 0x1C,0x52,0x47,0x27,0x1B,0xDB,0xD1,0x8D,0x9D,0x69,0x1D,0x52, - 0x4B,0x32,0x81,0xAA,0x7F,0x00,0xC8,0xDC,0xE6,0xD9,0xCC,0xC1, - 0x11,0x2D,0x37,0x34,0x6C,0xEA,0x02,0x97,0x4B,0x0E,0xBB,0xB1, - 0x71,0x33,0x09,0x15,0xFD,0xDD,0x23,0x87,0x07,0x5E,0x89,0xAB, - 0x6B,0x7C,0x5F,0xEC,0xA6,0x24,0xDC,0x53, - }; - static unsigned char dh1024_g[]={ - 0x02, - }; - DH *dh; - - if ((dh=DH_new()) == NULL) return(NULL); - dh->p=BN_bin2bn(dh1024_p,sizeof(dh1024_p),NULL); - dh->g=BN_bin2bn(dh1024_g,sizeof(dh1024_g),NULL); - if ((dh->p == NULL) || (dh->g == NULL)) - { DH_free(dh); return(NULL); } - return(dh); - } +{ + static unsigned char dh1024_p[] = { + 0xF8, 0x81, 0x89, 0x7D, 0x14, 0x24, 0xC5, 0xD1, 0xE6, 0xF7, 0xBF, + 0x3A, + 0xE4, 0x90, 0xF4, 0xFC, 0x73, 0xFB, 0x34, 0xB5, 0xFA, 0x4C, 0x56, + 0xA2, + 0xEA, 0xA7, 0xE9, 0xC0, 0xC0, 0xCE, 0x89, 0xE1, 0xFA, 0x63, 0x3F, + 0xB0, + 0x6B, 0x32, 0x66, 0xF1, 0xD1, 0x7B, 0xB0, 0x00, 0x8F, 0xCA, 0x87, + 0xC2, + 0xAE, 0x98, 0x89, 0x26, 0x17, 0xC2, 0x05, 0xD2, 0xEC, 0x08, 0xD0, + 0x8C, + 0xFF, 0x17, 0x52, 0x8C, 0xC5, 0x07, 0x93, 0x03, 0xB1, 0xF6, 0x2F, + 0xB8, + 0x1C, 0x52, 0x47, 0x27, 0x1B, 0xDB, 0xD1, 0x8D, 0x9D, 0x69, 0x1D, + 0x52, + 0x4B, 0x32, 0x81, 0xAA, 0x7F, 0x00, 0xC8, 0xDC, 0xE6, 0xD9, 0xCC, + 0xC1, + 0x11, 0x2D, 0x37, 0x34, 0x6C, 0xEA, 0x02, 0x97, 0x4B, 0x0E, 0xBB, + 0xB1, + 0x71, 0x33, 0x09, 0x15, 0xFD, 0xDD, 0x23, 0x87, 0x07, 0x5E, 0x89, + 0xAB, + 0x6B, 0x7C, 0x5F, 0xEC, 0xA6, 0x24, 0xDC, 0x53, + }; + static unsigned char dh1024_g[] = { + 0x02, + }; + DH *dh; + + if ((dh = DH_new()) == NULL) + return (NULL); + dh->p = BN_bin2bn(dh1024_p, sizeof(dh1024_p), NULL); + dh->g = BN_bin2bn(dh1024_g, sizeof(dh1024_g), NULL); + if ((dh->p == NULL) || (dh->g == NULL)) { + DH_free(dh); + return (NULL); + } + return (dh); +} static DH *get_dh1024dsa() - { - static unsigned char dh1024_p[]={ - 0xC8,0x00,0xF7,0x08,0x07,0x89,0x4D,0x90,0x53,0xF3,0xD5,0x00, - 0x21,0x1B,0xF7,0x31,0xA6,0xA2,0xDA,0x23,0x9A,0xC7,0x87,0x19, - 0x3B,0x47,0xB6,0x8C,0x04,0x6F,0xFF,0xC6,0x9B,0xB8,0x65,0xD2, - 0xC2,0x5F,0x31,0x83,0x4A,0xA7,0x5F,0x2F,0x88,0x38,0xB6,0x55, - 0xCF,0xD9,0x87,0x6D,0x6F,0x9F,0xDA,0xAC,0xA6,0x48,0xAF,0xFC, - 0x33,0x84,0x37,0x5B,0x82,0x4A,0x31,0x5D,0xE7,0xBD,0x52,0x97, - 0xA1,0x77,0xBF,0x10,0x9E,0x37,0xEA,0x64,0xFA,0xCA,0x28,0x8D, - 0x9D,0x3B,0xD2,0x6E,0x09,0x5C,0x68,0xC7,0x45,0x90,0xFD,0xBB, - 0x70,0xC9,0x3A,0xBB,0xDF,0xD4,0x21,0x0F,0xC4,0x6A,0x3C,0xF6, - 0x61,0xCF,0x3F,0xD6,0x13,0xF1,0x5F,0xBC,0xCF,0xBC,0x26,0x9E, - 0xBC,0x0B,0xBD,0xAB,0x5D,0xC9,0x54,0x39, - }; - static unsigned char dh1024_g[]={ - 0x3B,0x40,0x86,0xE7,0xF3,0x6C,0xDE,0x67,0x1C,0xCC,0x80,0x05, - 0x5A,0xDF,0xFE,0xBD,0x20,0x27,0x74,0x6C,0x24,0xC9,0x03,0xF3, - 0xE1,0x8D,0xC3,0x7D,0x98,0x27,0x40,0x08,0xB8,0x8C,0x6A,0xE9, - 0xBB,0x1A,0x3A,0xD6,0x86,0x83,0x5E,0x72,0x41,0xCE,0x85,0x3C, - 0xD2,0xB3,0xFC,0x13,0xCE,0x37,0x81,0x9E,0x4C,0x1C,0x7B,0x65, - 0xD3,0xE6,0xA6,0x00,0xF5,0x5A,0x95,0x43,0x5E,0x81,0xCF,0x60, - 0xA2,0x23,0xFC,0x36,0xA7,0x5D,0x7A,0x4C,0x06,0x91,0x6E,0xF6, - 0x57,0xEE,0x36,0xCB,0x06,0xEA,0xF5,0x3D,0x95,0x49,0xCB,0xA7, - 0xDD,0x81,0xDF,0x80,0x09,0x4A,0x97,0x4D,0xA8,0x22,0x72,0xA1, - 0x7F,0xC4,0x70,0x56,0x70,0xE8,0x20,0x10,0x18,0x8F,0x2E,0x60, - 0x07,0xE7,0x68,0x1A,0x82,0x5D,0x32,0xA2, - }; - DH *dh; - - if ((dh=DH_new()) == NULL) return(NULL); - dh->p=BN_bin2bn(dh1024_p,sizeof(dh1024_p),NULL); - dh->g=BN_bin2bn(dh1024_g,sizeof(dh1024_g),NULL); - if ((dh->p == NULL) || (dh->g == NULL)) - { DH_free(dh); return(NULL); } - dh->length = 160; - return(dh); - } +{ + static unsigned char dh1024_p[] = { + 0xC8, 0x00, 0xF7, 0x08, 0x07, 0x89, 0x4D, 0x90, 0x53, 0xF3, 0xD5, + 0x00, + 0x21, 0x1B, 0xF7, 0x31, 0xA6, 0xA2, 0xDA, 0x23, 0x9A, 0xC7, 0x87, + 0x19, + 0x3B, 0x47, 0xB6, 0x8C, 0x04, 0x6F, 0xFF, 0xC6, 0x9B, 0xB8, 0x65, + 0xD2, + 0xC2, 0x5F, 0x31, 0x83, 0x4A, 0xA7, 0x5F, 0x2F, 0x88, 0x38, 0xB6, + 0x55, + 0xCF, 0xD9, 0x87, 0x6D, 0x6F, 0x9F, 0xDA, 0xAC, 0xA6, 0x48, 0xAF, + 0xFC, + 0x33, 0x84, 0x37, 0x5B, 0x82, 0x4A, 0x31, 0x5D, 0xE7, 0xBD, 0x52, + 0x97, + 0xA1, 0x77, 0xBF, 0x10, 0x9E, 0x37, 0xEA, 0x64, 0xFA, 0xCA, 0x28, + 0x8D, + 0x9D, 0x3B, 0xD2, 0x6E, 0x09, 0x5C, 0x68, 0xC7, 0x45, 0x90, 0xFD, + 0xBB, + 0x70, 0xC9, 0x3A, 0xBB, 0xDF, 0xD4, 0x21, 0x0F, 0xC4, 0x6A, 0x3C, + 0xF6, + 0x61, 0xCF, 0x3F, 0xD6, 0x13, 0xF1, 0x5F, 0xBC, 0xCF, 0xBC, 0x26, + 0x9E, + 0xBC, 0x0B, 0xBD, 0xAB, 0x5D, 0xC9, 0x54, 0x39, + }; + static unsigned char dh1024_g[] = { + 0x3B, 0x40, 0x86, 0xE7, 0xF3, 0x6C, 0xDE, 0x67, 0x1C, 0xCC, 0x80, + 0x05, + 0x5A, 0xDF, 0xFE, 0xBD, 0x20, 0x27, 0x74, 0x6C, 0x24, 0xC9, 0x03, + 0xF3, + 0xE1, 0x8D, 0xC3, 0x7D, 0x98, 0x27, 0x40, 0x08, 0xB8, 0x8C, 0x6A, + 0xE9, + 0xBB, 0x1A, 0x3A, 0xD6, 0x86, 0x83, 0x5E, 0x72, 0x41, 0xCE, 0x85, + 0x3C, + 0xD2, 0xB3, 0xFC, 0x13, 0xCE, 0x37, 0x81, 0x9E, 0x4C, 0x1C, 0x7B, + 0x65, + 0xD3, 0xE6, 0xA6, 0x00, 0xF5, 0x5A, 0x95, 0x43, 0x5E, 0x81, 0xCF, + 0x60, + 0xA2, 0x23, 0xFC, 0x36, 0xA7, 0x5D, 0x7A, 0x4C, 0x06, 0x91, 0x6E, + 0xF6, + 0x57, 0xEE, 0x36, 0xCB, 0x06, 0xEA, 0xF5, 0x3D, 0x95, 0x49, 0xCB, + 0xA7, + 0xDD, 0x81, 0xDF, 0x80, 0x09, 0x4A, 0x97, 0x4D, 0xA8, 0x22, 0x72, + 0xA1, + 0x7F, 0xC4, 0x70, 0x56, 0x70, 0xE8, 0x20, 0x10, 0x18, 0x8F, 0x2E, + 0x60, + 0x07, 0xE7, 0x68, 0x1A, 0x82, 0x5D, 0x32, 0xA2, + }; + DH *dh; + + if ((dh = DH_new()) == NULL) + return (NULL); + dh->p = BN_bin2bn(dh1024_p, sizeof(dh1024_p), NULL); + dh->g = BN_bin2bn(dh1024_g, sizeof(dh1024_g), NULL); + if ((dh->p == NULL) || (dh->g == NULL)) { + DH_free(dh); + return (NULL); + } + dh->length = 160; + return (dh); +} #endif #ifndef OPENSSL_NO_PSK /* convert the PSK key (psk_key) in ascii to binary (psk) */ static int psk_key2bn(const char *pskkey, unsigned char *psk, - unsigned int max_psk_len) - { - int ret; - BIGNUM *bn = NULL; - - ret = BN_hex2bn(&bn, pskkey); - if (!ret) - { - BIO_printf(bio_err,"Could not convert PSK key '%s' to BIGNUM\n", pskkey); - if (bn) - BN_free(bn); - return 0; - } - if (BN_num_bytes(bn) > (int)max_psk_len) - { - BIO_printf(bio_err,"psk buffer of callback is too small (%d) for key (%d)\n", - max_psk_len, BN_num_bytes(bn)); - BN_free(bn); - return 0; - } - ret = BN_bn2bin(bn, psk); - BN_free(bn); - return ret; - } - -static unsigned int psk_client_callback(SSL *ssl, const char *hint, char *identity, - unsigned int max_identity_len, unsigned char *psk, - unsigned int max_psk_len) - { - int ret; - unsigned int psk_len = 0; - - ret = BIO_snprintf(identity, max_identity_len, "Client_identity"); - if (ret < 0) - goto out_err; - if (debug) - fprintf(stderr, "client: created identity '%s' len=%d\n", identity, ret); - ret = psk_key2bn(psk_key, psk, max_psk_len); - if (ret < 0) - goto out_err; - psk_len = ret; -out_err: - return psk_len; - } + unsigned int max_psk_len) +{ + int ret; + BIGNUM *bn = NULL; + + ret = BN_hex2bn(&bn, pskkey); + if (!ret) { + BIO_printf(bio_err, "Could not convert PSK key '%s' to BIGNUM\n", + pskkey); + if (bn) + BN_free(bn); + return 0; + } + if (BN_num_bytes(bn) > (int)max_psk_len) { + BIO_printf(bio_err, + "psk buffer of callback is too small (%d) for key (%d)\n", + max_psk_len, BN_num_bytes(bn)); + BN_free(bn); + return 0; + } + ret = BN_bn2bin(bn, psk); + BN_free(bn); + return ret; +} + +static unsigned int psk_client_callback(SSL *ssl, const char *hint, + char *identity, + unsigned int max_identity_len, + unsigned char *psk, + unsigned int max_psk_len) +{ + int ret; + unsigned int psk_len = 0; + + ret = BIO_snprintf(identity, max_identity_len, "Client_identity"); + if (ret < 0) + goto out_err; + if (debug) + fprintf(stderr, "client: created identity '%s' len=%d\n", identity, + ret); + ret = psk_key2bn(psk_key, psk, max_psk_len); + if (ret < 0) + goto out_err; + psk_len = ret; + out_err: + return psk_len; +} static unsigned int psk_server_callback(SSL *ssl, const char *identity, - unsigned char *psk, unsigned int max_psk_len) - { - unsigned int psk_len=0; - - if (strcmp(identity, "Client_identity") != 0) - { - BIO_printf(bio_err, "server: PSK error: client identity not found\n"); - return 0; - } - psk_len=psk_key2bn(psk_key, psk, max_psk_len); - return psk_len; - } + unsigned char *psk, + unsigned int max_psk_len) +{ + unsigned int psk_len = 0; + + if (strcmp(identity, "Client_identity") != 0) { + BIO_printf(bio_err, "server: PSK error: client identity not found\n"); + return 0; + } + psk_len = psk_key2bn(psk_key, psk, max_psk_len); + return psk_len; +} #endif static int do_test_cipherlist(void) - { - int i = 0; - const SSL_METHOD *meth; - const SSL_CIPHER *ci, *tci = NULL; +{ + int i = 0; + const SSL_METHOD *meth; + const SSL_CIPHER *ci, *tci = NULL; #ifndef OPENSSL_NO_SSL2 - fprintf(stderr, "testing SSLv2 cipher list order: "); - meth = SSLv2_method(); - while ((ci = meth->get_cipher(i++)) != NULL) - { - if (tci != NULL) - if (ci->id >= tci->id) - { - fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id); - return 0; - } - tci = ci; - } - fprintf(stderr, "ok\n"); + fprintf(stderr, "testing SSLv2 cipher list order: "); + meth = SSLv2_method(); + while ((ci = meth->get_cipher(i++)) != NULL) { + if (tci != NULL) + if (ci->id >= tci->id) { + fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id); + return 0; + } + tci = ci; + } + fprintf(stderr, "ok\n"); #endif #ifndef OPENSSL_NO_SSL3 - fprintf(stderr, "testing SSLv3 cipher list order: "); - meth = SSLv3_method(); - tci = NULL; - while ((ci = meth->get_cipher(i++)) != NULL) - { - if (tci != NULL) - if (ci->id >= tci->id) - { - fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id); - return 0; - } - tci = ci; - } - fprintf(stderr, "ok\n"); + fprintf(stderr, "testing SSLv3 cipher list order: "); + meth = SSLv3_method(); + tci = NULL; + while ((ci = meth->get_cipher(i++)) != NULL) { + if (tci != NULL) + if (ci->id >= tci->id) { + fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id); + return 0; + } + tci = ci; + } + fprintf(stderr, "ok\n"); #endif #ifndef OPENSSL_NO_TLS1 - fprintf(stderr, "testing TLSv1 cipher list order: "); - meth = TLSv1_method(); - tci = NULL; - while ((ci = meth->get_cipher(i++)) != NULL) - { - if (tci != NULL) - if (ci->id >= tci->id) - { - fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id); - return 0; - } - tci = ci; - } - fprintf(stderr, "ok\n"); + fprintf(stderr, "testing TLSv1 cipher list order: "); + meth = TLSv1_method(); + tci = NULL; + while ((ci = meth->get_cipher(i++)) != NULL) { + if (tci != NULL) + if (ci->id >= tci->id) { + fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id); + return 0; + } + tci = ci; + } + fprintf(stderr, "ok\n"); #endif - return 1; - } + return 1; +} diff --git a/openssl/ssl/t1_clnt.c b/openssl/ssl/t1_clnt.c index 578617ed8..746b4e6b7 100644 --- a/openssl/ssl/t1_clnt.c +++ b/openssl/ssl/t1_clnt.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -65,28 +65,26 @@ static const SSL_METHOD *tls1_get_client_method(int ver); static const SSL_METHOD *tls1_get_client_method(int ver) - { - if (ver == TLS1_2_VERSION) - return TLSv1_2_client_method(); - if (ver == TLS1_1_VERSION) - return TLSv1_1_client_method(); - if (ver == TLS1_VERSION) - return TLSv1_client_method(); - return NULL; - } +{ + if (ver == TLS1_2_VERSION) + return TLSv1_2_client_method(); + if (ver == TLS1_1_VERSION) + return TLSv1_1_client_method(); + if (ver == TLS1_VERSION) + return TLSv1_client_method(); + return NULL; +} IMPLEMENT_tls_meth_func(TLS1_2_VERSION, TLSv1_2_client_method, - ssl_undefined_function, - ssl3_connect, - tls1_get_client_method) - -IMPLEMENT_tls_meth_func(TLS1_1_VERSION, TLSv1_1_client_method, - ssl_undefined_function, - ssl3_connect, - tls1_get_client_method) + ssl_undefined_function, + ssl3_connect, + tls1_get_client_method, TLSv1_2_enc_data) -IMPLEMENT_tls_meth_func(TLS1_VERSION, TLSv1_client_method, - ssl_undefined_function, - ssl3_connect, - tls1_get_client_method) + IMPLEMENT_tls_meth_func(TLS1_1_VERSION, TLSv1_1_client_method, + ssl_undefined_function, + ssl3_connect, + tls1_get_client_method, TLSv1_1_enc_data) + IMPLEMENT_tls_meth_func(TLS1_VERSION, TLSv1_client_method, + ssl_undefined_function, + ssl3_connect, tls1_get_client_method, TLSv1_enc_data) diff --git a/openssl/ssl/t1_enc.c b/openssl/ssl/t1_enc.c index 1923cf3e9..0f5baa6e4 100644 --- a/openssl/ssl/t1_enc.c +++ b/openssl/ssl/t1_enc.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +63,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -138,541 +138,584 @@ #include #include "ssl_locl.h" #ifndef OPENSSL_NO_COMP -#include +# include #endif #include #include #include #include #ifdef KSSL_DEBUG -#include +# include #endif /* seed1 through seed5 are virtually concatenated */ static int tls1_P_hash(const EVP_MD *md, const unsigned char *sec, - int sec_len, - const void *seed1, int seed1_len, - const void *seed2, int seed2_len, - const void *seed3, int seed3_len, - const void *seed4, int seed4_len, - const void *seed5, int seed5_len, - unsigned char *out, int olen) - { - int chunk; - size_t j; - EVP_MD_CTX ctx, ctx_tmp; - EVP_PKEY *mac_key; - unsigned char A1[EVP_MAX_MD_SIZE]; - size_t A1_len; - int ret = 0; - - chunk=EVP_MD_size(md); - OPENSSL_assert(chunk >= 0); - - EVP_MD_CTX_init(&ctx); - EVP_MD_CTX_init(&ctx_tmp); - EVP_MD_CTX_set_flags(&ctx, EVP_MD_CTX_FLAG_NON_FIPS_ALLOW); - EVP_MD_CTX_set_flags(&ctx_tmp, EVP_MD_CTX_FLAG_NON_FIPS_ALLOW); - mac_key = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, NULL, sec, sec_len); - if (!mac_key) - goto err; - if (!EVP_DigestSignInit(&ctx,NULL,md, NULL, mac_key)) - goto err; - if (!EVP_DigestSignInit(&ctx_tmp,NULL,md, NULL, mac_key)) - goto err; - if (seed1 && !EVP_DigestSignUpdate(&ctx,seed1,seed1_len)) - goto err; - if (seed2 && !EVP_DigestSignUpdate(&ctx,seed2,seed2_len)) - goto err; - if (seed3 && !EVP_DigestSignUpdate(&ctx,seed3,seed3_len)) - goto err; - if (seed4 && !EVP_DigestSignUpdate(&ctx,seed4,seed4_len)) - goto err; - if (seed5 && !EVP_DigestSignUpdate(&ctx,seed5,seed5_len)) - goto err; - if (!EVP_DigestSignFinal(&ctx,A1,&A1_len)) - goto err; - - for (;;) - { - /* Reinit mac contexts */ - if (!EVP_DigestSignInit(&ctx,NULL,md, NULL, mac_key)) - goto err; - if (!EVP_DigestSignInit(&ctx_tmp,NULL,md, NULL, mac_key)) - goto err; - if (!EVP_DigestSignUpdate(&ctx,A1,A1_len)) - goto err; - if (!EVP_DigestSignUpdate(&ctx_tmp,A1,A1_len)) - goto err; - if (seed1 && !EVP_DigestSignUpdate(&ctx,seed1,seed1_len)) - goto err; - if (seed2 && !EVP_DigestSignUpdate(&ctx,seed2,seed2_len)) - goto err; - if (seed3 && !EVP_DigestSignUpdate(&ctx,seed3,seed3_len)) - goto err; - if (seed4 && !EVP_DigestSignUpdate(&ctx,seed4,seed4_len)) - goto err; - if (seed5 && !EVP_DigestSignUpdate(&ctx,seed5,seed5_len)) - goto err; - - if (olen > chunk) - { - if (!EVP_DigestSignFinal(&ctx,out,&j)) - goto err; - out+=j; - olen-=j; - /* calc the next A1 value */ - if (!EVP_DigestSignFinal(&ctx_tmp,A1,&A1_len)) - goto err; - } - else /* last one */ - { - if (!EVP_DigestSignFinal(&ctx,A1,&A1_len)) - goto err; - memcpy(out,A1,olen); - break; - } - } - ret = 1; -err: - EVP_PKEY_free(mac_key); - EVP_MD_CTX_cleanup(&ctx); - EVP_MD_CTX_cleanup(&ctx_tmp); - OPENSSL_cleanse(A1,sizeof(A1)); - return ret; - } + int sec_len, + const void *seed1, int seed1_len, + const void *seed2, int seed2_len, + const void *seed3, int seed3_len, + const void *seed4, int seed4_len, + const void *seed5, int seed5_len, + unsigned char *out, int olen) +{ + int chunk; + size_t j; + EVP_MD_CTX ctx, ctx_tmp, ctx_init; + EVP_PKEY *mac_key; + unsigned char A1[EVP_MAX_MD_SIZE]; + size_t A1_len; + int ret = 0; + + chunk = EVP_MD_size(md); + OPENSSL_assert(chunk >= 0); + + EVP_MD_CTX_init(&ctx); + EVP_MD_CTX_init(&ctx_tmp); + EVP_MD_CTX_init(&ctx_init); + EVP_MD_CTX_set_flags(&ctx_init, EVP_MD_CTX_FLAG_NON_FIPS_ALLOW); + mac_key = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, NULL, sec, sec_len); + if (!mac_key) + goto err; + if (!EVP_DigestSignInit(&ctx_init, NULL, md, NULL, mac_key)) + goto err; + if (!EVP_MD_CTX_copy_ex(&ctx, &ctx_init)) + goto err; + if (seed1 && !EVP_DigestSignUpdate(&ctx, seed1, seed1_len)) + goto err; + if (seed2 && !EVP_DigestSignUpdate(&ctx, seed2, seed2_len)) + goto err; + if (seed3 && !EVP_DigestSignUpdate(&ctx, seed3, seed3_len)) + goto err; + if (seed4 && !EVP_DigestSignUpdate(&ctx, seed4, seed4_len)) + goto err; + if (seed5 && !EVP_DigestSignUpdate(&ctx, seed5, seed5_len)) + goto err; + if (!EVP_DigestSignFinal(&ctx, A1, &A1_len)) + goto err; + + for (;;) { + /* Reinit mac contexts */ + if (!EVP_MD_CTX_copy_ex(&ctx, &ctx_init)) + goto err; + if (!EVP_DigestSignUpdate(&ctx, A1, A1_len)) + goto err; + if (olen > chunk && !EVP_MD_CTX_copy_ex(&ctx_tmp, &ctx)) + goto err; + if (seed1 && !EVP_DigestSignUpdate(&ctx, seed1, seed1_len)) + goto err; + if (seed2 && !EVP_DigestSignUpdate(&ctx, seed2, seed2_len)) + goto err; + if (seed3 && !EVP_DigestSignUpdate(&ctx, seed3, seed3_len)) + goto err; + if (seed4 && !EVP_DigestSignUpdate(&ctx, seed4, seed4_len)) + goto err; + if (seed5 && !EVP_DigestSignUpdate(&ctx, seed5, seed5_len)) + goto err; + + if (olen > chunk) { + if (!EVP_DigestSignFinal(&ctx, out, &j)) + goto err; + out += j; + olen -= j; + /* calc the next A1 value */ + if (!EVP_DigestSignFinal(&ctx_tmp, A1, &A1_len)) + goto err; + } else { /* last one */ + + if (!EVP_DigestSignFinal(&ctx, A1, &A1_len)) + goto err; + memcpy(out, A1, olen); + break; + } + } + ret = 1; + err: + EVP_PKEY_free(mac_key); + EVP_MD_CTX_cleanup(&ctx); + EVP_MD_CTX_cleanup(&ctx_tmp); + EVP_MD_CTX_cleanup(&ctx_init); + OPENSSL_cleanse(A1, sizeof(A1)); + return ret; +} /* seed1 through seed5 are virtually concatenated */ static int tls1_PRF(long digest_mask, - const void *seed1, int seed1_len, - const void *seed2, int seed2_len, - const void *seed3, int seed3_len, - const void *seed4, int seed4_len, - const void *seed5, int seed5_len, - const unsigned char *sec, int slen, - unsigned char *out1, - unsigned char *out2, int olen) - { - int len,i,idx,count; - const unsigned char *S1; - long m; - const EVP_MD *md; - int ret = 0; - - /* Count number of digests and partition sec evenly */ - count=0; - for (idx=0;ssl_get_handshake_digest(idx,&m,&md);idx++) { - if ((m<s3->server_random,SSL3_RANDOM_SIZE, - s->s3->client_random,SSL3_RANDOM_SIZE, - NULL,0,NULL,0, - s->session->master_key,s->session->master_key_length, - km,tmp,num); + unsigned char *tmp, int num) +{ + int ret; + ret = tls1_PRF(ssl_get_algorithm2(s), + TLS_MD_KEY_EXPANSION_CONST, + TLS_MD_KEY_EXPANSION_CONST_SIZE, s->s3->server_random, + SSL3_RANDOM_SIZE, s->s3->client_random, SSL3_RANDOM_SIZE, + NULL, 0, NULL, 0, s->session->master_key, + s->session->master_key_length, km, tmp, num); #ifdef KSSL_DEBUG - printf("tls1_generate_key_block() ==> %d byte master_key =\n\t", - s->session->master_key_length); - { + fprintf(stderr, "tls1_generate_key_block() ==> %d byte master_key =\n\t", + s->session->master_key_length); + { int i; - for (i=0; i < s->session->master_key_length; i++) - { - printf("%02X", s->session->master_key[i]); - } - printf("\n"); } -#endif /* KSSL_DEBUG */ - return ret; - } + for (i = 0; i < s->session->master_key_length; i++) { + fprintf(stderr, "%02X", s->session->master_key[i]); + } + fprintf(stderr, "\n"); + } +#endif /* KSSL_DEBUG */ + return ret; +} int tls1_change_cipher_state(SSL *s, int which) - { - static const unsigned char empty[]=""; - unsigned char *p,*mac_secret; - unsigned char *exp_label; - unsigned char tmp1[EVP_MAX_KEY_LENGTH]; - unsigned char tmp2[EVP_MAX_KEY_LENGTH]; - unsigned char iv1[EVP_MAX_IV_LENGTH*2]; - unsigned char iv2[EVP_MAX_IV_LENGTH*2]; - unsigned char *ms,*key,*iv; - int client_write; - EVP_CIPHER_CTX *dd; - const EVP_CIPHER *c; +{ + static const unsigned char empty[] = ""; + unsigned char *p, *mac_secret; + unsigned char *exp_label; + unsigned char tmp1[EVP_MAX_KEY_LENGTH]; + unsigned char tmp2[EVP_MAX_KEY_LENGTH]; + unsigned char iv1[EVP_MAX_IV_LENGTH * 2]; + unsigned char iv2[EVP_MAX_IV_LENGTH * 2]; + unsigned char *ms, *key, *iv; + int client_write; + EVP_CIPHER_CTX *dd; + const EVP_CIPHER *c; #ifndef OPENSSL_NO_COMP - const SSL_COMP *comp; + const SSL_COMP *comp; #endif - const EVP_MD *m; - int mac_type; - int *mac_secret_size; - EVP_MD_CTX *mac_ctx; - EVP_PKEY *mac_key; - int is_export,n,i,j,k,exp_label_len,cl; - int reuse_dd = 0; - - is_export=SSL_C_IS_EXPORT(s->s3->tmp.new_cipher); - c=s->s3->tmp.new_sym_enc; - m=s->s3->tmp.new_hash; - mac_type = s->s3->tmp.new_mac_pkey_type; + const EVP_MD *m; + int mac_type; + int *mac_secret_size; + EVP_MD_CTX *mac_ctx; + EVP_PKEY *mac_key; + int is_export, n, i, j, k, exp_label_len, cl; + int reuse_dd = 0; + + is_export = SSL_C_IS_EXPORT(s->s3->tmp.new_cipher); + c = s->s3->tmp.new_sym_enc; + m = s->s3->tmp.new_hash; + mac_type = s->s3->tmp.new_mac_pkey_type; #ifndef OPENSSL_NO_COMP - comp=s->s3->tmp.new_compression; + comp = s->s3->tmp.new_compression; #endif #ifdef KSSL_DEBUG - printf("tls1_change_cipher_state(which= %d) w/\n", which); - printf("\talg= %ld/%ld, comp= %p\n", - s->s3->tmp.new_cipher->algorithm_mkey, - s->s3->tmp.new_cipher->algorithm_auth, - comp); - printf("\tevp_cipher == %p ==? &d_cbc_ede_cipher3\n", c); - printf("\tevp_cipher: nid, blksz= %d, %d, keylen=%d, ivlen=%d\n", - c->nid,c->block_size,c->key_len,c->iv_len); - printf("\tkey_block: len= %d, data= ", s->s3->tmp.key_block_length); - { + fprintf(stderr, "tls1_change_cipher_state(which= %d) w/\n", which); + fprintf(stderr, "\talg= %ld/%ld, comp= %p\n", + s->s3->tmp.new_cipher->algorithm_mkey, + s->s3->tmp.new_cipher->algorithm_auth, comp); + fprintf(stderr, "\tevp_cipher == %p ==? &d_cbc_ede_cipher3\n", c); + fprintf(stderr, "\tevp_cipher: nid, blksz= %d, %d, keylen=%d, ivlen=%d\n", + c->nid, c->block_size, c->key_len, c->iv_len); + fprintf(stderr, "\tkey_block: len= %d, data= ", + s->s3->tmp.key_block_length); + { int i; - for (i=0; is3->tmp.key_block_length; i++) - printf("%02x", s->s3->tmp.key_block[i]); printf("\n"); - } -#endif /* KSSL_DEBUG */ - - if (which & SSL3_CC_READ) - { - if (s->s3->tmp.new_cipher->algorithm2 & TLS1_STREAM_MAC) - s->mac_flags |= SSL_MAC_FLAG_READ_MAC_STREAM; - else - s->mac_flags &= ~SSL_MAC_FLAG_READ_MAC_STREAM; - - if (s->enc_read_ctx != NULL) - reuse_dd = 1; - else if ((s->enc_read_ctx=OPENSSL_malloc(sizeof(EVP_CIPHER_CTX))) == NULL) - goto err; - else - /* make sure it's intialized in case we exit later with an error */ - EVP_CIPHER_CTX_init(s->enc_read_ctx); - dd= s->enc_read_ctx; - mac_ctx=ssl_replace_hash(&s->read_hash,NULL); + for (i = 0; i < s->s3->tmp.key_block_length; i++) + fprintf(stderr, "%02x", s->s3->tmp.key_block[i]); + fprintf(stderr, "\n"); + } +#endif /* KSSL_DEBUG */ + + if (which & SSL3_CC_READ) { + if (s->s3->tmp.new_cipher->algorithm2 & TLS1_STREAM_MAC) + s->mac_flags |= SSL_MAC_FLAG_READ_MAC_STREAM; + else + s->mac_flags &= ~SSL_MAC_FLAG_READ_MAC_STREAM; + + if (s->enc_read_ctx != NULL) + reuse_dd = 1; + else if ((s->enc_read_ctx = + OPENSSL_malloc(sizeof(EVP_CIPHER_CTX))) == NULL) + goto err; + else + /* + * make sure it's intialized in case we exit later with an error + */ + EVP_CIPHER_CTX_init(s->enc_read_ctx); + dd = s->enc_read_ctx; + mac_ctx = ssl_replace_hash(&s->read_hash, NULL); #ifndef OPENSSL_NO_COMP - if (s->expand != NULL) - { - COMP_CTX_free(s->expand); - s->expand=NULL; - } - if (comp != NULL) - { - s->expand=COMP_CTX_new(comp->method); - if (s->expand == NULL) - { - SSLerr(SSL_F_TLS1_CHANGE_CIPHER_STATE,SSL_R_COMPRESSION_LIBRARY_ERROR); - goto err2; - } - if (s->s3->rrec.comp == NULL) - s->s3->rrec.comp=(unsigned char *) - OPENSSL_malloc(SSL3_RT_MAX_ENCRYPTED_LENGTH); - if (s->s3->rrec.comp == NULL) - goto err; - } + if (s->expand != NULL) { + COMP_CTX_free(s->expand); + s->expand = NULL; + } + if (comp != NULL) { + s->expand = COMP_CTX_new(comp->method); + if (s->expand == NULL) { + SSLerr(SSL_F_TLS1_CHANGE_CIPHER_STATE, + SSL_R_COMPRESSION_LIBRARY_ERROR); + goto err2; + } + if (s->s3->rrec.comp == NULL) + s->s3->rrec.comp = (unsigned char *) + OPENSSL_malloc(SSL3_RT_MAX_ENCRYPTED_LENGTH); + if (s->s3->rrec.comp == NULL) + goto err; + } #endif - /* this is done by dtls1_reset_seq_numbers for DTLS1_VERSION */ - if (s->version != DTLS1_VERSION) - memset(&(s->s3->read_sequence[0]),0,8); - mac_secret= &(s->s3->read_mac_secret[0]); - mac_secret_size=&(s->s3->read_mac_secret_size); - } - else - { - if (s->s3->tmp.new_cipher->algorithm2 & TLS1_STREAM_MAC) - s->mac_flags |= SSL_MAC_FLAG_WRITE_MAC_STREAM; - else - s->mac_flags &= ~SSL_MAC_FLAG_WRITE_MAC_STREAM; - if (s->enc_write_ctx != NULL && !SSL_IS_DTLS(s)) - reuse_dd = 1; - else if ((s->enc_write_ctx=EVP_CIPHER_CTX_new()) == NULL) - goto err; - dd= s->enc_write_ctx; - if (SSL_IS_DTLS(s)) - { - mac_ctx = EVP_MD_CTX_create(); - if (!mac_ctx) - goto err; - s->write_hash = mac_ctx; - } - else - mac_ctx = ssl_replace_hash(&s->write_hash,NULL); + /* + * this is done by dtls1_reset_seq_numbers for DTLS1_VERSION + */ + if (s->version != DTLS1_VERSION) + memset(&(s->s3->read_sequence[0]), 0, 8); + mac_secret = &(s->s3->read_mac_secret[0]); + mac_secret_size = &(s->s3->read_mac_secret_size); + } else { + if (s->s3->tmp.new_cipher->algorithm2 & TLS1_STREAM_MAC) + s->mac_flags |= SSL_MAC_FLAG_WRITE_MAC_STREAM; + else + s->mac_flags &= ~SSL_MAC_FLAG_WRITE_MAC_STREAM; + if (s->enc_write_ctx != NULL && !SSL_IS_DTLS(s)) + reuse_dd = 1; + else if ((s->enc_write_ctx = EVP_CIPHER_CTX_new()) == NULL) + goto err; + dd = s->enc_write_ctx; + if (SSL_IS_DTLS(s)) { + mac_ctx = EVP_MD_CTX_create(); + if (!mac_ctx) + goto err; + s->write_hash = mac_ctx; + } else + mac_ctx = ssl_replace_hash(&s->write_hash, NULL); #ifndef OPENSSL_NO_COMP - if (s->compress != NULL) - { - COMP_CTX_free(s->compress); - s->compress=NULL; - } - if (comp != NULL) - { - s->compress=COMP_CTX_new(comp->method); - if (s->compress == NULL) - { - SSLerr(SSL_F_TLS1_CHANGE_CIPHER_STATE,SSL_R_COMPRESSION_LIBRARY_ERROR); - goto err2; - } - } + if (s->compress != NULL) { + COMP_CTX_free(s->compress); + s->compress = NULL; + } + if (comp != NULL) { + s->compress = COMP_CTX_new(comp->method); + if (s->compress == NULL) { + SSLerr(SSL_F_TLS1_CHANGE_CIPHER_STATE, + SSL_R_COMPRESSION_LIBRARY_ERROR); + goto err2; + } + } #endif - /* this is done by dtls1_reset_seq_numbers for DTLS1_VERSION */ - if (s->version != DTLS1_VERSION) - memset(&(s->s3->write_sequence[0]),0,8); - mac_secret= &(s->s3->write_mac_secret[0]); - mac_secret_size = &(s->s3->write_mac_secret_size); - } - - if (reuse_dd) - EVP_CIPHER_CTX_cleanup(dd); - - p=s->s3->tmp.key_block; - i=*mac_secret_size=s->s3->tmp.new_mac_secret_size; - - cl=EVP_CIPHER_key_length(c); - j=is_export ? (cl < SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher) ? - cl : SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher)) : cl; - /* Was j=(exp)?5:EVP_CIPHER_key_length(c); */ - /* If GCM mode only part of IV comes from PRF */ - if (EVP_CIPHER_mode(c) == EVP_CIPH_GCM_MODE) - k = EVP_GCM_TLS_FIXED_IV_LEN; - else - k=EVP_CIPHER_iv_length(c); - if ( (which == SSL3_CHANGE_CIPHER_CLIENT_WRITE) || - (which == SSL3_CHANGE_CIPHER_SERVER_READ)) - { - ms= &(p[ 0]); n=i+i; - key= &(p[ n]); n+=j+j; - iv= &(p[ n]); n+=k+k; - exp_label=(unsigned char *)TLS_MD_CLIENT_WRITE_KEY_CONST; - exp_label_len=TLS_MD_CLIENT_WRITE_KEY_CONST_SIZE; - client_write=1; - } - else - { - n=i; - ms= &(p[ n]); n+=i+j; - key= &(p[ n]); n+=j+k; - iv= &(p[ n]); n+=k; - exp_label=(unsigned char *)TLS_MD_SERVER_WRITE_KEY_CONST; - exp_label_len=TLS_MD_SERVER_WRITE_KEY_CONST_SIZE; - client_write=0; - } - - if (n > s->s3->tmp.key_block_length) - { - SSLerr(SSL_F_TLS1_CHANGE_CIPHER_STATE,ERR_R_INTERNAL_ERROR); - goto err2; - } - - memcpy(mac_secret,ms,i); - - if (!(EVP_CIPHER_flags(c)&EVP_CIPH_FLAG_AEAD_CIPHER)) - { - mac_key = EVP_PKEY_new_mac_key(mac_type, NULL, - mac_secret,*mac_secret_size); - EVP_DigestSignInit(mac_ctx,NULL,m,NULL,mac_key); - EVP_PKEY_free(mac_key); - } + /* + * this is done by dtls1_reset_seq_numbers for DTLS1_VERSION + */ + if (s->version != DTLS1_VERSION) + memset(&(s->s3->write_sequence[0]), 0, 8); + mac_secret = &(s->s3->write_mac_secret[0]); + mac_secret_size = &(s->s3->write_mac_secret_size); + } + + if (reuse_dd) + EVP_CIPHER_CTX_cleanup(dd); + + p = s->s3->tmp.key_block; + i = *mac_secret_size = s->s3->tmp.new_mac_secret_size; + + cl = EVP_CIPHER_key_length(c); + j = is_export ? (cl < SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher) ? + cl : SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher)) : cl; + /* Was j=(exp)?5:EVP_CIPHER_key_length(c); */ + /* If GCM mode only part of IV comes from PRF */ + if (EVP_CIPHER_mode(c) == EVP_CIPH_GCM_MODE) + k = EVP_GCM_TLS_FIXED_IV_LEN; + else + k = EVP_CIPHER_iv_length(c); + if ((which == SSL3_CHANGE_CIPHER_CLIENT_WRITE) || + (which == SSL3_CHANGE_CIPHER_SERVER_READ)) { + ms = &(p[0]); + n = i + i; + key = &(p[n]); + n += j + j; + iv = &(p[n]); + n += k + k; + exp_label = (unsigned char *)TLS_MD_CLIENT_WRITE_KEY_CONST; + exp_label_len = TLS_MD_CLIENT_WRITE_KEY_CONST_SIZE; + client_write = 1; + } else { + n = i; + ms = &(p[n]); + n += i + j; + key = &(p[n]); + n += j + k; + iv = &(p[n]); + n += k; + exp_label = (unsigned char *)TLS_MD_SERVER_WRITE_KEY_CONST; + exp_label_len = TLS_MD_SERVER_WRITE_KEY_CONST_SIZE; + client_write = 0; + } + + if (n > s->s3->tmp.key_block_length) { + SSLerr(SSL_F_TLS1_CHANGE_CIPHER_STATE, ERR_R_INTERNAL_ERROR); + goto err2; + } + + memcpy(mac_secret, ms, i); + + if (!(EVP_CIPHER_flags(c) & EVP_CIPH_FLAG_AEAD_CIPHER)) { + mac_key = EVP_PKEY_new_mac_key(mac_type, NULL, + mac_secret, *mac_secret_size); + EVP_DigestSignInit(mac_ctx, NULL, m, NULL, mac_key); + EVP_PKEY_free(mac_key); + } #ifdef TLS_DEBUG -printf("which = %04X\nmac key=",which); -{ int z; for (z=0; zs3->client_random,SSL3_RANDOM_SIZE, - s->s3->server_random,SSL3_RANDOM_SIZE, - NULL,0,NULL,0, - key,j,tmp1,tmp2,EVP_CIPHER_key_length(c))) - goto err2; - key=tmp1; - - if (k > 0) - { - if (!tls1_PRF(ssl_get_algorithm2(s), - TLS_MD_IV_BLOCK_CONST,TLS_MD_IV_BLOCK_CONST_SIZE, - s->s3->client_random,SSL3_RANDOM_SIZE, - s->s3->server_random,SSL3_RANDOM_SIZE, - NULL,0,NULL,0, - empty,0,iv1,iv2,k*2)) - goto err2; - if (client_write) - iv=iv1; - else - iv= &(iv1[k]); - } - } - - s->session->key_arg_length=0; + if (is_export) { + /* + * In here I set both the read and write key/iv to the same value + * since only the correct one will be used :-). + */ + if (!tls1_PRF(ssl_get_algorithm2(s), + exp_label, exp_label_len, + s->s3->client_random, SSL3_RANDOM_SIZE, + s->s3->server_random, SSL3_RANDOM_SIZE, + NULL, 0, NULL, 0, + key, j, tmp1, tmp2, EVP_CIPHER_key_length(c))) + goto err2; + key = tmp1; + + if (k > 0) { + if (!tls1_PRF(ssl_get_algorithm2(s), + TLS_MD_IV_BLOCK_CONST, TLS_MD_IV_BLOCK_CONST_SIZE, + s->s3->client_random, SSL3_RANDOM_SIZE, + s->s3->server_random, SSL3_RANDOM_SIZE, + NULL, 0, NULL, 0, empty, 0, iv1, iv2, k * 2)) + goto err2; + if (client_write) + iv = iv1; + else + iv = &(iv1[k]); + } + } + + s->session->key_arg_length = 0; #ifdef KSSL_DEBUG - { + { int i; - printf("EVP_CipherInit_ex(dd,c,key=,iv=,which)\n"); - printf("\tkey= "); for (i=0; ikey_len; i++) printf("%02x", key[i]); - printf("\n"); - printf("\t iv= "); for (i=0; iiv_len; i++) printf("%02x", iv[i]); - printf("\n"); - } -#endif /* KSSL_DEBUG */ - - if (EVP_CIPHER_mode(c) == EVP_CIPH_GCM_MODE) - { - EVP_CipherInit_ex(dd,c,NULL,key,NULL,(which & SSL3_CC_WRITE)); - EVP_CIPHER_CTX_ctrl(dd, EVP_CTRL_GCM_SET_IV_FIXED, k, iv); - } - else - EVP_CipherInit_ex(dd,c,NULL,key,iv,(which & SSL3_CC_WRITE)); - - /* Needed for "composite" AEADs, such as RC4-HMAC-MD5 */ - if ((EVP_CIPHER_flags(c)&EVP_CIPH_FLAG_AEAD_CIPHER) && *mac_secret_size) - EVP_CIPHER_CTX_ctrl(dd,EVP_CTRL_AEAD_SET_MAC_KEY, - *mac_secret_size,mac_secret); + fprintf(stderr, "EVP_CipherInit_ex(dd,c,key=,iv=,which)\n"); + fprintf(stderr, "\tkey= "); + for (i = 0; i < c->key_len; i++) + fprintf(stderr, "%02x", key[i]); + fprintf(stderr, "\n"); + fprintf(stderr, "\t iv= "); + for (i = 0; i < c->iv_len; i++) + fprintf(stderr, "%02x", iv[i]); + fprintf(stderr, "\n"); + } +#endif /* KSSL_DEBUG */ + + if (EVP_CIPHER_mode(c) == EVP_CIPH_GCM_MODE) { + EVP_CipherInit_ex(dd, c, NULL, key, NULL, (which & SSL3_CC_WRITE)); + EVP_CIPHER_CTX_ctrl(dd, EVP_CTRL_GCM_SET_IV_FIXED, k, iv); + } else + EVP_CipherInit_ex(dd, c, NULL, key, iv, (which & SSL3_CC_WRITE)); + + /* Needed for "composite" AEADs, such as RC4-HMAC-MD5 */ + if ((EVP_CIPHER_flags(c) & EVP_CIPH_FLAG_AEAD_CIPHER) && *mac_secret_size) + EVP_CIPHER_CTX_ctrl(dd, EVP_CTRL_AEAD_SET_MAC_KEY, + *mac_secret_size, mac_secret); + +#ifdef OPENSSL_SSL_TRACE_CRYPTO + if (s->msg_callback) { + int wh = which & SSL3_CC_WRITE ? TLS1_RT_CRYPTO_WRITE : 0; + if (*mac_secret_size) + s->msg_callback(2, s->version, wh | TLS1_RT_CRYPTO_MAC, + mac_secret, *mac_secret_size, + s, s->msg_callback_arg); + if (c->key_len) + s->msg_callback(2, s->version, wh | TLS1_RT_CRYPTO_KEY, + key, c->key_len, s, s->msg_callback_arg); + if (k) { + if (EVP_CIPHER_mode(c) == EVP_CIPH_GCM_MODE) + wh |= TLS1_RT_CRYPTO_FIXED_IV; + else + wh |= TLS1_RT_CRYPTO_IV; + s->msg_callback(2, s->version, wh, iv, k, s, s->msg_callback_arg); + } + } +#endif #ifdef TLS_DEBUG -printf("which = %04X\nkey=",which); -{ int z; for (z=0; zs3->tmp.key_block_length != 0) - return(1); - - if (!ssl_cipher_get_evp(s->session,&c,&hash,&mac_type,&mac_secret_size,&comp)) - { - SSLerr(SSL_F_TLS1_SETUP_KEY_BLOCK,SSL_R_CIPHER_OR_HASH_UNAVAILABLE); - return(0); - } - - s->s3->tmp.new_sym_enc=c; - s->s3->tmp.new_hash=hash; - s->s3->tmp.new_mac_pkey_type = mac_type; - s->s3->tmp.new_mac_secret_size = mac_secret_size; - num=EVP_CIPHER_key_length(c)+mac_secret_size+EVP_CIPHER_iv_length(c); - num*=2; - - ssl3_cleanup_key_block(s); - - if ((p1=(unsigned char *)OPENSSL_malloc(num)) == NULL) - { - SSLerr(SSL_F_TLS1_SETUP_KEY_BLOCK,ERR_R_MALLOC_FAILURE); - goto err; - } - - s->s3->tmp.key_block_length=num; - s->s3->tmp.key_block=p1; - - if ((p2=(unsigned char *)OPENSSL_malloc(num)) == NULL) - { - SSLerr(SSL_F_TLS1_SETUP_KEY_BLOCK,ERR_R_MALLOC_FAILURE); - goto err; - } - + fprintf(stderr, "tls1_setup_key_block()\n"); +#endif /* KSSL_DEBUG */ + + if (s->s3->tmp.key_block_length != 0) + return (1); + + if (!ssl_cipher_get_evp + (s->session, &c, &hash, &mac_type, &mac_secret_size, &comp)) { + SSLerr(SSL_F_TLS1_SETUP_KEY_BLOCK, SSL_R_CIPHER_OR_HASH_UNAVAILABLE); + return (0); + } + + s->s3->tmp.new_sym_enc = c; + s->s3->tmp.new_hash = hash; + s->s3->tmp.new_mac_pkey_type = mac_type; + s->s3->tmp.new_mac_secret_size = mac_secret_size; + num = + EVP_CIPHER_key_length(c) + mac_secret_size + EVP_CIPHER_iv_length(c); + num *= 2; + + ssl3_cleanup_key_block(s); + + if ((p1 = (unsigned char *)OPENSSL_malloc(num)) == NULL) { + SSLerr(SSL_F_TLS1_SETUP_KEY_BLOCK, ERR_R_MALLOC_FAILURE); + goto err; + } + + s->s3->tmp.key_block_length = num; + s->s3->tmp.key_block = p1; + + if ((p2 = (unsigned char *)OPENSSL_malloc(num)) == NULL) { + SSLerr(SSL_F_TLS1_SETUP_KEY_BLOCK, ERR_R_MALLOC_FAILURE); + goto err; + } #ifdef TLS_DEBUG -printf("client random\n"); -{ int z; for (z=0; zs3->client_random[z],((z+1)%16)?' ':'\n'); } -printf("server random\n"); -{ int z; for (z=0; zs3->server_random[z],((z+1)%16)?' ':'\n'); } -printf("pre-master\n"); -{ int z; for (z=0; zsession->master_key_length; z++) printf("%02X%c",s->session->master_key[z],((z+1)%16)?' ':'\n'); } + printf("client random\n"); + { + int z; + for (z = 0; z < SSL3_RANDOM_SIZE; z++) + printf("%02X%c", s->s3->client_random[z], + ((z + 1) % 16) ? ' ' : '\n'); + } + printf("server random\n"); + { + int z; + for (z = 0; z < SSL3_RANDOM_SIZE; z++) + printf("%02X%c", s->s3->server_random[z], + ((z + 1) % 16) ? ' ' : '\n'); + } + printf("pre-master\n"); + { + int z; + for (z = 0; z < s->session->master_key_length; z++) + printf("%02X%c", s->session->master_key[z], + ((z + 1) % 16) ? ' ' : '\n'); + } #endif - if (!tls1_generate_key_block(s,p1,p2,num)) - goto err; + if (!tls1_generate_key_block(s, p1, p2, num)) + goto err; #ifdef TLS_DEBUG -printf("\nkey block\n"); -{ int z; for (z=0; zoptions & SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS) - && s->method->version <= TLS1_VERSION) - { - /* enable vulnerability countermeasure for CBC ciphers with - * known-IV problem (http://www.openssl.org/~bodo/tls-cbc.txt) - */ - s->s3->need_empty_fragments = 1; - - if (s->session->cipher != NULL) - { - if (s->session->cipher->algorithm_enc == SSL_eNULL) - s->s3->need_empty_fragments = 0; - + if (!(s->options & SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS) + && s->method->version <= TLS1_VERSION) { + /* + * enable vulnerability countermeasure for CBC ciphers with known-IV + * problem (http://www.openssl.org/~bodo/tls-cbc.txt) + */ + s->s3->need_empty_fragments = 1; + + if (s->session->cipher != NULL) { + if (s->session->cipher->algorithm_enc == SSL_eNULL) + s->s3->need_empty_fragments = 0; + #ifndef OPENSSL_NO_RC4 - if (s->session->cipher->algorithm_enc == SSL_RC4) - s->s3->need_empty_fragments = 0; + if (s->session->cipher->algorithm_enc == SSL_RC4) + s->s3->need_empty_fragments = 0; #endif - } - } - - ret = 1; -err: - if (p2) - { - OPENSSL_cleanse(p2,num); - OPENSSL_free(p2); - } - return(ret); - } - -/* tls1_enc encrypts/decrypts the record in |s->wrec| / |s->rrec|, respectively. + } + } + + ret = 1; + err: + if (p2) { + OPENSSL_cleanse(p2, num); + OPENSSL_free(p2); + } + return (ret); +} + +/*- + * tls1_enc encrypts/decrypts the record in |s->wrec| / |s->rrec|, respectively. * * Returns: * 0: (in non-constant time) if the record is publically invalid (i.e. too @@ -682,570 +725,613 @@ err: * an internal error occured. */ int tls1_enc(SSL *s, int send) - { - SSL3_RECORD *rec; - EVP_CIPHER_CTX *ds; - unsigned long l; - int bs,i,j,k,pad=0,ret,mac_size=0; - const EVP_CIPHER *enc; - - if (send) - { - if (EVP_MD_CTX_md(s->write_hash)) - { - int n=EVP_MD_CTX_size(s->write_hash); - OPENSSL_assert(n >= 0); - } - ds=s->enc_write_ctx; - rec= &(s->s3->wrec); - if (s->enc_write_ctx == NULL) - enc=NULL; - else - { - int ivlen; - enc=EVP_CIPHER_CTX_cipher(s->enc_write_ctx); - /* For TLSv1.1 and later explicit IV */ - if (s->version >= TLS1_1_VERSION - && EVP_CIPHER_mode(enc) == EVP_CIPH_CBC_MODE) - ivlen = EVP_CIPHER_iv_length(enc); - else - ivlen = 0; - if (ivlen > 1) - { - if ( rec->data != rec->input) - /* we can't write into the input stream: - * Can this ever happen?? (steve) - */ - fprintf(stderr, - "%s:%d: rec->data != rec->input\n", - __FILE__, __LINE__); - else if (RAND_bytes(rec->input, ivlen) <= 0) - return -1; - } - } - } - else - { - if (EVP_MD_CTX_md(s->read_hash)) - { - int n=EVP_MD_CTX_size(s->read_hash); - OPENSSL_assert(n >= 0); - } - ds=s->enc_read_ctx; - rec= &(s->s3->rrec); - if (s->enc_read_ctx == NULL) - enc=NULL; - else - enc=EVP_CIPHER_CTX_cipher(s->enc_read_ctx); - } +{ + SSL3_RECORD *rec; + EVP_CIPHER_CTX *ds; + unsigned long l; + int bs, i, j, k, pad = 0, ret, mac_size = 0; + const EVP_CIPHER *enc; + + if (send) { + if (EVP_MD_CTX_md(s->write_hash)) { + int n = EVP_MD_CTX_size(s->write_hash); + OPENSSL_assert(n >= 0); + } + ds = s->enc_write_ctx; + rec = &(s->s3->wrec); + if (s->enc_write_ctx == NULL) + enc = NULL; + else { + int ivlen; + enc = EVP_CIPHER_CTX_cipher(s->enc_write_ctx); + /* For TLSv1.1 and later explicit IV */ + if (SSL_USE_EXPLICIT_IV(s) + && EVP_CIPHER_mode(enc) == EVP_CIPH_CBC_MODE) + ivlen = EVP_CIPHER_iv_length(enc); + else + ivlen = 0; + if (ivlen > 1) { + if (rec->data != rec->input) + /* + * we can't write into the input stream: Can this ever + * happen?? (steve) + */ + fprintf(stderr, + "%s:%d: rec->data != rec->input\n", + __FILE__, __LINE__); + else if (RAND_bytes(rec->input, ivlen) <= 0) + return -1; + } + } + } else { + if (EVP_MD_CTX_md(s->read_hash)) { + int n = EVP_MD_CTX_size(s->read_hash); + OPENSSL_assert(n >= 0); + } + ds = s->enc_read_ctx; + rec = &(s->s3->rrec); + if (s->enc_read_ctx == NULL) + enc = NULL; + else + enc = EVP_CIPHER_CTX_cipher(s->enc_read_ctx); + } #ifdef KSSL_DEBUG - printf("tls1_enc(%d)\n", send); -#endif /* KSSL_DEBUG */ - - if ((s->session == NULL) || (ds == NULL) || (enc == NULL)) - { - memmove(rec->data,rec->input,rec->length); - rec->input=rec->data; - ret = 1; - } - else - { - l=rec->length; - bs=EVP_CIPHER_block_size(ds->cipher); - - if (EVP_CIPHER_flags(ds->cipher)&EVP_CIPH_FLAG_AEAD_CIPHER) - { - unsigned char buf[13],*seq; - - seq = send?s->s3->write_sequence:s->s3->read_sequence; - - if (s->version == DTLS1_VERSION || s->version == DTLS1_BAD_VER) - { - unsigned char dtlsseq[9],*p=dtlsseq; - - s2n(send?s->d1->w_epoch:s->d1->r_epoch,p); - memcpy(p,&seq[2],6); - memcpy(buf,dtlsseq,8); - } - else - { - memcpy(buf,seq,8); - for (i=7; i>=0; i--) /* increment */ - { - ++seq[i]; - if (seq[i] != 0) break; - } - } - - buf[8]=rec->type; - buf[9]=(unsigned char)(s->version>>8); - buf[10]=(unsigned char)(s->version); - buf[11]=rec->length>>8; - buf[12]=rec->length&0xff; - pad=EVP_CIPHER_CTX_ctrl(ds,EVP_CTRL_AEAD_TLS1_AAD,13,buf); - if (send) - { - l+=pad; - rec->length+=pad; - } - } - else if ((bs != 1) && send) - { - i=bs-((int)l%bs); - - /* Add weird padding of upto 256 bytes */ - - /* we need to add 'i' padding bytes of value j */ - j=i-1; - if (s->options & SSL_OP_TLS_BLOCK_PADDING_BUG) - { - if (s->s3->flags & TLS1_FLAGS_TLS_PADDING_BUG) - j++; - } - for (k=(int)l; k<(int)(l+i); k++) - rec->input[k]=j; - l+=i; - rec->length+=i; - } - + fprintf(stderr, "tls1_enc(%d)\n", send); +#endif /* KSSL_DEBUG */ + + if ((s->session == NULL) || (ds == NULL) || (enc == NULL)) { + memmove(rec->data, rec->input, rec->length); + rec->input = rec->data; + ret = 1; + } else { + l = rec->length; + bs = EVP_CIPHER_block_size(ds->cipher); + + if (EVP_CIPHER_flags(ds->cipher) & EVP_CIPH_FLAG_AEAD_CIPHER) { + unsigned char buf[13], *seq; + + seq = send ? s->s3->write_sequence : s->s3->read_sequence; + + if (SSL_IS_DTLS(s)) { + unsigned char dtlsseq[9], *p = dtlsseq; + + s2n(send ? s->d1->w_epoch : s->d1->r_epoch, p); + memcpy(p, &seq[2], 6); + memcpy(buf, dtlsseq, 8); + } else { + memcpy(buf, seq, 8); + for (i = 7; i >= 0; i--) { /* increment */ + ++seq[i]; + if (seq[i] != 0) + break; + } + } + + buf[8] = rec->type; + buf[9] = (unsigned char)(s->version >> 8); + buf[10] = (unsigned char)(s->version); + buf[11] = rec->length >> 8; + buf[12] = rec->length & 0xff; + pad = EVP_CIPHER_CTX_ctrl(ds, EVP_CTRL_AEAD_TLS1_AAD, 13, buf); + if (send) { + l += pad; + rec->length += pad; + } + } else if ((bs != 1) && send) { + i = bs - ((int)l % bs); + + /* Add weird padding of upto 256 bytes */ + + /* we need to add 'i' padding bytes of value j */ + j = i - 1; + if (s->options & SSL_OP_TLS_BLOCK_PADDING_BUG) { + if (s->s3->flags & TLS1_FLAGS_TLS_PADDING_BUG) + j++; + } + for (k = (int)l; k < (int)(l + i); k++) + rec->input[k] = j; + l += i; + rec->length += i; + } #ifdef KSSL_DEBUG - { - unsigned long ui; - printf("EVP_Cipher(ds=%p,rec->data=%p,rec->input=%p,l=%ld) ==>\n", - ds,rec->data,rec->input,l); - printf("\tEVP_CIPHER_CTX: %d buf_len, %d key_len [%d %d], %d iv_len\n", - ds->buf_len, ds->cipher->key_len, - DES_KEY_SZ, DES_SCHEDULE_SZ, - ds->cipher->iv_len); - printf("\t\tIV: "); - for (i=0; icipher->iv_len; i++) printf("%02X", ds->iv[i]); - printf("\n"); - printf("\trec->input="); - for (ui=0; uiinput[ui]); - printf("\n"); - } -#endif /* KSSL_DEBUG */ - - if (!send) - { - if (l == 0 || l%bs != 0) - return 0; - } - - i = EVP_Cipher(ds,rec->data,rec->input,l); - if ((EVP_CIPHER_flags(ds->cipher)&EVP_CIPH_FLAG_CUSTOM_CIPHER) - ?(i<0) - :(i==0)) - return -1; /* AEAD can fail to verify MAC */ - if (EVP_CIPHER_mode(enc) == EVP_CIPH_GCM_MODE && !send) - { - rec->data += EVP_GCM_TLS_EXPLICIT_IV_LEN; - rec->input += EVP_GCM_TLS_EXPLICIT_IV_LEN; - rec->length -= EVP_GCM_TLS_EXPLICIT_IV_LEN; - } + { + unsigned long ui; + fprintf(stderr, + "EVP_Cipher(ds=%p,rec->data=%p,rec->input=%p,l=%ld) ==>\n", + ds, rec->data, rec->input, l); + fprintf(stderr, + "\tEVP_CIPHER_CTX: %d buf_len, %d key_len [%lu %lu], %d iv_len\n", + ds->buf_len, ds->cipher->key_len, DES_KEY_SZ, + DES_SCHEDULE_SZ, ds->cipher->iv_len); + fprintf(stderr, "\t\tIV: "); + for (i = 0; i < ds->cipher->iv_len; i++) + fprintf(stderr, "%02X", ds->iv[i]); + fprintf(stderr, "\n"); + fprintf(stderr, "\trec->input="); + for (ui = 0; ui < l; ui++) + fprintf(stderr, " %02x", rec->input[ui]); + fprintf(stderr, "\n"); + } +#endif /* KSSL_DEBUG */ + + if (!send) { + if (l == 0 || l % bs != 0) + return 0; + } + i = EVP_Cipher(ds, rec->data, rec->input, l); + if ((EVP_CIPHER_flags(ds->cipher) & EVP_CIPH_FLAG_CUSTOM_CIPHER) + ? (i < 0) + : (i == 0)) + return -1; /* AEAD can fail to verify MAC */ + if (EVP_CIPHER_mode(enc) == EVP_CIPH_GCM_MODE && !send) { + rec->data += EVP_GCM_TLS_EXPLICIT_IV_LEN; + rec->input += EVP_GCM_TLS_EXPLICIT_IV_LEN; + rec->length -= EVP_GCM_TLS_EXPLICIT_IV_LEN; + } #ifdef KSSL_DEBUG - { - unsigned long i; - printf("\trec->data="); - for (i=0; idata[i]); printf("\n"); - } -#endif /* KSSL_DEBUG */ - - ret = 1; - if (EVP_MD_CTX_md(s->read_hash) != NULL) - mac_size = EVP_MD_CTX_size(s->read_hash); - if ((bs != 1) && !send) - ret = tls1_cbc_remove_padding(s, rec, bs, mac_size); - if (pad && !send) - rec->length -= pad; - } - return ret; - } + { + unsigned long i; + fprintf(stderr, "\trec->data="); + for (i = 0; i < l; i++) + fprintf(stderr, " %02x", rec->data[i]); + fprintf(stderr, "\n"); + } +#endif /* KSSL_DEBUG */ + + ret = 1; + if (EVP_MD_CTX_md(s->read_hash) != NULL) + mac_size = EVP_MD_CTX_size(s->read_hash); + if ((bs != 1) && !send) + ret = tls1_cbc_remove_padding(s, rec, bs, mac_size); + if (pad && !send) + rec->length -= pad; + } + return ret; +} int tls1_cert_verify_mac(SSL *s, int md_nid, unsigned char *out) - { - unsigned int ret; - EVP_MD_CTX ctx, *d=NULL; - int i; - - if (s->s3->handshake_buffer) - if (!ssl3_digest_cached_records(s)) - return 0; - - for (i=0;is3->handshake_dgst[i]&&EVP_MD_CTX_type(s->s3->handshake_dgst[i])==md_nid) - { - d=s->s3->handshake_dgst[i]; - break; - } - } - if (!d) { - SSLerr(SSL_F_TLS1_CERT_VERIFY_MAC,SSL_R_NO_REQUIRED_DIGEST); - return 0; - } - - EVP_MD_CTX_init(&ctx); - EVP_MD_CTX_copy_ex(&ctx,d); - EVP_DigestFinal_ex(&ctx,out,&ret); - EVP_MD_CTX_cleanup(&ctx); - return((int)ret); - } +{ + unsigned int ret; + EVP_MD_CTX ctx, *d = NULL; + int i; + + if (s->s3->handshake_buffer) + if (!ssl3_digest_cached_records(s)) + return 0; + + for (i = 0; i < SSL_MAX_DIGEST; i++) { + if (s->s3->handshake_dgst[i] + && EVP_MD_CTX_type(s->s3->handshake_dgst[i]) == md_nid) { + d = s->s3->handshake_dgst[i]; + break; + } + } + if (!d) { + SSLerr(SSL_F_TLS1_CERT_VERIFY_MAC, SSL_R_NO_REQUIRED_DIGEST); + return 0; + } + + EVP_MD_CTX_init(&ctx); + EVP_MD_CTX_copy_ex(&ctx, d); + EVP_DigestFinal_ex(&ctx, out, &ret); + EVP_MD_CTX_cleanup(&ctx); + return ((int)ret); +} int tls1_final_finish_mac(SSL *s, - const char *str, int slen, unsigned char *out) - { - unsigned int i; - EVP_MD_CTX ctx; - unsigned char buf[2*EVP_MAX_MD_SIZE]; - unsigned char *q,buf2[12]; - int idx; - long mask; - int err=0; - const EVP_MD *md; - - q=buf; - - if (s->s3->handshake_buffer) - if (!ssl3_digest_cached_records(s)) - return 0; - - EVP_MD_CTX_init(&ctx); - - for (idx=0;ssl_get_handshake_digest(idx,&mask,&md);idx++) - { - if (mask & ssl_get_algorithm2(s)) - { - int hashsize = EVP_MD_size(md); - EVP_MD_CTX *hdgst = s->s3->handshake_dgst[idx]; - if (!hdgst || hashsize < 0 || hashsize > (int)(sizeof buf - (size_t)(q-buf))) - { - /* internal error: 'buf' is too small for this cipersuite! */ - err = 1; - } - else - { - if (!EVP_MD_CTX_copy_ex(&ctx, hdgst) || - !EVP_DigestFinal_ex(&ctx,q,&i) || - (i != (unsigned int)hashsize)) - err = 1; - q+=hashsize; - } - } - } - - if (!tls1_PRF(ssl_get_algorithm2(s), - str,slen, buf,(int)(q-buf), NULL,0, NULL,0, NULL,0, - s->session->master_key,s->session->master_key_length, - out,buf2,sizeof buf2)) - err = 1; - EVP_MD_CTX_cleanup(&ctx); - - if (err) - return 0; - else - return sizeof buf2; - } + const char *str, int slen, unsigned char *out) +{ + unsigned int i; + EVP_MD_CTX ctx; + unsigned char buf[2 * EVP_MAX_MD_SIZE]; + unsigned char *q, buf2[12]; + int idx; + long mask; + int err = 0; + const EVP_MD *md; + + q = buf; + + if (s->s3->handshake_buffer) + if (!ssl3_digest_cached_records(s)) + return 0; + + EVP_MD_CTX_init(&ctx); + + for (idx = 0; ssl_get_handshake_digest(idx, &mask, &md); idx++) { + if (mask & ssl_get_algorithm2(s)) { + int hashsize = EVP_MD_size(md); + EVP_MD_CTX *hdgst = s->s3->handshake_dgst[idx]; + if (!hdgst || hashsize < 0 + || hashsize > (int)(sizeof buf - (size_t)(q - buf))) { + /* + * internal error: 'buf' is too small for this cipersuite! + */ + err = 1; + } else { + if (!EVP_MD_CTX_copy_ex(&ctx, hdgst) || + !EVP_DigestFinal_ex(&ctx, q, &i) || + (i != (unsigned int)hashsize)) + err = 1; + q += hashsize; + } + } + } + + if (!tls1_PRF(ssl_get_algorithm2(s), + str, slen, buf, (int)(q - buf), NULL, 0, NULL, 0, NULL, 0, + s->session->master_key, s->session->master_key_length, + out, buf2, sizeof buf2)) + err = 1; + EVP_MD_CTX_cleanup(&ctx); + + if (err) + return 0; + else + return sizeof buf2; +} int tls1_mac(SSL *ssl, unsigned char *md, int send) - { - SSL3_RECORD *rec; - unsigned char *seq; - EVP_MD_CTX *hash; - size_t md_size, orig_len; - int i; - EVP_MD_CTX hmac, *mac_ctx; - unsigned char header[13]; - int stream_mac = (send?(ssl->mac_flags & SSL_MAC_FLAG_WRITE_MAC_STREAM):(ssl->mac_flags&SSL_MAC_FLAG_READ_MAC_STREAM)); - int t; - - if (send) - { - rec= &(ssl->s3->wrec); - seq= &(ssl->s3->write_sequence[0]); - hash=ssl->write_hash; - } - else - { - rec= &(ssl->s3->rrec); - seq= &(ssl->s3->read_sequence[0]); - hash=ssl->read_hash; - } - - t=EVP_MD_CTX_size(hash); - OPENSSL_assert(t >= 0); - md_size=t; - - /* I should fix this up TLS TLS TLS TLS TLS XXXXXXXX */ - if (stream_mac) - { - mac_ctx = hash; - } - else - { - if (!EVP_MD_CTX_copy(&hmac,hash)) - return -1; - mac_ctx = &hmac; - } - - if (ssl->version == DTLS1_VERSION || ssl->version == DTLS1_BAD_VER) - { - unsigned char dtlsseq[8],*p=dtlsseq; - - s2n(send?ssl->d1->w_epoch:ssl->d1->r_epoch, p); - memcpy (p,&seq[2],6); - - memcpy(header, dtlsseq, 8); - } - else - memcpy(header, seq, 8); - - /* kludge: tls1_cbc_remove_padding passes padding length in rec->type */ - orig_len = rec->length+md_size+((unsigned int)rec->type>>8); - rec->type &= 0xff; - - header[8]=rec->type; - header[9]=(unsigned char)(ssl->version>>8); - header[10]=(unsigned char)(ssl->version); - header[11]=(rec->length)>>8; - header[12]=(rec->length)&0xff; - - if (!send && - EVP_CIPHER_CTX_mode(ssl->enc_read_ctx) == EVP_CIPH_CBC_MODE && - ssl3_cbc_record_digest_supported(mac_ctx)) - { - /* This is a CBC-encrypted record. We must avoid leaking any - * timing-side channel information about how many blocks of - * data we are hashing because that gives an attacker a - * timing-oracle. */ - ssl3_cbc_digest_record( - mac_ctx, - md, &md_size, - header, rec->input, - rec->length + md_size, orig_len, - ssl->s3->read_mac_secret, - ssl->s3->read_mac_secret_size, - 0 /* not SSLv3 */); - } - else - { - EVP_DigestSignUpdate(mac_ctx,header,sizeof(header)); - EVP_DigestSignUpdate(mac_ctx,rec->input,rec->length); - t=EVP_DigestSignFinal(mac_ctx,md,&md_size); - OPENSSL_assert(t > 0); +{ + SSL3_RECORD *rec; + unsigned char *seq; + EVP_MD_CTX *hash; + size_t md_size, orig_len; + int i; + EVP_MD_CTX hmac, *mac_ctx; + unsigned char header[13]; + int stream_mac = (send ? (ssl->mac_flags & SSL_MAC_FLAG_WRITE_MAC_STREAM) + : (ssl->mac_flags & SSL_MAC_FLAG_READ_MAC_STREAM)); + int t; + + if (send) { + rec = &(ssl->s3->wrec); + seq = &(ssl->s3->write_sequence[0]); + hash = ssl->write_hash; + } else { + rec = &(ssl->s3->rrec); + seq = &(ssl->s3->read_sequence[0]); + hash = ssl->read_hash; + } + + t = EVP_MD_CTX_size(hash); + OPENSSL_assert(t >= 0); + md_size = t; + + /* I should fix this up TLS TLS TLS TLS TLS XXXXXXXX */ + if (stream_mac) { + mac_ctx = hash; + } else { + if (!EVP_MD_CTX_copy(&hmac, hash)) + return -1; + mac_ctx = &hmac; + } + + if (SSL_IS_DTLS(ssl)) { + unsigned char dtlsseq[8], *p = dtlsseq; + + s2n(send ? ssl->d1->w_epoch : ssl->d1->r_epoch, p); + memcpy(p, &seq[2], 6); + + memcpy(header, dtlsseq, 8); + } else + memcpy(header, seq, 8); + + /* + * kludge: tls1_cbc_remove_padding passes padding length in rec->type + */ + orig_len = rec->length + md_size + ((unsigned int)rec->type >> 8); + rec->type &= 0xff; + + header[8] = rec->type; + header[9] = (unsigned char)(ssl->version >> 8); + header[10] = (unsigned char)(ssl->version); + header[11] = (rec->length) >> 8; + header[12] = (rec->length) & 0xff; + + if (!send && + EVP_CIPHER_CTX_mode(ssl->enc_read_ctx) == EVP_CIPH_CBC_MODE && + ssl3_cbc_record_digest_supported(mac_ctx)) { + /* + * This is a CBC-encrypted record. We must avoid leaking any + * timing-side channel information about how many blocks of data we + * are hashing because that gives an attacker a timing-oracle. + */ + /* Final param == not SSLv3 */ + ssl3_cbc_digest_record(mac_ctx, + md, &md_size, + header, rec->input, + rec->length + md_size, orig_len, + ssl->s3->read_mac_secret, + ssl->s3->read_mac_secret_size, 0); + } else { + EVP_DigestSignUpdate(mac_ctx, header, sizeof(header)); + EVP_DigestSignUpdate(mac_ctx, rec->input, rec->length); + t = EVP_DigestSignFinal(mac_ctx, md, &md_size); + OPENSSL_assert(t > 0); #ifdef OPENSSL_FIPS - if (!send && FIPS_mode()) - tls_fips_digest_extra( - ssl->enc_read_ctx, - mac_ctx, rec->input, - rec->length, orig_len); + if (!send && FIPS_mode()) + tls_fips_digest_extra(ssl->enc_read_ctx, + mac_ctx, rec->input, rec->length, orig_len); #endif - } - - if (!stream_mac) - EVP_MD_CTX_cleanup(&hmac); + } + + if (!stream_mac) + EVP_MD_CTX_cleanup(&hmac); #ifdef TLS_DEBUG -printf("seq="); -{int z; for (z=0; z<8; z++) printf("%02X ",seq[z]); printf("\n"); } -printf("rec="); -{unsigned int z; for (z=0; zlength; z++) printf("%02X ",rec->data[z]); printf("\n"); } + fprintf(stderr, "seq="); + { + int z; + for (z = 0; z < 8; z++) + fprintf(stderr, "%02X ", seq[z]); + fprintf(stderr, "\n"); + } + fprintf(stderr, "rec="); + { + unsigned int z; + for (z = 0; z < rec->length; z++) + fprintf(stderr, "%02X ", rec->data[z]); + fprintf(stderr, "\n"); + } #endif - if (ssl->version != DTLS1_VERSION && ssl->version != DTLS1_BAD_VER) - { - for (i=7; i>=0; i--) - { - ++seq[i]; - if (seq[i] != 0) break; - } - } - + if (!SSL_IS_DTLS(ssl)) { + for (i = 7; i >= 0; i--) { + ++seq[i]; + if (seq[i] != 0) + break; + } + } #ifdef TLS_DEBUG -{unsigned int z; for (z=0; zs3->client_opaque_prf_input != NULL && s->s3->server_opaque_prf_input != NULL && - s->s3->client_opaque_prf_input_len > 0 && - s->s3->client_opaque_prf_input_len == s->s3->server_opaque_prf_input_len) - { - co = s->s3->client_opaque_prf_input; - col = s->s3->server_opaque_prf_input_len; - so = s->s3->server_opaque_prf_input; - sol = s->s3->client_opaque_prf_input_len; /* must be same as col (see draft-rescorla-tls-opaque-prf-input-00.txt, section 3.1) */ - } + if (s->s3->client_opaque_prf_input != NULL + && s->s3->server_opaque_prf_input != NULL + && s->s3->client_opaque_prf_input_len > 0 + && s->s3->client_opaque_prf_input_len == + s->s3->server_opaque_prf_input_len) { + co = s->s3->client_opaque_prf_input; + col = s->s3->server_opaque_prf_input_len; + so = s->s3->server_opaque_prf_input; + /* + * must be same as col (see + * draft-resc-00.txts-opaque-prf-input-00.txt, section 3.1) + */ + sol = s->s3->client_opaque_prf_input_len; + } #endif - tls1_PRF(ssl_get_algorithm2(s), - TLS_MD_MASTER_SECRET_CONST,TLS_MD_MASTER_SECRET_CONST_SIZE, - s->s3->client_random,SSL3_RANDOM_SIZE, - co, col, - s->s3->server_random,SSL3_RANDOM_SIZE, - so, sol, - p,len, - s->session->master_key,buff,sizeof buff); + tls1_PRF(ssl_get_algorithm2(s), + TLS_MD_MASTER_SECRET_CONST, TLS_MD_MASTER_SECRET_CONST_SIZE, + s->s3->client_random, SSL3_RANDOM_SIZE, + co, col, + s->s3->server_random, SSL3_RANDOM_SIZE, + so, sol, p, len, s->session->master_key, buff, sizeof buff); #ifdef SSL_DEBUG - fprintf(stderr, "Premaster Secret:\n"); - BIO_dump_fp(stderr, (char *)p, len); - fprintf(stderr, "Client Random:\n"); - BIO_dump_fp(stderr, (char *)s->s3->client_random, SSL3_RANDOM_SIZE); - fprintf(stderr, "Server Random:\n"); - BIO_dump_fp(stderr, (char *)s->s3->server_random, SSL3_RANDOM_SIZE); - fprintf(stderr, "Master Secret:\n"); - BIO_dump_fp(stderr, (char *)s->session->master_key, SSL3_MASTER_SECRET_SIZE); + fprintf(stderr, "Premaster Secret:\n"); + BIO_dump_fp(stderr, (char *)p, len); + fprintf(stderr, "Client Random:\n"); + BIO_dump_fp(stderr, (char *)s->s3->client_random, SSL3_RANDOM_SIZE); + fprintf(stderr, "Server Random:\n"); + BIO_dump_fp(stderr, (char *)s->s3->server_random, SSL3_RANDOM_SIZE); + fprintf(stderr, "Master Secret:\n"); + BIO_dump_fp(stderr, (char *)s->session->master_key, + SSL3_MASTER_SECRET_SIZE); +#endif + +#ifdef OPENSSL_SSL_TRACE_CRYPTO + if (s->msg_callback) { + s->msg_callback(2, s->version, TLS1_RT_CRYPTO_PREMASTER, + p, len, s, s->msg_callback_arg); + s->msg_callback(2, s->version, TLS1_RT_CRYPTO_CLIENT_RANDOM, + s->s3->client_random, SSL3_RANDOM_SIZE, + s, s->msg_callback_arg); + s->msg_callback(2, s->version, TLS1_RT_CRYPTO_SERVER_RANDOM, + s->s3->server_random, SSL3_RANDOM_SIZE, + s, s->msg_callback_arg); + s->msg_callback(2, s->version, TLS1_RT_CRYPTO_MASTER, + s->session->master_key, + SSL3_MASTER_SECRET_SIZE, s, s->msg_callback_arg); + } #endif #ifdef KSSL_DEBUG - printf ("tls1_generate_master_secret() complete\n"); -#endif /* KSSL_DEBUG */ - return(SSL3_MASTER_SECRET_SIZE); - } + fprintf(stderr, "tls1_generate_master_secret() complete\n"); +#endif /* KSSL_DEBUG */ + return (SSL3_MASTER_SECRET_SIZE); +} int tls1_export_keying_material(SSL *s, unsigned char *out, size_t olen, - const char *label, size_t llen, const unsigned char *context, - size_t contextlen, int use_context) - { - unsigned char *buff; - unsigned char *val = NULL; - size_t vallen, currentvalpos; - int rv; + const char *label, size_t llen, + const unsigned char *context, + size_t contextlen, int use_context) +{ + unsigned char *buff; + unsigned char *val = NULL; + size_t vallen, currentvalpos; + int rv; #ifdef KSSL_DEBUG - printf ("tls1_export_keying_material(%p,%p,%d,%s,%d,%p,%d)\n", s, out, olen, label, llen, context, contextlen); -#endif /* KSSL_DEBUG */ - - buff = OPENSSL_malloc(olen); - if (buff == NULL) goto err2; - - /* construct PRF arguments - * we construct the PRF argument ourself rather than passing separate - * values into the TLS PRF to ensure that the concatenation of values - * does not create a prohibited label. - */ - vallen = llen + SSL3_RANDOM_SIZE * 2; - if (use_context) - { - vallen += 2 + contextlen; - } - - val = OPENSSL_malloc(vallen); - if (val == NULL) goto err2; - currentvalpos = 0; - memcpy(val + currentvalpos, (unsigned char *) label, llen); - currentvalpos += llen; - memcpy(val + currentvalpos, s->s3->client_random, SSL3_RANDOM_SIZE); - currentvalpos += SSL3_RANDOM_SIZE; - memcpy(val + currentvalpos, s->s3->server_random, SSL3_RANDOM_SIZE); - currentvalpos += SSL3_RANDOM_SIZE; - - if (use_context) - { - val[currentvalpos] = (contextlen >> 8) & 0xff; - currentvalpos++; - val[currentvalpos] = contextlen & 0xff; - currentvalpos++; - if ((contextlen > 0) || (context != NULL)) - { - memcpy(val + currentvalpos, context, contextlen); - } - } - - /* disallow prohibited labels - * note that SSL3_RANDOM_SIZE > max(prohibited label len) = - * 15, so size of val > max(prohibited label len) = 15 and the - * comparisons won't have buffer overflow - */ - if (memcmp(val, TLS_MD_CLIENT_FINISH_CONST, - TLS_MD_CLIENT_FINISH_CONST_SIZE) == 0) goto err1; - if (memcmp(val, TLS_MD_SERVER_FINISH_CONST, - TLS_MD_SERVER_FINISH_CONST_SIZE) == 0) goto err1; - if (memcmp(val, TLS_MD_MASTER_SECRET_CONST, - TLS_MD_MASTER_SECRET_CONST_SIZE) == 0) goto err1; - if (memcmp(val, TLS_MD_KEY_EXPANSION_CONST, - TLS_MD_KEY_EXPANSION_CONST_SIZE) == 0) goto err1; - - rv = tls1_PRF(ssl_get_algorithm2(s), - val, vallen, - NULL, 0, - NULL, 0, - NULL, 0, - NULL, 0, - s->session->master_key,s->session->master_key_length, - out,buff,olen); + fprintf(stderr, "tls1_export_keying_material(%p,%p,%lu,%s,%lu,%p,%lu)\n", + s, out, olen, label, llen, context, contextlen); +#endif /* KSSL_DEBUG */ + + buff = OPENSSL_malloc(olen); + if (buff == NULL) + goto err2; + + /* + * construct PRF arguments we construct the PRF argument ourself rather + * than passing separate values into the TLS PRF to ensure that the + * concatenation of values does not create a prohibited label. + */ + vallen = llen + SSL3_RANDOM_SIZE * 2; + if (use_context) { + vallen += 2 + contextlen; + } + + val = OPENSSL_malloc(vallen); + if (val == NULL) + goto err2; + currentvalpos = 0; + memcpy(val + currentvalpos, (unsigned char *)label, llen); + currentvalpos += llen; + memcpy(val + currentvalpos, s->s3->client_random, SSL3_RANDOM_SIZE); + currentvalpos += SSL3_RANDOM_SIZE; + memcpy(val + currentvalpos, s->s3->server_random, SSL3_RANDOM_SIZE); + currentvalpos += SSL3_RANDOM_SIZE; + + if (use_context) { + val[currentvalpos] = (contextlen >> 8) & 0xff; + currentvalpos++; + val[currentvalpos] = contextlen & 0xff; + currentvalpos++; + if ((contextlen > 0) || (context != NULL)) { + memcpy(val + currentvalpos, context, contextlen); + } + } + + /* + * disallow prohibited labels note that SSL3_RANDOM_SIZE > max(prohibited + * label len) = 15, so size of val > max(prohibited label len) = 15 and + * the comparisons won't have buffer overflow + */ + if (memcmp(val, TLS_MD_CLIENT_FINISH_CONST, + TLS_MD_CLIENT_FINISH_CONST_SIZE) == 0) + goto err1; + if (memcmp(val, TLS_MD_SERVER_FINISH_CONST, + TLS_MD_SERVER_FINISH_CONST_SIZE) == 0) + goto err1; + if (memcmp(val, TLS_MD_MASTER_SECRET_CONST, + TLS_MD_MASTER_SECRET_CONST_SIZE) == 0) + goto err1; + if (memcmp(val, TLS_MD_KEY_EXPANSION_CONST, + TLS_MD_KEY_EXPANSION_CONST_SIZE) == 0) + goto err1; + + rv = tls1_PRF(ssl_get_algorithm2(s), + val, vallen, + NULL, 0, + NULL, 0, + NULL, 0, + NULL, 0, + s->session->master_key, s->session->master_key_length, + out, buff, olen); #ifdef KSSL_DEBUG - printf ("tls1_export_keying_material() complete\n"); -#endif /* KSSL_DEBUG */ - goto ret; -err1: - SSLerr(SSL_F_TLS1_EXPORT_KEYING_MATERIAL, SSL_R_TLS_ILLEGAL_EXPORTER_LABEL); - rv = 0; - goto ret; -err2: - SSLerr(SSL_F_TLS1_EXPORT_KEYING_MATERIAL, ERR_R_MALLOC_FAILURE); - rv = 0; -ret: - if (buff != NULL) OPENSSL_free(buff); - if (val != NULL) OPENSSL_free(val); - return(rv); - } + fprintf(stderr, "tls1_export_keying_material() complete\n"); +#endif /* KSSL_DEBUG */ + goto ret; + err1: + SSLerr(SSL_F_TLS1_EXPORT_KEYING_MATERIAL, + SSL_R_TLS_ILLEGAL_EXPORTER_LABEL); + rv = 0; + goto ret; + err2: + SSLerr(SSL_F_TLS1_EXPORT_KEYING_MATERIAL, ERR_R_MALLOC_FAILURE); + rv = 0; + ret: + if (buff != NULL) + OPENSSL_free(buff); + if (val != NULL) + OPENSSL_free(val); + return (rv); +} int tls1_alert_code(int code) - { - switch (code) - { - case SSL_AD_CLOSE_NOTIFY: return(SSL3_AD_CLOSE_NOTIFY); - case SSL_AD_UNEXPECTED_MESSAGE: return(SSL3_AD_UNEXPECTED_MESSAGE); - case SSL_AD_BAD_RECORD_MAC: return(SSL3_AD_BAD_RECORD_MAC); - case SSL_AD_DECRYPTION_FAILED: return(TLS1_AD_DECRYPTION_FAILED); - case SSL_AD_RECORD_OVERFLOW: return(TLS1_AD_RECORD_OVERFLOW); - case SSL_AD_DECOMPRESSION_FAILURE:return(SSL3_AD_DECOMPRESSION_FAILURE); - case SSL_AD_HANDSHAKE_FAILURE: return(SSL3_AD_HANDSHAKE_FAILURE); - case SSL_AD_NO_CERTIFICATE: return(-1); - case SSL_AD_BAD_CERTIFICATE: return(SSL3_AD_BAD_CERTIFICATE); - case SSL_AD_UNSUPPORTED_CERTIFICATE:return(SSL3_AD_UNSUPPORTED_CERTIFICATE); - case SSL_AD_CERTIFICATE_REVOKED:return(SSL3_AD_CERTIFICATE_REVOKED); - case SSL_AD_CERTIFICATE_EXPIRED:return(SSL3_AD_CERTIFICATE_EXPIRED); - case SSL_AD_CERTIFICATE_UNKNOWN:return(SSL3_AD_CERTIFICATE_UNKNOWN); - case SSL_AD_ILLEGAL_PARAMETER: return(SSL3_AD_ILLEGAL_PARAMETER); - case SSL_AD_UNKNOWN_CA: return(TLS1_AD_UNKNOWN_CA); - case SSL_AD_ACCESS_DENIED: return(TLS1_AD_ACCESS_DENIED); - case SSL_AD_DECODE_ERROR: return(TLS1_AD_DECODE_ERROR); - case SSL_AD_DECRYPT_ERROR: return(TLS1_AD_DECRYPT_ERROR); - case SSL_AD_EXPORT_RESTRICTION: return(TLS1_AD_EXPORT_RESTRICTION); - case SSL_AD_PROTOCOL_VERSION: return(TLS1_AD_PROTOCOL_VERSION); - case SSL_AD_INSUFFICIENT_SECURITY:return(TLS1_AD_INSUFFICIENT_SECURITY); - case SSL_AD_INTERNAL_ERROR: return(TLS1_AD_INTERNAL_ERROR); - case SSL_AD_USER_CANCELLED: return(TLS1_AD_USER_CANCELLED); - case SSL_AD_NO_RENEGOTIATION: return(TLS1_AD_NO_RENEGOTIATION); - case SSL_AD_UNSUPPORTED_EXTENSION: return(TLS1_AD_UNSUPPORTED_EXTENSION); - case SSL_AD_CERTIFICATE_UNOBTAINABLE: return(TLS1_AD_CERTIFICATE_UNOBTAINABLE); - case SSL_AD_UNRECOGNIZED_NAME: return(TLS1_AD_UNRECOGNIZED_NAME); - case SSL_AD_BAD_CERTIFICATE_STATUS_RESPONSE: return(TLS1_AD_BAD_CERTIFICATE_STATUS_RESPONSE); - case SSL_AD_BAD_CERTIFICATE_HASH_VALUE: return(TLS1_AD_BAD_CERTIFICATE_HASH_VALUE); - case SSL_AD_UNKNOWN_PSK_IDENTITY:return(TLS1_AD_UNKNOWN_PSK_IDENTITY); - case SSL_AD_INAPPROPRIATE_FALLBACK:return(TLS1_AD_INAPPROPRIATE_FALLBACK); -#if 0 /* not appropriate for TLS, not used for DTLS */ - case DTLS1_AD_MISSING_HANDSHAKE_MESSAGE: return - (DTLS1_AD_MISSING_HANDSHAKE_MESSAGE); +{ + switch (code) { + case SSL_AD_CLOSE_NOTIFY: + return (SSL3_AD_CLOSE_NOTIFY); + case SSL_AD_UNEXPECTED_MESSAGE: + return (SSL3_AD_UNEXPECTED_MESSAGE); + case SSL_AD_BAD_RECORD_MAC: + return (SSL3_AD_BAD_RECORD_MAC); + case SSL_AD_DECRYPTION_FAILED: + return (TLS1_AD_DECRYPTION_FAILED); + case SSL_AD_RECORD_OVERFLOW: + return (TLS1_AD_RECORD_OVERFLOW); + case SSL_AD_DECOMPRESSION_FAILURE: + return (SSL3_AD_DECOMPRESSION_FAILURE); + case SSL_AD_HANDSHAKE_FAILURE: + return (SSL3_AD_HANDSHAKE_FAILURE); + case SSL_AD_NO_CERTIFICATE: + return (-1); + case SSL_AD_BAD_CERTIFICATE: + return (SSL3_AD_BAD_CERTIFICATE); + case SSL_AD_UNSUPPORTED_CERTIFICATE: + return (SSL3_AD_UNSUPPORTED_CERTIFICATE); + case SSL_AD_CERTIFICATE_REVOKED: + return (SSL3_AD_CERTIFICATE_REVOKED); + case SSL_AD_CERTIFICATE_EXPIRED: + return (SSL3_AD_CERTIFICATE_EXPIRED); + case SSL_AD_CERTIFICATE_UNKNOWN: + return (SSL3_AD_CERTIFICATE_UNKNOWN); + case SSL_AD_ILLEGAL_PARAMETER: + return (SSL3_AD_ILLEGAL_PARAMETER); + case SSL_AD_UNKNOWN_CA: + return (TLS1_AD_UNKNOWN_CA); + case SSL_AD_ACCESS_DENIED: + return (TLS1_AD_ACCESS_DENIED); + case SSL_AD_DECODE_ERROR: + return (TLS1_AD_DECODE_ERROR); + case SSL_AD_DECRYPT_ERROR: + return (TLS1_AD_DECRYPT_ERROR); + case SSL_AD_EXPORT_RESTRICTION: + return (TLS1_AD_EXPORT_RESTRICTION); + case SSL_AD_PROTOCOL_VERSION: + return (TLS1_AD_PROTOCOL_VERSION); + case SSL_AD_INSUFFICIENT_SECURITY: + return (TLS1_AD_INSUFFICIENT_SECURITY); + case SSL_AD_INTERNAL_ERROR: + return (TLS1_AD_INTERNAL_ERROR); + case SSL_AD_USER_CANCELLED: + return (TLS1_AD_USER_CANCELLED); + case SSL_AD_NO_RENEGOTIATION: + return (TLS1_AD_NO_RENEGOTIATION); + case SSL_AD_UNSUPPORTED_EXTENSION: + return (TLS1_AD_UNSUPPORTED_EXTENSION); + case SSL_AD_CERTIFICATE_UNOBTAINABLE: + return (TLS1_AD_CERTIFICATE_UNOBTAINABLE); + case SSL_AD_UNRECOGNIZED_NAME: + return (TLS1_AD_UNRECOGNIZED_NAME); + case SSL_AD_BAD_CERTIFICATE_STATUS_RESPONSE: + return (TLS1_AD_BAD_CERTIFICATE_STATUS_RESPONSE); + case SSL_AD_BAD_CERTIFICATE_HASH_VALUE: + return (TLS1_AD_BAD_CERTIFICATE_HASH_VALUE); + case SSL_AD_UNKNOWN_PSK_IDENTITY: + return (TLS1_AD_UNKNOWN_PSK_IDENTITY); + case SSL_AD_INAPPROPRIATE_FALLBACK: + return (TLS1_AD_INAPPROPRIATE_FALLBACK); +#if 0 + /* not appropriate for TLS, not used for DTLS */ + case DTLS1_AD_MISSING_HANDSHAKE_MESSAGE: + return (DTLS1_AD_MISSING_HANDSHAKE_MESSAGE); #endif - default: return(-1); - } - } + default: + return (-1); + } +} diff --git a/openssl/ssl/t1_ext.c b/openssl/ssl/t1_ext.c new file mode 100755 index 000000000..724ddf76a --- /dev/null +++ b/openssl/ssl/t1_ext.c @@ -0,0 +1,298 @@ +/* ssl/t1_ext.c */ +/* ==================================================================== + * Copyright (c) 2014 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ + +/* Custom extension utility functions */ + +#include "ssl_locl.h" + +#ifndef OPENSSL_NO_TLSEXT + +/* Find a custom extension from the list. */ +static custom_ext_method *custom_ext_find(custom_ext_methods *exts, + unsigned int ext_type) +{ + size_t i; + custom_ext_method *meth = exts->meths; + for (i = 0; i < exts->meths_count; i++, meth++) { + if (ext_type == meth->ext_type) + return meth; + } + return NULL; +} + +/* + * Initialise custom extensions flags to indicate neither sent nor received. + */ +void custom_ext_init(custom_ext_methods *exts) +{ + size_t i; + custom_ext_method *meth = exts->meths; + for (i = 0; i < exts->meths_count; i++, meth++) + meth->ext_flags = 0; +} + +/* Pass received custom extension data to the application for parsing. */ +int custom_ext_parse(SSL *s, int server, + unsigned int ext_type, + const unsigned char *ext_data, size_t ext_size, int *al) +{ + custom_ext_methods *exts = server ? &s->cert->srv_ext : &s->cert->cli_ext; + custom_ext_method *meth; + meth = custom_ext_find(exts, ext_type); + /* If not found return success */ + if (!meth) + return 1; + if (!server) { + /* + * If it's ServerHello we can't have any extensions not sent in + * ClientHello. + */ + if (!(meth->ext_flags & SSL_EXT_FLAG_SENT)) { + *al = TLS1_AD_UNSUPPORTED_EXTENSION; + return 0; + } + } + /* If already present it's a duplicate */ + if (meth->ext_flags & SSL_EXT_FLAG_RECEIVED) { + *al = TLS1_AD_DECODE_ERROR; + return 0; + } + meth->ext_flags |= SSL_EXT_FLAG_RECEIVED; + /* If no parse function set return success */ + if (!meth->parse_cb) + return 1; + + return meth->parse_cb(s, ext_type, ext_data, ext_size, al, + meth->parse_arg); +} + +/* + * Request custom extension data from the application and add to the return + * buffer. + */ +int custom_ext_add(SSL *s, int server, + unsigned char **pret, unsigned char *limit, int *al) +{ + custom_ext_methods *exts = server ? &s->cert->srv_ext : &s->cert->cli_ext; + custom_ext_method *meth; + unsigned char *ret = *pret; + size_t i; + + for (i = 0; i < exts->meths_count; i++) { + const unsigned char *out = NULL; + size_t outlen = 0; + meth = exts->meths + i; + + if (server) { + /* + * For ServerHello only send extensions present in ClientHello. + */ + if (!(meth->ext_flags & SSL_EXT_FLAG_RECEIVED)) + continue; + /* If callback absent for server skip it */ + if (!meth->add_cb) + continue; + } + if (meth->add_cb) { + int cb_retval = 0; + cb_retval = meth->add_cb(s, meth->ext_type, + &out, &outlen, al, meth->add_arg); + if (cb_retval < 0) + return 0; /* error */ + if (cb_retval == 0) + continue; /* skip this extension */ + } + if (4 > limit - ret || outlen > (size_t)(limit - ret - 4)) + return 0; + s2n(meth->ext_type, ret); + s2n(outlen, ret); + if (outlen) { + memcpy(ret, out, outlen); + ret += outlen; + } + /* + * We can't send duplicates: code logic should prevent this. + */ + OPENSSL_assert(!(meth->ext_flags & SSL_EXT_FLAG_SENT)); + /* + * Indicate extension has been sent: this is both a sanity check to + * ensure we don't send duplicate extensions and indicates that it is + * not an error if the extension is present in ServerHello. + */ + meth->ext_flags |= SSL_EXT_FLAG_SENT; + if (meth->free_cb) + meth->free_cb(s, meth->ext_type, out, meth->add_arg); + } + *pret = ret; + return 1; +} + +/* Copy table of custom extensions */ +int custom_exts_copy(custom_ext_methods *dst, const custom_ext_methods *src) +{ + if (src->meths_count) { + dst->meths = + BUF_memdup(src->meths, + sizeof(custom_ext_method) * src->meths_count); + if (dst->meths == NULL) + return 0; + dst->meths_count = src->meths_count; + } + return 1; +} + +void custom_exts_free(custom_ext_methods *exts) +{ + if (exts->meths) + OPENSSL_free(exts->meths); +} + +/* Set callbacks for a custom extension. */ +static int custom_ext_meth_add(custom_ext_methods *exts, + unsigned int ext_type, + custom_ext_add_cb add_cb, + custom_ext_free_cb free_cb, + void *add_arg, + custom_ext_parse_cb parse_cb, void *parse_arg) +{ + custom_ext_method *meth; + /* + * Check application error: if add_cb is not set free_cb will never be + * called. + */ + if (!add_cb && free_cb) + return 0; + /* Don't add if extension supported internally. */ + if (SSL_extension_supported(ext_type)) + return 0; + /* Extension type must fit in 16 bits */ + if (ext_type > 0xffff) + return 0; + /* Search for duplicate */ + if (custom_ext_find(exts, ext_type)) + return 0; + exts->meths = OPENSSL_realloc(exts->meths, + (exts->meths_count + + 1) * sizeof(custom_ext_method)); + + if (!exts->meths) { + exts->meths_count = 0; + return 0; + } + + meth = exts->meths + exts->meths_count; + memset(meth, 0, sizeof(custom_ext_method)); + meth->parse_cb = parse_cb; + meth->add_cb = add_cb; + meth->free_cb = free_cb; + meth->ext_type = ext_type; + meth->add_arg = add_arg; + meth->parse_arg = parse_arg; + exts->meths_count++; + return 1; +} + +/* Application level functions to add custom extension callbacks */ +int SSL_CTX_add_client_custom_ext(SSL_CTX *ctx, unsigned int ext_type, + custom_ext_add_cb add_cb, + custom_ext_free_cb free_cb, + void *add_arg, + custom_ext_parse_cb parse_cb, + void *parse_arg) +{ + return custom_ext_meth_add(&ctx->cert->cli_ext, ext_type, + add_cb, free_cb, add_arg, parse_cb, parse_arg); +} + +int SSL_CTX_add_server_custom_ext(SSL_CTX *ctx, unsigned int ext_type, + custom_ext_add_cb add_cb, + custom_ext_free_cb free_cb, + void *add_arg, + custom_ext_parse_cb parse_cb, + void *parse_arg) +{ + return custom_ext_meth_add(&ctx->cert->srv_ext, ext_type, + add_cb, free_cb, add_arg, parse_cb, parse_arg); +} + +int SSL_extension_supported(unsigned int ext_type) +{ + switch (ext_type) { + /* Internally supported extensions. */ + case TLSEXT_TYPE_application_layer_protocol_negotiation: + case TLSEXT_TYPE_ec_point_formats: + case TLSEXT_TYPE_elliptic_curves: + case TLSEXT_TYPE_heartbeat: + case TLSEXT_TYPE_next_proto_neg: + case TLSEXT_TYPE_padding: + case TLSEXT_TYPE_renegotiate: + case TLSEXT_TYPE_server_name: + case TLSEXT_TYPE_session_ticket: + case TLSEXT_TYPE_signature_algorithms: + case TLSEXT_TYPE_srp: + case TLSEXT_TYPE_status_request: + case TLSEXT_TYPE_use_srtp: +# ifdef TLSEXT_TYPE_opaque_prf_input + case TLSEXT_TYPE_opaque_prf_input: +# endif +# ifdef TLSEXT_TYPE_encrypt_then_mac + case TLSEXT_TYPE_encrypt_then_mac: +# endif + return 1; + default: + return 0; + } +} +#endif diff --git a/openssl/ssl/t1_lib.c b/openssl/ssl/t1_lib.c index d6aff4b68..72be01dd6 100644 --- a/openssl/ssl/t1_lib.c +++ b/openssl/ssl/t1_lib.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +63,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -113,785 +113,1664 @@ #include #include #include +#ifdef OPENSSL_NO_EC2M +# include +#endif #include #include #include "ssl_locl.h" -const char tls1_version_str[]="TLSv1" OPENSSL_VERSION_PTEXT; +const char tls1_version_str[] = "TLSv1" OPENSSL_VERSION_PTEXT; #ifndef OPENSSL_NO_TLSEXT static int tls_decrypt_ticket(SSL *s, const unsigned char *tick, int ticklen, - const unsigned char *sess_id, int sesslen, - SSL_SESSION **psess); + const unsigned char *sess_id, int sesslen, + SSL_SESSION **psess); +static int ssl_check_clienthello_tlsext_early(SSL *s); +int ssl_check_serverhello_tlsext(SSL *s); #endif -SSL3_ENC_METHOD TLSv1_enc_data={ - tls1_enc, - tls1_mac, - tls1_setup_key_block, - tls1_generate_master_secret, - tls1_change_cipher_state, - tls1_final_finish_mac, - TLS1_FINISH_MAC_LENGTH, - tls1_cert_verify_mac, - TLS_MD_CLIENT_FINISH_CONST,TLS_MD_CLIENT_FINISH_CONST_SIZE, - TLS_MD_SERVER_FINISH_CONST,TLS_MD_SERVER_FINISH_CONST_SIZE, - tls1_alert_code, - tls1_export_keying_material, - }; +SSL3_ENC_METHOD TLSv1_enc_data = { + tls1_enc, + tls1_mac, + tls1_setup_key_block, + tls1_generate_master_secret, + tls1_change_cipher_state, + tls1_final_finish_mac, + TLS1_FINISH_MAC_LENGTH, + tls1_cert_verify_mac, + TLS_MD_CLIENT_FINISH_CONST, TLS_MD_CLIENT_FINISH_CONST_SIZE, + TLS_MD_SERVER_FINISH_CONST, TLS_MD_SERVER_FINISH_CONST_SIZE, + tls1_alert_code, + tls1_export_keying_material, + 0, + SSL3_HM_HEADER_LENGTH, + ssl3_set_handshake_header, + ssl3_handshake_write +}; + +SSL3_ENC_METHOD TLSv1_1_enc_data = { + tls1_enc, + tls1_mac, + tls1_setup_key_block, + tls1_generate_master_secret, + tls1_change_cipher_state, + tls1_final_finish_mac, + TLS1_FINISH_MAC_LENGTH, + tls1_cert_verify_mac, + TLS_MD_CLIENT_FINISH_CONST, TLS_MD_CLIENT_FINISH_CONST_SIZE, + TLS_MD_SERVER_FINISH_CONST, TLS_MD_SERVER_FINISH_CONST_SIZE, + tls1_alert_code, + tls1_export_keying_material, + SSL_ENC_FLAG_EXPLICIT_IV, + SSL3_HM_HEADER_LENGTH, + ssl3_set_handshake_header, + ssl3_handshake_write +}; + +SSL3_ENC_METHOD TLSv1_2_enc_data = { + tls1_enc, + tls1_mac, + tls1_setup_key_block, + tls1_generate_master_secret, + tls1_change_cipher_state, + tls1_final_finish_mac, + TLS1_FINISH_MAC_LENGTH, + tls1_cert_verify_mac, + TLS_MD_CLIENT_FINISH_CONST, TLS_MD_CLIENT_FINISH_CONST_SIZE, + TLS_MD_SERVER_FINISH_CONST, TLS_MD_SERVER_FINISH_CONST_SIZE, + tls1_alert_code, + tls1_export_keying_material, + SSL_ENC_FLAG_EXPLICIT_IV | SSL_ENC_FLAG_SIGALGS | SSL_ENC_FLAG_SHA256_PRF + | SSL_ENC_FLAG_TLS1_2_CIPHERS, + SSL3_HM_HEADER_LENGTH, + ssl3_set_handshake_header, + ssl3_handshake_write +}; long tls1_default_timeout(void) - { - /* 2 hours, the 24 hours mentioned in the TLSv1 spec - * is way too long for http, the cache would over fill */ - return(60*60*2); - } +{ + /* + * 2 hours, the 24 hours mentioned in the TLSv1 spec is way too long for + * http, the cache would over fill + */ + return (60 * 60 * 2); +} int tls1_new(SSL *s) - { - if (!ssl3_new(s)) return(0); - s->method->ssl_clear(s); - return(1); - } +{ + if (!ssl3_new(s)) + return (0); + s->method->ssl_clear(s); + return (1); +} void tls1_free(SSL *s) - { +{ #ifndef OPENSSL_NO_TLSEXT - if (s->tlsext_session_ticket) - { - OPENSSL_free(s->tlsext_session_ticket); - } -#endif /* OPENSSL_NO_TLSEXT */ - ssl3_free(s); - } + if (s->tlsext_session_ticket) { + OPENSSL_free(s->tlsext_session_ticket); + } +#endif /* OPENSSL_NO_TLSEXT */ + ssl3_free(s); +} void tls1_clear(SSL *s) - { - ssl3_clear(s); - s->version = s->method->version; - } +{ + ssl3_clear(s); + s->version = s->method->version; +} #ifndef OPENSSL_NO_EC -static int nid_list[] = - { - NID_sect163k1, /* sect163k1 (1) */ - NID_sect163r1, /* sect163r1 (2) */ - NID_sect163r2, /* sect163r2 (3) */ - NID_sect193r1, /* sect193r1 (4) */ - NID_sect193r2, /* sect193r2 (5) */ - NID_sect233k1, /* sect233k1 (6) */ - NID_sect233r1, /* sect233r1 (7) */ - NID_sect239k1, /* sect239k1 (8) */ - NID_sect283k1, /* sect283k1 (9) */ - NID_sect283r1, /* sect283r1 (10) */ - NID_sect409k1, /* sect409k1 (11) */ - NID_sect409r1, /* sect409r1 (12) */ - NID_sect571k1, /* sect571k1 (13) */ - NID_sect571r1, /* sect571r1 (14) */ - NID_secp160k1, /* secp160k1 (15) */ - NID_secp160r1, /* secp160r1 (16) */ - NID_secp160r2, /* secp160r2 (17) */ - NID_secp192k1, /* secp192k1 (18) */ - NID_X9_62_prime192v1, /* secp192r1 (19) */ - NID_secp224k1, /* secp224k1 (20) */ - NID_secp224r1, /* secp224r1 (21) */ - NID_secp256k1, /* secp256k1 (22) */ - NID_X9_62_prime256v1, /* secp256r1 (23) */ - NID_secp384r1, /* secp384r1 (24) */ - NID_secp521r1 /* secp521r1 (25) */ - }; - -static int pref_list[] = - { - NID_sect571r1, /* sect571r1 (14) */ - NID_sect571k1, /* sect571k1 (13) */ - NID_secp521r1, /* secp521r1 (25) */ - NID_sect409k1, /* sect409k1 (11) */ - NID_sect409r1, /* sect409r1 (12) */ - NID_secp384r1, /* secp384r1 (24) */ - NID_sect283k1, /* sect283k1 (9) */ - NID_sect283r1, /* sect283r1 (10) */ - NID_secp256k1, /* secp256k1 (22) */ - NID_X9_62_prime256v1, /* secp256r1 (23) */ - NID_sect239k1, /* sect239k1 (8) */ - NID_sect233k1, /* sect233k1 (6) */ - NID_sect233r1, /* sect233r1 (7) */ - NID_secp224k1, /* secp224k1 (20) */ - NID_secp224r1, /* secp224r1 (21) */ - NID_sect193r1, /* sect193r1 (4) */ - NID_sect193r2, /* sect193r2 (5) */ - NID_secp192k1, /* secp192k1 (18) */ - NID_X9_62_prime192v1, /* secp192r1 (19) */ - NID_sect163k1, /* sect163k1 (1) */ - NID_sect163r1, /* sect163r1 (2) */ - NID_sect163r2, /* sect163r2 (3) */ - NID_secp160k1, /* secp160k1 (15) */ - NID_secp160r1, /* secp160r1 (16) */ - NID_secp160r2, /* secp160r2 (17) */ - }; +static int nid_list[] = { + NID_sect163k1, /* sect163k1 (1) */ + NID_sect163r1, /* sect163r1 (2) */ + NID_sect163r2, /* sect163r2 (3) */ + NID_sect193r1, /* sect193r1 (4) */ + NID_sect193r2, /* sect193r2 (5) */ + NID_sect233k1, /* sect233k1 (6) */ + NID_sect233r1, /* sect233r1 (7) */ + NID_sect239k1, /* sect239k1 (8) */ + NID_sect283k1, /* sect283k1 (9) */ + NID_sect283r1, /* sect283r1 (10) */ + NID_sect409k1, /* sect409k1 (11) */ + NID_sect409r1, /* sect409r1 (12) */ + NID_sect571k1, /* sect571k1 (13) */ + NID_sect571r1, /* sect571r1 (14) */ + NID_secp160k1, /* secp160k1 (15) */ + NID_secp160r1, /* secp160r1 (16) */ + NID_secp160r2, /* secp160r2 (17) */ + NID_secp192k1, /* secp192k1 (18) */ + NID_X9_62_prime192v1, /* secp192r1 (19) */ + NID_secp224k1, /* secp224k1 (20) */ + NID_secp224r1, /* secp224r1 (21) */ + NID_secp256k1, /* secp256k1 (22) */ + NID_X9_62_prime256v1, /* secp256r1 (23) */ + NID_secp384r1, /* secp384r1 (24) */ + NID_secp521r1, /* secp521r1 (25) */ + NID_brainpoolP256r1, /* brainpoolP256r1 (26) */ + NID_brainpoolP384r1, /* brainpoolP384r1 (27) */ + NID_brainpoolP512r1 /* brainpool512r1 (28) */ +}; + +static const unsigned char ecformats_default[] = { + TLSEXT_ECPOINTFORMAT_uncompressed, + TLSEXT_ECPOINTFORMAT_ansiX962_compressed_prime, + TLSEXT_ECPOINTFORMAT_ansiX962_compressed_char2 +}; + +static const unsigned char eccurves_default[] = { +# ifndef OPENSSL_NO_EC2M + 0, 14, /* sect571r1 (14) */ + 0, 13, /* sect571k1 (13) */ +# endif + 0, 25, /* secp521r1 (25) */ + 0, 28, /* brainpool512r1 (28) */ +# ifndef OPENSSL_NO_EC2M + 0, 11, /* sect409k1 (11) */ + 0, 12, /* sect409r1 (12) */ +# endif + 0, 27, /* brainpoolP384r1 (27) */ + 0, 24, /* secp384r1 (24) */ +# ifndef OPENSSL_NO_EC2M + 0, 9, /* sect283k1 (9) */ + 0, 10, /* sect283r1 (10) */ +# endif + 0, 26, /* brainpoolP256r1 (26) */ + 0, 22, /* secp256k1 (22) */ + 0, 23, /* secp256r1 (23) */ +# ifndef OPENSSL_NO_EC2M + 0, 8, /* sect239k1 (8) */ + 0, 6, /* sect233k1 (6) */ + 0, 7, /* sect233r1 (7) */ +# endif + 0, 20, /* secp224k1 (20) */ + 0, 21, /* secp224r1 (21) */ +# ifndef OPENSSL_NO_EC2M + 0, 4, /* sect193r1 (4) */ + 0, 5, /* sect193r2 (5) */ +# endif + 0, 18, /* secp192k1 (18) */ + 0, 19, /* secp192r1 (19) */ +# ifndef OPENSSL_NO_EC2M + 0, 1, /* sect163k1 (1) */ + 0, 2, /* sect163r1 (2) */ + 0, 3, /* sect163r2 (3) */ +# endif + 0, 15, /* secp160k1 (15) */ + 0, 16, /* secp160r1 (16) */ + 0, 17, /* secp160r2 (17) */ +}; + +static const unsigned char suiteb_curves[] = { + 0, TLSEXT_curve_P_256, + 0, TLSEXT_curve_P_384 +}; + +# ifdef OPENSSL_FIPS +/* Brainpool not allowed in FIPS mode */ +static const unsigned char fips_curves_default[] = { +# ifndef OPENSSL_NO_EC2M + 0, 14, /* sect571r1 (14) */ + 0, 13, /* sect571k1 (13) */ +# endif + 0, 25, /* secp521r1 (25) */ +# ifndef OPENSSL_NO_EC2M + 0, 11, /* sect409k1 (11) */ + 0, 12, /* sect409r1 (12) */ +# endif + 0, 24, /* secp384r1 (24) */ +# ifndef OPENSSL_NO_EC2M + 0, 9, /* sect283k1 (9) */ + 0, 10, /* sect283r1 (10) */ +# endif + 0, 22, /* secp256k1 (22) */ + 0, 23, /* secp256r1 (23) */ +# ifndef OPENSSL_NO_EC2M + 0, 8, /* sect239k1 (8) */ + 0, 6, /* sect233k1 (6) */ + 0, 7, /* sect233r1 (7) */ +# endif + 0, 20, /* secp224k1 (20) */ + 0, 21, /* secp224r1 (21) */ +# ifndef OPENSSL_NO_EC2M + 0, 4, /* sect193r1 (4) */ + 0, 5, /* sect193r2 (5) */ +# endif + 0, 18, /* secp192k1 (18) */ + 0, 19, /* secp192r1 (19) */ +# ifndef OPENSSL_NO_EC2M + 0, 1, /* sect163k1 (1) */ + 0, 2, /* sect163r1 (2) */ + 0, 3, /* sect163r2 (3) */ +# endif + 0, 15, /* secp160k1 (15) */ + 0, 16, /* secp160r1 (16) */ + 0, 17, /* secp160r2 (17) */ +}; +# endif int tls1_ec_curve_id2nid(int curve_id) - { - /* ECC curves from draft-ietf-tls-ecc-12.txt (Oct. 17, 2005) */ - if ((curve_id < 1) || ((unsigned int)curve_id > - sizeof(nid_list)/sizeof(nid_list[0]))) - return 0; - return nid_list[curve_id-1]; - } +{ + /* ECC curves from RFC 4492 and RFC 7027 */ + if ((curve_id < 1) || ((unsigned int)curve_id > + sizeof(nid_list) / sizeof(nid_list[0]))) + return 0; + return nid_list[curve_id - 1]; +} int tls1_ec_nid2curve_id(int nid) - { - /* ECC curves from draft-ietf-tls-ecc-12.txt (Oct. 17, 2005) */ - switch (nid) - { - case NID_sect163k1: /* sect163k1 (1) */ - return 1; - case NID_sect163r1: /* sect163r1 (2) */ - return 2; - case NID_sect163r2: /* sect163r2 (3) */ - return 3; - case NID_sect193r1: /* sect193r1 (4) */ - return 4; - case NID_sect193r2: /* sect193r2 (5) */ - return 5; - case NID_sect233k1: /* sect233k1 (6) */ - return 6; - case NID_sect233r1: /* sect233r1 (7) */ - return 7; - case NID_sect239k1: /* sect239k1 (8) */ - return 8; - case NID_sect283k1: /* sect283k1 (9) */ - return 9; - case NID_sect283r1: /* sect283r1 (10) */ - return 10; - case NID_sect409k1: /* sect409k1 (11) */ - return 11; - case NID_sect409r1: /* sect409r1 (12) */ - return 12; - case NID_sect571k1: /* sect571k1 (13) */ - return 13; - case NID_sect571r1: /* sect571r1 (14) */ - return 14; - case NID_secp160k1: /* secp160k1 (15) */ - return 15; - case NID_secp160r1: /* secp160r1 (16) */ - return 16; - case NID_secp160r2: /* secp160r2 (17) */ - return 17; - case NID_secp192k1: /* secp192k1 (18) */ - return 18; - case NID_X9_62_prime192v1: /* secp192r1 (19) */ - return 19; - case NID_secp224k1: /* secp224k1 (20) */ - return 20; - case NID_secp224r1: /* secp224r1 (21) */ - return 21; - case NID_secp256k1: /* secp256k1 (22) */ - return 22; - case NID_X9_62_prime256v1: /* secp256r1 (23) */ - return 23; - case NID_secp384r1: /* secp384r1 (24) */ - return 24; - case NID_secp521r1: /* secp521r1 (25) */ - return 25; - default: - return 0; - } - } -#endif /* OPENSSL_NO_EC */ +{ + /* ECC curves from RFC 4492 and RFC 7027 */ + switch (nid) { + case NID_sect163k1: /* sect163k1 (1) */ + return 1; + case NID_sect163r1: /* sect163r1 (2) */ + return 2; + case NID_sect163r2: /* sect163r2 (3) */ + return 3; + case NID_sect193r1: /* sect193r1 (4) */ + return 4; + case NID_sect193r2: /* sect193r2 (5) */ + return 5; + case NID_sect233k1: /* sect233k1 (6) */ + return 6; + case NID_sect233r1: /* sect233r1 (7) */ + return 7; + case NID_sect239k1: /* sect239k1 (8) */ + return 8; + case NID_sect283k1: /* sect283k1 (9) */ + return 9; + case NID_sect283r1: /* sect283r1 (10) */ + return 10; + case NID_sect409k1: /* sect409k1 (11) */ + return 11; + case NID_sect409r1: /* sect409r1 (12) */ + return 12; + case NID_sect571k1: /* sect571k1 (13) */ + return 13; + case NID_sect571r1: /* sect571r1 (14) */ + return 14; + case NID_secp160k1: /* secp160k1 (15) */ + return 15; + case NID_secp160r1: /* secp160r1 (16) */ + return 16; + case NID_secp160r2: /* secp160r2 (17) */ + return 17; + case NID_secp192k1: /* secp192k1 (18) */ + return 18; + case NID_X9_62_prime192v1: /* secp192r1 (19) */ + return 19; + case NID_secp224k1: /* secp224k1 (20) */ + return 20; + case NID_secp224r1: /* secp224r1 (21) */ + return 21; + case NID_secp256k1: /* secp256k1 (22) */ + return 22; + case NID_X9_62_prime256v1: /* secp256r1 (23) */ + return 23; + case NID_secp384r1: /* secp384r1 (24) */ + return 24; + case NID_secp521r1: /* secp521r1 (25) */ + return 25; + case NID_brainpoolP256r1: /* brainpoolP256r1 (26) */ + return 26; + case NID_brainpoolP384r1: /* brainpoolP384r1 (27) */ + return 27; + case NID_brainpoolP512r1: /* brainpool512r1 (28) */ + return 28; + default: + return 0; + } +} -#ifndef OPENSSL_NO_TLSEXT +/* + * Get curves list, if "sess" is set return client curves otherwise + * preferred list. + * Sets |num_curves| to the number of curves in the list, i.e., + * the length of |pcurves| is 2 * num_curves. + * Returns 1 on success and 0 if the client curves list has invalid format. + * The latter indicates an internal error: we should not be accepting such + * lists in the first place. + * TODO(emilia): we should really be storing the curves list in explicitly + * parsed form instead. (However, this would affect binary compatibility + * so cannot happen in the 1.0.x series.) + */ +static int tls1_get_curvelist(SSL *s, int sess, + const unsigned char **pcurves, + size_t *num_curves) +{ + size_t pcurveslen = 0; + if (sess) { + *pcurves = s->session->tlsext_ellipticcurvelist; + pcurveslen = s->session->tlsext_ellipticcurvelist_length; + } else { + /* For Suite B mode only include P-256, P-384 */ + switch (tls1_suiteb(s)) { + case SSL_CERT_FLAG_SUITEB_128_LOS: + *pcurves = suiteb_curves; + pcurveslen = sizeof(suiteb_curves); + break; + + case SSL_CERT_FLAG_SUITEB_128_LOS_ONLY: + *pcurves = suiteb_curves; + pcurveslen = 2; + break; + + case SSL_CERT_FLAG_SUITEB_192_LOS: + *pcurves = suiteb_curves + 2; + pcurveslen = 2; + break; + default: + *pcurves = s->tlsext_ellipticcurvelist; + pcurveslen = s->tlsext_ellipticcurvelist_length; + } + if (!*pcurves) { +# ifdef OPENSSL_FIPS + if (FIPS_mode()) { + *pcurves = fips_curves_default; + *pcurveslen = sizeof(fips_curves_default); + } else +# endif + { + *pcurves = eccurves_default; + pcurveslen = sizeof(eccurves_default); + } + } + } + /* We do not allow odd length arrays to enter the system. */ + if (pcurveslen & 1) { + SSLerr(SSL_F_TLS1_GET_CURVELIST, ERR_R_INTERNAL_ERROR); + *num_curves = 0; + return 0; + } else { + *num_curves = pcurveslen / 2; + return 1; + } +} -/* List of supported signature algorithms and hashes. Should make this - * customisable at some point, for now include everything we support. +/* Check a curve is one of our preferences */ +int tls1_check_curve(SSL *s, const unsigned char *p, size_t len) +{ + const unsigned char *curves; + size_t num_curves, i; + unsigned int suiteb_flags = tls1_suiteb(s); + if (len != 3 || p[0] != NAMED_CURVE_TYPE) + return 0; + /* Check curve matches Suite B preferences */ + if (suiteb_flags) { + unsigned long cid = s->s3->tmp.new_cipher->id; + if (p[1]) + return 0; + if (cid == TLS1_CK_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256) { + if (p[2] != TLSEXT_curve_P_256) + return 0; + } else if (cid == TLS1_CK_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384) { + if (p[2] != TLSEXT_curve_P_384) + return 0; + } else /* Should never happen */ + return 0; + } + if (!tls1_get_curvelist(s, 0, &curves, &num_curves)) + return 0; + for (i = 0; i < num_curves; i++, curves += 2) { + if (p[1] == curves[0] && p[2] == curves[1]) + return 1; + } + return 0; +} + +/*- + * Return |nmatch|th shared curve or NID_undef if there is no match. + * For nmatch == -1, return number of matches + * For nmatch == -2, return the NID of the curve to use for + * an EC tmp key, or NID_undef if there is no match. */ +int tls1_shared_curve(SSL *s, int nmatch) +{ + const unsigned char *pref, *supp; + size_t num_pref, num_supp, i, j; + int k; + /* Can't do anything on client side */ + if (s->server == 0) + return -1; + if (nmatch == -2) { + if (tls1_suiteb(s)) { + /* + * For Suite B ciphersuite determines curve: we already know + * these are acceptable due to previous checks. + */ + unsigned long cid = s->s3->tmp.new_cipher->id; + if (cid == TLS1_CK_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256) + return NID_X9_62_prime256v1; /* P-256 */ + if (cid == TLS1_CK_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384) + return NID_secp384r1; /* P-384 */ + /* Should never happen */ + return NID_undef; + } + /* If not Suite B just return first preference shared curve */ + nmatch = 0; + } + /* + * Avoid truncation. tls1_get_curvelist takes an int + * but s->options is a long... + */ + if (!tls1_get_curvelist + (s, (s->options & SSL_OP_CIPHER_SERVER_PREFERENCE) != 0, &supp, + &num_supp)) + /* In practice, NID_undef == 0 but let's be precise. */ + return nmatch == -1 ? 0 : NID_undef; + if (!tls1_get_curvelist + (s, !(s->options & SSL_OP_CIPHER_SERVER_PREFERENCE), &pref, + &num_pref)) + return nmatch == -1 ? 0 : NID_undef; + k = 0; + for (i = 0; i < num_pref; i++, pref += 2) { + const unsigned char *tsupp = supp; + for (j = 0; j < num_supp; j++, tsupp += 2) { + if (pref[0] == tsupp[0] && pref[1] == tsupp[1]) { + if (nmatch == k) { + int id = (pref[0] << 8) | pref[1]; + return tls1_ec_curve_id2nid(id); + } + k++; + } + } + } + if (nmatch == -1) + return k; + /* Out of range (nmatch > k). */ + return NID_undef; +} -#ifdef OPENSSL_NO_RSA -#define tlsext_sigalg_rsa(md) /* */ -#else -#define tlsext_sigalg_rsa(md) md, TLSEXT_signature_rsa, -#endif +int tls1_set_curves(unsigned char **pext, size_t *pextlen, + int *curves, size_t ncurves) +{ + unsigned char *clist, *p; + size_t i; + /* + * Bitmap of curves included to detect duplicates: only works while curve + * ids < 32 + */ + unsigned long dup_list = 0; +# ifdef OPENSSL_NO_EC2M + EC_GROUP *curve; +# endif + + clist = OPENSSL_malloc(ncurves * 2); + if (!clist) + return 0; + for (i = 0, p = clist; i < ncurves; i++) { + unsigned long idmask; + int id; + id = tls1_ec_nid2curve_id(curves[i]); +# ifdef OPENSSL_FIPS + /* NB: 25 is last curve ID supported by FIPS module */ + if (FIPS_mode() && id > 25) { + OPENSSL_free(clist); + return 0; + } +# endif +# ifdef OPENSSL_NO_EC2M + curve = EC_GROUP_new_by_curve_name(curves[i]); + if (!curve || EC_METHOD_get_field_type(EC_GROUP_method_of(curve)) + == NID_X9_62_characteristic_two_field) { + if (curve) + EC_GROUP_free(curve); + OPENSSL_free(clist); + return 0; + } else + EC_GROUP_free(curve); +# endif + idmask = 1L << id; + if (!id || (dup_list & idmask)) { + OPENSSL_free(clist); + return 0; + } + dup_list |= idmask; + s2n(id, p); + } + if (*pext) + OPENSSL_free(*pext); + *pext = clist; + *pextlen = ncurves * 2; + return 1; +} -#ifdef OPENSSL_NO_DSA -#define tlsext_sigalg_dsa(md) /* */ -#else -#define tlsext_sigalg_dsa(md) md, TLSEXT_signature_dsa, -#endif +# define MAX_CURVELIST 28 + +typedef struct { + size_t nidcnt; + int nid_arr[MAX_CURVELIST]; +} nid_cb_st; + +static int nid_cb(const char *elem, int len, void *arg) +{ + nid_cb_st *narg = arg; + size_t i; + int nid; + char etmp[20]; + if (narg->nidcnt == MAX_CURVELIST) + return 0; + if (len > (int)(sizeof(etmp) - 1)) + return 0; + memcpy(etmp, elem, len); + etmp[len] = 0; + nid = EC_curve_nist2nid(etmp); + if (nid == NID_undef) + nid = OBJ_sn2nid(etmp); + if (nid == NID_undef) + nid = OBJ_ln2nid(etmp); + if (nid == NID_undef) + return 0; + for (i = 0; i < narg->nidcnt; i++) + if (narg->nid_arr[i] == nid) + return 0; + narg->nid_arr[narg->nidcnt++] = nid; + return 1; +} + +/* Set curves based on a colon separate list */ +int tls1_set_curves_list(unsigned char **pext, size_t *pextlen, + const char *str) +{ + nid_cb_st ncb; + ncb.nidcnt = 0; + if (!CONF_parse_list(str, ':', 1, nid_cb, &ncb)) + return 0; + if (pext == NULL) + return 1; + return tls1_set_curves(pext, pextlen, ncb.nid_arr, ncb.nidcnt); +} + +/* For an EC key set TLS id and required compression based on parameters */ +static int tls1_set_ec_id(unsigned char *curve_id, unsigned char *comp_id, + EC_KEY *ec) +{ + int is_prime, id; + const EC_GROUP *grp; + const EC_METHOD *meth; + if (!ec) + return 0; + /* Determine if it is a prime field */ + grp = EC_KEY_get0_group(ec); + if (!grp) + return 0; + meth = EC_GROUP_method_of(grp); + if (!meth) + return 0; + if (EC_METHOD_get_field_type(meth) == NID_X9_62_prime_field) + is_prime = 1; + else + is_prime = 0; + /* Determine curve ID */ + id = EC_GROUP_get_curve_name(grp); + id = tls1_ec_nid2curve_id(id); + /* If we have an ID set it, otherwise set arbitrary explicit curve */ + if (id) { + curve_id[0] = 0; + curve_id[1] = (unsigned char)id; + } else { + curve_id[0] = 0xff; + if (is_prime) + curve_id[1] = 0x01; + else + curve_id[1] = 0x02; + } + if (comp_id) { + if (EC_KEY_get0_public_key(ec) == NULL) + return 0; + if (EC_KEY_get_conv_form(ec) == POINT_CONVERSION_COMPRESSED) { + if (is_prime) + *comp_id = TLSEXT_ECPOINTFORMAT_ansiX962_compressed_prime; + else + *comp_id = TLSEXT_ECPOINTFORMAT_ansiX962_compressed_char2; + } else + *comp_id = TLSEXT_ECPOINTFORMAT_uncompressed; + } + return 1; +} + +/* Check an EC key is compatible with extensions */ +static int tls1_check_ec_key(SSL *s, + unsigned char *curve_id, unsigned char *comp_id) +{ + const unsigned char *pformats, *pcurves; + size_t num_formats, num_curves, i; + int j; + /* + * If point formats extension present check it, otherwise everything is + * supported (see RFC4492). + */ + if (comp_id && s->session->tlsext_ecpointformatlist) { + pformats = s->session->tlsext_ecpointformatlist; + num_formats = s->session->tlsext_ecpointformatlist_length; + for (i = 0; i < num_formats; i++, pformats++) { + if (*comp_id == *pformats) + break; + } + if (i == num_formats) + return 0; + } + if (!curve_id) + return 1; + /* Check curve is consistent with client and server preferences */ + for (j = 0; j <= 1; j++) { + if (!tls1_get_curvelist(s, j, &pcurves, &num_curves)) + return 0; + for (i = 0; i < num_curves; i++, pcurves += 2) { + if (pcurves[0] == curve_id[0] && pcurves[1] == curve_id[1]) + break; + } + if (i == num_curves) + return 0; + /* For clients can only check sent curve list */ + if (!s->server) + return 1; + } + return 1; +} + +static void tls1_get_formatlist(SSL *s, const unsigned char **pformats, + size_t *num_formats) +{ + /* + * If we have a custom point format list use it otherwise use default + */ + if (s->tlsext_ecpointformatlist) { + *pformats = s->tlsext_ecpointformatlist; + *num_formats = s->tlsext_ecpointformatlist_length; + } else { + *pformats = ecformats_default; + /* For Suite B we don't support char2 fields */ + if (tls1_suiteb(s)) + *num_formats = sizeof(ecformats_default) - 1; + else + *num_formats = sizeof(ecformats_default); + } +} + +/* + * Check cert parameters compatible with extensions: currently just checks EC + * certificates have compatible curves and compression. + */ +static int tls1_check_cert_param(SSL *s, X509 *x, int set_ee_md) +{ + unsigned char comp_id, curve_id[2]; + EVP_PKEY *pkey; + int rv; + pkey = X509_get_pubkey(x); + if (!pkey) + return 0; + /* If not EC nothing to do */ + if (pkey->type != EVP_PKEY_EC) { + EVP_PKEY_free(pkey); + return 1; + } + rv = tls1_set_ec_id(curve_id, &comp_id, pkey->pkey.ec); + EVP_PKEY_free(pkey); + if (!rv) + return 0; + /* + * Can't check curve_id for client certs as we don't have a supported + * curves extension. + */ + rv = tls1_check_ec_key(s, s->server ? curve_id : NULL, &comp_id); + if (!rv) + return 0; + /* + * Special case for suite B. We *MUST* sign using SHA256+P-256 or + * SHA384+P-384, adjust digest if necessary. + */ + if (set_ee_md && tls1_suiteb(s)) { + int check_md; + size_t i; + CERT *c = s->cert; + if (curve_id[0]) + return 0; + /* Check to see we have necessary signing algorithm */ + if (curve_id[1] == TLSEXT_curve_P_256) + check_md = NID_ecdsa_with_SHA256; + else if (curve_id[1] == TLSEXT_curve_P_384) + check_md = NID_ecdsa_with_SHA384; + else + return 0; /* Should never happen */ + for (i = 0; i < c->shared_sigalgslen; i++) + if (check_md == c->shared_sigalgs[i].signandhash_nid) + break; + if (i == c->shared_sigalgslen) + return 0; + if (set_ee_md == 2) { + if (check_md == NID_ecdsa_with_SHA256) + c->pkeys[SSL_PKEY_ECC].digest = EVP_sha256(); + else + c->pkeys[SSL_PKEY_ECC].digest = EVP_sha384(); + } + } + return rv; +} + +# ifndef OPENSSL_NO_ECDH +/* Check EC temporary key is compatible with client extensions */ +int tls1_check_ec_tmp_key(SSL *s, unsigned long cid) +{ + unsigned char curve_id[2]; + EC_KEY *ec = s->cert->ecdh_tmp; +# ifdef OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL + /* Allow any curve: not just those peer supports */ + if (s->cert->cert_flags & SSL_CERT_FLAG_BROKEN_PROTOCOL) + return 1; +# endif + /* + * If Suite B, AES128 MUST use P-256 and AES256 MUST use P-384, no other + * curves permitted. + */ + if (tls1_suiteb(s)) { + /* Curve to check determined by ciphersuite */ + if (cid == TLS1_CK_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256) + curve_id[1] = TLSEXT_curve_P_256; + else if (cid == TLS1_CK_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384) + curve_id[1] = TLSEXT_curve_P_384; + else + return 0; + curve_id[0] = 0; + /* Check this curve is acceptable */ + if (!tls1_check_ec_key(s, curve_id, NULL)) + return 0; + /* If auto or setting curve from callback assume OK */ + if (s->cert->ecdh_tmp_auto || s->cert->ecdh_tmp_cb) + return 1; + /* Otherwise check curve is acceptable */ + else { + unsigned char curve_tmp[2]; + if (!ec) + return 0; + if (!tls1_set_ec_id(curve_tmp, NULL, ec)) + return 0; + if (!curve_tmp[0] || curve_tmp[1] == curve_id[1]) + return 1; + return 0; + } + + } + if (s->cert->ecdh_tmp_auto) { + /* Need a shared curve */ + if (tls1_shared_curve(s, 0)) + return 1; + else + return 0; + } + if (!ec) { + if (s->cert->ecdh_tmp_cb) + return 1; + else + return 0; + } + if (!tls1_set_ec_id(curve_id, NULL, ec)) + return 0; +/* Set this to allow use of invalid curves for testing */ +# if 0 + return 1; +# else + return tls1_check_ec_key(s, curve_id, NULL); +# endif +} +# endif /* OPENSSL_NO_ECDH */ -#ifdef OPENSSL_NO_ECDSA -#define tlsext_sigalg_ecdsa(md) /* */ #else -#define tlsext_sigalg_ecdsa(md) md, TLSEXT_signature_ecdsa, -#endif -#define tlsext_sigalg(md) \ - tlsext_sigalg_rsa(md) \ - tlsext_sigalg_dsa(md) \ - tlsext_sigalg_ecdsa(md) +static int tls1_check_cert_param(SSL *s, X509 *x, int set_ee_md) +{ + return 1; +} + +#endif /* OPENSSL_NO_EC */ + +#ifndef OPENSSL_NO_TLSEXT + +/* + * List of supported signature algorithms and hashes. Should make this + * customisable at some point, for now include everything we support. + */ + +# ifdef OPENSSL_NO_RSA +# define tlsext_sigalg_rsa(md) /* */ +# else +# define tlsext_sigalg_rsa(md) md, TLSEXT_signature_rsa, +# endif + +# ifdef OPENSSL_NO_DSA +# define tlsext_sigalg_dsa(md) /* */ +# else +# define tlsext_sigalg_dsa(md) md, TLSEXT_signature_dsa, +# endif + +# ifdef OPENSSL_NO_ECDSA +# define tlsext_sigalg_ecdsa(md) + /* */ +# else +# define tlsext_sigalg_ecdsa(md) md, TLSEXT_signature_ecdsa, +# endif + +# define tlsext_sigalg(md) \ + tlsext_sigalg_rsa(md) \ + tlsext_sigalg_dsa(md) \ + tlsext_sigalg_ecdsa(md) static unsigned char tls12_sigalgs[] = { -#ifndef OPENSSL_NO_SHA512 - tlsext_sigalg(TLSEXT_hash_sha512) - tlsext_sigalg(TLSEXT_hash_sha384) -#endif -#ifndef OPENSSL_NO_SHA256 - tlsext_sigalg(TLSEXT_hash_sha256) - tlsext_sigalg(TLSEXT_hash_sha224) -#endif -#ifndef OPENSSL_NO_SHA - tlsext_sigalg(TLSEXT_hash_sha1) -#endif +# ifndef OPENSSL_NO_SHA512 + tlsext_sigalg(TLSEXT_hash_sha512) + tlsext_sigalg(TLSEXT_hash_sha384) +# endif +# ifndef OPENSSL_NO_SHA256 + tlsext_sigalg(TLSEXT_hash_sha256) + tlsext_sigalg(TLSEXT_hash_sha224) +# endif +# ifndef OPENSSL_NO_SHA + tlsext_sigalg(TLSEXT_hash_sha1) +# endif }; -int tls12_get_req_sig_algs(SSL *s, unsigned char *p) - { - size_t slen = sizeof(tls12_sigalgs); - if (p) - memcpy(p, tls12_sigalgs, slen); - return (int)slen; - } - -unsigned char *ssl_add_clienthello_tlsext(SSL *s, unsigned char *buf, unsigned char *limit) - { - int extdatalen=0; - unsigned char *orig = buf; - unsigned char *ret = buf; - - /* don't add extensions for SSLv3 unless doing secure renegotiation */ - if (s->client_version == SSL3_VERSION - && !s->s3->send_connection_binding) - return orig; - - ret+=2; - - if (ret>=limit) return NULL; /* this really never occurs, but ... */ - - if (s->tlsext_hostname != NULL) - { - /* Add TLS extension servername to the Client Hello message */ - unsigned long size_str; - long lenmax; - - /* check for enough space. - 4 for the servername type and entension length - 2 for servernamelist length - 1 for the hostname type - 2 for hostname length - + hostname length - */ - - if ((lenmax = limit - ret - 9) < 0 - || (size_str = strlen(s->tlsext_hostname)) > (unsigned long)lenmax) - return NULL; - - /* extension type and length */ - s2n(TLSEXT_TYPE_server_name,ret); - s2n(size_str+5,ret); - - /* length of servername list */ - s2n(size_str+3,ret); - - /* hostname type, length and hostname */ - *(ret++) = (unsigned char) TLSEXT_NAMETYPE_host_name; - s2n(size_str,ret); - memcpy(ret, s->tlsext_hostname, size_str); - ret+=size_str; - } - - /* Add RI if renegotiating */ - if (s->renegotiate) - { - int el; - - if(!ssl_add_clienthello_renegotiate_ext(s, 0, &el, 0)) - { - SSLerr(SSL_F_SSL_ADD_CLIENTHELLO_TLSEXT, ERR_R_INTERNAL_ERROR); - return NULL; - } - - if((limit - ret - 4 - el) < 0) return NULL; - - s2n(TLSEXT_TYPE_renegotiate,ret); - s2n(el,ret); - - if(!ssl_add_clienthello_renegotiate_ext(s, ret, &el, el)) - { - SSLerr(SSL_F_SSL_ADD_CLIENTHELLO_TLSEXT, ERR_R_INTERNAL_ERROR); - return NULL; - } - - ret += el; - } - -#ifndef OPENSSL_NO_SRP - /* Add SRP username if there is one */ - if (s->srp_ctx.login != NULL) - { /* Add TLS extension SRP username to the Client Hello message */ - - int login_len = strlen(s->srp_ctx.login); - if (login_len > 255 || login_len == 0) - { - SSLerr(SSL_F_SSL_ADD_CLIENTHELLO_TLSEXT, ERR_R_INTERNAL_ERROR); - return NULL; - } - - /* check for enough space. - 4 for the srp type type and entension length - 1 for the srp user identity - + srp user identity length - */ - if ((limit - ret - 5 - login_len) < 0) return NULL; - - /* fill in the extension */ - s2n(TLSEXT_TYPE_srp,ret); - s2n(login_len+1,ret); - (*ret++) = (unsigned char) login_len; - memcpy(ret, s->srp_ctx.login, login_len); - ret+=login_len; - } -#endif +# ifndef OPENSSL_NO_ECDSA +static unsigned char suiteb_sigalgs[] = { + tlsext_sigalg_ecdsa(TLSEXT_hash_sha256) + tlsext_sigalg_ecdsa(TLSEXT_hash_sha384) +}; +# endif +size_t tls12_get_psigalgs(SSL *s, const unsigned char **psigs) +{ + /* + * If Suite B mode use Suite B sigalgs only, ignore any other + * preferences. + */ +# ifndef OPENSSL_NO_EC + switch (tls1_suiteb(s)) { + case SSL_CERT_FLAG_SUITEB_128_LOS: + *psigs = suiteb_sigalgs; + return sizeof(suiteb_sigalgs); + + case SSL_CERT_FLAG_SUITEB_128_LOS_ONLY: + *psigs = suiteb_sigalgs; + return 2; + + case SSL_CERT_FLAG_SUITEB_192_LOS: + *psigs = suiteb_sigalgs + 2; + return 2; + } +# endif + /* If server use client authentication sigalgs if not NULL */ + if (s->server && s->cert->client_sigalgs) { + *psigs = s->cert->client_sigalgs; + return s->cert->client_sigalgslen; + } else if (s->cert->conf_sigalgs) { + *psigs = s->cert->conf_sigalgs; + return s->cert->conf_sigalgslen; + } else { + *psigs = tls12_sigalgs; + return sizeof(tls12_sigalgs); + } +} -#ifndef OPENSSL_NO_EC - if (s->tlsext_ecpointformatlist != NULL) - { - /* Add TLS extension ECPointFormats to the ClientHello message */ - long lenmax; - - if ((lenmax = limit - ret - 5) < 0) return NULL; - if (s->tlsext_ecpointformatlist_length > (unsigned long)lenmax) return NULL; - if (s->tlsext_ecpointformatlist_length > 255) - { - SSLerr(SSL_F_SSL_ADD_CLIENTHELLO_TLSEXT, ERR_R_INTERNAL_ERROR); - return NULL; - } - - s2n(TLSEXT_TYPE_ec_point_formats,ret); - s2n(s->tlsext_ecpointformatlist_length + 1,ret); - *(ret++) = (unsigned char) s->tlsext_ecpointformatlist_length; - memcpy(ret, s->tlsext_ecpointformatlist, s->tlsext_ecpointformatlist_length); - ret+=s->tlsext_ecpointformatlist_length; - } - if (s->tlsext_ellipticcurvelist != NULL) - { - /* Add TLS extension EllipticCurves to the ClientHello message */ - long lenmax; - - if ((lenmax = limit - ret - 6) < 0) return NULL; - if (s->tlsext_ellipticcurvelist_length > (unsigned long)lenmax) return NULL; - if (s->tlsext_ellipticcurvelist_length > 65532) - { - SSLerr(SSL_F_SSL_ADD_CLIENTHELLO_TLSEXT, ERR_R_INTERNAL_ERROR); - return NULL; - } - - s2n(TLSEXT_TYPE_elliptic_curves,ret); - s2n(s->tlsext_ellipticcurvelist_length + 2, ret); - - /* NB: draft-ietf-tls-ecc-12.txt uses a one-byte prefix for - * elliptic_curve_list, but the examples use two bytes. - * http://www1.ietf.org/mail-archive/web/tls/current/msg00538.html - * resolves this to two bytes. - */ - s2n(s->tlsext_ellipticcurvelist_length, ret); - memcpy(ret, s->tlsext_ellipticcurvelist, s->tlsext_ellipticcurvelist_length); - ret+=s->tlsext_ellipticcurvelist_length; - } -#endif /* OPENSSL_NO_EC */ - - if (!(SSL_get_options(s) & SSL_OP_NO_TICKET)) - { - int ticklen; - if (!s->new_session && s->session && s->session->tlsext_tick) - ticklen = s->session->tlsext_ticklen; - else if (s->session && s->tlsext_session_ticket && - s->tlsext_session_ticket->data) - { - ticklen = s->tlsext_session_ticket->length; - s->session->tlsext_tick = OPENSSL_malloc(ticklen); - if (!s->session->tlsext_tick) - return NULL; - memcpy(s->session->tlsext_tick, - s->tlsext_session_ticket->data, - ticklen); - s->session->tlsext_ticklen = ticklen; - } - else - ticklen = 0; - if (ticklen == 0 && s->tlsext_session_ticket && - s->tlsext_session_ticket->data == NULL) - goto skip_ext; - /* Check for enough room 2 for extension type, 2 for len - * rest for ticket - */ - if ((long)(limit - ret - 4 - ticklen) < 0) return NULL; - s2n(TLSEXT_TYPE_session_ticket,ret); - s2n(ticklen,ret); - if (ticklen) - { - memcpy(ret, s->session->tlsext_tick, ticklen); - ret += ticklen; - } - } - skip_ext: - - if (TLS1_get_client_version(s) >= TLS1_2_VERSION) - { - if ((size_t)(limit - ret) < sizeof(tls12_sigalgs) + 6) - return NULL; - s2n(TLSEXT_TYPE_signature_algorithms,ret); - s2n(sizeof(tls12_sigalgs) + 2, ret); - s2n(sizeof(tls12_sigalgs), ret); - memcpy(ret, tls12_sigalgs, sizeof(tls12_sigalgs)); - ret += sizeof(tls12_sigalgs); - } - -#ifdef TLSEXT_TYPE_opaque_prf_input - if (s->s3->client_opaque_prf_input != NULL && - s->version != DTLS1_VERSION) - { - size_t col = s->s3->client_opaque_prf_input_len; - - if ((long)(limit - ret - 6 - col < 0)) - return NULL; - if (col > 0xFFFD) /* can't happen */ - return NULL; - - s2n(TLSEXT_TYPE_opaque_prf_input, ret); - s2n(col + 2, ret); - s2n(col, ret); - memcpy(ret, s->s3->client_opaque_prf_input, col); - ret += col; - } -#endif +/* + * Check signature algorithm is consistent with sent supported signature + * algorithms and if so return relevant digest. + */ +int tls12_check_peer_sigalg(const EVP_MD **pmd, SSL *s, + const unsigned char *sig, EVP_PKEY *pkey) +{ + const unsigned char *sent_sigs; + size_t sent_sigslen, i; + int sigalg = tls12_get_sigid(pkey); + /* Should never happen */ + if (sigalg == -1) + return -1; + /* Check key type is consistent with signature */ + if (sigalg != (int)sig[1]) { + SSLerr(SSL_F_TLS12_CHECK_PEER_SIGALG, SSL_R_WRONG_SIGNATURE_TYPE); + return 0; + } +# ifndef OPENSSL_NO_EC + if (pkey->type == EVP_PKEY_EC) { + unsigned char curve_id[2], comp_id; + /* Check compression and curve matches extensions */ + if (!tls1_set_ec_id(curve_id, &comp_id, pkey->pkey.ec)) + return 0; + if (!s->server && !tls1_check_ec_key(s, curve_id, &comp_id)) { + SSLerr(SSL_F_TLS12_CHECK_PEER_SIGALG, SSL_R_WRONG_CURVE); + return 0; + } + /* If Suite B only P-384+SHA384 or P-256+SHA-256 allowed */ + if (tls1_suiteb(s)) { + if (curve_id[0]) + return 0; + if (curve_id[1] == TLSEXT_curve_P_256) { + if (sig[0] != TLSEXT_hash_sha256) { + SSLerr(SSL_F_TLS12_CHECK_PEER_SIGALG, + SSL_R_ILLEGAL_SUITEB_DIGEST); + return 0; + } + } else if (curve_id[1] == TLSEXT_curve_P_384) { + if (sig[0] != TLSEXT_hash_sha384) { + SSLerr(SSL_F_TLS12_CHECK_PEER_SIGALG, + SSL_R_ILLEGAL_SUITEB_DIGEST); + return 0; + } + } else + return 0; + } + } else if (tls1_suiteb(s)) + return 0; +# endif + + /* Check signature matches a type we sent */ + sent_sigslen = tls12_get_psigalgs(s, &sent_sigs); + for (i = 0; i < sent_sigslen; i += 2, sent_sigs += 2) { + if (sig[0] == sent_sigs[0] && sig[1] == sent_sigs[1]) + break; + } + /* Allow fallback to SHA1 if not strict mode */ + if (i == sent_sigslen + && (sig[0] != TLSEXT_hash_sha1 + || s->cert->cert_flags & SSL_CERT_FLAGS_CHECK_TLS_STRICT)) { + SSLerr(SSL_F_TLS12_CHECK_PEER_SIGALG, SSL_R_WRONG_SIGNATURE_TYPE); + return 0; + } + *pmd = tls12_get_hash(sig[0]); + if (*pmd == NULL) { + SSLerr(SSL_F_TLS12_CHECK_PEER_SIGALG, SSL_R_UNKNOWN_DIGEST); + return 0; + } + /* + * Store the digest used so applications can retrieve it if they wish. + */ + if (s->session && s->session->sess_cert) + s->session->sess_cert->peer_key->digest = *pmd; + return 1; +} - if (s->tlsext_status_type == TLSEXT_STATUSTYPE_ocsp && - s->version != DTLS1_VERSION) - { - int i; - long extlen, idlen, itmp; - OCSP_RESPID *id; - - idlen = 0; - for (i = 0; i < sk_OCSP_RESPID_num(s->tlsext_ocsp_ids); i++) - { - id = sk_OCSP_RESPID_value(s->tlsext_ocsp_ids, i); - itmp = i2d_OCSP_RESPID(id, NULL); - if (itmp <= 0) - return NULL; - idlen += itmp + 2; - } - - if (s->tlsext_ocsp_exts) - { - extlen = i2d_X509_EXTENSIONS(s->tlsext_ocsp_exts, NULL); - if (extlen < 0) - return NULL; - } - else - extlen = 0; - - if ((long)(limit - ret - 7 - extlen - idlen) < 0) return NULL; - s2n(TLSEXT_TYPE_status_request, ret); - if (extlen + idlen > 0xFFF0) - return NULL; - s2n(extlen + idlen + 5, ret); - *(ret++) = TLSEXT_STATUSTYPE_ocsp; - s2n(idlen, ret); - for (i = 0; i < sk_OCSP_RESPID_num(s->tlsext_ocsp_ids); i++) - { - /* save position of id len */ - unsigned char *q = ret; - id = sk_OCSP_RESPID_value(s->tlsext_ocsp_ids, i); - /* skip over id len */ - ret += 2; - itmp = i2d_OCSP_RESPID(id, &ret); - /* write id len */ - s2n(itmp, q); - } - s2n(extlen, ret); - if (extlen > 0) - i2d_X509_EXTENSIONS(s->tlsext_ocsp_exts, &ret); - } - -#ifndef OPENSSL_NO_HEARTBEATS - /* Add Heartbeat extension */ - if ((limit - ret - 4 - 1) < 0) - return NULL; - s2n(TLSEXT_TYPE_heartbeat,ret); - s2n(1,ret); - /* Set mode: - * 1: peer may send requests - * 2: peer not allowed to send requests - */ - if (s->tlsext_heartbeat & SSL_TLSEXT_HB_DONT_RECV_REQUESTS) - *(ret++) = SSL_TLSEXT_HB_DONT_SEND_REQUESTS; - else - *(ret++) = SSL_TLSEXT_HB_ENABLED; -#endif +/* + * Get a mask of disabled algorithms: an algorithm is disabled if it isn't + * supported or doesn't appear in supported signature algorithms. Unlike + * ssl_cipher_get_disabled this applies to a specific session and not global + * settings. + */ +void ssl_set_client_disabled(SSL *s) +{ + CERT *c = s->cert; + const unsigned char *sigalgs; + size_t i, sigalgslen; + int have_rsa = 0, have_dsa = 0, have_ecdsa = 0; + c->mask_a = 0; + c->mask_k = 0; + /* Don't allow TLS 1.2 only ciphers if we don't suppport them */ + if (!SSL_CLIENT_USE_TLS1_2_CIPHERS(s)) + c->mask_ssl = SSL_TLSV1_2; + else + c->mask_ssl = 0; + /* + * Now go through all signature algorithms seeing if we support any for + * RSA, DSA, ECDSA. Do this for all versions not just TLS 1.2. + */ + sigalgslen = tls12_get_psigalgs(s, &sigalgs); + for (i = 0; i < sigalgslen; i += 2, sigalgs += 2) { + switch (sigalgs[1]) { +# ifndef OPENSSL_NO_RSA + case TLSEXT_signature_rsa: + have_rsa = 1; + break; +# endif +# ifndef OPENSSL_NO_DSA + case TLSEXT_signature_dsa: + have_dsa = 1; + break; +# endif +# ifndef OPENSSL_NO_ECDSA + case TLSEXT_signature_ecdsa: + have_ecdsa = 1; + break; +# endif + } + } + /* + * Disable auth and static DH if we don't include any appropriate + * signature algorithms. + */ + if (!have_rsa) { + c->mask_a |= SSL_aRSA; + c->mask_k |= SSL_kDHr | SSL_kECDHr; + } + if (!have_dsa) { + c->mask_a |= SSL_aDSS; + c->mask_k |= SSL_kDHd; + } + if (!have_ecdsa) { + c->mask_a |= SSL_aECDSA; + c->mask_k |= SSL_kECDHe; + } +# ifndef OPENSSL_NO_KRB5 + if (!kssl_tgt_is_available(s->kssl_ctx)) { + c->mask_a |= SSL_aKRB5; + c->mask_k |= SSL_kKRB5; + } +# endif +# ifndef OPENSSL_NO_PSK + /* with PSK there must be client callback set */ + if (!s->psk_client_callback) { + c->mask_a |= SSL_aPSK; + c->mask_k |= SSL_kPSK; + } +# endif /* OPENSSL_NO_PSK */ +# ifndef OPENSSL_NO_SRP + if (!(s->srp_ctx.srp_Mask & SSL_kSRP)) { + c->mask_a |= SSL_aSRP; + c->mask_k |= SSL_kSRP; + } +# endif + c->valid = 1; +} -#ifndef OPENSSL_NO_NEXTPROTONEG - if (s->ctx->next_proto_select_cb && !s->s3->tmp.finish_md_len) - { - /* The client advertises an emtpy extension to indicate its - * support for Next Protocol Negotiation */ - if (limit - ret - 4 < 0) - return NULL; - s2n(TLSEXT_TYPE_next_proto_neg,ret); - s2n(0,ret); - } -#endif +unsigned char *ssl_add_clienthello_tlsext(SSL *s, unsigned char *buf, + unsigned char *limit, int *al) +{ + int extdatalen = 0; + unsigned char *orig = buf; + unsigned char *ret = buf; +# ifndef OPENSSL_NO_EC + /* See if we support any ECC ciphersuites */ + int using_ecc = 0; + if (s->version >= TLS1_VERSION || SSL_IS_DTLS(s)) { + int i; + unsigned long alg_k, alg_a; + STACK_OF(SSL_CIPHER) *cipher_stack = SSL_get_ciphers(s); + + for (i = 0; i < sk_SSL_CIPHER_num(cipher_stack); i++) { + SSL_CIPHER *c = sk_SSL_CIPHER_value(cipher_stack, i); + + alg_k = c->algorithm_mkey; + alg_a = c->algorithm_auth; + if ((alg_k & (SSL_kEECDH | SSL_kECDHr | SSL_kECDHe) + || (alg_a & SSL_aECDSA))) { + using_ecc = 1; + break; + } + } + } +# endif + + /* don't add extensions for SSLv3 unless doing secure renegotiation */ + if (s->client_version == SSL3_VERSION && !s->s3->send_connection_binding) + return orig; + + ret += 2; + + if (ret >= limit) + return NULL; /* this really never occurs, but ... */ + + if (s->tlsext_hostname != NULL) { + /* Add TLS extension servername to the Client Hello message */ + unsigned long size_str; + long lenmax; + + /*- + * check for enough space. + * 4 for the servername type and entension length + * 2 for servernamelist length + * 1 for the hostname type + * 2 for hostname length + * + hostname length + */ + + if ((lenmax = limit - ret - 9) < 0 + || (size_str = + strlen(s->tlsext_hostname)) > (unsigned long)lenmax) + return NULL; + + /* extension type and length */ + s2n(TLSEXT_TYPE_server_name, ret); + s2n(size_str + 5, ret); + + /* length of servername list */ + s2n(size_str + 3, ret); + + /* hostname type, length and hostname */ + *(ret++) = (unsigned char)TLSEXT_NAMETYPE_host_name; + s2n(size_str, ret); + memcpy(ret, s->tlsext_hostname, size_str); + ret += size_str; + } + + /* Add RI if renegotiating */ + if (s->renegotiate) { + int el; + + if (!ssl_add_clienthello_renegotiate_ext(s, 0, &el, 0)) { + SSLerr(SSL_F_SSL_ADD_CLIENTHELLO_TLSEXT, ERR_R_INTERNAL_ERROR); + return NULL; + } -#ifndef OPENSSL_NO_SRTP - if(SSL_IS_DTLS(s) && SSL_get_srtp_profiles(s)) - { - int el; + if ((limit - ret - 4 - el) < 0) + return NULL; - ssl_add_clienthello_use_srtp_ext(s, 0, &el, 0); - - if((limit - ret - 4 - el) < 0) return NULL; + s2n(TLSEXT_TYPE_renegotiate, ret); + s2n(el, ret); - s2n(TLSEXT_TYPE_use_srtp,ret); - s2n(el,ret); + if (!ssl_add_clienthello_renegotiate_ext(s, ret, &el, el)) { + SSLerr(SSL_F_SSL_ADD_CLIENTHELLO_TLSEXT, ERR_R_INTERNAL_ERROR); + return NULL; + } - if(ssl_add_clienthello_use_srtp_ext(s, ret, &el, el)) - { - SSLerr(SSL_F_SSL_ADD_CLIENTHELLO_TLSEXT, ERR_R_INTERNAL_ERROR); - return NULL; - } - ret += el; - } -#endif - /* Add padding to workaround bugs in F5 terminators. - * See https://tools.ietf.org/html/draft-agl-tls-padding-03 - * - * NB: because this code works out the length of all existing - * extensions it MUST always appear last. - */ - if (s->options & SSL_OP_TLSEXT_PADDING) - { - int hlen = ret - (unsigned char *)s->init_buf->data; - /* The code in s23_clnt.c to build ClientHello messages - * includes the 5-byte record header in the buffer, while - * the code in s3_clnt.c does not. - */ - if (s->state == SSL23_ST_CW_CLNT_HELLO_A) - hlen -= 5; - if (hlen > 0xff && hlen < 0x200) - { - hlen = 0x200 - hlen; - if (hlen >= 4) - hlen -= 4; - else - hlen = 0; - - s2n(TLSEXT_TYPE_padding, ret); - s2n(hlen, ret); - memset(ret, 0, hlen); - ret += hlen; - } - } - - if ((extdatalen = ret-orig-2)== 0) - return orig; - - s2n(extdatalen, orig); - return ret; - } - -unsigned char *ssl_add_serverhello_tlsext(SSL *s, unsigned char *buf, unsigned char *limit) - { - int extdatalen=0; - unsigned char *orig = buf; - unsigned char *ret = buf; -#ifndef OPENSSL_NO_NEXTPROTONEG - int next_proto_neg_seen; -#endif + ret += el; + } +# ifndef OPENSSL_NO_SRP + /* Add SRP username if there is one */ + if (s->srp_ctx.login != NULL) { /* Add TLS extension SRP username to the + * Client Hello message */ + + int login_len = strlen(s->srp_ctx.login); + if (login_len > 255 || login_len == 0) { + SSLerr(SSL_F_SSL_ADD_CLIENTHELLO_TLSEXT, ERR_R_INTERNAL_ERROR); + return NULL; + } - /* don't add extensions for SSLv3, unless doing secure renegotiation */ - if (s->version == SSL3_VERSION && !s->s3->send_connection_binding) - return orig; - - ret+=2; - if (ret>=limit) return NULL; /* this really never occurs, but ... */ - - if (!s->hit && s->servername_done == 1 && s->session->tlsext_hostname != NULL) - { - if ((long)(limit - ret - 4) < 0) return NULL; - - s2n(TLSEXT_TYPE_server_name,ret); - s2n(0,ret); - } - - if(s->s3->send_connection_binding) - { - int el; - - if(!ssl_add_serverhello_renegotiate_ext(s, 0, &el, 0)) - { - SSLerr(SSL_F_SSL_ADD_SERVERHELLO_TLSEXT, ERR_R_INTERNAL_ERROR); - return NULL; - } - - if((limit - ret - 4 - el) < 0) return NULL; - - s2n(TLSEXT_TYPE_renegotiate,ret); - s2n(el,ret); - - if(!ssl_add_serverhello_renegotiate_ext(s, ret, &el, el)) - { - SSLerr(SSL_F_SSL_ADD_SERVERHELLO_TLSEXT, ERR_R_INTERNAL_ERROR); - return NULL; - } - - ret += el; + /*- + * check for enough space. + * 4 for the srp type type and entension length + * 1 for the srp user identity + * + srp user identity length + */ + if ((limit - ret - 5 - login_len) < 0) + return NULL; + + /* fill in the extension */ + s2n(TLSEXT_TYPE_srp, ret); + s2n(login_len + 1, ret); + (*ret++) = (unsigned char)login_len; + memcpy(ret, s->srp_ctx.login, login_len); + ret += login_len; + } +# endif + +# ifndef OPENSSL_NO_EC + if (using_ecc) { + /* + * Add TLS extension ECPointFormats to the ClientHello message + */ + long lenmax; + const unsigned char *pcurves, *pformats; + size_t num_curves, num_formats, curves_list_len; + + tls1_get_formatlist(s, &pformats, &num_formats); + + if ((lenmax = limit - ret - 5) < 0) + return NULL; + if (num_formats > (size_t)lenmax) + return NULL; + if (num_formats > 255) { + SSLerr(SSL_F_SSL_ADD_CLIENTHELLO_TLSEXT, ERR_R_INTERNAL_ERROR); + return NULL; } -#ifndef OPENSSL_NO_EC - if (s->tlsext_ecpointformatlist != NULL) - { - /* Add TLS extension ECPointFormats to the ServerHello message */ - long lenmax; - - if ((lenmax = limit - ret - 5) < 0) return NULL; - if (s->tlsext_ecpointformatlist_length > (unsigned long)lenmax) return NULL; - if (s->tlsext_ecpointformatlist_length > 255) - { - SSLerr(SSL_F_SSL_ADD_SERVERHELLO_TLSEXT, ERR_R_INTERNAL_ERROR); - return NULL; - } - - s2n(TLSEXT_TYPE_ec_point_formats,ret); - s2n(s->tlsext_ecpointformatlist_length + 1,ret); - *(ret++) = (unsigned char) s->tlsext_ecpointformatlist_length; - memcpy(ret, s->tlsext_ecpointformatlist, s->tlsext_ecpointformatlist_length); - ret+=s->tlsext_ecpointformatlist_length; - - } - /* Currently the server should not respond with a SupportedCurves extension */ -#endif /* OPENSSL_NO_EC */ - - if (s->tlsext_ticket_expected - && !(SSL_get_options(s) & SSL_OP_NO_TICKET)) - { - if ((long)(limit - ret - 4) < 0) return NULL; - s2n(TLSEXT_TYPE_session_ticket,ret); - s2n(0,ret); - } - - if (s->tlsext_status_expected) - { - if ((long)(limit - ret - 4) < 0) return NULL; - s2n(TLSEXT_TYPE_status_request,ret); - s2n(0,ret); - } - -#ifdef TLSEXT_TYPE_opaque_prf_input - if (s->s3->server_opaque_prf_input != NULL && - s->version != DTLS1_VERSION) - { - size_t sol = s->s3->server_opaque_prf_input_len; - - if ((long)(limit - ret - 6 - sol) < 0) - return NULL; - if (sol > 0xFFFD) /* can't happen */ - return NULL; - - s2n(TLSEXT_TYPE_opaque_prf_input, ret); - s2n(sol + 2, ret); - s2n(sol, ret); - memcpy(ret, s->s3->server_opaque_prf_input, sol); - ret += sol; - } -#endif + s2n(TLSEXT_TYPE_ec_point_formats, ret); + /* The point format list has 1-byte length. */ + s2n(num_formats + 1, ret); + *(ret++) = (unsigned char)num_formats; + memcpy(ret, pformats, num_formats); + ret += num_formats; + + /* + * Add TLS extension EllipticCurves to the ClientHello message + */ + pcurves = s->tlsext_ellipticcurvelist; + if (!tls1_get_curvelist(s, 0, &pcurves, &num_curves)) + return NULL; + + if ((lenmax = limit - ret - 6) < 0) + return NULL; + if (num_curves > (size_t)lenmax / 2) + return NULL; + if (num_curves > 65532 / 2) { + SSLerr(SSL_F_SSL_ADD_CLIENTHELLO_TLSEXT, ERR_R_INTERNAL_ERROR); + return NULL; + } + curves_list_len = 2 * num_curves; + s2n(TLSEXT_TYPE_elliptic_curves, ret); + s2n(curves_list_len + 2, ret); + s2n(curves_list_len, ret); + memcpy(ret, pcurves, curves_list_len); + ret += curves_list_len; + } +# endif /* OPENSSL_NO_EC */ + + if (!(SSL_get_options(s) & SSL_OP_NO_TICKET)) { + int ticklen; + if (!s->new_session && s->session && s->session->tlsext_tick) + ticklen = s->session->tlsext_ticklen; + else if (s->session && s->tlsext_session_ticket && + s->tlsext_session_ticket->data) { + ticklen = s->tlsext_session_ticket->length; + s->session->tlsext_tick = OPENSSL_malloc(ticklen); + if (!s->session->tlsext_tick) + return NULL; + memcpy(s->session->tlsext_tick, + s->tlsext_session_ticket->data, ticklen); + s->session->tlsext_ticklen = ticklen; + } else + ticklen = 0; + if (ticklen == 0 && s->tlsext_session_ticket && + s->tlsext_session_ticket->data == NULL) + goto skip_ext; + /* + * Check for enough room 2 for extension type, 2 for len rest for + * ticket + */ + if ((long)(limit - ret - 4 - ticklen) < 0) + return NULL; + s2n(TLSEXT_TYPE_session_ticket, ret); + s2n(ticklen, ret); + if (ticklen) { + memcpy(ret, s->session->tlsext_tick, ticklen); + ret += ticklen; + } + } + skip_ext: + + if (SSL_USE_SIGALGS(s)) { + size_t salglen; + const unsigned char *salg; + salglen = tls12_get_psigalgs(s, &salg); + if ((size_t)(limit - ret) < salglen + 6) + return NULL; + s2n(TLSEXT_TYPE_signature_algorithms, ret); + s2n(salglen + 2, ret); + s2n(salglen, ret); + memcpy(ret, salg, salglen); + ret += salglen; + } +# ifdef TLSEXT_TYPE_opaque_prf_input + if (s->s3->client_opaque_prf_input != NULL) { + size_t col = s->s3->client_opaque_prf_input_len; + + if ((long)(limit - ret - 6 - col < 0)) + return NULL; + if (col > 0xFFFD) /* can't happen */ + return NULL; + + s2n(TLSEXT_TYPE_opaque_prf_input, ret); + s2n(col + 2, ret); + s2n(col, ret); + memcpy(ret, s->s3->client_opaque_prf_input, col); + ret += col; + } +# endif + + if (s->tlsext_status_type == TLSEXT_STATUSTYPE_ocsp) { + int i; + long extlen, idlen, itmp; + OCSP_RESPID *id; + + idlen = 0; + for (i = 0; i < sk_OCSP_RESPID_num(s->tlsext_ocsp_ids); i++) { + id = sk_OCSP_RESPID_value(s->tlsext_ocsp_ids, i); + itmp = i2d_OCSP_RESPID(id, NULL); + if (itmp <= 0) + return NULL; + idlen += itmp + 2; + } -#ifndef OPENSSL_NO_SRTP - if(SSL_IS_DTLS(s) && s->srtp_profile) - { - int el; + if (s->tlsext_ocsp_exts) { + extlen = i2d_X509_EXTENSIONS(s->tlsext_ocsp_exts, NULL); + if (extlen < 0) + return NULL; + } else + extlen = 0; + + if ((long)(limit - ret - 7 - extlen - idlen) < 0) + return NULL; + s2n(TLSEXT_TYPE_status_request, ret); + if (extlen + idlen > 0xFFF0) + return NULL; + s2n(extlen + idlen + 5, ret); + *(ret++) = TLSEXT_STATUSTYPE_ocsp; + s2n(idlen, ret); + for (i = 0; i < sk_OCSP_RESPID_num(s->tlsext_ocsp_ids); i++) { + /* save position of id len */ + unsigned char *q = ret; + id = sk_OCSP_RESPID_value(s->tlsext_ocsp_ids, i); + /* skip over id len */ + ret += 2; + itmp = i2d_OCSP_RESPID(id, &ret); + /* write id len */ + s2n(itmp, q); + } + s2n(extlen, ret); + if (extlen > 0) + i2d_X509_EXTENSIONS(s->tlsext_ocsp_exts, &ret); + } +# ifndef OPENSSL_NO_HEARTBEATS + /* Add Heartbeat extension */ + if ((limit - ret - 4 - 1) < 0) + return NULL; + s2n(TLSEXT_TYPE_heartbeat, ret); + s2n(1, ret); + /*- + * Set mode: + * 1: peer may send requests + * 2: peer not allowed to send requests + */ + if (s->tlsext_heartbeat & SSL_TLSEXT_HB_DONT_RECV_REQUESTS) + *(ret++) = SSL_TLSEXT_HB_DONT_SEND_REQUESTS; + else + *(ret++) = SSL_TLSEXT_HB_ENABLED; +# endif + +# ifndef OPENSSL_NO_NEXTPROTONEG + if (s->ctx->next_proto_select_cb && !s->s3->tmp.finish_md_len) { + /* + * The client advertises an emtpy extension to indicate its support + * for Next Protocol Negotiation + */ + if (limit - ret - 4 < 0) + return NULL; + s2n(TLSEXT_TYPE_next_proto_neg, ret); + s2n(0, ret); + } +# endif + + if (s->alpn_client_proto_list && !s->s3->tmp.finish_md_len) { + if ((size_t)(limit - ret) < 6 + s->alpn_client_proto_list_len) + return NULL; + s2n(TLSEXT_TYPE_application_layer_protocol_negotiation, ret); + s2n(2 + s->alpn_client_proto_list_len, ret); + s2n(s->alpn_client_proto_list_len, ret); + memcpy(ret, s->alpn_client_proto_list, s->alpn_client_proto_list_len); + ret += s->alpn_client_proto_list_len; + } +# ifndef OPENSSL_NO_SRTP + if (SSL_IS_DTLS(s) && SSL_get_srtp_profiles(s)) { + int el; + + ssl_add_clienthello_use_srtp_ext(s, 0, &el, 0); + + if ((limit - ret - 4 - el) < 0) + return NULL; + + s2n(TLSEXT_TYPE_use_srtp, ret); + s2n(el, ret); + + if (ssl_add_clienthello_use_srtp_ext(s, ret, &el, el)) { + SSLerr(SSL_F_SSL_ADD_CLIENTHELLO_TLSEXT, ERR_R_INTERNAL_ERROR); + return NULL; + } + ret += el; + } +# endif + custom_ext_init(&s->cert->cli_ext); + /* Add custom TLS Extensions to ClientHello */ + if (!custom_ext_add(s, 0, &ret, limit, al)) + return NULL; + + /* + * Add padding to workaround bugs in F5 terminators. See + * https://tools.ietf.org/html/draft-agl-tls-padding-03 NB: because this + * code works out the length of all existing extensions it MUST always + * appear last. + */ + if (s->options & SSL_OP_TLSEXT_PADDING) { + int hlen = ret - (unsigned char *)s->init_buf->data; + /* + * The code in s23_clnt.c to build ClientHello messages includes the + * 5-byte record header in the buffer, while the code in s3_clnt.c + * does not. + */ + if (s->state == SSL23_ST_CW_CLNT_HELLO_A) + hlen -= 5; + if (hlen > 0xff && hlen < 0x200) { + hlen = 0x200 - hlen; + if (hlen >= 4) + hlen -= 4; + else + hlen = 0; + + s2n(TLSEXT_TYPE_padding, ret); + s2n(hlen, ret); + memset(ret, 0, hlen); + ret += hlen; + } + } - ssl_add_serverhello_use_srtp_ext(s, 0, &el, 0); - - if((limit - ret - 4 - el) < 0) return NULL; + if ((extdatalen = ret - orig - 2) == 0) + return orig; - s2n(TLSEXT_TYPE_use_srtp,ret); - s2n(el,ret); + s2n(extdatalen, orig); + return ret; +} - if(ssl_add_serverhello_use_srtp_ext(s, ret, &el, el)) - { - SSLerr(SSL_F_SSL_ADD_SERVERHELLO_TLSEXT, ERR_R_INTERNAL_ERROR); - return NULL; - } - ret+=el; - } -#endif +unsigned char *ssl_add_serverhello_tlsext(SSL *s, unsigned char *buf, + unsigned char *limit, int *al) +{ + int extdatalen = 0; + unsigned char *orig = buf; + unsigned char *ret = buf; +# ifndef OPENSSL_NO_NEXTPROTONEG + int next_proto_neg_seen; +# endif +# ifndef OPENSSL_NO_EC + unsigned long alg_k = s->s3->tmp.new_cipher->algorithm_mkey; + unsigned long alg_a = s->s3->tmp.new_cipher->algorithm_auth; + int using_ecc = (alg_k & (SSL_kEECDH | SSL_kECDHr | SSL_kECDHe)) + || (alg_a & SSL_aECDSA); + using_ecc = using_ecc && (s->session->tlsext_ecpointformatlist != NULL); +# endif + /* + * don't add extensions for SSLv3, unless doing secure renegotiation + */ + if (s->version == SSL3_VERSION && !s->s3->send_connection_binding) + return orig; + + ret += 2; + if (ret >= limit) + return NULL; /* this really never occurs, but ... */ + + if (!s->hit && s->servername_done == 1 + && s->session->tlsext_hostname != NULL) { + if ((long)(limit - ret - 4) < 0) + return NULL; + + s2n(TLSEXT_TYPE_server_name, ret); + s2n(0, ret); + } + + if (s->s3->send_connection_binding) { + int el; + + if (!ssl_add_serverhello_renegotiate_ext(s, 0, &el, 0)) { + SSLerr(SSL_F_SSL_ADD_SERVERHELLO_TLSEXT, ERR_R_INTERNAL_ERROR); + return NULL; + } - if (((s->s3->tmp.new_cipher->id & 0xFFFF)==0x80 || (s->s3->tmp.new_cipher->id & 0xFFFF)==0x81) - && (SSL_get_options(s) & SSL_OP_CRYPTOPRO_TLSEXT_BUG)) - { const unsigned char cryptopro_ext[36] = { - 0xfd, 0xe8, /*65000*/ - 0x00, 0x20, /*32 bytes length*/ - 0x30, 0x1e, 0x30, 0x08, 0x06, 0x06, 0x2a, 0x85, - 0x03, 0x02, 0x02, 0x09, 0x30, 0x08, 0x06, 0x06, - 0x2a, 0x85, 0x03, 0x02, 0x02, 0x16, 0x30, 0x08, - 0x06, 0x06, 0x2a, 0x85, 0x03, 0x02, 0x02, 0x17}; - if (limit-ret<36) return NULL; - memcpy(ret,cryptopro_ext,36); - ret+=36; - - } - -#ifndef OPENSSL_NO_HEARTBEATS - /* Add Heartbeat extension if we've received one */ - if (s->tlsext_heartbeat & SSL_TLSEXT_HB_ENABLED) - { - if ((limit - ret - 4 - 1) < 0) - return NULL; - s2n(TLSEXT_TYPE_heartbeat,ret); - s2n(1,ret); - /* Set mode: - * 1: peer may send requests - * 2: peer not allowed to send requests - */ - if (s->tlsext_heartbeat & SSL_TLSEXT_HB_DONT_RECV_REQUESTS) - *(ret++) = SSL_TLSEXT_HB_DONT_SEND_REQUESTS; - else - *(ret++) = SSL_TLSEXT_HB_ENABLED; - - } -#endif + if ((limit - ret - 4 - el) < 0) + return NULL; -#ifndef OPENSSL_NO_NEXTPROTONEG - next_proto_neg_seen = s->s3->next_proto_neg_seen; - s->s3->next_proto_neg_seen = 0; - if (next_proto_neg_seen && s->ctx->next_protos_advertised_cb) - { - const unsigned char *npa; - unsigned int npalen; - int r; - - r = s->ctx->next_protos_advertised_cb(s, &npa, &npalen, s->ctx->next_protos_advertised_cb_arg); - if (r == SSL_TLSEXT_ERR_OK) - { - if ((long)(limit - ret - 4 - npalen) < 0) return NULL; - s2n(TLSEXT_TYPE_next_proto_neg,ret); - s2n(npalen,ret); - memcpy(ret, npa, npalen); - ret += npalen; - s->s3->next_proto_neg_seen = 1; - } - } -#endif + s2n(TLSEXT_TYPE_renegotiate, ret); + s2n(el, ret); - if ((extdatalen = ret-orig-2)== 0) - return orig; + if (!ssl_add_serverhello_renegotiate_ext(s, ret, &el, el)) { + SSLerr(SSL_F_SSL_ADD_SERVERHELLO_TLSEXT, ERR_R_INTERNAL_ERROR); + return NULL; + } - s2n(extdatalen, orig); - return ret; - } + ret += el; + } +# ifndef OPENSSL_NO_EC + if (using_ecc) { + const unsigned char *plist; + size_t plistlen; + /* + * Add TLS extension ECPointFormats to the ServerHello message + */ + long lenmax; + + tls1_get_formatlist(s, &plist, &plistlen); + + if ((lenmax = limit - ret - 5) < 0) + return NULL; + if (plistlen > (size_t)lenmax) + return NULL; + if (plistlen > 255) { + SSLerr(SSL_F_SSL_ADD_SERVERHELLO_TLSEXT, ERR_R_INTERNAL_ERROR); + return NULL; + } -#ifndef OPENSSL_NO_EC -/* ssl_check_for_safari attempts to fingerprint Safari using OS X + s2n(TLSEXT_TYPE_ec_point_formats, ret); + s2n(plistlen + 1, ret); + *(ret++) = (unsigned char)plistlen; + memcpy(ret, plist, plistlen); + ret += plistlen; + + } + /* + * Currently the server should not respond with a SupportedCurves + * extension + */ +# endif /* OPENSSL_NO_EC */ + + if (s->tlsext_ticket_expected && !(SSL_get_options(s) & SSL_OP_NO_TICKET)) { + if ((long)(limit - ret - 4) < 0) + return NULL; + s2n(TLSEXT_TYPE_session_ticket, ret); + s2n(0, ret); + } + + if (s->tlsext_status_expected) { + if ((long)(limit - ret - 4) < 0) + return NULL; + s2n(TLSEXT_TYPE_status_request, ret); + s2n(0, ret); + } +# ifdef TLSEXT_TYPE_opaque_prf_input + if (s->s3->server_opaque_prf_input != NULL) { + size_t sol = s->s3->server_opaque_prf_input_len; + + if ((long)(limit - ret - 6 - sol) < 0) + return NULL; + if (sol > 0xFFFD) /* can't happen */ + return NULL; + + s2n(TLSEXT_TYPE_opaque_prf_input, ret); + s2n(sol + 2, ret); + s2n(sol, ret); + memcpy(ret, s->s3->server_opaque_prf_input, sol); + ret += sol; + } +# endif + +# ifndef OPENSSL_NO_SRTP + if (SSL_IS_DTLS(s) && s->srtp_profile) { + int el; + + ssl_add_serverhello_use_srtp_ext(s, 0, &el, 0); + + if ((limit - ret - 4 - el) < 0) + return NULL; + + s2n(TLSEXT_TYPE_use_srtp, ret); + s2n(el, ret); + + if (ssl_add_serverhello_use_srtp_ext(s, ret, &el, el)) { + SSLerr(SSL_F_SSL_ADD_SERVERHELLO_TLSEXT, ERR_R_INTERNAL_ERROR); + return NULL; + } + ret += el; + } +# endif + + if (((s->s3->tmp.new_cipher->id & 0xFFFF) == 0x80 + || (s->s3->tmp.new_cipher->id & 0xFFFF) == 0x81) + && (SSL_get_options(s) & SSL_OP_CRYPTOPRO_TLSEXT_BUG)) { + const unsigned char cryptopro_ext[36] = { + 0xfd, 0xe8, /* 65000 */ + 0x00, 0x20, /* 32 bytes length */ + 0x30, 0x1e, 0x30, 0x08, 0x06, 0x06, 0x2a, 0x85, + 0x03, 0x02, 0x02, 0x09, 0x30, 0x08, 0x06, 0x06, + 0x2a, 0x85, 0x03, 0x02, 0x02, 0x16, 0x30, 0x08, + 0x06, 0x06, 0x2a, 0x85, 0x03, 0x02, 0x02, 0x17 + }; + if (limit - ret < 36) + return NULL; + memcpy(ret, cryptopro_ext, 36); + ret += 36; + + } +# ifndef OPENSSL_NO_HEARTBEATS + /* Add Heartbeat extension if we've received one */ + if (s->tlsext_heartbeat & SSL_TLSEXT_HB_ENABLED) { + if ((limit - ret - 4 - 1) < 0) + return NULL; + s2n(TLSEXT_TYPE_heartbeat, ret); + s2n(1, ret); + /*- + * Set mode: + * 1: peer may send requests + * 2: peer not allowed to send requests + */ + if (s->tlsext_heartbeat & SSL_TLSEXT_HB_DONT_RECV_REQUESTS) + *(ret++) = SSL_TLSEXT_HB_DONT_SEND_REQUESTS; + else + *(ret++) = SSL_TLSEXT_HB_ENABLED; + + } +# endif + +# ifndef OPENSSL_NO_NEXTPROTONEG + next_proto_neg_seen = s->s3->next_proto_neg_seen; + s->s3->next_proto_neg_seen = 0; + if (next_proto_neg_seen && s->ctx->next_protos_advertised_cb) { + const unsigned char *npa; + unsigned int npalen; + int r; + + r = s->ctx->next_protos_advertised_cb(s, &npa, &npalen, + s-> + ctx->next_protos_advertised_cb_arg); + if (r == SSL_TLSEXT_ERR_OK) { + if ((long)(limit - ret - 4 - npalen) < 0) + return NULL; + s2n(TLSEXT_TYPE_next_proto_neg, ret); + s2n(npalen, ret); + memcpy(ret, npa, npalen); + ret += npalen; + s->s3->next_proto_neg_seen = 1; + } + } +# endif + if (!custom_ext_add(s, 1, &ret, limit, al)) + return NULL; + + if (s->s3->alpn_selected) { + const unsigned char *selected = s->s3->alpn_selected; + unsigned len = s->s3->alpn_selected_len; + + if ((long)(limit - ret - 4 - 2 - 1 - len) < 0) + return NULL; + s2n(TLSEXT_TYPE_application_layer_protocol_negotiation, ret); + s2n(3 + len, ret); + s2n(1 + len, ret); + *ret++ = len; + memcpy(ret, selected, len); + ret += len; + } + + if ((extdatalen = ret - orig - 2) == 0) + return orig; + + s2n(extdatalen, orig); + return ret; +} + +# ifndef OPENSSL_NO_EC +/*- + * ssl_check_for_safari attempts to fingerprint Safari using OS X * SecureTransport using the TLS extension block in |d|, of length |n|. * Safari, since 10.6, sends exactly these extensions, in this order: * SNI, @@ -903,1262 +1782,1419 @@ unsigned char *ssl_add_serverhello_tlsext(SSL *s, unsigned char *buf, unsigned c * Sadly we cannot differentiate 10.6, 10.7 and 10.8.4 (which work), from * 10.8..10.8.3 (which don't work). */ -static void ssl_check_for_safari(SSL *s, const unsigned char *data, const unsigned char *d, int n) { - unsigned short type, size; - static const unsigned char kSafariExtensionsBlock[] = { - 0x00, 0x0a, /* elliptic_curves extension */ - 0x00, 0x08, /* 8 bytes */ - 0x00, 0x06, /* 6 bytes of curve ids */ - 0x00, 0x17, /* P-256 */ - 0x00, 0x18, /* P-384 */ - 0x00, 0x19, /* P-521 */ - - 0x00, 0x0b, /* ec_point_formats */ - 0x00, 0x02, /* 2 bytes */ - 0x01, /* 1 point format */ - 0x00, /* uncompressed */ - }; - - /* The following is only present in TLS 1.2 */ - static const unsigned char kSafariTLS12ExtensionsBlock[] = { - 0x00, 0x0d, /* signature_algorithms */ - 0x00, 0x0c, /* 12 bytes */ - 0x00, 0x0a, /* 10 bytes */ - 0x05, 0x01, /* SHA-384/RSA */ - 0x04, 0x01, /* SHA-256/RSA */ - 0x02, 0x01, /* SHA-1/RSA */ - 0x04, 0x03, /* SHA-256/ECDSA */ - 0x02, 0x03, /* SHA-1/ECDSA */ - }; - - if (data >= (d+n-2)) - return; - data += 2; - - if (data > (d+n-4)) - return; - n2s(data,type); - n2s(data,size); - - if (type != TLSEXT_TYPE_server_name) - return; - - if (data+size > d+n) - return; - data += size; - - if (TLS1_get_client_version(s) >= TLS1_2_VERSION) - { - const size_t len1 = sizeof(kSafariExtensionsBlock); - const size_t len2 = sizeof(kSafariTLS12ExtensionsBlock); - - if (data + len1 + len2 != d+n) - return; - if (memcmp(data, kSafariExtensionsBlock, len1) != 0) - return; - if (memcmp(data + len1, kSafariTLS12ExtensionsBlock, len2) != 0) - return; - } - else - { - const size_t len = sizeof(kSafariExtensionsBlock); - - if (data + len != d+n) - return; - if (memcmp(data, kSafariExtensionsBlock, len) != 0) - return; - } - - s->s3->is_probably_safari = 1; +static void ssl_check_for_safari(SSL *s, const unsigned char *data, + const unsigned char *d, int n) +{ + unsigned short type, size; + static const unsigned char kSafariExtensionsBlock[] = { + 0x00, 0x0a, /* elliptic_curves extension */ + 0x00, 0x08, /* 8 bytes */ + 0x00, 0x06, /* 6 bytes of curve ids */ + 0x00, 0x17, /* P-256 */ + 0x00, 0x18, /* P-384 */ + 0x00, 0x19, /* P-521 */ + + 0x00, 0x0b, /* ec_point_formats */ + 0x00, 0x02, /* 2 bytes */ + 0x01, /* 1 point format */ + 0x00, /* uncompressed */ + }; + + /* The following is only present in TLS 1.2 */ + static const unsigned char kSafariTLS12ExtensionsBlock[] = { + 0x00, 0x0d, /* signature_algorithms */ + 0x00, 0x0c, /* 12 bytes */ + 0x00, 0x0a, /* 10 bytes */ + 0x05, 0x01, /* SHA-384/RSA */ + 0x04, 0x01, /* SHA-256/RSA */ + 0x02, 0x01, /* SHA-1/RSA */ + 0x04, 0x03, /* SHA-256/ECDSA */ + 0x02, 0x03, /* SHA-1/ECDSA */ + }; + + if (data >= (d + n - 2)) + return; + data += 2; + + if (data > (d + n - 4)) + return; + n2s(data, type); + n2s(data, size); + + if (type != TLSEXT_TYPE_server_name) + return; + + if (data + size > d + n) + return; + data += size; + + if (TLS1_get_client_version(s) >= TLS1_2_VERSION) { + const size_t len1 = sizeof(kSafariExtensionsBlock); + const size_t len2 = sizeof(kSafariTLS12ExtensionsBlock); + + if (data + len1 + len2 != d + n) + return; + if (memcmp(data, kSafariExtensionsBlock, len1) != 0) + return; + if (memcmp(data + len1, kSafariTLS12ExtensionsBlock, len2) != 0) + return; + } else { + const size_t len = sizeof(kSafariExtensionsBlock); + + if (data + len != d + n) + return; + if (memcmp(data, kSafariExtensionsBlock, len) != 0) + return; + } + + s->s3->is_probably_safari = 1; +} +# endif /* !OPENSSL_NO_EC */ + +/* + * tls1_alpn_handle_client_hello is called to process the ALPN extension in a + * ClientHello. data: the contents of the extension, not including the type + * and length. data_len: the number of bytes in |data| al: a pointer to the + * alert value to send in the event of a non-zero return. returns: 0 on + * success. + */ +static int tls1_alpn_handle_client_hello(SSL *s, const unsigned char *data, + unsigned data_len, int *al) +{ + unsigned i; + unsigned proto_len; + const unsigned char *selected; + unsigned char selected_len; + int r; + + if (s->ctx->alpn_select_cb == NULL) + return 0; + + if (data_len < 2) + goto parse_error; + + /* + * data should contain a uint16 length followed by a series of 8-bit, + * length-prefixed strings. + */ + i = ((unsigned)data[0]) << 8 | ((unsigned)data[1]); + data_len -= 2; + data += 2; + if (data_len != i) + goto parse_error; + + if (data_len < 2) + goto parse_error; + + for (i = 0; i < data_len;) { + proto_len = data[i]; + i++; + + if (proto_len == 0) + goto parse_error; + + if (i + proto_len < i || i + proto_len > data_len) + goto parse_error; + + i += proto_len; + } + + r = s->ctx->alpn_select_cb(s, &selected, &selected_len, data, data_len, + s->ctx->alpn_select_cb_arg); + if (r == SSL_TLSEXT_ERR_OK) { + if (s->s3->alpn_selected) + OPENSSL_free(s->s3->alpn_selected); + s->s3->alpn_selected = OPENSSL_malloc(selected_len); + if (!s->s3->alpn_selected) { + *al = SSL_AD_INTERNAL_ERROR; + return -1; + } + memcpy(s->s3->alpn_selected, selected, selected_len); + s->s3->alpn_selected_len = selected_len; + } + return 0; + + parse_error: + *al = SSL_AD_DECODE_ERROR; + return -1; } -#endif /* !OPENSSL_NO_EC */ - -int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **p, unsigned char *d, int n, int *al) - { - unsigned short type; - unsigned short size; - unsigned short len; - unsigned char *data = *p; - int renegotiate_seen = 0; - int sigalg_seen = 0; - - s->servername_done = 0; - s->tlsext_status_type = -1; -#ifndef OPENSSL_NO_NEXTPROTONEG - s->s3->next_proto_neg_seen = 0; -#endif -#ifndef OPENSSL_NO_HEARTBEATS - s->tlsext_heartbeat &= ~(SSL_TLSEXT_HB_ENABLED | - SSL_TLSEXT_HB_DONT_SEND_REQUESTS); -#endif +static int ssl_scan_clienthello_tlsext(SSL *s, unsigned char **p, + unsigned char *d, int n, int *al) +{ + unsigned short type; + unsigned short size; + unsigned short len; + unsigned char *data = *p; + int renegotiate_seen = 0; + + s->servername_done = 0; + s->tlsext_status_type = -1; +# ifndef OPENSSL_NO_NEXTPROTONEG + s->s3->next_proto_neg_seen = 0; +# endif + + if (s->s3->alpn_selected) { + OPENSSL_free(s->s3->alpn_selected); + s->s3->alpn_selected = NULL; + } +# ifndef OPENSSL_NO_HEARTBEATS + s->tlsext_heartbeat &= ~(SSL_TLSEXT_HB_ENABLED | + SSL_TLSEXT_HB_DONT_SEND_REQUESTS); +# endif + +# ifndef OPENSSL_NO_EC + if (s->options & SSL_OP_SAFARI_ECDHE_ECDSA_BUG) + ssl_check_for_safari(s, data, d, n); +# endif /* !OPENSSL_NO_EC */ + + /* Clear any signature algorithms extension received */ + if (s->cert->peer_sigalgs) { + OPENSSL_free(s->cert->peer_sigalgs); + s->cert->peer_sigalgs = NULL; + } +# ifndef OPENSSL_NO_SRP + if (s->srp_ctx.login != NULL) { + OPENSSL_free(s->srp_ctx.login); + s->srp_ctx.login = NULL; + } +# endif + + s->srtp_profile = NULL; + + if (data >= (d + n - 2)) + goto ri_check; + n2s(data, len); + + if (data > (d + n - len)) + goto ri_check; + + while (data <= (d + n - 4)) { + n2s(data, type); + n2s(data, size); + + if (data + size > (d + n)) + goto ri_check; +# if 0 + fprintf(stderr, "Received extension type %d size %d\n", type, size); +# endif + if (s->tlsext_debug_cb) + s->tlsext_debug_cb(s, 0, type, data, size, s->tlsext_debug_arg); +/*- + * The servername extension is treated as follows: + * + * - Only the hostname type is supported with a maximum length of 255. + * - The servername is rejected if too long or if it contains zeros, + * in which case an fatal alert is generated. + * - The servername field is maintained together with the session cache. + * - When a session is resumed, the servername call back invoked in order + * to allow the application to position itself to the right context. + * - The servername is acknowledged if it is new for a session or when + * it is identical to a previously used for the same session. + * Applications can control the behaviour. They can at any time + * set a 'desirable' servername for a new SSL object. This can be the + * case for example with HTTPS when a Host: header field is received and + * a renegotiation is requested. In this case, a possible servername + * presented in the new client hello is only acknowledged if it matches + * the value of the Host: field. + * - Applications must use SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION + * if they provide for changing an explicit servername context for the + * session, i.e. when the session has been established with a servername + * extension. + * - On session reconnect, the servername extension may be absent. + * + */ -#ifndef OPENSSL_NO_EC - if (s->options & SSL_OP_SAFARI_ECDHE_ECDSA_BUG) - ssl_check_for_safari(s, data, d, n); -#endif /* !OPENSSL_NO_EC */ - - if (data >= (d+n-2)) - goto ri_check; - n2s(data,len); - - if (data > (d+n-len)) - goto ri_check; - - while (data <= (d+n-4)) - { - n2s(data,type); - n2s(data,size); - - if (data+size > (d+n)) - goto ri_check; -#if 0 - fprintf(stderr,"Received extension type %d size %d\n",type,size); -#endif - if (s->tlsext_debug_cb) - s->tlsext_debug_cb(s, 0, type, data, size, - s->tlsext_debug_arg); -/* The servername extension is treated as follows: - - - Only the hostname type is supported with a maximum length of 255. - - The servername is rejected if too long or if it contains zeros, - in which case an fatal alert is generated. - - The servername field is maintained together with the session cache. - - When a session is resumed, the servername call back invoked in order - to allow the application to position itself to the right context. - - The servername is acknowledged if it is new for a session or when - it is identical to a previously used for the same session. - Applications can control the behaviour. They can at any time - set a 'desirable' servername for a new SSL object. This can be the - case for example with HTTPS when a Host: header field is received and - a renegotiation is requested. In this case, a possible servername - presented in the new client hello is only acknowledged if it matches - the value of the Host: field. - - Applications must use SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION - if they provide for changing an explicit servername context for the session, - i.e. when the session has been established with a servername extension. - - On session reconnect, the servername extension may be absent. - -*/ - - if (type == TLSEXT_TYPE_server_name) - { - unsigned char *sdata; - int servname_type; - int dsize; - - if (size < 2) - { - *al = SSL_AD_DECODE_ERROR; - return 0; - } - n2s(data,dsize); - size -= 2; - if (dsize > size ) - { - *al = SSL_AD_DECODE_ERROR; - return 0; - } - - sdata = data; - while (dsize > 3) - { - servname_type = *(sdata++); - n2s(sdata,len); - dsize -= 3; - - if (len > dsize) - { - *al = SSL_AD_DECODE_ERROR; - return 0; - } - if (s->servername_done == 0) - switch (servname_type) - { - case TLSEXT_NAMETYPE_host_name: - if (!s->hit) - { - if(s->session->tlsext_hostname) - { - *al = SSL_AD_DECODE_ERROR; - return 0; - } - if (len > TLSEXT_MAXLEN_host_name) - { - *al = TLS1_AD_UNRECOGNIZED_NAME; - return 0; - } - if ((s->session->tlsext_hostname = OPENSSL_malloc(len+1)) == NULL) - { - *al = TLS1_AD_INTERNAL_ERROR; - return 0; - } - memcpy(s->session->tlsext_hostname, sdata, len); - s->session->tlsext_hostname[len]='\0'; - if (strlen(s->session->tlsext_hostname) != len) { - OPENSSL_free(s->session->tlsext_hostname); - s->session->tlsext_hostname = NULL; - *al = TLS1_AD_UNRECOGNIZED_NAME; - return 0; - } - s->servername_done = 1; - - } - else - s->servername_done = s->session->tlsext_hostname - && strlen(s->session->tlsext_hostname) == len - && strncmp(s->session->tlsext_hostname, (char *)sdata, len) == 0; - - break; - - default: - break; - } - - dsize -= len; - } - if (dsize != 0) - { - *al = SSL_AD_DECODE_ERROR; - return 0; - } - - } -#ifndef OPENSSL_NO_SRP - else if (type == TLSEXT_TYPE_srp) - { - if (size <= 0 || ((len = data[0])) != (size -1)) - { - *al = SSL_AD_DECODE_ERROR; - return 0; - } - if (s->srp_ctx.login != NULL) - { - *al = SSL_AD_DECODE_ERROR; - return 0; - } - if ((s->srp_ctx.login = OPENSSL_malloc(len+1)) == NULL) - return -1; - memcpy(s->srp_ctx.login, &data[1], len); - s->srp_ctx.login[len]='\0'; - - if (strlen(s->srp_ctx.login) != len) - { - *al = SSL_AD_DECODE_ERROR; - return 0; - } - } -#endif + if (type == TLSEXT_TYPE_server_name) { + unsigned char *sdata; + int servname_type; + int dsize; + + if (size < 2) { + *al = SSL_AD_DECODE_ERROR; + return 0; + } + n2s(data, dsize); + size -= 2; + if (dsize > size) { + *al = SSL_AD_DECODE_ERROR; + return 0; + } + + sdata = data; + while (dsize > 3) { + servname_type = *(sdata++); + n2s(sdata, len); + dsize -= 3; + + if (len > dsize) { + *al = SSL_AD_DECODE_ERROR; + return 0; + } + if (s->servername_done == 0) + switch (servname_type) { + case TLSEXT_NAMETYPE_host_name: + if (!s->hit) { + if (s->session->tlsext_hostname) { + *al = SSL_AD_DECODE_ERROR; + return 0; + } + if (len > TLSEXT_MAXLEN_host_name) { + *al = TLS1_AD_UNRECOGNIZED_NAME; + return 0; + } + if ((s->session->tlsext_hostname = + OPENSSL_malloc(len + 1)) == NULL) { + *al = TLS1_AD_INTERNAL_ERROR; + return 0; + } + memcpy(s->session->tlsext_hostname, sdata, len); + s->session->tlsext_hostname[len] = '\0'; + if (strlen(s->session->tlsext_hostname) != len) { + OPENSSL_free(s->session->tlsext_hostname); + s->session->tlsext_hostname = NULL; + *al = TLS1_AD_UNRECOGNIZED_NAME; + return 0; + } + s->servername_done = 1; -#ifndef OPENSSL_NO_EC - else if (type == TLSEXT_TYPE_ec_point_formats) - { - unsigned char *sdata = data; - int ecpointformatlist_length = *(sdata++); - - if (ecpointformatlist_length != size - 1) - { - *al = TLS1_AD_DECODE_ERROR; - return 0; - } - if (!s->hit) - { - if(s->session->tlsext_ecpointformatlist) - { - OPENSSL_free(s->session->tlsext_ecpointformatlist); - s->session->tlsext_ecpointformatlist = NULL; - } - s->session->tlsext_ecpointformatlist_length = 0; - if ((s->session->tlsext_ecpointformatlist = OPENSSL_malloc(ecpointformatlist_length)) == NULL) - { - *al = TLS1_AD_INTERNAL_ERROR; - return 0; - } - s->session->tlsext_ecpointformatlist_length = ecpointformatlist_length; - memcpy(s->session->tlsext_ecpointformatlist, sdata, ecpointformatlist_length); - } -#if 0 - fprintf(stderr,"ssl_parse_clienthello_tlsext s->session->tlsext_ecpointformatlist (length=%i) ", s->session->tlsext_ecpointformatlist_length); - sdata = s->session->tlsext_ecpointformatlist; - for (i = 0; i < s->session->tlsext_ecpointformatlist_length; i++) - fprintf(stderr,"%i ",*(sdata++)); - fprintf(stderr,"\n"); -#endif - } - else if (type == TLSEXT_TYPE_elliptic_curves) - { - unsigned char *sdata = data; - int ellipticcurvelist_length = (*(sdata++) << 8); - ellipticcurvelist_length += (*(sdata++)); - - if (ellipticcurvelist_length != size - 2 || - ellipticcurvelist_length < 1) - { - *al = TLS1_AD_DECODE_ERROR; - return 0; - } - if (!s->hit) - { - if(s->session->tlsext_ellipticcurvelist) - { - *al = TLS1_AD_DECODE_ERROR; - return 0; - } - s->session->tlsext_ellipticcurvelist_length = 0; - if ((s->session->tlsext_ellipticcurvelist = OPENSSL_malloc(ellipticcurvelist_length)) == NULL) - { - *al = TLS1_AD_INTERNAL_ERROR; - return 0; - } - s->session->tlsext_ellipticcurvelist_length = ellipticcurvelist_length; - memcpy(s->session->tlsext_ellipticcurvelist, sdata, ellipticcurvelist_length); - } -#if 0 - fprintf(stderr,"ssl_parse_clienthello_tlsext s->session->tlsext_ellipticcurvelist (length=%i) ", s->session->tlsext_ellipticcurvelist_length); - sdata = s->session->tlsext_ellipticcurvelist; - for (i = 0; i < s->session->tlsext_ellipticcurvelist_length; i++) - fprintf(stderr,"%i ",*(sdata++)); - fprintf(stderr,"\n"); -#endif - } -#endif /* OPENSSL_NO_EC */ -#ifdef TLSEXT_TYPE_opaque_prf_input - else if (type == TLSEXT_TYPE_opaque_prf_input && - s->version != DTLS1_VERSION) - { - unsigned char *sdata = data; - - if (size < 2) - { - *al = SSL_AD_DECODE_ERROR; - return 0; - } - n2s(sdata, s->s3->client_opaque_prf_input_len); - if (s->s3->client_opaque_prf_input_len != size - 2) - { - *al = SSL_AD_DECODE_ERROR; - return 0; - } - - if (s->s3->client_opaque_prf_input != NULL) /* shouldn't really happen */ - OPENSSL_free(s->s3->client_opaque_prf_input); - if (s->s3->client_opaque_prf_input_len == 0) - s->s3->client_opaque_prf_input = OPENSSL_malloc(1); /* dummy byte just to get non-NULL */ - else - s->s3->client_opaque_prf_input = BUF_memdup(sdata, s->s3->client_opaque_prf_input_len); - if (s->s3->client_opaque_prf_input == NULL) - { - *al = TLS1_AD_INTERNAL_ERROR; - return 0; - } - } -#endif - else if (type == TLSEXT_TYPE_session_ticket) - { - if (s->tls_session_ticket_ext_cb && - !s->tls_session_ticket_ext_cb(s, data, size, s->tls_session_ticket_ext_cb_arg)) - { - *al = TLS1_AD_INTERNAL_ERROR; - return 0; - } - } - else if (type == TLSEXT_TYPE_renegotiate) - { - if(!ssl_parse_clienthello_renegotiate_ext(s, data, size, al)) - return 0; - renegotiate_seen = 1; - } - else if (type == TLSEXT_TYPE_signature_algorithms) - { - int dsize; - if (sigalg_seen || size < 2) - { - *al = SSL_AD_DECODE_ERROR; - return 0; - } - sigalg_seen = 1; - n2s(data,dsize); - size -= 2; - if (dsize != size || dsize & 1) - { - *al = SSL_AD_DECODE_ERROR; - return 0; - } - if (!tls1_process_sigalgs(s, data, dsize)) - { - *al = SSL_AD_DECODE_ERROR; - return 0; - } - } - else if (type == TLSEXT_TYPE_status_request && - s->version != DTLS1_VERSION) - { - - if (size < 5) - { - *al = SSL_AD_DECODE_ERROR; - return 0; - } - - s->tlsext_status_type = *data++; - size--; - if (s->tlsext_status_type == TLSEXT_STATUSTYPE_ocsp) - { - const unsigned char *sdata; - int dsize; - /* Read in responder_id_list */ - n2s(data,dsize); - size -= 2; - if (dsize > size ) - { - *al = SSL_AD_DECODE_ERROR; - return 0; - } - while (dsize > 0) - { - OCSP_RESPID *id; - int idsize; - if (dsize < 4) - { - *al = SSL_AD_DECODE_ERROR; - return 0; - } - n2s(data, idsize); - dsize -= 2 + idsize; - size -= 2 + idsize; - if (dsize < 0) - { - *al = SSL_AD_DECODE_ERROR; - return 0; - } - sdata = data; - data += idsize; - id = d2i_OCSP_RESPID(NULL, - &sdata, idsize); - if (!id) - { - *al = SSL_AD_DECODE_ERROR; - return 0; - } - if (data != sdata) - { - OCSP_RESPID_free(id); - *al = SSL_AD_DECODE_ERROR; - return 0; - } - if (!s->tlsext_ocsp_ids - && !(s->tlsext_ocsp_ids = - sk_OCSP_RESPID_new_null())) - { - OCSP_RESPID_free(id); - *al = SSL_AD_INTERNAL_ERROR; - return 0; - } - if (!sk_OCSP_RESPID_push( - s->tlsext_ocsp_ids, id)) - { - OCSP_RESPID_free(id); - *al = SSL_AD_INTERNAL_ERROR; - return 0; - } - } - - /* Read in request_extensions */ - if (size < 2) - { - *al = SSL_AD_DECODE_ERROR; - return 0; - } - n2s(data,dsize); - size -= 2; - if (dsize != size) - { - *al = SSL_AD_DECODE_ERROR; - return 0; - } - sdata = data; - if (dsize > 0) - { - if (s->tlsext_ocsp_exts) - { - sk_X509_EXTENSION_pop_free(s->tlsext_ocsp_exts, - X509_EXTENSION_free); - } - - s->tlsext_ocsp_exts = - d2i_X509_EXTENSIONS(NULL, - &sdata, dsize); - if (!s->tlsext_ocsp_exts - || (data + dsize != sdata)) - { - *al = SSL_AD_DECODE_ERROR; - return 0; - } - } - } - /* We don't know what to do with any other type - * so ignore it. - */ - else - s->tlsext_status_type = -1; - } -#ifndef OPENSSL_NO_HEARTBEATS - else if (type == TLSEXT_TYPE_heartbeat) - { - switch(data[0]) - { - case 0x01: /* Client allows us to send HB requests */ - s->tlsext_heartbeat |= SSL_TLSEXT_HB_ENABLED; - break; - case 0x02: /* Client doesn't accept HB requests */ - s->tlsext_heartbeat |= SSL_TLSEXT_HB_ENABLED; - s->tlsext_heartbeat |= SSL_TLSEXT_HB_DONT_SEND_REQUESTS; - break; - default: *al = SSL_AD_ILLEGAL_PARAMETER; - return 0; - } - } -#endif -#ifndef OPENSSL_NO_NEXTPROTONEG - else if (type == TLSEXT_TYPE_next_proto_neg && - s->s3->tmp.finish_md_len == 0) - { - /* We shouldn't accept this extension on a - * renegotiation. - * - * s->new_session will be set on renegotiation, but we - * probably shouldn't rely that it couldn't be set on - * the initial renegotation too in certain cases (when - * there's some other reason to disallow resuming an - * earlier session -- the current code won't be doing - * anything like that, but this might change). - - * A valid sign that there's been a previous handshake - * in this connection is if s->s3->tmp.finish_md_len > - * 0. (We are talking about a check that will happen - * in the Hello protocol round, well before a new - * Finished message could have been computed.) */ - s->s3->next_proto_neg_seen = 1; - } -#endif + } else + s->servername_done = s->session->tlsext_hostname + && strlen(s->session->tlsext_hostname) == len + && strncmp(s->session->tlsext_hostname, + (char *)sdata, len) == 0; - /* session ticket processed earlier */ -#ifndef OPENSSL_NO_SRTP - else if (SSL_IS_DTLS(s) && SSL_get_srtp_profiles(s) - && type == TLSEXT_TYPE_use_srtp) - { - if(ssl_parse_clienthello_use_srtp_ext(s, data, size, - al)) - return 0; - } -#endif + break; - data+=size; - } - - *p = data; + default: + break; + } - ri_check: + dsize -= len; + } + if (dsize != 0) { + *al = SSL_AD_DECODE_ERROR; + return 0; + } - /* Need RI if renegotiating */ + } +# ifndef OPENSSL_NO_SRP + else if (type == TLSEXT_TYPE_srp) { + if (size <= 0 || ((len = data[0])) != (size - 1)) { + *al = SSL_AD_DECODE_ERROR; + return 0; + } + if (s->srp_ctx.login != NULL) { + *al = SSL_AD_DECODE_ERROR; + return 0; + } + if ((s->srp_ctx.login = OPENSSL_malloc(len + 1)) == NULL) + return -1; + memcpy(s->srp_ctx.login, &data[1], len); + s->srp_ctx.login[len] = '\0'; + + if (strlen(s->srp_ctx.login) != len) { + *al = SSL_AD_DECODE_ERROR; + return 0; + } + } +# endif + +# ifndef OPENSSL_NO_EC + else if (type == TLSEXT_TYPE_ec_point_formats) { + unsigned char *sdata = data; + int ecpointformatlist_length = *(sdata++); + + if (ecpointformatlist_length != size - 1 || + ecpointformatlist_length < 1) { + *al = TLS1_AD_DECODE_ERROR; + return 0; + } + if (!s->hit) { + if (s->session->tlsext_ecpointformatlist) { + OPENSSL_free(s->session->tlsext_ecpointformatlist); + s->session->tlsext_ecpointformatlist = NULL; + } + s->session->tlsext_ecpointformatlist_length = 0; + if ((s->session->tlsext_ecpointformatlist = + OPENSSL_malloc(ecpointformatlist_length)) == NULL) { + *al = TLS1_AD_INTERNAL_ERROR; + return 0; + } + s->session->tlsext_ecpointformatlist_length = + ecpointformatlist_length; + memcpy(s->session->tlsext_ecpointformatlist, sdata, + ecpointformatlist_length); + } +# if 0 + fprintf(stderr, + "ssl_parse_clienthello_tlsext s->session->tlsext_ecpointformatlist (length=%i) ", + s->session->tlsext_ecpointformatlist_length); + sdata = s->session->tlsext_ecpointformatlist; + for (i = 0; i < s->session->tlsext_ecpointformatlist_length; i++) + fprintf(stderr, "%i ", *(sdata++)); + fprintf(stderr, "\n"); +# endif + } else if (type == TLSEXT_TYPE_elliptic_curves) { + unsigned char *sdata = data; + int ellipticcurvelist_length = (*(sdata++) << 8); + ellipticcurvelist_length += (*(sdata++)); + + if (ellipticcurvelist_length != size - 2 || + ellipticcurvelist_length < 1 || + /* Each NamedCurve is 2 bytes. */ + ellipticcurvelist_length & 1) { + *al = TLS1_AD_DECODE_ERROR; + return 0; + } + if (!s->hit) { + if (s->session->tlsext_ellipticcurvelist) { + *al = TLS1_AD_DECODE_ERROR; + return 0; + } + s->session->tlsext_ellipticcurvelist_length = 0; + if ((s->session->tlsext_ellipticcurvelist = + OPENSSL_malloc(ellipticcurvelist_length)) == NULL) { + *al = TLS1_AD_INTERNAL_ERROR; + return 0; + } + s->session->tlsext_ellipticcurvelist_length = + ellipticcurvelist_length; + memcpy(s->session->tlsext_ellipticcurvelist, sdata, + ellipticcurvelist_length); + } +# if 0 + fprintf(stderr, + "ssl_parse_clienthello_tlsext s->session->tlsext_ellipticcurvelist (length=%i) ", + s->session->tlsext_ellipticcurvelist_length); + sdata = s->session->tlsext_ellipticcurvelist; + for (i = 0; i < s->session->tlsext_ellipticcurvelist_length; i++) + fprintf(stderr, "%i ", *(sdata++)); + fprintf(stderr, "\n"); +# endif + } +# endif /* OPENSSL_NO_EC */ +# ifdef TLSEXT_TYPE_opaque_prf_input + else if (type == TLSEXT_TYPE_opaque_prf_input) { + unsigned char *sdata = data; + + if (size < 2) { + *al = SSL_AD_DECODE_ERROR; + return 0; + } + n2s(sdata, s->s3->client_opaque_prf_input_len); + if (s->s3->client_opaque_prf_input_len != size - 2) { + *al = SSL_AD_DECODE_ERROR; + return 0; + } + + if (s->s3->client_opaque_prf_input != NULL) { + /* shouldn't really happen */ + OPENSSL_free(s->s3->client_opaque_prf_input); + } + + /* dummy byte just to get non-NULL */ + if (s->s3->client_opaque_prf_input_len == 0) + s->s3->client_opaque_prf_input = OPENSSL_malloc(1); + else + s->s3->client_opaque_prf_input = + BUF_memdup(sdata, s->s3->client_opaque_prf_input_len); + if (s->s3->client_opaque_prf_input == NULL) { + *al = TLS1_AD_INTERNAL_ERROR; + return 0; + } + } +# endif + else if (type == TLSEXT_TYPE_session_ticket) { + if (s->tls_session_ticket_ext_cb && + !s->tls_session_ticket_ext_cb(s, data, size, + s->tls_session_ticket_ext_cb_arg)) + { + *al = TLS1_AD_INTERNAL_ERROR; + return 0; + } + } else if (type == TLSEXT_TYPE_renegotiate) { + if (!ssl_parse_clienthello_renegotiate_ext(s, data, size, al)) + return 0; + renegotiate_seen = 1; + } else if (type == TLSEXT_TYPE_signature_algorithms) { + int dsize; + if (s->cert->peer_sigalgs || size < 2) { + *al = SSL_AD_DECODE_ERROR; + return 0; + } + n2s(data, dsize); + size -= 2; + if (dsize != size || dsize & 1 || !dsize) { + *al = SSL_AD_DECODE_ERROR; + return 0; + } + if (!tls1_save_sigalgs(s, data, dsize)) { + *al = SSL_AD_DECODE_ERROR; + return 0; + } + } else if (type == TLSEXT_TYPE_status_request) { + + if (size < 5) { + *al = SSL_AD_DECODE_ERROR; + return 0; + } + + s->tlsext_status_type = *data++; + size--; + if (s->tlsext_status_type == TLSEXT_STATUSTYPE_ocsp) { + const unsigned char *sdata; + int dsize; + /* Read in responder_id_list */ + n2s(data, dsize); + size -= 2; + if (dsize > size) { + *al = SSL_AD_DECODE_ERROR; + return 0; + } + while (dsize > 0) { + OCSP_RESPID *id; + int idsize; + if (dsize < 4) { + *al = SSL_AD_DECODE_ERROR; + return 0; + } + n2s(data, idsize); + dsize -= 2 + idsize; + size -= 2 + idsize; + if (dsize < 0) { + *al = SSL_AD_DECODE_ERROR; + return 0; + } + sdata = data; + data += idsize; + id = d2i_OCSP_RESPID(NULL, &sdata, idsize); + if (!id) { + *al = SSL_AD_DECODE_ERROR; + return 0; + } + if (data != sdata) { + OCSP_RESPID_free(id); + *al = SSL_AD_DECODE_ERROR; + return 0; + } + if (!s->tlsext_ocsp_ids + && !(s->tlsext_ocsp_ids = + sk_OCSP_RESPID_new_null())) { + OCSP_RESPID_free(id); + *al = SSL_AD_INTERNAL_ERROR; + return 0; + } + if (!sk_OCSP_RESPID_push(s->tlsext_ocsp_ids, id)) { + OCSP_RESPID_free(id); + *al = SSL_AD_INTERNAL_ERROR; + return 0; + } + } - if (!renegotiate_seen && s->renegotiate && - !(s->options & SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION)) - { - *al = SSL_AD_HANDSHAKE_FAILURE; - SSLerr(SSL_F_SSL_PARSE_CLIENTHELLO_TLSEXT, - SSL_R_UNSAFE_LEGACY_RENEGOTIATION_DISABLED); - return 0; - } + /* Read in request_extensions */ + if (size < 2) { + *al = SSL_AD_DECODE_ERROR; + return 0; + } + n2s(data, dsize); + size -= 2; + if (dsize != size) { + *al = SSL_AD_DECODE_ERROR; + return 0; + } + sdata = data; + if (dsize > 0) { + if (s->tlsext_ocsp_exts) { + sk_X509_EXTENSION_pop_free(s->tlsext_ocsp_exts, + X509_EXTENSION_free); + } + + s->tlsext_ocsp_exts = + d2i_X509_EXTENSIONS(NULL, &sdata, dsize); + if (!s->tlsext_ocsp_exts || (data + dsize != sdata)) { + *al = SSL_AD_DECODE_ERROR; + return 0; + } + } + } + /* + * We don't know what to do with any other type * so ignore it. + */ + else + s->tlsext_status_type = -1; + } +# ifndef OPENSSL_NO_HEARTBEATS + else if (type == TLSEXT_TYPE_heartbeat) { + switch (data[0]) { + case 0x01: /* Client allows us to send HB requests */ + s->tlsext_heartbeat |= SSL_TLSEXT_HB_ENABLED; + break; + case 0x02: /* Client doesn't accept HB requests */ + s->tlsext_heartbeat |= SSL_TLSEXT_HB_ENABLED; + s->tlsext_heartbeat |= SSL_TLSEXT_HB_DONT_SEND_REQUESTS; + break; + default: + *al = SSL_AD_ILLEGAL_PARAMETER; + return 0; + } + } +# endif +# ifndef OPENSSL_NO_NEXTPROTONEG + else if (type == TLSEXT_TYPE_next_proto_neg && + s->s3->tmp.finish_md_len == 0 && + s->s3->alpn_selected == NULL) { + /*- + * We shouldn't accept this extension on a + * renegotiation. + * + * s->new_session will be set on renegotiation, but we + * probably shouldn't rely that it couldn't be set on + * the initial renegotation too in certain cases (when + * there's some other reason to disallow resuming an + * earlier session -- the current code won't be doing + * anything like that, but this might change). + * + * A valid sign that there's been a previous handshake + * in this connection is if s->s3->tmp.finish_md_len > + * 0. (We are talking about a check that will happen + * in the Hello protocol round, well before a new + * Finished message could have been computed.) + */ + s->s3->next_proto_neg_seen = 1; + } +# endif + + else if (type == TLSEXT_TYPE_application_layer_protocol_negotiation && + s->ctx->alpn_select_cb && s->s3->tmp.finish_md_len == 0) { + if (tls1_alpn_handle_client_hello(s, data, size, al) != 0) + return 0; +# ifndef OPENSSL_NO_NEXTPROTONEG + /* ALPN takes precedence over NPN. */ + s->s3->next_proto_neg_seen = 0; +# endif + } - return 1; - } + /* session ticket processed earlier */ +# ifndef OPENSSL_NO_SRTP + else if (SSL_IS_DTLS(s) && SSL_get_srtp_profiles(s) + && type == TLSEXT_TYPE_use_srtp) { + if (ssl_parse_clienthello_use_srtp_ext(s, data, size, al)) + return 0; + } +# endif -#ifndef OPENSSL_NO_NEXTPROTONEG -/* ssl_next_proto_validate validates a Next Protocol Negotiation block. No - * elements of zero length are allowed and the set of elements must exactly fill - * the length of the block. */ -static char ssl_next_proto_validate(unsigned char *d, unsigned len) - { - unsigned int off = 0; - - while (off < len) - { - if (d[off] == 0) - return 0; - off += d[off]; - off++; - } - - return off == len; - } -#endif + data += size; + } -int ssl_parse_serverhello_tlsext(SSL *s, unsigned char **p, unsigned char *d, int n, int *al) - { - unsigned short length; - unsigned short type; - unsigned short size; - unsigned char *data = *p; - int tlsext_servername = 0; - int renegotiate_seen = 0; - -#ifndef OPENSSL_NO_NEXTPROTONEG - s->s3->next_proto_neg_seen = 0; -#endif + *p = data; -#ifndef OPENSSL_NO_HEARTBEATS - s->tlsext_heartbeat &= ~(SSL_TLSEXT_HB_ENABLED | - SSL_TLSEXT_HB_DONT_SEND_REQUESTS); -#endif + ri_check: - if (data >= (d+n-2)) - goto ri_check; - - n2s(data,length); - if (data+length != d+n) - { - *al = SSL_AD_DECODE_ERROR; - return 0; - } - - while(data <= (d+n-4)) - { - n2s(data,type); - n2s(data,size); - - if (data+size > (d+n)) - goto ri_check; - - if (s->tlsext_debug_cb) - s->tlsext_debug_cb(s, 1, type, data, size, - s->tlsext_debug_arg); - - if (type == TLSEXT_TYPE_server_name) - { - if (s->tlsext_hostname == NULL || size > 0) - { - *al = TLS1_AD_UNRECOGNIZED_NAME; - return 0; - } - tlsext_servername = 1; - } + /* Need RI if renegotiating */ -#ifndef OPENSSL_NO_EC - else if (type == TLSEXT_TYPE_ec_point_formats) - { - unsigned char *sdata = data; - int ecpointformatlist_length = *(sdata++); - - if (ecpointformatlist_length != size - 1 || - ecpointformatlist_length < 1) - { - *al = TLS1_AD_DECODE_ERROR; - return 0; - } - if (!s->hit) - { - s->session->tlsext_ecpointformatlist_length = 0; - if (s->session->tlsext_ecpointformatlist != NULL) OPENSSL_free(s->session->tlsext_ecpointformatlist); - if ((s->session->tlsext_ecpointformatlist = OPENSSL_malloc(ecpointformatlist_length)) == NULL) - { - *al = TLS1_AD_INTERNAL_ERROR; - return 0; - } - s->session->tlsext_ecpointformatlist_length = ecpointformatlist_length; - memcpy(s->session->tlsext_ecpointformatlist, sdata, ecpointformatlist_length); - } -#if 0 - fprintf(stderr,"ssl_parse_serverhello_tlsext s->session->tlsext_ecpointformatlist "); - sdata = s->session->tlsext_ecpointformatlist; - for (i = 0; i < s->session->tlsext_ecpointformatlist_length; i++) - fprintf(stderr,"%i ",*(sdata++)); - fprintf(stderr,"\n"); -#endif - } -#endif /* OPENSSL_NO_EC */ - - else if (type == TLSEXT_TYPE_session_ticket) - { - if (s->tls_session_ticket_ext_cb && - !s->tls_session_ticket_ext_cb(s, data, size, s->tls_session_ticket_ext_cb_arg)) - { - *al = TLS1_AD_INTERNAL_ERROR; - return 0; - } - if ((SSL_get_options(s) & SSL_OP_NO_TICKET) - || (size > 0)) - { - *al = TLS1_AD_UNSUPPORTED_EXTENSION; - return 0; - } - s->tlsext_ticket_expected = 1; - } -#ifdef TLSEXT_TYPE_opaque_prf_input - else if (type == TLSEXT_TYPE_opaque_prf_input && - s->version != DTLS1_VERSION) - { - unsigned char *sdata = data; - - if (size < 2) - { - *al = SSL_AD_DECODE_ERROR; - return 0; - } - n2s(sdata, s->s3->server_opaque_prf_input_len); - if (s->s3->server_opaque_prf_input_len != size - 2) - { - *al = SSL_AD_DECODE_ERROR; - return 0; - } - - if (s->s3->server_opaque_prf_input != NULL) /* shouldn't really happen */ - OPENSSL_free(s->s3->server_opaque_prf_input); - if (s->s3->server_opaque_prf_input_len == 0) - s->s3->server_opaque_prf_input = OPENSSL_malloc(1); /* dummy byte just to get non-NULL */ - else - s->s3->server_opaque_prf_input = BUF_memdup(sdata, s->s3->server_opaque_prf_input_len); - - if (s->s3->server_opaque_prf_input == NULL) - { - *al = TLS1_AD_INTERNAL_ERROR; - return 0; - } - } -#endif - else if (type == TLSEXT_TYPE_status_request && - s->version != DTLS1_VERSION) - { - /* MUST be empty and only sent if we've requested - * a status request message. - */ - if ((s->tlsext_status_type == -1) || (size > 0)) - { - *al = TLS1_AD_UNSUPPORTED_EXTENSION; - return 0; - } - /* Set flag to expect CertificateStatus message */ - s->tlsext_status_expected = 1; - } -#ifndef OPENSSL_NO_NEXTPROTONEG - else if (type == TLSEXT_TYPE_next_proto_neg && - s->s3->tmp.finish_md_len == 0) - { - unsigned char *selected; - unsigned char selected_len; - - /* We must have requested it. */ - if (s->ctx->next_proto_select_cb == NULL) - { - *al = TLS1_AD_UNSUPPORTED_EXTENSION; - return 0; - } - /* The data must be valid */ - if (!ssl_next_proto_validate(data, size)) - { - *al = TLS1_AD_DECODE_ERROR; - return 0; - } - if (s->ctx->next_proto_select_cb(s, &selected, &selected_len, data, size, s->ctx->next_proto_select_cb_arg) != SSL_TLSEXT_ERR_OK) - { - *al = TLS1_AD_INTERNAL_ERROR; - return 0; - } - s->next_proto_negotiated = OPENSSL_malloc(selected_len); - if (!s->next_proto_negotiated) - { - *al = TLS1_AD_INTERNAL_ERROR; - return 0; - } - memcpy(s->next_proto_negotiated, selected, selected_len); - s->next_proto_negotiated_len = selected_len; - s->s3->next_proto_neg_seen = 1; - } -#endif - else if (type == TLSEXT_TYPE_renegotiate) - { - if(!ssl_parse_serverhello_renegotiate_ext(s, data, size, al)) - return 0; - renegotiate_seen = 1; - } -#ifndef OPENSSL_NO_HEARTBEATS - else if (type == TLSEXT_TYPE_heartbeat) - { - switch(data[0]) - { - case 0x01: /* Server allows us to send HB requests */ - s->tlsext_heartbeat |= SSL_TLSEXT_HB_ENABLED; - break; - case 0x02: /* Server doesn't accept HB requests */ - s->tlsext_heartbeat |= SSL_TLSEXT_HB_ENABLED; - s->tlsext_heartbeat |= SSL_TLSEXT_HB_DONT_SEND_REQUESTS; - break; - default: *al = SSL_AD_ILLEGAL_PARAMETER; - return 0; - } - } -#endif -#ifndef OPENSSL_NO_SRTP - else if (SSL_IS_DTLS(s) && type == TLSEXT_TYPE_use_srtp) - { - if(ssl_parse_serverhello_use_srtp_ext(s, data, size, - al)) - return 0; - } -#endif + if (!renegotiate_seen && s->renegotiate && + !(s->options & SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION)) { + *al = SSL_AD_HANDSHAKE_FAILURE; + SSLerr(SSL_F_SSL_SCAN_CLIENTHELLO_TLSEXT, + SSL_R_UNSAFE_LEGACY_RENEGOTIATION_DISABLED); + return 0; + } + + return 1; +} + +/* + * Parse any custom extensions found. "data" is the start of the extension data + * and "limit" is the end of the record. TODO: add strict syntax checking. + */ + +static int ssl_scan_clienthello_custom_tlsext(SSL *s, + const unsigned char *data, + const unsigned char *limit, + int *al) +{ + unsigned short type, size, len; + /* If resumed session or no custom extensions nothing to do */ + if (s->hit || s->cert->srv_ext.meths_count == 0) + return 1; + + if (data >= limit - 2) + return 1; + n2s(data, len); + + if (data > limit - len) + return 1; + + while (data <= limit - 4) { + n2s(data, type); + n2s(data, size); + + if (data + size > limit) + return 1; + if (custom_ext_parse(s, 1 /* server */ , type, data, size, al) <= 0) + return 0; + + data += size; + } + + return 1; +} + +int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **p, unsigned char *d, + int n) +{ + int al = -1; + unsigned char *ptmp = *p; + /* + * Internally supported extensions are parsed first so SNI can be handled + * before custom extensions. An application processing SNI will typically + * switch the parent context using SSL_set_SSL_CTX and custom extensions + * need to be handled by the new SSL_CTX structure. + */ + if (ssl_scan_clienthello_tlsext(s, p, d, n, &al) <= 0) { + ssl3_send_alert(s, SSL3_AL_FATAL, al); + return 0; + } + + if (ssl_check_clienthello_tlsext_early(s) <= 0) { + SSLerr(SSL_F_SSL_PARSE_CLIENTHELLO_TLSEXT, SSL_R_CLIENTHELLO_TLSEXT); + return 0; + } + + custom_ext_init(&s->cert->srv_ext); + if (ssl_scan_clienthello_custom_tlsext(s, ptmp, d + n, &al) <= 0) { + ssl3_send_alert(s, SSL3_AL_FATAL, al); + return 0; + } + + return 1; +} - data+=size; - } - - if (data != d+n) - { - *al = SSL_AD_DECODE_ERROR; - return 0; - } - - if (!s->hit && tlsext_servername == 1) - { - if (s->tlsext_hostname) - { - if (s->session->tlsext_hostname == NULL) - { - s->session->tlsext_hostname = BUF_strdup(s->tlsext_hostname); - if (!s->session->tlsext_hostname) - { - *al = SSL_AD_UNRECOGNIZED_NAME; - return 0; - } - } - else - { - *al = SSL_AD_DECODE_ERROR; - return 0; - } - } - } - - *p = data; - - ri_check: - - /* Determine if we need to see RI. Strictly speaking if we want to - * avoid an attack we should *always* see RI even on initial server - * hello because the client doesn't see any renegotiation during an - * attack. However this would mean we could not connect to any server - * which doesn't support RI so for the immediate future tolerate RI - * absence on initial connect only. - */ - if (!renegotiate_seen - && !(s->options & SSL_OP_LEGACY_SERVER_CONNECT) - && !(s->options & SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION)) - { - *al = SSL_AD_HANDSHAKE_FAILURE; - SSLerr(SSL_F_SSL_PARSE_SERVERHELLO_TLSEXT, - SSL_R_UNSAFE_LEGACY_RENEGOTIATION_DISABLED); - return 0; - } - - return 1; - } +# ifndef OPENSSL_NO_NEXTPROTONEG +/* + * ssl_next_proto_validate validates a Next Protocol Negotiation block. No + * elements of zero length are allowed and the set of elements must exactly + * fill the length of the block. + */ +static char ssl_next_proto_validate(unsigned char *d, unsigned len) +{ + unsigned int off = 0; + while (off < len) { + if (d[off] == 0) + return 0; + off += d[off]; + off++; + } + + return off == len; +} +# endif + +static int ssl_scan_serverhello_tlsext(SSL *s, unsigned char **p, + unsigned char *d, int n, int *al) +{ + unsigned short length; + unsigned short type; + unsigned short size; + unsigned char *data = *p; + int tlsext_servername = 0; + int renegotiate_seen = 0; + +# ifndef OPENSSL_NO_NEXTPROTONEG + s->s3->next_proto_neg_seen = 0; +# endif + s->tlsext_ticket_expected = 0; + + if (s->s3->alpn_selected) { + OPENSSL_free(s->s3->alpn_selected); + s->s3->alpn_selected = NULL; + } +# ifndef OPENSSL_NO_HEARTBEATS + s->tlsext_heartbeat &= ~(SSL_TLSEXT_HB_ENABLED | + SSL_TLSEXT_HB_DONT_SEND_REQUESTS); +# endif + + if (data >= (d + n - 2)) + goto ri_check; + + n2s(data, length); + if (data + length != d + n) { + *al = SSL_AD_DECODE_ERROR; + return 0; + } + + while (data <= (d + n - 4)) { + n2s(data, type); + n2s(data, size); + + if (data + size > (d + n)) + goto ri_check; + + if (s->tlsext_debug_cb) + s->tlsext_debug_cb(s, 1, type, data, size, s->tlsext_debug_arg); + + if (type == TLSEXT_TYPE_server_name) { + if (s->tlsext_hostname == NULL || size > 0) { + *al = TLS1_AD_UNRECOGNIZED_NAME; + return 0; + } + tlsext_servername = 1; + } +# ifndef OPENSSL_NO_EC + else if (type == TLSEXT_TYPE_ec_point_formats) { + unsigned char *sdata = data; + int ecpointformatlist_length = *(sdata++); + + if (ecpointformatlist_length != size - 1) { + *al = TLS1_AD_DECODE_ERROR; + return 0; + } + if (!s->hit) { + s->session->tlsext_ecpointformatlist_length = 0; + if (s->session->tlsext_ecpointformatlist != NULL) + OPENSSL_free(s->session->tlsext_ecpointformatlist); + if ((s->session->tlsext_ecpointformatlist = + OPENSSL_malloc(ecpointformatlist_length)) == NULL) { + *al = TLS1_AD_INTERNAL_ERROR; + return 0; + } + s->session->tlsext_ecpointformatlist_length = + ecpointformatlist_length; + memcpy(s->session->tlsext_ecpointformatlist, sdata, + ecpointformatlist_length); + } +# if 0 + fprintf(stderr, + "ssl_parse_serverhello_tlsext s->session->tlsext_ecpointformatlist "); + sdata = s->session->tlsext_ecpointformatlist; + for (i = 0; i < s->session->tlsext_ecpointformatlist_length; i++) + fprintf(stderr, "%i ", *(sdata++)); + fprintf(stderr, "\n"); +# endif + } +# endif /* OPENSSL_NO_EC */ + + else if (type == TLSEXT_TYPE_session_ticket) { + if (s->tls_session_ticket_ext_cb && + !s->tls_session_ticket_ext_cb(s, data, size, + s->tls_session_ticket_ext_cb_arg)) + { + *al = TLS1_AD_INTERNAL_ERROR; + return 0; + } + if ((SSL_get_options(s) & SSL_OP_NO_TICKET) + || (size > 0)) { + *al = TLS1_AD_UNSUPPORTED_EXTENSION; + return 0; + } + s->tlsext_ticket_expected = 1; + } +# ifdef TLSEXT_TYPE_opaque_prf_input + else if (type == TLSEXT_TYPE_opaque_prf_input) { + unsigned char *sdata = data; + + if (size < 2) { + *al = SSL_AD_DECODE_ERROR; + return 0; + } + n2s(sdata, s->s3->server_opaque_prf_input_len); + if (s->s3->server_opaque_prf_input_len != size - 2) { + *al = SSL_AD_DECODE_ERROR; + return 0; + } + + if (s->s3->server_opaque_prf_input != NULL) { + /* shouldn't really happen */ + OPENSSL_free(s->s3->server_opaque_prf_input); + } + if (s->s3->server_opaque_prf_input_len == 0) { + /* dummy byte just to get non-NULL */ + s->s3->server_opaque_prf_input = OPENSSL_malloc(1); + } else { + s->s3->server_opaque_prf_input = + BUF_memdup(sdata, s->s3->server_opaque_prf_input_len); + } + + if (s->s3->server_opaque_prf_input == NULL) { + *al = TLS1_AD_INTERNAL_ERROR; + return 0; + } + } +# endif + else if (type == TLSEXT_TYPE_status_request) { + /* + * MUST be empty and only sent if we've requested a status + * request message. + */ + if ((s->tlsext_status_type == -1) || (size > 0)) { + *al = TLS1_AD_UNSUPPORTED_EXTENSION; + return 0; + } + /* Set flag to expect CertificateStatus message */ + s->tlsext_status_expected = 1; + } +# ifndef OPENSSL_NO_NEXTPROTONEG + else if (type == TLSEXT_TYPE_next_proto_neg && + s->s3->tmp.finish_md_len == 0) { + unsigned char *selected; + unsigned char selected_len; + + /* We must have requested it. */ + if (s->ctx->next_proto_select_cb == NULL) { + *al = TLS1_AD_UNSUPPORTED_EXTENSION; + return 0; + } + /* The data must be valid */ + if (!ssl_next_proto_validate(data, size)) { + *al = TLS1_AD_DECODE_ERROR; + return 0; + } + if (s-> + ctx->next_proto_select_cb(s, &selected, &selected_len, data, + size, + s->ctx->next_proto_select_cb_arg) != + SSL_TLSEXT_ERR_OK) { + *al = TLS1_AD_INTERNAL_ERROR; + return 0; + } + s->next_proto_negotiated = OPENSSL_malloc(selected_len); + if (!s->next_proto_negotiated) { + *al = TLS1_AD_INTERNAL_ERROR; + return 0; + } + memcpy(s->next_proto_negotiated, selected, selected_len); + s->next_proto_negotiated_len = selected_len; + s->s3->next_proto_neg_seen = 1; + } +# endif + + else if (type == TLSEXT_TYPE_application_layer_protocol_negotiation) { + unsigned len; + + /* We must have requested it. */ + if (s->alpn_client_proto_list == NULL) { + *al = TLS1_AD_UNSUPPORTED_EXTENSION; + return 0; + } + if (size < 4) { + *al = TLS1_AD_DECODE_ERROR; + return 0; + } + /*- + * The extension data consists of: + * uint16 list_length + * uint8 proto_length; + * uint8 proto[proto_length]; + */ + len = data[0]; + len <<= 8; + len |= data[1]; + if (len != (unsigned)size - 2) { + *al = TLS1_AD_DECODE_ERROR; + return 0; + } + len = data[2]; + if (len != (unsigned)size - 3) { + *al = TLS1_AD_DECODE_ERROR; + return 0; + } + if (s->s3->alpn_selected) + OPENSSL_free(s->s3->alpn_selected); + s->s3->alpn_selected = OPENSSL_malloc(len); + if (!s->s3->alpn_selected) { + *al = TLS1_AD_INTERNAL_ERROR; + return 0; + } + memcpy(s->s3->alpn_selected, data + 3, len); + s->s3->alpn_selected_len = len; + } + + else if (type == TLSEXT_TYPE_renegotiate) { + if (!ssl_parse_serverhello_renegotiate_ext(s, data, size, al)) + return 0; + renegotiate_seen = 1; + } +# ifndef OPENSSL_NO_HEARTBEATS + else if (type == TLSEXT_TYPE_heartbeat) { + switch (data[0]) { + case 0x01: /* Server allows us to send HB requests */ + s->tlsext_heartbeat |= SSL_TLSEXT_HB_ENABLED; + break; + case 0x02: /* Server doesn't accept HB requests */ + s->tlsext_heartbeat |= SSL_TLSEXT_HB_ENABLED; + s->tlsext_heartbeat |= SSL_TLSEXT_HB_DONT_SEND_REQUESTS; + break; + default: + *al = SSL_AD_ILLEGAL_PARAMETER; + return 0; + } + } +# endif +# ifndef OPENSSL_NO_SRTP + else if (SSL_IS_DTLS(s) && type == TLSEXT_TYPE_use_srtp) { + if (ssl_parse_serverhello_use_srtp_ext(s, data, size, al)) + return 0; + } +# endif + /* + * If this extension type was not otherwise handled, but matches a + * custom_cli_ext_record, then send it to the c callback + */ + else if (custom_ext_parse(s, 0, type, data, size, al) <= 0) + return 0; + + data += size; + } + + if (data != d + n) { + *al = SSL_AD_DECODE_ERROR; + return 0; + } + + if (!s->hit && tlsext_servername == 1) { + if (s->tlsext_hostname) { + if (s->session->tlsext_hostname == NULL) { + s->session->tlsext_hostname = BUF_strdup(s->tlsext_hostname); + if (!s->session->tlsext_hostname) { + *al = SSL_AD_UNRECOGNIZED_NAME; + return 0; + } + } else { + *al = SSL_AD_DECODE_ERROR; + return 0; + } + } + } + + *p = data; + + ri_check: + + /* + * Determine if we need to see RI. Strictly speaking if we want to avoid + * an attack we should *always* see RI even on initial server hello + * because the client doesn't see any renegotiation during an attack. + * However this would mean we could not connect to any server which + * doesn't support RI so for the immediate future tolerate RI absence on + * initial connect only. + */ + if (!renegotiate_seen && !(s->options & SSL_OP_LEGACY_SERVER_CONNECT) + && !(s->options & SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION)) { + *al = SSL_AD_HANDSHAKE_FAILURE; + SSLerr(SSL_F_SSL_SCAN_SERVERHELLO_TLSEXT, + SSL_R_UNSAFE_LEGACY_RENEGOTIATION_DISABLED); + return 0; + } + + return 1; +} int ssl_prepare_clienthello_tlsext(SSL *s) - { -#ifndef OPENSSL_NO_EC - /* If we are client and using an elliptic curve cryptography cipher suite, send the point formats - * and elliptic curves we support. - */ - int using_ecc = 0; - int i; - unsigned char *j; - unsigned long alg_k, alg_a; - STACK_OF(SSL_CIPHER) *cipher_stack = SSL_get_ciphers(s); - - for (i = 0; i < sk_SSL_CIPHER_num(cipher_stack); i++) - { - SSL_CIPHER *c = sk_SSL_CIPHER_value(cipher_stack, i); - - alg_k = c->algorithm_mkey; - alg_a = c->algorithm_auth; - if ((alg_k & (SSL_kEECDH|SSL_kECDHr|SSL_kECDHe) || (alg_a & SSL_aECDSA))) - { - using_ecc = 1; - break; - } - } - using_ecc = using_ecc && (s->version >= TLS1_VERSION); - if (using_ecc) - { - if (s->tlsext_ecpointformatlist != NULL) OPENSSL_free(s->tlsext_ecpointformatlist); - if ((s->tlsext_ecpointformatlist = OPENSSL_malloc(3)) == NULL) - { - SSLerr(SSL_F_SSL_PREPARE_CLIENTHELLO_TLSEXT,ERR_R_MALLOC_FAILURE); - return -1; - } - s->tlsext_ecpointformatlist_length = 3; - s->tlsext_ecpointformatlist[0] = TLSEXT_ECPOINTFORMAT_uncompressed; - s->tlsext_ecpointformatlist[1] = TLSEXT_ECPOINTFORMAT_ansiX962_compressed_prime; - s->tlsext_ecpointformatlist[2] = TLSEXT_ECPOINTFORMAT_ansiX962_compressed_char2; - - /* we support all named elliptic curves in draft-ietf-tls-ecc-12 */ - if (s->tlsext_ellipticcurvelist != NULL) OPENSSL_free(s->tlsext_ellipticcurvelist); - s->tlsext_ellipticcurvelist_length = sizeof(pref_list)/sizeof(pref_list[0]) * 2; - if ((s->tlsext_ellipticcurvelist = OPENSSL_malloc(s->tlsext_ellipticcurvelist_length)) == NULL) - { - s->tlsext_ellipticcurvelist_length = 0; - SSLerr(SSL_F_SSL_PREPARE_CLIENTHELLO_TLSEXT,ERR_R_MALLOC_FAILURE); - return -1; - } - for (i = 0, j = s->tlsext_ellipticcurvelist; (unsigned int)i < - sizeof(pref_list)/sizeof(pref_list[0]); i++) - { - int id = tls1_ec_nid2curve_id(pref_list[i]); - s2n(id,j); - } - } -#endif /* OPENSSL_NO_EC */ - -#ifdef TLSEXT_TYPE_opaque_prf_input - { - int r = 1; - - if (s->ctx->tlsext_opaque_prf_input_callback != 0) - { - r = s->ctx->tlsext_opaque_prf_input_callback(s, NULL, 0, s->ctx->tlsext_opaque_prf_input_callback_arg); - if (!r) - return -1; - } - - if (s->tlsext_opaque_prf_input != NULL) - { - if (s->s3->client_opaque_prf_input != NULL) /* shouldn't really happen */ - OPENSSL_free(s->s3->client_opaque_prf_input); - - if (s->tlsext_opaque_prf_input_len == 0) - s->s3->client_opaque_prf_input = OPENSSL_malloc(1); /* dummy byte just to get non-NULL */ - else - s->s3->client_opaque_prf_input = BUF_memdup(s->tlsext_opaque_prf_input, s->tlsext_opaque_prf_input_len); - if (s->s3->client_opaque_prf_input == NULL) - { - SSLerr(SSL_F_SSL_PREPARE_CLIENTHELLO_TLSEXT,ERR_R_MALLOC_FAILURE); - return -1; - } - s->s3->client_opaque_prf_input_len = s->tlsext_opaque_prf_input_len; - } - - if (r == 2) - /* at callback's request, insist on receiving an appropriate server opaque PRF input */ - s->s3->server_opaque_prf_input_len = s->tlsext_opaque_prf_input_len; - } -#endif +{ + +# ifdef TLSEXT_TYPE_opaque_prf_input + { + int r = 1; + + if (s->ctx->tlsext_opaque_prf_input_callback != 0) { + r = s->ctx->tlsext_opaque_prf_input_callback(s, NULL, 0, + s-> + ctx->tlsext_opaque_prf_input_callback_arg); + if (!r) + return -1; + } + + if (s->tlsext_opaque_prf_input != NULL) { + if (s->s3->client_opaque_prf_input != NULL) { + /* shouldn't really happen */ + OPENSSL_free(s->s3->client_opaque_prf_input); + } + + if (s->tlsext_opaque_prf_input_len == 0) { + /* dummy byte just to get non-NULL */ + s->s3->client_opaque_prf_input = OPENSSL_malloc(1); + } else { + s->s3->client_opaque_prf_input = + BUF_memdup(s->tlsext_opaque_prf_input, + s->tlsext_opaque_prf_input_len); + } + if (s->s3->client_opaque_prf_input == NULL) { + SSLerr(SSL_F_SSL_PREPARE_CLIENTHELLO_TLSEXT, + ERR_R_MALLOC_FAILURE); + return -1; + } + s->s3->client_opaque_prf_input_len = + s->tlsext_opaque_prf_input_len; + } - return 1; - } + if (r == 2) + /* + * at callback's request, insist on receiving an appropriate + * server opaque PRF input + */ + s->s3->server_opaque_prf_input_len = + s->tlsext_opaque_prf_input_len; + } +# endif + + return 1; +} int ssl_prepare_serverhello_tlsext(SSL *s) - { -#ifndef OPENSSL_NO_EC - /* If we are server and using an ECC cipher suite, send the point formats we support - * if the client sent us an ECPointsFormat extension. Note that the server is not - * supposed to send an EllipticCurves extension. - */ - - unsigned long alg_k = s->s3->tmp.new_cipher->algorithm_mkey; - unsigned long alg_a = s->s3->tmp.new_cipher->algorithm_auth; - int using_ecc = (alg_k & (SSL_kEECDH|SSL_kECDHr|SSL_kECDHe)) || (alg_a & SSL_aECDSA); - using_ecc = using_ecc && (s->session->tlsext_ecpointformatlist != NULL); - - if (using_ecc) - { - if (s->tlsext_ecpointformatlist != NULL) OPENSSL_free(s->tlsext_ecpointformatlist); - if ((s->tlsext_ecpointformatlist = OPENSSL_malloc(3)) == NULL) - { - SSLerr(SSL_F_SSL_PREPARE_SERVERHELLO_TLSEXT,ERR_R_MALLOC_FAILURE); - return -1; - } - s->tlsext_ecpointformatlist_length = 3; - s->tlsext_ecpointformatlist[0] = TLSEXT_ECPOINTFORMAT_uncompressed; - s->tlsext_ecpointformatlist[1] = TLSEXT_ECPOINTFORMAT_ansiX962_compressed_prime; - s->tlsext_ecpointformatlist[2] = TLSEXT_ECPOINTFORMAT_ansiX962_compressed_char2; - } -#endif /* OPENSSL_NO_EC */ - - return 1; - } - -int ssl_check_clienthello_tlsext_early(SSL *s) - { - int ret=SSL_TLSEXT_ERR_NOACK; - int al = SSL_AD_UNRECOGNIZED_NAME; +{ + return 1; +} -#ifndef OPENSSL_NO_EC - /* The handling of the ECPointFormats extension is done elsewhere, namely in - * ssl3_choose_cipher in s3_lib.c. - */ - /* The handling of the EllipticCurves extension is done elsewhere, namely in - * ssl3_choose_cipher in s3_lib.c. - */ -#endif +static int ssl_check_clienthello_tlsext_early(SSL *s) +{ + int ret = SSL_TLSEXT_ERR_NOACK; + int al = SSL_AD_UNRECOGNIZED_NAME; + +# ifndef OPENSSL_NO_EC + /* + * The handling of the ECPointFormats extension is done elsewhere, namely + * in ssl3_choose_cipher in s3_lib.c. + */ + /* + * The handling of the EllipticCurves extension is done elsewhere, namely + * in ssl3_choose_cipher in s3_lib.c. + */ +# endif + + if (s->ctx != NULL && s->ctx->tlsext_servername_callback != 0) + ret = + s->ctx->tlsext_servername_callback(s, &al, + s->ctx->tlsext_servername_arg); + else if (s->initial_ctx != NULL + && s->initial_ctx->tlsext_servername_callback != 0) + ret = + s->initial_ctx->tlsext_servername_callback(s, &al, + s-> + initial_ctx->tlsext_servername_arg); + +# ifdef TLSEXT_TYPE_opaque_prf_input + { + /* + * This sort of belongs into ssl_prepare_serverhello_tlsext(), but we + * might be sending an alert in response to the client hello, so this + * has to happen here in ssl_check_clienthello_tlsext_early(). + */ + + int r = 1; + + if (s->ctx->tlsext_opaque_prf_input_callback != 0) { + r = s->ctx->tlsext_opaque_prf_input_callback(s, NULL, 0, + s-> + ctx->tlsext_opaque_prf_input_callback_arg); + if (!r) { + ret = SSL_TLSEXT_ERR_ALERT_FATAL; + al = SSL_AD_INTERNAL_ERROR; + goto err; + } + } - if (s->ctx != NULL && s->ctx->tlsext_servername_callback != 0) - ret = s->ctx->tlsext_servername_callback(s, &al, s->ctx->tlsext_servername_arg); - else if (s->initial_ctx != NULL && s->initial_ctx->tlsext_servername_callback != 0) - ret = s->initial_ctx->tlsext_servername_callback(s, &al, s->initial_ctx->tlsext_servername_arg); - -#ifdef TLSEXT_TYPE_opaque_prf_input - { - /* This sort of belongs into ssl_prepare_serverhello_tlsext(), - * but we might be sending an alert in response to the client hello, - * so this has to happen here in - * ssl_check_clienthello_tlsext_early(). */ - - int r = 1; - - if (s->ctx->tlsext_opaque_prf_input_callback != 0) - { - r = s->ctx->tlsext_opaque_prf_input_callback(s, NULL, 0, s->ctx->tlsext_opaque_prf_input_callback_arg); - if (!r) - { - ret = SSL_TLSEXT_ERR_ALERT_FATAL; - al = SSL_AD_INTERNAL_ERROR; - goto err; - } - } - - if (s->s3->server_opaque_prf_input != NULL) /* shouldn't really happen */ - OPENSSL_free(s->s3->server_opaque_prf_input); - s->s3->server_opaque_prf_input = NULL; - - if (s->tlsext_opaque_prf_input != NULL) - { - if (s->s3->client_opaque_prf_input != NULL && - s->s3->client_opaque_prf_input_len == s->tlsext_opaque_prf_input_len) - { - /* can only use this extension if we have a server opaque PRF input - * of the same length as the client opaque PRF input! */ - - if (s->tlsext_opaque_prf_input_len == 0) - s->s3->server_opaque_prf_input = OPENSSL_malloc(1); /* dummy byte just to get non-NULL */ - else - s->s3->server_opaque_prf_input = BUF_memdup(s->tlsext_opaque_prf_input, s->tlsext_opaque_prf_input_len); - if (s->s3->server_opaque_prf_input == NULL) - { - ret = SSL_TLSEXT_ERR_ALERT_FATAL; - al = SSL_AD_INTERNAL_ERROR; - goto err; - } - s->s3->server_opaque_prf_input_len = s->tlsext_opaque_prf_input_len; - } - } - - if (r == 2 && s->s3->server_opaque_prf_input == NULL) - { - /* The callback wants to enforce use of the extension, - * but we can't do that with the client opaque PRF input; - * abort the handshake. - */ - ret = SSL_TLSEXT_ERR_ALERT_FATAL; - al = SSL_AD_HANDSHAKE_FAILURE; - } - } + if (s->s3->server_opaque_prf_input != NULL) { + /* shouldn't really happen */ + OPENSSL_free(s->s3->server_opaque_prf_input); + } + s->s3->server_opaque_prf_input = NULL; + + if (s->tlsext_opaque_prf_input != NULL) { + if (s->s3->client_opaque_prf_input != NULL && + s->s3->client_opaque_prf_input_len == + s->tlsext_opaque_prf_input_len) { + /* + * can only use this extension if we have a server opaque PRF + * input of the same length as the client opaque PRF input! + */ + + if (s->tlsext_opaque_prf_input_len == 0) { + /* dummy byte just to get non-NULL */ + s->s3->server_opaque_prf_input = OPENSSL_malloc(1); + } else { + s->s3->server_opaque_prf_input = + BUF_memdup(s->tlsext_opaque_prf_input, + s->tlsext_opaque_prf_input_len); + } + if (s->s3->server_opaque_prf_input == NULL) { + ret = SSL_TLSEXT_ERR_ALERT_FATAL; + al = SSL_AD_INTERNAL_ERROR; + goto err; + } + s->s3->server_opaque_prf_input_len = + s->tlsext_opaque_prf_input_len; + } + } - err: -#endif - switch (ret) - { - case SSL_TLSEXT_ERR_ALERT_FATAL: - ssl3_send_alert(s,SSL3_AL_FATAL,al); - return -1; - - case SSL_TLSEXT_ERR_ALERT_WARNING: - ssl3_send_alert(s,SSL3_AL_WARNING,al); - return 1; - - case SSL_TLSEXT_ERR_NOACK: - s->servername_done=0; - default: - return 1; - } - } + if (r == 2 && s->s3->server_opaque_prf_input == NULL) { + /* + * The callback wants to enforce use of the extension, but we + * can't do that with the client opaque PRF input; abort the + * handshake. + */ + ret = SSL_TLSEXT_ERR_ALERT_FATAL; + al = SSL_AD_HANDSHAKE_FAILURE; + } + } -int ssl_check_clienthello_tlsext_late(SSL *s) - { - int ret = SSL_TLSEXT_ERR_OK; - int al; - - /* If status request then ask callback what to do. - * Note: this must be called after servername callbacks in case - * the certificate has changed, and must be called after the cipher - * has been chosen because this may influence which certificate is sent - */ - if ((s->tlsext_status_type != -1) && s->ctx && s->ctx->tlsext_status_cb) - { - int r; - CERT_PKEY *certpkey; - certpkey = ssl_get_server_send_pkey(s); - /* If no certificate can't return certificate status */ - if (certpkey == NULL) - { - s->tlsext_status_expected = 0; - return 1; - } - /* Set current certificate to one we will use so - * SSL_get_certificate et al can pick it up. - */ - s->cert->key = certpkey; - r = s->ctx->tlsext_status_cb(s, s->ctx->tlsext_status_arg); - switch (r) - { - /* We don't want to send a status request response */ - case SSL_TLSEXT_ERR_NOACK: - s->tlsext_status_expected = 0; - break; - /* status request response should be sent */ - case SSL_TLSEXT_ERR_OK: - if (s->tlsext_ocsp_resp) - s->tlsext_status_expected = 1; - else - s->tlsext_status_expected = 0; - break; - /* something bad happened */ - case SSL_TLSEXT_ERR_ALERT_FATAL: - ret = SSL_TLSEXT_ERR_ALERT_FATAL; - al = SSL_AD_INTERNAL_ERROR; - goto err; - } - } - else - s->tlsext_status_expected = 0; + err: +# endif + switch (ret) { + case SSL_TLSEXT_ERR_ALERT_FATAL: + ssl3_send_alert(s, SSL3_AL_FATAL, al); + return -1; + + case SSL_TLSEXT_ERR_ALERT_WARNING: + ssl3_send_alert(s, SSL3_AL_WARNING, al); + return 1; + + case SSL_TLSEXT_ERR_NOACK: + s->servername_done = 0; + default: + return 1; + } +} +int tls1_set_server_sigalgs(SSL *s) +{ + int al; + size_t i; + /* Clear any shared sigtnature algorithms */ + if (s->cert->shared_sigalgs) { + OPENSSL_free(s->cert->shared_sigalgs); + s->cert->shared_sigalgs = NULL; + } + /* Clear certificate digests and validity flags */ + for (i = 0; i < SSL_PKEY_NUM; i++) { + s->cert->pkeys[i].digest = NULL; + s->cert->pkeys[i].valid_flags = 0; + } + + /* If sigalgs received process it. */ + if (s->cert->peer_sigalgs) { + if (!tls1_process_sigalgs(s)) { + SSLerr(SSL_F_TLS1_SET_SERVER_SIGALGS, ERR_R_MALLOC_FAILURE); + al = SSL_AD_INTERNAL_ERROR; + goto err; + } + /* Fatal error is no shared signature algorithms */ + if (!s->cert->shared_sigalgs) { + SSLerr(SSL_F_TLS1_SET_SERVER_SIGALGS, + SSL_R_NO_SHARED_SIGATURE_ALGORITHMS); + al = SSL_AD_ILLEGAL_PARAMETER; + goto err; + } + } else + ssl_cert_set_default_md(s->cert); + return 1; err: - switch (ret) - { - case SSL_TLSEXT_ERR_ALERT_FATAL: - ssl3_send_alert(s,SSL3_AL_FATAL,al); - return -1; + ssl3_send_alert(s, SSL3_AL_FATAL, al); + return 0; +} - case SSL_TLSEXT_ERR_ALERT_WARNING: - ssl3_send_alert(s,SSL3_AL_WARNING,al); - return 1; +int ssl_check_clienthello_tlsext_late(SSL *s) +{ + int ret = SSL_TLSEXT_ERR_OK; + int al; + + /* + * If status request then ask callback what to do. Note: this must be + * called after servername callbacks in case the certificate has changed, + * and must be called after the cipher has been chosen because this may + * influence which certificate is sent + */ + if ((s->tlsext_status_type != -1) && s->ctx && s->ctx->tlsext_status_cb) { + int r; + CERT_PKEY *certpkey; + certpkey = ssl_get_server_send_pkey(s); + /* If no certificate can't return certificate status */ + if (certpkey == NULL) { + s->tlsext_status_expected = 0; + return 1; + } + /* + * Set current certificate to one we will use so SSL_get_certificate + * et al can pick it up. + */ + s->cert->key = certpkey; + r = s->ctx->tlsext_status_cb(s, s->ctx->tlsext_status_arg); + switch (r) { + /* We don't want to send a status request response */ + case SSL_TLSEXT_ERR_NOACK: + s->tlsext_status_expected = 0; + break; + /* status request response should be sent */ + case SSL_TLSEXT_ERR_OK: + if (s->tlsext_ocsp_resp) + s->tlsext_status_expected = 1; + else + s->tlsext_status_expected = 0; + break; + /* something bad happened */ + case SSL_TLSEXT_ERR_ALERT_FATAL: + ret = SSL_TLSEXT_ERR_ALERT_FATAL; + al = SSL_AD_INTERNAL_ERROR; + goto err; + } + } else + s->tlsext_status_expected = 0; - default: - return 1; - } - } + err: + switch (ret) { + case SSL_TLSEXT_ERR_ALERT_FATAL: + ssl3_send_alert(s, SSL3_AL_FATAL, al); + return -1; + + case SSL_TLSEXT_ERR_ALERT_WARNING: + ssl3_send_alert(s, SSL3_AL_WARNING, al); + return 1; + + default: + return 1; + } +} int ssl_check_serverhello_tlsext(SSL *s) - { - int ret=SSL_TLSEXT_ERR_NOACK; - int al = SSL_AD_UNRECOGNIZED_NAME; +{ + int ret = SSL_TLSEXT_ERR_NOACK; + int al = SSL_AD_UNRECOGNIZED_NAME; + +# ifndef OPENSSL_NO_EC + /* + * If we are client and using an elliptic curve cryptography cipher + * suite, then if server returns an EC point formats lists extension it + * must contain uncompressed. + */ + unsigned long alg_k = s->s3->tmp.new_cipher->algorithm_mkey; + unsigned long alg_a = s->s3->tmp.new_cipher->algorithm_auth; + if ((s->tlsext_ecpointformatlist != NULL) + && (s->tlsext_ecpointformatlist_length > 0) + && (s->session->tlsext_ecpointformatlist != NULL) + && (s->session->tlsext_ecpointformatlist_length > 0) + && ((alg_k & (SSL_kEECDH | SSL_kECDHr | SSL_kECDHe)) + || (alg_a & SSL_aECDSA))) { + /* we are using an ECC cipher */ + size_t i; + unsigned char *list; + int found_uncompressed = 0; + list = s->session->tlsext_ecpointformatlist; + for (i = 0; i < s->session->tlsext_ecpointformatlist_length; i++) { + if (*(list++) == TLSEXT_ECPOINTFORMAT_uncompressed) { + found_uncompressed = 1; + break; + } + } + if (!found_uncompressed) { + SSLerr(SSL_F_SSL_CHECK_SERVERHELLO_TLSEXT, + SSL_R_TLS_INVALID_ECPOINTFORMAT_LIST); + return -1; + } + } + ret = SSL_TLSEXT_ERR_OK; +# endif /* OPENSSL_NO_EC */ + + if (s->ctx != NULL && s->ctx->tlsext_servername_callback != 0) + ret = + s->ctx->tlsext_servername_callback(s, &al, + s->ctx->tlsext_servername_arg); + else if (s->initial_ctx != NULL + && s->initial_ctx->tlsext_servername_callback != 0) + ret = + s->initial_ctx->tlsext_servername_callback(s, &al, + s-> + initial_ctx->tlsext_servername_arg); + +# ifdef TLSEXT_TYPE_opaque_prf_input + if (s->s3->server_opaque_prf_input_len > 0) { + /* + * This case may indicate that we, as a client, want to insist on + * using opaque PRF inputs. So first verify that we really have a + * value from the server too. + */ + + if (s->s3->server_opaque_prf_input == NULL) { + ret = SSL_TLSEXT_ERR_ALERT_FATAL; + al = SSL_AD_HANDSHAKE_FAILURE; + } -#ifndef OPENSSL_NO_EC - /* If we are client and using an elliptic curve cryptography cipher - * suite, then if server returns an EC point formats lists extension - * it must contain uncompressed. - */ - unsigned long alg_k = s->s3->tmp.new_cipher->algorithm_mkey; - unsigned long alg_a = s->s3->tmp.new_cipher->algorithm_auth; - if ((s->tlsext_ecpointformatlist != NULL) && (s->tlsext_ecpointformatlist_length > 0) && - (s->session->tlsext_ecpointformatlist != NULL) && (s->session->tlsext_ecpointformatlist_length > 0) && - ((alg_k & (SSL_kEECDH|SSL_kECDHr|SSL_kECDHe)) || (alg_a & SSL_aECDSA))) - { - /* we are using an ECC cipher */ - size_t i; - unsigned char *list; - int found_uncompressed = 0; - list = s->session->tlsext_ecpointformatlist; - for (i = 0; i < s->session->tlsext_ecpointformatlist_length; i++) - { - if (*(list++) == TLSEXT_ECPOINTFORMAT_uncompressed) - { - found_uncompressed = 1; - break; - } - } - if (!found_uncompressed) - { - SSLerr(SSL_F_SSL_CHECK_SERVERHELLO_TLSEXT,SSL_R_TLS_INVALID_ECPOINTFORMAT_LIST); - return -1; - } - } - ret = SSL_TLSEXT_ERR_OK; -#endif /* OPENSSL_NO_EC */ - - if (s->ctx != NULL && s->ctx->tlsext_servername_callback != 0) - ret = s->ctx->tlsext_servername_callback(s, &al, s->ctx->tlsext_servername_arg); - else if (s->initial_ctx != NULL && s->initial_ctx->tlsext_servername_callback != 0) - ret = s->initial_ctx->tlsext_servername_callback(s, &al, s->initial_ctx->tlsext_servername_arg); - -#ifdef TLSEXT_TYPE_opaque_prf_input - if (s->s3->server_opaque_prf_input_len > 0) - { - /* This case may indicate that we, as a client, want to insist on using opaque PRF inputs. - * So first verify that we really have a value from the server too. */ - - if (s->s3->server_opaque_prf_input == NULL) - { - ret = SSL_TLSEXT_ERR_ALERT_FATAL; - al = SSL_AD_HANDSHAKE_FAILURE; - } - - /* Anytime the server *has* sent an opaque PRF input, we need to check - * that we have a client opaque PRF input of the same size. */ - if (s->s3->client_opaque_prf_input == NULL || - s->s3->client_opaque_prf_input_len != s->s3->server_opaque_prf_input_len) - { - ret = SSL_TLSEXT_ERR_ALERT_FATAL; - al = SSL_AD_ILLEGAL_PARAMETER; - } - } -#endif + /* + * Anytime the server *has* sent an opaque PRF input, we need to + * check that we have a client opaque PRF input of the same size. + */ + if (s->s3->client_opaque_prf_input == NULL || + s->s3->client_opaque_prf_input_len != + s->s3->server_opaque_prf_input_len) { + ret = SSL_TLSEXT_ERR_ALERT_FATAL; + al = SSL_AD_ILLEGAL_PARAMETER; + } + } +# endif + + /* + * If we've requested certificate status and we wont get one tell the + * callback + */ + if ((s->tlsext_status_type != -1) && !(s->tlsext_status_expected) + && s->ctx && s->ctx->tlsext_status_cb) { + int r; + /* + * Set resp to NULL, resplen to -1 so callback knows there is no + * response. + */ + if (s->tlsext_ocsp_resp) { + OPENSSL_free(s->tlsext_ocsp_resp); + s->tlsext_ocsp_resp = NULL; + } + s->tlsext_ocsp_resplen = -1; + r = s->ctx->tlsext_status_cb(s, s->ctx->tlsext_status_arg); + if (r == 0) { + al = SSL_AD_BAD_CERTIFICATE_STATUS_RESPONSE; + ret = SSL_TLSEXT_ERR_ALERT_FATAL; + } + if (r < 0) { + al = SSL_AD_INTERNAL_ERROR; + ret = SSL_TLSEXT_ERR_ALERT_FATAL; + } + } + + switch (ret) { + case SSL_TLSEXT_ERR_ALERT_FATAL: + ssl3_send_alert(s, SSL3_AL_FATAL, al); + return -1; + + case SSL_TLSEXT_ERR_ALERT_WARNING: + ssl3_send_alert(s, SSL3_AL_WARNING, al); + return 1; + + case SSL_TLSEXT_ERR_NOACK: + s->servername_done = 0; + default: + return 1; + } +} + +int ssl_parse_serverhello_tlsext(SSL *s, unsigned char **p, unsigned char *d, + int n) +{ + int al = -1; + if (s->version < SSL3_VERSION) + return 1; + if (ssl_scan_serverhello_tlsext(s, p, d, n, &al) <= 0) { + ssl3_send_alert(s, SSL3_AL_FATAL, al); + return 0; + } + + if (ssl_check_serverhello_tlsext(s) <= 0) { + SSLerr(SSL_F_SSL_PARSE_SERVERHELLO_TLSEXT, SSL_R_SERVERHELLO_TLSEXT); + return 0; + } + return 1; +} - /* If we've requested certificate status and we wont get one - * tell the callback - */ - if ((s->tlsext_status_type != -1) && !(s->tlsext_status_expected) - && s->ctx && s->ctx->tlsext_status_cb) - { - int r; - /* Set resp to NULL, resplen to -1 so callback knows - * there is no response. - */ - if (s->tlsext_ocsp_resp) - { - OPENSSL_free(s->tlsext_ocsp_resp); - s->tlsext_ocsp_resp = NULL; - } - s->tlsext_ocsp_resplen = -1; - r = s->ctx->tlsext_status_cb(s, s->ctx->tlsext_status_arg); - if (r == 0) - { - al = SSL_AD_BAD_CERTIFICATE_STATUS_RESPONSE; - ret = SSL_TLSEXT_ERR_ALERT_FATAL; - } - if (r < 0) - { - al = SSL_AD_INTERNAL_ERROR; - ret = SSL_TLSEXT_ERR_ALERT_FATAL; - } - } - - switch (ret) - { - case SSL_TLSEXT_ERR_ALERT_FATAL: - ssl3_send_alert(s,SSL3_AL_FATAL,al); - return -1; - - case SSL_TLSEXT_ERR_ALERT_WARNING: - ssl3_send_alert(s,SSL3_AL_WARNING,al); - return 1; - - case SSL_TLSEXT_ERR_NOACK: - s->servername_done=0; - default: - return 1; - } - } - -/* Since the server cache lookup is done early on in the processing of the +/*- + * Since the server cache lookup is done early on in the processing of the * ClientHello, and other operations depend on the result, we need to handle * any TLS session ticket extension at the same time. * @@ -2192,93 +3228,92 @@ int ssl_check_serverhello_tlsext(SSL *s) * Otherwise, s->tlsext_ticket_expected is set to 0. */ int tls1_process_ticket(SSL *s, unsigned char *session_id, int len, - const unsigned char *limit, SSL_SESSION **ret) - { - /* Point after session ID in client hello */ - const unsigned char *p = session_id + len; - unsigned short i; - - *ret = NULL; - s->tlsext_ticket_expected = 0; - - /* If tickets disabled behave as if no ticket present - * to permit stateful resumption. - */ - if (SSL_get_options(s) & SSL_OP_NO_TICKET) - return 0; - if ((s->version <= SSL3_VERSION) || !limit) - return 0; - if (p >= limit) - return -1; - /* Skip past DTLS cookie */ - if (s->version == DTLS1_VERSION || s->version == DTLS1_BAD_VER) - { - i = *(p++); - p+= i; - if (p >= limit) - return -1; - } - /* Skip past cipher list */ - n2s(p, i); - p+= i; - if (p >= limit) - return -1; - /* Skip past compression algorithm list */ - i = *(p++); - p += i; - if (p > limit) - return -1; - /* Now at start of extensions */ - if ((p + 2) >= limit) - return 0; - n2s(p, i); - while ((p + 4) <= limit) - { - unsigned short type, size; - n2s(p, type); - n2s(p, size); - if (p + size > limit) - return 0; - if (type == TLSEXT_TYPE_session_ticket) - { - int r; - if (size == 0) - { - /* The client will accept a ticket but doesn't - * currently have one. */ - s->tlsext_ticket_expected = 1; - return 1; - } - if (s->tls_session_secret_cb) - { - /* Indicate that the ticket couldn't be - * decrypted rather than generating the session - * from ticket now, trigger abbreviated - * handshake based on external mechanism to - * calculate the master secret later. */ - return 2; - } - r = tls_decrypt_ticket(s, p, size, session_id, len, ret); - switch (r) - { - case 2: /* ticket couldn't be decrypted */ - s->tlsext_ticket_expected = 1; - return 2; - case 3: /* ticket was decrypted */ - return r; - case 4: /* ticket decrypted but need to renew */ - s->tlsext_ticket_expected = 1; - return 3; - default: /* fatal error */ - return -1; - } - } - p += size; - } - return 0; - } - -/* tls_decrypt_ticket attempts to decrypt a session ticket. + const unsigned char *limit, SSL_SESSION **ret) +{ + /* Point after session ID in client hello */ + const unsigned char *p = session_id + len; + unsigned short i; + + *ret = NULL; + s->tlsext_ticket_expected = 0; + + /* + * If tickets disabled behave as if no ticket present to permit stateful + * resumption. + */ + if (SSL_get_options(s) & SSL_OP_NO_TICKET) + return 0; + if ((s->version <= SSL3_VERSION) || !limit) + return 0; + if (p >= limit) + return -1; + /* Skip past DTLS cookie */ + if (SSL_IS_DTLS(s)) { + i = *(p++); + p += i; + if (p >= limit) + return -1; + } + /* Skip past cipher list */ + n2s(p, i); + p += i; + if (p >= limit) + return -1; + /* Skip past compression algorithm list */ + i = *(p++); + p += i; + if (p > limit) + return -1; + /* Now at start of extensions */ + if ((p + 2) >= limit) + return 0; + n2s(p, i); + while ((p + 4) <= limit) { + unsigned short type, size; + n2s(p, type); + n2s(p, size); + if (p + size > limit) + return 0; + if (type == TLSEXT_TYPE_session_ticket) { + int r; + if (size == 0) { + /* + * The client will accept a ticket but doesn't currently have + * one. + */ + s->tlsext_ticket_expected = 1; + return 1; + } + if (s->tls_session_secret_cb) { + /* + * Indicate that the ticket couldn't be decrypted rather than + * generating the session from ticket now, trigger + * abbreviated handshake based on external mechanism to + * calculate the master secret later. + */ + return 2; + } + r = tls_decrypt_ticket(s, p, size, session_id, len, ret); + switch (r) { + case 2: /* ticket couldn't be decrypted */ + s->tlsext_ticket_expected = 1; + return 2; + case 3: /* ticket was decrypted */ + return r; + case 4: /* ticket decrypted but need to renew */ + s->tlsext_ticket_expected = 1; + return 3; + default: /* fatal error */ + return -1; + } + } + p += size; + } + return 0; +} + +/*- + * tls_decrypt_ticket attempts to decrypt a session ticket. * * etick: points to the body of the session ticket extension. * eticklen: the length of the session tickets extenion. @@ -2293,447 +3328,1029 @@ int tls1_process_ticket(SSL *s, unsigned char *session_id, int len, * 3: a ticket was successfully decrypted and *psess was set. * 4: same as 3, but the ticket needs to be renewed. */ -static int tls_decrypt_ticket(SSL *s, const unsigned char *etick, int eticklen, - const unsigned char *sess_id, int sesslen, - SSL_SESSION **psess) - { - SSL_SESSION *sess; - unsigned char *sdec; - const unsigned char *p; - int slen, mlen, renew_ticket = 0; - unsigned char tick_hmac[EVP_MAX_MD_SIZE]; - HMAC_CTX hctx; - EVP_CIPHER_CTX ctx; - SSL_CTX *tctx = s->initial_ctx; - /* Need at least keyname + iv + some encrypted data */ - if (eticklen < 48) - return 2; - /* Initialize session ticket encryption and HMAC contexts */ - HMAC_CTX_init(&hctx); - EVP_CIPHER_CTX_init(&ctx); - if (tctx->tlsext_ticket_key_cb) - { - unsigned char *nctick = (unsigned char *)etick; - int rv = tctx->tlsext_ticket_key_cb(s, nctick, nctick + 16, - &ctx, &hctx, 0); - if (rv < 0) - return -1; - if (rv == 0) - return 2; - if (rv == 2) - renew_ticket = 1; - } - else - { - /* Check key name matches */ - if (memcmp(etick, tctx->tlsext_tick_key_name, 16)) - return 2; - HMAC_Init_ex(&hctx, tctx->tlsext_tick_hmac_key, 16, - tlsext_tick_md(), NULL); - EVP_DecryptInit_ex(&ctx, EVP_aes_128_cbc(), NULL, - tctx->tlsext_tick_aes_key, etick + 16); - } - /* Attempt to process session ticket, first conduct sanity and - * integrity checks on ticket. - */ - mlen = HMAC_size(&hctx); - if (mlen < 0) - { - EVP_CIPHER_CTX_cleanup(&ctx); - return -1; - } - eticklen -= mlen; - /* Check HMAC of encrypted ticket */ - HMAC_Update(&hctx, etick, eticklen); - HMAC_Final(&hctx, tick_hmac, NULL); - HMAC_CTX_cleanup(&hctx); - if (CRYPTO_memcmp(tick_hmac, etick + eticklen, mlen)) - { - EVP_CIPHER_CTX_cleanup(&ctx); - return 2; - } - /* Attempt to decrypt session data */ - /* Move p after IV to start of encrypted ticket, update length */ - p = etick + 16 + EVP_CIPHER_CTX_iv_length(&ctx); - eticklen -= 16 + EVP_CIPHER_CTX_iv_length(&ctx); - sdec = OPENSSL_malloc(eticklen); - if (!sdec) - { - EVP_CIPHER_CTX_cleanup(&ctx); - return -1; - } - EVP_DecryptUpdate(&ctx, sdec, &slen, p, eticklen); - if (EVP_DecryptFinal(&ctx, sdec + slen, &mlen) <= 0) - { - EVP_CIPHER_CTX_cleanup(&ctx); - OPENSSL_free(sdec); - return 2; - } - slen += mlen; - EVP_CIPHER_CTX_cleanup(&ctx); - p = sdec; - - sess = d2i_SSL_SESSION(NULL, &p, slen); - OPENSSL_free(sdec); - if (sess) - { - /* The session ID, if non-empty, is used by some clients to - * detect that the ticket has been accepted. So we copy it to - * the session structure. If it is empty set length to zero - * as required by standard. - */ - if (sesslen) - memcpy(sess->session_id, sess_id, sesslen); - sess->session_id_length = sesslen; - *psess = sess; - if (renew_ticket) - return 4; - else - return 3; - } - ERR_clear_error(); - /* For session parse failure, indicate that we need to send a new - * ticket. */ - return 2; - } +static int tls_decrypt_ticket(SSL *s, const unsigned char *etick, + int eticklen, const unsigned char *sess_id, + int sesslen, SSL_SESSION **psess) +{ + SSL_SESSION *sess; + unsigned char *sdec; + const unsigned char *p; + int slen, mlen, renew_ticket = 0; + unsigned char tick_hmac[EVP_MAX_MD_SIZE]; + HMAC_CTX hctx; + EVP_CIPHER_CTX ctx; + SSL_CTX *tctx = s->initial_ctx; + /* Need at least keyname + iv + some encrypted data */ + if (eticklen < 48) + return 2; + /* Initialize session ticket encryption and HMAC contexts */ + HMAC_CTX_init(&hctx); + EVP_CIPHER_CTX_init(&ctx); + if (tctx->tlsext_ticket_key_cb) { + unsigned char *nctick = (unsigned char *)etick; + int rv = tctx->tlsext_ticket_key_cb(s, nctick, nctick + 16, + &ctx, &hctx, 0); + if (rv < 0) + return -1; + if (rv == 0) + return 2; + if (rv == 2) + renew_ticket = 1; + } else { + /* Check key name matches */ + if (memcmp(etick, tctx->tlsext_tick_key_name, 16)) + return 2; + HMAC_Init_ex(&hctx, tctx->tlsext_tick_hmac_key, 16, + tlsext_tick_md(), NULL); + EVP_DecryptInit_ex(&ctx, EVP_aes_128_cbc(), NULL, + tctx->tlsext_tick_aes_key, etick + 16); + } + /* + * Attempt to process session ticket, first conduct sanity and integrity + * checks on ticket. + */ + mlen = HMAC_size(&hctx); + if (mlen < 0) { + EVP_CIPHER_CTX_cleanup(&ctx); + return -1; + } + eticklen -= mlen; + /* Check HMAC of encrypted ticket */ + HMAC_Update(&hctx, etick, eticklen); + HMAC_Final(&hctx, tick_hmac, NULL); + HMAC_CTX_cleanup(&hctx); + if (CRYPTO_memcmp(tick_hmac, etick + eticklen, mlen)) { + EVP_CIPHER_CTX_cleanup(&ctx); + return 2; + } + /* Attempt to decrypt session data */ + /* Move p after IV to start of encrypted ticket, update length */ + p = etick + 16 + EVP_CIPHER_CTX_iv_length(&ctx); + eticklen -= 16 + EVP_CIPHER_CTX_iv_length(&ctx); + sdec = OPENSSL_malloc(eticklen); + if (!sdec) { + EVP_CIPHER_CTX_cleanup(&ctx); + return -1; + } + EVP_DecryptUpdate(&ctx, sdec, &slen, p, eticklen); + if (EVP_DecryptFinal(&ctx, sdec + slen, &mlen) <= 0) { + EVP_CIPHER_CTX_cleanup(&ctx); + OPENSSL_free(sdec); + return 2; + } + slen += mlen; + EVP_CIPHER_CTX_cleanup(&ctx); + p = sdec; + + sess = d2i_SSL_SESSION(NULL, &p, slen); + OPENSSL_free(sdec); + if (sess) { + /* + * The session ID, if non-empty, is used by some clients to detect + * that the ticket has been accepted. So we copy it to the session + * structure. If it is empty set length to zero as required by + * standard. + */ + if (sesslen) + memcpy(sess->session_id, sess_id, sesslen); + sess->session_id_length = sesslen; + *psess = sess; + if (renew_ticket) + return 4; + else + return 3; + } + ERR_clear_error(); + /* + * For session parse failure, indicate that we need to send a new ticket. + */ + return 2; +} /* Tables to translate from NIDs to TLS v1.2 ids */ -typedef struct - { - int nid; - int id; - } tls12_lookup; +typedef struct { + int nid; + int id; +} tls12_lookup; static tls12_lookup tls12_md[] = { -#ifndef OPENSSL_NO_MD5 - {NID_md5, TLSEXT_hash_md5}, -#endif -#ifndef OPENSSL_NO_SHA - {NID_sha1, TLSEXT_hash_sha1}, -#endif -#ifndef OPENSSL_NO_SHA256 - {NID_sha224, TLSEXT_hash_sha224}, - {NID_sha256, TLSEXT_hash_sha256}, -#endif -#ifndef OPENSSL_NO_SHA512 - {NID_sha384, TLSEXT_hash_sha384}, - {NID_sha512, TLSEXT_hash_sha512} -#endif + {NID_md5, TLSEXT_hash_md5}, + {NID_sha1, TLSEXT_hash_sha1}, + {NID_sha224, TLSEXT_hash_sha224}, + {NID_sha256, TLSEXT_hash_sha256}, + {NID_sha384, TLSEXT_hash_sha384}, + {NID_sha512, TLSEXT_hash_sha512} }; static tls12_lookup tls12_sig[] = { -#ifndef OPENSSL_NO_RSA - {EVP_PKEY_RSA, TLSEXT_signature_rsa}, -#endif -#ifndef OPENSSL_NO_DSA - {EVP_PKEY_DSA, TLSEXT_signature_dsa}, -#endif -#ifndef OPENSSL_NO_ECDSA - {EVP_PKEY_EC, TLSEXT_signature_ecdsa} -#endif + {EVP_PKEY_RSA, TLSEXT_signature_rsa}, + {EVP_PKEY_DSA, TLSEXT_signature_dsa}, + {EVP_PKEY_EC, TLSEXT_signature_ecdsa} }; static int tls12_find_id(int nid, tls12_lookup *table, size_t tlen) - { - size_t i; - for (i = 0; i < tlen; i++) - { - if (table[i].nid == nid) - return table[i].id; - } - return -1; - } -#if 0 +{ + size_t i; + for (i = 0; i < tlen; i++) { + if (table[i].nid == nid) + return table[i].id; + } + return -1; +} + static int tls12_find_nid(int id, tls12_lookup *table, size_t tlen) - { - size_t i; - for (i = 0; i < tlen; i++) - { - if (table[i].id == id) - return table[i].nid; - } - return -1; - } -#endif +{ + size_t i; + for (i = 0; i < tlen; i++) { + if ((table[i].id) == id) + return table[i].nid; + } + return NID_undef; +} -int tls12_get_sigandhash(unsigned char *p, const EVP_PKEY *pk, const EVP_MD *md) - { - int sig_id, md_id; - if (!md) - return 0; - md_id = tls12_find_id(EVP_MD_type(md), tls12_md, - sizeof(tls12_md)/sizeof(tls12_lookup)); - if (md_id == -1) - return 0; - sig_id = tls12_get_sigid(pk); - if (sig_id == -1) - return 0; - p[0] = (unsigned char)md_id; - p[1] = (unsigned char)sig_id; - return 1; - } +int tls12_get_sigandhash(unsigned char *p, const EVP_PKEY *pk, + const EVP_MD *md) +{ + int sig_id, md_id; + if (!md) + return 0; + md_id = tls12_find_id(EVP_MD_type(md), tls12_md, + sizeof(tls12_md) / sizeof(tls12_lookup)); + if (md_id == -1) + return 0; + sig_id = tls12_get_sigid(pk); + if (sig_id == -1) + return 0; + p[0] = (unsigned char)md_id; + p[1] = (unsigned char)sig_id; + return 1; +} int tls12_get_sigid(const EVP_PKEY *pk) - { - return tls12_find_id(pk->type, tls12_sig, - sizeof(tls12_sig)/sizeof(tls12_lookup)); - } +{ + return tls12_find_id(pk->type, tls12_sig, + sizeof(tls12_sig) / sizeof(tls12_lookup)); +} const EVP_MD *tls12_get_hash(unsigned char hash_alg) - { - switch(hash_alg) - { -#ifndef OPENSSL_NO_SHA - case TLSEXT_hash_sha1: - return EVP_sha1(); -#endif -#ifndef OPENSSL_NO_SHA256 - case TLSEXT_hash_sha224: - return EVP_sha224(); +{ + switch (hash_alg) { +# ifndef OPENSSL_NO_MD5 + case TLSEXT_hash_md5: +# ifdef OPENSSL_FIPS + if (FIPS_mode()) + return NULL; +# endif + return EVP_md5(); +# endif +# ifndef OPENSSL_NO_SHA + case TLSEXT_hash_sha1: + return EVP_sha1(); +# endif +# ifndef OPENSSL_NO_SHA256 + case TLSEXT_hash_sha224: + return EVP_sha224(); + + case TLSEXT_hash_sha256: + return EVP_sha256(); +# endif +# ifndef OPENSSL_NO_SHA512 + case TLSEXT_hash_sha384: + return EVP_sha384(); + + case TLSEXT_hash_sha512: + return EVP_sha512(); +# endif + default: + return NULL; + + } +} - case TLSEXT_hash_sha256: - return EVP_sha256(); -#endif -#ifndef OPENSSL_NO_SHA512 - case TLSEXT_hash_sha384: - return EVP_sha384(); +static int tls12_get_pkey_idx(unsigned char sig_alg) +{ + switch (sig_alg) { +# ifndef OPENSSL_NO_RSA + case TLSEXT_signature_rsa: + return SSL_PKEY_RSA_SIGN; +# endif +# ifndef OPENSSL_NO_DSA + case TLSEXT_signature_dsa: + return SSL_PKEY_DSA_SIGN; +# endif +# ifndef OPENSSL_NO_ECDSA + case TLSEXT_signature_ecdsa: + return SSL_PKEY_ECC; +# endif + } + return -1; +} - case TLSEXT_hash_sha512: - return EVP_sha512(); -#endif - default: - return NULL; +/* Convert TLS 1.2 signature algorithm extension values into NIDs */ +static void tls1_lookup_sigalg(int *phash_nid, int *psign_nid, + int *psignhash_nid, const unsigned char *data) +{ + int sign_nid = 0, hash_nid = 0; + if (!phash_nid && !psign_nid && !psignhash_nid) + return; + if (phash_nid || psignhash_nid) { + hash_nid = tls12_find_nid(data[0], tls12_md, + sizeof(tls12_md) / sizeof(tls12_lookup)); + if (phash_nid) + *phash_nid = hash_nid; + } + if (psign_nid || psignhash_nid) { + sign_nid = tls12_find_nid(data[1], tls12_sig, + sizeof(tls12_sig) / sizeof(tls12_lookup)); + if (psign_nid) + *psign_nid = sign_nid; + } + if (psignhash_nid) { + if (sign_nid && hash_nid) + OBJ_find_sigid_by_algs(psignhash_nid, hash_nid, sign_nid); + else + *psignhash_nid = NID_undef; + } +} - } - } +/* Given preference and allowed sigalgs set shared sigalgs */ +static int tls12_do_shared_sigalgs(TLS_SIGALGS *shsig, + const unsigned char *pref, size_t preflen, + const unsigned char *allow, + size_t allowlen) +{ + const unsigned char *ptmp, *atmp; + size_t i, j, nmatch = 0; + for (i = 0, ptmp = pref; i < preflen; i += 2, ptmp += 2) { + /* Skip disabled hashes or signature algorithms */ + if (tls12_get_hash(ptmp[0]) == NULL) + continue; + if (tls12_get_pkey_idx(ptmp[1]) == -1) + continue; + for (j = 0, atmp = allow; j < allowlen; j += 2, atmp += 2) { + if (ptmp[0] == atmp[0] && ptmp[1] == atmp[1]) { + nmatch++; + if (shsig) { + shsig->rhash = ptmp[0]; + shsig->rsign = ptmp[1]; + tls1_lookup_sigalg(&shsig->hash_nid, + &shsig->sign_nid, + &shsig->signandhash_nid, ptmp); + shsig++; + } + break; + } + } + } + return nmatch; +} + +/* Set shared signature algorithms for SSL structures */ +static int tls1_set_shared_sigalgs(SSL *s) +{ + const unsigned char *pref, *allow, *conf; + size_t preflen, allowlen, conflen; + size_t nmatch; + TLS_SIGALGS *salgs = NULL; + CERT *c = s->cert; + unsigned int is_suiteb = tls1_suiteb(s); + if (c->shared_sigalgs) { + OPENSSL_free(c->shared_sigalgs); + c->shared_sigalgs = NULL; + } + /* If client use client signature algorithms if not NULL */ + if (!s->server && c->client_sigalgs && !is_suiteb) { + conf = c->client_sigalgs; + conflen = c->client_sigalgslen; + } else if (c->conf_sigalgs && !is_suiteb) { + conf = c->conf_sigalgs; + conflen = c->conf_sigalgslen; + } else + conflen = tls12_get_psigalgs(s, &conf); + if (s->options & SSL_OP_CIPHER_SERVER_PREFERENCE || is_suiteb) { + pref = conf; + preflen = conflen; + allow = c->peer_sigalgs; + allowlen = c->peer_sigalgslen; + } else { + allow = conf; + allowlen = conflen; + pref = c->peer_sigalgs; + preflen = c->peer_sigalgslen; + } + nmatch = tls12_do_shared_sigalgs(NULL, pref, preflen, allow, allowlen); + if (!nmatch) + return 1; + salgs = OPENSSL_malloc(nmatch * sizeof(TLS_SIGALGS)); + if (!salgs) + return 0; + nmatch = tls12_do_shared_sigalgs(salgs, pref, preflen, allow, allowlen); + c->shared_sigalgs = salgs; + c->shared_sigalgslen = nmatch; + return 1; +} /* Set preferred digest for each key type */ -int tls1_process_sigalgs(SSL *s, const unsigned char *data, int dsize) - { - int i, idx; - const EVP_MD *md; - CERT *c = s->cert; - /* Extension ignored for TLS versions below 1.2 */ - if (TLS1_get_version(s) < TLS1_2_VERSION) - return 1; - /* Should never happen */ - if (!c) - return 0; - - c->pkeys[SSL_PKEY_DSA_SIGN].digest = NULL; - c->pkeys[SSL_PKEY_RSA_SIGN].digest = NULL; - c->pkeys[SSL_PKEY_RSA_ENC].digest = NULL; - c->pkeys[SSL_PKEY_ECC].digest = NULL; - - for (i = 0; i < dsize; i += 2) - { - unsigned char hash_alg = data[i], sig_alg = data[i+1]; - - switch(sig_alg) - { -#ifndef OPENSSL_NO_RSA - case TLSEXT_signature_rsa: - idx = SSL_PKEY_RSA_SIGN; - break; -#endif -#ifndef OPENSSL_NO_DSA - case TLSEXT_signature_dsa: - idx = SSL_PKEY_DSA_SIGN; - break; -#endif -#ifndef OPENSSL_NO_ECDSA - case TLSEXT_signature_ecdsa: - idx = SSL_PKEY_ECC; - break; -#endif - default: - continue; - } - - if (c->pkeys[idx].digest == NULL) - { - md = tls12_get_hash(hash_alg); - if (md) - { - c->pkeys[idx].digest = md; - if (idx == SSL_PKEY_RSA_SIGN) - c->pkeys[SSL_PKEY_RSA_ENC].digest = md; - } - } - - } - - - /* Set any remaining keys to default values. NOTE: if alg is not - * supported it stays as NULL. - */ -#ifndef OPENSSL_NO_DSA - if (!c->pkeys[SSL_PKEY_DSA_SIGN].digest) - c->pkeys[SSL_PKEY_DSA_SIGN].digest = EVP_sha1(); -#endif -#ifndef OPENSSL_NO_RSA - if (!c->pkeys[SSL_PKEY_RSA_SIGN].digest) - { - c->pkeys[SSL_PKEY_RSA_SIGN].digest = EVP_sha1(); - c->pkeys[SSL_PKEY_RSA_ENC].digest = EVP_sha1(); - } -#endif -#ifndef OPENSSL_NO_ECDSA - if (!c->pkeys[SSL_PKEY_ECC].digest) - c->pkeys[SSL_PKEY_ECC].digest = EVP_sha1(); -#endif - return 1; - } +int tls1_save_sigalgs(SSL *s, const unsigned char *data, int dsize) +{ + CERT *c = s->cert; + /* Extension ignored for inappropriate versions */ + if (!SSL_USE_SIGALGS(s)) + return 1; + /* Should never happen */ + if (!c) + return 0; + + if (c->peer_sigalgs) + OPENSSL_free(c->peer_sigalgs); + c->peer_sigalgs = OPENSSL_malloc(dsize); + if (!c->peer_sigalgs) + return 0; + c->peer_sigalgslen = dsize; + memcpy(c->peer_sigalgs, data, dsize); + return 1; +} -#endif +int tls1_process_sigalgs(SSL *s) +{ + int idx; + size_t i; + const EVP_MD *md; + CERT *c = s->cert; + TLS_SIGALGS *sigptr; + if (!tls1_set_shared_sigalgs(s)) + return 0; + +# ifdef OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL + if (s->cert->cert_flags & SSL_CERT_FLAG_BROKEN_PROTOCOL) { + /* + * Use first set signature preference to force message digest, + * ignoring any peer preferences. + */ + const unsigned char *sigs = NULL; + if (s->server) + sigs = c->conf_sigalgs; + else + sigs = c->client_sigalgs; + if (sigs) { + idx = tls12_get_pkey_idx(sigs[1]); + md = tls12_get_hash(sigs[0]); + c->pkeys[idx].digest = md; + c->pkeys[idx].valid_flags = CERT_PKEY_EXPLICIT_SIGN; + if (idx == SSL_PKEY_RSA_SIGN) { + c->pkeys[SSL_PKEY_RSA_ENC].valid_flags = + CERT_PKEY_EXPLICIT_SIGN; + c->pkeys[SSL_PKEY_RSA_ENC].digest = md; + } + } + } +# endif + + for (i = 0, sigptr = c->shared_sigalgs; + i < c->shared_sigalgslen; i++, sigptr++) { + idx = tls12_get_pkey_idx(sigptr->rsign); + if (idx > 0 && c->pkeys[idx].digest == NULL) { + md = tls12_get_hash(sigptr->rhash); + c->pkeys[idx].digest = md; + c->pkeys[idx].valid_flags = CERT_PKEY_EXPLICIT_SIGN; + if (idx == SSL_PKEY_RSA_SIGN) { + c->pkeys[SSL_PKEY_RSA_ENC].valid_flags = + CERT_PKEY_EXPLICIT_SIGN; + c->pkeys[SSL_PKEY_RSA_ENC].digest = md; + } + } + + } + /* + * In strict mode leave unset digests as NULL to indicate we can't use + * the certificate for signing. + */ + if (!(s->cert->cert_flags & SSL_CERT_FLAGS_CHECK_TLS_STRICT)) { + /* + * Set any remaining keys to default values. NOTE: if alg is not + * supported it stays as NULL. + */ +# ifndef OPENSSL_NO_DSA + if (!c->pkeys[SSL_PKEY_DSA_SIGN].digest) + c->pkeys[SSL_PKEY_DSA_SIGN].digest = EVP_sha1(); +# endif +# ifndef OPENSSL_NO_RSA + if (!c->pkeys[SSL_PKEY_RSA_SIGN].digest) { + c->pkeys[SSL_PKEY_RSA_SIGN].digest = EVP_sha1(); + c->pkeys[SSL_PKEY_RSA_ENC].digest = EVP_sha1(); + } +# endif +# ifndef OPENSSL_NO_ECDSA + if (!c->pkeys[SSL_PKEY_ECC].digest) + c->pkeys[SSL_PKEY_ECC].digest = EVP_sha1(); +# endif + } + return 1; +} + +int SSL_get_sigalgs(SSL *s, int idx, + int *psign, int *phash, int *psignhash, + unsigned char *rsig, unsigned char *rhash) +{ + const unsigned char *psig = s->cert->peer_sigalgs; + if (psig == NULL) + return 0; + if (idx >= 0) { + idx <<= 1; + if (idx >= (int)s->cert->peer_sigalgslen) + return 0; + psig += idx; + if (rhash) + *rhash = psig[0]; + if (rsig) + *rsig = psig[1]; + tls1_lookup_sigalg(phash, psign, psignhash, psig); + } + return s->cert->peer_sigalgslen / 2; +} + +int SSL_get_shared_sigalgs(SSL *s, int idx, + int *psign, int *phash, int *psignhash, + unsigned char *rsig, unsigned char *rhash) +{ + TLS_SIGALGS *shsigalgs = s->cert->shared_sigalgs; + if (!shsigalgs || idx >= (int)s->cert->shared_sigalgslen) + return 0; + shsigalgs += idx; + if (phash) + *phash = shsigalgs->hash_nid; + if (psign) + *psign = shsigalgs->sign_nid; + if (psignhash) + *psignhash = shsigalgs->signandhash_nid; + if (rsig) + *rsig = shsigalgs->rsign; + if (rhash) + *rhash = shsigalgs->rhash; + return s->cert->shared_sigalgslen; +} + +# ifndef OPENSSL_NO_HEARTBEATS +int tls1_process_heartbeat(SSL *s) +{ + unsigned char *p = &s->s3->rrec.data[0], *pl; + unsigned short hbtype; + unsigned int payload; + unsigned int padding = 16; /* Use minimum padding */ + + if (s->msg_callback) + s->msg_callback(0, s->version, TLS1_RT_HEARTBEAT, + &s->s3->rrec.data[0], s->s3->rrec.length, + s, s->msg_callback_arg); + + /* Read type and payload length first */ + if (1 + 2 + 16 > s->s3->rrec.length) + return 0; /* silently discard */ + hbtype = *p++; + n2s(p, payload); + if (1 + 2 + payload + 16 > s->s3->rrec.length) + return 0; /* silently discard per RFC 6520 sec. 4 */ + pl = p; + + if (hbtype == TLS1_HB_REQUEST) { + unsigned char *buffer, *bp; + int r; + + /* + * Allocate memory for the response, size is 1 bytes message type, + * plus 2 bytes payload length, plus payload, plus padding + */ + buffer = OPENSSL_malloc(1 + 2 + payload + padding); + bp = buffer; + + /* Enter response type, length and copy payload */ + *bp++ = TLS1_HB_RESPONSE; + s2n(payload, bp); + memcpy(bp, pl, payload); + bp += payload; + /* Random padding */ + RAND_pseudo_bytes(bp, padding); + + r = ssl3_write_bytes(s, TLS1_RT_HEARTBEAT, buffer, + 3 + payload + padding); + + if (r >= 0 && s->msg_callback) + s->msg_callback(1, s->version, TLS1_RT_HEARTBEAT, + buffer, 3 + payload + padding, + s, s->msg_callback_arg); + + OPENSSL_free(buffer); + + if (r < 0) + return r; + } else if (hbtype == TLS1_HB_RESPONSE) { + unsigned int seq; + + /* + * We only send sequence numbers (2 bytes unsigned int), and 16 + * random bytes, so we just try to read the sequence number + */ + n2s(pl, seq); + + if (payload == 18 && seq == s->tlsext_hb_seq) { + s->tlsext_hb_seq++; + s->tlsext_hb_pending = 0; + } + } + + return 0; +} + +int tls1_heartbeat(SSL *s) +{ + unsigned char *buf, *p; + int ret; + unsigned int payload = 18; /* Sequence number + random bytes */ + unsigned int padding = 16; /* Use minimum padding */ + + /* Only send if peer supports and accepts HB requests... */ + if (!(s->tlsext_heartbeat & SSL_TLSEXT_HB_ENABLED) || + s->tlsext_heartbeat & SSL_TLSEXT_HB_DONT_SEND_REQUESTS) { + SSLerr(SSL_F_TLS1_HEARTBEAT, SSL_R_TLS_HEARTBEAT_PEER_DOESNT_ACCEPT); + return -1; + } + + /* ...and there is none in flight yet... */ + if (s->tlsext_hb_pending) { + SSLerr(SSL_F_TLS1_HEARTBEAT, SSL_R_TLS_HEARTBEAT_PENDING); + return -1; + } + + /* ...and no handshake in progress. */ + if (SSL_in_init(s) || s->in_handshake) { + SSLerr(SSL_F_TLS1_HEARTBEAT, SSL_R_UNEXPECTED_MESSAGE); + return -1; + } + + /* + * Check if padding is too long, payload and padding must not exceed 2^14 + * - 3 = 16381 bytes in total. + */ + OPENSSL_assert(payload + padding <= 16381); + + /*- + * Create HeartBeat message, we just use a sequence number + * as payload to distuingish different messages and add + * some random stuff. + * - Message Type, 1 byte + * - Payload Length, 2 bytes (unsigned int) + * - Payload, the sequence number (2 bytes uint) + * - Payload, random bytes (16 bytes uint) + * - Padding + */ + buf = OPENSSL_malloc(1 + 2 + payload + padding); + p = buf; + /* Message Type */ + *p++ = TLS1_HB_REQUEST; + /* Payload length (18 bytes here) */ + s2n(payload, p); + /* Sequence number */ + s2n(s->tlsext_hb_seq, p); + /* 16 random bytes */ + RAND_pseudo_bytes(p, 16); + p += 16; + /* Random padding */ + RAND_pseudo_bytes(p, padding); + + ret = ssl3_write_bytes(s, TLS1_RT_HEARTBEAT, buf, 3 + payload + padding); + if (ret >= 0) { + if (s->msg_callback) + s->msg_callback(1, s->version, TLS1_RT_HEARTBEAT, + buf, 3 + payload + padding, + s, s->msg_callback_arg); + + s->tlsext_hb_pending = 1; + } + + OPENSSL_free(buf); + + return ret; +} +# endif + +# define MAX_SIGALGLEN (TLSEXT_hash_num * TLSEXT_signature_num * 2) + +typedef struct { + size_t sigalgcnt; + int sigalgs[MAX_SIGALGLEN]; +} sig_cb_st; + +static int sig_cb(const char *elem, int len, void *arg) +{ + sig_cb_st *sarg = arg; + size_t i; + char etmp[20], *p; + int sig_alg, hash_alg; + if (sarg->sigalgcnt == MAX_SIGALGLEN) + return 0; + if (len > (int)(sizeof(etmp) - 1)) + return 0; + memcpy(etmp, elem, len); + etmp[len] = 0; + p = strchr(etmp, '+'); + if (!p) + return 0; + *p = 0; + p++; + if (!*p) + return 0; + + if (!strcmp(etmp, "RSA")) + sig_alg = EVP_PKEY_RSA; + else if (!strcmp(etmp, "DSA")) + sig_alg = EVP_PKEY_DSA; + else if (!strcmp(etmp, "ECDSA")) + sig_alg = EVP_PKEY_EC; + else + return 0; + + hash_alg = OBJ_sn2nid(p); + if (hash_alg == NID_undef) + hash_alg = OBJ_ln2nid(p); + if (hash_alg == NID_undef) + return 0; + + for (i = 0; i < sarg->sigalgcnt; i += 2) { + if (sarg->sigalgs[i] == sig_alg && sarg->sigalgs[i + 1] == hash_alg) + return 0; + } + sarg->sigalgs[sarg->sigalgcnt++] = hash_alg; + sarg->sigalgs[sarg->sigalgcnt++] = sig_alg; + return 1; +} + +/* + * Set suppored signature algorithms based on a colon separated list of the + * form sig+hash e.g. RSA+SHA512:DSA+SHA512 + */ +int tls1_set_sigalgs_list(CERT *c, const char *str, int client) +{ + sig_cb_st sig; + sig.sigalgcnt = 0; + if (!CONF_parse_list(str, ':', 1, sig_cb, &sig)) + return 0; + if (c == NULL) + return 1; + return tls1_set_sigalgs(c, sig.sigalgs, sig.sigalgcnt, client); +} + +int tls1_set_sigalgs(CERT *c, const int *psig_nids, size_t salglen, + int client) +{ + unsigned char *sigalgs, *sptr; + int rhash, rsign; + size_t i; + if (salglen & 1) + return 0; + sigalgs = OPENSSL_malloc(salglen); + if (sigalgs == NULL) + return 0; + for (i = 0, sptr = sigalgs; i < salglen; i += 2) { + rhash = tls12_find_id(*psig_nids++, tls12_md, + sizeof(tls12_md) / sizeof(tls12_lookup)); + rsign = tls12_find_id(*psig_nids++, tls12_sig, + sizeof(tls12_sig) / sizeof(tls12_lookup)); + + if (rhash == -1 || rsign == -1) + goto err; + *sptr++ = rhash; + *sptr++ = rsign; + } + + if (client) { + if (c->client_sigalgs) + OPENSSL_free(c->client_sigalgs); + c->client_sigalgs = sigalgs; + c->client_sigalgslen = salglen; + } else { + if (c->conf_sigalgs) + OPENSSL_free(c->conf_sigalgs); + c->conf_sigalgs = sigalgs; + c->conf_sigalgslen = salglen; + } + + return 1; + + err: + OPENSSL_free(sigalgs); + return 0; +} + +static int tls1_check_sig_alg(CERT *c, X509 *x, int default_nid) +{ + int sig_nid; + size_t i; + if (default_nid == -1) + return 1; + sig_nid = X509_get_signature_nid(x); + if (default_nid) + return sig_nid == default_nid ? 1 : 0; + for (i = 0; i < c->shared_sigalgslen; i++) + if (sig_nid == c->shared_sigalgs[i].signandhash_nid) + return 1; + return 0; +} + +/* Check to see if a certificate issuer name matches list of CA names */ +static int ssl_check_ca_name(STACK_OF(X509_NAME) *names, X509 *x) +{ + X509_NAME *nm; + int i; + nm = X509_get_issuer_name(x); + for (i = 0; i < sk_X509_NAME_num(names); i++) { + if (!X509_NAME_cmp(nm, sk_X509_NAME_value(names, i))) + return 1; + } + return 0; +} + +/* + * Check certificate chain is consistent with TLS extensions and is usable by + * server. This servers two purposes: it allows users to check chains before + * passing them to the server and it allows the server to check chains before + * attempting to use them. + */ + +/* Flags which need to be set for a certificate when stict mode not set */ + +# define CERT_PKEY_VALID_FLAGS \ + (CERT_PKEY_EE_SIGNATURE|CERT_PKEY_EE_PARAM) +/* Strict mode flags */ +# define CERT_PKEY_STRICT_FLAGS \ + (CERT_PKEY_VALID_FLAGS|CERT_PKEY_CA_SIGNATURE|CERT_PKEY_CA_PARAM \ + | CERT_PKEY_ISSUER_NAME|CERT_PKEY_CERT_TYPE) + +int tls1_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain, + int idx) +{ + int i; + int rv = 0; + int check_flags = 0, strict_mode; + CERT_PKEY *cpk = NULL; + CERT *c = s->cert; + unsigned int suiteb_flags = tls1_suiteb(s); + /* idx == -1 means checking server chains */ + if (idx != -1) { + /* idx == -2 means checking client certificate chains */ + if (idx == -2) { + cpk = c->key; + idx = cpk - c->pkeys; + } else + cpk = c->pkeys + idx; + x = cpk->x509; + pk = cpk->privatekey; + chain = cpk->chain; + strict_mode = c->cert_flags & SSL_CERT_FLAGS_CHECK_TLS_STRICT; + /* If no cert or key, forget it */ + if (!x || !pk) + goto end; +# ifdef OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL + /* Allow any certificate to pass test */ + if (s->cert->cert_flags & SSL_CERT_FLAG_BROKEN_PROTOCOL) { + rv = CERT_PKEY_STRICT_FLAGS | CERT_PKEY_EXPLICIT_SIGN | + CERT_PKEY_VALID | CERT_PKEY_SIGN; + cpk->valid_flags = rv; + return rv; + } +# endif + } else { + if (!x || !pk) + goto end; + idx = ssl_cert_type(x, pk); + if (idx == -1) + goto end; + cpk = c->pkeys + idx; + if (c->cert_flags & SSL_CERT_FLAGS_CHECK_TLS_STRICT) + check_flags = CERT_PKEY_STRICT_FLAGS; + else + check_flags = CERT_PKEY_VALID_FLAGS; + strict_mode = 1; + } + + if (suiteb_flags) { + int ok; + if (check_flags) + check_flags |= CERT_PKEY_SUITEB; + ok = X509_chain_check_suiteb(NULL, x, chain, suiteb_flags); + if (ok == X509_V_OK) + rv |= CERT_PKEY_SUITEB; + else if (!check_flags) + goto end; + } + + /* + * Check all signature algorithms are consistent with signature + * algorithms extension if TLS 1.2 or later and strict mode. + */ + if (TLS1_get_version(s) >= TLS1_2_VERSION && strict_mode) { + int default_nid; + unsigned char rsign = 0; + if (c->peer_sigalgs) + default_nid = 0; + /* If no sigalgs extension use defaults from RFC5246 */ + else { + switch (idx) { + case SSL_PKEY_RSA_ENC: + case SSL_PKEY_RSA_SIGN: + case SSL_PKEY_DH_RSA: + rsign = TLSEXT_signature_rsa; + default_nid = NID_sha1WithRSAEncryption; + break; + + case SSL_PKEY_DSA_SIGN: + case SSL_PKEY_DH_DSA: + rsign = TLSEXT_signature_dsa; + default_nid = NID_dsaWithSHA1; + break; + + case SSL_PKEY_ECC: + rsign = TLSEXT_signature_ecdsa; + default_nid = NID_ecdsa_with_SHA1; + break; + + default: + default_nid = -1; + break; + } + } + /* + * If peer sent no signature algorithms extension and we have set + * preferred signature algorithms check we support sha1. + */ + if (default_nid > 0 && c->conf_sigalgs) { + size_t j; + const unsigned char *p = c->conf_sigalgs; + for (j = 0; j < c->conf_sigalgslen; j += 2, p += 2) { + if (p[0] == TLSEXT_hash_sha1 && p[1] == rsign) + break; + } + if (j == c->conf_sigalgslen) { + if (check_flags) + goto skip_sigs; + else + goto end; + } + } + /* Check signature algorithm of each cert in chain */ + if (!tls1_check_sig_alg(c, x, default_nid)) { + if (!check_flags) + goto end; + } else + rv |= CERT_PKEY_EE_SIGNATURE; + rv |= CERT_PKEY_CA_SIGNATURE; + for (i = 0; i < sk_X509_num(chain); i++) { + if (!tls1_check_sig_alg(c, sk_X509_value(chain, i), default_nid)) { + if (check_flags) { + rv &= ~CERT_PKEY_CA_SIGNATURE; + break; + } else + goto end; + } + } + } + /* Else not TLS 1.2, so mark EE and CA signing algorithms OK */ + else if (check_flags) + rv |= CERT_PKEY_EE_SIGNATURE | CERT_PKEY_CA_SIGNATURE; + skip_sigs: + /* Check cert parameters are consistent */ + if (tls1_check_cert_param(s, x, check_flags ? 1 : 2)) + rv |= CERT_PKEY_EE_PARAM; + else if (!check_flags) + goto end; + if (!s->server) + rv |= CERT_PKEY_CA_PARAM; + /* In strict mode check rest of chain too */ + else if (strict_mode) { + rv |= CERT_PKEY_CA_PARAM; + for (i = 0; i < sk_X509_num(chain); i++) { + X509 *ca = sk_X509_value(chain, i); + if (!tls1_check_cert_param(s, ca, 0)) { + if (check_flags) { + rv &= ~CERT_PKEY_CA_PARAM; + break; + } else + goto end; + } + } + } + if (!s->server && strict_mode) { + STACK_OF(X509_NAME) *ca_dn; + int check_type = 0; + switch (pk->type) { + case EVP_PKEY_RSA: + check_type = TLS_CT_RSA_SIGN; + break; + case EVP_PKEY_DSA: + check_type = TLS_CT_DSS_SIGN; + break; + case EVP_PKEY_EC: + check_type = TLS_CT_ECDSA_SIGN; + break; + case EVP_PKEY_DH: + case EVP_PKEY_DHX: + { + int cert_type = X509_certificate_type(x, pk); + if (cert_type & EVP_PKS_RSA) + check_type = TLS_CT_RSA_FIXED_DH; + if (cert_type & EVP_PKS_DSA) + check_type = TLS_CT_DSS_FIXED_DH; + } + } + if (check_type) { + const unsigned char *ctypes; + int ctypelen; + if (c->ctypes) { + ctypes = c->ctypes; + ctypelen = (int)c->ctype_num; + } else { + ctypes = (unsigned char *)s->s3->tmp.ctype; + ctypelen = s->s3->tmp.ctype_num; + } + for (i = 0; i < ctypelen; i++) { + if (ctypes[i] == check_type) { + rv |= CERT_PKEY_CERT_TYPE; + break; + } + } + if (!(rv & CERT_PKEY_CERT_TYPE) && !check_flags) + goto end; + } else + rv |= CERT_PKEY_CERT_TYPE; + + ca_dn = s->s3->tmp.ca_names; + + if (!sk_X509_NAME_num(ca_dn)) + rv |= CERT_PKEY_ISSUER_NAME; + + if (!(rv & CERT_PKEY_ISSUER_NAME)) { + if (ssl_check_ca_name(ca_dn, x)) + rv |= CERT_PKEY_ISSUER_NAME; + } + if (!(rv & CERT_PKEY_ISSUER_NAME)) { + for (i = 0; i < sk_X509_num(chain); i++) { + X509 *xtmp = sk_X509_value(chain, i); + if (ssl_check_ca_name(ca_dn, xtmp)) { + rv |= CERT_PKEY_ISSUER_NAME; + break; + } + } + } + if (!check_flags && !(rv & CERT_PKEY_ISSUER_NAME)) + goto end; + } else + rv |= CERT_PKEY_ISSUER_NAME | CERT_PKEY_CERT_TYPE; + + if (!check_flags || (rv & check_flags) == check_flags) + rv |= CERT_PKEY_VALID; + + end: + + if (TLS1_get_version(s) >= TLS1_2_VERSION) { + if (cpk->valid_flags & CERT_PKEY_EXPLICIT_SIGN) + rv |= CERT_PKEY_EXPLICIT_SIGN | CERT_PKEY_SIGN; + else if (cpk->digest) + rv |= CERT_PKEY_SIGN; + } else + rv |= CERT_PKEY_SIGN | CERT_PKEY_EXPLICIT_SIGN; + + /* + * When checking a CERT_PKEY structure all flags are irrelevant if the + * chain is invalid. + */ + if (!check_flags) { + if (rv & CERT_PKEY_VALID) + cpk->valid_flags = rv; + else { + /* Preserve explicit sign flag, clear rest */ + cpk->valid_flags &= CERT_PKEY_EXPLICIT_SIGN; + return 0; + } + } + return rv; +} + +/* Set validity of certificates in an SSL structure */ +void tls1_set_cert_validity(SSL *s) +{ + tls1_check_chain(s, NULL, NULL, NULL, SSL_PKEY_RSA_ENC); + tls1_check_chain(s, NULL, NULL, NULL, SSL_PKEY_RSA_SIGN); + tls1_check_chain(s, NULL, NULL, NULL, SSL_PKEY_DSA_SIGN); + tls1_check_chain(s, NULL, NULL, NULL, SSL_PKEY_DH_RSA); + tls1_check_chain(s, NULL, NULL, NULL, SSL_PKEY_DH_DSA); + tls1_check_chain(s, NULL, NULL, NULL, SSL_PKEY_ECC); +} + +/* User level utiity function to check a chain is suitable */ +int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain) +{ + return tls1_check_chain(s, x, pk, chain, -1); +} -#ifndef OPENSSL_NO_HEARTBEATS -int -tls1_process_heartbeat(SSL *s) - { - unsigned char *p = &s->s3->rrec.data[0], *pl; - unsigned short hbtype; - unsigned int payload; - unsigned int padding = 16; /* Use minimum padding */ - - if (s->msg_callback) - s->msg_callback(0, s->version, TLS1_RT_HEARTBEAT, - &s->s3->rrec.data[0], s->s3->rrec.length, - s, s->msg_callback_arg); - - /* Read type and payload length first */ - if (1 + 2 + 16 > s->s3->rrec.length) - return 0; /* silently discard */ - hbtype = *p++; - n2s(p, payload); - if (1 + 2 + payload + 16 > s->s3->rrec.length) - return 0; /* silently discard per RFC 6520 sec. 4 */ - pl = p; - - if (hbtype == TLS1_HB_REQUEST) - { - unsigned char *buffer, *bp; - int r; - - /* Allocate memory for the response, size is 1 bytes - * message type, plus 2 bytes payload length, plus - * payload, plus padding - */ - buffer = OPENSSL_malloc(1 + 2 + payload + padding); - bp = buffer; - - /* Enter response type, length and copy payload */ - *bp++ = TLS1_HB_RESPONSE; - s2n(payload, bp); - memcpy(bp, pl, payload); - bp += payload; - /* Random padding */ - RAND_pseudo_bytes(bp, padding); - - r = ssl3_write_bytes(s, TLS1_RT_HEARTBEAT, buffer, 3 + payload + padding); - - if (r >= 0 && s->msg_callback) - s->msg_callback(1, s->version, TLS1_RT_HEARTBEAT, - buffer, 3 + payload + padding, - s, s->msg_callback_arg); - - OPENSSL_free(buffer); - - if (r < 0) - return r; - } - else if (hbtype == TLS1_HB_RESPONSE) - { - unsigned int seq; - - /* We only send sequence numbers (2 bytes unsigned int), - * and 16 random bytes, so we just try to read the - * sequence number */ - n2s(pl, seq); - - if (payload == 18 && seq == s->tlsext_hb_seq) - { - s->tlsext_hb_seq++; - s->tlsext_hb_pending = 0; - } - } - - return 0; - } - -int -tls1_heartbeat(SSL *s) - { - unsigned char *buf, *p; - int ret; - unsigned int payload = 18; /* Sequence number + random bytes */ - unsigned int padding = 16; /* Use minimum padding */ - - /* Only send if peer supports and accepts HB requests... */ - if (!(s->tlsext_heartbeat & SSL_TLSEXT_HB_ENABLED) || - s->tlsext_heartbeat & SSL_TLSEXT_HB_DONT_SEND_REQUESTS) - { - SSLerr(SSL_F_TLS1_HEARTBEAT,SSL_R_TLS_HEARTBEAT_PEER_DOESNT_ACCEPT); - return -1; - } - - /* ...and there is none in flight yet... */ - if (s->tlsext_hb_pending) - { - SSLerr(SSL_F_TLS1_HEARTBEAT,SSL_R_TLS_HEARTBEAT_PENDING); - return -1; - } - - /* ...and no handshake in progress. */ - if (SSL_in_init(s) || s->in_handshake) - { - SSLerr(SSL_F_TLS1_HEARTBEAT,SSL_R_UNEXPECTED_MESSAGE); - return -1; - } - - /* Check if padding is too long, payload and padding - * must not exceed 2^14 - 3 = 16381 bytes in total. - */ - OPENSSL_assert(payload + padding <= 16381); - - /* Create HeartBeat message, we just use a sequence number - * as payload to distuingish different messages and add - * some random stuff. - * - Message Type, 1 byte - * - Payload Length, 2 bytes (unsigned int) - * - Payload, the sequence number (2 bytes uint) - * - Payload, random bytes (16 bytes uint) - * - Padding - */ - buf = OPENSSL_malloc(1 + 2 + payload + padding); - p = buf; - /* Message Type */ - *p++ = TLS1_HB_REQUEST; - /* Payload length (18 bytes here) */ - s2n(payload, p); - /* Sequence number */ - s2n(s->tlsext_hb_seq, p); - /* 16 random bytes */ - RAND_pseudo_bytes(p, 16); - p += 16; - /* Random padding */ - RAND_pseudo_bytes(p, padding); - - ret = ssl3_write_bytes(s, TLS1_RT_HEARTBEAT, buf, 3 + payload + padding); - if (ret >= 0) - { - if (s->msg_callback) - s->msg_callback(1, s->version, TLS1_RT_HEARTBEAT, - buf, 3 + payload + padding, - s, s->msg_callback_arg); - - s->tlsext_hb_pending = 1; - } - - OPENSSL_free(buf); - - return ret; - } #endif diff --git a/openssl/ssl/t1_meth.c b/openssl/ssl/t1_meth.c index 53c807de2..335d57b53 100644 --- a/openssl/ssl/t1_meth.c +++ b/openssl/ssl/t1_meth.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -61,28 +61,24 @@ #include "ssl_locl.h" static const SSL_METHOD *tls1_get_method(int ver) - { - if (ver == TLS1_2_VERSION) - return TLSv1_2_method(); - if (ver == TLS1_1_VERSION) - return TLSv1_1_method(); - if (ver == TLS1_VERSION) - return TLSv1_method(); - return NULL; - } +{ + if (ver == TLS1_2_VERSION) + return TLSv1_2_method(); + if (ver == TLS1_1_VERSION) + return TLSv1_1_method(); + if (ver == TLS1_VERSION) + return TLSv1_method(); + return NULL; +} IMPLEMENT_tls_meth_func(TLS1_2_VERSION, TLSv1_2_method, - ssl3_accept, - ssl3_connect, - tls1_get_method) - -IMPLEMENT_tls_meth_func(TLS1_1_VERSION, TLSv1_1_method, - ssl3_accept, - ssl3_connect, - tls1_get_method) + ssl3_accept, + ssl3_connect, tls1_get_method, TLSv1_2_enc_data) -IMPLEMENT_tls_meth_func(TLS1_VERSION, TLSv1_method, - ssl3_accept, - ssl3_connect, - tls1_get_method) + IMPLEMENT_tls_meth_func(TLS1_1_VERSION, TLSv1_1_method, + ssl3_accept, + ssl3_connect, tls1_get_method, TLSv1_1_enc_data) + IMPLEMENT_tls_meth_func(TLS1_VERSION, TLSv1_method, + ssl3_accept, + ssl3_connect, tls1_get_method, TLSv1_enc_data) diff --git a/openssl/ssl/t1_reneg.c b/openssl/ssl/t1_reneg.c index 9c2cc3c71..b9a35c7fc 100644 --- a/openssl/ssl/t1_reneg.c +++ b/openssl/ssl/t1_reneg.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +63,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -114,179 +114,179 @@ /* Add the client's renegotiation binding */ int ssl_add_clienthello_renegotiate_ext(SSL *s, unsigned char *p, int *len, - int maxlen) - { - if(p) - { - if((s->s3->previous_client_finished_len+1) > maxlen) - { - SSLerr(SSL_F_SSL_ADD_CLIENTHELLO_RENEGOTIATE_EXT,SSL_R_RENEGOTIATE_EXT_TOO_LONG); + int maxlen) +{ + if (p) { + if ((s->s3->previous_client_finished_len + 1) > maxlen) { + SSLerr(SSL_F_SSL_ADD_CLIENTHELLO_RENEGOTIATE_EXT, + SSL_R_RENEGOTIATE_EXT_TOO_LONG); return 0; - } - + } + /* Length byte */ - *p = s->s3->previous_client_finished_len; + *p = s->s3->previous_client_finished_len; p++; memcpy(p, s->s3->previous_client_finished, - s->s3->previous_client_finished_len); + s->s3->previous_client_finished_len); #ifdef OPENSSL_RI_DEBUG - fprintf(stderr, "%s RI extension sent by client\n", - s->s3->previous_client_finished_len ? "Non-empty" : "Empty"); + fprintf(stderr, "%s RI extension sent by client\n", + s->s3->previous_client_finished_len ? "Non-empty" : "Empty"); #endif - } - - *len=s->s3->previous_client_finished_len + 1; + } + + *len = s->s3->previous_client_finished_len + 1; - return 1; - } +} -/* Parse the client's renegotiation binding and abort if it's not - right */ +/* + * Parse the client's renegotiation binding and abort if it's not right + */ int ssl_parse_clienthello_renegotiate_ext(SSL *s, unsigned char *d, int len, - int *al) - { + int *al) +{ int ilen; /* Parse the length byte */ - if(len < 1) - { - SSLerr(SSL_F_SSL_PARSE_CLIENTHELLO_RENEGOTIATE_EXT,SSL_R_RENEGOTIATION_ENCODING_ERR); - *al=SSL_AD_ILLEGAL_PARAMETER; + if (len < 1) { + SSLerr(SSL_F_SSL_PARSE_CLIENTHELLO_RENEGOTIATE_EXT, + SSL_R_RENEGOTIATION_ENCODING_ERR); + *al = SSL_AD_ILLEGAL_PARAMETER; return 0; - } + } ilen = *d; d++; /* Consistency check */ - if((ilen+1) != len) - { - SSLerr(SSL_F_SSL_PARSE_CLIENTHELLO_RENEGOTIATE_EXT,SSL_R_RENEGOTIATION_ENCODING_ERR); - *al=SSL_AD_ILLEGAL_PARAMETER; + if ((ilen + 1) != len) { + SSLerr(SSL_F_SSL_PARSE_CLIENTHELLO_RENEGOTIATE_EXT, + SSL_R_RENEGOTIATION_ENCODING_ERR); + *al = SSL_AD_ILLEGAL_PARAMETER; return 0; - } + } /* Check that the extension matches */ - if(ilen != s->s3->previous_client_finished_len) - { - SSLerr(SSL_F_SSL_PARSE_CLIENTHELLO_RENEGOTIATE_EXT,SSL_R_RENEGOTIATION_MISMATCH); - *al=SSL_AD_HANDSHAKE_FAILURE; + if (ilen != s->s3->previous_client_finished_len) { + SSLerr(SSL_F_SSL_PARSE_CLIENTHELLO_RENEGOTIATE_EXT, + SSL_R_RENEGOTIATION_MISMATCH); + *al = SSL_AD_HANDSHAKE_FAILURE; return 0; - } - - if(memcmp(d, s->s3->previous_client_finished, - s->s3->previous_client_finished_len)) - { - SSLerr(SSL_F_SSL_PARSE_CLIENTHELLO_RENEGOTIATE_EXT,SSL_R_RENEGOTIATION_MISMATCH); - *al=SSL_AD_HANDSHAKE_FAILURE; + } + + if (memcmp(d, s->s3->previous_client_finished, + s->s3->previous_client_finished_len)) { + SSLerr(SSL_F_SSL_PARSE_CLIENTHELLO_RENEGOTIATE_EXT, + SSL_R_RENEGOTIATION_MISMATCH); + *al = SSL_AD_HANDSHAKE_FAILURE; return 0; - } + } #ifdef OPENSSL_RI_DEBUG fprintf(stderr, "%s RI extension received by server\n", - ilen ? "Non-empty" : "Empty"); + ilen ? "Non-empty" : "Empty"); #endif - s->s3->send_connection_binding=1; + s->s3->send_connection_binding = 1; return 1; - } +} /* Add the server's renegotiation binding */ int ssl_add_serverhello_renegotiate_ext(SSL *s, unsigned char *p, int *len, - int maxlen) - { - if(p) - { - if((s->s3->previous_client_finished_len + - s->s3->previous_server_finished_len + 1) > maxlen) - { - SSLerr(SSL_F_SSL_ADD_SERVERHELLO_RENEGOTIATE_EXT,SSL_R_RENEGOTIATE_EXT_TOO_LONG); + int maxlen) +{ + if (p) { + if ((s->s3->previous_client_finished_len + + s->s3->previous_server_finished_len + 1) > maxlen) { + SSLerr(SSL_F_SSL_ADD_SERVERHELLO_RENEGOTIATE_EXT, + SSL_R_RENEGOTIATE_EXT_TOO_LONG); return 0; - } - + } + /* Length byte */ - *p = s->s3->previous_client_finished_len + s->s3->previous_server_finished_len; + *p = s->s3->previous_client_finished_len + + s->s3->previous_server_finished_len; p++; memcpy(p, s->s3->previous_client_finished, - s->s3->previous_client_finished_len); + s->s3->previous_client_finished_len); p += s->s3->previous_client_finished_len; memcpy(p, s->s3->previous_server_finished, - s->s3->previous_server_finished_len); + s->s3->previous_server_finished_len); #ifdef OPENSSL_RI_DEBUG - fprintf(stderr, "%s RI extension sent by server\n", - s->s3->previous_client_finished_len ? "Non-empty" : "Empty"); + fprintf(stderr, "%s RI extension sent by server\n", + s->s3->previous_client_finished_len ? "Non-empty" : "Empty"); #endif - } - - *len=s->s3->previous_client_finished_len - + s->s3->previous_server_finished_len + 1; - - return 1; } -/* Parse the server's renegotiation binding and abort if it's not - right */ + *len = s->s3->previous_client_finished_len + + s->s3->previous_server_finished_len + 1; + + return 1; +} + +/* + * Parse the server's renegotiation binding and abort if it's not right + */ int ssl_parse_serverhello_renegotiate_ext(SSL *s, unsigned char *d, int len, - int *al) - { - int expected_len=s->s3->previous_client_finished_len - + s->s3->previous_server_finished_len; + int *al) +{ + int expected_len = s->s3->previous_client_finished_len + + s->s3->previous_server_finished_len; int ilen; /* Check for logic errors */ OPENSSL_assert(!expected_len || s->s3->previous_client_finished_len); OPENSSL_assert(!expected_len || s->s3->previous_server_finished_len); - + /* Parse the length byte */ - if(len < 1) - { - SSLerr(SSL_F_SSL_PARSE_SERVERHELLO_RENEGOTIATE_EXT,SSL_R_RENEGOTIATION_ENCODING_ERR); - *al=SSL_AD_ILLEGAL_PARAMETER; + if (len < 1) { + SSLerr(SSL_F_SSL_PARSE_SERVERHELLO_RENEGOTIATE_EXT, + SSL_R_RENEGOTIATION_ENCODING_ERR); + *al = SSL_AD_ILLEGAL_PARAMETER; return 0; - } + } ilen = *d; d++; /* Consistency check */ - if(ilen+1 != len) - { - SSLerr(SSL_F_SSL_PARSE_SERVERHELLO_RENEGOTIATE_EXT,SSL_R_RENEGOTIATION_ENCODING_ERR); - *al=SSL_AD_ILLEGAL_PARAMETER; + if (ilen + 1 != len) { + SSLerr(SSL_F_SSL_PARSE_SERVERHELLO_RENEGOTIATE_EXT, + SSL_R_RENEGOTIATION_ENCODING_ERR); + *al = SSL_AD_ILLEGAL_PARAMETER; return 0; - } - + } + /* Check that the extension matches */ - if(ilen != expected_len) - { - SSLerr(SSL_F_SSL_PARSE_SERVERHELLO_RENEGOTIATE_EXT,SSL_R_RENEGOTIATION_MISMATCH); - *al=SSL_AD_HANDSHAKE_FAILURE; + if (ilen != expected_len) { + SSLerr(SSL_F_SSL_PARSE_SERVERHELLO_RENEGOTIATE_EXT, + SSL_R_RENEGOTIATION_MISMATCH); + *al = SSL_AD_HANDSHAKE_FAILURE; return 0; - } + } - if(memcmp(d, s->s3->previous_client_finished, - s->s3->previous_client_finished_len)) - { - SSLerr(SSL_F_SSL_PARSE_SERVERHELLO_RENEGOTIATE_EXT,SSL_R_RENEGOTIATION_MISMATCH); - *al=SSL_AD_HANDSHAKE_FAILURE; + if (memcmp(d, s->s3->previous_client_finished, + s->s3->previous_client_finished_len)) { + SSLerr(SSL_F_SSL_PARSE_SERVERHELLO_RENEGOTIATE_EXT, + SSL_R_RENEGOTIATION_MISMATCH); + *al = SSL_AD_HANDSHAKE_FAILURE; return 0; - } + } d += s->s3->previous_client_finished_len; - if(memcmp(d, s->s3->previous_server_finished, - s->s3->previous_server_finished_len)) - { - SSLerr(SSL_F_SSL_PARSE_SERVERHELLO_RENEGOTIATE_EXT,SSL_R_RENEGOTIATION_MISMATCH); - *al=SSL_AD_ILLEGAL_PARAMETER; + if (memcmp(d, s->s3->previous_server_finished, + s->s3->previous_server_finished_len)) { + SSLerr(SSL_F_SSL_PARSE_SERVERHELLO_RENEGOTIATE_EXT, + SSL_R_RENEGOTIATION_MISMATCH); + *al = SSL_AD_ILLEGAL_PARAMETER; return 0; - } + } #ifdef OPENSSL_RI_DEBUG fprintf(stderr, "%s RI extension received by client\n", - ilen ? "Non-empty" : "Empty"); + ilen ? "Non-empty" : "Empty"); #endif - s->s3->send_connection_binding=1; + s->s3->send_connection_binding = 1; return 1; - } +} diff --git a/openssl/ssl/t1_srvr.c b/openssl/ssl/t1_srvr.c index f1d156576..8c6b3dff2 100644 --- a/openssl/ssl/t1_srvr.c +++ b/openssl/ssl/t1_srvr.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -66,28 +66,27 @@ static const SSL_METHOD *tls1_get_server_method(int ver); static const SSL_METHOD *tls1_get_server_method(int ver) - { - if (ver == TLS1_2_VERSION) - return TLSv1_2_server_method(); - if (ver == TLS1_1_VERSION) - return TLSv1_1_server_method(); - if (ver == TLS1_VERSION) - return TLSv1_server_method(); - return NULL; - } +{ + if (ver == TLS1_2_VERSION) + return TLSv1_2_server_method(); + if (ver == TLS1_1_VERSION) + return TLSv1_1_server_method(); + if (ver == TLS1_VERSION) + return TLSv1_server_method(); + return NULL; +} IMPLEMENT_tls_meth_func(TLS1_2_VERSION, TLSv1_2_server_method, - ssl3_accept, - ssl_undefined_function, - tls1_get_server_method) - -IMPLEMENT_tls_meth_func(TLS1_1_VERSION, TLSv1_1_server_method, - ssl3_accept, - ssl_undefined_function, - tls1_get_server_method) + ssl3_accept, + ssl_undefined_function, + tls1_get_server_method, TLSv1_2_enc_data) -IMPLEMENT_tls_meth_func(TLS1_VERSION, TLSv1_server_method, - ssl3_accept, - ssl_undefined_function, - tls1_get_server_method) + IMPLEMENT_tls_meth_func(TLS1_1_VERSION, TLSv1_1_server_method, + ssl3_accept, + ssl_undefined_function, + tls1_get_server_method, TLSv1_1_enc_data) + IMPLEMENT_tls_meth_func(TLS1_VERSION, TLSv1_server_method, + ssl3_accept, + ssl_undefined_function, + tls1_get_server_method, TLSv1_enc_data) diff --git a/openssl/ssl/t1_trce.c b/openssl/ssl/t1_trce.c new file mode 100755 index 000000000..c5e21df77 --- /dev/null +++ b/openssl/ssl/t1_trce.c @@ -0,0 +1,1266 @@ +/* ssl/t1_trce.c */ +/* + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL + * project. + */ +/* ==================================================================== + * Copyright (c) 2012 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * licensing@OpenSSL.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + */ + +#include "ssl_locl.h" + +#ifndef OPENSSL_NO_SSL_TRACE + +/* Packet trace support for OpenSSL */ + +typedef struct { + int num; + const char *name; +} ssl_trace_tbl; + +# define ssl_trace_str(val, tbl) \ + do_ssl_trace_str(val, tbl, sizeof(tbl)/sizeof(ssl_trace_tbl)) + +# define ssl_trace_list(bio, indent, msg, msglen, value, table) \ + do_ssl_trace_list(bio, indent, msg, msglen, value, \ + table, sizeof(table)/sizeof(ssl_trace_tbl)) + +static const char *do_ssl_trace_str(int val, ssl_trace_tbl *tbl, size_t ntbl) +{ + size_t i; + for (i = 0; i < ntbl; i++, tbl++) { + if (tbl->num == val) + return tbl->name; + } + return "UNKNOWN"; +} + +static int do_ssl_trace_list(BIO *bio, int indent, + const unsigned char *msg, size_t msglen, + size_t vlen, ssl_trace_tbl *tbl, size_t ntbl) +{ + int val; + if (msglen % vlen) + return 0; + while (msglen) { + val = msg[0]; + if (vlen == 2) + val = (val << 8) | msg[1]; + BIO_indent(bio, indent, 80); + BIO_printf(bio, "%s (%d)\n", do_ssl_trace_str(val, tbl, ntbl), val); + msg += vlen; + msglen -= vlen; + } + return 1; +} + +/* Version number */ + +static ssl_trace_tbl ssl_version_tbl[] = { + {SSL2_VERSION, "SSL 2.0"}, + {SSL3_VERSION, "SSL 3.0"}, + {TLS1_VERSION, "TLS 1.0"}, + {TLS1_1_VERSION, "TLS 1.1"}, + {TLS1_2_VERSION, "TLS 1.2"}, + {DTLS1_VERSION, "DTLS 1.0"}, + {DTLS1_2_VERSION, "DTLS 1.2"}, + {DTLS1_BAD_VER, "DTLS 1.0 (bad)"} +}; + +static ssl_trace_tbl ssl_content_tbl[] = { + {SSL3_RT_CHANGE_CIPHER_SPEC, "ChangeCipherSpec"}, + {SSL3_RT_ALERT, "Alert"}, + {SSL3_RT_HANDSHAKE, "Handshake"}, + {SSL3_RT_APPLICATION_DATA, "ApplicationData"}, + {TLS1_RT_HEARTBEAT, "HeartBeat"} +}; + +/* Handshake types */ +static ssl_trace_tbl ssl_handshake_tbl[] = { + {SSL3_MT_HELLO_REQUEST, "HelloRequest"}, + {SSL3_MT_CLIENT_HELLO, "ClientHello"}, + {SSL3_MT_SERVER_HELLO, "ServerHello"}, + {DTLS1_MT_HELLO_VERIFY_REQUEST, "HelloVerifyRequest"}, + {SSL3_MT_NEWSESSION_TICKET, "NewSessionTicket"}, + {SSL3_MT_CERTIFICATE, "Certificate"}, + {SSL3_MT_SERVER_KEY_EXCHANGE, "ServerKeyExchange"}, + {SSL3_MT_CERTIFICATE_REQUEST, "CertificateRequest"}, + {SSL3_MT_CLIENT_KEY_EXCHANGE, "ClientKeyExchange"}, + {SSL3_MT_CERTIFICATE_STATUS, "CertificateStatus"}, + {SSL3_MT_SERVER_DONE, "ServerHelloDone"}, + {SSL3_MT_CERTIFICATE_VERIFY, "CertificateVerify"}, + {SSL3_MT_CLIENT_KEY_EXCHANGE, "ClientKeyExchange"}, + {SSL3_MT_FINISHED, "Finished"}, + {SSL3_MT_CERTIFICATE_STATUS, "CertificateStatus"} +}; + +/* Cipher suites */ +static ssl_trace_tbl ssl_ciphers_tbl[] = { + {0x0000, "SSL_NULL_WITH_NULL_NULL"}, + {0x0001, "SSL_RSA_WITH_NULL_MD5"}, + {0x0002, "SSL_RSA_WITH_NULL_SHA"}, + {0x0003, "SSL_RSA_EXPORT_WITH_RC4_40_MD5"}, + {0x0004, "SSL_RSA_WITH_RC4_128_MD5"}, + {0x0005, "SSL_RSA_WITH_RC4_128_SHA"}, + {0x0006, "SSL_RSA_EXPORT_WITH_RC2_CBC_40_MD5"}, + {0x0007, "SSL_RSA_WITH_IDEA_CBC_SHA"}, + {0x0008, "SSL_RSA_EXPORT_WITH_DES40_CBC_SHA"}, + {0x0009, "SSL_RSA_WITH_DES_CBC_SHA"}, + {0x000A, "SSL_RSA_WITH_3DES_EDE_CBC_SHA"}, + {0x000B, "SSL_DH_DSS_EXPORT_WITH_DES40_CBC_SHA"}, + {0x000C, "SSL_DH_DSS_WITH_DES_CBC_SHA"}, + {0x000D, "SSL_DH_DSS_WITH_3DES_EDE_CBC_SHA"}, + {0x000E, "SSL_DH_RSA_EXPORT_WITH_DES40_CBC_SHA"}, + {0x000F, "SSL_DH_RSA_WITH_DES_CBC_SHA"}, + {0x0010, "SSL_DH_RSA_WITH_3DES_EDE_CBC_SHA"}, + {0x0011, "SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA"}, + {0x0012, "SSL_DHE_DSS_WITH_DES_CBC_SHA"}, + {0x0013, "SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA"}, + {0x0014, "SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA"}, + {0x0015, "SSL_DHE_RSA_WITH_DES_CBC_SHA"}, + {0x0016, "SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA"}, + {0x0017, "SSL_DH_anon_EXPORT_WITH_RC4_40_MD5"}, + {0x0018, "SSL_DH_anon_WITH_RC4_128_MD5"}, + {0x0019, "SSL_DH_anon_EXPORT_WITH_DES40_CBC_SHA"}, + {0x001A, "SSL_DH_anon_WITH_DES_CBC_SHA"}, + {0x001B, "SSL_DH_anon_WITH_3DES_EDE_CBC_SHA"}, + {0x001D, "SSL_FORTEZZA_KEA_WITH_FORTEZZA_CBC_SHA"}, + {0x001E, "SSL_FORTEZZA_KEA_WITH_RC4_128_SHA"}, + {0x001F, "TLS_KRB5_WITH_3DES_EDE_CBC_SHA"}, + {0x0020, "TLS_KRB5_WITH_RC4_128_SHA"}, + {0x0021, "TLS_KRB5_WITH_IDEA_CBC_SHA"}, + {0x0022, "TLS_KRB5_WITH_DES_CBC_MD5"}, + {0x0023, "TLS_KRB5_WITH_3DES_EDE_CBC_MD5"}, + {0x0024, "TLS_KRB5_WITH_RC4_128_MD5"}, + {0x0025, "TLS_KRB5_WITH_IDEA_CBC_MD5"}, + {0x0026, "TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA"}, + {0x0027, "TLS_KRB5_EXPORT_WITH_RC2_CBC_40_SHA"}, + {0x0028, "TLS_KRB5_EXPORT_WITH_RC4_40_SHA"}, + {0x0029, "TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5"}, + {0x002A, "TLS_KRB5_EXPORT_WITH_RC2_CBC_40_MD5"}, + {0x002B, "TLS_KRB5_EXPORT_WITH_RC4_40_MD5"}, + {0x002F, "TLS_RSA_WITH_AES_128_CBC_SHA"}, + {0x0030, "TLS_DH_DSS_WITH_AES_128_CBC_SHA"}, + {0x0031, "TLS_DH_RSA_WITH_AES_128_CBC_SHA"}, + {0x0032, "TLS_DHE_DSS_WITH_AES_128_CBC_SHA"}, + {0x0033, "TLS_DHE_RSA_WITH_AES_128_CBC_SHA"}, + {0x0034, "TLS_DH_anon_WITH_AES_128_CBC_SHA"}, + {0x0035, "TLS_RSA_WITH_AES_256_CBC_SHA"}, + {0x0036, "TLS_DH_DSS_WITH_AES_256_CBC_SHA"}, + {0x0037, "TLS_DH_RSA_WITH_AES_256_CBC_SHA"}, + {0x0038, "TLS_DHE_DSS_WITH_AES_256_CBC_SHA"}, + {0x0039, "TLS_DHE_RSA_WITH_AES_256_CBC_SHA"}, + {0x003A, "TLS_DH_anon_WITH_AES_256_CBC_SHA"}, + {0x003B, "TLS_RSA_WITH_NULL_SHA256"}, + {0x003C, "TLS_RSA_WITH_AES_128_CBC_SHA256"}, + {0x003D, "TLS_RSA_WITH_AES_256_CBC_SHA256"}, + {0x003E, "TLS_DH_DSS_WITH_AES_128_CBC_SHA256"}, + {0x003F, "TLS_DH_RSA_WITH_AES_128_CBC_SHA256"}, + {0x0040, "TLS_DHE_DSS_WITH_AES_128_CBC_SHA256"}, + {0x0041, "TLS_RSA_WITH_CAMELLIA_128_CBC_SHA"}, + {0x0042, "TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA"}, + {0x0043, "TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA"}, + {0x0044, "TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA"}, + {0x0045, "TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA"}, + {0x0046, "TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA"}, + {0x0067, "TLS_DHE_RSA_WITH_AES_128_CBC_SHA256"}, + {0x0068, "TLS_DH_DSS_WITH_AES_256_CBC_SHA256"}, + {0x0069, "TLS_DH_RSA_WITH_AES_256_CBC_SHA256"}, + {0x006A, "TLS_DHE_DSS_WITH_AES_256_CBC_SHA256"}, + {0x006B, "TLS_DHE_RSA_WITH_AES_256_CBC_SHA256"}, + {0x006C, "TLS_DH_anon_WITH_AES_128_CBC_SHA256"}, + {0x006D, "TLS_DH_anon_WITH_AES_256_CBC_SHA256"}, + {0x0084, "TLS_RSA_WITH_CAMELLIA_256_CBC_SHA"}, + {0x0085, "TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA"}, + {0x0086, "TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA"}, + {0x0087, "TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA"}, + {0x0088, "TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA"}, + {0x0089, "TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA"}, + {0x008A, "TLS_PSK_WITH_RC4_128_SHA"}, + {0x008B, "TLS_PSK_WITH_3DES_EDE_CBC_SHA"}, + {0x008C, "TLS_PSK_WITH_AES_128_CBC_SHA"}, + {0x008D, "TLS_PSK_WITH_AES_256_CBC_SHA"}, + {0x008E, "TLS_DHE_PSK_WITH_RC4_128_SHA"}, + {0x008F, "TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA"}, + {0x0090, "TLS_DHE_PSK_WITH_AES_128_CBC_SHA"}, + {0x0091, "TLS_DHE_PSK_WITH_AES_256_CBC_SHA"}, + {0x0092, "TLS_RSA_PSK_WITH_RC4_128_SHA"}, + {0x0093, "TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA"}, + {0x0094, "TLS_RSA_PSK_WITH_AES_128_CBC_SHA"}, + {0x0095, "TLS_RSA_PSK_WITH_AES_256_CBC_SHA"}, + {0x0096, "TLS_RSA_WITH_SEED_CBC_SHA"}, + {0x0097, "TLS_DH_DSS_WITH_SEED_CBC_SHA"}, + {0x0098, "TLS_DH_RSA_WITH_SEED_CBC_SHA"}, + {0x0099, "TLS_DHE_DSS_WITH_SEED_CBC_SHA"}, + {0x009A, "TLS_DHE_RSA_WITH_SEED_CBC_SHA"}, + {0x009B, "TLS_DH_anon_WITH_SEED_CBC_SHA"}, + {0x009C, "TLS_RSA_WITH_AES_128_GCM_SHA256"}, + {0x009D, "TLS_RSA_WITH_AES_256_GCM_SHA384"}, + {0x009E, "TLS_DHE_RSA_WITH_AES_128_GCM_SHA256"}, + {0x009F, "TLS_DHE_RSA_WITH_AES_256_GCM_SHA384"}, + {0x00A0, "TLS_DH_RSA_WITH_AES_128_GCM_SHA256"}, + {0x00A1, "TLS_DH_RSA_WITH_AES_256_GCM_SHA384"}, + {0x00A2, "TLS_DHE_DSS_WITH_AES_128_GCM_SHA256"}, + {0x00A3, "TLS_DHE_DSS_WITH_AES_256_GCM_SHA384"}, + {0x00A4, "TLS_DH_DSS_WITH_AES_128_GCM_SHA256"}, + {0x00A5, "TLS_DH_DSS_WITH_AES_256_GCM_SHA384"}, + {0x00A6, "TLS_DH_anon_WITH_AES_128_GCM_SHA256"}, + {0x00A7, "TLS_DH_anon_WITH_AES_256_GCM_SHA384"}, + {0x00A8, "TLS_PSK_WITH_AES_128_GCM_SHA256"}, + {0x00A9, "TLS_PSK_WITH_AES_256_GCM_SHA384"}, + {0x00AA, "TLS_DHE_PSK_WITH_AES_128_GCM_SHA256"}, + {0x00AB, "TLS_DHE_PSK_WITH_AES_256_GCM_SHA384"}, + {0x00AC, "TLS_RSA_PSK_WITH_AES_128_GCM_SHA256"}, + {0x00AD, "TLS_RSA_PSK_WITH_AES_256_GCM_SHA384"}, + {0x00AE, "TLS_PSK_WITH_AES_128_CBC_SHA256"}, + {0x00AF, "TLS_PSK_WITH_AES_256_CBC_SHA384"}, + {0x00B0, "TLS_PSK_WITH_NULL_SHA256"}, + {0x00B1, "TLS_PSK_WITH_NULL_SHA384"}, + {0x00B2, "TLS_DHE_PSK_WITH_AES_128_CBC_SHA256"}, + {0x00B3, "TLS_DHE_PSK_WITH_AES_256_CBC_SHA384"}, + {0x00B4, "TLS_DHE_PSK_WITH_NULL_SHA256"}, + {0x00B5, "TLS_DHE_PSK_WITH_NULL_SHA384"}, + {0x00B6, "TLS_RSA_PSK_WITH_AES_128_CBC_SHA256"}, + {0x00B7, "TLS_RSA_PSK_WITH_AES_256_CBC_SHA384"}, + {0x00B8, "TLS_RSA_PSK_WITH_NULL_SHA256"}, + {0x00B9, "TLS_RSA_PSK_WITH_NULL_SHA384"}, + {0x00BA, "TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256"}, + {0x00BB, "TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256"}, + {0x00BC, "TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256"}, + {0x00BD, "TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256"}, + {0x00BE, "TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256"}, + {0x00BF, "TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA256"}, + {0x00C0, "TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256"}, + {0x00C1, "TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256"}, + {0x00C2, "TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256"}, + {0x00C3, "TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256"}, + {0x00C4, "TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256"}, + {0x00C5, "TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA256"}, + {0x00FF, "TLS_EMPTY_RENEGOTIATION_INFO_SCSV"}, + {0xC001, "TLS_ECDH_ECDSA_WITH_NULL_SHA"}, + {0xC002, "TLS_ECDH_ECDSA_WITH_RC4_128_SHA"}, + {0xC003, "TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA"}, + {0xC004, "TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA"}, + {0xC005, "TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA"}, + {0xC006, "TLS_ECDHE_ECDSA_WITH_NULL_SHA"}, + {0xC007, "TLS_ECDHE_ECDSA_WITH_RC4_128_SHA"}, + {0xC008, "TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA"}, + {0xC009, "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA"}, + {0xC00A, "TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA"}, + {0xC00B, "TLS_ECDH_RSA_WITH_NULL_SHA"}, + {0xC00C, "TLS_ECDH_RSA_WITH_RC4_128_SHA"}, + {0xC00D, "TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA"}, + {0xC00E, "TLS_ECDH_RSA_WITH_AES_128_CBC_SHA"}, + {0xC00F, "TLS_ECDH_RSA_WITH_AES_256_CBC_SHA"}, + {0xC010, "TLS_ECDHE_RSA_WITH_NULL_SHA"}, + {0xC011, "TLS_ECDHE_RSA_WITH_RC4_128_SHA"}, + {0xC012, "TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA"}, + {0xC013, "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA"}, + {0xC014, "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA"}, + {0xC015, "TLS_ECDH_anon_WITH_NULL_SHA"}, + {0xC016, "TLS_ECDH_anon_WITH_RC4_128_SHA"}, + {0xC017, "TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA"}, + {0xC018, "TLS_ECDH_anon_WITH_AES_128_CBC_SHA"}, + {0xC019, "TLS_ECDH_anon_WITH_AES_256_CBC_SHA"}, + {0xC01A, "TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA"}, + {0xC01B, "TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA"}, + {0xC01C, "TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA"}, + {0xC01D, "TLS_SRP_SHA_WITH_AES_128_CBC_SHA"}, + {0xC01E, "TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA"}, + {0xC01F, "TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA"}, + {0xC020, "TLS_SRP_SHA_WITH_AES_256_CBC_SHA"}, + {0xC021, "TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA"}, + {0xC022, "TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA"}, + {0xC023, "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256"}, + {0xC024, "TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384"}, + {0xC025, "TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256"}, + {0xC026, "TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384"}, + {0xC027, "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256"}, + {0xC028, "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384"}, + {0xC029, "TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256"}, + {0xC02A, "TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384"}, + {0xC02B, "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256"}, + {0xC02C, "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384"}, + {0xC02D, "TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256"}, + {0xC02E, "TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384"}, + {0xC02F, "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"}, + {0xC030, "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384"}, + {0xC031, "TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256"}, + {0xC032, "TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384"}, + {0xFEFE, "SSL_RSA_FIPS_WITH_DES_CBC_SHA"}, + {0xFEFF, "SSL_RSA_FIPS_WITH_3DES_EDE_CBC_SHA"}, +}; + +/* Compression methods */ +static ssl_trace_tbl ssl_comp_tbl[] = { + {0x0000, "No Compression"}, + {0x0001, "Zlib Compression"} +}; + +/* Extensions */ +static ssl_trace_tbl ssl_exts_tbl[] = { + {TLSEXT_TYPE_server_name, "server_name"}, + {TLSEXT_TYPE_max_fragment_length, "max_fragment_length"}, + {TLSEXT_TYPE_client_certificate_url, "client_certificate_url"}, + {TLSEXT_TYPE_trusted_ca_keys, "trusted_ca_keys"}, + {TLSEXT_TYPE_truncated_hmac, "truncated_hmac"}, + {TLSEXT_TYPE_status_request, "status_request"}, + {TLSEXT_TYPE_user_mapping, "user_mapping"}, + {TLSEXT_TYPE_client_authz, "client_authz"}, + {TLSEXT_TYPE_server_authz, "server_authz"}, + {TLSEXT_TYPE_cert_type, "cert_type"}, + {TLSEXT_TYPE_elliptic_curves, "elliptic_curves"}, + {TLSEXT_TYPE_ec_point_formats, "ec_point_formats"}, + {TLSEXT_TYPE_srp, "srp"}, + {TLSEXT_TYPE_signature_algorithms, "signature_algorithms"}, + {TLSEXT_TYPE_use_srtp, "use_srtp"}, + {TLSEXT_TYPE_heartbeat, "heartbeat"}, + {TLSEXT_TYPE_session_ticket, "session_ticket"}, +# ifdef TLSEXT_TYPE_opaque_prf_input + {TLSEXT_TYPE_opaque_prf_input, "opaque_prf_input"}, +# endif + {TLSEXT_TYPE_renegotiate, "renegotiate"}, + {TLSEXT_TYPE_next_proto_neg, "next_proto_neg"}, + {TLSEXT_TYPE_padding, "padding"} +}; + +static ssl_trace_tbl ssl_curve_tbl[] = { + {1, "sect163k1 (K-163)"}, + {2, "sect163r1"}, + {3, "sect163r2 (B-163)"}, + {4, "sect193r1"}, + {5, "sect193r2"}, + {6, "sect233k1 (K-233)"}, + {7, "sect233r1 (B-233)"}, + {8, "sect239k1"}, + {9, "sect283k1 (K-283)"}, + {10, "sect283r1 (B-283)"}, + {11, "sect409k1 (K-409)"}, + {12, "sect409r1 (B-409)"}, + {13, "sect571k1 (K-571)"}, + {14, "sect571r1 (B-571)"}, + {15, "secp160k1"}, + {16, "secp160r1"}, + {17, "secp160r2"}, + {18, "secp192k1"}, + {19, "secp192r1 (P-192)"}, + {20, "secp224k1"}, + {21, "secp224r1 (P-224)"}, + {22, "secp256k1"}, + {23, "secp256r1 (P-256)"}, + {24, "secp384r1 (P-384)"}, + {25, "secp521r1 (P-521)"}, + {26, "brainpoolP256r1"}, + {27, "brainpoolP384r1"}, + {28, "brainpoolP512r1"}, + {0xFF01, "arbitrary_explicit_prime_curves"}, + {0xFF02, "arbitrary_explicit_char2_curves"} +}; + +static ssl_trace_tbl ssl_point_tbl[] = { + {0, "uncompressed"}, + {1, "ansiX962_compressed_prime"}, + {2, "ansiX962_compressed_char2"} +}; + +static ssl_trace_tbl ssl_md_tbl[] = { + {0, "none"}, + {1, "md5"}, + {2, "sha1"}, + {3, "sha224"}, + {4, "sha256"}, + {5, "sha384"}, + {6, "sha512"} +}; + +static ssl_trace_tbl ssl_sig_tbl[] = { + {0, "anonymous"}, + {1, "rsa"}, + {2, "dsa"}, + {3, "ecdsa"} +}; + +static ssl_trace_tbl ssl_hb_tbl[] = { + {1, "peer_allowed_to_send"}, + {2, "peer_not_allowed_to_send"} +}; + +static ssl_trace_tbl ssl_hb_type_tbl[] = { + {1, "heartbeat_request"}, + {2, "heartbeat_response"} +}; + +static ssl_trace_tbl ssl_ctype_tbl[] = { + {1, "rsa_sign"}, + {2, "dss_sign"}, + {3, "rsa_fixed_dh"}, + {4, "dss_fixed_dh"}, + {5, "rsa_ephemeral_dh"}, + {6, "dss_ephemeral_dh"}, + {20, "fortezza_dms"}, + {64, "ecdsa_sign"}, + {65, "rsa_fixed_ecdh"}, + {66, "ecdsa_fixed_ecdh"} +}; + +static ssl_trace_tbl ssl_crypto_tbl[] = { + {TLS1_RT_CRYPTO_PREMASTER, "Premaster Secret"}, + {TLS1_RT_CRYPTO_CLIENT_RANDOM, "Client Random"}, + {TLS1_RT_CRYPTO_SERVER_RANDOM, "Server Random"}, + {TLS1_RT_CRYPTO_MASTER, "Master Secret"}, + {TLS1_RT_CRYPTO_MAC | TLS1_RT_CRYPTO_WRITE, "Write Mac Secret"}, + {TLS1_RT_CRYPTO_MAC | TLS1_RT_CRYPTO_READ, "Read Mac Secret"}, + {TLS1_RT_CRYPTO_KEY | TLS1_RT_CRYPTO_WRITE, "Write Key"}, + {TLS1_RT_CRYPTO_KEY | TLS1_RT_CRYPTO_READ, "Read Key"}, + {TLS1_RT_CRYPTO_IV | TLS1_RT_CRYPTO_WRITE, "Write IV"}, + {TLS1_RT_CRYPTO_IV | TLS1_RT_CRYPTO_READ, "Read IV"}, + {TLS1_RT_CRYPTO_FIXED_IV | TLS1_RT_CRYPTO_WRITE, "Write IV (fixed part)"}, + {TLS1_RT_CRYPTO_FIXED_IV | TLS1_RT_CRYPTO_READ, "Read IV (fixed part)"} +}; + +static void ssl_print_hex(BIO *bio, int indent, const char *name, + const unsigned char *msg, size_t msglen) +{ + size_t i; + BIO_indent(bio, indent, 80); + BIO_printf(bio, "%s (len=%d): ", name, (int)msglen); + for (i = 0; i < msglen; i++) + BIO_printf(bio, "%02X", msg[i]); + BIO_puts(bio, "\n"); +} + +static int ssl_print_hexbuf(BIO *bio, int indent, + const char *name, size_t nlen, + const unsigned char **pmsg, size_t *pmsglen) +{ + size_t blen; + const unsigned char *p = *pmsg; + if (*pmsglen < nlen) + return 0; + blen = p[0]; + if (nlen > 1) + blen = (blen << 8) | p[1]; + if (*pmsglen < nlen + blen) + return 0; + p += nlen; + ssl_print_hex(bio, indent, name, p, blen); + *pmsg += blen + nlen; + *pmsglen -= blen + nlen; + return 1; +} + +static int ssl_print_version(BIO *bio, int indent, const char *name, + const unsigned char **pmsg, size_t *pmsglen) +{ + int vers; + if (*pmsglen < 2) + return 0; + vers = ((*pmsg)[0] << 8) | (*pmsg)[1]; + BIO_indent(bio, indent, 80); + BIO_printf(bio, "%s=0x%x (%s)\n", + name, vers, ssl_trace_str(vers, ssl_version_tbl)); + *pmsg += 2; + *pmsglen -= 2; + return 1; +} + +static int ssl_print_random(BIO *bio, int indent, + const unsigned char **pmsg, size_t *pmsglen) +{ + unsigned int tm; + const unsigned char *p = *pmsg; + if (*pmsglen < 32) + return 0; + tm = (p[0] << 24) | (p[1] << 16) | (p[2] << 8) | p[3]; + p += 4; + BIO_indent(bio, indent, 80); + BIO_puts(bio, "Random:\n"); + BIO_indent(bio, indent + 2, 80); + BIO_printf(bio, "gmt_unix_time=0x%08X\n", tm); + ssl_print_hex(bio, indent + 2, "random_bytes", p, 28); + *pmsg += 32; + *pmsglen -= 32; + return 1; +} + +static int ssl_print_signature(BIO *bio, int indent, SSL *s, + const unsigned char **pmsg, size_t *pmsglen) +{ + if (*pmsglen < 2) + return 0; + if (SSL_USE_SIGALGS(s)) { + const unsigned char *p = *pmsg; + BIO_indent(bio, indent, 80); + BIO_printf(bio, "Signature Algorithm %s+%s (%d+%d)\n", + ssl_trace_str(p[0], ssl_md_tbl), + ssl_trace_str(p[1], ssl_sig_tbl), p[0], p[1]); + *pmsg += 2; + *pmsglen -= 2; + } + return ssl_print_hexbuf(bio, indent, "Signature", 2, pmsg, pmsglen); +} + +static int ssl_print_extension(BIO *bio, int indent, int server, int extype, + const unsigned char *ext, size_t extlen) +{ + size_t xlen; + BIO_indent(bio, indent, 80); + BIO_printf(bio, "extension_type=%s(%d), length=%d\n", + ssl_trace_str(extype, ssl_exts_tbl), extype, (int)extlen); + switch (extype) { + case TLSEXT_TYPE_ec_point_formats: + if (extlen < 1) + return 0; + xlen = ext[0]; + if (extlen != xlen + 1) + return 0; + return ssl_trace_list(bio, indent + 2, + ext + 1, xlen, 1, ssl_point_tbl); + + case TLSEXT_TYPE_elliptic_curves: + if (extlen < 2) + return 0; + xlen = (ext[0] << 8) | ext[1]; + if (extlen != xlen + 2) + return 0; + return ssl_trace_list(bio, indent + 2, + ext + 2, xlen, 2, ssl_curve_tbl); + + case TLSEXT_TYPE_signature_algorithms: + + if (extlen < 2) + return 0; + xlen = (ext[0] << 8) | ext[1]; + if (extlen != xlen + 2) + return 0; + if (xlen & 1) + return 0; + ext += 2; + while (xlen > 0) { + BIO_indent(bio, indent + 2, 80); + BIO_printf(bio, "%s+%s (%d+%d)\n", + ssl_trace_str(ext[0], ssl_md_tbl), + ssl_trace_str(ext[1], ssl_sig_tbl), ext[0], ext[1]); + xlen -= 2; + ext += 2; + } + break; + + case TLSEXT_TYPE_renegotiate: + if (extlen < 1) + return 0; + xlen = ext[0]; + if (xlen + 1 != extlen) + return 0; + ext++; + if (xlen) { + if (server) { + if (xlen & 1) + return 0; + xlen >>= 1; + } + ssl_print_hex(bio, indent + 4, "client_verify_data", ext, xlen); + if (server) { + ext += xlen; + ssl_print_hex(bio, indent + 4, + "server_verify_data", ext, xlen); + } + } else { + BIO_indent(bio, indent + 4, 80); + BIO_puts(bio, "\n"); + } + break; + + case TLSEXT_TYPE_heartbeat: + if (extlen != 1) + return 0; + BIO_indent(bio, indent + 2, 80); + BIO_printf(bio, "HeartbeatMode: %s\n", + ssl_trace_str(ext[0], ssl_hb_tbl)); + break; + + case TLSEXT_TYPE_session_ticket: + if (extlen != 0) + ssl_print_hex(bio, indent + 4, "ticket", ext, extlen); + break; + + default: + BIO_dump_indent(bio, (char *)ext, extlen, indent + 2); + } + return 1; +} + +static int ssl_print_extensions(BIO *bio, int indent, int server, + const unsigned char *msg, size_t msglen) +{ + size_t extslen; + BIO_indent(bio, indent, 80); + if (msglen == 0) { + BIO_puts(bio, "No Extensions\n"); + return 1; + } + extslen = (msg[0] << 8) | msg[1]; + if (extslen != msglen - 2) + return 0; + msg += 2; + msglen = extslen; + BIO_printf(bio, "extensions, length = %d\n", (int)msglen); + while (msglen > 0) { + int extype; + size_t extlen; + if (msglen < 4) + return 0; + extype = (msg[0] << 8) | msg[1]; + extlen = (msg[2] << 8) | msg[3]; + if (msglen < extlen + 4) + return 0; + msg += 4; + if (!ssl_print_extension(bio, indent + 2, server, + extype, msg, extlen)) + return 0; + msg += extlen; + msglen -= extlen + 4; + } + return 1; +} + +static int ssl_print_client_hello(BIO *bio, SSL *ssl, int indent, + const unsigned char *msg, size_t msglen) +{ + size_t len; + unsigned int cs; + if (!ssl_print_version(bio, indent, "client_version", &msg, &msglen)) + return 0; + if (!ssl_print_random(bio, indent, &msg, &msglen)) + return 0; + if (!ssl_print_hexbuf(bio, indent, "session_id", 1, &msg, &msglen)) + return 0; + if (SSL_IS_DTLS(ssl)) { + if (!ssl_print_hexbuf(bio, indent, "cookie", 1, &msg, &msglen)) + return 0; + } + if (msglen < 2) + return 0; + len = (msg[0] << 8) | msg[1]; + msg += 2; + msglen -= 2; + BIO_indent(bio, indent, 80); + BIO_printf(bio, "cipher_suites (len=%d)\n", (int)len); + if (msglen < len || len & 1) + return 0; + while (len > 0) { + cs = (msg[0] << 8) | msg[1]; + BIO_indent(bio, indent + 2, 80); + BIO_printf(bio, "{0x%02X, 0x%02X} %s\n", + msg[0], msg[1], ssl_trace_str(cs, ssl_ciphers_tbl)); + msg += 2; + msglen -= 2; + len -= 2; + } + if (msglen < 1) + return 0; + len = msg[0]; + msg++; + msglen--; + if (msglen < len) + return 0; + BIO_indent(bio, indent, 80); + BIO_printf(bio, "compression_methods (len=%d)\n", (int)len); + while (len > 0) { + BIO_indent(bio, indent + 2, 80); + BIO_printf(bio, "%s (0x%02X)\n", + ssl_trace_str(msg[0], ssl_comp_tbl), msg[0]); + msg++; + msglen--; + len--; + } + if (!ssl_print_extensions(bio, indent, 0, msg, msglen)) + return 0; + return 1; +} + +static int dtls_print_hello_vfyrequest(BIO *bio, int indent, + const unsigned char *msg, + size_t msglen) +{ + if (!ssl_print_version(bio, indent, "server_version", &msg, &msglen)) + return 0; + if (!ssl_print_hexbuf(bio, indent, "cookie", 1, &msg, &msglen)) + return 0; + return 1; +} + +static int ssl_print_server_hello(BIO *bio, int indent, + const unsigned char *msg, size_t msglen) +{ + unsigned int cs; + if (!ssl_print_version(bio, indent, "server_version", &msg, &msglen)) + return 0; + if (!ssl_print_random(bio, indent, &msg, &msglen)) + return 0; + if (!ssl_print_hexbuf(bio, indent, "session_id", 1, &msg, &msglen)) + return 0; + if (msglen < 2) + return 0; + cs = (msg[0] << 8) | msg[1]; + BIO_indent(bio, indent, 80); + BIO_printf(bio, "cipher_suite {0x%02X, 0x%02X} %s\n", + msg[0], msg[1], ssl_trace_str(cs, ssl_ciphers_tbl)); + msg += 2; + msglen -= 2; + if (msglen < 1) + return 0; + BIO_indent(bio, indent, 80); + BIO_printf(bio, "compression_method: %s (0x%02X)\n", + ssl_trace_str(msg[0], ssl_comp_tbl), msg[0]); + msg++; + msglen--; + if (!ssl_print_extensions(bio, indent, 1, msg, msglen)) + return 0; + return 1; +} + +static int ssl_get_keyex(const char **pname, SSL *ssl) +{ + unsigned long alg_k = ssl->s3->tmp.new_cipher->algorithm_mkey; + if (alg_k & SSL_kRSA) { + *pname = "rsa"; + return SSL_kRSA; + } + if (alg_k & SSL_kDHr) { + *pname = "dh_rsa"; + return SSL_kDHr; + } + if (alg_k & SSL_kDHd) { + *pname = "dh_dss"; + return SSL_kDHd; + } + if (alg_k & SSL_kKRB5) { + *pname = "krb5"; + return SSL_kKRB5; + } + if (alg_k & SSL_kEDH) { + *pname = "edh"; + return SSL_kEDH; + } + if (alg_k & SSL_kEECDH) { + *pname = "EECDH"; + return SSL_kEECDH; + } + if (alg_k & SSL_kECDHr) { + *pname = "ECDH RSA"; + return SSL_kECDHr; + } + if (alg_k & SSL_kECDHe) { + *pname = "ECDH ECDSA"; + return SSL_kECDHe; + } + if (alg_k & SSL_kPSK) { + *pname = "PSK"; + return SSL_kPSK; + } + if (alg_k & SSL_kSRP) { + *pname = "SRP"; + return SSL_kSRP; + } + if (alg_k & SSL_kGOST) { + *pname = "GOST"; + return SSL_kGOST; + } + *pname = "UNKNOWN"; + return 0; +} + +static int ssl_print_client_keyex(BIO *bio, int indent, SSL *ssl, + const unsigned char *msg, size_t msglen) +{ + const char *algname; + int id; + id = ssl_get_keyex(&algname, ssl); + BIO_indent(bio, indent, 80); + BIO_printf(bio, "KeyExchangeAlgorithm=%s\n", algname); + switch (id) { + + case SSL_kRSA: + if (TLS1_get_version(ssl) == SSL3_VERSION) { + ssl_print_hex(bio, indent + 2, + "EncyptedPreMasterSecret", msg, msglen); + } else { + if (!ssl_print_hexbuf(bio, indent + 2, + "EncyptedPreMasterSecret", 2, + &msg, &msglen)) + return 0; + } + break; + + /* Implicit parameters only allowed for static DH */ + case SSL_kDHd: + case SSL_kDHr: + if (msglen == 0) { + BIO_indent(bio, indent + 2, 80); + BIO_puts(bio, "implicit\n"); + break; + } + case SSL_kEDH: + if (!ssl_print_hexbuf(bio, indent + 2, "dh_Yc", 2, &msg, &msglen)) + return 0; + break; + + case SSL_kECDHr: + case SSL_kECDHe: + if (msglen == 0) { + BIO_indent(bio, indent + 2, 80); + BIO_puts(bio, "implicit\n"); + break; + } + case SSL_kEECDH: + if (!ssl_print_hexbuf(bio, indent + 2, "ecdh_Yc", 1, &msg, &msglen)) + return 0; + break; + } + + return 1; +} + +static int ssl_print_server_keyex(BIO *bio, int indent, SSL *ssl, + const unsigned char *msg, size_t msglen) +{ + const char *algname; + int id; + id = ssl_get_keyex(&algname, ssl); + BIO_indent(bio, indent, 80); + BIO_printf(bio, "KeyExchangeAlgorithm=%s\n", algname); + switch (id) { + /* Should never happen */ + case SSL_kDHd: + case SSL_kDHr: + case SSL_kECDHr: + case SSL_kECDHe: + BIO_indent(bio, indent + 2, 80); + BIO_printf(bio, "Unexpected Message\n"); + break; + + case SSL_kRSA: + + if (!ssl_print_hexbuf(bio, indent + 2, "rsa_modulus", 2, + &msg, &msglen)) + return 0; + if (!ssl_print_hexbuf(bio, indent + 2, "rsa_exponent", 2, + &msg, &msglen)) + return 0; + break; + + case SSL_kEDH: + if (!ssl_print_hexbuf(bio, indent + 2, "dh_p", 2, &msg, &msglen)) + return 0; + if (!ssl_print_hexbuf(bio, indent + 2, "dh_g", 2, &msg, &msglen)) + return 0; + if (!ssl_print_hexbuf(bio, indent + 2, "dh_Ys", 2, &msg, &msglen)) + return 0; + break; + + case SSL_kEECDH: + if (msglen < 1) + return 0; + BIO_indent(bio, indent + 2, 80); + if (msg[0] == EXPLICIT_PRIME_CURVE_TYPE) + BIO_puts(bio, "explicit_prime\n"); + else if (msg[0] == EXPLICIT_CHAR2_CURVE_TYPE) + BIO_puts(bio, "explicit_char2\n"); + else if (msg[0] == NAMED_CURVE_TYPE) { + int curve; + if (msglen < 3) + return 0; + curve = (msg[1] << 8) | msg[2]; + BIO_printf(bio, "named_curve: %s (%d)\n", + ssl_trace_str(curve, ssl_curve_tbl), curve); + msg += 3; + msglen -= 3; + if (!ssl_print_hexbuf(bio, indent + 2, "point", 1, &msg, &msglen)) + return 0; + } + break; + } + return ssl_print_signature(bio, indent, ssl, &msg, &msglen); +} + +static int ssl_print_certificate(BIO *bio, int indent, + const unsigned char **pmsg, size_t *pmsglen) +{ + size_t msglen = *pmsglen; + size_t clen; + X509 *x; + const unsigned char *p = *pmsg, *q; + if (msglen < 3) + return 0; + clen = (p[0] << 16) | (p[1] << 8) | p[2]; + if (msglen < clen + 3) + return 0; + q = p + 3; + BIO_indent(bio, indent, 80); + BIO_printf(bio, "ASN.1Cert, length=%d", (int)clen); + x = d2i_X509(NULL, &q, clen); + if (!x) + BIO_puts(bio, "\n"); + else { + BIO_puts(bio, "\n------details-----\n"); + X509_print_ex(bio, x, XN_FLAG_ONELINE, 0); + PEM_write_bio_X509(bio, x); + /* Print certificate stuff */ + BIO_puts(bio, "------------------\n"); + X509_free(x); + } + if (q != p + 3 + clen) { + BIO_puts(bio, "\n"); + } + *pmsg += clen + 3; + *pmsglen -= clen + 3; + return 1; +} + +static int ssl_print_certificates(BIO *bio, int indent, + const unsigned char *msg, size_t msglen) +{ + size_t clen; + if (msglen < 3) + return 0; + clen = (msg[0] << 16) | (msg[1] << 8) | msg[2]; + if (msglen != clen + 3) + return 0; + msg += 3; + BIO_indent(bio, indent, 80); + BIO_printf(bio, "certificate_list, length=%d\n", (int)clen); + while (clen > 0) { + if (!ssl_print_certificate(bio, indent + 2, &msg, &clen)) + return 0; + } + return 1; +} + +static int ssl_print_cert_request(BIO *bio, int indent, SSL *s, + const unsigned char *msg, size_t msglen) +{ + size_t xlen; + if (msglen < 1) + return 0; + xlen = msg[0]; + if (msglen < xlen + 1) + return 0; + msg++; + BIO_indent(bio, indent, 80); + BIO_printf(bio, "certificate_types (len=%d)\n", (int)xlen); + if (!ssl_trace_list(bio, indent + 2, msg, xlen, 1, ssl_ctype_tbl)) + return 0; + msg += xlen; + msglen -= xlen + 1; + if (!SSL_USE_SIGALGS(s)) + goto skip_sig; + if (msglen < 2) + return 0; + xlen = (msg[0] << 8) | msg[1]; + if (msglen < xlen + 2 || (xlen & 1)) + return 0; + msg += 2; + BIO_indent(bio, indent, 80); + BIO_printf(bio, "signature_algorithms (len=%d)\n", (int)xlen); + while (xlen > 0) { + BIO_indent(bio, indent + 2, 80); + BIO_printf(bio, "%s+%s (%d+%d)\n", + ssl_trace_str(msg[0], ssl_md_tbl), + ssl_trace_str(msg[1], ssl_sig_tbl), msg[0], msg[1]); + xlen -= 2; + msg += 2; + } + msg += xlen; + msglen -= xlen + 2; + + skip_sig: + xlen = (msg[0] << 8) | msg[1]; + BIO_indent(bio, indent, 80); + if (msglen < xlen + 2) + return 0; + msg += 2; + msglen -= 2; + BIO_printf(bio, "certificate_authorities (len=%d)\n", (int)xlen); + while (xlen > 0) { + size_t dlen; + X509_NAME *nm; + const unsigned char *p; + if (xlen < 2) + return 0; + dlen = (msg[0] << 8) | msg[1]; + if (xlen < dlen + 2) + return 0; + msg += 2; + BIO_indent(bio, indent + 2, 80); + BIO_printf(bio, "DistinguishedName (len=%d): ", (int)dlen); + p = msg; + nm = d2i_X509_NAME(NULL, &p, dlen); + if (!nm) { + BIO_puts(bio, "\n"); + } else { + X509_NAME_print_ex(bio, nm, 0, XN_FLAG_ONELINE); + BIO_puts(bio, "\n"); + X509_NAME_free(nm); + } + xlen -= dlen + 2; + msg += dlen; + } + return 1; +} + +static int ssl_print_ticket(BIO *bio, int indent, + const unsigned char *msg, size_t msglen) +{ + unsigned int tick_life; + if (msglen == 0) { + BIO_indent(bio, indent + 2, 80); + BIO_puts(bio, "No Ticket\n"); + return 1; + } + if (msglen < 4) + return 0; + tick_life = (msg[0] << 24) | (msg[1] << 16) | (msg[2] << 8) | msg[3]; + msglen -= 4; + msg += 4; + BIO_indent(bio, indent + 2, 80); + BIO_printf(bio, "ticket_lifetime_hint=%u\n", tick_life); + if (!ssl_print_hexbuf(bio, indent + 2, "ticket", 2, &msg, &msglen)) + return 0; + if (msglen) + return 0; + return 1; +} + +static int ssl_print_handshake(BIO *bio, SSL *ssl, + const unsigned char *msg, size_t msglen, + int indent) +{ + size_t hlen; + unsigned char htype; + if (msglen < 4) + return 0; + htype = msg[0]; + hlen = (msg[1] << 16) | (msg[2] << 8) | msg[3]; + BIO_indent(bio, indent, 80); + BIO_printf(bio, "%s, Length=%d\n", + ssl_trace_str(htype, ssl_handshake_tbl), (int)hlen); + msg += 4; + msglen -= 4; + if (SSL_IS_DTLS(ssl)) { + if (msglen < 8) + return 0; + BIO_indent(bio, indent, 80); + BIO_printf(bio, "message_seq=%d, fragment_offset=%d, " + "fragment_length=%d\n", + (msg[0] << 8) | msg[1], + (msg[2] << 16) | (msg[3] << 8) | msg[4], + (msg[5] << 16) | (msg[6] << 8) | msg[7]); + msg += 8; + msglen -= 8; + } + if (msglen < hlen) + return 0; + switch (htype) { + case SSL3_MT_CLIENT_HELLO: + if (!ssl_print_client_hello(bio, ssl, indent + 2, msg, msglen)) + return 0; + break; + + case DTLS1_MT_HELLO_VERIFY_REQUEST: + if (!dtls_print_hello_vfyrequest(bio, indent + 2, msg, msglen)) + return 0; + break; + + case SSL3_MT_SERVER_HELLO: + if (!ssl_print_server_hello(bio, indent + 2, msg, msglen)) + return 0; + break; + + case SSL3_MT_SERVER_KEY_EXCHANGE: + if (!ssl_print_server_keyex(bio, indent + 2, ssl, msg, msglen)) + return 0; + break; + + case SSL3_MT_CLIENT_KEY_EXCHANGE: + if (!ssl_print_client_keyex(bio, indent + 2, ssl, msg, msglen)) + return 0; + break; + + case SSL3_MT_CERTIFICATE: + if (!ssl_print_certificates(bio, indent + 2, msg, msglen)) + return 0; + break; + + case SSL3_MT_CERTIFICATE_VERIFY: + if (!ssl_print_signature(bio, indent + 2, ssl, &msg, &msglen)) + return 0; + break; + + case SSL3_MT_CERTIFICATE_REQUEST: + if (!ssl_print_cert_request(bio, indent + 2, ssl, msg, msglen)) + return 0; + break; + + case SSL3_MT_FINISHED: + ssl_print_hex(bio, indent + 2, "verify_data", msg, msglen); + break; + + case SSL3_MT_SERVER_DONE: + if (msglen != 0) + ssl_print_hex(bio, indent + 2, "unexpected value", msg, msglen); + break; + + case SSL3_MT_NEWSESSION_TICKET: + if (!ssl_print_ticket(bio, indent + 2, msg, msglen)) + return 0; + break; + + default: + BIO_indent(bio, indent + 2, 80); + BIO_puts(bio, "Unsupported, hex dump follows:\n"); + BIO_dump_indent(bio, (char *)msg, msglen, indent + 4); + } + return 1; +} + +static int ssl_print_heartbeat(BIO *bio, int indent, + const unsigned char *msg, size_t msglen) +{ + if (msglen < 3) + return 0; + BIO_indent(bio, indent, 80); + BIO_printf(bio, "HeartBeatMessageType: %s\n", + ssl_trace_str(msg[0], ssl_hb_type_tbl)); + msg++; + msglen--; + if (!ssl_print_hexbuf(bio, indent, "payload", 2, &msg, &msglen)) + return 0; + ssl_print_hex(bio, indent, "padding", msg, msglen); + return 1; +} + +const char *SSL_CIPHER_standard_name(const SSL_CIPHER *c) +{ + if (c->algorithm_ssl & SSL_SSLV2) + return NULL; + return ssl_trace_str(c->id & 0xFFFF, ssl_ciphers_tbl); +} + +void SSL_trace(int write_p, int version, int content_type, + const void *buf, size_t msglen, SSL *ssl, void *arg) +{ + const unsigned char *msg = buf; + BIO *bio = arg; + + if (write_p == 2) { + BIO_puts(bio, "Session "); + ssl_print_hex(bio, 0, + ssl_trace_str(content_type, ssl_crypto_tbl), + msg, msglen); + return; + } + switch (content_type) { + case SSL3_RT_HEADER: + { + int hvers = msg[1] << 8 | msg[2]; + BIO_puts(bio, write_p ? "Sent" : "Received"); + BIO_printf(bio, " Record\nHeader:\n Version = %s (0x%x)\n", + ssl_trace_str(hvers, ssl_version_tbl), hvers); + if (SSL_IS_DTLS(ssl)) { + BIO_printf(bio, + " epoch=%d, sequence_number=%04x%04x%04x\n", + (msg[3] << 8 | msg[4]), + (msg[5] << 8 | msg[6]), + (msg[7] << 8 | msg[8]), (msg[9] << 8 | msg[10])); +# if 0 + /* + * Just print handshake type so we can see what is going on + * during fragmentation. + */ + BIO_printf(bio, "(%s)\n", + ssl_trace_str(msg[msglen], ssl_handshake_tbl)); +# endif + } + + BIO_printf(bio, " Content Type = %s (%d)\n Length = %d", + ssl_trace_str(msg[0], ssl_content_tbl), msg[0], + msg[msglen - 2] << 8 | msg[msglen - 1]); + } + break; + case SSL3_RT_HANDSHAKE: + if (!ssl_print_handshake(bio, ssl, msg, msglen, 4)) + BIO_printf(bio, "Message length parse error!\n"); + break; + + case SSL3_RT_CHANGE_CIPHER_SPEC: + if (msglen == 1 && msg[0] == 1) + BIO_puts(bio, " change_cipher_spec (1)\n"); + else + ssl_print_hex(bio, 4, "unknown value", msg, msglen); + break; + + case SSL3_RT_ALERT: + if (msglen != 2) + BIO_puts(bio, " Illegal Alert Length\n"); + else { + BIO_printf(bio, " Level=%s(%d), description=%s(%d)\n", + SSL_alert_type_string_long(msg[0] << 8), + msg[0], SSL_alert_desc_string_long(msg[1]), msg[1]); + } + case TLS1_RT_HEARTBEAT: + ssl_print_heartbeat(bio, 4, msg, msglen); + break; + + } + + BIO_puts(bio, "\n"); +} + +#endif diff --git a/openssl/ssl/tls1.h b/openssl/ssl/tls1.h index 6ae887646..5929607ff 100644 --- a/openssl/ssl/tls1.h +++ b/openssl/ssl/tls1.h @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,7 +63,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -111,7 +111,7 @@ /* ==================================================================== * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. * - * Portions of the attached software ("Contribution") are developed by + * Portions of the attached software ("Contribution") are developed by * SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project. * * The Contribution is licensed pursuant to the OpenSSL open source @@ -148,595 +148,664 @@ * OTHERWISE. */ -#ifndef HEADER_TLS1_H -#define HEADER_TLS1_H +#ifndef HEADER_TLS1_H +# define HEADER_TLS1_H -#include +# include #ifdef __cplusplus extern "C" { #endif -#define TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES 0 - -#define TLS1_VERSION 0x0301 -#define TLS1_1_VERSION 0x0302 -#define TLS1_2_VERSION 0x0303 -#define TLS_MAX_VERSION TLS1_2_VERSION - -#define TLS1_VERSION_MAJOR 0x03 -#define TLS1_VERSION_MINOR 0x01 - -#define TLS1_1_VERSION_MAJOR 0x03 -#define TLS1_1_VERSION_MINOR 0x02 - -#define TLS1_2_VERSION_MAJOR 0x03 -#define TLS1_2_VERSION_MINOR 0x03 - -#define TLS1_get_version(s) \ - ((s->version >> 8) == TLS1_VERSION_MAJOR ? s->version : 0) - -#define TLS1_get_client_version(s) \ - ((s->client_version >> 8) == TLS1_VERSION_MAJOR ? s->client_version : 0) - -#define TLS1_AD_DECRYPTION_FAILED 21 -#define TLS1_AD_RECORD_OVERFLOW 22 -#define TLS1_AD_UNKNOWN_CA 48 /* fatal */ -#define TLS1_AD_ACCESS_DENIED 49 /* fatal */ -#define TLS1_AD_DECODE_ERROR 50 /* fatal */ -#define TLS1_AD_DECRYPT_ERROR 51 -#define TLS1_AD_EXPORT_RESTRICTION 60 /* fatal */ -#define TLS1_AD_PROTOCOL_VERSION 70 /* fatal */ -#define TLS1_AD_INSUFFICIENT_SECURITY 71 /* fatal */ -#define TLS1_AD_INTERNAL_ERROR 80 /* fatal */ -#define TLS1_AD_INAPPROPRIATE_FALLBACK 86 /* fatal */ -#define TLS1_AD_USER_CANCELLED 90 -#define TLS1_AD_NO_RENEGOTIATION 100 +# define TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES 0 + +# define TLS1_VERSION 0x0301 +# define TLS1_1_VERSION 0x0302 +# define TLS1_2_VERSION 0x0303 +# define TLS_MAX_VERSION TLS1_2_VERSION + +# define TLS1_VERSION_MAJOR 0x03 +# define TLS1_VERSION_MINOR 0x01 + +# define TLS1_1_VERSION_MAJOR 0x03 +# define TLS1_1_VERSION_MINOR 0x02 + +# define TLS1_2_VERSION_MAJOR 0x03 +# define TLS1_2_VERSION_MINOR 0x03 + +# define TLS1_get_version(s) \ + ((s->version >> 8) == TLS1_VERSION_MAJOR ? s->version : 0) + +# define TLS1_get_client_version(s) \ + ((s->client_version >> 8) == TLS1_VERSION_MAJOR ? s->client_version : 0) + +# define TLS1_AD_DECRYPTION_FAILED 21 +# define TLS1_AD_RECORD_OVERFLOW 22 +# define TLS1_AD_UNKNOWN_CA 48/* fatal */ +# define TLS1_AD_ACCESS_DENIED 49/* fatal */ +# define TLS1_AD_DECODE_ERROR 50/* fatal */ +# define TLS1_AD_DECRYPT_ERROR 51 +# define TLS1_AD_EXPORT_RESTRICTION 60/* fatal */ +# define TLS1_AD_PROTOCOL_VERSION 70/* fatal */ +# define TLS1_AD_INSUFFICIENT_SECURITY 71/* fatal */ +# define TLS1_AD_INTERNAL_ERROR 80/* fatal */ +# define TLS1_AD_INAPPROPRIATE_FALLBACK 86/* fatal */ +# define TLS1_AD_USER_CANCELLED 90 +# define TLS1_AD_NO_RENEGOTIATION 100 /* codes 110-114 are from RFC3546 */ -#define TLS1_AD_UNSUPPORTED_EXTENSION 110 -#define TLS1_AD_CERTIFICATE_UNOBTAINABLE 111 -#define TLS1_AD_UNRECOGNIZED_NAME 112 -#define TLS1_AD_BAD_CERTIFICATE_STATUS_RESPONSE 113 -#define TLS1_AD_BAD_CERTIFICATE_HASH_VALUE 114 -#define TLS1_AD_UNKNOWN_PSK_IDENTITY 115 /* fatal */ +# define TLS1_AD_UNSUPPORTED_EXTENSION 110 +# define TLS1_AD_CERTIFICATE_UNOBTAINABLE 111 +# define TLS1_AD_UNRECOGNIZED_NAME 112 +# define TLS1_AD_BAD_CERTIFICATE_STATUS_RESPONSE 113 +# define TLS1_AD_BAD_CERTIFICATE_HASH_VALUE 114 +# define TLS1_AD_UNKNOWN_PSK_IDENTITY 115/* fatal */ /* ExtensionType values from RFC3546 / RFC4366 / RFC6066 */ -#define TLSEXT_TYPE_server_name 0 -#define TLSEXT_TYPE_max_fragment_length 1 -#define TLSEXT_TYPE_client_certificate_url 2 -#define TLSEXT_TYPE_trusted_ca_keys 3 -#define TLSEXT_TYPE_truncated_hmac 4 -#define TLSEXT_TYPE_status_request 5 +# define TLSEXT_TYPE_server_name 0 +# define TLSEXT_TYPE_max_fragment_length 1 +# define TLSEXT_TYPE_client_certificate_url 2 +# define TLSEXT_TYPE_trusted_ca_keys 3 +# define TLSEXT_TYPE_truncated_hmac 4 +# define TLSEXT_TYPE_status_request 5 /* ExtensionType values from RFC4681 */ -#define TLSEXT_TYPE_user_mapping 6 - +# define TLSEXT_TYPE_user_mapping 6 /* ExtensionType values from RFC5878 */ -#define TLSEXT_TYPE_client_authz 7 -#define TLSEXT_TYPE_server_authz 8 - +# define TLSEXT_TYPE_client_authz 7 +# define TLSEXT_TYPE_server_authz 8 /* ExtensionType values from RFC6091 */ -#define TLSEXT_TYPE_cert_type 9 +# define TLSEXT_TYPE_cert_type 9 /* ExtensionType values from RFC4492 */ -#define TLSEXT_TYPE_elliptic_curves 10 -#define TLSEXT_TYPE_ec_point_formats 11 +# define TLSEXT_TYPE_elliptic_curves 10 +# define TLSEXT_TYPE_ec_point_formats 11 /* ExtensionType value from RFC5054 */ -#define TLSEXT_TYPE_srp 12 +# define TLSEXT_TYPE_srp 12 /* ExtensionType values from RFC5246 */ -#define TLSEXT_TYPE_signature_algorithms 13 +# define TLSEXT_TYPE_signature_algorithms 13 /* ExtensionType value from RFC5764 */ -#define TLSEXT_TYPE_use_srtp 14 +# define TLSEXT_TYPE_use_srtp 14 /* ExtensionType value from RFC5620 */ -#define TLSEXT_TYPE_heartbeat 15 +# define TLSEXT_TYPE_heartbeat 15 + +/* ExtensionType value from draft-ietf-tls-applayerprotoneg-00 */ +# define TLSEXT_TYPE_application_layer_protocol_negotiation 16 -/* ExtensionType value for TLS padding extension. +/* + * ExtensionType value for TLS padding extension. * http://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml * http://tools.ietf.org/html/draft-agl-tls-padding-03 */ -#define TLSEXT_TYPE_padding 21 +# define TLSEXT_TYPE_padding 21 /* ExtensionType value from RFC4507 */ -#define TLSEXT_TYPE_session_ticket 35 +# define TLSEXT_TYPE_session_ticket 35 /* ExtensionType value from draft-rescorla-tls-opaque-prf-input-00.txt */ -#if 0 /* will have to be provided externally for now , - * i.e. build with -DTLSEXT_TYPE_opaque_prf_input=38183 - * using whatever extension number you'd like to try */ -# define TLSEXT_TYPE_opaque_prf_input ?? */ -#endif +# if 0 +/* + * will have to be provided externally for now , + * i.e. build with -DTLSEXT_TYPE_opaque_prf_input=38183 + * using whatever extension number you'd like to try + */ +# define TLSEXT_TYPE_opaque_prf_input ?? +# endif /* Temporary extension type */ -#define TLSEXT_TYPE_renegotiate 0xff01 +# define TLSEXT_TYPE_renegotiate 0xff01 -#ifndef OPENSSL_NO_NEXTPROTONEG +# ifndef OPENSSL_NO_NEXTPROTONEG /* This is not an IANA defined extension number */ -#define TLSEXT_TYPE_next_proto_neg 13172 -#endif +# define TLSEXT_TYPE_next_proto_neg 13172 +# endif /* NameType value from RFC 3546 */ -#define TLSEXT_NAMETYPE_host_name 0 +# define TLSEXT_NAMETYPE_host_name 0 /* status request value from RFC 3546 */ -#define TLSEXT_STATUSTYPE_ocsp 1 +# define TLSEXT_STATUSTYPE_ocsp 1 /* ECPointFormat values from draft-ietf-tls-ecc-12 */ -#define TLSEXT_ECPOINTFORMAT_first 0 -#define TLSEXT_ECPOINTFORMAT_uncompressed 0 -#define TLSEXT_ECPOINTFORMAT_ansiX962_compressed_prime 1 -#define TLSEXT_ECPOINTFORMAT_ansiX962_compressed_char2 2 -#define TLSEXT_ECPOINTFORMAT_last 2 +# define TLSEXT_ECPOINTFORMAT_first 0 +# define TLSEXT_ECPOINTFORMAT_uncompressed 0 +# define TLSEXT_ECPOINTFORMAT_ansiX962_compressed_prime 1 +# define TLSEXT_ECPOINTFORMAT_ansiX962_compressed_char2 2 +# define TLSEXT_ECPOINTFORMAT_last 2 /* Signature and hash algorithms from RFC 5246 */ -#define TLSEXT_signature_anonymous 0 -#define TLSEXT_signature_rsa 1 -#define TLSEXT_signature_dsa 2 -#define TLSEXT_signature_ecdsa 3 +# define TLSEXT_signature_anonymous 0 +# define TLSEXT_signature_rsa 1 +# define TLSEXT_signature_dsa 2 +# define TLSEXT_signature_ecdsa 3 + +/* Total number of different signature algorithms */ +# define TLSEXT_signature_num 4 + +# define TLSEXT_hash_none 0 +# define TLSEXT_hash_md5 1 +# define TLSEXT_hash_sha1 2 +# define TLSEXT_hash_sha224 3 +# define TLSEXT_hash_sha256 4 +# define TLSEXT_hash_sha384 5 +# define TLSEXT_hash_sha512 6 + +/* Total number of different digest algorithms */ + +# define TLSEXT_hash_num 7 + +/* Flag set for unrecognised algorithms */ +# define TLSEXT_nid_unknown 0x1000000 -#define TLSEXT_hash_none 0 -#define TLSEXT_hash_md5 1 -#define TLSEXT_hash_sha1 2 -#define TLSEXT_hash_sha224 3 -#define TLSEXT_hash_sha256 4 -#define TLSEXT_hash_sha384 5 -#define TLSEXT_hash_sha512 6 +/* ECC curves */ -#ifndef OPENSSL_NO_TLSEXT +# define TLSEXT_curve_P_256 23 +# define TLSEXT_curve_P_384 24 -#define TLSEXT_MAXLEN_host_name 255 +# ifndef OPENSSL_NO_TLSEXT + +# define TLSEXT_MAXLEN_host_name 255 const char *SSL_get_servername(const SSL *s, const int type); int SSL_get_servername_type(const SSL *s); -/* SSL_export_keying_material exports a value derived from the master secret, +/* + * SSL_export_keying_material exports a value derived from the master secret, * as specified in RFC 5705. It writes |olen| bytes to |out| given a label and * optional context. (Since a zero length context is allowed, the |use_context| - * flag controls whether a context is included.) - * - * It returns 1 on success and zero otherwise. + * flag controls whether a context is included.) It returns 1 on success and + * zero otherwise. */ int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen, - const char *label, size_t llen, const unsigned char *p, size_t plen, - int use_context); + const char *label, size_t llen, + const unsigned char *p, size_t plen, + int use_context); + +int SSL_get_sigalgs(SSL *s, int idx, + int *psign, int *phash, int *psignandhash, + unsigned char *rsig, unsigned char *rhash); + +int SSL_get_shared_sigalgs(SSL *s, int idx, + int *psign, int *phash, int *psignandhash, + unsigned char *rsig, unsigned char *rhash); + +int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain); -#define SSL_set_tlsext_host_name(s,name) \ +# define SSL_set_tlsext_host_name(s,name) \ SSL_ctrl(s,SSL_CTRL_SET_TLSEXT_HOSTNAME,TLSEXT_NAMETYPE_host_name,(char *)name) -#define SSL_set_tlsext_debug_callback(ssl, cb) \ +# define SSL_set_tlsext_debug_callback(ssl, cb) \ SSL_callback_ctrl(ssl,SSL_CTRL_SET_TLSEXT_DEBUG_CB,(void (*)(void))cb) -#define SSL_set_tlsext_debug_arg(ssl, arg) \ +# define SSL_set_tlsext_debug_arg(ssl, arg) \ SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_DEBUG_ARG,0, (void *)arg) -#define SSL_set_tlsext_status_type(ssl, type) \ +# define SSL_set_tlsext_status_type(ssl, type) \ SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_TYPE,type, NULL) -#define SSL_get_tlsext_status_exts(ssl, arg) \ +# define SSL_get_tlsext_status_exts(ssl, arg) \ SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_EXTS,0, (void *)arg) -#define SSL_set_tlsext_status_exts(ssl, arg) \ +# define SSL_set_tlsext_status_exts(ssl, arg) \ SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_EXTS,0, (void *)arg) -#define SSL_get_tlsext_status_ids(ssl, arg) \ +# define SSL_get_tlsext_status_ids(ssl, arg) \ SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_IDS,0, (void *)arg) -#define SSL_set_tlsext_status_ids(ssl, arg) \ +# define SSL_set_tlsext_status_ids(ssl, arg) \ SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_IDS,0, (void *)arg) -#define SSL_get_tlsext_status_ocsp_resp(ssl, arg) \ +# define SSL_get_tlsext_status_ocsp_resp(ssl, arg) \ SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_OCSP_RESP,0, (void *)arg) -#define SSL_set_tlsext_status_ocsp_resp(ssl, arg, arglen) \ +# define SSL_set_tlsext_status_ocsp_resp(ssl, arg, arglen) \ SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_OCSP_RESP,arglen, (void *)arg) -#define SSL_CTX_set_tlsext_servername_callback(ctx, cb) \ +# define SSL_CTX_set_tlsext_servername_callback(ctx, cb) \ SSL_CTX_callback_ctrl(ctx,SSL_CTRL_SET_TLSEXT_SERVERNAME_CB,(void (*)(void))cb) -#define SSL_TLSEXT_ERR_OK 0 -#define SSL_TLSEXT_ERR_ALERT_WARNING 1 -#define SSL_TLSEXT_ERR_ALERT_FATAL 2 -#define SSL_TLSEXT_ERR_NOACK 3 +# define SSL_TLSEXT_ERR_OK 0 +# define SSL_TLSEXT_ERR_ALERT_WARNING 1 +# define SSL_TLSEXT_ERR_ALERT_FATAL 2 +# define SSL_TLSEXT_ERR_NOACK 3 -#define SSL_CTX_set_tlsext_servername_arg(ctx, arg) \ +# define SSL_CTX_set_tlsext_servername_arg(ctx, arg) \ SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TLSEXT_SERVERNAME_ARG,0, (void *)arg) -#define SSL_CTX_get_tlsext_ticket_keys(ctx, keys, keylen) \ - SSL_CTX_ctrl((ctx),SSL_CTRL_GET_TLSEXT_TICKET_KEYS,(keylen),(keys)) -#define SSL_CTX_set_tlsext_ticket_keys(ctx, keys, keylen) \ - SSL_CTX_ctrl((ctx),SSL_CTRL_SET_TLSEXT_TICKET_KEYS,(keylen),(keys)) +# define SSL_CTX_get_tlsext_ticket_keys(ctx, keys, keylen) \ + SSL_CTX_ctrl((ctx),SSL_CTRL_GET_TLSEXT_TICKET_KEYS,(keylen),(keys)) +# define SSL_CTX_set_tlsext_ticket_keys(ctx, keys, keylen) \ + SSL_CTX_ctrl((ctx),SSL_CTRL_SET_TLSEXT_TICKET_KEYS,(keylen),(keys)) -#define SSL_CTX_set_tlsext_status_cb(ssl, cb) \ +# define SSL_CTX_set_tlsext_status_cb(ssl, cb) \ SSL_CTX_callback_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB,(void (*)(void))cb) -#define SSL_CTX_set_tlsext_status_arg(ssl, arg) \ +# define SSL_CTX_set_tlsext_status_arg(ssl, arg) \ SSL_CTX_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB_ARG,0, (void *)arg) -#define SSL_set_tlsext_opaque_prf_input(s, src, len) \ +# define SSL_set_tlsext_opaque_prf_input(s, src, len) \ SSL_ctrl(s,SSL_CTRL_SET_TLSEXT_OPAQUE_PRF_INPUT, len, src) -#define SSL_CTX_set_tlsext_opaque_prf_input_callback(ctx, cb) \ +# define SSL_CTX_set_tlsext_opaque_prf_input_callback(ctx, cb) \ SSL_CTX_callback_ctrl(ctx,SSL_CTRL_SET_TLSEXT_OPAQUE_PRF_INPUT_CB, (void (*)(void))cb) -#define SSL_CTX_set_tlsext_opaque_prf_input_callback_arg(ctx, arg) \ +# define SSL_CTX_set_tlsext_opaque_prf_input_callback_arg(ctx, arg) \ SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TLSEXT_OPAQUE_PRF_INPUT_CB_ARG, 0, arg) -#define SSL_CTX_set_tlsext_ticket_key_cb(ssl, cb) \ +# define SSL_CTX_set_tlsext_ticket_key_cb(ssl, cb) \ SSL_CTX_callback_ctrl(ssl,SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB,(void (*)(void))cb) -#ifndef OPENSSL_NO_HEARTBEATS -#define SSL_TLSEXT_HB_ENABLED 0x01 -#define SSL_TLSEXT_HB_DONT_SEND_REQUESTS 0x02 -#define SSL_TLSEXT_HB_DONT_RECV_REQUESTS 0x04 +# ifndef OPENSSL_NO_HEARTBEATS +# define SSL_TLSEXT_HB_ENABLED 0x01 +# define SSL_TLSEXT_HB_DONT_SEND_REQUESTS 0x02 +# define SSL_TLSEXT_HB_DONT_RECV_REQUESTS 0x04 -#define SSL_get_tlsext_heartbeat_pending(ssl) \ +# define SSL_get_tlsext_heartbeat_pending(ssl) \ SSL_ctrl((ssl),SSL_CTRL_GET_TLS_EXT_HEARTBEAT_PENDING,0,NULL) -#define SSL_set_tlsext_heartbeat_no_requests(ssl, arg) \ +# define SSL_set_tlsext_heartbeat_no_requests(ssl, arg) \ SSL_ctrl((ssl),SSL_CTRL_SET_TLS_EXT_HEARTBEAT_NO_REQUESTS,arg,NULL) -#endif -#endif +# endif +# endif /* PSK ciphersuites from 4279 */ -#define TLS1_CK_PSK_WITH_RC4_128_SHA 0x0300008A -#define TLS1_CK_PSK_WITH_3DES_EDE_CBC_SHA 0x0300008B -#define TLS1_CK_PSK_WITH_AES_128_CBC_SHA 0x0300008C -#define TLS1_CK_PSK_WITH_AES_256_CBC_SHA 0x0300008D - -/* Additional TLS ciphersuites from expired Internet Draft - * draft-ietf-tls-56-bit-ciphersuites-01.txt - * (available if TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES is defined, see - * s3_lib.c). We actually treat them like SSL 3.0 ciphers, which we probably - * shouldn't. Note that the first two are actually not in the IDs. */ -#define TLS1_CK_RSA_EXPORT1024_WITH_RC4_56_MD5 0x03000060 /* not in ID */ -#define TLS1_CK_RSA_EXPORT1024_WITH_RC2_CBC_56_MD5 0x03000061 /* not in ID */ -#define TLS1_CK_RSA_EXPORT1024_WITH_DES_CBC_SHA 0x03000062 -#define TLS1_CK_DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA 0x03000063 -#define TLS1_CK_RSA_EXPORT1024_WITH_RC4_56_SHA 0x03000064 -#define TLS1_CK_DHE_DSS_EXPORT1024_WITH_RC4_56_SHA 0x03000065 -#define TLS1_CK_DHE_DSS_WITH_RC4_128_SHA 0x03000066 +# define TLS1_CK_PSK_WITH_RC4_128_SHA 0x0300008A +# define TLS1_CK_PSK_WITH_3DES_EDE_CBC_SHA 0x0300008B +# define TLS1_CK_PSK_WITH_AES_128_CBC_SHA 0x0300008C +# define TLS1_CK_PSK_WITH_AES_256_CBC_SHA 0x0300008D + +/* + * Additional TLS ciphersuites from expired Internet Draft + * draft-ietf-tls-56-bit-ciphersuites-01.txt (available if + * TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES is defined, see s3_lib.c). We + * actually treat them like SSL 3.0 ciphers, which we probably shouldn't. + * Note that the first two are actually not in the IDs. + */ +# define TLS1_CK_RSA_EXPORT1024_WITH_RC4_56_MD5 0x03000060/* not in + * ID */ +# define TLS1_CK_RSA_EXPORT1024_WITH_RC2_CBC_56_MD5 0x03000061/* not in + * ID */ +# define TLS1_CK_RSA_EXPORT1024_WITH_DES_CBC_SHA 0x03000062 +# define TLS1_CK_DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA 0x03000063 +# define TLS1_CK_RSA_EXPORT1024_WITH_RC4_56_SHA 0x03000064 +# define TLS1_CK_DHE_DSS_EXPORT1024_WITH_RC4_56_SHA 0x03000065 +# define TLS1_CK_DHE_DSS_WITH_RC4_128_SHA 0x03000066 /* AES ciphersuites from RFC3268 */ -#define TLS1_CK_RSA_WITH_AES_128_SHA 0x0300002F -#define TLS1_CK_DH_DSS_WITH_AES_128_SHA 0x03000030 -#define TLS1_CK_DH_RSA_WITH_AES_128_SHA 0x03000031 -#define TLS1_CK_DHE_DSS_WITH_AES_128_SHA 0x03000032 -#define TLS1_CK_DHE_RSA_WITH_AES_128_SHA 0x03000033 -#define TLS1_CK_ADH_WITH_AES_128_SHA 0x03000034 +# define TLS1_CK_RSA_WITH_AES_128_SHA 0x0300002F +# define TLS1_CK_DH_DSS_WITH_AES_128_SHA 0x03000030 +# define TLS1_CK_DH_RSA_WITH_AES_128_SHA 0x03000031 +# define TLS1_CK_DHE_DSS_WITH_AES_128_SHA 0x03000032 +# define TLS1_CK_DHE_RSA_WITH_AES_128_SHA 0x03000033 +# define TLS1_CK_ADH_WITH_AES_128_SHA 0x03000034 -#define TLS1_CK_RSA_WITH_AES_256_SHA 0x03000035 -#define TLS1_CK_DH_DSS_WITH_AES_256_SHA 0x03000036 -#define TLS1_CK_DH_RSA_WITH_AES_256_SHA 0x03000037 -#define TLS1_CK_DHE_DSS_WITH_AES_256_SHA 0x03000038 -#define TLS1_CK_DHE_RSA_WITH_AES_256_SHA 0x03000039 -#define TLS1_CK_ADH_WITH_AES_256_SHA 0x0300003A +# define TLS1_CK_RSA_WITH_AES_256_SHA 0x03000035 +# define TLS1_CK_DH_DSS_WITH_AES_256_SHA 0x03000036 +# define TLS1_CK_DH_RSA_WITH_AES_256_SHA 0x03000037 +# define TLS1_CK_DHE_DSS_WITH_AES_256_SHA 0x03000038 +# define TLS1_CK_DHE_RSA_WITH_AES_256_SHA 0x03000039 +# define TLS1_CK_ADH_WITH_AES_256_SHA 0x0300003A /* TLS v1.2 ciphersuites */ -#define TLS1_CK_RSA_WITH_NULL_SHA256 0x0300003B -#define TLS1_CK_RSA_WITH_AES_128_SHA256 0x0300003C -#define TLS1_CK_RSA_WITH_AES_256_SHA256 0x0300003D -#define TLS1_CK_DH_DSS_WITH_AES_128_SHA256 0x0300003E -#define TLS1_CK_DH_RSA_WITH_AES_128_SHA256 0x0300003F -#define TLS1_CK_DHE_DSS_WITH_AES_128_SHA256 0x03000040 +# define TLS1_CK_RSA_WITH_NULL_SHA256 0x0300003B +# define TLS1_CK_RSA_WITH_AES_128_SHA256 0x0300003C +# define TLS1_CK_RSA_WITH_AES_256_SHA256 0x0300003D +# define TLS1_CK_DH_DSS_WITH_AES_128_SHA256 0x0300003E +# define TLS1_CK_DH_RSA_WITH_AES_128_SHA256 0x0300003F +# define TLS1_CK_DHE_DSS_WITH_AES_128_SHA256 0x03000040 /* Camellia ciphersuites from RFC4132 */ -#define TLS1_CK_RSA_WITH_CAMELLIA_128_CBC_SHA 0x03000041 -#define TLS1_CK_DH_DSS_WITH_CAMELLIA_128_CBC_SHA 0x03000042 -#define TLS1_CK_DH_RSA_WITH_CAMELLIA_128_CBC_SHA 0x03000043 -#define TLS1_CK_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA 0x03000044 -#define TLS1_CK_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA 0x03000045 -#define TLS1_CK_ADH_WITH_CAMELLIA_128_CBC_SHA 0x03000046 +# define TLS1_CK_RSA_WITH_CAMELLIA_128_CBC_SHA 0x03000041 +# define TLS1_CK_DH_DSS_WITH_CAMELLIA_128_CBC_SHA 0x03000042 +# define TLS1_CK_DH_RSA_WITH_CAMELLIA_128_CBC_SHA 0x03000043 +# define TLS1_CK_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA 0x03000044 +# define TLS1_CK_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA 0x03000045 +# define TLS1_CK_ADH_WITH_CAMELLIA_128_CBC_SHA 0x03000046 /* TLS v1.2 ciphersuites */ -#define TLS1_CK_DHE_RSA_WITH_AES_128_SHA256 0x03000067 -#define TLS1_CK_DH_DSS_WITH_AES_256_SHA256 0x03000068 -#define TLS1_CK_DH_RSA_WITH_AES_256_SHA256 0x03000069 -#define TLS1_CK_DHE_DSS_WITH_AES_256_SHA256 0x0300006A -#define TLS1_CK_DHE_RSA_WITH_AES_256_SHA256 0x0300006B -#define TLS1_CK_ADH_WITH_AES_128_SHA256 0x0300006C -#define TLS1_CK_ADH_WITH_AES_256_SHA256 0x0300006D +# define TLS1_CK_DHE_RSA_WITH_AES_128_SHA256 0x03000067 +# define TLS1_CK_DH_DSS_WITH_AES_256_SHA256 0x03000068 +# define TLS1_CK_DH_RSA_WITH_AES_256_SHA256 0x03000069 +# define TLS1_CK_DHE_DSS_WITH_AES_256_SHA256 0x0300006A +# define TLS1_CK_DHE_RSA_WITH_AES_256_SHA256 0x0300006B +# define TLS1_CK_ADH_WITH_AES_128_SHA256 0x0300006C +# define TLS1_CK_ADH_WITH_AES_256_SHA256 0x0300006D /* Camellia ciphersuites from RFC4132 */ -#define TLS1_CK_RSA_WITH_CAMELLIA_256_CBC_SHA 0x03000084 -#define TLS1_CK_DH_DSS_WITH_CAMELLIA_256_CBC_SHA 0x03000085 -#define TLS1_CK_DH_RSA_WITH_CAMELLIA_256_CBC_SHA 0x03000086 -#define TLS1_CK_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA 0x03000087 -#define TLS1_CK_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA 0x03000088 -#define TLS1_CK_ADH_WITH_CAMELLIA_256_CBC_SHA 0x03000089 +# define TLS1_CK_RSA_WITH_CAMELLIA_256_CBC_SHA 0x03000084 +# define TLS1_CK_DH_DSS_WITH_CAMELLIA_256_CBC_SHA 0x03000085 +# define TLS1_CK_DH_RSA_WITH_CAMELLIA_256_CBC_SHA 0x03000086 +# define TLS1_CK_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA 0x03000087 +# define TLS1_CK_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA 0x03000088 +# define TLS1_CK_ADH_WITH_CAMELLIA_256_CBC_SHA 0x03000089 /* SEED ciphersuites from RFC4162 */ -#define TLS1_CK_RSA_WITH_SEED_SHA 0x03000096 -#define TLS1_CK_DH_DSS_WITH_SEED_SHA 0x03000097 -#define TLS1_CK_DH_RSA_WITH_SEED_SHA 0x03000098 -#define TLS1_CK_DHE_DSS_WITH_SEED_SHA 0x03000099 -#define TLS1_CK_DHE_RSA_WITH_SEED_SHA 0x0300009A -#define TLS1_CK_ADH_WITH_SEED_SHA 0x0300009B +# define TLS1_CK_RSA_WITH_SEED_SHA 0x03000096 +# define TLS1_CK_DH_DSS_WITH_SEED_SHA 0x03000097 +# define TLS1_CK_DH_RSA_WITH_SEED_SHA 0x03000098 +# define TLS1_CK_DHE_DSS_WITH_SEED_SHA 0x03000099 +# define TLS1_CK_DHE_RSA_WITH_SEED_SHA 0x0300009A +# define TLS1_CK_ADH_WITH_SEED_SHA 0x0300009B /* TLS v1.2 GCM ciphersuites from RFC5288 */ -#define TLS1_CK_RSA_WITH_AES_128_GCM_SHA256 0x0300009C -#define TLS1_CK_RSA_WITH_AES_256_GCM_SHA384 0x0300009D -#define TLS1_CK_DHE_RSA_WITH_AES_128_GCM_SHA256 0x0300009E -#define TLS1_CK_DHE_RSA_WITH_AES_256_GCM_SHA384 0x0300009F -#define TLS1_CK_DH_RSA_WITH_AES_128_GCM_SHA256 0x030000A0 -#define TLS1_CK_DH_RSA_WITH_AES_256_GCM_SHA384 0x030000A1 -#define TLS1_CK_DHE_DSS_WITH_AES_128_GCM_SHA256 0x030000A2 -#define TLS1_CK_DHE_DSS_WITH_AES_256_GCM_SHA384 0x030000A3 -#define TLS1_CK_DH_DSS_WITH_AES_128_GCM_SHA256 0x030000A4 -#define TLS1_CK_DH_DSS_WITH_AES_256_GCM_SHA384 0x030000A5 -#define TLS1_CK_ADH_WITH_AES_128_GCM_SHA256 0x030000A6 -#define TLS1_CK_ADH_WITH_AES_256_GCM_SHA384 0x030000A7 - -/* ECC ciphersuites from draft-ietf-tls-ecc-12.txt with changes soon to be in draft 13 */ -#define TLS1_CK_ECDH_ECDSA_WITH_NULL_SHA 0x0300C001 -#define TLS1_CK_ECDH_ECDSA_WITH_RC4_128_SHA 0x0300C002 -#define TLS1_CK_ECDH_ECDSA_WITH_DES_192_CBC3_SHA 0x0300C003 -#define TLS1_CK_ECDH_ECDSA_WITH_AES_128_CBC_SHA 0x0300C004 -#define TLS1_CK_ECDH_ECDSA_WITH_AES_256_CBC_SHA 0x0300C005 - -#define TLS1_CK_ECDHE_ECDSA_WITH_NULL_SHA 0x0300C006 -#define TLS1_CK_ECDHE_ECDSA_WITH_RC4_128_SHA 0x0300C007 -#define TLS1_CK_ECDHE_ECDSA_WITH_DES_192_CBC3_SHA 0x0300C008 -#define TLS1_CK_ECDHE_ECDSA_WITH_AES_128_CBC_SHA 0x0300C009 -#define TLS1_CK_ECDHE_ECDSA_WITH_AES_256_CBC_SHA 0x0300C00A - -#define TLS1_CK_ECDH_RSA_WITH_NULL_SHA 0x0300C00B -#define TLS1_CK_ECDH_RSA_WITH_RC4_128_SHA 0x0300C00C -#define TLS1_CK_ECDH_RSA_WITH_DES_192_CBC3_SHA 0x0300C00D -#define TLS1_CK_ECDH_RSA_WITH_AES_128_CBC_SHA 0x0300C00E -#define TLS1_CK_ECDH_RSA_WITH_AES_256_CBC_SHA 0x0300C00F - -#define TLS1_CK_ECDHE_RSA_WITH_NULL_SHA 0x0300C010 -#define TLS1_CK_ECDHE_RSA_WITH_RC4_128_SHA 0x0300C011 -#define TLS1_CK_ECDHE_RSA_WITH_DES_192_CBC3_SHA 0x0300C012 -#define TLS1_CK_ECDHE_RSA_WITH_AES_128_CBC_SHA 0x0300C013 -#define TLS1_CK_ECDHE_RSA_WITH_AES_256_CBC_SHA 0x0300C014 - -#define TLS1_CK_ECDH_anon_WITH_NULL_SHA 0x0300C015 -#define TLS1_CK_ECDH_anon_WITH_RC4_128_SHA 0x0300C016 -#define TLS1_CK_ECDH_anon_WITH_DES_192_CBC3_SHA 0x0300C017 -#define TLS1_CK_ECDH_anon_WITH_AES_128_CBC_SHA 0x0300C018 -#define TLS1_CK_ECDH_anon_WITH_AES_256_CBC_SHA 0x0300C019 +# define TLS1_CK_RSA_WITH_AES_128_GCM_SHA256 0x0300009C +# define TLS1_CK_RSA_WITH_AES_256_GCM_SHA384 0x0300009D +# define TLS1_CK_DHE_RSA_WITH_AES_128_GCM_SHA256 0x0300009E +# define TLS1_CK_DHE_RSA_WITH_AES_256_GCM_SHA384 0x0300009F +# define TLS1_CK_DH_RSA_WITH_AES_128_GCM_SHA256 0x030000A0 +# define TLS1_CK_DH_RSA_WITH_AES_256_GCM_SHA384 0x030000A1 +# define TLS1_CK_DHE_DSS_WITH_AES_128_GCM_SHA256 0x030000A2 +# define TLS1_CK_DHE_DSS_WITH_AES_256_GCM_SHA384 0x030000A3 +# define TLS1_CK_DH_DSS_WITH_AES_128_GCM_SHA256 0x030000A4 +# define TLS1_CK_DH_DSS_WITH_AES_256_GCM_SHA384 0x030000A5 +# define TLS1_CK_ADH_WITH_AES_128_GCM_SHA256 0x030000A6 +# define TLS1_CK_ADH_WITH_AES_256_GCM_SHA384 0x030000A7 + +/* + * ECC ciphersuites from draft-ietf-tls-ecc-12.txt with changes soon to be in + * draft 13 + */ +# define TLS1_CK_ECDH_ECDSA_WITH_NULL_SHA 0x0300C001 +# define TLS1_CK_ECDH_ECDSA_WITH_RC4_128_SHA 0x0300C002 +# define TLS1_CK_ECDH_ECDSA_WITH_DES_192_CBC3_SHA 0x0300C003 +# define TLS1_CK_ECDH_ECDSA_WITH_AES_128_CBC_SHA 0x0300C004 +# define TLS1_CK_ECDH_ECDSA_WITH_AES_256_CBC_SHA 0x0300C005 + +# define TLS1_CK_ECDHE_ECDSA_WITH_NULL_SHA 0x0300C006 +# define TLS1_CK_ECDHE_ECDSA_WITH_RC4_128_SHA 0x0300C007 +# define TLS1_CK_ECDHE_ECDSA_WITH_DES_192_CBC3_SHA 0x0300C008 +# define TLS1_CK_ECDHE_ECDSA_WITH_AES_128_CBC_SHA 0x0300C009 +# define TLS1_CK_ECDHE_ECDSA_WITH_AES_256_CBC_SHA 0x0300C00A + +# define TLS1_CK_ECDH_RSA_WITH_NULL_SHA 0x0300C00B +# define TLS1_CK_ECDH_RSA_WITH_RC4_128_SHA 0x0300C00C +# define TLS1_CK_ECDH_RSA_WITH_DES_192_CBC3_SHA 0x0300C00D +# define TLS1_CK_ECDH_RSA_WITH_AES_128_CBC_SHA 0x0300C00E +# define TLS1_CK_ECDH_RSA_WITH_AES_256_CBC_SHA 0x0300C00F + +# define TLS1_CK_ECDHE_RSA_WITH_NULL_SHA 0x0300C010 +# define TLS1_CK_ECDHE_RSA_WITH_RC4_128_SHA 0x0300C011 +# define TLS1_CK_ECDHE_RSA_WITH_DES_192_CBC3_SHA 0x0300C012 +# define TLS1_CK_ECDHE_RSA_WITH_AES_128_CBC_SHA 0x0300C013 +# define TLS1_CK_ECDHE_RSA_WITH_AES_256_CBC_SHA 0x0300C014 + +# define TLS1_CK_ECDH_anon_WITH_NULL_SHA 0x0300C015 +# define TLS1_CK_ECDH_anon_WITH_RC4_128_SHA 0x0300C016 +# define TLS1_CK_ECDH_anon_WITH_DES_192_CBC3_SHA 0x0300C017 +# define TLS1_CK_ECDH_anon_WITH_AES_128_CBC_SHA 0x0300C018 +# define TLS1_CK_ECDH_anon_WITH_AES_256_CBC_SHA 0x0300C019 /* SRP ciphersuites from RFC 5054 */ -#define TLS1_CK_SRP_SHA_WITH_3DES_EDE_CBC_SHA 0x0300C01A -#define TLS1_CK_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA 0x0300C01B -#define TLS1_CK_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA 0x0300C01C -#define TLS1_CK_SRP_SHA_WITH_AES_128_CBC_SHA 0x0300C01D -#define TLS1_CK_SRP_SHA_RSA_WITH_AES_128_CBC_SHA 0x0300C01E -#define TLS1_CK_SRP_SHA_DSS_WITH_AES_128_CBC_SHA 0x0300C01F -#define TLS1_CK_SRP_SHA_WITH_AES_256_CBC_SHA 0x0300C020 -#define TLS1_CK_SRP_SHA_RSA_WITH_AES_256_CBC_SHA 0x0300C021 -#define TLS1_CK_SRP_SHA_DSS_WITH_AES_256_CBC_SHA 0x0300C022 +# define TLS1_CK_SRP_SHA_WITH_3DES_EDE_CBC_SHA 0x0300C01A +# define TLS1_CK_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA 0x0300C01B +# define TLS1_CK_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA 0x0300C01C +# define TLS1_CK_SRP_SHA_WITH_AES_128_CBC_SHA 0x0300C01D +# define TLS1_CK_SRP_SHA_RSA_WITH_AES_128_CBC_SHA 0x0300C01E +# define TLS1_CK_SRP_SHA_DSS_WITH_AES_128_CBC_SHA 0x0300C01F +# define TLS1_CK_SRP_SHA_WITH_AES_256_CBC_SHA 0x0300C020 +# define TLS1_CK_SRP_SHA_RSA_WITH_AES_256_CBC_SHA 0x0300C021 +# define TLS1_CK_SRP_SHA_DSS_WITH_AES_256_CBC_SHA 0x0300C022 /* ECDH HMAC based ciphersuites from RFC5289 */ -#define TLS1_CK_ECDHE_ECDSA_WITH_AES_128_SHA256 0x0300C023 -#define TLS1_CK_ECDHE_ECDSA_WITH_AES_256_SHA384 0x0300C024 -#define TLS1_CK_ECDH_ECDSA_WITH_AES_128_SHA256 0x0300C025 -#define TLS1_CK_ECDH_ECDSA_WITH_AES_256_SHA384 0x0300C026 -#define TLS1_CK_ECDHE_RSA_WITH_AES_128_SHA256 0x0300C027 -#define TLS1_CK_ECDHE_RSA_WITH_AES_256_SHA384 0x0300C028 -#define TLS1_CK_ECDH_RSA_WITH_AES_128_SHA256 0x0300C029 -#define TLS1_CK_ECDH_RSA_WITH_AES_256_SHA384 0x0300C02A +# define TLS1_CK_ECDHE_ECDSA_WITH_AES_128_SHA256 0x0300C023 +# define TLS1_CK_ECDHE_ECDSA_WITH_AES_256_SHA384 0x0300C024 +# define TLS1_CK_ECDH_ECDSA_WITH_AES_128_SHA256 0x0300C025 +# define TLS1_CK_ECDH_ECDSA_WITH_AES_256_SHA384 0x0300C026 +# define TLS1_CK_ECDHE_RSA_WITH_AES_128_SHA256 0x0300C027 +# define TLS1_CK_ECDHE_RSA_WITH_AES_256_SHA384 0x0300C028 +# define TLS1_CK_ECDH_RSA_WITH_AES_128_SHA256 0x0300C029 +# define TLS1_CK_ECDH_RSA_WITH_AES_256_SHA384 0x0300C02A /* ECDH GCM based ciphersuites from RFC5289 */ -#define TLS1_CK_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 0x0300C02B -#define TLS1_CK_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 0x0300C02C -#define TLS1_CK_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 0x0300C02D -#define TLS1_CK_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 0x0300C02E -#define TLS1_CK_ECDHE_RSA_WITH_AES_128_GCM_SHA256 0x0300C02F -#define TLS1_CK_ECDHE_RSA_WITH_AES_256_GCM_SHA384 0x0300C030 -#define TLS1_CK_ECDH_RSA_WITH_AES_128_GCM_SHA256 0x0300C031 -#define TLS1_CK_ECDH_RSA_WITH_AES_256_GCM_SHA384 0x0300C032 - -/* XXX - * Inconsistency alert: - * The OpenSSL names of ciphers with ephemeral DH here include the string - * "DHE", while elsewhere it has always been "EDH". - * (The alias for the list of all such ciphers also is "EDH".) - * The specifications speak of "EDH"; maybe we should allow both forms - * for everything. */ -#define TLS1_TXT_RSA_EXPORT1024_WITH_RC4_56_MD5 "EXP1024-RC4-MD5" -#define TLS1_TXT_RSA_EXPORT1024_WITH_RC2_CBC_56_MD5 "EXP1024-RC2-CBC-MD5" -#define TLS1_TXT_RSA_EXPORT1024_WITH_DES_CBC_SHA "EXP1024-DES-CBC-SHA" -#define TLS1_TXT_DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA "EXP1024-DHE-DSS-DES-CBC-SHA" -#define TLS1_TXT_RSA_EXPORT1024_WITH_RC4_56_SHA "EXP1024-RC4-SHA" -#define TLS1_TXT_DHE_DSS_EXPORT1024_WITH_RC4_56_SHA "EXP1024-DHE-DSS-RC4-SHA" -#define TLS1_TXT_DHE_DSS_WITH_RC4_128_SHA "DHE-DSS-RC4-SHA" +# define TLS1_CK_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 0x0300C02B +# define TLS1_CK_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 0x0300C02C +# define TLS1_CK_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 0x0300C02D +# define TLS1_CK_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 0x0300C02E +# define TLS1_CK_ECDHE_RSA_WITH_AES_128_GCM_SHA256 0x0300C02F +# define TLS1_CK_ECDHE_RSA_WITH_AES_256_GCM_SHA384 0x0300C030 +# define TLS1_CK_ECDH_RSA_WITH_AES_128_GCM_SHA256 0x0300C031 +# define TLS1_CK_ECDH_RSA_WITH_AES_256_GCM_SHA384 0x0300C032 + +/* + * XXX * Backward compatibility alert: + * Older versions of OpenSSL gave + * some DHE ciphers names with "EDH" + * instead of "DHE". Going forward, we + * should be using DHE + * everywhere, though we may indefinitely maintain + * aliases for users + * or configurations that used "EDH" + + */ +# define TLS1_TXT_RSA_EXPORT1024_WITH_RC4_56_MD5 "EXP1024-RC4-MD5" +# define TLS1_TXT_RSA_EXPORT1024_WITH_RC2_CBC_56_MD5 "EXP1024-RC2-CBC-MD5" +# define TLS1_TXT_RSA_EXPORT1024_WITH_DES_CBC_SHA "EXP1024-DES-CBC-SHA" +# define TLS1_TXT_DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA "EXP1024-DHE-DSS-DES-CBC-SHA" +# define TLS1_TXT_RSA_EXPORT1024_WITH_RC4_56_SHA "EXP1024-RC4-SHA" +# define TLS1_TXT_DHE_DSS_EXPORT1024_WITH_RC4_56_SHA "EXP1024-DHE-DSS-RC4-SHA" +# define TLS1_TXT_DHE_DSS_WITH_RC4_128_SHA "DHE-DSS-RC4-SHA" /* AES ciphersuites from RFC3268 */ -#define TLS1_TXT_RSA_WITH_AES_128_SHA "AES128-SHA" -#define TLS1_TXT_DH_DSS_WITH_AES_128_SHA "DH-DSS-AES128-SHA" -#define TLS1_TXT_DH_RSA_WITH_AES_128_SHA "DH-RSA-AES128-SHA" -#define TLS1_TXT_DHE_DSS_WITH_AES_128_SHA "DHE-DSS-AES128-SHA" -#define TLS1_TXT_DHE_RSA_WITH_AES_128_SHA "DHE-RSA-AES128-SHA" -#define TLS1_TXT_ADH_WITH_AES_128_SHA "ADH-AES128-SHA" - -#define TLS1_TXT_RSA_WITH_AES_256_SHA "AES256-SHA" -#define TLS1_TXT_DH_DSS_WITH_AES_256_SHA "DH-DSS-AES256-SHA" -#define TLS1_TXT_DH_RSA_WITH_AES_256_SHA "DH-RSA-AES256-SHA" -#define TLS1_TXT_DHE_DSS_WITH_AES_256_SHA "DHE-DSS-AES256-SHA" -#define TLS1_TXT_DHE_RSA_WITH_AES_256_SHA "DHE-RSA-AES256-SHA" -#define TLS1_TXT_ADH_WITH_AES_256_SHA "ADH-AES256-SHA" +# define TLS1_TXT_RSA_WITH_AES_128_SHA "AES128-SHA" +# define TLS1_TXT_DH_DSS_WITH_AES_128_SHA "DH-DSS-AES128-SHA" +# define TLS1_TXT_DH_RSA_WITH_AES_128_SHA "DH-RSA-AES128-SHA" +# define TLS1_TXT_DHE_DSS_WITH_AES_128_SHA "DHE-DSS-AES128-SHA" +# define TLS1_TXT_DHE_RSA_WITH_AES_128_SHA "DHE-RSA-AES128-SHA" +# define TLS1_TXT_ADH_WITH_AES_128_SHA "ADH-AES128-SHA" + +# define TLS1_TXT_RSA_WITH_AES_256_SHA "AES256-SHA" +# define TLS1_TXT_DH_DSS_WITH_AES_256_SHA "DH-DSS-AES256-SHA" +# define TLS1_TXT_DH_RSA_WITH_AES_256_SHA "DH-RSA-AES256-SHA" +# define TLS1_TXT_DHE_DSS_WITH_AES_256_SHA "DHE-DSS-AES256-SHA" +# define TLS1_TXT_DHE_RSA_WITH_AES_256_SHA "DHE-RSA-AES256-SHA" +# define TLS1_TXT_ADH_WITH_AES_256_SHA "ADH-AES256-SHA" /* ECC ciphersuites from draft-ietf-tls-ecc-01.txt (Mar 15, 2001) */ -#define TLS1_TXT_ECDH_ECDSA_WITH_NULL_SHA "ECDH-ECDSA-NULL-SHA" -#define TLS1_TXT_ECDH_ECDSA_WITH_RC4_128_SHA "ECDH-ECDSA-RC4-SHA" -#define TLS1_TXT_ECDH_ECDSA_WITH_DES_192_CBC3_SHA "ECDH-ECDSA-DES-CBC3-SHA" -#define TLS1_TXT_ECDH_ECDSA_WITH_AES_128_CBC_SHA "ECDH-ECDSA-AES128-SHA" -#define TLS1_TXT_ECDH_ECDSA_WITH_AES_256_CBC_SHA "ECDH-ECDSA-AES256-SHA" - -#define TLS1_TXT_ECDHE_ECDSA_WITH_NULL_SHA "ECDHE-ECDSA-NULL-SHA" -#define TLS1_TXT_ECDHE_ECDSA_WITH_RC4_128_SHA "ECDHE-ECDSA-RC4-SHA" -#define TLS1_TXT_ECDHE_ECDSA_WITH_DES_192_CBC3_SHA "ECDHE-ECDSA-DES-CBC3-SHA" -#define TLS1_TXT_ECDHE_ECDSA_WITH_AES_128_CBC_SHA "ECDHE-ECDSA-AES128-SHA" -#define TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_CBC_SHA "ECDHE-ECDSA-AES256-SHA" - -#define TLS1_TXT_ECDH_RSA_WITH_NULL_SHA "ECDH-RSA-NULL-SHA" -#define TLS1_TXT_ECDH_RSA_WITH_RC4_128_SHA "ECDH-RSA-RC4-SHA" -#define TLS1_TXT_ECDH_RSA_WITH_DES_192_CBC3_SHA "ECDH-RSA-DES-CBC3-SHA" -#define TLS1_TXT_ECDH_RSA_WITH_AES_128_CBC_SHA "ECDH-RSA-AES128-SHA" -#define TLS1_TXT_ECDH_RSA_WITH_AES_256_CBC_SHA "ECDH-RSA-AES256-SHA" - -#define TLS1_TXT_ECDHE_RSA_WITH_NULL_SHA "ECDHE-RSA-NULL-SHA" -#define TLS1_TXT_ECDHE_RSA_WITH_RC4_128_SHA "ECDHE-RSA-RC4-SHA" -#define TLS1_TXT_ECDHE_RSA_WITH_DES_192_CBC3_SHA "ECDHE-RSA-DES-CBC3-SHA" -#define TLS1_TXT_ECDHE_RSA_WITH_AES_128_CBC_SHA "ECDHE-RSA-AES128-SHA" -#define TLS1_TXT_ECDHE_RSA_WITH_AES_256_CBC_SHA "ECDHE-RSA-AES256-SHA" - -#define TLS1_TXT_ECDH_anon_WITH_NULL_SHA "AECDH-NULL-SHA" -#define TLS1_TXT_ECDH_anon_WITH_RC4_128_SHA "AECDH-RC4-SHA" -#define TLS1_TXT_ECDH_anon_WITH_DES_192_CBC3_SHA "AECDH-DES-CBC3-SHA" -#define TLS1_TXT_ECDH_anon_WITH_AES_128_CBC_SHA "AECDH-AES128-SHA" -#define TLS1_TXT_ECDH_anon_WITH_AES_256_CBC_SHA "AECDH-AES256-SHA" +# define TLS1_TXT_ECDH_ECDSA_WITH_NULL_SHA "ECDH-ECDSA-NULL-SHA" +# define TLS1_TXT_ECDH_ECDSA_WITH_RC4_128_SHA "ECDH-ECDSA-RC4-SHA" +# define TLS1_TXT_ECDH_ECDSA_WITH_DES_192_CBC3_SHA "ECDH-ECDSA-DES-CBC3-SHA" +# define TLS1_TXT_ECDH_ECDSA_WITH_AES_128_CBC_SHA "ECDH-ECDSA-AES128-SHA" +# define TLS1_TXT_ECDH_ECDSA_WITH_AES_256_CBC_SHA "ECDH-ECDSA-AES256-SHA" + +# define TLS1_TXT_ECDHE_ECDSA_WITH_NULL_SHA "ECDHE-ECDSA-NULL-SHA" +# define TLS1_TXT_ECDHE_ECDSA_WITH_RC4_128_SHA "ECDHE-ECDSA-RC4-SHA" +# define TLS1_TXT_ECDHE_ECDSA_WITH_DES_192_CBC3_SHA "ECDHE-ECDSA-DES-CBC3-SHA" +# define TLS1_TXT_ECDHE_ECDSA_WITH_AES_128_CBC_SHA "ECDHE-ECDSA-AES128-SHA" +# define TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_CBC_SHA "ECDHE-ECDSA-AES256-SHA" + +# define TLS1_TXT_ECDH_RSA_WITH_NULL_SHA "ECDH-RSA-NULL-SHA" +# define TLS1_TXT_ECDH_RSA_WITH_RC4_128_SHA "ECDH-RSA-RC4-SHA" +# define TLS1_TXT_ECDH_RSA_WITH_DES_192_CBC3_SHA "ECDH-RSA-DES-CBC3-SHA" +# define TLS1_TXT_ECDH_RSA_WITH_AES_128_CBC_SHA "ECDH-RSA-AES128-SHA" +# define TLS1_TXT_ECDH_RSA_WITH_AES_256_CBC_SHA "ECDH-RSA-AES256-SHA" + +# define TLS1_TXT_ECDHE_RSA_WITH_NULL_SHA "ECDHE-RSA-NULL-SHA" +# define TLS1_TXT_ECDHE_RSA_WITH_RC4_128_SHA "ECDHE-RSA-RC4-SHA" +# define TLS1_TXT_ECDHE_RSA_WITH_DES_192_CBC3_SHA "ECDHE-RSA-DES-CBC3-SHA" +# define TLS1_TXT_ECDHE_RSA_WITH_AES_128_CBC_SHA "ECDHE-RSA-AES128-SHA" +# define TLS1_TXT_ECDHE_RSA_WITH_AES_256_CBC_SHA "ECDHE-RSA-AES256-SHA" + +# define TLS1_TXT_ECDH_anon_WITH_NULL_SHA "AECDH-NULL-SHA" +# define TLS1_TXT_ECDH_anon_WITH_RC4_128_SHA "AECDH-RC4-SHA" +# define TLS1_TXT_ECDH_anon_WITH_DES_192_CBC3_SHA "AECDH-DES-CBC3-SHA" +# define TLS1_TXT_ECDH_anon_WITH_AES_128_CBC_SHA "AECDH-AES128-SHA" +# define TLS1_TXT_ECDH_anon_WITH_AES_256_CBC_SHA "AECDH-AES256-SHA" /* PSK ciphersuites from RFC 4279 */ -#define TLS1_TXT_PSK_WITH_RC4_128_SHA "PSK-RC4-SHA" -#define TLS1_TXT_PSK_WITH_3DES_EDE_CBC_SHA "PSK-3DES-EDE-CBC-SHA" -#define TLS1_TXT_PSK_WITH_AES_128_CBC_SHA "PSK-AES128-CBC-SHA" -#define TLS1_TXT_PSK_WITH_AES_256_CBC_SHA "PSK-AES256-CBC-SHA" +# define TLS1_TXT_PSK_WITH_RC4_128_SHA "PSK-RC4-SHA" +# define TLS1_TXT_PSK_WITH_3DES_EDE_CBC_SHA "PSK-3DES-EDE-CBC-SHA" +# define TLS1_TXT_PSK_WITH_AES_128_CBC_SHA "PSK-AES128-CBC-SHA" +# define TLS1_TXT_PSK_WITH_AES_256_CBC_SHA "PSK-AES256-CBC-SHA" /* SRP ciphersuite from RFC 5054 */ -#define TLS1_TXT_SRP_SHA_WITH_3DES_EDE_CBC_SHA "SRP-3DES-EDE-CBC-SHA" -#define TLS1_TXT_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA "SRP-RSA-3DES-EDE-CBC-SHA" -#define TLS1_TXT_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA "SRP-DSS-3DES-EDE-CBC-SHA" -#define TLS1_TXT_SRP_SHA_WITH_AES_128_CBC_SHA "SRP-AES-128-CBC-SHA" -#define TLS1_TXT_SRP_SHA_RSA_WITH_AES_128_CBC_SHA "SRP-RSA-AES-128-CBC-SHA" -#define TLS1_TXT_SRP_SHA_DSS_WITH_AES_128_CBC_SHA "SRP-DSS-AES-128-CBC-SHA" -#define TLS1_TXT_SRP_SHA_WITH_AES_256_CBC_SHA "SRP-AES-256-CBC-SHA" -#define TLS1_TXT_SRP_SHA_RSA_WITH_AES_256_CBC_SHA "SRP-RSA-AES-256-CBC-SHA" -#define TLS1_TXT_SRP_SHA_DSS_WITH_AES_256_CBC_SHA "SRP-DSS-AES-256-CBC-SHA" +# define TLS1_TXT_SRP_SHA_WITH_3DES_EDE_CBC_SHA "SRP-3DES-EDE-CBC-SHA" +# define TLS1_TXT_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA "SRP-RSA-3DES-EDE-CBC-SHA" +# define TLS1_TXT_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA "SRP-DSS-3DES-EDE-CBC-SHA" +# define TLS1_TXT_SRP_SHA_WITH_AES_128_CBC_SHA "SRP-AES-128-CBC-SHA" +# define TLS1_TXT_SRP_SHA_RSA_WITH_AES_128_CBC_SHA "SRP-RSA-AES-128-CBC-SHA" +# define TLS1_TXT_SRP_SHA_DSS_WITH_AES_128_CBC_SHA "SRP-DSS-AES-128-CBC-SHA" +# define TLS1_TXT_SRP_SHA_WITH_AES_256_CBC_SHA "SRP-AES-256-CBC-SHA" +# define TLS1_TXT_SRP_SHA_RSA_WITH_AES_256_CBC_SHA "SRP-RSA-AES-256-CBC-SHA" +# define TLS1_TXT_SRP_SHA_DSS_WITH_AES_256_CBC_SHA "SRP-DSS-AES-256-CBC-SHA" /* Camellia ciphersuites from RFC4132 */ -#define TLS1_TXT_RSA_WITH_CAMELLIA_128_CBC_SHA "CAMELLIA128-SHA" -#define TLS1_TXT_DH_DSS_WITH_CAMELLIA_128_CBC_SHA "DH-DSS-CAMELLIA128-SHA" -#define TLS1_TXT_DH_RSA_WITH_CAMELLIA_128_CBC_SHA "DH-RSA-CAMELLIA128-SHA" -#define TLS1_TXT_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA "DHE-DSS-CAMELLIA128-SHA" -#define TLS1_TXT_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA "DHE-RSA-CAMELLIA128-SHA" -#define TLS1_TXT_ADH_WITH_CAMELLIA_128_CBC_SHA "ADH-CAMELLIA128-SHA" - -#define TLS1_TXT_RSA_WITH_CAMELLIA_256_CBC_SHA "CAMELLIA256-SHA" -#define TLS1_TXT_DH_DSS_WITH_CAMELLIA_256_CBC_SHA "DH-DSS-CAMELLIA256-SHA" -#define TLS1_TXT_DH_RSA_WITH_CAMELLIA_256_CBC_SHA "DH-RSA-CAMELLIA256-SHA" -#define TLS1_TXT_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA "DHE-DSS-CAMELLIA256-SHA" -#define TLS1_TXT_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA "DHE-RSA-CAMELLIA256-SHA" -#define TLS1_TXT_ADH_WITH_CAMELLIA_256_CBC_SHA "ADH-CAMELLIA256-SHA" +# define TLS1_TXT_RSA_WITH_CAMELLIA_128_CBC_SHA "CAMELLIA128-SHA" +# define TLS1_TXT_DH_DSS_WITH_CAMELLIA_128_CBC_SHA "DH-DSS-CAMELLIA128-SHA" +# define TLS1_TXT_DH_RSA_WITH_CAMELLIA_128_CBC_SHA "DH-RSA-CAMELLIA128-SHA" +# define TLS1_TXT_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA "DHE-DSS-CAMELLIA128-SHA" +# define TLS1_TXT_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA "DHE-RSA-CAMELLIA128-SHA" +# define TLS1_TXT_ADH_WITH_CAMELLIA_128_CBC_SHA "ADH-CAMELLIA128-SHA" + +# define TLS1_TXT_RSA_WITH_CAMELLIA_256_CBC_SHA "CAMELLIA256-SHA" +# define TLS1_TXT_DH_DSS_WITH_CAMELLIA_256_CBC_SHA "DH-DSS-CAMELLIA256-SHA" +# define TLS1_TXT_DH_RSA_WITH_CAMELLIA_256_CBC_SHA "DH-RSA-CAMELLIA256-SHA" +# define TLS1_TXT_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA "DHE-DSS-CAMELLIA256-SHA" +# define TLS1_TXT_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA "DHE-RSA-CAMELLIA256-SHA" +# define TLS1_TXT_ADH_WITH_CAMELLIA_256_CBC_SHA "ADH-CAMELLIA256-SHA" /* SEED ciphersuites from RFC4162 */ -#define TLS1_TXT_RSA_WITH_SEED_SHA "SEED-SHA" -#define TLS1_TXT_DH_DSS_WITH_SEED_SHA "DH-DSS-SEED-SHA" -#define TLS1_TXT_DH_RSA_WITH_SEED_SHA "DH-RSA-SEED-SHA" -#define TLS1_TXT_DHE_DSS_WITH_SEED_SHA "DHE-DSS-SEED-SHA" -#define TLS1_TXT_DHE_RSA_WITH_SEED_SHA "DHE-RSA-SEED-SHA" -#define TLS1_TXT_ADH_WITH_SEED_SHA "ADH-SEED-SHA" +# define TLS1_TXT_RSA_WITH_SEED_SHA "SEED-SHA" +# define TLS1_TXT_DH_DSS_WITH_SEED_SHA "DH-DSS-SEED-SHA" +# define TLS1_TXT_DH_RSA_WITH_SEED_SHA "DH-RSA-SEED-SHA" +# define TLS1_TXT_DHE_DSS_WITH_SEED_SHA "DHE-DSS-SEED-SHA" +# define TLS1_TXT_DHE_RSA_WITH_SEED_SHA "DHE-RSA-SEED-SHA" +# define TLS1_TXT_ADH_WITH_SEED_SHA "ADH-SEED-SHA" /* TLS v1.2 ciphersuites */ -#define TLS1_TXT_RSA_WITH_NULL_SHA256 "NULL-SHA256" -#define TLS1_TXT_RSA_WITH_AES_128_SHA256 "AES128-SHA256" -#define TLS1_TXT_RSA_WITH_AES_256_SHA256 "AES256-SHA256" -#define TLS1_TXT_DH_DSS_WITH_AES_128_SHA256 "DH-DSS-AES128-SHA256" -#define TLS1_TXT_DH_RSA_WITH_AES_128_SHA256 "DH-RSA-AES128-SHA256" -#define TLS1_TXT_DHE_DSS_WITH_AES_128_SHA256 "DHE-DSS-AES128-SHA256" -#define TLS1_TXT_DHE_RSA_WITH_AES_128_SHA256 "DHE-RSA-AES128-SHA256" -#define TLS1_TXT_DH_DSS_WITH_AES_256_SHA256 "DH-DSS-AES256-SHA256" -#define TLS1_TXT_DH_RSA_WITH_AES_256_SHA256 "DH-RSA-AES256-SHA256" -#define TLS1_TXT_DHE_DSS_WITH_AES_256_SHA256 "DHE-DSS-AES256-SHA256" -#define TLS1_TXT_DHE_RSA_WITH_AES_256_SHA256 "DHE-RSA-AES256-SHA256" -#define TLS1_TXT_ADH_WITH_AES_128_SHA256 "ADH-AES128-SHA256" -#define TLS1_TXT_ADH_WITH_AES_256_SHA256 "ADH-AES256-SHA256" +# define TLS1_TXT_RSA_WITH_NULL_SHA256 "NULL-SHA256" +# define TLS1_TXT_RSA_WITH_AES_128_SHA256 "AES128-SHA256" +# define TLS1_TXT_RSA_WITH_AES_256_SHA256 "AES256-SHA256" +# define TLS1_TXT_DH_DSS_WITH_AES_128_SHA256 "DH-DSS-AES128-SHA256" +# define TLS1_TXT_DH_RSA_WITH_AES_128_SHA256 "DH-RSA-AES128-SHA256" +# define TLS1_TXT_DHE_DSS_WITH_AES_128_SHA256 "DHE-DSS-AES128-SHA256" +# define TLS1_TXT_DHE_RSA_WITH_AES_128_SHA256 "DHE-RSA-AES128-SHA256" +# define TLS1_TXT_DH_DSS_WITH_AES_256_SHA256 "DH-DSS-AES256-SHA256" +# define TLS1_TXT_DH_RSA_WITH_AES_256_SHA256 "DH-RSA-AES256-SHA256" +# define TLS1_TXT_DHE_DSS_WITH_AES_256_SHA256 "DHE-DSS-AES256-SHA256" +# define TLS1_TXT_DHE_RSA_WITH_AES_256_SHA256 "DHE-RSA-AES256-SHA256" +# define TLS1_TXT_ADH_WITH_AES_128_SHA256 "ADH-AES128-SHA256" +# define TLS1_TXT_ADH_WITH_AES_256_SHA256 "ADH-AES256-SHA256" /* TLS v1.2 GCM ciphersuites from RFC5288 */ -#define TLS1_TXT_RSA_WITH_AES_128_GCM_SHA256 "AES128-GCM-SHA256" -#define TLS1_TXT_RSA_WITH_AES_256_GCM_SHA384 "AES256-GCM-SHA384" -#define TLS1_TXT_DHE_RSA_WITH_AES_128_GCM_SHA256 "DHE-RSA-AES128-GCM-SHA256" -#define TLS1_TXT_DHE_RSA_WITH_AES_256_GCM_SHA384 "DHE-RSA-AES256-GCM-SHA384" -#define TLS1_TXT_DH_RSA_WITH_AES_128_GCM_SHA256 "DH-RSA-AES128-GCM-SHA256" -#define TLS1_TXT_DH_RSA_WITH_AES_256_GCM_SHA384 "DH-RSA-AES256-GCM-SHA384" -#define TLS1_TXT_DHE_DSS_WITH_AES_128_GCM_SHA256 "DHE-DSS-AES128-GCM-SHA256" -#define TLS1_TXT_DHE_DSS_WITH_AES_256_GCM_SHA384 "DHE-DSS-AES256-GCM-SHA384" -#define TLS1_TXT_DH_DSS_WITH_AES_128_GCM_SHA256 "DH-DSS-AES128-GCM-SHA256" -#define TLS1_TXT_DH_DSS_WITH_AES_256_GCM_SHA384 "DH-DSS-AES256-GCM-SHA384" -#define TLS1_TXT_ADH_WITH_AES_128_GCM_SHA256 "ADH-AES128-GCM-SHA256" -#define TLS1_TXT_ADH_WITH_AES_256_GCM_SHA384 "ADH-AES256-GCM-SHA384" +# define TLS1_TXT_RSA_WITH_AES_128_GCM_SHA256 "AES128-GCM-SHA256" +# define TLS1_TXT_RSA_WITH_AES_256_GCM_SHA384 "AES256-GCM-SHA384" +# define TLS1_TXT_DHE_RSA_WITH_AES_128_GCM_SHA256 "DHE-RSA-AES128-GCM-SHA256" +# define TLS1_TXT_DHE_RSA_WITH_AES_256_GCM_SHA384 "DHE-RSA-AES256-GCM-SHA384" +# define TLS1_TXT_DH_RSA_WITH_AES_128_GCM_SHA256 "DH-RSA-AES128-GCM-SHA256" +# define TLS1_TXT_DH_RSA_WITH_AES_256_GCM_SHA384 "DH-RSA-AES256-GCM-SHA384" +# define TLS1_TXT_DHE_DSS_WITH_AES_128_GCM_SHA256 "DHE-DSS-AES128-GCM-SHA256" +# define TLS1_TXT_DHE_DSS_WITH_AES_256_GCM_SHA384 "DHE-DSS-AES256-GCM-SHA384" +# define TLS1_TXT_DH_DSS_WITH_AES_128_GCM_SHA256 "DH-DSS-AES128-GCM-SHA256" +# define TLS1_TXT_DH_DSS_WITH_AES_256_GCM_SHA384 "DH-DSS-AES256-GCM-SHA384" +# define TLS1_TXT_ADH_WITH_AES_128_GCM_SHA256 "ADH-AES128-GCM-SHA256" +# define TLS1_TXT_ADH_WITH_AES_256_GCM_SHA384 "ADH-AES256-GCM-SHA384" /* ECDH HMAC based ciphersuites from RFC5289 */ -#define TLS1_TXT_ECDHE_ECDSA_WITH_AES_128_SHA256 "ECDHE-ECDSA-AES128-SHA256" -#define TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_SHA384 "ECDHE-ECDSA-AES256-SHA384" -#define TLS1_TXT_ECDH_ECDSA_WITH_AES_128_SHA256 "ECDH-ECDSA-AES128-SHA256" -#define TLS1_TXT_ECDH_ECDSA_WITH_AES_256_SHA384 "ECDH-ECDSA-AES256-SHA384" -#define TLS1_TXT_ECDHE_RSA_WITH_AES_128_SHA256 "ECDHE-RSA-AES128-SHA256" -#define TLS1_TXT_ECDHE_RSA_WITH_AES_256_SHA384 "ECDHE-RSA-AES256-SHA384" -#define TLS1_TXT_ECDH_RSA_WITH_AES_128_SHA256 "ECDH-RSA-AES128-SHA256" -#define TLS1_TXT_ECDH_RSA_WITH_AES_256_SHA384 "ECDH-RSA-AES256-SHA384" +# define TLS1_TXT_ECDHE_ECDSA_WITH_AES_128_SHA256 "ECDHE-ECDSA-AES128-SHA256" +# define TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_SHA384 "ECDHE-ECDSA-AES256-SHA384" +# define TLS1_TXT_ECDH_ECDSA_WITH_AES_128_SHA256 "ECDH-ECDSA-AES128-SHA256" +# define TLS1_TXT_ECDH_ECDSA_WITH_AES_256_SHA384 "ECDH-ECDSA-AES256-SHA384" +# define TLS1_TXT_ECDHE_RSA_WITH_AES_128_SHA256 "ECDHE-RSA-AES128-SHA256" +# define TLS1_TXT_ECDHE_RSA_WITH_AES_256_SHA384 "ECDHE-RSA-AES256-SHA384" +# define TLS1_TXT_ECDH_RSA_WITH_AES_128_SHA256 "ECDH-RSA-AES128-SHA256" +# define TLS1_TXT_ECDH_RSA_WITH_AES_256_SHA384 "ECDH-RSA-AES256-SHA384" /* ECDH GCM based ciphersuites from RFC5289 */ -#define TLS1_TXT_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 "ECDHE-ECDSA-AES128-GCM-SHA256" -#define TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 "ECDHE-ECDSA-AES256-GCM-SHA384" -#define TLS1_TXT_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 "ECDH-ECDSA-AES128-GCM-SHA256" -#define TLS1_TXT_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 "ECDH-ECDSA-AES256-GCM-SHA384" -#define TLS1_TXT_ECDHE_RSA_WITH_AES_128_GCM_SHA256 "ECDHE-RSA-AES128-GCM-SHA256" -#define TLS1_TXT_ECDHE_RSA_WITH_AES_256_GCM_SHA384 "ECDHE-RSA-AES256-GCM-SHA384" -#define TLS1_TXT_ECDH_RSA_WITH_AES_128_GCM_SHA256 "ECDH-RSA-AES128-GCM-SHA256" -#define TLS1_TXT_ECDH_RSA_WITH_AES_256_GCM_SHA384 "ECDH-RSA-AES256-GCM-SHA384" - -#define TLS_CT_RSA_SIGN 1 -#define TLS_CT_DSS_SIGN 2 -#define TLS_CT_RSA_FIXED_DH 3 -#define TLS_CT_DSS_FIXED_DH 4 -#define TLS_CT_ECDSA_SIGN 64 -#define TLS_CT_RSA_FIXED_ECDH 65 -#define TLS_CT_ECDSA_FIXED_ECDH 66 -#define TLS_CT_GOST94_SIGN 21 -#define TLS_CT_GOST01_SIGN 22 -/* when correcting this number, correct also SSL3_CT_NUMBER in ssl3.h (see - * comment there) */ -#define TLS_CT_NUMBER 9 - -#define TLS1_FINISH_MAC_LENGTH 12 - -#define TLS_MD_MAX_CONST_SIZE 20 -#define TLS_MD_CLIENT_FINISH_CONST "client finished" -#define TLS_MD_CLIENT_FINISH_CONST_SIZE 15 -#define TLS_MD_SERVER_FINISH_CONST "server finished" -#define TLS_MD_SERVER_FINISH_CONST_SIZE 15 -#define TLS_MD_SERVER_WRITE_KEY_CONST "server write key" -#define TLS_MD_SERVER_WRITE_KEY_CONST_SIZE 16 -#define TLS_MD_KEY_EXPANSION_CONST "key expansion" -#define TLS_MD_KEY_EXPANSION_CONST_SIZE 13 -#define TLS_MD_CLIENT_WRITE_KEY_CONST "client write key" -#define TLS_MD_CLIENT_WRITE_KEY_CONST_SIZE 16 -#define TLS_MD_SERVER_WRITE_KEY_CONST "server write key" -#define TLS_MD_SERVER_WRITE_KEY_CONST_SIZE 16 -#define TLS_MD_IV_BLOCK_CONST "IV block" -#define TLS_MD_IV_BLOCK_CONST_SIZE 8 -#define TLS_MD_MASTER_SECRET_CONST "master secret" -#define TLS_MD_MASTER_SECRET_CONST_SIZE 13 - -#ifdef CHARSET_EBCDIC -#undef TLS_MD_CLIENT_FINISH_CONST -#define TLS_MD_CLIENT_FINISH_CONST "\x63\x6c\x69\x65\x6e\x74\x20\x66\x69\x6e\x69\x73\x68\x65\x64" /*client finished*/ -#undef TLS_MD_SERVER_FINISH_CONST -#define TLS_MD_SERVER_FINISH_CONST "\x73\x65\x72\x76\x65\x72\x20\x66\x69\x6e\x69\x73\x68\x65\x64" /*server finished*/ -#undef TLS_MD_SERVER_WRITE_KEY_CONST -#define TLS_MD_SERVER_WRITE_KEY_CONST "\x73\x65\x72\x76\x65\x72\x20\x77\x72\x69\x74\x65\x20\x6b\x65\x79" /*server write key*/ -#undef TLS_MD_KEY_EXPANSION_CONST -#define TLS_MD_KEY_EXPANSION_CONST "\x6b\x65\x79\x20\x65\x78\x70\x61\x6e\x73\x69\x6f\x6e" /*key expansion*/ -#undef TLS_MD_CLIENT_WRITE_KEY_CONST -#define TLS_MD_CLIENT_WRITE_KEY_CONST "\x63\x6c\x69\x65\x6e\x74\x20\x77\x72\x69\x74\x65\x20\x6b\x65\x79" /*client write key*/ -#undef TLS_MD_SERVER_WRITE_KEY_CONST -#define TLS_MD_SERVER_WRITE_KEY_CONST "\x73\x65\x72\x76\x65\x72\x20\x77\x72\x69\x74\x65\x20\x6b\x65\x79" /*server write key*/ -#undef TLS_MD_IV_BLOCK_CONST -#define TLS_MD_IV_BLOCK_CONST "\x49\x56\x20\x62\x6c\x6f\x63\x6b" /*IV block*/ -#undef TLS_MD_MASTER_SECRET_CONST -#define TLS_MD_MASTER_SECRET_CONST "\x6d\x61\x73\x74\x65\x72\x20\x73\x65\x63\x72\x65\x74" /*master secret*/ -#endif +# define TLS1_TXT_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 "ECDHE-ECDSA-AES128-GCM-SHA256" +# define TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 "ECDHE-ECDSA-AES256-GCM-SHA384" +# define TLS1_TXT_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 "ECDH-ECDSA-AES128-GCM-SHA256" +# define TLS1_TXT_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 "ECDH-ECDSA-AES256-GCM-SHA384" +# define TLS1_TXT_ECDHE_RSA_WITH_AES_128_GCM_SHA256 "ECDHE-RSA-AES128-GCM-SHA256" +# define TLS1_TXT_ECDHE_RSA_WITH_AES_256_GCM_SHA384 "ECDHE-RSA-AES256-GCM-SHA384" +# define TLS1_TXT_ECDH_RSA_WITH_AES_128_GCM_SHA256 "ECDH-RSA-AES128-GCM-SHA256" +# define TLS1_TXT_ECDH_RSA_WITH_AES_256_GCM_SHA384 "ECDH-RSA-AES256-GCM-SHA384" + +# define TLS_CT_RSA_SIGN 1 +# define TLS_CT_DSS_SIGN 2 +# define TLS_CT_RSA_FIXED_DH 3 +# define TLS_CT_DSS_FIXED_DH 4 +# define TLS_CT_ECDSA_SIGN 64 +# define TLS_CT_RSA_FIXED_ECDH 65 +# define TLS_CT_ECDSA_FIXED_ECDH 66 +# define TLS_CT_GOST94_SIGN 21 +# define TLS_CT_GOST01_SIGN 22 +/* + * when correcting this number, correct also SSL3_CT_NUMBER in ssl3.h (see + * comment there) + */ +# define TLS_CT_NUMBER 9 + +# define TLS1_FINISH_MAC_LENGTH 12 + +# define TLS_MD_MAX_CONST_SIZE 20 +# define TLS_MD_CLIENT_FINISH_CONST "client finished" +# define TLS_MD_CLIENT_FINISH_CONST_SIZE 15 +# define TLS_MD_SERVER_FINISH_CONST "server finished" +# define TLS_MD_SERVER_FINISH_CONST_SIZE 15 +# define TLS_MD_SERVER_WRITE_KEY_CONST "server write key" +# define TLS_MD_SERVER_WRITE_KEY_CONST_SIZE 16 +# define TLS_MD_KEY_EXPANSION_CONST "key expansion" +# define TLS_MD_KEY_EXPANSION_CONST_SIZE 13 +# define TLS_MD_CLIENT_WRITE_KEY_CONST "client write key" +# define TLS_MD_CLIENT_WRITE_KEY_CONST_SIZE 16 +# define TLS_MD_SERVER_WRITE_KEY_CONST "server write key" +# define TLS_MD_SERVER_WRITE_KEY_CONST_SIZE 16 +# define TLS_MD_IV_BLOCK_CONST "IV block" +# define TLS_MD_IV_BLOCK_CONST_SIZE 8 +# define TLS_MD_MASTER_SECRET_CONST "master secret" +# define TLS_MD_MASTER_SECRET_CONST_SIZE 13 + +# ifdef CHARSET_EBCDIC +# undef TLS_MD_CLIENT_FINISH_CONST +/* + * client finished + */ +# define TLS_MD_CLIENT_FINISH_CONST "\x63\x6c\x69\x65\x6e\x74\x20\x66\x69\x6e\x69\x73\x68\x65\x64" + +# undef TLS_MD_SERVER_FINISH_CONST +/* + * server finished + */ +# define TLS_MD_SERVER_FINISH_CONST "\x73\x65\x72\x76\x65\x72\x20\x66\x69\x6e\x69\x73\x68\x65\x64" + +# undef TLS_MD_SERVER_WRITE_KEY_CONST +/* + * server write key + */ +# define TLS_MD_SERVER_WRITE_KEY_CONST "\x73\x65\x72\x76\x65\x72\x20\x77\x72\x69\x74\x65\x20\x6b\x65\x79" + +# undef TLS_MD_KEY_EXPANSION_CONST +/* + * key expansion + */ +# define TLS_MD_KEY_EXPANSION_CONST "\x6b\x65\x79\x20\x65\x78\x70\x61\x6e\x73\x69\x6f\x6e" + +# undef TLS_MD_CLIENT_WRITE_KEY_CONST +/* + * client write key + */ +# define TLS_MD_CLIENT_WRITE_KEY_CONST "\x63\x6c\x69\x65\x6e\x74\x20\x77\x72\x69\x74\x65\x20\x6b\x65\x79" + +# undef TLS_MD_SERVER_WRITE_KEY_CONST +/* + * server write key + */ +# define TLS_MD_SERVER_WRITE_KEY_CONST "\x73\x65\x72\x76\x65\x72\x20\x77\x72\x69\x74\x65\x20\x6b\x65\x79" + +# undef TLS_MD_IV_BLOCK_CONST +/* + * IV block + */ +# define TLS_MD_IV_BLOCK_CONST "\x49\x56\x20\x62\x6c\x6f\x63\x6b" + +# undef TLS_MD_MASTER_SECRET_CONST +/* + * master secret + */ +# define TLS_MD_MASTER_SECRET_CONST "\x6d\x61\x73\x74\x65\x72\x20\x73\x65\x63\x72\x65\x74" +# endif /* TLS Session Ticket extension struct */ -struct tls_session_ticket_ext_st - { - unsigned short length; - void *data; - }; +struct tls_session_ticket_ext_st { + unsigned short length; + void *data; +}; #ifdef __cplusplus } diff --git a/openssl/ssl/tls_srp.c b/openssl/ssl/tls_srp.c index e7368a8f6..d36cfa0a5 100644 --- a/openssl/ssl/tls_srp.c +++ b/openssl/ssl/tls_srp.c @@ -1,7 +1,8 @@ /* ssl/tls_srp.c */ -/* Written by Christophe Renou (christophe.renou@edelweb.fr) with - * the precious help of Peter Sylvester (peter.sylvester@edelweb.fr) - * for the EdelKey project and contributed to the OpenSSL project 2004. +/* + * Written by Christophe Renou (christophe.renou@edelweb.fr) with the + * precious help of Peter Sylvester (peter.sylvester@edelweb.fr) for the + * EdelKey project and contributed to the OpenSSL project 2004. */ /* ==================================================================== * Copyright (c) 2004-2011 The OpenSSL Project. All rights reserved. @@ -11,7 +12,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -59,475 +60,482 @@ #include "ssl_locl.h" #ifndef OPENSSL_NO_SRP -#include -#include -#include +# include +# include +# include int SSL_CTX_SRP_CTX_free(struct ssl_ctx_st *ctx) - { - if (ctx == NULL) - return 0; - OPENSSL_free(ctx->srp_ctx.login); - BN_free(ctx->srp_ctx.N); - BN_free(ctx->srp_ctx.g); - BN_free(ctx->srp_ctx.s); - BN_free(ctx->srp_ctx.B); - BN_free(ctx->srp_ctx.A); - BN_free(ctx->srp_ctx.a); - BN_free(ctx->srp_ctx.b); - BN_free(ctx->srp_ctx.v); - ctx->srp_ctx.TLS_ext_srp_username_callback = NULL; - ctx->srp_ctx.SRP_cb_arg = NULL; - ctx->srp_ctx.SRP_verify_param_callback = NULL; - ctx->srp_ctx.SRP_give_srp_client_pwd_callback = NULL; - ctx->srp_ctx.N = NULL; - ctx->srp_ctx.g = NULL; - ctx->srp_ctx.s = NULL; - ctx->srp_ctx.B = NULL; - ctx->srp_ctx.A = NULL; - ctx->srp_ctx.a = NULL; - ctx->srp_ctx.b = NULL; - ctx->srp_ctx.v = NULL; - ctx->srp_ctx.login = NULL; - ctx->srp_ctx.info = NULL; - ctx->srp_ctx.strength = SRP_MINIMAL_N; - ctx->srp_ctx.srp_Mask = 0; - return (1); - } +{ + if (ctx == NULL) + return 0; + OPENSSL_free(ctx->srp_ctx.login); + BN_free(ctx->srp_ctx.N); + BN_free(ctx->srp_ctx.g); + BN_free(ctx->srp_ctx.s); + BN_free(ctx->srp_ctx.B); + BN_free(ctx->srp_ctx.A); + BN_free(ctx->srp_ctx.a); + BN_free(ctx->srp_ctx.b); + BN_free(ctx->srp_ctx.v); + ctx->srp_ctx.TLS_ext_srp_username_callback = NULL; + ctx->srp_ctx.SRP_cb_arg = NULL; + ctx->srp_ctx.SRP_verify_param_callback = NULL; + ctx->srp_ctx.SRP_give_srp_client_pwd_callback = NULL; + ctx->srp_ctx.N = NULL; + ctx->srp_ctx.g = NULL; + ctx->srp_ctx.s = NULL; + ctx->srp_ctx.B = NULL; + ctx->srp_ctx.A = NULL; + ctx->srp_ctx.a = NULL; + ctx->srp_ctx.b = NULL; + ctx->srp_ctx.v = NULL; + ctx->srp_ctx.login = NULL; + ctx->srp_ctx.info = NULL; + ctx->srp_ctx.strength = SRP_MINIMAL_N; + ctx->srp_ctx.srp_Mask = 0; + return (1); +} int SSL_SRP_CTX_free(struct ssl_st *s) - { - if (s == NULL) - return 0; - OPENSSL_free(s->srp_ctx.login); - BN_free(s->srp_ctx.N); - BN_free(s->srp_ctx.g); - BN_free(s->srp_ctx.s); - BN_free(s->srp_ctx.B); - BN_free(s->srp_ctx.A); - BN_free(s->srp_ctx.a); - BN_free(s->srp_ctx.b); - BN_free(s->srp_ctx.v); - s->srp_ctx.TLS_ext_srp_username_callback = NULL; - s->srp_ctx.SRP_cb_arg = NULL; - s->srp_ctx.SRP_verify_param_callback = NULL; - s->srp_ctx.SRP_give_srp_client_pwd_callback = NULL; - s->srp_ctx.N = NULL; - s->srp_ctx.g = NULL; - s->srp_ctx.s = NULL; - s->srp_ctx.B = NULL; - s->srp_ctx.A = NULL; - s->srp_ctx.a = NULL; - s->srp_ctx.b = NULL; - s->srp_ctx.v = NULL; - s->srp_ctx.login = NULL; - s->srp_ctx.info = NULL; - s->srp_ctx.strength = SRP_MINIMAL_N; - s->srp_ctx.srp_Mask = 0; - return (1); - } +{ + if (s == NULL) + return 0; + OPENSSL_free(s->srp_ctx.login); + BN_free(s->srp_ctx.N); + BN_free(s->srp_ctx.g); + BN_free(s->srp_ctx.s); + BN_free(s->srp_ctx.B); + BN_free(s->srp_ctx.A); + BN_free(s->srp_ctx.a); + BN_free(s->srp_ctx.b); + BN_free(s->srp_ctx.v); + s->srp_ctx.TLS_ext_srp_username_callback = NULL; + s->srp_ctx.SRP_cb_arg = NULL; + s->srp_ctx.SRP_verify_param_callback = NULL; + s->srp_ctx.SRP_give_srp_client_pwd_callback = NULL; + s->srp_ctx.N = NULL; + s->srp_ctx.g = NULL; + s->srp_ctx.s = NULL; + s->srp_ctx.B = NULL; + s->srp_ctx.A = NULL; + s->srp_ctx.a = NULL; + s->srp_ctx.b = NULL; + s->srp_ctx.v = NULL; + s->srp_ctx.login = NULL; + s->srp_ctx.info = NULL; + s->srp_ctx.strength = SRP_MINIMAL_N; + s->srp_ctx.srp_Mask = 0; + return (1); +} int SSL_SRP_CTX_init(struct ssl_st *s) - { - SSL_CTX *ctx; - - if ((s == NULL) || ((ctx = s->ctx) == NULL)) - return 0; - s->srp_ctx.SRP_cb_arg = ctx->srp_ctx.SRP_cb_arg; - /* set client Hello login callback */ - s->srp_ctx.TLS_ext_srp_username_callback = ctx->srp_ctx.TLS_ext_srp_username_callback; - /* set SRP N/g param callback for verification */ - s->srp_ctx.SRP_verify_param_callback = ctx->srp_ctx.SRP_verify_param_callback; - /* set SRP client passwd callback */ - s->srp_ctx.SRP_give_srp_client_pwd_callback = ctx->srp_ctx.SRP_give_srp_client_pwd_callback; - - s->srp_ctx.N = NULL; - s->srp_ctx.g = NULL; - s->srp_ctx.s = NULL; - s->srp_ctx.B = NULL; - s->srp_ctx.A = NULL; - s->srp_ctx.a = NULL; - s->srp_ctx.b = NULL; - s->srp_ctx.v = NULL; - s->srp_ctx.login = NULL; - s->srp_ctx.info = ctx->srp_ctx.info; - s->srp_ctx.strength = ctx->srp_ctx.strength; - - if (((ctx->srp_ctx.N != NULL) && - ((s->srp_ctx.N = BN_dup(ctx->srp_ctx.N)) == NULL)) || - ((ctx->srp_ctx.g != NULL) && - ((s->srp_ctx.g = BN_dup(ctx->srp_ctx.g)) == NULL)) || - ((ctx->srp_ctx.s != NULL) && - ((s->srp_ctx.s = BN_dup(ctx->srp_ctx.s)) == NULL)) || - ((ctx->srp_ctx.B != NULL) && - ((s->srp_ctx.B = BN_dup(ctx->srp_ctx.B)) == NULL)) || - ((ctx->srp_ctx.A != NULL) && - ((s->srp_ctx.A = BN_dup(ctx->srp_ctx.A)) == NULL)) || - ((ctx->srp_ctx.a != NULL) && - ((s->srp_ctx.a = BN_dup(ctx->srp_ctx.a)) == NULL)) || - ((ctx->srp_ctx.v != NULL) && - ((s->srp_ctx.v = BN_dup(ctx->srp_ctx.v)) == NULL)) || - ((ctx->srp_ctx.b != NULL) && - ((s->srp_ctx.b = BN_dup(ctx->srp_ctx.b)) == NULL))) - { - SSLerr(SSL_F_SSL_SRP_CTX_INIT,ERR_R_BN_LIB); - goto err; - } - if ((ctx->srp_ctx.login != NULL) && - ((s->srp_ctx.login = BUF_strdup(ctx->srp_ctx.login)) == NULL)) - { - SSLerr(SSL_F_SSL_SRP_CTX_INIT,ERR_R_INTERNAL_ERROR); - goto err; - } - s->srp_ctx.srp_Mask = ctx->srp_ctx.srp_Mask; - - return (1); -err: - OPENSSL_free(s->srp_ctx.login); - BN_free(s->srp_ctx.N); - BN_free(s->srp_ctx.g); - BN_free(s->srp_ctx.s); - BN_free(s->srp_ctx.B); - BN_free(s->srp_ctx.A); - BN_free(s->srp_ctx.a); - BN_free(s->srp_ctx.b); - BN_free(s->srp_ctx.v); - return (0); - } +{ + SSL_CTX *ctx; + + if ((s == NULL) || ((ctx = s->ctx) == NULL)) + return 0; + s->srp_ctx.SRP_cb_arg = ctx->srp_ctx.SRP_cb_arg; + /* set client Hello login callback */ + s->srp_ctx.TLS_ext_srp_username_callback = + ctx->srp_ctx.TLS_ext_srp_username_callback; + /* set SRP N/g param callback for verification */ + s->srp_ctx.SRP_verify_param_callback = + ctx->srp_ctx.SRP_verify_param_callback; + /* set SRP client passwd callback */ + s->srp_ctx.SRP_give_srp_client_pwd_callback = + ctx->srp_ctx.SRP_give_srp_client_pwd_callback; + + s->srp_ctx.N = NULL; + s->srp_ctx.g = NULL; + s->srp_ctx.s = NULL; + s->srp_ctx.B = NULL; + s->srp_ctx.A = NULL; + s->srp_ctx.a = NULL; + s->srp_ctx.b = NULL; + s->srp_ctx.v = NULL; + s->srp_ctx.login = NULL; + s->srp_ctx.info = ctx->srp_ctx.info; + s->srp_ctx.strength = ctx->srp_ctx.strength; + + if (((ctx->srp_ctx.N != NULL) && + ((s->srp_ctx.N = BN_dup(ctx->srp_ctx.N)) == NULL)) || + ((ctx->srp_ctx.g != NULL) && + ((s->srp_ctx.g = BN_dup(ctx->srp_ctx.g)) == NULL)) || + ((ctx->srp_ctx.s != NULL) && + ((s->srp_ctx.s = BN_dup(ctx->srp_ctx.s)) == NULL)) || + ((ctx->srp_ctx.B != NULL) && + ((s->srp_ctx.B = BN_dup(ctx->srp_ctx.B)) == NULL)) || + ((ctx->srp_ctx.A != NULL) && + ((s->srp_ctx.A = BN_dup(ctx->srp_ctx.A)) == NULL)) || + ((ctx->srp_ctx.a != NULL) && + ((s->srp_ctx.a = BN_dup(ctx->srp_ctx.a)) == NULL)) || + ((ctx->srp_ctx.v != NULL) && + ((s->srp_ctx.v = BN_dup(ctx->srp_ctx.v)) == NULL)) || + ((ctx->srp_ctx.b != NULL) && + ((s->srp_ctx.b = BN_dup(ctx->srp_ctx.b)) == NULL))) { + SSLerr(SSL_F_SSL_SRP_CTX_INIT, ERR_R_BN_LIB); + goto err; + } + if ((ctx->srp_ctx.login != NULL) && + ((s->srp_ctx.login = BUF_strdup(ctx->srp_ctx.login)) == NULL)) { + SSLerr(SSL_F_SSL_SRP_CTX_INIT, ERR_R_INTERNAL_ERROR); + goto err; + } + s->srp_ctx.srp_Mask = ctx->srp_ctx.srp_Mask; + + return (1); + err: + OPENSSL_free(s->srp_ctx.login); + BN_free(s->srp_ctx.N); + BN_free(s->srp_ctx.g); + BN_free(s->srp_ctx.s); + BN_free(s->srp_ctx.B); + BN_free(s->srp_ctx.A); + BN_free(s->srp_ctx.a); + BN_free(s->srp_ctx.b); + BN_free(s->srp_ctx.v); + return (0); +} int SSL_CTX_SRP_CTX_init(struct ssl_ctx_st *ctx) - { - if (ctx == NULL) - return 0; - - ctx->srp_ctx.SRP_cb_arg = NULL; - /* set client Hello login callback */ - ctx->srp_ctx.TLS_ext_srp_username_callback = NULL; - /* set SRP N/g param callback for verification */ - ctx->srp_ctx.SRP_verify_param_callback = NULL; - /* set SRP client passwd callback */ - ctx->srp_ctx.SRP_give_srp_client_pwd_callback = NULL; - - ctx->srp_ctx.N = NULL; - ctx->srp_ctx.g = NULL; - ctx->srp_ctx.s = NULL; - ctx->srp_ctx.B = NULL; - ctx->srp_ctx.A = NULL; - ctx->srp_ctx.a = NULL; - ctx->srp_ctx.b = NULL; - ctx->srp_ctx.v = NULL; - ctx->srp_ctx.login = NULL; - ctx->srp_ctx.srp_Mask = 0; - ctx->srp_ctx.info = NULL; - ctx->srp_ctx.strength = SRP_MINIMAL_N; - - return (1); - } +{ + if (ctx == NULL) + return 0; + + ctx->srp_ctx.SRP_cb_arg = NULL; + /* set client Hello login callback */ + ctx->srp_ctx.TLS_ext_srp_username_callback = NULL; + /* set SRP N/g param callback for verification */ + ctx->srp_ctx.SRP_verify_param_callback = NULL; + /* set SRP client passwd callback */ + ctx->srp_ctx.SRP_give_srp_client_pwd_callback = NULL; + + ctx->srp_ctx.N = NULL; + ctx->srp_ctx.g = NULL; + ctx->srp_ctx.s = NULL; + ctx->srp_ctx.B = NULL; + ctx->srp_ctx.A = NULL; + ctx->srp_ctx.a = NULL; + ctx->srp_ctx.b = NULL; + ctx->srp_ctx.v = NULL; + ctx->srp_ctx.login = NULL; + ctx->srp_ctx.srp_Mask = 0; + ctx->srp_ctx.info = NULL; + ctx->srp_ctx.strength = SRP_MINIMAL_N; + + return (1); +} /* server side */ int SSL_srp_server_param_with_username(SSL *s, int *ad) - { - unsigned char b[SSL_MAX_MASTER_KEY_LENGTH]; - int al; - - *ad = SSL_AD_UNKNOWN_PSK_IDENTITY; - if ((s->srp_ctx.TLS_ext_srp_username_callback !=NULL) && - ((al = s->srp_ctx.TLS_ext_srp_username_callback(s, ad, s->srp_ctx.SRP_cb_arg))!=SSL_ERROR_NONE)) - return al; - - *ad = SSL_AD_INTERNAL_ERROR; - if ((s->srp_ctx.N == NULL) || - (s->srp_ctx.g == NULL) || - (s->srp_ctx.s == NULL) || - (s->srp_ctx.v == NULL)) - return SSL3_AL_FATAL; - - if (RAND_bytes(b, sizeof(b)) <= 0) - return SSL3_AL_FATAL; - s->srp_ctx.b = BN_bin2bn(b,sizeof(b),NULL); - OPENSSL_cleanse(b,sizeof(b)); - - /* Calculate: B = (kv + g^b) % N */ - - return ((s->srp_ctx.B = SRP_Calc_B(s->srp_ctx.b, s->srp_ctx.N, s->srp_ctx.g, s->srp_ctx.v)) != NULL)? - SSL_ERROR_NONE:SSL3_AL_FATAL; - } - -/* If the server just has the raw password, make up a verifier entry on the fly */ -int SSL_set_srp_server_param_pw(SSL *s, const char *user, const char *pass, const char *grp) - { - SRP_gN *GN = SRP_get_default_gN(grp); - if(GN == NULL) return -1; - s->srp_ctx.N = BN_dup(GN->N); - s->srp_ctx.g = BN_dup(GN->g); - if(s->srp_ctx.v != NULL) - { - BN_clear_free(s->srp_ctx.v); - s->srp_ctx.v = NULL; - } - if(s->srp_ctx.s != NULL) - { - BN_clear_free(s->srp_ctx.s); - s->srp_ctx.s = NULL; - } - if(!SRP_create_verifier_BN(user, pass, &s->srp_ctx.s, &s->srp_ctx.v, GN->N, GN->g)) return -1; - - return 1; - } +{ + unsigned char b[SSL_MAX_MASTER_KEY_LENGTH]; + int al; + + *ad = SSL_AD_UNKNOWN_PSK_IDENTITY; + if ((s->srp_ctx.TLS_ext_srp_username_callback != NULL) && + ((al = + s->srp_ctx.TLS_ext_srp_username_callback(s, ad, + s->srp_ctx.SRP_cb_arg)) != + SSL_ERROR_NONE)) + return al; + + *ad = SSL_AD_INTERNAL_ERROR; + if ((s->srp_ctx.N == NULL) || + (s->srp_ctx.g == NULL) || + (s->srp_ctx.s == NULL) || (s->srp_ctx.v == NULL)) + return SSL3_AL_FATAL; + + if (RAND_bytes(b, sizeof(b)) <= 0) + return SSL3_AL_FATAL; + s->srp_ctx.b = BN_bin2bn(b, sizeof(b), NULL); + OPENSSL_cleanse(b, sizeof(b)); + + /* Calculate: B = (kv + g^b) % N */ + + return ((s->srp_ctx.B = + SRP_Calc_B(s->srp_ctx.b, s->srp_ctx.N, s->srp_ctx.g, + s->srp_ctx.v)) != + NULL) ? SSL_ERROR_NONE : SSL3_AL_FATAL; +} + +/* + * If the server just has the raw password, make up a verifier entry on the + * fly + */ +int SSL_set_srp_server_param_pw(SSL *s, const char *user, const char *pass, + const char *grp) +{ + SRP_gN *GN = SRP_get_default_gN(grp); + if (GN == NULL) + return -1; + s->srp_ctx.N = BN_dup(GN->N); + s->srp_ctx.g = BN_dup(GN->g); + if (s->srp_ctx.v != NULL) { + BN_clear_free(s->srp_ctx.v); + s->srp_ctx.v = NULL; + } + if (s->srp_ctx.s != NULL) { + BN_clear_free(s->srp_ctx.s); + s->srp_ctx.s = NULL; + } + if (!SRP_create_verifier_BN + (user, pass, &s->srp_ctx.s, &s->srp_ctx.v, GN->N, GN->g)) + return -1; + + return 1; +} int SSL_set_srp_server_param(SSL *s, const BIGNUM *N, const BIGNUM *g, - BIGNUM *sa, BIGNUM *v, char *info) - { - if (N!= NULL) - { - if (s->srp_ctx.N != NULL) - { - if (!BN_copy(s->srp_ctx.N,N)) - { - BN_free(s->srp_ctx.N); - s->srp_ctx.N = NULL; - } - } - else - s->srp_ctx.N = BN_dup(N); - } - if (g!= NULL) - { - if (s->srp_ctx.g != NULL) - { - if (!BN_copy(s->srp_ctx.g,g)) - { - BN_free(s->srp_ctx.g); - s->srp_ctx.g = NULL; - } - } - else - s->srp_ctx.g = BN_dup(g); - } - if (sa!= NULL) - { - if (s->srp_ctx.s != NULL) - { - if (!BN_copy(s->srp_ctx.s,sa)) - { - BN_free(s->srp_ctx.s); - s->srp_ctx.s = NULL; - } - } - else - s->srp_ctx.s = BN_dup(sa); - } - if (v!= NULL) - { - if (s->srp_ctx.v != NULL) - { - if (!BN_copy(s->srp_ctx.v,v)) - { - BN_free(s->srp_ctx.v); - s->srp_ctx.v = NULL; - } - } - else - s->srp_ctx.v = BN_dup(v); - } - s->srp_ctx.info = info; - - if (!(s->srp_ctx.N) || - !(s->srp_ctx.g) || - !(s->srp_ctx.s) || - !(s->srp_ctx.v)) - return -1; - - return 1; - } - -int SRP_generate_server_master_secret(SSL *s,unsigned char *master_key) - { - BIGNUM *K = NULL, *u = NULL; - int ret = -1, tmp_len; - unsigned char *tmp = NULL; - - if (!SRP_Verify_A_mod_N(s->srp_ctx.A,s->srp_ctx.N)) - goto err; - if (!(u = SRP_Calc_u(s->srp_ctx.A,s->srp_ctx.B,s->srp_ctx.N))) - goto err; - if (!(K = SRP_Calc_server_key(s->srp_ctx.A, s->srp_ctx.v, u, s->srp_ctx.b, s->srp_ctx.N))) - goto err; - - tmp_len = BN_num_bytes(K); - if ((tmp = OPENSSL_malloc(tmp_len)) == NULL) - goto err; - BN_bn2bin(K, tmp); - ret = s->method->ssl3_enc->generate_master_secret(s,master_key,tmp,tmp_len); -err: - if (tmp) - { - OPENSSL_cleanse(tmp,tmp_len) ; - OPENSSL_free(tmp); - } - BN_clear_free(K); - BN_clear_free(u); - return ret; - } + BIGNUM *sa, BIGNUM *v, char *info) +{ + if (N != NULL) { + if (s->srp_ctx.N != NULL) { + if (!BN_copy(s->srp_ctx.N, N)) { + BN_free(s->srp_ctx.N); + s->srp_ctx.N = NULL; + } + } else + s->srp_ctx.N = BN_dup(N); + } + if (g != NULL) { + if (s->srp_ctx.g != NULL) { + if (!BN_copy(s->srp_ctx.g, g)) { + BN_free(s->srp_ctx.g); + s->srp_ctx.g = NULL; + } + } else + s->srp_ctx.g = BN_dup(g); + } + if (sa != NULL) { + if (s->srp_ctx.s != NULL) { + if (!BN_copy(s->srp_ctx.s, sa)) { + BN_free(s->srp_ctx.s); + s->srp_ctx.s = NULL; + } + } else + s->srp_ctx.s = BN_dup(sa); + } + if (v != NULL) { + if (s->srp_ctx.v != NULL) { + if (!BN_copy(s->srp_ctx.v, v)) { + BN_free(s->srp_ctx.v); + s->srp_ctx.v = NULL; + } + } else + s->srp_ctx.v = BN_dup(v); + } + s->srp_ctx.info = info; + + if (!(s->srp_ctx.N) || + !(s->srp_ctx.g) || !(s->srp_ctx.s) || !(s->srp_ctx.v)) + return -1; + + return 1; +} + +int SRP_generate_server_master_secret(SSL *s, unsigned char *master_key) +{ + BIGNUM *K = NULL, *u = NULL; + int ret = -1, tmp_len; + unsigned char *tmp = NULL; + + if (!SRP_Verify_A_mod_N(s->srp_ctx.A, s->srp_ctx.N)) + goto err; + if (!(u = SRP_Calc_u(s->srp_ctx.A, s->srp_ctx.B, s->srp_ctx.N))) + goto err; + if (! + (K = + SRP_Calc_server_key(s->srp_ctx.A, s->srp_ctx.v, u, s->srp_ctx.b, + s->srp_ctx.N))) + goto err; + + tmp_len = BN_num_bytes(K); + if ((tmp = OPENSSL_malloc(tmp_len)) == NULL) + goto err; + BN_bn2bin(K, tmp); + ret = + s->method->ssl3_enc->generate_master_secret(s, master_key, tmp, + tmp_len); + err: + if (tmp) { + OPENSSL_cleanse(tmp, tmp_len); + OPENSSL_free(tmp); + } + BN_clear_free(K); + BN_clear_free(u); + return ret; +} /* client side */ -int SRP_generate_client_master_secret(SSL *s,unsigned char *master_key) - { - BIGNUM *x = NULL, *u = NULL, *K = NULL; - int ret = -1, tmp_len; - char *passwd = NULL; - unsigned char *tmp = NULL; - - /* Checks if b % n == 0 - */ - if (SRP_Verify_B_mod_N(s->srp_ctx.B,s->srp_ctx.N)==0) goto err; - if (!(u = SRP_Calc_u(s->srp_ctx.A,s->srp_ctx.B,s->srp_ctx.N))) goto err; - if (s->srp_ctx.SRP_give_srp_client_pwd_callback == NULL) goto err; - if (!(passwd = s->srp_ctx.SRP_give_srp_client_pwd_callback(s, s->srp_ctx.SRP_cb_arg))) goto err; - if (!(x = SRP_Calc_x(s->srp_ctx.s,s->srp_ctx.login,passwd))) goto err; - if (!(K = SRP_Calc_client_key(s->srp_ctx.N, s->srp_ctx.B, s->srp_ctx.g, x, s->srp_ctx.a, u))) goto err; - - tmp_len = BN_num_bytes(K); - if ((tmp = OPENSSL_malloc(tmp_len)) == NULL) goto err; - BN_bn2bin(K, tmp); - ret = s->method->ssl3_enc->generate_master_secret(s,master_key,tmp,tmp_len); -err: - if (tmp) - { - OPENSSL_cleanse(tmp,tmp_len) ; - OPENSSL_free(tmp); - } - BN_clear_free(K); - BN_clear_free(x); - if (passwd) - { - OPENSSL_cleanse(passwd,strlen(passwd)) ; - OPENSSL_free(passwd); - } - BN_clear_free(u); - return ret; - } +int SRP_generate_client_master_secret(SSL *s, unsigned char *master_key) +{ + BIGNUM *x = NULL, *u = NULL, *K = NULL; + int ret = -1, tmp_len; + char *passwd = NULL; + unsigned char *tmp = NULL; + + /* + * Checks if b % n == 0 + */ + if (SRP_Verify_B_mod_N(s->srp_ctx.B, s->srp_ctx.N) == 0) + goto err; + if (!(u = SRP_Calc_u(s->srp_ctx.A, s->srp_ctx.B, s->srp_ctx.N))) + goto err; + if (s->srp_ctx.SRP_give_srp_client_pwd_callback == NULL) + goto err; + if (! + (passwd = + s->srp_ctx.SRP_give_srp_client_pwd_callback(s, + s->srp_ctx.SRP_cb_arg))) + goto err; + if (!(x = SRP_Calc_x(s->srp_ctx.s, s->srp_ctx.login, passwd))) + goto err; + if (! + (K = + SRP_Calc_client_key(s->srp_ctx.N, s->srp_ctx.B, s->srp_ctx.g, x, + s->srp_ctx.a, u))) + goto err; + + tmp_len = BN_num_bytes(K); + if ((tmp = OPENSSL_malloc(tmp_len)) == NULL) + goto err; + BN_bn2bin(K, tmp); + ret = + s->method->ssl3_enc->generate_master_secret(s, master_key, tmp, + tmp_len); + err: + if (tmp) { + OPENSSL_cleanse(tmp, tmp_len); + OPENSSL_free(tmp); + } + BN_clear_free(K); + BN_clear_free(x); + if (passwd) { + OPENSSL_cleanse(passwd, strlen(passwd)); + OPENSSL_free(passwd); + } + BN_clear_free(u); + return ret; +} int srp_verify_server_param(SSL *s, int *al) - { - SRP_CTX *srp = &s->srp_ctx; - /* Sanity check parameters: we can quickly check B % N == 0 - * by checking B != 0 since B < N - */ - if (BN_ucmp(srp->g, srp->N) >=0 || BN_ucmp(srp->B, srp->N) >= 0 - || BN_is_zero(srp->B)) - { - *al = SSL3_AD_ILLEGAL_PARAMETER; - return 0; - } - - if (BN_num_bits(srp->N) < srp->strength) - { - *al = TLS1_AD_INSUFFICIENT_SECURITY; - return 0; - } - - if (srp->SRP_verify_param_callback) - { - if (srp->SRP_verify_param_callback(s, srp->SRP_cb_arg) <= 0) - { - *al = TLS1_AD_INSUFFICIENT_SECURITY; - return 0; - } - } - else if(!SRP_check_known_gN_param(srp->g, srp->N)) - { - *al = TLS1_AD_INSUFFICIENT_SECURITY; - return 0; - } - - return 1; - } - +{ + SRP_CTX *srp = &s->srp_ctx; + /* + * Sanity check parameters: we can quickly check B % N == 0 by checking B + * != 0 since B < N + */ + if (BN_ucmp(srp->g, srp->N) >= 0 || BN_ucmp(srp->B, srp->N) >= 0 + || BN_is_zero(srp->B)) { + *al = SSL3_AD_ILLEGAL_PARAMETER; + return 0; + } + + if (BN_num_bits(srp->N) < srp->strength) { + *al = TLS1_AD_INSUFFICIENT_SECURITY; + return 0; + } + + if (srp->SRP_verify_param_callback) { + if (srp->SRP_verify_param_callback(s, srp->SRP_cb_arg) <= 0) { + *al = TLS1_AD_INSUFFICIENT_SECURITY; + return 0; + } + } else if (!SRP_check_known_gN_param(srp->g, srp->N)) { + *al = TLS1_AD_INSUFFICIENT_SECURITY; + return 0; + } + + return 1; +} int SRP_Calc_A_param(SSL *s) - { - unsigned char rnd[SSL_MAX_MASTER_KEY_LENGTH]; +{ + unsigned char rnd[SSL_MAX_MASTER_KEY_LENGTH]; - RAND_bytes(rnd, sizeof(rnd)); - s->srp_ctx.a = BN_bin2bn(rnd, sizeof(rnd), s->srp_ctx.a); - OPENSSL_cleanse(rnd, sizeof(rnd)); + RAND_bytes(rnd, sizeof(rnd)); + s->srp_ctx.a = BN_bin2bn(rnd, sizeof(rnd), s->srp_ctx.a); + OPENSSL_cleanse(rnd, sizeof(rnd)); - if (!(s->srp_ctx.A = SRP_Calc_A(s->srp_ctx.a,s->srp_ctx.N,s->srp_ctx.g))) - return -1; + if (! + (s->srp_ctx.A = SRP_Calc_A(s->srp_ctx.a, s->srp_ctx.N, s->srp_ctx.g))) + return -1; - return 1; - } + return 1; +} BIGNUM *SSL_get_srp_g(SSL *s) - { - if (s->srp_ctx.g != NULL) - return s->srp_ctx.g; - return s->ctx->srp_ctx.g; - } +{ + if (s->srp_ctx.g != NULL) + return s->srp_ctx.g; + return s->ctx->srp_ctx.g; +} BIGNUM *SSL_get_srp_N(SSL *s) - { - if (s->srp_ctx.N != NULL) - return s->srp_ctx.N; - return s->ctx->srp_ctx.N; - } +{ + if (s->srp_ctx.N != NULL) + return s->srp_ctx.N; + return s->ctx->srp_ctx.N; +} char *SSL_get_srp_username(SSL *s) - { - if (s->srp_ctx.login != NULL) - return s->srp_ctx.login; - return s->ctx->srp_ctx.login; - } +{ + if (s->srp_ctx.login != NULL) + return s->srp_ctx.login; + return s->ctx->srp_ctx.login; +} char *SSL_get_srp_userinfo(SSL *s) - { - if (s->srp_ctx.info != NULL) - return s->srp_ctx.info; - return s->ctx->srp_ctx.info; - } +{ + if (s->srp_ctx.info != NULL) + return s->srp_ctx.info; + return s->ctx->srp_ctx.info; +} -#define tls1_ctx_ctrl ssl3_ctx_ctrl -#define tls1_ctx_callback_ctrl ssl3_ctx_callback_ctrl +# define tls1_ctx_ctrl ssl3_ctx_ctrl +# define tls1_ctx_callback_ctrl ssl3_ctx_callback_ctrl -int SSL_CTX_set_srp_username(SSL_CTX *ctx,char *name) - { - return tls1_ctx_ctrl(ctx,SSL_CTRL_SET_TLS_EXT_SRP_USERNAME,0,name); - } +int SSL_CTX_set_srp_username(SSL_CTX *ctx, char *name) +{ + return tls1_ctx_ctrl(ctx, SSL_CTRL_SET_TLS_EXT_SRP_USERNAME, 0, name); +} -int SSL_CTX_set_srp_password(SSL_CTX *ctx,char *password) - { - return tls1_ctx_ctrl(ctx,SSL_CTRL_SET_TLS_EXT_SRP_PASSWORD,0,password); - } +int SSL_CTX_set_srp_password(SSL_CTX *ctx, char *password) +{ + return tls1_ctx_ctrl(ctx, SSL_CTRL_SET_TLS_EXT_SRP_PASSWORD, 0, password); +} int SSL_CTX_set_srp_strength(SSL_CTX *ctx, int strength) - { - return tls1_ctx_ctrl(ctx, SSL_CTRL_SET_TLS_EXT_SRP_STRENGTH, strength, - NULL); - } - -int SSL_CTX_set_srp_verify_param_callback(SSL_CTX *ctx, int (*cb)(SSL *,void *)) - { - return tls1_ctx_callback_ctrl(ctx,SSL_CTRL_SET_SRP_VERIFY_PARAM_CB, - (void (*)(void))cb); - } +{ + return tls1_ctx_ctrl(ctx, SSL_CTRL_SET_TLS_EXT_SRP_STRENGTH, strength, + NULL); +} + +int SSL_CTX_set_srp_verify_param_callback(SSL_CTX *ctx, + int (*cb) (SSL *, void *)) +{ + return tls1_ctx_callback_ctrl(ctx, SSL_CTRL_SET_SRP_VERIFY_PARAM_CB, + (void (*)(void))cb); +} int SSL_CTX_set_srp_cb_arg(SSL_CTX *ctx, void *arg) - { - return tls1_ctx_ctrl(ctx,SSL_CTRL_SET_SRP_ARG,0,arg); - } +{ + return tls1_ctx_ctrl(ctx, SSL_CTRL_SET_SRP_ARG, 0, arg); +} int SSL_CTX_set_srp_username_callback(SSL_CTX *ctx, - int (*cb)(SSL *,int *,void *)) - { - return tls1_ctx_callback_ctrl(ctx,SSL_CTRL_SET_TLS_EXT_SRP_USERNAME_CB, - (void (*)(void))cb); - } - -int SSL_CTX_set_srp_client_pwd_callback(SSL_CTX *ctx, char *(*cb)(SSL *,void *)) - { - return tls1_ctx_callback_ctrl(ctx,SSL_CTRL_SET_SRP_GIVE_CLIENT_PWD_CB, - (void (*)(void))cb); - } + int (*cb) (SSL *, int *, void *)) +{ + return tls1_ctx_callback_ctrl(ctx, SSL_CTRL_SET_TLS_EXT_SRP_USERNAME_CB, + (void (*)(void))cb); +} + +int SSL_CTX_set_srp_client_pwd_callback(SSL_CTX *ctx, + char *(*cb) (SSL *, void *)) +{ + return tls1_ctx_callback_ctrl(ctx, SSL_CTRL_SET_SRP_GIVE_CLIENT_PWD_CB, + (void (*)(void))cb); +} #endif diff --git a/openssl/test/Makefile b/openssl/test/Makefile index 685a691af..bc4a9200a 100644 --- a/openssl/test/Makefile +++ b/openssl/test/Makefile @@ -12,6 +12,7 @@ PERL= perl # KRB5 stuff KRB5_INCLUDES= LIBKRB5= +TEST= igetest.c PEX_LIBS= EX_LIBS= #-lnsl -lsocket @@ -62,6 +63,7 @@ EVPTEST= evp_test IGETEST= igetest JPAKETEST= jpaketest SRPTEST= srptest +V3NAMETEST= v3nametest ASN1TEST= asn1test HEARTBEATTEST= heartbeat_test CONSTTIMETEST= constant_time_test @@ -76,7 +78,8 @@ EXE= $(BNTEST)$(EXE_EXT) $(ECTEST)$(EXE_EXT) $(ECDSATEST)$(EXE_EXT) $(ECDHTEST) $(RANDTEST)$(EXE_EXT) $(DHTEST)$(EXE_EXT) $(ENGINETEST)$(EXE_EXT) \ $(BFTEST)$(EXE_EXT) $(CASTTEST)$(EXE_EXT) $(SSLTEST)$(EXE_EXT) $(EXPTEST)$(EXE_EXT) $(DSATEST)$(EXE_EXT) $(RSATEST)$(EXE_EXT) \ $(EVPTEST)$(EXE_EXT) $(IGETEST)$(EXE_EXT) $(JPAKETEST)$(EXE_EXT) $(SRPTEST)$(EXE_EXT) \ - $(ASN1TEST)$(EXE_EXT) $(HEARTBEATTEST)$(EXE_EXT) $(CONSTTIMETEST)$(EXE_EXT) + $(ASN1TEST)$(EXE_EXT) $(V3NAMETEST)$(EXE_EXT) $(HEARTBEATTEST)$(EXE_EXT) \ + $(CONSTTIMETEST)$(EXE_EXT) # $(METHTEST)$(EXE_EXT) @@ -88,7 +91,7 @@ OBJ= $(BNTEST).o $(ECTEST).o $(ECDSATEST).o $(ECDHTEST).o $(IDEATEST).o \ $(MDC2TEST).o $(RMDTEST).o \ $(RANDTEST).o $(DHTEST).o $(ENGINETEST).o $(CASTTEST).o \ $(BFTEST).o $(SSLTEST).o $(DSATEST).o $(EXPTEST).o $(RSATEST).o \ - $(EVPTEST).o $(IGETEST).o $(JPAKETEST).o $(ASN1TEST).o \ + $(EVPTEST).o $(IGETEST).o $(JPAKETEST).o $(ASN1TEST).o $(V3NAMETEST).o \ $(HEARTBEATTEST).o $(CONSTTIMETEST).o SRC= $(BNTEST).c $(ECTEST).c $(ECDSATEST).c $(ECDHTEST).c $(IDEATEST).c \ @@ -99,10 +102,10 @@ SRC= $(BNTEST).c $(ECTEST).c $(ECDSATEST).c $(ECDHTEST).c $(IDEATEST).c \ $(RANDTEST).c $(DHTEST).c $(ENGINETEST).c $(CASTTEST).c \ $(BFTEST).c $(SSLTEST).c $(DSATEST).c $(EXPTEST).c $(RSATEST).c \ $(EVPTEST).c $(IGETEST).c $(JPAKETEST).c $(SRPTEST).c $(ASN1TEST).c \ - $(HEARTBEATTEST).c $(CONSTTIMETEST).c + $(V3NAMETEST).c $(HEARTBEATTEST).c $(CONSTTIMETEST).c EXHEADER= -HEADER= $(EXHEADER) +HEADER= testutil.h $(EXHEADER) ALL= $(GENERAL) $(SRC) $(HEADER) @@ -142,66 +145,67 @@ alltests: \ test_enc test_x509 test_rsa test_crl test_sid \ test_gen test_req test_pkcs7 test_verify test_dh test_dsa \ test_ss test_ca test_engine test_evp test_ssl test_tsa test_ige \ - test_jpake test_srp test_cms test_heartbeat test_constant_time + test_jpake test_srp test_cms test_ocsp test_v3name test_heartbeat \ + test_constant_time -test_evp: +test_evp: $(EVPTEST)$(EXE_EXT) evptests.txt ../util/shlib_wrap.sh ./$(EVPTEST) evptests.txt -test_des: +test_des: $(DESTEST)$(EXE_EXT) ../util/shlib_wrap.sh ./$(DESTEST) -test_idea: +test_idea: $(IDEATEST)$(EXE_EXT) ../util/shlib_wrap.sh ./$(IDEATEST) -test_sha: +test_sha: $(SHATEST)$(EXE_EXT) $(SHA1TEST)$(EXE_EXT) $(SHA256TEST)$(EXE_EXT) $(SHA512TEST)$(EXE_EXT) ../util/shlib_wrap.sh ./$(SHATEST) ../util/shlib_wrap.sh ./$(SHA1TEST) ../util/shlib_wrap.sh ./$(SHA256TEST) ../util/shlib_wrap.sh ./$(SHA512TEST) -test_mdc2: +test_mdc2: $(MDC2TEST)$(EXE_EXT) ../util/shlib_wrap.sh ./$(MDC2TEST) -test_md5: +test_md5: $(MD5TEST)$(EXE_EXT) ../util/shlib_wrap.sh ./$(MD5TEST) -test_md4: +test_md4: $(MD4TEST)$(EXE_EXT) ../util/shlib_wrap.sh ./$(MD4TEST) -test_hmac: +test_hmac: $(HMACTEST)$(EXE_EXT) ../util/shlib_wrap.sh ./$(HMACTEST) -test_wp: +test_wp: $(WPTEST)$(EXE_EXT) ../util/shlib_wrap.sh ./$(WPTEST) -test_md2: +test_md2: $(MD2TEST)$(EXE_EXT) ../util/shlib_wrap.sh ./$(MD2TEST) -test_rmd: +test_rmd: $(RMDTEST)$(EXE_EXT) ../util/shlib_wrap.sh ./$(RMDTEST) -test_bf: +test_bf: $(BFTEST)$(EXE_EXT) ../util/shlib_wrap.sh ./$(BFTEST) -test_cast: +test_cast: $(CASTTEST)$(EXE_EXT) ../util/shlib_wrap.sh ./$(CASTTEST) -test_rc2: +test_rc2: $(RC2TEST)$(EXE_EXT) ../util/shlib_wrap.sh ./$(RC2TEST) -test_rc4: +test_rc4: $(RC4TEST)$(EXE_EXT) ../util/shlib_wrap.sh ./$(RC4TEST) -test_rc5: +test_rc5: $(RC5TEST)$(EXE_EXT) ../util/shlib_wrap.sh ./$(RC5TEST) -test_rand: +test_rand: $(RANDTEST)$(EXE_EXT) ../util/shlib_wrap.sh ./$(RANDTEST) -test_enc: +test_enc: ../apps/openssl$(EXE_EXT) testenc @sh ./testenc -test_x509: +test_x509: ../apps/openssl$(EXE_EXT) tx509 testx509.pem v3-cert1.pem v3-cert2.pem echo test normal x509v1 certificate sh ./tx509 2>/dev/null echo test first x509v3 certificate @@ -209,76 +213,78 @@ test_x509: echo test second x509v3 certificate sh ./tx509 v3-cert2.pem 2>/dev/null -test_rsa: $(RSATEST)$(EXE_EXT) +test_rsa: $(RSATEST)$(EXE_EXT) ../apps/openssl$(EXE_EXT) trsa testrsa.pem @sh ./trsa 2>/dev/null ../util/shlib_wrap.sh ./$(RSATEST) -test_crl: +test_crl: ../apps/openssl$(EXE_EXT) tcrl testcrl.pem @sh ./tcrl 2>/dev/null -test_sid: +test_sid: ../apps/openssl$(EXE_EXT) tsid testsid.pem @sh ./tsid 2>/dev/null -test_req: +test_req: ../apps/openssl$(EXE_EXT) treq testreq.pem testreq2.pem @sh ./treq 2>/dev/null @sh ./treq testreq2.pem 2>/dev/null -test_pkcs7: +test_pkcs7: ../apps/openssl$(EXE_EXT) tpkcs7 tpkcs7d testp7.pem pkcs7-1.pem @sh ./tpkcs7 2>/dev/null @sh ./tpkcs7d 2>/dev/null -test_bn: +test_bn: $(BNTEST)$(EXE_EXT) $(EXPTEST)$(EXE_EXT) bctest @echo starting big number library test, could take a while... @../util/shlib_wrap.sh ./$(BNTEST) >tmp.bntest @echo quit >>tmp.bntest @echo "running bc" - @) {if (/^test (.*)/) {print STDERR "\nverify $$1";} elsif (!/^0\r?$$/) {die "\nFailed! bc: $$_";} else {print STDERR "."; $$i++;}} print STDERR "\n$$i tests passed\n"' + @) {if (/^test (.*)/) {print STDERR "\nverify $$1";} elsif (!/^0$$/) {die "\nFailed! bc: $$_";} else {print STDERR "."; $$i++;}} print STDERR "\n$$i tests passed\n"' @echo 'test a^b%c implementations' ../util/shlib_wrap.sh ./$(EXPTEST) -test_ec: +test_ec: $(ECTEST)$(EXE_EXT) @echo 'test elliptic curves' ../util/shlib_wrap.sh ./$(ECTEST) -test_ecdsa: +test_ecdsa: $(ECDSATEST)$(EXE_EXT) @echo 'test ecdsa' ../util/shlib_wrap.sh ./$(ECDSATEST) -test_ecdh: +test_ecdh: $(ECDHTEST)$(EXE_EXT) @echo 'test ecdh' ../util/shlib_wrap.sh ./$(ECDHTEST) -test_verify: +test_verify: ../apps/openssl$(EXE_EXT) @echo "The following command should have some OK's and some failures" @echo "There are definitly a few expired certificates" ../util/shlib_wrap.sh ../apps/openssl verify -CApath ../certs/demo ../certs/demo/*.pem -test_dh: +test_dh: $(DHTEST)$(EXE_EXT) @echo "Generate a set of DH parameters" ../util/shlib_wrap.sh ./$(DHTEST) -test_dsa: +test_dsa: $(DSATEST)$(EXE_EXT) @echo "Generate a set of DSA parameters" ../util/shlib_wrap.sh ./$(DSATEST) ../util/shlib_wrap.sh ./$(DSATEST) -app2_1 -test_gen: +test_gen testreq.pem: ../apps/openssl$(EXE_EXT) testgen test.cnf @echo "Generate and verify a certificate request" @sh ./testgen test_ss keyU.ss certU.ss certCA.ss certP1.ss keyP1.ss certP2.ss keyP2.ss \ - intP1.ss intP2.ss: testss + intP1.ss intP2.ss: testss CAss.cnf Uss.cnf P1ss.cnf P2ss.cnf \ + ../apps/openssl$(EXE_EXT) @echo "Generate and certify a test certificate" @sh ./testss @cat certCA.ss certU.ss > intP1.ss @cat certCA.ss certU.ss certP1.ss > intP2.ss -test_engine: +test_engine: $(ENGINETEST)$(EXE_EXT) @echo "Manipulate the ENGINE structures" ../util/shlib_wrap.sh ./$(ENGINETEST) test_ssl: keyU.ss certU.ss certCA.ss certP1.ss keyP1.ss certP2.ss keyP2.ss \ - intP1.ss intP2.ss + intP1.ss intP2.ss $(SSLTEST)$(EXE_EXT) testssl testsslproxy \ + ../apps/server2.pem serverinfo.pem @echo "test SSL protocol" @if [ -n "$(FIPSCANLIB)" ]; then \ sh ./testfipsssl keyU.ss certU.ss certCA.ss; \ @@ -288,7 +294,7 @@ test_ssl: keyU.ss certU.ss certCA.ss certP1.ss keyP1.ss certP2.ss keyP2.ss \ @sh ./testsslproxy keyP1.ss certP1.ss intP1.ss @sh ./testsslproxy keyP2.ss certP2.ss intP2.ss -test_ca: +test_ca: ../apps/openssl$(EXE_EXT) testca CAss.cnf Uss.cnf @if ../util/shlib_wrap.sh ../apps/openssl no-rsa; then \ echo "skipping CA.sh test -- requires RSA"; \ else \ @@ -300,7 +306,7 @@ test_aes: #$(AESTEST) # @echo "test Rijndael" # ../util/shlib_wrap.sh ./$(AESTEST) -test_tsa: +test_tsa: ../apps/openssl$(EXE_EXT) testtsa CAtsa.cnf ../util/shlib_wrap.sh @if ../util/shlib_wrap.sh ../apps/openssl no-rsa; then \ echo "skipping testtsa test -- requires RSA"; \ else \ @@ -315,7 +321,7 @@ test_jpake: $(JPAKETEST)$(EXE_EXT) @echo "Test JPAKE" ../util/shlib_wrap.sh ./$(JPAKETEST) -test_cms: +test_cms: ../apps/openssl$(EXE_EXT) cms-test.pl smcont.txt @echo "CMS consistency test" $(PERL) cms-test.pl @@ -323,6 +329,14 @@ test_srp: $(SRPTEST)$(EXE_EXT) @echo "Test SRP" ../util/shlib_wrap.sh ./srptest +test_ocsp: ../apps/openssl$(EXE_EXT) tocsp + @echo "Test OCSP" + @sh ./tocsp + +test_v3name: $(V3NAMETEST)$(EXE_EXT) + @echo "Test X509v3_check_*" + ../util/shlib_wrap.sh ./$(V3NAMETEST) + test_heartbeat: $(HEARTBEATTEST)$(EXE_EXT) ../util/shlib_wrap.sh ./$(HEARTBEATTEST) @@ -488,6 +502,9 @@ $(ASN1TEST)$(EXE_EXT): $(ASN1TEST).o $(DLIBCRYPTO) $(SRPTEST)$(EXE_EXT): $(SRPTEST).o $(DLIBCRYPTO) @target=$(SRPTEST); $(BUILD_CMD) +$(V3NAMETEST)$(EXE_EXT): $(V3NAMETEST).o $(DLIBCRYPTO) + @target=$(V3NAMETEST); $(BUILD_CMD) + $(HEARTBEATTEST)$(EXE_EXT): $(HEARTBEATTEST).o $(DLIBCRYPTO) @target=$(HEARTBEATTEST); $(BUILD_CMD_STATIC) @@ -771,6 +788,19 @@ ssltest.o: ../include/openssl/ssl3.h ../include/openssl/stack.h ssltest.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h ssltest.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h ssltest.o: ../include/openssl/x509v3.h ssltest.c +v3nametest.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h +v3nametest.o: ../include/openssl/buffer.h ../include/openssl/conf.h +v3nametest.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h +v3nametest.o: ../include/openssl/ec.h ../include/openssl/ecdh.h +v3nametest.o: ../include/openssl/ecdsa.h ../include/openssl/evp.h +v3nametest.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h +v3nametest.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h +v3nametest.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h +v3nametest.o: ../include/openssl/pkcs7.h ../include/openssl/safestack.h +v3nametest.o: ../include/openssl/sha.h ../include/openssl/stack.h +v3nametest.o: ../include/openssl/symhacks.h ../include/openssl/x509.h +v3nametest.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h +v3nametest.o: v3nametest.c wp_test.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h wp_test.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h wp_test.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.h diff --git a/openssl/test/asn1test.c b/openssl/test/asn1test.c index 9f53d8034..4782f300c 100644 --- a/openssl/test/asn1test.c +++ b/openssl/test/asn1test.c @@ -1,22 +1,21 @@ #include #include -typedef struct X - { +typedef struct X { STACK_OF(X509_EXTENSION) *ext; - } X; +} X; /* This isn't meant to run particularly, it's just to test type checking */ int main(int argc, char **argv) - { +{ X *x = NULL; unsigned char **pp = NULL; M_ASN1_I2D_vars(x); M_ASN1_I2D_len_SEQUENCE_opt_type(X509_EXTENSION, x->ext, - i2d_X509_EXTENSION); + i2d_X509_EXTENSION); M_ASN1_I2D_seq_total(); M_ASN1_I2D_put_SEQUENCE_opt_type(X509_EXTENSION, x->ext, - i2d_X509_EXTENSION); + i2d_X509_EXTENSION); M_ASN1_I2D_finish(); - } +} diff --git a/openssl/test/cms-test.pl b/openssl/test/cms-test.pl index dfef799be..f55fd69ce 100644 --- a/openssl/test/cms-test.pl +++ b/openssl/test/cms-test.pl @@ -58,19 +58,24 @@ my $redir = " 2> cms.err > cms.out"; # Make VMS work if ( $^O eq "VMS" && -f "OSSLX:openssl.exe" ) { $ossl_path = "pipe mcr OSSLX:openssl"; + $null_path = "NL:"; } # Make MSYS work elsif ( $^O eq "MSWin32" && -f "../apps/openssl.exe" ) { $ossl_path = "cmd /c ..\\apps\\openssl"; + $null_path = "/dev/null"; } elsif ( -f "../apps/openssl$ENV{EXE_EXT}" ) { $ossl_path = "../util/shlib_wrap.sh ../apps/openssl"; + $null_path = "/dev/null"; } elsif ( -f "..\\out32dll\\openssl.exe" ) { $ossl_path = "..\\out32dll\\openssl.exe"; + $null_path = "/dev/null"; } elsif ( -f "..\\out32\\openssl.exe" ) { $ossl_path = "..\\out32\\openssl.exe"; + $null_path = "/dev/null"; } else { die "Can't find OpenSSL executable"; @@ -82,8 +87,53 @@ my $smdir = "smime-certs"; my $halt_err = 1; my $badcmd = 0; +my $no_ec; +my $no_ec2m; +my $no_ecdh; my $ossl8 = `$ossl_path version -v` =~ /0\.9\.8/; +system ("$ossl_path no-ec > $null_path"); +if ($? == 0) + { + $no_ec = 1; + } +elsif ($^O eq "VMS" ? $? == 512 : $? == 256) + { + $no_ec = 0; + } +else + { + die "Error checking for EC support\n"; + } + +system ("$ossl_path no-ec2m > $null_path"); +if ($? == 0) + { + $no_ec2m = 1; + } +elsif ($? == 256) + { + $no_ec2m = 0; + } +else + { + die "Error checking for EC2M support\n"; + } + +system ("$ossl_path no-ecdh > $null_path"); +if ($? == 0) + { + $no_ecdh = 1; + } +elsif ($? == 256) + { + $no_ecdh = 0; + } +else + { + die "Error checking for ECDH support\n"; + } + my @smime_pkcs7_tests = ( [ @@ -341,6 +391,85 @@ my @smime_cms_comp_tests = ( ); +my @smime_cms_param_tests = ( + [ + "signed content test streaming PEM format, RSA keys, PSS signature", + "-sign -in smcont.txt -outform PEM -nodetach" + . " -signer $smdir/smrsa1.pem -keyopt rsa_padding_mode:pss" + . " -out test.cms", + "-verify -in test.cms -inform PEM " + . " \"-CAfile\" $smdir/smroot.pem -out smtst.txt" + ], + + [ + "signed content test streaming PEM format, RSA keys, PSS signature, no attributes", + "-sign -in smcont.txt -outform PEM -nodetach -noattr" + . " -signer $smdir/smrsa1.pem -keyopt rsa_padding_mode:pss" + . " -out test.cms", + "-verify -in test.cms -inform PEM " + . " \"-CAfile\" $smdir/smroot.pem -out smtst.txt" + ], + + [ + "signed content test streaming PEM format, RSA keys, PSS signature, SHA384 MGF1", + "-sign -in smcont.txt -outform PEM -nodetach" + . " -signer $smdir/smrsa1.pem -keyopt rsa_padding_mode:pss" + . " -keyopt rsa_mgf1_md:sha384 -out test.cms", + "-verify -in test.cms -inform PEM " + . " \"-CAfile\" $smdir/smroot.pem -out smtst.txt" + ], + + [ +"enveloped content test streaming S/MIME format, OAEP default parameters", + "-encrypt -in smcont.txt" + . " -stream -out test.cms" + . " -recip $smdir/smrsa1.pem -keyopt rsa_padding_mode:oaep", + "-decrypt -recip $smdir/smrsa1.pem -in test.cms -out smtst.txt" + ], + + [ +"enveloped content test streaming S/MIME format, OAEP SHA256", + "-encrypt -in smcont.txt" + . " -stream -out test.cms" + . " -recip $smdir/smrsa1.pem -keyopt rsa_padding_mode:oaep" + . " -keyopt rsa_oaep_md:sha256", + "-decrypt -recip $smdir/smrsa1.pem -in test.cms -out smtst.txt" + ], + + [ +"enveloped content test streaming S/MIME format, ECDH", + "-encrypt -in smcont.txt" + . " -stream -out test.cms" + . " -recip $smdir/smec1.pem", + "-decrypt -recip $smdir/smec1.pem -in test.cms -out smtst.txt" + ], + + [ +"enveloped content test streaming S/MIME format, ECDH, AES128, SHA256 KDF", + "-encrypt -in smcont.txt" + . " -stream -out test.cms" + . " -recip $smdir/smec1.pem -aes128 -keyopt ecdh_kdf_md:sha256", + "-decrypt -recip $smdir/smec1.pem -in test.cms -out smtst.txt" + ], + + [ +"enveloped content test streaming S/MIME format, ECDH, K-283, cofactor DH", + "-encrypt -in smcont.txt" + . " -stream -out test.cms" + . " -recip $smdir/smec2.pem -aes128" + . " -keyopt ecdh_kdf_md:sha256 -keyopt ecdh_cofactor_mode:1", + "-decrypt -recip $smdir/smec2.pem -in test.cms -out smtst.txt" + ], + + [ +"enveloped content test streaming S/MIME format, X9.42 DH", + "-encrypt -in smcont.txt" + . " -stream -out test.cms" + . " -recip $smdir/smdh.pem -aes128", + "-decrypt -recip $smdir/smdh.pem -in test.cms -out smtst.txt" + ] +); + print "CMS => PKCS#7 compatibility tests\n"; run_smime_tests( \$badcmd, \@smime_pkcs7_tests, $cmscmd, $pk7cmd ); @@ -354,6 +483,9 @@ print "CMS <=> CMS consistency tests\n"; run_smime_tests( \$badcmd, \@smime_pkcs7_tests, $cmscmd, $cmscmd ); run_smime_tests( \$badcmd, \@smime_cms_tests, $cmscmd, $cmscmd ); +print "CMS <=> CMS consistency tests, modified key parameters\n"; +run_smime_tests( \$badcmd, \@smime_cms_param_tests, $cmscmd, $cmscmd ); + if ( `$ossl_path version -f` =~ /ZLIB/ ) { run_smime_tests( \$badcmd, \@smime_cms_comp_tests, $cmscmd, $cmscmd ); } @@ -390,6 +522,21 @@ sub run_smime_tests { $rscmd =~ s/-stream//; $rvcmd =~ s/-stream//; } + if ($no_ec && $tnam =~ /ECDH/) + { + print "$tnam: skipped, EC disabled\n"; + next; + } + if ($no_ecdh && $tnam =~ /ECDH/) + { + print "$tnam: skipped, ECDH disabled\n"; + next; + } + if ($no_ec2m && $tnam =~ /K-283/) + { + print "$tnam: skipped, EC2M disabled\n"; + next; + } system("$scmd$rscmd$redir"); if ($?) { print "$tnam: generation error\n"; diff --git a/openssl/test/dummytest.c b/openssl/test/dummytest.c index 5b4467e04..554acc221 100644 --- a/openssl/test/dummytest.c +++ b/openssl/test/dummytest.c @@ -7,42 +7,51 @@ #include int main(int argc, char *argv[]) - { - char *p, *q = 0, *program; +{ + char *p, *q = 0, *program; - p = strrchr(argv[0], '/'); - if (!p) p = strrchr(argv[0], '\\'); + p = strrchr(argv[0], '/'); + if (!p) + p = strrchr(argv[0], '\\'); #ifdef OPENSSL_SYS_VMS - if (!p) p = strrchr(argv[0], ']'); - if (p) q = strrchr(p, '>'); - if (q) p = q; - if (!p) p = strrchr(argv[0], ':'); - q = 0; + if (!p) + p = strrchr(argv[0], ']'); + if (p) + q = strrchr(p, '>'); + if (q) + p = q; + if (!p) + p = strrchr(argv[0], ':'); + q = 0; #endif - if (p) p++; - if (!p) p = argv[0]; - if (p) q = strchr(p, '.'); - if (p && !q) q = p + strlen(p); + if (p) + p++; + if (!p) + p = argv[0]; + if (p) + q = strchr(p, '.'); + if (p && !q) + q = p + strlen(p); - if (!p) - program = BUF_strdup("(unknown)"); - else - { - program = OPENSSL_malloc((q - p) + 1); - strncpy(program, p, q - p); - program[q - p] = '\0'; - } + if (!p) + program = BUF_strdup("(unknown)"); + else { + program = OPENSSL_malloc((q - p) + 1); + strncpy(program, p, q - p); + program[q - p] = '\0'; + } - for(p = program; *p; p++) - if (islower((unsigned char)(*p))) - *p = toupper((unsigned char)(*p)); + for (p = program; *p; p++) + if (islower((unsigned char)(*p))) + *p = toupper((unsigned char)(*p)); - q = strstr(program, "TEST"); - if (q > p && q[-1] == '_') q--; - *q = '\0'; + q = strstr(program, "TEST"); + if (q > p && q[-1] == '_') + q--; + *q = '\0'; - printf("No %s support\n", program); + printf("No %s support\n", program); - OPENSSL_free(program); - return(0); - } + OPENSSL_free(program); + return (0); +} diff --git a/openssl/test/evptests.txt b/openssl/test/evptests.txt index c273707c1..4e9958b3b 100644 --- a/openssl/test/evptests.txt +++ b/openssl/test/evptests.txt @@ -1,4 +1,5 @@ #cipher:key:iv:plaintext:ciphertext:0/1(decrypt/encrypt) +#aadcipher:key:iv:plaintext:ciphertext:aad:tag:0/1(decrypt/encrypt) #digest:::input:output # SHA(1) tests (from shatest.c) @@ -332,3 +333,69 @@ SEED-ECB:00000000000000000000000000000000::000102030405060708090A0B0C0D0E0F:5EBA SEED-ECB:000102030405060708090A0B0C0D0E0F::00000000000000000000000000000000:C11F22F20140505084483597E4370F43:1 SEED-ECB:4706480851E61BE85D74BFB3FD956185::83A2F8A288641FB9A4E9A5CC2F131C7D:EE54D13EBCAE706D226BC3142CD40D4A:1 SEED-ECB:28DBC3BC49FFD87DCFA509B11D422BE7::B41E6BE2EBA84A148E2EED84593C5EC7:9B9B7BFCD1813CB95D0B3618F40F5122:1 + +# AES CCM 256 bit key +aes-256-ccm:1bde3251d41a8b5ea013c195ae128b218b3e0306376357077ef1c1c78548b92e:5b8e40746f6b98e00f1d13ff41:53bd72a97089e312422bf72e242377b3c6ee3e2075389b999c4ef7f28bd2b80a:9a5fcccdb4cf04e7293d2775cc76a488f042382d949b43b7d6bb2b9864786726:c17a32514eb6103f3249e076d4c871dc97e04b286699e54491dc18f6d734d4c0:2024931d73bca480c24a24ece6b6c2bf + +# AES GCM test vectors from http://csrc.nist.gov/groups/ST/toolkit/BCM/documents/proposedmodes/gcm/gcm-spec.pdf +aes-128-gcm:00000000000000000000000000000000:000000000000000000000000::::58e2fccefa7e3061367f1d57a4e7455a +aes-128-gcm:00000000000000000000000000000000:000000000000000000000000:00000000000000000000000000000000:0388dace60b6a392f328c2b971b2fe78::ab6e47d42cec13bdf53a67b21257bddf +aes-128-gcm:feffe9928665731c6d6a8f9467308308:cafebabefacedbaddecaf888:d9313225f88406e5a55909c5aff5269a86a7a9531534f7da2e4c303d8a318a721c3c0c95956809532fcf0e2449a6b525b16aedf5aa0de657ba637b391aafd255:42831ec2217774244b7221b784d0d49ce3aa212f2c02a4e035c17e2329aca12e21d514b25466931c7d8f6a5aac84aa051ba30b396a0aac973d58e091473f5985::4d5c2af327cd64a62cf35abd2ba6fab4 +aes-128-gcm:feffe9928665731c6d6a8f9467308308:cafebabefacedbaddecaf888:d9313225f88406e5a55909c5aff5269a86a7a9531534f7da2e4c303d8a318a721c3c0c95956809532fcf0e2449a6b525b16aedf5aa0de657ba637b39:42831ec2217774244b7221b784d0d49ce3aa212f2c02a4e035c17e2329aca12e21d514b25466931c7d8f6a5aac84aa051ba30b396a0aac973d58e091:feedfacedeadbeeffeedfacedeadbeefabaddad2:5bc94fbc3221a5db94fae95ae7121a47 +aes-128-gcm:feffe9928665731c6d6a8f9467308308:cafebabefacedbad:d9313225f88406e5a55909c5aff5269a86a7a9531534f7da2e4c303d8a318a721c3c0c95956809532fcf0e2449a6b525b16aedf5aa0de657ba637b39:61353b4c2806934a777ff51fa22a4755699b2a714fcdc6f83766e5f97b6c742373806900e49f24b22b097544d4896b424989b5e1ebac0f07c23f4598:feedfacedeadbeeffeedfacedeadbeefabaddad2:3612d2e79e3b0785561be14aaca2fccb +aes-128-gcm:feffe9928665731c6d6a8f9467308308:9313225df88406e555909c5aff5269aa6a7a9538534f7da1e4c303d2a318a728c3c0c95156809539fcf0e2429a6b525416aedbf5a0de6a57a637b39b:d9313225f88406e5a55909c5aff5269a86a7a9531534f7da2e4c303d8a318a721c3c0c95956809532fcf0e2449a6b525b16aedf5aa0de657ba637b39:8ce24998625615b603a033aca13fb894be9112a5c3a211a8ba262a3cca7e2ca701e4a9a4fba43c90ccdcb281d48c7c6fd62875d2aca417034c34aee5:feedfacedeadbeeffeedfacedeadbeefabaddad2:619cc5aefffe0bfa462af43c1699d050 +aes-192-gcm:000000000000000000000000000000000000000000000000:000000000000000000000000::::cd33b28ac773f74ba00ed1f312572435 +aes-192-gcm:000000000000000000000000000000000000000000000000:000000000000000000000000:00000000000000000000000000000000:98e7247c07f0fe411c267e4384b0f600::2ff58d80033927ab8ef4d4587514f0fb +aes-192-gcm:feffe9928665731c6d6a8f9467308308feffe9928665731c:cafebabefacedbaddecaf888:d9313225f88406e5a55909c5aff5269a86a7a9531534f7da2e4c303d8a318a721c3c0c95956809532fcf0e2449a6b525b16aedf5aa0de657ba637b391aafd255:3980ca0b3c00e841eb06fac4872a2757859e1ceaa6efd984628593b40ca1e19c7d773d00c144c525ac619d18c84a3f4718e2448b2fe324d9ccda2710acade256::9924a7c8587336bfb118024db8674a14 +aes-192-gcm:feffe9928665731c6d6a8f9467308308feffe9928665731c:cafebabefacedbaddecaf888:d9313225f88406e5a55909c5aff5269a86a7a9531534f7da2e4c303d8a318a721c3c0c95956809532fcf0e2449a6b525b16aedf5aa0de657ba637b39:3980ca0b3c00e841eb06fac4872a2757859e1ceaa6efd984628593b40ca1e19c7d773d00c144c525ac619d18c84a3f4718e2448b2fe324d9ccda2710:feedfacedeadbeeffeedfacedeadbeefabaddad2:2519498e80f1478f37ba55bd6d27618c +aes-192-gcm:feffe9928665731c6d6a8f9467308308feffe9928665731c:cafebabefacedbad:d9313225f88406e5a55909c5aff5269a86a7a9531534f7da2e4c303d8a318a721c3c0c95956809532fcf0e2449a6b525b16aedf5aa0de657ba637b39:0f10f599ae14a154ed24b36e25324db8c566632ef2bbb34f8347280fc4507057fddc29df9a471f75c66541d4d4dad1c9e93a19a58e8b473fa0f062f7:feedfacedeadbeeffeedfacedeadbeefabaddad2:65dcc57fcf623a24094fcca40d3533f8 +aes-192-gcm:feffe9928665731c6d6a8f9467308308feffe9928665731c:9313225df88406e555909c5aff5269aa6a7a9538534f7da1e4c303d2a318a728c3c0c95156809539fcf0e2429a6b525416aedbf5a0de6a57a637b39b:d9313225f88406e5a55909c5aff5269a86a7a9531534f7da2e4c303d8a318a721c3c0c95956809532fcf0e2449a6b525b16aedf5aa0de657ba637b39:d27e88681ce3243c4830165a8fdcf9ff1de9a1d8e6b447ef6ef7b79828666e4581e79012af34ddd9e2f037589b292db3e67c036745fa22e7e9b7373b:feedfacedeadbeeffeedfacedeadbeefabaddad2:dcf566ff291c25bbb8568fc3d376a6d9 +aes-256-gcm:0000000000000000000000000000000000000000000000000000000000000000:000000000000000000000000::::530f8afbc74536b9a963b4f1c4cb738b +aes-256-gcm:0000000000000000000000000000000000000000000000000000000000000000:000000000000000000000000:00000000000000000000000000000000:cea7403d4d606b6e074ec5d3baf39d18::d0d1c8a799996bf0265b98b5d48ab919 +aes-256-gcm:feffe9928665731c6d6a8f9467308308feffe9928665731c6d6a8f9467308308:cafebabefacedbaddecaf888:d9313225f88406e5a55909c5aff5269a86a7a9531534f7da2e4c303d8a318a721c3c0c95956809532fcf0e2449a6b525b16aedf5aa0de657ba637b391aafd255:522dc1f099567d07f47f37a32a84427d643a8cdcbfe5c0c97598a2bd2555d1aa8cb08e48590dbb3da7b08b1056828838c5f61e6393ba7a0abcc9f662898015ad::b094dac5d93471bdec1a502270e3cc6c +aes-256-gcm:feffe9928665731c6d6a8f9467308308feffe9928665731c6d6a8f9467308308:cafebabefacedbaddecaf888:d9313225f88406e5a55909c5aff5269a86a7a9531534f7da2e4c303d8a318a721c3c0c95956809532fcf0e2449a6b525b16aedf5aa0de657ba637b39:522dc1f099567d07f47f37a32a84427d643a8cdcbfe5c0c97598a2bd2555d1aa8cb08e48590dbb3da7b08b1056828838c5f61e6393ba7a0abcc9f662:feedfacedeadbeeffeedfacedeadbeefabaddad2:76fc6ece0f4e1768cddf8853bb2d551b +aes-256-gcm:feffe9928665731c6d6a8f9467308308feffe9928665731c6d6a8f9467308308:cafebabefacedbad:d9313225f88406e5a55909c5aff5269a86a7a9531534f7da2e4c303d8a318a721c3c0c95956809532fcf0e2449a6b525b16aedf5aa0de657ba637b39:c3762df1ca787d32ae47c13bf19844cbaf1ae14d0b976afac52ff7d79bba9de0feb582d33934a4f0954cc2363bc73f7862ac430e64abe499f47c9b1f:feedfacedeadbeeffeedfacedeadbeefabaddad2:3a337dbf46a792c45e454913fe2ea8f2 +aes-256-gcm:feffe9928665731c6d6a8f9467308308feffe9928665731c6d6a8f9467308308:9313225df88406e555909c5aff5269aa6a7a9538534f7da1e4c303d2a318a728c3c0c95156809539fcf0e2429a6b525416aedbf5a0de6a57a637b39b:d9313225f88406e5a55909c5aff5269a86a7a9531534f7da2e4c303d8a318a721c3c0c95956809532fcf0e2449a6b525b16aedf5aa0de657ba637b39:5a8def2f0c9e53f1f75d7853659e2a20eeb2b22aafde6419a058ab4f6f746bf40fc0c3b780f244452da3ebf1c5d82cdea2418997200ef82e44ae7e3f:feedfacedeadbeeffeedfacedeadbeefabaddad2:a44a8266ee1c8eb0c8b5d4cf5ae9f19a +# local add-ons, primarily streaming ghash tests +# 128 bytes aad +aes-128-gcm:00000000000000000000000000000000:000000000000000000000000:::d9313225f88406e5a55909c5aff5269a86a7a9531534f7da2e4c303d8a318a721c3c0c95956809532fcf0e2449a6b525b16aedf5aa0de657ba637b391aafd255522dc1f099567d07f47f37a32a84427d643a8cdcbfe5c0c97598a2bd2555d1aa8cb08e48590dbb3da7b08b1056828838c5f61e6393ba7a0abcc9f662898015ad:5fea793a2d6f974d37e68e0cb8ff9492 +# 48 bytes plaintext +aes-128-gcm:00000000000000000000000000000000:000000000000000000000000:000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000:0388dace60b6a392f328c2b971b2fe78f795aaab494b5923f7fd89ff948bc1e0200211214e7394da2089b6acd093abe0::9dd0a376b08e40eb00c35f29f9ea61a4 +# 80 bytes plaintext +aes-128-gcm:00000000000000000000000000000000:000000000000000000000000:0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000:0388dace60b6a392f328c2b971b2fe78f795aaab494b5923f7fd89ff948bc1e0200211214e7394da2089b6acd093abe0c94da219118e297d7b7ebcbcc9c388f28ade7d85a8ee35616f7124a9d5270291::98885a3a22bd4742fe7b72172193b163 +# 128 bytes plaintext +aes-128-gcm:00000000000000000000000000000000:000000000000000000000000:0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000:0388dace60b6a392f328c2b971b2fe78f795aaab494b5923f7fd89ff948bc1e0200211214e7394da2089b6acd093abe0c94da219118e297d7b7ebcbcc9c388f28ade7d85a8ee35616f7124a9d527029195b84d1b96c690ff2f2de30bf2ec89e00253786e126504f0dab90c48a30321de3345e6b0461e7c9e6c6b7afedde83f40::cac45f60e31efd3b5a43b98a22ce1aa1 +# 192 bytes plaintext, iv is chosen so that initial counter LSB is 0xFF +aes-128-gcm:00000000000000000000000000000000:ffffffff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000:000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000:56b3373ca9ef6e4a2b64fe1e9a17b61425f10d47a75a5fce13efc6bc784af24f4141bdd48cf7c770887afd573cca5418a9aeffcd7c5ceddfc6a78397b9a85b499da558257267caab2ad0b23ca476a53cb17fb41c4b8b475cb4f3f7165094c229c9e8c4dc0a2a5ff1903e501511221376a1cdb8364c5061a20cae74bc4acd76ceb0abc9fd3217ef9f8c90be402ddf6d8697f4f880dff15bfb7a6b28241ec8fe183c2d59e3f9dfff653c7126f0acb9e64211f42bae12af462b1070bef1ab5e3606::566f8ef683078bfdeeffa869d751a017 +# 80 bytes plaintext, submitted by Intel +aes-128-gcm:843ffcf5d2b72694d19ed01d01249412:dbcca32ebf9b804617c3aa9e:000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f:6268c6fa2a80b2d137467f092f657ac04d89be2beaa623d61b5a868c8f03ff95d3dcee23ad2f1ab3a6c80eaf4b140eb05de3457f0fbc111a6b43d0763aa422a3013cf1dc37fe417d1fbfc449b75d4cc5:00000000000000000000000000000000101112131415161718191a1b1c1d1e1f:3b629ccfbc1119b7319e1dce2cd6fd6d + +# AES XTS test vectors from IEEE Std 1619-2007 +aes-128-xts:0000000000000000000000000000000000000000000000000000000000000000:00000000000000000000000000000000:0000000000000000000000000000000000000000000000000000000000000000:917cf69ebd68b2ec9b9fe9a3eadda692cd43d2f59598ed858c02c2652fbf922e +aes-128-xts:1111111111111111111111111111111122222222222222222222222222222222:33333333330000000000000000000000:4444444444444444444444444444444444444444444444444444444444444444:c454185e6a16936e39334038acef838bfb186fff7480adc4289382ecd6d394f0 +aes-128-xts:fffefdfcfbfaf9f8f7f6f5f4f3f2f1f022222222222222222222222222222222:33333333330000000000000000000000:4444444444444444444444444444444444444444444444444444444444444444:af85336b597afc1a900b2eb21ec949d292df4c047e0b21532186a5971a227a89 +aes-128-xts:2718281828459045235360287471352631415926535897932384626433832795:00000000000000000000000000000000:000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff:27a7479befa1d476489f308cd4cfa6e2a96e4bbe3208ff25287dd3819616e89cc78cf7f5e543445f8333d8fa7f56000005279fa5d8b5e4ad40e736ddb4d35412328063fd2aab53e5ea1e0a9f332500a5df9487d07a5c92cc512c8866c7e860ce93fdf166a24912b422976146ae20ce846bb7dc9ba94a767aaef20c0d61ad02655ea92dc4c4e41a8952c651d33174be51a10c421110e6d81588ede82103a252d8a750e8768defffed9122810aaeb99f9172af82b604dc4b8e51bcb08235a6f4341332e4ca60482a4ba1a03b3e65008fc5da76b70bf1690db4eae29c5f1badd03c5ccf2a55d705ddcd86d449511ceb7ec30bf12b1fa35b913f9f747a8afd1b130e94bff94effd01a91735ca1726acd0b197c4e5b03393697e126826fb6bbde8ecc1e08298516e2c9ed03ff3c1b7860f6de76d4cecd94c8119855ef5297ca67e9f3e7ff72b1e99785ca0a7e7720c5b36dc6d72cac9574c8cbbc2f801e23e56fd344b07f22154beba0f08ce8891e643ed995c94d9a69c9f1b5f499027a78572aeebd74d20cc39881c213ee770b1010e4bea718846977ae119f7a023ab58cca0ad752afe656bb3c17256a9f6e9bf19fdd5a38fc82bbe872c5539edb609ef4f79c203ebb140f2e583cb2ad15b4aa5b655016a8449277dbd477ef2c8d6c017db738b18deb4a427d1923ce3ff262735779a418f20a282df920147beabe421ee5319d0568 +aes-128-xts:2718281828459045235360287471352631415926535897932384626433832795:01000000000000000000000000000000:27a7479befa1d476489f308cd4cfa6e2a96e4bbe3208ff25287dd3819616e89cc78cf7f5e543445f8333d8fa7f56000005279fa5d8b5e4ad40e736ddb4d35412328063fd2aab53e5ea1e0a9f332500a5df9487d07a5c92cc512c8866c7e860ce93fdf166a24912b422976146ae20ce846bb7dc9ba94a767aaef20c0d61ad02655ea92dc4c4e41a8952c651d33174be51a10c421110e6d81588ede82103a252d8a750e8768defffed9122810aaeb99f9172af82b604dc4b8e51bcb08235a6f4341332e4ca60482a4ba1a03b3e65008fc5da76b70bf1690db4eae29c5f1badd03c5ccf2a55d705ddcd86d449511ceb7ec30bf12b1fa35b913f9f747a8afd1b130e94bff94effd01a91735ca1726acd0b197c4e5b03393697e126826fb6bbde8ecc1e08298516e2c9ed03ff3c1b7860f6de76d4cecd94c8119855ef5297ca67e9f3e7ff72b1e99785ca0a7e7720c5b36dc6d72cac9574c8cbbc2f801e23e56fd344b07f22154beba0f08ce8891e643ed995c94d9a69c9f1b5f499027a78572aeebd74d20cc39881c213ee770b1010e4bea718846977ae119f7a023ab58cca0ad752afe656bb3c17256a9f6e9bf19fdd5a38fc82bbe872c5539edb609ef4f79c203ebb140f2e583cb2ad15b4aa5b655016a8449277dbd477ef2c8d6c017db738b18deb4a427d1923ce3ff262735779a418f20a282df920147beabe421ee5319d0568:264d3ca8512194fec312c8c9891f279fefdd608d0c027b60483a3fa811d65ee59d52d9e40ec5672d81532b38b6b089ce951f0f9c35590b8b978d175213f329bb1c2fd30f2f7f30492a61a532a79f51d36f5e31a7c9a12c286082ff7d2394d18f783e1a8e72c722caaaa52d8f065657d2631fd25bfd8e5baad6e527d763517501c68c5edc3cdd55435c532d7125c8614deed9adaa3acade5888b87bef641c4c994c8091b5bcd387f3963fb5bc37aa922fbfe3df4e5b915e6eb514717bdd2a74079a5073f5c4bfd46adf7d282e7a393a52579d11a028da4d9cd9c77124f9648ee383b1ac763930e7162a8d37f350b2f74b8472cf09902063c6b32e8c2d9290cefbd7346d1c779a0df50edcde4531da07b099c638e83a755944df2aef1aa31752fd323dcb710fb4bfbb9d22b925bc3577e1b8949e729a90bbafeacf7f7879e7b1147e28ba0bae940db795a61b15ecf4df8db07b824bb062802cc98a9545bb2aaeed77cb3fc6db15dcd7d80d7d5bc406c4970a3478ada8899b329198eb61c193fb6275aa8ca340344a75a862aebe92eee1ce032fd950b47d7704a3876923b4ad62844bf4a09c4dbe8b4397184b7471360c9564880aedddb9baa4af2e75394b08cd32ff479c57a07d3eab5d54de5f9738b8d27f27a9f0ab11799d7b7ffefb2704c95c6ad12c39f1e867a4b7b1d7818a4b753dfd2a89ccb45e001a03a867b187f225dd +aes-128-xts:2718281828459045235360287471352631415926535897932384626433832795:02000000000000000000000000000000:264d3ca8512194fec312c8c9891f279fefdd608d0c027b60483a3fa811d65ee59d52d9e40ec5672d81532b38b6b089ce951f0f9c35590b8b978d175213f329bb1c2fd30f2f7f30492a61a532a79f51d36f5e31a7c9a12c286082ff7d2394d18f783e1a8e72c722caaaa52d8f065657d2631fd25bfd8e5baad6e527d763517501c68c5edc3cdd55435c532d7125c8614deed9adaa3acade5888b87bef641c4c994c8091b5bcd387f3963fb5bc37aa922fbfe3df4e5b915e6eb514717bdd2a74079a5073f5c4bfd46adf7d282e7a393a52579d11a028da4d9cd9c77124f9648ee383b1ac763930e7162a8d37f350b2f74b8472cf09902063c6b32e8c2d9290cefbd7346d1c779a0df50edcde4531da07b099c638e83a755944df2aef1aa31752fd323dcb710fb4bfbb9d22b925bc3577e1b8949e729a90bbafeacf7f7879e7b1147e28ba0bae940db795a61b15ecf4df8db07b824bb062802cc98a9545bb2aaeed77cb3fc6db15dcd7d80d7d5bc406c4970a3478ada8899b329198eb61c193fb6275aa8ca340344a75a862aebe92eee1ce032fd950b47d7704a3876923b4ad62844bf4a09c4dbe8b4397184b7471360c9564880aedddb9baa4af2e75394b08cd32ff479c57a07d3eab5d54de5f9738b8d27f27a9f0ab11799d7b7ffefb2704c95c6ad12c39f1e867a4b7b1d7818a4b753dfd2a89ccb45e001a03a867b187f225dd:fa762a3680b76007928ed4a4f49a9456031b704782e65e16cecb54ed7d017b5e18abd67b338e81078f21edb7868d901ebe9c731a7c18b5e6dec1d6a72e078ac9a4262f860beefa14f4e821018272e411a951502b6e79066e84252c3346f3aa62344351a291d4bedc7a07618bdea2af63145cc7a4b8d4070691ae890cd65733e7946e9021a1dffc4c59f159425ee6d50ca9b135fa6162cea18a939838dc000fb386fad086acce5ac07cb2ece7fd580b00cfa5e98589631dc25e8e2a3daf2ffdec26531659912c9d8f7a15e5865ea8fb5816d6207052bd7128cd743c12c8118791a4736811935eb982a532349e31dd401e0b660a568cb1a4711f552f55ded59f1f15bf7196b3ca12a91e488ef59d64f3a02bf45239499ac6176ae321c4a211ec545365971c5d3f4f09d4eb139bfdf2073d33180b21002b65cc9865e76cb24cd92c874c24c18350399a936ab3637079295d76c417776b94efce3a0ef7206b15110519655c956cbd8b2489405ee2b09a6b6eebe0c53790a12a8998378b33a5b71159625f4ba49d2a2fdba59fbf0897bc7aabd8d707dc140a80f0f309f835d3da54ab584e501dfa0ee977fec543f74186a802b9a37adb3e8291eca04d66520d229e60401e7282bef486ae059aa70696e0e305d777140a7a883ecdcb69b9ff938e8a4231864c69ca2c2043bed007ff3e605e014bcf518138dc3a25c5e236171a2d01d6 +aes-128-xts:2718281828459045235360287471352631415926535897932384626433832795:fd000000000000000000000000000000:8e41b78c390b5af9d758bb214a67e9f6bf7727b09ac6124084c37611398fa45daad94868600ed391fb1acd4857a95b466e62ef9f4b377244d1c152e7b30d731aad30c716d214b707aed99eb5b5e580b3e887cf7497465651d4b60e6042051da3693c3b78c14489543be8b6ad0ba629565bba202313ba7b0d0c94a3252b676f46cc02ce0f8a7d34c0ed229129673c1f61aed579d08a9203a25aac3a77e9db60267996db38df637356d9dcd1632e369939f2a29d89345c66e05066f1a3677aef18dea4113faeb629e46721a66d0a7e785d3e29af2594eb67dfa982affe0aac058f6e15864269b135418261fc3afb089472cf68c45dd7f231c6249ba0255e1e033833fc4d00a3fe02132d7bc3873614b8aee34273581ea0325c81f0270affa13641d052d36f0757d484014354d02d6883ca15c24d8c3956b1bd027bcf41f151fd8023c5340e5606f37e90fdb87c86fb4fa634b3718a30bace06a66eaf8f63c4aa3b637826a87fe8cfa44282e92cb1615af3a28e53bc74c7cba1a0977be9065d0c1a5dec6c54ae38d37f37aa35283e048e5530a85c4e7a29d7b92ec0c3169cdf2a805c7604bce60049b9fb7b8eaac10f51ae23794ceba68bb58112e293b9b692ca721b37c662f8574ed4dba6f88e170881c82cddc1034a0ca7e284bf0962b6b26292d836fa9f73c1ac770eef0f2d3a1eaf61d3e03555fd424eedd67e18a18094f888:d55f684f81f4426e9fde92a5ff02df2ac896af63962888a97910c1379e20b0a3b1db613fb7fe2e07004329ea5c22bfd33e3dbe4cf58cc608c2c26c19a2e2fe22f98732c2b5cb844cc6c0702d91e1d50fc4382a7eba5635cd602432a2306ac4ce82f8d70c8d9bc15f918fe71e74c622d5cf71178bf6e0b9cc9f2b41dd8dbe441c41cd0c73a6dc47a348f6702f9d0e9b1b1431e948e299b9ec2272ab2c5f0c7be86affa5dec87a0bee81d3d50007edaa2bcfccb35605155ff36ed8edd4a40dcd4b243acd11b2b987bdbfaf91a7cac27e9c5aea525ee53de7b2d3332c8644402b823e94a7db26276d2d23aa07180f76b4fd29b9c0823099c9d62c519880aee7e9697617c1497d47bf3e571950311421b6b734d38b0db91eb85331b91ea9f61530f54512a5a52a4bad589eb69781d537f23297bb459bdad2948a29e1550bf4787e0be95bb173cf5fab17dab7a13a052a63453d97ccec1a321954886b7a1299faaeecae35c6eaaca753b041b5e5f093bf83397fd21dd6b3012066fcc058cc32c3b09d7562dee29509b5839392c9ff05f51f3166aaac4ac5f238038a3045e6f72e48ef0fe8bc675e82c318a268e43970271bf119b81bf6a982746554f84e72b9f00280a320a08142923c23c883423ff949827f29bbacdc1ccdb04938ce6098c95ba6b32528f4ef78eed778b2e122ddfd1cbdd11d1c0a6783e011fc536d63d053260637 +aes-128-xts:2718281828459045235360287471352631415926535897932384626433832795:fe000000000000000000000000000000:d55f684f81f4426e9fde92a5ff02df2ac896af63962888a97910c1379e20b0a3b1db613fb7fe2e07004329ea5c22bfd33e3dbe4cf58cc608c2c26c19a2e2fe22f98732c2b5cb844cc6c0702d91e1d50fc4382a7eba5635cd602432a2306ac4ce82f8d70c8d9bc15f918fe71e74c622d5cf71178bf6e0b9cc9f2b41dd8dbe441c41cd0c73a6dc47a348f6702f9d0e9b1b1431e948e299b9ec2272ab2c5f0c7be86affa5dec87a0bee81d3d50007edaa2bcfccb35605155ff36ed8edd4a40dcd4b243acd11b2b987bdbfaf91a7cac27e9c5aea525ee53de7b2d3332c8644402b823e94a7db26276d2d23aa07180f76b4fd29b9c0823099c9d62c519880aee7e9697617c1497d47bf3e571950311421b6b734d38b0db91eb85331b91ea9f61530f54512a5a52a4bad589eb69781d537f23297bb459bdad2948a29e1550bf4787e0be95bb173cf5fab17dab7a13a052a63453d97ccec1a321954886b7a1299faaeecae35c6eaaca753b041b5e5f093bf83397fd21dd6b3012066fcc058cc32c3b09d7562dee29509b5839392c9ff05f51f3166aaac4ac5f238038a3045e6f72e48ef0fe8bc675e82c318a268e43970271bf119b81bf6a982746554f84e72b9f00280a320a08142923c23c883423ff949827f29bbacdc1ccdb04938ce6098c95ba6b32528f4ef78eed778b2e122ddfd1cbdd11d1c0a6783e011fc536d63d053260637:72efc1ebfe1ee25975a6eb3aa8589dda2b261f1c85bdab442a9e5b2dd1d7c3957a16fc08e526d4b1223f1b1232a11af274c3d70dac57f83e0983c498f1a6f1aecb021c3e70085a1e527f1ce41ee5911a82020161529cd82773762daf5459de94a0a82adae7e1703c808543c29ed6fb32d9e004327c1355180c995a07741493a09c21ba01a387882da4f62534b87bb15d60d197201c0fd3bf30c1500a3ecfecdd66d8721f90bcc4c17ee925c61b0a03727a9c0d5f5ca462fbfa0af1c2513a9d9d4b5345bd27a5f6e653f751693e6b6a2b8ead57d511e00e58c45b7b8d005af79288f5c7c22fd4f1bf7a898b03a5634c6a1ae3f9fae5de4f296a2896b23e7ed43ed14fa5a2803f4d28f0d3ffcf24757677aebdb47bb388378708948a8d4126ed1839e0da29a537a8c198b3c66ab00712dd261674bf45a73d67f76914f830ca014b65596f27e4cf62de66125a5566df9975155628b400fbfb3a29040ed50faffdbb18aece7c5c44693260aab386c0a37b11b114f1c415aebb653be468179428d43a4d8bc3ec38813eca30a13cf1bb18d524f1992d44d8b1a42ea30b22e6c95b199d8d182f8840b09d059585c31ad691fa0619ff038aca2c39a943421157361717c49d322028a74648113bd8c9d7ec77cf3c89c1ec8718ceff8516d96b34c3c614f10699c9abc4ed0411506223bea16af35c883accdbe1104eef0cfdb54e12fb230a +aes-128-xts:2718281828459045235360287471352631415926535897932384626433832795:ff000000000000000000000000000000:72efc1ebfe1ee25975a6eb3aa8589dda2b261f1c85bdab442a9e5b2dd1d7c3957a16fc08e526d4b1223f1b1232a11af274c3d70dac57f83e0983c498f1a6f1aecb021c3e70085a1e527f1ce41ee5911a82020161529cd82773762daf5459de94a0a82adae7e1703c808543c29ed6fb32d9e004327c1355180c995a07741493a09c21ba01a387882da4f62534b87bb15d60d197201c0fd3bf30c1500a3ecfecdd66d8721f90bcc4c17ee925c61b0a03727a9c0d5f5ca462fbfa0af1c2513a9d9d4b5345bd27a5f6e653f751693e6b6a2b8ead57d511e00e58c45b7b8d005af79288f5c7c22fd4f1bf7a898b03a5634c6a1ae3f9fae5de4f296a2896b23e7ed43ed14fa5a2803f4d28f0d3ffcf24757677aebdb47bb388378708948a8d4126ed1839e0da29a537a8c198b3c66ab00712dd261674bf45a73d67f76914f830ca014b65596f27e4cf62de66125a5566df9975155628b400fbfb3a29040ed50faffdbb18aece7c5c44693260aab386c0a37b11b114f1c415aebb653be468179428d43a4d8bc3ec38813eca30a13cf1bb18d524f1992d44d8b1a42ea30b22e6c95b199d8d182f8840b09d059585c31ad691fa0619ff038aca2c39a943421157361717c49d322028a74648113bd8c9d7ec77cf3c89c1ec8718ceff8516d96b34c3c614f10699c9abc4ed0411506223bea16af35c883accdbe1104eef0cfdb54e12fb230a:3260ae8dad1f4a32c5cafe3ab0eb95549d461a67ceb9e5aa2d3afb62dece0553193ba50c75be251e08d1d08f1088576c7efdfaaf3f459559571e12511753b07af073f35da06af0ce0bbf6b8f5ccc5cea500ec1b211bd51f63b606bf6528796ca12173ba39b8935ee44ccce646f90a45bf9ccc567f0ace13dc2d53ebeedc81f58b2e41179dddf0d5a5c42f5d8506c1a5d2f8f59f3ea873cbcd0eec19acbf325423bd3dcb8c2b1bf1d1eaed0eba7f0698e4314fbeb2f1566d1b9253008cbccf45a2b0d9c5c9c21474f4076e02be26050b99dee4fd68a4cf890e496e4fcae7b70f94ea5a9062da0daeba1993d2ccd1dd3c244b8428801495a58b216547e7e847c46d1d756377b6242d2e5fb83bf752b54e0df71e889f3a2bb0f4c10805bf3c590376e3c24e22ff57f7fa965577375325cea5d920db94b9c336b455f6e894c01866fe9fbb8c8d3f70a2957285f6dfb5dcd8cbf54782f8fe7766d4723819913ac773421e3a31095866bad22c86a6036b2518b2059b4229d18c8c2ccbdf906c6cc6e82464ee57bddb0bebcb1dc645325bfb3e665ef7251082c88ebb1cf203bd779fdd38675713c8daadd17e1cabee432b09787b6ddf3304e38b731b45df5df51b78fcfb3d32466028d0ba36555e7e11ab0ee0666061d1645d962444bc47a38188930a84b4d561395c73c087021927ca638b7afc8a8679ccb84c26555440ec7f10445cd + +aes-256-xts:27182818284590452353602874713526624977572470936999595749669676273141592653589793238462643383279502884197169399375105820974944592:ff000000000000000000000000000000:000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff:1c3b3a102f770386e4836c99e370cf9bea00803f5e482357a4ae12d414a3e63b5d31e276f8fe4a8d66b317f9ac683f44680a86ac35adfc3345befecb4bb188fd5776926c49a3095eb108fd1098baec70aaa66999a72a82f27d848b21d4a741b0c5cd4d5fff9dac89aeba122961d03a757123e9870f8acf1000020887891429ca2a3e7a7d7df7b10355165c8b9a6d0a7de8b062c4500dc4cd120c0f7418dae3d0b5781c34803fa75421c790dfe1de1834f280d7667b327f6c8cd7557e12ac3a0f93ec05c52e0493ef31a12d3d9260f79a289d6a379bc70c50841473d1a8cc81ec583e9645e07b8d9670655ba5bbcfecc6dc3966380ad8fecb17b6ba02469a020a84e18e8f84252070c13e9f1f289be54fbc481457778f616015e1327a02b140f1505eb309326d68378f8374595c849d84f4c333ec4423885143cb47bd71c5edae9be69a2ffeceb1bec9de244fbe15992b11b77c040f12bd8f6a975a44a0f90c29a9abc3d4d893927284c58754cce294529f8614dcd2aba991925fedc4ae74ffac6e333b93eb4aff0479da9a410e4450e0dd7ae4c6e2910900575da401fc07059f645e8b7e9bfdef33943054ff84011493c27b3429eaedb4ed5376441a77ed43851ad77f16f541dfd269d50d6a5f14fb0aab1cbb4c1550be97f7ab4066193c4caa773dad38014bd2092fa755c824bb5e54c4f36ffda9fcea70b9c6e693e148c151 +aes-256-xts:27182818284590452353602874713526624977572470936999595749669676273141592653589793238462643383279502884197169399375105820974944592:ffff0000000000000000000000000000:000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff:77a31251618a15e6b92d1d66dffe7b50b50bad552305ba0217a610688eff7e11e1d0225438e093242d6db274fde801d4cae06f2092c728b2478559df58e837c2469ee4a4fa794e4bbc7f39bc026e3cb72c33b0888f25b4acf56a2a9804f1ce6d3d6e1dc6ca181d4b546179d55544aa7760c40d06741539c7e3cd9d2f6650b2013fd0eeb8c2b8e3d8d240ccae2d4c98320a7442e1c8d75a42d6e6cfa4c2eca1798d158c7aecdf82490f24bb9b38e108bcda12c3faf9a21141c3613b58367f922aaa26cd22f23d708dae699ad7cb40a8ad0b6e2784973dcb605684c08b8d6998c69aac049921871ebb65301a4619ca80ecb485a31d744223ce8ddc2394828d6a80470c092f5ba413c3378fa6054255c6f9df4495862bbb3287681f931b687c888abf844dfc8fc28331e579928cd12bd2390ae123cf03818d14dedde5c0c24c8ab018bfca75ca096f2d531f3d1619e785f1ada437cab92e980558b3dce1474afb75bfedbf8ff54cb2618e0244c9ac0d3c66fb51598cd2db11f9be39791abe447c63094f7c453b7ff87cb5bb36b7c79efb0872d17058b83b15ab0866ad8a58656c5a7e20dbdf308b2461d97c0ec0024a2715055249cf3b478ddd4740de654f75ca686e0d7345c69ed50cdc2a8b332b1f8824108ac937eb050585608ee734097fc09054fbff89eeaeea791f4a7ab1f9868294a4f9e27b42af8100cb9d59cef9645803 +aes-256-xts:27182818284590452353602874713526624977572470936999595749669676273141592653589793238462643383279502884197169399375105820974944592:ffffff00000000000000000000000000:000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff:e387aaa58ba483afa7e8eb469778317ecf4cf573aa9d4eac23f2cdf914e4e200a8b490e42ee646802dc6ee2b471b278195d60918ececb44bf79966f83faba0499298ebc699c0c8634715a320bb4f075d622e74c8c932004f25b41e361025b5a87815391f6108fc4afa6a05d9303c6ba68a128a55705d415985832fdeaae6c8e19110e84d1b1f199a2692119edc96132658f09da7c623efcec712537a3d94c0bf5d7e352ec94ae5797fdb377dc1551150721adf15bd26a8efc2fcaad56881fa9e62462c28f30ae1ceaca93c345cf243b73f542e2074a705bd2643bb9f7cc79bb6e7091ea6e232df0f9ad0d6cf502327876d82207abf2115cdacf6d5a48f6c1879a65b115f0f8b3cb3c59d15dd8c769bc014795a1837f3901b5845eb491adfefe097b1fa30a12fc1f65ba22905031539971a10f2f36c321bb51331cdefb39e3964c7ef079994f5b69b2edd83a71ef549971ee93f44eac3938fcdd61d01fa71799da3a8091c4c48aa9ed263ff0749df95d44fef6a0bb578ec69456aa5408ae32c7af08ad7ba8921287e3bbee31b767be06a0e705c864a769137df28292283ea81a2480241b44d9921cdbec1bc28dc1fda114bd8e5217ac9d8ebafa720e9da4f9ace231cc949e5b96fe76ffc21063fddc83a6b8679c00d35e09576a875305bed5f36ed242c8900dd1fa965bc950dfce09b132263a1eef52dd6888c309f5a7d712826 +aes-256-xts:27182818284590452353602874713526624977572470936999595749669676273141592653589793238462643383279502884197169399375105820974944592:ffffffff000000000000000000000000:000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff:bf53d2dade78e822a4d949a9bc6766b01b06a8ef70d26748c6a7fc36d80ae4c5520f7c4ab0ac8544424fa405162fef5a6b7f229498063618d39f0003cb5fb8d1c86b643497da1ff945c8d3bedeca4f479702a7a735f043ddb1d6aaade3c4a0ac7ca7f3fa5279bef56f82cd7a2f38672e824814e10700300a055e1630b8f1cb0e919f5e942010a416e2bf48cb46993d3cb6a51c19bacf864785a00bc2ecff15d350875b246ed53e68be6f55bd7e05cfc2b2ed6432198a6444b6d8c247fab941f569768b5c429366f1d3f00f0345b96123d56204c01c63b22ce78baf116e525ed90fdea39fa469494d3866c31e05f295ff21fea8d4e6e13d67e47ce722e9698a1c1048d68ebcde76b86fcf976eab8aa9790268b7068e017a8b9b749409514f1053027fd16c3786ea1bac5f15cb79711ee2abe82f5cf8b13ae73030ef5b9e4457e75d1304f988d62dd6fc4b94ed38ba831da4b7634971b6cd8ec325d9c61c00f1df73627ed3745a5e8489f3a95c69639c32cd6e1d537a85f75cc844726e8a72fc0077ad22000f1d5078f6b866318c668f1ad03d5a5fced5219f2eabbd0aa5c0f460d183f04404a0d6f469558e81fab24a167905ab4c7878502ad3e38fdbe62a41556cec37325759533ce8f25f367c87bb5578d667ae93f9e2fd99bcbc5f2fbba88cf6516139420fcff3b7361d86322c4bd84c82f335abb152c4a93411373aaa8220 +aes-256-xts:27182818284590452353602874713526624977572470936999595749669676273141592653589793238462643383279502884197169399375105820974944592:ffffffffff0000000000000000000000:000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff:64497e5a831e4a932c09be3e5393376daa599548b816031d224bbf50a818ed2350eae7e96087c8a0db51ad290bd00c1ac1620857635bf246c176ab463be30b808da548081ac847b158e1264be25bb0910bbc92647108089415d45fab1b3d2604e8a8eff1ae4020cfa39936b66827b23f371b92200be90251e6d73c5f86de5fd4a950781933d79a28272b782a2ec313efdfcc0628f43d744c2dc2ff3dcb66999b50c7ca895b0c64791eeaa5f29499fb1c026f84ce5b5c72ba1083cddb5ce45434631665c333b60b11593fb253c5179a2c8db813782a004856a1653011e93fb6d876c18366dd8683f53412c0c180f9c848592d593f8609ca736317d356e13e2bff3a9f59cd9aeb19cd482593d8c46128bb32423b37a9adfb482b99453fbe25a41bf6feb4aa0bef5ed24bf73c762978025482c13115e4015aac992e5613a3b5c2f685b84795cb6e9b2656d8c88157e52c42f978d8634c43d06fea928f2822e465aa6576e9bf419384506cc3ce3c54ac1a6f67dc66f3b30191e698380bc999b05abce19dc0c6dcc2dd001ec535ba18deb2df1a101023108318c75dc98611a09dc48a0acdec676fabdf222f07e026f059b672b56e5cbc8e1d21bbd867dd927212054681d70ea737134cdfce93b6f82ae22423274e58a0821cc5502e2d0ab4585e94de6975be5e0b4efce51cd3e70c25a1fbbbd609d273ad5b0d59631c531f6a0a57b9 + +aes-128-xts:fffefdfcfbfaf9f8f7f6f5f4f3f2f1f0bfbebdbcbbbab9b8b7b6b5b4b3b2b1b0:9a785634120000000000000000000000:000102030405060708090a0b0c0d0e0f10:6c1625db4671522d3d7599601de7ca09ed +aes-128-xts:fffefdfcfbfaf9f8f7f6f5f4f3f2f1f0bfbebdbcbbbab9b8b7b6b5b4b3b2b1b0:9a785634120000000000000000000000:000102030405060708090a0b0c0d0e0f1011:d069444b7a7e0cab09e24447d24deb1fedbf +aes-128-xts:fffefdfcfbfaf9f8f7f6f5f4f3f2f1f0bfbebdbcbbbab9b8b7b6b5b4b3b2b1b0:9a785634120000000000000000000000:000102030405060708090a0b0c0d0e0f101112:e5df1351c0544ba1350b3363cd8ef4beedbf9d +aes-128-xts:fffefdfcfbfaf9f8f7f6f5f4f3f2f1f0bfbebdbcbbbab9b8b7b6b5b4b3b2b1b0:9a785634120000000000000000000000:000102030405060708090a0b0c0d0e0f10111213:9d84c813f719aa2c7be3f66171c7c5c2edbf9dac +aes-128-xts:e0e1e2e3e4e5e6e7e8e9eaebecedeeefc0c1c2c3c4c5c6c7c8c9cacbcccdcecf:21436587a90000000000000000000000:000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff:38b45812ef43a05bd957e545907e223b954ab4aaf088303ad910eadf14b42be68b2461149d8c8ba85f992be970bc621f1b06573f63e867bf5875acafa04e42ccbd7bd3c2a0fb1fff791ec5ec36c66ae4ac1e806d81fbf709dbe29e471fad38549c8e66f5345d7c1eb94f405d1ec785cc6f6a68f6254dd8339f9d84057e01a17741990482999516b5611a38f41bb6478e6f173f320805dd71b1932fc333cb9ee39936beea9ad96fa10fb4112b901734ddad40bc1878995f8e11aee7d141a2f5d48b7a4e1e7f0b2c04830e69a4fd1378411c2f287edf48c6c4e5c247a19680f7fe41cefbd49b582106e3616cbbe4dfb2344b2ae9519391f3e0fb4922254b1d6d2d19c6d4d537b3a26f3bcc51588b32f3eca0829b6a5ac72578fb814fb43cf80d64a233e3f997a3f02683342f2b33d25b492536b93becb2f5e1a8b82f5b883342729e8ae09d16938841a21a97fb543eea3bbff59f13c1a18449e398701c1ad51648346cbc04c27bb2da3b93a1372ccae548fb53bee476f9e9c91773b1bb19828394d55d3e1a20ed69113a860b6829ffa847224604435070221b257e8dff783615d2cae4803a93aa4334ab482a0afac9c0aeda70b45a481df5dec5df8cc0f423c77a5fd46cd312021d4b438862419a791be03bb4d97c0e59578542531ba466a83baf92cefc151b5cc1611a167893819b63fb8a6b18e86de60290fa72b797b0ce59f3 +# AES wrap tests from RFC3394 +id-aes128-wrap:000102030405060708090A0B0C0D0E0F::00112233445566778899AABBCCDDEEFF:1FA68B0A8112B447AEF34BD8FB5A7B829D3E862371D2CFE5 +id-aes192-wrap:000102030405060708090A0B0C0D0E0F1011121314151617::00112233445566778899AABBCCDDEEFF:96778B25AE6CA435F92B5B97C050AED2468AB8A17AD84E5D +id-aes256-wrap:000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F::00112233445566778899AABBCCDDEEFF:64E8C3F9CE0F5BA263E9777905818A2A93C8191E7D6E8AE7 +id-aes192-wrap:000102030405060708090A0B0C0D0E0F1011121314151617::00112233445566778899AABBCCDDEEFF0001020304050607:031D33264E15D33268F24EC260743EDCE1C6C7DDEE725A936BA814915C6762D2 +id-aes256-wrap:000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F::00112233445566778899AABBCCDDEEFF0001020304050607:A8F9BC1612C68B3FF6E6F4FBE30E71E4769C8B80A32CB8958CD5D17D6B254DA1 +id-aes256-wrap:000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F::00112233445566778899AABBCCDDEEFF000102030405060708090A0B0C0D0E0F:28C9F404C4B810F4CBCCB35CFB87F8263F5786E2D80ED326CBC7F0E71A99F43BFB988B9B7A02DD21 diff --git a/openssl/test/igetest.c b/openssl/test/igetest.c index 1ba900244..0c7b3573d 100644 --- a/openssl/test/igetest.c +++ b/openssl/test/igetest.c @@ -7,7 +7,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -55,449 +55,430 @@ #include #include -#define TEST_SIZE 128 +#define TEST_SIZE 128 #define BIG_TEST_SIZE 10240 -static void hexdump(FILE *f,const char *title,const unsigned char *s,int l) - { - int n=0; - - fprintf(f,"%s",title); - for( ; n < l ; ++n) - { - if((n%16) == 0) - fprintf(f,"\n%04x",n); - fprintf(f," %02x",s[n]); - } - fprintf(f,"\n"); - } - -#define MAX_VECTOR_SIZE 64 +static void hexdump(FILE *f, const char *title, const unsigned char *s, int l) +{ + int n = 0; -struct ige_test - { - const unsigned char key[16]; - const unsigned char iv[32]; - const unsigned char in[MAX_VECTOR_SIZE]; - const unsigned char out[MAX_VECTOR_SIZE]; - const size_t length; - const int encrypt; - }; + fprintf(f, "%s", title); + for (; n < l; ++n) { + if ((n % 16) == 0) + fprintf(f, "\n%04x", n); + fprintf(f, " %02x", s[n]); + } + fprintf(f, "\n"); +} + +#define MAX_VECTOR_SIZE 64 + +struct ige_test { + const unsigned char key[16]; + const unsigned char iv[32]; + const unsigned char in[MAX_VECTOR_SIZE]; + const unsigned char out[MAX_VECTOR_SIZE]; + const size_t length; + const int encrypt; +}; static struct ige_test const ige_test_vectors[] = { -{ { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, - 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f }, /* key */ - { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, - 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, - 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, - 0x18, 0x19, 0x1a, 0x1b, 0x1c, 0x1d, 0x1e, 0x1f }, /* iv */ - { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }, /* in */ - { 0x1a, 0x85, 0x19, 0xa6, 0x55, 0x7b, 0xe6, 0x52, - 0xe9, 0xda, 0x8e, 0x43, 0xda, 0x4e, 0xf4, 0x45, - 0x3c, 0xf4, 0x56, 0xb4, 0xca, 0x48, 0x8a, 0xa3, - 0x83, 0xc7, 0x9c, 0x98, 0xb3, 0x47, 0x97, 0xcb }, /* out */ - 32, AES_ENCRYPT }, /* test vector 0 */ - -{ { 0x54, 0x68, 0x69, 0x73, 0x20, 0x69, 0x73, 0x20, - 0x61, 0x6e, 0x20, 0x69, 0x6d, 0x70, 0x6c, 0x65 }, /* key */ - { 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x20, 0x6f, 0x66, 0x20, 0x49, 0x47, 0x45, - 0x20, 0x6d, 0x6f, 0x64, 0x65, 0x20, 0x66, 0x6f, - 0x72, 0x20, 0x4f, 0x70, 0x65, 0x6e, 0x53, 0x53 }, /* iv */ - { 0x4c, 0x2e, 0x20, 0x4c, 0x65, 0x74, 0x27, 0x73, - 0x20, 0x68, 0x6f, 0x70, 0x65, 0x20, 0x42, 0x65, - 0x6e, 0x20, 0x67, 0x6f, 0x74, 0x20, 0x69, 0x74, - 0x20, 0x72, 0x69, 0x67, 0x68, 0x74, 0x21, 0x0a }, /* in */ - { 0x99, 0x70, 0x64, 0x87, 0xa1, 0xcd, 0xe6, 0x13, - 0xbc, 0x6d, 0xe0, 0xb6, 0xf2, 0x4b, 0x1c, 0x7a, - 0xa4, 0x48, 0xc8, 0xb9, 0xc3, 0x40, 0x3e, 0x34, - 0x67, 0xa8, 0xca, 0xd8, 0x93, 0x40, 0xf5, 0x3b }, /* out */ - 32, AES_DECRYPT }, /* test vector 1 */ + {{0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, + 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f}, /* key */ + {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, + 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, + 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, + 0x18, 0x19, 0x1a, 0x1b, 0x1c, 0x1d, 0x1e, 0x1f}, /* iv */ + {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* in */ + {0x1a, 0x85, 0x19, 0xa6, 0x55, 0x7b, 0xe6, 0x52, + 0xe9, 0xda, 0x8e, 0x43, 0xda, 0x4e, 0xf4, 0x45, + 0x3c, 0xf4, 0x56, 0xb4, 0xca, 0x48, 0x8a, 0xa3, + 0x83, 0xc7, 0x9c, 0x98, 0xb3, 0x47, 0x97, 0xcb}, /* out */ + 32, AES_ENCRYPT}, /* test vector 0 */ + + {{0x54, 0x68, 0x69, 0x73, 0x20, 0x69, 0x73, 0x20, + 0x61, 0x6e, 0x20, 0x69, 0x6d, 0x70, 0x6c, 0x65}, /* key */ + {0x6d, 0x65, 0x6e, 0x74, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x20, 0x6f, 0x66, 0x20, 0x49, 0x47, 0x45, + 0x20, 0x6d, 0x6f, 0x64, 0x65, 0x20, 0x66, 0x6f, + 0x72, 0x20, 0x4f, 0x70, 0x65, 0x6e, 0x53, 0x53}, /* iv */ + {0x4c, 0x2e, 0x20, 0x4c, 0x65, 0x74, 0x27, 0x73, + 0x20, 0x68, 0x6f, 0x70, 0x65, 0x20, 0x42, 0x65, + 0x6e, 0x20, 0x67, 0x6f, 0x74, 0x20, 0x69, 0x74, + 0x20, 0x72, 0x69, 0x67, 0x68, 0x74, 0x21, 0x0a}, /* in */ + {0x99, 0x70, 0x64, 0x87, 0xa1, 0xcd, 0xe6, 0x13, + 0xbc, 0x6d, 0xe0, 0xb6, 0xf2, 0x4b, 0x1c, 0x7a, + 0xa4, 0x48, 0xc8, 0xb9, 0xc3, 0x40, 0x3e, 0x34, + 0x67, 0xa8, 0xca, 0xd8, 0x93, 0x40, 0xf5, 0x3b}, /* out */ + 32, AES_DECRYPT}, /* test vector 1 */ }; -struct bi_ige_test - { - const unsigned char key1[32]; - const unsigned char key2[32]; - const unsigned char iv[64]; - const unsigned char in[MAX_VECTOR_SIZE]; - const unsigned char out[MAX_VECTOR_SIZE]; - const size_t keysize; - const size_t length; - const int encrypt; - }; +struct bi_ige_test { + const unsigned char key1[32]; + const unsigned char key2[32]; + const unsigned char iv[64]; + const unsigned char in[MAX_VECTOR_SIZE]; + const unsigned char out[MAX_VECTOR_SIZE]; + const size_t keysize; + const size_t length; + const int encrypt; +}; static struct bi_ige_test const bi_ige_test_vectors[] = { -{ { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, - 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f }, /* key1 */ - { 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, - 0x18, 0x19, 0x1a, 0x1b, 0x1c, 0x1d, 0x1e, 0x1f }, /* key2 */ - { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, - 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, - 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, - 0x18, 0x19, 0x1a, 0x1b, 0x1c, 0x1d, 0x1e, 0x1f, - 0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27, - 0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x2d, 0x2e, 0x2f, - 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, - 0x38, 0x39, 0x3a, 0x3b, 0x3c, 0x3d, 0x3e, 0x3f }, /* iv */ - { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }, /* in */ - { 0x14, 0x40, 0x6f, 0xae, 0xa2, 0x79, 0xf2, 0x56, - 0x1f, 0x86, 0xeb, 0x3b, 0x7d, 0xff, 0x53, 0xdc, - 0x4e, 0x27, 0x0c, 0x03, 0xde, 0x7c, 0xe5, 0x16, - 0x6a, 0x9c, 0x20, 0x33, 0x9d, 0x33, 0xfe, 0x12 }, /* out */ - 16, 32, AES_ENCRYPT }, /* test vector 0 */ -{ { 0x58, 0x0a, 0x06, 0xe9, 0x97, 0x07, 0x59, 0x5c, - 0x9e, 0x19, 0xd2, 0xa7, 0xbb, 0x40, 0x2b, 0x7a, - 0xc7, 0xd8, 0x11, 0x9e, 0x4c, 0x51, 0x35, 0x75, - 0x64, 0x28, 0x0f, 0x23, 0xad, 0x74, 0xac, 0x37 }, /* key1 */ - { 0xd1, 0x80, 0xa0, 0x31, 0x47, 0xa3, 0x11, 0x13, - 0x86, 0x26, 0x9e, 0x6d, 0xff, 0xaf, 0x72, 0x74, - 0x5b, 0xa2, 0x35, 0x81, 0xd2, 0xa6, 0x3d, 0x21, - 0x67, 0x7b, 0x58, 0xa8, 0x18, 0xf9, 0x72, 0xe4 }, /* key2 */ - { 0x80, 0x3d, 0xbd, 0x4c, 0xe6, 0x7b, 0x06, 0xa9, - 0x53, 0x35, 0xd5, 0x7e, 0x71, 0xc1, 0x70, 0x70, - 0x74, 0x9a, 0x00, 0x28, 0x0c, 0xbf, 0x6c, 0x42, - 0x9b, 0xa4, 0xdd, 0x65, 0x11, 0x77, 0x7c, 0x67, - 0xfe, 0x76, 0x0a, 0xf0, 0xd5, 0xc6, 0x6e, 0x6a, - 0xe7, 0x5e, 0x4c, 0xf2, 0x7e, 0x9e, 0xf9, 0x20, - 0x0e, 0x54, 0x6f, 0x2d, 0x8a, 0x8d, 0x7e, 0xbd, - 0x48, 0x79, 0x37, 0x99, 0xff, 0x27, 0x93, 0xa3 }, /* iv */ - { 0xf1, 0x54, 0x3d, 0xca, 0xfe, 0xb5, 0xef, 0x1c, - 0x4f, 0xa6, 0x43, 0xf6, 0xe6, 0x48, 0x57, 0xf0, - 0xee, 0x15, 0x7f, 0xe3, 0xe7, 0x2f, 0xd0, 0x2f, - 0x11, 0x95, 0x7a, 0x17, 0x00, 0xab, 0xa7, 0x0b, - 0xbe, 0x44, 0x09, 0x9c, 0xcd, 0xac, 0xa8, 0x52, - 0xa1, 0x8e, 0x7b, 0x75, 0xbc, 0xa4, 0x92, 0x5a, - 0xab, 0x46, 0xd3, 0x3a, 0xa0, 0xd5, 0x35, 0x1c, - 0x55, 0xa4, 0xb3, 0xa8, 0x40, 0x81, 0xa5, 0x0b}, /* in */ - { 0x42, 0xe5, 0x28, 0x30, 0x31, 0xc2, 0xa0, 0x23, - 0x68, 0x49, 0x4e, 0xb3, 0x24, 0x59, 0x92, 0x79, - 0xc1, 0xa5, 0xcc, 0xe6, 0x76, 0x53, 0xb1, 0xcf, - 0x20, 0x86, 0x23, 0xe8, 0x72, 0x55, 0x99, 0x92, - 0x0d, 0x16, 0x1c, 0x5a, 0x2f, 0xce, 0xcb, 0x51, - 0xe2, 0x67, 0xfa, 0x10, 0xec, 0xcd, 0x3d, 0x67, - 0xa5, 0xe6, 0xf7, 0x31, 0x26, 0xb0, 0x0d, 0x76, - 0x5e, 0x28, 0xdc, 0x7f, 0x01, 0xc5, 0xa5, 0x4c}, /* out */ - 32, 64, AES_ENCRYPT }, /* test vector 1 */ + {{0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, + 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f}, /* key1 */ + {0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, + 0x18, 0x19, 0x1a, 0x1b, 0x1c, 0x1d, 0x1e, 0x1f}, /* key2 */ + {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, + 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, + 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, + 0x18, 0x19, 0x1a, 0x1b, 0x1c, 0x1d, 0x1e, 0x1f, + 0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27, + 0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x2d, 0x2e, 0x2f, + 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, + 0x38, 0x39, 0x3a, 0x3b, 0x3c, 0x3d, 0x3e, 0x3f}, /* iv */ + {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* in */ + {0x14, 0x40, 0x6f, 0xae, 0xa2, 0x79, 0xf2, 0x56, + 0x1f, 0x86, 0xeb, 0x3b, 0x7d, 0xff, 0x53, 0xdc, + 0x4e, 0x27, 0x0c, 0x03, 0xde, 0x7c, 0xe5, 0x16, + 0x6a, 0x9c, 0x20, 0x33, 0x9d, 0x33, 0xfe, 0x12}, /* out */ + 16, 32, AES_ENCRYPT}, /* test vector 0 */ + {{0x58, 0x0a, 0x06, 0xe9, 0x97, 0x07, 0x59, 0x5c, + 0x9e, 0x19, 0xd2, 0xa7, 0xbb, 0x40, 0x2b, 0x7a, + 0xc7, 0xd8, 0x11, 0x9e, 0x4c, 0x51, 0x35, 0x75, + 0x64, 0x28, 0x0f, 0x23, 0xad, 0x74, 0xac, 0x37}, /* key1 */ + {0xd1, 0x80, 0xa0, 0x31, 0x47, 0xa3, 0x11, 0x13, + 0x86, 0x26, 0x9e, 0x6d, 0xff, 0xaf, 0x72, 0x74, + 0x5b, 0xa2, 0x35, 0x81, 0xd2, 0xa6, 0x3d, 0x21, + 0x67, 0x7b, 0x58, 0xa8, 0x18, 0xf9, 0x72, 0xe4}, /* key2 */ + {0x80, 0x3d, 0xbd, 0x4c, 0xe6, 0x7b, 0x06, 0xa9, + 0x53, 0x35, 0xd5, 0x7e, 0x71, 0xc1, 0x70, 0x70, + 0x74, 0x9a, 0x00, 0x28, 0x0c, 0xbf, 0x6c, 0x42, + 0x9b, 0xa4, 0xdd, 0x65, 0x11, 0x77, 0x7c, 0x67, + 0xfe, 0x76, 0x0a, 0xf0, 0xd5, 0xc6, 0x6e, 0x6a, + 0xe7, 0x5e, 0x4c, 0xf2, 0x7e, 0x9e, 0xf9, 0x20, + 0x0e, 0x54, 0x6f, 0x2d, 0x8a, 0x8d, 0x7e, 0xbd, + 0x48, 0x79, 0x37, 0x99, 0xff, 0x27, 0x93, 0xa3}, /* iv */ + {0xf1, 0x54, 0x3d, 0xca, 0xfe, 0xb5, 0xef, 0x1c, + 0x4f, 0xa6, 0x43, 0xf6, 0xe6, 0x48, 0x57, 0xf0, + 0xee, 0x15, 0x7f, 0xe3, 0xe7, 0x2f, 0xd0, 0x2f, + 0x11, 0x95, 0x7a, 0x17, 0x00, 0xab, 0xa7, 0x0b, + 0xbe, 0x44, 0x09, 0x9c, 0xcd, 0xac, 0xa8, 0x52, + 0xa1, 0x8e, 0x7b, 0x75, 0xbc, 0xa4, 0x92, 0x5a, + 0xab, 0x46, 0xd3, 0x3a, 0xa0, 0xd5, 0x35, 0x1c, + 0x55, 0xa4, 0xb3, 0xa8, 0x40, 0x81, 0xa5, 0x0b}, /* in */ + {0x42, 0xe5, 0x28, 0x30, 0x31, 0xc2, 0xa0, 0x23, + 0x68, 0x49, 0x4e, 0xb3, 0x24, 0x59, 0x92, 0x79, + 0xc1, 0xa5, 0xcc, 0xe6, 0x76, 0x53, 0xb1, 0xcf, + 0x20, 0x86, 0x23, 0xe8, 0x72, 0x55, 0x99, 0x92, + 0x0d, 0x16, 0x1c, 0x5a, 0x2f, 0xce, 0xcb, 0x51, + 0xe2, 0x67, 0xfa, 0x10, 0xec, 0xcd, 0x3d, 0x67, + 0xa5, 0xe6, 0xf7, 0x31, 0x26, 0xb0, 0x0d, 0x76, + 0x5e, 0x28, 0xdc, 0x7f, 0x01, 0xc5, 0xa5, 0x4c}, /* out */ + 32, 64, AES_ENCRYPT}, /* test vector 1 */ }; static int run_test_vectors(void) - { - unsigned int n; - int errs = 0; - - for(n=0 ; n < sizeof(ige_test_vectors)/sizeof(ige_test_vectors[0]) ; ++n) - { - const struct ige_test * const v = &ige_test_vectors[n]; - AES_KEY key; - unsigned char buf[MAX_VECTOR_SIZE]; - unsigned char iv[AES_BLOCK_SIZE*2]; - - assert(v->length <= MAX_VECTOR_SIZE); - - if(v->encrypt == AES_ENCRYPT) - AES_set_encrypt_key(v->key, 8*sizeof v->key, &key); - else - AES_set_decrypt_key(v->key, 8*sizeof v->key, &key); - memcpy(iv, v->iv, sizeof iv); - AES_ige_encrypt(v->in, buf, v->length, &key, iv, v->encrypt); - - if(memcmp(v->out, buf, v->length)) - { - printf("IGE test vector %d failed\n", n); - hexdump(stdout, "key", v->key, sizeof v->key); - hexdump(stdout, "iv", v->iv, sizeof v->iv); - hexdump(stdout, "in", v->in, v->length); - hexdump(stdout, "expected", v->out, v->length); - hexdump(stdout, "got", buf, v->length); - - ++errs; - } - - /* try with in == out */ - memcpy(iv, v->iv, sizeof iv); - memcpy(buf, v->in, v->length); - AES_ige_encrypt(buf, buf, v->length, &key, iv, v->encrypt); - - if(memcmp(v->out, buf, v->length)) - { - printf("IGE test vector %d failed (with in == out)\n", n); - hexdump(stdout, "key", v->key, sizeof v->key); - hexdump(stdout, "iv", v->iv, sizeof v->iv); - hexdump(stdout, "in", v->in, v->length); - hexdump(stdout, "expected", v->out, v->length); - hexdump(stdout, "got", buf, v->length); - - ++errs; - } - } - - for(n=0 ; n < sizeof(bi_ige_test_vectors)/sizeof(bi_ige_test_vectors[0]) - ; ++n) - { - const struct bi_ige_test * const v = &bi_ige_test_vectors[n]; - AES_KEY key1; - AES_KEY key2; - unsigned char buf[MAX_VECTOR_SIZE]; - - assert(v->length <= MAX_VECTOR_SIZE); - - if(v->encrypt == AES_ENCRYPT) - { - AES_set_encrypt_key(v->key1, 8*v->keysize, &key1); - AES_set_encrypt_key(v->key2, 8*v->keysize, &key2); - } - else - { - AES_set_decrypt_key(v->key1, 8*v->keysize, &key1); - AES_set_decrypt_key(v->key2, 8*v->keysize, &key2); - } - - AES_bi_ige_encrypt(v->in, buf, v->length, &key1, &key2, v->iv, - v->encrypt); - - if(memcmp(v->out, buf, v->length)) - { - printf("Bidirectional IGE test vector %d failed\n", n); - hexdump(stdout, "key 1", v->key1, sizeof v->key1); - hexdump(stdout, "key 2", v->key2, sizeof v->key2); - hexdump(stdout, "iv", v->iv, sizeof v->iv); - hexdump(stdout, "in", v->in, v->length); - hexdump(stdout, "expected", v->out, v->length); - hexdump(stdout, "got", buf, v->length); - - ++errs; - } - } - - return errs; - } +{ + unsigned int n; + int errs = 0; + + for (n = 0; n < sizeof(ige_test_vectors) / sizeof(ige_test_vectors[0]); + ++n) { + const struct ige_test *const v = &ige_test_vectors[n]; + AES_KEY key; + unsigned char buf[MAX_VECTOR_SIZE]; + unsigned char iv[AES_BLOCK_SIZE * 2]; + + assert(v->length <= MAX_VECTOR_SIZE); + + if (v->encrypt == AES_ENCRYPT) + AES_set_encrypt_key(v->key, 8 * sizeof v->key, &key); + else + AES_set_decrypt_key(v->key, 8 * sizeof v->key, &key); + memcpy(iv, v->iv, sizeof iv); + AES_ige_encrypt(v->in, buf, v->length, &key, iv, v->encrypt); + + if (memcmp(v->out, buf, v->length)) { + printf("IGE test vector %d failed\n", n); + hexdump(stdout, "key", v->key, sizeof v->key); + hexdump(stdout, "iv", v->iv, sizeof v->iv); + hexdump(stdout, "in", v->in, v->length); + hexdump(stdout, "expected", v->out, v->length); + hexdump(stdout, "got", buf, v->length); + + ++errs; + } + + /* try with in == out */ + memcpy(iv, v->iv, sizeof iv); + memcpy(buf, v->in, v->length); + AES_ige_encrypt(buf, buf, v->length, &key, iv, v->encrypt); + + if (memcmp(v->out, buf, v->length)) { + printf("IGE test vector %d failed (with in == out)\n", n); + hexdump(stdout, "key", v->key, sizeof v->key); + hexdump(stdout, "iv", v->iv, sizeof v->iv); + hexdump(stdout, "in", v->in, v->length); + hexdump(stdout, "expected", v->out, v->length); + hexdump(stdout, "got", buf, v->length); + + ++errs; + } + } + + for (n = 0; + n < sizeof(bi_ige_test_vectors) / sizeof(bi_ige_test_vectors[0]); + ++n) { + const struct bi_ige_test *const v = &bi_ige_test_vectors[n]; + AES_KEY key1; + AES_KEY key2; + unsigned char buf[MAX_VECTOR_SIZE]; + + assert(v->length <= MAX_VECTOR_SIZE); + + if (v->encrypt == AES_ENCRYPT) { + AES_set_encrypt_key(v->key1, 8 * v->keysize, &key1); + AES_set_encrypt_key(v->key2, 8 * v->keysize, &key2); + } else { + AES_set_decrypt_key(v->key1, 8 * v->keysize, &key1); + AES_set_decrypt_key(v->key2, 8 * v->keysize, &key2); + } + + AES_bi_ige_encrypt(v->in, buf, v->length, &key1, &key2, v->iv, + v->encrypt); + + if (memcmp(v->out, buf, v->length)) { + printf("Bidirectional IGE test vector %d failed\n", n); + hexdump(stdout, "key 1", v->key1, sizeof v->key1); + hexdump(stdout, "key 2", v->key2, sizeof v->key2); + hexdump(stdout, "iv", v->iv, sizeof v->iv); + hexdump(stdout, "in", v->in, v->length); + hexdump(stdout, "expected", v->out, v->length); + hexdump(stdout, "got", buf, v->length); + + ++errs; + } + } + + return errs; +} int main(int argc, char **argv) - { - unsigned char rkey[16]; - unsigned char rkey2[16]; - AES_KEY key; - AES_KEY key2; - unsigned char plaintext[BIG_TEST_SIZE]; - unsigned char ciphertext[BIG_TEST_SIZE]; - unsigned char checktext[BIG_TEST_SIZE]; - unsigned char iv[AES_BLOCK_SIZE*4]; - unsigned char saved_iv[AES_BLOCK_SIZE*4]; - int err = 0; - unsigned int n; - unsigned matches; - - assert(BIG_TEST_SIZE >= TEST_SIZE); - - RAND_pseudo_bytes(rkey, sizeof rkey); - RAND_pseudo_bytes(plaintext, sizeof plaintext); - RAND_pseudo_bytes(iv, sizeof iv); - memcpy(saved_iv, iv, sizeof saved_iv); - - /* Forward IGE only... */ - - /* Straight encrypt/decrypt */ - AES_set_encrypt_key(rkey, 8*sizeof rkey, &key); - AES_ige_encrypt(plaintext, ciphertext, TEST_SIZE, &key, iv, - AES_ENCRYPT); - - AES_set_decrypt_key(rkey, 8*sizeof rkey, &key); - memcpy(iv, saved_iv, sizeof iv); - AES_ige_encrypt(ciphertext, checktext, TEST_SIZE, &key, iv, - AES_DECRYPT); - - if(memcmp(checktext, plaintext, TEST_SIZE)) - { - printf("Encrypt+decrypt doesn't match\n"); - hexdump(stdout, "Plaintext", plaintext, TEST_SIZE); - hexdump(stdout, "Checktext", checktext, TEST_SIZE); - ++err; - } - - /* Now check encrypt chaining works */ - AES_set_encrypt_key(rkey, 8*sizeof rkey, &key); - memcpy(iv, saved_iv, sizeof iv); - AES_ige_encrypt(plaintext, ciphertext, TEST_SIZE/2, &key, iv, - AES_ENCRYPT); - AES_ige_encrypt(plaintext+TEST_SIZE/2, - ciphertext+TEST_SIZE/2, TEST_SIZE/2, - &key, iv, AES_ENCRYPT); - - AES_set_decrypt_key(rkey, 8*sizeof rkey, &key); - memcpy(iv, saved_iv, sizeof iv); - AES_ige_encrypt(ciphertext, checktext, TEST_SIZE, &key, iv, - AES_DECRYPT); - - if(memcmp(checktext, plaintext, TEST_SIZE)) - { - printf("Chained encrypt+decrypt doesn't match\n"); - hexdump(stdout, "Plaintext", plaintext, TEST_SIZE); - hexdump(stdout, "Checktext", checktext, TEST_SIZE); - ++err; - } - - /* And check decrypt chaining */ - AES_set_encrypt_key(rkey, 8*sizeof rkey, &key); - memcpy(iv, saved_iv, sizeof iv); - AES_ige_encrypt(plaintext, ciphertext, TEST_SIZE/2, &key, iv, - AES_ENCRYPT); - AES_ige_encrypt(plaintext+TEST_SIZE/2, - ciphertext+TEST_SIZE/2, TEST_SIZE/2, - &key, iv, AES_ENCRYPT); - - AES_set_decrypt_key(rkey, 8*sizeof rkey, &key); - memcpy(iv, saved_iv, sizeof iv); - AES_ige_encrypt(ciphertext, checktext, TEST_SIZE/2, &key, iv, - AES_DECRYPT); - AES_ige_encrypt(ciphertext+TEST_SIZE/2, - checktext+TEST_SIZE/2, TEST_SIZE/2, &key, iv, - AES_DECRYPT); - - if(memcmp(checktext, plaintext, TEST_SIZE)) - { - printf("Chained encrypt+chained decrypt doesn't match\n"); - hexdump(stdout, "Plaintext", plaintext, TEST_SIZE); - hexdump(stdout, "Checktext", checktext, TEST_SIZE); - ++err; - } - - /* make sure garble extends forwards only */ - AES_set_encrypt_key(rkey, 8*sizeof rkey, &key); - memcpy(iv, saved_iv, sizeof iv); - AES_ige_encrypt(plaintext, ciphertext, sizeof plaintext, &key, iv, - AES_ENCRYPT); - - /* corrupt halfway through */ - ++ciphertext[sizeof ciphertext/2]; - AES_set_decrypt_key(rkey, 8*sizeof rkey, &key); - memcpy(iv, saved_iv, sizeof iv); - AES_ige_encrypt(ciphertext, checktext, sizeof checktext, &key, iv, - AES_DECRYPT); - - matches=0; - for(n=0 ; n < sizeof checktext ; ++n) - if(checktext[n] == plaintext[n]) - ++matches; - - if(matches > sizeof checktext/2+sizeof checktext/100) - { - printf("More than 51%% matches after garbling\n"); - ++err; - } - - if(matches < sizeof checktext/2) - { - printf("Garble extends backwards!\n"); - ++err; - } - - /* Bi-directional IGE */ - - /* Note that we don't have to recover the IV, because chaining isn't */ - /* possible with biIGE, so the IV is not updated. */ - - RAND_pseudo_bytes(rkey2, sizeof rkey2); - - /* Straight encrypt/decrypt */ - AES_set_encrypt_key(rkey, 8*sizeof rkey, &key); - AES_set_encrypt_key(rkey2, 8*sizeof rkey2, &key2); - AES_bi_ige_encrypt(plaintext, ciphertext, TEST_SIZE, &key, &key2, iv, - AES_ENCRYPT); - - AES_set_decrypt_key(rkey, 8*sizeof rkey, &key); - AES_set_decrypt_key(rkey2, 8*sizeof rkey2, &key2); - AES_bi_ige_encrypt(ciphertext, checktext, TEST_SIZE, &key, &key2, iv, - AES_DECRYPT); - - if(memcmp(checktext, plaintext, TEST_SIZE)) - { - printf("Encrypt+decrypt doesn't match\n"); - hexdump(stdout, "Plaintext", plaintext, TEST_SIZE); - hexdump(stdout, "Checktext", checktext, TEST_SIZE); - ++err; - } - - /* make sure garble extends both ways */ - AES_set_encrypt_key(rkey, 8*sizeof rkey, &key); - AES_set_encrypt_key(rkey2, 8*sizeof rkey2, &key2); - AES_ige_encrypt(plaintext, ciphertext, sizeof plaintext, &key, iv, - AES_ENCRYPT); - - /* corrupt halfway through */ - ++ciphertext[sizeof ciphertext/2]; - AES_set_decrypt_key(rkey, 8*sizeof rkey, &key); - AES_set_decrypt_key(rkey2, 8*sizeof rkey2, &key2); - AES_ige_encrypt(ciphertext, checktext, sizeof checktext, &key, iv, - AES_DECRYPT); - - matches=0; - for(n=0 ; n < sizeof checktext ; ++n) - if(checktext[n] == plaintext[n]) - ++matches; - - if(matches > sizeof checktext/100) - { - printf("More than 1%% matches after bidirectional garbling\n"); - ++err; - } - - /* make sure garble extends both ways (2) */ - AES_set_encrypt_key(rkey, 8*sizeof rkey, &key); - AES_set_encrypt_key(rkey2, 8*sizeof rkey2, &key2); - AES_ige_encrypt(plaintext, ciphertext, sizeof plaintext, &key, iv, - AES_ENCRYPT); - - /* corrupt right at the end */ - ++ciphertext[sizeof ciphertext-1]; - AES_set_decrypt_key(rkey, 8*sizeof rkey, &key); - AES_set_decrypt_key(rkey2, 8*sizeof rkey2, &key2); - AES_ige_encrypt(ciphertext, checktext, sizeof checktext, &key, iv, - AES_DECRYPT); - - matches=0; - for(n=0 ; n < sizeof checktext ; ++n) - if(checktext[n] == plaintext[n]) - ++matches; - - if(matches > sizeof checktext/100) - { - printf("More than 1%% matches after bidirectional garbling (2)\n"); - ++err; - } - - /* make sure garble extends both ways (3) */ - AES_set_encrypt_key(rkey, 8*sizeof rkey, &key); - AES_set_encrypt_key(rkey2, 8*sizeof rkey2, &key2); - AES_ige_encrypt(plaintext, ciphertext, sizeof plaintext, &key, iv, - AES_ENCRYPT); - - /* corrupt right at the start */ - ++ciphertext[0]; - AES_set_decrypt_key(rkey, 8*sizeof rkey, &key); - AES_set_decrypt_key(rkey2, 8*sizeof rkey2, &key2); - AES_ige_encrypt(ciphertext, checktext, sizeof checktext, &key, iv, - AES_DECRYPT); - - matches=0; - for(n=0 ; n < sizeof checktext ; ++n) - if(checktext[n] == plaintext[n]) - ++matches; - - if(matches > sizeof checktext/100) - { - printf("More than 1%% matches after bidirectional garbling (3)\n"); - ++err; - } - - err += run_test_vectors(); - - return err; - } +{ + unsigned char rkey[16]; + unsigned char rkey2[16]; + AES_KEY key; + AES_KEY key2; + unsigned char plaintext[BIG_TEST_SIZE]; + unsigned char ciphertext[BIG_TEST_SIZE]; + unsigned char checktext[BIG_TEST_SIZE]; + unsigned char iv[AES_BLOCK_SIZE * 4]; + unsigned char saved_iv[AES_BLOCK_SIZE * 4]; + int err = 0; + unsigned int n; + unsigned matches; + + assert(BIG_TEST_SIZE >= TEST_SIZE); + + RAND_pseudo_bytes(rkey, sizeof rkey); + RAND_pseudo_bytes(plaintext, sizeof plaintext); + RAND_pseudo_bytes(iv, sizeof iv); + memcpy(saved_iv, iv, sizeof saved_iv); + + /* Forward IGE only... */ + + /* Straight encrypt/decrypt */ + AES_set_encrypt_key(rkey, 8 * sizeof rkey, &key); + AES_ige_encrypt(plaintext, ciphertext, TEST_SIZE, &key, iv, AES_ENCRYPT); + + AES_set_decrypt_key(rkey, 8 * sizeof rkey, &key); + memcpy(iv, saved_iv, sizeof iv); + AES_ige_encrypt(ciphertext, checktext, TEST_SIZE, &key, iv, AES_DECRYPT); + + if (memcmp(checktext, plaintext, TEST_SIZE)) { + printf("Encrypt+decrypt doesn't match\n"); + hexdump(stdout, "Plaintext", plaintext, TEST_SIZE); + hexdump(stdout, "Checktext", checktext, TEST_SIZE); + ++err; + } + + /* Now check encrypt chaining works */ + AES_set_encrypt_key(rkey, 8 * sizeof rkey, &key); + memcpy(iv, saved_iv, sizeof iv); + AES_ige_encrypt(plaintext, ciphertext, TEST_SIZE / 2, &key, iv, + AES_ENCRYPT); + AES_ige_encrypt(plaintext + TEST_SIZE / 2, + ciphertext + TEST_SIZE / 2, TEST_SIZE / 2, + &key, iv, AES_ENCRYPT); + + AES_set_decrypt_key(rkey, 8 * sizeof rkey, &key); + memcpy(iv, saved_iv, sizeof iv); + AES_ige_encrypt(ciphertext, checktext, TEST_SIZE, &key, iv, AES_DECRYPT); + + if (memcmp(checktext, plaintext, TEST_SIZE)) { + printf("Chained encrypt+decrypt doesn't match\n"); + hexdump(stdout, "Plaintext", plaintext, TEST_SIZE); + hexdump(stdout, "Checktext", checktext, TEST_SIZE); + ++err; + } + + /* And check decrypt chaining */ + AES_set_encrypt_key(rkey, 8 * sizeof rkey, &key); + memcpy(iv, saved_iv, sizeof iv); + AES_ige_encrypt(plaintext, ciphertext, TEST_SIZE / 2, &key, iv, + AES_ENCRYPT); + AES_ige_encrypt(plaintext + TEST_SIZE / 2, + ciphertext + TEST_SIZE / 2, TEST_SIZE / 2, + &key, iv, AES_ENCRYPT); + + AES_set_decrypt_key(rkey, 8 * sizeof rkey, &key); + memcpy(iv, saved_iv, sizeof iv); + AES_ige_encrypt(ciphertext, checktext, TEST_SIZE / 2, &key, iv, + AES_DECRYPT); + AES_ige_encrypt(ciphertext + TEST_SIZE / 2, + checktext + TEST_SIZE / 2, TEST_SIZE / 2, &key, iv, + AES_DECRYPT); + + if (memcmp(checktext, plaintext, TEST_SIZE)) { + printf("Chained encrypt+chained decrypt doesn't match\n"); + hexdump(stdout, "Plaintext", plaintext, TEST_SIZE); + hexdump(stdout, "Checktext", checktext, TEST_SIZE); + ++err; + } + + /* make sure garble extends forwards only */ + AES_set_encrypt_key(rkey, 8 * sizeof rkey, &key); + memcpy(iv, saved_iv, sizeof iv); + AES_ige_encrypt(plaintext, ciphertext, sizeof plaintext, &key, iv, + AES_ENCRYPT); + + /* corrupt halfway through */ + ++ciphertext[sizeof ciphertext / 2]; + AES_set_decrypt_key(rkey, 8 * sizeof rkey, &key); + memcpy(iv, saved_iv, sizeof iv); + AES_ige_encrypt(ciphertext, checktext, sizeof checktext, &key, iv, + AES_DECRYPT); + + matches = 0; + for (n = 0; n < sizeof checktext; ++n) + if (checktext[n] == plaintext[n]) + ++matches; + + if (matches > sizeof checktext / 2 + sizeof checktext / 100) { + printf("More than 51%% matches after garbling\n"); + ++err; + } + + if (matches < sizeof checktext / 2) { + printf("Garble extends backwards!\n"); + ++err; + } + + /* Bi-directional IGE */ + + /* + * Note that we don't have to recover the IV, because chaining isn't + */ + /* possible with biIGE, so the IV is not updated. */ + + RAND_pseudo_bytes(rkey2, sizeof rkey2); + + /* Straight encrypt/decrypt */ + AES_set_encrypt_key(rkey, 8 * sizeof rkey, &key); + AES_set_encrypt_key(rkey2, 8 * sizeof rkey2, &key2); + AES_bi_ige_encrypt(plaintext, ciphertext, TEST_SIZE, &key, &key2, iv, + AES_ENCRYPT); + + AES_set_decrypt_key(rkey, 8 * sizeof rkey, &key); + AES_set_decrypt_key(rkey2, 8 * sizeof rkey2, &key2); + AES_bi_ige_encrypt(ciphertext, checktext, TEST_SIZE, &key, &key2, iv, + AES_DECRYPT); + + if (memcmp(checktext, plaintext, TEST_SIZE)) { + printf("Encrypt+decrypt doesn't match\n"); + hexdump(stdout, "Plaintext", plaintext, TEST_SIZE); + hexdump(stdout, "Checktext", checktext, TEST_SIZE); + ++err; + } + + /* make sure garble extends both ways */ + AES_set_encrypt_key(rkey, 8 * sizeof rkey, &key); + AES_set_encrypt_key(rkey2, 8 * sizeof rkey2, &key2); + AES_ige_encrypt(plaintext, ciphertext, sizeof plaintext, &key, iv, + AES_ENCRYPT); + + /* corrupt halfway through */ + ++ciphertext[sizeof ciphertext / 2]; + AES_set_decrypt_key(rkey, 8 * sizeof rkey, &key); + AES_set_decrypt_key(rkey2, 8 * sizeof rkey2, &key2); + AES_ige_encrypt(ciphertext, checktext, sizeof checktext, &key, iv, + AES_DECRYPT); + + matches = 0; + for (n = 0; n < sizeof checktext; ++n) + if (checktext[n] == plaintext[n]) + ++matches; + + if (matches > sizeof checktext / 100) { + printf("More than 1%% matches after bidirectional garbling\n"); + ++err; + } + + /* make sure garble extends both ways (2) */ + AES_set_encrypt_key(rkey, 8 * sizeof rkey, &key); + AES_set_encrypt_key(rkey2, 8 * sizeof rkey2, &key2); + AES_ige_encrypt(plaintext, ciphertext, sizeof plaintext, &key, iv, + AES_ENCRYPT); + + /* corrupt right at the end */ + ++ciphertext[sizeof ciphertext - 1]; + AES_set_decrypt_key(rkey, 8 * sizeof rkey, &key); + AES_set_decrypt_key(rkey2, 8 * sizeof rkey2, &key2); + AES_ige_encrypt(ciphertext, checktext, sizeof checktext, &key, iv, + AES_DECRYPT); + + matches = 0; + for (n = 0; n < sizeof checktext; ++n) + if (checktext[n] == plaintext[n]) + ++matches; + + if (matches > sizeof checktext / 100) { + printf("More than 1%% matches after bidirectional garbling (2)\n"); + ++err; + } + + /* make sure garble extends both ways (3) */ + AES_set_encrypt_key(rkey, 8 * sizeof rkey, &key); + AES_set_encrypt_key(rkey2, 8 * sizeof rkey2, &key2); + AES_ige_encrypt(plaintext, ciphertext, sizeof plaintext, &key, iv, + AES_ENCRYPT); + + /* corrupt right at the start */ + ++ciphertext[0]; + AES_set_decrypt_key(rkey, 8 * sizeof rkey, &key); + AES_set_decrypt_key(rkey2, 8 * sizeof rkey2, &key2); + AES_ige_encrypt(ciphertext, checktext, sizeof checktext, &key, iv, + AES_DECRYPT); + + matches = 0; + for (n = 0; n < sizeof checktext; ++n) + if (checktext[n] == plaintext[n]) + ++matches; + + if (matches > sizeof checktext / 100) { + printf("More than 1%% matches after bidirectional garbling (3)\n"); + ++err; + } + + err += run_test_vectors(); + + return err; +} diff --git a/openssl/test/maketests.com b/openssl/test/maketests.com index 97e0c3bd3..7e2d939bb 100644 --- a/openssl/test/maketests.com +++ b/openssl/test/maketests.com @@ -148,7 +148,8 @@ $ TEST_FILES = "BNTEST,ECTEST,ECDSATEST,ECDHTEST,IDEATEST,"+ - "RANDTEST,DHTEST,ENGINETEST,"+ - "BFTEST,CASTTEST,SSLTEST,EXPTEST,DSATEST,RSA_TEST,"+ - "EVP_TEST,IGETEST,JPAKETEST,SRPTEST,"+ - - "ASN1TEST,HEARTBEAT_TEST,CONSTANT_TIME_TEST" + "ASN1TEST,V3NAMETEST,HEARTBEAT_TEST,"+ - + "CONSTANT_TIME_TEST" $! Should we add MTTEST,PQ_TEST,LH_TEST,DIVTEST,TABTEST as well? $! $! Additional directory information. @@ -185,6 +186,7 @@ $ T_D_EVP_TEST := [-.crypto.evp] $ T_D_IGETEST := [-.test] $ T_D_JPAKETEST := [-.crypto.jpake] $ T_D_SRPTEST := [-.crypto.srp] +$ T_D_V3NAMETEST := [-.crypto.x509v3] $ T_D_ASN1TEST := [-.test] $ T_D_HEARTBEAT_TEST := [-.ssl] $ T_D_CONSTANT_TIME_TEST := [-.crypto] diff --git a/openssl/test/methtest.c b/openssl/test/methtest.c index 005c2f482..de66c1063 100644 --- a/openssl/test/methtest.c +++ b/openssl/test/methtest.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence @@ -63,43 +63,45 @@ #include "meth.h" #include -int main(argc,argv) +int main(argc, argv) int argc; char *argv[]; - { - METHOD_CTX *top,*tmp1,*tmp2; +{ + METHOD_CTX *top, *tmp1, *tmp2; - top=METH_new(x509_lookup()); /* get a top level context */ - if (top == NULL) goto err; + top = METH_new(x509_lookup()); /* get a top level context */ + if (top == NULL) + goto err; - tmp1=METH_new(x509_by_file()); - if (top == NULL) goto err; - METH_arg(tmp1,METH_TYPE_FILE,"cafile1"); - METH_arg(tmp1,METH_TYPE_FILE,"cafile2"); - METH_push(top,METH_X509_CA_BY_SUBJECT,tmp1); + tmp1 = METH_new(x509_by_file()); + if (top == NULL) + goto err; + METH_arg(tmp1, METH_TYPE_FILE, "cafile1"); + METH_arg(tmp1, METH_TYPE_FILE, "cafile2"); + METH_push(top, METH_X509_CA_BY_SUBJECT, tmp1); - tmp2=METH_new(x509_by_dir()); - METH_arg(tmp2,METH_TYPE_DIR,"/home/eay/.CAcerts"); - METH_arg(tmp2,METH_TYPE_DIR,"/home/eay/SSLeay/certs"); - METH_arg(tmp2,METH_TYPE_DIR,"/usr/local/ssl/certs"); - METH_push(top,METH_X509_CA_BY_SUBJECT,tmp2); + tmp2 = METH_new(x509_by_dir()); + METH_arg(tmp2, METH_TYPE_DIR, "/home/eay/.CAcerts"); + METH_arg(tmp2, METH_TYPE_DIR, "/home/eay/SSLeay/certs"); + METH_arg(tmp2, METH_TYPE_DIR, "/usr/local/ssl/certs"); + METH_push(top, METH_X509_CA_BY_SUBJECT, tmp2); -/* tmp=METH_new(x509_by_issuer_dir); - METH_arg(tmp,METH_TYPE_DIR,"/home/eay/.mycerts"); - METH_push(top,METH_X509_BY_ISSUER,tmp); +/*- tmp=METH_new(x509_by_issuer_dir); + METH_arg(tmp,METH_TYPE_DIR,"/home/eay/.mycerts"); + METH_push(top,METH_X509_BY_ISSUER,tmp); - tmp=METH_new(x509_by_issuer_primary); - METH_arg(tmp,METH_TYPE_FILE,"/home/eay/.mycerts/primary.pem"); - METH_push(top,METH_X509_BY_ISSUER,tmp); + tmp=METH_new(x509_by_issuer_primary); + METH_arg(tmp,METH_TYPE_FILE,"/home/eay/.mycerts/primary.pem"); + METH_push(top,METH_X509_BY_ISSUER,tmp); */ - METH_init(top); - METH_control(tmp1,METH_CONTROL_DUMP,stdout); - METH_control(tmp2,METH_CONTROL_DUMP,stdout); - EXIT(0); -err: - ERR_load_crypto_strings(); - ERR_print_errors_fp(stderr); - EXIT(1); - return(0); - } + METH_init(top); + METH_control(tmp1, METH_CONTROL_DUMP, stdout); + METH_control(tmp2, METH_CONTROL_DUMP, stdout); + EXIT(0); + err: + ERR_load_crypto_strings(); + ERR_print_errors_fp(stderr); + EXIT(1); + return (0); +} diff --git a/openssl/test/ocsp-tests/D1.ors b/openssl/test/ocsp-tests/D1.ors new file mode 100755 index 000000000..3fa4a11de --- /dev/null +++ b/openssl/test/ocsp-tests/D1.ors @@ -0,0 +1,32 @@ +MIIFzwoBAKCCBcgwggXEBgkrBgEFBQcwAQEEggW1MIIFsTCBoKIWBBRf2uQDFpGg +Ywh4P1y2H9bZ2/BQNBgPMjAxMjEwMjMxMDI1MzZaMHUwczBLMAkGBSsOAwIaBQAE +FKByDqBqfGICVPKo9Z3Se6Tzty+kBBSwsEr9HHUo+BxhqhP2+sGQPWsWowISESG8 +vx4IzALnkqQG05AvM+2bgAAYDzIwMTIxMDIzMDcwMDAwWqARGA8yMDEyMTAzMDA4 +MDAwMFowCwYJKoZIhvcNAQEFA4IBAQAJU3hXN7NApN50/vlZTG2p8+QQJp4uaod3 +wyBQ0Ux3DoQZQ9RG6/7Mm4qpOLCCSTh/lJjZ0fD+9eB3gcp/JupN1JrU+dgTyv/Y +9MOctJz7y+VoU9I+qB8knV4sQCwohAVm8GmA9s4p/rHq5Oymci0SuG/QCfkVxOub +rI1bWjbHLvvXyvF3PoGMORVHG3SA+jJ9VkHWJyi6brHxY+QR/iYxer8lJsBtpyc7 +q2itFgvax/OHwne3lxsck9q0QgKpmEdJu2LuGyWFIhrEwR3b7ASEu1G/nKClv3dR +vyOXMm1XIwuUhCjAcpNEKiOMorFwnLS1F8LhfqFWTAFG0JbWpAi8oIID+DCCA/Qw +ggPwMIIC2KADAgECAhIRISdENsrz1CSWG3VIBwfQERQwDQYJKoZIhvcNAQEFBQAw +WTELMAkGA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExLzAtBgNV +BAMTJkdsb2JhbFNpZ24gRXh0ZW5kZWQgVmFsaWRhdGlvbiBDQSAtIEcyMB4XDTEy +MDkxOTA3NDA1MFoXDTEyMTIxOTA4NDA1MFowgYUxCzAJBgNVBAYTAkJFMRkwFwYD +VQQKExBHbG9iYWxTaWduIG52LXNhMUIwQAYDVQQDEzlHbG9iYWxTaWduIEV4dGVu +ZGVkIFZhbGlkYXRpb24gQ0EgLSBHMiBPQ1NQIHJlc3BvbmRlciAtIDIxFzAVBgNV +BAUTDjIwMTIwOTE5MDk0MDAwMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEAnCgMsBO+IxIqCnXCOfXJoIC3wj+f0s4DV9h2gJBzisWXkaJD2DfNrd0kHUXK +qVVPUxnA4G5iZu0Z385/KiOt1/P6vQ/Z2/AsEh/8Z/hIyeZCHL31wrSZW4yLeZwi +M76wPiBHJxPun681HQlVs/OGKSHnbHc1XJAIeA/M8u+lLWqIKB+AJ82TrOqUMj1s +LjGhQNs84xPliONN5K7DrEy+Y65X/rFxN77Smw+UtcH1GgH2NgaHH8dpt1m25sgm +UxZWhdx66opB/lbRQwWdGt7MC0kJFaWHDZq64DTuYoekFYSxAFu0nd0EekEHEJEi +9mquB9cv/96SuEJl8BcUWU/1LwIDAQABo4GEMIGBMAkGA1UdEwQCMAAwDgYDVR0P +AQH/BAQDAgeAMBMGA1UdJQQMMAoGCCsGAQUFBwMJMA8GCSsGAQUFBzABBQQCBQAw +HQYDVR0OBBYEFF/a5AMWkaBjCHg/XLYf1tnb8FA0MB8GA1UdIwQYMBaAFLCwSv0c +dSj4HGGqE/b6wZA9axajMA0GCSqGSIb3DQEBBQUAA4IBAQCKRl1iXFmOQtLseDWP +Y5icDDBGiRi17CGgvIzGJi/ha0PhbO+X0TmQIEnRX3Mu0Er/Mm4RZSjMtJ2iZRh3 +tGf4Dn+jKgKOmgXC3oOG/l8RPHLf0yaPSdn/z0TXtA30vTFBLlFeWnhbfhovea4+ +snPdBxLqWZdtxmiwojgqA7YATCWwavizrBr09YRyDwzgtpZ2BwMruGuFuV9FsEwL +PCM53yFlrM32oFghyfyE5kYjgnnueKM+pw1kA0jgb1CnVJRrMEN1TXuXDAZLtHKG +5X/drah1JtkoZhCzxzZ3bYdVDQJ90OHFqM58lwGD6z3XuPKrHDKZKt+CPIsl5g7p +4J2l diff --git a/openssl/test/ocsp-tests/D1_Cert_EE.pem b/openssl/test/ocsp-tests/D1_Cert_EE.pem new file mode 100755 index 000000000..c5b993c0a --- /dev/null +++ b/openssl/test/ocsp-tests/D1_Cert_EE.pem @@ -0,0 +1,38 @@ +-----BEGIN CERTIFICATE----- +MIIGujCCBaKgAwIBAgISESG8vx4IzALnkqQG05AvM+2bMA0GCSqGSIb3DQEBBQUA +MFkxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMS8wLQYD +VQQDEyZHbG9iYWxTaWduIEV4dGVuZGVkIFZhbGlkYXRpb24gQ0EgLSBHMjAeFw0x +MjA4MTQxMjM1MDJaFw0xMzA4MTUxMDMxMjlaMIIBCjEdMBsGA1UEDwwUUHJpdmF0 +ZSBPcmdhbml6YXRpb24xDzANBgNVBAUTBjU3ODYxMTETMBEGCysGAQQBgjc8AgED +EwJVUzEeMBwGCysGAQQBgjc8AgECEw1OZXcgSGFtcHNoaXJlMQswCQYDVQQGEwJV +UzEWMBQGA1UECAwNTmV3IEhhbXBzaGlyZTETMBEGA1UEBwwKUG9ydHNtb3V0aDEg +MB4GA1UECRMXVHdvIEludGVybmF0aW9uYWwgRHJpdmUxDTALBgNVBAsMBC5DT00x +GzAZBgNVBAoMEkdNTyBHbG9iYWxTaWduIEluYzEbMBkGA1UEAwwSd3d3Lmdsb2Jh +bHNpZ24uY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqx/nHBP4 +6s5KKMDlfZS4qFDiAWsoPSRn6WO4nrUF/G2S3I/AdJ0IcSDOHb48/3APj5alqbgo +o4IzdG6KLAbENpHMl0L3pHBq/5tJPTi02SbiYUHfp2fhueMauRo8spfEk6fNRnDn +QpyMFRkYd7Jz+KMerTO1xAcOH+xp0KkcP0i2jFTEuM3LwR0yTms1rry+RryjDDt5 +7W0DLnNFWhyGd6YymzNkCPeL6weV8uk2uYRKKf2XOAzgIpNo3zU6iakZOzlQB9h9 +qRuIks2AU/cZ89cBkDjHua0ezX5rG3/Url33jAT9cR5zCXHWtj7VzlOjDXXnn16b +L9/AWsvGMNkYHQIDAQABo4ICxzCCAsMwDgYDVR0PAQH/BAQDAgWgMEwGA1UdIARF +MEMwQQYJKwYBBAGgMgEBMDQwMgYIKwYBBQUHAgEWJmh0dHBzOi8vd3d3Lmdsb2Jh +bHNpZ24uY29tL3JlcG9zaXRvcnkvMIIBKwYDVR0RBIIBIjCCAR6CEnd3dy5nbG9i +YWxzaWduLmNvbYIVc3RhdHVzLmdsb2JhbHNpZ24uY29tghF0aC5nbG9iYWxzaWdu +LmNvbYISZGV2Lmdsb2JhbHNpZ24uY29tghNpbmZvLmdsb2JhbHNpZ24uY29tghZh +cmNoaXZlLmdsb2JhbHNpZ24uY29tghZzdGF0aWMxLmdsb2JhbHNpZ24uY29tghZz +dGF0aWMyLmdsb2JhbHNpZ24uY29tghNibG9nLmdsb2JhbHNpZ24uY29tghdzc2xj +aGVjay5nbG9iYWxzaWduLmNvbYIVc3lzdGVtLmdsb2JhbHNpZ24uY29tghhvcGVy +YXRpb24uZ2xvYmFsc2lnbi5jb22CDmdsb2JhbHNpZ24uY29tMAkGA1UdEwQCMAAw +HQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMD8GA1UdHwQ4MDYwNKAyoDCG +Lmh0dHA6Ly9jcmwuZ2xvYmFsc2lnbi5jb20vZ3MvZ3NleHRlbmR2YWxnMi5jcmww +gYgGCCsGAQUFBwEBBHwwejBBBggrBgEFBQcwAoY1aHR0cDovL3NlY3VyZS5nbG9i +YWxzaWduLmNvbS9jYWNlcnQvZ3NleHRlbmR2YWxnMi5jcnQwNQYIKwYBBQUHMAGG +KWh0dHA6Ly9vY3NwMi5nbG9iYWxzaWduLmNvbS9nc2V4dGVuZHZhbGcyMB0GA1Ud +DgQWBBSvMoTDlFB0aVgVrNkkS1QSmYfx1zAfBgNVHSMEGDAWgBSwsEr9HHUo+Bxh +qhP2+sGQPWsWozANBgkqhkiG9w0BAQUFAAOCAQEAgnohm8IRw1ukfc0GmArK3ZLC +DLGpsefwWMvNrclqwrgtVrBx4pfe5xGAjqyQ2QI8V8a8a1ytVMCSC1AMWiWxawvW +fw48fHunqtpTYNDyEe1Q+7tTGZ0SQ3HljYY9toVEjAMDhiM0Szl6ERRO5S7BTCen +mDpWZF8w3ScRRY2UJc8xwWFiYyGWDNzNL1O8R2Y95QIkHUgQpSD3cjl4YvF/Xx/o +hBEzl884uNAggIyQRu0ImLEetEtHWB2w0pZG3nTAqjOAAAyH2Q8IHoJtjQzvg6fy +IQEO1C5GoQ7isiKIjKBXVYOm+gKSQXlzwj1BlU/OW6kEe24IiERhAN9ILA24wA== +-----END CERTIFICATE----- diff --git a/openssl/test/ocsp-tests/D1_Issuer_ICA.pem b/openssl/test/ocsp-tests/D1_Issuer_ICA.pem new file mode 100755 index 000000000..b650f3868 --- /dev/null +++ b/openssl/test/ocsp-tests/D1_Issuer_ICA.pem @@ -0,0 +1,27 @@ +-----BEGIN CERTIFICATE----- +MIIEhjCCA26gAwIBAgILBAAAAAABL07hXdQwDQYJKoZIhvcNAQEFBQAwTDEgMB4G +A1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjIxEzARBgNVBAoTCkdsb2JhbFNp +Z24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMTEwNDEzMTAwMDAwWhcNMjIwNDEz +MTAwMDAwWjBZMQswCQYDVQQGEwJCRTEZMBcGA1UEChMQR2xvYmFsU2lnbiBudi1z +YTEvMC0GA1UEAxMmR2xvYmFsU2lnbiBFeHRlbmRlZCBWYWxpZGF0aW9uIENBIC0g +RzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDNoUbMUpq4pbR/WNnN +2EugcgyXW6aIIMO5PUbc0FxSMPb6WU+FX7DbiLSpXysjSKyr9ZJ4FLYyD/tcaoVb +AJDgu2X1WvlPZ37HbCnsk8ArysRe2LDb1r4/mwvAj6ldrvcAAqT8umYROHf+IyAl +VRDFvYK5TLFoxuJwe4NcE2fBofN8C6iZmtDimyUxyCuNQPZSY7GgrVou9Xk2bTUs +Dt0F5NDiB0i3KF4r1VjVbNAMoQFGAVqPxq9kx1UBXeHRxmxQJaAFrQCrDI1la93r +wnJUyQ88ABeHIu/buYZ4FlGud9mmKE3zWI2DZ7k0JZscUYBR84OSaqOuR5rW5Isb +wO2xAgMBAAGjggFaMIIBVjAOBgNVHQ8BAf8EBAMCAQYwEgYDVR0TAQH/BAgwBgEB +/wIBADAdBgNVHQ4EFgQUsLBK/Rx1KPgcYaoT9vrBkD1rFqMwRwYDVR0gBEAwPjA8 +BgRVHSAAMDQwMgYIKwYBBQUHAgEWJmh0dHBzOi8vd3d3Lmdsb2JhbHNpZ24uY29t +L3JlcG9zaXRvcnkvMDYGA1UdHwQvMC0wK6ApoCeGJWh0dHA6Ly9jcmwuZ2xvYmFs +c2lnbi5uZXQvcm9vdC1yMi5jcmwwRAYIKwYBBQUHAQEEODA2MDQGCCsGAQUFBzAB +hihodHRwOi8vb2NzcC5nbG9iYWxzaWduLmNvbS9FeHRlbmRlZFNTTENBMCkGA1Ud +JQQiMCAGCCsGAQUFBwMBBggrBgEFBQcDAgYKKwYBBAGCNwoDAzAfBgNVHSMEGDAW +gBSb4gdXZxwewGoG3lm0mi3f3BmGLjANBgkqhkiG9w0BAQUFAAOCAQEAL0m28rZa +pJWrnlrpK4KbzJBrfHRFIOde2Mcj7ig1sTVlKqVR4FU/9oNntOQ2KbDa7JeVqYoF +o0X+Iy5SiLQfEICt0oufo1+oxetz3nmIQZgz7qdgGLFGyUAQB5yPClLJExoGbqCb +LTr2rk/no1E1KlsYBRLlUdy2NmLz4aQP++TPw5S/EauhWTEB8MxT7I9j12yW00gq +iiPtRVaoZkHqAblH7qFHDBTxI+Egc8p9UHxkOFejj0qcm+ltRc9Ea01gIEBxJbVG +qmwIft/I+shWKpLLg7h5CZctXqEBzgbttJfJBNxB7+BPNk3kQHNG7BESfIhbNCYl +TercGL7FG81kwA== +-----END CERTIFICATE----- diff --git a/openssl/test/ocsp-tests/D2.ors b/openssl/test/ocsp-tests/D2.ors new file mode 100755 index 000000000..dcbd4d4b8 --- /dev/null +++ b/openssl/test/ocsp-tests/D2.ors @@ -0,0 +1,32 @@ +MIIF4AoBAKCCBdkwggXVBgkrBgEFBQcwAQEEggXGMIIFwjCBmaIWBBTqlwecTarB +yVdbHxANRLCFYj1mqBgPMjAxMjEwMjMxMDI1MzZaMG4wbDBEMAkGBSsOAwIaBQAE +FLdXtbacB/gWIxOOkMkqDr4yAaoxBBRge2YaRQ2XyolQL30EzTSo//z9SwILBAAA +AAABL07hRxCAABgPMjAxMjEwMDEwNjAwMDBaoBEYDzIwMTMwNDE1MDYwMDAwWjAL +BgkqhkiG9w0BAQUDggEBAEJN4FuPQPnizPIwEj4Q8Ht765gI6QqMNrvj3UykxYeu +qUajKcqA+V1zaDHTaz+eCQthtmCNKC9T+zVkjGelVsd7Kn2fVKWqp+5wVPI8dVkm +6Gs/IGZ16HDnQ/siTrY3ILWCRz4Hf6lnHpIErQuQRQyjlGKNcE7RYmjGw4w0bxx8 +vHN/baCMApBL0D0zeBqlpJCMUZqJJ3D1+87HxHYR1MkMZDC9rOPIhlpEP4yL17gx +ckrPf+w+A/3kC++jVeA3b8Xtr+MaWOFH4xVn6BTxopczZKVl18tSYqgwITlx5/cL +LpYEdllC0l83E8GRzsOp0SvFxo0NBotgFNZQQujpOzagggQQMIIEDDCCBAgwggLw +oAMCAQICCwQAAAAAAThXovYBMA0GCSqGSIb3DQEBBQUAMFcxCzAJBgNVBAYTAkJF +MRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRsw +GQYDVQQDExJHbG9iYWxTaWduIFJvb3QgQ0EwHhcNMTIwNzA1MTgwMDAwWhcNMTMw +NzA1MTgwMDAwWjBZMQswCQYDVQQGEwJCRTEZMBcGA1UEChMQR2xvYmFsU2lnbiBu +di1zYTEvMC0GA1UEAxMmR2xvYmFsU2lnbiBPQ1NQIGZvciBSb290IFIxIC0gQnJh +bmNoIDEwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDP2QF8p0+Fb7ID +MwwD1gEr2oazjqbW28EZr3YEyMPk+7VFaGePSO1xjBGIE48Q7m7d6p6ZXCzlBZEi +oudrHSr3WDqdIVKLDrZIDkgEgdjJE72Hq6Pf5CEGXyebbODm4sV96EfewSvOOYLL +866g3aoVhLDK02ny+Q5OsokW7nhnmGMMh10tZqR5VmdQTiw8MgeqUxBEaEO4WH2J +ltgSsgNJBNBYuDgnn5ryzVqhvmCJvYZMYeN6qZFKy1MgHcR+wEpGLPlRL4ttu6e5 +MJrVta7dVFobHUHoFog97LtQT1PY0Ubaihswjge5O04bYeCrgSSjr1e4xH/KDxRw +yyhoscaFAgMBAAGjgdIwgc8wDgYDVR0PAQH/BAQDAgeAMB0GA1UdDgQWBBTqlwec +TarByVdbHxANRLCFYj1mqDBMBgNVHSAERTBDMEEGCSsGAQQBoDIBXzA0MDIGCCsG +AQUFBwIBFiZodHRwczovL3d3dy5nbG9iYWxzaWduLmNvbS9yZXBvc2l0b3J5LzAJ +BgNVHRMEAjAAMBMGA1UdJQQMMAoGCCsGAQUFBwMJMB8GA1UdIwQYMBaAFGB7ZhpF +DZfKiVAvfQTNNKj//P1LMA8GCSsGAQUFBzABBQQCBQAwDQYJKoZIhvcNAQEFBQAD +ggEBAHiC6N1uF29d7CmiVapA8Nr1xLSVeIkBd4A8yHsUTQ7ATI7bwT14QUV4awe7 +8cvmO5ZND8YG1ViwN162WFm9ivSoWBzvWDbU2JhQFb+XzrzCcdn0YbNiTxJh/vYm +uDuxto00dpBgujSOAQv8B90iDEJ+sZpYRzDRj62qStRey0zpq5eX+pA+gdppMUFb +4QvJf0El8TbLCWLN4TjrFe6ju7ZaN9zmgVYGQ2fMHKIGNScLuIA950nYwzRkIfHa +YW6HqP1rCR1EiYmstEeCQyDxJx+RUlh+q8L1BKzaMYhS6s63MZzQuGseYStaCmbC +fBIRKjnK621vAWvc7UR+0hqnZ+U= diff --git a/openssl/test/ocsp-tests/D2_Cert_ICA.pem b/openssl/test/ocsp-tests/D2_Cert_ICA.pem new file mode 100755 index 000000000..459f98e34 --- /dev/null +++ b/openssl/test/ocsp-tests/D2_Cert_ICA.pem @@ -0,0 +1,26 @@ +-----BEGIN CERTIFICATE----- +MIIEdzCCA1+gAwIBAgILBAAAAAABL07hRxAwDQYJKoZIhvcNAQEFBQAwVzELMAkG +A1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExEDAOBgNVBAsTB1Jv +b3QgQ0ExGzAZBgNVBAMTEkdsb2JhbFNpZ24gUm9vdCBDQTAeFw0wNjEyMTUwODAw +MDBaFw0yODAxMjgxMjAwMDBaMEwxIDAeBgNVBAsTF0dsb2JhbFNpZ24gUm9vdCBD +QSAtIFIyMRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWdu +MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAps8kDr4ubyiZRULEqz4h +VJsL03+EcPoSs8u/h1/Gf4bTsjBc1v2t8Xvc5fhglgmSEPXQU977e35ziKxSiHtK +pspJpl6op4xaEbx6guu+jOmzrJYlB5dKmSoHL7Qed7+KD7UCfBuWuMW5Oiy81hK5 +61l94tAGhl9eSWq1OV6INOy8eAwImIRsqM1LtKB9DHlN8LgtyyHK1WxbfeGgKYSh ++dOUScskYpEgvN0L1dnM+eonCitzkcadG6zIy+jgoPQvkItN+7A2G/YZeoXgbfJh +E4hcn+CTClGXilrOr6vV96oJqmC93Nlf33KpYBNeAAHJSvo/pOoHAyECjoLKA8Kb +jwIDAQABo4IBTTCCAUkwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8w +HQYDVR0OBBYEFJviB1dnHB7AagbeWbSaLd/cGYYuMEcGA1UdIARAMD4wPAYEVR0g +ADA0MDIGCCsGAQUFBwIBFiZodHRwczovL3d3dy5nbG9iYWxzaWduLmNvbS9yZXBv +c2l0b3J5LzAzBgNVHR8ELDAqMCigJqAkhiJodHRwOi8vY3JsLmdsb2JhbHNpZ24u +bmV0L3Jvb3QuY3JsMD0GCCsGAQUFBwEBBDEwLzAtBggrBgEFBQcwAYYhaHR0cDov +L29jc3AuZ2xvYmFsc2lnbi5jb20vcm9vdHIxMCkGA1UdJQQiMCAGCCsGAQUFBwMB +BggrBgEFBQcDAgYKKwYBBAGCNwoDAzAfBgNVHSMEGDAWgBRge2YaRQ2XyolQL30E +zTSo//z9SzANBgkqhkiG9w0BAQUFAAOCAQEAOg/NJk04MAioxvxc2Ah67/ocKgPO +Mq5EluFSA5UKUtZnr1uWfN0ZizBbNjprbqAVxoKhyzlmAFeLAqJuhfusVVq4FVAa +kN4JSOyo9lccGDG9xn3IvevCpzlRbaL/HHjeHCcE4c8klegO5NUfsPn7UMrLbp5i +JniG9cT1eI/dcq9uLtWe3c48y7jHLVRg1+WcAkuGRPBXUSvNCps8sfU6TB2KxfAw +PmWHxA5fbkqsiqge5/rkM4AVhFZlJZv7njCIy5EWwQXDqSTsIdLVsPy3I0annff3 +xlMSeDe0E3OPN5deBJv5mYuTPiZCl5/9HrXVy4hINKJmoPqsco/dRy+CdA== +-----END CERTIFICATE----- diff --git a/openssl/test/ocsp-tests/D2_Issuer_Root.pem b/openssl/test/ocsp-tests/D2_Issuer_Root.pem new file mode 100755 index 000000000..f4ce4ca43 --- /dev/null +++ b/openssl/test/ocsp-tests/D2_Issuer_Root.pem @@ -0,0 +1,21 @@ +-----BEGIN CERTIFICATE----- +MIIDdTCCAl2gAwIBAgILBAAAAAABFUtaw5QwDQYJKoZIhvcNAQEFBQAwVzELMAkG +A1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExEDAOBgNVBAsTB1Jv +b3QgQ0ExGzAZBgNVBAMTEkdsb2JhbFNpZ24gUm9vdCBDQTAeFw05ODA5MDExMjAw +MDBaFw0yODAxMjgxMjAwMDBaMFcxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9i +YWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRswGQYDVQQDExJHbG9iYWxT +aWduIFJvb3QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDaDuaZ +jc6j40+Kfvvxi4Mla+pIH/EqsLmVEQS98GPR4mdmzxzdzxtIK+6NiY6arymAZavp +xy0Sy6scTHAHoT0KMM0VjU/43dSMUBUc71DuxC73/OlS8pF94G3VNTCOXkNz8kHp +1Wrjsok6Vjk4bwY8iGlbKk3Fp1S4bInMm/k8yuX9ifUSPJJ4ltbcdG6TRGHRjcdG +snUOhugZitVtbNV4FpWi6cgKOOvyJBNPc1STE4U6G7weNLWLBYy5d4ux2x8gkasJ +U26Qzns3dLlwR5EiUWMWea6xrkEmCMgZK9FGqkjWZCrXgzT/LCrBbBlDSgeF59N8 +9iFo7+ryUp9/k5DPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8E +BTADAQH/MB0GA1UdDgQWBBRge2YaRQ2XyolQL30EzTSo//z9SzANBgkqhkiG9w0B +AQUFAAOCAQEA1nPnfE920I2/7LqivjTFKDK1fPxsnCwrvQmeU79rXqoRSLblCKOz +yj1hTdNGCbM+w6DjY1Ub8rrvrTnhQ7k4o+YviiY776BQVvnGCv04zcQLcFGUl5gE +38NflNUVyRRBnMRddWQVDf9VMOyGj/8N7yy5Y0b2qvzfvGn9LhJIZJrglfCm7ymP +AbEVtQwdpf5pLGkkeB6zpxxxYu7KyJesF12KwvhHhm4qxFYxldBniYUr+WymXUad +DKqC5JlR3XC321Y9YeRq4VzW9v493kHMB65jUr9TU/Qr6cf9tveCX4XSQRjbgbME +HMUfpIBvFSDJ3gyICh3WZlXi/EjJKSZp4A== +-----END CERTIFICATE----- diff --git a/openssl/test/ocsp-tests/D3.ors b/openssl/test/ocsp-tests/D3.ors new file mode 100755 index 000000000..d66439b34 --- /dev/null +++ b/openssl/test/ocsp-tests/D3.ors @@ -0,0 +1,38 @@ +MIIG8AoBAKCCBukwggblBgkrBgEFBQcwAQEEggbWMIIG0jCB+aF+MHwxCzAJBgNV +BAYTAkFVMQwwCgYDVQQIEwNOU1cxDzANBgNVBAcTBlN5ZG5leTEUMBIGA1UEChML +Q0FjZXJ0IEluYy4xHjAcBgNVBAsTFVNlcnZlciBBZG1pbmlzdHJhdGlvbjEYMBYG +A1UEAxMPb2NzcC5jYWNlcnQub3JnGA8yMDEyMTAyMzEwMzkzMFowZjBkMDwwCQYF +Kw4DAhoFAAQUi6TJyxcpGUU+u45zCZG5JfKDImUEFBa1MhvUx/Pg5o7zvdKwOu6y +ORjRAgMLs8aAABgPMjAxMjEwMjMwOTU5MTJaoBEYDzIwMTIxMDI1MTAzOTMwWjAN +BgkqhkiG9w0BAQUFAAOCAQEAYaaAzW26JQGFRyawj9ROtnSdJ9QPJ6B/wfpJif8e +QU9lmKx0zIDdTum3Mc5tfxML71W025UW9jzowAfQ5bZbqa4nwZlWX5Py3hKebeYo +WiND4pvhS4BRkheSkycEok0bj1FJYWYiJVpnTqKAPnOKrlL4qvGC2IOHk2toS/Je +iLyoUwxrPtqaXt4Caoa3I70HE3H1QqvPIGIY6V4bxV7Km/xv99QOutkbfANGiNsx +W7EDB3TRNhldzMnjEwG58X5Pe3xwEVqjCiBL+wQ8JALn08bJzFn9E04aYrqCGc8s +gw1dgaBoZt+0vbQUN71KEocwMj5mzJqottOyqNwo7FZnBaCCBL4wggS6MIIEtjCC +Ap6gAwIBAgIDCpvzMA0GCSqGSIb3DQEBBQUAMHkxEDAOBgNVBAoTB1Jvb3QgQ0Ex +HjAcBgNVBAsTFWh0dHA6Ly93d3cuY2FjZXJ0Lm9yZzEiMCAGA1UEAxMZQ0EgQ2Vy +dCBTaWduaW5nIEF1dGhvcml0eTEhMB8GCSqGSIb3DQEJARYSc3VwcG9ydEBjYWNl +cnQub3JnMB4XDTExMDgyMzAwMDI1NloXDTEzMDgyMjAwMDI1NlowfDELMAkGA1UE +BhMCQVUxDDAKBgNVBAgTA05TVzEPMA0GA1UEBxMGU3lkbmV5MRQwEgYDVQQKEwtD +QWNlcnQgSW5jLjEeMBwGA1UECxMVU2VydmVyIEFkbWluaXN0cmF0aW9uMRgwFgYD +VQQDEw9vY3NwLmNhY2VydC5vcmcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK +AoIBAQCcxtRv5CPHw3BLdR/k/K72YsRgodbP+UdAONmvBvWzhwm6B8h6O+M64sFr +2w6be7SYBECIyOQgNJ1flK4MoAWhdBA/H5NtxaDOKbAqA27tO9GaevcPp7c518O0 +3hVnlPLvsN1f48nY0jQOXUTfv5nYXmD0OSSK/V3IRo0KsWB6T9UnMGCeEwb4Oqqz +uzM0b4SBflzMEony/m6Tg/qL7qs2TLZAqe77+BZaVdFkDUnaBN7RyMruXySxeXiz +mogT3WhROeloMa/X+E01bWBYBEK7VZIY9pgBpXQ7vDbbIGgYuIXUi20wh03WMy16 +VDYdV0IUXHpidNUeK9W/BPP/7APBAgMBAAGjRDBCMAwGA1UdEwEB/wQCMAAwJwYD +VR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMBBggrBgEFBQcDCTAJBgNVHREEAjAA +MA0GCSqGSIb3DQEBBQUAA4ICAQAoT6p5f3cGprAcgrnzdenfTmDe9LCW7k2VnazA +MAzpsD6gXcSlo4+3hoHem/SpKRH2tqi34DmImCiv/S6fxsKM4Gfn5rlkAFviuTvS +r5Zrwh4ZKSfaoWv4bmbzmcAxvuxdMWHf/5PbjegjzFTbBMekVPZY/abYtD6kdHQZ +VNgzwZVfTBfYhfa+Rg72I2zjKpMsjxMqWfTmUzW6wfK6LFudZqu0U1NnJw+IlnVU +6WtjL885ebQrmcRqWz3nMhVLIu5L3w/s+VTLvm7If6jcMDNUjz8s2BPcJeCXg3TE +STsyl6tvk17RRz2+9JskxVOk11xIn96xR4FCERIid2ek9z1xi7oYOajQF50i/9Gj +ReDEfRSyb4/LzoKDOY+h4Q6jryeHh7WIHFiK5qrBN2y8qOoRJ/OqQnqci/BJBNpe +g9Q9PJRgGSzRndTXNHiYRbeLpq7eGo3sPqlR9qBQ3rd98XGOU0RCMnzjKhENC3qo +5PkSF2xs8RmjWktFSTDwjYo0qf1teo7CGHjgaPjQ7JE8Q4ysFOQndSWmLpqwDcI9 +HfIvPwUIWArQrJRh9LCNSyvHVgLqY9kw8NW4TlMxV2WqaYCkiKi3XVRrSFR3ahS1 +VBvRZ8KpplrV7rhXjVSSqqfLk1sX3l72Ck2F9ON+qbNFmvhgNjSiBY9neMgo804a +wG/pag== diff --git a/openssl/test/ocsp-tests/D3_Cert_EE.pem b/openssl/test/ocsp-tests/D3_Cert_EE.pem new file mode 100755 index 000000000..f371ed1f1 --- /dev/null +++ b/openssl/test/ocsp-tests/D3_Cert_EE.pem @@ -0,0 +1,31 @@ +-----BEGIN CERTIFICATE----- +MIIFZDCCA0ygAwIBAgIDC7PGMA0GCSqGSIb3DQEBBQUAMHkxEDAOBgNVBAoTB1Jv +b3QgQ0ExHjAcBgNVBAsTFWh0dHA6Ly93d3cuY2FjZXJ0Lm9yZzEiMCAGA1UEAxMZ +Q0EgQ2VydCBTaWduaW5nIEF1dGhvcml0eTEhMB8GCSqGSIb3DQEJARYSc3VwcG9y +dEBjYWNlcnQub3JnMB4XDTEyMDUwNjE4NDY0MVoXDTE0MDUwNjE4NDY0MVowWzEL +MAkGA1UEBhMCQVUxDDAKBgNVBAgTA05TVzEPMA0GA1UEBxMGU3lkbmV5MRQwEgYD +VQQKEwtDQWNlcnQgSW5jLjEXMBUGA1UEAxMOd3d3LmNhY2VydC5vcmcwggEiMA0G +CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDeNSAxSFtymeN6rQD69eXIJEnCCP7Z +24/fdOgxRDSBhfQDUVhdmsuDOvuziOoWGqRxZPcWdMEMRcJ5SrA2aHIstvnaLhUl +xp2fuaeXx9XMCJ9ZmzHZbH4wqLaU+UlhcSsdkPzapf3N3HaUAW8kT4bHEGzObYVC +UBxxhpY01EoGRQmnFojzLNF3+0O1npQzXg5MeIWHW/Z+9jE+6odL6IXgg1bvrP4d +FgoveTcG6BmJu+50RwHaUad7hQuNeS+pNsVzCiDdMF2qoCQXtAGhnEQ9/KHpBD2z +ISBVIyEbYxdyU/WxnkaOof63Mf/TAgMNzVN9duqEtFyvvMrQY1XkBBwfAgMBAAGj +ggERMIIBDTAMBgNVHRMBAf8EAjAAMDQGA1UdJQQtMCsGCCsGAQUFBwMCBggrBgEF +BQcDAQYJYIZIAYb4QgQBBgorBgEEAYI3CgMDMAsGA1UdDwQEAwIFoDAzBggrBgEF +BQcBAQQnMCUwIwYIKwYBBQUHMAGGF2h0dHA6Ly9vY3NwLmNhY2VydC5vcmcvMIGE +BgNVHREEfTB7gg53d3cuY2FjZXJ0Lm9yZ4IRc2VjdXJlLmNhY2VydC5vcmeCEnd3 +d21haWwuY2FjZXJ0Lm9yZ4IKY2FjZXJ0Lm9yZ4IOd3d3LmNhY2VydC5uZXSCCmNh +Y2VydC5uZXSCDnd3dy5jYWNlcnQuY29tggpjYWNlcnQuY29tMA0GCSqGSIb3DQEB +BQUAA4ICAQA2+uCGX18kZD8gyfj44TlwV4TXJ5BrT0M9qogg2k5u057i+X2ePy3D +iE2REyLkU+i5ekH5gvTl74uSJKtpSf/hMyJEByyPyIULhlXCl46z2Z60drYzO4ig +apCdkm0JthVGvk6/hjdaxgBGhUvSTEP5nLNkDa+uYVHJI58wfX2oh9gqxf8VnMJ8 +/A8Zi6mYCWUlFUobNd/ozyDZ6WVntrLib85sAFhds93nkoUYxgx1N9Xg/I31/jcL +6bqmpRAZcbPtvEom0RyqPLM+AOgySWiYbg1Nl8nKx25C2AuXk63NN4CVwkXpdFF3 +q5qk1izPruvJ68jNW0pG7nrMQsiY2BCesfGyEzY8vfrMjeR5MLNv5r+obeYFnC1j +uYp6JBt+thW+xPFzHYLjohKPwo/NbMOjIUM9gv/Pq3rVRPgWru4/8yYWhrmEK370 +rtlYBUSGRUdR8xed1Jvs+4qJ3s9t41mLSXvUfwyPsT7eoloUAfw3RhdwOzXoC2P6 +ftmniyu/b/HuYH1AWK+HFtFi9CHiMIqOJMhj/LnzL9udrQOpir7bVej/mlb3kSRo +2lZymKOvuMymMpJkvBvUU/QEbCxWZAkTyqL2qlcQhHv7W366DOFjxDqpthaTRD69 +T8i/2AnsBDjYFxa47DisIvR57rLmE+fILjSvd94N/IpGs3lSOS5JeA== +-----END CERTIFICATE----- diff --git a/openssl/test/ocsp-tests/D3_Issuer_Root.pem b/openssl/test/ocsp-tests/D3_Issuer_Root.pem new file mode 100755 index 000000000..3ccc18e8d --- /dev/null +++ b/openssl/test/ocsp-tests/D3_Issuer_Root.pem @@ -0,0 +1,83 @@ +-----BEGIN CERTIFICATE----- +MIIHPTCCBSWgAwIBAgIBADANBgkqhkiG9w0BAQQFADB5MRAwDgYDVQQKEwdSb290 +IENBMR4wHAYDVQQLExVodHRwOi8vd3d3LmNhY2VydC5vcmcxIjAgBgNVBAMTGUNB +IENlcnQgU2lnbmluZyBBdXRob3JpdHkxITAfBgkqhkiG9w0BCQEWEnN1cHBvcnRA +Y2FjZXJ0Lm9yZzAeFw0wMzAzMzAxMjI5NDlaFw0zMzAzMjkxMjI5NDlaMHkxEDAO +BgNVBAoTB1Jvb3QgQ0ExHjAcBgNVBAsTFWh0dHA6Ly93d3cuY2FjZXJ0Lm9yZzEi +MCAGA1UEAxMZQ0EgQ2VydCBTaWduaW5nIEF1dGhvcml0eTEhMB8GCSqGSIb3DQEJ +ARYSc3VwcG9ydEBjYWNlcnQub3JnMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIIC +CgKCAgEAziLA4kZ97DYoB1CW8qAzQIxL8TtmPzHlawI229Z89vGIj053NgVBlfkJ +8BLPRoZzYLdufujAWGSuzbCtRRcMY/pnCujW0r8+55jE8Ez64AO7NV1sId6eINm6 +zWYyN3L69wj1x81YyY7nDl7qPv4coRQKFWyGhFtkZip6qUtTefWIonvuLwphK42y +fk1WpRPs6tqSnqxEQR5YYGUFZvjARL3LlPdCfgv3ZWiYUQXw8wWRBB0bF4LsyFe7 +w2t6iPGwcswlWyCR7BYCEo8y6RcYSNDHBS4CMEK4JZwFaz+qOqfrU0j36NK2B5jc +G8Y0f3/JHIJ6BVgrCFvzOKKrF11myZjXnhCLotLddJr3cQxyYN/Nb5gznZY0dj4k +epKwDpUeb+agRThHqtdB7Uq3EvbXG4OKDy7YCbZZ16oE/9KTfWgu3YtLq1i6L43q +laegw1SJpfvbi1EinbLDvhG+LJGGi5Z4rSDTii8aP8bQUWWHIbEZAWV/RRyH9XzQ +QUxPKZgh/TMfdQwEUfoZd9vUFBzugcMd9Zi3aQaRIt0AUMyBMawSB3s42mhb5ivU +fslfrejrckzzAeVLIL+aplfKkQABi6F1ITe1Yw1nPkZPcCBnzsXWWdsC4PDSy826 +YreQQejdIOQpvGQpQsgi3Hia/0PsmBsJUUtaWsJx8cTLc6nloQsCAwEAAaOCAc4w +ggHKMB0GA1UdDgQWBBQWtTIb1Mfz4OaO873SsDrusjkY0TCBowYDVR0jBIGbMIGY +gBQWtTIb1Mfz4OaO873SsDrusjkY0aF9pHsweTEQMA4GA1UEChMHUm9vdCBDQTEe +MBwGA1UECxMVaHR0cDovL3d3dy5jYWNlcnQub3JnMSIwIAYDVQQDExlDQSBDZXJ0 +IFNpZ25pbmcgQXV0aG9yaXR5MSEwHwYJKoZIhvcNAQkBFhJzdXBwb3J0QGNhY2Vy +dC5vcmeCAQAwDwYDVR0TAQH/BAUwAwEB/zAyBgNVHR8EKzApMCegJaAjhiFodHRw +czovL3d3dy5jYWNlcnQub3JnL3Jldm9rZS5jcmwwMAYJYIZIAYb4QgEEBCMWIWh0 +dHBzOi8vd3d3LmNhY2VydC5vcmcvcmV2b2tlLmNybDA0BglghkgBhvhCAQgEJxYl +aHR0cDovL3d3dy5jYWNlcnQub3JnL2luZGV4LnBocD9pZD0xMDBWBglghkgBhvhC +AQ0ESRZHVG8gZ2V0IHlvdXIgb3duIGNlcnRpZmljYXRlIGZvciBGUkVFIGhlYWQg +b3ZlciB0byBodHRwOi8vd3d3LmNhY2VydC5vcmcwDQYJKoZIhvcNAQEEBQADggIB +ACjH7pyCArpcgBLKNQodgW+JapnM8mgPf6fhjViVPr3yBsOQWqy1YPaZQwGjiHCc +nWKdpIevZ1gNMDY75q1I08t0AoZxPuIrA2jxNGJARjtT6ij0rPtmlVOKTV39O9lg +18p5aTuxZZKmxoGCXJzN600BiqXfEVWqFcofN8CCmHBh22p8lqOOLlQ+TyGpkO/c +gr/c6EWtTZBzCDyUZbAEmXZ/4rzCahWqlwQ3JNgelE5tDlG+1sSPypZt90Pf6DBl +Jzt7u0NDY8RD97LsaMzhGY4i+5jhe1o+ATc7iwiwovOVThrLm82asduycPAtStvY +sONvRUgzEv/+PDIqVPfE94rwiCPCR/5kenHA0R6mY7AHfqQv0wGP3J8rtsYIqQ+T +SCX8Ev2fQtzzxD72V7DX3WnRBnc0CkvSyqD/HMaMyRa+xMwyN2hzXwj7UfdJUzYF +CpUCTPJ5GhD22Dp1nPMd8aINcGeGG7MW9S/lpOt5hvk9C8JzC6WZrG/8Z7jlLwum +GCSNe9FINSkYQKyTYOGWhlC0elnYjyELn8+CkcY7v2vcB5G5l1YjqrZslMZIBjzk +zk6q5PYvCdxTby78dOs6Y5nCpqyJvKeyRKANihDjbPIky/qbn3BHLt4Ui9SyIAmW +omTxJBzcoTWcFbLUvFUufQb1nA5V9FrWk9p2rSVzTMVD +-----END CERTIFICATE----- +-----BEGIN CERTIFICATE----- +MIIHWTCCBUGgAwIBAgIDCkGKMA0GCSqGSIb3DQEBCwUAMHkxEDAOBgNVBAoTB1Jv +b3QgQ0ExHjAcBgNVBAsTFWh0dHA6Ly93d3cuY2FjZXJ0Lm9yZzEiMCAGA1UEAxMZ +Q0EgQ2VydCBTaWduaW5nIEF1dGhvcml0eTEhMB8GCSqGSIb3DQEJARYSc3VwcG9y +dEBjYWNlcnQub3JnMB4XDTExMDUyMzE3NDgwMloXDTIxMDUyMDE3NDgwMlowVDEU +MBIGA1UEChMLQ0FjZXJ0IEluYy4xHjAcBgNVBAsTFWh0dHA6Ly93d3cuQ0FjZXJ0 +Lm9yZzEcMBoGA1UEAxMTQ0FjZXJ0IENsYXNzIDMgUm9vdDCCAiIwDQYJKoZIhvcN +AQEBBQADggIPADCCAgoCggIBAKtJNRFIfNImflOUz0Op3SjXQiqL84d4GVh8D57a +iX3h++tykA10oZZkq5+gJJlz2uJVdscXe/UErEa4w75/ZI0QbCTzYZzA8pD6Ueb1 +aQFjww9W4kpCz+JEjCUoqMV5CX1GuYrz6fM0KQhF5Byfy5QEHIGoFLOYZcRD7E6C +jQnRvapbjZLQ7N6QxX8KwuPr5jFaXnQ+lzNZ6MMDPWAzv/fRb0fEze5ig1JuLgia +pNkVGJGmhZJHsK5I6223IeyFGmhyNav/8BBdwPSUp2rVO5J+TJAFfpPBLIukjmJ0 +FXFuC3ED6q8VOJrU0gVyb4z5K+taciX5OUbjchs+BMNkJyIQKopPWKcDrb60LhPt +XapI19V91Cp7XPpGBFDkzA5CW4zt2/LP/JaT4NsRNlRiNDiPDGCbO5dWOK3z0luL +oFvqTpa4fNfVoIZwQNORKbeiPK31jLvPGpKK5DR7wNhsX+kKwsOnIJpa3yxdUly6 +R9Wb7yQocDggL9V/KcCyQQNokszgnMyXS0XvOhAKq3A6mJVwrTWx6oUrpByAITGp +rmB6gCZIALgBwJNjVSKRPFbnr9s6JfOPMVTqJouBWfmh0VMRxXudA/Z0EeBtsSw/ +LIaRmXGapneLNGDRFLQsrJ2vjBDTn8Rq+G8T/HNZ92ZCdB6K4/jc0m+YnMtHmJVA +BfvpAgMBAAGjggINMIICCTAdBgNVHQ4EFgQUdahxYEyIE/B42Yl3tW3Fid+8sXow +gaMGA1UdIwSBmzCBmIAUFrUyG9TH8+DmjvO90rA67rI5GNGhfaR7MHkxEDAOBgNV +BAoTB1Jvb3QgQ0ExHjAcBgNVBAsTFWh0dHA6Ly93d3cuY2FjZXJ0Lm9yZzEiMCAG +A1UEAxMZQ0EgQ2VydCBTaWduaW5nIEF1dGhvcml0eTEhMB8GCSqGSIb3DQEJARYS +c3VwcG9ydEBjYWNlcnQub3JnggEAMA8GA1UdEwEB/wQFMAMBAf8wXQYIKwYBBQUH +AQEEUTBPMCMGCCsGAQUFBzABhhdodHRwOi8vb2NzcC5DQWNlcnQub3JnLzAoBggr +BgEFBQcwAoYcaHR0cDovL3d3dy5DQWNlcnQub3JnL2NhLmNydDBKBgNVHSAEQzBB +MD8GCCsGAQQBgZBKMDMwMQYIKwYBBQUHAgEWJWh0dHA6Ly93d3cuQ0FjZXJ0Lm9y +Zy9pbmRleC5waHA/aWQ9MTAwNAYJYIZIAYb4QgEIBCcWJWh0dHA6Ly93d3cuQ0Fj +ZXJ0Lm9yZy9pbmRleC5waHA/aWQ9MTAwUAYJYIZIAYb4QgENBEMWQVRvIGdldCB5 +b3VyIG93biBjZXJ0aWZpY2F0ZSBmb3IgRlJFRSwgZ28gdG8gaHR0cDovL3d3dy5D +QWNlcnQub3JnMA0GCSqGSIb3DQEBCwUAA4ICAQApKIWuRKm5r6R5E/CooyuXYPNc +7uMvwfbiZqARrjY3OnYVBFPqQvX56sAV2KaC2eRhrnILKVyQQ+hBsuF32wITRHhH +Va9Y/MyY9kW50SD42CEH/m2qc9SzxgfpCYXMO/K2viwcJdVxjDm1Luq+GIG6sJO4 +D+Pm1yaMMVpyA4RS5qb1MyJFCsgLDYq4Nm+QCaGrvdfVTi5xotSu+qdUK+s1jVq3 +VIgv7nSf7UgWyg1I0JTTrKSi9iTfkuO960NAkW4cGI5WtIIS86mTn9S8nK2cde5a +lxuV53QtHA+wLJef+6kzOXrnAzqSjiL2jA3k2X4Ndhj3AfnvlpaiVXPAPHG0HRpW +Q7fDCo1y/OIQCQtBzoyUoPkD/XFzS4pXM+WOdH4VAQDmzEoc53+VGS3FpQyLu7Xt +hbNc09+4ufLKxw0BFKxwWMWMjTPUnWajGlCVI/xI4AZDEtnNp4Y5LzZyo4AQ5OHz +0ctbGsDkgJp8E3MGT9ujayQKurMcvEp4u+XjdTilSKeiHq921F73OIZWWonO1sOn +ebJSoMbxhbQljPI/lrMQ2Y1sVzufb4Y6GIIiNsiwkTjbKqGTqoQ/9SdlrnPVyNXT +d+pLncdBu8fA46A/5H2kjXPmEkvfoXNzczqA6NXLji/L6hOn1kGLrPo8idck9U60 +4GGSt/M3mMS+lqO3ig== +-----END CERTIFICATE----- diff --git a/openssl/test/ocsp-tests/ISDOSC_D1.ors b/openssl/test/ocsp-tests/ISDOSC_D1.ors new file mode 100755 index 000000000..66a60a27f --- /dev/null +++ b/openssl/test/ocsp-tests/ISDOSC_D1.ors @@ -0,0 +1,32 @@ +MIIFzwoBAKCCBcgwggXEBgkrBgEFBQcwAQEEggW1MIIFsTCBoKIWBBSpTXftIZX0 +lLT9zwVSQC5Jfp3pqhgPMjAxMjEwMTAxNDU0NDNaMHUwczBLMAkGBSsOAwIaBQAE +FKByDqBqfGICVPKo9Z3Se6Tzty+kBBSwsEr9HHUo+BxhqhP2+sGQPWsWowISESG8 +vx4IzALnkqQG05AvM+2bgAAYDzIwMTIxMDEwMTMwMDAwWqARGA8yMDEyMTAxNzEz +MDAwMFowCwYJKoZIhvcNAQEFA4IBAQBw5Z+0ggEddRTIq7cXlMoxG9Nrx4HtutsH +itIUoZp/rlLoxHsJTo/VmdZvTTGIc7Ok9XuoH61lY/x9glAKsGRjz4Myc9+5rx0O +675lwmOS+uaf3/hRkicVrVr7Pt2ug3R7OXm2MJrohjNKP8lqtLJ0hHP88a8rotKA +r9uz/qHm7K4Uh7dRt/Pnu9MPG74tZeFNN4M1ONMEiRdG39FqzFDXWxwQ3NmyC0Wo +DQn+NklZMknr8mm7IBWpzgU1fTD9R0yv0zdhUZGiEXxvdhm7GJrTET5jS30Ksm5j +o+n39YVu/vGbjyyYx3+WdeQLEyipaGvldSuJpT+R684/RuFWNetcoIID+DCCA/Qw +ggPwMIIC2KADAgECAhIRIcYjwu4UNkR1VGrDbSdFei8wDQYJKoZIhvcNAQEFBQAw +WTELMAkGA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExLzAtBgNV +BAMTJkdsb2JhbFNpZ24gRXh0ZW5kZWQgVmFsaWRhdGlvbiBDQSAtIEcyMB4XDTEy +MDkxOTA3NDAzMVoXDTEyMTIxOTA4NDAzMVowgYUxCzAJBgNVBAYTAkJFMRkwFwYD +VQQKExBHbG9iYWxTaWduIG52LXNhMUIwQAYDVQQDEzlHbG9iYWxTaWduIEV4dGVu +ZGVkIFZhbGlkYXRpb24gQ0EgLSBHMiBPQ1NQIHJlc3BvbmRlciAtIDExFzAVBgNV +BAUTDjIwMTIwOTE5MDkzOTAwMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEAxkkb6QhDH3sEDj4zaysjVzYelq9lZ1cso4R2IyQxaoPaG6GkaCmHA4sz6KP+ +m3ADqplibEUBa/mzCxHW8/oy3NhGMFdbezduZrnRFLbzakOTeIo8VEIM3JPfgREv +CX8nj6Xu7ERD6JO/ZQ9Xr7YVzKKN+3cVZlcMHoGBnOPcO2Sz0AcYyk5m5IsGBRoT +T86j6Cr9PhOPTVwXL6Wxy1KVHsUZXUwnRacV0O4SHWQ4zM9Sablus9fTbh1CgIqW +sKDyzVB4yECXkBVeUlA+cuCaRRVHRiR+jPDSgbU62nnNudEpGG7dyoop6IOvXv2O +ydncWzaukxIVvQ/Ij85kHqs7HQIDAQABo4GEMIGBMAkGA1UdEwQCMAAwDgYDVR0P +AQH/BAQDAgeAMBMGA1UdJQQMMAoGCCsGAQUFBwMJMA8GCSsGAQUFBzABBQQCBQAw +HQYDVR0OBBYEFKlNd+0hlfSUtP3PBVJALkl+nemqMB8GA1UdIwQYMBaAFLCwSv0c +dSj4HGGqE/b6wZA9axajMA0GCSqGSIb3DQEBBQUAA4IBAQCe4rZg61Dmwygl/Uae +BJZog64/FvuB1sfCqKLJTjKOfLcugSTX1TT7bLJbzXRGPQuorI3TIZEOwldIw01d +DTLlsOCHrfHd+bpxgijxPkUuaA4NYnpvqTEMJqPKOC8QYfKupNjAPSuHvwqvqCfO +RCe3jY6xQDO0WCTZ8/xMsOkw+J/YEYqALETf2Ug7k5eRL/TvfLd8Sgi7vPfmUeiW +ptlsbhMOWQoQc+JA3vCI01rrjNq+0kIZ/r8nPGvablRr0Aakk6eDuS2dcReaPwuK +0xE136pJYiXdQ3SA7uwmlorjxmejavyoPCr23TU74DQEt6hhc6uIcabsa4Y8KvJy +RI4F diff --git a/openssl/test/ocsp-tests/ISDOSC_D2.ors b/openssl/test/ocsp-tests/ISDOSC_D2.ors new file mode 100755 index 000000000..664c8d25f --- /dev/null +++ b/openssl/test/ocsp-tests/ISDOSC_D2.ors @@ -0,0 +1,32 @@ +MIIF4AoBAKCCBdkwggXVBgkrBgEFBQcwAQEEggXGMIIFwjCBmaIWBBTqlwecTarB +yVdbHxANRLCFYj1mqBgPMjAxMjEwMTEwOTE1MzNaMG4wbDBEMAkGBSsOAwIaBQAE +FLdXtbacB/gWIxOOkMkqDr4yAaoxBBRge2YaRQ2XyolQL30EzTSo//z9SwILBAAA +AAABL07hRxCAABgPMjAxMjEwMDEwNjAwMDBaoBEYDzIwMTMwNDE1MDYwMDAwWjAL +BgkqhkiG9w0BAQUDggEBAF/9ByrCS+pCCK4qovqUAH/yoWckmpLFCzKJGHkErJeY +FlUbAJuu/Gs0IdLmLp+2VbStjsL4vLtDU2Q4e417C1fm8+ixh+kP7qPRd8cxyMBx +cmD2m1v0CgbrflCZEC71cTrrWpcW+6jg623lI4Ug3A4zlizbT/f9IrxuV9VB9/G5 +6kPI5dYOVZM0ColIxmJsafuxfr6ONQLPHKTlZJK3SyWebs25006OmrSyfBi0j26j +WU5d6B2NJZBKqvDVMXxZ0q6QOgKxOs8WD+6DaA1d1f7gTOl45XJZWz5KnRePyRxM +Fp0ak6XYbE1y2vHE2RWp1w4lcVJ0BUQXWxx+g86F5W2gggQQMIIEDDCCBAgwggLw +oAMCAQICCwQAAAAAAThXovYBMA0GCSqGSIb3DQEBBQUAMFcxCzAJBgNVBAYTAkJF +MRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRsw +GQYDVQQDExJHbG9iYWxTaWduIFJvb3QgQ0EwHhcNMTIwNzA1MTgwMDAwWhcNMTMw +NzA1MTgwMDAwWjBZMQswCQYDVQQGEwJCRTEZMBcGA1UEChMQR2xvYmFsU2lnbiBu +di1zYTEvMC0GA1UEAxMmR2xvYmFsU2lnbiBPQ1NQIGZvciBSb290IFIxIC0gQnJh +bmNoIDEwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDP2QF8p0+Fb7ID +MwwD1gEr2oazjqbW28EZr3YEyMPk+7VFaGePSO1xjBGIE48Q7m7d6p6ZXCzlBZEi +oudrHSr3WDqdIVKLDrZIDkgEgdjJE72Hq6Pf5CEGXyebbODm4sV96EfewSvOOYLL +866g3aoVhLDK02ny+Q5OsokW7nhnmGMMh10tZqR5VmdQTiw8MgeqUxBEaEO4WH2J +ltgSsgNJBNBYuDgnn5ryzVqhvmCJvYZMYeN6qZFKy1MgHcR+wEpGLPlRL4ttu6e5 +MJrVta7dVFobHUHoFog97LtQT1PY0Ubaihswjge5O04bYeCrgSSjr1e4xH/KDxRw +yyhoscaFAgMBAAGjgdIwgc8wDgYDVR0PAQH/BAQDAgeAMB0GA1UdDgQWBBTqlwec +TarByVdbHxANRLCFYj1mqDBMBgNVHSAERTBDMEEGCSsGAQQBoDIBXzA0MDIGCCsG +AQUFBwIBFiZodHRwczovL3d3dy5nbG9iYWxzaWduLmNvbS9yZXBvc2l0b3J5LzAJ +BgNVHRMEAjAAMBMGA1UdJQQMMAoGCCsGAQUFBwMJMB8GA1UdIwQYMBaAFGB7ZhpF +DZfKiVAvfQTNNKj//P1LMA8GCSsGAQUFBzABBQQCBQAwDQYJKoZIhvcNAQEFBQAD +ggEBAHiC6N1uF29d7CmiVapA8Nr1xLSVeIkBd4A8yHsUTQ7ATI7bwT14QUV4awe7 +8cvmO5ZND8YG1ViwN162WFm9ivSoWBzvWDbU2JhQFb+XzrzCcdn0YbNiTxJh/vYm +uDuxto00dpBgujSOAQv8B90iDEJ+sZpYRzDRj62qStRey0zpq5eX+pA+gdppMUFb +4QvJf0El8TbLCWLN4TjrFe6ju7ZaN9zmgVYGQ2fMHKIGNScLuIA950nYwzRkIfHa +YW6HqP1rCR1EiYmstEeCQyDxJx+RUlh+q8L1BKzaMYhS6s63MZzQuGseYStaCmbC +fBIRKjnK621vAWvc7UR+0hqnZ+Y= diff --git a/openssl/test/ocsp-tests/ISDOSC_D3.ors b/openssl/test/ocsp-tests/ISDOSC_D3.ors new file mode 100755 index 000000000..ac2bb25de --- /dev/null +++ b/openssl/test/ocsp-tests/ISDOSC_D3.ors @@ -0,0 +1,38 @@ +MIIG8AoBAKCCBukwggblBgkrBgEFBQcwAQEEggbWMIIG0jCB+aF+MHwxCzAJBgNV +BAYTAkFVMQwwCgYDVQQIEwNOU1cxDzANBgNVBAcTBlN5ZG5leTEUMBIGA1UEChML +Q0FjZXJ0IEluYy4xHjAcBgNVBAsTFVNlcnZlciBBZG1pbmlzdHJhdGlvbjEYMBYG +A1UEAxMPb2NzcC5jYWNlcnQub3JnGA8yMDEyMTAxMTEwMTAyMVowZjBkMDwwCQYF +Kw4DAhoFAAQUi6TJyxcpGUU+u45zCZG5JfKDImUEFBa1MhvUx/Pg5o7zvdKwOu6y +ORjRAgMLs8aAABgPMjAxMjEwMTEwOTUyNDJaoBEYDzIwMTIxMDEzMTAxMDIxWjAN +BgkqhkiG9w0BAQUFAAOCAQEAWX7faLDXkmIdOv/IKBh7awhPmGUhFPVSrMI4dc9/ +fcPDOYhFwWr9evKT/QdXRGpZY493mfa4Z6eEDxRDTexOloaiaJzVpSeV9hoJUxoS +8NEWDyi33bDlIJH6zru4kk1LpuSMiSWsvLaeoRhHmW3EPDeadpCa5tYX2yNW5hdP +iCfphDJ34/hWHHwHP6mLd1wEO1Rw6nymqeDbuLk1FviD/ZWXMGzK8Sv++tmsQ0Tg +7XrkIPcSrozPKOTCf/1iJVF5KeQVIb0Ju1PvGUKtGaVTX8IZQmer2WQ1D6OOUcsS +cWA6NSpWmScX/0/uBpXdSDX0AnGUS9SNrPNEolz6rA5OUaCCBL4wggS6MIIEtjCC +Ap6gAwIBAgIDCpvzMA0GCSqGSIb3DQEBBQUAMHkxEDAOBgNVBAoTB1Jvb3QgQ0Ex +HjAcBgNVBAsTFWh0dHA6Ly93d3cuY2FjZXJ0Lm9yZzEiMCAGA1UEAxMZQ0EgQ2Vy +dCBTaWduaW5nIEF1dGhvcml0eTEhMB8GCSqGSIb3DQEJARYSc3VwcG9ydEBjYWNl +cnQub3JnMB4XDTExMDgyMzAwMDI1NloXDTEzMDgyMjAwMDI1NlowfDELMAkGA1UE +BhMCQVUxDDAKBgNVBAgTA05TVzEPMA0GA1UEBxMGU3lkbmV5MRQwEgYDVQQKEwtD +QWNlcnQgSW5jLjEeMBwGA1UECxMVU2VydmVyIEFkbWluaXN0cmF0aW9uMRgwFgYD +VQQDEw9vY3NwLmNhY2VydC5vcmcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK +AoIBAQCcxtRv5CPHw3BLdR/k/K72YsRgodbP+UdAONmvBvWzhwm6B8h6O+M64sFr +2w6be7SYBECIyOQgNJ1flK4MoAWhdBA/H5NtxaDOKbAqA27tO9GaevcPp7c518O0 +3hVnlPLvsN1f48nY0jQOXUTfv5nYXmD0OSSK/V3IRo0KsWB6T9UnMGCeEwb4Oqqz +uzM0b4SBflzMEony/m6Tg/qL7qs2TLZAqe77+BZaVdFkDUnaBN7RyMruXySxeXiz +mogT3WhROeloMa/X+E01bWBYBEK7VZIY9pgBpXQ7vDbbIGgYuIXUi20wh03WMy16 +VDYdV0IUXHpidNUeK9W/BPP/7APBAgMBAAGjRDBCMAwGA1UdEwEB/wQCMAAwJwYD +VR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMBBggrBgEFBQcDCTAJBgNVHREEAjAA +MA0GCSqGSIb3DQEBBQUAA4ICAQAoT6p5f3cGprAcgrnzdenfTmDe9LCW7k2VnazA +MAzpsD6gXcSlo4+3hoHem/SpKRH2tqi34DmImCiv/S6fxsKM4Gfn5rlkAFviuTvS +r5Zrwh4ZKSfaoWv4bmbzmcAxvuxdMWHf/5PbjegjzFTbBMekVPZY/abYtD6kdHQZ +VNgzwZVfTBfYhfa+Rg72I2zjKpMsjxMqWfTmUzW6wfK6LFudZqu0U1NnJw+IlnVU +6WtjL885ebQrmcRqWz3nMhVLIu5L3w/s+VTLvm7If6jcMDNUjz8s2BPcJeCXg3TE +STsyl6tvk17RRz2+9JskxVOk11xIn96xR4FCERIid2ek9z1xi7oYOajQF50i/9Gj +ReDEfRSyb4/LzoKDOY+h4Q6jryeHh7WIHFiK5qrBN2y8qOoRJ/OqQnqci/BJBNpe +g9Q9PJRgGSzRndTXNHiYRbeLpq7eGo3sPqlR9qBQ3rd98XGOU0RCMnzjKhENC3qo +5PkSF2xs8RmjWktFSTDwjYo0qf1teo7CGHjgaPjQ7JE8Q4ysFOQndSWmLpqwDcI9 +HfIvPwUIWArQrJRh9LCNSyvHVgLqY9kw8NW4TlMxV2WqaYCkiKi3XVRrSFR3ahS1 +VBvRZ8KpplrV7rhXjVSSqqfLk1sX3l72Ck2F9ON+qbNFmvhgNjSiBY9neMgo804a +wG/paw== diff --git a/openssl/test/ocsp-tests/ISIC_D1_Issuer_ICA.pem b/openssl/test/ocsp-tests/ISIC_D1_Issuer_ICA.pem new file mode 100755 index 000000000..b88477532 --- /dev/null +++ b/openssl/test/ocsp-tests/ISIC_D1_Issuer_ICA.pem @@ -0,0 +1,27 @@ +-----BEGIN CERTIFICATE----- +MIIEhjCCA26gAwIBAgILBAAAAAABL07hXdQwDQYJKoZIhvcNAQEFBQAwTDEgMB4G +A1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjIxEzARBgNVBAoTCkdsb2JhbFNp +Z24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMTEwNDEzMTAwMDAwWhcNMjIwNDEz +MTAwMDAwWjBZMQswCQYDVQQGEwJCRTEZMBcGA1UEChMQR2xvYmFsU2lnbiBudi1z +YTEvMC0GA1UEAxMmR2xvYmFsU2lnbiBFeHRlbmRlZCBWYWxpZGF0aW9uIENBIC0g +RzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDNoUbMUpq4pbR/WNnN +2EugcgyXW6aIIMO5PUbc0FxSMPb6WU+FX7DbiLSpXysjSKyr9ZJ4FLYyD/tcaoVb +AJDgu2X1WvlPZ37HbCnsk8ArysRe2LDb1r4/mwvAj6ldrvcAAqT8umYROHf+IyAl +VRDFvYK5TLFoxuJwe4NcE2fBofN8C6iZmtDimyUxyCuNQPZSY7GgrVou9Xk2bTUs +Dt0F5NDiB0i3KF4r1VjVbNAMoQFGAVqPxq9kx1UBXeHRxmxQJaAFrQCrDI1la93r +wnJUyQ88ABeHIu/buYZ4FlGud9mmKE3zWI2DZ7k0JZscUYBR84OSaqOuR5rW5Isb +wO2xAgMBAAGjggFaMIIBVjAOBgNVHQ8BAf8EBAMCAQYwEgYDVR0TAQH/BAgwBgEB +/wIBADAdBgNVHQ4EFgQUsLBK/Rx1KPgcYaoT9vrBkD1rFqMwRwYDVR0gBEAwPjA8 +BgRVHSAAMDQwMgYIKwYBBQUHAgEWJmh0dHBzOi8vd3d3Lmdsb2JhbHNpZ24uY29t +L3JlcG9zaXRvcnkvMDYGA1UdHwQvMC0wK6ApoCeGJWh0dHA6Ly9jcmwuZ2xvYmFs +c2lnbi5uZXQvcm9vdC1yMi5jcmwwRAYIKwYBBQUHAQEEODA2MDQGCCsGAQUFBzAB +hihodHRwOi8vb2NzcC5nbG9iYWxzaWduLmNvbS9FeHRlbmRlZFNTTENBMCkGA1Ud +JQQiMCAGCCsGAQUFBwMBBggrBgEFBQcDAgYKKwYBBAGCNwoDAzAfBgNVHSMEGDAW +gBSb4gdXZxwewGoG3lm0mi3f3BmGLjANBgkqhkiG9w0BAQUFAAOCAQEAL0m28rZa +pJWrnlrpK4KbzJBrfHRFIOde2Mcj7ig1sTVlKqVR4FU/9oNntOQ2KbDa7JeVqYoF +o0X+Iy5SiLQfEICt0oufo1+oxetz3nmIQZgz7qdgGLFGyUAQB5yPClLJExoGbqCb +LTr2rk/no1E1KlsYBRLlUdy2NmLz4aQP++TPw5S/EauhWTEB8MxT7I9j12yW00gq +iiPtRVaoZkHqAblH7qFHDBTxI+Egc8p9UHxkOFejj0qcm+ltRc9Ea01gIEBxJbVG +qmwIft/I+shWKpLLg7h5CZctXqEBzgbttJfJBNxB7+BPNk3kQHNG7BESfIhbNCYl +TercGL7FG81kwQ== +-----END CERTIFICATE----- diff --git a/openssl/test/ocsp-tests/ISIC_D2_Issuer_Root.pem b/openssl/test/ocsp-tests/ISIC_D2_Issuer_Root.pem new file mode 100755 index 000000000..22f34cbbc --- /dev/null +++ b/openssl/test/ocsp-tests/ISIC_D2_Issuer_Root.pem @@ -0,0 +1,21 @@ +-----BEGIN CERTIFICATE----- +MIIDdTCCAl2gAwIBAgILBAAAAAABFUtaw5QwDQYJKoZIhvcNAQEFBQAwVzELMAkG +A1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExEDAOBgNVBAsTB1Jv +b3QgQ0ExGzAZBgNVBAMTEkdsb2JhbFNpZ24gUm9vdCBDQTAeFw05ODA5MDExMjAw +MDBaFw0yODAxMjgxMjAwMDBaMFcxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9i +YWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRswGQYDVQQDExJHbG9iYWxT +aWduIFJvb3QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDaDuaZ +jc6j40+Kfvvxi4Mla+pIH/EqsLmVEQS98GPR4mdmzxzdzxtIK+6NiY6arymAZavp +xy0Sy6scTHAHoT0KMM0VjU/43dSMUBUc71DuxC73/OlS8pF94G3VNTCOXkNz8kHp +1Wrjsok6Vjk4bwY8iGlbKk3Fp1S4bInMm/k8yuX9ifUSPJJ4ltbcdG6TRGHRjcdG +snUOhugZitVtbNV4FpWi6cgKOOvyJBNPc1STE4U6G7weNLWLBYy5d4ux2x8gkasJ +U26Qzns3dLlwR5EiUWMWea6xrkEmCMgZK9FGqkjWZCrXgzT/LCrBbBlDSgeF59N8 +9iFo7+ryUp9/k5DPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8E +BTADAQH/MB0GA1UdDgQWBBRge2YaRQ2XyolQL30EzTSo//z9SzANBgkqhkiG9w0B +AQUFAAOCAQEA1nPnfE920I2/7LqivjTFKDK1fPxsnCwrvQmeU79rXqoRSLblCKOz +yj1hTdNGCbM+w6DjY1Ub8rrvrTnhQ7k4o+YviiY776BQVvnGCv04zcQLcFGUl5gE +38NflNUVyRRBnMRddWQVDf9VMOyGj/8N7yy5Y0b2qvzfvGn9LhJIZJrglfCm7ymP +AbEVtQwdpf5pLGkkeB6zpxxxYu7KyJesF12KwvhHhm4qxFYxldBniYUr+WymXUad +DKqC5JlR3XC321Y9YeRq4VzW9v493kHMB65jUr9TU/Qr6cf9tveCX4XSQRjbgbME +HMUfpIBvFSDJ3gyICh3WZlXi/EjJKSZp4Q== +-----END CERTIFICATE----- diff --git a/openssl/test/ocsp-tests/ISIC_D3_Issuer_Root.pem b/openssl/test/ocsp-tests/ISIC_D3_Issuer_Root.pem new file mode 100755 index 000000000..c1752e6b5 --- /dev/null +++ b/openssl/test/ocsp-tests/ISIC_D3_Issuer_Root.pem @@ -0,0 +1,41 @@ +-----BEGIN CERTIFICATE----- +MIIHPTCCBSWgAwIBAgIBADANBgkqhkiG9w0BAQQFADB5MRAwDgYDVQQKEwdSb290 +IENBMR4wHAYDVQQLExVodHRwOi8vd3d3LmNhY2VydC5vcmcxIjAgBgNVBAMTGUNB +IENlcnQgU2lnbmluZyBBdXRob3JpdHkxITAfBgkqhkiG9w0BCQEWEnN1cHBvcnRA +Y2FjZXJ0Lm9yZzAeFw0wMzAzMzAxMjI5NDlaFw0zMzAzMjkxMjI5NDlaMHkxEDAO +BgNVBAoTB1Jvb3QgQ0ExHjAcBgNVBAsTFWh0dHA6Ly93d3cuY2FjZXJ0Lm9yZzEi +MCAGA1UEAxMZQ0EgQ2VydCBTaWduaW5nIEF1dGhvcml0eTEhMB8GCSqGSIb3DQEJ +ARYSc3VwcG9ydEBjYWNlcnQub3JnMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIIC +CgKCAgEAziLA4kZ97DYoB1CW8qAzQIxL8TtmPzHlawI229Z89vGIj053NgVBlfkJ +8BLPRoZzYLdufujAWGSuzbCtRRcMY/pnCujW0r8+55jE8Ez64AO7NV1sId6eINm6 +zWYyN3L69wj1x81YyY7nDl7qPv4coRQKFWyGhFtkZip6qUtTefWIonvuLwphK42y +fk1WpRPs6tqSnqxEQR5YYGUFZvjARL3LlPdCfgv3ZWiYUQXw8wWRBB0bF4LsyFe7 +w2t6iPGwcswlWyCR7BYCEo8y6RcYSNDHBS4CMEK4JZwFaz+qOqfrU0j36NK2B5jc +G8Y0f3/JHIJ6BVgrCFvzOKKrF11myZjXnhCLotLddJr3cQxyYN/Nb5gznZY0dj4k +epKwDpUeb+agRThHqtdB7Uq3EvbXG4OKDy7YCbZZ16oE/9KTfWgu3YtLq1i6L43q +laegw1SJpfvbi1EinbLDvhG+LJGGi5Z4rSDTii8aP8bQUWWHIbEZAWV/RRyH9XzQ +QUxPKZgh/TMfdQwEUfoZd9vUFBzugcMd9Zi3aQaRIt0AUMyBMawSB3s42mhb5ivU +fslfrejrckzzAeVLIL+aplfKkQABi6F1ITe1Yw1nPkZPcCBnzsXWWdsC4PDSy826 +YreQQejdIOQpvGQpQsgi3Hia/0PsmBsJUUtaWsJx8cTLc6nloQsCAwEAAaOCAc4w +ggHKMB0GA1UdDgQWBBQWtTIb1Mfz4OaO873SsDrusjkY0TCBowYDVR0jBIGbMIGY +gBQWtTIb1Mfz4OaO873SsDrusjkY0aF9pHsweTEQMA4GA1UEChMHUm9vdCBDQTEe +MBwGA1UECxMVaHR0cDovL3d3dy5jYWNlcnQub3JnMSIwIAYDVQQDExlDQSBDZXJ0 +IFNpZ25pbmcgQXV0aG9yaXR5MSEwHwYJKoZIhvcNAQkBFhJzdXBwb3J0QGNhY2Vy +dC5vcmeCAQAwDwYDVR0TAQH/BAUwAwEB/zAyBgNVHR8EKzApMCegJaAjhiFodHRw +czovL3d3dy5jYWNlcnQub3JnL3Jldm9rZS5jcmwwMAYJYIZIAYb4QgEEBCMWIWh0 +dHBzOi8vd3d3LmNhY2VydC5vcmcvcmV2b2tlLmNybDA0BglghkgBhvhCAQgEJxYl +aHR0cDovL3d3dy5jYWNlcnQub3JnL2luZGV4LnBocD9pZD0xMDBWBglghkgBhvhC +AQ0ESRZHVG8gZ2V0IHlvdXIgb3duIGNlcnRpZmljYXRlIGZvciBGUkVFIGhlYWQg +b3ZlciB0byBodHRwOi8vd3d3LmNhY2VydC5vcmcwDQYJKoZIhvcNAQEEBQADggIB +ACjH7pyCArpcgBLKNQodgW+JapnM8mgPf6fhjViVPr3yBsOQWqy1YPaZQwGjiHCc +nWKdpIevZ1gNMDY75q1I08t0AoZxPuIrA2jxNGJARjtT6ij0rPtmlVOKTV39O9lg +18p5aTuxZZKmxoGCXJzN600BiqXfEVWqFcofN8CCmHBh22p8lqOOLlQ+TyGpkO/c +gr/c6EWtTZBzCDyUZbAEmXZ/4rzCahWqlwQ3JNgelE5tDlG+1sSPypZt90Pf6DBl +Jzt7u0NDY8RD97LsaMzhGY4i+5jhe1o+ATc7iwiwovOVThrLm82asduycPAtStvY +sONvRUgzEv/+PDIqVPfE94rwiCPCR/5kenHA0R6mY7AHfqQv0wGP3J8rtsYIqQ+T +SCX8Ev2fQtzzxD72V7DX3WnRBnc0CkvSyqD/HMaMyRa+xMwyN2hzXwj7UfdJUzYF +CpUCTPJ5GhD22Dp1nPMd8aINcGeGG7MW9S/lpOt5hvk9C8JzC6WZrG/8Z7jlLwum +GCSNe9FINSkYQKyTYOGWhlC0elnYjyELn8+CkcY7v2vcB5G5l1YjqrZslMZIBjzk +zk6q5PYvCdxTby78dOs6Y5nCpqyJvKeyRKANihDjbPIky/qbn3BHLt4Ui9SyIAmW +omTxJBzcoTWcFbLUvFUufQb1nA5V9FrWk9p2rSVzTMVE +-----END CERTIFICATE----- diff --git a/openssl/test/ocsp-tests/ISIC_ND1_Issuer_ICA.pem b/openssl/test/ocsp-tests/ISIC_ND1_Issuer_ICA.pem new file mode 100755 index 000000000..25bb90fff --- /dev/null +++ b/openssl/test/ocsp-tests/ISIC_ND1_Issuer_ICA.pem @@ -0,0 +1,29 @@ +-----BEGIN CERTIFICATE----- +MIIFBjCCA+6gAwIBAgIQEaO00OyNt3+doM1dLVEvQjANBgkqhkiG9w0BAQUFADCB +gTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G +A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxJzAlBgNV +BAMTHkNPTU9ETyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0xMDA1MjQwMDAw +MDBaFw0yMDA1MzAxMDQ4MzhaMIGOMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3Jl +YXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01P +RE8gQ0EgTGltaXRlZDE0MDIGA1UEAxMrQ09NT0RPIEV4dGVuZGVkIFZhbGlkYXRp +b24gU2VjdXJlIFNlcnZlciBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC +ggEBAMxKljPNJY1n7iiWN4dG8PYEooR/U6qW5h+xAhxu7X0h1Nc8HqLYaS+ot/Wi +7WRYZOFEZTZJQSABjTsT4gjzDPJXOZM3txyTRIOOvy3xoQV12m7ue28b6naDKHRK +HCvT9cQDcpOvhs4JjDx11MkKL3Lzrb0OMDyEoXMfAyUUpY/D1vS15N2GevUZumjy +hVSiMBHK0ZLLO3QGEqA3q2rYVBHfbJoWlLm0p2XGdC0x801S6VVRn8s+oo12mHDS +b6ZlRS8bhbtbbfnywARmE4R6nc4n2PREnr+svpnba0/bWCGwiSe0jzLWS15ykV7f +BZ3ZSS/0tm9QH3XLgJ3m0+TR8tMCAwEAAaOCAWkwggFlMB8GA1UdIwQYMBaAFAtY +5YvGTBU3pECpMKkhvkc2Wlb/MB0GA1UdDgQWBBSIRFH/UCppXi2I9CG62Qzyzsvq +fDAOBgNVHQ8BAf8EBAMCAQYwEgYDVR0TAQH/BAgwBgEB/wIBADA+BgNVHSAENzA1 +MDMGBFUdIAAwKzApBggrBgEFBQcCARYdaHR0cHM6Ly9zZWN1cmUuY29tb2RvLmNv +bS9DUFMwSQYDVR0fBEIwQDA+oDygOoY4aHR0cDovL2NybC5jb21vZG9jYS5jb20v +Q09NT0RPQ2VydGlmaWNhdGlvbkF1dGhvcml0eS5jcmwwdAYIKwYBBQUHAQEEaDBm +MD4GCCsGAQUFBzAChjJodHRwOi8vY3J0LmNvbW9kb2NhLmNvbS9DT01PRE9BZGRU +cnVzdFNlcnZlckNBLmNydDAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuY29tb2Rv +Y2EuY29tMA0GCSqGSIb3DQEBBQUAA4IBAQCaQ7+vpHJezX1vf/T8PYy7cOYe3QT9 +P9ydn7+JdpvyhjH8f7PtKpFTLOKqsOPILHH3FYojHPFpLoH7sbxiC6saVBzZIl40 +TKX2Iw9dej3bQ81pfhc3Us1TocIR1FN4J2TViUFNFlW7kMvw2OTd3dMJZEgo/zIj +hC+Me1UvzymINzR4DzOq/7fylqSbRIC1vmxWVKukgZ4lGChUOn8sY89ZIIwYazgs +tN3t40DeDDYlV5rA0WCeXgNol64aO+pF11GZSe5EWVYLXrGPaOqKnsrSyaADfnAl +9DLJTlCDh6I0SD1PNXf82Ijq9n0ezkO21cJqfjhmY03n7jLvDyToKmf7 +-----END CERTIFICATE----- diff --git a/openssl/test/ocsp-tests/ISIC_ND2_Issuer_Root.pem b/openssl/test/ocsp-tests/ISIC_ND2_Issuer_Root.pem new file mode 100755 index 000000000..129eb4b28 --- /dev/null +++ b/openssl/test/ocsp-tests/ISIC_ND2_Issuer_Root.pem @@ -0,0 +1,23 @@ +-----BEGIN CERTIFICATE----- +MIID0DCCArigAwIBAgIQIKTEf93f4cdTYwcTiHdgEjANBgkqhkiG9w0BAQUFADCB +gTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G +A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxJzAlBgNV +BAMTHkNPTU9ETyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0xMTAxMDEwMDAw +MDBaFw0zMDEyMzEyMzU5NTlaMIGBMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3Jl +YXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01P +RE8gQ0EgTGltaXRlZDEnMCUGA1UEAxMeQ09NT0RPIENlcnRpZmljYXRpb24gQXV0 +aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0ECLi3LjkRv3 +UcEbVASY06m/weaKXTuH+7uIzg3jLz8GlvCiKVCZrts7oVewdFFxze1CkU1B/qnI +2GqGd0S7WWaXUF601CxwRM/aN5VCaTwwxHGzUvAhTaHYujl8HJ6jJJ3ygxaYqhZ8 +Q5sVW7euNJH+1GImGEaaP+vB+fGQV+useg2L23IwambV4EajcNxo2f8ESIl33rXp ++2dtQem8Ob0y2WIC8bGoPW43nOIv4tOiJovGuFVDiOEjPqXSJDlqR6sA1KGzqSX+ +DT+nHbrTUcELpNqsOO9VUCQFZUaTNE8tja3G1CEZ0o7KBWFxB3NH5YoZEr0ETc5O +nKVIrLsm9wIDAQABo0IwQDAdBgNVHQ4EFgQUC1jli8ZMFTekQKkwqSG+RzZaVv8w +DgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEFBQAD +ggEBAC/JxBwHO89hAgCx2SFRdXIDMLDEFh9sAIsQrK/xR9SuEDwMGvjUk2ysEDd8 +t6aDZK3N3w6HM503sMZ7OHKx8xoOo/lVem0DZgMXlUrxsXrfViEGQo+x06iF3u6X +HWLrp+cxEmbDD6ZLLkGC9/3JG6gbr+48zuOcrigHoSybJMIPIyaDMouGDx8rEkYl +Fo92kANr3ryqImhrjKGsKxE5pttwwn1y6TPn/CbxdFqR5p2ErPioBhlG5qfpqjQi +pKGfeq23sqSaM4hxAjwu1nqyH6LKwN0vEJT9s4yEIHlG1QXUEOTS22RPuFvuG8Ug +R1uUq27UlTMdphVx8fiUylQ5PsI= +-----END CERTIFICATE----- diff --git a/openssl/test/ocsp-tests/ISIC_ND3_Issuer_Root.pem b/openssl/test/ocsp-tests/ISIC_ND3_Issuer_Root.pem new file mode 100755 index 000000000..4904a3224 --- /dev/null +++ b/openssl/test/ocsp-tests/ISIC_ND3_Issuer_Root.pem @@ -0,0 +1,25 @@ +-----BEGIN CERTIFICATE----- +MIIENjCCAx6gAwIBAgIBATANBgkqhkiG9w0BAQUFADBvMQswCQYDVQQGEwJTRTEU +MBIGA1UEChMLQWRkVHJ1c3QgQUIxJjAkBgNVBAsTHUFkZFRydXN0IEV4dGVybmFs +IFRUUCBOZXR3b3JrMSIwIAYDVQQDExlBZGRUcnVzdCBFeHRlcm5hbCBDQSBSb290 +MB4XDTAwMDUzMDEwNDgzOFoXDTIwMDUzMDEwNDgzOFowbzELMAkGA1UEBhMCU0Ux +FDASBgNVBAoTC0FkZFRydXN0IEFCMSYwJAYDVQQLEx1BZGRUcnVzdCBFeHRlcm5h +bCBUVFAgTmV0d29yazEiMCAGA1UEAxMZQWRkVHJ1c3QgRXh0ZXJuYWwgQ0EgUm9v +dDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALf3GjPm8gAELTngTlvt +H7xsD821+iO2zt6bETOXpClMfZOfvUq8k+0DGuOPz+VtUFrWlymUWoCwSXrbLpX9 +uMq/NzgtHj6RQa1wVsfwTz/oMp50ysiQVOnGXw94nZpAPA6sYapeFI+eh6FqUNzX +mk6vBbOmcZSccbNQYArHE504B4YCqOmoaSYYkKtMsE8jqzpPhNjfzp/haW+710LX +a0Tkx63ubUFfclpxCDezeWWkWaCUN/cALw3CknLa0Dhy2xSoRcRdKn23tNbE7qzN +E0S3ySvdQwAl+mG5aWpYIxG3pzOPVnVZ9c0p10a3CitlttNCbxWyuHv77+ldU9U0 +WicCAwEAAaOB3DCB2TAdBgNVHQ4EFgQUrb2YejS0Jvf6xCZU7wO94CTLVBowCwYD +VR0PBAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wgZkGA1UdIwSBkTCBjoAUrb2YejS0 +Jvf6xCZU7wO94CTLVBqhc6RxMG8xCzAJBgNVBAYTAlNFMRQwEgYDVQQKEwtBZGRU +cnVzdCBBQjEmMCQGA1UECxMdQWRkVHJ1c3QgRXh0ZXJuYWwgVFRQIE5ldHdvcmsx +IjAgBgNVBAMTGUFkZFRydXN0IEV4dGVybmFsIENBIFJvb3SCAQEwDQYJKoZIhvcN +AQEFBQADggEBALCb4IUlwtYj4g+WBpKdQZic2YR5gdkeWxQHIzZlj7DYd7usQWxH +YINRsPkyPef89iYTx4AWpb9a/IfPeHmJIZriTAcKhjW88t5RxNKWt9x+Tu5w/Rw5 +6wwCURQtjr0W4MHfRnXnJK3s9EK0hZNwEGe6nQY1ShjTK3rMUUKhemPR5ruhxSvC +Nr4TDea9Y355e6cJDUCrat2PisP29owaQgVR1EX1n6diIWgVIEM8med8vSTYqZEX +c4g/VhsxOBi0cQ+azcgOno4uG+GMmIPLHzHxREzGBHNJdmAPx/i9F4BrLunMTA5a +mnkPIAou1Z5jJh5VkpTYghdae9C8x49OhgU= +-----END CERTIFICATE----- diff --git a/openssl/test/ocsp-tests/ISOP_D1.ors b/openssl/test/ocsp-tests/ISOP_D1.ors new file mode 100755 index 000000000..d28c9ec36 --- /dev/null +++ b/openssl/test/ocsp-tests/ISOP_D1.ors @@ -0,0 +1,32 @@ +MIIFzwoBAKCCBcgwggXEBgkrBgEFBQcwAQEEggW1MIIFsTCBoKIWBBSpTXftIZX0 +lLT9zwVSQC5Jfp3pqhgPMjAxMjEwMTAxMTU1NDVaMHUwczBLMAkGBSsOAwIaBQAE +FKByDqBqfGICVPKo9Z3Se6Tzty+kBBSwsEr9HHUo+BxhqhP2+sGQPWsWowISESG8 +vx4IzALnkqQG05AvM+2bgAAYDzIwMTIxMDEwMTAwMDAwWqARGA8yMDEyMTAxNzEw +MDAwMFowCwYJKoZIhvcNAQEFA4IBAQCaiUf6TuPaSmZR2i3hUwqdEfhjcZkcCXPu +9diWuDZbaL6ubthfeTwx6OsZ0eM3Q+WPhBNlYQ9Sm8PDUQsQiq3YvuYu+QUisChx +PN6BUEwFQZAGz+FX2h5+kAmK1M/xZeXMBCXJWJCClagiw5hOJfeV0ue7RUZRVuZv +am0ZjyIeLsxsIrxghlcaJRosFmYNoM++euu5lvclutv1UQ5yyNxlYy0T/jA9gS07 +WJ/i38+zxnXTuAPOm67p5N1IkEAEg/7OPRIG17Ig1C38NctN74vAOdTU1d/ay05V +Bz4ZiI9PffkUkPgW2QRQCEjv50i80wYkKH5pIbT/mTk4t53DUK1UoIID+DCCA/Qw +ggPwMIIC2KADAgECAhIRIcYjwu4UNkR1VGrDbSdFei8wDQYJKoZIhvcNAQEFBQAw +WTELMAkGA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExLzAtBgNV +BAMTJkdsb2JhbFNpZ24gRXh0ZW5kZWQgVmFsaWRhdGlvbiBDQSAtIEcyMB4XDTEy +MDkxOTA3NDAzMVoXDTEyMTIxOTA4NDAzMVowgYUxCzAJBgNVBAYTAkJFMRkwFwYD +VQQKExBHbG9iYWxTaWduIG52LXNhMUIwQAYDVQQDEzlHbG9iYWxTaWduIEV4dGVu +ZGVkIFZhbGlkYXRpb24gQ0EgLSBHMiBPQ1NQIHJlc3BvbmRlciAtIDExFzAVBgNV +BAUTDjIwMTIwOTE5MDkzOTAwMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEAxkkb6QhDH3sEDj4zaysjVzYelq9lZ1cso4R2IyQxaoPaG6GkaCmHA4sz6KP+ +m3ADqplibEUBa/mzCxHW8/oy3NhGMFdbezduZrnRFLbzakOTeIo8VEIM3JPfgREv +CX8nj6Xu7ERD6JO/ZQ9Xr7YVzKKN+3cVZlcMHoGBnOPcO2Sz0AcYyk5m5IsGBRoT +T86j6Cr9PhOPTVwXL6Wxy1KVHsUZXUwnRacV0O4SHWQ4zM9Sablus9fTbh1CgIqW +sKDyzVB4yECXkBVeUlA+cuCaRRVHRiR+jPDSgbU62nnNudEpGG7dyoop6IOvXv2O +ydncWzaukxIVvQ/Ij85kHqs7HQIDAQABo4GEMIGBMAkGA1UdEwQCMAAwDgYDVR0P +AQH/BAQDAgeAMBMGA1UdJQQMMAoGCCsGAQUFBwMJMA8GCSsGAQUFBzABBQQCBQAw +HQYDVR0OBBYEFKlNd+0hlfSUtP3PBVJALkl+nemqMB8GA1UdIwQYMBaAFLCwSv0c +dSj4HGGqE/b6wZA9axajMA0GCSqGSIb3DQEBBQUAA4IBAQCe4rZg61Dmwygl/Uae +BJZog64/FvuB1sfCqKLJTjKOfLcugSTX1TT7bLJbzXRGPQuorI3TIZEOwldIw01d +DTLlsOCHrfHd+bpxgijxPkUuaA4NYnpvqTEMJqPKOC8QYfKupNjAPSuHvwqvqCfO +RCe3jY6xQDO0WCTZ8/xMsOkw+J/YEYqALETf2Ug7k5eRL/TvfLd8Sgi7vPfmUeiW +ptlsbhMOWQoQc+JA3vCI01rrjNq+0kIZ/r8nPGvablRr0Aakk6eDuS2dcReaPwuK +0xE136pJYiXdQ3SA7uwmlorjxmejavyoPCr23TU74DQEt6hhc6uIcabsa4Y8KvJy +RI4G diff --git a/openssl/test/ocsp-tests/ISOP_D2.ors b/openssl/test/ocsp-tests/ISOP_D2.ors new file mode 100755 index 000000000..b6c541df7 --- /dev/null +++ b/openssl/test/ocsp-tests/ISOP_D2.ors @@ -0,0 +1,32 @@ +MIIF4AoBAKCCBdkwggXVBgkrBgEFBQcwAQEEggXGMIIFwjCBmaIWBBT0zghPr/K8 +jV5hpjGMML9Q+DwzShgPMjAxMjEwMTAxMjA5NTlaMG4wbDBEMAkGBSsOAwIaBQAE +FLdXtbacB/gWIxOOkMkqDr4yAaoxBBRge2YaRQ2XyolQL30EzTSo//z9SwILBAAA +AAABL07hRxCAABgPMjAxMjEwMDEwNjAwMDBaoBEYDzIwMTMwNDE1MDYwMDAwWjAL +BgkqhkiG9w0BAQUDggEBAGZY28eFWl169g7puLnKSeEzi6Ma5/rErOveFRp052ck +785B83HWkNmW/Bgw7Ws6Y7jBJce6ZQ5TMhwgNP34HuG/mVyn2ZjtCe4KKFBVnZV7 +mHGx93jgKkQvdp4pbNKxZ504eZDp8UOlR9+uwWOWHVObn7o+2N8iWKErSbZ2uX54 +Ajk8Hg/XN5wI4RUtcK3QpZSf3Ren5iit4NInwCpmTOkDz/IVK96BWaEQICq4VlHG +ziD0H0SlBQCdcSPzZndGoCtIhNyJEL3O2y3Grg4X1XH7VeeyGesuTLEIAEMHJPJD +TOVNoe5YPRK9Tqb+6jsubw8X/1b72kw3xVgb6MfC0tqgggQQMIIEDDCCBAgwggLw +oAMCAQICCwQAAAAAAThXoveHMA0GCSqGSIb3DQEBBQUAMFcxCzAJBgNVBAYTAkJF +MRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRsw +GQYDVQQDExJHbG9iYWxTaWduIFJvb3QgQ0EwHhcNMTIwNzA1MTgwMDAwWhcNMTMw +NzA1MTgwMDAwWjBZMQswCQYDVQQGEwJCRTEZMBcGA1UEChMQR2xvYmFsU2lnbiBu +di1zYTEvMC0GA1UEAxMmR2xvYmFsU2lnbiBPQ1NQIGZvciBSb290IFIxIC0gQnJh +bmNoIDIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDMQY/h5DSRT24n +mMtD19lrn8WZzOoIl+Z9qOsrLLjEQeTMDlL7JPZh5pLaHHb6kSWT+O/RcEwpw6Dq +H9jtAgDOsGoN7gCK7wJbIvn4MdmkXZqVBcVl3uLuII3v1CPnlc/zoz5d9qXcZKb6 +YuzseyzhDPecQ+7l2NVAUOFUj8GXOZi//bIveMsm+/zSLMfriIC84Uym2QY649SC +aFNbtF/tR6upvLCLe0b2D1g+OBfGqZasi3QI5uX6lT0gHbCnPhRo3uxG2+S4KL3M +9sndMByrR5K6QuVf7UqA1vt0CfbA2OUXwcH5x3/TsHxtXDj2F/fWnC9QBBSN5n4I +G8K7ZpYtAgMBAAGjgdIwgc8wDgYDVR0PAQH/BAQDAgeAMB0GA1UdDgQWBBT0zghP +r/K8jV5hpjGMML9Q+DwzSjBMBgNVHSAERTBDMEEGCSsGAQQBoDIBXzA0MDIGCCsG +AQUFBwIBFiZodHRwczovL3d3dy5nbG9iYWxzaWduLmNvbS9yZXBvc2l0b3J5LzAJ +BgNVHRMEAjAAMBMGA1UdJQQMMAoGCCsGAQUFBwMJMB8GA1UdIwQYMBaAFGB7ZhpF +DZfKiVAvfQTNNKj//P1LMA8GCSsGAQUFBzABBQQCBQAwDQYJKoZIhvcNAQEFBQAD +ggEBAGU9HIQImzhTHkQLyA178dUdnF5E3DdzmNtwVV3cxGrFOLMpciMQLioQ/xp5 +t6j5Mshlp59imFylqowRRxRy4aN5TtMCufNh7yHIxI2Dt4O6qpPM946t5CJkMy+k +63pXz2xFIxaJDzAmzpWzu70OY0jrh3dZa8NR4AvhtoZ8zFE6suva6ZGK7JIoINaA +j5uyZ0qU+7vFwV1awdReNV6494z/HRjs1n956mNbalB9mKp9XXyfZlix/nN5mTJd +NlJqz7QjnCzZRM/Gfamzk8L3/CPS3XmSblFyn6SeZ92Vms4PNqZiEUNa2TMKXQR1 +EMiDRMkyfIIMI80VgRvvzCiOt0c= diff --git a/openssl/test/ocsp-tests/ISOP_D3.ors b/openssl/test/ocsp-tests/ISOP_D3.ors new file mode 100755 index 000000000..a8a2f9122 --- /dev/null +++ b/openssl/test/ocsp-tests/ISOP_D3.ors @@ -0,0 +1,38 @@ +MIIG8AoBAKCCBukwggblBgkrBgEFBQcwAQEEggbWMIIG0jCB+aF+MHwxCzAJBgNV +BAYTAkFVMQwwCgYDVQQIEwNOU1cxDzANBgNVBAcTBlN5ZG5leTEUMBIGA1UEChML +Q0FjZXJ0IEluYy4xHjAcBgNVBAsTFVNlcnZlciBBZG1pbmlzdHJhdGlvbjEYMBYG +A1UEAxMPb2NzcC5jYWNlcnQub3JnGA8yMDEyMTAxMDEzMjE1OVowZjBkMDwwCQYF +Kw4DAhoFAAQUi6TJyxcpGUU+u45zCZG5JfKDImUEFBa1MhvUx/Pg5o7zvdKwOu6y +ORjRAgMLs8aAABgPMjAxMjEwMTAxMzA1MjBaoBEYDzIwMTIxMDEyMTMyMTU5WjAN +BgkqhkiG9w0BAQUFAAOCAQEAH1auyXFf1fOdfShSnAFkg5JsRUvajrilUioTkPIn +IGYV//huaPNZwZGCC2haZIdUuKB6G2OCXeZVskBTXPjt8/6JmoHgsZeI3x5xKXxZ +vddLC0PgYp0cA3FqjXR2UCpdBF+GK37rnfZsdW2vD9JaEBXxTV4+ICDAg15ZphJW +lLGmdP3mQqPURIwamcYam8tntARimgEpA0KgfVue2A+izjcxC7qk9BQYG72Fh3hC +ZFxi5u6xKNUQ2EBF9KXZyP9d2i/bYCZAUeUSRtir+fsOXHlihYRih9npKyAPwpHd +NqhwK9NhKed8gmkX3cSaK0arBx7ev7avhM4Dqem+BzppjKCCBL4wggS6MIIEtjCC +Ap6gAwIBAgIDCpvzMA0GCSqGSIb3DQEBBQUAMHkxEDAOBgNVBAoTB1Jvb3QgQ0Ex +HjAcBgNVBAsTFWh0dHA6Ly93d3cuY2FjZXJ0Lm9yZzEiMCAGA1UEAxMZQ0EgQ2Vy +dCBTaWduaW5nIEF1dGhvcml0eTEhMB8GCSqGSIb3DQEJARYSc3VwcG9ydEBjYWNl +cnQub3JnMB4XDTExMDgyMzAwMDI1NloXDTEzMDgyMjAwMDI1NlowfDELMAkGA1UE +BhMCQVUxDDAKBgNVBAgTA05TVzEPMA0GA1UEBxMGU3lkbmV5MRQwEgYDVQQKEwtD +QWNlcnQgSW5jLjEeMBwGA1UECxMVU2VydmVyIEFkbWluaXN0cmF0aW9uMRgwFgYD +VQQDEw9vY3NwLmNhY2VydC5vcmcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK +AoIBAQCcxtRv5CPHw3BLdR/k/K72YsRgodbP+UdAONmvBvWzhwm6B8h6O+M64sFr +2w6be7SYBECIyOQgNJ1flK4MoAWhdBA/H5NtxaDOKbAqA27tO9GaevcPp7c518O0 +3hVnlPLvsN1f48nY0jQOXUTfv5nYXmD0OSSK/V3IRo0KsWB6T9UnMGCeEwb4Oqqz +uzM0b4SBflzMEony/m6Tg/qL7qs2TLZAqe77+BZaVdFkDUnaBN7RyMruXySxeXiz +mogT3WhROeloMa/X+E01bWBYBEK7VZIY9pgBpXQ7vDbbIGgYuIXUi20wh03WMy16 +VDYdV0IUXHpidNUeK9W/BPP/7APBAgMBAAGjRDBCMAwGA1UdEwEB/wQCMAAwJwYD +VR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMBBggrBgEFBQcDCTAJBgNVHREEAjAA +MA0GCSqGSIb3DQEBBQUAA4ICAQAoT6p5f3cGprAcgrnzdenfTmDe9LCW7k2VnazA +MAzpsD6gXcSlo4+3hoHem/SpKRH2tqi34DmImCiv/S6fxsKM4Gfn5rlkAFviuTvS +r5Zrwh4ZKSfaoWv4bmbzmcAxvuxdMWHf/5PbjegjzFTbBMekVPZY/abYtD6kdHQZ +VNgzwZVfTBfYhfa+Rg72I2zjKpMsjxMqWfTmUzW6wfK6LFudZqu0U1NnJw+IlnVU +6WtjL885ebQrmcRqWz3nMhVLIu5L3w/s+VTLvm7If6jcMDNUjz8s2BPcJeCXg3TE +STsyl6tvk17RRz2+9JskxVOk11xIn96xR4FCERIid2ek9z1xi7oYOajQF50i/9Gj +ReDEfRSyb4/LzoKDOY+h4Q6jryeHh7WIHFiK5qrBN2y8qOoRJ/OqQnqci/BJBNpe +g9Q9PJRgGSzRndTXNHiYRbeLpq7eGo3sPqlR9qBQ3rd98XGOU0RCMnzjKhENC3qo +5PkSF2xs8RmjWktFSTDwjYo0qf1teo7CGHjgaPjQ7JE8Q4ysFOQndSWmLpqwDcI9 +HfIvPwUIWArQrJRh9LCNSyvHVgLqY9kw8NW4TlMxV2WqaYCkiKi3XVRrSFR3ahS1 +VBvRZ8KpplrV7rhXjVSSqqfLk1sX3l72Ck2F9ON+qbNFmvhgNjSiBY9neMgo804a +wG/pag== diff --git a/openssl/test/ocsp-tests/ISOP_ND1.ors b/openssl/test/ocsp-tests/ISOP_ND1.ors new file mode 100755 index 000000000..b23062244 --- /dev/null +++ b/openssl/test/ocsp-tests/ISOP_ND1.ors @@ -0,0 +1,10 @@ +MIIB0woBAKCCAcwwggHIBgkrBgEFBQcwAQEEggG5MIIBtTCBnqIWBBSIRFH/UCpp +Xi2I9CG62QzyzsvqfBgPMjAxMjEwMTAwODU0NDVaMHMwcTBJMAkGBSsOAwIaBQAE +FEi2DTgjjfhFbk7lhD6jlBEYApefBBSIRFH/UCppXi2I9CG62QzyzsvqfAIQIuEz +IiCgSN8psr+aMcKbB4AAGA8yMDEyMTAxMDA4NTQ0NVqgERgPMjAxMjEwMTQwODU0 +NDVaMA0GCSqGSIb3DQEBBQUAA4IBAQDHKDxWTbAHRXY7HapfhE99T+OSa/AfRYqX +H9yIeMRa5VftXMyvBFuvVm/qLRwK6mxhkiVIvF/Pk5yxMjbm7xPO26D+WHOdQML4 ++M4OX9BO76FjZRin5x+4b0Xo5SuSU1ulqfvSZnx+nG+hMbt/3Y7ODCEUWCYFoXNp +U+TXTbv2mwJ9AL8Q/zjL4P8NJHzFJBKjEs+AAVRxTY/5RHHKU9dcm7ux/gsWoDUM +w677Xxzn6icd8mqn72/HmzPnMrLHKKJFe2escbJn7JlV6qbZ9EWbrr+3OH0IJy5I +E3LcPIsNZ//QEc6vS6J+j8ljV8Xne6rS1EmiOwV9NgubvYwDCm4R diff --git a/openssl/test/ocsp-tests/ISOP_ND2.ors b/openssl/test/ocsp-tests/ISOP_ND2.ors new file mode 100755 index 000000000..d14efb953 --- /dev/null +++ b/openssl/test/ocsp-tests/ISOP_ND2.ors @@ -0,0 +1,10 @@ +MIIB0woBAKCCAcwwggHIBgkrBgEFBQcwAQEEggG5MIIBtTCBnqIWBBQLWOWLxkwV +N6RAqTCpIb5HNlpW/xgPMjAxMjEwMTAwMDI1NTdaMHMwcTBJMAkGBSsOAwIaBQAE +FOy+ZAvtiWulchtVZmfKU1ZI9ewTBBQLWOWLxkwVN6RAqTCpIb5HNlpW/wIQEaO0 +0OyNt3+doM1dLVEvQoAAGA8yMDEyMTAxMDAwMjU1N1qgERgPMjAxMjEwMTQwMDI1 +NTdaMA0GCSqGSIb3DQEBBQUAA4IBAQCJRXcrz4wJe7bqWBHULu/QDXVz74OhSNlu +swI0J4h+UmzJuW1GpdhTwJcTG3ARVwCLKz3evvpvHSumcsop0G3NolryNLP/oGD0 +Vf6PbLrJ8v+NxUNugPbtWM985Ti/B2a+XjbzYlH2vS3KOTL4X1zWSL07IQFNXc2h +yHBscKpYgt0mZcFZFxN3NTCNpT6IjJzZzTG9xTYZ3hZdMQQ3DYO+/Hv4J+U1/Ybq +CjuMWRak/0R/BiBDJdGhbThlvV7bNUxYY7DVaOiLER8ptpmhnzlB/vsTAxZqX48J +mJdv2bxoTby98Pm/BMydEA9qcFqyP1XvqhzIY35ngoS/1XREyW7t diff --git a/openssl/test/ocsp-tests/ISOP_ND3.ors b/openssl/test/ocsp-tests/ISOP_ND3.ors new file mode 100755 index 000000000..3ee7158cd --- /dev/null +++ b/openssl/test/ocsp-tests/ISOP_ND3.ors @@ -0,0 +1,10 @@ +MIIB1AoBAKCCAc0wggHJBgkrBgEFBQcwAQEEggG6MIIBtjCBn6IWBBStvZh6NLQm +9/rEJlTvA73gJMtUGhgPMjAxMjEwMDkxNjAxNTNaMHQwcjBKMAkGBSsOAwIaBQAE +FHyxZlScq9tE7mImFq30ZXv3etWUBBStvZh6NLQm9/rEJlTvA73gJMtUGgIRAKcN +bJWejX5BTb8DmevkCauAABgPMjAxMjEwMDkxNjAxNTNaoBEYDzIwMTIxMDEzMTYw +MTUzWjANBgkqhkiG9w0BAQUFAAOCAQEAFnJAzuT8P4KKyTI6sdj5HkQ352qEu5CN +K9M2kU/eg9kPfwLv8z3yArobwgx+/IDRajbVAKrk8UPCGUqkDc0OiU5c0+jpn+nT +20VVCtWsBSWDfzKqYln/NGrblhv+/iuFZJpyfud5nWguW5nogPC8IAfgt9FMDMl6 +wlQWLSWEkgAJWvhNR3nzgvyMnuDuMIVQgB9/+vAIxA7nlpEEh6KTswyGqE9+u1yC +kvrz4PwKZQMT6r1eRCLs6NaagOZT84QHhZ6TAA+QHjfK406KL8F9mFgbGKbW+st2 +QHm+giUhrgZMv+1Yaxe34BjDS439LCPjdZ29On8FeZr3F55T+s3VzA== diff --git a/openssl/test/ocsp-tests/ND1.ors b/openssl/test/ocsp-tests/ND1.ors new file mode 100755 index 000000000..74527413f --- /dev/null +++ b/openssl/test/ocsp-tests/ND1.ors @@ -0,0 +1,10 @@ +MIIB0woBAKCCAcwwggHIBgkrBgEFBQcwAQEEggG5MIIBtTCBnqIWBBSIRFH/UCpp +Xi2I9CG62QzyzsvqfBgPMjAxMjEwMTEwODQxMTNaMHMwcTBJMAkGBSsOAwIaBQAE +FEi2DTgjjfhFbk7lhD6jlBEYApefBBSIRFH/UCppXi2I9CG62QzyzsvqfAIQIuEz +IiCgSN8psr+aMcKbB4AAGA8yMDEyMTAxMTA4NDExM1qgERgPMjAxMjEwMTUwODQx +MTNaMA0GCSqGSIb3DQEBBQUAA4IBAQCNnhlBMxxh9z5AKfzAxiKs90CfxUsqfYfk +8XlyF9VIfWRfEwzS6MF1pEzLnghRxTAmjrFgK+sxD9wk+S5Mdgw3nbED9DVFH2Hs +RGKm/t9wkvrYOX6yRQqw6uRvU/5cibMjcyzKB/VQMwk4p4FwSUgBv88A5sTkKr2V +eYdEm34hg2TZVkipPMBiyTyBLXs8D/9oALtnczg4xlTRSjDUvqoXL5haqY4QK2Pv +mNwna6ACkwLmSuMe29UQ8IX2PUB4R5Etni5czyiKGxZLm+4NAhuEwWFNEzCyImPc +087gHGU1zx+qVSlajqMJ/9ZXYjbt7WiWdhOTGEv4VMn8dHhRUs32 diff --git a/openssl/test/ocsp-tests/ND1_Cert_EE.pem b/openssl/test/ocsp-tests/ND1_Cert_EE.pem new file mode 100755 index 000000000..e64616244 --- /dev/null +++ b/openssl/test/ocsp-tests/ND1_Cert_EE.pem @@ -0,0 +1,36 @@ +-----BEGIN CERTIFICATE----- +MIIGTTCCBTWgAwIBAgIQIuEzIiCgSN8psr+aMcKbBzANBgkqhkiG9w0BAQUFADCB +jjELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G +A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxNDAyBgNV +BAMTK0NPTU9ETyBFeHRlbmRlZCBWYWxpZGF0aW9uIFNlY3VyZSBTZXJ2ZXIgQ0Ew +HhcNMTEwMzMxMDAwMDAwWhcNMTMwNjI3MjM1OTU5WjCCAT8xETAPBgNVBAUTCDA0 +MDU4NjkwMRMwEQYLKwYBBAGCNzwCAQMTAkdCMR0wGwYDVQQPExRQcml2YXRlIE9y +Z2FuaXphdGlvbjELMAkGA1UEBhMCR0IxDzANBgNVBBETBk01IDNFUTEbMBkGA1UE +CBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRYwFAYDVQQJ +Ew1UcmFmZm9yZCBSb2FkMRYwFAYDVQQJEw1FeGNoYW5nZSBRdWF5MSUwIwYDVQQJ +ExwzcmQgRmxvb3IsIDI2IE9mZmljZSBWaWxsYWdlMRowGAYDVQQKExFDT01PRE8g +Q0EgTGltaXRlZDEaMBgGA1UECxMRQ29tb2RvIEVWIFNHQyBTU0wxGjAYBgNVBAMT +EXNlY3VyZS5jb21vZG8uY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEA168izw0zK6cChTGFuAwNARwTu1Ky/z+dXHkSmB0tQrAk3bq7mnUPtmQ+td8r +G2hlhQPd+YXQVYEW3RuopydmdB9wMlEGCCfU2ZqohsC9uut+HenCVbYvn4sSB0KJ +VdOXLPCEnfdk/FmcNWcYv73HmoJXZjT0THNQmnfpo6mMGAOerenMgNuCpq1buZ8c +fFUeUY18ZGLZKZyRNM6GPgVA37Dm8Ru+9Cf8/rm7NSIoVWH4BDztM3Y1BZvZ0d4G +49jRA4MXbhsDEMYzaSCDmaRHSFhCtrGkN2S4A1ZxoSoxQVCLcnnInVd+J0X8J6pa +Efio/aD6UQBQq29HyTsWVe6BewIDAQABo4IB8TCCAe0wHwYDVR0jBBgwFoAUiERR +/1AqaV4tiPQhutkM8s7L6nwwHQYDVR0OBBYEFKvAXKp4bYRmxU4SlM8k8FbWiXiL +MA4GA1UdDwEB/wQEAwIFoDAMBgNVHRMBAf8EAjAAMDQGA1UdJQQtMCsGCCsGAQUF +BwMBBggrBgEFBQcDAgYKKwYBBAGCNwoDAwYJYIZIAYb4QgQBMEYGA1UdIAQ/MD0w +OwYMKwYBBAGyMQECAQUBMCswKQYIKwYBBQUHAgEWHWh0dHBzOi8vc2VjdXJlLmNv +bW9kby5jb20vQ1BTMFMGA1UdHwRMMEowSKBGoESGQmh0dHA6Ly9jcmwuY29tb2Rv +Y2EuY29tL0NPTU9ET0V4dGVuZGVkVmFsaWRhdGlvblNlY3VyZVNlcnZlckNBLmNy +bDCBhAYIKwYBBQUHAQEEeDB2ME4GCCsGAQUFBzAChkJodHRwOi8vY3J0LmNvbW9k +b2NhLmNvbS9DT01PRE9FeHRlbmRlZFZhbGlkYXRpb25TZWN1cmVTZXJ2ZXJDQS5j +cnQwJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmNvbW9kb2NhLmNvbTAzBgNVHREE +LDAqghFzZWN1cmUuY29tb2RvLmNvbYIVd3d3LnNlY3VyZS5jb21vZG8uY29tMA0G +CSqGSIb3DQEBBQUAA4IBAQC9SoVG+B40khDWAzlz+G0WDBM3OuqK5n8vY/XxdPS5 +qyv6K05S4VRGR/6PQa1UVzMbnhfLh54OWrpnalRGabpTmKDu8Pa912pzDSzMxg4U +Rff4/hVLd1n/58q+riLxdtkIigLUjtFfwUrE1H89QODOCb4nw7f9BQaDoug+ovM3 +KO9rxVZ/3TshaxW0mPVM/cMbX+6RrQ7+d1y5fdX/fksCZhOW+P25+FPlaorQEWNa +s0UZNQ6qVuxB7CPmnLqmLBfAKTbeKcQFxx//0eyyZqCkzIvYUNjeRR0Q7DnxXq4C +Pj1Y6VcPJDmZOeogte5/vNIdU8Wq55IJJ1G/uKXztwVT +-----END CERTIFICATE----- diff --git a/openssl/test/ocsp-tests/ND1_Issuer_ICA.pem b/openssl/test/ocsp-tests/ND1_Issuer_ICA.pem new file mode 100755 index 000000000..3260db300 --- /dev/null +++ b/openssl/test/ocsp-tests/ND1_Issuer_ICA.pem @@ -0,0 +1,29 @@ +-----BEGIN CERTIFICATE----- +MIIFBjCCA+6gAwIBAgIQEaO00OyNt3+doM1dLVEvQjANBgkqhkiG9w0BAQUFADCB +gTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G +A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxJzAlBgNV +BAMTHkNPTU9ETyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0xMDA1MjQwMDAw +MDBaFw0yMDA1MzAxMDQ4MzhaMIGOMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3Jl +YXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01P +RE8gQ0EgTGltaXRlZDE0MDIGA1UEAxMrQ09NT0RPIEV4dGVuZGVkIFZhbGlkYXRp +b24gU2VjdXJlIFNlcnZlciBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC +ggEBAMxKljPNJY1n7iiWN4dG8PYEooR/U6qW5h+xAhxu7X0h1Nc8HqLYaS+ot/Wi +7WRYZOFEZTZJQSABjTsT4gjzDPJXOZM3txyTRIOOvy3xoQV12m7ue28b6naDKHRK +HCvT9cQDcpOvhs4JjDx11MkKL3Lzrb0OMDyEoXMfAyUUpY/D1vS15N2GevUZumjy +hVSiMBHK0ZLLO3QGEqA3q2rYVBHfbJoWlLm0p2XGdC0x801S6VVRn8s+oo12mHDS +b6ZlRS8bhbtbbfnywARmE4R6nc4n2PREnr+svpnba0/bWCGwiSe0jzLWS15ykV7f +BZ3ZSS/0tm9QH3XLgJ3m0+TR8tMCAwEAAaOCAWkwggFlMB8GA1UdIwQYMBaAFAtY +5YvGTBU3pECpMKkhvkc2Wlb/MB0GA1UdDgQWBBSIRFH/UCppXi2I9CG62Qzyzsvq +fDAOBgNVHQ8BAf8EBAMCAQYwEgYDVR0TAQH/BAgwBgEB/wIBADA+BgNVHSAENzA1 +MDMGBFUdIAAwKzApBggrBgEFBQcCARYdaHR0cHM6Ly9zZWN1cmUuY29tb2RvLmNv +bS9DUFMwSQYDVR0fBEIwQDA+oDygOoY4aHR0cDovL2NybC5jb21vZG9jYS5jb20v +Q09NT0RPQ2VydGlmaWNhdGlvbkF1dGhvcml0eS5jcmwwdAYIKwYBBQUHAQEEaDBm +MD4GCCsGAQUFBzAChjJodHRwOi8vY3J0LmNvbW9kb2NhLmNvbS9DT01PRE9BZGRU +cnVzdFNlcnZlckNBLmNydDAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuY29tb2Rv +Y2EuY29tMA0GCSqGSIb3DQEBBQUAA4IBAQCaQ7+vpHJezX1vf/T8PYy7cOYe3QT9 +P9ydn7+JdpvyhjH8f7PtKpFTLOKqsOPILHH3FYojHPFpLoH7sbxiC6saVBzZIl40 +TKX2Iw9dej3bQ81pfhc3Us1TocIR1FN4J2TViUFNFlW7kMvw2OTd3dMJZEgo/zIj +hC+Me1UvzymINzR4DzOq/7fylqSbRIC1vmxWVKukgZ4lGChUOn8sY89ZIIwYazgs +tN3t40DeDDYlV5rA0WCeXgNol64aO+pF11GZSe5EWVYLXrGPaOqKnsrSyaADfnAl +9DLJTlCDh6I0SD1PNXf82Ijq9n0ezkO21cJqfjhmY03n7jLvDyToKmf6 +-----END CERTIFICATE----- diff --git a/openssl/test/ocsp-tests/ND2.ors b/openssl/test/ocsp-tests/ND2.ors new file mode 100755 index 000000000..24c1cb2da --- /dev/null +++ b/openssl/test/ocsp-tests/ND2.ors @@ -0,0 +1,10 @@ +MIIB0woBAKCCAcwwggHIBgkrBgEFBQcwAQEEggG5MIIBtTCBnqIWBBQLWOWLxkwV +N6RAqTCpIb5HNlpW/xgPMjAxMjEwMTAyMzAzMTlaMHMwcTBJMAkGBSsOAwIaBQAE +FOy+ZAvtiWulchtVZmfKU1ZI9ewTBBQLWOWLxkwVN6RAqTCpIb5HNlpW/wIQEaO0 +0OyNt3+doM1dLVEvQoAAGA8yMDEyMTAxMDIzMDMxOVqgERgPMjAxMjEwMTQyMzAz +MTlaMA0GCSqGSIb3DQEBBQUAA4IBAQCHn2nGfEUX/EJruMkTgh7GgB0u9cpAepaD +sPv9gtl3KLUZyR+NbGMIa5/bpoJp0yg1z5VL6CLMusy3AF6Cn2fyaioDxG+yc+gA +PcPFdEqiIMr+TP8s7qcEiE6WZddSSCqCn90VZSCWkpDhnCjDRwJLBBPU3803fdMz +oguvyr7y6Koxik8X/iUe8EpSzAvmm4GZL3veTI+x7IezJSrhCS9zM0ZHjySjoDxC ++ljGH0EuWPTmFEqZVGIq3cuahIYzKItUbYnXU6ipi/2p42qbsFeok7eEN0EYsY1a +vRATHGRmU7Q5HLCq4rQtZC1cis52Mvc9x1W4z/Gt5A3FtgElXXNA diff --git a/openssl/test/ocsp-tests/ND2_Cert_ICA.pem b/openssl/test/ocsp-tests/ND2_Cert_ICA.pem new file mode 100755 index 000000000..3260db300 --- /dev/null +++ b/openssl/test/ocsp-tests/ND2_Cert_ICA.pem @@ -0,0 +1,29 @@ +-----BEGIN CERTIFICATE----- +MIIFBjCCA+6gAwIBAgIQEaO00OyNt3+doM1dLVEvQjANBgkqhkiG9w0BAQUFADCB +gTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G +A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxJzAlBgNV +BAMTHkNPTU9ETyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0xMDA1MjQwMDAw +MDBaFw0yMDA1MzAxMDQ4MzhaMIGOMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3Jl +YXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01P +RE8gQ0EgTGltaXRlZDE0MDIGA1UEAxMrQ09NT0RPIEV4dGVuZGVkIFZhbGlkYXRp +b24gU2VjdXJlIFNlcnZlciBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC +ggEBAMxKljPNJY1n7iiWN4dG8PYEooR/U6qW5h+xAhxu7X0h1Nc8HqLYaS+ot/Wi +7WRYZOFEZTZJQSABjTsT4gjzDPJXOZM3txyTRIOOvy3xoQV12m7ue28b6naDKHRK +HCvT9cQDcpOvhs4JjDx11MkKL3Lzrb0OMDyEoXMfAyUUpY/D1vS15N2GevUZumjy +hVSiMBHK0ZLLO3QGEqA3q2rYVBHfbJoWlLm0p2XGdC0x801S6VVRn8s+oo12mHDS +b6ZlRS8bhbtbbfnywARmE4R6nc4n2PREnr+svpnba0/bWCGwiSe0jzLWS15ykV7f +BZ3ZSS/0tm9QH3XLgJ3m0+TR8tMCAwEAAaOCAWkwggFlMB8GA1UdIwQYMBaAFAtY +5YvGTBU3pECpMKkhvkc2Wlb/MB0GA1UdDgQWBBSIRFH/UCppXi2I9CG62Qzyzsvq +fDAOBgNVHQ8BAf8EBAMCAQYwEgYDVR0TAQH/BAgwBgEB/wIBADA+BgNVHSAENzA1 +MDMGBFUdIAAwKzApBggrBgEFBQcCARYdaHR0cHM6Ly9zZWN1cmUuY29tb2RvLmNv +bS9DUFMwSQYDVR0fBEIwQDA+oDygOoY4aHR0cDovL2NybC5jb21vZG9jYS5jb20v +Q09NT0RPQ2VydGlmaWNhdGlvbkF1dGhvcml0eS5jcmwwdAYIKwYBBQUHAQEEaDBm +MD4GCCsGAQUFBzAChjJodHRwOi8vY3J0LmNvbW9kb2NhLmNvbS9DT01PRE9BZGRU +cnVzdFNlcnZlckNBLmNydDAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuY29tb2Rv +Y2EuY29tMA0GCSqGSIb3DQEBBQUAA4IBAQCaQ7+vpHJezX1vf/T8PYy7cOYe3QT9 +P9ydn7+JdpvyhjH8f7PtKpFTLOKqsOPILHH3FYojHPFpLoH7sbxiC6saVBzZIl40 +TKX2Iw9dej3bQ81pfhc3Us1TocIR1FN4J2TViUFNFlW7kMvw2OTd3dMJZEgo/zIj +hC+Me1UvzymINzR4DzOq/7fylqSbRIC1vmxWVKukgZ4lGChUOn8sY89ZIIwYazgs +tN3t40DeDDYlV5rA0WCeXgNol64aO+pF11GZSe5EWVYLXrGPaOqKnsrSyaADfnAl +9DLJTlCDh6I0SD1PNXf82Ijq9n0ezkO21cJqfjhmY03n7jLvDyToKmf6 +-----END CERTIFICATE----- diff --git a/openssl/test/ocsp-tests/ND2_Issuer_Root.pem b/openssl/test/ocsp-tests/ND2_Issuer_Root.pem new file mode 100755 index 000000000..dc9981009 --- /dev/null +++ b/openssl/test/ocsp-tests/ND2_Issuer_Root.pem @@ -0,0 +1,23 @@ +-----BEGIN CERTIFICATE----- +MIID0DCCArigAwIBAgIQIKTEf93f4cdTYwcTiHdgEjANBgkqhkiG9w0BAQUFADCB +gTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G +A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxJzAlBgNV +BAMTHkNPTU9ETyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0xMTAxMDEwMDAw +MDBaFw0zMDEyMzEyMzU5NTlaMIGBMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3Jl +YXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01P +RE8gQ0EgTGltaXRlZDEnMCUGA1UEAxMeQ09NT0RPIENlcnRpZmljYXRpb24gQXV0 +aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0ECLi3LjkRv3 +UcEbVASY06m/weaKXTuH+7uIzg3jLz8GlvCiKVCZrts7oVewdFFxze1CkU1B/qnI +2GqGd0S7WWaXUF601CxwRM/aN5VCaTwwxHGzUvAhTaHYujl8HJ6jJJ3ygxaYqhZ8 +Q5sVW7euNJH+1GImGEaaP+vB+fGQV+useg2L23IwambV4EajcNxo2f8ESIl33rXp ++2dtQem8Ob0y2WIC8bGoPW43nOIv4tOiJovGuFVDiOEjPqXSJDlqR6sA1KGzqSX+ +DT+nHbrTUcELpNqsOO9VUCQFZUaTNE8tja3G1CEZ0o7KBWFxB3NH5YoZEr0ETc5O +nKVIrLsm9wIDAQABo0IwQDAdBgNVHQ4EFgQUC1jli8ZMFTekQKkwqSG+RzZaVv8w +DgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEFBQAD +ggEBAC/JxBwHO89hAgCx2SFRdXIDMLDEFh9sAIsQrK/xR9SuEDwMGvjUk2ysEDd8 +t6aDZK3N3w6HM503sMZ7OHKx8xoOo/lVem0DZgMXlUrxsXrfViEGQo+x06iF3u6X +HWLrp+cxEmbDD6ZLLkGC9/3JG6gbr+48zuOcrigHoSybJMIPIyaDMouGDx8rEkYl +Fo92kANr3ryqImhrjKGsKxE5pttwwn1y6TPn/CbxdFqR5p2ErPioBhlG5qfpqjQi +pKGfeq23sqSaM4hxAjwu1nqyH6LKwN0vEJT9s4yEIHlG1QXUEOTS22RPuFvuG8Ug +R1uUq27UlTMdphVx8fiUylQ5PsE= +-----END CERTIFICATE----- diff --git a/openssl/test/ocsp-tests/ND3.ors b/openssl/test/ocsp-tests/ND3.ors new file mode 100755 index 000000000..20084180c --- /dev/null +++ b/openssl/test/ocsp-tests/ND3.ors @@ -0,0 +1,10 @@ +MIIB1AoBAKCCAc0wggHJBgkrBgEFBQcwAQEEggG6MIIBtjCBn6IWBBStvZh6NLQm +9/rEJlTvA73gJMtUGhgPMjAxMjEwMTExMTM2NDdaMHQwcjBKMAkGBSsOAwIaBQAE +FHyxZlScq9tE7mImFq30ZXv3etWUBBStvZh6NLQm9/rEJlTvA73gJMtUGgIRAKcN +bJWejX5BTb8DmevkCauAABgPMjAxMjEwMTExMTM2NDdaoBEYDzIwMTIxMDE1MTEz +NjQ3WjANBgkqhkiG9w0BAQUFAAOCAQEAfnj3nh6z+USW6VlDWRytWpNmC1ZRwWlg +P2+G4UF4HE8bMJkuiFLcZEVYTxlTYv+xAEpSFxdInFM2Q5C+O6pWOZ9NbikeR4oZ +FTI1kAZ0Uw+YMpVM4ztvKBIpUSqlbi69iNJ9WGF6qzxVeqobSOyrjjwtTsuglUbR ++mshp/SP7Br2IIK+KM1vgsmVExPfGPYANyk7ki/Q8uUnjqkreeSa9WC2iJLGcybW +YavDhYWALebUGukNeedkloYhdjPboPPxDkKNjakwIG8EkbJK7uXewMOHHOFvFTX3 +K388me8u5iQf4f3fj6ilEgs6f5Szzmb+vklPX0zIny/TVk2+Az7HmA== diff --git a/openssl/test/ocsp-tests/ND3_Cert_EE.pem b/openssl/test/ocsp-tests/ND3_Cert_EE.pem new file mode 100755 index 000000000..c6a76d661 --- /dev/null +++ b/openssl/test/ocsp-tests/ND3_Cert_EE.pem @@ -0,0 +1,34 @@ +-----BEGIN CERTIFICATE----- +MIIF3TCCBMWgAwIBAgIRAKcNbJWejX5BTb8DmevkCaswDQYJKoZIhvcNAQEFBQAw +bzELMAkGA1UEBhMCU0UxFDASBgNVBAoTC0FkZFRydXN0IEFCMSYwJAYDVQQLEx1B +ZGRUcnVzdCBFeHRlcm5hbCBUVFAgTmV0d29yazEiMCAGA1UEAxMZQWRkVHJ1c3Qg +RXh0ZXJuYWwgQ0EgUm9vdDAeFw0xMDA1MDQwMDAwMDBaFw0xNTA1MDQyMzU5NTla +MIIBCjELMAkGA1UEBhMCR0IxDzANBgNVBBETBk01IDNFUTEbMBkGA1UECBMSR3Jl +YXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRYwFAYDVQQJEw1UcmFm +Zm9yZCBSb2FkMRYwFAYDVQQJEw1FeGNoYW5nZSBRdWF5MSUwIwYDVQQJExwzcmQg +Rmxvb3IsIDI2IE9mZmljZSBWaWxsYWdlMRowGAYDVQQKExFDT01PRE8gQ0EgTGlt +aXRlZDEaMBgGA1UECxMRQ29tb2RvIFByZW1pdW1TU0wxLDAqBgNVBAMTI2FkZHRy +dXN0ZXh0ZXJuYWxjYXJvb3QuY29tb2RvY2EuY29tMIIBIjANBgkqhkiG9w0BAQEF +AAOCAQ8AMIIBCgKCAQEAz5MM/mco91yFJNtF3t9c0x/bGds+zGAqJlHBXCR43og+ +3vgsBkCcn5M3PAqmL6XxilpsrEfS6RqtNcLfxwDyl7rr3qpJSM537Km1ZGOTHs0C +i0JA4YBZFOxBwPO2nHQGD+t9kJx3auFdBLnjJc5Q3jFUmnyJ8D2h3P9BrHgOoIbO +KYOUc/3zcqE6NttdbiuUMzlad8guhnXlWPCh2NJtNtMLDQxG7DWWDEm/Kt+CdKAR +jko6kEp7nqBKyujjJoGD2nEtEnuuqiB9n6sgSXR1NGtecJrW8IqIS7hkcsxhGTI9 +jnY73+NiMV3nglejkNseTUdcEi6L94EdifXuVLgEAwIDAQABo4IB1TCCAdEwHwYD +VR0jBBgwFoAUrb2YejS0Jvf6xCZU7wO94CTLVBowHQYDVR0OBBYEFDXpt6NocCrd +7XZ2MLUa116TIesKMA4GA1UdDwEB/wQEAwIFoDAMBgNVHRMBAf8EAjAAMB0GA1Ud +JQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjBGBgNVHSAEPzA9MDsGDCsGAQQBsjEB +AgEDBDArMCkGCCsGAQUFBwIBFh1odHRwczovL3NlY3VyZS5jb21vZG8ubmV0L0NQ +UzB7BgNVHR8EdDByMDigNqA0hjJodHRwOi8vY3JsLmNvbW9kb2NhLmNvbS9BZGRU +cnVzdEV4dGVybmFsQ0FSb290LmNybDA2oDSgMoYwaHR0cDovL2NybC5jb21vZG8u +bmV0L0FkZFRydXN0RXh0ZXJuYWxDQVJvb3QuY3JsMDQGCCsGAQUFBwEBBCgwJjAk +BggrBgEFBQcwAYYYaHR0cDovL29jc3AuY29tb2RvY2EuY29tMFcGA1UdEQRQME6C +I2FkZHRydXN0ZXh0ZXJuYWxjYXJvb3QuY29tb2RvY2EuY29tgid3d3cuYWRkdHJ1 +c3RleHRlcm5hbGNhcm9vdC5jb21vZG9jYS5jb20wDQYJKoZIhvcNAQEFBQADggEB +AF2TF6xg8ZoBICoiQvjD2Z0SKcJRw1Dhj3HpGzV9F+Y0e/MxCXhYA+340JZxnC2P +VA968QKFrNwDWiS9Klc+cs4k3HIeiZp3uHw1ezElqXXNa+S1CrSS03FqWeeugSrB +xpuXCWDJSfD4DJq835hlEuXgxmAjsbuRUjaq1lxwSWnNoBkfMCCAgVlHtFljTlqq +nwfBZcnj73+yiERgTvhN4gEL59ZzjFliKEUuXHZoe8klhn73cnY+XoRV0e7wU+Xj +PzLoAhjGkS35hfDQTHdCwNBaN3iI2Q+HBjhfffAYFdK+Jo3kSXq12s7CJD7utAho +xxRhA0l1ziJgrEubLi6ItNg= +-----END CERTIFICATE----- diff --git a/openssl/test/ocsp-tests/ND3_Issuer_Root.pem b/openssl/test/ocsp-tests/ND3_Issuer_Root.pem new file mode 100755 index 000000000..20585f1c0 --- /dev/null +++ b/openssl/test/ocsp-tests/ND3_Issuer_Root.pem @@ -0,0 +1,25 @@ +-----BEGIN CERTIFICATE----- +MIIENjCCAx6gAwIBAgIBATANBgkqhkiG9w0BAQUFADBvMQswCQYDVQQGEwJTRTEU +MBIGA1UEChMLQWRkVHJ1c3QgQUIxJjAkBgNVBAsTHUFkZFRydXN0IEV4dGVybmFs +IFRUUCBOZXR3b3JrMSIwIAYDVQQDExlBZGRUcnVzdCBFeHRlcm5hbCBDQSBSb290 +MB4XDTAwMDUzMDEwNDgzOFoXDTIwMDUzMDEwNDgzOFowbzELMAkGA1UEBhMCU0Ux +FDASBgNVBAoTC0FkZFRydXN0IEFCMSYwJAYDVQQLEx1BZGRUcnVzdCBFeHRlcm5h +bCBUVFAgTmV0d29yazEiMCAGA1UEAxMZQWRkVHJ1c3QgRXh0ZXJuYWwgQ0EgUm9v +dDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALf3GjPm8gAELTngTlvt +H7xsD821+iO2zt6bETOXpClMfZOfvUq8k+0DGuOPz+VtUFrWlymUWoCwSXrbLpX9 +uMq/NzgtHj6RQa1wVsfwTz/oMp50ysiQVOnGXw94nZpAPA6sYapeFI+eh6FqUNzX +mk6vBbOmcZSccbNQYArHE504B4YCqOmoaSYYkKtMsE8jqzpPhNjfzp/haW+710LX +a0Tkx63ubUFfclpxCDezeWWkWaCUN/cALw3CknLa0Dhy2xSoRcRdKn23tNbE7qzN +E0S3ySvdQwAl+mG5aWpYIxG3pzOPVnVZ9c0p10a3CitlttNCbxWyuHv77+ldU9U0 +WicCAwEAAaOB3DCB2TAdBgNVHQ4EFgQUrb2YejS0Jvf6xCZU7wO94CTLVBowCwYD +VR0PBAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wgZkGA1UdIwSBkTCBjoAUrb2YejS0 +Jvf6xCZU7wO94CTLVBqhc6RxMG8xCzAJBgNVBAYTAlNFMRQwEgYDVQQKEwtBZGRU +cnVzdCBBQjEmMCQGA1UECxMdQWRkVHJ1c3QgRXh0ZXJuYWwgVFRQIE5ldHdvcmsx +IjAgBgNVBAMTGUFkZFRydXN0IEV4dGVybmFsIENBIFJvb3SCAQEwDQYJKoZIhvcN +AQEFBQADggEBALCb4IUlwtYj4g+WBpKdQZic2YR5gdkeWxQHIzZlj7DYd7usQWxH +YINRsPkyPef89iYTx4AWpb9a/IfPeHmJIZriTAcKhjW88t5RxNKWt9x+Tu5w/Rw5 +6wwCURQtjr0W4MHfRnXnJK3s9EK0hZNwEGe6nQY1ShjTK3rMUUKhemPR5ruhxSvC +Nr4TDea9Y355e6cJDUCrat2PisP29owaQgVR1EX1n6diIWgVIEM8med8vSTYqZEX +c4g/VhsxOBi0cQ+azcgOno4uG+GMmIPLHzHxREzGBHNJdmAPx/i9F4BrLunMTA5a +mnkPIAou1Z5jJh5VkpTYghdae9C8x49OhgQ= +-----END CERTIFICATE----- diff --git a/openssl/test/ocsp-tests/WIKH_D1.ors b/openssl/test/ocsp-tests/WIKH_D1.ors new file mode 100755 index 000000000..c8ce8d870 --- /dev/null +++ b/openssl/test/ocsp-tests/WIKH_D1.ors @@ -0,0 +1,32 @@ +MIIFzwoBAKCCBcgwggXEBgkrBgEFBQcwAQEEggW1MIIFsTCBoKIWBBRf2uQDFpGg +Ywh4P1y2H9bZ2/BQNBgPMjAxMjEwMTExMzI5NDJaMHUwczBLMAkGBSsOAwIaBQAE +FKByDqBqfGICVPKo9Z3Se6Tzty+kBBSxsEr9HHUo+BxhqhP2+sGQPWsWowISESG8 +vx4IzALnkqQG05AvM+2bgAAYDzIwMTIxMDExMTAwMDAwWqARGA8yMDEyMTAxODEw +MDAwMFowCwYJKoZIhvcNAQEFA4IBAQCX3gEX+JVfxuYmxBBxC9sNCi3o76ODIicr +XMvm0DTO9VSyDBl7LDsMMgNMIDtO3flQSlBNZ2B9ikwyckXOSWXiXzybZVMdA/uq +NchgkM9aChrlhG0AHZyYe/+dJSmEBFXkIomy+S6YQ7Mcs2s6WxCeWU7gB4XOy1zO +/CvWjv0WQV1J2lZZ6pkvtECKAEjrVP275LA38HInFbYvVPXWzl4sDcX2TAxwUa4S +xAJAfwl+B+oZSerZWGRo6KjZuB/OB31cB5n/lABmRez6Obi27D0UUCRv/eSbwOF4 +Ofaa/XzJt7sF7WpVgoR41HI88W7aN4vtcw1zcVsBmfRMUNYZSqtfoIID+DCCA/Qw +ggPwMIIC2KADAgECAhIRISdENsrz1CSWG3VIBwfQERQwDQYJKoZIhvcNAQEFBQAw +WTELMAkGA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExLzAtBgNV +BAMTJkdsb2JhbFNpZ24gRXh0ZW5kZWQgVmFsaWRhdGlvbiBDQSAtIEcyMB4XDTEy +MDkxOTA3NDA1MFoXDTEyMTIxOTA4NDA1MFowgYUxCzAJBgNVBAYTAkJFMRkwFwYD +VQQKExBHbG9iYWxTaWduIG52LXNhMUIwQAYDVQQDEzlHbG9iYWxTaWduIEV4dGVu +ZGVkIFZhbGlkYXRpb24gQ0EgLSBHMiBPQ1NQIHJlc3BvbmRlciAtIDIxFzAVBgNV +BAUTDjIwMTIwOTE5MDk0MDAwMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEAnCgMsBO+IxIqCnXCOfXJoIC3wj+f0s4DV9h2gJBzisWXkaJD2DfNrd0kHUXK +qVVPUxnA4G5iZu0Z385/KiOt1/P6vQ/Z2/AsEh/8Z/hIyeZCHL31wrSZW4yLeZwi +M76wPiBHJxPun681HQlVs/OGKSHnbHc1XJAIeA/M8u+lLWqIKB+AJ82TrOqUMj1s +LjGhQNs84xPliONN5K7DrEy+Y65X/rFxN77Smw+UtcH1GgH2NgaHH8dpt1m25sgm +UxZWhdx66opB/lbRQwWdGt7MC0kJFaWHDZq64DTuYoekFYSxAFu0nd0EekEHEJEi +9mquB9cv/96SuEJl8BcUWU/1LwIDAQABo4GEMIGBMAkGA1UdEwQCMAAwDgYDVR0P +AQH/BAQDAgeAMBMGA1UdJQQMMAoGCCsGAQUFBwMJMA8GCSsGAQUFBzABBQQCBQAw +HQYDVR0OBBYEFF/a5AMWkaBjCHg/XLYf1tnb8FA0MB8GA1UdIwQYMBaAFLCwSv0c +dSj4HGGqE/b6wZA9axajMA0GCSqGSIb3DQEBBQUAA4IBAQCKRl1iXFmOQtLseDWP +Y5icDDBGiRi17CGgvIzGJi/ha0PhbO+X0TmQIEnRX3Mu0Er/Mm4RZSjMtJ2iZRh3 +tGf4Dn+jKgKOmgXC3oOG/l8RPHLf0yaPSdn/z0TXtA30vTFBLlFeWnhbfhovea4+ +snPdBxLqWZdtxmiwojgqA7YATCWwavizrBr09YRyDwzgtpZ2BwMruGuFuV9FsEwL +PCM53yFlrM32oFghyfyE5kYjgnnueKM+pw1kA0jgb1CnVJRrMEN1TXuXDAZLtHKG +5X/drah1JtkoZhCzxzZ3bYdVDQJ90OHFqM58lwGD6z3XuPKrHDKZKt+CPIsl5g7p +4J2l diff --git a/openssl/test/ocsp-tests/WIKH_D2.ors b/openssl/test/ocsp-tests/WIKH_D2.ors new file mode 100755 index 000000000..1d562fad0 --- /dev/null +++ b/openssl/test/ocsp-tests/WIKH_D2.ors @@ -0,0 +1,32 @@ +MIIF4AoBAKCCBdkwggXVBgkrBgEFBQcwAQEEggXGMIIFwjCBmaIWBBTqlwecTarB +yVdbHxANRLCFYj1mqBgPMjAxMjEwMTExMzMwMTBaMG4wbDBEMAkGBSsOAwIaBQAE +FLdXtbacB/gWIxOOkMkqDr4yAaoxBBRhe2YaRQ2XyolQL30EzTSo//z9SwILBAAA +AAABL07hRxCAABgPMjAxMjEwMDEwNjAwMDBaoBEYDzIwMTMwNDE1MDYwMDAwWjAL +BgkqhkiG9w0BAQUDggEBAA0H7bvcULg1GayFtQVrYDyW0feOEMNGLmgaGuwRdrY3 +KuWyNJLUUJKQZnOkdT8A4RpVX8xD4EgVyOqRACUahgdgp0g3QOn+vf2Zyf+NJIgW +woF5qaJgCOeIOw5O6F4r1vUhp8NvqXHotswgG58Nzz6UMD+uyIgq5o8uzOjryEm6 +wO2X+KvN9sMzkeZhNvAHkgBQL8CG4CggWnzn7At1DmhhsizfhDrosigM4Zr6Sm6z +v1YfSPznD0b3TQ7RzvpbJPofF2aJXMIMxdKR5pemuevTDR2+JCXjVPsD/ZODFykc +rsQeqx2vTOIg84PRKboXjCAwHn4rIN7JJtQqebLtD9egggQQMIIEDDCCBAgwggLw +oAMCAQICCwQAAAAAAThXovYBMA0GCSqGSIb3DQEBBQUAMFcxCzAJBgNVBAYTAkJF +MRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRsw +GQYDVQQDExJHbG9iYWxTaWduIFJvb3QgQ0EwHhcNMTIwNzA1MTgwMDAwWhcNMTMw +NzA1MTgwMDAwWjBZMQswCQYDVQQGEwJCRTEZMBcGA1UEChMQR2xvYmFsU2lnbiBu +di1zYTEvMC0GA1UEAxMmR2xvYmFsU2lnbiBPQ1NQIGZvciBSb290IFIxIC0gQnJh +bmNoIDEwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDP2QF8p0+Fb7ID +MwwD1gEr2oazjqbW28EZr3YEyMPk+7VFaGePSO1xjBGIE48Q7m7d6p6ZXCzlBZEi +oudrHSr3WDqdIVKLDrZIDkgEgdjJE72Hq6Pf5CEGXyebbODm4sV96EfewSvOOYLL +866g3aoVhLDK02ny+Q5OsokW7nhnmGMMh10tZqR5VmdQTiw8MgeqUxBEaEO4WH2J +ltgSsgNJBNBYuDgnn5ryzVqhvmCJvYZMYeN6qZFKy1MgHcR+wEpGLPlRL4ttu6e5 +MJrVta7dVFobHUHoFog97LtQT1PY0Ubaihswjge5O04bYeCrgSSjr1e4xH/KDxRw +yyhoscaFAgMBAAGjgdIwgc8wDgYDVR0PAQH/BAQDAgeAMB0GA1UdDgQWBBTqlwec +TarByVdbHxANRLCFYj1mqDBMBgNVHSAERTBDMEEGCSsGAQQBoDIBXzA0MDIGCCsG +AQUFBwIBFiZodHRwczovL3d3dy5nbG9iYWxzaWduLmNvbS9yZXBvc2l0b3J5LzAJ +BgNVHRMEAjAAMBMGA1UdJQQMMAoGCCsGAQUFBwMJMB8GA1UdIwQYMBaAFGB7ZhpF +DZfKiVAvfQTNNKj//P1LMA8GCSsGAQUFBzABBQQCBQAwDQYJKoZIhvcNAQEFBQAD +ggEBAHiC6N1uF29d7CmiVapA8Nr1xLSVeIkBd4A8yHsUTQ7ATI7bwT14QUV4awe7 +8cvmO5ZND8YG1ViwN162WFm9ivSoWBzvWDbU2JhQFb+XzrzCcdn0YbNiTxJh/vYm +uDuxto00dpBgujSOAQv8B90iDEJ+sZpYRzDRj62qStRey0zpq5eX+pA+gdppMUFb +4QvJf0El8TbLCWLN4TjrFe6ju7ZaN9zmgVYGQ2fMHKIGNScLuIA950nYwzRkIfHa +YW6HqP1rCR1EiYmstEeCQyDxJx+RUlh+q8L1BKzaMYhS6s63MZzQuGseYStaCmbC +fBIRKjnK621vAWvc7UR+0hqnZ+U= diff --git a/openssl/test/ocsp-tests/WIKH_D3.ors b/openssl/test/ocsp-tests/WIKH_D3.ors new file mode 100755 index 000000000..cbac8e8f1 --- /dev/null +++ b/openssl/test/ocsp-tests/WIKH_D3.ors @@ -0,0 +1,38 @@ +MIIG8AoBAKCCBukwggblBgkrBgEFBQcwAQEEggbWMIIG0jCB+aF+MHwxCzAJBgNV +BAYTAkFVMQwwCgYDVQQIEwNOU1cxDzANBgNVBAcTBlN5ZG5leTEUMBIGA1UEChML +Q0FjZXJ0IEluYy4xHjAcBgNVBAsTFVNlcnZlciBBZG1pbmlzdHJhdGlvbjEYMBYG +A1UEAxMPb2NzcC5jYWNlcnQub3JnGA8yMDEyMTAxMTE0MDYzNlowZjBkMDwwCQYF +Kw4DAhoFAAQUi6TJyxcpGUU+u45zCZG5JfKDImUEFBe1MhvUx/Pg5o7zvdKwOu6y +ORjRAgMLs8aAABgPMjAxMjEwMTExMzU4MTBaoBEYDzIwMTIxMDEzMTQwNjM2WjAN +BgkqhkiG9w0BAQUFAAOCAQEAjcryO6FUK5+TcPBxJKixVt9q07Xy3qv1e/VFuJ0f +tnYDcu83Q5yCta49PXaA13nFDFZ445wCDivDBLolS6JKSh+JrLpAxSBzak7Ps8wz +DPNAtexZz9/hPPzHnGOMlRtew07jk+NX5ZgCxDZGmBHIHOGyab2WoqmpRTll0oP4 +b/DzI3mzrur5lm2NAT3ZJ8bVaWsAJBVTfUye3S4GRWlfGSRVAMk0QHnCkYP42okc +psIKbvdIoS2gxo6kBTMevxciPV2lPIiSrIWH0IGm7AqGM5+Vz7IdbD6fOQd1I3uw +O+1NugMYfScB6jCvSW2uESeRZ+qW/HMXQbU1eiH+x88UIKCCBL4wggS6MIIEtjCC +Ap6gAwIBAgIDCpvzMA0GCSqGSIb3DQEBBQUAMHkxEDAOBgNVBAoTB1Jvb3QgQ0Ex +HjAcBgNVBAsTFWh0dHA6Ly93d3cuY2FjZXJ0Lm9yZzEiMCAGA1UEAxMZQ0EgQ2Vy +dCBTaWduaW5nIEF1dGhvcml0eTEhMB8GCSqGSIb3DQEJARYSc3VwcG9ydEBjYWNl +cnQub3JnMB4XDTExMDgyMzAwMDI1NloXDTEzMDgyMjAwMDI1NlowfDELMAkGA1UE +BhMCQVUxDDAKBgNVBAgTA05TVzEPMA0GA1UEBxMGU3lkbmV5MRQwEgYDVQQKEwtD +QWNlcnQgSW5jLjEeMBwGA1UECxMVU2VydmVyIEFkbWluaXN0cmF0aW9uMRgwFgYD +VQQDEw9vY3NwLmNhY2VydC5vcmcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK +AoIBAQCcxtRv5CPHw3BLdR/k/K72YsRgodbP+UdAONmvBvWzhwm6B8h6O+M64sFr +2w6be7SYBECIyOQgNJ1flK4MoAWhdBA/H5NtxaDOKbAqA27tO9GaevcPp7c518O0 +3hVnlPLvsN1f48nY0jQOXUTfv5nYXmD0OSSK/V3IRo0KsWB6T9UnMGCeEwb4Oqqz +uzM0b4SBflzMEony/m6Tg/qL7qs2TLZAqe77+BZaVdFkDUnaBN7RyMruXySxeXiz +mogT3WhROeloMa/X+E01bWBYBEK7VZIY9pgBpXQ7vDbbIGgYuIXUi20wh03WMy16 +VDYdV0IUXHpidNUeK9W/BPP/7APBAgMBAAGjRDBCMAwGA1UdEwEB/wQCMAAwJwYD +VR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMBBggrBgEFBQcDCTAJBgNVHREEAjAA +MA0GCSqGSIb3DQEBBQUAA4ICAQAoT6p5f3cGprAcgrnzdenfTmDe9LCW7k2VnazA +MAzpsD6gXcSlo4+3hoHem/SpKRH2tqi34DmImCiv/S6fxsKM4Gfn5rlkAFviuTvS +r5Zrwh4ZKSfaoWv4bmbzmcAxvuxdMWHf/5PbjegjzFTbBMekVPZY/abYtD6kdHQZ +VNgzwZVfTBfYhfa+Rg72I2zjKpMsjxMqWfTmUzW6wfK6LFudZqu0U1NnJw+IlnVU +6WtjL885ebQrmcRqWz3nMhVLIu5L3w/s+VTLvm7If6jcMDNUjz8s2BPcJeCXg3TE +STsyl6tvk17RRz2+9JskxVOk11xIn96xR4FCERIid2ek9z1xi7oYOajQF50i/9Gj +ReDEfRSyb4/LzoKDOY+h4Q6jryeHh7WIHFiK5qrBN2y8qOoRJ/OqQnqci/BJBNpe +g9Q9PJRgGSzRndTXNHiYRbeLpq7eGo3sPqlR9qBQ3rd98XGOU0RCMnzjKhENC3qo +5PkSF2xs8RmjWktFSTDwjYo0qf1teo7CGHjgaPjQ7JE8Q4ysFOQndSWmLpqwDcI9 +HfIvPwUIWArQrJRh9LCNSyvHVgLqY9kw8NW4TlMxV2WqaYCkiKi3XVRrSFR3ahS1 +VBvRZ8KpplrV7rhXjVSSqqfLk1sX3l72Ck2F9ON+qbNFmvhgNjSiBY9neMgo804a +wG/pag== diff --git a/openssl/test/ocsp-tests/WIKH_ND1.ors b/openssl/test/ocsp-tests/WIKH_ND1.ors new file mode 100755 index 000000000..a16476fb8 --- /dev/null +++ b/openssl/test/ocsp-tests/WIKH_ND1.ors @@ -0,0 +1,10 @@ +MIIB0woBAKCCAcwwggHIBgkrBgEFBQcwAQEEggG5MIIBtTCBnqIWBBSIRFH/UCpp +Xi2I9CG62QzyzsvqfBgPMjAxMjEwMTEwODQxMTNaMHMwcTBJMAkGBSsOAwIaBQAE +FEi2DTgjjfhFbk7lhD6jlBEYApefBBSJRFH/UCppXi2I9CG62QzyzsvqfAIQIuEz +IiCgSN8psr+aMcKbB4AAGA8yMDEyMTAxMTA4NDExM1qgERgPMjAxMjEwMTUwODQx +MTNaMA0GCSqGSIb3DQEBBQUAA4IBAQCNnhlBMxxh9z5AKfzAxiKs90CfxUsqfYfk +8XlyF9VIfWRfEwzS6MF1pEzLnghRxTAmjrFgK+sxD9wk+S5Mdgw3nbED9DVFH2Hs +RGKm/t9wkvrYOX6yRQqw6uRvU/5cibMjcyzKB/VQMwk4p4FwSUgBv88A5sTkKr2V +eYdEm34hg2TZVkipPMBiyTyBLXs8D/9oALtnczg4xlTRSjDUvqoXL5haqY4QK2Pv +mNwna6ACkwLmSuMe29UQ8IX2PUB4R5Etni5czyiKGxZLm+4NAhuEwWFNEzCyImPc +087gHGU1zx+qVSlajqMJ/9ZXYjbt7WiWdhOTGEv4VMn8dHhRUs32 diff --git a/openssl/test/ocsp-tests/WIKH_ND2.ors b/openssl/test/ocsp-tests/WIKH_ND2.ors new file mode 100755 index 000000000..5aff2abf3 --- /dev/null +++ b/openssl/test/ocsp-tests/WIKH_ND2.ors @@ -0,0 +1,10 @@ +MIIB0woBAKCCAcwwggHIBgkrBgEFBQcwAQEEggG5MIIBtTCBnqIWBBQLWOWLxkwV +N6RAqTCpIb5HNlpW/xgPMjAxMjEwMTAyMzAzMTlaMHMwcTBJMAkGBSsOAwIaBQAE +FOy+ZAvtiWulchtVZmfKU1ZI9ewTBBQMWOWLxkwVN6RAqTCpIb5HNlpW/wIQEaO0 +0OyNt3+doM1dLVEvQoAAGA8yMDEyMTAxMDIzMDMxOVqgERgPMjAxMjEwMTQyMzAz +MTlaMA0GCSqGSIb3DQEBBQUAA4IBAQCHn2nGfEUX/EJruMkTgh7GgB0u9cpAepaD +sPv9gtl3KLUZyR+NbGMIa5/bpoJp0yg1z5VL6CLMusy3AF6Cn2fyaioDxG+yc+gA +PcPFdEqiIMr+TP8s7qcEiE6WZddSSCqCn90VZSCWkpDhnCjDRwJLBBPU3803fdMz +oguvyr7y6Koxik8X/iUe8EpSzAvmm4GZL3veTI+x7IezJSrhCS9zM0ZHjySjoDxC ++ljGH0EuWPTmFEqZVGIq3cuahIYzKItUbYnXU6ipi/2p42qbsFeok7eEN0EYsY1a +vRATHGRmU7Q5HLCq4rQtZC1cis52Mvc9x1W4z/Gt5A3FtgElXXNA diff --git a/openssl/test/ocsp-tests/WIKH_ND3.ors b/openssl/test/ocsp-tests/WIKH_ND3.ors new file mode 100755 index 000000000..4f8a6eaba --- /dev/null +++ b/openssl/test/ocsp-tests/WIKH_ND3.ors @@ -0,0 +1,10 @@ +MIIB1AoBAKCCAc0wggHJBgkrBgEFBQcwAQEEggG6MIIBtjCBn6IWBBStvZh6NLQm +9/rEJlTvA73gJMtUGhgPMjAxMjEwMTExMTM2NDdaMHQwcjBKMAkGBSsOAwIaBQAE +FHyxZlScq9tE7mImFq30ZXv3etWUBBSuvZh6NLQm9/rEJlTvA73gJMtUGgIRAKcN +bJWejX5BTb8DmevkCauAABgPMjAxMjEwMTExMTM2NDdaoBEYDzIwMTIxMDE1MTEz +NjQ3WjANBgkqhkiG9w0BAQUFAAOCAQEAfnj3nh6z+USW6VlDWRytWpNmC1ZRwWlg +P2+G4UF4HE8bMJkuiFLcZEVYTxlTYv+xAEpSFxdInFM2Q5C+O6pWOZ9NbikeR4oZ +FTI1kAZ0Uw+YMpVM4ztvKBIpUSqlbi69iNJ9WGF6qzxVeqobSOyrjjwtTsuglUbR ++mshp/SP7Br2IIK+KM1vgsmVExPfGPYANyk7ki/Q8uUnjqkreeSa9WC2iJLGcybW +YavDhYWALebUGukNeedkloYhdjPboPPxDkKNjakwIG8EkbJK7uXewMOHHOFvFTX3 +K388me8u5iQf4f3fj6ilEgs6f5Szzmb+vklPX0zIny/TVk2+Az7HmA== diff --git a/openssl/test/ocsp-tests/WINH_D1.ors b/openssl/test/ocsp-tests/WINH_D1.ors new file mode 100755 index 000000000..ed627ba66 --- /dev/null +++ b/openssl/test/ocsp-tests/WINH_D1.ors @@ -0,0 +1,32 @@ +MIIFzwoBAKCCBcgwggXEBgkrBgEFBQcwAQEEggW1MIIFsTCBoKIWBBRf2uQDFpGg +Ywh4P1y2H9bZ2/BQNBgPMjAxMjEwMTExMzI5NDJaMHUwczBLMAkGBSsOAwIaBQAE +FKFyDqBqfGICVPKo9Z3Se6Tzty+kBBSwsEr9HHUo+BxhqhP2+sGQPWsWowISESG8 +vx4IzALnkqQG05AvM+2bgAAYDzIwMTIxMDExMTAwMDAwWqARGA8yMDEyMTAxODEw +MDAwMFowCwYJKoZIhvcNAQEFA4IBAQCX3gEX+JVfxuYmxBBxC9sNCi3o76ODIicr +XMvm0DTO9VSyDBl7LDsMMgNMIDtO3flQSlBNZ2B9ikwyckXOSWXiXzybZVMdA/uq +NchgkM9aChrlhG0AHZyYe/+dJSmEBFXkIomy+S6YQ7Mcs2s6WxCeWU7gB4XOy1zO +/CvWjv0WQV1J2lZZ6pkvtECKAEjrVP275LA38HInFbYvVPXWzl4sDcX2TAxwUa4S +xAJAfwl+B+oZSerZWGRo6KjZuB/OB31cB5n/lABmRez6Obi27D0UUCRv/eSbwOF4 +Ofaa/XzJt7sF7WpVgoR41HI88W7aN4vtcw1zcVsBmfRMUNYZSqtfoIID+DCCA/Qw +ggPwMIIC2KADAgECAhIRISdENsrz1CSWG3VIBwfQERQwDQYJKoZIhvcNAQEFBQAw +WTELMAkGA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExLzAtBgNV +BAMTJkdsb2JhbFNpZ24gRXh0ZW5kZWQgVmFsaWRhdGlvbiBDQSAtIEcyMB4XDTEy +MDkxOTA3NDA1MFoXDTEyMTIxOTA4NDA1MFowgYUxCzAJBgNVBAYTAkJFMRkwFwYD +VQQKExBHbG9iYWxTaWduIG52LXNhMUIwQAYDVQQDEzlHbG9iYWxTaWduIEV4dGVu +ZGVkIFZhbGlkYXRpb24gQ0EgLSBHMiBPQ1NQIHJlc3BvbmRlciAtIDIxFzAVBgNV +BAUTDjIwMTIwOTE5MDk0MDAwMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEAnCgMsBO+IxIqCnXCOfXJoIC3wj+f0s4DV9h2gJBzisWXkaJD2DfNrd0kHUXK +qVVPUxnA4G5iZu0Z385/KiOt1/P6vQ/Z2/AsEh/8Z/hIyeZCHL31wrSZW4yLeZwi +M76wPiBHJxPun681HQlVs/OGKSHnbHc1XJAIeA/M8u+lLWqIKB+AJ82TrOqUMj1s +LjGhQNs84xPliONN5K7DrEy+Y65X/rFxN77Smw+UtcH1GgH2NgaHH8dpt1m25sgm +UxZWhdx66opB/lbRQwWdGt7MC0kJFaWHDZq64DTuYoekFYSxAFu0nd0EekEHEJEi +9mquB9cv/96SuEJl8BcUWU/1LwIDAQABo4GEMIGBMAkGA1UdEwQCMAAwDgYDVR0P +AQH/BAQDAgeAMBMGA1UdJQQMMAoGCCsGAQUFBwMJMA8GCSsGAQUFBzABBQQCBQAw +HQYDVR0OBBYEFF/a5AMWkaBjCHg/XLYf1tnb8FA0MB8GA1UdIwQYMBaAFLCwSv0c +dSj4HGGqE/b6wZA9axajMA0GCSqGSIb3DQEBBQUAA4IBAQCKRl1iXFmOQtLseDWP +Y5icDDBGiRi17CGgvIzGJi/ha0PhbO+X0TmQIEnRX3Mu0Er/Mm4RZSjMtJ2iZRh3 +tGf4Dn+jKgKOmgXC3oOG/l8RPHLf0yaPSdn/z0TXtA30vTFBLlFeWnhbfhovea4+ +snPdBxLqWZdtxmiwojgqA7YATCWwavizrBr09YRyDwzgtpZ2BwMruGuFuV9FsEwL +PCM53yFlrM32oFghyfyE5kYjgnnueKM+pw1kA0jgb1CnVJRrMEN1TXuXDAZLtHKG +5X/drah1JtkoZhCzxzZ3bYdVDQJ90OHFqM58lwGD6z3XuPKrHDKZKt+CPIsl5g7p +4J2l diff --git a/openssl/test/ocsp-tests/WINH_D2.ors b/openssl/test/ocsp-tests/WINH_D2.ors new file mode 100755 index 000000000..b89fcf8a9 --- /dev/null +++ b/openssl/test/ocsp-tests/WINH_D2.ors @@ -0,0 +1,32 @@ +MIIF4AoBAKCCBdkwggXVBgkrBgEFBQcwAQEEggXGMIIFwjCBmaIWBBTqlwecTarB +yVdbHxANRLCFYj1mqBgPMjAxMjEwMTExMzMwMTBaMG4wbDBEMAkGBSsOAwIaBQAE +FLhXtbacB/gWIxOOkMkqDr4yAaoxBBRge2YaRQ2XyolQL30EzTSo//z9SwILBAAA +AAABL07hRxCAABgPMjAxMjEwMDEwNjAwMDBaoBEYDzIwMTMwNDE1MDYwMDAwWjAL +BgkqhkiG9w0BAQUDggEBAA0H7bvcULg1GayFtQVrYDyW0feOEMNGLmgaGuwRdrY3 +KuWyNJLUUJKQZnOkdT8A4RpVX8xD4EgVyOqRACUahgdgp0g3QOn+vf2Zyf+NJIgW +woF5qaJgCOeIOw5O6F4r1vUhp8NvqXHotswgG58Nzz6UMD+uyIgq5o8uzOjryEm6 +wO2X+KvN9sMzkeZhNvAHkgBQL8CG4CggWnzn7At1DmhhsizfhDrosigM4Zr6Sm6z +v1YfSPznD0b3TQ7RzvpbJPofF2aJXMIMxdKR5pemuevTDR2+JCXjVPsD/ZODFykc +rsQeqx2vTOIg84PRKboXjCAwHn4rIN7JJtQqebLtD9egggQQMIIEDDCCBAgwggLw +oAMCAQICCwQAAAAAAThXovYBMA0GCSqGSIb3DQEBBQUAMFcxCzAJBgNVBAYTAkJF +MRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRsw +GQYDVQQDExJHbG9iYWxTaWduIFJvb3QgQ0EwHhcNMTIwNzA1MTgwMDAwWhcNMTMw +NzA1MTgwMDAwWjBZMQswCQYDVQQGEwJCRTEZMBcGA1UEChMQR2xvYmFsU2lnbiBu +di1zYTEvMC0GA1UEAxMmR2xvYmFsU2lnbiBPQ1NQIGZvciBSb290IFIxIC0gQnJh +bmNoIDEwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDP2QF8p0+Fb7ID +MwwD1gEr2oazjqbW28EZr3YEyMPk+7VFaGePSO1xjBGIE48Q7m7d6p6ZXCzlBZEi +oudrHSr3WDqdIVKLDrZIDkgEgdjJE72Hq6Pf5CEGXyebbODm4sV96EfewSvOOYLL +866g3aoVhLDK02ny+Q5OsokW7nhnmGMMh10tZqR5VmdQTiw8MgeqUxBEaEO4WH2J +ltgSsgNJBNBYuDgnn5ryzVqhvmCJvYZMYeN6qZFKy1MgHcR+wEpGLPlRL4ttu6e5 +MJrVta7dVFobHUHoFog97LtQT1PY0Ubaihswjge5O04bYeCrgSSjr1e4xH/KDxRw +yyhoscaFAgMBAAGjgdIwgc8wDgYDVR0PAQH/BAQDAgeAMB0GA1UdDgQWBBTqlwec +TarByVdbHxANRLCFYj1mqDBMBgNVHSAERTBDMEEGCSsGAQQBoDIBXzA0MDIGCCsG +AQUFBwIBFiZodHRwczovL3d3dy5nbG9iYWxzaWduLmNvbS9yZXBvc2l0b3J5LzAJ +BgNVHRMEAjAAMBMGA1UdJQQMMAoGCCsGAQUFBwMJMB8GA1UdIwQYMBaAFGB7ZhpF +DZfKiVAvfQTNNKj//P1LMA8GCSsGAQUFBzABBQQCBQAwDQYJKoZIhvcNAQEFBQAD +ggEBAHiC6N1uF29d7CmiVapA8Nr1xLSVeIkBd4A8yHsUTQ7ATI7bwT14QUV4awe7 +8cvmO5ZND8YG1ViwN162WFm9ivSoWBzvWDbU2JhQFb+XzrzCcdn0YbNiTxJh/vYm +uDuxto00dpBgujSOAQv8B90iDEJ+sZpYRzDRj62qStRey0zpq5eX+pA+gdppMUFb +4QvJf0El8TbLCWLN4TjrFe6ju7ZaN9zmgVYGQ2fMHKIGNScLuIA950nYwzRkIfHa +YW6HqP1rCR1EiYmstEeCQyDxJx+RUlh+q8L1BKzaMYhS6s63MZzQuGseYStaCmbC +fBIRKjnK621vAWvc7UR+0hqnZ+U= diff --git a/openssl/test/ocsp-tests/WINH_D3.ors b/openssl/test/ocsp-tests/WINH_D3.ors new file mode 100755 index 000000000..c3d7c9465 --- /dev/null +++ b/openssl/test/ocsp-tests/WINH_D3.ors @@ -0,0 +1,38 @@ +MIIG8AoBAKCCBukwggblBgkrBgEFBQcwAQEEggbWMIIG0jCB+aF+MHwxCzAJBgNV +BAYTAkFVMQwwCgYDVQQIEwNOU1cxDzANBgNVBAcTBlN5ZG5leTEUMBIGA1UEChML +Q0FjZXJ0IEluYy4xHjAcBgNVBAsTFVNlcnZlciBBZG1pbmlzdHJhdGlvbjEYMBYG +A1UEAxMPb2NzcC5jYWNlcnQub3JnGA8yMDEyMTAxMTE0MzkxOFowZjBkMDwwCQYF +Kw4DAhoFAAQUjKTJyxcpGUU+u45zCZG5JfKDImUEFBa1MhvUx/Pg5o7zvdKwOu6y +ORjRAgMLs8aAABgPMjAxMjEwMTExNDIzMjVaoBEYDzIwMTIxMDEzMTQzOTE4WjAN +BgkqhkiG9w0BAQUFAAOCAQEAgdrf+v+BwEhG0ghTLMVmuxWprJr/9VFtpKpxQrTo +egSoW+5JOPCUAStfw3R3u7QM8sJf9bnPorgoCoY1hPKcWNLhvf1Ng3QlVkNa6NcO +EonbuI4KE9Rhoflpf//pD/3AFKzU+ecRs04KtYezKrUvC1RayGabd7bgtIpdFss4 +ZCZ22riqjFtqD3+2//AHg7VaqiJMKlRt05CMmGe+HKn5PEN9HaeI52nsTf+L1Jeh +ItnaDPfV76vFHHXyUhR3iIgnqQDCig0q3yj7BQqH50+K+myiMAY+p8cuVqebno1i +BzXxxpZl/fw1KnTFdEa7p2jtmXw3KZiHAWAddwg1F1tHTaCCBL4wggS6MIIEtjCC +Ap6gAwIBAgIDCpvzMA0GCSqGSIb3DQEBBQUAMHkxEDAOBgNVBAoTB1Jvb3QgQ0Ex +HjAcBgNVBAsTFWh0dHA6Ly93d3cuY2FjZXJ0Lm9yZzEiMCAGA1UEAxMZQ0EgQ2Vy +dCBTaWduaW5nIEF1dGhvcml0eTEhMB8GCSqGSIb3DQEJARYSc3VwcG9ydEBjYWNl +cnQub3JnMB4XDTExMDgyMzAwMDI1NloXDTEzMDgyMjAwMDI1NlowfDELMAkGA1UE +BhMCQVUxDDAKBgNVBAgTA05TVzEPMA0GA1UEBxMGU3lkbmV5MRQwEgYDVQQKEwtD +QWNlcnQgSW5jLjEeMBwGA1UECxMVU2VydmVyIEFkbWluaXN0cmF0aW9uMRgwFgYD +VQQDEw9vY3NwLmNhY2VydC5vcmcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK +AoIBAQCcxtRv5CPHw3BLdR/k/K72YsRgodbP+UdAONmvBvWzhwm6B8h6O+M64sFr +2w6be7SYBECIyOQgNJ1flK4MoAWhdBA/H5NtxaDOKbAqA27tO9GaevcPp7c518O0 +3hVnlPLvsN1f48nY0jQOXUTfv5nYXmD0OSSK/V3IRo0KsWB6T9UnMGCeEwb4Oqqz +uzM0b4SBflzMEony/m6Tg/qL7qs2TLZAqe77+BZaVdFkDUnaBN7RyMruXySxeXiz +mogT3WhROeloMa/X+E01bWBYBEK7VZIY9pgBpXQ7vDbbIGgYuIXUi20wh03WMy16 +VDYdV0IUXHpidNUeK9W/BPP/7APBAgMBAAGjRDBCMAwGA1UdEwEB/wQCMAAwJwYD +VR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMBBggrBgEFBQcDCTAJBgNVHREEAjAA +MA0GCSqGSIb3DQEBBQUAA4ICAQAoT6p5f3cGprAcgrnzdenfTmDe9LCW7k2VnazA +MAzpsD6gXcSlo4+3hoHem/SpKRH2tqi34DmImCiv/S6fxsKM4Gfn5rlkAFviuTvS +r5Zrwh4ZKSfaoWv4bmbzmcAxvuxdMWHf/5PbjegjzFTbBMekVPZY/abYtD6kdHQZ +VNgzwZVfTBfYhfa+Rg72I2zjKpMsjxMqWfTmUzW6wfK6LFudZqu0U1NnJw+IlnVU +6WtjL885ebQrmcRqWz3nMhVLIu5L3w/s+VTLvm7If6jcMDNUjz8s2BPcJeCXg3TE +STsyl6tvk17RRz2+9JskxVOk11xIn96xR4FCERIid2ek9z1xi7oYOajQF50i/9Gj +ReDEfRSyb4/LzoKDOY+h4Q6jryeHh7WIHFiK5qrBN2y8qOoRJ/OqQnqci/BJBNpe +g9Q9PJRgGSzRndTXNHiYRbeLpq7eGo3sPqlR9qBQ3rd98XGOU0RCMnzjKhENC3qo +5PkSF2xs8RmjWktFSTDwjYo0qf1teo7CGHjgaPjQ7JE8Q4ysFOQndSWmLpqwDcI9 +HfIvPwUIWArQrJRh9LCNSyvHVgLqY9kw8NW4TlMxV2WqaYCkiKi3XVRrSFR3ahS1 +VBvRZ8KpplrV7rhXjVSSqqfLk1sX3l72Ck2F9ON+qbNFmvhgNjSiBY9neMgo804a +wG/pag== diff --git a/openssl/test/ocsp-tests/WINH_ND1.ors b/openssl/test/ocsp-tests/WINH_ND1.ors new file mode 100755 index 000000000..af4755260 --- /dev/null +++ b/openssl/test/ocsp-tests/WINH_ND1.ors @@ -0,0 +1,10 @@ +MIIB0woBAKCCAcwwggHIBgkrBgEFBQcwAQEEggG5MIIBtTCBnqIWBBSIRFH/UCpp +Xi2I9CG62QzyzsvqfBgPMjAxMjEwMTEwODQxMTNaMHMwcTBJMAkGBSsOAwIaBQAE +FEm2DTgjjfhFbk7lhD6jlBEYApefBBSIRFH/UCppXi2I9CG62QzyzsvqfAIQIuEz +IiCgSN8psr+aMcKbB4AAGA8yMDEyMTAxMTA4NDExM1qgERgPMjAxMjEwMTUwODQx +MTNaMA0GCSqGSIb3DQEBBQUAA4IBAQCNnhlBMxxh9z5AKfzAxiKs90CfxUsqfYfk +8XlyF9VIfWRfEwzS6MF1pEzLnghRxTAmjrFgK+sxD9wk+S5Mdgw3nbED9DVFH2Hs +RGKm/t9wkvrYOX6yRQqw6uRvU/5cibMjcyzKB/VQMwk4p4FwSUgBv88A5sTkKr2V +eYdEm34hg2TZVkipPMBiyTyBLXs8D/9oALtnczg4xlTRSjDUvqoXL5haqY4QK2Pv +mNwna6ACkwLmSuMe29UQ8IX2PUB4R5Etni5czyiKGxZLm+4NAhuEwWFNEzCyImPc +087gHGU1zx+qVSlajqMJ/9ZXYjbt7WiWdhOTGEv4VMn8dHhRUs32 diff --git a/openssl/test/ocsp-tests/WINH_ND2.ors b/openssl/test/ocsp-tests/WINH_ND2.ors new file mode 100755 index 000000000..99417f792 --- /dev/null +++ b/openssl/test/ocsp-tests/WINH_ND2.ors @@ -0,0 +1,10 @@ +MIIB0woBAKCCAcwwggHIBgkrBgEFBQcwAQEEggG5MIIBtTCBnqIWBBQLWOWLxkwV +N6RAqTCpIb5HNlpW/xgPMjAxMjEwMTAyMzAzMTlaMHMwcTBJMAkGBSsOAwIaBQAE +FO2+ZAvtiWulchtVZmfKU1ZI9ewTBBQLWOWLxkwVN6RAqTCpIb5HNlpW/wIQEaO0 +0OyNt3+doM1dLVEvQoAAGA8yMDEyMTAxMDIzMDMxOVqgERgPMjAxMjEwMTQyMzAz +MTlaMA0GCSqGSIb3DQEBBQUAA4IBAQCHn2nGfEUX/EJruMkTgh7GgB0u9cpAepaD +sPv9gtl3KLUZyR+NbGMIa5/bpoJp0yg1z5VL6CLMusy3AF6Cn2fyaioDxG+yc+gA +PcPFdEqiIMr+TP8s7qcEiE6WZddSSCqCn90VZSCWkpDhnCjDRwJLBBPU3803fdMz +oguvyr7y6Koxik8X/iUe8EpSzAvmm4GZL3veTI+x7IezJSrhCS9zM0ZHjySjoDxC ++ljGH0EuWPTmFEqZVGIq3cuahIYzKItUbYnXU6ipi/2p42qbsFeok7eEN0EYsY1a +vRATHGRmU7Q5HLCq4rQtZC1cis52Mvc9x1W4z/Gt5A3FtgElXXNA diff --git a/openssl/test/ocsp-tests/WINH_ND3.ors b/openssl/test/ocsp-tests/WINH_ND3.ors new file mode 100755 index 000000000..73dc42de2 --- /dev/null +++ b/openssl/test/ocsp-tests/WINH_ND3.ors @@ -0,0 +1,10 @@ +MIIB1AoBAKCCAc0wggHJBgkrBgEFBQcwAQEEggG6MIIBtjCBn6IWBBStvZh6NLQm +9/rEJlTvA73gJMtUGhgPMjAxMjEwMTExMTM2NDdaMHQwcjBKMAkGBSsOAwIaBQAE +FH2xZlScq9tE7mImFq30ZXv3etWUBBStvZh6NLQm9/rEJlTvA73gJMtUGgIRAKcN +bJWejX5BTb8DmevkCauAABgPMjAxMjEwMTExMTM2NDdaoBEYDzIwMTIxMDE1MTEz +NjQ3WjANBgkqhkiG9w0BAQUFAAOCAQEAfnj3nh6z+USW6VlDWRytWpNmC1ZRwWlg +P2+G4UF4HE8bMJkuiFLcZEVYTxlTYv+xAEpSFxdInFM2Q5C+O6pWOZ9NbikeR4oZ +FTI1kAZ0Uw+YMpVM4ztvKBIpUSqlbi69iNJ9WGF6qzxVeqobSOyrjjwtTsuglUbR ++mshp/SP7Br2IIK+KM1vgsmVExPfGPYANyk7ki/Q8uUnjqkreeSa9WC2iJLGcybW +YavDhYWALebUGukNeedkloYhdjPboPPxDkKNjakwIG8EkbJK7uXewMOHHOFvFTX3 +K388me8u5iQf4f3fj6ilEgs6f5Szzmb+vklPX0zIny/TVk2+Az7HmA== diff --git a/openssl/test/ocsp-tests/WKDOSC_D1.ors b/openssl/test/ocsp-tests/WKDOSC_D1.ors new file mode 100755 index 000000000..d7566cf1b --- /dev/null +++ b/openssl/test/ocsp-tests/WKDOSC_D1.ors @@ -0,0 +1,32 @@ +MIIFzwoBAKCCBcgwggXEBgkrBgEFBQcwAQEEggW1MIIFsTCBoKIWBBSpTXftIZX0 +lLT9zwVSQC5Jfp3pqhgPMjAxMjEwMTAxNDU0NDNaMHUwczBLMAkGBSsOAwIaBQAE +FKByDqBqfGICVPKo9Z3Se6Tzty+kBBSwsEr9HHUo+BxhqhP2+sGQPWsWowISESG8 +vx4IzALnkqQG05AvM+2bgAAYDzIwMTIxMDEwMTMwMDAwWqARGA8yMDEyMTAxNzEz +MDAwMFowCwYJKoZIhvcNAQEFA4IBAQBw5Z+0ggEddRTIq7cXlMoxG9Nrx4HtutsH +itIUoZp/rlLoxHsJTo/VmdZvTTGIc7Ok9XuoH61lY/x9glAKsGRjz4Myc9+5rx0O +675lwmOS+uaf3/hRkicVrVr7Pt2ug3R7OXm2MJrohjNKP8lqtLJ0hHP88a8rotKA +r9uz/qHm7K4Uh7dRt/Pnu9MPG74tZeFNN4M1ONMEiRdG39FqzFDXWxwQ3NmyC0Wo +DQn+NklZMknr8mm7IBWpzgU1fTD9R0yv0zdhUZGiEXxvdhm7GJrTET5jS30Ksm5j +o+n39YVu/vGbjyyYx3+WdeQLEyipaGvldSuJpT+R684/RuFWNetcoIID+DCCA/Qw +ggPwMIIC2KADAgECAhIRIcYjwu4UNkR1VGrDbSdFei8wDQYJKoZIhvcNAQEFBQAw +WTELMAkGA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExLzAtBgNV +BAMTJkdsb2JhbFNpZ24gRXh0ZW5kZWQgVmFsaWRhdGlvbiBDQSAtIEcyMB4XDTEy +MDkxOTA3NDAzMVoXDTEyMTIxOTA4NDAzMVowgYUxCzAJBgNVBAYTAkJFMRkwFwYD +VQQKExBHbG9iYWxTaWduIG52LXNhMUIwQAYDVQQDEzlHbG9iYWxTaWduIEV4dGVu +ZGVkIFZhbGlkYXRpb24gQ0EgLSBHMiBPQ1NQIHJlc3BvbmRlciAtIDExFzAVBgNV +BAUTDjIwMTIwOTE5MDkzOTAwMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEAx0kb6QhDH3sEDj4zaysjVzYelq9lZ1cso4R2IyQxaoPaG6GkaCmHA4sz6KP+ +m3ADqplibEUBa/mzCxHW8/oy3NhGMFdbezduZrnRFLbzakOTeIo8VEIM3JPfgREv +CX8nj6Xu7ERD6JO/ZQ9Xr7YVzKKN+3cVZlcMHoGBnOPcO2Sz0AcYyk5m5IsGBRoT +T86j6Cr9PhOPTVwXL6Wxy1KVHsUZXUwnRacV0O4SHWQ4zM9Sablus9fTbh1CgIqW +sKDyzVB4yECXkBVeUlA+cuCaRRVHRiR+jPDSgbU62nnNudEpGG7dyoop6IOvXv2O +ydncWzaukxIVvQ/Ij85kHqs7HQIDAQABo4GEMIGBMAkGA1UdEwQCMAAwDgYDVR0P +AQH/BAQDAgeAMBMGA1UdJQQMMAoGCCsGAQUFBwMJMA8GCSsGAQUFBzABBQQCBQAw +HQYDVR0OBBYEFKlNd+0hlfSUtP3PBVJALkl+nemqMB8GA1UdIwQYMBaAFLCwSv0c +dSj4HGGqE/b6wZA9axajMA0GCSqGSIb3DQEBBQUAA4IBAQCe4rZg61Dmwygl/Uae +BJZog64/FvuB1sfCqKLJTjKOfLcugSTX1TT7bLJbzXRGPQuorI3TIZEOwldIw01d +DTLlsOCHrfHd+bpxgijxPkUuaA4NYnpvqTEMJqPKOC8QYfKupNjAPSuHvwqvqCfO +RCe3jY6xQDO0WCTZ8/xMsOkw+J/YEYqALETf2Ug7k5eRL/TvfLd8Sgi7vPfmUeiW +ptlsbhMOWQoQc+JA3vCI01rrjNq+0kIZ/r8nPGvablRr0Aakk6eDuS2dcReaPwuK +0xE136pJYiXdQ3SA7uwmlorjxmejavyoPCr23TU74DQEt6hhc6uIcabsa4Y8KvJy +RI4G diff --git a/openssl/test/ocsp-tests/WKDOSC_D2.ors b/openssl/test/ocsp-tests/WKDOSC_D2.ors new file mode 100755 index 000000000..757db7542 --- /dev/null +++ b/openssl/test/ocsp-tests/WKDOSC_D2.ors @@ -0,0 +1,32 @@ +MIIF4AoBAKCCBdkwggXVBgkrBgEFBQcwAQEEggXGMIIFwjCBmaIWBBTqlwecTarB +yVdbHxANRLCFYj1mqBgPMjAxMjEwMTAxNDU0NDhaMG4wbDBEMAkGBSsOAwIaBQAE +FLdXtbacB/gWIxOOkMkqDr4yAaoxBBRge2YaRQ2XyolQL30EzTSo//z9SwILBAAA +AAABL07hRxCAABgPMjAxMjEwMDEwNjAwMDBaoBEYDzIwMTMwNDE1MDYwMDAwWjAL +BgkqhkiG9w0BAQUDggEBACkGyoGefA2WuktIerofBoPgeyT8Mry57DxF7IEvX8dI +Adk+MZRo5suYIE2AJty8bohYYiIxS7sZ5nsUM+iyu5cIdmsIwt/YifYsSdHc6DKz +l3Yh4bS27QX05/Vuok3HmEMsRBmensKATMfvGP+TOwhuFeHWAK8KHSCmUbGZFP3A +WKtrhRh/qC4qetMt07z/OKZcqHUYegEpO3xqRJ4MdqRJpV1urjdL/852US0mWAOL +/EPoexWiHiKJmsNy7HAEKFQ+daqdZYM1BTGbS2aj3go/BVqf0xEhRLT0fsdof4Is +1Cy2ZHGbaVEyOQpXsxUEAqEdJcFRcLFGhdgnUjcQ9lqgggQQMIIEDDCCBAgwggLw +oAMCAQICCwQAAAAAAThXovYBMA0GCSqGSIb3DQEBBQUAMFcxCzAJBgNVBAYTAkJF +MRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRsw +GQYDVQQDExJHbG9iYWxTaWduIFJvb3QgQ0EwHhcNMTIwNzA1MTgwMDAwWhcNMTMw +NzA1MTgwMDAwWjBZMQswCQYDVQQGEwJCRTEZMBcGA1UEChMQR2xvYmFsU2lnbiBu +di1zYTEvMC0GA1UEAxMmR2xvYmFsU2lnbiBPQ1NQIGZvciBSb290IFIxIC0gQnJh +bmNoIDEwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDQ2QF8p0+Fb7ID +MwwD1gEr2oazjqbW28EZr3YEyMPk+7VFaGePSO1xjBGIE48Q7m7d6p6ZXCzlBZEi +oudrHSr3WDqdIVKLDrZIDkgEgdjJE72Hq6Pf5CEGXyebbODm4sV96EfewSvOOYLL +866g3aoVhLDK02ny+Q5OsokW7nhnmGMMh10tZqR5VmdQTiw8MgeqUxBEaEO4WH2J +ltgSsgNJBNBYuDgnn5ryzVqhvmCJvYZMYeN6qZFKy1MgHcR+wEpGLPlRL4ttu6e5 +MJrVta7dVFobHUHoFog97LtQT1PY0Ubaihswjge5O04bYeCrgSSjr1e4xH/KDxRw +yyhoscaFAgMBAAGjgdIwgc8wDgYDVR0PAQH/BAQDAgeAMB0GA1UdDgQWBBTqlwec +TarByVdbHxANRLCFYj1mqDBMBgNVHSAERTBDMEEGCSsGAQQBoDIBXzA0MDIGCCsG +AQUFBwIBFiZodHRwczovL3d3dy5nbG9iYWxzaWduLmNvbS9yZXBvc2l0b3J5LzAJ +BgNVHRMEAjAAMBMGA1UdJQQMMAoGCCsGAQUFBwMJMB8GA1UdIwQYMBaAFGB7ZhpF +DZfKiVAvfQTNNKj//P1LMA8GCSsGAQUFBzABBQQCBQAwDQYJKoZIhvcNAQEFBQAD +ggEBAHiC6N1uF29d7CmiVapA8Nr1xLSVeIkBd4A8yHsUTQ7ATI7bwT14QUV4awe7 +8cvmO5ZND8YG1ViwN162WFm9ivSoWBzvWDbU2JhQFb+XzrzCcdn0YbNiTxJh/vYm +uDuxto00dpBgujSOAQv8B90iDEJ+sZpYRzDRj62qStRey0zpq5eX+pA+gdppMUFb +4QvJf0El8TbLCWLN4TjrFe6ju7ZaN9zmgVYGQ2fMHKIGNScLuIA950nYwzRkIfHa +YW6HqP1rCR1EiYmstEeCQyDxJx+RUlh+q8L1BKzaMYhS6s63MZzQuGseYStaCmbC +fBIRKjnK621vAWvc7UR+0hqnZ+U= diff --git a/openssl/test/ocsp-tests/WKDOSC_D3.ors b/openssl/test/ocsp-tests/WKDOSC_D3.ors new file mode 100755 index 000000000..c33179c37 --- /dev/null +++ b/openssl/test/ocsp-tests/WKDOSC_D3.ors @@ -0,0 +1,38 @@ +MIIG8AoBAKCCBukwggblBgkrBgEFBQcwAQEEggbWMIIG0jCB+aF+MHwxCzAJBgNV +BAYTAkFVMQwwCgYDVQQIEwNOU1cxDzANBgNVBAcTBlN5ZG5leTEUMBIGA1UEChML +Q0FjZXJ0IEluYy4xHjAcBgNVBAsTFVNlcnZlciBBZG1pbmlzdHJhdGlvbjEYMBYG +A1UEAxMPb2NzcC5jYWNlcnQub3JnGA8yMDEyMTAxMDE1MTkzOVowZjBkMDwwCQYF +Kw4DAhoFAAQUi6TJyxcpGUU+u45zCZG5JfKDImUEFBa1MhvUx/Pg5o7zvdKwOu6y +ORjRAgMLs8aAABgPMjAxMjEwMTAxNDU2MTdaoBEYDzIwMTIxMDEyMTUxOTM5WjAN +BgkqhkiG9w0BAQUFAAOCAQEAH1Bs3glJoAvCHhgVtN4F/avlKA1St74v7yuD1DIu +cBf/4YRJdxZATXMI8I0TPjSl8L+rRAiUTVd8sPhWQ9XD9WaYKkTEjuQSPp851/81 +zDihz9Kj5Rzo5PYpFsbSps/ALMQSRkrtuX4DCm9fbK7xC+adpbhQDnWW/GXM1+Ob +lv3pHDQXLh2GQbRsaJBgLeSUxIIE7RWJv1N+Ugi5zF8rja5qnJ9DnkilEqMeXQp8 +SThaI+TOe+KHK+7wTp5QkFNIE5l/uKgvSNIOwLe9HDevlSl1wYF6e+mAz3uoQyJa +Ucx8FIoV6CIr+wUd+P8CmNXiQ7M59I8gm3FCDiEvWDQGEaCCBL4wggS6MIIEtjCC +Ap6gAwIBAgIDCpvzMA0GCSqGSIb3DQEBBQUAMHkxEDAOBgNVBAoTB1Jvb3QgQ0Ex +HjAcBgNVBAsTFWh0dHA6Ly93d3cuY2FjZXJ0Lm9yZzEiMCAGA1UEAxMZQ0EgQ2Vy +dCBTaWduaW5nIEF1dGhvcml0eTEhMB8GCSqGSIb3DQEJARYSc3VwcG9ydEBjYWNl +cnQub3JnMB4XDTExMDgyMzAwMDI1NloXDTEzMDgyMjAwMDI1NlowfDELMAkGA1UE +BhMCQVUxDDAKBgNVBAgTA05TVzEPMA0GA1UEBxMGU3lkbmV5MRQwEgYDVQQKEwtD +QWNlcnQgSW5jLjEeMBwGA1UECxMVU2VydmVyIEFkbWluaXN0cmF0aW9uMRgwFgYD +VQQDEw9vY3NwLmNhY2VydC5vcmcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK +AoIBAQCdxtRv5CPHw3BLdR/k/K72YsRgodbP+UdAONmvBvWzhwm6B8h6O+M64sFr +2w6be7SYBECIyOQgNJ1flK4MoAWhdBA/H5NtxaDOKbAqA27tO9GaevcPp7c518O0 +3hVnlPLvsN1f48nY0jQOXUTfv5nYXmD0OSSK/V3IRo0KsWB6T9UnMGCeEwb4Oqqz +uzM0b4SBflzMEony/m6Tg/qL7qs2TLZAqe77+BZaVdFkDUnaBN7RyMruXySxeXiz +mogT3WhROeloMa/X+E01bWBYBEK7VZIY9pgBpXQ7vDbbIGgYuIXUi20wh03WMy16 +VDYdV0IUXHpidNUeK9W/BPP/7APBAgMBAAGjRDBCMAwGA1UdEwEB/wQCMAAwJwYD +VR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMBBggrBgEFBQcDCTAJBgNVHREEAjAA +MA0GCSqGSIb3DQEBBQUAA4ICAQAoT6p5f3cGprAcgrnzdenfTmDe9LCW7k2VnazA +MAzpsD6gXcSlo4+3hoHem/SpKRH2tqi34DmImCiv/S6fxsKM4Gfn5rlkAFviuTvS +r5Zrwh4ZKSfaoWv4bmbzmcAxvuxdMWHf/5PbjegjzFTbBMekVPZY/abYtD6kdHQZ +VNgzwZVfTBfYhfa+Rg72I2zjKpMsjxMqWfTmUzW6wfK6LFudZqu0U1NnJw+IlnVU +6WtjL885ebQrmcRqWz3nMhVLIu5L3w/s+VTLvm7If6jcMDNUjz8s2BPcJeCXg3TE +STsyl6tvk17RRz2+9JskxVOk11xIn96xR4FCERIid2ek9z1xi7oYOajQF50i/9Gj +ReDEfRSyb4/LzoKDOY+h4Q6jryeHh7WIHFiK5qrBN2y8qOoRJ/OqQnqci/BJBNpe +g9Q9PJRgGSzRndTXNHiYRbeLpq7eGo3sPqlR9qBQ3rd98XGOU0RCMnzjKhENC3qo +5PkSF2xs8RmjWktFSTDwjYo0qf1teo7CGHjgaPjQ7JE8Q4ysFOQndSWmLpqwDcI9 +HfIvPwUIWArQrJRh9LCNSyvHVgLqY9kw8NW4TlMxV2WqaYCkiKi3XVRrSFR3ahS1 +VBvRZ8KpplrV7rhXjVSSqqfLk1sX3l72Ck2F9ON+qbNFmvhgNjSiBY9neMgo804a +wG/pag== diff --git a/openssl/test/ocsp-tests/WKIC_D1_Issuer_ICA.pem b/openssl/test/ocsp-tests/WKIC_D1_Issuer_ICA.pem new file mode 100755 index 000000000..93fb70d51 --- /dev/null +++ b/openssl/test/ocsp-tests/WKIC_D1_Issuer_ICA.pem @@ -0,0 +1,27 @@ +-----BEGIN CERTIFICATE----- +MIIEhjCCA26gAwIBAgILBAAAAAABL07hXdQwDQYJKoZIhvcNAQEFBQAwTDEgMB4G +A1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjIxEzARBgNVBAoTCkdsb2JhbFNp +Z24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMTEwNDEzMTAwMDAwWhcNMjIwNDEz +MTAwMDAwWjBZMQswCQYDVQQGEwJCRTEZMBcGA1UEChMQR2xvYmFsU2lnbiBudi1z +YTEvMC0GA1UEAxMmR2xvYmFsU2lnbiBFeHRlbmRlZCBWYWxpZGF0aW9uIENBIC0g +RzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDOoUbMUpq4pbR/WNnN +2EugcgyXW6aIIMO5PUbc0FxSMPb6WU+FX7DbiLSpXysjSKyr9ZJ4FLYyD/tcaoVb +AJDgu2X1WvlPZ37HbCnsk8ArysRe2LDb1r4/mwvAj6ldrvcAAqT8umYROHf+IyAl +VRDFvYK5TLFoxuJwe4NcE2fBofN8C6iZmtDimyUxyCuNQPZSY7GgrVou9Xk2bTUs +Dt0F5NDiB0i3KF4r1VjVbNAMoQFGAVqPxq9kx1UBXeHRxmxQJaAFrQCrDI1la93r +wnJUyQ88ABeHIu/buYZ4FlGud9mmKE3zWI2DZ7k0JZscUYBR84OSaqOuR5rW5Isb +wO2xAgMBAAGjggFaMIIBVjAOBgNVHQ8BAf8EBAMCAQYwEgYDVR0TAQH/BAgwBgEB +/wIBADAdBgNVHQ4EFgQUsLBK/Rx1KPgcYaoT9vrBkD1rFqMwRwYDVR0gBEAwPjA8 +BgRVHSAAMDQwMgYIKwYBBQUHAgEWJmh0dHBzOi8vd3d3Lmdsb2JhbHNpZ24uY29t +L3JlcG9zaXRvcnkvMDYGA1UdHwQvMC0wK6ApoCeGJWh0dHA6Ly9jcmwuZ2xvYmFs +c2lnbi5uZXQvcm9vdC1yMi5jcmwwRAYIKwYBBQUHAQEEODA2MDQGCCsGAQUFBzAB +hihodHRwOi8vb2NzcC5nbG9iYWxzaWduLmNvbS9FeHRlbmRlZFNTTENBMCkGA1Ud +JQQiMCAGCCsGAQUFBwMBBggrBgEFBQcDAgYKKwYBBAGCNwoDAzAfBgNVHSMEGDAW +gBSb4gdXZxwewGoG3lm0mi3f3BmGLjANBgkqhkiG9w0BAQUFAAOCAQEAL0m28rZa +pJWrnlrpK4KbzJBrfHRFIOde2Mcj7ig1sTVlKqVR4FU/9oNntOQ2KbDa7JeVqYoF +o0X+Iy5SiLQfEICt0oufo1+oxetz3nmIQZgz7qdgGLFGyUAQB5yPClLJExoGbqCb +LTr2rk/no1E1KlsYBRLlUdy2NmLz4aQP++TPw5S/EauhWTEB8MxT7I9j12yW00gq +iiPtRVaoZkHqAblH7qFHDBTxI+Egc8p9UHxkOFejj0qcm+ltRc9Ea01gIEBxJbVG +qmwIft/I+shWKpLLg7h5CZctXqEBzgbttJfJBNxB7+BPNk3kQHNG7BESfIhbNCYl +TercGL7FG81kwA== +-----END CERTIFICATE----- diff --git a/openssl/test/ocsp-tests/WKIC_D2_Issuer_Root.pem b/openssl/test/ocsp-tests/WKIC_D2_Issuer_Root.pem new file mode 100755 index 000000000..61db7ae3e --- /dev/null +++ b/openssl/test/ocsp-tests/WKIC_D2_Issuer_Root.pem @@ -0,0 +1,21 @@ +-----BEGIN CERTIFICATE----- +MIIDdTCCAl2gAwIBAgILBAAAAAABFUtaw5QwDQYJKoZIhvcNAQEFBQAwVzELMAkG +A1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExEDAOBgNVBAsTB1Jv +b3QgQ0ExGzAZBgNVBAMTEkdsb2JhbFNpZ24gUm9vdCBDQTAeFw05ODA5MDExMjAw +MDBaFw0yODAxMjgxMjAwMDBaMFcxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9i +YWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRswGQYDVQQDExJHbG9iYWxT +aWduIFJvb3QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDbDuaZ +jc6j40+Kfvvxi4Mla+pIH/EqsLmVEQS98GPR4mdmzxzdzxtIK+6NiY6arymAZavp +xy0Sy6scTHAHoT0KMM0VjU/43dSMUBUc71DuxC73/OlS8pF94G3VNTCOXkNz8kHp +1Wrjsok6Vjk4bwY8iGlbKk3Fp1S4bInMm/k8yuX9ifUSPJJ4ltbcdG6TRGHRjcdG +snUOhugZitVtbNV4FpWi6cgKOOvyJBNPc1STE4U6G7weNLWLBYy5d4ux2x8gkasJ +U26Qzns3dLlwR5EiUWMWea6xrkEmCMgZK9FGqkjWZCrXgzT/LCrBbBlDSgeF59N8 +9iFo7+ryUp9/k5DPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8E +BTADAQH/MB0GA1UdDgQWBBRge2YaRQ2XyolQL30EzTSo//z9SzANBgkqhkiG9w0B +AQUFAAOCAQEA1nPnfE920I2/7LqivjTFKDK1fPxsnCwrvQmeU79rXqoRSLblCKOz +yj1hTdNGCbM+w6DjY1Ub8rrvrTnhQ7k4o+YviiY776BQVvnGCv04zcQLcFGUl5gE +38NflNUVyRRBnMRddWQVDf9VMOyGj/8N7yy5Y0b2qvzfvGn9LhJIZJrglfCm7ymP +AbEVtQwdpf5pLGkkeB6zpxxxYu7KyJesF12KwvhHhm4qxFYxldBniYUr+WymXUad +DKqC5JlR3XC321Y9YeRq4VzW9v493kHMB65jUr9TU/Qr6cf9tveCX4XSQRjbgbME +HMUfpIBvFSDJ3gyICh3WZlXi/EjJKSZp4A== +-----END CERTIFICATE----- diff --git a/openssl/test/ocsp-tests/WKIC_D3_Issuer_Root.pem b/openssl/test/ocsp-tests/WKIC_D3_Issuer_Root.pem new file mode 100755 index 000000000..f03432b41 --- /dev/null +++ b/openssl/test/ocsp-tests/WKIC_D3_Issuer_Root.pem @@ -0,0 +1,41 @@ +-----BEGIN CERTIFICATE----- +MIIHPTCCBSWgAwIBAgIBADANBgkqhkiG9w0BAQQFADB5MRAwDgYDVQQKEwdSb290 +IENBMR4wHAYDVQQLExVodHRwOi8vd3d3LmNhY2VydC5vcmcxIjAgBgNVBAMTGUNB +IENlcnQgU2lnbmluZyBBdXRob3JpdHkxITAfBgkqhkiG9w0BCQEWEnN1cHBvcnRA +Y2FjZXJ0Lm9yZzAeFw0wMzAzMzAxMjI5NDlaFw0zMzAzMjkxMjI5NDlaMHkxEDAO +BgNVBAoTB1Jvb3QgQ0ExHjAcBgNVBAsTFWh0dHA6Ly93d3cuY2FjZXJ0Lm9yZzEi +MCAGA1UEAxMZQ0EgQ2VydCBTaWduaW5nIEF1dGhvcml0eTEhMB8GCSqGSIb3DQEJ +ARYSc3VwcG9ydEBjYWNlcnQub3JnMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIIC +CgKCAgEAzyLA4kZ97DYoB1CW8qAzQIxL8TtmPzHlawI229Z89vGIj053NgVBlfkJ +8BLPRoZzYLdufujAWGSuzbCtRRcMY/pnCujW0r8+55jE8Ez64AO7NV1sId6eINm6 +zWYyN3L69wj1x81YyY7nDl7qPv4coRQKFWyGhFtkZip6qUtTefWIonvuLwphK42y +fk1WpRPs6tqSnqxEQR5YYGUFZvjARL3LlPdCfgv3ZWiYUQXw8wWRBB0bF4LsyFe7 +w2t6iPGwcswlWyCR7BYCEo8y6RcYSNDHBS4CMEK4JZwFaz+qOqfrU0j36NK2B5jc +G8Y0f3/JHIJ6BVgrCFvzOKKrF11myZjXnhCLotLddJr3cQxyYN/Nb5gznZY0dj4k +epKwDpUeb+agRThHqtdB7Uq3EvbXG4OKDy7YCbZZ16oE/9KTfWgu3YtLq1i6L43q +laegw1SJpfvbi1EinbLDvhG+LJGGi5Z4rSDTii8aP8bQUWWHIbEZAWV/RRyH9XzQ +QUxPKZgh/TMfdQwEUfoZd9vUFBzugcMd9Zi3aQaRIt0AUMyBMawSB3s42mhb5ivU +fslfrejrckzzAeVLIL+aplfKkQABi6F1ITe1Yw1nPkZPcCBnzsXWWdsC4PDSy826 +YreQQejdIOQpvGQpQsgi3Hia/0PsmBsJUUtaWsJx8cTLc6nloQsCAwEAAaOCAc4w +ggHKMB0GA1UdDgQWBBQWtTIb1Mfz4OaO873SsDrusjkY0TCBowYDVR0jBIGbMIGY +gBQWtTIb1Mfz4OaO873SsDrusjkY0aF9pHsweTEQMA4GA1UEChMHUm9vdCBDQTEe +MBwGA1UECxMVaHR0cDovL3d3dy5jYWNlcnQub3JnMSIwIAYDVQQDExlDQSBDZXJ0 +IFNpZ25pbmcgQXV0aG9yaXR5MSEwHwYJKoZIhvcNAQkBFhJzdXBwb3J0QGNhY2Vy +dC5vcmeCAQAwDwYDVR0TAQH/BAUwAwEB/zAyBgNVHR8EKzApMCegJaAjhiFodHRw +czovL3d3dy5jYWNlcnQub3JnL3Jldm9rZS5jcmwwMAYJYIZIAYb4QgEEBCMWIWh0 +dHBzOi8vd3d3LmNhY2VydC5vcmcvcmV2b2tlLmNybDA0BglghkgBhvhCAQgEJxYl +aHR0cDovL3d3dy5jYWNlcnQub3JnL2luZGV4LnBocD9pZD0xMDBWBglghkgBhvhC +AQ0ESRZHVG8gZ2V0IHlvdXIgb3duIGNlcnRpZmljYXRlIGZvciBGUkVFIGhlYWQg +b3ZlciB0byBodHRwOi8vd3d3LmNhY2VydC5vcmcwDQYJKoZIhvcNAQEEBQADggIB +ACjH7pyCArpcgBLKNQodgW+JapnM8mgPf6fhjViVPr3yBsOQWqy1YPaZQwGjiHCc +nWKdpIevZ1gNMDY75q1I08t0AoZxPuIrA2jxNGJARjtT6ij0rPtmlVOKTV39O9lg +18p5aTuxZZKmxoGCXJzN600BiqXfEVWqFcofN8CCmHBh22p8lqOOLlQ+TyGpkO/c +gr/c6EWtTZBzCDyUZbAEmXZ/4rzCahWqlwQ3JNgelE5tDlG+1sSPypZt90Pf6DBl +Jzt7u0NDY8RD97LsaMzhGY4i+5jhe1o+ATc7iwiwovOVThrLm82asduycPAtStvY +sONvRUgzEv/+PDIqVPfE94rwiCPCR/5kenHA0R6mY7AHfqQv0wGP3J8rtsYIqQ+T +SCX8Ev2fQtzzxD72V7DX3WnRBnc0CkvSyqD/HMaMyRa+xMwyN2hzXwj7UfdJUzYF +CpUCTPJ5GhD22Dp1nPMd8aINcGeGG7MW9S/lpOt5hvk9C8JzC6WZrG/8Z7jlLwum +GCSNe9FINSkYQKyTYOGWhlC0elnYjyELn8+CkcY7v2vcB5G5l1YjqrZslMZIBjzk +zk6q5PYvCdxTby78dOs6Y5nCpqyJvKeyRKANihDjbPIky/qbn3BHLt4Ui9SyIAmW +omTxJBzcoTWcFbLUvFUufQb1nA5V9FrWk9p2rSVzTMVD +-----END CERTIFICATE----- diff --git a/openssl/test/ocsp-tests/WKIC_ND1_Issuer_ICA.pem b/openssl/test/ocsp-tests/WKIC_ND1_Issuer_ICA.pem new file mode 100755 index 000000000..f0d981131 --- /dev/null +++ b/openssl/test/ocsp-tests/WKIC_ND1_Issuer_ICA.pem @@ -0,0 +1,29 @@ +-----BEGIN CERTIFICATE----- +MIIFBjCCA+6gAwIBAgIQEaO00OyNt3+doM1dLVEvQjANBgkqhkiG9w0BAQUFADCB +gTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G +A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxJzAlBgNV +BAMTHkNPTU9ETyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0xMDA1MjQwMDAw +MDBaFw0yMDA1MzAxMDQ4MzhaMIGOMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3Jl +YXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01P +RE8gQ0EgTGltaXRlZDE0MDIGA1UEAxMrQ09NT0RPIEV4dGVuZGVkIFZhbGlkYXRp +b24gU2VjdXJlIFNlcnZlciBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC +ggEBAM1KljPNJY1n7iiWN4dG8PYEooR/U6qW5h+xAhxu7X0h1Nc8HqLYaS+ot/Wi +7WRYZOFEZTZJQSABjTsT4gjzDPJXOZM3txyTRIOOvy3xoQV12m7ue28b6naDKHRK +HCvT9cQDcpOvhs4JjDx11MkKL3Lzrb0OMDyEoXMfAyUUpY/D1vS15N2GevUZumjy +hVSiMBHK0ZLLO3QGEqA3q2rYVBHfbJoWlLm0p2XGdC0x801S6VVRn8s+oo12mHDS +b6ZlRS8bhbtbbfnywARmE4R6nc4n2PREnr+svpnba0/bWCGwiSe0jzLWS15ykV7f +BZ3ZSS/0tm9QH3XLgJ3m0+TR8tMCAwEAAaOCAWkwggFlMB8GA1UdIwQYMBaAFAtY +5YvGTBU3pECpMKkhvkc2Wlb/MB0GA1UdDgQWBBSIRFH/UCppXi2I9CG62Qzyzsvq +fDAOBgNVHQ8BAf8EBAMCAQYwEgYDVR0TAQH/BAgwBgEB/wIBADA+BgNVHSAENzA1 +MDMGBFUdIAAwKzApBggrBgEFBQcCARYdaHR0cHM6Ly9zZWN1cmUuY29tb2RvLmNv +bS9DUFMwSQYDVR0fBEIwQDA+oDygOoY4aHR0cDovL2NybC5jb21vZG9jYS5jb20v +Q09NT0RPQ2VydGlmaWNhdGlvbkF1dGhvcml0eS5jcmwwdAYIKwYBBQUHAQEEaDBm +MD4GCCsGAQUFBzAChjJodHRwOi8vY3J0LmNvbW9kb2NhLmNvbS9DT01PRE9BZGRU +cnVzdFNlcnZlckNBLmNydDAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuY29tb2Rv +Y2EuY29tMA0GCSqGSIb3DQEBBQUAA4IBAQCaQ7+vpHJezX1vf/T8PYy7cOYe3QT9 +P9ydn7+JdpvyhjH8f7PtKpFTLOKqsOPILHH3FYojHPFpLoH7sbxiC6saVBzZIl40 +TKX2Iw9dej3bQ81pfhc3Us1TocIR1FN4J2TViUFNFlW7kMvw2OTd3dMJZEgo/zIj +hC+Me1UvzymINzR4DzOq/7fylqSbRIC1vmxWVKukgZ4lGChUOn8sY89ZIIwYazgs +tN3t40DeDDYlV5rA0WCeXgNol64aO+pF11GZSe5EWVYLXrGPaOqKnsrSyaADfnAl +9DLJTlCDh6I0SD1PNXf82Ijq9n0ezkO21cJqfjhmY03n7jLvDyToKmf6 +-----END CERTIFICATE----- diff --git a/openssl/test/ocsp-tests/WKIC_ND2_Issuer_Root.pem b/openssl/test/ocsp-tests/WKIC_ND2_Issuer_Root.pem new file mode 100755 index 000000000..14d35cf1c --- /dev/null +++ b/openssl/test/ocsp-tests/WKIC_ND2_Issuer_Root.pem @@ -0,0 +1,23 @@ +-----BEGIN CERTIFICATE----- +MIID0DCCArigAwIBAgIQIKTEf93f4cdTYwcTiHdgEjANBgkqhkiG9w0BAQUFADCB +gTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G +A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxJzAlBgNV +BAMTHkNPTU9ETyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0xMTAxMDEwMDAw +MDBaFw0zMDEyMzEyMzU5NTlaMIGBMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3Jl +YXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01P +RE8gQ0EgTGltaXRlZDEnMCUGA1UEAxMeQ09NT0RPIENlcnRpZmljYXRpb24gQXV0 +aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0UCLi3LjkRv3 +UcEbVASY06m/weaKXTuH+7uIzg3jLz8GlvCiKVCZrts7oVewdFFxze1CkU1B/qnI +2GqGd0S7WWaXUF601CxwRM/aN5VCaTwwxHGzUvAhTaHYujl8HJ6jJJ3ygxaYqhZ8 +Q5sVW7euNJH+1GImGEaaP+vB+fGQV+useg2L23IwambV4EajcNxo2f8ESIl33rXp ++2dtQem8Ob0y2WIC8bGoPW43nOIv4tOiJovGuFVDiOEjPqXSJDlqR6sA1KGzqSX+ +DT+nHbrTUcELpNqsOO9VUCQFZUaTNE8tja3G1CEZ0o7KBWFxB3NH5YoZEr0ETc5O +nKVIrLsm9wIDAQABo0IwQDAdBgNVHQ4EFgQUC1jli8ZMFTekQKkwqSG+RzZaVv8w +DgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEFBQAD +ggEBAC/JxBwHO89hAgCx2SFRdXIDMLDEFh9sAIsQrK/xR9SuEDwMGvjUk2ysEDd8 +t6aDZK3N3w6HM503sMZ7OHKx8xoOo/lVem0DZgMXlUrxsXrfViEGQo+x06iF3u6X +HWLrp+cxEmbDD6ZLLkGC9/3JG6gbr+48zuOcrigHoSybJMIPIyaDMouGDx8rEkYl +Fo92kANr3ryqImhrjKGsKxE5pttwwn1y6TPn/CbxdFqR5p2ErPioBhlG5qfpqjQi +pKGfeq23sqSaM4hxAjwu1nqyH6LKwN0vEJT9s4yEIHlG1QXUEOTS22RPuFvuG8Ug +R1uUq27UlTMdphVx8fiUylQ5PsE= +-----END CERTIFICATE----- diff --git a/openssl/test/ocsp-tests/WKIC_ND3_Issuer_Root.pem b/openssl/test/ocsp-tests/WKIC_ND3_Issuer_Root.pem new file mode 100755 index 000000000..ba7fb8dce --- /dev/null +++ b/openssl/test/ocsp-tests/WKIC_ND3_Issuer_Root.pem @@ -0,0 +1,25 @@ +-----BEGIN CERTIFICATE----- +MIIENjCCAx6gAwIBAgIBATANBgkqhkiG9w0BAQUFADBvMQswCQYDVQQGEwJTRTEU +MBIGA1UEChMLQWRkVHJ1c3QgQUIxJjAkBgNVBAsTHUFkZFRydXN0IEV4dGVybmFs +IFRUUCBOZXR3b3JrMSIwIAYDVQQDExlBZGRUcnVzdCBFeHRlcm5hbCBDQSBSb290 +MB4XDTAwMDUzMDEwNDgzOFoXDTIwMDUzMDEwNDgzOFowbzELMAkGA1UEBhMCU0Ux +FDASBgNVBAoTC0FkZFRydXN0IEFCMSYwJAYDVQQLEx1BZGRUcnVzdCBFeHRlcm5h +bCBUVFAgTmV0d29yazEiMCAGA1UEAxMZQWRkVHJ1c3QgRXh0ZXJuYWwgQ0EgUm9v +dDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALj3GjPm8gAELTngTlvt +H7xsD821+iO2zt6bETOXpClMfZOfvUq8k+0DGuOPz+VtUFrWlymUWoCwSXrbLpX9 +uMq/NzgtHj6RQa1wVsfwTz/oMp50ysiQVOnGXw94nZpAPA6sYapeFI+eh6FqUNzX +mk6vBbOmcZSccbNQYArHE504B4YCqOmoaSYYkKtMsE8jqzpPhNjfzp/haW+710LX +a0Tkx63ubUFfclpxCDezeWWkWaCUN/cALw3CknLa0Dhy2xSoRcRdKn23tNbE7qzN +E0S3ySvdQwAl+mG5aWpYIxG3pzOPVnVZ9c0p10a3CitlttNCbxWyuHv77+ldU9U0 +WicCAwEAAaOB3DCB2TAdBgNVHQ4EFgQUrb2YejS0Jvf6xCZU7wO94CTLVBowCwYD +VR0PBAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wgZkGA1UdIwSBkTCBjoAUrb2YejS0 +Jvf6xCZU7wO94CTLVBqhc6RxMG8xCzAJBgNVBAYTAlNFMRQwEgYDVQQKEwtBZGRU +cnVzdCBBQjEmMCQGA1UECxMdQWRkVHJ1c3QgRXh0ZXJuYWwgVFRQIE5ldHdvcmsx +IjAgBgNVBAMTGUFkZFRydXN0IEV4dGVybmFsIENBIFJvb3SCAQEwDQYJKoZIhvcN +AQEFBQADggEBALCb4IUlwtYj4g+WBpKdQZic2YR5gdkeWxQHIzZlj7DYd7usQWxH +YINRsPkyPef89iYTx4AWpb9a/IfPeHmJIZriTAcKhjW88t5RxNKWt9x+Tu5w/Rw5 +6wwCURQtjr0W4MHfRnXnJK3s9EK0hZNwEGe6nQY1ShjTK3rMUUKhemPR5ruhxSvC +Nr4TDea9Y355e6cJDUCrat2PisP29owaQgVR1EX1n6diIWgVIEM8med8vSTYqZEX +c4g/VhsxOBi0cQ+azcgOno4uG+GMmIPLHzHxREzGBHNJdmAPx/i9F4BrLunMTA5a +mnkPIAou1Z5jJh5VkpTYghdae9C8x49OhgQ= +-----END CERTIFICATE----- diff --git a/openssl/test/ocsp-tests/WRID_D1.ors b/openssl/test/ocsp-tests/WRID_D1.ors new file mode 100755 index 000000000..658978219 --- /dev/null +++ b/openssl/test/ocsp-tests/WRID_D1.ors @@ -0,0 +1,32 @@ +MIIFzwoBAKCCBcgwggXEBgkrBgEFBQcwAQEEggW1MIIFsTCBoKIWBBRg2uQDFpGg +Ywh4P1y2H9bZ2/BQNBgPMjAxMjEwMTExMTI1MjJaMHUwczBLMAkGBSsOAwIaBQAE +FKByDqBqfGICVPKo9Z3Se6Tzty+kBBSwsEr9HHUo+BxhqhP2+sGQPWsWowISESG8 +vx4IzALnkqQG05AvM+2bgAAYDzIwMTIxMDExMTAwMDAwWqARGA8yMDEyMTAxODEw +MDAwMFowCwYJKoZIhvcNAQEFA4IBAQAHQBPHdHWNzaFs5bfBvQcvxBWsDnsCFXNs +a1fECiWDFNt6Nz4MCBY4rC7n0nhQfvg4m1woNcTAZVO8lacYomwUU/5/XpeFM6yc +NeFcVbfVXA48GWPANitNQCwyRL5hGfIqNy1I9T1BHlBqYusmJKy65r2iqpmld/hD +7S1dsCd4fXhjBQQORPmBqhKvWEU08Dh5aoaDAuaZoxRH8B1q+mUs0ODOIu34L84y +JcxTKccd/HCwI8oxwLoBtyXSHb+dCzc7zSjFvQhbT5dOCvJNNe/fk6+EhMtQ6ybC +D7p9EShCvU5jAdw54bZWk5wIQSvsWk9axUmYFFLYI3hAaoybpFVroIID+DCCA/Qw +ggPwMIIC2KADAgECAhIRISdENsrz1CSWG3VIBwfQERQwDQYJKoZIhvcNAQEFBQAw +WTELMAkGA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExLzAtBgNV +BAMTJkdsb2JhbFNpZ24gRXh0ZW5kZWQgVmFsaWRhdGlvbiBDQSAtIEcyMB4XDTEy +MDkxOTA3NDA1MFoXDTEyMTIxOTA4NDA1MFowgYUxCzAJBgNVBAYTAkJFMRkwFwYD +VQQKExBHbG9iYWxTaWduIG52LXNhMUIwQAYDVQQDEzlHbG9iYWxTaWduIEV4dGVu +ZGVkIFZhbGlkYXRpb24gQ0EgLSBHMiBPQ1NQIHJlc3BvbmRlciAtIDIxFzAVBgNV +BAUTDjIwMTIwOTE5MDk0MDAwMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEAnCgMsBO+IxIqCnXCOfXJoIC3wj+f0s4DV9h2gJBzisWXkaJD2DfNrd0kHUXK +qVVPUxnA4G5iZu0Z385/KiOt1/P6vQ/Z2/AsEh/8Z/hIyeZCHL31wrSZW4yLeZwi +M76wPiBHJxPun681HQlVs/OGKSHnbHc1XJAIeA/M8u+lLWqIKB+AJ82TrOqUMj1s +LjGhQNs84xPliONN5K7DrEy+Y65X/rFxN77Smw+UtcH1GgH2NgaHH8dpt1m25sgm +UxZWhdx66opB/lbRQwWdGt7MC0kJFaWHDZq64DTuYoekFYSxAFu0nd0EekEHEJEi +9mquB9cv/96SuEJl8BcUWU/1LwIDAQABo4GEMIGBMAkGA1UdEwQCMAAwDgYDVR0P +AQH/BAQDAgeAMBMGA1UdJQQMMAoGCCsGAQUFBwMJMA8GCSsGAQUFBzABBQQCBQAw +HQYDVR0OBBYEFF/a5AMWkaBjCHg/XLYf1tnb8FA0MB8GA1UdIwQYMBaAFLCwSv0c +dSj4HGGqE/b6wZA9axajMA0GCSqGSIb3DQEBBQUAA4IBAQCKRl1iXFmOQtLseDWP +Y5icDDBGiRi17CGgvIzGJi/ha0PhbO+X0TmQIEnRX3Mu0Er/Mm4RZSjMtJ2iZRh3 +tGf4Dn+jKgKOmgXC3oOG/l8RPHLf0yaPSdn/z0TXtA30vTFBLlFeWnhbfhovea4+ +snPdBxLqWZdtxmiwojgqA7YATCWwavizrBr09YRyDwzgtpZ2BwMruGuFuV9FsEwL +PCM53yFlrM32oFghyfyE5kYjgnnueKM+pw1kA0jgb1CnVJRrMEN1TXuXDAZLtHKG +5X/drah1JtkoZhCzxzZ3bYdVDQJ90OHFqM58lwGD6z3XuPKrHDKZKt+CPIsl5g7p +4J2l diff --git a/openssl/test/ocsp-tests/WRID_D2.ors b/openssl/test/ocsp-tests/WRID_D2.ors new file mode 100755 index 000000000..4e11e4b27 --- /dev/null +++ b/openssl/test/ocsp-tests/WRID_D2.ors @@ -0,0 +1,32 @@ +MIIF4AoBAKCCBdkwggXVBgkrBgEFBQcwAQEEggXGMIIFwjCBmaIWBBTrlwecTarB +yVdbHxANRLCFYj1mqBgPMjAxMjEwMTExMTI1MjVaMG4wbDBEMAkGBSsOAwIaBQAE +FLdXtbacB/gWIxOOkMkqDr4yAaoxBBRge2YaRQ2XyolQL30EzTSo//z9SwILBAAA +AAABL07hRxCAABgPMjAxMjEwMDEwNjAwMDBaoBEYDzIwMTMwNDE1MDYwMDAwWjAL +BgkqhkiG9w0BAQUDggEBAHThkPoy6eA7qX9y5C5b1ElRSwdjzsd15OJSqP2yjQbS +Ol1K8DWtX0UhTfRH+CrIPoWL40g2HjXtIVeMD6s3hakYimZUenIJ/IRRSVWp+EXU +MewgTVPz/wJN/9dJIkSbOI/BmpIGlaaBaLwcb39nJjZMq0sXj8jRI5i0isotOAFz +Zc0R20viBEH099KuGktB2fKKEpVbbWPljTxKzkIBs9SXZBIqd/X2MWzQWcLKzhL0 +oynkvqxTFqNVjjZKcKSXPS/XEUufLrv/E3xQZYAfTJr778kFkyA8JzrXiH6W5DX6 +UbqsnO5DaPZvMDfvlQWETkoS1j+Qgu2mIWzdiw7sPrOgggQQMIIEDDCCBAgwggLw +oAMCAQICCwQAAAAAAThXovYBMA0GCSqGSIb3DQEBBQUAMFcxCzAJBgNVBAYTAkJF +MRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRsw +GQYDVQQDExJHbG9iYWxTaWduIFJvb3QgQ0EwHhcNMTIwNzA1MTgwMDAwWhcNMTMw +NzA1MTgwMDAwWjBZMQswCQYDVQQGEwJCRTEZMBcGA1UEChMQR2xvYmFsU2lnbiBu +di1zYTEvMC0GA1UEAxMmR2xvYmFsU2lnbiBPQ1NQIGZvciBSb290IFIxIC0gQnJh +bmNoIDEwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDP2QF8p0+Fb7ID +MwwD1gEr2oazjqbW28EZr3YEyMPk+7VFaGePSO1xjBGIE48Q7m7d6p6ZXCzlBZEi +oudrHSr3WDqdIVKLDrZIDkgEgdjJE72Hq6Pf5CEGXyebbODm4sV96EfewSvOOYLL +866g3aoVhLDK02ny+Q5OsokW7nhnmGMMh10tZqR5VmdQTiw8MgeqUxBEaEO4WH2J +ltgSsgNJBNBYuDgnn5ryzVqhvmCJvYZMYeN6qZFKy1MgHcR+wEpGLPlRL4ttu6e5 +MJrVta7dVFobHUHoFog97LtQT1PY0Ubaihswjge5O04bYeCrgSSjr1e4xH/KDxRw +yyhoscaFAgMBAAGjgdIwgc8wDgYDVR0PAQH/BAQDAgeAMB0GA1UdDgQWBBTqlwec +TarByVdbHxANRLCFYj1mqDBMBgNVHSAERTBDMEEGCSsGAQQBoDIBXzA0MDIGCCsG +AQUFBwIBFiZodHRwczovL3d3dy5nbG9iYWxzaWduLmNvbS9yZXBvc2l0b3J5LzAJ +BgNVHRMEAjAAMBMGA1UdJQQMMAoGCCsGAQUFBwMJMB8GA1UdIwQYMBaAFGB7ZhpF +DZfKiVAvfQTNNKj//P1LMA8GCSsGAQUFBzABBQQCBQAwDQYJKoZIhvcNAQEFBQAD +ggEBAHiC6N1uF29d7CmiVapA8Nr1xLSVeIkBd4A8yHsUTQ7ATI7bwT14QUV4awe7 +8cvmO5ZND8YG1ViwN162WFm9ivSoWBzvWDbU2JhQFb+XzrzCcdn0YbNiTxJh/vYm +uDuxto00dpBgujSOAQv8B90iDEJ+sZpYRzDRj62qStRey0zpq5eX+pA+gdppMUFb +4QvJf0El8TbLCWLN4TjrFe6ju7ZaN9zmgVYGQ2fMHKIGNScLuIA950nYwzRkIfHa +YW6HqP1rCR1EiYmstEeCQyDxJx+RUlh+q8L1BKzaMYhS6s63MZzQuGseYStaCmbC +fBIRKjnK621vAWvc7UR+0hqnZ+U= diff --git a/openssl/test/ocsp-tests/WRID_D3.ors b/openssl/test/ocsp-tests/WRID_D3.ors new file mode 100755 index 000000000..61e2d0968 --- /dev/null +++ b/openssl/test/ocsp-tests/WRID_D3.ors @@ -0,0 +1,38 @@ +MIIG8AoBAKCCBukwggblBgkrBgEFBQcwAQEEggbWMIIG0jCB+aF+MHwxCzAJBgNV +BAYTAlVTMQwwCgYDVQQIEwNOU1cxDzANBgNVBAcTBlN5ZG5leTEUMBIGA1UEChML +Q0FjZXJ0IEluYy4xHjAcBgNVBAsTFVNlcnZlciBBZG1pbmlzdHJhdGlvbjEYMBYG +A1UEAxMPb2NzcC5jYWNlcnQub3JnGA8yMDEyMTAxMTEzMjE0MVowZjBkMDwwCQYF +Kw4DAhoFAAQUi6TJyxcpGUU+u45zCZG5JfKDImUEFBa1MhvUx/Pg5o7zvdKwOu6y +ORjRAgMLs8aAABgPMjAxMjEwMTExMjQyMTZaoBEYDzIwMTIxMDEzMTMyMTQxWjAN +BgkqhkiG9w0BAQUFAAOCAQEAEWd9kKEfaurOXDV98OVtU27TmK4L4MeGEPdkg1i+ +fbPMe1mouWlVm23W6yaM7mM2NMXLW+hTNzqfyMPM7rByXNaFAAniCPTXNO3eJRIA +Zf0F10OSdBQ/ln4igHQCVZCnXR30/aP5/PMb4u3/LTuC9aW6K7mLXcuCvJztGnXO +v3r64q/qTGG/b4eS65exykV9riSFuGp1rzLAy5fSYTBWTOBQ679PFjQnL60GkrZA +Egtxw2ozEDwo+X0WamEouxN8mjX/VQlMdEbykUFDuPD3vZydZ04BV9f18RJZOU9j +gCwMzd9gb4jUL4ykdWiLmO+YPDWFyNSYEIfnGgk1VvPHuaCCBL4wggS6MIIEtjCC +Ap6gAwIBAgIDCpvzMA0GCSqGSIb3DQEBBQUAMHkxEDAOBgNVBAoTB1Jvb3QgQ0Ex +HjAcBgNVBAsTFWh0dHA6Ly93d3cuY2FjZXJ0Lm9yZzEiMCAGA1UEAxMZQ0EgQ2Vy +dCBTaWduaW5nIEF1dGhvcml0eTEhMB8GCSqGSIb3DQEJARYSc3VwcG9ydEBjYWNl +cnQub3JnMB4XDTExMDgyMzAwMDI1NloXDTEzMDgyMjAwMDI1NlowfDELMAkGA1UE +BhMCQVUxDDAKBgNVBAgTA05TVzEPMA0GA1UEBxMGU3lkbmV5MRQwEgYDVQQKEwtD +QWNlcnQgSW5jLjEeMBwGA1UECxMVU2VydmVyIEFkbWluaXN0cmF0aW9uMRgwFgYD +VQQDEw9vY3NwLmNhY2VydC5vcmcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK +AoIBAQCcxtRv5CPHw3BLdR/k/K72YsRgodbP+UdAONmvBvWzhwm6B8h6O+M64sFr +2w6be7SYBECIyOQgNJ1flK4MoAWhdBA/H5NtxaDOKbAqA27tO9GaevcPp7c518O0 +3hVnlPLvsN1f48nY0jQOXUTfv5nYXmD0OSSK/V3IRo0KsWB6T9UnMGCeEwb4Oqqz +uzM0b4SBflzMEony/m6Tg/qL7qs2TLZAqe77+BZaVdFkDUnaBN7RyMruXySxeXiz +mogT3WhROeloMa/X+E01bWBYBEK7VZIY9pgBpXQ7vDbbIGgYuIXUi20wh03WMy16 +VDYdV0IUXHpidNUeK9W/BPP/7APBAgMBAAGjRDBCMAwGA1UdEwEB/wQCMAAwJwYD +VR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMBBggrBgEFBQcDCTAJBgNVHREEAjAA +MA0GCSqGSIb3DQEBBQUAA4ICAQAoT6p5f3cGprAcgrnzdenfTmDe9LCW7k2VnazA +MAzpsD6gXcSlo4+3hoHem/SpKRH2tqi34DmImCiv/S6fxsKM4Gfn5rlkAFviuTvS +r5Zrwh4ZKSfaoWv4bmbzmcAxvuxdMWHf/5PbjegjzFTbBMekVPZY/abYtD6kdHQZ +VNgzwZVfTBfYhfa+Rg72I2zjKpMsjxMqWfTmUzW6wfK6LFudZqu0U1NnJw+IlnVU +6WtjL885ebQrmcRqWz3nMhVLIu5L3w/s+VTLvm7If6jcMDNUjz8s2BPcJeCXg3TE +STsyl6tvk17RRz2+9JskxVOk11xIn96xR4FCERIid2ek9z1xi7oYOajQF50i/9Gj +ReDEfRSyb4/LzoKDOY+h4Q6jryeHh7WIHFiK5qrBN2y8qOoRJ/OqQnqci/BJBNpe +g9Q9PJRgGSzRndTXNHiYRbeLpq7eGo3sPqlR9qBQ3rd98XGOU0RCMnzjKhENC3qo +5PkSF2xs8RmjWktFSTDwjYo0qf1teo7CGHjgaPjQ7JE8Q4ysFOQndSWmLpqwDcI9 +HfIvPwUIWArQrJRh9LCNSyvHVgLqY9kw8NW4TlMxV2WqaYCkiKi3XVRrSFR3ahS1 +VBvRZ8KpplrV7rhXjVSSqqfLk1sX3l72Ck2F9ON+qbNFmvhgNjSiBY9neMgo804a +wG/pag== diff --git a/openssl/test/ocsp-tests/WRID_ND1.ors b/openssl/test/ocsp-tests/WRID_ND1.ors new file mode 100755 index 000000000..b6fadc5e9 --- /dev/null +++ b/openssl/test/ocsp-tests/WRID_ND1.ors @@ -0,0 +1,10 @@ +MIIB0woBAKCCAcwwggHIBgkrBgEFBQcwAQEEggG5MIIBtTCBnqIWBBSJRFH/UCpp +Xi2I9CG62QzyzsvqfBgPMjAxMjEwMTEwODQxMTNaMHMwcTBJMAkGBSsOAwIaBQAE +FEi2DTgjjfhFbk7lhD6jlBEYApefBBSIRFH/UCppXi2I9CG62QzyzsvqfAIQIuEz +IiCgSN8psr+aMcKbB4AAGA8yMDEyMTAxMTA4NDExM1qgERgPMjAxMjEwMTUwODQx +MTNaMA0GCSqGSIb3DQEBBQUAA4IBAQCNnhlBMxxh9z5AKfzAxiKs90CfxUsqfYfk +8XlyF9VIfWRfEwzS6MF1pEzLnghRxTAmjrFgK+sxD9wk+S5Mdgw3nbED9DVFH2Hs +RGKm/t9wkvrYOX6yRQqw6uRvU/5cibMjcyzKB/VQMwk4p4FwSUgBv88A5sTkKr2V +eYdEm34hg2TZVkipPMBiyTyBLXs8D/9oALtnczg4xlTRSjDUvqoXL5haqY4QK2Pv +mNwna6ACkwLmSuMe29UQ8IX2PUB4R5Etni5czyiKGxZLm+4NAhuEwWFNEzCyImPc +087gHGU1zx+qVSlajqMJ/9ZXYjbt7WiWdhOTGEv4VMn8dHhRUs32 diff --git a/openssl/test/ocsp-tests/WRID_ND2.ors b/openssl/test/ocsp-tests/WRID_ND2.ors new file mode 100755 index 000000000..251f0df7c --- /dev/null +++ b/openssl/test/ocsp-tests/WRID_ND2.ors @@ -0,0 +1,10 @@ +MIIB0woBAKCCAcwwggHIBgkrBgEFBQcwAQEEggG5MIIBtTCBnqIWBBQMWOWLxkwV +N6RAqTCpIb5HNlpW/xgPMjAxMjEwMTAyMzAzMTlaMHMwcTBJMAkGBSsOAwIaBQAE +FOy+ZAvtiWulchtVZmfKU1ZI9ewTBBQLWOWLxkwVN6RAqTCpIb5HNlpW/wIQEaO0 +0OyNt3+doM1dLVEvQoAAGA8yMDEyMTAxMDIzMDMxOVqgERgPMjAxMjEwMTQyMzAz +MTlaMA0GCSqGSIb3DQEBBQUAA4IBAQCHn2nGfEUX/EJruMkTgh7GgB0u9cpAepaD +sPv9gtl3KLUZyR+NbGMIa5/bpoJp0yg1z5VL6CLMusy3AF6Cn2fyaioDxG+yc+gA +PcPFdEqiIMr+TP8s7qcEiE6WZddSSCqCn90VZSCWkpDhnCjDRwJLBBPU3803fdMz +oguvyr7y6Koxik8X/iUe8EpSzAvmm4GZL3veTI+x7IezJSrhCS9zM0ZHjySjoDxC ++ljGH0EuWPTmFEqZVGIq3cuahIYzKItUbYnXU6ipi/2p42qbsFeok7eEN0EYsY1a +vRATHGRmU7Q5HLCq4rQtZC1cis52Mvc9x1W4z/Gt5A3FtgElXXNA diff --git a/openssl/test/ocsp-tests/WRID_ND3.ors b/openssl/test/ocsp-tests/WRID_ND3.ors new file mode 100755 index 000000000..19641f533 --- /dev/null +++ b/openssl/test/ocsp-tests/WRID_ND3.ors @@ -0,0 +1,10 @@ +MIIB1AoBAKCCAc0wggHJBgkrBgEFBQcwAQEEggG6MIIBtjCBn6IWBBSuvZh6NLQm +9/rEJlTvA73gJMtUGhgPMjAxMjEwMTAxMzA3NDZaMHQwcjBKMAkGBSsOAwIaBQAE +FHyxZlScq9tE7mImFq30ZXv3etWUBBStvZh6NLQm9/rEJlTvA73gJMtUGgIRAKcN +bJWejX5BTb8DmevkCauAABgPMjAxMjEwMTAxMzA3NDZaoBEYDzIwMTIxMDE0MTMw +NzQ2WjANBgkqhkiG9w0BAQUFAAOCAQEAA70+GYJoFuUBwIN9KHMqmOOtnmoLBBlm +HL2Su70ZEqSmL4zTt3iHY3m2YaNYSPphgDlQ4lY8zGAkCSrZ3ulpJun3RRy+gD29 +0ks155tChMbYNZrFm46vKWabBjh2p+623daymlcbgizi5Z+P4oJL68VrOqh+DArE +MpHH16BTGaF+bAjzTRSbS90xUReqwnnEpRBrmcQVo4uKpSkbyrx7iMLqsJ2vGpgh +xqj1kNPT9g3+gegmdU9QpFV0l9ZV8X/f0uz5nT4I0NL81d/KDHGx2rd+bftLODeL +ZAWAzFbr5B5EMqPGoh/SQXpcuVOqMHjh8fi8PBXBcitlIFzdDKXDvA== diff --git a/openssl/test/ocsp-tests/WSNIC_D1_Issuer_ICA.pem b/openssl/test/ocsp-tests/WSNIC_D1_Issuer_ICA.pem new file mode 100755 index 000000000..3f1c05377 --- /dev/null +++ b/openssl/test/ocsp-tests/WSNIC_D1_Issuer_ICA.pem @@ -0,0 +1,27 @@ +-----BEGIN CERTIFICATE----- +MIIEhjCCA26gAwIBAgILBAAAAAABL07hXdQwDQYJKoZIhvcNAQEFBQAwTDEgMB4G +A1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjIxEzARBgNVBAoTCkdsb2JhbFNp +Z24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMTEwNDEzMTAwMDAwWhcNMjIwNDEz +MTAwMDAwWjBZMQswCQYDVQQGEwJVUzEZMBcGA1UEChMQR2xvYmFsU2lnbiBudi1z +YTEvMC0GA1UEAxMmR2xvYmFsU2lnbiBFeHRlbmRlZCBWYWxpZGF0aW9uIENBIC0g +RzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDNoUbMUpq4pbR/WNnN +2EugcgyXW6aIIMO5PUbc0FxSMPb6WU+FX7DbiLSpXysjSKyr9ZJ4FLYyD/tcaoVb +AJDgu2X1WvlPZ37HbCnsk8ArysRe2LDb1r4/mwvAj6ldrvcAAqT8umYROHf+IyAl +VRDFvYK5TLFoxuJwe4NcE2fBofN8C6iZmtDimyUxyCuNQPZSY7GgrVou9Xk2bTUs +Dt0F5NDiB0i3KF4r1VjVbNAMoQFGAVqPxq9kx1UBXeHRxmxQJaAFrQCrDI1la93r +wnJUyQ88ABeHIu/buYZ4FlGud9mmKE3zWI2DZ7k0JZscUYBR84OSaqOuR5rW5Isb +wO2xAgMBAAGjggFaMIIBVjAOBgNVHQ8BAf8EBAMCAQYwEgYDVR0TAQH/BAgwBgEB +/wIBADAdBgNVHQ4EFgQUsLBK/Rx1KPgcYaoT9vrBkD1rFqMwRwYDVR0gBEAwPjA8 +BgRVHSAAMDQwMgYIKwYBBQUHAgEWJmh0dHBzOi8vd3d3Lmdsb2JhbHNpZ24uY29t +L3JlcG9zaXRvcnkvMDYGA1UdHwQvMC0wK6ApoCeGJWh0dHA6Ly9jcmwuZ2xvYmFs +c2lnbi5uZXQvcm9vdC1yMi5jcmwwRAYIKwYBBQUHAQEEODA2MDQGCCsGAQUFBzAB +hihodHRwOi8vb2NzcC5nbG9iYWxzaWduLmNvbS9FeHRlbmRlZFNTTENBMCkGA1Ud +JQQiMCAGCCsGAQUFBwMBBggrBgEFBQcDAgYKKwYBBAGCNwoDAzAfBgNVHSMEGDAW +gBSb4gdXZxwewGoG3lm0mi3f3BmGLjANBgkqhkiG9w0BAQUFAAOCAQEAL0m28rZa +pJWrnlrpK4KbzJBrfHRFIOde2Mcj7ig1sTVlKqVR4FU/9oNntOQ2KbDa7JeVqYoF +o0X+Iy5SiLQfEICt0oufo1+oxetz3nmIQZgz7qdgGLFGyUAQB5yPClLJExoGbqCb +LTr2rk/no1E1KlsYBRLlUdy2NmLz4aQP++TPw5S/EauhWTEB8MxT7I9j12yW00gq +iiPtRVaoZkHqAblH7qFHDBTxI+Egc8p9UHxkOFejj0qcm+ltRc9Ea01gIEBxJbVG +qmwIft/I+shWKpLLg7h5CZctXqEBzgbttJfJBNxB7+BPNk3kQHNG7BESfIhbNCYl +TercGL7FG81kwA== +-----END CERTIFICATE----- diff --git a/openssl/test/ocsp-tests/WSNIC_D2_Issuer_Root.pem b/openssl/test/ocsp-tests/WSNIC_D2_Issuer_Root.pem new file mode 100755 index 000000000..af1b8b02a --- /dev/null +++ b/openssl/test/ocsp-tests/WSNIC_D2_Issuer_Root.pem @@ -0,0 +1,21 @@ +-----BEGIN CERTIFICATE----- +MIIDdTCCAl2gAwIBAgILBAAAAAABFUtaw5QwDQYJKoZIhvcNAQEFBQAwVzELMAkG +A1UEBhMCVVMxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExEDAOBgNVBAsTB1Jv +b3QgQ0ExGzAZBgNVBAMTEkdsb2JhbFNpZ24gUm9vdCBDQTAeFw05ODA5MDExMjAw +MDBaFw0yODAxMjgxMjAwMDBaMFcxCzAJBgNVBAYTAlVTMRkwFwYDVQQKExBHbG9i +YWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRswGQYDVQQDExJHbG9iYWxT +aWduIFJvb3QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDaDuaZ +jc6j40+Kfvvxi4Mla+pIH/EqsLmVEQS98GPR4mdmzxzdzxtIK+6NiY6arymAZavp +xy0Sy6scTHAHoT0KMM0VjU/43dSMUBUc71DuxC73/OlS8pF94G3VNTCOXkNz8kHp +1Wrjsok6Vjk4bwY8iGlbKk3Fp1S4bInMm/k8yuX9ifUSPJJ4ltbcdG6TRGHRjcdG +snUOhugZitVtbNV4FpWi6cgKOOvyJBNPc1STE4U6G7weNLWLBYy5d4ux2x8gkasJ +U26Qzns3dLlwR5EiUWMWea6xrkEmCMgZK9FGqkjWZCrXgzT/LCrBbBlDSgeF59N8 +9iFo7+ryUp9/k5DPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8E +BTADAQH/MB0GA1UdDgQWBBRge2YaRQ2XyolQL30EzTSo//z9SzANBgkqhkiG9w0B +AQUFAAOCAQEA1nPnfE920I2/7LqivjTFKDK1fPxsnCwrvQmeU79rXqoRSLblCKOz +yj1hTdNGCbM+w6DjY1Ub8rrvrTnhQ7k4o+YviiY776BQVvnGCv04zcQLcFGUl5gE +38NflNUVyRRBnMRddWQVDf9VMOyGj/8N7yy5Y0b2qvzfvGn9LhJIZJrglfCm7ymP +AbEVtQwdpf5pLGkkeB6zpxxxYu7KyJesF12KwvhHhm4qxFYxldBniYUr+WymXUad +DKqC5JlR3XC321Y9YeRq4VzW9v493kHMB65jUr9TU/Qr6cf9tveCX4XSQRjbgbME +HMUfpIBvFSDJ3gyICh3WZlXi/EjJKSZp4A== +-----END CERTIFICATE----- diff --git a/openssl/test/ocsp-tests/WSNIC_D3_Issuer_Root.pem b/openssl/test/ocsp-tests/WSNIC_D3_Issuer_Root.pem new file mode 100755 index 000000000..764797a27 --- /dev/null +++ b/openssl/test/ocsp-tests/WSNIC_D3_Issuer_Root.pem @@ -0,0 +1,41 @@ +-----BEGIN CERTIFICATE----- +MIIHPTCCBSWgAwIBAgIBADANBgkqhkiG9w0BAQQFADB5MRAwDgYDVQQKEwdUZXN0 +IENBMR4wHAYDVQQLExVodHRwOi8vd3d3LmNhY2VydC5vcmcxIjAgBgNVBAMTGUNB +IENlcnQgU2lnbmluZyBBdXRob3JpdHkxITAfBgkqhkiG9w0BCQEWEnN1cHBvcnRA +Y2FjZXJ0Lm9yZzAeFw0wMzAzMzAxMjI5NDlaFw0zMzAzMjkxMjI5NDlaMHkxEDAO +BgNVBAoTB1Rlc3QgQ0ExHjAcBgNVBAsTFWh0dHA6Ly93d3cuY2FjZXJ0Lm9yZzEi +MCAGA1UEAxMZQ0EgQ2VydCBTaWduaW5nIEF1dGhvcml0eTEhMB8GCSqGSIb3DQEJ +ARYSc3VwcG9ydEBjYWNlcnQub3JnMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIIC +CgKCAgEAziLA4kZ97DYoB1CW8qAzQIxL8TtmPzHlawI229Z89vGIj053NgVBlfkJ +8BLPRoZzYLdufujAWGSuzbCtRRcMY/pnCujW0r8+55jE8Ez64AO7NV1sId6eINm6 +zWYyN3L69wj1x81YyY7nDl7qPv4coRQKFWyGhFtkZip6qUtTefWIonvuLwphK42y +fk1WpRPs6tqSnqxEQR5YYGUFZvjARL3LlPdCfgv3ZWiYUQXw8wWRBB0bF4LsyFe7 +w2t6iPGwcswlWyCR7BYCEo8y6RcYSNDHBS4CMEK4JZwFaz+qOqfrU0j36NK2B5jc +G8Y0f3/JHIJ6BVgrCFvzOKKrF11myZjXnhCLotLddJr3cQxyYN/Nb5gznZY0dj4k +epKwDpUeb+agRThHqtdB7Uq3EvbXG4OKDy7YCbZZ16oE/9KTfWgu3YtLq1i6L43q +laegw1SJpfvbi1EinbLDvhG+LJGGi5Z4rSDTii8aP8bQUWWHIbEZAWV/RRyH9XzQ +QUxPKZgh/TMfdQwEUfoZd9vUFBzugcMd9Zi3aQaRIt0AUMyBMawSB3s42mhb5ivU +fslfrejrckzzAeVLIL+aplfKkQABi6F1ITe1Yw1nPkZPcCBnzsXWWdsC4PDSy826 +YreQQejdIOQpvGQpQsgi3Hia/0PsmBsJUUtaWsJx8cTLc6nloQsCAwEAAaOCAc4w +ggHKMB0GA1UdDgQWBBQWtTIb1Mfz4OaO873SsDrusjkY0TCBowYDVR0jBIGbMIGY +gBQWtTIb1Mfz4OaO873SsDrusjkY0aF9pHsweTEQMA4GA1UEChMHUm9vdCBDQTEe +MBwGA1UECxMVaHR0cDovL3d3dy5jYWNlcnQub3JnMSIwIAYDVQQDExlDQSBDZXJ0 +IFNpZ25pbmcgQXV0aG9yaXR5MSEwHwYJKoZIhvcNAQkBFhJzdXBwb3J0QGNhY2Vy +dC5vcmeCAQAwDwYDVR0TAQH/BAUwAwEB/zAyBgNVHR8EKzApMCegJaAjhiFodHRw +czovL3d3dy5jYWNlcnQub3JnL3Jldm9rZS5jcmwwMAYJYIZIAYb4QgEEBCMWIWh0 +dHBzOi8vd3d3LmNhY2VydC5vcmcvcmV2b2tlLmNybDA0BglghkgBhvhCAQgEJxYl +aHR0cDovL3d3dy5jYWNlcnQub3JnL2luZGV4LnBocD9pZD0xMDBWBglghkgBhvhC +AQ0ESRZHVG8gZ2V0IHlvdXIgb3duIGNlcnRpZmljYXRlIGZvciBGUkVFIGhlYWQg +b3ZlciB0byBodHRwOi8vd3d3LmNhY2VydC5vcmcwDQYJKoZIhvcNAQEEBQADggIB +ACjH7pyCArpcgBLKNQodgW+JapnM8mgPf6fhjViVPr3yBsOQWqy1YPaZQwGjiHCc +nWKdpIevZ1gNMDY75q1I08t0AoZxPuIrA2jxNGJARjtT6ij0rPtmlVOKTV39O9lg +18p5aTuxZZKmxoGCXJzN600BiqXfEVWqFcofN8CCmHBh22p8lqOOLlQ+TyGpkO/c +gr/c6EWtTZBzCDyUZbAEmXZ/4rzCahWqlwQ3JNgelE5tDlG+1sSPypZt90Pf6DBl +Jzt7u0NDY8RD97LsaMzhGY4i+5jhe1o+ATc7iwiwovOVThrLm82asduycPAtStvY +sONvRUgzEv/+PDIqVPfE94rwiCPCR/5kenHA0R6mY7AHfqQv0wGP3J8rtsYIqQ+T +SCX8Ev2fQtzzxD72V7DX3WnRBnc0CkvSyqD/HMaMyRa+xMwyN2hzXwj7UfdJUzYF +CpUCTPJ5GhD22Dp1nPMd8aINcGeGG7MW9S/lpOt5hvk9C8JzC6WZrG/8Z7jlLwum +GCSNe9FINSkYQKyTYOGWhlC0elnYjyELn8+CkcY7v2vcB5G5l1YjqrZslMZIBjzk +zk6q5PYvCdxTby78dOs6Y5nCpqyJvKeyRKANihDjbPIky/qbn3BHLt4Ui9SyIAmW +omTxJBzcoTWcFbLUvFUufQb1nA5V9FrWk9p2rSVzTMVD +-----END CERTIFICATE----- diff --git a/openssl/test/ocsp-tests/WSNIC_ND1_Issuer_ICA.pem b/openssl/test/ocsp-tests/WSNIC_ND1_Issuer_ICA.pem new file mode 100755 index 000000000..06b690872 --- /dev/null +++ b/openssl/test/ocsp-tests/WSNIC_ND1_Issuer_ICA.pem @@ -0,0 +1,29 @@ +-----BEGIN CERTIFICATE----- +MIIFBjCCA+6gAwIBAgIQEaO00OyNt3+doM1dLVEvQjANBgkqhkiG9w0BAQUFADCB +gTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G +A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxJzAlBgNV +BAMTHkNPTU9ETyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0xMDA1MjQwMDAw +MDBaFw0yMDA1MzAxMDQ4MzhaMIGOMQswCQYDVQQGEwJVUzEbMBkGA1UECBMSR3Jl +YXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01P +RE8gQ0EgTGltaXRlZDE0MDIGA1UEAxMrQ09NT0RPIEV4dGVuZGVkIFZhbGlkYXRp +b24gU2VjdXJlIFNlcnZlciBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC +ggEBAMxKljPNJY1n7iiWN4dG8PYEooR/U6qW5h+xAhxu7X0h1Nc8HqLYaS+ot/Wi +7WRYZOFEZTZJQSABjTsT4gjzDPJXOZM3txyTRIOOvy3xoQV12m7ue28b6naDKHRK +HCvT9cQDcpOvhs4JjDx11MkKL3Lzrb0OMDyEoXMfAyUUpY/D1vS15N2GevUZumjy +hVSiMBHK0ZLLO3QGEqA3q2rYVBHfbJoWlLm0p2XGdC0x801S6VVRn8s+oo12mHDS +b6ZlRS8bhbtbbfnywARmE4R6nc4n2PREnr+svpnba0/bWCGwiSe0jzLWS15ykV7f +BZ3ZSS/0tm9QH3XLgJ3m0+TR8tMCAwEAAaOCAWkwggFlMB8GA1UdIwQYMBaAFAtY +5YvGTBU3pECpMKkhvkc2Wlb/MB0GA1UdDgQWBBSIRFH/UCppXi2I9CG62Qzyzsvq +fDAOBgNVHQ8BAf8EBAMCAQYwEgYDVR0TAQH/BAgwBgEB/wIBADA+BgNVHSAENzA1 +MDMGBFUdIAAwKzApBggrBgEFBQcCARYdaHR0cHM6Ly9zZWN1cmUuY29tb2RvLmNv +bS9DUFMwSQYDVR0fBEIwQDA+oDygOoY4aHR0cDovL2NybC5jb21vZG9jYS5jb20v +Q09NT0RPQ2VydGlmaWNhdGlvbkF1dGhvcml0eS5jcmwwdAYIKwYBBQUHAQEEaDBm +MD4GCCsGAQUFBzAChjJodHRwOi8vY3J0LmNvbW9kb2NhLmNvbS9DT01PRE9BZGRU +cnVzdFNlcnZlckNBLmNydDAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuY29tb2Rv +Y2EuY29tMA0GCSqGSIb3DQEBBQUAA4IBAQCaQ7+vpHJezX1vf/T8PYy7cOYe3QT9 +P9ydn7+JdpvyhjH8f7PtKpFTLOKqsOPILHH3FYojHPFpLoH7sbxiC6saVBzZIl40 +TKX2Iw9dej3bQ81pfhc3Us1TocIR1FN4J2TViUFNFlW7kMvw2OTd3dMJZEgo/zIj +hC+Me1UvzymINzR4DzOq/7fylqSbRIC1vmxWVKukgZ4lGChUOn8sY89ZIIwYazgs +tN3t40DeDDYlV5rA0WCeXgNol64aO+pF11GZSe5EWVYLXrGPaOqKnsrSyaADfnAl +9DLJTlCDh6I0SD1PNXf82Ijq9n0ezkO21cJqfjhmY03n7jLvDyToKmf6 +-----END CERTIFICATE----- diff --git a/openssl/test/ocsp-tests/WSNIC_ND2_Issuer_Root.pem b/openssl/test/ocsp-tests/WSNIC_ND2_Issuer_Root.pem new file mode 100755 index 000000000..1b46fcfb6 --- /dev/null +++ b/openssl/test/ocsp-tests/WSNIC_ND2_Issuer_Root.pem @@ -0,0 +1,23 @@ +-----BEGIN CERTIFICATE----- +MIID0DCCArigAwIBAgIQIKTEf93f4cdTYwcTiHdgEjANBgkqhkiG9w0BAQUFADCB +gTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G +A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxJzAlBgNV +BAMTHkNPTU9ETyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0xMTAxMDEwMDAw +MDBaFw0zMDEyMzEyMzU5NTlaMIGBMQswCQYDVQQGEwJVUzEbMBkGA1UECBMSR3Jl +YXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01P +RE8gQ0EgTGltaXRlZDEnMCUGA1UEAxMeQ09NT0RPIENlcnRpZmljYXRpb24gQXV0 +aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0ECLi3LjkRv3 +UcEbVASY06m/weaKXTuH+7uIzg3jLz8GlvCiKVCZrts7oVewdFFxze1CkU1B/qnI +2GqGd0S7WWaXUF601CxwRM/aN5VCaTwwxHGzUvAhTaHYujl8HJ6jJJ3ygxaYqhZ8 +Q5sVW7euNJH+1GImGEaaP+vB+fGQV+useg2L23IwambV4EajcNxo2f8ESIl33rXp ++2dtQem8Ob0y2WIC8bGoPW43nOIv4tOiJovGuFVDiOEjPqXSJDlqR6sA1KGzqSX+ +DT+nHbrTUcELpNqsOO9VUCQFZUaTNE8tja3G1CEZ0o7KBWFxB3NH5YoZEr0ETc5O +nKVIrLsm9wIDAQABo0IwQDAdBgNVHQ4EFgQUC1jli8ZMFTekQKkwqSG+RzZaVv8w +DgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEFBQAD +ggEBAC/JxBwHO89hAgCx2SFRdXIDMLDEFh9sAIsQrK/xR9SuEDwMGvjUk2ysEDd8 +t6aDZK3N3w6HM503sMZ7OHKx8xoOo/lVem0DZgMXlUrxsXrfViEGQo+x06iF3u6X +HWLrp+cxEmbDD6ZLLkGC9/3JG6gbr+48zuOcrigHoSybJMIPIyaDMouGDx8rEkYl +Fo92kANr3ryqImhrjKGsKxE5pttwwn1y6TPn/CbxdFqR5p2ErPioBhlG5qfpqjQi +pKGfeq23sqSaM4hxAjwu1nqyH6LKwN0vEJT9s4yEIHlG1QXUEOTS22RPuFvuG8Ug +R1uUq27UlTMdphVx8fiUylQ5PsE= +-----END CERTIFICATE----- diff --git a/openssl/test/ocsp-tests/WSNIC_ND3_Issuer_Root.pem b/openssl/test/ocsp-tests/WSNIC_ND3_Issuer_Root.pem new file mode 100755 index 000000000..4d1f45479 --- /dev/null +++ b/openssl/test/ocsp-tests/WSNIC_ND3_Issuer_Root.pem @@ -0,0 +1,25 @@ +-----BEGIN CERTIFICATE----- +MIIENjCCAx6gAwIBAgIBATANBgkqhkiG9w0BAQUFADBvMQswCQYDVQQGEwJTRTEU +MBIGA1UEChMLQWRkVHJ1c3QgQUIxJjAkBgNVBAsTHUFkZFRydXN0IEV4dGVybmFs +IFRUUCBOZXR3b3JrMSIwIAYDVQQDExlBZGRUcnVzdCBFeHRlcm5hbCBDQSBSb290 +MB4XDTAwMDUzMDEwNDgzOFoXDTIwMDUzMDEwNDgzOFowbzELMAkGA1UEBhMCVVMx +FDASBgNVBAoTC0FkZFRydXN0IEFCMSYwJAYDVQQLEx1BZGRUcnVzdCBFeHRlcm5h +bCBUVFAgTmV0d29yazEiMCAGA1UEAxMZQWRkVHJ1c3QgRXh0ZXJuYWwgQ0EgUm9v +dDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALf3GjPm8gAELTngTlvt +H7xsD821+iO2zt6bETOXpClMfZOfvUq8k+0DGuOPz+VtUFrWlymUWoCwSXrbLpX9 +uMq/NzgtHj6RQa1wVsfwTz/oMp50ysiQVOnGXw94nZpAPA6sYapeFI+eh6FqUNzX +mk6vBbOmcZSccbNQYArHE504B4YCqOmoaSYYkKtMsE8jqzpPhNjfzp/haW+710LX +a0Tkx63ubUFfclpxCDezeWWkWaCUN/cALw3CknLa0Dhy2xSoRcRdKn23tNbE7qzN +E0S3ySvdQwAl+mG5aWpYIxG3pzOPVnVZ9c0p10a3CitlttNCbxWyuHv77+ldU9U0 +WicCAwEAAaOB3DCB2TAdBgNVHQ4EFgQUrb2YejS0Jvf6xCZU7wO94CTLVBowCwYD +VR0PBAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wgZkGA1UdIwSBkTCBjoAUrb2YejS0 +Jvf6xCZU7wO94CTLVBqhc6RxMG8xCzAJBgNVBAYTAlNFMRQwEgYDVQQKEwtBZGRU +cnVzdCBBQjEmMCQGA1UECxMdQWRkVHJ1c3QgRXh0ZXJuYWwgVFRQIE5ldHdvcmsx +IjAgBgNVBAMTGUFkZFRydXN0IEV4dGVybmFsIENBIFJvb3SCAQEwDQYJKoZIhvcN +AQEFBQADggEBALCb4IUlwtYj4g+WBpKdQZic2YR5gdkeWxQHIzZlj7DYd7usQWxH +YINRsPkyPef89iYTx4AWpb9a/IfPeHmJIZriTAcKhjW88t5RxNKWt9x+Tu5w/Rw5 +6wwCURQtjr0W4MHfRnXnJK3s9EK0hZNwEGe6nQY1ShjTK3rMUUKhemPR5ruhxSvC +Nr4TDea9Y355e6cJDUCrat2PisP29owaQgVR1EX1n6diIWgVIEM8med8vSTYqZEX +c4g/VhsxOBi0cQ+azcgOno4uG+GMmIPLHzHxREzGBHNJdmAPx/i9F4BrLunMTA5a +mnkPIAou1Z5jJh5VkpTYghdae9C8x49OhgQ= +-----END CERTIFICATE----- diff --git a/openssl/test/r160test.c b/openssl/test/r160test.c index a172e393c..548fa5204 100644 --- a/openssl/test/r160test.c +++ b/openssl/test/r160test.c @@ -5,21 +5,21 @@ * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. - * + * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * + * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,10 +34,10 @@ * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from + * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * + * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -49,7 +49,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence diff --git a/openssl/test/serverinfo.pem b/openssl/test/serverinfo.pem new file mode 100755 index 000000000..cd3020e3b --- /dev/null +++ b/openssl/test/serverinfo.pem @@ -0,0 +1,16 @@ +-----BEGIN SERVERINFO FOR CT----- +ABIAZMevsj4TC5rgwjZNciLGwh15YXoIK9t5aypGJIG4QzyMowmwwDdqxudkUcGa +DvuqlYL7psO5j4/BIHTe677CAZBBH3Ho2NOM5q1zub4AbfUMlKeufuQgeQ2Tj1oe +LJLRzrwDnPs= +-----END SERVERINFO FOR CT----- + +-----BEGIN SERVERINFO FOR TACK----- +8wABTwFMh1Dz+3W6zULWJKjav5TNaFEXL1h98YtCXeyZnORYg4mbKpxH5CMbjpgx +To3amSqUPF4Ntjc/i9+poutxebYkbgAAAkMcxb8+RaM9YEywaJEGViKJJmpYG/gJ +HgfGaefI9kKbXSDmP9ntg8dLvDzuyYw14ktM2850Q9WvBiltpekilZxVuT2bFtfs +cmS++SAK9YOM8RrKhL1TLmrktoBEJZ6z5GTukYdQ8/t1us1C1iSo2r+UzWhRFy9Y +ffGLQl3smZzkWIOJmyqcR+QjG46YMU6N2pkqlDxeDbY3P4vfqaLrcXm2JG4AAAGN +xXQJPbdniI9rEydVXb1Cu1yT/t7FBEx6hLxuoypXjCI1wCGpXsd8zEnloR0Ank5h +VO/874E/BZlItzSPpcmDKl5Def6BrAJTErQlE9npo52S05YWORxJw1+VYBdqQ09A +x3wA +-----END SERVERINFO FOR TACK----- diff --git a/openssl/test/smime-certs/ca.cnf b/openssl/test/smime-certs/ca.cnf new file mode 100755 index 000000000..5e8b10865 --- /dev/null +++ b/openssl/test/smime-certs/ca.cnf @@ -0,0 +1,66 @@ +# +# OpenSSL example configuration file for automated certificate creation. +# + +# This definition stops the following lines choking if HOME or CN +# is undefined. +HOME = . +RANDFILE = $ENV::HOME/.rnd +CN = "Not Defined" +default_ca = ca + +#################################################################### +[ req ] +default_bits = 2048 +default_keyfile = privkey.pem +# Don't prompt for fields: use those in section directly +prompt = no +distinguished_name = req_distinguished_name +x509_extensions = v3_ca # The extentions to add to the self signed cert +string_mask = utf8only + +# req_extensions = v3_req # The extensions to add to a certificate request + +[ req_distinguished_name ] +countryName = UK + +organizationName = OpenSSL Group +# Take CN from environment so it can come from a script. +commonName = $ENV::CN + +[ usr_cert ] + +# These extensions are added when 'ca' signs a request for an end entity +# certificate + +basicConstraints=critical, CA:FALSE +keyUsage=critical, nonRepudiation, digitalSignature, keyEncipherment + +# PKIX recommendations harmless if included in all certificates. +subjectKeyIdentifier=hash +authorityKeyIdentifier=keyid + +[ dh_cert ] + +# These extensions are added when 'ca' signs a request for an end entity +# DH certificate + +basicConstraints=critical, CA:FALSE +keyUsage=critical, keyAgreement + +# PKIX recommendations harmless if included in all certificates. +subjectKeyIdentifier=hash +authorityKeyIdentifier=keyid + +[ v3_ca ] + + +# Extensions for a typical CA + +# PKIX recommendation. + +subjectKeyIdentifier=hash +authorityKeyIdentifier=keyid:always +basicConstraints = critical,CA:true +keyUsage = critical, cRLSign, keyCertSign + diff --git a/openssl/test/smime-certs/mksmime-certs.sh b/openssl/test/smime-certs/mksmime-certs.sh new file mode 100755 index 000000000..f01f66427 --- /dev/null +++ b/openssl/test/smime-certs/mksmime-certs.sh @@ -0,0 +1,74 @@ +#!/bin/sh + +# Utility to recreate S/MIME certificates + +OPENSSL=../../apps/openssl +OPENSSL_CONF=./ca.cnf +export OPENSSL_CONF + +# Root CA: create certificate directly +CN="Test S/MIME RSA Root" $OPENSSL req -config ca.cnf -x509 -nodes \ + -keyout smroot.pem -out smroot.pem -newkey rsa:2048 -days 3650 + +# EE RSA certificates: create request first +CN="Test S/MIME EE RSA #1" $OPENSSL req -config ca.cnf -nodes \ + -keyout smrsa1.pem -out req.pem -newkey rsa:2048 +# Sign request: end entity extensions +$OPENSSL x509 -req -in req.pem -CA smroot.pem -days 3600 \ + -extfile ca.cnf -extensions usr_cert -CAcreateserial >>smrsa1.pem + +CN="Test S/MIME EE RSA #2" $OPENSSL req -config ca.cnf -nodes \ + -keyout smrsa2.pem -out req.pem -newkey rsa:2048 +$OPENSSL x509 -req -in req.pem -CA smroot.pem -days 3600 \ + -extfile ca.cnf -extensions usr_cert -CAcreateserial >>smrsa2.pem + +CN="Test S/MIME EE RSA #3" $OPENSSL req -config ca.cnf -nodes \ + -keyout smrsa3.pem -out req.pem -newkey rsa:2048 +$OPENSSL x509 -req -in req.pem -CA smroot.pem -days 3600 \ + -extfile ca.cnf -extensions usr_cert -CAcreateserial >>smrsa3.pem + +# Create DSA parameters + +$OPENSSL dsaparam -out dsap.pem 2048 + +CN="Test S/MIME EE DSA #1" $OPENSSL req -config ca.cnf -nodes \ + -keyout smdsa1.pem -out req.pem -newkey dsa:dsap.pem +$OPENSSL x509 -req -in req.pem -CA smroot.pem -days 3600 \ + -extfile ca.cnf -extensions usr_cert -CAcreateserial >>smdsa1.pem +CN="Test S/MIME EE DSA #2" $OPENSSL req -config ca.cnf -nodes \ + -keyout smdsa2.pem -out req.pem -newkey dsa:dsap.pem +$OPENSSL x509 -req -in req.pem -CA smroot.pem -days 3600 \ + -extfile ca.cnf -extensions usr_cert -CAcreateserial >>smdsa2.pem +CN="Test S/MIME EE DSA #3" $OPENSSL req -config ca.cnf -nodes \ + -keyout smdsa3.pem -out req.pem -newkey dsa:dsap.pem +$OPENSSL x509 -req -in req.pem -CA smroot.pem -days 3600 \ + -extfile ca.cnf -extensions usr_cert -CAcreateserial >>smdsa3.pem + +# Create EC parameters + +$OPENSSL ecparam -out ecp.pem -name P-256 +$OPENSSL ecparam -out ecp2.pem -name K-283 + +CN="Test S/MIME EE EC #1" $OPENSSL req -config ca.cnf -nodes \ + -keyout smec1.pem -out req.pem -newkey ec:ecp.pem +$OPENSSL x509 -req -in req.pem -CA smroot.pem -days 3600 \ + -extfile ca.cnf -extensions usr_cert -CAcreateserial >>smec1.pem +CN="Test S/MIME EE EC #2" $OPENSSL req -config ca.cnf -nodes \ + -keyout smec2.pem -out req.pem -newkey ec:ecp2.pem +$OPENSSL x509 -req -in req.pem -CA smroot.pem -days 3600 \ + -extfile ca.cnf -extensions usr_cert -CAcreateserial >>smec2.pem +# Create X9.42 DH parameters. +$OPENSSL genpkey -genparam -algorithm DH -pkeyopt dh_paramgen_type:2 \ + -out dhp.pem +# Generate X9.42 DH key. +$OPENSSL genpkey -paramfile dhp.pem -out smdh.pem +$OPENSSL pkey -pubout -in smdh.pem -out dhpub.pem +# Generate dummy request. +CN="Test S/MIME EE DH #1" $OPENSSL req -config ca.cnf -nodes \ + -keyout smtmp.pem -out req.pem -newkey rsa:2048 +# Sign request but force public key to DH +$OPENSSL x509 -req -in req.pem -CA smroot.pem -days 3600 \ + -force_pubkey dhpub.pem \ + -extfile ca.cnf -extensions usr_cert -CAcreateserial >>smdh.pem +# Remove temp files. +rm -f req.pem ecp.pem ecp2.pem dsap.pem dhp.pem dhpub.pem smtmp.pem smroot.srl diff --git a/openssl/test/smime-certs/smdh.pem b/openssl/test/smime-certs/smdh.pem new file mode 100755 index 000000000..f831b0713 --- /dev/null +++ b/openssl/test/smime-certs/smdh.pem @@ -0,0 +1,33 @@ +-----BEGIN PRIVATE KEY----- +MIIBSgIBADCCASsGByqGSM4+AgEwggEeAoGBANQMSgwEcnEZ31kZxa9Ef8qOK/AJ +9dMlsXMWVYnf/QevGdN/0Aei/j9a8QHG+CvvTm0DOEKhN9QUtABKsYZag865CA7B +mSdHjQuFqILtzA25sDJ+3+jk9vbss+56ETRll/wasJVLGbmmHNkBMvc1fC1d/sGF +cEn4zJnQvvFaeMgDAoGAaQD9ZvL8FYsJuNxN6qp5VfnfRqYvyi2PWSqtRKPGGC+V +thYg49PRjwPOcXzvOsdEOQ7iH9jTiSvnUdwSSEwYTZkSBuQXAgOMJAWOpoXyaRvh +atziBDoBnWS+/kX5RBhxvS0+em9yfRqAQleuGG+R1mEDihyJc8dWQQPT+O1l4oUC +FQCJlKsQZ0VBrWPGcUCNa54ZW6TH9QQWAhRR2NMZrQSfWthXDO8Lj5WZ34zQrA== +-----END PRIVATE KEY----- +-----BEGIN CERTIFICATE----- +MIID/zCCAuegAwIBAgIJANv1TSKgememMA0GCSqGSIb3DQEBBQUAMEQxCzAJBgNV +BAYTAlVLMRYwFAYDVQQKDA1PcGVuU1NMIEdyb3VwMR0wGwYDVQQDDBRUZXN0IFMv +TUlNRSBSU0EgUm9vdDAeFw0xMzA4MDIxNDQ5MjlaFw0yMzA2MTExNDQ5MjlaMEQx +CzAJBgNVBAYTAlVLMRYwFAYDVQQKDA1PcGVuU1NMIEdyb3VwMR0wGwYDVQQDDBRU +ZXN0IFMvTUlNRSBFRSBESCAjMTCCAbYwggErBgcqhkjOPgIBMIIBHgKBgQDUDEoM +BHJxGd9ZGcWvRH/KjivwCfXTJbFzFlWJ3/0HrxnTf9AHov4/WvEBxvgr705tAzhC +oTfUFLQASrGGWoPOuQgOwZknR40LhaiC7cwNubAyft/o5Pb27LPuehE0ZZf8GrCV +Sxm5phzZATL3NXwtXf7BhXBJ+MyZ0L7xWnjIAwKBgGkA/Wby/BWLCbjcTeqqeVX5 +30amL8otj1kqrUSjxhgvlbYWIOPT0Y8DznF87zrHRDkO4h/Y04kr51HcEkhMGE2Z +EgbkFwIDjCQFjqaF8mkb4Wrc4gQ6AZ1kvv5F+UQYcb0tPnpvcn0agEJXrhhvkdZh +A4ociXPHVkED0/jtZeKFAhUAiZSrEGdFQa1jxnFAjWueGVukx/UDgYQAAoGAL1ve +cgI2awBeJH8ULBhSQpdL224VUDxFPiXzt8Vu5VLnxPv0pfA5En+8VByTuV7u6RSw +3/78NuTyr/sTyN8YlB1AuXHdTJynA1ICte1xgD4j2ijlq+dv8goOAFt9xkvXx7LD +umJ/cCignXETcNGfMi8+0s0bpMZyoHRdce8DQ26jYDBeMAwGA1UdEwEB/wQCMAAw +DgYDVR0PAQH/BAQDAgXgMB0GA1UdDgQWBBQLWk1ffSXH8p3Bqrdjgi/6jzLnwDAf +BgNVHSMEGDAWgBTffl6IBSQzCN0igQKXzJq3sTMnMDANBgkqhkiG9w0BAQUFAAOC +AQEAWvJj79MW1/Wq3RIANgAhonsI1jufYqxTH+1M0RU0ZXHulgem77Le2Ls1bizi +0SbvfpTiiFGkbKonKtO2wvfqwwuptSg3omMI5IjAGxYbyv2KBzIpp1O1LTDk9RbD +48JMMF01gByi2+NLUQ1MYF+5RqyoRqcyp5x2+Om1GeIM4Q/GRuI4p4dybWy8iC+d +LeXQfR7HXfh+tAum+WzjfLJwbnWbHmPhTbKB01U4lBp6+r8BGHAtNdPjEHqap4/z +vVZVXti9ThZ20EhM+VFU3y2wyapeQjhQvw/A2YRES0Ik7BSj3hHfWH/CTbLVQnhu +Uj6tw18ExOYxqoEGixNLPA5qsQ== +-----END CERTIFICATE----- diff --git a/openssl/test/smime-certs/smdsa1.pem b/openssl/test/smime-certs/smdsa1.pem index d5677dbfb..b424f6704 100644 --- a/openssl/test/smime-certs/smdsa1.pem +++ b/openssl/test/smime-certs/smdsa1.pem @@ -1,34 +1,47 @@ ------BEGIN DSA PRIVATE KEY----- -MIIBuwIBAAKBgQDFJfsIPOIawMO5biw+AoYUhNVxReBOLQosU3Qv4B8krac0BNr3 -OjSGLh1wZxHqhlAE0QmasTaKojuk20nNWeFnczSz6vDl0IVJEhS8VYor5kt9gLqt -GcoAgsf4gRDIutJyQDaNn3IVY89uXUVIoexvQeLQDBCgQPC5O8rJdqBwtwIVAK2J -jt+dqk07eQUE59koYUEKyNorAoGBAI4IEpusf8G14kCHmRtnHXM2tG5EWJDmW6Qt -wjqvWp1GKUx5WFy1tVWR9nl5rL0Di+kNdENo+SkKj7h3uDulGOI6T0mQYbV2h1IK -+FMOGnOqvZ8eNTE2n4PGTo5puZ63LBm+QYrQsrNiUY4vakLFQ2rEK/SLwdsDFK4Z -SJCBQw5zAoGATQlPPF+OeU8nu3rsdXGDiZdJzOkuCce3KQfTABA9C+Dk4CVcvBdd -YRLGpnykumkNTO1sTO+4/Gphsuje1ujK9td4UEhdYqylCe5QjEMrszDlJtelDQF9 -C0yhdjKGTP0kxofLhsGckcuQvcKEKffT2pDDKJIy4vWQO0UyJl1vjLcCFG2uiGGx -9fMUZq1v0ePD4Wo0Xkxo ------END DSA PRIVATE KEY----- +-----BEGIN PRIVATE KEY----- +MIICZQIBADCCAjkGByqGSM44BAEwggIsAoIBAQCQfLlNdehPnTrGIMhw4rk0uua6 +k1nCG3zcyfXli17BdB2k0HBPaTA3a3ZHfOt1Awy0Uu0wZ3gdPr9z0I64hnJXIGou +zIanZ7nYRImHtX5JMFbXeyxo1Owd2Zs3oEk9nQUoUsMxvmYC/ghPL5Zx1pPxcHCO +wzWxoG4yZMjimXOc1/W7zvK/4/g/Cz9fItD3zdcydfgM/hK0/CeYQ21xfhqf4mjK +v9plnCcWgToGI+7H8VK80MFbkO2QKRz3vP1/TjK6PRm9sEeB5b10+SvGv2j2w+CC +0fXL4s6n7PtBlm/bww8xL1/Az8kwejUcII1Dc8uNwwISwGbwaGBvl7IHpm21AiEA +rodZi+nCKZdTL8IgCjX3n0DuhPRkVQPjz/B6VweLW9MCggEAfimkUNwnsGFp7mKM +zJKhHoQkMB1qJzyIHjDzQ/J1xjfoF6i27afw1/WKboND5eseZhlhA2TO5ZJB6nGx +DOE9lVQxYVml++cQj6foHh1TVJAgGl4mWuveW/Rz+NEhpK4zVeEsfMrbkBypPByy +xzF1Z49t568xdIo+e8jLI8FjEdXOIUg4ehB3NY6SL8r4oJ49j/sJWfHcDoWH/LK9 +ZaBF8NpflJe3F40S8RDvM8j2HC+y2Q4QyKk1DXGiH+7yQLGWzr3M73kC3UBnnH0h +Hxb7ISDCT7dCw/lH1nCbVFBOM0ASI26SSsFSXQrvD2kryRcTZ0KkyyhhoPODWpU+ +TQMsxQQjAiEAkolGvb/76X3vm5Ov09ezqyBYt9cdj/FLH7DyMkxO7X0= +-----END PRIVATE KEY----- -----BEGIN CERTIFICATE----- -MIIDpDCCAw2gAwIBAgIJAMtotfHYdEsWMA0GCSqGSIb3DQEBBQUAMEQxCzAJBgNV -BAYTAlVLMRYwFAYDVQQKEw1PcGVuU1NMIEdyb3VwMR0wGwYDVQQDExRUZXN0IFMv -TUlNRSBSU0EgUm9vdDAeFw0wODAyMjIxMzUzMDlaFw0xNjA1MTAxMzUzMDlaMEUx +MIIFkDCCBHigAwIBAgIJANk5lu6mSyBDMA0GCSqGSIb3DQEBBQUAMEQxCzAJBgNV +BAYTAlVLMRYwFAYDVQQKDA1PcGVuU1NMIEdyb3VwMR0wGwYDVQQDDBRUZXN0IFMv +TUlNRSBSU0EgUm9vdDAeFw0xMzA3MTcxNzI4MzFaFw0yMzA1MjYxNzI4MzFaMEUx CzAJBgNVBAYTAlVLMRYwFAYDVQQKDA1PcGVuU1NMIEdyb3VwMR4wHAYDVQQDDBVU -ZXN0IFMvTUlNRSBFRSBEU0EgIzEwggG3MIIBLAYHKoZIzjgEATCCAR8CgYEAxSX7 -CDziGsDDuW4sPgKGFITVcUXgTi0KLFN0L+AfJK2nNATa9zo0hi4dcGcR6oZQBNEJ -mrE2iqI7pNtJzVnhZ3M0s+rw5dCFSRIUvFWKK+ZLfYC6rRnKAILH+IEQyLrSckA2 -jZ9yFWPPbl1FSKHsb0Hi0AwQoEDwuTvKyXagcLcCFQCtiY7fnapNO3kFBOfZKGFB -CsjaKwKBgQCOCBKbrH/BteJAh5kbZx1zNrRuRFiQ5lukLcI6r1qdRilMeVhctbVV -kfZ5eay9A4vpDXRDaPkpCo+4d7g7pRjiOk9JkGG1dodSCvhTDhpzqr2fHjUxNp+D -xk6OabmetywZvkGK0LKzYlGOL2pCxUNqxCv0i8HbAxSuGUiQgUMOcwOBhAACgYBN -CU88X455Tye7eux1cYOJl0nM6S4Jx7cpB9MAED0L4OTgJVy8F11hEsamfKS6aQ1M -7WxM77j8amGy6N7W6Mr213hQSF1irKUJ7lCMQyuzMOUm16UNAX0LTKF2MoZM/STG -h8uGwZyRy5C9woQp99PakMMokjLi9ZA7RTImXW+Mt6OBgzCBgDAdBgNVHQ4EFgQU -4Qfbhpi5yqXaXuCLXj427mR25MkwHwYDVR0jBBgwFoAUE89Lp7uJLrM4Vxd2xput -aFvl7RcwDAYDVR0TAQH/BAIwADAOBgNVHQ8BAf8EBAMCBsAwIAYDVR0RBBkwF4EV -c21pbWVkc2ExQG9wZW5zc2wub3JnMA0GCSqGSIb3DQEBBQUAA4GBAFrdUzKK1pWO -kd02S423KUBc4GWWyiGlVoEO7WxVhHLJ8sm67X7OtJOwe0UGt+Nc5qLtyJYSirw8 -phjiTdNpQCTJ8+Kc56tWkJ6H7NAI4vTJtPL5BM/EmeYrVSU9JI9xhqpyKw9IBD+n -hRJ79W9FaiJRvaAOX+TkyTukJrxAWRyv +ZXN0IFMvTUlNRSBFRSBEU0EgIzEwggNGMIICOQYHKoZIzjgEATCCAiwCggEBAJB8 +uU116E+dOsYgyHDiuTS65rqTWcIbfNzJ9eWLXsF0HaTQcE9pMDdrdkd863UDDLRS +7TBneB0+v3PQjriGclcgai7MhqdnudhEiYe1fkkwVtd7LGjU7B3ZmzegST2dBShS +wzG+ZgL+CE8vlnHWk/FwcI7DNbGgbjJkyOKZc5zX9bvO8r/j+D8LP18i0PfN1zJ1 ++Az+ErT8J5hDbXF+Gp/iaMq/2mWcJxaBOgYj7sfxUrzQwVuQ7ZApHPe8/X9OMro9 +Gb2wR4HlvXT5K8a/aPbD4ILR9cvizqfs+0GWb9vDDzEvX8DPyTB6NRwgjUNzy43D +AhLAZvBoYG+XsgembbUCIQCuh1mL6cIpl1MvwiAKNfefQO6E9GRVA+PP8HpXB4tb +0wKCAQB+KaRQ3CewYWnuYozMkqEehCQwHWonPIgeMPND8nXGN+gXqLbtp/DX9Ypu +g0Pl6x5mGWEDZM7lkkHqcbEM4T2VVDFhWaX75xCPp+geHVNUkCAaXiZa695b9HP4 +0SGkrjNV4Sx8ytuQHKk8HLLHMXVnj23nrzF0ij57yMsjwWMR1c4hSDh6EHc1jpIv +yvignj2P+wlZ8dwOhYf8sr1loEXw2l+Ul7cXjRLxEO8zyPYcL7LZDhDIqTUNcaIf +7vJAsZbOvczveQLdQGecfSEfFvshIMJPt0LD+UfWcJtUUE4zQBIjbpJKwVJdCu8P +aSvJFxNnQqTLKGGg84NalT5NAyzFA4IBBQACggEAGXSQADbuRIZBjiQ6NikwZl+x +EDEffIE0RWbvwf1tfWxw4ZvanO/djyz5FePO0AIJDBCLUjr9D32nkmIG1Hu3dWgV +86knQsM6uFiMSzY9nkJGZOlH3w4NHLE78pk75xR1sg1MEZr4x/t+a/ea9Y4AXklE +DCcaHtpMGeAx3ZAqSKec+zQOOA73JWP1/gYHGdYyTQpQtwRTsh0Gi5mOOdpoJ0vp +O83xYbFCZ+ZZKX1RWOjJe2OQBRtw739q1nRga1VMLAT/LFSQsSE3IOp8hiWbjnit +1SE6q3II2a/aHZH/x4OzszfmtQfmerty3eQSq3bgajfxCsccnRjSbLeNiazRSKNg +MF4wDAYDVR0TAQH/BAIwADAOBgNVHQ8BAf8EBAMCBeAwHQYDVR0OBBYEFNHQYTOO +xaZ/N68OpxqjHKuatw6sMB8GA1UdIwQYMBaAFMmRUwpjexZbi71E8HaIqSTm5bZs +MA0GCSqGSIb3DQEBBQUAA4IBAQAAiLociMMXcLkO/uKjAjCIQMrsghrOrxn4ZGBx +d/mCTeqPxhcrX2UorwxVCKI2+Dmz5dTC2xKprtvkiIadJamJmxYYzeF1pgRriFN3 +MkmMMkTbe/ekSvSeMtHQ2nHDCAJIaA/k9akWfA0+26Ec25/JKMrl3LttllsJMK1z +Xj7TcQpAIWORKWSNxY/ezM34+9ABHDZB2waubFqS+irlZsn38aZRuUI0K67fuuIt +17vMUBqQpe2hfNAjpZ8dIpEdAGjQ6izV2uwP1lXbiaK9U4dvUqmwyCIPniX7Hpaf +0VnX0mEViXMT6vWZTjLBUv0oKmO7xBkWHIaaX6oyF32pK5AO -----END CERTIFICATE----- diff --git a/openssl/test/smime-certs/smdsa2.pem b/openssl/test/smime-certs/smdsa2.pem index ef86c115d..648447fc8 100644 --- a/openssl/test/smime-certs/smdsa2.pem +++ b/openssl/test/smime-certs/smdsa2.pem @@ -1,34 +1,47 @@ ------BEGIN DSA PRIVATE KEY----- -MIIBvAIBAAKBgQDFJfsIPOIawMO5biw+AoYUhNVxReBOLQosU3Qv4B8krac0BNr3 -OjSGLh1wZxHqhlAE0QmasTaKojuk20nNWeFnczSz6vDl0IVJEhS8VYor5kt9gLqt -GcoAgsf4gRDIutJyQDaNn3IVY89uXUVIoexvQeLQDBCgQPC5O8rJdqBwtwIVAK2J -jt+dqk07eQUE59koYUEKyNorAoGBAI4IEpusf8G14kCHmRtnHXM2tG5EWJDmW6Qt -wjqvWp1GKUx5WFy1tVWR9nl5rL0Di+kNdENo+SkKj7h3uDulGOI6T0mQYbV2h1IK -+FMOGnOqvZ8eNTE2n4PGTo5puZ63LBm+QYrQsrNiUY4vakLFQ2rEK/SLwdsDFK4Z -SJCBQw5zAoGBAIPmO8BtJ+Yac58trrPwq9b/6VW3jQTWzTLWSH84/QQdqQa+Pz3v -It/+hHM0daNF5uls8ICsPL1aLXmRx0pHvIyb0aAzYae4T4Jv/COPDMTdKbA1uitJ -VbkGZrm+LIrs7I9lOkb4T0vI6kL/XdOCXY1469zsqCgJ/O2ibn6mq0nWAhR716o2 -Nf8SimTZYB0/CKje6M5ufA== ------END DSA PRIVATE KEY----- +-----BEGIN PRIVATE KEY----- +MIICZAIBADCCAjkGByqGSM44BAEwggIsAoIBAQCQfLlNdehPnTrGIMhw4rk0uua6 +k1nCG3zcyfXli17BdB2k0HBPaTA3a3ZHfOt1Awy0Uu0wZ3gdPr9z0I64hnJXIGou +zIanZ7nYRImHtX5JMFbXeyxo1Owd2Zs3oEk9nQUoUsMxvmYC/ghPL5Zx1pPxcHCO +wzWxoG4yZMjimXOc1/W7zvK/4/g/Cz9fItD3zdcydfgM/hK0/CeYQ21xfhqf4mjK +v9plnCcWgToGI+7H8VK80MFbkO2QKRz3vP1/TjK6PRm9sEeB5b10+SvGv2j2w+CC +0fXL4s6n7PtBlm/bww8xL1/Az8kwejUcII1Dc8uNwwISwGbwaGBvl7IHpm21AiEA +rodZi+nCKZdTL8IgCjX3n0DuhPRkVQPjz/B6VweLW9MCggEAfimkUNwnsGFp7mKM +zJKhHoQkMB1qJzyIHjDzQ/J1xjfoF6i27afw1/WKboND5eseZhlhA2TO5ZJB6nGx +DOE9lVQxYVml++cQj6foHh1TVJAgGl4mWuveW/Rz+NEhpK4zVeEsfMrbkBypPByy +xzF1Z49t568xdIo+e8jLI8FjEdXOIUg4ehB3NY6SL8r4oJ49j/sJWfHcDoWH/LK9 +ZaBF8NpflJe3F40S8RDvM8j2HC+y2Q4QyKk1DXGiH+7yQLGWzr3M73kC3UBnnH0h +Hxb7ISDCT7dCw/lH1nCbVFBOM0ASI26SSsFSXQrvD2kryRcTZ0KkyyhhoPODWpU+ +TQMsxQQiAiAdCUJ5n2Q9hIynN8BMpnRcdfH696BKejGx+2Mr2kfnnA== +-----END PRIVATE KEY----- -----BEGIN CERTIFICATE----- -MIIDpTCCAw6gAwIBAgIJAMtotfHYdEsXMA0GCSqGSIb3DQEBBQUAMEQxCzAJBgNV -BAYTAlVLMRYwFAYDVQQKEw1PcGVuU1NMIEdyb3VwMR0wGwYDVQQDExRUZXN0IFMv -TUlNRSBSU0EgUm9vdDAeFw0wODAyMjIxMzUzMDlaFw0xNjA1MTAxMzUzMDlaMEUx +MIIFkDCCBHigAwIBAgIJANk5lu6mSyBEMA0GCSqGSIb3DQEBBQUAMEQxCzAJBgNV +BAYTAlVLMRYwFAYDVQQKDA1PcGVuU1NMIEdyb3VwMR0wGwYDVQQDDBRUZXN0IFMv +TUlNRSBSU0EgUm9vdDAeFw0xMzA3MTcxNzI4MzFaFw0yMzA1MjYxNzI4MzFaMEUx CzAJBgNVBAYTAlVLMRYwFAYDVQQKDA1PcGVuU1NMIEdyb3VwMR4wHAYDVQQDDBVU -ZXN0IFMvTUlNRSBFRSBEU0EgIzIwggG4MIIBLAYHKoZIzjgEATCCAR8CgYEAxSX7 -CDziGsDDuW4sPgKGFITVcUXgTi0KLFN0L+AfJK2nNATa9zo0hi4dcGcR6oZQBNEJ -mrE2iqI7pNtJzVnhZ3M0s+rw5dCFSRIUvFWKK+ZLfYC6rRnKAILH+IEQyLrSckA2 -jZ9yFWPPbl1FSKHsb0Hi0AwQoEDwuTvKyXagcLcCFQCtiY7fnapNO3kFBOfZKGFB -CsjaKwKBgQCOCBKbrH/BteJAh5kbZx1zNrRuRFiQ5lukLcI6r1qdRilMeVhctbVV -kfZ5eay9A4vpDXRDaPkpCo+4d7g7pRjiOk9JkGG1dodSCvhTDhpzqr2fHjUxNp+D -xk6OabmetywZvkGK0LKzYlGOL2pCxUNqxCv0i8HbAxSuGUiQgUMOcwOBhQACgYEA -g+Y7wG0n5hpzny2us/Cr1v/pVbeNBNbNMtZIfzj9BB2pBr4/Pe8i3/6EczR1o0Xm -6WzwgKw8vVoteZHHSke8jJvRoDNhp7hPgm/8I48MxN0psDW6K0lVuQZmub4siuzs -j2U6RvhPS8jqQv9d04JdjXjr3OyoKAn87aJufqarSdajgYMwgYAwHQYDVR0OBBYE -FHsAGNfVltSYUq4hC+YVYwsYtA+dMB8GA1UdIwQYMBaAFBPPS6e7iS6zOFcXdsab -rWhb5e0XMAwGA1UdEwEB/wQCMAAwDgYDVR0PAQH/BAQDAgbAMCAGA1UdEQQZMBeB -FXNtaW1lZHNhMkBvcGVuc3NsLm9yZzANBgkqhkiG9w0BAQUFAAOBgQCx9BtCbaYF -FXjLClkuKXbESaDZA1biPgY25i00FsUzARuhCpqD2v+0tu5c33ZzIhL6xlvBRU5l -6Atw/xpZhae+hdBEtxPJoGekLLrHOau7Md3XwDjV4lFgcEJkWZoaSOOIK+4D5jF0 -jZWtHjnwEzuLYlo7ScHSsbcQfjH0M1TP5A== +ZXN0IFMvTUlNRSBFRSBEU0EgIzIwggNGMIICOQYHKoZIzjgEATCCAiwCggEBAJB8 +uU116E+dOsYgyHDiuTS65rqTWcIbfNzJ9eWLXsF0HaTQcE9pMDdrdkd863UDDLRS +7TBneB0+v3PQjriGclcgai7MhqdnudhEiYe1fkkwVtd7LGjU7B3ZmzegST2dBShS +wzG+ZgL+CE8vlnHWk/FwcI7DNbGgbjJkyOKZc5zX9bvO8r/j+D8LP18i0PfN1zJ1 ++Az+ErT8J5hDbXF+Gp/iaMq/2mWcJxaBOgYj7sfxUrzQwVuQ7ZApHPe8/X9OMro9 +Gb2wR4HlvXT5K8a/aPbD4ILR9cvizqfs+0GWb9vDDzEvX8DPyTB6NRwgjUNzy43D +AhLAZvBoYG+XsgembbUCIQCuh1mL6cIpl1MvwiAKNfefQO6E9GRVA+PP8HpXB4tb +0wKCAQB+KaRQ3CewYWnuYozMkqEehCQwHWonPIgeMPND8nXGN+gXqLbtp/DX9Ypu +g0Pl6x5mGWEDZM7lkkHqcbEM4T2VVDFhWaX75xCPp+geHVNUkCAaXiZa695b9HP4 +0SGkrjNV4Sx8ytuQHKk8HLLHMXVnj23nrzF0ij57yMsjwWMR1c4hSDh6EHc1jpIv +yvignj2P+wlZ8dwOhYf8sr1loEXw2l+Ul7cXjRLxEO8zyPYcL7LZDhDIqTUNcaIf +7vJAsZbOvczveQLdQGecfSEfFvshIMJPt0LD+UfWcJtUUE4zQBIjbpJKwVJdCu8P +aSvJFxNnQqTLKGGg84NalT5NAyzFA4IBBQACggEAItQlFu0t7Mw1HHROuuwKLS+E +h2WNNZP96MLQTygOVlqgaJY+1mJLzvl/51LLH6YezX0t89Z2Dm/3SOJEdNrdbIEt +tbu5rzymXxFhc8uaIYZFhST38oQwJOjM8wFitAQESe6/9HZjkexMqSqx/r5aEKTa +LBinqA1BJRI72So1/1dv8P99FavPADdj8V7fAccReKEQKnfnwA7mrnD+OlIqFKFn +3wCGk8Sw7tSJ9g6jgCI+zFwrKn2w+w+iot/Ogxl9yMAtKmAd689IAZr5GPPvV2y0 +KOogCiUYgSTSawZhr+rjyFavfI5dBWzMq4tKx/zAi6MJ+6hGJjJ8jHoT9JAPmaNg +MF4wDAYDVR0TAQH/BAIwADAOBgNVHQ8BAf8EBAMCBeAwHQYDVR0OBBYEFGaxw04k +qpufeGZC+TTBq8oMnXyrMB8GA1UdIwQYMBaAFMmRUwpjexZbi71E8HaIqSTm5bZs +MA0GCSqGSIb3DQEBBQUAA4IBAQCk2Xob1ICsdHYx/YsBzY6E1eEwcI4RZbZ3hEXp +VA72/Mbz60gjv1OwE5Ay4j+xG7IpTio6y2A9ZNepGpzidYcsL/Lx9Sv1LlN0Ukzb +uk6Czd2sZJp+PFMTTrgCd5rXKnZs/0D84Vci611vGMA1hnUnbAnBBmgLXe9pDNRV +6mhmCLLjJ4GOr5Wxt/hhknr7V2e1VMx3Q47GZhc0o/gExfhxXA8+gicM0nEYNakD +2A1F0qDhQGakjuofANHhjdUDqKJ1sxurAy80fqb0ddzJt2el89iXKN+aXx/zEX96 +GI5ON7z/bkVwIi549lUOpWb2Mved61NBzCLKVP7HSuEIsC/I -----END CERTIFICATE----- diff --git a/openssl/test/smime-certs/smdsa3.pem b/openssl/test/smime-certs/smdsa3.pem index eeb848dab..77acc5e46 100644 --- a/openssl/test/smime-certs/smdsa3.pem +++ b/openssl/test/smime-certs/smdsa3.pem @@ -1,34 +1,47 @@ ------BEGIN DSA PRIVATE KEY----- -MIIBvAIBAAKBgQDFJfsIPOIawMO5biw+AoYUhNVxReBOLQosU3Qv4B8krac0BNr3 -OjSGLh1wZxHqhlAE0QmasTaKojuk20nNWeFnczSz6vDl0IVJEhS8VYor5kt9gLqt -GcoAgsf4gRDIutJyQDaNn3IVY89uXUVIoexvQeLQDBCgQPC5O8rJdqBwtwIVAK2J -jt+dqk07eQUE59koYUEKyNorAoGBAI4IEpusf8G14kCHmRtnHXM2tG5EWJDmW6Qt -wjqvWp1GKUx5WFy1tVWR9nl5rL0Di+kNdENo+SkKj7h3uDulGOI6T0mQYbV2h1IK -+FMOGnOqvZ8eNTE2n4PGTo5puZ63LBm+QYrQsrNiUY4vakLFQ2rEK/SLwdsDFK4Z -SJCBQw5zAoGAYzOpPmh8Je1IDauEXhgaLz14wqYUHHcrj2VWVJ6fRm8GhdQFJSI7 -GUk08pgKZSKic2lNqxuzW7/vFxKQ/nvzfytY16b+2i+BR4Q6yvMzCebE1hHVg0Ju -TwfUMwoFEOhYP6ZwHSUiQl9IBMH9TNJCMwYMxfY+VOrURFsjGTRUgpwCFQCIGt5g -Y+XZd0Sv69CatDIRYWvaIA== ------END DSA PRIVATE KEY----- +-----BEGIN PRIVATE KEY----- +MIICZQIBADCCAjkGByqGSM44BAEwggIsAoIBAQCQfLlNdehPnTrGIMhw4rk0uua6 +k1nCG3zcyfXli17BdB2k0HBPaTA3a3ZHfOt1Awy0Uu0wZ3gdPr9z0I64hnJXIGou +zIanZ7nYRImHtX5JMFbXeyxo1Owd2Zs3oEk9nQUoUsMxvmYC/ghPL5Zx1pPxcHCO +wzWxoG4yZMjimXOc1/W7zvK/4/g/Cz9fItD3zdcydfgM/hK0/CeYQ21xfhqf4mjK +v9plnCcWgToGI+7H8VK80MFbkO2QKRz3vP1/TjK6PRm9sEeB5b10+SvGv2j2w+CC +0fXL4s6n7PtBlm/bww8xL1/Az8kwejUcII1Dc8uNwwISwGbwaGBvl7IHpm21AiEA +rodZi+nCKZdTL8IgCjX3n0DuhPRkVQPjz/B6VweLW9MCggEAfimkUNwnsGFp7mKM +zJKhHoQkMB1qJzyIHjDzQ/J1xjfoF6i27afw1/WKboND5eseZhlhA2TO5ZJB6nGx +DOE9lVQxYVml++cQj6foHh1TVJAgGl4mWuveW/Rz+NEhpK4zVeEsfMrbkBypPByy +xzF1Z49t568xdIo+e8jLI8FjEdXOIUg4ehB3NY6SL8r4oJ49j/sJWfHcDoWH/LK9 +ZaBF8NpflJe3F40S8RDvM8j2HC+y2Q4QyKk1DXGiH+7yQLGWzr3M73kC3UBnnH0h +Hxb7ISDCT7dCw/lH1nCbVFBOM0ASI26SSsFSXQrvD2kryRcTZ0KkyyhhoPODWpU+ +TQMsxQQjAiEArJr6p2zTbhRppQurHGTdmdYHqrDdZH4MCsD9tQCw1xY= +-----END PRIVATE KEY----- -----BEGIN CERTIFICATE----- -MIIDpDCCAw2gAwIBAgIJAMtotfHYdEsYMA0GCSqGSIb3DQEBBQUAMEQxCzAJBgNV -BAYTAlVLMRYwFAYDVQQKEw1PcGVuU1NMIEdyb3VwMR0wGwYDVQQDExRUZXN0IFMv -TUlNRSBSU0EgUm9vdDAeFw0wODAyMjIxMzUzMDlaFw0xNjA1MTAxMzUzMDlaMEUx +MIIFkDCCBHigAwIBAgIJANk5lu6mSyBFMA0GCSqGSIb3DQEBBQUAMEQxCzAJBgNV +BAYTAlVLMRYwFAYDVQQKDA1PcGVuU1NMIEdyb3VwMR0wGwYDVQQDDBRUZXN0IFMv +TUlNRSBSU0EgUm9vdDAeFw0xMzA3MTcxNzI4MzFaFw0yMzA1MjYxNzI4MzFaMEUx CzAJBgNVBAYTAlVLMRYwFAYDVQQKDA1PcGVuU1NMIEdyb3VwMR4wHAYDVQQDDBVU -ZXN0IFMvTUlNRSBFRSBEU0EgIzMwggG3MIIBLAYHKoZIzjgEATCCAR8CgYEAxSX7 -CDziGsDDuW4sPgKGFITVcUXgTi0KLFN0L+AfJK2nNATa9zo0hi4dcGcR6oZQBNEJ -mrE2iqI7pNtJzVnhZ3M0s+rw5dCFSRIUvFWKK+ZLfYC6rRnKAILH+IEQyLrSckA2 -jZ9yFWPPbl1FSKHsb0Hi0AwQoEDwuTvKyXagcLcCFQCtiY7fnapNO3kFBOfZKGFB -CsjaKwKBgQCOCBKbrH/BteJAh5kbZx1zNrRuRFiQ5lukLcI6r1qdRilMeVhctbVV -kfZ5eay9A4vpDXRDaPkpCo+4d7g7pRjiOk9JkGG1dodSCvhTDhpzqr2fHjUxNp+D -xk6OabmetywZvkGK0LKzYlGOL2pCxUNqxCv0i8HbAxSuGUiQgUMOcwOBhAACgYBj -M6k+aHwl7UgNq4ReGBovPXjCphQcdyuPZVZUnp9GbwaF1AUlIjsZSTTymAplIqJz -aU2rG7Nbv+8XEpD+e/N/K1jXpv7aL4FHhDrK8zMJ5sTWEdWDQm5PB9QzCgUQ6Fg/ -pnAdJSJCX0gEwf1M0kIzBgzF9j5U6tREWyMZNFSCnKOBgzCBgDAdBgNVHQ4EFgQU -VhpVXqQ/EzUMdxLvP7o9EhJ8h70wHwYDVR0jBBgwFoAUE89Lp7uJLrM4Vxd2xput -aFvl7RcwDAYDVR0TAQH/BAIwADAOBgNVHQ8BAf8EBAMCBsAwIAYDVR0RBBkwF4EV -c21pbWVkc2EzQG9wZW5zc2wub3JnMA0GCSqGSIb3DQEBBQUAA4GBACM9e75EQa8m -k/AZkH/tROqf3yeqijULl9x8FjFatqoY+29OM6oMGM425IqSkKd2ipz7OxO0SShu -rE0O3edS7DvYBwvhWPviRaYBMyZ4iFJVup+fOzoYK/j/bASxS3BHQBwb2r4rhe25 -OlTyyFEk7DJyW18YFOG97S1P52oQ5f5x +ZXN0IFMvTUlNRSBFRSBEU0EgIzMwggNGMIICOQYHKoZIzjgEATCCAiwCggEBAJB8 +uU116E+dOsYgyHDiuTS65rqTWcIbfNzJ9eWLXsF0HaTQcE9pMDdrdkd863UDDLRS +7TBneB0+v3PQjriGclcgai7MhqdnudhEiYe1fkkwVtd7LGjU7B3ZmzegST2dBShS +wzG+ZgL+CE8vlnHWk/FwcI7DNbGgbjJkyOKZc5zX9bvO8r/j+D8LP18i0PfN1zJ1 ++Az+ErT8J5hDbXF+Gp/iaMq/2mWcJxaBOgYj7sfxUrzQwVuQ7ZApHPe8/X9OMro9 +Gb2wR4HlvXT5K8a/aPbD4ILR9cvizqfs+0GWb9vDDzEvX8DPyTB6NRwgjUNzy43D +AhLAZvBoYG+XsgembbUCIQCuh1mL6cIpl1MvwiAKNfefQO6E9GRVA+PP8HpXB4tb +0wKCAQB+KaRQ3CewYWnuYozMkqEehCQwHWonPIgeMPND8nXGN+gXqLbtp/DX9Ypu +g0Pl6x5mGWEDZM7lkkHqcbEM4T2VVDFhWaX75xCPp+geHVNUkCAaXiZa695b9HP4 +0SGkrjNV4Sx8ytuQHKk8HLLHMXVnj23nrzF0ij57yMsjwWMR1c4hSDh6EHc1jpIv +yvignj2P+wlZ8dwOhYf8sr1loEXw2l+Ul7cXjRLxEO8zyPYcL7LZDhDIqTUNcaIf +7vJAsZbOvczveQLdQGecfSEfFvshIMJPt0LD+UfWcJtUUE4zQBIjbpJKwVJdCu8P +aSvJFxNnQqTLKGGg84NalT5NAyzFA4IBBQACggEAcXvtfiJfIZ0wgGpN72ZeGrJ9 +msUXOxow7w3fDbP8r8nfVkBNbfha8rx0eY6fURFVZzIOd8EHGKypcH1gS6eZNucf +zgsH1g5r5cRahMZmgGXBEBsWrh2IaDG7VSKt+9ghz27EKgjAQCzyHQL5FCJgR2p7 +cv0V4SRqgiAGYlJ191k2WtLOsVd8kX//jj1l8TUgE7TqpuSEpaSyQ4nzJROpZWZp +N1RwFmCURReykABU/Nzin/+rZnvZrp8WoXSXEqxeB4mShRSaH57xFnJCpRwKJ4qS +2uhATzJaKH7vu63k3DjftbSBVh+32YXwtHc+BGjs8S2aDtCW3FtDA7Z6J8BIxaNg +MF4wDAYDVR0TAQH/BAIwADAOBgNVHQ8BAf8EBAMCBeAwHQYDVR0OBBYEFMJxatDE +FCEFGl4uoiQQ1050Ju9RMB8GA1UdIwQYMBaAFMmRUwpjexZbi71E8HaIqSTm5bZs +MA0GCSqGSIb3DQEBBQUAA4IBAQBGZD1JnMep39KMOhD0iBTmyjhtcnRemckvRask +pS/CqPwo+M+lPNdxpLU2w9b0QhPnj0yAS/BS1yBjsLGY4DP156k4Q3QOhwsrTmrK +YOxg0w7DOpkv5g11YLJpHsjSOwg5uIMoefL8mjQK6XOFOmQXHJrUtGulu+fs6FlM +khGJcW4xYVPK0x/mHvTT8tQaTTkgTdVHObHF5Dyx/F9NMpB3RFguQPk2kT4lJc4i +Up8T9mLzaxz6xc4wwh8h70Zw81lkGYhX+LRk3sfd/REq9x4QXQNP9t9qU1CgrBzv +4orzt9cda4r+rleSg2XjWnXzMydE6DuwPVPZlqnLbSYUy660 -----END CERTIFICATE----- diff --git a/openssl/test/smime-certs/smec1.pem b/openssl/test/smime-certs/smec1.pem new file mode 100755 index 000000000..75a862666 --- /dev/null +++ b/openssl/test/smime-certs/smec1.pem @@ -0,0 +1,22 @@ +-----BEGIN PRIVATE KEY----- +MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQgXzBRX9Z5Ib4LAVAS +DMlYvkj0SmLmYvWULe2LfyXRmpWhRANCAAS+SIj2FY2DouPRuNDp9WVpsqef58tV +3gIwV0EOV/xyYTzZhufZi/aBcXugWR1x758x4nHus2uEuEFi3Mr3K3+x +-----END PRIVATE KEY----- +-----BEGIN CERTIFICATE----- +MIICoDCCAYigAwIBAgIJANk5lu6mSyBGMA0GCSqGSIb3DQEBBQUAMEQxCzAJBgNV +BAYTAlVLMRYwFAYDVQQKDA1PcGVuU1NMIEdyb3VwMR0wGwYDVQQDDBRUZXN0IFMv +TUlNRSBSU0EgUm9vdDAeFw0xMzA3MTcxNzI4MzFaFw0yMzA1MjYxNzI4MzFaMEQx +CzAJBgNVBAYTAlVLMRYwFAYDVQQKDA1PcGVuU1NMIEdyb3VwMR0wGwYDVQQDDBRU +ZXN0IFMvTUlNRSBFRSBFQyAjMTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABL5I +iPYVjYOi49G40On1ZWmyp5/ny1XeAjBXQQ5X/HJhPNmG59mL9oFxe6BZHXHvnzHi +ce6za4S4QWLcyvcrf7GjYDBeMAwGA1UdEwEB/wQCMAAwDgYDVR0PAQH/BAQDAgXg +MB0GA1UdDgQWBBR/ybxC2DI+Jydhx1FMgPbMTmLzRzAfBgNVHSMEGDAWgBTJkVMK +Y3sWW4u9RPB2iKkk5uW2bDANBgkqhkiG9w0BAQUFAAOCAQEAdk9si83JjtgHHHGy +WcgWDfM0jzlWBsgFNQ9DwAuB7gJd/LG+5Ocajg5XdA5FXAdKkfwI6be3PdcVs3Bt +7f/fdKfBxfr9/SvFHnK7PVAX2x1wwS4HglX1lfoyq1boSvsiJOnAX3jsqXJ9TJiV +FlgRVnhnrw6zz3Xs/9ZDMTENUrqDHPNsDkKEi+9SqIsqDXpMCrGHP4ic+S8Rov1y +S+0XioMxVyXDp6XcL4PQ/NgHbw5/+UcS0me0atZ6pW68C0vi6xeU5vxojyuZxMI1 +DXXwMhOXWaKff7KNhXDUN0g58iWlnyaCz4XQwFsbbFs88TQ1+e/aj3bbwTxUeyN7 +qtcHJA== +-----END CERTIFICATE----- diff --git a/openssl/test/smime-certs/smec2.pem b/openssl/test/smime-certs/smec2.pem new file mode 100755 index 000000000..457297a76 --- /dev/null +++ b/openssl/test/smime-certs/smec2.pem @@ -0,0 +1,23 @@ +-----BEGIN PRIVATE KEY----- +MIGPAgEAMBAGByqGSM49AgEGBSuBBAAQBHgwdgIBAQQjhHaq507MOBznelrLG/pl +brnnJi/iEJUUp+Pm3PEiteXqckmhTANKAAQF2zs6vobmoT+M+P2+9LZ7asvFBNi7 +uCzLYF/8j1Scn/spczoC9vNzVhNw+Lg7dnjNL4EDIyYZLl7E0v69luzbvy+q44/8 +6bQ= +-----END PRIVATE KEY----- +-----BEGIN CERTIFICATE----- +MIICpTCCAY2gAwIBAgIJANk5lu6mSyBHMA0GCSqGSIb3DQEBBQUAMEQxCzAJBgNV +BAYTAlVLMRYwFAYDVQQKDA1PcGVuU1NMIEdyb3VwMR0wGwYDVQQDDBRUZXN0IFMv +TUlNRSBSU0EgUm9vdDAeFw0xMzA3MTcxNzI4MzFaFw0yMzA1MjYxNzI4MzFaMEQx +CzAJBgNVBAYTAlVLMRYwFAYDVQQKDA1PcGVuU1NMIEdyb3VwMR0wGwYDVQQDDBRU +ZXN0IFMvTUlNRSBFRSBFQyAjMjBeMBAGByqGSM49AgEGBSuBBAAQA0oABAXbOzq+ +huahP4z4/b70tntqy8UE2Lu4LMtgX/yPVJyf+ylzOgL283NWE3D4uDt2eM0vgQMj +JhkuXsTS/r2W7Nu/L6rjj/zptKNgMF4wDAYDVR0TAQH/BAIwADAOBgNVHQ8BAf8E +BAMCBeAwHQYDVR0OBBYEFGf+QSQlkN20PsNN7x+jmQIJBDcXMB8GA1UdIwQYMBaA +FMmRUwpjexZbi71E8HaIqSTm5bZsMA0GCSqGSIb3DQEBBQUAA4IBAQBaBBryl2Ez +ftBrGENXMKQP3bBEw4n9ely6HvYQi9IC7HyK0ktz7B2FcJ4z96q38JN3cLxV0DhK +xT/72pFmQwZVJngvRaol0k1B+bdmM03llxCw/uNNZejixDjHUI9gEfbigehd7QY0 +uYDu4k4O35/z/XPQ6O5Kzw+J2vdzU8GXlMBbWeZWAmEfLGbk3Ux0ouITnSz0ty5P +rkHTo0uprlFcZAsrsNY5v5iuomYT7ZXAR3sqGZL1zPOKBnyfXeNFUfnKsZW7Fnlq +IlYBQIjqR1HGxxgCSy66f1oplhxSch4PUpk5tqrs6LeOqc2+xROy1T5YrB3yjVs0 +4ZdCllHZkhop +-----END CERTIFICATE----- diff --git a/openssl/test/smime-certs/smroot.pem b/openssl/test/smime-certs/smroot.pem index a59eb2684..d1a253f40 100644 --- a/openssl/test/smime-certs/smroot.pem +++ b/openssl/test/smime-certs/smroot.pem @@ -1,30 +1,49 @@ ------BEGIN RSA PRIVATE KEY----- -MIICXAIBAAKBgQDBV1Z/Q5gPF7lojc8pKUdyz5+Jf2B3vs4he6egekugWnoJduki -9Lnae/JchB/soIX0co3nLc11NuFFlnAWJNMDJr08l5AHAJLYNHevF5l/f9oDQwvZ -speKh1xpIAJNqCTzVeQ/ZLx6/GccIXV/xDuKIiovqJTPgR5WPkYKaw++lQIDAQAB -AoGALXnUj5SflJU4+B2652ydMKUjWl0KnL/VjkyejgGV/j6py8Ybaixz9q8Gv7oY -JDlRqMC1HfZJCFQDQrHy5VJ+CywA/H9WrqKo/Ch9U4tJAZtkig1Cmay/BAYixVu0 -xBeim10aKF6hxHH4Chg9We+OCuzWBWJhqveNjuDedL/i7JUCQQDlejovcwBUCbhJ -U12qKOwlaboolWbl7yF3XdckTJZg7+1UqQHZH5jYZlLZyZxiaC92SNV0SyTLJZnS -Jh5CO+VDAkEA16/pPcuVtMMz/R6SSPpRSIAa1stLs0mFSs3NpR4pdm0n42mu05pO -1tJEt3a1g7zkreQBf53+Dwb+lA841EkjRwJBAIFmt0DifKDnCkBu/jZh9SfzwsH3 -3Zpzik+hXxxdA7+ODCrdUul449vDd5zQD5t+XKU61QNLDGhxv5e9XvrCg7kCQH/a -3ldsVF0oDaxxL+QkxoREtCQ5tLEd1u7F2q6Tl56FDE0pe6Ih6bQ8RtG+g9EI60IN -U7oTrOO5kLWx5E0q4ccCQAZVgoenn9MhRU1agKOCuM6LT2DxReTu4XztJzynej+8 -0J93n3ebanB1MlRpn1XJwhQ7gAC8ImaQKLJK5jdJzFc= ------END RSA PRIVATE KEY----- +-----BEGIN PRIVATE KEY----- +MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQCyyQXED5HyVWwq +nXyzmY317yMUJrIfsKvREG2C691dJNHgNg+oq5sjt/fzkyS84AvdOiicAsao4cYL +DulthaLpbC7msEBhvwAil0FNb5g3ERupe1KuTdUV1UuD/i6S2VoaNXUBBn1rD9Wc +BBc0lnx/4Wt92eQTI6925pt7ZHPQw2Olp7TQDElyi5qPxCem4uT0g3zbZsWqmmsI +MXbu+K3dEprzqA1ucKXbxUmZNkMwVs2XCmlLxrRUj8C3/zENtH17HWCznhR/IVcV +kgIuklkeiDsEhbWvUQumVXR7oPh/CPZAbjGqq5mVueHSHrp7brBVZKHZvoUka28Q +LWitq1W5AgMBAAECggEASkRnOMKfBeOmQy2Yl6K57eeg0sYgSDnDpd0FINWJ5x9c +b58FcjOXBodtYKlHIY6QXx3BsM0WaSEge4d+QBi7S+u8r+eXVwNYswXSArDQsk9R +Bl5MQkvisGciL3pvLmFLpIeASyS/BLJXMbAhU58PqK+jT2wr6idwxBuXivJ3ichu +ISdT1s2aMmnD86ulCD2DruZ4g0mmk5ffV+Cdj+WWkyvEaJW2GRYov2qdaqwSOxV4 +Yve9qStvEIWAf2cISQjbnw2Ww6Z5ebrqlOz9etkmwIly6DTbrIneBnoqJlFFWGlF +ghuzc5RE2w1GbcKSOt0qXH44MTf/j0r86dlu7UIxgQKBgQDq0pEaiZuXHi9OQAOp +PsDEIznCU1bcTDJewANHag5DPEnMKLltTNyLaBRulMypI+CrDbou0nDr29VOzfXx +mNvi/c7RttOBOx7kXKvu0JUFKe2oIWRsg0KsyMX7UFMVaHFgrW+8DhQc7HK7URiw +nitOnA7YwIHRF9BMmcWcLFEYBQKBgQDC6LPbXV8COKO0YCfGXPnE7EZGD/p0Q92Z +8CoSefphEScSdO1IpxFXG7fOZ4x2GQb9q7D3IvaeKAqNjUjkuyxdB30lIWDBwSWw +fFgsa2SZwD5P60G/ar50YJr6LiF333aUMDVmC9swFfZERAEmGUz2NTrPWQdIx/lu +PyDtUR75JQKBgHaoCCJ8vl5SJl1IA5GV4Bo8IoeLTSzsY9d09zMy6BoZcMD1Ix2T +5S2cXhayoegl9PT6bsYSGHVWFCdJ86ktMI826TcXRzDaCvYhzc9THroJQcnfdbtP +aHWezkv7fsAmkoPjn75K7ubeo+r7Q5qbkg6a1PW58N8TRXIvkackzaVxAoGBALAq +qh3U+AHG9dgbrPeyo6KkuCOtX39ks8/mbfCDRZYkbb9V5f5r2tVz3R93IlK/7jyr +yWimtmde46Lrl33922w+T5OW5qBZllo9GWkUrDn3s5qClcuQjJIdmxYTSfbSCJiK +NkmE39lHkG5FVRB9f71tgTlWS6ox7TYDYxx83NTtAoGAUJPAkGt4yGAN4Pdebv53 +bSEpAAULBHntiqDEOu3lVColHuZIucml/gbTpQDruE4ww4wE7dOhY8Q4wEBVYbRI +vHkSiWpJUvZCuKG8Foh5pm9hU0qb+rbQV7NhLJ02qn1AMGO3F/WKrHPPY8/b9YhQ +KfvPCYimQwBjVrEnSntLPR0= +-----END PRIVATE KEY----- -----BEGIN CERTIFICATE----- -MIICaTCCAdKgAwIBAgIJAP6VN47boiXRMA0GCSqGSIb3DQEBBQUAMEQxCzAJBgNV -BAYTAlVLMRYwFAYDVQQKEw1PcGVuU1NMIEdyb3VwMR0wGwYDVQQDExRUZXN0IFMv -TUlNRSBSU0EgUm9vdDAeFw0wODAyMjIxMzUzMDdaFw0xNjA1MTExMzUzMDdaMEQx -CzAJBgNVBAYTAlVLMRYwFAYDVQQKEw1PcGVuU1NMIEdyb3VwMR0wGwYDVQQDExRU -ZXN0IFMvTUlNRSBSU0EgUm9vdDCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA -wVdWf0OYDxe5aI3PKSlHcs+fiX9gd77OIXunoHpLoFp6CXbpIvS52nvyXIQf7KCF -9HKN5y3NdTbhRZZwFiTTAya9PJeQBwCS2DR3rxeZf3/aA0ML2bKXiodcaSACTagk -81XkP2S8evxnHCF1f8Q7iiIqL6iUz4EeVj5GCmsPvpUCAwEAAaNjMGEwHQYDVR0O -BBYEFBPPS6e7iS6zOFcXdsabrWhb5e0XMB8GA1UdIwQYMBaAFBPPS6e7iS6zOFcX -dsabrWhb5e0XMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMA0GCSqG -SIb3DQEBBQUAA4GBAIECprq5viDvnDbkyOaiSr9ubMUmWqvycfAJMdPZRKcOZczS -l+L9R9lF3JSqbt3knOe9u6bGDBOTY2285PdCCuHRVMk2Af1f6El1fqAlRUwNqipp -r68sWFuRqrcRNtk6QQvXfkOhrqQBuDa7te/OVQLa2lGN9Dr2mQsD8ijctatG +MIIDbjCCAlagAwIBAgIJAMc+8VKBJ/S9MA0GCSqGSIb3DQEBBQUAMEQxCzAJBgNV +BAYTAlVLMRYwFAYDVQQKDA1PcGVuU1NMIEdyb3VwMR0wGwYDVQQDDBRUZXN0IFMv +TUlNRSBSU0EgUm9vdDAeFw0xMzA3MTcxNzI4MjlaFw0yMzA3MTUxNzI4MjlaMEQx +CzAJBgNVBAYTAlVLMRYwFAYDVQQKDA1PcGVuU1NMIEdyb3VwMR0wGwYDVQQDDBRU +ZXN0IFMvTUlNRSBSU0EgUm9vdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC +ggEBALLJBcQPkfJVbCqdfLOZjfXvIxQmsh+wq9EQbYLr3V0k0eA2D6irmyO39/OT +JLzgC906KJwCxqjhxgsO6W2FoulsLuawQGG/ACKXQU1vmDcRG6l7Uq5N1RXVS4P+ +LpLZWho1dQEGfWsP1ZwEFzSWfH/ha33Z5BMjr3bmm3tkc9DDY6WntNAMSXKLmo/E +J6bi5PSDfNtmxaqaawgxdu74rd0SmvOoDW5wpdvFSZk2QzBWzZcKaUvGtFSPwLf/ +MQ20fXsdYLOeFH8hVxWSAi6SWR6IOwSFta9RC6ZVdHug+H8I9kBuMaqrmZW54dIe +untusFVkodm+hSRrbxAtaK2rVbkCAwEAAaNjMGEwHQYDVR0OBBYEFMmRUwpjexZb +i71E8HaIqSTm5bZsMB8GA1UdIwQYMBaAFMmRUwpjexZbi71E8HaIqSTm5bZsMA8G +A1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBBQUAA4IB +AQAwpIVWQey2u/XoQSMSu0jd0EZvU+lhLaFrDy/AHQeG3yX1+SAOM6f6w+efPvyb +Op1NPI9UkMPb4PCg9YC7jgYokBkvAcI7J4FcuDKMVhyCD3cljp0ouuKruvEf4FBl +zyQ9pLqA97TuG8g1hLTl8G90NzTRcmKpmhs18BmCxiqHcTfoIpb3QvPkDX8R7LVt +9BUGgPY+8ELCgw868TuHh/Cnc67gBtRjBp0sCYVzGZmKsO5f1XdHrAZKYN5mEp0C +7/OqcDoFqORTquLeycg1At/9GqhDEgxNrqA+YEsPbLGAfsNuXUsXs2ubpGsOZxKt +Emsny2ah6fU2z7PztrUy/A80 -----END CERTIFICATE----- diff --git a/openssl/test/smime-certs/smrsa1.pem b/openssl/test/smime-certs/smrsa1.pem index 2cf3148e3..d0d0b9e66 100644 --- a/openssl/test/smime-certs/smrsa1.pem +++ b/openssl/test/smime-certs/smrsa1.pem @@ -1,31 +1,49 @@ ------BEGIN RSA PRIVATE KEY----- -MIICXgIBAAKBgQC6A978j4pmPgUtUQqF+bjh6vdhwGOGZSD7xXgFTMjm88twfv+E -ixkq2KXSDjD0ZXoQbdOaSbvGRQrIJpG2NGiKAFdYNrP025kCCdh5wF/aEI7KLEm7 -JlHwXpQsuj4wkMgmkFjL3Ty4Z55aNH+2pPQIa0k+ENJXm2gDuhqgBmduAwIDAQAB -AoGBAJMuYu51aO2THyeHGwt81uOytcCbqGP7eoib62ZOJhxPRGYjpmuqX+R9/V5i -KiwGavm63JYUx0WO9YP+uIZxm1BUATzkgkS74u5LP6ajhkZh6/Bck1oIYYkbVOXl -JVrdENuH6U7nupznsyYgONByo+ykFPVUGmutgiaC7NMVo/MxAkEA6KLejWXdCIEn -xr7hGph9NlvY9xuRIMexRV/WrddcFfCdjI1PciIupgrIkR65M9yr7atm1iU6/aRf -KOr8rLZsSQJBAMyyXN71NsDNx4BP6rtJ/LJMP0BylznWkA7zWfGCbAYn9VhZVlSY -Eu9Gyr7quD1ix7G3kInKVYOEEOpockBLz+sCQQCedyMmKjcQLfpMVYW8uhbAynvW -h36qV5yXZxszO7nMcCTBsxhk5IfmLv5EbCs3+p9avCDGyoGOeUMg+kC33WORAkAg -oUIarH4o5+SoeJTTfCzTA0KF9H5U0vYt2+73h7HOnWoHxl3zqDZEfEVvf50U8/0f -QELDJETTbScBJtsnkq43AkEA38etvoZ2i4FJvvo7R/9gWBHVEcrGzcsCBYrNnIR1 -SZLRwHEGaiOK1wxMsWzqp7PJwL9z/M8A8DyOFBx3GPOniA== ------END RSA PRIVATE KEY----- +-----BEGIN PRIVATE KEY----- +MIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDXr9uzB/20QXKC +xhkfNnJvl2xl1hzdOcrQmAqo+AAAcA/D49ImuJDVQRaK2bcj54XB26i1kXuOrxID +3/etUb8yudfx8OAVwh8G0xVA4zhr8uXW85W2tBr4v0Lt+W6lSd6Hmfrk4GmE9LTU +/vzl9HUPW6SZShN1G0nY6oeUXvLi0vasEUKv3a51T6JFYg4c7qt5RCk/w8kwrQ0D +orQwCdkOPEIiC4b+nPStF12SVm5bx8rbYzioxuY/PdSebvt0APeqgRxSpCxqYnHs +CoNeHzSrGXcP0COzFeUOz2tdrhmH09JLbGZs4nbojPxMkjpJSv3/ekDG2CHYxXSH +XxpJstxZAgMBAAECggEASY4xsJaTEPwY3zxLqPdag2/yibBBW7ivz/9p80HQTlXp +KnbxXj8nNXLjCytAZ8A3P2t316PrrTdLP4ML5lGwkM4MNPhek00GY79syhozTa0i +cPHVJt+5Kwee/aVI9JmCiGAczh0yHyOM3+6ttIZvvXMVaSl4BUHvJ0ikQBc5YdzL +s6VM2gCOR6K6n+39QHDI/T7WwO9FFSNnpWFOCHwAWtyBMlleVj+xeZX8OZ/aT+35 +27yjsGNBftWKku29VDineiQC+o+fZGJs6w4JZHoBSP8TfxP8fRCFVNA281G78Xak +cEnKXwZ54bpoSa3ThKl+56J6NHkkfRGb8Rgt/ipJYQKBgQD5DKb82mLw85iReqsT +8bkp408nPOBGz7KYnQsZqAVNGfehM02+dcN5z+w0jOj6GMPLPg5whlEo/O+rt9ze +j6c2+8/+B4Bt5oqCKoOCIndH68jl65+oUxFkcHYxa3zYKGC9Uvb+x2BtBmYgvDRG +ew6I2Q3Zyd2ThZhJygUZpsjsbQKBgQDdtNiGTkgWOm+WuqBI1LT5cQfoPfgI7/da +ZA+37NBUQRe0cM7ddEcNqx7E3uUa1JJOoOYv65VyGI33Ul+evI8h5WE5bupcCEFk +LolzbMc4YQUlsySY9eUXM8jQtfVtaWhuQaABt97l+9oADkrhA+YNdEu2yiz3T6W+ +msI5AnvkHQKBgDEjuPMdF/aY6dqSjJzjzfgg3KZOUaZHJuML4XvPdjRPUlfhKo7Q +55/qUZ3Qy8tFBaTderXjGrJurc+A+LiFOaYUq2ZhDosguOWUA9yydjyfnkUXZ6or +sbvSoM+BeOGhnezdKNT+e90nLRF6cQoTD7war6vwM6L+8hxlGvqDuRNFAoGAD4K8 +d0D4yB1Uez4ZQp8m/iCLRhM3zCBFtNw1QU/fD1Xye5w8zL96zRkAsRNLAgKHLdsR +355iuTXAkOIBcJCOjveGQsdgvAmT0Zdz5FBi663V91o+IDlryqDD1t40CnCKbtRG +hng/ruVczg4x7OYh7SUKuwIP/UlkNh6LogNreX0CgYBQF9troLex6X94VTi1V5hu +iCwzDT6AJj63cS3VRO2ait3ZiLdpKdSNNW2WrlZs8FZr/mVutGEcWho8BugGMWST +1iZkYwly9Xfjnpd0I00ZIlr2/B3+ZsK8w5cOW5Lpb7frol6+BkDnBjbNZI5kQndn +zQpuMJliRlrq/5JkIbH6SA== +-----END PRIVATE KEY----- -----BEGIN CERTIFICATE----- -MIICizCCAfSgAwIBAgIJAMtotfHYdEsTMA0GCSqGSIb3DQEBBQUAMEQxCzAJBgNV -BAYTAlVLMRYwFAYDVQQKEw1PcGVuU1NMIEdyb3VwMR0wGwYDVQQDExRUZXN0IFMv -TUlNRSBSU0EgUm9vdDAeFw0wODAyMjIxMzUzMDhaFw0xNjA1MTAxMzUzMDhaMEUx +MIIDbDCCAlSgAwIBAgIJANk5lu6mSyBAMA0GCSqGSIb3DQEBBQUAMEQxCzAJBgNV +BAYTAlVLMRYwFAYDVQQKDA1PcGVuU1NMIEdyb3VwMR0wGwYDVQQDDBRUZXN0IFMv +TUlNRSBSU0EgUm9vdDAeFw0xMzA3MTcxNzI4MzBaFw0yMzA1MjYxNzI4MzBaMEUx CzAJBgNVBAYTAlVLMRYwFAYDVQQKDA1PcGVuU1NMIEdyb3VwMR4wHAYDVQQDDBVU -ZXN0IFMvTUlNRSBFRSBSU0EgIzEwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGB -ALoD3vyPimY+BS1RCoX5uOHq92HAY4ZlIPvFeAVMyObzy3B+/4SLGSrYpdIOMPRl -ehBt05pJu8ZFCsgmkbY0aIoAV1g2s/TbmQIJ2HnAX9oQjsosSbsmUfBelCy6PjCQ -yCaQWMvdPLhnnlo0f7ak9AhrST4Q0lebaAO6GqAGZ24DAgMBAAGjgYMwgYAwHQYD -VR0OBBYEFE2vMvKz5jrC7Lbdg68XwZ95iL/QMB8GA1UdIwQYMBaAFBPPS6e7iS6z -OFcXdsabrWhb5e0XMAwGA1UdEwEB/wQCMAAwDgYDVR0PAQH/BAQDAgXgMCAGA1Ud -EQQZMBeBFXNtaW1lcnNhMUBvcGVuc3NsLm9yZzANBgkqhkiG9w0BAQUFAAOBgQAi -O3GOkUl646oLnOimc36i9wxZ1tejsqs8vMjJ0Pym6Uq9FE2JoGzJ6OhB1GOsEVmj -9cQ5UNQcRYL3cqOFtl6f4Dpu/lhzfbaqgmLjv29G1mS0uuTZrixhlyCXjwcbOkNC -I/+wvHHENYIK5+T/79M9LaZ2Qk4F9MNE1VMljdz9Qw== +ZXN0IFMvTUlNRSBFRSBSU0EgIzEwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK +AoIBAQDXr9uzB/20QXKCxhkfNnJvl2xl1hzdOcrQmAqo+AAAcA/D49ImuJDVQRaK +2bcj54XB26i1kXuOrxID3/etUb8yudfx8OAVwh8G0xVA4zhr8uXW85W2tBr4v0Lt ++W6lSd6Hmfrk4GmE9LTU/vzl9HUPW6SZShN1G0nY6oeUXvLi0vasEUKv3a51T6JF +Yg4c7qt5RCk/w8kwrQ0DorQwCdkOPEIiC4b+nPStF12SVm5bx8rbYzioxuY/PdSe +bvt0APeqgRxSpCxqYnHsCoNeHzSrGXcP0COzFeUOz2tdrhmH09JLbGZs4nbojPxM +kjpJSv3/ekDG2CHYxXSHXxpJstxZAgMBAAGjYDBeMAwGA1UdEwEB/wQCMAAwDgYD +VR0PAQH/BAQDAgXgMB0GA1UdDgQWBBTmjc+lrTQuYx/VBOBGjMvufajvhDAfBgNV +HSMEGDAWgBTJkVMKY3sWW4u9RPB2iKkk5uW2bDANBgkqhkiG9w0BAQUFAAOCAQEA +dr2IRXcFtlF16kKWs1VTaFIHHNQrfSVHBkhKblPX3f/0s/i3eXgwKUu7Hnb6T3/o +E8L+e4ioQNhahTLt9ruJNHWA/QDwOfkqM3tshCs2xOD1Cpy7Bd3Dn0YBrHKyNXRK +WelGp+HetSXJGW4IZJP7iES7Um0DGktLabhZbe25EnthRDBjNnaAmcofHECWESZp +lEHczGZfS9tRbzOCofxvgLbF64H7wYSyjAe6R8aain0VRbIusiD4tCHX/lOMh9xT +GNBW8zTL+tV9H1unjPMORLnT0YQ3oAyEND0jCu0ACA1qGl+rzxhF6bQcTUNEbRMu +9Hjq6s316fk4Ne0EUF3PbA== -----END CERTIFICATE----- diff --git a/openssl/test/smime-certs/smrsa2.pem b/openssl/test/smime-certs/smrsa2.pem index d41f69c82..2f17cb297 100644 --- a/openssl/test/smime-certs/smrsa2.pem +++ b/openssl/test/smime-certs/smrsa2.pem @@ -1,31 +1,49 @@ ------BEGIN RSA PRIVATE KEY----- -MIICWwIBAAKBgQCwBfryW4Vu5U9wNIDKspJO/N9YF4CcTlrCUyzVlKgb+8urHlSe -59i5verR9IOCCXkemjOzZ/3nALTGqYZlnEvHp0Rjk+KdKXnKBIB+SRPpeu3LcXMT -WPgsThPa0UQxedNKG0g6aG+kLhsDlFBCoxd09jJtSpb9jmroJOq0ZYEHLwIDAQAB -AoGAKa/w4677Je1W5+r3SYoLDnvi5TkDs4D3C6ipKJgBTEdQz+DqB4w/DpZE4551 -+rkFn1LDxcxuHGRVa+tAMhZW97fwq9YUbjVZEyOz79qrX+BMyl/NbHkf1lIKDo3q -dWalzQvop7nbzeLC+VmmviwZfLQUbA61AQl3jm4dswT4XykCQQDloDadEv/28NTx -bvvywvyGuvJkCkEIycm4JrIInvwsd76h/chZ3oymrqzc7hkEtK6kThqlS5y+WXl6 -QzPruTKTAkEAxD2ro/VUoN+scIVaLmn0RBmZ67+9Pdn6pNSfjlK3s0T0EM6/iUWS -M06l6L9wFS3/ceu1tIifsh9BeqOGTa+udQJARIFnybTBaIqw/NZ/lA1YCVn8tpvY -iyaoZ6gjtS65TQrsdKeh/i3HCHNUXxUpoZ3F/H7QtD+6o49ODou+EbVOwQJAVmex -A2gp8wuJKaINqxIL81AybZLnCCzKJ3lXJ5tUNyLNM/lUbGStktm2Q1zHRQwTxV07 -jFn7trn8YrtNjzcjYQJAUKIJRt38A8Jw3HoPT+D0WS2IgxjVL0eYGsZX1lyeammG -6rfnQ3u5uP7mEK2EH2o8mDUpAE0gclWBU9UkKxJsGA== ------END RSA PRIVATE KEY----- +-----BEGIN PRIVATE KEY----- +MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDcYC4tS2Uvn1Z2 +iDgtfkJA5tAqgbN6X4yK02RtVH5xekV9+6+eTt/9S+iFAzAnwqR/UB1R67ETrsWq +V8u9xLg5fHIwIkmu9/6P31UU9cghO7J1lcrhHvooHaFpcXepPWQacpuBq2VvcKRD +lDfVmdM5z6eS3dSZPTOMMP/xk4nhZB8mcw27qiccPieS0PZ9EZB63T1gmwaK1Rd5 +U94Pl0+zpDqhViuXmBfiIDWjjz0BzHnHSz5Rg4S3oXF1NcojhptIWyI0r7dgn5J3 +NxC4kgKdjzysxo6iWd0nLgz7h0jUdj79EOis4fg9G4f0EFWyQf7iDxGaA93Y9ePB +Jv5iFZVZAgMBAAECggEBAILIPX856EHb0KclbhlpfY4grFcdg9LS04grrcTISQW1 +J3p9nBpZ+snKe6I8Yx6lf5PiipPsSLlCliHiWpIzJZVQCkAQiSPiHttpEYgP2IYI +dH8dtznkdVbLRthZs0bnnPmpHCpW+iqpcYJ9eqkz0cvUNUGOjjWmwWmoRqwp/8CW +3S1qbkQiCh0Mk2fQeGar76R06kXQ9MKDEj14zyS3rJX+cokjEoMSlH8Sbmdh2mJz +XlNZcvqmeGJZwQWgbVVHOMUuZaKJiFa+lqvOdppbqSx0AsCRq6vjmjEYQEoOefYK +3IJM9IvqW5UNx0Cy4kQdjhZFFwMO/ALD3QyF21iP4gECgYEA+isQiaWdaY4UYxwK +Dg+pnSCKD7UGZUaCUIv9ds3CbntMOONFe0FxPsgcc4jRYQYj1rpQiFB8F11+qXGa +P/IHcnjr2+mTrNY4I9Bt1Lg+pHSS8QCgzeueFybYMLaSsXUo7tGwpvw6UUb6/YWI +LNCzZbrCLg1KZjGODhhxtvN45ZkCgYEA4YNSe+GMZlxgsvxbLs86WOm6DzJUPvxN +bWmni0+Oe0cbevgGEUjDVc895uMFnpvlgO49/C0AYJ+VVbStjIMgAeMnWj6OZoSX +q49rI8KmKUxKgORZiiaMqGWQ7Rxv68+4S8WANsjFxoUrE6dNV3uYDIUsiSLbZeI8 +38KVTcLohcECgYEAiOdyWHGq0G4xl/9rPUCzCMsa4velNV09yYiiwBZgVgfhsawm +hQpOSBZJA60XMGqkyEkT81VgY4UF4QLLcD0qeCnWoXWVHFvrQyY4RNZDacpl87/t +QGO2E2NtolL3umesa+2TJ/8Whw46Iu2llSjtVDm9NGiPk5eA7xPPf1iEi9kCgYAb +0EmVE91wJoaarLtGS7LDkpgrFacEWbPnAbfzW62UENIX2Y1OBm5pH/Vfi7J+vHWS +8E9e0eIRCL2vY2hgQy/oa67H151SkZnvQ/IP6Ar8Xvd1bDSK8HQ6tMQqKm63Y9g0 +KDjHCP4znOsSMnk8h/bZ3HcAtvbeWwftBR/LBnYNQQKBgA1leIXLLHRoX0VtS/7e +y7Xmn7gepj+gDbSuCs5wGtgw0RB/1z/S3QoS2TCbZzKPBo20+ivoRP7gcuFhduFR +hT8V87esr/QzLVpjLedQDW8Xb7GiO3BsU/gVC9VcngenbL7JObl3NgvdreIYo6+n +yrLyf+8hjm6H6zkjqiOkHAl+ +-----END PRIVATE KEY----- -----BEGIN CERTIFICATE----- -MIICizCCAfSgAwIBAgIJAMtotfHYdEsUMA0GCSqGSIb3DQEBBQUAMEQxCzAJBgNV -BAYTAlVLMRYwFAYDVQQKEw1PcGVuU1NMIEdyb3VwMR0wGwYDVQQDExRUZXN0IFMv -TUlNRSBSU0EgUm9vdDAeFw0wODAyMjIxMzUzMDhaFw0xNjA1MTAxMzUzMDhaMEUx +MIIDbDCCAlSgAwIBAgIJANk5lu6mSyBBMA0GCSqGSIb3DQEBBQUAMEQxCzAJBgNV +BAYTAlVLMRYwFAYDVQQKDA1PcGVuU1NMIEdyb3VwMR0wGwYDVQQDDBRUZXN0IFMv +TUlNRSBSU0EgUm9vdDAeFw0xMzA3MTcxNzI4MzBaFw0yMzA1MjYxNzI4MzBaMEUx CzAJBgNVBAYTAlVLMRYwFAYDVQQKDA1PcGVuU1NMIEdyb3VwMR4wHAYDVQQDDBVU -ZXN0IFMvTUlNRSBFRSBSU0EgIzIwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGB -ALAF+vJbhW7lT3A0gMqykk7831gXgJxOWsJTLNWUqBv7y6seVJ7n2Lm96tH0g4IJ -eR6aM7Nn/ecAtMaphmWcS8enRGOT4p0pecoEgH5JE+l67ctxcxNY+CxOE9rRRDF5 -00obSDpob6QuGwOUUEKjF3T2Mm1Klv2Oaugk6rRlgQcvAgMBAAGjgYMwgYAwHQYD -VR0OBBYEFIL/u+mEvaw7RuKLRuElfVkxSQjYMB8GA1UdIwQYMBaAFBPPS6e7iS6z -OFcXdsabrWhb5e0XMAwGA1UdEwEB/wQCMAAwDgYDVR0PAQH/BAQDAgXgMCAGA1Ud -EQQZMBeBFXNtaW1lcnNhMkBvcGVuc3NsLm9yZzANBgkqhkiG9w0BAQUFAAOBgQC2 -rXR5bm/9RtOMQPleNpd3y6uUX3oy+0CafK5Yl3PMnItjjnKJ0l1/DbLbDj2twehe -ewaB8CROcBCA3AMLSmGvPKgUCFMGtWam3328M4fBHzon5ka7qDXzM+imkAly/Yx2 -YNdR/aNOug+5sXygHmTSKqiCpQjOIClzXoPVVeEVHw== +ZXN0IFMvTUlNRSBFRSBSU0EgIzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK +AoIBAQDcYC4tS2Uvn1Z2iDgtfkJA5tAqgbN6X4yK02RtVH5xekV9+6+eTt/9S+iF +AzAnwqR/UB1R67ETrsWqV8u9xLg5fHIwIkmu9/6P31UU9cghO7J1lcrhHvooHaFp +cXepPWQacpuBq2VvcKRDlDfVmdM5z6eS3dSZPTOMMP/xk4nhZB8mcw27qiccPieS +0PZ9EZB63T1gmwaK1Rd5U94Pl0+zpDqhViuXmBfiIDWjjz0BzHnHSz5Rg4S3oXF1 +NcojhptIWyI0r7dgn5J3NxC4kgKdjzysxo6iWd0nLgz7h0jUdj79EOis4fg9G4f0 +EFWyQf7iDxGaA93Y9ePBJv5iFZVZAgMBAAGjYDBeMAwGA1UdEwEB/wQCMAAwDgYD +VR0PAQH/BAQDAgXgMB0GA1UdDgQWBBT0arpyYMHXDPVL7MvzE+lx71L7sjAfBgNV +HSMEGDAWgBTJkVMKY3sWW4u9RPB2iKkk5uW2bDANBgkqhkiG9w0BAQUFAAOCAQEA +I8nM42am3aImkZyrw8iGkaGhKyi/dfajSWx6B9izBUh+3FleBnUxxOA+mn7M8C47 +Ne18iaaWK8vEux9KYTIY8BzXQZL1AuZ896cXEc6bGKsME37JSsocfuB5BIGWlYLv +/ON5/SJ0iVFj4fAp8z7Vn5qxRJj9BhZDxaO1Raa6cz6pm0imJy9v8y01TI6HsK8c +XJQLs7/U4Qb91K+IDNX/lgW3hzWjifNpIpT5JyY3DUgbkD595LFV5DDMZd0UOqcv +6cyN42zkX8a0TWr3i5wu7pw4k1oD19RbUyljyleEp0DBauIct4GARdBGgi5y1H2i +NzYzLAPBkHCMY0Is3KKIBw== -----END CERTIFICATE----- diff --git a/openssl/test/smime-certs/smrsa3.pem b/openssl/test/smime-certs/smrsa3.pem index c8cbe5515..14c27f64a 100644 --- a/openssl/test/smime-certs/smrsa3.pem +++ b/openssl/test/smime-certs/smrsa3.pem @@ -1,31 +1,49 @@ ------BEGIN RSA PRIVATE KEY----- -MIICXAIBAAKBgQC6syTZtZNe1hRScFc4PUVyVLsr7+C1HDIZnOHmwFoLayX6RHwy -ep/TkdwiPHnemVLuwvpSjLMLZkXy/J764kSHJrNeVl3UvmCVCOm40hAtK1+F39pM -h8phkbPPD7i+hwq4/Vs79o46nzwbVKmzgoZBJhZ+codujUSYM3LjJ4aq+wIDAQAB -AoGAE1Zixrnr3bLGwBMqtYSDIOhtyos59whImCaLr17U9MHQWS+mvYO98if1aQZi -iQ/QazJ+wvYXxWJ+dEB+JvYwqrGeuAU6He/rAb4OShG4FPVU2D19gzRnaButWMeT -/1lgXV08hegGBL7RQNaN7b0viFYMcKnSghleMP0/q+Y/oaECQQDkXEwDYJW13X9p -ijS20ykWdY5lLknjkHRhhOYux0rlhOqsyMZjoUmwI2m0qj9yrIysKhrk4MZaM/uC -hy0xp3hdAkEA0Uv/UY0Kwsgc+W6YxeypECtg1qCE6FBib8n4iFy/6VcWqhvE5xrs -OdhKv9/p6aLjLneGd1sU+F8eS9LGyKIbNwJBAJPgbNzXA7uUZriqZb5qeTXxBDfj -RLfXSHYKAKEULxz3+JvRHB9SR4yHMiFrCdExiZrHXUkPgYLSHLGG5a4824UCQD6T -9XvhquUARkGCAuWy0/3Eqoihp/t6BWSdQ9Upviu7YUhtUxsyXo0REZB7F4pGrJx5 -GlhXgFaewgUzuUHFzlMCQCzJMMWslWpoLntnR6sMhBMhBFHSw+Y5CbxBmFrdtSkd -VdtNO1VuDCTxjjW7W3Khj7LX4KZ1ye/5jfAgnnnXisc= ------END RSA PRIVATE KEY----- +-----BEGIN PRIVATE KEY----- +MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCyK+BTAOJKJjji +OhY60NeZjzGGZxEBfCm62n0mwkzusW/V/e63uwj6uOVCFoVBz5doMf3M6QIS2jL3 +Aw6Qs5+vcuLA0gHrqIwjYQz1UZ5ETLKLKbQw6YOIVfsFSTxytUVpfcByrubWiLKX +63theG1/IVokDK/9/k52Kyt+wcCjuRb7AJQFj2OLDRuWm/gavozkK103gQ+dUq4H +XamZMtTq1EhQOfc0IUeCOEL6xz4jzlHHfzLdkvb7Enhav2sXDfOmZp/DYf9IqS7l +vFkkINPVbYFBTexaPZlFwmpGRjkmoyH/w+Jlcpzs+w6p1diWRpaSn62bbkRN49j6 +L2dVb+DfAgMBAAECggEAciwDl6zdVT6g/PbT/+SMA+7qgYHSN+1koEQaJpgjzGEP +lUUfj8TewCtzXaIoyj9IepBuXryBg6snNXpT/w3bqgYon/7zFBvxkUpDj4A5tvKf +BuY2fZFlpBvUu1Ju1eKrFCptBBBoA9mc+BUB/ze4ktrAdJFcxZoMlVScjqGB3GdR +OHw2x9BdWGCJBhiu9VHhAAb/LVWi6xgDumYSWZwN2yovg+7J91t5bsENeBRHycK+ +i5dNFh1umIK9N0SH6bpHPnLHrCRchrQ6ZRRxL4ZBKA9jFRDeI7OOsJuCvhGyJ1se +snsLjr/Ahg00aiHCcC1SPQ6pmXAVBCG7hf4AX82V4QKBgQDaFDE+Fcpv84mFo4s9 +wn4CZ8ymoNIaf5zPl/gpH7MGots4NT5+Ns+6zzJQ6TEpDjTPx+vDaabP7QGXwVZn +8NAHYvCQK37b+u9HrOt256YYRDOmnJFSbsJdmqzMEzpTNmQ8GuI37cZCS9CmSMv+ +ab/plcwuv0cJRSC83NN2AFyu1QKBgQDRJzKIBQlpprF9rA0D5ZjLVW4OH18A0Mmm +oanw7qVutBaM4taFN4M851WnNIROyYIlkk2fNgW57Y4M8LER4zLrjU5HY4lB0BMX +LQWDbyz4Y7L4lVnnEKfQxWFt9avNZwiCxCxEKy/n/icmVCzc91j9uwKcupdzrN6E +yzPd1s5y4wKBgQCkJvzmAdsOp9/Fg1RFWcgmIWHvrzBXl+U+ceLveZf1j9K5nYJ7 +2OBGer4iH1XM1I+2M4No5XcWHg3L4FEdDixY0wXHT6Y/CcThS+015Kqmq3fBmyrc +RNjzQoF9X5/QkSmkAIx1kvpgXtcgw70htRIrToGSUpKzDKDW6NYXhbA+PQKBgDJK +KH5IJ8E9kYPUMLT1Kc4KVpISvPcnPLVSPdhuqVx69MkfadFSTb4BKbkwiXegQCjk +isFzbeEM25EE9q6EYKP+sAm+RyyJ6W0zKBY4TynSXyAiWSGUAaXTL+AOqCaVVZiL +rtEdSUGQ/LzclIT0/HLV2oTw4KWxtTdc3LXEhpNdAoGBAM3LckiHENqtoeK2gVNw +IPeEuruEqoN4n+XltbEEv6Ymhxrs6T6HSKsEsLhqsUiIvIzH43KMm45SNYTn5eZh +yzYMXLmervN7c1jJe2Y2MYv6hE+Ypj1xGW4w7s8WNKmVzLv97beisD9AZrS7sXfF +RvOAi5wVkYylDxV4238MAZIq +-----END PRIVATE KEY----- -----BEGIN CERTIFICATE----- -MIICizCCAfSgAwIBAgIJAMtotfHYdEsVMA0GCSqGSIb3DQEBBQUAMEQxCzAJBgNV -BAYTAlVLMRYwFAYDVQQKEw1PcGVuU1NMIEdyb3VwMR0wGwYDVQQDExRUZXN0IFMv -TUlNRSBSU0EgUm9vdDAeFw0wODAyMjIxMzUzMDlaFw0xNjA1MTAxMzUzMDlaMEUx +MIIDbDCCAlSgAwIBAgIJANk5lu6mSyBCMA0GCSqGSIb3DQEBBQUAMEQxCzAJBgNV +BAYTAlVLMRYwFAYDVQQKDA1PcGVuU1NMIEdyb3VwMR0wGwYDVQQDDBRUZXN0IFMv +TUlNRSBSU0EgUm9vdDAeFw0xMzA3MTcxNzI4MzBaFw0yMzA1MjYxNzI4MzBaMEUx CzAJBgNVBAYTAlVLMRYwFAYDVQQKDA1PcGVuU1NMIEdyb3VwMR4wHAYDVQQDDBVU -ZXN0IFMvTUlNRSBFRSBSU0EgIzMwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGB -ALqzJNm1k17WFFJwVzg9RXJUuyvv4LUcMhmc4ebAWgtrJfpEfDJ6n9OR3CI8ed6Z -Uu7C+lKMswtmRfL8nvriRIcms15WXdS+YJUI6bjSEC0rX4Xf2kyHymGRs88PuL6H -Crj9Wzv2jjqfPBtUqbOChkEmFn5yh26NRJgzcuMnhqr7AgMBAAGjgYMwgYAwHQYD -VR0OBBYEFDsSFjNtYZzd0tTHafNS7tneQQj6MB8GA1UdIwQYMBaAFBPPS6e7iS6z -OFcXdsabrWhb5e0XMAwGA1UdEwEB/wQCMAAwDgYDVR0PAQH/BAQDAgXgMCAGA1Ud -EQQZMBeBFXNtaW1lcnNhM0BvcGVuc3NsLm9yZzANBgkqhkiG9w0BAQUFAAOBgQBE -tUDB+1Dqigu4p1xtdq7JRK6S+gfA7RWmhz0j2scb2zhpS12h37JLHsidGeKAzZYq -jUjOrH/j3xcV5AnuJoqImJaN23nzzxtR4qGGX2mrq6EtObzdEGgCUaizsGM+0slJ -PYxcy8KeY/63B1BpYhj2RjGkL6HrvuAaxVORa3acoA== +ZXN0IFMvTUlNRSBFRSBSU0EgIzMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK +AoIBAQCyK+BTAOJKJjjiOhY60NeZjzGGZxEBfCm62n0mwkzusW/V/e63uwj6uOVC +FoVBz5doMf3M6QIS2jL3Aw6Qs5+vcuLA0gHrqIwjYQz1UZ5ETLKLKbQw6YOIVfsF +STxytUVpfcByrubWiLKX63theG1/IVokDK/9/k52Kyt+wcCjuRb7AJQFj2OLDRuW +m/gavozkK103gQ+dUq4HXamZMtTq1EhQOfc0IUeCOEL6xz4jzlHHfzLdkvb7Enha +v2sXDfOmZp/DYf9IqS7lvFkkINPVbYFBTexaPZlFwmpGRjkmoyH/w+Jlcpzs+w6p +1diWRpaSn62bbkRN49j6L2dVb+DfAgMBAAGjYDBeMAwGA1UdEwEB/wQCMAAwDgYD +VR0PAQH/BAQDAgXgMB0GA1UdDgQWBBQ6CkW5sa6HrBsWvuPOvMjyL5AnsDAfBgNV +HSMEGDAWgBTJkVMKY3sWW4u9RPB2iKkk5uW2bDANBgkqhkiG9w0BAQUFAAOCAQEA +JhcrD7AKafVzlncA3cZ6epAruj1xwcfiE+EbuAaeWEGjoSltmevcjgoIxvijRVcp +sCbNmHJZ/siQlqzWjjf3yoERvLDqngJZZpQeocMIbLRQf4wgLAuiBcvT52wTE+sa +VexeETDy5J1OW3wE4A3rkdBp6hLaymlijFNnd5z/bP6w3AcIMWm45yPm0skM8RVr +O3UstEFYD/iy+p+Y/YZDoxYQSW5Vl+NkpGmc5bzet8gQz4JeXtH3z5zUGoDM4XK7 +tXP3yUi2eecCbyjh/wgaQiVdylr1Kv3mxXcTl+cFO22asDkh0R/y72nTCu5fSILY +CscFo2Z2pYROGtZDmYqhRw== -----END CERTIFICATE----- diff --git a/openssl/test/tcrl b/openssl/test/tcrl index 055269eab..1075a4f3f 100644 --- a/openssl/test/tcrl +++ b/openssl/test/tcrl @@ -9,70 +9,70 @@ else fi echo testing crl conversions -cp $t fff.p +cp $t crl-fff.p echo "p -> d" -$cmd -in fff.p -inform p -outform d >f.d +$cmd -in crl-fff.p -inform p -outform d >crl-f.d if [ $? != 0 ]; then exit 1; fi #echo "p -> t" -#$cmd -in fff.p -inform p -outform t >f.t +#$cmd -in crl-fff.p -inform p -outform t >crl-f.t #if [ $? != 0 ]; then exit 1; fi echo "p -> p" -$cmd -in fff.p -inform p -outform p >f.p +$cmd -in crl-fff.p -inform p -outform p >crl-f.p if [ $? != 0 ]; then exit 1; fi echo "d -> d" -$cmd -in f.d -inform d -outform d >ff.d1 +$cmd -in crl-f.d -inform d -outform d >crl-ff.d1 if [ $? != 0 ]; then exit 1; fi #echo "t -> d" -#$cmd -in f.t -inform t -outform d >ff.d2 +#$cmd -in crl-f.t -inform t -outform d >crl-ff.d2 #if [ $? != 0 ]; then exit 1; fi echo "p -> d" -$cmd -in f.p -inform p -outform d >ff.d3 +$cmd -in crl-f.p -inform p -outform d >crl-ff.d3 if [ $? != 0 ]; then exit 1; fi #echo "d -> t" -#$cmd -in f.d -inform d -outform t >ff.t1 +#$cmd -in crl-f.d -inform d -outform t >crl-ff.t1 #if [ $? != 0 ]; then exit 1; fi #echo "t -> t" -#$cmd -in f.t -inform t -outform t >ff.t2 +#$cmd -in crl-f.t -inform t -outform t >crl-ff.t2 #if [ $? != 0 ]; then exit 1; fi #echo "p -> t" -#$cmd -in f.p -inform p -outform t >ff.t3 +#$cmd -in crl-f.p -inform p -outform t >crl-ff.t3 #if [ $? != 0 ]; then exit 1; fi echo "d -> p" -$cmd -in f.d -inform d -outform p >ff.p1 +$cmd -in crl-f.d -inform d -outform p >crl-ff.p1 if [ $? != 0 ]; then exit 1; fi #echo "t -> p" -#$cmd -in f.t -inform t -outform p >ff.p2 +#$cmd -in crl-f.t -inform t -outform p >crl-ff.p2 #if [ $? != 0 ]; then exit 1; fi echo "p -> p" -$cmd -in f.p -inform p -outform p >ff.p3 +$cmd -in crl-f.p -inform p -outform p >crl-ff.p3 if [ $? != 0 ]; then exit 1; fi -cmp fff.p f.p +cmp crl-fff.p crl-f.p if [ $? != 0 ]; then exit 1; fi -cmp fff.p ff.p1 +cmp crl-fff.p crl-ff.p1 if [ $? != 0 ]; then exit 1; fi -#cmp fff.p ff.p2 +#cmp crl-fff.p crl-ff.p2 #if [ $? != 0 ]; then exit 1; fi -cmp fff.p ff.p3 +cmp crl-fff.p crl-ff.p3 if [ $? != 0 ]; then exit 1; fi -#cmp f.t ff.t1 +#cmp crl-f.t crl-ff.t1 #if [ $? != 0 ]; then exit 1; fi -#cmp f.t ff.t2 +#cmp crl-f.t crl-ff.t2 #if [ $? != 0 ]; then exit 1; fi -#cmp f.t ff.t3 +#cmp crl-f.t crl-ff.t3 #if [ $? != 0 ]; then exit 1; fi -cmp f.p ff.p1 +cmp crl-f.p crl-ff.p1 if [ $? != 0 ]; then exit 1; fi -#cmp f.p ff.p2 +#cmp crl-f.p crl-ff.p2 #if [ $? != 0 ]; then exit 1; fi -cmp f.p ff.p3 +cmp crl-f.p crl-ff.p3 if [ $? != 0 ]; then exit 1; fi -/bin/rm -f f.* ff.* fff.* +/bin/rm -f crl-f.* crl-ff.* crl-fff.* exit 0 diff --git a/openssl/test/testenc b/openssl/test/testenc index f5ce7c0c4..d9fd52e53 100644 --- a/openssl/test/testenc +++ b/openssl/test/testenc @@ -1,6 +1,6 @@ #!/bin/sh -testsrc=Makefile +testsrc=testenc test=./p cmd="../util/shlib_wrap.sh ../apps/openssl" diff --git a/openssl/test/tests.com b/openssl/test/tests.com index 39a7bfa60..6e1c818e7 100644 --- a/openssl/test/tests.com +++ b/openssl/test/tests.com @@ -56,7 +56,8 @@ $ tests := - test_enc,test_x509,test_rsa,test_crl,test_sid,- test_gen,test_req,test_pkcs7,test_verify,test_dh,test_dsa,- test_ss,test_ca,test_engine,test_evp,test_ssl,test_tsa,test_ige,- - test_jpake,test_srp,test_cms,test_heartbeat,test_constant_time + test_jpake,test_srp,test_cms,test_ocsp,test_v3name,test_heartbeat,- + test_constant_time $ endif $ tests = f$edit(tests,"COLLAPSE") $ @@ -94,9 +95,10 @@ $ EVPTEST := evp_test $ IGETEST := igetest $ JPAKETEST := jpaketest $ SRPTEST := srptest +$ V3NAMETEST := v3nametest $ ASN1TEST := asn1test -$ HEARTBEATTEST := heartbeat_test -$ CONSTTIMETEST := constant_time_test +$ HEARTBEATTEST := heartbeat_test +$ CONSTTIMETEST := constant_time_test $! $ tests_i = 0 $ loop_tests: @@ -368,6 +370,14 @@ $ test_srp: $ write sys$output "Test SRP" $ mcr 'texe_dir''srptest' $ return +$ test_ocsp: +$ write sys$output "Test OCSP" +$ @tocsp.com +$ return +$ test_v3name: +$ write sys$output "Test V3NAME" +$ mcr 'texe_dir''v3nametest' +$ return $ test_heartbeat: $ write sys$output "Test HEARTBEAT" $ mcr 'texe_dir''heartbeattest' diff --git a/openssl/test/testssl b/openssl/test/testssl index 9fb89a3dd..e3b342bfd 100644 --- a/openssl/test/testssl +++ b/openssl/test/testssl @@ -30,6 +30,8 @@ else extra="$4" fi +serverinfo="./serverinfo.pem" + ############################################################################# echo test sslv2 @@ -165,6 +167,35 @@ $ssltest -tls1 -cipher PSK -psk abc123 $extra || exit 1 echo test tls1 with PSK via BIO pair $ssltest -bio_pair -tls1 -cipher PSK -psk abc123 $extra || exit 1 +############################################################################# +# Custom Extension tests + +echo test tls1 with custom extensions +$ssltest -bio_pair -tls1 -custom_ext || exit 1 + +############################################################################# +# Serverinfo tests + +echo test tls1 with serverinfo +$ssltest -bio_pair -tls1 -serverinfo_file $serverinfo || exit 1 +$ssltest -bio_pair -tls1 -serverinfo_file $serverinfo -serverinfo_sct || exit 1 +$ssltest -bio_pair -tls1 -serverinfo_file $serverinfo -serverinfo_tack || exit 1 +$ssltest -bio_pair -tls1 -serverinfo_file $serverinfo -serverinfo_sct -serverinfo_tack || exit 1 +$ssltest -bio_pair -tls1 -custom_ext -serverinfo_file $serverinfo -serverinfo_sct -serverinfo_tack || exit 1 + + +############################################################################# +# ALPN tests + +$ssltest -bio_pair -tls1 -alpn_client foo -alpn_server bar || exit 1 +$ssltest -bio_pair -tls1 -alpn_client foo -alpn_server foo -alpn_expected foo || exit 1 +$ssltest -bio_pair -tls1 -alpn_client foo,bar -alpn_server foo -alpn_expected foo || exit 1 +$ssltest -bio_pair -tls1 -alpn_client bar,foo -alpn_server foo -alpn_expected foo || exit 1 +$ssltest -bio_pair -tls1 -alpn_client bar,foo -alpn_server foo,bar -alpn_expected foo || exit 1 +$ssltest -bio_pair -tls1 -alpn_client bar,foo -alpn_server bar,foo -alpn_expected bar || exit 1 +$ssltest -bio_pair -tls1 -alpn_client foo,bar -alpn_server bar,foo -alpn_expected bar || exit 1 +$ssltest -bio_pair -tls1 -alpn_client baz -alpn_server bar,foo || exit 1 + if ../util/shlib_wrap.sh ../apps/openssl no-srp; then echo skipping SRP tests else @@ -181,4 +212,12 @@ else $ssltest -bio_pair -tls1 -cipher aSRP -srpuser test -srppass abc123 fi +############################################################################# +# Multi-buffer tests + +if [ -z "$extra" -a `uname -m` = "x86_64" ]; then + $ssltest -cipher AES128-SHA -bytes 8m || exit 1 + $ssltest -cipher AES128-SHA256 -bytes 8m || exit 1 +fi + exit 0 diff --git a/openssl/test/testutil.h b/openssl/test/testutil.h index 3e9cb8401..75f0c8ae0 100644 --- a/openssl/test/testutil.h +++ b/openssl/test/testutil.h @@ -1,5 +1,5 @@ /* test/testutil.h */ -/* +/*- * Utilities for writing OpenSSL unit tests. * * More information: @@ -57,9 +57,10 @@ */ #ifndef HEADER_TESTUTIL_H -#define HEADER_TESTUTIL_H +# define HEADER_TESTUTIL_H -/* SETUP_TEST_FIXTURE and EXECUTE_TEST macros for test case functions. +/*- + * SETUP_TEST_FIXTURE and EXECUTE_TEST macros for test case functions. * * SETUP_TEST_FIXTURE will call set_up() to create a new TEST_FIXTURE_TYPE * object called "fixture". It will also allocate the "result" variable used @@ -83,34 +84,35 @@ * Then test case functions can take the form: * * static int test_foobar_feature() - * { - * SETUP_FOOBAR_TEST_FIXTURE(); - * [...set individual members of fixture...] - * EXECUTE_FOOBAR_TEST(); - * } + * { + * SETUP_FOOBAR_TEST_FIXTURE(); + * [...set individual members of fixture...] + * EXECUTE_FOOBAR_TEST(); + * } */ -#define SETUP_TEST_FIXTURE(TEST_FIXTURE_TYPE, set_up)\ - TEST_FIXTURE_TYPE fixture = set_up(TEST_CASE_NAME);\ - int result = 0 +# define SETUP_TEST_FIXTURE(TEST_FIXTURE_TYPE, set_up)\ + TEST_FIXTURE_TYPE fixture = set_up(TEST_CASE_NAME);\ + int result = 0 -#define EXECUTE_TEST(execute_func, tear_down)\ - if (execute_func(fixture) != 0) result = 1;\ - tear_down(fixture);\ - return result +# define EXECUTE_TEST(execute_func, tear_down)\ + if (execute_func(fixture) != 0) result = 1;\ + tear_down(fixture);\ + return result -/* TEST_CASE_NAME is defined as the name of the test case function where +/* + * TEST_CASE_NAME is defined as the name of the test case function where * possible; otherwise we get by with the file name and line number. */ -#if __STDC_VERSION__ < 199901L -#if defined(_MSC_VER) -#define TEST_CASE_NAME __FUNCTION__ -#else -#define testutil_stringify_helper(s) #s -#define testutil_stringify(s) testutil_stringify_helper(s) -#define TEST_CASE_NAME __FILE__ ":" testutil_stringify(__LINE__) -#endif /* _MSC_VER */ -#else -#define TEST_CASE_NAME __func__ -#endif /* __STDC_VERSION__ */ +# if __STDC_VERSION__ < 199901L +# if defined(_MSC_VER) +# define TEST_CASE_NAME __FUNCTION__ +# else +# define testutil_stringify_helper(s) #s +# define testutil_stringify(s) testutil_stringify_helper(s) +# define TEST_CASE_NAME __FILE__ ":" testutil_stringify(__LINE__) +# endif /* _MSC_VER */ +# else +# define TEST_CASE_NAME __func__ +# endif /* __STDC_VERSION__ */ -#endif /* HEADER_TESTUTIL_H */ +#endif /* HEADER_TESTUTIL_H */ diff --git a/openssl/test/tocsp b/openssl/test/tocsp new file mode 100755 index 000000000..5fc291ca6 --- /dev/null +++ b/openssl/test/tocsp @@ -0,0 +1,147 @@ +#!/bin/sh + +cmd='../util/shlib_wrap.sh ../apps/openssl' +ocspdir="ocsp-tests" +# 17 December 2012 so we don't get certificate expiry errors. +check_time="-attime 1355875200" + +test_ocsp () { + + $cmd base64 -d -in $ocspdir/$1 | \ + $cmd ocsp -respin - -partial_chain $check_time \ + -CAfile $ocspdir/$2 -verify_other $ocspdir/$2 -CApath /dev/null + [ $? != $3 ] && exit 1 +} + + +echo "=== VALID OCSP RESPONSES ===" +echo "NON-DELEGATED; Intermediate CA -> EE" +test_ocsp ND1.ors ND1_Issuer_ICA.pem 0 +echo "NON-DELEGATED; Root CA -> Intermediate CA" +test_ocsp ND2.ors ND2_Issuer_Root.pem 0 +echo "NON-DELEGATED; Root CA -> EE" +test_ocsp ND3.ors ND3_Issuer_Root.pem 0 +echo "DELEGATED; Intermediate CA -> EE" +test_ocsp D1.ors D1_Issuer_ICA.pem 0 +echo "DELEGATED; Root CA -> Intermediate CA" +test_ocsp D2.ors D2_Issuer_Root.pem 0 +echo "DELEGATED; Root CA -> EE" +test_ocsp D3.ors D3_Issuer_Root.pem 0 + +echo "=== INVALID SIGNATURE on the OCSP RESPONSE ===" +echo "NON-DELEGATED; Intermediate CA -> EE" +test_ocsp ISOP_ND1.ors ND1_Issuer_ICA.pem 1 +echo "NON-DELEGATED; Root CA -> Intermediate CA" +test_ocsp ISOP_ND2.ors ND2_Issuer_Root.pem 1 +echo "NON-DELEGATED; Root CA -> EE" +test_ocsp ISOP_ND3.ors ND3_Issuer_Root.pem 1 +echo "DELEGATED; Intermediate CA -> EE" +test_ocsp ISOP_D1.ors D1_Issuer_ICA.pem 1 +echo "DELEGATED; Root CA -> Intermediate CA" +test_ocsp ISOP_D2.ors D2_Issuer_Root.pem 1 +echo "DELEGATED; Root CA -> EE" +test_ocsp ISOP_D3.ors D3_Issuer_Root.pem 1 + +echo "=== WRONG RESPONDERID in the OCSP RESPONSE ===" +echo "NON-DELEGATED; Intermediate CA -> EE" +test_ocsp WRID_ND1.ors ND1_Issuer_ICA.pem 1 +echo "NON-DELEGATED; Root CA -> Intermediate CA" +test_ocsp WRID_ND2.ors ND2_Issuer_Root.pem 1 +echo "NON-DELEGATED; Root CA -> EE" +test_ocsp WRID_ND3.ors ND3_Issuer_Root.pem 1 +echo "DELEGATED; Intermediate CA -> EE" +test_ocsp WRID_D1.ors D1_Issuer_ICA.pem 1 +echo "DELEGATED; Root CA -> Intermediate CA" +test_ocsp WRID_D2.ors D2_Issuer_Root.pem 1 +echo "DELEGATED; Root CA -> EE" +test_ocsp WRID_D3.ors D3_Issuer_Root.pem 1 + +echo "=== WRONG ISSUERNAMEHASH in the OCSP RESPONSE ===" +echo "NON-DELEGATED; Intermediate CA -> EE" +test_ocsp WINH_ND1.ors ND1_Issuer_ICA.pem 1 +echo "NON-DELEGATED; Root CA -> Intermediate CA" +test_ocsp WINH_ND2.ors ND2_Issuer_Root.pem 1 +echo "NON-DELEGATED; Root CA -> EE" +test_ocsp WINH_ND3.ors ND3_Issuer_Root.pem 1 +echo "DELEGATED; Intermediate CA -> EE" +test_ocsp WINH_D1.ors D1_Issuer_ICA.pem 1 +echo "DELEGATED; Root CA -> Intermediate CA" +test_ocsp WINH_D2.ors D2_Issuer_Root.pem 1 +echo "DELEGATED; Root CA -> EE" +test_ocsp WINH_D3.ors D3_Issuer_Root.pem 1 + +echo "=== WRONG ISSUERKEYHASH in the OCSP RESPONSE ===" +echo "NON-DELEGATED; Intermediate CA -> EE" +test_ocsp WIKH_ND1.ors ND1_Issuer_ICA.pem 1 +echo "NON-DELEGATED; Root CA -> Intermediate CA" +test_ocsp WIKH_ND2.ors ND2_Issuer_Root.pem 1 +echo "NON-DELEGATED; Root CA -> EE" +test_ocsp WIKH_ND3.ors ND3_Issuer_Root.pem 1 +echo "DELEGATED; Intermediate CA -> EE" +test_ocsp WIKH_D1.ors D1_Issuer_ICA.pem 1 +echo "DELEGATED; Root CA -> Intermediate CA" +test_ocsp WIKH_D2.ors D2_Issuer_Root.pem 1 +echo "DELEGATED; Root CA -> EE" +test_ocsp WIKH_D3.ors D3_Issuer_Root.pem 1 + +echo "=== WRONG KEY in the DELEGATED OCSP SIGNING CERTIFICATE ===" +echo "DELEGATED; Intermediate CA -> EE" +test_ocsp WKDOSC_D1.ors D1_Issuer_ICA.pem 1 +echo "DELEGATED; Root CA -> Intermediate CA" +test_ocsp WKDOSC_D2.ors D2_Issuer_Root.pem 1 +echo "DELEGATED; Root CA -> EE" +test_ocsp WKDOSC_D3.ors D3_Issuer_Root.pem 1 + +echo "=== INVALID SIGNATURE on the DELEGATED OCSP SIGNING CERTIFICATE ===" +echo "DELEGATED; Intermediate CA -> EE" +test_ocsp ISDOSC_D1.ors D1_Issuer_ICA.pem 1 +echo "DELEGATED; Root CA -> Intermediate CA" +test_ocsp ISDOSC_D2.ors D2_Issuer_Root.pem 1 +echo "DELEGATED; Root CA -> EE" +test_ocsp ISDOSC_D3.ors D3_Issuer_Root.pem 1 + +echo "=== WRONG SUBJECT NAME in the ISSUER CERTIFICATE ===" +echo "NON-DELEGATED; Intermediate CA -> EE" +test_ocsp ND1.ors WSNIC_ND1_Issuer_ICA.pem 1 +echo "NON-DELEGATED; Root CA -> Intermediate CA" +test_ocsp ND2.ors WSNIC_ND2_Issuer_Root.pem 1 +echo "NON-DELEGATED; Root CA -> EE" +test_ocsp ND3.ors WSNIC_ND3_Issuer_Root.pem 1 +echo "DELEGATED; Intermediate CA -> EE" +test_ocsp D1.ors WSNIC_D1_Issuer_ICA.pem 1 +echo "DELEGATED; Root CA -> Intermediate CA" +test_ocsp D2.ors WSNIC_D2_Issuer_Root.pem 1 +echo "DELEGATED; Root CA -> EE" +test_ocsp D3.ors WSNIC_D3_Issuer_Root.pem 1 + +echo "=== WRONG KEY in the ISSUER CERTIFICATE ===" +echo "NON-DELEGATED; Intermediate CA -> EE" +test_ocsp ND1.ors WKIC_ND1_Issuer_ICA.pem 1 +echo "NON-DELEGATED; Root CA -> Intermediate CA" +test_ocsp ND2.ors WKIC_ND2_Issuer_Root.pem 1 +echo "NON-DELEGATED; Root CA -> EE" +test_ocsp ND3.ors WKIC_ND3_Issuer_Root.pem 1 +echo "DELEGATED; Intermediate CA -> EE" +test_ocsp D1.ors WKIC_D1_Issuer_ICA.pem 1 +echo "DELEGATED; Root CA -> Intermediate CA" +test_ocsp D2.ors WKIC_D2_Issuer_Root.pem 1 +echo "DELEGATED; Root CA -> EE" +test_ocsp D3.ors WKIC_D3_Issuer_Root.pem 1 + +echo "=== INVALID SIGNATURE on the ISSUER CERTIFICATE ===" +# Expect success, because we're explicitly trusting the issuer certificate. +echo "NON-DELEGATED; Intermediate CA -> EE" +test_ocsp ND1.ors ISIC_ND1_Issuer_ICA.pem 0 +echo "NON-DELEGATED; Root CA -> Intermediate CA" +test_ocsp ND2.ors ISIC_ND2_Issuer_Root.pem 0 +echo "NON-DELEGATED; Root CA -> EE" +test_ocsp ND3.ors ISIC_ND3_Issuer_Root.pem 0 +echo "DELEGATED; Intermediate CA -> EE" +test_ocsp D1.ors ISIC_D1_Issuer_ICA.pem 0 +echo "DELEGATED; Root CA -> Intermediate CA" +test_ocsp D2.ors ISIC_D2_Issuer_Root.pem 0 +echo "DELEGATED; Root CA -> EE" +test_ocsp D3.ors ISIC_D3_Issuer_Root.pem 0 + +echo "ALL OCSP TESTS SUCCESSFUL" +exit 0 diff --git a/openssl/test/tocsp.com b/openssl/test/tocsp.com new file mode 100755 index 000000000..3b974c97f --- /dev/null +++ b/openssl/test/tocsp.com @@ -0,0 +1,152 @@ +$! TOCSP.COM +$ +$ cmd = "mcr ''exe_dir'openssl" +$ ocspdir = "ocsp-tests" +$ ! 17 December 2012 so we don't get certificate expiry errors. +$ check_time = "-attime 1355875200" +$ +$ test_ocsp: subroutine +$ set noon +$ 'cmd' base64 -d -in [.'ocspdir']'p1' -out f.d +$ 'cmd' ocsp -respin f.d -partial_chain 'check_time' - + "-CAfile" [.'ocspdir']'p2' -verify_other [.'ocspdir']'p2' - + "-CApath" nul: +$ ! when ocsp exits with 0, VMS severity becomes 1 +$ ! when ocsp exits with 1, VMS severity becomes 2 +$ ! See the definition of EXIT(n) in the VMS sextion in e_os.h +$ if $severity .ne. 'p3'+1 then exit 2 ! severity error +$ exit 1 +$ endsubroutine +$ +$ on error then exit 2 +$ write sys$output "=== VALID OCSP RESPONSES ===" +$ write sys$output "NON-DELEGATED; Intermediate CA -> EE" +$ call test_ocsp ND1.ors ND1_Issuer_ICA.pem 0 +$ write sys$output "NON-DELEGATED; Root CA -> Intermediate CA" +$ call test_ocsp ND2.ors ND2_Issuer_Root.pem 0 +$ write sys$output "NON-DELEGATED; Root CA -> EE" +$ call test_ocsp ND3.ors ND3_Issuer_Root.pem 0 +$ write sys$output "DELEGATED; Intermediate CA -> EE" +$ call test_ocsp D1.ors D1_Issuer_ICA.pem 0 +$ write sys$output "DELEGATED; Root CA -> Intermediate CA" +$ call test_ocsp D2.ors D2_Issuer_Root.pem 0 +$ write sys$output "DELEGATED; Root CA -> EE" +$ call test_ocsp D3.ors D3_Issuer_Root.pem 0 +$ +$ write sys$output "=== INVALID SIGNATURE on the OCSP RESPONSE ===" +$ write sys$output "NON-DELEGATED; Intermediate CA -> EE" +$ call test_ocsp ISOP_ND1.ors ND1_Issuer_ICA.pem 1 +$ write sys$output "NON-DELEGATED; Root CA -> Intermediate CA" +$ call test_ocsp ISOP_ND2.ors ND2_Issuer_Root.pem 1 +$ write sys$output "NON-DELEGATED; Root CA -> EE" +$ call test_ocsp ISOP_ND3.ors ND3_Issuer_Root.pem 1 +$ write sys$output "DELEGATED; Intermediate CA -> EE" +$ call test_ocsp ISOP_D1.ors D1_Issuer_ICA.pem 1 +$ write sys$output "DELEGATED; Root CA -> Intermediate CA" +$ call test_ocsp ISOP_D2.ors D2_Issuer_Root.pem 1 +$ write sys$output "DELEGATED; Root CA -> EE" +$ call test_ocsp ISOP_D3.ors D3_Issuer_Root.pem 1 +$ +$ write sys$output "=== WRONG RESPONDERID in the OCSP RESPONSE ===" +$ write sys$output "NON-DELEGATED; Intermediate CA -> EE" +$ call test_ocsp WRID_ND1.ors ND1_Issuer_ICA.pem 1 +$ write sys$output "NON-DELEGATED; Root CA -> Intermediate CA" +$ call test_ocsp WRID_ND2.ors ND2_Issuer_Root.pem 1 +$ write sys$output "NON-DELEGATED; Root CA -> EE" +$ call test_ocsp WRID_ND3.ors ND3_Issuer_Root.pem 1 +$ write sys$output "DELEGATED; Intermediate CA -> EE" +$ call test_ocsp WRID_D1.ors D1_Issuer_ICA.pem 1 +$ write sys$output "DELEGATED; Root CA -> Intermediate CA" +$ call test_ocsp WRID_D2.ors D2_Issuer_Root.pem 1 +$ write sys$output "DELEGATED; Root CA -> EE" +$ call test_ocsp WRID_D3.ors D3_Issuer_Root.pem 1 +$ +$ write sys$output "=== WRONG ISSUERNAMEHASH in the OCSP RESPONSE ===" +$ write sys$output "NON-DELEGATED; Intermediate CA -> EE" +$ call test_ocsp WINH_ND1.ors ND1_Issuer_ICA.pem 1 +$ write sys$output "NON-DELEGATED; Root CA -> Intermediate CA" +$ call test_ocsp WINH_ND2.ors ND2_Issuer_Root.pem 1 +$ write sys$output "NON-DELEGATED; Root CA -> EE" +$ call test_ocsp WINH_ND3.ors ND3_Issuer_Root.pem 1 +$ write sys$output "DELEGATED; Intermediate CA -> EE" +$ call test_ocsp WINH_D1.ors D1_Issuer_ICA.pem 1 +$ write sys$output "DELEGATED; Root CA -> Intermediate CA" +$ call test_ocsp WINH_D2.ors D2_Issuer_Root.pem 1 +$ write sys$output "DELEGATED; Root CA -> EE" +$ call test_ocsp WINH_D3.ors D3_Issuer_Root.pem 1 +$ +$ write sys$output "=== WRONG ISSUERKEYHASH in the OCSP RESPONSE ===" +$ write sys$output "NON-DELEGATED; Intermediate CA -> EE" +$ call test_ocsp WIKH_ND1.ors ND1_Issuer_ICA.pem 1 +$ write sys$output "NON-DELEGATED; Root CA -> Intermediate CA" +$ call test_ocsp WIKH_ND2.ors ND2_Issuer_Root.pem 1 +$ write sys$output "NON-DELEGATED; Root CA -> EE" +$ call test_ocsp WIKH_ND3.ors ND3_Issuer_Root.pem 1 +$ write sys$output "DELEGATED; Intermediate CA -> EE" +$ call test_ocsp WIKH_D1.ors D1_Issuer_ICA.pem 1 +$ write sys$output "DELEGATED; Root CA -> Intermediate CA" +$ call test_ocsp WIKH_D2.ors D2_Issuer_Root.pem 1 +$ write sys$output "DELEGATED; Root CA -> EE" +$ call test_ocsp WIKH_D3.ors D3_Issuer_Root.pem 1 +$ +$ write sys$output "=== WRONG KEY in the DELEGATED OCSP SIGNING CERTIFICATE ===" +$ write sys$output "DELEGATED; Intermediate CA -> EE" +$ call test_ocsp WKDOSC_D1.ors D1_Issuer_ICA.pem 1 +$ write sys$output "DELEGATED; Root CA -> Intermediate CA" +$ call test_ocsp WKDOSC_D2.ors D2_Issuer_Root.pem 1 +$ write sys$output "DELEGATED; Root CA -> EE" +$ call test_ocsp WKDOSC_D3.ors D3_Issuer_Root.pem 1 +$ +$ write sys$output "=== INVALID SIGNATURE on the DELEGATED OCSP SIGNING CERTIFICATE ===" +$ write sys$output "DELEGATED; Intermediate CA -> EE" +$ call test_ocsp ISDOSC_D1.ors D1_Issuer_ICA.pem 1 +$ write sys$output "DELEGATED; Root CA -> Intermediate CA" +$ call test_ocsp ISDOSC_D2.ors D2_Issuer_Root.pem 1 +$ write sys$output "DELEGATED; Root CA -> EE" +$ call test_ocsp ISDOSC_D3.ors D3_Issuer_Root.pem 1 +$ +$ write sys$output "=== WRONG SUBJECT NAME in the ISSUER CERTIFICATE ===" +$ write sys$output "NON-DELEGATED; Intermediate CA -> EE" +$ call test_ocsp ND1.ors WSNIC_ND1_Issuer_ICA.pem 1 +$ write sys$output "NON-DELEGATED; Root CA -> Intermediate CA" +$ call test_ocsp ND2.ors WSNIC_ND2_Issuer_Root.pem 1 +$ write sys$output "NON-DELEGATED; Root CA -> EE" +$ call test_ocsp ND3.ors WSNIC_ND3_Issuer_Root.pem 1 +$ write sys$output "DELEGATED; Intermediate CA -> EE" +$ call test_ocsp D1.ors WSNIC_D1_Issuer_ICA.pem 1 +$ write sys$output "DELEGATED; Root CA -> Intermediate CA" +$ call test_ocsp D2.ors WSNIC_D2_Issuer_Root.pem 1 +$ write sys$output "DELEGATED; Root CA -> EE" +$ call test_ocsp D3.ors WSNIC_D3_Issuer_Root.pem 1 +$ +$ write sys$output "=== WRONG KEY in the ISSUER CERTIFICATE ===" +$ write sys$output "NON-DELEGATED; Intermediate CA -> EE" +$ call test_ocsp ND1.ors WKIC_ND1_Issuer_ICA.pem 1 +$ write sys$output "NON-DELEGATED; Root CA -> Intermediate CA" +$ call test_ocsp ND2.ors WKIC_ND2_Issuer_Root.pem 1 +$ write sys$output "NON-DELEGATED; Root CA -> EE" +$ call test_ocsp ND3.ors WKIC_ND3_Issuer_Root.pem 1 +$ write sys$output "DELEGATED; Intermediate CA -> EE" +$ call test_ocsp D1.ors WKIC_D1_Issuer_ICA.pem 1 +$ write sys$output "DELEGATED; Root CA -> Intermediate CA" +$ call test_ocsp D2.ors WKIC_D2_Issuer_Root.pem 1 +$ write sys$output "DELEGATED; Root CA -> EE" +$ call test_ocsp D3.ors WKIC_D3_Issuer_Root.pem 1 +$ +$ write sys$output "=== INVALID SIGNATURE on the ISSUER CERTIFICATE ===" +$ !# Expect success, because we're explicitly trusting the issuer certificate. +$ write sys$output "NON-DELEGATED; Intermediate CA -> EE" +$ call test_ocsp ND1.ors ISIC_ND1_Issuer_ICA.pem 0 +$ write sys$output "NON-DELEGATED; Root CA -> Intermediate CA" +$ call test_ocsp ND2.ors ISIC_ND2_Issuer_Root.pem 0 +$ write sys$output "NON-DELEGATED; Root CA -> EE" +$ call test_ocsp ND3.ors ISIC_ND3_Issuer_Root.pem 0 +$ write sys$output "DELEGATED; Intermediate CA -> EE" +$ call test_ocsp D1.ors ISIC_D1_Issuer_ICA.pem 0 +$ write sys$output "DELEGATED; Root CA -> Intermediate CA" +$ call test_ocsp D2.ors ISIC_D2_Issuer_Root.pem 0 +$ write sys$output "DELEGATED; Root CA -> EE" +$ call test_ocsp D3.ors ISIC_D3_Issuer_Root.pem 0 +$ +$ write sys$output "ALL OCSP TESTS SUCCESSFUL" +$ exit 1 diff --git a/openssl/test/tpkcs7 b/openssl/test/tpkcs7 index 3e435ffbf..d7029a032 100644 --- a/openssl/test/tpkcs7 +++ b/openssl/test/tpkcs7 @@ -9,40 +9,40 @@ else fi echo testing pkcs7 conversions -cp $t fff.p +cp $t p7-fff.p echo "p -> d" -$cmd -in fff.p -inform p -outform d >f.d +$cmd -in p7-fff.p -inform p -outform d >p7-f.d if [ $? != 0 ]; then exit 1; fi echo "p -> p" -$cmd -in fff.p -inform p -outform p >f.p +$cmd -in p7-fff.p -inform p -outform p >p7-f.p if [ $? != 0 ]; then exit 1; fi echo "d -> d" -$cmd -in f.d -inform d -outform d >ff.d1 +$cmd -in p7-f.d -inform d -outform d >p7-ff.d1 if [ $? != 0 ]; then exit 1; fi echo "p -> d" -$cmd -in f.p -inform p -outform d >ff.d3 +$cmd -in p7-f.p -inform p -outform d >p7-ff.d3 if [ $? != 0 ]; then exit 1; fi echo "d -> p" -$cmd -in f.d -inform d -outform p >ff.p1 +$cmd -in p7-f.d -inform d -outform p >p7-ff.p1 if [ $? != 0 ]; then exit 1; fi echo "p -> p" -$cmd -in f.p -inform p -outform p >ff.p3 +$cmd -in p7-f.p -inform p -outform p >p7-ff.p3 if [ $? != 0 ]; then exit 1; fi -cmp fff.p f.p +cmp p7-fff.p p7-f.p if [ $? != 0 ]; then exit 1; fi -cmp fff.p ff.p1 +cmp p7-fff.p p7-ff.p1 if [ $? != 0 ]; then exit 1; fi -cmp fff.p ff.p3 +cmp p7-fff.p p7-ff.p3 if [ $? != 0 ]; then exit 1; fi -cmp f.p ff.p1 +cmp p7-f.p p7-ff.p1 if [ $? != 0 ]; then exit 1; fi -cmp f.p ff.p3 +cmp p7-f.p p7-ff.p3 if [ $? != 0 ]; then exit 1; fi -/bin/rm -f f.* ff.* fff.* +/bin/rm -f p7-f.* p7-ff.* p7-fff.* exit 0 diff --git a/openssl/test/tpkcs7d b/openssl/test/tpkcs7d index 64fc28e88..d4bfbdf1c 100644 --- a/openssl/test/tpkcs7d +++ b/openssl/test/tpkcs7d @@ -9,33 +9,33 @@ else fi echo "testing pkcs7 conversions (2)" -cp $t fff.p +cp $t p7d-fff.p echo "p -> d" -$cmd -in fff.p -inform p -outform d >f.d +$cmd -in p7d-fff.p -inform p -outform d >p7d-f.d if [ $? != 0 ]; then exit 1; fi echo "p -> p" -$cmd -in fff.p -inform p -outform p >f.p +$cmd -in p7d-fff.p -inform p -outform p >p7d-f.p if [ $? != 0 ]; then exit 1; fi echo "d -> d" -$cmd -in f.d -inform d -outform d >ff.d1 +$cmd -in p7d-f.d -inform d -outform d >p7d-ff.d1 if [ $? != 0 ]; then exit 1; fi echo "p -> d" -$cmd -in f.p -inform p -outform d >ff.d3 +$cmd -in p7d-f.p -inform p -outform d >p7d-ff.d3 if [ $? != 0 ]; then exit 1; fi echo "d -> p" -$cmd -in f.d -inform d -outform p >ff.p1 +$cmd -in p7d-f.d -inform d -outform p >p7d-ff.p1 if [ $? != 0 ]; then exit 1; fi echo "p -> p" -$cmd -in f.p -inform p -outform p >ff.p3 +$cmd -in p7d-f.p -inform p -outform p >p7d-ff.p3 if [ $? != 0 ]; then exit 1; fi -cmp f.p ff.p1 +cmp p7d-f.p p7d-ff.p1 if [ $? != 0 ]; then exit 1; fi -cmp f.p ff.p3 +cmp p7d-f.p p7d-ff.p3 if [ $? != 0 ]; then exit 1; fi -/bin/rm -f f.* ff.* fff.* +/bin/rm -f p7d-f.* p7d-ff.* p7d-fff.* exit 0 diff --git a/openssl/test/treq b/openssl/test/treq index 77f37dcf3..420d25e16 100644 --- a/openssl/test/treq +++ b/openssl/test/treq @@ -14,70 +14,70 @@ if $cmd -in $t -inform p -noout -text 2>&1 | fgrep -i 'Unknown Public Key'; then fi echo testing req conversions -cp $t fff.p +cp $t req-fff.p echo "p -> d" -$cmd -in fff.p -inform p -outform d >f.d +$cmd -in req-fff.p -inform p -outform d >req-f.d if [ $? != 0 ]; then exit 1; fi #echo "p -> t" -#$cmd -in fff.p -inform p -outform t >f.t +#$cmd -in req-fff.p -inform p -outform t >req-f.t #if [ $? != 0 ]; then exit 1; fi echo "p -> p" -$cmd -in fff.p -inform p -outform p >f.p +$cmd -in req-fff.p -inform p -outform p >req-f.p if [ $? != 0 ]; then exit 1; fi echo "d -> d" -$cmd -verify -in f.d -inform d -outform d >ff.d1 +$cmd -verify -in req-f.d -inform d -outform d >req-ff.d1 if [ $? != 0 ]; then exit 1; fi #echo "t -> d" -#$cmd -in f.t -inform t -outform d >ff.d2 +#$cmd -in req-f.t -inform t -outform d >req-ff.d2 #if [ $? != 0 ]; then exit 1; fi echo "p -> d" -$cmd -verify -in f.p -inform p -outform d >ff.d3 +$cmd -verify -in req-f.p -inform p -outform d >req-ff.d3 if [ $? != 0 ]; then exit 1; fi #echo "d -> t" -#$cmd -in f.d -inform d -outform t >ff.t1 +#$cmd -in req-f.d -inform d -outform t >req-ff.t1 #if [ $? != 0 ]; then exit 1; fi #echo "t -> t" -#$cmd -in f.t -inform t -outform t >ff.t2 +#$cmd -in req-f.t -inform t -outform t >req-ff.t2 #if [ $? != 0 ]; then exit 1; fi #echo "p -> t" -#$cmd -in f.p -inform p -outform t >ff.t3 +#$cmd -in req-f.p -inform p -outform t >req-ff.t3 #if [ $? != 0 ]; then exit 1; fi echo "d -> p" -$cmd -in f.d -inform d -outform p >ff.p1 +$cmd -in req-f.d -inform d -outform p >req-ff.p1 if [ $? != 0 ]; then exit 1; fi #echo "t -> p" -#$cmd -in f.t -inform t -outform p >ff.p2 +#$cmd -in req-f.t -inform t -outform p >req-ff.p2 #if [ $? != 0 ]; then exit 1; fi echo "p -> p" -$cmd -in f.p -inform p -outform p >ff.p3 +$cmd -in req-f.p -inform p -outform p >req-ff.p3 if [ $? != 0 ]; then exit 1; fi -cmp fff.p f.p +cmp req-fff.p req-f.p if [ $? != 0 ]; then exit 1; fi -cmp fff.p ff.p1 +cmp req-fff.p req-ff.p1 if [ $? != 0 ]; then exit 1; fi -#cmp fff.p ff.p2 +#cmp req-fff.p req-ff.p2 #if [ $? != 0 ]; then exit 1; fi -cmp fff.p ff.p3 +cmp req-fff.p req-ff.p3 if [ $? != 0 ]; then exit 1; fi -#cmp f.t ff.t1 +#cmp req-f.t req-ff.t1 #if [ $? != 0 ]; then exit 1; fi -#cmp f.t ff.t2 +#cmp req-f.t req-ff.t2 #if [ $? != 0 ]; then exit 1; fi -#cmp f.t ff.t3 +#cmp req-f.t req-ff.t3 #if [ $? != 0 ]; then exit 1; fi -cmp f.p ff.p1 +cmp req-f.p req-ff.p1 if [ $? != 0 ]; then exit 1; fi -#cmp f.p ff.p2 +#cmp req-f.p req-ff.p2 #if [ $? != 0 ]; then exit 1; fi -cmp f.p ff.p3 +cmp req-f.p req-ff.p3 if [ $? != 0 ]; then exit 1; fi -/bin/rm -f f.* ff.* fff.* +/bin/rm -f req-f.* req-ff.* req-fff.* exit 0 diff --git a/openssl/test/trsa b/openssl/test/trsa index 249ac1ddc..5a2290f8c 100644 --- a/openssl/test/trsa +++ b/openssl/test/trsa @@ -14,70 +14,70 @@ else fi echo testing rsa conversions -cp $t fff.p +cp $t rsa-fff.p echo "p -> d" -$cmd -in fff.p -inform p -outform d >f.d +$cmd -in rsa-fff.p -inform p -outform d >rsa-f.d if [ $? != 0 ]; then exit 1; fi #echo "p -> t" -#$cmd -in fff.p -inform p -outform t >f.t +#$cmd -in rsa-fff.p -inform p -outform t >rsa-f.t #if [ $? != 0 ]; then exit 1; fi echo "p -> p" -$cmd -in fff.p -inform p -outform p >f.p +$cmd -in rsa-fff.p -inform p -outform p >rsa-f.p if [ $? != 0 ]; then exit 1; fi echo "d -> d" -$cmd -in f.d -inform d -outform d >ff.d1 +$cmd -in rsa-f.d -inform d -outform d >rsa-ff.d1 if [ $? != 0 ]; then exit 1; fi #echo "t -> d" -#$cmd -in f.t -inform t -outform d >ff.d2 +#$cmd -in rsa-f.t -inform t -outform d >rsa-ff.d2 #if [ $? != 0 ]; then exit 1; fi echo "p -> d" -$cmd -in f.p -inform p -outform d >ff.d3 +$cmd -in rsa-f.p -inform p -outform d >rsa-ff.d3 if [ $? != 0 ]; then exit 1; fi #echo "d -> t" -#$cmd -in f.d -inform d -outform t >ff.t1 +#$cmd -in rsa-f.d -inform d -outform t >rsa-ff.t1 #if [ $? != 0 ]; then exit 1; fi #echo "t -> t" -#$cmd -in f.t -inform t -outform t >ff.t2 +#$cmd -in rsa-f.t -inform t -outform t >rsa-ff.t2 #if [ $? != 0 ]; then exit 1; fi #echo "p -> t" -#$cmd -in f.p -inform p -outform t >ff.t3 +#$cmd -in rsa-f.p -inform p -outform t >rsa-ff.t3 #if [ $? != 0 ]; then exit 1; fi echo "d -> p" -$cmd -in f.d -inform d -outform p >ff.p1 +$cmd -in rsa-f.d -inform d -outform p >rsa-ff.p1 if [ $? != 0 ]; then exit 1; fi #echo "t -> p" -#$cmd -in f.t -inform t -outform p >ff.p2 +#$cmd -in rsa-f.t -inform t -outform p >rsa-ff.p2 #if [ $? != 0 ]; then exit 1; fi echo "p -> p" -$cmd -in f.p -inform p -outform p >ff.p3 +$cmd -in rsa-f.p -inform p -outform p >rsa-ff.p3 if [ $? != 0 ]; then exit 1; fi -cmp fff.p f.p +cmp rsa-fff.p rsa-f.p if [ $? != 0 ]; then exit 1; fi -cmp fff.p ff.p1 +cmp rsa-fff.p rsa-ff.p1 if [ $? != 0 ]; then exit 1; fi -#cmp fff.p ff.p2 +#cmp rsa-fff.p rsa-ff.p2 #if [ $? != 0 ]; then exit 1; fi -cmp fff.p ff.p3 +cmp rsa-fff.p rsa-ff.p3 if [ $? != 0 ]; then exit 1; fi -#cmp f.t ff.t1 +#cmp rsa-f.t rsa-ff.t1 #if [ $? != 0 ]; then exit 1; fi -#cmp f.t ff.t2 +#cmp rsa-f.t rsa-ff.t2 #if [ $? != 0 ]; then exit 1; fi -#cmp f.t ff.t3 +#cmp rsa-f.t rsa-ff.t3 #if [ $? != 0 ]; then exit 1; fi -cmp f.p ff.p1 +cmp rsa-f.p rsa-ff.p1 if [ $? != 0 ]; then exit 1; fi -#cmp f.p ff.p2 +#cmp rsa-f.p rsa-ff.p2 #if [ $? != 0 ]; then exit 1; fi -cmp f.p ff.p3 +cmp rsa-f.p rsa-ff.p3 if [ $? != 0 ]; then exit 1; fi -/bin/rm -f f.* ff.* fff.* +/bin/rm -f rsa-f.* rsa-ff.* rsa-fff.* exit 0 diff --git a/openssl/test/tsid b/openssl/test/tsid index 6adbd531c..e1eb503f0 100644 --- a/openssl/test/tsid +++ b/openssl/test/tsid @@ -9,70 +9,70 @@ else fi echo testing session-id conversions -cp $t fff.p +cp $t sid-fff.p echo "p -> d" -$cmd -in fff.p -inform p -outform d >f.d +$cmd -in sid-fff.p -inform p -outform d >sid-f.d if [ $? != 0 ]; then exit 1; fi #echo "p -> t" -#$cmd -in fff.p -inform p -outform t >f.t +#$cmd -in sid-fff.p -inform p -outform t >sid-f.t #if [ $? != 0 ]; then exit 1; fi echo "p -> p" -$cmd -in fff.p -inform p -outform p >f.p +$cmd -in sid-fff.p -inform p -outform p >sid-f.p if [ $? != 0 ]; then exit 1; fi echo "d -> d" -$cmd -in f.d -inform d -outform d >ff.d1 +$cmd -in sid-f.d -inform d -outform d >sid-ff.d1 if [ $? != 0 ]; then exit 1; fi #echo "t -> d" -#$cmd -in f.t -inform t -outform d >ff.d2 +#$cmd -in sid-f.t -inform t -outform d >sid-ff.d2 #if [ $? != 0 ]; then exit 1; fi echo "p -> d" -$cmd -in f.p -inform p -outform d >ff.d3 +$cmd -in sid-f.p -inform p -outform d >sid-ff.d3 if [ $? != 0 ]; then exit 1; fi #echo "d -> t" -#$cmd -in f.d -inform d -outform t >ff.t1 +#$cmd -in sid-f.d -inform d -outform t >sid-ff.t1 #if [ $? != 0 ]; then exit 1; fi #echo "t -> t" -#$cmd -in f.t -inform t -outform t >ff.t2 +#$cmd -in sid-f.t -inform t -outform t >sid-ff.t2 #if [ $? != 0 ]; then exit 1; fi #echo "p -> t" -#$cmd -in f.p -inform p -outform t >ff.t3 +#$cmd -in sid-f.p -inform p -outform t >sid-ff.t3 #if [ $? != 0 ]; then exit 1; fi echo "d -> p" -$cmd -in f.d -inform d -outform p >ff.p1 +$cmd -in sid-f.d -inform d -outform p >sid-ff.p1 if [ $? != 0 ]; then exit 1; fi #echo "t -> p" -#$cmd -in f.t -inform t -outform p >ff.p2 +#$cmd -in sid-f.t -inform t -outform p >sid-ff.p2 #if [ $? != 0 ]; then exit 1; fi echo "p -> p" -$cmd -in f.p -inform p -outform p >ff.p3 +$cmd -in sid-f.p -inform p -outform p >sid-ff.p3 if [ $? != 0 ]; then exit 1; fi -cmp fff.p f.p +cmp sid-fff.p sid-f.p if [ $? != 0 ]; then exit 1; fi -cmp fff.p ff.p1 +cmp sid-fff.p sid-ff.p1 if [ $? != 0 ]; then exit 1; fi -#cmp fff.p ff.p2 +#cmp sid-fff.p sid-ff.p2 #if [ $? != 0 ]; then exit 1; fi -cmp fff.p ff.p3 +cmp sid-fff.p sid-ff.p3 if [ $? != 0 ]; then exit 1; fi -#cmp f.t ff.t1 +#cmp sid-f.t sid-ff.t1 #if [ $? != 0 ]; then exit 1; fi -#cmp f.t ff.t2 +#cmp sid-f.t sid-ff.t2 #if [ $? != 0 ]; then exit 1; fi -#cmp f.t ff.t3 +#cmp sid-f.t sid-ff.t3 #if [ $? != 0 ]; then exit 1; fi -cmp f.p ff.p1 +cmp sid-f.p sid-ff.p1 if [ $? != 0 ]; then exit 1; fi -#cmp f.p ff.p2 +#cmp sid-f.p sid-ff.p2 #if [ $? != 0 ]; then exit 1; fi -cmp f.p ff.p3 +cmp sid-f.p sid-ff.p3 if [ $? != 0 ]; then exit 1; fi -/bin/rm -f f.* ff.* fff.* +/bin/rm -f sid-f.* sid-ff.* sid-fff.* exit 0 diff --git a/openssl/test/tx509 b/openssl/test/tx509 index 4a15b98d1..0ce3b5223 100644 --- a/openssl/test/tx509 +++ b/openssl/test/tx509 @@ -9,70 +9,70 @@ else fi echo testing X509 conversions -cp $t fff.p +cp $t x509-fff.p echo "p -> d" -$cmd -in fff.p -inform p -outform d >f.d +$cmd -in x509-fff.p -inform p -outform d >x509-f.d if [ $? != 0 ]; then exit 1; fi echo "p -> n" -$cmd -in fff.p -inform p -outform n >f.n +$cmd -in x509-fff.p -inform p -outform n >x509-f.n if [ $? != 0 ]; then exit 1; fi echo "p -> p" -$cmd -in fff.p -inform p -outform p >f.p +$cmd -in x509-fff.p -inform p -outform p >x509-f.p if [ $? != 0 ]; then exit 1; fi echo "d -> d" -$cmd -in f.d -inform d -outform d >ff.d1 +$cmd -in x509-f.d -inform d -outform d >x509-ff.d1 if [ $? != 0 ]; then exit 1; fi echo "n -> d" -$cmd -in f.n -inform n -outform d >ff.d2 +$cmd -in x509-f.n -inform n -outform d >x509-ff.d2 if [ $? != 0 ]; then exit 1; fi echo "p -> d" -$cmd -in f.p -inform p -outform d >ff.d3 +$cmd -in x509-f.p -inform p -outform d >x509-ff.d3 if [ $? != 0 ]; then exit 1; fi echo "d -> n" -$cmd -in f.d -inform d -outform n >ff.n1 +$cmd -in x509-f.d -inform d -outform n >x509-ff.n1 if [ $? != 0 ]; then exit 1; fi echo "n -> n" -$cmd -in f.n -inform n -outform n >ff.n2 +$cmd -in x509-f.n -inform n -outform n >x509-ff.n2 if [ $? != 0 ]; then exit 1; fi echo "p -> n" -$cmd -in f.p -inform p -outform n >ff.n3 +$cmd -in x509-f.p -inform p -outform n >x509-ff.n3 if [ $? != 0 ]; then exit 1; fi echo "d -> p" -$cmd -in f.d -inform d -outform p >ff.p1 +$cmd -in x509-f.d -inform d -outform p >x509-ff.p1 if [ $? != 0 ]; then exit 1; fi echo "n -> p" -$cmd -in f.n -inform n -outform p >ff.p2 +$cmd -in x509-f.n -inform n -outform p >x509-ff.p2 if [ $? != 0 ]; then exit 1; fi echo "p -> p" -$cmd -in f.p -inform p -outform p >ff.p3 +$cmd -in x509-f.p -inform p -outform p >x509-ff.p3 if [ $? != 0 ]; then exit 1; fi -cmp fff.p f.p +cmp x509-fff.p x509-f.p if [ $? != 0 ]; then exit 1; fi -cmp fff.p ff.p1 +cmp x509-fff.p x509-ff.p1 if [ $? != 0 ]; then exit 1; fi -cmp fff.p ff.p2 +cmp x509-fff.p x509-ff.p2 if [ $? != 0 ]; then exit 1; fi -cmp fff.p ff.p3 +cmp x509-fff.p x509-ff.p3 if [ $? != 0 ]; then exit 1; fi -cmp f.n ff.n1 +cmp x509-f.n x509-ff.n1 if [ $? != 0 ]; then exit 1; fi -cmp f.n ff.n2 +cmp x509-f.n x509-ff.n2 if [ $? != 0 ]; then exit 1; fi -cmp f.n ff.n3 +cmp x509-f.n x509-ff.n3 if [ $? != 0 ]; then exit 1; fi -cmp f.p ff.p1 +cmp x509-f.p x509-ff.p1 if [ $? != 0 ]; then exit 1; fi -cmp f.p ff.p2 +cmp x509-f.p x509-ff.p2 if [ $? != 0 ]; then exit 1; fi -cmp f.p ff.p3 +cmp x509-f.p x509-ff.p3 if [ $? != 0 ]; then exit 1; fi -/bin/rm -f f.* ff.* fff.* +/bin/rm -f x509-f.* x509-ff.* x509-fff.* exit 0 diff --git a/openssl/test/v3nametest.c b/openssl/test/v3nametest.c new file mode 120000 index 000000000..1d209eb96 --- /dev/null +++ b/openssl/test/v3nametest.c @@ -0,0 +1 @@ +../crypto/x509v3/v3nametest.c \ No newline at end of file diff --git a/openssl/tools/c_rehash b/openssl/tools/c_rehash index 6a20011a4..4a0f0e10e 100644 --- a/openssl/tools/c_rehash +++ b/openssl/tools/c_rehash @@ -1,31 +1,58 @@ #!/usr/bin/perl - # Perl c_rehash script, scan all files in a directory # and add symbolic links to their hash values. -my $openssl; - my $dir = "/usr/local/ssl"; my $prefix = "/usr/local/ssl"; -if(defined $ENV{OPENSSL}) { - $openssl = $ENV{OPENSSL}; -} else { - $openssl = "openssl"; - $ENV{OPENSSL} = $openssl; +my $openssl = $ENV{OPENSSL} || "openssl"; +my $pwd; +my $x509hash = "-subject_hash"; +my $crlhash = "-hash"; +my $verbose = 0; +my $symlink_exists=eval {symlink("",""); 1}; +my $removelinks = 1; + +## Parse flags. +while ( $ARGV[0] =~ '-.*' ) { + my $flag = shift @ARGV; + last if ( $flag eq '--'); + if ( $flag =~ /-old/) { + $x509hash = "-subject_hash_old"; + $crlhash = "-hash_old"; + } elsif ( $flag =~ /-h/) { + help(); + } elsif ( $flag eq '-n' ) { + $removelinks = 0; + } elsif ( $flag eq '-v' ) { + $verbose++; + } + else { + print STDERR "Usage error; try -help.\n"; + exit 1; + } +} + +sub help { + print "Usage: c_rehash [-old] [-h] [-v] [dirs...]\n"; + print " -old use old-style digest\n"; + print " -h print this help text\n"; + print " -v print files removed and linked\n"; + exit 0; } -my $pwd; eval "require Cwd"; if (defined(&Cwd::getcwd)) { $pwd=Cwd::getcwd(); } else { - $pwd=`pwd`; chomp($pwd); + $pwd=`pwd`; + chomp($pwd); } -my $path_delim = ($pwd =~ /^[a-z]\:/i) ? ';' : ':'; # DOS/Win32 or Unix delimiter? -$ENV{PATH} = "$prefix/bin" . ($ENV{PATH} ? $path_delim . $ENV{PATH} : ""); # prefix our path +# DOS/Win32 or Unix delimiter? Prefix our installdir, then search. +my $path_delim = ($pwd =~ /^[a-z]\:/i) ? ';' : ':'; +$ENV{PATH} = "$prefix/bin" . ($ENV{PATH} ? $path_delim . $ENV{PATH} : ""); if(! -x $openssl) { my $found = 0; @@ -68,14 +95,17 @@ sub hash_dir { chdir $_[0]; opendir(DIR, "."); my @flist = readdir(DIR); - # Delete any existing symbolic links - foreach (grep {/^[\da-f]+\.r{0,1}\d+$/} @flist) { - if(-l $_) { - unlink $_; + closedir DIR; + if ( $removelinks ) { + # Delete any existing symbolic links + foreach (grep {/^[\da-f]+\.r{0,1}\d+$/} @flist) { + if(-l $_) { + unlink $_; + print "unlink $_" if $verbose; + } } } - closedir DIR; - FILE: foreach $fname (grep {/\.pem$/} @flist) { + FILE: foreach $fname (grep {/\.(pem)|(crt)|(cer)|(crl)$/} @flist) { # Check to see if certificates and/or CRLs present. my ($cert, $crl) = check_file($fname); if(!$cert && !$crl) { @@ -117,7 +147,7 @@ sub check_file { sub link_hash_cert { my $fname = $_[0]; $fname =~ s/'/'\\''/g; - my ($hash, $fprint) = `"$openssl" x509 -hash -fingerprint -noout -in "$fname"`; + my ($hash, $fprint) = `"$openssl" x509 $x509hash -fingerprint -noout -in "$fname"`; chomp $hash; chomp $fprint; $fprint =~ s/^.*=//; @@ -133,16 +163,16 @@ sub link_hash_cert { $suffix++; } $hash .= ".$suffix"; - print "$fname => $hash\n"; - $symlink_exists=eval {symlink("",""); 1}; if ($symlink_exists) { symlink $fname, $hash; + print "link $fname -> $hash\n" if $verbose; } else { open IN,"<$fname" or die "can't open $fname for read"; open OUT,">$hash" or die "can't open $hash for write"; print OUT ; # does the job for small text files close OUT; close IN; + print "copy $fname -> $hash\n" if $verbose; } $hashlist{$hash} = $fprint; } @@ -152,7 +182,7 @@ sub link_hash_cert { sub link_hash_crl { my $fname = $_[0]; $fname =~ s/'/'\\''/g; - my ($hash, $fprint) = `"$openssl" crl -hash -fingerprint -noout -in '$fname'`; + my ($hash, $fprint) = `"$openssl" crl $crlhash -fingerprint -noout -in '$fname'`; chomp $hash; chomp $fprint; $fprint =~ s/^.*=//; @@ -168,12 +198,12 @@ sub link_hash_crl { $suffix++; } $hash .= ".r$suffix"; - print "$fname => $hash\n"; - $symlink_exists=eval {symlink("",""); 1}; if ($symlink_exists) { symlink $fname, $hash; + print "link $fname -> $hash\n" if $verbose; } else { system ("cp", $fname, $hash); + print "cp $fname -> $hash\n" if $verbose; } $hashlist{$hash} = $fprint; } diff --git a/openssl/tools/c_rehash.in b/openssl/tools/c_rehash.in index bfc4a69ed..887e92712 100644 --- a/openssl/tools/c_rehash.in +++ b/openssl/tools/c_rehash.in @@ -1,31 +1,58 @@ #!/usr/local/bin/perl - # Perl c_rehash script, scan all files in a directory # and add symbolic links to their hash values. -my $openssl; - my $dir; my $prefix; -if(defined $ENV{OPENSSL}) { - $openssl = $ENV{OPENSSL}; -} else { - $openssl = "openssl"; - $ENV{OPENSSL} = $openssl; +my $openssl = $ENV{OPENSSL} || "openssl"; +my $pwd; +my $x509hash = "-subject_hash"; +my $crlhash = "-hash"; +my $verbose = 0; +my $symlink_exists=eval {symlink("",""); 1}; +my $removelinks = 1; + +## Parse flags. +while ( $ARGV[0] =~ '-.*' ) { + my $flag = shift @ARGV; + last if ( $flag eq '--'); + if ( $flag =~ /-old/) { + $x509hash = "-subject_hash_old"; + $crlhash = "-hash_old"; + } elsif ( $flag =~ /-h/) { + help(); + } elsif ( $flag eq '-n' ) { + $removelinks = 0; + } elsif ( $flag eq '-v' ) { + $verbose++; + } + else { + print STDERR "Usage error; try -help.\n"; + exit 1; + } +} + +sub help { + print "Usage: c_rehash [-old] [-h] [-v] [dirs...]\n"; + print " -old use old-style digest\n"; + print " -h print this help text\n"; + print " -v print files removed and linked\n"; + exit 0; } -my $pwd; eval "require Cwd"; if (defined(&Cwd::getcwd)) { $pwd=Cwd::getcwd(); } else { - $pwd=`pwd`; chomp($pwd); + $pwd=`pwd`; + chomp($pwd); } -my $path_delim = ($pwd =~ /^[a-z]\:/i) ? ';' : ':'; # DOS/Win32 or Unix delimiter? -$ENV{PATH} = "$prefix/bin" . ($ENV{PATH} ? $path_delim . $ENV{PATH} : ""); # prefix our path +# DOS/Win32 or Unix delimiter? Prefix our installdir, then search. +my $path_delim = ($pwd =~ /^[a-z]\:/i) ? ';' : ':'; +$ENV{PATH} = "$prefix/bin" . ($ENV{PATH} ? $path_delim . $ENV{PATH} : ""); if(! -x $openssl) { my $found = 0; @@ -68,14 +95,17 @@ sub hash_dir { chdir $_[0]; opendir(DIR, "."); my @flist = readdir(DIR); - # Delete any existing symbolic links - foreach (grep {/^[\da-f]+\.r{0,1}\d+$/} @flist) { - if(-l $_) { - unlink $_; + closedir DIR; + if ( $removelinks ) { + # Delete any existing symbolic links + foreach (grep {/^[\da-f]+\.r{0,1}\d+$/} @flist) { + if(-l $_) { + unlink $_; + print "unlink $_" if $verbose; + } } } - closedir DIR; - FILE: foreach $fname (grep {/\.pem$/} @flist) { + FILE: foreach $fname (grep {/\.(pem)|(crt)|(cer)|(crl)$/} @flist) { # Check to see if certificates and/or CRLs present. my ($cert, $crl) = check_file($fname); if(!$cert && !$crl) { @@ -117,7 +147,7 @@ sub check_file { sub link_hash_cert { my $fname = $_[0]; $fname =~ s/'/'\\''/g; - my ($hash, $fprint) = `"$openssl" x509 -hash -fingerprint -noout -in "$fname"`; + my ($hash, $fprint) = `"$openssl" x509 $x509hash -fingerprint -noout -in "$fname"`; chomp $hash; chomp $fprint; $fprint =~ s/^.*=//; @@ -133,16 +163,16 @@ sub link_hash_cert { $suffix++; } $hash .= ".$suffix"; - print "$fname => $hash\n"; - $symlink_exists=eval {symlink("",""); 1}; if ($symlink_exists) { symlink $fname, $hash; + print "link $fname -> $hash\n" if $verbose; } else { open IN,"<$fname" or die "can't open $fname for read"; open OUT,">$hash" or die "can't open $hash for write"; print OUT ; # does the job for small text files close OUT; close IN; + print "copy $fname -> $hash\n" if $verbose; } $hashlist{$hash} = $fprint; } @@ -152,7 +182,7 @@ sub link_hash_cert { sub link_hash_crl { my $fname = $_[0]; $fname =~ s/'/'\\''/g; - my ($hash, $fprint) = `"$openssl" crl -hash -fingerprint -noout -in '$fname'`; + my ($hash, $fprint) = `"$openssl" crl $crlhash -fingerprint -noout -in '$fname'`; chomp $hash; chomp $fprint; $fprint =~ s/^.*=//; @@ -168,12 +198,12 @@ sub link_hash_crl { $suffix++; } $hash .= ".r$suffix"; - print "$fname => $hash\n"; - $symlink_exists=eval {symlink("",""); 1}; if ($symlink_exists) { symlink $fname, $hash; + print "link $fname -> $hash\n" if $verbose; } else { system ("cp", $fname, $hash); + print "cp $fname -> $hash\n" if $verbose; } $hashlist{$hash} = $fprint; } diff --git a/openssl/util/ck_errf.pl b/openssl/util/ck_errf.pl index f13af5c50..1a8665ab6 100644 --- a/openssl/util/ck_errf.pl +++ b/openssl/util/ck_errf.pl @@ -21,7 +21,7 @@ foreach $file (@ARGV) $func=""; while () { - if (!/;$/ && /^([a-zA-Z].*[\s*])?([A-Za-z_0-9]+)\(.*[),]/) + if (!/;$/ && /^\**([a-zA-Z].*[\s*])?([A-Za-z_0-9]+)\(.*([),]|$)/) { /^([^()]*(\([^()]*\)[^()]*)*)\(/; $1 =~ /([A-Za-z_0-9]*)$/; diff --git a/openssl/util/copy-if-different.pl b/openssl/util/copy-if-different.pl new file mode 100755 index 000000000..ec99e084b --- /dev/null +++ b/openssl/util/copy-if-different.pl @@ -0,0 +1,78 @@ +#!/usr/local/bin/perl + +use strict; + +use Fcntl; + +# copy-if-different.pl + +# Copy to the destination if the source is not the same as it. + +my @filelist; + +foreach my $arg (@ARGV) { + $arg =~ s|\\|/|g; # compensate for bug/feature in cygwin glob... + foreach (glob $arg) + { + push @filelist, $_; + } +} + +my $fnum = @filelist; + +if ($fnum <= 1) + { + die "Need at least two filenames"; + } + +my $dest = pop @filelist; + +if ($fnum > 2 && ! -d $dest) + { + die "Destination must be a directory"; + } + +foreach (@filelist) + { + my $dfile; + if (-d $dest) + { + $dfile = $_; + $dfile =~ s|^.*[/\\]([^/\\]*)$|$1|; + $dfile = "$dest/$dfile"; + } + else + { + $dfile = $dest; + } + + my $buf; + if (-f $dfile) + { + sysopen(IN, $_, O_RDONLY|O_BINARY) || die "Can't Open $_"; + sysopen(OUT, $dfile, O_RDONLY|O_BINARY) + || die "Can't Open $dfile"; + while (sysread IN, $buf, 10240) + { + my $b2; + goto copy if !sysread(OUT, $b2, 10240) || $buf ne $b2; + } + goto copy if sysread(OUT, $buf, 1); + close(IN); + close(OUT); + print "NOT copying: $_ to $dfile\n"; + next; + } + copy: + sysopen(IN, $_, O_RDONLY|O_BINARY) || die "Can't Open $_"; + sysopen(OUT, $dfile, O_WRONLY|O_CREAT|O_TRUNC|O_BINARY) + || die "Can't Open $dfile"; + while (sysread IN, $buf, 10240) + { + syswrite(OUT, $buf, length($buf)); + } + close(IN); + close(OUT); + print "Copying: $_ to $dfile\n"; + } + diff --git a/openssl/util/files.pl b/openssl/util/files.pl index 41f033e3b..b15407f0c 100644 --- a/openssl/util/files.pl +++ b/openssl/util/files.pl @@ -4,6 +4,12 @@ # It is basically a list of all variables from the passed makefile # +while ($ARGV[0] =~ /^(\S+)\s*=(.*)$/) + { + $sym{$1} = $2; + shift; + } + $s=""; while (<>) { @@ -33,7 +39,7 @@ while (<>) $o =~ s/\s+/ /g; $o =~ s/\$[({]([^)}]+)[)}]/$sym{$1}/g; - $sym{$s}=$o; + $sym{$s}=$o if !exists $sym{$s}; } } diff --git a/openssl/util/indent.pro b/openssl/util/indent.pro new file mode 100755 index 000000000..e8714310c --- /dev/null +++ b/openssl/util/indent.pro @@ -0,0 +1,751 @@ +-bap +-bbo +-br +-brs +-c33 +-cd33 +-ce +-ci4 +-cli0 +-cp33 +-d0 +-di1 +-hnl +-i4 +-il1 +-ip0 +-l78 +-lp +-nbad +-nbc +-ncdb +-ncs +-nfc1 +-nfca +-npcs +-nprs +-npsl +-nsc +-ppi1 +-saf +-sai +-saw +-sob +-ss +-ts0 +-T ACCESS_DESCRIPTION +-T ADDED_OBJ +-T AEP_BBOOL +-T AEP_CHAR +-T AEP_CHAR_PTR +-T AEP_CONNECTION_ENTRY +-T AEP_CONNECTION_HNDL +-T AEP_CONNECTION_HNDL_PTR +-T AEP_FLAGS +-T AEP_RV +-T AEP_TRANSACTION_ID +-T AEP_TRANSACTION_ID_PTR +-T AEP_U16 +-T AEP_U32 +-T AEP_U32_PTR +-T AEP_U64_PTR +-T AEP_U8 +-T AEP_U8_PTR +-T AEP_VOID_PTR +-T AEP_VOID_PTR_PTR +-T AES_KEY +-T APP_INFO +-T ARGS +-T ASIdOrRange +-T ASIdOrRanges +-T ASIdentifierChoice +-T ASIdentifiers +-T ASN1_ADB +-T ASN1_ADB_TABLE +-T ASN1_AUX +-T ASN1_BIT_STRING +-T ASN1_BMPSTRING +-T ASN1_BOOLEAN +-T ASN1_COMPAT_FUNCS +-T ASN1_CTX +-T ASN1_ENCODING +-T ASN1_ENUMERATED +-T ASN1_EXTERN_FUNCS +-T ASN1_GENERALIZEDTIME +-T ASN1_GENERALSTRING +-T ASN1_IA5STRING +-T ASN1_INTEGER +-T ASN1_ITEM +-T ASN1_ITEM_EXP +-T ASN1_NULL +-T ASN1_OBJECT +-T ASN1_OCTET_STRING +-T ASN1_PCTX +-T ASN1_PRIMITIVE_FUNCS +-T ASN1_PRINTABLESTRING +-T ASN1_PRINT_ARG +-T ASN1_SCTX +-T ASN1_STREAM_ARG +-T ASN1_STRING +-T ASN1_STRING_TABLE +-T ASN1_T61STRING +-T ASN1_TEMPLATE +-T ASN1_TIME +-T ASN1_TLC +-T ASN1_TYPE +-T ASN1_UNIVERSALSTRING +-T ASN1_UTCTIME +-T ASN1_UTF8STRING +-T ASN1_VALUE +-T ASN1_VISIBLESTRING +-T ASN1_const_CTX +-T AUTHORITY_INFO_ACCESS +-T AUTHORITY_KEYID +-T BASIC_CONSTRAINTS +-T BF_KEY +-T BF_LONG +-T BIGNUM +-T BIO +-T BIO_ACCEPT +-T BIO_ASN1_BUF_CTX +-T BIO_ASN1_EX_FUNCS +-T BIO_B64_CTX +-T BIO_CONNECT +-T BIO_ENC_CTX +-T BIO_F_BUFFER_CTX +-T BIO_LINEBUFFER_CTX +-T BIO_METHOD +-T BIO_OK_CTX +-T BIO_SSL +-T BIT_STRING_BITNAME +-T BN_BLINDING +-T BN_CTX +-T BN_GENCB +-T BN_MONT_CTX +-T BN_POOL +-T BN_POOL_ITEM +-T BN_RECP_CTX +-T BN_STACK +-T BN_ULONG +-T BUF_MEM +-T BY_DIR +-T BY_DIR_ENTRY +-T BY_DIR_HASH +-T Bytef +-T CAMELLIA_KEY +-T CAST_KEY +-T CAST_LONG +-T CA_DB +-T CCM128_CONTEXT +-T CERT +-T CERTIFICATEPOLICIES +-T CERT_PKEY +-T CIPHER_ORDER +-T CMAC_CTX +-T CMS_AuthenticatedData +-T CMS_CertificateChoices +-T CMS_CompressedData +-T CMS_ContentInfo +-T CMS_DigestedData +-T CMS_EncapsulatedContentInfo +-T CMS_EncryptedContentInfo +-T CMS_EncryptedData +-T CMS_EnvelopedData +-T CMS_IssuerAndSerialNumber +-T CMS_KEKIdentifier +-T CMS_KEKRecipientInfo +-T CMS_KeyAgreeRecipientIdentifier +-T CMS_KeyAgreeRecipientInfo +-T CMS_KeyTransRecipientInfo +-T CMS_OriginatorIdentifierOrKey +-T CMS_OriginatorInfo +-T CMS_OriginatorPublicKey +-T CMS_OtherCertificateFormat +-T CMS_OtherKeyAttribute +-T CMS_OtherRecipientInfo +-T CMS_OtherRevocationInfoFormat +-T CMS_PasswordRecipientInfo +-T CMS_Receipt +-T CMS_ReceiptRequest +-T CMS_ReceiptsFrom +-T CMS_RecipientEncryptedKey +-T CMS_RecipientIdentifier +-T CMS_RecipientInfo +-T CMS_RecipientKeyIdentifier +-T CMS_RevocationInfoChoice +-T CMS_SignedData +-T CMS_SignerIdentifier +-T CMS_SignerInfo +-T COMP_CTX +-T COMP_METHOD +-T CONF +-T CONF_IMODULE +-T CONF_METHOD +-T CONF_MODULE +-T CONF_VALUE +-T CRYPTO_EX_DATA +-T CRYPTO_EX_DATA_FUNCS +-T CRYPTO_EX_DATA_IMPL +-T CRYPTO_EX_dup +-T CRYPTO_EX_dup +-T CRYPTO_EX_free +-T CRYPTO_EX_free +-T CRYPTO_EX_new +-T CRYPTO_EX_new +-T CRYPTO_MEM_LEAK_CB +-T CRYPTO_THREADID +-T CRYPTO_dynlock_value +-T DB_ATTR +-T DES_LONG +-T DES_cblock +-T DES_key_schedule +-T DH +-T DH_METHOD +-T DH_PKEY_CTX +-T DIST_POINT +-T DIST_POINT_NAME +-T DRBG_CTX +-T DSA +-T DSA_METHOD +-T DSA_SIG +-T DSO +-T DSO_FUNC_TYPE +-T DSO_MERGER_FUNC +-T DSO_METHOD +-T DSO_NAME_CONVERTER_FUNC +-T DSO_VMS_INTERNAL +-T DTLS1_BITMAP +-T DTLS1_RECORD_DATA +-T DTLS1_STATE +-T Dl_info +-T ECDH_DATA +-T ECDH_METHOD +-T ECDSA_DATA +-T ECDSA_METHOD +-T ECDSA_SIG +-T ECPARAMETERS +-T ECPKPARAMETERS +-T EC_EXTRA_DATA +-T EC_GROUP +-T EC_KEY +-T EC_METHOD +-T EC_POINT +-T EC_PRE_COMP +-T EC_PRIVATEKEY +-T EC_builtin_curve +-T EDIPARTYNAME +-T ENGINE +-T ENGINE_CIPHERS_PTR +-T ENGINE_CLEANUP_CB +-T ENGINE_CLEANUP_ITEM +-T ENGINE_CMD_DEFN +-T ENGINE_CTRL_FUNC_PTR +-T ENGINE_DIGESTS_PTR +-T ENGINE_GEN_FUNC_PTR +-T ENGINE_GEN_INT_FUNC_PTR +-T ENGINE_LOAD_KEY_PTR +-T ENGINE_PILE +-T ENGINE_PILE_DOALL +-T ENGINE_PKEY_ASN1_METHS_PTR +-T ENGINE_PKEY_METHS_PTR +-T ENGINE_SSL_CLIENT_CERT_PTR +-T ENGINE_TABLE +-T ENUMERATED_NAMES +-T ERR_FNS +-T ERR_STATE +-T ERR_STRING_DATA +-T ESS_CERT_ID +-T ESS_ISSUER_SERIAL +-T ESS_SIGNING_CERT +-T EVP_AES_HMAC_SHA1 +-T EVP_AES_HMAC_SHA256 +-T EVP_CIPHER +-T EVP_CIPHER_CTX +-T EVP_CIPHER_INFO +-T EVP_ENCODE_CTX +-T EVP_MD +-T EVP_MD_CTX +-T EVP_PBE_CTL +-T EVP_PBE_KEYGEN +-T EVP_PKEY +-T EVP_PKEY_ASN1_METHOD +-T EVP_PKEY_CTX +-T EVP_PKEY_METHOD +-T EVP_PKEY_gen_cb +-T EX_CLASS_ITEM +-T E_GMP_RSA_CTX +-T E_RSAX_MOD_CTX +-T FILE +-T F_DIGITALSIGNATUREVERIFY +-T F_PUBLICKEYEXTRACT +-T GCM128_CONTEXT +-T GENERAL_NAME +-T GENERAL_NAMES +-T GENERAL_SUBTREE +-T GEN_SESSION_CB +-T HASH_CTX +-T HEAPENTRY32 +-T HEAPLIST32 +-T HEARTBEAT_TEST_FIXTURE +-T HMAC_CTX +-T ICA_KEY_RSA_CRT +-T ICA_KEY_RSA_CRT_REC +-T ICA_KEY_RSA_MODEXPO +-T ICA_KEY_RSA_MODEXPO_REC +-T IDEA_KEY_SCHEDULE +-T IPAddrBlocks +-T IPAddressFamily +-T IPAddressOrRange +-T IPAddressOrRanges +-T ISSUING_DIST_POINT +-T JPAKE_CTX +-T JPAKE_STEP1 +-T JPAKE_STEP2 +-T JPAKE_STEP3A +-T JPAKE_STEP3B +-T JPAKE_STEP_PART +-T JPAKE_ZKP +-T KEY_TABLE_TYPE +-T KRB5_APREQBODY +-T KRB5_AUTHDATA +-T KRB5_AUTHENTBODY +-T KRB5_CHECKSUM +-T KRB5_ENCDATA +-T KRB5_ENCKEY +-T KRB5_PRINCNAME +-T KRB5_TKTBODY +-T KSSL_CTX +-T KSSL_ERR +-T LHASH +-T LHASH_COMP_FN_TYPE +-T LHASH_DOALL_ARG_FN_TYPE +-T LHASH_DOALL_FN_TYPE +-T LHASH_HASH_FN_TYPE +-T LHASH_NODE +-T LPDIR_CTX +-T LPHEAPENTRY32 +-T LPHEAPLIST32 +-T LPMODULEENTRY32 +-T LPMODULEENTRY32W +-T LPPROCESSENTRY32 +-T LPPROCESSENTRY32W +-T LPTHREADENTRY32 +-T LP_DIR_CTX +-T MD2_CTX +-T MD4_CTX +-T MD5_CTX +-T MDC2_CTX +-T MD_DATA +-T MEM +-T MEM_LEAK +-T MEM_OBJECT_DATA +-T MIME_HEADER +-T MIME_PARAM +-T MODULEENTRY32 +-T MODULEENTRY32W +-T MS_FAR +-T NAME_CONSTRAINTS +-T NAME_FUNCS +-T NBIO_TEST +-T NDEF_SUPPORT +-T NETSCAPE_CERT_SEQUENCE +-T NETSCAPE_ENCRYPTED_PKEY +-T NETSCAPE_PKEY +-T NETSCAPE_SPKAC +-T NETSCAPE_SPKI +-T NETSCAPE_X509 +-T NET_API_FUNCTION +-T NOTICEREF +-T OBJ_NAME +-T OCB128_CONTEXT +-T OCB_BLOCK +-T OCSP_BASICRESP +-T OCSP_CERTID +-T OCSP_CERTSTATUS +-T OCSP_CRLID +-T OCSP_ONEREQ +-T OCSP_REQINFO +-T OCSP_REQUEST +-T OCSP_REQ_CTX +-T OCSP_RESPBYTES +-T OCSP_RESPDATA +-T OCSP_RESPID +-T OCSP_RESPONSE +-T OCSP_REVOKEDINFO +-T OCSP_SERVICELOC +-T OCSP_SIGNATURE +-T OCSP_SINGLERESP +-T OCSP_TBLSTR +-T OPENSSL_BLOCK +-T OPENSSL_CSTRING +-T OPENSSL_DIR_CTX +-T OPENSSL_ITEM +-T OPENSSL_PSTRING +-T OPENSSL_STRING +-T OPENSSL_STRING +-T OTHERNAME +-T P256_POINT +-T P256_POINT_AFFINE +-T PBE2PARAM +-T PBEPARAM +-T PBKDF2PARAM +-T PCRYPTO_MEM_LEAK_CB +-T PEM_CTX +-T PEM_ENCODE_SEAL_CTX +-T PEM_USER +-T PHEAPENTRY32 +-T PHEAPLIST32 +-T PKCS12 +-T PKCS12_BAGS +-T PKCS12_SAFEBAG +-T PKCS7 +-T PKCS7_DIGEST +-T PKCS7_ENCRYPT +-T PKCS7_ENC_CONTENT +-T PKCS7_ENVELOPE +-T PKCS7_ISSUER_AND_SERIAL +-T PKCS7_RECIP_INFO +-T PKCS7_SIGNED +-T PKCS7_SIGNER_INFO +-T PKCS7_SIGN_ENVELOPE +-T PKCS8_PRIV_KEY_INFO +-T PKEY_USAGE_PERIOD +-T PMODULEENTRY32 +-T PMODULEENTRY32W +-T POLICYINFO +-T POLICYQUALINFO +-T POLICY_CONSTRAINTS +-T POLICY_MAPPING +-T POLICY_MAPPINGS +-T PPROCESSENTRY32 +-T PPROCESSENTRY32W +-T PRECOMP256_ROW +-T PROCESSENTRY32 +-T PROCESSENTRY32W +-T PROXY_CERT_INFO_EXTENSION +-T PROXY_POLICY +-T PTHREADENTRY32 +-T PW_CB_DATA +-T RAND_METHOD +-T RC2_KEY +-T RC4_KEY +-T RC5_32_KEY +-T RIPEMD160_CTX +-T RSA +-T RSA_METHOD +-T RSA_OAEP_PARAMS +-T RSA_PKEY_CTX +-T RSA_PSS_PARAMS +-T SCT +-T SEED_KEY_SCHEDULE +-T SESS_CERT +-T SHA256_CTX +-T SHA512_CTX +-T SHA_CTX +-T SRP_ARG +-T SRP_CLIENT_ARG +-T SRP_CTX +-T SRP_SERVER_ARG +-T SRP_VBASE +-T SRP_gN_cache +-T SRP_user_pwd +-T SRTP_PROTECTION_PROFILE +-T SSL +-T SSL2_STATE +-T SSL3_BUFFER +-T SSL3_BUF_FREELIST +-T SSL3_BUF_FREELIST_ENTRY +-T SSL3_COMP +-T SSL3_ENC_METHOD +-T SSL3_RECORD +-T SSL3_STATE +-T SSL_CIPHER +-T SSL_COMP +-T SSL_CONF_CTX +-T SSL_CTX +-T SSL_EXCERT +-T SSL_METHOD +-T SSL_SESSION +-T SSL_SESSION_ASN1 +-T STACK_OF +-T STORE +-T STORE_ATTR_INFO +-T STORE_ATTR_TYPES +-T STORE_CERTIFICATE_STATUS +-T STORE_CLEANUP_FUNC_PTR +-T STORE_CTRL_FUNC_PTR +-T STORE_END_OBJECT_FUNC_PTR +-T STORE_GENERATE_OBJECT_FUNC_PTR +-T STORE_GENERIC_FUNC_PTR +-T STORE_GET_OBJECT_FUNC_PTR +-T STORE_HANDLE_OBJECT_FUNC_PTR +-T STORE_INITIALISE_FUNC_PTR +-T STORE_METHOD +-T STORE_MODIFY_OBJECT_FUNC_PTR +-T STORE_NEXT_OBJECT_FUNC_PTR +-T STORE_OBJECT +-T STORE_OBJECT_TYPES +-T STORE_PARAM_TYPES +-T STORE_START_OBJECT_FUNC_PTR +-T STORE_STORE_OBJECT_FUNC_PTR +-T SW_ALGTYPE +-T SW_BYTE +-T SW_COMMAND_BITMAP +-T SW_COMMAND_CODE +-T SW_CONTEXT_HANDLE +-T SW_CRT +-T SW_DSA +-T SW_EXP +-T SW_LARGENUMBER +-T SW_NVDATA +-T SW_OSHANDLE +-T SW_PARAM +-T SW_STATE +-T SW_STATUS +-T SW_U16 +-T SW_U32 +-T SW_U64 +-T SXNET +-T SXNETID +-T TCHAR +-T TEST_INFO +-T THREADENTRY32 +-T TIMEOUT_PARAM +-T TLS_SESSION_TICKET_EXT +-T TLS_SIGALGS +-T TS_ACCURACY +-T TS_MSG_IMPRINT +-T TS_REQ +-T TS_RESP +-T TS_RESP_CTX +-T TS_STATUS_INFO +-T TS_TST_INFO +-T TS_VERIFY_CTX +-T TXT_DB +-T UI +-T UINT64 +-T UI_METHOD +-T UI_STRING +-T USERNOTICE +-T WCHAR +-T WHIRLPOOL_CTX +-T WINAPI +-T WSAAPI +-T X509 +-T X509V3_CONF_METHOD +-T X509V3_CTX +-T X509V3_EXT_D2I +-T X509V3_EXT_FREE +-T X509V3_EXT_I2D +-T X509V3_EXT_I2R +-T X509V3_EXT_I2S +-T X509V3_EXT_METHOD +-T X509V3_EXT_NEW +-T X509V3_EXT_R2I +-T X509V3_EXT_S2I +-T X509V3_EXT_V2I +-T X509_ALGOR +-T X509_ATTRIBUTE +-T X509_CERT_AUX +-T X509_CERT_FILE_CTX +-T X509_CERT_PAIR +-T X509_CINF +-T X509_CRL +-T X509_CRL_INFO +-T X509_CRL_METHOD +-T X509_EXTENSION +-T X509_INFO +-T X509_LOOKUP +-T X509_LOOKUP_METHOD +-T X509_NAME +-T X509_NAME_ENTRY +-T X509_OBJECT +-T X509_OBJECTS +-T X509_PKEY +-T X509_POLICY_CACHE +-T X509_POLICY_DATA +-T X509_POLICY_LEVEL +-T X509_POLICY_NODE +-T X509_POLICY_TREE +-T X509_PUBKEY +-T X509_PURPOSE +-T X509_REQ +-T X509_REQ_INFO +-T X509_REVOKED +-T X509_SIG +-T X509_STORE +-T X509_STORE_CTX +-T X509_TRUST +-T X509_VAL +-T X509_VERIFY_PARAM +-T X509_VERIFY_PARAM_ID +-T X9_62_CHARACTERISTIC_TWO +-T X9_62_CURVE +-T X9_62_FIELDID +-T X9_62_PENTANOMIAL +-T XTS128_CONTEXT +-T ZEN_MD_DATA +-T _LHASH +-T _STACK +-T __int64 +-T _ossl_old_des_cblock +-T asn1_ps_func +-T bio_dgram_data +-T bio_info_cb +-T char_io +-T conf_finish_func +-T conf_init_func +-T const_DES_cblock +-T d2i_of_void +-T des_cblock +-T dynamic_data_ctx +-T dynamic_fns +-T engine_table_doall_cb +-T i2d_of_void +-T int_dhx942_dh +-T nid_triple +-T pem_password_cb +-T pitem +-T piterator +-T pqueue_s +-T session_op +-T size_t +-T tag_exp_arg +-T testdata +-T time_t +-T time_t +-T u32 +-T u64 +-T u8 +-T v3_ext_ctx +-T v3_ext_method +-T STACK_OF_ACCESS_DESCRIPTION_ +-T STACK_OF_ASIdOrRange_ +-T STACK_OF_ASN1_ADB_TABLE_ +-T STACK_OF_ASN1_INTEGER_ +-T STACK_OF_ASN1_OBJECT_ +-T STACK_OF_ASN1_STRING_TABLE_ +-T STACK_OF_ASN1_TYPE_ +-T STACK_OF_ASN1_UTF8STRING_ +-T STACK_OF_ASN1_VALUE_ +-T STACK_OF_BIO_ +-T STACK_OF_BY_DIR_ENTRY_ +-T STACK_OF_BY_DIR_HASH_ +-T STACK_OF_CMS_CertificateChoices_ +-T STACK_OF_CMS_RecipientEncryptedKey_ +-T STACK_OF_CMS_RecipientInfo_ +-T STACK_OF_CMS_RevocationInfoChoice_ +-T STACK_OF_CMS_SignerInfo_ +-T STACK_OF_CONF_IMODULE_ +-T STACK_OF_CONF_MODULE_ +-T STACK_OF_CONF_VALUE_ +-T STACK_OF_CRYPTO_EX_DATA_FUNCS_ +-T STACK_OF_CRYPTO_dynlock_ +-T STACK_OF_DIST_POINT_ +-T STACK_OF_ENGINE_ +-T STACK_OF_ENGINE_CLEANUP_ITEM_ +-T STACK_OF_ESS_CERT_ID_ +-T STACK_OF_EVP_PBE_CTL_ +-T STACK_OF_EVP_PKEY_ASN1_METHOD_ +-T STACK_OF_EVP_PKEY_METHOD_ +-T STACK_OF_GENERAL_NAMES_ +-T STACK_OF_GENERAL_NAME_ +-T STACK_OF_GENERAL_SUBTREE_ +-T STACK_OF_IPAddressFamily_ +-T STACK_OF_IPAddressOrRange_ +-T STACK_OF_KRB5_APREQBODY_ +-T STACK_OF_KRB5_AUTHENTBODY_ +-T STACK_OF_KRB5_TKTBODY_ +-T STACK_OF_MEM_OBJECT_DATA_ +-T STACK_OF_MIME_HEADER_ +-T STACK_OF_MIME_PARAM_ +-T STACK_OF_NAME_FUNCS_ +-T STACK_OF_OCSP_CERTID_ +-T STACK_OF_OCSP_ONEREQ_ +-T STACK_OF_OCSP_RESPID_ +-T STACK_OF_OCSP_SINGLERESP_ +-T STACK_OF_OPENSSL_BLOCK_ +-T STACK_OF_OPENSSL_PSTRING_ +-T STACK_OF_OPENSSL_STRING_ +-T STACK_OF_PKCS12_SAFEBAG_ +-T STACK_OF_PKCS7_ +-T STACK_OF_PKCS7_RECIP_INFO_ +-T STACK_OF_PKCS7_SIGNER_INFO_ +-T STACK_OF_POLICYINFO_ +-T STACK_OF_POLICYQUALINFO_ +-T STACK_OF_POLICY_MAPPING_ +-T STACK_OF_Request_ +-T STACK_OF_SCT_ +-T STACK_OF_SRP_gN_ +-T STACK_OF_SRP_gN_cache_ +-T STACK_OF_SRP_user_pwd_ +-T STACK_OF_SRTP_PROTECTION_PROFILE_ +-T STACK_OF_SSL_CIPHER_ +-T STACK_OF_SSL_COMP_ +-T STACK_OF_STORE_ATTR_INFO_ +-T STACK_OF_STRING_ +-T STACK_OF_SXNETID_ +-T STACK_OF_SingleResponse_ +-T STACK_OF_UI_STRING_ +-T STACK_OF_X509V3_EXT_METHOD_ +-T STACK_OF_X509_ +-T STACK_OF_X509_ALGOR_ +-T STACK_OF_X509_ATTRIBUTE_ +-T STACK_OF_X509_CRL_ +-T STACK_OF_X509_EXTENSION_ +-T STACK_OF_X509_INFO_ +-T STACK_OF_X509_LOOKUP_ +-T STACK_OF_X509_NAME_ +-T STACK_OF_X509_NAME_ENTRY_ +-T STACK_OF_X509_OBJECT_ +-T STACK_OF_X509_POLICY_DATA_ +-T STACK_OF_X509_POLICY_NODE_ +-T STACK_OF_X509_PURPOSE_ +-T STACK_OF_X509_REVOKED_ +-T STACK_OF_X509_TRUST_ +-T STACK_OF_X509_VERIFY_PARAM_ +-T STACK_OF_nid_triple_ +-T STACK_OF_void_ +-T LHASH_OF_ADDED_OBJ_ +-T LHASH_OF_APP_INFO_ +-T LHASH_OF_CONF_VALUE_ +-T LHASH_OF_ENGINE_PILE_ +-T LHASH_OF_ERR_STATE_ +-T LHASH_OF_ERR_STRING_DATA_ +-T LHASH_OF_EX_CLASS_ITEM_ +-T LHASH_OF_FUNCTION_ +-T LHASH_OF_MEM_ +-T LHASH_OF_OBJ_NAME_ +-T LHASH_OF_OPENSSL_STRING_ +-T LHASH_OF_SSL_SESSION_ +-T LHASH_OF_STRING_ +-T clock_t +-T custom_ext_methods +-T hm_fragment +-T krb5_auth_context +-T krb5_authdata +-T KRB5_CALLCONV +-T krb5_ccache +-T krb5_context +-T krb5_creds +-T krb5_data +-T krb5_deltat +-T krb5_flags +-T krb5_int32 +-T krb5_keyblock +-T krb5_keytab +-T krb5_keytab_entry +-T krb5_octet +-T krb5_principal +-T krb5_principal_data +-T krb5_rcache +-T krb5_ticket +-T krb5_ticket_times +-T krb5_timestamp +-T record_pqueue +-T ssl_ctx_st +-T ssl_flag_tbl +-T ssl_st +-T ssl_trace_tbl +-T _stdcall +-T tls12_lookup diff --git a/openssl/util/libeay.num b/openssl/util/libeay.num index aa86b2b8b..4a11d7827 100644 --- a/openssl/util/libeay.num +++ b/openssl/util/libeay.num @@ -1807,6 +1807,7 @@ ASN1_UTCTIME_get 2350 NOEXIST::FUNCTION: X509_REQ_digest 2362 EXIST::FUNCTION:EVP X509_CRL_digest 2391 EXIST::FUNCTION:EVP d2i_ASN1_SET_OF_PKCS7 2397 NOEXIST::FUNCTION: +X509_ALGOR_cmp 2398 EXIST::FUNCTION: EVP_CIPHER_CTX_set_key_length 2399 EXIST::FUNCTION: EVP_CIPHER_CTX_ctrl 2400 EXIST::FUNCTION: BN_mod_exp_mont_word 2401 EXIST::FUNCTION: @@ -4280,7 +4281,7 @@ CRYPTO_ccm128_decrypt 4648 EXIST::FUNCTION: CRYPTO_ccm128_aad 4649 EXIST::FUNCTION: CRYPTO_gcm128_init 4650 EXIST::FUNCTION: CRYPTO_gcm128_decrypt 4651 EXIST::FUNCTION: -ENGINE_load_rsax 4652 EXIST::FUNCTION:ENGINE +ENGINE_load_rsax 4652 NOEXIST::FUNCTION: CRYPTO_gcm128_decrypt_ctr32 4653 EXIST::FUNCTION: CRYPTO_gcm128_encrypt_ctr32 4654 EXIST::FUNCTION: CRYPTO_gcm128_finish 4655 EXIST::FUNCTION: @@ -4312,3 +4313,102 @@ BIO_dgram_sctp_wait_for_dry 4679 EXIST::FUNCTION:SCTP BIO_s_datagram_sctp 4680 EXIST::FUNCTION:DGRAM,SCTP BIO_dgram_is_sctp 4681 EXIST::FUNCTION:SCTP BIO_dgram_sctp_notification_cb 4682 EXIST::FUNCTION:SCTP +i2d_DHxparams 4683 EXIST::FUNCTION:DH +EC_curve_nist2nid 4684 EXIST::FUNCTION:EC +DH_get_1024_160 4685 EXIST::FUNCTION:DH +PEM_write_DHxparams 4686 EXIST:!WIN16:FUNCTION:DH +d2i_DHxparams 4687 EXIST::FUNCTION:DH +EC_curve_nid2nist 4688 EXIST::FUNCTION:EC +DH_get_2048_256 4689 EXIST::FUNCTION:DH +PEM_write_bio_DHxparams 4690 EXIST::FUNCTION:DH +DH_get_2048_224 4691 EXIST::FUNCTION:DH +X509_chain_check_suiteb 4692 EXIST::FUNCTION: +X509_chain_up_ref 4693 EXIST::FUNCTION: +X509_VERIFY_PARAM_set1_ip_asc 4694 EXIST::FUNCTION: +X509_CRL_check_suiteb 4695 EXIST::FUNCTION: +X509_VERIFY_PARAM_set1_email 4696 EXIST::FUNCTION: +X509_check_email 4697 EXIST::FUNCTION: +X509_check_host 4698 EXIST::FUNCTION: +X509_check_ip_asc 4699 EXIST::FUNCTION: +X509_get0_signature 4700 EXIST::FUNCTION: +X509_get_signature_nid 4701 EXIST::FUNCTION: +X509_VERIFY_PARAM_set1_host 4702 EXIST::FUNCTION: +X509_VERIFY_PARAM_set1_ip 4703 EXIST::FUNCTION: +X509_check_ip 4704 EXIST::FUNCTION: +X509_STORE_set_lookup_crls_cb 4705 EXIST::FUNCTION: +X509_CRL_diff 4706 EXIST::FUNCTION: +X509_CRL_http_nbio 4707 EXIST::FUNCTION:EVP +OCSP_REQ_CTX_i2d 4708 EXIST::FUNCTION: +OCSP_REQ_CTX_get0_mem_bio 4709 EXIST::FUNCTION: +X509_STORE_CTX_get0_store 4710 EXIST::FUNCTION: +X509_REVOKED_dup 4711 EXIST::FUNCTION: +CMS_RecipientInfo_encrypt 4712 EXIST::FUNCTION:CMS +OCSP_REQ_CTX_http 4713 EXIST::FUNCTION: +OCSP_REQ_CTX_nbio 4714 EXIST::FUNCTION: +X509_http_nbio 4715 EXIST::FUNCTION:EVP +OCSP_set_max_response_length 4716 EXIST::FUNCTION: +OCSP_REQ_CTX_new 4717 EXIST::FUNCTION: +OCSP_REQ_CTX_nbio_d2i 4718 EXIST::FUNCTION: +EVP_aes_256_wrap 4719 EXIST::FUNCTION:AES +CRYPTO_128_wrap 4720 EXIST::FUNCTION: +RSA_OAEP_PARAMS_new 4721 EXIST::FUNCTION:RSA +CRYPTO_128_unwrap 4722 EXIST::FUNCTION: +ECDSA_METHOD_set_name 4723 EXIST::FUNCTION:ECDSA +CMS_RecipientInfo_kari_decrypt 4724 EXIST::FUNCTION:CMS +CMS_SignerInfo_get0_pkey_ctx 4725 EXIST::FUNCTION:CMS +ECDSA_METHOD_set_flags 4726 EXIST::FUNCTION:ECDSA +ECDSA_METHOD_set_sign_setup 4727 EXIST::FUNCTION:ECDSA +CMS_RecipientInfo_kari_orig_id_cmp 4728 EXIST:!VMS:FUNCTION:CMS +CMS_RecipInfo_kari_orig_id_cmp 4728 EXIST:VMS:FUNCTION:CMS +CMS_RecipientInfo_kari_get0_alg 4729 EXIST::FUNCTION:CMS +EVP_aes_192_wrap 4730 EXIST::FUNCTION:AES +EVP_aes_128_cbc_hmac_sha256 4731 EXIST::FUNCTION:AES,SHA256 +DH_compute_key_padded 4732 EXIST::FUNCTION:DH +ECDSA_METHOD_set_sign 4733 EXIST::FUNCTION:ECDSA +CMS_RecipientEncryptedKey_cert_cmp 4734 EXIST:!VMS:FUNCTION:CMS +CMS_RecipEncryptedKey_cert_cmp 4734 EXIST:VMS:FUNCTION:CMS +DH_KDF_X9_42 4735 EXIST::FUNCTION:DH +RSA_OAEP_PARAMS_free 4736 EXIST::FUNCTION:RSA +EVP_des_ede3_wrap 4737 EXIST::FUNCTION:DES +RSA_OAEP_PARAMS_it 4738 EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:RSA +RSA_OAEP_PARAMS_it 4738 EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:RSA +ASN1_TIME_diff 4739 EXIST::FUNCTION: +EVP_aes_256_cbc_hmac_sha256 4740 EXIST::FUNCTION:AES,SHA256 +CMS_SignerInfo_get0_signature 4741 EXIST::FUNCTION:CMS +CMS_RecipientInfo_kari_get0_reks 4742 EXIST:!VMS:FUNCTION:CMS +CMS_RecipInfo_kari_get0_reks 4742 EXIST:VMS:FUNCTION:CMS +EVP_aes_128_wrap 4743 EXIST::FUNCTION:AES +CMS_SignerInfo_get0_md_ctx 4744 EXIST::FUNCTION:CMS +OPENSSL_gmtime_diff 4745 EXIST::FUNCTION: +CMS_RecipientInfo_kari_set0_pkey 4746 EXIST:!VMS:FUNCTION:CMS +CMS_RecipInfo_kari_set0_pkey 4746 EXIST:VMS:FUNCTION:CMS +i2d_RSA_OAEP_PARAMS 4747 EXIST::FUNCTION:RSA +d2i_RSA_OAEP_PARAMS 4748 EXIST::FUNCTION:RSA +ECDH_KDF_X9_62 4749 EXIST::FUNCTION:ECDH +CMS_RecipientInfo_kari_get0_ctx 4750 EXIST::FUNCTION:CMS +ECDSA_METHOD_new 4751 EXIST::FUNCTION:ECDSA +CMS_RecipientInfo_get0_pkey_ctx 4752 EXIST::FUNCTION:CMS +CMS_RecipientEncryptedKey_get0_id 4753 EXIST:!VMS:FUNCTION:CMS +CMS_RecipEncryptedKey_get0_id 4753 EXIST:VMS:FUNCTION:CMS +RSA_padding_check_PKCS1_OAEP_mgf1 4754 EXIST:!VMS:FUNCTION:RSA +RSA_pad_check_PKCS1_OAEP_mgf1 4754 EXIST:VMS:FUNCTION:RSA +ECDSA_METHOD_set_verify 4755 EXIST::FUNCTION:ECDSA +CMS_SharedInfo_encode 4756 EXIST::FUNCTION:CMS +RSA_padding_add_PKCS1_OAEP_mgf1 4757 EXIST::FUNCTION:RSA +CMS_RecipientInfo_kari_get0_orig_id 4758 EXIST:!VMS:FUNCTION:CMS +CMS_RecipInfo_kari_get0_orig_id 4758 EXIST:VMS:FUNCTION:CMS +ECDSA_METHOD_free 4759 EXIST::FUNCTION:ECDSA +X509_VERIFY_PARAM_get_count 4760 EXIST::FUNCTION: +X509_VERIFY_PARAM_get0_name 4761 EXIST::FUNCTION: +X509_VERIFY_PARAM_get0 4762 EXIST::FUNCTION: +X509V3_EXT_free 4763 EXIST::FUNCTION: +BIO_hex_string 4764 EXIST::FUNCTION: +X509_VERIFY_PARAM_set_hostflags 4765 EXIST::FUNCTION: +BUF_strnlen 4766 EXIST::FUNCTION: +X509_VERIFY_PARAM_get0_peername 4767 EXIST::FUNCTION: +ECDSA_METHOD_set_app_data 4768 EXIST::FUNCTION:ECDSA +sk_deep_copy 4769 EXIST::FUNCTION: +ECDSA_METHOD_get_app_data 4770 EXIST::FUNCTION:ECDSA +X509_VERIFY_PARAM_add1_host 4771 EXIST::FUNCTION: +EC_GROUP_get_mont_data 4772 EXIST::FUNCTION:EC +i2d_re_X509_tbs 4773 EXIST::FUNCTION: diff --git a/openssl/util/mk1mf.pl b/openssl/util/mk1mf.pl index f0c2df026..7d4491fae 100644 --- a/openssl/util/mk1mf.pl +++ b/openssl/util/mk1mf.pl @@ -2,8 +2,12 @@ # A bit of an evil hack but it post processes the file ../MINFO which # is generated by `make files` in the top directory. # This script outputs one mega makefile that has no shell stuff or any -# funny stuff -# +# funny stuff (if the target is not "copy"). +# If the target is "copy", then it tries to create a makefile that can be +# safely used with the -j flag and that is compatible with the top-level +# Makefile, in the sense that it uses the same options and assembler files etc. + +use Cwd; $INSTALLTOP="/usr/local/ssl"; $OPENSSLDIR="/usr/local/ssl"; @@ -28,6 +32,7 @@ my %mf_import = ( INSTALLTOP => \$INSTALLTOP, OPENSSLDIR => \$OPENSSLDIR, PLATFORM => \$mf_platform, + CC => \$mf_cc, CFLAG => \$mf_cflag, DEPFLAG => \$mf_depflag, CPUID_OBJ => \$mf_cpuid_asm, @@ -43,16 +48,18 @@ my %mf_import = ( RMD160_ASM_OBJ => \$mf_rmd_asm, WP_ASM_OBJ => \$mf_wp_asm, CMLL_ENC => \$mf_cm_asm, + MODES_ASM_OBJ => \$mf_modes_asm, + ENGINES_ASM_OBJ=> \$mf_engines_asm, BASEADDR => \$baseaddr, FIPSDIR => \$fipsdir, + EC_ASM => \$mf_ec_asm, ); - open(IN,") { my ($mf_opt, $mf_ref); while (($mf_opt, $mf_ref) = each %mf_import) { - if (/^$mf_opt\s*=\s*(.*)$/) { + if (/^$mf_opt\s*=\s*(.*)$/ && !defined($$mfref)) { $$mf_ref = $1; } } @@ -83,7 +90,8 @@ $infile="MINFO"; "netware-libc", "CodeWarrior for NetWare - LibC - with WinSock Sockets", "netware-libc-bsdsock", "CodeWarrior for NetWare - LibC - with BSD Sockets", "default","cc under unix", - "auto", "auto detect from top level Makefile" + "auto", "auto detect from top level Makefile", + "copy", "copy from top level Makefile" ); $platform=""; @@ -162,7 +170,7 @@ $mkdir="-mkdir" unless defined $mkdir; $ranlib="echo ranlib"; $cc=(defined($VARS{'CC'}))?$VARS{'CC'}:'cc'; -$src_dir=(defined($VARS{'SRC'}))?$VARS{'SRC'}:'.'; +$src_dir=(defined($VARS{'SRC'}))?$VARS{'SRC'}: $platform eq 'copy' ? getcwd() : '.'; $bin_dir=(defined($VARS{'BIN'}))?$VARS{'BIN'}:''; # $bin_dir.=$o causes a core dump on my sparc :-( @@ -172,7 +180,8 @@ $NT=0; push(@INC,"util/pl","pl"); -if ($platform eq "auto") { +if ($platform eq "auto" || $platform eq 'copy') { + $orig_platform = $platform; $platform = $mf_platform; print STDERR "Imported platform $mf_platform\n"; } @@ -300,6 +309,11 @@ else ##else { $cflags="$c_flags$cflags" if ($c_flags ne ""); } +if ($orig_platform eq 'copy') { + $cflags = $mf_cflag; + $cc = $mf_cc; +} + $ex_libs="$l_flags$ex_libs" if ($l_flags ne ""); @@ -391,6 +405,14 @@ for (;;) } close(IN); +if ($orig_platform eq 'copy') + { + # Remove opensslconf.h so it doesn't get updated if we configure a + # different branch. + $exheader =~ s/[^ ]+\/opensslconf.h//; + $header =~ s/[^ ]+\/opensslconf.h//; + } + if ($shlib) { $extra_install= <<"EOF"; @@ -422,6 +444,7 @@ EOF } $defs= <<"EOF"; +# N.B. You MUST use -j on FreeBSD. # This makefile has been automatically generated from the OpenSSL distribution. # This single makefile will build the complete OpenSSL distribution and # by default leave the 'intertesting' output files in .${o}out and the stuff @@ -463,7 +486,7 @@ LINK=$link LFLAGS=$lflags RSC=$rsc -# The output directory for everything intersting +# The output directory for everything interesting OUT_D=$out_dir # The output directory for all the temporary muck TMP_D=$tmp_dir @@ -482,13 +505,14 @@ ASM=$bin_dir$asm # FIPS validated module and support file locations +E_PREMAIN_DSO=fips_premain_dso + FIPSDIR=$fipsdir BASEADDR=$baseaddr FIPSLIB_D=\$(FIPSDIR)${o}lib FIPS_PREMAIN_SRC=\$(FIPSLIB_D)${o}fips_premain.c O_FIPSCANISTER=\$(FIPSLIB_D)${o}fipscanister.lib FIPS_SHA1_EXE=\$(FIPSDIR)${o}bin${o}fips_standalone_sha1${exep} -E_PREMAIN_DSO=fips_premain_dso PREMAIN_DSO_EXE=\$(BIN_D)${o}fips_premain_dso$exep FIPSLINK=\$(PERL) \$(FIPSDIR)${o}bin${o}fipslink.pl @@ -563,8 +587,12 @@ $banner \$(INC_D): \$(MKDIR) \"\$(INC_D)\" +# This needs to be invoked once, when the makefile is first constructed, or +# after cleaning. +init: \$(TMP_D) \$(LIB_D) \$(INC_D) \$(INCO_D) \$(BIN_D) \$(TEST_D) headers + \$(PERL) \$(SRC_D)/util/copy-if-different.pl "\$(SRC_D)/crypto/opensslconf.h" "\$(INCO_D)/opensslconf.h" + headers: \$(HEADER) \$(EXHEADER) - @ lib: \$(LIBS_DEP) \$(E_SHLIB) @@ -582,11 +610,6 @@ install: all \$(CP) apps${o}openssl.cnf \"\$(OPENSSLDIR)\" $extra_install - -test: \$(T_EXE) - cd \$(BIN_D) - ..${o}ms${o}test - clean: \$(RM) \$(TMP_D)$o*.* @@ -594,8 +617,25 @@ vclean: \$(RM) \$(TMP_D)$o*.* \$(RM) \$(OUT_D)$o*.* +reallyclean: + \$(RM) -rf \$(TMP_D) + \$(RM) -rf \$(BIN_D) + \$(RM) -rf \$(TEST_D) + \$(RM) -rf \$(LIB_D) + \$(RM) -rf \$(INC_D) + +EOF + +if ($orig_platform ne 'copy') + { + $rules .= <<"EOF"; +test: \$(T_EXE) + cd \$(BIN_D) + ..${o}ms${o}test + EOF - + } + my $platform_cpp_symbol = "MK1MF_PLATFORM_$platform"; $platform_cpp_symbol =~ s/-/_/g; if (open(IN,"crypto/buildinf.h")) @@ -625,14 +665,14 @@ open (OUT,">>crypto/buildinf.h") || die "Can't open buildinf.h"; printf OUT < \$no_rc2, @@ -1116,11 +1198,12 @@ sub read_options "gaswin" => \$gaswin, "no-ssl2" => \$no_ssl2, "no-ssl3" => \$no_ssl3, + "no-ssl3-method" => 0, "no-tlsext" => \$no_tlsext, "no-srp" => \$no_srp, "no-cms" => \$no_cms, - "no-ec2m" => \$no_ec2m, "no-jpake" => \$no_jpake, + "no-ec2m" => \$no_ec2m, "no-ec_nistp_64_gcc_128" => 0, "no-err" => \$no_err, "no-sock" => \$no_sock, @@ -1151,9 +1234,12 @@ sub read_options "no-montasm" => 0, "no-shared" => 0, "no-store" => 0, - "no-unit-test" => 0, "no-zlib" => 0, "no-zlib-dynamic" => 0, + "no-ssl-trace" => 0, + "no-unit-test" => 0, + "no-libunbound" => 0, + "no-multiblock" => 0, "fips" => \$fips ); diff --git a/openssl/util/mkbuildinf.pl b/openssl/util/mkbuildinf.pl new file mode 100755 index 000000000..ffa8a3993 --- /dev/null +++ b/openssl/util/mkbuildinf.pl @@ -0,0 +1,35 @@ +#!/usr/local/bin/perl + +my ($cflags, $platform) = @ARGV; + +$cflags = "compiler: $cflags"; +$date = localtime(); +print <<"END_OUTPUT"; +#ifndef MK1MF_BUILD + /* auto-generated by util/mkbuildinf.pl for crypto/cversion.c */ + #define CFLAGS cflags + /* + * Generate CFLAGS as an array of individual characters. This is a + * workaround for the situation where CFLAGS gets too long for a C90 string + * literal + */ + static const char cflags[] = { +END_OUTPUT +my $ctr = 0; +foreach my $c (split //, $cflags) { + # Max 18 characters per line + if (($ctr++ % 18) == 0) { + if ($ctr != 1) { + print "\n"; + } + print " "; + } + print "'$c',"; +} +print <<"END_OUTPUT"; +'\\0' + }; + #define PLATFORM "platform: $platform" + #define DATE "built on: $date" +#endif +END_OUTPUT diff --git a/openssl/util/mkdef.pl b/openssl/util/mkdef.pl index 1eaa7b8ac..c57c7f748 100644 --- a/openssl/util/mkdef.pl +++ b/openssl/util/mkdef.pl @@ -107,6 +107,8 @@ my @known_algorithms = ( "RC2", "RC4", "RC5", "IDEA", "DES", "BF", "CAPIENG", # SSL v2 "SSL2", + # SSL v3 method + "SSL3_METHOD", # JPAKE "JPAKE", # NEXTPROTONEG @@ -119,8 +121,10 @@ my @known_algorithms = ( "RC2", "RC4", "RC5", "IDEA", "DES", "BF", "SCTP", # SRTP "SRTP", + # SSL TRACE + "SSL_TRACE", # Unit testing - "UNIT_TEST"); + "UNIT_TEST"); my $options=""; open(IN,") { - if(/^\#define\s+(\S+)\s+(\S+)/) { + if(/^\#\s*define\s+(\S+)\s+(\S+)/) { $name = $1; $code = $2; next if $name =~ /^${lib}err/; @@ -391,7 +392,7 @@ foreach $lib (keys %csrc) } else { push @out, "/* ====================================================================\n", -" * Copyright (c) 2001-2011 The OpenSSL Project. All rights reserved.\n", +" * Copyright (c) 2001-$year The OpenSSL Project. All rights reserved.\n", " *\n", " * Redistribution and use in source and binary forms, with or without\n", " * modification, are permitted provided that the following conditions\n", @@ -576,7 +577,7 @@ EOF print OUT <<"EOF"; /* $cfile */ /* ==================================================================== - * Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved. + * Copyright (c) 1999-$year The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/openssl/util/mkstack.pl b/openssl/util/mkstack.pl index f708610a7..2bd96cd0c 100644 --- a/openssl/util/mkstack.pl +++ b/openssl/util/mkstack.pl @@ -90,6 +90,7 @@ while() { #define sk_${type_thing}_set_cmp_func(st, cmp) SKM_sk_set_cmp_func($type_thing, (st), (cmp)) #define sk_${type_thing}_dup(st) SKM_sk_dup($type_thing, st) #define sk_${type_thing}_pop_free(st, free_func) SKM_sk_pop_free($type_thing, (st), (free_func)) +#define sk_${type_thing}_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy($type_thing, (st), (copy_func), (free_func)) #define sk_${type_thing}_shift(st) SKM_sk_shift($type_thing, (st)) #define sk_${type_thing}_pop(st) SKM_sk_pop($type_thing, (st)) #define sk_${type_thing}_sort(st) SKM_sk_sort($type_thing, (st)) @@ -108,7 +109,8 @@ EOF #define sk_${t1}_find(st, val) sk_find(CHECKED_STACK_OF($t1, st), CHECKED_PTR_OF($t2, val)) #define sk_${t1}_value(st, i) (($t1)sk_value(CHECKED_STACK_OF($t1, st), i)) #define sk_${t1}_num(st) SKM_sk_num($t1, st) -#define sk_${t1}_pop_free(st, free_func) sk_pop_free(CHECKED_STACK_OF($t1, st), CHECKED_SK_FREE_FUNC2($t1, free_func)) +#define sk_${t1}_pop_free(st, free_func) sk_pop_free(CHECKED_STACK_OF($t1, st), CHECKED_SK_FREE_FUNC($t2, free_func)) +#define sk_${t1}_deep_copy(st, copy_func, free_func) ((STACK_OF($t1) *)sk_deep_copy(CHECKED_STACK_OF($t1, st), CHECKED_SK_COPY_FUNC($t2, copy_func), CHECKED_SK_FREE_FUNC($t2, free_func))) #define sk_${t1}_insert(st, val, i) sk_insert(CHECKED_STACK_OF($t1, st), CHECKED_PTR_OF($t2, val), i) #define sk_${t1}_free(st) SKM_sk_free(${t1}, st) #define sk_${t1}_set(st, i, val) sk_set(CHECKED_STACK_OF($t1, st), i, CHECKED_PTR_OF($t2, val)) diff --git a/openssl/util/openssl-format-source b/openssl/util/openssl-format-source new file mode 100755 index 000000000..4e9014743 --- /dev/null +++ b/openssl/util/openssl-format-source @@ -0,0 +1,148 @@ +#!/bin/sh +# +# openssl-format-source +# - format source tree according to OpenSSL coding style using indent +# +# usage: +# openssl-format-source [-v] [-n] [file|directory] ... +# +# note: the indent options assume GNU indent v2.2.10 which was released +# Feb-2009 so if you have an older indent the options may not +# match what is expected +# +# any marked block comment blocks have to be moved to align manually after +# the reformatting has been completed as marking a block causes indent to +# not move it at all ... +# + +PATH=/usr/local/bin:/bin:/usr/bin:$PATH +export PATH +HERE="`dirname $0`" + +set -e + +if [ $# -eq 0 ]; then + echo "usage: $0 [-v] [-n] [-c] [sourcefile|sourcedir] ..." >&2 + exit 1 +fi + +VERBOSE=false +DONT=false +STOPARGS=false +COMMENTS=false +DEBUG="" + +# for this exercise, we want to force the openssl style, so we roll +# our own indent profile, which is at a well known location +INDENT_PROFILE="$HERE/indent.pro" +export INDENT_PROFILE +if [ ! -f "$INDENT_PROFILE" ]; then + echo "$0: unable to locate the openssl indent.pro file" >&2 + exit 1 +fi + +# Extra arguments; for adding the comment-formatting +INDENT_ARGS="" +for i +do + if [ "$STOPARGS" != "true" ]; then + case $i in + --) STOPARGS="true"; continue;; + -n) DONT="true"; continue;; + -v) VERBOSE="true"; + echo "INDENT_PROFILE=$INDENT_PROFILE"; + continue;; + -c) COMMENTS="true"; + INDENT_ARGS="-fc1 -fca -cdb -sc"; + continue;; + -nc) COMMENTS="true"; + continue;; + -d) DEBUG='eval tee "$j.pre" |' + continue;; + esac + fi + + if [ -d "$i" ]; then + LIST=`find "$i" -name '*.[ch]' -print` + else + if [ ! -f "$i" ]; then + echo "$0: source file not found: $i" >&2 + exit 1 + fi + LIST="$i" + fi + + for j in $LIST + do + # ignore symlinks - we only ever process the base file - so if we + # expand a directory tree we need to ignore any located symlinks + if [ -d "$i" ]; then + if [ -h "$j" ]; then + continue; + fi + fi + + if [ "$VERBOSE" = "true" ]; then + echo "$j" + fi + + if [ "$DONT" = "false" ]; then + tmp=$(mktemp /tmp/indent.XXXXXX) + trap 'rm -f "$tmp"' HUP INT TERM EXIT + + case `basename $j` in + # the list of files that indent is unable to handle correctly + # that we simply leave alone for manual formatting now + obj_dat.h|aes_core.c|aes_x86core.c|ecp_nistz256.c) + echo "skipping $j" + ;; + *) + if [ "$COMMENTS" = "true" ]; then + # we have to mark single line comments as /*- ...*/ to stop indent + # messing with them, run expand then indent as usual but with the + # the process-comments options and then undo that marking, and then + # finally re-run indent without process-comments so the marked-to- + # be-ignored comments we did automatically end up getting moved + # into the right possition within the code as indent leaves marked + # comments entirely untouched - we appear to have no way to avoid + # the double processing and get the desired output + cat "$j" | \ + expand | \ + perl -0 -np \ + -e 's/(\n#[ \t]*ifdef[ \t]+__cplusplus\n[^\n]*\n#[ \t]*endif\n)/\n\/**INDENT-OFF**\/$1\/**INDENT-ON**\/\n/g;' \ + -e 's/(\n\/\*\!)/\n\/**/g;' \ + -e 's/(STACK_OF|LHASH_OF)\(([^ \t,\)]+)\)( |\n)/$1_$2_$3/g;' \ + | \ + perl -np \ + -e 's/^([ \t]*)\/\*([ \t]+.*)\*\/[ \t]*$/if (length("$1$2")<75) {$c="-"}else{$c=""}; "$1\/*$c$2*\/"/e;' \ + -e 's/^\/\* ((Copyright|=|----).*)$/\/*-$1/;' \ + -e 's/^((DECLARE|IMPLEMENT)_(EXTERN_ASN1|ASN1|ADB|STACK_OF|PKCS12_STACK_OF).*)$/\/**INDENT-OFF**\/\n$1\n\/**INDENT-ON**\//;' \ + -e 's/^([ \t]*(make_dh|make_dh_bn|make_rfc5114_td)\(.*\)[ \t,]*)$/\/**INDENT-OFF**\/\n$1\n\/**INDENT-ON**\//;' \ + -e 's/^(ASN1_ADB_TEMPLATE\(.*)$/\/**INDENT-OFF**\/\n$1\n\/**INDENT-ON**\//;' \ + -e 's/^((ASN1|ADB)_.*_END\(.*[\){=,;]+[ \t]*)$/$1\n\/**INDENT-ON**\//;' \ + -e '/ASN1_(ITEM_ref|ITEM_ptr|ITEM_rptr|PCTX)/ || s/^((ASN1|ADB)_[^\*]*[){=,]+[ \t]*)$/\/**INDENT-OFF**\/\n$1/;' \ + -e 's/^(} (ASN1|ADB)_[^\*]*[\){=,;]+)$/$1\n\/**INDENT-ON**\//;' \ + | \ + $DEBUG indent $INDENT_ARGS | \ + perl -np \ + -e 's/^([ \t]*)\/\*-(.*)\*\/[ \t]*$/$1\/*$2*\//;' \ + -e 's/^\/\*-((Copyright|=|----).*)$/\/* $1/;' \ + | indent | \ + perl -0 -np \ + -e 's/\/\*\*INDENT-(ON|OFF)\*\*\/\n//g;' \ + | perl -np \ + -e 's/(STACK_OF|LHASH_OF)_([^ \t,]+)_( |\/)/$1($2)$3/g;' \ + -e 's/(STACK_OF|LHASH_OF)_([^ \t,]+)_$/$1($2)/g;' \ + | perl "$HERE"/su-filter.pl \ + > "$tmp" + else + expand "$j" | indent $INDENT_ARGS > "$tmp" + fi; + mv "$tmp" "$j" + ;; + esac + fi + done +done + + diff --git a/openssl/util/pl/BC-32.pl b/openssl/util/pl/BC-32.pl index b41bb45e8..ed28e65e6 100644 --- a/openssl/util/pl/BC-32.pl +++ b/openssl/util/pl/BC-32.pl @@ -18,7 +18,7 @@ $out_def="out32"; $tmp_def="tmp32"; $inc_def="inc32"; #enable max error messages, disable most common warnings -$cflags="-DWIN32_LEAN_AND_MEAN -q -w-ccc -w-rch -w-pia -w-aus -w-par -w-inl -c -tWC -tWM -DOPENSSL_SYSNAME_WIN32 -DL_ENDIAN -DDSO_WIN32 -D_stricmp=stricmp -D_strnicmp=strnicmp -D_timeb=timeb -D_ftime=ftime "; +$cflags="-DWIN32_LEAN_AND_MEAN -q -w-ccc -w-rch -w-pia -w-aus -w-par -w-inl -c -tWC -tWM -DOPENSSL_SYSNAME_WIN32 -DL_ENDIAN -DDSO_WIN32 -D_stricmp=stricmp -D_strnicmp=strnicmp "; if ($debug) { $cflags.="-Od -y -v -vi- -D_DEBUG"; diff --git a/openssl/util/pl/VC-32.pl b/openssl/util/pl/VC-32.pl index 3705fc73b..852eb30d0 100644 --- a/openssl/util/pl/VC-32.pl +++ b/openssl/util/pl/VC-32.pl @@ -46,7 +46,6 @@ if ($FLAVOR =~ /WIN64/) # $base_cflags= " $mf_cflag"; my $f = $shlib || $fips ?' /MD':' /MT'; - $lib_cflag='/Zl' if (!$shlib); # remove /DEFAULTLIBs from static lib $opt_cflags=$f.' /Ox'; $dbg_cflags=$f.'d /Od -DDEBUG -D_DEBUG'; $lflags="/nologo /subsystem:console /opt:ref"; @@ -89,7 +88,7 @@ elsif ($FLAVOR =~ /CE/) $wcetgt = $ENV{'TARGETCPU'}; # just shorter name... SWITCH: for($wcetgt) { /^X86/ && do { $wcecdefs.=" -Dx86 -D_X86_ -D_i386_ -Di_386_"; - $wcelflag.=" /machine:IX86"; last; }; + $wcelflag.=" /machine:X86"; last; }; /^ARMV4[IT]/ && do { $wcecdefs.=" -DARM -D_ARM_ -D$wcetgt"; $wcecdefs.=" -DTHUMB -D_THUMB_" if($wcetgt=~/T$/); $wcecdefs.=" -QRarch4T -QRinterwork-return"; @@ -114,25 +113,30 @@ elsif ($FLAVOR =~ /CE/) $wcelflag.=" /machine:$wcetgt"; last; }; } - $cc='$(CC)'; + $cc=($ENV{CC} or "cl"); $base_cflags=' /W3 /WX /GF /Gy /nologo -DUNICODE -D_UNICODE -DOPENSSL_SYSNAME_WINCE -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32 -DNO_CHMOD -DOPENSSL_SMALL_FOOTPRINT'; $base_cflags.=" $wcecdefs"; $base_cflags.=' -I$(WCECOMPAT)/include' if (defined($ENV{'WCECOMPAT'})); $base_cflags.=' -I$(PORTSDK_LIBPATH)/../../include' if (defined($ENV{'PORTSDK_LIBPATH'})); - $opt_cflags=' /MC /O1i'; # optimize for space, but with intrinsics... - $dbg_cflags=' /MC /Od -DDEBUG -D_DEBUG'; + if (`$cc 2>&1` =~ /Version ([0-9]+)\./ && $1>=14) { + $base_cflags.=$shlib?' /MD':' /MT'; + } else { + $base_cflags.=' /MC'; + } + $opt_cflags=' /O1i'; # optimize for space, but with intrinsics... + $dbg_cflags=' /Od -DDEBUG -D_DEBUG'; $lflags="/nologo /opt:ref $wcelflag"; } else # Win32 { $base_cflags= " $mf_cflag"; my $f = $shlib || $fips ?' /MD':' /MT'; - $lib_cflag='/Zl' if (!$shlib); # remove /DEFAULTLIBs from static lib $ff = "/fixed"; $opt_cflags=$f.' /Ox /O2 /Ob2'; $dbg_cflags=$f.'d /Od -DDEBUG -D_DEBUG'; $lflags="/nologo /subsystem:console /opt:ref"; } +$lib_cflag='/Zl' if (!$shlib); # remove /DEFAULTLIBs from static lib $mlflags=''; $out_def ="out32"; $out_def.="dll" if ($shlib); @@ -165,14 +169,26 @@ $rsc="rc"; $efile="/out:"; $exep='.exe'; if ($no_sock) { $ex_libs=''; } -elsif ($FLAVOR =~ /CE/) { $ex_libs='winsock.lib'; } +elsif ($FLAVOR =~ /CE/) { $ex_libs='ws2.lib'; } else { $ex_libs='ws2_32.lib'; } if ($FLAVOR =~ /CE/) { - $ex_libs.=' $(WCECOMPAT)/lib/wcecompatex.lib' if (defined($ENV{'WCECOMPAT'})); + $ex_libs.=' crypt32.lib'; # for e_capi.c + if (defined($ENV{WCECOMPAT})) + { + $ex_libs.= ' $(WCECOMPAT)/lib'; + if (-f "$ENV{WCECOMPAT}/lib/$ENV{TARGETCPU}/wcecompatex.lib") + { + $ex_libs.='/$(TARGETCPU)/wcecompatex.lib'; + } + else + { + $ex_libs.='/wcecompatex.lib'; + } + } $ex_libs.=' $(PORTSDK_LIBPATH)/portlib.lib' if (defined($ENV{'PORTSDK_LIBPATH'})); - $ex_libs.=' /nodefaultlib:oldnames.lib coredll.lib corelibc.lib' if ($ENV{'TARGETCPU'} eq "X86"); + $ex_libs.=' /nodefaultlib coredll.lib corelibc.lib' if ($ENV{'TARGETCPU'} eq "X86"); } else { diff --git a/openssl/util/pl/netware.pl b/openssl/util/pl/netware.pl index c78bcfc87..fe80a9bb8 100644 --- a/openssl/util/pl/netware.pl +++ b/openssl/util/pl/netware.pl @@ -212,7 +212,7 @@ else # Turned off the "possible" warnings ( -w nopossible ). Metrowerks # complained a lot about various stuff. May want to turn back # on for further development. - $cflags.=" -nostdinc -ir crypto -ir engines -ir apps -I$include_path \\ + $cflags.=" -nostdinc -ir crypto -ir ssl -ir engines -ir apps -I$include_path \\ -msgstyle gcc -align 4 -processor pentium -char unsigned \\ -w on -w nolargeargs -w nopossible -w nounusedarg -w nounusedexpr \\ -w noimplicitconv -relax_pointers -nosyspath -maxerrors 20"; diff --git a/openssl/util/pl/unix.pl b/openssl/util/pl/unix.pl index 146611ad9..82f1aa76e 100644 --- a/openssl/util/pl/unix.pl +++ b/openssl/util/pl/unix.pl @@ -26,11 +26,12 @@ else { $cflags="-O"; } } $obj='.o'; +$asm_suffix='.s'; $ofile='-o '; # EXE linking stuff $link='${CC}'; -$lflags='${CFLAGS}'; +$lflags='${CFLAG}'; $efile='-o '; $exep=''; $ex_libs=""; @@ -53,6 +54,94 @@ $des_enc_src=""; $bf_enc_obj=""; $bf_enc_src=""; +%perl1 = ( + 'md5-x86_64' => 'crypto/md5', + 'x86_64-mont' => 'crypto/bn', + 'x86_64-mont5' => 'crypto/bn', + 'x86_64-gf2m' => 'crypto/bn', + 'modexp512-x86_64' => 'crypto/bn', + 'aes-x86_64' => 'crypto/aes', + 'vpaes-x86_64' => 'crypto/aes', + 'bsaes-x86_64' => 'crypto/aes', + 'aesni-x86_64' => 'crypto/aes', + 'aesni-sha1-x86_64' => 'crypto/aes', + 'sha1-x86_64' => 'crypto/sha', + 'e_padlock-x86_64' => 'engines', + 'rc4-x86_64' => 'crypto/rc4', + 'rc4-md5-x86_64' => 'crypto/rc4', + 'ghash-x86_64' => 'crypto/modes', + 'aesni-gcm-x86_64' => 'crypto/modes', + 'aesni-sha256-x86_64' => 'crypto/aes', + 'rsaz-x86_64' => 'crypto/bn', + 'rsaz-avx2' => 'crypto/bn', + 'aesni-mb-x86_64' => 'crypto/aes', + 'sha1-mb-x86_64' => 'crypto/sha', + 'sha256-mb-x86_64' => 'crypto/sha', + 'ecp_nistz256-x86_64' => 'crypto/ec', + ); + +# If I were feeling more clever, these could probably be extracted +# from makefiles. +sub platform_perlasm_compile_target + { + local($target, $source, $bname) = @_; + + for $p (keys %perl1) + { + if ($target eq "\$(OBJ_D)/$p.o") + { + return << "EOF"; +\$(TMP_D)/$p.s: $perl1{$p}/asm/$p.pl + \$(PERL) $perl1{$p}/asm/$p.pl \$(PERLASM_SCHEME) > \$@ +EOF + } + } + if ($target eq '$(OBJ_D)/x86_64cpuid.o') + { + return << 'EOF'; +$(TMP_D)/x86_64cpuid.s: crypto/x86_64cpuid.pl + $(PERL) crypto/x86_64cpuid.pl $(PERLASM_SCHEME) > $@ +EOF + } + elsif ($target eq '$(OBJ_D)/sha256-x86_64.o') + { + return << 'EOF'; +$(TMP_D)/sha256-x86_64.s: crypto/sha/asm/sha512-x86_64.pl + $(PERL) crypto/sha/asm/sha512-x86_64.pl $(PERLASM_SCHEME) $@ +EOF + } + elsif ($target eq '$(OBJ_D)/sha512-x86_64.o') + { + return << 'EOF'; +$(TMP_D)/sha512-x86_64.s: crypto/sha/asm/sha512-x86_64.pl + $(PERL) crypto/sha/asm/sha512-x86_64.pl $(PERLASM_SCHEME) $@ +EOF + } + elsif ($target eq '$(OBJ_D)/sha512-x86_64.o') + { + return << 'EOF'; +$(TMP_D)/sha512-x86_64.s: crypto/sha/asm/sha512-x86_64.pl + $(PERL) crypto/sha/asm/sha512-x86_64.pl $(PERLASM_SCHEME) $@ +EOF + } + + die $target; + } + +sub special_compile_target + { + local($target) = @_; + + if ($target eq 'crypto/bn/x86_64-gcc') + { + return << "EOF"; +\$(TMP_D)/x86_64-gcc.o: crypto/bn/asm/x86_64-gcc.c + \$(CC) \$(CFLAGS) -c -o \$@ crypto/bn/asm/x86_64-gcc.c +EOF + } + return undef; + } + sub do_lib_rule { local($obj,$target,$name,$shlib)=@_; @@ -72,7 +161,7 @@ sub do_link_rule { local($target,$files,$dep_libs,$libs)=@_; local($ret,$_); - + $file =~ s/\//$o/g if $o ne '/'; $n=&bname($target); $ret.="$target: $files $dep_libs\n"; @@ -93,4 +182,262 @@ sub which } } +sub fixtests + { + my ($str, $tests) = @_; + + foreach my $t (keys %$tests) + { + $str =~ s/(\.\/)?\$\($t\)/\$(TEST_D)\/$tests->{$t}/g; + } + + return $str; + } + +sub fixdeps + { + my ($str, $fakes) = @_; + + my @t = split(/\s+/, $str); + $str = ''; + foreach my $t (@t) + { + $str .= ' ' if $str ne ''; + if (exists($fakes->{$t})) + { + $str .= $fakes->{$t}; + next; + } + if ($t =~ /^[^\/]+$/) + { + $str .= '$(TEST_D)/' . $t; + } + else + { + $str .= $t; + } + } + + return $str; + } + +sub fixrules + { + my ($str) = @_; + + # Compatible with -j... + $str =~ s/^(\s+@?)/$1cd \$(TEST_D) && /; + return $str; + + # Compatible with not -j. + my @t = split("\n", $str); + $str = ''; + my $prev; + foreach my $t (@t) + { + $t =~ s/^\s+//; + if (!$prev) + { + if ($t =~ /^@/) + { + $t =~ s/^@/\@cd \$(TEST_D) && /; + } + elsif ($t !~ /^\s*#/) + { + $t = 'cd $(TEST_D) && ' . $t; + } + } + $str .= "\t$t\n"; + $prev = $t =~/\\$/; + } + return $str; +} + +sub copy_scripts + { + my ($sed, $src, @targets) = @_; + + my $s = ''; + foreach my $t (@targets) + { + # Copy first so we get file modes... + $s .= "\$(TEST_D)/$t: \$(SRC_D)/$src/$t\n\tcp \$(SRC_D)/$src/$t \$(TEST_D)/$t\n"; + $s .= "\tsed -e 's/\\.\\.\\/apps/..\\/\$(OUT_D)/' -e 's/\\.\\.\\/util/..\\/\$(TEST_D)/' < \$(SRC_D)/$src/$t > \$(TEST_D)/$t\n" if $sed; + $s .= "\n"; + } + return $s; + } + +sub get_tests + { + my ($makefile) = @_; + + open(M, $makefile) || die "Can't open $makefile: $!"; + my %targets; + my %deps; + my %tests; + my %alltests; + my %fakes; + while (my $line = ) + { + chomp $line; + while ($line =~ /^(.*)\\$/) + { + $line = $1 . ; + } + + if ($line =~ /^alltests:(.*)$/) + { + my @t = split(/\s+/, $1); + foreach my $t (@t) + { + $targets{$t} = ''; + $alltests{$t} = undef; + } + } + + if (($line =~ /^(?\S+):(?.*)$/ && exists $targets{$1}) + || $line =~ /^(?test_(ss|gen) .*):(?.*)/) + { + my $t = $+{t}; + my $d = $+{d}; + # If there are multiple targets stupid FreeBSD make runs the + # rules once for each dependency that matches one of the + # targets. Running the same rule twice concurrently causes + # breakage, so replace with a fake target. + if ($t =~ /\s/) + { + ++$fake; + my @targets = split /\s+/, $t; + $t = "_fake$fake"; + foreach my $f (@targets) + { + $fakes{$f} = $t; + } + } + $deps{$t} = $d; + $deps{$t} =~ s/#.*$//; + for (;;) + { + $line = ; + chomp $line; + last if $line eq ''; + $targets{$t} .= "$line\n"; + } + next; + } + + if ($line =~ /^(\S+TEST)=\s*(\S+)$/) + { + $tests{$1} = $2; + next; + } + } + + delete $alltests{test_jpake} if $no_jpake; + delete $targets{test_ige} if $no_ige; + delete $alltests{test_md2} if $no_md2; + delete $alltests{test_rc5} if $no_rc5; + + my $tests; + foreach my $t (keys %tests) + { + $tests .= "$t = $tests{$t}\n"; + } + + my $each; + foreach my $t (keys %targets) + { + next if $t eq ''; + + my $d = $deps{$t}; + $d =~ s/\.\.\/apps/\$(BIN_D)/g; + $d =~ s/\.\.\/util/\$(TEST_D)/g; + $d = fixtests($d, \%tests); + $d = fixdeps($d, \%fakes); + + my $r = $targets{$t}; + $r =~ s/\.\.\/apps/..\/\$(BIN_D)/g; + $r =~ s/\.\.\/util/..\/\$(TEST_D)/g; + $r =~ s/\.\.\/(\S+)/\$(SRC_D)\/$1/g; + $r = fixrules($r); + + next if $r eq ''; + + $t =~ s/\s+/ \$(TEST_D)\//g; + + $each .= "$t: test_scripts $d\n\t\@echo '$t test started'\n$r\t\@echo '$t test done'\n\n"; + } + + # FIXME: Might be a clever way to figure out what needs copying + my @copies = ( 'bctest', + 'testgen', + 'cms-test.pl', + 'tx509', + 'test.cnf', + 'testenc', + 'tocsp', + 'testca', + 'CAss.cnf', + 'testtsa', + 'CAtsa.cnf', + 'Uss.cnf', + 'P1ss.cnf', + 'P2ss.cnf', + 'tcrl', + 'tsid', + 'treq', + 'tpkcs7', + 'tpkcs7d', + 'testcrl.pem', + 'testx509.pem', + 'v3-cert1.pem', + 'v3-cert2.pem', + 'testreq2.pem', + 'testp7.pem', + 'pkcs7-1.pem', + 'trsa', + 'testrsa.pem', + 'testsid.pem', + 'testss', + 'testssl', + 'testsslproxy', + 'serverinfo.pem', + ); + my $copies = copy_scripts(1, 'test', @copies); + $copies .= copy_scripts(0, 'test', ('smcont.txt')); + + my @utils = ( 'shlib_wrap.sh', + 'opensslwrap.sh', + ); + $copies .= copy_scripts(1, 'util', @utils); + + my @apps = ( 'CA.sh', + 'openssl.cnf', + 'server2.pem', + ); + $copies .= copy_scripts(1, 'apps', @apps); + + $copies .= copy_scripts(1, 'crypto/evp', ('evptests.txt')); + + $scripts = "test_scripts: \$(TEST_D)/CA.sh \$(TEST_D)/opensslwrap.sh \$(TEST_D)/openssl.cnf \$(TEST_D)/shlib_wrap.sh ocsp smime\n"; + $scripts .= "\nocsp:\n\tcp -R test/ocsp-tests \$(TEST_D)\n"; + $scripts .= "\smime:\n\tcp -R test/smime-certs \$(TEST_D)\n"; + + my $all = 'test:'; + foreach my $t (keys %alltests) + { + if (exists($fakes{$t})) + { + $all .= " $fakes{$t}"; + } + else + { + $all .= " $t"; + } + } + + return "$scripts\n$copies\n$tests\n$all\n\n$each"; + } + 1; diff --git a/openssl/util/ssleay.num b/openssl/util/ssleay.num index dd21e9577..5a8991350 100644 --- a/openssl/util/ssleay.num +++ b/openssl/util/ssleay.num @@ -101,9 +101,9 @@ SSLv23_server_method 112 EXIST::FUNCTION:RSA SSLv2_client_method 113 EXIST::FUNCTION:RSA,SSL2 SSLv2_method 114 EXIST::FUNCTION:RSA,SSL2 SSLv2_server_method 115 EXIST::FUNCTION:RSA,SSL2 -SSLv3_client_method 116 EXIST::FUNCTION: -SSLv3_method 117 EXIST::FUNCTION: -SSLv3_server_method 118 EXIST::FUNCTION: +SSLv3_client_method 116 EXIST::FUNCTION:SSL3_METHOD +SSLv3_method 117 EXIST::FUNCTION:SSL3_METHOD +SSLv3_server_method 118 EXIST::FUNCTION:SSL3_METHOD d2i_SSL_SESSION 119 EXIST::FUNCTION: i2d_SSL_SESSION 120 EXIST::FUNCTION: BIO_f_ssl 121 EXIST::FUNCTION:BIO @@ -316,8 +316,55 @@ SSL_CTX_set_next_protos_adv_cb 355 EXIST:VMS:FUNCTION:NEXTPROTONEG SSL_get0_next_proto_negotiated 356 EXIST::FUNCTION:NEXTPROTONEG SSL_get_selected_srtp_profile 357 EXIST::FUNCTION:SRTP SSL_CTX_set_tlsext_use_srtp 358 EXIST::FUNCTION:SRTP -SSL_select_next_proto 359 EXIST::FUNCTION:NEXTPROTONEG +SSL_select_next_proto 359 EXIST::FUNCTION:TLSEXT SSL_get_srtp_profiles 360 EXIST::FUNCTION:SRTP SSL_CTX_set_next_proto_select_cb 361 EXIST:!VMS:FUNCTION:NEXTPROTONEG SSL_CTX_set_next_proto_sel_cb 361 EXIST:VMS:FUNCTION:NEXTPROTONEG SSL_SESSION_get_compress_id 362 EXIST::FUNCTION: +SSL_get0_param 363 EXIST::FUNCTION: +SSL_CTX_get0_privatekey 364 EXIST::FUNCTION: +SSL_get_shared_sigalgs 365 EXIST::FUNCTION:TLSEXT +SSL_CONF_CTX_finish 366 EXIST::FUNCTION: +DTLS_method 367 EXIST::FUNCTION: +DTLS_client_method 368 EXIST::FUNCTION: +SSL_CIPHER_standard_name 369 EXIST::FUNCTION:SSL_TRACE +SSL_set_alpn_protos 370 EXIST::FUNCTION: +SSL_CTX_set_srv_supp_data 371 NOEXIST::FUNCTION: +SSL_CONF_cmd_argv 372 EXIST::FUNCTION: +DTLSv1_2_server_method 373 EXIST::FUNCTION: +SSL_COMP_set0_compression_methods 374 EXIST:!VMS:FUNCTION:COMP +SSL_COMP_set0_compress_methods 374 EXIST:VMS:FUNCTION:COMP +SSL_CTX_set_cert_cb 375 EXIST::FUNCTION: +SSL_CTX_add_client_custom_ext 376 EXIST::FUNCTION:TLSEXT +SSL_is_server 377 EXIST::FUNCTION: +SSL_CTX_get0_param 378 EXIST::FUNCTION: +SSL_CONF_cmd 379 EXIST::FUNCTION: +SSL_CTX_get_ssl_method 380 EXIST::FUNCTION: +SSL_CONF_CTX_set_ssl_ctx 381 EXIST::FUNCTION: +SSL_CIPHER_find 382 EXIST::FUNCTION: +SSL_CTX_use_serverinfo 383 EXIST::FUNCTION:TLSEXT +DTLSv1_2_client_method 384 EXIST::FUNCTION: +SSL_get0_alpn_selected 385 EXIST::FUNCTION: +SSL_CONF_CTX_clear_flags 386 EXIST::FUNCTION: +SSL_CTX_set_alpn_protos 387 EXIST::FUNCTION: +SSL_CTX_add_server_custom_ext 389 EXIST::FUNCTION:TLSEXT +SSL_CTX_get0_certificate 390 EXIST::FUNCTION: +SSL_CTX_set_alpn_select_cb 391 EXIST::FUNCTION: +SSL_CONF_cmd_value_type 392 EXIST::FUNCTION: +SSL_set_cert_cb 393 EXIST::FUNCTION: +SSL_get_sigalgs 394 EXIST::FUNCTION:TLSEXT +SSL_CONF_CTX_set1_prefix 395 EXIST::FUNCTION: +SSL_CONF_CTX_new 396 EXIST::FUNCTION: +SSL_CONF_CTX_set_flags 397 EXIST::FUNCTION: +SSL_CONF_CTX_set_ssl 398 EXIST::FUNCTION: +SSL_check_chain 399 EXIST::FUNCTION:TLSEXT +SSL_certs_clear 400 EXIST::FUNCTION: +SSL_CONF_CTX_free 401 EXIST::FUNCTION: +SSL_trace 402 EXIST::FUNCTION:SSL_TRACE +SSL_CTX_set_cli_supp_data 403 NOEXIST::FUNCTION: +DTLSv1_2_method 404 EXIST::FUNCTION: +DTLS_server_method 405 EXIST::FUNCTION: +SSL_CTX_use_serverinfo_file 406 EXIST::FUNCTION:STDIO,TLSEXT +SSL_COMP_free_compression_methods 407 EXIST:!VMS:FUNCTION:COMP +SSL_COMP_free_compress_methods 407 EXIST:VMS:FUNCTION:COMP +SSL_extension_supported 409 EXIST::FUNCTION:TLSEXT diff --git a/openssl/util/su-filter.pl b/openssl/util/su-filter.pl new file mode 100755 index 000000000..8975af64f --- /dev/null +++ b/openssl/util/su-filter.pl @@ -0,0 +1,260 @@ +#!/usr/bin/env perl +# +# su-filter.pl +# +use strict; + +my $in_su = 0; +my $indent = 0; +my $out; +my $braces = 0; +my $arrcnt; +my $data; +my $tststr; +my $incomm = 0; + +while(<>) { + $tststr = $_; + $incomm++ while $tststr =~ /\/\*/g; + $incomm-- while $tststr =~ /\*\//g; + + if($in_su == 1) { + if(/}(.*);/) { + $out .= $_; + do_output($out); + $in_su = 0; + } elsif(/^ *\} [^\s]+(\[\d*\])* = \{/) { + $tststr = $1; + $arrcnt = 0; + $arrcnt++ while $tststr =~ /\[/g; + $in_su++; + $braces = 1; + /^(.* = \{)(.*)$/; + $data = $2; + $out .= $1."\n"; + } else { + $out .= $_; + } + } elsif($in_su == 2) { + $data .= $_; + if(/};$/) { + #$data = "\n$data"; + $data =~ s/\n */\n/g; + $data =~ s/};\n?//s; + my @strucdata = structureData($data); + $out .= displayData($indent, 0, \@strucdata); + $out .= "\n$indent};\n"; + do_output($out); + $in_su = 0; + } + } elsif($incomm <= 0 && /( *)(static )?(const )?(union|struct) ([^\s]+ )?\{/) { + $in_su = 1; + $indent = $1; + $out = $_; + next; + } else { + do_output($_); + } +} + + +sub structureData { + my $data = $_[0]; + my @datalist = split(/(\{|\}|,|"|#|\n|\/\*|\*\/|\(|\))/, $data); + my $item; + my $dataitem = ""; + my @struclist = (); + my $substruc; + my $inquote = 0; + my $inbrace = 0; + my $preproc = 0; + my $comment = 0; + my $inparen = 0; + + + foreach $item (@datalist) { + if($comment) { + if($item eq "*/") { + $comment = 0; + $dataitem .= "*/"; + push @struclist, $dataitem; + $dataitem = ""; + next; + } + $dataitem .= $item; + next; + } + if($inquote) { + $dataitem .= $item; + if($item eq "\"") { + $inquote--; + } + next; + } + if($preproc) { + if($item eq "\n") { + $preproc = 0; + push @struclist, $dataitem; + $dataitem = ""; + next; + } + $dataitem .= $item; + next; + } + if($inbrace) { + if($item eq "}") { + $inbrace --; + + if(!$inbrace) { + $substruc = structureData($dataitem); + $dataitem = $substruc; + next; + } + } elsif($item eq "{") { + $inbrace++; + } elsif ($item eq "\"") { + $inquote++; + } + $dataitem .= $item; + next; + } + if($inparen) { + if($item eq ")") { + $inparen--; + } + $dataitem .= $item; + next; + } + if($item eq "\n") { + next; + } + if($item eq "#") { + $preproc = 1; + push @struclist, $dataitem; + $dataitem = "#"; + next; + } + if($item eq "/*") { + $comment = 1; + push @struclist, $dataitem; + $dataitem= "/*"; + next; + } + if($item eq "\"") { + $dataitem .= $item; + $inquote++; + next; + } + if($item eq "{") { + $inbrace++; + next; + } + if($item eq ",") { + push @struclist, $dataitem; + $dataitem = ""; + next; + } + if($item eq "(") { + $dataitem .= $item; + $inparen++; + next; + } + if($item =~ /^\s*$/) { + next; + } + if(ref $dataitem eq 'ARRAY') { + push @struclist, $dataitem; + $dataitem = ""; + } + $dataitem .= $item; + } + push @struclist, $dataitem; + return \@struclist; +} + +sub displayData { + my $indent = shift; + my $depth = shift; + my $data = shift; + my $item; + my $out = ""; + my $currline = ""; + my $first = 1; + my $prevpreproc = 0; + my $prevcomment = 0; + + foreach $item (@{$data}) { + if($item =~ /^\/\*/) { + #Comment + $item =~ s/\n/\n$indent/g; + if($out =~ /\n\s*$/s) { + $out .= $item."\n".$indent; + } else { + $out .= "\n".$indent.$item."\n".$indent; + } + $currline = $indent; + $prevcomment = 1; + next; + } + $item =~ s/^\s+//; + if($item =~ /^#/) { + #Pre-processor directive + if($out =~ /\n\s*$/s) { + $out =~ s/\n\s*$/\n/; + $out .= $item."\n".$indent; + } else { + $out .= "\n".$item."\n".$indent; + } + $currline = $indent; + $prevpreproc = 1; + next; + } + if($first) { + $first = 0; + if($depth != 0) { + $out .= $indent; + $currline = $indent; + } + } else { + if(!$prevpreproc && !$prevcomment) { + $out .= ", "; + $currline .= ", "; + if($depth == 1) { + $out .= "\n"; + $currline = ""; + } + if($depth == 1) { + $out .= $indent; + $currline .= $indent; + } + } + + } + $prevpreproc = 0; + $prevcomment = 0; + + if (ref $item eq 'ARRAY') { + if($depth == 0) { + $out .= displayData("$indent ", $depth+1, $item); + } else { + $out .= "{\n".displayData("$indent ", $depth+1, $item)."\n".$indent."}"; + $currline = $indent."}"; + } + } else { + if(length $currline.$item > 79) { + $currline = $indent; + $out .= "\n$indent"; + } + $out .= $item; + $currline .= $item; + } + } + return $out; +} + +sub do_output { + my $out = shift; + # Strip any trailing whitespace + $out =~ s/\s+\n/\n/g; + print $out; +} diff --git a/packages.txt b/packages.txt index 162081ecf..55eb27e96 100644 --- a/packages.txt +++ b/packages.txt @@ -66,7 +66,7 @@ libxcb git version libxkbfile-1.0.8 mesa git version mkfontscale git version -openssl-1.0.1i +openssl-1.0.2 pixman git version presentproto-1.0 pthreads-w32 cvs version -- cgit v1.2.3 From 7785694244cdfc5939ca4754cab4e08bd6980f99 Mon Sep 17 00:00:00 2001 From: marha Date: Sun, 22 Feb 2015 14:47:01 +0100 Subject: Upgraded to freetype 2.5.5 --- freetype/CMakeLists.txt | 110 +- freetype/ChangeLog | 1959 +++++++- freetype/ChangeLog.21 | 2 +- freetype/Jamfile | 2 +- freetype/README | 20 +- freetype/builds/atari/deflinejoiner.awk | 6 +- freetype/builds/cmake/iOS.cmake | 275 ++ freetype/builds/compiler/bcc-dev.mk | 2 +- freetype/builds/detect.mk | 6 +- freetype/builds/freetype.mk | 19 +- freetype/builds/mac/freetype-Info.plist | 36 + freetype/builds/mac/ftmac.c | 14 +- freetype/builds/toplevel.mk | 4 +- freetype/builds/unix/config.guess | 19 +- freetype/builds/unix/config.sub | 32 +- freetype/builds/unix/configure | 45 +- freetype/builds/unix/configure.ac | 28 +- freetype/builds/unix/configure.raw | 26 +- freetype/builds/unix/freetype-config.in | 2 +- freetype/builds/unix/freetype2.in | 8 +- freetype/builds/unix/freetype2.m4 | 6 +- freetype/builds/unix/ftconfig.in | 249 +- freetype/builds/unix/unix-def.in | 25 +- freetype/builds/vms/ftconfig.h | 244 +- freetype/builds/wince/vc2005-ce/freetype.vcproj | 76 +- freetype/builds/wince/vc2005-ce/index.html | 10 +- freetype/builds/wince/vc2008-ce/freetype.vcproj | 76 +- freetype/builds/wince/vc2008-ce/index.html | 10 +- freetype/builds/windows/vc2005/freetype.vcproj | 12 +- freetype/builds/windows/vc2005/index.html | 10 +- freetype/builds/windows/vc2008/freetype.vcproj | 12 +- freetype/builds/windows/vc2008/index.html | 10 +- freetype/builds/windows/vc2010/freetype.sln | 24 +- freetype/builds/windows/vc2010/freetype.user.props | 68 + freetype/builds/windows/vc2010/freetype.vcxproj | 511 ++- freetype/builds/windows/vc2010/index.html | 30 +- freetype/builds/windows/visualc/freetype.dsp | 34 +- freetype/builds/windows/visualc/freetype.vcproj | 12 +- freetype/builds/windows/visualc/index.html | 10 +- freetype/builds/windows/visualce/freetype.dsp | 34 +- freetype/builds/windows/visualce/freetype.vcproj | 84 +- freetype/builds/windows/visualce/index.html | 10 +- freetype/devel/ftoption.h | 65 +- freetype/docs/CHANGES | 90 +- freetype/docs/VERSION.DLL | 2 + freetype/docs/formats.txt | 2 +- freetype/docs/freetype-config.1 | 2 +- freetype/docs/reference/ft2-auto_hinter.html | 329 +- freetype/docs/reference/ft2-base_interface.html | 4814 +++++++++----------- freetype/docs/reference/ft2-basic_types.html | 1525 +++---- freetype/docs/reference/ft2-bdf_fonts.html | 336 +- freetype/docs/reference/ft2-bitmap_handling.html | 383 +- freetype/docs/reference/ft2-bzip2.html | 151 +- freetype/docs/reference/ft2-cache_subsystem.html | 1500 +++--- freetype/docs/reference/ft2-cff_driver.html | 231 +- freetype/docs/reference/ft2-cid_fonts.html | 278 +- freetype/docs/reference/ft2-computations.html | 1002 ++-- freetype/docs/reference/ft2-font_formats.html | 145 +- freetype/docs/reference/ft2-gasp_table.html | 215 +- freetype/docs/reference/ft2-glyph_management.html | 687 ++- freetype/docs/reference/ft2-glyph_stroker.html | 1161 +++-- freetype/docs/reference/ft2-glyph_variants.html | 347 +- freetype/docs/reference/ft2-gx_validation.html | 534 +-- freetype/docs/reference/ft2-gzip.html | 213 +- .../docs/reference/ft2-header_file_macros.html | 1011 ++-- freetype/docs/reference/ft2-header_inclusion.html | 105 +- freetype/docs/reference/ft2-incremental.html | 450 +- freetype/docs/reference/ft2-index.html | 632 +-- freetype/docs/reference/ft2-lcd_filtering.html | 255 +- freetype/docs/reference/ft2-list_processing.html | 630 ++- freetype/docs/reference/ft2-lzw.html | 151 +- freetype/docs/reference/ft2-mac_specific.html | 436 +- freetype/docs/reference/ft2-module_management.html | 974 ++-- freetype/docs/reference/ft2-multiple_masters.html | 563 ++- freetype/docs/reference/ft2-ot_validation.html | 313 +- .../docs/reference/ft2-outline_processing.html | 1485 +++--- freetype/docs/reference/ft2-pfr_fonts.html | 268 +- freetype/docs/reference/ft2-quick_advance.html | 256 +- freetype/docs/reference/ft2-raster.html | 732 ++- freetype/docs/reference/ft2-sfnt_names.html | 298 +- freetype/docs/reference/ft2-sizes_management.html | 234 +- freetype/docs/reference/ft2-system_interface.html | 474 +- freetype/docs/reference/ft2-toc.html | 279 +- freetype/docs/reference/ft2-truetype_engine.html | 198 +- freetype/docs/reference/ft2-truetype_tables.html | 1477 +++--- freetype/docs/reference/ft2-tt_driver.html | 178 +- freetype/docs/reference/ft2-type1_tables.html | 1087 +++-- freetype/docs/reference/ft2-user_allocation.html | 105 +- freetype/docs/reference/ft2-version.html | 321 +- freetype/docs/reference/ft2-winfnt_fonts.html | 306 +- freetype/docs/release | 5 +- freetype/include/config/ftconfig.h | 246 +- freetype/include/config/ftoption.h | 65 +- freetype/include/freetype.h | 252 +- freetype/include/ftadvanc.h | 9 +- freetype/include/ftautoh.h | 22 +- freetype/include/ftbbox.h | 1 - freetype/include/ftbdf.h | 4 +- freetype/include/ftbitmap.h | 9 +- freetype/include/ftbzip2.h | 2 +- freetype/include/ftcache.h | 8 +- freetype/include/ftcffdrv.h | 18 +- freetype/include/ftcid.h | 3 +- freetype/include/fterrdef.h | 182 +- freetype/include/ftgasp.h | 3 +- freetype/include/ftglyph.h | 21 +- freetype/include/ftgxval.h | 25 +- freetype/include/ftgzip.h | 3 +- freetype/include/ftimage.h | 204 +- freetype/include/ftincrem.h | 5 +- freetype/include/ftlcdfil.h | 4 +- freetype/include/ftlist.h | 5 +- freetype/include/ftlzw.h | 2 +- freetype/include/ftmm.h | 4 - freetype/include/ftmodapi.h | 30 +- freetype/include/ftotval.h | 15 +- freetype/include/ftoutln.h | 18 +- freetype/include/ftpfr.h | 2 +- freetype/include/ftrender.h | 1 - freetype/include/ftstroke.h | 44 +- freetype/include/ftsynth.h | 1 + freetype/include/ftsystem.h | 12 +- freetype/include/fttrigon.h | 4 +- freetype/include/ftttdrv.h | 2 +- freetype/include/fttypes.h | 8 +- freetype/include/ftwinfnt.h | 2 +- freetype/include/ftxf86.h | 3 +- freetype/include/internal/ftcalc.h | 289 +- freetype/include/internal/ftgloadr.h | 30 +- freetype/include/internal/ftobjs.h | 18 +- freetype/include/internal/ftvalid.h | 24 +- freetype/include/internal/pshints.h | 4 +- freetype/include/internal/sfnt.h | 16 +- freetype/include/t1tables.h | 120 +- freetype/include/ttnameid.h | 230 +- freetype/include/tttables.h | 64 +- freetype/include/ttunpat.h | 3 +- freetype/src/autofit/afangles.c | 60 - freetype/src/autofit/afblue.c | 109 +- freetype/src/autofit/afblue.dat | 257 +- freetype/src/autofit/afblue.h | 88 +- freetype/src/autofit/afblue.hin | 14 +- freetype/src/autofit/afcjk.c | 89 +- freetype/src/autofit/afcjk.h | 4 +- freetype/src/autofit/afglobal.c | 9 +- freetype/src/autofit/afglobal.h | 8 +- freetype/src/autofit/afhints.c | 267 +- freetype/src/autofit/afhints.h | 55 +- freetype/src/autofit/aflatin.c | 221 +- freetype/src/autofit/aflatin.h | 17 +- freetype/src/autofit/aflatin2.c | 16 +- freetype/src/autofit/afloader.c | 6 +- freetype/src/autofit/afmodule.c | 8 +- freetype/src/autofit/afranges.c | 84 +- freetype/src/autofit/afscript.h | 21 +- freetype/src/autofit/afstyles.h | 18 +- freetype/src/autofit/hbshim.c | 16 +- freetype/src/base/ftadvanc.c | 8 +- freetype/src/base/ftbbox.c | 223 +- freetype/src/base/ftbdf.c | 43 +- freetype/src/base/ftbitmap.c | 224 +- freetype/src/base/ftcalc.c | 475 +- freetype/src/base/ftfstype.c | 4 +- freetype/src/base/ftglyph.c | 10 +- freetype/src/base/ftgxval.c | 6 +- freetype/src/base/ftinit.c | 22 +- freetype/src/base/ftlcdfil.c | 46 +- freetype/src/base/ftmac.c | 25 +- freetype/src/base/ftmm.c | 32 +- freetype/src/base/ftobjs.c | 263 +- freetype/src/base/ftoutln.c | 55 +- freetype/src/base/ftpfr.c | 15 +- freetype/src/base/ftrfork.c | 8 +- freetype/src/base/ftstream.c | 5 +- freetype/src/base/ftstroke.c | 87 +- freetype/src/base/ftsynth.c | 25 +- freetype/src/base/fttrigon.c | 100 +- freetype/src/base/fttype1.c | 45 +- freetype/src/base/ftutil.c | 63 +- freetype/src/base/ftwinfnt.c | 22 +- freetype/src/bdf/bdfdrivr.c | 12 +- freetype/src/bdf/bdflib.c | 86 +- freetype/src/bzip2/ftbzip2.c | 14 +- freetype/src/cache/ftcbasic.c | 81 +- freetype/src/cache/ftccmap.c | 13 +- freetype/src/cache/ftcmanag.c | 31 +- freetype/src/cache/ftcsbits.c | 8 +- freetype/src/cff/cf2font.c | 39 +- freetype/src/cff/cf2ft.c | 48 +- freetype/src/cff/cf2hints.c | 17 +- freetype/src/cff/cf2intrp.c | 21 +- freetype/src/cff/cffcmap.c | 10 +- freetype/src/cff/cffdrivr.c | 4 +- freetype/src/cff/cffgload.c | 41 +- freetype/src/cff/cffobjs.c | 44 +- freetype/src/cff/cffparse.c | 2 +- freetype/src/gxvalid/gxvbsln.c | 56 +- freetype/src/gxvalid/gxvcommn.c | 274 +- freetype/src/gxvalid/gxvcommn.h | 80 +- freetype/src/gxvalid/gxvfeat.c | 38 +- freetype/src/gxvalid/gxvjust.c | 188 +- freetype/src/gxvalid/gxvkern.c | 152 +- freetype/src/gxvalid/gxvlcar.c | 36 +- freetype/src/gxvalid/gxvmort.c | 44 +- freetype/src/gxvalid/gxvmort.h | 14 +- freetype/src/gxvalid/gxvmort0.c | 16 +- freetype/src/gxvalid/gxvmort1.c | 54 +- freetype/src/gxvalid/gxvmort2.c | 46 +- freetype/src/gxvalid/gxvmort4.c | 18 +- freetype/src/gxvalid/gxvmort5.c | 30 +- freetype/src/gxvalid/gxvmorx.c | 30 +- freetype/src/gxvalid/gxvmorx.h | 10 +- freetype/src/gxvalid/gxvmorx0.c | 16 +- freetype/src/gxvalid/gxvmorx1.c | 50 +- freetype/src/gxvalid/gxvmorx2.c | 48 +- freetype/src/gxvalid/gxvmorx4.c | 4 +- freetype/src/gxvalid/gxvmorx5.c | 34 +- freetype/src/gxvalid/gxvopbd.c | 32 +- freetype/src/gxvalid/gxvprop.c | 38 +- freetype/src/gxvalid/gxvtrak.c | 46 +- freetype/src/gzip/ftgzip.c | 21 +- freetype/src/gzip/inftrees.c | 10 +- freetype/src/lzw/ftlzw.c | 16 +- freetype/src/lzw/ftzopen.h | 2 +- freetype/src/otvalid/otvbase.c | 50 +- freetype/src/otvalid/otvcommn.c | 170 +- freetype/src/otvalid/otvcommn.h | 158 +- freetype/src/otvalid/otvgdef.c | 36 +- freetype/src/otvalid/otvgpos.c | 186 +- freetype/src/otvalid/otvgsub.c | 108 +- freetype/src/otvalid/otvjstf.c | 83 +- freetype/src/otvalid/otvmath.c | 72 +- freetype/src/pcf/README | 2 +- freetype/src/pcf/pcfdrivr.c | 12 +- freetype/src/pcf/pcfread.c | 108 +- freetype/src/pfr/pfrcmap.c | 5 +- freetype/src/pfr/pfrdrivr.c | 6 +- freetype/src/pfr/pfrgload.c | 2 +- freetype/src/pfr/pfrload.c | 2 +- freetype/src/pfr/pfrobjs.c | 5 +- freetype/src/pfr/pfrsbit.c | 6 +- freetype/src/psaux/psconv.c | 9 +- freetype/src/psaux/psobjs.c | 10 +- freetype/src/psaux/t1cmap.c | 22 +- freetype/src/psaux/t1decode.c | 12 +- freetype/src/pshinter/pshglob.c | 6 +- freetype/src/pshinter/pshglob.h | 4 +- freetype/src/pshinter/pshrec.c | 5 +- freetype/src/pshinter/pshrec.h | 4 +- freetype/src/psnames/psmodule.c | 4 +- freetype/src/raster/ftraster.c | 21 +- freetype/src/sfnt/pngshim.c | 22 +- freetype/src/sfnt/sfdriver.c | 24 +- freetype/src/sfnt/sfntpic.h | 22 +- freetype/src/sfnt/sfobjs.c | 54 +- freetype/src/sfnt/ttcmap.c | 56 +- freetype/src/sfnt/ttkern.c | 2 +- freetype/src/sfnt/ttload.c | 12 +- freetype/src/sfnt/ttmtx.c | 6 +- freetype/src/sfnt/ttmtx.h | 4 +- freetype/src/sfnt/ttpost.c | 12 +- freetype/src/sfnt/ttsbit.c | 60 +- freetype/src/smooth/ftgrays.c | 63 +- freetype/src/smooth/ftsmooth.c | 147 +- freetype/src/tools/afblue.pl | 7 +- freetype/src/tools/docmaker/content.py | 216 +- freetype/src/tools/docmaker/docmaker.py | 39 +- freetype/src/tools/docmaker/formatter.py | 73 +- freetype/src/tools/docmaker/sources.py | 200 +- freetype/src/tools/docmaker/tohtml.py | 445 +- freetype/src/tools/docmaker/utils.py | 81 +- freetype/src/tools/ftrandom/README | 2 +- freetype/src/tools/ftrandom/ftrandom.c | 4 +- freetype/src/tools/test_trig.c | 16 +- freetype/src/truetype/ttdriver.c | 8 +- freetype/src/truetype/ttgload.c | 69 +- freetype/src/truetype/ttgxvar.c | 6 +- freetype/src/truetype/ttinterp.c | 216 +- freetype/src/truetype/ttinterp.h | 23 +- freetype/src/truetype/ttobjs.c | 172 +- freetype/src/truetype/ttobjs.h | 12 +- freetype/src/truetype/ttpload.c | 12 +- freetype/src/truetype/ttsubpix.c | 6 +- freetype/src/type1/t1driver.c | 5 +- freetype/src/type1/t1load.c | 9 +- freetype/src/type42/t42objs.c | 10 +- freetype/src/type42/t42parse.c | 48 +- freetype/src/winfonts/winfnt.c | 17 +- packages.txt | 2 +- 289 files changed, 22109 insertions(+), 19672 deletions(-) create mode 100755 freetype/builds/cmake/iOS.cmake create mode 100755 freetype/builds/mac/freetype-Info.plist create mode 100755 freetype/builds/windows/vc2010/freetype.user.props diff --git a/freetype/CMakeLists.txt b/freetype/CMakeLists.txt index a4e583d33..8b859a57e 100644 --- a/freetype/CMakeLists.txt +++ b/freetype/CMakeLists.txt @@ -16,13 +16,28 @@ # # cmake CMakeLists.txt # -# to create a Makefile that builds a static version of the library. For a -# dynamic library, use +# to create a Makefile that builds a static version of the library. +# +# For a dynamic library, use # # cmake CMakeLists.txt -DBUILD_SHARED_LIBS:BOOL=true # -# instead. Please refer to the cmake manual for further options, in -# particular, how to modify compilation and linking parameters. +# For a framework on OS X, use +# +# cmake CMakeLists.txt -DBUILD_FRAMEWORK:BOOL=true -G Xcode +# +# instead. +# +# For an iOS static library, use +# +# cmake CMakeLists.txt -DIOS_PLATFORM=OS -G Xcode +# +# or +# +# cmake CMakeLists.txt -DIOS_PLATFORM=SIMULATOR -G Xcode +# +# Please refer to the cmake manual for further options, in particular, how +# to modify compilation and linking parameters. # # Some notes. # @@ -37,11 +52,54 @@ cmake_minimum_required(VERSION 2.6) +# CMAKE_TOOLCHAIN_FILE must be set before `project' is called, which +# configures the base build environment and references the toolchain file +if (APPLE) + if (DEFINED IOS_PLATFORM) + if (NOT "${IOS_PLATFORM}" STREQUAL "OS" + AND NOT "${IOS_PLATFORM}" STREQUAL "SIMULATOR") + message(FATAL_ERROR + "IOS_PLATFORM must be set to either OS or SIMULATOR") + endif () + if (NOT "${CMAKE_GENERATOR}" STREQUAL "Xcode") + message(AUTHOR_WARNING + "You should use Xcode generator with IOS_PLATFORM enabled to get Universal builds.") + endif () + if (BUILD_SHARED_LIBS) + message(FATAL_ERROR + "BUILD_SHARED_LIBS can not be on with IOS_PLATFORM enabled") + endif () + if (BUILD_FRAMEWORK) + message(FATAL_ERROR + "BUILD_FRAMEWORK can not be on with IOS_PLATFORM enabled") + endif () + + # iOS only uses static libraries + set(BUILD_SHARED_LIBS OFF) + + set(CMAKE_TOOLCHAIN_FILE + ${PROJECT_SOURCE_DIR}/builds/cmake/iOS.cmake) + endif () +else () + if (DEFINED IOS_PLATFORM) + message(FATAL_ERROR "IOS_PLATFORM is not supported on this platform") + endif () +endif () + project(freetype) +if (BUILD_FRAMEWORK) + if (NOT "${CMAKE_GENERATOR}" STREQUAL "Xcode") + message(FATAL_ERROR + "You should use Xcode generator with BUILD_FRAMEWORK enabled") + endif () + set(CMAKE_OSX_ARCHITECTURES "$(ARCHS_STANDARD_32_64_BIT)") + set(BUILD_SHARED_LIBS ON) +endif () + set(VERSION_MAJOR "2") set(VERSION_MINOR "5") -set(VERSION_PATCH "3") +set(VERSION_PATCH "5") set(PROJECT_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) # Compiler definitions for building the library @@ -51,22 +109,27 @@ add_definitions(-DFT2_BUILD_LIBRARY) include_directories("${PROJECT_SOURCE_DIR}/include") # Create the configuration file -message(STATUS "Creating directory, ${PROJECT_BINARY_DIR}/include.") -file(MAKE_DIRECTORY ${PROJECT_BINARY_DIR}/include) +message(STATUS "Creating directory, ${PROJECT_BINARY_DIR}/include/freetype2.") +file(MAKE_DIRECTORY ${PROJECT_BINARY_DIR}/include/freetype2) # For the auto-generated ftconfig.h file -include_directories("${PROJECT_BINARY_DIR}/include") -message(STATUS "Creating ${PROJECT_BINARY_DIR}/include/ftconfig.h.") +include_directories(BEFORE "${PROJECT_BINARY_DIR}/include/freetype2") +message(STATUS "Creating ${PROJECT_BINARY_DIR}/include/freetype2/ftconfig.h.") execute_process( COMMAND sed -e "s/FT_CONFIG_OPTIONS_H//" -e "s/FT_CONFIG_STANDARD_LIBRARY_H//" -e "s?/undef ?#undef ?" INPUT_FILE ${PROJECT_SOURCE_DIR}/builds/unix/ftconfig.in - OUTPUT_FILE ${PROJECT_BINARY_DIR}/include/ftconfig.h + OUTPUT_FILE ${PROJECT_BINARY_DIR}/include/freetype2/ftconfig.h ) +file(GLOB PUBLIC_HEADERS "include/*.h") +file(GLOB PUBLIC_CONFIG_HEADERS "include/config/*.h") +file(GLOB PRIVATE_HEADERS "include/internal/*.h") + set(BASE_SRCS src/autofit/autofit.c src/base/ftadvanc.c src/base/ftbbox.c + src/base/ftbdf.c src/base/ftbitmap.c src/base/ftcalc.c src/base/ftcid.c @@ -125,7 +188,31 @@ include_directories("src/raster") include_directories("src/psaux") include_directories("src/psnames") -add_library(freetype ${BASE_SRCS}) +if (BUILD_FRAMEWORK) + set(BASE_SRCS + ${BASE_SRCS} + builds/mac/freetype-Info.plist + ) +endif () + +add_library(freetype + ${PUBLIC_HEADERS} + ${PUBLIC_CONFIG_HEADERS} + ${PRIVATE_HEADERS} + ${BASE_SRCS} +) + +if (BUILD_FRAMEWORK) + set_property(SOURCE ${PUBLIC_CONFIG_HEADERS} + PROPERTY MACOSX_PACKAGE_LOCATION Headers/config + ) + set_target_properties(freetype PROPERTIES + FRAMEWORK TRUE + MACOSX_FRAMEWORK_INFO_PLIST builds/mac/freetype-Info.plist + PUBLIC_HEADER "${PUBLIC_HEADERS}" + XCODE_ATTRIBUTE_INSTALL_PATH "@rpath" + ) +endif () # Installations # Note the trailing slash in the argument to the `DIRECTORY' directive @@ -137,6 +224,7 @@ install(TARGETS freetype RUNTIME DESTINATION bin LIBRARY DESTINATION lib ARCHIVE DESTINATION lib + FRAMEWORK DESTINATION Library/Frameworks ) # Packaging diff --git a/freetype/ChangeLog b/freetype/ChangeLog index ea1eb4acb..809b475f0 100644 --- a/freetype/ChangeLog +++ b/freetype/ChangeLog @@ -1,3 +1,1960 @@ +2014-12-30 Werner Lemberg + + * Version 2.5.5 released. + ========================= + + + Tag sources with `VER-2-5-5'. + + * docs/VERSION.DLL: Update documentation and bump version number to + 2.5.5. + + * README, Jamfile (RefDoc), builds/windows/vc2005/freetype.vcproj, + builds/windows/vc2005/index.html, + builds/windows/vc2008/freetype.vcproj, + builds/windows/vc2008/index.html, + builds/windows/vc2010/freetype.vcxproj, + builds/windows/vc2010/index.html, + builds/windows/visualc/freetype.dsp, + builds/windows/visualc/freetype.vcproj, + builds/windows/visualc/index.html, + builds/windows/visualce/freetype.dsp, + builds/windows/visualce/freetype.vcproj, + builds/windows/visualce/index.html, + builds/wince/vc2005-ce/freetype.vcproj, + builds/wince/vc2005-ce/index.html, + builds/wince/vc2008-ce/freetype.vcproj, + builds/wince/vc2008-ce/index.html: s/2.5.4/2.5.5/, s/254/255/. + + * include/freetype/freetype.h (FREETYPE_PATCH): Set to 5. + + * builds/unix/configure.raw (version_info): Set to 17:4:11. + * CMakeLists.txt (VERSION_PATCH): Set to 5. + * docs/CHANGES: Updated. + +2014-12-24 Alexei Podtelezhnikov + + [base] Formatting and nanooptimizations. + + * src/base/ftcalc.c, + * src/base/fttrigon.c: Revise sign restoration. + +2014-12-13 Werner Lemberg + + * src/pcf/pcfread.c (pcf_read_TOC): Improve fix from 2014-12-08. + +2014-12-11 Werner Lemberg + + * builds/toplevel.mk (dist): Use older POSIX standard for `tar'. + + Apparently, BSD tar isn't capable yet of handling POSIX-1.2001 + (contrary to GNU tar), so force the POSIX-1.1988 format. + + Problem reported by Stephen Fisher . + +2014-12-11 Werner Lemberg + + * src/type42/t42parse.c (t42_parse_sfnts): Reject invalid TTF size. + +2014-12-11 Werner Lemberg + + * src/base/ftobjs.c (FT_Get_Glyph_Name): Fix off-by-one check. + + Problem reported by Dennis Felsing . + +2014-12-11 Werner Lemberg + + * src/type42/t42parse.c (t42_parse_sfnts): Check `string_size'. + + Problem reported by Dennis Felsing . + +2014-12-09 suzuki toshiya + + [gxvalid] Fix a naming convention conflicting with ftvalid. + + See previous changeset for otvalid. + + * src/gxvalid/{gxvcommn.h, gxvmort.h, gxvmorx.h}: Replace + `valid' by `gxvalid'. + * src/gxvalid/{gxvbsln.c, gxvcommn.c, gxvfeat.c, gxvjust.c, + gxvkern.c, gxvlcar.c, gxvmort.c, gxvmort0.c, gxvmort1.c, + gxvmort2.c, gxvmort4.c, gxvmort5.c, gxvmorx.c, gxvmorx0.c, + gxvmorx1.c, gxvmorx2.c, gxvmorx4.c, gxvmorx5.c, gxvopbd.c, + gxvprop.c, gxvtrak.c}: Replace `valid' by `gxvalid' if + it is typed as GXV_Validator. + +2014-12-09 suzuki toshiya + + [otvalid] Fix a naming convention conflicting with ftvalid. + + Some prototypes in ftvalid.h use `valid' for the variables + typed as FT_Validator. Their implementations in src/base/ + ftobjs.c and utilizations in src/sfnt/ttcmap.c do similar. + + Some macros in otvcommn.h assume the exist of the variable + `valid' typed as OTV_Validator in the caller. + + Mixing these two conventions cause invalid pointer conversion + and unexpected SEGV in longjmp. To prevent it, all variables + typed as OTV_Validator are renamed to `otvalid'. + + * src/otvalid/otvcommn.h: Replace `valid' by `otvalid'. + * src/otvalid/{otvcommn.c, otvbase.c, otvgdef.c, otvgpos.c, + otvgsub.c, otvjstf.c, otvmath.c}: Replace `valid' by `otvalid' + if it is typed as OTV_Validator. + +2014-12-09 suzuki toshiya + + [ftvalid] Introduce FT_THROW() in FT_INVALID_XXX macros. + + Original patch is designed by Werner Lemberg. Extra part + for otvalid and gxvalid are added by suzuki toshiya, see + discussion: + http://lists.nongnu.org/archive/html/freetype-devel/2014-12/msg00002.html + http://lists.nongnu.org/archive/html/freetype-devel/2014-12/msg00007.html + + * include/internal/ftvalid.h: Introduce FT_THROW() in FT_INVALID_(). + * src/gxvalid/gxvcommn.h: Ditto. + * src/otvalid/otvcommn.h: Ditto. + +2014-12-08 Werner Lemberg + + [pcf] Fix Savannah bug #43774. + + Work around `features' of X11's `pcfWriteFont' and `pcfReadFont' + functions. Since the PCF format doesn't have an official + specification, we have to exactly follow these functions' behaviour. + + The problem was unveiled with a patch from 2014-11-06, fixing issue + #43547. + + * src/pcf/pcfread.c (pcf_read_TOC): Don't check table size for last + element. Instead, assign real size. + +2014-12-07 Werner Lemberg + + Work around a bug in Borland's C++ compiler. + + See + + http://qc.embarcadero.com/wc/qcmain.aspx?d=118998 + + for Borland's bug tracker entry. + + Reported by Yuliana Zigangirova , + http://lists.gnu.org/archive/html/freetype-devel/2014-04/msg00001.html. + + * include/internal/ftvalid.h (FT_ValidatorRec), src/smooth/ftgrays.c + (gray_TWorker_): Move `ft_jmp_buf' field to be the first element. + +2014-12-07 Werner Lemberg + + */*: Decorate hex constants with `U' and `L' where appropriate. + +2014-12-07 Werner Lemberg + + [truetype] Prevent memory leak for buggy fonts. + + * src/truetype/ttobjs.c (tt_size_done): Unconditionally call + `tt_size_done_bytecode'. + +2014-12-06 Werner Lemberg + + * Version 2.5.4 released. + ========================= + + + Tag sources with `VER-2-5-4'. + + * docs/VERSION.DLL: Update documentation and bump version number to + 2.5.4. + + * README, Jamfile (RefDoc), builds/windows/vc2005/freetype.vcproj, + builds/windows/vc2005/index.html, + builds/windows/vc2008/freetype.vcproj, + builds/windows/vc2008/index.html, + builds/windows/vc2010/freetype.vcxproj, + builds/windows/vc2010/index.html, + builds/windows/visualc/freetype.dsp, + builds/windows/visualc/freetype.vcproj, + builds/windows/visualc/index.html, + builds/windows/visualce/freetype.dsp, + builds/windows/visualce/freetype.vcproj, + builds/windows/visualce/index.html, + builds/wince/vc2005-ce/freetype.vcproj, + builds/wince/vc2005-ce/index.html, + builds/wince/vc2008-ce/freetype.vcproj, + builds/wince/vc2008-ce/index.html: s/2.5.3/2.5.4/, s/253/254/. + + * include/freetype/freetype.h (FREETYPE_PATCH): Set to 4. + + * builds/unix/configure.raw (version_info): Set to 17:3:11. + * CMakeLists.txt (VERSION_PATCH): Set to 4. + * docs/CHANGES: Updated. + +2014-12-04 Werner Lemberg + + docs/CHANGES: Updated, formatted. + +2014-12-04 Dave Arnold + + [cff] Modify an FT_ASSERT. + + * src/cff/cf2hints.c (cf2_hintmap_map): After the fix for Savannah + bug #43661, the test font `...aspartam.otf' still triggers an + FT_ASSERT. Since hintmap still works with count==0, ... + (cf2_glyphpath_lineTo, cf2_glyphpath_curveTo): ... add that term to + suppress the assert. + +2014-12-04 Dave Arnold + + [cff] Fix Savannah bug #43661. + + * src/cff/cf2intrp.c (cf2_interpT2CharString) : Don't append to stem arrays after + hintmask is constructed. + + * src/cff/cf2hints.c (cf2_hintmap_build): Add defensive code to + avoid reading past end of hintmask. + +2014-12-03 Werner Lemberg + + docs/CHANGES: Updated. + +2014-12-03 Werner Lemberg + + [autofit] Better fix for conversion specifiers in debug messages. + + Using `%ld' for pointer differences causes warnings on 32bit + platforms. The correct type would be (the relatively new) `%td', + however, this is missing on some important platforms. + + This patch improves the change from 2014-11-28. + + * src/autofit/afhints.c (AF_INDEX_NUM): Use `int' typecast. Our + pointer differences are always sufficiently small. + (af_glyph_hints_dump_points, af_glyph_hints_dump_segments, + af_glyph_hints_dump_edge): Revert to `%d' and use `AF_INDEX_NUM'. + +2014-12-03 Werner Lemberg + + FT_Sfnt_Tag: s/ft_sfnt_xxx/FT_SFNT_XXX/ for orthogonality. + + All public FreeType enumeration and flag values are uppercase... + + * include/tttables.h (FT_Sfnt_Tag): Implement it. For backwards + compatilibity, retain the old values as macros. + + * src/base/ftfstype.c (FT_Get_FSType_Flags), src/sfnt/sfdriver.c + (get_sfnt_table): Updated. + +2014-12-02 Werner Lemberg + + * include/*: Improve structure of documentation. + + . Add and update many `' tags. + . Apply various documentation fixes. + . Remove details to deprecated (or never implemented) data. + +2014-12-02 Werner Lemberg + + [docmaker] Always handle `' section elements. + + Previously, those elements were handled only for sections present in + a `' chapter element. + + * src/tools/docmaker/content.py (ContentProcessor::finish): + Implement it. + +2014-12-02 Werner Lemberg + + [docmaker] Properly handle empty rows in Synopsis. + + * src/tools/docmaker/tohtml.py (HtmlFormatter::section_enter): Emit + ` ' for empty fields. + +2014-12-02 Werner Lemberg + + [docmaker] Thinko. + + * src/tools/docmaker/content.py (DocBlock::get_markup_words_all): + Emit `/empty/' string for first element also. + +2014-12-02 Werner Lemberg + + [docmaker] Honour empty lines in `' section element. + + This greatly improves the readability of the `Synopsis' links. + + * src/tools/docmaker/content.py (DocBlock::get_markup_words_all): + Insert string `/empty/' between items. + + * src/tools/docmaker/formatter.py (Formatter::section_dump): Make it + robust against nonexistent keys. + + * src/tools/docmaker/tohtml.py (HtmlFormatter::section_enter): Emit + empty elements for `/empty/'. + +2014-12-02 Werner Lemberg + + [docmaker] Ensure Python 3 compatibility. + + * src/tools/docmaker/content.py (ContentProcessor::set_section, + ContentProcessor::finish): Replace `has_key' function with `in' + keyword. + + * src/tools/docmaker/formatter.py (Formatter::__init__): Replace + sorting function with a key generator. + (Formatter::add_identifier): Replace `has_key' function with `in' + keyword. + + * src/tools/docmaker/tohtml.py (HtmlFormatter::html_source_quote): + Replace `has_key' function with `in' keyword. + (HtmlFormatter::index_exit, HtmlFormatter::section_enter): Use + integer division. + s/<>/>/. + + * src/tools/docmaker/utils.py: Import `itertools'. + (index_sort): Replaced by... + (index_key): ... this new key generator (doing exactly the same). + +2014-11-29 Werner Lemberg + + [docmaker] Don't output a block multiple times. + + This bug was hidden by not processing all lines of `' blocks. + + * src/tools/docmaker/formatter.py (Formatter::section_dump): Filter + out field names. + +2014-11-29 Werner Lemberg + + [docmaker] Use field values as HTML link targets where possible. + + * src/tools/docmaker/tohtml.py (HtmlFormatter::make_block_url): + Accept second, optional argument to specify a name. + (HtmlFormatter::html_source_quote): Link to field ID if possible. + (HtmlFormatter::print_html_field_list): Emit `id' attribute. + +2014-11-29 Werner Lemberg + + [docmaker] Allow empty lines in `' blocks. + + Before this patch, the suggested order of entries stopped at the + first empty line. + + Obviously, nobody noticed that this problem caused a much reduced + set of links in the `Synopsis' sections; in particular, the + `' blocks contain a lot of entries that wouldn't be listed + otherwise... + + * src/tools/docmaker/content.py (DocBlock::get_markup_words_all): + New function to iterate over all items. + (DocSection::process): Use it. + +2014-11-29 Werner Lemberg + + * src/tools/docmaker/sources.py (column) [Format 2]: Fix regexp. + + After the single asterisk there must be no other immediately following + asterisk. + +2014-11-29 Werner Lemberg + + * src/tools/docmaker/tohtml.py: Improve CSS for vertical spacing. + +2014-11-29 Werner Lemberg + + [docmaker] Improve HTML code for table of contents. + + * src/tools/docmaker/tohtml.py: Introduce a new table class `toc', + together with proper CSS. + +2014-11-29 Werner Lemberg + + [docmaker] Provide higher-level markup and simplify HTML. + + * src/tools/docmaker/tohtml.py: Instead of using extraneous `
    ' + elements, use CSS descendants (of class `section') to format the + data. + + Also remove reduntant

    and
    elements, replacing them with + proper CSS. + + Globally reduce page width to 75%. + + (block_header): Rename

    class to `section'. + +2014-11-29 Werner Lemberg + + [docmaker] Add `top' links after blocks. + + * src/tools/docmaker/tohtml.py (block_footer_middle): Implement it. + +2014-11-29 Werner Lemberg + + * src/tools/docmaker/tohtml.py: Improve CSS for fields. + + Make fields align horizontally relative to full line width. + +2014-11-29 Werner Lemberg + + * src/tools/docmaker/tohtml.py: Fix index and TOC templates. + + This thinko was introduced 2014-11-27. + +2014-11-28 Werner Lemberg + + [docmaker] Format field lists with CSS. + + This also simplifies the inserted HTML code. + + * src/tools/docmaker/tohtml.py + (HtmlFormatter::print_html_field_list): Do it. + +2014-11-28 suzuki toshiya + + Fix compiler warning to the comparison between signed and + unsigned variable. + + * src/pfr/pfrsbit.c (pfr_slot_load_bitmap): Fix the comparison + between `ypos + ysize' and FT_INT_{MAX,MIN}. + +2014-11-28 Werner Lemberg + + [docmaker] Replace empty `' with CSS. + + * src/tools/docmaker/tohtml.py (HtmlFormatter::section_enter): Do + it. + +2014-11-28 Werner Lemberg + + [docmaker] Replace some `' tags with `

    ' and `
    '. + + * src/tools/docmaker/tohtml.py (marker_*): Use `

    '. + (source_*): Use `
    '. + (HtmlFormatter::block_enter): s/

    /

    /. + +2014-11-28 suzuki toshiya + + Fix compiler warning to conversion specifiers in debug messages. + + * src/autofit/afhints.c (af_glyph_hints_dump_points): Add length + modifier to dump long integers. + (af_glyph_hints_dump_segments, af_glyph_hints_dump_edges): Ditto. + +2014-11-27 Werner Lemberg + + * src/tools/docmaker/tohtml.py: Use more CSS for index. + +2014-11-27 Werner Lemberg + + [docmaker] Replace `name' attribute of `' with `id'. + + * src/tools/docmaker/tohtml.py (HtmlFormatter::block_enter): Do it. + +2014-11-27 Werner Lemberg + + * src/tools/docmaker/tohtml.py: Remove remaining `width' attributes. + + For `Index' and `TOC' links, we now simply use the `text-align' CSS + property of `

    ' to enforce flush-left and flush-right, + eliminating the hack with an empty, full-width `' element + inbetween. + + The change also enforces the same (smaller) size for all index and + TOC links. + +2014-11-27 suzuki toshiya + + * src/cff/cf2font.c: Include `ftcalc.h' to use FT_MSB(), + cf2font.c could not find it under `make multi' build. + +2014-11-27 suzuki toshiya + + * src/smooth/ftsmooth.c (ft_smooth_render_generic): Remove + unrequired negative value check for `width' and `height'. + +2014-11-27 Werner Lemberg + + * src/tools/docmaker/tohtml.py: More HTML table refactoring. + + Replace some `' tags with `
    ' to simplify structure. + + Move `bgcolor' attribute to CSS. + + Replace most `width' attributes with CSS. The remaining instances + (providing a similar effect as LaTeX's `\hfill' command) are removed + in a later patch. + +2014-11-27 Werner Lemberg + + * src/tools/docmaker/tohtml.py: Replace with CSS. + +2014-11-27 Werner Lemberg + + * src/tools/docmaker/tohtml.py: Center
    with CSS. + +2014-11-27 Werner Lemberg + + * src/tools/docmaker/tohtml.py: Replace `
    ' with `
    '. + +2014-11-27 Werner Lemberg + + * src/tools/docmaker/tohtml.py: Remove redundant `
    ' tags. + + This starts a series of commits into the direction of generating + valid HTML 5 code, especially using much more CSS. + +2014-11-27 suzuki toshiya + + Prevent too negative values (< FT_INT_MIN) in bitmap metrics, + suggested by Alexei. + + * src/pfr/pfrsbit.c (pfr_slot_load_bitmap): Prevent too + negative values in `xpos' and `ypos + ysize'. + * src/smooth/ftsmooth.c (ft_smooth_render_generic): Prevent + too negative values in `x_left' and `y_top'. Either negative + values in `width' and `height' are checked. + +2014-11-27 Werner Lemberg + + [docmaker] Produce better HTML code. + + * src/tools/docmaker/tohtml.py: Always use double quotes for + attribute values. + (source_footer): Close `td' and `tr' groups. + +2014-11-27 Werner Lemberg + + Use better way to disable creation of .pyc files for `make refdoc'. + + Python 2.6 was released in 2008... + + * builds/freetype.mk (refdoc): Use python's `-B' option. + + * builds/detect.mk (std_setup, dos_setup): Mention required python + version for `refdoc' target. + +2014-11-27 Werner Lemberg + + * src/tools/docmaker/sources.py (re_bold, re_italic): Use + non-grouping parentheses. + * src/tools/docmaker/tohtml.py (HtmlFormatter::make_html_word): + Updated. + +2014-11-27 Werner Lemberg + + * src/base/ftobjs.c (FT_Get_Glyph_Name): Fix compiler warning. + + Introdruced in previous change. Reported by Alexei. + +2014-11-26 Werner Lemberg + + * src/*: Add checks for parameters of API functions where missing. + + `API functions' are functions tagged with `FT_EXPORT_DEF'. + + Besides trivial fixes, the following changes are included, too. + + * src/base/ftbdf.c (FT_Get_BDF_Charset_ID, FT_Get_BDF_Property): Set + error code if no service is available. + + * src/base/ftinit.c (FT_Done_FreeType): Change return value for + invalid `library' parameter to `Invalid_Library_Handle'. + + * src/base/ftobjs.c (FT_New_Size): Change return value for invalid + `asize' parameter to `Invalid_Argument'. + + * src/base/ftoutln.c (FT_Outline_Copy): Change return value for + invalid `source' and `target' parameters to `Invalid_Outline'. + (FT_Outline_Done_Internal): Change return value for invalid + `outline' parameter to `Invalid_Outline'. + +2014-11-26 Werner Lemberg + + * src/cache/ftcbasic.c: Use single calls to `FT_TRACE'. + +2014-11-26 suzuki toshiya + + * src/base/ftobj.c (Mac_Read_POST_Resource): Additional + overflow check in the summation of POST fragment lengths, + suggested by Mateusz Jurczyk . + +2014-11-26 suzuki toshiya + + * src/base/ftobjs.c (Mac_Read_POST_Resource): Insert comments + and fold too long tracing messages. + +2014-11-26 suzuki toshiya + + Fix Savannah bug #43540. + + * src/base/ftmac.c (parse_fond): Prevent a buffer overrun + caused by a font including too many (> 63) strings to store + names[] table. + +2014-11-26 suzuki toshiya + + * src/base/ftobjs.c (Mac_Read_POST_Resource): Use unsigned long + variables to read the lengths in POST fragments. Suggested by + Mateusz Jurczyk . + +2014-11-26 suzuki toshiya + + Fix Savannah bug #43539. + + * src/base/ftobjs.c (Mac_Read_POST_Resource): Fix integer overflow + by a broken POST table in resource-fork. + +2014-11-26 suzuki toshiya + + Fix Savannah bug #43538. + + * src/base/ftobjs.c (Mac_Read_POST_Resource): Fix integer overflow + by a broken POST table in resource-fork. + +2014-11-26 suzuki toshiya + + * src/base/ftobjs.c (Mac_Read_POST_Resource): Avoid memory leak + by a broken POST table in resource-fork. Return after freeing + the buffered POST table when it is found to be broken. + +2014-11-25 Werner Lemberg + + */*: s/Invalid_Argument/Invalid_Size_Handle/ where appropriate. + +2014-11-25 Werner Lemberg + + */*: s/Invalid_Argument/Invalid_Stream_Handle/ where appropriate. + +2014-11-25 Werner Lemberg + + */*: s/Invalid_Argument/Invalid_Library_Handle/ where appropriate. + +2014-11-25 Werner Lemberg + + */*: s/Invalid_Argument/Invalid_Outline/ where appropriate. + +2014-11-25 Werner Lemberg + + */*: s/Invalid_Argument/Invalid_Face_Handle/ where appropriate. + +2014-11-24 Werner Lemberg + + [Savannah bug #43682] Adjust some renderer callbacks. + + * src/raster/ftraster.c (ft_black_set_mode): Change return type to + `int' to stay in sync with `FT_Renderer_SetModeFunc' prototype. + + * src/smooth/ftgrays.c (gray_raster_set_mode): New dummy function + for orthogonality. + (ft_grays_raster): Use it. + +2014-11-25 Werner Lemberg + + [Savannah bug #43682] Properly handle missing return errors. + + The functions in this patch *do* return non-trivial errors that must + be taken care of. + + * src/autofit/afloader.c (af_loader_load_g), src/base/ftobjs.c + (FT_Render_Glyph_Internal), src/base/ftoutln.c (FT_Outline_Render), + src/cff/cffgload.c (cff_decoder_parse_charstrings) , + src/psaux/psobjs.c (ps_parser_load_field_table), src/psaux/t1decode + (t1_decoder_parse_charstrings) , src/truetype/ttgload.c + (load_truetype_glyph , tt_loader_init, + TT_Load_Glyph), src/truetype/ttgxvar.c (TT_Set_MM_Blend), + src/truetype/ttobjs.c (tt_size_run_fpgm, tt_size_run_prep): Do it. + +2014-11-25 Werner Lemberg + + [Savannah bug #43682] Add/remove `void' casts to some functions. + + We use a cast to indicate that we intentionally ignore a function's + return value. However, this doesn't apply to API functions where + errors can only happen for trivially invalid input. + + * src/base/ftstroke.c (FT_Glyph_Stroke, FT_Glyph_StrokeBorder), + src/base/ftsynth.c (FT_GlyphSlot_Embolden), src/cff/cffgload.c + (cff_slot_load), src/pfr/pfrdrivr.c (pfr_get_kerning), + src/type1/t1load.c (parse_encoding), src/type42/t42parse.c + (t42_parse_encoding): Do it. + +2014-11-25 Werner Lemberg + + [Savannah bug #43682] Change some signatures to `void' return type. + + * include/internal/pshints.h (PSH_Globals_SetScaleFunc), + include/internal/sfnt.h (TT_Get_Metrics_Func), + src/pshinter/pshglob.c (psh_globals_set_scale), + src/pshinter/pshrec.c (ps_hints_init), src/sfnt/ttmtx.c + (tt_face_get_metrics), src/truetype/ttinterp.c (TT_Goto_CodeRange, + TT_Set_CodeRange, TT_Clear_CodeRange, TT_Done_Context, + TT_Save_Context): Do it. + + * src/pshinter/pshglob.h, src/pshinter/pshrec.h, src/sfnt/ttmtx.h, + src/truetype/ttgload.c (TT_Hint_Glyph), src/truetype/ttinterp.c + (TT_Run_Context), src/truetype/ttinterp.h, src/truetype/ttobjs.c + (tt_size_run_fpgm, tt_size_run_prep): Updated. + +2014-11-24 Werner Lemberg + + Remove all code related to FT_MAX_CHARMAP_CACHEABLE. + + This is no longer used. + + * src/base/ftobjs.c, src/cache/ftccmap.c, src/cff/cffobjs.c, + src/sfnt/ttcmap.c: Do it. + +2014-11-24 Werner Lemberg + + [sfnt] Fix Savannah bug #43680. + + This adds an additional constraint to make the fix from 2013-01-25 + really work. + + * src/sfnt/ttsbit.c (tt_sbit_decoder_load_image) : + Check `p' before `num_glyphs'. + +2014-11-24 Werner Lemberg + + [truetype] Fix Savannah bug #43679. + + * src/truetype/ttpload.c (tt_face_load_hdmx): Check minimum size of + `record_size'. + +2014-11-24 Jarkko Pöyry + + [cff, pfr, psaux, winfonts] Fix Savannah bug #43676. + + Don't cast cmap init function pointers to an incompatible type. + + Without this patch, the number of parameters between declaration and + the real signature differs. Calling such a function results in + undefined behavior. + + ISO/IEC 9899:TC3 (Committee Draft September 7, 2007) + 6.5.2.2 Function calls + 9 If the function is defined with a type that is not + compatible with the type (of the expression) pointed to by + the expression that denotes the called function, the + behavior is undefined. + + On certain platforms (c -> js with emscripten) this causes + termination of execution or invalid calls because in the emscripten + implementation, function pointers of different types are stored in + different pointer arrays. Incorrect pointer type here results in + indexing of an incorrect array. + + * src/cff/cffcmap.c (cff_cmap_encoding_init, cff_cmap_unicode_init), + src/pfr/pfrcmap.c (pfr_cmap_init), src/psaux/t1cmap.c + t1_cmap_standard_init, t1_cmap_expert_init, t1_cmap_custom_init, + t1_cmap_unicode_init), src/winfonts/winfnt.c (fnt_cmap_init): Fix + signature. + +2014-11-24 Werner Lemberg + + [sfnt] Fix Savannah bug #43672. + + * src/sfnt/ttkern.c (tt_face_load_kern): Use correct value for + minimum table length test. + +2014-11-24 Werner Lemberg + + [type1, type42] Another fix for Savannah bug #43655. + + * src/type1/t1load.c (parse_charstrings), src/type42/t42parse.c + (t42_parse_charstrings): Add another boundary testing. + +2014-11-24 Werner Lemberg + + [docmaker] Formatting, copyright, improved documentation. + + * src/tools/docmaker/*: No code changes besides trivial + modifications. + +2014-11-22 Werner Lemberg + + [bdf] Fix Savannah bug #43660. + + * src/bdf/bdflib.c (_bdf_parse_glyphs) <"ENDFONT">: Check + `_BDF_GLYPH_BITS'. + +2014-11-22 Werner Lemberg + + [type42] Allow only embedded TrueType fonts. + + This is a follow-up to Savannah bug #43659. + + * src/type42/t42objs.c (T42_Face_Init): Exclusively use the + `truetype' font driver for loading the font contained in the `sfnts' + array. + +2014-11-22 Werner Lemberg + + [type42] Fix Savannah bug #43659. + + * src/type42/t42objs.c (T42_Open_Face): Initialize `face->ttf_size'. + + * src/type42/t42parse.c (t42_parse_sfnts): Always set + `face->ttf_size' directly. This ensures a correct stream size in + the call to `FT_Open_Face', which follows after parsing, even for + buggy input data. + Fix error messages. + +2014-11-22 Werner Lemberg + + [cff] Fix Savannah bug #43658. + + * src/cff/cf2ft.c (cf2_builder_lineTo, cf2_builder_cubeTo): Handle + return values of point allocation routines. + +2014-11-22 Werner Lemberg + + [sfnt] Fix Savannah bug #43656. + + * src/sfnt/ttcmap.c (tt_cmap4_validate): Fix order of validity + tests. + +2014-11-21 Werner Lemberg + + [type1, type42] Fix Savannah bug #43655. + + * src/type1/t1load.c (parse_charstrings), src/type42/t42parse.c + (t42_parse_charstrings): Fix boundary testing. + +2014-11-21 Werner Lemberg + + * src/pcf/pcfread.c (pcf_get_metrics): Sanitize invalid metrics. + +2014-11-21 Werner Lemberg + + [ftlcdfil] Obey flow direction. + + * src/base/ftlcdfil.c (_ft_lcd_filter_fir, _ft_lcd_filter_legacy): + Handle `up' flow. + +2014-11-21 Werner Lemberg + + * src/base/ftbitmap.c (FT_Bitmap_Convert): Improve. + + This commit completes argument checks and adds support for different + flow directions. + +2014-11-21 Werner Lemberg + + * src/base/ftbitmap.c (FT_Bitmap_Copy): Improve. + + This commit adds argument checks and support for different flow + directions. + +2014-11-20 Werner Lemberg + + * src/base/ftbitmap.c (FT_Bitmap_New): Check argument. + +2014-11-19 Werner Lemberg + + Change some fields in `FT_Bitmap' to unsigned type. + + This doesn't break ABI. + + * include/ftimage.h (FT_Bitmap): Make `rows', `width', `num_grays', + `pixel_mode', and `palette_mode' unsigned types. + + * src/base/ftbitmap.c: Updated. + (FT_Bitmap_Copy): Fix casts. + + * src/cache/ftcsbits.c, src/raster/ftraster.c, src/sfnt/pngshim.c: + Updated. + +2014-11-19 Werner Lemberg + + Make `FT_Bitmap_Convert' correctly handle negative `pitch' values. + + * src/base/ftbitmap.c (FT_Bitmap_Convert): Always use positive value + for the pitch while copying data. + Correctly set pitch sign in target bitmap. + +2014-11-19 Werner Lemberg + + Minor code improvement in `FT_Bitmap_Embolden'. + + * src/base/ftbitmap.c (FT_Bitmap_Embolden) : + Fix thinko. + +2014-11-19 Alexei Podtelezhnikov + + * src/base/fttrigon.c: Use dedicated `FT_Angle' for arctan table. + +2014-11-19 Behdad Esfahbod + + Avoid compiler warnings on x86-64 for `FT_MulFix'. + + `FT_MulFix' takes `FT_Long' parameters as defined in `freetype.h', + but several inline implementations of it in `ftcalc.h' take + `FT_Int32' arguments. This is causing compiler warnings on x86-64: + If parameters of type `FT_Fixed' (= `FT_Long') are passed to the + inline implementation of this function, integer values are truncated + from 64bit to 32bit. + + * include/internal/ftcalc.h (FT_MulFix) [FT_MULFIX_ASSEMBLER]: Add + casts. + +2014-11-15 Werner Lemberg + + [sfnt] Fix Savannah bug #43597. + + * src/sfnt/pngshim.c (Load_SBit_Png): Protect against too large + bitmaps. + +2014-11-12 Werner Lemberg + + [sfnt] Fix Savannah bug #43591. + + * src/sfnt/ttsbit.c (tt_sbit_decoder_init): Protect against addition + and multiplication overflow. + +2014-11-12 Werner Lemberg + + [sfnt] Fix Savannah bug #43590. + + * src/sfnt/ttload.c (check_table_dir, tt_face_load_font_dir): + Protect against addition overflow. + +2014-11-12 Werner Lemberg + + [sfnt] Fix Savannah bug #43589. + + * src/sfnt/sfobjs.c (woff_open_font): Protect against addition + overflow. + +2014-11-12 Werner Lemberg + + [sfnt] Fix Savannah bug #43588. + + * src/sfnt/ttcmap.c (tt_cmap8_validate, tt_cmap10_validate, + tt_cmap12_validate, tt_cmap13_validate, tt_cmap14_validate): Protect + against overflow in additions and multiplications. + +2014-11-10 Alexei Podtelezhnikov + + [base] CORDIC improvements. + + The scaling between the hypotenuse and its CORDIC approximation is + based on regression analysis. The smaller padding for `theta' is + justifed by its maximum error of less than 6. + + * src/base/fttrigon.c (ft_trig_downscale): Borrow code from + ./ftcalc.c (ft_multo64), change linear intercept. + (ft_trig_pseudo_polarize): Decrease `theta' padding. + +2014-11-09 Werner Lemberg + + * src/base/ftstroke.c (ft_stroker_inside): Fix border intersections. + + One more place to check whether `radius' is zero. + + Problem reported by Marco Wertz . + +2014-11-07 Werner Lemberg + + [bdf] Fix Savannah bug #43535. + + * src/bdf/bdflib.c (_bdf_strncmp): New macro that checks one + character more than `strncmp'. + s/ft_strncmp/_bdf_strncmp/ everywhere. + +2014-11-06 Werner Lemberg + + [pcf] Fix Savannah bug #43548. + + * src/pcf/pcfread.c (pcf_get_encodings): Add sanity checks for row + and column values. + +2014-11-06 Werner Lemberg + + [pcf] Fix Savannah bug #43547. + + * src/pcf/pcfread.c (pcf_read_TOC): Check `size' and `offset' + values. + +2014-11-06 Werner Lemberg + + * src/pcf/pcfread.c (pcf_read_TOC): Avoid memory leak. + +2014-11-03 Infinality + + * src/truetype/ttsubpix.c (COMPATIBILITY_MODE_Rules): Updated. + + The previous commit deteriorates rendering of DejaVu and similar + fonts; this gets compensated with this rule. + +2014-11-03 Werner Lemberg + + * src/truetype/ttinterp.c (Ins_DELTAP): Fix subpixel hinting. + + Before this patch, it was impossible to ever call DELTAP[123] in + subpixel hinting mode as described in the ClearType whitepaper; it + only worked if in `compatibility mode'. However, compatibility mode + essentially disables SHPIX, completely ruining hinting of + ttfautohint output, for example. + + We now follow the whitepaper more closely so that DELTAP[123] + instructions for touched points in the non-subpixel direction are + executed. + +2014-10-31 Alexei Podtelezhnikov + + [smooth] Improve code readability. + + * src/smooth/ftsmooth.c (ft_smooth_render_generic): Rearrange code. + +2014-10-31 Alexei Podtelezhnikov + + [smooth] Reduce outline translations during rendering. + + * src/smooth/ftsmooth.c (ft_smooth_render_generic): Translate origin + virtually by modifying cbox, actually translate outline if cumulative + shift is not zero. + +2014-10-30 Alexei Podtelezhnikov + + [smooth] Fix Savannah bug #35604 (cont'd). + + * src/smooth/ftsmooth.c (ft_smooth_render_generic): Remove checks and + casts that became unnecessary after the variable type upgrades. + +2014-10-29 Alexei Podtelezhnikov + + [smooth] Improve code readability. + + * src/smooth/ftsmooth.c (ft_smooth_render_generic): Rearrange code. + +2014-10-29 Alexei Podtelezhnikov + + Unify hypotenuse approximations. + + * include/internal/ftcalc.h (FT_HYPOT): Move macro from here... + * include/internal/ftobjs.h: ... to here, next to required `FT_ABS'. + * src/smooth/ftgrays.c (gray_render_cubic): Use it here. + +2014-10-25 Werner Lemberg + + [cff] Test valid darkening parameter macros in `ftoption.h'. + + We no longer need an otherwise unused typedef that can cause a gcc + warning. + Problem reported by Alexei. + + * src/cff/cffobjs.c (cff_driver_init): Use + `CFF_CONFIG_OPTION_DARKENING_PARAMETER_XXX' macros directly. + (SET_DARKENING_PARAMETERS): Removed. + Compile time tests are now ... + + * devel/ftoption.h, include/config/ftoption.h: ... here. + +2014-10-25 Alexei Podtelezhnikov + + Improve flat corner definition. + + * include/internal/ftcalc.h (FT_HYPOT): Macro to approximate Euclidean + distance with the alpha max plus beta min algorithm. + * src/base/ftcalc.c (ft_corner_is_flat): Use it instead of Taxicab + metric. + +2014-10-23 David Weiß + + [build] Improve property file for vc2010. + + User-defined properties should be empty by default to prevent linker + failures. + + * builds/windows/vc2010/freetype.user.props, + builds/windows/vc2010/freetype.vcxproj: + s/OptionsDirectory/UserOptionDirectory/. + Comment out all user options. + +2014-10-23 Werner Lemberg + + [cff] Work around bug in preprocessor of MSVC 2010. + + We have been hit by + + https://connect.microsoft.com/VisualStudio/feedback/details/718976/msvc-pr + + * devel/ftoption.h, include/config/ftoption.h: Replace + `CFF_CONFIG_OPTION_DARKENING_PARAMETERS' with eight macros + `CFF_CONFIG_OPTION_DARKENING_PARAMETER_{X,Y}{1,2,3,4}'. + + * src/cff/cffobjs.c (SET_DARKENING_PARAMETERS): Removed. We no + longer need double expansion. + (SET_DARKENING_PARAMETERS_0): Renamed to ... + (SET_DARKENING_PARAMETERS): ... this. + Update call. + +2014-10-20 Werner Lemberg + + [sbit] Minor fixes. + + * src/sfnt/ttsbit.c (tt_face_load_sbit) [TT_SBIT_TABLE_TYPE_SBIX]: + Accept overlay format also, but emit warning message in that case. + (tt_sbit_decoder_load_metrics): Add missing newline to error + message. + (tt_sbit_load_sbix_image): Add `rgbl' graphic type (as used on iOS + 7.1) to the list of unsupported formats. + +2014-10-19 Alexei Podtelezhnikov + + [truetype] Clean up bytecode rounding. + + Zero distance does not have to be treated specially if you follow + specifications and check the sign as the very last step of rounding. + + * src/truetype/ttinterp.c (Round_None, Round_To_Grid, + Round_Down_To_Grid, Round_Up_To_Grid, Round_To_Double_Grid): Use + macros when available, do not check for non-zero distance. + (Round_To_Half_Grid, Round_Super, Round_Super_45): Ditto, return phase + if sign changed. + +2014-10-18 Alexei Podtelezhnikov + + [truetype] Unwrap engine compensation settings. + + * src/truetype/ttobjs.c (tt_size_init_bytecode): Updated. + +2014-10-18 David Weiß + + [build] Add property file to vc2010 project. + + This simplifies custom build configurations, especially for + automated build environments. + + * builds/windows/vc2010/freetype.user.props: New configuration file. + + * builds/windows/vc2010/freetype.vcxproj: Include + `freetype.user.props' and use its data fields. + + * builds/windows/vc2010/index.html: Updated. + +2014-10-18 Werner Lemberg + + [autofit] Add blue-zone support for Telugu. + + This essentially moves the Telugu script from the `Indic' hinter to + the `Latin' hinter. + + Note that this is a first shot and quite certainly needs + refinements. + + * src/autofit/afblue.dat: Add blue zone data for Telugu. + + * src/autofit/afblue.c, src/autofit/afblue.h: Regenerated. + + * src/autofit/afscript.h: Add Telugu standard characters and move + data out of AF_CONFIG_OPTION_INDIC block. + + * src/autofit/afranges.c: Move Telugu data out of + AF_CONFIG_OPTION_INDIC block. + + * src/autofit/afstyles.h: Update Telugu data; in particular, use + AF_WRITING_SYSTEM_LATIN. + +2014-10-18 David Wimsey + + [cmake] Add iOS build support. + From Savannah patch #8497. + + * builds/cmake/iOS.cmake: New file. Universal binaries are built + with both 32 and 64 bit arm architectures. + + * CMakeLists.txt (IOS_PLATFORM): New variable for running the iOS + toolchain. Possible values are `OS' to build on iOS, or + `SIMULATOR' to build on APPLE. + +2014-10-16 Behdad Esfahbod + Werner Lemberg + + [cff] Add `CFF_CONFIG_OPTION_DARKENING_PARAMETERS' config macro. + + * devel/ftoption.h, include/config/ftoption.h + (CFF_CONFIG_OPTION_DARKENING_PARAMETERS): New macro. + + * src/cff/cffobjs.c (SET_DARKENING_PARAMETERS, + SET_DARKENING_PARAMETERS_0): New macros. + (cff_driver_init): Use new macros. + +2014-10-14 Alexei Podtelezhnikov + + [truetype] Limit delta shift range. + + The valid range for delta shift is zero through six. Negative values + are invalid according to + + https://developer.apple.com/fonts/TrueType-Reference-Manual/RM04/Chap4.html#delta%20shift + + * src/truetype/ttobjs.h (delta_shift, delta_base): Make unsigned. + * src/truetype/ttinterp.h (DO_SDS): Throw an error if `delta_shift' + is out of range. + (Ins_DELTAP, Ins_DELTAC): Optimize for valid `delta_shift'. + +2014-10-16 Werner Lemberg + + A better fix for Savannah bug #43392. + Suggested by Doug Felt . + + * src/sfnt/ttsbit.c (tt_sbit_decoder_load_metrics): Set + `vertAdvance' to zero... + + * src/truetype/ttgload.c (TT_Load_Glyph): ... and set here a default + value for `vertAdvance' based on `linearVertAdvance' in case + `vertAdvance' is zero. Note that the previous computed ad-hoc value + for `linearVertAdvance' was apparently not tested in a real-life + situation. + +2014-10-14 David Weiß + + [build] Better optimization settings for vc2010 solution file. + + * builds/windows/vc2010/freetype.sln, + builds/windows/vc2010/freetype.vcxproj: Updated. + +2014-10-14 Werner Lemberg + + [autofit] Adjust Devenagari character range. + + * src/autofit/afranges.c (af_deva_uniranges): Omit characters that + are common to all other Indic scripts. + +2014-10-12 Werner Lemberg + + [sfnt] Fix Savannah bug #43392. + + * src/sfnt/ttsbit.c (tt_sbit_decoder_load_metrics): Don't let + vertical metrics uninitialized. + +2014-10-11 Alexei Podtelezhnikov + + [base] Small bbox correction. + + * src/base/ftbbox.c (FT_Outline_Get_BBox): Start from nonsense bbox + instead of initial point that could be `off' in conic outlines. + +2014-10-08 Alexei Podtelezhnikov + + [base] Fix Savannah bug #43356. + + * src/base/ftbbox.c (BBox_Move_To, BBox_Conic_To): Update bbox in case + of implicit `to'. + (BBox_Line_To): New emitter that does not update bbox. + +2014-10-08 Alexei Podtelezhnikov + + [base] Introduce and use new macro `FT_UPDATE_BBOX' + + * src/base/ftbbox.c (FT_UPDATE_BBOX): New macro. + (FT_Outline_Get_BBox): Use it here. + +2014-10-02 Alexei Podtelezhnikov + + [base] Significant optimization of `ft_div64by32' + + We shift as many bits as we can into the high register, perform + 32-bit division with modulo there, then work through the remaining + bits with long division. This optimization is especially noticeable + for smaller dividends that barely use the high register. + + * src/base/ftcalc.c (ft_div64by32): Updated. + +2014-10-02 Dave Arnold + + [cff] Fix Savannah bug #43271. + + * src/cff/cf2font.c (cf2_computeDarkening): Change overflow + detection to use logarithms and clamp `scaledStem'. + +2014-10-01 Alexei Podtelezhnikov + + * src/base/ftcalc.c: Remove miscellaneous type casts. + +2014-10-01 Alexei Podtelezhnikov + + [base] Use more common `FT_MSB' implementation with masks. + + * src/base/ftcalc.c (FT_MSB): Updated. + +2014-09-30 Alexei Podtelezhnikov + + [base] Clean up. + + * src/base/ftcalc.c (FT_MOVE_SIGN): New macro for frequently used + code. + +2014-09-25 Alexei Podtelezhnikov + + [base] Avoid unnecessary long division. + + This applies to `FT_MulDiv' but not to `FT_DivFix', where overflows or + lack thereof are predicted accurately. + + * src/base/ftcalc.c (ft_div64by32): Improve readability. + (FT_MulDiv, FT_MulDiv_No_Round) [!FT_LONG64]: Use straight division + when multiplication stayed within 32 bits. + +2014-09-24 Werner Lemberg + + [autofit] Minor clean-ups. + + * src/autofit/afhints.c (AF_FLAGS): Remove obsolete values. + + * src/autofit/afhints.c (af_glyph_hints_dump_points, + af_glyph_hints_align_strong_points): Updated. + + * src/autofit/aflatin.c (af_latin_hints_link_segments, + af_latin_hints_compute_segments), src/autofit/afcjk.c + (af_cjk_hints_link_segments), src/autofit/aflatin2.c + (af_latin2_hints_link_segments, af_latin2_hints_compute_segments): + There are no longer fake segments since more than 10 years... + +2014-09-22 Werner Lemberg + + [autofit] Minor code streamlining. + + * src/autofit/afhints.c (af_axis_hints_new_edge): Remove redundant + initialization. + +2014-09-19 Alexei Podtelezhnikov + + * src/base/ftcalc.c: Harmonize code. + +2014-09-15 Alexei Podtelezhnikov + + [base] Tighten the overflow check in `FT_MulDiv'. + + * src/base/ftcalc.c (FT_MulDiv) [!FT_LONG64]: Updated. + +2014-09-08 Alexei Podtelezhnikov + + Fix Savannah bug #43153. + + * src/psaux/psconv.c (PS_Conv_ToFixed): Add protection against + overflow in `divider'. + +2014-09-03 Alexei Podtelezhnikov + + [base] Tighten the overflow check in `FT_DivFix'. + + This fixes a 13-year old bug. The original overflow check should have + been updated when rounding was introduced into this function + (c2cd00443b). + + * src/base/ftcalc.c (FT_DivFix) [!FT_LONG64]: Updated. + * include/freetype.h (FT_DivFix): Updated documentation. + +2014-09-03 Alexei Podtelezhnikov + + [base] Tighten the overflow check in `FT_MulFix'. + + * src/base/ftcalc.c (FT_MulFix) [!FT_LONG64]: Updated. + +2014-09-02 Alexei Podtelezhnikov + + [truetype] Shortcut ppem calculations for square pixels. + + * src/truetype/ttinterp.h (TT_ExecContextRec): New field + `cur_ppem_func' with a function pointer. + * src/truetype/ttinterp.c (TT_RunIns): Initialize `cur_ppem_func' + depending on the pixel geometry to either... + (Current_Ppem_Stretched): ... this for stretched pixels. + (Current_Ppem): ... or this for square pixels. + (DO_MPPEM, DO_MPS, Ins_DELTAP, Ins_DELTAC): Use `cur_ppem_func'. + +2014-08-31 Behdad Esfahbod + + Don't use `register' keyword. Fixes compiler warnings. + + * src/base/ftcalc.c (FT_Add64) [!FT_LONG64]: Do it. + * src/gzip/inftrees.c (huft_build): Ditto. + * src/truetype/ttinterp.c (TT_MulFix14_arm): Ditto. + +2014-08-24 Alexei Podtelezhnikov + + [truetype] Optimize DELTAP and DELTAC. + + * src/truetype/ttinterp.c (Ins_DELTAP, Ins_DELTAC): Move ppem + calculations outside of the loop. + +2014-08-21 Alexei Podtelezhnikov + + Fix Savannah bug #43033. + + * include/config/ftconfig.h, builds/unix/ftconfig.in, + builds/vms/ftconfig.h [FT_LONG64]: Do not disable the macro when + 64-bit type is `long'. + +2014-08-20 Alexei Podtelezhnikov + + [base] Small optimization of `FT_MulFix'. + + * src/base/ftcalc.c (FT_MulFix): Loosen up the condition for direct + 32-bit calculations. + +2014-08-19 Alexei Podtelezhnikov + + [base] Use unsigned calculation in `FT_MulDiv'. + + * src/base/ftcalc.c (FT_MulDiv): Updated to expand 32-bit range. + +2014-08-18 Alexei Podtelezhnikov + + [base] Remove truncation in `FT_DivFix'. + + * src/base/ftcalc.c (FT_DivFix): Updated. + +2014-08-14 Alexei Podtelezhnikov + + Minor refactoring. + + * src/base/ftcalc.c (FT_MulDiv, FT_MulDiv_No_Round): Updated. + +2014-08-14 Alexei Podtelezhnikov + + Turn FT_MSB into a macro when using gcc builtins. + + * src/base/ftcalc.c, include/internal/ftcalc.h: Updated. + +2014-08-12 Alexei Podtelezhnikov + + [base] Avoid undefined FT_MSB in `BBox_Cubic_Check'. + + * src/base/ftbbox.c (BBox_Cubic_Check): Update. + (update_cubic_max): Repalce with... + (cubic_peak): ... this, which now handles upscaling. + +2014-08-11 Alexei Podtelezhnikov + + [base] Handle collapsed outlines to avoid undefined FT_MSB. + + * src/base/ftoutln.c (FT_Outline_Get_Orientation): Update. + +2014-08-11 Alexei Podtelezhnikov + + [base] Restore FT_MulFix inlining. + + * include/freetype.h (FT_MulFix): Unconditionally defined. + + * src/base/ftcalc.c [FT_MULFIX_ASSEMBLER]: Move code from here... + + * include/internal/ftcalc.h [FT_MULFIX_ASSEMBLER]: ... to here, + which conditionally replaces the function with an inline version + through the macro. + +2014-08-08 Alexei Podtelezhnikov + + * src/base/ftbitmap.c (ft_gray_for_premultiplied_srgb_bgra): Refactor. + +2014-07-26 Werner Lemberg + + [cff] Fix typo. + + * src/cff/cf2hints.c (cf2_glyphpath_computeOffset): Use correct + offsets in third quadrant. + + Reported by maks . + +2014-07-17 Werner Lemberg + + Fix Savannah bug #42788. + + * src/pfr/pfrobjs.c: Include `ftcalc.h'. + +2014-07-16 Alexei Podtelezhnikov + + Replace `ft_highpow2' function. + + * src/pfr/pfrobjs.c (pfr_face_get_kerning): Use `FT_MSB' instead of + `ft_highpow2'. + + * src/base/ftutil.c, include/internal/ftobjs.h (ft_highpow2): Remove + it. + +2014-07-15 Alexei Podtelezhnikov + + * src/base/ftcalc.c (FT_MSB): Utilize gcc builtins. + +2014-07-15 Alexei Podtelezhnikov + + [base] Move assembler code back in the source file. + + FT_MulFix assembler used to reside in ftcalc.c before f47d263f1b. + + * include/config/ftconfig.h, builds/unix/ftconfig.in, + builds/vms/ftconfig.h [FT_MULFIX_ASSEMBLER]: Move code from here... + + * src/base/ftcalc.c [FT_MULFIX_ASSEMBLER]: ... to here. + +2014-07-14 Alexei Podtelezhnikov + + [base] Further clean up color bitmap conversion. + + * src/base/ftbitmap.c (ft_gray_for_premultiplied_srgb_bgra): Stop + using FT_MulFix and FT_DivFix since all calculations fit into 32 bits. + +2014-07-13 Werner Lemberg + + [truetype] Improve handling of buggy `prep' tables. + + In case of an error in the `prep' table, no longer try to execute it + again and again. This makes FreeType handle endless loops in buggy + fonts much faster. + + * src/truetype/ttobjs.h (TT_SizeRec): The fields `bytecode_ready' + and `cvt_ready' are now negative if not initialized yet, otherwise + they indicate the error code of the last run. + + * src/truetype/ttobjs.c (tt_size_run_fpgm, tt_size_run_prep, + tt_size_done_bytecode, tt_size_init_bytecode, + tt_size_ready_bytecode, tt_size_init, tt_size_done, tt_size_reset): + Updated. + + * src/truetype/ttgload.c (tt_loader_init): Updated. + * src/truetype/ttinterp.c (TT_RunIns): Force reexecution of `fpgm' + and `prep' only if we are in the `glyf' table. + +2014-07-12 Werner Lemberg + + * builds/vms/ftconfig.h: Synchronize. + Problem reported by Alexei. + +2014-07-11 Alexei Podtelezhnikov + + [base] Clean up bitmap conversion. + + * src/base/ftbitmap.c (ft_gray_for_premultiplied_srgb_bgra): Use + appropriate FT_DivFix and remove superfluous upscaling. + +2014-07-04 Alexei Podtelezhnikov + + [base] Small optimization of the ancient code. + + * src/base/ftcalc.c (FT_MulDiv, FT_MulDiv_No_Round): Loosen up the + condition for direct 32-bit calculations. + +2014-06-27 Werner Lemberg + + Fix Apple standard glyph names. + + * src/sfnt/ttpost.c (tt_post_default_names): Synchronize with + `tools/glnames.py' + + Problem reported by Adam Twardoch . + +2014-06-17 Werner Lemberg + + Partially revert commit from 2014-06-13. + + * src/autofit/aflatin.c (af_latin_metrics_init_blues): Move + declaration of `p_first' and `p_last' out of the loop. + +2014-06-17 Werner Lemberg + + * builds/unix/freetype2.m4: s/AC_PATH_PROG/AC_PATH_TOOL/. + + This simplifies cross-compiling. + +2014-06-13 Werner Lemberg + + Fix more compiler warnings. + Reported by Wojciech Mamrak . + + * src/autofit/afglobal.c (af_face_globals_compute_style_coverage): + Make integer constant unsigned. + + * src/sfnt/ttsbit.c (tt_face_load_strike_metrics) + : Fix types. + (tt_sbit_decoder_load_compound, tt_face_load_sbix_image): Add proper + casts. + +2014-06-13 Werner Lemberg + + Fix compiler warnings. + Reported by Wojciech Mamrak . + + * src/autofit/afglobal.c (af_face_globals_compute_style_coverage), + src/autofit/afmodule.c (af_property_set): Fix `signed' vs. + `unsigned' issues. + + * src/autofit/aflatin.c (af_latin_metrics_init_blues): Make compiler + happy. + + * src/base/ftlcdfil.c (_ft_lcd_filter_fir): Use only four elements + for `fir'. + Fix `signed' vs. `unsigned' issues. + + * src/sfnt/sfobjs.c (WRITE_BYTE): Removed, unused. + (WRITE_USHORT, WRITE_ULONG): Add proper casts. + + * src/truetype/ttgload.c (TT_Get_VMetrics): Add proper casts. + + * src/truetype/ttinterp.c (Ins_DELTAP): Add proper casts for `B1' + and `B2'. + +2014-05-16 Alexey Petruchik + + [cmake] Add option to build OS X framework. + + * CMakeLists.txt: Update accordingly. + + * builds/mac/freetype-Info.plist: New file. + +2014-05-13 Pavel Koshevoy + + * CMakeLists.txt (BASE_SRCS): Add missing `ftbdf.c'. + +2014-05-11 Werner Lemberg + + [autofit] Fix variable initializations. + + * src/autofit/afhints.c (af_glyph_hints_reload): Assign default + values to `in_dir' and `out_dir' for all points. + +2014-05-11 Werner Lemberg + + [autofit] Fix crash with font `CabinSketch-Bold.ttf'. + + Problem reported by Ralf S. Engelschall . + + * src/autofit/afhints.c (af_glyph_hints_reload): Fix threshold for + finding first non-near point. + Properly initialize non-near point deltas. + +2014-05-01 Werner Lemberg + + [autofit] Add blue-zone support for Devanagari. + + This essentially moves the Devanagari script from the `Indic' hinter + to the `Latin' hinter. Thanks to Girish Dalvi + for guidance with blue zone characters! + + * src/autofit/afblue.dat: Add blue zone data for Devanagari. + + * src/autofit/afblue.c, src/autofit/afblue.h: Regenerated. + + * src/autofit/afscript.h: Add Devanagari standard characters and + move data out of AF_CONFIG_OPTION_INDIC block. + + * src/autofit/afranges.c: Move Devanagari data out of + AF_CONFIG_OPTION_INDIC block. + Move U+20B9, (new) Rupee sign, from Latin to Devanagari. + + * src/autofit/afstyles.h: Update Devanagari data; in particular, use + AF_WRITING_SYSTEM_LATIN. + +2014-05-01 Werner Lemberg + + [autofit] Fix handling of neutral blue zones in stems. + + * src/autofit/afhints.h (AF_Edge_Flags): New value + `AF_EDGE_NEUTRAL'. + + * src/autofit/aflatin.c (af_latin_hints_compute_blue_edges): Trace + neutral blue zones with AF_EDGE_NEUTRAL. + (af_latin_hint_edges): Skip neutral blue zones if necessary. + +2014-04-28 Werner Lemberg + + [autofit] Introduce neutral blue zones to the latin module. + + Such blue zones match either the top or the bottom of a contour. We + need them for scripts where accent-like elements directly touch the + base character (for example, some vowel signs in Devanagari, cf. + U+0913 or U+0914). + + * src/autofit/afblue.hin (AF_BLUE_PROPERTY_LATIN_NEUTRAL): New + property. + + * src/autofit/afblue.h: Regenerated. + + * src/autofit/aflatin.h (AF_LATIN_IS_NEUTRAL_BLUE): New macro. + (AF_LATIN_BLUE_NEUTRAL): New enumeration value. + + * src/autofit/aflatin.c (af_latin_metrics_init_blues, + af_latin_hints_compute_blue_edges): Handle neutral blue zones. + +2014-04-25 Werner Lemberg + + * src/autofit/hbshim.c: Partially revert commit from 2014-04-17. + + Using input glyph coverage data is simply wrong. + + Problem reported by Nikolaus Waxweiler and + Mantas Mikulėnas . + +2014-04-23 Werner Lemberg + + * src/raster/ftraster.c (Vertical_Sweep_Span): Use drop-out mode. + + This spot has been missed while introducing support for various + drop-out modes years ago (including no drop-out mode, which this + commit fixes). + + Problem reported by Patrick Thomas . + +2014-04-22 Werner Lemberg + + * src/sfnt/pngshim.c (error_callback): s/longjmp/ft_longjmp/. + +2014-04-20 Werner Lemberg + + [autofit] Fix Savannah bug #42148. + + The adaptation of the cjk auto-hinter module to blue stringsets in + 2013-08-25 had three severe bugs. Mea culpa. + + 1. Contrary to the latin auto-hinter, characters for reference and + overshoot values of a blue zone are specified separately. Due to + the screwed-up change it didn't work at all. + + 2. A boolean comparison was erroneously replaced with a cast, + causing invalid results with the `^' operator later on. The + visual artifact caused by this problem is the topic of the bug + report. + + 3. Two flag values were inverted, causing incorrect assignment of + reference and overshoot values. + + * src/autofit/afblue.dat: Fix CJK bluestrings, introducing a new + syntax to have both reference and overshoot characters in a single + string. This is error #1. + Add extensive comments. + + * src/autofit/afblue.hin (AF_BLUE_PROPERTY_CJK_FILL): Removed, no + longer used. + (AF_BLUE_PROPERTY_CJK_TOP, AF_BLUE_PROPERTY_CJK_HORIZ): Fix values. + This is error #3. + + * src/autofit/afblue.c, src/autofit/afblue.h: Regenerated. + + * src/autofit/afcjk.c (af_cjk_metrics_init_blues): Correct error #1. + Use character `|' to separate characters for reference and overshoot + values. + Improve tracing messages, synchronizing them with the latin + auto-hinter. + (af_cjk_hints_compute_blue_edges): Fix value of `is_top_right_blue'. + This is error #2. + (af_cjk_align_linked_edge): Add tracing message. + + * src/autofit/afcjk.h (AF_CJK_IS_FILLED_BLUE): Removed, no longer + used. + +2014-04-17 Werner Lemberg + + [autofit] More coverage fixes for complex scripts. + + * src/autofit/hbshim.c (af_get_coverage): Merge input glyph coverage + of GSUB lookups into output coverage. Otherwise, ligatures are not + handled properly. + Don't check blue zone characters for default coverage. + +2014-04-17 Werner Lemberg + + Make `FT_Get_SubGlyph_Info' actually work. + + * src/base/ftobjs.c (FT_Get_SubGlyph_Info): Return FT_Err_Ok + if there is no error. + +2014-04-15 Werner Lemberg + + [afblue.pl]: Minor improvements. + + * src/tools/afblue.pl: Allow whitespace before comments. + Ignore whitespace in strings. + +2014-04-14 Werner Lemberg + + [autofit] Improve coverage handling. + + * src/autofit/hbshim.c (af_get_coverage): Don't exclude glyphs + appearing in the GPOS table if we are processing the default + coverage. + +2014-04-13 David Weber + + [smooth] Fix stand-alone compilation. + + * src/smooth/ftgrays.c (FT_BEGIN_STMNT, FT_END_STMNT): Define. + +2014-04-12 Werner Lemberg + + [autofit] Redesign the recognition algorithm of strong points. + + In particular, local extrema without horizontal or vertical segments + are better recognized: + + + A + D + \ / + \ / + \ / + \ / + \ + C + \ / + B +/ + + If the distances AB and CD are large, point B wasn't previously + detected as an extremum since the `ft_corner_is_flat' function + `swallowed' BC regardless of its direction, tagging point B as weak. + The next iteration started at B and made `ft_corner_is_flat' swallow + point C, tagging it as weak also, et voilà. + + To improve that, another pass gets now performed before calling + `ft_corner_is_flat' to improve the `topology' of an outline: A + sequence of non-horizontal or non-vertical vectors that point into + the same quadrant are handled as a single, large vector. + + Additionally, distances of near points are now accumulated, which + makes the auto-hinter handle them as if they were prepended to the + next non-near vector. + + This generally improves the auto-hinter's rendering results. + + * src/autofit/afhints.c (af_glyph_hints_reload): Implement it. + + * src/autofit/afhints.h (AF_FLAGS): Remove no longer used flag + `AF_FLAG_NEAR'. + +2014-04-05 Werner Lemberg + + [autofit] Improve scoring algorithm for identifying stems. + + Problem reported by Karsten Lücke . + + The new algorithm takes care of the width of stems: If the distance + between two segments is larger than the largest stem width, the + demerits quickly increase for larger distances. This improves + hinting of slanted fonts (especially if the inner parts of serifs + have non-horizontal `shoulders'), avoiding false stem links. + + * src/autofit/aflatin.c (af_latin_hints_link_segments): Use largest + stem width (if available) to compute better demerits for distances + between stems. + (af_latin_hints_detect_features): Pass stem width array and array + size. + (af_latin_metrics_init_widths): Updated to use original algorithm. + (af_latin_hints_apply): Updated to use new algorithm. + + * src/autofit/aflatin.h: Updated. + * src/autofit/afcjk.c: Updated. + +2014-04-03 Werner Lemberg + + Don't require `gzip' module for `sfnt'. + + Reported by Preet . + + * src/sfnt/sfobjs.c (woff_open_font): Guard use of + FT_Gzip_Uncompress with FT_CONFIG_OPTION_USE_ZLIB. + +2014-03-27 Werner Lemberg + + Fix Savannah bug #38235. + + Work around a bug in pkg-config version 0.28 and earlier: If a + variable value gets surrounded by doublequotes (in particular values + for the `prefix' variable), the prefix override mechanism fails. + + * builds/unix/freetype2.in: Don't use doublequotes. + * builds/unix/unix-def.in (freetype.pc): Escape spaces in directory + names with backslashes. + +2014-03-24 Werner Lemberg + + Fix Savannah bug #41946. + + Based on a patch from Marek Kašík . + + * builds/unix/configure.raw (LIBS_CONFIG): Remove. + * builds/unix/freetype-config.in (libs): Hard-code value. + * builds/unix/unix-def.in: Updated. + +2014-03-22 Werner Lemberg + + Another revert for the change from 2014-03-18. + + Problem reported by Nikolaus Waxweiler . + + * src/base/ftcalc.c (FT_MulFix): Ensure that an `FT_MulFix' symbol + gets always exported. + +2014-03-20 Werner Lemberg + + CMakeLists.txt: Another fix for include directories. + + Problem reported by Taylor Holberton . + +2014-03-19 Werner Lemberg + + CMakeLists.txt: Fix include directories. + + Problem reported by Taylor Holberton . + +2014-03-19 Werner Lemberg + + Partially revert last commit. + + Found by Alexei. + + * src/autofit/aflatin.c (af_latin_metrics_init_blues): Initializing + those variables is plain wrong, since we are in a loop. + +2014-03-18 Sean McBride + Werner Lemberg + + Fix clang warnings. + + * src/autofit/aflatin.c (af_latin_metrics_init_blues): Initialize + some variables. + + * src/base/ftcalc.c (FT_MulFix): Only use code if + `FT_MULFIX_INLINED' is not defined. + + * src/bdf/bdfdrivr.c (bdf_cmap_class), src/cache/ftcbasic.c + (ftc_basic_image_family_class, ftc_basic_image_cache_class, + ftc_basic_sbit_family_class, ftc_basic_sbit_cache_class), + src/cache/ftccmap.c (ftc_cmap_cache_class), src/cache/ftcmanag.c + (ftc_size_list_class, ftc_face_list_class), src/pcf/pcfdrivr.c + (pcf_cmap_class), src/pfr/pfrdrivr.c (pfr_metrics_service_rec): Make + function static. + + * src/type1/t1driver.c (t1_ps_get_font_value): Remove redundant + code. + +2014-03-17 Werner Lemberg + + Fix Savannah bug #41869. + + This works around a problem with HarfBuzz (<= 0.9.26), which doesn't + validate glyph indices returned by + `hb_ot_layout_lookup_collect_glyphs'. + + * src/autofit/hbshim.c (af_get_coverage): Guard `idx'. + + * docs/CHANGES: Updated. + +2014-03-14 Werner Lemberg + + * builds/unix/configure.raw: Don't show error messages of `which'. + +2014-03-09 Alan Coopersmith + + Fix cppcheck 1.64 warning. + + * src/autofit/afglobal.c (af_face_globals_new): Catch NULL pointer + dereference in case of error. + +2014-03-09 Sean McBride + + * src/sfnt/ttcmap.c (tt_face_build_cmaps): Remove clang warning. + 2014-03-06 Werner Lemberg * Version 2.5.3 released. @@ -106,7 +2063,7 @@ option. (libs): Updated. (staticlibs): New variable, to be used if `--static' is given. - * builds/doc/freetype-config.1: Document `--static'. + * docs/freetype-config.1: Document `--static'. * builds/unix/freetype2.in, builds/unix/unix-def.in: Updated. diff --git a/freetype/ChangeLog.21 b/freetype/ChangeLog.21 index d6371d175..300a094f2 100644 --- a/freetype/ChangeLog.21 +++ b/freetype/ChangeLog.21 @@ -6260,7 +6260,7 @@ Adding a new API `FT_Get_BDF_Property' to retrieve the BDF properties of a given PCF or BDF font. - * include/freetype/ftbdf.h (FT_PropertyType): New enumeration. + * include/freetype/ftbdf.h (BDF_PropertyType): New enumeration. (BDF_Property, BDF_PropertyRec): New structure. FT_Get_BDF_Property): New function. * include/freetype/internal/bdftypes.h: Include FT_BDF_H. diff --git a/freetype/Jamfile b/freetype/Jamfile index 61e64b543..16e097ed9 100644 --- a/freetype/Jamfile +++ b/freetype/Jamfile @@ -195,7 +195,7 @@ rule RefDoc actions RefDoc { - python $(FT2_SRC)/tools/docmaker/docmaker.py --prefix=ft2 --title=FreeType-2.5.3 --output=$(DOC_DIR) $(FT2_INCLUDE)/*.h $(FT2_INCLUDE)/config/*.h + python $(FT2_SRC)/tools/docmaker/docmaker.py --prefix=ft2 --title=FreeType-2.5.5 --output=$(DOC_DIR) $(FT2_INCLUDE)/*.h $(FT2_INCLUDE)/config/*.h } RefDoc refdoc ; diff --git a/freetype/README b/freetype/README index 9a793cd88..f00a1ab79 100644 --- a/freetype/README +++ b/freetype/README @@ -1,4 +1,4 @@ - FreeType 2.5.3 + FreeType 2.5.5 ============== Homepage: http://www.freetype.org @@ -24,9 +24,9 @@ and download one of the following files. - freetype-doc-2.5.3.tar.bz2 - freetype-doc-2.5.3.tar.gz - ftdoc253.zip + freetype-doc-2.5.5.tar.bz2 + freetype-doc-2.5.5.tar.gz + ftdoc255.zip To view the documentation online, go to @@ -53,15 +53,15 @@ Bugs ==== - Please report bugs by e-mail to `freetype-devel@nongnu.org'. Don't - forget to send a detailed explanation of the problem -- there is - nothing worse than receiving a terse message that only says `it - doesn't work'. - - Alternatively, you may submit a bug report at + Please submit bug reports at https://savannah.nongnu.org/bugs/?group=freetype + Alternatively, you might report bugs by e-mail to + `freetype-devel@nongnu.org'. Don't forget to send a detailed + explanation of the problem -- there is nothing worse than receiving + a terse message that only says `it doesn't work'. + Enjoy! diff --git a/freetype/builds/atari/deflinejoiner.awk b/freetype/builds/atari/deflinejoiner.awk index c872a70d8..16d9e6dd9 100644 --- a/freetype/builds/atari/deflinejoiner.awk +++ b/freetype/builds/atari/deflinejoiner.awk @@ -15,7 +15,7 @@ function shift( array, \ function init_cpp_src_line() { logical_line = "" - delete break_pos + delete break_pos } @@ -110,8 +110,8 @@ function shrink_spaces_to_linebreak( pos, \ { for ( i = 0; i < asorti( break_pos, junk ) && break_pos[i] < pos ; i++ ) ; - - if ( break_pos[i] < 1 ) + + if ( break_pos[i] < 1 ) return; part_str = substr( logical_line, pos, break_pos[i] - pos + 1 ) diff --git a/freetype/builds/cmake/iOS.cmake b/freetype/builds/cmake/iOS.cmake new file mode 100755 index 000000000..a41a7acf2 --- /dev/null +++ b/freetype/builds/cmake/iOS.cmake @@ -0,0 +1,275 @@ +# iOS.cmake +# +# Copyright 2014 by +# David Turner, Robert Wilhelm, and Werner Lemberg. +# +# Written by David Wimsey +# +# This file is part of the FreeType project, and may only be used, modified, +# and distributed under the terms of the FreeType project license, +# LICENSE.TXT. By continuing to use, modify, or distribute this file you +# indicate that you have read the license and understand and accept it +# fully. +# +# +# This file is derived from the files `Platform/Darwin.cmake' and +# `Platform/UnixPaths.cmake', which are part of CMake 2.8.4. It has been +# altered for iOS development. + + +# Options +# ------- +# +# IOS_PLATFORM = OS | SIMULATOR +# +# This decides whether SDKS are selected from the `iPhoneOS.platform' or +# `iPhoneSimulator.platform' folders. +# +# OS - the default, used to build for iPhone and iPad physical devices, +# which have an ARM architecture. +# SIMULATOR - used to build for the Simulator platforms, which have an +# x86 architecture. +# +# CMAKE_IOS_DEVELOPER_ROOT = /path/to/platform/Developer folder +# +# By default, this location is automatically chosen based on the +# IOS_PLATFORM value above. If you manually set this variable, it +# overrides the default location and forces the use of a particular +# Developer Platform. +# +# CMAKE_IOS_SDK_ROOT = /path/to/platform/Developer/SDKs/SDK folder +# +# By default, this location is automatically chosen based on the +# CMAKE_IOS_DEVELOPER_ROOT value. In this case it is always the most +# up-to-date SDK found in the CMAKE_IOS_DEVELOPER_ROOT path. If you +# manually set this variable, it forces the use of a specific SDK +# version. +# +# +# Macros +# ------ +# +# set_xcode_property (TARGET XCODE_PROPERTY XCODE_VALUE) +# +# A convenience macro for setting Xcode specific properties on targets. +# +# Example: +# +# set_xcode_property(myioslib IPHONEOS_DEPLOYMENT_TARGET "3.1") +# +# find_host_package (PROGRAM ARGS) +# +# A macro to find executable programs on the host system, not within the +# iOS environment. Thanks to the `android-cmake' project for providing +# the command. + + +# standard settings +set(CMAKE_SYSTEM_NAME Darwin) +set(CMAKE_SYSTEM_VERSION 1) +set(UNIX True) +set(APPLE True) +set(IOS True) + +# required as of cmake 2.8.10 +set(CMAKE_OSX_DEPLOYMENT_TARGET "" + CACHE STRING "Force unset of the deployment target for iOS" FORCE +) + +# determine the cmake host system version so we know where to find the iOS +# SDKs +find_program(CMAKE_UNAME uname /bin /usr/bin /usr/local/bin) +if (CMAKE_UNAME) + exec_program(uname ARGS -r OUTPUT_VARIABLE CMAKE_HOST_SYSTEM_VERSION) + string(REGEX REPLACE "^([0-9]+)\\.([0-9]+).*$" "\\1" + DARWIN_MAJOR_VERSION "${CMAKE_HOST_SYSTEM_VERSION}") +endif (CMAKE_UNAME) + +# force the compilers to gcc for iOS +include(CMakeForceCompiler) +CMAKE_FORCE_C_COMPILER(gcc gcc) +CMAKE_FORCE_CXX_COMPILER(g++ g++) + +# skip the platform compiler checks for cross compiling +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_C_COMPILER_WORKS TRUE) + +# all iOS/Darwin specific settings - some may be redundant +set(CMAKE_SHARED_LIBRARY_PREFIX "lib") +set(CMAKE_SHARED_LIBRARY_SUFFIX ".dylib") +set(CMAKE_SHARED_MODULE_PREFIX "lib") +set(CMAKE_SHARED_MODULE_SUFFIX ".so") +set(CMAKE_MODULE_EXISTS 1) +set(CMAKE_DL_LIBS "") + +set(CMAKE_C_OSX_COMPATIBILITY_VERSION_FLAG + "-compatibility_version ") +set(CMAKE_C_OSX_CURRENT_VERSION_FLAG + "-current_version ") +set(CMAKE_CXX_OSX_COMPATIBILITY_VERSION_FLAG + "${CMAKE_C_OSX_COMPATIBILITY_VERSION_FLAG}") +set(CMAKE_CXX_OSX_CURRENT_VERSION_FLAG + "${CMAKE_C_OSX_CURRENT_VERSION_FLAG}") + +# hidden visibility is required for cxx on iOS +set(CMAKE_C_FLAGS_INIT "") +set(CMAKE_CXX_FLAGS_INIT + "-headerpad_max_install_names -fvisibility=hidden -fvisibility-inlines-hidden") + +set(CMAKE_C_LINK_FLAGS + "-Wl,-search_paths_first ${CMAKE_C_LINK_FLAGS}") +set(CMAKE_CXX_LINK_FLAGS + "-Wl,-search_paths_first ${CMAKE_CXX_LINK_FLAGS}") + +set(CMAKE_PLATFORM_HAS_INSTALLNAME 1) +set(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS + "-dynamiclib -headerpad_max_install_names") +set(CMAKE_SHARED_MODULE_CREATE_C_FLAGS + "-bundle -headerpad_max_install_names") +set(CMAKE_SHARED_MODULE_LOADER_C_FLAG + "-Wl,-bundle_loader,") +set(CMAKE_SHARED_MODULE_LOADER_CXX_FLAG + "-Wl,-bundle_loader,") +set(CMAKE_FIND_LIBRARY_SUFFIXES + ".dylib" ".so" ".a") + +# hack: If a new cmake (which uses CMAKE_INSTALL_NAME_TOOL) runs on an old +# build tree (where `install_name_tool' was hardcoded), and where +# CMAKE_INSTALL_NAME_TOOL isn't in the cache and still cmake didn't +# fail in `CMakeFindBinUtils.cmake' (because it isn't rerun), hardcode +# CMAKE_INSTALL_NAME_TOOL here to `install_name_tool' so it behaves as +# it did before. +if (NOT DEFINED CMAKE_INSTALL_NAME_TOOL) + find_program(CMAKE_INSTALL_NAME_TOOL install_name_tool) +endif (NOT DEFINED CMAKE_INSTALL_NAME_TOOL) + +# set up iOS platform unless specified manually with IOS_PLATFORM +if (NOT DEFINED IOS_PLATFORM) + set(IOS_PLATFORM "OS") +endif (NOT DEFINED IOS_PLATFORM) + +set(IOS_PLATFORM ${IOS_PLATFORM} CACHE STRING "Type of iOS Platform") + +# check the platform selection and setup for developer root +if (${IOS_PLATFORM} STREQUAL "OS") + set(IOS_PLATFORM_LOCATION "iPhoneOS.platform") + + # this causes the installers to properly locate the output libraries + set(CMAKE_XCODE_EFFECTIVE_PLATFORMS "-iphoneos") + +elseif (${IOS_PLATFORM} STREQUAL "SIMULATOR") + set(IOS_PLATFORM_LOCATION "iPhoneSimulator.platform") + + # this causes the installers to properly locate the output libraries + set(CMAKE_XCODE_EFFECTIVE_PLATFORMS "-iphonesimulator") + +else (${IOS_PLATFORM} STREQUAL "OS") + message(FATAL_ERROR + "Unsupported IOS_PLATFORM value selected. Please choose OS or SIMULATOR.") + +endif (${IOS_PLATFORM} STREQUAL "OS") + +# set up iOS developer location unless specified manually with +# CMAKE_IOS_DEVELOPER_ROOT -- +# note that Xcode 4.3 changed the installation location; choose the most +# recent one available +set(XCODE_POST_43_ROOT + "/Applications/Xcode.app/Contents/Developer/Platforms/${IOS_PLATFORM_LOCATION}/Developer") +set(XCODE_PRE_43_ROOT + "/Developer/Platforms/${IOS_PLATFORM_LOCATION}/Developer") + +if (NOT DEFINED CMAKE_IOS_DEVELOPER_ROOT) + if (EXISTS ${XCODE_POST_43_ROOT}) + set(CMAKE_IOS_DEVELOPER_ROOT ${XCODE_POST_43_ROOT}) + elseif (EXISTS ${XCODE_PRE_43_ROOT}) + set(CMAKE_IOS_DEVELOPER_ROOT ${XCODE_PRE_43_ROOT}) + endif (EXISTS ${XCODE_POST_43_ROOT}) +endif (NOT DEFINED CMAKE_IOS_DEVELOPER_ROOT) + +set(CMAKE_IOS_DEVELOPER_ROOT ${CMAKE_IOS_DEVELOPER_ROOT} + CACHE PATH "Location of iOS Platform" +) + +# find and use the most recent iOS SDK unless specified manually with +# CMAKE_IOS_SDK_ROOT +if (NOT DEFINED CMAKE_IOS_SDK_ROOT) + file(GLOB _CMAKE_IOS_SDKS "${CMAKE_IOS_DEVELOPER_ROOT}/SDKs/*") + if (_CMAKE_IOS_SDKS) + list(SORT _CMAKE_IOS_SDKS) + list(REVERSE _CMAKE_IOS_SDKS) + list(GET _CMAKE_IOS_SDKS 0 CMAKE_IOS_SDK_ROOT) + else (_CMAKE_IOS_SDKS) + message(FATAL_ERROR + "No iOS SDK's found in default search path ${CMAKE_IOS_DEVELOPER_ROOT}. Manually set CMAKE_IOS_SDK_ROOT or install the iOS SDK.") + endif (_CMAKE_IOS_SDKS) + + message(STATUS "Toolchain using default iOS SDK: ${CMAKE_IOS_SDK_ROOT}") +endif (NOT DEFINED CMAKE_IOS_SDK_ROOT) + +set(CMAKE_IOS_SDK_ROOT ${CMAKE_IOS_SDK_ROOT} + CACHE PATH "Location of the selected iOS SDK" +) + +# set the sysroot default to the most recent SDK +set(CMAKE_OSX_SYSROOT ${CMAKE_IOS_SDK_ROOT} + CACHE PATH "Sysroot used for iOS support" +) + +# set the architecture for iOS -- +# note that currently both ARCHS_STANDARD_32_BIT and +# ARCHS_UNIVERSAL_IPHONE_OS set armv7 only, so set both manually +if (${IOS_PLATFORM} STREQUAL "OS") + set(IOS_ARCH $(ARCHS_STANDARD_32_64_BIT)) +else (${IOS_PLATFORM} STREQUAL "OS") + set(IOS_ARCH i386) +endif (${IOS_PLATFORM} STREQUAL "OS") + +set(CMAKE_OSX_ARCHITECTURES ${IOS_ARCH} + CACHE string "Build architecture for iOS" +) + +# set the find root to the iOS developer roots and to user defined paths +set(CMAKE_FIND_ROOT_PATH + ${CMAKE_IOS_DEVELOPER_ROOT} + ${CMAKE_IOS_SDK_ROOT} + ${CMAKE_PREFIX_PATH} + CACHE string "iOS find search path root" +) + +# default to searching for frameworks first +set(CMAKE_FIND_FRAMEWORK FIRST) + +# set up the default search directories for frameworks +set(CMAKE_SYSTEM_FRAMEWORK_PATH + ${CMAKE_IOS_SDK_ROOT}/System/Library/Frameworks + ${CMAKE_IOS_SDK_ROOT}/System/Library/PrivateFrameworks + ${CMAKE_IOS_SDK_ROOT}/Developer/Library/Frameworks +) + +# only search the iOS SDKs, not the remainder of the host filesystem +set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM ONLY) +set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) +set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) + +# this little macro lets you set any Xcode specific property +macro(set_xcode_property TARGET XCODE_PROPERTY XCODE_VALUE) + set_property(TARGET ${TARGET} + PROPERTY XCODE_ATTRIBUTE_${XCODE_PROPERTY} ${XCODE_VALUE}) +endmacro(set_xcode_property) + +# this macro lets you find executable programs on the host system +macro(find_host_package) + set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) + set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY NEVER) + set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE NEVER) + set(IOS FALSE) + + find_package(${ARGN}) + + set(IOS TRUE) + set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM ONLY) + set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) + set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) +endmacro(find_host_package) + +# eof diff --git a/freetype/builds/compiler/bcc-dev.mk b/freetype/builds/compiler/bcc-dev.mk index 63a46ad16..42a99b0c0 100644 --- a/freetype/builds/compiler/bcc-dev.mk +++ b/freetype/builds/compiler/bcc-dev.mk @@ -53,7 +53,7 @@ L := # Target flag -- no trailing space. # T := -o -TE := -e +TE := -e # C flags diff --git a/freetype/builds/detect.mk b/freetype/builds/detect.mk index ce407baf6..ff4045d5c 100644 --- a/freetype/builds/detect.mk +++ b/freetype/builds/detect.mk @@ -3,7 +3,7 @@ # -# Copyright 1996-2003, 2006, 2008, 2013 by +# Copyright 1996-2003, 2006, 2008, 2013, 2014 by # David Turner, Robert Wilhelm, and Werner Lemberg. # # This file is part of the FreeType project, and may only be used, modified, @@ -124,7 +124,7 @@ std_setup: @echo "\`$(CONFIG_MK)' from this directory then read the INSTALL file for help." @echo "" @echo "Otherwise, simply type \`$(MAKE)' again to build the library," - @echo "or \`$(MAKE) refdoc' to build the API reference (the latter needs python)." + @echo "or \`$(MAKE) refdoc' to build the API reference (this needs python >= 2.6)." @echo "" @$(COPY) $(CONFIG_RULES) $(CONFIG_MK) @@ -146,7 +146,7 @@ dos_setup: @echo '$(CONFIG_MK)' from this directory then read the INSTALL file for help. @type builds$(SEP)newline @echo Otherwise, simply type 'make' again to build the library. - @echo or 'make refdoc' to build the API reference (the latter needs python). + @echo or 'make refdoc' to build the API reference (this needs python >= 2.6). @type builds$(SEP)newline @$(COPY) $(subst /,$(SEP),$(CONFIG_RULES) $(CONFIG_MK)) > nul diff --git a/freetype/builds/freetype.mk b/freetype/builds/freetype.mk index 3f1519eba..8b2e2eace 100644 --- a/freetype/builds/freetype.mk +++ b/freetype/builds/freetype.mk @@ -297,19 +297,16 @@ ifneq ($(findstring refdoc,$(MAKECMDGOALS)),) version := $(major).$(minor).$(patch) endif -# We write-protect the docmaker directory to suppress generation -# of .pyc files. +# Option `-B' disables generation of .pyc files (available since python 2.6) # refdoc: - -chmod -w $(SRC_DIR)/tools/docmaker - python $(SRC_DIR)/tools/docmaker/docmaker.py \ - --prefix=ft2 \ - --title=FreeType-$(version) \ - --output=$(DOC_DIR) \ - $(PUBLIC_DIR)/*.h \ - $(PUBLIC_DIR)/config/*.h \ - $(PUBLIC_DIR)/cache/*.h - -chmod +w $(SRC_DIR)/tools/docmaker + python -B $(SRC_DIR)/tools/docmaker/docmaker.py \ + --prefix=ft2 \ + --title=FreeType-$(version) \ + --output=$(DOC_DIR) \ + $(PUBLIC_DIR)/*.h \ + $(PUBLIC_DIR)/config/*.h \ + $(PUBLIC_DIR)/cache/*.h .PHONY: clean_project_std distclean_project_std diff --git a/freetype/builds/mac/freetype-Info.plist b/freetype/builds/mac/freetype-Info.plist new file mode 100755 index 000000000..b3d114dad --- /dev/null +++ b/freetype/builds/mac/freetype-Info.plist @@ -0,0 +1,36 @@ + + + + + + + CFBundleDevelopmentRegion + English + + CFBundleExecutable + FreeType + + CFBundleGetInfoString + FreeType ${PROJECT_VERSION} + + CFBundleInfoDictionaryVersion + 6.0 + + CFBundleName + FreeType + + CFBundlePackageType + FMWK + + CFBundleShortVersionString + ${PROJECT_VERSION} + + CFBundleSignature + ???? + + CFBundleVersion + ${PROJECT_VERSION} + + + diff --git a/freetype/builds/mac/ftmac.c b/freetype/builds/mac/ftmac.c index 40f6bd20c..27b5511c0 100644 --- a/freetype/builds/mac/ftmac.c +++ b/freetype/builds/mac/ftmac.c @@ -5,7 +5,7 @@ /* Mac FOND support. Written by just@letterror.com. */ /* Heavily Fixed by mpsuzuki, George Williams and Sean McBride */ /* */ -/* Copyright 1996-2008, 2013 by */ +/* Copyright 1996-2008, 2013, 2014 by */ /* Just van Rossum, David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -204,6 +204,9 @@ typedef short ResourceIndex; FMFontFamily family = 0; + if ( !fontName || !face_index ) + return FT_THROW( Invalid_Argument ); + *face_index = 0; while ( status == 0 && !the_font ) { @@ -381,7 +384,7 @@ typedef short ResourceIndex; err = FT_GetFileRef_From_Mac_ATS_Name( fontName, &ref, face_index ); - if ( FT_Err_Ok != err ) + if ( err ) return err; if ( noErr != FSRefMakePath( &ref, path, maxPathSize ) ) @@ -420,7 +423,7 @@ typedef short ResourceIndex; err = FT_GetFileRef_From_Mac_ATS_Name( fontName, &ref, face_index ); - if ( FT_Err_Ok != err ) + if ( err ) return err; if ( noErr != FSGetCatalogInfo( &ref, kFSCatInfoNone, NULL, NULL, @@ -1238,6 +1241,9 @@ typedef short ResourceIndex; FT_Error error = FT_Err_Ok; + /* test for valid `aface' and `library' delayed to */ + /* `FT_New_Face_From_XXX' */ + GetResInfo( fond, &fond_id, &fond_type, fond_name ); if ( ResError() != noErr || fond_type != TTAG_FOND ) return FT_THROW( Invalid_File_Format ); @@ -1442,6 +1448,8 @@ typedef short ResourceIndex; UInt8 pathname[PATH_MAX]; + /* test for valid `library' and `aface' delayed to `FT_Open_Face' */ + if ( !ref ) return FT_THROW( Invalid_Argument ); diff --git a/freetype/builds/toplevel.mk b/freetype/builds/toplevel.mk index 812750ac5..16d4be837 100644 --- a/freetype/builds/toplevel.mk +++ b/freetype/builds/toplevel.mk @@ -220,9 +220,9 @@ dist: mv tmp freetype-$(version) - tar cfh - freetype-$(version) \ + tar -H ustar -chf - freetype-$(version) \ | gzip -9 -c > freetype-$(version).tar.gz - tar cfh - freetype-$(version) \ + tar -H ustar -chf - freetype-$(version) \ | bzip2 -c > freetype-$(version).tar.bz2 @# Use CR/LF for zip files. diff --git a/freetype/builds/unix/config.guess b/freetype/builds/unix/config.guess index 72625d40c..6c32c8645 100644 --- a/freetype/builds/unix/config.guess +++ b/freetype/builds/unix/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2014-02-12' +timestamp='2014-11-04' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -24,12 +24,12 @@ timestamp='2014-02-12' # program. This Exception is an additional permission under section 7 # of the GNU General Public License, version 3 ("GPLv3"). # -# Originally written by Per Bothner. +# Originally written by Per Bothner; maintained since 2000 by Ben Elliston. # # You can get the latest version of this script from: # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD # -# Please send patches with a ChangeLog entry to config-patches@gnu.org. +# Please send patches to . me=`echo "$0" | sed -e 's,.*/,,'` @@ -579,8 +579,9 @@ EOF else IBM_ARCH=powerpc fi - if [ -x /usr/bin/oslevel ] ; then - IBM_REV=`/usr/bin/oslevel` + if [ -x /usr/bin/lslpp ] ; then + IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc | + awk -F: '{ print $3 }' | sed s/[0-9]*$/0/` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi @@ -826,7 +827,7 @@ EOF *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; - i*:MSYS*:*) + *:MSYS*:*) echo ${UNAME_MACHINE}-pc-msys exit ;; i*:windows32*:*) @@ -969,10 +970,10 @@ EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } ;; - or1k:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + openrisc*:Linux:*:*) + echo or1k-unknown-linux-${LIBC} exit ;; - or32:Linux:*:*) + or32:Linux:*:* | or1k*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; padre:Linux:*:*) diff --git a/freetype/builds/unix/config.sub b/freetype/builds/unix/config.sub index 092cff00e..7ffe37378 100644 --- a/freetype/builds/unix/config.sub +++ b/freetype/builds/unix/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2014-01-01' +timestamp='2014-12-03' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -25,7 +25,7 @@ timestamp='2014-01-01' # of the GNU General Public License, version 3 ("GPLv3"). -# Please send patches with a ChangeLog entry to config-patches@gnu.org. +# Please send patches to . # # Configuration subroutine to validate and canonicalize a configuration type. # Supply the specified configuration type as an argument. @@ -283,8 +283,10 @@ case $basic_machine in | mips64vr5900 | mips64vr5900el \ | mipsisa32 | mipsisa32el \ | mipsisa32r2 | mipsisa32r2el \ + | mipsisa32r6 | mipsisa32r6el \ | mipsisa64 | mipsisa64el \ | mipsisa64r2 | mipsisa64r2el \ + | mipsisa64r6 | mipsisa64r6el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ | mipsr5900 | mipsr5900el \ @@ -296,11 +298,11 @@ case $basic_machine in | nds32 | nds32le | nds32be \ | nios | nios2 | nios2eb | nios2el \ | ns16k | ns32k \ - | open8 \ - | or1k | or32 \ + | open8 | or1k | or1knd | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle \ | pyramid \ + | riscv32 | riscv64 \ | rl78 | rx \ | score \ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ @@ -311,6 +313,7 @@ case $basic_machine in | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ | ubicom32 \ | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ + | visium \ | we32k \ | x86 | xc16x | xstormy16 | xtensa \ | z8k | z80) @@ -325,6 +328,9 @@ case $basic_machine in c6x) basic_machine=tic6x-unknown ;; + leon|leon[3-9]) + basic_machine=sparc-$basic_machine + ;; m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip) basic_machine=$basic_machine-unknown os=-none @@ -402,8 +408,10 @@ case $basic_machine in | mips64vr5900-* | mips64vr5900el-* \ | mipsisa32-* | mipsisa32el-* \ | mipsisa32r2-* | mipsisa32r2el-* \ + | mipsisa32r6-* | mipsisa32r6el-* \ | mipsisa64-* | mipsisa64el-* \ | mipsisa64r2-* | mipsisa64r2el-* \ + | mipsisa64r6-* | mipsisa64r6el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipsr5900-* | mipsr5900el-* \ @@ -415,6 +423,7 @@ case $basic_machine in | nios-* | nios2-* | nios2eb-* | nios2el-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | open8-* \ + | or1k*-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ @@ -432,6 +441,7 @@ case $basic_machine in | ubicom32-* \ | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ | vax-* \ + | visium-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* \ | xstormy16-* | xtensa*-* \ @@ -769,6 +779,9 @@ case $basic_machine in basic_machine=m68k-isi os=-sysv ;; + leon-*|leon[3-9]-*) + basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'` + ;; m68knommu) basic_machine=m68k-unknown os=-linux @@ -824,6 +837,10 @@ case $basic_machine in basic_machine=powerpc-unknown os=-morphos ;; + moxiebox) + basic_machine=moxie-unknown + os=-moxiebox + ;; msdos) basic_machine=i386-pc os=-msdos @@ -1369,14 +1386,14 @@ case $os in | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ | -linux-newlib* | -linux-musl* | -linux-uclibc* \ - | -uxpv* | -beos* | -mpeix* | -udk* \ + | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ - | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*) + | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) @@ -1594,9 +1611,6 @@ case $basic_machine in mips*-*) os=-elf ;; - or1k-*) - os=-elf - ;; or32-*) os=-coff ;; diff --git a/freetype/builds/unix/configure b/freetype/builds/unix/configure index 4ae00dd58..08357a9cb 100644 --- a/freetype/builds/unix/configure +++ b/freetype/builds/unix/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for FreeType 2.5.3. +# Generated by GNU Autoconf 2.69 for FreeType 2.5.5. # # Report bugs to . # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='FreeType' PACKAGE_TARNAME='freetype' -PACKAGE_VERSION='2.5.3' -PACKAGE_STRING='FreeType 2.5.3' +PACKAGE_VERSION='2.5.5' +PACKAGE_STRING='FreeType 2.5.5' PACKAGE_BUGREPORT='freetype@nongnu.org' PACKAGE_URL='' @@ -639,7 +639,6 @@ build_libtool_libs wl hardcode_libdir_flag_spec LIBSSTATIC_CONFIG -LIBS_CONFIG LIBS_PRIVATE REQUIRES_PRIVATE ftmac_c @@ -1326,7 +1325,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures FreeType 2.5.3 to adapt to many kinds of systems. +\`configure' configures FreeType 2.5.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1391,7 +1390,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of FreeType 2.5.3:";; + short | recursive ) echo "Configuration of FreeType 2.5.5:";; esac cat <<\_ACEOF @@ -1532,7 +1531,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -FreeType configure 2.5.3 +FreeType configure 2.5.5 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2130,7 +2129,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by FreeType $as_me 2.5.3, which was +It was created by FreeType $as_me 2.5.5, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2486,7 +2485,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu # Don't forget to update docs/VERSION.DLL! -version_info='17:2:11' +version_info='17:4:11' ft_version=`echo $version_info | tr : .` @@ -12966,7 +12965,7 @@ fi # fall back to config script. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpng-config" >&5 $as_echo_n "checking for libpng-config... " >&6; } - if which libpng-config > /dev/null; then + if which libpng-config > /dev/null 2>&1; then LIBPNG_CFLAGS=`libpng-config --cflags` LIBPNG_LIBS=`libpng-config --ldflags` libpng_libpriv=`libpng-config --static --ldflags` @@ -13324,7 +13323,7 @@ else fi -# Whether to use FileManager which is deprecated since Mac OS X 10.4. +# Whether to use FileManager, which is deprecated since Mac OS X 10.4. # Check whether --with-fsspec was given. @@ -13478,7 +13477,7 @@ rm -f core conftest.err conftest.$ac_objext \ fi -# Whether to use QuickDraw API in ToolBox which is deprecated since +# Whether to use QuickDraw API in ToolBox, which is deprecated since # Mac OS X 10.4. @@ -13540,7 +13539,7 @@ rm -f core conftest.err conftest.$ac_objext \ fi -# Whether to use QuickDraw API in Carbon which is deprecated since +# Whether to use QuickDraw API in Carbon, which is deprecated since # Mac OS X 10.4. @@ -13715,21 +13714,6 @@ LIBS_PRIVATE=`echo "$LIBS_PRIVATE" \ -e 's/ *$//' \ -e 's/ */ /g'` -LIBS_CONFIG="-lfreetype \ - $ZLIB_LIBS \ - $BZIP2_LIBS \ - $LIBPNG_LIBS \ - $HARFBUZZ_LIBS \ - $ft2_extra_libs" -# remove -L/usr/lib and -L/usr/lib64 since `freetype-config' adds them later -# on if necessary; also beautify -LIBS_CONFIG=`echo "$LIBS_CONFIG" \ - | sed -e 's|-L */usr/lib64/* | |g' \ - -e 's|-L */usr/lib/* | |g' \ - -e 's/^ *//' \ - -e 's/ *$//' \ - -e 's/ */ /g'` - LIBSSTATIC_CONFIG="-lfreetype \ $zlib_libstaticconf \ $bzip2_libstaticconf \ @@ -13756,7 +13740,6 @@ LIBSSTATIC_CONFIG=`echo "$LIBSSTATIC_CONFIG" \ - # changing LDFLAGS value should only be done after # lt_cv_prog_compiler_static_works test @@ -14305,7 +14288,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by FreeType $as_me 2.5.3, which was +This file was extended by FreeType $as_me 2.5.5, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14371,7 +14354,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -FreeType config.status 2.5.3 +FreeType config.status 2.5.5 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/freetype/builds/unix/configure.ac b/freetype/builds/unix/configure.ac index 4dcbf4617..f6f754699 100644 --- a/freetype/builds/unix/configure.ac +++ b/freetype/builds/unix/configure.ac @@ -11,13 +11,13 @@ # indicate that you have read the license and understand and accept it # fully. -AC_INIT([FreeType], [2.5.3], [freetype@nongnu.org], [freetype]) +AC_INIT([FreeType], [2.5.5], [freetype@nongnu.org], [freetype]) AC_CONFIG_SRCDIR([ftconfig.in]) # Don't forget to update docs/VERSION.DLL! -version_info='17:2:11' +version_info='17:4:11' AC_SUBST([version_info]) ft_version=`echo $version_info | tr : .` AC_SUBST([ft_version]) @@ -437,7 +437,7 @@ if test x"$with_png" = xyes -o x"$with_png" = xauto; then else # fall back to config script. AC_MSG_CHECKING([for libpng-config]) - if which libpng-config > /dev/null; then + if which libpng-config > /dev/null 2>&1; then LIBPNG_CFLAGS=`libpng-config --cflags` LIBPNG_LIBS=`libpng-config --ldflags` libpng_libpriv=`libpng-config --static --ldflags` @@ -656,7 +656,7 @@ else fi -# Whether to use FileManager which is deprecated since Mac OS X 10.4. +# Whether to use FileManager, which is deprecated since Mac OS X 10.4. AC_ARG_WITH([fsspec], AS_HELP_STRING([--with-fsspec], @@ -765,7 +765,7 @@ elif test x$with_old_mac_fonts = xyes -a x$with_fsref != x; then fi -# Whether to use QuickDraw API in ToolBox which is deprecated since +# Whether to use QuickDraw API in ToolBox, which is deprecated since # Mac OS X 10.4. AC_ARG_WITH([quickdraw-toolbox], @@ -807,7 +807,7 @@ elif test x$with_old_mac_fonts = xyes -a x$with_quickdraw_toolbox != x; then fi -# Whether to use QuickDraw API in Carbon which is deprecated since +# Whether to use QuickDraw API in Carbon, which is deprecated since # Mac OS X 10.4. AC_ARG_WITH([quickdraw-carbon], @@ -937,21 +937,6 @@ LIBS_PRIVATE=`echo "$LIBS_PRIVATE" \ -e 's/ *$//' \ -e 's/ */ /g'` -LIBS_CONFIG="-lfreetype \ - $ZLIB_LIBS \ - $BZIP2_LIBS \ - $LIBPNG_LIBS \ - $HARFBUZZ_LIBS \ - $ft2_extra_libs" -# remove -L/usr/lib and -L/usr/lib64 since `freetype-config' adds them later -# on if necessary; also beautify -LIBS_CONFIG=`echo "$LIBS_CONFIG" \ - | sed -e 's|-L */usr/lib64/* | |g' \ - -e 's|-L */usr/lib/* | |g' \ - -e 's/^ *//' \ - -e 's/ *$//' \ - -e 's/ */ /g'` - LIBSSTATIC_CONFIG="-lfreetype \ $zlib_libstaticconf \ $bzip2_libstaticconf \ @@ -971,7 +956,6 @@ LIBSSTATIC_CONFIG=`echo "$LIBSSTATIC_CONFIG" \ AC_SUBST([ftmac_c]) AC_SUBST([REQUIRES_PRIVATE]) AC_SUBST([LIBS_PRIVATE]) -AC_SUBST([LIBS_CONFIG]) AC_SUBST([LIBSSTATIC_CONFIG]) AC_SUBST([hardcode_libdir_flag_spec]) diff --git a/freetype/builds/unix/configure.raw b/freetype/builds/unix/configure.raw index dd7e576f3..72543cf88 100644 --- a/freetype/builds/unix/configure.raw +++ b/freetype/builds/unix/configure.raw @@ -17,7 +17,7 @@ AC_CONFIG_SRCDIR([ftconfig.in]) # Don't forget to update docs/VERSION.DLL! -version_info='17:2:11' +version_info='17:4:11' AC_SUBST([version_info]) ft_version=`echo $version_info | tr : .` AC_SUBST([ft_version]) @@ -437,7 +437,7 @@ if test x"$with_png" = xyes -o x"$with_png" = xauto; then else # fall back to config script. AC_MSG_CHECKING([for libpng-config]) - if which libpng-config > /dev/null; then + if which libpng-config > /dev/null 2>&1; then LIBPNG_CFLAGS=`libpng-config --cflags` LIBPNG_LIBS=`libpng-config --ldflags` libpng_libpriv=`libpng-config --static --ldflags` @@ -656,7 +656,7 @@ else fi -# Whether to use FileManager which is deprecated since Mac OS X 10.4. +# Whether to use FileManager, which is deprecated since Mac OS X 10.4. AC_ARG_WITH([fsspec], AS_HELP_STRING([--with-fsspec], @@ -765,7 +765,7 @@ elif test x$with_old_mac_fonts = xyes -a x$with_fsref != x; then fi -# Whether to use QuickDraw API in ToolBox which is deprecated since +# Whether to use QuickDraw API in ToolBox, which is deprecated since # Mac OS X 10.4. AC_ARG_WITH([quickdraw-toolbox], @@ -807,7 +807,7 @@ elif test x$with_old_mac_fonts = xyes -a x$with_quickdraw_toolbox != x; then fi -# Whether to use QuickDraw API in Carbon which is deprecated since +# Whether to use QuickDraw API in Carbon, which is deprecated since # Mac OS X 10.4. AC_ARG_WITH([quickdraw-carbon], @@ -937,21 +937,6 @@ LIBS_PRIVATE=`echo "$LIBS_PRIVATE" \ -e 's/ *$//' \ -e 's/ */ /g'` -LIBS_CONFIG="-lfreetype \ - $ZLIB_LIBS \ - $BZIP2_LIBS \ - $LIBPNG_LIBS \ - $HARFBUZZ_LIBS \ - $ft2_extra_libs" -# remove -L/usr/lib and -L/usr/lib64 since `freetype-config' adds them later -# on if necessary; also beautify -LIBS_CONFIG=`echo "$LIBS_CONFIG" \ - | sed -e 's|-L */usr/lib64/* | |g' \ - -e 's|-L */usr/lib/* | |g' \ - -e 's/^ *//' \ - -e 's/ *$//' \ - -e 's/ */ /g'` - LIBSSTATIC_CONFIG="-lfreetype \ $zlib_libstaticconf \ $bzip2_libstaticconf \ @@ -971,7 +956,6 @@ LIBSSTATIC_CONFIG=`echo "$LIBSSTATIC_CONFIG" \ AC_SUBST([ftmac_c]) AC_SUBST([REQUIRES_PRIVATE]) AC_SUBST([LIBS_PRIVATE]) -AC_SUBST([LIBS_CONFIG]) AC_SUBST([LIBSSTATIC_CONFIG]) AC_SUBST([hardcode_libdir_flag_spec]) diff --git a/freetype/builds/unix/freetype-config.in b/freetype/builds/unix/freetype-config.in index 41c3a8807..ebc311f07 100644 --- a/freetype/builds/unix/freetype-config.in +++ b/freetype/builds/unix/freetype-config.in @@ -142,7 +142,7 @@ if test "$echo_cflags" = "yes" ; then fi if test "$echo_libs" = "yes" ; then - libs="%LIBS_CONFIG%" + libs="-lfreetype" staticlibs="%LIBSSTATIC_CONFIG%" if test "$show_static" = "yes" ; then libs="$staticlibs" diff --git a/freetype/builds/unix/freetype2.in b/freetype/builds/unix/freetype2.in index 6e7fb104f..a488d9609 100644 --- a/freetype/builds/unix/freetype2.in +++ b/freetype/builds/unix/freetype2.in @@ -1,7 +1,7 @@ -prefix="%prefix%" -exec_prefix="%exec_prefix%" -libdir="%libdir%" -includedir="%includedir%/freetype2" +prefix=%prefix% +exec_prefix=%exec_prefix% +libdir=%libdir% +includedir=%includedir%/freetype2 Name: FreeType 2 URL: http://freetype.org diff --git a/freetype/builds/unix/freetype2.m4 b/freetype/builds/unix/freetype2.m4 index 3d0ecb355..3a806d90f 100644 --- a/freetype/builds/unix/freetype2.m4 +++ b/freetype/builds/unix/freetype2.m4 @@ -1,7 +1,7 @@ # Configure paths for FreeType2 # Marcelo Magallon 2001-10-26, based on gtk.m4 by Owen Taylor # -# Copyright 2001, 2003, 2007, 2009 by +# Copyright 2001, 2003, 2007, 2009, 2014 by # David Turner, Robert Wilhelm, and Werner Lemberg. # # This file is part of the FreeType project, and may only be used, modified, @@ -15,7 +15,7 @@ # generated by Autoconf, under the same distribution terms as the rest of # that program. # -# serial 3 +# serial 4 # AC_CHECK_FT2([MINIMUM-VERSION [, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) # Test for FreeType 2, and define FT2_CFLAGS and FT2_LIBS. @@ -61,7 +61,7 @@ AC_DEFUN([AC_CHECK_FT2], fi if test "x$FT2_CONFIG" = x ; then - AC_PATH_PROG([FT2_CONFIG], [freetype-config], [no]) + AC_PATH_TOOL([FT2_CONFIG], [freetype-config], [no]) fi min_ft_version=m4_if([$1], [], [7.0.1], [$1]) diff --git a/freetype/builds/unix/ftconfig.in b/freetype/builds/unix/ftconfig.in index 2cf670815..e66f3eab3 100644 --- a/freetype/builds/unix/ftconfig.in +++ b/freetype/builds/unix/ftconfig.in @@ -296,7 +296,16 @@ FT_BEGIN_HEADER #define FT_INT64 long #define FT_UINT64 unsigned long -#elif defined( _MSC_VER ) && _MSC_VER >= 900 /* Visual C++ (and Intel C++) */ + /*************************************************************************/ + /* */ + /* A 64-bit data type may create compilation problems if you compile */ + /* in strict ANSI mode. To avoid them, we disable other 64-bit data */ + /* types if __STDC__ is defined. You can however ignore this rule */ + /* by defining the FT_CONFIG_OPTION_FORCE_INT64 configuration macro. */ + /* */ +#elif !defined( __STDC__ ) || defined( FT_CONFIG_OPTION_FORCE_INT64 ) + +#if defined( _MSC_VER ) && _MSC_VER >= 900 /* Visual C++ (and Intel C++) */ /* this compiler provides the __int64 type */ #define FT_LONG64 @@ -330,30 +339,9 @@ FT_BEGIN_HEADER #define FT_INT64 long long int #define FT_UINT64 unsigned long long int -#endif /* FT_SIZEOF_LONG == 8 */ - - - /*************************************************************************/ - /* */ - /* A 64-bit data type will create compilation problems if you compile */ - /* in strict ANSI mode. To avoid them, we disable its use if __STDC__ */ - /* is defined. You can however ignore this rule by defining the */ - /* FT_CONFIG_OPTION_FORCE_INT64 configuration macro. */ - /* */ -#if defined( FT_LONG64 ) && !defined( FT_CONFIG_OPTION_FORCE_INT64 ) - -#ifdef __STDC__ - - /* Undefine the 64-bit macros in strict ANSI compilation mode. */ - /* Since `#undef' doesn't survive in configuration header files */ - /* we use the postprocessing facility of AC_CONFIG_HEADERS to */ - /* replace the leading `/' with `#'. */ -/undef FT_LONG64 -/undef FT_INT64 - -#endif /* __STDC__ */ +#endif /* _MSC_VER */ -#endif /* FT_LONG64 && !FT_CONFIG_OPTION_FORCE_INT64 */ +#endif /* FT_SIZEOF_LONG == 8 */ #ifdef FT_LONG64 typedef FT_INT64 FT_Int64; @@ -366,219 +354,6 @@ FT_BEGIN_HEADER #define FT_DUMMY_STMNT FT_BEGIN_STMNT FT_END_STMNT -#ifndef FT_CONFIG_OPTION_NO_ASSEMBLER - /* Provide assembler fragments for performance-critical functions. */ - /* These must be defined `static __inline__' with GCC. */ - -#if defined( __CC_ARM ) || defined( __ARMCC__ ) /* RVCT */ - -#define FT_MULFIX_ASSEMBLER FT_MulFix_arm - - /* documentation is in freetype.h */ - - static __inline FT_Int32 - FT_MulFix_arm( FT_Int32 a, - FT_Int32 b ) - { - register FT_Int32 t, t2; - - - __asm - { - smull t2, t, b, a /* (lo=t2,hi=t) = a*b */ - mov a, t, asr #31 /* a = (hi >> 31) */ - add a, a, #0x8000 /* a += 0x8000 */ - adds t2, t2, a /* t2 += a */ - adc t, t, #0 /* t += carry */ - mov a, t2, lsr #16 /* a = t2 >> 16 */ - orr a, a, t, lsl #16 /* a |= t << 16 */ - } - return a; - } - -#endif /* __CC_ARM || __ARMCC__ */ - - -#ifdef __GNUC__ - -#if defined( __arm__ ) && \ - ( !defined( __thumb__ ) || defined( __thumb2__ ) ) && \ - !( defined( __CC_ARM ) || defined( __ARMCC__ ) ) - -#define FT_MULFIX_ASSEMBLER FT_MulFix_arm - - /* documentation is in freetype.h */ - - static __inline__ FT_Int32 - FT_MulFix_arm( FT_Int32 a, - FT_Int32 b ) - { - register FT_Int32 t, t2; - - - __asm__ __volatile__ ( - "smull %1, %2, %4, %3\n\t" /* (lo=%1,hi=%2) = a*b */ - "mov %0, %2, asr #31\n\t" /* %0 = (hi >> 31) */ -#if defined( __clang__ ) && defined( __thumb2__ ) - "add.w %0, %0, #0x8000\n\t" /* %0 += 0x8000 */ -#else - "add %0, %0, #0x8000\n\t" /* %0 += 0x8000 */ -#endif - "adds %1, %1, %0\n\t" /* %1 += %0 */ - "adc %2, %2, #0\n\t" /* %2 += carry */ - "mov %0, %1, lsr #16\n\t" /* %0 = %1 >> 16 */ - "orr %0, %0, %2, lsl #16\n\t" /* %0 |= %2 << 16 */ - : "=r"(a), "=&r"(t2), "=&r"(t) - : "r"(a), "r"(b) - : "cc" ); - return a; - } - -#endif /* __arm__ && */ - /* ( __thumb2__ || !__thumb__ ) && */ - /* !( __CC_ARM || __ARMCC__ ) */ - - -#if defined( __i386__ ) - -#define FT_MULFIX_ASSEMBLER FT_MulFix_i386 - - /* documentation is in freetype.h */ - - static __inline__ FT_Int32 - FT_MulFix_i386( FT_Int32 a, - FT_Int32 b ) - { - register FT_Int32 result; - - - __asm__ __volatile__ ( - "imul %%edx\n" - "movl %%edx, %%ecx\n" - "sarl $31, %%ecx\n" - "addl $0x8000, %%ecx\n" - "addl %%ecx, %%eax\n" - "adcl $0, %%edx\n" - "shrl $16, %%eax\n" - "shll $16, %%edx\n" - "addl %%edx, %%eax\n" - : "=a"(result), "=d"(b) - : "a"(a), "d"(b) - : "%ecx", "cc" ); - return result; - } - -#endif /* i386 */ - -#endif /* __GNUC__ */ - - -#ifdef _MSC_VER /* Visual C++ */ - -#ifdef _M_IX86 - -#define FT_MULFIX_ASSEMBLER FT_MulFix_i386 - - /* documentation is in freetype.h */ - - static __inline FT_Int32 - FT_MulFix_i386( FT_Int32 a, - FT_Int32 b ) - { - register FT_Int32 result; - - __asm - { - mov eax, a - mov edx, b - imul edx - mov ecx, edx - sar ecx, 31 - add ecx, 8000h - add eax, ecx - adc edx, 0 - shr eax, 16 - shl edx, 16 - add eax, edx - mov result, eax - } - return result; - } - -#endif /* _M_IX86 */ - -#endif /* _MSC_VER */ - - -#if defined( __GNUC__ ) && defined( __x86_64__ ) - -#define FT_MULFIX_ASSEMBLER FT_MulFix_x86_64 - - static __inline__ FT_Int32 - FT_MulFix_x86_64( FT_Int32 a, - FT_Int32 b ) - { - /* Temporarily disable the warning that C90 doesn't support */ - /* `long long'. */ -#if ( __GNUC__ > 4 ) || ( ( __GNUC__ == 4 ) && ( __GNUC_MINOR__ >= 6 ) ) -#pragma GCC diagnostic push -#pragma GCC diagnostic ignored "-Wlong-long" -#endif - -#if 1 - /* Technically not an assembly fragment, but GCC does a really good */ - /* job at inlining it and generating good machine code for it. */ - long long ret, tmp; - - - ret = (long long)a * b; - tmp = ret >> 63; - ret += 0x8000 + tmp; - - return (FT_Int32)( ret >> 16 ); -#else - - /* For some reason, GCC 4.6 on Ubuntu 12.04 generates invalid machine */ - /* code from the lines below. The main issue is that `wide_a' is not */ - /* properly initialized by sign-extending `a'. Instead, the generated */ - /* machine code assumes that the register that contains `a' on input */ - /* can be used directly as a 64-bit value, which is wrong most of the */ - /* time. */ - long long wide_a = (long long)a; - long long wide_b = (long long)b; - long long result; - - - __asm__ __volatile__ ( - "imul %2, %1\n" - "mov %1, %0\n" - "sar $63, %0\n" - "lea 0x8000(%1, %0), %0\n" - "sar $16, %0\n" - : "=&r"(result), "=&r"(wide_a) - : "r"(wide_b) - : "cc" ); - - return (FT_Int32)result; -#endif - -#if ( __GNUC__ > 4 ) || ( ( __GNUC__ == 4 ) && ( __GNUC_MINOR__ >= 6 ) ) -#pragma GCC diagnostic pop -#endif - } - -#endif /* __GNUC__ && __x86_64__ */ - -#endif /* !FT_CONFIG_OPTION_NO_ASSEMBLER */ - - -#ifdef FT_CONFIG_OPTION_INLINE_MULFIX -#ifdef FT_MULFIX_ASSEMBLER -#define FT_MULFIX_INLINED FT_MULFIX_ASSEMBLER -#endif -#endif - - #ifdef FT_MAKE_OPTION_SINGLE_OBJECT #define FT_LOCAL( x ) static x diff --git a/freetype/builds/unix/unix-def.in b/freetype/builds/unix/unix-def.in index 35ea9c86c..4c06a05c7 100644 --- a/freetype/builds/unix/unix-def.in +++ b/freetype/builds/unix/unix-def.in @@ -64,7 +64,6 @@ version_info := @version_info@ # REQUIRES_PRIVATE := @REQUIRES_PRIVATE@ LIBS_PRIVATE := @LIBS_PRIVATE@ -LIBS_CONFIG := @LIBS_CONFIG@ LIBSSTATIC_CONFIG := @LIBSSTATIC_CONFIG@ build_libtool_libs := @build_libtool_libs@ ft_version := @ft_version@ @@ -102,8 +101,7 @@ NO_OUTPUT := 2> /dev/null $(OBJ_BUILD)/freetype-config: $(TOP_DIR)/builds/unix/freetype-config.in rm -f $@ $@.tmp - sed -e 's|%LIBS_CONFIG%|$(LIBS_CONFIG)|' \ - -e 's|%LIBSSTATIC_CONFIG%|$(LIBSSTATIC_CONFIG)|' \ + sed -e 's|%LIBSSTATIC_CONFIG%|$(LIBSSTATIC_CONFIG)|' \ -e 's|%build_libtool_libs%|$(build_libtool_libs)|' \ -e 's|%exec_prefix%|$(exec_prefix)|' \ -e 's|%ft_version%|$(ft_version)|' \ @@ -116,16 +114,29 @@ $(OBJ_BUILD)/freetype-config: $(TOP_DIR)/builds/unix/freetype-config.in chmod a-w $@.tmp mv $@.tmp $@ +# To support directory names with spaces (as might easily happen on Windows +# platforms), the right solution would be to surround the pkg-variables in +# `freetype2.pc' with double quotes. However, doing so ironically disables +# the prefix override mechanism especially written for Windows. This is a +# bug in pkg-config version 0.28 and earlier. +# +# For this reason, we escape spaces with backslashes. + +exec_prefix_x := $(subst $(space),\\$(space),$(exec_prefix)) +includedir_x := $(subst $(space),\\$(space),$(includedir)) +libdir_x := $(subst $(space),\\$(space),$(libdir)) +prefix_x := $(subst $(space),\\$(space),$(prefix)) + $(OBJ_BUILD)/freetype2.pc: $(TOP_DIR)/builds/unix/freetype2.in rm -f $@ $@.tmp sed -e 's|%REQUIRES_PRIVATE%|$(REQUIRES_PRIVATE)|' \ -e 's|%LIBS_PRIVATE%|$(LIBS_PRIVATE)|' \ -e 's|%build_libtool_libs%|$(build_libtool_libs)|' \ - -e 's|%exec_prefix%|$(exec_prefix)|' \ + -e 's|%exec_prefix%|$(exec_prefix_x)|' \ -e 's|%ft_version%|$(ft_version)|' \ - -e 's|%includedir%|$(includedir)|' \ - -e 's|%libdir%|$(libdir)|' \ - -e 's|%prefix%|$(prefix)|' \ + -e 's|%includedir%|$(includedir_x)|' \ + -e 's|%libdir%|$(libdir_x)|' \ + -e 's|%prefix%|$(prefix_x)|' \ $< \ > $@.tmp chmod a-w $@.tmp diff --git a/freetype/builds/vms/ftconfig.h b/freetype/builds/vms/ftconfig.h index 3fb8f84fd..b3096512e 100644 --- a/freetype/builds/vms/ftconfig.h +++ b/freetype/builds/vms/ftconfig.h @@ -4,7 +4,7 @@ /* */ /* VMS-specific configuration file (specification only). */ /* */ -/* Copyright 1996-2004, 2006-2008, 2011, 2013 by */ +/* Copyright 1996-2004, 2006-2008, 2011, 2013, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -239,7 +239,16 @@ FT_BEGIN_HEADER #define FT_INT64 long #define FT_UINT64 unsigned long -#elif defined( _MSC_VER ) && _MSC_VER >= 900 /* Visual C++ (and Intel C++) */ + /*************************************************************************/ + /* */ + /* A 64-bit data type may create compilation problems if you compile */ + /* in strict ANSI mode. To avoid them, we disable other 64-bit data */ + /* types if __STDC__ is defined. You can however ignore this rule */ + /* by defining the FT_CONFIG_OPTION_FORCE_INT64 configuration macro. */ + /* */ +#elif !defined( __STDC__ ) || defined( FT_CONFIG_OPTION_FORCE_INT64 ) + +#if defined( _MSC_VER ) && _MSC_VER >= 900 /* Visual C++ (and Intel C++) */ /* this compiler provides the __int64 type */ #define FT_LONG64 @@ -273,27 +282,9 @@ FT_BEGIN_HEADER #define FT_INT64 long long int #define FT_UINT64 unsigned long long int -#endif /* FT_SIZEOF_LONG == (64 / FT_CHAR_BIT) */ - - - /*************************************************************************/ - /* */ - /* A 64-bit data type will create compilation problems if you compile */ - /* in strict ANSI mode. To avoid them, we disable its use if __STDC__ */ - /* is defined. You can however ignore this rule by defining the */ - /* FT_CONFIG_OPTION_FORCE_INT64 configuration macro. */ - /* */ -#if defined( FT_LONG64 ) && !defined( FT_CONFIG_OPTION_FORCE_INT64 ) - -#ifdef __STDC__ - - /* undefine the 64-bit macros in strict ANSI compilation mode */ -#undef FT_LONG64 -#undef FT_INT64 - -#endif /* __STDC__ */ +#endif /* _MSC_VER */ -#endif /* FT_LONG64 && !FT_CONFIG_OPTION_FORCE_INT64 */ +#endif /* FT_SIZEOF_LONG == (64 / FT_CHAR_BIT) */ #ifdef FT_LONG64 typedef FT_INT64 FT_Int64; @@ -306,215 +297,6 @@ FT_BEGIN_HEADER #define FT_DUMMY_STMNT FT_BEGIN_STMNT FT_END_STMNT -#ifndef FT_CONFIG_OPTION_NO_ASSEMBLER - /* Provide assembler fragments for performance-critical functions. */ - /* These must be defined `static __inline__' with GCC. */ - -#if defined( __CC_ARM ) || defined( __ARMCC__ ) /* RVCT */ - -#define FT_MULFIX_ASSEMBLER FT_MulFix_arm - - /* documentation is in freetype.h */ - - static __inline FT_Int32 - FT_MulFix_arm( FT_Int32 a, - FT_Int32 b ) - { - register FT_Int32 t, t2; - - - __asm - { - smull t2, t, b, a /* (lo=t2,hi=t) = a*b */ - mov a, t, asr #31 /* a = (hi >> 31) */ - add a, a, #0x8000 /* a += 0x8000 */ - adds t2, t2, a /* t2 += a */ - adc t, t, #0 /* t += carry */ - mov a, t2, lsr #16 /* a = t2 >> 16 */ - orr a, a, t, lsl #16 /* a |= t << 16 */ - } - return a; - } - -#endif /* __CC_ARM || __ARMCC__ */ - - -#ifdef __GNUC__ - -#if defined( __arm__ ) && \ - ( !defined( __thumb__ ) || defined( __thumb2__ ) ) && \ - !( defined( __CC_ARM ) || defined( __ARMCC__ ) ) - -#define FT_MULFIX_ASSEMBLER FT_MulFix_arm - - /* documentation is in freetype.h */ - - static __inline__ FT_Int32 - FT_MulFix_arm( FT_Int32 a, - FT_Int32 b ) - { - register FT_Int32 t, t2; - - - __asm__ __volatile__ ( - "smull %1, %2, %4, %3\n\t" /* (lo=%1,hi=%2) = a*b */ - "mov %0, %2, asr #31\n\t" /* %0 = (hi >> 31) */ - "add %0, %0, #0x8000\n\t" /* %0 += 0x8000 */ - "adds %1, %1, %0\n\t" /* %1 += %0 */ - "adc %2, %2, #0\n\t" /* %2 += carry */ - "mov %0, %1, lsr #16\n\t" /* %0 = %1 >> 16 */ - "orr %0, %0, %2, lsl #16\n\t" /* %0 |= %2 << 16 */ - : "=r"(a), "=&r"(t2), "=&r"(t) - : "r"(a), "r"(b) - : "cc" ); - return a; - } - -#endif /* __arm__ && */ - /* ( __thumb2__ || !__thumb__ ) && */ - /* !( __CC_ARM || __ARMCC__ ) */ - - -#if defined( __i386__ ) - -#define FT_MULFIX_ASSEMBLER FT_MulFix_i386 - - /* documentation is in freetype.h */ - - static __inline__ FT_Int32 - FT_MulFix_i386( FT_Int32 a, - FT_Int32 b ) - { - register FT_Int32 result; - - - __asm__ __volatile__ ( - "imul %%edx\n" - "movl %%edx, %%ecx\n" - "sarl $31, %%ecx\n" - "addl $0x8000, %%ecx\n" - "addl %%ecx, %%eax\n" - "adcl $0, %%edx\n" - "shrl $16, %%eax\n" - "shll $16, %%edx\n" - "addl %%edx, %%eax\n" - : "=a"(result), "=d"(b) - : "a"(a), "d"(b) - : "%ecx", "cc" ); - return result; - } - -#endif /* i386 */ - -#endif /* __GNUC__ */ - - -#ifdef _MSC_VER /* Visual C++ */ - -#ifdef _M_IX86 - -#define FT_MULFIX_ASSEMBLER FT_MulFix_i386 - - /* documentation is in freetype.h */ - - static __inline FT_Int32 - FT_MulFix_i386( FT_Int32 a, - FT_Int32 b ) - { - register FT_Int32 result; - - __asm - { - mov eax, a - mov edx, b - imul edx - mov ecx, edx - sar ecx, 31 - add ecx, 8000h - add eax, ecx - adc edx, 0 - shr eax, 16 - shl edx, 16 - add eax, edx - mov result, eax - } - return result; - } - -#endif /* _M_IX86 */ - -#endif /* _MSC_VER */ - - -#if defined( __GNUC__ ) && defined( __x86_64__ ) - -#define FT_MULFIX_ASSEMBLER FT_MulFix_x86_64 - - static __inline__ FT_Int32 - FT_MulFix_x86_64( FT_Int32 a, - FT_Int32 b ) - { - /* Temporarily disable the warning that C90 doesn't support */ - /* `long long'. */ -#if ( __GNUC__ > 4 ) || ( ( __GNUC__ == 4 ) && ( __GNUC_MINOR__ >= 6 ) ) -#pragma GCC diagnostic push -#pragma GCC diagnostic ignored "-Wlong-long" -#endif - -#if 1 - /* Technically not an assembly fragment, but GCC does a really good */ - /* job at inlining it and generating good machine code for it. */ - long long ret, tmp; - - - ret = (long long)a * b; - tmp = ret >> 63; - ret += 0x8000 + tmp; - - return (FT_Int32)( ret >> 16 ); -#else - - /* For some reason, GCC 4.6 on Ubuntu 12.04 generates invalid machine */ - /* code from the lines below. The main issue is that `wide_a' is not */ - /* properly initialized by sign-extending `a'. Instead, the generated */ - /* machine code assumes that the register that contains `a' on input */ - /* can be used directly as a 64-bit value, which is wrong most of the */ - /* time. */ - long long wide_a = (long long)a; - long long wide_b = (long long)b; - long long result; - - - __asm__ __volatile__ ( - "imul %2, %1\n" - "mov %1, %0\n" - "sar $63, %0\n" - "lea 0x8000(%1, %0), %0\n" - "sar $16, %0\n" - : "=&r"(result), "=&r"(wide_a) - : "r"(wide_b) - : "cc" ); - - return (FT_Int32)result; -#endif - -#if ( __GNUC__ > 4 ) || ( ( __GNUC__ == 4 ) && ( __GNUC_MINOR__ >= 6 ) ) -#pragma GCC diagnostic pop -#endif - } - -#endif /* __GNUC__ && __x86_64__ */ - -#endif /* !FT_CONFIG_OPTION_NO_ASSEMBLER */ - - -#ifdef FT_CONFIG_OPTION_INLINE_MULFIX -#ifdef FT_MULFIX_ASSEMBLER -#define FT_MULFIX_INLINED FT_MULFIX_ASSEMBLER -#endif -#endif - - #ifdef FT_MAKE_OPTION_SINGLE_OBJECT #define FT_LOCAL( x ) static x diff --git a/freetype/builds/wince/vc2005-ce/freetype.vcproj b/freetype/builds/wince/vc2005-ce/freetype.vcproj index 0626d488a..5614235cb 100644 --- a/freetype/builds/wince/vc2005-ce/freetype.vcproj +++ b/freetype/builds/wince/vc2005-ce/freetype.vcproj @@ -21,7 +21,7 @@ - + @@ -41,7 +41,7 @@ - + @@ -61,7 +61,7 @@ - + @@ -81,7 +81,7 @@ - + @@ -101,7 +101,7 @@ - + @@ -121,7 +121,7 @@ - + @@ -141,7 +141,7 @@ - + @@ -161,7 +161,7 @@ - + @@ -181,7 +181,7 @@ - + @@ -201,7 +201,7 @@ - + @@ -221,7 +221,7 @@ - + @@ -241,7 +241,7 @@ - + @@ -261,7 +261,7 @@ - + @@ -281,7 +281,7 @@ - + @@ -301,7 +301,7 @@ - + @@ -321,7 +321,7 @@ - + @@ -341,7 +341,7 @@ - + @@ -361,7 +361,7 @@ - + @@ -381,7 +381,7 @@ - + @@ -401,7 +401,7 @@ - + @@ -421,7 +421,7 @@ - + @@ -441,7 +441,7 @@ - + @@ -461,7 +461,7 @@ - + @@ -481,7 +481,7 @@ - + @@ -501,7 +501,7 @@ - + @@ -521,7 +521,7 @@ - + @@ -541,7 +541,7 @@ - + @@ -561,7 +561,7 @@ - + @@ -581,7 +581,7 @@ - + @@ -601,7 +601,7 @@ - + @@ -621,7 +621,7 @@ - + @@ -641,7 +641,7 @@ - + @@ -661,7 +661,7 @@ - + @@ -681,7 +681,7 @@ - + @@ -701,7 +701,7 @@ - + @@ -721,7 +721,7 @@ - + @@ -741,7 +741,7 @@ - + @@ -758,7 +758,7 @@ - + diff --git a/freetype/builds/wince/vc2005-ce/index.html b/freetype/builds/wince/vc2005-ce/index.html index fdbf48813..e2160f687 100644 --- a/freetype/builds/wince/vc2005-ce/index.html +++ b/freetype/builds/wince/vc2005-ce/index.html @@ -21,14 +21,14 @@ the following targets:
  • PPC/SP WM6 (Windows Mobile 6)
  • -It compiles the following libraries from the FreeType 2.5.3 sources:

    +It compiles the following libraries from the FreeType 2.5.5 sources:

      -    freetype253.lib     - release build; single threaded
      -    freetype253_D.lib   - debug build;   single threaded
      -    freetype253MT.lib   - release build; multi-threaded
      -    freetype253MT_D.lib - debug build;   multi-threaded
      + freetype255.lib - release build; single threaded + freetype255_D.lib - debug build; single threaded + freetype255MT.lib - release build; multi-threaded + freetype255MT_D.lib - debug build; multi-threaded

    Be sure to extract the files with the Windows (CR+LF) line endings. ZIP diff --git a/freetype/builds/wince/vc2008-ce/freetype.vcproj b/freetype/builds/wince/vc2008-ce/freetype.vcproj index d5afdac10..e36ccb059 100644 --- a/freetype/builds/wince/vc2008-ce/freetype.vcproj +++ b/freetype/builds/wince/vc2008-ce/freetype.vcproj @@ -88,7 +88,7 @@ /> PPC/SP WM6 (Windows Mobile 6) -It compiles the following libraries from the FreeType 2.5.3 sources:

    +It compiles the following libraries from the FreeType 2.5.5 sources:

      -    freetype253.lib     - release build; single threaded
      -    freetype253_D.lib   - debug build;   single threaded
      -    freetype253MT.lib   - release build; multi-threaded
      -    freetype253MT_D.lib - debug build;   multi-threaded
      + freetype255.lib - release build; single threaded + freetype255_D.lib - debug build; single threaded + freetype255MT.lib - release build; multi-threaded + freetype255MT_D.lib - debug build; multi-threaded

    Be sure to extract the files with the Windows (CR+LF) line endings. ZIP diff --git a/freetype/builds/windows/vc2005/freetype.vcproj b/freetype/builds/windows/vc2005/freetype.vcproj index caebeaf65..5880b7d27 100644 --- a/freetype/builds/windows/vc2005/freetype.vcproj +++ b/freetype/builds/windows/vc2005/freetype.vcproj @@ -16,7 +16,7 @@ - + @@ -33,7 +33,7 @@ - + @@ -50,7 +50,7 @@ - + @@ -67,7 +67,7 @@ - + @@ -84,7 +84,7 @@ - + @@ -101,7 +101,7 @@ - + diff --git a/freetype/builds/windows/vc2005/index.html b/freetype/builds/windows/vc2005/index.html index 6d9261600..4929dcdd0 100644 --- a/freetype/builds/windows/vc2005/index.html +++ b/freetype/builds/windows/vc2005/index.html @@ -11,14 +11,14 @@

    This directory contains project files for Visual C++, named freetype.vcproj, and Visual Studio, called freetype.sln. It -compiles the following libraries from the FreeType 2.5.3 sources:

    +compiles the following libraries from the FreeType 2.5.5 sources:

      -    freetype253.lib     - release build; single threaded
      -    freetype253_D.lib   - debug build;   single threaded
      -    freetype253MT.lib   - release build; multi-threaded
      -    freetype253MT_D.lib - debug build;   multi-threaded
      + freetype255.lib - release build; single threaded + freetype255_D.lib - debug build; single threaded + freetype255MT.lib - release build; multi-threaded + freetype255MT_D.lib - debug build; multi-threaded

    Be sure to extract the files with the Windows (CR+LF) line endings. ZIP diff --git a/freetype/builds/windows/vc2008/freetype.vcproj b/freetype/builds/windows/vc2008/freetype.vcproj index b4baaeda6..95d722b97 100644 --- a/freetype/builds/windows/vc2008/freetype.vcproj +++ b/freetype/builds/windows/vc2008/freetype.vcproj @@ -70,7 +70,7 @@ /> This directory contains project files for Visual C++, named freetype.vcproj, and Visual Studio, called freetype.sln. It -compiles the following libraries from the FreeType 2.5.3 sources:

    +compiles the following libraries from the FreeType 2.5.5 sources:

      -    freetype253.lib     - release build; single threaded
      -    freetype253_D.lib   - debug build;   single threaded
      -    freetype253MT.lib   - release build; multi-threaded
      -    freetype253MT_D.lib - debug build;   multi-threaded
      + freetype255.lib - release build; single threaded + freetype255_D.lib - debug build; single threaded + freetype255MT.lib - release build; multi-threaded + freetype255MT_D.lib - debug build; multi-threaded

    Be sure to extract the files with the Windows (CR+LF) line endings. ZIP diff --git a/freetype/builds/windows/vc2010/freetype.sln b/freetype/builds/windows/vc2010/freetype.sln index e0f13a290..3bd176a78 100644 --- a/freetype/builds/windows/vc2010/freetype.sln +++ b/freetype/builds/windows/vc2010/freetype.sln @@ -5,20 +5,24 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "freetype", "freetype.vcxpro EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 Debug Multithreaded|Win32 = Debug Multithreaded|Win32 Debug Multithreaded|x64 = Debug Multithreaded|x64 Debug Singlethreaded|Win32 = Debug Singlethreaded|Win32 Debug Singlethreaded|x64 = Debug Singlethreaded|x64 - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 Release Multithreaded|Win32 = Release Multithreaded|Win32 Release Multithreaded|x64 = Release Multithreaded|x64 Release Singlethreaded|Win32 = Release Singlethreaded|Win32 Release Singlethreaded|x64 = Release Singlethreaded|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug|Win32.ActiveCfg = Debug|Win32 + {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug|Win32.Build.0 = Debug|Win32 + {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug|x64.ActiveCfg = Debug|x64 + {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug|x64.Build.0 = Debug|x64 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Multithreaded|Win32.ActiveCfg = Debug Multithreaded|Win32 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Multithreaded|Win32.Build.0 = Debug Multithreaded|Win32 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Multithreaded|x64.ActiveCfg = Debug Multithreaded|x64 @@ -27,10 +31,10 @@ Global {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Singlethreaded|Win32.Build.0 = Debug Singlethreaded|Win32 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Singlethreaded|x64.ActiveCfg = Debug Singlethreaded|x64 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Singlethreaded|x64.Build.0 = Debug Singlethreaded|x64 - {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug|Win32.ActiveCfg = Debug|Win32 - {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug|Win32.Build.0 = Debug|Win32 - {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug|x64.ActiveCfg = Debug|x64 - {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug|x64.Build.0 = Debug|x64 + {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release|Win32.ActiveCfg = Release|Win32 + {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release|Win32.Build.0 = Release|Win32 + {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release|x64.ActiveCfg = Release|x64 + {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release|x64.Build.0 = Release|x64 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release Multithreaded|Win32.ActiveCfg = Release Multithreaded|Win32 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release Multithreaded|Win32.Build.0 = Release Multithreaded|Win32 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release Multithreaded|x64.ActiveCfg = Release Multithreaded|x64 @@ -39,10 +43,6 @@ Global {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release Singlethreaded|Win32.Build.0 = Release Singlethreaded|Win32 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release Singlethreaded|x64.ActiveCfg = Release Singlethreaded|x64 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release Singlethreaded|x64.Build.0 = Release Singlethreaded|x64 - {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release|Win32.ActiveCfg = Release|Win32 - {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release|Win32.Build.0 = Release|Win32 - {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release|x64.ActiveCfg = Release|x64 - {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/freetype/builds/windows/vc2010/freetype.user.props b/freetype/builds/windows/vc2010/freetype.user.props new file mode 100755 index 000000000..234dd5d79 --- /dev/null +++ b/freetype/builds/windows/vc2010/freetype.user.props @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/freetype/builds/windows/vc2010/freetype.vcxproj b/freetype/builds/windows/vc2010/freetype.vcxproj index 1b9421775..7cafe4539 100644 --- a/freetype/builds/windows/vc2010/freetype.vcxproj +++ b/freetype/builds/windows/vc2010/freetype.vcxproj @@ -1,6 +1,14 @@  + + Debug + Win32 + + + Debug + x64 + Debug Multithreaded Win32 @@ -17,12 +25,12 @@ Debug Singlethreaded x64 - - Debug + + Release Win32 - - Debug + + Release x64 @@ -41,62 +49,54 @@ Release Singlethreaded x64 - - Release - Win32 - - - Release - x64 - {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B} - + StaticLibrary false MultiByte v100 - + StaticLibrary false MultiByte v100 - + StaticLibrary false MultiByte v100 - + StaticLibrary false MultiByte v100 - + StaticLibrary false MultiByte v100 - + StaticLibrary false MultiByte v100 - + StaticLibrary false MultiByte v100 - + StaticLibrary false MultiByte @@ -114,13 +114,13 @@ MultiByte v100 - + StaticLibrary false MultiByte v100 - + StaticLibrary false MultiByte @@ -131,18 +131,36 @@ <_ProjectFileVersion>10.0.30319.1 - .\..\..\..\objs\win32\vc2010\ - .\..\..\..\objs\release\ - .\..\..\..\objs\win32\vc2010\ - .\..\..\..\objs\release_mt\ - .\..\..\..\objs\win32\vc2010\ - .\..\..\..\objs\release_st\ - .\..\..\..\objs\win32\vc2010\ - .\..\..\..\objs\debug\ - .\..\..\..\objs\win32\vc2010\ - .\..\..\..\objs\debug_st\ - .\..\..\..\objs\win32\vc2010\ - .\..\..\..\objs\debug_mt\ + .\..\..\..\objs\vc2010\$(Platform)\ + .\..\..\..\objs\vc2010\$(Platform)\$(Configuration)\ + .\..\..\..\objs\vc2010\$(Platform)\ + .\..\..\..\objs\vc2010\$(Platform)\$(Configuration)\ + .\..\..\..\objs\vc2010\$(Platform)\ + .\..\..\..\objs\vc2010\$(Platform)\$(Configuration)\ + .\..\..\..\objs\vc2010\$(Platform)\ + .\..\..\..\objs\vc2010\$(Platform)\$(Configuration)\ + .\..\..\..\objs\vc2010\$(Platform)\ + .\..\..\..\objs\vc2010\$(Platform)\$(Configuration)\ + .\..\..\..\objs\vc2010\$(Platform)\ + .\..\..\..\objs\vc2010\$(Platform)\$(Configuration)\ + .\..\..\..\objs\vc2010\$(Platform)\ + .\..\..\..\objs\vc2010\$(Platform)\$(Configuration)\ + .\..\..\..\objs\vc2010\$(Platform)\ + .\..\..\..\objs\vc2010\$(Platform)\$(Configuration)\ + .\..\..\..\objs\vc2010\$(Platform)\ + .\..\..\..\objs\vc2010\$(Platform)\$(Configuration)\ + .\..\..\..\objs\vc2010\$(Platform)\ + .\..\..\..\objs\vc2010\$(Platform)\$(Configuration)\ + .\..\..\..\objs\vc2010\$(Platform)\ + .\..\..\..\objs\vc2010\$(Platform)\$(Configuration)\ + .\..\..\..\objs\vc2010\$(Platform)\ + .\..\..\..\objs\vc2010\$(Platform)\$(Configuration)\ + AllRules.ruleset + AllRules.ruleset + + + + AllRules.ruleset AllRules.ruleset @@ -155,12 +173,12 @@ - AllRules.ruleset - AllRules.ruleset - - - - + AllRules.ruleset + AllRules.ruleset + + + + AllRules.ruleset AllRules.ruleset @@ -173,309 +191,432 @@ - AllRules.ruleset - AllRules.ruleset - - - - - freetype253_D - freetype253_D - freetype253MT_D - freetype253MT_D - freetype253ST_D - freetype253ST_D - freetype253 - freetype253 - freetype253MT - freetype253MT - freetype253ST - freetype253ST - - - .\..\..\..\objs\win64\vc2010\ - .\..\..\..\objs\debug\ + freetype255d + freetype255d + freetype255MTd + freetype255MTd + freetype255STd + freetype255STd + freetype255 + freetype255 + freetype255MT + freetype255MT + freetype255ST + freetype255ST - + + - MaxSpeed - OnlyExplicitInline - ..\..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions) - true - MultiThreadedDLL - true + Disabled + $(UserOptionDirectory);..\..\..\include;$(UserIncludeDirectories);%(AdditionalIncludeDirectories) + _DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;$(UserDefines);%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL true Level4 - - + ProgramDatabase Default 4001 true + false + $(OutDir)$(TargetName).pdb + Disabled - NDEBUG;%(PreprocessorDefinitions) + _DEBUG;$(UserDefines);%(PreprocessorDefinitions) 0x0409 true + MachineX86 + $(UserLibraryDirectories);%(AdditionalLibraryDirectories) + $(UserDependencies);%(AdditionalDependencies) - + - MaxSpeed - OnlyExplicitInline - ..\..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions) - true - MultiThreadedDLL - true + Disabled + $(UserOptionDirectory);..\..\..\include;$(UserIncludeDirectories);%(AdditionalIncludeDirectories) + _DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;$(UserDefines);%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL true Level4 - - + ProgramDatabase Default 4001 true + false + $(OutDir)$(TargetName).pdb + Disabled - NDEBUG;%(PreprocessorDefinitions) + _DEBUG;$(UserDefines);%(PreprocessorDefinitions) 0x0409 true + MachineX64 + $(UserLibraryDirectories);%(AdditionalLibraryDirectories) + $(UserDependencies);%(AdditionalDependencies) - + - MaxSpeed - OnlyExplicitInline - ..\..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions) - true - MultiThreaded - true + Disabled + $(UserOptionDirectory);..\..\..\include;$(UserIncludeDirectories);%(AdditionalIncludeDirectories) + _DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;_CRT_SECURE_NO_DEPRECATE;$(UserDefines);%(PreprocessorDefinitions) + false + false + EnableFastChecks + MultiThreadedDebug true Level4 - - + ProgramDatabase Default 4001 true + false + $(OutDir)$(TargetName).pdb + Disabled - NDEBUG;%(PreprocessorDefinitions) + _DEBUG;$(UserDefines);%(PreprocessorDefinitions) 0x0409 true + MachineX86 + $(UserLibraryDirectories);%(AdditionalLibraryDirectories) + $(UserDependencies);%(AdditionalDependencies) - + - MaxSpeed - OnlyExplicitInline - ..\..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions) - true - MultiThreaded - true + Disabled + $(UserOptionDirectory);..\..\..\include;$(UserIncludeDirectories);%(AdditionalIncludeDirectories) + _DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;_CRT_SECURE_NO_DEPRECATE;$(UserDefines);%(PreprocessorDefinitions) + false + false + EnableFastChecks + MultiThreadedDebug true Level4 - - + ProgramDatabase Default 4001 true + false + $(OutDir)$(TargetName).pdb + Disabled - NDEBUG;%(PreprocessorDefinitions) + _DEBUG;$(UserDefines);%(PreprocessorDefinitions) 0x0409 true + MachineX64 + $(UserLibraryDirectories);%(AdditionalLibraryDirectories) + $(UserDependencies);%(AdditionalDependencies) - + - MaxSpeed - OnlyExplicitInline - ..\..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions) - true - MultiThreaded - true + Disabled + $(UserOptionDirectory);..\..\..\include;$(UserIncludeDirectories);%(AdditionalIncludeDirectories) + _DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;$(UserDefines);%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug true Level4 - - + ProgramDatabase Default 4001 true + false + $(OutDir)$(TargetName).pdb + Disabled - NDEBUG;%(PreprocessorDefinitions) + _DEBUG;$(UserDefines);%(PreprocessorDefinitions) 0x0409 - + + true + MachineX86 + $(UserLibraryDirectories);%(AdditionalLibraryDirectories) + $(UserDependencies);%(AdditionalDependencies) + - + - MaxSpeed - OnlyExplicitInline - ..\..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions) - true - MultiThreaded - true + Disabled + $(UserOptionDirectory);..\..\..\include;$(UserIncludeDirectories);%(AdditionalIncludeDirectories) + _DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;$(UserDefines);%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug true Level4 - - + ProgramDatabase Default 4001 true + false + $(OutDir)$(TargetName).pdb + Disabled - NDEBUG;%(PreprocessorDefinitions) + _DEBUG;$(UserDefines);%(PreprocessorDefinitions) 0x0409 - + + true + MachineX64 + $(UserLibraryDirectories);%(AdditionalLibraryDirectories) + $(UserDependencies);%(AdditionalDependencies) + - + - Disabled - ..\..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL + Full + AnySuitable + $(UserOptionDirectory);..\..\..\include;$(UserIncludeDirectories);%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;$(UserDefines);%(PreprocessorDefinitions) + true + MultiThreadedDLL + true true Level4 - ProgramDatabase Default 4001 true + false + StreamingSIMDExtensions2 + false + false + false + + + true + + + true + Neither + true - _DEBUG;%(PreprocessorDefinitions) + NDEBUG;$(UserDefines);%(PreprocessorDefinitions) 0x0409 true + true + MachineX86 + $(UserLibraryDirectories);%(AdditionalLibraryDirectories) + $(UserDependencies);%(AdditionalDependencies) - + - Disabled - ..\..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL + Full + AnySuitable + $(UserOptionDirectory);..\..\..\include;$(UserIncludeDirectories);%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;$(UserDefines);%(PreprocessorDefinitions) + true + MultiThreadedDLL + true true Level4 - ProgramDatabase Default 4001 true + false + StreamingSIMDExtensions2 + false + false + false + + + true + + + true + Neither + true - _DEBUG;%(PreprocessorDefinitions) + NDEBUG;$(UserDefines);%(PreprocessorDefinitions) 0x0409 true + true + MachineX64 + $(UserLibraryDirectories);%(AdditionalLibraryDirectories) + $(UserDependencies);%(AdditionalDependencies) - + - Disabled - ..\..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug + Full + AnySuitable + $(UserOptionDirectory);..\..\..\include;$(UserIncludeDirectories);%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;$(UserDefines);%(PreprocessorDefinitions) + true + MultiThreaded + true true Level4 - ProgramDatabase Default 4001 true + false + StreamingSIMDExtensions2 + false + false + false + false + + + true + + + true + Neither + true - _DEBUG;%(PreprocessorDefinitions) + NDEBUG;$(UserDefines);%(PreprocessorDefinitions) 0x0409 true + true + MachineX86 + $(UserLibraryDirectories);%(AdditionalLibraryDirectories) + $(UserDependencies);%(AdditionalDependencies) - + - Disabled - ..\..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug + Full + AnySuitable + $(UserOptionDirectory);..\..\..\include;$(UserIncludeDirectories);%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;$(UserDefines);%(PreprocessorDefinitions) + true + MultiThreaded + true true Level4 - ProgramDatabase Default 4001 true + false + StreamingSIMDExtensions2 + false + false + false + false + + + true + + + true + Neither + true - _DEBUG;%(PreprocessorDefinitions) + NDEBUG;$(UserDefines);%(PreprocessorDefinitions) 0x0409 true + true + MachineX64 + $(UserLibraryDirectories);%(AdditionalLibraryDirectories) + $(UserDependencies);%(AdditionalDependencies) - + - Disabled - ..\..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - false - false - EnableFastChecks - MultiThreadedDebug + Full + AnySuitable + $(UserOptionDirectory);..\..\..\include;$(UserIncludeDirectories);%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;$(UserDefines);%(PreprocessorDefinitions) + true + MultiThreaded + true true Level4 - ProgramDatabase Default 4001 true + false + StreamingSIMDExtensions2 + false + false + false + + + true + + + true + Neither + true - _DEBUG;%(PreprocessorDefinitions) + NDEBUG;$(UserDefines);%(PreprocessorDefinitions) 0x0409 + - true + true + MachineX86 + $(UserLibraryDirectories);%(AdditionalLibraryDirectories) + $(UserDependencies);%(AdditionalDependencies) - + - Disabled - ..\..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - false - false - EnableFastChecks - MultiThreadedDebug + Full + AnySuitable + $(UserOptionDirectory);..\..\..\include;$(UserIncludeDirectories);%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;$(UserDefines);%(PreprocessorDefinitions) + true + MultiThreaded + true true Level4 - ProgramDatabase Default 4001 true + false + StreamingSIMDExtensions2 + false + false + false + + + true + + + true + Neither + true - _DEBUG;%(PreprocessorDefinitions) + NDEBUG;$(UserDefines);%(PreprocessorDefinitions) 0x0409 + - true + true + MachineX64 + $(UserLibraryDirectories);%(AdditionalLibraryDirectories) + $(UserDependencies);%(AdditionalDependencies) @@ -1574,4 +1715,4 @@ - + \ No newline at end of file diff --git a/freetype/builds/windows/vc2010/index.html b/freetype/builds/windows/vc2010/index.html index 2b2b4317d..cb205aa70 100644 --- a/freetype/builds/windows/vc2010/index.html +++ b/freetype/builds/windows/vc2010/index.html @@ -12,16 +12,16 @@

    This directory contains a project file for Visual C++ (VS.NET 2010 or newer), named freetype.vcxproj, and Visual Studio, called freetype.sln. It compiles the following libraries from the -FreeType 2.5.3 sources:

    +FreeType 2.5.5 sources:

      -freetype253.lib     - release build
      -freetype253_D.lib   - debug build
      -freetype253ST.lib   - release build; single threaded
      -freetype253ST_D.lib - debug build;   single threaded
      -freetype253MT.lib   - release build; multi-threaded
      -freetype253MT_D.lib - debug build;   multi-threaded
      +freetype255.lib - release build +freetype255d.lib - debug build +freetype255ST.lib - release build; single threaded +freetype255STd.lib - debug build; single threaded +freetype255MT.lib - release build; multi-threaded +freetype255MTd.lib - debug build; multi-threaded

    Both Win32 and x64 builds are supported.

    @@ -30,13 +30,23 @@ freetype253MT_D.lib - debug build; multi-threaded archives are already stored this way, so no further action is required. If you use some .tar.*z archives, be sure to configure your extracting tool to convert the line endings. For example, with WinZip, you should activate the TAR -file smart CR/LF Conversion option. Alternatively, you may consider +href="http://www.winzip.com">WinZip, you should activate the TAR +file smart CR/LF Conversion option. Alternatively, you may consider using the unix2dos or u2d utilities that are floating around, which specifically deal with this particular problem. -

    Build directories are placed in the top-level objs +

    Build directories are placed in the top-level objs\vc2010 directory.

    +

    Customization of the FreeType library is done by editing the +ftoptions.h header file in the top-level devel path. +Alternatively, you may copy the file to another directory and change the +include directory in freetype.users.props.

    + +

    To configure library dependencies like zlib and libpng, +edit the freetype.users.props file in this directory. It also +simplifies automated (command-line) builds using msbuild.

    + diff --git a/freetype/builds/windows/visualc/freetype.dsp b/freetype/builds/windows/visualc/freetype.dsp index c09afe54b..cf76f7c2d 100644 --- a/freetype/builds/windows/visualc/freetype.dsp +++ b/freetype/builds/windows/visualc/freetype.dsp @@ -7,23 +7,23 @@ CFG=freetype - Win32 Debug Singlethreaded !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run -!MESSAGE +!MESSAGE !MESSAGE NMAKE /f "freetype.mak". -!MESSAGE +!MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE +!MESSAGE !MESSAGE NMAKE /f "freetype.mak" CFG="freetype - Win32 Debug Singlethreaded" -!MESSAGE +!MESSAGE !MESSAGE Possible choices for configuration are: -!MESSAGE +!MESSAGE !MESSAGE "freetype - Win32 Release" (based on "Win32 (x86) Static Library") !MESSAGE "freetype - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE "freetype - Win32 Debug Multithreaded" (based on "Win32 (x86) Static Library") !MESSAGE "freetype - Win32 Release Multithreaded" (based on "Win32 (x86) Static Library") !MESSAGE "freetype - Win32 Release Singlethreaded" (based on "Win32 (x86) Static Library") !MESSAGE "freetype - Win32 Debug Singlethreaded" (based on "Win32 (x86) Static Library") -!MESSAGE +!MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 @@ -54,7 +54,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LIB32=link.exe -lib # ADD BASE LIB32 /nologo -# ADD LIB32 /nologo /out:"..\..\..\objs\freetype253.lib" +# ADD LIB32 /nologo /out:"..\..\..\objs\freetype255.lib" !ELSEIF "$(CFG)" == "freetype - Win32 Debug" @@ -78,7 +78,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LIB32=link.exe -lib # ADD BASE LIB32 /nologo -# ADD LIB32 /nologo /out:"..\..\..\objs\freetype253_D.lib" +# ADD LIB32 /nologo /out:"..\..\..\objs\freetype255_D.lib" !ELSEIF "$(CFG)" == "freetype - Win32 Debug Multithreaded" @@ -102,8 +102,8 @@ BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"lib\freetype253_D.lib" -# ADD LIB32 /nologo /out:"..\..\..\objs\freetype253MT_D.lib" +# ADD BASE LIB32 /nologo /out:"lib\freetype255_D.lib" +# ADD LIB32 /nologo /out:"..\..\..\objs\freetype255MT_D.lib" !ELSEIF "$(CFG)" == "freetype - Win32 Release Multithreaded" @@ -126,8 +126,8 @@ BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"lib\freetype253.lib" -# ADD LIB32 /nologo /out:"..\..\..\objs\freetype253MT.lib" +# ADD BASE LIB32 /nologo /out:"lib\freetype255.lib" +# ADD LIB32 /nologo /out:"..\..\..\objs\freetype255MT.lib" !ELSEIF "$(CFG)" == "freetype - Win32 Release Singlethreaded" @@ -151,8 +151,8 @@ BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype253.lib" -# ADD LIB32 /out:"..\..\..\objs\freetype253ST.lib" +# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype255.lib" +# ADD LIB32 /out:"..\..\..\objs\freetype255ST.lib" # SUBTRACT LIB32 /nologo !ELSEIF "$(CFG)" == "freetype - Win32 Debug Singlethreaded" @@ -177,10 +177,10 @@ BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype253_D.lib" -# ADD LIB32 /nologo /out:"..\..\..\objs\freetype253ST_D.lib" +# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype255_D.lib" +# ADD LIB32 /nologo /out:"..\..\..\objs\freetype255ST_D.lib" -!ENDIF +!ENDIF # Begin Target diff --git a/freetype/builds/windows/visualc/freetype.vcproj b/freetype/builds/windows/visualc/freetype.vcproj index 3baa3e21c..a71a0e978 100644 --- a/freetype/builds/windows/visualc/freetype.vcproj +++ b/freetype/builds/windows/visualc/freetype.vcproj @@ -69,7 +69,7 @@ /> This directory contains project files for Visual C++, named freetype.dsp, and Visual Studio, called freetype.sln. It -compiles the following libraries from the FreeType 2.5.3 sources:

    +compiles the following libraries from the FreeType 2.5.5 sources:

      -    freetype253.lib     - release build; single threaded
      -    freetype253_D.lib   - debug build;   single threaded
      -    freetype253MT.lib   - release build; multi-threaded
      -    freetype253MT_D.lib - debug build;   multi-threaded
      + freetype255.lib - release build; single threaded + freetype255_D.lib - debug build; single threaded + freetype255MT.lib - release build; multi-threaded + freetype255MT_D.lib - debug build; multi-threaded

    Be sure to extract the files with the Windows (CR+LF) line endings. ZIP diff --git a/freetype/builds/windows/visualce/freetype.dsp b/freetype/builds/windows/visualce/freetype.dsp index c09afe54b..cf76f7c2d 100644 --- a/freetype/builds/windows/visualce/freetype.dsp +++ b/freetype/builds/windows/visualce/freetype.dsp @@ -7,23 +7,23 @@ CFG=freetype - Win32 Debug Singlethreaded !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run -!MESSAGE +!MESSAGE !MESSAGE NMAKE /f "freetype.mak". -!MESSAGE +!MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE +!MESSAGE !MESSAGE NMAKE /f "freetype.mak" CFG="freetype - Win32 Debug Singlethreaded" -!MESSAGE +!MESSAGE !MESSAGE Possible choices for configuration are: -!MESSAGE +!MESSAGE !MESSAGE "freetype - Win32 Release" (based on "Win32 (x86) Static Library") !MESSAGE "freetype - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE "freetype - Win32 Debug Multithreaded" (based on "Win32 (x86) Static Library") !MESSAGE "freetype - Win32 Release Multithreaded" (based on "Win32 (x86) Static Library") !MESSAGE "freetype - Win32 Release Singlethreaded" (based on "Win32 (x86) Static Library") !MESSAGE "freetype - Win32 Debug Singlethreaded" (based on "Win32 (x86) Static Library") -!MESSAGE +!MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 @@ -54,7 +54,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LIB32=link.exe -lib # ADD BASE LIB32 /nologo -# ADD LIB32 /nologo /out:"..\..\..\objs\freetype253.lib" +# ADD LIB32 /nologo /out:"..\..\..\objs\freetype255.lib" !ELSEIF "$(CFG)" == "freetype - Win32 Debug" @@ -78,7 +78,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LIB32=link.exe -lib # ADD BASE LIB32 /nologo -# ADD LIB32 /nologo /out:"..\..\..\objs\freetype253_D.lib" +# ADD LIB32 /nologo /out:"..\..\..\objs\freetype255_D.lib" !ELSEIF "$(CFG)" == "freetype - Win32 Debug Multithreaded" @@ -102,8 +102,8 @@ BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"lib\freetype253_D.lib" -# ADD LIB32 /nologo /out:"..\..\..\objs\freetype253MT_D.lib" +# ADD BASE LIB32 /nologo /out:"lib\freetype255_D.lib" +# ADD LIB32 /nologo /out:"..\..\..\objs\freetype255MT_D.lib" !ELSEIF "$(CFG)" == "freetype - Win32 Release Multithreaded" @@ -126,8 +126,8 @@ BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"lib\freetype253.lib" -# ADD LIB32 /nologo /out:"..\..\..\objs\freetype253MT.lib" +# ADD BASE LIB32 /nologo /out:"lib\freetype255.lib" +# ADD LIB32 /nologo /out:"..\..\..\objs\freetype255MT.lib" !ELSEIF "$(CFG)" == "freetype - Win32 Release Singlethreaded" @@ -151,8 +151,8 @@ BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype253.lib" -# ADD LIB32 /out:"..\..\..\objs\freetype253ST.lib" +# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype255.lib" +# ADD LIB32 /out:"..\..\..\objs\freetype255ST.lib" # SUBTRACT LIB32 /nologo !ELSEIF "$(CFG)" == "freetype - Win32 Debug Singlethreaded" @@ -177,10 +177,10 @@ BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype253_D.lib" -# ADD LIB32 /nologo /out:"..\..\..\objs\freetype253ST_D.lib" +# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype255_D.lib" +# ADD LIB32 /nologo /out:"..\..\..\objs\freetype255ST_D.lib" -!ENDIF +!ENDIF # Begin Target diff --git a/freetype/builds/windows/visualce/freetype.vcproj b/freetype/builds/windows/visualce/freetype.vcproj index 78580b751..e4cddfb0d 100644 --- a/freetype/builds/windows/visualce/freetype.vcproj +++ b/freetype/builds/windows/visualce/freetype.vcproj @@ -87,7 +87,7 @@ /> PPC/SP WM6 (Windows Mobile 6) -It compiles the following libraries from the FreeType 2.5.3 sources:

    +It compiles the following libraries from the FreeType 2.5.5 sources:

      -    freetype253.lib     - release build; single threaded
      -    freetype253_D.lib   - debug build;   single threaded
      -    freetype253MT.lib   - release build; multi-threaded
      -    freetype253MT_D.lib - debug build;   multi-threaded
      + freetype255.lib - release build; single threaded + freetype255_D.lib - debug build; single threaded + freetype255MT.lib - release build; multi-threaded + freetype255MT_D.lib - debug build; multi-threaded

    Be sure to extract the files with the Windows (CR+LF) line endings. ZIP diff --git a/freetype/devel/ftoption.h b/freetype/devel/ftoption.h index d7b6a6301..10027bb54 100644 --- a/freetype/devel/ftoption.h +++ b/freetype/devel/ftoption.h @@ -4,7 +4,7 @@ /* */ /* User-selectable configuration macros (specification only). */ /* */ -/* Copyright 1996-2013 by */ +/* Copyright 1996-2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -61,7 +61,7 @@ FT_BEGIN_HEADER /* that are statically linked to the library at compile time. By */ /* default, this file is . */ /* */ - /* We highly recommend using the third method whenever possible. */ + /* We highly recommend using the third method whenever possible. */ /* */ /*************************************************************************/ @@ -205,7 +205,7 @@ FT_BEGIN_HEADER /*************************************************************************/ /* */ - /* PNG bitmap support. */ + /* PNG bitmap support. */ /* */ /* FreeType now handles loading color bitmap glyphs in the PNG format. */ /* This requires help from the external libpng library. Uncompressed */ @@ -219,7 +219,7 @@ FT_BEGIN_HEADER /*************************************************************************/ /* */ - /* HarfBuzz support. */ + /* HarfBuzz support. */ /* */ /* FreeType uses the HarfBuzz library to improve auto-hinting of */ /* OpenType fonts. If available, many glyphs not directly addressable */ @@ -771,6 +771,30 @@ FT_BEGIN_HEADER /*************************************************************************/ + /*************************************************************************/ + /* */ + /* Using CFF_CONFIG_OPTION_DARKENING_PARAMETER_{X,Y}{1,2,3,4} it is */ + /* possible to set up the default values of the four control points that */ + /* define the stem darkening behaviour of the (new) CFF engine. For */ + /* more details please read the documentation of the */ + /* `darkening-parameters' property of the cff driver module (file */ + /* `ftcffdrv.h'), which allows the control at run-time. */ + /* */ + /* Do *not* undefine these macros! */ + /* */ +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_X1 500 +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y1 400 + +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_X2 1000 +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y2 275 + +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_X3 1667 +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y3 275 + +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_X4 2333 +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y4 0 + + /*************************************************************************/ /* */ /* CFF_CONFIG_OPTION_OLD_ENGINE controls whether the pre-Adobe CFF */ @@ -820,8 +844,8 @@ FT_BEGIN_HEADER /* - * This macro is obsolete. Support has been removed in FreeType - * version 2.5. + * This macro is obsolete. Support has been removed in FreeType + * version 2.5. */ /* #define FT_CONFIG_OPTION_OLD_INTERNALS */ @@ -837,6 +861,35 @@ FT_BEGIN_HEADER #define TT_USE_BYTECODE_INTERPRETER #endif + + /* + * Check CFF darkening parameters. The checks are the same as in function + * `cff_property_set' in file `cffdrivr.c'. + */ +#if CFF_CONFIG_OPTION_DARKENING_PARAMETER_X1 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X2 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X3 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X4 < 0 || \ + \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y1 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y2 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y3 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y4 < 0 || \ + \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X1 > \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X2 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X2 > \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X3 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X3 > \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X4 || \ + \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y1 > 500 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y2 > 500 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y3 > 500 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y4 > 500 +#error "Invalid CFF darkening parameters!" +#endif + FT_END_HEADER diff --git a/freetype/docs/CHANGES b/freetype/docs/CHANGES index 803f02dc6..bbc31104a 100644 --- a/freetype/docs/CHANGES +++ b/freetype/docs/CHANGES @@ -1,11 +1,92 @@ +CHANGES BETWEEN 2.5.4 and 2.5.5 + + I. IMPORTANT BUG FIXES + + - Handling of uncompressed PCF files works again (bug introduced + in version 2.5.4). + + +====================================================================== + +CHANGES BETWEEN 2.5.3 and 2.5.4 + + I. IMPORTANT BUG FIXES + + - A variant of vulnerability CVE-2014-2240 was identified + (cf. http://savannah.nongnu.org/bugs/?43661) and fixed in the + new CFF driver. All users should upgrade. + + - The new auto-hinter code using HarfBuzz crashed for some invalid + fonts. + + - Many fixes to better protect against malformed input. + + + II. IMPORTANT CHANGES + + - Full auto-hinter support of the Devanagari script. + + - Experimental auto-hinter support of the Telugu script. + + - CFF stem darkening behaviour can now be controlled at build time + using the eight macros + + CFF_CONFIG_OPTION_DARKENING_PARAMETER_{X,Y}{1,2,3,4} . + + - Some fields in the `FT_Bitmap' structure have been changed from + signed to unsigned type, which better reflects the actual usage. + It is also an additional means to protect against malformed + input. + + This change doesn't break the ABI; however, it might cause + compiler warnings. + + + III. MISCELLANEOUS + + - Improvements to the auto-hinter's algorithm to recognize stems + and local extrema. + + - Function `FT_Get_SubGlyph_Info' always returned an error even in + case of success. + + - Version 2.5.1 introduced major bugs in the cjk part of the + auto-hinter, which are now fixed. + + - The `FT_Sfnt_Tag' enumeration values have been changed to + uppercase, e.g. `FT_SFNT_HEAD'. The lowercase variants are + deprecated. This is for orthogonality with all other + enumeration (and enumeration-like) values in FreeType. + + - `cmake' now supports builds of FreeType as an OS X framework and + for iOS. + + - Improved project files for vc2010, introducing a property file. + + - The documentation generator for the API reference has been + updated to produce better HTML code (with proper CSS). At the + same time, the documentation got a better structure. + + - The FT_LOAD_BITMAP_CROP flag is obsolete; it is not used by any + driver. + + - The TrueType DELTAP[123] bytecode instructions now work in + subpixel hinting mode as described in the ClearType whitepaper + (i.e., for touched points in the non-subpixel direction). + + - Many small improvements to the internal arithmetic routines. + + +====================================================================== + CHANGES BETWEEN 2.5.2 and 2.5.3 I. IMPORTANT BUG FIXES - - A vulnerability was identified and fixed in the new CFF driver - (cf. http://savannah.nongnu.org/bugs/?41697; it doesn't have a - CVE number yet). All users should upgrade. + - A vulnerability (CVE-2014-2240) was identified and fixed in the + new CFF driver (cf. http://savannah.nongnu.org/bugs/?41697). + All users should upgrade. - More bug fixes related to correct positioning of composite glyphs. @@ -261,6 +342,9 @@ CHANGES BETWEEN 2.4.12 and 2.5 it accepts a new command line option `-H' to select the hinting engine. + - `ftdump's verbose option has been renamed to `-V'. For all demo + programs, `-v' now shows version information. + - Another round of TrueType subpixel hinting fixes. - The `apinames' tool can now create an import file for NetWare. diff --git a/freetype/docs/VERSION.DLL b/freetype/docs/VERSION.DLL index 7446954fe..dd4926195 100644 --- a/freetype/docs/VERSION.DLL +++ b/freetype/docs/VERSION.DLL @@ -52,6 +52,8 @@ on _most_ systems, but not all of them: release libtool so ------------------------------- + 2.5.5 17.4.11 6.11.4 + 2.5.4 17.3.11 6.11.3 2.5.3 17.2.11 6.11.2 2.5.2 17.1.11 6.11.1 2.5.1 17.0.11 6.11.0 diff --git a/freetype/docs/formats.txt b/freetype/docs/formats.txt index 827c8947f..aed885c89 100644 --- a/freetype/docs/formats.txt +++ b/freetype/docs/formats.txt @@ -153,7 +153,7 @@ MAC --- PS TYPE_1 --- type1 T1_SPEC.pdf for a specification given in Appendix D on pgs. 436-450. However, this information might be out of date; unfortunately, there is no - PCF specification available online, and this book is out of print. + PCF specification available online, and this book is out of print. George Williams deduced the font format from the X11 sources and documented it for his FontForge font editor: diff --git a/freetype/docs/freetype-config.1 b/freetype/docs/freetype-config.1 index 99a17c576..7b4a118f3 100644 --- a/freetype/docs/freetype-config.1 +++ b/freetype/docs/freetype-config.1 @@ -1,4 +1,4 @@ -.TH FREETYPE-CONFIG 1 "March 2014" "FreeType 2.5.3" +.TH FREETYPE-CONFIG 1 "December 2014" "FreeType 2.5.5" . . .SH NAME diff --git a/freetype/docs/reference/ft2-auto_hinter.html b/freetype/docs/reference/ft2-auto_hinter.html index d434ec47c..71dede419 100644 --- a/freetype/docs/reference/ft2-auto_hinter.html +++ b/freetype/docs/reference/ft2-auto_hinter.html @@ -3,58 +3,121 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference -

    - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    -The auto-hinter -

    +

    The auto-hinter

    Synopsis

    - - - - - -
    glyph-to-script-mapdefault-script
    FT_AUTOHINTER_SCRIPT_XXXincrease-x-height
    FT_Prop_GlyphToScriptMapFT_Prop_IncreaseXHeight
    fallback-script


    - -
    + + + + + +
    glyph-to-script-mapdefault-script
    FT_AUTOHINTER_SCRIPT_XXXincrease-x-height
    FT_Prop_GlyphToScriptMapFT_Prop_IncreaseXHeight
    fallback-script
    + +

    While FreeType's auto-hinter doesn't expose API functions by itself, it is possible to control its behaviour with FT_Property_Set and FT_Property_Get. The following lists the available properties together with the necessary macros and structures.

    Note that the auto-hinter's module name is ‘autofitter’ for historical reasons.

    -

    -
    -

    glyph-to-script-map

    -
    + +
    +

    glyph-to-script-map

    +

    Experimental only

    The auto-hinter provides various script modules to hint glyphs. Examples of supported scripts are Latin or CJK. Before a glyph is auto-hinted, the Unicode character map of the font gets examined, and the script is then determined based on Unicode character ranges, see below.

    OpenType fonts, however, often provide much more glyphs than character codes (small caps, superscripts, ligatures, swashes, etc.), to be controlled by so-called ‘features’. Handling OpenType features can be quite complicated and thus needs a separate library on top of FreeType.

    @@ -78,39 +141,29 @@ The auto-hinter FT_Load_Glyph( face, ..., FT_LOAD_FORCE_AUTOHINT ); -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_AUTOHINTER_SCRIPT_XXX

    -
    -Defined in FT_AUTOHINTER_H (ftautoh.h). -

    -
    -
    -#define FT_AUTOHINTER_SCRIPT_NONE   0
    -#define FT_AUTOHINTER_SCRIPT_LATIN  1
    -#define FT_AUTOHINTER_SCRIPT_CJK    2
    -#define FT_AUTOHINTER_SCRIPT_INDIC  3
    -
    -

    -
    + +
    + + +
    +

    FT_AUTOHINTER_SCRIPT_XXX

    +

    Defined in FT_AUTOHINTER_H (ftautoh.h).

    +
    +#define FT_AUTOHINTER_SCRIPT_NONE   0
    +#define FT_AUTOHINTER_SCRIPT_LATIN  1
    +#define FT_AUTOHINTER_SCRIPT_CJK    2
    +#define FT_AUTOHINTER_SCRIPT_INDIC  3
    +
    +

    Experimental only

    A list of constants used for the glyph-to-script-map property to specify the script submodule the auto-hinter should use for hinting a particular glyph.

    -

    -
    values
    -

    - - -
    FT_AUTOHINTER_SCRIPT_NONE
    + +

    values

    + + - - - - - -
    FT_AUTOHINTER_SCRIPT_NONE

    Don't auto-hint this glyph.

    FT_AUTOHINTER_SCRIPT_LATIN
    +
    FT_AUTOHINTER_SCRIPT_LATIN

    Apply the latin auto-hinter. For the auto-hinter, ‘latin’ is a very broad term, including Cyrillic and Greek also since characters from those scripts share the same design constraints.

    By default, characters from the following Unicode ranges are assigned to this submodule.

    @@ -145,8 +198,7 @@ Defined in FT_AUTOHINTER_H (ftautoh.h).
     

    FT_AUTOHINTER_SCRIPT_CJK
    +
    FT_AUTOHINTER_SCRIPT_CJK

    Apply the CJK auto-hinter, covering Chinese, Japanese, Korean, old Vietnamese, and some other scripts.

    By default, characters from the following Unicode ranges are assigned to this submodule.

    @@ -185,8 +237,7 @@ Defined in FT_AUTOHINTER_H (ftautoh.h).
     

    FT_AUTOHINTER_SCRIPT_INDIC
    +
    FT_AUTOHINTER_SCRIPT_INDIC

    Apply the indic auto-hinter, covering all major scripts from the Indian sub-continent and some other related scripts like Thai, Lao, or Tibetan.

    By default, characters from the following Unicode ranges are assigned to this submodule.

    @@ -201,41 +252,31 @@ Defined in FT_AUTOHINTER_H (ftautoh.h).
     

    Note that currently Indic support is rudimentary only, missing blue zone support.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Prop_GlyphToScriptMap

    -
    -Defined in FT_AUTOHINTER_H (ftautoh.h). -

    -
    -
    -   typedef struct  FT_Prop_GlyphToScriptMap_
    -   {
    -     FT_Face   face;
    -     FT_Byte*  map;
    -
    -   } FT_Prop_GlyphToScriptMap;
    -
    -

    -
    + +
    + + +
    +

    FT_Prop_GlyphToScriptMap

    +

    Defined in FT_AUTOHINTER_H (ftautoh.h).

    +
    +  typedef struct  FT_Prop_GlyphToScriptMap_
    +  {
    +    FT_Face   face;
    +    FT_Byte*  map;
    +
    +  } FT_Prop_GlyphToScriptMap;
    +
    +

    Experimental only

    The data exchange structure for the glyph-to-script-map property.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    fallback-script

    -
    + +
    + + +
    +

    fallback-script

    +

    Experimental only

    If no auto-hinter script module can be assigned to a glyph, a fallback script gets assigned to it (see also the glyph-to-script-map property). By default, this is FT_AUTOHINTER_SCRIPT_CJK. Using the ‘fallback-script’ property, this fallback value can be changed.

    @@ -248,20 +289,17 @@ Defined in FT_AUTOHINTER_H (ftautoh.h).
       FT_Property_Set( library, "autofitter",
                                 "fallback-script", &fallback_script );
     
    -

    -
    note
    + +

    note

    This property can be used with FT_Property_Get also.

    It's important to use the right timing for changing this value: The creation of the glyph-to-script map that eventually uses the fallback script value gets triggered either by setting or reading a face-specific property like glyph-to-script-map, or by auto-hinting any glyph from that face. In particular, if you have already created an FT_Face structure but not loaded any glyph (using the auto-hinter), a change of the fallback script will affect this face.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    default-script

    -
    + +
    + + +
    +

    default-script

    +

    Experimental only

    If Freetype gets compiled with FT_CONFIG_OPTION_USE_HARFBUZZ to make the HarfBuzz library access OpenType features for getting better glyph coverages, this property sets the (auto-fitter) script to be used for the default (OpenType) script data of a font's GSUB table. Features for the default script are intended for all scripts not explicitly handled in GSUB; an example is a ‘dlig’ feature, containing the combination of the characters ‘T’, ‘E’, and ‘L’ to form a ‘TEL’ ligature.

    By default, this is FT_AUTOHINTER_SCRIPT_LATIN. Using the ‘default-script’ property, this default value can be changed.

    @@ -275,20 +313,17 @@ Defined in FT_AUTOHINTER_H (ftautoh.h). FT_Property_Set( library, "autofitter", "default-script", &default_script ); -

    -
    note
    + +

    note

    This property can be used with FT_Property_Get also.

    It's important to use the right timing for changing this value: The creation of the glyph-to-script map that eventually uses the default script value gets triggered either by setting or reading a face-specific property like glyph-to-script-map, or by auto-hinting any glyph from that face. In particular, if you have already created an FT_Face structure but not loaded any glyph (using the auto-hinter), a change of the default script will affect this face.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    increase-x-height

    -
    + +
    + + +
    +

    increase-x-height

    +

    For ppem values in the range 6 <= ppem <= ‘increase-x-height’, round up the font's x height much more often than normally. If the value is set to 0, which is the default, this feature is switched off. Use this property to improve the legibility of small font sizes if necessary.

       FT_Library               library;
    @@ -306,40 +341,30 @@ Defined in FT_AUTOHINTER_H (ftautoh.h).
       FT_Property_Set( library, "autofitter",
                                 "increase-x-height", &prop );
     
    -

    -
    note
    + +

    note

    This property can be used with FT_Property_Get also.

    Set this value right after calling FT_Set_Char_Size, but before loading any glyph (using the auto-hinter).

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Prop_IncreaseXHeight

    -
    -Defined in FT_AUTOHINTER_H (ftautoh.h). -

    -
    -
    -   typedef struct  FT_Prop_IncreaseXHeight_
    -   {
    -     FT_Face  face;
    -     FT_UInt  limit;
    -
    -   } FT_Prop_IncreaseXHeight;
    -
    -

    -
    + +
    + + +
    +

    FT_Prop_IncreaseXHeight

    +

    Defined in FT_AUTOHINTER_H (ftautoh.h).

    +
    +  typedef struct  FT_Prop_IncreaseXHeight_
    +  {
    +    FT_Face  face;
    +    FT_UInt  limit;
    +
    +  } FT_Prop_IncreaseXHeight;
    +
    +

    The data exchange structure for the increase-x-height property.

    -

    -
    -
    - - -
    [Index][TOC]
    + +
    + diff --git a/freetype/docs/reference/ft2-base_interface.html b/freetype/docs/reference/ft2-base_interface.html index 229254510..4547b6f1c 100644 --- a/freetype/docs/reference/ft2-base_interface.html +++ b/freetype/docs/reference/ft2-base_interface.html @@ -3,323 +3,378 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    -Base Interface -

    +

    Base Interface

    Synopsis

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FT_LibraryFT_IS_TRICKYFT_Load_Glyph
    FT_FaceFT_HAS_COLORFT_Load_Char
    FT_SizeFT_STYLE_FLAG_XXXFT_LOAD_XXX
    FT_GlyphSlotFT_Size_InternalFT_LOAD_TARGET_XXX
    FT_CharMapFT_Size_MetricsFT_LOAD_TARGET_MODE
    FT_EncodingFT_SizeRecFT_Set_Transform
    FT_Glyph_MetricsFT_SubGlyphFT_Render_Mode
    FT_Bitmap_SizeFT_Slot_Internalft_render_mode_xxx
    FT_ModuleFT_GlyphSlotRecFT_Render_Glyph
    FT_DriverFT_Init_FreeTypeFT_Kerning_Mode
    FT_RendererFT_Done_FreeTypeft_kerning_default
    FT_ENC_TAGFT_OPEN_XXXft_kerning_unfitted
    ft_encoding_xxxFT_Parameterft_kerning_unscaled
    FT_CharMapRecFT_Open_ArgsFT_Get_Kerning
    FT_Face_InternalFT_New_FaceFT_Get_Track_Kerning
    FT_FaceRecFT_New_Memory_FaceFT_Get_Glyph_Name
    FT_FACE_FLAG_XXXFT_Open_FaceFT_Get_Postscript_Name
    FT_HAS_HORIZONTALFT_Attach_FileFT_Select_Charmap
    FT_HAS_VERTICALFT_Attach_StreamFT_Set_Charmap
    FT_HAS_KERNINGFT_Reference_FaceFT_Get_Charmap_Index
    FT_IS_SCALABLEFT_Done_FaceFT_Get_Char_Index
    FT_IS_SFNTFT_Select_SizeFT_Get_First_Char
    FT_IS_FIXED_WIDTHFT_Size_Request_TypeFT_Get_Next_Char
    FT_HAS_FIXED_SIZESFT_Size_RequestRecFT_Get_Name_Index
    FT_HAS_FAST_GLYPHSFT_Size_RequestFT_SUBGLYPH_FLAG_XXX
    FT_HAS_GLYPH_NAMESFT_Request_SizeFT_Get_SubGlyph_Info
    FT_HAS_MULTIPLE_MASTERSFT_Set_Char_SizeFT_FSTYPE_XXX
    FT_IS_CID_KEYEDFT_Set_Pixel_SizesFT_Get_FSType_Flags


    - -
    -

    This section describes the public high-level API of FreeType 2.

    -

    -
    -

    FT_Library

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    -
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    FT_LibraryFT_Glyph_MetricsFT_LOAD_COLOR
    FT_FaceFT_SubGlyph 
    FT_Size FT_LOAD_VERTICAL_LAYOUT
    FT_GlyphSlotFT_Bitmap_SizeFT_LOAD_IGNORE_TRANSFORM
    FT_CharMap FT_LOAD_FORCE_AUTOHINT
    FT_EncodingFT_Init_FreeTypeFT_LOAD_NO_RECURSE
    FT_ENC_TAGFT_Done_FreeTypeFT_LOAD_PEDANTIC
       
    FT_FaceRecFT_New_FaceFT_LOAD_TARGET_NORMAL
     FT_Done_FaceFT_LOAD_TARGET_LIGHT
    FT_FACE_FLAG_SCALABLEFT_Reference_FaceFT_LOAD_TARGET_MONO
    FT_FACE_FLAG_FIXED_SIZESFT_New_Memory_FaceFT_LOAD_TARGET_LCD
    FT_FACE_FLAG_FIXED_WIDTHFT_Open_FaceFT_LOAD_TARGET_LCD_V
    FT_FACE_FLAG_HORIZONTALFT_Open_Args 
    FT_FACE_FLAG_VERTICALFT_ParameterFT_LOAD_TARGET_MODE
    FT_FACE_FLAG_COLORFT_Attach_File 
    FT_FACE_FLAG_SFNTFT_Attach_StreamFT_Render_Glyph
    FT_FACE_FLAG_CID_KEYED FT_Render_Mode
    FT_FACE_FLAG_TRICKYFT_Set_Char_SizeFT_Get_Kerning
    FT_FACE_FLAG_KERNINGFT_Set_Pixel_SizesFT_Kerning_Mode
    FT_FACE_FLAG_MULTIPLE_MASTERSFT_Request_SizeFT_Get_Track_Kerning
    FT_FACE_FLAG_GLYPH_NAMESFT_Select_SizeFT_Get_Glyph_Name
    FT_FACE_FLAG_EXTERNAL_STREAMFT_Size_Request_TypeFT_Get_Postscript_Name
    FT_FACE_FLAG_HINTERFT_Size_RequestRec 
    FT_FACE_FLAG_TRICKYFT_Size_RequestFT_CharMapRec
     FT_Set_TransformFT_Select_Charmap
    FT_HAS_HORIZONTALFT_Load_GlyphFT_Set_Charmap
    FT_HAS_VERTICALFT_Get_Char_IndexFT_Get_Charmap_Index
    FT_HAS_KERNINGFT_Get_First_Char 
    FT_HAS_FIXED_SIZESFT_Get_Next_CharFT_Get_FSType_Flags
    FT_HAS_GLYPH_NAMESFT_Get_Name_IndexFT_Get_SubGlyph_Info
    FT_HAS_MULTIPLE_MASTERSFT_Load_Char 
    FT_HAS_COLOR FT_Face_Internal
     FT_OPEN_MEMORYFT_Size_Internal
    FT_IS_SFNTFT_OPEN_STREAMFT_Slot_Internal
    FT_IS_SCALABLEFT_OPEN_PATHNAME 
    FT_IS_FIXED_WIDTHFT_OPEN_DRIVERFT_FACE_FLAG_XXX
    FT_IS_CID_KEYEDFT_OPEN_PARAMSFT_STYLE_FLAG_XXX
    FT_IS_TRICKY FT_OPEN_XXX
     FT_LOAD_DEFAULTFT_LOAD_XXX
    FT_STYLE_FLAG_BOLDFT_LOAD_RENDERFT_LOAD_TARGET_XXX
    FT_STYLE_FLAG_ITALICFT_LOAD_MONOCHROMEFT_SUBGLYPH_FLAG_XXX
     FT_LOAD_LINEAR_DESIGNFT_FSTYPE_XXX
    FT_SizeRecFT_LOAD_NO_SCALE 
    FT_Size_MetricsFT_LOAD_NO_HINTINGFT_HAS_FAST_GLYPHS
     FT_LOAD_NO_BITMAP
    FT_GlyphSlotRecFT_LOAD_NO_AUTOHINT
    + + +

    This section describes the most important public high-level API functions of FreeType 2.

    + +
    +

    FT_Library

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       typedef struct FT_LibraryRec_  *FT_Library;
    +
    -

    -

    A handle to a FreeType library instance. Each ‘library’ is completely independent from the others; it is the ‘root’ of a set of objects like fonts, faces, sizes, etc.

    It also embeds a memory manager (see FT_Memory), as well as a scan-line converter object (see FT_Raster).

    In multi-threaded applications, make sure that the same FT_Library object or any of its children doesn't get accessed in parallel.

    -

    -
    note
    + +

    note

    Library objects are normally created by FT_Init_FreeType, and destroyed with FT_Done_FreeType. If you need reference-counting (cf. FT_Reference_Library), use FT_New_Library and FT_Done_Library.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Face

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +
    + + +
    +

    FT_Face

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       typedef struct FT_FaceRec_*  FT_Face;
    +
    -

    -

    A handle to a given typographic face object. A face object models a given typeface, in a given style.

    -

    -
    note
    + +

    note

    Each face object also owns a single FT_GlyphSlot object, as well as one or more FT_Size objects.

    Use FT_New_Face or FT_Open_Face to create a new face object from a given filepathname or a custom input stream.

    Use FT_Done_Face to destroy it (along with its slot and sizes).

    -
    -
    also
    + +

    also

    See FT_FaceRec for the publicly accessible fields of a given face object.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Size

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +
    + + +
    +

    FT_Size

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       typedef struct FT_SizeRec_*  FT_Size;
    +
    -

    -

    A handle to an object used to model a face scaled to a given character size.

    -

    -
    note
    + +

    note

    Each FT_Face has an active FT_Size object that is used by functions like FT_Load_Glyph to determine the scaling transformation that in turn is used to load and hint glyphs and metrics.

    You can use FT_Set_Char_Size, FT_Set_Pixel_Sizes, FT_Request_Size or even FT_Select_Size to change the content (i.e., the scaling values) of the active FT_Size.

    You can use FT_New_Size to create additional size objects for a given FT_Face, but they won't be used by other functions until you activate it through FT_Activate_Size. Only one size can be activated at any given time per face.

    -
    -
    also
    + +

    also

    See FT_SizeRec for the publicly accessible fields of a given size object.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_GlyphSlot

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +
    + + +
    +

    FT_GlyphSlot

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       typedef struct FT_GlyphSlotRec_*  FT_GlyphSlot;
    +
    -

    -

    A handle to a given ‘glyph slot’. A slot is a container where it is possible to load any of the glyphs contained in its parent face.

    In other words, each time you call FT_Load_Glyph or FT_Load_Char, the slot's content is erased by the new glyph data, i.e., the glyph's metrics, its image (bitmap or outline), and other control information.

    -

    -
    also
    + +

    also

    See FT_GlyphSlotRec for the publicly accessible glyph fields.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_CharMap

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +
    + + +
    +

    FT_CharMap

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       typedef struct FT_CharMapRec_*  FT_CharMap;
    +
    -

    -

    A handle to a given character map. A charmap is used to translate character codes in a given encoding into glyph indexes for its parent's face. Some font formats may provide several charmaps per font.

    Each face object owns zero or more charmaps, but only one of them can be ‘active’ and used by FT_Get_Char_Index or FT_Load_Char.

    The list of available charmaps in a face is available through the ‘face->num_charmaps’ and ‘face->charmaps’ fields of FT_FaceRec.

    The currently active charmap is available as ‘face->charmap’. You should call FT_Set_Charmap to change it.

    -

    -
    note
    + +

    note

    When a new face is created (either through FT_New_Face or FT_Open_Face), the library looks for a Unicode charmap within the list and automatically activates it.

    -
    -
    also
    + +

    also

    See FT_CharMapRec for the publicly accessible fields of a given character map.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Encoding

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +
    + + +
    +

    FT_Encoding

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       typedef enum  FT_Encoding_
       {
    -    FT_ENC_TAG( FT_ENCODING_NONE, 0, 0, 0, 0 ),
    +    FT_ENC_TAG( FT_ENCODING_NONE, 0, 0, 0, 0 ),
     
    -    FT_ENC_TAG( FT_ENCODING_MS_SYMBOL, 's', 'y', 'm', 'b' ),
    -    FT_ENC_TAG( FT_ENCODING_UNICODE,   'u', 'n', 'i', 'c' ),
    +    FT_ENC_TAG( FT_ENCODING_MS_SYMBOL, 's', 'y', 'm', 'b' ),
    +    FT_ENC_TAG( FT_ENCODING_UNICODE,   'u', 'n', 'i', 'c' ),
     
    -    FT_ENC_TAG( FT_ENCODING_SJIS,    's', 'j', 'i', 's' ),
    -    FT_ENC_TAG( FT_ENCODING_GB2312,  'g', 'b', ' ', ' ' ),
    -    FT_ENC_TAG( FT_ENCODING_BIG5,    'b', 'i', 'g', '5' ),
    -    FT_ENC_TAG( FT_ENCODING_WANSUNG, 'w', 'a', 'n', 's' ),
    -    FT_ENC_TAG( FT_ENCODING_JOHAB,   'j', 'o', 'h', 'a' ),
    +    FT_ENC_TAG( FT_ENCODING_SJIS,    's', 'j', 'i', 's' ),
    +    FT_ENC_TAG( FT_ENCODING_GB2312,  'g', 'b', ' ', ' ' ),
    +    FT_ENC_TAG( FT_ENCODING_BIG5,    'b', 'i', 'g', '5' ),
    +    FT_ENC_TAG( FT_ENCODING_WANSUNG, 'w', 'a', 'n', 's' ),
    +    FT_ENC_TAG( FT_ENCODING_JOHAB,   'j', 'o', 'h', 'a' ),
     
         /* for backwards compatibility */
    -    FT_ENCODING_MS_SJIS    = FT_ENCODING_SJIS,
    -    FT_ENCODING_MS_GB2312  = FT_ENCODING_GB2312,
    -    FT_ENCODING_MS_BIG5    = FT_ENCODING_BIG5,
    -    FT_ENCODING_MS_WANSUNG = FT_ENCODING_WANSUNG,
    -    FT_ENCODING_MS_JOHAB   = FT_ENCODING_JOHAB,
    +    FT_ENCODING_MS_SJIS    = FT_ENCODING_SJIS,
    +    FT_ENCODING_MS_GB2312  = FT_ENCODING_GB2312,
    +    FT_ENCODING_MS_BIG5    = FT_ENCODING_BIG5,
    +    FT_ENCODING_MS_WANSUNG = FT_ENCODING_WANSUNG,
    +    FT_ENCODING_MS_JOHAB   = FT_ENCODING_JOHAB,
     
    -    FT_ENC_TAG( FT_ENCODING_ADOBE_STANDARD, 'A', 'D', 'O', 'B' ),
    -    FT_ENC_TAG( FT_ENCODING_ADOBE_EXPERT,   'A', 'D', 'B', 'E' ),
    -    FT_ENC_TAG( FT_ENCODING_ADOBE_CUSTOM,   'A', 'D', 'B', 'C' ),
    -    FT_ENC_TAG( FT_ENCODING_ADOBE_LATIN_1,  'l', 'a', 't', '1' ),
    +    FT_ENC_TAG( FT_ENCODING_ADOBE_STANDARD, 'A', 'D', 'O', 'B' ),
    +    FT_ENC_TAG( FT_ENCODING_ADOBE_EXPERT,   'A', 'D', 'B', 'E' ),
    +    FT_ENC_TAG( FT_ENCODING_ADOBE_CUSTOM,   'A', 'D', 'B', 'C' ),
    +    FT_ENC_TAG( FT_ENCODING_ADOBE_LATIN_1,  'l', 'a', 't', '1' ),
     
    -    FT_ENC_TAG( FT_ENCODING_OLD_LATIN_2, 'l', 'a', 't', '2' ),
    +    FT_ENC_TAG( FT_ENCODING_OLD_LATIN_2, 'l', 'a', 't', '2' ),
     
    -    FT_ENC_TAG( FT_ENCODING_APPLE_ROMAN, 'a', 'r', 'm', 'n' )
    +    FT_ENC_TAG( FT_ENCODING_APPLE_ROMAN, 'a', 'r', 'm', 'n' )
     
       } FT_Encoding;
     
    -

    -
    + + /* these constants are deprecated; use the corresponding `FT_Encoding' */ + /* values instead */ +#define ft_encoding_none FT_ENCODING_NONE +#define ft_encoding_unicode FT_ENCODING_UNICODE +#define ft_encoding_symbol FT_ENCODING_MS_SYMBOL +#define ft_encoding_latin_1 FT_ENCODING_ADOBE_LATIN_1 +#define ft_encoding_latin_2 FT_ENCODING_OLD_LATIN_2 +#define ft_encoding_sjis FT_ENCODING_SJIS +#define ft_encoding_gb2312 FT_ENCODING_GB2312 +#define ft_encoding_big5 FT_ENCODING_BIG5 +#define ft_encoding_wansung FT_ENCODING_WANSUNG +#define ft_encoding_johab FT_ENCODING_JOHAB + +#define ft_encoding_adobe_standard FT_ENCODING_ADOBE_STANDARD +#define ft_encoding_adobe_expert FT_ENCODING_ADOBE_EXPERT +#define ft_encoding_adobe_custom FT_ENCODING_ADOBE_CUSTOM +#define ft_encoding_apple_roman FT_ENCODING_APPLE_ROMAN + +

    An enumeration used to specify character sets supported by charmaps. Used in the FT_Select_Charmap API function.

    -

    -
    note
    + +

    note

    Despite the name, this enumeration lists specific character repertories (i.e., charsets), and not text encoding methods (e.g., UTF-8, UTF-16, etc.).

    Other encodings might be defined in the future.

    -
    -
    values
    -

    - -
    FT_ENCODING_NONE + +

    values

    + + - - - - - - - - - - - - - - - - - - - - - - - -
    FT_ENCODING_NONE

    The encoding value 0 is reserved.

    FT_ENCODING_UNICODE +
    FT_ENCODING_UNICODE

    Corresponds to the Unicode character set. This value covers all versions of the Unicode repertoire, including ASCII and Latin-1. Most fonts include a Unicode charmap, but not all of them.

    For example, if you want to access Unicode value U+1F028 (and the font contains it), use value 0x1F028 as the input value for FT_Get_Char_Index.

    FT_ENCODING_MS_SYMBOL +
    FT_ENCODING_MS_SYMBOL

    Corresponds to the Microsoft Symbol encoding, used to encode mathematical symbols in the 32..255 character code range. For more information, see ‘http://www.kostis.net/charsets/symbol.htm’.

    FT_ENCODING_SJIS +
    FT_ENCODING_SJIS

    Corresponds to Japanese SJIS encoding. More info at at ‘http://en.wikipedia.org/wiki/Shift_JIS’. See note on multi-byte encodings below.

    FT_ENCODING_GB2312 +
    FT_ENCODING_GB2312

    Corresponds to an encoding system for Simplified Chinese as used used in mainland China.

    FT_ENCODING_BIG5 +
    FT_ENCODING_BIG5

    Corresponds to an encoding system for Traditional Chinese as used in Taiwan and Hong Kong.

    FT_ENCODING_WANSUNG +
    FT_ENCODING_WANSUNG

    Corresponds to the Korean encoding system known as Wansung. For more information see ‘http://msdn.microsoft.com/en-US/goglobal/cc305154’.

    FT_ENCODING_JOHAB +
    FT_ENCODING_JOHAB

    The Korean standard character set (KS C 5601-1992), which corresponds to MS Windows code page 1361. This character set includes all possible Hangeul character combinations.

    FT_ENCODING_ADOBE_LATIN_1
    +
    FT_ENCODING_ADOBE_LATIN_1

    Corresponds to a Latin-1 encoding as defined in a Type 1 PostScript font. It is limited to 256 character codes.

    FT_ENCODING_ADOBE_STANDARD
    +
    FT_ENCODING_ADOBE_STANDARD

    Corresponds to the Adobe Standard encoding, as found in Type 1, CFF, and OpenType/CFF fonts. It is limited to 256 character codes.

    FT_ENCODING_ADOBE_EXPERT
    +
    FT_ENCODING_ADOBE_EXPERT

    Corresponds to the Adobe Expert encoding, as found in Type 1, CFF, and OpenType/CFF fonts. It is limited to 256 character codes.

    FT_ENCODING_ADOBE_CUSTOM
    +
    FT_ENCODING_ADOBE_CUSTOM

    Corresponds to a custom encoding, as found in Type 1, CFF, and OpenType/CFF fonts. It is limited to 256 character codes.

    FT_ENCODING_APPLE_ROMAN
    +
    FT_ENCODING_APPLE_ROMAN

    Corresponds to the 8-bit Apple roman encoding. Many TrueType and OpenType fonts contain a charmap for this encoding, since older versions of Mac OS are able to use it.

    FT_ENCODING_OLD_LATIN_2
    +
    FT_ENCODING_OLD_LATIN_2

    This value is deprecated and was never used nor reported by FreeType. Don't use or test for it.

    FT_ENCODING_MS_SJIS +
    FT_ENCODING_MS_SJIS

    Same as FT_ENCODING_SJIS. Deprecated.

    FT_ENCODING_MS_GB2312 +
    FT_ENCODING_MS_GB2312

    Same as FT_ENCODING_GB2312. Deprecated.

    FT_ENCODING_MS_BIG5 +
    FT_ENCODING_MS_BIG5

    Same as FT_ENCODING_BIG5. Deprecated.

    FT_ENCODING_MS_WANSUNG +
    FT_ENCODING_MS_WANSUNG

    Same as FT_ENCODING_WANSUNG. Deprecated.

    FT_ENCODING_MS_JOHAB +
    FT_ENCODING_MS_JOHAB

    Same as FT_ENCODING_JOHAB. Deprecated.

    -
    -
    note
    + +

    note

    By default, FreeType automatically synthesizes a Unicode charmap for PostScript fonts, using their glyph names dictionaries. However, it also reports the encodings defined explicitly in the font file, for the cases when they are needed, with the Adobe values as well.

    FT_ENCODING_NONE is set by the BDF and PCF drivers if the charmap is neither Unicode nor ISO-8859-1 (otherwise it is set to FT_ENCODING_UNICODE). Use FT_Get_BDF_Charset_ID to find out which encoding is really present. If, for example, the ‘cs_registry’ field is ‘KOI8’ and the ‘cs_encoding’ field is ‘R’, the font is encoded in KOI8-R.

    FT_ENCODING_NONE is always set (with a single exception) by the winfonts driver. Use FT_Get_WinFNT_Header and examine the ‘charset’ field of the FT_WinFNT_HeaderRec structure to find out which encoding is really present. For example, FT_WinFNT_ID_CP1251 (204) means Windows code page 1251 (for Russian).

    @@ -327,195 +382,14 @@ Defined in FT_FREETYPE_H (freetype.h).

    If ‘platform_id’ is TT_PLATFORM_MACINTOSH, use the function FT_Get_CMap_Language_ID to query the Mac language ID that may be needed to be able to distinguish Apple encoding variants. See

    http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/Readme.txt

    to get an idea how to do that. Basically, if the language ID is 0, don't use it, otherwise subtract 1 from the language ID. Then examine ‘encoding_id’. If, for example, ‘encoding_id’ is TT_MAC_ID_ROMAN and the language ID (minus 1) is ‘TT_MAC_LANGID_GREEK’, it is the Greek encoding, not Roman. TT_MAC_ID_ARABIC with ‘TT_MAC_LANGID_FARSI’ means the Farsi variant the Arabic encoding.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Glyph_Metrics

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    -
    -  typedef struct  FT_Glyph_Metrics_
    -  {
    -    FT_Pos  width;
    -    FT_Pos  height;
    -
    -    FT_Pos  horiBearingX;
    -    FT_Pos  horiBearingY;
    -    FT_Pos  horiAdvance;
    -
    -    FT_Pos  vertBearingX;
    -    FT_Pos  vertBearingY;
    -    FT_Pos  vertAdvance;
    -
    -  } FT_Glyph_Metrics;
    -
    -

    -
    -

    A structure used to model the metrics of a single glyph. The values are expressed in 26.6 fractional pixel format; if the flag FT_LOAD_NO_SCALE has been used while loading the glyph, values are expressed in font units instead.

    -

    -
    fields
    -

    - - - - - - - - - -
    width -

    The glyph's width.

    -
    height -

    The glyph's height.

    -
    horiBearingX -

    Left side bearing for horizontal layout.

    -
    horiBearingY -

    Top side bearing for horizontal layout.

    -
    horiAdvance -

    Advance width for horizontal layout.

    -
    vertBearingX -

    Left side bearing for vertical layout.

    -
    vertBearingY -

    Top side bearing for vertical layout. Larger positive values mean further below the vertical glyph origin.

    -
    vertAdvance -

    Advance height for vertical layout. Positive values mean the glyph has a positive advance downward.

    -
    -
    -
    note
    -

    If not disabled with FT_LOAD_NO_HINTING, the values represent dimensions of the hinted glyph (in case hinting is applicable).

    -

    Stroking a glyph with an outside border does not increase ‘horiAdvance’ or ‘vertAdvance’; you have to manually adjust these values to account for the added width and height.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Bitmap_Size

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    -
    -  typedef struct  FT_Bitmap_Size_
    -  {
    -    FT_Short  height;
    -    FT_Short  width;
     
    -    FT_Pos    size;
    -
    -    FT_Pos    x_ppem;
    -    FT_Pos    y_ppem;
    -
    -  } FT_Bitmap_Size;
    -
    -

    -
    -

    This structure models the metrics of a bitmap strike (i.e., a set of glyphs for a given point size and resolution) in a bitmap font. It is used for the ‘available_sizes’ field of FT_Face.

    -

    -
    fields
    -

    - - - - - - -
    height -

    The vertical distance, in pixels, between two consecutive baselines. It is always positive.

    -
    width -

    The average width, in pixels, of all glyphs in the strike.

    -
    size -

    The nominal size of the strike in 26.6 fractional points. This field is not very useful.

    -
    x_ppem -

    The horizontal ppem (nominal width) in 26.6 fractional pixels.

    -
    y_ppem -

    The vertical ppem (nominal height) in 26.6 fractional pixels.

    -
    -
    -
    note
    -

    Windows FNT: The nominal size given in a FNT font is not reliable. Thus when the driver finds it incorrect, it sets ‘size’ to some calculated values and sets ‘x_ppem’ and ‘y_ppem’ to the pixel width and height given in the font, respectively.

    -

    TrueType embedded bitmaps: ‘size’, ‘width’, and ‘height’ values are not contained in the bitmap strike itself. They are computed from the global font parameters.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Module

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    -
    -  typedef struct FT_ModuleRec_*  FT_Module;
    -
    -

    -
    -

    A handle to a given FreeType module object. Each module can be a font driver, a renderer, or anything else that provides services to the formers.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Driver

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    -
    -  typedef struct FT_DriverRec_*  FT_Driver;
    -
    -

    -
    -

    A handle to a given FreeType font driver object. Each font driver is a special module capable of creating faces from font files.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Renderer

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    -
    -  typedef struct FT_RendererRec_*  FT_Renderer;
    -
    -

    -
    -

    A handle to a given FreeType renderer. A renderer is a special module in charge of converting a glyph image to a bitmap, when necessary. Each renderer supports a given glyph image format, and one or more target surface depths.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_ENC_TAG

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    +
    + +
    +

    FT_ENC_TAG

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
     #ifndef FT_ENC_TAG
     #define FT_ENC_TAG( value, a, b, c, d )         \
               value = ( ( (FT_UInt32)(a) << 24 ) |  \
    @@ -524,127 +398,24 @@ Defined in FT_FREETYPE_H (freetype.h).
                           (FT_UInt32)(d)         )
     
     #endif /* FT_ENC_TAG */
    +
    -

    -

    This macro converts four-letter tags into an unsigned long. It is used to define ‘encoding’ identifiers (see FT_Encoding).

    -

    -
    note
    + +

    note

    Since many 16-bit compilers don't like 32-bit enumerations, you should redefine this macro in case of problems to something like this:

       #define FT_ENC_TAG( value, a, b, c, d )  value                   
     

    to get a simple enumeration without assigning special numbers.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    ft_encoding_xxx

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    -
    -#define ft_encoding_none            FT_ENCODING_NONE
    -#define ft_encoding_unicode         FT_ENCODING_UNICODE
    -#define ft_encoding_symbol          FT_ENCODING_MS_SYMBOL
    -#define ft_encoding_latin_1         FT_ENCODING_ADOBE_LATIN_1
    -#define ft_encoding_latin_2         FT_ENCODING_OLD_LATIN_2
    -#define ft_encoding_sjis            FT_ENCODING_SJIS
    -#define ft_encoding_gb2312          FT_ENCODING_GB2312
    -#define ft_encoding_big5            FT_ENCODING_BIG5
    -#define ft_encoding_wansung         FT_ENCODING_WANSUNG
    -#define ft_encoding_johab           FT_ENCODING_JOHAB
    -
    -#define ft_encoding_adobe_standard  FT_ENCODING_ADOBE_STANDARD
    -#define ft_encoding_adobe_expert    FT_ENCODING_ADOBE_EXPERT
    -#define ft_encoding_adobe_custom    FT_ENCODING_ADOBE_CUSTOM
    -#define ft_encoding_apple_roman     FT_ENCODING_APPLE_ROMAN
    -
    -

    -
    -

    These constants are deprecated; use the corresponding FT_Encoding values instead.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_CharMapRec

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    -
    -  typedef struct  FT_CharMapRec_
    -  {
    -    FT_Face      face;
    -    FT_Encoding  encoding;
    -    FT_UShort    platform_id;
    -    FT_UShort    encoding_id;
    -
    -  } FT_CharMapRec;
    -
    -

    -
    -

    The base charmap structure.

    -

    -
    fields
    -

    - - - - - -
    face -

    A handle to the parent face object.

    -
    encoding -

    An FT_Encoding tag identifying the charmap. Use this with FT_Select_Charmap.

    -
    platform_id -

    An ID number describing the platform for the following encoding ID. This comes directly from the TrueType specification and should be emulated for other formats.

    -
    encoding_id -

    A platform specific encoding number. This also comes from the TrueType specification and should be emulated similarly.

    -
    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Face_Internal

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    -
    -  typedef struct FT_Face_InternalRec_*  FT_Face_Internal;
     
    -

    -
    -

    An opaque handle to an ‘FT_Face_InternalRec’ structure, used to model private data of a given FT_Face object.

    -

    This structure might change between releases of FreeType 2 and is not generally available to client applications.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_FaceRec

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    +
    + +
    +

    FT_FaceRec

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       typedef struct  FT_FaceRec_
       {
         FT_Long           num_faces;
    @@ -688,7 +459,7 @@ Defined in FT_FREETYPE_H (freetype.h).
     
         /*@private begin */
     
    -    FT_Driver         driver;
    +    FT_Driver         driver;
         FT_Memory         memory;
         FT_Stream         stream;
     
    @@ -702,517 +473,292 @@ Defined in FT_FREETYPE_H (freetype.h).
         /*@private end */
     
       } FT_FaceRec;
    +
    -

    -

    FreeType root face class structure. A face object models a typeface in a font file.

    -

    -
    fields
    -

    - -
    num_faces + +

    fields

    + + - - - - - - - - - - - - - - - - - - - - - - -
    num_faces

    The number of faces in the font file. Some font formats can have multiple faces in a font file.

    face_index +
    face_index

    The index of the face in the font file. It is set to 0 if there is only one face in the font file.

    face_flags +
    face_flags

    A set of bit flags that give important information about the face; see FT_FACE_FLAG_XXX for the details.

    style_flags +
    style_flags

    A set of bit flags indicating the style of the face; see FT_STYLE_FLAG_XXX for the details.

    num_glyphs +
    num_glyphs

    The number of glyphs in the face. If the face is scalable and has sbits (see ‘num_fixed_sizes’), it is set to the number of outline glyphs.

    For CID-keyed fonts, this value gives the highest CID used in the font.

    family_name +
    family_name

    The face's family name. This is an ASCII string, usually in English, that describes the typeface's family (like ‘Times New Roman’, ‘Bodoni’, ‘Garamond’, etc). This is a least common denominator used to list fonts. Some formats (TrueType & OpenType) provide localized and Unicode versions of this string. Applications should use the format specific interface to access them. Can be NULL (e.g., in fonts embedded in a PDF file).

    style_name +
    style_name

    The face's style name. This is an ASCII string, usually in English, that describes the typeface's style (like ‘Italic’, ‘Bold’, ‘Condensed’, etc). Not all font formats provide a style name, so this field is optional, and can be set to NULL. As for ‘family_name’, some formats provide localized and Unicode versions of this string. Applications should use the format specific interface to access them.

    num_fixed_sizes +
    num_fixed_sizes

    The number of bitmap strikes in the face. Even if the face is scalable, there might still be bitmap strikes, which are called ‘sbits’ in that case.

    available_sizes +
    available_sizes

    An array of FT_Bitmap_Size for all bitmap strikes in the face. It is set to NULL if there is no bitmap strike.

    num_charmaps +
    num_charmaps

    The number of charmaps in the face.

    charmaps +
    charmaps

    An array of the charmaps of the face.

    generic +
    generic

    A field reserved for client uses. See the FT_Generic type description.

    bbox +
    bbox

    The font bounding box. Coordinates are expressed in font units (see ‘units_per_EM’). The box is large enough to contain any glyph from the font. Thus, ‘bbox.yMax’ can be seen as the ‘maximum ascender’, and ‘bbox.yMin’ as the ‘minimum descender’. Only relevant for scalable formats.

    Note that the bounding box might be off by (at least) one pixel for hinted fonts. See FT_Size_Metrics for further discussion.

    units_per_EM +
    units_per_EM

    The number of font units per EM square for this face. This is typically 2048 for TrueType fonts, and 1000 for Type 1 fonts. Only relevant for scalable formats.

    ascender +
    ascender

    The typographic ascender of the face, expressed in font units. For font formats not having this information, it is set to ‘bbox.yMax’. Only relevant for scalable formats.

    descender +
    descender

    The typographic descender of the face, expressed in font units. For font formats not having this information, it is set to ‘bbox.yMin’. Note that this field is usually negative. Only relevant for scalable formats.

    height +
    height

    This value is the vertical distance between two consecutive baselines, expressed in font units. It is always positive. Only relevant for scalable formats.

    If you want the global glyph height, use ‘ascender - descender’.

    max_advance_width +
    max_advance_width

    The maximum advance width, in font units, for all glyphs in this face. This can be used to make word wrapping computations faster. Only relevant for scalable formats.

    max_advance_height +
    max_advance_height

    The maximum advance height, in font units, for all glyphs in this face. This is only relevant for vertical layouts, and is set to ‘height’ for fonts that do not provide vertical metrics. Only relevant for scalable formats.

    underline_position +
    underline_position

    The position, in font units, of the underline line for this face. It is the center of the underlining stem. Only relevant for scalable formats.

    underline_thickness +
    underline_thickness

    The thickness, in font units, of the underline for this face. Only relevant for scalable formats.

    glyph +
    glyph

    The face's associated glyph slot(s).

    size +
    size

    The current active size for this face.

    charmap +
    charmap

    The current active charmap for this face.

    -
    -
    note
    + +

    note

    Fields may be changed after a call to FT_Attach_File or FT_Attach_Stream.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_FACE_FLAG_XXX

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    -
    -#define FT_FACE_FLAG_SCALABLE          ( 1L <<  0 )
    -#define FT_FACE_FLAG_FIXED_SIZES       ( 1L <<  1 )
    -#define FT_FACE_FLAG_FIXED_WIDTH       ( 1L <<  2 )
    -#define FT_FACE_FLAG_SFNT              ( 1L <<  3 )
    -#define FT_FACE_FLAG_HORIZONTAL        ( 1L <<  4 )
    -#define FT_FACE_FLAG_VERTICAL          ( 1L <<  5 )
    -#define FT_FACE_FLAG_KERNING           ( 1L <<  6 )
    -#define FT_FACE_FLAG_FAST_GLYPHS       ( 1L <<  7 )
    -#define FT_FACE_FLAG_MULTIPLE_MASTERS  ( 1L <<  8 )
    -#define FT_FACE_FLAG_GLYPH_NAMES       ( 1L <<  9 )
    -#define FT_FACE_FLAG_EXTERNAL_STREAM   ( 1L << 10 )
    -#define FT_FACE_FLAG_HINTER            ( 1L << 11 )
    -#define FT_FACE_FLAG_CID_KEYED         ( 1L << 12 )
    -#define FT_FACE_FLAG_TRICKY            ( 1L << 13 )
    -#define FT_FACE_FLAG_COLOR             ( 1L << 14 )
    -
    -

    -
    -

    A list of bit flags used in the ‘face_flags’ field of the FT_FaceRec structure. They inform client applications of properties of the corresponding face.

    -

    -
    values
    -

    - - - - - - - - - - - - - - - - - - - - - - - -
    FT_FACE_FLAG_SCALABLE -

    Indicates that the face contains outline glyphs. This doesn't prevent bitmap strikes, i.e., a face can have both this and and FT_FACE_FLAG_FIXED_SIZES set.

    -
    FT_FACE_FLAG_FIXED_SIZES
    -

    Indicates that the face contains bitmap strikes. See also the ‘num_fixed_sizes’ and ‘available_sizes’ fields of FT_FaceRec.

    -
    FT_FACE_FLAG_FIXED_WIDTH
    -

    Indicates that the face contains fixed-width characters (like Courier, Lucido, MonoType, etc.).

    -
    FT_FACE_FLAG_SFNT -

    Indicates that the face uses the ‘sfnt’ storage scheme. For now, this means TrueType and OpenType.

    -
    FT_FACE_FLAG_HORIZONTAL
    -

    Indicates that the face contains horizontal glyph metrics. This should be set for all common formats.

    -
    FT_FACE_FLAG_VERTICAL -

    Indicates that the face contains vertical glyph metrics. This is only available in some formats, not all of them.

    -
    FT_FACE_FLAG_KERNING -

    Indicates that the face contains kerning information. If set, the kerning distance can be retrieved through the function FT_Get_Kerning. Otherwise the function always return the vector (0,0). Note that FreeType doesn't handle kerning data from the ‘GPOS’ table (as present in some OpenType fonts).

    -
    FT_FACE_FLAG_FAST_GLYPHS
    -

    THIS FLAG IS DEPRECATED. DO NOT USE OR TEST IT.

    -
    FT_FACE_FLAG_MULTIPLE_MASTERS
    -

    Indicates that the font contains multiple masters and is capable of interpolating between them. See the multiple-masters specific API for details.

    -
    FT_FACE_FLAG_GLYPH_NAMES
    -

    Indicates that the font contains glyph names that can be retrieved through FT_Get_Glyph_Name. Note that some TrueType fonts contain broken glyph name tables. Use the function FT_Has_PS_Glyph_Names when needed.

    -
    FT_FACE_FLAG_EXTERNAL_STREAM
    -

    Used internally by FreeType to indicate that a face's stream was provided by the client application and should not be destroyed when FT_Done_Face is called. Don't read or test this flag.

    -
    FT_FACE_FLAG_HINTER -

    Set if the font driver has a hinting machine of its own. For example, with TrueType fonts, it makes sense to use data from the SFNT ‘gasp’ table only if the native TrueType hinting engine (with the bytecode interpreter) is available and active.

    -
    FT_FACE_FLAG_CID_KEYED -

    Set if the font is CID-keyed. In that case, the font is not accessed by glyph indices but by CID values. For subsetted CID-keyed fonts this has the consequence that not all index values are a valid argument to FT_Load_Glyph. Only the CID values for which corresponding glyphs in the subsetted font exist make FT_Load_Glyph return successfully; in all other cases you get an ‘FT_Err_Invalid_Argument’ error.

    -

    Note that CID-keyed fonts that are in an SFNT wrapper don't have this flag set since the glyphs are accessed in the normal way (using contiguous indices); the ‘CID-ness’ isn't visible to the application.

    -
    FT_FACE_FLAG_TRICKY -

    Set if the font is ‘tricky’, this is, it always needs the font format's native hinting engine to get a reasonable result. A typical example is the Chinese font ‘mingli.ttf’ that uses TrueType bytecode instructions to move and scale all of its subglyphs.

    -

    It is not possible to autohint such fonts using FT_LOAD_FORCE_AUTOHINT; it will also ignore FT_LOAD_NO_HINTING. You have to set both FT_LOAD_NO_HINTING and FT_LOAD_NO_AUTOHINT to really disable hinting; however, you probably never want this except for demonstration purposes.

    -

    Currently, there are about a dozen TrueType fonts in the list of tricky fonts; they are hard-coded in file ‘ttobjs.c’.

    -
    FT_FACE_FLAG_COLOR -

    Set if the font has color glyph tables. To access color glyphs use FT_LOAD_COLOR.

    -
    -
    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_HAS_HORIZONTAL

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    +
    + +
    +

    FT_HAS_HORIZONTAL

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
     #define FT_HAS_HORIZONTAL( face ) \
    -          ( face->face_flags & FT_FACE_FLAG_HORIZONTAL )
    +          ( face->face_flags & FT_FACE_FLAG_HORIZONTAL )
    +
    -

    -

    A macro that returns true whenever a face object contains horizontal metrics (this is true for all font formats though).

    -

    -
    also
    + +

    also

    FT_HAS_VERTICAL can be used to check for vertical metrics.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_HAS_VERTICAL

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +
    + + +
    +

    FT_HAS_VERTICAL

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
     #define FT_HAS_VERTICAL( face ) \
    -          ( face->face_flags & FT_FACE_FLAG_VERTICAL )
    +          ( face->face_flags & FT_FACE_FLAG_VERTICAL )
    +
    -

    -

    A macro that returns true whenever a face object contains real vertical metrics (and not only synthesized ones).

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_HAS_KERNING

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +
    + + +
    +

    FT_HAS_KERNING

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
     #define FT_HAS_KERNING( face ) \
    -          ( face->face_flags & FT_FACE_FLAG_KERNING )
    +          ( face->face_flags & FT_FACE_FLAG_KERNING )
    +
    -

    -

    A macro that returns true whenever a face object contains kerning data that can be accessed with FT_Get_Kerning.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_IS_SCALABLE

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    -#define FT_IS_SCALABLE( face ) \
    -          ( face->face_flags & FT_FACE_FLAG_SCALABLE )
    -
    -

    -
    -

    A macro that returns true whenever a face object contains a scalable font face (true for TrueType, Type 1, Type 42, CID, OpenType/CFF, and PFR font formats.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_IS_SFNT

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    -
    -#define FT_IS_SFNT( face ) \
    -          ( face->face_flags & FT_FACE_FLAG_SFNT )
    -
    -

    -
    -

    A macro that returns true whenever a face object contains a font whose format is based on the SFNT storage scheme. This usually means: TrueType fonts, OpenType fonts, as well as SFNT-based embedded bitmap fonts.

    -

    If this macro is true, all functions defined in FT_SFNT_NAMES_H and FT_TRUETYPE_TABLES_H are available.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_IS_FIXED_WIDTH

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    -
    -#define FT_IS_FIXED_WIDTH( face ) \
    -          ( face->face_flags & FT_FACE_FLAG_FIXED_WIDTH )
    -
    -

    -
    -

    A macro that returns true whenever a face object contains a font face that contains fixed-width (or ‘monospace’, ‘fixed-pitch’, etc.) glyphs.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_HAS_FIXED_SIZES

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    +
    + +
    +

    FT_HAS_FIXED_SIZES

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
     #define FT_HAS_FIXED_SIZES( face ) \
    -          ( face->face_flags & FT_FACE_FLAG_FIXED_SIZES )
    +          ( face->face_flags & FT_FACE_FLAG_FIXED_SIZES )
    +
    -

    -

    A macro that returns true whenever a face object contains some embedded bitmaps. See the ‘available_sizes’ field of the FT_FaceRec structure.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_HAS_FAST_GLYPHS

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    -
    -#define FT_HAS_FAST_GLYPHS( face )  0
     
    -

    -
    -

    Deprecated.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_HAS_GLYPH_NAMES

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    +
    + +
    +

    FT_HAS_GLYPH_NAMES

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
     #define FT_HAS_GLYPH_NAMES( face ) \
    -          ( face->face_flags & FT_FACE_FLAG_GLYPH_NAMES )
    +          ( face->face_flags & FT_FACE_FLAG_GLYPH_NAMES )
    +
    -

    -

    A macro that returns true whenever a face object contains some glyph names that can be accessed through FT_Get_Glyph_Name.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_HAS_MULTIPLE_MASTERS

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +
    + + +
    +

    FT_HAS_MULTIPLE_MASTERS

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
     #define FT_HAS_MULTIPLE_MASTERS( face ) \
    -          ( face->face_flags & FT_FACE_FLAG_MULTIPLE_MASTERS )
    +          ( face->face_flags & FT_FACE_FLAG_MULTIPLE_MASTERS )
    +
    -

    -

    A macro that returns true whenever a face object contains some multiple masters. The functions provided by FT_MULTIPLE_MASTERS_H are then available to choose the exact design you want.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_IS_CID_KEYED

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +
    + + +
    +

    FT_HAS_COLOR

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +#define FT_HAS_COLOR( face ) \
    +          ( face->face_flags & FT_FACE_FLAG_COLOR )
    +
    + +

    A macro that returns true whenever a face object contains tables for color glyphs.

    + +
    +
    + +
    +

    FT_IS_SFNT

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +#define FT_IS_SFNT( face ) \
    +          ( face->face_flags & FT_FACE_FLAG_SFNT )
    +
    + +

    A macro that returns true whenever a face object contains a font whose format is based on the SFNT storage scheme. This usually means: TrueType fonts, OpenType fonts, as well as SFNT-based embedded bitmap fonts.

    +

    If this macro is true, all functions defined in FT_SFNT_NAMES_H and FT_TRUETYPE_TABLES_H are available.

    + +
    +
    + +
    +

    FT_IS_SCALABLE

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +#define FT_IS_SCALABLE( face ) \
    +          ( face->face_flags & FT_FACE_FLAG_SCALABLE )
    +
    + +

    A macro that returns true whenever a face object contains a scalable font face (true for TrueType, Type 1, Type 42, CID, OpenType/CFF, and PFR font formats.

    + +
    +
    + +
    +

    FT_IS_FIXED_WIDTH

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +#define FT_IS_FIXED_WIDTH( face ) \
    +          ( face->face_flags & FT_FACE_FLAG_FIXED_WIDTH )
    +
    + +

    A macro that returns true whenever a face object contains a font face that contains fixed-width (or ‘monospace’, ‘fixed-pitch’, etc.) glyphs.

    + +
    +
    + +
    +

    FT_IS_CID_KEYED

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
     #define FT_IS_CID_KEYED( face ) \
    -          ( face->face_flags & FT_FACE_FLAG_CID_KEYED )
    +          ( face->face_flags & FT_FACE_FLAG_CID_KEYED )
    +
    -

    -

    A macro that returns true whenever a face object contains a CID-keyed font. See the discussion of FT_FACE_FLAG_CID_KEYED for more details.

    If this macro is true, all functions defined in FT_CID_H are available.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_IS_TRICKY

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +
    + + +
    +

    FT_IS_TRICKY

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
     #define FT_IS_TRICKY( face ) \
    -          ( face->face_flags & FT_FACE_FLAG_TRICKY )
    +          ( face->face_flags & FT_FACE_FLAG_TRICKY )
    +
    -

    -

    A macro that returns true whenever a face represents a ‘tricky’ font. See the discussion of FT_FACE_FLAG_TRICKY for more details.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_HAS_COLOR

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    -#define FT_HAS_COLOR( face ) \
    -          ( face->face_flags & FT_FACE_FLAG_COLOR )
    +
    + -

    -
    -

    A macro that returns true whenever a face object contains tables for color glyphs.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_STYLE_FLAG_XXX

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    -
    -#define FT_STYLE_FLAG_ITALIC  ( 1 << 0 )
    -#define FT_STYLE_FLAG_BOLD    ( 1 << 1 )
    -
    -

    -
    -

    A list of bit-flags used to indicate the style of a given face. These are used in the ‘style_flags’ field of FT_FaceRec.

    -

    -
    values
    -

    - -
    FT_STYLE_FLAG_ITALIC -

    Indicates that a given face style is italic or oblique.

    +
    +

    FT_SizeRec

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +  typedef struct  FT_SizeRec_
    +  {
    +    FT_Face           face;      /* parent face object              */
    +    FT_Generic        generic;   /* generic pointer for client uses */
    +    FT_Size_Metrics   metrics;   /* size metrics                    */
    +    FT_Size_Internal  internal;
    +
    +  } FT_SizeRec;
    +
    + +

    FreeType root size class structure. A size object models a face object at a given size.

    + +

    fields

    + + - +
    face +

    Handle to the parent face object.

    FT_STYLE_FLAG_BOLD -

    Indicates that a given face is bold.

    +
    generic +

    A typeless pointer, unused by the FreeType library or any of its drivers. It can be used by client applications to link their own data to each size object.

    +
    metrics +

    Metrics for this size object. This field is read-only.

    -
    -
    note
    -

    The style information as provided by FreeType is very basic. More details are beyond the scope and should be done on a higher level (for example, by analyzing various fields of the ‘OS/2’ table in SFNT based fonts).

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Size_Internal

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    -
    -  typedef struct FT_Size_InternalRec_*  FT_Size_Internal;
     
    -

    -
    -

    An opaque handle to an ‘FT_Size_InternalRec’ structure, used to model private data of a given FT_Size object.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Size_Metrics

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    +
    + +
    +

    FT_Size_Metrics

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       typedef struct  FT_Size_Metrics_
       {
         FT_UShort  x_ppem;      /* horizontal pixels per EM               */
    @@ -1227,141 +773,51 @@ Defined in FT_FREETYPE_H (freetype.h).
         FT_Pos     max_advance; /* max horizontal advance, in 26.6 pixels */
     
       } FT_Size_Metrics;
    +
    -

    -

    The size metrics structure gives the metrics of a size object.

    -

    -
    fields
    -

    - -
    x_ppem + +

    fields

    + + - - - - - - -
    x_ppem

    The width of the scaled EM square in pixels, hence the term ‘ppem’ (pixels per EM). It is also referred to as ‘nominal width’.

    y_ppem +
    y_ppem

    The height of the scaled EM square in pixels, hence the term ‘ppem’ (pixels per EM). It is also referred to as ‘nominal height’.

    x_scale +
    x_scale

    A 16.16 fractional scaling value used to convert horizontal metrics from font units to 26.6 fractional pixels. Only relevant for scalable font formats.

    y_scale +
    y_scale

    A 16.16 fractional scaling value used to convert vertical metrics from font units to 26.6 fractional pixels. Only relevant for scalable font formats.

    ascender +
    ascender

    The ascender in 26.6 fractional pixels. See FT_FaceRec for the details.

    descender +
    descender

    The descender in 26.6 fractional pixels. See FT_FaceRec for the details.

    height +
    height

    The height in 26.6 fractional pixels. See FT_FaceRec for the details.

    max_advance +
    max_advance

    The maximum advance width in 26.6 fractional pixels. See FT_FaceRec for the details.

    -
    -
    note
    + +

    note

    The scaling values, if relevant, are determined first during a size changing operation. The remaining fields are then set by the driver. For scalable formats, they are usually set to scaled values of the corresponding fields in FT_FaceRec.

    Note that due to glyph hinting, these values might not be exact for certain fonts. Thus they must be treated as unreliable with an error margin of at least one pixel!

    Indeed, the only way to get the exact metrics is to render all glyphs. As this would be a definite performance hit, it is up to client applications to perform such computations.

    The FT_Size_Metrics structure is valid for bitmap fonts also.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_SizeRec

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    -  typedef struct  FT_SizeRec_
    -  {
    -    FT_Face           face;      /* parent face object              */
    -    FT_Generic        generic;   /* generic pointer for client uses */
    -    FT_Size_Metrics   metrics;   /* size metrics                    */
    -    FT_Size_Internal  internal;
    -
    -  } FT_SizeRec;
    -
    -

    -
    -

    FreeType root size class structure. A size object models a face object at a given size.

    -

    -
    fields
    -

    - - - - -
    face -

    Handle to the parent face object.

    -
    generic -

    A typeless pointer, unused by the FreeType library or any of its drivers. It can be used by client applications to link their own data to each size object.

    -
    metrics -

    Metrics for this size object. This field is read-only.

    -
    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_SubGlyph

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    -
    -  typedef struct FT_SubGlyphRec_*  FT_SubGlyph;
    -
    -

    -
    -

    The subglyph structure is an internal object used to describe subglyphs (for example, in the case of composites).

    -

    -
    note
    -

    The subglyph implementation is not part of the high-level API, hence the forward structure declaration.

    -

    You can however retrieve subglyph information with FT_Get_SubGlyph_Info.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Slot_Internal

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    -
    -  typedef struct FT_Slot_InternalRec_*  FT_Slot_Internal;
    -
    -

    -
    -

    An opaque handle to an ‘FT_Slot_InternalRec’ structure, used to model private data of a given FT_GlyphSlot object.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_GlyphSlotRec

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    +
    + +
    +

    FT_GlyphSlotRec

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       typedef struct  FT_GlyphSlotRec_
       {
         FT_Library        library;
    @@ -1397,84 +853,82 @@ Defined in FT_FREETYPE_H (freetype.h).
         FT_Slot_Internal  internal;
     
       } FT_GlyphSlotRec;
    +
    -

    -

    FreeType root glyph slot class structure. A glyph slot is a container where individual glyphs can be loaded, be they in outline or bitmap format.

    -

    -
    fields
    -

    - -
    library + +

    fields

    + + - - - - - - - - - - - - - - - - - - -
    library

    A handle to the FreeType library instance this slot belongs to.

    face +
    face

    A handle to the parent face object.

    next +
    next

    In some cases (like some font tools), several glyph slots per face object can be a good thing. As this is rare, the glyph slots are listed through a direct, single-linked list using its ‘next’ field.

    generic +
    generic

    A typeless pointer unused by the FreeType library or any of its drivers. It can be used by client applications to link their own data to each glyph slot object.

    metrics +
    metrics

    The metrics of the last loaded glyph in the slot. The returned values depend on the last load flags (see the FT_Load_Glyph API function) and can be expressed either in 26.6 fractional pixels or font units.

    Note that even when the glyph image is transformed, the metrics are not.

    linearHoriAdvance +
    linearHoriAdvance

    The advance width of the unhinted glyph. Its value is expressed in 16.16 fractional pixels, unless FT_LOAD_LINEAR_DESIGN is set when loading the glyph. This field can be important to perform correct WYSIWYG layout. Only relevant for outline glyphs.

    linearVertAdvance +
    linearVertAdvance

    The advance height of the unhinted glyph. Its value is expressed in 16.16 fractional pixels, unless FT_LOAD_LINEAR_DESIGN is set when loading the glyph. This field can be important to perform correct WYSIWYG layout. Only relevant for outline glyphs.

    advance +
    advance

    This shorthand is, depending on FT_LOAD_IGNORE_TRANSFORM, the transformed (hinted) advance width for the glyph, in 26.6 fractional pixel format. As specified with FT_LOAD_VERTICAL_LAYOUT, it uses either the ‘horiAdvance’ or the ‘vertAdvance’ value of ‘metrics’ field.

    format +
    format

    This field indicates the format of the image contained in the glyph slot. Typically FT_GLYPH_FORMAT_BITMAP, FT_GLYPH_FORMAT_OUTLINE, or FT_GLYPH_FORMAT_COMPOSITE, but others are possible.

    bitmap +
    bitmap

    This field is used as a bitmap descriptor when the slot format is FT_GLYPH_FORMAT_BITMAP. Note that the address and content of the bitmap buffer can change between calls of FT_Load_Glyph and a few other functions.

    bitmap_left -

    This is the bitmap's left bearing expressed in integer pixels. Of course, this is only valid if the format is FT_GLYPH_FORMAT_BITMAP.

    +
    bitmap_left +

    The bitmap's left bearing expressed in integer pixels. Only valid if the format is FT_GLYPH_FORMAT_BITMAP, this is, if the glyph slot contains a bitmap.

    bitmap_top -

    This is the bitmap's top bearing expressed in integer pixels. Remember that this is the distance from the baseline to the top-most glyph scanline, upwards y coordinates being positive.

    +
    bitmap_top +

    The bitmap's top bearing expressed in integer pixels. Remember that this is the distance from the baseline to the top-most glyph scanline, upwards y coordinates being positive.

    outline +
    outline

    The outline descriptor for the current glyph image if its format is FT_GLYPH_FORMAT_OUTLINE. Once a glyph is loaded, ‘outline’ can be transformed, distorted, embolded, etc. However, it must not be freed.

    num_subglyphs -

    The number of subglyphs in a composite glyph. This field is only valid for the composite glyph format that should normally only be loaded with the FT_LOAD_NO_RECURSE flag. For now this is internal to FreeType.

    +
    num_subglyphs +

    The number of subglyphs in a composite glyph. This field is only valid for the composite glyph format that should normally only be loaded with the FT_LOAD_NO_RECURSE flag.

    subglyphs +
    subglyphs

    An array of subglyph descriptors for composite glyphs. There are ‘num_subglyphs’ elements in there. Currently internal to FreeType.

    control_data +
    control_data

    Certain font drivers can also return the control data for a given glyph image (e.g. TrueType bytecode, Type 1 charstrings, etc.). This field is a pointer to such data.

    control_len +
    control_len

    This is the length in bytes of the control data.

    other +
    other

    Really wicked formats can use this pointer to present their own glyph image to client applications. Note that the application needs to know about the image format.

    lsb_delta +
    lsb_delta

    The difference between hinted and unhinted left side bearing while autohinting is active. Zero otherwise.

    rsb_delta +
    rsb_delta

    The difference between hinted and unhinted right side bearing while autohinting is active. Zero otherwise.

    -
    -
    note
    + +

    note

    If FT_Load_Glyph is called with default flags (see FT_LOAD_DEFAULT) the glyph image is loaded in the glyph slot in its native format (e.g., an outline glyph for TrueType and Type 1 formats).

    This image can later be converted into a bitmap by calling FT_Render_Glyph. This function finds the current renderer for the native image's format, then invokes it.

    The renderer is in charge of transforming the native image through the slot's face transformation fields, then converting it into a bitmap that is returned in ‘slot->bitmap’.

    Note that ‘slot->bitmap_left’ and ‘slot->bitmap_top’ are also used to specify the position of the bitmap relative to the current pen position (e.g., coordinates (0,0) on the baseline). Of course, ‘slot->format’ is also changed to FT_GLYPH_FORMAT_BITMAP.

    -
    -
    note
    + +

    note

    Here a small pseudo code fragment that shows how to use ‘lsb_delta’ and ‘rsb_delta’:

       FT_Pos  origin_x       = 0;                                      
    @@ -1499,687 +953,738 @@ Defined in FT_FREETYPE_H (freetype.h).
         origin_x += face->glyph->advance.x;                            
       endfor                                                           
     
    -
    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_Init_FreeType

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    +
    + - FT_EXPORT( FT_Error ) - FT_Init_FreeType( FT_Library *alibrary ); +
    +

    FT_Glyph_Metrics

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +  typedef struct  FT_Glyph_Metrics_
    +  {
    +    FT_Pos  width;
    +    FT_Pos  height;
     
    -

    -
    -

    Initialize a new FreeType library object. The set of modules that are registered by this function is determined at build time.

    -

    -
    output
    -

    - - -
    alibrary -

    A handle to a new library object.

    -
    -
    -
    return
    -

    FreeType error code. 0 means success.

    -
    -
    note
    -

    In case you want to provide your own memory allocating routines, use FT_New_Library instead, followed by a call to FT_Add_Default_Modules (or a series of calls to FT_Add_Module).

    -

    For multi-threading applications each thread should have its own FT_Library object.

    -

    If you need reference-counting (cf. FT_Reference_Library), use FT_New_Library and FT_Done_Library.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Done_FreeType

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    +    FT_Pos  horiBearingX;
    +    FT_Pos  horiBearingY;
    +    FT_Pos  horiAdvance;
     
    -  FT_EXPORT( FT_Error )
    -  FT_Done_FreeType( FT_Library  library );
    +    FT_Pos  vertBearingX;
    +    FT_Pos  vertBearingY;
    +    FT_Pos  vertAdvance;
     
    -

    -
    -

    Destroy a given FreeType library object and all of its children, including resources, drivers, faces, sizes, etc.

    -

    -
    input
    -

    - - -
    library -

    A handle to the target library object.

    -
    -
    -
    return
    -

    FreeType error code. 0 means success.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_OPEN_XXX

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    -
    -#define FT_OPEN_MEMORY    0x1
    -#define FT_OPEN_STREAM    0x2
    -#define FT_OPEN_PATHNAME  0x4
    -#define FT_OPEN_DRIVER    0x8
    -#define FT_OPEN_PARAMS    0x10
    -
    -#define ft_open_memory    FT_OPEN_MEMORY     /* deprecated */
    -#define ft_open_stream    FT_OPEN_STREAM     /* deprecated */
    -#define ft_open_pathname  FT_OPEN_PATHNAME   /* deprecated */
    -#define ft_open_driver    FT_OPEN_DRIVER     /* deprecated */
    -#define ft_open_params    FT_OPEN_PARAMS     /* deprecated */
    -
    -

    -
    -

    A list of bit-field constants used within the ‘flags’ field of the FT_Open_Args structure.

    -

    -
    values
    -

    - - - -
    FT_OPEN_MEMORY -

    This is a memory-based stream.

    -
    FT_OPEN_STREAM -

    Copy the stream from the ‘stream’ field.

    -
    FT_OPEN_PATHNAME -

    Create a new input stream from a C path name.

    + } FT_Glyph_Metrics; + + +

    A structure used to model the metrics of a single glyph. The values are expressed in 26.6 fractional pixel format; if the flag FT_LOAD_NO_SCALE has been used while loading the glyph, values are expressed in font units instead.

    + +

    fields

    + + - - - - - - -
    width +

    The glyph's width.

    FT_OPEN_DRIVER -

    Use the ‘driver’ field.

    +
    height +

    The glyph's height.

    FT_OPEN_PARAMS -

    Use the ‘num_params’ and ‘params’ fields.

    +
    horiBearingX +

    Left side bearing for horizontal layout.

    ft_open_memory -

    Deprecated; use FT_OPEN_MEMORY instead.

    +
    horiBearingY +

    Top side bearing for horizontal layout.

    ft_open_stream -

    Deprecated; use FT_OPEN_STREAM instead.

    +
    horiAdvance +

    Advance width for horizontal layout.

    ft_open_pathname -

    Deprecated; use FT_OPEN_PATHNAME instead.

    +
    vertBearingX +

    Left side bearing for vertical layout.

    ft_open_driver -

    Deprecated; use FT_OPEN_DRIVER instead.

    +
    vertBearingY +

    Top side bearing for vertical layout. Larger positive values mean further below the vertical glyph origin.

    ft_open_params -

    Deprecated; use FT_OPEN_PARAMS instead.

    +
    vertAdvance +

    Advance height for vertical layout. Positive values mean the glyph has a positive advance downward.

    -
    -
    note
    -

    The ‘FT_OPEN_MEMORY’, ‘FT_OPEN_STREAM’, and ‘FT_OPEN_PATHNAME’ flags are mutually exclusive.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Parameter

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    -  typedef struct  FT_Parameter_
    -  {
    -    FT_ULong    tag;
    -    FT_Pointer  data;
    +

    note

    +

    If not disabled with FT_LOAD_NO_HINTING, the values represent dimensions of the hinted glyph (in case hinting is applicable).

    +

    Stroking a glyph with an outside border does not increase ‘horiAdvance’ or ‘vertAdvance’; you have to manually adjust these values to account for the added width and height.

    - } FT_Parameter; +
    + -

    -
    -

    A simple structure used to pass more or less generic parameters to FT_Open_Face.

    -

    -
    fields
    -

    - - - -
    tag -

    A four-byte identification tag.

    -
    data -

    A pointer to the parameter data.

    -
    -
    -
    note
    -

    The ID and function of parameters are driver-specific. See the various FT_PARAM_TAG_XXX flags for more information.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Open_Args

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    +
    +

    FT_SubGlyph

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +  typedef struct FT_SubGlyphRec_*  FT_SubGlyph;
    +
    - typedef struct FT_Open_Args_ +

    The subglyph structure is an internal object used to describe subglyphs (for example, in the case of composites).

    + +

    note

    +

    The subglyph implementation is not part of the high-level API, hence the forward structure declaration.

    +

    You can however retrieve subglyph information with FT_Get_SubGlyph_Info.

    + +
    +
    + +
    +

    FT_Bitmap_Size

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +  typedef struct  FT_Bitmap_Size_
       {
    -    FT_UInt         flags;
    -    const FT_Byte*  memory_base;
    -    FT_Long         memory_size;
    -    FT_String*      pathname;
    -    FT_Stream       stream;
    -    FT_Module       driver;
    -    FT_Int          num_params;
    -    FT_Parameter*   params;
    +    FT_Short  height;
    +    FT_Short  width;
     
    -  } FT_Open_Args;
    +    FT_Pos    size;
     
    -

    -
    -

    A structure used to indicate how to open a new font file or stream. A pointer to such a structure can be used as a parameter for the functions FT_Open_Face and FT_Attach_Stream.

    -

    -
    fields
    -

    - - -
    flags -

    A set of bit flags indicating how to use the structure.

    -
    memory_base -

    The first byte of the file in memory.

    + FT_Pos x_ppem; + FT_Pos y_ppem; + + } FT_Bitmap_Size; + + +

    This structure models the metrics of a bitmap strike (i.e., a set of glyphs for a given point size and resolution) in a bitmap font. It is used for the ‘available_sizes’ field of FT_Face.

    + +

    fields

    + + - - - - -
    height +

    The vertical distance, in pixels, between two consecutive baselines. It is always positive.

    memory_size -

    The size in bytes of the file in memory.

    +
    width +

    The average width, in pixels, of all glyphs in the strike.

    pathname -

    A pointer to an 8-bit file pathname.

    +
    size +

    The nominal size of the strike in 26.6 fractional points. This field is not very useful.

    stream -

    A handle to a source stream object.

    +
    x_ppem +

    The horizontal ppem (nominal width) in 26.6 fractional pixels.

    driver -

    This field is exclusively used by FT_Open_Face; it simply specifies the font driver to use to open the face. If set to 0, FreeType tries to load the face with each one of the drivers in its list.

    +
    y_ppem +

    The vertical ppem (nominal height) in 26.6 fractional pixels.

    num_params -

    The number of extra parameters.

    +
    + +

    note

    +

    Windows FNT: The nominal size given in a FNT font is not reliable. Thus when the driver finds it incorrect, it sets ‘size’ to some calculated values and sets ‘x_ppem’ and ‘y_ppem’ to the pixel width and height given in the font, respectively.

    +

    TrueType embedded bitmaps: ‘size’, ‘width’, and ‘height’ values are not contained in the bitmap strike itself. They are computed from the global font parameters.

    + +
    + + +
    +

    FT_Init_FreeType

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +  FT_EXPORT( FT_Error )
    +  FT_Init_FreeType( FT_Library  *alibrary );
    +
    + +

    Initialize a new FreeType library object. The set of modules that are registered by this function is determined at build time.

    + +

    output

    + + -
    alibrary +

    A handle to a new library object.

    params -

    Extra parameters passed to the font driver when opening a new face.

    +
    + +

    return

    +

    FreeType error code. 0 means success.

    + +

    note

    +

    In case you want to provide your own memory allocating routines, use FT_New_Library instead, followed by a call to FT_Add_Default_Modules (or a series of calls to FT_Add_Module).

    +

    For multi-threading applications each thread should have its own FT_Library object.

    +

    If you need reference-counting (cf. FT_Reference_Library), use FT_New_Library and FT_Done_Library.

    + +
    +
    + +
    +

    FT_Done_FreeType

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +  FT_EXPORT( FT_Error )
    +  FT_Done_FreeType( FT_Library  library );
    +
    + +

    Destroy a given FreeType library object and all of its children, including resources, drivers, faces, sizes, etc.

    + +

    input

    + +
    library +

    A handle to the target library object.

    -
    -
    note
    -

    The stream type is determined by the contents of ‘flags’ that are tested in the following order by FT_Open_Face:

    -

    If the ‘FT_OPEN_MEMORY’ bit is set, assume that this is a memory file of ‘memory_size’ bytes, located at ‘memory_address’. The data are are not copied, and the client is responsible for releasing and destroying them after the corresponding call to FT_Done_Face.

    -

    Otherwise, if the ‘FT_OPEN_STREAM’ bit is set, assume that a custom input stream ‘stream’ is used.

    -

    Otherwise, if the ‘FT_OPEN_PATHNAME’ bit is set, assume that this is a normal file and use ‘pathname’ to open it.

    -

    If the ‘FT_OPEN_DRIVER’ bit is set, FT_Open_Face only tries to open the file with the driver whose handler is in ‘driver’.

    -

    If the ‘FT_OPEN_PARAMS’ bit is set, the parameters given by ‘num_params’ and ‘params’ is used. They are ignored otherwise.

    -

    Ideally, both the ‘pathname’ and ‘params’ fields should be tagged as ‘const’; this is missing for API backwards compatibility. In other words, applications should treat them as read-only.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_New_Face

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +

    return

    +

    FreeType error code. 0 means success.

    + +
    + + +
    +

    FT_New_Face

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       FT_EXPORT( FT_Error )
       FT_New_Face( FT_Library   library,
                    const char*  filepathname,
                    FT_Long      face_index,
                    FT_Face     *aface );
    +
    -

    -

    This function calls FT_Open_Face to open a font by its pathname.

    -

    -
    inout
    -

    - -
    library + +

    inout

    + +
    library

    A handle to the library resource.

    -
    -
    input
    -

    - -
    pathname + +

    input

    + + -
    pathname

    A path to the font file.

    face_index +
    face_index

    The index of the face within the font. The first face has index 0.

    -
    -
    output
    -

    - -
    aface + +

    output

    + +
    aface

    A handle to a new face object. If ‘face_index’ is greater than or equal to zero, it must be non-NULL. See FT_Open_Face for more details.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    Use FT_Done_Face to destroy the created FT_Face object (along with its slot and sizes).

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_New_Memory_Face

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +
    + + +
    +

    FT_Done_Face

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +  FT_EXPORT( FT_Error )
    +  FT_Done_Face( FT_Face  face );
    +
    + +

    Discard a given face object, as well as all of its child slots and sizes.

    + +

    input

    + + +
    face +

    A handle to a target face object.

    +
    + +

    return

    +

    FreeType error code. 0 means success.

    + +

    note

    +

    See the discussion of reference counters in the description of FT_Reference_Face.

    + +
    +
    + +
    +

    FT_Reference_Face

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +  FT_EXPORT( FT_Error )
    +  FT_Reference_Face( FT_Face  face );
    +
    + +

    A counter gets initialized to 1 at the time an FT_Face structure is created. This function increments the counter. FT_Done_Face then only destroys a face if the counter is 1, otherwise it simply decrements the counter.

    +

    This function helps in managing life-cycles of structures that reference FT_Face objects.

    + +

    input

    + + +
    face +

    A handle to a target face object.

    +
    + +

    return

    +

    FreeType error code. 0 means success.

    + +

    since

    +

    2.4.2

    + +
    +
    + +
    +

    FT_New_Memory_Face

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       FT_EXPORT( FT_Error )
       FT_New_Memory_Face( FT_Library      library,
                           const FT_Byte*  file_base,
                           FT_Long         file_size,
                           FT_Long         face_index,
                           FT_Face        *aface );
    +
    -

    -

    This function calls FT_Open_Face to open a font that has been loaded into memory.

    -

    -
    inout
    -

    - -
    library + +

    inout

    + +
    library

    A handle to the library resource.

    -
    -
    input
    -

    - -
    file_base + +

    input

    + + - -
    file_base

    A pointer to the beginning of the font data.

    file_size +
    file_size

    The size of the memory chunk used by the font data.

    face_index +
    face_index

    The index of the face within the font. The first face has index 0.

    -
    -
    output
    -

    - -
    aface + +

    output

    + +
    aface

    A handle to a new face object. If ‘face_index’ is greater than or equal to zero, it must be non-NULL. See FT_Open_Face for more details.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    You must not deallocate the memory before calling FT_Done_Face.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Open_Face

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +
    + + +
    +

    FT_Open_Face

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       FT_EXPORT( FT_Error )
       FT_Open_Face( FT_Library           library,
                     const FT_Open_Args*  args,
                     FT_Long              face_index,
                     FT_Face             *aface );
    +
    -

    -

    Create a face object from a given resource described by FT_Open_Args.

    -

    -
    inout
    -

    - -
    library + +

    inout

    + +
    library

    A handle to the library resource.

    -
    -
    input
    -

    - -
    args + +

    input

    + + -
    args

    A pointer to an ‘FT_Open_Args’ structure that must be filled by the caller.

    face_index +
    face_index

    The index of the face within the font. The first face has index 0.

    -
    -
    output
    -

    - -
    aface + +

    output

    + +
    aface

    A handle to a new face object. If ‘face_index’ is greater than or equal to zero, it must be non-NULL. See note below.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    Unlike FreeType 1.x, this function automatically creates a glyph slot for the face object that can be accessed directly through ‘face->glyph’.

    FT_Open_Face can be used to quickly check whether the font format of a given font resource is supported by FreeType. If the ‘face_index’ field is negative, the function's return value is 0 if the font format is recognized, or non-zero otherwise; the function returns a more or less empty face handle in ‘*aface’ (if ‘aface’ isn't NULL). The only useful field in this special case is ‘face->num_faces’ that gives the number of faces within the font file. After examination, the returned FT_Face structure should be deallocated with a call to FT_Done_Face.

    Each new face object created with this function also owns a default FT_Size object, accessible as ‘face->size’.

    One FT_Library instance can have multiple face objects, this is, FT_Open_Face and its siblings can be called multiple times using the same ‘library’ argument.

    See the discussion of reference counters in the description of FT_Reference_Face.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Attach_File

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    -
    -  FT_EXPORT( FT_Error )
    -  FT_Attach_File( FT_Face      face,
    -                  const char*  filepathname );
    -
    -

    -
    -

    This function calls FT_Attach_Stream to attach a file.

    -

    -
    inout
    -

    - - -
    face -

    The target face object.

    -
    -
    -
    input
    -

    - - -
    filepathname -

    The pathname.

    -
    -
    -
    return
    -

    FreeType error code. 0 means success.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Attach_Stream

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    -  FT_EXPORT( FT_Error )
    -  FT_Attach_Stream( FT_Face        face,
    -                    FT_Open_Args*  parameters );
    +
    + + +
    +

    FT_Open_Args

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +  typedef struct  FT_Open_Args_
    +  {
    +    FT_UInt         flags;
    +    const FT_Byte*  memory_base;
    +    FT_Long         memory_size;
    +    FT_String*      pathname;
    +    FT_Stream       stream;
    +    FT_Module       driver;
    +    FT_Int          num_params;
    +    FT_Parameter*   params;
    +
    +  } FT_Open_Args;
    +
    + +

    A structure used to indicate how to open a new font file or stream. A pointer to such a structure can be used as a parameter for the functions FT_Open_Face and FT_Attach_Stream.

    + +

    fields

    + + + + + + + + + +
    flags +

    A set of bit flags indicating how to use the structure.

    +
    memory_base +

    The first byte of the file in memory.

    +
    memory_size +

    The size in bytes of the file in memory.

    +
    pathname +

    A pointer to an 8-bit file pathname.

    +
    stream +

    A handle to a source stream object.

    +
    driver +

    This field is exclusively used by FT_Open_Face; it simply specifies the font driver to use to open the face. If set to 0, FreeType tries to load the face with each one of the drivers in its list.

    +
    num_params +

    The number of extra parameters.

    +
    params +

    Extra parameters passed to the font driver when opening a new face.

    +
    + +

    note

    +

    The stream type is determined by the contents of ‘flags’ that are tested in the following order by FT_Open_Face:

    +

    If the FT_OPEN_MEMORY bit is set, assume that this is a memory file of ‘memory_size’ bytes, located at ‘memory_address’. The data are are not copied, and the client is responsible for releasing and destroying them after the corresponding call to FT_Done_Face.

    +

    Otherwise, if the FT_OPEN_STREAM bit is set, assume that a custom input stream ‘stream’ is used.

    +

    Otherwise, if the FT_OPEN_PATHNAME bit is set, assume that this is a normal file and use ‘pathname’ to open it.

    +

    If the FT_OPEN_DRIVER bit is set, FT_Open_Face only tries to open the file with the driver whose handler is in ‘driver’.

    +

    If the FT_OPEN_PARAMS bit is set, the parameters given by ‘num_params’ and ‘params’ is used. They are ignored otherwise.

    +

    Ideally, both the ‘pathname’ and ‘params’ fields should be tagged as ‘const’; this is missing for API backwards compatibility. In other words, applications should treat them as read-only.

    + +
    +
    + +
    +

    FT_Parameter

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +  typedef struct  FT_Parameter_
    +  {
    +    FT_ULong    tag;
    +    FT_Pointer  data;
    +
    +  } FT_Parameter;
    +
    + +

    A simple structure used to pass more or less generic parameters to FT_Open_Face.

    + +

    fields

    + + + +
    tag +

    A four-byte identification tag.

    +
    data +

    A pointer to the parameter data.

    +
    + +

    note

    +

    The ID and function of parameters are driver-specific. See the various FT_PARAM_TAG_XXX flags for more information.

    + +
    +
    + +
    +

    FT_Attach_File

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +  FT_EXPORT( FT_Error )
    +  FT_Attach_File( FT_Face      face,
    +                  const char*  filepathname );
    +
    + +

    This function calls FT_Attach_Stream to attach a file.

    + +

    inout

    + + +
    face +

    The target face object.

    +
    + +

    input

    + + +
    filepathname +

    The pathname.

    +
    + +

    return

    +

    FreeType error code. 0 means success.

    + +
    +
    + +
    +

    FT_Attach_Stream

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +  FT_EXPORT( FT_Error )
    +  FT_Attach_Stream( FT_Face        face,
    +                    FT_Open_Args*  parameters );
    +
    -

    -

    ‘Attach’ data to a face object. Normally, this is used to read additional information for the face object. For example, you can attach an AFM file that comes with a Type 1 font to get the kerning values and other metrics.

    -

    -
    inout
    -

    - -
    face + +

    inout

    + +
    face

    The target face object.

    -
    -
    input
    -

    - -
    parameters + +

    input

    + +
    parameters

    A pointer to FT_Open_Args that must be filled by the caller.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    The meaning of the ‘attach’ (i.e., what really happens when the new file is read) is not fixed by FreeType itself. It really depends on the font format (and thus the font driver).

    Client applications are expected to know what they are doing when invoking this function. Most drivers simply do not implement file attachments.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Reference_Face

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +
    + + +
    +

    FT_Set_Char_Size

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       FT_EXPORT( FT_Error )
    -  FT_Reference_Face( FT_Face  face );
    +  FT_Set_Char_Size( FT_Face     face,
    +                    FT_F26Dot6  char_width,
    +                    FT_F26Dot6  char_height,
    +                    FT_UInt     horz_resolution,
    +                    FT_UInt     vert_resolution );
    +
    -

    -
    -

    A counter gets initialized to 1 at the time an FT_Face structure is created. This function increments the counter. FT_Done_Face then only destroys a face if the counter is 1, otherwise it simply decrements the counter.

    -

    This function helps in managing life-cycles of structures that reference FT_Face objects.

    -

    -
    input
    -

    - -
    face +

    This function calls FT_Request_Size to request the nominal size (in points).

    + +

    inout

    + +
    face

    A handle to a target face object.

    -
    -
    return
    + +

    input

    + + + + + +
    char_width +

    The nominal width, in 26.6 fractional points.

    +
    char_height +

    The nominal height, in 26.6 fractional points.

    +
    horz_resolution +

    The horizontal resolution in dpi.

    +
    vert_resolution +

    The vertical resolution in dpi.

    +
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    since
    -

    2.4.2

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Done_Face

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +

    note

    +

    If either the character width or height is zero, it is set equal to the other value.

    +

    If either the horizontal or vertical resolution is zero, it is set equal to the other value.

    +

    A character width or height smaller than 1pt is set to 1pt; if both resolution values are zero, they are set to 72dpi.

    +

    Don't use this function if you are using the FreeType cache API.

    + +
    + + +
    +

    FT_Set_Pixel_Sizes

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       FT_EXPORT( FT_Error )
    -  FT_Done_Face( FT_Face  face );
    +  FT_Set_Pixel_Sizes( FT_Face  face,
    +                      FT_UInt  pixel_width,
    +                      FT_UInt  pixel_height );
    +
    -

    -
    -

    Discard a given face object, as well as all of its child slots and sizes.

    -

    -
    input
    -

    - -
    face +

    This function calls FT_Request_Size to request the nominal size (in pixels).

    + +

    inout

    + + +
    face +

    A handle to the target face object.

    +
    + +

    input

    + + + +
    pixel_width +

    The nominal width, in pixels.

    +
    pixel_height +

    The nominal height, in pixels.

    +
    + +

    return

    +

    FreeType error code. 0 means success.

    + +

    note

    +

    You should not rely on the resulting glyphs matching, or being constrained, to this pixel size. Refer to FT_Request_Size to understand how requested sizes relate to actual sizes.

    +

    Don't use this function if you are using the FreeType cache API.

    + +
    + + +
    +

    FT_Request_Size

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +  FT_EXPORT( FT_Error )
    +  FT_Request_Size( FT_Face          face,
    +                   FT_Size_Request  req );
    +
    + +

    Resize the scale of the active FT_Size object in a face.

    + +

    inout

    + +
    face

    A handle to a target face object.

    -
    -
    return
    + +

    input

    + + +
    req +

    A pointer to a FT_Size_RequestRec.

    +
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    -

    See the discussion of reference counters in the description of FT_Reference_Face.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Select_Size

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +

    note

    +

    Although drivers may select the bitmap strike matching the request, you should not rely on this if you intend to select a particular bitmap strike. Use FT_Select_Size instead in that case.

    +

    The relation between the requested size and the resulting glyph size is dependent entirely on how the size is defined in the source face. The font designer chooses the final size of each glyph relative to this size. For more information refer to ‘http://www.freetype.org/freetype2/docs/glyphs/glyphs-2.html

    +

    Don't use this function if you are using the FreeType cache API.

    + +
    + + +
    +

    FT_Select_Size

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       FT_EXPORT( FT_Error )
       FT_Select_Size( FT_Face  face,
                       FT_Int   strike_index );
    +
    -

    -

    Select a bitmap strike.

    -

    -
    inout
    -

    - -
    face + +

    inout

    + +
    face

    A handle to a target face object.

    -
    -
    input
    -

    - -
    strike_index + +

    input

    + +
    strike_index

    The index of the bitmap strike in the ‘available_sizes’ field of FT_FaceRec structure.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Size_Request_Type

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +
    + + +
    +

    FT_Size_Request_Type

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       typedef enum  FT_Size_Request_Type_
       {
    -    FT_SIZE_REQUEST_TYPE_NOMINAL,
    -    FT_SIZE_REQUEST_TYPE_REAL_DIM,
    -    FT_SIZE_REQUEST_TYPE_BBOX,
    -    FT_SIZE_REQUEST_TYPE_CELL,
    -    FT_SIZE_REQUEST_TYPE_SCALES,
    +    FT_SIZE_REQUEST_TYPE_NOMINAL,
    +    FT_SIZE_REQUEST_TYPE_REAL_DIM,
    +    FT_SIZE_REQUEST_TYPE_BBOX,
    +    FT_SIZE_REQUEST_TYPE_CELL,
    +    FT_SIZE_REQUEST_TYPE_SCALES,
     
         FT_SIZE_REQUEST_TYPE_MAX
     
       } FT_Size_Request_Type;
    +
    -

    -

    An enumeration type that lists the supported size request types.

    -

    -
    values
    -

    - - -
    FT_SIZE_REQUEST_TYPE_NOMINAL
    + +

    values

    + + - - - - - - - -
    FT_SIZE_REQUEST_TYPE_NOMINAL

    The nominal size. The ‘units_per_EM’ field of FT_FaceRec is used to determine both scaling values.

    FT_SIZE_REQUEST_TYPE_REAL_DIM
    +
    FT_SIZE_REQUEST_TYPE_REAL_DIM

    The real dimension. The sum of the the ‘ascender’ and (minus of) the ‘descender’ fields of FT_FaceRec are used to determine both scaling values.

    FT_SIZE_REQUEST_TYPE_BBOX
    +
    FT_SIZE_REQUEST_TYPE_BBOX

    The font bounding box. The width and height of the ‘bbox’ field of FT_FaceRec are used to determine the horizontal and vertical scaling value, respectively.

    FT_SIZE_REQUEST_TYPE_CELL
    +
    FT_SIZE_REQUEST_TYPE_CELL

    The ‘max_advance_width’ field of FT_FaceRec is used to determine the horizontal scaling value; the vertical scaling value is determined the same way as FT_SIZE_REQUEST_TYPE_REAL_DIM does. Finally, both scaling values are set to the smaller one. This type is useful if you want to specify the font size for, say, a window of a given dimension and 80x24 cells.

    FT_SIZE_REQUEST_TYPE_SCALES
    +
    FT_SIZE_REQUEST_TYPE_SCALES

    Specify the scaling values directly.

    -
    -
    note
    + +

    note

    The above descriptions only apply to scalable formats. For bitmap formats, the behaviour is up to the driver.

    See the note section of FT_Size_Metrics if you wonder how size requesting relates to scaling values.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Size_RequestRec

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +
    + + +
    +

    FT_Size_RequestRec

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       typedef struct  FT_Size_RequestRec_
       {
         FT_Size_Request_Type  type;
    @@ -2189,1467 +1694,1246 @@ Defined in FT_FREETYPE_H (freetype.h).
         FT_UInt               vertResolution;
     
       } FT_Size_RequestRec;
    +
    -

    -

    A structure used to model a size request.

    -

    -
    fields
    -

    - -
    type + +

    fields

    + + - - - -
    type

    See FT_Size_Request_Type.

    width +
    width

    The desired width.

    height +
    height

    The desired height.

    horiResolution +
    horiResolution

    The horizontal resolution. If set to zero, ‘width’ is treated as a 26.6 fractional pixel value.

    vertResolution +
    vertResolution

    The vertical resolution. If set to zero, ‘height’ is treated as a 26.6 fractional pixel value.

    -
    -
    note
    + +

    note

    If ‘width’ is zero, then the horizontal scaling value is set equal to the vertical scaling value, and vice versa.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Size_Request

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +
    + + +
    +

    FT_Size_Request

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       typedef struct FT_Size_RequestRec_  *FT_Size_Request;
    +
    -

    -

    A handle to a size request structure.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Request_Size

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    -  FT_EXPORT( FT_Error )
    -  FT_Request_Size( FT_Face          face,
    -                   FT_Size_Request  req );
    +
    + -

    -
    -

    Resize the scale of the active FT_Size object in a face.

    -

    -
    inout
    -

    - - -
    face -

    A handle to a target face object.

    -
    -
    -
    input
    -

    - - -
    req -

    A pointer to a FT_Size_RequestRec.

    -
    -
    -
    return
    -

    FreeType error code. 0 means success.

    -
    -
    note
    -

    Although drivers may select the bitmap strike matching the request, you should not rely on this if you intend to select a particular bitmap strike. Use FT_Select_Size instead in that case.

    -

    The relation between the requested size and the resulting glyph size is dependent entirely on how the size is defined in the source face. The font designer chooses the final size of each glyph relative to this size. For more information refer to ‘http://www.freetype.org/freetype2/docs/glyphs/glyphs-2.html

    -

    Don't use this function if you are using the FreeType cache API.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Set_Char_Size

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    +
    +

    FT_Set_Transform

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +  FT_EXPORT( void )
    +  FT_Set_Transform( FT_Face     face,
    +                    FT_Matrix*  matrix,
    +                    FT_Vector*  delta );
    +
    - FT_EXPORT( FT_Error ) - FT_Set_Char_Size( FT_Face face, - FT_F26Dot6 char_width, - FT_F26Dot6 char_height, - FT_UInt horz_resolution, - FT_UInt vert_resolution ); +

    A function used to set the transformation that is applied to glyph images when they are loaded into a glyph slot through FT_Load_Glyph.

    -

    -
    -

    This function calls FT_Request_Size to request the nominal size (in points).

    -

    -
    inout
    -

    - -
    face -

    A handle to a target face object.

    +

    inout

    + +
    face +

    A handle to the source face object.

    -
    -
    input
    -

    - - - -
    char_width -

    The nominal width, in 26.6 fractional points.

    -
    char_height -

    The nominal height, in 26.6 fractional points.

    -
    horz_resolution -

    The horizontal resolution in dpi.

    + +

    input

    + + -
    matrix +

    A pointer to the transformation's 2x2 matrix. Use 0 for the identity matrix.

    vert_resolution -

    The vertical resolution in dpi.

    +
    delta +

    A pointer to the translation vector. Use 0 for the null vector.

    -
    -
    return
    -

    FreeType error code. 0 means success.

    -
    -
    note
    -

    If either the character width or height is zero, it is set equal to the other value.

    -

    If either the horizontal or vertical resolution is zero, it is set equal to the other value.

    -

    A character width or height smaller than 1pt is set to 1pt; if both resolution values are zero, they are set to 72dpi.

    -

    Don't use this function if you are using the FreeType cache API.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Set_Pixel_Sizes

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    -  FT_EXPORT( FT_Error )
    -  FT_Set_Pixel_Sizes( FT_Face  face,
    -                      FT_UInt  pixel_width,
    -                      FT_UInt  pixel_height );
    +

    note

    +

    The transformation is only applied to scalable image formats after the glyph has been loaded. It means that hinting is unaltered by the transformation and is performed on the character size given in the last call to FT_Set_Char_Size or FT_Set_Pixel_Sizes.

    +

    Note that this also transforms the ‘face.glyph.advance’ field, but not the values in ‘face.glyph.metrics’.

    -

    -
    -

    This function calls FT_Request_Size to request the nominal size (in pixels).

    -

    -
    inout
    -

    - - -
    face -

    A handle to the target face object.

    -
    -
    -
    input
    -

    - - - -
    pixel_width -

    The nominal width, in pixels.

    -
    pixel_height -

    The nominal height, in pixels.

    -
    -
    -
    return
    -

    FreeType error code. 0 means success.

    -
    -
    note
    -

    You should not rely on the resulting glyphs matching, or being constrained, to this pixel size. Refer to FT_Request_Size to understand how requested sizes relate to actual sizes.

    -

    Don't use this function if you are using the FreeType cache API.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Load_Glyph

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    +
    + +
    +

    FT_Load_Glyph

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       FT_EXPORT( FT_Error )
       FT_Load_Glyph( FT_Face   face,
                      FT_UInt   glyph_index,
                      FT_Int32  load_flags );
    +
    -

    -

    A function used to load a single glyph into the glyph slot of a face object.

    -

    -
    inout
    -

    - -
    face + +

    inout

    + +
    face

    A handle to the target face object where the glyph is loaded.

    -
    -
    input
    -

    - -
    glyph_index + +

    input

    + + -
    glyph_index

    The index of the glyph in the font file. For CID-keyed fonts (either in PS or in CFF format) this argument specifies the CID value.

    load_flags +
    load_flags

    A flag indicating what to load for this glyph. The FT_LOAD_XXX constants can be used to control the glyph loading process (e.g., whether the outline should be scaled, whether to load bitmaps or not, whether to hint the outline, etc).

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    The loaded glyph may be transformed. See FT_Set_Transform for the details.

    For subsetted CID-keyed fonts, ‘FT_Err_Invalid_Argument’ is returned for invalid CID values (this is, for CID values that don't have a corresponding glyph in the font). See the discussion of the FT_FACE_FLAG_CID_KEYED flag for more details.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Load_Char

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    -  FT_EXPORT( FT_Error )
    -  FT_Load_Char( FT_Face   face,
    -                FT_ULong  char_code,
    -                FT_Int32  load_flags );
    +
    + -

    -
    -

    A function used to load a single glyph into the glyph slot of a face object, according to its character code.

    -

    -
    inout
    -

    - - -
    face -

    A handle to a target face object where the glyph is loaded.

    -
    -
    -
    input
    -

    - -
    char_code -

    The glyph's character code, according to the current charmap used in the face.

    +
    +

    FT_Get_Char_Index

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +  FT_EXPORT( FT_UInt )
    +  FT_Get_Char_Index( FT_Face   face,
    +                     FT_ULong  charcode );
    +
    + +

    Return the glyph index of a given character code. This function uses a charmap object to do the mapping.

    + +

    input

    + + -
    face +

    A handle to the source face object.

    load_flags -

    A flag indicating what to load for this glyph. The FT_LOAD_XXX constants can be used to control the glyph loading process (e.g., whether the outline should be scaled, whether to load bitmaps or not, whether to hint the outline, etc).

    +
    charcode +

    The character code.

    -
    -
    return
    -

    FreeType error code. 0 means success.

    -
    -
    note
    -

    This function simply calls FT_Get_Char_Index and FT_Load_Glyph.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_LOAD_XXX

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    -
    -#define FT_LOAD_DEFAULT                      0x0
    -#define FT_LOAD_NO_SCALE                     ( 1L << 0 )
    -#define FT_LOAD_NO_HINTING                   ( 1L << 1 )
    -#define FT_LOAD_RENDER                       ( 1L << 2 )
    -#define FT_LOAD_NO_BITMAP                    ( 1L << 3 )
    -#define FT_LOAD_VERTICAL_LAYOUT              ( 1L << 4 )
    -#define FT_LOAD_FORCE_AUTOHINT               ( 1L << 5 )
    -#define FT_LOAD_CROP_BITMAP                  ( 1L << 6 )
    -#define FT_LOAD_PEDANTIC                     ( 1L << 7 )
    -#define FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH  ( 1L << 9 )
    -#define FT_LOAD_NO_RECURSE                   ( 1L << 10 )
    -#define FT_LOAD_IGNORE_TRANSFORM             ( 1L << 11 )
    -#define FT_LOAD_MONOCHROME                   ( 1L << 12 )
    -#define FT_LOAD_LINEAR_DESIGN                ( 1L << 13 )
    -#define FT_LOAD_NO_AUTOHINT                  ( 1L << 15 )
    -  /* Bits 16..19 are used by `FT_LOAD_TARGET_' */
    -#define FT_LOAD_COLOR                        ( 1L << 20 )
     
    -

    -
    -

    A list of bit-field constants used with FT_Load_Glyph to indicate what kind of operations to perform during glyph loading.

    -

    -
    values
    -

    - - - - - - - - - - - - - - - -
    FT_LOAD_DEFAULT -

    Corresponding to 0, this value is used as the default glyph load operation. In this case, the following happens:

    -

    1. FreeType looks for a bitmap for the glyph corresponding to the face's current size. If one is found, the function returns. The bitmap data can be accessed from the glyph slot (see note below).

    -

    2. If no embedded bitmap is searched or found, FreeType looks for a scalable outline. If one is found, it is loaded from the font file, scaled to device pixels, then ‘hinted’ to the pixel grid in order to optimize it. The outline data can be accessed from the glyph slot (see note below).

    -

    Note that by default, the glyph loader doesn't render outlines into bitmaps. The following flags are used to modify this default behaviour to more specific and useful cases.

    -
    FT_LOAD_NO_SCALE -

    Don't scale the loaded outline glyph but keep it in font units.

    -

    This flag implies FT_LOAD_NO_HINTING and FT_LOAD_NO_BITMAP, and unsets FT_LOAD_RENDER.

    -

    If the font is ‘tricky’ (see FT_FACE_FLAG_TRICKY for more), using FT_LOAD_NO_SCALE usually yields meaningless outlines because the subglyphs must be scaled and positioned with hinting instructions. This can be solved by loading the font without FT_LOAD_NO_SCALE and setting the character size to ‘font->units_per_EM’.

    -
    FT_LOAD_NO_HINTING -

    Disable hinting. This generally generates ‘blurrier’ bitmap glyphs when the glyph are rendered in any of the anti-aliased modes. See also the note below.

    -

    This flag is implied by FT_LOAD_NO_SCALE.

    -
    FT_LOAD_RENDER -

    Call FT_Render_Glyph after the glyph is loaded. By default, the glyph is rendered in FT_RENDER_MODE_NORMAL mode. This can be overridden by FT_LOAD_TARGET_XXX or FT_LOAD_MONOCHROME.

    -

    This flag is unset by FT_LOAD_NO_SCALE.

    -
    FT_LOAD_NO_BITMAP -

    Ignore bitmap strikes when loading. Bitmap-only fonts ignore this flag.

    -

    FT_LOAD_NO_SCALE always sets this flag.

    -
    FT_LOAD_VERTICAL_LAYOUT
    -

    Load the glyph for vertical text layout. In particular, the ‘advance’ value in the FT_GlyphSlotRec structure is set to the ‘vertAdvance’ value of the ‘metrics’ field.

    -

    In case FT_HAS_VERTICAL doesn't return true, you shouldn't use this flag currently. Reason is that in this case vertical metrics get synthesized, and those values are not always consistent across various font formats.

    -
    FT_LOAD_FORCE_AUTOHINT -

    Indicates that the auto-hinter is preferred over the font's native hinter. See also the note below.

    -
    FT_LOAD_CROP_BITMAP -

    Indicates that the font driver should crop the loaded bitmap glyph (i.e., remove all space around its black bits). Not all drivers implement this.

    -
    FT_LOAD_PEDANTIC -

    Indicates that the font driver should perform pedantic verifications during glyph loading. This is mostly used to detect broken glyphs in fonts. By default, FreeType tries to handle broken fonts also.

    -

    In particular, errors from the TrueType bytecode engine are not passed to the application if this flag is not set; this might result in partially hinted or distorted glyphs in case a glyph's bytecode is buggy.

    -
    FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH
    -

    Ignored. Deprecated.

    -
    FT_LOAD_NO_RECURSE -

    This flag is only used internally. It merely indicates that the font driver should not load composite glyphs recursively. Instead, it should set the ‘num_subglyph’ and ‘subglyphs’ values of the glyph slot accordingly, and set ‘glyph->format’ to FT_GLYPH_FORMAT_COMPOSITE.

    -

    The description of sub-glyphs is not available to client applications for now.

    -

    This flag implies FT_LOAD_NO_SCALE and FT_LOAD_IGNORE_TRANSFORM.

    -
    FT_LOAD_IGNORE_TRANSFORM
    -

    Indicates that the transform matrix set by FT_Set_Transform should be ignored.

    +

    return

    +

    The glyph index. 0 means ‘undefined character code’.

    + +

    note

    +

    If you use FreeType to manipulate the contents of font files directly, be aware that the glyph index returned by this function doesn't always correspond to the internal indices used within the file. This is done to ensure that value 0 always corresponds to the ‘missing glyph’. If the first glyph is not named ‘.notdef’, then for Type 1 and Type 42 fonts, ‘.notdef’ will be moved into the glyph ID 0 position, and whatever was there will be moved to the position ‘.notdef’ had. For Type 1 fonts, if there is no ‘.notdef’ glyph at all, then one will be created at index 0 and whatever was there will be moved to the last index -- Type 42 fonts are considered invalid under this condition.

    + +
    + + +
    +

    FT_Get_First_Char

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +  FT_EXPORT( FT_ULong )
    +  FT_Get_First_Char( FT_Face   face,
    +                     FT_UInt  *agindex );
    +
    + +

    This function is used to return the first character code in the current charmap of a given face. It also returns the corresponding glyph index.

    + +

    input

    + + -
    face +

    A handle to the source face object.

    FT_LOAD_MONOCHROME -

    This flag is used with FT_LOAD_RENDER to indicate that you want to render an outline glyph to a 1-bit monochrome bitmap glyph, with 8 pixels packed into each byte of the bitmap data.

    -

    Note that this has no effect on the hinting algorithm used. You should rather use FT_LOAD_TARGET_MONO so that the monochrome-optimized hinting algorithm is used.

    +
    + +

    output

    + + -
    agindex +

    Glyph index of first character code. 0 if charmap is empty.

    FT_LOAD_LINEAR_DESIGN -

    Indicates that the ‘linearHoriAdvance’ and ‘linearVertAdvance’ fields of FT_GlyphSlotRec should be kept in font units. See FT_GlyphSlotRec for details.

    +
    + +

    return

    +

    The charmap's first character code.

    + +

    note

    +

    You should use this function with FT_Get_Next_Char to be able to parse all character codes available in a given charmap. The code should look like this:

    +
    +  FT_ULong  charcode;                                              
    +  FT_UInt   gindex;                                                
    +                                                                   
    +                                                                   
    +  charcode = FT_Get_First_Char( face, &gindex );                   
    +  while ( gindex != 0 )                                            
    +  {                                                                
    +    ... do something with (charcode,gindex) pair ...               
    +                                                                   
    +    charcode = FT_Get_Next_Char( face, charcode, &gindex );        
    +  }                                                                
    +
    +

    Note that ‘*agindex’ is set to 0 if the charmap is empty. The result itself can be 0 in two cases: if the charmap is empty or if the value 0 is the first valid character code.

    + +
    +
    + +
    +

    FT_Get_Next_Char

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +  FT_EXPORT( FT_ULong )
    +  FT_Get_Next_Char( FT_Face    face,
    +                    FT_ULong   char_code,
    +                    FT_UInt   *agindex );
    +
    + +

    This function is used to return the next character code in the current charmap of a given face following the value ‘char_code’, as well as the corresponding glyph index.

    + +

    input

    + + - -
    face +

    A handle to the source face object.

    FT_LOAD_NO_AUTOHINT -

    Disable auto-hinter. See also the note below.

    +
    char_code +

    The starting character code.

    FT_LOAD_COLOR -

    This flag is used to request loading of color embedded-bitmap images. The resulting color bitmaps, if available, will have the FT_PIXEL_MODE_BGRA format. When the flag is not used and color bitmaps are found, they will be converted to 256-level gray bitmaps transparently. Those bitmaps will be in the FT_PIXEL_MODE_GRAY format.

    +
    + +

    output

    + +
    agindex +

    Glyph index of next character code. 0 if charmap is empty.

    -
    -
    note
    -

    By default, hinting is enabled and the font's native hinter (see FT_FACE_FLAG_HINTER) is preferred over the auto-hinter. You can disable hinting by setting FT_LOAD_NO_HINTING or change the precedence by setting FT_LOAD_FORCE_AUTOHINT. You can also set FT_LOAD_NO_AUTOHINT in case you don't want the auto-hinter to be used at all.

    -

    See the description of FT_FACE_FLAG_TRICKY for a special exception (affecting only a handful of Asian fonts).

    -

    Besides deciding which hinter to use, you can also decide which hinting algorithm to use. See FT_LOAD_TARGET_XXX for details.

    -

    Note that the auto-hinter needs a valid Unicode cmap (either a native one or synthesized by FreeType) for producing correct results. If a font provides an incorrect mapping (for example, assigning the character code U+005A, LATIN CAPITAL LETTER Z, to a glyph depicting a mathematical integral sign), the auto-hinter might produce useless results.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_LOAD_TARGET_XXX

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    -#define FT_LOAD_TARGET_( x )   ( (FT_Int32)( (x) & 15 ) << 16 )
    +

    return

    +

    The charmap's next character code.

    -#define FT_LOAD_TARGET_NORMAL FT_LOAD_TARGET_( FT_RENDER_MODE_NORMAL ) -#define FT_LOAD_TARGET_LIGHT FT_LOAD_TARGET_( FT_RENDER_MODE_LIGHT ) -#define FT_LOAD_TARGET_MONO FT_LOAD_TARGET_( FT_RENDER_MODE_MONO ) -#define FT_LOAD_TARGET_LCD FT_LOAD_TARGET_( FT_RENDER_MODE_LCD ) -#define FT_LOAD_TARGET_LCD_V FT_LOAD_TARGET_( FT_RENDER_MODE_LCD_V ) +

    note

    +

    You should use this function with FT_Get_First_Char to walk over all character codes available in a given charmap. See the note for this function for a simple code example.

    +

    Note that ‘*agindex’ is set to 0 when there are no more codes in the charmap.

    -

    -
    -

    A list of values that are used to select a specific hinting algorithm to use by the hinter. You should OR one of these values to your ‘load_flags’ when calling FT_Load_Glyph.

    -

    Note that font's native hinters may ignore the hinting algorithm you have specified (e.g., the TrueType bytecode interpreter). You can set FT_LOAD_FORCE_AUTOHINT to ensure that the auto-hinter is used.

    -

    Also note that FT_LOAD_TARGET_LIGHT is an exception, in that it always implies FT_LOAD_FORCE_AUTOHINT.

    -

    -
    values
    -

    - -
    FT_LOAD_TARGET_NORMAL -

    This corresponds to the default hinting algorithm, optimized for standard gray-level rendering. For monochrome output, use FT_LOAD_TARGET_MONO instead.

    +
    + + +
    +

    FT_Get_Name_Index

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +  FT_EXPORT( FT_UInt )
    +  FT_Get_Name_Index( FT_Face     face,
    +                     FT_String*  glyph_name );
    +
    + +

    Return the glyph index of a given glyph name. This function uses driver specific objects to do the translation.

    + +

    input

    + + - -
    face +

    A handle to the source face object.

    FT_LOAD_TARGET_LIGHT -

    A lighter hinting algorithm for non-monochrome modes. Many generated glyphs are more fuzzy but better resemble its original shape. A bit like rendering on Mac OS X.

    -

    As a special exception, this target implies FT_LOAD_FORCE_AUTOHINT.

    +
    glyph_name +

    The glyph name.

    FT_LOAD_TARGET_MONO -

    Strong hinting algorithm that should only be used for monochrome output. The result is probably unpleasant if the glyph is rendered in non-monochrome modes.

    +
    + +

    return

    +

    The glyph index. 0 means ‘undefined character code’.

    + +
    +
    + +
    +

    FT_Load_Char

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +  FT_EXPORT( FT_Error )
    +  FT_Load_Char( FT_Face   face,
    +                FT_ULong  char_code,
    +                FT_Int32  load_flags );
    +
    + +

    A function used to load a single glyph into the glyph slot of a face object, according to its character code.

    + +

    inout

    + + -
    face +

    A handle to a target face object where the glyph is loaded.

    FT_LOAD_TARGET_LCD -

    A variant of FT_LOAD_TARGET_NORMAL optimized for horizontally decimated LCD displays.

    +
    + +

    input

    + + -
    char_code +

    The glyph's character code, according to the current charmap used in the face.

    FT_LOAD_TARGET_LCD_V -

    A variant of FT_LOAD_TARGET_NORMAL optimized for vertically decimated LCD displays.

    +
    load_flags +

    A flag indicating what to load for this glyph. The FT_LOAD_XXX constants can be used to control the glyph loading process (e.g., whether the outline should be scaled, whether to load bitmaps or not, whether to hint the outline, etc).

    -
    -
    note
    -

    You should use only one of the FT_LOAD_TARGET_XXX values in your ‘load_flags’. They can't be ORed.

    -

    If FT_LOAD_RENDER is also set, the glyph is rendered in the corresponding mode (i.e., the mode that matches the used algorithm best). An exeption is FT_LOAD_TARGET_MONO since it implies FT_LOAD_MONOCHROME.

    -

    You can use a hinting algorithm that doesn't correspond to the same rendering mode. As an example, it is possible to use the ‘light’ hinting algorithm and have the results rendered in horizontal LCD pixel mode, with code like

    -
    -  FT_Load_Glyph( face, glyph_index,
    -                 load_flags | FT_LOAD_TARGET_LIGHT );
     
    -  FT_Render_Glyph( face->glyph, FT_RENDER_MODE_LCD );
    -
    -
    -
    -
    - - -
    [Index][TOC]
    +

    return

    +

    FreeType error code. 0 means success.

    + +

    note

    +

    This function simply calls FT_Get_Char_Index and FT_Load_Glyph.

    -
    -

    FT_LOAD_TARGET_MODE

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    +
    + +
    +

    FT_LOAD_TARGET_MODE

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
     #define FT_LOAD_TARGET_MODE( x )  ( (FT_Render_Mode)( ( (x) >> 16 ) & 15 ) )
    +
    -

    -

    Return the FT_Render_Mode corresponding to a given FT_LOAD_TARGET_XXX value.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Set_Transform

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    -  FT_EXPORT( void )
    -  FT_Set_Transform( FT_Face     face,
    -                    FT_Matrix*  matrix,
    -                    FT_Vector*  delta );
    +
    + -

    -
    -

    A function used to set the transformation that is applied to glyph images when they are loaded into a glyph slot through FT_Load_Glyph.

    -

    -
    inout
    -

    - -
    face -

    A handle to the source face object.

    +
    +

    FT_Render_Glyph

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +  FT_EXPORT( FT_Error )
    +  FT_Render_Glyph( FT_GlyphSlot    slot,
    +                   FT_Render_Mode  render_mode );
    +
    + +

    Convert a given glyph image to a bitmap. It does so by inspecting the glyph image format, finding the relevant renderer, and invoking it.

    + +

    inout

    + +
    slot +

    A handle to the glyph slot containing the image to convert.

    -
    -
    input
    -

    - - -
    matrix -

    A pointer to the transformation's 2x2 matrix. Use 0 for the identity matrix.

    -
    delta -

    A pointer to the translation vector. Use 0 for the null vector.

    + +

    input

    + +
    render_mode +

    This is the render mode used to render the glyph image into a bitmap. See FT_Render_Mode for a list of possible values.

    -
    -
    note
    -

    The transformation is only applied to scalable image formats after the glyph has been loaded. It means that hinting is unaltered by the transformation and is performed on the character size given in the last call to FT_Set_Char_Size or FT_Set_Pixel_Sizes.

    -

    Note that this also transforms the ‘face.glyph.advance’ field, but not the values in ‘face.glyph.metrics’.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Render_Mode

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +

    return

    +

    FreeType error code. 0 means success.

    + +

    note

    +

    To get meaningful results, font scaling values must be set with functions like FT_Set_Char_Size before calling FT_Render_Glyph.

    + +
    + + +
    +

    FT_Render_Mode

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       typedef enum  FT_Render_Mode_
       {
    -    FT_RENDER_MODE_NORMAL = 0,
    -    FT_RENDER_MODE_LIGHT,
    -    FT_RENDER_MODE_MONO,
    -    FT_RENDER_MODE_LCD,
    -    FT_RENDER_MODE_LCD_V,
    +    FT_RENDER_MODE_NORMAL = 0,
    +    FT_RENDER_MODE_LIGHT,
    +    FT_RENDER_MODE_MONO,
    +    FT_RENDER_MODE_LCD,
    +    FT_RENDER_MODE_LCD_V,
     
         FT_RENDER_MODE_MAX
     
       } FT_Render_Mode;
     
    -

    -
    + + /* these constants are deprecated; use the corresponding */ + /* `FT_Render_Mode' values instead */ +#define ft_render_mode_normal FT_RENDER_MODE_NORMAL +#define ft_render_mode_mono FT_RENDER_MODE_MONO + +

    An enumeration type that lists the render modes supported by FreeType 2. Each mode corresponds to a specific type of scanline conversion performed on the outline.

    For bitmap fonts and embedded bitmaps the ‘bitmap->pixel_mode’ field in the FT_GlyphSlotRec structure gives the format of the returned bitmap.

    All modes except FT_RENDER_MODE_MONO use 256 levels of opacity.

    -

    -
    values
    -

    - -
    FT_RENDER_MODE_NORMAL + +

    values

    + + - - - -
    FT_RENDER_MODE_NORMAL

    This is the default render mode; it corresponds to 8-bit anti-aliased bitmaps.

    FT_RENDER_MODE_LIGHT +
    FT_RENDER_MODE_LIGHT

    This is equivalent to FT_RENDER_MODE_NORMAL. It is only defined as a separate value because render modes are also used indirectly to define hinting algorithm selectors. See FT_LOAD_TARGET_XXX for details.

    FT_RENDER_MODE_MONO +
    FT_RENDER_MODE_MONO

    This mode corresponds to 1-bit bitmaps (with 2 levels of opacity).

    FT_RENDER_MODE_LCD +
    FT_RENDER_MODE_LCD

    This mode corresponds to horizontal RGB and BGR sub-pixel displays like LCD screens. It produces 8-bit bitmaps that are 3 times the width of the original glyph outline in pixels, and which use the FT_PIXEL_MODE_LCD mode.

    FT_RENDER_MODE_LCD_V +
    FT_RENDER_MODE_LCD_V

    This mode corresponds to vertical RGB and BGR sub-pixel displays (like PDA screens, rotated LCD displays, etc.). It produces 8-bit bitmaps that are 3 times the height of the original glyph outline in pixels and use the FT_PIXEL_MODE_LCD_V mode.

    -
    -
    note
    + +

    note

    The LCD-optimized glyph bitmaps produced by FT_Render_Glyph can be filtered to reduce color-fringes by using FT_Library_SetLcdFilter (not active in the default builds). It is up to the caller to either call FT_Library_SetLcdFilter (if available) or do the filtering itself.

    The selected render mode only affects vector glyphs of a font. Embedded bitmaps often have a different pixel mode like FT_PIXEL_MODE_MONO. You can use FT_Bitmap_Convert to transform them into 8-bit pixmaps.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    ft_render_mode_xxx

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    -
    -#define ft_render_mode_normal  FT_RENDER_MODE_NORMAL
    -#define ft_render_mode_mono    FT_RENDER_MODE_MONO
    -
    -

    -
    -

    These constants are deprecated. Use the corresponding FT_Render_Mode values instead.

    -

    -
    values
    -

    - - - -
    ft_render_mode_normal -

    see FT_RENDER_MODE_NORMAL

    -
    ft_render_mode_mono -

    see FT_RENDER_MODE_MONO

    -
    -
    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_Render_Glyph

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    +
    + +
    +

    FT_Get_Kerning

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       FT_EXPORT( FT_Error )
    -  FT_Render_Glyph( FT_GlyphSlot    slot,
    -                   FT_Render_Mode  render_mode );
    +  FT_Get_Kerning( FT_Face     face,
    +                  FT_UInt     left_glyph,
    +                  FT_UInt     right_glyph,
    +                  FT_UInt     kern_mode,
    +                  FT_Vector  *akerning );
    +
    -

    -
    -

    Convert a given glyph image to a bitmap. It does so by inspecting the glyph image format, finding the relevant renderer, and invoking it.

    -

    -
    inout
    -

    - -
    slot -

    A handle to the glyph slot containing the image to convert.

    +

    Return the kerning vector between two glyphs of a same face.

    + +

    input

    + + + + +
    face +

    A handle to a source face object.

    +
    left_glyph +

    The index of the left glyph in the kern pair.

    +
    right_glyph +

    The index of the right glyph in the kern pair.

    +
    kern_mode +

    See FT_Kerning_Mode for more information. Determines the scale and dimension of the returned kerning vector.

    -
    -
    input
    -

    - -
    render_mode -

    This is the render mode used to render the glyph image into a bitmap. See FT_Render_Mode for a list of possible values.

    + +

    output

    + +
    akerning +

    The kerning vector. This is either in font units or in pixels (26.6 format) for scalable formats, and in pixels for fixed-sizes formats.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    -

    To get meaningful results, font scaling values must be set with functions like FT_Set_Char_Size before calling FT_Render_Glyph.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Kerning_Mode

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +

    note

    +

    Only horizontal layouts (left-to-right & right-to-left) are supported by this method. Other layouts, or more sophisticated kernings, are out of the scope of this API function -- they can be implemented through format-specific interfaces.

    + +
    + + +
    +

    FT_Kerning_Mode

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       typedef enum  FT_Kerning_Mode_
       {
    -    FT_KERNING_DEFAULT  = 0,
    -    FT_KERNING_UNFITTED,
    -    FT_KERNING_UNSCALED
    +    FT_KERNING_DEFAULT  = 0,
    +    FT_KERNING_UNFITTED,
    +    FT_KERNING_UNSCALED
     
       } FT_Kerning_Mode;
     
    -

    -
    + + /* these constants are deprecated; use the corresponding */ + /* `FT_Kerning_Mode' values instead */ +#define ft_kerning_default FT_KERNING_DEFAULT +#define ft_kerning_unfitted FT_KERNING_UNFITTED +#define ft_kerning_unscaled FT_KERNING_UNSCALED + +

    An enumeration used to specify which kerning values to return in FT_Get_Kerning.

    -

    -
    values
    -

    - -
    FT_KERNING_DEFAULT + +

    values

    + + - -
    FT_KERNING_DEFAULT

    Return scaled and grid-fitted kerning distances (value is 0).

    FT_KERNING_UNFITTED +
    FT_KERNING_UNFITTED

    Return scaled but un-grid-fitted kerning distances.

    FT_KERNING_UNSCALED +
    FT_KERNING_UNSCALED

    Return the kerning vector in original font units.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    ft_kerning_default

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    -
    -#define ft_kerning_default   FT_KERNING_DEFAULT
    -
    -

    -
    -

    This constant is deprecated. Please use FT_KERNING_DEFAULT instead.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    ft_kerning_unfitted

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    -
    -#define ft_kerning_unfitted  FT_KERNING_UNFITTED
    -
    -

    -
    -

    This constant is deprecated. Please use FT_KERNING_UNFITTED instead.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    ft_kerning_unscaled

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    -
    -#define ft_kerning_unscaled  FT_KERNING_UNSCALED
    -
    -

    -
    -

    This constant is deprecated. Please use FT_KERNING_UNSCALED instead.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Get_Kerning

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +
    + + +
    +

    FT_Get_Track_Kerning

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       FT_EXPORT( FT_Error )
    -  FT_Get_Kerning( FT_Face     face,
    -                  FT_UInt     left_glyph,
    -                  FT_UInt     right_glyph,
    -                  FT_UInt     kern_mode,
    -                  FT_Vector  *akerning );
    +  FT_Get_Track_Kerning( FT_Face    face,
    +                        FT_Fixed   point_size,
    +                        FT_Int     degree,
    +                        FT_Fixed*  akerning );
    +
    -

    -
    -

    Return the kerning vector between two glyphs of a same face.

    -

    -
    input
    -

    - -
    face +

    Return the track kerning for a given face object at a given size.

    + +

    input

    + + - - - -
    face

    A handle to a source face object.

    left_glyph -

    The index of the left glyph in the kern pair.

    +
    point_size +

    The point size in 16.16 fractional points.

    right_glyph -

    The index of the right glyph in the kern pair.

    -
    kern_mode -

    See FT_Kerning_Mode for more information. Determines the scale and dimension of the returned kerning vector.

    -
    -
    -
    output
    -

    - - -
    akerning -

    The kerning vector. This is either in font units or in pixels (26.6 format) for scalable formats, and in pixels for fixed-sizes formats.

    -
    -
    -
    return
    -

    FreeType error code. 0 means success.

    -
    -
    note
    -

    Only horizontal layouts (left-to-right & right-to-left) are supported by this method. Other layouts, or more sophisticated kernings, are out of the scope of this API function -- they can be implemented through format-specific interfaces.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Get_Track_Kerning

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    -
    -  FT_EXPORT( FT_Error )
    -  FT_Get_Track_Kerning( FT_Face    face,
    -                        FT_Fixed   point_size,
    -                        FT_Int     degree,
    -                        FT_Fixed*  akerning );
    -
    -

    -
    -

    Return the track kerning for a given face object at a given size.

    -

    -
    input
    -

    - - - -
    face -

    A handle to a source face object.

    -
    point_size -

    The point size in 16.16 fractional points.

    -
    degree +
    degree

    The degree of tightness. Increasingly negative values represent tighter track kerning, while increasingly positive values represent looser track kerning. Value zero means no track kerning.

    -
    -
    output
    -

    - -
    akerning + +

    output

    + +
    akerning

    The kerning in 16.16 fractional points, to be uniformly applied between all glyphs.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    Currently, only the Type 1 font driver supports track kerning, using data from AFM files (if attached with FT_Attach_File or FT_Attach_Stream).

    Only very few AFM files come with track kerning data; please refer to the Adobe's AFM specification for more details.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Get_Glyph_Name

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +
    + + +
    +

    FT_Get_Glyph_Name

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       FT_EXPORT( FT_Error )
       FT_Get_Glyph_Name( FT_Face     face,
                          FT_UInt     glyph_index,
                          FT_Pointer  buffer,
                          FT_UInt     buffer_max );
    +
    -

    -

    Retrieve the ASCII name of a given glyph in a face. This only works for those faces where FT_HAS_GLYPH_NAMES(face) returns 1.

    -

    -
    input
    -

    - -
    face + +

    input

    + + - -
    face

    A handle to a source face object.

    glyph_index +
    glyph_index

    The glyph index.

    buffer_max +
    buffer_max

    The maximum number of bytes available in the buffer.

    -
    -
    output
    -

    - -
    buffer + +

    output

    + +
    buffer

    A pointer to a target buffer where the name is copied to.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    An error is returned if the face doesn't provide glyph names or if the glyph index is invalid. In all cases of failure, the first byte of ‘buffer’ is set to 0 to indicate an empty name.

    The glyph name is truncated to fit within the buffer if it is too long. The returned string is always zero-terminated.

    Be aware that FreeType reorders glyph indices internally so that glyph index 0 always corresponds to the ‘missing glyph’ (called ‘.notdef’).

    -

    This function is not compiled within the library if the config macro ‘FT_CONFIG_OPTION_NO_GLYPH_NAMES’ is defined in ‘ftoptions.h’.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Get_Postscript_Name

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    +

    This function always returns an error if the config macro ‘FT_CONFIG_OPTION_NO_GLYPH_NAMES’ is not defined in ‘ftoptions.h’.

    + +
    + +
    +

    FT_Get_Postscript_Name

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       FT_EXPORT( const char* )
       FT_Get_Postscript_Name( FT_Face  face );
    +
    -

    -

    Retrieve the ASCII PostScript name of a given face, if available. This only works with PostScript and TrueType fonts.

    -

    -
    input
    -

    - -
    face + +

    input

    + +
    face

    A handle to the source face object.

    -
    -
    return
    + +

    return

    A pointer to the face's PostScript name. NULL if unavailable.

    -
    -
    note
    + +

    note

    The returned pointer is owned by the face and is destroyed with it.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Select_Charmap

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +
    + + +
    +

    FT_CharMapRec

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +  typedef struct  FT_CharMapRec_
    +  {
    +    FT_Face      face;
    +    FT_Encoding  encoding;
    +    FT_UShort    platform_id;
    +    FT_UShort    encoding_id;
    +
    +  } FT_CharMapRec;
    +
    + +

    The base charmap structure.

    + +

    fields

    + + + + + +
    face +

    A handle to the parent face object.

    +
    encoding +

    An FT_Encoding tag identifying the charmap. Use this with FT_Select_Charmap.

    +
    platform_id +

    An ID number describing the platform for the following encoding ID. This comes directly from the TrueType specification and should be emulated for other formats.

    +
    encoding_id +

    A platform specific encoding number. This also comes from the TrueType specification and should be emulated similarly.

    +
    + +
    +
    + +
    +

    FT_Select_Charmap

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       FT_EXPORT( FT_Error )
       FT_Select_Charmap( FT_Face      face,
                          FT_Encoding  encoding );
    +
    -

    -

    Select a given charmap by its encoding tag (as listed in ‘freetype.h’).

    -

    -
    inout
    -

    - -
    face + +

    inout

    + +
    face

    A handle to the source face object.

    -
    -
    input
    -

    - -
    encoding + +

    input

    + +
    encoding

    A handle to the selected encoding.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    This function returns an error if no charmap in the face corresponds to the encoding queried here.

    Because many fonts contain more than a single cmap for Unicode encoding, this function has some special code to select the one that covers Unicode best (‘best’ in the sense that a UCS-4 cmap is preferred to a UCS-2 cmap). It is thus preferable to FT_Set_Charmap in this case.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Set_Charmap

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +
    + + +
    +

    FT_Set_Charmap

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       FT_EXPORT( FT_Error )
       FT_Set_Charmap( FT_Face     face,
                       FT_CharMap  charmap );
    +
    -

    -

    Select a given charmap for character code to glyph index mapping.

    -

    -
    inout
    -

    - -
    face + +

    inout

    + +
    face

    A handle to the source face object.

    -
    -
    input
    -

    - -
    charmap + +

    input

    + +
    charmap

    A handle to the selected charmap.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    This function returns an error if the charmap is not part of the face (i.e., if it is not listed in the ‘face->charmaps’ table).

    It also fails if a type 14 charmap is selected.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Get_Charmap_Index

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +
    + + +
    +

    FT_Get_Charmap_Index

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       FT_EXPORT( FT_Int )
       FT_Get_Charmap_Index( FT_CharMap  charmap );
    +
    -

    -

    Retrieve index of a given charmap.

    -

    -
    input
    -

    - -
    charmap + +

    input

    + +
    charmap

    A handle to a charmap.

    -
    -
    return
    + +

    return

    The index into the array of character maps within the face to which ‘charmap’ belongs. If an error occurs, -1 is returned.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Get_Char_Index

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    -  FT_EXPORT( FT_UInt )
    -  FT_Get_Char_Index( FT_Face   face,
    -                     FT_ULong  charcode );
    +
    + -

    -
    -

    Return the glyph index of a given character code. This function uses a charmap object to do the mapping.

    -

    -
    input
    -

    - -
    face +
    +

    FT_Get_FSType_Flags

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +  FT_EXPORT( FT_UShort )
    +  FT_Get_FSType_Flags( FT_Face  face );
    +
    + +

    Return the fsType flags for a font.

    + +

    input

    + + -
    face

    A handle to the source face object.

    charcode -

    The character code.

    -
    -
    -
    return
    -

    The glyph index. 0 means ‘undefined character code’.

    -
    -
    note
    -

    If you use FreeType to manipulate the contents of font files directly, be aware that the glyph index returned by this function doesn't always correspond to the internal indices used within the file. This is done to ensure that value 0 always corresponds to the ‘missing glyph’. If the first glyph is not named ‘.notdef’, then for Type 1 and Type 42 fonts, ‘.notdef’ will be moved into the glyph ID 0 position, and whatever was there will be moved to the position ‘.notdef’ had. For Type 1 fonts, if there is no ‘.notdef’ glyph at all, then one will be created at index 0 and whatever was there will be moved to the last index -- Type 42 fonts are considered invalid under this condition.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Get_First_Char

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    -  FT_EXPORT( FT_ULong )
    -  FT_Get_First_Char( FT_Face   face,
    -                     FT_UInt  *agindex );
    +

    return

    +

    The fsType flags, FT_FSTYPE_XXX.

    -

    -
    -

    This function is used to return the first character code in the current charmap of a given face. It also returns the corresponding glyph index.

    -

    -
    input
    -

    - -
    face -

    A handle to the source face object.

    +

    note

    +

    Use this function rather than directly reading the ‘fs_type’ field in the PS_FontInfoRec structure, which is only guaranteed to return the correct results for Type 1 fonts.

    + +

    since

    +

    2.3.8

    + +
    + + +
    +

    FT_Get_SubGlyph_Info

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +  FT_EXPORT( FT_Error )
    +  FT_Get_SubGlyph_Info( FT_GlyphSlot  glyph,
    +                        FT_UInt       sub_index,
    +                        FT_Int       *p_index,
    +                        FT_UInt      *p_flags,
    +                        FT_Int       *p_arg1,
    +                        FT_Int       *p_arg2,
    +                        FT_Matrix    *p_transform );
    +
    + +

    Retrieve a description of a given subglyph. Only use it if ‘glyph->format’ is FT_GLYPH_FORMAT_COMPOSITE; an error is returned otherwise.

    + +

    input

    + + +
    glyph +

    The source glyph slot.

    +
    sub_index +

    The index of the subglyph. Must be less than ‘glyph->num_subglyphs’.

    -
    -
    output
    -

    - -
    agindex -

    Glyph index of first character code. 0 if charmap is empty.

    + +

    output

    + + + + + +
    p_index +

    The glyph index of the subglyph.

    +
    p_flags +

    The subglyph flags, see FT_SUBGLYPH_FLAG_XXX.

    +
    p_arg1 +

    The subglyph's first argument (if any).

    +
    p_arg2 +

    The subglyph's second argument (if any).

    +
    p_transform +

    The subglyph transformation (if any).

    -
    -
    return
    -

    The charmap's first character code.

    -
    -
    note
    -

    You should use this function with FT_Get_Next_Char to be able to parse all character codes available in a given charmap. The code should look like this:

    -
    -  FT_ULong  charcode;                                              
    -  FT_UInt   gindex;                                                
    -                                                                   
    -                                                                   
    -  charcode = FT_Get_First_Char( face, &gindex );                   
    -  while ( gindex != 0 )                                            
    -  {                                                                
    -    ... do something with (charcode,gindex) pair ...               
    -                                                                   
    -    charcode = FT_Get_Next_Char( face, charcode, &gindex );        
    -  }                                                                
    +
    +

    return

    +

    FreeType error code. 0 means success.

    + +

    note

    +

    The values of ‘*p_arg1’, ‘*p_arg2’, and ‘*p_transform’ must be interpreted depending on the flags returned in ‘*p_flags’. See the TrueType specification for details.

    + +
    + + +
    +

    FT_Face_Internal

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +  typedef struct FT_Face_InternalRec_*  FT_Face_Internal;
     
    -

    Note that ‘*agindex’ is set to 0 if the charmap is empty. The result itself can be 0 in two cases: if the charmap is empty or if the value 0 is the first valid character code.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Get_Next_Char

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    -  FT_EXPORT( FT_ULong )
    -  FT_Get_Next_Char( FT_Face    face,
    -                    FT_ULong   char_code,
    -                    FT_UInt   *agindex );
    +

    An opaque handle to an ‘FT_Face_InternalRec’ structure, used to model private data of a given FT_Face object.

    +

    This structure might change between releases of FreeType 2 and is not generally available to client applications.

    -

    -
    -

    This function is used to return the next character code in the current charmap of a given face following the value ‘char_code’, as well as the corresponding glyph index.

    -

    -
    input
    -

    - -
    face -

    A handle to the source face object.

    +
    + + +
    +

    FT_Size_Internal

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +  typedef struct FT_Size_InternalRec_*  FT_Size_Internal;
    +
    + +

    An opaque handle to an ‘FT_Size_InternalRec’ structure, used to model private data of a given FT_Size object.

    + +
    +
    + +
    +

    FT_Slot_Internal

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +  typedef struct FT_Slot_InternalRec_*  FT_Slot_Internal;
    +
    + +

    An opaque handle to an ‘FT_Slot_InternalRec’ structure, used to model private data of a given FT_GlyphSlot object.

    + +
    +
    + +
    +

    FT_FACE_FLAG_XXX

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +#define FT_FACE_FLAG_SCALABLE          ( 1L <<  0 )
    +#define FT_FACE_FLAG_FIXED_SIZES       ( 1L <<  1 )
    +#define FT_FACE_FLAG_FIXED_WIDTH       ( 1L <<  2 )
    +#define FT_FACE_FLAG_SFNT              ( 1L <<  3 )
    +#define FT_FACE_FLAG_HORIZONTAL        ( 1L <<  4 )
    +#define FT_FACE_FLAG_VERTICAL          ( 1L <<  5 )
    +#define FT_FACE_FLAG_KERNING           ( 1L <<  6 )
    +#define FT_FACE_FLAG_FAST_GLYPHS       ( 1L <<  7 )
    +#define FT_FACE_FLAG_MULTIPLE_MASTERS  ( 1L <<  8 )
    +#define FT_FACE_FLAG_GLYPH_NAMES       ( 1L <<  9 )
    +#define FT_FACE_FLAG_EXTERNAL_STREAM   ( 1L << 10 )
    +#define FT_FACE_FLAG_HINTER            ( 1L << 11 )
    +#define FT_FACE_FLAG_CID_KEYED         ( 1L << 12 )
    +#define FT_FACE_FLAG_TRICKY            ( 1L << 13 )
    +#define FT_FACE_FLAG_COLOR             ( 1L << 14 )
    +
    + +

    A list of bit flags used in the ‘face_flags’ field of the FT_FaceRec structure. They inform client applications of properties of the corresponding face.

    + +

    values

    + + - + + + + + + + + + + + + +
    FT_FACE_FLAG_SCALABLE +

    Indicates that the face contains outline glyphs. This doesn't prevent bitmap strikes, i.e., a face can have both this and and FT_FACE_FLAG_FIXED_SIZES set.

    char_code -

    The starting character code.

    +
    FT_FACE_FLAG_FIXED_SIZES +

    Indicates that the face contains bitmap strikes. See also the ‘num_fixed_sizes’ and ‘available_sizes’ fields of FT_FaceRec.

    +
    FT_FACE_FLAG_FIXED_WIDTH +

    Indicates that the face contains fixed-width characters (like Courier, Lucido, MonoType, etc.).

    +
    FT_FACE_FLAG_SFNT +

    Indicates that the face uses the ‘sfnt’ storage scheme. For now, this means TrueType and OpenType.

    +
    FT_FACE_FLAG_HORIZONTAL +

    Indicates that the face contains horizontal glyph metrics. This should be set for all common formats.

    +
    FT_FACE_FLAG_VERTICAL +

    Indicates that the face contains vertical glyph metrics. This is only available in some formats, not all of them.

    +
    FT_FACE_FLAG_KERNING +

    Indicates that the face contains kerning information. If set, the kerning distance can be retrieved through the function FT_Get_Kerning. Otherwise the function always return the vector (0,0). Note that FreeType doesn't handle kerning data from the ‘GPOS’ table (as present in some OpenType fonts).

    +
    FT_FACE_FLAG_FAST_GLYPHS +

    THIS FLAG IS DEPRECATED. DO NOT USE OR TEST IT.

    +
    FT_FACE_FLAG_MULTIPLE_MASTERS +

    Indicates that the font contains multiple masters and is capable of interpolating between them. See the multiple-masters specific API for details.

    +
    FT_FACE_FLAG_GLYPH_NAMES +

    Indicates that the font contains glyph names that can be retrieved through FT_Get_Glyph_Name. Note that some TrueType fonts contain broken glyph name tables. Use the function FT_Has_PS_Glyph_Names when needed.

    +
    FT_FACE_FLAG_EXTERNAL_STREAM +

    Used internally by FreeType to indicate that a face's stream was provided by the client application and should not be destroyed when FT_Done_Face is called. Don't read or test this flag.

    +
    FT_FACE_FLAG_HINTER +

    Set if the font driver has a hinting machine of its own. For example, with TrueType fonts, it makes sense to use data from the SFNT ‘gasp’ table only if the native TrueType hinting engine (with the bytecode interpreter) is available and active.

    +
    FT_FACE_FLAG_CID_KEYED +

    Set if the font is CID-keyed. In that case, the font is not accessed by glyph indices but by CID values. For subsetted CID-keyed fonts this has the consequence that not all index values are a valid argument to FT_Load_Glyph. Only the CID values for which corresponding glyphs in the subsetted font exist make FT_Load_Glyph return successfully; in all other cases you get an ‘FT_Err_Invalid_Argument’ error.

    +

    Note that CID-keyed fonts that are in an SFNT wrapper don't have this flag set since the glyphs are accessed in the normal way (using contiguous indices); the ‘CID-ness’ isn't visible to the application.

    +
    FT_FACE_FLAG_TRICKY +

    Set if the font is ‘tricky’, this is, it always needs the font format's native hinting engine to get a reasonable result. A typical example is the Chinese font ‘mingli.ttf’ that uses TrueType bytecode instructions to move and scale all of its subglyphs.

    +

    It is not possible to autohint such fonts using FT_LOAD_FORCE_AUTOHINT; it will also ignore FT_LOAD_NO_HINTING. You have to set both FT_LOAD_NO_HINTING and FT_LOAD_NO_AUTOHINT to really disable hinting; however, you probably never want this except for demonstration purposes.

    +

    Currently, there are about a dozen TrueType fonts in the list of tricky fonts; they are hard-coded in file ‘ttobjs.c’.

    +
    FT_FACE_FLAG_COLOR +

    Set if the font has color glyph tables. To access color glyphs use FT_LOAD_COLOR.

    -
    -
    output
    -

    - -
    agindex -

    Glyph index of next character code. 0 if charmap is empty.

    + +
    + + +
    +

    FT_STYLE_FLAG_XXX

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +#define FT_STYLE_FLAG_ITALIC  ( 1 << 0 )
    +#define FT_STYLE_FLAG_BOLD    ( 1 << 1 )
    +
    + +

    A list of bit-flags used to indicate the style of a given face. These are used in the ‘style_flags’ field of FT_FaceRec.

    + +

    values

    + + +
    FT_STYLE_FLAG_ITALIC +

    Indicates that a given face style is italic or oblique.

    +
    FT_STYLE_FLAG_BOLD +

    Indicates that a given face is bold.

    -
    -
    return
    -

    The charmap's next character code.

    -
    -
    note
    -

    You should use this function with FT_Get_First_Char to walk over all character codes available in a given charmap. See the note for this function for a simple code example.

    -

    Note that ‘*agindex’ is set to 0 when there are no more codes in the charmap.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Get_Name_Index

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    -  FT_EXPORT( FT_UInt )
    -  FT_Get_Name_Index( FT_Face     face,
    -                     FT_String*  glyph_name );
    +

    note

    +

    The style information as provided by FreeType is very basic. More details are beyond the scope and should be done on a higher level (for example, by analyzing various fields of the ‘OS/2’ table in SFNT based fonts).

    -

    -
    -

    Return the glyph index of a given glyph name. This function uses driver specific objects to do the translation.

    -

    -
    input
    -

    - -
    face -

    A handle to the source face object.

    +
    + + +
    +

    FT_OPEN_XXX

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +#define FT_OPEN_MEMORY    0x1
    +#define FT_OPEN_STREAM    0x2
    +#define FT_OPEN_PATHNAME  0x4
    +#define FT_OPEN_DRIVER    0x8
    +#define FT_OPEN_PARAMS    0x10
    +
    +
    +  /* these constants are deprecated; use the corresponding `FT_OPEN_XXX' */
    +  /* values instead                                                      */
    +#define ft_open_memory    FT_OPEN_MEMORY
    +#define ft_open_stream    FT_OPEN_STREAM
    +#define ft_open_pathname  FT_OPEN_PATHNAME
    +#define ft_open_driver    FT_OPEN_DRIVER
    +#define ft_open_params    FT_OPEN_PARAMS
    +
    + +

    A list of bit-field constants used within the ‘flags’ field of the FT_Open_Args structure.

    + +

    values

    + + - + + +
    FT_OPEN_MEMORY +

    This is a memory-based stream.

    glyph_name -

    The glyph name.

    +
    FT_OPEN_STREAM +

    Copy the stream from the ‘stream’ field.

    +
    FT_OPEN_PATHNAME +

    Create a new input stream from a C path name.

    +
    FT_OPEN_DRIVER +

    Use the ‘driver’ field.

    +
    FT_OPEN_PARAMS +

    Use the ‘num_params’ and ‘params’ fields.

    -
    -
    return
    -

    The glyph index. 0 means ‘undefined character code’.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_SUBGLYPH_FLAG_XXX

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    -
    -#define FT_SUBGLYPH_FLAG_ARGS_ARE_WORDS          1
    -#define FT_SUBGLYPH_FLAG_ARGS_ARE_XY_VALUES      2
    -#define FT_SUBGLYPH_FLAG_ROUND_XY_TO_GRID        4
    -#define FT_SUBGLYPH_FLAG_SCALE                   8
    -#define FT_SUBGLYPH_FLAG_XY_SCALE             0x40
    -#define FT_SUBGLYPH_FLAG_2X2                  0x80
    -#define FT_SUBGLYPH_FLAG_USE_MY_METRICS      0x200
    -
    -

    -
    -

    A list of constants used to describe subglyphs. Please refer to the TrueType specification for the meaning of the various flags.

    -

    -
    values
    -

    - - -
    FT_SUBGLYPH_FLAG_ARGS_ARE_WORDS
    -

    + +

    note

    +

    The ‘FT_OPEN_MEMORY’, ‘FT_OPEN_STREAM’, and ‘FT_OPEN_PATHNAME’ flags are mutually exclusive.

    + +
    + + +
    +

    FT_LOAD_XXX

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +#define FT_LOAD_DEFAULT                      0x0
    +#define FT_LOAD_NO_SCALE                     ( 1L << 0 )
    +#define FT_LOAD_NO_HINTING                   ( 1L << 1 )
    +#define FT_LOAD_RENDER                       ( 1L << 2 )
    +#define FT_LOAD_NO_BITMAP                    ( 1L << 3 )
    +#define FT_LOAD_VERTICAL_LAYOUT              ( 1L << 4 )
    +#define FT_LOAD_FORCE_AUTOHINT               ( 1L << 5 )
    +#define FT_LOAD_CROP_BITMAP                  ( 1L << 6 )
    +#define FT_LOAD_PEDANTIC                     ( 1L << 7 )
    +#define FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH  ( 1L << 9 )
    +#define FT_LOAD_NO_RECURSE                   ( 1L << 10 )
    +#define FT_LOAD_IGNORE_TRANSFORM             ( 1L << 11 )
    +#define FT_LOAD_MONOCHROME                   ( 1L << 12 )
    +#define FT_LOAD_LINEAR_DESIGN                ( 1L << 13 )
    +#define FT_LOAD_NO_AUTOHINT                  ( 1L << 15 )
    +  /* Bits 16..19 are used by `FT_LOAD_TARGET_' */
    +#define FT_LOAD_COLOR                        ( 1L << 20 )
    +
    + +

    A list of bit-field constants used with FT_Load_Glyph to indicate what kind of operations to perform during glyph loading.

    + +

    values

    + + - - - - - - - - - - + + + + + + + + +
    FT_LOAD_DEFAULT +

    Corresponding to 0, this value is used as the default glyph load operation. In this case, the following happens:

    +

    1. FreeType looks for a bitmap for the glyph corresponding to the face's current size. If one is found, the function returns. The bitmap data can be accessed from the glyph slot (see note below).

    +

    2. If no embedded bitmap is searched or found, FreeType looks for a scalable outline. If one is found, it is loaded from the font file, scaled to device pixels, then ‘hinted’ to the pixel grid in order to optimize it. The outline data can be accessed from the glyph slot (see note below).

    +

    Note that by default, the glyph loader doesn't render outlines into bitmaps. The following flags are used to modify this default behaviour to more specific and useful cases.

    FT_SUBGLYPH_FLAG_ARGS_ARE_XY_VALUES
    -

    +
    FT_LOAD_NO_SCALE +

    Don't scale the loaded outline glyph but keep it in font units.

    +

    This flag implies FT_LOAD_NO_HINTING and FT_LOAD_NO_BITMAP, and unsets FT_LOAD_RENDER.

    +

    If the font is ‘tricky’ (see FT_FACE_FLAG_TRICKY for more), using FT_LOAD_NO_SCALE usually yields meaningless outlines because the subglyphs must be scaled and positioned with hinting instructions. This can be solved by loading the font without FT_LOAD_NO_SCALE and setting the character size to ‘font->units_per_EM’.

    FT_SUBGLYPH_FLAG_ROUND_XY_TO_GRID
    -

    +
    FT_LOAD_NO_HINTING +

    Disable hinting. This generally generates ‘blurrier’ bitmap glyphs when the glyph are rendered in any of the anti-aliased modes. See also the note below.

    +

    This flag is implied by FT_LOAD_NO_SCALE.

    FT_SUBGLYPH_FLAG_SCALE -

    +
    FT_LOAD_RENDER +

    Call FT_Render_Glyph after the glyph is loaded. By default, the glyph is rendered in FT_RENDER_MODE_NORMAL mode. This can be overridden by FT_LOAD_TARGET_XXX or FT_LOAD_MONOCHROME.

    +

    This flag is unset by FT_LOAD_NO_SCALE.

    FT_SUBGLYPH_FLAG_XY_SCALE
    -

    +
    FT_LOAD_NO_BITMAP +

    Ignore bitmap strikes when loading. Bitmap-only fonts ignore this flag.

    +

    FT_LOAD_NO_SCALE always sets this flag.

    FT_SUBGLYPH_FLAG_2X2 -

    +
    FT_LOAD_VERTICAL_LAYOUT +

    Load the glyph for vertical text layout. In particular, the ‘advance’ value in the FT_GlyphSlotRec structure is set to the ‘vertAdvance’ value of the ‘metrics’ field.

    +

    In case FT_HAS_VERTICAL doesn't return true, you shouldn't use this flag currently. Reason is that in this case vertical metrics get synthesized, and those values are not always consistent across various font formats.

    FT_SUBGLYPH_FLAG_USE_MY_METRICS
    -

    +
    FT_LOAD_FORCE_AUTOHINT +

    Indicates that the auto-hinter is preferred over the font's native hinter. See also the note below.

    +
    FT_LOAD_PEDANTIC +

    Indicates that the font driver should perform pedantic verifications during glyph loading. This is mostly used to detect broken glyphs in fonts. By default, FreeType tries to handle broken fonts also.

    +

    In particular, errors from the TrueType bytecode engine are not passed to the application if this flag is not set; this might result in partially hinted or distorted glyphs in case a glyph's bytecode is buggy.

    +
    FT_LOAD_NO_RECURSE +

    Indicate that the font driver should not load composite glyphs recursively. Instead, it should set the ‘num_subglyph’ and ‘subglyphs’ values of the glyph slot accordingly, and set ‘glyph->format’ to FT_GLYPH_FORMAT_COMPOSITE. The description of subglyphs can then be accessed with FT_Get_SubGlyph_Info.

    +

    This flag implies FT_LOAD_NO_SCALE and FT_LOAD_IGNORE_TRANSFORM.

    +
    FT_LOAD_IGNORE_TRANSFORM +

    Indicates that the transform matrix set by FT_Set_Transform should be ignored.

    +
    FT_LOAD_MONOCHROME +

    This flag is used with FT_LOAD_RENDER to indicate that you want to render an outline glyph to a 1-bit monochrome bitmap glyph, with 8 pixels packed into each byte of the bitmap data.

    +

    Note that this has no effect on the hinting algorithm used. You should rather use FT_LOAD_TARGET_MONO so that the monochrome-optimized hinting algorithm is used.

    +
    FT_LOAD_LINEAR_DESIGN +

    Indicates that the ‘linearHoriAdvance’ and ‘linearVertAdvance’ fields of FT_GlyphSlotRec should be kept in font units. See FT_GlyphSlotRec for details.

    +
    FT_LOAD_NO_AUTOHINT +

    Disable auto-hinter. See also the note below.

    +
    FT_LOAD_COLOR +

    This flag is used to request loading of color embedded-bitmap images. The resulting color bitmaps, if available, will have the FT_PIXEL_MODE_BGRA format. When the flag is not used and color bitmaps are found, they will be converted to 256-level gray bitmaps transparently. Those bitmaps will be in the FT_PIXEL_MODE_GRAY format.

    +
    FT_LOAD_CROP_BITMAP +

    Ignored. Deprecated.

    +
    FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH +

    Ignored. Deprecated.

    -
    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_Get_SubGlyph_Info

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    +

    note

    +

    By default, hinting is enabled and the font's native hinter (see FT_FACE_FLAG_HINTER) is preferred over the auto-hinter. You can disable hinting by setting FT_LOAD_NO_HINTING or change the precedence by setting FT_LOAD_FORCE_AUTOHINT. You can also set FT_LOAD_NO_AUTOHINT in case you don't want the auto-hinter to be used at all.

    +

    See the description of FT_FACE_FLAG_TRICKY for a special exception (affecting only a handful of Asian fonts).

    +

    Besides deciding which hinter to use, you can also decide which hinting algorithm to use. See FT_LOAD_TARGET_XXX for details.

    +

    Note that the auto-hinter needs a valid Unicode cmap (either a native one or synthesized by FreeType) for producing correct results. If a font provides an incorrect mapping (for example, assigning the character code U+005A, LATIN CAPITAL LETTER Z, to a glyph depicting a mathematical integral sign), the auto-hinter might produce useless results.

    - FT_EXPORT( FT_Error ) - FT_Get_SubGlyph_Info( FT_GlyphSlot glyph, - FT_UInt sub_index, - FT_Int *p_index, - FT_UInt *p_flags, - FT_Int *p_arg1, - FT_Int *p_arg2, - FT_Matrix *p_transform ); +
    + -

    -
    -

    Retrieve a description of a given subglyph. Only use it if ‘glyph->format’ is FT_GLYPH_FORMAT_COMPOSITE; an error is returned otherwise.

    -

    -
    input
    -

    - -
    glyph -

    The source glyph slot.

    +
    +

    FT_LOAD_TARGET_XXX

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +#define FT_LOAD_TARGET_( x )   ( (FT_Int32)( (x) & 15 ) << 16 )
    +
    +#define FT_LOAD_TARGET_NORMAL  FT_LOAD_TARGET_( FT_RENDER_MODE_NORMAL )
    +#define FT_LOAD_TARGET_LIGHT   FT_LOAD_TARGET_( FT_RENDER_MODE_LIGHT  )
    +#define FT_LOAD_TARGET_MONO    FT_LOAD_TARGET_( FT_RENDER_MODE_MONO   )
    +#define FT_LOAD_TARGET_LCD     FT_LOAD_TARGET_( FT_RENDER_MODE_LCD    )
    +#define FT_LOAD_TARGET_LCD_V   FT_LOAD_TARGET_( FT_RENDER_MODE_LCD_V  )
    +
    + +

    A list of values that are used to select a specific hinting algorithm to use by the hinter. You should OR one of these values to your ‘load_flags’ when calling FT_Load_Glyph.

    +

    Note that font's native hinters may ignore the hinting algorithm you have specified (e.g., the TrueType bytecode interpreter). You can set FT_LOAD_FORCE_AUTOHINT to ensure that the auto-hinter is used.

    +

    Also note that FT_LOAD_TARGET_LIGHT is an exception, in that it always implies FT_LOAD_FORCE_AUTOHINT.

    + +

    values

    + + - + + +
    FT_LOAD_TARGET_NORMAL +

    This corresponds to the default hinting algorithm, optimized for standard gray-level rendering. For monochrome output, use FT_LOAD_TARGET_MONO instead.

    sub_index -

    The index of the subglyph. Must be less than ‘glyph->num_subglyphs’.

    +
    FT_LOAD_TARGET_LIGHT +

    A lighter hinting algorithm for non-monochrome modes. Many generated glyphs are more fuzzy but better resemble its original shape. A bit like rendering on Mac OS X.

    +

    As a special exception, this target implies FT_LOAD_FORCE_AUTOHINT.

    +
    FT_LOAD_TARGET_MONO +

    Strong hinting algorithm that should only be used for monochrome output. The result is probably unpleasant if the glyph is rendered in non-monochrome modes.

    +
    FT_LOAD_TARGET_LCD +

    A variant of FT_LOAD_TARGET_NORMAL optimized for horizontally decimated LCD displays.

    +
    FT_LOAD_TARGET_LCD_V +

    A variant of FT_LOAD_TARGET_NORMAL optimized for vertically decimated LCD displays.

    -
    -
    output
    + +

    note

    +

    You should use only one of the FT_LOAD_TARGET_XXX values in your ‘load_flags’. They can't be ORed.

    +

    If FT_LOAD_RENDER is also set, the glyph is rendered in the corresponding mode (i.e., the mode that matches the used algorithm best). An exeption is FT_LOAD_TARGET_MONO since it implies FT_LOAD_MONOCHROME.

    +

    You can use a hinting algorithm that doesn't correspond to the same rendering mode. As an example, it is possible to use the ‘light’ hinting algorithm and have the results rendered in horizontal LCD pixel mode, with code like

    +
    +  FT_Load_Glyph( face, glyph_index,
    +                 load_flags | FT_LOAD_TARGET_LIGHT );
    +
    +  FT_Render_Glyph( face->glyph, FT_RENDER_MODE_LCD );
    +
    + +
    + + +
    +

    FT_SUBGLYPH_FLAG_XXX

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +#define FT_SUBGLYPH_FLAG_ARGS_ARE_WORDS          1
    +#define FT_SUBGLYPH_FLAG_ARGS_ARE_XY_VALUES      2
    +#define FT_SUBGLYPH_FLAG_ROUND_XY_TO_GRID        4
    +#define FT_SUBGLYPH_FLAG_SCALE                   8
    +#define FT_SUBGLYPH_FLAG_XY_SCALE             0x40
    +#define FT_SUBGLYPH_FLAG_2X2                  0x80
    +#define FT_SUBGLYPH_FLAG_USE_MY_METRICS      0x200
    +
    + +

    A list of constants used to describe subglyphs. Please refer to the TrueType specification for the meaning of the various flags.

    + +

    values

    + +
    FT_SUBGLYPH_FLAG_ARGS_ARE_WORDS

    - - - - - - + +
    p_index -

    The glyph index of the subglyph.

    p_flags -

    The subglyph flags, see FT_SUBGLYPH_FLAG_XXX.

    +
    FT_SUBGLYPH_FLAG_ARGS_ARE_XY_VALUES +

    p_arg1 -

    The subglyph's first argument (if any).

    +
    FT_SUBGLYPH_FLAG_ROUND_XY_TO_GRID +

    p_arg2 -

    The subglyph's second argument (if any).

    +
    FT_SUBGLYPH_FLAG_SCALE +

    p_transform -

    The subglyph transformation (if any).

    +
    FT_SUBGLYPH_FLAG_XY_SCALE +

    +
    FT_SUBGLYPH_FLAG_2X2 +

    +
    FT_SUBGLYPH_FLAG_USE_MY_METRICS +

    -
    -
    return
    -

    FreeType error code. 0 means success.

    -
    -
    note
    -

    The values of ‘*p_arg1’, ‘*p_arg2’, and ‘*p_transform’ must be interpreted depending on the flags returned in ‘*p_flags’. See the TrueType specification for details.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_FSTYPE_XXX

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
    -
    -#define FT_FSTYPE_INSTALLABLE_EMBEDDING         0x0000
    -#define FT_FSTYPE_RESTRICTED_LICENSE_EMBEDDING  0x0002
    -#define FT_FSTYPE_PREVIEW_AND_PRINT_EMBEDDING   0x0004
    -#define FT_FSTYPE_EDITABLE_EMBEDDING            0x0008
    -#define FT_FSTYPE_NO_SUBSETTING                 0x0100
    -#define FT_FSTYPE_BITMAP_EMBEDDING_ONLY         0x0200
    -
    -

    -
    + +
    + + +
    +

    FT_FSTYPE_XXX

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +#define FT_FSTYPE_INSTALLABLE_EMBEDDING         0x0000
    +#define FT_FSTYPE_RESTRICTED_LICENSE_EMBEDDING  0x0002
    +#define FT_FSTYPE_PREVIEW_AND_PRINT_EMBEDDING   0x0004
    +#define FT_FSTYPE_EDITABLE_EMBEDDING            0x0008
    +#define FT_FSTYPE_NO_SUBSETTING                 0x0100
    +#define FT_FSTYPE_BITMAP_EMBEDDING_ONLY         0x0200
    +
    +

    A list of bit flags used in the ‘fsType’ field of the OS/2 table in a TrueType or OpenType font and the ‘FSType’ entry in a PostScript font. These bit flags are returned by FT_Get_FSType_Flags; they inform client applications of embedding and subsetting restrictions associated with a font.

    See http://www.adobe.com/devnet/acrobat/pdfs/FontPolicies.pdf for more details.

    -

    -
    values
    -

    - - -
    FT_FSTYPE_INSTALLABLE_EMBEDDING
    + +

    values

    + + - - - - - - - - - -
    FT_FSTYPE_INSTALLABLE_EMBEDDING

    Fonts with no fsType bit set may be embedded and permanently installed on the remote system by an application.

    FT_FSTYPE_RESTRICTED_LICENSE_EMBEDDING
    +
    FT_FSTYPE_RESTRICTED_LICENSE_EMBEDDING

    Fonts that have only this bit set must not be modified, embedded or exchanged in any manner without first obtaining permission of the font software copyright owner.

    FT_FSTYPE_PREVIEW_AND_PRINT_EMBEDDING
    +
    FT_FSTYPE_PREVIEW_AND_PRINT_EMBEDDING

    If this bit is set, the font may be embedded and temporarily loaded on the remote system. Documents containing Preview & Print fonts must be opened ‘read-only’; no edits can be applied to the document.

    FT_FSTYPE_EDITABLE_EMBEDDING
    +
    FT_FSTYPE_EDITABLE_EMBEDDING

    If this bit is set, the font may be embedded but must only be installed temporarily on other systems. In contrast to Preview & Print fonts, documents containing editable fonts may be opened for reading, editing is permitted, and changes may be saved.

    FT_FSTYPE_NO_SUBSETTING
    +
    FT_FSTYPE_NO_SUBSETTING

    If this bit is set, the font may not be subsetted prior to embedding.

    FT_FSTYPE_BITMAP_EMBEDDING_ONLY
    +
    FT_FSTYPE_BITMAP_EMBEDDING_ONLY

    If this bit is set, only bitmaps contained in the font may be embedded; no outline data may be embedded. If there are no bitmaps available in the font, then the font is unembeddable.

    -
    -
    note
    + +

    note

    While the fsType flags can indicate that a font may be embedded, a license with the font vendor may be separately required to use the font in this way.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Get_FSType_Flags

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    -  FT_EXPORT( FT_UShort )
    -  FT_Get_FSType_Flags( FT_Face  face );
    +
    + -

    -
    -

    Return the fsType flags for a font.

    -

    -
    input
    -

    - - -
    face -

    A handle to the source face object.

    -
    -
    -
    return
    -

    The fsType flags, FT_FSTYPE_XXX.

    -
    -
    note
    -

    Use this function rather than directly reading the ‘fs_type’ field in the PS_FontInfoRec structure, which is only guaranteed to return the correct results for Type 1 fonts.

    -
    -
    since
    -

    2.3.8

    -
    -
    -
    - - -
    [Index][TOC]
    +
    +

    FT_HAS_FAST_GLYPHS

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +#define FT_HAS_FAST_GLYPHS( face )  0
    +
    + +

    Deprecated.

    + +
    +
    diff --git a/freetype/docs/reference/ft2-basic_types.html b/freetype/docs/reference/ft2-basic_types.html index c600032e6..e39573d5b 100644 --- a/freetype/docs/reference/ft2-basic_types.html +++ b/freetype/docs/reference/ft2-basic_types.html @@ -3,1208 +3,867 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    -Basic Data Types -

    +

    Basic Data Types

    Synopsis

    - - - - - - - - - - - - - - - - -
    FT_ByteFT_PtrDistFT_Pixel_Mode
    FT_BytesFT_Stringft_pixel_mode_xxx
    FT_CharFT_TagFT_Palette_Mode
    FT_IntFT_ErrorFT_Bitmap
    FT_UIntFT_FixedFT_IMAGE_TAG
    FT_Int16FT_PointerFT_Glyph_Format
    FT_UInt16FT_Posft_glyph_format_xxx
    FT_Int32FT_VectorFT_Data
    FT_UInt32FT_BBoxFT_Generic_Finalizer
    FT_ShortFT_MatrixFT_Generic
    FT_UShortFT_FWordFT_MAKE_TAG
    FT_LongFT_UFWordFT_Int64
    FT_ULongFT_F2Dot14FT_UInt64
    FT_BoolFT_UnitVector
    FT_OffsetFT_F26Dot6


    - -
    + + + + + + + + + + + + + + + + +
    FT_ByteFT_BoolFT_UnitVector
    FT_BytesFT_OffsetFT_F26Dot6
    FT_CharFT_PtrDistFT_Data
    FT_IntFT_String 
    FT_UIntFT_TagFT_MAKE_TAG
    FT_Int16FT_Error 
    FT_UInt16FT_FixedFT_Generic
    FT_Int32FT_PointerFT_Generic_Finalizer
    FT_UInt32FT_Pos 
    FT_Int64FT_VectorFT_Bitmap
    FT_UInt64FT_BBoxFT_Pixel_Mode
    FT_ShortFT_MatrixFT_Palette_Mode
    FT_UShortFT_FWordFT_Glyph_Format
    FT_LongFT_UFWordFT_IMAGE_TAG
    FT_ULongFT_F2Dot14
    + +

    This section contains the basic data types defined by FreeType 2, ranging from simple scalar types to bitmap descriptors. More font-specific structures are defined in a different section.

    -

    -
    -

    FT_Byte

    -
    -Defined in FT_TYPES_H (fttypes.h). -

    -
     
    +
    +

    FT_Byte

    +

    Defined in FT_TYPES_H (fttypes.h).

    +
       typedef unsigned char  FT_Byte;
    +
    -

    -

    A simple typedef for the unsigned char type.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Bytes

    -
    -Defined in FT_TYPES_H (fttypes.h). -

    -
     
    +
    + + +
    +

    FT_Bytes

    +

    Defined in FT_TYPES_H (fttypes.h).

    +
       typedef const FT_Byte*  FT_Bytes;
    +
    -

    -

    A typedef for constant memory areas.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Char

    -
    -Defined in FT_TYPES_H (fttypes.h). -

    -
     
    +
    + + +
    +

    FT_Char

    +

    Defined in FT_TYPES_H (fttypes.h).

    +
       typedef signed char  FT_Char;
    +
    -

    -

    A simple typedef for the signed char type.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Int

    -
    -Defined in FT_TYPES_H (fttypes.h). -

    -
     
    +
    + + +
    +

    FT_Int

    +

    Defined in FT_TYPES_H (fttypes.h).

    +
       typedef signed int  FT_Int;
    +
    -

    -

    A typedef for the int type.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_UInt

    -
    -Defined in FT_TYPES_H (fttypes.h). -

    -
     
    +
    + + +
    +

    FT_UInt

    +

    Defined in FT_TYPES_H (fttypes.h).

    +
       typedef unsigned int  FT_UInt;
    +
    -

    -

    A typedef for the unsigned int type.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Int16

    -
    -Defined in FT_CONFIG_CONFIG_H (config/ftconfig.h). -

    -
     
    +
    + + +
    +

    FT_Int16

    +

    Defined in FT_CONFIG_CONFIG_H (config/ftconfig.h).

    +
       typedef signed short  FT_Int16;
    +
    -

    -

    A typedef for a 16bit signed integer type.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_UInt16

    -
    -Defined in FT_CONFIG_CONFIG_H (config/ftconfig.h). -

    -
     
    +
    + + +
    +

    FT_UInt16

    +

    Defined in FT_CONFIG_CONFIG_H (config/ftconfig.h).

    +
       typedef unsigned short  FT_UInt16;
    +
    -

    -

    A typedef for a 16bit unsigned integer type.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Int32

    -
    -Defined in FT_CONFIG_CONFIG_H (config/ftconfig.h). -

    -
     
    +
    + + +
    +

    FT_Int32

    +

    Defined in FT_CONFIG_CONFIG_H (config/ftconfig.h).

    +
       typedef signed XXX  FT_Int32;
    +
    -

    -

    A typedef for a 32bit signed integer type. The size depends on the configuration.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_UInt32

    -
    -Defined in FT_CONFIG_CONFIG_H (config/ftconfig.h). -

    -
     
    +
    + + +
    +

    FT_UInt32

    +

    Defined in FT_CONFIG_CONFIG_H (config/ftconfig.h).

    +
       typedef unsigned XXX  FT_UInt32;
    +
    +
    +
    -

    -
    -
    - - -
    [Index][TOC]
    +
    +

    FT_Int64

    +

    Defined in FT_CONFIG_CONFIG_H (config/ftconfig.h).

    +
    +  typedef signed XXX  FT_Int64;
    +
    +
    +
    -
    -

    FT_Short

    -
    -Defined in FT_TYPES_H (fttypes.h). -

    -
    +
    +

    FT_UInt64

    +

    Defined in FT_CONFIG_CONFIG_H (config/ftconfig.h).

    +
    +  typedef unsigned XXX  FT_UInt64;
    +
    +
    +
    +
    +

    FT_Short

    +

    Defined in FT_TYPES_H (fttypes.h).

    +
       typedef signed short  FT_Short;
    +
    -

    -

    A typedef for signed short.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_UShort

    -
    -Defined in FT_TYPES_H (fttypes.h). -

    -
     
    +
    + + +
    +

    FT_UShort

    +

    Defined in FT_TYPES_H (fttypes.h).

    +
       typedef unsigned short  FT_UShort;
    +
    -

    -

    A typedef for unsigned short.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Long

    -
    -Defined in FT_TYPES_H (fttypes.h). -

    -
     
    +
    + + +
    +

    FT_Long

    +

    Defined in FT_TYPES_H (fttypes.h).

    +
       typedef signed long  FT_Long;
    +
    -

    -

    A typedef for signed long.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_ULong

    -
    -Defined in FT_TYPES_H (fttypes.h). -

    -
     
    +
    + + +
    +

    FT_ULong

    +

    Defined in FT_TYPES_H (fttypes.h).

    +
       typedef unsigned long  FT_ULong;
    +
    -

    -

    A typedef for unsigned long.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Bool

    -
    -Defined in FT_TYPES_H (fttypes.h). -

    -
     
    +
    + + +
    +

    FT_Bool

    +

    Defined in FT_TYPES_H (fttypes.h).

    +
       typedef unsigned char  FT_Bool;
    +
    -

    -

    A typedef of unsigned char, used for simple booleans. As usual, values 1 and 0 represent true and false, respectively.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Offset

    -
    -Defined in FT_TYPES_H (fttypes.h). -

    -
     
    +
    + + +
    +

    FT_Offset

    +

    Defined in FT_TYPES_H (fttypes.h).

    +
       typedef size_t  FT_Offset;
    +
    -

    -

    This is equivalent to the ANSI C ‘size_t’ type, i.e., the largest unsigned integer type used to express a file size or position, or a memory block size.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_PtrDist

    -
    -Defined in FT_TYPES_H (fttypes.h). -

    -
     
    +
    + + +
    +

    FT_PtrDist

    +

    Defined in FT_TYPES_H (fttypes.h).

    +
       typedef ft_ptrdiff_t  FT_PtrDist;
    +
    -

    -

    This is equivalent to the ANSI C ‘ptrdiff_t’ type, i.e., the largest signed integer type used to express the distance between two pointers.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_String

    -
    -Defined in FT_TYPES_H (fttypes.h). -

    -
     
    +
    + + +
    +

    FT_String

    +

    Defined in FT_TYPES_H (fttypes.h).

    +
       typedef char  FT_String;
    +
    -

    -

    A simple typedef for the char type, usually used for strings.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Tag

    -
    -Defined in FT_TYPES_H (fttypes.h). -

    -
     
    +
    + + +
    +

    FT_Tag

    +

    Defined in FT_TYPES_H (fttypes.h).

    +
       typedef FT_UInt32  FT_Tag;
    +
    -

    -

    A typedef for 32-bit tags (as used in the SFNT format).

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Error

    -
    -Defined in FT_TYPES_H (fttypes.h). -

    -
     
    +
    + + +
    +

    FT_Error

    +

    Defined in FT_TYPES_H (fttypes.h).

    +
       typedef int  FT_Error;
    +
    -

    -

    The FreeType error code type. A value of 0 is always interpreted as a successful operation.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Fixed

    -
    -Defined in FT_TYPES_H (fttypes.h). -

    -
     
    +
    + + +
    +

    FT_Fixed

    +

    Defined in FT_TYPES_H (fttypes.h).

    +
       typedef signed long  FT_Fixed;
    +
    -

    -

    This type is used to store 16.16 fixed-point values, like scaling values or matrix coefficients.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Pointer

    -
    -Defined in FT_TYPES_H (fttypes.h). -

    -
     
    +
    + + +
    +

    FT_Pointer

    +

    Defined in FT_TYPES_H (fttypes.h).

    +
       typedef void*  FT_Pointer;
    +
    -

    -

    A simple typedef for a typeless pointer.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Pos

    -
    -Defined in FT_IMAGE_H (ftimage.h). -

    -
     
    +
    + + +
    +

    FT_Pos

    +

    Defined in FT_IMAGE_H (ftimage.h).

    +
       typedef signed long  FT_Pos;
    +
    -

    -

    The type FT_Pos is used to store vectorial coordinates. Depending on the context, these can represent distances in integer font units, or 16.16, or 26.6 fixed-point pixel coordinates.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Vector

    -
    -Defined in FT_IMAGE_H (ftimage.h). -

    -
     
    +
    + + +
    +

    FT_Vector

    +

    Defined in FT_IMAGE_H (ftimage.h).

    +
       typedef struct  FT_Vector_
       {
         FT_Pos  x;
         FT_Pos  y;
     
       } FT_Vector;
    +
    -

    -

    A simple structure used to store a 2D vector; coordinates are of the FT_Pos type.

    -

    -
    fields
    -

    - -
    x + +

    fields

    + + -
    x

    The horizontal coordinate.

    y +
    y

    The vertical coordinate.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_BBox

    -
    -Defined in FT_IMAGE_H (ftimage.h). -

    -
     
    +
    + + +
    +

    FT_BBox

    +

    Defined in FT_IMAGE_H (ftimage.h).

    +
       typedef struct  FT_BBox_
       {
         FT_Pos  xMin, yMin;
         FT_Pos  xMax, yMax;
     
       } FT_BBox;
    +
    -

    -

    A structure used to hold an outline's bounding box, i.e., the coordinates of its extrema in the horizontal and vertical directions.

    -

    -
    fields
    -

    - -
    xMin + +

    fields

    + + - - -
    xMin

    The horizontal minimum (left-most).

    yMin +
    yMin

    The vertical minimum (bottom-most).

    xMax +
    xMax

    The horizontal maximum (right-most).

    yMax +
    yMax

    The vertical maximum (top-most).

    -
    -
    note
    + +

    note

    The bounding box is specified with the coordinates of the lower left and the upper right corner. In PostScript, those values are often called (llx,lly) and (urx,ury), respectively.

    If ‘yMin’ is negative, this value gives the glyph's descender. Otherwise, the glyph doesn't descend below the baseline. Similarly, if ‘ymax’ is positive, this value gives the glyph's ascender.

    ‘xMin’ gives the horizontal distance from the glyph's origin to the left edge of the glyph's bounding box. If ‘xMin’ is negative, the glyph extends to the left of the origin.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Matrix

    -
    -Defined in FT_TYPES_H (fttypes.h). -

    -
     
    +
    + + +
    +

    FT_Matrix

    +

    Defined in FT_TYPES_H (fttypes.h).

    +
       typedef struct  FT_Matrix_
       {
         FT_Fixed  xx, xy;
         FT_Fixed  yx, yy;
     
       } FT_Matrix;
    +
    -

    -

    A simple structure used to store a 2x2 matrix. Coefficients are in 16.16 fixed-point format. The computation performed is:

        x' = x*xx + y*xy                                             
        y' = x*yx + y*yy                                             
     
    -

    -
    fields
    -

    - -
    xx + +

    fields

    + + - - -
    xx

    Matrix coefficient.

    xy +
    xy

    Matrix coefficient.

    yx +
    yx

    Matrix coefficient.

    yy +
    yy

    Matrix coefficient.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_FWord

    -
    -Defined in FT_TYPES_H (fttypes.h). -

    -
     
    +
    + + +
    +

    FT_FWord

    +

    Defined in FT_TYPES_H (fttypes.h).

    +
       typedef signed short  FT_FWord;   /* distance in FUnits */
    +
    -

    -

    A signed 16-bit integer used to store a distance in original font units.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_UFWord

    -
    -Defined in FT_TYPES_H (fttypes.h). -

    -
     
    +
    + + +
    +

    FT_UFWord

    +

    Defined in FT_TYPES_H (fttypes.h).

    +
       typedef unsigned short  FT_UFWord;  /* unsigned distance */
    +
    -

    -

    An unsigned 16-bit integer used to store a distance in original font units.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_F2Dot14

    -
    -Defined in FT_TYPES_H (fttypes.h). -

    -
     
    +
    + + +
    +

    FT_F2Dot14

    +

    Defined in FT_TYPES_H (fttypes.h).

    +
       typedef signed short  FT_F2Dot14;
    +
    -

    -

    A signed 2.14 fixed-point type used for unit vectors.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_UnitVector

    -
    -Defined in FT_TYPES_H (fttypes.h). -

    -
     
    +
    + + +
    +

    FT_UnitVector

    +

    Defined in FT_TYPES_H (fttypes.h).

    +
       typedef struct  FT_UnitVector_
       {
         FT_F2Dot14  x;
         FT_F2Dot14  y;
     
       } FT_UnitVector;
    +
    -

    -

    A simple structure used to store a 2D vector unit vector. Uses FT_F2Dot14 types.

    -

    -
    fields
    -

    - -
    x + +

    fields

    + + -
    x

    Horizontal coordinate.

    y +
    y

    Vertical coordinate.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_F26Dot6

    -
    -Defined in FT_TYPES_H (fttypes.h). -

    -
     
    +
    + + +
    +

    FT_F26Dot6

    +

    Defined in FT_TYPES_H (fttypes.h).

    +
       typedef signed long  FT_F26Dot6;
    +
    -

    -

    A signed 26.6 fixed-point type used for vectorial pixel coordinates.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Pixel_Mode

    -
    -Defined in FT_IMAGE_H (ftimage.h). -

    -
     
    -  typedef enum  FT_Pixel_Mode_
    +
    + + +
    +

    FT_Data

    +

    Defined in FT_TYPES_H (fttypes.h).

    +
    +  typedef struct  FT_Data_
       {
    -    FT_PIXEL_MODE_NONE = 0,
    -    FT_PIXEL_MODE_MONO,
    -    FT_PIXEL_MODE_GRAY,
    -    FT_PIXEL_MODE_GRAY2,
    -    FT_PIXEL_MODE_GRAY4,
    -    FT_PIXEL_MODE_LCD,
    -    FT_PIXEL_MODE_LCD_V,
    -    FT_PIXEL_MODE_BGRA,
    +    const FT_Byte*  pointer;
    +    FT_Int          length;
     
    -    FT_PIXEL_MODE_MAX      /* do not remove */
    +  } FT_Data;
    +
    - } FT_Pixel_Mode; +

    Read-only binary data represented as a pointer and a length.

    -

    -
    -

    An enumeration type used to describe the format of pixels in a given bitmap. Note that additional formats may be added in the future.

    -

    -
    values
    -

    - - - - - - - - - -
    FT_PIXEL_MODE_NONE -

    Value 0 is reserved.

    -
    FT_PIXEL_MODE_MONO -

    A monochrome bitmap, using 1 bit per pixel. Note that pixels are stored in most-significant order (MSB), which means that the left-most pixel in a byte has value 128.

    -
    FT_PIXEL_MODE_GRAY -

    An 8-bit bitmap, generally used to represent anti-aliased glyph images. Each pixel is stored in one byte. Note that the number of ‘gray’ levels is stored in the ‘num_grays’ field of the FT_Bitmap structure (it generally is 256).

    -
    FT_PIXEL_MODE_GRAY2 -

    A 2-bit per pixel bitmap, used to represent embedded anti-aliased bitmaps in font files according to the OpenType specification. We haven't found a single font using this format, however.

    -
    FT_PIXEL_MODE_GRAY4 -

    A 4-bit per pixel bitmap, representing embedded anti-aliased bitmaps in font files according to the OpenType specification. We haven't found a single font using this format, however.

    -
    FT_PIXEL_MODE_LCD -

    An 8-bit bitmap, representing RGB or BGR decimated glyph images used for display on LCD displays; the bitmap is three times wider than the original glyph image. See also FT_RENDER_MODE_LCD.

    -
    FT_PIXEL_MODE_LCD_V -

    An 8-bit bitmap, representing RGB or BGR decimated glyph images used for display on rotated LCD displays; the bitmap is three times taller than the original glyph image. See also FT_RENDER_MODE_LCD_V.

    -
    FT_PIXEL_MODE_BGRA -

    An image with four 8-bit channels per pixel, representing a color image (such as emoticons) with alpha channel. For each pixel, the format is BGRA, which means, the blue channel comes first in memory. The color channels are pre-multiplied and in the sRGB colorspace. For example, full red at half-translucent opacity will be represented as ‘00,00,80,80’, not ‘00,00,FF,80’. See also FT_LOAD_COLOR.

    -
    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    ft_pixel_mode_xxx

    -
    -Defined in FT_IMAGE_H (ftimage.h). -

    -
    -
    -#define ft_pixel_mode_none   FT_PIXEL_MODE_NONE
    -#define ft_pixel_mode_mono   FT_PIXEL_MODE_MONO
    -#define ft_pixel_mode_grays  FT_PIXEL_MODE_GRAY
    -#define ft_pixel_mode_pal2   FT_PIXEL_MODE_GRAY2
    -#define ft_pixel_mode_pal4   FT_PIXEL_MODE_GRAY4
    -
    -

    -
    -

    A list of deprecated constants. Use the corresponding FT_Pixel_Mode values instead.

    -

    -
    values
    -

    - - - - -
    ft_pixel_mode_none -

    See FT_PIXEL_MODE_NONE.

    -
    ft_pixel_mode_mono -

    See FT_PIXEL_MODE_MONO.

    -
    ft_pixel_mode_grays -

    See FT_PIXEL_MODE_GRAY.

    -
    ft_pixel_mode_pal2 -

    See FT_PIXEL_MODE_GRAY2.

    +

    fields

    + + -
    pointer +

    The data.

    ft_pixel_mode_pal4 -

    See FT_PIXEL_MODE_GRAY4.

    +
    length +

    The length of the data in bytes.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Palette_Mode

    -
    -Defined in FT_IMAGE_H (ftimage.h). -

    -
    -
    -  typedef enum  FT_Palette_Mode_
    +
    +
    + + +
    +

    FT_MAKE_TAG

    +

    Defined in FT_TYPES_H (fttypes.h).

    +
    +#define FT_MAKE_TAG( _x1, _x2, _x3, _x4 ) \
    +          (FT_Tag)                        \
    +          ( ( (FT_ULong)_x1 << 24 ) |     \
    +            ( (FT_ULong)_x2 << 16 ) |     \
    +            ( (FT_ULong)_x3 <<  8 ) |     \
    +              (FT_ULong)_x4         )
    +
    + +

    This macro converts four-letter tags that are used to label TrueType tables into an unsigned long, to be used within FreeType.

    + +

    note

    +

    The produced values must be 32-bit integers. Don't redefine this macro.

    + +
    +
    + +
    +

    FT_Generic

    +

    Defined in FT_TYPES_H (fttypes.h).

    +
    +  typedef struct  FT_Generic_
       {
    -    ft_palette_mode_rgb = 0,
    -    ft_palette_mode_rgba,
    -
    -    ft_palette_mode_max   /* do not remove */
    -
    -  } FT_Palette_Mode;
    -
    -

    -
    -

    THIS TYPE IS DEPRECATED. DO NOT USE IT!

    -

    An enumeration type to describe the format of a bitmap palette, used with ft_pixel_mode_pal4 and ft_pixel_mode_pal8.

    -

    -
    values
    -

    - -
    ft_palette_mode_rgb -

    The palette is an array of 3-byte RGB records.

    + void* data; + FT_Generic_Finalizer finalizer; + + } FT_Generic; + + +

    Client applications often need to associate their own data to a variety of FreeType core objects. For example, a text layout API might want to associate a glyph cache to a given size object.

    +

    Some FreeType object contains a ‘generic’ field, of type FT_Generic, which usage is left to client applications and font servers.

    +

    It can be used to store a pointer to client-specific data, as well as the address of a ‘finalizer’ function, which will be called by FreeType when the object is destroyed (for example, the previous client example would put the address of the glyph cache destructor in the ‘finalizer’ field).

    + +

    fields

    + + -
    data +

    A typeless pointer to any client-specified data. This field is completely ignored by the FreeType library.

    ft_palette_mode_rgba -

    The palette is an array of 4-byte RGBA records.

    +
    finalizer +

    A pointer to a ‘generic finalizer’ function, which will be called when the object is destroyed. If this field is set to NULL, no code will be called.

    -
    -
    note
    -

    As ft_pixel_mode_pal2, pal4 and pal8 are currently unused by FreeType, these types are not handled by the library itself.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Bitmap

    -
    -Defined in FT_IMAGE_H (ftimage.h). -

    -
     
    +
    + + +
    +

    FT_Generic_Finalizer

    +

    Defined in FT_TYPES_H (fttypes.h).

    +
    +  typedef void  (*FT_Generic_Finalizer)(void*  object);
    +
    + +

    Describe a function used to destroy the ‘client’ data of any FreeType object. See the description of the FT_Generic type for details of usage.

    + +

    input

    +

    The address of the FreeType object that is under finalization. Its client data is accessed through its ‘generic’ field.

    + +
    +
    + +
    +

    FT_Bitmap

    +

    Defined in FT_IMAGE_H (ftimage.h).

    +
       typedef struct  FT_Bitmap_
       {
    -    int             rows;
    -    int             width;
    +    unsigned int    rows;
    +    unsigned int    width;
         int             pitch;
         unsigned char*  buffer;
    -    short           num_grays;
    -    char            pixel_mode;
    -    char            palette_mode;
    +    unsigned short  num_grays;
    +    unsigned char   pixel_mode;
    +    unsigned char   palette_mode;
         void*           palette;
     
       } FT_Bitmap;
    +
    -

    -

    A structure used to describe a bitmap or pixmap to the raster. Note that we now manage pixmaps of various depths through the ‘pixel_mode’ field.

    -

    -
    fields
    -

    - -
    rows + +

    fields

    + + - - - - - - -
    rows

    The number of bitmap rows.

    width +
    width

    The number of pixels in bitmap row.

    pitch +
    pitch

    The pitch's absolute value is the number of bytes taken by one bitmap row, including padding. However, the pitch is positive when the bitmap has a ‘down’ flow, and negative when it has an ‘up’ flow. In all cases, the pitch is an offset to add to a bitmap pointer in order to go down one row.

    Note that ‘padding’ means the alignment of a bitmap to a byte border, and FreeType functions normally align to the smallest possible integer value.

    For the B/W rasterizer, ‘pitch’ is always an even number.

    To change the pitch of a bitmap (say, to make it a multiple of 4), use FT_Bitmap_Convert. Alternatively, you might use callback functions to directly render to the application's surface; see the file ‘example2.cpp’ in the tutorial for a demonstration.

    buffer +
    buffer

    A typeless pointer to the bitmap buffer. This value should be aligned on 32-bit boundaries in most cases.

    num_grays +
    num_grays

    This field is only used with FT_PIXEL_MODE_GRAY; it gives the number of gray levels used in the bitmap.

    pixel_mode +
    pixel_mode

    The pixel mode, i.e., how pixel bits are stored. See FT_Pixel_Mode for possible values.

    palette_mode +
    palette_mode

    This field is intended for paletted pixel modes; it indicates how the palette is stored. Not used currently.

    palette +
    palette

    A typeless pointer to the bitmap palette; this field is intended for paletted pixel modes. Not used currently.

    -
    -
    note
    + +

    note

    For now, the only pixel modes supported by FreeType are mono and grays. However, drivers might be added in the future to support more ‘colorful’ options.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_IMAGE_TAG

    -
    -Defined in FT_IMAGE_H (ftimage.h). -

    -
     
    -#ifndef FT_IMAGE_TAG
    -#define FT_IMAGE_TAG( value, _x1, _x2, _x3, _x4 )  \
    -          value = ( ( (unsigned long)_x1 << 24 ) | \
    -                    ( (unsigned long)_x2 << 16 ) | \
    -                    ( (unsigned long)_x3 << 8  ) | \
    -                      (unsigned long)_x4         )
    -#endif /* FT_IMAGE_TAG */
    +
    + -

    -
    -

    This macro converts four-letter tags to an unsigned long type.

    -

    -
    note
    -

    Since many 16-bit compilers don't like 32-bit enumerations, you should redefine this macro in case of problems to something like this:

    -
    -  #define FT_IMAGE_TAG( value, _x1, _x2, _x3, _x4 )  value         
    -
    -

    to get a simple enumeration without assigning special numbers.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Glyph_Format

    -
    -Defined in FT_IMAGE_H (ftimage.h). -

    -
    -
    -  typedef enum  FT_Glyph_Format_
    +
    +

    FT_Pixel_Mode

    +

    Defined in FT_IMAGE_H (ftimage.h).

    +
    +  typedef enum  FT_Pixel_Mode_
       {
    -    FT_IMAGE_TAG( FT_GLYPH_FORMAT_NONE, 0, 0, 0, 0 ),
    +    FT_PIXEL_MODE_NONE = 0,
    +    FT_PIXEL_MODE_MONO,
    +    FT_PIXEL_MODE_GRAY,
    +    FT_PIXEL_MODE_GRAY2,
    +    FT_PIXEL_MODE_GRAY4,
    +    FT_PIXEL_MODE_LCD,
    +    FT_PIXEL_MODE_LCD_V,
    +    FT_PIXEL_MODE_BGRA,
     
    -    FT_IMAGE_TAG( FT_GLYPH_FORMAT_COMPOSITE, 'c', 'o', 'm', 'p' ),
    -    FT_IMAGE_TAG( FT_GLYPH_FORMAT_BITMAP,    'b', 'i', 't', 's' ),
    -    FT_IMAGE_TAG( FT_GLYPH_FORMAT_OUTLINE,   'o', 'u', 't', 'l' ),
    -    FT_IMAGE_TAG( FT_GLYPH_FORMAT_PLOTTER,   'p', 'l', 'o', 't' )
    +    FT_PIXEL_MODE_MAX      /* do not remove */
     
    -  } FT_Glyph_Format;
    +  } FT_Pixel_Mode;
     
    -

    -
    -

    An enumeration type used to describe the format of a given glyph image. Note that this version of FreeType only supports two image formats, even though future font drivers will be able to register their own format.

    -

    -
    values
    -

    - - - - -
    FT_GLYPH_FORMAT_NONE -

    The value 0 is reserved.

    -
    FT_GLYPH_FORMAT_COMPOSITE
    -

    The glyph image is a composite of several other images. This format is only used with FT_LOAD_NO_RECURSE, and is used to report compound glyphs (like accented characters).

    -
    FT_GLYPH_FORMAT_BITMAP -

    The glyph image is a bitmap, and can be described as an FT_Bitmap. You generally need to access the ‘bitmap’ field of the FT_GlyphSlotRec structure to read it.

    + + /* these constants are deprecated; use the corresponding `FT_Pixel_Mode' */ + /* values instead. */ +#define ft_pixel_mode_none FT_PIXEL_MODE_NONE +#define ft_pixel_mode_mono FT_PIXEL_MODE_MONO +#define ft_pixel_mode_grays FT_PIXEL_MODE_GRAY +#define ft_pixel_mode_pal2 FT_PIXEL_MODE_GRAY2 +#define ft_pixel_mode_pal4 FT_PIXEL_MODE_GRAY4 + + +

    An enumeration type used to describe the format of pixels in a given bitmap. Note that additional formats may be added in the future.

    + +

    values

    + + - - - - -
    FT_PIXEL_MODE_NONE +

    Value 0 is reserved.

    FT_GLYPH_FORMAT_OUTLINE
    -

    The glyph image is a vectorial outline made of line segments and Bézier arcs; it can be described as an FT_Outline; you generally want to access the ‘outline’ field of the FT_GlyphSlotRec structure to read it.

    +
    FT_PIXEL_MODE_MONO +

    A monochrome bitmap, using 1 bit per pixel. Note that pixels are stored in most-significant order (MSB), which means that the left-most pixel in a byte has value 128.

    FT_GLYPH_FORMAT_PLOTTER
    -

    The glyph image is a vectorial path with no inside and outside contours. Some Type 1 fonts, like those in the Hershey family, contain glyphs in this format. These are described as FT_Outline, but FreeType isn't currently capable of rendering them correctly.

    +
    FT_PIXEL_MODE_GRAY +

    An 8-bit bitmap, generally used to represent anti-aliased glyph images. Each pixel is stored in one byte. Note that the number of ‘gray’ levels is stored in the ‘num_grays’ field of the FT_Bitmap structure (it generally is 256).

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    ft_glyph_format_xxx

    -
    -Defined in FT_IMAGE_H (ftimage.h). -

    -
    -
    -#define ft_glyph_format_none       FT_GLYPH_FORMAT_NONE
    -#define ft_glyph_format_composite  FT_GLYPH_FORMAT_COMPOSITE
    -#define ft_glyph_format_bitmap     FT_GLYPH_FORMAT_BITMAP
    -#define ft_glyph_format_outline    FT_GLYPH_FORMAT_OUTLINE
    -#define ft_glyph_format_plotter    FT_GLYPH_FORMAT_PLOTTER
    -
    -

    -
    -

    A list of deprecated constants. Use the corresponding FT_Glyph_Format values instead.

    -

    -
    values
    -

    - - - - - - - - -
    ft_glyph_format_none -

    See FT_GLYPH_FORMAT_NONE.

    +
    FT_PIXEL_MODE_GRAY2 +

    A 2-bit per pixel bitmap, used to represent embedded anti-aliased bitmaps in font files according to the OpenType specification. We haven't found a single font using this format, however.

    ft_glyph_format_composite
    -

    See FT_GLYPH_FORMAT_COMPOSITE.

    +
    FT_PIXEL_MODE_GRAY4 +

    A 4-bit per pixel bitmap, representing embedded anti-aliased bitmaps in font files according to the OpenType specification. We haven't found a single font using this format, however.

    ft_glyph_format_bitmap -

    See FT_GLYPH_FORMAT_BITMAP.

    +
    FT_PIXEL_MODE_LCD +

    An 8-bit bitmap, representing RGB or BGR decimated glyph images used for display on LCD displays; the bitmap is three times wider than the original glyph image. See also FT_RENDER_MODE_LCD.

    ft_glyph_format_outline
    -

    See FT_GLYPH_FORMAT_OUTLINE.

    +
    FT_PIXEL_MODE_LCD_V +

    An 8-bit bitmap, representing RGB or BGR decimated glyph images used for display on rotated LCD displays; the bitmap is three times taller than the original glyph image. See also FT_RENDER_MODE_LCD_V.

    ft_glyph_format_plotter
    -

    See FT_GLYPH_FORMAT_PLOTTER.

    +
    FT_PIXEL_MODE_BGRA +

    An image with four 8-bit channels per pixel, representing a color image (such as emoticons) with alpha channel. For each pixel, the format is BGRA, which means, the blue channel comes first in memory. The color channels are pre-multiplied and in the sRGB colorspace. For example, full red at half-translucent opacity will be represented as ‘00,00,80,80’, not ‘00,00,FF,80’. See also FT_LOAD_COLOR.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Data

    -
    -Defined in FT_TYPES_H (fttypes.h). -

    -
     
    -  typedef struct  FT_Data_
    -  {
    -    const FT_Byte*  pointer;
    -    FT_Int          length;
    +
    + - } FT_Data; +
    +

    FT_Glyph_Format

    +

    Defined in FT_IMAGE_H (ftimage.h).

    +
    +  typedef enum  FT_Glyph_Format_
    +  {
    +    FT_IMAGE_TAG( FT_GLYPH_FORMAT_NONE, 0, 0, 0, 0 ),
     
    -

    -
    -

    Read-only binary data represented as a pointer and a length.

    -

    -
    fields
    -

    - - - -
    pointer -

    The data.

    -
    length -

    The length of the data in bytes.

    -
    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Generic_Finalizer

    -
    -Defined in FT_TYPES_H (fttypes.h). -

    -
    +    FT_IMAGE_TAG( FT_GLYPH_FORMAT_COMPOSITE, 'c', 'o', 'm', 'p' ),
    +    FT_IMAGE_TAG( FT_GLYPH_FORMAT_BITMAP,    'b', 'i', 't', 's' ),
    +    FT_IMAGE_TAG( FT_GLYPH_FORMAT_OUTLINE,   'o', 'u', 't', 'l' ),
    +    FT_IMAGE_TAG( FT_GLYPH_FORMAT_PLOTTER,   'p', 'l', 'o', 't' )
     
    -  typedef void  (*FT_Generic_Finalizer)(void*  object);
    +  } FT_Glyph_Format;
     
    -

    -
    -

    Describe a function used to destroy the ‘client’ data of any FreeType object. See the description of the FT_Generic type for details of usage.

    -

    -
    input
    -

    The address of the FreeType object that is under finalization. Its client data is accessed through its ‘generic’ field.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Generic

    -
    -Defined in FT_TYPES_H (fttypes.h). -

    -
     
    -  typedef struct  FT_Generic_
    -  {
    -    void*                 data;
    -    FT_Generic_Finalizer  finalizer;
    +  /* these constants are deprecated; use the corresponding */
    +  /* `FT_Glyph_Format' values instead.                     */
    +#define ft_glyph_format_none       FT_GLYPH_FORMAT_NONE
    +#define ft_glyph_format_composite  FT_GLYPH_FORMAT_COMPOSITE
    +#define ft_glyph_format_bitmap     FT_GLYPH_FORMAT_BITMAP
    +#define ft_glyph_format_outline    FT_GLYPH_FORMAT_OUTLINE
    +#define ft_glyph_format_plotter    FT_GLYPH_FORMAT_PLOTTER
    +
    - } FT_Generic; +

    An enumeration type used to describe the format of a given glyph image. Note that this version of FreeType only supports two image formats, even though future font drivers will be able to register their own format.

    -

    -
    -

    Client applications often need to associate their own data to a variety of FreeType core objects. For example, a text layout API might want to associate a glyph cache to a given size object.

    -

    Some FreeType object contains a ‘generic’ field, of type FT_Generic, which usage is left to client applications and font servers.

    -

    It can be used to store a pointer to client-specific data, as well as the address of a ‘finalizer’ function, which will be called by FreeType when the object is destroyed (for example, the previous client example would put the address of the glyph cache destructor in the ‘finalizer’ field).

    -

    -
    fields
    -

    - -
    data -

    A typeless pointer to any client-specified data. This field is completely ignored by the FreeType library.

    +

    values

    + + - + + +
    FT_GLYPH_FORMAT_NONE +

    The value 0 is reserved.

    finalizer -

    A pointer to a ‘generic finalizer’ function, which will be called when the object is destroyed. If this field is set to NULL, no code will be called.

    +
    FT_GLYPH_FORMAT_COMPOSITE +

    The glyph image is a composite of several other images. This format is only used with FT_LOAD_NO_RECURSE, and is used to report compound glyphs (like accented characters).

    +
    FT_GLYPH_FORMAT_BITMAP +

    The glyph image is a bitmap, and can be described as an FT_Bitmap. You generally need to access the ‘bitmap’ field of the FT_GlyphSlotRec structure to read it.

    +
    FT_GLYPH_FORMAT_OUTLINE +

    The glyph image is a vectorial outline made of line segments and Bézier arcs; it can be described as an FT_Outline; you generally want to access the ‘outline’ field of the FT_GlyphSlotRec structure to read it.

    +
    FT_GLYPH_FORMAT_PLOTTER +

    The glyph image is a vectorial path with no inside and outside contours. Some Type 1 fonts, like those in the Hershey family, contain glyphs in this format. These are described as FT_Outline, but FreeType isn't currently capable of rendering them correctly.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_MAKE_TAG

    -
    -Defined in FT_TYPES_H (fttypes.h). -

    -
    -
    -#define FT_MAKE_TAG( _x1, _x2, _x3, _x4 ) \
    -          (FT_Tag)                        \
    -          ( ( (FT_ULong)_x1 << 24 ) |     \
    -            ( (FT_ULong)_x2 << 16 ) |     \
    -            ( (FT_ULong)_x3 <<  8 ) |     \
    -              (FT_ULong)_x4         )
    -
    -

    -
    -

    This macro converts four-letter tags that are used to label TrueType tables into an unsigned long, to be used within FreeType.

    -

    -
    note
    -

    The produced values must be 32-bit integers. Don't redefine this macro.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Int64

    -
    -Defined in FT_CONFIG_CONFIG_H (config/ftconfig.h). -

    -
     
    -  typedef signed XXX  FT_Int64;
    +
    + -

    -
    -
    - - -
    [Index][TOC]
    +
    +

    FT_IMAGE_TAG

    +

    Defined in FT_IMAGE_H (ftimage.h).

    +
    +#ifndef FT_IMAGE_TAG
    +#define FT_IMAGE_TAG( value, _x1, _x2, _x3, _x4 )  \
    +          value = ( ( (unsigned long)_x1 << 24 ) | \
    +                    ( (unsigned long)_x2 << 16 ) | \
    +                    ( (unsigned long)_x3 << 8  ) | \
    +                      (unsigned long)_x4         )
    +#endif /* FT_IMAGE_TAG */
    +
    -
    -

    FT_UInt64

    -
    -Defined in FT_CONFIG_CONFIG_H (config/ftconfig.h). -

    -
    +

    This macro converts four-letter tags to an unsigned long type.

    - typedef unsigned XXX FT_UInt64; +

    note

    +

    Since many 16-bit compilers don't like 32-bit enumerations, you should redefine this macro in case of problems to something like this:

    +
    +  #define FT_IMAGE_TAG( value, _x1, _x2, _x3, _x4 )  value         
    +
    +

    to get a simple enumeration without assigning special numbers.

    -

    -
    -
    - - -
    [Index][TOC]
    +
    +
    diff --git a/freetype/docs/reference/ft2-bdf_fonts.html b/freetype/docs/reference/ft2-bdf_fonts.html index 92d887a92..daf2307c0 100644 --- a/freetype/docs/reference/ft2-bdf_fonts.html +++ b/freetype/docs/reference/ft2-bdf_fonts.html @@ -3,126 +3,169 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    -BDF and PCF Files -

    +

    BDF and PCF Files

    Synopsis

    - - - -
    FT_PropertyTypeBDF_PropertyRecFT_Get_BDF_Property
    BDF_PropertyFT_Get_BDF_Charset_ID


    + + + +
    BDF_PropertyTypeBDF_PropertyRecFT_Get_BDF_Property
    BDF_PropertyFT_Get_BDF_Charset_ID
    + -

    This section contains the declaration of functions specific to BDF and PCF fonts.

    -

    -
    -

    FT_PropertyType

    -
    -Defined in FT_BDF_H (ftbdf.h). -

    -
     
    +
    +

    BDF_PropertyType

    +

    Defined in FT_BDF_H (ftbdf.h).

    +
       typedef enum  BDF_PropertyType_
       {
    -    BDF_PROPERTY_TYPE_NONE     = 0,
    -    BDF_PROPERTY_TYPE_ATOM     = 1,
    -    BDF_PROPERTY_TYPE_INTEGER  = 2,
    -    BDF_PROPERTY_TYPE_CARDINAL = 3
    +    BDF_PROPERTY_TYPE_NONE     = 0,
    +    BDF_PROPERTY_TYPE_ATOM     = 1,
    +    BDF_PROPERTY_TYPE_INTEGER  = 2,
    +    BDF_PROPERTY_TYPE_CARDINAL = 3
     
    -  } BDF_PropertyType;
    +  } BDF_PropertyType;
    +
    -

    -

    A list of BDF property types.

    -

    -
    values
    -

    - -
    BDF_PROPERTY_TYPE_NONE + +

    values

    + + - - - - -
    BDF_PROPERTY_TYPE_NONE

    Value 0 is used to indicate a missing property.

    BDF_PROPERTY_TYPE_ATOM +
    BDF_PROPERTY_TYPE_ATOM

    Property is a string atom.

    BDF_PROPERTY_TYPE_INTEGER
    +
    BDF_PROPERTY_TYPE_INTEGER

    Property is a 32-bit signed integer.

    BDF_PROPERTY_TYPE_CARDINAL
    +
    BDF_PROPERTY_TYPE_CARDINAL

    Property is a 32-bit unsigned integer.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    BDF_Property

    -
    -Defined in FT_BDF_H (ftbdf.h). -

    -
     
    +
    + + +
    +

    BDF_Property

    +

    Defined in FT_BDF_H (ftbdf.h).

    +
       typedef struct BDF_PropertyRec_*  BDF_Property;
    +
    -

    -

    A handle to a BDF_PropertyRec structure to model a given BDF/PCF property.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    BDF_PropertyRec

    -
    -Defined in FT_BDF_H (ftbdf.h). -

    -
     
    +
    + + +
    +

    BDF_PropertyRec

    +

    Defined in FT_BDF_H (ftbdf.h).

    +
       typedef struct  BDF_PropertyRec_
       {
    -    BDF_PropertyType  type;
    +    BDF_PropertyType  type;
         union {
           const char*     atom;
           FT_Int32        integer;
    @@ -131,130 +174,107 @@ Defined in FT_BDF_H (ftbdf.h).
         } u;
     
       } BDF_PropertyRec;
    +
    -

    -

    This structure models a given BDF/PCF property.

    -

    -
    fields
    -

    - -
    type + +

    fields

    + + - - -
    type

    The property type.

    u.atom -

    The atom string, if type is BDF_PROPERTY_TYPE_ATOM. May be NULL, indicating an empty string.

    +
    u.atom +

    The atom string, if type is BDF_PROPERTY_TYPE_ATOM. May be NULL, indicating an empty string.

    u.integer -

    A signed integer, if type is BDF_PROPERTY_TYPE_INTEGER.

    +
    u.integer +

    A signed integer, if type is BDF_PROPERTY_TYPE_INTEGER.

    u.cardinal -

    An unsigned integer, if type is BDF_PROPERTY_TYPE_CARDINAL.

    +
    u.cardinal +

    An unsigned integer, if type is BDF_PROPERTY_TYPE_CARDINAL.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Get_BDF_Charset_ID

    -
    -Defined in FT_BDF_H (ftbdf.h). -

    -
     
    +
    + + +
    +

    FT_Get_BDF_Charset_ID

    +

    Defined in FT_BDF_H (ftbdf.h).

    +
       FT_EXPORT( FT_Error )
       FT_Get_BDF_Charset_ID( FT_Face       face,
                              const char*  *acharset_encoding,
                              const char*  *acharset_registry );
    +
    -

    -

    Retrieve a BDF font character set identity, according to the BDF specification.

    -

    -
    input
    -

    - -
    face + +

    input

    + +
    face

    A handle to the input face.

    -
    -
    output
    -

    - -
    acharset_encoding + +

    output

    + + -
    acharset_encoding

    Charset encoding, as a C string, owned by the face.

    acharset_registry +
    acharset_registry

    Charset registry, as a C string, owned by the face.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    This function only works with BDF faces, returning an error otherwise.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Get_BDF_Property

    -
    -Defined in FT_BDF_H (ftbdf.h). -

    -
     
    +
    + + +
    +

    FT_Get_BDF_Property

    +

    Defined in FT_BDF_H (ftbdf.h).

    +
       FT_EXPORT( FT_Error )
       FT_Get_BDF_Property( FT_Face           face,
                            const char*       prop_name,
                            BDF_PropertyRec  *aproperty );
    +
    -

    -

    Retrieve a BDF property from a BDF or PCF font file.

    -

    -
    input
    -

    - -
    face + +

    input

    + + -
    face

    A handle to the input face.

    name +
    name

    The property name.

    -
    -
    output
    -

    - -
    aproperty + +

    output

    + +
    aproperty

    The property.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    This function works with BDF and PCF fonts. It returns an error otherwise. It also returns an error if the property is not in the font.

    A ‘property’ is a either key-value pair within the STARTPROPERTIES ... ENDPROPERTIES block of a BDF font or a key-value pair from the ‘info->props’ array within a ‘FontRec’ structure of a PCF font.

    -

    Integer properties are always stored as ‘signed’ within PCF fonts; consequently, BDF_PROPERTY_TYPE_CARDINAL is a possible return value for BDF fonts only.

    -

    In case of error, ‘aproperty->type’ is always set to BDF_PROPERTY_TYPE_NONE.

    -
    -
    -
    - - -
    [Index][TOC]
    +

    Integer properties are always stored as ‘signed’ within PCF fonts; consequently, BDF_PROPERTY_TYPE_CARDINAL is a possible return value for BDF fonts only.

    +

    In case of error, ‘aproperty->type’ is always set to BDF_PROPERTY_TYPE_NONE.

    + +
    + diff --git a/freetype/docs/reference/ft2-bitmap_handling.html b/freetype/docs/reference/ft2-bitmap_handling.html index b1d9f8853..a0eec744f 100644 --- a/freetype/docs/reference/ft2-bitmap_handling.html +++ b/freetype/docs/reference/ft2-bitmap_handling.html @@ -3,300 +3,313 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    -Bitmap Handling -

    +

    Bitmap Handling

    Synopsis

    - - - -
    FT_Bitmap_NewFT_Bitmap_EmboldenFT_GlyphSlot_Own_Bitmap
    FT_Bitmap_CopyFT_Bitmap_ConvertFT_Bitmap_Done


    - -
    -

    This section contains functions for converting FT_Bitmap objects.

    -

    -
    -

    FT_Bitmap_New

    -
    -Defined in FT_BITMAP_H (ftbitmap.h). -

    -
    +
    +
    +
    +
    FT_Bitmap_NewFT_Bitmap_EmboldenFT_GlyphSlot_Own_Bitmap
    FT_Bitmap_CopyFT_Bitmap_ConvertFT_Bitmap_Done
    + +

    This section contains functions for handling FT_Bitmap objects. Note that none of the functions changes the bitmap's ‘flow’ (as indicated by the sign of the ‘pitch’ field in ‘FT_Bitmap’).

    + +
    +

    FT_Bitmap_New

    +

    Defined in FT_BITMAP_H (ftbitmap.h).

    +
       FT_EXPORT( void )
       FT_Bitmap_New( FT_Bitmap  *abitmap );
    +
    -

    -

    Initialize a pointer to an FT_Bitmap structure.

    -

    -
    inout
    -

    - -
    abitmap + +

    inout

    + +
    abitmap

    A pointer to the bitmap structure.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Bitmap_Copy

    -
    -Defined in FT_BITMAP_H (ftbitmap.h). -

    -
     
    +
    + + +
    +

    FT_Bitmap_Copy

    +

    Defined in FT_BITMAP_H (ftbitmap.h).

    +
       FT_EXPORT( FT_Error )
       FT_Bitmap_Copy( FT_Library        library,
                       const FT_Bitmap  *source,
                       FT_Bitmap        *target);
    +
    -

    -

    Copy a bitmap into another one.

    -

    -
    input
    -

    - -
    library + +

    input

    + + -
    library

    A handle to a library object.

    source +
    source

    A handle to the source bitmap.

    -
    -
    output
    -

    - -
    target + +

    output

    + +
    target

    A handle to the target bitmap.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Bitmap_Embolden

    -
    -Defined in FT_BITMAP_H (ftbitmap.h). -

    -
     
    +
    + + +
    +

    FT_Bitmap_Embolden

    +

    Defined in FT_BITMAP_H (ftbitmap.h).

    +
       FT_EXPORT( FT_Error )
       FT_Bitmap_Embolden( FT_Library  library,
                           FT_Bitmap*  bitmap,
                           FT_Pos      xStrength,
                           FT_Pos      yStrength );
    +
    -

    -

    Embolden a bitmap. The new bitmap will be about ‘xStrength’ pixels wider and ‘yStrength’ pixels higher. The left and bottom borders are kept unchanged.

    -

    -
    input
    -

    - -
    library + +

    input

    + + - -
    library

    A handle to a library object.

    xStrength +
    xStrength

    How strong the glyph is emboldened horizontally. Expressed in 26.6 pixel format.

    yStrength +
    yStrength

    How strong the glyph is emboldened vertically. Expressed in 26.6 pixel format.

    -
    -
    inout
    -

    - -
    bitmap + +

    inout

    + +
    bitmap

    A handle to the target bitmap.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    The current implementation restricts ‘xStrength’ to be less than or equal to 8 if bitmap is of pixel_mode FT_PIXEL_MODE_MONO.

    If you want to embolden the bitmap owned by a FT_GlyphSlotRec, you should call FT_GlyphSlot_Own_Bitmap on the slot first.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Bitmap_Convert

    -
    -Defined in FT_BITMAP_H (ftbitmap.h). -

    -
    +

    Bitmaps in FT_PIXEL_MODE_GRAY2 and FT_PIXEL_MODE_GRAY@ format are converted to FT_PIXEL_MODE_GRAY format (i.e., 8bpp).

    + +
    + +
    +

    FT_Bitmap_Convert

    +

    Defined in FT_BITMAP_H (ftbitmap.h).

    +
       FT_EXPORT( FT_Error )
       FT_Bitmap_Convert( FT_Library        library,
                          const FT_Bitmap  *source,
                          FT_Bitmap        *target,
                          FT_Int            alignment );
    +
    -

    -

    Convert a bitmap object with depth 1bpp, 2bpp, 4bpp, 8bpp or 32bpp to a bitmap object with depth 8bpp, making the number of used bytes line (a.k.a. the ‘pitch’) a multiple of ‘alignment’.

    -

    -
    input
    -

    - -
    library + +

    input

    + + - -
    library

    A handle to a library object.

    source +
    source

    The source bitmap.

    alignment +
    alignment

    The pitch of the bitmap is a multiple of this parameter. Common values are 1, 2, or 4.

    -
    -
    output
    -

    - -
    target + +

    output

    + +
    target

    The target bitmap.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    It is possible to call FT_Bitmap_Convert multiple times without calling FT_Bitmap_Done (the memory is simply reallocated).

    Use FT_Bitmap_Done to finally remove the bitmap object.

    The ‘library’ argument is taken to have access to FreeType's memory handling functions.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_GlyphSlot_Own_Bitmap

    -
    -Defined in FT_BITMAP_H (ftbitmap.h). -

    -
     
    +
    + + +
    +

    FT_GlyphSlot_Own_Bitmap

    +

    Defined in FT_BITMAP_H (ftbitmap.h).

    +
       FT_EXPORT( FT_Error )
       FT_GlyphSlot_Own_Bitmap( FT_GlyphSlot  slot );
    +
    -

    -

    Make sure that a glyph slot owns ‘slot->bitmap’.

    -

    -
    input
    -

    - -
    slot + +

    input

    + +
    slot

    The glyph slot.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    This function is to be used in combination with FT_Bitmap_Embolden.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Bitmap_Done

    -
    -Defined in FT_BITMAP_H (ftbitmap.h). -

    -
     
    +
    + + +
    +

    FT_Bitmap_Done

    +

    Defined in FT_BITMAP_H (ftbitmap.h).

    +
       FT_EXPORT( FT_Error )
       FT_Bitmap_Done( FT_Library  library,
                       FT_Bitmap  *bitmap );
    +
    -

    -

    Destroy a bitmap object created with FT_Bitmap_New.

    -

    -
    input
    -

    - -
    library + +

    input

    + + -
    library

    A handle to a library object.

    bitmap +
    bitmap

    The bitmap object to be freed.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    The ‘library’ argument is taken to have access to FreeType's memory handling functions.

    -
    -
    -
    - - -
    [Index][TOC]
    + +
    + diff --git a/freetype/docs/reference/ft2-bzip2.html b/freetype/docs/reference/ft2-bzip2.html index 59e15464e..dc33973b1 100644 --- a/freetype/docs/reference/ft2-bzip2.html +++ b/freetype/docs/reference/ft2-bzip2.html @@ -3,92 +3,147 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    -BZIP2 Streams -

    +

    BZIP2 Streams

    Synopsis

    - - -
    FT_Stream_OpenBzip2


    + + +
    FT_Stream_OpenBzip2
    + -

    This section contains the declaration of Bzip2-specific functions.

    -

    -
    -

    FT_Stream_OpenBzip2

    -
    -Defined in FT_BZIP2_H (ftbzip2.h). -

    -
     
    +
    +

    FT_Stream_OpenBzip2

    +

    Defined in FT_BZIP2_H (ftbzip2.h).

    +
       FT_EXPORT( FT_Error )
       FT_Stream_OpenBzip2( FT_Stream  stream,
                            FT_Stream  source );
    +
    -

    -

    Open a new stream to parse bzip2-compressed font files. This is mainly used to support the compressed ‘*.pcf.bz2’ fonts that come with XFree86.

    -

    -
    input
    -

    - -
    stream + +

    input

    + + -
    stream

    The target embedding stream.

    source +
    source

    The source stream.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    The source stream must be opened before calling this function.

    Calling the internal function ‘FT_Stream_Close’ on the new stream will not call ‘FT_Stream_Close’ on the source stream. None of the stream objects will be released to the heap.

    The stream implementation is very basic and resets the decompression process each time seeking backwards is needed within the stream.

    In certain builds of the library, bzip2 compression recognition is automatically handled when calling FT_New_Face or FT_Open_Face. This means that if no font driver is capable of handling the raw compressed file, the library will try to open a bzip2 compressed stream from it and re-open the face with it.

    This function may return ‘FT_Err_Unimplemented_Feature’ if your build of FreeType was not compiled with bzip2 support.

    -
    -
    -
    - - -
    [Index][TOC]
    + +
    + diff --git a/freetype/docs/reference/ft2-cache_subsystem.html b/freetype/docs/reference/ft2-cache_subsystem.html index 772a29a6e..18650de7e 100644 --- a/freetype/docs/reference/ft2-cache_subsystem.html +++ b/freetype/docs/reference/ft2-cache_subsystem.html @@ -3,62 +3,128 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    -Cache Sub-System -

    +

    Cache Sub-System

    Synopsis

    - - - - - - - - - - - - - - - -
    FTC_ManagerFTC_CMapCache_New
    FTC_FaceIDFTC_CMapCache_Lookup
    FTC_Face_RequesterFTC_ImageTypeRec
    FTC_NodeFTC_ImageType
    FTC_Manager_NewFTC_ImageCache
    FTC_Manager_ResetFTC_ImageCache_New
    FTC_Manager_DoneFTC_ImageCache_Lookup
    FTC_Manager_LookupFaceFTC_ImageCache_LookupScaler
    FTC_ScalerRecFTC_SBit
    FTC_ScalerFTC_SBitRec
    FTC_Manager_LookupSizeFTC_SBitCache
    FTC_Node_UnrefFTC_SBitCache_New
    FTC_Manager_RemoveFaceIDFTC_SBitCache_Lookup
    FTC_CMapCacheFTC_SBitCache_LookupScaler


    - -
    + + + + + + + + + + + + + + + + + + +
    FTC_Manager 
    FTC_FaceIDFTC_SBit
    FTC_Face_RequesterFTC_SBitCache
     FTC_SBitCache_New
    FTC_Manager_NewFTC_SBitCache_Lookup
    FTC_Manager_Reset 
    FTC_Manager_DoneFTC_CMapCache
    FTC_Manager_LookupFaceFTC_CMapCache_New
    FTC_Manager_LookupSizeFTC_CMapCache_Lookup
    FTC_Manager_RemoveFaceID 
     FTC_ScalerRec
    FTC_NodeFTC_Scaler
    FTC_Node_UnrefFTC_ImageTypeRec
     FTC_ImageType
    FTC_ImageCacheFTC_ImageCache_LookupScaler
    FTC_ImageCache_NewFTC_SBitRec
    FTC_ImageCache_LookupFTC_SBitCache_LookupScaler
    + +

    This section describes the FreeType 2 cache sub-system, which is used to limit the number of concurrently opened FT_Face and FT_Size objects, as well as caching information like character maps and glyph images while limiting their maximum memory usage.

    Note that all types and functions begin with the ‘FTC_’ prefix.

    The cache is highly portable and thus doesn't know anything about the fonts installed on your system, or how to access them. This implies the following scheme:

    @@ -72,135 +138,88 @@ Cache Sub-System

    If you want to use the FT_Glyph caching, call FTC_ImageCache, then later use FTC_ImageCache_Lookup to retrieve the corresponding FT_Glyph objects from the cache.

    If you need lots of small bitmaps, it is much more memory efficient to call FTC_SBitCache_New followed by FTC_SBitCache_Lookup. This returns FTC_SBitRec structures, which are used to store small bitmaps directly. (A small bitmap is one whose metrics and dimensions all fit into 8-bit integers).

    We hope to also provide a kerning cache in the near future.

    -

    -
    -

    FTC_Manager

    -
    -Defined in FT_CACHE_H (ftcache.h). -

    -
     
    +
    +

    FTC_Manager

    +

    Defined in FT_CACHE_H (ftcache.h).

    +
       typedef struct FTC_ManagerRec_*  FTC_Manager;
    +
    -

    -

    This object corresponds to one instance of the cache-subsystem. It is used to cache one or more FT_Face objects, along with corresponding FT_Size objects.

    The manager intentionally limits the total number of opened FT_Face and FT_Size objects to control memory usage. See the ‘max_faces’ and ‘max_sizes’ parameters of FTC_Manager_New.

    The manager is also used to cache ‘nodes’ of various types while limiting their total memory usage.

    All limitations are enforced by keeping lists of managed objects in most-recently-used order, and flushing old nodes to make room for new ones.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FTC_FaceID

    -
    -Defined in FT_CACHE_H (ftcache.h). -

    -
     
    +
    + + +
    +

    FTC_FaceID

    +

    Defined in FT_CACHE_H (ftcache.h).

    +
       typedef FT_Pointer  FTC_FaceID;
    +
    -

    -

    An opaque pointer type that is used to identity face objects. The contents of such objects is application-dependent.

    These pointers are typically used to point to a user-defined structure containing a font file path, and face index.

    -

    -
    note
    + +

    note

    Never use NULL as a valid FTC_FaceID.

    Face IDs are passed by the client to the cache manager that calls, when needed, the FTC_Face_Requester to translate them into new FT_Face objects.

    If the content of a given face ID changes at runtime, or if the value becomes invalid (e.g., when uninstalling a font), you should immediately call FTC_Manager_RemoveFaceID before any other cache function.

    Failure to do so will result in incorrect behaviour or even memory leaks and crashes.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FTC_Face_Requester

    -
    -Defined in FT_CACHE_H (ftcache.h). -

    -
     
    +
    + + +
    +

    FTC_Face_Requester

    +

    Defined in FT_CACHE_H (ftcache.h).

    +
       typedef FT_Error
       (*FTC_Face_Requester)( FTC_FaceID  face_id,
                              FT_Library  library,
    -                         FT_Pointer  request_data,
    +                         FT_Pointer  req_data,
                              FT_Face*    aface );
    +
    -

    -

    A callback function provided by client applications. It is used by the cache manager to translate a given FTC_FaceID into a new valid FT_Face object, on demand.

    -

    -
    input
    -

    - -
    face_id + +

    input

    + + - -
    face_id

    The face ID to resolve.

    library +
    library

    A handle to a FreeType library object.

    req_data +
    req_data

    Application-provided request data (see note below).

    -
    -
    output
    -

    - -
    aface + +

    output

    + +
    aface

    A new FT_Face handle.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    The third parameter ‘req_data’ is the same as the one passed by the client when FTC_Manager_New is called.

    The face requester should not perform funny things on the returned face object, like creating a new FT_Size for it, or setting a transformation through FT_Set_Transform!

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FTC_Node

    -
    -Defined in FT_CACHE_H (ftcache.h). -

    -
     
    -  typedef struct FTC_NodeRec_*  FTC_Node;
    -
    -

    -
    -

    An opaque handle to a cache node object. Each cache node is reference-counted. A node with a count of 0 might be flushed out of a full cache whenever a lookup request is performed.

    -

    If you look up nodes, you have the ability to ‘acquire’ them, i.e., to increment their reference count. This will prevent the node from being flushed out of the cache until you explicitly ‘release’ it (see FTC_Node_Unref).

    -

    See also FTC_SBitCache_Lookup and FTC_ImageCache_Lookup.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FTC_Manager_New

    -
    -Defined in FT_CACHE_H (ftcache.h). -

    -
    +
    + +
    +

    FTC_Manager_New

    +

    Defined in FT_CACHE_H (ftcache.h).

    +
       FT_EXPORT( FT_Error )
       FTC_Manager_New( FT_Library          library,
                        FT_UInt             max_faces,
    @@ -209,463 +228,574 @@ Defined in FT_CACHE_H (ftcache.h).
                        FTC_Face_Requester  requester,
                        FT_Pointer          req_data,
                        FTC_Manager        *amanager );
    +
    -

    -

    Create a new cache manager.

    -

    -
    input
    -

    - -
    library + +

    input

    + + - - - - -
    library

    The parent FreeType library handle to use.

    max_faces +
    max_faces

    Maximum number of opened FT_Face objects managed by this cache instance. Use 0 for defaults.

    max_sizes +
    max_sizes

    Maximum number of opened FT_Size objects managed by this cache instance. Use 0 for defaults.

    max_bytes +
    max_bytes

    Maximum number of bytes to use for cached data nodes. Use 0 for defaults. Note that this value does not account for managed FT_Face and FT_Size objects.

    requester +
    requester

    An application-provided callback used to translate face IDs into real FT_Face objects.

    req_data +
    req_data

    A generic pointer that is passed to the requester each time it is called (see FTC_Face_Requester).

    -
    -
    output
    -

    - -
    amanager + +

    output

    + +
    amanager

    A handle to a new manager object. 0 in case of failure.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FTC_Manager_Reset

    -
    -Defined in FT_CACHE_H (ftcache.h). -

    -
     
    +
    + + +
    +

    FTC_Manager_Reset

    +

    Defined in FT_CACHE_H (ftcache.h).

    +
       FT_EXPORT( void )
       FTC_Manager_Reset( FTC_Manager  manager );
    +
    -

    -

    Empty a given cache manager. This simply gets rid of all the currently cached FT_Face and FT_Size objects within the manager.

    -

    -
    inout
    -

    - -
    manager + +

    inout

    + +
    manager

    A handle to the manager.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FTC_Manager_Done

    -
    -Defined in FT_CACHE_H (ftcache.h). -

    -
     
    +
    + + +
    +

    FTC_Manager_Done

    +

    Defined in FT_CACHE_H (ftcache.h).

    +
       FT_EXPORT( void )
       FTC_Manager_Done( FTC_Manager  manager );
    +
    -

    -

    Destroy a given manager after emptying it.

    -

    -
    input
    -

    - -
    manager + +

    input

    + +
    manager

    A handle to the target cache manager object.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FTC_Manager_LookupFace

    -
    -Defined in FT_CACHE_H (ftcache.h). -

    -
     
    +
    + + +
    +

    FTC_Manager_LookupFace

    +

    Defined in FT_CACHE_H (ftcache.h).

    +
       FT_EXPORT( FT_Error )
       FTC_Manager_LookupFace( FTC_Manager  manager,
                               FTC_FaceID   face_id,
                               FT_Face     *aface );
    +
    -

    -

    Retrieve the FT_Face object that corresponds to a given face ID through a cache manager.

    -

    -
    input
    -

    - -
    manager + +

    input

    + + -
    manager

    A handle to the cache manager.

    face_id +
    face_id

    The ID of the face object.

    -
    -
    output
    -

    - -
    aface + +

    output

    + +
    aface

    A handle to the face object.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    The returned FT_Face object is always owned by the manager. You should never try to discard it yourself.

    The FT_Face object doesn't necessarily have a current size object (i.e., face->size can be 0). If you need a specific ‘font size’, use FTC_Manager_LookupSize instead.

    Never change the face's transformation matrix (i.e., never call the FT_Set_Transform function) on a returned face! If you need to transform glyphs, do it yourself after glyph loading.

    When you perform a lookup, out-of-memory errors are detected within the lookup and force incremental flushes of the cache until enough memory is released for the lookup to succeed.

    If a lookup fails with ‘FT_Err_Out_Of_Memory’ the cache has already been completely flushed, and still no memory was available for the operation.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FTC_ScalerRec

    -
    -Defined in FT_CACHE_H (ftcache.h). -

    -
     
    -  typedef struct  FTC_ScalerRec_
    -  {
    -    FTC_FaceID  face_id;
    -    FT_UInt     width;
    -    FT_UInt     height;
    -    FT_Int      pixel;
    -    FT_UInt     x_res;
    -    FT_UInt     y_res;
    -
    -  } FTC_ScalerRec;
    -
    -

    -
    -

    A structure used to describe a given character size in either pixels or points to the cache manager. See FTC_Manager_LookupSize.

    -

    -
    fields
    -

    - - - - - - - -
    face_id -

    The source face ID.

    -
    width -

    The character width.

    -
    height -

    The character height.

    -
    pixel -

    A Boolean. If 1, the ‘width’ and ‘height’ fields are interpreted as integer pixel character sizes. Otherwise, they are expressed as 1/64th of points.

    -
    x_res -

    Only used when ‘pixel’ is value 0 to indicate the horizontal resolution in dpi.

    -
    y_res -

    Only used when ‘pixel’ is value 0 to indicate the vertical resolution in dpi.

    -
    -
    -
    note
    -

    This type is mainly used to retrieve FT_Size objects through the cache manager.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FTC_Scaler

    -
    -Defined in FT_CACHE_H (ftcache.h). -

    -
    -
    -  typedef struct FTC_ScalerRec_*  FTC_Scaler;
    -
    -

    -
    -

    A handle to an FTC_ScalerRec structure.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FTC_Manager_LookupSize

    -
    -Defined in FT_CACHE_H (ftcache.h). -

    -
    +
    + +
    +

    FTC_Manager_LookupSize

    +

    Defined in FT_CACHE_H (ftcache.h).

    +
       FT_EXPORT( FT_Error )
       FTC_Manager_LookupSize( FTC_Manager  manager,
                               FTC_Scaler   scaler,
                               FT_Size     *asize );
    +
    -

    -

    Retrieve the FT_Size object that corresponds to a given FTC_ScalerRec pointer through a cache manager.

    -

    -
    input
    -

    - -
    manager + +

    input

    + + -
    manager

    A handle to the cache manager.

    scaler +
    scaler

    A scaler handle.

    -
    -
    output
    -

    - -
    asize + +

    output

    + +
    asize

    A handle to the size object.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    The returned FT_Size object is always owned by the manager. You should never try to discard it by yourself.

    You can access the parent FT_Face object simply as ‘size->face’ if you need it. Note that this object is also owned by the manager.

    -
    -
    note
    + +

    note

    When you perform a lookup, out-of-memory errors are detected within the lookup and force incremental flushes of the cache until enough memory is released for the lookup to succeed.

    If a lookup fails with ‘FT_Err_Out_Of_Memory’ the cache has already been completely flushed, and still no memory is available for the operation.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FTC_Node_Unref

    -
    -Defined in FT_CACHE_H (ftcache.h). -

    -
     
    +
    + + +
    +

    FTC_Manager_RemoveFaceID

    +

    Defined in FT_CACHE_H (ftcache.h).

    +
    +  FT_EXPORT( void )
    +  FTC_Manager_RemoveFaceID( FTC_Manager  manager,
    +                            FTC_FaceID   face_id );
    +
    + +

    A special function used to indicate to the cache manager that a given FTC_FaceID is no longer valid, either because its content changed, or because it was deallocated or uninstalled.

    + +

    input

    + + + +
    manager +

    The cache manager handle.

    +
    face_id +

    The FTC_FaceID to be removed.

    +
    + +

    note

    +

    This function flushes all nodes from the cache corresponding to this ‘face_id’, with the exception of nodes with a non-null reference count.

    +

    Such nodes are however modified internally so as to never appear in later lookups with the same ‘face_id’ value, and to be immediately destroyed when released by all their users.

    + +
    +
    + +
    +

    FTC_Node

    +

    Defined in FT_CACHE_H (ftcache.h).

    +
    +  typedef struct FTC_NodeRec_*  FTC_Node;
    +
    + +

    An opaque handle to a cache node object. Each cache node is reference-counted. A node with a count of 0 might be flushed out of a full cache whenever a lookup request is performed.

    +

    If you look up nodes, you have the ability to ‘acquire’ them, i.e., to increment their reference count. This will prevent the node from being flushed out of the cache until you explicitly ‘release’ it (see FTC_Node_Unref).

    +

    See also FTC_SBitCache_Lookup and FTC_ImageCache_Lookup.

    + +
    +
    + +
    +

    FTC_Node_Unref

    +

    Defined in FT_CACHE_H (ftcache.h).

    +
       FT_EXPORT( void )
       FTC_Node_Unref( FTC_Node     node,
                       FTC_Manager  manager );
    +
    -

    -

    Decrement a cache node's internal reference count. When the count reaches 0, it is not destroyed but becomes eligible for subsequent cache flushes.

    -

    -
    input
    -

    - -
    node + +

    input

    + + -
    node

    The cache node handle.

    manager +
    manager

    The cache manager handle.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FTC_Manager_RemoveFaceID

    -
    -Defined in FT_CACHE_H (ftcache.h). -

    -
     
    -  FT_EXPORT( void )
    -  FTC_Manager_RemoveFaceID( FTC_Manager  manager,
    -                            FTC_FaceID   face_id );
    +
    + -

    -
    -

    A special function used to indicate to the cache manager that a given FTC_FaceID is no longer valid, either because its content changed, or because it was deallocated or uninstalled.

    -

    -
    input
    -

    - -
    manager -

    The cache manager handle.

    +
    +

    FTC_ImageCache

    +

    Defined in FT_CACHE_H (ftcache.h).

    +
    +  typedef struct FTC_ImageCacheRec_*  FTC_ImageCache;
    +
    + +

    A handle to a glyph image cache object. They are designed to hold many distinct glyph images while not exceeding a certain memory threshold.

    + +
    +
    + +
    +

    FTC_ImageCache_New

    +

    Defined in FT_CACHE_H (ftcache.h).

    +
    +  FT_EXPORT( FT_Error )
    +  FTC_ImageCache_New( FTC_Manager      manager,
    +                      FTC_ImageCache  *acache );
    +
    + +

    Create a new glyph image cache.

    + +

    input

    + + -
    manager +

    The parent manager for the image cache.

    face_id -

    The FTC_FaceID to be removed.

    +
    + +

    output

    + +
    acache +

    A handle to the new glyph image cache object.

    -
    -
    note
    -

    This function flushes all nodes from the cache corresponding to this ‘face_id’, with the exception of nodes with a non-null reference count.

    -

    Such nodes are however modified internally so as to never appear in later lookups with the same ‘face_id’ value, and to be immediately destroyed when released by all their users.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FTC_CMapCache

    -
    -Defined in FT_CACHE_H (ftcache.h). -

    -
     
    +

    return

    +

    FreeType error code. 0 means success.

    + +
    + + +
    +

    FTC_ImageCache_Lookup

    +

    Defined in FT_CACHE_H (ftcache.h).

    +
    +  FT_EXPORT( FT_Error )
    +  FTC_ImageCache_Lookup( FTC_ImageCache  cache,
    +                         FTC_ImageType   type,
    +                         FT_UInt         gindex,
    +                         FT_Glyph       *aglyph,
    +                         FTC_Node       *anode );
    +
    + +

    Retrieve a given glyph image from a glyph image cache.

    + +

    input

    + + + + +
    cache +

    A handle to the source glyph image cache.

    +
    type +

    A pointer to a glyph image type descriptor.

    +
    gindex +

    The glyph index to retrieve.

    +
    + +

    output

    + + + +
    aglyph +

    The corresponding FT_Glyph object. 0 in case of failure.

    +
    anode +

    Used to return the address of of the corresponding cache node after incrementing its reference count (see note below).

    +
    + +

    return

    +

    FreeType error code. 0 means success.

    + +

    note

    +

    The returned glyph is owned and managed by the glyph image cache. Never try to transform or discard it manually! You can however create a copy with FT_Glyph_Copy and modify the new one.

    +

    If ‘anode’ is not NULL, it receives the address of the cache node containing the glyph image, after increasing its reference count. This ensures that the node (as well as the FT_Glyph) will always be kept in the cache until you call FTC_Node_Unref to ‘release’ it.

    +

    If ‘anode’ is NULL, the cache node is left unchanged, which means that the FT_Glyph could be flushed out of the cache on the next call to one of the caching sub-system APIs. Don't assume that it is persistent!

    + +
    +
    + +
    +

    FTC_SBit

    +

    Defined in FT_CACHE_H (ftcache.h).

    +
    +  typedef struct FTC_SBitRec_*  FTC_SBit;
    +
    + +

    A handle to a small bitmap descriptor. See the FTC_SBitRec structure for details.

    + +
    +
    + +
    +

    FTC_SBitCache

    +

    Defined in FT_CACHE_H (ftcache.h).

    +
    +  typedef struct FTC_SBitCacheRec_*  FTC_SBitCache;
    +
    + +

    A handle to a small bitmap cache. These are special cache objects used to store small glyph bitmaps (and anti-aliased pixmaps) in a much more efficient way than the traditional glyph image cache implemented by FTC_ImageCache.

    + +
    +
    + +
    +

    FTC_SBitCache_New

    +

    Defined in FT_CACHE_H (ftcache.h).

    +
    +  FT_EXPORT( FT_Error )
    +  FTC_SBitCache_New( FTC_Manager     manager,
    +                     FTC_SBitCache  *acache );
    +
    + +

    Create a new cache to store small glyph bitmaps.

    + +

    input

    + + +
    manager +

    A handle to the source cache manager.

    +
    + +

    output

    + + +
    acache +

    A handle to the new sbit cache. NULL in case of error.

    +
    + +

    return

    +

    FreeType error code. 0 means success.

    + +
    +
    + +
    +

    FTC_SBitCache_Lookup

    +

    Defined in FT_CACHE_H (ftcache.h).

    +
    +  FT_EXPORT( FT_Error )
    +  FTC_SBitCache_Lookup( FTC_SBitCache    cache,
    +                        FTC_ImageType    type,
    +                        FT_UInt          gindex,
    +                        FTC_SBit        *sbit,
    +                        FTC_Node        *anode );
    +
    + +

    Look up a given small glyph bitmap in a given sbit cache and ‘lock’ it to prevent its flushing from the cache until needed.

    + +

    input

    + + + + +
    cache +

    A handle to the source sbit cache.

    +
    type +

    A pointer to the glyph image type descriptor.

    +
    gindex +

    The glyph index.

    +
    + +

    output

    + + + +
    sbit +

    A handle to a small bitmap descriptor.

    +
    anode +

    Used to return the address of of the corresponding cache node after incrementing its reference count (see note below).

    +
    + +

    return

    +

    FreeType error code. 0 means success.

    + +

    note

    +

    The small bitmap descriptor and its bit buffer are owned by the cache and should never be freed by the application. They might as well disappear from memory on the next cache lookup, so don't treat them as persistent data.

    +

    The descriptor's ‘buffer’ field is set to 0 to indicate a missing glyph bitmap.

    +

    If ‘anode’ is not NULL, it receives the address of the cache node containing the bitmap, after increasing its reference count. This ensures that the node (as well as the image) will always be kept in the cache until you call FTC_Node_Unref to ‘release’ it.

    +

    If ‘anode’ is NULL, the cache node is left unchanged, which means that the bitmap could be flushed out of the cache on the next call to one of the caching sub-system APIs. Don't assume that it is persistent!

    + +
    +
    + +
    +

    FTC_CMapCache

    +

    Defined in FT_CACHE_H (ftcache.h).

    +
       typedef struct FTC_CMapCacheRec_*  FTC_CMapCache;
    +
    -

    -

    An opaque handle used to model a charmap cache. This cache is to hold character codes -> glyph indices mappings.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FTC_CMapCache_New

    -
    -Defined in FT_CACHE_H (ftcache.h). -

    -
     
    +
    + + +
    +

    FTC_CMapCache_New

    +

    Defined in FT_CACHE_H (ftcache.h).

    +
       FT_EXPORT( FT_Error )
       FTC_CMapCache_New( FTC_Manager     manager,
                          FTC_CMapCache  *acache );
    +
    -

    -

    Create a new charmap cache.

    -

    -
    input
    -

    - -
    manager + +

    input

    + +
    manager

    A handle to the cache manager.

    -
    -
    output
    -

    - -
    acache + +

    output

    + +
    acache

    A new cache handle. NULL in case of error.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    Like all other caches, this one will be destroyed with the cache manager.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FTC_CMapCache_Lookup

    -
    -Defined in FT_CACHE_H (ftcache.h). -

    -
     
    +
    + + +
    +

    FTC_CMapCache_Lookup

    +

    Defined in FT_CACHE_H (ftcache.h).

    +
       FT_EXPORT( FT_UInt )
       FTC_CMapCache_Lookup( FTC_CMapCache  cache,
                             FTC_FaceID     face_id,
                             FT_Int         cmap_index,
                             FT_UInt32      char_code );
    +
    -

    -

    Translate a character code into a glyph index, using the charmap cache.

    -

    -
    input
    -

    - -
    cache + +

    input

    + + - - -
    cache

    A charmap cache handle.

    face_id +
    face_id

    The source face ID.

    cmap_index +
    cmap_index

    The index of the charmap in the source face. Any negative value means to use the cache FT_Face's default charmap.

    char_code +
    char_code

    The character code (in the corresponding charmap).

    -
    -
    return
    + +

    return

    Glyph index. 0 means ‘no glyph’.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FTC_ImageTypeRec

    -
    -Defined in FT_CACHE_H (ftcache.h). -

    -
     
    +
    + + +
    +

    FTC_ScalerRec

    +

    Defined in FT_CACHE_H (ftcache.h).

    +
    +  typedef struct  FTC_ScalerRec_
    +  {
    +    FTC_FaceID  face_id;
    +    FT_UInt     width;
    +    FT_UInt     height;
    +    FT_Int      pixel;
    +    FT_UInt     x_res;
    +    FT_UInt     y_res;
    +
    +  } FTC_ScalerRec;
    +
    + +

    A structure used to describe a given character size in either pixels or points to the cache manager. See FTC_Manager_LookupSize.

    + +

    fields

    + + + + + + + +
    face_id +

    The source face ID.

    +
    width +

    The character width.

    +
    height +

    The character height.

    +
    pixel +

    A Boolean. If 1, the ‘width’ and ‘height’ fields are interpreted as integer pixel character sizes. Otherwise, they are expressed as 1/64th of points.

    +
    x_res +

    Only used when ‘pixel’ is value 0 to indicate the horizontal resolution in dpi.

    +
    y_res +

    Only used when ‘pixel’ is value 0 to indicate the vertical resolution in dpi.

    +
    + +

    note

    +

    This type is mainly used to retrieve FT_Size objects through the cache manager.

    + +
    +
    + +
    +

    FTC_Scaler

    +

    Defined in FT_CACHE_H (ftcache.h).

    +
    +  typedef struct FTC_ScalerRec_*  FTC_Scaler;
    +
    + +

    A handle to an FTC_ScalerRec structure.

    + +
    +
    + +
    +

    FTC_ImageTypeRec

    +

    Defined in FT_CACHE_H (ftcache.h).

    +
       typedef struct  FTC_ImageTypeRec_
       {
         FTC_FaceID  face_id;
    @@ -674,176 +804,45 @@ Defined in FT_CACHE_H (ftcache.h).
         FT_Int32    flags;
     
       } FTC_ImageTypeRec;
    +
    -

    -

    A structure used to model the type of images in a glyph cache.

    -

    -
    fields
    -

    - -
    face_id + +

    fields

    + + - - -
    face_id

    The face ID.

    width +
    width

    The width in pixels.

    height +
    height

    The height in pixels.

    flags +
    flags

    The load flags, as in FT_Load_Glyph.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FTC_ImageType

    -
    -Defined in FT_CACHE_H (ftcache.h). -

    -
     
    +
    + + +
    +

    FTC_ImageType

    +

    Defined in FT_CACHE_H (ftcache.h).

    +
       typedef struct FTC_ImageTypeRec_*  FTC_ImageType;
    +
    -

    -

    A handle to an FTC_ImageTypeRec structure.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FTC_ImageCache

    -
    -Defined in FT_CACHE_H (ftcache.h). -

    -
     
    -  typedef struct FTC_ImageCacheRec_*  FTC_ImageCache;
    -
    -

    -
    -

    A handle to a glyph image cache object. They are designed to hold many distinct glyph images while not exceeding a certain memory threshold.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FTC_ImageCache_New

    -
    -Defined in FT_CACHE_H (ftcache.h). -

    -
    -
    -  FT_EXPORT( FT_Error )
    -  FTC_ImageCache_New( FTC_Manager      manager,
    -                      FTC_ImageCache  *acache );
    -
    -

    -
    -

    Create a new glyph image cache.

    -

    -
    input
    -

    - - -
    manager -

    The parent manager for the image cache.

    -
    -
    -
    output
    -

    - - -
    acache -

    A handle to the new glyph image cache object.

    -
    -
    -
    return
    -

    FreeType error code. 0 means success.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FTC_ImageCache_Lookup

    -
    -Defined in FT_CACHE_H (ftcache.h). -

    -
    -
    -  FT_EXPORT( FT_Error )
    -  FTC_ImageCache_Lookup( FTC_ImageCache  cache,
    -                         FTC_ImageType   type,
    -                         FT_UInt         gindex,
    -                         FT_Glyph       *aglyph,
    -                         FTC_Node       *anode );
    -
    -

    -
    -

    Retrieve a given glyph image from a glyph image cache.

    -

    -
    input
    -

    - - - - -
    cache -

    A handle to the source glyph image cache.

    -
    type -

    A pointer to a glyph image type descriptor.

    -
    gindex -

    The glyph index to retrieve.

    -
    -
    -
    output
    -

    - - - -
    aglyph -

    The corresponding FT_Glyph object. 0 in case of failure.

    -
    anode -

    Used to return the address of of the corresponding cache node after incrementing its reference count (see note below).

    -
    -
    -
    return
    -

    FreeType error code. 0 means success.

    -
    -
    note
    -

    The returned glyph is owned and managed by the glyph image cache. Never try to transform or discard it manually! You can however create a copy with FT_Glyph_Copy and modify the new one.

    -

    If ‘anode’ is not NULL, it receives the address of the cache node containing the glyph image, after increasing its reference count. This ensures that the node (as well as the FT_Glyph) will always be kept in the cache until you call FTC_Node_Unref to ‘release’ it.

    -

    If ‘anode’ is NULL, the cache node is left unchanged, which means that the FT_Glyph could be flushed out of the cache on the next call to one of the caching sub-system APIs. Don't assume that it is persistent!

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FTC_ImageCache_LookupScaler

    -
    -Defined in FT_CACHE_H (ftcache.h). -

    -
    +
    + +
    +

    FTC_ImageCache_LookupScaler

    +

    Defined in FT_CACHE_H (ftcache.h).

    +
       FT_EXPORT( FT_Error )
       FTC_ImageCache_LookupScaler( FTC_ImageCache  cache,
                                    FTC_Scaler      scaler,
    @@ -851,80 +850,52 @@ Defined in FT_CACHE_H (ftcache.h).
                                    FT_UInt         gindex,
                                    FT_Glyph       *aglyph,
                                    FTC_Node       *anode );
    +
    -

    -

    A variant of FTC_ImageCache_Lookup that uses an FTC_ScalerRec to specify the face ID and its size.

    -

    -
    input
    -

    - -
    cache + +

    input

    + + - - -
    cache

    A handle to the source glyph image cache.

    scaler +
    scaler

    A pointer to a scaler descriptor.

    load_flags +
    load_flags

    The corresponding load flags.

    gindex +
    gindex

    The glyph index to retrieve.

    -
    -
    output
    -

    - -
    aglyph + +

    output

    + + -
    aglyph

    The corresponding FT_Glyph object. 0 in case of failure.

    anode +
    anode

    Used to return the address of of the corresponding cache node after incrementing its reference count (see note below).

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    The returned glyph is owned and managed by the glyph image cache. Never try to transform or discard it manually! You can however create a copy with FT_Glyph_Copy and modify the new one.

    If ‘anode’ is not NULL, it receives the address of the cache node containing the glyph image, after increasing its reference count. This ensures that the node (as well as the FT_Glyph) will always be kept in the cache until you call FTC_Node_Unref to ‘release’ it.

    If ‘anode’ is NULL, the cache node is left unchanged, which means that the FT_Glyph could be flushed out of the cache on the next call to one of the caching sub-system APIs. Don't assume that it is persistent!

    Calls to FT_Set_Char_Size and friends have no effect on cached glyphs; you should always use the FreeType cache API instead.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FTC_SBit

    -
    -Defined in FT_CACHE_H (ftcache.h). -

    -
     
    -  typedef struct FTC_SBitRec_*  FTC_SBit;
    -
    -

    -
    -

    A handle to a small bitmap descriptor. See the FTC_SBitRec structure for details.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FTC_SBitRec

    -
    -Defined in FT_CACHE_H (ftcache.h). -

    -
    +
    + +
    +

    FTC_SBitRec

    +

    Defined in FT_CACHE_H (ftcache.h).

    +
       typedef struct  FTC_SBitRec_
       {
         FT_Byte   width;
    @@ -941,176 +912,51 @@ Defined in FT_CACHE_H (ftcache.h).
         FT_Byte*  buffer;
     
       } FTC_SBitRec;
    +
    -

    -

    A very compact structure used to describe a small glyph bitmap.

    -

    -
    fields
    -

    - -
    width + +

    fields

    + + - - - - - - - - -
    width

    The bitmap width in pixels.

    height +
    height

    The bitmap height in pixels.

    left +
    left

    The horizontal distance from the pen position to the left bitmap border (a.k.a. ‘left side bearing’, or ‘lsb’).

    top +
    top

    The vertical distance from the pen position (on the baseline) to the upper bitmap border (a.k.a. ‘top side bearing’). The distance is positive for upwards y coordinates.

    format +
    format

    The format of the glyph bitmap (monochrome or gray).

    max_grays +
    max_grays

    Maximum gray level value (in the range 1 to 255).

    pitch +
    pitch

    The number of bytes per bitmap line. May be positive or negative.

    xadvance +
    xadvance

    The horizontal advance width in pixels.

    yadvance +
    yadvance

    The vertical advance height in pixels.

    buffer +
    buffer

    A pointer to the bitmap pixels.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FTC_SBitCache

    -
    -Defined in FT_CACHE_H (ftcache.h). -

    -
    -
    -  typedef struct FTC_SBitCacheRec_*  FTC_SBitCache;
    -
    -

    -
    -

    A handle to a small bitmap cache. These are special cache objects used to store small glyph bitmaps (and anti-aliased pixmaps) in a much more efficient way than the traditional glyph image cache implemented by FTC_ImageCache.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FTC_SBitCache_New

    -
    -Defined in FT_CACHE_H (ftcache.h). -

    -
    -
    -  FT_EXPORT( FT_Error )
    -  FTC_SBitCache_New( FTC_Manager     manager,
    -                     FTC_SBitCache  *acache );
    -
    -

    -
    -

    Create a new cache to store small glyph bitmaps.

    -

    -
    input
    -

    - - -
    manager -

    A handle to the source cache manager.

    -
    -
    -
    output
    -

    - - -
    acache -

    A handle to the new sbit cache. NULL in case of error.

    -
    -
    -
    return
    -

    FreeType error code. 0 means success.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FTC_SBitCache_Lookup

    -
    -Defined in FT_CACHE_H (ftcache.h). -

    -
     
    -  FT_EXPORT( FT_Error )
    -  FTC_SBitCache_Lookup( FTC_SBitCache    cache,
    -                        FTC_ImageType    type,
    -                        FT_UInt          gindex,
    -                        FTC_SBit        *sbit,
    -                        FTC_Node        *anode );
    -
    -

    -
    -

    Look up a given small glyph bitmap in a given sbit cache and ‘lock’ it to prevent its flushing from the cache until needed.

    -

    -
    input
    -

    - - - - -
    cache -

    A handle to the source sbit cache.

    -
    type -

    A pointer to the glyph image type descriptor.

    -
    gindex -

    The glyph index.

    -
    -
    -
    output
    -

    - - - -
    sbit -

    A handle to a small bitmap descriptor.

    -
    anode -

    Used to return the address of of the corresponding cache node after incrementing its reference count (see note below).

    -
    -
    -
    return
    -

    FreeType error code. 0 means success.

    -
    -
    note
    -

    The small bitmap descriptor and its bit buffer are owned by the cache and should never be freed by the application. They might as well disappear from memory on the next cache lookup, so don't treat them as persistent data.

    -

    The descriptor's ‘buffer’ field is set to 0 to indicate a missing glyph bitmap.

    -

    If ‘anode’ is not NULL, it receives the address of the cache node containing the bitmap, after increasing its reference count. This ensures that the node (as well as the image) will always be kept in the cache until you call FTC_Node_Unref to ‘release’ it.

    -

    If ‘anode’ is NULL, the cache node is left unchanged, which means that the bitmap could be flushed out of the cache on the next call to one of the caching sub-system APIs. Don't assume that it is persistent!

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FTC_SBitCache_LookupScaler

    -
    -Defined in FT_CACHE_H (ftcache.h). -

    -
    +
    + +
    +

    FTC_SBitCache_LookupScaler

    +

    Defined in FT_CACHE_H (ftcache.h).

    +
       FT_EXPORT( FT_Error )
       FTC_SBitCache_LookupScaler( FTC_SBitCache  cache,
                                   FTC_Scaler     scaler,
    @@ -1118,53 +964,47 @@ Defined in FT_CACHE_H (ftcache.h).
                                   FT_UInt        gindex,
                                   FTC_SBit      *sbit,
                                   FTC_Node      *anode );
    +
    -

    -

    A variant of FTC_SBitCache_Lookup that uses an FTC_ScalerRec to specify the face ID and its size.

    -

    -
    input
    -

    - -
    cache + +

    input

    + + - - -
    cache

    A handle to the source sbit cache.

    scaler +
    scaler

    A pointer to the scaler descriptor.

    load_flags +
    load_flags

    The corresponding load flags.

    gindex +
    gindex

    The glyph index.

    -
    -
    output
    -

    - -
    sbit + +

    output

    + + -
    sbit

    A handle to a small bitmap descriptor.

    anode +
    anode

    Used to return the address of of the corresponding cache node after incrementing its reference count (see note below).

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    The small bitmap descriptor and its bit buffer are owned by the cache and should never be freed by the application. They might as well disappear from memory on the next cache lookup, so don't treat them as persistent data.

    The descriptor's ‘buffer’ field is set to 0 to indicate a missing glyph bitmap.

    If ‘anode’ is not NULL, it receives the address of the cache node containing the bitmap, after increasing its reference count. This ensures that the node (as well as the image) will always be kept in the cache until you call FTC_Node_Unref to ‘release’ it.

    If ‘anode’ is NULL, the cache node is left unchanged, which means that the bitmap could be flushed out of the cache on the next call to one of the caching sub-system APIs. Don't assume that it is persistent!

    -
    -
    -
    - - -
    [Index][TOC]
    + +
    + diff --git a/freetype/docs/reference/ft2-cff_driver.html b/freetype/docs/reference/ft2-cff_driver.html index 7ae308de6..f1de5661a 100644 --- a/freetype/docs/reference/ft2-cff_driver.html +++ b/freetype/docs/reference/ft2-cff_driver.html @@ -3,50 +3,113 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    -The CFF driver -

    +

    The CFF driver

    Synopsis

    - - - -
    hinting-engineno-stem-darkening
    FT_CFF_HINTING_XXXdarkening-parameters


    + + + +
    hinting-enginedarkening-parametersFT_CFF_HINTING_XXX
    no-stem-darkening 
    + -

    While FreeType's CFF driver doesn't expose API functions by itself, it is possible to control its behaviour with FT_Property_Set and FT_Property_Get. The list below gives the available properties together with the necessary macros and structures.

    The CFF driver's module name is ‘cff’.

    Hinting and antialiasing principles of the new engine

    @@ -57,10 +120,10 @@ The CFF driver

    2) Aligment in the vertical direction: Weights and spacing along the y axis are less critical; what is much more important is the visual alignment of related features (like cap-height and x-height). The sense of alignment for these is enhanced by the sharpness of grid-fit edges, while the cruder vertical resolution (full pixels instead of 1/3 pixels) is less of a problem.

    On the technical side, horizontal alignment zones for ascender, x-height, and other important height values (traditionally called ‘blue zones’) as defined in the font are positioned independently, each being rounded to the nearest pixel edge, taking care of overshoot suppression at small sizes, stem darkening, and scaling.

    Hstems (this is, hint values defined in the font to help align horizontal features) that fall within a blue zone are said to be ‘captured’ and are aligned to that zone. Uncaptured stems are moved in one of four ways, top edge up or down, bottom edge up or down. Unless there are conflicting hstems, the smallest movement is taken to minimize distortion.

    -

    -
    -

    hinting-engine

    -
    + +
    +

    hinting-engine

    +

    Thanks to Adobe, which contributed a new hinting (and parsing) engine, an application can select between ‘freetype’ and ‘adobe’ if compiled with CFF_CONFIG_OPTION_OLD_ENGINE. If this configuration macro isn't defined, ‘hinting-engine’ does nothing.

    The default engine is ‘freetype’ if CFF_CONFIG_OPTION_OLD_ENGINE is defined, and ‘adobe’ otherwise.

    The following example code demonstrates how to select Adobe's hinting engine (omitting the error handling).

    @@ -74,51 +137,16 @@ The CFF driver FT_Property_Set( library, "cff", "hinting-engine", &hinting_engine ); -

    -
    note
    + +

    note

    This property can be used with FT_Property_Get also.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_CFF_HINTING_XXX

    -
    -Defined in FT_CFF_DRIVER_H (ftcffdrv.h). -

    -
    -
    -#define FT_CFF_HINTING_FREETYPE  0
    -#define FT_CFF_HINTING_ADOBE     1
    -
    -

    -
    -

    A list of constants used for the hinting-engine property to select the hinting engine for CFF fonts.

    -

    -
    values
    -

    - - - - -
    FT_CFF_HINTING_FREETYPE
    -

    Use the old FreeType hinting engine.

    -
    FT_CFF_HINTING_ADOBE -

    Use the hinting engine contributed by Adobe.

    -
    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    no-stem-darkening

    -
    + +
    + + +
    +

    no-stem-darkening

    +

    By default, the Adobe CFF engine darkens stems at smaller sizes, regardless of hinting, to enhance contrast. This feature requires a rendering system with proper gamma correction. Setting this property, stem darkening gets switched off.

    Note that stem darkening is never applied if FT_LOAD_NO_SCALE is set.

    @@ -131,19 +159,16 @@ Defined in FT_CFF_DRIVER_H (ftcffdrv.h).
       FT_Property_Set( library, "cff",
                                 "no-stem-darkening", &no_stem_darkening );
     
    -

    -
    note
    + +

    note

    This property can be used with FT_Property_Get also.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    darkening-parameters

    -
    + +
    + + +
    +

    darkening-parameters

    +

    By default, the Adobe CFF engine darkens stems as follows (if the ‘no-stem-darkening’ property isn't set):

       stem width <= 0.5px:   darkening amount = 0.4px
    @@ -151,7 +176,7 @@ Defined in FT_CFF_DRIVER_H (ftcffdrv.h).
       stem width  = 1.667px: darkening amount = 0.275px
       stem width >= 2.333px: darkening amount = 0px
     
    -

    and piecewise linear in-between. Using the ‘darkening-parameters’ property, these four control points can be changed, as the following example demonstrates.

    +

    and piecewise linear in-between. At configuration time, these four control points can be set with the macro ‘CFF_CONFIG_OPTION_DARKENING_PARAMETERS’. At runtime, the control points can be changed using the ‘darkening-parameters’ property, as the following example demonstrates.

       FT_Library  library;
       FT_Int      darken_params[8] = {  500, 300,   // x1, y1
    @@ -166,15 +191,35 @@ Defined in FT_CFF_DRIVER_H (ftcffdrv.h).
                                 "darkening-parameters", darken_params );
     

    The x values give the stem width, and the y values the darkening amount. The unit is 1000th of pixels. All coordinate values must be positive; the x values must be monotonically increasing; the y values must be monotonically decreasing and smaller than or equal to 500 (corresponding to half a pixel); the slope of each linear piece must be shallower than -1 (e.g., -.4).

    -

    -
    note
    + +

    note

    This property can be used with FT_Property_Get also.

    -
    -
    -
    - - -
    [Index][TOC]
    + +
    + + +
    +

    FT_CFF_HINTING_XXX

    +

    Defined in FT_CFF_DRIVER_H (ftcffdrv.h).

    +
    +#define FT_CFF_HINTING_FREETYPE  0
    +#define FT_CFF_HINTING_ADOBE     1
    +
    + +

    A list of constants used for the hinting-engine property to select the hinting engine for CFF fonts.

    + +

    values

    + + + +
    FT_CFF_HINTING_FREETYPE +

    Use the old FreeType hinting engine.

    +
    FT_CFF_HINTING_ADOBE +

    Use the hinting engine contributed by Adobe.

    +
    + +
    +
    diff --git a/freetype/docs/reference/ft2-cid_fonts.html b/freetype/docs/reference/ft2-cid_fonts.html index 2e2c4cf80..cb0b506fe 100644 --- a/freetype/docs/reference/ft2-cid_fonts.html +++ b/freetype/docs/reference/ft2-cid_fonts.html @@ -3,202 +3,238 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    -CID Fonts -

    +

    CID Fonts

    Synopsis

    - - - - -
    FT_Get_CID_Registry_Ordering_Supplement
    FT_Get_CID_Is_Internally_CID_Keyed
    FT_Get_CID_From_Glyph_Index


    + + + + +
    FT_Get_CID_Registry_Ordering_Supplement
    FT_Get_CID_Is_Internally_CID_Keyed
    FT_Get_CID_From_Glyph_Index
    + -

    This section contains the declaration of CID-keyed font specific functions.

    -

    -
    -

    FT_Get_CID_Registry_Ordering_Supplement

    -
    -Defined in FT_CID_H (ftcid.h). -

    -
     
    +
    +

    FT_Get_CID_Registry_Ordering_Supplement

    +

    Defined in FT_CID_H (ftcid.h).

    +
       FT_EXPORT( FT_Error )
       FT_Get_CID_Registry_Ordering_Supplement( FT_Face       face,
                                                const char*  *registry,
                                                const char*  *ordering,
                                                FT_Int       *supplement);
    +
    -

    -

    Retrieve the Registry/Ordering/Supplement triple (also known as the "R/O/S") from a CID-keyed font.

    -

    -
    input
    -

    - -
    face + +

    input

    + +
    face

    A handle to the input face.

    -
    -
    output
    -

    - -
    registry + +

    output

    + + - -
    registry

    The registry, as a C string, owned by the face.

    ordering +
    ordering

    The ordering, as a C string, owned by the face.

    supplement +
    supplement

    The supplement.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    This function only works with CID faces, returning an error otherwise.

    -
    -
    since
    + +

    since

    2.3.6

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Get_CID_Is_Internally_CID_Keyed

    -
    -Defined in FT_CID_H (ftcid.h). -

    -
     
    +
    + + +
    +

    FT_Get_CID_Is_Internally_CID_Keyed

    +

    Defined in FT_CID_H (ftcid.h).

    +
       FT_EXPORT( FT_Error )
       FT_Get_CID_Is_Internally_CID_Keyed( FT_Face   face,
                                           FT_Bool  *is_cid );
    +
    -

    -

    Retrieve the type of the input face, CID keyed or not. In constrast to the FT_IS_CID_KEYED macro this function returns successfully also for CID-keyed fonts in an SNFT wrapper.

    -

    -
    input
    -

    - -
    face + +

    input

    + +
    face

    A handle to the input face.

    -
    -
    output
    -

    - -
    is_cid + +

    output

    + +
    is_cid

    The type of the face as an FT_Bool.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    This function only works with CID faces and OpenType fonts, returning an error otherwise.

    -
    -
    since
    + +

    since

    2.3.9

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Get_CID_From_Glyph_Index

    -
    -Defined in FT_CID_H (ftcid.h). -

    -
     
    +
    + + +
    +

    FT_Get_CID_From_Glyph_Index

    +

    Defined in FT_CID_H (ftcid.h).

    +
       FT_EXPORT( FT_Error )
       FT_Get_CID_From_Glyph_Index( FT_Face   face,
                                    FT_UInt   glyph_index,
                                    FT_UInt  *cid );
    +
    -

    -

    Retrieve the CID of the input glyph index.

    -

    -
    input
    -

    - -
    face + +

    input

    + + -
    face

    A handle to the input face.

    glyph_index +
    glyph_index

    The input glyph index.

    -
    -
    output
    -

    - -
    cid + +

    output

    + +
    cid

    The CID as an FT_UInt.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    This function only works with CID faces and OpenType fonts, returning an error otherwise.

    -
    -
    since
    + +

    since

    2.3.9

    -
    -
    -
    - - -
    [Index][TOC]
    + +
    + diff --git a/freetype/docs/reference/ft2-computations.html b/freetype/docs/reference/ft2-computations.html index 3bee10452..a7771ef41 100644 --- a/freetype/docs/reference/ft2-computations.html +++ b/freetype/docs/reference/ft2-computations.html @@ -3,830 +3,698 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    -Computations -

    +

    Computations

    Synopsis

    - - - - - - - - - -
    FT_MulDivFT_Matrix_InvertFT_Tan
    FT_MulFixFT_AngleFT_Atan2
    FT_DivFixFT_ANGLE_PIFT_Angle_Diff
    FT_RoundFixFT_ANGLE_2PIFT_Vector_Unit
    FT_CeilFixFT_ANGLE_PI2FT_Vector_Rotate
    FT_FloorFixFT_ANGLE_PI4FT_Vector_Length
    FT_Vector_TransformFT_SinFT_Vector_Polarize
    FT_Matrix_MultiplyFT_CosFT_Vector_From_Polar


    - -
    + + + + + + + + + + +
    FT_MulDiv FT_Atan2
    FT_MulFixFT_AngleFT_Angle_Diff
    FT_DivFixFT_ANGLE_PIFT_Vector_Unit
    FT_RoundFixFT_ANGLE_2PIFT_Vector_Rotate
    FT_CeilFixFT_ANGLE_PI2FT_Vector_Length
    FT_FloorFixFT_ANGLE_PI4FT_Vector_Polarize
    FT_Vector_TransformFT_SinFT_Vector_From_Polar
    FT_Matrix_MultiplyFT_Cos
    FT_Matrix_InvertFT_Tan
    + +

    This section contains various functions used to perform computations on 16.16 fixed-float numbers or 2d vectors.

    -

    -
    -

    FT_MulDiv

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +
    +

    FT_MulDiv

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       FT_EXPORT( FT_Long )
       FT_MulDiv( FT_Long  a,
                  FT_Long  b,
                  FT_Long  c );
    +
    -

    -

    A very simple function used to perform the computation ‘(a*b)/c’ with maximum accuracy (it uses a 64-bit intermediate integer whenever necessary).

    This function isn't necessarily as fast as some processor specific operations, but is at least completely portable.

    -

    -
    input
    -

    - -
    a + +

    input

    + + - -
    a

    The first multiplier.

    b +
    b

    The second multiplier.

    c +
    c

    The divisor.

    -
    -
    return
    + +

    return

    The result of ‘(a*b)/c’. This function never traps when trying to divide by zero; it simply returns ‘MaxInt’ or ‘MinInt’ depending on the signs of ‘a’ and ‘b’.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_MulFix

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +
    + + +
    +

    FT_MulFix

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       FT_EXPORT( FT_Long )
       FT_MulFix( FT_Long  a,
                  FT_Long  b );
    +
    -

    -

    A very simple function used to perform the computation ‘(a*b)/0x10000’ with maximum accuracy. Most of the time this is used to multiply a given value by a 16.16 fixed-point factor.

    -

    -
    input
    -

    - -
    a + +

    input

    + + -
    a

    The first multiplier.

    b +
    b

    The second multiplier. Use a 16.16 factor here whenever possible (see note below).

    -
    -
    return
    + +

    return

    The result of ‘(a*b)/0x10000’.

    -
    -
    note
    + +

    note

    This function has been optimized for the case where the absolute value of ‘a’ is less than 2048, and ‘b’ is a 16.16 scaling factor. As this happens mainly when scaling from notional units to fractional pixels in FreeType, it resulted in noticeable speed improvements between versions 2.x and 1.x.

    As a conclusion, always try to place a 16.16 factor as the second argument of this function; this can make a great difference.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_DivFix

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +
    + + +
    +

    FT_DivFix

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       FT_EXPORT( FT_Long )
       FT_DivFix( FT_Long  a,
                  FT_Long  b );
    +
    -

    -

    A very simple function used to perform the computation ‘(a*0x10000)/b’ with maximum accuracy. Most of the time, this is used to divide a given value by a 16.16 fixed-point factor.

    -

    -
    input
    -

    - -
    a -

    The first multiplier.

    + +

    input

    + + -
    a +

    The numerator.

    b -

    The second multiplier. Use a 16.16 factor here whenever possible (see note below).

    +
    b +

    The denominator. Use a 16.16 factor here.

    -
    -
    return
    + +

    return

    The result of ‘(a*0x10000)/b’.

    -
    -
    note
    -

    The optimization for FT_DivFix() is simple: If (a << 16) fits in 32 bits, then the division is computed directly. Otherwise, we use a specialized version of FT_MulDiv.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_RoundFix

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +
    + + +
    +

    FT_RoundFix

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       FT_EXPORT( FT_Fixed )
       FT_RoundFix( FT_Fixed  a );
    +
    -

    -

    A very simple function used to round a 16.16 fixed number.

    -

    -
    input
    -

    - -
    a + +

    input

    + +
    a

    The number to be rounded.

    -
    -
    return
    + +

    return

    The result of ‘(a + 0x8000) & -0x10000’.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_CeilFix

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +
    + + +
    +

    FT_CeilFix

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       FT_EXPORT( FT_Fixed )
       FT_CeilFix( FT_Fixed  a );
    +
    -

    -

    A very simple function used to compute the ceiling function of a 16.16 fixed number.

    -

    -
    input
    -

    - -
    a + +

    input

    + +
    a

    The number for which the ceiling function is to be computed.

    -
    -
    return
    + +

    return

    The result of ‘(a + 0x10000 - 1) & -0x10000’.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_FloorFix

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +
    + + +
    +

    FT_FloorFix

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       FT_EXPORT( FT_Fixed )
       FT_FloorFix( FT_Fixed  a );
    +
    -

    -

    A very simple function used to compute the floor function of a 16.16 fixed number.

    -

    -
    input
    -

    - -
    a + +

    input

    + +
    a

    The number for which the floor function is to be computed.

    -
    -
    return
    + +

    return

    The result of ‘a & -0x10000’.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Vector_Transform

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +
    + + +
    +

    FT_Vector_Transform

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       FT_EXPORT( void )
       FT_Vector_Transform( FT_Vector*        vec,
                            const FT_Matrix*  matrix );
    +
    -

    -

    Transform a single vector through a 2x2 matrix.

    -

    -
    inout
    -

    - -
    vector + +

    inout

    + +
    vector

    The target vector to transform.

    -
    -
    input
    -

    - -
    matrix + +

    input

    + +
    matrix

    A pointer to the source 2x2 matrix.

    -
    -
    note
    + +

    note

    The result is undefined if either ‘vector’ or ‘matrix’ is invalid.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Matrix_Multiply

    -
    -Defined in FT_GLYPH_H (ftglyph.h). -

    -
     
    +
    + + +
    +

    FT_Matrix_Multiply

    +

    Defined in FT_GLYPH_H (ftglyph.h).

    +
       FT_EXPORT( void )
       FT_Matrix_Multiply( const FT_Matrix*  a,
                           FT_Matrix*        b );
    +
    -

    -

    Perform the matrix operation ‘b = a*b’.

    -

    -
    input
    -

    - -
    a + +

    input

    + +
    a

    A pointer to matrix ‘a’.

    -
    -
    inout
    -

    - -
    b + +

    inout

    + +
    b

    A pointer to matrix ‘b’.

    -
    -
    note
    + +

    note

    The result is undefined if either ‘a’ or ‘b’ is zero.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Matrix_Invert

    -
    -Defined in FT_GLYPH_H (ftglyph.h). -

    -
     
    +
    + + +
    +

    FT_Matrix_Invert

    +

    Defined in FT_GLYPH_H (ftglyph.h).

    +
       FT_EXPORT( FT_Error )
       FT_Matrix_Invert( FT_Matrix*  matrix );
    +
    -

    -

    Invert a 2x2 matrix. Return an error if it can't be inverted.

    -

    -
    inout
    -

    - -
    matrix + +

    inout

    + +
    matrix

    A pointer to the target matrix. Remains untouched in case of error.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Angle

    -
    -Defined in FT_TRIGONOMETRY_H (fttrigon.h). -

    -
     
    +
    + + +
    +

    FT_Angle

    +

    Defined in FT_TRIGONOMETRY_H (fttrigon.h).

    +
       typedef FT_Fixed  FT_Angle;
    +
    -

    -

    This type is used to model angle values in FreeType. Note that the angle is a 16.16 fixed-point value expressed in degrees.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_ANGLE_PI

    -
    -Defined in FT_TRIGONOMETRY_H (fttrigon.h). -

    -
     
    +
    + + +
    +

    FT_ANGLE_PI

    +

    Defined in FT_TRIGONOMETRY_H (fttrigon.h).

    +
     #define FT_ANGLE_PI  ( 180L << 16 )
    +
    -

    -

    The angle pi expressed in FT_Angle units.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_ANGLE_2PI

    -
    -Defined in FT_TRIGONOMETRY_H (fttrigon.h). -

    -
     
    +
    + + +
    +

    FT_ANGLE_2PI

    +

    Defined in FT_TRIGONOMETRY_H (fttrigon.h).

    +
     #define FT_ANGLE_2PI  ( FT_ANGLE_PI * 2 )
    +
    -

    -

    The angle 2*pi expressed in FT_Angle units.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_ANGLE_PI2

    -
    -Defined in FT_TRIGONOMETRY_H (fttrigon.h). -

    -
     
    +
    + + +
    +

    FT_ANGLE_PI2

    +

    Defined in FT_TRIGONOMETRY_H (fttrigon.h).

    +
     #define FT_ANGLE_PI2  ( FT_ANGLE_PI / 2 )
    +
    -

    -

    The angle pi/2 expressed in FT_Angle units.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_ANGLE_PI4

    -
    -Defined in FT_TRIGONOMETRY_H (fttrigon.h). -

    -
     
    +
    + + +
    +

    FT_ANGLE_PI4

    +

    Defined in FT_TRIGONOMETRY_H (fttrigon.h).

    +
     #define FT_ANGLE_PI4  ( FT_ANGLE_PI / 4 )
    +
    -

    -

    The angle pi/4 expressed in FT_Angle units.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Sin

    -
    -Defined in FT_TRIGONOMETRY_H (fttrigon.h). -

    -
     
    +
    + + +
    +

    FT_Sin

    +

    Defined in FT_TRIGONOMETRY_H (fttrigon.h).

    +
       FT_EXPORT( FT_Fixed )
       FT_Sin( FT_Angle  angle );
    +
    -

    -

    Return the sinus of a given angle in fixed-point format.

    -

    -
    input
    -

    - -
    angle + +

    input

    + +
    angle

    The input angle.

    -
    -
    return
    + +

    return

    The sinus value.

    -
    -
    note
    + +

    note

    If you need both the sinus and cosinus for a given angle, use the function FT_Vector_Unit.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Cos

    -
    -Defined in FT_TRIGONOMETRY_H (fttrigon.h). -

    -
     
    +
    + + +
    +

    FT_Cos

    +

    Defined in FT_TRIGONOMETRY_H (fttrigon.h).

    +
       FT_EXPORT( FT_Fixed )
       FT_Cos( FT_Angle  angle );
    +
    -

    -

    Return the cosinus of a given angle in fixed-point format.

    -

    -
    input
    -

    - -
    angle + +

    input

    + +
    angle

    The input angle.

    -
    -
    return
    + +

    return

    The cosinus value.

    -
    -
    note
    + +

    note

    If you need both the sinus and cosinus for a given angle, use the function FT_Vector_Unit.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Tan

    -
    -Defined in FT_TRIGONOMETRY_H (fttrigon.h). -

    -
     
    +
    + + +
    +

    FT_Tan

    +

    Defined in FT_TRIGONOMETRY_H (fttrigon.h).

    +
       FT_EXPORT( FT_Fixed )
       FT_Tan( FT_Angle  angle );
    +
    -

    -

    Return the tangent of a given angle in fixed-point format.

    -

    -
    input
    -

    - -
    angle + +

    input

    + +
    angle

    The input angle.

    -
    -
    return
    + +

    return

    The tangent value.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Atan2

    -
    -Defined in FT_TRIGONOMETRY_H (fttrigon.h). -

    -
     
    +
    + + +
    +

    FT_Atan2

    +

    Defined in FT_TRIGONOMETRY_H (fttrigon.h).

    +
       FT_EXPORT( FT_Angle )
       FT_Atan2( FT_Fixed  x,
                 FT_Fixed  y );
    +
    -

    -

    Return the arc-tangent corresponding to a given vector (x,y) in the 2d plane.

    -

    -
    input
    -

    - -
    x + +

    input

    + + -
    x

    The horizontal vector coordinate.

    y +
    y

    The vertical vector coordinate.

    -
    -
    return
    + +

    return

    The arc-tangent value (i.e. angle).

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Angle_Diff

    -
    -Defined in FT_TRIGONOMETRY_H (fttrigon.h). -

    -
     
    +
    + + +
    +

    FT_Angle_Diff

    +

    Defined in FT_TRIGONOMETRY_H (fttrigon.h).

    +
       FT_EXPORT( FT_Angle )
       FT_Angle_Diff( FT_Angle  angle1,
                      FT_Angle  angle2 );
    +
    -

    -

    Return the difference between two angles. The result is always constrained to the ]-PI..PI] interval.

    -

    -
    input
    -

    - -
    angle1 + +

    input

    + + -
    angle1

    First angle.

    angle2 +
    angle2

    Second angle.

    -
    -
    return
    + +

    return

    Constrained value of ‘value2-value1’.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Vector_Unit

    -
    -Defined in FT_TRIGONOMETRY_H (fttrigon.h). -

    -
     
    +
    + + +
    +

    FT_Vector_Unit

    +

    Defined in FT_TRIGONOMETRY_H (fttrigon.h).

    +
       FT_EXPORT( void )
       FT_Vector_Unit( FT_Vector*  vec,
                       FT_Angle    angle );
    +
    -

    -

    Return the unit vector corresponding to a given angle. After the call, the value of ‘vec.x’ will be ‘sin(angle)’, and the value of ‘vec.y’ will be ‘cos(angle)’.

    This function is useful to retrieve both the sinus and cosinus of a given angle quickly.

    -

    -
    output
    -

    - -
    vec + +

    output

    + +
    vec

    The address of target vector.

    -
    -
    input
    -

    - -
    angle -

    The address of angle.

    + +

    input

    + +
    angle +

    The input angle.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Vector_Rotate

    -
    -Defined in FT_TRIGONOMETRY_H (fttrigon.h). -

    -
     
    +
    + + +
    +

    FT_Vector_Rotate

    +

    Defined in FT_TRIGONOMETRY_H (fttrigon.h).

    +
       FT_EXPORT( void )
       FT_Vector_Rotate( FT_Vector*  vec,
                         FT_Angle    angle );
    +
    -

    -

    Rotate a vector by a given angle.

    -

    -
    inout
    -

    - -
    vec + +

    inout

    + +
    vec

    The address of target vector.

    -
    -
    input
    -

    - -
    angle -

    The address of angle.

    + +

    input

    + +
    angle +

    The input angle.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Vector_Length

    -
    -Defined in FT_TRIGONOMETRY_H (fttrigon.h). -

    -
     
    +
    + + +
    +

    FT_Vector_Length

    +

    Defined in FT_TRIGONOMETRY_H (fttrigon.h).

    +
       FT_EXPORT( FT_Fixed )
       FT_Vector_Length( FT_Vector*  vec );
    +
    -

    -

    Return the length of a given vector.

    -

    -
    input
    -

    - -
    vec + +

    input

    + +
    vec

    The address of target vector.

    -
    -
    return
    + +

    return

    The vector length, expressed in the same units that the original vector coordinates.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Vector_Polarize

    -
    -Defined in FT_TRIGONOMETRY_H (fttrigon.h). -

    -
     
    +
    + + +
    +

    FT_Vector_Polarize

    +

    Defined in FT_TRIGONOMETRY_H (fttrigon.h).

    +
       FT_EXPORT( void )
       FT_Vector_Polarize( FT_Vector*  vec,
                           FT_Fixed   *length,
                           FT_Angle   *angle );
    +
    -

    -

    Compute both the length and angle of a given vector.

    -

    -
    input
    -

    - -
    vec + +

    input

    + +
    vec

    The address of source vector.

    -
    -
    output
    -

    - -
    length + +

    output

    + + -
    length

    The vector length.

    angle +
    angle

    The vector angle.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Vector_From_Polar

    -
    -Defined in FT_TRIGONOMETRY_H (fttrigon.h). -

    -
     
    +
    + + +
    +

    FT_Vector_From_Polar

    +

    Defined in FT_TRIGONOMETRY_H (fttrigon.h).

    +
       FT_EXPORT( void )
       FT_Vector_From_Polar( FT_Vector*  vec,
                             FT_Fixed    length,
                             FT_Angle    angle );
    +
    -

    -

    Compute vector coordinates from a length and angle.

    -

    -
    output
    -

    - -
    vec + +

    output

    + +
    vec

    The address of source vector.

    -
    -
    input
    -

    - -
    length + +

    input

    + + -
    length

    The vector length.

    angle +
    angle

    The vector angle.

    -
    -
    -
    - - -
    [Index][TOC]
    + +
    + diff --git a/freetype/docs/reference/ft2-font_formats.html b/freetype/docs/reference/ft2-font_formats.html index 7ff31bccb..508cee2a5 100644 --- a/freetype/docs/reference/ft2-font_formats.html +++ b/freetype/docs/reference/ft2-font_formats.html @@ -3,82 +3,137 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    -Font Formats -

    +

    Font Formats

    Synopsis

    - - -
    FT_Get_X11_Font_Format


    + + +
    FT_Get_X11_Font_Format
    + -

    The single function in this section can be used to get the font format. Note that this information is not needed normally; however, there are special cases (like in PDF devices) where it is important to differentiate, in spite of FreeType's uniform API.

    This function is in the X11/xf86 namespace for historical reasons and in no way depends on that windowing system.

    -

    -
    -

    FT_Get_X11_Font_Format

    -
    -Defined in FT_XFREE86_H (ftxf86.h). -

    -
     
    +
    +

    FT_Get_X11_Font_Format

    +

    Defined in FT_XFREE86_H (ftxf86.h).

    +
       FT_EXPORT( const char* )
       FT_Get_X11_Font_Format( FT_Face  face );
    +
    -

    -

    Return a string describing the format of a given face, using values that can be used as an X11 FONT_PROPERTY. Possible values are ‘TrueType’, ‘Type 1’, ‘BDF’, ‘PCF’, ‘Type 42’, ‘CID Type 1’, ‘CFF’, ‘PFR’, and ‘Windows FNT’.

    -

    -
    input
    -

    - -
    face + +

    input

    + +
    face

    Input face handle.

    -
    -
    return
    + +

    return

    Font format string. NULL in case of error.

    -
    -
    -
    - - -
    [Index][TOC]
    + +
    + diff --git a/freetype/docs/reference/ft2-gasp_table.html b/freetype/docs/reference/ft2-gasp_table.html index 28ce1cdea..3b56119a1 100644 --- a/freetype/docs/reference/ft2-gasp_table.html +++ b/freetype/docs/reference/ft2-gasp_table.html @@ -3,140 +3,185 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    -Gasp Table -

    +

    Gasp Table

    Synopsis

    - - -
    FT_GASP_XXXFT_Get_Gasp


    + + +
    FT_GASP_XXXFT_Get_Gasp
    + -

    The function FT_Get_Gasp can be used to query a TrueType or OpenType font for specific entries in its ‘gasp’ table, if any. This is mainly useful when implementing native TrueType hinting with the bytecode interpreter to duplicate the Windows text rendering results.

    -

    -
    -

    FT_GASP_XXX

    -
    -Defined in FT_GASP_H (ftgasp.h). -

    -
    -
    -#define FT_GASP_NO_TABLE               -1
    -#define FT_GASP_DO_GRIDFIT           0x01
    -#define FT_GASP_DO_GRAY              0x02
    -#define FT_GASP_SYMMETRIC_SMOOTHING  0x08
    -#define FT_GASP_SYMMETRIC_GRIDFIT    0x10
    -
    -

    -
    + +
    +

    FT_GASP_XXX

    +

    Defined in FT_GASP_H (ftgasp.h).

    +
    +#define FT_GASP_NO_TABLE               -1
    +#define FT_GASP_DO_GRIDFIT           0x01
    +#define FT_GASP_DO_GRAY              0x02
    +#define FT_GASP_SYMMETRIC_SMOOTHING  0x08
    +#define FT_GASP_SYMMETRIC_GRIDFIT    0x10
    +
    +

    A list of values and/or bit-flags returned by the FT_Get_Gasp function.

    -

    -
    values
    -

    - -
    FT_GASP_NO_TABLE + +

    values

    + + - - - - - -
    FT_GASP_NO_TABLE

    This special value means that there is no GASP table in this face. It is up to the client to decide what to do.

    FT_GASP_DO_GRIDFIT +
    FT_GASP_DO_GRIDFIT

    Grid-fitting and hinting should be performed at the specified ppem. This really means TrueType bytecode interpretation. If this bit is not set, no hinting gets applied.

    FT_GASP_DO_GRAY +
    FT_GASP_DO_GRAY

    Anti-aliased rendering should be performed at the specified ppem. If not set, do monochrome rendering.

    FT_GASP_SYMMETRIC_SMOOTHING
    +
    FT_GASP_SYMMETRIC_SMOOTHING

    If set, smoothing along multiple axes must be used with ClearType.

    FT_GASP_SYMMETRIC_GRIDFIT
    +
    FT_GASP_SYMMETRIC_GRIDFIT

    Grid-fitting must be used with ClearType's symmetric smoothing.

    -
    -
    note
    + +

    note

    The bit-flags ‘FT_GASP_DO_GRIDFIT’ and ‘FT_GASP_DO_GRAY’ are to be used for standard font rasterization only. Independently of that, ‘FT_GASP_SYMMETRIC_SMOOTHING’ and ‘FT_GASP_SYMMETRIC_GRIDFIT’ are to be used if ClearType is enabled (and ‘FT_GASP_DO_GRIDFIT’ and ‘FT_GASP_DO_GRAY’ are consequently ignored).

    ‘ClearType’ is Microsoft's implementation of LCD rendering, partly protected by patents.

    -
    -
    since
    + +

    since

    2.3.0

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Get_Gasp

    -
    -Defined in FT_GASP_H (ftgasp.h). -

    -
     
    +
    + + +
    +

    FT_Get_Gasp

    +

    Defined in FT_GASP_H (ftgasp.h).

    +
       FT_EXPORT( FT_Int )
       FT_Get_Gasp( FT_Face  face,
                    FT_UInt  ppem );
    +
    -

    -

    Read the ‘gasp’ table from a TrueType or OpenType font file and return the entry corresponding to a given character pixel size.

    -

    -
    input
    -

    - -
    face + +

    input

    + + -
    face

    The source face handle.

    ppem +
    ppem

    The vertical character pixel size.

    -
    -
    return
    + +

    return

    Bit flags (see FT_GASP_XXX), or FT_GASP_NO_TABLE if there is no ‘gasp’ table in the face.

    -
    -
    since
    + +

    since

    2.3.0

    -
    -
    -
    - - -
    [Index][TOC]
    + +
    + diff --git a/freetype/docs/reference/ft2-glyph_management.html b/freetype/docs/reference/ft2-glyph_management.html index f34d3a77b..017db1f1c 100644 --- a/freetype/docs/reference/ft2-glyph_management.html +++ b/freetype/docs/reference/ft2-glyph_management.html @@ -3,84 +3,137 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    -Glyph Management -

    +

    Glyph Management

    Synopsis

    - - - - - - -
    FT_GlyphFT_OutlineGlyphRecft_glyph_bbox_xxx
    FT_GlyphRecFT_Get_GlyphFT_Glyph_Get_CBox
    FT_BitmapGlyphFT_Glyph_CopyFT_Glyph_To_Bitmap
    FT_BitmapGlyphRecFT_Glyph_TransformFT_Done_Glyph
    FT_OutlineGlyphFT_Glyph_BBox_Mode


    - -
    + + + + + + +
    FT_GlyphFT_OutlineGlyphRecFT_Glyph_Get_CBox
    FT_GlyphRecFT_Get_GlyphFT_Glyph_To_Bitmap
    FT_BitmapGlyphFT_Glyph_CopyFT_Done_Glyph
    FT_BitmapGlyphRecFT_Glyph_Transform
    FT_OutlineGlyphFT_Glyph_BBox_Mode
    + +

    This section contains definitions used to manage glyph data through generic FT_Glyph objects. Each of them can contain a bitmap, a vector outline, or even images in other formats.

    -

    -
    -

    FT_Glyph

    -
    -Defined in FT_GLYPH_H (ftglyph.h). -

    -
     
    +
    +

    FT_Glyph

    +

    Defined in FT_GLYPH_H (ftglyph.h).

    +
       typedef struct FT_GlyphRec_*  FT_Glyph;
    +
    -

    -

    Handle to an object used to model generic glyph images. It is a pointer to the FT_GlyphRec structure and can contain a glyph bitmap or pointer.

    -

    -
    note
    + +

    note

    Glyph objects are not owned by the library. You must thus release them manually (through FT_Done_Glyph) before calling FT_Done_FreeType.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_GlyphRec

    -
    -Defined in FT_GLYPH_H (ftglyph.h). -

    -
     
    +
    + + +
    +

    FT_GlyphRec

    +

    Defined in FT_GLYPH_H (ftglyph.h).

    +
       typedef struct  FT_GlyphRec_
       {
         FT_Library             library;
    @@ -89,60 +142,45 @@ Defined in FT_GLYPH_H (ftglyph.h).
         FT_Vector              advance;
     
       } FT_GlyphRec;
    +
    -

    -

    The root glyph structure contains a given glyph image plus its advance width in 16.16 fixed-point format.

    -

    -
    fields
    -

    - -
    library + +

    fields

    + + - - -
    library

    A handle to the FreeType library object.

    clazz +
    clazz

    A pointer to the glyph's class. Private.

    format +
    format

    The format of the glyph's image.

    advance +
    advance

    A 16.16 vector that gives the glyph's advance width.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_BitmapGlyph

    -
    -Defined in FT_GLYPH_H (ftglyph.h). -

    -
     
    +
    + + +
    +

    FT_BitmapGlyph

    +

    Defined in FT_GLYPH_H (ftglyph.h).

    +
       typedef struct FT_BitmapGlyphRec_*  FT_BitmapGlyph;
    +
    -

    -

    A handle to an object used to model a bitmap glyph image. This is a sub-class of FT_Glyph, and a pointer to FT_BitmapGlyphRec.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_BitmapGlyphRec

    -
    -Defined in FT_GLYPH_H (ftglyph.h). -

    -
     
    +
    + + +
    +

    FT_BitmapGlyphRec

    +

    Defined in FT_GLYPH_H (ftglyph.h).

    +
       typedef struct  FT_BitmapGlyphRec_
       {
         FT_GlyphRec  root;
    @@ -151,353 +189,256 @@ Defined in FT_GLYPH_H (ftglyph.h).
         FT_Bitmap    bitmap;
     
       } FT_BitmapGlyphRec;
    +
    -

    -

    A structure used for bitmap glyph images. This really is a ‘sub-class’ of FT_GlyphRec.

    -

    -
    fields
    -

    - -
    root + +

    fields

    + + - - -
    root

    The root FT_Glyph fields.

    left +
    left

    The left-side bearing, i.e., the horizontal distance from the current pen position to the left border of the glyph bitmap.

    top +
    top

    The top-side bearing, i.e., the vertical distance from the current pen position to the top border of the glyph bitmap. This distance is positive for upwards y!

    bitmap +
    bitmap

    A descriptor for the bitmap.

    -
    -
    note
    + +

    note

    You can typecast an FT_Glyph to FT_BitmapGlyph if you have ‘glyph->format == FT_GLYPH_FORMAT_BITMAP’. This lets you access the bitmap's contents easily.

    The corresponding pixel buffer is always owned by FT_BitmapGlyph and is thus created and destroyed with it.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_OutlineGlyph

    -
    -Defined in FT_GLYPH_H (ftglyph.h). -

    -
     
    +
    + + +
    +

    FT_OutlineGlyph

    +

    Defined in FT_GLYPH_H (ftglyph.h).

    +
       typedef struct FT_OutlineGlyphRec_*  FT_OutlineGlyph;
    +
    -

    -

    A handle to an object used to model an outline glyph image. This is a sub-class of FT_Glyph, and a pointer to FT_OutlineGlyphRec.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_OutlineGlyphRec

    -
    -Defined in FT_GLYPH_H (ftglyph.h). -

    -
     
    +
    + + +
    +

    FT_OutlineGlyphRec

    +

    Defined in FT_GLYPH_H (ftglyph.h).

    +
       typedef struct  FT_OutlineGlyphRec_
       {
         FT_GlyphRec  root;
         FT_Outline   outline;
     
       } FT_OutlineGlyphRec;
    +
    -

    -

    A structure used for outline (vectorial) glyph images. This really is a ‘sub-class’ of FT_GlyphRec.

    -

    -
    fields
    -

    - -
    root + +

    fields

    + + -
    root

    The root FT_Glyph fields.

    outline +
    outline

    A descriptor for the outline.

    -
    -
    note
    + +

    note

    You can typecast an FT_Glyph to FT_OutlineGlyph if you have ‘glyph->format == FT_GLYPH_FORMAT_OUTLINE’. This lets you access the outline's content easily.

    As the outline is extracted from a glyph slot, its coordinates are expressed normally in 26.6 pixels, unless the flag FT_LOAD_NO_SCALE was used in FT_Load_Glyph() or FT_Load_Char().

    The outline's tables are always owned by the object and are destroyed with it.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Get_Glyph

    -
    -Defined in FT_GLYPH_H (ftglyph.h). -

    -
     
    +
    + + +
    +

    FT_Get_Glyph

    +

    Defined in FT_GLYPH_H (ftglyph.h).

    +
       FT_EXPORT( FT_Error )
       FT_Get_Glyph( FT_GlyphSlot  slot,
                     FT_Glyph     *aglyph );
    +
    -

    -

    A function used to extract a glyph image from a slot. Note that the created FT_Glyph object must be released with FT_Done_Glyph.

    -

    -
    input
    -

    - -
    slot + +

    input

    + +
    slot

    A handle to the source glyph slot.

    -
    -
    output
    -

    - -
    aglyph + +

    output

    + +
    aglyph

    A handle to the glyph object.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Glyph_Copy

    -
    -Defined in FT_GLYPH_H (ftglyph.h). -

    -
     
    +
    + + +
    +

    FT_Glyph_Copy

    +

    Defined in FT_GLYPH_H (ftglyph.h).

    +
       FT_EXPORT( FT_Error )
       FT_Glyph_Copy( FT_Glyph   source,
                      FT_Glyph  *target );
    +
    -

    -

    A function used to copy a glyph image. Note that the created FT_Glyph object must be released with FT_Done_Glyph.

    -

    -
    input
    -

    - -
    source + +

    input

    + +
    source

    A handle to the source glyph object.

    -
    -
    output
    -

    - -
    target + +

    output

    + +
    target

    A handle to the target glyph object. 0 in case of error.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Glyph_Transform

    -
    -Defined in FT_GLYPH_H (ftglyph.h). -

    -
     
    +
    + + +
    +

    FT_Glyph_Transform

    +

    Defined in FT_GLYPH_H (ftglyph.h).

    +
       FT_EXPORT( FT_Error )
       FT_Glyph_Transform( FT_Glyph    glyph,
                           FT_Matrix*  matrix,
                           FT_Vector*  delta );
    +
    -

    -

    Transform a glyph image if its format is scalable.

    -

    -
    inout
    -

    - -
    glyph + +

    inout

    + +
    glyph

    A handle to the target glyph object.

    -
    -
    input
    -

    - -
    matrix + +

    input

    + + -
    matrix

    A pointer to a 2x2 matrix to apply.

    delta +
    delta

    A pointer to a 2d vector to apply. Coordinates are expressed in 1/64th of a pixel.

    -
    -
    return
    + +

    return

    FreeType error code (if not 0, the glyph format is not scalable).

    -
    -
    note
    + +

    note

    The 2x2 transformation matrix is also applied to the glyph's advance vector.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Glyph_BBox_Mode

    -
    -Defined in FT_GLYPH_H (ftglyph.h). -

    -
     
    +
    + + +
    +

    FT_Glyph_BBox_Mode

    +

    Defined in FT_GLYPH_H (ftglyph.h).

    +
       typedef enum  FT_Glyph_BBox_Mode_
       {
    -    FT_GLYPH_BBOX_UNSCALED  = 0,
    -    FT_GLYPH_BBOX_SUBPIXELS = 0,
    -    FT_GLYPH_BBOX_GRIDFIT   = 1,
    -    FT_GLYPH_BBOX_TRUNCATE  = 2,
    -    FT_GLYPH_BBOX_PIXELS    = 3
    +    FT_GLYPH_BBOX_UNSCALED  = 0,
    +    FT_GLYPH_BBOX_SUBPIXELS = 0,
    +    FT_GLYPH_BBOX_GRIDFIT   = 1,
    +    FT_GLYPH_BBOX_TRUNCATE  = 2,
    +    FT_GLYPH_BBOX_PIXELS    = 3
     
       } FT_Glyph_BBox_Mode;
     
    -

    -
    + + /* these constants are deprecated; use the corresponding */ + /* `FT_Glyph_BBox_Mode' values instead */ +#define ft_glyph_bbox_unscaled FT_GLYPH_BBOX_UNSCALED +#define ft_glyph_bbox_subpixels FT_GLYPH_BBOX_SUBPIXELS +#define ft_glyph_bbox_gridfit FT_GLYPH_BBOX_GRIDFIT +#define ft_glyph_bbox_truncate FT_GLYPH_BBOX_TRUNCATE +#define ft_glyph_bbox_pixels FT_GLYPH_BBOX_PIXELS + +

    The mode how the values of FT_Glyph_Get_CBox are returned.

    -

    -
    values
    -

    - -
    FT_GLYPH_BBOX_UNSCALED + +

    values

    + + - - - - -
    FT_GLYPH_BBOX_UNSCALED

    Return unscaled font units.

    FT_GLYPH_BBOX_SUBPIXELS
    +
    FT_GLYPH_BBOX_SUBPIXELS

    Return unfitted 26.6 coordinates.

    FT_GLYPH_BBOX_GRIDFIT +
    FT_GLYPH_BBOX_GRIDFIT

    Return grid-fitted 26.6 coordinates.

    FT_GLYPH_BBOX_TRUNCATE +
    FT_GLYPH_BBOX_TRUNCATE

    Return coordinates in integer pixels.

    FT_GLYPH_BBOX_PIXELS +
    FT_GLYPH_BBOX_PIXELS

    Return grid-fitted pixel coordinates.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    ft_glyph_bbox_xxx

    -
    -Defined in FT_GLYPH_H (ftglyph.h). -

    -
    -
    -#define ft_glyph_bbox_unscaled   FT_GLYPH_BBOX_UNSCALED
    -#define ft_glyph_bbox_subpixels  FT_GLYPH_BBOX_SUBPIXELS
    -#define ft_glyph_bbox_gridfit    FT_GLYPH_BBOX_GRIDFIT
    -#define ft_glyph_bbox_truncate   FT_GLYPH_BBOX_TRUNCATE
    -#define ft_glyph_bbox_pixels     FT_GLYPH_BBOX_PIXELS
    -
    -

    -
    -

    These constants are deprecated. Use the corresponding FT_Glyph_BBox_Mode values instead.

    -

    -
    values
    -

    - - - - - - - -
    ft_glyph_bbox_unscaled -

    See FT_GLYPH_BBOX_UNSCALED.

    -
    ft_glyph_bbox_subpixels
    -

    See FT_GLYPH_BBOX_SUBPIXELS.

    -
    ft_glyph_bbox_gridfit -

    See FT_GLYPH_BBOX_GRIDFIT.

    -
    ft_glyph_bbox_truncate -

    See FT_GLYPH_BBOX_TRUNCATE.

    -
    ft_glyph_bbox_pixels -

    See FT_GLYPH_BBOX_PIXELS.

    -
    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Glyph_Get_CBox

    -
    -Defined in FT_GLYPH_H (ftglyph.h). -

    -
     
    +
    + + +
    +

    FT_Glyph_Get_CBox

    +

    Defined in FT_GLYPH_H (ftglyph.h).

    +
       FT_EXPORT( void )
       FT_Glyph_Get_CBox( FT_Glyph  glyph,
                          FT_UInt   bbox_mode,
                          FT_BBox  *acbox );
    +
    -

    -

    Return a glyph's ‘control box’. The control box encloses all the outline's points, including Bézier control points. Though it coincides with the exact bounding box for most glyphs, it can be slightly larger in some situations (like when rotating an outline that contains Bézier outside arcs).

    Computing the control box is very fast, while getting the bounding box can take much more time as it needs to walk over all segments and arcs in the outline. To get the latter, you can use the ‘ftbbox’ component, which is dedicated to this single task.

    -

    -
    input
    -

    - -
    glyph + +

    input

    + + -
    glyph

    A handle to the source glyph object.

    mode +
    mode

    The mode that indicates how to interpret the returned bounding box values.

    -
    -
    output
    -

    - -
    acbox + +

    output

    + +
    acbox

    The glyph coordinate bounding box. Coordinates are expressed in 1/64th of pixels if it is grid-fitted.

    -
    -
    note
    + +

    note

    Coordinates are relative to the glyph origin, using the y upwards convention.

    If the glyph has been loaded with FT_LOAD_NO_SCALE, ‘bbox_mode’ must be set to FT_GLYPH_BBOX_UNSCALED to get unscaled font units in 26.6 pixel format. The value FT_GLYPH_BBOX_SUBPIXELS is another name for this constant.

    If the font is tricky and the glyph has been loaded with FT_LOAD_NO_SCALE, the resulting CBox is meaningless. To get reasonable values for the CBox it is necessary to load the glyph at a large ppem value (so that the hinting instructions can properly shift and scale the subglyphs), then extracting the CBox, which can be eventually converted back to font units.

    @@ -515,56 +456,47 @@ Defined in FT_GLYPH_H (ftglyph.h).

    To get the bbox in pixel coordinates, set ‘bbox_mode’ to FT_GLYPH_BBOX_TRUNCATE.

    To get the bbox in grid-fitted pixel coordinates, set ‘bbox_mode’ to FT_GLYPH_BBOX_PIXELS.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Glyph_To_Bitmap

    -
    -Defined in FT_GLYPH_H (ftglyph.h). -

    -
     
    +
    + + +
    +

    FT_Glyph_To_Bitmap

    +

    Defined in FT_GLYPH_H (ftglyph.h).

    +
       FT_EXPORT( FT_Error )
       FT_Glyph_To_Bitmap( FT_Glyph*       the_glyph,
                           FT_Render_Mode  render_mode,
                           FT_Vector*      origin,
                           FT_Bool         destroy );
    +
    -

    -

    Convert a given glyph object to a bitmap glyph object.

    -

    -
    inout
    -

    - -
    the_glyph + +

    inout

    + +
    the_glyph

    A pointer to a handle to the target glyph.

    -
    -
    input
    -

    - -
    render_mode + +

    input

    + + - -
    render_mode

    An enumeration that describes how the data is rendered.

    origin +
    origin

    A pointer to a vector used to translate the glyph image before rendering. Can be 0 (if no translation). The origin is expressed in 26.6 pixels.

    destroy +
    destroy

    A boolean that indicates that the original glyph image should be destroyed by this function. It is never destroyed in case of error.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    This function does nothing if the glyph format isn't scalable.

    The glyph image is translated with the ‘origin’ vector before rendering.

    The first parameter is a pointer to an FT_Glyph handle, that will be replaced by this function (with newly allocated data). Typically, you would use (omitting error handling):

    @@ -634,40 +566,29 @@ Defined in FT_GLYPH_H (ftglyph.h). for ( idx = 0; i < MAX_GLYPHS; i++ ) FT_Done_Glyph( glyphs[idx] ); -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Done_Glyph

    -
    -Defined in FT_GLYPH_H (ftglyph.h). -

    -
     
    +
    + + +
    +

    FT_Done_Glyph

    +

    Defined in FT_GLYPH_H (ftglyph.h).

    +
       FT_EXPORT( void )
       FT_Done_Glyph( FT_Glyph  glyph );
    +
    -

    -

    Destroy a given glyph.

    -

    -
    input
    -

    - -
    glyph + +

    input

    + +
    glyph

    A handle to the target glyph object.

    -
    -
    -
    - - -
    [Index][TOC]
    + +
    + diff --git a/freetype/docs/reference/ft2-glyph_stroker.html b/freetype/docs/reference/ft2-glyph_stroker.html index b904130ef..d5daa46c3 100644 --- a/freetype/docs/reference/ft2-glyph_stroker.html +++ b/freetype/docs/reference/ft2-glyph_stroker.html @@ -3,938 +3,817 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    -Glyph Stroker -

    +

    Glyph Stroker

    Synopsis

    - - - - - - - - - - - - -
    FT_StrokerFT_Stroker_EndSubPath
    FT_Stroker_LineJoinFT_Stroker_LineTo
    FT_Stroker_LineCapFT_Stroker_ConicTo
    FT_StrokerBorderFT_Stroker_CubicTo
    FT_Outline_GetInsideBorderFT_Stroker_GetBorderCounts
    FT_Outline_GetOutsideBorderFT_Stroker_ExportBorder
    FT_Stroker_NewFT_Stroker_GetCounts
    FT_Stroker_SetFT_Stroker_Export
    FT_Stroker_RewindFT_Stroker_Done
    FT_Stroker_ParseOutlineFT_Glyph_Stroke
    FT_Stroker_BeginSubPathFT_Glyph_StrokeBorder


    - -
    + + + + + + + + + + + + + + + + +
    FT_StrokerFT_Stroker_ParseOutline
     FT_Stroker_Done
    FT_Stroker_LineJoin 
    FT_Stroker_LineCapFT_Stroker_BeginSubPath
    FT_StrokerBorderFT_Stroker_EndSubPath
      
    FT_Outline_GetInsideBorderFT_Stroker_LineTo
    FT_Outline_GetOutsideBorderFT_Stroker_ConicTo
     FT_Stroker_CubicTo
    FT_Glyph_Stroke 
    FT_Glyph_StrokeBorderFT_Stroker_GetBorderCounts
     FT_Stroker_ExportBorder
    FT_Stroker_NewFT_Stroker_GetCounts
    FT_Stroker_SetFT_Stroker_Export
    FT_Stroker_Rewind
    + +

    This component generates stroked outlines of a given vectorial glyph. It also allows you to retrieve the ‘outside’ and/or the ‘inside’ borders of the stroke.

    This can be useful to generate ‘bordered’ glyph, i.e., glyphs displayed with a coloured (and anti-aliased) border around their shape.

    -

    -
    -

    FT_Stroker

    -
    -Defined in FT_STROKER_H (ftstroke.h). -

    -
     
    +
    +

    FT_Stroker

    +

    Defined in FT_STROKER_H (ftstroke.h).

    +
       typedef struct FT_StrokerRec_*  FT_Stroker;
    +
    -

    -
    -

    Opaque handler to a path stroker object.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Stroker_LineJoin

    -
    -Defined in FT_STROKER_H (ftstroke.h). -

    -
    +

    Opaque handle to a path stroker object.

    +
    + + +

    -

    These values determine how two joining lines are rendered in a stroker.

    -

    -
    values
    -

    - - -
    FT_STROKER_LINEJOIN_ROUND
    + +

    values

    + + - - - - - - - -
    FT_STROKER_LINEJOIN_ROUND

    Used to render rounded line joins. Circular arcs are used to join two lines smoothly.

    FT_STROKER_LINEJOIN_BEVEL
    +
    FT_STROKER_LINEJOIN_BEVEL

    Used to render beveled line joins. The outer corner of the joined lines is filled by enclosing the triangular region of the corner with a straight line between the outer corners of each stroke.

    FT_STROKER_LINEJOIN_MITER_FIXED
    +
    FT_STROKER_LINEJOIN_MITER_FIXED

    Used to render mitered line joins, with fixed bevels if the miter limit is exceeded. The outer edges of the strokes for the two segments are extended until they meet at an angle. If the segments meet at too sharp an angle (such that the miter would extend from the intersection of the segments a distance greater than the product of the miter limit value and the border radius), then a bevel join (see above) is used instead. This prevents long spikes being created. FT_STROKER_LINEJOIN_MITER_FIXED generates a miter line join as used in PostScript and PDF.

    FT_STROKER_LINEJOIN_MITER_VARIABLE
    +
    FT_STROKER_LINEJOIN_MITER_VARIABLE

    FT_STROKER_LINEJOIN_MITER
    +
    FT_STROKER_LINEJOIN_MITER

    Used to render mitered line joins, with variable bevels if the miter limit is exceeded. The intersection of the strokes is clipped at a line perpendicular to the bisector of the angle between the strokes, at the distance from the intersection of the segments equal to the product of the miter limit value and the border radius. This prevents long spikes being created. FT_STROKER_LINEJOIN_MITER_VARIABLE generates a mitered line join as used in XPS. FT_STROKER_LINEJOIN_MITER is an alias for FT_STROKER_LINEJOIN_MITER_VARIABLE, retained for backwards compatibility.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Stroker_LineCap

    -
    -Defined in FT_STROKER_H (ftstroke.h). -

    -
     
    +
    + + +
    +

    FT_Stroker_LineCap

    +

    Defined in FT_STROKER_H (ftstroke.h).

    +
       typedef enum  FT_Stroker_LineCap_
       {
    -    FT_STROKER_LINECAP_BUTT = 0,
    -    FT_STROKER_LINECAP_ROUND,
    -    FT_STROKER_LINECAP_SQUARE
    +    FT_STROKER_LINECAP_BUTT = 0,
    +    FT_STROKER_LINECAP_ROUND,
    +    FT_STROKER_LINECAP_SQUARE
     
       } FT_Stroker_LineCap;
    +
    -

    -

    These values determine how the end of opened sub-paths are rendered in a stroke.

    -

    -
    values
    -

    - - -
    FT_STROKER_LINECAP_BUTT
    + +

    values

    + + - - - -
    FT_STROKER_LINECAP_BUTT

    The end of lines is rendered as a full stop on the last point itself.

    FT_STROKER_LINECAP_ROUND
    +
    FT_STROKER_LINECAP_ROUND

    The end of lines is rendered as a half-circle around the last point.

    FT_STROKER_LINECAP_SQUARE
    +
    FT_STROKER_LINECAP_SQUARE

    The end of lines is rendered as a square around the last point.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_StrokerBorder

    -
    -Defined in FT_STROKER_H (ftstroke.h). -

    -
     
    +
    + + +
    +

    FT_StrokerBorder

    +

    Defined in FT_STROKER_H (ftstroke.h).

    +
       typedef enum  FT_StrokerBorder_
       {
    -    FT_STROKER_BORDER_LEFT = 0,
    -    FT_STROKER_BORDER_RIGHT
    +    FT_STROKER_BORDER_LEFT = 0,
    +    FT_STROKER_BORDER_RIGHT
     
       } FT_StrokerBorder;
    +
    -

    -

    These values are used to select a given stroke border in FT_Stroker_GetBorderCounts and FT_Stroker_ExportBorder.

    -

    -
    values
    -

    - -
    FT_STROKER_BORDER_LEFT + +

    values

    + + - -
    FT_STROKER_BORDER_LEFT

    Select the left border, relative to the drawing direction.

    FT_STROKER_BORDER_RIGHT
    +
    FT_STROKER_BORDER_RIGHT

    Select the right border, relative to the drawing direction.

    -
    -
    note
    + +

    note

    Applications are generally interested in the ‘inside’ and ‘outside’ borders. However, there is no direct mapping between these and the ‘left’ and ‘right’ ones, since this really depends on the glyph's drawing orientation, which varies between font formats.

    You can however use FT_Outline_GetInsideBorder and FT_Outline_GetOutsideBorder to get these.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Outline_GetInsideBorder

    -
    -Defined in FT_STROKER_H (ftstroke.h). -

    -
     
    +
    + + +
    +

    FT_Outline_GetInsideBorder

    +

    Defined in FT_STROKER_H (ftstroke.h).

    +
       FT_EXPORT( FT_StrokerBorder )
       FT_Outline_GetInsideBorder( FT_Outline*  outline );
    +
    -

    -

    Retrieve the FT_StrokerBorder value corresponding to the ‘inside’ borders of a given outline.

    -

    -
    input
    -

    - -
    outline + +

    input

    + +
    outline

    The source outline handle.

    -
    -
    return
    + +

    return

    The border index. FT_STROKER_BORDER_RIGHT for empty or invalid outlines.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Outline_GetOutsideBorder

    -
    -Defined in FT_STROKER_H (ftstroke.h). -

    -
     
    +
    + + +
    +

    FT_Outline_GetOutsideBorder

    +

    Defined in FT_STROKER_H (ftstroke.h).

    +
       FT_EXPORT( FT_StrokerBorder )
       FT_Outline_GetOutsideBorder( FT_Outline*  outline );
    +
    -

    -

    Retrieve the FT_StrokerBorder value corresponding to the ‘outside’ borders of a given outline.

    -

    -
    input
    -

    - -
    outline + +

    input

    + +
    outline

    The source outline handle.

    -
    -
    return
    + +

    return

    The border index. FT_STROKER_BORDER_LEFT for empty or invalid outlines.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Stroker_New

    -
    -Defined in FT_STROKER_H (ftstroke.h). -

    -
     
    +
    + + +
    +

    FT_Glyph_Stroke

    +

    Defined in FT_STROKER_H (ftstroke.h).

    +
    +  FT_EXPORT( FT_Error )
    +  FT_Glyph_Stroke( FT_Glyph    *pglyph,
    +                   FT_Stroker   stroker,
    +                   FT_Bool      destroy );
    +
    + +

    Stroke a given outline glyph object with a given stroker.

    + +

    inout

    + + +
    pglyph +

    Source glyph handle on input, new glyph handle on output.

    +
    + +

    input

    + + + +
    stroker +

    A stroker handle.

    +
    destroy +

    A Boolean. If 1, the source glyph object is destroyed on success.

    +
    + +

    return

    +

    FreeType error code. 0 means success.

    + +

    note

    +

    The source glyph is untouched in case of error.

    +

    Adding stroke may yield a significantly wider and taller glyph depending on how large of a radius was used to stroke the glyph. You may need to manually adjust horizontal and vertical advance amounts to account for this added size.

    + +
    +
    + +
    +

    FT_Glyph_StrokeBorder

    +

    Defined in FT_STROKER_H (ftstroke.h).

    +
    +  FT_EXPORT( FT_Error )
    +  FT_Glyph_StrokeBorder( FT_Glyph    *pglyph,
    +                         FT_Stroker   stroker,
    +                         FT_Bool      inside,
    +                         FT_Bool      destroy );
    +
    + +

    Stroke a given outline glyph object with a given stroker, but only return either its inside or outside border.

    + +

    inout

    + + +
    pglyph +

    Source glyph handle on input, new glyph handle on output.

    +
    + +

    input

    + + + + +
    stroker +

    A stroker handle.

    +
    inside +

    A Boolean. If 1, return the inside border, otherwise the outside border.

    +
    destroy +

    A Boolean. If 1, the source glyph object is destroyed on success.

    +
    + +

    return

    +

    FreeType error code. 0 means success.

    + +

    note

    +

    The source glyph is untouched in case of error.

    +

    Adding stroke may yield a significantly wider and taller glyph depending on how large of a radius was used to stroke the glyph. You may need to manually adjust horizontal and vertical advance amounts to account for this added size.

    + +
    +
    + +
    +

    FT_Stroker_New

    +

    Defined in FT_STROKER_H (ftstroke.h).

    +
       FT_EXPORT( FT_Error )
       FT_Stroker_New( FT_Library   library,
                       FT_Stroker  *astroker );
    +
    -

    -

    Create a new stroker object.

    -

    -
    input
    -

    - -
    library + +

    input

    + +
    library

    FreeType library handle.

    -
    -
    output
    -

    - -
    astroker + +

    output

    + +
    astroker

    A new stroker object handle. NULL in case of error.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Stroker_Set

    -
    -Defined in FT_STROKER_H (ftstroke.h). -

    -
     
    +
    + + +
    +

    FT_Stroker_Set

    +

    Defined in FT_STROKER_H (ftstroke.h).

    +
       FT_EXPORT( void )
       FT_Stroker_Set( FT_Stroker           stroker,
                       FT_Fixed             radius,
                       FT_Stroker_LineCap   line_cap,
                       FT_Stroker_LineJoin  line_join,
                       FT_Fixed             miter_limit );
    +
    -

    -

    Reset a stroker object's attributes.

    -

    -
    input
    -

    - -
    stroker + +

    input

    + + - - - -
    stroker

    The target stroker handle.

    radius +
    radius

    The border radius.

    line_cap +
    line_cap

    The line cap style.

    line_join +
    line_join

    The line join style.

    miter_limit +
    miter_limit

    The miter limit for the FT_STROKER_LINEJOIN_MITER_FIXED and FT_STROKER_LINEJOIN_MITER_VARIABLE line join styles, expressed as 16.16 fixed-point value.

    -
    -
    note
    + +

    note

    The radius is expressed in the same units as the outline coordinates.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Stroker_Rewind

    -
    -Defined in FT_STROKER_H (ftstroke.h). -

    -
    +

    This function calls FT_Stroker_Rewind automatically.

    +
    + + +
    +

    FT_Stroker_Rewind

    +

    Defined in FT_STROKER_H (ftstroke.h).

    +
       FT_EXPORT( void )
       FT_Stroker_Rewind( FT_Stroker  stroker );
    +
    -

    -

    Reset a stroker object without changing its attributes. You should call this function before beginning a new series of calls to FT_Stroker_BeginSubPath or FT_Stroker_EndSubPath.

    -

    -
    input
    -

    - -
    stroker + +

    input

    + +
    stroker

    The target stroker handle.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Stroker_ParseOutline

    -
    -Defined in FT_STROKER_H (ftstroke.h). -

    -
     
    +
    + + +
    +

    FT_Stroker_ParseOutline

    +

    Defined in FT_STROKER_H (ftstroke.h).

    +
       FT_EXPORT( FT_Error )
       FT_Stroker_ParseOutline( FT_Stroker   stroker,
                                FT_Outline*  outline,
                                FT_Bool      opened );
    +
    -

    -

    A convenience function used to parse a whole outline with the stroker. The resulting outline(s) can be retrieved later by functions like FT_Stroker_GetCounts and FT_Stroker_Export.

    -

    -
    input
    -

    - -
    stroker + +

    input

    + + - -
    stroker

    The target stroker handle.

    outline +
    outline

    The source outline.

    opened +
    opened

    A boolean. If 1, the outline is treated as an open path instead of a closed one.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    If ‘opened’ is 0 (the default), the outline is treated as a closed path, and the stroker generates two distinct ‘border’ outlines.

    If ‘opened’ is 1, the outline is processed as an open path, and the stroker generates a single ‘stroke’ outline.

    This function calls FT_Stroker_Rewind automatically.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Stroker_BeginSubPath

    -
    -Defined in FT_STROKER_H (ftstroke.h). -

    -
     
    +
    + + +
    +

    FT_Stroker_Done

    +

    Defined in FT_STROKER_H (ftstroke.h).

    +
    +  FT_EXPORT( void )
    +  FT_Stroker_Done( FT_Stroker  stroker );
    +
    + +

    Destroy a stroker object.

    + +

    input

    + + +
    stroker +

    A stroker handle. Can be NULL.

    +
    + +
    +
    + +
    +

    FT_Stroker_BeginSubPath

    +

    Defined in FT_STROKER_H (ftstroke.h).

    +
       FT_EXPORT( FT_Error )
       FT_Stroker_BeginSubPath( FT_Stroker  stroker,
                                FT_Vector*  to,
                                FT_Bool     open );
    +
    -

    -

    Start a new sub-path in the stroker.

    -

    -
    input
    -

    - -
    stroker + +

    input

    + + - -
    stroker

    The target stroker handle.

    to +
    to

    A pointer to the start vector.

    open +
    open

    A boolean. If 1, the sub-path is treated as an open one.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    This function is useful when you need to stroke a path that is not stored as an FT_Outline object.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Stroker_EndSubPath

    -
    -Defined in FT_STROKER_H (ftstroke.h). -

    -
     
    +
    + + +
    +

    FT_Stroker_EndSubPath

    +

    Defined in FT_STROKER_H (ftstroke.h).

    +
       FT_EXPORT( FT_Error )
       FT_Stroker_EndSubPath( FT_Stroker  stroker );
    +
    -

    -

    Close the current sub-path in the stroker.

    -

    -
    input
    -

    - -
    stroker + +

    input

    + +
    stroker

    The target stroker handle.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    You should call this function after FT_Stroker_BeginSubPath. If the subpath was not ‘opened’, this function ‘draws’ a single line segment to the start position when needed.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Stroker_LineTo

    -
    -Defined in FT_STROKER_H (ftstroke.h). -

    -
     
    +
    + + +
    +

    FT_Stroker_LineTo

    +

    Defined in FT_STROKER_H (ftstroke.h).

    +
       FT_EXPORT( FT_Error )
       FT_Stroker_LineTo( FT_Stroker  stroker,
                          FT_Vector*  to );
    +
    -

    -

    ‘Draw’ a single line segment in the stroker's current sub-path, from the last position.

    -

    -
    input
    -

    - -
    stroker + +

    input

    + + -
    stroker

    The target stroker handle.

    to +
    to

    A pointer to the destination point.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    You should call this function between FT_Stroker_BeginSubPath and FT_Stroker_EndSubPath.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Stroker_ConicTo

    -
    -Defined in FT_STROKER_H (ftstroke.h). -

    -
     
    +
    + + +
    +

    FT_Stroker_ConicTo

    +

    Defined in FT_STROKER_H (ftstroke.h).

    +
       FT_EXPORT( FT_Error )
       FT_Stroker_ConicTo( FT_Stroker  stroker,
                           FT_Vector*  control,
                           FT_Vector*  to );
    +
    -

    -

    ‘Draw’ a single quadratic Bézier in the stroker's current sub-path, from the last position.

    -

    -
    input
    -

    - -
    stroker + +

    input

    + + - -
    stroker

    The target stroker handle.

    control +
    control

    A pointer to a Bézier control point.

    to +
    to

    A pointer to the destination point.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    You should call this function between FT_Stroker_BeginSubPath and FT_Stroker_EndSubPath.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Stroker_CubicTo

    -
    -Defined in FT_STROKER_H (ftstroke.h). -

    -
     
    +
    + + +
    +

    FT_Stroker_CubicTo

    +

    Defined in FT_STROKER_H (ftstroke.h).

    +
       FT_EXPORT( FT_Error )
       FT_Stroker_CubicTo( FT_Stroker  stroker,
                           FT_Vector*  control1,
                           FT_Vector*  control2,
                           FT_Vector*  to );
    +
    -

    -

    ‘Draw’ a single cubic Bézier in the stroker's current sub-path, from the last position.

    -

    -
    input
    -

    - -
    stroker + +

    input

    + + - - -
    stroker

    The target stroker handle.

    control1 +
    control1

    A pointer to the first Bézier control point.

    control2 +
    control2

    A pointer to second Bézier control point.

    to +
    to

    A pointer to the destination point.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    You should call this function between FT_Stroker_BeginSubPath and FT_Stroker_EndSubPath.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Stroker_GetBorderCounts

    -
    -Defined in FT_STROKER_H (ftstroke.h). -

    -
     
    +
    + + +
    +

    FT_Stroker_GetBorderCounts

    +

    Defined in FT_STROKER_H (ftstroke.h).

    +
       FT_EXPORT( FT_Error )
       FT_Stroker_GetBorderCounts( FT_Stroker        stroker,
                                   FT_StrokerBorder  border,
                                   FT_UInt          *anum_points,
                                   FT_UInt          *anum_contours );
    +
    -

    -

    Call this function once you have finished parsing your paths with the stroker. It returns the number of points and contours necessary to export one of the ‘border’ or ‘stroke’ outlines generated by the stroker.

    -

    -
    input
    -

    - -
    stroker + +

    input

    + + -
    stroker

    The target stroker handle.

    border +
    border

    The border index.

    -
    -
    output
    -

    - -
    anum_points + +

    output

    + + -
    anum_points

    The number of points.

    anum_contours +
    anum_contours

    The number of contours.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    When an outline, or a sub-path, is ‘closed’, the stroker generates two independent ‘border’ outlines, named ‘left’ and ‘right’.

    When the outline, or a sub-path, is ‘opened’, the stroker merges the ‘border’ outlines with caps. The ‘left’ border receives all points, while the ‘right’ border becomes empty.

    Use the function FT_Stroker_GetCounts instead if you want to retrieve the counts associated to both borders.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Stroker_ExportBorder

    -
    -Defined in FT_STROKER_H (ftstroke.h). -

    -
     
    +
    + + +
    +

    FT_Stroker_ExportBorder

    +

    Defined in FT_STROKER_H (ftstroke.h).

    +
       FT_EXPORT( void )
       FT_Stroker_ExportBorder( FT_Stroker        stroker,
                                FT_StrokerBorder  border,
                                FT_Outline*       outline );
    +
    -

    -

    Call this function after FT_Stroker_GetBorderCounts to export the corresponding border to your own FT_Outline structure.

    Note that this function appends the border points and contours to your outline, but does not try to resize its arrays.

    -

    -
    input
    -

    - -
    stroker + +

    input

    + + - -
    stroker

    The target stroker handle.

    border +
    border

    The border index.

    outline +
    outline

    The target outline handle.

    -
    -
    note
    + +

    note

    Always call this function after FT_Stroker_GetBorderCounts to get sure that there is enough room in your FT_Outline object to receive all new data.

    -

    When an outline, or a sub-path, is ‘closed’, the stroker generates two independent ‘border’ outlines, named ‘left’ and ‘right’

    +

    When an outline, or a sub-path, is ‘closed’, the stroker generates two independent ‘border’ outlines, named ‘left’ and ‘right’.

    When the outline, or a sub-path, is ‘opened’, the stroker merges the ‘border’ outlines with caps. The ‘left’ border receives all points, while the ‘right’ border becomes empty.

    Use the function FT_Stroker_Export instead if you want to retrieve all borders at once.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Stroker_GetCounts

    -
    -Defined in FT_STROKER_H (ftstroke.h). -

    -
     
    +
    + + +
    +

    FT_Stroker_GetCounts

    +

    Defined in FT_STROKER_H (ftstroke.h).

    +
       FT_EXPORT( FT_Error )
       FT_Stroker_GetCounts( FT_Stroker  stroker,
                             FT_UInt    *anum_points,
                             FT_UInt    *anum_contours );
    +
    -

    -

    Call this function once you have finished parsing your paths with the stroker. It returns the number of points and contours necessary to export all points/borders from the stroked outline/path.

    -

    -
    input
    -

    - -
    stroker + +

    input

    + +
    stroker

    The target stroker handle.

    -
    -
    output
    -

    - -
    anum_points + +

    output

    + + -
    anum_points

    The number of points.

    anum_contours +
    anum_contours

    The number of contours.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Stroker_Export

    -
    -Defined in FT_STROKER_H (ftstroke.h). -

    -
     
    +
    + + +
    +

    FT_Stroker_Export

    +

    Defined in FT_STROKER_H (ftstroke.h).

    +
       FT_EXPORT( void )
       FT_Stroker_Export( FT_Stroker   stroker,
                          FT_Outline*  outline );
    +
    -

    -

    Call this function after FT_Stroker_GetBorderCounts to export all borders to your own FT_Outline structure.

    Note that this function appends the border points and contours to your outline, but does not try to resize its arrays.

    -

    -
    input
    -

    - -
    stroker + +

    input

    + + -
    stroker

    The target stroker handle.

    outline +
    outline

    The target outline handle.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Stroker_Done

    -
    -Defined in FT_STROKER_H (ftstroke.h). -

    -
    -
    -  FT_EXPORT( void )
    -  FT_Stroker_Done( FT_Stroker  stroker );
    -
    -

    -
    -

    Destroy a stroker object.

    -

    -
    input
    -

    - - -
    stroker -

    A stroker handle. Can be NULL.

    -
    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Glyph_Stroke

    -
    -Defined in FT_STROKER_H (ftstroke.h). -

    -
    -
    -  FT_EXPORT( FT_Error )
    -  FT_Glyph_Stroke( FT_Glyph    *pglyph,
    -                   FT_Stroker   stroker,
    -                   FT_Bool      destroy );
    -
    -

    -
    -

    Stroke a given outline glyph object with a given stroker.

    -

    -
    inout
    -

    - - -
    pglyph -

    Source glyph handle on input, new glyph handle on output.

    -
    -
    -
    input
    -

    - - - -
    stroker -

    A stroker handle.

    -
    destroy -

    A Boolean. If 1, the source glyph object is destroyed on success.

    -
    -
    -
    return
    -

    FreeType error code. 0 means success.

    -
    -
    note
    -

    The source glyph is untouched in case of error.

    -

    Adding stroke may yield a significantly wider and taller glyph depending on how large of a radius was used to stroke the glyph. You may need to manually adjust horizontal and vertical advance amounts to account for this added size.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Glyph_StrokeBorder

    -
    -Defined in FT_STROKER_H (ftstroke.h). -

    -
     
    -  FT_EXPORT( FT_Error )
    -  FT_Glyph_StrokeBorder( FT_Glyph    *pglyph,
    -                         FT_Stroker   stroker,
    -                         FT_Bool      inside,
    -                         FT_Bool      destroy );
    -
    -

    -
    -

    Stroke a given outline glyph object with a given stroker, but only return either its inside or outside border.

    -

    -
    inout
    -

    - - -
    pglyph -

    Source glyph handle on input, new glyph handle on output.

    -
    -
    -
    input
    -

    - - - - -
    stroker -

    A stroker handle.

    -
    inside -

    A Boolean. If 1, return the inside border, otherwise the outside border.

    -
    destroy -

    A Boolean. If 1, the source glyph object is destroyed on success.

    -
    -
    -
    return
    -

    FreeType error code. 0 means success.

    -
    -
    note
    -

    The source glyph is untouched in case of error.

    -

    Adding stroke may yield a significantly wider and taller glyph depending on how large of a radius was used to stroke the glyph. You may need to manually adjust horizontal and vertical advance amounts to account for this added size.

    -
    -
    -
    - - -
    [Index][TOC]
    +
    + diff --git a/freetype/docs/reference/ft2-glyph_variants.html b/freetype/docs/reference/ft2-glyph_variants.html index ef5d5f8aa..a19db11ea 100644 --- a/freetype/docs/reference/ft2-glyph_variants.html +++ b/freetype/docs/reference/ft2-glyph_variants.html @@ -3,267 +3,290 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    -Glyph Variants -

    +

    Glyph Variants

    Synopsis

    - - - - -
    FT_Face_GetCharVariantIndexFT_Face_GetVariantsOfChar
    FT_Face_GetCharVariantIsDefaultFT_Face_GetCharsOfVariant
    FT_Face_GetVariantSelectors


    + + + + +
    FT_Face_GetCharVariantIndexFT_Face_GetVariantsOfChar
    FT_Face_GetCharVariantIsDefaultFT_Face_GetCharsOfVariant
    FT_Face_GetVariantSelectors
    + -

    Many CJK characters have variant forms. They are a sort of grey area somewhere between being totally irrelevant and semantically distinct; for this reason, the Unicode consortium decided to introduce Ideographic Variation Sequences (IVS), consisting of a Unicode base character and one of 240 variant selectors (U+E0100-U+E01EF), instead of further extending the already huge code range for CJK characters.

    An IVS is registered and unique; for further details please refer to Unicode Technical Standard #37, the Ideographic Variation Database:

    http://www.unicode.org/reports/tr37/

    -

    To date (November 2012), the character with the most variants is U+9089, having 31 such IVS.

    +

    To date (November 2014), the character with the most variants is U+9089, having 32 such IVS.

    Adobe and MS decided to support IVS with a new cmap subtable (format 14). It is an odd subtable because it is not a mapping of input code points to glyphs, but contains lists of all variants supported by the font.

    A variant may be either ‘default’ or ‘non-default’. A default variant is the one you will get for that code point if you look it up in the standard Unicode cmap. A non-default variant is a different glyph.

    -

    -
    -

    FT_Face_GetCharVariantIndex

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +
    +

    FT_Face_GetCharVariantIndex

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       FT_EXPORT( FT_UInt )
       FT_Face_GetCharVariantIndex( FT_Face   face,
                                    FT_ULong  charcode,
                                    FT_ULong  variantSelector );
    +
    -

    -

    Return the glyph index of a given character code as modified by the variation selector.

    -

    -
    input
    -

    - -
    face + +

    input

    + + - -
    face

    A handle to the source face object.

    charcode +
    charcode

    The character code point in Unicode.

    variantSelector +
    variantSelector

    The Unicode code point of the variation selector.

    -
    -
    return
    + +

    return

    The glyph index. 0 means either ‘undefined character code’, or ‘undefined selector code’, or ‘no variation selector cmap subtable’, or ‘current CharMap is not Unicode’.

    -
    -
    note
    + +

    note

    If you use FreeType to manipulate the contents of font files directly, be aware that the glyph index returned by this function doesn't always correspond to the internal indices used within the file. This is done to ensure that value 0 always corresponds to the ‘missing glyph’.

    This function is only meaningful if a) the font has a variation selector cmap sub table, and b) the current charmap has a Unicode encoding.

    -
    -
    since
    + +

    since

    2.3.6

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Face_GetCharVariantIsDefault

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +
    + + +
    +

    FT_Face_GetCharVariantIsDefault

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       FT_EXPORT( FT_Int )
       FT_Face_GetCharVariantIsDefault( FT_Face   face,
                                        FT_ULong  charcode,
                                        FT_ULong  variantSelector );
    +
    -

    -

    Check whether this variant of this Unicode character is the one to be found in the ‘cmap’.

    -

    -
    input
    -

    - -
    face + +

    input

    + + - -
    face

    A handle to the source face object.

    charcode +
    charcode

    The character codepoint in Unicode.

    variantSelector +
    variantSelector

    The Unicode codepoint of the variation selector.

    -
    -
    return
    + +

    return

    1 if found in the standard (Unicode) cmap, 0 if found in the variation selector cmap, or -1 if it is not a variant.

    -
    -
    note
    + +

    note

    This function is only meaningful if the font has a variation selector cmap subtable.

    -
    -
    since
    + +

    since

    2.3.6

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Face_GetVariantSelectors

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +
    + + +
    +

    FT_Face_GetVariantSelectors

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       FT_EXPORT( FT_UInt32* )
       FT_Face_GetVariantSelectors( FT_Face  face );
    +
    -

    -

    Return a zero-terminated list of Unicode variant selectors found in the font.

    -

    -
    input
    -

    - -
    face + +

    input

    + +
    face

    A handle to the source face object.

    -
    -
    return
    + +

    return

    A pointer to an array of selector code points, or NULL if there is no valid variant selector cmap subtable.

    -
    -
    note
    + +

    note

    The last item in the array is 0; the array is owned by the FT_Face object but can be overwritten or released on the next call to a FreeType function.

    -
    -
    since
    + +

    since

    2.3.6

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Face_GetVariantsOfChar

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +
    + + +
    +

    FT_Face_GetVariantsOfChar

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       FT_EXPORT( FT_UInt32* )
       FT_Face_GetVariantsOfChar( FT_Face   face,
                                  FT_ULong  charcode );
    +
    -

    -

    Return a zero-terminated list of Unicode variant selectors found for the specified character code.

    -

    -
    input
    -

    - -
    face + +

    input

    + + -
    face

    A handle to the source face object.

    charcode +
    charcode

    The character codepoint in Unicode.

    -
    -
    return
    + +

    return

    A pointer to an array of variant selector code points that are active for the given character, or NULL if the corresponding list is empty.

    -
    -
    note
    + +

    note

    The last item in the array is 0; the array is owned by the FT_Face object but can be overwritten or released on the next call to a FreeType function.

    -
    -
    since
    + +

    since

    2.3.6

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Face_GetCharsOfVariant

    -
    -Defined in FT_FREETYPE_H (freetype.h). -

    -
     
    +
    + + +
    +

    FT_Face_GetCharsOfVariant

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
       FT_EXPORT( FT_UInt32* )
       FT_Face_GetCharsOfVariant( FT_Face   face,
                                  FT_ULong  variantSelector );
    +
    -

    -

    Return a zero-terminated list of Unicode character codes found for the specified variant selector.

    -

    -
    input
    -

    - -
    face + +

    input

    + + -
    face

    A handle to the source face object.

    variantSelector +
    variantSelector

    The variant selector code point in Unicode.

    -
    -
    return
    + +

    return

    A list of all the code points that are specified by this selector (both default and non-default codes are returned) or NULL if there is no valid cmap or the variant selector is invalid.

    -
    -
    note
    + +

    note

    The last item in the array is 0; the array is owned by the FT_Face object but can be overwritten or released on the next call to a FreeType function.

    -
    -
    since
    + +

    since

    2.3.6

    -
    -
    -
    - - -
    [Index][TOC]
    + +
    + diff --git a/freetype/docs/reference/ft2-gx_validation.html b/freetype/docs/reference/ft2-gx_validation.html index 9a1f1c22b..ff2eef6ac 100644 --- a/freetype/docs/reference/ft2-gx_validation.html +++ b/freetype/docs/reference/ft2-gx_validation.html @@ -3,354 +3,360 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    -TrueTypeGX/AAT Validation -

    +

    TrueTypeGX/AAT Validation

    Synopsis

    - - - - -
    FT_VALIDATE_GX_LENGTHFT_TrueTypeGX_FreeFT_ClassicKern_Free
    FT_VALIDATE_GXXXXFT_VALIDATE_CKERNXXX
    FT_TrueTypeGX_ValidateFT_ClassicKern_Validate


    - -
    -

    This section contains the declaration of functions to validate some TrueTypeGX tables (feat, mort, morx, bsln, just, kern, opbd, trak, prop, lcar).

    -

    -
    -

    FT_VALIDATE_GX_LENGTH

    -
    -Defined in FT_GX_VALIDATE_H (ftgxval.h). -

    -
    +
    +
    +
    +
    +
    FT_TrueTypeGX_ValidateFT_ClassicKern_ValidateFT_VALIDATE_GX_LENGTH
    FT_TrueTypeGX_FreeFT_ClassicKern_FreeFT_VALIDATE_GXXXX
      FT_VALIDATE_CKERNXXX
    -#define FT_VALIDATE_GX_LENGTH (FT_VALIDATE_GX_LAST_INDEX + 1) -

    -
    -

    The number of tables checked in this module. Use it as a parameter for the ‘table-length’ argument of function FT_TrueTypeGX_Validate.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_VALIDATE_GXXXX

    -
    -Defined in FT_GX_VALIDATE_H (ftgxval.h). -

    -
    -
    -#define FT_VALIDATE_feat  FT_VALIDATE_GX_BITFIELD( feat )
    -#define FT_VALIDATE_mort  FT_VALIDATE_GX_BITFIELD( mort )
    -#define FT_VALIDATE_morx  FT_VALIDATE_GX_BITFIELD( morx )
    -#define FT_VALIDATE_bsln  FT_VALIDATE_GX_BITFIELD( bsln )
    -#define FT_VALIDATE_just  FT_VALIDATE_GX_BITFIELD( just )
    -#define FT_VALIDATE_kern  FT_VALIDATE_GX_BITFIELD( kern )
    -#define FT_VALIDATE_opbd  FT_VALIDATE_GX_BITFIELD( opbd )
    -#define FT_VALIDATE_trak  FT_VALIDATE_GX_BITFIELD( trak )
    -#define FT_VALIDATE_prop  FT_VALIDATE_GX_BITFIELD( prop )
    -#define FT_VALIDATE_lcar  FT_VALIDATE_GX_BITFIELD( lcar )
    -
    -#define FT_VALIDATE_GX  ( FT_VALIDATE_feat | \
    -                          FT_VALIDATE_mort | \
    -                          FT_VALIDATE_morx | \
    -                          FT_VALIDATE_bsln | \
    -                          FT_VALIDATE_just | \
    -                          FT_VALIDATE_kern | \
    -                          FT_VALIDATE_opbd | \
    -                          FT_VALIDATE_trak | \
    -                          FT_VALIDATE_prop | \
    -                          FT_VALIDATE_lcar )
    -
    -

    -
    -

    A list of bit-field constants used with FT_TrueTypeGX_Validate to indicate which TrueTypeGX/AAT Type tables should be validated.

    -

    -
    values
    -

    - - - - - - - - - - - - -
    FT_VALIDATE_feat -

    Validate ‘feat’ table.

    -
    FT_VALIDATE_mort -

    Validate ‘mort’ table.

    -
    FT_VALIDATE_morx -

    Validate ‘morx’ table.

    -
    FT_VALIDATE_bsln -

    Validate ‘bsln’ table.

    -
    FT_VALIDATE_just -

    Validate ‘just’ table.

    -
    FT_VALIDATE_kern -

    Validate ‘kern’ table.

    -
    FT_VALIDATE_opbd -

    Validate ‘opbd’ table.

    -
    FT_VALIDATE_trak -

    Validate ‘trak’ table.

    -
    FT_VALIDATE_prop -

    Validate ‘prop’ table.

    -
    FT_VALIDATE_lcar -

    Validate ‘lcar’ table.

    -
    FT_VALIDATE_GX -

    Validate all TrueTypeGX tables (feat, mort, morx, bsln, just, kern, opbd, trak, prop and lcar).

    -
    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_TrueTypeGX_Validate

    -
    -Defined in FT_GX_VALIDATE_H (ftgxval.h). -

    -
    +

    This section contains the declaration of functions to validate some TrueTypeGX tables (feat, mort, morx, bsln, just, kern, opbd, trak, prop, lcar).

    +
    +

    FT_TrueTypeGX_Validate

    +

    Defined in FT_GX_VALIDATE_H (ftgxval.h).

    +
       FT_EXPORT( FT_Error )
       FT_TrueTypeGX_Validate( FT_Face   face,
                               FT_UInt   validation_flags,
                               FT_Bytes  tables[FT_VALIDATE_GX_LENGTH],
                               FT_UInt   table_length );
    +
    -

    -

    Validate various TrueTypeGX tables to assure that all offsets and indices are valid. The idea is that a higher-level library that actually does the text layout can access those tables without error checking (which can be quite time consuming).

    -

    -
    input
    -

    - -
    face + +

    input

    + + - -
    face

    A handle to the input face.

    validation_flags +
    validation_flags

    A bit field that specifies the tables to be validated. See FT_VALIDATE_GXXXX for possible values.

    table_length +
    table_length

    The size of the ‘tables’ array. Normally, FT_VALIDATE_GX_LENGTH should be passed.

    -
    -
    output
    -

    - -
    tables + +

    output

    + +
    tables

    The array where all validated sfnt tables are stored. The array itself must be allocated by a client.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    This function only works with TrueTypeGX fonts, returning an error otherwise.

    After use, the application should deallocate the buffers pointed to by each ‘tables’ element, by calling FT_TrueTypeGX_Free. A NULL value indicates that the table either doesn't exist in the font, the application hasn't asked for validation, or the validator doesn't have the ability to validate the sfnt table.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_TrueTypeGX_Free

    -
    -Defined in FT_GX_VALIDATE_H (ftgxval.h). -

    -
     
    +
    + + +
    +

    FT_TrueTypeGX_Free

    +

    Defined in FT_GX_VALIDATE_H (ftgxval.h).

    +
       FT_EXPORT( void )
       FT_TrueTypeGX_Free( FT_Face   face,
                           FT_Bytes  table );
    +
    -

    -

    Free the buffer allocated by TrueTypeGX validator.

    -

    -
    input
    -

    - -
    face + +

    input

    + + -
    face

    A handle to the input face.

    table +
    table

    The pointer to the buffer allocated by FT_TrueTypeGX_Validate.

    -
    -
    note
    + +

    note

    This function must be used to free the buffer allocated by FT_TrueTypeGX_Validate only.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_VALIDATE_CKERNXXX

    -
    -Defined in FT_GX_VALIDATE_H (ftgxval.h). -

    -
    -
    -#define FT_VALIDATE_MS     ( FT_VALIDATE_GX_START << 0 )
    -#define FT_VALIDATE_APPLE  ( FT_VALIDATE_GX_START << 1 )
    -
    -#define FT_VALIDATE_CKERN  ( FT_VALIDATE_MS | FT_VALIDATE_APPLE )
    -
    -

    -
    -

    A list of bit-field constants used with FT_ClassicKern_Validate to indicate the classic kern dialect or dialects. If the selected type doesn't fit, FT_ClassicKern_Validate regards the table as invalid.

    -

    -
    values
    -

    - - - - -
    FT_VALIDATE_MS -

    Handle the ‘kern’ table as a classic Microsoft kern table.

    -
    FT_VALIDATE_APPLE -

    Handle the ‘kern’ table as a classic Apple kern table.

    -
    FT_VALIDATE_CKERN -

    Handle the ‘kern’ as either classic Apple or Microsoft kern table.

    -
    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_ClassicKern_Validate

    -
    -Defined in FT_GX_VALIDATE_H (ftgxval.h). -

    -
     
    +
    + + +
    +

    FT_ClassicKern_Validate

    +

    Defined in FT_GX_VALIDATE_H (ftgxval.h).

    +
       FT_EXPORT( FT_Error )
       FT_ClassicKern_Validate( FT_Face    face,
                                FT_UInt    validation_flags,
                                FT_Bytes  *ckern_table );
    +
    -

    -

    Validate classic (16-bit format) kern table to assure that the offsets and indices are valid. The idea is that a higher-level library that actually does the text layout can access those tables without error checking (which can be quite time consuming).

    The ‘kern’ table validator in FT_TrueTypeGX_Validate deals with both the new 32-bit format and the classic 16-bit format, while FT_ClassicKern_Validate only supports the classic 16-bit format.

    -

    -
    input
    -

    - -
    face + +

    input

    + + -
    face

    A handle to the input face.

    validation_flags +
    validation_flags

    A bit field that specifies the dialect to be validated. See FT_VALIDATE_CKERNXXX for possible values.

    -
    -
    output
    -

    - -
    ckern_table + +

    output

    + +
    ckern_table

    A pointer to the kern table.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    After use, the application should deallocate the buffers pointed to by ‘ckern_table’, by calling FT_ClassicKern_Free. A NULL value indicates that the table doesn't exist in the font.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_ClassicKern_Free

    -
    -Defined in FT_GX_VALIDATE_H (ftgxval.h). -

    -
     
    +
    + + +
    +

    FT_ClassicKern_Free

    +

    Defined in FT_GX_VALIDATE_H (ftgxval.h).

    +
       FT_EXPORT( void )
       FT_ClassicKern_Free( FT_Face   face,
                            FT_Bytes  table );
    +
    -

    -

    Free the buffer allocated by classic Kern validator.

    -

    -
    input
    -

    - -
    face + +

    input

    + + -
    face

    A handle to the input face.

    table +
    table

    The pointer to the buffer that is allocated by FT_ClassicKern_Validate.

    -
    -
    note
    + +

    note

    This function must be used to free the buffer allocated by FT_ClassicKern_Validate only.

    -
    -
    -
    - - -
    [Index][TOC]
    + +
    + + +
    +

    FT_VALIDATE_GX_LENGTH

    +

    Defined in FT_GX_VALIDATE_H (ftgxval.h).

    +
    +#define FT_VALIDATE_GX_LENGTH     (FT_VALIDATE_GX_LAST_INDEX + 1)
    +
    + +

    The number of tables checked in this module. Use it as a parameter for the ‘table-length’ argument of function FT_TrueTypeGX_Validate.

    + +
    +
    + +
    +

    FT_VALIDATE_GXXXX

    +

    Defined in FT_GX_VALIDATE_H (ftgxval.h).

    +
    +#define FT_VALIDATE_feat  FT_VALIDATE_GX_BITFIELD( feat )
    +#define FT_VALIDATE_mort  FT_VALIDATE_GX_BITFIELD( mort )
    +#define FT_VALIDATE_morx  FT_VALIDATE_GX_BITFIELD( morx )
    +#define FT_VALIDATE_bsln  FT_VALIDATE_GX_BITFIELD( bsln )
    +#define FT_VALIDATE_just  FT_VALIDATE_GX_BITFIELD( just )
    +#define FT_VALIDATE_kern  FT_VALIDATE_GX_BITFIELD( kern )
    +#define FT_VALIDATE_opbd  FT_VALIDATE_GX_BITFIELD( opbd )
    +#define FT_VALIDATE_trak  FT_VALIDATE_GX_BITFIELD( trak )
    +#define FT_VALIDATE_prop  FT_VALIDATE_GX_BITFIELD( prop )
    +#define FT_VALIDATE_lcar  FT_VALIDATE_GX_BITFIELD( lcar )
    +
    +#define FT_VALIDATE_GX  ( FT_VALIDATE_feat | \
    +                          FT_VALIDATE_mort | \
    +                          FT_VALIDATE_morx | \
    +                          FT_VALIDATE_bsln | \
    +                          FT_VALIDATE_just | \
    +                          FT_VALIDATE_kern | \
    +                          FT_VALIDATE_opbd | \
    +                          FT_VALIDATE_trak | \
    +                          FT_VALIDATE_prop | \
    +                          FT_VALIDATE_lcar )
    +
    + +

    A list of bit-field constants used with FT_TrueTypeGX_Validate to indicate which TrueTypeGX/AAT Type tables should be validated.

    + +

    values

    + + + + + + + + + + + + +
    FT_VALIDATE_feat +

    Validate ‘feat’ table.

    +
    FT_VALIDATE_mort +

    Validate ‘mort’ table.

    +
    FT_VALIDATE_morx +

    Validate ‘morx’ table.

    +
    FT_VALIDATE_bsln +

    Validate ‘bsln’ table.

    +
    FT_VALIDATE_just +

    Validate ‘just’ table.

    +
    FT_VALIDATE_kern +

    Validate ‘kern’ table.

    +
    FT_VALIDATE_opbd +

    Validate ‘opbd’ table.

    +
    FT_VALIDATE_trak +

    Validate ‘trak’ table.

    +
    FT_VALIDATE_prop +

    Validate ‘prop’ table.

    +
    FT_VALIDATE_lcar +

    Validate ‘lcar’ table.

    +
    FT_VALIDATE_GX +

    Validate all TrueTypeGX tables (feat, mort, morx, bsln, just, kern, opbd, trak, prop and lcar).

    +
    + +
    +
    + +
    +

    FT_VALIDATE_CKERNXXX

    +

    Defined in FT_GX_VALIDATE_H (ftgxval.h).

    +
    +#define FT_VALIDATE_MS     ( FT_VALIDATE_GX_START << 0 )
    +#define FT_VALIDATE_APPLE  ( FT_VALIDATE_GX_START << 1 )
    +
    +#define FT_VALIDATE_CKERN  ( FT_VALIDATE_MS | FT_VALIDATE_APPLE )
    +
    + +

    A list of bit-field constants used with FT_ClassicKern_Validate to indicate the classic kern dialect or dialects. If the selected type doesn't fit, FT_ClassicKern_Validate regards the table as invalid.

    + +

    values

    + + + + +
    FT_VALIDATE_MS +

    Handle the ‘kern’ table as a classic Microsoft kern table.

    +
    FT_VALIDATE_APPLE +

    Handle the ‘kern’ table as a classic Apple kern table.

    +
    FT_VALIDATE_CKERN +

    Handle the ‘kern’ as either classic Apple or Microsoft kern table.

    +
    + +
    +
    diff --git a/freetype/docs/reference/ft2-gzip.html b/freetype/docs/reference/ft2-gzip.html index 6a0c6d249..c7e5a84f3 100644 --- a/freetype/docs/reference/ft2-gzip.html +++ b/freetype/docs/reference/ft2-gzip.html @@ -3,152 +3,197 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    -GZIP Streams -

    +

    GZIP Streams

    Synopsis

    - - -
    FT_Stream_OpenGzipFT_Gzip_Uncompress


    + + +
    FT_Stream_OpenGzipFT_Gzip_Uncompress
    + -

    This section contains the declaration of Gzip-specific functions.

    -

    -
    -

    FT_Stream_OpenGzip

    -
    -Defined in FT_GZIP_H (ftgzip.h). -

    -
     
    +
    +

    FT_Stream_OpenGzip

    +

    Defined in FT_GZIP_H (ftgzip.h).

    +
       FT_EXPORT( FT_Error )
       FT_Stream_OpenGzip( FT_Stream  stream,
                           FT_Stream  source );
    +
    -

    -

    Open a new stream to parse gzip-compressed font files. This is mainly used to support the compressed ‘*.pcf.gz’ fonts that come with XFree86.

    -

    -
    input
    -

    - -
    stream + +

    input

    + + -
    stream

    The target embedding stream.

    source +
    source

    The source stream.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    The source stream must be opened before calling this function.

    Calling the internal function ‘FT_Stream_Close’ on the new stream will not call ‘FT_Stream_Close’ on the source stream. None of the stream objects will be released to the heap.

    The stream implementation is very basic and resets the decompression process each time seeking backwards is needed within the stream.

    In certain builds of the library, gzip compression recognition is automatically handled when calling FT_New_Face or FT_Open_Face. This means that if no font driver is capable of handling the raw compressed file, the library will try to open a gzipped stream from it and re-open the face with it.

    This function may return ‘FT_Err_Unimplemented_Feature’ if your build of FreeType was not compiled with zlib support.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Gzip_Uncompress

    -
    -Defined in FT_GZIP_H (ftgzip.h). -

    -
     
    +
    + + +
    +

    FT_Gzip_Uncompress

    +

    Defined in FT_GZIP_H (ftgzip.h).

    +
       FT_EXPORT( FT_Error )
       FT_Gzip_Uncompress( FT_Memory       memory,
                           FT_Byte*        output,
                           FT_ULong*       output_len,
                           const FT_Byte*  input,
                           FT_ULong        input_len );
    +
    -

    -

    Decompress a zipped input buffer into an output buffer. This function is modeled after zlib's ‘uncompress’ function.

    -

    -
    input
    -

    - -
    memory + +

    input

    + + - -
    memory

    A FreeType memory handle.

    input +
    input

    The input buffer.

    input_len +
    input_len

    The length of the input buffer.

    -
    -
    output
    -

    - -
    output + +

    output

    + +
    output

    The output buffer.

    -
    -
    inout
    -

    - -
    output_len + +

    inout

    + +
    output_len

    Before calling the function, this is the the total size of the output buffer, which must be large enough to hold the entire uncompressed data (so the size of the uncompressed data must be known in advance). After calling the function, ‘output_len’ is the size of the used data in ‘output’.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    This function may return ‘FT_Err_Unimplemented_Feature’ if your build of FreeType was not compiled with zlib support.

    -
    -
    -
    - - -
    [Index][TOC]
    + +
    + diff --git a/freetype/docs/reference/ft2-header_file_macros.html b/freetype/docs/reference/ft2-header_file_macros.html index d703415de..35954db9a 100644 --- a/freetype/docs/reference/ft2-header_file_macros.html +++ b/freetype/docs/reference/ft2-header_file_macros.html @@ -3,73 +3,136 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    -Header File Macros -

    +

    Header File Macros

    Synopsis

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FT_CONFIG_CONFIG_HFT_LZW_H
    FT_CONFIG_STANDARD_LIBRARY_HFT_BZIP2_H
    FT_CONFIG_OPTIONS_HFT_WINFONTS_H
    FT_CONFIG_MODULES_HFT_GLYPH_H
    FT_FREETYPE_HFT_BITMAP_H
    FT_ERRORS_HFT_BBOX_H
    FT_MODULE_ERRORS_HFT_CACHE_H
    FT_SYSTEM_HFT_CACHE_IMAGE_H
    FT_IMAGE_HFT_CACHE_SMALL_BITMAPS_H
    FT_TYPES_HFT_CACHE_CHARMAP_H
    FT_LIST_HFT_MAC_H
    FT_OUTLINE_HFT_MULTIPLE_MASTERS_H
    FT_SIZES_HFT_SFNT_NAMES_H
    FT_MODULE_HFT_OPENTYPE_VALIDATE_H
    FT_RENDER_HFT_GX_VALIDATE_H
    FT_AUTOHINTER_HFT_PFR_H
    FT_CFF_DRIVER_HFT_STROKER_H
    FT_TRUETYPE_DRIVER_HFT_SYNTHESIS_H
    FT_TYPE1_TABLES_HFT_XFREE86_H
    FT_TRUETYPE_IDS_HFT_TRIGONOMETRY_H
    FT_TRUETYPE_TABLES_HFT_LCD_FILTER_H
    FT_TRUETYPE_TAGS_HFT_UNPATENTED_HINTING_H
    FT_BDF_HFT_INCREMENTAL_H
    FT_CID_HFT_GASP_H
    FT_GZIP_HFT_ADVANCES_H


    - -
    + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FT_CONFIG_CONFIG_HFT_LZW_H
    FT_CONFIG_STANDARD_LIBRARY_HFT_BZIP2_H
    FT_CONFIG_OPTIONS_HFT_WINFONTS_H
    FT_CONFIG_MODULES_HFT_GLYPH_H
    FT_FREETYPE_HFT_BITMAP_H
    FT_ERRORS_HFT_BBOX_H
    FT_MODULE_ERRORS_HFT_CACHE_H
    FT_SYSTEM_HFT_CACHE_IMAGE_H
    FT_IMAGE_HFT_CACHE_SMALL_BITMAPS_H
    FT_TYPES_HFT_CACHE_CHARMAP_H
    FT_LIST_HFT_MAC_H
    FT_OUTLINE_HFT_MULTIPLE_MASTERS_H
    FT_SIZES_HFT_SFNT_NAMES_H
    FT_MODULE_HFT_OPENTYPE_VALIDATE_H
    FT_RENDER_HFT_GX_VALIDATE_H
    FT_AUTOHINTER_HFT_PFR_H
    FT_CFF_DRIVER_HFT_STROKER_H
    FT_TRUETYPE_DRIVER_HFT_SYNTHESIS_H
    FT_TYPE1_TABLES_HFT_XFREE86_H
    FT_TRUETYPE_IDS_HFT_TRIGONOMETRY_H
    FT_TRUETYPE_TABLES_HFT_LCD_FILTER_H
    FT_TRUETYPE_TAGS_HFT_UNPATENTED_HINTING_H
    FT_BDF_HFT_INCREMENTAL_H
    FT_CID_HFT_GASP_H
    FT_GZIP_HFT_ADVANCES_H
    + +

    The following macros are defined to the name of specific FreeType 2 header files. They can be used directly in #include statements as in:

       #include FT_FREETYPE_H                                           
    @@ -78,825 +141,575 @@ Header File Macros
     

    There are several reasons why we are now using macros to name public header files. The first one is that such macros are not limited to the infamous 8.3 naming rule required by DOS (and ‘FT_MULTIPLE_MASTERS_H’ is a lot more meaningful than ‘ftmm.h’).

    The second reason is that it allows for more flexibility in the way FreeType 2 is installed on a given system.

    -

    -
    -

    FT_CONFIG_CONFIG_H

    -
     
    +
    +

    FT_CONFIG_CONFIG_H

    +
     #ifndef FT_CONFIG_CONFIG_H
     #define FT_CONFIG_CONFIG_H  <config/ftconfig.h>
     #endif
    +
    -

    -

    A macro used in #include statements to name the file containing FreeType 2 configuration data.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_CONFIG_STANDARD_LIBRARY_H

    -
    +
    + +
    +

    FT_CONFIG_STANDARD_LIBRARY_H

    +
     #ifndef FT_CONFIG_STANDARD_LIBRARY_H
     #define FT_CONFIG_STANDARD_LIBRARY_H  <config/ftstdlib.h>
     #endif
    +
    -

    -

    A macro used in #include statements to name the file containing FreeType 2 interface to the standard C library functions.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_CONFIG_OPTIONS_H

    -
    +
    + +
    +

    FT_CONFIG_OPTIONS_H

    +
     #ifndef FT_CONFIG_OPTIONS_H
     #define FT_CONFIG_OPTIONS_H  <config/ftoption.h>
     #endif
    +
    -

    -

    A macro used in #include statements to name the file containing FreeType 2 project-specific configuration options.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_CONFIG_MODULES_H

    -
    +
    + +
    +

    FT_CONFIG_MODULES_H

    +
     #ifndef FT_CONFIG_MODULES_H
     #define FT_CONFIG_MODULES_H  <config/ftmodule.h>
     #endif
    +
    -

    -

    A macro used in #include statements to name the file containing the list of FreeType 2 modules that are statically linked to new library instances in FT_Init_FreeType.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_FREETYPE_H

    -
    +
    + +
    +

    FT_FREETYPE_H

    +
     #define FT_FREETYPE_H  <freetype.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the base FreeType 2 API.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_ERRORS_H

    -
    +
    + +
    +

    FT_ERRORS_H

    +
     #define FT_ERRORS_H  <fterrors.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the list of FreeType 2 error codes (and messages).

    It is included by FT_FREETYPE_H.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_MODULE_ERRORS_H

    -
    +
    + +
    +

    FT_MODULE_ERRORS_H

    +
     #define FT_MODULE_ERRORS_H  <ftmoderr.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the list of FreeType 2 module error offsets (and messages).

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_SYSTEM_H

    -
    +
    + +
    +

    FT_SYSTEM_H

    +
     #define FT_SYSTEM_H  <ftsystem.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the FreeType 2 interface to low-level operations (i.e., memory management and stream i/o).

    It is included by FT_FREETYPE_H.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_IMAGE_H

    -
    +
    + +
    +

    FT_IMAGE_H

    +
     #define FT_IMAGE_H  <ftimage.h>
    +
    -

    -

    A macro used in #include statements to name the file containing type definitions related to glyph images (i.e., bitmaps, outlines, scan-converter parameters).

    It is included by FT_FREETYPE_H.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_TYPES_H

    -
    +
    + +
    +

    FT_TYPES_H

    +
     #define FT_TYPES_H  <fttypes.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the basic data types defined by FreeType 2.

    It is included by FT_FREETYPE_H.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_LIST_H

    -
    +
    + +
    +

    FT_LIST_H

    +
     #define FT_LIST_H  <ftlist.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the list management API of FreeType 2.

    (Most applications will never need to include this file.)

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_OUTLINE_H

    -
    +
    + +
    +

    FT_OUTLINE_H

    +
     #define FT_OUTLINE_H  <ftoutln.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the scalable outline management API of FreeType 2.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_SIZES_H

    -
    +
    + +
    +

    FT_SIZES_H

    +
     #define FT_SIZES_H  <ftsizes.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the API which manages multiple FT_Size objects per face.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_MODULE_H

    -
    +
    + +
    +

    FT_MODULE_H

    +
     #define FT_MODULE_H  <ftmodapi.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the module management API of FreeType 2.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_RENDER_H

    -
    +
    + +
    +

    FT_RENDER_H

    +
     #define FT_RENDER_H  <ftrender.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the renderer module management API of FreeType 2.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_AUTOHINTER_H

    -
    +
    + +
    +

    FT_AUTOHINTER_H

    +
     #define FT_AUTOHINTER_H  <ftautoh.h>
    +
    -

    -

    A macro used in #include statements to name the file containing structures and macros related to the auto-hinting module.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_CFF_DRIVER_H

    -
    +
    + +
    +

    FT_CFF_DRIVER_H

    +
     #define FT_CFF_DRIVER_H  <ftcffdrv.h>
    +
    -

    -

    A macro used in #include statements to name the file containing structures and macros related to the CFF driver module.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_TRUETYPE_DRIVER_H

    -
    +
    + +
    +

    FT_TRUETYPE_DRIVER_H

    +
     #define FT_TRUETYPE_DRIVER_H  <ftttdrv.h>
    +
    -

    -

    A macro used in #include statements to name the file containing structures and macros related to the TrueType driver module.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_TYPE1_TABLES_H

    -
    +
    + +
    +

    FT_TYPE1_TABLES_H

    +
     #define FT_TYPE1_TABLES_H  <t1tables.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the types and API specific to the Type 1 format.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_TRUETYPE_IDS_H

    -
    +
    + +
    +

    FT_TRUETYPE_IDS_H

    +
     #define FT_TRUETYPE_IDS_H  <ttnameid.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the enumeration values which identify name strings, languages, encodings, etc. This file really contains a large set of constant macro definitions, taken from the TrueType and OpenType specifications.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_TRUETYPE_TABLES_H

    -
    +
    + +
    +

    FT_TRUETYPE_TABLES_H

    +
     #define FT_TRUETYPE_TABLES_H  <tttables.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the types and API specific to the TrueType (as well as OpenType) format.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_TRUETYPE_TAGS_H

    -
    +
    + +
    +

    FT_TRUETYPE_TAGS_H

    +
     #define FT_TRUETYPE_TAGS_H  <tttags.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the definitions of TrueType four-byte ‘tags’ which identify blocks in SFNT-based font formats (i.e., TrueType and OpenType).

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_BDF_H

    -
    +
    + +
    +

    FT_BDF_H

    +
     #define FT_BDF_H  <ftbdf.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the definitions of an API which accesses BDF-specific strings from a face.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_CID_H

    -
    +
    + +
    +

    FT_CID_H

    +
     #define FT_CID_H  <ftcid.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the definitions of an API which access CID font information from a face.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_GZIP_H

    -
    +
    + +
    +

    FT_GZIP_H

    +
     #define FT_GZIP_H  <ftgzip.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the definitions of an API which supports gzip-compressed files.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_LZW_H

    -
    +
    + +
    +

    FT_LZW_H

    +
     #define FT_LZW_H  <ftlzw.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the definitions of an API which supports LZW-compressed files.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_BZIP2_H

    -
    +
    + +
    +

    FT_BZIP2_H

    +
     #define FT_BZIP2_H  <ftbzip2.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the definitions of an API which supports bzip2-compressed files.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_WINFONTS_H

    -
    +
    + +
    +

    FT_WINFONTS_H

    +
     #define FT_WINFONTS_H   <ftwinfnt.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the definitions of an API which supports Windows FNT files.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_GLYPH_H

    -
    +
    + +
    +

    FT_GLYPH_H

    +
     #define FT_GLYPH_H  <ftglyph.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the API of the optional glyph management component.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_BITMAP_H

    -
    +
    + +
    +

    FT_BITMAP_H

    +
     #define FT_BITMAP_H  <ftbitmap.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the API of the optional bitmap conversion component.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_BBOX_H

    -
    +
    + +
    +

    FT_BBOX_H

    +
     #define FT_BBOX_H  <ftbbox.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the API of the optional exact bounding box computation routines.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_CACHE_H

    -
    +
    + +
    +

    FT_CACHE_H

    +
     #define FT_CACHE_H  <ftcache.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the API of the optional FreeType 2 cache sub-system.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_CACHE_IMAGE_H

    -
    +
    + +
    +

    FT_CACHE_IMAGE_H

    +
     #define FT_CACHE_IMAGE_H  FT_CACHE_H
    +
    -

    -

    A macro used in #include statements to name the file containing the ‘glyph image’ API of the FreeType 2 cache sub-system.

    It is used to define a cache for FT_Glyph elements. You can also use the API defined in FT_CACHE_SMALL_BITMAPS_H if you only need to store small glyph bitmaps, as it will use less memory.

    This macro is deprecated. Simply include FT_CACHE_H to have all glyph image-related cache declarations.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_CACHE_SMALL_BITMAPS_H

    -
    +
    + +
    +

    FT_CACHE_SMALL_BITMAPS_H

    +
     #define FT_CACHE_SMALL_BITMAPS_H  FT_CACHE_H
    +
    -

    -

    A macro used in #include statements to name the file containing the ‘small bitmaps’ API of the FreeType 2 cache sub-system.

    It is used to define a cache for small glyph bitmaps in a relatively memory-efficient way. You can also use the API defined in FT_CACHE_IMAGE_H if you want to cache arbitrary glyph images, including scalable outlines.

    This macro is deprecated. Simply include FT_CACHE_H to have all small bitmaps-related cache declarations.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_CACHE_CHARMAP_H

    -
    +
    + +
    +

    FT_CACHE_CHARMAP_H

    +
     #define FT_CACHE_CHARMAP_H  FT_CACHE_H
    +
    -

    -

    A macro used in #include statements to name the file containing the ‘charmap’ API of the FreeType 2 cache sub-system.

    This macro is deprecated. Simply include FT_CACHE_H to have all charmap-based cache declarations.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_MAC_H

    -
    +
    + +
    +

    FT_MAC_H

    +
     #define FT_MAC_H  <ftmac.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the Macintosh-specific FreeType 2 API. The latter is used to access fonts embedded in resource forks.

    This header file must be explicitly included by client applications compiled on the Mac (note that the base API still works though).

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_MULTIPLE_MASTERS_H

    -
    +
    + +
    +

    FT_MULTIPLE_MASTERS_H

    +
     #define FT_MULTIPLE_MASTERS_H  <ftmm.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the optional multiple-masters management API of FreeType 2.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_SFNT_NAMES_H

    -
    +
    + +
    +

    FT_SFNT_NAMES_H

    +
     #define FT_SFNT_NAMES_H  <ftsnames.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the optional FreeType 2 API which accesses embedded ‘name’ strings in SFNT-based font formats (i.e., TrueType and OpenType).

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_OPENTYPE_VALIDATE_H

    -
    +
    + +
    +

    FT_OPENTYPE_VALIDATE_H

    +
     #define FT_OPENTYPE_VALIDATE_H  <ftotval.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the optional FreeType 2 API which validates OpenType tables (BASE, GDEF, GPOS, GSUB, JSTF).

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_GX_VALIDATE_H

    -
    +
    + +
    +

    FT_GX_VALIDATE_H

    +
     #define FT_GX_VALIDATE_H  <ftgxval.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the optional FreeType 2 API which validates TrueTypeGX/AAT tables (feat, mort, morx, bsln, just, kern, opbd, trak, prop).

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_PFR_H

    -
    +
    + +
    +

    FT_PFR_H

    +
     #define FT_PFR_H  <ftpfr.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the FreeType 2 API which accesses PFR-specific data.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_STROKER_H

    -
    +
    + +
    +

    FT_STROKER_H

    +
     #define FT_STROKER_H  <ftstroke.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the FreeType 2 API which provides functions to stroke outline paths.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_SYNTHESIS_H

    -
    +
    + +
    +

    FT_SYNTHESIS_H

    +
     #define FT_SYNTHESIS_H  <ftsynth.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the FreeType 2 API which performs artificial obliquing and emboldening.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_XFREE86_H

    -
    +
    + +
    +

    FT_XFREE86_H

    +
     #define FT_XFREE86_H  <ftxf86.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the FreeType 2 API which provides functions specific to the XFree86 and X.Org X11 servers.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_TRIGONOMETRY_H

    -
    +
    + +
    +

    FT_TRIGONOMETRY_H

    +
     #define FT_TRIGONOMETRY_H  <fttrigon.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the FreeType 2 API which performs trigonometric computations (e.g., cosines and arc tangents).

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_LCD_FILTER_H

    -
    +
    + +
    +

    FT_LCD_FILTER_H

    +
     #define FT_LCD_FILTER_H  <ftlcdfil.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the FreeType 2 API which performs color filtering for subpixel rendering.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_UNPATENTED_HINTING_H

    -
    +
    + +
    +

    FT_UNPATENTED_HINTING_H

    +
     #define FT_UNPATENTED_HINTING_H  <ttunpat.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the FreeType 2 API which performs color filtering for subpixel rendering.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_INCREMENTAL_H

    -
    +
    + +
    +

    FT_INCREMENTAL_H

    +
     #define FT_INCREMENTAL_H  <ftincrem.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the FreeType 2 API which performs color filtering for subpixel rendering.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_GASP_H

    -
    +
    + +
    +

    FT_GASP_H

    +
     #define FT_GASP_H  <ftgasp.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the FreeType 2 API which returns entries from the TrueType GASP table.

    -

    -
    -
    - - -
    [Index][TOC]
    -
    -

    FT_ADVANCES_H

    -
    +
    + +
    +

    FT_ADVANCES_H

    +
     #define FT_ADVANCES_H  <ftadvanc.h>
    +
    -

    -

    A macro used in #include statements to name the file containing the FreeType 2 API which returns individual and ranged glyph advances.

    -

    -
    -
    - - -
    [Index][TOC]
    + +
    + diff --git a/freetype/docs/reference/ft2-header_inclusion.html b/freetype/docs/reference/ft2-header_inclusion.html index 5ca09dcf7..4171decb0 100644 --- a/freetype/docs/reference/ft2-header_inclusion.html +++ b/freetype/docs/reference/ft2-header_inclusion.html @@ -3,44 +3,107 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    + +

    FreeType's header inclusion scheme

    -

    -FreeType's header inclusion scheme -

    -

    To be as flexible as possible (and for historical reasons), FreeType uses a very special inclusion scheme to load header files, for example

       #include <ft2build.h>                                            
    @@ -49,6 +112,6 @@ FreeType's header inclusion scheme
       #include FT_OUTLINE_H                                            
     

    A compiler and its preprocessor only needs an include path to find the file ‘ft2build.h’; the exact locations and names of the other FreeType header files are hidden by preprocessor macro names, loaded by ‘ft2build.h’. The API documentation always gives the header macro name needed for a particular function.

    -

    + diff --git a/freetype/docs/reference/ft2-incremental.html b/freetype/docs/reference/ft2-incremental.html index 423aa0bb3..26225c255 100644 --- a/freetype/docs/reference/ft2-incremental.html +++ b/freetype/docs/reference/ft2-incremental.html @@ -3,87 +3,140 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    -Incremental Loading -

    +

    Incremental Loading

    Synopsis

    - - - - - - -
    FT_IncrementalFT_Incremental_GetGlyphMetricsFunc
    FT_Incremental_MetricsRecFT_Incremental_FuncsRec
    FT_Incremental_MetricsFT_Incremental_InterfaceRec
    FT_Incremental_GetGlyphDataFuncFT_Incremental_Interface
    FT_Incremental_FreeGlyphDataFuncFT_PARAM_TAG_INCREMENTAL


    - -
    -

    This section contains various functions used to perform so-called ‘incremental’ glyph loading. This is a mode where all glyphs loaded from a given FT_Face are provided by the client application,

    + + + + + + +
    FT_IncrementalFT_Incremental_GetGlyphMetricsFunc
    FT_Incremental_MetricsRecFT_Incremental_FuncsRec
    FT_Incremental_MetricsFT_Incremental_InterfaceRec
    FT_Incremental_GetGlyphDataFuncFT_Incremental_Interface
    FT_Incremental_FreeGlyphDataFuncFT_PARAM_TAG_INCREMENTAL
    + + +

    This section contains various functions used to perform so-called ‘incremental’ glyph loading. This is a mode where all glyphs loaded from a given FT_Face are provided by the client application.

    Apart from that, all other tables are loaded normally from the font file. This mode is useful when FreeType is used within another engine, e.g., a PostScript Imaging Processor.

    To enable this mode, you must use FT_Open_Face, passing an FT_Parameter with the FT_PARAM_TAG_INCREMENTAL tag and an FT_Incremental_Interface value. See the comments for FT_Incremental_InterfaceRec for an example.

    -

    -
    -

    FT_Incremental

    -
    -Defined in FT_INCREMENTAL_H (ftincrem.h). -

    -
     
    +
    +

    FT_Incremental

    +

    Defined in FT_INCREMENTAL_H (ftincrem.h).

    +
       typedef struct FT_IncrementalRec_*  FT_Incremental;
    +
    -

    -

    An opaque type describing a user-provided object used to implement ‘incremental’ glyph loading within FreeType. This is used to support embedded fonts in certain environments (e.g., PostScript interpreters), where the glyph data isn't in the font file, or must be overridden by different values.

    -

    -
    note
    + +

    note

    It is up to client applications to create and implement FT_Incremental objects, as long as they provide implementations for the methods FT_Incremental_GetGlyphDataFunc, FT_Incremental_FreeGlyphDataFunc and FT_Incremental_GetGlyphMetricsFunc.

    See the description of FT_Incremental_InterfaceRec to understand how to use incremental objects with FreeType.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Incremental_MetricsRec

    -
    -Defined in FT_INCREMENTAL_H (ftincrem.h). -

    -
     
    +
    + + +
    +

    FT_Incremental_MetricsRec

    +

    Defined in FT_INCREMENTAL_H (ftincrem.h).

    +
       typedef struct  FT_Incremental_MetricsRec_
       {
         FT_Long  bearing_x;
    @@ -92,193 +145,152 @@ Defined in FT_INCREMENTAL_H (ftincrem.h).
         FT_Long  advance_v;     /* since 2.3.12 */
     
       } FT_Incremental_MetricsRec;
    +
    -

    -

    A small structure used to contain the basic glyph metrics returned by the FT_Incremental_GetGlyphMetricsFunc method.

    -

    -
    fields
    -

    - -
    bearing_x + +

    fields

    + + - - -
    bearing_x

    Left bearing, in font units.

    bearing_y +
    bearing_y

    Top bearing, in font units.

    advance +
    advance

    Horizontal component of glyph advance, in font units.

    advance_v +
    advance_v

    Vertical component of glyph advance, in font units.

    -
    -
    note
    + +

    note

    These correspond to horizontal or vertical metrics depending on the value of the ‘vertical’ argument to the function FT_Incremental_GetGlyphMetricsFunc.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Incremental_Metrics

    -
    -Defined in FT_INCREMENTAL_H (ftincrem.h). -

    -
     
    +
    + + +
    +

    FT_Incremental_Metrics

    +

    Defined in FT_INCREMENTAL_H (ftincrem.h).

    +
        typedef struct FT_Incremental_MetricsRec_*  FT_Incremental_Metrics;
    +
    -

    -

    A handle to an FT_Incremental_MetricsRec structure.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Incremental_GetGlyphDataFunc

    -
    -Defined in FT_INCREMENTAL_H (ftincrem.h). -

    -
     
    +
    + + +
    +

    FT_Incremental_GetGlyphDataFunc

    +

    Defined in FT_INCREMENTAL_H (ftincrem.h).

    +
       typedef FT_Error
       (*FT_Incremental_GetGlyphDataFunc)( FT_Incremental  incremental,
                                           FT_UInt         glyph_index,
                                           FT_Data*        adata );
    +
    -

    -

    A function called by FreeType to access a given glyph's data bytes during FT_Load_Glyph or FT_Load_Char if incremental loading is enabled.

    Note that the format of the glyph's data bytes depends on the font file format. For TrueType, it must correspond to the raw bytes within the ‘glyf’ table. For PostScript formats, it must correspond to the unencrypted charstring bytes, without any ‘lenIV’ header. It is undefined for any other format.

    -

    -
    input
    -

    - -
    incremental + +

    input

    + + -
    incremental

    Handle to an opaque FT_Incremental handle provided by the client application.

    glyph_index +
    glyph_index

    Index of relevant glyph.

    -
    -
    output
    -

    - -
    adata + +

    output

    + +
    adata

    A structure describing the returned glyph data bytes (which will be accessed as a read-only byte block).

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    If this function returns successfully the method FT_Incremental_FreeGlyphDataFunc will be called later to release the data bytes.

    Nested calls to FT_Incremental_GetGlyphDataFunc can happen for compound glyphs.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Incremental_FreeGlyphDataFunc

    -
    -Defined in FT_INCREMENTAL_H (ftincrem.h). -

    -
     
    +
    + + +
    +

    FT_Incremental_FreeGlyphDataFunc

    +

    Defined in FT_INCREMENTAL_H (ftincrem.h).

    +
       typedef void
       (*FT_Incremental_FreeGlyphDataFunc)( FT_Incremental  incremental,
                                            FT_Data*        data );
    +
    -

    -

    A function used to release the glyph data bytes returned by a successful call to FT_Incremental_GetGlyphDataFunc.

    -

    -
    input
    -

    - -
    incremental + +

    input

    + + -
    incremental

    A handle to an opaque FT_Incremental handle provided by the client application.

    data +
    data

    A structure describing the glyph data bytes (which will be accessed as a read-only byte block).

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Incremental_GetGlyphMetricsFunc

    -
    -Defined in FT_INCREMENTAL_H (ftincrem.h). -

    -
     
    +
    + + +
    +

    FT_Incremental_GetGlyphMetricsFunc

    +

    Defined in FT_INCREMENTAL_H (ftincrem.h).

    +
       typedef FT_Error
       (*FT_Incremental_GetGlyphMetricsFunc)
                           ( FT_Incremental              incremental,
                             FT_UInt                     glyph_index,
                             FT_Bool                     vertical,
                             FT_Incremental_MetricsRec  *ametrics );
    +
    -

    -

    A function used to retrieve the basic metrics of a given glyph index before accessing its data. This is necessary because, in certain formats like TrueType, the metrics are stored in a different place from the glyph images proper.

    -

    -
    input
    -

    - -
    incremental + +

    input

    + + - - -
    incremental

    A handle to an opaque FT_Incremental handle provided by the client application.

    glyph_index +
    glyph_index

    Index of relevant glyph.

    vertical +
    vertical

    If true, return vertical metrics.

    ametrics +
    ametrics

    This parameter is used for both input and output. The original glyph metrics, if any, in font units. If metrics are not available all the values must be set to zero.

    -
    -
    output
    -

    - -
    ametrics + +

    output

    + +
    ametrics

    The replacement glyph metrics in font units.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Incremental_FuncsRec

    -
    -Defined in FT_INCREMENTAL_H (ftincrem.h). -

    -
     
    +
    + + +
    +

    FT_Incremental_FuncsRec

    +

    Defined in FT_INCREMENTAL_H (ftincrem.h).

    +
       typedef struct  FT_Incremental_FuncsRec_
       {
         FT_Incremental_GetGlyphDataFunc     get_glyph_data;
    @@ -286,47 +298,38 @@ Defined in FT_INCREMENTAL_H (ftincrem.h).
         FT_Incremental_GetGlyphMetricsFunc  get_glyph_metrics;
     
       } FT_Incremental_FuncsRec;
    +
    -

    -

    A table of functions for accessing fonts that load data incrementally. Used in FT_Incremental_InterfaceRec.

    -

    -
    fields
    -

    - -
    get_glyph_data + +

    fields

    + + - -
    get_glyph_data

    The function to get glyph data. Must not be null.

    free_glyph_data +
    free_glyph_data

    The function to release glyph data. Must not be null.

    get_glyph_metrics +
    get_glyph_metrics

    The function to get glyph metrics. May be null if the font does not provide overriding glyph metrics.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Incremental_InterfaceRec

    -
    -Defined in FT_INCREMENTAL_H (ftincrem.h). -

    -
     
    +
    + + +
    +

    FT_Incremental_InterfaceRec

    +

    Defined in FT_INCREMENTAL_H (ftincrem.h).

    +
       typedef struct  FT_Incremental_InterfaceRec_
       {
         const FT_Incremental_FuncsRec*  funcs;
         FT_Incremental                  object;
     
       } FT_Incremental_InterfaceRec;
    +
    -

    -

    A structure to be used with FT_Open_Face to indicate that the user wants to support incremental glyph loading. You should use it with FT_PARAM_TAG_INCREMENTAL as in the following example:

       FT_Incremental_InterfaceRec  inc_int;
    @@ -352,50 +355,33 @@ Defined in FT_INCREMENTAL_H (ftincrem.h).
       error = FT_Open_Face( library, &open_args, index, &face );
       ...
     
    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Incremental_Interface

    -
    -Defined in FT_INCREMENTAL_H (ftincrem.h). -

    -
     
    +
    + + +
    +

    FT_Incremental_Interface

    +

    Defined in FT_INCREMENTAL_H (ftincrem.h).

    +
       typedef FT_Incremental_InterfaceRec*   FT_Incremental_Interface;
    +
    -

    -

    A pointer to an FT_Incremental_InterfaceRec structure.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_PARAM_TAG_INCREMENTAL

    -
    -Defined in FT_INCREMENTAL_H (ftincrem.h). -

    -
     
    +
    + + +
    +

    FT_PARAM_TAG_INCREMENTAL

    +

    Defined in FT_INCREMENTAL_H (ftincrem.h).

    +
     #define FT_PARAM_TAG_INCREMENTAL  FT_MAKE_TAG( 'i', 'n', 'c', 'r' )
    +
    -

    -

    A constant used as the tag of FT_Parameter structures to indicate an incremental loading object to be used by FreeType.

    -

    -
    -
    - - -
    [Index][TOC]
    + +
    + diff --git a/freetype/docs/reference/ft2-index.html b/freetype/docs/reference/ft2-index.html index ebe3c2d21..2e16e94a0 100644 --- a/freetype/docs/reference/ft2-index.html +++ b/freetype/docs/reference/ft2-index.html @@ -3,303 +3,379 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - -
    [TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
    BDF_PROPERTY_TYPE_ATOMFT_LCD_FILTER_DEFAULTFT_Stroker_New
    BDF_PROPERTY_TYPE_CARDINALFT_LCD_FILTER_HFT_Stroker_ParseOutline
    BDF_PROPERTY_TYPE_INTEGERFT_LCD_FILTER_LEGACYFT_Stroker_Rewind
    BDF_PROPERTY_TYPE_NONEFT_LCD_FILTER_LIGHTFT_Stroker_Set
    BDF_PropertyFT_LCD_FILTER_NONEFT_StrokerBorder
    BDF_PropertyRecFT_LcdFilterFT_SUBGLYPH_FLAG_2X2
    CID_FaceDictFT_LIST_HFT_SUBGLYPH_FLAG_ARGS_ARE_WORDS
    CID_FaceDictRecFT_LibraryFT_SUBGLYPH_FLAG_ARGS_ARE_XY_VALUES
    CID_FaceInfoFT_Library_SetLcdFilterFT_SUBGLYPH_FLAG_ROUND_XY_TO_GRID
    CID_FaceInfoRecFT_Library_SetLcdFilterWeightsFT_SUBGLYPH_FLAG_SCALE
    CID_InfoFT_Library_VersionFT_SUBGLYPH_FLAG_USE_MY_METRICS
    darkening-parametersFT_ListFT_SUBGLYPH_FLAG_XXX
    default-scriptFT_List_AddFT_SUBGLYPH_FLAG_XY_SCALE
    FREETYPE_MAJORFT_List_DestructorFT_SubGlyph
    FREETYPE_MINORFT_List_FinalizeFT_SYNTHESIS_H
    FREETYPE_PATCHFT_List_FindFT_SYSTEM_H
    FREETYPE_XXXFT_List_InsertFT_Tag
    FT_Activate_SizeFT_List_IterateFT_Tan
    FT_ADVANCE_FLAG_FAST_ONLYFT_List_IteratorFT_TRIGONOMETRY_H
    FT_ADVANCES_HFT_List_RemoveFT_TRUETYPE_DRIVER_H
    FT_Add_Default_ModulesFT_List_UpFT_TRUETYPE_ENGINE_TYPE_NONE
    FT_Add_ModuleFT_ListNodeFT_TRUETYPE_ENGINE_TYPE_PATENTED
    FT_Alloc_FuncFT_ListNodeRecFT_TRUETYPE_ENGINE_TYPE_UNPATENTED
    FT_ANGLE_2PIFT_ListRecFT_TRUETYPE_IDS_H
    FT_ANGLE_PIFT_LOAD_COLORFT_TRUETYPE_TABLES_H
    FT_ANGLE_PI2FT_LOAD_CROP_BITMAPFT_TRUETYPE_TAGS_H
    FT_ANGLE_PI4FT_LOAD_DEFAULTFT_TrueTypeEngineType
    FT_AngleFT_LOAD_FORCE_AUTOHINTFT_TrueTypeGX_Free
    FT_Angle_DiffFT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTHFT_TrueTypeGX_Validate
    FT_Atan2FT_LOAD_IGNORE_TRANSFORMFT_TYPE1_TABLES_H
    FT_Attach_FileFT_LOAD_LINEAR_DESIGNFT_TYPES_H
    FT_Attach_StreamFT_LOAD_MONOCHROMEFT_UFWord
    FT_AUTOHINTER_HFT_LOAD_NO_AUTOHINTFT_UInt
    FT_AUTOHINTER_SCRIPT_CJKFT_LOAD_NO_BITMAPFT_UInt16
    FT_AUTOHINTER_SCRIPT_INDICFT_LOAD_NO_HINTINGFT_UInt32
    FT_AUTOHINTER_SCRIPT_LATINFT_LOAD_NO_RECURSEFT_UInt64
    FT_AUTOHINTER_SCRIPT_NONEFT_LOAD_NO_SCALEFT_ULong
    FT_AUTOHINTER_SCRIPT_XXXFT_LOAD_PEDANTICFT_UNPATENTED_HINTING_H
    FT_BBOX_HFT_LOAD_RENDERFT_UnitVector
    FT_BBoxFT_LOAD_TARGET_LCDFT_UShort
    FT_BDF_HFT_LOAD_TARGET_LCD_VFT_VALIDATE_APPLE
    FT_BITMAP_HFT_LOAD_TARGET_LIGHTFT_VALIDATE_BASE
    FT_BitmapFT_LOAD_TARGET_MODEFT_VALIDATE_bsln
    FT_Bitmap_ConvertFT_LOAD_TARGET_MONOFT_VALIDATE_CKERN
    FT_Bitmap_CopyFT_LOAD_TARGET_NORMALFT_VALIDATE_CKERNXXX
    FT_Bitmap_DoneFT_LOAD_TARGET_XXXFT_VALIDATE_feat
    FT_Bitmap_EmboldenFT_LOAD_VERTICAL_LAYOUTFT_VALIDATE_GDEF
    FT_Bitmap_NewFT_LOAD_XXXFT_VALIDATE_GPOS
    FT_Bitmap_SizeFT_Load_CharFT_VALIDATE_GSUB
    FT_BitmapGlyphFT_Load_GlyphFT_VALIDATE_GX
    FT_BitmapGlyphRecFT_Load_Sfnt_TableFT_VALIDATE_GX_LENGTH
    FT_BoolFT_LongFT_VALIDATE_GXXXX
    FT_ByteFT_LZW_HFT_VALIDATE_JSTF
    FT_BytesFT_MAC_HFT_VALIDATE_just
    FT_BZIP2_HFT_MAKE_TAGFT_VALIDATE_kern
    FT_CACHE_CHARMAP_HFT_MatrixFT_VALIDATE_lcar
    FT_CACHE_HFT_Matrix_InvertFT_VALIDATE_MATH
    FT_CACHE_IMAGE_HFT_Matrix_MultiplyFT_VALIDATE_MS
    FT_CACHE_SMALL_BITMAPS_HFT_MemoryFT_VALIDATE_mort
    FT_CeilFixFT_MemoryRecFT_VALIDATE_morx
    FT_CFF_DRIVER_HFT_MM_AxisFT_VALIDATE_OT
    FT_CFF_HINTING_ADOBEFT_MM_VarFT_VALIDATE_OTXXX
    FT_CFF_HINTING_FREETYPEFT_MODULE_ERRORS_HFT_VALIDATE_opbd
    FT_CFF_HINTING_XXXFT_MODULE_HFT_VALIDATE_prop
    FT_CharFT_ModuleFT_VALIDATE_trak
    FT_CharMapFT_Module_ClassFT_Var_Axis
    FT_CharMapRecFT_Module_ConstructorFT_Var_Named_Style
    FT_CID_HFT_Module_DestructorFT_Vector
    FT_ClassicKern_FreeFT_Module_RequesterFT_Vector_From_Polar
    FT_ClassicKern_ValidateFT_MULTIPLE_MASTERS_HFT_Vector_Length
    FT_CONFIG_CONFIG_HFT_MulDivFT_Vector_Polarize
    FT_CONFIG_MODULES_HFT_MulFixFT_Vector_Rotate
    FT_CONFIG_OPTIONS_HFT_Multi_MasterFT_Vector_Transform
    FT_CONFIG_STANDARD_LIBRARY_HFT_New_FaceFT_Vector_Unit
    FT_CosFT_New_Face_From_FONDFT_WINFONTS_H
    FT_DataFT_New_Face_From_FSRefFT_WinFNT_Header
    FT_DivFixFT_New_Face_From_FSSpecFT_WinFNT_HeaderRec
    FT_Done_FaceFT_New_LibraryFT_WinFNT_ID_CP1250
    FT_Done_FreeTypeFT_New_Memory_FaceFT_WinFNT_ID_CP1251
    FT_Done_GlyphFT_New_SizeFT_WinFNT_ID_CP1252
    FT_Done_LibraryFT_OffsetFT_WinFNT_ID_CP1253
    FT_Done_SizeFT_OPEN_DRIVERFT_WinFNT_ID_CP1254
    FT_DriverFT_OPEN_MEMORYFT_WinFNT_ID_CP1255
    FT_ENC_TAGFT_OPEN_PARAMSFT_WinFNT_ID_CP1256
    FT_ENCODING_ADOBE_CUSTOMFT_OPEN_PATHNAMEFT_WinFNT_ID_CP1257
    FT_ENCODING_ADOBE_EXPERTFT_OPEN_STREAMFT_WinFNT_ID_CP1258
    FT_ENCODING_ADOBE_LATIN_1FT_OPEN_XXXFT_WinFNT_ID_CP1361
    FT_ENCODING_ADOBE_STANDARDFT_OPENTYPE_VALIDATE_HFT_WinFNT_ID_CP874
    FT_ENCODING_APPLE_ROMANFT_Open_ArgsFT_WinFNT_ID_CP932
    FT_ENCODING_BIG5FT_Open_FaceFT_WinFNT_ID_CP936
    FT_ENCODING_GB2312FT_OpenType_FreeFT_WinFNT_ID_CP949
    FT_ENCODING_JOHABFT_OpenType_ValidateFT_WinFNT_ID_CP950
    FT_ENCODING_MS_BIG5FT_ORIENTATION_FILL_LEFTFT_WinFNT_ID_DEFAULT
    FT_ENCODING_MS_GB2312FT_ORIENTATION_FILL_RIGHTFT_WinFNT_ID_MAC
    FT_ENCODING_MS_JOHABFT_ORIENTATION_NONEFT_WinFNT_ID_OEM
    FT_ENCODING_MS_SJISFT_ORIENTATION_POSTSCRIPTFT_WinFNT_ID_SYMBOL
    FT_ENCODING_MS_SYMBOLFT_ORIENTATION_TRUETYPEFT_WinFNT_ID_XXX
    FT_ENCODING_MS_WANSUNGFT_OrientationFT_XFREE86_H
    FT_ENCODING_NONEFT_OUTLINE_EVEN_ODD_FILLFTC_CMapCache
    FT_ENCODING_OLD_LATIN_2FT_OUTLINE_FLAGSFTC_CMapCache_Lookup
    FT_ENCODING_SJISFT_OUTLINE_HFTC_CMapCache_New
    FT_ENCODING_UNICODEFT_OUTLINE_HIGH_PRECISIONFTC_Face_Requester
    FT_ENCODING_WANSUNGFT_OUTLINE_IGNORE_DROPOUTSFTC_FaceID
    FT_EncodingFT_OUTLINE_INCLUDE_STUBSFTC_ImageCache
    FT_ERRORS_HFT_OUTLINE_NONEFTC_ImageCache_Lookup
    FT_ErrorFT_OUTLINE_OWNERFTC_ImageCache_LookupScaler
    FT_F26Dot6FT_OUTLINE_REVERSE_FILLFTC_ImageCache_New
    FT_F2Dot14FT_OUTLINE_SINGLE_PASSFTC_ImageType
    FT_FACE_FLAG_CID_KEYEDFT_OUTLINE_SMART_DROPOUTSFTC_ImageTypeRec
    FT_FACE_FLAG_COLORFT_OutlineFTC_Manager
    FT_FACE_FLAG_EXTERNAL_STREAMFT_Outline_CheckFTC_Manager_Done
    FT_FACE_FLAG_FAST_GLYPHSFT_Outline_ConicToFuncFTC_Manager_LookupFace
    FT_FACE_FLAG_FIXED_SIZESFT_Outline_CopyFTC_Manager_LookupSize
    FT_FACE_FLAG_FIXED_WIDTHFT_Outline_CubicToFuncFTC_Manager_New
    FT_FACE_FLAG_GLYPH_NAMESFT_Outline_DecomposeFTC_Manager_RemoveFaceID
    FT_FACE_FLAG_HINTERFT_Outline_DoneFTC_Manager_Reset
    FT_FACE_FLAG_HORIZONTALFT_Outline_EmboldenFTC_Node
    FT_FACE_FLAG_KERNINGFT_Outline_EmboldenXYFTC_Node_Unref
    FT_FACE_FLAG_MULTIPLE_MASTERSFT_Outline_FuncsFTC_SBit
    FT_FACE_FLAG_SCALABLEFT_Outline_Get_BBoxFTC_SBitCache
    FT_FACE_FLAG_SFNTFT_Outline_Get_BitmapFTC_SBitCache_Lookup
    FT_FACE_FLAG_TRICKYFT_Outline_Get_CBoxFTC_SBitCache_LookupScaler
    FT_FACE_FLAG_VERTICALFT_Outline_Get_OrientationFTC_SBitCache_New
    FT_FACE_FLAG_XXXFT_Outline_GetInsideBorderFTC_SBitRec
    FT_FaceFT_Outline_GetOutsideBorderFTC_Scaler
    FT_Face_CheckTrueTypePatentsFT_Outline_LineToFuncFTC_ScalerRec
    FT_Face_GetCharsOfVariantFT_Outline_MoveToFuncfallback-script
    FT_Face_GetCharVariantIndexFT_Outline_Newft_encoding_xxx
    FT_Face_GetCharVariantIsDefaultFT_Outline_Renderft_glyph_bbox_gridfit
    FT_Face_GetVariantSelectorsFT_Outline_Reverseft_glyph_bbox_pixels
    FT_Face_GetVariantsOfCharFT_Outline_Transformft_glyph_bbox_subpixels
    FT_Face_InternalFT_Outline_Translateft_glyph_bbox_truncate
    FT_Face_SetUnpatentedHintingFT_OutlineGlyphft_glyph_bbox_unscaled
    FT_FaceRecFT_OutlineGlyphRecft_glyph_bbox_xxx
    FT_FixedFT_PARAM_TAG_IGNORE_PREFERRED_FAMILYft_glyph_format_bitmap
    FT_FloorFixFT_PARAM_TAG_IGNORE_PREFERRED_SUBFAMILYft_glyph_format_composite
    FT_FREETYPE_HFT_PARAM_TAG_INCREMENTALft_glyph_format_none
    FT_Free_FuncFT_PARAM_TAG_UNPATENTED_HINTINGft_glyph_format_outline
    FT_FSTYPE_BITMAP_EMBEDDING_ONLYFT_Palette_Modeft_glyph_format_plotter
    FT_FSTYPE_EDITABLE_EMBEDDINGFT_Parameterft_glyph_format_xxx
    FT_FSTYPE_INSTALLABLE_EMBEDDINGFT_PFR_Hft_kerning_default
    FT_FSTYPE_NO_SUBSETTINGFT_PIXEL_MODE_BGRAft_kerning_unfitted
    FT_FSTYPE_PREVIEW_AND_PRINT_EMBEDDINGFT_PIXEL_MODE_GRAYft_kerning_unscaled
    FT_FSTYPE_RESTRICTED_LICENSE_EMBEDDINGFT_PIXEL_MODE_GRAY2ft_open_driver
    FT_FSTYPE_XXXFT_PIXEL_MODE_GRAY4ft_open_memory
    FT_FWordFT_PIXEL_MODE_LCDft_open_params
    FT_GASP_DO_GRAYFT_PIXEL_MODE_LCD_Vft_open_pathname
    FT_GASP_DO_GRIDFITFT_PIXEL_MODE_MONOft_open_stream
    FT_GASP_HFT_PIXEL_MODE_NONEft_outline_even_odd_fill
    FT_GASP_NO_TABLEFT_Pixel_Modeft_outline_flags
    FT_GASP_SYMMETRIC_GRIDFITFT_Pointerft_outline_high_precision
    FT_GASP_SYMMETRIC_SMOOTHINGFT_Posft_outline_ignore_dropouts
    FT_GASP_XXXFT_Prop_GlyphToScriptMapft_outline_none
    FT_GenericFT_Prop_IncreaseXHeightft_outline_owner
    FT_Generic_FinalizerFT_Property_Getft_outline_reverse_fill
    FT_Get_AdvanceFT_Property_Setft_outline_single_pass
    FT_Get_AdvancesFT_PropertyTypeft_palette_mode_rgb
    FT_Get_BDF_Charset_IDFT_PtrDistft_palette_mode_rgba
    FT_Get_BDF_PropertyFT_RASTER_FLAG_AAft_pixel_mode_grays
    FT_Get_Char_IndexFT_RASTER_FLAG_CLIPft_pixel_mode_mono
    FT_Get_Charmap_IndexFT_RASTER_FLAG_DEFAULTft_pixel_mode_none
    FT_Get_CID_From_Glyph_IndexFT_RASTER_FLAG_DIRECTft_pixel_mode_pal2
    FT_Get_CID_Is_Internally_CID_KeyedFT_RASTER_FLAG_XXXft_pixel_mode_pal4
    FT_Get_CID_Registry_Ordering_SupplementFT_Rasterft_pixel_mode_xxx
    FT_Get_CMap_FormatFT_Raster_BitSet_Funcft_render_mode_mono
    FT_Get_CMap_Language_IDFT_Raster_BitTest_Funcft_render_mode_normal
    FT_Get_First_CharFT_Raster_DoneFuncft_render_mode_xxx
    FT_Get_FSType_FlagsFT_Raster_Funcsglyph-to-script-map
    FT_Get_GaspFT_Raster_NewFunchinting-engine
    FT_Get_GlyphFT_Raster_Paramsincrease-x-height
    FT_Get_Glyph_NameFT_Raster_RenderFuncinterpreter-version
    FT_Get_KerningFT_Raster_ResetFuncno-stem-darkening
    FT_Get_MM_VarFT_Raster_SetModeFuncPS_Dict_Keys
    FT_Get_ModuleFT_RENDER_HPS_FontInfo
    FT_Get_Multi_MasterFT_RENDER_MODE_LCDPS_FontInfoRec
    FT_Get_Name_IndexFT_RENDER_MODE_LCD_VPS_Private
    FT_Get_Next_CharFT_RENDER_MODE_LIGHTPS_PrivateRec
    FT_Get_PFR_AdvanceFT_RENDER_MODE_MONOT1_Blend_Flags
    FT_Get_PFR_KerningFT_RENDER_MODE_NORMALT1_EncodingType
    FT_Get_PFR_MetricsFT_Realloc_FuncT1_FontInfo
    FT_Get_Postscript_NameFT_Reference_FaceT1_Private
    FT_Get_PS_Font_InfoFT_Reference_LibraryTT_ADOBE_ID_CUSTOM
    FT_Get_PS_Font_PrivateFT_Remove_ModuleTT_ADOBE_ID_EXPERT
    FT_Get_PS_Font_ValueFT_Render_GlyphTT_ADOBE_ID_LATIN_1
    FT_Get_RendererFT_Render_ModeTT_ADOBE_ID_STANDARD
    FT_Get_Sfnt_NameFT_RendererTT_ADOBE_ID_XXX
    FT_Get_Sfnt_Name_CountFT_Renderer_ClassTT_APPLE_ID_DEFAULT
    FT_Get_Sfnt_TableFT_Request_SizeTT_APPLE_ID_ISO_10646
    FT_Get_SubGlyph_InfoFT_RoundFixTT_APPLE_ID_UNICODE_1_1
    FT_Get_Track_KerningFT_Select_CharmapTT_APPLE_ID_UNICODE_2_0
    FT_Get_TrueType_Engine_TypeFT_Select_SizeTT_APPLE_ID_UNICODE_32
    FT_Get_WinFNT_HeaderFT_Set_Char_SizeTT_APPLE_ID_VARIANT_SELECTOR
    FT_Get_X11_Font_FormatFT_Set_CharmapTT_APPLE_ID_XXX
    FT_GetFile_From_Mac_ATS_NameFT_Set_Debug_HookTT_Header
    FT_GetFile_From_Mac_NameFT_Set_MM_Blend_CoordinatesTT_HoriHeader
    FT_GetFilePath_From_Mac_ATS_NameFT_Set_MM_Design_CoordinatesTT_INTERPRETER_VERSION_35
    FT_GLYPH_BBOX_GRIDFITFT_Set_Pixel_SizesTT_INTERPRETER_VERSION_38
    FT_GLYPH_BBOX_PIXELSFT_Set_RendererTT_INTERPRETER_VERSION_XXX
    FT_GLYPH_BBOX_SUBPIXELSFT_Set_TransformTT_ISO_ID_10646
    FT_GLYPH_BBOX_TRUNCATEFT_Set_Var_Blend_CoordinatesTT_ISO_ID_7BIT_ASCII
    FT_GLYPH_BBOX_UNSCALEDFT_Set_Var_Design_CoordinatesTT_ISO_ID_8859_1
    FT_GLYPH_FORMAT_BITMAPFT_SFNT_NAMES_HTT_ISO_ID_XXX
    FT_GLYPH_FORMAT_COMPOSITEFT_Sfnt_Table_InfoTT_MAC_ID_ARABIC
    FT_GLYPH_FORMAT_NONEFT_Sfnt_TagTT_MAC_ID_ARMENIAN
    FT_GLYPH_FORMAT_OUTLINEFT_SfntNameTT_MAC_ID_BENGALI
    FT_GLYPH_FORMAT_PLOTTERFT_ShortTT_MAC_ID_BURMESE
    FT_GLYPH_HFT_SIZE_REQUEST_TYPE_BBOXTT_MAC_ID_DEVANAGARI
    FT_GlyphFT_SIZE_REQUEST_TYPE_CELLTT_MAC_ID_GEEZ
    FT_Glyph_BBox_ModeFT_SIZE_REQUEST_TYPE_NOMINALTT_MAC_ID_GEORGIAN
    FT_Glyph_CopyFT_SIZE_REQUEST_TYPE_REAL_DIMTT_MAC_ID_GREEK
    FT_Glyph_FormatFT_SIZE_REQUEST_TYPE_SCALESTT_MAC_ID_GUJARATI
    FT_Glyph_Get_CBoxFT_SIZES_HTT_MAC_ID_GURMUKHI
    FT_Glyph_MetricsFT_SinTT_MAC_ID_HEBREW
    FT_Glyph_StrokeFT_SizeTT_MAC_ID_JAPANESE
    FT_Glyph_StrokeBorderFT_Size_InternalTT_MAC_ID_KANNADA
    FT_Glyph_To_BitmapFT_Size_MetricsTT_MAC_ID_KHMER
    FT_Glyph_TransformFT_Size_RequestTT_MAC_ID_KOREAN
    FT_GlyphRecFT_Size_Request_TypeTT_MAC_ID_LAOTIAN
    FT_GlyphSlotFT_Size_RequestRecTT_MAC_ID_MALAYALAM
    FT_GlyphSlot_Own_BitmapFT_SizeRecTT_MAC_ID_MALDIVIAN
    FT_GlyphSlotRecFT_Slot_InternalTT_MAC_ID_MONGOLIAN
    FT_GX_VALIDATE_HFT_SpanTT_MAC_ID_ORIYA
    FT_GZIP_HFT_SpanFuncTT_MAC_ID_ROMAN
    FT_Gzip_UncompressFT_STROKER_BORDER_LEFTTT_MAC_ID_RSYMBOL
    FT_HAS_COLORFT_STROKER_BORDER_RIGHTTT_MAC_ID_RUSSIAN
    FT_HAS_FAST_GLYPHSFT_STROKER_HTT_MAC_ID_SIMPLIFIED_CHINESE
    FT_HAS_FIXED_SIZESFT_STROKER_LINECAP_BUTTTT_MAC_ID_SINDHI
    FT_HAS_GLYPH_NAMESFT_STROKER_LINECAP_ROUNDTT_MAC_ID_SINHALESE
    FT_HAS_HORIZONTALFT_STROKER_LINECAP_SQUARETT_MAC_ID_SLAVIC
    FT_HAS_KERNINGFT_STROKER_LINEJOIN_BEVELTT_MAC_ID_TAMIL
    FT_HAS_MULTIPLE_MASTERSFT_STROKER_LINEJOIN_MITERTT_MAC_ID_TELUGU
    FT_HAS_VERTICALFT_STROKER_LINEJOIN_MITER_FIXEDTT_MAC_ID_THAI
    FT_Has_PS_Glyph_NamesFT_STROKER_LINEJOIN_MITER_VARIABLETT_MAC_ID_TIBETAN
    FT_IMAGE_HFT_STROKER_LINEJOIN_ROUNDTT_MAC_ID_TRADITIONAL_CHINESE
    FT_IMAGE_TAGFT_STYLE_FLAG_BOLDTT_MAC_ID_UNINTERP
    FT_INCREMENTAL_HFT_STYLE_FLAG_ITALICTT_MAC_ID_VIETNAMESE
    FT_IncrementalFT_STYLE_FLAG_XXXTT_MAC_ID_XXX
    FT_Incremental_FreeGlyphDataFuncFT_StreamTT_MaxProfile
    FT_Incremental_FuncsRecFT_Stream_CloseFuncTT_MS_ID_BIG_5
    FT_Incremental_GetGlyphDataFuncFT_Stream_IoFuncTT_MS_ID_GB2312
    FT_Incremental_GetGlyphMetricsFuncFT_Stream_OpenBzip2TT_MS_ID_JOHAB
    FT_Incremental_InterfaceFT_Stream_OpenGzipTT_MS_ID_SJIS
    FT_Incremental_InterfaceRecFT_Stream_OpenLZWTT_MS_ID_SYMBOL_CS
    FT_Incremental_MetricsFT_StreamDescTT_MS_ID_UCS_4
    FT_Incremental_MetricsRecFT_StreamRecTT_MS_ID_UNICODE_CS
    FT_Init_FreeTypeFT_StringTT_MS_ID_WANSUNG
    FT_IntFT_StrokerTT_MS_ID_XXX
    FT_Int16FT_Stroker_BeginSubPathTT_OS2
    FT_Int32FT_Stroker_ConicToTT_PCLT
    FT_Int64FT_Stroker_CubicToTT_PLATFORM_ADOBE
    FT_IS_CID_KEYEDFT_Stroker_DoneTT_PLATFORM_APPLE_UNICODE
    FT_IS_FIXED_WIDTHFT_Stroker_EndSubPathTT_PLATFORM_CUSTOM
    FT_IS_SCALABLEFT_Stroker_ExportTT_PLATFORM_ISO
    FT_IS_SFNTFT_Stroker_ExportBorderTT_PLATFORM_MACINTOSH
    FT_IS_TRICKYFT_Stroker_GetBorderCountsTT_PLATFORM_MICROSOFT
    FT_KERNING_DEFAULTFT_Stroker_GetCountsTT_PLATFORM_XXX
    FT_KERNING_UNFITTEDFT_Stroker_LineCapTT_Postscript
    FT_KERNING_UNSCALEDFT_Stroker_LineJoinTT_VertHeader
    FT_Kerning_ModeFT_Stroker_LineTo
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    BDF_PROPERTY_TYPE_ATOMFT_Library_SetLcdFilterWeightsFT_SYSTEM_H
    BDF_PROPERTY_TYPE_CARDINALFT_Library_VersionFT_Tag
    BDF_PROPERTY_TYPE_INTEGERFT_ListFT_Tan
    BDF_PROPERTY_TYPE_NONEFT_List_AddFT_TRIGONOMETRY_H
    BDF_PropertyFT_List_DestructorFT_TRUETYPE_DRIVER_H
    BDF_PropertyRecFT_List_FinalizeFT_TRUETYPE_ENGINE_TYPE_NONE
    BDF_PropertyTypeFT_List_FindFT_TRUETYPE_ENGINE_TYPE_PATENTED
    CID_FaceDictFT_List_InsertFT_TRUETYPE_ENGINE_TYPE_UNPATENTED
    CID_FaceDictRecFT_List_IterateFT_TRUETYPE_IDS_H
    CID_FaceInfoFT_List_IteratorFT_TRUETYPE_TABLES_H
    CID_FaceInfoRecFT_List_RemoveFT_TRUETYPE_TAGS_H
    CID_FontDictFT_List_UpFT_TrueTypeEngineType
    CID_InfoFT_ListNodeFT_TrueTypeGX_Free
    darkening-parametersFT_ListNodeRecFT_TrueTypeGX_Validate
    default-scriptFT_ListRecFT_TYPE1_TABLES_H
    FREETYPE_MAJORFT_LOAD_COLORFT_TYPES_H
    FREETYPE_MINORFT_LOAD_CROP_BITMAPFT_UFWord
    FREETYPE_PATCHFT_LOAD_DEFAULTFT_UInt
    FREETYPE_XXXFT_LOAD_FORCE_AUTOHINTFT_UInt16
    FT_Activate_SizeFT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTHFT_UInt32
    FT_ADVANCE_FLAG_FAST_ONLYFT_LOAD_IGNORE_TRANSFORMFT_UInt64
    FT_ADVANCES_HFT_LOAD_LINEAR_DESIGNFT_ULong
    FT_Add_Default_ModulesFT_LOAD_MONOCHROMEFT_UNPATENTED_HINTING_H
    FT_Add_ModuleFT_LOAD_NO_AUTOHINTFT_UnitVector
    FT_Alloc_FuncFT_LOAD_NO_BITMAPFT_UShort
    FT_ANGLE_2PIFT_LOAD_NO_HINTINGFT_VALIDATE_APPLE
    FT_ANGLE_PIFT_LOAD_NO_RECURSEFT_VALIDATE_BASE
    FT_ANGLE_PI2FT_LOAD_NO_SCALEFT_VALIDATE_bsln
    FT_ANGLE_PI4FT_LOAD_PEDANTICFT_VALIDATE_CKERN
    FT_AngleFT_LOAD_RENDERFT_VALIDATE_CKERNXXX
    FT_Angle_DiffFT_LOAD_TARGET_LCDFT_VALIDATE_feat
    FT_Atan2FT_LOAD_TARGET_LCD_VFT_VALIDATE_GDEF
    FT_Attach_FileFT_LOAD_TARGET_LIGHTFT_VALIDATE_GPOS
    FT_Attach_StreamFT_LOAD_TARGET_MODEFT_VALIDATE_GSUB
    FT_AUTOHINTER_HFT_LOAD_TARGET_MONOFT_VALIDATE_GX
    FT_AUTOHINTER_SCRIPT_CJKFT_LOAD_TARGET_NORMALFT_VALIDATE_GX_LENGTH
    FT_AUTOHINTER_SCRIPT_INDICFT_LOAD_TARGET_XXXFT_VALIDATE_GXXXX
    FT_AUTOHINTER_SCRIPT_LATINFT_LOAD_VERTICAL_LAYOUTFT_VALIDATE_JSTF
    FT_AUTOHINTER_SCRIPT_NONEFT_LOAD_XXXFT_VALIDATE_just
    FT_AUTOHINTER_SCRIPT_XXXFT_Load_CharFT_VALIDATE_kern
    FT_BBOX_HFT_Load_GlyphFT_VALIDATE_lcar
    FT_BBoxFT_Load_Sfnt_TableFT_VALIDATE_MATH
    FT_BDF_HFT_LongFT_VALIDATE_MS
    FT_BITMAP_HFT_LZW_HFT_VALIDATE_mort
    FT_BitmapFT_MAC_HFT_VALIDATE_morx
    FT_Bitmap_ConvertFT_MAKE_TAGFT_VALIDATE_OT
    FT_Bitmap_CopyFT_MatrixFT_VALIDATE_OTXXX
    FT_Bitmap_DoneFT_Matrix_InvertFT_VALIDATE_opbd
    FT_Bitmap_EmboldenFT_Matrix_MultiplyFT_VALIDATE_prop
    FT_Bitmap_NewFT_MemoryFT_VALIDATE_trak
    FT_Bitmap_SizeFT_MemoryRecFT_Var_Axis
    FT_BitmapGlyphFT_MM_AxisFT_Var_Named_Style
    FT_BitmapGlyphRecFT_MM_VarFT_Vector
    FT_BoolFT_MODULE_ERRORS_HFT_Vector_From_Polar
    FT_ByteFT_MODULE_HFT_Vector_Length
    FT_BytesFT_ModuleFT_Vector_Polarize
    FT_BZIP2_HFT_Module_ClassFT_Vector_Rotate
    FT_CACHE_CHARMAP_HFT_Module_ConstructorFT_Vector_Transform
    FT_CACHE_HFT_Module_DestructorFT_Vector_Unit
    FT_CACHE_IMAGE_HFT_Module_RequesterFT_WINFONTS_H
    FT_CACHE_SMALL_BITMAPS_HFT_MULTIPLE_MASTERS_HFT_WinFNT_Header
    FT_CeilFixFT_MulDivFT_WinFNT_HeaderRec
    FT_CFF_DRIVER_HFT_MulFixFT_WinFNT_ID_CP1250
    FT_CFF_HINTING_ADOBEFT_Multi_MasterFT_WinFNT_ID_CP1251
    FT_CFF_HINTING_FREETYPEFT_New_FaceFT_WinFNT_ID_CP1252
    FT_CFF_HINTING_XXXFT_New_Face_From_FONDFT_WinFNT_ID_CP1253
    FT_CharFT_New_Face_From_FSRefFT_WinFNT_ID_CP1254
    FT_CharMapFT_New_Face_From_FSSpecFT_WinFNT_ID_CP1255
    FT_CharMapRecFT_New_LibraryFT_WinFNT_ID_CP1256
    FT_CID_HFT_New_Memory_FaceFT_WinFNT_ID_CP1257
    FT_ClassicKern_FreeFT_New_SizeFT_WinFNT_ID_CP1258
    FT_ClassicKern_ValidateFT_OffsetFT_WinFNT_ID_CP1361
    FT_CONFIG_CONFIG_HFT_OPEN_DRIVERFT_WinFNT_ID_CP874
    FT_CONFIG_MODULES_HFT_OPEN_MEMORYFT_WinFNT_ID_CP932
    FT_CONFIG_OPTIONS_HFT_OPEN_PARAMSFT_WinFNT_ID_CP936
    FT_CONFIG_STANDARD_LIBRARY_HFT_OPEN_PATHNAMEFT_WinFNT_ID_CP949
    FT_CosFT_OPEN_STREAMFT_WinFNT_ID_CP950
    FT_DataFT_OPEN_XXXFT_WinFNT_ID_DEFAULT
    FT_DivFixFT_OPENTYPE_VALIDATE_HFT_WinFNT_ID_MAC
    FT_Done_FaceFT_Open_ArgsFT_WinFNT_ID_OEM
    FT_Done_FreeTypeFT_Open_FaceFT_WinFNT_ID_SYMBOL
    FT_Done_GlyphFT_OpenType_FreeFT_WinFNT_ID_XXX
    FT_Done_LibraryFT_OpenType_ValidateFT_XFREE86_H
    FT_Done_SizeFT_ORIENTATION_FILL_LEFTFTC_CMapCache
    FT_DriverFT_ORIENTATION_FILL_RIGHTFTC_CMapCache_Lookup
    FT_ENC_TAGFT_ORIENTATION_NONEFTC_CMapCache_New
    FT_ENCODING_ADOBE_CUSTOMFT_ORIENTATION_POSTSCRIPTFTC_Face_Requester
    FT_ENCODING_ADOBE_EXPERTFT_ORIENTATION_TRUETYPEFTC_FaceID
    FT_ENCODING_ADOBE_LATIN_1FT_OrientationFTC_ImageCache
    FT_ENCODING_ADOBE_STANDARDFT_OUTLINE_EVEN_ODD_FILLFTC_ImageCache_Lookup
    FT_ENCODING_APPLE_ROMANFT_OUTLINE_HFTC_ImageCache_LookupScaler
    FT_ENCODING_BIG5FT_OUTLINE_HIGH_PRECISIONFTC_ImageCache_New
    FT_ENCODING_GB2312FT_OUTLINE_IGNORE_DROPOUTSFTC_ImageType
    FT_ENCODING_JOHABFT_OUTLINE_INCLUDE_STUBSFTC_ImageTypeRec
    FT_ENCODING_MS_BIG5FT_OUTLINE_NONEFTC_Manager
    FT_ENCODING_MS_GB2312FT_OUTLINE_OWNERFTC_Manager_Done
    FT_ENCODING_MS_JOHABFT_OUTLINE_REVERSE_FILLFTC_Manager_LookupFace
    FT_ENCODING_MS_SJISFT_OUTLINE_SINGLE_PASSFTC_Manager_LookupSize
    FT_ENCODING_MS_SYMBOLFT_OUTLINE_SMART_DROPOUTSFTC_Manager_New
    FT_ENCODING_MS_WANSUNGFT_OUTLINE_XXXFTC_Manager_RemoveFaceID
    FT_ENCODING_NONEFT_OutlineFTC_Manager_Reset
    FT_ENCODING_OLD_LATIN_2FT_Outline_CheckFTC_Node
    FT_ENCODING_SJISFT_Outline_ConicToFuncFTC_Node_Unref
    FT_ENCODING_UNICODEFT_Outline_CopyFTC_SBit
    FT_ENCODING_WANSUNGFT_Outline_CubicToFuncFTC_SBitCache
    FT_EncodingFT_Outline_DecomposeFTC_SBitCache_Lookup
    FT_ERRORS_HFT_Outline_DoneFTC_SBitCache_LookupScaler
    FT_ErrorFT_Outline_EmboldenFTC_SBitCache_New
    FT_F26Dot6FT_Outline_EmboldenXYFTC_SBitRec
    FT_F2Dot14FT_Outline_FuncsFTC_Scaler
    FT_FACE_FLAG_CID_KEYEDFT_Outline_Get_BBoxFTC_ScalerRec
    FT_FACE_FLAG_COLORFT_Outline_Get_Bitmapfallback-script
    FT_FACE_FLAG_EXTERNAL_STREAMFT_Outline_Get_CBoxglyph-to-script-map
    FT_FACE_FLAG_FAST_GLYPHSFT_Outline_Get_Orientationhinting-engine
    FT_FACE_FLAG_FIXED_SIZESFT_Outline_GetInsideBorderincrease-x-height
    FT_FACE_FLAG_FIXED_WIDTHFT_Outline_GetOutsideBorderinterpreter-version
    FT_FACE_FLAG_GLYPH_NAMESFT_Outline_LineToFuncno-stem-darkening
    FT_FACE_FLAG_HINTERFT_Outline_MoveToFuncPS_DICT_BLUE_FUZZ
    FT_FACE_FLAG_HORIZONTALFT_Outline_NewPS_DICT_BLUE_SCALE
    FT_FACE_FLAG_KERNINGFT_Outline_RenderPS_DICT_BLUE_SHIFT
    FT_FACE_FLAG_MULTIPLE_MASTERSFT_Outline_ReversePS_DICT_BLUE_VALUE
    FT_FACE_FLAG_SCALABLEFT_Outline_TransformPS_DICT_CHAR_STRING
    FT_FACE_FLAG_SFNTFT_Outline_TranslatePS_DICT_CHAR_STRING_KEY
    FT_FACE_FLAG_TRICKYFT_OutlineGlyphPS_DICT_ENCODING_ENTRY
    FT_FACE_FLAG_VERTICALFT_OutlineGlyphRecPS_DICT_ENCODING_TYPE
    FT_FACE_FLAG_XXXFT_PARAM_TAG_IGNORE_PREFERRED_FAMILYPS_DICT_FAMILY_BLUE
    FT_FaceFT_PARAM_TAG_IGNORE_PREFERRED_SUBFAMILYPS_DICT_FAMILY_NAME
    FT_Face_CheckTrueTypePatentsFT_PARAM_TAG_INCREMENTALPS_DICT_FAMILY_OTHER_BLUE
    FT_Face_GetCharsOfVariantFT_PARAM_TAG_UNPATENTED_HINTINGPS_DICT_FONT_BBOX
    FT_Face_GetCharVariantIndexFT_ParameterPS_DICT_FONT_MATRIX
    FT_Face_GetCharVariantIsDefaultFT_PFR_HPS_DICT_FONT_NAME
    FT_Face_GetVariantSelectorsFT_PIXEL_MODE_BGRAPS_DICT_FONT_TYPE
    FT_Face_GetVariantsOfCharFT_PIXEL_MODE_GRAYPS_DICT_FORCE_BOLD
    FT_Face_InternalFT_PIXEL_MODE_GRAY2PS_DICT_FS_TYPE
    FT_Face_SetUnpatentedHintingFT_PIXEL_MODE_GRAY4PS_DICT_FULL_NAME
    FT_FaceRecFT_PIXEL_MODE_LCDPS_DICT_IS_FIXED_PITCH
    FT_FixedFT_PIXEL_MODE_LCD_VPS_DICT_ITALIC_ANGLE
    FT_FloorFixFT_PIXEL_MODE_MONOPS_DICT_LANGUAGE_GROUP
    FT_FREETYPE_HFT_PIXEL_MODE_NONEPS_DICT_LEN_IV
    FT_Free_FuncFT_Pixel_ModePS_DICT_MIN_FEATURE
    FT_FSTYPE_BITMAP_EMBEDDING_ONLYFT_PointerPS_DICT_NOTICE
    FT_FSTYPE_EDITABLE_EMBEDDINGFT_PosPS_DICT_NUM_BLUE_VALUES
    FT_FSTYPE_INSTALLABLE_EMBEDDINGFT_Prop_GlyphToScriptMapPS_DICT_NUM_CHAR_STRINGS
    FT_FSTYPE_NO_SUBSETTINGFT_Prop_IncreaseXHeightPS_DICT_NUM_FAMILY_BLUES
    FT_FSTYPE_PREVIEW_AND_PRINT_EMBEDDINGFT_Property_GetPS_DICT_NUM_FAMILY_OTHER_BLUES
    FT_FSTYPE_RESTRICTED_LICENSE_EMBEDDINGFT_Property_SetPS_DICT_NUM_OTHER_BLUES
    FT_FSTYPE_XXXFT_PtrDistPS_DICT_NUM_STEM_SNAP_H
    FT_FWordFT_RASTER_FLAG_AAPS_DICT_NUM_STEM_SNAP_V
    FT_GASP_DO_GRAYFT_RASTER_FLAG_CLIPPS_DICT_NUM_SUBRS
    FT_GASP_DO_GRIDFITFT_RASTER_FLAG_DEFAULTPS_DICT_OTHER_BLUE
    FT_GASP_HFT_RASTER_FLAG_DIRECTPS_DICT_PAINT_TYPE
    FT_GASP_NO_TABLEFT_RASTER_FLAG_XXXPS_DICT_PASSWORD
    FT_GASP_SYMMETRIC_GRIDFITFT_RasterPS_DICT_RND_STEM_UP
    FT_GASP_SYMMETRIC_SMOOTHINGFT_Raster_BitSet_FuncPS_DICT_STD_HW
    FT_GASP_XXXFT_Raster_BitTest_FuncPS_DICT_STD_VW
    FT_GenericFT_Raster_DoneFuncPS_DICT_STEM_SNAP_H
    FT_Generic_FinalizerFT_Raster_FuncsPS_DICT_STEM_SNAP_V
    FT_Get_AdvanceFT_Raster_NewFuncPS_DICT_SUBR
    FT_Get_AdvancesFT_Raster_ParamsPS_DICT_UNDERLINE_POSITION
    FT_Get_BDF_Charset_IDFT_Raster_RenderFuncPS_DICT_UNDERLINE_THICKNESS
    FT_Get_BDF_PropertyFT_Raster_ResetFuncPS_DICT_UNIQUE_ID
    FT_Get_Char_IndexFT_Raster_SetModeFuncPS_DICT_VERSION
    FT_Get_Charmap_IndexFT_RENDER_HPS_DICT_WEIGHT
    FT_Get_CID_From_Glyph_IndexFT_RENDER_MODE_LCDPS_Dict_Keys
    FT_Get_CID_Is_Internally_CID_KeyedFT_RENDER_MODE_LCD_VPS_FontInfo
    FT_Get_CID_Registry_Ordering_SupplementFT_RENDER_MODE_LIGHTPS_FontInfoRec
    FT_Get_CMap_FormatFT_RENDER_MODE_MONOPS_Private
    FT_Get_CMap_Language_IDFT_RENDER_MODE_NORMALPS_PrivateRec
    FT_Get_First_CharFT_Realloc_FuncT1_BLEND_BLUE_SCALE
    FT_Get_FSType_FlagsFT_Reference_FaceT1_BLEND_BLUE_SHIFT
    FT_Get_GaspFT_Reference_LibraryT1_BLEND_BLUE_VALUES
    FT_Get_GlyphFT_Remove_ModuleT1_BLEND_FAMILY_BLUES
    FT_Get_Glyph_NameFT_Render_GlyphT1_BLEND_FAMILY_OTHER_BLUES
    FT_Get_KerningFT_Render_ModeT1_BLEND_FORCE_BOLD
    FT_Get_MM_VarFT_RendererT1_BLEND_ITALIC_ANGLE
    FT_Get_ModuleFT_Renderer_ClassT1_BLEND_OTHER_BLUES
    FT_Get_Multi_MasterFT_Request_SizeT1_BLEND_STANDARD_HEIGHT
    FT_Get_Name_IndexFT_RoundFixT1_BLEND_STANDARD_WIDTH
    FT_Get_Next_CharFT_Select_CharmapT1_BLEND_STEM_SNAP_HEIGHTS
    FT_Get_PFR_AdvanceFT_Select_SizeT1_BLEND_STEM_SNAP_WIDTHS
    FT_Get_PFR_KerningFT_Set_Char_SizeT1_BLEND_UNDERLINE_POSITION
    FT_Get_PFR_MetricsFT_Set_CharmapT1_BLEND_UNDERLINE_THICKNESS
    FT_Get_Postscript_NameFT_Set_Debug_HookT1_Blend_Flags
    FT_Get_PS_Font_InfoFT_Set_MM_Blend_CoordinatesT1_ENCODING_TYPE_ARRAY
    FT_Get_PS_Font_PrivateFT_Set_MM_Design_CoordinatesT1_ENCODING_TYPE_EXPERT
    FT_Get_PS_Font_ValueFT_Set_Pixel_SizesT1_ENCODING_TYPE_ISOLATIN1
    FT_Get_RendererFT_Set_RendererT1_ENCODING_TYPE_NONE
    FT_Get_Sfnt_NameFT_Set_TransformT1_ENCODING_TYPE_STANDARD
    FT_Get_Sfnt_Name_CountFT_Set_Var_Blend_CoordinatesT1_EncodingType
    FT_Get_Sfnt_TableFT_Set_Var_Design_CoordinatesT1_FontInfo
    FT_Get_SubGlyph_InfoFT_SFNT_HEADT1_Private
    FT_Get_Track_KerningFT_SFNT_HHEATT_ADOBE_ID_CUSTOM
    FT_Get_TrueType_Engine_TypeFT_SFNT_MAXPTT_ADOBE_ID_EXPERT
    FT_Get_WinFNT_HeaderFT_SFNT_NAMES_HTT_ADOBE_ID_LATIN_1
    FT_Get_X11_Font_FormatFT_SFNT_OS2TT_ADOBE_ID_STANDARD
    FT_GetFile_From_Mac_ATS_NameFT_SFNT_PCLTTT_ADOBE_ID_XXX
    FT_GetFile_From_Mac_NameFT_SFNT_POSTTT_APPLE_ID_DEFAULT
    FT_GetFilePath_From_Mac_ATS_NameFT_SFNT_VHEATT_APPLE_ID_ISO_10646
    FT_GLYPH_BBOX_GRIDFITFT_Sfnt_Table_InfoTT_APPLE_ID_UNICODE_1_1
    FT_GLYPH_BBOX_PIXELSFT_Sfnt_TagTT_APPLE_ID_UNICODE_2_0
    FT_GLYPH_BBOX_SUBPIXELSFT_SfntNameTT_APPLE_ID_UNICODE_32
    FT_GLYPH_BBOX_TRUNCATEFT_ShortTT_APPLE_ID_VARIANT_SELECTOR
    FT_GLYPH_BBOX_UNSCALEDFT_SIZE_REQUEST_TYPE_BBOXTT_APPLE_ID_XXX
    FT_GLYPH_FORMAT_BITMAPFT_SIZE_REQUEST_TYPE_CELLTT_Header
    FT_GLYPH_FORMAT_COMPOSITEFT_SIZE_REQUEST_TYPE_NOMINALTT_HoriHeader
    FT_GLYPH_FORMAT_NONEFT_SIZE_REQUEST_TYPE_REAL_DIMTT_INTERPRETER_VERSION_35
    FT_GLYPH_FORMAT_OUTLINEFT_SIZE_REQUEST_TYPE_SCALESTT_INTERPRETER_VERSION_38
    FT_GLYPH_FORMAT_PLOTTERFT_SIZES_HTT_INTERPRETER_VERSION_XXX
    FT_GLYPH_HFT_SinTT_ISO_ID_10646
    FT_GlyphFT_SizeTT_ISO_ID_7BIT_ASCII
    FT_Glyph_BBox_ModeFT_Size_InternalTT_ISO_ID_8859_1
    FT_Glyph_CopyFT_Size_MetricsTT_ISO_ID_XXX
    FT_Glyph_FormatFT_Size_RequestTT_MAC_ID_ARABIC
    FT_Glyph_Get_CBoxFT_Size_Request_TypeTT_MAC_ID_ARMENIAN
    FT_Glyph_MetricsFT_Size_RequestRecTT_MAC_ID_BENGALI
    FT_Glyph_StrokeFT_SizeRecTT_MAC_ID_BURMESE
    FT_Glyph_StrokeBorderFT_Slot_InternalTT_MAC_ID_DEVANAGARI
    FT_Glyph_To_BitmapFT_SpanTT_MAC_ID_GEEZ
    FT_Glyph_TransformFT_SpanFuncTT_MAC_ID_GEORGIAN
    FT_GlyphRecFT_STROKER_BORDER_LEFTTT_MAC_ID_GREEK
    FT_GlyphSlotFT_STROKER_BORDER_RIGHTTT_MAC_ID_GUJARATI
    FT_GlyphSlot_Own_BitmapFT_STROKER_HTT_MAC_ID_GURMUKHI
    FT_GlyphSlotRecFT_STROKER_LINECAP_BUTTTT_MAC_ID_HEBREW
    FT_GX_VALIDATE_HFT_STROKER_LINECAP_ROUNDTT_MAC_ID_JAPANESE
    FT_GZIP_HFT_STROKER_LINECAP_SQUARETT_MAC_ID_KANNADA
    FT_Gzip_UncompressFT_STROKER_LINEJOIN_BEVELTT_MAC_ID_KHMER
    FT_HAS_COLORFT_STROKER_LINEJOIN_MITERTT_MAC_ID_KOREAN
    FT_HAS_FAST_GLYPHSFT_STROKER_LINEJOIN_MITER_FIXEDTT_MAC_ID_LAOTIAN
    FT_HAS_FIXED_SIZESFT_STROKER_LINEJOIN_MITER_VARIABLETT_MAC_ID_MALAYALAM
    FT_HAS_GLYPH_NAMESFT_STROKER_LINEJOIN_ROUNDTT_MAC_ID_MALDIVIAN
    FT_HAS_HORIZONTALFT_STYLE_FLAG_BOLDTT_MAC_ID_MONGOLIAN
    FT_HAS_KERNINGFT_STYLE_FLAG_ITALICTT_MAC_ID_ORIYA
    FT_HAS_MULTIPLE_MASTERSFT_STYLE_FLAG_XXXTT_MAC_ID_ROMAN
    FT_HAS_VERTICALFT_StreamTT_MAC_ID_RSYMBOL
    FT_Has_PS_Glyph_NamesFT_Stream_CloseFuncTT_MAC_ID_RUSSIAN
    FT_IMAGE_HFT_Stream_IoFuncTT_MAC_ID_SIMPLIFIED_CHINESE
    FT_IMAGE_TAGFT_Stream_OpenBzip2TT_MAC_ID_SINDHI
    FT_INCREMENTAL_HFT_Stream_OpenGzipTT_MAC_ID_SINHALESE
    FT_IncrementalFT_Stream_OpenLZWTT_MAC_ID_SLAVIC
    FT_Incremental_FreeGlyphDataFuncFT_StreamDescTT_MAC_ID_TAMIL
    FT_Incremental_FuncsRecFT_StreamRecTT_MAC_ID_TELUGU
    FT_Incremental_GetGlyphDataFuncFT_StringTT_MAC_ID_THAI
    FT_Incremental_GetGlyphMetricsFuncFT_StrokerTT_MAC_ID_TIBETAN
    FT_Incremental_InterfaceFT_Stroker_BeginSubPathTT_MAC_ID_TRADITIONAL_CHINESE
    FT_Incremental_InterfaceRecFT_Stroker_ConicToTT_MAC_ID_UNINTERP
    FT_Incremental_MetricsFT_Stroker_CubicToTT_MAC_ID_VIETNAMESE
    FT_Incremental_MetricsRecFT_Stroker_DoneTT_MAC_ID_XXX
    FT_Init_FreeTypeFT_Stroker_EndSubPathTT_MaxProfile
    FT_IntFT_Stroker_ExportTT_MS_ID_BIG_5
    FT_Int16FT_Stroker_ExportBorderTT_MS_ID_GB2312
    FT_Int32FT_Stroker_GetBorderCountsTT_MS_ID_JOHAB
    FT_Int64FT_Stroker_GetCountsTT_MS_ID_SJIS
    FT_IS_CID_KEYEDFT_Stroker_LineCapTT_MS_ID_SYMBOL_CS
    FT_IS_FIXED_WIDTHFT_Stroker_LineJoinTT_MS_ID_UCS_4
    FT_IS_SCALABLEFT_Stroker_LineToTT_MS_ID_UNICODE_CS
    FT_IS_SFNTFT_Stroker_NewTT_MS_ID_WANSUNG
    FT_IS_TRICKYFT_Stroker_ParseOutlineTT_MS_ID_XXX
    FT_KERNING_DEFAULTFT_Stroker_RewindTT_OS2
    FT_KERNING_UNFITTEDFT_Stroker_SetTT_PCLT
    FT_KERNING_UNSCALEDFT_StrokerBorderTT_PLATFORM_ADOBE
    FT_Kerning_ModeFT_SUBGLYPH_FLAG_2X2TT_PLATFORM_APPLE_UNICODE
    FT_LCD_FILTER_DEFAULTFT_SUBGLYPH_FLAG_ARGS_ARE_WORDSTT_PLATFORM_CUSTOM
    FT_LCD_FILTER_HFT_SUBGLYPH_FLAG_ARGS_ARE_XY_VALUESTT_PLATFORM_ISO
    FT_LCD_FILTER_LEGACYFT_SUBGLYPH_FLAG_ROUND_XY_TO_GRIDTT_PLATFORM_MACINTOSH
    FT_LCD_FILTER_LIGHTFT_SUBGLYPH_FLAG_SCALETT_PLATFORM_MICROSOFT
    FT_LCD_FILTER_NONEFT_SUBGLYPH_FLAG_USE_MY_METRICSTT_PLATFORM_XXX
    FT_LcdFilterFT_SUBGLYPH_FLAG_XXXTT_Postscript
    FT_LIST_HFT_SUBGLYPH_FLAG_XY_SCALETT_VertHeader
    FT_LibraryFT_SubGlyph
    FT_Library_SetLcdFilterFT_SYNTHESIS_H

    - -
    [TOC]
    + -
    generated on Thu Mar 6 23:13:44 2014
    +
    generated on Tue Dec 30 21:42:54 2014
    diff --git a/freetype/docs/reference/ft2-lcd_filtering.html b/freetype/docs/reference/ft2-lcd_filtering.html index ca3df8d85..768fbf02c 100644 --- a/freetype/docs/reference/ft2-lcd_filtering.html +++ b/freetype/docs/reference/ft2-lcd_filtering.html @@ -3,53 +3,116 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    -LCD Filtering -

    +

    LCD Filtering

    Synopsis

    - - - -
    FT_LcdFilterFT_Library_SetLcdFilterWeights
    FT_Library_SetLcdFilter


    + + + +
    FT_LcdFilterFT_Library_SetLcdFilterWeights
    FT_Library_SetLcdFilter
    + -

    The FT_Library_SetLcdFilter API can be used to specify a low-pass filter, which is then applied to LCD-optimized bitmaps generated through FT_Render_Glyph. This is useful to reduce color fringes that would occur with unfiltered rendering.

    Note that no filter is active by default, and that this function is not implemented in default builds of the library. You need to #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING in your ‘ftoption.h’ file in order to activate it.

    -

    FreeType generates alpha coverage maps, which are linear by nature. For instance, the value 0x80 in bitmap representation means that (within numerical precision) 0x80/0xff fraction of that pixel is covered by the glyph's outline. The blending function for placing text over a background is

    +

    FreeType generates alpha coverage maps, which are linear by nature. For instance, the value 0x80 in bitmap representation means that (within numerical precision) 0x80/0xFF fraction of that pixel is covered by the glyph's outline. The blending function for placing text over a background is

       dst = alpha * src + (1 - alpha) * dst    ,
     
    @@ -63,144 +126,120 @@ LCD Filtering [0x10, 0x50, 0x60, 0x50, 0x10] ,

    where ‘a’ has value 0x30 and ‘b’ value 0x20. The weights in filter may have a sum larger than 0x100, which increases coloration slightly but also improves contrast.

    -

    -
    -

    FT_LcdFilter

    -
    -Defined in FT_LCD_FILTER_H (ftlcdfil.h). -

    -
     
    +
    +

    FT_LcdFilter

    +

    Defined in FT_LCD_FILTER_H (ftlcdfil.h).

    +
       typedef enum  FT_LcdFilter_
       {
    -    FT_LCD_FILTER_NONE    = 0,
    -    FT_LCD_FILTER_DEFAULT = 1,
    -    FT_LCD_FILTER_LIGHT   = 2,
    -    FT_LCD_FILTER_LEGACY  = 16,
    +    FT_LCD_FILTER_NONE    = 0,
    +    FT_LCD_FILTER_DEFAULT = 1,
    +    FT_LCD_FILTER_LIGHT   = 2,
    +    FT_LCD_FILTER_LEGACY  = 16,
     
         FT_LCD_FILTER_MAX   /* do not remove */
     
       } FT_LcdFilter;
    +
    -

    -

    A list of values to identify various types of LCD filters.

    -

    -
    values
    -

    - -
    FT_LCD_FILTER_NONE + +

    values

    + + - - -
    FT_LCD_FILTER_NONE

    Do not perform filtering. When used with subpixel rendering, this results in sometimes severe color fringes.

    FT_LCD_FILTER_DEFAULT +
    FT_LCD_FILTER_DEFAULT

    The default filter reduces color fringes considerably, at the cost of a slight blurriness in the output.

    FT_LCD_FILTER_LIGHT +
    FT_LCD_FILTER_LIGHT

    The light filter is a variant that produces less blurriness at the cost of slightly more color fringes than the default one. It might be better, depending on taste, your monitor, or your personal vision.

    FT_LCD_FILTER_LEGACY +
    FT_LCD_FILTER_LEGACY

    This filter corresponds to the original libXft color filter. It provides high contrast output but can exhibit really bad color fringes if glyphs are not extremely well hinted to the pixel grid. In other words, it only works well if the TrueType bytecode interpreter is enabled and high-quality hinted fonts are used.

    This filter is only provided for comparison purposes, and might be disabled or stay unsupported in the future.

    -
    -
    since
    + +

    since

    2.3.0

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Library_SetLcdFilter

    -
    -Defined in FT_LCD_FILTER_H (ftlcdfil.h). -

    -
     
    +
    + + +
    +

    FT_Library_SetLcdFilter

    +

    Defined in FT_LCD_FILTER_H (ftlcdfil.h).

    +
       FT_EXPORT( FT_Error )
       FT_Library_SetLcdFilter( FT_Library    library,
                                FT_LcdFilter  filter );
    +
    -

    -

    This function is used to apply color filtering to LCD decimated bitmaps, like the ones used when calling FT_Render_Glyph with FT_RENDER_MODE_LCD or FT_RENDER_MODE_LCD_V.

    -

    -
    input
    -

    - -
    library + +

    input

    + + -
    library

    A handle to the target library instance.

    filter +
    filter

    The filter type.

    You can use FT_LCD_FILTER_NONE here to disable this feature, or FT_LCD_FILTER_DEFAULT to use a default filter that should work well on most LCD screens.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    This feature is always disabled by default. Clients must make an explicit call to this function with a ‘filter’ value other than FT_LCD_FILTER_NONE in order to enable it.

    Due to PATENTS covering subpixel rendering, this function doesn't do anything except returning ‘FT_Err_Unimplemented_Feature’ if the configuration macro FT_CONFIG_OPTION_SUBPIXEL_RENDERING is not defined in your build of the library, which should correspond to all default builds of FreeType.

    The filter affects glyph bitmaps rendered through FT_Render_Glyph, FT_Outline_Get_Bitmap, FT_Load_Glyph, and FT_Load_Char.

    It does not affect the output of FT_Outline_Render and FT_Outline_Get_Bitmap.

    If this feature is activated, the dimensions of LCD glyph bitmaps are either larger or taller than the dimensions of the corresponding outline with regards to the pixel grid. For example, for FT_RENDER_MODE_LCD, the filter adds up to 3 pixels to the left, and up to 3 pixels to the right.

    The bitmap offset values are adjusted correctly, so clients shouldn't need to modify their layout and glyph positioning code when enabling the filter.

    -
    -
    since
    + +

    since

    2.3.0

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Library_SetLcdFilterWeights

    -
    -Defined in FT_LCD_FILTER_H (ftlcdfil.h). -

    -
     
    +
    + + +
    +

    FT_Library_SetLcdFilterWeights

    +

    Defined in FT_LCD_FILTER_H (ftlcdfil.h).

    +
       FT_EXPORT( FT_Error )
       FT_Library_SetLcdFilterWeights( FT_Library      library,
                                       unsigned char  *weights );
    +
    -

    -

    Use this function to override the filter weights selected by FT_Library_SetLcdFilter. By default, FreeType uses the quintuple (0x00, 0x55, 0x56, 0x55, 0x00) for FT_LCD_FILTER_LIGHT, and (0x10, 0x40, 0x70, 0x40, 0x10) for FT_LCD_FILTER_DEFAULT and FT_LCD_FILTER_LEGACY.

    -

    -
    input
    -

    - -
    library + +

    input

    + + -
    library

    A handle to the target library instance.

    weights +
    weights

    A pointer to an array; the function copies the first five bytes and uses them to specify the filter weights.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    Due to PATENTS covering subpixel rendering, this function doesn't do anything except returning ‘FT_Err_Unimplemented_Feature’ if the configuration macro FT_CONFIG_OPTION_SUBPIXEL_RENDERING is not defined in your build of the library, which should correspond to all default builds of FreeType.

    This function must be called after FT_Library_SetLcdFilter to have any effect.

    -
    -
    since
    + +

    since

    2.4.0

    -
    -
    -
    - - -
    [Index][TOC]
    + +
    + diff --git a/freetype/docs/reference/ft2-list_processing.html b/freetype/docs/reference/ft2-list_processing.html index cf8ad8cbe..2617e504f 100644 --- a/freetype/docs/reference/ft2-list_processing.html +++ b/freetype/docs/reference/ft2-list_processing.html @@ -3,135 +3,173 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    -List Processing -

    +

    List Processing

    Synopsis

    - - - - - - -
    FT_ListFT_List_AddFT_List_Iterate
    FT_ListNodeFT_List_InsertFT_List_Destructor
    FT_ListRecFT_List_RemoveFT_List_Finalize
    FT_ListNodeRecFT_List_Up
    FT_List_FindFT_List_Iterator


    - -
    + + + + + + +
    FT_ListFT_List_AddFT_List_Iterate
    FT_ListNodeFT_List_InsertFT_List_Iterator
    FT_ListRecFT_List_FindFT_List_Finalize
    FT_ListNodeRecFT_List_RemoveFT_List_Destructor
     FT_List_Up
    + +

    This section contains various definitions related to list processing using doubly-linked nodes.

    -

    -
    -

    FT_List

    -
    -Defined in FT_TYPES_H (fttypes.h). -

    -
     
    +
    +

    FT_List

    +

    Defined in FT_TYPES_H (fttypes.h).

    +
       typedef struct FT_ListRec_*  FT_List;
    +
    -

    -

    A handle to a list record (see FT_ListRec).

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_ListNode

    -
    -Defined in FT_TYPES_H (fttypes.h). -

    -
     
    +
    + + +
    +

    FT_ListNode

    +

    Defined in FT_TYPES_H (fttypes.h).

    +
       typedef struct FT_ListNodeRec_*  FT_ListNode;
    +
    -

    -

    Many elements and objects in FreeType are listed through an FT_List record (see FT_ListRec). As its name suggests, an FT_ListNode is a handle to a single list element.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_ListRec

    -
    -Defined in FT_TYPES_H (fttypes.h). -

    -
     
    +
    + + +
    +

    FT_ListRec

    +

    Defined in FT_TYPES_H (fttypes.h).

    +
       typedef struct  FT_ListRec_
       {
         FT_ListNode  head;
         FT_ListNode  tail;
     
       } FT_ListRec;
    +
    -

    -

    A structure used to hold a simple doubly-linked list. These are used in many parts of FreeType.

    -

    -
    fields
    -

    - -
    head + +

    fields

    + + -

    The head (first element) of doubly-linked list.

    tail +
    tail

    The tail (last element) of doubly-linked list.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_ListNodeRec

    -
    -Defined in FT_TYPES_H (fttypes.h). -

    -
     
    +
    + + +
    +

    FT_ListNodeRec

    +

    Defined in FT_TYPES_H (fttypes.h).

    +
       typedef struct  FT_ListNodeRec_
       {
         FT_ListNode  prev;
    @@ -139,348 +177,270 @@ Defined in FT_TYPES_H (fttypes.h).
         void*        data;
     
       } FT_ListNodeRec;
    +
    -

    -

    A structure used to hold a single list element.

    -

    -
    fields
    -

    - -
    prev + +

    fields

    + + - -
    prev

    The previous element in the list. NULL if first.

    next +
    next

    The next element in the list. NULL if last.

    data +
    data

    A typeless pointer to the listed object.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_List_Find

    -
    -Defined in FT_LIST_H (ftlist.h). -

    -
     
    -  FT_EXPORT( FT_ListNode )
    -  FT_List_Find( FT_List  list,
    -                void*    data );
    -
    -

    -
    -

    Find the list node for a given listed object.

    -

    -
    input
    -

    - - - -
    list -

    A pointer to the parent list.

    -
    data -

    The address of the listed object.

    -
    -
    -
    return
    -

    List node. NULL if it wasn't found.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_List_Add

    -
    -Defined in FT_LIST_H (ftlist.h). -

    -
    +
    + +
    +

    FT_List_Add

    +

    Defined in FT_LIST_H (ftlist.h).

    +
       FT_EXPORT( void )
       FT_List_Add( FT_List      list,
                    FT_ListNode  node );
    +
    -

    -

    Append an element to the end of a list.

    -

    -
    inout
    -

    - -
    list + +

    inout

    + + -
    list

    A pointer to the parent list.

    node +
    node

    The node to append.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_List_Insert

    -
    -Defined in FT_LIST_H (ftlist.h). -

    -
     
    +
    + + +
    +

    FT_List_Insert

    +

    Defined in FT_LIST_H (ftlist.h).

    +
       FT_EXPORT( void )
       FT_List_Insert( FT_List      list,
                       FT_ListNode  node );
    +
    -

    -

    Insert an element at the head of a list.

    -

    -
    inout
    -

    - -
    list + +

    inout

    + + -
    list

    A pointer to parent list.

    node +
    node

    The node to insert.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_List_Remove

    -
    -Defined in FT_LIST_H (ftlist.h). -

    -
     
    +
    + + +
    +

    FT_List_Find

    +

    Defined in FT_LIST_H (ftlist.h).

    +
    +  FT_EXPORT( FT_ListNode )
    +  FT_List_Find( FT_List  list,
    +                void*    data );
    +
    + +

    Find the list node for a given listed object.

    + +

    input

    + + + +
    list +

    A pointer to the parent list.

    +
    data +

    The address of the listed object.

    +
    + +

    return

    +

    List node. NULL if it wasn't found.

    + +
    +
    + +
    +

    FT_List_Remove

    +

    Defined in FT_LIST_H (ftlist.h).

    +
       FT_EXPORT( void )
       FT_List_Remove( FT_List      list,
                       FT_ListNode  node );
    +
    -

    -

    Remove a node from a list. This function doesn't check whether the node is in the list!

    -

    -
    input
    -

    - -
    node + +

    input

    + +
    node

    The node to remove.

    -
    -
    inout
    -

    - -
    list + +

    inout

    + +
    list

    A pointer to the parent list.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_List_Up

    -
    -Defined in FT_LIST_H (ftlist.h). -

    -
     
    +
    + + +
    +

    FT_List_Up

    +

    Defined in FT_LIST_H (ftlist.h).

    +
       FT_EXPORT( void )
       FT_List_Up( FT_List      list,
                   FT_ListNode  node );
    +
    -

    -

    Move a node to the head/top of a list. Used to maintain LRU lists.

    -

    -
    inout
    -

    - -
    list + +

    inout

    + + -
    list

    A pointer to the parent list.

    node +
    node

    The node to move.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_List_Iterator

    -
    -Defined in FT_LIST_H (ftlist.h). -

    -
     
    -  typedef FT_Error
    -  (*FT_List_Iterator)( FT_ListNode  node,
    -                       void*        user );
    -
    -

    -
    -

    An FT_List iterator function that is called during a list parse by FT_List_Iterate.

    -

    -
    input
    -

    - - - -
    node -

    The current iteration list node.

    -
    user -

    A typeless pointer passed to FT_List_Iterate. Can be used to point to the iteration's state.

    -
    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_List_Iterate

    -
    -Defined in FT_LIST_H (ftlist.h). -

    -
    +
    + +
    +

    FT_List_Iterate

    +

    Defined in FT_LIST_H (ftlist.h).

    +
       FT_EXPORT( FT_Error )
       FT_List_Iterate( FT_List           list,
                        FT_List_Iterator  iterator,
                        void*             user );
    +
    -

    -

    Parse a list and calls a given iterator function on each element. Note that parsing is stopped as soon as one of the iterator calls returns a non-zero value.

    -

    -
    input
    -

    - -
    list + +

    input

    + + - -
    list

    A handle to the list.

    iterator +
    iterator

    An iterator function, called on each node of the list.

    user +
    user

    A user-supplied field that is passed as the second argument to the iterator.

    -
    -
    return
    + +

    return

    The result (a FreeType error code) of the last iterator call.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_List_Destructor

    -
    -Defined in FT_LIST_H (ftlist.h). -

    -
     
    -  typedef void
    -  (*FT_List_Destructor)( FT_Memory  memory,
    -                         void*      data,
    -                         void*      user );
    +
    + -

    -
    -

    An FT_List iterator function that is called during a list finalization by FT_List_Finalize to destroy all elements in a given list.

    -

    -
    input
    -

    - - -
    system -

    The current system object.

    -
    data -

    The current object to destroy.

    +
    +

    FT_List_Iterator

    +

    Defined in FT_LIST_H (ftlist.h).

    +
    +  typedef FT_Error
    +  (*FT_List_Iterator)( FT_ListNode  node,
    +                       void*        user );
    +
    + +

    An FT_List iterator function that is called during a list parse by FT_List_Iterate.

    + +

    input

    + + -
    node +

    The current iteration list node.

    user -

    A typeless pointer passed to FT_List_Iterate. It can be used to point to the iteration's state.

    +
    user +

    A typeless pointer passed to FT_List_Iterate. Can be used to point to the iteration's state.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_List_Finalize

    -
    -Defined in FT_LIST_H (ftlist.h). -

    -
     
    +
    + + +
    +

    FT_List_Finalize

    +

    Defined in FT_LIST_H (ftlist.h).

    +
       FT_EXPORT( void )
       FT_List_Finalize( FT_List             list,
                         FT_List_Destructor  destroy,
                         FT_Memory           memory,
                         void*               user );
    +
    -

    -

    Destroy all elements in the list as well as the list itself.

    -

    -
    input
    -

    - -
    list + +

    input

    + + - - -
    list

    A handle to the list.

    destroy -

    A list destructor that will be applied to each element of the list.

    +
    destroy +

    A list destructor that will be applied to each element of the list. Set this to NULL if not needed.

    memory +
    memory

    The current memory object that handles deallocation.

    user +
    user

    A user-supplied field that is passed as the last argument to the destructor.

    -
    -
    note
    + +

    note

    This function expects that all nodes added by FT_List_Add or FT_List_Insert have been dynamically allocated.

    -
    -
    -
    - - -
    [Index][TOC]
    + +
    + + +
    +

    FT_List_Destructor

    +

    Defined in FT_LIST_H (ftlist.h).

    +
    +  typedef void
    +  (*FT_List_Destructor)( FT_Memory  memory,
    +                         void*      data,
    +                         void*      user );
    +
    + +

    An FT_List iterator function that is called during a list finalization by FT_List_Finalize to destroy all elements in a given list.

    + +

    input

    + + + + +
    system +

    The current system object.

    +
    data +

    The current object to destroy.

    +
    user +

    A typeless pointer passed to FT_List_Iterate. It can be used to point to the iteration's state.

    +
    + +
    +
    diff --git a/freetype/docs/reference/ft2-lzw.html b/freetype/docs/reference/ft2-lzw.html index b45f8d814..5f500e643 100644 --- a/freetype/docs/reference/ft2-lzw.html +++ b/freetype/docs/reference/ft2-lzw.html @@ -3,92 +3,147 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    -LZW Streams -

    +

    LZW Streams

    Synopsis

    - - -
    FT_Stream_OpenLZW


    + + +
    FT_Stream_OpenLZW
    + -

    This section contains the declaration of LZW-specific functions.

    -

    -
    -

    FT_Stream_OpenLZW

    -
    -Defined in FT_LZW_H (ftlzw.h). -

    -
     
    +
    +

    FT_Stream_OpenLZW

    +

    Defined in FT_LZW_H (ftlzw.h).

    +
       FT_EXPORT( FT_Error )
       FT_Stream_OpenLZW( FT_Stream  stream,
                          FT_Stream  source );
    +
    -

    -

    Open a new stream to parse LZW-compressed font files. This is mainly used to support the compressed ‘*.pcf.Z’ fonts that come with XFree86.

    -

    -
    input
    -

    - -
    stream + +

    input

    + + -
    stream

    The target embedding stream.

    source +
    source

    The source stream.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    The source stream must be opened before calling this function.

    Calling the internal function ‘FT_Stream_Close’ on the new stream will not call ‘FT_Stream_Close’ on the source stream. None of the stream objects will be released to the heap.

    The stream implementation is very basic and resets the decompression process each time seeking backwards is needed within the stream

    In certain builds of the library, LZW compression recognition is automatically handled when calling FT_New_Face or FT_Open_Face. This means that if no font driver is capable of handling the raw compressed file, the library will try to open a LZW stream from it and re-open the face with it.

    This function may return ‘FT_Err_Unimplemented_Feature’ if your build of FreeType was not compiled with LZW support.

    -
    -
    -
    - - -
    [Index][TOC]
    + +
    + diff --git a/freetype/docs/reference/ft2-mac_specific.html b/freetype/docs/reference/ft2-mac_specific.html index 7b62628e2..ca66af63b 100644 --- a/freetype/docs/reference/ft2-mac_specific.html +++ b/freetype/docs/reference/ft2-mac_specific.html @@ -3,366 +3,372 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    -Mac Specific Interface -

    +

    Mac Specific Interface

    Synopsis

    - - - - -
    FT_New_Face_From_FONDFT_GetFilePath_From_Mac_ATS_Name
    FT_GetFile_From_Mac_NameFT_New_Face_From_FSSpec
    FT_GetFile_From_Mac_ATS_NameFT_New_Face_From_FSRef


    + + + + +
    FT_New_Face_From_FONDFT_GetFilePath_From_Mac_ATS_Name
    FT_GetFile_From_Mac_NameFT_New_Face_From_FSSpec
    FT_GetFile_From_Mac_ATS_NameFT_New_Face_From_FSRef
    + -

    The following definitions are only available if FreeType is compiled on a Macintosh.

    -

    -
    -

    FT_New_Face_From_FOND

    -
    -Defined in FT_MAC_H (ftmac.h). -

    -
     
    +
    +

    FT_New_Face_From_FOND

    +

    Defined in FT_MAC_H (ftmac.h).

    +
       FT_EXPORT( FT_Error )
       FT_New_Face_From_FOND( FT_Library  library,
                              Handle      fond,
                              FT_Long     face_index,
                              FT_Face    *aface )
                            FT_DEPRECATED_ATTRIBUTE;
    +
    -

    -

    Create a new face object from a FOND resource.

    -

    -
    inout
    -

    - -
    library + +

    inout

    + +
    library

    A handle to the library resource.

    -
    -
    input
    -

    - -
    fond + +

    input

    + + -
    fond

    A FOND resource.

    face_index +
    face_index

    Only supported for the -1 ‘sanity check’ special case.

    -
    -
    output
    -

    - -
    aface + +

    output

    + +
    aface

    A handle to a new face object.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    notes
    + +

    notes

    This function can be used to create FT_Face objects from fonts that are installed in the system as follows.

       fond = GetResource( 'FOND', fontName );                          
       error = FT_New_Face_From_FOND( library, fond, 0, &face );        
     
    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_GetFile_From_Mac_Name

    -
    -Defined in FT_MAC_H (ftmac.h). -

    -
     
    +
    + + +
    +

    FT_GetFile_From_Mac_Name

    +

    Defined in FT_MAC_H (ftmac.h).

    +
       FT_EXPORT( FT_Error )
       FT_GetFile_From_Mac_Name( const char*  fontName,
                                 FSSpec*      pathSpec,
                                 FT_Long*     face_index )
                               FT_DEPRECATED_ATTRIBUTE;
    +
    -

    -

    Return an FSSpec for the disk file containing the named font.

    -

    -
    input
    -

    - -
    fontName + +

    input

    + +
    fontName

    Mac OS name of the font (e.g., Times New Roman Bold).

    -
    -
    output
    -

    - -
    pathSpec + +

    output

    + + -
    pathSpec

    FSSpec to the file. For passing to FT_New_Face_From_FSSpec.

    face_index +
    face_index

    Index of the face. For passing to FT_New_Face_From_FSSpec.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_GetFile_From_Mac_ATS_Name

    -
    -Defined in FT_MAC_H (ftmac.h). -

    -
     
    +
    + + +
    +

    FT_GetFile_From_Mac_ATS_Name

    +

    Defined in FT_MAC_H (ftmac.h).

    +
       FT_EXPORT( FT_Error )
       FT_GetFile_From_Mac_ATS_Name( const char*  fontName,
                                     FSSpec*      pathSpec,
                                     FT_Long*     face_index )
                                   FT_DEPRECATED_ATTRIBUTE;
    +
    -

    -

    Return an FSSpec for the disk file containing the named font.

    -

    -
    input
    -

    - -
    fontName + +

    input

    + +
    fontName

    Mac OS name of the font in ATS framework.

    -
    -
    output
    -

    - -
    pathSpec + +

    output

    + + -
    pathSpec

    FSSpec to the file. For passing to FT_New_Face_From_FSSpec.

    face_index +
    face_index

    Index of the face. For passing to FT_New_Face_From_FSSpec.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_GetFilePath_From_Mac_ATS_Name

    -
    -Defined in FT_MAC_H (ftmac.h). -

    -
     
    +
    + + +
    +

    FT_GetFilePath_From_Mac_ATS_Name

    +

    Defined in FT_MAC_H (ftmac.h).

    +
       FT_EXPORT( FT_Error )
       FT_GetFilePath_From_Mac_ATS_Name( const char*  fontName,
                                         UInt8*       path,
                                         UInt32       maxPathSize,
                                         FT_Long*     face_index )
                                       FT_DEPRECATED_ATTRIBUTE;
    +
    -

    -

    Return a pathname of the disk file and face index for given font name that is handled by ATS framework.

    -

    -
    input
    -

    - -
    fontName + +

    input

    + +
    fontName

    Mac OS name of the font in ATS framework.

    -
    -
    output
    -

    - -
    path + +

    output

    + + - -
    path

    Buffer to store pathname of the file. For passing to FT_New_Face. The client must allocate this buffer before calling this function.

    maxPathSize +
    maxPathSize

    Lengths of the buffer ‘path’ that client allocated.

    face_index +
    face_index

    Index of the face. For passing to FT_New_Face.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_New_Face_From_FSSpec

    -
    -Defined in FT_MAC_H (ftmac.h). -

    -
     
    +
    + + +
    +

    FT_New_Face_From_FSSpec

    +

    Defined in FT_MAC_H (ftmac.h).

    +
       FT_EXPORT( FT_Error )
       FT_New_Face_From_FSSpec( FT_Library     library,
                                const FSSpec  *spec,
                                FT_Long        face_index,
                                FT_Face       *aface )
                              FT_DEPRECATED_ATTRIBUTE;
    +
    -

    -

    Create a new face object from a given resource and typeface index using an FSSpec to the font file.

    -

    -
    inout
    -

    - -
    library + +

    inout

    + +
    library

    A handle to the library resource.

    -
    -
    input
    -

    - -
    spec + +

    input

    + + -
    spec

    FSSpec to the font file.

    face_index +
    face_index

    The index of the face within the resource. The first face has index 0.

    -
    -
    output
    -

    - -
    aface + +

    output

    + +
    aface

    A handle to a new face object.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    FT_New_Face_From_FSSpec is identical to FT_New_Face except it accepts an FSSpec instead of a path.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_New_Face_From_FSRef

    -
    -Defined in FT_MAC_H (ftmac.h). -

    -
     
    +
    + + +
    +

    FT_New_Face_From_FSRef

    +

    Defined in FT_MAC_H (ftmac.h).

    +
       FT_EXPORT( FT_Error )
       FT_New_Face_From_FSRef( FT_Library    library,
                               const FSRef  *ref,
                               FT_Long       face_index,
                               FT_Face      *aface )
                             FT_DEPRECATED_ATTRIBUTE;
    +
    -

    -

    Create a new face object from a given resource and typeface index using an FSRef to the font file.

    -

    -
    inout
    -

    - -
    library + +

    inout

    + +
    library

    A handle to the library resource.

    -
    -
    input
    -

    - -
    spec + +

    input

    + + -
    spec

    FSRef to the font file.

    face_index +
    face_index

    The index of the face within the resource. The first face has index 0.

    -
    -
    output
    -

    - -
    aface + +

    output

    + +
    aface

    A handle to a new face object.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    FT_New_Face_From_FSRef is identical to FT_New_Face except it accepts an FSRef instead of a path.

    -
    -
    -
    - - -
    [Index][TOC]
    + +
    + diff --git a/freetype/docs/reference/ft2-module_management.html b/freetype/docs/reference/ft2-module_management.html index 754a648bf..a836715e2 100644 --- a/freetype/docs/reference/ft2-module_management.html +++ b/freetype/docs/reference/ft2-module_management.html @@ -3,54 +3,120 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    -Module Management -

    +

    Module Management

    Synopsis

    - - - - - - - -
    FT_Module_ConstructorFT_Remove_ModuleFT_Set_Debug_Hook
    FT_Module_DestructorFT_Property_SetFT_Add_Default_Modules
    FT_Module_RequesterFT_Property_GetFT_Renderer_Class
    FT_Module_ClassFT_Reference_LibraryFT_Get_Renderer
    FT_Add_ModuleFT_New_LibraryFT_Set_Renderer
    FT_Get_ModuleFT_Done_Library


    - -
    + + + + + + + + + + +
    FT_ModuleFT_Add_Default_ModulesFT_Renderer
    FT_Module_Constructor FT_Renderer_Class
    FT_Module_DestructorFT_Property_Set 
    FT_Module_RequesterFT_Property_GetFT_Get_Renderer
    FT_Module_Class FT_Set_Renderer
     FT_New_Library 
    FT_Add_ModuleFT_Done_LibraryFT_Set_Debug_Hook
    FT_Get_ModuleFT_Reference_Library 
    FT_Remove_Module FT_Driver
    + +

    The definitions below are used to manage modules within FreeType. Modules can be added, upgraded, and removed at runtime. Additionally, some module properties can be controlled also.

    Here is a list of possible values of the ‘module_name’ field in the FT_Module_Class structure.

    @@ -74,102 +140,87 @@ Module Management
       winfonts                                                         
     

    Note that the FreeType Cache sub-system is not a FreeType module.

    -

    -
    -

    FT_Module_Constructor

    -
    -Defined in FT_MODULE_H (ftmodapi.h). -

    -
     
    +
    +

    FT_Module

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +  typedef struct FT_ModuleRec_*  FT_Module;
    +
    + +

    A handle to a given FreeType module object. Each module can be a font driver, a renderer, or anything else that provides services to the formers.

    + +
    +
    + +
    +

    FT_Module_Constructor

    +

    Defined in FT_MODULE_H (ftmodapi.h).

    +
       typedef FT_Error
    -  (*FT_Module_Constructor)( FT_Module  module );
    +  (*FT_Module_Constructor)( FT_Module  module );
    +
    -

    -

    A function used to initialize (not create) a new module object.

    -

    -
    input
    -

    - -
    module + +

    input

    + +
    module

    The module to initialize.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Module_Destructor

    -
    -Defined in FT_MODULE_H (ftmodapi.h). -

    -
     
    +
    + + +
    +

    FT_Module_Destructor

    +

    Defined in FT_MODULE_H (ftmodapi.h).

    +
       typedef void
    -  (*FT_Module_Destructor)( FT_Module  module );
    +  (*FT_Module_Destructor)( FT_Module  module );
    +
    -

    -

    A function used to finalize (not destroy) a given module object.

    -

    -
    input
    -

    - -
    module + +

    input

    + +
    module

    The module to finalize.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Module_Requester

    -
    -Defined in FT_MODULE_H (ftmodapi.h). -

    -
     
    +
    + + +
    +

    FT_Module_Requester

    +

    Defined in FT_MODULE_H (ftmodapi.h).

    +
       typedef FT_Module_Interface
    -  (*FT_Module_Requester)( FT_Module    module,
    +  (*FT_Module_Requester)( FT_Module    module,
                               const char*  name );
    +
    -

    -

    A function used to query a given module for a specific interface.

    -

    -
    input
    -

    - -
    module + +

    input

    + + -
    module

    The module to be searched.

    name +
    name

    The name of the interface in the module.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Module_Class

    -
    -Defined in FT_MODULE_H (ftmodapi.h). -

    -
     
    +
    + + +
    +

    FT_Module_Class

    +

    Defined in FT_MODULE_H (ftmodapi.h).

    +
       typedef struct  FT_Module_Class_
       {
         FT_ULong               module_flags;
    @@ -185,209 +236,193 @@ Defined in FT_MODULE_H (ftmodapi.h).
         FT_Module_Requester    get_interface;
     
       } FT_Module_Class;
    +
    -

    -

    The module class descriptor.

    -

    -
    fields
    -

    - -
    module_flags + +

    fields

    + + - - - - - - -
    module_flags

    Bit flags describing the module.

    module_size +
    module_size

    The size of one module object/instance in bytes.

    module_name +
    module_name

    The name of the module.

    module_version +
    module_version

    The version, as a 16.16 fixed number (major.minor).

    module_requires +
    module_requires

    The version of FreeType this module requires, as a 16.16 fixed number (major.minor). Starts at version 2.0, i.e., 0x20000.

    module_init +
    module_init

    The initializing function.

    module_done +
    module_done

    The finalizing function.

    get_interface +
    get_interface

    The interface requesting function.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Add_Module

    -
    -Defined in FT_MODULE_H (ftmodapi.h). -

    -
     
    +
    + + +
    +

    FT_Add_Module

    +

    Defined in FT_MODULE_H (ftmodapi.h).

    +
       FT_EXPORT( FT_Error )
       FT_Add_Module( FT_Library              library,
                      const FT_Module_Class*  clazz );
    +
    -

    -

    Add a new module to a given library instance.

    -

    -
    inout
    -

    - -
    library + +

    inout

    + +
    library

    A handle to the library object.

    -
    -
    input
    -

    - -
    clazz + +

    input

    + +
    clazz

    A pointer to class descriptor for the module.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    An error will be returned if a module already exists by that name, or if the module requires a version of FreeType that is too great.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Get_Module

    -
    -Defined in FT_MODULE_H (ftmodapi.h). -

    -
    -
    -  FT_EXPORT( FT_Module )
    +
    +
    + + +
    +

    FT_Get_Module

    +

    Defined in FT_MODULE_H (ftmodapi.h).

    +
    +  FT_EXPORT( FT_Module )
       FT_Get_Module( FT_Library   library,
                      const char*  module_name );
    +
    -

    -

    Find a module by its name.

    -

    -
    input
    -

    - -
    library + +

    input

    + + -
    library

    A handle to the library object.

    module_name +
    module_name

    The module's name (as an ASCII string).

    -
    -
    return
    + +

    return

    A module handle. 0 if none was found.

    -
    -
    note
    + +

    note

    FreeType's internal modules aren't documented very well, and you should look up the source code for details.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Remove_Module

    -
    -Defined in FT_MODULE_H (ftmodapi.h). -

    -
     
    +
    + + +
    +

    FT_Remove_Module

    +

    Defined in FT_MODULE_H (ftmodapi.h).

    +
       FT_EXPORT( FT_Error )
       FT_Remove_Module( FT_Library  library,
    -                    FT_Module   module );
    +                    FT_Module   module );
    +
    -

    -

    Remove a given module from a library instance.

    -

    -
    inout
    -

    - -
    library + +

    inout

    + +
    library

    A handle to a library object.

    -
    -
    input
    -

    - -
    module + +

    input

    + +
    module

    A handle to a module object.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    The module object is destroyed by the function in case of success.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Property_Set

    -
    -Defined in FT_MODULE_H (ftmodapi.h). -

    -
     
    +
    + + +
    +

    FT_Add_Default_Modules

    +

    Defined in FT_MODULE_H (ftmodapi.h).

    +
    +  FT_EXPORT( void )
    +  FT_Add_Default_Modules( FT_Library  library );
    +
    + +

    Add the set of default drivers to a given library object. This is only useful when you create a library object with FT_New_Library (usually to plug a custom memory manager).

    + +

    inout

    + + +
    library +

    A handle to a new library object.

    +
    + +
    +
    + +
    +

    FT_Property_Set

    +

    Defined in FT_MODULE_H (ftmodapi.h).

    +
       FT_EXPORT( FT_Error )
       FT_Property_Set( FT_Library        library,
                        const FT_String*  module_name,
                        const FT_String*  property_name,
                        const void*       value );
    +
    -

    -

    Set a property for a given module.

    -

    -
    input
    -

    - -
    library + +

    input

    + + - - -
    library

    A handle to the library the module is part of.

    module_name +
    module_name

    The module name.

    property_name +
    property_name

    The property name. Properties are described in the ‘Synopsis’ subsection of the module's documentation.

    Note that only a few modules have properties.

    value +
    value

    A generic pointer to a variable or structure that gives the new value of the property. The exact definition of ‘value’ is dependent on the property; see the ‘Synopsis’ subsection of the module's documentation.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    If ‘module_name’ isn't a valid module name, or ‘property_name’ doesn't specify a valid property, or if ‘value’ doesn't represent a valid value for the given property, an error is returned.

    The following example sets property ‘bar’ (a simple integer) in module ‘foo’ to value 1.

    @@ -399,59 +434,50 @@ Defined in FT_MODULE_H (ftmodapi.h).
     

    Note that the FreeType Cache sub-system doesn't recognize module property changes. To avoid glyph lookup confusion within the cache you should call FTC_Manager_Reset to completely flush the cache if a module property gets changed after FTC_Manager_New has been called.

    It is not possible to set properties of the FreeType Cache sub-system itself with FT_Property_Set; use ?FTC_Property_Set? instead.

    -
    -
    since
    + +

    since

    2.4.11

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Property_Get

    -
    -Defined in FT_MODULE_H (ftmodapi.h). -

    -
     
    +
    + + +
    +

    FT_Property_Get

    +

    Defined in FT_MODULE_H (ftmodapi.h).

    +
       FT_EXPORT( FT_Error )
       FT_Property_Get( FT_Library        library,
                        const FT_String*  module_name,
                        const FT_String*  property_name,
                        void*             value );
    +
    -

    -

    Get a module's property value.

    -

    -
    input
    -

    - -
    library + +

    input

    + + - -
    library

    A handle to the library the module is part of.

    module_name +
    module_name

    The module name.

    property_name +
    property_name

    The property name. Properties are described in the ‘Synopsis’ subsection of the module's documentation.

    -
    -
    inout
    -

    - -
    value + +

    inout

    + +
    value

    A generic pointer to a variable or structure that gives the value of the property. The exact definition of ‘value’ is dependent on the property; see the ‘Synopsis’ subsection of the module's documentation.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    If ‘module_name’ isn't a valid module name, or ‘property_name’ doesn't specify a valid property, or if ‘value’ doesn't represent a valid value for the given property, an error is returned.

    The following example gets property ‘baz’ (a range) in module ‘foo’.

    @@ -468,210 +494,118 @@ Defined in FT_MODULE_H (ftmodapi.h).
       FT_Property_Get( library, "foo", "baz", &baz );
     

    It is not possible to retrieve properties of the FreeType Cache sub-system with FT_Property_Get; use ?FTC_Property_Get? instead.

    -
    -
    since
    -

    2.4.11

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Reference_Library

    -
    -Defined in FT_MODULE_H (ftmodapi.h). -

    -
     
    -  FT_EXPORT( FT_Error )
    -  FT_Reference_Library( FT_Library  library );
    +

    since

    +

    2.4.11

    -

    -
    -

    A counter gets initialized to 1 at the time an FT_Library structure is created. This function increments the counter. FT_Done_Library then only destroys a library if the counter is 1, otherwise it simply decrements the counter.

    -

    This function helps in managing life-cycles of structures that reference FT_Library objects.

    -

    -
    input
    -

    - - -
    library -

    A handle to a target library object.

    -
    -
    -
    return
    -

    FreeType error code. 0 means success.

    -
    -
    since
    -

    2.4.2

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_New_Library

    -
    -Defined in FT_MODULE_H (ftmodapi.h). -

    -
    +
    + +
    +

    FT_New_Library

    +

    Defined in FT_MODULE_H (ftmodapi.h).

    +
       FT_EXPORT( FT_Error )
       FT_New_Library( FT_Memory    memory,
                       FT_Library  *alibrary );
    +
    -

    -

    This function is used to create a new FreeType library instance from a given memory object. It is thus possible to use libraries with distinct memory allocators within the same program.

    Normally, you would call this function (followed by a call to FT_Add_Default_Modules or a series of calls to FT_Add_Module) instead of FT_Init_FreeType to initialize the FreeType library.

    Don't use FT_Done_FreeType but FT_Done_Library to destroy a library instance.

    -

    -
    input
    -

    - -
    memory + +

    input

    + +
    memory

    A handle to the original memory object.

    -
    -
    output
    -

    - -
    alibrary + +

    output

    + +
    alibrary

    A pointer to handle of a new library object.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    See the discussion of reference counters in the description of FT_Reference_Library.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Done_Library

    -
    -Defined in FT_MODULE_H (ftmodapi.h). -

    -
     
    +
    + + +
    +

    FT_Done_Library

    +

    Defined in FT_MODULE_H (ftmodapi.h).

    +
       FT_EXPORT( FT_Error )
       FT_Done_Library( FT_Library  library );
    +
    -

    -

    Discard a given library object. This closes all drivers and discards all resource objects.

    -

    -
    input
    -

    - -
    library + +

    input

    + +
    library

    A handle to the target library.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    See the discussion of reference counters in the description of FT_Reference_Library.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Set_Debug_Hook

    -
    -Defined in FT_MODULE_H (ftmodapi.h). -

    -
     
    -  FT_EXPORT( void )
    -  FT_Set_Debug_Hook( FT_Library         library,
    -                     FT_UInt            hook_index,
    -                     FT_DebugHook_Func  debug_hook );
    +
    + -

    -
    -

    Set a debug hook function for debugging the interpreter of a font format.

    -

    -
    inout
    -

    - - -
    library -

    A handle to the library object.

    -
    -
    -
    input
    -

    - - - -
    hook_index -

    The index of the debug hook. You should use the values defined in ‘ftobjs.h’, e.g., ‘FT_DEBUG_HOOK_TRUETYPE’.

    -
    debug_hook -

    The function used to debug the interpreter.

    -
    -
    -
    note
    -

    Currently, four debug hook slots are available, but only two (for the TrueType and the Type 1 interpreter) are defined.

    -

    Since the internal headers of FreeType are no longer installed, the symbol ‘FT_DEBUG_HOOK_TRUETYPE’ isn't available publicly. This is a bug and will be fixed in a forthcoming release.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Add_Default_Modules

    -
    -Defined in FT_MODULE_H (ftmodapi.h). -

    -
    +
    +

    FT_Reference_Library

    +

    Defined in FT_MODULE_H (ftmodapi.h).

    +
    +  FT_EXPORT( FT_Error )
    +  FT_Reference_Library( FT_Library  library );
    +
    - FT_EXPORT( void ) - FT_Add_Default_Modules( FT_Library library ); +

    A counter gets initialized to 1 at the time an FT_Library structure is created. This function increments the counter. FT_Done_Library then only destroys a library if the counter is 1, otherwise it simply decrements the counter.

    +

    This function helps in managing life-cycles of structures that reference FT_Library objects.

    -

    -
    -

    Add the set of default drivers to a given library object. This is only useful when you create a library object with FT_New_Library (usually to plug a custom memory manager).

    -

    -
    inout
    -

    - -
    library -

    A handle to a new library object.

    +

    input

    + +
    library +

    A handle to a target library object.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Renderer_Class

    -
    -Defined in FT_RENDER_H (ftrender.h). -

    -
     
    +

    return

    +

    FreeType error code. 0 means success.

    + +

    since

    +

    2.4.2

    + +
    + + +
    +

    FT_Renderer

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +  typedef struct FT_RendererRec_*  FT_Renderer;
    +
    + +

    A handle to a given FreeType renderer. A renderer is a special module in charge of converting a glyph image to a bitmap, when necessary. Each renderer supports a given glyph image format, and one or more target surface depths.

    + +
    +
    + +
    +

    FT_Renderer_Class

    +

    Defined in FT_RENDER_H (ftrender.h).

    +
       typedef struct  FT_Renderer_Class_
       {
         FT_Module_Class            root;
    @@ -686,134 +620,160 @@ Defined in FT_RENDER_H (ftrender.h).
         FT_Raster_Funcs*           raster_class;
     
       } FT_Renderer_Class;
    +
    -

    -

    The renderer module class descriptor.

    -

    -
    fields
    -

    - -
    root + +

    fields

    + + - - - - - -
    root

    The root FT_Module_Class fields.

    glyph_format +
    glyph_format

    The glyph image format this renderer handles.

    render_glyph +
    render_glyph

    A method used to render the image that is in a given glyph slot into a bitmap.

    transform_glyph +
    transform_glyph

    A method used to transform the image that is in a given glyph slot.

    get_glyph_cbox +
    get_glyph_cbox

    A method used to access the glyph's cbox.

    set_mode +
    set_mode

    A method used to pass additional parameters.

    raster_class +
    raster_class

    For FT_GLYPH_FORMAT_OUTLINE renderers only. This is a pointer to its raster's class.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Get_Renderer

    -
    -Defined in FT_RENDER_H (ftrender.h). -

    -
    -
    -  FT_EXPORT( FT_Renderer )
    +
    +
    + + +
    +

    FT_Get_Renderer

    +

    Defined in FT_RENDER_H (ftrender.h).

    +
    +  FT_EXPORT( FT_Renderer )
       FT_Get_Renderer( FT_Library       library,
                        FT_Glyph_Format  format );
    +
    -

    -

    Retrieve the current renderer for a given glyph format.

    -

    -
    input
    -

    - -
    library + +

    input

    + + -
    library

    A handle to the library object.

    format +
    format

    The glyph format.

    -
    -
    return
    + +

    return

    A renderer handle. 0 if none found.

    -
    -
    note
    + +

    note

    An error will be returned if a module already exists by that name, or if the module requires a version of FreeType that is too great.

    To add a new renderer, simply use FT_Add_Module. To retrieve a renderer by its name, use FT_Get_Module.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Set_Renderer

    -
    -Defined in FT_RENDER_H (ftrender.h). -

    -
     
    +
    + + +
    +

    FT_Set_Renderer

    +

    Defined in FT_RENDER_H (ftrender.h).

    +
       FT_EXPORT( FT_Error )
       FT_Set_Renderer( FT_Library     library,
    -                   FT_Renderer    renderer,
    +                   FT_Renderer    renderer,
                        FT_UInt        num_params,
                        FT_Parameter*  parameters );
    +
    -

    -

    Set the current renderer to use, and set additional mode.

    -

    -
    inout
    -

    - -
    library + +

    inout

    + +
    library

    A handle to the library object.

    -
    -
    input
    -

    - -
    renderer + +

    input

    + + - -
    renderer

    A handle to the renderer object.

    num_params +
    num_params

    The number of additional parameters.

    parameters +
    parameters

    Additional parameters.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    In case of success, the renderer will be used to convert glyph images in the renderer's known format into bitmaps.

    This doesn't change the current renderer for other formats.

    Currently, only the B/W renderer, if compiled with FT_RASTER_OPTION_ANTI_ALIASING (providing a 5-levels anti-aliasing mode; this option must be set directly in ‘ftraster.c’ and is undefined by default) accepts a single tag ‘pal5’ to set its gray palette as a character string with 5 elements. Consequently, the third and fourth argument are zero normally.

    -
    -
    -
    - - -
    [Index][TOC]
    + +
    + + +
    +

    FT_Set_Debug_Hook

    +

    Defined in FT_MODULE_H (ftmodapi.h).

    +
    +  FT_EXPORT( void )
    +  FT_Set_Debug_Hook( FT_Library         library,
    +                     FT_UInt            hook_index,
    +                     FT_DebugHook_Func  debug_hook );
    +
    + +

    Set a debug hook function for debugging the interpreter of a font format.

    + +

    inout

    + + +
    library +

    A handle to the library object.

    +
    + +

    input

    + + + +
    hook_index +

    The index of the debug hook. You should use the values defined in ‘ftobjs.h’, e.g., ‘FT_DEBUG_HOOK_TRUETYPE’.

    +
    debug_hook +

    The function used to debug the interpreter.

    +
    + +

    note

    +

    Currently, four debug hook slots are available, but only two (for the TrueType and the Type 1 interpreter) are defined.

    +

    Since the internal headers of FreeType are no longer installed, the symbol ‘FT_DEBUG_HOOK_TRUETYPE’ isn't available publicly. This is a bug and will be fixed in a forthcoming release.

    + +
    +
    + +
    +

    FT_Driver

    +

    Defined in FT_FREETYPE_H (freetype.h).

    +
    +  typedef struct FT_DriverRec_*  FT_Driver;
    +
    + +

    A handle to a given FreeType font driver object. Each font driver is a special module capable of creating faces from font files.

    + +
    +
    diff --git a/freetype/docs/reference/ft2-multiple_masters.html b/freetype/docs/reference/ft2-multiple_masters.html index efb630aa7..ba5115b81 100644 --- a/freetype/docs/reference/ft2-multiple_masters.html +++ b/freetype/docs/reference/ft2-multiple_masters.html @@ -3,64 +3,124 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    -Multiple Masters -

    +

    Multiple Masters

    Synopsis

    - - - - - - - -
    FT_MM_AxisFT_Get_MM_Var
    FT_Multi_MasterFT_Set_MM_Design_Coordinates
    FT_Var_AxisFT_Set_Var_Design_Coordinates
    FT_Var_Named_StyleFT_Set_MM_Blend_Coordinates
    FT_MM_VarFT_Set_Var_Blend_Coordinates
    FT_Get_Multi_Master


    - -
    + + + + + + + +
    FT_MM_AxisFT_Get_MM_Var
    FT_Multi_MasterFT_Set_MM_Design_Coordinates
    FT_Var_AxisFT_Set_Var_Design_Coordinates
    FT_Var_Named_StyleFT_Set_MM_Blend_Coordinates
    FT_MM_VarFT_Set_Var_Blend_Coordinates
    FT_Get_Multi_Master
    + +

    The following types and functions are used to manage Multiple Master fonts, i.e., the selection of specific design instances by setting design axis coordinates.

    George Williams has extended this interface to make it work with both Type 1 Multiple Masters fonts and GX distortable (var) fonts. Some of these routines only work with MM fonts, others will work with both types. They are similar enough that a consistent interface makes sense.

    -

    -
    -

    FT_MM_Axis

    -
    -Defined in FT_MULTIPLE_MASTERS_H (ftmm.h). -

    -
     
    +
    +

    FT_MM_Axis

    +

    Defined in FT_MULTIPLE_MASTERS_H (ftmm.h).

    +
       typedef struct  FT_MM_Axis_
       {
         FT_String*  name;
    @@ -68,39 +128,31 @@ Defined in FT_MULTIPLE_MASTERS_H (ftmm.h).
         FT_Long     maximum;
     
       } FT_MM_Axis;
    +
    -

    -

    A simple structure used to model a given axis in design space for Multiple Masters fonts.

    This structure can't be used for GX var fonts.

    -

    -
    fields
    -

    - -
    name + +

    fields

    + + - -
    name

    The axis's name.

    minimum +
    minimum

    The axis's minimum design coordinate.

    maximum +
    maximum

    The axis's maximum design coordinate.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Multi_Master

    -
    -Defined in FT_MULTIPLE_MASTERS_H (ftmm.h). -

    -
     
    +
    + + +
    +

    FT_Multi_Master

    +

    Defined in FT_MULTIPLE_MASTERS_H (ftmm.h).

    +
       typedef struct  FT_Multi_Master_
       {
         FT_UInt     num_axis;
    @@ -108,39 +160,31 @@ Defined in FT_MULTIPLE_MASTERS_H (ftmm.h).
         FT_MM_Axis  axis[T1_MAX_MM_AXIS];
     
       } FT_Multi_Master;
    +
    -

    -

    A structure used to model the axes and space of a Multiple Masters font.

    This structure can't be used for GX var fonts.

    -

    -
    fields
    -

    - -
    num_axis + +

    fields

    + + - -
    num_axis

    Number of axes. Cannot exceed 4.

    num_designs +
    num_designs

    Number of designs; should be normally 2^num_axis even though the Type 1 specification strangely allows for intermediate designs to be present. This number cannot exceed 16.

    axis +
    axis

    A table of axis descriptors.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Var_Axis

    -
    -Defined in FT_MULTIPLE_MASTERS_H (ftmm.h). -

    -
     
    +
    + + +
    +

    FT_Var_Axis

    +

    Defined in FT_MULTIPLE_MASTERS_H (ftmm.h).

    +
       typedef struct  FT_Var_Axis_
       {
         FT_String*  name;
    @@ -153,83 +197,67 @@ Defined in FT_MULTIPLE_MASTERS_H (ftmm.h).
         FT_UInt     strid;
     
       } FT_Var_Axis;
    +
    -

    -

    A simple structure used to model a given axis in design space for Multiple Masters and GX var fonts.

    -

    -
    fields
    -

    - -
    name + +

    fields

    + + - - - - -
    name

    The axis's name. Not always meaningful for GX.

    minimum +
    minimum

    The axis's minimum design coordinate.

    def +
    def

    The axis's default design coordinate. FreeType computes meaningful default values for MM; it is then an integer value, not in 16.16 format.

    maximum +
    maximum

    The axis's maximum design coordinate.

    tag +
    tag

    The axis's tag (the GX equivalent to ‘name’). FreeType provides default values for MM if possible.

    strid +
    strid

    The entry in ‘name’ table (another GX version of ‘name’). Not meaningful for MM.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Var_Named_Style

    -
    -Defined in FT_MULTIPLE_MASTERS_H (ftmm.h). -

    -
     
    +
    + + +
    +

    FT_Var_Named_Style

    +

    Defined in FT_MULTIPLE_MASTERS_H (ftmm.h).

    +
       typedef struct  FT_Var_Named_Style_
       {
         FT_Fixed*  coords;
         FT_UInt    strid;
     
       } FT_Var_Named_Style;
    +
    -

    -

    A simple structure used to model a named style in a GX var font.

    This structure can't be used for MM fonts.

    -

    -
    fields
    -

    - -
    coords + +

    fields

    + + -
    coords

    The design coordinates for this style. This is an array with one entry for each axis.

    strid +
    strid

    The entry in ‘name’ table identifying this style.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_MM_Var

    -
    -Defined in FT_MULTIPLE_MASTERS_H (ftmm.h). -

    -
     
    +
    + + +
    +

    FT_MM_Var

    +

    Defined in FT_MULTIPLE_MASTERS_H (ftmm.h).

    +
       typedef struct  FT_MM_Var_
       {
         FT_UInt              num_axis;
    @@ -239,273 +267,216 @@ Defined in FT_MULTIPLE_MASTERS_H (ftmm.h).
         FT_Var_Named_Style*  namedstyle;
     
       } FT_MM_Var;
    +
    -

    -

    A structure used to model the axes and space of a Multiple Masters or GX var distortable font.

    Some fields are specific to one format and not to the other.

    -

    -
    fields
    -

    - -
    num_axis + +

    fields

    + + - - - -
    num_axis

    The number of axes. The maximum value is 4 for MM; no limit in GX.

    num_designs +
    num_designs

    The number of designs; should be normally 2^num_axis for MM fonts. Not meaningful for GX (where every glyph could have a different number of designs).

    num_namedstyles +
    num_namedstyles

    The number of named styles; only meaningful for GX that allows certain design coordinates to have a string ID (in the ‘name’ table) associated with them. The font can tell the user that, for example, Weight=1.5 is ‘Bold’.

    axis +
    axis

    A table of axis descriptors. GX fonts contain slightly more data than MM.

    namedstyles +
    namedstyles

    A table of named styles. Only meaningful with GX.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Get_Multi_Master

    -
    -Defined in FT_MULTIPLE_MASTERS_H (ftmm.h). -

    -
     
    +
    + + +
    +

    FT_Get_Multi_Master

    +

    Defined in FT_MULTIPLE_MASTERS_H (ftmm.h).

    +
       FT_EXPORT( FT_Error )
       FT_Get_Multi_Master( FT_Face           face,
                            FT_Multi_Master  *amaster );
    +
    -

    -

    Retrieve the Multiple Master descriptor of a given font.

    This function can't be used with GX fonts.

    -

    -
    input
    -

    - -
    face + +

    input

    + +
    face

    A handle to the source face.

    -
    -
    output
    -

    - -
    amaster + +

    output

    + +
    amaster

    The Multiple Masters descriptor.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Get_MM_Var

    -
    -Defined in FT_MULTIPLE_MASTERS_H (ftmm.h). -

    -
     
    +
    + + +
    +

    FT_Get_MM_Var

    +

    Defined in FT_MULTIPLE_MASTERS_H (ftmm.h).

    +
       FT_EXPORT( FT_Error )
       FT_Get_MM_Var( FT_Face      face,
                      FT_MM_Var*  *amaster );
    +
    -

    -

    Retrieve the Multiple Master/GX var descriptor of a given font.

    -

    -
    input
    -

    - -
    face + +

    input

    + +
    face

    A handle to the source face.

    -
    -
    output
    -

    - -
    amaster + +

    output

    + +
    amaster

    The Multiple Masters/GX var descriptor. Allocates a data structure, which the user must free.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Set_MM_Design_Coordinates

    -
    -Defined in FT_MULTIPLE_MASTERS_H (ftmm.h). -

    -
     
    +
    + + +
    +

    FT_Set_MM_Design_Coordinates

    +

    Defined in FT_MULTIPLE_MASTERS_H (ftmm.h).

    +
       FT_EXPORT( FT_Error )
       FT_Set_MM_Design_Coordinates( FT_Face   face,
                                     FT_UInt   num_coords,
                                     FT_Long*  coords );
    +
    -

    -

    For Multiple Masters fonts, choose an interpolated font design through design coordinates.

    This function can't be used with GX fonts.

    -

    -
    inout
    -

    - -
    face + +

    inout

    + +
    face

    A handle to the source face.

    -
    -
    input
    -

    - -
    num_coords + +

    input

    + + -
    num_coords

    The number of design coordinates (must be equal to the number of axes in the font).

    coords +
    coords

    An array of design coordinates.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Set_Var_Design_Coordinates

    -
    -Defined in FT_MULTIPLE_MASTERS_H (ftmm.h). -

    -
     
    +
    + + +
    +

    FT_Set_Var_Design_Coordinates

    +

    Defined in FT_MULTIPLE_MASTERS_H (ftmm.h).

    +
       FT_EXPORT( FT_Error )
       FT_Set_Var_Design_Coordinates( FT_Face    face,
                                      FT_UInt    num_coords,
                                      FT_Fixed*  coords );
    +
    -

    -

    For Multiple Master or GX Var fonts, choose an interpolated font design through design coordinates.

    -

    -
    inout
    -

    - -
    face + +

    inout

    + +
    face

    A handle to the source face.

    -
    -
    input
    -

    - -
    num_coords + +

    input

    + + -
    num_coords

    The number of design coordinates (must be equal to the number of axes in the font).

    coords +
    coords

    An array of design coordinates.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Set_MM_Blend_Coordinates

    -
    -Defined in FT_MULTIPLE_MASTERS_H (ftmm.h). -

    -
     
    +
    + + +
    +

    FT_Set_MM_Blend_Coordinates

    +

    Defined in FT_MULTIPLE_MASTERS_H (ftmm.h).

    +
       FT_EXPORT( FT_Error )
       FT_Set_MM_Blend_Coordinates( FT_Face    face,
                                    FT_UInt    num_coords,
                                    FT_Fixed*  coords );
    +
    -

    -

    For Multiple Masters and GX var fonts, choose an interpolated font design through normalized blend coordinates.

    -

    -
    inout
    -

    - -
    face + +

    inout

    + +
    face

    A handle to the source face.

    -
    -
    input
    -

    - -
    num_coords + +

    input

    + + -
    num_coords

    The number of design coordinates (must be equal to the number of axes in the font).

    coords +
    coords

    The design coordinates array (each element must be between 0 and 1.0).

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Set_Var_Blend_Coordinates

    -
    -Defined in FT_MULTIPLE_MASTERS_H (ftmm.h). -

    -
     
    +
    + + +
    +

    FT_Set_Var_Blend_Coordinates

    +

    Defined in FT_MULTIPLE_MASTERS_H (ftmm.h).

    +
       FT_EXPORT( FT_Error )
       FT_Set_Var_Blend_Coordinates( FT_Face    face,
                                     FT_UInt    num_coords,
                                     FT_Fixed*  coords );
    +
    -

    -

    This is another name of FT_Set_MM_Blend_Coordinates.

    -

    -
    -
    - - -
    [Index][TOC]
    + +
    + diff --git a/freetype/docs/reference/ft2-ot_validation.html b/freetype/docs/reference/ft2-ot_validation.html index 1d9be98de..a4988e183 100644 --- a/freetype/docs/reference/ft2-ot_validation.html +++ b/freetype/docs/reference/ft2-ot_validation.html @@ -3,115 +3,119 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    -OpenType Validation -

    +

    OpenType Validation

    Synopsis

    - - -
    FT_VALIDATE_OTXXXFT_OpenType_ValidateFT_OpenType_Free


    + + + +
    FT_OpenType_Validate 
    FT_OpenType_FreeFT_VALIDATE_OTXXX
    + -

    This section contains the declaration of functions to validate some OpenType tables (BASE, GDEF, GPOS, GSUB, JSTF, MATH).

    -

    -
    -

    FT_VALIDATE_OTXXX

    -
    -Defined in FT_OPENTYPE_VALIDATE_H (ftotval.h). -

    -
    -
    -#define FT_VALIDATE_BASE  0x0100
    -#define FT_VALIDATE_GDEF  0x0200
    -#define FT_VALIDATE_GPOS  0x0400
    -#define FT_VALIDATE_GSUB  0x0800
    -#define FT_VALIDATE_JSTF  0x1000
    -#define FT_VALIDATE_MATH  0x2000
    -
    -#define FT_VALIDATE_OT  FT_VALIDATE_BASE | \
    -                        FT_VALIDATE_GDEF | \
    -                        FT_VALIDATE_GPOS | \
    -                        FT_VALIDATE_GSUB | \
    -                        FT_VALIDATE_JSTF | \
    -                        FT_VALIDATE_MATH
    -
    -

    -
    -

    A list of bit-field constants used with FT_OpenType_Validate to indicate which OpenType tables should be validated.

    -

    -
    values
    -

    - - - - - - - - -
    FT_VALIDATE_BASE -

    Validate BASE table.

    -
    FT_VALIDATE_GDEF -

    Validate GDEF table.

    -
    FT_VALIDATE_GPOS -

    Validate GPOS table.

    -
    FT_VALIDATE_GSUB -

    Validate GSUB table.

    -
    FT_VALIDATE_JSTF -

    Validate JSTF table.

    -
    FT_VALIDATE_MATH -

    Validate MATH table.

    -
    FT_VALIDATE_OT -

    Validate all OpenType tables (BASE, GDEF, GPOS, GSUB, JSTF, MATH).

    -
    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_OpenType_Validate

    -
    -Defined in FT_OPENTYPE_VALIDATE_H (ftotval.h). -

    -
     
    +
    +

    FT_OpenType_Validate

    +

    Defined in FT_OPENTYPE_VALIDATE_H (ftotval.h).

    +
       FT_EXPORT( FT_Error )
       FT_OpenType_Validate( FT_Face    face,
                             FT_UInt    validation_flags,
    @@ -120,89 +124,124 @@ Defined in FT_OPENTYPE_VALIDATE_H (ftotval.h).
                             FT_Bytes  *GPOS_table,
                             FT_Bytes  *GSUB_table,
                             FT_Bytes  *JSTF_table );
    +
    -

    -

    Validate various OpenType tables to assure that all offsets and indices are valid. The idea is that a higher-level library that actually does the text layout can access those tables without error checking (which can be quite time consuming).

    -

    -
    input
    -

    - -
    face + +

    input

    + + -
    face

    A handle to the input face.

    validation_flags +
    validation_flags

    A bit field that specifies the tables to be validated. See FT_VALIDATE_OTXXX for possible values.

    -
    -
    output
    -

    - -
    BASE_table + +

    output

    + + - - - -
    BASE_table

    A pointer to the BASE table.

    GDEF_table +
    GDEF_table

    A pointer to the GDEF table.

    GPOS_table +
    GPOS_table

    A pointer to the GPOS table.

    GSUB_table +
    GSUB_table

    A pointer to the GSUB table.

    JSTF_table +
    JSTF_table

    A pointer to the JSTF table.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    This function only works with OpenType fonts, returning an error otherwise.

    After use, the application should deallocate the five tables with FT_OpenType_Free. A NULL value indicates that the table either doesn't exist in the font, or the application hasn't asked for validation.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_OpenType_Free

    -
    -Defined in FT_OPENTYPE_VALIDATE_H (ftotval.h). -

    -
     
    +
    + + +
    +

    FT_OpenType_Free

    +

    Defined in FT_OPENTYPE_VALIDATE_H (ftotval.h).

    +
       FT_EXPORT( void )
       FT_OpenType_Free( FT_Face   face,
                         FT_Bytes  table );
    +
    -

    -

    Free the buffer allocated by OpenType validator.

    -

    -
    input
    -

    - -
    face + +

    input

    + + -
    face

    A handle to the input face.

    table +
    table

    The pointer to the buffer that is allocated by FT_OpenType_Validate.

    -
    -
    note
    + +

    note

    This function must be used to free the buffer allocated by FT_OpenType_Validate only.

    -
    -
    -
    - - -
    [Index][TOC]
    + +
    + + +
    +

    FT_VALIDATE_OTXXX

    +

    Defined in FT_OPENTYPE_VALIDATE_H (ftotval.h).

    +
    +#define FT_VALIDATE_BASE  0x0100
    +#define FT_VALIDATE_GDEF  0x0200
    +#define FT_VALIDATE_GPOS  0x0400
    +#define FT_VALIDATE_GSUB  0x0800
    +#define FT_VALIDATE_JSTF  0x1000
    +#define FT_VALIDATE_MATH  0x2000
    +
    +#define FT_VALIDATE_OT  FT_VALIDATE_BASE | \
    +                        FT_VALIDATE_GDEF | \
    +                        FT_VALIDATE_GPOS | \
    +                        FT_VALIDATE_GSUB | \
    +                        FT_VALIDATE_JSTF | \
    +                        FT_VALIDATE_MATH
    +
    + +

    A list of bit-field constants used with FT_OpenType_Validate to indicate which OpenType tables should be validated.

    + +

    values

    + + + + + + + + +
    FT_VALIDATE_BASE +

    Validate BASE table.

    +
    FT_VALIDATE_GDEF +

    Validate GDEF table.

    +
    FT_VALIDATE_GPOS +

    Validate GPOS table.

    +
    FT_VALIDATE_GSUB +

    Validate GSUB table.

    +
    FT_VALIDATE_JSTF +

    Validate JSTF table.

    +
    FT_VALIDATE_MATH +

    Validate MATH table.

    +
    FT_VALIDATE_OT +

    Validate all OpenType tables (BASE, GDEF, GPOS, GSUB, JSTF, MATH).

    +
    + +
    +
    diff --git a/freetype/docs/reference/ft2-outline_processing.html b/freetype/docs/reference/ft2-outline_processing.html index 0c5fc09a6..323efc916 100644 --- a/freetype/docs/reference/ft2-outline_processing.html +++ b/freetype/docs/reference/ft2-outline_processing.html @@ -3,69 +3,131 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    -Outline Processing -

    +

    Outline Processing

    Synopsis

    - - - - - - - - - - - - - -
    FT_Outlineft_outline_flags
    FT_OUTLINE_FLAGSFT_Outline_MoveToFunc
    FT_Outline_NewFT_Outline_LineToFunc
    FT_Outline_DoneFT_Outline_ConicToFunc
    FT_Outline_CopyFT_Outline_CubicToFunc
    FT_Outline_TranslateFT_Outline_Funcs
    FT_Outline_TransformFT_Outline_Decompose
    FT_Outline_EmboldenFT_Outline_Get_CBox
    FT_Outline_EmboldenXYFT_Outline_Get_Bitmap
    FT_Outline_ReverseFT_Outline_Render
    FT_Outline_CheckFT_Orientation
    FT_Outline_Get_BBoxFT_Outline_Get_Orientation


    - -
    + + + + + + + + + + + + + + + +
    FT_OutlineFT_Outline_Get_Bitmap
    FT_Outline_NewFT_Outline_Render
    FT_Outline_DoneFT_Outline_Decompose
    FT_Outline_CopyFT_Outline_Funcs
    FT_Outline_TranslateFT_Outline_MoveToFunc
    FT_Outline_TransformFT_Outline_LineToFunc
    FT_Outline_EmboldenFT_Outline_ConicToFunc
    FT_Outline_EmboldenXYFT_Outline_CubicToFunc
    FT_Outline_Reverse 
    FT_Outline_CheckFT_Orientation
     FT_Outline_Get_Orientation
    FT_Outline_Get_CBox 
    FT_Outline_Get_BBoxFT_OUTLINE_XXX
     
    + +

    This section contains routines used to create and destroy scalable glyph images known as ‘outlines’. These can also be measured, transformed, and converted into bitmaps and pixmaps.

    -

    -
    -

    FT_Outline

    -
    -Defined in FT_IMAGE_H (ftimage.h). -

    -
     
    +
    +

    FT_Outline

    +

    Defined in FT_IMAGE_H (ftimage.h).

    +
       typedef struct  FT_Outline_
       {
         short       n_contours;      /* number of contours in glyph        */
    @@ -78,130 +140,46 @@ Defined in FT_IMAGE_H (ftimage.h).
         int         flags;           /* outline masks                      */
     
       } FT_Outline;
    +
    - /* Following limits must be consistent with */ - /* FT_Outline.{n_contours,n_points} */ -#define FT_OUTLINE_CONTOURS_MAX SHRT_MAX -#define FT_OUTLINE_POINTS_MAX SHRT_MAX - -

    -

    This structure is used to describe an outline to the scan-line converter.

    -

    -
    fields
    -

    - -
    n_contours + +

    fields

    + + - - - - - -
    n_contours

    The number of contours in the outline.

    n_points +
    n_points

    The number of points in the outline.

    points +
    points

    A pointer to an array of ‘n_points’ FT_Vector elements, giving the outline's point coordinates.

    tags +
    tags

    A pointer to an array of ‘n_points’ chars, giving each outline point's type.

    If bit 0 is unset, the point is ‘off’ the curve, i.e., a Bézier control point, while it is ‘on’ if set.

    Bit 1 is meaningful for ‘off’ points only. If set, it indicates a third-order Bézier arc control point; and a second-order control point if unset.

    If bit 2 is set, bits 5-7 contain the drop-out mode (as defined in the OpenType specification; the value is the same as the argument to the SCANMODE instruction).

    Bits 3 and 4 are reserved for internal purposes.

    contours +
    contours

    An array of ‘n_contours’ shorts, giving the end point of each contour within the outline. For example, the first contour is defined by the points ‘0’ to ‘contours[0]’, the second one is defined by the points ‘contours[0]+1’ to ‘contours[1]’, etc.

    flags -

    A set of bit flags used to characterize the outline and give hints to the scan-converter and hinter on how to convert/grid-fit it. See FT_OUTLINE_FLAGS.

    -
    -
    -
    note
    -

    The B/W rasterizer only checks bit 2 in the ‘tags’ array for the first point of each contour. The drop-out mode as given with FT_OUTLINE_IGNORE_DROPOUTS, FT_OUTLINE_SMART_DROPOUTS, and FT_OUTLINE_INCLUDE_STUBS in ‘flags’ is then overridden.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_OUTLINE_FLAGS

    -
    -Defined in FT_IMAGE_H (ftimage.h). -

    -
    -
    -#define FT_OUTLINE_NONE             0x0
    -#define FT_OUTLINE_OWNER            0x1
    -#define FT_OUTLINE_EVEN_ODD_FILL    0x2
    -#define FT_OUTLINE_REVERSE_FILL     0x4
    -#define FT_OUTLINE_IGNORE_DROPOUTS  0x8
    -#define FT_OUTLINE_SMART_DROPOUTS   0x10
    -#define FT_OUTLINE_INCLUDE_STUBS    0x20
    -
    -#define FT_OUTLINE_HIGH_PRECISION   0x100
    -#define FT_OUTLINE_SINGLE_PASS      0x200
    -
    -

    -
    -

    A list of bit-field constants use for the flags in an outline's ‘flags’ field.

    -

    -
    values
    -

    - - - - - - - - - - - - - - - -
    FT_OUTLINE_NONE -

    Value 0 is reserved.

    -
    FT_OUTLINE_OWNER -

    If set, this flag indicates that the outline's field arrays (i.e., ‘points’, ‘flags’, and ‘contours’) are ‘owned’ by the outline object, and should thus be freed when it is destroyed.

    -
    FT_OUTLINE_EVEN_ODD_FILL
    -

    By default, outlines are filled using the non-zero winding rule. If set to 1, the outline will be filled using the even-odd fill rule (only works with the smooth rasterizer).

    -
    FT_OUTLINE_REVERSE_FILL
    -

    By default, outside contours of an outline are oriented in clock-wise direction, as defined in the TrueType specification. This flag is set if the outline uses the opposite direction (typically for Type 1 fonts). This flag is ignored by the scan converter.

    -
    FT_OUTLINE_IGNORE_DROPOUTS
    -

    By default, the scan converter will try to detect drop-outs in an outline and correct the glyph bitmap to ensure consistent shape continuity. If set, this flag hints the scan-line converter to ignore such cases. See below for more information.

    -
    FT_OUTLINE_SMART_DROPOUTS
    -

    Select smart dropout control. If unset, use simple dropout control. Ignored if FT_OUTLINE_IGNORE_DROPOUTS is set. See below for more information.

    -
    FT_OUTLINE_INCLUDE_STUBS
    -

    If set, turn pixels on for ‘stubs’, otherwise exclude them. Ignored if FT_OUTLINE_IGNORE_DROPOUTS is set. See below for more information.

    -
    FT_OUTLINE_HIGH_PRECISION
    -

    This flag indicates that the scan-line converter should try to convert this outline to bitmaps with the highest possible quality. It is typically set for small character sizes. Note that this is only a hint that might be completely ignored by a given scan-converter.

    -
    FT_OUTLINE_SINGLE_PASS -

    This flag is set to force a given scan-converter to only use a single pass over the outline to render a bitmap glyph image. Normally, it is set for very large character sizes. It is only a hint that might be completely ignored by a given scan-converter.

    +
    flags +

    A set of bit flags used to characterize the outline and give hints to the scan-converter and hinter on how to convert/grid-fit it. See FT_OUTLINE_XXX.

    -
    -
    note
    -

    The flags FT_OUTLINE_IGNORE_DROPOUTS, FT_OUTLINE_SMART_DROPOUTS, and FT_OUTLINE_INCLUDE_STUBS are ignored by the smooth rasterizer.

    -

    There exists a second mechanism to pass the drop-out mode to the B/W rasterizer; see the ‘tags’ field in FT_Outline.

    -

    Please refer to the description of the ‘SCANTYPE’ instruction in the OpenType specification (in file ‘ttinst1.doc’) how simple drop-outs, smart drop-outs, and stubs are defined.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Outline_New

    -
    -Defined in FT_OUTLINE_H (ftoutln.h). -

    -
     
    +

    note

    +

    The B/W rasterizer only checks bit 2 in the ‘tags’ array for the first point of each contour. The drop-out mode as given with FT_OUTLINE_IGNORE_DROPOUTS, FT_OUTLINE_SMART_DROPOUTS, and FT_OUTLINE_INCLUDE_STUBS in ‘flags’ is then overridden.

    + +
    + + +
    +

    FT_Outline_New

    +

    Defined in FT_OUTLINE_H (ftoutln.h).

    +
       FT_EXPORT( FT_Error )
       FT_Outline_New( FT_Library   library,
                       FT_UInt      numPoints,
    @@ -214,52 +192,43 @@ Defined in FT_OUTLINE_H (ftoutln.h).
                                FT_UInt      numPoints,
                                FT_Int       numContours,
                                FT_Outline  *anoutline );
    +
    -

    -

    Create a new outline of a given size.

    -

    -
    input
    -

    - -
    library + +

    input

    + + - -
    library

    A handle to the library object from where the outline is allocated. Note however that the new outline will not necessarily be freed, when destroying the library, by FT_Done_FreeType.

    numPoints +
    numPoints

    The maximum number of points within the outline. Must be smaller than or equal to 0xFFFF (65535).

    numContours +
    numContours

    The maximum number of contours within the outline. This value must be in the range 0 to ‘numPoints’.

    -
    -
    output
    -

    - -
    anoutline + +

    output

    + +
    anoutline

    A handle to the new outline.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    The reason why this function takes a ‘library’ parameter is simply to use the library's memory allocator.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Outline_Done

    -
    -Defined in FT_OUTLINE_H (ftoutln.h). -

    -
     
    +
    + + +
    +

    FT_Outline_Done

    +

    Defined in FT_OUTLINE_H (ftoutln.h).

    +
       FT_EXPORT( FT_Error )
       FT_Outline_Done( FT_Library   library,
                        FT_Outline*  outline );
    @@ -268,192 +237,154 @@ Defined in FT_OUTLINE_H (ftoutln.h).
       FT_EXPORT( FT_Error )
       FT_Outline_Done_Internal( FT_Memory    memory,
                                 FT_Outline*  outline );
    +
    -

    -

    Destroy an outline created with FT_Outline_New.

    -

    -
    input
    -

    - -
    library + +

    input

    + + -
    library

    A handle of the library object used to allocate the outline.

    outline +
    outline

    A pointer to the outline object to be discarded.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    If the outline's ‘owner’ field is not set, only the outline descriptor will be released.

    The reason why this function takes an ‘library’ parameter is simply to use ft_mem_free().

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Outline_Copy

    -
    -Defined in FT_OUTLINE_H (ftoutln.h). -

    -
     
    +
    + + +
    +

    FT_Outline_Copy

    +

    Defined in FT_OUTLINE_H (ftoutln.h).

    +
       FT_EXPORT( FT_Error )
       FT_Outline_Copy( const FT_Outline*  source,
                        FT_Outline        *target );
    +
    -

    -

    Copy an outline into another one. Both objects must have the same sizes (number of points & number of contours) when this function is called.

    -

    -
    input
    -

    - -
    source + +

    input

    + +
    source

    A handle to the source outline.

    -
    -
    output
    -

    - -
    target + +

    output

    + +
    target

    A handle to the target outline.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Outline_Translate

    -
    -Defined in FT_OUTLINE_H (ftoutln.h). -

    -
     
    +
    + + +
    +

    FT_Outline_Translate

    +

    Defined in FT_OUTLINE_H (ftoutln.h).

    +
       FT_EXPORT( void )
       FT_Outline_Translate( const FT_Outline*  outline,
                             FT_Pos             xOffset,
                             FT_Pos             yOffset );
    +
    -

    -

    Apply a simple translation to the points of an outline.

    -

    -
    inout
    -

    - -
    outline + +

    inout

    + +
    outline

    A pointer to the target outline descriptor.

    -
    -
    input
    -

    - -
    xOffset + +

    input

    + + -
    xOffset

    The horizontal offset.

    yOffset +
    yOffset

    The vertical offset.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Outline_Transform

    -
    -Defined in FT_OUTLINE_H (ftoutln.h). -

    -
     
    +
    + + +
    +

    FT_Outline_Transform

    +

    Defined in FT_OUTLINE_H (ftoutln.h).

    +
       FT_EXPORT( void )
       FT_Outline_Transform( const FT_Outline*  outline,
                             const FT_Matrix*   matrix );
    +
    -

    -

    Apply a simple 2x2 matrix to all of an outline's points. Useful for applying rotations, slanting, flipping, etc.

    -

    -
    inout
    -

    - -
    outline + +

    inout

    + +
    outline

    A pointer to the target outline descriptor.

    -
    -
    input
    -

    - -
    matrix + +

    input

    + +
    matrix

    A pointer to the transformation matrix.

    -
    -
    note
    + +

    note

    You can use FT_Outline_Translate if you need to translate the outline's points.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Outline_Embolden

    -
    -Defined in FT_OUTLINE_H (ftoutln.h). -

    -
     
    +
    + + +
    +

    FT_Outline_Embolden

    +

    Defined in FT_OUTLINE_H (ftoutln.h).

    +
       FT_EXPORT( FT_Error )
       FT_Outline_Embolden( FT_Outline*  outline,
                            FT_Pos       strength );
    +
    -

    -

    Embolden an outline. The new outline will be at most 4 times ‘strength’ pixels wider and higher. You may think of the left and bottom borders as unchanged.

    Negative ‘strength’ values to reduce the outline thickness are possible also.

    -

    -
    inout
    -

    - -
    outline + +

    inout

    + +
    outline

    A handle to the target outline.

    -
    -
    input
    -

    - -
    strength + +

    input

    + +
    strength

    How strong the glyph is emboldened. Expressed in 26.6 pixel format.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    The used algorithm to increase or decrease the thickness of the glyph doesn't change the number of points; this means that certain situations like acute angles or intersections are sometimes handled incorrectly.

    If you need ‘better’ metrics values you should call FT_Outline_Get_CBox or FT_Outline_Get_BBox.

    Example call:

    @@ -463,367 +394,260 @@ Defined in FT_OUTLINE_H (ftoutln.h). FT_Outline_Embolden( &face->slot->outline, strength );

    To get meaningful results, font scaling values must be set with functions like FT_Set_Char_Size before calling FT_Render_Glyph.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Outline_EmboldenXY

    -
    -Defined in FT_OUTLINE_H (ftoutln.h). -

    -
     
    +
    + + +
    +

    FT_Outline_EmboldenXY

    +

    Defined in FT_OUTLINE_H (ftoutln.h).

    +
       FT_EXPORT( FT_Error )
       FT_Outline_EmboldenXY( FT_Outline*  outline,
                              FT_Pos       xstrength,
                              FT_Pos       ystrength );
    +
    -

    -

    Embolden an outline. The new outline will be ‘xstrength’ pixels wider and ‘ystrength’ pixels higher. Otherwise, it is similar to FT_Outline_Embolden, which uses the same strength in both directions.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Outline_Reverse

    -
    -Defined in FT_OUTLINE_H (ftoutln.h). -

    -
     
    +
    + + +
    +

    FT_Outline_Reverse

    +

    Defined in FT_OUTLINE_H (ftoutln.h).

    +
       FT_EXPORT( void )
       FT_Outline_Reverse( FT_Outline*  outline );
    +
    -

    -

    Reverse the drawing direction of an outline. This is used to ensure consistent fill conventions for mirrored glyphs.

    -

    -
    inout
    -

    - -
    outline + +

    inout

    + +
    outline

    A pointer to the target outline descriptor.

    -
    -
    note
    -

    This function toggles the bit flag FT_OUTLINE_REVERSE_FILL in the outline's ‘flags’ field.

    + +

    note

    +

    This function toggles the bit flag FT_OUTLINE_REVERSE_FILL in the outline's ‘flags’ field.

    It shouldn't be used by a normal client application, unless it knows what it is doing.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Outline_Check

    -
    -Defined in FT_OUTLINE_H (ftoutln.h). -

    -
     
    +
    + + +
    +

    FT_Outline_Check

    +

    Defined in FT_OUTLINE_H (ftoutln.h).

    +
       FT_EXPORT( FT_Error )
       FT_Outline_Check( FT_Outline*  outline );
    +
    -

    -

    Check the contents of an outline descriptor.

    -

    -
    input
    -

    - -
    outline + +

    input

    + +
    outline

    A handle to a source outline.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Outline_Get_BBox

    -
    -Defined in FT_BBOX_H (ftbbox.h). -

    -
     
    +
    + + +
    +

    FT_Outline_Get_CBox

    +

    Defined in FT_OUTLINE_H (ftoutln.h).

    +
    +  FT_EXPORT( void )
    +  FT_Outline_Get_CBox( const FT_Outline*  outline,
    +                       FT_BBox           *acbox );
    +
    + +

    Return an outline's ‘control box’. The control box encloses all the outline's points, including Bézier control points. Though it coincides with the exact bounding box for most glyphs, it can be slightly larger in some situations (like when rotating an outline that contains Bézier outside arcs).

    +

    Computing the control box is very fast, while getting the bounding box can take much more time as it needs to walk over all segments and arcs in the outline. To get the latter, you can use the ‘ftbbox’ component, which is dedicated to this single task.

    + +

    input

    + + +
    outline +

    A pointer to the source outline descriptor.

    +
    + +

    output

    + + +
    acbox +

    The outline's control box.

    +
    + +

    note

    +

    See FT_Glyph_Get_CBox for a discussion of tricky fonts.

    + +
    +
    + +
    +

    FT_Outline_Get_BBox

    +

    Defined in FT_BBOX_H (ftbbox.h).

    +
       FT_EXPORT( FT_Error )
       FT_Outline_Get_BBox( FT_Outline*  outline,
                            FT_BBox     *abbox );
    +
    -

    -

    Compute the exact bounding box of an outline. This is slower than computing the control box. However, it uses an advanced algorithm that returns very quickly when the two boxes coincide. Otherwise, the outline Bézier arcs are traversed to extract their extrema.

    -

    -
    input
    -

    - -
    outline + +

    input

    + +
    outline

    A pointer to the source outline.

    -
    -
    output
    -

    - -
    abbox + +

    output

    + +
    abbox

    The outline's exact bounding box.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    If the font is tricky and the glyph has been loaded with FT_LOAD_NO_SCALE, the resulting BBox is meaningless. To get reasonable values for the BBox it is necessary to load the glyph at a large ppem value (so that the hinting instructions can properly shift and scale the subglyphs), then extracting the BBox, which can be eventually converted back to font units.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    ft_outline_flags

    -
    -Defined in FT_IMAGE_H (ftimage.h). -

    -
    -
    -#define ft_outline_none             FT_OUTLINE_NONE
    -#define ft_outline_owner            FT_OUTLINE_OWNER
    -#define ft_outline_even_odd_fill    FT_OUTLINE_EVEN_ODD_FILL
    -#define ft_outline_reverse_fill     FT_OUTLINE_REVERSE_FILL
    -#define ft_outline_ignore_dropouts  FT_OUTLINE_IGNORE_DROPOUTS
    -#define ft_outline_high_precision   FT_OUTLINE_HIGH_PRECISION
    -#define ft_outline_single_pass      FT_OUTLINE_SINGLE_PASS
    -
    -

    -
    -

    These constants are deprecated. Please use the corresponding FT_OUTLINE_FLAGS values.

    -

    -
    values
    -

    - - - - - - - - - - - - -
    ft_outline_none -

    See FT_OUTLINE_NONE.

    -
    ft_outline_owner -

    See FT_OUTLINE_OWNER.

    -
    ft_outline_even_odd_fill
    -

    See FT_OUTLINE_EVEN_ODD_FILL.

    -
    ft_outline_reverse_fill
    -

    See FT_OUTLINE_REVERSE_FILL.

    -
    ft_outline_ignore_dropouts
    -

    See FT_OUTLINE_IGNORE_DROPOUTS.

    -
    ft_outline_high_precision
    -

    See FT_OUTLINE_HIGH_PRECISION.

    -
    ft_outline_single_pass -

    See FT_OUTLINE_SINGLE_PASS.

    -
    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Outline_MoveToFunc

    -
    -Defined in FT_IMAGE_H (ftimage.h). -

    -
     
    -  typedef int
    -  (*FT_Outline_MoveToFunc)( const FT_Vector*  to,
    -                            void*             user );
    +
    + -#define FT_Outline_MoveTo_Func FT_Outline_MoveToFunc +
    +

    FT_Outline_Get_Bitmap

    +

    Defined in FT_OUTLINE_H (ftoutln.h).

    +
    +  FT_EXPORT( FT_Error )
    +  FT_Outline_Get_Bitmap( FT_Library        library,
    +                         FT_Outline*       outline,
    +                         const FT_Bitmap  *abitmap );
    +
    -

    -
    -

    A function pointer type used to describe the signature of a ‘move to’ function during outline walking/decomposition.

    -

    A ‘move to’ is emitted to start a new contour in an outline.

    -

    -
    input
    -

    - -
    to -

    A pointer to the target point of the ‘move to’.

    +

    Render an outline within a bitmap. The outline's image is simply OR-ed to the target bitmap.

    + +

    input

    + + -
    library +

    A handle to a FreeType library object.

    user -

    A typeless pointer, which is passed from the caller of the decomposition function.

    +
    outline +

    A pointer to the source outline descriptor.

    -
    -
    return
    -

    Error code. 0 means success.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Outline_LineToFunc

    -
    -Defined in FT_IMAGE_H (ftimage.h). -

    -
     
    -  typedef int
    -  (*FT_Outline_LineToFunc)( const FT_Vector*  to,
    -                            void*             user );
    -
    -#define FT_Outline_LineTo_Func  FT_Outline_LineToFunc
    -
    -

    -
    -

    A function pointer type used to describe the signature of a ‘line to’ function during outline walking/decomposition.

    -

    A ‘line to’ is emitted to indicate a segment in the outline.

    -

    -
    input
    -

    - - -
    to -

    A pointer to the target point of the ‘line to’.

    -
    user -

    A typeless pointer, which is passed from the caller of the decomposition function.

    +

    inout

    + +
    abitmap +

    A pointer to the target bitmap descriptor.

    -
    -
    return
    -

    Error code. 0 means success.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Outline_ConicToFunc

    -
    -Defined in FT_IMAGE_H (ftimage.h). -

    -
     
    -  typedef int
    -  (*FT_Outline_ConicToFunc)( const FT_Vector*  control,
    -                             const FT_Vector*  to,
    -                             void*             user );
    +

    return

    +

    FreeType error code. 0 means success.

    -#define FT_Outline_ConicTo_Func FT_Outline_ConicToFunc +

    note

    +

    This function does NOT CREATE the bitmap, it only renders an outline image within the one you pass to it! Consequently, the various fields in ‘abitmap’ should be set accordingly.

    +

    It will use the raster corresponding to the default glyph format.

    +

    The value of the ‘num_grays’ field in ‘abitmap’ is ignored. If you select the gray-level rasterizer, and you want less than 256 gray levels, you have to use FT_Outline_Render directly.

    -

    -
    -

    A function pointer type used to describe the signature of a ‘conic to’ function during outline walking or decomposition.

    -

    A ‘conic to’ is emitted to indicate a second-order Bézier arc in the outline.

    -

    -
    input
    -

    - -
    control -

    An intermediate control point between the last position and the new target in ‘to’.

    +
    + + +
    +

    FT_Outline_Render

    +

    Defined in FT_OUTLINE_H (ftoutln.h).

    +
    +  FT_EXPORT( FT_Error )
    +  FT_Outline_Render( FT_Library         library,
    +                     FT_Outline*        outline,
    +                     FT_Raster_Params*  params );
    +
    + +

    Render an outline within a bitmap using the current scan-convert. This function uses an FT_Raster_Params structure as an argument, allowing advanced features like direct composition, translucency, etc.

    + +

    input

    + + - -
    library +

    A handle to a FreeType library object.

    to -

    A pointer to the target end point of the conic arc.

    +
    outline +

    A pointer to the source outline descriptor.

    user -

    A typeless pointer, which is passed from the caller of the decomposition function.

    +
    + +

    inout

    + +
    params +

    A pointer to an FT_Raster_Params structure used to describe the rendering operation.

    -
    -
    return
    -

    Error code. 0 means success.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Outline_CubicToFunc

    -
    -Defined in FT_IMAGE_H (ftimage.h). -

    -
     
    -  typedef int
    -  (*FT_Outline_CubicToFunc)( const FT_Vector*  control1,
    -                             const FT_Vector*  control2,
    -                             const FT_Vector*  to,
    -                             void*             user );
    +

    return

    +

    FreeType error code. 0 means success.

    -#define FT_Outline_CubicTo_Func FT_Outline_CubicToFunc +

    note

    +

    You should know what you are doing and how FT_Raster_Params works to use this function.

    +

    The field ‘params.source’ will be set to ‘outline’ before the scan converter is called, which means that the value you give to it is actually ignored.

    +

    The gray-level rasterizer always uses 256 gray levels. If you want less gray levels, you have to provide your own span callback. See the FT_RASTER_FLAG_DIRECT value of the ‘flags’ field in the FT_Raster_Params structure for more details.

    -

    -
    -

    A function pointer type used to describe the signature of a ‘cubic to’ function during outline walking or decomposition.

    -

    A ‘cubic to’ is emitted to indicate a third-order Bézier arc.

    -

    -
    input
    -

    - - -
    control1 -

    A pointer to the first Bézier control point.

    -
    control2 -

    A pointer to the second Bézier control point.

    +
    + + +
    +

    FT_Outline_Decompose

    +

    Defined in FT_OUTLINE_H (ftoutln.h).

    +
    +  FT_EXPORT( FT_Error )
    +  FT_Outline_Decompose( FT_Outline*              outline,
    +                        const FT_Outline_Funcs*  func_interface,
    +                        void*                    user );
    +
    + +

    Walk over an outline's structure to decompose it into individual segments and Bézier arcs. This function also emits ‘move to’ operations to indicate the start of new contours in the outline.

    + +

    input

    + + - -
    outline +

    A pointer to the source target.

    to -

    A pointer to the target end point.

    +
    func_interface +

    A table of ‘emitters’, i.e., function pointers called during decomposition to indicate path operations.

    user -

    A typeless pointer, which is passed from the caller of the decomposition function.

    +
    + +

    inout

    + +
    user +

    A typeless pointer that is passed to each emitter during the decomposition. It can be used to store the state during the decomposition.

    -
    -
    return
    -

    Error code. 0 means success.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Outline_Funcs

    -
    -Defined in FT_IMAGE_H (ftimage.h). -

    -
     
    +

    return

    +

    FreeType error code. 0 means success.

    + +

    note

    +

    A contour that contains a single point only is represented by a ‘move to’ operation followed by ‘line to’ to the same point. In most cases, it is best to filter this out before using the outline for stroking purposes (otherwise it would result in a visible dot when round caps are used).

    + +
    + + +
    +

    FT_Outline_Funcs

    +

    Defined in FT_IMAGE_H (ftimage.h).

    +
       typedef struct  FT_Outline_Funcs_
       {
         FT_Outline_MoveToFunc   move_to;
    @@ -835,317 +659,306 @@ Defined in FT_IMAGE_H (ftimage.h).
         FT_Pos                  delta;
     
       } FT_Outline_Funcs;
    +
    -

    -

    A structure to hold various function pointers used during outline decomposition in order to emit segments, conic, and cubic Béziers.

    -

    -
    fields
    -

    - -
    move_to + +

    fields

    + + - - - - -
    move_to

    The ‘move to’ emitter.

    line_to +
    line_to

    The segment emitter.

    conic_to +
    conic_to

    The second-order Bézier arc emitter.

    cubic_to +
    cubic_to

    The third-order Bézier arc emitter.

    shift +
    shift

    The shift that is applied to coordinates before they are sent to the emitter.

    delta +
    delta

    The delta that is applied to coordinates before they are sent to the emitter, but after the shift.

    -
    -
    note
    + +

    note

    The point coordinates sent to the emitters are the transformed version of the original coordinates (this is important for high accuracy during scan-conversion). The transformation is simple:

       x' = (x << shift) - delta                                        
       y' = (x << shift) - delta                                        
     

    Set the values of ‘shift’ and ‘delta’ to 0 to get the original point coordinates.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Outline_Decompose

    -
    -Defined in FT_OUTLINE_H (ftoutln.h). -

    -
     
    -  FT_EXPORT( FT_Error )
    -  FT_Outline_Decompose( FT_Outline*              outline,
    -                        const FT_Outline_Funcs*  func_interface,
    -                        void*                    user );
    +
    + -

    -
    -

    Walk over an outline's structure to decompose it into individual segments and Bézier arcs. This function also emits ‘move to’ operations to indicate the start of new contours in the outline.

    -

    -
    input
    -

    - - -
    outline -

    A pointer to the source target.

    -
    func_interface -

    A table of ‘emitters’, i.e., function pointers called during decomposition to indicate path operations.

    +
    +

    FT_Outline_MoveToFunc

    +

    Defined in FT_IMAGE_H (ftimage.h).

    +
    +  typedef int
    +  (*FT_Outline_MoveToFunc)( const FT_Vector*  to,
    +                            void*             user );
    +
    +#define FT_Outline_MoveTo_Func  FT_Outline_MoveToFunc
    +
    + +

    A function pointer type used to describe the signature of a ‘move to’ function during outline walking/decomposition.

    +

    A ‘move to’ is emitted to start a new contour in an outline.

    + +

    input

    + + -
    to +

    A pointer to the target point of the ‘move to’.

    -
    -
    inout
    -

    - -
    user -

    A typeless pointer that is passed to each emitter during the decomposition. It can be used to store the state during the decomposition.

    +
    user +

    A typeless pointer, which is passed from the caller of the decomposition function.

    -
    -
    return
    -

    FreeType error code. 0 means success.

    -
    -
    note
    -

    A contour that contains a single point only is represented by a ‘move to’ operation followed by ‘line to’ to the same point. In most cases, it is best to filter this out before using the outline for stroking purposes (otherwise it would result in a visible dot when round caps are used).

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Outline_Get_CBox

    -
    -Defined in FT_OUTLINE_H (ftoutln.h). -

    -
     
    -  FT_EXPORT( void )
    -  FT_Outline_Get_CBox( const FT_Outline*  outline,
    -                       FT_BBox           *acbox );
    +

    return

    +

    Error code. 0 means success.

    -

    -
    -

    Return an outline's ‘control box’. The control box encloses all the outline's points, including Bézier control points. Though it coincides with the exact bounding box for most glyphs, it can be slightly larger in some situations (like when rotating an outline that contains Bézier outside arcs).

    -

    Computing the control box is very fast, while getting the bounding box can take much more time as it needs to walk over all segments and arcs in the outline. To get the latter, you can use the ‘ftbbox’ component, which is dedicated to this single task.

    -

    -
    input
    -

    - -
    outline -

    A pointer to the source outline descriptor.

    +
    + + +
    +

    FT_Outline_LineToFunc

    +

    Defined in FT_IMAGE_H (ftimage.h).

    +
    +  typedef int
    +  (*FT_Outline_LineToFunc)( const FT_Vector*  to,
    +                            void*             user );
    +
    +#define FT_Outline_LineTo_Func  FT_Outline_LineToFunc
    +
    + +

    A function pointer type used to describe the signature of a ‘line to’ function during outline walking/decomposition.

    +

    A ‘line to’ is emitted to indicate a segment in the outline.

    + +

    input

    + + -
    to +

    A pointer to the target point of the ‘line to’.

    -
    -
    output
    -

    - -
    acbox -

    The outline's control box.

    +
    user +

    A typeless pointer, which is passed from the caller of the decomposition function.

    -
    -
    note
    -

    See FT_Glyph_Get_CBox for a discussion of tricky fonts.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Outline_Get_Bitmap

    -
    -Defined in FT_OUTLINE_H (ftoutln.h). -

    -
     
    -  FT_EXPORT( FT_Error )
    -  FT_Outline_Get_Bitmap( FT_Library        library,
    -                         FT_Outline*       outline,
    -                         const FT_Bitmap  *abitmap );
    +

    return

    +

    Error code. 0 means success.

    -

    -
    -

    Render an outline within a bitmap. The outline's image is simply OR-ed to the target bitmap.

    -

    -
    input
    -

    - -
    library -

    A handle to a FreeType library object.

    +
    + + +
    +

    FT_Outline_ConicToFunc

    +

    Defined in FT_IMAGE_H (ftimage.h).

    +
    +  typedef int
    +  (*FT_Outline_ConicToFunc)( const FT_Vector*  control,
    +                             const FT_Vector*  to,
    +                             void*             user );
    +
    +#define FT_Outline_ConicTo_Func  FT_Outline_ConicToFunc
    +
    + +

    A function pointer type used to describe the signature of a ‘conic to’ function during outline walking or decomposition.

    +

    A ‘conic to’ is emitted to indicate a second-order Bézier arc in the outline.

    + +

    input

    + + - -
    control +

    An intermediate control point between the last position and the new target in ‘to’.

    outline -

    A pointer to the source outline descriptor.

    +
    to +

    A pointer to the target end point of the conic arc.

    -
    -
    inout
    -

    - -
    abitmap -

    A pointer to the target bitmap descriptor.

    +
    user +

    A typeless pointer, which is passed from the caller of the decomposition function.

    -
    -
    return
    -

    FreeType error code. 0 means success.

    -
    -
    note
    -

    This function does NOT CREATE the bitmap, it only renders an outline image within the one you pass to it! Consequently, the various fields in ‘abitmap’ should be set accordingly.

    -

    It will use the raster corresponding to the default glyph format.

    -

    The value of the ‘num_grays’ field in ‘abitmap’ is ignored. If you select the gray-level rasterizer, and you want less than 256 gray levels, you have to use FT_Outline_Render directly.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Outline_Render

    -
    -Defined in FT_OUTLINE_H (ftoutln.h). -

    -
     
    -  FT_EXPORT( FT_Error )
    -  FT_Outline_Render( FT_Library         library,
    -                     FT_Outline*        outline,
    -                     FT_Raster_Params*  params );
    +

    return

    +

    Error code. 0 means success.

    -

    -
    -

    Render an outline within a bitmap using the current scan-convert. This function uses an FT_Raster_Params structure as an argument, allowing advanced features like direct composition, translucency, etc.

    -

    -
    input
    -

    - -
    library -

    A handle to a FreeType library object.

    +
    + + +
    +

    FT_Outline_CubicToFunc

    +

    Defined in FT_IMAGE_H (ftimage.h).

    +
    +  typedef int
    +  (*FT_Outline_CubicToFunc)( const FT_Vector*  control1,
    +                             const FT_Vector*  control2,
    +                             const FT_Vector*  to,
    +                             void*             user );
    +
    +#define FT_Outline_CubicTo_Func  FT_Outline_CubicToFunc
    +
    + +

    A function pointer type used to describe the signature of a ‘cubic to’ function during outline walking or decomposition.

    +

    A ‘cubic to’ is emitted to indicate a third-order Bézier arc.

    + +

    input

    + + - -
    control1 +

    A pointer to the first Bézier control point.

    outline -

    A pointer to the source outline descriptor.

    +
    control2 +

    A pointer to the second Bézier control point.

    -
    -
    inout
    -

    - - +
    params -

    A pointer to an FT_Raster_Params structure used to describe the rendering operation.

    +
    to +

    A pointer to the target end point.

    +
    user +

    A typeless pointer, which is passed from the caller of the decomposition function.

    -
    -
    return
    -

    FreeType error code. 0 means success.

    -
    -
    note
    -

    You should know what you are doing and how FT_Raster_Params works to use this function.

    -

    The field ‘params.source’ will be set to ‘outline’ before the scan converter is called, which means that the value you give to it is actually ignored.

    -

    The gray-level rasterizer always uses 256 gray levels. If you want less gray levels, you have to provide your own span callback. See the FT_RASTER_FLAG_DIRECT value of the ‘flags’ field in the FT_Raster_Params structure for more details.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Orientation

    -
    -Defined in FT_OUTLINE_H (ftoutln.h). -

    -
     
    +

    return

    +

    Error code. 0 means success.

    + +
    + + +

    -

    A list of values used to describe an outline's contour orientation.

    The TrueType and PostScript specifications use different conventions to determine whether outline contours should be filled or unfilled.

    -

    -
    values
    -

    - - -
    FT_ORIENTATION_TRUETYPE
    + +

    values

    + + - - - - - - -
    FT_ORIENTATION_TRUETYPE

    According to the TrueType specification, clockwise contours must be filled, and counter-clockwise ones must be unfilled.

    FT_ORIENTATION_POSTSCRIPT
    +
    FT_ORIENTATION_POSTSCRIPT

    According to the PostScript specification, counter-clockwise contours must be filled, and clockwise ones must be unfilled.

    FT_ORIENTATION_FILL_RIGHT
    +
    FT_ORIENTATION_FILL_RIGHT

    This is identical to FT_ORIENTATION_TRUETYPE, but is used to remember that in TrueType, everything that is to the right of the drawing direction of a contour must be filled.

    FT_ORIENTATION_FILL_LEFT
    +
    FT_ORIENTATION_FILL_LEFT

    This is identical to FT_ORIENTATION_POSTSCRIPT, but is used to remember that in PostScript, everything that is to the left of the drawing direction of a contour must be filled.

    FT_ORIENTATION_NONE +
    FT_ORIENTATION_NONE

    The orientation cannot be determined. That is, different parts of the glyph have different orientation.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Outline_Get_Orientation

    -
    -Defined in FT_OUTLINE_H (ftoutln.h). -

    -
     
    +
    + + +
    +

    FT_Outline_Get_Orientation

    +

    Defined in FT_OUTLINE_H (ftoutln.h).

    +
       FT_EXPORT( FT_Orientation )
       FT_Outline_Get_Orientation( FT_Outline*  outline );
    +
    -

    -

    This function analyzes a glyph outline and tries to compute its fill orientation (see FT_Orientation). This is done by integrating the total area covered by the outline. The positive integral corresponds to the clockwise orientation and FT_ORIENTATION_POSTSCRIPT is returned. The negative integral corresponds to the counter-clockwise orientation and FT_ORIENTATION_TRUETYPE is returned.

    Note that this will return FT_ORIENTATION_TRUETYPE for empty outlines.

    -

    -
    input
    -

    - -
    outline + +

    input

    + +
    outline

    A handle to the source outline.

    -
    -
    return
    + +

    return

    The orientation.

    -
    -
    -
    - - -
    [Index][TOC]
    + +
    + + +
    +

    FT_OUTLINE_XXX

    +

    Defined in FT_IMAGE_H (ftimage.h).

    +
    +#define FT_OUTLINE_NONE             0x0
    +#define FT_OUTLINE_OWNER            0x1
    +#define FT_OUTLINE_EVEN_ODD_FILL    0x2
    +#define FT_OUTLINE_REVERSE_FILL     0x4
    +#define FT_OUTLINE_IGNORE_DROPOUTS  0x8
    +#define FT_OUTLINE_SMART_DROPOUTS   0x10
    +#define FT_OUTLINE_INCLUDE_STUBS    0x20
    +
    +#define FT_OUTLINE_HIGH_PRECISION   0x100
    +#define FT_OUTLINE_SINGLE_PASS      0x200
    +
    +
    +  /* these constants are deprecated; use the corresponding */
    +  /* `FT_OUTLINE_XXX' values instead                       */
    +#define ft_outline_none             FT_OUTLINE_NONE
    +#define ft_outline_owner            FT_OUTLINE_OWNER
    +#define ft_outline_even_odd_fill    FT_OUTLINE_EVEN_ODD_FILL
    +#define ft_outline_reverse_fill     FT_OUTLINE_REVERSE_FILL
    +#define ft_outline_ignore_dropouts  FT_OUTLINE_IGNORE_DROPOUTS
    +#define ft_outline_high_precision   FT_OUTLINE_HIGH_PRECISION
    +#define ft_outline_single_pass      FT_OUTLINE_SINGLE_PASS
    +
    + +

    A list of bit-field constants use for the flags in an outline's ‘flags’ field.

    + +

    values

    + + + + + + + + + + +
    FT_OUTLINE_NONE +

    Value 0 is reserved.

    +
    FT_OUTLINE_OWNER +

    If set, this flag indicates that the outline's field arrays (i.e., ‘points’, ‘flags’, and ‘contours’) are ‘owned’ by the outline object, and should thus be freed when it is destroyed.

    +
    FT_OUTLINE_EVEN_ODD_FILL +

    By default, outlines are filled using the non-zero winding rule. If set to 1, the outline will be filled using the even-odd fill rule (only works with the smooth rasterizer).

    +
    FT_OUTLINE_REVERSE_FILL +

    By default, outside contours of an outline are oriented in clock-wise direction, as defined in the TrueType specification. This flag is set if the outline uses the opposite direction (typically for Type 1 fonts). This flag is ignored by the scan converter.

    +
    FT_OUTLINE_IGNORE_DROPOUTS +

    By default, the scan converter will try to detect drop-outs in an outline and correct the glyph bitmap to ensure consistent shape continuity. If set, this flag hints the scan-line converter to ignore such cases. See below for more information.

    +
    FT_OUTLINE_SMART_DROPOUTS +

    Select smart dropout control. If unset, use simple dropout control. Ignored if FT_OUTLINE_IGNORE_DROPOUTS is set. See below for more information.

    +
    FT_OUTLINE_INCLUDE_STUBS +

    If set, turn pixels on for ‘stubs’, otherwise exclude them. Ignored if FT_OUTLINE_IGNORE_DROPOUTS is set. See below for more information.

    +
    FT_OUTLINE_HIGH_PRECISION +

    This flag indicates that the scan-line converter should try to convert this outline to bitmaps with the highest possible quality. It is typically set for small character sizes. Note that this is only a hint that might be completely ignored by a given scan-converter.

    +
    FT_OUTLINE_SINGLE_PASS +

    This flag is set to force a given scan-converter to only use a single pass over the outline to render a bitmap glyph image. Normally, it is set for very large character sizes. It is only a hint that might be completely ignored by a given scan-converter.

    +
    + +

    note

    +

    The flags FT_OUTLINE_IGNORE_DROPOUTS, FT_OUTLINE_SMART_DROPOUTS, and FT_OUTLINE_INCLUDE_STUBS are ignored by the smooth rasterizer.

    +

    There exists a second mechanism to pass the drop-out mode to the B/W rasterizer; see the ‘tags’ field in FT_Outline.

    +

    Please refer to the description of the ‘SCANTYPE’ instruction in the OpenType specification (in file ‘ttinst1.doc’) how simple drop-outs, smart drop-outs, and stubs are defined.

    + +
    +
    diff --git a/freetype/docs/reference/ft2-pfr_fonts.html b/freetype/docs/reference/ft2-pfr_fonts.html index c29bdd6b9..8f3cb8ab1 100644 --- a/freetype/docs/reference/ft2-pfr_fonts.html +++ b/freetype/docs/reference/ft2-pfr_fonts.html @@ -3,204 +3,240 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    -PFR Fonts -

    +

    PFR Fonts

    Synopsis

    - - -
    FT_Get_PFR_MetricsFT_Get_PFR_KerningFT_Get_PFR_Advance


    + + +
    FT_Get_PFR_MetricsFT_Get_PFR_KerningFT_Get_PFR_Advance
    + -

    This section contains the declaration of PFR-specific functions.

    -

    -
    -

    FT_Get_PFR_Metrics

    -
    -Defined in FT_PFR_H (ftpfr.h). -

    -
     
    +
    +

    FT_Get_PFR_Metrics

    +

    Defined in FT_PFR_H (ftpfr.h).

    +
       FT_EXPORT( FT_Error )
       FT_Get_PFR_Metrics( FT_Face    face,
                           FT_UInt   *aoutline_resolution,
                           FT_UInt   *ametrics_resolution,
                           FT_Fixed  *ametrics_x_scale,
                           FT_Fixed  *ametrics_y_scale );
    +
    -

    -

    Return the outline and metrics resolutions of a given PFR face.

    -

    -
    input
    -

    - -
    face + +

    input

    + +
    face

    Handle to the input face. It can be a non-PFR face.

    -
    -
    output
    -

    - -
    aoutline_resolution + +

    output

    + + - - -
    aoutline_resolution

    Outline resolution. This is equivalent to ‘face->units_per_EM’ for non-PFR fonts. Optional (parameter can be NULL).

    ametrics_resolution +
    ametrics_resolution

    Metrics resolution. This is equivalent to ‘outline_resolution’ for non-PFR fonts. Optional (parameter can be NULL).

    ametrics_x_scale +
    ametrics_x_scale

    A 16.16 fixed-point number used to scale distance expressed in metrics units to device sub-pixels. This is equivalent to ‘face->size->x_scale’, but for metrics only. Optional (parameter can be NULL).

    ametrics_y_scale +
    ametrics_y_scale

    Same as ‘ametrics_x_scale’ but for the vertical direction. optional (parameter can be NULL).

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    If the input face is not a PFR, this function will return an error. However, in all cases, it will return valid values.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Get_PFR_Kerning

    -
    -Defined in FT_PFR_H (ftpfr.h). -

    -
     
    +
    + + +
    +

    FT_Get_PFR_Kerning

    +

    Defined in FT_PFR_H (ftpfr.h).

    +
       FT_EXPORT( FT_Error )
       FT_Get_PFR_Kerning( FT_Face     face,
                           FT_UInt     left,
                           FT_UInt     right,
                           FT_Vector  *avector );
    +
    -

    -

    Return the kerning pair corresponding to two glyphs in a PFR face. The distance is expressed in metrics units, unlike the result of FT_Get_Kerning.

    -

    -
    input
    -

    - -
    face + +

    input

    + + - -
    face

    A handle to the input face.

    left +
    left

    Index of the left glyph.

    right +

    Index of the right glyph.

    -
    -
    output
    -

    - -
    avector + +

    output

    + +
    avector

    A kerning vector.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    This function always return distances in original PFR metrics units. This is unlike FT_Get_Kerning with the FT_KERNING_UNSCALED mode, which always returns distances converted to outline units.

    You can use the value of the ‘x_scale’ and ‘y_scale’ parameters returned by FT_Get_PFR_Metrics to scale these to device sub-pixels.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Get_PFR_Advance

    -
    -Defined in FT_PFR_H (ftpfr.h). -

    -
     
    +
    + + +
    +

    FT_Get_PFR_Advance

    +

    Defined in FT_PFR_H (ftpfr.h).

    +
       FT_EXPORT( FT_Error )
       FT_Get_PFR_Advance( FT_Face   face,
                           FT_UInt   gindex,
                           FT_Pos   *aadvance );
    +
    -

    -

    Return a given glyph advance, expressed in original metrics units, from a PFR font.

    -

    -
    input
    -

    - -
    face + +

    input

    + + -
    face

    A handle to the input face.

    gindex +
    gindex

    The glyph index.

    -
    -
    output
    -

    - -
    aadvance + +

    output

    + +
    aadvance

    The glyph advance in metrics units.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    You can use the ‘x_scale’ or ‘y_scale’ results of FT_Get_PFR_Metrics to convert the advance to device sub-pixels (i.e., 1/64th of pixels).

    -
    -
    -
    - - -
    [Index][TOC]
    + +
    + diff --git a/freetype/docs/reference/ft2-quick_advance.html b/freetype/docs/reference/ft2-quick_advance.html index 4ae19fd09..4cffbf837 100644 --- a/freetype/docs/reference/ft2-quick_advance.html +++ b/freetype/docs/reference/ft2-quick_advance.html @@ -3,184 +3,222 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    -Quick retrieval of advance values -

    +

    Quick retrieval of advance values

    Synopsis

    - - - -
    FT_ADVANCE_FLAG_FAST_ONLYFT_Get_Advances
    FT_Get_Advance


    - -
    -

    This section contains functions to quickly extract advance values without handling glyph outlines, if possible.

    -

    -
    -

    FT_ADVANCE_FLAG_FAST_ONLY

    -
    -Defined in FT_ADVANCES_H (ftadvanc.h). -

    -
    +
    +
    +
    +
    FT_Get_Advance 
    FT_Get_AdvancesFT_ADVANCE_FLAG_FAST_ONLY
    -#define FT_ADVANCE_FLAG_FAST_ONLY 0x20000000UL -

    -
    -

    A bit-flag to be OR-ed with the ‘flags’ parameter of the FT_Get_Advance and FT_Get_Advances functions.

    -

    If set, it indicates that you want these functions to fail if the corresponding hinting mode or font driver doesn't allow for very quick advance computation.

    -

    Typically, glyphs that are either unscaled, unhinted, bitmapped, or light-hinted can have their advance width computed very quickly.

    -

    Normal and bytecode hinted modes that require loading, scaling, and hinting of the glyph outline, are extremely slow by comparison.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Get_Advance

    -
    -Defined in FT_ADVANCES_H (ftadvanc.h). -

    -
    +

    This section contains functions to quickly extract advance values without handling glyph outlines, if possible.

    +
    +

    FT_Get_Advance

    +

    Defined in FT_ADVANCES_H (ftadvanc.h).

    +
       FT_EXPORT( FT_Error )
       FT_Get_Advance( FT_Face    face,
                       FT_UInt    gindex,
                       FT_Int32   load_flags,
                       FT_Fixed  *padvance );
    +
    -

    -

    Retrieve the advance value of a given glyph outline in an FT_Face.

    -

    -
    input
    -

    - -
    face + +

    input

    + + - -
    face

    The source FT_Face handle.

    gindex +
    gindex

    The glyph index.

    load_flags +
    load_flags

    A set of bit flags similar to those used when calling FT_Load_Glyph, used to determine what kind of advances you need.

    -
    -
    output
    -

    - -
    padvance + +

    output

    + +
    padvance

    The advance value. If scaling is performed (based on the value of ‘load_flags’), the advance value is in 16.16 format. Otherwise, it is in font units.

    If FT_LOAD_VERTICAL_LAYOUT is set, this is the vertical advance corresponding to a vertical layout. Otherwise, it is the horizontal advance in a horizontal layout.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    This function may fail if you use FT_ADVANCE_FLAG_FAST_ONLY and if the corresponding font backend doesn't have a quick way to retrieve the advances.

    A scaled advance is returned in 16.16 format but isn't transformed by the affine transformation specified by FT_Set_Transform.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Get_Advances

    -
    -Defined in FT_ADVANCES_H (ftadvanc.h). -

    -
     
    +
    + + +
    +

    FT_Get_Advances

    +

    Defined in FT_ADVANCES_H (ftadvanc.h).

    +
       FT_EXPORT( FT_Error )
       FT_Get_Advances( FT_Face    face,
                        FT_UInt    start,
                        FT_UInt    count,
                        FT_Int32   load_flags,
                        FT_Fixed  *padvances );
    +
    -

    -

    Retrieve the advance values of several glyph outlines in an FT_Face.

    -

    -
    input
    -

    - -
    face + +

    input

    + + - - -
    face

    The source FT_Face handle.

    start +
    start

    The first glyph index.

    count +
    count

    The number of advance values you want to retrieve.

    load_flags +
    load_flags

    A set of bit flags similar to those used when calling FT_Load_Glyph.

    -
    -
    output
    -

    - -
    padvance + +

    output

    + +
    padvance

    The advance values. This array, to be provided by the caller, must contain at least ‘count’ elements.

    If scaling is performed (based on the value of ‘load_flags’), the advance values are in 16.16 format. Otherwise, they are in font units.

    If FT_LOAD_VERTICAL_LAYOUT is set, these are the vertical advances corresponding to a vertical layout. Otherwise, they are the horizontal advances in a horizontal layout.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    This function may fail if you use FT_ADVANCE_FLAG_FAST_ONLY and if the corresponding font backend doesn't have a quick way to retrieve the advances.

    Scaled advances are returned in 16.16 format but aren't transformed by the affine transformation specified by FT_Set_Transform.

    -
    -
    -
    - - -
    [Index][TOC]
    + +
    + + +
    +

    FT_ADVANCE_FLAG_FAST_ONLY

    +

    Defined in FT_ADVANCES_H (ftadvanc.h).

    +
    +#define FT_ADVANCE_FLAG_FAST_ONLY  0x20000000UL
    +
    + +

    A bit-flag to be OR-ed with the ‘flags’ parameter of the FT_Get_Advance and FT_Get_Advances functions.

    +

    If set, it indicates that you want these functions to fail if the corresponding hinting mode or font driver doesn't allow for very quick advance computation.

    +

    Typically, glyphs that are either unscaled, unhinted, bitmapped, or light-hinted can have their advance width computed very quickly.

    +

    Normal and bytecode hinted modes that require loading, scaling, and hinting of the glyph outline, are extremely slow by comparison.

    + +
    +
    diff --git a/freetype/docs/reference/ft2-raster.html b/freetype/docs/reference/ft2-raster.html index b94ef6541..3d4062124 100644 --- a/freetype/docs/reference/ft2-raster.html +++ b/freetype/docs/reference/ft2-raster.html @@ -3,81 +3,135 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    -Scanline Converter -

    +

    Scanline Converter

    Synopsis

    - - - - - - -
    FT_RasterFT_RASTER_FLAG_XXXFT_Raster_SetModeFunc
    FT_SpanFT_Raster_ParamsFT_Raster_RenderFunc
    FT_SpanFuncFT_Raster_NewFuncFT_Raster_Funcs
    FT_Raster_BitTest_FuncFT_Raster_DoneFunc
    FT_Raster_BitSet_FuncFT_Raster_ResetFunc


    - -
    + + + + + + + +
    FT_Raster FT_Raster_Funcs
    FT_SpanFT_Raster_NewFunc 
    FT_SpanFuncFT_Raster_DoneFuncFT_Raster_BitTest_Func
     FT_Raster_ResetFuncFT_Raster_BitSet_Func
    FT_Raster_ParamsFT_Raster_SetModeFunc
    FT_RASTER_FLAG_XXXFT_Raster_RenderFunc
    + +

    This section contains technical definitions.

    -

    -
    -

    FT_Raster

    -
    -Defined in FT_IMAGE_H (ftimage.h). -

    -
     
    +
    +

    FT_Raster

    +

    Defined in FT_IMAGE_H (ftimage.h).

    +
       typedef struct FT_RasterRec_*  FT_Raster;
    +
    + +

    An opaque handle (pointer) to a raster object. Each object can be used independently to convert an outline into a bitmap or pixmap.

    -

    -
    -

    A handle (pointer) to a raster object. Each object can be used independently to convert an outline into a bitmap or pixmap.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Span

    -
    -Defined in FT_IMAGE_H (ftimage.h). -

    -
    +
    + +
    +

    FT_Span

    +

    Defined in FT_IMAGE_H (ftimage.h).

    +
       typedef struct  FT_Span_
       {
         short           x;
    @@ -85,42 +139,34 @@ Defined in FT_IMAGE_H (ftimage.h).
         unsigned char   coverage;
     
       } FT_Span;
    +
    -

    -
    -

    A structure used to model a single span of gray (or black) pixels when rendering a monochrome or anti-aliased bitmap.

    -

    -
    fields
    -

    - -
    x +

    A structure used to model a single span of gray pixels when rendering an anti-aliased bitmap.

    + +

    fields

    + + - -
    x

    The span's horizontal start position.

    len +
    len

    The span's length in pixels.

    coverage -

    The span color/coverage, ranging from 0 (background) to 255 (foreground). Only used for anti-aliased rendering.

    +
    coverage +

    The span color/coverage, ranging from 0 (background) to 255 (foreground).

    -
    -
    note
    + +

    note

    This structure is used by the span drawing callback type named FT_SpanFunc that takes the y coordinate of the span as a parameter.

    The coverage value is always between 0 and 255. If you want less gray values, the callback function has to reduce them.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_SpanFunc

    -
    -Defined in FT_IMAGE_H (ftimage.h). -

    -
     
    +
    + + +
    +

    FT_SpanFunc

    +

    Defined in FT_IMAGE_H (ftimage.h).

    +
       typedef void
       (*FT_SpanFunc)( int             y,
                       int             count,
    @@ -128,439 +174,294 @@ Defined in FT_IMAGE_H (ftimage.h).
                       void*           user );
     
     #define FT_Raster_Span_Func  FT_SpanFunc
    +
    -

    -

    A function used as a call-back by the anti-aliased renderer in order to let client applications draw themselves the gray pixel spans on each scan line.

    -

    -
    input
    -

    - -
    y + +

    input

    + + - - -
    y

    The scanline's y coordinate.

    count +
    count

    The number of spans to draw on this scanline.

    spans +
    spans

    A table of ‘count’ spans to draw on the scanline.

    user +
    user

    User-supplied data that is passed to the callback.

    -
    -
    note
    + +

    note

    This callback allows client applications to directly render the gray spans of the anti-aliased bitmap to any kind of surfaces.

    This can be used to write anti-aliased outlines directly to a given background bitmap, and even perform translucency.

    Note that the ‘count’ field cannot be greater than a fixed value defined by the ‘FT_MAX_GRAY_SPANS’ configuration macro in ‘ftoption.h’. By default, this value is set to 32, which means that if there are more than 32 spans on a given scanline, the callback is called several times with the same ‘y’ parameter in order to draw all callbacks.

    Otherwise, the callback is only called once per scan-line, and only for those scanlines that do have ‘gray’ pixels on them.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Raster_BitTest_Func

    -
    -Defined in FT_IMAGE_H (ftimage.h). -

    -
     
    -  typedef int
    -  (*FT_Raster_BitTest_Func)( int    y,
    -                             int    x,
    -                             void*  user );
    -
    -

    -
    -

    THIS TYPE IS DEPRECATED. DO NOT USE IT.

    -

    A function used as a call-back by the monochrome scan-converter to test whether a given target pixel is already set to the drawing ‘color’. These tests are crucial to implement drop-out control per-se the TrueType spec.

    -

    -
    input
    -

    - - - - -
    y -

    The pixel's y coordinate.

    -
    x -

    The pixel's x coordinate.

    -
    user -

    User-supplied data that is passed to the callback.

    -
    -
    -
    return
    -

    1 if the pixel is ‘set’, 0 otherwise.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Raster_BitSet_Func

    -
    -Defined in FT_IMAGE_H (ftimage.h). -

    -
    -
    -  typedef void
    -  (*FT_Raster_BitSet_Func)( int    y,
    -                            int    x,
    -                            void*  user );
    -
    -

    -
    -

    THIS TYPE IS DEPRECATED. DO NOT USE IT.

    -

    A function used as a call-back by the monochrome scan-converter to set an individual target pixel. This is crucial to implement drop-out control according to the TrueType specification.

    -

    -
    input
    -

    - - - - -
    y -

    The pixel's y coordinate.

    -
    x -

    The pixel's x coordinate.

    -
    user -

    User-supplied data that is passed to the callback.

    -
    -
    -
    return
    -

    1 if the pixel is ‘set’, 0 otherwise.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_RASTER_FLAG_XXX

    -
    -Defined in FT_IMAGE_H (ftimage.h). -

    -
    -
    -#define FT_RASTER_FLAG_DEFAULT  0x0
    -#define FT_RASTER_FLAG_AA       0x1
    -#define FT_RASTER_FLAG_DIRECT   0x2
    -#define FT_RASTER_FLAG_CLIP     0x4
    -
    -  /* deprecated */
    -#define ft_raster_flag_default  FT_RASTER_FLAG_DEFAULT
    -#define ft_raster_flag_aa       FT_RASTER_FLAG_AA
    -#define ft_raster_flag_direct   FT_RASTER_FLAG_DIRECT
    -#define ft_raster_flag_clip     FT_RASTER_FLAG_CLIP
    -
    -

    -
    -

    A list of bit flag constants as used in the ‘flags’ field of a FT_Raster_Params structure.

    -

    -
    values
    -

    - - - - - -
    FT_RASTER_FLAG_DEFAULT -

    This value is 0.

    -
    FT_RASTER_FLAG_AA -

    This flag is set to indicate that an anti-aliased glyph image should be generated. Otherwise, it will be monochrome (1-bit).

    -
    FT_RASTER_FLAG_DIRECT -

    This flag is set to indicate direct rendering. In this mode, client applications must provide their own span callback. This lets them directly draw or compose over an existing bitmap. If this bit is not set, the target pixmap's buffer must be zeroed before rendering.

    -

    Note that for now, direct rendering is only possible with anti-aliased glyphs.

    -
    FT_RASTER_FLAG_CLIP -

    This flag is only used in direct rendering mode. If set, the output will be clipped to a box specified in the ‘clip_box’ field of the FT_Raster_Params structure.

    -

    Note that by default, the glyph bitmap is clipped to the target pixmap, except in direct rendering mode where all spans are generated if no clipping box is set.

    -
    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Raster_Params

    -
    -Defined in FT_IMAGE_H (ftimage.h). -

    -
    +
    + +
    +

    FT_Raster_Params

    +

    Defined in FT_IMAGE_H (ftimage.h).

    +
       typedef struct  FT_Raster_Params_
       {
         const FT_Bitmap*        target;
         const void*             source;
         int                     flags;
         FT_SpanFunc             gray_spans;
    -    FT_SpanFunc             black_spans;  /* doesn't work! */
    -    FT_Raster_BitTest_Func  bit_test;     /* doesn't work! */
    -    FT_Raster_BitSet_Func   bit_set;      /* doesn't work! */
    +    FT_SpanFunc             black_spans;  /* unused */
    +    FT_Raster_BitTest_Func  bit_test;     /* unused */
    +    FT_Raster_BitSet_Func   bit_set;      /* unused */
         void*                   user;
         FT_BBox                 clip_box;
     
       } FT_Raster_Params;
    +
    -

    -

    A structure to hold the arguments used by a raster's render function.

    -

    -
    fields
    -

    - -
    target + +

    fields

    + + - - - - - - - -
    target

    The target bitmap.

    source +
    source

    A pointer to the source glyph image (e.g., an FT_Outline).

    flags +
    flags

    The rendering flags.

    gray_spans +
    gray_spans

    The gray span drawing callback.

    black_spans -

    The black span drawing callback. UNIMPLEMENTED!

    +
    black_spans +

    Unused.

    bit_test -

    The bit test callback. UNIMPLEMENTED!

    +
    bit_test +

    Unused.

    bit_set -

    The bit set callback. UNIMPLEMENTED!

    +
    bit_set +

    Unused.

    user +
    user

    User-supplied data that is passed to each drawing callback.

    clip_box +
    clip_box

    An optional clipping box. It is only used in direct rendering mode. Note that coordinates here should be expressed in integer pixels (and not in 26.6 fixed-point units).

    -
    -
    note
    + +

    note

    An anti-aliased glyph bitmap is drawn if the FT_RASTER_FLAG_AA bit flag is set in the ‘flags’ field, otherwise a monochrome bitmap is generated.

    -

    If the FT_RASTER_FLAG_DIRECT bit flag is set in ‘flags’, the raster will call the ‘gray_spans’ callback to draw gray pixel spans, in the case of an aa glyph bitmap, it will call ‘black_spans’, and ‘bit_test’ and ‘bit_set’ in the case of a monochrome bitmap. This allows direct composition over a pre-existing bitmap through user-provided callbacks to perform the span drawing/composition.

    -

    Note that the ‘bit_test’ and ‘bit_set’ callbacks are required when rendering a monochrome bitmap, as they are crucial to implement correct drop-out control as defined in the TrueType specification.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Raster_NewFunc

    -
    -Defined in FT_IMAGE_H (ftimage.h). -

    -
    +

    If the FT_RASTER_FLAG_DIRECT bit flag is set in ‘flags’, the raster will call the ‘gray_spans’ callback to draw gray pixel spans. This allows direct composition over a pre-existing bitmap through user-provided callbacks to perform the span drawing and composition. Not supported by the monochrome rasterizer.

    + +
    + + +
    +

    FT_RASTER_FLAG_XXX

    +

    Defined in FT_IMAGE_H (ftimage.h).

    +
    +#define FT_RASTER_FLAG_DEFAULT  0x0
    +#define FT_RASTER_FLAG_AA       0x1
    +#define FT_RASTER_FLAG_DIRECT   0x2
    +#define FT_RASTER_FLAG_CLIP     0x4
    +
    +  /* these constants are deprecated; use the corresponding */
    +  /* `FT_RASTER_FLAG_XXX' values instead                   */
    +#define ft_raster_flag_default  FT_RASTER_FLAG_DEFAULT
    +#define ft_raster_flag_aa       FT_RASTER_FLAG_AA
    +#define ft_raster_flag_direct   FT_RASTER_FLAG_DIRECT
    +#define ft_raster_flag_clip     FT_RASTER_FLAG_CLIP
    +
    + +

    A list of bit flag constants as used in the ‘flags’ field of a FT_Raster_Params structure.

    + +

    values

    + + + + + +
    FT_RASTER_FLAG_DEFAULT +

    This value is 0.

    +
    FT_RASTER_FLAG_AA +

    This flag is set to indicate that an anti-aliased glyph image should be generated. Otherwise, it will be monochrome (1-bit).

    +
    FT_RASTER_FLAG_DIRECT +

    This flag is set to indicate direct rendering. In this mode, client applications must provide their own span callback. This lets them directly draw or compose over an existing bitmap. If this bit is not set, the target pixmap's buffer must be zeroed before rendering.

    +

    Direct rendering is only possible with anti-aliased glyphs.

    +
    FT_RASTER_FLAG_CLIP +

    This flag is only used in direct rendering mode. If set, the output will be clipped to a box specified in the ‘clip_box’ field of the FT_Raster_Params structure.

    +

    Note that by default, the glyph bitmap is clipped to the target pixmap, except in direct rendering mode where all spans are generated if no clipping box is set.

    +
    +
    +
    + +
    +

    FT_Raster_NewFunc

    +

    Defined in FT_IMAGE_H (ftimage.h).

    +
       typedef int
       (*FT_Raster_NewFunc)( void*       memory,
                             FT_Raster*  raster );
     
     #define FT_Raster_New_Func  FT_Raster_NewFunc
    +
    -

    -

    A function used to create a new raster object.

    -

    -
    input
    -

    - -
    memory + +

    input

    + +
    memory

    A handle to the memory allocator.

    -
    -
    output
    -

    - -
    raster + +

    output

    + +
    raster

    A handle to the new raster object.

    -
    -
    return
    + +

    return

    Error code. 0 means success.

    -
    -
    note
    + +

    note

    The ‘memory’ parameter is a typeless pointer in order to avoid un-wanted dependencies on the rest of the FreeType code. In practice, it is an FT_Memory object, i.e., a handle to the standard FreeType memory allocator. However, this field can be completely ignored by a given raster implementation.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Raster_DoneFunc

    -
    -Defined in FT_IMAGE_H (ftimage.h). -

    -
     
    +
    + + +
    +

    FT_Raster_DoneFunc

    +

    Defined in FT_IMAGE_H (ftimage.h).

    +
       typedef void
       (*FT_Raster_DoneFunc)( FT_Raster  raster );
     
     #define FT_Raster_Done_Func  FT_Raster_DoneFunc
    +
    -

    -

    A function used to destroy a given raster object.

    -

    -
    input
    -

    - -
    raster + +

    input

    + +
    raster

    A handle to the raster object.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Raster_ResetFunc

    -
    -Defined in FT_IMAGE_H (ftimage.h). -

    -
     
    +
    + + +
    +

    FT_Raster_ResetFunc

    +

    Defined in FT_IMAGE_H (ftimage.h).

    +
       typedef void
       (*FT_Raster_ResetFunc)( FT_Raster       raster,
                               unsigned char*  pool_base,
                               unsigned long   pool_size );
     
     #define FT_Raster_Reset_Func  FT_Raster_ResetFunc
    +
    -

    -

    FreeType provides an area of memory called the ‘render pool’, available to all registered rasters. This pool can be freely used during a given scan-conversion but is shared by all rasters. Its content is thus transient.

    This function is called each time the render pool changes, or just after a new raster object is created.

    -

    -
    input
    -

    - -
    raster + +

    input

    + + - -
    raster

    A handle to the new raster object.

    pool_base +
    pool_base

    The address in memory of the render pool.

    pool_size +
    pool_size

    The size in bytes of the render pool.

    -
    -
    note
    + +

    note

    Rasters can ignore the render pool and rely on dynamic memory allocation if they want to (a handle to the memory allocator is passed to the raster constructor). However, this is not recommended for efficiency purposes.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Raster_SetModeFunc

    -
    -Defined in FT_IMAGE_H (ftimage.h). -

    -
     
    +
    + + +
    +

    FT_Raster_SetModeFunc

    +

    Defined in FT_IMAGE_H (ftimage.h).

    +
       typedef int
       (*FT_Raster_SetModeFunc)( FT_Raster      raster,
                                 unsigned long  mode,
                                 void*          args );
     
     #define FT_Raster_Set_Mode_Func  FT_Raster_SetModeFunc
    +
    -

    -

    This function is a generic facility to change modes or attributes in a given raster. This can be used for debugging purposes, or simply to allow implementation-specific ‘features’ in a given raster module.

    -

    -
    input
    -

    - -
    raster + +

    input

    + + - -
    raster

    A handle to the new raster object.

    mode +
    mode

    A 4-byte tag used to name the mode or property.

    args +
    args

    A pointer to the new mode/property to use.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Raster_RenderFunc

    -
    -Defined in FT_IMAGE_H (ftimage.h). -

    -
     
    +
    + + +
    +

    FT_Raster_RenderFunc

    +

    Defined in FT_IMAGE_H (ftimage.h).

    +
       typedef int
       (*FT_Raster_RenderFunc)( FT_Raster                raster,
                                const FT_Raster_Params*  params );
     
     #define FT_Raster_Render_Func  FT_Raster_RenderFunc
    +
    -

    -

    Invoke a given raster to scan-convert a given glyph image into a target bitmap.

    -

    -
    input
    -

    - -
    raster + +

    input

    + + -
    raster

    A handle to the raster object.

    params +
    params

    A pointer to an FT_Raster_Params structure used to store the rendering parameters.

    -
    -
    return
    + +

    return

    Error code. 0 means success.

    -
    -
    note
    + +

    note

    The exact format of the source image depends on the raster's glyph format defined in its FT_Raster_Funcs structure. It can be an FT_Outline or anything else in order to support a large array of glyph formats.

    Note also that the render function can fail and return a ‘FT_Err_Unimplemented_Feature’ error code if the raster used does not support direct composition.

    XXX: For now, the standard raster doesn't support direct composition but this should change for the final release (see the files ‘demos/src/ftgrays.c’ and ‘demos/src/ftgrays2.c’ for examples of distinct implementations that support direct composition).

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Raster_Funcs

    -
    -Defined in FT_IMAGE_H (ftimage.h). -

    -
     
    +
    + + +
    +

    FT_Raster_Funcs

    +

    Defined in FT_IMAGE_H (ftimage.h).

    +
       typedef struct  FT_Raster_Funcs_
       {
         FT_Glyph_Format        glyph_format;
    @@ -571,36 +472,61 @@ Defined in FT_IMAGE_H (ftimage.h).
         FT_Raster_DoneFunc     raster_done;
     
       } FT_Raster_Funcs;
    +
    -

    -

    A structure used to describe a given raster class to the library.

    -

    -
    fields
    -

    - -
    glyph_format + +

    fields

    + + - - - -
    glyph_format

    The supported glyph format for this raster.

    raster_new +
    raster_new

    The raster constructor.

    raster_reset +
    raster_reset

    Used to reset the render pool within the raster.

    raster_render +
    raster_render

    A function to render a glyph into a given bitmap.

    raster_done +
    raster_done

    The raster destructor.

    -
    -
    -
    - - -
    [Index][TOC]
    + +
    + + +
    +

    FT_Raster_BitTest_Func

    +

    Defined in FT_IMAGE_H (ftimage.h).

    +
    +  typedef int
    +  (*FT_Raster_BitTest_Func)( int    y,
    +                             int    x,
    +                             void*  user );
    +
    + +

    Deprecated, unimplemented.

    + +
    +
    + +
    +

    FT_Raster_BitSet_Func

    +

    Defined in FT_IMAGE_H (ftimage.h).

    +
    +  typedef void
    +  (*FT_Raster_BitSet_Func)( int    y,
    +                            int    x,
    +                            void*  user );
    +
    + +

    Deprecated, unimplemented.

    + +
    +
    diff --git a/freetype/docs/reference/ft2-sfnt_names.html b/freetype/docs/reference/ft2-sfnt_names.html index a1720b137..3bd918d3e 100644 --- a/freetype/docs/reference/ft2-sfnt_names.html +++ b/freetype/docs/reference/ft2-sfnt_names.html @@ -3,64 +3,124 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    -SFNT Names -

    +

    SFNT Names

    Synopsis

    - - - - - - -
    FT_SfntName
    FT_Get_Sfnt_Name_Count
    FT_Get_Sfnt_Name
    FT_PARAM_TAG_IGNORE_PREFERRED_FAMILY
    FT_PARAM_TAG_IGNORE_PREFERRED_SUBFAMILY


    - -
    + + + + + + +
    FT_SfntName
    FT_Get_Sfnt_Name_Count
    FT_Get_Sfnt_Name
    FT_PARAM_TAG_IGNORE_PREFERRED_FAMILY
    FT_PARAM_TAG_IGNORE_PREFERRED_SUBFAMILY
    + +

    The TrueType and OpenType specifications allow the inclusion of a special ‘names table’ in font files. This table contains textual (and internationalized) information regarding the font, like family name, copyright, version, etc.

    The definitions below are used to access them if available.

    Note that this has nothing to do with glyph names!

    -

    -
    -

    FT_SfntName

    -
    -Defined in FT_SFNT_NAMES_H (ftsnames.h). -

    -
     
    +
    +

    FT_SfntName

    +

    Defined in FT_SFNT_NAMES_H (ftsnames.h).

    +
       typedef struct  FT_SfntName_
       {
         FT_UShort  platform_id;
    @@ -72,161 +132,125 @@ Defined in FT_SFNT_NAMES_H (ftsnames.h).
         FT_UInt    string_len;  /* in bytes */
     
       } FT_SfntName;
    +
    -

    -

    A structure used to model an SFNT ‘name’ table entry.

    -

    -
    fields
    -

    - -
    platform_id + +

    fields

    + + - - - - -
    platform_id

    The platform ID for ‘string’.

    encoding_id +
    encoding_id

    The encoding ID for ‘string’.

    language_id +
    language_id

    The language ID for ‘string’.

    name_id +
    name_id

    An identifier for ‘string’.

    string +
    string

    The ‘name’ string. Note that its format differs depending on the (platform,encoding) pair. It can be a Pascal String, a UTF-16 one, etc.

    Generally speaking, the string is not zero-terminated. Please refer to the TrueType specification for details.

    string_len +
    string_len

    The length of ‘string’ in bytes.

    -
    -
    note
    + +

    note

    Possible values for ‘platform_id’, ‘encoding_id’, ‘language_id’, and ‘name_id’ are given in the file ‘ttnameid.h’. For details please refer to the TrueType or OpenType specification.

    See also TT_PLATFORM_XXX, TT_APPLE_ID_XXX, TT_MAC_ID_XXX, TT_ISO_ID_XXX, and TT_MS_ID_XXX.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Get_Sfnt_Name_Count

    -
    -Defined in FT_SFNT_NAMES_H (ftsnames.h). -

    -
     
    +
    + + +
    +

    FT_Get_Sfnt_Name_Count

    +

    Defined in FT_SFNT_NAMES_H (ftsnames.h).

    +
       FT_EXPORT( FT_UInt )
       FT_Get_Sfnt_Name_Count( FT_Face  face );
    +
    -

    -

    Retrieve the number of name strings in the SFNT ‘name’ table.

    -

    -
    input
    -

    - -
    face + +

    input

    + +
    face

    A handle to the source face.

    -
    -
    return
    + +

    return

    The number of strings in the ‘name’ table.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Get_Sfnt_Name

    -
    -Defined in FT_SFNT_NAMES_H (ftsnames.h). -

    -
     
    +
    + + +
    +

    FT_Get_Sfnt_Name

    +

    Defined in FT_SFNT_NAMES_H (ftsnames.h).

    +
       FT_EXPORT( FT_Error )
       FT_Get_Sfnt_Name( FT_Face       face,
                         FT_UInt       idx,
                         FT_SfntName  *aname );
    +
    -

    -

    Retrieve a string of the SFNT ‘name’ table for a given index.

    -

    -
    input
    -

    - -
    face + +

    input

    + + -
    face

    A handle to the source face.

    idx +
    idx

    The index of the ‘name’ string.

    -
    -
    output
    -

    - -
    aname + +

    output

    + +
    aname

    The indexed FT_SfntName structure.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    The ‘string’ array returned in the ‘aname’ structure is not null-terminated. The application should deallocate it if it is no longer in use.

    Use FT_Get_Sfnt_Name_Count to get the total number of available ‘name’ table entries, then do a loop until you get the right platform, encoding, and name ID.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_PARAM_TAG_IGNORE_PREFERRED_FAMILY

    -
    -Defined in FT_SFNT_NAMES_H (ftsnames.h). -

    -
     
    +
    + + +
    +

    FT_PARAM_TAG_IGNORE_PREFERRED_FAMILY

    +

    Defined in FT_SFNT_NAMES_H (ftsnames.h).

    +
     #define FT_PARAM_TAG_IGNORE_PREFERRED_FAMILY  FT_MAKE_TAG( 'i', 'g', 'p', 'f' )
    +
    -

    -

    A constant used as the tag of FT_Parameter structures to make FT_Open_Face() ignore preferred family subfamily names in ‘name’ table since OpenType version 1.4. For backwards compatibility with legacy systems that have a 4-face-per-family restriction.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_PARAM_TAG_IGNORE_PREFERRED_SUBFAMILY

    -
    -Defined in FT_SFNT_NAMES_H (ftsnames.h). -

    -
     
    +
    + + +
    +

    FT_PARAM_TAG_IGNORE_PREFERRED_SUBFAMILY

    +

    Defined in FT_SFNT_NAMES_H (ftsnames.h).

    +
     #define FT_PARAM_TAG_IGNORE_PREFERRED_SUBFAMILY  FT_MAKE_TAG( 'i', 'g', 'p', 's' )
    +
    -

    -

    A constant used as the tag of FT_Parameter structures to make FT_Open_Face() ignore preferred subfamily names in ‘name’ table since OpenType version 1.4. For backwards compatibility with legacy systems that have a 4-face-per-family restriction.

    -

    -
    -
    - - -
    [Index][TOC]
    + +
    + diff --git a/freetype/docs/reference/ft2-sizes_management.html b/freetype/docs/reference/ft2-sizes_management.html index 698ef1c7b..50563eb5a 100644 --- a/freetype/docs/reference/ft2-sizes_management.html +++ b/freetype/docs/reference/ft2-sizes_management.html @@ -3,162 +3,200 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    -Size Management -

    +

    Size Management

    Synopsis

    - - -
    FT_New_SizeFT_Done_SizeFT_Activate_Size


    + + +
    FT_New_SizeFT_Done_SizeFT_Activate_Size
    + -

    When creating a new face object (e.g., with FT_New_Face), an FT_Size object is automatically created and used to store all pixel-size dependent information, available in the ‘face->size’ field.

    It is however possible to create more sizes for a given face, mostly in order to manage several character pixel sizes of the same font family and style. See FT_New_Size and FT_Done_Size.

    Note that FT_Set_Pixel_Sizes and FT_Set_Char_Size only modify the contents of the current ‘active’ size; you thus need to use FT_Activate_Size to change it.

    99% of applications won't need the functions provided here, especially if they use the caching sub-system, so be cautious when using these.

    -

    -
    -

    FT_New_Size

    -
    -Defined in FT_SIZES_H (ftsizes.h). -

    -
     
    +
    +

    FT_New_Size

    +

    Defined in FT_SIZES_H (ftsizes.h).

    +
       FT_EXPORT( FT_Error )
       FT_New_Size( FT_Face   face,
                    FT_Size*  size );
    +
    -

    -

    Create a new size object from a given face object.

    -

    -
    input
    -

    - -
    face + +

    input

    + +
    face

    A handle to a parent face object.

    -
    -
    output
    -

    - -
    asize + +

    output

    + +
    asize

    A handle to a new size object.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    You need to call FT_Activate_Size in order to select the new size for upcoming calls to FT_Set_Pixel_Sizes, FT_Set_Char_Size, FT_Load_Glyph, FT_Load_Char, etc.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Done_Size

    -
    -Defined in FT_SIZES_H (ftsizes.h). -

    -
     
    +
    + + +
    +

    FT_Done_Size

    +

    Defined in FT_SIZES_H (ftsizes.h).

    +
       FT_EXPORT( FT_Error )
       FT_Done_Size( FT_Size  size );
    +
    -

    -

    Discard a given size object. Note that FT_Done_Face automatically discards all size objects allocated with FT_New_Size.

    -

    -
    input
    -

    - -
    size + +

    input

    + +
    size

    A handle to a target size object.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Activate_Size

    -
    -Defined in FT_SIZES_H (ftsizes.h). -

    -
     
    +
    + + +
    +

    FT_Activate_Size

    +

    Defined in FT_SIZES_H (ftsizes.h).

    +
       FT_EXPORT( FT_Error )
       FT_Activate_Size( FT_Size  size );
    +
    -

    -

    Even though it is possible to create several size objects for a given face (see FT_New_Size for details), functions like FT_Load_Glyph or FT_Load_Char only use the one that has been activated last to determine the ‘current character pixel size’.

    This function can be used to ‘activate’ a previously created size object.

    -

    -
    input
    -

    - -
    size + +

    input

    + +
    size

    A handle to a target size object.

    -
    -
    return
    + +

    return

    FreeType error code. 0 means success.

    -
    -
    note
    + +

    note

    If ‘face’ is the size's parent face object, this function changes the value of ‘face->size’ to the input size handle.

    -
    -
    -
    - - -
    [Index][TOC]
    + +
    + diff --git a/freetype/docs/reference/ft2-system_interface.html b/freetype/docs/reference/ft2-system_interface.html index 05ce8320c..139cbc7f0 100644 --- a/freetype/docs/reference/ft2-system_interface.html +++ b/freetype/docs/reference/ft2-system_interface.html @@ -3,193 +3,222 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
    [Index][TOC]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    -System Interface -

    +

    System Interface

    Synopsis

    - - - - - -
    FT_MemoryFT_MemoryRecFT_Stream_CloseFunc
    FT_Alloc_FuncFT_StreamFT_StreamRec
    FT_Free_FuncFT_StreamDesc
    FT_Realloc_FuncFT_Stream_IoFunc


    - -
    + + + + + +
    FT_MemoryFT_MemoryRecFT_Stream_CloseFunc
    FT_Alloc_FuncFT_StreamFT_StreamRec
    FT_Free_FuncFT_StreamDesc
    FT_Realloc_FuncFT_Stream_IoFunc
    + +

    This section contains various definitions related to memory management and i/o access. You need to understand this information if you want to use a custom memory manager or you own i/o streams.

    -

    -
    -

    FT_Memory

    -
    -Defined in FT_SYSTEM_H (ftsystem.h). -

    -
     
    +
    +

    FT_Memory

    +

    Defined in FT_SYSTEM_H (ftsystem.h).

    +
       typedef struct FT_MemoryRec_*  FT_Memory;
    +
    -

    -

    A handle to a given memory manager object, defined with an FT_MemoryRec structure.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Alloc_Func

    -
    -Defined in FT_SYSTEM_H (ftsystem.h). -

    -
     
    +
    + + +
    +

    FT_Alloc_Func

    +

    Defined in FT_SYSTEM_H (ftsystem.h).

    +
       typedef void*
       (*FT_Alloc_Func)( FT_Memory  memory,
                         long       size );
    +
    -

    -

    A function used to allocate ‘size’ bytes from ‘memory’.

    -

    -
    input
    -

    - -
    memory + +

    input

    + + -
    memory

    A handle to the source memory manager.

    size +
    size

    The size in bytes to allocate.

    -
    -
    return
    + +

    return

    Address of new memory block. 0 in case of failure.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Free_Func

    -
    -Defined in FT_SYSTEM_H (ftsystem.h). -

    -
     
    +
    + + +
    +

    FT_Free_Func

    +

    Defined in FT_SYSTEM_H (ftsystem.h).

    +
       typedef void
       (*FT_Free_Func)( FT_Memory  memory,
                        void*      block );
    +
    -

    -

    A function used to release a given block of memory.

    -

    -
    input
    -

    - -
    memory + +

    input

    + + -
    memory

    A handle to the source memory manager.

    block +
    block

    The address of the target memory block.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Realloc_Func

    -
    -Defined in FT_SYSTEM_H (ftsystem.h). -

    -
     
    +
    + + +
    +

    FT_Realloc_Func

    +

    Defined in FT_SYSTEM_H (ftsystem.h).

    +
       typedef void*
       (*FT_Realloc_Func)( FT_Memory  memory,
                           long       cur_size,
                           long       new_size,
                           void*      block );
    +
    -

    -

    A function used to re-allocate a given block of memory.

    -

    -
    input
    -

    - -
    memory + +

    input

    + + - - -
    memory

    A handle to the source memory manager.

    cur_size +
    cur_size

    The block's current size in bytes.

    new_size +
    new_size

    The block's requested new size.

    block +
    block

    The block's current address.

    -
    -
    return
    + +

    return

    New block address. 0 in case of memory shortage.

    -
    -
    note
    + +

    note

    In case of error, the old block must still be available.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_MemoryRec

    -
    -Defined in FT_SYSTEM_H (ftsystem.h). -

    -
     
    +
    + + +
    +

    FT_MemoryRec

    +

    Defined in FT_SYSTEM_H (ftsystem.h).

    +
       struct  FT_MemoryRec_
       {
         void*            user;
    @@ -197,158 +226,123 @@ Defined in FT_SYSTEM_H (ftsystem.h).
         FT_Free_Func     free;
         FT_Realloc_Func  realloc;
       };
    +
    -

    -

    A structure used to describe a given memory manager to FreeType 2.

    -

    -
    fields
    -

    - -
    user + +

    fields

    + + - - -
    user

    A generic typeless pointer for user data.

    alloc +
    alloc

    A pointer type to an allocation function.

    free +
    free

    A pointer type to an memory freeing function.

    realloc +
    realloc

    A pointer type to a reallocation function.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Stream

    -
    -Defined in FT_SYSTEM_H (ftsystem.h). -

    -
     
    +
    + + +
    +

    FT_Stream

    +

    Defined in FT_SYSTEM_H (ftsystem.h).

    +
       typedef struct FT_StreamRec_*  FT_Stream;
    +
    -

    -

    A handle to an input stream.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_StreamDesc

    -
    -Defined in FT_SYSTEM_H (ftsystem.h). -

    -
     
    +

    also

    +

    See FT_StreamRec for the publicly accessible fields of a given stream object.

    + +
    + + +
    +

    FT_StreamDesc

    +

    Defined in FT_SYSTEM_H (ftsystem.h).

    +
       typedef union  FT_StreamDesc_
       {
         long   value;
         void*  pointer;
     
       } FT_StreamDesc;
    +
    -

    -

    A union type used to store either a long or a pointer. This is used to store a file descriptor or a ‘FILE*’ in an input stream.

    -

    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Stream_IoFunc

    -
    -Defined in FT_SYSTEM_H (ftsystem.h). -

    -
     
    +
    + + +
    +

    FT_Stream_IoFunc

    +

    Defined in FT_SYSTEM_H (ftsystem.h).

    +
       typedef unsigned long
       (*FT_Stream_IoFunc)( FT_Stream       stream,
                            unsigned long   offset,
                            unsigned char*  buffer,
                            unsigned long   count );
    +
    -

    -

    A function used to seek and read data from a given input stream.

    -

    -
    input
    -

    - -
    stream + +

    input

    + + - - -
    stream

    A handle to the source stream.

    offset +
    offset

    The offset of read in stream (always from start).

    buffer +
    buffer

    The address of the read buffer.

    count +
    count

    The number of bytes to read from the stream.

    -
    -
    return
    + +

    return

    The number of bytes effectively read by the stream.

    -
    -
    note
    + +

    note

    This function might be called to perform a seek or skip operation with a ‘count’ of 0. A non-zero return value then indicates an error.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_Stream_CloseFunc

    -
    -Defined in FT_SYSTEM_H (ftsystem.h). -

    -
     
    +
    + + +
    +

    FT_Stream_CloseFunc

    +

    Defined in FT_SYSTEM_H (ftsystem.h).

    +
       typedef void
       (*FT_Stream_CloseFunc)( FT_Stream  stream );
    +
    -

    -

    A function used to close a given input stream.

    -

    -
    input
    -

    - -
    stream + +

    input

    + +
    stream

    A handle to the target stream.

    -
    -
    -
    - - -
    [Index][TOC]
    - -
    -

    FT_StreamRec

    -
    -Defined in FT_SYSTEM_H (ftsystem.h). -

    -
     
    +
    + + +
    +

    FT_StreamRec

    +

    Defined in FT_SYSTEM_H (ftsystem.h).

    +
       typedef struct  FT_StreamRec_
       {
         unsigned char*       base;
    @@ -365,51 +359,47 @@ Defined in FT_SYSTEM_H (ftsystem.h).
         unsigned char*       limit;
     
       } FT_StreamRec;
    +
    -

    -

    A structure used to describe an input stream.

    -

    -
    input
    -

    - -
    base + +

    input

    + + - - - - - - - - -
    base

    For memory-based streams, this is the address of the first stream byte in memory. This field should always be set to NULL for disk-based streams.

    size +
    size

    The stream size in bytes.

    +

    In case of compressed streams where the size is unknown before actually doing the decompression, the value is set to 0x7FFFFFFF. (Note that this size value can occur for normal streams also; it is thus just a hint.)

    pos +
    pos

    The current position within the stream.

    descriptor +
    descriptor

    This field is a union that can hold an integer or a pointer. It is used by stream implementations to store file descriptors or ‘FILE*’ pointers.

    pathname +
    pathname

    This field is completely ignored by FreeType. However, it is often useful during debugging to use it to store the stream's filename (where available).

    read +
    read

    The stream's input function.

    close +
    close

    The stream's close function.

    memory +
    memory

    The memory manager to use to preload frames. This is set internally by FreeType and shouldn't be touched by stream implementations.

    cursor +
    cursor

    This field is set and used internally by FreeType when parsing frames.

    limit +
    limit

    This field is set and used internally by FreeType when parsing frames.

    -
    -
    -
    - - -
    [Index][TOC]
    + +
    + diff --git a/freetype/docs/reference/ft2-toc.html b/freetype/docs/reference/ft2-toc.html index 560212a99..61098164d 100644 --- a/freetype/docs/reference/ft2-toc.html +++ b/freetype/docs/reference/ft2-toc.html @@ -3,237 +3,268 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - -
    [Index]
    -

    FreeType-2.5.3 API Reference

    + +

    FreeType-2.5.5 API Reference

    -

    Table of Contents

    -

    General Remarks

    • - -
      -FreeType's header inclusion scheme +

      Table of Contents

      +
      +

      General Remarks

      + + -

      How client applications should include FreeType header files.

      -User allocation +

      How client applications should allocate FreeType data structures.

      -
      -

      Core API

      • - -
        -FreeType Version + +
        +

        Core API

        + + - - - - - - -

        Functions and macros related to FreeType versions.

        -Basic Data Types +

        The basic data types defined by the library.

        -Base Interface +

        The FreeType 2 base font interface.

        -Glyph Variants +

        The FreeType 2 interface to Unicode Ideographic Variation Sequences (IVS), using the SFNT cmap format 14.

        -Glyph Management +

        Generic interface to manage individual glyph data.

        -Mac Specific Interface +

        Only available on the Macintosh.

        -Size Management +

        Managing multiple sizes per face.

        -Header File Macros +

        Macro definitions used to #include specific header files.

        -
        -

        Format-Specific API

        • - -
          -Multiple Masters + +
          +

          Format-Specific API

          + + - - - - - - - - -

          How to manage Multiple Masters fonts.

          -TrueType Tables +

          TrueType specific table types and functions.

          -Type 1 Tables +

          Type 1 (PostScript) specific font tables.

          -SFNT Names +

          Access the names embedded in TrueType and OpenType files.

          -BDF and PCF Files +

          BDF and PCF specific API.

          -CID Fonts +

          CID-keyed font specific API.

          -PFR Fonts +

          PFR/TrueDoc specific API.

          -Window FNT Files +

          Windows FNT specific API.

          -Font Formats +

          Getting the font format.

          -Gasp Table +

          Retrieving TrueType ‘gasp’ table entries.

          -
          -

          Controlling FreeType Modules

          • - -
            -The auto-hinter + +
            +

            Controlling FreeType Modules

            + + - -

            Controlling the auto-hinting module.

            -The CFF driver +

            Controlling the CFF driver module.

            -The TrueType driver +

            Controlling the TrueType driver module.

            -
            -

            Cache Sub-System

            • - -
              -Cache Sub-System + +
              +

              Cache Sub-System

              + +

              How to cache face, size, and glyph data with FreeType 2.

              -
              -

              Support API

              • - -
                -Computations + +
                +

                Support API

                + + - - - - - - - - - - - -

                Crunching fixed numbers and vectors.

                -List Processing +

                Simple management of lists.

                -Outline Processing +

                Functions to create, transform, and render vectorial glyph images.

                -Quick retrieval of advance values +

                Retrieve horizontal and vertical advance values without processing glyph outlines, if possible.

                -Bitmap Handling +

                Handling FT_Bitmap objects.

                -Scanline Converter +

                How vectorial outlines are converted into bitmaps and pixmaps.

                -Glyph Stroker +

                Generating bordered and stroked glyphs.

                -System Interface +

                How FreeType manages memory and i/o.

                -Module Management +

                How to add, upgrade, remove, and control modules from FreeType.

                -GZIP Streams +

                Using gzip-compressed font files.

                -LZW Streams +

                Using LZW-compressed font files.

                -BZIP2 Streams +

                Using bzip2-compressed font files.

                -LCD Filtering +

                Reduce color fringes of LCD-optimized bitmaps.

                -
                -

                Miscellaneous

                • - -
                  -OpenType Validation + +
                  +

                  Miscellaneous

                  + + - - -

                  An API to validate OpenType tables.

                  -Incremental Loading +

                  Custom Glyph Loading.

                  -The TrueType Engine +

                  TrueType bytecode support.

                  -TrueTypeGX/AAT Validation +

                  An API to validate TrueTypeGX/AAT tables.

                  -
                  -

                  Global Index

                  + +
                  - - -
                  [Index]
                  + -
                  generated on Thu Mar 6 23:13:44 2014
                  +
                  generated on Tue Dec 30 21:42:54 2014
                  diff --git a/freetype/docs/reference/ft2-truetype_engine.html b/freetype/docs/reference/ft2-truetype_engine.html index bc4d4e3c3..d0c467bd4 100644 --- a/freetype/docs/reference/ft2-truetype_engine.html +++ b/freetype/docs/reference/ft2-truetype_engine.html @@ -3,130 +3,174 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
                  [Index][TOC]
                  -

                  FreeType-2.5.3 API Reference

                  + +

                  FreeType-2.5.5 API Reference

                  -

                  -The TrueType Engine -

                  +

                  The TrueType Engine

                  Synopsis

                  - - -
                  FT_TrueTypeEngineTypeFT_Get_TrueType_Engine_Type


                  + + +
                  FT_TrueTypeEngineTypeFT_Get_TrueType_Engine_Type
                  + -

                  This section contains a function used to query the level of TrueType bytecode support compiled in this version of the library.

                  -

                  -
                  -

                  FT_TrueTypeEngineType

                  -
                  -Defined in FT_MODULE_H (ftmodapi.h). -

                  -
                   
                  +
                  +

                  FT_TrueTypeEngineType

                  +

                  Defined in FT_MODULE_H (ftmodapi.h).

                  +
                     typedef enum  FT_TrueTypeEngineType_
                     {
                  -    FT_TRUETYPE_ENGINE_TYPE_NONE = 0,
                  -    FT_TRUETYPE_ENGINE_TYPE_UNPATENTED,
                  -    FT_TRUETYPE_ENGINE_TYPE_PATENTED
                  +    FT_TRUETYPE_ENGINE_TYPE_NONE = 0,
                  +    FT_TRUETYPE_ENGINE_TYPE_UNPATENTED,
                  +    FT_TRUETYPE_ENGINE_TYPE_PATENTED
                   
                     } FT_TrueTypeEngineType;
                  +
                  -

                  -

                  A list of values describing which kind of TrueType bytecode engine is implemented in a given FT_Library instance. It is used by the FT_Get_TrueType_Engine_Type function.

                  -

                  -
                  values
                  -

                  - - -
                  FT_TRUETYPE_ENGINE_TYPE_NONE
                  + +

                  values

                  + + - - - -
                  FT_TRUETYPE_ENGINE_TYPE_NONE

                  The library doesn't implement any kind of bytecode interpreter.

                  FT_TRUETYPE_ENGINE_TYPE_UNPATENTED
                  +
                  FT_TRUETYPE_ENGINE_TYPE_UNPATENTED

                  The library implements a bytecode interpreter that doesn't support the patented operations of the TrueType virtual machine.

                  Its main use is to load certain Asian fonts that position and scale glyph components with bytecode instructions. It produces bad output for most other fonts.

                  FT_TRUETYPE_ENGINE_TYPE_PATENTED
                  +
                  FT_TRUETYPE_ENGINE_TYPE_PATENTED

                  The library implements a bytecode interpreter that covers the full instruction set of the TrueType virtual machine (this was governed by patents until May 2010, hence the name).

                  -
                  -
                  since
                  + +

                  since

                  2.2

                  -
                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  FT_Get_TrueType_Engine_Type

                  -
                  -Defined in FT_MODULE_H (ftmodapi.h). -

                  -
                   
                  +
                  + + +
                  +

                  FT_Get_TrueType_Engine_Type

                  +

                  Defined in FT_MODULE_H (ftmodapi.h).

                  +
                     FT_EXPORT( FT_TrueTypeEngineType )
                     FT_Get_TrueType_Engine_Type( FT_Library  library );
                  +
                  -

                  -

                  Return an FT_TrueTypeEngineType value to indicate which level of the TrueType virtual machine a given library instance supports.

                  -

                  -
                  input
                  -

                  - -
                  library + +

                  input

                  + +
                  library

                  A library instance.

                  -
                  -
                  return
                  + +

                  return

                  A value indicating which level is supported.

                  -
                  -
                  since
                  + +

                  since

                  2.2

                  -
                  -
                  -
                  - - -
                  [Index][TOC]
                  + +
                  + diff --git a/freetype/docs/reference/ft2-truetype_tables.html b/freetype/docs/reference/ft2-truetype_tables.html index 5da7a9579..9c63d67da 100644 --- a/freetype/docs/reference/ft2-truetype_tables.html +++ b/freetype/docs/reference/ft2-truetype_tables.html @@ -3,456 +3,129 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
                  [Index][TOC]
                  -

                  FreeType-2.5.3 API Reference

                  + +

                  FreeType-2.5.5 API Reference

                  -

                  -TrueType Tables -

                  +

                  TrueType Tables

                  Synopsis

                  - - - - - - - - - - - -
                  TT_PLATFORM_XXXTT_Postscript
                  TT_APPLE_ID_XXXTT_PCLT
                  TT_MAC_ID_XXXTT_MaxProfile
                  TT_ISO_ID_XXXFT_Sfnt_Tag
                  TT_MS_ID_XXXFT_Get_Sfnt_Table
                  TT_ADOBE_ID_XXXFT_Load_Sfnt_Table
                  TT_HeaderFT_Sfnt_Table_Info
                  TT_HoriHeaderFT_Get_CMap_Language_ID
                  TT_VertHeaderFT_Get_CMap_Format
                  TT_OS2FT_PARAM_TAG_UNPATENTED_HINTING


                  - -
                  -

                  This section contains the definition of TrueType-specific tables as well as some routines used to access and process them.

                  -

                  -
                  -

                  TT_PLATFORM_XXX

                  -
                  -Defined in FT_TRUETYPE_IDS_H (ttnameid.h). -

                  -
                  -
                  -#define TT_PLATFORM_APPLE_UNICODE  0
                  -#define TT_PLATFORM_MACINTOSH      1
                  -#define TT_PLATFORM_ISO            2 /* deprecated */
                  -#define TT_PLATFORM_MICROSOFT      3
                  -#define TT_PLATFORM_CUSTOM         4
                  -#define TT_PLATFORM_ADOBE          7 /* artificial */
                  -
                  -

                  -
                  -

                  A list of valid values for the ‘platform_id’ identifier code in FT_CharMapRec and FT_SfntName structures.

                  -

                  -
                  values
                  -

                  - - - - - - - - -
                  TT_PLATFORM_APPLE_UNICODE
                  -

                  Used by Apple to indicate a Unicode character map and/or name entry. See TT_APPLE_ID_XXX for corresponding ‘encoding_id’ values. Note that name entries in this format are coded as big-endian UCS-2 character codes only.

                  -
                  TT_PLATFORM_MACINTOSH -

                  Used by Apple to indicate a MacOS-specific charmap and/or name entry. See TT_MAC_ID_XXX for corresponding ‘encoding_id’ values. Note that most TrueType fonts contain an Apple roman charmap to be usable on MacOS systems (even if they contain a Microsoft charmap as well).

                  -
                  TT_PLATFORM_ISO -

                  This value was used to specify ISO/IEC 10646 charmaps. It is however now deprecated. See TT_ISO_ID_XXX for a list of corresponding ‘encoding_id’ values.

                  -
                  TT_PLATFORM_MICROSOFT -

                  Used by Microsoft to indicate Windows-specific charmaps. See TT_MS_ID_XXX for a list of corresponding ‘encoding_id’ values. Note that most fonts contain a Unicode charmap using (TT_PLATFORM_MICROSOFT, TT_MS_ID_UNICODE_CS).

                  -
                  TT_PLATFORM_CUSTOM -

                  Used to indicate application-specific charmaps.

                  -
                  TT_PLATFORM_ADOBE -

                  This value isn't part of any font format specification, but is used by FreeType to report Adobe-specific charmaps in an FT_CharMapRec structure. See TT_ADOBE_ID_XXX.

                  -
                  -
                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  TT_APPLE_ID_XXX

                  -
                  -Defined in FT_TRUETYPE_IDS_H (ttnameid.h). -

                  -
                  -
                  -#define TT_APPLE_ID_DEFAULT           0 /* Unicode 1.0 */
                  -#define TT_APPLE_ID_UNICODE_1_1       1 /* specify Hangul at U+34xx */
                  -#define TT_APPLE_ID_ISO_10646         2 /* deprecated */
                  -#define TT_APPLE_ID_UNICODE_2_0       3 /* or later */
                  -#define TT_APPLE_ID_UNICODE_32        4 /* 2.0 or later, full repertoire */
                  -#define TT_APPLE_ID_VARIANT_SELECTOR  5 /* variation selector data */
                  -
                  -

                  -
                  -

                  A list of valid values for the ‘encoding_id’ for TT_PLATFORM_APPLE_UNICODE charmaps and name entries.

                  -

                  -
                  values
                  -

                  - - - - - - - - - - +
                  TT_APPLE_ID_DEFAULT -

                  Unicode version 1.0.

                  -
                  TT_APPLE_ID_UNICODE_1_1
                  -

                  Unicode 1.1; specifies Hangul characters starting at U+34xx.

                  -
                  TT_APPLE_ID_ISO_10646 -

                  Deprecated (identical to preceding).

                  -
                  TT_APPLE_ID_UNICODE_2_0
                  -

                  Unicode 2.0 and beyond (UTF-16 BMP only).

                  -
                  TT_APPLE_ID_UNICODE_32 -

                  Unicode 3.1 and beyond, using UTF-32.

                  -
                  TT_APPLE_ID_VARIANT_SELECTOR
                  -

                  From Adobe, not Apple. Not a normal cmap. Specifies variations on a real cmap.

                  -
                  + + + + + + + + + + + +
                  TT_Header 
                  TT_HoriHeaderFT_Get_CMap_Language_ID
                  TT_VertHeaderFT_Get_CMap_Format
                  TT_OS2 
                  TT_PostscriptFT_PARAM_TAG_UNPATENTED_HINTING
                  TT_PCLT 
                  TT_MaxProfileTT_PLATFORM_XXX
                   TT_APPLE_ID_XXX
                  FT_Sfnt_TagTT_MAC_ID_XXX
                  FT_Get_Sfnt_TableTT_ISO_ID_XXX
                  FT_Load_Sfnt_TableTT_MS_ID_XXX
                  FT_Sfnt_Table_InfoTT_ADOBE_ID_XXX
                  -
                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  TT_MAC_ID_XXX

                  -
                  -Defined in FT_TRUETYPE_IDS_H (ttnameid.h). -

                  -
                  -
                  -#define TT_MAC_ID_ROMAN                 0
                  -#define TT_MAC_ID_JAPANESE              1
                  -#define TT_MAC_ID_TRADITIONAL_CHINESE   2
                  -#define TT_MAC_ID_KOREAN                3
                  -#define TT_MAC_ID_ARABIC                4
                  -#define TT_MAC_ID_HEBREW                5
                  -#define TT_MAC_ID_GREEK                 6
                  -#define TT_MAC_ID_RUSSIAN               7
                  -#define TT_MAC_ID_RSYMBOL               8
                  -#define TT_MAC_ID_DEVANAGARI            9
                  -#define TT_MAC_ID_GURMUKHI             10
                  -#define TT_MAC_ID_GUJARATI             11
                  -#define TT_MAC_ID_ORIYA                12
                  -#define TT_MAC_ID_BENGALI              13
                  -#define TT_MAC_ID_TAMIL                14
                  -#define TT_MAC_ID_TELUGU               15
                  -#define TT_MAC_ID_KANNADA              16
                  -#define TT_MAC_ID_MALAYALAM            17
                  -#define TT_MAC_ID_SINHALESE            18
                  -#define TT_MAC_ID_BURMESE              19
                  -#define TT_MAC_ID_KHMER                20
                  -#define TT_MAC_ID_THAI                 21
                  -#define TT_MAC_ID_LAOTIAN              22
                  -#define TT_MAC_ID_GEORGIAN             23
                  -#define TT_MAC_ID_ARMENIAN             24
                  -#define TT_MAC_ID_MALDIVIAN            25
                  -#define TT_MAC_ID_SIMPLIFIED_CHINESE   25
                  -#define TT_MAC_ID_TIBETAN              26
                  -#define TT_MAC_ID_MONGOLIAN            27
                  -#define TT_MAC_ID_GEEZ                 28
                  -#define TT_MAC_ID_SLAVIC               29
                  -#define TT_MAC_ID_VIETNAMESE           30
                  -#define TT_MAC_ID_SINDHI               31
                  -#define TT_MAC_ID_UNINTERP             32
                  -
                  -

                  -
                  -

                  A list of valid values for the ‘encoding_id’ for TT_PLATFORM_MACINTOSH charmaps and name entries.

                  -

                  -
                  values
                  -

                  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                  TT_MAC_ID_ROMAN -

                  -
                  TT_MAC_ID_JAPANESE -

                  -
                  TT_MAC_ID_TRADITIONAL_CHINESE
                  -

                  -
                  TT_MAC_ID_KOREAN -

                  -
                  TT_MAC_ID_ARABIC -

                  -
                  TT_MAC_ID_HEBREW -

                  -
                  TT_MAC_ID_GREEK -

                  -
                  TT_MAC_ID_RUSSIAN -

                  -
                  TT_MAC_ID_RSYMBOL -

                  -
                  TT_MAC_ID_DEVANAGARI -

                  -
                  TT_MAC_ID_GURMUKHI -

                  -
                  TT_MAC_ID_GUJARATI -

                  -
                  TT_MAC_ID_ORIYA -

                  -
                  TT_MAC_ID_BENGALI -

                  -
                  TT_MAC_ID_TAMIL -

                  -
                  TT_MAC_ID_TELUGU -

                  -
                  TT_MAC_ID_KANNADA -

                  -
                  TT_MAC_ID_MALAYALAM -

                  -
                  TT_MAC_ID_SINHALESE -

                  -
                  TT_MAC_ID_BURMESE -

                  -
                  TT_MAC_ID_KHMER -

                  -
                  TT_MAC_ID_THAI -

                  -
                  TT_MAC_ID_LAOTIAN -

                  -
                  TT_MAC_ID_GEORGIAN -

                  -
                  TT_MAC_ID_ARMENIAN -

                  -
                  TT_MAC_ID_MALDIVIAN -

                  -
                  TT_MAC_ID_SIMPLIFIED_CHINESE
                  -

                  -
                  TT_MAC_ID_TIBETAN -

                  -
                  TT_MAC_ID_MONGOLIAN -

                  -
                  TT_MAC_ID_GEEZ -

                  -
                  TT_MAC_ID_SLAVIC -

                  -
                  TT_MAC_ID_VIETNAMESE -

                  -
                  TT_MAC_ID_SINDHI -

                  -
                  TT_MAC_ID_UNINTERP -

                  -
                  -
                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  TT_ISO_ID_XXX

                  -
                  -Defined in FT_TRUETYPE_IDS_H (ttnameid.h). -

                  -
                  -
                  -#define TT_ISO_ID_7BIT_ASCII  0
                  -#define TT_ISO_ID_10646       1
                  -#define TT_ISO_ID_8859_1      2
                  -
                  -

                  -
                  -

                  A list of valid values for the ‘encoding_id’ for TT_PLATFORM_ISO charmaps and name entries.

                  -

                  Their use is now deprecated.

                  -

                  -
                  values
                  -

                  - - - - -
                  TT_ISO_ID_7BIT_ASCII -

                  ASCII.

                  -
                  TT_ISO_ID_10646 -

                  ISO/10646.

                  -
                  TT_ISO_ID_8859_1 -

                  Also known as Latin-1.

                  -
                  -
                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  TT_MS_ID_XXX

                  -
                  -Defined in FT_TRUETYPE_IDS_H (ttnameid.h). -

                  -
                  -
                  -#define TT_MS_ID_SYMBOL_CS    0
                  -#define TT_MS_ID_UNICODE_CS   1
                  -#define TT_MS_ID_SJIS         2
                  -#define TT_MS_ID_GB2312       3
                  -#define TT_MS_ID_BIG_5        4
                  -#define TT_MS_ID_WANSUNG      5
                  -#define TT_MS_ID_JOHAB        6
                  -#define TT_MS_ID_UCS_4       10
                  -
                  -

                  -
                  -

                  A list of valid values for the ‘encoding_id’ for TT_PLATFORM_MICROSOFT charmaps and name entries.

                  -

                  -
                  values
                  -

                  - - - - - - - - - -
                  TT_MS_ID_SYMBOL_CS -

                  Corresponds to Microsoft symbol encoding. See FT_ENCODING_MS_SYMBOL.

                  -
                  TT_MS_ID_UNICODE_CS -

                  Corresponds to a Microsoft WGL4 charmap, matching Unicode. See FT_ENCODING_UNICODE.

                  -
                  TT_MS_ID_SJIS -

                  Corresponds to SJIS Japanese encoding. See FT_ENCODING_SJIS.

                  -
                  TT_MS_ID_GB2312 -

                  Corresponds to Simplified Chinese as used in Mainland China. See FT_ENCODING_GB2312.

                  -
                  TT_MS_ID_BIG_5 -

                  Corresponds to Traditional Chinese as used in Taiwan and Hong Kong. See FT_ENCODING_BIG5.

                  -
                  TT_MS_ID_WANSUNG -

                  Corresponds to Korean Wansung encoding. See FT_ENCODING_WANSUNG.

                  -
                  TT_MS_ID_JOHAB -

                  Corresponds to Johab encoding. See FT_ENCODING_JOHAB.

                  -
                  TT_MS_ID_UCS_4 -

                  Corresponds to UCS-4 or UTF-32 charmaps. This has been added to the OpenType specification version 1.4 (mid-2001.)

                  -
                  -
                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  TT_ADOBE_ID_XXX

                  -
                  -Defined in FT_TRUETYPE_IDS_H (ttnameid.h). -

                  -
                  -
                  -#define TT_ADOBE_ID_STANDARD  0
                  -#define TT_ADOBE_ID_EXPERT    1
                  -#define TT_ADOBE_ID_CUSTOM    2
                  -#define TT_ADOBE_ID_LATIN_1   3
                  -
                  -

                  -
                  -

                  A list of valid values for the ‘encoding_id’ for TT_PLATFORM_ADOBE charmaps. This is a FreeType-specific extension!

                  -

                  -
                  values
                  -

                  - - - - - -
                  TT_ADOBE_ID_STANDARD -

                  Adobe standard encoding.

                  -
                  TT_ADOBE_ID_EXPERT -

                  Adobe expert encoding.

                  -
                  TT_ADOBE_ID_CUSTOM -

                  Adobe custom encoding.

                  -
                  TT_ADOBE_ID_LATIN_1 -

                  Adobe Latin 1 encoding.

                  -
                  -
                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  TT_Header

                  -
                  -Defined in FT_TRUETYPE_TABLES_H (tttables.h). -

                  -
                   
                  +
                  +

                  This section contains the definition of TrueType-specific tables as well as some routines used to access and process them.

                  + +
                  +

                  TT_Header

                  +

                  Defined in FT_TRUETYPE_TABLES_H (tttables.h).

                  +
                     typedef struct  TT_Header_
                     {
                       FT_Fixed   Table_Version;
                  @@ -480,24 +153,17 @@ Defined in FT_TRUETYPE_TABLES_H (tttables.h).
                       FT_Short   Glyph_Data_Format;
                   
                     } TT_Header;
                  +
                  -

                  -

                  A structure used to model a TrueType font header table. All fields follow the TrueType specification.

                  -

                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  TT_HoriHeader

                  -
                  -Defined in FT_TRUETYPE_TABLES_H (tttables.h). -

                  -
                   
                  +
                  + + +
                  +

                  TT_HoriHeader

                  +

                  Defined in FT_TRUETYPE_TABLES_H (tttables.h).

                  +
                     typedef struct  TT_HoriHeader_
                     {
                       FT_Fixed   Version;
                  @@ -527,82 +193,74 @@ Defined in FT_TRUETYPE_TABLES_H (tttables.h).
                       void*      short_metrics;
                   
                     } TT_HoriHeader;
                  +
                  -

                  -

                  A structure used to model a TrueType horizontal header, the ‘hhea’ table, as well as the corresponding horizontal metrics table, i.e., the ‘hmtx’ table.

                  -

                  -
                  fields
                  -

                  - -
                  Version + +

                  fields

                  + + - - - - - - - - - - - - - -
                  Version

                  The table version.

                  Ascender +
                  Ascender

                  The font's ascender, i.e., the distance from the baseline to the top-most of all glyph points found in the font.

                  This value is invalid in many fonts, as it is usually set by the font designer, and often reflects only a portion of the glyphs found in the font (maybe ASCII).

                  You should use the ‘sTypoAscender’ field of the OS/2 table instead if you want the correct one.

                  Descender +
                  Descender

                  The font's descender, i.e., the distance from the baseline to the bottom-most of all glyph points found in the font. It is negative.

                  This value is invalid in many fonts, as it is usually set by the font designer, and often reflects only a portion of the glyphs found in the font (maybe ASCII).

                  You should use the ‘sTypoDescender’ field of the OS/2 table instead if you want the correct one.

                  Line_Gap +
                  Line_Gap

                  The font's line gap, i.e., the distance to add to the ascender and descender to get the BTB, i.e., the baseline-to-baseline distance for the font.

                  advance_Width_Max +
                  advance_Width_Max

                  This field is the maximum of all advance widths found in the font. It can be used to compute the maximum width of an arbitrary string of text.

                  min_Left_Side_Bearing +
                  min_Left_Side_Bearing

                  The minimum left side bearing of all glyphs within the font.

                  min_Right_Side_Bearing +
                  min_Right_Side_Bearing

                  The minimum right side bearing of all glyphs within the font.

                  xMax_Extent +
                  xMax_Extent

                  The maximum horizontal extent (i.e., the ‘width’ of a glyph's bounding box) for all glyphs in the font.

                  caret_Slope_Rise +
                  caret_Slope_Rise

                  The rise coefficient of the cursor's slope of the cursor (slope=rise/run).

                  caret_Slope_Run +
                  caret_Slope_Run

                  The run coefficient of the cursor's slope.

                  Reserved +
                  Reserved

                  8 reserved bytes.

                  metric_Data_Format +
                  metric_Data_Format

                  Always 0.

                  number_Of_HMetrics +
                  number_Of_HMetrics

                  Number of HMetrics entries in the ‘hmtx’ table -- this value can be smaller than the total number of glyphs in the font.

                  long_metrics +
                  long_metrics

                  A pointer into the ‘hmtx’ table.

                  short_metrics +
                  short_metrics

                  A pointer into the ‘hmtx’ table.

                  -
                  -
                  note
                  + +

                  note

                  IMPORTANT: The TT_HoriHeader and TT_VertHeader structures should be identical except for the names of their fields, which are different.

                  This ensures that a single function in the ‘ttload’ module is able to read both the horizontal and vertical headers.

                  -
                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  TT_VertHeader

                  -
                  -Defined in FT_TRUETYPE_TABLES_H (tttables.h). -

                  -
                   
                  +
                  + + +
                  +

                  TT_VertHeader

                  +

                  Defined in FT_TRUETYPE_TABLES_H (tttables.h).

                  +
                     typedef struct  TT_VertHeader_
                     {
                       FT_Fixed   Version;
                  @@ -632,86 +290,77 @@ Defined in FT_TRUETYPE_TABLES_H (tttables.h).
                       void*      short_metrics;
                   
                     } TT_VertHeader;
                  +
                  -

                  -

                  A structure used to model a TrueType vertical header, the ‘vhea’ table, as well as the corresponding vertical metrics table, i.e., the ‘vmtx’ table.

                  -

                  -
                  fields
                  -

                  - -
                  Version + +

                  fields

                  + + - - - - - - - - - - - - - - - -
                  Version

                  The table version.

                  Ascender +
                  Ascender

                  The font's ascender, i.e., the distance from the baseline to the top-most of all glyph points found in the font.

                  This value is invalid in many fonts, as it is usually set by the font designer, and often reflects only a portion of the glyphs found in the font (maybe ASCII).

                  You should use the ‘sTypoAscender’ field of the OS/2 table instead if you want the correct one.

                  Descender +
                  Descender

                  The font's descender, i.e., the distance from the baseline to the bottom-most of all glyph points found in the font. It is negative.

                  This value is invalid in many fonts, as it is usually set by the font designer, and often reflects only a portion of the glyphs found in the font (maybe ASCII).

                  You should use the ‘sTypoDescender’ field of the OS/2 table instead if you want the correct one.

                  Line_Gap +
                  Line_Gap

                  The font's line gap, i.e., the distance to add to the ascender and descender to get the BTB, i.e., the baseline-to-baseline distance for the font.

                  advance_Height_Max +
                  advance_Height_Max

                  This field is the maximum of all advance heights found in the font. It can be used to compute the maximum height of an arbitrary string of text.

                  min_Top_Side_Bearing +
                  min_Top_Side_Bearing

                  The minimum top side bearing of all glyphs within the font.

                  min_Bottom_Side_Bearing
                  +
                  min_Bottom_Side_Bearing

                  The minimum bottom side bearing of all glyphs within the font.

                  yMax_Extent +
                  yMax_Extent

                  The maximum vertical extent (i.e., the ‘height’ of a glyph's bounding box) for all glyphs in the font.

                  caret_Slope_Rise +
                  caret_Slope_Rise

                  The rise coefficient of the cursor's slope of the cursor (slope=rise/run).

                  caret_Slope_Run +
                  caret_Slope_Run

                  The run coefficient of the cursor's slope.

                  caret_Offset +
                  caret_Offset

                  The cursor's offset for slanted fonts. This value is ‘reserved’ in vmtx version 1.0.

                  Reserved +
                  Reserved

                  8 reserved bytes.

                  metric_Data_Format +
                  metric_Data_Format

                  Always 0.

                  number_Of_HMetrics +
                  number_Of_HMetrics

                  Number of VMetrics entries in the ‘vmtx’ table -- this value can be smaller than the total number of glyphs in the font.

                  long_metrics +
                  long_metrics

                  A pointer into the ‘vmtx’ table.

                  short_metrics +
                  short_metrics

                  A pointer into the ‘vmtx’ table.

                  -
                  -
                  note
                  + +

                  note

                  IMPORTANT: The TT_HoriHeader and TT_VertHeader structures should be identical except for the names of their fields, which are different.

                  This ensures that a single function in the ‘ttload’ module is able to read both the horizontal and vertical headers.

                  -
                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  TT_OS2

                  -
                  -Defined in FT_TRUETYPE_TABLES_H (tttables.h). -

                  -
                   
                  +
                  + + +
                  +

                  TT_OS2

                  +

                  Defined in FT_TRUETYPE_TABLES_H (tttables.h).

                  +
                     typedef struct  TT_OS2_
                     {
                       FT_UShort  version;                /* 0x0001 - more or 0xFFFF */
                  @@ -768,25 +417,18 @@ Defined in FT_TRUETYPE_TABLES_H (tttables.h).
                       FT_UShort  usUpperOpticalPointSize;       /* in twips (1/20th points) */
                   
                     } TT_OS2;
                  +
                  -

                  -

                  A structure used to model a TrueType OS/2 table. All fields comply to the OpenType specification.

                  Note that we now support old Mac fonts that do not include an OS/2 table. In this case, the ‘version’ field is always set to 0xFFFF.

                  -

                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  TT_Postscript

                  -
                  -Defined in FT_TRUETYPE_TABLES_H (tttables.h). -

                  -
                   
                  +
                  + + +
                  +

                  TT_Postscript

                  +

                  Defined in FT_TRUETYPE_TABLES_H (tttables.h).

                  +
                     typedef struct  TT_Postscript_
                     {
                       FT_Fixed  FormatType;
                  @@ -803,24 +445,17 @@ Defined in FT_TRUETYPE_TABLES_H (tttables.h).
                       /* load them by default.  See the ttpost.c file.  */
                   
                     } TT_Postscript;
                  +
                  -

                  -

                  A structure used to model a TrueType PostScript table. All fields comply to the TrueType specification. This structure does not reference the PostScript glyph names, which can be nevertheless accessed with the ‘ttpost’ module.

                  -

                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  TT_PCLT

                  -
                  -Defined in FT_TRUETYPE_TABLES_H (tttables.h). -

                  -
                   
                  +
                  + + +
                  +

                  TT_PCLT

                  +

                  Defined in FT_TRUETYPE_TABLES_H (tttables.h).

                  +
                     typedef struct  TT_PCLT_
                     {
                       FT_Fixed   Version;
                  @@ -840,24 +475,17 @@ Defined in FT_TRUETYPE_TABLES_H (tttables.h).
                       FT_Byte    Reserved;
                   
                     } TT_PCLT;
                  +
                  -

                  -

                  A structure used to model a TrueType PCLT table. All fields comply to the TrueType specification.

                  -

                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  TT_MaxProfile

                  -
                  -Defined in FT_TRUETYPE_TABLES_H (tttables.h). -

                  -
                   
                  +
                  + + +
                  +

                  TT_MaxProfile

                  +

                  Defined in FT_TRUETYPE_TABLES_H (tttables.h).

                  +
                     typedef struct  TT_MaxProfile_
                     {
                       FT_Fixed   version;
                  @@ -877,132 +505,150 @@ Defined in FT_TRUETYPE_TABLES_H (tttables.h).
                       FT_UShort  maxComponentDepth;
                   
                     } TT_MaxProfile;
                  +
                  -

                  -

                  The maximum profile is a table containing many max values, which can be used to pre-allocate arrays. This ensures that no memory allocation occurs during a glyph load.

                  -

                  -
                  fields
                  -

                  - -
                  version + +

                  fields

                  + + - - - - - - - - - - - - - -
                  version

                  The version number.

                  numGlyphs +
                  numGlyphs

                  The number of glyphs in this TrueType font.

                  maxPoints +
                  maxPoints

                  The maximum number of points in a non-composite TrueType glyph. See also the structure element ‘maxCompositePoints’.

                  maxContours +
                  maxContours

                  The maximum number of contours in a non-composite TrueType glyph. See also the structure element ‘maxCompositeContours’.

                  maxCompositePoints +
                  maxCompositePoints

                  The maximum number of points in a composite TrueType glyph. See also the structure element ‘maxPoints’.

                  maxCompositeContours +
                  maxCompositeContours

                  The maximum number of contours in a composite TrueType glyph. See also the structure element ‘maxContours’.

                  maxZones +
                  maxZones

                  The maximum number of zones used for glyph hinting.

                  maxTwilightPoints +
                  maxTwilightPoints

                  The maximum number of points in the twilight zone used for glyph hinting.

                  maxStorage +
                  maxStorage

                  The maximum number of elements in the storage area used for glyph hinting.

                  maxFunctionDefs +
                  maxFunctionDefs

                  The maximum number of function definitions in the TrueType bytecode for this font.

                  maxInstructionDefs +
                  maxInstructionDefs

                  The maximum number of instruction definitions in the TrueType bytecode for this font.

                  maxStackElements +
                  maxStackElements

                  The maximum number of stack elements used during bytecode interpretation.

                  maxSizeOfInstructions +
                  maxSizeOfInstructions

                  The maximum number of TrueType opcodes used for glyph hinting.

                  maxComponentElements +
                  maxComponentElements

                  The maximum number of simple (i.e., non- composite) glyphs in a composite glyph.

                  maxComponentDepth +
                  maxComponentDepth

                  The maximum nesting depth of composite glyphs.

                  -
                  -
                  note
                  + +

                  note

                  This structure is only used during font loading.

                  -
                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  FT_Sfnt_Tag

                  -
                  -Defined in FT_TRUETYPE_TABLES_H (tttables.h). -

                  -
                   
                  +
                  + + +
                  +

                  FT_Sfnt_Tag

                  +

                  Defined in FT_TRUETYPE_TABLES_H (tttables.h).

                  +
                     typedef enum  FT_Sfnt_Tag_
                     {
                  -    ft_sfnt_head = 0,    /* TT_Header     */
                  -    ft_sfnt_maxp = 1,    /* TT_MaxProfile */
                  -    ft_sfnt_os2  = 2,    /* TT_OS2        */
                  -    ft_sfnt_hhea = 3,    /* TT_HoriHeader */
                  -    ft_sfnt_vhea = 4,    /* TT_VertHeader */
                  -    ft_sfnt_post = 5,    /* TT_Postscript */
                  -    ft_sfnt_pclt = 6,    /* TT_PCLT       */
                  +    FT_SFNT_HEAD,
                  +    FT_SFNT_MAXP,
                  +    FT_SFNT_OS2,
                  +    FT_SFNT_HHEA,
                  +    FT_SFNT_VHEA,
                  +    FT_SFNT_POST,
                  +    FT_SFNT_PCLT,
                   
                  -    sfnt_max   /* internal end mark */
                  +    FT_SFNT_MAX
                   
                     } FT_Sfnt_Tag;
                   
                  -

                  -
                  + /* these constants are deprecated; use the corresponding `FT_Sfnt_Tag' */ + /* values instead */ +#define ft_sfnt_head FT_SFNT_HEAD +#define ft_sfnt_maxp FT_SFNT_MAXP +#define ft_sfnt_os2 FT_SFNT_OS2 +#define ft_sfnt_hhea FT_SFNT_HHEA +#define ft_sfnt_vhea FT_SFNT_VHEA +#define ft_sfnt_post FT_SFNT_POST +#define ft_sfnt_pclt FT_SFNT_PCLT + +

                  An enumeration used to specify the index of an SFNT table. Used in the FT_Get_Sfnt_Table API function.

                  -

                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  FT_Get_Sfnt_Table

                  -
                  -Defined in FT_TRUETYPE_TABLES_H (tttables.h). -

                  -
                   
                  +

                  values

                  + + + + + + + + +
                  FT_SFNT_HEAD +

                  To access the font's TT_Header structure.

                  +
                  FT_SFNT_MAXP +

                  To access the font's TT_MaxProfile structure.

                  +
                  FT_SFNT_OS2 +

                  To access the font's TT_OS2 structure.

                  +
                  FT_SFNT_HHEA +

                  To access the font's TT_HoriHeader structure.

                  +
                  FT_SFNT_VHEA +

                  To access the font's TT_VertHeader struture.

                  +
                  FT_SFNT_POST +

                  To access the font's TT_Postscript structure.

                  +
                  FT_SFNT_PCLT +

                  To access the font's TT_PCLT structure.

                  +
                  + +
                  + + +
                  +

                  FT_Get_Sfnt_Table

                  +

                  Defined in FT_TRUETYPE_TABLES_H (tttables.h).

                  +
                     FT_EXPORT( void* )
                     FT_Get_Sfnt_Table( FT_Face      face,
                                        FT_Sfnt_Tag  tag );
                  +
                  -

                  -

                  Return a pointer to a given SFNT table within a face.

                  -

                  -
                  input
                  -

                  - -
                  face + +

                  input

                  + + -
                  face

                  A handle to the source.

                  tag +
                  tag

                  The index of the SFNT table.

                  -
                  -
                  return
                  + +

                  return

                  A type-less pointer to the table. This will be 0 in case of error, or if the corresponding table was not found OR loaded from the file.

                  Use a typecast according to ‘tag’ to access the structure elements.

                  -
                  -
                  note
                  + +

                  note

                  The table is owned by the face object and disappears with it.

                  This function is only useful to access SFNT tables that are loaded by the sfnt, truetype, and opentype drivers. See FT_Sfnt_Tag for a list.

                  Here an example how to access the ‘vhea’ table:

                  @@ -1011,69 +657,59 @@ Defined in FT_TRUETYPE_TABLES_H (tttables.h). vert_header = - (TT_VertHeader*)FT_Get_Sfnt_Table( face, ft_sfnt_vhea ); + (TT_VertHeader*)FT_Get_Sfnt_Table( face, FT_SFNT_VHEA ); -
                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  FT_Load_Sfnt_Table

                  -
                  -Defined in FT_TRUETYPE_TABLES_H (tttables.h). -

                  -
                   
                  +
                  + + +
                  +

                  FT_Load_Sfnt_Table

                  +

                  Defined in FT_TRUETYPE_TABLES_H (tttables.h).

                  +
                     FT_EXPORT( FT_Error )
                     FT_Load_Sfnt_Table( FT_Face    face,
                                         FT_ULong   tag,
                                         FT_Long    offset,
                                         FT_Byte*   buffer,
                                         FT_ULong*  length );
                  +
                  -

                  -

                  Load any font table into client memory.

                  -

                  -
                  input
                  -

                  - -
                  face + +

                  input

                  + + - -
                  face

                  A handle to the source face.

                  tag +
                  tag

                  The four-byte tag of the table to load. Use the value 0 if you want to access the whole font file. Otherwise, you can use one of the definitions found in the FT_TRUETYPE_TAGS_H file, or forge a new one with FT_MAKE_TAG.

                  offset +
                  offset

                  The starting offset in the table (or file if tag == 0).

                  -
                  -
                  output
                  -

                  - -
                  buffer + +

                  output

                  + +
                  buffer

                  The target buffer address. The client must ensure that the memory array is big enough to hold the data.

                  -
                  -
                  inout
                  -

                  - -
                  length + +

                  inout

                  + +
                  length

                  If the ‘length’ parameter is NULL, then try to load the whole table. Return an error code if it fails.

                  Else, if ‘*length’ is 0, exit immediately while returning the table's (or file) full size in it.

                  Else the number of bytes to read from the table or file, from the starting offset.

                  -
                  -
                  return
                  + +

                  return

                  FreeType error code. 0 means success.

                  -
                  -
                  note
                  + +

                  note

                  If you need to determine the table's length you should first call this function with ‘*length’ set to 0, as in the following example:

                     FT_ULong  length = 0;
                  @@ -1089,150 +725,449 @@ Defined in FT_TRUETYPE_TABLES_H (tttables.h).
                     if ( error ) { ... could not load table ... }
                   

                  Note that structures like TT_Header or TT_OS2 can't be used with this function; they are limited to FT_Get_Sfnt_Table. Reason is that those structures depend on the processor architecture, with varying size (e.g. 32bit vs. 64bit) or order (big endian vs. little endian).

                  -
                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  FT_Sfnt_Table_Info

                  -
                  -Defined in FT_TRUETYPE_TABLES_H (tttables.h). -

                  -
                   
                  +
                  + + +
                  +

                  FT_Sfnt_Table_Info

                  +

                  Defined in FT_TRUETYPE_TABLES_H (tttables.h).

                  +
                     FT_EXPORT( FT_Error )
                     FT_Sfnt_Table_Info( FT_Face    face,
                                         FT_UInt    table_index,
                                         FT_ULong  *tag,
                                         FT_ULong  *length );
                  +
                  -

                  -

                  Return information on an SFNT table.

                  -

                  -
                  input
                  -

                  - -
                  face + +

                  input

                  + + -
                  face

                  A handle to the source face.

                  table_index +
                  table_index

                  The index of an SFNT table. The function returns FT_Err_Table_Missing for an invalid value.

                  -
                  -
                  inout
                  -

                  - -
                  tag + +

                  inout

                  + +
                  tag

                  The name tag of the SFNT table. If the value is NULL, ‘table_index’ is ignored, and ‘length’ returns the number of SFNT tables in the font.

                  -
                  -
                  output
                  -

                  - -
                  length + +

                  output

                  + +
                  length

                  The length of the SFNT table (or the number of SFNT tables, depending on ‘tag’).

                  -
                  -
                  return
                  + +

                  return

                  FreeType error code. 0 means success.

                  -
                  -
                  note
                  + +

                  note

                  While parsing fonts, FreeType handles SFNT tables with length zero as missing.

                  -
                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  FT_Get_CMap_Language_ID

                  -
                  -Defined in FT_TRUETYPE_TABLES_H (tttables.h). -

                  -
                   
                  +
                  + + +
                  +

                  FT_Get_CMap_Language_ID

                  +

                  Defined in FT_TRUETYPE_TABLES_H (tttables.h).

                  +
                     FT_EXPORT( FT_ULong )
                     FT_Get_CMap_Language_ID( FT_CharMap  charmap );
                  +
                  -

                  -

                  Return TrueType/sfnt specific cmap language ID. Definitions of language ID values are in ‘ttnameid.h’.

                  -

                  -
                  input
                  -

                  - -
                  charmap + +

                  input

                  + +
                  charmap

                  The target charmap.

                  -
                  -
                  return
                  + +

                  return

                  The language ID of ‘charmap’. If ‘charmap’ doesn't belong to a TrueType/sfnt face, just return 0 as the default value.

                  For a format 14 cmap (to access Unicode IVS), the return value is 0xFFFFFFFF.

                  -
                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  FT_Get_CMap_Format

                  -
                  -Defined in FT_TRUETYPE_TABLES_H (tttables.h). -

                  -
                   
                  +
                  + + +
                  +

                  FT_Get_CMap_Format

                  +

                  Defined in FT_TRUETYPE_TABLES_H (tttables.h).

                  +
                     FT_EXPORT( FT_Long )
                     FT_Get_CMap_Format( FT_CharMap  charmap );
                  +
                  -

                  -

                  Return TrueType/sfnt specific cmap format.

                  -

                  -
                  input
                  -

                  - -
                  charmap + +

                  input

                  + +
                  charmap

                  The target charmap.

                  -
                  -
                  return
                  + +

                  return

                  The format of ‘charmap’. If ‘charmap’ doesn't belong to a TrueType/sfnt face, return -1.

                  -
                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  FT_PARAM_TAG_UNPATENTED_HINTING

                  -
                  -Defined in FT_UNPATENTED_HINTING_H (ttunpat.h). -

                  -
                   
                  +
                  + + +
                  +

                  FT_PARAM_TAG_UNPATENTED_HINTING

                  +

                  Defined in FT_UNPATENTED_HINTING_H (ttunpat.h).

                  +
                   #define FT_PARAM_TAG_UNPATENTED_HINTING  FT_MAKE_TAG( 'u', 'n', 'p', 'a' )
                  +
                  -

                  -

                  A constant used as the tag of an FT_Parameter structure to indicate that unpatented methods only should be used by the TrueType bytecode interpreter for a typeface opened by FT_Open_Face.

                  -

                  -
                  -
                  - - -
                  [Index][TOC]
                  + +
                  + + +
                  +

                  TT_PLATFORM_XXX

                  +

                  Defined in FT_TRUETYPE_IDS_H (ttnameid.h).

                  +
                  +#define TT_PLATFORM_APPLE_UNICODE  0
                  +#define TT_PLATFORM_MACINTOSH      1
                  +#define TT_PLATFORM_ISO            2 /* deprecated */
                  +#define TT_PLATFORM_MICROSOFT      3
                  +#define TT_PLATFORM_CUSTOM         4
                  +#define TT_PLATFORM_ADOBE          7 /* artificial */
                  +
                  + +

                  A list of valid values for the ‘platform_id’ identifier code in FT_CharMapRec and FT_SfntName structures.

                  + +

                  values

                  + + + + + + + +
                  TT_PLATFORM_APPLE_UNICODE +

                  Used by Apple to indicate a Unicode character map and/or name entry. See TT_APPLE_ID_XXX for corresponding ‘encoding_id’ values. Note that name entries in this format are coded as big-endian UCS-2 character codes only.

                  +
                  TT_PLATFORM_MACINTOSH +

                  Used by Apple to indicate a MacOS-specific charmap and/or name entry. See TT_MAC_ID_XXX for corresponding ‘encoding_id’ values. Note that most TrueType fonts contain an Apple roman charmap to be usable on MacOS systems (even if they contain a Microsoft charmap as well).

                  +
                  TT_PLATFORM_ISO +

                  This value was used to specify ISO/IEC 10646 charmaps. It is however now deprecated. See TT_ISO_ID_XXX for a list of corresponding ‘encoding_id’ values.

                  +
                  TT_PLATFORM_MICROSOFT +

                  Used by Microsoft to indicate Windows-specific charmaps. See TT_MS_ID_XXX for a list of corresponding ‘encoding_id’ values. Note that most fonts contain a Unicode charmap using (TT_PLATFORM_MICROSOFT, TT_MS_ID_UNICODE_CS).

                  +
                  TT_PLATFORM_CUSTOM +

                  Used to indicate application-specific charmaps.

                  +
                  TT_PLATFORM_ADOBE +

                  This value isn't part of any font format specification, but is used by FreeType to report Adobe-specific charmaps in an FT_CharMapRec structure. See TT_ADOBE_ID_XXX.

                  +
                  + +
                  +
                  + +
                  +

                  TT_APPLE_ID_XXX

                  +

                  Defined in FT_TRUETYPE_IDS_H (ttnameid.h).

                  +
                  +#define TT_APPLE_ID_DEFAULT           0 /* Unicode 1.0 */
                  +#define TT_APPLE_ID_UNICODE_1_1       1 /* specify Hangul at U+34xx */
                  +#define TT_APPLE_ID_ISO_10646         2 /* deprecated */
                  +#define TT_APPLE_ID_UNICODE_2_0       3 /* or later */
                  +#define TT_APPLE_ID_UNICODE_32        4 /* 2.0 or later, full repertoire */
                  +#define TT_APPLE_ID_VARIANT_SELECTOR  5 /* variation selector data */
                  +
                  + +

                  A list of valid values for the ‘encoding_id’ for TT_PLATFORM_APPLE_UNICODE charmaps and name entries.

                  + +

                  values

                  + + + + + + + +
                  TT_APPLE_ID_DEFAULT +

                  Unicode version 1.0.

                  +
                  TT_APPLE_ID_UNICODE_1_1 +

                  Unicode 1.1; specifies Hangul characters starting at U+34xx.

                  +
                  TT_APPLE_ID_ISO_10646 +

                  Deprecated (identical to preceding).

                  +
                  TT_APPLE_ID_UNICODE_2_0 +

                  Unicode 2.0 and beyond (UTF-16 BMP only).

                  +
                  TT_APPLE_ID_UNICODE_32 +

                  Unicode 3.1 and beyond, using UTF-32.

                  +
                  TT_APPLE_ID_VARIANT_SELECTOR +

                  From Adobe, not Apple. Not a normal cmap. Specifies variations on a real cmap.

                  +
                  + +
                  +
                  + +
                  +

                  TT_MAC_ID_XXX

                  +

                  Defined in FT_TRUETYPE_IDS_H (ttnameid.h).

                  +
                  +#define TT_MAC_ID_ROMAN                 0
                  +#define TT_MAC_ID_JAPANESE              1
                  +#define TT_MAC_ID_TRADITIONAL_CHINESE   2
                  +#define TT_MAC_ID_KOREAN                3
                  +#define TT_MAC_ID_ARABIC                4
                  +#define TT_MAC_ID_HEBREW                5
                  +#define TT_MAC_ID_GREEK                 6
                  +#define TT_MAC_ID_RUSSIAN               7
                  +#define TT_MAC_ID_RSYMBOL               8
                  +#define TT_MAC_ID_DEVANAGARI            9
                  +#define TT_MAC_ID_GURMUKHI             10
                  +#define TT_MAC_ID_GUJARATI             11
                  +#define TT_MAC_ID_ORIYA                12
                  +#define TT_MAC_ID_BENGALI              13
                  +#define TT_MAC_ID_TAMIL                14
                  +#define TT_MAC_ID_TELUGU               15
                  +#define TT_MAC_ID_KANNADA              16
                  +#define TT_MAC_ID_MALAYALAM            17
                  +#define TT_MAC_ID_SINHALESE            18
                  +#define TT_MAC_ID_BURMESE              19
                  +#define TT_MAC_ID_KHMER                20
                  +#define TT_MAC_ID_THAI                 21
                  +#define TT_MAC_ID_LAOTIAN              22
                  +#define TT_MAC_ID_GEORGIAN             23
                  +#define TT_MAC_ID_ARMENIAN             24
                  +#define TT_MAC_ID_MALDIVIAN            25
                  +#define TT_MAC_ID_SIMPLIFIED_CHINESE   25
                  +#define TT_MAC_ID_TIBETAN              26
                  +#define TT_MAC_ID_MONGOLIAN            27
                  +#define TT_MAC_ID_GEEZ                 28
                  +#define TT_MAC_ID_SLAVIC               29
                  +#define TT_MAC_ID_VIETNAMESE           30
                  +#define TT_MAC_ID_SINDHI               31
                  +#define TT_MAC_ID_UNINTERP             32
                  +
                  + +

                  A list of valid values for the ‘encoding_id’ for TT_PLATFORM_MACINTOSH charmaps and name entries.

                  + +

                  values

                  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                  TT_MAC_ID_ROMAN +

                  +
                  TT_MAC_ID_JAPANESE +

                  +
                  TT_MAC_ID_TRADITIONAL_CHINESE +

                  +
                  TT_MAC_ID_KOREAN +

                  +
                  TT_MAC_ID_ARABIC +

                  +
                  TT_MAC_ID_HEBREW +

                  +
                  TT_MAC_ID_GREEK +

                  +
                  TT_MAC_ID_RUSSIAN +

                  +
                  TT_MAC_ID_RSYMBOL +

                  +
                  TT_MAC_ID_DEVANAGARI +

                  +
                  TT_MAC_ID_GURMUKHI +

                  +
                  TT_MAC_ID_GUJARATI +

                  +
                  TT_MAC_ID_ORIYA +

                  +
                  TT_MAC_ID_BENGALI +

                  +
                  TT_MAC_ID_TAMIL +

                  +
                  TT_MAC_ID_TELUGU +

                  +
                  TT_MAC_ID_KANNADA +

                  +
                  TT_MAC_ID_MALAYALAM +

                  +
                  TT_MAC_ID_SINHALESE +

                  +
                  TT_MAC_ID_BURMESE +

                  +
                  TT_MAC_ID_KHMER +

                  +
                  TT_MAC_ID_THAI +

                  +
                  TT_MAC_ID_LAOTIAN +

                  +
                  TT_MAC_ID_GEORGIAN +

                  +
                  TT_MAC_ID_ARMENIAN +

                  +
                  TT_MAC_ID_MALDIVIAN +

                  +
                  TT_MAC_ID_SIMPLIFIED_CHINESE +

                  +
                  TT_MAC_ID_TIBETAN +

                  +
                  TT_MAC_ID_MONGOLIAN +

                  +
                  TT_MAC_ID_GEEZ +

                  +
                  TT_MAC_ID_SLAVIC +

                  +
                  TT_MAC_ID_VIETNAMESE +

                  +
                  TT_MAC_ID_SINDHI +

                  +
                  TT_MAC_ID_UNINTERP +

                  +
                  + +
                  +
                  + +
                  +

                  TT_ISO_ID_XXX

                  +

                  Defined in FT_TRUETYPE_IDS_H (ttnameid.h).

                  +
                  +#define TT_ISO_ID_7BIT_ASCII  0
                  +#define TT_ISO_ID_10646       1
                  +#define TT_ISO_ID_8859_1      2
                  +
                  + +

                  A list of valid values for the ‘encoding_id’ for TT_PLATFORM_ISO charmaps and name entries.

                  +

                  Their use is now deprecated.

                  + +

                  values

                  + + + + +
                  TT_ISO_ID_7BIT_ASCII +

                  ASCII.

                  +
                  TT_ISO_ID_10646 +

                  ISO/10646.

                  +
                  TT_ISO_ID_8859_1 +

                  Also known as Latin-1.

                  +
                  + +
                  +
                  + +
                  +

                  TT_MS_ID_XXX

                  +

                  Defined in FT_TRUETYPE_IDS_H (ttnameid.h).

                  +
                  +#define TT_MS_ID_SYMBOL_CS    0
                  +#define TT_MS_ID_UNICODE_CS   1
                  +#define TT_MS_ID_SJIS         2
                  +#define TT_MS_ID_GB2312       3
                  +#define TT_MS_ID_BIG_5        4
                  +#define TT_MS_ID_WANSUNG      5
                  +#define TT_MS_ID_JOHAB        6
                  +#define TT_MS_ID_UCS_4       10
                  +
                  + +

                  A list of valid values for the ‘encoding_id’ for TT_PLATFORM_MICROSOFT charmaps and name entries.

                  + +

                  values

                  + + + + + + + + + +
                  TT_MS_ID_SYMBOL_CS +

                  Corresponds to Microsoft symbol encoding. See FT_ENCODING_MS_SYMBOL.

                  +
                  TT_MS_ID_UNICODE_CS +

                  Corresponds to a Microsoft WGL4 charmap, matching Unicode. See FT_ENCODING_UNICODE.

                  +
                  TT_MS_ID_SJIS +

                  Corresponds to SJIS Japanese encoding. See FT_ENCODING_SJIS.

                  +
                  TT_MS_ID_GB2312 +

                  Corresponds to Simplified Chinese as used in Mainland China. See FT_ENCODING_GB2312.

                  +
                  TT_MS_ID_BIG_5 +

                  Corresponds to Traditional Chinese as used in Taiwan and Hong Kong. See FT_ENCODING_BIG5.

                  +
                  TT_MS_ID_WANSUNG +

                  Corresponds to Korean Wansung encoding. See FT_ENCODING_WANSUNG.

                  +
                  TT_MS_ID_JOHAB +

                  Corresponds to Johab encoding. See FT_ENCODING_JOHAB.

                  +
                  TT_MS_ID_UCS_4 +

                  Corresponds to UCS-4 or UTF-32 charmaps. This has been added to the OpenType specification version 1.4 (mid-2001.)

                  +
                  + +
                  +
                  + +
                  +

                  TT_ADOBE_ID_XXX

                  +

                  Defined in FT_TRUETYPE_IDS_H (ttnameid.h).

                  +
                  +#define TT_ADOBE_ID_STANDARD  0
                  +#define TT_ADOBE_ID_EXPERT    1
                  +#define TT_ADOBE_ID_CUSTOM    2
                  +#define TT_ADOBE_ID_LATIN_1   3
                  +
                  + +

                  A list of valid values for the ‘encoding_id’ for TT_PLATFORM_ADOBE charmaps. This is a FreeType-specific extension!

                  + +

                  values

                  + + + + + +
                  TT_ADOBE_ID_STANDARD +

                  Adobe standard encoding.

                  +
                  TT_ADOBE_ID_EXPERT +

                  Adobe expert encoding.

                  +
                  TT_ADOBE_ID_CUSTOM +

                  Adobe custom encoding.

                  +
                  TT_ADOBE_ID_LATIN_1 +

                  Adobe Latin 1 encoding.

                  +
                  + +
                  +
                  diff --git a/freetype/docs/reference/ft2-tt_driver.html b/freetype/docs/reference/ft2-tt_driver.html index 101828dfb..5d71829e4 100644 --- a/freetype/docs/reference/ft2-tt_driver.html +++ b/freetype/docs/reference/ft2-tt_driver.html @@ -3,55 +3,118 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
                  [Index][TOC]
                  -

                  FreeType-2.5.3 API Reference

                  + +

                  FreeType-2.5.5 API Reference

                  -

                  -The TrueType driver -

                  +

                  The TrueType driver

                  Synopsis

                  - - -
                  interpreter-versionTT_INTERPRETER_VERSION_XXX


                  + + +
                  interpreter-versionTT_INTERPRETER_VERSION_XXX
                  + -

                  While FreeType's TrueType driver doesn't expose API functions by itself, it is possible to control its behaviour with FT_Property_Set and FT_Property_Get. The following lists the available properties together with the necessary macros and structures.

                  The TrueType driver's module name is ‘truetype’.

                  -

                  -
                  -

                  interpreter-version

                  -
                  + +
                  +

                  interpreter-version

                  +

                  Currently, two versions are available, representing the bytecode interpreter with and without subpixel hinting support, respectively. The default is subpixel support if TT_CONFIG_OPTION_SUBPIXEL_HINTING is defined, and no subpixel support otherwise (since it isn't available then).

                  If subpixel hinting is on, many TrueType bytecode instructions behave differently compared to B/W or grayscale rendering. The main idea is to render at a much increased horizontal resolution, then sampling down the created output to subpixel precision. However, many older fonts are not suited to this and must be specially taken care of by applying (hardcoded) font-specific tweaks.

                  Details on subpixel hinting and some of the necessary tweaks can be found in Greg Hitchcock's whitepaper at ‘http://www.microsoft.com/typography/cleartype/truetypecleartype.aspx’.

                  @@ -68,45 +131,35 @@ The TrueType driver "interpreter-version", &interpreter_version ); -

                  -
                  note
                  + +

                  note

                  This property can be used with FT_Property_Get also.

                  -
                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  TT_INTERPRETER_VERSION_XXX

                  -
                  -Defined in FT_TRUETYPE_DRIVER_H (ftttdrv.h). -

                  -
                  -
                  -#define TT_INTERPRETER_VERSION_35  35
                  -#define TT_INTERPRETER_VERSION_38  38
                  -
                  -

                  -
                  + +
                  + + +
                  +

                  TT_INTERPRETER_VERSION_XXX

                  +

                  Defined in FT_TRUETYPE_DRIVER_H (ftttdrv.h).

                  +
                  +#define TT_INTERPRETER_VERSION_35  35
                  +#define TT_INTERPRETER_VERSION_38  38
                  +
                  +

                  A list of constants used for the interpreter-version property to select the hinting engine for Truetype fonts.

                  The numeric value in the constant names represents the version number as returned by the ‘GETINFO’ bytecode instruction.

                  -

                  -
                  values
                  -

                  - - -
                  TT_INTERPRETER_VERSION_35
                  + +

                  values

                  + + - -
                  TT_INTERPRETER_VERSION_35

                  Version 35 corresponds to MS rasterizer v.1.7 as used e.g. in Windows 98; only grayscale and B/W rasterizing is supported.

                  TT_INTERPRETER_VERSION_38
                  +
                  TT_INTERPRETER_VERSION_38

                  Version 38 corresponds to MS rasterizer v.1.9; it is roughly equivalent to the hinting provided by DirectWrite ClearType (as can be found, for example, in the Internet Explorer 9 running on Windows 7).

                  -
                  -
                  note
                  + +

                  note

                  This property controls the behaviour of the bytecode interpreter and thus how outlines get hinted. It does not control how glyph get rasterized! In particular, it does not control subpixel color filtering.

                  If FreeType has not been compiled with configuration option FT_CONFIG_OPTION_SUBPIXEL_HINTING, selecting version 38 causes an ‘FT_Err_Unimplemented_Feature’ error.

                  Depending on the graphics framework, Microsoft uses different bytecode engines. As a consequence, the version numbers returned by a call to the ‘GETINFO[1]’ bytecode instruction are more convoluted than desired.

                  @@ -122,12 +175,9 @@ Defined in FT_TRUETYPE_DRIVER_H (ftttdrv.h). DWrite 8 and later 40

                  Since FreeType doesn't provide all capabilities of DWrite ClearType, using version 38 seems justified.

                  -
                  -
                  -
                  - - -
                  [Index][TOC]
                  + +
                  + diff --git a/freetype/docs/reference/ft2-type1_tables.html b/freetype/docs/reference/ft2-type1_tables.html index 199f3f57f..71355a9d8 100644 --- a/freetype/docs/reference/ft2-type1_tables.html +++ b/freetype/docs/reference/ft2-type1_tables.html @@ -3,63 +3,125 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
                  [Index][TOC]
                  -

                  FreeType-2.5.3 API Reference

                  + +

                  FreeType-2.5.5 API Reference

                  -

                  -Type 1 Tables -

                  +

                  Type 1 Tables

                  Synopsis

                  - - - - - - - -
                  PS_FontInfoRecT1_Blend_FlagsFT_Has_PS_Glyph_Names
                  PS_FontInfoCID_FaceDictRecFT_Get_PS_Font_Info
                  T1_FontInfoCID_FaceDictFT_Get_PS_Font_Private
                  PS_PrivateRecCID_FaceInfoRecT1_EncodingType
                  PS_PrivateCID_FaceInfoPS_Dict_Keys
                  T1_PrivateCID_InfoFT_Get_PS_Font_Value


                  - -
                  + + + + + + + + + +
                  PS_FontInfoRecCID_FaceInfoT1_EncodingType
                  PS_FontInfo PS_Dict_Keys
                  PS_PrivateRecFT_Has_PS_Glyph_Names 
                  PS_PrivateFT_Get_PS_Font_InfoT1_FontInfo
                   FT_Get_PS_Font_PrivateT1_Private
                  CID_FaceDictRecFT_Get_PS_Font_ValueCID_FontDict
                  CID_FaceDict CID_Info
                  CID_FaceInfoRecT1_Blend_Flags
                  + +

                  This section contains the definition of Type 1-specific tables, including structures related to other PostScript font formats.

                  -

                  -
                  -

                  PS_FontInfoRec

                  -
                  -Defined in FT_TYPE1_TABLES_H (t1tables.h). -

                  -
                   
                  +
                  +

                  PS_FontInfoRec

                  +

                  Defined in FT_TYPE1_TABLES_H (t1tables.h).

                  +
                     typedef struct  PS_FontInfoRec_
                     {
                       FT_String*  version;
                  @@ -73,62 +135,29 @@ Defined in FT_TYPE1_TABLES_H (t1tables.h).
                       FT_UShort   underline_thickness;
                   
                     } PS_FontInfoRec;
                  +
                  -

                  -

                  A structure used to model a Type 1 or Type 2 FontInfo dictionary. Note that for Multiple Master fonts, each instance has its own FontInfo dictionary.

                  -

                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  PS_FontInfo

                  -
                  -Defined in FT_TYPE1_TABLES_H (t1tables.h). -

                  -
                   
                  +
                  + + +
                  +

                  PS_FontInfo

                  +

                  Defined in FT_TYPE1_TABLES_H (t1tables.h).

                  +
                     typedef struct PS_FontInfoRec_*  PS_FontInfo;
                  +
                  -

                  -

                  A handle to a PS_FontInfoRec structure.

                  -

                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  T1_FontInfo

                  -
                  -Defined in FT_TYPE1_TABLES_H (t1tables.h). -

                  -
                   
                  -  typedef PS_FontInfoRec  T1_FontInfo;
                  -
                  -

                  -
                  -

                  This type is equivalent to PS_FontInfoRec. It is deprecated but kept to maintain source compatibility between various versions of FreeType.

                  -

                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  PS_PrivateRec

                  -
                  -Defined in FT_TYPE1_TABLES_H (t1tables.h). -

                  -
                  +
                  + +
                  +

                  PS_PrivateRec

                  +

                  Defined in FT_TYPE1_TABLES_H (t1tables.h).

                  +
                     typedef struct  PS_PrivateRec_
                     {
                       FT_Int     unique_id;
                  @@ -168,104 +197,29 @@ Defined in FT_TYPE1_TABLES_H (t1tables.h).
                       FT_Short   min_feature[2];
                   
                     } PS_PrivateRec;
                  +
                  -

                  -

                  A structure used to model a Type 1 or Type 2 private dictionary. Note that for Multiple Master fonts, each instance has its own Private dictionary.

                  -

                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  PS_Private

                  -
                  -Defined in FT_TYPE1_TABLES_H (t1tables.h). -

                  -
                   
                  +
                  + + +
                  +

                  PS_Private

                  +

                  Defined in FT_TYPE1_TABLES_H (t1tables.h).

                  +
                     typedef struct PS_PrivateRec_*  PS_Private;
                  +
                  -

                  -

                  A handle to a PS_PrivateRec structure.

                  -

                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  T1_Private

                  -
                  -Defined in FT_TYPE1_TABLES_H (t1tables.h). -

                  -
                  -
                  -  typedef PS_PrivateRec  T1_Private;
                  -
                  -

                  -
                  -

                  This type is equivalent to PS_PrivateRec. It is deprecated but kept to maintain source compatibility between various versions of FreeType.

                  -

                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  T1_Blend_Flags

                  -
                  -Defined in FT_TYPE1_TABLES_H (t1tables.h). -

                  -
                  -
                  -  typedef enum  T1_Blend_Flags_
                  -  {
                  -    /*# required fields in a FontInfo blend dictionary */
                  -    T1_BLEND_UNDERLINE_POSITION = 0,
                  -    T1_BLEND_UNDERLINE_THICKNESS,
                  -    T1_BLEND_ITALIC_ANGLE,
                  -
                  -    /*# required fields in a Private blend dictionary */
                  -    T1_BLEND_BLUE_VALUES,
                  -    T1_BLEND_OTHER_BLUES,
                  -    T1_BLEND_STANDARD_WIDTH,
                  -    T1_BLEND_STANDARD_HEIGHT,
                  -    T1_BLEND_STEM_SNAP_WIDTHS,
                  -    T1_BLEND_STEM_SNAP_HEIGHTS,
                  -    T1_BLEND_BLUE_SCALE,
                  -    T1_BLEND_BLUE_SHIFT,
                  -    T1_BLEND_FAMILY_BLUES,
                  -    T1_BLEND_FAMILY_OTHER_BLUES,
                  -    T1_BLEND_FORCE_BOLD,
                  -
                  -    /*# never remove */
                  -    T1_BLEND_MAX
                  -
                  -  } T1_Blend_Flags;
                   
                  -

                  -
                  -

                  A set of flags used to indicate which fields are present in a given blend dictionary (font info or private). Used to support Multiple Masters fonts.

                  -

                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  CID_FaceDictRec

                  -
                  -Defined in FT_TYPE1_TABLES_H (t1tables.h). -

                  -
                  +
                  + +
                  +

                  CID_FaceDictRec

                  +

                  Defined in FT_TYPE1_TABLES_H (t1tables.h).

                  +
                     typedef struct  CID_FaceDictRec_
                     {
                       PS_PrivateRec  private_dict;
                  @@ -285,43 +239,29 @@ Defined in FT_TYPE1_TABLES_H (t1tables.h).
                       FT_Int         sd_bytes;
                   
                     } CID_FaceDictRec;
                  +
                  -

                  -

                  A structure used to represent data in a CID top-level dictionary.

                  -

                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  CID_FaceDict

                  -
                  -Defined in FT_TYPE1_TABLES_H (t1tables.h). -

                  -
                   
                  +
                  + + +
                  +

                  CID_FaceDict

                  +

                  Defined in FT_TYPE1_TABLES_H (t1tables.h).

                  +
                     typedef struct CID_FaceDictRec_*  CID_FaceDict;
                  +
                  -

                  -

                  A handle to a CID_FaceDictRec structure.

                  -

                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  CID_FaceInfoRec

                  -
                  -Defined in FT_TYPE1_TABLES_H (t1tables.h). -

                  -
                   
                  +
                  + + +
                  +

                  CID_FaceInfoRec

                  +

                  Defined in FT_TYPE1_TABLES_H (t1tables.h).

                  +
                     typedef struct  CID_FaceInfoRec_
                     {
                       FT_String*      cid_font_name;
                  @@ -350,327 +290,163 @@ Defined in FT_TYPE1_TABLES_H (t1tables.h).
                       FT_ULong        data_offset;
                   
                     } CID_FaceInfoRec;
                  +
                  -

                  -

                  A structure used to represent CID Face information.

                  -

                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  CID_FaceInfo

                  -
                  -Defined in FT_TYPE1_TABLES_H (t1tables.h). -

                  -
                   
                  +
                  + + +
                  +

                  CID_FaceInfo

                  +

                  Defined in FT_TYPE1_TABLES_H (t1tables.h).

                  +
                     typedef struct CID_FaceInfoRec_*  CID_FaceInfo;
                  +
                  -

                  -

                  A handle to a CID_FaceInfoRec structure.

                  -

                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  CID_Info

                  -
                  -Defined in FT_TYPE1_TABLES_H (t1tables.h). -

                  -
                   
                  -  typedef CID_FaceInfoRec  CID_Info;
                  -
                  -

                  -
                  -

                  This type is equivalent to CID_FaceInfoRec. It is deprecated but kept to maintain source compatibility between various versions of FreeType.

                  -

                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  FT_Has_PS_Glyph_Names

                  -
                  -Defined in FT_TYPE1_TABLES_H (t1tables.h). -

                  -
                  +
                  + +
                  +

                  FT_Has_PS_Glyph_Names

                  +

                  Defined in FT_TYPE1_TABLES_H (t1tables.h).

                  +
                     FT_EXPORT( FT_Int )
                     FT_Has_PS_Glyph_Names( FT_Face  face );
                  +
                  -

                  -

                  Return true if a given face provides reliable PostScript glyph names. This is similar to using the FT_HAS_GLYPH_NAMES macro, except that certain fonts (mostly TrueType) contain incorrect glyph name tables.

                  When this function returns true, the caller is sure that the glyph names returned by FT_Get_Glyph_Name are reliable.

                  -

                  -
                  input
                  -

                  - -
                  face + +

                  input

                  + +
                  face

                  face handle

                  -
                  -
                  return
                  + +

                  return

                  Boolean. True if glyph names are reliable.

                  -
                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  FT_Get_PS_Font_Info

                  -
                  -Defined in FT_TYPE1_TABLES_H (t1tables.h). -

                  -
                   
                  +
                  + + +
                  +

                  FT_Get_PS_Font_Info

                  +

                  Defined in FT_TYPE1_TABLES_H (t1tables.h).

                  +
                     FT_EXPORT( FT_Error )
                     FT_Get_PS_Font_Info( FT_Face      face,
                                          PS_FontInfo  afont_info );
                  +
                  -

                  -

                  Retrieve the PS_FontInfoRec structure corresponding to a given PostScript font.

                  -

                  -
                  input
                  -

                  - -
                  face + +

                  input

                  + +
                  face

                  PostScript face handle.

                  -
                  -
                  output
                  -

                  - -
                  afont_info + +

                  output

                  + +
                  afont_info

                  Output font info structure pointer.

                  -
                  -
                  return
                  + +

                  return

                  FreeType error code. 0 means success.

                  -
                  -
                  note
                  + +

                  note

                  The string pointers within the font info structure are owned by the face and don't need to be freed by the caller.

                  If the font's format is not PostScript-based, this function will return the ‘FT_Err_Invalid_Argument’ error code.

                  -
                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  FT_Get_PS_Font_Private

                  -
                  -Defined in FT_TYPE1_TABLES_H (t1tables.h). -

                  -
                   
                  +
                  + + +
                  +

                  FT_Get_PS_Font_Private

                  +

                  Defined in FT_TYPE1_TABLES_H (t1tables.h).

                  +
                     FT_EXPORT( FT_Error )
                     FT_Get_PS_Font_Private( FT_Face     face,
                                             PS_Private  afont_private );
                  +
                  -

                  -

                  Retrieve the PS_PrivateRec structure corresponding to a given PostScript font.

                  -

                  -
                  input
                  -

                  - -
                  face + +

                  input

                  + +
                  face

                  PostScript face handle.

                  -
                  -
                  output
                  -

                  - -
                  afont_private + +

                  output

                  + +
                  afont_private

                  Output private dictionary structure pointer.

                  -
                  -
                  return
                  + +

                  return

                  FreeType error code. 0 means success.

                  -
                  -
                  note
                  + +

                  note

                  The string pointers within the PS_PrivateRec structure are owned by the face and don't need to be freed by the caller.

                  If the font's format is not PostScript-based, this function returns the ‘FT_Err_Invalid_Argument’ error code.

                  -
                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  T1_EncodingType

                  -
                  -Defined in FT_TYPE1_TABLES_H (t1tables.h). -

                  -
                  -
                  -  typedef enum  T1_EncodingType_
                  -  {
                  -    T1_ENCODING_TYPE_NONE = 0,
                  -    T1_ENCODING_TYPE_ARRAY,
                  -    T1_ENCODING_TYPE_STANDARD,
                  -    T1_ENCODING_TYPE_ISOLATIN1,
                  -    T1_ENCODING_TYPE_EXPERT
                  -
                  -  } T1_EncodingType;
                  -
                  -

                  -
                  -

                  An enumeration describing the ‘Encoding’ entry in a Type 1 dictionary.

                  -

                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  PS_Dict_Keys

                  -
                  -Defined in FT_TYPE1_TABLES_H (t1tables.h). -

                  -
                  -
                  -  typedef enum  PS_Dict_Keys_
                  -  {
                  -    /* conventionally in the font dictionary */
                  -    PS_DICT_FONT_TYPE,              /* FT_Byte         */
                  -    PS_DICT_FONT_MATRIX,            /* FT_Fixed        */
                  -    PS_DICT_FONT_BBOX,              /* FT_Fixed        */
                  -    PS_DICT_PAINT_TYPE,             /* FT_Byte         */
                  -    PS_DICT_FONT_NAME,              /* FT_String*      */
                  -    PS_DICT_UNIQUE_ID,              /* FT_Int          */
                  -    PS_DICT_NUM_CHAR_STRINGS,       /* FT_Int          */
                  -    PS_DICT_CHAR_STRING_KEY,        /* FT_String*      */
                  -    PS_DICT_CHAR_STRING,            /* FT_String*      */
                  -    PS_DICT_ENCODING_TYPE,          /* T1_EncodingType */
                  -    PS_DICT_ENCODING_ENTRY,         /* FT_String*      */
                  -
                  -    /* conventionally in the font Private dictionary */
                  -    PS_DICT_NUM_SUBRS,              /* FT_Int     */
                  -    PS_DICT_SUBR,                   /* FT_String* */
                  -    PS_DICT_STD_HW,                 /* FT_UShort  */
                  -    PS_DICT_STD_VW,                 /* FT_UShort  */
                  -    PS_DICT_NUM_BLUE_VALUES,        /* FT_Byte    */
                  -    PS_DICT_BLUE_VALUE,             /* FT_Short   */
                  -    PS_DICT_BLUE_FUZZ,              /* FT_Int     */
                  -    PS_DICT_NUM_OTHER_BLUES,        /* FT_Byte    */
                  -    PS_DICT_OTHER_BLUE,             /* FT_Short   */
                  -    PS_DICT_NUM_FAMILY_BLUES,       /* FT_Byte    */
                  -    PS_DICT_FAMILY_BLUE,            /* FT_Short   */
                  -    PS_DICT_NUM_FAMILY_OTHER_BLUES, /* FT_Byte    */
                  -    PS_DICT_FAMILY_OTHER_BLUE,      /* FT_Short   */
                  -    PS_DICT_BLUE_SCALE,             /* FT_Fixed   */
                  -    PS_DICT_BLUE_SHIFT,             /* FT_Int     */
                  -    PS_DICT_NUM_STEM_SNAP_H,        /* FT_Byte    */
                  -    PS_DICT_STEM_SNAP_H,            /* FT_Short   */
                  -    PS_DICT_NUM_STEM_SNAP_V,        /* FT_Byte    */
                  -    PS_DICT_STEM_SNAP_V,            /* FT_Short   */
                  -    PS_DICT_FORCE_BOLD,             /* FT_Bool    */
                  -    PS_DICT_RND_STEM_UP,            /* FT_Bool    */
                  -    PS_DICT_MIN_FEATURE,            /* FT_Short   */
                  -    PS_DICT_LEN_IV,                 /* FT_Int     */
                  -    PS_DICT_PASSWORD,               /* FT_Long    */
                  -    PS_DICT_LANGUAGE_GROUP,         /* FT_Long    */
                   
                  -    /* conventionally in the font FontInfo dictionary */
                  -    PS_DICT_VERSION,                /* FT_String* */
                  -    PS_DICT_NOTICE,                 /* FT_String* */
                  -    PS_DICT_FULL_NAME,              /* FT_String* */
                  -    PS_DICT_FAMILY_NAME,            /* FT_String* */
                  -    PS_DICT_WEIGHT,                 /* FT_String* */
                  -    PS_DICT_IS_FIXED_PITCH,         /* FT_Bool    */
                  -    PS_DICT_UNDERLINE_POSITION,     /* FT_Short   */
                  -    PS_DICT_UNDERLINE_THICKNESS,    /* FT_UShort  */
                  -    PS_DICT_FS_TYPE,                /* FT_UShort  */
                  -    PS_DICT_ITALIC_ANGLE,           /* FT_Long    */
                  -
                  -    PS_DICT_MAX = PS_DICT_ITALIC_ANGLE
                  -
                  -  } PS_Dict_Keys;
                  -
                  -

                  -
                  -

                  An enumeration used in calls to FT_Get_PS_Font_Value to identify the Type 1 dictionary entry to retrieve.

                  -

                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  FT_Get_PS_Font_Value

                  -
                  -Defined in FT_TYPE1_TABLES_H (t1tables.h). -

                  -
                  +
                  + +
                  +

                  FT_Get_PS_Font_Value

                  +

                  Defined in FT_TYPE1_TABLES_H (t1tables.h).

                  +
                     FT_EXPORT( FT_Long )
                     FT_Get_PS_Font_Value( FT_Face       face,
                                           PS_Dict_Keys  key,
                                           FT_UInt       idx,
                                           void         *value,
                                           FT_Long       value_len );
                  +
                  -

                  -

                  Retrieve the value for the supplied key from a PostScript font.

                  -

                  -
                  input
                  -

                  - -
                  face + +

                  input

                  + + - - - -
                  face

                  PostScript face handle.

                  key +
                  key

                  An enumeration value representing the dictionary key to retrieve.

                  idx +
                  idx

                  For array values, this specifies the index to be returned.

                  value +
                  value

                  A pointer to memory into which to write the value.

                  valen_len +
                  valen_len

                  The size, in bytes, of the memory supplied for the value.

                  -
                  -
                  output
                  -

                  - -
                  value + +

                  output

                  + +
                  value

                  The value matching the above key, if it exists.

                  -
                  -
                  return
                  + +

                  return

                  The amount of memory (in bytes) required to hold the requested value (if it exists, -1 otherwise).

                  -
                  -
                  note
                  + +

                  note

                  The values returned are not pointers into the internal structures of the face, but are ‘fresh’ copies, so that the memory containing them belongs to the calling application. This also enforces the ‘read-only’ nature of these values, i.e., this function cannot be used to manipulate the face.

                  ‘value’ is a void pointer because the values returned can be of various types.

                  If either ‘value’ is NULL or ‘value_len’ is too small, just the required memory size for the requested entry is returned.

                  @@ -678,12 +454,405 @@ Defined in FT_TYPE1_TABLES_H (t1tables.h).

                  PS_DICT_BLUE_SCALE returns a value that is scaled up by 1000. To get the value as in the font stream, you need to divide by 65536000.0 (to remove the FT_Fixed scale, and the x1000 scale).

                  IMPORTANT: Only key/value pairs read by the FreeType interpreter can be retrieved. So, for example, PostScript procedures such as NP, ND, and RD are not available. Arbitrary keys are, obviously, not be available either.

                  If the font's format is not PostScript-based, this function returns the ‘FT_Err_Invalid_Argument’ error code.

                  -
                  -
                  -
                  - - -
                  [Index][TOC]
                  + +
                  + + +
                  +

                  T1_Blend_Flags

                  +

                  Defined in FT_TYPE1_TABLES_H (t1tables.h).

                  +
                  +  typedef enum  T1_Blend_Flags_
                  +  {
                  +    /* required fields in a FontInfo blend dictionary */
                  +    T1_BLEND_UNDERLINE_POSITION = 0,
                  +    T1_BLEND_UNDERLINE_THICKNESS,
                  +    T1_BLEND_ITALIC_ANGLE,
                  +
                  +    /* required fields in a Private blend dictionary */
                  +    T1_BLEND_BLUE_VALUES,
                  +    T1_BLEND_OTHER_BLUES,
                  +    T1_BLEND_STANDARD_WIDTH,
                  +    T1_BLEND_STANDARD_HEIGHT,
                  +    T1_BLEND_STEM_SNAP_WIDTHS,
                  +    T1_BLEND_STEM_SNAP_HEIGHTS,
                  +    T1_BLEND_BLUE_SCALE,
                  +    T1_BLEND_BLUE_SHIFT,
                  +    T1_BLEND_FAMILY_BLUES,
                  +    T1_BLEND_FAMILY_OTHER_BLUES,
                  +    T1_BLEND_FORCE_BOLD,
                  +
                  +    T1_BLEND_MAX    /* do not remove */
                  +
                  +  } T1_Blend_Flags;
                  +
                  +
                  +  /* these constants are deprecated; use the corresponding */
                  +  /* `T1_Blend_Flags' values instead                       */
                  +#define t1_blend_underline_position   T1_BLEND_UNDERLINE_POSITION
                  +#define t1_blend_underline_thickness  T1_BLEND_UNDERLINE_THICKNESS
                  +#define t1_blend_italic_angle         T1_BLEND_ITALIC_ANGLE
                  +#define t1_blend_blue_values          T1_BLEND_BLUE_VALUES
                  +#define t1_blend_other_blues          T1_BLEND_OTHER_BLUES
                  +#define t1_blend_standard_widths      T1_BLEND_STANDARD_WIDTH
                  +#define t1_blend_standard_height      T1_BLEND_STANDARD_HEIGHT
                  +#define t1_blend_stem_snap_widths     T1_BLEND_STEM_SNAP_WIDTHS
                  +#define t1_blend_stem_snap_heights    T1_BLEND_STEM_SNAP_HEIGHTS
                  +#define t1_blend_blue_scale           T1_BLEND_BLUE_SCALE
                  +#define t1_blend_blue_shift           T1_BLEND_BLUE_SHIFT
                  +#define t1_blend_family_blues         T1_BLEND_FAMILY_BLUES
                  +#define t1_blend_family_other_blues   T1_BLEND_FAMILY_OTHER_BLUES
                  +#define t1_blend_force_bold           T1_BLEND_FORCE_BOLD
                  +#define t1_blend_max                  T1_BLEND_MAX
                  +
                  + +

                  A set of flags used to indicate which fields are present in a given blend dictionary (font info or private). Used to support Multiple Masters fonts.

                  + +

                  values

                  + + + + + + + + + + + + + + + +
                  T1_BLEND_UNDERLINE_POSITION +

                  +
                  T1_BLEND_UNDERLINE_THICKNESS +

                  +
                  T1_BLEND_ITALIC_ANGLE +

                  +
                  T1_BLEND_BLUE_VALUES +

                  +
                  T1_BLEND_OTHER_BLUES +

                  +
                  T1_BLEND_STANDARD_WIDTH +

                  +
                  T1_BLEND_STANDARD_HEIGHT +

                  +
                  T1_BLEND_STEM_SNAP_WIDTHS +

                  +
                  T1_BLEND_STEM_SNAP_HEIGHTS +

                  +
                  T1_BLEND_BLUE_SCALE +

                  +
                  T1_BLEND_BLUE_SHIFT +

                  +
                  T1_BLEND_FAMILY_BLUES +

                  +
                  T1_BLEND_FAMILY_OTHER_BLUES +

                  +
                  T1_BLEND_FORCE_BOLD +

                  +
                  + +
                  +
                  + +
                  +

                  T1_EncodingType

                  +

                  Defined in FT_TYPE1_TABLES_H (t1tables.h).

                  +
                  +  typedef enum  T1_EncodingType_
                  +  {
                  +    T1_ENCODING_TYPE_NONE = 0,
                  +    T1_ENCODING_TYPE_ARRAY,
                  +    T1_ENCODING_TYPE_STANDARD,
                  +    T1_ENCODING_TYPE_ISOLATIN1,
                  +    T1_ENCODING_TYPE_EXPERT
                  +
                  +  } T1_EncodingType;
                  +
                  + +

                  An enumeration describing the ‘Encoding’ entry in a Type 1 dictionary.

                  + +

                  values

                  + + + + + + +
                  T1_ENCODING_TYPE_NONE +

                  +
                  T1_ENCODING_TYPE_ARRAY +

                  +
                  T1_ENCODING_TYPE_STANDARD +

                  +
                  T1_ENCODING_TYPE_ISOLATIN1 +

                  +
                  T1_ENCODING_TYPE_EXPERT +

                  +
                  + +
                  +
                  + +
                  +

                  PS_Dict_Keys

                  +

                  Defined in FT_TYPE1_TABLES_H (t1tables.h).

                  +
                  +  typedef enum  PS_Dict_Keys_
                  +  {
                  +    /* conventionally in the font dictionary */
                  +    PS_DICT_FONT_TYPE,              /* FT_Byte         */
                  +    PS_DICT_FONT_MATRIX,            /* FT_Fixed        */
                  +    PS_DICT_FONT_BBOX,              /* FT_Fixed        */
                  +    PS_DICT_PAINT_TYPE,             /* FT_Byte         */
                  +    PS_DICT_FONT_NAME,              /* FT_String*      */
                  +    PS_DICT_UNIQUE_ID,              /* FT_Int          */
                  +    PS_DICT_NUM_CHAR_STRINGS,       /* FT_Int          */
                  +    PS_DICT_CHAR_STRING_KEY,        /* FT_String*      */
                  +    PS_DICT_CHAR_STRING,            /* FT_String*      */
                  +    PS_DICT_ENCODING_TYPE,          /* T1_EncodingType */
                  +    PS_DICT_ENCODING_ENTRY,         /* FT_String*      */
                  +
                  +    /* conventionally in the font Private dictionary */
                  +    PS_DICT_NUM_SUBRS,              /* FT_Int     */
                  +    PS_DICT_SUBR,                   /* FT_String* */
                  +    PS_DICT_STD_HW,                 /* FT_UShort  */
                  +    PS_DICT_STD_VW,                 /* FT_UShort  */
                  +    PS_DICT_NUM_BLUE_VALUES,        /* FT_Byte    */
                  +    PS_DICT_BLUE_VALUE,             /* FT_Short   */
                  +    PS_DICT_BLUE_FUZZ,              /* FT_Int     */
                  +    PS_DICT_NUM_OTHER_BLUES,        /* FT_Byte    */
                  +    PS_DICT_OTHER_BLUE,             /* FT_Short   */
                  +    PS_DICT_NUM_FAMILY_BLUES,       /* FT_Byte    */
                  +    PS_DICT_FAMILY_BLUE,            /* FT_Short   */
                  +    PS_DICT_NUM_FAMILY_OTHER_BLUES, /* FT_Byte    */
                  +    PS_DICT_FAMILY_OTHER_BLUE,      /* FT_Short   */
                  +    PS_DICT_BLUE_SCALE,             /* FT_Fixed   */
                  +    PS_DICT_BLUE_SHIFT,             /* FT_Int     */
                  +    PS_DICT_NUM_STEM_SNAP_H,        /* FT_Byte    */
                  +    PS_DICT_STEM_SNAP_H,            /* FT_Short   */
                  +    PS_DICT_NUM_STEM_SNAP_V,        /* FT_Byte    */
                  +    PS_DICT_STEM_SNAP_V,            /* FT_Short   */
                  +    PS_DICT_FORCE_BOLD,             /* FT_Bool    */
                  +    PS_DICT_RND_STEM_UP,            /* FT_Bool    */
                  +    PS_DICT_MIN_FEATURE,            /* FT_Short   */
                  +    PS_DICT_LEN_IV,                 /* FT_Int     */
                  +    PS_DICT_PASSWORD,               /* FT_Long    */
                  +    PS_DICT_LANGUAGE_GROUP,         /* FT_Long    */
                  +
                  +    /* conventionally in the font FontInfo dictionary */
                  +    PS_DICT_VERSION,                /* FT_String* */
                  +    PS_DICT_NOTICE,                 /* FT_String* */
                  +    PS_DICT_FULL_NAME,              /* FT_String* */
                  +    PS_DICT_FAMILY_NAME,            /* FT_String* */
                  +    PS_DICT_WEIGHT,                 /* FT_String* */
                  +    PS_DICT_IS_FIXED_PITCH,         /* FT_Bool    */
                  +    PS_DICT_UNDERLINE_POSITION,     /* FT_Short   */
                  +    PS_DICT_UNDERLINE_THICKNESS,    /* FT_UShort  */
                  +    PS_DICT_FS_TYPE,                /* FT_UShort  */
                  +    PS_DICT_ITALIC_ANGLE,           /* FT_Long    */
                  +
                  +    PS_DICT_MAX = PS_DICT_ITALIC_ANGLE
                  +
                  +  } PS_Dict_Keys;
                  +
                  + +

                  An enumeration used in calls to FT_Get_PS_Font_Value to identify the Type 1 dictionary entry to retrieve.

                  + +

                  values

                  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                  PS_DICT_FONT_TYPE +

                  +
                  PS_DICT_FONT_MATRIX +

                  +
                  PS_DICT_FONT_BBOX +

                  +
                  PS_DICT_PAINT_TYPE +

                  +
                  PS_DICT_FONT_NAME +

                  +
                  PS_DICT_UNIQUE_ID +

                  +
                  PS_DICT_NUM_CHAR_STRINGS +

                  +
                  PS_DICT_CHAR_STRING_KEY +

                  +
                  PS_DICT_CHAR_STRING +

                  +
                  PS_DICT_ENCODING_TYPE +

                  +
                  PS_DICT_ENCODING_ENTRY +

                  +
                  PS_DICT_NUM_SUBRS +

                  +
                  PS_DICT_SUBR +

                  +
                  PS_DICT_STD_HW +

                  +
                  PS_DICT_STD_VW +

                  +
                  PS_DICT_NUM_BLUE_VALUES +

                  +
                  PS_DICT_BLUE_VALUE +

                  +
                  PS_DICT_BLUE_FUZZ +

                  +
                  PS_DICT_NUM_OTHER_BLUES +

                  +
                  PS_DICT_OTHER_BLUE +

                  +
                  PS_DICT_NUM_FAMILY_BLUES +

                  +
                  PS_DICT_FAMILY_BLUE +

                  +
                  PS_DICT_NUM_FAMILY_OTHER_BLUES +

                  +
                  PS_DICT_FAMILY_OTHER_BLUE +

                  +
                  PS_DICT_BLUE_SCALE +

                  +
                  PS_DICT_BLUE_SHIFT +

                  +
                  PS_DICT_NUM_STEM_SNAP_H +

                  +
                  PS_DICT_STEM_SNAP_H +

                  +
                  PS_DICT_NUM_STEM_SNAP_V +

                  +
                  PS_DICT_STEM_SNAP_V +

                  +
                  PS_DICT_FORCE_BOLD +

                  +
                  PS_DICT_RND_STEM_UP +

                  +
                  PS_DICT_MIN_FEATURE +

                  +
                  PS_DICT_LEN_IV +

                  +
                  PS_DICT_PASSWORD +

                  +
                  PS_DICT_LANGUAGE_GROUP +

                  +
                  PS_DICT_VERSION +

                  +
                  PS_DICT_NOTICE +

                  +
                  PS_DICT_FULL_NAME +

                  +
                  PS_DICT_FAMILY_NAME +

                  +
                  PS_DICT_WEIGHT +

                  +
                  PS_DICT_IS_FIXED_PITCH +

                  +
                  PS_DICT_UNDERLINE_POSITION +

                  +
                  PS_DICT_UNDERLINE_THICKNESS +

                  +
                  PS_DICT_FS_TYPE +

                  +
                  PS_DICT_ITALIC_ANGLE +

                  +
                  + +
                  +
                  + +
                  +

                  T1_FontInfo

                  +

                  Defined in FT_TYPE1_TABLES_H (t1tables.h).

                  +
                  +  typedef PS_FontInfoRec  T1_FontInfo;
                  +
                  + +

                  This type is equivalent to PS_FontInfoRec. It is deprecated but kept to maintain source compatibility between various versions of FreeType.

                  + +
                  +
                  + +
                  +

                  T1_Private

                  +

                  Defined in FT_TYPE1_TABLES_H (t1tables.h).

                  +
                  +  typedef PS_PrivateRec  T1_Private;
                  +
                  + +

                  This type is equivalent to PS_PrivateRec. It is deprecated but kept to maintain source compatibility between various versions of FreeType.

                  + +
                  +
                  + +
                  +

                  CID_FontDict

                  +

                  Defined in FT_TYPE1_TABLES_H (t1tables.h).

                  +
                  +  typedef CID_FaceDictRec  CID_FontDict;
                  +
                  + +

                  This type is equivalent to CID_FaceDictRec. It is deprecated but kept to maintain source compatibility between various versions of FreeType.

                  + +
                  +
                  + +
                  +

                  CID_Info

                  +

                  Defined in FT_TYPE1_TABLES_H (t1tables.h).

                  +
                  +  typedef CID_FaceInfoRec  CID_Info;
                  +
                  + +

                  This type is equivalent to CID_FaceInfoRec. It is deprecated but kept to maintain source compatibility between various versions of FreeType.

                  + +
                  +
                  diff --git a/freetype/docs/reference/ft2-user_allocation.html b/freetype/docs/reference/ft2-user_allocation.html index 4875fb2b5..52bd6ec22 100644 --- a/freetype/docs/reference/ft2-user_allocation.html +++ b/freetype/docs/reference/ft2-user_allocation.html @@ -3,45 +3,108 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
                  [Index][TOC]
                  -

                  FreeType-2.5.3 API Reference

                  + +

                  FreeType-2.5.5 API Reference

                  + +

                  User allocation

                  -

                  -User allocation -

                  -

                  FreeType assumes that structures allocated by the user and passed as arguments are zeroed out except for the actual data. In other words, it is recommended to use ‘calloc’ (or variants of it) instead of ‘malloc’ for allocation.

                  -

                  + diff --git a/freetype/docs/reference/ft2-version.html b/freetype/docs/reference/ft2-version.html index 89d79a2ea..89e3dac90 100644 --- a/freetype/docs/reference/ft2-version.html +++ b/freetype/docs/reference/ft2-version.html @@ -3,217 +3,250 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
                  [Index][TOC]
                  -

                  FreeType-2.5.3 API Reference

                  + +

                  FreeType-2.5.5 API Reference

                  -

                  -FreeType Version -

                  +

                  FreeType Version

                  Synopsis

                  - - - -
                  FREETYPE_XXXFT_Face_CheckTrueTypePatents
                  FT_Library_VersionFT_Face_SetUnpatentedHinting


                  + + + + + + +
                  FT_Library_Version 
                   FT_Face_CheckTrueTypePatents
                  FREETYPE_MAJORFT_Face_SetUnpatentedHinting
                  FREETYPE_MINOR 
                  FREETYPE_PATCHFREETYPE_XXX
                  + -

                  Note that those functions and macros are of limited use because even a new release of FreeType with only documentation changes increases the version number.

                  -

                  -
                  -

                  FREETYPE_XXX

                  -
                  -Defined in FT_FREETYPE_H (freetype.h). -

                  -
                  -
                  -#define FREETYPE_MAJOR  2
                  -#define FREETYPE_MINOR  5
                  -#define FREETYPE_PATCH  3
                  -
                  -

                  -
                  -

                  These three macros identify the FreeType source code version. Use FT_Library_Version to access them at runtime.

                  -

                  -
                  values
                  -

                  - - - - -
                  FREETYPE_MAJOR -

                  The major version number.

                  -
                  FREETYPE_MINOR -

                  The minor version number.

                  -
                  FREETYPE_PATCH -

                  The patch level.

                  -
                  -
                  -
                  note
                  -

                  The version number of FreeType if built as a dynamic link library with the ‘libtool’ package is not controlled by these three macros.

                  -
                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  FT_Library_Version

                  -
                  -Defined in FT_FREETYPE_H (freetype.h). -

                  -
                   
                  +
                  +

                  FT_Library_Version

                  +

                  Defined in FT_FREETYPE_H (freetype.h).

                  +
                     FT_EXPORT( void )
                     FT_Library_Version( FT_Library   library,
                                         FT_Int      *amajor,
                                         FT_Int      *aminor,
                                         FT_Int      *apatch );
                  +
                  -

                  -

                  Return the version of the FreeType library being used. This is useful when dynamically linking to the library, since one cannot use the macros FREETYPE_MAJOR, FREETYPE_MINOR, and FREETYPE_PATCH.

                  -

                  -
                  input
                  -

                  - -
                  library + +

                  input

                  + +
                  library

                  A source library handle.

                  -
                  -
                  output
                  -

                  - -
                  amajor + +

                  output

                  + + - -
                  amajor

                  The major version number.

                  aminor +
                  aminor

                  The minor version number.

                  apatch +
                  apatch

                  The patch version number.

                  -
                  -
                  note
                  + +

                  note

                  The reason why this function takes a ‘library’ argument is because certain programs implement library initialization in a custom way that doesn't use FT_Init_FreeType.

                  In such cases, the library version might not be available before the library object has been created.

                  -
                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  FT_Face_CheckTrueTypePatents

                  -
                  -Defined in FT_FREETYPE_H (freetype.h). -

                  -
                   
                  +
                  + + +
                  +

                  FT_Face_CheckTrueTypePatents

                  +

                  Defined in FT_FREETYPE_H (freetype.h).

                  +
                     FT_EXPORT( FT_Bool )
                     FT_Face_CheckTrueTypePatents( FT_Face  face );
                  +
                  -

                  -

                  Parse all bytecode instructions of a TrueType font file to check whether any of the patented opcodes are used. This is only useful if you want to be able to use the unpatented hinter with fonts that do not use these opcodes.

                  Note that this function parses all glyph instructions in the font file, which may be slow.

                  -

                  -
                  input
                  -

                  - -
                  face + +

                  input

                  + +
                  face

                  A face handle.

                  -
                  -
                  return
                  + +

                  return

                  1 if this is a TrueType font that uses one of the patented opcodes, 0 otherwise.

                  -
                  -
                  note
                  + +

                  note

                  Since May 2010, TrueType hinting is no longer patented.

                  -
                  -
                  since
                  + +

                  since

                  2.3.5

                  -
                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  FT_Face_SetUnpatentedHinting

                  -
                  -Defined in FT_FREETYPE_H (freetype.h). -

                  -
                   
                  +
                  + + +
                  +

                  FT_Face_SetUnpatentedHinting

                  +

                  Defined in FT_FREETYPE_H (freetype.h).

                  +
                     FT_EXPORT( FT_Bool )
                     FT_Face_SetUnpatentedHinting( FT_Face  face,
                                                   FT_Bool  value );
                  +
                  -

                  -

                  Enable or disable the unpatented hinter for a given face. Only enable it if you have determined that the face doesn't use any patented opcodes (see FT_Face_CheckTrueTypePatents).

                  -

                  -
                  input
                  -

                  - -
                  face + +

                  input

                  + + -
                  face

                  A face handle.

                  value +
                  value

                  New boolean setting.

                  -
                  -
                  return
                  + +

                  return

                  The old setting value. This will always be false if this is not an SFNT font, or if the unpatented hinter is not compiled in this instance of the library.

                  -
                  -
                  note
                  + +

                  note

                  Since May 2010, TrueType hinting is no longer patented.

                  -
                  -
                  since
                  + +

                  since

                  2.3.5

                  -
                  -
                  -
                  - - -
                  [Index][TOC]
                  + +
                  + + +
                  +

                  FREETYPE_XXX

                  +

                  Defined in FT_FREETYPE_H (freetype.h).

                  +
                  +#define FREETYPE_MAJOR  2
                  +#define FREETYPE_MINOR  5
                  +#define FREETYPE_PATCH  5
                  +
                  + +

                  These three macros identify the FreeType source code version. Use FT_Library_Version to access them at runtime.

                  + +

                  values

                  + + + + +
                  FREETYPE_MAJOR +

                  The major version number.

                  +
                  FREETYPE_MINOR +

                  The minor version number.

                  +
                  FREETYPE_PATCH +

                  The patch level.

                  +
                  + +

                  note

                  +

                  The version number of FreeType if built as a dynamic link library with the ‘libtool’ package is not controlled by these three macros.

                  + +
                  +
                  diff --git a/freetype/docs/reference/ft2-winfnt_fonts.html b/freetype/docs/reference/ft2-winfnt_fonts.html index 792cd9e78..a17e350d2 100644 --- a/freetype/docs/reference/ft2-winfnt_fonts.html +++ b/freetype/docs/reference/ft2-winfnt_fonts.html @@ -3,96 +3,154 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
                  [Index][TOC]
                  -

                  FreeType-2.5.3 API Reference

                  + +

                  FreeType-2.5.5 API Reference

                  -

                  -Window FNT Files -

                  +

                  Window FNT Files

                  Synopsis

                  - - - -
                  FT_WinFNT_ID_XXXFT_WinFNT_Header
                  FT_WinFNT_HeaderRecFT_Get_WinFNT_Header


                  + + + +
                  FT_WinFNT_ID_XXXFT_WinFNT_Header
                  FT_WinFNT_HeaderRecFT_Get_WinFNT_Header
                  + -

                  This section contains the declaration of Windows FNT specific functions.

                  -

                  -
                  -

                  FT_WinFNT_ID_XXX

                  -
                  -Defined in FT_WINFONTS_H (ftwinfnt.h). -

                  -
                   
                  -#define FT_WinFNT_ID_CP1252    0
                  -#define FT_WinFNT_ID_DEFAULT   1
                  -#define FT_WinFNT_ID_SYMBOL    2
                  -#define FT_WinFNT_ID_MAC      77
                  -#define FT_WinFNT_ID_CP932   128
                  -#define FT_WinFNT_ID_CP949   129
                  -#define FT_WinFNT_ID_CP1361  130
                  -#define FT_WinFNT_ID_CP936   134
                  -#define FT_WinFNT_ID_CP950   136
                  -#define FT_WinFNT_ID_CP1253  161
                  -#define FT_WinFNT_ID_CP1254  162
                  -#define FT_WinFNT_ID_CP1258  163
                  -#define FT_WinFNT_ID_CP1255  177
                  -#define FT_WinFNT_ID_CP1256  178
                  -#define FT_WinFNT_ID_CP1257  186
                  -#define FT_WinFNT_ID_CP1251  204
                  -#define FT_WinFNT_ID_CP874   222
                  -#define FT_WinFNT_ID_CP1250  238
                  -#define FT_WinFNT_ID_OEM     255
                  +
                  +

                  FT_WinFNT_ID_XXX

                  +

                  Defined in FT_WINFONTS_H (ftwinfnt.h).

                  +
                  +#define FT_WinFNT_ID_CP1252    0
                  +#define FT_WinFNT_ID_DEFAULT   1
                  +#define FT_WinFNT_ID_SYMBOL    2
                  +#define FT_WinFNT_ID_MAC      77
                  +#define FT_WinFNT_ID_CP932   128
                  +#define FT_WinFNT_ID_CP949   129
                  +#define FT_WinFNT_ID_CP1361  130
                  +#define FT_WinFNT_ID_CP936   134
                  +#define FT_WinFNT_ID_CP950   136
                  +#define FT_WinFNT_ID_CP1253  161
                  +#define FT_WinFNT_ID_CP1254  162
                  +#define FT_WinFNT_ID_CP1258  163
                  +#define FT_WinFNT_ID_CP1255  177
                  +#define FT_WinFNT_ID_CP1256  178
                  +#define FT_WinFNT_ID_CP1257  186
                  +#define FT_WinFNT_ID_CP1251  204
                  +#define FT_WinFNT_ID_CP874   222
                  +#define FT_WinFNT_ID_CP1250  238
                  +#define FT_WinFNT_ID_OEM     255
                  +
                  -

                  -

                  A list of valid values for the ‘charset’ byte in FT_WinFNT_HeaderRec. Exact mapping tables for the various cpXXXX encodings (except for cp1361) can be found at ftp://ftp.unicode.org/public in the MAPPINGS/VENDORS/MICSFT/WINDOWS subdirectory. cp1361 is roughly a superset of MAPPINGS/OBSOLETE/EASTASIA/KSC/JOHAB.TXT.

                  -

                  -
                  values
                  -

                  - -
                  FT_WinFNT_ID_DEFAULT + +

                  values

                  + + - - - - - - - - - - - - - - - - - -
                  FT_WinFNT_ID_DEFAULT

                  This is used for font enumeration and font creation as a ‘don't care’ value. Valid font files don't contain this value. When querying for information about the character set of the font that is currently selected into a specified device context, this return value (of the related Windows API) simply denotes failure.

                  FT_WinFNT_ID_SYMBOL +
                  FT_WinFNT_ID_SYMBOL

                  There is no known mapping table available.

                  FT_WinFNT_ID_MAC +
                  FT_WinFNT_ID_MAC

                  Mac Roman encoding.

                  FT_WinFNT_ID_OEM +
                  FT_WinFNT_ID_OEM

                  From Michael Pöttgen <michael@poettgen.de>:

                  The ‘Windows Font Mapping’ article says that FT_WinFNT_ID_OEM is used for the charset of vector fonts, like ‘modern.fon’, ‘roman.fon’, and ‘script.fon’ on Windows.

                  The ‘CreateFont’ documentation says: The FT_WinFNT_ID_OEM value specifies a character set that is operating-system dependent.

                  @@ -101,66 +159,60 @@ Defined in FT_WINFONTS_H (ftwinfnt.h).

                  http://www.microsoft.com/globaldev/reference/cphome.mspx,

                  and is used for the ‘DOS boxes’, to support legacy applications. A German Windows version for example usually uses ANSI codepage 1252 and OEM codepage 850.

                  FT_WinFNT_ID_CP874 +
                  FT_WinFNT_ID_CP874

                  A superset of Thai TIS 620 and ISO 8859-11.

                  FT_WinFNT_ID_CP932 +
                  FT_WinFNT_ID_CP932

                  A superset of Japanese Shift-JIS (with minor deviations).

                  FT_WinFNT_ID_CP936 +
                  FT_WinFNT_ID_CP936

                  A superset of simplified Chinese GB 2312-1980 (with different ordering and minor deviations).

                  FT_WinFNT_ID_CP949 +
                  FT_WinFNT_ID_CP949

                  A superset of Korean Hangul KS C 5601-1987 (with different ordering and minor deviations).

                  FT_WinFNT_ID_CP950 +
                  FT_WinFNT_ID_CP950

                  A superset of traditional Chinese Big 5 ETen (with different ordering and minor deviations).

                  FT_WinFNT_ID_CP1250 +
                  FT_WinFNT_ID_CP1250

                  A superset of East European ISO 8859-2 (with slightly different ordering).

                  FT_WinFNT_ID_CP1251 +
                  FT_WinFNT_ID_CP1251

                  A superset of Russian ISO 8859-5 (with different ordering).

                  FT_WinFNT_ID_CP1252 +
                  FT_WinFNT_ID_CP1252

                  ANSI encoding. A superset of ISO 8859-1.

                  FT_WinFNT_ID_CP1253 +
                  FT_WinFNT_ID_CP1253

                  A superset of Greek ISO 8859-7 (with minor modifications).

                  FT_WinFNT_ID_CP1254 +
                  FT_WinFNT_ID_CP1254

                  A superset of Turkish ISO 8859-9.

                  FT_WinFNT_ID_CP1255 +
                  FT_WinFNT_ID_CP1255

                  A superset of Hebrew ISO 8859-8 (with some modifications).

                  FT_WinFNT_ID_CP1256 +
                  FT_WinFNT_ID_CP1256

                  A superset of Arabic ISO 8859-6 (with different ordering).

                  FT_WinFNT_ID_CP1257 +
                  FT_WinFNT_ID_CP1257

                  A superset of Baltic ISO 8859-13 (with some deviations).

                  FT_WinFNT_ID_CP1258 +
                  FT_WinFNT_ID_CP1258

                  For Vietnamese. This encoding doesn't cover all necessary characters.

                  FT_WinFNT_ID_CP1361 +
                  FT_WinFNT_ID_CP1361

                  Korean (Johab).

                  -
                  -
                  -
                  - - -
                  [Index][TOC]
                  -
                  -

                  FT_WinFNT_HeaderRec

                  -
                  -Defined in FT_WINFONTS_H (ftwinfnt.h). -

                  -
                  +
                  + +
                  +

                  FT_WinFNT_HeaderRec

                  +

                  Defined in FT_WINFONTS_H (ftwinfnt.h).

                  +
                     typedef struct  FT_WinFNT_HeaderRec_
                     {
                       FT_UShort  version;
                  @@ -201,78 +253,58 @@ Defined in FT_WINFONTS_H (ftwinfnt.h).
                       FT_ULong   reserved1[4];
                   
                     } FT_WinFNT_HeaderRec;
                  +
                  -

                  -

                  Windows FNT Header info.

                  -

                  -
                  -
                  - - -
                  [Index][TOC]
                  -
                  -

                  FT_WinFNT_Header

                  -
                  -Defined in FT_WINFONTS_H (ftwinfnt.h). -

                  -
                  +
                  + +
                  +

                  FT_WinFNT_Header

                  +

                  Defined in FT_WINFONTS_H (ftwinfnt.h).

                  +
                     typedef struct FT_WinFNT_HeaderRec_*  FT_WinFNT_Header;
                  +
                  -

                  -

                  A handle to an FT_WinFNT_HeaderRec structure.

                  -

                  -
                  -
                  - - -
                  [Index][TOC]
                  - -
                  -

                  FT_Get_WinFNT_Header

                  -
                  -Defined in FT_WINFONTS_H (ftwinfnt.h). -

                  -
                  +
                  + +
                  +

                  FT_Get_WinFNT_Header

                  +

                  Defined in FT_WINFONTS_H (ftwinfnt.h).

                  +
                     FT_EXPORT( FT_Error )
                     FT_Get_WinFNT_Header( FT_Face               face,
                                           FT_WinFNT_HeaderRec  *aheader );
                  +
                  -

                  -

                  Retrieve a Windows FNT font info header.

                  -

                  -
                  input
                  -

                  - -
                  face + +

                  input

                  + +
                  face

                  A handle to the input face.

                  -
                  -
                  output
                  -

                  - -
                  aheader + +

                  output

                  + +
                  aheader

                  The WinFNT header.

                  -
                  -
                  return
                  + +

                  return

                  FreeType error code. 0 means success.

                  -
                  -
                  note
                  + +

                  note

                  This function only works with Windows FNT faces, returning an error otherwise.

                  -
                  -
                  -
                  - - -
                  [Index][TOC]
                  + +
                  + diff --git a/freetype/docs/release b/freetype/docs/release index cf1f643d6..98f16cd35 100644 --- a/freetype/docs/release +++ b/freetype/docs/release @@ -41,7 +41,8 @@ How to prepare a new release . Run src/tools/chktrcmp.py and check that there are no undefined trace_XXXX macros. -. Tag the git repositories (freetype2, freetype2-demos) with +. After pushing the new release, tag the git repositories (freetype2, + freetype2-demos) with git tag VER- -m "" -u @@ -188,7 +189,7 @@ How to prepare a new release ---------------------------------------------------------------------- -Copyright 2003, 2005-2007, 2009, 2011-2013 by +Copyright 2003, 2005-2007, 2009, 2011-2014 by David Turner, Robert Wilhelm, and Werner Lemberg. This file is part of the FreeType project, and may only be used, diff --git a/freetype/include/config/ftconfig.h b/freetype/include/config/ftconfig.h index d98a3116b..22d70fd35 100644 --- a/freetype/include/config/ftconfig.h +++ b/freetype/include/config/ftconfig.h @@ -266,7 +266,16 @@ FT_BEGIN_HEADER #define FT_INT64 long #define FT_UINT64 unsigned long -#elif defined( _MSC_VER ) && _MSC_VER >= 900 /* Visual C++ (and Intel C++) */ + /*************************************************************************/ + /* */ + /* A 64-bit data type may create compilation problems if you compile */ + /* in strict ANSI mode. To avoid them, we disable other 64-bit data */ + /* types if __STDC__ is defined. You can however ignore this rule */ + /* by defining the FT_CONFIG_OPTION_FORCE_INT64 configuration macro. */ + /* */ +#elif !defined( __STDC__ ) || defined( FT_CONFIG_OPTION_FORCE_INT64 ) + +#if defined( _MSC_VER ) && _MSC_VER >= 900 /* Visual C++ (and Intel C++) */ /* this compiler provides the __int64 type */ #define FT_LONG64 @@ -300,27 +309,9 @@ FT_BEGIN_HEADER #define FT_INT64 long long int #define FT_UINT64 unsigned long long int -#endif /* FT_SIZEOF_LONG == (64 / FT_CHAR_BIT) */ - - - /*************************************************************************/ - /* */ - /* A 64-bit data type will create compilation problems if you compile */ - /* in strict ANSI mode. To avoid them, we disable its use if __STDC__ */ - /* is defined. You can however ignore this rule by defining the */ - /* FT_CONFIG_OPTION_FORCE_INT64 configuration macro. */ - /* */ -#if defined( FT_LONG64 ) && !defined( FT_CONFIG_OPTION_FORCE_INT64 ) - -#ifdef __STDC__ - - /* undefine the 64-bit macros in strict ANSI compilation mode */ -#undef FT_LONG64 -#undef FT_INT64 - -#endif /* __STDC__ */ +#endif /* _MSC_VER */ -#endif /* FT_LONG64 && !FT_CONFIG_OPTION_FORCE_INT64 */ +#endif /* FT_SIZEOF_LONG == (64 / FT_CHAR_BIT) */ #ifdef FT_LONG64 typedef FT_INT64 FT_Int64; @@ -333,219 +324,6 @@ FT_BEGIN_HEADER #define FT_DUMMY_STMNT FT_BEGIN_STMNT FT_END_STMNT -#ifndef FT_CONFIG_OPTION_NO_ASSEMBLER - /* Provide assembler fragments for performance-critical functions. */ - /* These must be defined `static __inline__' with GCC. */ - -#if defined( __CC_ARM ) || defined( __ARMCC__ ) /* RVCT */ - -#define FT_MULFIX_ASSEMBLER FT_MulFix_arm - - /* documentation is in freetype.h */ - - static __inline FT_Int32 - FT_MulFix_arm( FT_Int32 a, - FT_Int32 b ) - { - register FT_Int32 t, t2; - - - __asm - { - smull t2, t, b, a /* (lo=t2,hi=t) = a*b */ - mov a, t, asr #31 /* a = (hi >> 31) */ - add a, a, #0x8000 /* a += 0x8000 */ - adds t2, t2, a /* t2 += a */ - adc t, t, #0 /* t += carry */ - mov a, t2, lsr #16 /* a = t2 >> 16 */ - orr a, a, t, lsl #16 /* a |= t << 16 */ - } - return a; - } - -#endif /* __CC_ARM || __ARMCC__ */ - - -#ifdef __GNUC__ - -#if defined( __arm__ ) && \ - ( !defined( __thumb__ ) || defined( __thumb2__ ) ) && \ - !( defined( __CC_ARM ) || defined( __ARMCC__ ) ) - -#define FT_MULFIX_ASSEMBLER FT_MulFix_arm - - /* documentation is in freetype.h */ - - static __inline__ FT_Int32 - FT_MulFix_arm( FT_Int32 a, - FT_Int32 b ) - { - register FT_Int32 t, t2; - - - __asm__ __volatile__ ( - "smull %1, %2, %4, %3\n\t" /* (lo=%1,hi=%2) = a*b */ - "mov %0, %2, asr #31\n\t" /* %0 = (hi >> 31) */ -#if defined( __clang__ ) && defined( __thumb2__ ) - "add.w %0, %0, #0x8000\n\t" /* %0 += 0x8000 */ -#else - "add %0, %0, #0x8000\n\t" /* %0 += 0x8000 */ -#endif - "adds %1, %1, %0\n\t" /* %1 += %0 */ - "adc %2, %2, #0\n\t" /* %2 += carry */ - "mov %0, %1, lsr #16\n\t" /* %0 = %1 >> 16 */ - "orr %0, %0, %2, lsl #16\n\t" /* %0 |= %2 << 16 */ - : "=r"(a), "=&r"(t2), "=&r"(t) - : "r"(a), "r"(b) - : "cc" ); - return a; - } - -#endif /* __arm__ && */ - /* ( __thumb2__ || !__thumb__ ) && */ - /* !( __CC_ARM || __ARMCC__ ) */ - - -#if defined( __i386__ ) - -#define FT_MULFIX_ASSEMBLER FT_MulFix_i386 - - /* documentation is in freetype.h */ - - static __inline__ FT_Int32 - FT_MulFix_i386( FT_Int32 a, - FT_Int32 b ) - { - register FT_Int32 result; - - - __asm__ __volatile__ ( - "imul %%edx\n" - "movl %%edx, %%ecx\n" - "sarl $31, %%ecx\n" - "addl $0x8000, %%ecx\n" - "addl %%ecx, %%eax\n" - "adcl $0, %%edx\n" - "shrl $16, %%eax\n" - "shll $16, %%edx\n" - "addl %%edx, %%eax\n" - : "=a"(result), "=d"(b) - : "a"(a), "d"(b) - : "%ecx", "cc" ); - return result; - } - -#endif /* i386 */ - -#endif /* __GNUC__ */ - - -#ifdef _MSC_VER /* Visual C++ */ - -#ifdef _M_IX86 - -#define FT_MULFIX_ASSEMBLER FT_MulFix_i386 - - /* documentation is in freetype.h */ - - static __inline FT_Int32 - FT_MulFix_i386( FT_Int32 a, - FT_Int32 b ) - { - register FT_Int32 result; - - __asm - { - mov eax, a - mov edx, b - imul edx - mov ecx, edx - sar ecx, 31 - add ecx, 8000h - add eax, ecx - adc edx, 0 - shr eax, 16 - shl edx, 16 - add eax, edx - mov result, eax - } - return result; - } - -#endif /* _M_IX86 */ - -#endif /* _MSC_VER */ - - -#if defined( __GNUC__ ) && defined( __x86_64__ ) - -#define FT_MULFIX_ASSEMBLER FT_MulFix_x86_64 - - static __inline__ FT_Int32 - FT_MulFix_x86_64( FT_Int32 a, - FT_Int32 b ) - { - /* Temporarily disable the warning that C90 doesn't support */ - /* `long long'. */ -#if ( __GNUC__ > 4 ) || ( ( __GNUC__ == 4 ) && ( __GNUC_MINOR__ >= 6 ) ) -#pragma GCC diagnostic push -#pragma GCC diagnostic ignored "-Wlong-long" -#endif - -#if 1 - /* Technically not an assembly fragment, but GCC does a really good */ - /* job at inlining it and generating good machine code for it. */ - long long ret, tmp; - - - ret = (long long)a * b; - tmp = ret >> 63; - ret += 0x8000 + tmp; - - return (FT_Int32)( ret >> 16 ); -#else - - /* For some reason, GCC 4.6 on Ubuntu 12.04 generates invalid machine */ - /* code from the lines below. The main issue is that `wide_a' is not */ - /* properly initialized by sign-extending `a'. Instead, the generated */ - /* machine code assumes that the register that contains `a' on input */ - /* can be used directly as a 64-bit value, which is wrong most of the */ - /* time. */ - long long wide_a = (long long)a; - long long wide_b = (long long)b; - long long result; - - - __asm__ __volatile__ ( - "imul %2, %1\n" - "mov %1, %0\n" - "sar $63, %0\n" - "lea 0x8000(%1, %0), %0\n" - "sar $16, %0\n" - : "=&r"(result), "=&r"(wide_a) - : "r"(wide_b) - : "cc" ); - - return (FT_Int32)result; -#endif - -#if ( __GNUC__ > 4 ) || ( ( __GNUC__ == 4 ) && ( __GNUC_MINOR__ >= 6 ) ) -#pragma GCC diagnostic pop -#endif - } - -#endif /* __GNUC__ && __x86_64__ */ - -#endif /* !FT_CONFIG_OPTION_NO_ASSEMBLER */ - - -#ifdef FT_CONFIG_OPTION_INLINE_MULFIX -#ifdef FT_MULFIX_ASSEMBLER -#define FT_MULFIX_INLINED FT_MULFIX_ASSEMBLER -#endif -#endif - - #ifdef FT_MAKE_OPTION_SINGLE_OBJECT #define FT_LOCAL( x ) static x diff --git a/freetype/include/config/ftoption.h b/freetype/include/config/ftoption.h index 5b11f0e03..2b0b67e7a 100644 --- a/freetype/include/config/ftoption.h +++ b/freetype/include/config/ftoption.h @@ -4,7 +4,7 @@ /* */ /* User-selectable configuration macros (specification only). */ /* */ -/* Copyright 1996-2013 by */ +/* Copyright 1996-2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -61,7 +61,7 @@ FT_BEGIN_HEADER /* that are statically linked to the library at compile time. By */ /* default, this file is . */ /* */ - /* We highly recommend using the third method whenever possible. */ + /* We highly recommend using the third method whenever possible. */ /* */ /*************************************************************************/ @@ -216,7 +216,7 @@ FT_BEGIN_HEADER /*************************************************************************/ /* */ - /* PNG bitmap support. */ + /* PNG bitmap support. */ /* */ /* FreeType now handles loading color bitmap glyphs in the PNG format. */ /* This requires help from the external libpng library. Uncompressed */ @@ -230,7 +230,7 @@ FT_BEGIN_HEADER /*************************************************************************/ /* */ - /* HarfBuzz support. */ + /* HarfBuzz support. */ /* */ /* FreeType uses the HarfBuzz library to improve auto-hinting of */ /* OpenType fonts. If available, many glyphs not directly addressable */ @@ -771,6 +771,30 @@ FT_BEGIN_HEADER /*************************************************************************/ + /*************************************************************************/ + /* */ + /* Using CFF_CONFIG_OPTION_DARKENING_PARAMETER_{X,Y}{1,2,3,4} it is */ + /* possible to set up the default values of the four control points that */ + /* define the stem darkening behaviour of the (new) CFF engine. For */ + /* more details please read the documentation of the */ + /* `darkening-parameters' property of the cff driver module (file */ + /* `ftcffdrv.h'), which allows the control at run-time. */ + /* */ + /* Do *not* undefine these macros! */ + /* */ +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_X1 500 +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y1 400 + +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_X2 1000 +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y2 275 + +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_X3 1667 +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y3 275 + +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_X4 2333 +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y4 0 + + /*************************************************************************/ /* */ /* CFF_CONFIG_OPTION_OLD_ENGINE controls whether the pre-Adobe CFF */ @@ -820,8 +844,8 @@ FT_BEGIN_HEADER /* - * This macro is obsolete. Support has been removed in FreeType - * version 2.5. + * This macro is obsolete. Support has been removed in FreeType + * version 2.5. */ /* #define FT_CONFIG_OPTION_OLD_INTERNALS */ @@ -837,6 +861,35 @@ FT_BEGIN_HEADER #define TT_USE_BYTECODE_INTERPRETER #endif + + /* + * Check CFF darkening parameters. The checks are the same as in function + * `cff_property_set' in file `cffdrivr.c'. + */ +#if CFF_CONFIG_OPTION_DARKENING_PARAMETER_X1 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X2 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X3 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X4 < 0 || \ + \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y1 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y2 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y3 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y4 < 0 || \ + \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X1 > \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X2 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X2 > \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X3 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X3 > \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X4 || \ + \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y1 > 500 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y2 > 500 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y3 > 500 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y4 > 500 +#error "Invalid CFF darkening parameters!" +#endif + FT_END_HEADER diff --git a/freetype/include/freetype.h b/freetype/include/freetype.h index fb62b625f..27fd44bfc 100644 --- a/freetype/include/freetype.h +++ b/freetype/include/freetype.h @@ -113,7 +113,8 @@ FT_BEGIN_HEADER /* The FreeType~2 base font interface. */ /* */ /* */ - /* This section describes the public high-level API of FreeType~2. */ + /* This section describes the most important public high-level API */ + /* functions of FreeType~2. */ /* */ /* */ /* FT_Library */ @@ -122,6 +123,7 @@ FT_BEGIN_HEADER /* FT_GlyphSlot */ /* FT_CharMap */ /* FT_Encoding */ + /* FT_ENC_TAG */ /* */ /* FT_FaceRec */ /* */ @@ -138,8 +140,22 @@ FT_BEGIN_HEADER /* FT_FACE_FLAG_MULTIPLE_MASTERS */ /* FT_FACE_FLAG_GLYPH_NAMES */ /* FT_FACE_FLAG_EXTERNAL_STREAM */ - /* FT_FACE_FLAG_FAST_GLYPHS */ /* FT_FACE_FLAG_HINTER */ + /* FT_FACE_FLAG_TRICKY */ + /* */ + /* FT_HAS_HORIZONTAL */ + /* FT_HAS_VERTICAL */ + /* FT_HAS_KERNING */ + /* FT_HAS_FIXED_SIZES */ + /* FT_HAS_GLYPH_NAMES */ + /* FT_HAS_MULTIPLE_MASTERS */ + /* FT_HAS_COLOR */ + /* */ + /* FT_IS_SFNT */ + /* FT_IS_SCALABLE */ + /* FT_IS_FIXED_WIDTH */ + /* FT_IS_CID_KEYED */ + /* FT_IS_TRICKY */ /* */ /* FT_STYLE_FLAG_BOLD */ /* FT_STYLE_FLAG_ITALIC */ @@ -158,6 +174,7 @@ FT_BEGIN_HEADER /* */ /* FT_New_Face */ /* FT_Done_Face */ + /* FT_Reference_Face */ /* FT_New_Memory_Face */ /* FT_Open_Face */ /* FT_Open_Args */ @@ -170,10 +187,13 @@ FT_BEGIN_HEADER /* FT_Request_Size */ /* FT_Select_Size */ /* FT_Size_Request_Type */ + /* FT_Size_RequestRec */ /* FT_Size_Request */ /* FT_Set_Transform */ /* FT_Load_Glyph */ /* FT_Get_Char_Index */ + /* FT_Get_First_Char */ + /* FT_Get_Next_Char */ /* FT_Get_Name_Index */ /* FT_Load_Char */ /* */ @@ -190,11 +210,11 @@ FT_BEGIN_HEADER /* FT_LOAD_NO_SCALE */ /* FT_LOAD_NO_HINTING */ /* FT_LOAD_NO_BITMAP */ - /* FT_LOAD_CROP_BITMAP */ + /* FT_LOAD_NO_AUTOHINT */ + /* FT_LOAD_COLOR */ /* */ /* FT_LOAD_VERTICAL_LAYOUT */ /* FT_LOAD_IGNORE_TRANSFORM */ - /* FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH */ /* FT_LOAD_FORCE_AUTOHINT */ /* FT_LOAD_NO_RECURSE */ /* FT_LOAD_PEDANTIC */ @@ -205,6 +225,8 @@ FT_BEGIN_HEADER /* FT_LOAD_TARGET_LCD */ /* FT_LOAD_TARGET_LCD_V */ /* */ + /* FT_LOAD_TARGET_MODE */ + /* */ /* FT_Render_Glyph */ /* FT_Render_Mode */ /* FT_Get_Kerning */ @@ -218,14 +240,22 @@ FT_BEGIN_HEADER /* FT_Set_Charmap */ /* FT_Get_Charmap_Index */ /* */ - /* FT_FSTYPE_INSTALLABLE_EMBEDDING */ - /* FT_FSTYPE_RESTRICTED_LICENSE_EMBEDDING */ - /* FT_FSTYPE_PREVIEW_AND_PRINT_EMBEDDING */ - /* FT_FSTYPE_EDITABLE_EMBEDDING */ - /* FT_FSTYPE_NO_SUBSETTING */ - /* FT_FSTYPE_BITMAP_EMBEDDING_ONLY */ - /* */ /* FT_Get_FSType_Flags */ + /* FT_Get_SubGlyph_Info */ + /* */ + /* FT_Face_Internal */ + /* FT_Size_Internal */ + /* FT_Slot_Internal */ + /* */ + /* FT_FACE_FLAG_XXX */ + /* FT_STYLE_FLAG_XXX */ + /* FT_OPEN_XXX */ + /* FT_LOAD_XXX */ + /* FT_LOAD_TARGET_XXX */ + /* FT_SUBGLYPH_FLAG_XXX */ + /* FT_FSTYPE_XXX */ + /* */ + /* FT_HAS_FAST_GLYPHS */ /* */ /*************************************************************************/ @@ -376,6 +406,13 @@ FT_BEGIN_HEADER typedef struct FT_LibraryRec_ *FT_Library; + /*************************************************************************/ + /* */ + /*
                  */ + /* module_management */ + /* */ + /*************************************************************************/ + /*************************************************************************/ /* */ /* */ @@ -415,6 +452,13 @@ FT_BEGIN_HEADER typedef struct FT_RendererRec_* FT_Renderer; + /*************************************************************************/ + /* */ + /*
                  */ + /* base_interface */ + /* */ + /*************************************************************************/ + /*************************************************************************/ /* */ /* */ @@ -727,15 +771,8 @@ FT_BEGIN_HEADER } FT_Encoding; - /*************************************************************************/ - /* */ - /* */ - /* ft_encoding_xxx */ - /* */ - /* */ - /* These constants are deprecated; use the corresponding @FT_Encoding */ - /* values instead. */ - /* */ + /* these constants are deprecated; use the corresponding `FT_Encoding' */ + /* values instead */ #define ft_encoding_none FT_ENCODING_NONE #define ft_encoding_unicode FT_ENCODING_UNICODE #define ft_encoding_symbol FT_ENCODING_MS_SYMBOL @@ -1570,15 +1607,15 @@ FT_BEGIN_HEADER /* change between calls of @FT_Load_Glyph and a */ /* few other functions. */ /* */ - /* bitmap_left :: This is the bitmap's left bearing expressed */ - /* in integer pixels. Of course, this is only */ - /* valid if the format is */ - /* @FT_GLYPH_FORMAT_BITMAP. */ + /* bitmap_left :: The bitmap's left bearing expressed in */ + /* integer pixels. Only valid if the format is */ + /* @FT_GLYPH_FORMAT_BITMAP, this is, if the */ + /* glyph slot contains a bitmap. */ /* */ - /* bitmap_top :: This is the bitmap's top bearing expressed in */ - /* integer pixels. Remember that this is the */ - /* distance from the baseline to the top-most */ - /* glyph scanline, upwards y~coordinates being */ + /* bitmap_top :: The bitmap's top bearing expressed in integer */ + /* pixels. Remember that this is the distance */ + /* from the baseline to the top-most glyph */ + /* scanline, upwards y~coordinates being */ /* *positive*. */ /* */ /* outline :: The outline descriptor for the current glyph */ @@ -1592,7 +1629,6 @@ FT_BEGIN_HEADER /* This field is only valid for the composite */ /* glyph format that should normally only be */ /* loaded with the @FT_LOAD_NO_RECURSE flag. */ - /* For now this is internal to FreeType. */ /* */ /* subglyphs :: An array of subglyph descriptors for */ /* composite glyphs. There are `num_subglyphs' */ @@ -1783,16 +1819,6 @@ FT_BEGIN_HEADER /* */ /* FT_OPEN_PARAMS :: Use the `num_params' and `params' fields. */ /* */ - /* ft_open_memory :: Deprecated; use @FT_OPEN_MEMORY instead. */ - /* */ - /* ft_open_stream :: Deprecated; use @FT_OPEN_STREAM instead. */ - /* */ - /* ft_open_pathname :: Deprecated; use @FT_OPEN_PATHNAME instead. */ - /* */ - /* ft_open_driver :: Deprecated; use @FT_OPEN_DRIVER instead. */ - /* */ - /* ft_open_params :: Deprecated; use @FT_OPEN_PARAMS instead. */ - /* */ /* */ /* The `FT_OPEN_MEMORY', `FT_OPEN_STREAM', and `FT_OPEN_PATHNAME' */ /* flags are mutually exclusive. */ @@ -1803,11 +1829,14 @@ FT_BEGIN_HEADER #define FT_OPEN_DRIVER 0x8 #define FT_OPEN_PARAMS 0x10 -#define ft_open_memory FT_OPEN_MEMORY /* deprecated */ -#define ft_open_stream FT_OPEN_STREAM /* deprecated */ -#define ft_open_pathname FT_OPEN_PATHNAME /* deprecated */ -#define ft_open_driver FT_OPEN_DRIVER /* deprecated */ -#define ft_open_params FT_OPEN_PARAMS /* deprecated */ + + /* these constants are deprecated; use the corresponding `FT_OPEN_XXX' */ + /* values instead */ +#define ft_open_memory FT_OPEN_MEMORY +#define ft_open_stream FT_OPEN_STREAM +#define ft_open_pathname FT_OPEN_PATHNAME +#define ft_open_driver FT_OPEN_DRIVER +#define ft_open_params FT_OPEN_PARAMS /*************************************************************************/ @@ -1872,22 +1901,22 @@ FT_BEGIN_HEADER /* The stream type is determined by the contents of `flags' that */ /* are tested in the following order by @FT_Open_Face: */ /* */ - /* If the `FT_OPEN_MEMORY' bit is set, assume that this is a */ + /* If the @FT_OPEN_MEMORY bit is set, assume that this is a */ /* memory file of `memory_size' bytes, located at `memory_address'. */ /* The data are are not copied, and the client is responsible for */ /* releasing and destroying them _after_ the corresponding call to */ /* @FT_Done_Face. */ /* */ - /* Otherwise, if the `FT_OPEN_STREAM' bit is set, assume that a */ + /* Otherwise, if the @FT_OPEN_STREAM bit is set, assume that a */ /* custom input stream `stream' is used. */ /* */ - /* Otherwise, if the `FT_OPEN_PATHNAME' bit is set, assume that this */ + /* Otherwise, if the @FT_OPEN_PATHNAME bit is set, assume that this */ /* is a normal file and use `pathname' to open it. */ /* */ - /* If the `FT_OPEN_DRIVER' bit is set, @FT_Open_Face only tries to */ + /* If the @FT_OPEN_DRIVER bit is set, @FT_Open_Face only tries to */ /* open the file with the driver whose handler is in `driver'. */ /* */ - /* If the `FT_OPEN_PARAMS' bit is set, the parameters given by */ + /* If the @FT_OPEN_PARAMS bit is set, the parameters given by */ /* `num_params' and `params' is used. They are ignored otherwise. */ /* */ /* Ideally, both the `pathname' and `params' fields should be tagged */ @@ -2541,11 +2570,6 @@ FT_BEGIN_HEADER * Indicates that the auto-hinter is preferred over the font's native * hinter. See also the note below. * - * FT_LOAD_CROP_BITMAP :: - * Indicates that the font driver should crop the loaded bitmap glyph - * (i.e., remove all space around its black bits). Not all drivers - * implement this. - * * FT_LOAD_PEDANTIC :: * Indicates that the font driver should perform pedantic verifications * during glyph loading. This is mostly used to detect broken glyphs @@ -2556,18 +2580,12 @@ FT_BEGIN_HEADER * result in partially hinted or distorted glyphs in case a glyph's * bytecode is buggy. * - * FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH :: - * Ignored. Deprecated. - * * FT_LOAD_NO_RECURSE :: - * This flag is only used internally. It merely indicates that the - * font driver should not load composite glyphs recursively. Instead, - * it should set the `num_subglyph' and `subglyphs' values of the - * glyph slot accordingly, and set `glyph->format' to - * @FT_GLYPH_FORMAT_COMPOSITE. - * - * The description of sub-glyphs is not available to client - * applications for now. + * Indicate that the font driver should not load composite glyphs + * recursively. Instead, it should set the `num_subglyph' and + * `subglyphs' values of the glyph slot accordingly, and set + * `glyph->format' to @FT_GLYPH_FORMAT_COMPOSITE. The description of + * subglyphs can then be accessed with @FT_Get_SubGlyph_Info. * * This flag implies @FT_LOAD_NO_SCALE and @FT_LOAD_IGNORE_TRANSFORM. * @@ -2600,6 +2618,12 @@ FT_BEGIN_HEADER * bitmaps transparently. Those bitmaps will be in the * @FT_PIXEL_MODE_GRAY format. * + * FT_LOAD_CROP_BITMAP :: + * Ignored. Deprecated. + * + * FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH :: + * Ignored. Deprecated. + * * @note: * By default, hinting is enabled and the font's native hinter (see * @FT_FACE_FLAG_HINTER) is preferred over the auto-hinter. You can @@ -2836,19 +2860,8 @@ FT_BEGIN_HEADER } FT_Render_Mode; - /*************************************************************************/ - /* */ - /* */ - /* ft_render_mode_xxx */ - /* */ - /* */ - /* These constants are deprecated. Use the corresponding */ - /* @FT_Render_Mode values instead. */ - /* */ - /* */ - /* ft_render_mode_normal :: see @FT_RENDER_MODE_NORMAL */ - /* ft_render_mode_mono :: see @FT_RENDER_MODE_MONO */ - /* */ + /* these constants are deprecated; use the corresponding */ + /* `FT_Render_Mode' values instead */ #define ft_render_mode_normal FT_RENDER_MODE_NORMAL #define ft_render_mode_mono FT_RENDER_MODE_MONO @@ -2912,39 +2925,10 @@ FT_BEGIN_HEADER } FT_Kerning_Mode; - /*************************************************************************/ - /* */ - /* */ - /* ft_kerning_default */ - /* */ - /* */ - /* This constant is deprecated. Please use @FT_KERNING_DEFAULT */ - /* instead. */ - /* */ + /* these constants are deprecated; use the corresponding */ + /* `FT_Kerning_Mode' values instead */ #define ft_kerning_default FT_KERNING_DEFAULT - - - /*************************************************************************/ - /* */ - /* */ - /* ft_kerning_unfitted */ - /* */ - /* */ - /* This constant is deprecated. Please use @FT_KERNING_UNFITTED */ - /* instead. */ - /* */ #define ft_kerning_unfitted FT_KERNING_UNFITTED - - - /*************************************************************************/ - /* */ - /* */ - /* ft_kerning_unscaled */ - /* */ - /* */ - /* This constant is deprecated. Please use @FT_KERNING_UNSCALED */ - /* instead. */ - /* */ #define ft_kerning_unscaled FT_KERNING_UNSCALED @@ -3065,9 +3049,8 @@ FT_BEGIN_HEADER /* glyph index~0 always corresponds to the `missing glyph' (called */ /* `.notdef'). */ /* */ - /* This function is not compiled within the library if the config */ - /* macro `FT_CONFIG_OPTION_NO_GLYPH_NAMES' is defined in */ - /* `ftoptions.h'. */ + /* This function always returns an error if the config macro */ + /* `FT_CONFIG_OPTION_NO_GLYPH_NAMES' is not defined in `ftoptions.h'. */ /* */ FT_EXPORT( FT_Error ) FT_Get_Glyph_Name( FT_Face face, @@ -3515,8 +3498,8 @@ FT_BEGIN_HEADER /* */ /* http://www.unicode.org/reports/tr37/ */ /* */ - /* To date (November 2012), the character with the most variants is */ - /* U+9089, having 31 such IVS. */ + /* To date (November 2014), the character with the most variants is */ + /* U+9089, having 32 such IVS. */ /* */ /* Adobe and MS decided to support IVS with a new cmap subtable */ /* (format~14). It is an odd subtable because it is not a mapping of */ @@ -3767,12 +3750,6 @@ FT_BEGIN_HEADER FT_Long c ); - /* */ - - /* The following #if 0 ... #endif is for the documentation formatter, */ - /* hiding the internal `FT_MULFIX_INLINED' macro. */ - -#if 0 /*************************************************************************/ /* */ /* */ @@ -3806,17 +3783,6 @@ FT_BEGIN_HEADER FT_MulFix( FT_Long a, FT_Long b ); - /* */ -#endif - -#ifdef FT_MULFIX_INLINED -#define FT_MulFix( a, b ) FT_MULFIX_INLINED( a, b ) -#else - FT_EXPORT( FT_Long ) - FT_MulFix( FT_Long a, - FT_Long b ); -#endif - /*************************************************************************/ /* */ @@ -3829,18 +3795,12 @@ FT_BEGIN_HEADER /* used to divide a given value by a 16.16 fixed-point factor. */ /* */ /* */ - /* a :: The first multiplier. */ - /* b :: The second multiplier. Use a 16.16 factor here whenever */ - /* possible (see note below). */ + /* a :: The numerator. */ + /* b :: The denominator. Use a 16.16 factor here. */ /* */ /* */ /* The result of `(a*0x10000)/b'. */ /* */ - /* */ - /* The optimization for FT_DivFix() is simple: If (a~<<~16) fits in */ - /* 32~bits, then the division is computed directly. Otherwise, we */ - /* use a specialized version of @FT_MulDiv. */ - /* */ FT_EXPORT( FT_Long ) FT_DivFix( FT_Long a, FT_Long b ); @@ -3940,6 +3900,18 @@ FT_BEGIN_HEADER /* even a new release of FreeType with only documentation changes */ /* increases the version number. */ /* */ + /* */ + /* FT_Library_Version */ + /* */ + /* FREETYPE_MAJOR */ + /* FREETYPE_MINOR */ + /* FREETYPE_PATCH */ + /* */ + /* FT_Face_CheckTrueTypePatents */ + /* FT_Face_SetUnpatentedHinting */ + /* */ + /* FREETYPE_XXX */ + /* */ /*************************************************************************/ @@ -3965,7 +3937,7 @@ FT_BEGIN_HEADER */ #define FREETYPE_MAJOR 2 #define FREETYPE_MINOR 5 -#define FREETYPE_PATCH 3 +#define FREETYPE_PATCH 5 /*************************************************************************/ diff --git a/freetype/include/ftadvanc.h b/freetype/include/ftadvanc.h index 8f7e2fce5..955f93fa1 100644 --- a/freetype/include/ftadvanc.h +++ b/freetype/include/ftadvanc.h @@ -4,7 +4,7 @@ /* */ /* Quick computation of advance widths (specification only). */ /* */ -/* Copyright 2008, 2013 by */ +/* Copyright 2008, 2013, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -48,6 +48,11 @@ FT_BEGIN_HEADER * @description: * This section contains functions to quickly extract advance values * without handling glyph outlines, if possible. + * + * @order: + * FT_Get_Advance + * FT_Get_Advances + * */ @@ -171,7 +176,7 @@ FT_BEGIN_HEADER FT_Int32 load_flags, FT_Fixed *padvances ); -/* */ + /* */ FT_END_HEADER diff --git a/freetype/include/ftautoh.h b/freetype/include/ftautoh.h index 936791e72..59191abbf 100644 --- a/freetype/include/ftautoh.h +++ b/freetype/include/ftautoh.h @@ -245,12 +245,12 @@ FT_BEGIN_HEADER * The data exchange structure for the @glyph-to-script-map property. * */ - typedef struct FT_Prop_GlyphToScriptMap_ - { - FT_Face face; - FT_Byte* map; + typedef struct FT_Prop_GlyphToScriptMap_ + { + FT_Face face; + FT_Byte* map; - } FT_Prop_GlyphToScriptMap; + } FT_Prop_GlyphToScriptMap; /************************************************************************** @@ -384,15 +384,15 @@ FT_BEGIN_HEADER * The data exchange structure for the @increase-x-height property. * */ - typedef struct FT_Prop_IncreaseXHeight_ - { - FT_Face face; - FT_UInt limit; + typedef struct FT_Prop_IncreaseXHeight_ + { + FT_Face face; + FT_UInt limit; - } FT_Prop_IncreaseXHeight; + } FT_Prop_IncreaseXHeight; + /* */ - /* */ FT_END_HEADER diff --git a/freetype/include/ftbbox.h b/freetype/include/ftbbox.h index 8938841a6..d6800e240 100644 --- a/freetype/include/ftbbox.h +++ b/freetype/include/ftbbox.h @@ -85,7 +85,6 @@ FT_BEGIN_HEADER FT_Outline_Get_BBox( FT_Outline* outline, FT_BBox *abbox ); - /* */ diff --git a/freetype/include/ftbdf.h b/freetype/include/ftbdf.h index 8b3c41115..6d262e414 100644 --- a/freetype/include/ftbdf.h +++ b/freetype/include/ftbdf.h @@ -53,7 +53,7 @@ FT_BEGIN_HEADER /********************************************************************** * * @enum: - * FT_PropertyType + * BDF_PropertyType * * @description: * A list of BDF property types. @@ -200,7 +200,7 @@ FT_BEGIN_HEADER const char* prop_name, BDF_PropertyRec *aproperty ); - /* */ + /* */ FT_END_HEADER diff --git a/freetype/include/ftbitmap.h b/freetype/include/ftbitmap.h index 7dbf5ba3f..eae716904 100644 --- a/freetype/include/ftbitmap.h +++ b/freetype/include/ftbitmap.h @@ -4,7 +4,7 @@ /* */ /* FreeType utility functions for bitmaps (specification). */ /* */ -/* Copyright 2004-2006, 2008, 2013 by */ +/* Copyright 2004-2006, 2008, 2013, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -45,7 +45,9 @@ FT_BEGIN_HEADER /* Handling FT_Bitmap objects. */ /* */ /* */ - /* This section contains functions for converting FT_Bitmap objects. */ + /* This section contains functions for handling @FT_Bitmap objects. */ + /* Note that none of the functions changes the bitmap's `flow' (as */ + /* indicated by the sign of the `pitch' field in `FT_Bitmap'). */ /* */ /*************************************************************************/ @@ -122,6 +124,9 @@ FT_BEGIN_HEADER /* If you want to embolden the bitmap owned by a @FT_GlyphSlotRec, */ /* you should call @FT_GlyphSlot_Own_Bitmap on the slot first. */ /* */ + /* Bitmaps in @FT_PIXEL_MODE_GRAY2 and @FT_PIXEL_MODE_GRAY@ format */ + /* are converted to @FT_PIXEL_MODE_GRAY format (i.e., 8bpp). */ + /* */ FT_EXPORT( FT_Error ) FT_Bitmap_Embolden( FT_Library library, FT_Bitmap* bitmap, diff --git a/freetype/include/ftbzip2.h b/freetype/include/ftbzip2.h index 1bf81b15e..4dce161fd 100644 --- a/freetype/include/ftbzip2.h +++ b/freetype/include/ftbzip2.h @@ -91,7 +91,7 @@ FT_BEGIN_HEADER FT_Stream_OpenBzip2( FT_Stream stream, FT_Stream source ); - /* */ + /* */ FT_END_HEADER diff --git a/freetype/include/ftcache.h b/freetype/include/ftcache.h index a5d7100a3..a30e925cc 100644 --- a/freetype/include/ftcache.h +++ b/freetype/include/ftcache.h @@ -4,7 +4,7 @@ /* */ /* FreeType Cache subsystem (specification). */ /* */ -/* Copyright 1996-2008, 2010, 2013 by */ +/* Copyright 1996-2008, 2010, 2013, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -209,10 +209,10 @@ FT_BEGIN_HEADER typedef FT_Error (*FTC_Face_Requester)( FTC_FaceID face_id, FT_Library library, - FT_Pointer request_data, + FT_Pointer req_data, FT_Face* aface ); - /* */ + /* */ /*************************************************************************/ @@ -1046,8 +1046,8 @@ FT_BEGIN_HEADER FTC_SBit *sbit, FTC_Node *anode ); + /* */ - /* */ FT_END_HEADER diff --git a/freetype/include/ftcffdrv.h b/freetype/include/ftcffdrv.h index e4d039d02..f7031bc88 100644 --- a/freetype/include/ftcffdrv.h +++ b/freetype/include/ftcffdrv.h @@ -4,7 +4,7 @@ /* */ /* FreeType API for controlling the CFF driver (specification only). */ /* */ -/* Copyright 2013 by */ +/* Copyright 2013, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -108,6 +108,12 @@ FT_BEGIN_HEADER * in one of four ways, top edge up or down, bottom edge up or down. * Unless there are conflicting hstems, the smallest movement is taken * to minimize distortion. + * + * @order: + * hinting-engine + * no-stem-darkening + * darkening-parameters + * */ @@ -212,9 +218,11 @@ FT_BEGIN_HEADER * stem width >= 2.333px: darkening amount = 0px * } * - * and piecewise linear in-between. Using the `darkening-parameters' - * property, these four control points can be changed, as the following - * example demonstrates. + * and piecewise linear in-between. At configuration time, these four + * control points can be set with the macro + * `CFF_CONFIG_OPTION_DARKENING_PARAMETERS'. At runtime, the control + * points can be changed using the `darkening-parameters' property, as + * the following example demonstrates. * * { * FT_Library library; @@ -242,8 +250,8 @@ FT_BEGIN_HEADER * */ + /* */ - /* */ FT_END_HEADER diff --git a/freetype/include/ftcid.h b/freetype/include/ftcid.h index 203a30caf..17550d87b 100644 --- a/freetype/include/ftcid.h +++ b/freetype/include/ftcid.h @@ -156,7 +156,8 @@ FT_BEGIN_HEADER FT_UInt glyph_index, FT_UInt *cid ); - /* */ + /* */ + FT_END_HEADER diff --git a/freetype/include/fterrdef.h b/freetype/include/fterrdef.h index 76c7b9e36..99b2fadec 100644 --- a/freetype/include/fterrdef.h +++ b/freetype/include/fterrdef.h @@ -31,218 +31,218 @@ /* generic errors */ - FT_NOERRORDEF_( Ok, 0x00, \ + FT_NOERRORDEF_( Ok, 0x00, "no error" ) - FT_ERRORDEF_( Cannot_Open_Resource, 0x01, \ + FT_ERRORDEF_( Cannot_Open_Resource, 0x01, "cannot open resource" ) - FT_ERRORDEF_( Unknown_File_Format, 0x02, \ + FT_ERRORDEF_( Unknown_File_Format, 0x02, "unknown file format" ) - FT_ERRORDEF_( Invalid_File_Format, 0x03, \ + FT_ERRORDEF_( Invalid_File_Format, 0x03, "broken file" ) - FT_ERRORDEF_( Invalid_Version, 0x04, \ + FT_ERRORDEF_( Invalid_Version, 0x04, "invalid FreeType version" ) - FT_ERRORDEF_( Lower_Module_Version, 0x05, \ + FT_ERRORDEF_( Lower_Module_Version, 0x05, "module version is too low" ) - FT_ERRORDEF_( Invalid_Argument, 0x06, \ + FT_ERRORDEF_( Invalid_Argument, 0x06, "invalid argument" ) - FT_ERRORDEF_( Unimplemented_Feature, 0x07, \ + FT_ERRORDEF_( Unimplemented_Feature, 0x07, "unimplemented feature" ) - FT_ERRORDEF_( Invalid_Table, 0x08, \ + FT_ERRORDEF_( Invalid_Table, 0x08, "broken table" ) - FT_ERRORDEF_( Invalid_Offset, 0x09, \ + FT_ERRORDEF_( Invalid_Offset, 0x09, "broken offset within table" ) - FT_ERRORDEF_( Array_Too_Large, 0x0A, \ + FT_ERRORDEF_( Array_Too_Large, 0x0A, "array allocation size too large" ) - FT_ERRORDEF_( Missing_Module, 0x0B, \ + FT_ERRORDEF_( Missing_Module, 0x0B, "missing module" ) - FT_ERRORDEF_( Missing_Property, 0x0C, \ + FT_ERRORDEF_( Missing_Property, 0x0C, "missing property" ) /* glyph/character errors */ - FT_ERRORDEF_( Invalid_Glyph_Index, 0x10, \ + FT_ERRORDEF_( Invalid_Glyph_Index, 0x10, "invalid glyph index" ) - FT_ERRORDEF_( Invalid_Character_Code, 0x11, \ + FT_ERRORDEF_( Invalid_Character_Code, 0x11, "invalid character code" ) - FT_ERRORDEF_( Invalid_Glyph_Format, 0x12, \ + FT_ERRORDEF_( Invalid_Glyph_Format, 0x12, "unsupported glyph image format" ) - FT_ERRORDEF_( Cannot_Render_Glyph, 0x13, \ + FT_ERRORDEF_( Cannot_Render_Glyph, 0x13, "cannot render this glyph format" ) - FT_ERRORDEF_( Invalid_Outline, 0x14, \ + FT_ERRORDEF_( Invalid_Outline, 0x14, "invalid outline" ) - FT_ERRORDEF_( Invalid_Composite, 0x15, \ + FT_ERRORDEF_( Invalid_Composite, 0x15, "invalid composite glyph" ) - FT_ERRORDEF_( Too_Many_Hints, 0x16, \ + FT_ERRORDEF_( Too_Many_Hints, 0x16, "too many hints" ) - FT_ERRORDEF_( Invalid_Pixel_Size, 0x17, \ + FT_ERRORDEF_( Invalid_Pixel_Size, 0x17, "invalid pixel size" ) /* handle errors */ - FT_ERRORDEF_( Invalid_Handle, 0x20, \ + FT_ERRORDEF_( Invalid_Handle, 0x20, "invalid object handle" ) - FT_ERRORDEF_( Invalid_Library_Handle, 0x21, \ + FT_ERRORDEF_( Invalid_Library_Handle, 0x21, "invalid library handle" ) - FT_ERRORDEF_( Invalid_Driver_Handle, 0x22, \ + FT_ERRORDEF_( Invalid_Driver_Handle, 0x22, "invalid module handle" ) - FT_ERRORDEF_( Invalid_Face_Handle, 0x23, \ + FT_ERRORDEF_( Invalid_Face_Handle, 0x23, "invalid face handle" ) - FT_ERRORDEF_( Invalid_Size_Handle, 0x24, \ + FT_ERRORDEF_( Invalid_Size_Handle, 0x24, "invalid size handle" ) - FT_ERRORDEF_( Invalid_Slot_Handle, 0x25, \ + FT_ERRORDEF_( Invalid_Slot_Handle, 0x25, "invalid glyph slot handle" ) - FT_ERRORDEF_( Invalid_CharMap_Handle, 0x26, \ + FT_ERRORDEF_( Invalid_CharMap_Handle, 0x26, "invalid charmap handle" ) - FT_ERRORDEF_( Invalid_Cache_Handle, 0x27, \ + FT_ERRORDEF_( Invalid_Cache_Handle, 0x27, "invalid cache manager handle" ) - FT_ERRORDEF_( Invalid_Stream_Handle, 0x28, \ + FT_ERRORDEF_( Invalid_Stream_Handle, 0x28, "invalid stream handle" ) /* driver errors */ - FT_ERRORDEF_( Too_Many_Drivers, 0x30, \ + FT_ERRORDEF_( Too_Many_Drivers, 0x30, "too many modules" ) - FT_ERRORDEF_( Too_Many_Extensions, 0x31, \ + FT_ERRORDEF_( Too_Many_Extensions, 0x31, "too many extensions" ) /* memory errors */ - FT_ERRORDEF_( Out_Of_Memory, 0x40, \ + FT_ERRORDEF_( Out_Of_Memory, 0x40, "out of memory" ) - FT_ERRORDEF_( Unlisted_Object, 0x41, \ + FT_ERRORDEF_( Unlisted_Object, 0x41, "unlisted object" ) /* stream errors */ - FT_ERRORDEF_( Cannot_Open_Stream, 0x51, \ + FT_ERRORDEF_( Cannot_Open_Stream, 0x51, "cannot open stream" ) - FT_ERRORDEF_( Invalid_Stream_Seek, 0x52, \ + FT_ERRORDEF_( Invalid_Stream_Seek, 0x52, "invalid stream seek" ) - FT_ERRORDEF_( Invalid_Stream_Skip, 0x53, \ + FT_ERRORDEF_( Invalid_Stream_Skip, 0x53, "invalid stream skip" ) - FT_ERRORDEF_( Invalid_Stream_Read, 0x54, \ + FT_ERRORDEF_( Invalid_Stream_Read, 0x54, "invalid stream read" ) - FT_ERRORDEF_( Invalid_Stream_Operation, 0x55, \ + FT_ERRORDEF_( Invalid_Stream_Operation, 0x55, "invalid stream operation" ) - FT_ERRORDEF_( Invalid_Frame_Operation, 0x56, \ + FT_ERRORDEF_( Invalid_Frame_Operation, 0x56, "invalid frame operation" ) - FT_ERRORDEF_( Nested_Frame_Access, 0x57, \ + FT_ERRORDEF_( Nested_Frame_Access, 0x57, "nested frame access" ) - FT_ERRORDEF_( Invalid_Frame_Read, 0x58, \ + FT_ERRORDEF_( Invalid_Frame_Read, 0x58, "invalid frame read" ) /* raster errors */ - FT_ERRORDEF_( Raster_Uninitialized, 0x60, \ + FT_ERRORDEF_( Raster_Uninitialized, 0x60, "raster uninitialized" ) - FT_ERRORDEF_( Raster_Corrupted, 0x61, \ + FT_ERRORDEF_( Raster_Corrupted, 0x61, "raster corrupted" ) - FT_ERRORDEF_( Raster_Overflow, 0x62, \ + FT_ERRORDEF_( Raster_Overflow, 0x62, "raster overflow" ) - FT_ERRORDEF_( Raster_Negative_Height, 0x63, \ + FT_ERRORDEF_( Raster_Negative_Height, 0x63, "negative height while rastering" ) /* cache errors */ - FT_ERRORDEF_( Too_Many_Caches, 0x70, \ + FT_ERRORDEF_( Too_Many_Caches, 0x70, "too many registered caches" ) /* TrueType and SFNT errors */ - FT_ERRORDEF_( Invalid_Opcode, 0x80, \ + FT_ERRORDEF_( Invalid_Opcode, 0x80, "invalid opcode" ) - FT_ERRORDEF_( Too_Few_Arguments, 0x81, \ + FT_ERRORDEF_( Too_Few_Arguments, 0x81, "too few arguments" ) - FT_ERRORDEF_( Stack_Overflow, 0x82, \ + FT_ERRORDEF_( Stack_Overflow, 0x82, "stack overflow" ) - FT_ERRORDEF_( Code_Overflow, 0x83, \ + FT_ERRORDEF_( Code_Overflow, 0x83, "code overflow" ) - FT_ERRORDEF_( Bad_Argument, 0x84, \ + FT_ERRORDEF_( Bad_Argument, 0x84, "bad argument" ) - FT_ERRORDEF_( Divide_By_Zero, 0x85, \ + FT_ERRORDEF_( Divide_By_Zero, 0x85, "division by zero" ) - FT_ERRORDEF_( Invalid_Reference, 0x86, \ + FT_ERRORDEF_( Invalid_Reference, 0x86, "invalid reference" ) - FT_ERRORDEF_( Debug_OpCode, 0x87, \ + FT_ERRORDEF_( Debug_OpCode, 0x87, "found debug opcode" ) - FT_ERRORDEF_( ENDF_In_Exec_Stream, 0x88, \ + FT_ERRORDEF_( ENDF_In_Exec_Stream, 0x88, "found ENDF opcode in execution stream" ) - FT_ERRORDEF_( Nested_DEFS, 0x89, \ + FT_ERRORDEF_( Nested_DEFS, 0x89, "nested DEFS" ) - FT_ERRORDEF_( Invalid_CodeRange, 0x8A, \ + FT_ERRORDEF_( Invalid_CodeRange, 0x8A, "invalid code range" ) - FT_ERRORDEF_( Execution_Too_Long, 0x8B, \ + FT_ERRORDEF_( Execution_Too_Long, 0x8B, "execution context too long" ) - FT_ERRORDEF_( Too_Many_Function_Defs, 0x8C, \ + FT_ERRORDEF_( Too_Many_Function_Defs, 0x8C, "too many function definitions" ) - FT_ERRORDEF_( Too_Many_Instruction_Defs, 0x8D, \ + FT_ERRORDEF_( Too_Many_Instruction_Defs, 0x8D, "too many instruction definitions" ) - FT_ERRORDEF_( Table_Missing, 0x8E, \ + FT_ERRORDEF_( Table_Missing, 0x8E, "SFNT font table missing" ) - FT_ERRORDEF_( Horiz_Header_Missing, 0x8F, \ + FT_ERRORDEF_( Horiz_Header_Missing, 0x8F, "horizontal header (hhea) table missing" ) - FT_ERRORDEF_( Locations_Missing, 0x90, \ + FT_ERRORDEF_( Locations_Missing, 0x90, "locations (loca) table missing" ) - FT_ERRORDEF_( Name_Table_Missing, 0x91, \ + FT_ERRORDEF_( Name_Table_Missing, 0x91, "name table missing" ) - FT_ERRORDEF_( CMap_Table_Missing, 0x92, \ + FT_ERRORDEF_( CMap_Table_Missing, 0x92, "character map (cmap) table missing" ) - FT_ERRORDEF_( Hmtx_Table_Missing, 0x93, \ + FT_ERRORDEF_( Hmtx_Table_Missing, 0x93, "horizontal metrics (hmtx) table missing" ) - FT_ERRORDEF_( Post_Table_Missing, 0x94, \ + FT_ERRORDEF_( Post_Table_Missing, 0x94, "PostScript (post) table missing" ) - FT_ERRORDEF_( Invalid_Horiz_Metrics, 0x95, \ + FT_ERRORDEF_( Invalid_Horiz_Metrics, 0x95, "invalid horizontal metrics" ) - FT_ERRORDEF_( Invalid_CharMap_Format, 0x96, \ + FT_ERRORDEF_( Invalid_CharMap_Format, 0x96, "invalid character map (cmap) format" ) - FT_ERRORDEF_( Invalid_PPem, 0x97, \ + FT_ERRORDEF_( Invalid_PPem, 0x97, "invalid ppem value" ) - FT_ERRORDEF_( Invalid_Vert_Metrics, 0x98, \ + FT_ERRORDEF_( Invalid_Vert_Metrics, 0x98, "invalid vertical metrics" ) - FT_ERRORDEF_( Could_Not_Find_Context, 0x99, \ + FT_ERRORDEF_( Could_Not_Find_Context, 0x99, "could not find context" ) - FT_ERRORDEF_( Invalid_Post_Table_Format, 0x9A, \ + FT_ERRORDEF_( Invalid_Post_Table_Format, 0x9A, "invalid PostScript (post) table format" ) - FT_ERRORDEF_( Invalid_Post_Table, 0x9B, \ + FT_ERRORDEF_( Invalid_Post_Table, 0x9B, "invalid PostScript (post) table" ) /* CFF, CID, and Type 1 errors */ - FT_ERRORDEF_( Syntax_Error, 0xA0, \ + FT_ERRORDEF_( Syntax_Error, 0xA0, "opcode syntax error" ) - FT_ERRORDEF_( Stack_Underflow, 0xA1, \ + FT_ERRORDEF_( Stack_Underflow, 0xA1, "argument stack underflow" ) - FT_ERRORDEF_( Ignore, 0xA2, \ + FT_ERRORDEF_( Ignore, 0xA2, "ignore" ) - FT_ERRORDEF_( No_Unicode_Glyph_Name, 0xA3, \ + FT_ERRORDEF_( No_Unicode_Glyph_Name, 0xA3, "no Unicode glyph name found" ) - FT_ERRORDEF_( Glyph_Too_Big, 0xA4, \ + FT_ERRORDEF_( Glyph_Too_Big, 0xA4, "glyph to big for hinting" ) /* BDF errors */ - FT_ERRORDEF_( Missing_Startfont_Field, 0xB0, \ + FT_ERRORDEF_( Missing_Startfont_Field, 0xB0, "`STARTFONT' field missing" ) - FT_ERRORDEF_( Missing_Font_Field, 0xB1, \ + FT_ERRORDEF_( Missing_Font_Field, 0xB1, "`FONT' field missing" ) - FT_ERRORDEF_( Missing_Size_Field, 0xB2, \ + FT_ERRORDEF_( Missing_Size_Field, 0xB2, "`SIZE' field missing" ) - FT_ERRORDEF_( Missing_Fontboundingbox_Field, 0xB3, \ + FT_ERRORDEF_( Missing_Fontboundingbox_Field, 0xB3, "`FONTBOUNDINGBOX' field missing" ) - FT_ERRORDEF_( Missing_Chars_Field, 0xB4, \ + FT_ERRORDEF_( Missing_Chars_Field, 0xB4, "`CHARS' field missing" ) - FT_ERRORDEF_( Missing_Startchar_Field, 0xB5, \ + FT_ERRORDEF_( Missing_Startchar_Field, 0xB5, "`STARTCHAR' field missing" ) - FT_ERRORDEF_( Missing_Encoding_Field, 0xB6, \ + FT_ERRORDEF_( Missing_Encoding_Field, 0xB6, "`ENCODING' field missing" ) - FT_ERRORDEF_( Missing_Bbx_Field, 0xB7, \ + FT_ERRORDEF_( Missing_Bbx_Field, 0xB7, "`BBX' field missing" ) - FT_ERRORDEF_( Bbx_Too_Big, 0xB8, \ + FT_ERRORDEF_( Bbx_Too_Big, 0xB8, "`BBX' too big" ) - FT_ERRORDEF_( Corrupted_Font_Header, 0xB9, \ + FT_ERRORDEF_( Corrupted_Font_Header, 0xB9, "Font header corrupted or missing fields" ) - FT_ERRORDEF_( Corrupted_Font_Glyphs, 0xBA, \ + FT_ERRORDEF_( Corrupted_Font_Glyphs, 0xBA, "Font glyphs corrupted or missing fields" ) diff --git a/freetype/include/ftgasp.h b/freetype/include/ftgasp.h index 453d4fa42..3f3d76546 100644 --- a/freetype/include/ftgasp.h +++ b/freetype/include/ftgasp.h @@ -120,7 +120,8 @@ FT_Get_Gasp( FT_Face face, FT_UInt ppem ); -/* */ + /* */ + #endif /* _FT_GASP_H_ */ diff --git a/freetype/include/ftglyph.h b/freetype/include/ftglyph.h index 2d30ed9de..15fa6a995 100644 --- a/freetype/include/ftglyph.h +++ b/freetype/include/ftglyph.h @@ -4,7 +4,7 @@ /* */ /* FreeType convenience functions to handle glyphs (specification). */ /* */ -/* Copyright 1996-2003, 2006, 2008, 2009, 2011, 2013 by */ +/* Copyright 1996-2003, 2006, 2008, 2009, 2011, 2013, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -325,22 +325,8 @@ FT_BEGIN_HEADER } FT_Glyph_BBox_Mode; - /*************************************************************************/ - /* */ - /* */ - /* ft_glyph_bbox_xxx */ - /* */ - /* */ - /* These constants are deprecated. Use the corresponding */ - /* @FT_Glyph_BBox_Mode values instead. */ - /* */ - /* */ - /* ft_glyph_bbox_unscaled :: See @FT_GLYPH_BBOX_UNSCALED. */ - /* ft_glyph_bbox_subpixels :: See @FT_GLYPH_BBOX_SUBPIXELS. */ - /* ft_glyph_bbox_gridfit :: See @FT_GLYPH_BBOX_GRIDFIT. */ - /* ft_glyph_bbox_truncate :: See @FT_GLYPH_BBOX_TRUNCATE. */ - /* ft_glyph_bbox_pixels :: See @FT_GLYPH_BBOX_PIXELS. */ - /* */ + /* these constants are deprecated; use the corresponding */ + /* `FT_Glyph_BBox_Mode' values instead */ #define ft_glyph_bbox_unscaled FT_GLYPH_BBOX_UNSCALED #define ft_glyph_bbox_subpixels FT_GLYPH_BBOX_SUBPIXELS #define ft_glyph_bbox_gridfit FT_GLYPH_BBOX_GRIDFIT @@ -603,7 +589,6 @@ FT_BEGIN_HEADER FT_EXPORT( FT_Error ) FT_Matrix_Invert( FT_Matrix* matrix ); - /* */ diff --git a/freetype/include/ftgxval.h b/freetype/include/ftgxval.h index 6d38e327a..88c3d9375 100644 --- a/freetype/include/ftgxval.h +++ b/freetype/include/ftgxval.h @@ -57,9 +57,19 @@ FT_BEGIN_HEADER /* some TrueTypeGX tables (feat, mort, morx, bsln, just, kern, opbd, */ /* trak, prop, lcar). */ /* */ + /* */ + /* FT_TrueTypeGX_Validate */ + /* FT_TrueTypeGX_Free */ + /* */ + /* FT_ClassicKern_Validate */ + /* FT_ClassicKern_Free */ + /* */ + /* FT_VALIDATE_GX_LENGTH */ + /* FT_VALIDATE_GXXXX */ + /* FT_VALIDATE_CKERNXXX */ + /* */ /*************************************************************************/ - /*************************************************************************/ /* */ /* */ @@ -171,8 +181,6 @@ FT_BEGIN_HEADER FT_VALIDATE_lcar ) - /* */ - /********************************************************************** * * @function: @@ -221,8 +229,6 @@ FT_BEGIN_HEADER FT_UInt table_length ); - /* */ - /********************************************************************** * * @function: @@ -248,8 +254,6 @@ FT_BEGIN_HEADER FT_Bytes table ); - /* */ - /********************************************************************** * * @enum: @@ -277,8 +281,6 @@ FT_BEGIN_HEADER #define FT_VALIDATE_CKERN ( FT_VALIDATE_MS | FT_VALIDATE_APPLE ) - /* */ - /********************************************************************** * * @function: @@ -320,8 +322,6 @@ FT_BEGIN_HEADER FT_Bytes *ckern_table ); - /* */ - /********************************************************************** * * @function: @@ -346,8 +346,7 @@ FT_BEGIN_HEADER FT_ClassicKern_Free( FT_Face face, FT_Bytes table ); - - /* */ + /* */ FT_END_HEADER diff --git a/freetype/include/ftgzip.h b/freetype/include/ftgzip.h index 78e726999..eb346c6dc 100644 --- a/freetype/include/ftgzip.h +++ b/freetype/include/ftgzip.h @@ -137,8 +137,7 @@ FT_BEGIN_HEADER const FT_Byte* input, FT_ULong input_len ); - - /* */ + /* */ FT_END_HEADER diff --git a/freetype/include/ftimage.h b/freetype/include/ftimage.h index ea71a78ef..2f7ca2aaf 100644 --- a/freetype/include/ftimage.h +++ b/freetype/include/ftimage.h @@ -5,7 +5,7 @@ /* FreeType glyph image formats and default raster interface */ /* (specification). */ /* */ -/* Copyright 1996-2010, 2013 by */ +/* Copyright 1996-2010, 2013, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -193,67 +193,14 @@ FT_BEGIN_HEADER } FT_Pixel_Mode; - /*************************************************************************/ - /* */ - /* */ - /* ft_pixel_mode_xxx */ - /* */ - /* */ - /* A list of deprecated constants. Use the corresponding */ - /* @FT_Pixel_Mode values instead. */ - /* */ - /* */ - /* ft_pixel_mode_none :: See @FT_PIXEL_MODE_NONE. */ - /* ft_pixel_mode_mono :: See @FT_PIXEL_MODE_MONO. */ - /* ft_pixel_mode_grays :: See @FT_PIXEL_MODE_GRAY. */ - /* ft_pixel_mode_pal2 :: See @FT_PIXEL_MODE_GRAY2. */ - /* ft_pixel_mode_pal4 :: See @FT_PIXEL_MODE_GRAY4. */ - /* */ + /* these constants are deprecated; use the corresponding `FT_Pixel_Mode' */ + /* values instead. */ #define ft_pixel_mode_none FT_PIXEL_MODE_NONE #define ft_pixel_mode_mono FT_PIXEL_MODE_MONO #define ft_pixel_mode_grays FT_PIXEL_MODE_GRAY #define ft_pixel_mode_pal2 FT_PIXEL_MODE_GRAY2 #define ft_pixel_mode_pal4 FT_PIXEL_MODE_GRAY4 - /* */ - -#if 0 - - /*************************************************************************/ - /* */ - /* */ - /* FT_Palette_Mode */ - /* */ - /* */ - /* THIS TYPE IS DEPRECATED. DO NOT USE IT! */ - /* */ - /* An enumeration type to describe the format of a bitmap palette, */ - /* used with ft_pixel_mode_pal4 and ft_pixel_mode_pal8. */ - /* */ - /* */ - /* ft_palette_mode_rgb :: The palette is an array of 3-byte RGB */ - /* records. */ - /* */ - /* ft_palette_mode_rgba :: The palette is an array of 4-byte RGBA */ - /* records. */ - /* */ - /* */ - /* As ft_pixel_mode_pal2, pal4 and pal8 are currently unused by */ - /* FreeType, these types are not handled by the library itself. */ - /* */ - typedef enum FT_Palette_Mode_ - { - ft_palette_mode_rgb = 0, - ft_palette_mode_rgba, - - ft_palette_mode_max /* do not remove */ - - } FT_Palette_Mode; - - /* */ - -#endif - /*************************************************************************/ /* */ @@ -318,13 +265,13 @@ FT_BEGIN_HEADER /* */ typedef struct FT_Bitmap_ { - int rows; - int width; + unsigned int rows; + unsigned int width; int pitch; unsigned char* buffer; - short num_grays; - char pixel_mode; - char palette_mode; + unsigned short num_grays; + unsigned char pixel_mode; + unsigned char palette_mode; void* palette; } FT_Bitmap; @@ -381,7 +328,7 @@ FT_BEGIN_HEADER /* */ /* flags :: A set of bit flags used to characterize the outline */ /* and give hints to the scan-converter and hinter on */ - /* how to convert/grid-fit it. See @FT_OUTLINE_FLAGS. */ + /* how to convert/grid-fit it. See @FT_OUTLINE_XXX. */ /* */ /* */ /* The B/W rasterizer only checks bit~2 in the `tags' array for the */ @@ -402,6 +349,8 @@ FT_BEGIN_HEADER } FT_Outline; + /* */ + /* Following limits must be consistent with */ /* FT_Outline.{n_contours,n_points} */ #define FT_OUTLINE_CONTOURS_MAX SHRT_MAX @@ -411,7 +360,7 @@ FT_BEGIN_HEADER /*************************************************************************/ /* */ /* */ - /* FT_OUTLINE_FLAGS */ + /* FT_OUTLINE_XXX */ /* */ /* */ /* A list of bit-field constants use for the flags in an outline's */ @@ -492,24 +441,8 @@ FT_BEGIN_HEADER #define FT_OUTLINE_SINGLE_PASS 0x200 - /************************************************************************* - * - * @enum: - * ft_outline_flags - * - * @description: - * These constants are deprecated. Please use the corresponding - * @FT_OUTLINE_FLAGS values. - * - * @values: - * ft_outline_none :: See @FT_OUTLINE_NONE. - * ft_outline_owner :: See @FT_OUTLINE_OWNER. - * ft_outline_even_odd_fill :: See @FT_OUTLINE_EVEN_ODD_FILL. - * ft_outline_reverse_fill :: See @FT_OUTLINE_REVERSE_FILL. - * ft_outline_ignore_dropouts :: See @FT_OUTLINE_IGNORE_DROPOUTS. - * ft_outline_high_precision :: See @FT_OUTLINE_HIGH_PRECISION. - * ft_outline_single_pass :: See @FT_OUTLINE_SINGLE_PASS. - */ + /* these constants are deprecated; use the corresponding */ + /* `FT_OUTLINE_XXX' values instead */ #define ft_outline_none FT_OUTLINE_NONE #define ft_outline_owner FT_OUTLINE_OWNER #define ft_outline_even_odd_fill FT_OUTLINE_EVEN_ODD_FILL @@ -796,22 +729,8 @@ FT_BEGIN_HEADER } FT_Glyph_Format; - /*************************************************************************/ - /* */ - /* */ - /* ft_glyph_format_xxx */ - /* */ - /* */ - /* A list of deprecated constants. Use the corresponding */ - /* @FT_Glyph_Format values instead. */ - /* */ - /* */ - /* ft_glyph_format_none :: See @FT_GLYPH_FORMAT_NONE. */ - /* ft_glyph_format_composite :: See @FT_GLYPH_FORMAT_COMPOSITE. */ - /* ft_glyph_format_bitmap :: See @FT_GLYPH_FORMAT_BITMAP. */ - /* ft_glyph_format_outline :: See @FT_GLYPH_FORMAT_OUTLINE. */ - /* ft_glyph_format_plotter :: See @FT_GLYPH_FORMAT_PLOTTER. */ - /* */ + /* these constants are deprecated; use the corresponding */ + /* `FT_Glyph_Format' values instead. */ #define ft_glyph_format_none FT_GLYPH_FORMAT_NONE #define ft_glyph_format_composite FT_GLYPH_FORMAT_COMPOSITE #define ft_glyph_format_bitmap FT_GLYPH_FORMAT_BITMAP @@ -856,6 +775,21 @@ FT_BEGIN_HEADER /* */ /* This section contains technical definitions. */ /* */ + /* */ + /* FT_Raster */ + /* FT_Span */ + /* FT_SpanFunc */ + /* */ + /* FT_Raster_Params */ + /* FT_RASTER_FLAG_XXX */ + /* */ + /* FT_Raster_NewFunc */ + /* FT_Raster_DoneFunc */ + /* FT_Raster_ResetFunc */ + /* FT_Raster_SetModeFunc */ + /* FT_Raster_RenderFunc */ + /* FT_Raster_Funcs */ + /* */ /*************************************************************************/ @@ -865,8 +799,8 @@ FT_BEGIN_HEADER /* FT_Raster */ /* */ /* */ - /* A handle (pointer) to a raster object. Each object can be used */ - /* independently to convert an outline into a bitmap or pixmap. */ + /* An opaque handle (pointer) to a raster object. Each object can be */ + /* used independently to convert an outline into a bitmap or pixmap. */ /* */ typedef struct FT_RasterRec_* FT_Raster; @@ -877,8 +811,8 @@ FT_BEGIN_HEADER /* FT_Span */ /* */ /* */ - /* A structure used to model a single span of gray (or black) pixels */ - /* when rendering a monochrome or anti-aliased bitmap. */ + /* A structure used to model a single span of gray pixels when */ + /* rendering an anti-aliased bitmap. */ /* */ /* */ /* x :: The span's horizontal start position. */ @@ -886,8 +820,7 @@ FT_BEGIN_HEADER /* len :: The span's length in pixels. */ /* */ /* coverage :: The span color/coverage, ranging from 0 (background) */ - /* to 255 (foreground). Only used for anti-aliased */ - /* rendering. */ + /* to 255 (foreground). */ /* */ /* */ /* This structure is used by the span drawing callback type named */ @@ -957,22 +890,7 @@ FT_BEGIN_HEADER /* FT_Raster_BitTest_Func */ /* */ /* */ - /* THIS TYPE IS DEPRECATED. DO NOT USE IT. */ - /* */ - /* A function used as a call-back by the monochrome scan-converter */ - /* to test whether a given target pixel is already set to the drawing */ - /* `color'. These tests are crucial to implement drop-out control */ - /* per-se the TrueType spec. */ - /* */ - /* */ - /* y :: The pixel's y~coordinate. */ - /* */ - /* x :: The pixel's x~coordinate. */ - /* */ - /* user :: User-supplied data that is passed to the callback. */ - /* */ - /* */ - /* 1~if the pixel is `set', 0~otherwise. */ + /* Deprecated, unimplemented. */ /* */ typedef int (*FT_Raster_BitTest_Func)( int y, @@ -986,21 +904,7 @@ FT_BEGIN_HEADER /* FT_Raster_BitSet_Func */ /* */ /* */ - /* THIS TYPE IS DEPRECATED. DO NOT USE IT. */ - /* */ - /* A function used as a call-back by the monochrome scan-converter */ - /* to set an individual target pixel. This is crucial to implement */ - /* drop-out control according to the TrueType specification. */ - /* */ - /* */ - /* y :: The pixel's y~coordinate. */ - /* */ - /* x :: The pixel's x~coordinate. */ - /* */ - /* user :: User-supplied data that is passed to the callback. */ - /* */ - /* */ - /* 1~if the pixel is `set', 0~otherwise. */ + /* Deprecated, unimplemented. */ /* */ typedef void (*FT_Raster_BitSet_Func)( int y, @@ -1034,8 +938,8 @@ FT_BEGIN_HEADER /* pixmap's buffer _must_ be zeroed before */ /* rendering. */ /* */ - /* Note that for now, direct rendering is */ - /* only possible with anti-aliased glyphs. */ + /* Direct rendering is only possible with */ + /* anti-aliased glyphs. */ /* */ /* FT_RASTER_FLAG_CLIP :: This flag is only used in direct */ /* rendering mode. If set, the output will */ @@ -1053,7 +957,8 @@ FT_BEGIN_HEADER #define FT_RASTER_FLAG_DIRECT 0x2 #define FT_RASTER_FLAG_CLIP 0x4 - /* deprecated */ + /* these constants are deprecated; use the corresponding */ + /* `FT_RASTER_FLAG_XXX' values instead */ #define ft_raster_flag_default FT_RASTER_FLAG_DEFAULT #define ft_raster_flag_aa FT_RASTER_FLAG_AA #define ft_raster_flag_direct FT_RASTER_FLAG_DIRECT @@ -1079,11 +984,11 @@ FT_BEGIN_HEADER /* */ /* gray_spans :: The gray span drawing callback. */ /* */ - /* black_spans :: The black span drawing callback. UNIMPLEMENTED! */ + /* black_spans :: Unused. */ /* */ - /* bit_test :: The bit test callback. UNIMPLEMENTED! */ + /* bit_test :: Unused. */ /* */ - /* bit_set :: The bit set callback. UNIMPLEMENTED! */ + /* bit_set :: Unused. */ /* */ /* user :: User-supplied data that is passed to each drawing */ /* callback. */ @@ -1100,15 +1005,9 @@ FT_BEGIN_HEADER /* */ /* If the @FT_RASTER_FLAG_DIRECT bit flag is set in `flags', the */ /* raster will call the `gray_spans' callback to draw gray pixel */ - /* spans, in the case of an aa glyph bitmap, it will call */ - /* `black_spans', and `bit_test' and `bit_set' in the case of a */ - /* monochrome bitmap. This allows direct composition over a */ - /* pre-existing bitmap through user-provided callbacks to perform the */ - /* span drawing/composition. */ - /* */ - /* Note that the `bit_test' and `bit_set' callbacks are required when */ - /* rendering a monochrome bitmap, as they are crucial to implement */ - /* correct drop-out control as defined in the TrueType specification. */ + /* spans. This allows direct composition over a pre-existing bitmap */ + /* through user-provided callbacks to perform the span drawing and */ + /* composition. Not supported by the monochrome rasterizer. */ /* */ typedef struct FT_Raster_Params_ { @@ -1116,9 +1015,9 @@ FT_BEGIN_HEADER const void* source; int flags; FT_SpanFunc gray_spans; - FT_SpanFunc black_spans; /* doesn't work! */ - FT_Raster_BitTest_Func bit_test; /* doesn't work! */ - FT_Raster_BitSet_Func bit_set; /* doesn't work! */ + FT_SpanFunc black_spans; /* unused */ + FT_Raster_BitTest_Func bit_test; /* unused */ + FT_Raster_BitSet_Func bit_set; /* unused */ void* user; FT_BBox clip_box; @@ -1305,7 +1204,6 @@ FT_BEGIN_HEADER } FT_Raster_Funcs; - /* */ diff --git a/freetype/include/ftincrem.h b/freetype/include/ftincrem.h index aaf689ff1..4c0246c5d 100644 --- a/freetype/include/ftincrem.h +++ b/freetype/include/ftincrem.h @@ -4,7 +4,7 @@ /* */ /* FreeType incremental loading (specification). */ /* */ -/* Copyright 2002, 2003, 2006, 2007, 2008, 2010 by */ +/* Copyright 2002, 2003, 2006-2008, 2010, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -45,7 +45,7 @@ FT_BEGIN_HEADER * @description: * This section contains various functions used to perform so-called * `incremental' glyph loading. This is a mode where all glyphs loaded - * from a given @FT_Face are provided by the client application, + * from a given @FT_Face are provided by the client application. * * Apart from that, all other tables are loaded normally from the font * file. This mode is useful when FreeType is used within another @@ -345,6 +345,7 @@ FT_BEGIN_HEADER /* */ + FT_END_HEADER #endif /* __FTINCREM_H__ */ diff --git a/freetype/include/ftlcdfil.h b/freetype/include/ftlcdfil.h index 39206f019..e8679c1a3 100644 --- a/freetype/include/ftlcdfil.h +++ b/freetype/include/ftlcdfil.h @@ -5,7 +5,7 @@ /* FreeType API for color filtering of subpixel bitmap glyphs */ /* (specification). */ /* */ -/* Copyright 2006-2008, 2010, 2013 by */ +/* Copyright 2006-2008, 2010, 2013, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -56,7 +56,7 @@ FT_BEGIN_HEADER * * FreeType generates alpha coverage maps, which are linear by nature. * For instance, the value 0x80 in bitmap representation means that - * (within numerical precision) 0x80/0xff fraction of that pixel is + * (within numerical precision) 0x80/0xFF fraction of that pixel is * covered by the glyph's outline. The blending function for placing * text over a background is * diff --git a/freetype/include/ftlist.h b/freetype/include/ftlist.h index 241e21e55..9950a2799 100644 --- a/freetype/include/ftlist.h +++ b/freetype/include/ftlist.h @@ -4,7 +4,7 @@ /* */ /* Generic list support for FreeType (specification). */ /* */ -/* Copyright 1996-2001, 2003, 2007, 2010, 2013 by */ +/* Copyright 1996-2001, 2003, 2007, 2010, 2013, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -248,7 +248,7 @@ FT_BEGIN_HEADER /* list :: A handle to the list. */ /* */ /* destroy :: A list destructor that will be applied to each element */ - /* of the list. */ + /* of the list. Set this to NULL if not needed. */ /* */ /* memory :: The current memory object that handles deallocation. */ /* */ @@ -265,7 +265,6 @@ FT_BEGIN_HEADER FT_Memory memory, void* user ); - /* */ diff --git a/freetype/include/ftlzw.h b/freetype/include/ftlzw.h index 00d40169a..857c0c52b 100644 --- a/freetype/include/ftlzw.h +++ b/freetype/include/ftlzw.h @@ -88,7 +88,7 @@ FT_BEGIN_HEADER FT_Stream_OpenLZW( FT_Stream stream, FT_Stream source ); - /* */ + /* */ FT_END_HEADER diff --git a/freetype/include/ftmm.h b/freetype/include/ftmm.h index 837975a0b..2dcfd678d 100644 --- a/freetype/include/ftmm.h +++ b/freetype/include/ftmm.h @@ -218,9 +218,6 @@ FT_BEGIN_HEADER } FT_MM_Var; - /* */ - - /*************************************************************************/ /* */ /* */ @@ -365,7 +362,6 @@ FT_BEGIN_HEADER FT_UInt num_coords, FT_Fixed* coords ); - /* */ diff --git a/freetype/include/ftmodapi.h b/freetype/include/ftmodapi.h index 22878f8c6..980f15d3d 100644 --- a/freetype/include/ftmodapi.h +++ b/freetype/include/ftmodapi.h @@ -75,6 +75,33 @@ FT_BEGIN_HEADER /* */ /* Note that the FreeType Cache sub-system is not a FreeType module. */ /* */ + /* */ + /* FT_Module */ + /* FT_Module_Constructor */ + /* FT_Module_Destructor */ + /* FT_Module_Requester */ + /* FT_Module_Class */ + /* */ + /* FT_Add_Module */ + /* FT_Get_Module */ + /* FT_Remove_Module */ + /* FT_Add_Default_Modules */ + /* */ + /* FT_Property_Set */ + /* FT_Property_Get */ + /* */ + /* FT_New_Library */ + /* FT_Done_Library */ + /* FT_Reference_Library */ + /* */ + /* FT_Renderer */ + /* FT_Renderer_Class */ + /* */ + /* FT_Get_Renderer */ + /* FT_Set_Renderer */ + /* */ + /* FT_Set_Debug_Hook */ + /* */ /*************************************************************************/ @@ -491,7 +518,7 @@ FT_BEGIN_HEADER FT_EXPORT( FT_Error ) FT_Done_Library( FT_Library library ); -/* */ + /* */ typedef void (*FT_DebugHook_Func)( void* arg ); @@ -629,7 +656,6 @@ FT_BEGIN_HEADER FT_EXPORT( FT_TrueTypeEngineType ) FT_Get_TrueType_Engine_Type( FT_Library library ); - /* */ diff --git a/freetype/include/ftotval.h b/freetype/include/ftotval.h index bb52dc4a0..75ba03ee8 100644 --- a/freetype/include/ftotval.h +++ b/freetype/include/ftotval.h @@ -4,7 +4,7 @@ /* */ /* FreeType API for validating OpenType tables (specification). */ /* */ -/* Copyright 2004-2007, 2013 by */ +/* Copyright 2004-2007, 2013, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -58,6 +58,12 @@ FT_BEGIN_HEADER /* This section contains the declaration of functions to validate */ /* some OpenType tables (BASE, GDEF, GPOS, GSUB, JSTF, MATH). */ /* */ + /* */ + /* FT_OpenType_Validate */ + /* FT_OpenType_Free */ + /* */ + /* FT_VALIDATE_OTXXX */ + /* */ /*************************************************************************/ @@ -107,8 +113,6 @@ FT_BEGIN_HEADER FT_VALIDATE_JSTF | \ FT_VALIDATE_MATH - /* */ - /********************************************************************** * * @function: @@ -165,8 +169,6 @@ FT_BEGIN_HEADER FT_Bytes *GSUB_table, FT_Bytes *JSTF_table ); - /* */ - /********************************************************************** * * @function: @@ -191,8 +193,7 @@ FT_BEGIN_HEADER FT_OpenType_Free( FT_Face face, FT_Bytes table ); - - /* */ + /* */ FT_END_HEADER diff --git a/freetype/include/ftoutln.h b/freetype/include/ftoutln.h index 6c6d3f94b..d3b8fbd26 100644 --- a/freetype/include/ftoutln.h +++ b/freetype/include/ftoutln.h @@ -52,7 +52,6 @@ FT_BEGIN_HEADER /* */ /* */ /* FT_Outline */ - /* FT_OUTLINE_FLAGS */ /* FT_Outline_New */ /* FT_Outline_Done */ /* FT_Outline_Copy */ @@ -68,13 +67,17 @@ FT_BEGIN_HEADER /* */ /* FT_Outline_Get_Bitmap */ /* FT_Outline_Render */ - /* */ /* FT_Outline_Decompose */ /* FT_Outline_Funcs */ - /* FT_Outline_MoveTo_Func */ - /* FT_Outline_LineTo_Func */ - /* FT_Outline_ConicTo_Func */ - /* FT_Outline_CubicTo_Func */ + /* FT_Outline_MoveToFunc */ + /* FT_Outline_LineToFunc */ + /* FT_Outline_ConicToFunc */ + /* FT_Outline_CubicToFunc */ + /* */ + /* FT_Orientation */ + /* FT_Outline_Get_Orientation */ + /* */ + /* FT_OUTLINE_XXX */ /* */ /*************************************************************************/ @@ -535,7 +538,7 @@ FT_BEGIN_HEADER * * @description: * This function analyzes a glyph outline and tries to compute its - * fill orientation (see @FT_Orientation). This is done by integrating + * fill orientation (see @FT_Orientation). This is done by integrating * the total area covered by the outline. The positive integral * corresponds to the clockwise orientation and @FT_ORIENTATION_POSTSCRIPT * is returned. The negative integral corresponds to the counter-clockwise @@ -555,7 +558,6 @@ FT_BEGIN_HEADER FT_EXPORT( FT_Orientation ) FT_Outline_Get_Orientation( FT_Outline* outline ); - /* */ diff --git a/freetype/include/ftpfr.h b/freetype/include/ftpfr.h index 0b7b7d427..7d5035396 100644 --- a/freetype/include/ftpfr.h +++ b/freetype/include/ftpfr.h @@ -161,7 +161,7 @@ FT_BEGIN_HEADER FT_UInt gindex, FT_Pos *aadvance ); - /* */ + /* */ FT_END_HEADER diff --git a/freetype/include/ftrender.h b/freetype/include/ftrender.h index dd0229b81..e8d36363c 100644 --- a/freetype/include/ftrender.h +++ b/freetype/include/ftrender.h @@ -226,7 +226,6 @@ FT_BEGIN_HEADER FT_UInt num_params, FT_Parameter* parameters ); - /* */ diff --git a/freetype/include/ftstroke.h b/freetype/include/ftstroke.h index a498e4a88..bd311709f 100644 --- a/freetype/include/ftstroke.h +++ b/freetype/include/ftstroke.h @@ -4,7 +4,7 @@ /* */ /* FreeType path stroker (specification). */ /* */ -/* Copyright 2002-2006, 2008, 2009, 2011-2012 by */ +/* Copyright 2002-2006, 2008, 2009, 2011-2012, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -46,6 +46,38 @@ FT_BEGIN_HEADER * This can be useful to generate `bordered' glyph, i.e., glyphs * displayed with a coloured (and anti-aliased) border around their * shape. + * + * @order: + * FT_Stroker + * + * FT_Stroker_LineJoin + * FT_Stroker_LineCap + * FT_StrokerBorder + * + * FT_Outline_GetInsideBorder + * FT_Outline_GetOutsideBorder + * + * FT_Glyph_Stroke + * FT_Glyph_StrokeBorder + * + * FT_Stroker_New + * FT_Stroker_Set + * FT_Stroker_Rewind + * FT_Stroker_ParseOutline + * FT_Stroker_Done + * + * FT_Stroker_BeginSubPath + * FT_Stroker_EndSubPath + * + * FT_Stroker_LineTo + * FT_Stroker_ConicTo + * FT_Stroker_CubicTo + * + * FT_Stroker_GetBorderCounts + * FT_Stroker_ExportBorder + * FT_Stroker_GetCounts + * FT_Stroker_Export + * */ @@ -55,7 +87,7 @@ FT_BEGIN_HEADER * FT_Stroker * * @description: - * Opaque handler to a path stroker object. + * Opaque handle to a path stroker object. */ typedef struct FT_StrokerRec_* FT_Stroker; @@ -276,6 +308,8 @@ FT_BEGIN_HEADER * @note: * The radius is expressed in the same units as the outline * coordinates. + * + * This function calls @FT_Stroker_Rewind automatically. */ FT_EXPORT( void ) FT_Stroker_Set( FT_Stroker stroker, @@ -570,10 +604,10 @@ FT_BEGIN_HEADER * receive all new data. * * When an outline, or a sub-path, is `closed', the stroker generates - * two independent `border' outlines, named `left' and `right' + * two independent `border' outlines, named `left' and `right'. * * When the outline, or a sub-path, is `opened', the stroker merges - * the `border' outlines with caps. The `left' border receives all + * the `border' outlines with caps. The `left' border receives all * points, while the `right' border becomes empty. * * Use the function @FT_Stroker_Export instead if you want to @@ -736,7 +770,7 @@ FT_BEGIN_HEADER FT_Bool inside, FT_Bool destroy ); - /* */ + /* */ FT_END_HEADER diff --git a/freetype/include/ftsynth.h b/freetype/include/ftsynth.h index 839ab5e40..d0ea73087 100644 --- a/freetype/include/ftsynth.h +++ b/freetype/include/ftsynth.h @@ -73,6 +73,7 @@ FT_BEGIN_HEADER /* */ + FT_END_HEADER #endif /* __FTSYNTH_H__ */ diff --git a/freetype/include/ftsystem.h b/freetype/include/ftsystem.h index e07460c55..7436ed267 100644 --- a/freetype/include/ftsystem.h +++ b/freetype/include/ftsystem.h @@ -4,7 +4,7 @@ /* */ /* FreeType low-level system interface definition (specification). */ /* */ -/* Copyright 1996-2001, 2002, 2005, 2010 by */ +/* Copyright 1996-2001, 2002, 2005, 2010, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -192,6 +192,10 @@ FT_BEGIN_HEADER * @description: * A handle to an input stream. * + * @also: + * See @FT_StreamRec for the publicly accessible fields of a given + * stream object. + * */ typedef struct FT_StreamRec_* FT_Stream; @@ -285,6 +289,11 @@ FT_BEGIN_HEADER * size :: * The stream size in bytes. * + * In case of compressed streams where the size is unknown before + * actually doing the decompression, the value is set to 0x7FFFFFFF. + * (Note that this size value can occur for normal streams also; it is + * thus just a hint.) + * * pos :: * The current position within the stream. * @@ -335,7 +344,6 @@ FT_BEGIN_HEADER } FT_StreamRec; - /* */ diff --git a/freetype/include/fttrigon.h b/freetype/include/fttrigon.h index 65143cb8c..9c7b54324 100644 --- a/freetype/include/fttrigon.h +++ b/freetype/include/fttrigon.h @@ -237,7 +237,7 @@ FT_BEGIN_HEADER * * @input: * angle :: - * The address of angle. + * The input angle. * */ FT_EXPORT( void ) @@ -259,7 +259,7 @@ FT_BEGIN_HEADER * * @input: * angle :: - * The address of angle. + * The input angle. * */ FT_EXPORT( void ) diff --git a/freetype/include/ftttdrv.h b/freetype/include/ftttdrv.h index 70ad3d583..358841397 100644 --- a/freetype/include/ftttdrv.h +++ b/freetype/include/ftttdrv.h @@ -158,9 +158,9 @@ FT_BEGIN_HEADER #define TT_INTERPRETER_VERSION_35 35 #define TT_INTERPRETER_VERSION_38 38 - /* */ + FT_END_HEADER diff --git a/freetype/include/fttypes.h b/freetype/include/fttypes.h index bd944a493..2c01e8737 100644 --- a/freetype/include/fttypes.h +++ b/freetype/include/fttypes.h @@ -4,7 +4,7 @@ /* */ /* FreeType simple types definitions (specification only). */ /* */ -/* Copyright 1996-2002, 2004, 2006-2009, 2012, 2013 by */ +/* Copyright 1996-2002, 2004, 2006-2009, 2012-2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -57,6 +57,8 @@ FT_BEGIN_HEADER /* FT_UInt16 */ /* FT_Int32 */ /* FT_UInt32 */ + /* FT_Int64 */ + /* FT_UInt64 */ /* FT_Short */ /* FT_UShort */ /* FT_Long */ @@ -78,7 +80,9 @@ FT_BEGIN_HEADER /* FT_F2Dot14 */ /* FT_UnitVector */ /* FT_F26Dot6 */ + /* FT_Data */ /* */ + /* FT_MAKE_TAG */ /* */ /* FT_Generic */ /* FT_Generic_Finalizer */ @@ -567,9 +571,9 @@ FT_BEGIN_HEADER } FT_ListRec; - /* */ + #define FT_IS_EMPTY( list ) ( (list).head == 0 ) #define FT_BOOL( x ) ( (FT_Bool)( x ) ) diff --git a/freetype/include/ftwinfnt.h b/freetype/include/ftwinfnt.h index 0b6735179..50261581a 100644 --- a/freetype/include/ftwinfnt.h +++ b/freetype/include/ftwinfnt.h @@ -259,9 +259,9 @@ FT_BEGIN_HEADER FT_Get_WinFNT_Header( FT_Face face, FT_WinFNT_HeaderRec *aheader ); - /* */ + FT_END_HEADER #endif /* __FTWINFNT_H__ */ diff --git a/freetype/include/ftxf86.h b/freetype/include/ftxf86.h index 493cccdd0..89d1993e1 100644 --- a/freetype/include/ftxf86.h +++ b/freetype/include/ftxf86.h @@ -76,7 +76,8 @@ FT_BEGIN_HEADER FT_EXPORT( const char* ) FT_Get_X11_Font_Format( FT_Face face ); - /* */ + /* */ + FT_END_HEADER diff --git a/freetype/include/internal/ftcalc.h b/freetype/include/internal/ftcalc.h index 03bd68eb1..14ec37b9c 100644 --- a/freetype/include/internal/ftcalc.h +++ b/freetype/include/internal/ftcalc.h @@ -4,7 +4,7 @@ /* */ /* Arithmetic computations (specification). */ /* */ -/* Copyright 1996-2006, 2008, 2009, 2012-2013 by */ +/* Copyright 1996-2006, 2008, 2009, 2012-2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -27,36 +27,223 @@ FT_BEGIN_HEADER -#if 0 - /*************************************************************************/ /* */ - /* */ - /* FT_SqrtFixed */ - /* */ - /* */ - /* Computes the square root of a 16.16 fixed-point value. */ - /* */ - /* */ - /* x :: The value to compute the root for. */ - /* */ - /* */ - /* The result of `sqrt(x)'. */ - /* */ - /* */ - /* This function is not very fast. */ + /* FT_MulDiv() and FT_MulFix() are declared in freetype.h. */ /* */ - FT_BASE( FT_Int32 ) - FT_SqrtFixed( FT_Int32 x ); + /*************************************************************************/ -#endif /* 0 */ +#ifndef FT_CONFIG_OPTION_NO_ASSEMBLER + /* Provide assembler fragments for performance-critical functions. */ + /* These must be defined `static __inline__' with GCC. */ +#if defined( __CC_ARM ) || defined( __ARMCC__ ) /* RVCT */ - /*************************************************************************/ - /* */ - /* FT_MulDiv() and FT_MulFix() are declared in freetype.h. */ - /* */ - /*************************************************************************/ +#define FT_MULFIX_ASSEMBLER FT_MulFix_arm + + /* documentation is in freetype.h */ + + static __inline FT_Int32 + FT_MulFix_arm( FT_Int32 a, + FT_Int32 b ) + { + register FT_Int32 t, t2; + + + __asm + { + smull t2, t, b, a /* (lo=t2,hi=t) = a*b */ + mov a, t, asr #31 /* a = (hi >> 31) */ + add a, a, #0x8000 /* a += 0x8000 */ + adds t2, t2, a /* t2 += a */ + adc t, t, #0 /* t += carry */ + mov a, t2, lsr #16 /* a = t2 >> 16 */ + orr a, a, t, lsl #16 /* a |= t << 16 */ + } + return a; + } + +#endif /* __CC_ARM || __ARMCC__ */ + + +#ifdef __GNUC__ + +#if defined( __arm__ ) && \ + ( !defined( __thumb__ ) || defined( __thumb2__ ) ) && \ + !( defined( __CC_ARM ) || defined( __ARMCC__ ) ) + +#define FT_MULFIX_ASSEMBLER FT_MulFix_arm + + /* documentation is in freetype.h */ + + static __inline__ FT_Int32 + FT_MulFix_arm( FT_Int32 a, + FT_Int32 b ) + { + register FT_Int32 t, t2; + + + __asm__ __volatile__ ( + "smull %1, %2, %4, %3\n\t" /* (lo=%1,hi=%2) = a*b */ + "mov %0, %2, asr #31\n\t" /* %0 = (hi >> 31) */ +#if defined( __clang__ ) && defined( __thumb2__ ) + "add.w %0, %0, #0x8000\n\t" /* %0 += 0x8000 */ +#else + "add %0, %0, #0x8000\n\t" /* %0 += 0x8000 */ +#endif + "adds %1, %1, %0\n\t" /* %1 += %0 */ + "adc %2, %2, #0\n\t" /* %2 += carry */ + "mov %0, %1, lsr #16\n\t" /* %0 = %1 >> 16 */ + "orr %0, %0, %2, lsl #16\n\t" /* %0 |= %2 << 16 */ + : "=r"(a), "=&r"(t2), "=&r"(t) + : "r"(a), "r"(b) + : "cc" ); + return a; + } + +#endif /* __arm__ && */ + /* ( __thumb2__ || !__thumb__ ) && */ + /* !( __CC_ARM || __ARMCC__ ) */ + + +#if defined( __i386__ ) + +#define FT_MULFIX_ASSEMBLER FT_MulFix_i386 + + /* documentation is in freetype.h */ + + static __inline__ FT_Int32 + FT_MulFix_i386( FT_Int32 a, + FT_Int32 b ) + { + register FT_Int32 result; + + + __asm__ __volatile__ ( + "imul %%edx\n" + "movl %%edx, %%ecx\n" + "sarl $31, %%ecx\n" + "addl $0x8000, %%ecx\n" + "addl %%ecx, %%eax\n" + "adcl $0, %%edx\n" + "shrl $16, %%eax\n" + "shll $16, %%edx\n" + "addl %%edx, %%eax\n" + : "=a"(result), "=d"(b) + : "a"(a), "d"(b) + : "%ecx", "cc" ); + return result; + } + +#endif /* i386 */ + +#endif /* __GNUC__ */ + + +#ifdef _MSC_VER /* Visual C++ */ + +#ifdef _M_IX86 + +#define FT_MULFIX_ASSEMBLER FT_MulFix_i386 + + /* documentation is in freetype.h */ + + static __inline FT_Int32 + FT_MulFix_i386( FT_Int32 a, + FT_Int32 b ) + { + register FT_Int32 result; + + __asm + { + mov eax, a + mov edx, b + imul edx + mov ecx, edx + sar ecx, 31 + add ecx, 8000h + add eax, ecx + adc edx, 0 + shr eax, 16 + shl edx, 16 + add eax, edx + mov result, eax + } + return result; + } + +#endif /* _M_IX86 */ + +#endif /* _MSC_VER */ + + +#if defined( __GNUC__ ) && defined( __x86_64__ ) + +#define FT_MULFIX_ASSEMBLER FT_MulFix_x86_64 + + static __inline__ FT_Int32 + FT_MulFix_x86_64( FT_Int32 a, + FT_Int32 b ) + { + /* Temporarily disable the warning that C90 doesn't support */ + /* `long long'. */ +#if __GNUC__ > 4 || ( __GNUC__ == 4 && __GNUC_MINOR__ >= 6 ) +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wlong-long" +#endif + +#if 1 + /* Technically not an assembly fragment, but GCC does a really good */ + /* job at inlining it and generating good machine code for it. */ + long long ret, tmp; + + + ret = (long long)a * b; + tmp = ret >> 63; + ret += 0x8000 + tmp; + + return (FT_Int32)( ret >> 16 ); +#else + + /* For some reason, GCC 4.6 on Ubuntu 12.04 generates invalid machine */ + /* code from the lines below. The main issue is that `wide_a' is not */ + /* properly initialized by sign-extending `a'. Instead, the generated */ + /* machine code assumes that the register that contains `a' on input */ + /* can be used directly as a 64-bit value, which is wrong most of the */ + /* time. */ + long long wide_a = (long long)a; + long long wide_b = (long long)b; + long long result; + + + __asm__ __volatile__ ( + "imul %2, %1\n" + "mov %1, %0\n" + "sar $63, %0\n" + "lea 0x8000(%1, %0), %0\n" + "sar $16, %0\n" + : "=&r"(result), "=&r"(wide_a) + : "r"(wide_b) + : "cc" ); + + return (FT_Int32)result; +#endif + +#if __GNUC__ > 4 || ( __GNUC__ == 4 && __GNUC_MINOR__ >= 6 ) +#pragma GCC diagnostic pop +#endif + } + +#endif /* __GNUC__ && __x86_64__ */ + +#endif /* !FT_CONFIG_OPTION_NO_ASSEMBLER */ + + +#ifdef FT_CONFIG_OPTION_INLINE_MULFIX +#ifdef FT_MULFIX_ASSEMBLER +#define FT_MulFix( a, b ) FT_MULFIX_ASSEMBLER( (FT_Int32)(a), (FT_Int32)(b) ) +#endif +#endif /*************************************************************************/ @@ -124,10 +311,11 @@ FT_BEGIN_HEADER FT_Pos out_x, FT_Pos out_y ); + /* * Return TRUE if a corner is flat or nearly flat. This is equivalent to - * saying that the angle difference between the `in' and `out' vectors is - * very small. + * saying that the corner point is close to its neighbors, or inside an + * ellipse defined by the neighbor focal points to be more precise. */ FT_BASE( FT_Int ) ft_corner_is_flat( FT_Pos in_x, @@ -139,9 +327,31 @@ FT_BEGIN_HEADER /* * Return the most significant bit index. */ + +#ifndef FT_CONFIG_OPTION_NO_ASSEMBLER +#if defined( __GNUC__ ) && \ + ( __GNUC__ > 3 || ( __GNUC__ == 3 && __GNUC_MINOR__ >= 4 ) ) + +#if FT_SIZEOF_INT == 4 + +#define FT_MSB( x ) ( 31 - __builtin_clz( x ) ) + +#elif FT_SIZEOF_LONG == 4 + +#define FT_MSB( x ) ( 31 - __builtin_clzl( x ) ) + +#endif + +#endif /* __GNUC__ */ +#endif /* !FT_CONFIG_OPTION_NO_ASSEMBLER */ + +#ifndef FT_MSB + FT_BASE( FT_Int ) FT_MSB( FT_UInt32 z ); +#endif + /* * Return sqrt(x*x+y*y), which is the same as `FT_Vector_Length' but uses @@ -152,6 +362,31 @@ FT_BEGIN_HEADER FT_Fixed y ); +#if 0 + + /*************************************************************************/ + /* */ + /* */ + /* FT_SqrtFixed */ + /* */ + /* */ + /* Computes the square root of a 16.16 fixed-point value. */ + /* */ + /* */ + /* x :: The value to compute the root for. */ + /* */ + /* */ + /* The result of `sqrt(x)'. */ + /* */ + /* */ + /* This function is not very fast. */ + /* */ + FT_BASE( FT_Int32 ) + FT_SqrtFixed( FT_Int32 x ); + +#endif /* 0 */ + + #define INT_TO_F26DOT6( x ) ( (FT_Long)(x) << 6 ) #define INT_TO_F2DOT14( x ) ( (FT_Long)(x) << 14 ) #define INT_TO_FIXED( x ) ( (FT_Long)(x) << 16 ) diff --git a/freetype/include/internal/ftgloadr.h b/freetype/include/internal/ftgloadr.h index ce4dc6c9c..f70774f74 100644 --- a/freetype/include/internal/ftgloadr.h +++ b/freetype/include/internal/ftgloadr.h @@ -121,20 +121,22 @@ FT_BEGIN_HEADER FT_UInt n_contours ); -#define FT_GLYPHLOADER_CHECK_P( _loader, _count ) \ - ( (_count) == 0 || ((_loader)->base.outline.n_points + \ - (_loader)->current.outline.n_points + \ - (unsigned long)(_count)) <= (_loader)->max_points ) - -#define FT_GLYPHLOADER_CHECK_C( _loader, _count ) \ - ( (_count) == 0 || ((_loader)->base.outline.n_contours + \ - (_loader)->current.outline.n_contours + \ - (unsigned long)(_count)) <= (_loader)->max_contours ) - -#define FT_GLYPHLOADER_CHECK_POINTS( _loader, _points,_contours ) \ - ( ( FT_GLYPHLOADER_CHECK_P( _loader, _points ) && \ - FT_GLYPHLOADER_CHECK_C( _loader, _contours ) ) \ - ? 0 \ +#define FT_GLYPHLOADER_CHECK_P( _loader, _count ) \ + ( (_count) == 0 || \ + ( (_loader)->base.outline.n_points + \ + (_loader)->current.outline.n_points + \ + (unsigned long)(_count) ) <= (_loader)->max_points ) + +#define FT_GLYPHLOADER_CHECK_C( _loader, _count ) \ + ( (_count) == 0 || \ + ( (_loader)->base.outline.n_contours + \ + (_loader)->current.outline.n_contours + \ + (unsigned long)(_count)) <= (_loader)->max_contours ) + +#define FT_GLYPHLOADER_CHECK_POINTS( _loader, _points, _contours ) \ + ( ( FT_GLYPHLOADER_CHECK_P( _loader, _points ) && \ + FT_GLYPHLOADER_CHECK_C( _loader, _contours ) ) \ + ? 0 \ : FT_GlyphLoader_CheckPoints( (_loader), (_points), (_contours) ) ) diff --git a/freetype/include/internal/ftobjs.h b/freetype/include/internal/ftobjs.h index 701c850eb..b45a5ed81 100644 --- a/freetype/include/internal/ftobjs.h +++ b/freetype/include/internal/ftobjs.h @@ -72,6 +72,16 @@ FT_BEGIN_HEADER #define FT_ABS( a ) ( (a) < 0 ? -(a) : (a) ) + /* + * Approximate sqrt(x*x+y*y) using the `alpha max plus beta min' + * algorithm. We use alpha = 1, beta = 3/8, giving us results with a + * largest error less than 7% compared to the exact value. + */ +#define FT_HYPOT( x, y ) \ + ( x = FT_ABS( x ), \ + y = FT_ABS( y ), \ + x > y ? x + ( 3 * y >> 3 ) \ + : y + ( 3 * x >> 3 ) ) #define FT_PAD_FLOOR( x, n ) ( (x) & ~((n)-1) ) #define FT_PAD_ROUND( x, n ) FT_PAD_FLOOR( (x) + ((n)/2), n ) @@ -82,14 +92,6 @@ FT_BEGIN_HEADER #define FT_PIX_CEIL( x ) FT_PIX_FLOOR( (x) + 63 ) - /* - * Return the highest power of 2 that is <= value; this correspond to - * the highest bit in a given 32-bit value. - */ - FT_BASE( FT_UInt32 ) - ft_highpow2( FT_UInt32 value ); - - /* * character classification functions -- since these are used to parse * font files, we must not use those in which are diff --git a/freetype/include/internal/ftvalid.h b/freetype/include/internal/ftvalid.h index 12ad03685..c281b1424 100644 --- a/freetype/include/internal/ftvalid.h +++ b/freetype/include/internal/ftvalid.h @@ -4,7 +4,7 @@ /* */ /* FreeType validation support (specification). */ /* */ -/* Copyright 2004, 2013 by */ +/* Copyright 2004, 2013, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -87,13 +87,13 @@ FT_BEGIN_HEADER /* validator structure */ typedef struct FT_ValidatorRec_ { + ft_jmp_buf jump_buffer; /* used for exception handling */ + const FT_Byte* base; /* address of table in memory */ const FT_Byte* limit; /* `base' + sizeof(table) in memory */ FT_ValidationLevel level; /* validation level */ FT_Error error; /* error returned. 0 means success */ - ft_jmp_buf jump_buffer; /* used for exception handling */ - } FT_ValidatorRec; #if defined( _MSC_VER ) @@ -126,31 +126,29 @@ FT_BEGIN_HEADER /* Calls ft_validate_error. Assumes that the `valid' local variable */ /* holds a pointer to the current validator object. */ /* */ - /* Use preprocessor prescan to pass FT_ERR_PREFIX. */ - /* */ -#define FT_INVALID( _prefix, _error ) FT_INVALID_( _prefix, _error ) -#define FT_INVALID_( _prefix, _error ) \ - ft_validator_error( valid, _prefix ## _error ) +#define FT_INVALID( _error ) FT_INVALID_( _error ) +#define FT_INVALID_( _error ) \ + ft_validator_error( valid, FT_THROW( _error ) ) /* called when a broken table is detected */ #define FT_INVALID_TOO_SHORT \ - FT_INVALID( FT_ERR_PREFIX, Invalid_Table ) + FT_INVALID( Invalid_Table ) /* called when an invalid offset is detected */ #define FT_INVALID_OFFSET \ - FT_INVALID( FT_ERR_PREFIX, Invalid_Offset ) + FT_INVALID( Invalid_Offset ) /* called when an invalid format/value is detected */ #define FT_INVALID_FORMAT \ - FT_INVALID( FT_ERR_PREFIX, Invalid_Table ) + FT_INVALID( Invalid_Table ) /* called when an invalid glyph index is detected */ #define FT_INVALID_GLYPH_ID \ - FT_INVALID( FT_ERR_PREFIX, Invalid_Glyph_Index ) + FT_INVALID( Invalid_Glyph_Index ) /* called when an invalid field value is detected */ #define FT_INVALID_DATA \ - FT_INVALID( FT_ERR_PREFIX, Invalid_Table ) + FT_INVALID( Invalid_Table ) FT_END_HEADER diff --git a/freetype/include/internal/pshints.h b/freetype/include/internal/pshints.h index 3fb18dc2d..f05ea6863 100644 --- a/freetype/include/internal/pshints.h +++ b/freetype/include/internal/pshints.h @@ -6,7 +6,7 @@ /* recorders (specification only). These are used to support native */ /* T1/T2 hints in the `type1', `cid', and `cff' font drivers. */ /* */ -/* Copyright 2001-2003, 2005-2007, 2009, 2012 by */ +/* Copyright 2001-2003, 2005-2007, 2009, 2012, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -45,7 +45,7 @@ FT_BEGIN_HEADER T1_Private* private_dict, PSH_Globals* aglobals ); - typedef FT_Error + typedef void (*PSH_Globals_SetScaleFunc)( PSH_Globals globals, FT_Fixed x_scale, FT_Fixed y_scale, diff --git a/freetype/include/internal/sfnt.h b/freetype/include/internal/sfnt.h index 6b5e41f1a..d558e869b 100644 --- a/freetype/include/internal/sfnt.h +++ b/freetype/include/internal/sfnt.h @@ -4,7 +4,7 @@ /* */ /* High-level `sfnt' driver interface (specification). */ /* */ -/* Copyright 1996-2006, 2009, 2012-2013 by */ +/* Copyright 1996-2006, 2009, 2012-2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -405,14 +405,18 @@ FT_BEGIN_HEADER /* */ /* face :: A handle to the target face object. */ /* */ - /* stream :: The input stream. */ - /* */ /* vertical :: A boolean flag. If set, load vertical metrics. */ /* */ - /* */ - /* FreeType error code. 0 means success. */ + /* gindex :: The glyph index. */ /* */ - typedef FT_Error + /* */ + /* abearing :: The horizontal (or vertical) bearing. Set to zero in */ + /* case of error. */ + /* */ + /* aadvance :: The horizontal (or vertical) advance. Set to zero in */ + /* case of error. */ + /* */ + typedef void (*TT_Get_Metrics_Func)( TT_Face face, FT_Bool vertical, FT_UInt gindex, diff --git a/freetype/include/t1tables.h b/freetype/include/t1tables.h index a14255e5f..61aefdd54 100644 --- a/freetype/include/t1tables.h +++ b/freetype/include/t1tables.h @@ -5,7 +5,7 @@ /* Basic Type 1/Type 2 tables definitions and interface (specification */ /* only). */ /* */ -/* Copyright 1996-2004, 2006, 2008, 2009, 2011 by */ +/* Copyright 1996-2004, 2006, 2008, 2009, 2011, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -49,6 +49,26 @@ FT_BEGIN_HEADER /* This section contains the definition of Type 1-specific tables, */ /* including structures related to other PostScript font formats. */ /* */ + /* */ + /* PS_FontInfoRec */ + /* PS_FontInfo */ + /* PS_PrivateRec */ + /* PS_Private */ + /* */ + /* CID_FaceDictRec */ + /* CID_FaceDict */ + /* CID_FaceInfoRec */ + /* CID_FaceInfo */ + /* */ + /* FT_Has_PS_Glyph_Names */ + /* FT_Get_PS_Font_Info */ + /* FT_Get_PS_Font_Private */ + /* FT_Get_PS_Font_Value */ + /* */ + /* T1_Blend_Flags */ + /* T1_EncodingType */ + /* PS_Dict_Keys */ + /* */ /*************************************************************************/ @@ -190,14 +210,30 @@ FT_BEGIN_HEADER /* given blend dictionary (font info or private). Used to support */ /* Multiple Masters fonts. */ /* */ + /* */ + /* T1_BLEND_UNDERLINE_POSITION :: */ + /* T1_BLEND_UNDERLINE_THICKNESS :: */ + /* T1_BLEND_ITALIC_ANGLE :: */ + /* T1_BLEND_BLUE_VALUES :: */ + /* T1_BLEND_OTHER_BLUES :: */ + /* T1_BLEND_STANDARD_WIDTH :: */ + /* T1_BLEND_STANDARD_HEIGHT :: */ + /* T1_BLEND_STEM_SNAP_WIDTHS :: */ + /* T1_BLEND_STEM_SNAP_HEIGHTS :: */ + /* T1_BLEND_BLUE_SCALE :: */ + /* T1_BLEND_BLUE_SHIFT :: */ + /* T1_BLEND_FAMILY_BLUES :: */ + /* T1_BLEND_FAMILY_OTHER_BLUES :: */ + /* T1_BLEND_FORCE_BOLD :: */ + /* */ typedef enum T1_Blend_Flags_ { - /*# required fields in a FontInfo blend dictionary */ + /* required fields in a FontInfo blend dictionary */ T1_BLEND_UNDERLINE_POSITION = 0, T1_BLEND_UNDERLINE_THICKNESS, T1_BLEND_ITALIC_ANGLE, - /*# required fields in a Private blend dictionary */ + /* required fields in a Private blend dictionary */ T1_BLEND_BLUE_VALUES, T1_BLEND_OTHER_BLUES, T1_BLEND_STANDARD_WIDTH, @@ -210,15 +246,13 @@ FT_BEGIN_HEADER T1_BLEND_FAMILY_OTHER_BLUES, T1_BLEND_FORCE_BOLD, - /*# never remove */ - T1_BLEND_MAX + T1_BLEND_MAX /* do not remove */ } T1_Blend_Flags; - /* */ - - /*# backwards compatible definitions */ + /* these constants are deprecated; use the corresponding */ + /* `T1_Blend_Flags' values instead */ #define t1_blend_underline_position T1_BLEND_UNDERLINE_POSITION #define t1_blend_underline_thickness T1_BLEND_UNDERLINE_THICKNESS #define t1_blend_italic_angle T1_BLEND_ITALIC_ANGLE @@ -235,6 +269,8 @@ FT_BEGIN_HEADER #define t1_blend_force_bold T1_BLEND_FORCE_BOLD #define t1_blend_max T1_BLEND_MAX + /* */ + /* maximum number of Multiple Masters designs, as defined in the spec */ #define T1_MAX_MM_DESIGNS 16 @@ -333,10 +369,17 @@ FT_BEGIN_HEADER /* */ typedef struct CID_FaceDictRec_* CID_FaceDict; - /* */ - - /* backwards-compatible definition */ + /*************************************************************************/ + /* */ + /* */ + /* CID_FontDict */ + /* */ + /* */ + /* This type is equivalent to @CID_FaceDictRec. It is deprecated but */ + /* kept to maintain source compatibility between various versions of */ + /* FreeType. */ + /* */ typedef CID_FaceDictRec CID_FontDict; @@ -503,6 +546,13 @@ FT_BEGIN_HEADER /* An enumeration describing the `Encoding' entry in a Type 1 */ /* dictionary. */ /* */ + /* */ + /* T1_ENCODING_TYPE_NONE :: */ + /* T1_ENCODING_TYPE_ARRAY :: */ + /* T1_ENCODING_TYPE_STANDARD :: */ + /* T1_ENCODING_TYPE_ISOLATIN1 :: */ + /* T1_ENCODING_TYPE_EXPERT :: */ + /* */ typedef enum T1_EncodingType_ { T1_ENCODING_TYPE_NONE = 0, @@ -523,6 +573,54 @@ FT_BEGIN_HEADER /* An enumeration used in calls to @FT_Get_PS_Font_Value to identify */ /* the Type~1 dictionary entry to retrieve. */ /* */ + /* */ + /* PS_DICT_FONT_TYPE :: */ + /* PS_DICT_FONT_MATRIX :: */ + /* PS_DICT_FONT_BBOX :: */ + /* PS_DICT_PAINT_TYPE :: */ + /* PS_DICT_FONT_NAME :: */ + /* PS_DICT_UNIQUE_ID :: */ + /* PS_DICT_NUM_CHAR_STRINGS :: */ + /* PS_DICT_CHAR_STRING_KEY :: */ + /* PS_DICT_CHAR_STRING :: */ + /* PS_DICT_ENCODING_TYPE :: */ + /* PS_DICT_ENCODING_ENTRY :: */ + /* PS_DICT_NUM_SUBRS :: */ + /* PS_DICT_SUBR :: */ + /* PS_DICT_STD_HW :: */ + /* PS_DICT_STD_VW :: */ + /* PS_DICT_NUM_BLUE_VALUES :: */ + /* PS_DICT_BLUE_VALUE :: */ + /* PS_DICT_BLUE_FUZZ :: */ + /* PS_DICT_NUM_OTHER_BLUES :: */ + /* PS_DICT_OTHER_BLUE :: */ + /* PS_DICT_NUM_FAMILY_BLUES :: */ + /* PS_DICT_FAMILY_BLUE :: */ + /* PS_DICT_NUM_FAMILY_OTHER_BLUES :: */ + /* PS_DICT_FAMILY_OTHER_BLUE :: */ + /* PS_DICT_BLUE_SCALE :: */ + /* PS_DICT_BLUE_SHIFT :: */ + /* PS_DICT_NUM_STEM_SNAP_H :: */ + /* PS_DICT_STEM_SNAP_H :: */ + /* PS_DICT_NUM_STEM_SNAP_V :: */ + /* PS_DICT_STEM_SNAP_V :: */ + /* PS_DICT_FORCE_BOLD :: */ + /* PS_DICT_RND_STEM_UP :: */ + /* PS_DICT_MIN_FEATURE :: */ + /* PS_DICT_LEN_IV :: */ + /* PS_DICT_PASSWORD :: */ + /* PS_DICT_LANGUAGE_GROUP :: */ + /* PS_DICT_VERSION :: */ + /* PS_DICT_NOTICE :: */ + /* PS_DICT_FULL_NAME :: */ + /* PS_DICT_FAMILY_NAME :: */ + /* PS_DICT_WEIGHT :: */ + /* PS_DICT_IS_FIXED_PITCH :: */ + /* PS_DICT_UNDERLINE_POSITION :: */ + /* PS_DICT_UNDERLINE_THICKNESS :: */ + /* PS_DICT_FS_TYPE :: */ + /* PS_DICT_ITALIC_ANGLE :: */ + /* */ typedef enum PS_Dict_Keys_ { /* conventionally in the font dictionary */ diff --git a/freetype/include/ttnameid.h b/freetype/include/ttnameid.h index 9711d1d94..e65b55812 100644 --- a/freetype/include/ttnameid.h +++ b/freetype/include/ttnameid.h @@ -4,7 +4,7 @@ /* */ /* TrueType name ID definitions (specification only). */ /* */ -/* Copyright 1996-2004, 2006-2008, 2012, 2013 by */ +/* Copyright 1996-2004, 2006-2008, 2012-2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -470,26 +470,26 @@ FT_BEGIN_HEADER #define TT_MS_LANGID_ARABIC_GENERAL 0x0001 #define TT_MS_LANGID_ARABIC_SAUDI_ARABIA 0x0401 #define TT_MS_LANGID_ARABIC_IRAQ 0x0801 -#define TT_MS_LANGID_ARABIC_EGYPT 0x0c01 +#define TT_MS_LANGID_ARABIC_EGYPT 0x0C01 #define TT_MS_LANGID_ARABIC_LIBYA 0x1001 #define TT_MS_LANGID_ARABIC_ALGERIA 0x1401 #define TT_MS_LANGID_ARABIC_MOROCCO 0x1801 -#define TT_MS_LANGID_ARABIC_TUNISIA 0x1c01 +#define TT_MS_LANGID_ARABIC_TUNISIA 0x1C01 #define TT_MS_LANGID_ARABIC_OMAN 0x2001 #define TT_MS_LANGID_ARABIC_YEMEN 0x2401 #define TT_MS_LANGID_ARABIC_SYRIA 0x2801 -#define TT_MS_LANGID_ARABIC_JORDAN 0x2c01 +#define TT_MS_LANGID_ARABIC_JORDAN 0x2C01 #define TT_MS_LANGID_ARABIC_LEBANON 0x3001 #define TT_MS_LANGID_ARABIC_KUWAIT 0x3401 #define TT_MS_LANGID_ARABIC_UAE 0x3801 -#define TT_MS_LANGID_ARABIC_BAHRAIN 0x3c01 +#define TT_MS_LANGID_ARABIC_BAHRAIN 0x3C01 #define TT_MS_LANGID_ARABIC_QATAR 0x4001 #define TT_MS_LANGID_BULGARIAN_BULGARIA 0x0402 #define TT_MS_LANGID_CATALAN_SPAIN 0x0403 #define TT_MS_LANGID_CHINESE_GENERAL 0x0004 #define TT_MS_LANGID_CHINESE_TAIWAN 0x0404 #define TT_MS_LANGID_CHINESE_PRC 0x0804 -#define TT_MS_LANGID_CHINESE_HONG_KONG 0x0c04 +#define TT_MS_LANGID_CHINESE_HONG_KONG 0x0C04 #define TT_MS_LANGID_CHINESE_SINGAPORE 0x1004 #if 1 /* this looks like the correct value */ @@ -507,7 +507,7 @@ FT_BEGIN_HEADER #define TT_MS_LANGID_DANISH_DENMARK 0x0406 #define TT_MS_LANGID_GERMAN_GERMANY 0x0407 #define TT_MS_LANGID_GERMAN_SWITZERLAND 0x0807 -#define TT_MS_LANGID_GERMAN_AUSTRIA 0x0c07 +#define TT_MS_LANGID_GERMAN_AUSTRIA 0x0C07 #define TT_MS_LANGID_GERMAN_LUXEMBOURG 0x1007 #define TT_MS_LANGID_GERMAN_LIECHTENSTEI 0x1407 #define TT_MS_LANGID_GREEK_GREECE 0x0408 @@ -520,69 +520,69 @@ FT_BEGIN_HEADER #define TT_MS_LANGID_ENGLISH_GENERAL 0x0009 #define TT_MS_LANGID_ENGLISH_UNITED_STATES 0x0409 #define TT_MS_LANGID_ENGLISH_UNITED_KINGDOM 0x0809 -#define TT_MS_LANGID_ENGLISH_AUSTRALIA 0x0c09 +#define TT_MS_LANGID_ENGLISH_AUSTRALIA 0x0C09 #define TT_MS_LANGID_ENGLISH_CANADA 0x1009 #define TT_MS_LANGID_ENGLISH_NEW_ZEALAND 0x1409 #define TT_MS_LANGID_ENGLISH_IRELAND 0x1809 -#define TT_MS_LANGID_ENGLISH_SOUTH_AFRICA 0x1c09 +#define TT_MS_LANGID_ENGLISH_SOUTH_AFRICA 0x1C09 #define TT_MS_LANGID_ENGLISH_JAMAICA 0x2009 #define TT_MS_LANGID_ENGLISH_CARIBBEAN 0x2409 #define TT_MS_LANGID_ENGLISH_BELIZE 0x2809 -#define TT_MS_LANGID_ENGLISH_TRINIDAD 0x2c09 +#define TT_MS_LANGID_ENGLISH_TRINIDAD 0x2C09 #define TT_MS_LANGID_ENGLISH_ZIMBABWE 0x3009 #define TT_MS_LANGID_ENGLISH_PHILIPPINES 0x3409 #define TT_MS_LANGID_ENGLISH_INDONESIA 0x3809 -#define TT_MS_LANGID_ENGLISH_HONG_KONG 0x3c09 +#define TT_MS_LANGID_ENGLISH_HONG_KONG 0x3C09 #define TT_MS_LANGID_ENGLISH_INDIA 0x4009 #define TT_MS_LANGID_ENGLISH_MALAYSIA 0x4409 #define TT_MS_LANGID_ENGLISH_SINGAPORE 0x4809 -#define TT_MS_LANGID_SPANISH_SPAIN_TRADITIONAL_SORT 0x040a -#define TT_MS_LANGID_SPANISH_MEXICO 0x080a -#define TT_MS_LANGID_SPANISH_SPAIN_INTERNATIONAL_SORT 0x0c0a -#define TT_MS_LANGID_SPANISH_GUATEMALA 0x100a -#define TT_MS_LANGID_SPANISH_COSTA_RICA 0x140a -#define TT_MS_LANGID_SPANISH_PANAMA 0x180a -#define TT_MS_LANGID_SPANISH_DOMINICAN_REPUBLIC 0x1c0a -#define TT_MS_LANGID_SPANISH_VENEZUELA 0x200a -#define TT_MS_LANGID_SPANISH_COLOMBIA 0x240a -#define TT_MS_LANGID_SPANISH_PERU 0x280a -#define TT_MS_LANGID_SPANISH_ARGENTINA 0x2c0a -#define TT_MS_LANGID_SPANISH_ECUADOR 0x300a -#define TT_MS_LANGID_SPANISH_CHILE 0x340a -#define TT_MS_LANGID_SPANISH_URUGUAY 0x380a -#define TT_MS_LANGID_SPANISH_PARAGUAY 0x3c0a -#define TT_MS_LANGID_SPANISH_BOLIVIA 0x400a -#define TT_MS_LANGID_SPANISH_EL_SALVADOR 0x440a -#define TT_MS_LANGID_SPANISH_HONDURAS 0x480a -#define TT_MS_LANGID_SPANISH_NICARAGUA 0x4c0a -#define TT_MS_LANGID_SPANISH_PUERTO_RICO 0x500a -#define TT_MS_LANGID_SPANISH_UNITED_STATES 0x540a +#define TT_MS_LANGID_SPANISH_SPAIN_TRADITIONAL_SORT 0x040A +#define TT_MS_LANGID_SPANISH_MEXICO 0x080A +#define TT_MS_LANGID_SPANISH_SPAIN_INTERNATIONAL_SORT 0x0C0A +#define TT_MS_LANGID_SPANISH_GUATEMALA 0x100A +#define TT_MS_LANGID_SPANISH_COSTA_RICA 0x140A +#define TT_MS_LANGID_SPANISH_PANAMA 0x180A +#define TT_MS_LANGID_SPANISH_DOMINICAN_REPUBLIC 0x1C0A +#define TT_MS_LANGID_SPANISH_VENEZUELA 0x200A +#define TT_MS_LANGID_SPANISH_COLOMBIA 0x240A +#define TT_MS_LANGID_SPANISH_PERU 0x280A +#define TT_MS_LANGID_SPANISH_ARGENTINA 0x2C0A +#define TT_MS_LANGID_SPANISH_ECUADOR 0x300A +#define TT_MS_LANGID_SPANISH_CHILE 0x340A +#define TT_MS_LANGID_SPANISH_URUGUAY 0x380A +#define TT_MS_LANGID_SPANISH_PARAGUAY 0x3C0A +#define TT_MS_LANGID_SPANISH_BOLIVIA 0x400A +#define TT_MS_LANGID_SPANISH_EL_SALVADOR 0x440A +#define TT_MS_LANGID_SPANISH_HONDURAS 0x480A +#define TT_MS_LANGID_SPANISH_NICARAGUA 0x4C0A +#define TT_MS_LANGID_SPANISH_PUERTO_RICO 0x500A +#define TT_MS_LANGID_SPANISH_UNITED_STATES 0x540A /* The following ID blatantly violate MS specs by using a */ /* sublanguage > 0x1F. */ -#define TT_MS_LANGID_SPANISH_LATIN_AMERICA 0xE40aU -#define TT_MS_LANGID_FINNISH_FINLAND 0x040b -#define TT_MS_LANGID_FRENCH_FRANCE 0x040c -#define TT_MS_LANGID_FRENCH_BELGIUM 0x080c -#define TT_MS_LANGID_FRENCH_CANADA 0x0c0c -#define TT_MS_LANGID_FRENCH_SWITZERLAND 0x100c -#define TT_MS_LANGID_FRENCH_LUXEMBOURG 0x140c -#define TT_MS_LANGID_FRENCH_MONACO 0x180c -#define TT_MS_LANGID_FRENCH_WEST_INDIES 0x1c0c -#define TT_MS_LANGID_FRENCH_REUNION 0x200c -#define TT_MS_LANGID_FRENCH_CONGO 0x240c +#define TT_MS_LANGID_SPANISH_LATIN_AMERICA 0xE40AU +#define TT_MS_LANGID_FINNISH_FINLAND 0x040B +#define TT_MS_LANGID_FRENCH_FRANCE 0x040C +#define TT_MS_LANGID_FRENCH_BELGIUM 0x080C +#define TT_MS_LANGID_FRENCH_CANADA 0x0C0C +#define TT_MS_LANGID_FRENCH_SWITZERLAND 0x100C +#define TT_MS_LANGID_FRENCH_LUXEMBOURG 0x140C +#define TT_MS_LANGID_FRENCH_MONACO 0x180C +#define TT_MS_LANGID_FRENCH_WEST_INDIES 0x1C0C +#define TT_MS_LANGID_FRENCH_REUNION 0x200C +#define TT_MS_LANGID_FRENCH_CONGO 0x240C /* which was formerly: */ #define TT_MS_LANGID_FRENCH_ZAIRE TT_MS_LANGID_FRENCH_CONGO -#define TT_MS_LANGID_FRENCH_SENEGAL 0x280c -#define TT_MS_LANGID_FRENCH_CAMEROON 0x2c0c -#define TT_MS_LANGID_FRENCH_COTE_D_IVOIRE 0x300c -#define TT_MS_LANGID_FRENCH_MALI 0x340c -#define TT_MS_LANGID_FRENCH_MOROCCO 0x380c -#define TT_MS_LANGID_FRENCH_HAITI 0x3c0c - /* and another violation of the spec (see 0xE40aU) */ -#define TT_MS_LANGID_FRENCH_NORTH_AFRICA 0xE40cU -#define TT_MS_LANGID_HEBREW_ISRAEL 0x040d -#define TT_MS_LANGID_HUNGARIAN_HUNGARY 0x040e -#define TT_MS_LANGID_ICELANDIC_ICELAND 0x040f +#define TT_MS_LANGID_FRENCH_SENEGAL 0x280C +#define TT_MS_LANGID_FRENCH_CAMEROON 0x2C0C +#define TT_MS_LANGID_FRENCH_COTE_D_IVOIRE 0x300C +#define TT_MS_LANGID_FRENCH_MALI 0x340C +#define TT_MS_LANGID_FRENCH_MOROCCO 0x380C +#define TT_MS_LANGID_FRENCH_HAITI 0x3C0C + /* and another violation of the spec (see 0xE40AU) */ +#define TT_MS_LANGID_FRENCH_NORTH_AFRICA 0xE40CU +#define TT_MS_LANGID_HEBREW_ISRAEL 0x040D +#define TT_MS_LANGID_HUNGARIAN_HUNGARY 0x040E +#define TT_MS_LANGID_ICELANDIC_ICELAND 0x040F #define TT_MS_LANGID_ITALIAN_ITALY 0x0410 #define TT_MS_LANGID_ITALIAN_SWITZERLAND 0x0810 #define TT_MS_LANGID_JAPANESE_JAPAN 0x0411 @@ -600,27 +600,27 @@ FT_BEGIN_HEADER #define TT_MS_LANGID_MOLDAVIAN_MOLDAVIA 0x0818 #define TT_MS_LANGID_RUSSIAN_RUSSIA 0x0419 #define TT_MS_LANGID_RUSSIAN_MOLDAVIA 0x0819 -#define TT_MS_LANGID_CROATIAN_CROATIA 0x041a -#define TT_MS_LANGID_SERBIAN_SERBIA_LATIN 0x081a -#define TT_MS_LANGID_SERBIAN_SERBIA_CYRILLIC 0x0c1a +#define TT_MS_LANGID_CROATIAN_CROATIA 0x041A +#define TT_MS_LANGID_SERBIAN_SERBIA_LATIN 0x081A +#define TT_MS_LANGID_SERBIAN_SERBIA_CYRILLIC 0x0C1A #if 0 /* this used to be this value, but it looks like we were wrong */ -#define TT_MS_LANGID_BOSNIAN_BOSNIA_HERZEGOVINA 0x101a +#define TT_MS_LANGID_BOSNIAN_BOSNIA_HERZEGOVINA 0x101A #else /* current sources say */ -#define TT_MS_LANGID_CROATIAN_BOSNIA_HERZEGOVINA 0x101a -#define TT_MS_LANGID_BOSNIAN_BOSNIA_HERZEGOVINA 0x141a +#define TT_MS_LANGID_CROATIAN_BOSNIA_HERZEGOVINA 0x101A +#define TT_MS_LANGID_BOSNIAN_BOSNIA_HERZEGOVINA 0x141A /* and XPsp2 Platform SDK added (2004-07-26) */ /* Names are shortened to be significant within 40 chars. */ -#define TT_MS_LANGID_SERBIAN_BOSNIA_HERZ_LATIN 0x181a -#define TT_MS_LANGID_SERBIAN_BOSNIA_HERZ_CYRILLIC 0x181a +#define TT_MS_LANGID_SERBIAN_BOSNIA_HERZ_LATIN 0x181A +#define TT_MS_LANGID_SERBIAN_BOSNIA_HERZ_CYRILLIC 0x181A #endif -#define TT_MS_LANGID_SLOVAK_SLOVAKIA 0x041b -#define TT_MS_LANGID_ALBANIAN_ALBANIA 0x041c -#define TT_MS_LANGID_SWEDISH_SWEDEN 0x041d -#define TT_MS_LANGID_SWEDISH_FINLAND 0x081d -#define TT_MS_LANGID_THAI_THAILAND 0x041e -#define TT_MS_LANGID_TURKISH_TURKEY 0x041f +#define TT_MS_LANGID_SLOVAK_SLOVAKIA 0x041B +#define TT_MS_LANGID_ALBANIAN_ALBANIA 0x041C +#define TT_MS_LANGID_SWEDISH_SWEDEN 0x041D +#define TT_MS_LANGID_SWEDISH_FINLAND 0x081D +#define TT_MS_LANGID_THAI_THAILAND 0x041E +#define TT_MS_LANGID_TURKISH_TURKEY 0x041F #define TT_MS_LANGID_URDU_PAKISTAN 0x0420 #define TT_MS_LANGID_URDU_INDIA 0x0820 #define TT_MS_LANGID_INDONESIAN_INDONESIA 0x0421 @@ -633,13 +633,13 @@ FT_BEGIN_HEADER #define TT_MS_LANGID_CLASSIC_LITHUANIAN_LITHUANIA 0x0827 #define TT_MS_LANGID_TAJIK_TAJIKISTAN 0x0428 #define TT_MS_LANGID_FARSI_IRAN 0x0429 -#define TT_MS_LANGID_VIETNAMESE_VIET_NAM 0x042a -#define TT_MS_LANGID_ARMENIAN_ARMENIA 0x042b -#define TT_MS_LANGID_AZERI_AZERBAIJAN_LATIN 0x042c -#define TT_MS_LANGID_AZERI_AZERBAIJAN_CYRILLIC 0x082c -#define TT_MS_LANGID_BASQUE_SPAIN 0x042d -#define TT_MS_LANGID_SORBIAN_GERMANY 0x042e -#define TT_MS_LANGID_MACEDONIAN_MACEDONIA 0x042f +#define TT_MS_LANGID_VIETNAMESE_VIET_NAM 0x042A +#define TT_MS_LANGID_ARMENIAN_ARMENIA 0x042B +#define TT_MS_LANGID_AZERI_AZERBAIJAN_LATIN 0x042C +#define TT_MS_LANGID_AZERI_AZERBAIJAN_CYRILLIC 0x082C +#define TT_MS_LANGID_BASQUE_SPAIN 0x042D +#define TT_MS_LANGID_SORBIAN_GERMANY 0x042E +#define TT_MS_LANGID_MACEDONIAN_MACEDONIA 0x042F #define TT_MS_LANGID_SUTU_SOUTH_AFRICA 0x0430 #define TT_MS_LANGID_TSONGA_SOUTH_AFRICA 0x0431 #define TT_MS_LANGID_TSWANA_SOUTH_AFRICA 0x0432 @@ -650,32 +650,32 @@ FT_BEGIN_HEADER #define TT_MS_LANGID_GEORGIAN_GEORGIA 0x0437 #define TT_MS_LANGID_FAEROESE_FAEROE_ISLANDS 0x0438 #define TT_MS_LANGID_HINDI_INDIA 0x0439 -#define TT_MS_LANGID_MALTESE_MALTA 0x043a +#define TT_MS_LANGID_MALTESE_MALTA 0x043A /* Added by XPsp2 Platform SDK (2004-07-26) */ -#define TT_MS_LANGID_SAMI_NORTHERN_NORWAY 0x043b -#define TT_MS_LANGID_SAMI_NORTHERN_SWEDEN 0x083b -#define TT_MS_LANGID_SAMI_NORTHERN_FINLAND 0x0C3b -#define TT_MS_LANGID_SAMI_LULE_NORWAY 0x103b -#define TT_MS_LANGID_SAMI_LULE_SWEDEN 0x143b -#define TT_MS_LANGID_SAMI_SOUTHERN_NORWAY 0x183b -#define TT_MS_LANGID_SAMI_SOUTHERN_SWEDEN 0x1C3b -#define TT_MS_LANGID_SAMI_SKOLT_FINLAND 0x203b -#define TT_MS_LANGID_SAMI_INARI_FINLAND 0x243b +#define TT_MS_LANGID_SAMI_NORTHERN_NORWAY 0x043B +#define TT_MS_LANGID_SAMI_NORTHERN_SWEDEN 0x083B +#define TT_MS_LANGID_SAMI_NORTHERN_FINLAND 0x0C3B +#define TT_MS_LANGID_SAMI_LULE_NORWAY 0x103B +#define TT_MS_LANGID_SAMI_LULE_SWEDEN 0x143B +#define TT_MS_LANGID_SAMI_SOUTHERN_NORWAY 0x183B +#define TT_MS_LANGID_SAMI_SOUTHERN_SWEDEN 0x1C3B +#define TT_MS_LANGID_SAMI_SKOLT_FINLAND 0x203B +#define TT_MS_LANGID_SAMI_INARI_FINLAND 0x243B /* ... and we also keep our old identifier... */ -#define TT_MS_LANGID_SAAMI_LAPONIA 0x043b +#define TT_MS_LANGID_SAAMI_LAPONIA 0x043B #if 0 /* this seems to be a previous inversion */ -#define TT_MS_LANGID_IRISH_GAELIC_IRELAND 0x043c -#define TT_MS_LANGID_SCOTTISH_GAELIC_UNITED_KINGDOM 0x083c +#define TT_MS_LANGID_IRISH_GAELIC_IRELAND 0x043C +#define TT_MS_LANGID_SCOTTISH_GAELIC_UNITED_KINGDOM 0x083C #else -#define TT_MS_LANGID_SCOTTISH_GAELIC_UNITED_KINGDOM 0x083c -#define TT_MS_LANGID_IRISH_GAELIC_IRELAND 0x043c +#define TT_MS_LANGID_SCOTTISH_GAELIC_UNITED_KINGDOM 0x083C +#define TT_MS_LANGID_IRISH_GAELIC_IRELAND 0x043C #endif -#define TT_MS_LANGID_YIDDISH_GERMANY 0x043d -#define TT_MS_LANGID_MALAY_MALAYSIA 0x043e -#define TT_MS_LANGID_MALAY_BRUNEI_DARUSSALAM 0x083e -#define TT_MS_LANGID_KAZAK_KAZAKSTAN 0x043f +#define TT_MS_LANGID_YIDDISH_GERMANY 0x043D +#define TT_MS_LANGID_MALAY_MALAYSIA 0x043E +#define TT_MS_LANGID_MALAY_BRUNEI_DARUSSALAM 0x083E +#define TT_MS_LANGID_KAZAK_KAZAKSTAN 0x043F #define TT_MS_LANGID_KIRGHIZ_KIRGHIZSTAN /* Cyrillic*/ 0x0440 /* alias declared in Windows 2000 */ #define TT_MS_LANGID_KIRGHIZ_KIRGHIZ_REPUBLIC \ @@ -693,12 +693,12 @@ FT_BEGIN_HEADER #define TT_MS_LANGID_GUJARATI_INDIA 0x0447 #define TT_MS_LANGID_ORIYA_INDIA 0x0448 #define TT_MS_LANGID_TAMIL_INDIA 0x0449 -#define TT_MS_LANGID_TELUGU_INDIA 0x044a -#define TT_MS_LANGID_KANNADA_INDIA 0x044b -#define TT_MS_LANGID_MALAYALAM_INDIA 0x044c -#define TT_MS_LANGID_ASSAMESE_INDIA 0x044d -#define TT_MS_LANGID_MARATHI_INDIA 0x044e -#define TT_MS_LANGID_SANSKRIT_INDIA 0x044f +#define TT_MS_LANGID_TELUGU_INDIA 0x044A +#define TT_MS_LANGID_KANNADA_INDIA 0x044B +#define TT_MS_LANGID_MALAYALAM_INDIA 0x044C +#define TT_MS_LANGID_ASSAMESE_INDIA 0x044D +#define TT_MS_LANGID_MARATHI_INDIA 0x044E +#define TT_MS_LANGID_SANSKRIT_INDIA 0x044F #define TT_MS_LANGID_MONGOLIAN_MONGOLIA /* Cyrillic */ 0x0450 #define TT_MS_LANGID_MONGOLIAN_MONGOLIA_MONGOLIAN 0x0850 #define TT_MS_LANGID_TIBETAN_CHINA 0x0451 @@ -732,13 +732,13 @@ FT_BEGIN_HEADER #define TT_MS_LANGID_SINDHI_INDIA /* Arabic */ 0x0459 #define TT_MS_LANGID_SINDHI_PAKISTAN 0x0859 /* Missing a LCID for Sindhi in Devanagari script */ -#define TT_MS_LANGID_SYRIAC_SYRIA 0x045a -#define TT_MS_LANGID_SINHALESE_SRI_LANKA 0x045b -#define TT_MS_LANGID_CHEROKEE_UNITED_STATES 0x045c -#define TT_MS_LANGID_INUKTITUT_CANADA 0x045d -#define TT_MS_LANGID_AMHARIC_ETHIOPIA 0x045e -#define TT_MS_LANGID_TAMAZIGHT_MOROCCO /* Arabic */ 0x045f -#define TT_MS_LANGID_TAMAZIGHT_MOROCCO_LATIN 0x085f +#define TT_MS_LANGID_SYRIAC_SYRIA 0x045A +#define TT_MS_LANGID_SINHALESE_SRI_LANKA 0x045B +#define TT_MS_LANGID_CHEROKEE_UNITED_STATES 0x045C +#define TT_MS_LANGID_INUKTITUT_CANADA 0x045D +#define TT_MS_LANGID_AMHARIC_ETHIOPIA 0x045E +#define TT_MS_LANGID_TAMAZIGHT_MOROCCO /* Arabic */ 0x045F +#define TT_MS_LANGID_TAMAZIGHT_MOROCCO_LATIN 0x085F /* Missing a LCID for Tifinagh script */ #define TT_MS_LANGID_KASHMIRI_PAKISTAN /* Arabic */ 0x0460 /* Spelled this way by XPsp2 Platform SDK (2004-07-26) */ @@ -758,15 +758,15 @@ FT_BEGIN_HEADER #define TT_MS_LANGID_FULFULDE_NIGERIA 0x0467 #define TT_MS_LANGID_HAUSA_NIGERIA 0x0468 #define TT_MS_LANGID_IBIBIO_NIGERIA 0x0469 -#define TT_MS_LANGID_YORUBA_NIGERIA 0x046a -#define TT_MS_LANGID_QUECHUA_BOLIVIA 0x046b -#define TT_MS_LANGID_QUECHUA_ECUADOR 0x086b -#define TT_MS_LANGID_QUECHUA_PERU 0x0c6b -#define TT_MS_LANGID_SEPEDI_SOUTH_AFRICA 0x046c +#define TT_MS_LANGID_YORUBA_NIGERIA 0x046A +#define TT_MS_LANGID_QUECHUA_BOLIVIA 0x046B +#define TT_MS_LANGID_QUECHUA_ECUADOR 0x086B +#define TT_MS_LANGID_QUECHUA_PERU 0x0C6B +#define TT_MS_LANGID_SEPEDI_SOUTH_AFRICA 0x046C /* Also spelled by XPsp2 Platform SDK (2004-07-26) */ #define TT_MS_LANGID_SOTHO_SOUTHERN_SOUTH_AFRICA \ TT_MS_LANGID_SEPEDI_SOUTH_AFRICA - /* language codes 0x046d, 0x046e and 0x046f are (still) unknown. */ + /* language codes 0x046D, 0x046E and 0x046F are (still) unknown. */ #define TT_MS_LANGID_IGBO_NIGERIA 0x0470 #define TT_MS_LANGID_KANURI_NIGERIA 0x0471 #define TT_MS_LANGID_OROMO_ETHIOPIA 0x0472 @@ -783,12 +783,12 @@ FT_BEGIN_HEADER /* studying). */ #define TT_MS_LANGID_YI_CHINA 0x0478 #define TT_MS_LANGID_PAPIAMENTU_NETHERLANDS_ANTILLES 0x0479 - /* language codes from 0x047a to 0x047f are (still) unknown. */ + /* language codes from 0x047A to 0x047F are (still) unknown. */ #define TT_MS_LANGID_UIGHUR_CHINA 0x0480 #define TT_MS_LANGID_MAORI_NEW_ZEALAND 0x0481 #if 0 /* not deemed useful for fonts */ -#define TT_MS_LANGID_HUMAN_INTERFACE_DEVICE 0x04ff +#define TT_MS_LANGID_HUMAN_INTERFACE_DEVICE 0x04FF #endif diff --git a/freetype/include/tttables.h b/freetype/include/tttables.h index bb49dc0da..e1d8b05e7 100644 --- a/freetype/include/tttables.h +++ b/freetype/include/tttables.h @@ -5,7 +5,7 @@ /* Basic SFNT/TrueType tables definitions and interface */ /* (specification only). */ /* */ -/* Copyright 1996-2005, 2008-2013 by */ +/* Copyright 1996-2005, 2008-2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -48,6 +48,25 @@ FT_BEGIN_HEADER /* This section contains the definition of TrueType-specific tables */ /* as well as some routines used to access and process them. */ /* */ + /* */ + /* TT_Header */ + /* TT_HoriHeader */ + /* TT_VertHeader */ + /* TT_OS2 */ + /* TT_Postscript */ + /* TT_PCLT */ + /* TT_MaxProfile */ + /* */ + /* FT_Sfnt_Tag */ + /* FT_Get_Sfnt_Table */ + /* FT_Load_Sfnt_Table */ + /* FT_Sfnt_Table_Info */ + /* */ + /* FT_Get_CMap_Language_ID */ + /* FT_Get_CMap_Format */ + /* */ + /* FT_PARAM_TAG_UNPATENTED_HINTING */ + /* */ /*************************************************************************/ @@ -559,21 +578,44 @@ FT_BEGIN_HEADER /* An enumeration used to specify the index of an SFNT table. */ /* Used in the @FT_Get_Sfnt_Table API function. */ /* */ + /* */ + /* FT_SFNT_HEAD :: To access the font's @TT_Header structure. */ + /* */ + /* FT_SFNT_MAXP :: To access the font's @TT_MaxProfile structure. */ + /* */ + /* FT_SFNT_OS2 :: To access the font's @TT_OS2 structure. */ + /* */ + /* FT_SFNT_HHEA :: To access the font's @TT_HoriHeader structure. */ + /* */ + /* FT_SFNT_VHEA :: To access the font's @TT_VertHeader struture. */ + /* */ + /* FT_SFNT_POST :: To access the font's @TT_Postscript structure. */ + /* */ + /* FT_SFNT_PCLT :: To access the font's @TT_PCLT structure. */ + /* */ typedef enum FT_Sfnt_Tag_ { - ft_sfnt_head = 0, /* TT_Header */ - ft_sfnt_maxp = 1, /* TT_MaxProfile */ - ft_sfnt_os2 = 2, /* TT_OS2 */ - ft_sfnt_hhea = 3, /* TT_HoriHeader */ - ft_sfnt_vhea = 4, /* TT_VertHeader */ - ft_sfnt_post = 5, /* TT_Postscript */ - ft_sfnt_pclt = 6, /* TT_PCLT */ + FT_SFNT_HEAD, + FT_SFNT_MAXP, + FT_SFNT_OS2, + FT_SFNT_HHEA, + FT_SFNT_VHEA, + FT_SFNT_POST, + FT_SFNT_PCLT, - sfnt_max /* internal end mark */ + FT_SFNT_MAX } FT_Sfnt_Tag; - /* */ + /* these constants are deprecated; use the corresponding `FT_Sfnt_Tag' */ + /* values instead */ +#define ft_sfnt_head FT_SFNT_HEAD +#define ft_sfnt_maxp FT_SFNT_MAXP +#define ft_sfnt_os2 FT_SFNT_OS2 +#define ft_sfnt_hhea FT_SFNT_HHEA +#define ft_sfnt_vhea FT_SFNT_VHEA +#define ft_sfnt_post FT_SFNT_POST +#define ft_sfnt_pclt FT_SFNT_PCLT /*************************************************************************/ @@ -611,7 +653,7 @@ FT_BEGIN_HEADER /* */ /* */ /* vert_header = */ - /* (TT_VertHeader*)FT_Get_Sfnt_Table( face, ft_sfnt_vhea ); */ + /* (TT_VertHeader*)FT_Get_Sfnt_Table( face, FT_SFNT_VHEA ); */ /* } */ /* */ FT_EXPORT( void* ) diff --git a/freetype/include/ttunpat.h b/freetype/include/ttunpat.h index a0162759b..bf53ddd52 100644 --- a/freetype/include/ttunpat.h +++ b/freetype/include/ttunpat.h @@ -48,7 +48,8 @@ FT_BEGIN_HEADER */ #define FT_PARAM_TAG_UNPATENTED_HINTING FT_MAKE_TAG( 'u', 'n', 'p', 'a' ) - /* */ + /* */ + FT_END_HEADER diff --git a/freetype/src/autofit/afangles.c b/freetype/src/autofit/afangles.c index b44a5ba2c..f8b095bef 100644 --- a/freetype/src/autofit/afangles.c +++ b/freetype/src/autofit/afangles.c @@ -20,66 +20,6 @@ #include "aftypes.h" -#if 0 - - FT_LOCAL_DEF( FT_Int ) - af_corner_is_flat( FT_Pos x_in, - FT_Pos y_in, - FT_Pos x_out, - FT_Pos y_out ) - { - FT_Pos ax = x_in; - FT_Pos ay = y_in; - - FT_Pos d_in, d_out, d_corner; - - - if ( ax < 0 ) - ax = -ax; - if ( ay < 0 ) - ay = -ay; - d_in = ax + ay; - - ax = x_out; - if ( ax < 0 ) - ax = -ax; - ay = y_out; - if ( ay < 0 ) - ay = -ay; - d_out = ax + ay; - - ax = x_out + x_in; - if ( ax < 0 ) - ax = -ax; - ay = y_out + y_in; - if ( ay < 0 ) - ay = -ay; - d_corner = ax + ay; - - return ( d_in + d_out - d_corner ) < ( d_corner >> 4 ); - } - - - FT_LOCAL_DEF( FT_Int ) - af_corner_orientation( FT_Pos x_in, - FT_Pos y_in, - FT_Pos x_out, - FT_Pos y_out ) - { - FT_Pos delta; - - - delta = x_in * y_out - y_in * x_out; - - if ( delta == 0 ) - return 0; - else - return 1 - 2 * ( delta < 0 ); - } - -#endif /* 0 */ - - /* * We are not using `af_angle_atan' anymore, but we keep the source * code below just in case... diff --git a/freetype/src/autofit/afblue.c b/freetype/src/autofit/afblue.c index 6e214c872..811226eac 100644 --- a/freetype/src/autofit/afblue.c +++ b/freetype/src/autofit/afblue.c @@ -26,15 +26,21 @@ af_blue_strings[] = { /* */ - 'T', 'H', 'E', 'Z', 'O', 'C', 'Q', 'S', /* THEZOCQS */ + '\xD0', '\x91', '\xD0', '\x92', '\xD0', '\x95', '\xD0', '\x9F', '\xD0', '\x97', '\xD0', '\x9E', '\xD0', '\xA1', '\xD0', '\xAD', /* БВЕПЗОСЭ */ '\0', - 'H', 'E', 'Z', 'L', 'O', 'C', 'U', 'S', /* HEZLOCUS */ + '\xD0', '\x91', '\xD0', '\x92', '\xD0', '\x95', '\xD0', '\xA8', '\xD0', '\x97', '\xD0', '\x9E', '\xD0', '\xA1', '\xD0', '\xAD', /* БВЕШЗОСЭ */ '\0', - 'f', 'i', 'j', 'k', 'd', 'b', 'h', /* fijkdbh */ + '\xD1', '\x85', '\xD0', '\xBF', '\xD0', '\xBD', '\xD1', '\x88', '\xD0', '\xB5', '\xD0', '\xB7', '\xD0', '\xBE', '\xD1', '\x81', /* хпншезос */ '\0', - 'x', 'z', 'r', 'o', 'e', 's', 'c', /* xzroesc */ + '\xD1', '\x80', '\xD1', '\x83', '\xD1', '\x84', /* руф */ '\0', - 'p', 'q', 'g', 'j', 'y', /* pqgjy */ + '\xE0', '\xA4', '\x95', '\xE0', '\xA4', '\xAE', '\xE0', '\xA4', '\x85', '\xE0', '\xA4', '\x86', '\xE0', '\xA4', '\xA5', '\xE0', '\xA4', '\xA7', '\xE0', '\xA4', '\xAD', '\xE0', '\xA4', '\xB6', /* क म अ आ थ ध भ श */ + '\0', + '\xE0', '\xA4', '\x88', '\xE0', '\xA4', '\x90', '\xE0', '\xA4', '\x93', '\xE0', '\xA4', '\x94', '\xE0', '\xA4', '\xBF', '\xE0', '\xA5', '\x80', '\xE0', '\xA5', '\x8B', '\xE0', '\xA5', '\x8C', /* ई ऐ ओ औ ि ी ो ौ */ + '\0', + '\xE0', '\xA4', '\x95', '\xE0', '\xA4', '\xAE', '\xE0', '\xA4', '\x85', '\xE0', '\xA4', '\x86', '\xE0', '\xA4', '\xA5', '\xE0', '\xA4', '\xA7', '\xE0', '\xA4', '\xAD', '\xE0', '\xA4', '\xB6', /* क म अ आ थ ध भ श */ + '\0', + '\xE0', '\xA5', '\x81', '\xE0', '\xA5', '\x83', /* ु ृ */ '\0', '\xCE', '\x93', '\xCE', '\x92', '\xCE', '\x95', '\xCE', '\x96', '\xCE', '\x98', '\xCE', '\x9F', '\xCE', '\xA9', /* ΓΒΕΖΘΟΩ */ '\0', @@ -46,26 +52,31 @@ '\0', '\xCE', '\xB2', '\xCE', '\xB3', '\xCE', '\xB7', '\xCE', '\xBC', '\xCF', '\x81', '\xCF', '\x86', '\xCF', '\x87', '\xCF', '\x88', /* βγημρφχψ */ '\0', - '\xD0', '\x91', '\xD0', '\x92', '\xD0', '\x95', '\xD0', '\x9F', '\xD0', '\x97', '\xD0', '\x9E', '\xD0', '\xA1', '\xD0', '\xAD', /* БВЕПЗОСЭ */ + '\xD7', '\x91', '\xD7', '\x93', '\xD7', '\x94', '\xD7', '\x97', '\xD7', '\x9A', '\xD7', '\x9B', '\xD7', '\x9D', '\xD7', '\xA1', /* בדהחךכםס */ '\0', - '\xD0', '\x91', '\xD0', '\x92', '\xD0', '\x95', '\xD0', '\xA8', '\xD0', '\x97', '\xD0', '\x9E', '\xD0', '\xA1', '\xD0', '\xAD', /* БВЕШЗОСЭ */ + '\xD7', '\x91', '\xD7', '\x98', '\xD7', '\x9B', '\xD7', '\x9D', '\xD7', '\xA1', '\xD7', '\xA6', /* בטכםסצ */ '\0', - '\xD1', '\x85', '\xD0', '\xBF', '\xD0', '\xBD', '\xD1', '\x88', '\xD0', '\xB5', '\xD0', '\xB7', '\xD0', '\xBE', '\xD1', '\x81', /* хпншезос */ + '\xD7', '\xA7', '\xD7', '\x9A', '\xD7', '\x9F', '\xD7', '\xA3', '\xD7', '\xA5', /* קךןףץ */ '\0', - '\xD1', '\x80', '\xD1', '\x83', '\xD1', '\x84', /* руф */ + 'T', 'H', 'E', 'Z', 'O', 'C', 'Q', 'S', /* THEZOCQS */ '\0', - '\xD7', '\x91', '\xD7', '\x93', '\xD7', '\x94', '\xD7', '\x97', '\xD7', '\x9A', '\xD7', '\x9B', '\xD7', '\x9D', '\xD7', '\xA1', /* בדהחךכםס */ + 'H', 'E', 'Z', 'L', 'O', 'C', 'U', 'S', /* HEZLOCUS */ '\0', - '\xD7', '\x91', '\xD7', '\x98', '\xD7', '\x9B', '\xD7', '\x9D', '\xD7', '\xA1', '\xD7', '\xA6', /* בטכםסצ */ + 'f', 'i', 'j', 'k', 'd', 'b', 'h', /* fijkdbh */ '\0', - '\xD7', '\xA7', '\xD7', '\x9A', '\xD7', '\x9F', '\xD7', '\xA3', '\xD7', '\xA5', /* קךןףץ */ + 'x', 'z', 'r', 'o', 'e', 's', 'c', /* xzroesc */ + '\0', + 'p', 'q', 'g', 'j', 'y', /* pqgjy */ + '\0', + '\xE0', '\xB0', '\x87', '\xE0', '\xB0', '\x8C', '\xE0', '\xB0', '\x99', '\xE0', '\xB0', '\x9E', '\xE0', '\xB0', '\xA3', '\xE0', '\xB0', '\xB1', '\xE0', '\xB1', '\xAF', /* ఇ ఌ ఙ ఞ ణ ఱ ౯ */ + '\0', + '\xE0', '\xB0', '\x85', '\xE0', '\xB0', '\x95', '\xE0', '\xB0', '\x9A', '\xE0', '\xB0', '\xB0', '\xE0', '\xB0', '\xBD', '\xE0', '\xB1', '\xA8', '\xE0', '\xB1', '\xAC', /* అ క చ ర ఽ ౨ ౬ */ #ifdef AF_CONFIG_OPTION_CJK '\0', '\xE4', '\xBB', '\x96', '\xE4', '\xBB', '\xAC', '\xE4', '\xBD', '\xA0', '\xE4', '\xBE', '\x86', '\xE5', '\x80', '\x91', '\xE5', '\x88', '\xB0', '\xE5', '\x92', '\x8C', '\xE5', '\x9C', '\xB0', /* 他们你來們到和地 */ '\xE5', '\xAF', '\xB9', '\xE5', '\xB0', '\x8D', '\xE5', '\xB0', '\xB1', '\xE5', '\xB8', '\xAD', '\xE6', '\x88', '\x91', '\xE6', '\x97', '\xB6', '\xE6', '\x99', '\x82', '\xE6', '\x9C', '\x83', /* 对對就席我时時會 */ '\xE6', '\x9D', '\xA5', '\xE7', '\x82', '\xBA', '\xE8', '\x83', '\xBD', '\xE8', '\x88', '\xB0', '\xE8', '\xAA', '\xAA', '\xE8', '\xAF', '\xB4', '\xE8', '\xBF', '\x99', '\xE9', '\x80', '\x99', /* 来為能舰說说这這 */ - '\xE9', '\xBD', '\x8A', /* 齊 */ - '\0', + '\xE9', '\xBD', '\x8A', '|', /* 齊 | */ '\xE5', '\x86', '\x9B', '\xE5', '\x90', '\x8C', '\xE5', '\xB7', '\xB2', '\xE6', '\x84', '\xBF', '\xE6', '\x97', '\xA2', '\xE6', '\x98', '\x9F', '\xE6', '\x98', '\xAF', '\xE6', '\x99', '\xAF', /* 军同已愿既星是景 */ '\xE6', '\xB0', '\x91', '\xE7', '\x85', '\xA7', '\xE7', '\x8E', '\xB0', '\xE7', '\x8F', '\xBE', '\xE7', '\x90', '\x86', '\xE7', '\x94', '\xA8', '\xE7', '\xBD', '\xAE', '\xE8', '\xA6', '\x81', /* 民照现現理用置要 */ '\xE8', '\xBB', '\x8D', '\xE9', '\x82', '\xA3', '\xE9', '\x85', '\x8D', '\xE9', '\x87', '\x8C', '\xE9', '\x96', '\x8B', '\xE9', '\x9B', '\xB7', '\xE9', '\x9C', '\xB2', '\xE9', '\x9D', '\xA2', /* 軍那配里開雷露面 */ @@ -74,8 +85,7 @@ '\xE4', '\xB8', '\xAA', '\xE4', '\xB8', '\xBA', '\xE4', '\xBA', '\xBA', '\xE4', '\xBB', '\x96', '\xE4', '\xBB', '\xA5', '\xE4', '\xBB', '\xAC', '\xE4', '\xBD', '\xA0', '\xE4', '\xBE', '\x86', /* 个为人他以们你來 */ '\xE5', '\x80', '\x8B', '\xE5', '\x80', '\x91', '\xE5', '\x88', '\xB0', '\xE5', '\x92', '\x8C', '\xE5', '\xA4', '\xA7', '\xE5', '\xAF', '\xB9', '\xE5', '\xB0', '\x8D', '\xE5', '\xB0', '\xB1', /* 個們到和大对對就 */ '\xE6', '\x88', '\x91', '\xE6', '\x97', '\xB6', '\xE6', '\x99', '\x82', '\xE6', '\x9C', '\x89', '\xE6', '\x9D', '\xA5', '\xE7', '\x82', '\xBA', '\xE8', '\xA6', '\x81', '\xE8', '\xAA', '\xAA', /* 我时時有来為要說 */ - '\xE8', '\xAF', '\xB4', /* 说 */ - '\0', + '\xE8', '\xAF', '\xB4', '|', /* 说 | */ '\xE4', '\xB8', '\xBB', '\xE4', '\xBA', '\x9B', '\xE5', '\x9B', '\xA0', '\xE5', '\xAE', '\x83', '\xE6', '\x83', '\xB3', '\xE6', '\x84', '\x8F', '\xE7', '\x90', '\x86', '\xE7', '\x94', '\x9F', /* 主些因它想意理生 */ '\xE7', '\x95', '\xB6', '\xE7', '\x9C', '\x8B', '\xE7', '\x9D', '\x80', '\xE7', '\xBD', '\xAE', '\xE8', '\x80', '\x85', '\xE8', '\x87', '\xAA', '\xE8', '\x91', '\x97', '\xE8', '\xA3', '\xA1', /* 當看着置者自著裡 */ '\xE8', '\xBF', '\x87', '\xE8', '\xBF', '\x98', '\xE8', '\xBF', '\x9B', '\xE9', '\x80', '\xB2', '\xE9', '\x81', '\x8E', '\xE9', '\x81', '\x93', '\xE9', '\x82', '\x84', '\xE9', '\x87', '\x8C', /* 过还进進過道還里 */ @@ -85,8 +95,7 @@ '\xE4', '\xBA', '\x9B', '\xE4', '\xBB', '\xAC', '\xE4', '\xBD', '\xA0', '\xE4', '\xBE', '\x86', '\xE5', '\x80', '\x91', '\xE5', '\x88', '\xB0', '\xE5', '\x92', '\x8C', '\xE5', '\x9C', '\xB0', /* 些们你來們到和地 */ '\xE5', '\xA5', '\xB9', '\xE5', '\xB0', '\x86', '\xE5', '\xB0', '\x87', '\xE5', '\xB0', '\xB1', '\xE5', '\xB9', '\xB4', '\xE5', '\xBE', '\x97', '\xE6', '\x83', '\x85', '\xE6', '\x9C', '\x80', /* 她将將就年得情最 */ '\xE6', '\xA0', '\xB7', '\xE6', '\xA8', '\xA3', '\xE7', '\x90', '\x86', '\xE8', '\x83', '\xBD', '\xE8', '\xAA', '\xAA', '\xE8', '\xAF', '\xB4', '\xE8', '\xBF', '\x99', '\xE9', '\x80', '\x99', /* 样樣理能說说这這 */ - '\xE9', '\x80', '\x9A', /* 通 */ - '\0', + '\xE9', '\x80', '\x9A', '|', /* 通 | */ '\xE5', '\x8D', '\xB3', '\xE5', '\x90', '\x97', '\xE5', '\x90', '\xA7', '\xE5', '\x90', '\xAC', '\xE5', '\x91', '\xA2', '\xE5', '\x93', '\x81', '\xE5', '\x93', '\x8D', '\xE5', '\x97', '\x8E', /* 即吗吧听呢品响嗎 */ '\xE5', '\xB8', '\x88', '\xE5', '\xB8', '\xAB', '\xE6', '\x94', '\xB6', '\xE6', '\x96', '\xAD', '\xE6', '\x96', '\xB7', '\xE6', '\x98', '\x8E', '\xE7', '\x9C', '\xBC', '\xE9', '\x96', '\x93', /* 师師收断斷明眼間 */ '\xE9', '\x97', '\xB4', '\xE9', '\x99', '\x85', '\xE9', '\x99', '\x88', '\xE9', '\x99', '\x90', '\xE9', '\x99', '\xA4', '\xE9', '\x99', '\xB3', '\xE9', '\x9A', '\x8F', '\xE9', '\x9A', '\x9B', /* 间际陈限除陳随際 */ @@ -95,8 +104,7 @@ '\xE4', '\xBA', '\x8B', '\xE5', '\x89', '\x8D', '\xE5', '\xAD', '\xB8', '\xE5', '\xB0', '\x86', '\xE5', '\xB0', '\x87', '\xE6', '\x83', '\x85', '\xE6', '\x83', '\xB3', '\xE6', '\x88', '\x96', /* 事前學将將情想或 */ '\xE6', '\x94', '\xBF', '\xE6', '\x96', '\xAF', '\xE6', '\x96', '\xB0', '\xE6', '\xA0', '\xB7', '\xE6', '\xA8', '\xA3', '\xE6', '\xB0', '\x91', '\xE6', '\xB2', '\x92', '\xE6', '\xB2', '\xA1', /* 政斯新样樣民沒没 */ '\xE7', '\x84', '\xB6', '\xE7', '\x89', '\xB9', '\xE7', '\x8E', '\xB0', '\xE7', '\x8F', '\xBE', '\xE7', '\x90', '\x83', '\xE7', '\xAC', '\xAC', '\xE7', '\xB6', '\x93', '\xE8', '\xB0', '\x81', /* 然特现現球第經谁 */ - '\xE8', '\xB5', '\xB7', /* 起 */ - '\0', + '\xE8', '\xB5', '\xB7', '|', /* 起 | */ '\xE4', '\xBE', '\x8B', '\xE5', '\x88', '\xA5', '\xE5', '\x88', '\xAB', '\xE5', '\x88', '\xB6', '\xE5', '\x8A', '\xA8', '\xE5', '\x8B', '\x95', '\xE5', '\x90', '\x97', '\xE5', '\x97', '\x8E', /* 例別别制动動吗嗎 */ '\xE5', '\xA2', '\x9E', '\xE6', '\x8C', '\x87', '\xE6', '\x98', '\x8E', '\xE6', '\x9C', '\x9D', '\xE6', '\x9C', '\x9F', '\xE6', '\x9E', '\x84', '\xE7', '\x89', '\xA9', '\xE7', '\xA1', '\xAE', /* 增指明朝期构物确 */ '\xE7', '\xA7', '\x8D', '\xE8', '\xAA', '\xBF', '\xE8', '\xB0', '\x83', '\xE8', '\xB2', '\xBB', '\xE8', '\xB4', '\xB9', '\xE9', '\x82', '\xA3', '\xE9', '\x83', '\xBD', '\xE9', '\x96', '\x93', /* 种調调費费那都間 */ @@ -113,14 +121,21 @@ af_blue_stringsets[] = { /* */ - { AF_BLUE_STRING_LATIN_CAPITAL_TOP, AF_BLUE_PROPERTY_LATIN_TOP }, - { AF_BLUE_STRING_LATIN_CAPITAL_BOTTOM, 0 }, - { AF_BLUE_STRING_LATIN_SMALL_F_TOP, AF_BLUE_PROPERTY_LATIN_TOP }, - { AF_BLUE_STRING_LATIN_SMALL, AF_BLUE_PROPERTY_LATIN_TOP | - AF_BLUE_PROPERTY_LATIN_X_HEIGHT }, - { AF_BLUE_STRING_LATIN_SMALL, 0 }, - { AF_BLUE_STRING_LATIN_SMALL_DESCENDER, 0 }, - { AF_BLUE_STRING_MAX, 0 }, + { AF_BLUE_STRING_CYRILLIC_CAPITAL_TOP, AF_BLUE_PROPERTY_LATIN_TOP }, + { AF_BLUE_STRING_CYRILLIC_CAPITAL_BOTTOM, 0 }, + { AF_BLUE_STRING_CYRILLIC_SMALL, AF_BLUE_PROPERTY_LATIN_TOP | + AF_BLUE_PROPERTY_LATIN_X_HEIGHT }, + { AF_BLUE_STRING_CYRILLIC_SMALL, 0 }, + { AF_BLUE_STRING_CYRILLIC_SMALL_DESCENDER, 0 }, + { AF_BLUE_STRING_MAX, 0 }, + { AF_BLUE_STRING_DEVANAGARI_TOP, AF_BLUE_PROPERTY_LATIN_TOP }, + { AF_BLUE_STRING_DEVANAGARI_HEAD, AF_BLUE_PROPERTY_LATIN_TOP }, + { AF_BLUE_STRING_DEVANAGARI_BASE, AF_BLUE_PROPERTY_LATIN_TOP | + AF_BLUE_PROPERTY_LATIN_NEUTRAL | + AF_BLUE_PROPERTY_LATIN_X_HEIGHT }, + { AF_BLUE_STRING_DEVANAGARI_BASE, 0 }, + { AF_BLUE_STRING_DEVANAGARI_BOTTOM, 0 }, + { AF_BLUE_STRING_MAX, 0 }, { AF_BLUE_STRING_GREEK_CAPITAL_TOP, AF_BLUE_PROPERTY_LATIN_TOP }, { AF_BLUE_STRING_GREEK_CAPITAL_BOTTOM, 0 }, { AF_BLUE_STRING_GREEK_SMALL_BETA_TOP, AF_BLUE_PROPERTY_LATIN_TOP }, @@ -129,35 +144,31 @@ { AF_BLUE_STRING_GREEK_SMALL, 0 }, { AF_BLUE_STRING_GREEK_SMALL_DESCENDER, 0 }, { AF_BLUE_STRING_MAX, 0 }, - { AF_BLUE_STRING_CYRILLIC_CAPITAL_TOP, AF_BLUE_PROPERTY_LATIN_TOP }, - { AF_BLUE_STRING_CYRILLIC_CAPITAL_BOTTOM, 0 }, - { AF_BLUE_STRING_CYRILLIC_SMALL, AF_BLUE_PROPERTY_LATIN_TOP | - AF_BLUE_PROPERTY_LATIN_X_HEIGHT }, - { AF_BLUE_STRING_CYRILLIC_SMALL, 0 }, - { AF_BLUE_STRING_CYRILLIC_SMALL_DESCENDER, 0 }, - { AF_BLUE_STRING_MAX, 0 }, { AF_BLUE_STRING_HEBREW_TOP, AF_BLUE_PROPERTY_LATIN_TOP | AF_BLUE_PROPERTY_LATIN_LONG }, { AF_BLUE_STRING_HEBREW_BOTTOM, 0 }, { AF_BLUE_STRING_HEBREW_DESCENDER, 0 }, { AF_BLUE_STRING_MAX, 0 }, + { AF_BLUE_STRING_LATIN_CAPITAL_TOP, AF_BLUE_PROPERTY_LATIN_TOP }, + { AF_BLUE_STRING_LATIN_CAPITAL_BOTTOM, 0 }, + { AF_BLUE_STRING_LATIN_SMALL_F_TOP, AF_BLUE_PROPERTY_LATIN_TOP }, + { AF_BLUE_STRING_LATIN_SMALL, AF_BLUE_PROPERTY_LATIN_TOP | + AF_BLUE_PROPERTY_LATIN_X_HEIGHT }, + { AF_BLUE_STRING_LATIN_SMALL, 0 }, + { AF_BLUE_STRING_LATIN_SMALL_DESCENDER, 0 }, + { AF_BLUE_STRING_MAX, 0 }, + { AF_BLUE_STRING_TELUGU_TOP, AF_BLUE_PROPERTY_LATIN_TOP }, + { AF_BLUE_STRING_TELUGU_BOTTOM, 0 }, + { AF_BLUE_STRING_MAX, 0 }, #ifdef AF_CONFIG_OPTION_CJK - { AF_BLUE_STRING_CJK_TOP_FILL, AF_BLUE_PROPERTY_CJK_TOP | - AF_BLUE_PROPERTY_CJK_FILL }, - { AF_BLUE_STRING_CJK_TOP_UNFILL, AF_BLUE_PROPERTY_CJK_TOP }, - { AF_BLUE_STRING_CJK_BOTTOM_FILL, AF_BLUE_PROPERTY_CJK_FILL }, - { AF_BLUE_STRING_CJK_BOTTOM_UNFILL, 0 }, + { AF_BLUE_STRING_CJK_TOP, AF_BLUE_PROPERTY_CJK_TOP }, + { AF_BLUE_STRING_CJK_BOTTOM, 0 }, #ifdef AF_CONFIG_OPTION_CJK_BLUE_HANI_VERT - { AF_BLUE_STRING_CJK_LEFT_FILL, AF_BLUE_PROPERTY_CJK_HORIZ | - AF_BLUE_PROPERTY_CJK_FILL }, - { AF_BLUE_STRING_CJK_LEFT_UNFILL, AF_BLUE_PROPERTY_CJK_HORIZ }, - { AF_BLUE_STRING_CJK_RIGHT_FILL, AF_BLUE_PROPERTY_CJK_HORIZ | - AF_BLUE_PROPERTY_CJK_RIGHT | - AF_BLUE_PROPERTY_CJK_FILL }, - { AF_BLUE_STRING_CJK_RIGHT_UNFILL, AF_BLUE_PROPERTY_CJK_HORIZ | - AF_BLUE_PROPERTY_CJK_RIGHT }, + { AF_BLUE_STRING_CJK_LEFT, AF_BLUE_PROPERTY_CJK_HORIZ }, + { AF_BLUE_STRING_CJK_RIGHT, AF_BLUE_PROPERTY_CJK_HORIZ | + AF_BLUE_PROPERTY_CJK_RIGHT }, #endif /* AF_CONFIG_OPTION_CJK_BLUE_HANI_VERT */ - { AF_BLUE_STRING_MAX, 0 }, + { AF_BLUE_STRING_MAX, 0 }, #endif /* AF_CONFIG_OPTION_CJK */ }; diff --git a/freetype/src/autofit/afblue.dat b/freetype/src/autofit/afblue.dat index d488f3fae..3f98c13b2 100644 --- a/freetype/src/autofit/afblue.dat +++ b/freetype/src/autofit/afblue.dat @@ -2,7 +2,7 @@ // // Auto-fitter data for blue strings. // -// Copyright 2013 by +// Copyright 2013, 2014 by // David Turner, Robert Wilhelm, and Werner Lemberg. // // This file is part of the FreeType project, and may only be used, @@ -34,11 +34,11 @@ // using C syntax. There can be only one string per line, thus the // starting and ending double quote must be the first and last character // in the line, respectively, ignoring whitespace before and after the -// string. If there are multiple strings (in multiple lines), they are -// concatenated to a single string. In the output, a string gets -// represented as a series of singles bytes, followed by a zero byte. The -// enumeration values simply hold byte offsets to the start of the -// corresponding strings. +// string. Space characters within the string are ignored too. If there +// are multiple strings (in multiple lines), they are concatenated to a +// single string. In the output, a string gets represented as a series of +// singles bytes, followed by a zero byte. The enumeration values simply +// hold byte offsets to the start of the corresponding strings. // // - Data blocks enclosed in balanced braces, which get copied verbatim and // which can span multiple lines. The opening brace of a block must be @@ -63,18 +63,32 @@ // characters, not bytes. +// The blue zone string data, to be used in the blue stringsets below. + AF_BLUE_STRING_ENUM AF_BLUE_STRINGS_ARRAY AF_BLUE_STRING_MAX_LEN: - AF_BLUE_STRING_LATIN_CAPITAL_TOP - "THEZOCQS" - AF_BLUE_STRING_LATIN_CAPITAL_BOTTOM - "HEZLOCUS" - AF_BLUE_STRING_LATIN_SMALL_F_TOP - "fijkdbh" - AF_BLUE_STRING_LATIN_SMALL - "xzroesc" - AF_BLUE_STRING_LATIN_SMALL_DESCENDER - "pqgjy" + AF_BLUE_STRING_CYRILLIC_CAPITAL_TOP + "БВЕПЗОСЭ" + AF_BLUE_STRING_CYRILLIC_CAPITAL_BOTTOM + "БВЕШЗОСЭ" + AF_BLUE_STRING_CYRILLIC_SMALL + "хпншезос" + AF_BLUE_STRING_CYRILLIC_SMALL_DESCENDER + "руф" + + // we separate the letters with spaces to avoid ligatures; + // this is just for convenience to simplify reading + AF_BLUE_STRING_DEVANAGARI_BASE + "क म अ आ थ ध भ श" + AF_BLUE_STRING_DEVANAGARI_TOP + "ई ऐ ओ औ ि ी ो ौ" + // note that some fonts have extreme variation in the height of the + // round head elements; for this reason we also define the `base' + // blue zone, which must be always present + AF_BLUE_STRING_DEVANAGARI_HEAD + "क म अ आ थ ध भ श" + AF_BLUE_STRING_DEVANAGARI_BOTTOM + "ु ृ" AF_BLUE_STRING_GREEK_CAPITAL_TOP "ΓΒΕΖΘΟΩ" @@ -87,15 +101,6 @@ AF_BLUE_STRING_ENUM AF_BLUE_STRINGS_ARRAY AF_BLUE_STRING_MAX_LEN: AF_BLUE_STRING_GREEK_SMALL_DESCENDER "βγημρφχψ" - AF_BLUE_STRING_CYRILLIC_CAPITAL_TOP - "БВЕПЗОСЭ" - AF_BLUE_STRING_CYRILLIC_CAPITAL_BOTTOM - "БВЕШЗОСЭ" - AF_BLUE_STRING_CYRILLIC_SMALL - "хпншезос" - AF_BLUE_STRING_CYRILLIC_SMALL_DESCENDER - "руф" - AF_BLUE_STRING_HEBREW_TOP "בדהחךכםס" AF_BLUE_STRING_HEBREW_BOTTOM @@ -103,24 +108,41 @@ AF_BLUE_STRING_ENUM AF_BLUE_STRINGS_ARRAY AF_BLUE_STRING_MAX_LEN: AF_BLUE_STRING_HEBREW_DESCENDER "קךןףץ" + AF_BLUE_STRING_LATIN_CAPITAL_TOP + "THEZOCQS" + AF_BLUE_STRING_LATIN_CAPITAL_BOTTOM + "HEZLOCUS" + AF_BLUE_STRING_LATIN_SMALL_F_TOP + "fijkdbh" + AF_BLUE_STRING_LATIN_SMALL + "xzroesc" + AF_BLUE_STRING_LATIN_SMALL_DESCENDER + "pqgjy" + + // we separate the letters with spaces to avoid ligatures; + // this is just for convenience to simplify reading + AF_BLUE_STRING_TELUGU_TOP + "ఇ ఌ ఙ ఞ ణ ఱ ౯" + + AF_BLUE_STRING_TELUGU_BOTTOM + "అ క చ ర ఽ ౨ ౬" + #ifdef AF_CONFIG_OPTION_CJK - AF_BLUE_STRING_CJK_TOP_FILL + AF_BLUE_STRING_CJK_TOP "他们你來們到和地" "对對就席我时時會" "来為能舰說说这這" - "齊" - AF_BLUE_STRING_CJK_TOP_UNFILL + "齊 |" "军同已愿既星是景" "民照现現理用置要" "軍那配里開雷露面" "顾" - AF_BLUE_STRING_CJK_BOTTOM_FILL + AF_BLUE_STRING_CJK_BOTTOM "个为人他以们你來" "個們到和大对對就" "我时時有来為要說" - "说" - AF_BLUE_STRING_CJK_BOTTOM_UNFILL + "说 |" "主些因它想意理生" "當看着置者自著裡" "过还进進過道還里" @@ -128,22 +150,20 @@ AF_BLUE_STRING_ENUM AF_BLUE_STRINGS_ARRAY AF_BLUE_STRING_MAX_LEN: #ifdef AF_CONFIG_OPTION_CJK_BLUE_HANI_VERT - AF_BLUE_STRING_CJK_LEFT_FILL + AF_BLUE_STRING_CJK_LEFT "些们你來們到和地" "她将將就年得情最" "样樣理能說说这這" - "通" - AF_BLUE_STRING_CJK_LEFT_UNFILL + "通 |" "即吗吧听呢品响嗎" "师師收断斷明眼間" "间际陈限除陳随際" "隨" - AF_BLUE_STRING_CJK_RIGHT_FILL + AF_BLUE_STRING_CJK_RIGHT "事前學将將情想或" "政斯新样樣民沒没" "然特现現球第經谁" - "起" - AF_BLUE_STRING_CJK_RIGHT_UNFILL + "起 |" "例別别制动動吗嗎" "增指明朝期构物确" "种調调費费那都間" @@ -154,17 +174,118 @@ AF_BLUE_STRING_ENUM AF_BLUE_STRINGS_ARRAY AF_BLUE_STRING_MAX_LEN: #endif /* AF_CONFIG_OPTION_CJK */ +// The blue zone stringsets, as used in the script styles, cf. `afstyles.h'. +// +// The AF_BLUE_PROPERTY_XXX flags are defined in `afblue.h'; here some +// explanations. +// +// A blue zone in general is defined by a reference and an overshoot line. +// During the hinting process, all coordinate values between those two lines +// are set equal to the reference value, provided that the blue zone is not +// wider than 0.75 pixels (otherwise the blue zone gets ignored). All +// entries must have `AF_BLUE_STRING_MAX' as the final line. +// +// During the glyph analysis, edges are sorted from bottom to top, and then +// sequentially checked, edge by edge, against the blue zones in the order +// given below. +// +// +// latin auto-hinter +// ----------------- +// +// Characters in a blue string are automatically classified as having a flat +// (reference) or a round (overshoot) extremum. The blue zone is then set +// up by the mean values of all flat extrema and all round extrema, +// respectively. Only horizontal blue zones (i.e., adjusting vertical +// coordinate values) are supported. +// +// For the latin auto-hinter, the overshoot should be larger than the +// reference for top zones, and vice versa for bottom zones. +// +// LATIN_TOP +// Take the maximum flat and round coordinate values of the blue string +// characters for computing the blue zone's reference and overshoot +// values. +// +// If not set, take the minimum values. +// +// LATIN_NEUTRAL +// Ignore round extrema and define the blue zone with flat values only. +// Both top and bottom of contours can match. This is useful for +// scripts like Devanagari where vowel signs attach to the base +// character and are implemented as components of composite glyphs. +// +// If not set, both round and flat extrema are taken into account. +// Additionally, only the top or the bottom of a contour can match, +// depending on the LATIN_TOP flag. +// +// Neutral blue zones should always follow non-neutral blue zones. +// +// LATIN_X_HEIGHT +// Scale all glyphs vertically from the corresponding script to make the +// reference line of this blue zone align on the grid. The scaling +// takes place before all other blue zones get aligned to the grid. +// Only one blue character string of a script style can have this flag. +// +// LATIN_LONG +// Apply an additional constraint for blue zone values: Don't +// necessarily use the extremum as-is but a segment of the topmost (or +// bottommost) contour that is longer than a heuristic threshold, and +// which is not too far away vertically from the real extremum. This +// ensures that small bumps in the outline are ignored (for example, the +// `vertical serifs' found in many Hebrew glyph designs). +// +// The segment must be at least EM/25 font units long, and the distance +// to the extremum must be smaller than EM/4. +// +// +// cjk auto-hinter +// --------------- +// +// Characters in a blue string are *not* automatically classified. Instead, +// first come the characters used for the overshoot value, then the +// character `|', then the characters used for the reference value. The +// blue zone is then set up by the mean values of all reference values and +// all overshoot values, respectively. Both horizontal and vertical blue +// zones (i.e., adjusting vertical and horizontal coordinate values, +// respectively) are supported. +// +// For the cjk auto-hinter, the overshoot should be smaller than the +// reference for top zones, and vice versa for bottom zones. +// +// CJK_TOP +// Take the maximum flat and round coordinate values of the blue string +// characters. If not set, take the minimum values. +// +// CJK_RIGHT +// A synonym for CJK_TOP. If CJK_HORIZ is set, this flag indicates the +// right blue zone, taking horizontal maximum values. +// +// CJK_HORIZ +// Define a blue zone for horizontal hinting (i.e., vertical blue +// zones). If not set, this is a blue zone for vertical hinting. + + AF_BLUE_STRINGSET_ENUM AF_BLUE_STRINGSETS_ARRAY AF_BLUE_STRINGSET_MAX_LEN: - AF_BLUE_STRINGSET_LATN - { AF_BLUE_STRING_LATIN_CAPITAL_TOP, AF_BLUE_PROPERTY_LATIN_TOP } - { AF_BLUE_STRING_LATIN_CAPITAL_BOTTOM, 0 } - { AF_BLUE_STRING_LATIN_SMALL_F_TOP, AF_BLUE_PROPERTY_LATIN_TOP } - { AF_BLUE_STRING_LATIN_SMALL, AF_BLUE_PROPERTY_LATIN_TOP | - AF_BLUE_PROPERTY_LATIN_X_HEIGHT } - { AF_BLUE_STRING_LATIN_SMALL, 0 } - { AF_BLUE_STRING_LATIN_SMALL_DESCENDER, 0 } - { AF_BLUE_STRING_MAX, 0 } + AF_BLUE_STRINGSET_CYRL + { AF_BLUE_STRING_CYRILLIC_CAPITAL_TOP, AF_BLUE_PROPERTY_LATIN_TOP } + { AF_BLUE_STRING_CYRILLIC_CAPITAL_BOTTOM, 0 } + { AF_BLUE_STRING_CYRILLIC_SMALL, AF_BLUE_PROPERTY_LATIN_TOP | + AF_BLUE_PROPERTY_LATIN_X_HEIGHT } + { AF_BLUE_STRING_CYRILLIC_SMALL, 0 } + { AF_BLUE_STRING_CYRILLIC_SMALL_DESCENDER, 0 } + { AF_BLUE_STRING_MAX, 0 } + + AF_BLUE_STRINGSET_DEVA + { AF_BLUE_STRING_DEVANAGARI_TOP, AF_BLUE_PROPERTY_LATIN_TOP } + { AF_BLUE_STRING_DEVANAGARI_HEAD, AF_BLUE_PROPERTY_LATIN_TOP } + { AF_BLUE_STRING_DEVANAGARI_BASE, AF_BLUE_PROPERTY_LATIN_TOP | + AF_BLUE_PROPERTY_LATIN_NEUTRAL | + AF_BLUE_PROPERTY_LATIN_X_HEIGHT } + { AF_BLUE_STRING_DEVANAGARI_BASE, 0 } + { AF_BLUE_STRING_DEVANAGARI_BOTTOM, 0 } + { AF_BLUE_STRING_MAX, 0 } AF_BLUE_STRINGSET_GREK { AF_BLUE_STRING_GREEK_CAPITAL_TOP, AF_BLUE_PROPERTY_LATIN_TOP } @@ -176,15 +297,6 @@ AF_BLUE_STRINGSET_ENUM AF_BLUE_STRINGSETS_ARRAY AF_BLUE_STRINGSET_MAX_LEN: { AF_BLUE_STRING_GREEK_SMALL_DESCENDER, 0 } { AF_BLUE_STRING_MAX, 0 } - AF_BLUE_STRINGSET_CYRL - { AF_BLUE_STRING_CYRILLIC_CAPITAL_TOP, AF_BLUE_PROPERTY_LATIN_TOP } - { AF_BLUE_STRING_CYRILLIC_CAPITAL_BOTTOM, 0 } - { AF_BLUE_STRING_CYRILLIC_SMALL, AF_BLUE_PROPERTY_LATIN_TOP | - AF_BLUE_PROPERTY_LATIN_X_HEIGHT } - { AF_BLUE_STRING_CYRILLIC_SMALL, 0 } - { AF_BLUE_STRING_CYRILLIC_SMALL_DESCENDER, 0 } - { AF_BLUE_STRING_MAX, 0 } - AF_BLUE_STRINGSET_HEBR { AF_BLUE_STRING_HEBREW_TOP, AF_BLUE_PROPERTY_LATIN_TOP | AF_BLUE_PROPERTY_LATIN_LONG } @@ -192,25 +304,32 @@ AF_BLUE_STRINGSET_ENUM AF_BLUE_STRINGSETS_ARRAY AF_BLUE_STRINGSET_MAX_LEN: { AF_BLUE_STRING_HEBREW_DESCENDER, 0 } { AF_BLUE_STRING_MAX, 0 } + AF_BLUE_STRINGSET_LATN + { AF_BLUE_STRING_LATIN_CAPITAL_TOP, AF_BLUE_PROPERTY_LATIN_TOP } + { AF_BLUE_STRING_LATIN_CAPITAL_BOTTOM, 0 } + { AF_BLUE_STRING_LATIN_SMALL_F_TOP, AF_BLUE_PROPERTY_LATIN_TOP } + { AF_BLUE_STRING_LATIN_SMALL, AF_BLUE_PROPERTY_LATIN_TOP | + AF_BLUE_PROPERTY_LATIN_X_HEIGHT } + { AF_BLUE_STRING_LATIN_SMALL, 0 } + { AF_BLUE_STRING_LATIN_SMALL_DESCENDER, 0 } + { AF_BLUE_STRING_MAX, 0 } + + AF_BLUE_STRINGSET_TELU + { AF_BLUE_STRING_TELUGU_TOP, AF_BLUE_PROPERTY_LATIN_TOP } + { AF_BLUE_STRING_TELUGU_BOTTOM, 0 } + { AF_BLUE_STRING_MAX, 0 } + #ifdef AF_CONFIG_OPTION_CJK AF_BLUE_STRINGSET_HANI - { AF_BLUE_STRING_CJK_TOP_FILL, AF_BLUE_PROPERTY_CJK_TOP | - AF_BLUE_PROPERTY_CJK_FILL } - { AF_BLUE_STRING_CJK_TOP_UNFILL, AF_BLUE_PROPERTY_CJK_TOP } - { AF_BLUE_STRING_CJK_BOTTOM_FILL, AF_BLUE_PROPERTY_CJK_FILL } - { AF_BLUE_STRING_CJK_BOTTOM_UNFILL, 0 } + { AF_BLUE_STRING_CJK_TOP, AF_BLUE_PROPERTY_CJK_TOP } + { AF_BLUE_STRING_CJK_BOTTOM, 0 } #ifdef AF_CONFIG_OPTION_CJK_BLUE_HANI_VERT - { AF_BLUE_STRING_CJK_LEFT_FILL, AF_BLUE_PROPERTY_CJK_HORIZ | - AF_BLUE_PROPERTY_CJK_FILL } - { AF_BLUE_STRING_CJK_LEFT_UNFILL, AF_BLUE_PROPERTY_CJK_HORIZ } - { AF_BLUE_STRING_CJK_RIGHT_FILL, AF_BLUE_PROPERTY_CJK_HORIZ | - AF_BLUE_PROPERTY_CJK_RIGHT | - AF_BLUE_PROPERTY_CJK_FILL } - { AF_BLUE_STRING_CJK_RIGHT_UNFILL, AF_BLUE_PROPERTY_CJK_HORIZ | - AF_BLUE_PROPERTY_CJK_RIGHT } + { AF_BLUE_STRING_CJK_LEFT, AF_BLUE_PROPERTY_CJK_HORIZ } + { AF_BLUE_STRING_CJK_RIGHT, AF_BLUE_PROPERTY_CJK_HORIZ | + AF_BLUE_PROPERTY_CJK_RIGHT } #endif /* AF_CONFIG_OPTION_CJK_BLUE_HANI_VERT */ - { AF_BLUE_STRING_MAX, 0 } + { AF_BLUE_STRING_MAX, 0 } #endif /* AF_CONFIG_OPTION_CJK */ diff --git a/freetype/src/autofit/afblue.h b/freetype/src/autofit/afblue.h index 6f336abc0..a86184191 100644 --- a/freetype/src/autofit/afblue.h +++ b/freetype/src/autofit/afblue.h @@ -7,7 +7,7 @@ /* */ /* Auto-fitter data for blue strings (specification). */ /* */ -/* Copyright 2013 by */ +/* Copyright 2013, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -67,42 +67,44 @@ FT_BEGIN_HEADER /* At the bottommost level, we define strings for finding blue zones. */ -#define AF_BLUE_STRING_MAX_LEN 25 +#define AF_BLUE_STRING_MAX_LEN 51 /* The AF_Blue_String enumeration values are offsets into the */ /* `af_blue_strings' array. */ typedef enum AF_Blue_String_ { - AF_BLUE_STRING_LATIN_CAPITAL_TOP = 0, - AF_BLUE_STRING_LATIN_CAPITAL_BOTTOM = 9, - AF_BLUE_STRING_LATIN_SMALL_F_TOP = 18, - AF_BLUE_STRING_LATIN_SMALL = 26, - AF_BLUE_STRING_LATIN_SMALL_DESCENDER = 34, - AF_BLUE_STRING_GREEK_CAPITAL_TOP = 40, - AF_BLUE_STRING_GREEK_CAPITAL_BOTTOM = 55, - AF_BLUE_STRING_GREEK_SMALL_BETA_TOP = 68, - AF_BLUE_STRING_GREEK_SMALL = 81, - AF_BLUE_STRING_GREEK_SMALL_DESCENDER = 98, - AF_BLUE_STRING_CYRILLIC_CAPITAL_TOP = 115, - AF_BLUE_STRING_CYRILLIC_CAPITAL_BOTTOM = 132, - AF_BLUE_STRING_CYRILLIC_SMALL = 149, - AF_BLUE_STRING_CYRILLIC_SMALL_DESCENDER = 166, - AF_BLUE_STRING_HEBREW_TOP = 173, - AF_BLUE_STRING_HEBREW_BOTTOM = 190, - AF_BLUE_STRING_HEBREW_DESCENDER = 203, - af_blue_1_1 = 213, + AF_BLUE_STRING_CYRILLIC_CAPITAL_TOP = 0, + AF_BLUE_STRING_CYRILLIC_CAPITAL_BOTTOM = 17, + AF_BLUE_STRING_CYRILLIC_SMALL = 34, + AF_BLUE_STRING_CYRILLIC_SMALL_DESCENDER = 51, + AF_BLUE_STRING_DEVANAGARI_BASE = 58, + AF_BLUE_STRING_DEVANAGARI_TOP = 83, + AF_BLUE_STRING_DEVANAGARI_HEAD = 108, + AF_BLUE_STRING_DEVANAGARI_BOTTOM = 133, + AF_BLUE_STRING_GREEK_CAPITAL_TOP = 140, + AF_BLUE_STRING_GREEK_CAPITAL_BOTTOM = 155, + AF_BLUE_STRING_GREEK_SMALL_BETA_TOP = 168, + AF_BLUE_STRING_GREEK_SMALL = 181, + AF_BLUE_STRING_GREEK_SMALL_DESCENDER = 198, + AF_BLUE_STRING_HEBREW_TOP = 215, + AF_BLUE_STRING_HEBREW_BOTTOM = 232, + AF_BLUE_STRING_HEBREW_DESCENDER = 245, + AF_BLUE_STRING_LATIN_CAPITAL_TOP = 256, + AF_BLUE_STRING_LATIN_CAPITAL_BOTTOM = 265, + AF_BLUE_STRING_LATIN_SMALL_F_TOP = 274, + AF_BLUE_STRING_LATIN_SMALL = 282, + AF_BLUE_STRING_LATIN_SMALL_DESCENDER = 290, + AF_BLUE_STRING_TELUGU_TOP = 296, + AF_BLUE_STRING_TELUGU_BOTTOM = 318, + af_blue_1_1 = 339, #ifdef AF_CONFIG_OPTION_CJK - AF_BLUE_STRING_CJK_TOP_FILL = af_blue_1_1 + 1, - AF_BLUE_STRING_CJK_TOP_UNFILL = af_blue_1_1 + 77, - AF_BLUE_STRING_CJK_BOTTOM_FILL = af_blue_1_1 + 153, - AF_BLUE_STRING_CJK_BOTTOM_UNFILL = af_blue_1_1 + 229, + AF_BLUE_STRING_CJK_TOP = af_blue_1_1 + 1, + AF_BLUE_STRING_CJK_BOTTOM = af_blue_1_1 + 153, af_blue_1_1_1 = af_blue_1_1 + 304, #ifdef AF_CONFIG_OPTION_CJK_BLUE_HANI_VERT - AF_BLUE_STRING_CJK_LEFT_FILL = af_blue_1_1_1 + 1, - AF_BLUE_STRING_CJK_LEFT_UNFILL = af_blue_1_1_1 + 77, - AF_BLUE_STRING_CJK_RIGHT_FILL = af_blue_1_1_1 + 153, - AF_BLUE_STRING_CJK_RIGHT_UNFILL = af_blue_1_1_1 + 229, + AF_BLUE_STRING_CJK_LEFT = af_blue_1_1_1 + 1, + AF_BLUE_STRING_CJK_RIGHT = af_blue_1_1_1 + 153, af_blue_1_1_2 = af_blue_1_1_1 + 304, #else af_blue_1_1_2 = af_blue_1_1_1 + 0, @@ -136,33 +138,35 @@ FT_BEGIN_HEADER /* Properties are specific to a writing system. We assume that a given */ /* blue string can't be used in more than a single writing system, which */ /* is a safe bet. */ -#define AF_BLUE_PROPERTY_LATIN_TOP ( 1 << 0 ) -#define AF_BLUE_PROPERTY_LATIN_X_HEIGHT ( 1 << 1 ) -#define AF_BLUE_PROPERTY_LATIN_LONG ( 1 << 2 ) +#define AF_BLUE_PROPERTY_LATIN_TOP ( 1 << 0 ) /* must have value 1 */ +#define AF_BLUE_PROPERTY_LATIN_NEUTRAL ( 1 << 1 ) +#define AF_BLUE_PROPERTY_LATIN_X_HEIGHT ( 1 << 2 ) +#define AF_BLUE_PROPERTY_LATIN_LONG ( 1 << 3 ) -#define AF_BLUE_PROPERTY_CJK_HORIZ ( 1 << 0 ) -#define AF_BLUE_PROPERTY_CJK_TOP ( 1 << 1 ) -#define AF_BLUE_PROPERTY_CJK_FILL ( 1 << 2 ) +#define AF_BLUE_PROPERTY_CJK_TOP ( 1 << 0 ) /* must have value 1 */ +#define AF_BLUE_PROPERTY_CJK_HORIZ ( 1 << 1 ) /* must have value 2 */ #define AF_BLUE_PROPERTY_CJK_RIGHT AF_BLUE_PROPERTY_CJK_TOP -#define AF_BLUE_STRINGSET_MAX_LEN 9 +#define AF_BLUE_STRINGSET_MAX_LEN 7 /* The AF_Blue_Stringset enumeration values are offsets into the */ /* `af_blue_stringsets' array. */ typedef enum AF_Blue_Stringset_ { - AF_BLUE_STRINGSET_LATN = 0, - AF_BLUE_STRINGSET_GREK = 7, - AF_BLUE_STRINGSET_CYRL = 14, - AF_BLUE_STRINGSET_HEBR = 20, - af_blue_2_1 = 24, + AF_BLUE_STRINGSET_CYRL = 0, + AF_BLUE_STRINGSET_DEVA = 6, + AF_BLUE_STRINGSET_GREK = 12, + AF_BLUE_STRINGSET_HEBR = 19, + AF_BLUE_STRINGSET_LATN = 23, + AF_BLUE_STRINGSET_TELU = 30, + af_blue_2_1 = 33, #ifdef AF_CONFIG_OPTION_CJK AF_BLUE_STRINGSET_HANI = af_blue_2_1 + 0, - af_blue_2_1_1 = af_blue_2_1 + 4, + af_blue_2_1_1 = af_blue_2_1 + 2, #ifdef AF_CONFIG_OPTION_CJK_BLUE_HANI_VERT - af_blue_2_1_2 = af_blue_2_1_1 + 4, + af_blue_2_1_2 = af_blue_2_1_1 + 2, #else af_blue_2_1_2 = af_blue_2_1_1 + 0, #endif /* AF_CONFIG_OPTION_CJK_BLUE_HANI_VERT */ diff --git a/freetype/src/autofit/afblue.hin b/freetype/src/autofit/afblue.hin index 4fc991755..0b4b48d7f 100644 --- a/freetype/src/autofit/afblue.hin +++ b/freetype/src/autofit/afblue.hin @@ -4,7 +4,7 @@ /* */ /* Auto-fitter data for blue strings (specification). */ /* */ -/* Copyright 2013 by */ +/* Copyright 2013, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -96,13 +96,13 @@ FT_BEGIN_HEADER /* Properties are specific to a writing system. We assume that a given */ /* blue string can't be used in more than a single writing system, which */ /* is a safe bet. */ -#define AF_BLUE_PROPERTY_LATIN_TOP ( 1 << 0 ) -#define AF_BLUE_PROPERTY_LATIN_X_HEIGHT ( 1 << 1 ) -#define AF_BLUE_PROPERTY_LATIN_LONG ( 1 << 2 ) +#define AF_BLUE_PROPERTY_LATIN_TOP ( 1 << 0 ) /* must have value 1 */ +#define AF_BLUE_PROPERTY_LATIN_NEUTRAL ( 1 << 1 ) +#define AF_BLUE_PROPERTY_LATIN_X_HEIGHT ( 1 << 2 ) +#define AF_BLUE_PROPERTY_LATIN_LONG ( 1 << 3 ) -#define AF_BLUE_PROPERTY_CJK_HORIZ ( 1 << 0 ) -#define AF_BLUE_PROPERTY_CJK_TOP ( 1 << 1 ) -#define AF_BLUE_PROPERTY_CJK_FILL ( 1 << 2 ) +#define AF_BLUE_PROPERTY_CJK_TOP ( 1 << 0 ) /* must have value 1 */ +#define AF_BLUE_PROPERTY_CJK_HORIZ ( 1 << 1 ) /* must have value 2 */ #define AF_BLUE_PROPERTY_CJK_RIGHT AF_BLUE_PROPERTY_CJK_TOP diff --git a/freetype/src/autofit/afcjk.c b/freetype/src/autofit/afcjk.c index 3a65fc561..048e0e7d0 100644 --- a/freetype/src/autofit/afcjk.c +++ b/freetype/src/autofit/afcjk.c @@ -4,7 +4,7 @@ /* */ /* Auto-fitter hinting routines for CJK writing system (body). */ /* */ -/* Copyright 2006-2013 by */ +/* Copyright 2006-2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -178,6 +178,8 @@ goto Exit; af_latin_hints_link_segments( hints, + 0, + NULL, (AF_Dimension)dim ); seg = axhints->segments; @@ -261,6 +263,8 @@ FT_Int num_fills; FT_Int num_flats; + FT_Bool fill; + AF_CJKBlue blue; FT_Error error; AF_CJKAxis axis; @@ -271,22 +275,6 @@ AF_Blue_Stringset bss = sc->blue_stringset; const AF_Blue_StringRec* bs = &af_blue_stringsets[bss]; -#ifdef FT_DEBUG_LEVEL_TRACE - FT_String* cjk_blue_name[4] = - { - (FT_String*)"bottom", /* -- , -- */ - (FT_String*)"top", /* -- , TOP */ - (FT_String*)"left", /* HORIZ, -- */ - (FT_String*)"right" /* HORIZ, TOP */ - }; - - FT_String* cjk_blue_type_name[2] = - { - (FT_String*)"unfilled", /* -- */ - (FT_String*)"filled" /* FILL */ - }; -#endif - /* we walk over the blue character strings as specified in the */ /* style's entry in the `af_blue_stringset' array, computing its */ @@ -308,15 +296,29 @@ else axis = &metrics->axis[AF_DIMENSION_VERT]; - FT_TRACE5(( "blue zone %d:\n", axis->blue_count )); +#ifdef FT_DEBUG_LEVEL_TRACE + { + FT_String* cjk_blue_name[4] = + { + (FT_String*)"bottom", /* -- , -- */ + (FT_String*)"top", /* -- , TOP */ + (FT_String*)"left", /* HORIZ, -- */ + (FT_String*)"right" /* HORIZ, TOP */ + }; + + + FT_TRACE5(( "blue zone %d (%s):\n", + axis->blue_count, + cjk_blue_name[AF_CJK_IS_HORIZ_BLUE( bs ) | + AF_CJK_IS_TOP_BLUE( bs ) ] )); + } +#endif /* FT_DEBUG_LEVEL_TRACE */ num_fills = 0; num_flats = 0; - FT_TRACE5(( " cjk blue %s/%s\n", - cjk_blue_name[AF_CJK_IS_HORIZ_BLUE( bs ) | - AF_CJK_IS_TOP_BLUE( bs ) ], - cjk_blue_type_name[!!AF_CJK_IS_FILLED_BLUE( bs )] )); + fill = 1; /* start with characters that define fill values */ + FT_TRACE5(( " [overshoot values]\n" )); while ( *p ) { @@ -330,6 +332,14 @@ GET_UTF8_CHAR( ch, p ); + /* switch to characters that define flat values */ + if ( ch == '|' ) + { + fill = 0; + FT_TRACE5(( " [reference values]\n" )); + continue; + } + /* load the character in the face -- skip unknown or empty ones */ af_get_char_index( &metrics->root, ch, &glyph_index, &y_offset ); if ( glyph_index == 0 ) @@ -417,7 +427,7 @@ FT_TRACE5(( " U+%04lX: best_pos = %5ld\n", ch, best_pos )); } - if ( AF_CJK_IS_FILLED_BLUE( bs ) ) + if ( fill ) fills[num_fills++] = best_pos; else flats[num_flats++] = best_pos; @@ -429,15 +439,15 @@ * we couldn't find a single glyph to compute this blue zone, * we will simply ignore it then */ - FT_TRACE5(( " empty\n" )); + FT_TRACE5(( " empty\n" )); continue; } - /* we have computed the contents of the `fill' and `flats' tables, */ - /* now determine the reference position of the blue zone -- */ - /* we simply take the median value after a simple sort */ - af_sort_pos( num_flats, flats ); + /* we have computed the contents of the `fill' and `flats' tables, */ + /* now determine the reference and overshoot position of the blue -- */ + /* we simply take the median value after a simple sort */ af_sort_pos( num_fills, fills ); + af_sort_pos( num_flats, flats ); blue = &axis->blues[axis->blue_count]; blue_ref = &blue->ref.org; @@ -476,7 +486,7 @@ *blue_ref = *blue_shoot = ( shoot + ref ) / 2; - FT_TRACE5(( " [overshoot smaller than reference," + FT_TRACE5(( " [reference smaller than overshoot," " taking mean value]\n" )); } } @@ -755,10 +765,6 @@ /* now compare each segment to the others */ for ( seg1 = segments; seg1 < segment_limit; seg1++ ) { - /* the fake segments are for metrics hinting only */ - if ( seg1->first == seg1->last ) - continue; - if ( seg1->dir != major_dir ) continue; @@ -1018,10 +1024,11 @@ edge->first = seg; edge->last = seg; + edge->dir = seg->dir; edge->fpos = seg->pos; - edge->opos = edge->pos = FT_MulFix( seg->pos, scale ); + edge->opos = FT_MulFix( seg->pos, scale ); + edge->pos = edge->opos; seg->edge_next = seg; - edge->dir = seg->dir; } else { @@ -1230,8 +1237,10 @@ /* zone, check for left edges */ /* */ /* of course, that's for TrueType */ - is_top_right_blue = FT_BOOL( blue->flags & AF_CJK_BLUE_TOP ); - is_major_dir = FT_BOOL( edge->dir == axis->major_dir ); + is_top_right_blue = + (FT_Byte)( ( blue->flags & AF_CJK_BLUE_TOP ) != 0 ); + is_major_dir = + FT_BOOL( edge->dir == axis->major_dir ); /* if it is a top zone, the edge must be against the major */ /* direction; if it is a bottom zone, it must be in the major */ @@ -1528,6 +1537,12 @@ stem_edge->pos = base_edge->pos + fitted_width; + + FT_TRACE5(( " CJKLINK: edge %d @%d (opos=%.2f) linked to %.2f," + " dist was %.2f, now %.2f\n", + stem_edge - hints->axis[dim].edges, stem_edge->fpos, + stem_edge->opos / 64.0, stem_edge->pos / 64.0, + dist / 64.0, fitted_width / 64.0 )); } diff --git a/freetype/src/autofit/afcjk.h b/freetype/src/autofit/afcjk.h index a260b0911..4dd4f3917 100644 --- a/freetype/src/autofit/afcjk.h +++ b/freetype/src/autofit/afcjk.h @@ -4,7 +4,7 @@ /* */ /* Auto-fitter hinting routines for CJK writing system (specification). */ /* */ -/* Copyright 2006, 2007, 2011-2013 by */ +/* Copyright 2006, 2007, 2011-2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -50,8 +50,6 @@ FT_BEGIN_HEADER ( (b)->properties & AF_BLUE_PROPERTY_CJK_TOP ) #define AF_CJK_IS_HORIZ_BLUE( b ) \ ( (b)->properties & AF_BLUE_PROPERTY_CJK_HORIZ ) -#define AF_CJK_IS_FILLED_BLUE( b ) \ - ( (b)->properties & AF_BLUE_PROPERTY_CJK_FILL ) #define AF_CJK_IS_RIGHT_BLUE AF_CJK_IS_TOP_BLUE #define AF_CJK_MAX_WIDTHS 16 diff --git a/freetype/src/autofit/afglobal.c b/freetype/src/autofit/afglobal.c index 7aa2e1102..a54c20c02 100644 --- a/freetype/src/autofit/afglobal.c +++ b/freetype/src/autofit/afglobal.c @@ -138,7 +138,7 @@ FT_Byte* gstyles = globals->glyph_styles; FT_UInt ss; FT_UInt i; - FT_UInt dflt = -1; + FT_UInt dflt = ~0U; /* a non-valid value */ /* the value AF_STYLE_UNASSIGNED means `uncovered glyph' */ @@ -176,7 +176,8 @@ */ if ( style_class->coverage == AF_COVERAGE_DEFAULT ) { - if ( style_class->script == globals->module->default_script ) + if ( (FT_UInt)style_class->script == + globals->module->default_script ) dflt = ss; for ( range = script_class->script_uni_ranges; @@ -332,8 +333,8 @@ af_face_globals_free( globals ); globals = NULL; } - - globals->increase_x_height = AF_PROP_INCREASE_X_HEIGHT_MAX; + else + globals->increase_x_height = AF_PROP_INCREASE_X_HEIGHT_MAX; Exit: *aglobals = globals; diff --git a/freetype/src/autofit/afglobal.h b/freetype/src/autofit/afglobal.h index d2da40e3c..38d8d6952 100644 --- a/freetype/src/autofit/afglobal.h +++ b/freetype/src/autofit/afglobal.h @@ -66,16 +66,16 @@ FT_BEGIN_HEADER /* index of fallback style in `af_style_classes' */ #ifdef AF_CONFIG_OPTION_CJK -#define AF_STYLE_FALLBACK AF_STYLE_HANI_DFLT +#define AF_STYLE_FALLBACK AF_STYLE_HANI_DFLT #else -#define AF_STYLE_FALLBACK AF_STYLE_NONE_DFLT +#define AF_STYLE_FALLBACK AF_STYLE_NONE_DFLT #endif /* default script for OpenType; ignored if HarfBuzz isn't used */ -#define AF_SCRIPT_DEFAULT AF_SCRIPT_LATN +#define AF_SCRIPT_DEFAULT AF_SCRIPT_LATN /* a bit mask indicating an uncovered glyph */ #define AF_STYLE_UNASSIGNED 0x7F /* if this flag is set, we have an ASCII digit */ -#define AF_DIGIT 0x80 +#define AF_DIGIT 0x80 /* `increase-x-height' property */ #define AF_PROP_INCREASE_X_HEIGHT_MIN 6 diff --git a/freetype/src/autofit/afhints.c b/freetype/src/autofit/afhints.c index 270a06bca..f3cc50f20 100644 --- a/freetype/src/autofit/afhints.c +++ b/freetype/src/autofit/afhints.c @@ -74,7 +74,8 @@ } - /* Get new edge for given axis, direction, and position. */ + /* Get new edge for given axis, direction, and position, */ + /* without initializing the edge itself. */ FT_LOCAL( FT_Error ) af_axis_hints_new_edge( AF_AxisHints axis, @@ -130,10 +131,6 @@ axis->num_edges++; - FT_ZERO( edge ); - edge->fpos = (FT_Short)fpos; - edge->dir = (FT_Char)dir; - Exit: *anedge = edge; return error; @@ -183,7 +180,7 @@ } -#define AF_INDEX_NUM( ptr, base ) ( (ptr) ? ( (ptr) - (base) ) : -1 ) +#define AF_INDEX_NUM( ptr, base ) (int)( (ptr) ? ( (ptr) - (base) ) : -1 ) #ifdef __cplusplus @@ -204,20 +201,15 @@ for ( point = points; point < limit; point++ ) AF_DUMP(( " [ %5d | %5d | %5d | %6.2f | %6.2f" - " | %5.2f | %5.2f | %c%c%c%c%c%c ]\n", - point - points, + " | %5.2f | %5.2f | %c ]\n", + AF_INDEX_NUM( point, points ), point->fx, point->fy, point->ox / 64.0, point->oy / 64.0, point->x / 64.0, point->y / 64.0, - ( point->flags & AF_FLAG_WEAK_INTERPOLATION ) ? 'w' : ' ', - ( point->flags & AF_FLAG_INFLECTION ) ? 'i' : ' ', - ( point->flags & AF_FLAG_EXTREMA_X ) ? '<' : ' ', - ( point->flags & AF_FLAG_EXTREMA_Y ) ? 'v' : ' ', - ( point->flags & AF_FLAG_ROUND_X ) ? '(' : ' ', - ( point->flags & AF_FLAG_ROUND_Y ) ? 'u' : ' ')); + ( point->flags & AF_FLAG_WEAK_INTERPOLATION ) ? 'w' : ' ')); AF_DUMP(( "\n" )); } #ifdef __cplusplus @@ -289,7 +281,7 @@ AF_DUMP(( " [ %5d | %5.2g | %5s | %4d" " | %4d | %4d | %5d | %4d" " | %6d | %5d | %11s ]\n", - seg - segments, + AF_INDEX_NUM( seg, segments ), dimension == AF_DIMENSION_HORZ ? (int)seg->first->ox / 64.0 : (int)seg->first->oy / 64.0, @@ -420,7 +412,7 @@ for ( edge = edges; edge < limit; edge++ ) AF_DUMP(( " [ %5d | %5.2g | %5s | %4d" " | %5d | %c | %5.2f | %5.2f | %11s ]\n", - edge - edges, + AF_INDEX_NUM( edge, edges ), (int)edge->opos / 64.0, af_dir_str( (AF_Direction)edge->dir ), AF_INDEX_NUM( edge->link, edges ), @@ -651,6 +643,9 @@ for ( point = points; point < point_limit; point++, vec++, tag++ ) { + point->in_dir = (FT_Char)AF_DIR_NONE; + point->out_dir = (FT_Char)AF_DIR_NONE; + point->fx = (FT_Short)vec->x; point->fy = (FT_Short)vec->y; point->ox = point->x = FT_MulFix( vec->x, x_scale ) + x_delta; @@ -698,91 +693,186 @@ } } - /* compute directions of in & out vectors */ { - AF_Point first = points; - AF_Point prev = NULL; - FT_Pos in_x = 0; - FT_Pos in_y = 0; - AF_Direction in_dir = AF_DIR_NONE; - - FT_Pos last_good_in_x = 0; - FT_Pos last_good_in_y = 0; - + /* + * Compute directions of `in' and `out' vectors. + * + * Note that distances between points that are very near to each + * other are accumulated. In other words, the auto-hinter + * prepends the small vectors between near points to the first + * non-near vector. All intermediate points are tagged as + * weak; the directions are adjusted also to be equal to the + * accumulated one. + */ + + /* value 20 in `near_limit' is heuristic */ FT_UInt units_per_em = hints->metrics->scaler.face->units_per_EM; FT_Int near_limit = 20 * units_per_em / 2048; + FT_Int near_limit2 = 2 * near_limit - 1; + AF_Point* contour; + AF_Point* contour_limit = hints->contours + hints->num_contours; - for ( point = points; point < point_limit; point++ ) + + for ( contour = hints->contours; contour < contour_limit; contour++ ) { - AF_Point next; - FT_Pos out_x, out_y; + AF_Point first = *contour; + AF_Point next, prev, curr; + + FT_Pos out_x, out_y; + FT_Bool is_first; - if ( point == first ) + + /* since the first point of a contour could be part of a */ + /* series of near points, go backwards to find the first */ + /* non-near point and adjust `first' */ + + point = first; + prev = first->prev; + + while ( prev != first ) { - prev = first->prev; + out_x = point->fx - prev->fx; + out_y = point->fy - prev->fy; + + /* + * We use Taxicab metrics to measure the vector length. + * + * Note that the accumulated distances so far could have the + * opposite direction of the distance measured here. For this + * reason we use `near_limit2' for the comparison to get a + * non-near point even in the worst case. + */ + if ( FT_ABS( out_x ) + FT_ABS( out_y ) >= near_limit2 ) + break; + + point = prev; + prev = prev->prev; + } - in_x = first->fx - prev->fx; - in_y = first->fy - prev->fy; + /* adjust first point */ + first = point; - last_good_in_x = in_x; - last_good_in_y = in_y; + /* now loop over all points of the contour to get */ + /* `in' and `out' vector directions */ - if ( FT_ABS( in_x ) + FT_ABS( in_y ) < near_limit ) - { - /* search first non-near point to get a good `in_dir' value */ + curr = first; - AF_Point point_ = prev; + /* + * We abuse the `u' and `v' fields to store index deltas to the + * next and previous non-near point, respectively. + * + * To avoid problems with not having non-near points, we point to + * `first' by default as the next non-near point. + * + */ + curr->u = (FT_Pos)( first - curr ); + first->v = -curr->u; + out_x = 0; + out_y = 0; - while ( point_ != first ) - { - AF_Point prev_ = point_->prev; + is_first = 1; - FT_Pos in_x_ = point_->fx - prev_->fx; - FT_Pos in_y_ = point_->fy - prev_->fy; + for ( point = first; + point != first || is_first; + point = point->next ) + { + AF_Direction out_dir; - if ( FT_ABS( in_x_ ) + FT_ABS( in_y_ ) >= near_limit ) - { - last_good_in_x = in_x_; - last_good_in_y = in_y_; + is_first = 0; - break; - } + next = point->next; - point_ = prev_; - } + out_x += next->fx - point->fx; + out_y += next->fy - point->fy; + + if ( FT_ABS( out_x ) + FT_ABS( out_y ) < near_limit ) + { + next->flags |= AF_FLAG_WEAK_INTERPOLATION; + continue; + } + + curr->u = (FT_Pos)( next - curr ); + next->v = -curr->u; + + out_dir = af_direction_compute( out_x, out_y ); + + /* adjust directions for all points inbetween; */ + /* the loop also updates position of `curr' */ + curr->out_dir = (FT_Char)out_dir; + for ( curr = curr->next; curr != next; curr = curr->next ) + { + curr->in_dir = (FT_Char)out_dir; + curr->out_dir = (FT_Char)out_dir; } + next->in_dir = (FT_Char)out_dir; - in_dir = af_direction_compute( in_x, in_y ); - first = prev + 1; + curr->u = (FT_Pos)( first - curr ); + first->v = -curr->u; + + out_x = 0; + out_y = 0; } + } - point->in_dir = (FT_Char)in_dir; + /* + * The next step is to `simplify' an outline's topology so that we + * can identify local extrema more reliably: A series of + * non-horizontal or non-vertical vectors pointing into the same + * quadrant are handled as a single, long vector. From a + * topological point of the view, the intermediate points are of no + * interest and thus tagged as weak. + */ - /* check whether the current point is near to the previous one */ - /* (value 20 in `near_limit' is heuristic; we use Taxicab */ - /* metrics for the test) */ + for ( point = points; point < point_limit; point++ ) + { + if ( point->flags & AF_FLAG_WEAK_INTERPOLATION ) + continue; - if ( FT_ABS( in_x ) + FT_ABS( in_y ) < near_limit ) - point->flags |= AF_FLAG_NEAR; - else + if ( point->in_dir == AF_DIR_NONE && + point->out_dir == AF_DIR_NONE ) { - last_good_in_x = in_x; - last_good_in_y = in_y; - } + /* check whether both vectors point into the same quadrant */ + + FT_Pos in_x, in_y; + FT_Pos out_x, out_y; + + AF_Point next_u = point + point->u; + AF_Point prev_v = point + point->v; + - next = point->next; - out_x = next->fx - point->fx; - out_y = next->fy - point->fy; + in_x = point->fx - prev_v->fx; + in_y = point->fy - prev_v->fy; + + out_x = next_u->fx - point->fx; + out_y = next_u->fy - point->fy; + + if ( ( in_x ^ out_x ) >= 0 && ( in_y ^ out_y ) >= 0 ) + { + /* yes, so tag current point as weak */ + /* and update index deltas */ + + point->flags |= AF_FLAG_WEAK_INTERPOLATION; + + prev_v->u = (FT_Pos)( next_u - prev_v ); + next_u->v = -prev_v->u; + } + } + } - in_dir = af_direction_compute( out_x, out_y ); - point->out_dir = (FT_Char)in_dir; + /* + * Finally, check for remaining weak points. Everything else not + * collected in edges so far is then implicitly classified as strong + * points. + */ - /* Check for weak points. The remaining points not collected */ - /* in edges are then implicitly classified as strong points. */ + for ( point = points; point < point_limit; point++ ) + { + if ( point->flags & AF_FLAG_WEAK_INTERPOLATION ) + continue; if ( point->flags & AF_FLAG_CONTROL ) { @@ -799,18 +889,25 @@ goto Is_Weak_Point; } - /* test whether `in' and `out' direction is approximately */ - /* the same (and use the last good `in' vector in case */ - /* the current point is near to the previous one) */ - if ( ft_corner_is_flat( - point->flags & AF_FLAG_NEAR ? last_good_in_x : in_x, - point->flags & AF_FLAG_NEAR ? last_good_in_y : in_y, - out_x, - out_y ) ) { - /* current point lies on a straight, diagonal line */ - /* (more or less) */ - goto Is_Weak_Point; + AF_Point next_u = point + point->u; + AF_Point prev_v = point + point->v; + + + if ( ft_corner_is_flat( point->fx - prev_v->fx, + point->fy - prev_v->fy, + next_u->fx - point->fx, + next_u->fy - point->fy ) ) + { + /* either the `in' or the `out' vector is much more */ + /* dominant than the other one, so tag current point */ + /* as weak and update index deltas */ + + prev_v->u = (FT_Pos)( next_u - prev_v ); + next_u->v = -prev_v->u; + + goto Is_Weak_Point; + } } } else if ( point->in_dir == -point->out_dir ) @@ -818,9 +915,6 @@ /* current point forms a spike */ goto Is_Weak_Point; } - - in_x = out_x; - in_y = out_y; } } } @@ -977,8 +1071,7 @@ /* if this point is candidate to weak interpolation, we */ /* interpolate it after all strong points have been processed */ - if ( ( point->flags & AF_FLAG_WEAK_INTERPOLATION ) && - !( point->flags & AF_FLAG_INFLECTION ) ) + if ( ( point->flags & AF_FLAG_WEAK_INTERPOLATION ) ) continue; if ( dim == AF_DIMENSION_VERT ) diff --git a/freetype/src/autofit/afhints.h b/freetype/src/autofit/afhints.h index 5f1507f80..92101de7c 100644 --- a/freetype/src/autofit/afhints.h +++ b/freetype/src/autofit/afhints.h @@ -4,7 +4,7 @@ /* */ /* Auto-fitter hinting routines (specification). */ /* */ -/* Copyright 2003-2008, 2010-2012 by */ +/* Copyright 2003-2008, 2010-2012, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -72,13 +72,9 @@ FT_BEGIN_HEADER * `af_{cjk,latin,...}_hints_compute_segments' are the functions to * find segments in an outline. * - * A segment is a series of consecutive points that are approximately - * aligned along a coordinate axis. The analysis to do so is specific - * to a writing system. - * - * A segment must have at least two points, except in the case of - * `fake' segments that are generated to hint metrics appropriately, - * and which consist of a single point. + * A segment is a series of at least two consecutive points that are + * approximately aligned along a coordinate axis. The analysis to do + * so is specific to a writing system. * * * Edges @@ -148,7 +144,7 @@ FT_BEGIN_HEADER * Serifs are detected by `af_{cjk,latin,...}_hint_edges'. * * In comparison to a stem, a serif (as handled by the auto-hinter - * module which takes care of the `latin' writing system) has + * module that takes care of the `latin' writing system) has * * best segment_1 = segment_2 && best segment_2 != segment_1 * @@ -178,19 +174,19 @@ FT_BEGIN_HEADER * * Strong Points * - * Experience has shown that points which are not part of an edge need - * to be interpolated linearly between their two closest edges, even if - * these are not part of the contour of those particular points. - * Typical candidates for this are + * Experience has shown that points not part of an edge need to be + * interpolated linearly between their two closest edges, even if these + * are not part of the contour of those particular points. Typical + * candidates for this are * * - angle points (i.e., points where the `in' and `out' direction * differ greatly) * * - inflection points (i.e., where the `in' and `out' angles are the * same, but the curvature changes sign) [currently, such points - * aren't handled in the auto-hinter] + * aren't handled specially in the auto-hinter] * - * `af_glyph_hints_align_strong_points' is the function which takes + * `af_glyph_hints_align_strong_points' is the function that takes * care of such situations; it is equivalent to the TrueType `IP' * hinting instruction. * @@ -220,26 +216,12 @@ FT_BEGIN_HEADER AF_FLAG_CUBIC = 1 << 1, AF_FLAG_CONTROL = AF_FLAG_CONIC | AF_FLAG_CUBIC, - /* point extremum flags */ - AF_FLAG_EXTREMA_X = 1 << 2, - AF_FLAG_EXTREMA_Y = 1 << 3, - - /* point roundness flags */ - AF_FLAG_ROUND_X = 1 << 4, - AF_FLAG_ROUND_Y = 1 << 5, - /* point touch flags */ - AF_FLAG_TOUCH_X = 1 << 6, - AF_FLAG_TOUCH_Y = 1 << 7, + AF_FLAG_TOUCH_X = 1 << 2, + AF_FLAG_TOUCH_Y = 1 << 3, /* candidates for weak interpolation have this flag set */ - AF_FLAG_WEAK_INTERPOLATION = 1 << 8, - - /* all inflection points in the outline have this flag set */ - AF_FLAG_INFLECTION = 1 << 9, - - /* the current point is very near to another one */ - AF_FLAG_NEAR = 1 << 10 + AF_FLAG_WEAK_INTERPOLATION = 1 << 4 } AF_Flags; @@ -247,10 +229,11 @@ FT_BEGIN_HEADER /* edge hint flags */ typedef enum AF_Edge_Flags_ { - AF_EDGE_NORMAL = 0, - AF_EDGE_ROUND = 1 << 0, - AF_EDGE_SERIF = 1 << 1, - AF_EDGE_DONE = 1 << 2 + AF_EDGE_NORMAL = 0, + AF_EDGE_ROUND = 1 << 0, + AF_EDGE_SERIF = 1 << 1, + AF_EDGE_DONE = 1 << 2, + AF_EDGE_NEUTRAL = 1 << 3 /* set if edge aligns to a neutral blue zone */ } AF_Edge_Flags; diff --git a/freetype/src/autofit/aflatin.c b/freetype/src/autofit/aflatin.c index e3a7742f4..36a36896f 100644 --- a/freetype/src/autofit/aflatin.c +++ b/freetype/src/autofit/aflatin.c @@ -171,7 +171,15 @@ if ( error ) goto Exit; + /* + * We assume that the glyphs selected for the stem width + * computation are `featureless' enough so that the linking + * algorithm works fine without adjustments of its scoring + * function. + */ af_latin_hints_link_segments( hints, + 0, + NULL, (AF_Dimension)dim ); seg = axhints->segments; @@ -298,6 +306,14 @@ have_flag = 1; } + if ( AF_LATIN_IS_NEUTRAL_BLUE( bs ) ) + { + if ( have_flag ) + FT_TRACE5(( ", " )); + FT_TRACE5(( "neutral" )); + have_flag = 1; + } + if ( AF_LATIN_IS_X_HEIGHT_BLUE( bs ) ) { if ( have_flag ) @@ -520,6 +536,13 @@ FT_Int last; FT_Bool hit; + /* we intentionally declare these two variables */ + /* outside of the loop since various compilers emit */ + /* incorrect warning messages otherwise, talking about */ + /* `possibly uninitialized variables' */ + FT_Int p_first = 0; /* make compiler happy */ + FT_Int p_last = 0; + FT_Bool left2right; @@ -552,7 +575,6 @@ { FT_Bool l2r; FT_Pos d; - FT_Int p_first, p_last; if ( !hit ) @@ -688,6 +710,13 @@ FT_CURVE_TAG( outline.tags[best_segment_last] ) != FT_CURVE_TAG_ON ); + if ( round && AF_LATIN_IS_NEUTRAL_BLUE( bs ) ) + { + /* only use flat segments for a neutral blue zone */ + FT_TRACE5(( " (round, skipped)\n" )); + continue; + } + FT_TRACE5(( " (%s)\n", round ? "round" : "flat" )); } @@ -758,6 +787,8 @@ blue->flags = 0; if ( AF_LATIN_IS_TOP_BLUE( bs ) ) blue->flags |= AF_LATIN_BLUE_TOP; + if ( AF_LATIN_IS_NEUTRAL_BLUE( bs ) ) + blue->flags |= AF_LATIN_BLUE_NEUTRAL; /* * The following flag is used later to adjust the y and x scales @@ -1262,17 +1293,19 @@ /* this is the start of a new segment! */ segment_dir = (AF_Direction)point->out_dir; - /* clear all segment fields */ error = af_axis_hints_new_segment( axis, memory, &segment ); if ( error ) goto Exit; - segment[0] = seg0; + /* clear all segment fields */ + segment[0] = seg0; + segment->dir = (FT_Char)segment_dir; min_pos = max_pos = point->u; segment->first = point; segment->last = point; - on_edge = 1; + + on_edge = 1; } point = point->next; @@ -1296,9 +1329,6 @@ FT_Pos last_v = last->v; - if ( first == last ) - continue; - if ( first_v < last_v ) { AF_Point p; @@ -1337,31 +1367,44 @@ } - /* Link segments to form stems and serifs. */ + /* Link segments to form stems and serifs. If `width_count' and */ + /* `widths' are non-zero, use them to fine-tune the scoring function. */ FT_LOCAL_DEF( void ) af_latin_hints_link_segments( AF_GlyphHints hints, + FT_UInt width_count, + AF_WidthRec* widths, AF_Dimension dim ) { AF_AxisHints axis = &hints->axis[dim]; AF_Segment segments = axis->segments; AF_Segment segment_limit = segments + axis->num_segments; - FT_Pos len_threshold, len_score; + FT_Pos len_threshold, len_score, dist_score, max_width; AF_Segment seg1, seg2; + if ( width_count ) + max_width = widths[width_count - 1].org; + else + max_width = 0; + + /* a heuristic value to set up a minimum value for overlapping */ len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 ); if ( len_threshold == 0 ) len_threshold = 1; + /* a heuristic value to weight lengths */ len_score = AF_LATIN_CONSTANT( hints->metrics, 6000 ); + /* a heuristic value to weight distances (no call to */ + /* AF_LATIN_CONSTANT needed, since we work on multiples */ + /* of the stem width) */ + dist_score = 3000; + /* now compare each segment to the others */ for ( seg1 = segments; seg1 < segment_limit; seg1++ ) { - /* the fake segments are introduced to hint the metrics -- */ - /* we must never link them to anything */ - if ( seg1->dir != axis->major_dir || seg1->first == seg1->last ) + if ( seg1->dir != axis->major_dir ) continue; /* search for stems having opposite directions, */ @@ -1375,10 +1418,9 @@ if ( seg1->dir + seg2->dir == 0 && pos2 > pos1 ) { /* compute distance between the two segments */ - FT_Pos dist = pos2 - pos1; - FT_Pos min = seg1->min_coord; - FT_Pos max = seg1->max_coord; - FT_Pos len, score; + FT_Pos min = seg1->min_coord; + FT_Pos max = seg1->max_coord; + FT_Pos len; if ( min < seg2->min_coord ) @@ -1388,15 +1430,49 @@ max = seg2->max_coord; /* compute maximum coordinate difference of the two segments */ + /* (this is, how much they overlap) */ len = max - min; if ( len >= len_threshold ) { - /* small coordinate differences cause a higher score, and */ - /* segments with a greater distance cause a higher score also */ - score = dist + len_score / len; + /* + * The score is the sum of two demerits indicating the + * `badness' of a fit, measured along the segments' main axis + * and orthogonal to it, respectively. + * + * o The less overlapping along the main axis, the worse it + * is, causing a larger demerit. + * + * o The nearer the orthogonal distance to a stem width, the + * better it is, causing a smaller demerit. For simplicity, + * however, we only increase the demerit for values that + * exceed the largest stem width. + */ + + FT_Pos dist = pos2 - pos1; + + FT_Pos dist_demerit, score; + + + if ( max_width ) + { + /* distance demerits are based on multiples of `max_width'; */ + /* we scale by 1024 for getting more precision */ + FT_Pos delta = ( dist << 10 ) / max_width - ( 1 << 10 ); + + + if ( delta > 10000 ) + dist_demerit = 32000; + else if ( delta > 0 ) + dist_demerit = delta * delta / dist_score; + else + dist_demerit = 0; + } + else + dist_demerit = dist; /* default if no widths available */ + + score = dist_demerit + len_score / len; /* and we search for the smallest score */ - /* of the sum of the two values */ if ( score < seg1->score ) { seg1->score = score; @@ -1728,6 +1804,8 @@ FT_LOCAL_DEF( FT_Error ) af_latin_hints_detect_features( AF_GlyphHints hints, + FT_UInt width_count, + AF_WidthRec* widths, AF_Dimension dim ) { FT_Error error; @@ -1736,7 +1814,7 @@ error = af_latin_hints_compute_segments( hints, dim ); if ( !error ) { - af_latin_hints_link_segments( hints, dim ); + af_latin_hints_link_segments( hints, width_count, widths, dim ); error = af_latin_hints_compute_edges( hints, dim ); } @@ -1765,8 +1843,9 @@ for ( ; edge < edge_limit; edge++ ) { FT_UInt bb; - AF_Width best_blue = NULL; - FT_Pos best_dist; /* initial threshold */ + AF_Width best_blue = NULL; + FT_Bool best_blue_is_neutral = 0; + FT_Pos best_dist; /* initial threshold */ /* compute the initial threshold as a fraction of the EM size */ @@ -1780,24 +1859,26 @@ for ( bb = 0; bb < latin->blue_count; bb++ ) { AF_LatinBlue blue = latin->blues + bb; - FT_Bool is_top_blue, is_major_dir; + FT_Bool is_top_blue, is_neutral_blue, is_major_dir; /* skip inactive blue zones (i.e., those that are too large) */ if ( !( blue->flags & AF_LATIN_BLUE_ACTIVE ) ) continue; - /* if it is a top zone, check for right edges -- if it is a bottom */ - /* zone, check for left edges */ - /* */ - /* of course, that's for TrueType */ - is_top_blue = (FT_Byte)( ( blue->flags & AF_LATIN_BLUE_TOP ) != 0 ); - is_major_dir = FT_BOOL( edge->dir == axis->major_dir ); - - /* if it is a top zone, the edge must be against the major */ - /* direction; if it is a bottom zone, it must be in the major */ - /* direction */ - if ( is_top_blue ^ is_major_dir ) + /* if it is a top zone, check for right edges (against the major */ + /* direction); if it is a bottom zone, check for left edges (in */ + /* the major direction) -- this assumes the TrueType convention */ + /* for the orientation of contours */ + is_top_blue = + (FT_Byte)( ( blue->flags & AF_LATIN_BLUE_TOP ) != 0 ); + is_neutral_blue = + (FT_Byte)( ( blue->flags & AF_LATIN_BLUE_NEUTRAL ) != 0); + is_major_dir = + FT_BOOL( edge->dir == axis->major_dir ); + + /* neutral blue zones are handled for both directions */ + if ( is_top_blue ^ is_major_dir || is_neutral_blue ) { FT_Pos dist; @@ -1810,15 +1891,19 @@ dist = FT_MulFix( dist, scale ); if ( dist < best_dist ) { - best_dist = dist; - best_blue = &blue->ref; + best_dist = dist; + best_blue = &blue->ref; + best_blue_is_neutral = is_neutral_blue; } /* now compare it to the overshoot position and check whether */ /* the edge is rounded, and whether the edge is over the */ /* reference position of a top zone, or under the reference */ - /* position of a bottom zone */ - if ( edge->flags & AF_EDGE_ROUND && dist != 0 ) + /* position of a bottom zone (provided we don't have a */ + /* neutral blue zone) */ + if ( edge->flags & AF_EDGE_ROUND && + dist != 0 && + !is_neutral_blue ) { FT_Bool is_under_ref = FT_BOOL( edge->fpos < blue->ref.org ); @@ -1832,8 +1917,9 @@ dist = FT_MulFix( dist, scale ); if ( dist < best_dist ) { - best_dist = dist; - best_blue = &blue->shoot; + best_dist = dist; + best_blue = &blue->shoot; + best_blue_is_neutral = is_neutral_blue; } } } @@ -1841,7 +1927,11 @@ } if ( best_blue ) + { edge->blue_edge = best_blue; + if ( best_blue_is_neutral ) + edge->flags |= AF_EDGE_NEUTRAL; + } } } @@ -2159,7 +2249,7 @@ FT_TRACE5(( " LINK: edge %d (opos=%.2f) linked to %.2f," " dist was %.2f, now %.2f\n", - stem_edge-hints->axis[dim].edges, stem_edge->opos / 64.0, + stem_edge - hints->axis[dim].edges, stem_edge->opos / 64.0, stem_edge->pos / 64.0, dist / 64.0, fitted_width / 64.0 )); } @@ -2226,14 +2316,41 @@ if ( edge->flags & AF_EDGE_DONE ) continue; - blue = edge->blue_edge; edge1 = NULL; edge2 = edge->link; + /* + * If a stem contains both a neutral and a non-neutral blue zone, + * skip the neutral one. Otherwise, outlines with different + * directions might be incorrectly aligned at the same vertical + * position. + * + * If we have two neutral blue zones, skip one of them. + * + */ + if ( edge->blue_edge && edge2 && edge2->blue_edge ) + { + FT_Byte neutral = edge->flags & AF_EDGE_NEUTRAL; + FT_Byte neutral2 = edge2->flags & AF_EDGE_NEUTRAL; + + + if ( ( neutral && neutral2 ) || neutral2 ) + { + edge2->blue_edge = NULL; + edge2->flags &= ~AF_EDGE_NEUTRAL; + } + else if ( neutral ) + { + edge->blue_edge = NULL; + edge->flags &= ~AF_EDGE_NEUTRAL; + } + } + + blue = edge->blue_edge; if ( blue ) edge1 = edge; - /* flip edges if the other stem is aligned to a blue zone */ + /* flip edges if the other edge is aligned to a blue zone */ else if ( edge2 && edge2->blue_edge ) { blue = edge2->blue_edge; @@ -2300,7 +2417,7 @@ /* this should not happen, but it's better to be safe */ if ( edge2->blue_edge ) { - FT_TRACE5(( " ASSERTION FAILED for edge %d\n", edge2-edges )); + FT_TRACE5(( " ASSERTION FAILED for edge %d\n", edge2 - edges )); af_latin_align_linked_edge( hints, dim, edge2, edge ); edge->flags |= AF_EDGE_DONE; @@ -2689,6 +2806,8 @@ FT_Error error; int dim; + AF_LatinAxis axis; + error = af_glyph_hints_reload( hints, outline ); if ( error ) @@ -2702,14 +2821,22 @@ if ( AF_HINTS_DO_HORIZONTAL( hints ) ) #endif { - error = af_latin_hints_detect_features( hints, AF_DIMENSION_HORZ ); + axis = &metrics->axis[AF_DIMENSION_HORZ]; + error = af_latin_hints_detect_features( hints, + axis->width_count, + axis->widths, + AF_DIMENSION_HORZ ); if ( error ) goto Exit; } if ( AF_HINTS_DO_VERTICAL( hints ) ) { - error = af_latin_hints_detect_features( hints, AF_DIMENSION_VERT ); + axis = &metrics->axis[AF_DIMENSION_VERT]; + error = af_latin_hints_detect_features( hints, + axis->width_count, + axis->widths, + AF_DIMENSION_VERT ); if ( error ) goto Exit; diff --git a/freetype/src/autofit/aflatin.h b/freetype/src/autofit/aflatin.h index a958af36a..2c0bfca18 100644 --- a/freetype/src/autofit/aflatin.h +++ b/freetype/src/autofit/aflatin.h @@ -5,7 +5,7 @@ /* Auto-fitter hinting routines for latin writing system */ /* (specification). */ /* */ -/* Copyright 2003-2007, 2009, 2011-2013 by */ +/* Copyright 2003-2007, 2009, 2011-2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -53,6 +53,8 @@ FT_BEGIN_HEADER #define AF_LATIN_IS_TOP_BLUE( b ) \ ( (b)->properties & AF_BLUE_PROPERTY_LATIN_TOP ) +#define AF_LATIN_IS_NEUTRAL_BLUE( b ) \ + ( (b)->properties & AF_BLUE_PROPERTY_LATIN_NEUTRAL ) #define AF_LATIN_IS_X_HEIGHT_BLUE( b ) \ ( (b)->properties & AF_BLUE_PROPERTY_LATIN_X_HEIGHT ) #define AF_LATIN_IS_LONG_BLUE( b ) \ @@ -63,10 +65,11 @@ FT_BEGIN_HEADER enum { - AF_LATIN_BLUE_ACTIVE = 1 << 0, /* set if zone height is <= 3/4px */ - AF_LATIN_BLUE_TOP = 1 << 1, /* result of AF_LATIN_IS_TOP_BLUE */ - AF_LATIN_BLUE_ADJUSTMENT = 1 << 2, /* used for scale adjustment */ - /* optimization */ + AF_LATIN_BLUE_ACTIVE = 1 << 0, /* set if zone height is <= 3/4px */ + AF_LATIN_BLUE_TOP = 1 << 1, /* set if we have a top blue zone */ + AF_LATIN_BLUE_NEUTRAL = 1 << 2, /* set if we have neutral blue zone */ + AF_LATIN_BLUE_ADJUSTMENT = 1 << 3, /* used for scale adjustment */ + /* optimization */ AF_LATIN_BLUE_FLAG_MAX }; @@ -169,6 +172,8 @@ FT_BEGIN_HEADER FT_LOCAL( void ) af_latin_hints_link_segments( AF_GlyphHints hints, + FT_UInt width_count, + AF_WidthRec* widths, AF_Dimension dim ); FT_LOCAL( FT_Error ) @@ -177,6 +182,8 @@ FT_BEGIN_HEADER FT_LOCAL( FT_Error ) af_latin_hints_detect_features( AF_GlyphHints hints, + FT_UInt width_count, + AF_WidthRec* widths, AF_Dimension dim ); /* */ diff --git a/freetype/src/autofit/aflatin2.c b/freetype/src/autofit/aflatin2.c index 930fa9834..07590b380 100644 --- a/freetype/src/autofit/aflatin2.c +++ b/freetype/src/autofit/aflatin2.c @@ -4,7 +4,7 @@ /* */ /* Auto-fitter hinting routines for latin writing system (body). */ /* */ -/* Copyright 2003-2013 by */ +/* Copyright 2003-2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -890,9 +890,6 @@ FT_Pos last_v = last->v; - if ( first == last ) - continue; - if ( first_v < last_v ) { p = first->prev; @@ -984,7 +981,7 @@ #ifdef AF_SORT_SEGMENTS for ( seg1 = segments; seg1 < segment_mid; seg1++ ) { - if ( seg1->dir != axis->major_dir || seg1->first == seg1->last ) + if ( seg1->dir != axis->major_dir ) continue; for ( seg2 = segment_mid; seg2 < segment_limit; seg2++ ) @@ -992,9 +989,7 @@ /* now compare each segment to the others */ for ( seg1 = segments; seg1 < segment_limit; seg1++ ) { - /* the fake segments are introduced to hint the metrics -- */ - /* we must never link them to anything */ - if ( seg1->dir != axis->major_dir || seg1->first == seg1->last ) + if ( seg1->dir != axis->major_dir ) continue; for ( seg2 = segments; seg2 < segment_limit; seg2++ ) @@ -1194,9 +1189,10 @@ edge->first = seg; edge->last = seg; - edge->fpos = seg->pos; edge->dir = seg->dir; - edge->opos = edge->pos = FT_MulFix( seg->pos, scale ); + edge->fpos = seg->pos; + edge->opos = FT_MulFix( seg->pos, scale ); + edge->pos = edge->opos; seg->edge_next = seg; } else diff --git a/freetype/src/autofit/afloader.c b/freetype/src/autofit/afloader.c index 0fa3c1278..fb15c87f0 100644 --- a/freetype/src/autofit/afloader.c +++ b/freetype/src/autofit/afloader.c @@ -131,8 +131,8 @@ loader->trans_delta = internal->glyph_delta; inverse = loader->trans_matrix; - FT_Matrix_Invert( &inverse ); - FT_Vector_Transform( &loader->trans_delta, &inverse ); + if ( !FT_Matrix_Invert( &inverse ) ) + FT_Vector_Transform( &loader->trans_delta, &inverse ); } switch ( slot->format ) @@ -508,7 +508,7 @@ if ( !size ) - return FT_THROW( Invalid_Argument ); + return FT_THROW( Invalid_Size_Handle ); FT_ZERO( &scaler ); diff --git a/freetype/src/autofit/afmodule.c b/freetype/src/autofit/afmodule.c index 73bf832b1..641e03ea2 100644 --- a/freetype/src/autofit/afmodule.c +++ b/freetype/src/autofit/afmodule.c @@ -55,7 +55,7 @@ if ( !face ) - return FT_THROW( Invalid_Argument ); + return FT_THROW( Invalid_Face_Handle ); globals = (AF_FaceGlobals)face->autohint.data; if ( !globals ) @@ -103,8 +103,8 @@ AF_StyleClass style_class = AF_STYLE_CLASSES_GET[ss]; - if ( style_class->script == *fallback_script && - style_class->coverage == AF_COVERAGE_DEFAULT ) + if ( (FT_UInt)style_class->script == *fallback_script && + style_class->coverage == AF_COVERAGE_DEFAULT ) { module->fallback_style = ss; break; @@ -226,7 +226,7 @@ af_get_interface( FT_Module module, const char* module_interface ) { - /* AF_SERVICES_GET derefers `library' in PIC mode */ + /* AF_SERVICES_GET dereferences `library' in PIC mode */ #ifdef FT_CONFIG_OPTION_PIC FT_Library library; diff --git a/freetype/src/autofit/afranges.c b/freetype/src/autofit/afranges.c index 3d919b5a4..b2c504d42 100644 --- a/freetype/src/autofit/afranges.c +++ b/freetype/src/autofit/afranges.c @@ -21,51 +21,69 @@ const AF_Script_UniRangeRec af_cyrl_uniranges[] = { - AF_UNIRANGE_REC( 0x0400UL, 0x04FFUL ), /* Cyrillic */ + AF_UNIRANGE_REC( 0x0400UL, 0x04FFUL ), /* Cyrillic */ AF_UNIRANGE_REC( 0x0500UL, 0x052FUL ), /* Cyrillic Supplement */ AF_UNIRANGE_REC( 0x2DE0UL, 0x2DFFUL ), /* Cyrillic Extended-A */ AF_UNIRANGE_REC( 0xA640UL, 0xA69FUL ), /* Cyrillic Extended-B */ AF_UNIRANGE_REC( 0UL, 0UL ) }; + /* there are some characters in the Devanagari Unicode block that are */ + /* generic to Indic scripts; we omit them so that their presence doesn't */ + /* trigger Devanagari */ + + const AF_Script_UniRangeRec af_deva_uniranges[] = + { + AF_UNIRANGE_REC( 0x0900UL, 0x093BUL ), /* Devanagari */ + /* omitting U+093C nukta */ + AF_UNIRANGE_REC( 0x093DUL, 0x0950UL ), + /* omitting U+0951 udatta, U+0952 anudatta */ + AF_UNIRANGE_REC( 0x0953UL, 0x0963UL ), + /* omitting U+0964 danda, U+0965 double danda */ + AF_UNIRANGE_REC( 0x0966UL, 0x097FUL ), + AF_UNIRANGE_REC( 0x20B9UL, 0x20B9UL ), /* (new) Rupee sign */ + AF_UNIRANGE_REC( 0UL, 0UL ) + }; + const AF_Script_UniRangeRec af_grek_uniranges[] = { AF_UNIRANGE_REC( 0x0370UL, 0x03FFUL ), /* Greek and Coptic */ - AF_UNIRANGE_REC( 0x1F00UL, 0x1FFFUL ), /* Greek Extended */ + AF_UNIRANGE_REC( 0x1F00UL, 0x1FFFUL ), /* Greek Extended */ AF_UNIRANGE_REC( 0UL, 0UL ) }; const AF_Script_UniRangeRec af_hebr_uniranges[] = { - AF_UNIRANGE_REC( 0x0590UL, 0x05FFUL ), /* Hebrew */ + AF_UNIRANGE_REC( 0x0590UL, 0x05FFUL ), /* Hebrew */ AF_UNIRANGE_REC( 0xFB1DUL, 0xFB4FUL ), /* Alphab. Present. Forms (Hebrew) */ AF_UNIRANGE_REC( 0UL, 0UL ) }; const AF_Script_UniRangeRec af_latn_uniranges[] = { - AF_UNIRANGE_REC( 0x0020UL, 0x007FUL ), /* Basic Latin (no control chars) */ - AF_UNIRANGE_REC( 0x00A0UL, 0x00FFUL ), /* Latin-1 Supplement (no control chars) */ - AF_UNIRANGE_REC( 0x0100UL, 0x017FUL ), /* Latin Extended-A */ - AF_UNIRANGE_REC( 0x0180UL, 0x024FUL ), /* Latin Extended-B */ - AF_UNIRANGE_REC( 0x0250UL, 0x02AFUL ), /* IPA Extensions */ - AF_UNIRANGE_REC( 0x02B0UL, 0x02FFUL ), /* Spacing Modifier Letters */ - AF_UNIRANGE_REC( 0x0300UL, 0x036FUL ), /* Combining Diacritical Marks */ - AF_UNIRANGE_REC( 0x1D00UL, 0x1D7FUL ), /* Phonetic Extensions */ - AF_UNIRANGE_REC( 0x1D80UL, 0x1DBFUL ), /* Phonetic Extensions Supplement */ + AF_UNIRANGE_REC( 0x0020UL, 0x007FUL ), /* Basic Latin (no control chars) */ + AF_UNIRANGE_REC( 0x00A0UL, 0x00FFUL ), /* Latin-1 Supplement (no control chars) */ + AF_UNIRANGE_REC( 0x0100UL, 0x017FUL ), /* Latin Extended-A */ + AF_UNIRANGE_REC( 0x0180UL, 0x024FUL ), /* Latin Extended-B */ + AF_UNIRANGE_REC( 0x0250UL, 0x02AFUL ), /* IPA Extensions */ + AF_UNIRANGE_REC( 0x02B0UL, 0x02FFUL ), /* Spacing Modifier Letters */ + AF_UNIRANGE_REC( 0x0300UL, 0x036FUL ), /* Combining Diacritical Marks */ + AF_UNIRANGE_REC( 0x1D00UL, 0x1D7FUL ), /* Phonetic Extensions */ + AF_UNIRANGE_REC( 0x1D80UL, 0x1DBFUL ), /* Phonetic Extensions Supplement */ AF_UNIRANGE_REC( 0x1DC0UL, 0x1DFFUL ), /* Combining Diacritical Marks Supplement */ - AF_UNIRANGE_REC( 0x1E00UL, 0x1EFFUL ), /* Latin Extended Additional */ - AF_UNIRANGE_REC( 0x2000UL, 0x206FUL ), /* General Punctuation */ - AF_UNIRANGE_REC( 0x2070UL, 0x209FUL ), /* Superscripts and Subscripts */ - AF_UNIRANGE_REC( 0x20A0UL, 0x20CFUL ), /* Currency Symbols */ - AF_UNIRANGE_REC( 0x2150UL, 0x218FUL ), /* Number Forms */ - AF_UNIRANGE_REC( 0x2460UL, 0x24FFUL ), /* Enclosed Alphanumerics */ - AF_UNIRANGE_REC( 0x2C60UL, 0x2C7FUL ), /* Latin Extended-C */ - AF_UNIRANGE_REC( 0x2E00UL, 0x2E7FUL ), /* Supplemental Punctuation */ - AF_UNIRANGE_REC( 0xA720UL, 0xA7FFUL ), /* Latin Extended-D */ - AF_UNIRANGE_REC( 0xFB00UL, 0xFB06UL ), /* Alphab. Present. Forms (Latin Ligs) */ - AF_UNIRANGE_REC( 0x1D400UL, 0x1D7FFUL ), /* Mathematical Alphanumeric Symbols */ - AF_UNIRANGE_REC( 0x1F100UL, 0x1F1FFUL ), /* Enclosed Alphanumeric Supplement */ + AF_UNIRANGE_REC( 0x1E00UL, 0x1EFFUL ), /* Latin Extended Additional */ + AF_UNIRANGE_REC( 0x2000UL, 0x206FUL ), /* General Punctuation */ + AF_UNIRANGE_REC( 0x2070UL, 0x209FUL ), /* Superscripts and Subscripts */ + AF_UNIRANGE_REC( 0x20A0UL, 0x20B8UL ), /* Currency Symbols ... */ + AF_UNIRANGE_REC( 0x20BAUL, 0x20CFUL ), /* ... except new Rupee sign */ + AF_UNIRANGE_REC( 0x2150UL, 0x218FUL ), /* Number Forms */ + AF_UNIRANGE_REC( 0x2460UL, 0x24FFUL ), /* Enclosed Alphanumerics */ + AF_UNIRANGE_REC( 0x2C60UL, 0x2C7FUL ), /* Latin Extended-C */ + AF_UNIRANGE_REC( 0x2E00UL, 0x2E7FUL ), /* Supplemental Punctuation */ + AF_UNIRANGE_REC( 0xA720UL, 0xA7FFUL ), /* Latin Extended-D */ + AF_UNIRANGE_REC( 0xFB00UL, 0xFB06UL ), /* Alphab. Present. Forms (Latin Ligs) */ + AF_UNIRANGE_REC( 0x1D400UL, 0x1D7FFUL ), /* Mathematical Alphanumeric Symbols */ + AF_UNIRANGE_REC( 0x1F100UL, 0x1F1FFUL ), /* Enclosed Alphanumeric Supplement */ AF_UNIRANGE_REC( 0UL, 0UL ) }; @@ -74,17 +92,17 @@ AF_UNIRANGE_REC( 0UL, 0UL ) }; -#ifdef AF_CONFIG_OPTION_INDIC - - const AF_Script_UniRangeRec af_beng_uniranges[] = + const AF_Script_UniRangeRec af_telu_uniranges[] = { - AF_UNIRANGE_REC( 0x0980UL, 0x09FFUL ), /* Bengali */ + AF_UNIRANGE_REC( 0x0C00UL, 0x0C7FUL ), /* Telugu */ AF_UNIRANGE_REC( 0UL, 0UL ) }; - const AF_Script_UniRangeRec af_deva_uniranges[] = +#ifdef AF_CONFIG_OPTION_INDIC + + const AF_Script_UniRangeRec af_beng_uniranges[] = { - AF_UNIRANGE_REC( 0x0900UL, 0x097FUL ), /* Devanagari */ + AF_UNIRANGE_REC( 0x0980UL, 0x09FFUL ), /* Bengali */ AF_UNIRANGE_REC( 0UL, 0UL ) }; @@ -148,12 +166,6 @@ AF_UNIRANGE_REC( 0UL, 0UL ) }; - const AF_Script_UniRangeRec af_telu_uniranges[] = - { - AF_UNIRANGE_REC( 0x0C00UL, 0x0C7FUL ), /* Telugu */ - AF_UNIRANGE_REC( 0UL, 0UL ) - }; - const AF_Script_UniRangeRec af_tibt_uniranges[] = { AF_UNIRANGE_REC( 0x0F00UL, 0x0FFFUL ), /* Tibetan */ diff --git a/freetype/src/autofit/afscript.h b/freetype/src/autofit/afscript.h index ae209322e..efe8754df 100644 --- a/freetype/src/autofit/afscript.h +++ b/freetype/src/autofit/afscript.h @@ -31,6 +31,11 @@ HB_SCRIPT_CYRILLIC, 0x43E, 0x41E, 0x0 ) /* оО */ + SCRIPT( deva, DEVA, + "Devanagari", + HB_SCRIPT_DEVANAGARI, + 0x920, 0x935, 0x91F ) /* ठ व ट */ + SCRIPT( grek, GREK, "Greek", HB_SCRIPT_GREEK, @@ -51,6 +56,12 @@ HB_SCRIPT_INVALID, 0x0, 0x0, 0x0 ) + /* there are no simple forms for letters; we thus use two digit shapes */ + SCRIPT( telu, TELU, + "Telugu", + HB_SCRIPT_TELUGU, + 0xC66, 0xC67, 0x0 ) /* ౦ ౧ */ + #ifdef AF_CONFIG_OPTION_INDIC SCRIPT( beng, BENG, @@ -58,11 +69,6 @@ HB_SCRIPT_BENGALI, 'o', 0x0, 0x0 ) /* XXX */ - SCRIPT( deva, DEVA, - "Devanagari", - HB_SCRIPT_DEVANAGARI, - 'o', 0x0, 0x0 ) /* XXX */ - SCRIPT( gujr, GUJR, "Gujarati", HB_SCRIPT_GUJARATI, @@ -113,11 +119,6 @@ HB_SCRIPT_TAMIL, 'o', 0x0, 0x0 ) /* XXX */ - SCRIPT( telu, TELU, - "Telugu", - HB_SCRIPT_TELUGU, - 'o', 0x0, 0x0 ) /* XXX */ - SCRIPT( tibt, TIBT, "Tibetan", HB_SCRIPT_TIBETAN, diff --git a/freetype/src/autofit/afstyles.h b/freetype/src/autofit/afstyles.h index 429da7664..f14d354cc 100644 --- a/freetype/src/autofit/afstyles.h +++ b/freetype/src/autofit/afstyles.h @@ -81,7 +81,9 @@ DEFAULT ) META_STYLE_LATIN( cyrl, CYRL, "Cyrillic" ) + META_STYLE_LATIN( grek, GREK, "Greek" ) + STYLE( hebr_dflt, HEBR_DFLT, "Hebrew default style", AF_WRITING_SYSTEM_LATIN, @@ -90,6 +92,13 @@ AF_COVERAGE_DEFAULT ) META_STYLE_LATIN( latn, LATN, "Latin" ) + STYLE( deva_dflt, DEVA_DFLT, + "Devanagari default style", + AF_WRITING_SYSTEM_LATIN, + AF_SCRIPT_DEVA, + AF_BLUE_STRINGSET_DEVA, + AF_COVERAGE_DEFAULT ) + #ifdef FT_OPTION_AUTOFIT2 STYLE( ltn2_dflt, LTN2_DFLT, "Latin 2 default style", @@ -106,6 +115,13 @@ (AF_Blue_Stringset)0, AF_COVERAGE_DEFAULT ) + STYLE( telu_dflt, TELU_DFLT, + "Telugu default style", + AF_WRITING_SYSTEM_LATIN, + AF_SCRIPT_TELU, + AF_BLUE_STRINGSET_TELU, + AF_COVERAGE_DEFAULT ) + #ifdef AF_CONFIG_OPTION_INDIC /* no blue stringset support for the Indic writing system yet */ @@ -119,7 +135,6 @@ AF_COVERAGE_DEFAULT ) STYLE_DEFAULT_INDIC( beng, BENG, "Bengali" ) - STYLE_DEFAULT_INDIC( deva, DEVA, "Devanagari" ) STYLE_DEFAULT_INDIC( gujr, GUJR, "Gujarati" ) STYLE_DEFAULT_INDIC( guru, GURU, "Gurmukhi" ) STYLE_DEFAULT_INDIC( knda, KNDA, "Kannada" ) @@ -130,7 +145,6 @@ STYLE_DEFAULT_INDIC( sund, SUND, "Sundanese" ) STYLE_DEFAULT_INDIC( sylo, SYLO, "Syloti Nagri" ) STYLE_DEFAULT_INDIC( taml, TAML, "Tamil" ) - STYLE_DEFAULT_INDIC( telu, TELU, "Telugu" ) STYLE_DEFAULT_INDIC( tibt, TIBT, "Tibetan" ) #endif /* AF_CONFIG_OPTION_INDIC */ diff --git a/freetype/src/autofit/hbshim.c b/freetype/src/autofit/hbshim.c index 11fb743e8..a705cef00 100644 --- a/freetype/src/autofit/hbshim.c +++ b/freetype/src/autofit/hbshim.c @@ -247,6 +247,7 @@ * (this is, not a single character is covered), we skip this coverage. * */ + if ( style_class->coverage != AF_COVERAGE_DEFAULT ) { AF_Blue_Stringset bss = style_class->blue_stringset; const AF_Blue_StringRec* bs = &af_blue_stringsets[bss]; @@ -328,8 +329,15 @@ * out whether a glyph gets shifted vertically, but this is something I * would like to avoid if not really necessary. * + * Note that we don't follow this logic for the default coverage. + * Complex scripts like Devanagari have mandatory GPOS features to + * position many glyph elements, using mark-to-base or mark-to-ligature + * tables; the number of glyphs missed due to condition (b) would be far + * too large. + * */ - hb_set_subtract( gsub_glyphs, gpos_glyphs ); + if ( style_class->coverage != AF_COVERAGE_DEFAULT ) + hb_set_subtract( gsub_glyphs, gpos_glyphs ); #ifdef FT_DEBUG_LEVEL_TRACE FT_TRACE4(( " glyphs without GPOS data (`*' means already assigned)" )); @@ -347,6 +355,12 @@ count++; #endif + /* glyph indices returned by `hb_ot_layout_lookup_collect_glyphs' */ + /* can be arbitrary: some fonts use fake indices for processing */ + /* internal to GSUB or GPOS, which is fully valid */ + if ( idx >= (hb_codepoint_t)globals->glyph_count ) + continue; + if ( gstyles[idx] == AF_STYLE_UNASSIGNED ) gstyles[idx] = (FT_Byte)style_class->style; #ifdef FT_DEBUG_LEVEL_TRACE diff --git a/freetype/src/base/ftadvanc.c b/freetype/src/base/ftadvanc.c index 52078478d..18884efe1 100644 --- a/freetype/src/base/ftadvanc.c +++ b/freetype/src/base/ftadvanc.c @@ -4,7 +4,7 @@ /* */ /* Quick computation of advance widths (body). */ /* */ -/* Copyright 2008, 2009, 2011, 2013 by */ +/* Copyright 2008, 2009, 2011, 2013, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -80,6 +80,9 @@ if ( !face ) return FT_THROW( Invalid_Face_Handle ); + if ( !padvance ) + return FT_THROW( Invalid_Argument ); + if ( gindex >= (FT_UInt)face->num_glyphs ) return FT_THROW( Invalid_Glyph_Index ); @@ -118,6 +121,9 @@ if ( !face ) return FT_THROW( Invalid_Face_Handle ); + if ( !padvances ) + return FT_THROW( Invalid_Argument ); + num = (FT_UInt)face->num_glyphs; end = start + count; if ( start >= num || end < start || end > num ) diff --git a/freetype/src/base/ftbbox.c b/freetype/src/base/ftbbox.c index 8d3f383b4..f9a17517e 100644 --- a/freetype/src/base/ftbbox.c +++ b/freetype/src/base/ftbbox.c @@ -4,7 +4,7 @@ /* */ /* FreeType bbox computation (body). */ /* */ -/* Copyright 1996-2002, 2004, 2006, 2010, 2013 by */ +/* Copyright 1996-2002, 2004, 2006, 2010, 2013, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used */ @@ -42,16 +42,35 @@ } TBBox_Rec; +#define FT_UPDATE_BBOX( p, bbox ) \ + FT_BEGIN_STMNT \ + if ( p->x < bbox.xMin ) \ + bbox.xMin = p->x; \ + if ( p->x > bbox.xMax ) \ + bbox.xMax = p->x; \ + if ( p->y < bbox.yMin ) \ + bbox.yMin = p->y; \ + if ( p->y > bbox.yMax ) \ + bbox.yMax = p->y; \ + FT_END_STMNT + +#define CHECK_X( p, bbox ) \ + ( p->x < bbox.xMin || p->x > bbox.xMax ) + +#define CHECK_Y( p, bbox ) \ + ( p->y < bbox.yMin || p->y > bbox.yMax ) + + /*************************************************************************/ /* */ /* */ /* BBox_Move_To */ /* */ /* */ - /* This function is used as a `move_to' and `line_to' emitter during */ + /* This function is used as a `move_to' emitter during */ /* FT_Outline_Decompose(). It simply records the destination point */ - /* in `user->last'; no further computations are necessary since we */ - /* use the cbox as the starting bbox which must be refined. */ + /* in `user->last'. We also update bbox in case contour starts with */ + /* an implicit `on' point. */ /* */ /* */ /* to :: A pointer to the destination vector. */ @@ -66,17 +85,42 @@ BBox_Move_To( FT_Vector* to, TBBox_Rec* user ) { + FT_UPDATE_BBOX( to, user->bbox ); + user->last = *to; return 0; } -#define CHECK_X( p, bbox ) \ - ( p->x < bbox.xMin || p->x > bbox.xMax ) + /*************************************************************************/ + /* */ + /* */ + /* BBox_Line_To */ + /* */ + /* */ + /* This function is used as a `line_to' emitter during */ + /* FT_Outline_Decompose(). It simply records the destination point */ + /* in `user->last'; no further computations are necessary because */ + /* bbox already contains both explicit ends of the line segment. */ + /* */ + /* */ + /* to :: A pointer to the destination vector. */ + /* */ + /* */ + /* user :: A pointer to the current walk context. */ + /* */ + /* */ + /* Always 0. Needed for the interface only. */ + /* */ + static int + BBox_Line_To( FT_Vector* to, + TBBox_Rec* user ) + { + user->last = *to; -#define CHECK_Y( p, bbox ) \ - ( p->y < bbox.yMin || p->y > bbox.yMax ) + return 0; + } /*************************************************************************/ @@ -155,8 +199,8 @@ FT_Vector* to, TBBox_Rec* user ) { - /* we don't need to check `to' since it is always an `on' point, thus */ - /* within the bbox */ + /* in case `to' is implicit and not included in bbox yet */ + FT_UPDATE_BBOX( to, user->bbox ); if ( CHECK_X( control, user->bbox ) ) BBox_Conic_Check( user->last.x, @@ -203,15 +247,48 @@ /* max :: The address of the current maximum. */ /* */ static FT_Pos - update_cubic_max( FT_Pos q1, - FT_Pos q2, - FT_Pos q3, - FT_Pos q4, - FT_Pos max ) + cubic_peak( FT_Pos q1, + FT_Pos q2, + FT_Pos q3, + FT_Pos q4 ) { - /* for a cubic segment to possibly reach new maximum, at least */ - /* one of its off-points must stay above the current value */ - while ( q2 > max || q3 > max ) + FT_Pos peak = 0; + FT_Int shift; + + /* This function finds a peak of a cubic segment if it is above 0 */ + /* using iterative bisection of the segment, or returns 0. */ + /* The fixed-point arithmetic of bisection is inherently stable */ + /* but may loose accuracy in the two lowest bits. To compensate, */ + /* we upscale the segment if there is room. Large values may need */ + /* to be downscaled to avoid overflows during bisection. */ + /* It is called with either q2 or q3 positive, which is necessary */ + /* for the peak to exist and avoids undefined FT_MSB. */ + + shift = 27 - + FT_MSB( FT_ABS( q1 ) | FT_ABS( q2 ) | FT_ABS( q3 ) | FT_ABS( q4 ) ); + + if ( shift > 0 ) + { + /* upscaling too much just wastes time */ + if ( shift > 2 ) + shift = 2; + + q1 <<= shift; + q2 <<= shift; + q3 <<= shift; + q4 <<= shift; + } + else + { + q1 >>= -shift; + q2 >>= -shift; + q3 >>= -shift; + q4 >>= -shift; + } + + /* for a peak to exist above 0, the cubic segment must have */ + /* at least one of its control off-points above 0. */ + while ( q2 > 0 || q3 > 0 ) { /* determine which half contains the maximum and split */ if ( q1 + q2 > q3 + q4 ) /* first half */ @@ -240,17 +317,22 @@ /* check whether either end reached the maximum */ if ( q1 == q2 && q1 >= q3 ) { - max = q1; + peak = q1; break; } if ( q3 == q4 && q2 <= q4 ) { - max = q4; + peak = q4; break; } } - return max; + if ( shift > 0 ) + peak >>= shift; + else + peak <<= -shift; + + return peak; } @@ -262,65 +344,17 @@ FT_Pos* min, FT_Pos* max ) { - FT_Pos nmin, nmax; - FT_Int shift; - - /* This function is only called when a control off-point is outside */ - /* the bbox that contains all on-points. It finds a local extremum */ - /* within the segment using iterative bisection of the segment. */ - /* The fixed-point arithmetic of bisection is inherently stable */ - /* but may loose accuracy in the two lowest bits. To compensate, */ - /* we upscale the segment if there is room. Large values may need */ - /* to be downscaled to avoid overflows during bisection. */ - /* The control off-point outside the bbox is likely to have the top */ - /* absolute value among arguments. */ - - shift = 27 - FT_MSB( FT_ABS( p2 ) | FT_ABS( p3 ) ); - - if ( shift > 0 ) - { - /* upscaling too much just wastes time */ - if ( shift > 2 ) - shift = 2; - - p1 <<= shift; - p2 <<= shift; - p3 <<= shift; - p4 <<= shift; - nmin = *min << shift; - nmax = *max << shift; - } - else - { - p1 >>= -shift; - p2 >>= -shift; - p3 >>= -shift; - p4 >>= -shift; - nmin = *min >> -shift; - nmax = *max >> -shift; - } + /* the bbox that contains all on-points. So at least one of the */ + /* conditions below holds and cubic_peak is called with at least one */ + /* non-zero argument. */ - nmax = update_cubic_max( p1, p2, p3, p4, nmax ); + if ( p2 > *max || p3 > *max ) + *max += cubic_peak( p1 - *max, p2 - *max, p3 - *max, p4 - *max ); /* now flip the signs to update the minimum */ - nmin = -update_cubic_max( -p1, -p2, -p3, -p4, -nmin ); - - if ( shift > 0 ) - { - nmin >>= shift; - nmax >>= shift; - } - else - { - nmin <<= -shift; - nmax <<= -shift; - } - - if ( nmin < *min ) - *min = nmin; - if ( nmax > *max ) - *max = nmax; + if ( p2 < *min || p3 < *min ) + *min -= cubic_peak( *min - p1, *min - p2, *min - p3, *min - p4 ); } @@ -385,22 +419,26 @@ return 0; } -FT_DEFINE_OUTLINE_FUNCS(bbox_interface, + + FT_DEFINE_OUTLINE_FUNCS(bbox_interface, (FT_Outline_MoveTo_Func) BBox_Move_To, - (FT_Outline_LineTo_Func) BBox_Move_To, + (FT_Outline_LineTo_Func) BBox_Line_To, (FT_Outline_ConicTo_Func)BBox_Conic_To, (FT_Outline_CubicTo_Func)BBox_Cubic_To, 0, 0 ) + /* documentation is in ftbbox.h */ FT_EXPORT_DEF( FT_Error ) FT_Outline_Get_BBox( FT_Outline* outline, FT_BBox *abbox ) { - FT_BBox cbox; - FT_BBox bbox; + FT_BBox cbox = { 0x7FFFFFFFL, 0x7FFFFFFFL, + -0x7FFFFFFFL, -0x7FFFFFFFL }; + FT_BBox bbox = { 0x7FFFFFFFL, 0x7FFFFFFFL, + -0x7FFFFFFFL, -0x7FFFFFFFL }; FT_Vector* vec; FT_UShort n; @@ -424,32 +462,13 @@ FT_DEFINE_OUTLINE_FUNCS(bbox_interface, /* coincide, we exit immediately. */ vec = outline->points; - bbox.xMin = bbox.xMax = cbox.xMin = cbox.xMax = vec->x; - bbox.yMin = bbox.yMax = cbox.yMin = cbox.yMax = vec->y; - vec++; - for ( n = 1; n < outline->n_points; n++ ) + for ( n = 0; n < outline->n_points; n++ ) { - FT_Pos x = vec->x; - FT_Pos y = vec->y; - - - /* update control box */ - if ( x < cbox.xMin ) cbox.xMin = x; - if ( x > cbox.xMax ) cbox.xMax = x; - - if ( y < cbox.yMin ) cbox.yMin = y; - if ( y > cbox.yMax ) cbox.yMax = y; + FT_UPDATE_BBOX( vec, cbox); if ( FT_CURVE_TAG( outline->tags[n] ) == FT_CURVE_TAG_ON ) - { - /* update bbox for `on' points only */ - if ( x < bbox.xMin ) bbox.xMin = x; - if ( x > bbox.xMax ) bbox.xMax = x; - - if ( y < bbox.yMin ) bbox.yMin = y; - if ( y > bbox.yMax ) bbox.yMax = y; - } + FT_UPDATE_BBOX( vec, bbox); vec++; } diff --git a/freetype/src/base/ftbdf.c b/freetype/src/base/ftbdf.c index 5755f8558..d9dcbad5e 100644 --- a/freetype/src/base/ftbdf.c +++ b/freetype/src/base/ftbdf.c @@ -4,7 +4,7 @@ /* */ /* FreeType API for accessing BDF-specific strings (body). */ /* */ -/* Copyright 2002-2004, 2013 by */ +/* Copyright 2002-2004, 2013, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -17,6 +17,8 @@ #include +#include FT_INTERNAL_DEBUG_H + #include FT_INTERNAL_OBJECTS_H #include FT_SERVICE_BDF_H @@ -32,19 +34,18 @@ const char* encoding = NULL; const char* registry = NULL; + FT_Service_BDF service; - error = FT_ERR( Invalid_Argument ); - - if ( face ) - { - FT_Service_BDF service; + if ( !face ) + return FT_THROW( Invalid_Face_Handle ); - FT_FACE_FIND_SERVICE( face, service, BDF ); + FT_FACE_FIND_SERVICE( face, service, BDF ); - if ( service && service->get_charset_id ) - error = service->get_charset_id( face, &encoding, ®istry ); - } + if ( service && service->get_charset_id ) + error = service->get_charset_id( face, &encoding, ®istry ); + else + error = FT_THROW( Invalid_Argument ); if ( acharset_encoding ) *acharset_encoding = encoding; @@ -65,23 +66,25 @@ { FT_Error error; + FT_Service_BDF service; - error = FT_ERR( Invalid_Argument ); - aproperty->type = BDF_PROPERTY_TYPE_NONE; + if ( !face ) + return FT_THROW( Invalid_Face_Handle ); - if ( face ) - { - FT_Service_BDF service; + if ( !aproperty ) + return FT_THROW( Invalid_Argument ); + aproperty->type = BDF_PROPERTY_TYPE_NONE; - FT_FACE_FIND_SERVICE( face, service, BDF ); + FT_FACE_FIND_SERVICE( face, service, BDF ); - if ( service && service->get_property ) - error = service->get_property( face, prop_name, aproperty ); - } + if ( service && service->get_property ) + error = service->get_property( face, prop_name, aproperty ); + else + error = FT_THROW( Invalid_Argument ); - return error; + return error; } diff --git a/freetype/src/base/ftbitmap.c b/freetype/src/base/ftbitmap.c index 5606745be..19a1a8079 100644 --- a/freetype/src/base/ftbitmap.c +++ b/freetype/src/base/ftbitmap.c @@ -33,7 +33,8 @@ FT_EXPORT_DEF( void ) FT_Bitmap_New( FT_Bitmap *abitmap ) { - *abitmap = null_bitmap; + if ( abitmap ) + *abitmap = null_bitmap; } @@ -44,25 +45,42 @@ const FT_Bitmap *source, FT_Bitmap *target) { - FT_Memory memory = library->memory; + FT_Memory memory; FT_Error error = FT_Err_Ok; - FT_Int pitch = source->pitch; - FT_ULong size; + FT_Int pitch; + FT_ULong size; + + FT_Int source_pitch_sign, target_pitch_sign; + + + if ( !library ) + return FT_THROW( Invalid_Library_Handle ); + + if ( !source || !target ) + return FT_THROW( Invalid_Argument ); if ( source == target ) return FT_Err_Ok; + source_pitch_sign = source->pitch < 0 ? -1 : 1; + target_pitch_sign = target->pitch < 0 ? -1 : 1; + if ( source->buffer == NULL ) { *target = *source; + if ( source_pitch_sign != target_pitch_sign ) + target->pitch = -target->pitch; return FT_Err_Ok; } + memory = library->memory; + pitch = source->pitch; + if ( pitch < 0 ) pitch = -pitch; - size = (FT_ULong)( pitch * source->rows ); + size = (FT_ULong)pitch * source->rows; if ( target->buffer ) { @@ -70,9 +88,9 @@ FT_ULong target_size; - if ( target_pitch < 0 ) + if ( target_pitch < 0 ) target_pitch = -target_pitch; - target_size = (FT_ULong)( target_pitch * target->rows ); + target_size = (FT_ULong)target_pitch * target->rows; if ( target_size != size ) (void)FT_QREALLOC( target->buffer, target_size, size ); @@ -89,13 +107,35 @@ *target = *source; target->buffer = p; - FT_MEM_COPY( target->buffer, source->buffer, size ); + if ( source_pitch_sign == target_pitch_sign ) + FT_MEM_COPY( target->buffer, source->buffer, size ); + else + { + /* take care of bitmap flow */ + FT_UInt i; + FT_Byte* s = source->buffer; + FT_Byte* t = target->buffer; + + + t += pitch * ( target->rows - 1 ); + + for ( i = target->rows; i > 0; i-- ) + { + FT_ARRAY_COPY( t, s, pitch ); + + s += pitch; + t -= pitch; + } + } } return error; } + /* Enlarge `bitmap' horizontally and vertically by `xpixels' */ + /* and `ypixels', respectively. */ + static FT_Error ft_bitmap_assure_buffer( FT_Memory memory, FT_Bitmap* bitmap, @@ -106,7 +146,7 @@ int pitch; int new_pitch; FT_UInt bpp; - FT_Int i, width, height; + FT_UInt i, width, height; unsigned char* buffer = NULL; @@ -144,17 +184,17 @@ if ( ypixels == 0 && new_pitch <= pitch ) { /* zero the padding */ - FT_Int bit_width = pitch * 8; - FT_Int bit_last = ( width + xpixels ) * bpp; + FT_UInt bit_width = pitch * 8; + FT_UInt bit_last = ( width + xpixels ) * bpp; if ( bit_last < bit_width ) { FT_Byte* line = bitmap->buffer + ( bit_last >> 3 ); FT_Byte* end = bitmap->buffer + pitch; - FT_Int shift = bit_last & 7; + FT_UInt shift = bit_last & 7; FT_UInt mask = 0xFF00U >> shift; - FT_Int count = height; + FT_UInt count = height; for ( ; count > 0; count--, line += pitch, end += pitch ) @@ -168,19 +208,22 @@ write++; } if ( write < end ) - FT_MEM_ZERO( write, end-write ); + FT_MEM_ZERO( write, end - write ); } } return FT_Err_Ok; } + /* otherwise allocate new buffer */ if ( FT_QALLOC_MULT( buffer, new_pitch, bitmap->rows + ypixels ) ) return error; + /* new rows get added at the top of the bitmap, */ + /* thus take care of the flow direction */ if ( bitmap->pitch > 0 ) { - FT_Int len = ( width * bpp + 7 ) >> 3; + FT_UInt len = ( width * bpp + 7 ) >> 3; for ( i = 0; i < bitmap->rows; i++ ) @@ -189,7 +232,7 @@ } else { - FT_Int len = ( width * bpp + 7 ) >> 3; + FT_UInt len = ( width * bpp + 7 ) >> 3; for ( i = 0; i < bitmap->rows; i++ ) @@ -220,7 +263,8 @@ { FT_Error error; unsigned char* p; - FT_Int i, x, y, pitch; + FT_Int i, x, pitch; + FT_UInt y; FT_Int xstr, ystr; @@ -248,17 +292,11 @@ case FT_PIXEL_MODE_GRAY4: { FT_Bitmap tmp; - FT_Int align; - - if ( bitmap->pixel_mode == FT_PIXEL_MODE_GRAY2 ) - align = ( bitmap->width + xstr + 3 ) / 4; - else - align = ( bitmap->width + xstr + 1 ) / 2; + /* convert to 8bpp */ FT_Bitmap_New( &tmp ); - - error = FT_Bitmap_Convert( library, bitmap, &tmp, align ); + error = FT_Bitmap_Convert( library, bitmap, &tmp, 1 ); if ( error ) return error; @@ -289,6 +327,7 @@ if ( error ) return error; + /* take care of bitmap flow */ pitch = bitmap->pitch; if ( pitch > 0 ) p = bitmap->buffer + pitch * ystr; @@ -309,7 +348,7 @@ */ for ( x = pitch - 1; x >= 0; x-- ) { - unsigned char tmp; + unsigned char tmp; tmp = p[x]; @@ -324,7 +363,7 @@ p[x] |= p[x - 1] << ( 8 - i ); #if 0 - if ( p[x] == 0xff ) + if ( p[x] == 0xFF ) break; #endif } @@ -334,12 +373,12 @@ { if ( p[x] + p[x - i] > bitmap->num_grays - 1 ) { - p[x] = (unsigned char)(bitmap->num_grays - 1); + p[x] = (unsigned char)( bitmap->num_grays - 1 ); break; } else { - p[x] = (unsigned char)(p[x] + p[x-i]); + p[x] = (unsigned char)( p[x] + p[x - i] ); if ( p[x] == bitmap->num_grays - 1 ) break; } @@ -378,14 +417,11 @@ static FT_Byte ft_gray_for_premultiplied_srgb_bgra( const FT_Byte* bgra ) { - FT_Long a = bgra[3]; - FT_Long b = bgra[0]; - FT_Long g = bgra[1]; - FT_Long r = bgra[2]; - FT_Long l; + FT_UInt a = bgra[3]; + FT_UInt l; - /* Short-circuit transparent color to avoid div-by-zero. */ + /* Short-circuit transparent color to avoid division by zero. */ if ( !a ) return 0; @@ -395,40 +431,32 @@ * A gamma of 2.2 is fair to assume. And then, we need to * undo the premultiplication too. * - * http://accessibility.kde.org/hsl-adjusted.php + * http://accessibility.kde.org/hsl-adjusted.php + * + * We do the computation with integers only, applying a gamma of 2.0. + * We guarantee 32-bit arithmetic to avoid overflow but the resulting + * luminosity fits into 16 bits. * - * We do the computation with integers only. */ - /* Undo premultification, get the number in a 16.16 form. */ - b = FT_MulDiv( b, 65536, a ); - g = FT_MulDiv( g, 65536, a ); - r = FT_MulDiv( r, 65536, a ); - a = a * 256; - - /* Apply gamma of 2.0 instead of 2.2. */ - b = FT_MulFix( b, b ); - g = FT_MulFix( g, g ); - r = FT_MulFix( r, r ); - - /* Apply coefficients. */ - b = FT_MulFix( b, 4731 /* 0.0722 * 65536 */ ); - g = FT_MulFix( g, 46871 /* 0.7152 * 65536 */ ); - r = FT_MulFix( r, 13933 /* 0.2126 * 65536 */ ); - - l = r + g + b; + l = ( 4732UL /* 0.0722 * 65536 */ * bgra[0] * bgra[0] + + 46871UL /* 0.7152 * 65536 */ * bgra[1] * bgra[1] + + 13933UL /* 0.2126 * 65536 */ * bgra[2] * bgra[2] ) >> 16; /* - * Final transparency can be determined this way: + * Final transparency can be determined as follows. * * - If alpha is zero, we want 0. * - If alpha is zero and luminosity is zero, we want 255. * - If alpha is zero and luminosity is one, we want 0. * - * So the formula is a * (1 - l). + * So the formula is a * (1 - l) = a - l * a. + * + * We still need to undo premultiplication by dividing l by a*a. + * */ - return (FT_Byte)( FT_MulFix( 65535 - l, a ) >> 8 ); + return (FT_Byte)( a - l / a ); } @@ -443,10 +471,16 @@ FT_Error error = FT_Err_Ok; FT_Memory memory; + FT_Byte* s; + FT_Byte* t; + if ( !library ) return FT_THROW( Invalid_Library_Handle ); + if ( !source || !target ) + return FT_THROW( Invalid_Argument ); + memory = library->memory; switch ( source->pixel_mode ) @@ -459,13 +493,15 @@ case FT_PIXEL_MODE_LCD_V: case FT_PIXEL_MODE_BGRA: { - FT_Int pad; - FT_Long old_size; + FT_Int pad, old_target_pitch, target_pitch; + FT_ULong old_size; - old_size = target->rows * target->pitch; - if ( old_size < 0 ) - old_size = -old_size; + old_target_pitch = target->pitch; + if ( old_target_pitch < 0 ) + old_target_pitch = -old_target_pitch; + + old_size = target->rows * old_target_pitch; target->pixel_mode = FT_PIXEL_MODE_GRAY; target->rows = source->rows; @@ -479,16 +515,18 @@ pad = alignment - pad; } - target->pitch = source->width + pad; + target_pitch = source->width + pad; - if ( target->pitch > 0 && - (FT_ULong)target->rows > FT_ULONG_MAX / target->pitch ) + if ( target_pitch > 0 && + (FT_ULong)target->rows > FT_ULONG_MAX / target_pitch ) return FT_THROW( Invalid_Argument ); - if ( target->rows * target->pitch > old_size && + if ( target->rows * target_pitch > old_size && FT_QREALLOC( target->buffer, - old_size, target->rows * target->pitch ) ) + old_size, target->rows * target_pitch ) ) return error; + + target->pitch = target->pitch < 0 ? -target_pitch : target_pitch; } break; @@ -496,13 +534,20 @@ error = FT_THROW( Invalid_Argument ); } + s = source->buffer; + t = target->buffer; + + /* take care of bitmap flow */ + if ( source->pitch < 0 ) + s -= source->pitch * ( source->rows - 1 ); + if ( target->pitch < 0 ) + t -= target->pitch * ( target->rows - 1 ); + switch ( source->pixel_mode ) { case FT_PIXEL_MODE_MONO: { - FT_Byte* s = source->buffer; - FT_Byte* t = target->buffer; - FT_Int i; + FT_UInt i; target->num_grays = 2; @@ -511,7 +556,7 @@ { FT_Byte* ss = s; FT_Byte* tt = t; - FT_Int j; + FT_UInt j; /* get the full bytes */ @@ -559,12 +604,8 @@ case FT_PIXEL_MODE_LCD: case FT_PIXEL_MODE_LCD_V: { - FT_Int width = source->width; - FT_Byte* s = source->buffer; - FT_Byte* t = target->buffer; - FT_Int s_pitch = source->pitch; - FT_Int t_pitch = target->pitch; - FT_Int i; + FT_Int width = source->width; + FT_UInt i; target->num_grays = 256; @@ -573,8 +614,8 @@ { FT_ARRAY_COPY( t, s, width ); - s += s_pitch; - t += t_pitch; + s += source->pitch; + t += target->pitch; } } break; @@ -582,9 +623,7 @@ case FT_PIXEL_MODE_GRAY2: { - FT_Byte* s = source->buffer; - FT_Byte* t = target->buffer; - FT_Int i; + FT_UInt i; target->num_grays = 4; @@ -593,7 +632,7 @@ { FT_Byte* ss = s; FT_Byte* tt = t; - FT_Int j; + FT_UInt j; /* get the full bytes */ @@ -634,9 +673,7 @@ case FT_PIXEL_MODE_GRAY4: { - FT_Byte* s = source->buffer; - FT_Byte* t = target->buffer; - FT_Int i; + FT_UInt i; target->num_grays = 16; @@ -645,7 +682,7 @@ { FT_Byte* ss = s; FT_Byte* tt = t; - FT_Int j; + FT_UInt j; /* get the full bytes */ @@ -670,13 +707,10 @@ } break; + case FT_PIXEL_MODE_BGRA: { - FT_Byte* s = source->buffer; - FT_Byte* t = target->buffer; - FT_Int s_pitch = source->pitch; - FT_Int t_pitch = target->pitch; - FT_Int i; + FT_UInt i; target->num_grays = 256; @@ -685,7 +719,7 @@ { FT_Byte* ss = s; FT_Byte* tt = t; - FT_Int j; + FT_UInt j; for ( j = source->width; j > 0; j-- ) @@ -696,8 +730,8 @@ tt += 1; } - s += s_pitch; - t += t_pitch; + s += source->pitch; + t += target->pitch; } } break; diff --git a/freetype/src/base/ftcalc.c b/freetype/src/base/ftcalc.c index 6e655832f..57f796803 100644 --- a/freetype/src/base/ftcalc.c +++ b/freetype/src/base/ftcalc.c @@ -39,7 +39,8 @@ #include FT_INTERNAL_DEBUG_H #include FT_INTERNAL_OBJECTS_H -#ifdef FT_MULFIX_INLINED + +#ifdef FT_MULFIX_ASSEMBLER #undef FT_MulFix #endif @@ -67,6 +68,16 @@ #define FT_COMPONENT trace_calc + /* transfer sign leaving a positive number */ +#define FT_MOVE_SIGN( x, s ) \ + FT_BEGIN_STMNT \ + if ( x < 0 ) \ + { \ + x = -x; \ + s = -s; \ + } \ + FT_END_STMNT + /* The following three functions are available regardless of whether */ /* FT_LONG64 is defined. */ @@ -75,8 +86,8 @@ FT_EXPORT_DEF( FT_Fixed ) FT_RoundFix( FT_Fixed a ) { - return ( a >= 0 ) ? ( a + 0x8000L ) & ~0xFFFFL - : -((-a + 0x8000L ) & ~0xFFFFL ); + return a >= 0 ? ( a + 0x8000L ) & ~0xFFFFL + : -((-a + 0x8000L ) & ~0xFFFFL ); } @@ -85,8 +96,8 @@ FT_EXPORT_DEF( FT_Fixed ) FT_CeilFix( FT_Fixed a ) { - return ( a >= 0 ) ? ( a + 0xFFFFL ) & ~0xFFFFL - : -((-a + 0xFFFFL ) & ~0xFFFFL ); + return a >= 0 ? ( a + 0xFFFFL ) & ~0xFFFFL + : -((-a + 0xFFFFL ) & ~0xFFFFL ); } @@ -95,38 +106,40 @@ FT_EXPORT_DEF( FT_Fixed ) FT_FloorFix( FT_Fixed a ) { - return ( a >= 0 ) ? a & ~0xFFFFL - : -((-a) & ~0xFFFFL ); + return a >= 0 ? a & ~0xFFFFL + : -((-a) & ~0xFFFFL ); } +#ifndef FT_MSB FT_BASE_DEF ( FT_Int ) FT_MSB( FT_UInt32 z ) { - FT_Int shift = 0; + FT_Int shift = 0; + /* determine msb bit index in `shift' */ - if ( z >= ( 1L << 16 ) ) + if ( z & 0xFFFF0000UL ) { z >>= 16; shift += 16; } - if ( z >= ( 1L << 8 ) ) + if ( z & 0x0000FF00UL ) { z >>= 8; shift += 8; } - if ( z >= ( 1L << 4 ) ) + if ( z & 0x000000F0UL ) { z >>= 4; shift += 4; } - if ( z >= ( 1L << 2 ) ) + if ( z & 0x0000000CUL ) { z >>= 2; shift += 2; } - if ( z >= ( 1L << 1 ) ) + if ( z & 0x00000002UL ) { /* z >>= 1; */ shift += 1; @@ -135,6 +148,8 @@ return shift; } +#endif /* !FT_MSB */ + /* documentation is in ftcalc.h */ @@ -162,19 +177,18 @@ FT_Long b, FT_Long c ) { - FT_Int s; + FT_Int s = 1; FT_Long d; - s = 1; - if ( a < 0 ) { a = -a; s = -1; } - if ( b < 0 ) { b = -b; s = -s; } - if ( c < 0 ) { c = -c; s = -s; } + FT_MOVE_SIGN( a, s ); + FT_MOVE_SIGN( b, s ); + FT_MOVE_SIGN( c, s ); d = (FT_Long)( c > 0 ? ( (FT_Int64)a * b + ( c >> 1 ) ) / c : 0x7FFFFFFFL ); - return ( s > 0 ) ? d : -d; + return s < 0 ? -d : d; } @@ -185,19 +199,18 @@ FT_Long b, FT_Long c ) { - FT_Int s; + FT_Int s = 1; FT_Long d; - s = 1; - if ( a < 0 ) { a = -a; s = -1; } - if ( b < 0 ) { b = -b; s = -s; } - if ( c < 0 ) { c = -c; s = -s; } + FT_MOVE_SIGN( a, s ); + FT_MOVE_SIGN( b, s ); + FT_MOVE_SIGN( c, s ); d = (FT_Long)( c > 0 ? (FT_Int64)a * b / c : 0x7FFFFFFFL ); - return ( s > 0 ) ? d : -d; + return s < 0 ? -d : d; } @@ -217,21 +230,12 @@ FT_Long c; - if ( a < 0 ) - { - a = -a; - s = -1; - } - - if ( b < 0 ) - { - b = -b; - s = -s; - } + FT_MOVE_SIGN( a, s ); + FT_MOVE_SIGN( b, s ); c = (FT_Long)( ( (FT_Int64)a * b + 0x8000L ) >> 16 ); - return ( s > 0 ) ? c : -c; + return s < 0 ? -c : c; #endif /* FT_MULFIX_ASSEMBLER */ } @@ -243,30 +247,17 @@ FT_DivFix( FT_Long a, FT_Long b ) { - FT_Int32 s; - FT_UInt32 q; + FT_Int s = 1; + FT_Long q; - s = 1; - if ( a < 0 ) - { - a = -a; - s = -1; - } - if ( b < 0 ) - { - b = -b; - s = -s; - } + FT_MOVE_SIGN( a, s ); + FT_MOVE_SIGN( b, s ); - if ( b == 0 ) - /* check for division by 0 */ - q = 0x7FFFFFFFL; - else - /* compute result directly */ - q = (FT_UInt32)( ( ( (FT_UInt64)a << 16 ) + ( b >> 1 ) ) / b ); + q = (FT_Long)( b > 0 ? ( ( (FT_UInt64)a << 16 ) + ( b >> 1 ) ) / b + : 0x7FFFFFFFL ); - return ( s < 0 ? -(FT_Long)q : (FT_Long)q ); + return s < 0 ? -q : q; } @@ -314,25 +305,30 @@ FT_Int i; - q = 0; - r = hi; - - if ( r >= y ) + if ( hi >= y ) return (FT_UInt32)0x7FFFFFFFL; - i = 32; + /* We shift as many bits as we can into the high register, perform */ + /* 32-bit division with modulo there, then work through the remaining */ + /* bits with long division. This optimization is especially noticeable */ + /* for smaller dividends that barely use the high register. */ + + i = 31 - FT_MSB( hi ); + r = ( hi << i ) | ( lo >> ( 32 - i ) ); lo <<= i; /* left 64-bit shift */ + q = r / y; + r -= q * y; /* remainder */ + + i = 32 - i; /* bits remaining in low register */ do { - r <<= 1; q <<= 1; - r |= lo >> 31; + r = ( r << 1 ) | ( lo >> 31 ); lo <<= 1; if ( r >= y ) { r -= y; q |= 1; } - lo <<= 1; } while ( --i ); return q; @@ -344,7 +340,7 @@ FT_Int64* y, FT_Int64 *z ) { - register FT_UInt32 lo, hi; + FT_UInt32 lo, hi; lo = x->lo + y->lo; @@ -355,60 +351,95 @@ } - /* documentation is in freetype.h */ - - /* The FT_MulDiv function has been optimized thanks to ideas from */ - /* Graham Asher. The trick is to optimize computation when everything */ - /* fits within 32-bits (a rather common case). */ + /* The FT_MulDiv function has been optimized thanks to ideas from */ + /* Graham Asher and Alexei Podtelezhnikov. The trick is to optimize */ + /* a rather common case when everything fits within 32-bits. */ + /* */ + /* We compute 'a*b+c/2', then divide it by 'c' (all positive values). */ + /* */ + /* The product of two positive numbers never exceeds the square of */ + /* its mean values. Therefore, we always avoid the overflow by */ + /* imposing */ /* */ - /* we compute 'a*b+c/2', then divide it by 'c'. (positive values) */ + /* (a + b) / 2 <= sqrt(X - c/2) , */ /* */ - /* 46340 is FLOOR(SQRT(2^31-1)). */ + /* where X = 2^32 - 1, the maximum unsigned 32-bit value, and using */ + /* unsigned arithmetic. Now we replace `sqrt' with a linear function */ + /* that is smaller or equal for all values of c in the interval */ + /* [0;X/2]; it should be equal to sqrt(X) and sqrt(3X/4) at the */ + /* endpoints. Substituting the linear solution and explicit numbers */ + /* we get */ /* */ - /* if ( a <= 46340 && b <= 46340 ) then ( a*b <= 0x7FFEA810 ) */ + /* a + b <= 131071.99 - c / 122291.84 . */ /* */ - /* 0x7FFFFFFF - 0x7FFEA810 = 0x157F0 */ + /* In practice, we should use a faster and even stronger inequality */ /* */ - /* if ( c < 0x157F0*2 ) then ( a*b+c/2 <= 0x7FFFFFFF ) */ + /* a + b <= 131071 - (c >> 16) */ /* */ - /* and 2*0x157F0 = 176096 */ + /* or, alternatively, */ /* */ + /* a + b <= 129894 - (c >> 17) . */ + /* */ + /* FT_MulFix, on the other hand, is optimized for a small value of */ + /* the first argument, when the second argument can be much larger. */ + /* This can be achieved by scaling the second argument and the limit */ + /* in the above inequalities. For example, */ + /* */ + /* a + (b >> 8) <= (131071 >> 4) */ + /* */ + /* covers the practical range of use. The actual test below is a bit */ + /* tighter to avoid the border case overflows. */ + /* */ + /* In the case of FT_DivFix, the exact overflow check */ + /* */ + /* a << 16 <= X - c/2 */ + /* */ + /* is scaled down by 2^16 and we use */ + /* */ + /* a <= 65535 - (c >> 17) . */ + + /* documentation is in freetype.h */ FT_EXPORT_DEF( FT_Long ) FT_MulDiv( FT_Long a, FT_Long b, FT_Long c ) { - long s; + FT_Int s = 1; /* XXX: this function does not allow 64-bit arguments */ if ( a == 0 || b == c ) return a; - s = a; a = FT_ABS( a ); - s ^= b; b = FT_ABS( b ); - s ^= c; c = FT_ABS( c ); + FT_MOVE_SIGN( a, s ); + FT_MOVE_SIGN( b, s ); + FT_MOVE_SIGN( c, s ); + + if ( c == 0 ) + a = 0x7FFFFFFFL; - if ( a <= 46340L && b <= 46340L && c <= 176095L && c > 0 ) - a = ( a * b + ( c >> 1 ) ) / c; + else if ( (FT_ULong)a + b <= 129894UL - ( c >> 17 ) ) + a = ( (FT_ULong)a * b + ( c >> 1 ) ) / c; - else if ( (FT_Int32)c > 0 ) + else { FT_Int64 temp, temp2; - ft_multo64( (FT_Int32)a, (FT_Int32)b, &temp ); + ft_multo64( a, b, &temp ); temp2.hi = 0; - temp2.lo = (FT_UInt32)(c >> 1); + temp2.lo = c >> 1; + FT_Add64( &temp, &temp2, &temp ); - a = ft_div64by32( temp.hi, temp.lo, (FT_Int32)c ); + + /* last attempt to ditch long division */ + a = temp.hi == 0 ? temp.lo / c + : ft_div64by32( temp.hi, temp.lo, c ); } - else - a = 0x7FFFFFFFL; - return ( s < 0 ? -a : a ); + return s < 0 ? -a : a; } @@ -417,31 +448,35 @@ FT_Long b, FT_Long c ) { - long s; + FT_Int s = 1; if ( a == 0 || b == c ) return a; - s = a; a = FT_ABS( a ); - s ^= b; b = FT_ABS( b ); - s ^= c; c = FT_ABS( c ); + FT_MOVE_SIGN( a, s ); + FT_MOVE_SIGN( b, s ); + FT_MOVE_SIGN( c, s ); + + if ( c == 0 ) + a = 0x7FFFFFFFL; - if ( a <= 46340L && b <= 46340L && c > 0 ) - a = a * b / c; + else if ( (FT_ULong)a + b <= 131071UL ) + a = (FT_ULong)a * b / c; - else if ( (FT_Int32)c > 0 ) + else { FT_Int64 temp; - ft_multo64( (FT_Int32)a, (FT_Int32)b, &temp ); - a = ft_div64by32( temp.hi, temp.lo, (FT_Int32)c ); + ft_multo64( a, b, &temp ); + + /* last attempt to ditch long division */ + a = temp.hi == 0 ? temp.lo / c + : ft_div64by32( temp.hi, temp.lo, c ); } - else - a = 0x7FFFFFFFL; - return ( s < 0 ? -a : a ); + return s < 0 ? -a : a; } @@ -497,7 +532,7 @@ ua = (FT_ULong)a; ub = (FT_ULong)b; - if ( ua <= 2048 && ub <= 1048576L ) + if ( ua + ( ub >> 8 ) <= 8190UL ) ua = ( ua * ub + 0x8000U ) >> 16; else { @@ -515,20 +550,20 @@ #else /* 0 */ - FT_Long s; + FT_Int s = 1; FT_ULong ua, ub; if ( a == 0 || b == 0x10000L ) return a; - s = a; a = FT_ABS( a ); - s ^= b; b = FT_ABS( b ); + FT_MOVE_SIGN( a, s ); + FT_MOVE_SIGN( b, s ); ua = (FT_ULong)a; ub = (FT_ULong)b; - if ( ua <= 2048 && ub <= 1048576L ) + if ( ua + ( ub >> 8 ) <= 8190UL ) ua = ( ua * ub + 0x8000UL ) >> 16; else { @@ -539,7 +574,7 @@ ( ( al * ( ub & 0xFFFFUL ) + 0x8000UL ) >> 16 ); } - return ( s < 0 ? -(FT_Long)ua : (FT_Long)ua ); + return s < 0 ? -(FT_Long)ua : (FT_Long)ua; #endif /* 0 */ @@ -552,23 +587,24 @@ FT_DivFix( FT_Long a, FT_Long b ) { - FT_Int32 s; - FT_UInt32 q; + FT_Int s = 1; + FT_Long q; /* XXX: this function does not allow 64-bit arguments */ - s = (FT_Int32)a; a = FT_ABS( a ); - s ^= (FT_Int32)b; b = FT_ABS( b ); - if ( (FT_UInt32)b == 0 ) + FT_MOVE_SIGN( a, s ); + FT_MOVE_SIGN( b, s ); + + if ( b == 0 ) { /* check for division by 0 */ - q = (FT_UInt32)0x7FFFFFFFL; + q = 0x7FFFFFFFL; } - else if ( ( a >> 16 ) == 0 ) + else if ( a <= 65535L - ( b >> 17 ) ) { /* compute result directly */ - q = (FT_UInt32)( ( (FT_ULong)a << 16 ) + ( b >> 1 ) ) / (FT_UInt32)b; + q = (FT_Long)( ( ( (FT_ULong)a << 16 ) + ( b >> 1 ) ) / b ); } else { @@ -576,138 +612,18 @@ FT_Int64 temp, temp2; - temp.hi = (FT_Int32)( a >> 16 ); - temp.lo = (FT_UInt32)a << 16; + temp.hi = a >> 16; + temp.lo = a << 16; temp2.hi = 0; - temp2.lo = (FT_UInt32)( b >> 1 ); - FT_Add64( &temp, &temp2, &temp ); - q = ft_div64by32( temp.hi, temp.lo, (FT_Int32)b ); - } - - return ( s < 0 ? -(FT_Int32)q : (FT_Int32)q ); - } + temp2.lo = b >> 1; - -#if 0 - - /* documentation is in ftcalc.h */ - - FT_EXPORT_DEF( void ) - FT_MulTo64( FT_Int32 x, - FT_Int32 y, - FT_Int64 *z ) - { - FT_Int32 s; - - - s = x; x = FT_ABS( x ); - s ^= y; y = FT_ABS( y ); - - ft_multo64( x, y, z ); - - if ( s < 0 ) - { - z->lo = (FT_UInt32)-(FT_Int32)z->lo; - z->hi = ~z->hi + !( z->lo ); - } - } - - - /* apparently, the second version of this code is not compiled correctly */ - /* on Mac machines with the MPW C compiler.. tsk, tsk, tsk... */ - -#if 1 - - FT_EXPORT_DEF( FT_Int32 ) - FT_Div64by32( FT_Int64* x, - FT_Int32 y ) - { - FT_Int32 s; - FT_UInt32 q, r, i, lo; - - - s = x->hi; - if ( s < 0 ) - { - x->lo = (FT_UInt32)-(FT_Int32)x->lo; - x->hi = ~x->hi + !x->lo; - } - s ^= y; y = FT_ABS( y ); - - /* Shortcut */ - if ( x->hi == 0 ) - { - if ( y > 0 ) - q = x->lo / y; - else - q = 0x7FFFFFFFL; - - return ( s < 0 ? -(FT_Int32)q : (FT_Int32)q ); - } - - r = x->hi; - lo = x->lo; - - if ( r >= (FT_UInt32)y ) /* we know y is to be treated as unsigned here */ - return ( s < 0 ? 0x80000001UL : 0x7FFFFFFFUL ); - /* Return Max/Min Int32 if division overflow. */ - /* This includes division by zero! */ - q = 0; - for ( i = 0; i < 32; i++ ) - { - r <<= 1; - q <<= 1; - r |= lo >> 31; - - if ( r >= (FT_UInt32)y ) - { - r -= y; - q |= 1; - } - lo <<= 1; - } - - return ( s < 0 ? -(FT_Int32)q : (FT_Int32)q ); - } - -#else /* 0 */ - - FT_EXPORT_DEF( FT_Int32 ) - FT_Div64by32( FT_Int64* x, - FT_Int32 y ) - { - FT_Int32 s; - FT_UInt32 q; - - - s = x->hi; - if ( s < 0 ) - { - x->lo = (FT_UInt32)-(FT_Int32)x->lo; - x->hi = ~x->hi + !x->lo; - } - s ^= y; y = FT_ABS( y ); - - /* Shortcut */ - if ( x->hi == 0 ) - { - if ( y > 0 ) - q = ( x->lo + ( y >> 1 ) ) / y; - else - q = 0x7FFFFFFFL; - - return ( s < 0 ? -(FT_Int32)q : (FT_Int32)q ); + FT_Add64( &temp, &temp2, &temp ); + q = (FT_Long)ft_div64by32( temp.hi, temp.lo, b ); } - q = ft_div64by32( x->hi, x->lo, y ); - - return ( s < 0 ? -(FT_Int32)q : (FT_Int32)q ); + return s < 0 ? -q : q; } -#endif /* 0 */ - -#endif /* 0 */ - #endif /* FT_LONG64 */ @@ -943,55 +859,40 @@ FT_Pos out_x, FT_Pos out_y ) { - FT_Pos ax = in_x; - FT_Pos ay = in_y; - - FT_Pos d_in, d_out, d_corner; - - - /* We approximate the Euclidean metric (sqrt(x^2 + y^2)) with */ - /* the Taxicab metric (|x| + |y|), which can be computed much */ - /* faster. If one of the two vectors is much longer than the */ - /* other one, the direction of the shorter vector doesn't */ - /* influence the result any more. */ - /* */ - /* corner */ - /* x---------------------------x */ - /* \ / */ - /* \ / */ - /* in \ / out */ - /* \ / */ - /* o */ - /* Point */ - /* */ - - if ( ax < 0 ) - ax = -ax; - if ( ay < 0 ) - ay = -ay; - d_in = ax + ay; /* d_in = || in || */ - - ax = out_x; - if ( ax < 0 ) - ax = -ax; - ay = out_y; - if ( ay < 0 ) - ay = -ay; - d_out = ax + ay; /* d_out = || out || */ - - ax = out_x + in_x; - if ( ax < 0 ) - ax = -ax; - ay = out_y + in_y; - if ( ay < 0 ) - ay = -ay; - d_corner = ax + ay; /* d_corner = || in + out || */ + FT_Pos ax = in_x + out_x; + FT_Pos ay = in_y + out_y; + + FT_Pos d_in, d_out, d_hypot; + + + /* The idea of this function is to compare the length of the */ + /* hypotenuse with the `in' and `out' length. The `corner' */ + /* represented by `in' and `out' is flat if the hypotenuse's */ + /* length isn't too large. */ + /* */ + /* This approach has the advantage that the angle between */ + /* `in' and `out' is not checked. In case one of the two */ + /* vectors is `dominant', this is, much larger than the */ + /* other vector, we thus always have a flat corner. */ + /* */ + /* hypotenuse */ + /* x---------------------------x */ + /* \ / */ + /* \ / */ + /* in \ / out */ + /* \ / */ + /* o */ + /* Point */ + + d_in = FT_HYPOT( in_x, in_y ); + d_out = FT_HYPOT( out_x, out_y ); + d_hypot = FT_HYPOT( ax, ay ); /* now do a simple length comparison: */ /* */ - /* d_in + d_out < 17/16 d_corner */ + /* d_in + d_out < 17/16 d_hypot */ - return ( d_in + d_out - d_corner ) < ( d_corner >> 4 ); + return ( d_in + d_out - d_hypot ) < ( d_hypot >> 4 ); } diff --git a/freetype/src/base/ftfstype.c b/freetype/src/base/ftfstype.c index d0ef7b7c1..6b49ef837 100644 --- a/freetype/src/base/ftfstype.c +++ b/freetype/src/base/ftfstype.c @@ -4,7 +4,7 @@ /* */ /* FreeType utility file to access FSType data (body). */ /* */ -/* Copyright 2008, 2009 by */ +/* Copyright 2008, 2009, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -51,7 +51,7 @@ /* look at FSType before fsType for Type42 */ - if ( ( os2 = (TT_OS2*)FT_Get_Sfnt_Table( face, ft_sfnt_os2 ) ) != NULL && + if ( ( os2 = (TT_OS2*)FT_Get_Sfnt_Table( face, FT_SFNT_OS2 ) ) != NULL && os2->version != 0xFFFFU ) return os2->fsType; diff --git a/freetype/src/base/ftglyph.c b/freetype/src/base/ftglyph.c index c62b3db0c..ac178c41b 100644 --- a/freetype/src/base/ftglyph.c +++ b/freetype/src/base/ftglyph.c @@ -4,7 +4,7 @@ /* */ /* FreeType convenience functions to handle glyphs (body). */ /* */ -/* Copyright 1996-2005, 2007, 2008, 2010, 2012, 2013 by */ +/* Copyright 1996-2005, 2007, 2008, 2010, 2012-2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -314,13 +314,13 @@ /* check arguments */ - if ( !target ) + if ( !target || !source || !source->clazz ) { error = FT_THROW( Invalid_Argument ); goto Exit; } - *target = 0; + *target = NULL; if ( !source || !source->clazz ) { @@ -359,7 +359,7 @@ FT_Error error; FT_Glyph glyph; - const FT_Glyph_Class* clazz = 0; + const FT_Glyph_Class* clazz = NULL; if ( !slot ) @@ -512,7 +512,7 @@ FT_BitmapGlyph bitmap = NULL; const FT_Glyph_Class* clazz; - /* FT_BITMAP_GLYPH_CLASS_GET derefers `library' in PIC mode */ + /* FT_BITMAP_GLYPH_CLASS_GET dereferences `library' in PIC mode */ FT_Library library; diff --git a/freetype/src/base/ftgxval.c b/freetype/src/base/ftgxval.c index a8ec44ac0..a65f4c879 100644 --- a/freetype/src/base/ftgxval.c +++ b/freetype/src/base/ftgxval.c @@ -4,7 +4,7 @@ /* */ /* FreeType API for validating TrueTyepGX/AAT tables (body). */ /* */ -/* Copyright 2004-2006, 2010, 2013 by */ +/* Copyright 2004-2006, 2010, 2013, 2014 by */ /* Masatake YAMATO, Redhat K.K, */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ @@ -50,7 +50,7 @@ goto Exit; } - if ( tables == NULL ) + if ( !tables ) { error = FT_THROW( Invalid_Argument ); goto Exit; @@ -102,7 +102,7 @@ goto Exit; } - if ( ckern_table == NULL ) + if ( !ckern_table ) { error = FT_THROW( Invalid_Argument ); goto Exit; diff --git a/freetype/src/base/ftinit.c b/freetype/src/base/ftinit.c index 6176273f0..c4c88201a 100644 --- a/freetype/src/base/ftinit.c +++ b/freetype/src/base/ftinit.c @@ -4,7 +4,7 @@ /* */ /* FreeType initialization layer (body). */ /* */ -/* Copyright 1996-2002, 2005, 2007, 2009, 2012, 2013 by */ +/* Copyright 1996-2002, 2005, 2007, 2009, 2012-2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -235,6 +235,8 @@ FT_Memory memory; + /* check of `alibrary' delayed to `FT_New_Library' */ + /* First of all, allocate a new system object -- this function is part */ /* of the system-specific component, i.e. `ftsystem.c'. */ @@ -263,17 +265,19 @@ FT_EXPORT_DEF( FT_Error ) FT_Done_FreeType( FT_Library library ) { - if ( library ) - { - FT_Memory memory = library->memory; + FT_Memory memory; - /* Discard the library object */ - FT_Done_Library( library ); + if ( !library ) + return FT_THROW( Invalid_Library_Handle ); - /* discard memory manager */ - FT_Done_Memory( memory ); - } + memory = library->memory; + + /* Discard the library object */ + FT_Done_Library( library ); + + /* discard memory manager */ + FT_Done_Memory( memory ); return FT_Err_Ok; } diff --git a/freetype/src/base/ftlcdfil.c b/freetype/src/base/ftlcdfil.c index 852fb3298..d8bcbbf1d 100644 --- a/freetype/src/base/ftlcdfil.c +++ b/freetype/src/base/ftlcdfil.c @@ -4,7 +4,7 @@ /* */ /* FreeType API for color filtering of subpixel bitmap glyphs (body). */ /* */ -/* Copyright 2006, 2008-2010, 2013 by */ +/* Copyright 2006, 2008-2010, 2013, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -46,9 +46,16 @@ FT_Byte* line = bitmap->buffer; + /* take care of bitmap flow */ + if ( bitmap->pitch < 0 ) + line -= bitmap->pitch * ( bitmap->rows - 1 ); + + /* `fir' and `pix' must be at least 32 bit wide, since the sum of */ + /* the values in `weights' can exceed 0xFF */ + for ( ; height > 0; height--, line += bitmap->pitch ) { - FT_UInt fir[5]; + FT_UInt fir[4]; /* below, `pix' is used as the 5th element */ FT_UInt val1, xx; @@ -57,7 +64,6 @@ fir[1] = weights[3] * val1; fir[2] = weights[4] * val1; fir[3] = 0; - fir[4] = 0; val1 = line[1]; fir[0] += weights[1] * val1; @@ -78,7 +84,7 @@ fir[3] = weights[4] * val; pix >>= 8; - pix |= -( pix >> 8 ); + pix |= (FT_UInt)-(FT_Int)( pix >> 8 ); line[xx - 2] = (FT_Byte)pix; } @@ -87,11 +93,11 @@ pix = fir[0] >> 8; - pix |= -( pix >> 8 ); + pix |= (FT_UInt)-(FT_Int)( pix >> 8 ); line[xx - 2] = (FT_Byte)pix; pix = fir[1] >> 8; - pix |= -( pix >> 8 ); + pix |= (FT_UInt)-(FT_Int)( pix >> 8 ); line[xx - 1] = (FT_Byte)pix; } } @@ -104,10 +110,14 @@ FT_Int pitch = bitmap->pitch; + /* take care of bitmap flow */ + if ( bitmap->pitch < 0 ) + column -= bitmap->pitch * ( bitmap->rows - 1 ); + for ( ; width > 0; width--, column++ ) { FT_Byte* col = column; - FT_UInt fir[5]; + FT_UInt fir[4]; /* below, `pix' is used as the 5th element */ FT_UInt val1, yy; @@ -116,7 +126,6 @@ fir[1] = weights[3] * val1; fir[2] = weights[4] * val1; fir[3] = 0; - fir[4] = 0; col += pitch; val1 = col[0]; @@ -139,7 +148,7 @@ fir[3] = weights[4] * val; pix >>= 8; - pix |= -( pix >> 8 ); + pix |= (FT_UInt)-(FT_Int)( pix >> 8 ); col[-2 * pitch] = (FT_Byte)pix; col += pitch; } @@ -149,11 +158,11 @@ pix = fir[0] >> 8; - pix |= -( pix >> 8 ); + pix |= (FT_UInt)-(FT_Int)( pix >> 8 ); col[-2 * pitch] = (FT_Byte)pix; pix = fir[1] >> 8; - pix |= -( pix >> 8 ); + pix |= (FT_UInt)-(FT_Int)( pix >> 8 ); col[-pitch] = (FT_Byte)pix; } } @@ -189,6 +198,10 @@ FT_Byte* line = bitmap->buffer; + /* take care of bitmap flow */ + if ( bitmap->pitch < 0 ) + line -= bitmap->pitch * ( bitmap->rows - 1 ); + for ( ; height > 0; height--, line += pitch ) { FT_UInt xx; @@ -228,6 +241,10 @@ FT_Byte* column = bitmap->buffer; + /* take care of bitmap flow */ + if ( bitmap->pitch < 0 ) + column -= bitmap->pitch * ( bitmap->rows - 1 ); + for ( ; width > 0; width--, column++ ) { FT_Byte* col = column; @@ -272,7 +289,10 @@ FT_Library_SetLcdFilterWeights( FT_Library library, unsigned char *weights ) { - if ( !library || !weights ) + if ( !library ) + return FT_THROW( Invalid_Library_Handle ); + + if ( !weights ) return FT_THROW( Invalid_Argument ); ft_memcpy( library->lcd_weights, weights, 5 ); @@ -294,7 +314,7 @@ if ( !library ) - return FT_THROW( Invalid_Argument ); + return FT_THROW( Invalid_Library_Handle ); switch ( filter ) { diff --git a/freetype/src/base/ftmac.c b/freetype/src/base/ftmac.c index 9b49da814..5301ab44f 100644 --- a/freetype/src/base/ftmac.c +++ b/freetype/src/base/ftmac.c @@ -8,7 +8,7 @@ /* This file is for Mac OS X only; see builds/mac/ftoldmac.c for */ /* classic platforms built by MPW. */ /* */ -/* Copyright 1996-2009, 2013 by */ +/* Copyright 1996-2009, 2013, 2014 by */ /* Just van Rossum, David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -227,6 +227,9 @@ FT_Error err; + if ( !fontName || !face_index ) + return FT_THROW( Invalid_Argument) ; + err = FT_GetFileRef_From_Mac_ATS_Name( fontName, &ref, face_index ); if ( err ) return err; @@ -256,6 +259,9 @@ FT_Error err; + if ( !fontName || !face_index ) + return FT_THROW( Invalid_Argument ); + err = FT_GetFileRef_From_Mac_ATS_Name( fontName, &ref, face_index ); if ( err ) return err; @@ -440,9 +446,10 @@ style = (StyleTable*)p; p += sizeof ( StyleTable ); string_count = EndianS16_BtoN( *(short*)(p) ); + string_count = FT_MIN( 64, string_count ); p += sizeof ( short ); - for ( i = 0; i < string_count && i < 64; i++ ) + for ( i = 0; i < string_count; i++ ) { names[i] = p; p += names[i][0]; @@ -459,7 +466,7 @@ ps_name[ps_name_len] = 0; } if ( style->indexes[face_index] > 1 && - style->indexes[face_index] <= FT_MIN( string_count, 64 ) ) + style->indexes[face_index] <= string_count ) { unsigned char* suffixes = names[style->indexes[face_index] - 1]; @@ -852,6 +859,8 @@ FT_Error error = FT_Err_Ok; + /* check of `library' and `aface' delayed to `FT_New_Face_From_XXX' */ + GetResInfo( fond, &fond_id, &fond_type, fond_name ); if ( ResError() != noErr || fond_type != TTAG_FOND ) return FT_THROW( Invalid_File_Format ); @@ -997,10 +1006,14 @@ { FT_Error error; FT_Open_Args args; - OSErr err; - UInt8 pathname[PATH_MAX]; + + OSErr err; + UInt8 pathname[PATH_MAX]; + /* check of `library' and `aface' delayed to */ + /* `FT_New_Face_From_Resource' */ + if ( !ref ) return FT_THROW( Invalid_Argument ); @@ -1047,6 +1060,8 @@ FSRef ref; + /* check of `library' and `aface' delayed to `FT_New_Face_From_FSRef' */ + if ( !spec || FSpMakeFSRef( spec, &ref ) != noErr ) return FT_THROW( Invalid_Argument ); else diff --git a/freetype/src/base/ftmm.c b/freetype/src/base/ftmm.c index 18ff879bf..056680bd6 100644 --- a/freetype/src/base/ftmm.c +++ b/freetype/src/base/ftmm.c @@ -4,7 +4,7 @@ /* */ /* Multiple Master font support (body). */ /* */ -/* Copyright 1996-2001, 2003, 2004, 2009, 2013 by */ +/* Copyright 1996-2001, 2003, 2004, 2009, 2013, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -72,6 +72,11 @@ FT_Service_MultiMasters service; + /* check of `face' delayed to `ft_face_get_mm_service' */ + + if ( !amaster ) + return FT_THROW( Invalid_Argument ); + error = ft_face_get_mm_service( face, &service ); if ( !error ) { @@ -94,6 +99,11 @@ FT_Service_MultiMasters service; + /* check of `face' delayed to `ft_face_get_mm_service' */ + + if ( !amaster ) + return FT_THROW( Invalid_Argument ); + error = ft_face_get_mm_service( face, &service ); if ( !error ) { @@ -117,6 +127,11 @@ FT_Service_MultiMasters service; + /* check of `face' delayed to `ft_face_get_mm_service' */ + + if ( !coords ) + return FT_THROW( Invalid_Argument ); + error = ft_face_get_mm_service( face, &service ); if ( !error ) { @@ -140,6 +155,11 @@ FT_Service_MultiMasters service; + /* check of `face' delayed to `ft_face_get_mm_service' */ + + if ( !coords ) + return FT_THROW( Invalid_Argument ); + error = ft_face_get_mm_service( face, &service ); if ( !error ) { @@ -163,6 +183,11 @@ FT_Service_MultiMasters service; + /* check of `face' delayed to `ft_face_get_mm_service' */ + + if ( !coords ) + return FT_THROW( Invalid_Argument ); + error = ft_face_get_mm_service( face, &service ); if ( !error ) { @@ -189,6 +214,11 @@ FT_Service_MultiMasters service; + /* check of `face' delayed to `ft_face_get_mm_service' */ + + if ( !coords ) + return FT_THROW( Invalid_Argument ); + error = ft_face_get_mm_service( face, &service ); if ( !error ) { diff --git a/freetype/src/base/ftobjs.c b/freetype/src/base/ftobjs.c index 6f323362a..ee15a016c 100644 --- a/freetype/src/base/ftobjs.c +++ b/freetype/src/base/ftobjs.c @@ -408,7 +408,10 @@ FT_GlyphSlot slot = NULL; - if ( !face || !face->driver ) + if ( !face ) + return FT_THROW( Invalid_Face_Handle ); + + if ( !face->driver ) return FT_THROW( Invalid_Argument ); driver = face->driver; @@ -508,6 +511,7 @@ internal->transform_matrix.xy = 0; internal->transform_matrix.yx = 0; internal->transform_matrix.yy = 0x10000L; + matrix = &internal->transform_matrix; } else @@ -523,6 +527,7 @@ { internal->transform_delta.x = 0; internal->transform_delta.y = 0; + delta = &internal->transform_delta; } else @@ -1040,14 +1045,6 @@ ( cur[0]->platform_id == TT_PLATFORM_APPLE_UNICODE && cur[0]->encoding_id == TT_APPLE_ID_UNICODE_32 ) ) { -#ifdef FT_MAX_CHARMAP_CACHEABLE - if ( cur - first > FT_MAX_CHARMAP_CACHEABLE ) - { - FT_ERROR(( "find_unicode_charmap: UCS-4 cmap is found " - "at too late position (%d)\n", cur - first )); - continue; - } -#endif face->charmap = cur[0]; return FT_Err_Ok; } @@ -1062,14 +1059,6 @@ { if ( cur[0]->encoding == FT_ENCODING_UNICODE ) { -#ifdef FT_MAX_CHARMAP_CACHEABLE - if ( cur - first > FT_MAX_CHARMAP_CACHEABLE ) - { - FT_ERROR(( "find_unicode_charmap: UCS-2 cmap is found " - "at too late position (%d)\n", cur - first )); - continue; - } -#endif face->charmap = cur[0]; return FT_Err_Ok; } @@ -1111,17 +1100,7 @@ if ( cur[0]->platform_id == TT_PLATFORM_APPLE_UNICODE && cur[0]->encoding_id == TT_APPLE_ID_VARIANT_SELECTOR && FT_Get_CMap_Format( cur[0] ) == 14 ) - { -#ifdef FT_MAX_CHARMAP_CACHEABLE - if ( cur - first > FT_MAX_CHARMAP_CACHEABLE ) - { - FT_ERROR(( "find_unicode_charmap: UVS cmap is found " - "at too late position (%d)\n", cur - first )); - continue; - } -#endif return cur[0]; - } } return NULL; @@ -1243,7 +1222,7 @@ FT_Open_Args args; - /* test for valid `library' and `aface' delayed to FT_Open_Face() */ + /* test for valid `library' and `aface' delayed to `FT_Open_Face' */ if ( !pathname ) return FT_THROW( Invalid_Argument ); @@ -1269,7 +1248,7 @@ FT_Open_Args args; - /* test for valid `library' and `face' delayed to FT_Open_Face() */ + /* test for valid `library' and `face' delayed to `FT_Open_Face' */ if ( !file_base ) return FT_THROW( Invalid_Argument ); @@ -1583,9 +1562,9 @@ FT_Memory memory = library->memory; FT_Byte* pfb_data = NULL; int i, type, flags; - FT_Long len; - FT_Long pfb_len, pfb_pos, pfb_lenpos; - FT_Long rlen, temp; + FT_ULong len; + FT_ULong pfb_len, pfb_pos, pfb_lenpos; + FT_ULong rlen, temp; if ( face_index == -1 ) @@ -1601,11 +1580,34 @@ error = FT_Stream_Seek( stream, offsets[i] ); if ( error ) goto Exit; - if ( FT_READ_LONG( temp ) ) + if ( FT_READ_ULONG( temp ) ) + goto Exit; + + /* FT2 allocator takes signed long buffer length, + * too large value causing overflow should be checked + */ + FT_TRACE4(( " POST fragment #%d: length=0x%08x\n", + i, temp)); + if ( 0x7FFFFFFFUL < temp || pfb_len + temp + 6 < pfb_len ) + { + FT_TRACE2(( " too long fragment length makes" + " pfb_len confused: temp=0x%08x\n", temp )); + error = FT_THROW( Invalid_Offset ); goto Exit; + } + pfb_len += temp + 6; } + FT_TRACE2(( " total buffer size to concatenate %d" + " POST fragments: 0x%08x\n", + resource_cnt, pfb_len + 2)); + if ( pfb_len + 2 < 6 ) { + FT_TRACE2(( " too long fragment length makes" + " pfb_len confused: pfb_len=0x%08x\n", pfb_len )); + error = FT_THROW( Array_Too_Large ); + goto Exit; + } if ( FT_ALLOC( pfb_data, (FT_Long)pfb_len + 2 ) ) goto Exit; @@ -1625,16 +1627,30 @@ error = FT_Stream_Seek( stream, offsets[i] ); if ( error ) goto Exit2; - if ( FT_READ_LONG( rlen ) ) - goto Exit; + if ( FT_READ_ULONG( rlen ) ) + goto Exit2; + + /* FT2 allocator takes signed long buffer length, + * too large fragment length causing overflow should be checked + */ + if ( 0x7FFFFFFFUL < rlen ) + { + error = FT_THROW( Invalid_Offset ); + goto Exit2; + } + if ( FT_READ_USHORT( flags ) ) - goto Exit; + goto Exit2; FT_TRACE3(( "POST fragment[%d]: offsets=0x%08x, rlen=0x%08x, flags=0x%04x\n", i, offsets[i], rlen, flags )); + error = FT_ERR( Array_Too_Large ); /* postpone the check of rlen longer than buffer until FT_Stream_Read() */ if ( ( flags >> 8 ) == 0 ) /* Comment, should not be loaded */ + { + FT_TRACE3(( " Skip POST fragment #%d because it is a comment\n", i )); continue; + } /* the flags are part of the resource, so rlen >= 2. */ /* but some fonts declare rlen = 0 for empty fragment */ @@ -1647,6 +1663,8 @@ len += rlen; else { + FT_TRACE3(( " Write POST fragment #%d header (4-byte) to buffer" + " 0x%p + 0x%08x\n", i, pfb_data, pfb_lenpos )); if ( pfb_lenpos + 3 > pfb_len + 2 ) goto Exit2; pfb_data[pfb_lenpos ] = (FT_Byte)( len ); @@ -1657,6 +1675,8 @@ if ( ( flags >> 8 ) == 5 ) /* End of font mark */ break; + FT_TRACE3(( " Write POST fragment #%d header (6-byte) to buffer" + " 0x%p + 0x%08x\n", i, pfb_data, pfb_pos )); if ( pfb_pos + 6 > pfb_len + 2 ) goto Exit2; pfb_data[pfb_pos++] = 0x80; @@ -1672,16 +1692,18 @@ pfb_data[pfb_pos++] = 0; } - error = FT_ERR( Cannot_Open_Resource ); if ( pfb_pos > pfb_len || pfb_pos + rlen > pfb_len ) goto Exit2; + FT_TRACE3(( " Load POST fragment #%d (%d byte) to buffer" + " 0x%p + 0x%08x\n", i, rlen, pfb_data, pfb_pos )); error = FT_Stream_Read( stream, (FT_Byte *)pfb_data + pfb_pos, rlen ); if ( error ) goto Exit2; pfb_pos += rlen; } + error = FT_ERR( Array_Too_Large ); if ( pfb_pos + 2 > pfb_len + 2 ) goto Exit2; pfb_data[pfb_pos++] = 0x80; @@ -1702,6 +1724,13 @@ aface ); Exit2: + if ( error == FT_ERR( Array_Too_Large ) ) + FT_TRACE2(( " Abort due to too-short buffer to store" + " all POST fragments\n" )); + else if ( error == FT_ERR( Invalid_Offset ) ) + FT_TRACE2(( " Abort due to invalid offset in a POST fragment\n" )); + if ( error ) + error = FT_ERR( Cannot_Open_Resource ); FT_FREE( pfb_data ); Exit: @@ -1881,7 +1910,7 @@ rlen = ( header[0x57] << 24 ) | ( header[0x58] << 16 ) | ( header[0x59] << 8 ) | - header[0x5a]; + header[0x5A]; #endif /* 0 */ offset = 128 + ( ( dlen + 127 ) & ~127 ); @@ -2049,8 +2078,7 @@ FT_Module* limit; - /* test for valid `library' delayed to */ - /* FT_Stream_New() */ + /* test for valid `library' delayed to `FT_Stream_New' */ if ( ( !aface && face_index >= 0 ) || !args ) return FT_THROW( Invalid_Argument ); @@ -2297,7 +2325,7 @@ FT_Open_Args open; - /* test for valid `face' delayed to FT_Attach_Stream() */ + /* test for valid `face' delayed to `FT_Attach_Stream' */ if ( !filepathname ) return FT_THROW( Invalid_Argument ); @@ -2323,7 +2351,7 @@ FT_Driver_Class clazz; - /* test for valid `parameters' delayed to FT_Stream_New() */ + /* test for valid `parameters' delayed to `FT_Stream_New' */ if ( !face ) return FT_THROW( Invalid_Face_Handle ); @@ -2359,6 +2387,9 @@ FT_EXPORT_DEF( FT_Error ) FT_Reference_Face( FT_Face face ) { + if ( !face ) + return FT_THROW( Invalid_Face_Handle ); + face->internal->refcount++; return FT_Err_Ok; @@ -2425,7 +2456,7 @@ return FT_THROW( Invalid_Face_Handle ); if ( !asize ) - return FT_THROW( Invalid_Size_Handle ); + return FT_THROW( Invalid_Argument ); if ( !face->driver ) return FT_THROW( Invalid_Driver_Handle ); @@ -2934,6 +2965,8 @@ FT_Size_RequestRec req; + /* check of `face' delayed to `FT_Request_Size' */ + if ( !char_width ) char_width = char_height; else if ( !char_height ) @@ -2972,6 +3005,8 @@ FT_Size_RequestRec req; + /* check of `face' delayed to `FT_Request_Size' */ + if ( pixel_width == 0 ) pixel_width = pixel_height; else if ( pixel_height == 0 ) @@ -3122,15 +3157,6 @@ { if ( cur[0]->encoding == encoding ) { -#ifdef FT_MAX_CHARMAP_CACHEABLE - if ( cur - face->charmaps > FT_MAX_CHARMAP_CACHEABLE ) - { - FT_ERROR(( "FT_Select_Charmap: requested charmap is found (%d), " - "but in too late position to cache\n", - cur - face->charmaps )); - continue; - } -#endif face->charmap = cur[0]; return 0; } @@ -3154,8 +3180,9 @@ return FT_THROW( Invalid_Face_Handle ); cur = face->charmaps; - if ( !cur ) + if ( !cur || !charmap ) return FT_THROW( Invalid_CharMap_Handle ); + if ( FT_Get_CMap_Format( charmap ) == 14 ) return FT_THROW( Invalid_Argument ); @@ -3165,19 +3192,11 @@ { if ( cur[0] == charmap ) { -#ifdef FT_MAX_CHARMAP_CACHEABLE - if ( cur - face->charmaps > FT_MAX_CHARMAP_CACHEABLE ) - { - FT_ERROR(( "FT_Set_Charmap: requested charmap is found (%d), " - "but in too late position to cache\n", - cur - face->charmaps )); - continue; - } -#endif face->charmap = cur[0]; - return 0; + return FT_Err_Ok; } } + return FT_THROW( Invalid_Argument ); } @@ -3199,15 +3218,6 @@ FT_ASSERT( i < charmap->face->num_charmaps ); -#ifdef FT_MAX_CHARMAP_CACHEABLE - if ( i > FT_MAX_CHARMAP_CACHEABLE ) - { - FT_ERROR(( "FT_Get_Charmap_Index: requested charmap is found (%d), " - "but in too late position to cache\n", - i )); - return -i; - } -#endif return i; } @@ -3418,8 +3428,9 @@ FT_UInt result = 0; - if ( face && face->charmap && - face->charmap->encoding == FT_ENCODING_UNICODE ) + if ( face && + face->charmap && + face->charmap->encoding == FT_ENCODING_UNICODE ) { FT_CharMap charmap = find_variant_selector_charmap( face ); FT_CMap ucmap = FT_CMAP( face->charmap ); @@ -3597,7 +3608,9 @@ FT_UInt result = 0; - if ( face && FT_HAS_GLYPH_NAMES( face ) ) + if ( face && + FT_HAS_GLYPH_NAMES( face ) && + glyph_name ) { FT_Service_GlyphDict service; @@ -3622,27 +3635,30 @@ FT_Pointer buffer, FT_UInt buffer_max ) { - FT_Error error = FT_ERR( Invalid_Argument ); + FT_Error error; + FT_Service_GlyphDict service; - /* clean up buffer */ - if ( buffer && buffer_max > 0 ) - ((FT_Byte*)buffer)[0] = 0; + if ( !face ) + return FT_THROW( Invalid_Face_Handle ); - if ( face && - (FT_Long)glyph_index <= face->num_glyphs && - FT_HAS_GLYPH_NAMES( face ) ) - { - FT_Service_GlyphDict service; + if ( !buffer || buffer_max == 0 ) + return FT_THROW( Invalid_Argument ); + /* clean up buffer */ + ((FT_Byte*)buffer)[0] = '\0'; - FT_FACE_LOOKUP_SERVICE( face, - service, - GLYPH_DICT ); + if ( (FT_Long)glyph_index >= face->num_glyphs ) + return FT_THROW( Invalid_Glyph_Index ); - if ( service && service->get_name ) - error = service->get_name( face, glyph_index, buffer, buffer_max ); - } + if ( !FT_HAS_GLYPH_NAMES( face ) ) + return FT_THROW( Invalid_Argument ); + + FT_FACE_LOOKUP_SERVICE( face, service, GLYPH_DICT ); + if ( service && service->get_name ) + error = service->get_name( face, glyph_index, buffer, buffer_max ); + else + error = FT_THROW( Invalid_Argument ); return error; } @@ -3683,7 +3699,7 @@ FT_Get_Sfnt_Table( FT_Face face, FT_Sfnt_Tag tag ) { - void* table = 0; + void* table = NULL; FT_Service_SFNT_Table service; @@ -3733,6 +3749,8 @@ FT_ULong offset; + /* test for valid `length' delayed to `service->table_info' */ + if ( !face || !FT_IS_SFNT( face ) ) return FT_THROW( Invalid_Face_Handle ); @@ -3800,12 +3818,12 @@ FT_Face face; - if ( size == NULL ) - return FT_THROW( Invalid_Argument ); + if ( !size ) + return FT_THROW( Invalid_Size_Handle ); face = size->face; - if ( face == NULL || face->driver == NULL ) - return FT_THROW( Invalid_Argument ); + if ( !face || !face->driver ) + return FT_THROW( Invalid_Face_Handle ); /* we don't need anything more complex than that; all size objects */ /* are already listed by the face */ @@ -3984,7 +4002,7 @@ FT_Get_Renderer( FT_Library library, FT_Glyph_Format format ) { - /* test for valid `library' delayed to FT_Lookup_Renderer() */ + /* test for valid `library' delayed to `FT_Lookup_Renderer' */ return FT_Lookup_Renderer( library, format, 0 ); } @@ -4001,12 +4019,26 @@ FT_ListNode node; FT_Error error = FT_Err_Ok; + FT_Renderer_SetModeFunc set_mode; + if ( !library ) - return FT_THROW( Invalid_Library_Handle ); + { + error = FT_THROW( Invalid_Library_Handle ); + goto Exit; + } if ( !renderer ) - return FT_THROW( Invalid_Argument ); + { + error = FT_THROW( Invalid_Argument ); + goto Exit; + } + + if ( num_params > 0 && !parameters ) + { + error = FT_THROW( Invalid_Argument ); + goto Exit; + } node = FT_List_Find( &library->renderers, renderer ); if ( !node ) @@ -4020,18 +4052,14 @@ if ( renderer->glyph_format == FT_GLYPH_FORMAT_OUTLINE ) library->cur_renderer = renderer; - if ( num_params > 0 ) - { - FT_Renderer_SetModeFunc set_mode = renderer->clazz->set_mode; - + set_mode = renderer->clazz->set_mode; - for ( ; num_params > 0; num_params-- ) - { - error = set_mode( renderer, parameters->tag, parameters->data ); - if ( error ) - break; - parameters++; - } + for ( ; num_params > 0; num_params-- ) + { + error = set_mode( renderer, parameters->tag, parameters->data ); + if ( error ) + break; + parameters++; } Exit: @@ -4090,7 +4118,11 @@ /* if we changed the current renderer for the glyph image format */ /* we need to select it as the next current one */ if ( !error && update && renderer ) - FT_Set_Renderer( library, renderer, 0, 0 ); + { + error = FT_Set_Renderer( library, renderer, 0, 0 ); + if ( error ) + break; + } } } @@ -4100,6 +4132,7 @@ #define FT_COMPONENT trace_bitmap /* we convert to a single bitmap format for computing the checksum */ + if ( !error ) { FT_Bitmap bitmap; FT_Error err; @@ -4107,6 +4140,7 @@ FT_Bitmap_New( &bitmap ); + /* this also converts the bitmap flow to `down' (i.e., pitch > 0) */ err = FT_Bitmap_Convert( library, &slot->bitmap, &bitmap, 1 ); if ( !err ) { @@ -4348,7 +4382,7 @@ FT_Get_Module( FT_Library library, const char* module_name ) { - FT_Module result = 0; + FT_Module result = NULL; FT_Module* cur; FT_Module* limit; @@ -4603,6 +4637,9 @@ FT_EXPORT_DEF( FT_Error ) FT_Reference_Library( FT_Library library ) { + if ( !library ) + return FT_THROW( Invalid_Library_Handle ); + library->refcount++; return FT_Err_Ok; @@ -4619,7 +4656,7 @@ FT_Error error; - if ( !memory ) + if ( !memory || !alibrary ) return FT_THROW( Invalid_Argument ); #ifdef FT_DEBUG_LEVEL_ERROR @@ -4881,6 +4918,8 @@ *p_arg1 = subg->arg1; *p_arg2 = subg->arg2; *p_transform = subg->transform; + + error = FT_Err_Ok; } return error; diff --git a/freetype/src/base/ftoutln.c b/freetype/src/base/ftoutln.c index 4a39dcd7c..8749d64ce 100644 --- a/freetype/src/base/ftoutln.c +++ b/freetype/src/base/ftoutln.c @@ -73,7 +73,10 @@ FT_Pos delta; - if ( !outline || !func_interface ) + if ( !outline ) + return FT_THROW( Invalid_Outline ); + + if ( !func_interface ) return FT_THROW( Invalid_Argument ); shift = func_interface->shift; @@ -362,7 +365,7 @@ /* empty glyph? */ if ( n_points == 0 && n_contours == 0 ) - return 0; + return FT_Err_Ok; /* check point and contour counts */ if ( n_points <= 0 || n_contours <= 0 ) @@ -384,7 +387,7 @@ goto Bad; /* XXX: check the tags array */ - return 0; + return FT_Err_Ok; } Bad: @@ -401,8 +404,10 @@ FT_Int is_owner; - if ( !source || !target || - source->n_points != target->n_points || + if ( !source || !target ) + return FT_THROW( Invalid_Outline ); + + if ( source->n_points != target->n_points || source->n_contours != target->n_contours ) return FT_THROW( Invalid_Argument ); @@ -430,20 +435,21 @@ FT_Outline_Done_Internal( FT_Memory memory, FT_Outline* outline ) { - if ( memory && outline ) - { - if ( outline->flags & FT_OUTLINE_OWNER ) - { - FT_FREE( outline->points ); - FT_FREE( outline->tags ); - FT_FREE( outline->contours ); - } - *outline = null_outline; + if ( !outline ) + return FT_THROW( Invalid_Outline ); - return FT_Err_Ok; - } - else + if ( !memory ) return FT_THROW( Invalid_Argument ); + + if ( outline->flags & FT_OUTLINE_OWNER ) + { + FT_FREE( outline->points ); + FT_FREE( outline->tags ); + FT_FREE( outline->contours ); + } + *outline = null_outline; + + return FT_Err_Ok; } @@ -614,7 +620,10 @@ if ( !library ) return FT_THROW( Invalid_Library_Handle ); - if ( !outline || !params ) + if ( !outline ) + return FT_THROW( Invalid_Outline ); + + if ( !params ) return FT_THROW( Invalid_Argument ); renderer = library->cur_renderer; @@ -643,7 +652,7 @@ /* if we changed the current renderer for the glyph image format */ /* we need to select it as the next current one */ if ( !error && update && renderer ) - FT_Set_Renderer( library, renderer, 0, 0 ); + error = FT_Set_Renderer( library, renderer, 0, 0 ); return error; } @@ -662,7 +671,7 @@ if ( !abitmap ) return FT_THROW( Invalid_Argument ); - /* other checks are delayed to FT_Outline_Render() */ + /* other checks are delayed to `FT_Outline_Render' */ params.target = abitmap; params.flags = 0; @@ -911,7 +920,7 @@ if ( !outline ) - return FT_THROW( Invalid_Argument ); + return FT_THROW( Invalid_Outline ); xstrength /= 2; ystrength /= 2; @@ -1045,6 +1054,10 @@ FT_Outline_Get_CBox( outline, &cbox ); + /* Handle collapsed outlines to avoid undefined FT_MSB. */ + if ( cbox.xMin == cbox.xMax || cbox.yMin == cbox.yMax ) + return FT_ORIENTATION_NONE; + xshift = FT_MSB( FT_ABS( cbox.xMax ) | FT_ABS( cbox.xMin ) ) - 14; xshift = FT_MAX( xshift, 0 ); diff --git a/freetype/src/base/ftpfr.c b/freetype/src/base/ftpfr.c index 0ba955f01..7425abe33 100644 --- a/freetype/src/base/ftpfr.c +++ b/freetype/src/base/ftpfr.c @@ -4,7 +4,7 @@ /* */ /* FreeType API for accessing PFR-specific data (body). */ /* */ -/* Copyright 2002-2004, 2008, 2010, 2013 by */ +/* Copyright 2002-2004, 2008, 2010, 2013, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -50,7 +50,7 @@ if ( !face ) - return FT_THROW( Invalid_Argument ); + return FT_THROW( Invalid_Face_Handle ); service = ft_pfr_check( face ); if ( service ) @@ -106,6 +106,9 @@ if ( !face ) + return FT_THROW( Invalid_Face_Handle ); + + if ( !avector ) return FT_THROW( Invalid_Argument ); service = ft_pfr_check( face ); @@ -130,11 +133,15 @@ FT_Service_PfrMetrics service; + if ( !face ) + return FT_THROW( Invalid_Face_Handle ); + + if ( !aadvance ) + return FT_THROW( Invalid_Argument ); + service = ft_pfr_check( face ); if ( service ) - { error = service->get_advance( face, gindex, aadvance ); - } else /* XXX: TODO: PROVIDE ADVANCE-LOADING METHOD TO ALL FONT DRIVERS */ error = FT_THROW( Invalid_Argument ); diff --git a/freetype/src/base/ftrfork.c b/freetype/src/base/ftrfork.c index 535297038..efe24d6ee 100644 --- a/freetype/src/base/ftrfork.c +++ b/freetype/src/base/ftrfork.c @@ -182,10 +182,10 @@ return error; FT_TRACE2(( "Resource tags: %c%c%c%c\n", - (char)( 0xff & ( tag_internal >> 24 ) ), - (char)( 0xff & ( tag_internal >> 16 ) ), - (char)( 0xff & ( tag_internal >> 8 ) ), - (char)( 0xff & ( tag_internal >> 0 ) ) )); + (char)( 0xFF & ( tag_internal >> 24 ) ), + (char)( 0xFF & ( tag_internal >> 16 ) ), + (char)( 0xFF & ( tag_internal >> 8 ) ), + (char)( 0xFF & ( tag_internal >> 0 ) ) )); FT_TRACE3(( " : subcount=%d, suboffset=0x%04x\n", subcnt, rpos )); diff --git a/freetype/src/base/ftstream.c b/freetype/src/base/ftstream.c index d965333da..759fd8fc0 100644 --- a/freetype/src/base/ftstream.c +++ b/freetype/src/base/ftstream.c @@ -728,9 +728,12 @@ FT_Byte* cursor; - if ( !fields || !stream ) + if ( !fields ) return FT_THROW( Invalid_Argument ); + if ( !stream ) + return FT_THROW( Invalid_Stream_Handle ); + cursor = stream->cursor; error = FT_Err_Ok; diff --git a/freetype/src/base/ftstroke.c b/freetype/src/base/ftstroke.c index ee61ceca0..5fc41fc8f 100644 --- a/freetype/src/base/ftstroke.c +++ b/freetype/src/base/ftstroke.c @@ -4,7 +4,7 @@ /* */ /* FreeType path stroker (body). */ /* */ -/* Copyright 2002-2006, 2008-2011, 2013 by */ +/* Copyright 2002-2006, 2008-2011, 2013, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -795,6 +795,9 @@ if ( !library ) + return FT_THROW( Invalid_Library_Handle ); + + if ( !astroker ) return FT_THROW( Invalid_Argument ); memory = library->memory; @@ -822,14 +825,17 @@ FT_Stroker_LineJoin line_join, FT_Fixed miter_limit ) { + if ( !stroker ) + return; + stroker->radius = radius; stroker->line_cap = line_cap; stroker->line_join = line_join; stroker->miter_limit = miter_limit; /* ensure miter limit has sensible value */ - if ( stroker->miter_limit < 0x10000 ) - stroker->miter_limit = 0x10000; + if ( stroker->miter_limit < 0x10000L ) + stroker->miter_limit = 0x10000L; /* save line join style: */ /* line join style can be temporarily changed when stroking curves */ @@ -1002,7 +1008,8 @@ FT_Tan( theta ) ) ); - intersect = FT_BOOL( stroker->line_length >= min_length && + intersect = FT_BOOL( min_length && + stroker->line_length >= min_length && line_length >= min_length ); } @@ -1287,6 +1294,9 @@ FT_Fixed line_length; + if ( !stroker || !to ) + return FT_THROW( Invalid_Argument ); + delta.x = to->x - stroker->center.x; delta.y = to->y - stroker->center.y; @@ -1360,6 +1370,12 @@ FT_Bool first_arc = TRUE; + if ( !stroker || !control || !to ) + { + error = FT_THROW( Invalid_Argument ); + goto Exit; + } + /* if all control points are coincident, this is a no-op; */ /* avoid creating a spurious corner */ if ( FT_IS_SMALL( stroker->center.x - control->x ) && @@ -1556,6 +1572,12 @@ FT_Bool first_arc = TRUE; + if ( !stroker || !control1 || !control2 || !to ) + { + error = FT_THROW( Invalid_Argument ); + goto Exit; + } + /* if all control points are coincident, this is a no-op; */ /* avoid creating a spurious corner */ if ( FT_IS_SMALL( stroker->center.x - control1->x ) && @@ -1758,6 +1780,9 @@ FT_Vector* to, FT_Bool open ) { + if ( !stroker || !to ) + return FT_THROW( Invalid_Argument ); + /* We cannot process the first point, because there is not enough */ /* information regarding its corner/cap. The latter will be processed */ /* in the `FT_Stroker_EndSubPath' routine. */ @@ -1858,6 +1883,12 @@ FT_Error error = FT_Err_Ok; + if ( !stroker ) + { + error = FT_THROW( Invalid_Argument ); + goto Exit; + } + if ( stroker->subpath_open ) { FT_StrokeBorder right = stroker->borders; @@ -1983,6 +2014,12 @@ FT_Error error; + if ( !stroker ) + { + error = FT_THROW( Invalid_Argument ); + goto Exit; + } + error = ft_stroke_border_get_counts( stroker->borders + 0, &count1, &count2 ); if ( error ) @@ -1997,8 +2034,12 @@ num_contours = count2 + count4; Exit: - *anum_points = num_points; - *anum_contours = num_contours; + if ( anum_points ) + *anum_points = num_points; + + if ( anum_contours ) + *anum_contours = num_contours; + return error; } @@ -2010,6 +2051,9 @@ FT_StrokerBorder border, FT_Outline* outline ) { + if ( !stroker || !outline ) + return; + if ( border == FT_STROKER_BORDER_LEFT || border == FT_STROKER_BORDER_RIGHT ) { @@ -2059,7 +2103,10 @@ FT_Int tag; /* current point's state */ - if ( !outline || !stroker ) + if ( !outline ) + return FT_THROW( Invalid_Outline ); + + if ( !stroker ) return FT_THROW( Invalid_Argument ); FT_Stroker_Rewind( stroker ); @@ -2258,18 +2305,20 @@ FT_Stroker stroker, FT_Bool destroy ) { - FT_Error error = FT_ERR( Invalid_Argument ); - FT_Glyph glyph = NULL; + FT_Error error = FT_ERR( Invalid_Argument ); + FT_Glyph glyph = NULL; + + /* for FT_OUTLINE_GLYPH_CLASS_GET (in PIC mode) */ FT_Library library = stroker->library; FT_UNUSED( library ); - if ( pglyph == NULL ) + if ( !pglyph ) goto Exit; glyph = *pglyph; - if ( glyph == NULL || glyph->clazz != FT_OUTLINE_GLYPH_CLASS_GET ) + if ( !glyph || glyph->clazz != FT_OUTLINE_GLYPH_CLASS_GET ) goto Exit; { @@ -2293,7 +2342,7 @@ if ( error ) goto Fail; - (void)FT_Stroker_GetCounts( stroker, &num_points, &num_contours ); + FT_Stroker_GetCounts( stroker, &num_points, &num_contours ); FT_Outline_Done( glyph->library, outline ); @@ -2334,18 +2383,20 @@ FT_Bool inside, FT_Bool destroy ) { - FT_Error error = FT_ERR( Invalid_Argument ); - FT_Glyph glyph = NULL; + FT_Error error = FT_ERR( Invalid_Argument ); + FT_Glyph glyph = NULL; + + /* for FT_OUTLINE_GLYPH_CLASS_GET (in PIC mode) */ FT_Library library = stroker->library; FT_UNUSED( library ); - if ( pglyph == NULL ) + if ( !pglyph ) goto Exit; glyph = *pglyph; - if ( glyph == NULL || glyph->clazz != FT_OUTLINE_GLYPH_CLASS_GET ) + if ( !glyph || glyph->clazz != FT_OUTLINE_GLYPH_CLASS_GET ) goto Exit; { @@ -2379,8 +2430,8 @@ if ( error ) goto Fail; - (void)FT_Stroker_GetBorderCounts( stroker, border, - &num_points, &num_contours ); + FT_Stroker_GetBorderCounts( stroker, border, + &num_points, &num_contours ); FT_Outline_Done( glyph->library, outline ); diff --git a/freetype/src/base/ftsynth.c b/freetype/src/base/ftsynth.c index 3098a60fa..0567bd537 100644 --- a/freetype/src/base/ftsynth.c +++ b/freetype/src/base/ftsynth.c @@ -4,7 +4,7 @@ /* */ /* FreeType synthesizing code for emboldening and slanting (body). */ /* */ -/* Copyright 2000-2006, 2010, 2012, 2013 by */ +/* Copyright 2000-2006, 2010, 2012-2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -48,9 +48,14 @@ FT_GlyphSlot_Oblique( FT_GlyphSlot slot ) { FT_Matrix transform; - FT_Outline* outline = &slot->outline; + FT_Outline* outline; + if ( !slot ) + return; + + outline = &slot->outline; + /* only oblique outline glyphs */ if ( slot->format != FT_GLYPH_FORMAT_OUTLINE ) return; @@ -84,12 +89,18 @@ FT_EXPORT_DEF( void ) FT_GlyphSlot_Embolden( FT_GlyphSlot slot ) { - FT_Library library = slot->library; - FT_Face face = slot->face; + FT_Library library; + FT_Face face; FT_Error error; FT_Pos xstr, ystr; + if ( !slot ) + return; + + library = slot->library; + face = slot->face; + if ( slot->format != FT_GLYPH_FORMAT_OUTLINE && slot->format != FT_GLYPH_FORMAT_BITMAP ) return; @@ -100,10 +111,8 @@ ystr = xstr; if ( slot->format == FT_GLYPH_FORMAT_OUTLINE ) - { - /* ignore error */ - (void)FT_Outline_EmboldenXY( &slot->outline, xstr, ystr ); - } + FT_Outline_EmboldenXY( &slot->outline, xstr, ystr ); + else /* slot->format == FT_GLYPH_FORMAT_BITMAP */ { /* round to full pixels */ diff --git a/freetype/src/base/fttrigon.c b/freetype/src/base/fttrigon.c index 4ffdcb77f..22b7ecf1b 100644 --- a/freetype/src/base/fttrigon.c +++ b/freetype/src/base/fttrigon.c @@ -4,7 +4,7 @@ /* */ /* FreeType trigonometric functions (body). */ /* */ -/* Copyright 2001-2005, 2012-2013 by */ +/* Copyright 2001-2005, 2012-2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -45,7 +45,7 @@ /* this table was generated for FT_PI = 180L << 16, i.e. degrees */ #define FT_TRIG_MAX_ITERS 23 - static const FT_Fixed + static const FT_Angle ft_trig_arctan_table[] = { 1740967L, 919879L, 466945L, 234379L, 117304L, 58666L, 29335L, @@ -60,17 +60,20 @@ static FT_Fixed ft_trig_downscale( FT_Fixed val ) { - FT_Fixed s; - FT_Int64 v; + FT_Int s = 1; - s = val; - val = FT_ABS( val ); + if ( val < 0 ) + { + val = -val; + s = -1; + } - v = ( val * (FT_Int64)FT_TRIG_SCALE ) + 0x100000000UL; - val = (FT_Fixed)( v >> 32 ); + /* 0x40000000 comes from regression analysis between true */ + /* and CORDIC hypotenuse, so it minimizes the error */ + val = (FT_Fixed)( ( (FT_Int64)val * FT_TRIG_SCALE + 0x40000000UL ) >> 32 ); - return ( s >= 0 ) ? val : -val; + return s < 0 ? -val : val; } #else /* !FT_LONG64 */ @@ -79,38 +82,53 @@ static FT_Fixed ft_trig_downscale( FT_Fixed val ) { - FT_Fixed s; - FT_UInt32 v1, v2, k1, k2, hi, lo1, lo2, lo3; + FT_Int s = 1; + FT_UInt32 lo1, hi1, lo2, hi2, lo, hi, i1, i2; + + + if ( val < 0 ) + { + val = -val; + s = -1; + } + lo1 = val & 0x0000FFFFU; + hi1 = val >> 16; + lo2 = FT_TRIG_SCALE & 0x0000FFFFU; + hi2 = FT_TRIG_SCALE >> 16; - s = val; - val = FT_ABS( val ); + lo = lo1 * lo2; + i1 = lo1 * hi2; + i2 = lo2 * hi1; + hi = hi1 * hi2; - v1 = (FT_UInt32)val >> 16; - v2 = (FT_UInt32)( val & 0xFFFFL ); + /* Check carry overflow of i1 + i2 */ + i1 += i2; + hi += (FT_UInt32)( i1 < i2 ) << 16; - k1 = (FT_UInt32)FT_TRIG_SCALE >> 16; /* constant */ - k2 = (FT_UInt32)( FT_TRIG_SCALE & 0xFFFFL ); /* constant */ + hi += i1 >> 16; + i1 = i1 << 16; - hi = k1 * v1; - lo1 = k1 * v2 + k2 * v1; /* can't overflow */ + /* Check carry overflow of i1 + lo */ + lo += i1; + hi += ( lo < i1 ); - lo2 = ( k2 * v2 ) >> 16; - lo3 = FT_MAX( lo1, lo2 ); - lo1 += lo2; + /* 0x40000000 comes from regression analysis between true */ + /* and CORDIC hypotenuse, so it minimizes the error */ - hi += lo1 >> 16; - if ( lo1 < lo3 ) - hi += (FT_UInt32)0x10000UL; + /* Check carry overflow of lo + 0x40000000 */ + lo += 0x40000000UL; + hi += ( lo < 0x40000000UL ); val = (FT_Fixed)hi; - return ( s >= 0 ) ? val : -val; + return s < 0 ? -val : val; } #endif /* !FT_LONG64 */ + /* undefined and never called for zero vector */ static FT_Int ft_trig_prenorm( FT_Vector* vec ) { @@ -147,7 +165,7 @@ { FT_Int i; FT_Fixed x, y, xtemp, b; - const FT_Fixed *arctanptr; + const FT_Angle *arctanptr; x = vec->x; @@ -202,7 +220,7 @@ FT_Angle theta; FT_Int i; FT_Fixed x, y, xtemp, b; - const FT_Fixed *arctanptr; + const FT_Angle *arctanptr; x = vec->x; @@ -261,11 +279,12 @@ } } - /* round theta */ + /* round theta to acknowledge its error that mostly comes */ + /* from accumulated rounding errors in the arctan table */ if ( theta >= 0 ) - theta = FT_PAD_ROUND( theta, 32 ); + theta = FT_PAD_ROUND( theta, 16 ); else - theta = -FT_PAD_ROUND( -theta, 32 ); + theta = -FT_PAD_ROUND( -theta, 16 ); vec->x = x; vec->y = theta; @@ -340,6 +359,9 @@ FT_Vector_Unit( FT_Vector* vec, FT_Angle angle ) { + if ( !vec ) + return; + vec->x = FT_TRIG_SCALE >> 8; vec->y = 0; ft_trig_pseudo_rotate( vec, angle ); @@ -366,6 +388,9 @@ FT_Vector v; + if ( !vec ) + return; + v.x = vec->x; v.y = vec->y; @@ -403,6 +428,9 @@ FT_Vector v; + if ( !vec ) + return 0; + v = *vec; /* handle trivial cases */ @@ -439,6 +467,9 @@ FT_Vector v; + if ( !vec || !length || !angle ) + return; + v = *vec; if ( v.x == 0 && v.y == 0 ) @@ -449,8 +480,8 @@ v.x = ft_trig_downscale( v.x ); - *length = ( shift >= 0 ) ? ( v.x >> shift ) - : (FT_Fixed)( (FT_UInt32)v.x << -shift ); + *length = shift >= 0 ? ( v.x >> shift ) + : (FT_Fixed)( (FT_UInt32)v.x << -shift ); *angle = v.y; } @@ -462,6 +493,9 @@ FT_Fixed length, FT_Angle angle ) { + if ( !vec ) + return; + vec->x = length; vec->y = 0; diff --git a/freetype/src/base/fttype1.c b/freetype/src/base/fttype1.c index c1f9931db..47af19afb 100644 --- a/freetype/src/base/fttype1.c +++ b/freetype/src/base/fttype1.c @@ -4,7 +4,7 @@ /* */ /* FreeType utility file for PS names support (body). */ /* */ -/* Copyright 2002-2004, 2011 by */ +/* Copyright 2002-2004, 2011, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -17,6 +17,7 @@ #include +#include FT_INTERNAL_DEBUG_H #include FT_INTERNAL_OBJECTS_H #include FT_INTERNAL_SERVICE_H #include FT_SERVICE_POSTSCRIPT_INFO_H @@ -28,19 +29,22 @@ FT_Get_PS_Font_Info( FT_Face face, PS_FontInfoRec* afont_info ) { - FT_Error error = FT_ERR( Invalid_Argument ); + FT_Error error; + FT_Service_PsInfo service; - if ( face ) - { - FT_Service_PsInfo service = NULL; + if ( !face ) + return FT_THROW( Invalid_Face_Handle ); + if ( !afont_info ) + return FT_THROW( Invalid_Argument ); - FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO ); + FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO ); - if ( service && service->ps_get_font_info ) - error = service->ps_get_font_info( face, afont_info ); - } + if ( service && service->ps_get_font_info ) + error = service->ps_get_font_info( face, afont_info ); + else + error = FT_THROW( Invalid_Argument ); return error; } @@ -51,8 +55,8 @@ FT_EXPORT_DEF( FT_Int ) FT_Has_PS_Glyph_Names( FT_Face face ) { - FT_Int result = 0; - FT_Service_PsInfo service = NULL; + FT_Int result = 0; + FT_Service_PsInfo service; if ( face ) @@ -73,19 +77,22 @@ FT_Get_PS_Font_Private( FT_Face face, PS_PrivateRec* afont_private ) { - FT_Error error = FT_ERR( Invalid_Argument ); + FT_Error error; + FT_Service_PsInfo service; - if ( face ) - { - FT_Service_PsInfo service = NULL; + if ( !face ) + return FT_THROW( Invalid_Face_Handle ); + if ( !afont_private ) + return FT_THROW( Invalid_Argument ); - FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO ); + FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO ); - if ( service && service->ps_get_font_private ) - error = service->ps_get_font_private( face, afont_private ); - } + if ( service && service->ps_get_font_private ) + error = service->ps_get_font_private( face, afont_private ); + else + error = FT_THROW( Invalid_Argument ); return error; } diff --git a/freetype/src/base/ftutil.c b/freetype/src/base/ftutil.c index 879d02752..56e2800eb 100644 --- a/freetype/src/base/ftutil.c +++ b/freetype/src/base/ftutil.c @@ -245,6 +245,9 @@ FT_ListNode cur; + if ( !list ) + return NULL; + cur = list->head; while ( cur ) { @@ -254,7 +257,7 @@ cur = cur->next; } - return (FT_ListNode)0; + return NULL; } @@ -264,8 +267,13 @@ FT_List_Add( FT_List list, FT_ListNode node ) { - FT_ListNode before = list->tail; + FT_ListNode before; + + + if ( !list || !node ) + return; + before = list->tail; node->next = 0; node->prev = before; @@ -285,8 +293,13 @@ FT_List_Insert( FT_List list, FT_ListNode node ) { - FT_ListNode after = list->head; + FT_ListNode after; + + + if ( !list || !node ) + return; + after = list->head; node->next = after; node->prev = 0; @@ -309,6 +322,9 @@ FT_ListNode before, after; + if ( !list || !node ) + return; + before = node->prev; after = node->next; @@ -333,6 +349,9 @@ FT_ListNode before, after; + if ( !list || !node ) + return; + before = node->prev; after = node->next; @@ -357,14 +376,19 @@ /* documentation is in ftlist.h */ FT_EXPORT_DEF( FT_Error ) - FT_List_Iterate( FT_List list, - FT_List_Iterator iterator, - void* user ) + FT_List_Iterate( FT_List list, + FT_List_Iterator iterator, + void* user ) { - FT_ListNode cur = list->head; + FT_ListNode cur; FT_Error error = FT_Err_Ok; + if ( !list || !iterator ) + return FT_THROW( Invalid_Argument ); + + cur = list->head; + while ( cur ) { FT_ListNode next = cur->next; @@ -392,6 +416,9 @@ FT_ListNode cur; + if ( !list || !memory ) + return; + cur = list->head; while ( cur ) { @@ -411,26 +438,4 @@ } - FT_BASE_DEF( FT_UInt32 ) - ft_highpow2( FT_UInt32 value ) - { - FT_UInt32 value2; - - - /* - * We simply clear the lowest bit in each iteration. When - * we reach 0, we know that the previous value was our result. - */ - for ( ;; ) - { - value2 = value & (value - 1); /* clear lowest bit */ - if ( value2 == 0 ) - break; - - value = value2; - } - return value; - } - - /* END */ diff --git a/freetype/src/base/ftwinfnt.c b/freetype/src/base/ftwinfnt.c index 463ae761d..8e337fbe5 100644 --- a/freetype/src/base/ftwinfnt.c +++ b/freetype/src/base/ftwinfnt.c @@ -4,7 +4,7 @@ /* */ /* FreeType API for accessing Windows FNT specific info (body). */ /* */ -/* Copyright 2003, 2004 by */ +/* Copyright 2003, 2004, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -17,6 +17,7 @@ #include +#include FT_INTERNAL_DEBUG_H #include FT_WINFONTS_H #include FT_INTERNAL_OBJECTS_H #include FT_SERVICE_WINFNT_H @@ -32,17 +33,18 @@ FT_Error error; - error = FT_ERR( Invalid_Argument ); + if ( !face ) + return FT_THROW( Invalid_Face_Handle ); - if ( face != NULL ) - { - FT_FACE_LOOKUP_SERVICE( face, service, WINFNT ); + if ( !header ) + return FT_THROW( Invalid_Argument ); - if ( service != NULL ) - { - error = service->get_header( face, header ); - } - } + FT_FACE_LOOKUP_SERVICE( face, service, WINFNT ); + + if ( service ) + error = service->get_header( face, header ); + else + error = FT_THROW( Invalid_Argument ); return error; } diff --git a/freetype/src/bdf/bdfdrivr.c b/freetype/src/bdf/bdfdrivr.c index 5a1c296fd..55a428c1b 100644 --- a/freetype/src/bdf/bdfdrivr.c +++ b/freetype/src/bdf/bdfdrivr.c @@ -182,7 +182,7 @@ THE SOFTWARE. } - FT_CALLBACK_TABLE_DEF + static const FT_CMap_ClassRec bdf_cmap_class = { sizeof ( BDF_CMapRec ), @@ -384,7 +384,7 @@ THE SOFTWARE. BDF_Face_Done( bdfface ); return FT_THROW( Invalid_Argument ); } - + { bdf_property_t* prop = NULL; @@ -679,7 +679,13 @@ THE SOFTWARE. FT_UNUSED( load_flags ); - if ( !face || glyph_index >= (FT_UInt)face->num_glyphs ) + if ( !face ) + { + error = FT_THROW( Invalid_Face_Handle ); + goto Exit; + } + + if ( glyph_index >= (FT_UInt)face->num_glyphs ) { error = FT_THROW( Invalid_Argument ); goto Exit; diff --git a/freetype/src/bdf/bdflib.c b/freetype/src/bdf/bdflib.c index 2eda11cd9..abcfdee7b 100644 --- a/freetype/src/bdf/bdflib.c +++ b/freetype/src/bdf/bdflib.c @@ -169,6 +169,18 @@ sizeof ( _bdf_properties[0] ); + /* An auxiliary macro to parse properties, to be used in conditionals. */ + /* It behaves like `strncmp' but also tests the following character */ + /* whether it is a whitespace or NULL. */ + /* `property' is a constant string of length `n' to compare with. */ +#define _bdf_strncmp( name, property, n ) \ + ( ft_strncmp( name, property, n ) || \ + !( name[n] == ' ' || \ + name[n] == '\0' || \ + name[n] == '\n' || \ + name[n] == '\r' || \ + name[n] == '\t' ) ) + /* Auto correction messages. */ #define ACMSG1 "FONT_ASCENT property missing. " \ "Added `FONT_ASCENT %hd'.\n" @@ -769,8 +781,8 @@ hold = buf[end]; buf[end] = 0; - /* XXX: Use encoding independent value for 0x1a */ - if ( buf[start] != '#' && buf[start] != 0x1a && end > start ) + /* XXX: Use encoding independent value for 0x1A */ + if ( buf[start] != '#' && buf[start] != 0x1A && end > start ) { error = (*cb)( buf + start, (unsigned long)( end - start ), lineno, (void*)&cb, client_data ); @@ -811,17 +823,17 @@ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; static const unsigned char odigits[32] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, @@ -829,7 +841,7 @@ static const unsigned char ddigits[32] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x03, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, @@ -837,8 +849,8 @@ static const unsigned char hdigits[32] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x03, - 0x7e, 0x00, 0x00, 0x00, 0x7e, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0x03, + 0x7E, 0x00, 0x00, 0x00, 0x7E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, }; @@ -1408,7 +1420,7 @@ /* If the property happens to be a comment, then it doesn't need */ /* to be added to the internal hash table. */ - if ( ft_strncmp( name, "COMMENT", 7 ) != 0 ) + if ( _bdf_strncmp( name, "COMMENT", 7 ) != 0 ) { /* Add the property to the font property table. */ error = hash_insert( fp->name, @@ -1426,13 +1438,13 @@ /* FONT_ASCENT and FONT_DESCENT need to be assigned if they are */ /* present, and the SPACING property should override the default */ /* spacing. */ - if ( ft_strncmp( name, "DEFAULT_CHAR", 12 ) == 0 ) + if ( _bdf_strncmp( name, "DEFAULT_CHAR", 12 ) == 0 ) font->default_char = fp->value.l; - else if ( ft_strncmp( name, "FONT_ASCENT", 11 ) == 0 ) + else if ( _bdf_strncmp( name, "FONT_ASCENT", 11 ) == 0 ) font->font_ascent = fp->value.l; - else if ( ft_strncmp( name, "FONT_DESCENT", 12 ) == 0 ) + else if ( _bdf_strncmp( name, "FONT_DESCENT", 12 ) == 0 ) font->font_descent = fp->value.l; - else if ( ft_strncmp( name, "SPACING", 7 ) == 0 ) + else if ( _bdf_strncmp( name, "SPACING", 7 ) == 0 ) { if ( !fp->value.atom ) { @@ -1490,7 +1502,7 @@ memory = font->memory; /* Check for a comment. */ - if ( ft_strncmp( line, "COMMENT", 7 ) == 0 ) + if ( _bdf_strncmp( line, "COMMENT", 7 ) == 0 ) { linelen -= 7; @@ -1507,7 +1519,7 @@ /* The very first thing expected is the number of glyphs. */ if ( !( p->flags & _BDF_GLYPHS ) ) { - if ( ft_strncmp( line, "CHARS", 5 ) != 0 ) + if ( _bdf_strncmp( line, "CHARS", 5 ) != 0 ) { FT_ERROR(( "_bdf_parse_glyphs: " ERRMSG1, lineno, "CHARS" )); error = FT_THROW( Missing_Chars_Field ); @@ -1541,8 +1553,16 @@ } /* Check for the ENDFONT field. */ - if ( ft_strncmp( line, "ENDFONT", 7 ) == 0 ) + if ( _bdf_strncmp( line, "ENDFONT", 7 ) == 0 ) { + if ( p->flags & _BDF_GLYPH_BITS ) + { + /* Missing ENDCHAR field. */ + FT_ERROR(( "_bdf_parse_glyphs: " ERRMSG1, lineno, "ENDCHAR" )); + error = FT_THROW( Corrupted_Font_Glyphs ); + goto Exit; + } + /* Sort the glyphs by encoding. */ ft_qsort( (char *)font->glyphs, font->glyphs_used, @@ -1555,7 +1575,7 @@ } /* Check for the ENDCHAR field. */ - if ( ft_strncmp( line, "ENDCHAR", 7 ) == 0 ) + if ( _bdf_strncmp( line, "ENDCHAR", 7 ) == 0 ) { p->glyph_enc = 0; p->flags &= ~_BDF_GLYPH_BITS; @@ -1571,7 +1591,7 @@ goto Exit; /* Check for the STARTCHAR field. */ - if ( ft_strncmp( line, "STARTCHAR", 9 ) == 0 ) + if ( _bdf_strncmp( line, "STARTCHAR", 9 ) == 0 ) { /* Set the character name in the parse info first until the */ /* encoding can be checked for an unencoded character. */ @@ -1605,7 +1625,7 @@ } /* Check for the ENCODING field. */ - if ( ft_strncmp( line, "ENCODING", 8 ) == 0 ) + if ( _bdf_strncmp( line, "ENCODING", 8 ) == 0 ) { if ( !( p->flags & _BDF_GLYPH ) ) { @@ -1791,7 +1811,7 @@ } /* Expect the SWIDTH (scalable width) field next. */ - if ( ft_strncmp( line, "SWIDTH", 6 ) == 0 ) + if ( _bdf_strncmp( line, "SWIDTH", 6 ) == 0 ) { if ( !( p->flags & _BDF_ENCODING ) ) goto Missing_Encoding; @@ -1807,7 +1827,7 @@ } /* Expect the DWIDTH (scalable width) field next. */ - if ( ft_strncmp( line, "DWIDTH", 6 ) == 0 ) + if ( _bdf_strncmp( line, "DWIDTH", 6 ) == 0 ) { if ( !( p->flags & _BDF_ENCODING ) ) goto Missing_Encoding; @@ -1835,7 +1855,7 @@ } /* Expect the BBX field next. */ - if ( ft_strncmp( line, "BBX", 3 ) == 0 ) + if ( _bdf_strncmp( line, "BBX", 3 ) == 0 ) { if ( !( p->flags & _BDF_ENCODING ) ) goto Missing_Encoding; @@ -1903,7 +1923,7 @@ } /* And finally, gather up the bitmap. */ - if ( ft_strncmp( line, "BITMAP", 6 ) == 0 ) + if ( _bdf_strncmp( line, "BITMAP", 6 ) == 0 ) { unsigned long bitmap_size; @@ -1978,7 +1998,7 @@ p = (_bdf_parse_t *) client_data; /* Check for the end of the properties. */ - if ( ft_strncmp( line, "ENDPROPERTIES", 13 ) == 0 ) + if ( _bdf_strncmp( line, "ENDPROPERTIES", 13 ) == 0 ) { /* If the FONT_ASCENT or FONT_DESCENT properties have not been */ /* encountered yet, then make sure they are added as properties and */ @@ -2019,12 +2039,12 @@ } /* Ignore the _XFREE86_GLYPH_RANGES properties. */ - if ( ft_strncmp( line, "_XFREE86_GLYPH_RANGES", 21 ) == 0 ) + if ( _bdf_strncmp( line, "_XFREE86_GLYPH_RANGES", 21 ) == 0 ) goto Exit; /* Handle COMMENT fields and properties in a special way to preserve */ /* the spacing. */ - if ( ft_strncmp( line, "COMMENT", 7 ) == 0 ) + if ( _bdf_strncmp( line, "COMMENT", 7 ) == 0 ) { name = value = line; value += 7; @@ -2088,7 +2108,7 @@ /* Check for a comment. This is done to handle those fonts that have */ /* comments before the STARTFONT line for some reason. */ - if ( ft_strncmp( line, "COMMENT", 7 ) == 0 ) + if ( _bdf_strncmp( line, "COMMENT", 7 ) == 0 ) { if ( p->opts->keep_comments != 0 && p->font != 0 ) { @@ -2114,7 +2134,7 @@ { memory = p->memory; - if ( ft_strncmp( line, "STARTFONT", 9 ) != 0 ) + if ( _bdf_strncmp( line, "STARTFONT", 9 ) != 0 ) { /* we don't emit an error message since this code gets */ /* explicitly caught one level higher */ @@ -2162,7 +2182,7 @@ } /* Check for the start of the properties. */ - if ( ft_strncmp( line, "STARTPROPERTIES", 15 ) == 0 ) + if ( _bdf_strncmp( line, "STARTPROPERTIES", 15 ) == 0 ) { if ( !( p->flags & _BDF_FONT_BBX ) ) { @@ -2191,7 +2211,7 @@ } /* Check for the FONTBOUNDINGBOX field. */ - if ( ft_strncmp( line, "FONTBOUNDINGBOX", 15 ) == 0 ) + if ( _bdf_strncmp( line, "FONTBOUNDINGBOX", 15 ) == 0 ) { if ( !( p->flags & _BDF_SIZE ) ) { @@ -2222,7 +2242,7 @@ } /* The next thing to check for is the FONT field. */ - if ( ft_strncmp( line, "FONT", 4 ) == 0 ) + if ( _bdf_strncmp( line, "FONT", 4 ) == 0 ) { error = _bdf_list_split( &p->list, (char *)" +", line, linelen ); if ( error ) @@ -2257,7 +2277,7 @@ } /* Check for the SIZE field. */ - if ( ft_strncmp( line, "SIZE", 4 ) == 0 ) + if ( _bdf_strncmp( line, "SIZE", 4 ) == 0 ) { if ( !( p->flags & _BDF_FONT_NAME ) ) { @@ -2311,7 +2331,7 @@ } /* Check for the CHARS field -- font properties are optional */ - if ( ft_strncmp( line, "CHARS", 5 ) == 0 ) + if ( _bdf_strncmp( line, "CHARS", 5 ) == 0 ) { char nbuf[128]; diff --git a/freetype/src/bzip2/ftbzip2.c b/freetype/src/bzip2/ftbzip2.c index 749413027..7e406b161 100644 --- a/freetype/src/bzip2/ftbzip2.c +++ b/freetype/src/bzip2/ftbzip2.c @@ -8,7 +8,7 @@ /* parse compressed PCF fonts, as found with many X11 server */ /* distributions. */ /* */ -/* Copyright 2010, 2012, 2013 by */ +/* Copyright 2010, 2012-2014 by */ /* Joel Klinghed. */ /* */ /* Based on src/gzip/ftgzip.c, Copyright 2002 - 2010 by */ @@ -131,7 +131,7 @@ /* head[0] && head[1] are the magic numbers; */ /* head[2] is the version, and head[3] the blocksize */ if ( head[0] != 0x42 || - head[1] != 0x5a || + head[1] != 0x5A || head[2] != 0x68 ) /* only support bzip2 (huffman) */ { error = FT_THROW( Invalid_File_Format ); @@ -456,10 +456,18 @@ FT_Stream source ) { FT_Error error; - FT_Memory memory = source->memory; + FT_Memory memory; FT_BZip2File zip = NULL; + if ( !stream || !source ) + { + error = FT_THROW( Invalid_Stream_Handle ); + goto Exit; + } + + memory = source->memory; + /* * check the header right now; this prevents allocating unnecessary * objects when we don't need them diff --git a/freetype/src/cache/ftcbasic.c b/freetype/src/cache/ftcbasic.c index 84d336d5d..6bad39d91 100644 --- a/freetype/src/cache/ftcbasic.c +++ b/freetype/src/cache/ftcbasic.c @@ -4,7 +4,7 @@ /* */ /* The FreeType basic cache interface (body). */ /* */ -/* Copyright 2003-2007, 2009-2011, 2013 by */ +/* Copyright 2003-2007, 2009-2011, 2013, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -110,10 +110,9 @@ return result; if ( (FT_ULong)face->num_glyphs > FT_UINT_MAX || 0 > face->num_glyphs ) - { - FT_TRACE1(( "ftc_basic_family_get_count: too large number of glyphs " )); - FT_TRACE1(( "in this face, truncated\n", face->num_glyphs )); - } + FT_TRACE1(( "ftc_basic_family_get_count:" + " too large number of glyphs in this face, truncated\n", + face->num_glyphs )); if ( !error ) result = (FT_UInt)face->num_glyphs; @@ -229,7 +228,7 @@ * */ - FT_CALLBACK_TABLE_DEF + static const FTC_IFamilyClassRec ftc_basic_image_family_class = { { @@ -243,7 +242,7 @@ }; - FT_CALLBACK_TABLE_DEF + static const FTC_GCacheClassRec ftc_basic_image_cache_class = { { @@ -287,7 +286,7 @@ FT_PtrDist hash; - /* some argument checks are delayed to FTC_Cache_Lookup */ + /* some argument checks are delayed to `FTC_Cache_Lookup' */ if ( !aglyph ) { error = FT_THROW( Invalid_Argument ); @@ -298,18 +297,15 @@ if ( anode ) *anode = NULL; - { - if ( (FT_ULong)(type->flags - FT_INT_MIN) > FT_UINT_MAX ) - { - FT_TRACE1(( "FTC_ImageCache_Lookup: higher bits in load_flags" )); - FT_TRACE1(( "0x%x are dropped\n", (type->flags & ~((FT_ULong)FT_UINT_MAX)) )); - } + if ( (FT_ULong)( type->flags - FT_INT_MIN ) > FT_UINT_MAX ) + FT_TRACE1(( "FTC_ImageCache_Lookup:" + " higher bits in load_flags 0x%x are dropped\n", + type->flags & ~((FT_ULong)FT_UINT_MAX) )); - query.attrs.scaler.face_id = type->face_id; - query.attrs.scaler.width = type->width; - query.attrs.scaler.height = type->height; - query.attrs.load_flags = (FT_UInt)type->flags; - } + query.attrs.scaler.face_id = type->face_id; + query.attrs.scaler.width = type->width; + query.attrs.scaler.height = type->height; + query.attrs.load_flags = (FT_UInt)type->flags; query.attrs.scaler.pixel = 1; query.attrs.scaler.x_res = 0; /* make compilers happy */ @@ -363,7 +359,7 @@ FT_PtrDist hash; - /* some argument checks are delayed to FTC_Cache_Lookup */ + /* some argument checks are delayed to `FTC_Cache_Lookup' */ if ( !aglyph || !scaler ) { error = FT_THROW( Invalid_Argument ); @@ -374,12 +370,11 @@ if ( anode ) *anode = NULL; - /* FT_Load_Glyph(), FT_Load_Char() take FT_UInt flags */ + /* `FT_Load_Glyph' and `FT_Load_Char' take FT_UInt flags */ if ( load_flags > FT_UINT_MAX ) - { - FT_TRACE1(( "FTC_ImageCache_LookupScaler: higher bits in load_flags" )); - FT_TRACE1(( "0x%x are dropped\n", (load_flags & ~((FT_ULong)FT_UINT_MAX)) )); - } + FT_TRACE1(( "FTC_ImageCache_LookupScaler:" + " higher bits in load_flags 0x%x are dropped\n", + load_flags & ~((FT_ULong)FT_UINT_MAX) )); query.attrs.scaler = scaler[0]; query.attrs.load_flags = (FT_UInt)load_flags; @@ -415,7 +410,7 @@ * */ - FT_CALLBACK_TABLE_DEF + static const FTC_SFamilyClassRec ftc_basic_sbit_family_class = { { @@ -430,7 +425,7 @@ }; - FT_CALLBACK_TABLE_DEF + static const FTC_GCacheClassRec ftc_basic_sbit_cache_class = { { @@ -477,24 +472,21 @@ if ( anode ) *anode = NULL; - /* other argument checks delayed to FTC_Cache_Lookup */ + /* other argument checks delayed to `FTC_Cache_Lookup' */ if ( !ansbit ) return FT_THROW( Invalid_Argument ); *ansbit = NULL; - { - if ( (FT_ULong)(type->flags - FT_INT_MIN) > FT_UINT_MAX ) - { - FT_TRACE1(( "FTC_ImageCache_Lookup: higher bits in load_flags" )); - FT_TRACE1(( "0x%x are dropped\n", (type->flags & ~((FT_ULong)FT_UINT_MAX)) )); - } + if ( (FT_ULong)( type->flags - FT_INT_MIN ) > FT_UINT_MAX ) + FT_TRACE1(( "FTC_ImageCache_Lookup:" + " higher bits in load_flags 0x%x are dropped\n", + type->flags & ~((FT_ULong)FT_UINT_MAX) )); - query.attrs.scaler.face_id = type->face_id; - query.attrs.scaler.width = type->width; - query.attrs.scaler.height = type->height; - query.attrs.load_flags = (FT_UInt)type->flags; - } + query.attrs.scaler.face_id = type->face_id; + query.attrs.scaler.width = type->width; + query.attrs.scaler.height = type->height; + query.attrs.load_flags = (FT_UInt)type->flags; query.attrs.scaler.pixel = 1; query.attrs.scaler.x_res = 0; /* make compilers happy */ @@ -555,18 +547,17 @@ if ( anode ) *anode = NULL; - /* other argument checks delayed to FTC_Cache_Lookup */ + /* other argument checks delayed to `FTC_Cache_Lookup' */ if ( !ansbit || !scaler ) return FT_THROW( Invalid_Argument ); *ansbit = NULL; - /* FT_Load_Glyph(), FT_Load_Char() take FT_UInt flags */ + /* `FT_Load_Glyph' and `FT_Load_Char' take FT_UInt flags */ if ( load_flags > FT_UINT_MAX ) - { - FT_TRACE1(( "FTC_ImageCache_LookupScaler: higher bits in load_flags" )); - FT_TRACE1(( "0x%x are dropped\n", (load_flags & ~((FT_ULong)FT_UINT_MAX)) )); - } + FT_TRACE1(( "FTC_ImageCache_LookupScaler:" + " higher bits in load_flags 0x%x are dropped\n", + load_flags & ~((FT_ULong)FT_UINT_MAX) )); query.attrs.scaler = scaler[0]; query.attrs.load_flags = (FT_UInt)load_flags; diff --git a/freetype/src/cache/ftccmap.c b/freetype/src/cache/ftccmap.c index 848349be2..ab223663b 100644 --- a/freetype/src/cache/ftccmap.c +++ b/freetype/src/cache/ftccmap.c @@ -4,7 +4,7 @@ /* */ /* FreeType CharMap cache (body) */ /* */ -/* Copyright 2000-2013 by */ +/* Copyright 2000-2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -202,7 +202,7 @@ /*************************************************************************/ - FT_CALLBACK_TABLE_DEF + static const FTC_CacheClassRec ftc_cmap_cache_class = { ftc_cmap_node_new, @@ -263,6 +263,9 @@ return 0; } + if ( !face_id ) + return 0; + query.face_id = face_id; query.cmap_index = (FT_UInt)cmap_index; query.char_code = char_code; @@ -301,12 +304,6 @@ if ( error ) goto Exit; -#ifdef FT_MAX_CHARMAP_CACHEABLE - /* something rotten can happen with rogue clients */ - if ( cmap_index > FT_MAX_CHARMAP_CACHEABLE ) - return 0; /* XXX: should return appropriate error */ -#endif - if ( (FT_UInt)cmap_index < (FT_UInt)face->num_charmaps ) { FT_CharMap old, cmap = NULL; diff --git a/freetype/src/cache/ftcmanag.c b/freetype/src/cache/ftcmanag.c index 4eb2c5bfd..fff7a0882 100644 --- a/freetype/src/cache/ftcmanag.c +++ b/freetype/src/cache/ftcmanag.c @@ -4,7 +4,7 @@ /* */ /* FreeType Cache Manager (body). */ /* */ -/* Copyright 2000-2006, 2008-2010, 2013 by */ +/* Copyright 2000-2006, 2008-2010, 2013, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -151,7 +151,7 @@ } - FT_CALLBACK_TABLE_DEF + static const FTC_MruListClassRec ftc_size_list_class = { sizeof ( FTC_SizeNodeRec ), @@ -186,7 +186,7 @@ FTC_MruNode mrunode; - if ( asize == NULL ) + if ( !asize || !scaler ) return FT_THROW( Invalid_Argument ); *asize = NULL; @@ -290,7 +290,7 @@ } - FT_CALLBACK_TABLE_DEF + static const FTC_MruListClassRec ftc_face_list_class = { sizeof ( FTC_FaceNodeRec), @@ -313,7 +313,7 @@ FTC_MruNode mrunode; - if ( aface == NULL ) + if ( !aface || !face_id ) return FT_THROW( Invalid_Argument ); *aface = NULL; @@ -366,6 +366,9 @@ if ( !library ) return FT_THROW( Invalid_Library_Handle ); + if ( !amanager || !requester ) + return FT_THROW( Invalid_Argument ); + memory = library->memory; if ( FT_NEW( manager ) ) @@ -451,11 +454,11 @@ FT_EXPORT_DEF( void ) FTC_Manager_Reset( FTC_Manager manager ) { - if ( manager ) - { - FTC_MruList_Reset( &manager->sizes ); - FTC_MruList_Reset( &manager->faces ); - } + if ( !manager ) + return; + + FTC_MruList_Reset( &manager->sizes ); + FTC_MruList_Reset( &manager->faces ); FTC_Manager_FlushN( manager, manager->num_nodes ); } @@ -667,6 +670,10 @@ { FT_UInt nn; + + if ( !manager || !face_id ) + return; + /* this will remove all FTC_SizeNode that correspond to * the face_id as well */ @@ -685,7 +692,9 @@ FTC_Node_Unref( FTC_Node node, FTC_Manager manager ) { - if ( node && (FT_UInt)node->cache_index < manager->num_caches ) + if ( node && + manager && + (FT_UInt)node->cache_index < manager->num_caches ) node->ref_count--; } diff --git a/freetype/src/cache/ftcsbits.c b/freetype/src/cache/ftcsbits.c index 6df1c1993..59727d16e 100644 --- a/freetype/src/cache/ftcsbits.c +++ b/freetype/src/cache/ftcsbits.c @@ -4,7 +4,7 @@ /* */ /* FreeType sbits manager (body). */ /* */ -/* Copyright 2000-2006, 2009-2011, 2013 by */ +/* Copyright 2000-2006, 2009-2011, 2013, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -142,12 +142,12 @@ goto BadGlyph; } - /* Check that our values fit into 8-bit containers! */ + /* Check whether our values fit into 8-bit containers! */ /* If this is not the case, our bitmap is too large */ /* and we will leave it as `missing' with sbit.buffer = 0 */ -#define CHECK_CHAR( d ) ( temp = (FT_Char)d, temp == d ) -#define CHECK_BYTE( d ) ( temp = (FT_Byte)d, temp == d ) +#define CHECK_CHAR( d ) ( temp = (FT_Char)d, (FT_Int) temp == (FT_Int) d ) +#define CHECK_BYTE( d ) ( temp = (FT_Byte)d, (FT_UInt)temp == (FT_UInt)d ) /* horizontal advance in pixels */ xadvance = ( slot->advance.x + 32 ) >> 6; diff --git a/freetype/src/cff/cf2font.c b/freetype/src/cff/cf2font.c index 6e99dc2f0..83fd348f2 100644 --- a/freetype/src/cff/cf2font.c +++ b/freetype/src/cff/cf2font.c @@ -36,6 +36,9 @@ /***************************************************************************/ +#include +#include FT_INTERNAL_CALC_H + #include "cf2ft.h" #include "cf2glue.h" @@ -105,6 +108,7 @@ /* adjusting for emRatio converts darkenAmount to character */ /* space (font units). */ CF2_Fixed stemWidthPer1000, scaledStem; + FT_Int logBase2; *darkenAmount = 0; @@ -131,26 +135,33 @@ /* convert from true character space to 1000 unit character space; */ /* add synthetic emboldening effect */ - /* we have to assure that the computation of `scaledStem' */ - /* and `stemWidthPer1000' don't overflow */ + /* `stemWidthPer1000' will not overflow for a legitimate font */ stemWidthPer1000 = FT_MulFix( stemWidth + boldenAmount, emRatio ); - if ( emRatio > CF2_FIXED_ONE && - stemWidthPer1000 <= ( stemWidth + boldenAmount ) ) - { - stemWidthPer1000 = 0; /* to pacify compiler */ - scaledStem = cf2_intToFixed( x4 ); - } + /* `scaledStem' can easily overflow, so we must clamp its maximum */ + /* value; the test doesn't need to be precise, but must be */ + /* conservative. The clamp value (default 2333) where */ + /* `darkenAmount' is zero is well below the overflow value of */ + /* 32767. */ + /* */ + /* FT_MSB computes the integer part of the base 2 logarithm. The */ + /* number of bits for the product is 1 or 2 more than the sum of */ + /* logarithms; remembering that the 16 lowest bits of the fraction */ + /* are dropped this is correct to within a factor of almost 4. */ + /* For example, 0x80.0000 * 0x80.0000 = 0x4000.0000 is 23+23 and */ + /* is flagged as possible overflow because 0xFF.FFFF * 0xFF.FFFF = */ + /* 0xFFFF.FE00 is also 23+23. */ + + logBase2 = FT_MSB( (FT_UInt32)stemWidthPer1000 ) + + FT_MSB( (FT_UInt32)ppem ); + + if ( logBase2 >= 46 ) + /* possible overflow */ + scaledStem = cf2_intToFixed( x4 ); else - { scaledStem = FT_MulFix( stemWidthPer1000, ppem ); - if ( ppem > CF2_FIXED_ONE && - scaledStem <= stemWidthPer1000 ) - scaledStem = cf2_intToFixed( x4 ); - } - /* now apply the darkening parameters */ if ( scaledStem < cf2_intToFixed( x1 ) ) diff --git a/freetype/src/cff/cf2ft.c b/freetype/src/cff/cf2ft.c index cb8d31c53..ebba4694c 100644 --- a/freetype/src/cff/cf2ft.c +++ b/freetype/src/cff/cf2ft.c @@ -142,6 +142,8 @@ cf2_builder_lineTo( CF2_OutlineCallbacks callbacks, const CF2_CallbackParams params ) { + FT_Error error; + /* downcast the object pointer */ CF2_Outline outline = (CF2_Outline)callbacks; CFF_Builder* builder; @@ -156,15 +158,27 @@ { /* record the move before the line; also check points and set */ /* `path_begun' */ - cff_builder_start_point( builder, - params->pt0.x, - params->pt0.y ); + error = cff_builder_start_point( builder, + params->pt0.x, + params->pt0.y ); + if ( error ) + { + if ( !*callbacks->error ) + *callbacks->error = error; + return; + } } /* `cff_builder_add_point1' includes a check_points call for one point */ - cff_builder_add_point1( builder, - params->pt1.x, - params->pt1.y ); + error = cff_builder_add_point1( builder, + params->pt1.x, + params->pt1.y ); + if ( error ) + { + if ( !*callbacks->error ) + *callbacks->error = error; + return; + } } @@ -172,6 +186,8 @@ cf2_builder_cubeTo( CF2_OutlineCallbacks callbacks, const CF2_CallbackParams params ) { + FT_Error error; + /* downcast the object pointer */ CF2_Outline outline = (CF2_Outline)callbacks; CFF_Builder* builder; @@ -186,13 +202,25 @@ { /* record the move before the line; also check points and set */ /* `path_begun' */ - cff_builder_start_point( builder, - params->pt0.x, - params->pt0.y ); + error = cff_builder_start_point( builder, + params->pt0.x, + params->pt0.y ); + if ( error ) + { + if ( !*callbacks->error ) + *callbacks->error = error; + return; + } } /* prepare room for 3 points: 2 off-curve, 1 on-curve */ - cff_check_points( builder, 3 ); + error = cff_check_points( builder, 3 ); + if ( error ) + { + if ( !*callbacks->error ) + *callbacks->error = error; + return; + } cff_builder_add_point( builder, params->pt1.x, diff --git a/freetype/src/cff/cf2hints.c b/freetype/src/cff/cf2hints.c index 5853d7758..040d193f3 100644 --- a/freetype/src/cff/cf2hints.c +++ b/freetype/src/cff/cf2hints.c @@ -304,9 +304,6 @@ cf2_hintmap_map( CF2_HintMap hintmap, CF2_Fixed csCoord ) { - FT_ASSERT( hintmap->isValid ); /* must call Build before Map */ - FT_ASSERT( hintmap->lastIndex < CF2_MAX_HINT_EDGES ); - if ( hintmap->count == 0 || ! hintmap->hinted ) { /* there are no hints; use uniform scale and zero offset */ @@ -317,6 +314,7 @@ /* start linear search from last hit */ CF2_UInt i = hintmap->lastIndex; + FT_ASSERT( hintmap->lastIndex < CF2_MAX_HINT_EDGES ); /* search up */ while ( i < hintmap->count - 1 && @@ -794,9 +792,12 @@ maskPtr = cf2_hintmask_getMaskPtr( &tempHintMask ); /* use the hStem hints only, which are first in the mask */ - /* TODO: compare this to cffhintmaskGetBitCount */ bitCount = cf2_arrstack_size( hStemHintArray ); + /* Defense-in-depth. Should never return here. */ + if ( bitCount > hintMask->bitCount ) + return; + /* synthetic embox hints get highest priority */ if ( font->blues.doEmBoxHints ) { @@ -1560,7 +1561,7 @@ { /* -y */ *x = -glyphpath->xOffset; - *y = glyphpath->xOffset; + *y = glyphpath->yOffset; } else { @@ -1691,7 +1692,8 @@ if ( glyphpath->elemIsQueued ) { - FT_ASSERT( cf2_hintmap_isValid( &glyphpath->hintMap ) ); + FT_ASSERT( cf2_hintmap_isValid( &glyphpath->hintMap ) || + glyphpath->hintMap.count == 0 ); cf2_glyphpath_pushPrevElem( glyphpath, &glyphpath->hintMap, @@ -1777,7 +1779,8 @@ if ( glyphpath->elemIsQueued ) { - FT_ASSERT( cf2_hintmap_isValid( &glyphpath->hintMap ) ); + FT_ASSERT( cf2_hintmap_isValid( &glyphpath->hintMap ) || + glyphpath->hintMap.count == 0 ); cf2_glyphpath_pushPrevElem( glyphpath, &glyphpath->hintMap, diff --git a/freetype/src/cff/cf2intrp.c b/freetype/src/cff/cf2intrp.c index 5610917cc..a26960669 100644 --- a/freetype/src/cff/cf2intrp.c +++ b/freetype/src/cff/cf2intrp.c @@ -4,7 +4,7 @@ /* */ /* Adobe's CFF Interpreter (body). */ /* */ -/* Copyright 2007-2013 Adobe Systems Incorporated. */ +/* Copyright 2007-2014 Adobe Systems Incorporated. */ /* */ /* This software, and all works of authorship, whether in source or */ /* object code form as indicated by the copyright notice(s) included */ @@ -593,8 +593,11 @@ /* never add hints after the mask is computed */ if ( cf2_hintmask_isValid( &hintMask ) ) + { FT_TRACE4(( "cf2_interpT2CharString:" " invalid horizontal hint mask\n" )); + break; + } cf2_doStems( font, opStack, @@ -614,8 +617,11 @@ /* never add hints after the mask is computed */ if ( cf2_hintmask_isValid( &hintMask ) ) + { FT_TRACE4(( "cf2_interpT2CharString:" " invalid vertical hint mask\n" )); + break; + } cf2_doStems( font, opStack, @@ -1141,15 +1147,16 @@ /* `cf2_hintmask_read' (which also traces the mask bytes) */ FT_TRACE4(( op1 == cf2_cmdCNTRMASK ? " cntrmask" : " hintmask" )); - /* if there are arguments on the stack, there this is an */ - /* implied cf2_cmdVSTEMHM */ - if ( cf2_stack_count( opStack ) != 0 ) + /* never add hints after the mask is computed */ + if ( cf2_stack_count( opStack ) > 1 && + cf2_hintmask_isValid( &hintMask ) ) { - /* never add hints after the mask is computed */ - if ( cf2_hintmask_isValid( &hintMask ) ) - FT_TRACE4(( "cf2_interpT2CharString: invalid hint mask\n" )); + FT_TRACE4(( "cf2_interpT2CharString: invalid hint mask\n" )); + break; } + /* if there are arguments on the stack, there this is an */ + /* implied cf2_cmdVSTEMHM */ cf2_doStems( font, opStack, &vStemHintArray, diff --git a/freetype/src/cff/cffcmap.c b/freetype/src/cff/cffcmap.c index f6e03c642..52248b2b9 100644 --- a/freetype/src/cff/cffcmap.c +++ b/freetype/src/cff/cffcmap.c @@ -33,12 +33,15 @@ /*************************************************************************/ FT_CALLBACK_DEF( FT_Error ) - cff_cmap_encoding_init( CFF_CMapStd cmap ) + cff_cmap_encoding_init( CFF_CMapStd cmap, + FT_Pointer pointer ) { TT_Face face = (TT_Face)FT_CMAP_FACE( cmap ); CFF_Font cff = (CFF_Font)face->extra.data; CFF_Encoding encoding = &cff->encoding; + FT_UNUSED( pointer ); + cmap->gids = encoding->codes; @@ -135,7 +138,8 @@ FT_CALLBACK_DEF( FT_Error ) - cff_cmap_unicode_init( PS_Unicodes unicodes ) + cff_cmap_unicode_init( PS_Unicodes unicodes, + FT_Pointer pointer ) { TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); FT_Memory memory = FT_FACE_MEMORY( face ); @@ -143,6 +147,8 @@ CFF_Charset charset = &cff->charset; FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)cff->psnames; + FT_UNUSED( pointer ); + /* can't build Unicode map for CID-keyed font */ /* because we don't know glyph names. */ diff --git a/freetype/src/cff/cffdrivr.c b/freetype/src/cff/cffdrivr.c index dde7d4488..3e8898e34 100644 --- a/freetype/src/cff/cffdrivr.c +++ b/freetype/src/cff/cffdrivr.c @@ -4,7 +4,7 @@ /* */ /* OpenType font driver implementation (body). */ /* */ -/* Copyright 1996-2013 by */ +/* Copyright 1996-2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -753,7 +753,7 @@ FT_Module_Interface result; - /* CFF_SERVICES_GET derefers `library' in PIC mode */ + /* CFF_SERVICES_GET dereferences `library' in PIC mode */ #ifdef FT_CONFIG_OPTION_PIC if ( !driver ) return NULL; diff --git a/freetype/src/cff/cffgload.c b/freetype/src/cff/cffgload.c index c8e9f9124..758a3d3bb 100644 --- a/freetype/src/cff/cffgload.c +++ b/freetype/src/cff/cffgload.c @@ -4,7 +4,7 @@ /* */ /* OpenType Glyph Loader (body). */ /* */ -/* Copyright 1996-2013 by */ +/* Copyright 1996-2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -703,7 +703,7 @@ /* callback function. */ if ( face->root.internal->incremental_interface ) { - FT_Data data; + FT_Data data; data.pointer = *pointer; @@ -1989,9 +1989,6 @@ } else { - if ( !error ) - error = FT_Err_Ok; - cff_builder_close_contour( builder ); /* close hints recording session */ @@ -2002,10 +1999,12 @@ goto Syntax_Error; /* apply hints to the loaded glyph outline now */ - hinter->apply( hinter->hints, - builder->current, - (PSH_Globals)builder->hints_globals, - decoder->hint_mode ); + error = hinter->apply( hinter->hints, + builder->current, + (PSH_Globals)builder->hints_globals, + decoder->hint_mode ); + if ( error ) + goto Fail; } /* add current outline to the glyph slot */ @@ -2711,10 +2710,10 @@ /* compute linear advance widths */ - ( (SFNT_Service)face->sfnt )->get_metrics( face, 0, - glyph_index, - &dummy, - &advance ); + (void)( (SFNT_Service)face->sfnt )->get_metrics( face, 0, + glyph_index, + &dummy, + &advance ); glyph->root.linearHoriAdvance = advance; has_vertical_info = FT_BOOL( @@ -2724,10 +2723,10 @@ /* get the vertical metrics from the vtmx table if we have one */ if ( has_vertical_info ) { - ( (SFNT_Service)face->sfnt )->get_metrics( face, 1, - glyph_index, - &dummy, - &advance ); + (void)( (SFNT_Service)face->sfnt )->get_metrics( face, 1, + glyph_index, + &dummy, + &advance ); glyph->root.linearVertAdvance = advance; } else @@ -2964,10 +2963,10 @@ FT_UShort vertAdvance = 0; - ( (SFNT_Service)face->sfnt )->get_metrics( face, 1, - glyph_index, - &vertBearingY, - &vertAdvance ); + (void)( (SFNT_Service)face->sfnt )->get_metrics( face, 1, + glyph_index, + &vertBearingY, + &vertAdvance ); metrics->vertBearingY = vertBearingY; metrics->vertAdvance = vertAdvance; } diff --git a/freetype/src/cff/cffobjs.c b/freetype/src/cff/cffobjs.c index cac4ac2bd..da3d0190f 100644 --- a/freetype/src/cff/cffobjs.c +++ b/freetype/src/cff/cffobjs.c @@ -4,7 +4,7 @@ /* */ /* OpenType objects manager (body). */ /* */ -/* Copyright 1996-2013 by */ +/* Copyright 1996-2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -943,16 +943,6 @@ if ( pure_cff && cff->top_font.font_dict.cid_registry != 0xFFFFU ) goto Exit; -#ifdef FT_MAX_CHARMAP_CACHEABLE - if ( nn + 1 > FT_MAX_CHARMAP_CACHEABLE ) - { - FT_ERROR(( "cff_face_init: no Unicode cmap is found, " - "and too many subtables (%d) to add synthesized cmap\n", - nn )); - goto Exit; - } -#endif - /* we didn't find a Unicode charmap -- synthesize one */ cmaprec.face = cffface; cmaprec.platform_id = TT_PLATFORM_MICROSOFT; @@ -973,15 +963,6 @@ cffface->charmap = cffface->charmaps[nn]; Skip_Unicode: -#ifdef FT_MAX_CHARMAP_CACHEABLE - if ( nn > FT_MAX_CHARMAP_CACHEABLE ) - { - FT_ERROR(( "cff_face_init: Unicode cmap is found, " - "but too many preceding subtables (%d) to access\n", - nn - 1 )); - goto Exit; - } -#endif if ( encoding->count > 0 ) { FT_CMap_Class clazz; @@ -1055,22 +1036,23 @@ CFF_Driver driver = (CFF_Driver)module; - /* set default property values, cf `ftcffdrv.h' */ + /* set default property values, cf. `ftcffdrv.h' */ #ifdef CFF_CONFIG_OPTION_OLD_ENGINE - driver->hinting_engine = FT_CFF_HINTING_FREETYPE; + driver->hinting_engine = FT_CFF_HINTING_FREETYPE; #else - driver->hinting_engine = FT_CFF_HINTING_ADOBE; + driver->hinting_engine = FT_CFF_HINTING_ADOBE; #endif + driver->no_stem_darkening = FALSE; - driver->darken_params[0] = 500; - driver->darken_params[1] = 400; - driver->darken_params[2] = 1000; - driver->darken_params[3] = 275; - driver->darken_params[4] = 1667; - driver->darken_params[5] = 275; - driver->darken_params[6] = 2333; - driver->darken_params[7] = 0; + driver->darken_params[0] = CFF_CONFIG_OPTION_DARKENING_PARAMETER_X1; + driver->darken_params[1] = CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y1; + driver->darken_params[2] = CFF_CONFIG_OPTION_DARKENING_PARAMETER_X2; + driver->darken_params[3] = CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y2; + driver->darken_params[4] = CFF_CONFIG_OPTION_DARKENING_PARAMETER_X3; + driver->darken_params[5] = CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y3; + driver->darken_params[6] = CFF_CONFIG_OPTION_DARKENING_PARAMETER_X4; + driver->darken_params[7] = CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y4; return FT_Err_Ok; } diff --git a/freetype/src/cff/cffparse.c b/freetype/src/cff/cffparse.c index 91bd5326c..c79ab623d 100644 --- a/freetype/src/cff/cffparse.c +++ b/freetype/src/cff/cffparse.c @@ -188,7 +188,7 @@ } /* Read fraction part, if any. */ - if ( nib == 0xa ) + if ( nib == 0xA ) for (;;) { /* If we entered this iteration with phase == 4, we need */ diff --git a/freetype/src/gxvalid/gxvbsln.c b/freetype/src/gxvalid/gxvbsln.c index 3d1003156..d16511876 100644 --- a/freetype/src/gxvalid/gxvbsln.c +++ b/freetype/src/gxvalid/gxvbsln.c @@ -72,10 +72,10 @@ static void gxv_bsln_LookupValue_validate( FT_UShort glyph, GXV_LookupValueCPtr value_p, - GXV_Validator valid ) + GXV_Validator gxvalid ) { - FT_UShort v = value_p->u; - FT_UShort* ctlPoints; + FT_UShort v = value_p->u; + FT_UShort* ctlPoints; FT_UNUSED( glyph ); @@ -124,7 +124,7 @@ gxv_bsln_LookupFmt4_transit( FT_UShort relative_gindex, GXV_LookupValueCPtr base_value_p, FT_Bytes lookuptbl_limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p; FT_Bytes limit; @@ -135,7 +135,7 @@ offset = (FT_UShort)( base_value_p->u + ( relative_gindex * sizeof ( FT_UShort ) ) ); - p = valid->lookuptbl_head + offset; + p = gxvalid->lookuptbl_head + offset; limit = lookuptbl_limit; GXV_LIMIT_CHECK( 2 ); @@ -148,7 +148,7 @@ static void gxv_bsln_parts_fmt0_validate( FT_Bytes tables, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = tables; @@ -158,7 +158,7 @@ /* deltas */ GXV_LIMIT_CHECK( 2 * GXV_BSLN_VALUE_COUNT ); - valid->table_data = NULL; /* No ctlPoints here. */ + gxvalid->table_data = NULL; /* No ctlPoints here. */ GXV_EXIT; } @@ -167,7 +167,7 @@ static void gxv_bsln_parts_fmt1_validate( FT_Bytes tables, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = tables; @@ -175,15 +175,15 @@ GXV_NAME_ENTER( "parts format 1" ); /* deltas */ - gxv_bsln_parts_fmt0_validate( p, limit, valid ); + gxv_bsln_parts_fmt0_validate( p, limit, gxvalid ); /* mappingData */ - valid->lookupval_sign = GXV_LOOKUPVALUE_UNSIGNED; - valid->lookupval_func = gxv_bsln_LookupValue_validate; - valid->lookupfmt4_trans = gxv_bsln_LookupFmt4_transit; + gxvalid->lookupval_sign = GXV_LOOKUPVALUE_UNSIGNED; + gxvalid->lookupval_func = gxv_bsln_LookupValue_validate; + gxvalid->lookupfmt4_trans = gxv_bsln_LookupFmt4_transit; gxv_LookupTable_validate( p + 2 * GXV_BSLN_VALUE_COUNT, limit, - valid ); + gxvalid ); GXV_EXIT; } @@ -192,7 +192,7 @@ static void gxv_bsln_parts_fmt2_validate( FT_Bytes tables, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = tables; @@ -211,7 +211,7 @@ stdGlyph = FT_NEXT_USHORT( p ); GXV_TRACE(( " (stdGlyph = %u)\n", stdGlyph )); - gxv_glyphid_validate( stdGlyph, valid ); + gxv_glyphid_validate( stdGlyph, gxvalid ); /* Record the position of ctlPoints */ GXV_BSLN_DATA( ctlPoints_p ) = p; @@ -226,7 +226,7 @@ FT_INVALID_DATA; } else - gxv_ctlPoint_validate( stdGlyph, (FT_Short)ctlPoint, valid ); + gxv_ctlPoint_validate( stdGlyph, (FT_Short)ctlPoint, gxvalid ); } GXV_EXIT; @@ -236,7 +236,7 @@ static void gxv_bsln_parts_fmt3_validate( FT_Bytes tables, FT_Bytes limit, - GXV_Validator valid) + GXV_Validator gxvalid) { FT_Bytes p = tables; @@ -244,15 +244,15 @@ GXV_NAME_ENTER( "parts format 3" ); /* stdGlyph + ctlPoints */ - gxv_bsln_parts_fmt2_validate( p, limit, valid ); + gxv_bsln_parts_fmt2_validate( p, limit, gxvalid ); /* mappingData */ - valid->lookupval_sign = GXV_LOOKUPVALUE_UNSIGNED; - valid->lookupval_func = gxv_bsln_LookupValue_validate; - valid->lookupfmt4_trans = gxv_bsln_LookupFmt4_transit; + gxvalid->lookupval_sign = GXV_LOOKUPVALUE_UNSIGNED; + gxvalid->lookupval_func = gxv_bsln_LookupValue_validate; + gxvalid->lookupfmt4_trans = gxv_bsln_LookupFmt4_transit; gxv_LookupTable_validate( p + ( 2 + 2 * GXV_BSLN_VALUE_COUNT ), limit, - valid ); + gxvalid ); GXV_EXIT; } @@ -271,8 +271,8 @@ FT_Face face, FT_Validator ftvalid ) { - GXV_ValidatorRec validrec; - GXV_Validator valid = &validrec; + GXV_ValidatorRec gxvalidrec; + GXV_Validator gxvalid = &gxvalidrec; GXV_bsln_DataRec bslnrec; GXV_bsln_Data bsln = &bslnrec; @@ -293,9 +293,9 @@ }; - valid->root = ftvalid; - valid->table_data = bsln; - valid->face = face; + gxvalid->root = ftvalid; + gxvalid->table_data = bsln; + gxvalid->face = face; FT_TRACE3(( "validating `bsln' table\n" )); GXV_INIT; @@ -320,7 +320,7 @@ bsln->defaultBaseline = defaultBaseline; - fmt_funcs_table[format]( p, limit, valid ); + fmt_funcs_table[format]( p, limit, gxvalid ); FT_TRACE4(( "\n" )); } diff --git a/freetype/src/gxvalid/gxvcommn.c b/freetype/src/gxvalid/gxvcommn.c index 7af52342b..8e72a72f4 100644 --- a/freetype/src/gxvalid/gxvcommn.c +++ b/freetype/src/gxvalid/gxvcommn.c @@ -65,7 +65,7 @@ FT_UShort* buff, FT_UInt nmemb, FT_UShort limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_UInt i; @@ -130,7 +130,7 @@ FT_ULong* buff, FT_UInt nmemb, FT_ULong limit, - GXV_Validator valid) + GXV_Validator gxvalid) { FT_UInt i; @@ -182,7 +182,7 @@ FT_Bytes limit, FT_Byte* min, FT_Byte* max, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; @@ -202,7 +202,7 @@ *max = (FT_Byte)FT_MAX( *max, val ); } - valid->subtable_length = p - table; + gxvalid->subtable_length = p - table; } @@ -211,7 +211,7 @@ FT_Bytes limit, FT_UShort* min, FT_UShort* max, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; @@ -231,7 +231,7 @@ *max = (FT_Byte)FT_MAX( *max, val ); } - valid->subtable_length = p - table; + gxvalid->subtable_length = p - table; } @@ -256,7 +256,7 @@ static void gxv_BinSrchHeader_check_consistency( GXV_BinSrchHeader* binSrchHeader, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_UShort searchRange; FT_UShort entrySelector; @@ -329,7 +329,7 @@ FT_Bytes limit, FT_UShort* unitSize_p, FT_UShort* nUnits_p, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; GXV_BinSrchHeader binSrchHeader; @@ -359,7 +359,7 @@ binSrchHeader.rangeShift = FT_NEXT_USHORT( p ); GXV_TRACE(( "nUnits %d\n", binSrchHeader.nUnits )); - gxv_BinSrchHeader_check_consistency( &binSrchHeader, valid ); + gxv_BinSrchHeader_check_consistency( &binSrchHeader, gxvalid ); if ( *unitSize_p == 0 ) *unitSize_p = binSrchHeader.unitSize; @@ -367,7 +367,7 @@ if ( *nUnits_p == 0 ) *nUnits_p = binSrchHeader.nUnits; - valid->subtable_length = p - table; + gxvalid->subtable_length = p - table; GXV_EXIT; } @@ -422,7 +422,7 @@ static void gxv_LookupTable_fmt0_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; FT_UShort i; @@ -432,24 +432,24 @@ GXV_NAME_ENTER( "LookupTable format 0" ); - GXV_LIMIT_CHECK( 2 * valid->face->num_glyphs ); + GXV_LIMIT_CHECK( 2 * gxvalid->face->num_glyphs ); - for ( i = 0; i < valid->face->num_glyphs; i++ ) + for ( i = 0; i < gxvalid->face->num_glyphs; i++ ) { GXV_LIMIT_CHECK( 2 ); if ( p + 2 >= limit ) /* some fonts have too-short fmt0 array */ { GXV_TRACE(( "too short, glyphs %d - %d are missing\n", - i, valid->face->num_glyphs )); + i, gxvalid->face->num_glyphs )); GXV_SET_ERR_IF_PARANOID( FT_INVALID_GLYPH_ID ); break; } - value = GXV_LOOKUP_VALUE_LOAD( p, valid->lookupval_sign ); - valid->lookupval_func( i, &value, valid ); + value = GXV_LOOKUP_VALUE_LOAD( p, gxvalid->lookupval_sign ); + gxvalid->lookupval_func( i, &value, gxvalid ); } - valid->subtable_length = p - table; + gxvalid->subtable_length = p - table; GXV_EXIT; } @@ -473,12 +473,12 @@ static void gxv_LookupTable_fmt2_skip_endmarkers( FT_Bytes table, FT_UShort unitSize, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; - while ( ( p + 4 ) < valid->root->limit ) + while ( ( p + 4 ) < gxvalid->root->limit ) { if ( p[0] != 0xFF || p[1] != 0xFF || /* lastGlyph */ p[2] != 0xFF || p[3] != 0xFF ) /* firstGlyph */ @@ -486,14 +486,14 @@ p += unitSize; } - valid->subtable_length = p - table; + gxvalid->subtable_length = p - table; } static void gxv_LookupTable_fmt2_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; FT_UShort gid; @@ -509,8 +509,8 @@ GXV_NAME_ENTER( "LookupTable format 2" ); unitSize = nUnits = 0; - gxv_BinSrchHeader_validate( p, limit, &unitSize, &nUnits, valid ); - p += valid->subtable_length; + gxv_BinSrchHeader_validate( p, limit, &unitSize, &nUnits, gxvalid ); + p += gxvalid->subtable_length; GXV_UNITSIZE_VALIDATE( "format2", unitSize, nUnits, 6 ); @@ -519,10 +519,10 @@ GXV_LIMIT_CHECK( 2 + 2 + 2 ); lastGlyph = FT_NEXT_USHORT( p ); firstGlyph = FT_NEXT_USHORT( p ); - value = GXV_LOOKUP_VALUE_LOAD( p, valid->lookupval_sign ); + value = GXV_LOOKUP_VALUE_LOAD( p, gxvalid->lookupval_sign ); - gxv_glyphid_validate( firstGlyph, valid ); - gxv_glyphid_validate( lastGlyph, valid ); + gxv_glyphid_validate( firstGlyph, gxvalid ); + gxv_glyphid_validate( lastGlyph, gxvalid ); if ( lastGlyph < gid ) { @@ -539,7 +539,7 @@ unit, lastGlyph, firstGlyph )); GXV_SET_ERR_IF_PARANOID( FT_INVALID_GLYPH_ID ); - if ( valid->root->level == FT_VALIDATE_TIGHT ) + if ( gxvalid->root->level == FT_VALIDATE_TIGHT ) continue; /* ftxvalidator silently skips such an entry */ FT_TRACE4(( "continuing with exchanged values\n" )); @@ -549,13 +549,13 @@ } for ( gid = firstGlyph; gid <= lastGlyph; gid++ ) - valid->lookupval_func( gid, &value, valid ); + gxvalid->lookupval_func( gid, &value, gxvalid ); } - gxv_LookupTable_fmt2_skip_endmarkers( p, unitSize, valid ); - p += valid->subtable_length; + gxv_LookupTable_fmt2_skip_endmarkers( p, unitSize, gxvalid ); + p += gxvalid->subtable_length; - valid->subtable_length = p - table; + gxvalid->subtable_length = p - table; GXV_EXIT; } @@ -564,7 +564,7 @@ static void gxv_LookupTable_fmt4_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; FT_UShort unit; @@ -581,8 +581,8 @@ GXV_NAME_ENTER( "LookupTable format 4" ); unitSize = nUnits = 0; - gxv_BinSrchHeader_validate( p, limit, &unitSize, &nUnits, valid ); - p += valid->subtable_length; + gxv_BinSrchHeader_validate( p, limit, &unitSize, &nUnits, gxvalid ); + p += gxvalid->subtable_length; GXV_UNITSIZE_VALIDATE( "format4", unitSize, nUnits, 6 ); @@ -592,8 +592,8 @@ lastGlyph = FT_NEXT_USHORT( p ); firstGlyph = FT_NEXT_USHORT( p ); - gxv_glyphid_validate( firstGlyph, valid ); - gxv_glyphid_validate( lastGlyph, valid ); + gxv_glyphid_validate( firstGlyph, gxvalid ); + gxv_glyphid_validate( lastGlyph, gxvalid ); if ( lastGlyph < gid ) { @@ -610,7 +610,7 @@ unit, lastGlyph, firstGlyph )); GXV_SET_ERR_IF_PARANOID( FT_INVALID_GLYPH_ID ); - if ( valid->root->level == FT_VALIDATE_TIGHT ) + if ( gxvalid->root->level == FT_VALIDATE_TIGHT ) continue; /* ftxvalidator silently skips such an entry */ FT_TRACE4(( "continuing with exchanged values\n" )); @@ -624,19 +624,19 @@ for ( gid = firstGlyph; gid <= lastGlyph; gid++ ) { - value = valid->lookupfmt4_trans( (FT_UShort)( gid - firstGlyph ), + value = gxvalid->lookupfmt4_trans( (FT_UShort)( gid - firstGlyph ), &base_value, limit, - valid ); + gxvalid ); - valid->lookupval_func( gid, &value, valid ); + gxvalid->lookupval_func( gid, &value, gxvalid ); } } - gxv_LookupTable_fmt2_skip_endmarkers( p, unitSize, valid ); - p += valid->subtable_length; + gxv_LookupTable_fmt2_skip_endmarkers( p, unitSize, gxvalid ); + p += gxvalid->subtable_length; - valid->subtable_length = p - table; + gxvalid->subtable_length = p - table; GXV_EXIT; } @@ -645,26 +645,26 @@ static void gxv_LookupTable_fmt6_skip_endmarkers( FT_Bytes table, FT_UShort unitSize, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; - while ( p < valid->root->limit ) + while ( p < gxvalid->root->limit ) { if ( p[0] != 0xFF || p[1] != 0xFF ) break; p += unitSize; } - valid->subtable_length = p - table; + gxvalid->subtable_length = p - table; } static void gxv_LookupTable_fmt6_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; FT_UShort unit; @@ -679,8 +679,8 @@ GXV_NAME_ENTER( "LookupTable format 6" ); unitSize = nUnits = 0; - gxv_BinSrchHeader_validate( p, limit, &unitSize, &nUnits, valid ); - p += valid->subtable_length; + gxv_BinSrchHeader_validate( p, limit, &unitSize, &nUnits, gxvalid ); + p += gxvalid->subtable_length; GXV_UNITSIZE_VALIDATE( "format6", unitSize, nUnits, 4 ); @@ -688,9 +688,9 @@ { GXV_LIMIT_CHECK( 2 + 2 ); glyph = FT_NEXT_USHORT( p ); - value = GXV_LOOKUP_VALUE_LOAD( p, valid->lookupval_sign ); + value = GXV_LOOKUP_VALUE_LOAD( p, gxvalid->lookupval_sign ); - if ( gxv_glyphid_validate( glyph, valid ) ) + if ( gxv_glyphid_validate( glyph, gxvalid ) ) GXV_TRACE(( " endmarker found within defined range" " (entry %d < nUnits=%d)\n", unit, nUnits )); @@ -703,13 +703,13 @@ } prev_glyph = glyph; - valid->lookupval_func( glyph, &value, valid ); + gxvalid->lookupval_func( glyph, &value, gxvalid ); } - gxv_LookupTable_fmt6_skip_endmarkers( p, unitSize, valid ); - p += valid->subtable_length; + gxv_LookupTable_fmt6_skip_endmarkers( p, unitSize, gxvalid ); + p += gxvalid->subtable_length; - valid->subtable_length = p - table; + gxvalid->subtable_length = p - table; GXV_EXIT; } @@ -718,7 +718,7 @@ static void gxv_LookupTable_fmt8_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; FT_UShort i; @@ -735,18 +735,18 @@ firstGlyph = FT_NEXT_USHORT( p ); glyphCount = FT_NEXT_USHORT( p ); - gxv_glyphid_validate( firstGlyph, valid ); - gxv_glyphid_validate( (FT_UShort)( firstGlyph + glyphCount ), valid ); + gxv_glyphid_validate( firstGlyph, gxvalid ); + gxv_glyphid_validate( (FT_UShort)( firstGlyph + glyphCount ), gxvalid ); /* valueArray */ for ( i = 0; i < glyphCount; i++ ) { GXV_LIMIT_CHECK( 2 ); - value = GXV_LOOKUP_VALUE_LOAD( p, valid->lookupval_sign ); - valid->lookupval_func( (FT_UShort)( firstGlyph + i ), &value, valid ); + value = GXV_LOOKUP_VALUE_LOAD( p, gxvalid->lookupval_sign ); + gxvalid->lookupval_func( (FT_UShort)( firstGlyph + i ), &value, gxvalid ); } - valid->subtable_length = p - table; + gxvalid->subtable_length = p - table; GXV_EXIT; } @@ -754,7 +754,7 @@ FT_LOCAL_DEF( void ) gxv_LookupTable_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; FT_UShort format; @@ -778,7 +778,7 @@ GXV_NAME_ENTER( "LookupTable" ); /* lookuptbl_head may be used in fmt4 transit function. */ - valid->lookuptbl_head = table; + gxvalid->lookuptbl_head = table; /* format */ GXV_LIMIT_CHECK( 2 ); @@ -792,10 +792,10 @@ if ( func == NULL ) FT_INVALID_FORMAT; - func( p, limit, valid ); - p += valid->subtable_length; + func( p, limit, gxvalid ); + p += gxvalid->subtable_length; - valid->subtable_length = p - table; + gxvalid->subtable_length = p - table; GXV_EXIT; } @@ -811,7 +811,7 @@ FT_LOCAL_DEF( FT_Int ) gxv_glyphid_validate( FT_UShort gid, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Face face; @@ -822,7 +822,7 @@ return 1; } - face = valid->face; + face = gxvalid->face; if ( face->num_glyphs < gid ) { GXV_TRACE(( " gxv_glyphid_check() gid overflow: num_glyphs %d < %d\n", @@ -845,7 +845,7 @@ FT_LOCAL_DEF( void ) gxv_ctlPoint_validate( FT_UShort gid, FT_Short ctl_point, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Face face; FT_Error error; @@ -855,7 +855,7 @@ short n_points; - face = valid->face; + face = gxvalid->face; error = FT_Load_Glyph( face, gid, @@ -885,7 +885,7 @@ gxv_sfntName_validate( FT_UShort name_index, FT_UShort min_index, FT_UShort max_index, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_SfntName name; FT_UInt i; @@ -897,10 +897,10 @@ if ( name_index < min_index || max_index < name_index ) FT_INVALID_FORMAT; - nnames = FT_Get_Sfnt_Name_Count( valid->face ); + nnames = FT_Get_Sfnt_Name_Count( gxvalid->face ); for ( i = 0; i < nnames; i++ ) { - if ( FT_Get_Sfnt_Name( valid->face, i, &name ) != FT_Err_Ok ) + if ( FT_Get_Sfnt_Name( gxvalid->face, i, &name ) != FT_Err_Ok ) continue ; if ( name.name_id == name_index ) @@ -944,7 +944,7 @@ FT_UShort* length_p, FT_UShort stateSize, FT_Byte* maxClassID_p, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; FT_Bytes limit = table + *length_p; @@ -965,7 +965,7 @@ if ( !nGlyphs ) goto Out; - gxv_glyphid_validate( (FT_UShort)( firstGlyph + nGlyphs ), valid ); + gxv_glyphid_validate( (FT_UShort)( firstGlyph + nGlyphs ), gxvalid ); { FT_Byte nGlyphInClass[256]; @@ -1022,9 +1022,9 @@ FT_UShort stateSize, FT_Byte* maxState_p, FT_Byte* maxEntry_p, - GXV_Validator valid ) + GXV_Validator gxvalid ) { - FT_Bytes p = table; + FT_Bytes p = table; FT_Bytes limit = table + *length_p; FT_Byte clazz; FT_Byte entry; @@ -1076,7 +1076,7 @@ FT_Byte maxClassID, FT_Bytes statetable_table, FT_Bytes statetable_limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; FT_Bytes limit = table + *length_p; @@ -1166,13 +1166,13 @@ goto Exit; } - if ( NULL != valid->statetable.entry_validate_func ) - valid->statetable.entry_validate_func( state, - flags, - &glyphOffset, - statetable_table, - statetable_limit, - valid ); + if ( NULL != gxvalid->statetable.entry_validate_func ) + gxvalid->statetable.entry_validate_func( state, + flags, + &glyphOffset, + statetable_table, + statetable_limit, + gxvalid ); } Exit: @@ -1192,7 +1192,7 @@ FT_UShort* classTable_length_p, FT_UShort* stateArray_length_p, FT_UShort* entryTable_length_p, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_UShort o[3]; FT_UShort* l[3]; @@ -1206,14 +1206,14 @@ l[1] = stateArray_length_p; l[2] = entryTable_length_p; - gxv_set_length_by_ushort_offset( o, l, buff, 3, table_size, valid ); + gxv_set_length_by_ushort_offset( o, l, buff, 3, table_size, gxvalid ); } FT_LOCAL_DEF( void ) gxv_StateTable_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_UShort stateSize; FT_UShort classTable; /* offset to Class(Sub)Table */ @@ -1250,11 +1250,11 @@ if ( stateSize > 0xFF ) FT_INVALID_DATA; - if ( valid->statetable.optdata_load_func != NULL ) - valid->statetable.optdata_load_func( p, limit, valid ); + if ( gxvalid->statetable.optdata_load_func != NULL ) + gxvalid->statetable.optdata_load_func( p, limit, gxvalid ); - if ( valid->statetable.subtable_setup_func != NULL) - setup_func = valid->statetable.subtable_setup_func; + if ( gxvalid->statetable.subtable_setup_func != NULL) + setup_func = gxvalid->statetable.subtable_setup_func; else setup_func = gxv_StateTable_subtable_setup; @@ -1265,7 +1265,7 @@ &classTable_length, &stateArray_length, &entryTable_length, - valid ); + gxvalid ); GXV_TRACE(( "StateTable Subtables\n" )); @@ -1274,7 +1274,7 @@ &classTable_length, stateSize, &maxClassID, - valid ); + gxvalid ); else maxClassID = (FT_Byte)( stateSize - 1 ); @@ -1285,7 +1285,7 @@ stateSize, &maxState, &maxEntry, - valid ); + gxvalid ); else { #if 0 @@ -1306,7 +1306,7 @@ maxClassID, table, limit, - valid ); + gxvalid ); GXV_EXIT; } @@ -1322,7 +1322,7 @@ FT_ULong* classTable_length_p, FT_ULong* stateArray_length_p, FT_ULong* entryTable_length_p, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_ULong o[3]; FT_ULong* l[3]; @@ -1336,21 +1336,21 @@ l[1] = stateArray_length_p; l[2] = entryTable_length_p; - gxv_set_length_by_ulong_offset( o, l, buff, 3, table_size, valid ); + gxv_set_length_by_ulong_offset( o, l, buff, 3, table_size, gxvalid ); } static void gxv_XClassTable_lookupval_validate( FT_UShort glyph, GXV_LookupValueCPtr value_p, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_UNUSED( glyph ); - if ( value_p->u >= valid->xstatetable.nClasses ) + if ( value_p->u >= gxvalid->xstatetable.nClasses ) FT_INVALID_DATA; - if ( value_p->u > valid->xstatetable.maxClassID ) - valid->xstatetable.maxClassID = value_p->u; + if ( value_p->u > gxvalid->xstatetable.maxClassID ) + gxvalid->xstatetable.maxClassID = value_p->u; } @@ -1384,7 +1384,7 @@ gxv_XClassTable_lookupfmt4_transit( FT_UShort relative_gindex, GXV_LookupValueCPtr base_value_p, FT_Bytes lookuptbl_limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p; FT_Bytes limit; @@ -1395,7 +1395,7 @@ offset = (FT_UShort)( base_value_p->u + relative_gindex * sizeof ( FT_UShort ) ); - p = valid->lookuptbl_head + offset; + p = gxvalid->lookuptbl_head + offset; limit = lookuptbl_limit; GXV_LIMIT_CHECK ( 2 ); @@ -1412,7 +1412,7 @@ FT_ULong stateSize, FT_UShort* maxState_p, FT_UShort* maxEntry_p, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; FT_Bytes limit = table + *length_p; @@ -1463,7 +1463,7 @@ FT_UShort maxClassID, FT_Bytes xstatetable_table, FT_Bytes xstatetable_limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; FT_Bytes limit = table + *length_p; @@ -1540,13 +1540,13 @@ goto Exit; } - if ( NULL != valid->xstatetable.entry_validate_func ) - valid->xstatetable.entry_validate_func( state, - flags, - &glyphOffset, - xstatetable_table, - xstatetable_limit, - valid ); + if ( NULL != gxvalid->xstatetable.entry_validate_func ) + gxvalid->xstatetable.entry_validate_func( state, + flags, + &glyphOffset, + xstatetable_table, + xstatetable_limit, + gxvalid ); } Exit: @@ -1559,7 +1559,7 @@ FT_LOCAL_DEF( void ) gxv_XStateTable_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { /* StateHeader members */ FT_ULong classTable; /* offset to Class(Sub)Table */ @@ -1582,26 +1582,26 @@ GXV_TRACE(( "XStateTable header\n" )); GXV_LIMIT_CHECK( 4 + 4 + 4 + 4 ); - valid->xstatetable.nClasses = FT_NEXT_ULONG( p ); + gxvalid->xstatetable.nClasses = FT_NEXT_ULONG( p ); classTable = FT_NEXT_ULONG( p ); stateArray = FT_NEXT_ULONG( p ); entryTable = FT_NEXT_ULONG( p ); - GXV_TRACE(( "nClasses =0x%08x\n", valid->xstatetable.nClasses )); + GXV_TRACE(( "nClasses =0x%08x\n", gxvalid->xstatetable.nClasses )); GXV_TRACE(( "offset to classTable=0x%08x\n", classTable )); GXV_TRACE(( "offset to stateArray=0x%08x\n", stateArray )); GXV_TRACE(( "offset to entryTable=0x%08x\n", entryTable )); - if ( valid->xstatetable.nClasses > 0xFFFFU ) + if ( gxvalid->xstatetable.nClasses > 0xFFFFU ) FT_INVALID_DATA; GXV_TRACE(( "StateTable Subtables\n" )); - if ( valid->xstatetable.optdata_load_func != NULL ) - valid->xstatetable.optdata_load_func( p, limit, valid ); + if ( gxvalid->xstatetable.optdata_load_func != NULL ) + gxvalid->xstatetable.optdata_load_func( p, limit, gxvalid ); - if ( valid->xstatetable.subtable_setup_func != NULL ) - setup_func = valid->xstatetable.subtable_setup_func; + if ( gxvalid->xstatetable.subtable_setup_func != NULL ) + setup_func = gxvalid->xstatetable.subtable_setup_func; else setup_func = gxv_XStateTable_subtable_setup; @@ -1612,37 +1612,37 @@ &classTable_length, &stateArray_length, &entryTable_length, - valid ); + gxvalid ); if ( classTable != 0 ) { - valid->xstatetable.maxClassID = 0; - valid->lookupval_sign = GXV_LOOKUPVALUE_UNSIGNED; - valid->lookupval_func = gxv_XClassTable_lookupval_validate; - valid->lookupfmt4_trans = gxv_XClassTable_lookupfmt4_transit; + gxvalid->xstatetable.maxClassID = 0; + gxvalid->lookupval_sign = GXV_LOOKUPVALUE_UNSIGNED; + gxvalid->lookupval_func = gxv_XClassTable_lookupval_validate; + gxvalid->lookupfmt4_trans = gxv_XClassTable_lookupfmt4_transit; gxv_LookupTable_validate( table + classTable, table + classTable + classTable_length, - valid ); + gxvalid ); #if 0 - if ( valid->subtable_length < classTable_length ) - classTable_length = valid->subtable_length; + if ( gxvalid->subtable_length < classTable_length ) + classTable_length = gxvalid->subtable_length; #endif } else { /* XXX: check range? */ - valid->xstatetable.maxClassID = - (FT_UShort)( valid->xstatetable.nClasses - 1 ); + gxvalid->xstatetable.maxClassID = + (FT_UShort)( gxvalid->xstatetable.nClasses - 1 ); } if ( stateArray != 0 ) gxv_XStateArray_validate( table + stateArray, &stateArray_length, - valid->xstatetable.maxClassID, - valid->xstatetable.nClasses, + gxvalid->xstatetable.maxClassID, + gxvalid->xstatetable.nClasses, &maxState, &maxEntry, - valid ); + gxvalid ); else { #if 0 @@ -1659,10 +1659,10 @@ &entryTable_length, maxEntry, stateArray_length, - valid->xstatetable.maxClassID, + gxvalid->xstatetable.maxClassID, table, limit, - valid ); + gxvalid ); GXV_EXIT; } @@ -1719,7 +1719,7 @@ FT_LOCAL_DEF( void ) gxv_odtect_validate( GXV_odtect_Range odtect, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_UInt i, j; diff --git a/freetype/src/gxvalid/gxvcommn.h b/freetype/src/gxvalid/gxvcommn.h index 1ff87e442..f1143457f 100644 --- a/freetype/src/gxvalid/gxvcommn.h +++ b/freetype/src/gxvalid/gxvcommn.h @@ -4,7 +4,7 @@ /* */ /* TrueTypeGX/AAT common tables validation (specification). */ /* */ -/* Copyright 2004, 2005, 2012 */ +/* Copyright 2004, 2005, 2012, 2014 */ /* by suzuki toshiya, Masatake YAMATO, Red Hat K.K., */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ @@ -62,7 +62,7 @@ FT_BEGIN_HEADER #undef GXV_LOAD_UNUSED_VARS /* debug purpose */ -#define IS_PARANOID_VALIDATION ( valid->root->level >= FT_VALIDATE_PARANOID ) +#define IS_PARANOID_VALIDATION ( gxvalid->root->level >= FT_VALIDATE_PARANOID ) #define GXV_SET_ERR_IF_PARANOID( err ) { if ( IS_PARANOID_VALIDATION ) ( err ); } /*************************************************************************/ @@ -81,7 +81,7 @@ FT_BEGIN_HEADER typedef void (*GXV_Validate_Func)( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ); + GXV_Validator gxvalid ); /* ====================== LookupTable Validator ======================== */ @@ -106,13 +106,13 @@ FT_BEGIN_HEADER typedef void (*GXV_Lookup_Value_Validate_Func)( FT_UShort glyph, GXV_LookupValueCPtr value_p, - GXV_Validator valid ); + GXV_Validator gxvalid ); typedef GXV_LookupValueDesc (*GXV_Lookup_Fmt4_Transit_Func)( FT_UShort relative_gindex, GXV_LookupValueCPtr base_value_p, FT_Bytes lookuptbl_limit, - GXV_Validator valid ); + GXV_Validator gxvalid ); /* ====================== StateTable Validator ========================= */ @@ -131,10 +131,10 @@ FT_BEGIN_HEADER #define GXV_GLYPHOFFSET_FMT( table ) \ - ( valid->table.entry_glyphoffset_fmt ) + ( gxvalid->table.entry_glyphoffset_fmt ) #define GXV_GLYPHOFFSET_SIZE( table ) \ - ( valid->table.entry_glyphoffset_fmt / 2 ) + ( gxvalid->table.entry_glyphoffset_fmt / 2 ) /* ----------------------- 16bit StateTable ---------------------------- */ @@ -160,7 +160,7 @@ FT_BEGIN_HEADER FT_UShort* classTable_length_p, FT_UShort* stateArray_length_p, FT_UShort* entryTable_length_p, - GXV_Validator valid ); + GXV_Validator gxvalid ); typedef void (*GXV_StateTable_Entry_Validate_Func)( @@ -169,12 +169,12 @@ FT_BEGIN_HEADER GXV_StateTable_GlyphOffsetCPtr glyphOffset_p, FT_Bytes statetable_table, FT_Bytes statetable_limit, - GXV_Validator valid ); + GXV_Validator gxvalid ); typedef void (*GXV_StateTable_OptData_Load_Func)( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ); + GXV_Validator gxvalid ); typedef struct GXV_StateTable_ValidatorRec_ { @@ -202,7 +202,7 @@ FT_BEGIN_HEADER FT_ULong* classTable_length_p, FT_ULong* stateArray_length_p, FT_ULong* entryTable_length_p, - GXV_Validator valid ); + GXV_Validator gxvalid ); typedef void (*GXV_XStateTable_Entry_Validate_Func)( @@ -211,7 +211,7 @@ FT_BEGIN_HEADER GXV_StateTable_GlyphOffsetCPtr glyphOffset_p, FT_Bytes xstatetable_table, FT_Bytes xstatetable_limit, - GXV_Validator valid ); + GXV_Validator gxvalid ); typedef GXV_StateTable_OptData_Load_Func GXV_XStateTable_OptData_Load_Func; @@ -263,35 +263,35 @@ FT_BEGIN_HEADER #define GXV_TABLE_DATA( tag, field ) \ - ( ( (GXV_ ## tag ## _Data)valid->table_data )->field ) + ( ( (GXV_ ## tag ## _Data)gxvalid->table_data )->field ) #undef FT_INVALID_ -#define FT_INVALID_( _prefix, _error ) \ - ft_validator_error( valid->root, _prefix ## _error ) +#define FT_INVALID_( _error ) \ + ft_validator_error( gxvalid->root, FT_THROW( _error ) ) #define GXV_LIMIT_CHECK( _count ) \ FT_BEGIN_STMNT \ - if ( p + _count > ( limit? limit : valid->root->limit ) ) \ + if ( p + _count > ( limit? limit : gxvalid->root->limit ) ) \ FT_INVALID_TOO_SHORT; \ FT_END_STMNT #ifdef FT_DEBUG_LEVEL_TRACE -#define GXV_INIT valid->debug_indent = 0 +#define GXV_INIT gxvalid->debug_indent = 0 #define GXV_NAME_ENTER( name ) \ FT_BEGIN_STMNT \ - valid->debug_indent += 2; \ - FT_TRACE4(( "%*.s", valid->debug_indent, 0 )); \ + gxvalid->debug_indent += 2; \ + FT_TRACE4(( "%*.s", gxvalid->debug_indent, 0 )); \ FT_TRACE4(( "%s table\n", name )); \ FT_END_STMNT -#define GXV_EXIT valid->debug_indent -= 2 +#define GXV_EXIT gxvalid->debug_indent -= 2 #define GXV_TRACE( s ) \ FT_BEGIN_STMNT \ - FT_TRACE4(( "%*.s", valid->debug_indent, 0 )); \ + FT_TRACE4(( "%*.s", gxvalid->debug_indent, 0 )); \ FT_TRACE4( s ); \ FT_END_STMNT @@ -318,7 +318,7 @@ FT_BEGIN_HEADER FT_BEGIN_STMNT \ { \ if ( (a) & 3 ) \ - FT_INVALID_OFFSET ; \ + FT_INVALID_OFFSET; \ } \ FT_END_STMNT @@ -349,7 +349,7 @@ FT_BEGIN_HEADER \ \ for ( b = p; b < (FT_Bytes)p + len; b++ ) \ - if ( 0x40 < *b && *b < 0x7e ) \ + if ( 0x40 < *b && *b < 0x7E ) \ FT_TRACE1(("%c", *b)) ; \ else \ FT_TRACE1(("\\x%02x", *b)) ; \ @@ -373,12 +373,12 @@ FT_BEGIN_HEADER FT_Bytes limit, FT_UShort* unitSize_p, FT_UShort* nUnits_p, - GXV_Validator valid ); + GXV_Validator gxvalid ); FT_LOCAL( void ) gxv_LookupTable_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ); + GXV_Validator gxvalid ); /*************************************************************************/ @@ -391,7 +391,7 @@ FT_BEGIN_HEADER FT_LOCAL( FT_Int ) gxv_glyphid_validate( FT_UShort gid, - GXV_Validator valid ); + GXV_Validator gxvalid ); /*************************************************************************/ @@ -405,7 +405,7 @@ FT_BEGIN_HEADER FT_LOCAL( void ) gxv_ctlPoint_validate( FT_UShort gid, FT_Short ctl_point, - GXV_Validator valid ); + GXV_Validator gxvalid ); /*************************************************************************/ @@ -420,7 +420,7 @@ FT_BEGIN_HEADER gxv_sfntName_validate( FT_UShort name_index, FT_UShort min_index, FT_UShort max_index, - GXV_Validator valid ); + GXV_Validator gxvalid ); /*************************************************************************/ @@ -439,7 +439,7 @@ FT_BEGIN_HEADER FT_UShort* classTable_length_p, FT_UShort* stateArray_length_p, FT_UShort* entryTable_length_p, - GXV_Validator valid ); + GXV_Validator gxvalid ); FT_LOCAL( void ) gxv_XStateTable_subtable_setup( FT_ULong table_size, @@ -449,17 +449,17 @@ FT_BEGIN_HEADER FT_ULong* classTable_length_p, FT_ULong* stateArray_length_p, FT_ULong* entryTable_length_p, - GXV_Validator valid ); + GXV_Validator gxvalid ); FT_LOCAL( void ) gxv_StateTable_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ); + GXV_Validator gxvalid ); FT_LOCAL( void ) gxv_XStateTable_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ); + GXV_Validator gxvalid ); /*************************************************************************/ @@ -475,14 +475,14 @@ FT_BEGIN_HEADER FT_Bytes limit, FT_Byte* min, FT_Byte* max, - GXV_Validator valid ); + GXV_Validator gxvalid ); FT_LOCAL( void ) gxv_array_getlimits_ushort( FT_Bytes table, FT_Bytes limit, FT_UShort* min, FT_UShort* max, - GXV_Validator valid ); + GXV_Validator gxvalid ); FT_LOCAL( void ) gxv_set_length_by_ushort_offset( FT_UShort* offset, @@ -490,7 +490,7 @@ FT_BEGIN_HEADER FT_UShort* buff, FT_UInt nmemb, FT_UShort limit, - GXV_Validator valid ); + GXV_Validator gxvalid ); FT_LOCAL( void ) gxv_set_length_by_ulong_offset( FT_ULong* offset, @@ -498,19 +498,19 @@ FT_BEGIN_HEADER FT_ULong* buff, FT_UInt nmemb, FT_ULong limit, - GXV_Validator valid); + GXV_Validator gxvalid); #define GXV_SUBTABLE_OFFSET_CHECK( _offset ) \ FT_BEGIN_STMNT \ - if ( (_offset) > valid->subtable_length ) \ + if ( (_offset) > gxvalid->subtable_length ) \ FT_INVALID_OFFSET; \ FT_END_STMNT #define GXV_SUBTABLE_LIMIT_CHECK( _count ) \ FT_BEGIN_STMNT \ - if ( ( p + (_count) - valid->subtable_start ) > \ - valid->subtable_length ) \ + if ( ( p + (_count) - gxvalid->subtable_start ) > \ + gxvalid->subtable_length ) \ FT_INVALID_TOO_SHORT; \ FT_END_STMNT @@ -556,7 +556,7 @@ FT_BEGIN_HEADER FT_LOCAL( void ) gxv_odtect_validate( GXV_odtect_Range odtect, - GXV_Validator valid ); + GXV_Validator gxvalid ); #define GXV_ODTECT( n, odtect ) \ diff --git a/freetype/src/gxvalid/gxvfeat.c b/freetype/src/gxvalid/gxvfeat.c index 6f7565099..69298b286 100644 --- a/freetype/src/gxvalid/gxvfeat.c +++ b/freetype/src/gxvalid/gxvfeat.c @@ -82,7 +82,7 @@ gxv_feat_registry_validate( FT_UShort feature, FT_UShort nSettings, FT_Bool exclusive, - GXV_Validator valid ) + GXV_Validator gxvalid ) { GXV_NAME_ENTER( "feature in registry" ); @@ -108,7 +108,7 @@ { /* Don't use here. Apple is reserved. */ GXV_TRACE(( "feature number %d is reserved by Apple\n", feature )); - if ( valid->root->level >= FT_VALIDATE_TIGHT ) + if ( gxvalid->root->level >= FT_VALIDATE_TIGHT ) FT_INVALID_DATA; } @@ -117,7 +117,7 @@ GXV_TRACE(( "feature %d: nSettings %d != defined nSettings %d\n", feature, nSettings, gxv_feat_registry[feature].nSettings )); - if ( valid->root->level >= FT_VALIDATE_TIGHT ) + if ( gxvalid->root->level >= FT_VALIDATE_TIGHT ) FT_INVALID_DATA; } @@ -125,7 +125,7 @@ { GXV_TRACE(( "exclusive flag %d differs from predefined value\n", exclusive )); - if ( valid->root->level >= FT_VALIDATE_TIGHT ) + if ( gxvalid->root->level >= FT_VALIDATE_TIGHT ) FT_INVALID_DATA; } @@ -137,7 +137,7 @@ static void gxv_feat_name_index_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; @@ -153,7 +153,7 @@ gxv_sfntName_validate( (FT_UShort)nameIndex, 255, 32768U, - valid ); + gxvalid ); GXV_EXIT; } @@ -163,7 +163,7 @@ gxv_feat_setting_validate( FT_Bytes table, FT_Bytes limit, FT_Bool exclusive, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; FT_UShort setting; @@ -179,7 +179,7 @@ if ( exclusive && ( setting & 1 ) == 0 ) FT_INVALID_DATA; - gxv_feat_name_index_validate( p, limit, valid ); + gxv_feat_name_index_validate( p, limit, gxvalid ); GXV_FEAT_DATA( setting ) = setting; @@ -190,7 +190,7 @@ static void gxv_feat_name_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; FT_UInt reserved_size = GXV_FEAT_DATA( reserved_size ); @@ -240,14 +240,14 @@ FT_INVALID_FORMAT; } - gxv_feat_registry_validate( feature, nSettings, exclusive, valid ); + gxv_feat_registry_validate( feature, nSettings, exclusive, gxvalid ); - gxv_feat_name_index_validate( p, limit, valid ); + gxv_feat_name_index_validate( p, limit, gxvalid ); - p = valid->root->base + settingTable; + p = gxvalid->root->base + settingTable; for ( last_setting = -1, i = 0; i < nSettings; i++ ) { - gxv_feat_setting_validate( p, limit, exclusive, valid ); + gxv_feat_setting_validate( p, limit, exclusive, gxvalid ); if ( (FT_Int)GXV_FEAT_DATA( setting ) <= last_setting ) GXV_SET_ERR_IF_PARANOID( FT_INVALID_FORMAT ); @@ -274,8 +274,8 @@ FT_Face face, FT_Validator ftvalid ) { - GXV_ValidatorRec validrec; - GXV_Validator valid = &validrec; + GXV_ValidatorRec gxvalidrec; + GXV_Validator gxvalid = &gxvalidrec; GXV_feat_DataRec featrec; GXV_feat_Data feat = &featrec; @@ -289,9 +289,9 @@ FT_Int last_feature; - valid->root = ftvalid; - valid->table_data = feat; - valid->face = face; + gxvalid->root = ftvalid; + gxvalid->table_data = feat; + gxvalid->face = face; FT_TRACE3(( "validating `feat' table\n" )); GXV_INIT; @@ -323,7 +323,7 @@ for ( last_feature = -1, i = 0; i < featureNameCount; i++ ) { - gxv_feat_name_validate( p, limit, valid ); + gxv_feat_name_validate( p, limit, gxvalid ); if ( (FT_Int)GXV_FEAT_DATA( feature ) <= last_feature ) GXV_SET_ERR_IF_PARANOID( FT_INVALID_FORMAT ); diff --git a/freetype/src/gxvalid/gxvjust.c b/freetype/src/gxvalid/gxvjust.c index 7816e0b7f..24c26a565 100644 --- a/freetype/src/gxvalid/gxvjust.c +++ b/freetype/src/gxvalid/gxvjust.c @@ -4,7 +4,7 @@ /* */ /* TrueTypeGX/AAT just table validation (body). */ /* */ -/* Copyright 2005 by suzuki toshiya, Masatake YAMATO, Red Hat K.K., */ +/* Copyright 2005, 2014 by suzuki toshiya, Masatake YAMATO, Red Hat K.K., */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -69,14 +69,14 @@ static void gxv_just_check_max_gid( FT_UShort gid, const FT_String* msg_tag, - GXV_Validator valid ) + GXV_Validator gxvalid ) { - if ( gid < valid->face->num_glyphs ) + if ( gid < gxvalid->face->num_glyphs ) return; GXV_TRACE(( "just table includes too large %s" " GID=%d > %d (in maxp)\n", - msg_tag, gid, valid->face->num_glyphs )); + msg_tag, gid, gxvalid->face->num_glyphs )); GXV_SET_ERR_IF_PARANOID( FT_INVALID_GLYPH_ID ); } @@ -84,7 +84,7 @@ static void gxv_just_wdp_entry_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; FT_ULong justClass; @@ -112,7 +112,7 @@ #endif /* According to Apple spec, only 7bits in justClass is used */ - if ( ( justClass & 0xFFFFFF80 ) != 0 ) + if ( ( justClass & 0xFFFFFF80UL ) != 0 ) { GXV_TRACE(( "just table includes non-zero value" " in unused justClass higher bits" @@ -120,14 +120,14 @@ GXV_SET_ERR_IF_PARANOID( FT_INVALID_DATA ); } - valid->subtable_length = p - table; + gxvalid->subtable_length = p - table; } static void gxv_just_wdc_entry_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; FT_ULong count, i; @@ -138,18 +138,18 @@ for ( i = 0; i < count; i++ ) { GXV_TRACE(( "validating wdc pair %d/%d\n", i + 1, count )); - gxv_just_wdp_entry_validate( p, limit, valid ); - p += valid->subtable_length; + gxv_just_wdp_entry_validate( p, limit, gxvalid ); + p += gxvalid->subtable_length; } - valid->subtable_length = p - table; + gxvalid->subtable_length = p - table; } static void gxv_just_widthDeltaClusters_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table ; FT_Bytes wdc_end = table + GXV_JUST_DATA( wdc_offset_max ); @@ -163,11 +163,11 @@ for ( i = 0; p <= wdc_end; i++ ) { - gxv_just_wdc_entry_validate( p, limit, valid ); - p += valid->subtable_length; + gxv_just_wdc_entry_validate( p, limit, gxvalid ); + p += gxvalid->subtable_length; } - valid->subtable_length = p - table; + gxvalid->subtable_length = p - table; GXV_EXIT; } @@ -176,7 +176,7 @@ static void gxv_just_actSubrecord_type0_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; @@ -214,17 +214,17 @@ GXV_LIMIT_CHECK( 2 ); glyphs = FT_NEXT_USHORT( p ); - gxv_just_check_max_gid( glyphs, "type0:glyphs", valid ); + gxv_just_check_max_gid( glyphs, "type0:glyphs", gxvalid ); } - valid->subtable_length = p - table; + gxvalid->subtable_length = p - table; } static void gxv_just_actSubrecord_type1_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; FT_UShort addGlyph; @@ -233,20 +233,20 @@ GXV_LIMIT_CHECK( 2 ); addGlyph = FT_NEXT_USHORT( p ); - gxv_just_check_max_gid( addGlyph, "type1:addGlyph", valid ); + gxv_just_check_max_gid( addGlyph, "type1:addGlyph", gxvalid ); - valid->subtable_length = p - table; + gxvalid->subtable_length = p - table; } static void gxv_just_actSubrecord_type2_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; #ifdef GXV_LOAD_UNUSED_VARS - FT_Fixed substThreshhold; /* Apple misspelled "Threshhold" */ + FT_Fixed substThreshhold; /* Apple misspelled "Threshhold" */ #endif FT_UShort addGlyph; FT_UShort substGlyph; @@ -262,18 +262,18 @@ substGlyph = FT_NEXT_USHORT( p ); if ( addGlyph != 0xFFFF ) - gxv_just_check_max_gid( addGlyph, "type2:addGlyph", valid ); + gxv_just_check_max_gid( addGlyph, "type2:addGlyph", gxvalid ); - gxv_just_check_max_gid( substGlyph, "type2:substGlyph", valid ); + gxv_just_check_max_gid( substGlyph, "type2:substGlyph", gxvalid ); - valid->subtable_length = p - table; + gxvalid->subtable_length = p - table; } static void gxv_just_actSubrecord_type4_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; FT_ULong variantsAxis; @@ -288,9 +288,9 @@ noStretchValue = FT_NEXT_ULONG( p ); maximumLimit = FT_NEXT_ULONG( p ); - valid->subtable_length = p - table; + gxvalid->subtable_length = p - table; - if ( variantsAxis != 0x64756374 ) /* 'duct' */ + if ( variantsAxis != 0x64756374L ) /* 'duct' */ GXV_TRACE(( "variantsAxis 0x%08x is non default value", variantsAxis )); @@ -310,7 +310,7 @@ static void gxv_just_actSubrecord_type5_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; FT_UShort flags; @@ -324,9 +324,9 @@ if ( flags ) GXV_TRACE(( "type5: nonzero value 0x%04x in unused flags\n", flags )); - gxv_just_check_max_gid( glyph, "type5:glyph", valid ); + gxv_just_check_max_gid( glyph, "type5:glyph", gxvalid ); - valid->subtable_length = p - table; + gxvalid->subtable_length = p - table; } @@ -334,7 +334,7 @@ static void gxv_just_actSubrecord_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; FT_UShort actionClass; @@ -354,21 +354,21 @@ GXV_SET_ERR_IF_PARANOID( FT_INVALID_DATA ); if ( actionType == 0 ) - gxv_just_actSubrecord_type0_validate( p, limit, valid ); + gxv_just_actSubrecord_type0_validate( p, limit, gxvalid ); else if ( actionType == 1 ) - gxv_just_actSubrecord_type1_validate( p, limit, valid ); + gxv_just_actSubrecord_type1_validate( p, limit, gxvalid ); else if ( actionType == 2 ) - gxv_just_actSubrecord_type2_validate( p, limit, valid ); + gxv_just_actSubrecord_type2_validate( p, limit, gxvalid ); else if ( actionType == 3 ) ; /* Stretch glyph action: no actionData */ else if ( actionType == 4 ) - gxv_just_actSubrecord_type4_validate( p, limit, valid ); + gxv_just_actSubrecord_type4_validate( p, limit, gxvalid ); else if ( actionType == 5 ) - gxv_just_actSubrecord_type5_validate( p, limit, valid ); + gxv_just_actSubrecord_type5_validate( p, limit, gxvalid ); else FT_INVALID_DATA; - valid->subtable_length = actionLength; + gxvalid->subtable_length = actionLength; GXV_EXIT; } @@ -377,7 +377,7 @@ static void gxv_just_pcActionRecord_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; FT_ULong actionCount; @@ -390,11 +390,11 @@ for ( i = 0; i < actionCount; i++ ) { - gxv_just_actSubrecord_validate( p, limit, valid ); - p += valid->subtable_length; + gxv_just_actSubrecord_validate( p, limit, gxvalid ); + p += gxvalid->subtable_length; } - valid->subtable_length = p - table; + gxvalid->subtable_length = p - table; GXV_EXIT; } @@ -403,7 +403,7 @@ static void gxv_just_pcTable_LookupValue_entry_validate( FT_UShort glyph, GXV_LookupValueCPtr value_p, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_UNUSED( glyph ); @@ -417,19 +417,19 @@ static void gxv_just_pcLookupTable_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { - FT_Bytes p = table; + FT_Bytes p = table; GXV_NAME_ENTER( "just pcLookupTable" ); GXV_JUST_DATA( pc_offset_max ) = 0x0000; GXV_JUST_DATA( pc_offset_min ) = 0xFFFFU; - valid->lookupval_sign = GXV_LOOKUPVALUE_UNSIGNED; - valid->lookupval_func = gxv_just_pcTable_LookupValue_entry_validate; + gxvalid->lookupval_sign = GXV_LOOKUPVALUE_UNSIGNED; + gxvalid->lookupval_func = gxv_just_pcTable_LookupValue_entry_validate; - gxv_LookupTable_validate( p, limit, valid ); + gxv_LookupTable_validate( p, limit, gxvalid ); /* subtable_length is set by gxv_LookupTable_validate() */ @@ -440,20 +440,20 @@ static void gxv_just_postcompTable_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; GXV_NAME_ENTER( "just postcompTable" ); - gxv_just_pcLookupTable_validate( p, limit, valid ); - p += valid->subtable_length; + gxv_just_pcLookupTable_validate( p, limit, gxvalid ); + p += gxvalid->subtable_length; - gxv_just_pcActionRecord_validate( p, limit, valid ); - p += valid->subtable_length; + gxv_just_pcActionRecord_validate( p, limit, gxvalid ); + p += gxvalid->subtable_length; - valid->subtable_length = p - table; + gxvalid->subtable_length = p - table; GXV_EXIT; } @@ -466,7 +466,7 @@ GXV_StateTable_GlyphOffsetCPtr glyphOffset_p, FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { #ifdef GXV_LOAD_UNUSED_VARS /* TODO: validate markClass & currentClass */ @@ -480,7 +480,7 @@ FT_UNUSED( glyphOffset_p ); FT_UNUSED( table ); FT_UNUSED( limit ); - FT_UNUSED( valid ); + FT_UNUSED( gxvalid ); #ifndef GXV_LOAD_UNUSED_VARS FT_UNUSED( flags ); @@ -496,7 +496,7 @@ static void gxv_just_justClassTable_validate ( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; FT_UShort length; @@ -521,14 +521,14 @@ GXV_TRACE(( " justClassTable: nonzero value (0x%08x)" " in unused subFeatureFlags\n", subFeatureFlags )); - valid->statetable.optdata = NULL; - valid->statetable.optdata_load_func = NULL; - valid->statetable.subtable_setup_func = NULL; - valid->statetable.entry_glyphoffset_fmt = GXV_GLYPHOFFSET_NONE; - valid->statetable.entry_validate_func = + gxvalid->statetable.optdata = NULL; + gxvalid->statetable.optdata_load_func = NULL; + gxvalid->statetable.subtable_setup_func = NULL; + gxvalid->statetable.entry_glyphoffset_fmt = GXV_GLYPHOFFSET_NONE; + gxvalid->statetable.entry_validate_func = gxv_just_classTable_entry_validate; - gxv_StateTable_validate( p, table + length, valid ); + gxv_StateTable_validate( p, table + length, gxvalid ); /* subtable_length is set by gxv_LookupTable_validate() */ @@ -539,7 +539,7 @@ static void gxv_just_wdcTable_LookupValue_validate( FT_UShort glyph, GXV_LookupValueCPtr value_p, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_UNUSED( glyph ); @@ -553,7 +553,7 @@ static void gxv_just_justData_lookuptable_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; @@ -561,10 +561,10 @@ GXV_JUST_DATA( wdc_offset_max ) = 0x0000; GXV_JUST_DATA( wdc_offset_min ) = 0xFFFFU; - valid->lookupval_sign = GXV_LOOKUPVALUE_UNSIGNED; - valid->lookupval_func = gxv_just_wdcTable_LookupValue_validate; + gxvalid->lookupval_sign = GXV_LOOKUPVALUE_UNSIGNED; + gxvalid->lookupval_func = gxv_just_wdcTable_LookupValue_validate; - gxv_LookupTable_validate( p, limit, valid ); + gxv_LookupTable_validate( p, limit, gxvalid ); /* subtable_length is set by gxv_LookupTable_validate() */ @@ -578,7 +578,7 @@ static void gxv_just_justData_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { /* * following 3 offsets are measured from the start of `just' @@ -604,36 +604,36 @@ GXV_TRACE(( " (wdcTableOffset = 0x%04x)\n", wdcTableOffset )); GXV_TRACE(( " (pcTableOffset = 0x%04x)\n", pcTableOffset )); - gxv_just_justData_lookuptable_validate( p, limit, valid ); - gxv_odtect_add_range( p, valid->subtable_length, + gxv_just_justData_lookuptable_validate( p, limit, gxvalid ); + gxv_odtect_add_range( p, gxvalid->subtable_length, "just_LookupTable", odtect ); if ( wdcTableOffset ) { gxv_just_widthDeltaClusters_validate( - valid->root->base + wdcTableOffset, limit, valid ); - gxv_odtect_add_range( valid->root->base + wdcTableOffset, - valid->subtable_length, "just_wdcTable", odtect ); + gxvalid->root->base + wdcTableOffset, limit, gxvalid ); + gxv_odtect_add_range( gxvalid->root->base + wdcTableOffset, + gxvalid->subtable_length, "just_wdcTable", odtect ); } if ( pcTableOffset ) { - gxv_just_postcompTable_validate( valid->root->base + pcTableOffset, - limit, valid ); - gxv_odtect_add_range( valid->root->base + pcTableOffset, - valid->subtable_length, "just_pcTable", odtect ); + gxv_just_postcompTable_validate( gxvalid->root->base + pcTableOffset, + limit, gxvalid ); + gxv_odtect_add_range( gxvalid->root->base + pcTableOffset, + gxvalid->subtable_length, "just_pcTable", odtect ); } if ( justClassTableOffset ) { gxv_just_justClassTable_validate( - valid->root->base + justClassTableOffset, limit, valid ); - gxv_odtect_add_range( valid->root->base + justClassTableOffset, - valid->subtable_length, "just_justClassTable", + gxvalid->root->base + justClassTableOffset, limit, gxvalid ); + gxv_odtect_add_range( gxvalid->root->base + justClassTableOffset, + gxvalid->subtable_length, "just_justClassTable", odtect ); } - gxv_odtect_validate( odtect, valid ); + gxv_odtect_validate( odtect, gxvalid ); GXV_EXIT; } @@ -647,8 +647,8 @@ FT_Bytes p = table; FT_Bytes limit = 0; - GXV_ValidatorRec validrec; - GXV_Validator valid = &validrec; + GXV_ValidatorRec gxvalidrec; + GXV_Validator gxvalid = &gxvalidrec; GXV_just_DataRec justrec; GXV_just_Data just = &justrec; @@ -662,14 +662,14 @@ GXV_ODTECT_INIT( odtect ); - valid->root = ftvalid; - valid->table_data = just; - valid->face = face; + gxvalid->root = ftvalid; + gxvalid->table_data = just; + gxvalid->face = face; FT_TRACE3(( "validating `just' table\n" )); GXV_INIT; - limit = valid->root->limit; + limit = gxvalid->root->limit; GXV_LIMIT_CHECK( 4 + 2 + 2 + 2 ); version = FT_NEXT_ULONG( p ); @@ -696,19 +696,19 @@ /* validate justData */ if ( 0 < horizOffset ) { - gxv_just_justData_validate( table + horizOffset, limit, valid ); - gxv_odtect_add_range( table + horizOffset, valid->subtable_length, + gxv_just_justData_validate( table + horizOffset, limit, gxvalid ); + gxv_odtect_add_range( table + horizOffset, gxvalid->subtable_length, "horizJustData", odtect ); } if ( 0 < vertOffset ) { - gxv_just_justData_validate( table + vertOffset, limit, valid ); - gxv_odtect_add_range( table + vertOffset, valid->subtable_length, + gxv_just_justData_validate( table + vertOffset, limit, gxvalid ); + gxv_odtect_add_range( table + vertOffset, gxvalid->subtable_length, "vertJustData", odtect ); } - gxv_odtect_validate( odtect, valid ); + gxv_odtect_validate( odtect, gxvalid ); FT_TRACE4(( "\n" )); } diff --git a/freetype/src/gxvalid/gxvkern.c b/freetype/src/gxvalid/gxvkern.c index 557c5f1fe..787e3db83 100644 --- a/freetype/src/gxvalid/gxvkern.c +++ b/freetype/src/gxvalid/gxvkern.c @@ -79,20 +79,20 @@ #define GXV_KERN_DATA( field ) GXV_TABLE_DATA( kern, field ) -#define KERN_IS_CLASSIC( valid ) \ +#define KERN_IS_CLASSIC( gxvalid ) \ ( KERN_VERSION_CLASSIC == GXV_KERN_DATA( version ) ) -#define KERN_IS_NEW( valid ) \ +#define KERN_IS_NEW( gxvalid ) \ ( KERN_VERSION_NEW == GXV_KERN_DATA( version ) ) -#define KERN_DIALECT( valid ) \ +#define KERN_DIALECT( gxvalid ) \ GXV_KERN_DATA( dialect_request ) -#define KERN_ALLOWS_MS( valid ) \ - ( KERN_DIALECT( valid ) & KERN_DIALECT_MS ) -#define KERN_ALLOWS_APPLE( valid ) \ - ( KERN_DIALECT( valid ) & KERN_DIALECT_APPLE ) +#define KERN_ALLOWS_MS( gxvalid ) \ + ( KERN_DIALECT( gxvalid ) & KERN_DIALECT_MS ) +#define KERN_ALLOWS_APPLE( gxvalid ) \ + ( KERN_DIALECT( gxvalid ) & KERN_DIALECT_APPLE ) -#define GXV_KERN_HEADER_SIZE ( KERN_IS_NEW( valid ) ? 8 : 4 ) -#define GXV_KERN_SUBTABLE_HEADER_SIZE ( KERN_IS_NEW( valid ) ? 8 : 6 ) +#define GXV_KERN_HEADER_SIZE ( KERN_IS_NEW( gxvalid ) ? 8 : 4 ) +#define GXV_KERN_SUBTABLE_HEADER_SIZE ( KERN_IS_NEW( gxvalid ) ? 8 : 6 ) /*************************************************************************/ @@ -110,7 +110,7 @@ gxv_kern_subtable_fmt0_pairs_validate( FT_Bytes table, FT_Bytes limit, FT_UShort nPairs, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; FT_UShort i; @@ -134,11 +134,11 @@ /* left */ gid_left = FT_NEXT_USHORT( p ); - gxv_glyphid_validate( gid_left, valid ); + gxv_glyphid_validate( gid_left, gxvalid ); /* right */ gid_right = FT_NEXT_USHORT( p ); - gxv_glyphid_validate( gid_right, valid ); + gxv_glyphid_validate( gid_right, gxvalid ); /* Pairs of left and right GIDs must be unique and sorted. */ GXV_TRACE(( "left gid = %u, right gid = %u\n", gid_left, gid_right )); @@ -171,7 +171,7 @@ static void gxv_kern_subtable_fmt0_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table + GXV_KERN_SUBTABLE_HEADER_SIZE; @@ -186,10 +186,10 @@ /* nPairs, searchRange, entrySelector, rangeShift */ GXV_LIMIT_CHECK( 2 + 2 + 2 + 2 ); - gxv_BinSrchHeader_validate( p, limit, &unitSize, &nPairs, valid ); + gxv_BinSrchHeader_validate( p, limit, &unitSize, &nPairs, gxvalid ); p += 2 + 2 + 2 + 2; - gxv_kern_subtable_fmt0_pairs_validate( p, limit, nPairs, valid ); + gxv_kern_subtable_fmt0_pairs_validate( p, limit, nPairs, gxvalid ); GXV_EXIT; } @@ -209,11 +209,11 @@ static void gxv_kern_subtable_fmt1_valueTable_load( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; GXV_kern_fmt1_StateOptRecData optdata = - (GXV_kern_fmt1_StateOptRecData)valid->statetable.optdata; + (GXV_kern_fmt1_StateOptRecData)gxvalid->statetable.optdata; GXV_LIMIT_CHECK( 2 ); @@ -232,14 +232,14 @@ FT_UShort* classTable_length_p, FT_UShort* stateArray_length_p, FT_UShort* entryTable_length_p, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_UShort o[4]; FT_UShort *l[4]; FT_UShort buff[5]; GXV_kern_fmt1_StateOptRecData optdata = - (GXV_kern_fmt1_StateOptRecData)valid->statetable.optdata; + (GXV_kern_fmt1_StateOptRecData)gxvalid->statetable.optdata; o[0] = classTable; @@ -251,7 +251,7 @@ l[2] = entryTable_length_p; l[3] = &(optdata->valueTable_length); - gxv_set_length_by_ushort_offset( o, l, buff, 4, table_size, valid ); + gxv_set_length_by_ushort_offset( o, l, buff, 4, table_size, gxvalid ); } @@ -265,7 +265,7 @@ GXV_StateTable_GlyphOffsetCPtr glyphOffset_p, FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { #ifdef GXV_LOAD_UNUSED_VARS FT_UShort push; @@ -289,7 +289,7 @@ { GXV_kern_fmt1_StateOptRecData vt_rec = - (GXV_kern_fmt1_StateOptRecData)valid->statetable.optdata; + (GXV_kern_fmt1_StateOptRecData)gxvalid->statetable.optdata; FT_Bytes p; @@ -311,7 +311,7 @@ static void gxv_kern_subtable_fmt1_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; GXV_kern_fmt1_StateOptRec vt_rec; @@ -319,18 +319,18 @@ GXV_NAME_ENTER( "kern subtable format 1" ); - valid->statetable.optdata = + gxvalid->statetable.optdata = &vt_rec; - valid->statetable.optdata_load_func = + gxvalid->statetable.optdata_load_func = gxv_kern_subtable_fmt1_valueTable_load; - valid->statetable.subtable_setup_func = + gxvalid->statetable.subtable_setup_func = gxv_kern_subtable_fmt1_subtable_setup; - valid->statetable.entry_glyphoffset_fmt = + gxvalid->statetable.entry_glyphoffset_fmt = GXV_GLYPHOFFSET_NONE; - valid->statetable.entry_validate_func = + gxvalid->statetable.entry_validate_func = gxv_kern_subtable_fmt1_entry_validate; - gxv_StateTable_validate( p, limit, valid ); + gxv_StateTable_validate( p, limit, gxvalid ); GXV_EXIT; } @@ -373,7 +373,7 @@ gxv_kern_subtable_fmt2_clstbl_validate( FT_Bytes table, FT_Bytes limit, GXV_kern_ClassSpec spec, - GXV_Validator valid ) + GXV_Validator gxvalid ) { const FT_String* tag = GXV_KERN_FMT2_DATA( class_tag[spec] ); GXV_odtect_Range odtect = GXV_KERN_FMT2_DATA( odtect ); @@ -391,13 +391,13 @@ GXV_TRACE(( " %s firstGlyph=%d, nGlyphs=%d\n", tag, firstGlyph, nGlyphs )); - gxv_glyphid_validate( firstGlyph, valid ); - gxv_glyphid_validate( (FT_UShort)( firstGlyph + nGlyphs - 1 ), valid ); + gxv_glyphid_validate( firstGlyph, gxvalid ); + gxv_glyphid_validate( (FT_UShort)( firstGlyph + nGlyphs - 1 ), gxvalid ); gxv_array_getlimits_ushort( p, p + ( 2 * nGlyphs ), &( GXV_KERN_FMT2_DATA( offset_min[spec] ) ), &( GXV_KERN_FMT2_DATA( offset_max[spec] ) ), - valid ); + gxvalid ); gxv_odtect_add_range( table, 2 * nGlyphs, tag, odtect ); @@ -408,7 +408,7 @@ static void gxv_kern_subtable_fmt2_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { GXV_ODTECT( 3, odtect ); GXV_kern_subtable_fmt2_DataRec fmt2_rec = @@ -439,10 +439,10 @@ GXV_LIMIT_CHECK( GXV_KERN_FMT2_DATA( array ) ); gxv_kern_subtable_fmt2_clstbl_validate( table + leftOffsetTable, limit, - GXV_KERN_CLS_L, valid ); + GXV_KERN_CLS_L, gxvalid ); gxv_kern_subtable_fmt2_clstbl_validate( table + rightOffsetTable, limit, - GXV_KERN_CLS_R, valid ); + GXV_KERN_CLS_R, gxvalid ); if ( GXV_KERN_FMT2_DATA( offset_min[GXV_KERN_CLS_L] ) + GXV_KERN_FMT2_DATA( offset_min[GXV_KERN_CLS_R] ) @@ -455,7 +455,7 @@ - GXV_KERN_FMT2_DATA( array ), "array", odtect ); - gxv_odtect_validate( odtect, valid ); + gxv_odtect_validate( odtect, gxvalid ); GXV_EXIT; } @@ -466,7 +466,7 @@ static void gxv_kern_subtable_fmt3_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table + GXV_KERN_SUBTABLE_HEADER_SIZE; FT_UShort glyphCount; @@ -485,10 +485,10 @@ rightClassCount = FT_NEXT_BYTE( p ); flags = FT_NEXT_BYTE( p ); - if ( valid->face->num_glyphs != glyphCount ) + if ( gxvalid->face->num_glyphs != glyphCount ) { GXV_TRACE(( "maxGID=%d, but glyphCount=%d\n", - valid->face->num_glyphs, glyphCount )); + gxvalid->face->num_glyphs, glyphCount )); GXV_SET_ERR_IF_PARANOID( FT_INVALID_GLYPH_ID ); } @@ -509,8 +509,8 @@ GXV_LIMIT_CHECK( glyphCount ); - gxv_array_getlimits_byte( p, p + glyphCount, &min, &max, valid ); - p += valid->subtable_length; + gxv_array_getlimits_byte( p, p + glyphCount, &min, &max, gxvalid ); + p += gxvalid->subtable_length; if ( leftClassCount < max ) FT_INVALID_DATA; @@ -524,8 +524,8 @@ GXV_LIMIT_CHECK( glyphCount ); - gxv_array_getlimits_byte( p, p + glyphCount, &min, &max, valid ); - p += valid->subtable_length; + gxv_array_getlimits_byte( p, p + glyphCount, &min, &max, gxvalid ); + p += gxvalid->subtable_length; if ( rightClassCount < max ) FT_INVALID_DATA; @@ -549,7 +549,7 @@ } } - valid->subtable_length = p - table; + gxvalid->subtable_length = p - table; GXV_EXIT; } @@ -558,7 +558,7 @@ static FT_Bool gxv_kern_coverage_new_apple_validate( FT_UShort coverage, FT_UShort* format, - GXV_Validator valid ) + GXV_Validator gxvalid ) { /* new Apple-dialect */ #ifdef GXV_LOAD_TRACE_VARS @@ -567,7 +567,7 @@ FT_Bool kernVariation; #endif - FT_UNUSED( valid ); + FT_UNUSED( gxvalid ); /* reserved bits = 0 */ @@ -595,7 +595,7 @@ static FT_Bool gxv_kern_coverage_classic_apple_validate( FT_UShort coverage, FT_UShort* format, - GXV_Validator valid ) + GXV_Validator gxvalid ) { /* classic Apple-dialect */ #ifdef GXV_LOAD_TRACE_VARS @@ -605,7 +605,7 @@ /* check expected flags, but don't check if MS-dialect is impossible */ - if ( !( coverage & 0xFD00 ) && KERN_ALLOWS_MS( valid ) ) + if ( !( coverage & 0xFD00 ) && KERN_ALLOWS_MS( gxvalid ) ) return FALSE; /* reserved bits = 0 */ @@ -636,7 +636,7 @@ static FT_Bool gxv_kern_coverage_classic_microsoft_validate( FT_UShort coverage, FT_UShort* format, - GXV_Validator valid ) + GXV_Validator gxvalid ) { /* classic Microsoft-dialect */ #ifdef GXV_LOAD_TRACE_VARS @@ -646,7 +646,7 @@ FT_Bool override; #endif - FT_UNUSED( valid ); + FT_UNUSED( gxvalid ); /* reserved bits = 0 */ @@ -686,7 +686,7 @@ static GXV_kern_Dialect gxv_kern_coverage_validate( FT_UShort coverage, FT_UShort* format, - GXV_Validator valid ) + GXV_Validator gxvalid ) { GXV_kern_Dialect result = KERN_DIALECT_UNKNOWN; @@ -695,33 +695,33 @@ GXV_TRACE(( "interprete coverage 0x%04x by Apple style\n", coverage )); - if ( KERN_IS_NEW( valid ) ) + if ( KERN_IS_NEW( gxvalid ) ) { if ( gxv_kern_coverage_new_apple_validate( coverage, format, - valid ) ) + gxvalid ) ) { result = KERN_DIALECT_APPLE; goto Exit; } } - if ( KERN_IS_CLASSIC( valid ) && KERN_ALLOWS_APPLE( valid ) ) + if ( KERN_IS_CLASSIC( gxvalid ) && KERN_ALLOWS_APPLE( gxvalid ) ) { if ( gxv_kern_coverage_classic_apple_validate( coverage, format, - valid ) ) + gxvalid ) ) { result = KERN_DIALECT_APPLE; goto Exit; } } - if ( KERN_IS_CLASSIC( valid ) && KERN_ALLOWS_MS( valid ) ) + if ( KERN_IS_CLASSIC( gxvalid ) && KERN_ALLOWS_MS( gxvalid ) ) { if ( gxv_kern_coverage_classic_microsoft_validate( coverage, format, - valid ) ) + gxvalid ) ) { result = KERN_DIALECT_MS; goto Exit; @@ -739,7 +739,7 @@ static void gxv_kern_subtable_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; #ifdef GXV_LOAD_TRACE_VARS @@ -761,7 +761,7 @@ u16[1] = FT_NEXT_USHORT( p ); /* Apple: length_lo MS: length */ coverage = FT_NEXT_USHORT( p ); - switch ( gxv_kern_coverage_validate( coverage, &format, valid ) ) + switch ( gxv_kern_coverage_validate( coverage, &format, gxvalid ) ) { case KERN_DIALECT_MS: #ifdef GXV_LOAD_TRACE_VARS @@ -785,7 +785,7 @@ #endif GXV_TRACE(( "Subtable length = %d\n", length )); - if ( KERN_IS_NEW( valid ) ) + if ( KERN_IS_NEW( gxvalid ) ) { GXV_LIMIT_CHECK( 2 ); #ifdef GXV_LOAD_TRACE_VARS @@ -806,18 +806,18 @@ /* formats 1, 2, 3 require the position of the start of this subtable */ if ( format == 0 ) - gxv_kern_subtable_fmt0_validate( table, table + length, valid ); + gxv_kern_subtable_fmt0_validate( table, table + length, gxvalid ); else if ( format == 1 ) - gxv_kern_subtable_fmt1_validate( table, table + length, valid ); + gxv_kern_subtable_fmt1_validate( table, table + length, gxvalid ); else if ( format == 2 ) - gxv_kern_subtable_fmt2_validate( table, table + length, valid ); + gxv_kern_subtable_fmt2_validate( table, table + length, gxvalid ); else if ( format == 3 ) - gxv_kern_subtable_fmt3_validate( table, table + length, valid ); + gxv_kern_subtable_fmt3_validate( table, table + length, gxvalid ); else FT_INVALID_DATA; Exit: - valid->subtable_length = length; + gxvalid->subtable_length = length; GXV_EXIT; } @@ -837,8 +837,8 @@ GXV_kern_Dialect dialect_request, FT_Validator ftvalid ) { - GXV_ValidatorRec validrec; - GXV_Validator valid = &validrec; + GXV_ValidatorRec gxvalidrec; + GXV_Validator gxvalid = &gxvalidrec; GXV_kern_DataRec kernrec; GXV_kern_Data kern = &kernrec; @@ -850,13 +850,13 @@ FT_UInt i; - valid->root = ftvalid; - valid->table_data = kern; - valid->face = face; + gxvalid->root = ftvalid; + gxvalid->table_data = kern; + gxvalid->face = face; FT_TRACE3(( "validating `kern' table\n" )); GXV_INIT; - KERN_DIALECT( valid ) = dialect_request; + KERN_DIALECT( gxvalid ) = dialect_request; GXV_LIMIT_CHECK( 2 ); GXV_KERN_DATA( version ) = (GXV_kern_Version)FT_NEXT_USHORT( p ); @@ -865,12 +865,12 @@ if ( 0x0001 < GXV_KERN_DATA( version ) ) FT_INVALID_FORMAT; - else if ( KERN_IS_CLASSIC( valid ) ) + else if ( KERN_IS_CLASSIC( gxvalid ) ) { GXV_LIMIT_CHECK( 2 ); nTables = FT_NEXT_USHORT( p ); } - else if ( KERN_IS_NEW( valid ) ) + else if ( KERN_IS_NEW( gxvalid ) ) { if ( classic_only ) FT_INVALID_FORMAT; @@ -886,8 +886,8 @@ { GXV_TRACE(( "validating subtable %d/%d\n", i, nTables )); /* p should be 32bit-aligned? */ - gxv_kern_subtable_validate( p, 0, valid ); - p += valid->subtable_length; + gxv_kern_subtable_validate( p, 0, gxvalid ); + p += gxvalid->subtable_length; } FT_TRACE4(( "\n" )); diff --git a/freetype/src/gxvalid/gxvlcar.c b/freetype/src/gxvalid/gxvlcar.c index f14fa5b13..48308b024 100644 --- a/freetype/src/gxvalid/gxvlcar.c +++ b/freetype/src/gxvalid/gxvlcar.c @@ -67,14 +67,14 @@ static void gxv_lcar_partial_validate( FT_UShort partial, FT_UShort glyph, - GXV_Validator valid ) + GXV_Validator gxvalid ) { GXV_NAME_ENTER( "partial" ); if ( GXV_LCAR_DATA( format ) != 1 ) goto Exit; - gxv_ctlPoint_validate( glyph, partial, valid ); + gxv_ctlPoint_validate( glyph, partial, gxvalid ); Exit: GXV_EXIT; @@ -84,10 +84,10 @@ static void gxv_lcar_LookupValue_validate( FT_UShort glyph, GXV_LookupValueCPtr value_p, - GXV_Validator valid ) + GXV_Validator gxvalid ) { - FT_Bytes p = valid->root->base + value_p->u; - FT_Bytes limit = valid->root->limit; + FT_Bytes p = gxvalid->root->base + value_p->u; + FT_Bytes limit = gxvalid->root->limit; FT_UShort count; FT_Short partial; FT_UShort i; @@ -102,7 +102,7 @@ for ( i = 0; i < count; i++ ) { partial = FT_NEXT_SHORT( p ); - gxv_lcar_partial_validate( partial, glyph, valid ); + gxv_lcar_partial_validate( partial, glyph, gxvalid ); } GXV_EXIT; @@ -148,7 +148,7 @@ gxv_lcar_LookupFmt4_transit( FT_UShort relative_gindex, GXV_LookupValueCPtr base_value_p, FT_Bytes lookuptbl_limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p; FT_Bytes limit; @@ -160,8 +160,8 @@ /* XXX: check range? */ offset = (FT_UShort)( base_value_p->u + relative_gindex * sizeof ( FT_UShort ) ); - p = valid->root->base + offset; - limit = valid->root->limit; + p = gxvalid->root->base + offset; + limit = gxvalid->root->limit; GXV_LIMIT_CHECK ( 2 ); value.u = FT_NEXT_USHORT( p ); @@ -185,8 +185,8 @@ { FT_Bytes p = table; FT_Bytes limit = 0; - GXV_ValidatorRec validrec; - GXV_Validator valid = &validrec; + GXV_ValidatorRec gxvalidrec; + GXV_Validator gxvalid = &gxvalidrec; GXV_lcar_DataRec lcarrec; GXV_lcar_Data lcar = &lcarrec; @@ -194,9 +194,9 @@ FT_Fixed version; - valid->root = ftvalid; - valid->table_data = lcar; - valid->face = face; + gxvalid->root = ftvalid; + gxvalid->table_data = lcar; + gxvalid->face = face; FT_TRACE3(( "validating `lcar' table\n" )); GXV_INIT; @@ -211,10 +211,10 @@ if ( GXV_LCAR_DATA( format ) > 1 ) FT_INVALID_FORMAT; - valid->lookupval_sign = GXV_LOOKUPVALUE_UNSIGNED; - valid->lookupval_func = gxv_lcar_LookupValue_validate; - valid->lookupfmt4_trans = gxv_lcar_LookupFmt4_transit; - gxv_LookupTable_validate( p, limit, valid ); + gxvalid->lookupval_sign = GXV_LOOKUPVALUE_UNSIGNED; + gxvalid->lookupval_func = gxv_lcar_LookupValue_validate; + gxvalid->lookupfmt4_trans = gxv_lcar_LookupFmt4_transit; + gxv_LookupTable_validate( p, limit, gxvalid ); FT_TRACE4(( "\n" )); } diff --git a/freetype/src/gxvalid/gxvmort.c b/freetype/src/gxvalid/gxvmort.c index c4d49b32d..55ff5a851 100644 --- a/freetype/src/gxvalid/gxvmort.c +++ b/freetype/src/gxvalid/gxvmort.c @@ -40,7 +40,7 @@ static void gxv_mort_feature_validate( GXV_mort_feature f, - GXV_Validator valid ) + GXV_Validator gxvalid ) { if ( f->featureType >= gxv_feat_registry_length ) { @@ -89,7 +89,7 @@ gxv_mort_featurearray_validate( FT_Bytes table, FT_Bytes limit, FT_ULong nFeatureFlags, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; FT_ULong i; @@ -106,22 +106,22 @@ f.enableFlags = FT_NEXT_ULONG( p ); f.disableFlags = FT_NEXT_ULONG( p ); - gxv_mort_feature_validate( &f, valid ); + gxv_mort_feature_validate( &f, gxvalid ); } if ( !IS_GXV_MORT_FEATURE_OFF( f ) ) FT_INVALID_DATA; - valid->subtable_length = p - table; + gxvalid->subtable_length = p - table; GXV_EXIT; } FT_LOCAL_DEF( void ) gxv_mort_coverage_validate( FT_UShort coverage, - GXV_Validator valid ) + GXV_Validator gxvalid ) { - FT_UNUSED( valid ); + FT_UNUSED( gxvalid ); #ifdef FT_DEBUG_LEVEL_TRACE if ( coverage & 0x8000U ) @@ -150,7 +150,7 @@ gxv_mort_subtables_validate( FT_Bytes table, FT_Bytes limit, FT_UShort nSubtables, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; @@ -198,7 +198,7 @@ rest = length - ( 2 + 2 + 4 ); GXV_LIMIT_CHECK( rest ); - gxv_mort_coverage_validate( coverage, valid ); + gxv_mort_coverage_validate( coverage, gxvalid ); if ( type > 5 ) FT_INVALID_FORMAT; @@ -207,13 +207,13 @@ if ( func == NULL ) GXV_TRACE(( "morx type %d is reserved\n", type )); - func( p, p + rest, valid ); + func( p, p + rest, gxvalid ); p += rest; /* TODO: validate subFeatureFlags */ } - valid->subtable_length = p - table; + gxvalid->subtable_length = p - table; GXV_EXIT; } @@ -222,7 +222,7 @@ static void gxv_mort_chain_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; #ifdef GXV_LOAD_UNUSED_VARS @@ -246,10 +246,10 @@ nSubtables = FT_NEXT_USHORT( p ); gxv_mort_featurearray_validate( p, table + chainLength, - nFeatureFlags, valid ); - p += valid->subtable_length; - gxv_mort_subtables_validate( p, table + chainLength, nSubtables, valid ); - valid->subtable_length = chainLength; + nFeatureFlags, gxvalid ); + p += gxvalid->subtable_length; + gxv_mort_subtables_validate( p, table + chainLength, nSubtables, gxvalid ); + gxvalid->subtable_length = chainLength; /* TODO: validate defaultFlags */ GXV_EXIT; @@ -261,8 +261,8 @@ FT_Face face, FT_Validator ftvalid ) { - GXV_ValidatorRec validrec; - GXV_Validator valid = &validrec; + GXV_ValidatorRec gxvalidrec; + GXV_Validator gxvalid = &gxvalidrec; FT_Bytes p = table; FT_Bytes limit = 0; FT_ULong version; @@ -270,9 +270,9 @@ FT_ULong i; - valid->root = ftvalid; - valid->face = face; - limit = valid->root->limit; + gxvalid->root = ftvalid; + gxvalid->face = face; + limit = gxvalid->root->limit; FT_TRACE3(( "validating `mort' table\n" )); GXV_INIT; @@ -288,8 +288,8 @@ { GXV_TRACE(( "validating chain %d/%d\n", i + 1, nChains )); GXV_32BIT_ALIGNMENT_VALIDATE( p - table ); - gxv_mort_chain_validate( p, limit, valid ); - p += valid->subtable_length; + gxv_mort_chain_validate( p, limit, gxvalid ); + p += gxvalid->subtable_length; } FT_TRACE4(( "\n" )); diff --git a/freetype/src/gxvalid/gxvmort.h b/freetype/src/gxvalid/gxvmort.h index 1e5a1f5ab..8e62e52db 100644 --- a/freetype/src/gxvalid/gxvmort.h +++ b/freetype/src/gxvalid/gxvmort.h @@ -55,36 +55,36 @@ gxv_mort_featurearray_validate( FT_Bytes table, FT_Bytes limit, FT_ULong nFeatureFlags, - GXV_Validator valid ); + GXV_Validator gxvalid ); FT_LOCAL( void ) gxv_mort_coverage_validate( FT_UShort coverage, - GXV_Validator valid ); + GXV_Validator gxvalid ); FT_LOCAL( void ) gxv_mort_subtable_type0_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ); + GXV_Validator gxvalid ); FT_LOCAL( void ) gxv_mort_subtable_type1_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ); + GXV_Validator gxvalid ); FT_LOCAL( void ) gxv_mort_subtable_type2_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ); + GXV_Validator gxvalid ); FT_LOCAL( void ) gxv_mort_subtable_type4_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ); + GXV_Validator gxvalid ); FT_LOCAL( void ) gxv_mort_subtable_type5_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ); + GXV_Validator gxvalid ); #endif /* __GXVMORT_H__ */ diff --git a/freetype/src/gxvalid/gxvmort0.c b/freetype/src/gxvalid/gxvmort0.c index b136ceda2..f19016efd 100644 --- a/freetype/src/gxvalid/gxvmort0.c +++ b/freetype/src/gxvalid/gxvmort0.c @@ -67,7 +67,7 @@ GXV_StateTable_GlyphOffsetCPtr glyphOffset_p, FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_UShort markFirst; FT_UShort dontAdvance; @@ -125,7 +125,7 @@ FT_LOCAL_DEF( void ) gxv_mort_subtable_type0_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; @@ -135,14 +135,14 @@ GXV_LIMIT_CHECK( GXV_STATETABLE_HEADER_SIZE ); - valid->statetable.optdata = NULL; - valid->statetable.optdata_load_func = NULL; - valid->statetable.subtable_setup_func = NULL; - valid->statetable.entry_glyphoffset_fmt = GXV_GLYPHOFFSET_NONE; - valid->statetable.entry_validate_func = + gxvalid->statetable.optdata = NULL; + gxvalid->statetable.optdata_load_func = NULL; + gxvalid->statetable.subtable_setup_func = NULL; + gxvalid->statetable.entry_glyphoffset_fmt = GXV_GLYPHOFFSET_NONE; + gxvalid->statetable.entry_validate_func = gxv_mort_subtable_type0_entry_validate; - gxv_StateTable_validate( p, limit, valid ); + gxv_StateTable_validate( p, limit, gxvalid ); GXV_EXIT; } diff --git a/freetype/src/gxvalid/gxvmort1.c b/freetype/src/gxvalid/gxvmort1.c index 1c17a5d92..0189504ed 100644 --- a/freetype/src/gxvalid/gxvmort1.c +++ b/freetype/src/gxvalid/gxvmort1.c @@ -53,12 +53,12 @@ static void gxv_mort_subtable_type1_substitutionTable_load( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; GXV_mort_subtable_type1_StateOptRecData optdata = - (GXV_mort_subtable_type1_StateOptRecData)valid->statetable.optdata; + (GXV_mort_subtable_type1_StateOptRecData)gxvalid->statetable.optdata; GXV_LIMIT_CHECK( 2 ); @@ -74,14 +74,14 @@ FT_UShort* classTable_length_p, FT_UShort* stateArray_length_p, FT_UShort* entryTable_length_p, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_UShort o[4]; FT_UShort *l[4]; FT_UShort buff[5]; GXV_mort_subtable_type1_StateOptRecData optdata = - (GXV_mort_subtable_type1_StateOptRecData)valid->statetable.optdata; + (GXV_mort_subtable_type1_StateOptRecData)gxvalid->statetable.optdata; o[0] = classTable; @@ -93,7 +93,7 @@ l[2] = entryTable_length_p; l[3] = &( optdata->substitutionTable_length ); - gxv_set_length_by_ushort_offset( o, l, buff, 4, table_size, valid ); + gxv_set_length_by_ushort_offset( o, l, buff, 4, table_size, gxvalid ); } @@ -102,7 +102,7 @@ FT_Short wordOffset, const FT_String* tag, FT_Byte state, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_UShort substTable; FT_UShort substTable_limit; @@ -113,16 +113,16 @@ substTable = ((GXV_mort_subtable_type1_StateOptRec *) - (valid->statetable.optdata))->substitutionTable; + (gxvalid->statetable.optdata))->substitutionTable; substTable_limit = (FT_UShort)( substTable + ((GXV_mort_subtable_type1_StateOptRec *) - (valid->statetable.optdata))->substitutionTable_length ); + (gxvalid->statetable.optdata))->substitutionTable_length ); - valid->min_gid = (FT_UShort)( ( substTable - wordOffset * 2 ) / 2 ); - valid->max_gid = (FT_UShort)( ( substTable_limit - wordOffset * 2 ) / 2 ); - valid->max_gid = (FT_UShort)( FT_MAX( valid->max_gid, - valid->face->num_glyphs ) ); + gxvalid->min_gid = (FT_UShort)( ( substTable - wordOffset * 2 ) / 2 ); + gxvalid->max_gid = (FT_UShort)( ( substTable_limit - wordOffset * 2 ) / 2 ); + gxvalid->max_gid = (FT_UShort)( FT_MAX( gxvalid->max_gid, + gxvalid->face->num_glyphs ) ); /* XXX: check range? */ @@ -137,7 +137,7 @@ GXV_StateTable_GlyphOffsetCPtr glyphOffset_p, FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { #ifdef GXV_LOAD_UNUSED_VARS FT_UShort setMark; @@ -169,24 +169,24 @@ gxv_mort_subtable_type1_offset_to_subst_validate( markOffset, "markOffset", state, - valid ); + gxvalid ); gxv_mort_subtable_type1_offset_to_subst_validate( currentOffset, "currentOffset", state, - valid ); + gxvalid ); } static void gxv_mort_subtable_type1_substTable_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; FT_UShort num_gids = (FT_UShort)( ((GXV_mort_subtable_type1_StateOptRec *) - (valid->statetable.optdata))->substitutionTable_length / 2 ); + (gxvalid->statetable.optdata))->substitutionTable_length / 2 ); FT_UShort i; @@ -202,11 +202,11 @@ if ( dst_gid >= 0xFFFFU ) continue; - if ( dst_gid < valid->min_gid || valid->max_gid < dst_gid ) + if ( dst_gid < gxvalid->min_gid || gxvalid->max_gid < dst_gid ) { GXV_TRACE(( "substTable include a strange gid[%d]=%d >" " out of define range (%d..%d)\n", - i, dst_gid, valid->min_gid, valid->max_gid )); + i, dst_gid, gxvalid->min_gid, gxvalid->max_gid )); GXV_SET_ERR_IF_PARANOID( FT_INVALID_GLYPH_ID ); } } @@ -223,7 +223,7 @@ FT_LOCAL_DEF( void ) gxv_mort_subtable_type1_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; @@ -234,23 +234,23 @@ GXV_LIMIT_CHECK( GXV_MORT_SUBTABLE_TYPE1_HEADER_SIZE ); - valid->statetable.optdata = + gxvalid->statetable.optdata = &st_rec; - valid->statetable.optdata_load_func = + gxvalid->statetable.optdata_load_func = gxv_mort_subtable_type1_substitutionTable_load; - valid->statetable.subtable_setup_func = + gxvalid->statetable.subtable_setup_func = gxv_mort_subtable_type1_subtable_setup; - valid->statetable.entry_glyphoffset_fmt = + gxvalid->statetable.entry_glyphoffset_fmt = GXV_GLYPHOFFSET_ULONG; - valid->statetable.entry_validate_func = + gxvalid->statetable.entry_validate_func = gxv_mort_subtable_type1_entry_validate; - gxv_StateTable_validate( p, limit, valid ); + gxv_StateTable_validate( p, limit, gxvalid ); gxv_mort_subtable_type1_substTable_validate( table + st_rec.substitutionTable, table + st_rec.substitutionTable + st_rec.substitutionTable_length, - valid ); + gxvalid ); GXV_EXIT; } diff --git a/freetype/src/gxvalid/gxvmort2.c b/freetype/src/gxvalid/gxvmort2.c index 9e08fb792..099ffd48c 100644 --- a/freetype/src/gxvalid/gxvmort2.c +++ b/freetype/src/gxvalid/gxvmort2.c @@ -57,11 +57,11 @@ static void gxv_mort_subtable_type2_opttable_load( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { - FT_Bytes p = table; + FT_Bytes p = table; GXV_mort_subtable_type2_StateOptRecData optdata = - (GXV_mort_subtable_type2_StateOptRecData)valid->statetable.optdata; + (GXV_mort_subtable_type2_StateOptRecData)gxvalid->statetable.optdata; GXV_LIMIT_CHECK( 2 + 2 + 2 ); @@ -86,14 +86,14 @@ FT_UShort *classTable_length_p, FT_UShort *stateArray_length_p, FT_UShort *entryTable_length_p, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_UShort o[6]; FT_UShort *l[6]; FT_UShort buff[7]; GXV_mort_subtable_type2_StateOptRecData optdata = - (GXV_mort_subtable_type2_StateOptRecData)valid->statetable.optdata; + (GXV_mort_subtable_type2_StateOptRecData)gxvalid->statetable.optdata; GXV_NAME_ENTER( "subtable boundaries setup" ); @@ -111,7 +111,7 @@ l[4] = &(optdata->componentTable_length); l[5] = &(optdata->ligatureTable_length); - gxv_set_length_by_ushort_offset( o, l, buff, 6, table_size, valid ); + gxv_set_length_by_ushort_offset( o, l, buff, 6, table_size, gxvalid ); GXV_TRACE(( "classTable: offset=0x%04x length=0x%04x\n", classTable, *classTable_length_p )); @@ -137,11 +137,11 @@ gxv_mort_subtable_type2_ligActionOffset_validate( FT_Bytes table, FT_UShort ligActionOffset, - GXV_Validator valid ) + GXV_Validator gxvalid ) { /* access ligActionTable */ GXV_mort_subtable_type2_StateOptRecData optdata = - (GXV_mort_subtable_type2_StateOptRecData)valid->statetable.optdata; + (GXV_mort_subtable_type2_StateOptRecData)gxvalid->statetable.optdata; FT_Bytes lat_base = table + optdata->ligActionTable; FT_Bytes p = table + ligActionOffset; @@ -214,7 +214,7 @@ GXV_StateTable_GlyphOffsetCPtr glyphOffset_p, FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { #ifdef GXV_LOAD_UNUSED_VARS FT_UShort setComponent; @@ -236,16 +236,16 @@ if ( 0 < offset ) gxv_mort_subtable_type2_ligActionOffset_validate( table, offset, - valid ); + gxvalid ); } static void gxv_mort_subtable_type2_ligatureTable_validate( FT_Bytes table, - GXV_Validator valid ) + GXV_Validator gxvalid ) { GXV_mort_subtable_type2_StateOptRecData optdata = - (GXV_mort_subtable_type2_StateOptRecData)valid->statetable.optdata; + (GXV_mort_subtable_type2_StateOptRecData)gxvalid->statetable.optdata; FT_Bytes p = table + optdata->ligatureTable; FT_Bytes limit = table + optdata->ligatureTable @@ -264,7 +264,7 @@ GXV_LIMIT_CHECK( 2 ); lig_gid = FT_NEXT_USHORT( p ); - if ( valid->face->num_glyphs < lig_gid ) + if ( gxvalid->face->num_glyphs < lig_gid ) GXV_SET_ERR_IF_PARANOID( FT_INVALID_GLYPH_ID ); } } @@ -275,7 +275,7 @@ FT_LOCAL_DEF( void ) gxv_mort_subtable_type2_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; @@ -286,23 +286,23 @@ GXV_LIMIT_CHECK( GXV_MORT_SUBTABLE_TYPE2_HEADER_SIZE ); - valid->statetable.optdata = + gxvalid->statetable.optdata = &lig_rec; - valid->statetable.optdata_load_func = + gxvalid->statetable.optdata_load_func = gxv_mort_subtable_type2_opttable_load; - valid->statetable.subtable_setup_func = + gxvalid->statetable.subtable_setup_func = gxv_mort_subtable_type2_subtable_setup; - valid->statetable.entry_glyphoffset_fmt = + gxvalid->statetable.entry_glyphoffset_fmt = GXV_GLYPHOFFSET_NONE; - valid->statetable.entry_validate_func = + gxvalid->statetable.entry_validate_func = gxv_mort_subtable_type2_entry_validate; - gxv_StateTable_validate( p, limit, valid ); + gxv_StateTable_validate( p, limit, gxvalid ); - p += valid->subtable_length; - gxv_mort_subtable_type2_ligatureTable_validate( table, valid ); + p += gxvalid->subtable_length; + gxv_mort_subtable_type2_ligatureTable_validate( table, gxvalid ); - valid->subtable_length = p - table; + gxvalid->subtable_length = p - table; GXV_EXIT; } diff --git a/freetype/src/gxvalid/gxvmort4.c b/freetype/src/gxvalid/gxvmort4.c index 83470988c..9e86af4dd 100644 --- a/freetype/src/gxvalid/gxvmort4.c +++ b/freetype/src/gxvalid/gxvmort4.c @@ -41,11 +41,11 @@ static void gxv_mort_subtable_type4_lookupval_validate( FT_UShort glyph, GXV_LookupValueCPtr value_p, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_UNUSED( glyph ); - gxv_glyphid_validate( value_p->u, valid ); + gxv_glyphid_validate( value_p->u, gxvalid ); } /* @@ -80,7 +80,7 @@ FT_UShort relative_gindex, GXV_LookupValueCPtr base_value_p, FT_Bytes lookuptbl_limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p; FT_Bytes limit; @@ -91,7 +91,7 @@ offset = (FT_UShort)( base_value_p->u + relative_gindex * sizeof ( FT_UShort ) ); - p = valid->lookuptbl_head + offset; + p = gxvalid->lookuptbl_head + offset; limit = lookuptbl_limit; GXV_LIMIT_CHECK( 2 ); @@ -104,7 +104,7 @@ FT_LOCAL_DEF( void ) gxv_mort_subtable_type4_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; @@ -112,11 +112,11 @@ GXV_NAME_ENTER( "mort chain subtable type4 " "(Non-Contextual Glyph Substitution)" ); - valid->lookupval_sign = GXV_LOOKUPVALUE_UNSIGNED; - valid->lookupval_func = gxv_mort_subtable_type4_lookupval_validate; - valid->lookupfmt4_trans = gxv_mort_subtable_type4_lookupfmt4_transit; + gxvalid->lookupval_sign = GXV_LOOKUPVALUE_UNSIGNED; + gxvalid->lookupval_func = gxv_mort_subtable_type4_lookupval_validate; + gxvalid->lookupfmt4_trans = gxv_mort_subtable_type4_lookupfmt4_transit; - gxv_LookupTable_validate( p, limit, valid ); + gxv_LookupTable_validate( p, limit, gxvalid ); GXV_EXIT; } diff --git a/freetype/src/gxvalid/gxvmort5.c b/freetype/src/gxvalid/gxvmort5.c index 32cfb0363..9498b1085 100644 --- a/freetype/src/gxvalid/gxvmort5.c +++ b/freetype/src/gxvalid/gxvmort5.c @@ -70,10 +70,10 @@ FT_UShort* classTable_length_p, FT_UShort* stateArray_length_p, FT_UShort* entryTable_length_p, - GXV_Validator valid ) + GXV_Validator gxvalid ) { GXV_mort_subtable_type5_StateOptRecData optdata = - (GXV_mort_subtable_type5_StateOptRecData)valid->statetable.optdata; + (GXV_mort_subtable_type5_StateOptRecData)gxvalid->statetable.optdata; gxv_StateTable_subtable_setup( table_size, @@ -83,7 +83,7 @@ classTable_length_p, stateArray_length_p, entryTable_length_p, - valid ); + gxvalid ); optdata->classTable = classTable; optdata->stateArray = stateArray; @@ -100,7 +100,7 @@ FT_UShort count, FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { /* * We don't know the range of insertion-glyph-list. @@ -109,7 +109,7 @@ FT_Bytes p = table + offset; GXV_mort_subtable_type5_StateOptRecData optdata = - (GXV_mort_subtable_type5_StateOptRecData)valid->statetable.optdata; + (GXV_mort_subtable_type5_StateOptRecData)gxvalid->statetable.optdata; if ( optdata->classTable < offset && offset < optdata->classTable + *(optdata->classTable_length_p) ) @@ -145,7 +145,7 @@ GXV_StateTable_GlyphOffsetCPtr glyphOffset, FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { #ifdef GXV_LOAD_UNUSED_VARS FT_Bool setMark; @@ -184,7 +184,7 @@ currentInsertCount, table, limit, - valid ); + gxvalid ); } if ( 0 != markedInsertList && 0 != markedInsertCount ) @@ -193,7 +193,7 @@ markedInsertCount, table, limit, - valid ); + gxvalid ); } } @@ -201,7 +201,7 @@ FT_LOCAL_DEF( void ) gxv_mort_subtable_type5_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; @@ -213,18 +213,18 @@ GXV_LIMIT_CHECK( GXV_MORT_SUBTABLE_TYPE5_HEADER_SIZE ); - valid->statetable.optdata = + gxvalid->statetable.optdata = et; - valid->statetable.optdata_load_func = + gxvalid->statetable.optdata_load_func = NULL; - valid->statetable.subtable_setup_func = + gxvalid->statetable.subtable_setup_func = gxv_mort_subtable_type5_subtable_setup; - valid->statetable.entry_glyphoffset_fmt = + gxvalid->statetable.entry_glyphoffset_fmt = GXV_GLYPHOFFSET_ULONG; - valid->statetable.entry_validate_func = + gxvalid->statetable.entry_validate_func = gxv_mort_subtable_type5_entry_validate; - gxv_StateTable_validate( p, limit, valid ); + gxv_StateTable_validate( p, limit, gxvalid ); GXV_EXIT; } diff --git a/freetype/src/gxvalid/gxvmorx.c b/freetype/src/gxvalid/gxvmorx.c index 5ae04d321..96dba631c 100644 --- a/freetype/src/gxvalid/gxvmorx.c +++ b/freetype/src/gxvalid/gxvmorx.c @@ -42,7 +42,7 @@ gxv_morx_subtables_validate( FT_Bytes table, FT_Bytes limit, FT_UShort nSubtables, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; @@ -93,7 +93,7 @@ /* morx coverage consists of mort_coverage & 16bit padding */ gxv_mort_coverage_validate( (FT_UShort)( ( coverage >> 16 ) | coverage ), - valid ); + gxvalid ); if ( type > 5 ) FT_INVALID_FORMAT; @@ -101,13 +101,13 @@ if ( func == NULL ) GXV_TRACE(( "morx type %d is reserved\n", type )); - func( p, p + rest, valid ); + func( p, p + rest, gxvalid ); /* TODO: subFeatureFlags should be unique in a table? */ p += rest; } - valid->subtable_length = p - table; + gxvalid->subtable_length = p - table; GXV_EXIT; } @@ -116,7 +116,7 @@ static void gxv_morx_chain_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; #ifdef GXV_LOAD_UNUSED_VARS @@ -140,16 +140,16 @@ nSubtables = FT_NEXT_ULONG( p ); /* feature-array of morx is same with that of mort */ - gxv_mort_featurearray_validate( p, limit, nFeatureFlags, valid ); - p += valid->subtable_length; + gxv_mort_featurearray_validate( p, limit, nFeatureFlags, gxvalid ); + p += gxvalid->subtable_length; if ( nSubtables >= 0x10000L ) FT_INVALID_DATA; gxv_morx_subtables_validate( p, table + chainLength, - (FT_UShort)nSubtables, valid ); + (FT_UShort)nSubtables, gxvalid ); - valid->subtable_length = chainLength; + gxvalid->subtable_length = chainLength; /* TODO: defaultFlags should be compared with the flags in tables */ @@ -162,8 +162,8 @@ FT_Face face, FT_Validator ftvalid ) { - GXV_ValidatorRec validrec; - GXV_Validator valid = &validrec; + GXV_ValidatorRec gxvalidrec; + GXV_Validator gxvalid = &gxvalidrec; FT_Bytes p = table; FT_Bytes limit = 0; FT_ULong version; @@ -171,8 +171,8 @@ FT_ULong i; - valid->root = ftvalid; - valid->face = face; + gxvalid->root = ftvalid; + gxvalid->face = face; FT_TRACE3(( "validating `morx' table\n" )); GXV_INIT; @@ -188,8 +188,8 @@ { GXV_TRACE(( "validating chain %d/%d\n", i + 1, nChains )); GXV_32BIT_ALIGNMENT_VALIDATE( p - table ); - gxv_morx_chain_validate( p, limit, valid ); - p += valid->subtable_length; + gxv_morx_chain_validate( p, limit, gxvalid ); + p += gxvalid->subtable_length; } FT_TRACE4(( "\n" )); diff --git a/freetype/src/gxvalid/gxvmorx.h b/freetype/src/gxvalid/gxvmorx.h index 28c1a44f6..9ed907acd 100644 --- a/freetype/src/gxvalid/gxvmorx.h +++ b/freetype/src/gxvalid/gxvmorx.h @@ -38,27 +38,27 @@ FT_LOCAL( void ) gxv_morx_subtable_type0_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ); + GXV_Validator gxvalid ); FT_LOCAL( void ) gxv_morx_subtable_type1_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ); + GXV_Validator gxvalid ); FT_LOCAL( void ) gxv_morx_subtable_type2_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ); + GXV_Validator gxvalid ); FT_LOCAL( void ) gxv_morx_subtable_type4_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ); + GXV_Validator gxvalid ); FT_LOCAL( void ) gxv_morx_subtable_type5_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ); + GXV_Validator gxvalid ); #endif /* __GXVMORX_H__ */ diff --git a/freetype/src/gxvalid/gxvmorx0.c b/freetype/src/gxvalid/gxvmorx0.c index 6a736c177..db165f4e8 100644 --- a/freetype/src/gxvalid/gxvmorx0.c +++ b/freetype/src/gxvalid/gxvmorx0.c @@ -45,7 +45,7 @@ GXV_XStateTable_GlyphOffsetCPtr glyphOffset_p, FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { #ifdef GXV_LOAD_UNUSED_VARS FT_UShort markFirst; @@ -85,7 +85,7 @@ FT_LOCAL_DEF( void ) gxv_morx_subtable_type0_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; @@ -95,14 +95,14 @@ GXV_LIMIT_CHECK( GXV_STATETABLE_HEADER_SIZE ); - valid->xstatetable.optdata = NULL; - valid->xstatetable.optdata_load_func = NULL; - valid->xstatetable.subtable_setup_func = NULL; - valid->xstatetable.entry_glyphoffset_fmt = GXV_GLYPHOFFSET_NONE; - valid->xstatetable.entry_validate_func = + gxvalid->xstatetable.optdata = NULL; + gxvalid->xstatetable.optdata_load_func = NULL; + gxvalid->xstatetable.subtable_setup_func = NULL; + gxvalid->xstatetable.entry_glyphoffset_fmt = GXV_GLYPHOFFSET_NONE; + gxvalid->xstatetable.entry_validate_func = gxv_morx_subtable_type0_entry_validate; - gxv_XStateTable_validate( p, limit, valid ); + gxv_XStateTable_validate( p, limit, gxvalid ); GXV_EXIT; } diff --git a/freetype/src/gxvalid/gxvmorx1.c b/freetype/src/gxvalid/gxvmorx1.c index ce0009a16..49f53d185 100644 --- a/freetype/src/gxvalid/gxvmorx1.c +++ b/freetype/src/gxvalid/gxvmorx1.c @@ -55,12 +55,12 @@ static void gxv_morx_subtable_type1_substitutionTable_load( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; GXV_morx_subtable_type1_StateOptRecData optdata = - (GXV_morx_subtable_type1_StateOptRecData)valid->xstatetable.optdata; + (GXV_morx_subtable_type1_StateOptRecData)gxvalid->xstatetable.optdata; GXV_LIMIT_CHECK( 2 ); @@ -76,14 +76,14 @@ FT_ULong* classTable_length_p, FT_ULong* stateArray_length_p, FT_ULong* entryTable_length_p, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_ULong o[4]; FT_ULong *l[4]; FT_ULong buff[5]; GXV_morx_subtable_type1_StateOptRecData optdata = - (GXV_morx_subtable_type1_StateOptRecData)valid->xstatetable.optdata; + (GXV_morx_subtable_type1_StateOptRecData)gxvalid->xstatetable.optdata; o[0] = classTable; @@ -95,7 +95,7 @@ l[2] = entryTable_length_p; l[3] = &(optdata->substitutionTable_length); - gxv_set_length_by_ulong_offset( o, l, buff, 4, table_size, valid ); + gxv_set_length_by_ulong_offset( o, l, buff, 4, table_size, gxvalid ); } @@ -106,7 +106,7 @@ GXV_StateTable_GlyphOffsetCPtr glyphOffset_p, FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { #ifdef GXV_LOAD_TRACE_VARS FT_UShort setMark; @@ -117,7 +117,7 @@ FT_Short currentIndex; GXV_morx_subtable_type1_StateOptRecData optdata = - (GXV_morx_subtable_type1_StateOptRecData)valid->xstatetable.optdata; + (GXV_morx_subtable_type1_StateOptRecData)gxvalid->xstatetable.optdata; FT_UNUSED( state ); FT_UNUSED( table ); @@ -159,13 +159,13 @@ static void gxv_morx_subtable_type1_LookupValue_validate( FT_UShort glyph, GXV_LookupValueCPtr value_p, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_UNUSED( glyph ); /* for the non-debugging case */ GXV_TRACE(( "morx subtable type1 subst.: %d -> %d\n", glyph, value_p->u )); - if ( value_p->u > valid->face->num_glyphs ) + if ( value_p->u > gxvalid->face->num_glyphs ) FT_INVALID_GLYPH_ID; } @@ -175,7 +175,7 @@ FT_UShort relative_gindex, GXV_LookupValueCPtr base_value_p, FT_Bytes lookuptbl_limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p; FT_Bytes limit; @@ -186,7 +186,7 @@ offset = (FT_UShort)( base_value_p->u + relative_gindex * sizeof ( FT_UShort ) ); - p = valid->lookuptbl_head + offset; + p = gxvalid->lookuptbl_head + offset; limit = lookuptbl_limit; GXV_LIMIT_CHECK ( 2 ); @@ -202,19 +202,19 @@ static void gxv_morx_subtable_type1_substitutionTable_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; FT_UShort i; GXV_morx_subtable_type1_StateOptRecData optdata = - (GXV_morx_subtable_type1_StateOptRecData)valid->xstatetable.optdata; + (GXV_morx_subtable_type1_StateOptRecData)gxvalid->xstatetable.optdata; /* TODO: calculate offset/length for each lookupTables */ - valid->lookupval_sign = GXV_LOOKUPVALUE_UNSIGNED; - valid->lookupval_func = gxv_morx_subtable_type1_LookupValue_validate; - valid->lookupfmt4_trans = gxv_morx_subtable_type1_LookupFmt4_transit; + gxvalid->lookupval_sign = GXV_LOOKUPVALUE_UNSIGNED; + gxvalid->lookupval_func = gxv_morx_subtable_type1_LookupValue_validate; + gxvalid->lookupfmt4_trans = gxv_morx_subtable_type1_LookupFmt4_transit; for ( i = 0; i < optdata->substitutionTable_num_lookupTables; i++ ) { @@ -224,7 +224,7 @@ GXV_LIMIT_CHECK( 4 ); offset = FT_NEXT_ULONG( p ); - gxv_LookupTable_validate( table + offset, limit, valid ); + gxv_LookupTable_validate( table + offset, limit, gxvalid ); } /* TODO: overlapping of lookupTables in substitutionTable */ @@ -239,7 +239,7 @@ FT_LOCAL_DEF( void ) gxv_morx_subtable_type1_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; @@ -252,23 +252,23 @@ st_rec.substitutionTable_num_lookupTables = 0; - valid->xstatetable.optdata = + gxvalid->xstatetable.optdata = &st_rec; - valid->xstatetable.optdata_load_func = + gxvalid->xstatetable.optdata_load_func = gxv_morx_subtable_type1_substitutionTable_load; - valid->xstatetable.subtable_setup_func = + gxvalid->xstatetable.subtable_setup_func = gxv_morx_subtable_type1_subtable_setup; - valid->xstatetable.entry_glyphoffset_fmt = + gxvalid->xstatetable.entry_glyphoffset_fmt = GXV_GLYPHOFFSET_ULONG; - valid->xstatetable.entry_validate_func = + gxvalid->xstatetable.entry_validate_func = gxv_morx_subtable_type1_entry_validate; - gxv_XStateTable_validate( p, limit, valid ); + gxv_XStateTable_validate( p, limit, gxvalid ); gxv_morx_subtable_type1_substitutionTable_validate( table + st_rec.substitutionTable, table + st_rec.substitutionTable + st_rec.substitutionTable_length, - valid ); + gxvalid ); GXV_EXIT; } diff --git a/freetype/src/gxvalid/gxvmorx2.c b/freetype/src/gxvalid/gxvmorx2.c index 95b8ea40b..e44445d14 100644 --- a/freetype/src/gxvalid/gxvmorx2.c +++ b/freetype/src/gxvalid/gxvmorx2.c @@ -58,12 +58,12 @@ static void gxv_morx_subtable_type2_opttable_load( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; GXV_morx_subtable_type2_StateOptRecData optdata = - (GXV_morx_subtable_type2_StateOptRecData)valid->xstatetable.optdata; + (GXV_morx_subtable_type2_StateOptRecData)gxvalid->xstatetable.optdata; GXV_LIMIT_CHECK( 4 + 4 + 4 ); @@ -88,14 +88,14 @@ FT_ULong* classTable_length_p, FT_ULong* stateArray_length_p, FT_ULong* entryTable_length_p, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_ULong o[6]; FT_ULong* l[6]; FT_ULong buff[7]; GXV_morx_subtable_type2_StateOptRecData optdata = - (GXV_morx_subtable_type2_StateOptRecData)valid->xstatetable.optdata; + (GXV_morx_subtable_type2_StateOptRecData)gxvalid->xstatetable.optdata; GXV_NAME_ENTER( "subtable boundaries setup" ); @@ -113,7 +113,7 @@ l[4] = &(optdata->componentTable_length); l[5] = &(optdata->ligatureTable_length); - gxv_set_length_by_ulong_offset( o, l, buff, 6, table_size, valid ); + gxv_set_length_by_ulong_offset( o, l, buff, 6, table_size, gxvalid ); GXV_TRACE(( "classTable: offset=0x%08x length=0x%08x\n", classTable, *classTable_length_p )); @@ -142,11 +142,11 @@ gxv_morx_subtable_type2_ligActionIndex_validate( FT_Bytes table, FT_UShort ligActionIndex, - GXV_Validator valid ) + GXV_Validator gxvalid ) { /* access ligActionTable */ GXV_morx_subtable_type2_StateOptRecData optdata = - (GXV_morx_subtable_type2_StateOptRecData)valid->xstatetable.optdata; + (GXV_morx_subtable_type2_StateOptRecData)gxvalid->xstatetable.optdata; FT_Bytes lat_base = table + optdata->ligActionTable; FT_Bytes p = lat_base + @@ -188,7 +188,7 @@ /* it is different from the location offset in mort */ if ( ( offset & 0x3FFF0000UL ) == 0x3FFF0000UL ) { /* negative offset */ - gid_limit = valid->face->num_glyphs - ( offset & 0x0000FFFFUL ); + gid_limit = gxvalid->face->num_glyphs - ( offset & 0x0000FFFFUL ); if ( gid_limit > 0 ) return; @@ -198,9 +198,9 @@ offset & 0xFFFFU )); GXV_SET_ERR_IF_PARANOID( FT_INVALID_OFFSET ); } - else if ( ( offset & 0x3FFF0000UL ) == 0x0000000UL ) + else if ( ( offset & 0x3FFF0000UL ) == 0x00000000UL ) { /* positive offset */ - if ( (FT_Long)offset < valid->face->num_glyphs ) + if ( (FT_Long)offset < gxvalid->face->num_glyphs ) return; GXV_TRACE(( "ligature action table includes" @@ -225,7 +225,7 @@ GXV_StateTable_GlyphOffsetCPtr glyphOffset_p, FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { #ifdef GXV_LOAD_UNUSED_VARS FT_UShort setComponent; @@ -253,16 +253,16 @@ if ( 0 < ligActionIndex ) gxv_morx_subtable_type2_ligActionIndex_validate( - table, ligActionIndex, valid ); + table, ligActionIndex, gxvalid ); } static void gxv_morx_subtable_type2_ligatureTable_validate( FT_Bytes table, - GXV_Validator valid ) + GXV_Validator gxvalid ) { GXV_morx_subtable_type2_StateOptRecData optdata = - (GXV_morx_subtable_type2_StateOptRecData)valid->xstatetable.optdata; + (GXV_morx_subtable_type2_StateOptRecData)gxvalid->xstatetable.optdata; FT_Bytes p = table + optdata->ligatureTable; FT_Bytes limit = table + optdata->ligatureTable @@ -281,7 +281,7 @@ GXV_LIMIT_CHECK( 2 ); lig_gid = FT_NEXT_USHORT( p ); - if ( lig_gid < valid->face->num_glyphs ) + if ( lig_gid < gxvalid->face->num_glyphs ) GXV_SET_ERR_IF_PARANOID( FT_INVALID_GLYPH_ID ); } } @@ -293,7 +293,7 @@ FT_LOCAL_DEF( void ) gxv_morx_subtable_type2_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; @@ -304,23 +304,23 @@ GXV_LIMIT_CHECK( GXV_MORX_SUBTABLE_TYPE2_HEADER_SIZE ); - valid->xstatetable.optdata = + gxvalid->xstatetable.optdata = &lig_rec; - valid->xstatetable.optdata_load_func = + gxvalid->xstatetable.optdata_load_func = gxv_morx_subtable_type2_opttable_load; - valid->xstatetable.subtable_setup_func = + gxvalid->xstatetable.subtable_setup_func = gxv_morx_subtable_type2_subtable_setup; - valid->xstatetable.entry_glyphoffset_fmt = + gxvalid->xstatetable.entry_glyphoffset_fmt = GXV_GLYPHOFFSET_USHORT; - valid->xstatetable.entry_validate_func = + gxvalid->xstatetable.entry_validate_func = gxv_morx_subtable_type2_entry_validate; - gxv_XStateTable_validate( p, limit, valid ); + gxv_XStateTable_validate( p, limit, gxvalid ); #if 0 - p += valid->subtable_length; + p += gxvalid->subtable_length; #endif - gxv_morx_subtable_type2_ligatureTable_validate( table, valid ); + gxv_morx_subtable_type2_ligatureTable_validate( table, gxvalid ); GXV_EXIT; } diff --git a/freetype/src/gxvalid/gxvmorx4.c b/freetype/src/gxvalid/gxvmorx4.c index c0d2f78e3..68ab67849 100644 --- a/freetype/src/gxvalid/gxvmorx4.c +++ b/freetype/src/gxvalid/gxvmorx4.c @@ -41,12 +41,12 @@ FT_LOCAL_DEF( void ) gxv_morx_subtable_type4_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { GXV_NAME_ENTER( "morx chain subtable type4 " "(Non-Contextual Glyph Substitution)" ); - gxv_mort_subtable_type4_validate( table, limit, valid ); + gxv_mort_subtable_type4_validate( table, limit, gxvalid ); GXV_EXIT; } diff --git a/freetype/src/gxvalid/gxvmorx5.c b/freetype/src/gxvalid/gxvmorx5.c index d8cf70079..5e095dd38 100644 --- a/freetype/src/gxvalid/gxvmorx5.c +++ b/freetype/src/gxvalid/gxvmorx5.c @@ -64,12 +64,12 @@ static void gxv_morx_subtable_type5_insertionGlyphList_load( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; GXV_morx_subtable_type5_StateOptRecData optdata = - (GXV_morx_subtable_type5_StateOptRecData)valid->xstatetable.optdata; + (GXV_morx_subtable_type5_StateOptRecData)gxvalid->xstatetable.optdata; GXV_LIMIT_CHECK( 4 ); @@ -85,14 +85,14 @@ FT_ULong* classTable_length_p, FT_ULong* stateArray_length_p, FT_ULong* entryTable_length_p, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_ULong o[4]; FT_ULong* l[4]; FT_ULong buff[5]; GXV_morx_subtable_type5_StateOptRecData optdata = - (GXV_morx_subtable_type5_StateOptRecData)valid->xstatetable.optdata; + (GXV_morx_subtable_type5_StateOptRecData)gxvalid->xstatetable.optdata; o[0] = classTable; @@ -104,7 +104,7 @@ l[2] = entryTable_length_p; l[3] = &(optdata->insertionGlyphList_length); - gxv_set_length_by_ulong_offset( o, l, buff, 4, table_size, valid ); + gxv_set_length_by_ulong_offset( o, l, buff, 4, table_size, gxvalid ); } @@ -113,9 +113,9 @@ FT_UShort count, FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { - FT_Bytes p = table + table_index * 2; + FT_Bytes p = table + table_index * 2; #ifndef GXV_LOAD_TRACE_VARS @@ -143,7 +143,7 @@ GXV_StateTable_GlyphOffsetCPtr glyphOffset_p, FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { #ifdef GXV_LOAD_UNUSED_VARS FT_Bool setMark; @@ -180,20 +180,20 @@ gxv_morx_subtable_type5_InsertList_validate( currentInsertList, currentInsertCount, table, limit, - valid ); + gxvalid ); if ( markedInsertList && 0 != markedInsertCount ) gxv_morx_subtable_type5_InsertList_validate( markedInsertList, markedInsertCount, table, limit, - valid ); + gxvalid ); } FT_LOCAL_DEF( void ) gxv_morx_subtable_type5_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; @@ -205,18 +205,18 @@ GXV_LIMIT_CHECK( GXV_MORX_SUBTABLE_TYPE5_HEADER_SIZE ); - valid->xstatetable.optdata = + gxvalid->xstatetable.optdata = et; - valid->xstatetable.optdata_load_func = + gxvalid->xstatetable.optdata_load_func = gxv_morx_subtable_type5_insertionGlyphList_load; - valid->xstatetable.subtable_setup_func = + gxvalid->xstatetable.subtable_setup_func = gxv_morx_subtable_type5_subtable_setup; - valid->xstatetable.entry_glyphoffset_fmt = + gxvalid->xstatetable.entry_glyphoffset_fmt = GXV_GLYPHOFFSET_ULONG; - valid->xstatetable.entry_validate_func = + gxvalid->xstatetable.entry_validate_func = gxv_morx_subtable_type5_entry_validate; - gxv_XStateTable_validate( p, limit, valid ); + gxv_XStateTable_validate( p, limit, gxvalid ); GXV_EXIT; } diff --git a/freetype/src/gxvalid/gxvopbd.c b/freetype/src/gxvalid/gxvopbd.c index e12506094..ab0cd72bf 100644 --- a/freetype/src/gxvalid/gxvopbd.c +++ b/freetype/src/gxvalid/gxvopbd.c @@ -68,11 +68,11 @@ static void gxv_opbd_LookupValue_validate( FT_UShort glyph, GXV_LookupValueCPtr value_p, - GXV_Validator valid ) + GXV_Validator gxvalid ) { /* offset in LookupTable is measured from the head of opbd table */ - FT_Bytes p = valid->root->base + value_p->u; - FT_Bytes limit = valid->root->limit; + FT_Bytes p = gxvalid->root->base + value_p->u; + FT_Bytes limit = gxvalid->root->limit; FT_Short delta_value; int i; @@ -90,7 +90,7 @@ if ( delta_value == -1 ) continue; - gxv_ctlPoint_validate( glyph, delta_value, valid ); + gxv_ctlPoint_validate( glyph, delta_value, gxvalid ); } else /* format 0, value is distance */ continue; @@ -134,12 +134,12 @@ gxv_opbd_LookupFmt4_transit( FT_UShort relative_gindex, GXV_LookupValueCPtr base_value_p, FT_Bytes lookuptbl_limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { GXV_LookupValueDesc value; FT_UNUSED( lookuptbl_limit ); - FT_UNUSED( valid ); + FT_UNUSED( gxvalid ); /* XXX: check range? */ value.u = (FT_UShort)( base_value_p->u + @@ -162,8 +162,8 @@ FT_Face face, FT_Validator ftvalid ) { - GXV_ValidatorRec validrec; - GXV_Validator valid = &validrec; + GXV_ValidatorRec gxvalidrec; + GXV_Validator gxvalid = &gxvalidrec; GXV_opbd_DataRec opbdrec; GXV_opbd_Data opbd = &opbdrec; FT_Bytes p = table; @@ -172,9 +172,9 @@ FT_ULong version; - valid->root = ftvalid; - valid->table_data = opbd; - valid->face = face; + gxvalid->root = ftvalid; + gxvalid->table_data = opbd; + gxvalid->face = face; FT_TRACE3(( "validating `opbd' table\n" )); GXV_INIT; @@ -196,12 +196,12 @@ if ( 0x0001 < GXV_OPBD_DATA( format ) ) FT_INVALID_FORMAT; - valid->lookupval_sign = GXV_LOOKUPVALUE_UNSIGNED; - valid->lookupval_func = gxv_opbd_LookupValue_validate; - valid->lookupfmt4_trans = gxv_opbd_LookupFmt4_transit; + gxvalid->lookupval_sign = GXV_LOOKUPVALUE_UNSIGNED; + gxvalid->lookupval_func = gxv_opbd_LookupValue_validate; + gxvalid->lookupfmt4_trans = gxv_opbd_LookupFmt4_transit; - gxv_LookupTable_validate( p, limit, valid ); - p += valid->subtable_length; + gxv_LookupTable_validate( p, limit, gxvalid ); + p += gxvalid->subtable_length; if ( p > table + GXV_OPBD_DATA( valueOffset_min ) ) { diff --git a/freetype/src/gxvalid/gxvprop.c b/freetype/src/gxvalid/gxvprop.c index 0be21336f..aa5c8eed3 100644 --- a/freetype/src/gxvalid/gxvprop.c +++ b/freetype/src/gxvalid/gxvprop.c @@ -75,7 +75,7 @@ static void gxv_prop_zero_advance_validate( FT_UShort gid, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Face face; FT_Error error; @@ -84,7 +84,7 @@ GXV_NAME_ENTER( "zero advance" ); - face = valid->face; + face = gxvalid->face; error = FT_Load_Glyph( face, gid, @@ -109,10 +109,10 @@ static void gxv_prop_property_validate( FT_UShort property, FT_UShort glyph, - GXV_Validator valid ) + GXV_Validator gxvalid ) { if ( glyph != 0 && ( property & GXV_PROP_FLOATER ) ) - gxv_prop_zero_advance_validate( glyph, valid ); + gxv_prop_zero_advance_validate( glyph, gxvalid ); if ( property & GXV_PROP_USE_COMPLEMENTARY_BRACKET ) { @@ -145,7 +145,7 @@ else { /* The gid for complement must be the face. */ - gxv_glyphid_validate( (FT_UShort)( glyph + complement ), valid ); + gxv_glyphid_validate( (FT_UShort)( glyph + complement ), gxvalid ); } } else @@ -187,9 +187,9 @@ static void gxv_prop_LookupValue_validate( FT_UShort glyph, GXV_LookupValueCPtr value_p, - GXV_Validator valid ) + GXV_Validator gxvalid ) { - gxv_prop_property_validate( value_p->u, glyph, valid ); + gxv_prop_property_validate( value_p->u, glyph, gxvalid ); } @@ -224,7 +224,7 @@ gxv_prop_LookupFmt4_transit( FT_UShort relative_gindex, GXV_LookupValueCPtr base_value_p, FT_Bytes lookuptbl_limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p; FT_Bytes limit; @@ -234,7 +234,7 @@ /* XXX: check range? */ offset = (FT_UShort)( base_value_p->u + relative_gindex * sizeof ( FT_UShort ) ); - p = valid->lookuptbl_head + offset; + p = gxvalid->lookuptbl_head + offset; limit = lookuptbl_limit; GXV_LIMIT_CHECK ( 2 ); @@ -259,8 +259,8 @@ { FT_Bytes p = table; FT_Bytes limit = 0; - GXV_ValidatorRec validrec; - GXV_Validator valid = &validrec; + GXV_ValidatorRec gxvalidrec; + GXV_Validator gxvalid = &gxvalidrec; GXV_prop_DataRec proprec; GXV_prop_Data prop = &proprec; @@ -270,9 +270,9 @@ FT_UShort defaultProp; - valid->root = ftvalid; - valid->table_data = prop; - valid->face = face; + gxvalid->root = ftvalid; + gxvalid->table_data = prop; + gxvalid->face = face; FT_TRACE3(( "validating `prop' table\n" )); GXV_INIT; @@ -303,7 +303,7 @@ FT_INVALID_FORMAT; } - gxv_prop_property_validate( defaultProp, 0, valid ); + gxv_prop_property_validate( defaultProp, 0, gxvalid ); if ( format == 0 ) { @@ -315,11 +315,11 @@ /* format == 1 */ GXV_PROP_DATA( version ) = version; - valid->lookupval_sign = GXV_LOOKUPVALUE_UNSIGNED; - valid->lookupval_func = gxv_prop_LookupValue_validate; - valid->lookupfmt4_trans = gxv_prop_LookupFmt4_transit; + gxvalid->lookupval_sign = GXV_LOOKUPVALUE_UNSIGNED; + gxvalid->lookupval_func = gxv_prop_LookupValue_validate; + gxvalid->lookupfmt4_trans = gxv_prop_LookupFmt4_transit; - gxv_LookupTable_validate( p, limit, valid ); + gxv_LookupTable_validate( p, limit, gxvalid ); Exit: FT_TRACE4(( "\n" )); diff --git a/freetype/src/gxvalid/gxvtrak.c b/freetype/src/gxvalid/gxvtrak.c index 11fbd7ccf..3ec1a5673 100644 --- a/freetype/src/gxvalid/gxvtrak.c +++ b/freetype/src/gxvalid/gxvtrak.c @@ -93,9 +93,9 @@ gxv_trak_trackTable_validate( FT_Bytes table, FT_Bytes limit, FT_UShort nTracks, - GXV_Validator valid ) + GXV_Validator gxvalid ) { - FT_Bytes p = table; + FT_Bytes p = table; FT_Fixed track, t; FT_UShort nameIndex; @@ -122,7 +122,7 @@ if ( offset > GXV_TRAK_DATA( trackValueOffset_max ) ) GXV_TRAK_DATA( trackValueOffset_max ) = offset; - gxv_sfntName_validate( nameIndex, 256, 32767, valid ); + gxv_sfntName_validate( nameIndex, 256, 32767, gxvalid ); for ( j = i; j < nTracks; j ++ ) { @@ -134,7 +134,7 @@ } } - valid->subtable_length = p - table; + gxvalid->subtable_length = p - table; GXV_EXIT; } @@ -142,7 +142,7 @@ static void gxv_trak_trackData_validate( FT_Bytes table, FT_Bytes limit, - GXV_Validator valid ) + GXV_Validator gxvalid ) { FT_Bytes p = table; FT_UShort nTracks; @@ -164,31 +164,31 @@ gxv_odtect_add_range( table, p - table, "trackData header", odtect ); /* validate trackTable */ - gxv_trak_trackTable_validate( p, limit, nTracks, valid ); - gxv_odtect_add_range( p, valid->subtable_length, + gxv_trak_trackTable_validate( p, limit, nTracks, gxvalid ); + gxv_odtect_add_range( p, gxvalid->subtable_length, "trackTable", odtect ); /* sizeTable is array of FT_Fixed, don't check contents */ - p = valid->root->base + sizeTableOffset; + p = gxvalid->root->base + sizeTableOffset; GXV_LIMIT_CHECK( nSizes * 4 ); gxv_odtect_add_range( p, nSizes * 4, "sizeTable", odtect ); /* validate trackValueOffet */ - p = valid->root->base + GXV_TRAK_DATA( trackValueOffset_min ); + p = gxvalid->root->base + GXV_TRAK_DATA( trackValueOffset_min ); if ( limit - p < nTracks * nSizes * 2 ) GXV_TRACE(( "too short trackValue array\n" )); - p = valid->root->base + GXV_TRAK_DATA( trackValueOffset_max ); + p = gxvalid->root->base + GXV_TRAK_DATA( trackValueOffset_max ); GXV_LIMIT_CHECK( nSizes * 2 ); - gxv_odtect_add_range( valid->root->base + gxv_odtect_add_range( gxvalid->root->base + GXV_TRAK_DATA( trackValueOffset_min ), GXV_TRAK_DATA( trackValueOffset_max ) - GXV_TRAK_DATA( trackValueOffset_min ) + nSizes * 2, "trackValue array", odtect ); - gxv_odtect_validate( odtect, valid ); + gxv_odtect_validate( odtect, gxvalid ); GXV_EXIT; } @@ -210,8 +210,8 @@ FT_Bytes p = table; FT_Bytes limit = 0; - GXV_ValidatorRec validrec; - GXV_Validator valid = &validrec; + GXV_ValidatorRec gxvalidrec; + GXV_Validator gxvalid = &gxvalidrec; GXV_trak_DataRec trakrec; GXV_trak_Data trak = &trakrec; @@ -225,11 +225,11 @@ GXV_ODTECT( 3, odtect ); GXV_ODTECT_INIT( odtect ); - valid->root = ftvalid; - valid->table_data = trak; - valid->face = face; + gxvalid->root = ftvalid; + gxvalid->table_data = trak; + gxvalid->face = face; - limit = valid->root->limit; + limit = gxvalid->root->limit; FT_TRACE3(( "validating `trak' table\n" )); GXV_INIT; @@ -265,19 +265,19 @@ /* validate trackData */ if ( 0 < horizOffset ) { - gxv_trak_trackData_validate( table + horizOffset, limit, valid ); - gxv_odtect_add_range( table + horizOffset, valid->subtable_length, + gxv_trak_trackData_validate( table + horizOffset, limit, gxvalid ); + gxv_odtect_add_range( table + horizOffset, gxvalid->subtable_length, "horizJustData", odtect ); } if ( 0 < vertOffset ) { - gxv_trak_trackData_validate( table + vertOffset, limit, valid ); - gxv_odtect_add_range( table + vertOffset, valid->subtable_length, + gxv_trak_trackData_validate( table + vertOffset, limit, gxvalid ); + gxv_odtect_add_range( table + vertOffset, gxvalid->subtable_length, "vertJustData", odtect ); } - gxv_odtect_validate( odtect, valid ); + gxv_odtect_validate( odtect, gxvalid ); FT_TRACE4(( "\n" )); } diff --git a/freetype/src/gzip/ftgzip.c b/freetype/src/gzip/ftgzip.c index 2c60b6c57..2d4200d9f 100644 --- a/freetype/src/gzip/ftgzip.c +++ b/freetype/src/gzip/ftgzip.c @@ -8,7 +8,7 @@ /* parse compressed PCF fonts, as found with many X11 server */ /* distributions. */ /* */ -/* Copyright 2002-2006, 2009-2013 by */ +/* Copyright 2002-2006, 2009-2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -208,8 +208,8 @@ /* head[0] && head[1] are the magic numbers; */ /* head[2] is the method, and head[3] the flags */ - if ( head[0] != 0x1f || - head[1] != 0x8b || + if ( head[0] != 0x1F || + head[1] != 0x8B || head[2] != Z_DEFLATED || (head[3] & FT_GZIP_RESERVED) ) { @@ -603,10 +603,18 @@ FT_Stream source ) { FT_Error error; - FT_Memory memory = source->memory; + FT_Memory memory; FT_GZipFile zip = NULL; + if ( !stream || !source ) + { + error = FT_THROW( Invalid_Stream_Handle ); + goto Exit; + } + + memory = source->memory; + /* * check the header right now; this prevents allocating un-necessary * objects when we don't need them @@ -700,6 +708,11 @@ int err; + /* check for `input' delayed to `inflate' */ + + if ( !memory || ! output_len || !output ) + return FT_THROW( Invalid_Argument ); + /* this function is modeled after zlib's `uncompress' function */ stream.next_in = (Bytef*)input; diff --git a/freetype/src/gzip/inftrees.c b/freetype/src/gzip/inftrees.c index ef5365216..56f52b170 100644 --- a/freetype/src/gzip/inftrees.c +++ b/freetype/src/gzip/inftrees.c @@ -115,16 +115,16 @@ uIntf *v /* working area: values in order of bit length */ uInt f; /* i repeats in table every f entries */ int g; /* maximum code length */ int h; /* table level */ - register uInt i; /* counter, current code */ - register uInt j; /* counter */ - register int k; /* number of bits in current code */ + uInt i; /* counter, current code */ + uInt j; /* counter */ + int k; /* number of bits in current code */ int l; /* bits per table (returned in m) */ uInt mask; /* (1 << w) - 1, to avoid cc -O bug on HP */ - register uIntf *p; /* pointer into c[], b[], or v[] */ + uIntf *p; /* pointer into c[], b[], or v[] */ inflate_huft *q; /* points to current table */ struct inflate_huft_s r; /* table entry for structure assignment */ inflate_huft *u[BMAX]; /* table stack */ - register int w; /* bits before this table == (l * h) */ + int w; /* bits before this table == (l * h) */ uInt x[BMAX+1]; /* bit offsets, then code stack */ uIntf *xp; /* pointer into x */ int y; /* number of dummy codes added */ diff --git a/freetype/src/lzw/ftlzw.c b/freetype/src/lzw/ftlzw.c index 82e6c0070..e1b3564a5 100644 --- a/freetype/src/lzw/ftlzw.c +++ b/freetype/src/lzw/ftlzw.c @@ -8,7 +8,7 @@ /* be used to parse compressed PCF fonts, as found with many X11 server */ /* distributions. */ /* */ -/* Copyright 2004-2006, 2009, 2010, 2012, 2013 by */ +/* Copyright 2004-2006, 2009, 2010, 2012-2014 by */ /* Albert Chin-A-Young. */ /* */ /* Based on code in src/gzip/ftgzip.c, Copyright 2004 by */ @@ -96,8 +96,8 @@ goto Exit; /* head[0] && head[1] are the magic numbers */ - if ( head[0] != 0x1f || - head[1] != 0x9d ) + if ( head[0] != 0x1F || + head[1] != 0x9D ) error = FT_THROW( Invalid_File_Format ); Exit: @@ -349,10 +349,18 @@ FT_Stream source ) { FT_Error error; - FT_Memory memory = source->memory; + FT_Memory memory; FT_LZWFile zip = NULL; + if ( !stream || !source ) + { + error = FT_THROW( Invalid_Stream_Handle ); + goto Exit; + } + + memory = source->memory; + /* * Check the header right now; this prevents allocation of a huge * LZWFile object (400 KByte of heap memory) if not necessary. diff --git a/freetype/src/lzw/ftzopen.h b/freetype/src/lzw/ftzopen.h index f7d2936be..cdc8fd7c1 100644 --- a/freetype/src/lzw/ftzopen.h +++ b/freetype/src/lzw/ftzopen.h @@ -41,7 +41,7 @@ #define LZW_CLEAR 256 #define LZW_FIRST 257 -#define LZW_BIT_MASK 0x1f +#define LZW_BIT_MASK 0x1F #define LZW_BLOCK_MASK 0x80 #define LZW_MASK( n ) ( ( 1U << (n) ) - 1U ) diff --git a/freetype/src/otvalid/otvbase.c b/freetype/src/otvalid/otvbase.c index d742d2dc9..4f9d2fa25 100644 --- a/freetype/src/otvalid/otvbase.c +++ b/freetype/src/otvalid/otvbase.c @@ -32,7 +32,7 @@ static void otv_BaseCoord_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt BaseCoordFormat; @@ -58,7 +58,7 @@ case 3: /* BaseCoordFormat3 */ OTV_LIMIT_CHECK( 2 ); /* DeviceTable */ - otv_Device_validate( table + FT_NEXT_USHORT( p ), valid ); + otv_Device_validate( table + FT_NEXT_USHORT( p ), otvalid ); break; default: @@ -71,7 +71,7 @@ static void otv_BaseTagList_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt BaseTagCount; @@ -93,7 +93,7 @@ static void otv_BaseValues_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt BaseCoordCount; @@ -112,7 +112,7 @@ /* BaseCoord */ for ( ; BaseCoordCount > 0; BaseCoordCount-- ) - otv_BaseCoord_validate( table + FT_NEXT_USHORT( p ), valid ); + otv_BaseCoord_validate( table + FT_NEXT_USHORT( p ), otvalid ); OTV_EXIT; } @@ -120,7 +120,7 @@ static void otv_MinMax_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt table_size; @@ -144,11 +144,11 @@ OTV_SIZE_CHECK( MinCoord ); if ( MinCoord ) - otv_BaseCoord_validate( table + MinCoord, valid ); + otv_BaseCoord_validate( table + MinCoord, otvalid ); OTV_SIZE_CHECK( MaxCoord ); if ( MaxCoord ) - otv_BaseCoord_validate( table + MaxCoord, valid ); + otv_BaseCoord_validate( table + MaxCoord, otvalid ); OTV_LIMIT_CHECK( FeatMinMaxCount * 8 ); @@ -162,11 +162,11 @@ OTV_SIZE_CHECK( MinCoord ); if ( MinCoord ) - otv_BaseCoord_validate( table + MinCoord, valid ); + otv_BaseCoord_validate( table + MinCoord, otvalid ); OTV_SIZE_CHECK( MaxCoord ); if ( MaxCoord ) - otv_BaseCoord_validate( table + MaxCoord, valid ); + otv_BaseCoord_validate( table + MaxCoord, otvalid ); } OTV_EXIT; @@ -175,7 +175,7 @@ static void otv_BaseScript_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt table_size; @@ -198,11 +198,11 @@ OTV_SIZE_CHECK( BaseValues ); if ( BaseValues ) - otv_BaseValues_validate( table + BaseValues, valid ); + otv_BaseValues_validate( table + BaseValues, otvalid ); OTV_SIZE_CHECK( DefaultMinMax ); if ( DefaultMinMax ) - otv_MinMax_validate( table + DefaultMinMax, valid ); + otv_MinMax_validate( table + DefaultMinMax, otvalid ); OTV_LIMIT_CHECK( BaseLangSysCount * 6 ); @@ -211,7 +211,7 @@ { p += 4; /* skip BaseLangSysTag */ - otv_MinMax_validate( table + FT_NEXT_USHORT( p ), valid ); + otv_MinMax_validate( table + FT_NEXT_USHORT( p ), otvalid ); } OTV_EXIT; @@ -220,7 +220,7 @@ static void otv_BaseScriptList_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt BaseScriptCount; @@ -241,7 +241,7 @@ p += 4; /* skip BaseScriptTag */ /* BaseScript */ - otv_BaseScript_validate( table + FT_NEXT_USHORT( p ), valid ); + otv_BaseScript_validate( table + FT_NEXT_USHORT( p ), otvalid ); } OTV_EXIT; @@ -250,7 +250,7 @@ static void otv_Axis_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt table_size; @@ -267,10 +267,10 @@ OTV_SIZE_CHECK( BaseTagList ); if ( BaseTagList ) - otv_BaseTagList_validate( table + BaseTagList, valid ); + otv_BaseTagList_validate( table + BaseTagList, otvalid ); /* BaseScriptList */ - otv_BaseScriptList_validate( table + FT_NEXT_USHORT( p ), valid ); + otv_BaseScriptList_validate( table + FT_NEXT_USHORT( p ), otvalid ); OTV_EXIT; } @@ -280,16 +280,16 @@ otv_BASE_validate( FT_Bytes table, FT_Validator ftvalid ) { - OTV_ValidatorRec validrec; - OTV_Validator valid = &validrec; - FT_Bytes p = table; + OTV_ValidatorRec otvalidrec; + OTV_Validator otvalid = &otvalidrec; + FT_Bytes p = table; FT_UInt table_size; OTV_OPTIONAL_TABLE( HorizAxis ); OTV_OPTIONAL_TABLE( VertAxis ); - valid->root = ftvalid; + otvalid->root = ftvalid; FT_TRACE3(( "validating BASE table\n" )); OTV_INIT; @@ -304,12 +304,12 @@ OTV_OPTIONAL_OFFSET( HorizAxis ); OTV_SIZE_CHECK( HorizAxis ); if ( HorizAxis ) - otv_Axis_validate( table + HorizAxis, valid ); + otv_Axis_validate( table + HorizAxis, otvalid ); OTV_OPTIONAL_OFFSET( VertAxis ); OTV_SIZE_CHECK( VertAxis ); if ( VertAxis ) - otv_Axis_validate( table + VertAxis, valid ); + otv_Axis_validate( table + VertAxis, otvalid ); FT_TRACE4(( "\n" )); } diff --git a/freetype/src/otvalid/otvcommn.c b/freetype/src/otvalid/otvcommn.c index a4f885b51..3c3de63ca 100644 --- a/freetype/src/otvalid/otvcommn.c +++ b/freetype/src/otvalid/otvcommn.c @@ -39,7 +39,7 @@ FT_LOCAL_DEF( void ) otv_Coverage_validate( FT_Bytes table, - OTV_Validator valid, + OTV_Validator otvalid, FT_Int expected_count ) { FT_Bytes p = table; @@ -74,7 +74,7 @@ gid = FT_NEXT_USHORT( p ); - if ( gid >= valid->glyph_count ) + if ( gid >= otvalid->glyph_count ) FT_INVALID_GLYPH_ID; } @@ -104,7 +104,7 @@ if ( Start > End || StartCoverageIndex != total ) FT_INVALID_DATA; - if ( End >= valid->glyph_count ) + if ( End >= otvalid->glyph_count ) FT_INVALID_GLYPH_ID; if ( n > 0 && Start <= last ) @@ -219,7 +219,7 @@ FT_LOCAL_DEF( void ) otv_ClassDef_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt ClassFormat; @@ -249,7 +249,7 @@ OTV_LIMIT_CHECK( GlyphCount * 2 ); /* ClassValueArray */ - if ( StartGlyph + GlyphCount - 1 >= valid->glyph_count ) + if ( StartGlyph + GlyphCount - 1 >= otvalid->glyph_count ) FT_INVALID_GLYPH_ID; } break; @@ -276,7 +276,7 @@ if ( Start > End || ( n > 0 && Start <= last ) ) FT_INVALID_DATA; - if ( End >= valid->glyph_count ) + if ( End >= otvalid->glyph_count ) FT_INVALID_GLYPH_ID; last = End; @@ -305,7 +305,7 @@ FT_LOCAL_DEF( void ) otv_Device_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt StartSize, EndSize, DeltaFormat, count; @@ -339,12 +339,12 @@ /*************************************************************************/ /*************************************************************************/ - /* uses valid->type_count */ - /* uses valid->type_funcs */ + /* uses otvalid->type_count */ + /* uses otvalid->type_funcs */ FT_LOCAL_DEF( void ) otv_Lookup_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt LookupType, SubTableCount; @@ -360,10 +360,10 @@ OTV_TRACE(( " (type %d)\n", LookupType )); - if ( LookupType == 0 || LookupType > valid->type_count ) + if ( LookupType == 0 || LookupType > otvalid->type_count ) FT_INVALID_DATA; - validate = valid->type_funcs[LookupType - 1]; + validate = otvalid->type_funcs[LookupType - 1]; OTV_TRACE(( " (SubTableCount = %d)\n", SubTableCount )); @@ -371,7 +371,7 @@ /* SubTable */ for ( ; SubTableCount > 0; SubTableCount-- ) - validate( table + FT_NEXT_USHORT( p ), valid ); + validate( table + FT_NEXT_USHORT( p ), otvalid ); OTV_EXIT; } @@ -381,7 +381,7 @@ FT_LOCAL_DEF( void ) otv_LookupList_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt LookupCount; @@ -396,11 +396,11 @@ OTV_LIMIT_CHECK( LookupCount * 2 ); - valid->lookup_count = LookupCount; + otvalid->lookup_count = LookupCount; /* Lookup */ for ( ; LookupCount > 0; LookupCount-- ) - otv_Lookup_validate( table + FT_NEXT_USHORT( p ), valid ); + otv_Lookup_validate( table + FT_NEXT_USHORT( p ), otvalid ); OTV_EXIT; } @@ -421,11 +421,11 @@ /*************************************************************************/ /*************************************************************************/ - /* uses valid->lookup_count */ + /* uses otvalid->lookup_count */ FT_LOCAL_DEF( void ) otv_Feature_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt LookupCount; @@ -443,7 +443,7 @@ /* LookupListIndex */ for ( ; LookupCount > 0; LookupCount-- ) - if ( FT_NEXT_USHORT( p ) >= valid->lookup_count ) + if ( FT_NEXT_USHORT( p ) >= otvalid->lookup_count ) FT_INVALID_DATA; OTV_EXIT; @@ -457,12 +457,12 @@ } - /* sets valid->lookup_count */ + /* sets otvalid->lookup_count */ FT_LOCAL_DEF( void ) otv_FeatureList_validate( FT_Bytes table, FT_Bytes lookups, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt FeatureCount; @@ -477,7 +477,7 @@ OTV_LIMIT_CHECK( FeatureCount * 2 ); - valid->lookup_count = otv_LookupList_get_count( lookups ); + otvalid->lookup_count = otv_LookupList_get_count( lookups ); /* FeatureRecord */ for ( ; FeatureCount > 0; FeatureCount-- ) @@ -485,7 +485,7 @@ p += 4; /* skip FeatureTag */ /* Feature */ - otv_Feature_validate( table + FT_NEXT_USHORT( p ), valid ); + otv_Feature_validate( table + FT_NEXT_USHORT( p ), otvalid ); } OTV_EXIT; @@ -501,11 +501,11 @@ /*************************************************************************/ - /* uses valid->extra1 (number of features) */ + /* uses otvalid->extra1 (number of features) */ FT_LOCAL_DEF( void ) otv_LangSys_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt ReqFeatureIndex; @@ -522,14 +522,14 @@ OTV_TRACE(( " (ReqFeatureIndex = %d)\n", ReqFeatureIndex )); OTV_TRACE(( " (FeatureCount = %d)\n", FeatureCount )); - if ( ReqFeatureIndex != 0xFFFFU && ReqFeatureIndex >= valid->extra1 ) + if ( ReqFeatureIndex != 0xFFFFU && ReqFeatureIndex >= otvalid->extra1 ) FT_INVALID_DATA; OTV_LIMIT_CHECK( FeatureCount * 2 ); /* FeatureIndex */ for ( ; FeatureCount > 0; FeatureCount-- ) - if ( FT_NEXT_USHORT( p ) >= valid->extra1 ) + if ( FT_NEXT_USHORT( p ) >= otvalid->extra1 ) FT_INVALID_DATA; OTV_EXIT; @@ -546,7 +546,7 @@ FT_LOCAL_DEF( void ) otv_Script_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_UInt DefaultLangSys, LangSysCount; FT_Bytes p = table; @@ -561,7 +561,7 @@ OTV_TRACE(( " (LangSysCount = %d)\n", LangSysCount )); if ( DefaultLangSys != 0 ) - otv_LangSys_validate( table + DefaultLangSys, valid ); + otv_LangSys_validate( table + DefaultLangSys, otvalid ); OTV_LIMIT_CHECK( LangSysCount * 6 ); @@ -571,19 +571,19 @@ p += 4; /* skip LangSysTag */ /* LangSys */ - otv_LangSys_validate( table + FT_NEXT_USHORT( p ), valid ); + otv_LangSys_validate( table + FT_NEXT_USHORT( p ), otvalid ); } OTV_EXIT; } - /* sets valid->extra1 (number of features) */ + /* sets otvalid->extra1 (number of features) */ FT_LOCAL_DEF( void ) otv_ScriptList_validate( FT_Bytes table, FT_Bytes features, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_UInt ScriptCount; FT_Bytes p = table; @@ -598,14 +598,14 @@ OTV_LIMIT_CHECK( ScriptCount * 6 ); - valid->extra1 = otv_Feature_get_count( features ); + otvalid->extra1 = otv_Feature_get_count( features ); /* ScriptRecord */ for ( ; ScriptCount > 0; ScriptCount-- ) { p += 4; /* skip ScriptTag */ - otv_Script_validate( table + FT_NEXT_USHORT( p ), valid ); /* Script */ + otv_Script_validate( table + FT_NEXT_USHORT( p ), otvalid ); /* Script */ } OTV_EXIT; @@ -640,7 +640,7 @@ FT_LOCAL_DEF( void ) otv_x_Ox( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt Count; @@ -656,13 +656,13 @@ OTV_LIMIT_CHECK( Count * 2 ); - valid->nesting_level++; - func = valid->func[valid->nesting_level]; + otvalid->nesting_level++; + func = otvalid->func[otvalid->nesting_level]; for ( ; Count > 0; Count-- ) - func( table + FT_NEXT_USHORT( p ), valid ); + func( table + FT_NEXT_USHORT( p ), otvalid ); - valid->nesting_level--; + otvalid->nesting_level--; OTV_EXIT; } @@ -670,7 +670,7 @@ FT_LOCAL_DEF( void ) otv_u_C_x_Ox( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt Count, Coverage; @@ -687,27 +687,27 @@ OTV_TRACE(( " (Count = %d)\n", Count )); - otv_Coverage_validate( table + Coverage, valid, Count ); + otv_Coverage_validate( table + Coverage, otvalid, Count ); OTV_LIMIT_CHECK( Count * 2 ); - valid->nesting_level++; - func = valid->func[valid->nesting_level]; + otvalid->nesting_level++; + func = otvalid->func[otvalid->nesting_level]; for ( ; Count > 0; Count-- ) - func( table + FT_NEXT_USHORT( p ), valid ); + func( table + FT_NEXT_USHORT( p ), otvalid ); - valid->nesting_level--; + otvalid->nesting_level--; OTV_EXIT; } - /* uses valid->extra1 (if > 0: array value limit) */ + /* uses otvalid->extra1 (if > 0: array value limit) */ FT_LOCAL_DEF( void ) otv_x_ux( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt Count; @@ -722,10 +722,10 @@ OTV_LIMIT_CHECK( Count * 2 ); - if ( valid->extra1 ) + if ( otvalid->extra1 ) { for ( ; Count > 0; Count-- ) - if ( FT_NEXT_USHORT( p ) >= valid->extra1 ) + if ( FT_NEXT_USHORT( p ) >= otvalid->extra1 ) FT_INVALID_DATA; } @@ -736,11 +736,11 @@ /* `ux' in the function's name is not really correct since only x-1 */ /* elements are tested */ - /* uses valid->extra1 (array value limit) */ + /* uses otvalid->extra1 (array value limit) */ FT_LOCAL_DEF( void ) otv_x_y_ux_sy( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt Count1, Count2; @@ -766,7 +766,7 @@ if ( FT_NEXT_USHORT( p ) >= Count1 ) FT_INVALID_DATA; - if ( FT_NEXT_USHORT( p ) >= valid->extra1 ) + if ( FT_NEXT_USHORT( p ) >= otvalid->extra1 ) FT_INVALID_DATA; } @@ -777,11 +777,11 @@ /* `uy' in the function's name is not really correct since only y-1 */ /* elements are tested */ - /* uses valid->extra1 (array value limit) */ + /* uses otvalid->extra1 (array value limit) */ FT_LOCAL_DEF( void ) otv_x_ux_y_uy_z_uz_p_sp( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt BacktrackCount, InputCount, LookaheadCount; @@ -825,7 +825,7 @@ if ( FT_NEXT_USHORT( p ) >= InputCount ) FT_INVALID_DATA; - if ( FT_NEXT_USHORT( p ) >= valid->extra1 ) + if ( FT_NEXT_USHORT( p ) >= otvalid->extra1 ) FT_INVALID_DATA; } @@ -833,11 +833,11 @@ } - /* sets valid->extra1 (valid->lookup_count) */ + /* sets otvalid->extra1 (valid->lookup_count) */ FT_LOCAL_DEF( void ) otv_u_O_O_x_Onx( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt Coverage, ClassDef, ClassSetCount; @@ -855,14 +855,14 @@ OTV_TRACE(( " (ClassSetCount = %d)\n", ClassSetCount )); - otv_Coverage_validate( table + Coverage, valid, -1 ); - otv_ClassDef_validate( table + ClassDef, valid ); + otv_Coverage_validate( table + Coverage, otvalid, -1 ); + otv_ClassDef_validate( table + ClassDef, otvalid ); OTV_LIMIT_CHECK( ClassSetCount * 2 ); - valid->nesting_level++; - func = valid->func[valid->nesting_level]; - valid->extra1 = valid->lookup_count; + otvalid->nesting_level++; + func = otvalid->func[otvalid->nesting_level]; + otvalid->extra1 = otvalid->lookup_count; for ( ; ClassSetCount > 0; ClassSetCount-- ) { @@ -870,20 +870,20 @@ if ( offset ) - func( table + offset, valid ); + func( table + offset, otvalid ); } - valid->nesting_level--; + otvalid->nesting_level--; OTV_EXIT; } - /* uses valid->lookup_count */ + /* uses otvalid->lookup_count */ FT_LOCAL_DEF( void ) otv_u_x_y_Ox_sy( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt GlyphCount, Count, count1; @@ -903,14 +903,14 @@ OTV_LIMIT_CHECK( GlyphCount * 2 + Count * 4 ); for ( count1 = GlyphCount; count1 > 0; count1-- ) - otv_Coverage_validate( table + FT_NEXT_USHORT( p ), valid, -1 ); + otv_Coverage_validate( table + FT_NEXT_USHORT( p ), otvalid, -1 ); for ( ; Count > 0; Count-- ) { if ( FT_NEXT_USHORT( p ) >= GlyphCount ) FT_INVALID_DATA; - if ( FT_NEXT_USHORT( p ) >= valid->lookup_count ) + if ( FT_NEXT_USHORT( p ) >= otvalid->lookup_count ) FT_INVALID_DATA; } @@ -918,11 +918,11 @@ } - /* sets valid->extra1 (valid->lookup_count) */ + /* sets otvalid->extra1 (valid->lookup_count) */ FT_LOCAL_DEF( void ) otv_u_O_O_O_O_x_Onx( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt Coverage; @@ -944,17 +944,17 @@ OTV_TRACE(( " (ChainClassSetCount = %d)\n", ChainClassSetCount )); - otv_Coverage_validate( table + Coverage, valid, -1 ); + otv_Coverage_validate( table + Coverage, otvalid, -1 ); - otv_ClassDef_validate( table + BacktrackClassDef, valid ); - otv_ClassDef_validate( table + InputClassDef, valid ); - otv_ClassDef_validate( table + LookaheadClassDef, valid ); + otv_ClassDef_validate( table + BacktrackClassDef, otvalid ); + otv_ClassDef_validate( table + InputClassDef, otvalid ); + otv_ClassDef_validate( table + LookaheadClassDef, otvalid ); OTV_LIMIT_CHECK( ChainClassSetCount * 2 ); - valid->nesting_level++; - func = valid->func[valid->nesting_level]; - valid->extra1 = valid->lookup_count; + otvalid->nesting_level++; + func = otvalid->func[otvalid->nesting_level]; + otvalid->extra1 = otvalid->lookup_count; for ( ; ChainClassSetCount > 0; ChainClassSetCount-- ) { @@ -962,20 +962,20 @@ if ( offset ) - func( table + offset, valid ); + func( table + offset, otvalid ); } - valid->nesting_level--; + otvalid->nesting_level--; OTV_EXIT; } - /* uses valid->lookup_count */ + /* uses otvalid->lookup_count */ FT_LOCAL_DEF( void ) otv_u_x_Ox_y_Oy_z_Oz_p_sp( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt BacktrackGlyphCount, InputGlyphCount, LookaheadGlyphCount; @@ -994,7 +994,7 @@ OTV_LIMIT_CHECK( BacktrackGlyphCount * 2 + 2 ); for ( ; BacktrackGlyphCount > 0; BacktrackGlyphCount-- ) - otv_Coverage_validate( table + FT_NEXT_USHORT( p ), valid, -1 ); + otv_Coverage_validate( table + FT_NEXT_USHORT( p ), otvalid, -1 ); InputGlyphCount = FT_NEXT_USHORT( p ); @@ -1003,7 +1003,7 @@ OTV_LIMIT_CHECK( InputGlyphCount * 2 + 2 ); for ( count1 = InputGlyphCount; count1 > 0; count1-- ) - otv_Coverage_validate( table + FT_NEXT_USHORT( p ), valid, -1 ); + otv_Coverage_validate( table + FT_NEXT_USHORT( p ), otvalid, -1 ); LookaheadGlyphCount = FT_NEXT_USHORT( p ); @@ -1012,7 +1012,7 @@ OTV_LIMIT_CHECK( LookaheadGlyphCount * 2 + 2 ); for ( ; LookaheadGlyphCount > 0; LookaheadGlyphCount-- ) - otv_Coverage_validate( table + FT_NEXT_USHORT( p ), valid, -1 ); + otv_Coverage_validate( table + FT_NEXT_USHORT( p ), otvalid, -1 ); count2 = FT_NEXT_USHORT( p ); @@ -1025,7 +1025,7 @@ if ( FT_NEXT_USHORT( p ) >= InputGlyphCount ) FT_INVALID_DATA; - if ( FT_NEXT_USHORT( p ) >= valid->lookup_count ) + if ( FT_NEXT_USHORT( p ) >= otvalid->lookup_count ) FT_INVALID_DATA; } diff --git a/freetype/src/otvalid/otvcommn.h b/freetype/src/otvalid/otvcommn.h index 898887fc9..5c93ba7ef 100644 --- a/freetype/src/otvalid/otvcommn.h +++ b/freetype/src/otvalid/otvcommn.h @@ -4,7 +4,7 @@ /* */ /* OpenType common tables validation (specification). */ /* */ -/* Copyright 2004, 2005, 2007, 2009 by */ +/* Copyright 2004, 2005, 2007, 2009, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -39,7 +39,7 @@ FT_BEGIN_HEADER typedef struct OTV_ValidatorRec_* OTV_Validator; typedef void (*OTV_Validate_Func)( FT_Bytes table, - OTV_Validator valid ); + OTV_Validator otvalid ); typedef struct OTV_ValidatorRec_ { @@ -67,8 +67,8 @@ FT_BEGIN_HEADER #undef FT_INVALID_ -#define FT_INVALID_( _prefix, _error ) \ - ft_validator_error( valid->root, _prefix ## _error ) +#define FT_INVALID_( _error ) \ + ft_validator_error( otvalid->root, FT_THROW( _error ) ) #define OTV_OPTIONAL_TABLE( _table ) FT_UShort _table; \ FT_Bytes _table ## _p @@ -81,7 +81,7 @@ FT_BEGIN_HEADER #define OTV_LIMIT_CHECK( _count ) \ FT_BEGIN_STMNT \ - if ( p + (_count) > valid->root->limit ) \ + if ( p + (_count) > otvalid->root->limit ) \ FT_INVALID_TOO_SHORT; \ FT_END_STMNT @@ -89,7 +89,7 @@ FT_BEGIN_HEADER FT_BEGIN_STMNT \ if ( _size > 0 && _size < table_size ) \ { \ - if ( valid->root->level == FT_VALIDATE_PARANOID ) \ + if ( otvalid->root->level == FT_VALIDATE_PARANOID ) \ FT_INVALID_OFFSET; \ else \ { \ @@ -117,79 +117,79 @@ FT_BEGIN_HEADER #ifdef FT_DEBUG_LEVEL_TRACE -#define OTV_NEST1( x ) \ - FT_BEGIN_STMNT \ - valid->nesting_level = 0; \ - valid->func[0] = OTV_FUNC( x ); \ - valid->debug_function_name[0] = OTV_NAME( x ); \ +#define OTV_NEST1( x ) \ + FT_BEGIN_STMNT \ + otvalid->nesting_level = 0; \ + otvalid->func[0] = OTV_FUNC( x ); \ + otvalid->debug_function_name[0] = OTV_NAME( x ); \ FT_END_STMNT -#define OTV_NEST2( x, y ) \ - FT_BEGIN_STMNT \ - valid->nesting_level = 0; \ - valid->func[0] = OTV_FUNC( x ); \ - valid->func[1] = OTV_FUNC( y ); \ - valid->debug_function_name[0] = OTV_NAME( x ); \ - valid->debug_function_name[1] = OTV_NAME( y ); \ +#define OTV_NEST2( x, y ) \ + FT_BEGIN_STMNT \ + otvalid->nesting_level = 0; \ + otvalid->func[0] = OTV_FUNC( x ); \ + otvalid->func[1] = OTV_FUNC( y ); \ + otvalid->debug_function_name[0] = OTV_NAME( x ); \ + otvalid->debug_function_name[1] = OTV_NAME( y ); \ FT_END_STMNT -#define OTV_NEST3( x, y, z ) \ - FT_BEGIN_STMNT \ - valid->nesting_level = 0; \ - valid->func[0] = OTV_FUNC( x ); \ - valid->func[1] = OTV_FUNC( y ); \ - valid->func[2] = OTV_FUNC( z ); \ - valid->debug_function_name[0] = OTV_NAME( x ); \ - valid->debug_function_name[1] = OTV_NAME( y ); \ - valid->debug_function_name[2] = OTV_NAME( z ); \ +#define OTV_NEST3( x, y, z ) \ + FT_BEGIN_STMNT \ + otvalid->nesting_level = 0; \ + otvalid->func[0] = OTV_FUNC( x ); \ + otvalid->func[1] = OTV_FUNC( y ); \ + otvalid->func[2] = OTV_FUNC( z ); \ + otvalid->debug_function_name[0] = OTV_NAME( x ); \ + otvalid->debug_function_name[1] = OTV_NAME( y ); \ + otvalid->debug_function_name[2] = OTV_NAME( z ); \ FT_END_STMNT -#define OTV_INIT valid->debug_indent = 0 +#define OTV_INIT otvalid->debug_indent = 0 -#define OTV_ENTER \ - FT_BEGIN_STMNT \ - valid->debug_indent += 2; \ - FT_TRACE4(( "%*.s", valid->debug_indent, 0 )); \ - FT_TRACE4(( "%s table\n", \ - valid->debug_function_name[valid->nesting_level] )); \ +#define OTV_ENTER \ + FT_BEGIN_STMNT \ + otvalid->debug_indent += 2; \ + FT_TRACE4(( "%*.s", otvalid->debug_indent, 0 )); \ + FT_TRACE4(( "%s table\n", \ + otvalid->debug_function_name[otvalid->nesting_level] )); \ FT_END_STMNT -#define OTV_NAME_ENTER( name ) \ - FT_BEGIN_STMNT \ - valid->debug_indent += 2; \ - FT_TRACE4(( "%*.s", valid->debug_indent, 0 )); \ - FT_TRACE4(( "%s table\n", name )); \ +#define OTV_NAME_ENTER( name ) \ + FT_BEGIN_STMNT \ + otvalid->debug_indent += 2; \ + FT_TRACE4(( "%*.s", otvalid->debug_indent, 0 )); \ + FT_TRACE4(( "%s table\n", name )); \ FT_END_STMNT -#define OTV_EXIT valid->debug_indent -= 2 +#define OTV_EXIT otvalid->debug_indent -= 2 -#define OTV_TRACE( s ) \ - FT_BEGIN_STMNT \ - FT_TRACE4(( "%*.s", valid->debug_indent, 0 )); \ - FT_TRACE4( s ); \ +#define OTV_TRACE( s ) \ + FT_BEGIN_STMNT \ + FT_TRACE4(( "%*.s", otvalid->debug_indent, 0 )); \ + FT_TRACE4( s ); \ FT_END_STMNT #else /* !FT_DEBUG_LEVEL_TRACE */ -#define OTV_NEST1( x ) \ - FT_BEGIN_STMNT \ - valid->nesting_level = 0; \ - valid->func[0] = OTV_FUNC( x ); \ +#define OTV_NEST1( x ) \ + FT_BEGIN_STMNT \ + otvalid->nesting_level = 0; \ + otvalid->func[0] = OTV_FUNC( x ); \ FT_END_STMNT -#define OTV_NEST2( x, y ) \ - FT_BEGIN_STMNT \ - valid->nesting_level = 0; \ - valid->func[0] = OTV_FUNC( x ); \ - valid->func[1] = OTV_FUNC( y ); \ +#define OTV_NEST2( x, y ) \ + FT_BEGIN_STMNT \ + otvalid->nesting_level = 0; \ + otvalid->func[0] = OTV_FUNC( x ); \ + otvalid->func[1] = OTV_FUNC( y ); \ FT_END_STMNT -#define OTV_NEST3( x, y, z ) \ - FT_BEGIN_STMNT \ - valid->nesting_level = 0; \ - valid->func[0] = OTV_FUNC( x ); \ - valid->func[1] = OTV_FUNC( y ); \ - valid->func[2] = OTV_FUNC( z ); \ +#define OTV_NEST3( x, y, z ) \ + FT_BEGIN_STMNT \ + otvalid->nesting_level = 0; \ + otvalid->func[0] = OTV_FUNC( x ); \ + otvalid->func[1] = OTV_FUNC( y ); \ + otvalid->func[2] = OTV_FUNC( z ); \ FT_END_STMNT #define OTV_INIT do { } while ( 0 ) @@ -202,7 +202,7 @@ FT_BEGIN_HEADER #endif /* !FT_DEBUG_LEVEL_TRACE */ -#define OTV_RUN valid->func[0] +#define OTV_RUN otvalid->func[0] /*************************************************************************/ @@ -215,7 +215,7 @@ FT_BEGIN_HEADER FT_LOCAL( void ) otv_Coverage_validate( FT_Bytes table, - OTV_Validator valid, + OTV_Validator otvalid, FT_Int expected_count ); /* return first covered glyph */ @@ -241,7 +241,7 @@ FT_BEGIN_HEADER FT_LOCAL( void ) otv_ClassDef_validate( FT_Bytes table, - OTV_Validator valid ); + OTV_Validator otvalid ); /*************************************************************************/ @@ -254,7 +254,7 @@ FT_BEGIN_HEADER FT_LOCAL( void ) otv_Device_validate( FT_Bytes table, - OTV_Validator valid ); + OTV_Validator otvalid ); /*************************************************************************/ @@ -267,11 +267,11 @@ FT_BEGIN_HEADER FT_LOCAL( void ) otv_Lookup_validate( FT_Bytes table, - OTV_Validator valid ); + OTV_Validator otvalid ); FT_LOCAL( void ) otv_LookupList_validate( FT_Bytes table, - OTV_Validator valid ); + OTV_Validator otvalid ); /*************************************************************************/ @@ -284,13 +284,13 @@ FT_BEGIN_HEADER FT_LOCAL( void ) otv_Feature_validate( FT_Bytes table, - OTV_Validator valid ); + OTV_Validator otvalid ); /* lookups must already be validated */ FT_LOCAL( void ) otv_FeatureList_validate( FT_Bytes table, FT_Bytes lookups, - OTV_Validator valid ); + OTV_Validator otvalid ); /*************************************************************************/ @@ -303,7 +303,7 @@ FT_BEGIN_HEADER FT_LOCAL( void ) otv_LangSys_validate( FT_Bytes table, - OTV_Validator valid ); + OTV_Validator otvalid ); /*************************************************************************/ @@ -316,13 +316,13 @@ FT_BEGIN_HEADER FT_LOCAL( void ) otv_Script_validate( FT_Bytes table, - OTV_Validator valid ); + OTV_Validator otvalid ); /* features must already be validated */ FT_LOCAL( void ) otv_ScriptList_validate( FT_Bytes table, FT_Bytes features, - OTV_Validator valid ); + OTV_Validator otvalid ); /*************************************************************************/ @@ -349,7 +349,7 @@ FT_BEGIN_HEADER FT_LOCAL( void ) otv_x_Ox ( FT_Bytes table, - OTV_Validator valid ); + OTV_Validator otvalid ); #define AlternateSubstFormat1Func otv_u_C_x_Ox #define ChainContextPosFormat1Func otv_u_C_x_Ox @@ -361,7 +361,7 @@ FT_BEGIN_HEADER FT_LOCAL( void ) otv_u_C_x_Ox( FT_Bytes table, - OTV_Validator valid ); + OTV_Validator otvalid ); #define AlternateSetFunc otv_x_ux #define AttachPointFunc otv_x_ux @@ -372,7 +372,7 @@ FT_BEGIN_HEADER FT_LOCAL( void ) otv_x_ux( FT_Bytes table, - OTV_Validator valid ); + OTV_Validator otvalid ); #define PosClassRuleFunc otv_x_y_ux_sy #define PosRuleFunc otv_x_y_ux_sy @@ -381,7 +381,7 @@ FT_BEGIN_HEADER FT_LOCAL( void ) otv_x_y_ux_sy( FT_Bytes table, - OTV_Validator valid ); + OTV_Validator otvalid ); #define ChainPosClassRuleFunc otv_x_ux_y_uy_z_uz_p_sp #define ChainPosRuleFunc otv_x_ux_y_uy_z_uz_p_sp @@ -390,35 +390,35 @@ FT_BEGIN_HEADER FT_LOCAL( void ) otv_x_ux_y_uy_z_uz_p_sp( FT_Bytes table, - OTV_Validator valid ); + OTV_Validator otvalid ); #define ContextPosFormat2Func otv_u_O_O_x_Onx #define ContextSubstFormat2Func otv_u_O_O_x_Onx FT_LOCAL( void ) otv_u_O_O_x_Onx( FT_Bytes table, - OTV_Validator valid ); + OTV_Validator otvalid ); #define ContextPosFormat3Func otv_u_x_y_Ox_sy #define ContextSubstFormat3Func otv_u_x_y_Ox_sy FT_LOCAL( void ) otv_u_x_y_Ox_sy( FT_Bytes table, - OTV_Validator valid ); + OTV_Validator otvalid ); #define ChainContextPosFormat2Func otv_u_O_O_O_O_x_Onx #define ChainContextSubstFormat2Func otv_u_O_O_O_O_x_Onx FT_LOCAL( void ) otv_u_O_O_O_O_x_Onx( FT_Bytes table, - OTV_Validator valid ); + OTV_Validator otvalid ); #define ChainContextPosFormat3Func otv_u_x_Ox_y_Oy_z_Oz_p_sp #define ChainContextSubstFormat3Func otv_u_x_Ox_y_Oy_z_Oz_p_sp FT_LOCAL( void ) otv_u_x_Ox_y_Oy_z_Oz_p_sp( FT_Bytes table, - OTV_Validator valid ); + OTV_Validator otvalid ); FT_LOCAL( FT_UInt ) diff --git a/freetype/src/otvalid/otvgdef.c b/freetype/src/otvalid/otvgdef.c index 3633ad0de..e60ef363d 100644 --- a/freetype/src/otvalid/otvgdef.c +++ b/freetype/src/otvalid/otvgdef.c @@ -45,7 +45,7 @@ static void otv_O_x_Ox( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_Bytes Coverage; @@ -61,20 +61,20 @@ OTV_TRACE(( " (GlyphCount = %d)\n", GlyphCount )); - otv_Coverage_validate( Coverage, valid, GlyphCount ); + otv_Coverage_validate( Coverage, otvalid, GlyphCount ); if ( GlyphCount != otv_Coverage_get_count( Coverage ) ) FT_INVALID_DATA; OTV_LIMIT_CHECK( GlyphCount * 2 ); - valid->nesting_level++; - func = valid->func[valid->nesting_level]; - valid->extra1 = 0; + otvalid->nesting_level++; + func = otvalid->func[otvalid->nesting_level]; + otvalid->extra1 = 0; for ( ; GlyphCount > 0; GlyphCount-- ) - func( table + FT_NEXT_USHORT( p ), valid ); + func( table + FT_NEXT_USHORT( p ), otvalid ); - valid->nesting_level--; + otvalid->nesting_level--; OTV_EXIT; } @@ -92,7 +92,7 @@ static void otv_CaretValue_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt CaretValueFormat; @@ -122,7 +122,7 @@ OTV_LIMIT_CHECK( 2 ); /* DeviceTable */ - otv_Device_validate( table + FT_NEXT_USHORT( p ), valid ); + otv_Device_validate( table + FT_NEXT_USHORT( p ), otvalid ); break; default: @@ -141,7 +141,7 @@ /*************************************************************************/ /*************************************************************************/ - /* sets valid->glyph_count */ + /* sets otvalid->glyph_count */ FT_LOCAL_DEF( void ) otv_GDEF_validate( FT_Bytes table, @@ -150,8 +150,8 @@ FT_UInt glyph_count, FT_Validator ftvalid ) { - OTV_ValidatorRec validrec; - OTV_Validator valid = &validrec; + OTV_ValidatorRec otvalidrec; + OTV_Validator otvalid = &otvalidrec; FT_Bytes p = table; FT_UInt table_size; FT_Bool need_MarkAttachClassDef; @@ -162,7 +162,7 @@ OTV_OPTIONAL_TABLE( MarkAttachClassDef ); - valid->root = ftvalid; + otvalid->root = ftvalid; FT_TRACE3(( "validating GDEF table\n" )); OTV_INIT; @@ -186,19 +186,19 @@ else table_size = 10; /* OpenType < 1.2 */ - valid->glyph_count = glyph_count; + otvalid->glyph_count = glyph_count; OTV_OPTIONAL_OFFSET( GlyphClassDef ); OTV_SIZE_CHECK( GlyphClassDef ); if ( GlyphClassDef ) - otv_ClassDef_validate( table + GlyphClassDef, valid ); + otv_ClassDef_validate( table + GlyphClassDef, otvalid ); OTV_OPTIONAL_OFFSET( AttachListOffset ); OTV_SIZE_CHECK( AttachListOffset ); if ( AttachListOffset ) { OTV_NEST2( AttachList, AttachPoint ); - OTV_RUN( table + AttachListOffset, valid ); + OTV_RUN( table + AttachListOffset, otvalid ); } OTV_OPTIONAL_OFFSET( LigCaretListOffset ); @@ -206,7 +206,7 @@ if ( LigCaretListOffset ) { OTV_NEST3( LigCaretList, LigGlyph, CaretValue ); - OTV_RUN( table + LigCaretListOffset, valid ); + OTV_RUN( table + LigCaretListOffset, otvalid ); } if ( need_MarkAttachClassDef ) @@ -214,7 +214,7 @@ OTV_OPTIONAL_OFFSET( MarkAttachClassDef ); OTV_SIZE_CHECK( MarkAttachClassDef ); if ( MarkAttachClassDef ) - otv_ClassDef_validate( table + MarkAttachClassDef, valid ); + otv_ClassDef_validate( table + MarkAttachClassDef, otvalid ); } FT_TRACE4(( "\n" )); diff --git a/freetype/src/otvalid/otvgpos.c b/freetype/src/otvalid/otvgpos.c index 49b46183a..1a9dbaaa0 100644 --- a/freetype/src/otvalid/otvgpos.c +++ b/freetype/src/otvalid/otvgpos.c @@ -57,7 +57,7 @@ static void otv_x_sxy( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt Count, count1, table_size; @@ -71,26 +71,26 @@ OTV_TRACE(( " (Count = %d)\n", Count )); - OTV_LIMIT_CHECK( Count * valid->extra1 * 2 ); + OTV_LIMIT_CHECK( Count * otvalid->extra1 * 2 ); - table_size = Count * valid->extra1 * 2 + 2; + table_size = Count * otvalid->extra1 * 2 + 2; for ( ; Count > 0; Count-- ) - for ( count1 = valid->extra1; count1 > 0; count1-- ) + for ( count1 = otvalid->extra1; count1 > 0; count1-- ) { OTV_OPTIONAL_TABLE( anchor_offset ); OTV_OPTIONAL_OFFSET( anchor_offset ); - if ( valid->extra2 ) + if ( otvalid->extra2 ) { OTV_SIZE_CHECK( anchor_offset ); if ( anchor_offset ) - otv_Anchor_validate( table + anchor_offset, valid ); + otv_Anchor_validate( table + anchor_offset, otvalid ); } else - otv_Anchor_validate( table + anchor_offset, valid ); + otv_Anchor_validate( table + anchor_offset, otvalid ); } OTV_EXIT; @@ -101,11 +101,11 @@ #define MarkLigPosFormat1Func otv_u_O_O_u_O_O #define MarkMarkPosFormat1Func otv_u_O_O_u_O_O - /* sets valid->extra1 (class count) */ + /* sets otvalid->extra1 (class count) */ static void otv_u_O_O_u_O_O( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt Coverage1, Coverage2, ClassCount; @@ -124,18 +124,18 @@ Array1 = FT_NEXT_USHORT( p ); Array2 = FT_NEXT_USHORT( p ); - otv_Coverage_validate( table + Coverage1, valid, -1 ); - otv_Coverage_validate( table + Coverage2, valid, -1 ); + otv_Coverage_validate( table + Coverage1, otvalid, -1 ); + otv_Coverage_validate( table + Coverage2, otvalid, -1 ); - otv_MarkArray_validate( table + Array1, valid ); + otv_MarkArray_validate( table + Array1, otvalid ); - valid->nesting_level++; - func = valid->func[valid->nesting_level]; - valid->extra1 = ClassCount; + otvalid->nesting_level++; + func = otvalid->func[otvalid->nesting_level]; + otvalid->extra1 = ClassCount; - func( table + Array2, valid ); + func( table + Array2, otvalid ); - valid->nesting_level--; + otvalid->nesting_level--; OTV_EXIT; } @@ -163,12 +163,12 @@ } - /* uses valid->extra3 (pointer to base table) */ + /* uses otvalid->extra3 (pointer to base table) */ static void otv_ValueRecord_validate( FT_Bytes table, FT_UInt format, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt count; @@ -222,11 +222,11 @@ /* ValueRecord is part of an array -- getting the correct table */ /* size is probably not worth the trouble */ - table_size = p - valid->extra3; + table_size = p - otvalid->extra3; OTV_SIZE_CHECK( device ); if ( device ) - otv_Device_validate( valid->extra3 + device, valid ); + otv_Device_validate( otvalid->extra3 + device, otvalid ); } format >>= 1; } @@ -245,7 +245,7 @@ static void otv_Anchor_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt AnchorFormat; @@ -285,11 +285,11 @@ OTV_SIZE_CHECK( XDeviceTable ); if ( XDeviceTable ) - otv_Device_validate( table + XDeviceTable, valid ); + otv_Device_validate( table + XDeviceTable, otvalid ); OTV_SIZE_CHECK( YDeviceTable ); if ( YDeviceTable ) - otv_Device_validate( table + YDeviceTable, valid ); + otv_Device_validate( table + YDeviceTable, otvalid ); } break; @@ -311,7 +311,7 @@ static void otv_MarkArray_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt MarkCount; @@ -331,7 +331,7 @@ { p += 2; /* skip Class */ /* MarkAnchor */ - otv_Anchor_validate( table + FT_NEXT_USHORT( p ), valid ); + otv_Anchor_validate( table + FT_NEXT_USHORT( p ), otvalid ); } OTV_EXIT; @@ -346,11 +346,11 @@ /*************************************************************************/ /*************************************************************************/ - /* sets valid->extra3 (pointer to base table) */ + /* sets otvalid->extra3 (pointer to base table) */ static void otv_SinglePos_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt PosFormat; @@ -363,7 +363,7 @@ OTV_TRACE(( " (format %d)\n", PosFormat )); - valid->extra3 = table; + otvalid->extra3 = table; switch ( PosFormat ) { @@ -376,8 +376,8 @@ Coverage = FT_NEXT_USHORT( p ); ValueFormat = FT_NEXT_USHORT( p ); - otv_Coverage_validate( table + Coverage, valid, -1 ); - otv_ValueRecord_validate( p, ValueFormat, valid ); /* Value */ + otv_Coverage_validate( table + Coverage, otvalid, -1 ); + otv_ValueRecord_validate( p, ValueFormat, otvalid ); /* Value */ } break; @@ -395,14 +395,14 @@ len_value = otv_value_length( ValueFormat ); - otv_Coverage_validate( table + Coverage, valid, ValueCount ); + otv_Coverage_validate( table + Coverage, otvalid, ValueCount ); OTV_LIMIT_CHECK( ValueCount * len_value ); /* Value */ for ( ; ValueCount > 0; ValueCount-- ) { - otv_ValueRecord_validate( p, ValueFormat, valid ); + otv_ValueRecord_validate( p, ValueFormat, otvalid ); p += len_value; } } @@ -428,7 +428,7 @@ otv_PairSet_validate( FT_Bytes table, FT_UInt format1, FT_UInt format2, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt value_len1, value_len2, PairValueCount; @@ -452,11 +452,11 @@ p += 2; /* skip SecondGlyph */ if ( format1 ) - otv_ValueRecord_validate( p, format1, valid ); /* Value1 */ + otv_ValueRecord_validate( p, format1, otvalid ); /* Value1 */ p += value_len1; if ( format2 ) - otv_ValueRecord_validate( p, format2, valid ); /* Value2 */ + otv_ValueRecord_validate( p, format2, otvalid ); /* Value2 */ p += value_len2; } @@ -464,11 +464,11 @@ } - /* sets valid->extra3 (pointer to base table) */ + /* sets otvalid->extra3 (pointer to base table) */ static void otv_PairPos_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt PosFormat; @@ -481,7 +481,7 @@ OTV_TRACE(( " (format %d)\n", PosFormat )); - valid->extra3 = table; + otvalid->extra3 = table; switch ( PosFormat ) { @@ -498,14 +498,14 @@ OTV_TRACE(( " (PairSetCount = %d)\n", PairSetCount )); - otv_Coverage_validate( table + Coverage, valid, -1 ); + otv_Coverage_validate( table + Coverage, otvalid, -1 ); OTV_LIMIT_CHECK( PairSetCount * 2 ); /* PairSetOffset */ for ( ; PairSetCount > 0; PairSetCount-- ) otv_PairSet_validate( table + FT_NEXT_USHORT( p ), - ValueFormat1, ValueFormat2, valid ); + ValueFormat1, ValueFormat2, otvalid ); } break; @@ -530,9 +530,9 @@ len_value1 = otv_value_length( ValueFormat1 ); len_value2 = otv_value_length( ValueFormat2 ); - otv_Coverage_validate( table + Coverage, valid, -1 ); - otv_ClassDef_validate( table + ClassDef1, valid ); - otv_ClassDef_validate( table + ClassDef2, valid ); + otv_Coverage_validate( table + Coverage, otvalid, -1 ); + otv_ClassDef_validate( table + ClassDef1, otvalid ); + otv_ClassDef_validate( table + ClassDef2, otvalid ); OTV_LIMIT_CHECK( ClassCount1 * ClassCount2 * ( len_value1 + len_value2 ) ); @@ -545,12 +545,12 @@ { if ( ValueFormat1 ) /* Value1 */ - otv_ValueRecord_validate( p, ValueFormat1, valid ); + otv_ValueRecord_validate( p, ValueFormat1, otvalid ); p += len_value1; if ( ValueFormat2 ) /* Value2 */ - otv_ValueRecord_validate( p, ValueFormat2, valid ); + otv_ValueRecord_validate( p, ValueFormat2, otvalid ); p += len_value2; } } @@ -575,7 +575,7 @@ static void otv_CursivePos_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt PosFormat; @@ -605,7 +605,7 @@ OTV_TRACE(( " (EntryExitCount = %d)\n", EntryExitCount )); - otv_Coverage_validate( table + Coverage, valid, EntryExitCount ); + otv_Coverage_validate( table + Coverage, otvalid, EntryExitCount ); OTV_LIMIT_CHECK( EntryExitCount * 4 ); @@ -619,11 +619,11 @@ OTV_SIZE_CHECK( EntryAnchor ); if ( EntryAnchor ) - otv_Anchor_validate( table + EntryAnchor, valid ); + otv_Anchor_validate( table + EntryAnchor, otvalid ); OTV_SIZE_CHECK( ExitAnchor ); if ( ExitAnchor ) - otv_Anchor_validate( table + ExitAnchor, valid ); + otv_Anchor_validate( table + ExitAnchor, otvalid ); } } break; @@ -647,11 +647,11 @@ /* UNDOCUMENTED (in OpenType 1.5): */ /* BaseRecord tables can contain NULL pointers. */ - /* sets valid->extra2 (1) */ + /* sets otvalid->extra2 (1) */ static void otv_MarkBasePos_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt PosFormat; @@ -667,9 +667,9 @@ switch ( PosFormat ) { case 1: - valid->extra2 = 1; + otvalid->extra2 = 1; OTV_NEST2( MarkBasePosFormat1, BaseArray ); - OTV_RUN( table, valid ); + OTV_RUN( table, otvalid ); break; default: @@ -688,11 +688,11 @@ /*************************************************************************/ /*************************************************************************/ - /* sets valid->extra2 (1) */ + /* sets otvalid->extra2 (1) */ static void otv_MarkLigPos_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt PosFormat; @@ -708,9 +708,9 @@ switch ( PosFormat ) { case 1: - valid->extra2 = 1; + otvalid->extra2 = 1; OTV_NEST3( MarkLigPosFormat1, LigatureArray, LigatureAttach ); - OTV_RUN( table, valid ); + OTV_RUN( table, otvalid ); break; default: @@ -729,11 +729,11 @@ /*************************************************************************/ /*************************************************************************/ - /* sets valid->extra2 (0) */ + /* sets otvalid->extra2 (0) */ static void otv_MarkMarkPos_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt PosFormat; @@ -749,9 +749,9 @@ switch ( PosFormat ) { case 1: - valid->extra2 = 0; + otvalid->extra2 = 0; OTV_NEST2( MarkMarkPosFormat1, Mark2Array ); - OTV_RUN( table, valid ); + OTV_RUN( table, otvalid ); break; default: @@ -770,11 +770,11 @@ /*************************************************************************/ /*************************************************************************/ - /* sets valid->extra1 (lookup count) */ + /* sets otvalid->extra1 (lookup count) */ static void otv_ContextPos_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt PosFormat; @@ -794,9 +794,9 @@ /* context rules since even invalid glyph indices/classes return */ /* meaningful results */ - valid->extra1 = valid->lookup_count; + otvalid->extra1 = otvalid->lookup_count; OTV_NEST3( ContextPosFormat1, PosRuleSet, PosRule ); - OTV_RUN( table, valid ); + OTV_RUN( table, otvalid ); break; case 2: @@ -805,12 +805,12 @@ /* meaningful results */ OTV_NEST3( ContextPosFormat2, PosClassSet, PosClassRule ); - OTV_RUN( table, valid ); + OTV_RUN( table, otvalid ); break; case 3: OTV_NEST1( ContextPosFormat3 ); - OTV_RUN( table, valid ); + OTV_RUN( table, otvalid ); break; default: @@ -829,11 +829,11 @@ /*************************************************************************/ /*************************************************************************/ - /* sets valid->extra1 (lookup count) */ + /* sets otvalid->extra1 (lookup count) */ static void otv_ChainContextPos_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt PosFormat; @@ -853,10 +853,10 @@ /* context rules since even invalid glyph indices/classes return */ /* meaningful results */ - valid->extra1 = valid->lookup_count; + otvalid->extra1 = otvalid->lookup_count; OTV_NEST3( ChainContextPosFormat1, ChainPosRuleSet, ChainPosRule ); - OTV_RUN( table, valid ); + OTV_RUN( table, otvalid ); break; case 2: @@ -866,12 +866,12 @@ OTV_NEST3( ChainContextPosFormat2, ChainPosClassSet, ChainPosClassRule ); - OTV_RUN( table, valid ); + OTV_RUN( table, otvalid ); break; case 3: OTV_NEST1( ChainContextPosFormat3 ); - OTV_RUN( table, valid ); + OTV_RUN( table, otvalid ); break; default: @@ -890,11 +890,11 @@ /*************************************************************************/ /*************************************************************************/ - /* uses valid->type_funcs */ + /* uses otvalid->type_funcs */ static void otv_ExtensionPos_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt PosFormat; @@ -923,8 +923,8 @@ if ( ExtensionLookupType == 0 || ExtensionLookupType >= 9 ) FT_INVALID_DATA; - validate = valid->type_funcs[ExtensionLookupType - 1]; - validate( table + ExtensionOffset, valid ); + validate = otvalid->type_funcs[ExtensionLookupType - 1]; + validate( table + ExtensionOffset, otvalid ); } break; @@ -950,17 +950,17 @@ }; - /* sets valid->type_count */ - /* sets valid->type_funcs */ + /* sets otvalid->type_count */ + /* sets otvalid->type_funcs */ FT_LOCAL_DEF( void ) otv_GPOS_subtable_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { - valid->type_count = 9; - valid->type_funcs = (OTV_Validate_Func*)otv_gpos_validate_funcs; + otvalid->type_count = 9; + otvalid->type_funcs = (OTV_Validate_Func*)otv_gpos_validate_funcs; - otv_Lookup_validate( table, valid ); + otv_Lookup_validate( table, otvalid ); } @@ -972,7 +972,7 @@ /*************************************************************************/ /*************************************************************************/ - /* sets valid->glyph_count */ + /* sets otvalid->glyph_count */ FT_LOCAL_DEF( void ) otv_GPOS_validate( FT_Bytes table, @@ -980,12 +980,12 @@ FT_Validator ftvalid ) { OTV_ValidatorRec validrec; - OTV_Validator valid = &validrec; + OTV_Validator otvalid = &validrec; FT_Bytes p = table; FT_UInt ScriptList, FeatureList, LookupList; - valid->root = ftvalid; + otvalid->root = ftvalid; FT_TRACE3(( "validating GPOS table\n" )); OTV_INIT; @@ -999,16 +999,16 @@ FeatureList = FT_NEXT_USHORT( p ); LookupList = FT_NEXT_USHORT( p ); - valid->type_count = 9; - valid->type_funcs = (OTV_Validate_Func*)otv_gpos_validate_funcs; - valid->glyph_count = glyph_count; + otvalid->type_count = 9; + otvalid->type_funcs = (OTV_Validate_Func*)otv_gpos_validate_funcs; + otvalid->glyph_count = glyph_count; otv_LookupList_validate( table + LookupList, - valid ); + otvalid ); otv_FeatureList_validate( table + FeatureList, table + LookupList, - valid ); + otvalid ); otv_ScriptList_validate( table + ScriptList, table + FeatureList, - valid ); + otvalid ); FT_TRACE4(( "\n" )); } diff --git a/freetype/src/otvalid/otvgsub.c b/freetype/src/otvalid/otvgsub.c index ed499d1e9..024b8ca68 100644 --- a/freetype/src/otvalid/otvgsub.c +++ b/freetype/src/otvalid/otvgsub.c @@ -38,11 +38,11 @@ /*************************************************************************/ /*************************************************************************/ - /* uses valid->glyph_count */ + /* uses otvalid->glyph_count */ static void otv_SingleSubst_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt SubstFormat; @@ -68,14 +68,14 @@ Coverage = table + FT_NEXT_USHORT( p ); DeltaGlyphID = FT_NEXT_SHORT( p ); - otv_Coverage_validate( Coverage, valid, -1 ); + otv_Coverage_validate( Coverage, otvalid, -1 ); idx = otv_Coverage_get_first( Coverage ) + DeltaGlyphID; if ( idx < 0 ) FT_INVALID_DATA; idx = otv_Coverage_get_last( Coverage ) + DeltaGlyphID; - if ( (FT_UInt)idx >= valid->glyph_count ) + if ( (FT_UInt)idx >= otvalid->glyph_count ) FT_INVALID_DATA; } break; @@ -91,13 +91,13 @@ OTV_TRACE(( " (GlyphCount = %d)\n", GlyphCount )); - otv_Coverage_validate( table + Coverage, valid, GlyphCount ); + otv_Coverage_validate( table + Coverage, otvalid, GlyphCount ); OTV_LIMIT_CHECK( GlyphCount * 2 ); /* Substitute */ for ( ; GlyphCount > 0; GlyphCount-- ) - if ( FT_NEXT_USHORT( p ) >= valid->glyph_count ) + if ( FT_NEXT_USHORT( p ) >= otvalid->glyph_count ) FT_INVALID_GLYPH_ID; } break; @@ -118,11 +118,11 @@ /*************************************************************************/ /*************************************************************************/ - /* sets valid->extra1 (glyph count) */ + /* sets otvalid->extra1 (glyph count) */ static void otv_MultipleSubst_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt SubstFormat; @@ -138,9 +138,9 @@ switch ( SubstFormat ) { case 1: - valid->extra1 = valid->glyph_count; + otvalid->extra1 = otvalid->glyph_count; OTV_NEST2( MultipleSubstFormat1, Sequence ); - OTV_RUN( table, valid ); + OTV_RUN( table, otvalid ); break; default: @@ -159,11 +159,11 @@ /*************************************************************************/ /*************************************************************************/ - /* sets valid->extra1 (glyph count) */ + /* sets otvalid->extra1 (glyph count) */ static void otv_AlternateSubst_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt SubstFormat; @@ -179,9 +179,9 @@ switch ( SubstFormat ) { case 1: - valid->extra1 = valid->glyph_count; + otvalid->extra1 = otvalid->glyph_count; OTV_NEST2( AlternateSubstFormat1, AlternateSet ); - OTV_RUN( table, valid ); + OTV_RUN( table, otvalid ); break; default: @@ -202,11 +202,11 @@ #define LigatureFunc otv_Ligature_validate - /* uses valid->glyph_count */ + /* uses otvalid->glyph_count */ static void otv_Ligature_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt LigatureGlyph, CompCount; @@ -216,7 +216,7 @@ OTV_LIMIT_CHECK( 4 ); LigatureGlyph = FT_NEXT_USHORT( p ); - if ( LigatureGlyph >= valid->glyph_count ) + if ( LigatureGlyph >= otvalid->glyph_count ) FT_INVALID_DATA; CompCount = FT_NEXT_USHORT( p ); @@ -238,7 +238,7 @@ static void otv_LigatureSubst_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt SubstFormat; @@ -255,7 +255,7 @@ { case 1: OTV_NEST3( LigatureSubstFormat1, LigatureSet, Ligature ); - OTV_RUN( table, valid ); + OTV_RUN( table, otvalid ); break; default: @@ -274,11 +274,11 @@ /*************************************************************************/ /*************************************************************************/ - /* sets valid->extra1 (lookup count) */ + /* sets otvalid->extra1 (lookup count) */ static void otv_ContextSubst_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt SubstFormat; @@ -298,9 +298,9 @@ /* context rules since even invalid glyph indices/classes return */ /* meaningful results */ - valid->extra1 = valid->lookup_count; + otvalid->extra1 = otvalid->lookup_count; OTV_NEST3( ContextSubstFormat1, SubRuleSet, SubRule ); - OTV_RUN( table, valid ); + OTV_RUN( table, otvalid ); break; case 2: @@ -309,12 +309,12 @@ /* meaningful results */ OTV_NEST3( ContextSubstFormat2, SubClassSet, SubClassRule ); - OTV_RUN( table, valid ); + OTV_RUN( table, otvalid ); break; case 3: OTV_NEST1( ContextSubstFormat3 ); - OTV_RUN( table, valid ); + OTV_RUN( table, otvalid ); break; default: @@ -333,11 +333,11 @@ /*************************************************************************/ /*************************************************************************/ - /* sets valid->extra1 (lookup count) */ + /* sets otvalid->extra1 (lookup count) */ static void otv_ChainContextSubst_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt SubstFormat; @@ -357,10 +357,10 @@ /* context rules since even invalid glyph indices/classes return */ /* meaningful results */ - valid->extra1 = valid->lookup_count; + otvalid->extra1 = otvalid->lookup_count; OTV_NEST3( ChainContextSubstFormat1, ChainSubRuleSet, ChainSubRule ); - OTV_RUN( table, valid ); + OTV_RUN( table, otvalid ); break; case 2: @@ -370,12 +370,12 @@ OTV_NEST3( ChainContextSubstFormat2, ChainSubClassSet, ChainSubClassRule ); - OTV_RUN( table, valid ); + OTV_RUN( table, otvalid ); break; case 3: OTV_NEST1( ChainContextSubstFormat3 ); - OTV_RUN( table, valid ); + OTV_RUN( table, otvalid ); break; default: @@ -394,11 +394,11 @@ /*************************************************************************/ /*************************************************************************/ - /* uses valid->type_funcs */ + /* uses otvalid->type_funcs */ static void otv_ExtensionSubst_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt SubstFormat; @@ -429,8 +429,8 @@ ExtensionLookupType > 8 ) FT_INVALID_DATA; - validate = valid->type_funcs[ExtensionLookupType - 1]; - validate( table + ExtensionOffset, valid ); + validate = otvalid->type_funcs[ExtensionLookupType - 1]; + validate( table + ExtensionOffset, otvalid ); } break; @@ -450,11 +450,11 @@ /*************************************************************************/ /*************************************************************************/ - /* uses valid->glyph_count */ + /* uses otvalid->glyph_count */ static void otv_ReverseChainSingleSubst_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table, Coverage; FT_UInt SubstFormat; @@ -477,12 +477,12 @@ OTV_TRACE(( " (BacktrackGlyphCount = %d)\n", BacktrackGlyphCount )); - otv_Coverage_validate( Coverage, valid, -1 ); + otv_Coverage_validate( Coverage, otvalid, -1 ); OTV_LIMIT_CHECK( BacktrackGlyphCount * 2 + 2 ); for ( ; BacktrackGlyphCount > 0; BacktrackGlyphCount-- ) - otv_Coverage_validate( table + FT_NEXT_USHORT( p ), valid, -1 ); + otv_Coverage_validate( table + FT_NEXT_USHORT( p ), otvalid, -1 ); LookaheadGlyphCount = FT_NEXT_USHORT( p ); @@ -491,7 +491,7 @@ OTV_LIMIT_CHECK( LookaheadGlyphCount * 2 + 2 ); for ( ; LookaheadGlyphCount > 0; LookaheadGlyphCount-- ) - otv_Coverage_validate( table + FT_NEXT_USHORT( p ), valid, -1 ); + otv_Coverage_validate( table + FT_NEXT_USHORT( p ), otvalid, -1 ); GlyphCount = FT_NEXT_USHORT( p ); @@ -504,7 +504,7 @@ /* Substitute */ for ( ; GlyphCount > 0; GlyphCount-- ) - if ( FT_NEXT_USHORT( p ) >= valid->glyph_count ) + if ( FT_NEXT_USHORT( p ) >= otvalid->glyph_count ) FT_INVALID_DATA; break; @@ -538,22 +538,22 @@ /*************************************************************************/ /*************************************************************************/ - /* sets valid->type_count */ - /* sets valid->type_funcs */ - /* sets valid->glyph_count */ + /* sets otvalid->type_count */ + /* sets otvalid->type_funcs */ + /* sets otvalid->glyph_count */ FT_LOCAL_DEF( void ) otv_GSUB_validate( FT_Bytes table, FT_UInt glyph_count, FT_Validator ftvalid ) { - OTV_ValidatorRec validrec; - OTV_Validator valid = &validrec; - FT_Bytes p = table; + OTV_ValidatorRec otvalidrec; + OTV_Validator otvalid = &otvalidrec; + FT_Bytes p = table; FT_UInt ScriptList, FeatureList, LookupList; - valid->root = ftvalid; + otvalid->root = ftvalid; FT_TRACE3(( "validating GSUB table\n" )); OTV_INIT; @@ -567,16 +567,16 @@ FeatureList = FT_NEXT_USHORT( p ); LookupList = FT_NEXT_USHORT( p ); - valid->type_count = 8; - valid->type_funcs = (OTV_Validate_Func*)otv_gsub_validate_funcs; - valid->glyph_count = glyph_count; + otvalid->type_count = 8; + otvalid->type_funcs = (OTV_Validate_Func*)otv_gsub_validate_funcs; + otvalid->glyph_count = glyph_count; otv_LookupList_validate( table + LookupList, - valid ); + otvalid ); otv_FeatureList_validate( table + FeatureList, table + LookupList, - valid ); + otvalid ); otv_ScriptList_validate( table + ScriptList, table + FeatureList, - valid ); + otvalid ); FT_TRACE4(( "\n" )); } diff --git a/freetype/src/otvalid/otvjstf.c b/freetype/src/otvalid/otvjstf.c index a616a2343..f273be8bb 100644 --- a/freetype/src/otvalid/otvjstf.c +++ b/freetype/src/otvalid/otvjstf.c @@ -34,13 +34,13 @@ #define JstfPriorityFunc otv_JstfPriority_validate #define JstfLookupFunc otv_GPOS_subtable_validate - /* uses valid->extra1 (GSUB lookup count) */ - /* uses valid->extra2 (GPOS lookup count) */ - /* sets valid->extra1 (counter) */ + /* uses otvalid->extra1 (GSUB lookup count) */ + /* uses otvalid->extra2 (GPOS lookup count) */ + /* sets otvalid->extra1 (counter) */ static void otv_JstfPriority_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt table_size; @@ -63,34 +63,34 @@ OTV_LIMIT_CHECK( 20 ); - gsub_lookup_count = valid->extra1; - gpos_lookup_count = valid->extra2; + gsub_lookup_count = otvalid->extra1; + gpos_lookup_count = otvalid->extra2; table_size = 20; - valid->extra1 = gsub_lookup_count; + otvalid->extra1 = gsub_lookup_count; OTV_OPTIONAL_OFFSET( ShrinkageEnableGSUB ); OTV_SIZE_CHECK( ShrinkageEnableGSUB ); if ( ShrinkageEnableGSUB ) - otv_x_ux( table + ShrinkageEnableGSUB, valid ); + otv_x_ux( table + ShrinkageEnableGSUB, otvalid ); OTV_OPTIONAL_OFFSET( ShrinkageDisableGSUB ); OTV_SIZE_CHECK( ShrinkageDisableGSUB ); if ( ShrinkageDisableGSUB ) - otv_x_ux( table + ShrinkageDisableGSUB, valid ); + otv_x_ux( table + ShrinkageDisableGSUB, otvalid ); - valid->extra1 = gpos_lookup_count; + otvalid->extra1 = gpos_lookup_count; OTV_OPTIONAL_OFFSET( ShrinkageEnableGPOS ); OTV_SIZE_CHECK( ShrinkageEnableGPOS ); if ( ShrinkageEnableGPOS ) - otv_x_ux( table + ShrinkageEnableGPOS, valid ); + otv_x_ux( table + ShrinkageEnableGPOS, otvalid ); OTV_OPTIONAL_OFFSET( ShrinkageDisableGPOS ); OTV_SIZE_CHECK( ShrinkageDisableGPOS ); if ( ShrinkageDisableGPOS ) - otv_x_ux( table + ShrinkageDisableGPOS, valid ); + otv_x_ux( table + ShrinkageDisableGPOS, otvalid ); OTV_OPTIONAL_OFFSET( ShrinkageJstfMax ); OTV_SIZE_CHECK( ShrinkageJstfMax ); @@ -98,32 +98,32 @@ { /* XXX: check lookup types? */ OTV_NEST2( JstfMax, JstfLookup ); - OTV_RUN( table + ShrinkageJstfMax, valid ); + OTV_RUN( table + ShrinkageJstfMax, otvalid ); } - valid->extra1 = gsub_lookup_count; + otvalid->extra1 = gsub_lookup_count; OTV_OPTIONAL_OFFSET( ExtensionEnableGSUB ); OTV_SIZE_CHECK( ExtensionEnableGSUB ); if ( ExtensionEnableGSUB ) - otv_x_ux( table + ExtensionEnableGSUB, valid ); + otv_x_ux( table + ExtensionEnableGSUB, otvalid ); OTV_OPTIONAL_OFFSET( ExtensionDisableGSUB ); OTV_SIZE_CHECK( ExtensionDisableGSUB ); if ( ExtensionDisableGSUB ) - otv_x_ux( table + ExtensionDisableGSUB, valid ); + otv_x_ux( table + ExtensionDisableGSUB, otvalid ); - valid->extra1 = gpos_lookup_count; + otvalid->extra1 = gpos_lookup_count; OTV_OPTIONAL_OFFSET( ExtensionEnableGPOS ); OTV_SIZE_CHECK( ExtensionEnableGPOS ); if ( ExtensionEnableGPOS ) - otv_x_ux( table + ExtensionEnableGPOS, valid ); + otv_x_ux( table + ExtensionEnableGPOS, otvalid ); OTV_OPTIONAL_OFFSET( ExtensionDisableGPOS ); OTV_SIZE_CHECK( ExtensionDisableGPOS ); if ( ExtensionDisableGPOS ) - otv_x_ux( table + ExtensionDisableGPOS, valid ); + otv_x_ux( table + ExtensionDisableGPOS, otvalid ); OTV_OPTIONAL_OFFSET( ExtensionJstfMax ); OTV_SIZE_CHECK( ExtensionJstfMax ); @@ -131,22 +131,22 @@ { /* XXX: check lookup types? */ OTV_NEST2( JstfMax, JstfLookup ); - OTV_RUN( table + ExtensionJstfMax, valid ); + OTV_RUN( table + ExtensionJstfMax, otvalid ); } - valid->extra1 = gsub_lookup_count; - valid->extra2 = gpos_lookup_count; + otvalid->extra1 = gsub_lookup_count; + otvalid->extra2 = gpos_lookup_count; OTV_EXIT; } - /* sets valid->extra (glyph count) */ - /* sets valid->func1 (otv_JstfPriority_validate) */ + /* sets otvalid->extra (glyph count) */ + /* sets otvalid->func1 (otv_JstfPriority_validate) */ static void otv_JstfScript_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt table_size; @@ -170,16 +170,16 @@ OTV_SIZE_CHECK( ExtGlyph ); if ( ExtGlyph ) { - valid->extra1 = valid->glyph_count; + otvalid->extra1 = otvalid->glyph_count; OTV_NEST1( ExtenderGlyph ); - OTV_RUN( table + ExtGlyph, valid ); + OTV_RUN( table + ExtGlyph, otvalid ); } OTV_SIZE_CHECK( DefJstfLangSys ); if ( DefJstfLangSys ) { OTV_NEST2( JstfLangSys, JstfPriority ); - OTV_RUN( table + DefJstfLangSys, valid ); + OTV_RUN( table + DefJstfLangSys, otvalid ); } OTV_LIMIT_CHECK( 6 * JstfLangSysCount ); @@ -190,16 +190,16 @@ { p += 4; /* skip JstfLangSysTag */ - OTV_RUN( table + FT_NEXT_USHORT( p ), valid ); + OTV_RUN( table + FT_NEXT_USHORT( p ), otvalid ); } OTV_EXIT; } - /* sets valid->extra1 (GSUB lookup count) */ - /* sets valid->extra2 (GPOS lookup count) */ - /* sets valid->glyph_count */ + /* sets otvalid->extra1 (GSUB lookup count) */ + /* sets otvalid->extra2 (GPOS lookup count) */ + /* sets otvalid->glyph_count */ FT_LOCAL_DEF( void ) otv_JSTF_validate( FT_Bytes table, @@ -208,13 +208,14 @@ FT_UInt glyph_count, FT_Validator ftvalid ) { - OTV_ValidatorRec validrec; - OTV_Validator valid = &validrec; + OTV_ValidatorRec otvalidrec; + OTV_Validator otvalid = &otvalidrec; FT_Bytes p = table; FT_UInt JstfScriptCount; - valid->root = ftvalid; + otvalid->root = ftvalid; + FT_TRACE3(( "validating JSTF table\n" )); OTV_INIT; @@ -231,16 +232,16 @@ OTV_LIMIT_CHECK( JstfScriptCount * 6 ); if ( gsub ) - valid->extra1 = otv_GSUBGPOS_get_Lookup_count( gsub ); + otvalid->extra1 = otv_GSUBGPOS_get_Lookup_count( gsub ); else - valid->extra1 = 0; + otvalid->extra1 = 0; if ( gpos ) - valid->extra2 = otv_GSUBGPOS_get_Lookup_count( gpos ); + otvalid->extra2 = otv_GSUBGPOS_get_Lookup_count( gpos ); else - valid->extra2 = 0; + otvalid->extra2 = 0; - valid->glyph_count = glyph_count; + otvalid->glyph_count = glyph_count; /* JstfScriptRecord */ for ( ; JstfScriptCount > 0; JstfScriptCount-- ) @@ -248,7 +249,7 @@ p += 4; /* skip JstfScriptTag */ /* JstfScript */ - otv_JstfScript_validate( table + FT_NEXT_USHORT( p ), valid ); + otv_JstfScript_validate( table + FT_NEXT_USHORT( p ), otvalid ); } FT_TRACE4(( "\n" )); diff --git a/freetype/src/otvalid/otvmath.c b/freetype/src/otvalid/otvmath.c index 96f841f2a..d1791f8de 100644 --- a/freetype/src/otvalid/otvmath.c +++ b/freetype/src/otvalid/otvmath.c @@ -44,7 +44,7 @@ static void otv_MathConstants_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt i; @@ -66,7 +66,7 @@ OTV_OPTIONAL_OFFSET( DeviceTableOffset ); OTV_SIZE_CHECK( DeviceTableOffset ); if ( DeviceTableOffset ) - otv_Device_validate( table + DeviceTableOffset, valid ); + otv_Device_validate( table + DeviceTableOffset, otvalid ); } OTV_EXIT; @@ -84,7 +84,7 @@ static void otv_MathItalicsCorrectionInfo_validate( FT_Bytes table, - OTV_Validator valid, + OTV_Validator otvalid, FT_Int isItalic ) { FT_Bytes p = table; @@ -108,7 +108,7 @@ table_size = 4 + 4 * cnt; OTV_SIZE_CHECK( Coverage ); - otv_Coverage_validate( table + Coverage, valid, cnt ); + otv_Coverage_validate( table + Coverage, otvalid, cnt ); for ( i = 0; i < cnt; ++i ) { @@ -116,7 +116,7 @@ OTV_OPTIONAL_OFFSET( DeviceTableOffset ); OTV_SIZE_CHECK( DeviceTableOffset ); if ( DeviceTableOffset ) - otv_Device_validate( table + DeviceTableOffset, valid ); + otv_Device_validate( table + DeviceTableOffset, otvalid ); } OTV_EXIT; @@ -133,7 +133,7 @@ static void otv_MathKern_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt i, cnt, table_size; @@ -157,7 +157,7 @@ OTV_OPTIONAL_OFFSET( DeviceTableOffset ); OTV_SIZE_CHECK( DeviceTableOffset ); if ( DeviceTableOffset ) - otv_Device_validate( table + DeviceTableOffset, valid ); + otv_Device_validate( table + DeviceTableOffset, otvalid ); } /* One more Kerning value */ @@ -167,7 +167,7 @@ OTV_OPTIONAL_OFFSET( DeviceTableOffset ); OTV_SIZE_CHECK( DeviceTableOffset ); if ( DeviceTableOffset ) - otv_Device_validate( table + DeviceTableOffset, valid ); + otv_Device_validate( table + DeviceTableOffset, otvalid ); } OTV_EXIT; @@ -176,7 +176,7 @@ static void otv_MathKernInfo_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt i, j, cnt, table_size; @@ -196,7 +196,7 @@ table_size = 4 + 8 * cnt; OTV_SIZE_CHECK( Coverage ); - otv_Coverage_validate( table + Coverage, valid, cnt ); + otv_Coverage_validate( table + Coverage, otvalid, cnt ); for ( i = 0; i < cnt; ++i ) { @@ -205,7 +205,7 @@ OTV_OPTIONAL_OFFSET( MKRecordOffset ); OTV_SIZE_CHECK( MKRecordOffset ); if ( MKRecordOffset ) - otv_MathKern_validate( table + MKRecordOffset, valid ); + otv_MathKern_validate( table + MKRecordOffset, otvalid ); } } @@ -223,7 +223,7 @@ static void otv_MathGlyphInfo_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt MathItalicsCorrectionInfo, MathTopAccentAttachment; @@ -241,22 +241,22 @@ if ( MathItalicsCorrectionInfo ) otv_MathItalicsCorrectionInfo_validate( - table + MathItalicsCorrectionInfo, valid, TRUE ); + table + MathItalicsCorrectionInfo, otvalid, TRUE ); /* Italic correction and Top Accent Attachment have the same format */ if ( MathTopAccentAttachment ) otv_MathItalicsCorrectionInfo_validate( - table + MathTopAccentAttachment, valid, FALSE ); + table + MathTopAccentAttachment, otvalid, FALSE ); if ( ExtendedShapeCoverage ) { OTV_NAME_ENTER( "ExtendedShapeCoverage" ); - otv_Coverage_validate( table + ExtendedShapeCoverage, valid, -1 ); + otv_Coverage_validate( table + ExtendedShapeCoverage, otvalid, -1 ); OTV_EXIT; } if ( MathKernInfo ) - otv_MathKernInfo_validate( table + MathKernInfo, valid ); + otv_MathKernInfo_validate( table + MathKernInfo, otvalid ); OTV_EXIT; } @@ -272,7 +272,7 @@ static void otv_GlyphAssembly_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt pcnt, table_size; @@ -294,7 +294,7 @@ OTV_SIZE_CHECK( DeviceTableOffset ); if ( DeviceTableOffset ) - otv_Device_validate( table + DeviceTableOffset, valid ); + otv_Device_validate( table + DeviceTableOffset, otvalid ); for ( i = 0; i < pcnt; ++i ) { @@ -302,7 +302,7 @@ gid = FT_NEXT_USHORT( p ); - if ( gid >= valid->glyph_count ) + if ( gid >= otvalid->glyph_count ) FT_INVALID_GLYPH_ID; p += 2*4; /* skip the Start, End, Full, and Flags fields */ } @@ -313,7 +313,7 @@ static void otv_MathGlyphConstruction_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt vcnt, table_size; @@ -338,14 +338,14 @@ gid = FT_NEXT_USHORT( p ); - if ( gid >= valid->glyph_count ) + if ( gid >= otvalid->glyph_count ) FT_INVALID_GLYPH_ID; p += 2; /* skip the size */ } OTV_SIZE_CHECK( GlyphAssembly ); if ( GlyphAssembly ) - otv_GlyphAssembly_validate( table+GlyphAssembly, valid ); + otv_GlyphAssembly_validate( table+GlyphAssembly, otvalid ); /* OTV_EXIT; */ } @@ -353,7 +353,7 @@ static void otv_MathVariants_validate( FT_Bytes table, - OTV_Validator valid ) + OTV_Validator otvalid ) { FT_Bytes p = table; FT_UInt vcnt, hcnt, i, table_size; @@ -378,24 +378,24 @@ OTV_SIZE_CHECK( VCoverage ); if ( VCoverage ) - otv_Coverage_validate( table + VCoverage, valid, vcnt ); + otv_Coverage_validate( table + VCoverage, otvalid, vcnt ); OTV_SIZE_CHECK( HCoverage ); if ( HCoverage ) - otv_Coverage_validate( table + HCoverage, valid, hcnt ); + otv_Coverage_validate( table + HCoverage, otvalid, hcnt ); for ( i = 0; i < vcnt; ++i ) { OTV_OPTIONAL_OFFSET( Offset ); OTV_SIZE_CHECK( Offset ); - otv_MathGlyphConstruction_validate( table + Offset, valid ); + otv_MathGlyphConstruction_validate( table + Offset, otvalid ); } for ( i = 0; i < hcnt; ++i ) { OTV_OPTIONAL_OFFSET( Offset ); OTV_SIZE_CHECK( Offset ); - otv_MathGlyphConstruction_validate( table + Offset, valid ); + otv_MathGlyphConstruction_validate( table + Offset, otvalid ); } OTV_EXIT; @@ -410,20 +410,20 @@ /*************************************************************************/ /*************************************************************************/ - /* sets valid->glyph_count */ + /* sets otvalid->glyph_count */ FT_LOCAL_DEF( void ) otv_MATH_validate( FT_Bytes table, FT_UInt glyph_count, FT_Validator ftvalid ) { - OTV_ValidatorRec validrec; - OTV_Validator valid = &validrec; - FT_Bytes p = table; + OTV_ValidatorRec otvalidrec; + OTV_Validator otvalid = &otvalidrec; + FT_Bytes p = table; FT_UInt MathConstants, MathGlyphInfo, MathVariants; - valid->root = ftvalid; + otvalid->root = ftvalid; FT_TRACE3(( "validating MATH table\n" )); OTV_INIT; @@ -437,14 +437,14 @@ MathGlyphInfo = FT_NEXT_USHORT( p ); MathVariants = FT_NEXT_USHORT( p ); - valid->glyph_count = glyph_count; + otvalid->glyph_count = glyph_count; otv_MathConstants_validate( table + MathConstants, - valid ); + otvalid ); otv_MathGlyphInfo_validate( table + MathGlyphInfo, - valid ); + otvalid ); otv_MathVariants_validate ( table + MathVariants, - valid ); + otvalid ); FT_TRACE4(( "\n" )); } diff --git a/freetype/src/pcf/README b/freetype/src/pcf/README index 8858d68ca..10eff15fb 100644 --- a/freetype/src/pcf/README +++ b/freetype/src/pcf/README @@ -33,7 +33,7 @@ Encodings Use `FT_Get_BDF_Charset_ID' to access the encoding and registry. -The driver always exports `ft_encoding_none' as face->charmap.encoding. +The driver always exports `ft_encoding_none' as face->charmap.encoding. FT_Get_Char_Index() behavior is unmodified, that is, it converts the ULong value given as argument into the corresponding glyph number. diff --git a/freetype/src/pcf/pcfdrivr.c b/freetype/src/pcf/pcfdrivr.c index 748cbca8f..96f6912ba 100644 --- a/freetype/src/pcf/pcfdrivr.c +++ b/freetype/src/pcf/pcfdrivr.c @@ -2,7 +2,7 @@ FreeType font driver for pcf files - Copyright (C) 2000-2004, 2006-2011, 2013 by + Copyright (C) 2000-2004, 2006-2011, 2013, 2014 by Francesco Zappa Nardelli Permission is hereby granted, free of charge, to any person obtaining a copy @@ -189,7 +189,7 @@ THE SOFTWARE. } - FT_CALLBACK_TABLE_DEF + static const FT_CMap_ClassRec pcf_cmap_class = { sizeof ( PCF_CMapRec ), @@ -494,7 +494,13 @@ THE SOFTWARE. FT_TRACE1(( "PCF_Glyph_Load: glyph index %d\n", glyph_index )); - if ( !face || glyph_index >= (FT_UInt)face->root.num_glyphs ) + if ( !face ) + { + error = FT_THROW( Invalid_Face_Handle ); + goto Exit; + } + + if ( glyph_index >= (FT_UInt)face->root.num_glyphs ) { error = FT_THROW( Invalid_Argument ); goto Exit; diff --git a/freetype/src/pcf/pcfread.c b/freetype/src/pcf/pcfread.c index d936c5805..a29a9e371 100644 --- a/freetype/src/pcf/pcfread.c +++ b/freetype/src/pcf/pcfread.c @@ -2,7 +2,7 @@ FreeType font driver for pcf fonts - Copyright 2000-2010, 2012, 2013 by + Copyright 2000-2010, 2012-2014 by Francesco Zappa Nardelli Permission is hereby granted, free of charge, to any person obtaining a copy @@ -78,7 +78,7 @@ THE SOFTWARE. FT_FRAME_START( 16 ), FT_FRAME_ULONG_LE( type ), FT_FRAME_ULONG_LE( format ), - FT_FRAME_ULONG_LE( size ), + FT_FRAME_ULONG_LE( size ), /* rounded up to a multiple of 4 */ FT_FRAME_ULONG_LE( offset ), FT_FRAME_END }; @@ -95,9 +95,11 @@ THE SOFTWARE. FT_Memory memory = FT_FACE( face )->memory; FT_UInt n; + FT_ULong size; - if ( FT_STREAM_SEEK ( 0 ) || - FT_STREAM_READ_FIELDS ( pcf_toc_header, toc ) ) + + if ( FT_STREAM_SEEK( 0 ) || + FT_STREAM_READ_FIELDS( pcf_toc_header, toc ) ) return FT_THROW( Cannot_Open_Resource ); if ( toc->version != PCF_FILE_VERSION || @@ -144,13 +146,62 @@ THE SOFTWARE. if ( ( tables[i].size > tables[i + 1].offset ) || ( tables[i].offset > tables[i + 1].offset - tables[i].size ) ) - return FT_THROW( Invalid_Offset ); + { + error = FT_THROW( Invalid_Offset ); + goto Exit; + } } if ( !have_change ) break; } + /* + * We now check whether the `size' and `offset' values are reasonable: + * `offset' + `size' must not exceed the stream size. + * + * Note, however, that X11's `pcfWriteFont' routine (used by the + * `bdftopcf' program to create PDF font files) has two special + * features. + * + * - It always assigns the accelerator table a size of 100 bytes in the + * TOC, regardless of its real size, which can vary between 34 and 72 + * bytes. + * + * - Due to the way the routine is designed, it ships out the last font + * table with its real size, ignoring the TOC's size value. Since + * the TOC size values are always rounded up to a multiple of 4, the + * difference can be up to three bytes for all tables except the + * accelerator table, for which the difference can be as large as 66 + * bytes. + * + */ + + tables = face->toc.tables; + size = stream->size; + + for ( n = 0; n < toc->count - 1; n++ ) + { + /* we need two checks to avoid overflow */ + if ( ( tables->size > size ) || + ( tables->offset > size - tables->size ) ) + { + error = FT_THROW( Invalid_Table ); + goto Exit; + } + tables++; + } + + /* only check `tables->offset' for last table element ... */ + if ( ( tables->offset > size ) ) + { + error = FT_THROW( Invalid_Table ); + goto Exit; + } + /* ... and adjust `tables->size' to the real value if necessary */ + if ( tables->size > size - tables->offset ) + tables->size = size - tables->offset; + #ifdef FT_DEBUG_LEVEL_TRACE { @@ -631,24 +682,40 @@ THE SOFTWARE. return FT_THROW( Out_Of_Memory ); metrics = face->metrics; - for ( i = 0; i < nmetrics; i++ ) + for ( i = 0; i < nmetrics; i++, metrics++ ) { - error = pcf_get_metric( stream, format, metrics + i ); + error = pcf_get_metric( stream, format, metrics ); - metrics[i].bits = 0; + metrics->bits = 0; FT_TRACE5(( " idx %d: width=%d, " "lsb=%d, rsb=%d, ascent=%d, descent=%d, swidth=%d\n", i, - ( metrics + i )->characterWidth, - ( metrics + i )->leftSideBearing, - ( metrics + i )->rightSideBearing, - ( metrics + i )->ascent, - ( metrics + i )->descent, - ( metrics + i )->attributes )); + metrics->characterWidth, + metrics->leftSideBearing, + metrics->rightSideBearing, + metrics->ascent, + metrics->descent, + metrics->attributes )); if ( error ) break; + + /* sanity checks -- those values are used in `PCF_Glyph_Load' to */ + /* compute a glyph's bitmap dimensions, thus setting them to zero in */ + /* case of an error disables this particular glyph only */ + if ( metrics->rightSideBearing < metrics->leftSideBearing || + metrics->ascent + metrics->descent < 0 ) + { + metrics->characterWidth = 0; + metrics->leftSideBearing = 0; + metrics->rightSideBearing = 0; + metrics->ascent = 0; + metrics->descent = 0; + + FT_TRACE0(( "pcf_get_metrics:" + " invalid metrics for glyph %d\n", i )); + } } if ( error ) @@ -699,8 +766,8 @@ THE SOFTWARE. FT_TRACE4(( " number of bitmaps: %d\n", nbitmaps )); - /* XXX: PCF_Face->nmetrics is singed FT_Long, see pcf.h */ - if ( face->nmetrics < 0 || nbitmaps != ( FT_ULong )face->nmetrics ) + /* XXX: PCF_Face->nmetrics is signed FT_Long, see pcf.h */ + if ( face->nmetrics < 0 || nbitmaps != (FT_ULong)face->nmetrics ) return FT_THROW( Invalid_File_Format ); if ( FT_NEW_ARRAY( offsets, nbitmaps ) ) @@ -812,6 +879,15 @@ THE SOFTWARE. if ( !PCF_FORMAT_MATCH( format, PCF_DEFAULT_FORMAT ) ) return FT_THROW( Invalid_File_Format ); + /* sanity checks */ + if ( firstCol < 0 || + firstCol > lastCol || + lastCol > 0xFF || + firstRow < 0 || + firstRow > lastRow || + lastRow > 0xFF ) + return FT_THROW( Invalid_Table ); + FT_TRACE4(( "pdf_get_encodings:\n" )); FT_TRACE4(( " firstCol %d, lastCol %d, firstRow %d, lastRow %d\n", diff --git a/freetype/src/pfr/pfrcmap.c b/freetype/src/pfr/pfrcmap.c index 1f05640cc..90ba0105e 100644 --- a/freetype/src/pfr/pfrcmap.c +++ b/freetype/src/pfr/pfrcmap.c @@ -25,11 +25,14 @@ FT_CALLBACK_DEF( FT_Error ) - pfr_cmap_init( PFR_CMap cmap ) + pfr_cmap_init( PFR_CMap cmap, + FT_Pointer pointer ) { FT_Error error = FT_Err_Ok; PFR_Face face = (PFR_Face)FT_CMAP_FACE( cmap ); + FT_UNUSED( pointer ); + cmap->num_chars = face->phy_font.num_chars; cmap->chars = face->phy_font.chars; diff --git a/freetype/src/pfr/pfrdrivr.c b/freetype/src/pfr/pfrdrivr.c index 4c43947bf..db66281ac 100644 --- a/freetype/src/pfr/pfrdrivr.c +++ b/freetype/src/pfr/pfrdrivr.c @@ -4,7 +4,7 @@ /* */ /* FreeType PFR driver interface (body). */ /* */ -/* Copyright 2002-2004, 2006, 2008, 2010, 2011, 2013 by */ +/* Copyright 2002-2004, 2006, 2008, 2010, 2011, 2013, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -37,7 +37,7 @@ PFR_PhyFont phys = &face->phy_font; - pfr_face_get_kerning( pfrface, left, right, avector ); + (void)pfr_face_get_kerning( pfrface, left, right, avector ); /* convert from metrics to outline units when necessary */ if ( phys->outline_resolution != phys->metrics_resolution ) @@ -134,7 +134,7 @@ } - FT_CALLBACK_TABLE_DEF + static const FT_Service_PfrMetricsRec pfr_metrics_service_rec = { pfr_get_metrics, diff --git a/freetype/src/pfr/pfrgload.c b/freetype/src/pfr/pfrgload.c index 88b4d66a1..2ce093779 100644 --- a/freetype/src/pfr/pfrgload.c +++ b/freetype/src/pfr/pfrgload.c @@ -763,7 +763,7 @@ PFR_SubGlyph subglyph; - FT_TRACE4(( "subglyph %d:\n", n )); + FT_TRACE4(( " subglyph %d:\n", n )); subglyph = glyph->subs + old_count + n; old_points = base->n_points; diff --git a/freetype/src/pfr/pfrload.c b/freetype/src/pfr/pfrload.c index 97c130aad..f68d01639 100644 --- a/freetype/src/pfr/pfrload.c +++ b/freetype/src/pfr/pfrload.c @@ -179,7 +179,7 @@ if ( header->signature != 0x50465230L || /* "PFR0" */ header->version > 4 || header->header_size < 58 || - header->signature2 != 0x0d0a ) /* CR/LF */ + header->signature2 != 0x0D0A ) /* CR/LF */ { result = 0; } diff --git a/freetype/src/pfr/pfrobjs.c b/freetype/src/pfr/pfrobjs.c index 194d2df2d..0c89242c7 100644 --- a/freetype/src/pfr/pfrobjs.c +++ b/freetype/src/pfr/pfrobjs.c @@ -4,7 +4,7 @@ /* */ /* FreeType PFR object methods (body). */ /* */ -/* Copyright 2002-2008, 2010-2011, 2013 by */ +/* Copyright 2002-2008, 2010-2011, 2013, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -23,6 +23,7 @@ #include "pfrsbit.h" #include FT_OUTLINE_H #include FT_INTERNAL_DEBUG_H +#include FT_INTERNAL_CALC_H #include FT_TRUETYPE_IDS_H #include "pfrerror.h" @@ -515,7 +516,7 @@ { FT_UInt count = item->pair_count; FT_UInt size = item->pair_size; - FT_UInt power = (FT_UInt)ft_highpow2( (FT_UInt32)count ); + FT_UInt power = 1 << FT_MSB( count ); FT_UInt probe = power * size; FT_UInt extra = count - power; FT_Byte* base = stream->cursor; diff --git a/freetype/src/pfr/pfrsbit.c b/freetype/src/pfr/pfrsbit.c index 2da150070..979bf78a2 100644 --- a/freetype/src/pfr/pfrsbit.c +++ b/freetype/src/pfr/pfrsbit.c @@ -59,7 +59,7 @@ if ( !decreasing ) { - writer->line += writer->pitch * ( target->rows-1 ); + writer->line += writer->pitch * ( target->rows - 1 ); writer->pitch = -writer->pitch; } } @@ -636,7 +636,9 @@ * which causes a size truncation, because truncated * size properties makes bitmap glyph broken. */ - if ( xpos > FT_INT_MAX || ( ypos + ysize ) > FT_INT_MAX ) + if ( xpos > FT_INT_MAX || xpos < FT_INT_MIN || + ysize > FT_INT_MAX || ypos + ysize > FT_INT_MAX || + ypos + (FT_Long)ysize < FT_INT_MIN ) { FT_TRACE1(( "pfr_slot_load_bitmap:" )); FT_TRACE1(( "huge bitmap glyph %dx%d over FT_GlyphSlot\n", diff --git a/freetype/src/psaux/psconv.c b/freetype/src/psaux/psconv.c index d0d8861c2..22e8cf2d1 100644 --- a/freetype/src/psaux/psconv.c +++ b/freetype/src/psaux/psconv.c @@ -124,7 +124,7 @@ if ( IS_PS_SPACE( *p ) || *p OP 0x80 ) break; - c = ft_char_table[*p & 0x7f]; + c = ft_char_table[*p & 0x7F]; if ( c < 0 || c >= base ) break; @@ -245,12 +245,13 @@ if ( IS_PS_SPACE( *p ) || *p OP 0x80 ) break; - c = ft_char_table[*p & 0x7f]; + c = ft_char_table[*p & 0x7F]; if ( c < 0 || c >= 10 ) break; - if ( decimal < 0xCCCCCCCL ) + /* only add digit if we don't overflow */ + if ( divider < 0xCCCCCCCL && decimal < 0xCCCCCCCL ) { decimal = decimal * 10 + c; @@ -520,7 +521,7 @@ if ( *p OP 0x80 ) break; - c = ft_char_table[*p & 0x7f]; + c = ft_char_table[*p & 0x7F]; if ( (unsigned)c >= 16 ) break; diff --git a/freetype/src/psaux/psobjs.c b/freetype/src/psaux/psobjs.c index b4b7d45c3..7ec3b4cf5 100644 --- a/freetype/src/psaux/psobjs.c +++ b/freetype/src/psaux/psobjs.c @@ -1338,7 +1338,15 @@ { parser->cursor = token->start; parser->limit = token->limit; - ps_parser_load_field( parser, &fieldrec, objects, max_objects, 0 ); + + error = ps_parser_load_field( parser, + &fieldrec, + objects, + max_objects, + 0 ); + if ( error ) + break; + fieldrec.offset += fieldrec.size; } diff --git a/freetype/src/psaux/t1cmap.c b/freetype/src/psaux/t1cmap.c index 9e5bd34ff..fb1353ae0 100644 --- a/freetype/src/psaux/t1cmap.c +++ b/freetype/src/psaux/t1cmap.c @@ -120,8 +120,12 @@ FT_CALLBACK_DEF( FT_Error ) - t1_cmap_standard_init( T1_CMapStd cmap ) + t1_cmap_standard_init( T1_CMapStd cmap, + FT_Pointer pointer ) { + FT_UNUSED( pointer ); + + t1_cmap_std_init( cmap, 0 ); return 0; } @@ -142,8 +146,12 @@ FT_CALLBACK_DEF( FT_Error ) - t1_cmap_expert_init( T1_CMapStd cmap ) + t1_cmap_expert_init( T1_CMapStd cmap, + FT_Pointer pointer ) { + FT_UNUSED( pointer ); + + t1_cmap_std_init( cmap, 1 ); return 0; } @@ -172,11 +180,14 @@ FT_CALLBACK_DEF( FT_Error ) - t1_cmap_custom_init( T1_CMapCustom cmap ) + t1_cmap_custom_init( T1_CMapCustom cmap, + FT_Pointer pointer ) { T1_Face face = (T1_Face)FT_CMAP_FACE( cmap ); T1_Encoding encoding = &face->type1.encoding; + FT_UNUSED( pointer ); + cmap->first = encoding->code_first; cmap->count = (FT_UInt)( encoding->code_last - cmap->first ); @@ -272,12 +283,15 @@ FT_CALLBACK_DEF( FT_Error ) - t1_cmap_unicode_init( PS_Unicodes unicodes ) + t1_cmap_unicode_init( PS_Unicodes unicodes, + FT_Pointer pointer ) { T1_Face face = (T1_Face)FT_CMAP_FACE( unicodes ); FT_Memory memory = FT_FACE_MEMORY( face ); FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)face->psnames; + FT_UNUSED( pointer ); + return psnames->unicodes_init( memory, unicodes, diff --git a/freetype/src/psaux/t1decode.c b/freetype/src/psaux/t1decode.c index 6ce370bfa..d67a05ebc 100644 --- a/freetype/src/psaux/t1decode.c +++ b/freetype/src/psaux/t1decode.c @@ -4,7 +4,7 @@ /* */ /* PostScript Type 1 decoding routines (body). */ /* */ -/* Copyright 2000-2013 by */ +/* Copyright 2000-2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -1098,10 +1098,12 @@ goto Syntax_Error; /* apply hints to the loaded glyph outline now */ - hinter->apply( hinter->hints, - builder->current, - (PSH_Globals)builder->hints_globals, - decoder->hint_mode ); + error = hinter->apply( hinter->hints, + builder->current, + (PSH_Globals)builder->hints_globals, + decoder->hint_mode ); + if ( error ) + goto Fail; } /* add current outline to the glyph slot */ diff --git a/freetype/src/pshinter/pshglob.c b/freetype/src/pshinter/pshglob.c index f75bae451..1bcc481b9 100644 --- a/freetype/src/pshinter/pshglob.c +++ b/freetype/src/pshinter/pshglob.c @@ -5,7 +5,7 @@ /* PostScript hinter global hinting management (body). */ /* Inspired by the new auto-hinter module. */ /* */ -/* Copyright 2001-2004, 2006, 2010, 2012, 2013 by */ +/* Copyright 2001-2004, 2006, 2010, 2012-2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used */ @@ -750,7 +750,7 @@ } - FT_LOCAL_DEF( FT_Error ) + FT_LOCAL_DEF( void ) psh_globals_set_scale( PSH_Globals globals, FT_Fixed x_scale, FT_Fixed y_scale, @@ -780,8 +780,6 @@ psh_globals_scale_widths( globals, 1 ); psh_blues_scale_zones( &globals->blues, y_scale, y_delta ); } - - return 0; } diff --git a/freetype/src/pshinter/pshglob.h b/freetype/src/pshinter/pshglob.h index c51162615..94d972a94 100644 --- a/freetype/src/pshinter/pshglob.h +++ b/freetype/src/pshinter/pshglob.h @@ -4,7 +4,7 @@ /* */ /* PostScript hinter global hinting management. */ /* */ -/* Copyright 2001, 2002, 2003 by */ +/* Copyright 2001, 2002, 2003, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -167,7 +167,7 @@ FT_BEGIN_HEADER FT_Int org_width ); #endif - FT_LOCAL( FT_Error ) + FT_LOCAL( void ) psh_globals_set_scale( PSH_Globals globals, FT_Fixed x_scale, FT_Fixed y_scale, diff --git a/freetype/src/pshinter/pshrec.c b/freetype/src/pshinter/pshrec.c index cd66ea869..73a18ffd6 100644 --- a/freetype/src/pshinter/pshrec.c +++ b/freetype/src/pshinter/pshrec.c @@ -4,7 +4,7 @@ /* */ /* FreeType PostScript hints recorder (body). */ /* */ -/* Copyright 2001-2004, 2007, 2009, 2013 by */ +/* Copyright 2001-2004, 2007, 2009, 2013, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -797,13 +797,12 @@ } - FT_LOCAL( FT_Error ) + FT_LOCAL( void ) ps_hints_init( PS_Hints hints, FT_Memory memory ) { FT_MEM_ZERO( hints, sizeof ( *hints ) ); hints->memory = memory; - return FT_Err_Ok; } diff --git a/freetype/src/pshinter/pshrec.h b/freetype/src/pshinter/pshrec.h index dcb3197f9..a88fe6e83 100644 --- a/freetype/src/pshinter/pshrec.h +++ b/freetype/src/pshinter/pshrec.h @@ -4,7 +4,7 @@ /* */ /* Postscript (Type1/Type2) hints recorder (specification). */ /* */ -/* Copyright 2001, 2002, 2003, 2006, 2008 by */ +/* Copyright 2001, 2002, 2003, 2006, 2008, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -141,7 +141,7 @@ FT_BEGIN_HEADER /* */ /* initialize hints recorder */ - FT_LOCAL( FT_Error ) + FT_LOCAL( void ) ps_hints_init( PS_Hints hints, FT_Memory memory ); diff --git a/freetype/src/psnames/psmodule.c b/freetype/src/psnames/psmodule.c index 0a5bcb7d2..42c9aff27 100644 --- a/freetype/src/psnames/psmodule.c +++ b/freetype/src/psnames/psmodule.c @@ -4,7 +4,7 @@ /* */ /* PSNames module implementation (body). */ /* */ -/* Copyright 1996-2003, 2005-2008, 2012, 2013 by */ +/* Copyright 1996-2003, 2005-2008, 2012-2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -563,7 +563,7 @@ psnames_get_service( FT_Module module, const char* service_id ) { - /* PSCMAPS_SERVICES_GET derefers `library' in PIC mode */ + /* PSCMAPS_SERVICES_GET dereferences `library' in PIC mode */ #ifdef FT_CONFIG_OPTION_PIC FT_Library library; diff --git a/freetype/src/raster/ftraster.c b/freetype/src/raster/ftraster.c index ddecc809c..b06ac333d 100644 --- a/freetype/src/raster/ftraster.c +++ b/freetype/src/raster/ftraster.c @@ -2284,6 +2284,8 @@ Long e1, e2; Byte* target; + Int dropOutControl = left->flags & 7; + FT_UNUSED( y ); FT_UNUSED( left ); FT_UNUSED( right ); @@ -2293,7 +2295,8 @@ e1 = TRUNC( CEILING( x1 ) ); - if ( x2 - x1 - ras.precision <= ras.precision_jitter ) + if ( dropOutControl != 2 && + x2 - x1 - ras.precision <= ras.precision_jitter ) e2 = e1; else e2 = TRUNC( FLOOR( x2 ) ); @@ -2550,7 +2553,7 @@ e1 = TRUNC( e1 ); - if ( e1 >= 0 && e1 < ras.target.rows ) + if ( e1 >= 0 && (ULong)e1 < ras.target.rows ) { PByte p; @@ -2644,7 +2647,7 @@ /* bounding box instead */ if ( pxl < 0 ) pxl = e1; - else if ( TRUNC( pxl ) >= ras.target.rows ) + else if ( (ULong)( TRUNC( pxl ) ) >= ras.target.rows ) pxl = e2; /* check that the other pixel isn't set */ @@ -2659,9 +2662,9 @@ if ( ras.target.pitch > 0 ) bits += ( ras.target.rows - 1 ) * ras.target.pitch; - if ( e1 >= 0 && - e1 < ras.target.rows && - *bits & f1 ) + if ( e1 >= 0 && + (ULong)e1 < ras.target.rows && + *bits & f1 ) return; } else @@ -2673,7 +2676,7 @@ e1 = TRUNC( pxl ); - if ( e1 >= 0 && e1 < ras.target.rows ) + if ( e1 >= 0 && (ULong)e1 < ras.target.rows ) { bits -= e1 * ras.target.pitch; if ( ras.target.pitch > 0 ) @@ -3539,7 +3542,7 @@ } - static void + static int ft_black_set_mode( black_PRaster raster, unsigned long mode, const char* palette ) @@ -3563,6 +3566,8 @@ FT_UNUSED( palette ); #endif + + return 0; } diff --git a/freetype/src/sfnt/pngshim.c b/freetype/src/sfnt/pngshim.c index 878de1fef..9bfcc2a77 100644 --- a/freetype/src/sfnt/pngshim.c +++ b/freetype/src/sfnt/pngshim.c @@ -4,7 +4,7 @@ /* */ /* PNG Bitmap glyph support. */ /* */ -/* Copyright 2013 by Google, Inc. */ +/* Copyright 2013, 2014 by Google, Inc. */ /* Written by Stuart Gill and Behdad Esfahbod. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -129,7 +129,7 @@ *error = FT_THROW( Out_Of_Memory ); #ifdef PNG_SETJMP_SUPPORTED - longjmp( png_jmpbuf( png ), 1 ); + ft_longjmp( png_jmpbuf( png ), 1 ); #endif /* if we get here, then we have no choice but to abort ... */ } @@ -205,11 +205,11 @@ goto Exit; } - if ( !populate_map_and_metrics && - ( x_offset + metrics->width > map->width || - y_offset + metrics->height > map->rows || - pix_bits != 32 || - map->pixel_mode != FT_PIXEL_MODE_BGRA ) ) + if ( !populate_map_and_metrics && + ( (FT_UInt)x_offset + metrics->width > map->width || + (FT_UInt)y_offset + metrics->height > map->rows || + pix_bits != 32 || + map->pixel_mode != FT_PIXEL_MODE_BGRA ) ) { error = FT_THROW( Invalid_Argument ); goto Exit; @@ -269,6 +269,14 @@ map->pitch = map->width * 4; map->num_grays = 256; + /* reject too large bitmaps similarly to the rasterizer */ + if ( map->rows > 0x7FFF || map->width > 0x7FFF ) + { + error = FT_THROW( Array_Too_Large ); + goto DestroyExit; + } + + /* this doesn't overflow: 0x7FFF * 0x7FFF * 4 < 2^32 */ size = map->rows * map->pitch; error = ft_glyphslot_alloc_bitmap( slot, size ); diff --git a/freetype/src/sfnt/sfdriver.c b/freetype/src/sfnt/sfdriver.c index e4fcda5ec..badb159dc 100644 --- a/freetype/src/sfnt/sfdriver.c +++ b/freetype/src/sfnt/sfdriver.c @@ -75,36 +75,36 @@ switch ( tag ) { - case ft_sfnt_head: + case FT_SFNT_HEAD: table = &face->header; break; - case ft_sfnt_hhea: + case FT_SFNT_HHEA: table = &face->horizontal; break; - case ft_sfnt_vhea: - table = face->vertical_info ? &face->vertical : 0; + case FT_SFNT_VHEA: + table = face->vertical_info ? &face->vertical : NULL; break; - case ft_sfnt_os2: - table = face->os2.version == 0xFFFFU ? 0 : &face->os2; + case FT_SFNT_OS2: + table = face->os2.version == 0xFFFFU ? NULL : &face->os2; break; - case ft_sfnt_post: + case FT_SFNT_POST: table = &face->postscript; break; - case ft_sfnt_maxp: + case FT_SFNT_MAXP: table = &face->max_profile; break; - case ft_sfnt_pclt: - table = face->pclt.Version ? &face->pclt : 0; + case FT_SFNT_PCLT: + table = face->pclt.Version ? &face->pclt : NULL; break; default: - table = 0; + table = NULL; } return table; @@ -427,7 +427,7 @@ sfnt_get_interface( FT_Module module, const char* module_interface ) { - /* SFNT_SERVICES_GET derefers `library' in PIC mode */ + /* SFNT_SERVICES_GET dereferences `library' in PIC mode */ #ifdef FT_CONFIG_OPTION_PIC FT_Library library; diff --git a/freetype/src/sfnt/sfntpic.h b/freetype/src/sfnt/sfntpic.h index 35d0f449f..b09a9141e 100644 --- a/freetype/src/sfnt/sfntpic.h +++ b/freetype/src/sfnt/sfntpic.h @@ -72,26 +72,26 @@ FT_BEGIN_HEADER } sfntModulePIC; -#define GET_PIC( lib ) \ - ( (sfntModulePIC*)((lib)->pic_container.sfnt) ) +#define GET_PIC( lib ) \ + ( (sfntModulePIC*)( (lib)->pic_container.sfnt ) ) -#define SFNT_SERVICES_GET \ +#define SFNT_SERVICES_GET \ ( GET_PIC( library )->sfnt_services ) -#define SFNT_SERVICE_GLYPH_DICT_GET \ +#define SFNT_SERVICE_GLYPH_DICT_GET \ ( GET_PIC( library )->sfnt_service_glyph_dict ) -#define SFNT_SERVICE_PS_NAME_GET \ +#define SFNT_SERVICE_PS_NAME_GET \ ( GET_PIC( library )->sfnt_service_ps_name ) -#define TT_SERVICE_CMAP_INFO_GET \ +#define TT_SERVICE_CMAP_INFO_GET \ ( GET_PIC( library )->tt_service_get_cmap_info ) -#define SFNT_SERVICES_GET \ +#define SFNT_SERVICES_GET \ ( GET_PIC( library )->sfnt_services ) -#define TT_CMAP_CLASSES_GET \ +#define TT_CMAP_CLASSES_GET \ ( GET_PIC( library )->tt_cmap_classes ) -#define SFNT_SERVICE_SFNT_TABLE_GET \ +#define SFNT_SERVICE_SFNT_TABLE_GET \ ( GET_PIC( library )->sfnt_service_sfnt_table ) -#define SFNT_SERVICE_BDF_GET \ +#define SFNT_SERVICE_BDF_GET \ ( GET_PIC( library )->sfnt_service_bdf ) -#define SFNT_INTERFACE_GET \ +#define SFNT_INTERFACE_GET \ ( GET_PIC( library )->sfnt_interface ) diff --git a/freetype/src/sfnt/sfobjs.c b/freetype/src/sfnt/sfobjs.c index a31c77cbe..70b988d65 100644 --- a/freetype/src/sfnt/sfobjs.c +++ b/freetype/src/sfnt/sfobjs.c @@ -4,7 +4,7 @@ /* */ /* SFNT object management (base). */ /* */ -/* Copyright 1996-2008, 2010-2013 by */ +/* Copyright 1996-2008, 2010-2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -348,29 +348,22 @@ } -#define WRITE_BYTE( p, v ) \ - do \ - { \ - *(p)++ = (v) >> 0; \ - \ +#define WRITE_USHORT( p, v ) \ + do \ + { \ + *(p)++ = (FT_Byte)( (v) >> 8 ); \ + *(p)++ = (FT_Byte)( (v) >> 0 ); \ + \ } while ( 0 ) -#define WRITE_USHORT( p, v ) \ - do \ - { \ - *(p)++ = (v) >> 8; \ - *(p)++ = (v) >> 0; \ - \ - } while ( 0 ) - -#define WRITE_ULONG( p, v ) \ - do \ - { \ - *(p)++ = (v) >> 24; \ - *(p)++ = (v) >> 16; \ - *(p)++ = (v) >> 8; \ - *(p)++ = (v) >> 0; \ - \ +#define WRITE_ULONG( p, v ) \ + do \ + { \ + *(p)++ = (FT_Byte)( (v) >> 24 ); \ + *(p)++ = (FT_Byte)( (v) >> 16 ); \ + *(p)++ = (FT_Byte)( (v) >> 8 ); \ + *(p)++ = (FT_Byte)( (v) >> 0 ); \ + \ } while ( 0 ) @@ -574,8 +567,10 @@ if ( table->Offset != woff_offset || - table->Offset + table->CompLength > woff.length || - sfnt_offset + table->OrigLength > woff.totalSfntSize || + table->CompLength > woff.length || + table->Offset > woff.length - table->CompLength || + table->OrigLength > woff.totalSfntSize || + sfnt_offset > woff.totalSfntSize - table->OrigLength || table->CompLength > table->OrigLength ) { error = FT_THROW( Invalid_Table ); @@ -661,6 +656,8 @@ } else { +#ifdef FT_CONFIG_OPTION_USE_ZLIB + /* Uncompress with zlib. */ FT_ULong output_len = table->OrigLength; @@ -675,6 +672,13 @@ error = FT_THROW( Invalid_Table ); goto Exit; } + +#else /* !FT_CONFIG_OPTION_USE_ZLIB */ + + error = FT_THROW( Unimplemented_Feature ); + goto Exit; + +#endif /* !FT_CONFIG_OPTION_USE_ZLIB */ } FT_FRAME_EXIT(); @@ -717,7 +721,6 @@ } -#undef WRITE_BYTE #undef WRITE_USHORT #undef WRITE_ULONG @@ -1015,7 +1018,6 @@ if ( is_apple_sbix ) has_outline = FALSE; - /* if this font doesn't contain outlines, we try to load */ /* a `bhed' table */ if ( !has_outline && sfnt->load_bhed ) diff --git a/freetype/src/sfnt/ttcmap.c b/freetype/src/sfnt/ttcmap.c index c717f5ffc..f54de7069 100644 --- a/freetype/src/sfnt/ttcmap.c +++ b/freetype/src/sfnt/ttcmap.c @@ -845,9 +845,6 @@ p = table + 2; /* skip format */ length = TT_NEXT_USHORT( p ); - if ( length < 16 ) - FT_INVALID_TOO_SHORT; - /* in certain fonts, the `length' field is invalid and goes */ /* out of bound. We try to correct this here... */ if ( table + length > valid->limit ) @@ -858,6 +855,9 @@ length = (FT_UInt)( valid->limit - table ); } + if ( length < 16 ) + FT_INVALID_TOO_SHORT; + p = table + 6; num_segs = TT_NEXT_USHORT( p ); /* read segCountX2 */ @@ -1669,7 +1669,8 @@ p = is32 + 8192; /* skip `is32' array */ num_groups = TT_NEXT_ULONG( p ); - if ( p + num_groups * 12 > valid->limit ) + /* p + num_groups * 12 > valid->limit ? */ + if ( num_groups > (FT_UInt32)( valid->limit - p ) / 12 ) FT_INVALID_TOO_SHORT; /* check groups, they must be in increasing order */ @@ -1694,7 +1695,12 @@ if ( valid->level >= FT_VALIDATE_TIGHT ) { - if ( start_id + end - start >= TT_VALID_GLYPH_COUNT( valid ) ) + FT_UInt32 d = end - start; + + + /* start_id + end - start >= TT_VALID_GLYPH_COUNT( valid ) ? */ + if ( d > TT_VALID_GLYPH_COUNT( valid ) || + start_id >= TT_VALID_GLYPH_COUNT( valid ) - d ) FT_INVALID_GLYPH_ID; count = (FT_UInt32)( end - start + 1 ); @@ -1892,7 +1898,9 @@ count = TT_NEXT_ULONG( p ); if ( length > (FT_ULong)( valid->limit - table ) || - length < 20 + count * 2 ) + /* length < 20 + count * 2 ? */ + length < 20 || + ( length - 20 ) / 2 < count ) FT_INVALID_TOO_SHORT; /* check glyph indices */ @@ -2079,7 +2087,9 @@ num_groups = TT_NEXT_ULONG( p ); if ( length > (FT_ULong)( valid->limit - table ) || - length < 16 + 12 * num_groups ) + /* length < 16 + 12 * num_groups ? */ + length < 16 || + ( length - 16 ) / 12 < num_groups ) FT_INVALID_TOO_SHORT; /* check groups, they must be in increasing order */ @@ -2101,7 +2111,12 @@ if ( valid->level >= FT_VALIDATE_TIGHT ) { - if ( start_id + end - start >= TT_VALID_GLYPH_COUNT( valid ) ) + FT_UInt32 d = end - start; + + + /* start_id + end - start >= TT_VALID_GLYPH_COUNT( valid ) ? */ + if ( d > TT_VALID_GLYPH_COUNT( valid ) || + start_id >= TT_VALID_GLYPH_COUNT( valid ) - d ) FT_INVALID_GLYPH_ID; } @@ -2401,7 +2416,9 @@ num_groups = TT_NEXT_ULONG( p ); if ( length > (FT_ULong)( valid->limit - table ) || - length < 16 + 12 * num_groups ) + /* length < 16 + 12 * num_groups ? */ + length < 16 || + ( length - 16 ) / 12 < num_groups ) FT_INVALID_TOO_SHORT; /* check groups, they must be in increasing order */ @@ -2787,7 +2804,9 @@ num_selectors = TT_NEXT_ULONG( p ); if ( length > (FT_ULong)( valid->limit - table ) || - length < 10 + 11 * num_selectors ) + /* length < 10 + 11 * num_selectors ? */ + length < 10 || + ( length - 10 ) / 11 < num_selectors ) FT_INVALID_TOO_SHORT; /* check selectors, they must be in increasing order */ @@ -2823,7 +2842,8 @@ FT_ULong lastBase = 0; - if ( defp + numRanges * 4 > valid->limit ) + /* defp + numRanges * 4 > valid->limit ? */ + if ( numRanges > (FT_ULong)( valid->limit - defp ) / 4 ) FT_INVALID_TOO_SHORT; for ( i = 0; i < numRanges; ++i ) @@ -2850,7 +2870,8 @@ FT_ULong i, lastUni = 0; - if ( numMappings * 4 > (FT_ULong)( valid->limit - ndp ) ) + /* numMappings * 4 > (FT_ULong)( valid->limit - ndp ) ? */ + if ( numMappings > ( (FT_ULong)( valid->limit - ndp ) ) / 4 ) FT_INVALID_TOO_SHORT; for ( i = 0; i < numMappings; ++i ) @@ -3473,23 +3494,14 @@ /* only recognize format 0 */ if ( TT_NEXT_USHORT( p ) != 0 ) { - p -= 2; FT_ERROR(( "tt_face_build_cmaps:" " unsupported `cmap' table format = %d\n", - TT_PEEK_USHORT( p ) )); + TT_PEEK_USHORT( p - 2 ) )); return FT_THROW( Invalid_Table ); } num_cmaps = TT_NEXT_USHORT( p ); -#ifdef FT_MAX_CHARMAP_CACHEABLE - if ( num_cmaps > FT_MAX_CHARMAP_CACHEABLE ) - FT_ERROR(( "tt_face_build_cmaps: too many cmap subtables (%d)\n" - " subtable #%d and higher are loaded" - " but cannot be searched\n", - num_cmaps, FT_MAX_CHARMAP_CACHEABLE + 1 )); -#endif - for ( ; num_cmaps > 0 && p + 8 <= limit; num_cmaps-- ) { FT_CharMapRec charmap; diff --git a/freetype/src/sfnt/ttkern.c b/freetype/src/sfnt/ttkern.c index 32c4008b2..455e7b5e3 100644 --- a/freetype/src/sfnt/ttkern.c +++ b/freetype/src/sfnt/ttkern.c @@ -99,7 +99,7 @@ length = FT_NEXT_USHORT( p ); coverage = FT_NEXT_USHORT( p ); - if ( length <= 6 ) + if ( length <= 6 + 8 ) break; p_next += length; diff --git a/freetype/src/sfnt/ttload.c b/freetype/src/sfnt/ttload.c index 0a3cd29db..8338150ab 100644 --- a/freetype/src/sfnt/ttload.c +++ b/freetype/src/sfnt/ttload.c @@ -5,7 +5,7 @@ /* Load the basic TrueType tables, i.e., tables that can be either in */ /* TTF or OTF fonts (body). */ /* */ -/* Copyright 1996-2010, 2012, 2013 by */ +/* Copyright 1996-2010, 2012-2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -207,7 +207,10 @@ } /* we ignore invalid tables */ - if ( table.Offset + table.Length > stream->size ) + + /* table.Offset + table.Length > stream->size ? */ + if ( table.Length > stream->size || + table.Offset > stream->size - table.Length ) { FT_TRACE2(( "check_table_dir: table entry %d invalid\n", nn )); continue; @@ -395,7 +398,10 @@ entry->Length = FT_GET_ULONG(); /* ignore invalid tables */ - if ( entry->Offset + entry->Length > stream->size ) + + /* entry->Offset + entry->Length > stream->size ? */ + if ( entry->Length > stream->size || + entry->Offset > stream->size - entry->Length ) continue; else { diff --git a/freetype/src/sfnt/ttmtx.c b/freetype/src/sfnt/ttmtx.c index a8cc63a11..bb319577e 100644 --- a/freetype/src/sfnt/ttmtx.c +++ b/freetype/src/sfnt/ttmtx.c @@ -4,7 +4,7 @@ /* */ /* Load the metrics tables common to TTF and OTF fonts (body). */ /* */ -/* Copyright 2006-2009, 2011-2013 by */ +/* Copyright 2006-2009, 2011-2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -201,7 +201,7 @@ /* aadvance :: The advance width or advance height, depending on */ /* the `vertical' flag. */ /* */ - FT_LOCAL_DEF( FT_Error ) + FT_LOCAL_DEF( void ) tt_face_get_metrics( TT_Face face, FT_Bool vertical, FT_UInt gindex, @@ -274,8 +274,6 @@ *abearing = 0; *aadvance = 0; } - - return FT_Err_Ok; } diff --git a/freetype/src/sfnt/ttmtx.h b/freetype/src/sfnt/ttmtx.h index 8b91a113d..fb040394c 100644 --- a/freetype/src/sfnt/ttmtx.h +++ b/freetype/src/sfnt/ttmtx.h @@ -4,7 +4,7 @@ /* */ /* Load the metrics tables common to TTF and OTF fonts (specification). */ /* */ -/* Copyright 2006 by */ +/* Copyright 2006, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -40,7 +40,7 @@ FT_BEGIN_HEADER FT_Bool vertical ); - FT_LOCAL( FT_Error ) + FT_LOCAL( void ) tt_face_get_metrics( TT_Face face, FT_Bool vertical, FT_UInt gindex, diff --git a/freetype/src/sfnt/ttpost.c b/freetype/src/sfnt/ttpost.c index 47a85c0c9..99d800549 100644 --- a/freetype/src/sfnt/ttpost.c +++ b/freetype/src/sfnt/ttpost.c @@ -5,7 +5,7 @@ /* Postcript name table processing for TrueType and OpenType fonts */ /* (body). */ /* */ -/* Copyright 1996-2003, 2006-2010, 2013 by */ +/* Copyright 1996-2003, 2006-2010, 2013, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -64,12 +64,12 @@ #define MAC_NAME( x ) ( (FT_String*)tt_post_default_names[x] ) - /* the 258 default Mac PS glyph names */ + /* the 258 default Mac PS glyph names; see file `tools/glnames.py' */ static const FT_String* const tt_post_default_names[258] = { /* 0 */ - ".notdef", ".null", "CR", "space", "exclam", + ".notdef", ".null", "nonmarkingreturn", "space", "exclam", "quotedbl", "numbersign", "dollar", "percent", "ampersand", /* 10 */ "quotesingle", "parenleft", "parenright", "asterisk", "plus", @@ -120,7 +120,7 @@ "ae", "oslash", "questiondown", "exclamdown", "logicalnot", "radical", "florin", "approxequal", "Delta", "guillemotleft", /* 170 */ - "guillemotright", "ellipsis", "nbspace", "Agrave", "Atilde", + "guillemotright", "ellipsis", "nonbreakingspace", "Agrave", "Atilde", "Otilde", "OE", "oe", "endash", "emdash", /* 180 */ "quotedblleft", "quotedblright", "quoteleft", "quoteright", "divide", @@ -144,8 +144,8 @@ "multiply", "onesuperior", "twosuperior", "threesuperior", "onehalf", "onequarter", "threequarters", "franc", "Gbreve", "gbreve", /* 250 */ - "Idot", "Scedilla", "scedilla", "Cacute", "cacute", - "Ccaron", "ccaron", "dmacron", + "Idotaccent", "Scedilla", "scedilla", "Cacute", "cacute", + "Ccaron", "ccaron", "dcroat", }; diff --git a/freetype/src/sfnt/ttsbit.c b/freetype/src/sfnt/ttsbit.c index 8ff7b9d6a..c2db96c6d 100644 --- a/freetype/src/sfnt/ttsbit.c +++ b/freetype/src/sfnt/ttsbit.c @@ -150,12 +150,25 @@ error = FT_THROW( Unknown_File_Format ); goto Exit; } - if ( flags != 0x0001 || num_strikes >= 0x10000UL ) + + /* Bit 0 must always be `1'. */ + /* Bit 1 controls the overlay of bitmaps with outlines. */ + /* All other bits should be zero. */ + if ( !( flags == 1 || flags == 3 ) || + num_strikes >= 0x10000UL ) { error = FT_THROW( Invalid_File_Format ); goto Exit; } + /* we currently don't support bit 1; however, it is better to */ + /* draw at least something... */ + if ( flags == 3 ) + FT_TRACE1(( "tt_face_load_sbit_strikes:" + " sbix overlay not supported yet\n" + " " + " expect bad rendering results\n" )); + /* * Count the number of strikes available in the table. We are a bit * paranoid there and don't trust the data. @@ -256,7 +269,8 @@ case TT_SBIT_TABLE_TYPE_SBIX: { FT_Stream stream = face->root.stream; - FT_UInt offset, ppem, resolution, upem; + FT_UInt offset, upem; + FT_UShort ppem, resolution; TT_HoriHeader *hori; FT_ULong table_size; @@ -380,9 +394,11 @@ p += 34; decoder->bit_depth = *p; - if ( decoder->strike_index_array > face->sbit_table_size || - decoder->strike_index_array + 8 * decoder->strike_index_count > - face->sbit_table_size ) + /* decoder->strike_index_array + */ + /* 8 * decoder->strike_index_count > face->sbit_table_size ? */ + if ( decoder->strike_index_array > face->sbit_table_size || + decoder->strike_index_count > + ( face->sbit_table_size - decoder->strike_index_array ) / 8 ) error = FT_THROW( Invalid_File_Format ); } @@ -504,13 +520,20 @@ p += 3; } + else + { + /* avoid uninitialized data in case there is no vertical info -- */ + metrics->vertBearingX = 0; + metrics->vertBearingY = 0; + metrics->vertAdvance = 0; + } decoder->metrics_loaded = 1; *pp = p; return FT_Err_Ok; Fail: - FT_TRACE1(( "tt_sbit_decoder_load_metrics: broken table" )); + FT_TRACE1(( "tt_sbit_decoder_load_metrics: broken table\n" )); return FT_THROW( Invalid_Argument ); } @@ -800,12 +823,12 @@ FT_Error error = FT_Err_Ok; FT_UInt num_components, nn; - FT_Char horiBearingX = decoder->metrics->horiBearingX; - FT_Char horiBearingY = decoder->metrics->horiBearingY; - FT_Byte horiAdvance = decoder->metrics->horiAdvance; - FT_Char vertBearingX = decoder->metrics->vertBearingX; - FT_Char vertBearingY = decoder->metrics->vertBearingY; - FT_Byte vertAdvance = decoder->metrics->vertAdvance; + FT_Char horiBearingX = (FT_Char)decoder->metrics->horiBearingX; + FT_Char horiBearingY = (FT_Char)decoder->metrics->horiBearingY; + FT_Byte horiAdvance = (FT_Byte)decoder->metrics->horiAdvance; + FT_Char vertBearingX = (FT_Char)decoder->metrics->vertBearingX; + FT_Char vertBearingY = (FT_Char)decoder->metrics->vertBearingY; + FT_Byte vertAdvance = (FT_Byte)decoder->metrics->vertAdvance; if ( p + 2 > limit ) @@ -1147,7 +1170,8 @@ num_glyphs = FT_NEXT_ULONG( p ); /* overflow check for p + ( num_glyphs + 1 ) * 4 */ - if ( num_glyphs > (FT_ULong)( ( ( p_limit - p ) >> 2 ) - 1 ) ) + if ( p + 4 > p_limit || + num_glyphs > (FT_ULong)( ( ( p_limit - p ) >> 2 ) - 1 ) ) goto NoBitmap; for ( mm = 0; mm < num_glyphs; mm++ ) @@ -1334,6 +1358,7 @@ case FT_MAKE_TAG( 'j', 'p', 'g', ' ' ): case FT_MAKE_TAG( 't', 'i', 'f', 'f' ): + case FT_MAKE_TAG( 'r', 'g', 'b', 'l' ): /* used on iOS 7.1 */ error = FT_THROW( Unknown_File_Format ); break; @@ -1352,10 +1377,11 @@ tt_face_get_metrics( face, FALSE, glyph_index, &abearing, &aadvance ); - metrics->horiBearingX = originOffsetX; - metrics->horiBearingY = -originOffsetY + metrics->height; - metrics->horiAdvance = aadvance * face->root.size->metrics.x_ppem / - face->header.Units_Per_EM; + metrics->horiBearingX = (FT_Short)originOffsetX; + metrics->horiBearingY = (FT_Short)( -originOffsetY + metrics->height ); + metrics->horiAdvance = (FT_Short)( aadvance * + face->root.size->metrics.x_ppem / + face->header.Units_Per_EM ); } return error; diff --git a/freetype/src/smooth/ftgrays.c b/freetype/src/smooth/ftgrays.c index 425911a96..131ad27a0 100644 --- a/freetype/src/smooth/ftgrays.c +++ b/freetype/src/smooth/ftgrays.c @@ -98,6 +98,9 @@ #define FT_ERR_XCAT( x, y ) x ## y #define FT_ERR_CAT( x, y ) FT_ERR_XCAT( x, y ) +#define FT_BEGIN_STMNT do { +#define FT_END_STMNT } while ( 0 ) + /* define this to dump debugging information */ /* #define FT_DEBUG_LEVEL_TRACE */ @@ -402,6 +405,8 @@ typedef ptrdiff_t FT_PtrDist; typedef struct gray_TWorker_ { + ft_jmp_buf jump_buffer; + TCoord ex, ey; TPos min_ex, max_ex; TPos min_ey, max_ey; @@ -437,8 +442,6 @@ typedef ptrdiff_t FT_PtrDist; int band_size; int band_shoot; - ft_jmp_buf jump_buffer; - void* buffer; long buffer_size; @@ -1088,37 +1091,10 @@ typedef ptrdiff_t FT_PtrDist; /* dx and dy are x and y components of the P0-P3 chord vector. */ - dx = arc[3].x - arc[0].x; - dy = arc[3].y - arc[0].y; - - /* L is an (under)estimate of the Euclidean distance P0-P3. */ - /* */ - /* If dx >= dy, then r = sqrt(dx^2 + dy^2) can be overestimated */ - /* with least maximum error by */ - /* */ - /* r_upperbound = dx + (sqrt(2) - 1) * dy , */ - /* */ - /* where sqrt(2) - 1 can be (over)estimated by 107/256, giving an */ - /* error of no more than 8.4%. */ - /* */ - /* Similarly, some elementary calculus shows that r can be */ - /* underestimated with least maximum error by */ - /* */ - /* r_lowerbound = sqrt(2 + sqrt(2)) / 2 * dx */ - /* + sqrt(2 - sqrt(2)) / 2 * dy . */ - /* */ - /* 236/256 and 97/256 are (under)estimates of the two algebraic */ - /* numbers, giving an error of no more than 8.1%. */ - - dx_ = FT_ABS( dx ); - dy_ = FT_ABS( dy ); - - /* This is the same as */ - /* */ - /* L = ( 236 * FT_MAX( dx_, dy_ ) */ - /* + 97 * FT_MIN( dx_, dy_ ) ) >> 8; */ - L = ( dx_ > dy_ ? 236 * dx_ + 97 * dy_ - : 97 * dx_ + 236 * dy_ ) >> 8; + dx = dx_ = arc[3].x - arc[0].x; + dy = dy_ = arc[3].y - arc[0].y; + + L = FT_HYPOT( dx_, dy_ ); /* Avoid possible arithmetic overflow below by splitting. */ if ( L > 32767 ) @@ -1539,7 +1515,10 @@ typedef ptrdiff_t FT_PtrDist; TPos delta; - if ( !outline || !func_interface ) + if ( !outline ) + return FT_THROW( Invalid_Outline ); + + if ( !func_interface ) return FT_THROW( Invalid_Argument ); shift = func_interface->shift; @@ -2121,12 +2100,26 @@ typedef ptrdiff_t FT_PtrDist; } + static int + gray_raster_set_mode( FT_Raster raster, + unsigned long mode, + void* args ) + { + FT_UNUSED( raster ); + FT_UNUSED( mode ); + FT_UNUSED( args ); + + + return 0; /* nothing to do */ + } + + FT_DEFINE_RASTER_FUNCS(ft_grays_raster, FT_GLYPH_FORMAT_OUTLINE, (FT_Raster_New_Func) gray_raster_new, (FT_Raster_Reset_Func) gray_raster_reset, - (FT_Raster_Set_Mode_Func)0, + (FT_Raster_Set_Mode_Func)gray_raster_set_mode, (FT_Raster_Render_Func) gray_raster_render, (FT_Raster_Done_Func) gray_raster_done ) diff --git a/freetype/src/smooth/ftsmooth.c b/freetype/src/smooth/ftsmooth.c index 89088cd09..4e2dee562 100644 --- a/freetype/src/smooth/ftsmooth.c +++ b/freetype/src/smooth/ftsmooth.c @@ -103,25 +103,24 @@ FT_Render_Mode required_mode ) { FT_Error error; - FT_Outline* outline = NULL; + FT_Outline* outline = &slot->outline; + FT_Bitmap* bitmap = &slot->bitmap; + FT_Memory memory = render->root.memory; FT_BBox cbox; + FT_Pos x_shift = 0; + FT_Pos y_shift = 0; + FT_Pos x_left, y_top; FT_Pos width, height, pitch; #ifndef FT_CONFIG_OPTION_SUBPIXEL_RENDERING FT_Pos height_org, width_org; #endif - FT_Bitmap* bitmap = &slot->bitmap; - FT_Memory memory = render->root.memory; FT_Int hmul = mode == FT_RENDER_MODE_LCD; FT_Int vmul = mode == FT_RENDER_MODE_LCD_V; - FT_Pos x_shift = 0; - FT_Pos y_shift = 0; - FT_Pos x_left, y_top; FT_Raster_Params params; - FT_Bool have_translated_origin = FALSE; - FT_Bool have_outline_shifted = FALSE; - FT_Bool have_buffer = FALSE; + FT_Bool have_outline_shifted = FALSE; + FT_Bool have_buffer = FALSE; /* check glyph image format */ @@ -138,73 +137,45 @@ goto Exit; } - outline = &slot->outline; - - /* translate the outline to the new origin if needed */ if ( origin ) { - FT_Outline_Translate( outline, origin->x, origin->y ); - have_translated_origin = TRUE; + x_shift = origin->x; + y_shift = origin->y; } /* compute the control box, and grid fit it */ + /* taking into account the origin shift */ FT_Outline_Get_CBox( outline, &cbox ); - cbox.xMin = FT_PIX_FLOOR( cbox.xMin ); - cbox.yMin = FT_PIX_FLOOR( cbox.yMin ); - cbox.xMax = FT_PIX_CEIL( cbox.xMax ); - cbox.yMax = FT_PIX_CEIL( cbox.yMax ); + cbox.xMin = FT_PIX_FLOOR( cbox.xMin + x_shift ); + cbox.yMin = FT_PIX_FLOOR( cbox.yMin + y_shift ); + cbox.xMax = FT_PIX_CEIL( cbox.xMax + x_shift ); + cbox.yMax = FT_PIX_CEIL( cbox.yMax + y_shift ); - if ( cbox.xMin < 0 && cbox.xMax > FT_INT_MAX + cbox.xMin ) - { - FT_ERROR(( "ft_smooth_render_generic: glyph too large:" - " xMin = %d, xMax = %d\n", - cbox.xMin >> 6, cbox.xMax >> 6 )); - error = FT_THROW( Raster_Overflow ); - goto Exit; - } - else - width = ( cbox.xMax - cbox.xMin ) >> 6; + x_shift -= cbox.xMin; + y_shift -= cbox.yMin; - if ( cbox.yMin < 0 && cbox.yMax > FT_INT_MAX + cbox.yMin ) - { - FT_ERROR(( "ft_smooth_render_generic: glyph too large:" - " yMin = %d, yMax = %d\n", - cbox.yMin >> 6, cbox.yMax >> 6 )); - error = FT_THROW( Raster_Overflow ); - goto Exit; - } - else - height = ( cbox.yMax - cbox.yMin ) >> 6; + x_left = cbox.xMin >> 6; + y_top = cbox.yMax >> 6; + + width = (FT_ULong)( cbox.xMax - cbox.xMin ) >> 6; + height = (FT_ULong)( cbox.yMax - cbox.yMin ) >> 6; #ifndef FT_CONFIG_OPTION_SUBPIXEL_RENDERING width_org = width; height_org = height; #endif - /* release old bitmap buffer */ - if ( slot->internal->flags & FT_GLYPH_OWN_BITMAP ) - { - FT_FREE( bitmap->buffer ); - slot->internal->flags &= ~FT_GLYPH_OWN_BITMAP; - } - - /* allocate new one */ pitch = width; if ( hmul ) { - width = width * 3; - pitch = FT_PAD_CEIL( width, 4 ); + width *= 3; + pitch = FT_PAD_CEIL( width, 4 ); } if ( vmul ) height *= 3; - x_shift = (FT_Int) cbox.xMin; - y_shift = (FT_Int) cbox.yMin; - x_left = (FT_Int)( cbox.xMin >> 6 ); - y_top = (FT_Int)( cbox.yMax >> 6 ); - #ifdef FT_CONFIG_OPTION_SUBPIXEL_RENDERING if ( slot->library->lcd_filter_func ) @@ -214,23 +185,32 @@ if ( hmul ) { - x_shift -= 64 * ( extra >> 1 ); + x_shift += 64 * ( extra >> 1 ); + x_left -= extra >> 1; width += 3 * extra; pitch = FT_PAD_CEIL( width, 4 ); - x_left -= extra >> 1; } if ( vmul ) { - y_shift -= 64 * ( extra >> 1 ); - height += 3 * extra; + y_shift += 64 * ( extra >> 1 ); y_top += extra >> 1; + height += 3 * extra; } } #endif -#if FT_UINT_MAX > 0xFFFFU + /* + * XXX: on 16bit system, we return an error for huge bitmap + * to prevent an overflow. + */ + if ( x_left > FT_INT_MAX || y_top > FT_INT_MAX || + x_left < FT_INT_MIN || y_top < FT_INT_MIN ) + { + error = FT_THROW( Invalid_Pixel_Size ); + goto Exit; + } /* Required check is (pitch * height < FT_ULONG_MAX), */ /* but we care realistic cases only. Always pitch <= width. */ @@ -242,7 +222,24 @@ goto Exit; } -#endif + /* release old bitmap buffer */ + if ( slot->internal->flags & FT_GLYPH_OWN_BITMAP ) + { + FT_FREE( bitmap->buffer ); + slot->internal->flags &= ~FT_GLYPH_OWN_BITMAP; + } + + /* allocate new one */ + if ( FT_ALLOC( bitmap->buffer, (FT_ULong)pitch * height ) ) + goto Exit; + else + have_buffer = TRUE; + + slot->internal->flags |= FT_GLYPH_OWN_BITMAP; + + slot->format = FT_GLYPH_FORMAT_BITMAP; + slot->bitmap_left = (FT_Int)x_left; + slot->bitmap_top = (FT_Int)y_top; bitmap->pixel_mode = FT_PIXEL_MODE_GRAY; bitmap->num_grays = 256; @@ -251,15 +248,11 @@ bitmap->pitch = pitch; /* translate outline to render it into the bitmap */ - FT_Outline_Translate( outline, -x_shift, -y_shift ); - have_outline_shifted = TRUE; - - if ( FT_ALLOC( bitmap->buffer, (FT_ULong)pitch * height ) ) - goto Exit; - else - have_buffer = TRUE; - - slot->internal->flags |= FT_GLYPH_OWN_BITMAP; + if ( x_shift || y_shift ) + { + FT_Outline_Translate( outline, x_shift, y_shift ); + have_outline_shifted = TRUE; + } /* set up parameters */ params.target = bitmap; @@ -366,20 +359,6 @@ #endif /* !FT_CONFIG_OPTION_SUBPIXEL_RENDERING */ - /* - * XXX: on 16bit system, we return an error for huge bitmap - * to prevent an overflow. - */ - if ( x_left > FT_INT_MAX || y_top > FT_INT_MAX ) - { - error = FT_THROW( Invalid_Pixel_Size ); - goto Exit; - } - - slot->format = FT_GLYPH_FORMAT_BITMAP; - slot->bitmap_left = (FT_Int)x_left; - slot->bitmap_top = (FT_Int)y_top; - /* everything is fine; don't deallocate buffer */ have_buffer = FALSE; @@ -387,9 +366,7 @@ Exit: if ( have_outline_shifted ) - FT_Outline_Translate( outline, x_shift, y_shift ); - if ( have_translated_origin ) - FT_Outline_Translate( outline, -origin->x, -origin->y ); + FT_Outline_Translate( outline, -x_shift, -y_shift ); if ( have_buffer ) { FT_FREE( bitmap->buffer ); diff --git a/freetype/src/tools/afblue.pl b/freetype/src/tools/afblue.pl index 58aa2a055..60fe6966a 100644 --- a/freetype/src/tools/afblue.pl +++ b/freetype/src/tools/afblue.pl @@ -63,8 +63,8 @@ my $enum_element_re = qr/ ^ \s* ( [A-Za-z0-9_]+ ) \s* $ /x; # '#' '\n' my $preprocessor_re = qr/ ^ \# /x; -# '/' '/' '\n' -my $comment_re = qr| ^ // |x; +# [] '/' '/' '\n' +my $comment_re = qr| ^ \s* // |x; # empty line my $whitespace_only_re = qr/ ^ \s* $ /x; @@ -159,6 +159,9 @@ sub convert_ascii_chars # A series of ASCII characters in the printable range. my $s = shift; + # We ignore spaces. + $s =~ s/ //g; + my $count = $s =~ s/\G(.)/'$1', /g; $curr_offset += $count; $curr_elem_size += $count; diff --git a/freetype/src/tools/docmaker/content.py b/freetype/src/tools/docmaker/content.py index 98025e67e..adea6f1d7 100644 --- a/freetype/src/tools/docmaker/content.py +++ b/freetype/src/tools/docmaker/content.py @@ -1,57 +1,81 @@ -# Content (c) 2002, 2004, 2006-2009, 2012, 2013 -# David Turner # -# This file contains routines used to parse the content of documentation -# comment blocks and build more structured objects out of them. +# content.py +# +# Parse comment blocks to build content blocks (library file). +# +# Copyright 2002, 2004, 2006-2009, 2012-2014 by +# David Turner. +# +# This file is part of the FreeType project, and may only be used, +# modified, and distributed under the terms of the FreeType project +# license, LICENSE.TXT. By continuing to use, modify, or distribute +# this file you indicate that you have read the license and +# understand and accept it fully. + +# +# This file contains routines to parse documentation comment blocks, +# building more structured objects out of them. # + from sources import * -from utils import * +from utils import * + import string, re -# this regular expression is used to detect code sequences. these -# are simply code fragments embedded in '{' and '}' like in: # -# { -# x = y + z; -# if ( zookoo == 2 ) -# { -# foobar(); -# } -# } +# Regular expressions to detect code sequences. `Code sequences' are simply +# code fragments embedded in '{' and '}', as demonstrated in the following +# example. +# +# { +# x = y + z; +# if ( zookoo == 2 ) +# { +# foobar(); +# } +# } # -# note that indentation of the starting and ending accolades must be -# exactly the same. the code sequence can contain accolades at greater -# indentation +# Note that the indentation of the first opening brace and the last closing +# brace must be exactly the same. The code sequence itself should have a +# larger indentation than the surrounding braces. # re_code_start = re.compile( r"(\s*){\s*$" ) re_code_end = re.compile( r"(\s*)}\s*$" ) -# this regular expression is used to isolate identifiers from -# other text # -re_identifier = re.compile( r'((?:\w|-)*)' ) - - -# we collect macros ending in `_H'; while outputting the object data, we use -# this info together with the object's file location to emit the appropriate -# header file macro and name before the object itself +# A regular expression to isolate identifiers from other text. # -re_header_macro = re.compile( r'^#define\s{1,}(\w{1,}_H)\s{1,}<(.*)>' ) +re_identifier = re.compile( r'((?:\w|-)*)' ) -############################################################################# # -# The DocCode class is used to store source code lines. +# We collect macro names ending in `_H' (group 1), as defined in +# `config/ftheader.h'. While outputting the object data, we use this info +# together with the object's file location (group 2) to emit the appropriate +# header file macro and its associated file name before the object itself. # -# 'self.lines' contains a set of source code lines that will be dumped as -# HTML in a
                   tag.
                  +# Example:
                   #
                  -#   The object is filled line by line by the parser; it strips the leading
                  -#   "margin" space from each input line before storing it in 'self.lines'.
                  +#   #define FT_FREETYPE_H 
                   #
                  +re_header_macro = re.compile( r'^#define\s{1,}(\w{1,}_H)\s{1,}<(.*)>' )
                  +
                  +
                  +################################################################
                  +##
                  +##  DOC CODE CLASS
                  +##
                  +##  The `DocCode' class is used to store source code lines.
                  +##
                  +##  `self.lines' contains a set of source code lines that will be dumped as
                  +##  HTML in a 
                   tag.
                  +##
                  +##  The object is filled line by line by the parser; it strips the leading
                  +##  `margin' space from each input line before storing it in `self.lines'.
                  +##
                   class  DocCode:
                   
                       def  __init__( self, margin, lines ):
                  @@ -77,12 +101,14 @@ class  DocCode:
                   
                   
                   
                  -#############################################################################
                  -#
                  -# The DocPara class is used to store "normal" text paragraph.
                  -#
                  -#   'self.words' contains the list of words that make up the paragraph
                  -#
                  +################################################################
                  +##
                  +##  DOC PARA CLASS
                  +##
                  +##  `Normal' text paragraphs are stored in the `DocPara' class.
                  +##
                  +##  `self.words' contains the list of words that make up the paragraph.
                  +##
                   class  DocPara:
                   
                       def  __init__( self, lines ):
                  @@ -123,17 +149,18 @@ class  DocPara:
                           return result
                   
                   
                  -
                  -#############################################################################
                  -#
                  -#  The DocField class is used to store a list containing either DocPara or
                  -#  DocCode objects. Each DocField also has an optional "name" which is used
                  -#  when the object corresponds to a field or value definition
                  -#
                  +################################################################
                  +##
                  +##  DOC FIELD CLASS
                  +##
                  +##  The `DocField' class stores a list containing either `DocPara' or
                  +##  `DocCode' objects.  Each DocField object also has an optional `name'
                  +##  that is used when the object corresponds to a field or value definition.
                  +##
                   class  DocField:
                   
                       def  __init__( self, name, lines ):
                  -        self.name  = name  # can be None for normal paragraphs/sources
                  +        self.name  = name  # can be `None' for normal paragraphs/sources
                           self.items = []    # list of items
                   
                           mode_none  = 0     # start parsing mode
                  @@ -143,14 +170,14 @@ class  DocField:
                           margin     = -1    # current code sequence indentation
                           cur_lines  = []
                   
                  -        # now analyze the markup lines to see if they contain paragraphs,
                  -        # code sequences or fields definitions
                  +        # analyze the markup lines to check whether they contain paragraphs,
                  +        # code sequences, or fields definitions
                           #
                           start = 0
                           mode  = mode_none
                   
                           for l in lines:
                  -            # are we parsing a code sequence ?
                  +            # are we parsing a code sequence?
                               if mode == mode_code:
                                   m = re_code_end.match( l )
                                   if m and len( m.group( 1 ) ) <= margin:
                  @@ -161,10 +188,10 @@ class  DocField:
                                       cur_lines = []
                                       mode      = mode_none
                                   else:
                  -                    # nope, continue the code sequence
                  +                    # otherwise continue the code sequence
                                       cur_lines.append( l[margin:] )
                               else:
                  -                # start of code sequence ?
                  +                # start of code sequence?
                                   m = re_code_start.match( l )
                                   if m:
                                       # save current lines
                  @@ -222,13 +249,29 @@ class  DocField:
                           return result
                   
                   
                  -
                  -# this regular expression is used to detect field definitions
                   #
                  -re_field = re.compile( r"\s*(\w*|\w(\w|\.)*\w)\s*::" )
                  -
                  -
                  -
                  +# A regular expression to detect field definitions.
                  +#
                  +# Examples:
                  +#
                  +#   foo     ::
                  +#   foo.bar ::
                  +#
                  +re_field = re.compile( r"""
                  +                         \s*
                  +                           (
                  +                             \w*
                  +                           |
                  +                             \w (\w | \.)* \w
                  +                           )
                  +                         \s* ::
                  +                       """, re.VERBOSE )
                  +
                  +
                  +################################################################
                  +##
                  +##  DOC MARKUP CLASS
                  +##
                   class  DocMarkup:
                   
                       def  __init__( self, tag, lines ):
                  @@ -242,7 +285,7 @@ class  DocMarkup:
                           for l in lines:
                               m = re_field.match( l )
                               if m:
                  -                # we detected the start of a new field definition
                  +                # We detected the start of a new field definition.
                   
                                   # first, save the current one
                                   if cur_lines:
                  @@ -275,7 +318,10 @@ class  DocMarkup:
                           print " " * margin + ""
                   
                   
                  -
                  +################################################################
                  +##
                  +##  DOC CHAPTER CLASS
                  +##
                   class  DocChapter:
                   
                       def  __init__( self, block ):
                  @@ -291,7 +337,10 @@ class  DocChapter:
                               self.order = []
                   
                   
                  -
                  +################################################################
                  +##
                  +##  DOC SECTION CLASS
                  +##
                   class  DocSection:
                   
                       def  __init__( self, name = "Other" ):
                  @@ -320,18 +369,21 @@ class  DocSection:
                                   self.title       = title
                                   self.abstract    = block.get_markup_words( "abstract" )
                                   self.description = block.get_markup_items( "description" )
                  -                self.order       = block.get_markup_words( "order" )
                  +                self.order       = block.get_markup_words_all( "order" )
                                   return
                   
                       def  reorder( self ):
                           self.block_names = sort_order_list( self.block_names, self.order )
                   
                   
                  -
                  +################################################################
                  +##
                  +##  CONTENT PROCESSOR CLASS
                  +##
                   class  ContentProcessor:
                   
                       def  __init__( self ):
                  -        """initialize a block content processor"""
                  +        """Initialize a block content processor."""
                           self.reset()
                   
                           self.sections = {}    # dictionary of documentation sections
                  @@ -342,8 +394,8 @@ class  ContentProcessor:
                           self.headers  = {}    # dictionary of header macros
                   
                       def  set_section( self, section_name ):
                  -        """set current section during parsing"""
                  -        if not self.sections.has_key( section_name ):
                  +        """Set current section during parsing."""
                  +        if not section_name in self.sections:
                               section = DocSection( section_name )
                               self.sections[section_name] = section
                               self.section                = section
                  @@ -354,15 +406,14 @@ class  ContentProcessor:
                           chapter = DocChapter( block )
                           self.chapters.append( chapter )
                   
                  -
                       def  reset( self ):
                  -        """reset the content processor for a new block"""
                  +        """Reset the content processor for a new block."""
                           self.markups      = []
                           self.markup       = None
                           self.markup_lines = []
                   
                       def  add_markup( self ):
                  -        """add a new markup section"""
                  +        """Add a new markup section."""
                           if self.markup and self.markup_lines:
                   
                               # get rid of last line of markup if it's empty
                  @@ -378,8 +429,8 @@ class  ContentProcessor:
                               self.markup_lines = []
                   
                       def  process_content( self, content ):
                  -        """process a block content and return a list of DocMarkup objects
                  -           corresponding to it"""
                  +        """Process a block content and return a list of DocMarkup objects
                  +           corresponding to it."""
                           markup       = None
                           markup_lines = []
                           first        = 1
                  @@ -437,7 +488,7 @@ class  ContentProcessor:
                           # listed there
                           for chap in self.chapters:
                               for sec in chap.order:
                  -                if self.sections.has_key( sec ):
                  +                if sec in self.sections:
                                       section = self.sections[sec]
                                       section.chapter = chap
                                       section.reorder()
                  @@ -452,6 +503,7 @@ class  ContentProcessor:
                           others = []
                           for sec in self.sections.values():
                               if not sec.chapter:
                  +                sec.reorder()
                                   others.append( sec )
                   
                           # create a new special chapter for all remaining sections
                  @@ -463,7 +515,10 @@ class  ContentProcessor:
                               self.chapters.append( chap )
                   
                   
                  -
                  +################################################################
                  +##
                  +##  DOC BLOCK CLASS
                  +##
                   class  DocBlock:
                   
                       def  __init__( self, source, follow, processor ):
                  @@ -540,7 +595,7 @@ class  DocBlock:
                           return self.source.location()
                   
                       def  get_markup( self, tag_name ):
                  -        """return the DocMarkup corresponding to a given tag in a block"""
                  +        """Return the DocMarkup corresponding to a given tag in a block."""
                           for m in self.markups:
                               if m.tag == string.lower( tag_name ):
                                   return m
                  @@ -553,6 +608,21 @@ class  DocBlock:
                           except:
                               return []
                   
                  +    def  get_markup_words_all( self, tag_name ):
                  +        try:
                  +            m = self.get_markup( tag_name )
                  +            words = []
                  +            for item in m.fields[0].items:
                  +                # We honour empty lines in an `' section element by
                  +                # adding the sentinel `/empty/'.  The formatter should then
                  +                # convert it to an appropriate representation in the
                  +                # `section_enter' function.
                  +                words += item.words
                  +                words.append( "/empty/" )
                  +            return words
                  +        except:
                  +            return []
                  +
                       def  get_markup_text( self, tag_name ):
                           result = self.get_markup_words( tag_name )
                           return string.join( result )
                  diff --git a/freetype/src/tools/docmaker/docmaker.py b/freetype/src/tools/docmaker/docmaker.py
                  index bf75c5d5f..4fb1abf23 100644
                  --- a/freetype/src/tools/docmaker/docmaker.py
                  +++ b/freetype/src/tools/docmaker/docmaker.py
                  @@ -1,16 +1,26 @@
                   #!/usr/bin/env python
                   #
                  -#  DocMaker (c) 2002, 2004, 2008, 2013 David Turner 
                  +#  docmaker.py
                   #
                  -# This program is a re-write of the original DocMaker tool used
                  -# to generate the API Reference of the FreeType font engine
                  -# by converting in-source comments into structured HTML.
                  +#    Convert source code markup to HTML documentation.
                   #
                  -# This new version is capable of outputting XML data, as well
                  -# as accepts more liberal formatting options.
                  +#  Copyright 2002, 2004, 2008, 2013, 2014 by
                  +#  David Turner.
                   #
                  -# It also uses regular expression matching and substitution
                  -# to speed things significantly.
                  +#  This file is part of the FreeType project, and may only be used,
                  +#  modified, and distributed under the terms of the FreeType project
                  +#  license, LICENSE.TXT.  By continuing to use, modify, or distribute
                  +#  this file you indicate that you have read the license and
                  +#  understand and accept it fully.
                  +
                  +#
                  +# This program is a re-write of the original DocMaker tool used to generate
                  +# the API Reference of the FreeType font rendering engine by converting
                  +# in-source comments into structured HTML.
                  +#
                  +# This new version is capable of outputting XML data as well as accepting
                  +# more liberal formatting options.  It also uses regular expression matching
                  +# and substitution to speed up operation significantly.
                   #
                   
                   from sources   import *
                  @@ -39,13 +49,13 @@ def  usage():
                   
                   
                   def  main( argv ):
                  -    """main program loop"""
                  +    """Main program loop."""
                   
                       global output_dir
                   
                       try:
                  -        opts, args = getopt.getopt( sys.argv[1:], \
                  -                                    "ht:o:p:",    \
                  +        opts, args = getopt.getopt( sys.argv[1:],
                  +                                    "ht:o:p:",
                                                       ["help", "title=", "output=", "prefix="] )
                       except getopt.GetoptError:
                           usage()
                  @@ -56,7 +66,6 @@ def  main( argv ):
                           sys.exit( 1 )
                   
                       # process options
                  -    #
                       project_title  = "Project"
                       project_prefix = None
                       output_dir     = None
                  @@ -90,7 +99,9 @@ def  main( argv ):
                       # process sections
                       content_processor.finish()
                   
                  -    formatter = HtmlFormatter( content_processor, project_title, project_prefix )
                  +    formatter = HtmlFormatter( content_processor,
                  +                               project_title,
                  +                               project_prefix )
                   
                       formatter.toc_dump()
                       formatter.index_dump()
                  @@ -98,9 +109,7 @@ def  main( argv ):
                   
                   
                   # if called from the command line
                  -#
                   if __name__ == '__main__':
                       main( sys.argv )
                   
                  -
                   # eof
                  diff --git a/freetype/src/tools/docmaker/formatter.py b/freetype/src/tools/docmaker/formatter.py
                  index f62ce676c..7152c019d 100644
                  --- a/freetype/src/tools/docmaker/formatter.py
                  +++ b/freetype/src/tools/docmaker/formatter.py
                  @@ -1,19 +1,37 @@
                  -#  Formatter (c) 2002, 2004, 2007, 2008 David Turner 
                   #
                  +#  formatter.py
                  +#
                  +#    Convert parsed content blocks to a structured document (library file).
                  +#
                  +#  Copyright 2002, 2004, 2007, 2008, 2014 by
                  +#  David Turner.
                  +#
                  +#  This file is part of the FreeType project, and may only be used,
                  +#  modified, and distributed under the terms of the FreeType project
                  +#  license, LICENSE.TXT.  By continuing to use, modify, or distribute
                  +#  this file you indicate that you have read the license and
                  +#  understand and accept it fully.
                  +
                  +#
                  +# This is the base Formatter class.  Its purpose is to convert a content
                  +# processor's data into specific documents (i.e., table of contents, global
                  +# index, and individual API reference indices).
                  +#
                  +# You need to sub-class it to output anything sensible.  For example, the
                  +# file `tohtml.py' contains the definition of the `HtmlFormatter' sub-class
                  +# to output HTML.
                  +#
                  +
                   
                   from sources import *
                   from content import *
                   from utils   import *
                   
                  -# This is the base Formatter class.  Its purpose is to convert
                  -# a content processor's data into specific documents (i.e., table of
                  -# contents, global index, and individual API reference indices).
                  -#
                  -# You need to sub-class it to output anything sensible.  For example,
                  -# the file tohtml.py contains the definition of the HtmlFormatter sub-class
                  -# used to output -- you guessed it -- HTML.
                  -#
                   
                  +################################################################
                  +##
                  +##  FORMATTER CLASS
                  +##
                   class  Formatter:
                   
                       def  __init__( self, processor ):
                  @@ -36,20 +54,22 @@ class  Formatter:
                                               self.add_identifier( field.name, block )
                   
                           self.block_index = self.identifiers.keys()
                  -        self.block_index.sort( index_sort )
                  +        self.block_index.sort( key = index_key )
                   
                       def  add_identifier( self, name, block ):
                  -        if self.identifiers.has_key( name ):
                  +        if name in self.identifiers:
                               # duplicate name!
                  -            sys.stderr.write(                                           \
                  -               "WARNING: duplicate definition for '" + name + "' in " + \
                  -               block.location() + ", previous definition in " +         \
                  -               self.identifiers[name].location() + "\n" )
                  +            sys.stderr.write( "WARNING: duplicate definition for"
                  +                              + " '" + name + "' "
                  +                              + "in " + block.location() + ", "
                  +                              + "previous definition in "
                  +                              + self.identifiers[name].location()
                  +                              + "\n" )
                           else:
                               self.identifiers[name] = block
                   
                       #
                  -    #  Formatting the table of contents
                  +    # formatting the table of contents
                       #
                       def  toc_enter( self ):
                           pass
                  @@ -97,7 +117,7 @@ class  Formatter:
                               close_output( output )
                   
                       #
                  -    #  Formatting the index
                  +    # formatting the index
                       #
                       def  index_enter( self ):
                           pass
                  @@ -128,7 +148,7 @@ class  Formatter:
                               close_output( output )
                   
                       #
                  -    #  Formatting a section
                  +    # formatting a section
                       #
                       def  section_enter( self, section ):
                           pass
                  @@ -162,7 +182,22 @@ class  Formatter:
                           self.section_enter( section )
                   
                           for name in section.block_names:
                  -            block = self.identifiers[name]
                  +            skip_entry = 0
                  +            try:
                  +                block = self.identifiers[name]
                  +                # `block_names' can contain field names also,
                  +                # which we filter out
                  +                for markup in block.markups:
                  +                    if markup.tag == 'values':
                  +                        for field in markup.fields:
                  +                            if field.name == name:
                  +                                skip_entry = 1
                  +            except:
                  +                skip_entry = 1   # this happens e.g. for `/empty/' entries
                  +
                  +            if skip_entry:
                  +              continue
                  +
                               self.block_enter( block )
                   
                               for markup in block.markups[1:]:   # always ignore first markup!
                  diff --git a/freetype/src/tools/docmaker/sources.py b/freetype/src/tools/docmaker/sources.py
                  index dab834978..61ecc22c4 100644
                  --- a/freetype/src/tools/docmaker/sources.py
                  +++ b/freetype/src/tools/docmaker/sources.py
                  @@ -1,62 +1,70 @@
                  -#  Sources (c) 2002-2004, 2006-2009, 2012, 2013
                  -#    David Turner 
                   #
                  +#  sources.py
                   #
                  -# this file contains definitions of classes needed to decompose
                  -# C sources files into a series of multi-line "blocks". There are
                  -# two kinds of blocks:
                  +#    Convert source code comments to multi-line blocks (library file).
                   #
                  -#   - normal blocks, which contain source code or ordinary comments
                  +#  Copyright 2002-2004, 2006-2009, 2012-2014 by
                  +#  David Turner.
                   #
                  -#   - documentation blocks, which have restricted formatting, and
                  -#     whose text always start with a documentation markup tag like
                  -#     "", "", etc..
                  +#  This file is part of the FreeType project, and may only be used,
                  +#  modified, and distributed under the terms of the FreeType project
                  +#  license, LICENSE.TXT.  By continuing to use, modify, or distribute
                  +#  this file you indicate that you have read the license and
                  +#  understand and accept it fully.
                  +
                  +#
                  +# This library file contains definitions of classes needed to decompose C
                  +# source code files into a series of multi-line `blocks'.  There are two
                  +# kinds of blocks.
                  +#
                  +#   - Normal blocks, which contain source code or ordinary comments.
                   #
                  -# the routines used to process the content of documentation blocks
                  -# are not contained here, but in "content.py"
                  +#   - Documentation blocks, which have restricted formatting, and whose text
                  +#     always start with a documentation markup tag like `',
                  +#     `', etc.
                   #
                  -# the classes and methods found here only deal with text parsing
                  -# and basic documentation block extraction
                  +# The routines to process the content of documentation blocks are contained
                  +# in file `content.py'; the classes and methods found here only deal with
                  +# text parsing and basic documentation block extraction.
                   #
                   
                  -import fileinput, re, sys, os, string
                   
                  +import fileinput, re, sys, os, string
                   
                   
                   ################################################################
                   ##
                  -##  BLOCK FORMAT PATTERN
                  +##  SOURCE BLOCK FORMAT CLASS
                  +##
                  +##  A simple class containing compiled regular expressions to detect
                  +##  potential documentation format block comments within C source code.
                   ##
                  -##   A simple class containing compiled regular expressions used
                  -##   to detect potential documentation format block comments within
                  -##   C source code
                  +##  The `column' pattern must contain a group to `unbox' the content of
                  +##  documentation comment blocks.
                   ##
                  -##   note that the 'column' pattern must contain a group that will
                  -##   be used to "unbox" the content of documentation comment blocks
                  +##  Later on, paragraphs are converted to long lines, which simplifies the
                  +##  regular expressions that act upon the text.
                   ##
                   class  SourceBlockFormat:
                   
                       def  __init__( self, id, start, column, end ):
                  -        """create a block pattern, used to recognize special documentation blocks"""
                  +        """Create a block pattern, used to recognize special documentation
                  +           blocks."""
                           self.id     = id
                           self.start  = re.compile( start, re.VERBOSE )
                           self.column = re.compile( column, re.VERBOSE )
                           self.end    = re.compile( end, re.VERBOSE )
                   
                   
                  -
                   #
                  -# format 1 documentation comment blocks look like the following:
                  +# Format 1 documentation comment blocks.
                   #
                  -#    /************************************/
                  +#    /************************************/ (at least 2 asterisks)
                   #    /*                                  */
                   #    /*                                  */
                   #    /*                                  */
                  -#    /************************************/
                  -#
                  -# we define a few regular expressions here to detect them
                  +#    /************************************/ (at least 2 asterisks)
                   #
                  -
                   start = r'''
                     \s*      # any number of whitespace
                     /\*{2,}/ # followed by '/' and at least two asterisks then '/'
                  @@ -75,16 +83,13 @@ re_source_block_format1 = SourceBlockFormat( 1, start, column, start )
                   
                   
                   #
                  -# format 2 documentation comment blocks look like the following:
                  +# Format 2 documentation comment blocks.
                   #
                   #    /************************************ (at least 2 asterisks)
                   #     *
                  +#     *                                    (1 asterisk)
                   #     *
                  -#     *
                  -#     *
                  -#     **/       (1 or more asterisks at the end)
                  -#
                  -# we define a few regular expressions here to detect them
                  +#     */                                   (1 or more asterisks)
                   #
                   start = r'''
                     \s*     # any number of whitespace
                  @@ -93,9 +98,9 @@ start = r'''
                   '''
                   
                   column = r'''
                  -  \s*        # any number of whitespace
                  -  \*{1}(?!/) # followed by precisely one asterisk not followed by `/'
                  -  (.*)       # then anything (group1)
                  +  \s*           # any number of whitespace
                  +  \*{1}(?![*/]) # followed by precisely one asterisk not followed by `/'
                  +  (.*)          # then anything (group1)
                   '''
                   
                   end = r'''
                  @@ -107,47 +112,56 @@ re_source_block_format2 = SourceBlockFormat( 2, start, column, end )
                   
                   
                   #
                  -# the list of supported documentation block formats, we could add new ones
                  -# relatively easily
                  +# The list of supported documentation block formats.  We could add new ones
                  +# quite easily.
                   #
                   re_source_block_formats = [re_source_block_format1, re_source_block_format2]
                   
                   
                   #
                  -# the following regular expressions corresponds to markup tags
                  -# within the documentation comment blocks. they're equivalent
                  -# despite their different syntax
                  +# The following regular expressions correspond to markup tags within the
                  +# documentation comment blocks.  They are equivalent despite their different
                  +# syntax.
                  +#
                  +# A markup tag consists of letters or character `-', to be found in group 1.
                   #
                  -# notice how each markup tag _must_ begin a new line
                  +# Notice that a markup tag _must_ begin a new paragraph.
                   #
                   re_markup_tag1 = re.compile( r'''\s*<((?:\w|-)*)>''' )  #  format
                   re_markup_tag2 = re.compile( r'''\s*@((?:\w|-)*):''' )  # @xxxx: format
                   
                   #
                  -# the list of supported markup tags, we could add new ones relatively
                  -# easily
                  +# The list of supported markup tags.  We could add new ones quite easily.
                   #
                   re_markup_tags = [re_markup_tag1, re_markup_tag2]
                   
                  +
                   #
                  -# used to detect a cross-reference, after markup tags have been stripped
                  +# A regular expression to detect a cross reference, after markup tags have
                  +# been stripped off.  Group 1 is the reference, group 2 the rest of the
                  +# line.
                  +#
                  +# A cross reference consists of letters, digits, or characters `-' and `_'.
                   #
                   re_crossref = re.compile( r'@((?:\w|-)*)(.*)' )    #  @foo
                   
                   #
                  -# used to detect italic and bold styles in paragraph text
                  +# Two regular expressions to detect italic and bold markup, respectively.
                  +# Group 1 is the markup, group 2 the rest of the line.
                  +#
                  +# Note that the markup is limited to words consisting of letters, digits,
                  +# the character `_', or an apostrophe (but not as the first character).
                   #
                  -re_italic = re.compile( r"_(\w(\w|')*)_(.*)" )     #  _italic_
                  -re_bold   = re.compile( r"\*(\w(\w|')*)\*(.*)" )   #  *bold*
                  +re_italic = re.compile( r"_(\w(?:\w|')*)_(.*)" )     #  _italic_
                  +re_bold   = re.compile( r"\*(\w(?:\w|')*)\*(.*)" )   #  *bold*
                   
                   #
                  -# this regular expression code to identify an URL has been taken from
                  +# This regular expression code to identify an URL has been taken from
                   #
                   #   http://mail.python.org/pipermail/tutor/2002-September/017228.html
                   #
                  -# (with slight modifications)
                  +# (with slight modifications).
                   #
                  -
                   urls = r'(?:https?|telnet|gopher|file|wais|ftp)'
                   ltrs = r'\w'
                   gunk = r'/#~:.?+=&%@!\-'
                  @@ -177,17 +191,22 @@ url  = r"""
                   re_url = re.compile( url, re.VERBOSE | re.MULTILINE )
                   
                   #
                  -# used to detect the end of commented source lines
                  +# A regular expression that stops collection of comments for the current
                  +# block.
                   #
                  -re_source_sep = re.compile( r'\s*/\*\s*\*/' )
                  +re_source_sep = re.compile( r'\s*/\*\s*\*/' )   #  /* */
                   
                   #
                  -# used to perform cross-reference within source output
                  +# A regular expression to find possible C identifiers while outputting
                  +# source code verbatim, covering things like `*foo' or `(bar'.  Group 1 is
                  +# the prefix, group 2 the identifier -- since we scan lines from left to
                  +# right, sequentially splitting the source code into prefix and identifier
                  +# is fully sufficient for our purposes.
                   #
                   re_source_crossref = re.compile( r'(\W*)(\w*)' )
                   
                   #
                  -# a list of reserved source keywords
                  +# A regular expression that matches a list of reserved C source keywords.
                   #
                   re_source_keywords = re.compile( '''\\b ( typedef   |
                                                             struct    |
                  @@ -215,24 +234,16 @@ re_source_keywords = re.compile( '''\\b ( typedef   |
                   ##
                   ##  SOURCE BLOCK CLASS
                   ##
                  -##   A SourceProcessor is in charge of reading a C source file
                  -##   and decomposing it into a series of different "SourceBlocks".
                  -##   each one of these blocks can be made of the following data:
                  -##
                  -##   - A documentation comment block that starts with "/**" and
                  -##     whose exact format will be discussed later
                  -##
                  -##   - normal sources lines, including comments
                  +##  There are two important fields in a `SourceBlock' object.
                   ##
                  -##   the important fields in a text block are the following ones:
                  +##    self.lines
                  +##      A list of text lines for the corresponding block.
                   ##
                  -##     self.lines   : a list of text lines for the corresponding block
                  -##
                  -##     self.content : for documentation comment blocks only, this is the
                  -##                    block content that has been "unboxed" from its
                  -##                    decoration. This is None for all other blocks
                  -##                    (i.e. sources or ordinary comments with no starting
                  -##                     markup tag)
                  +##    self.content
                  +##      For documentation comment blocks only, this is the block content
                  +##      that has been `unboxed' from its decoration.  This is `None' for all
                  +##      other blocks (i.e., sources or ordinary comments with no starting
                  +##      markup tag)
                   ##
                   class  SourceBlock:
                   
                  @@ -269,7 +280,7 @@ class  SourceBlock:
                       def  location( self ):
                           return "(" + self.filename + ":" + repr( self.lineno ) + ")"
                   
                  -    # debugging only - not used in normal operations
                  +    # debugging only -- not used in normal operations
                       def  dump( self ):
                           if self.content:
                               print "{{{content start---"
                  @@ -286,39 +297,38 @@ class  SourceBlock:
                               print line
                   
                   
                  -
                   ################################################################
                   ##
                   ##  SOURCE PROCESSOR CLASS
                   ##
                  -##   The SourceProcessor is in charge of reading a C source file
                  -##   and decomposing it into a series of different "SourceBlock"
                  -##   objects.
                  +##  The `SourceProcessor' is in charge of reading a C source file and
                  +##  decomposing it into a series of different `SourceBlock' objects.
                   ##
                  -##   each one of these blocks can be made of the following data:
                  +##  A SourceBlock object consists of the following data.
                   ##
                  -##   - A documentation comment block that starts with "/**" and
                  -##     whose exact format will be discussed later
                  +##    - A documentation comment block using one of the layouts above.  Its
                  +##      exact format will be discussed later.
                   ##
                  -##   - normal sources lines, include comments
                  +##    - Normal sources lines, including comments.
                   ##
                   ##
                   class  SourceProcessor:
                   
                       def  __init__( self ):
                  -        """initialize a source processor"""
                  +        """Initialize a source processor."""
                           self.blocks   = []
                           self.filename = None
                           self.format   = None
                           self.lines    = []
                   
                       def  reset( self ):
                  -        """reset a block processor, clean all its blocks"""
                  +        """Reset a block processor and clean up all its blocks."""
                           self.blocks = []
                           self.format = None
                   
                       def  parse_file( self, filename ):
                  -        """parse a C source file, and add its blocks to the processor's list"""
                  +        """Parse a C source file and add its blocks to the processor's
                  +           list."""
                           self.reset()
                   
                           self.filename = filename
                  @@ -337,16 +347,16 @@ class  SourceProcessor:
                                   self.process_normal_line( line )
                               else:
                                   if self.format.end.match( line ):
                  -                    # that's a normal block end, add it to 'lines' and
                  -                    # create a new block
                  +                    # A normal block end.  Add it to `lines' and create a
                  +                    # new block
                                       self.lines.append( line )
                                       self.add_block_lines()
                                   elif self.format.column.match( line ):
                  -                    # that's a normal column line, add it to 'lines'
                  +                    # A normal column line.  Add it to `lines'.
                                       self.lines.append( line )
                                   else:
                  -                    # humm.. this is an unexpected block end,
                  -                    # create a new block, but don't process the line
                  +                    # An unexpected block end.  Create a new block, but
                  +                    # don't process the line.
                                       self.add_block_lines()
                   
                                       # we need to process the line again
                  @@ -356,7 +366,8 @@ class  SourceProcessor:
                           self.add_block_lines()
                   
                       def  process_normal_line( self, line ):
                  -        """process a normal line and check whether it is the start of a new block"""
                  +        """Process a normal line and check whether it is the start of a new
                  +           block."""
                           for f in re_source_block_formats:
                               if f.start.match( line ):
                                   self.add_block_lines()
                  @@ -366,9 +377,12 @@ class  SourceProcessor:
                           self.lines.append( line )
                   
                       def  add_block_lines( self ):
                  -        """add the current accumulated lines and create a new block"""
                  +        """Add the current accumulated lines and create a new block."""
                           if self.lines != []:
                  -            block = SourceBlock( self, self.filename, self.lineno, self.lines )
                  +            block = SourceBlock( self,
                  +                                 self.filename,
                  +                                 self.lineno,
                  +                                 self.lines )
                   
                               self.blocks.append( block )
                               self.format = None
                  @@ -376,7 +390,7 @@ class  SourceProcessor:
                   
                       # debugging only, not used in normal operations
                       def  dump( self ):
                  -        """print all blocks in a processor"""
                  +        """Print all blocks in a processor."""
                           for b in self.blocks:
                               b.dump()
                   
                  diff --git a/freetype/src/tools/docmaker/tohtml.py b/freetype/src/tools/docmaker/tohtml.py
                  index 7944f1c99..05fc08a92 100644
                  --- a/freetype/src/tools/docmaker/tohtml.py
                  +++ b/freetype/src/tools/docmaker/tohtml.py
                  @@ -1,5 +1,19 @@
                  -#  ToHTML (c) 2002, 2003, 2005-2008, 2013
                  -#    David Turner 
                  +#
                  +#  tohtml.py
                  +#
                  +#    A sub-class container of the `Formatter' class to produce HTML.
                  +#
                  +#  Copyright 2002, 2003, 2005-2008, 2013, 2014 by
                  +#  David Turner.
                  +#
                  +#  This file is part of the FreeType project, and may only be used,
                  +#  modified, and distributed under the terms of the FreeType project
                  +#  license, LICENSE.TXT.  By continuing to use, modify, or distribute
                  +#  this file you indicate that you have read the license and
                  +#  understand and accept it fully.
                  +
                  +# The parent class is contained in file `formatter.py'.
                  +
                   
                   from sources import *
                   from content import *
                  @@ -8,7 +22,7 @@ from formatter import *
                   import time
                   
                   
                  -# The following defines the HTML header used by all generated pages.
                  +# The following strings define the HTML header used by all generated pages.
                   html_header_1 = """\
                   
                  @@ -21,62 +35,125 @@ html_header_1 = """\
                   html_header_2 = """\
                    API Reference
                   
                   
                   
                   """
                   
                  -html_header_3 = """
                  -
                  -
                  -
                  -
                  [
                  [
                  [
                  [Index][Index][TOC]
                  -

                  \ +html_header_5t = """\ +">TOC]

                  +

                  \ """ -html_header_5t = """\ -">Index]

                  -

                  \ +html_header_5i = """\ +">Index]

                  +

                  \ """ html_header_6 = """\ - API Reference

                  + API Reference """ @@ -87,8 +164,8 @@ html_footer = """\ """ # The header and footer used for each section. -section_title_header = "

                  " -section_title_footer = "

                  " +section_title_header = "

                  " +section_title_footer = "

                  " # The header and footer used for code segments. code_header = '
                  '
                  @@ -99,66 +176,65 @@ para_header = "

                  " para_footer = "

                  " # Block header and footer. -block_header = '
                  ' +block_header = '
                  ' block_footer_start = """\ -
                  -
                  - - -\ +\ +
                  [
                  [Index][Index][Top][TOC]
                  +">TOC]
                  """ # Description header/footer. -description_header = '
                  ' -description_footer = "

                  " +description_header = "" +description_footer = "" # Marker header/inter/footer combination. -marker_header = '
                  ' -marker_inter = "
                  " -marker_footer = "
                  " +marker_header = "

                  " +marker_inter = "

                  " +marker_footer = "" # Header location header/footer. -header_location_header = '
                  ' -header_location_footer = "

                  " +header_location_header = "

                  " +header_location_footer = "

                  " # Source code extracts header/footer. -source_header = '
                  \n'
                  -source_footer = "\n

                  " +source_header = "
                  "
                  +source_footer = "
                  " # Chapter header/inter/footer. -chapter_header = '

                  ' -chapter_inter = '

                  • ' -chapter_footer = '
                  ' +chapter_header = """\ +
                  +

                  \ +""" +chapter_inter = '

                  ' +chapter_footer = '
                  ' # Index footer. index_footer_start = """\
                  - -
                  [
                  [TOC]
                  +">TOC]
                  """ # TOC footer. toc_footer_start = """\
                  - - -
                  [
                  [Index]
                  +">Index]
                  """ -# source language keyword coloration/styling +# Source language keyword coloration and styling. keyword_prefix = '' keyword_suffix = '' @@ -166,66 +242,78 @@ section_synopsis_header = '

                  Synopsis

                  ' section_synopsis_footer = '' -# Translate a single line of source to HTML. This will convert -# a "<" into "<.", ">" into ">.", etc. +# Translate a single line of source to HTML. This converts `<', `>', and +# `&' into `<',`>', and `&'. +# def html_quote( line ): - result = string.replace( line, "&", "&" ) - result = string.replace( result, "<", "<" ) - result = string.replace( result, ">", ">" ) + result = string.replace( line, "&", "&" ) + result = string.replace( result, "<", "<" ) + result = string.replace( result, ">", ">" ) return result - +################################################################ +## +## HTML FORMATTER CLASS +## class HtmlFormatter( Formatter ): def __init__( self, processor, project_title, file_prefix ): Formatter.__init__( self, processor ) - global html_header_1, html_header_2, html_header_3 - global html_header_4, html_header_5, html_footer + global html_header_1 + global html_header_2 + global html_header_3l, html_header_3r + global html_header_4 + global html_header_5t, html_header_5i + global html_header_6 + global html_footer if file_prefix: file_prefix = file_prefix + "-" else: file_prefix = "" - self.headers = processor.headers - self.project_title = project_title - self.file_prefix = file_prefix - self.html_header = html_header_1 + project_title + \ - html_header_2 + \ - html_header_3 + file_prefix + "index.html" + \ - html_header_4 + file_prefix + "toc.html" + \ - html_header_5 + project_title + \ - html_header_6 - - self.html_index_header = html_header_1 + project_title + \ - html_header_2 + \ - html_header_3i + file_prefix + "toc.html" + \ - html_header_5 + project_title + \ - html_header_6 - - self.html_toc_header = html_header_1 + project_title + \ - html_header_2 + \ - html_header_3 + file_prefix + "index.html" + \ - html_header_5t + project_title + \ - html_header_6 - - self.html_footer = "
                  generated on " + \ - time.asctime( time.localtime( time.time() ) ) + \ - "
                  " + html_footer + self.headers = processor.headers + self.project_title = project_title + self.file_prefix = file_prefix + self.html_header = ( + html_header_1 + project_title + + html_header_2 + + html_header_3l + file_prefix + "index.html" + + html_header_4 + file_prefix + "toc.html" + + html_header_5t + project_title + + html_header_6 ) + self.html_index_header = ( + html_header_1 + project_title + + html_header_2 + + html_header_3r + file_prefix + "toc.html" + + html_header_5t + project_title + + html_header_6 ) + self.html_toc_header = ( + html_header_1 + project_title + + html_header_2 + + html_header_3l + file_prefix + "index.html" + + html_header_5i + project_title + + html_header_6 ) + self.html_footer = ( + '
                  generated on ' + + time.asctime( time.localtime( time.time() ) ) + + "
                  " + html_footer ) self.columns = 3 def make_section_url( self, section ): return self.file_prefix + section.name + ".html" - def make_block_url( self, block ): - return self.make_section_url( block.section ) + "#" + block.name + def make_block_url( self, block, name = None ): + if name == None: + name = block.name + return self.make_section_url( block.section ) + "#" + name def make_html_word( self, word ): - """analyze a simple word to detect cross-references and styling""" - # look for cross-references + """Analyze a simple word to detect cross-references and markup.""" + # handle cross-references m = re_crossref.match( word ) if m: try: @@ -236,27 +324,28 @@ class HtmlFormatter( Formatter ): return '' + name + '' + rest except: # we detected a cross-reference to an unknown item - sys.stderr.write( \ - "WARNING: undefined cross reference '" + name + "'.\n" ) + sys.stderr.write( "WARNING: undefined cross reference" + + " '" + name + "'.\n" ) return '?' + name + '?' + rest - # look for italics and bolds + # handle markup for italic and bold m = re_italic.match( word ) if m: name = m.group( 1 ) - rest = m.group( 3 ) + rest = m.group( 2 ) return '' + name + '' + rest m = re_bold.match( word ) if m: name = m.group( 1 ) - rest = m.group( 3 ) + rest = m.group( 2 ) return '' + name + '' + rest return html_quote( word ) def make_html_para( self, words ): - """ convert words of a paragraph into tagged HTML text, handle xrefs """ + """Convert words of a paragraph into tagged HTML text. Also handle + cross references.""" line = "" if words: line = self.make_html_word( words[0] ) @@ -265,8 +354,8 @@ class HtmlFormatter( Formatter ): # handle hyperlinks line = re_url.sub( r'\1', line ) # convert `...' quotations into real left and right single quotes - line = re.sub( r"(^|\W)`(.*?)'(\W|$)", \ - r'\1‘\2’\3', \ + line = re.sub( r"(^|\W)`(.*?)'(\W|$)", + r'\1‘\2’\3', line ) # convert tilde into non-breakable space line = string.replace( line, "~", " " ) @@ -274,7 +363,7 @@ class HtmlFormatter( Formatter ): return para_header + line + para_footer def make_html_code( self, lines ): - """ convert a code sequence to HTML """ + """Convert a code sequence to HTML.""" line = code_header + '\n' for l in lines: line = line + html_quote( l ) + '\n' @@ -282,7 +371,7 @@ class HtmlFormatter( Formatter ): return line + code_footer def make_html_items( self, items ): - """ convert a field's content into some valid HTML """ + """Convert a field's content into HTML.""" lines = [] for item in items: if item.lines: @@ -297,7 +386,9 @@ class HtmlFormatter( Formatter ): def print_html_field( self, field ): if field.name: - print "
                  " + field.name + "" + print( '
                  ' + + field.name + + "" ) print self.make_html_items( field.items ) @@ -318,12 +409,24 @@ class HtmlFormatter( Formatter ): result = result + prefix + '' + name + '' elif re_source_keywords.match( name ): # this is a C keyword - result = result + prefix + keyword_prefix + name + keyword_suffix - elif self.identifiers.has_key( name ): + result = ( result + prefix + + keyword_prefix + name + keyword_suffix ) + elif name in self.identifiers: # this is a known identifier block = self.identifiers[name] - result = result + prefix + '' + name + '' + id = block.name + + # link to a field ID if possible + for markup in block.markups: + if markup.tag == 'values': + for field in markup.fields: + if field.name: + id = name + + result = ( result + prefix + + '' + name + '' ) else: result = result + html_quote( line[:length] ) @@ -335,15 +438,11 @@ class HtmlFormatter( Formatter ): return result def print_html_field_list( self, fields ): - print "

                  " - print "" + print '
                  ' for field in fields: - if len( field.name ) > 22: - print "" - print "" print "
                  " + field.name + "
                  " - else: - print "
                  " + field.name + "" - + print ( '
                  ' + + field.name + + '' ) self.print_html_items( field.items ) print "
                  " @@ -352,10 +451,9 @@ class HtmlFormatter( Formatter ): table_fields = [] for field in markup.fields: if field.name: - # we begin a new series of field or value definitions, we - # will record them in the 'table_fields' list before outputting - # all of them as a single table - # + # We begin a new series of field or value definitions. We + # record them in the `table_fields' list before outputting + # all of them as a single table. table_fields.append( field ) else: if table_fields: @@ -368,7 +466,7 @@ class HtmlFormatter( Formatter ): self.print_html_field_list( table_fields ) # - # Formatting the index + # formatting the index # def index_enter( self ): print self.html_index_header @@ -380,11 +478,11 @@ class HtmlFormatter( Formatter ): self.index_items[name] = url def index_exit( self ): - # block_index already contains the sorted list of index names + # `block_index' already contains the sorted list of index names count = len( self.block_index ) - rows = ( count + self.columns - 1 ) / self.columns + rows = ( count + self.columns - 1 ) // self.columns - print "" + print '
                  ' for r in range( rows ): line = "" for c in range( self.columns ): @@ -392,7 +490,8 @@ class HtmlFormatter( Formatter ): if i < count: bname = self.block_index[r + c * rows] url = self.index_items[bname] - line = line + '' + line = ( line + '' ) else: line = line + '' line = line + "" @@ -400,9 +499,9 @@ class HtmlFormatter( Formatter ): print "
                  ' + bname + '' + + bname + '
                  " - print index_footer_start + \ - self.file_prefix + "toc.html" + \ - index_footer_end + print( index_footer_start + + self.file_prefix + "toc.html" + + index_footer_end ) print self.html_footer @@ -415,21 +514,20 @@ class HtmlFormatter( Formatter ): Formatter.index_dump( self, index_filename ) # - # Formatting the table of content + # formatting the table of contents # def toc_enter( self ): print self.html_toc_header - print "

                  Table of Contents

                  " + print "

                  Table of Contents

                  " def toc_chapter_enter( self, chapter ): - print chapter_header + string.join( chapter.title ) + chapter_inter - print "" + print chapter_header + string.join( chapter.title ) + chapter_inter + print '
                  ' def toc_section_enter( self, section ): - print '
                  ' - print '' + \ - section.title + '' - + print ( '
                  ' ) print self.make_html_para( section.abstract ) def toc_section_exit( self, section ): @@ -440,14 +538,14 @@ class HtmlFormatter( Formatter ): print chapter_footer def toc_index( self, index_filename ): - print chapter_header + \ - 'Global Index' + \ - chapter_inter + chapter_footer + print( chapter_header + + 'Global Index' + + chapter_inter + chapter_footer ) def toc_exit( self ): - print toc_footer_start + \ - self.file_prefix + "index.html" + \ - toc_footer_end + print( toc_footer_start + + self.file_prefix + "index.html" + + toc_footer_end ) print self.html_footer @@ -461,14 +559,12 @@ class HtmlFormatter( Formatter ): Formatter.toc_dump( self, toc_filename, index_filename ) # - # Formatting sections + # formatting sections # def section_enter( self, section ): print self.html_header - print section_title_header - print section.title - print section_title_footer + print section_title_header + section.title + section_title_footer maxwidth = 0 for b in section.blocks.values(): @@ -476,32 +572,43 @@ class HtmlFormatter( Formatter ): maxwidth = len( b.name ) width = 70 # XXX magic number - if maxwidth <> 0: + if maxwidth > 0: # print section synopsis print section_synopsis_header - print "" + print '
                  ' - columns = width / maxwidth + columns = width // maxwidth if columns < 1: columns = 1 count = len( section.block_names ) - rows = ( count + columns - 1 ) / columns + # don't handle last entry if it is empty + if section.block_names[-1] == "/empty/": + count -= 1 + rows = ( count + columns - 1 ) // columns for r in range( rows ): line = "" for c in range( columns ): i = r + c * rows - line = line + '' line = line + "" print line - print "
                  ' + line = line + '' if i < count: name = section.block_names[i] - line = line + '' + name + '' + if name == "/empty/": + # it can happen that a complete row is empty, and + # without a proper `filler' the browser might + # collapse the row to a much smaller height (or + # even omit it completely) + line = line + " " + else: + line = ( line + '' + + name + '' ) line = line + '


                  " + print "
                  " print section_synopsis_footer print description_header @@ -513,7 +620,7 @@ class HtmlFormatter( Formatter ): # place html anchor if needed if block.name: - print '

                  ' + block.name + '

                  ' + print( '

                  ' + block.name + '

                  ' ) # dump the block C source lines now if block.code: @@ -521,16 +628,17 @@ class HtmlFormatter( Formatter ): for f in self.headers.keys(): if block.source.filename.find( f ) >= 0: header = self.headers[f] + ' (' + f + ')' - break; + break # if not header: -# sys.stderr.write( \ -# 'WARNING: No header macro for ' + block.source.filename + '.\n' ) +# sys.stderr.write( +# "WARNING: No header macro for" +# + " '" + block.source.filename + "'.\n" ) if header: - print header_location_header - print 'Defined in ' + header + '.' - print header_location_footer + print ( header_location_header + + 'Defined in ' + header + '.' + + header_location_footer ) print source_header for l in block.code: @@ -552,15 +660,16 @@ class HtmlFormatter( Formatter ): print marker_footer def block_exit( self, block ): - print block_footer_start + self.file_prefix + "index.html" + \ - block_footer_middle + self.file_prefix + "toc.html" + \ - block_footer_end + print( block_footer_start + self.file_prefix + "index.html" + + block_footer_middle + self.file_prefix + "toc.html" + + block_footer_end ) def section_exit( self, section ): print html_footer def section_dump_all( self ): for section in self.sections: - self.section_dump( section, self.file_prefix + section.name + '.html' ) + self.section_dump( section, + self.file_prefix + section.name + '.html' ) # eof diff --git a/freetype/src/tools/docmaker/utils.py b/freetype/src/tools/docmaker/utils.py index 1d96658c7..b35823ab7 100644 --- a/freetype/src/tools/docmaker/utils.py +++ b/freetype/src/tools/docmaker/utils.py @@ -1,48 +1,42 @@ -# Utils (c) 2002, 2004, 2007, 2008 David Turner # - -import string, sys, os, glob - -# current output directory +# utils.py # -output_dir = None - - -# This function is used to sort the index. It is a simple lexicographical -# sort, except that it places capital letters before lowercase ones. +# Auxiliary functions for the `docmaker' tool (library file). # -def index_sort( s1, s2 ): - if not s1: - return -1 - - if not s2: - return 1 - - l1 = len( s1 ) - l2 = len( s2 ) - m1 = string.lower( s1 ) - m2 = string.lower( s2 ) +# Copyright 2002, 2004, 2007, 2008, 2014 by +# David Turner. +# +# This file is part of the FreeType project, and may only be used, +# modified, and distributed under the terms of the FreeType project +# license, LICENSE.TXT. By continuing to use, modify, or distribute +# this file you indicate that you have read the license and +# understand and accept it fully. - for i in range( l1 ): - if i >= l2 or m1[i] > m2[i]: - return 1 - if m1[i] < m2[i]: - return -1 +import string, sys, os, glob, itertools - if s1[i] < s2[i]: - return -1 - if s1[i] > s2[i]: - return 1 +# current output directory +# +output_dir = None - if l2 > l1: - return -1 - return 0 +# A function that generates a sorting key. We want lexicographical order +# (primary key) except that capital letters are sorted before lowercase +# ones (secondary key). +# +# The primary key is implemented by lowercasing the input. The secondary +# key is simply the original data appended, character by character. For +# example, the sort key for `FT_x' is `fFtT__xx', while the sort key for +# `ft_X' is `fftt__xX'. Since ASCII codes of uppercase letters are +# numerically smaller than the codes of lowercase letters, `fFtT__xx' gets +# sorted before `fftt__xX'. +# +def index_key( s ): + return string.join( itertools.chain( *zip( s.lower(), s ) ) ) -# Sort input_list, placing the elements of order_list in front. +# Sort `input_list', placing the elements of `order_list' in front. # def sort_order_list( input_list, order_list ): new_list = order_list[:] @@ -52,9 +46,9 @@ def sort_order_list( input_list, order_list ): return new_list -# Open the standard output to a given project documentation file. Use -# "output_dir" to determine the filename location if necessary and save the -# old stdout in a tuple that is returned by this function. +# Divert standard output to a given project documentation file. Use +# `output_dir' to determine the filename location if necessary and save the +# old stdout handle in a tuple that is returned by this function. # def open_output( filename ): global output_dir @@ -69,7 +63,7 @@ def open_output( filename ): return ( new_file, old_stdout ) -# Close the output that was returned by "close_output". +# Close the output that was returned by `open_output'. # def close_output( output ): output[0].close() @@ -83,15 +77,16 @@ def check_output(): if output_dir: if output_dir != "": if not os.path.isdir( output_dir ): - sys.stderr.write( "argument" + " '" + output_dir + "' " + \ - "is not a valid directory" ) + sys.stderr.write( "argument" + + " '" + output_dir + "' " + + "is not a valid directory" ) sys.exit( 2 ) else: output_dir = None def file_exists( pathname ): - """checks that a given file exists""" + """Check that a given file exists.""" result = 1 try: file = open( pathname, "r" ) @@ -104,12 +99,12 @@ def file_exists( pathname ): def make_file_list( args = None ): - """builds a list of input files from command-line arguments""" + """Build a list of input files from command-line arguments.""" file_list = [] # sys.stderr.write( repr( sys.argv[1 :] ) + '\n' ) if not args: - args = sys.argv[1 :] + args = sys.argv[1:] for pathname in args: if string.find( pathname, '*' ) >= 0: diff --git a/freetype/src/tools/ftrandom/README b/freetype/src/tools/ftrandom/README index c093f15e8..71bf05323 100644 --- a/freetype/src/tools/ftrandom/README +++ b/freetype/src/tools/ftrandom/README @@ -43,6 +43,6 @@ Arguments are: --rasterize Call FT_Render_Glyph as well as loading it. --result This is the directory in which test files are placed. - --test Run a single test on a pre-generated testcase. + --test Run a single test on a pre-generated testcase. Done in the current process so it can be debugged more easily. diff --git a/freetype/src/tools/ftrandom/ftrandom.c b/freetype/src/tools/ftrandom/ftrandom.c index 7c9795711..9a5b63267 100644 --- a/freetype/src/tools/ftrandom/ftrandom.c +++ b/freetype/src/tools/ftrandom/ftrandom.c @@ -449,9 +449,9 @@ fseek( new, getRandom( 0, item->len - 1 ), SEEK_SET ); if ( item->isbinary ) - putc( getRandom( 0, 0xff ), new ); + putc( getRandom( 0, 0xFF ), new ); else if ( item->isascii ) - putc( getRandom( 0x20, 0x7e ), new ); + putc( getRandom( 0x20, 0x7E ), new ); else { int hex = getRandom( 0, 15 ); diff --git a/freetype/src/tools/test_trig.c b/freetype/src/tools/test_trig.c index 49d927e36..99ac1cf17 100644 --- a/freetype/src/tools/test_trig.c +++ b/freetype/src/tools/test_trig.c @@ -20,7 +20,7 @@ int i; - for ( i = 0; i < FT_ANGLE_2PI; i += 0x10000 ) + for ( i = 0; i < FT_ANGLE_2PI; i += 0x10000L ) { FT_Fixed f1, f2; double d2; @@ -46,7 +46,7 @@ int i; - for ( i = 0; i < FT_ANGLE_2PI; i += 0x10000 ) + for ( i = 0; i < FT_ANGLE_2PI; i += 0x10000L ) { FT_Fixed f1, f2; double d2; @@ -72,7 +72,7 @@ int i; - for ( i = 0; i < FT_ANGLE_PI2-0x2000000; i += 0x10000 ) + for ( i = 0; i < FT_ANGLE_PI2 - 0x2000000L; i += 0x10000L ) { FT_Fixed f1, f2; double d2; @@ -98,7 +98,7 @@ int i; - for ( i = 0; i < FT_ANGLE_2PI; i += 0x10000 ) + for ( i = 0; i < FT_ANGLE_2PI; i += 0x10000L ) { FT_Fixed c2, s2; double l, a, c1, s1; @@ -133,7 +133,7 @@ int i; - for ( i = 0; i < FT_ANGLE_2PI; i += 0x10000 ) + for ( i = 0; i < FT_ANGLE_2PI; i += 0x10000L ) { FT_Vector v; double a, c1, s1; @@ -166,7 +166,7 @@ int i; - for ( i = 0; i < FT_ANGLE_2PI; i += 0x10000 ) + for ( i = 0; i < FT_ANGLE_2PI; i += 0x10000L ) { FT_Vector v; FT_Fixed l, l2; @@ -193,7 +193,7 @@ int rotate; - for ( rotate = 0; rotate < FT_ANGLE_2PI; rotate += 0x10000 ) + for ( rotate = 0; rotate < FT_ANGLE_2PI; rotate += 0x10000L ) { double ra, cra, sra; int i; @@ -203,7 +203,7 @@ cra = cos( ra ); sra = sin( ra ); - for ( i = 0; i < FT_ANGLE_2PI; i += 0x10000 ) + for ( i = 0; i < FT_ANGLE_2PI; i += 0x10000L ) { FT_Fixed c2, s2, c4, s4; FT_Vector v; diff --git a/freetype/src/truetype/ttdriver.c b/freetype/src/truetype/ttdriver.c index 36d23a282..ecf4cdcb4 100644 --- a/freetype/src/truetype/ttdriver.c +++ b/freetype/src/truetype/ttdriver.c @@ -4,7 +4,7 @@ /* */ /* TrueType font driver implementation (body). */ /* */ -/* Copyright 1996-2013 by */ +/* Copyright 1996-2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -267,7 +267,7 @@ /* use the scaled metrics, even when tt_size_reset fails */ FT_Select_Metrics( size->face, strike_index ); - tt_size_reset( ttsize ); + tt_size_reset( ttsize ); /* ignore return value */ } else { @@ -370,7 +370,7 @@ return FT_THROW( Invalid_Size_Handle ); if ( !face ) - return FT_THROW( Invalid_Argument ); + return FT_THROW( Invalid_Face_Handle ); #ifdef FT_CONFIG_OPTION_INCREMENTAL if ( glyph_index >= (FT_UInt)face->num_glyphs && @@ -481,7 +481,7 @@ SFNT_Service sfnt; - /* TT_SERVICES_GET derefers `library' in PIC mode */ + /* TT_SERVICES_GET dereferences `library' in PIC mode */ #ifdef FT_CONFIG_OPTION_PIC if ( !driver ) return NULL; diff --git a/freetype/src/truetype/ttgload.c b/freetype/src/truetype/ttgload.c index 5f676a2ef..c5841c301 100644 --- a/freetype/src/truetype/ttgload.c +++ b/freetype/src/truetype/ttgload.c @@ -4,7 +4,7 @@ /* */ /* TrueType Glyph Loader (body). */ /* */ -/* Copyright 1996-2013 */ +/* Copyright 1996-2014 */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -99,13 +99,13 @@ else if ( face->os2.version != 0xFFFFU ) { - *tsb = face->os2.sTypoAscender - yMax; + *tsb = (FT_Short)( face->os2.sTypoAscender - yMax ); *ah = face->os2.sTypoAscender - face->os2.sTypoDescender; } else { - *tsb = face->horizontal.Ascender - yMax; + *tsb = (FT_Short)( face->horizontal.Ascender - yMax ); *ah = face->horizontal.Ascender - face->horizontal.Descender; } @@ -801,10 +801,8 @@ FT_Outline current_outline = gloader->current.outline; - error = TT_Set_CodeRange( loader->exec, tt_coderange_glyph, - loader->exec->glyphIns, n_ins ); - if ( error ) - return error; + TT_Set_CodeRange( loader->exec, tt_coderange_glyph, + loader->exec->glyphIns, n_ins ); loader->exec->is_composite = is_composite; loader->exec->pts = *zone; @@ -1789,8 +1787,12 @@ /* (1): exists from the beginning */ /* (2): components that have been loaded so far */ /* (3): the newly loaded component */ - TT_Process_Composite_Component( loader, subglyph, start_point, - num_base_points ); + error = TT_Process_Composite_Component( loader, + subglyph, + start_point, + num_base_points ); + if ( error ) + goto Exit; } loader->stream = old_stream; @@ -1799,16 +1801,17 @@ /* process the glyph */ loader->ins_pos = ins_pos; if ( IS_HINTED( loader->load_flags ) && - #ifdef TT_USE_BYTECODE_INTERPRETER - subglyph->flags & WE_HAVE_INSTR && - #endif - num_points > start_point ) - TT_Process_Composite_Glyph( loader, start_point, start_contour ); - + { + error = TT_Process_Composite_Glyph( loader, + start_point, + start_contour ); + if ( error ) + goto Exit; + } } } else @@ -2083,6 +2086,8 @@ FT_Int32 load_flags, FT_Bool glyf_table_only ) { + FT_Error error; + TT_Face face; FT_Stream stream; #ifdef TT_USE_BYTECODE_INTERPRETER @@ -2120,14 +2125,16 @@ FT_Bool reexecute = FALSE; - if ( !size->cvt_ready ) + if ( size->bytecode_ready < 0 || size->cvt_ready < 0 ) { - FT_Error error = tt_size_ready_bytecode( size, pedantic ); - - + error = tt_size_ready_bytecode( size, pedantic ); if ( error ) return error; } + else if ( size->bytecode_ready ) + return size->bytecode_ready; + else if ( size->cvt_ready ) + return size->cvt_ready; /* query new execution context */ exec = size->debug ? size->context @@ -2191,7 +2198,9 @@ FT_RENDER_MODE_MONO ); } - TT_Load_Context( exec, face, size ); + error = TT_Load_Context( exec, face, size ); + if ( error ) + return error; #ifdef TT_CONFIG_OPTION_SUBPIXEL_HINTING @@ -2243,7 +2252,9 @@ for ( i = 0; i < size->cvt_size; i++ ) size->cvt[i] = FT_MulFix( face->cvt[i], size->ttmetrics.scale ); - tt_size_run_prep( size, pedantic ); + error = tt_size_run_prep( size, pedantic ); + if ( error ) + return error; } /* see whether the cvt program has disabled hinting */ @@ -2274,8 +2285,7 @@ #endif { - FT_Error error = face->goto_table( face, TTAG_glyf, stream, 0 ); - + error = face->goto_table( face, TTAG_glyf, stream, 0 ); if ( FT_ERR_EQ( error, Table_Missing ) ) loader->glyf_offset = 0; @@ -2366,15 +2376,18 @@ (void)tt_loader_init( &loader, size, glyph, load_flags, TRUE ); (void)load_truetype_glyph( &loader, glyph_index, 0, TRUE ); glyph->linearHoriAdvance = loader.linear; - glyph->linearVertAdvance = loader.top_bearing + loader.bbox.yMax - - loader.vadvance; + glyph->linearVertAdvance = loader.vadvance; - /* sanity check: if `horiAdvance' in the sbit metric */ - /* structure isn't set, use `linearHoriAdvance' */ + /* sanity checks: if `xxxAdvance' in the sbit metric */ + /* structure isn't set, use `linearXXXAdvance' */ if ( !glyph->metrics.horiAdvance && glyph->linearHoriAdvance ) glyph->metrics.horiAdvance = FT_MulFix( glyph->linearHoriAdvance, size->root.metrics.x_scale ); + if ( !glyph->metrics.vertAdvance && glyph->linearVertAdvance ) + glyph->metrics.vertAdvance = + FT_MulFix( glyph->linearVertAdvance, + size->root.metrics.y_scale ); } return FT_Err_Ok; @@ -2454,7 +2467,7 @@ #endif /* TT_USE_BYTECODE_INTERPRETER */ - compute_glyph_metrics( &loader, glyph_index ); + error = compute_glyph_metrics( &loader, glyph_index ); } /* Set the `high precision' bit flag. */ diff --git a/freetype/src/truetype/ttgxvar.c b/freetype/src/truetype/ttgxvar.c index 7899d3671..1b35539fe 100644 --- a/freetype/src/truetype/ttgxvar.c +++ b/freetype/src/truetype/ttgxvar.c @@ -4,7 +4,7 @@ /* */ /* TrueType GX Font Variation loader */ /* */ -/* Copyright 2004-2013 by */ +/* Copyright 2004-2014 by */ /* David Turner, Robert Wilhelm, Werner Lemberg, and George Williams. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -938,13 +938,13 @@ FT_FREE( face->cvt ); face->cvt = NULL; - tt_face_load_cvt( face, face->root.stream ); + error = tt_face_load_cvt( face, face->root.stream ); break; case mcvt_modify: /* The original cvt table is in memory. All we need to do is */ /* apply the `cvar' table (if any). */ - tt_face_vary_cvt( face, face->root.stream ); + error = tt_face_vary_cvt( face, face->root.stream ); break; case mcvt_retain: diff --git a/freetype/src/truetype/ttinterp.c b/freetype/src/truetype/ttinterp.c index 56e8fa7e2..eccd4aacc 100644 --- a/freetype/src/truetype/ttinterp.c +++ b/freetype/src/truetype/ttinterp.c @@ -172,6 +172,9 @@ #define CUR_Func_round( d, c ) \ CUR.func_round( EXEC_ARG_ d, c ) +#define CUR_Func_cur_ppem() \ + CUR.func_cur_ppem( EXEC_ARG ) + #define CUR_Func_read_cvt( index ) \ CUR.func_read_cvt( EXEC_ARG_ index ) @@ -184,12 +187,6 @@ #define CURRENT_Ratio() \ Current_Ratio( EXEC_ARG ) -#define CURRENT_Ppem() \ - Current_Ppem( EXEC_ARG ) - -#define CUR_Ppem() \ - Cur_PPEM( EXEC_ARG ) - #define INS_SxVTL( a, b, c, d ) \ Ins_SxVTL( EXEC_ARG_ a, b, c, d ) @@ -282,10 +279,7 @@ /* */ /* exec :: The target execution context. */ /* */ - /* */ - /* FreeType error code. 0 means success. */ - /* */ - FT_LOCAL_DEF( FT_Error ) + FT_LOCAL_DEF( void ) TT_Goto_CodeRange( TT_ExecContext exec, FT_Int range, FT_Long IP ) @@ -309,8 +303,6 @@ exec->codeSize = coderange->size; exec->IP = IP; exec->curRange = range; - - return FT_Err_Ok; } @@ -332,10 +324,7 @@ /* */ /* exec :: The target execution context. */ /* */ - /* */ - /* FreeType error code. 0 means success. */ - /* */ - FT_LOCAL_DEF( FT_Error ) + FT_LOCAL_DEF( void ) TT_Set_CodeRange( TT_ExecContext exec, FT_Int range, void* base, @@ -345,8 +334,6 @@ exec->codeRangeTable[range - 1].base = (FT_Byte*)base; exec->codeRangeTable[range - 1].size = length; - - return FT_Err_Ok; } @@ -364,13 +351,7 @@ /* */ /* exec :: The target execution context. */ /* */ - /* */ - /* FreeType error code. 0 means success. */ - /* */ - /* */ - /* Does not set the Error variable. */ - /* */ - FT_LOCAL_DEF( FT_Error ) + FT_LOCAL_DEF( void ) TT_Clear_CodeRange( TT_ExecContext exec, FT_Int range ) { @@ -378,8 +359,6 @@ exec->codeRangeTable[range - 1].base = NULL; exec->codeRangeTable[range - 1].size = 0; - - return FT_Err_Ok; } @@ -403,13 +382,10 @@ /* */ /* memory :: A handle to the parent memory object. */ /* */ - /* */ - /* FreeType error code. 0 means success. */ - /* */ /* */ /* Only the glyph loader and debugger should call this function. */ /* */ - FT_LOCAL_DEF( FT_Error ) + FT_LOCAL_DEF( void ) TT_Done_Context( TT_ExecContext exec ) { FT_Memory memory = exec->memory; @@ -436,8 +412,6 @@ exec->face = NULL; FT_FREE( exec ); - - return FT_Err_Ok; } @@ -664,13 +638,10 @@ /* */ /* size :: A handle to the target size object. */ /* */ - /* */ - /* FreeType error code. 0 means success. */ - /* */ /* */ /* Only the glyph loader and debugger should call this function. */ /* */ - FT_LOCAL_DEF( FT_Error ) + FT_LOCAL_DEF( void ) TT_Save_Context( TT_ExecContext exec, TT_Size size ) { @@ -688,8 +659,6 @@ for ( i = 0; i < TT_MAX_CODE_RANGES; i++ ) size->codeRangeTable[i] = exec->codeRangeTable[i]; - - return FT_Err_Ok; } @@ -721,12 +690,7 @@ TT_Run_Context( TT_ExecContext exec, FT_Bool debug ) { - FT_Error error; - - - if ( ( error = TT_Goto_CodeRange( exec, tt_coderange_glyph, 0 ) ) - != FT_Err_Ok ) - return error; + TT_Goto_CodeRange( exec, tt_coderange_glyph, 0 ); exec->zp0 = exec->pts; exec->zp1 = exec->pts; @@ -796,8 +760,13 @@ FT_EXPORT_DEF( TT_ExecContext ) TT_New_Context( TT_Driver driver ) { - FT_Memory memory = driver->root.root.memory; + FT_Memory memory; + + + if ( !driver ) + goto Fail; + memory = driver->root.root.memory; if ( !driver->context ) { @@ -1446,7 +1415,7 @@ TT_MulFix14_arm( FT_Int32 a, FT_Int b ) { - register FT_Int32 t, t2; + FT_Int32 t, t2; #if defined( __CC_ARM ) || defined( __ARMCC__ ) @@ -1706,8 +1675,15 @@ } - static FT_Long + FT_CALLBACK_DEF( FT_Long ) Current_Ppem( EXEC_OP ) + { + return CUR.tt_metrics.ppem; + } + + + FT_CALLBACK_DEF( FT_Long ) + Current_Ppem_Stretched( EXEC_OP ) { return FT_MulFix( CUR.tt_metrics.ppem, CURRENT_Ratio() ); } @@ -2047,7 +2023,7 @@ if ( distance >= 0 ) { val = distance + compensation; - if ( distance && val < 0 ) + if ( val < 0 ) val = 0; } else @@ -2087,10 +2063,8 @@ if ( distance >= 0 ) { - val = distance + compensation + 32; - if ( distance && val > 0 ) - val &= ~63; - else + val = FT_PIX_ROUND( distance + compensation ); + if ( val < 0 ) val = 0; } else @@ -2132,14 +2106,14 @@ if ( distance >= 0 ) { val = FT_PIX_FLOOR( distance + compensation ) + 32; - if ( distance && val < 0 ) - val = 0; + if ( val < 0 ) + val = 32; } else { val = -( FT_PIX_FLOOR( compensation - distance ) + 32 ); if ( val > 0 ) - val = 0; + val = -32; } return val; @@ -2173,15 +2147,13 @@ if ( distance >= 0 ) { - val = distance + compensation; - if ( distance && val > 0 ) - val &= ~63; - else + val = FT_PIX_FLOOR( distance + compensation ); + if ( val < 0 ) val = 0; } else { - val = -( ( compensation - distance ) & -64 ); + val = -FT_PIX_FLOOR( compensation - distance ); if ( val > 0 ) val = 0; } @@ -2217,10 +2189,8 @@ if ( distance >= 0 ) { - val = distance + compensation + 63; - if ( distance && val > 0 ) - val &= ~63; - else + val = FT_PIX_CEIL( distance + compensation ); + if ( val < 0 ) val = 0; } else @@ -2261,10 +2231,8 @@ if ( distance >= 0 ) { - val = distance + compensation + 16; - if ( distance && val > 0 ) - val &= ~31; - else + val = FT_PAD_ROUND( distance + compensation, 32 ); + if ( val < 0 ) val = 0; } else @@ -2311,17 +2279,17 @@ { val = ( distance - CUR.phase + CUR.threshold + compensation ) & -CUR.period; - if ( distance && val < 0 ) - val = 0; val += CUR.phase; + if ( val < 0 ) + val = CUR.phase; } else { val = -( ( CUR.threshold - CUR.phase - distance + compensation ) & -CUR.period ); - if ( val > 0 ) - val = 0; val -= CUR.phase; + if ( val > 0 ) + val = -CUR.phase; } return val; @@ -2359,17 +2327,17 @@ { val = ( ( distance - CUR.phase + CUR.threshold + compensation ) / CUR.period ) * CUR.period; - if ( distance && val < 0 ) - val = 0; val += CUR.phase; + if ( val < 0 ) + val = CUR.phase; } else { val = -( ( ( CUR.threshold - CUR.phase - distance + compensation ) / CUR.period ) * CUR.period ); - if ( val > 0 ) - val = 0; val -= CUR.phase; + if ( val > 0 ) + val = -CUR.phase; } return val; @@ -3077,19 +3045,22 @@ CUR.GS.auto_flip = FALSE; -#define DO_SDB \ - CUR.GS.delta_base = (FT_Short)args[0]; +#define DO_SDB \ + CUR.GS.delta_base = (FT_UShort)args[0]; -#define DO_SDS \ - CUR.GS.delta_shift = (FT_Short)args[0]; +#define DO_SDS \ + if ( (FT_ULong)args[0] > 6UL ) \ + CUR.error = FT_THROW( Bad_Argument ); \ + else \ + CUR.GS.delta_shift = (FT_UShort)args[0]; #define DO_MD /* nothing */ -#define DO_MPPEM \ - args[0] = CURRENT_Ppem(); +#define DO_MPPEM \ + args[0] = CUR_Func_cur_ppem(); /* Note: The pointSize should be irrelevant in a given font program; */ @@ -3101,8 +3072,8 @@ #else -#define DO_MPS \ - args[0] = CURRENT_Ppem(); +#define DO_MPS \ + args[0] = CUR_Func_cur_ppem(); #endif /* 0 */ @@ -5654,7 +5625,7 @@ /*************************************************************************/ /* */ /* INSTCTRL[]: INSTruction ConTRoL */ - /* Opcode range: 0x8e */ + /* Opcode range: 0x8E */ /* Stack: int32 int32 --> */ /* */ static void @@ -7487,9 +7458,9 @@ static void Ins_DELTAP( INS_ARG ) { - FT_ULong k, nump; + FT_ULong nump, k; FT_UShort A; - FT_ULong C; + FT_ULong C, P; FT_Long B; #ifdef TT_CONFIG_OPTION_SUBPIXEL_HINTING FT_UShort B1, B2; @@ -7523,6 +7494,7 @@ } #endif + P = (FT_ULong)CUR_Func_cur_ppem(); nump = (FT_ULong)args[0]; /* some points theoretically may occur more than once, thus UShort isn't enough */ @@ -7567,12 +7539,12 @@ C += CUR.GS.delta_base; - if ( CURRENT_Ppem() == (FT_Long)C ) + if ( P == C ) { B = ( (FT_ULong)B & 0xF ) - 8; if ( B >= 0 ) B++; - B = B * 64 / ( 1L << CUR.GS.delta_shift ); + B *= 1L << ( 6 - CUR.GS.delta_shift ); #ifdef TT_CONFIG_OPTION_SUBPIXEL_HINTING @@ -7581,42 +7553,33 @@ /* * Allow delta move if * - * - not using ignore_x_mode rendering - * - glyph is specifically set to allow it - * - glyph is composite and freedom vector is not subpixel - * vector + * - not using ignore_x_mode rendering, + * - glyph is specifically set to allow it, or + * - glyph is composite and freedom vector is not in subpixel + * direction. */ if ( !CUR.ignore_x_mode || ( CUR.sph_tweak_flags & SPH_TWEAK_ALWAYS_DO_DELTAP ) || ( CUR.is_composite && CUR.GS.freeVector.y != 0 ) ) CUR_Func_move( &CUR.zp0, A, B ); - /* Otherwise apply subpixel hinting and */ - /* compatibility mode rules */ - else if ( CUR.ignore_x_mode ) + /* Otherwise, apply subpixel hinting and compatibility mode */ + /* rules, always skipping deltas in subpixel direction. */ + else if ( CUR.ignore_x_mode && CUR.GS.freeVector.y != 0 ) { - if ( CUR.GS.freeVector.y != 0 ) - B1 = CUR.zp0.cur[A].y; - else - B1 = CUR.zp0.cur[A].x; + /* save the y value of the point now; compare after move */ + B1 = (FT_UShort)CUR.zp0.cur[A].y; -#if 0 - /* Standard Subpixel Hinting: Allow y move. */ - /* This messes up dejavu and may not be needed... */ - if ( !CUR.face->sph_compatibility_mode && - CUR.GS.freeVector.y != 0 ) + /* Standard subpixel hinting: Allow y move for y-touched */ + /* points. This messes up DejaVu ... */ + if ( !CUR.face->sph_compatibility_mode && + ( CUR.zp0.tags[A] & FT_CURVE_TAG_TOUCH_Y ) ) CUR_Func_move( &CUR.zp0, A, B ); - else -#endif /* 0 */ - /* Compatibility Mode: Allow x or y move if point touched in */ - /* Y direction. */ - if ( CUR.face->sph_compatibility_mode && - !( CUR.sph_tweak_flags & SPH_TWEAK_ALWAYS_SKIP_DELTAP ) ) + /* compatibility mode */ + else if ( CUR.face->sph_compatibility_mode && + !( CUR.sph_tweak_flags & SPH_TWEAK_ALWAYS_SKIP_DELTAP ) ) { - /* save the y value of the point now; compare after move */ - B1 = CUR.zp0.cur[A].y; - if ( CUR.sph_tweak_flags & SPH_TWEAK_ROUND_NONPIXEL_Y_MOVES ) B = FT_PIX_ROUND( B1 + B ) - B1; @@ -7627,7 +7590,7 @@ CUR_Func_move( &CUR.zp0, A, B ); } - B2 = CUR.zp0.cur[A].y; + B2 = (FT_UShort)CUR.zp0.cur[A].y; /* Reverse this move if it results in a disallowed move */ if ( CUR.GS.freeVector.y != 0 && @@ -7667,7 +7630,7 @@ Ins_DELTAC( INS_ARG ) { FT_ULong nump, k; - FT_ULong A, C; + FT_ULong A, C, P; FT_Long B; @@ -7691,6 +7654,7 @@ } #endif + P = (FT_ULong)CUR_Func_cur_ppem(); nump = (FT_ULong)args[0]; for ( k = 1; k <= nump; k++ ) @@ -7736,12 +7700,12 @@ C += CUR.GS.delta_base; - if ( CURRENT_Ppem() == (FT_Long)C ) + if ( P == C ) { B = ( (FT_ULong)B & 0xF ) - 8; if ( B >= 0 ) B++; - B = B * 64 / ( 1L << CUR.GS.delta_shift ); + B *= 1L << ( 6 - CUR.GS.delta_shift ); CUR_Func_move_cvt( A, B ); } @@ -8262,6 +8226,9 @@ #ifdef TT_CONFIG_OPTION_STATIC_RASTER + if ( !exc ) + return FT_THROW( Invalid_Argument ); + cur = *exc; #endif @@ -8269,11 +8236,12 @@ CUR.iup_called = FALSE; #endif /* TT_CONFIG_OPTION_SUBPIXEL_HINTING */ - /* set CVT functions */ + /* set PPEM and CVT functions */ CUR.tt_metrics.ratio = 0; if ( CUR.metrics.x_ppem != CUR.metrics.y_ppem ) { /* non-square pixels, use the stretched routines */ + CUR.func_cur_ppem = Current_Ppem_Stretched; CUR.func_read_cvt = Read_CVT_Stretched; CUR.func_write_cvt = Write_CVT_Stretched; CUR.func_move_cvt = Move_CVT_Stretched; @@ -8281,6 +8249,7 @@ else { /* square pixels, use normal routines */ + CUR.func_cur_ppem = Current_Ppem; CUR.func_read_cvt = Read_CVT; CUR.func_write_cvt = Write_CVT; CUR.func_move_cvt = Move_CVT; @@ -9035,10 +9004,13 @@ /* If any errors have occurred, function tables may be broken. */ /* Force a re-execution of `prep' and `fpgm' tables if no */ /* bytecode debugger is run. */ - if ( CUR.error && !CUR.instruction_trap ) + if ( CUR.error && + !CUR.instruction_trap && + CUR.curRange == tt_coderange_glyph ) { FT_TRACE1(( " The interpreter returned error 0x%x\n", CUR.error )); - exc->size->cvt_ready = FALSE; + exc->size->bytecode_ready = -1; + exc->size->cvt_ready = -1; } return CUR.error; diff --git a/freetype/src/truetype/ttinterp.h b/freetype/src/truetype/ttinterp.h index 1d8825d3b..333decc6a 100644 --- a/freetype/src/truetype/ttinterp.h +++ b/freetype/src/truetype/ttinterp.h @@ -4,7 +4,7 @@ /* */ /* TrueType bytecode interpreter (specification). */ /* */ -/* Copyright 1996-2007, 2010, 2012-2013 by */ +/* Copyright 1996-2007, 2010, 2012-2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -81,6 +81,10 @@ FT_BEGIN_HEADER (*TT_Project_Func)( EXEC_OP_ FT_Pos dx, FT_Pos dy ); + /* getting current ppem. Take care of non-square pixels if necessary */ + typedef FT_Long + (*TT_Cur_Ppem_Func)( EXEC_OP ); + /* reading a cvt value. Take care of non-square pixels if necessary */ typedef FT_F26Dot6 (*TT_Get_CVT_Func)( EXEC_OP_ FT_ULong idx ); @@ -228,11 +232,6 @@ FT_BEGIN_HEADER FT_F26Dot6 phase; /* `SuperRounding' */ FT_F26Dot6 threshold; -#if 0 - /* this seems to be unused */ - FT_Int cur_ppem; /* ppem along the current proj vector */ -#endif - FT_Bool instruction_trap; /* If `True', the interpreter will */ /* exit after each instruction */ @@ -254,6 +253,8 @@ FT_BEGIN_HEADER TT_Move_Func func_move; /* current point move function */ TT_Move_Func func_move_orig; /* move original position function */ + TT_Cur_Ppem_Func func_cur_ppem; /* get current proj. ppem value */ + TT_Get_CVT_Func func_read_cvt; /* read a cvt entry */ TT_Set_CVT_Func func_write_cvt; /* write a cvt entry (in pixels) */ TT_Set_CVT_Func func_move_cvt; /* incr a cvt entry (in pixels) */ @@ -295,18 +296,18 @@ FT_BEGIN_HEADER #ifdef TT_USE_BYTECODE_INTERPRETER - FT_LOCAL( FT_Error ) + FT_LOCAL( void ) TT_Goto_CodeRange( TT_ExecContext exec, FT_Int range, FT_Long IP ); - FT_LOCAL( FT_Error ) + FT_LOCAL( void ) TT_Set_CodeRange( TT_ExecContext exec, FT_Int range, void* base, FT_Long length ); - FT_LOCAL( FT_Error ) + FT_LOCAL( void ) TT_Clear_CodeRange( TT_ExecContext exec, FT_Int range ); @@ -344,7 +345,7 @@ FT_BEGIN_HEADER #ifdef TT_USE_BYTECODE_INTERPRETER - FT_LOCAL( FT_Error ) + FT_LOCAL( void ) TT_Done_Context( TT_ExecContext exec ); FT_LOCAL( FT_Error ) @@ -352,7 +353,7 @@ FT_BEGIN_HEADER TT_Face face, TT_Size size ); - FT_LOCAL( FT_Error ) + FT_LOCAL( void ) TT_Save_Context( TT_ExecContext exec, TT_Size ins ); diff --git a/freetype/src/truetype/ttobjs.c b/freetype/src/truetype/ttobjs.c index 4adba58f7..4707dfe15 100644 --- a/freetype/src/truetype/ttobjs.c +++ b/freetype/src/truetype/ttobjs.c @@ -256,89 +256,89 @@ #define TRICK_SFNT_ID_prep 2 { /* MingLiU 1995 */ - { 0x05bcf058, 0x000002e4 }, /* cvt */ - { 0x28233bf1, 0x000087c4 }, /* fpgm */ - { 0xa344a1ea, 0x000001e1 } /* prep */ + { 0x05BCF058UL, 0x000002E4UL }, /* cvt */ + { 0x28233BF1UL, 0x000087C4UL }, /* fpgm */ + { 0xA344A1EAUL, 0x000001E1UL } /* prep */ }, { /* MingLiU 1996- */ - { 0x05bcf058, 0x000002e4 }, /* cvt */ - { 0x28233bf1, 0x000087c4 }, /* fpgm */ - { 0xa344a1eb, 0x000001e1 } /* prep */ + { 0x05BCF058UL, 0x000002E4UL }, /* cvt */ + { 0x28233BF1UL, 0x000087C4UL }, /* fpgm */ + { 0xA344A1EBUL, 0x000001E1UL } /* prep */ }, { /* DFKaiShu */ - { 0x11e5ead4, 0x00000350 }, /* cvt */ - { 0x5a30ca3b, 0x00009063 }, /* fpgm */ - { 0x13a42602, 0x0000007e } /* prep */ + { 0x11E5EAD4UL, 0x00000350UL }, /* cvt */ + { 0x5A30CA3BUL, 0x00009063UL }, /* fpgm */ + { 0x13A42602UL, 0x0000007EUL } /* prep */ }, { /* HuaTianKaiTi */ - { 0xfffbfffc, 0x00000008 }, /* cvt */ - { 0x9c9e48b8, 0x0000bea2 }, /* fpgm */ - { 0x70020112, 0x00000008 } /* prep */ + { 0xFFFBFFFCUL, 0x00000008UL }, /* cvt */ + { 0x9C9E48B8UL, 0x0000BEA2UL }, /* fpgm */ + { 0x70020112UL, 0x00000008UL } /* prep */ }, { /* HuaTianSongTi */ - { 0xfffbfffc, 0x00000008 }, /* cvt */ - { 0x0a5a0483, 0x00017c39 }, /* fpgm */ - { 0x70020112, 0x00000008 } /* prep */ + { 0xFFFBFFFCUL, 0x00000008UL }, /* cvt */ + { 0x0A5A0483UL, 0x00017C39UL }, /* fpgm */ + { 0x70020112UL, 0x00000008UL } /* prep */ }, { /* NEC fadpop7.ttf */ - { 0x00000000, 0x00000000 }, /* cvt */ - { 0x40c92555, 0x000000e5 }, /* fpgm */ - { 0xa39b58e3, 0x0000117c } /* prep */ + { 0x00000000UL, 0x00000000UL }, /* cvt */ + { 0x40C92555UL, 0x000000E5UL }, /* fpgm */ + { 0xA39B58E3UL, 0x0000117CUL } /* prep */ }, { /* NEC fadrei5.ttf */ - { 0x00000000, 0x00000000 }, /* cvt */ - { 0x33c41652, 0x000000e5 }, /* fpgm */ - { 0x26d6c52a, 0x00000f6a } /* prep */ + { 0x00000000UL, 0x00000000UL }, /* cvt */ + { 0x33C41652UL, 0x000000E5UL }, /* fpgm */ + { 0x26D6C52AUL, 0x00000F6AUL } /* prep */ }, { /* NEC fangot7.ttf */ - { 0x00000000, 0x00000000 }, /* cvt */ - { 0x6db1651d, 0x0000019d }, /* fpgm */ - { 0x6c6e4b03, 0x00002492 } /* prep */ + { 0x00000000UL, 0x00000000UL }, /* cvt */ + { 0x6DB1651DUL, 0x0000019DUL }, /* fpgm */ + { 0x6C6E4B03UL, 0x00002492UL } /* prep */ }, { /* NEC fangyo5.ttf */ - { 0x00000000, 0x00000000 }, /* cvt */ - { 0x40c92555, 0x000000e5 }, /* fpgm */ - { 0xde51fad0, 0x0000117c } /* prep */ + { 0x00000000UL, 0x00000000UL }, /* cvt */ + { 0x40C92555UL, 0x000000E5UL }, /* fpgm */ + { 0xDE51FAD0UL, 0x0000117CUL } /* prep */ }, { /* NEC fankyo5.ttf */ - { 0x00000000, 0x00000000 }, /* cvt */ - { 0x85e47664, 0x000000e5 }, /* fpgm */ - { 0xa6c62831, 0x00001caa } /* prep */ + { 0x00000000UL, 0x00000000UL }, /* cvt */ + { 0x85E47664UL, 0x000000E5UL }, /* fpgm */ + { 0xA6C62831UL, 0x00001CAAUL } /* prep */ }, { /* NEC fanrgo5.ttf */ - { 0x00000000, 0x00000000 }, /* cvt */ - { 0x2d891cfd, 0x0000019d }, /* fpgm */ - { 0xa0604633, 0x00001de8 } /* prep */ + { 0x00000000UL, 0x00000000UL }, /* cvt */ + { 0x2D891CFDUL, 0x0000019DUL }, /* fpgm */ + { 0xA0604633UL, 0x00001DE8UL } /* prep */ }, { /* NEC fangot5.ttc */ - { 0x00000000, 0x00000000 }, /* cvt */ - { 0x40aa774c, 0x000001cb }, /* fpgm */ - { 0x9b5caa96, 0x00001f9a } /* prep */ + { 0x00000000UL, 0x00000000UL }, /* cvt */ + { 0x40AA774CUL, 0x000001CBUL }, /* fpgm */ + { 0x9B5CAA96UL, 0x00001F9AUL } /* prep */ }, { /* NEC fanmin3.ttc */ - { 0x00000000, 0x00000000 }, /* cvt */ - { 0x0d3de9cb, 0x00000141 }, /* fpgm */ - { 0xd4127766, 0x00002280 } /* prep */ + { 0x00000000UL, 0x00000000UL }, /* cvt */ + { 0x0D3DE9CBUL, 0x00000141UL }, /* fpgm */ + { 0xD4127766UL, 0x00002280UL } /* prep */ }, { /* NEC FA-Gothic, 1996 */ - { 0x00000000, 0x00000000 }, /* cvt */ - { 0x4a692698, 0x000001f0 }, /* fpgm */ - { 0x340d4346, 0x00001fca } /* prep */ + { 0x00000000UL, 0x00000000UL }, /* cvt */ + { 0x4A692698UL, 0x000001F0UL }, /* fpgm */ + { 0x340D4346UL, 0x00001FCAUL } /* prep */ }, { /* NEC FA-Minchou, 1996 */ - { 0x00000000, 0x00000000 }, /* cvt */ - { 0xcd34c604, 0x00000166 }, /* fpgm */ - { 0x6cf31046, 0x000022b0 } /* prep */ + { 0x00000000UL, 0x00000000UL }, /* cvt */ + { 0xCD34C604UL, 0x00000166UL }, /* fpgm */ + { 0x6CF31046UL, 0x000022B0UL } /* prep */ }, { /* NEC FA-RoundGothicB, 1996 */ - { 0x00000000, 0x00000000 }, /* cvt */ - { 0x5da75315, 0x0000019d }, /* fpgm */ - { 0x40745a5f, 0x000022e0 } /* prep */ + { 0x00000000UL, 0x00000000UL }, /* cvt */ + { 0x5DA75315UL, 0x0000019DUL }, /* fpgm */ + { 0x40745A5FUL, 0x000022E0UL } /* prep */ }, { /* NEC FA-RoundGothicM, 1996 */ - { 0x00000000, 0x00000000 }, /* cvt */ - { 0xf055fc48, 0x000001c2 }, /* fpgm */ - { 0x3900ded3, 0x00001e18 } /* prep */ + { 0x00000000UL, 0x00000000UL }, /* cvt */ + { 0xF055FC48UL, 0x000001C2UL }, /* fpgm */ + { 0x3900DED3UL, 0x00001E18UL } /* prep */ } }; @@ -760,7 +760,9 @@ if ( !exec ) return FT_THROW( Could_Not_Find_Context ); - TT_Load_Context( exec, face, size ); + error = TT_Load_Context( exec, face, size ); + if ( error ) + return error; exec->callTop = 0; exec->top = 0; @@ -801,18 +803,16 @@ if ( face->font_program_size > 0 ) { - error = TT_Goto_CodeRange( exec, tt_coderange_font, 0 ); + TT_Goto_CodeRange( exec, tt_coderange_font, 0 ); - if ( !error ) - { - FT_TRACE4(( "Executing `fpgm' table.\n" )); - - error = face->interpreter( exec ); - } + FT_TRACE4(( "Executing `fpgm' table.\n" )); + error = face->interpreter( exec ); } else error = FT_Err_Ok; + size->bytecode_ready = error; + if ( !error ) TT_Save_Context( exec, size ); @@ -854,7 +854,9 @@ if ( !exec ) return FT_THROW( Could_Not_Find_Context ); - TT_Load_Context( exec, face, size ); + error = TT_Load_Context( exec, face, size ); + if ( error ) + return error; exec->callTop = 0; exec->top = 0; @@ -872,9 +874,9 @@ if ( face->cvt_program_size > 0 ) { - error = TT_Goto_CodeRange( exec, tt_coderange_cvt, 0 ); + TT_Goto_CodeRange( exec, tt_coderange_cvt, 0 ); - if ( !error && !size->debug ) + if ( !size->debug ) { FT_TRACE4(( "Executing `prep' table.\n" )); @@ -884,6 +886,8 @@ else error = FT_Err_Ok; + size->cvt_ready = error; + /* UNDOCUMENTED! The MS rasterizer doesn't allow the following */ /* graphics state variables to be modified by the CVT program. */ @@ -912,10 +916,6 @@ return error; } -#endif /* TT_USE_BYTECODE_INTERPRETER */ - - -#ifdef TT_USE_BYTECODE_INTERPRETER static void tt_size_done_bytecode( FT_Size ftsize ) @@ -953,8 +953,8 @@ size->max_func = 0; size->max_ins = 0; - size->bytecode_ready = 0; - size->cvt_ready = 0; + size->bytecode_ready = -1; + size->cvt_ready = -1; } @@ -968,14 +968,13 @@ TT_Size size = (TT_Size)ftsize; TT_Face face = (TT_Face)ftsize->face; FT_Memory memory = face->root.memory; - FT_Int i; FT_UShort n_twilight; TT_MaxProfile* maxp = &face->max_profile; - size->bytecode_ready = 1; - size->cvt_ready = 0; + size->bytecode_ready = -1; + size->cvt_ready = -1; size->max_function_defs = maxp->maxFunctionDefs; size->max_instruction_defs = maxp->maxInstructionDefs; @@ -997,9 +996,11 @@ metrics->rotated = FALSE; metrics->stretched = FALSE; - /* set default compensation (all 0) */ - for ( i = 0; i < 4; i++ ) - metrics->compensations[i] = 0; + /* set default engine compensation */ + metrics->compensations[0] = 0; /* gray */ + metrics->compensations[1] = 0; /* black */ + metrics->compensations[2] = 0; /* white */ + metrics->compensations[3] = 0; /* reserved */ } /* allocate function defs, instruction defs, cvt, and storage area */ @@ -1052,15 +1053,14 @@ FT_Error error = FT_Err_Ok; - if ( !size->bytecode_ready ) - { + if ( size->bytecode_ready < 0 ) error = tt_size_init_bytecode( (FT_Size)size, pedantic ); - if ( error ) - goto Exit; - } + + if ( error || size->bytecode_ready ) + goto Exit; /* rescale CVT when needed */ - if ( !size->cvt_ready ) + if ( size->cvt_ready < 0 ) { FT_UInt i; TT_Face face = (TT_Face)size->root.face; @@ -1087,8 +1087,6 @@ size->GS = tt_default_graphics_state; error = tt_size_run_prep( size, pedantic ); - if ( !error ) - size->cvt_ready = 1; } Exit: @@ -1118,9 +1116,10 @@ TT_Size size = (TT_Size)ttsize; FT_Error error = FT_Err_Ok; + #ifdef TT_USE_BYTECODE_INTERPRETER - size->bytecode_ready = 0; - size->cvt_ready = 0; + size->bytecode_ready = -1; + size->cvt_ready = -1; #endif size->ttmetrics.valid = FALSE; @@ -1148,8 +1147,7 @@ #ifdef TT_USE_BYTECODE_INTERPRETER - if ( size->bytecode_ready ) - tt_size_done_bytecode( ttsize ); + tt_size_done_bytecode( ttsize ); #endif size->ttmetrics.valid = FALSE; @@ -1229,7 +1227,7 @@ } #ifdef TT_USE_BYTECODE_INTERPRETER - size->cvt_ready = 0; + size->cvt_ready = -1; #endif /* TT_USE_BYTECODE_INTERPRETER */ if ( !error ) diff --git a/freetype/src/truetype/ttobjs.h b/freetype/src/truetype/ttobjs.h index a11dd3752..859164f86 100644 --- a/freetype/src/truetype/ttobjs.h +++ b/freetype/src/truetype/ttobjs.h @@ -4,7 +4,7 @@ /* */ /* Objects manager (specification). */ /* */ -/* Copyright 1996-2009, 2011-2013 by */ +/* Copyright 1996-2009, 2011-2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -95,8 +95,8 @@ FT_BEGIN_HEADER FT_F26Dot6 control_value_cutin; FT_F26Dot6 single_width_cutin; FT_F26Dot6 single_width_value; - FT_Short delta_base; - FT_Short delta_shift; + FT_UShort delta_base; + FT_UShort delta_shift; FT_Byte instruct_control; /* According to Greg Hitchcock from Microsoft, the `scan_control' */ @@ -333,8 +333,10 @@ FT_BEGIN_HEADER FT_Bool debug; TT_ExecContext context; - FT_Bool bytecode_ready; - FT_Bool cvt_ready; + /* if negative, `fpgm' (resp. `prep'), wasn't executed yet; */ + /* otherwise it is the returned error code */ + FT_Error bytecode_ready; + FT_Error cvt_ready; #endif /* TT_USE_BYTECODE_INTERPRETER */ diff --git a/freetype/src/truetype/ttpload.c b/freetype/src/truetype/ttpload.c index 9723a515b..999192542 100644 --- a/freetype/src/truetype/ttpload.c +++ b/freetype/src/truetype/ttpload.c @@ -508,9 +508,9 @@ record_size = FT_NEXT_ULONG( p ); /* The maximum number of bytes in an hdmx device record is the */ - /* maximum number of glyphs + 2; this is 0xFFFF + 2; this is */ - /* the reason why `record_size' is a long (which we read as */ - /* unsigned long for convenience). In practice, two bytes */ + /* maximum number of glyphs + 2; this is 0xFFFF + 2, thus */ + /* explaining why `record_size' is a long (which we read as */ + /* unsigned long for convenience). In practice, two bytes are */ /* sufficient to hold the size value. */ /* */ /* There are at least two fonts, HANNOM-A and HANNOM-B version */ @@ -522,8 +522,10 @@ record_size &= 0xFFFFU; /* The limit for `num_records' is a heuristic value. */ - - if ( version != 0 || num_records > 255 || record_size > 0x10001L ) + if ( version != 0 || + num_records > 255 || + record_size > 0x10001L || + record_size < 4 ) { error = FT_THROW( Invalid_File_Format ); goto Fail; diff --git a/freetype/src/truetype/ttsubpix.c b/freetype/src/truetype/ttsubpix.c index 28470ad65..ca604518c 100644 --- a/freetype/src/truetype/ttsubpix.c +++ b/freetype/src/truetype/ttsubpix.c @@ -282,7 +282,7 @@ const SPH_TweakRule COMPATIBILITY_MODE_Rules [COMPATIBILITY_MODE_RULES_SIZE] = { - { "-", 0, "", 0 }, + { "Verdana Clones", 0, "", 0 }, }; @@ -956,7 +956,7 @@ if ( loader->exec->rasterizer_version != TT_INTERPRETER_VERSION_35 ) { loader->exec->rasterizer_version = TT_INTERPRETER_VERSION_35; - loader->exec->size->cvt_ready = FALSE; + loader->exec->size->cvt_ready = -1; tt_size_ready_bytecode( loader->exec->size, @@ -971,7 +971,7 @@ SPH_OPTION_SET_RASTERIZER_VERSION ) { loader->exec->rasterizer_version = SPH_OPTION_SET_RASTERIZER_VERSION; - loader->exec->size->cvt_ready = FALSE; + loader->exec->size->cvt_ready = -1; tt_size_ready_bytecode( loader->exec->size, diff --git a/freetype/src/type1/t1driver.c b/freetype/src/type1/t1driver.c index 697288d66..2602bdb6f 100644 --- a/freetype/src/type1/t1driver.c +++ b/freetype/src/type1/t1driver.c @@ -4,7 +4,7 @@ /* */ /* Type 1 driver interface (body). */ /* */ -/* Copyright 1996-2004, 2006, 2007, 2009, 2011, 2013 by */ +/* Copyright 1996-2004, 2006, 2007, 2009, 2011, 2013, 2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -557,9 +557,6 @@ if ( value && value_len >= retval ) *((FT_Long *)value) = type1->font_info.italic_angle; break; - - default: - break; } return retval; diff --git a/freetype/src/type1/t1load.c b/freetype/src/type1/t1load.c index fd06432b5..22b3f6b31 100644 --- a/freetype/src/type1/t1load.c +++ b/freetype/src/type1/t1load.c @@ -1211,7 +1211,7 @@ char* notdef = (char *)".notdef"; - T1_Add_Table( char_table, n, notdef, 8 ); + (void)T1_Add_Table( char_table, n, notdef, 8 ); } /* Now we need to read records of the form */ @@ -1596,6 +1596,11 @@ } T1_Skip_PS_Token( parser ); + if ( parser->root.cursor >= limit ) + { + error = FT_THROW( Invalid_File_Format ); + goto Fail; + } if ( parser->root.error ) return; @@ -1604,7 +1609,7 @@ FT_PtrDist len; - if ( cur + 1 >= limit ) + if ( cur + 2 >= limit ) { error = FT_THROW( Invalid_File_Format ); goto Fail; diff --git a/freetype/src/type42/t42objs.c b/freetype/src/type42/t42objs.c index 798ebdbc5..915e81fe7 100644 --- a/freetype/src/type42/t42objs.c +++ b/freetype/src/type42/t42objs.c @@ -47,6 +47,12 @@ if ( FT_ALLOC( face->ttf_data, 12 ) ) goto Exit; + /* while parsing the font we always update `face->ttf_size' so that */ + /* even in case of buggy data (which might lead to premature end of */ + /* scanning without causing an error) the call to `FT_Open_Face' in */ + /* `T42_Face_Init' passes the correct size */ + face->ttf_size = 12; + error = t42_parser_init( parser, face->root.stream, memory, @@ -286,7 +292,9 @@ FT_Open_Args args; - args.flags = FT_OPEN_MEMORY; + args.flags = FT_OPEN_MEMORY | FT_OPEN_DRIVER; + args.driver = FT_Get_Module( FT_FACE_LIBRARY( face ), + "truetype" ); args.memory_base = face->ttf_data; args.memory_size = face->ttf_size; diff --git a/freetype/src/type42/t42parse.c b/freetype/src/type42/t42parse.c index 9b668889b..50708537d 100644 --- a/freetype/src/type42/t42parse.c +++ b/freetype/src/type42/t42parse.c @@ -366,7 +366,7 @@ char* notdef = (char *)".notdef"; - T1_Add_Table( char_table, n, notdef, 8 ); + (void)T1_Add_Table( char_table, n, notdef, 8 ); } /* Now we need to read records of the form */ @@ -524,7 +524,7 @@ FT_Byte* limit = parser->root.limit; FT_Error error; FT_Int num_tables = 0; - FT_ULong count, ttf_size = 0; + FT_ULong count; FT_Long n, string_size, old_string_size, real_size; FT_Byte* string_buf = NULL; @@ -580,6 +580,12 @@ /* don't include delimiters */ string_size = (FT_Long)( ( parser->root.cursor - cur - 2 + 1 ) / 2 ); + if ( !string_size ) + { + FT_ERROR(( "t42_parse_sfnts: invalid data in sfnts array\n" )); + error = FT_THROW( Invalid_File_Format ); + goto Fail; + } if ( FT_REALLOC( string_buf, old_string_size, string_size ) ) goto Fail; @@ -617,7 +623,7 @@ if ( limit - parser->root.cursor < string_size ) { - FT_ERROR(( "t42_parse_sfnts: too many binary data\n" )); + FT_ERROR(( "t42_parse_sfnts: too much binary data\n" )); error = FT_THROW( Invalid_File_Format ); goto Fail; } @@ -657,18 +663,25 @@ } else { - num_tables = 16 * face->ttf_data[4] + face->ttf_data[5]; - status = BEFORE_TABLE_DIR; - ttf_size = 12 + 16 * num_tables; + num_tables = 16 * face->ttf_data[4] + face->ttf_data[5]; + status = BEFORE_TABLE_DIR; + face->ttf_size = 12 + 16 * num_tables; - if ( FT_REALLOC( face->ttf_data, 12, ttf_size ) ) + if ( (FT_ULong)( limit - parser->root.cursor ) < face->ttf_size ) + { + FT_ERROR(( "t42_parse_sfnts: invalid data in sfnts array\n" )); + error = FT_THROW( Invalid_File_Format ); + goto Fail; + } + + if ( FT_REALLOC( face->ttf_data, 12, face->ttf_size ) ) goto Fail; } /* fall through */ case BEFORE_TABLE_DIR: /* the offset table is read; read the table directory */ - if ( count < ttf_size ) + if ( count < face->ttf_size ) { face->ttf_data[count++] = string_buf[n]; continue; @@ -687,24 +700,23 @@ len = FT_PEEK_ULONG( p ); /* Pad to a 4-byte boundary length */ - ttf_size += ( len + 3 ) & ~3; + face->ttf_size += ( len + 3 ) & ~3; } - status = OTHER_TABLES; - face->ttf_size = ttf_size; + status = OTHER_TABLES; /* there are no more than 256 tables, so no size check here */ if ( FT_REALLOC( face->ttf_data, 12 + 16 * num_tables, - ttf_size + 1 ) ) + face->ttf_size + 1 ) ) goto Fail; } /* fall through */ case OTHER_TABLES: /* all other tables are just copied */ - if ( count >= ttf_size ) + if ( count >= face->ttf_size ) { - FT_ERROR(( "t42_parse_sfnts: too many binary data\n" )); + FT_ERROR(( "t42_parse_sfnts: too much binary data\n" )); error = FT_THROW( Invalid_File_Format ); goto Fail; } @@ -850,6 +862,12 @@ break; T1_Skip_PS_Token( parser ); + if ( parser->root.cursor >= limit ) + { + FT_ERROR(( "t42_parse_charstrings: out of bounds\n" )); + error = FT_THROW( Invalid_File_Format ); + goto Fail; + } if ( parser->root.error ) return; @@ -858,7 +876,7 @@ FT_PtrDist len; - if ( cur + 1 >= limit ) + if ( cur + 2 >= limit ) { FT_ERROR(( "t42_parse_charstrings: out of bounds\n" )); error = FT_THROW( Invalid_File_Format ); diff --git a/freetype/src/winfonts/winfnt.c b/freetype/src/winfonts/winfnt.c index e9c1a9b5f..4705c5396 100644 --- a/freetype/src/winfonts/winfnt.c +++ b/freetype/src/winfonts/winfnt.c @@ -72,12 +72,12 @@ FT_FRAME_START( 248 ), FT_FRAME_ULONG_LE ( magic ), /* PE00 */ - FT_FRAME_USHORT_LE ( machine ), /* 0x014c - i386 */ + FT_FRAME_USHORT_LE ( machine ), /* 0x014C - i386 */ FT_FRAME_USHORT_LE ( number_of_sections ), FT_FRAME_SKIP_BYTES( 12 ), FT_FRAME_USHORT_LE ( size_of_optional_header ), FT_FRAME_SKIP_BYTES( 2 ), - FT_FRAME_USHORT_LE ( magic32 ), /* 0x10b */ + FT_FRAME_USHORT_LE ( magic32 ), /* 0x10B */ FT_FRAME_SKIP_BYTES( 110 ), FT_FRAME_ULONG_LE ( rsrc_virtual_address ), FT_FRAME_ULONG_LE ( rsrc_size ), @@ -412,9 +412,9 @@ pe32_header.rsrc_size )); if ( pe32_header.magic != WINFNT_PE_MAGIC /* check full signature */ || - pe32_header.machine != 0x014c /* i386 */ || - pe32_header.size_of_optional_header != 0xe0 /* FIXME */ || - pe32_header.magic32 != 0x10b ) + pe32_header.machine != 0x014C /* i386 */ || + pe32_header.size_of_optional_header != 0xE0 /* FIXME */ || + pe32_header.magic32 != 0x10B ) { FT_TRACE2(( "this file has an invalid PE header\n" )); error = FT_THROW( Invalid_File_Format ); @@ -591,11 +591,14 @@ static FT_Error - fnt_cmap_init( FNT_CMap cmap ) + fnt_cmap_init( FNT_CMap cmap, + FT_Pointer pointer ) { FNT_Face face = (FNT_Face)FT_CMAP_FACE( cmap ); FNT_Font font = face->font; + FT_UNUSED( pointer ); + cmap->first = (FT_UInt32) font->header.first_char; cmap->count = (FT_UInt32)( font->header.last_char - cmap->first + 1 ); @@ -971,7 +974,7 @@ if ( !face ) { - error = FT_THROW( Invalid_Argument ); + error = FT_THROW( Invalid_Face_Handle ); goto Exit; } diff --git a/packages.txt b/packages.txt index 55eb27e96..89d45e772 100644 --- a/packages.txt +++ b/packages.txt @@ -45,7 +45,7 @@ font-winitzki-cyrillic-1.0.3 font-xfree86-type1-1.0.4 fontconfig git version fontsproto-2.1.3 -freetype-2.5.3 +freetype-2.5.5 glproto git version inputproto-2.3.1 kbproto-1.0.6 -- cgit v1.2.3 From 043c4d95bfec1ad4a8834c8606c73631e76ade09 Mon Sep 17 00:00:00 2001 From: marha Date: Sun, 22 Feb 2015 14:57:50 +0100 Subject: Upgrade to xcalc-1.0.6 and xproto-7.0.27 --- X11/ChangeLog | 55 + X11/INSTALL | 121 +- X11/Makefile.in | 2 - X11/XF86keysym.h | 31 +- X11/Xfuncproto.h.in | 31 +- X11/Xfuncs.h | 4 +- X11/Xos.h | 2 +- X11/aclocal.m4 | 5702 ++++++++++++++++++++++---------------------- X11/config.guess | 30 +- X11/config.sub | 6 +- X11/configure | 154 +- X11/configure.ac | 2 +- apps/xcalc/ChangeLog | 146 ++ apps/xcalc/INSTALL | 121 +- apps/xcalc/Makefile.in | 434 ++-- apps/xcalc/aclocal.m4 | 815 ++++--- apps/xcalc/actions.c | 169 +- apps/xcalc/compile | 347 +++ apps/xcalc/config.guess | 363 +-- apps/xcalc/config.h.in | 3 + apps/xcalc/config.sub | 150 +- apps/xcalc/configure | 1021 +++++--- apps/xcalc/configure.ac | 7 +- apps/xcalc/depcomp | 487 ++-- apps/xcalc/install-sh | 374 ++- apps/xcalc/man/Makefile.in | 129 +- apps/xcalc/math.c | 149 +- apps/xcalc/missing | 461 ++-- apps/xcalc/xcalc.h | 17 +- packages.txt | 4 +- 30 files changed, 6309 insertions(+), 5028 deletions(-) create mode 100755 apps/xcalc/compile diff --git a/X11/ChangeLog b/X11/ChangeLog index 7aead7403..191a52939 100644 --- a/X11/ChangeLog +++ b/X11/ChangeLog @@ -1,3 +1,58 @@ +commit 303b137a55bb2d092b008439570a323c89a41d70 +Author: Alan Coopersmith +Date: Tue Dec 30 21:15:09 2014 -0800 + + xproto 7.0.27 + + Signed-off-by: Alan Coopersmith + +commit ffd4a13042d24cb5c913207585191801a9a1603e +Author: Alan Coopersmith +Date: Fri Jul 18 17:08:25 2014 -0700 + + Use clang's __has_attribute to check for attribute support + + Hopefully other compilers will start adopting this so we don't have to + maintain ever growing matrixes of compiler/version checks for all the + attributes we use. + + Signed-off-by: Alan Coopersmith + Reviewed-by: Jeremy Huddleston Sequoia + +commit 9b895b428576c4d6b4d43c77940c44604f9c1a2c +Author: Alan Coopersmith +Date: Tue Jul 15 13:51:02 2014 -0700 + + Do not suggest adding new keysyms to XF86keysym.h + + As noted in the comment in the file, X.Org controls the main X11 keysym + definitions, so adds new keysyms there, not in the XFree86 vendor space. + + Reported-by: Gioele Barabucci + Signed-off-by: Alan Coopersmith + Reviewed-by: Daniel Stone + +commit 25f1134b4a2bd8018f153158cfc7c9ae255b5d6e +Author: Michael Haubenwallner +Date: Wed Jun 25 18:08:22 2014 +0200 + + Bug #80528: make it build on AIX + + https://bugs.freedesktop.org/show_bug.cgi?id=80528 + + Reviewed-by: Alan Coopersmith + Signed-off-by: Alan Coopersmith + +commit 068fd2cb19b6c0434f63b427158506e2ec3c6206 +Author: Alan Coopersmith +Date: Fri May 9 19:23:58 2014 -0700 + + Enable use of __attribute__((deprecated)) with Solaris Studio 12.4 compiler + + Support for this attribute is added in the 12.4 beta release. + + Signed-off-by: Alan Coopersmith + commit 03cbbf6c3e811c026c86e3a60d2f9af56606e155 Author: Julien Cristau Date: Mon Apr 14 15:36:00 2014 +0200 diff --git a/X11/INSTALL b/X11/INSTALL index 8b82ade08..a1e89e18a 100644 --- a/X11/INSTALL +++ b/X11/INSTALL @@ -1,11 +1,13 @@ Installation Instructions ************************* -Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, -2006, 2007, 2008 Free Software Foundation, Inc. +Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation, +Inc. - This file is free documentation; the Free Software Foundation gives -unlimited permission to copy, distribute and modify it. + Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without warranty of any kind. Basic Installation ================== @@ -13,7 +15,11 @@ Basic Installation Briefly, the shell commands `./configure; make; make install' should configure, build, and install this package. The following more-detailed instructions are generic; see the `README' file for -instructions specific to this package. +instructions specific to this package. Some packages provide this +`INSTALL' file but do not implement all of the features documented +below. The lack of an optional feature in a given package is not +necessarily a bug. More recommendations for GNU packages can be found +in *note Makefile Conventions: (standards)Makefile Conventions. The `configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses @@ -42,7 +48,7 @@ may remove or edit it. you want to change it or regenerate `configure' using a newer version of `autoconf'. -The simplest way to compile this package is: + The simplest way to compile this package is: 1. `cd' to the directory containing the package's source code and type `./configure' to configure the package for your system. @@ -53,12 +59,22 @@ The simplest way to compile this package is: 2. Type `make' to compile the package. 3. Optionally, type `make check' to run any self-tests that come with - the package. + the package, generally using the just-built uninstalled binaries. 4. Type `make install' to install the programs and any data files and - documentation. - - 5. You can remove the program binaries and object files from the + documentation. When installing into a prefix owned by root, it is + recommended that the package be configured and built as a regular + user, and only the `make install' phase executed with root + privileges. + + 5. Optionally, type `make installcheck' to repeat any self-tests, but + this time using the binaries in their final installed location. + This target does not install anything. Running this target as a + regular user, particularly if the prior `make install' required + root privileges, verifies that the installation completed + correctly. + + 6. You can remove the program binaries and object files from the source code directory by typing `make clean'. To also remove the files that `configure' created (so you can compile the package for a different kind of computer), type `make distclean'. There is @@ -67,8 +83,15 @@ The simplest way to compile this package is: all sorts of other programs in order to regenerate files that came with the distribution. - 6. Often, you can also type `make uninstall' to remove the installed - files again. + 7. Often, you can also type `make uninstall' to remove the installed + files again. In practice, not all packages have tested that + uninstallation works correctly, even though it is required by the + GNU Coding Standards. + + 8. Some packages, particularly those that use Automake, provide `make + distcheck', which can by used by developers to test that all other + targets like `make install' and `make uninstall' work correctly. + This target is generally not run by end users. Compilers and Options ===================== @@ -93,7 +116,8 @@ same time, by placing the object files for each architecture in their own directory. To do this, you can use GNU `make'. `cd' to the directory where you want the object files and executables to go and run the `configure' script. `configure' automatically checks for the -source code in the directory that `configure' is in and in `..'. +source code in the directory that `configure' is in and in `..'. This +is known as a "VPATH" build. With a non-GNU `make', it is safer to compile the package for one architecture at a time in the source code directory. After you have @@ -120,7 +144,8 @@ Installation Names By default, `make install' installs the package's commands under `/usr/local/bin', include files under `/usr/local/include', etc. You can specify an installation prefix other than `/usr/local' by giving -`configure' the option `--prefix=PREFIX'. +`configure' the option `--prefix=PREFIX', where PREFIX must be an +absolute file name. You can specify separate installation prefixes for architecture-specific files and architecture-independent files. If you @@ -131,15 +156,46 @@ Documentation and other data files still use the regular prefix. In addition, if you use an unusual directory layout you can give options like `--bindir=DIR' to specify different values for particular kinds of files. Run `configure --help' for a list of the directories -you can set and what kinds of files go in them. +you can set and what kinds of files go in them. In general, the +default for these options is expressed in terms of `${prefix}', so that +specifying just `--prefix' will affect all of the other directory +specifications that were not explicitly provided. + + The most portable way to affect installation locations is to pass the +correct locations to `configure'; however, many packages provide one or +both of the following shortcuts of passing variable assignments to the +`make install' command line to change installation locations without +having to reconfigure or recompile. + + The first method involves providing an override variable for each +affected directory. For example, `make install +prefix=/alternate/directory' will choose an alternate location for all +directory configuration variables that were expressed in terms of +`${prefix}'. Any directories that were specified during `configure', +but not in terms of `${prefix}', must each be overridden at install +time for the entire installation to be relocated. The approach of +makefile variable overrides for each directory variable is required by +the GNU Coding Standards, and ideally causes no recompilation. +However, some platforms have known limitations with the semantics of +shared libraries that end up requiring recompilation when using this +method, particularly noticeable in packages that use GNU Libtool. + + The second method involves providing the `DESTDIR' variable. For +example, `make install DESTDIR=/alternate/directory' will prepend +`/alternate/directory' before all installation names. The approach of +`DESTDIR' overrides is not required by the GNU Coding Standards, and +does not work on platforms that have drive letters. On the other hand, +it does better at avoiding recompilation issues, and works well even +when some directory options were not specified in terms of `${prefix}' +at `configure' time. + +Optional Features +================= If the package supports it, you can cause programs to be installed with an extra prefix or suffix on their names by giving `configure' the option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. -Optional Features -================= - Some packages pay attention to `--enable-FEATURE' options to `configure', where FEATURE indicates an optional part of the package. They may also pay attention to `--with-PACKAGE' options, where PACKAGE @@ -152,6 +208,13 @@ find the X include and library files automatically, but if it doesn't, you can use the `configure' options `--x-includes=DIR' and `--x-libraries=DIR' to specify their locations. + Some packages offer the ability to configure how verbose the +execution of `make' will be. For these packages, running `./configure +--enable-silent-rules' sets the default to minimal output, which can be +overridden with `make V=1'; while running `./configure +--disable-silent-rules' sets the default to verbose, which can be +overridden with `make V=0'. + Particular systems ================== @@ -159,10 +222,15 @@ Particular systems CC is not installed, it is recommended to use the following options in order to use an ANSI C compiler: - ./configure CC="cc -Ae" + ./configure CC="cc -Ae -D_XOPEN_SOURCE=500" and if that doesn't work, install pre-built binaries of GCC for HP-UX. + HP-UX `make' updates targets which have the same time stamps as +their prerequisites, which makes it generally unusable when shipped +generated files such as `configure' are involved. Use GNU `make' +instead. + On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot parse its `' header file. The option `-nodtk' can be used as a workaround. If GNU CC is not installed, it is therefore recommended @@ -174,6 +242,16 @@ and if that doesn't work, try ./configure CC="cc -nodtk" + On Solaris, don't put `/usr/ucb' early in your `PATH'. This +directory contains several dysfunctional programs; working variants of +these programs are available in `/usr/bin'. So, if you need `/usr/ucb' +in your `PATH', put it _after_ `/usr/bin'. + + On Haiku, software installed for all users goes in `/boot/common', +not `/usr/local'. It is recommended to use the following options: + + ./configure --prefix=/boot/common + Specifying the System Type ========================== @@ -189,7 +267,8 @@ type, such as `sun4', or a canonical name which has the form: where SYSTEM can have one of these forms: - OS KERNEL-OS + OS + KERNEL-OS See the file `config.sub' for the possible values of each field. If `config.sub' isn't included in this package, then this package doesn't @@ -277,7 +356,7 @@ operates. `configure' can determine that directory automatically. `--prefix=DIR' - Use DIR as the installation prefix. *Note Installation Names:: + Use DIR as the installation prefix. *note Installation Names:: for more details, including other options available for fine-tuning the installation locations. diff --git a/X11/Makefile.in b/X11/Makefile.in index 8c4238769..ff5d1ec37 100644 --- a/X11/Makefile.in +++ b/X11/Makefile.in @@ -286,8 +286,6 @@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ -PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ diff --git a/X11/XF86keysym.h b/X11/XF86keysym.h index 93eb06295..8b5646ea1 100644 --- a/X11/XF86keysym.h +++ b/X11/XF86keysym.h @@ -3,29 +3,6 @@ * * The XFree86 keysym range is 0x10080001 - 0x1008FFFF. * - * When adding new entries, the xc/lib/XKeysymDB file should also be - * updated to make the new entries visible to Xlib. - */ - -/* - * ModeLock - * - * This one is old, and not really used any more since XKB offers this - * functionality. - */ - -#define XF86XK_ModeLock 0x1008FF01 /* Mode Switch Lock */ - -/* - * Note, 0x1008FF07 - 0x1008FF0F are free and should be used for misc new - * keysyms that don't fit into any of the groups below. - * - * 0x1008FF64, 0x1008FF6F, 0x1008FF71, 0x1008FF83 are no longer used, - * and should be used first for new keysyms. - * - * Check in keysymdef.h for generic symbols before adding new XFree86-specific - * symbols here. - * * X.Org will not be adding to the XF86 set of keysyms, though they have * been adopted and are considered a "standard" part of X keysym definitions. * XFree86 never properly commented these keysyms, so we have done our @@ -36,6 +13,14 @@ * these archives, these are from memory and usage. */ +/* + * ModeLock + * + * This one is old, and not really used any more since XKB offers this + * functionality. + */ + +#define XF86XK_ModeLock 0x1008FF01 /* Mode Switch Lock */ /* Backlight controls. */ #define XF86XK_MonBrightnessUp 0x1008FF02 /* Monitor/panel brightness */ diff --git a/X11/Xfuncproto.h.in b/X11/Xfuncproto.h.in index dac92291e..e9e5e7141 100644 --- a/X11/Xfuncproto.h.in +++ b/X11/Xfuncproto.h.in @@ -75,15 +75,21 @@ in this Software without prior written authorization from The Open Group. #endif #endif /* _XFUNCPROTOBEGIN */ +/* http://clang.llvm.org/docs/LanguageExtensions.html#has-attribute */ +#ifndef __has_attribute +# define __has_attribute(x) 0 /* Compatibility with non-clang compilers. */ +#endif + /* Added in X11R6.9, so available in any version of modular xproto */ -#if defined(__GNUC__) && (__GNUC__ >= 4) +#if __has_attribute(__sentinel__) || (defined(__GNUC__) && (__GNUC__ >= 4)) # define _X_SENTINEL(x) __attribute__ ((__sentinel__(x))) #else # define _X_SENTINEL(x) #endif /* GNUC >= 4 */ /* Added in X11R6.9, so available in any version of modular xproto */ -#if defined(__GNUC__) && (__GNUC__ >= 4) && !defined(__CYGWIN__) && !defined(__MINGW32__) +#if (__has_attribute(visibility) || (defined(__GNUC__) && (__GNUC__ >= 4))) \ + && !defined(__CYGWIN__) && !defined(__MINGW32__) # define _X_EXPORT __attribute__((visibility("default"))) # define _X_HIDDEN __attribute__((visibility("hidden"))) # define _X_INTERNAL __attribute__((visibility("internal"))) @@ -109,29 +115,34 @@ in this Software without prior written authorization from The Open Group. /* Bulk branch prediction hints via marking error path functions as "cold" */ /* requires xproto >= 7.0.25 */ -#if defined(__GNUC__) && ((__GNUC__ * 100 + __GNUC_MINOR__) >= 403) /* 4.3+ */ +#if __has_attribute(__cold__) || \ + (defined(__GNUC__) && ((__GNUC__ * 100 + __GNUC_MINOR__) >= 403)) /* 4.3+ */ # define _X_COLD __attribute__((__cold__)) #else # define _X_COLD /* nothing */ #endif /* Added in X11R6.9, so available in any version of modular xproto */ -#if defined(__GNUC__) && ((__GNUC__ * 100 + __GNUC_MINOR__) >= 301) +#if __has_attribute(deprecated) \ + || (defined(__GNUC__) && ((__GNUC__ * 100 + __GNUC_MINOR__) >= 301)) \ + || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x5130)) # define _X_DEPRECATED __attribute__((deprecated)) #else /* not gcc >= 3.1 */ # define _X_DEPRECATED #endif /* requires xproto >= 7.0.17 */ -#if (defined(__GNUC__) && ((__GNUC__ * 100 + __GNUC_MINOR__) >= 205)) \ - || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590)) +#if __has_attribute(noreturn) \ + || (defined(__GNUC__) && ((__GNUC__ * 100 + __GNUC_MINOR__) >= 205)) \ + || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590)) # define _X_NORETURN __attribute((noreturn)) #else # define _X_NORETURN #endif /* GNUC */ /* Added in X11R6.9, so available in any version of modular xproto */ -#if defined(__GNUC__) && ((__GNUC__ * 100 + __GNUC_MINOR__) >= 203) +#if __has_attribute(__format__) \ + || defined(__GNUC__) && ((__GNUC__ * 100 + __GNUC_MINOR__) >= 203) # define _X_ATTRIBUTE_PRINTF(x,y) __attribute__((__format__(__printf__,x,y))) #else /* not gcc >= 2.3 */ # define _X_ATTRIBUTE_PRINTF(x,y) @@ -140,14 +151,16 @@ in this Software without prior written authorization from The Open Group. /* requires xproto >= 7.0.22 - since this uses either gcc or C99 variable argument macros, must be only used inside #ifdef _X_NONNULL guards, as many legacy X clients are compiled in C89 mode still. */ -#if defined(__GNUC__) && ((__GNUC__ * 100 + __GNUC_MINOR__) >= 303) +#if __has_attribute(nonnull) \ + || defined(__GNUC__) && ((__GNUC__ * 100 + __GNUC_MINOR__) >= 303) #define _X_NONNULL(args...) __attribute__((nonnull(args))) #elif defined(__STDC_VERSION__) && (__STDC_VERSION__ - 0 >= 199901L) /* C99 */ #define _X_NONNULL(...) /* */ #endif /* requires xproto >= 7.0.22 */ -#if defined(__GNUC__) && ((__GNUC__ * 100 + __GNUC_MINOR__) >= 205) +#if __has_attribute(__unused__) \ + || defined(__GNUC__) && ((__GNUC__ * 100 + __GNUC_MINOR__) >= 205) #define _X_UNUSED __attribute__((__unused__)) #else #define _X_UNUSED /* */ diff --git a/X11/Xfuncs.h b/X11/Xfuncs.h index 2bcf991a9..469bb48d5 100644 --- a/X11/Xfuncs.h +++ b/X11/Xfuncs.h @@ -37,14 +37,14 @@ void bcopy(); void bzero(); int bcmp(); # else -# if defined(SYSV) && !defined(__SCO__) && !defined(__sun) && !defined(__UNIXWARE__) +# if defined(SYSV) && !defined(__SCO__) && !defined(__sun) && !defined(__UNIXWARE__) && !defined(_AIX) # include void bcopy(); # define bzero(b,len) memset(b, 0, len) # define bcmp(b1,b2,len) memcmp(b1, b2, len) # else # include -# if defined(__SCO__) || defined(__sun) || defined(__UNIXWARE__) || defined(__CYGWIN__) +# if defined(__SCO__) || defined(__sun) || defined(__UNIXWARE__) || defined(__CYGWIN__) || defined(_AIX) # include # endif # define _XFUNCS_H_INCLUDED_STRING_H diff --git a/X11/Xos.h b/X11/Xos.h index 044d22b4f..7e5394685 100644 --- a/X11/Xos.h +++ b/X11/Xos.h @@ -60,7 +60,7 @@ in this Software without prior written authorization from The Open Group. */ # include -# if defined(__SCO__) || defined(__UNIXWARE__) || defined(__sun) || defined(__CYGWIN__) +# if defined(__SCO__) || defined(__UNIXWARE__) || defined(__sun) || defined(__CYGWIN__) || defined(_AIX) # include # else # ifndef index diff --git a/X11/aclocal.m4 b/X11/aclocal.m4 index 65379b637..644dd4bd9 100644 --- a/X11/aclocal.m4 +++ b/X11/aclocal.m4 @@ -20,3161 +20,3181 @@ You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) -# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- -# serial 1 (pkg-config-0.24) -# -# Copyright © 2004 Scott James Remnant . -# -# 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 -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Copyright (C) 2002-2013 Free Software Foundation, Inc. # -# As a special exception to the GNU General Public License, if you -# distribute this file as part of a program that contains a -# configuration script generated by Autoconf, you may include it under -# the same distribution terms that you use for the rest of that program. - -# PKG_PROG_PKG_CONFIG([MIN-VERSION]) -# ---------------------------------- -AC_DEFUN([PKG_PROG_PKG_CONFIG], -[m4_pattern_forbid([^_?PKG_[A-Z_]+$]) -m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) -m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) -AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) -AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) -AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. -if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then - AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) -fi -if test -n "$PKG_CONFIG"; then - _pkg_min_version=m4_default([$1], [0.9.0]) - AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) - if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then - AC_MSG_RESULT([yes]) - else - AC_MSG_RESULT([no]) - PKG_CONFIG="" - fi -fi[]dnl -])# PKG_PROG_PKG_CONFIG +# AM_AUTOMAKE_VERSION(VERSION) +# ---------------------------- +# Automake X.Y traces this macro to ensure aclocal.m4 has been +# generated from the m4 files accompanying Automake X.Y. +# (This private macro should not be called outside this file.) +AC_DEFUN([AM_AUTOMAKE_VERSION], +[am__api_version='1.14' +dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to +dnl require some minimum version. Point them to the right macro. +m4_if([$1], [1.14.1], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl +]) -# PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) -# -# Check to see whether a particular set of modules exists. Similar -# to PKG_CHECK_MODULES(), but does not set variables or print errors. -# -# Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) -# only at the first occurence in configure.ac, so if the first place -# it's called might be skipped (such as if it is within an "if", you -# have to call PKG_CHECK_EXISTS manually -# -------------------------------------------------------------- -AC_DEFUN([PKG_CHECK_EXISTS], -[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl -if test -n "$PKG_CONFIG" && \ - AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then - m4_default([$2], [:]) -m4_ifvaln([$3], [else - $3])dnl -fi]) +# _AM_AUTOCONF_VERSION(VERSION) +# ----------------------------- +# aclocal traces this macro to find the Autoconf version. +# This is a private macro too. Using m4_define simplifies +# the logic in aclocal, which can simply ignore this definition. +m4_define([_AM_AUTOCONF_VERSION], []) -# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) -# --------------------------------------------- -m4_define([_PKG_CONFIG], -[if test -n "$$1"; then - pkg_cv_[]$1="$$1" - elif test -n "$PKG_CONFIG"; then - PKG_CHECK_EXISTS([$3], - [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` - test "x$?" != "x0" && pkg_failed=yes ], - [pkg_failed=yes]) - else - pkg_failed=untried -fi[]dnl -])# _PKG_CONFIG +# AM_SET_CURRENT_AUTOMAKE_VERSION +# ------------------------------- +# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. +# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. +AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +[AM_AUTOMAKE_VERSION([1.14.1])dnl +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) -# _PKG_SHORT_ERRORS_SUPPORTED -# ----------------------------- -AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], -[AC_REQUIRE([PKG_PROG_PKG_CONFIG]) -if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then - _pkg_short_errors_supported=yes -else - _pkg_short_errors_supported=no -fi[]dnl -])# _PKG_SHORT_ERRORS_SUPPORTED +# AM_AUX_DIR_EXPAND -*- Autoconf -*- +# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. -# PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], -# [ACTION-IF-NOT-FOUND]) +# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets +# $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to +# '$srcdir', '$srcdir/..', or '$srcdir/../..'. # +# Of course, Automake must honor this variable whenever it calls a +# tool from the auxiliary directory. The problem is that $srcdir (and +# therefore $ac_aux_dir as well) can be either absolute or relative, +# depending on how configure is run. This is pretty annoying, since +# it makes $ac_aux_dir quite unusable in subdirectories: in the top +# source directory, any form will work fine, but in subdirectories a +# relative path needs to be adjusted first. # -# Note that if there is a possibility the first call to -# PKG_CHECK_MODULES might not happen, you should be sure to include an -# explicit call to PKG_PROG_PKG_CONFIG in your configure.ac +# $ac_aux_dir/missing +# fails when called from a subdirectory if $ac_aux_dir is relative +# $top_srcdir/$ac_aux_dir/missing +# fails if $ac_aux_dir is absolute, +# fails when called from a subdirectory in a VPATH build with +# a relative $ac_aux_dir # +# The reason of the latter failure is that $top_srcdir and $ac_aux_dir +# are both prefixed by $srcdir. In an in-source build this is usually +# harmless because $srcdir is '.', but things will broke when you +# start a VPATH build or use an absolute $srcdir. # -# -------------------------------------------------------------- -AC_DEFUN([PKG_CHECK_MODULES], -[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl -AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl -AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl +# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, +# iff we strip the leading $srcdir from $ac_aux_dir. That would be: +# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` +# and then we would define $MISSING as +# MISSING="\${SHELL} $am_aux_dir/missing" +# This will work as long as MISSING is not called from configure, because +# unfortunately $(top_srcdir) has no meaning in configure. +# However there are other variables, like CC, which are often used in +# configure, and could therefore not use this "fixed" $ac_aux_dir. +# +# Another solution, used here, is to always expand $ac_aux_dir to an +# absolute PATH. The drawback is that using absolute paths prevent a +# configured tree to be moved without reconfiguration. -pkg_failed=no -AC_MSG_CHECKING([for $1]) +AC_DEFUN([AM_AUX_DIR_EXPAND], +[dnl Rely on autoconf to set up CDPATH properly. +AC_PREREQ([2.50])dnl +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` +]) -_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) -_PKG_CONFIG([$1][_LIBS], [libs], [$2]) +# AM_CONDITIONAL -*- Autoconf -*- -m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS -and $1[]_LIBS to avoid the need to call pkg-config. -See the pkg-config man page for more details.]) +# Copyright (C) 1997-2013 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. -if test $pkg_failed = yes; then - AC_MSG_RESULT([no]) - _PKG_SHORT_ERRORS_SUPPORTED - if test $_pkg_short_errors_supported = yes; then - $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` - else - $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` - fi - # Put the nasty error message in config.log where it belongs - echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD +# AM_CONDITIONAL(NAME, SHELL-CONDITION) +# ------------------------------------- +# Define a conditional. +AC_DEFUN([AM_CONDITIONAL], +[AC_PREREQ([2.52])dnl + m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +AC_SUBST([$1_TRUE])dnl +AC_SUBST([$1_FALSE])dnl +_AM_SUBST_NOTMAKE([$1_TRUE])dnl +_AM_SUBST_NOTMAKE([$1_FALSE])dnl +m4_define([_AM_COND_VALUE_$1], [$2])dnl +if $2; then + $1_TRUE= + $1_FALSE='#' +else + $1_TRUE='#' + $1_FALSE= +fi +AC_CONFIG_COMMANDS_PRE( +[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then + AC_MSG_ERROR([[conditional "$1" was never defined. +Usually this means the macro was only invoked conditionally.]]) +fi])]) - m4_default([$4], [AC_MSG_ERROR( -[Package requirements ($2) were not met: +# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. -$$1_PKG_ERRORS -Consider adjusting the PKG_CONFIG_PATH environment variable if you -installed software in a non-standard prefix. +# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be +# written in clear, in which case automake, when reading aclocal.m4, +# will think it sees a *use*, and therefore will trigger all it's +# C support machinery. Also note that it means that autoscan, seeing +# CC etc. in the Makefile, will ask for an AC_PROG_CC use... -_PKG_TEXT])[]dnl - ]) -elif test $pkg_failed = untried; then - AC_MSG_RESULT([no]) - m4_default([$4], [AC_MSG_FAILURE( -[The pkg-config script could not be found or is too old. Make sure it -is in your PATH or set the PKG_CONFIG environment variable to the full -path to pkg-config. -_PKG_TEXT +# _AM_DEPENDENCIES(NAME) +# ---------------------- +# See how the compiler implements dependency checking. +# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". +# We try a few techniques and use that to set a single cache variable. +# +# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was +# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular +# dependency, and given that the user is not expected to run this macro, +# just rely on AC_PROG_CC. +AC_DEFUN([_AM_DEPENDENCIES], +[AC_REQUIRE([AM_SET_DEPDIR])dnl +AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl +AC_REQUIRE([AM_MAKE_INCLUDE])dnl +AC_REQUIRE([AM_DEP_TRACK])dnl -To get pkg-config, see .])[]dnl - ]) -else - $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS - $1[]_LIBS=$pkg_cv_[]$1[]_LIBS - AC_MSG_RESULT([yes]) - $3 -fi[]dnl -])# PKG_CHECK_MODULES +m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], + [$1], [CXX], [depcc="$CXX" am_compiler_list=], + [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], + [$1], [UPC], [depcc="$UPC" am_compiler_list=], + [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], + [depcc="$$1" am_compiler_list=]) -dnl xorg-macros.m4. Generated from xorg-macros.m4.in xorgversion.m4 by configure. -dnl -dnl Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved. -dnl -dnl Permission is hereby granted, free of charge, to any person obtaining a -dnl copy of this software and associated documentation files (the "Software"), -dnl to deal in the Software without restriction, including without limitation -dnl the rights to use, copy, modify, merge, publish, distribute, sublicense, -dnl and/or sell copies of the Software, and to permit persons to whom the -dnl Software is furnished to do so, subject to the following conditions: -dnl -dnl The above copyright notice and this permission notice (including the next -dnl paragraph) shall be included in all copies or substantial portions of the -dnl Software. -dnl -dnl THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -dnl IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -dnl FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -dnl THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -dnl LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -dnl FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -dnl DEALINGS IN THE SOFTWARE. +AC_CACHE_CHECK([dependency style of $depcc], + [am_cv_$1_dependencies_compiler_type], +[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub -# XORG_MACROS_VERSION(required-version) -# ------------------------------------- -# Minimum version: 1.1.0 -# -# If you're using a macro added in Version 1.1 or newer, include this in -# your configure.ac with the minimum required version, such as: -# XORG_MACROS_VERSION(1.1) -# -# To ensure that this macro is defined, also add: -# m4_ifndef([XORG_MACROS_VERSION], -# [m4_fatal([must install xorg-macros 1.1 or later before running autoconf/autogen])]) -# -# -# See the "minimum version" comment for each macro you use to see what -# version you require. -m4_defun([XORG_MACROS_VERSION],[ -m4_define([vers_have], [1.18.0]) -m4_define([maj_have], m4_substr(vers_have, 0, m4_index(vers_have, [.]))) -m4_define([maj_needed], m4_substr([$1], 0, m4_index([$1], [.]))) -m4_if(m4_cmp(maj_have, maj_needed), 0,, - [m4_fatal([xorg-macros major version ]maj_needed[ is required but ]vers_have[ found])]) -m4_if(m4_version_compare(vers_have, [$1]), -1, - [m4_fatal([xorg-macros version $1 or higher is required but ]vers_have[ found])]) -m4_undefine([vers_have]) -m4_undefine([maj_have]) -m4_undefine([maj_needed]) -]) # XORG_MACROS_VERSION + am_cv_$1_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` + fi + am__universal=false + m4_case([$1], [CC], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac], + [CXX], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac]) -# XORG_PROG_RAWCPP() -# ------------------ -# Minimum version: 1.0.0 -# -# Find cpp program and necessary flags for use in pre-processing text files -# such as man pages and config files -AC_DEFUN([XORG_PROG_RAWCPP],[ -AC_REQUIRE([AC_PROG_CPP]) -AC_PATH_PROGS(RAWCPP, [cpp], [${CPP}], - [$PATH:/bin:/usr/bin:/usr/lib:/usr/libexec:/usr/ccs/lib:/usr/ccs/lbin:/lib]) + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf -# Check for flag to avoid builtin definitions - assumes unix is predefined, -# which is not the best choice for supporting other OS'es, but covers most -# of the ones we need for now. -AC_MSG_CHECKING([if $RAWCPP requires -undef]) -AC_LANG_CONFTEST([AC_LANG_SOURCE([[Does cpp redefine unix ?]])]) -if test `${RAWCPP} < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then - AC_MSG_RESULT([no]) -else - if test `${RAWCPP} -undef < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then - RAWCPPFLAGS=-undef - AC_MSG_RESULT([yes]) - # under Cygwin unix is still defined even with -undef - elif test `${RAWCPP} -undef -ansi < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then - RAWCPPFLAGS="-undef -ansi" - AC_MSG_RESULT([yes, with -ansi]) - else - AC_MSG_ERROR([${RAWCPP} defines unix with or without -undef. I don't know what to do.]) - fi -fi -rm -f conftest.$ac_ext + # We check with '-c' and '-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok '-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_$1_dependencies_compiler_type=$depmode + break + fi + fi + done -AC_MSG_CHECKING([if $RAWCPP requires -traditional]) -AC_LANG_CONFTEST([AC_LANG_SOURCE([[Does cpp preserve "whitespace"?]])]) -if test `${RAWCPP} < conftest.$ac_ext | grep -c 'preserve \"'` -eq 1 ; then - AC_MSG_RESULT([no]) + cd .. + rm -rf conftest.dir else - if test `${RAWCPP} -traditional < conftest.$ac_ext | grep -c 'preserve \"'` -eq 1 ; then - RAWCPPFLAGS="${RAWCPPFLAGS} -traditional" - AC_MSG_RESULT([yes]) - else - AC_MSG_ERROR([${RAWCPP} does not preserve whitespace with or without -traditional. I don't know what to do.]) - fi + am_cv_$1_dependencies_compiler_type=none fi -rm -f conftest.$ac_ext -AC_SUBST(RAWCPPFLAGS) -]) # XORG_PROG_RAWCPP +]) +AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) +AM_CONDITIONAL([am__fastdep$1], [ + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) +]) -# XORG_MANPAGE_SECTIONS() -# ----------------------- -# Minimum version: 1.0.0 -# -# Determine which sections man pages go in for the different man page types -# on this OS - replaces *ManSuffix settings in old Imake *.cf per-os files. -# Not sure if there's any better way than just hardcoding by OS name. -# Override default settings by setting environment variables -# Added MAN_SUBSTS in version 1.8 -# Added AC_PROG_SED in version 1.8 -AC_DEFUN([XORG_MANPAGE_SECTIONS],[ -AC_REQUIRE([AC_CANONICAL_HOST]) -AC_REQUIRE([AC_PROG_SED]) +# AM_SET_DEPDIR +# ------------- +# Choose a directory name for dependency files. +# This macro is AC_REQUIREd in _AM_DEPENDENCIES. +AC_DEFUN([AM_SET_DEPDIR], +[AC_REQUIRE([AM_SET_LEADING_DOT])dnl +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl +]) -if test x$APP_MAN_SUFFIX = x ; then - APP_MAN_SUFFIX=1 -fi -if test x$APP_MAN_DIR = x ; then - APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)' -fi -if test x$LIB_MAN_SUFFIX = x ; then - LIB_MAN_SUFFIX=3 -fi -if test x$LIB_MAN_DIR = x ; then - LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)' +# AM_DEP_TRACK +# ------------ +AC_DEFUN([AM_DEP_TRACK], +[AC_ARG_ENABLE([dependency-tracking], [dnl +AS_HELP_STRING( + [--enable-dependency-tracking], + [do not reject slow dependency extractors]) +AS_HELP_STRING( + [--disable-dependency-tracking], + [speeds up one-time build])]) +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + am__nodep='_no' fi +AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +AC_SUBST([AMDEPBACKSLASH])dnl +_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +AC_SUBST([am__nodep])dnl +_AM_SUBST_NOTMAKE([am__nodep])dnl +]) -if test x$FILE_MAN_SUFFIX = x ; then - case $host_os in - solaris*) FILE_MAN_SUFFIX=4 ;; - *) FILE_MAN_SUFFIX=5 ;; - esac -fi -if test x$FILE_MAN_DIR = x ; then - FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)' -fi - -if test x$MISC_MAN_SUFFIX = x ; then - case $host_os in - solaris*) MISC_MAN_SUFFIX=5 ;; - *) MISC_MAN_SUFFIX=7 ;; - esac -fi -if test x$MISC_MAN_DIR = x ; then - MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)' -fi - -if test x$DRIVER_MAN_SUFFIX = x ; then - case $host_os in - solaris*) DRIVER_MAN_SUFFIX=7 ;; - *) DRIVER_MAN_SUFFIX=4 ;; - esac -fi -if test x$DRIVER_MAN_DIR = x ; then - DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)' -fi - -if test x$ADMIN_MAN_SUFFIX = x ; then - case $host_os in - solaris*) ADMIN_MAN_SUFFIX=1m ;; - *) ADMIN_MAN_SUFFIX=8 ;; - esac -fi -if test x$ADMIN_MAN_DIR = x ; then - ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)' -fi +# Generate code to set up dependency tracking. -*- Autoconf -*- +# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. -AC_SUBST([APP_MAN_SUFFIX]) -AC_SUBST([LIB_MAN_SUFFIX]) -AC_SUBST([FILE_MAN_SUFFIX]) -AC_SUBST([MISC_MAN_SUFFIX]) -AC_SUBST([DRIVER_MAN_SUFFIX]) -AC_SUBST([ADMIN_MAN_SUFFIX]) -AC_SUBST([APP_MAN_DIR]) -AC_SUBST([LIB_MAN_DIR]) -AC_SUBST([FILE_MAN_DIR]) -AC_SUBST([MISC_MAN_DIR]) -AC_SUBST([DRIVER_MAN_DIR]) -AC_SUBST([ADMIN_MAN_DIR]) -XORG_MAN_PAGE="X Version 11" -AC_SUBST([XORG_MAN_PAGE]) -MAN_SUBSTS="\ - -e 's|__vendorversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \ - -e 's|__xorgversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \ - -e 's|__xservername__|Xorg|g' \ - -e 's|__xconfigfile__|xorg.conf|g' \ - -e 's|__projectroot__|\$(prefix)|g' \ - -e 's|__apploaddir__|\$(appdefaultdir)|g' \ - -e 's|__appmansuffix__|\$(APP_MAN_SUFFIX)|g' \ - -e 's|__drivermansuffix__|\$(DRIVER_MAN_SUFFIX)|g' \ - -e 's|__adminmansuffix__|\$(ADMIN_MAN_SUFFIX)|g' \ - -e 's|__libmansuffix__|\$(LIB_MAN_SUFFIX)|g' \ - -e 's|__miscmansuffix__|\$(MISC_MAN_SUFFIX)|g' \ - -e 's|__filemansuffix__|\$(FILE_MAN_SUFFIX)|g'" -AC_SUBST([MAN_SUBSTS]) +# _AM_OUTPUT_DEPENDENCY_COMMANDS +# ------------------------------ +AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], +[{ + # Older Autoconf quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + case $CONFIG_FILES in + *\'*) eval set x "$CONFIG_FILES" ;; + *) set x $CONFIG_FILES ;; + esac + shift + for mf + do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named 'Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then + dirpart=`AS_DIRNAME("$mf")` + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running 'make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "$am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`AS_DIRNAME(["$file"])` + AS_MKDIR_P([$dirpart/$fdir]) + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done + done +} +])# _AM_OUTPUT_DEPENDENCY_COMMANDS -]) # XORG_MANPAGE_SECTIONS -# XORG_CHECK_SGML_DOCTOOLS([MIN-VERSION]) -# ------------------------ -# Minimum version: 1.7.0 +# AM_OUTPUT_DEPENDENCY_COMMANDS +# ----------------------------- +# This macro should only be invoked once -- use via AC_REQUIRE. # -# Defines the variable XORG_SGML_PATH containing the location of X11/defs.ent -# provided by xorg-sgml-doctools, if installed. -AC_DEFUN([XORG_CHECK_SGML_DOCTOOLS],[ -AC_MSG_CHECKING([for X.Org SGML entities m4_ifval([$1],[>= $1])]) -XORG_SGML_PATH= -PKG_CHECK_EXISTS([xorg-sgml-doctools m4_ifval([$1],[>= $1])], - [XORG_SGML_PATH=`$PKG_CONFIG --variable=sgmlrootdir xorg-sgml-doctools`], - [m4_ifval([$1],[:], - [if test x"$cross_compiling" != x"yes" ; then - AC_CHECK_FILE([$prefix/share/sgml/X11/defs.ent], - [XORG_SGML_PATH=$prefix/share/sgml]) - fi]) - ]) - -# Define variables STYLESHEET_SRCDIR and XSL_STYLESHEET containing -# the path and the name of the doc stylesheet -if test "x$XORG_SGML_PATH" != "x" ; then - AC_MSG_RESULT([$XORG_SGML_PATH]) - STYLESHEET_SRCDIR=$XORG_SGML_PATH/X11 - XSL_STYLESHEET=$STYLESHEET_SRCDIR/xorg.xsl -else - AC_MSG_RESULT([no]) -fi +# This code is only required when automatic dependency tracking +# is enabled. FIXME. This creates each '.P' file that we will +# need in order to bootstrap the dependency handling code. +AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], +[AC_CONFIG_COMMANDS([depfiles], + [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], + [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) +]) -AC_SUBST(XORG_SGML_PATH) -AC_SUBST(STYLESHEET_SRCDIR) -AC_SUBST(XSL_STYLESHEET) -AM_CONDITIONAL([HAVE_STYLESHEETS], [test "x$XSL_STYLESHEET" != "x"]) -]) # XORG_CHECK_SGML_DOCTOOLS +# Do all the work for Automake. -*- Autoconf -*- -# XORG_CHECK_LINUXDOC -# ------------------- -# Minimum version: 1.0.0 +# Copyright (C) 1996-2013 Free Software Foundation, Inc. # -# Defines the variable MAKE_TEXT if the necessary tools and -# files are found. $(MAKE_TEXT) blah.sgml will then produce blah.txt. -# Whether or not the necessary tools and files are found can be checked -# with the AM_CONDITIONAL "BUILD_LINUXDOC" -AC_DEFUN([XORG_CHECK_LINUXDOC],[ -AC_REQUIRE([XORG_CHECK_SGML_DOCTOOLS]) -AC_REQUIRE([XORG_WITH_PS2PDF]) +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. -AC_PATH_PROG(LINUXDOC, linuxdoc) +# This macro actually does too much. Some checks are only needed if +# your package does certain things. But this isn't really a big deal. -AC_MSG_CHECKING([whether to build documentation]) +dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. +m4_define([AC_PROG_CC], +m4_defn([AC_PROG_CC]) +[_AM_PROG_CC_C_O +]) -if test x$XORG_SGML_PATH != x && test x$LINUXDOC != x ; then - BUILDDOC=yes -else - BUILDDOC=no +# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) +# AM_INIT_AUTOMAKE([OPTIONS]) +# ----------------------------------------------- +# The call with PACKAGE and VERSION arguments is the old style +# call (pre autoconf-2.50), which is being phased out. PACKAGE +# and VERSION should now be passed to AC_INIT and removed from +# the call to AM_INIT_AUTOMAKE. +# We support both call styles for the transition. After +# the next Automake release, Autoconf can make the AC_INIT +# arguments mandatory, and then we can depend on a new Autoconf +# release and drop the old call support. +AC_DEFUN([AM_INIT_AUTOMAKE], +[AC_PREREQ([2.65])dnl +dnl Autoconf wants to disallow AM_ names. We explicitly allow +dnl the ones we care about. +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl +AC_REQUIRE([AC_PROG_INSTALL])dnl +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) + fi fi -AM_CONDITIONAL(BUILD_LINUXDOC, [test x$BUILDDOC = xyes]) - -AC_MSG_RESULT([$BUILDDOC]) - -AC_MSG_CHECKING([whether to build pdf documentation]) - -if test x$have_ps2pdf != xno && test x$BUILD_PDFDOC != xno; then - BUILDPDFDOC=yes -else - BUILDPDFDOC=no +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi fi +AC_SUBST([CYGPATH_W]) -AM_CONDITIONAL(BUILD_PDFDOC, [test x$BUILDPDFDOC = xyes]) +# Define the identity of the package. +dnl Distinguish between old-style and new-style calls. +m4_ifval([$2], +[AC_DIAGNOSE([obsolete], + [$0: two- and three-arguments forms are deprecated.]) +m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl + AC_SUBST([PACKAGE], [$1])dnl + AC_SUBST([VERSION], [$2])], +[_AM_SET_OPTIONS([$1])dnl +dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. +m4_if( + m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), + [ok:ok],, + [m4_fatal([AC_INIT should be called with package and version arguments])])dnl + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl -AC_MSG_RESULT([$BUILDPDFDOC]) +_AM_IF_OPTION([no-define],, +[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) + AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl -MAKE_TEXT="SGML_SEARCH_PATH=$XORG_SGML_PATH GROFF_NO_SGR=y $LINUXDOC -B txt -f" -MAKE_PS="SGML_SEARCH_PATH=$XORG_SGML_PATH $LINUXDOC -B latex --papersize=letter --output=ps" -MAKE_PDF="$PS2PDF" -MAKE_HTML="SGML_SEARCH_PATH=$XORG_SGML_PATH $LINUXDOC -B html --split=0" +# Some tools Automake needs. +AC_REQUIRE([AM_SANITY_CHECK])dnl +AC_REQUIRE([AC_ARG_PROGRAM])dnl +AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) +AM_MISSING_PROG([AUTOCONF], [autoconf]) +AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) +AM_MISSING_PROG([AUTOHEADER], [autoheader]) +AM_MISSING_PROG([MAKEINFO], [makeinfo]) +AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +AC_SUBST([mkdir_p], ['$(MKDIR_P)']) +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([AC_PROG_MAKE_SET])dnl +AC_REQUIRE([AM_SET_LEADING_DOT])dnl +_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) +_AM_IF_OPTION([no-dependencies],, +[AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES([CC])], + [m4_define([AC_PROG_CC], + m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES([CXX])], + [m4_define([AC_PROG_CXX], + m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES([OBJC])], + [m4_define([AC_PROG_OBJC], + m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], + [_AM_DEPENDENCIES([OBJCXX])], + [m4_define([AC_PROG_OBJCXX], + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl +]) +AC_REQUIRE([AM_SILENT_RULES])dnl +dnl The testsuite driver may need to know about EXEEXT, so add the +dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This +dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. +AC_CONFIG_COMMANDS_PRE(dnl +[m4_provide_if([_AM_COMPILER_EXEEXT], + [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl -AC_SUBST(MAKE_TEXT) -AC_SUBST(MAKE_PS) -AC_SUBST(MAKE_PDF) -AC_SUBST(MAKE_HTML) -]) # XORG_CHECK_LINUXDOC +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! -# XORG_CHECK_DOCBOOK -# ------------------- -# Minimum version: 1.0.0 -# -# Checks for the ability to build output formats from SGML DocBook source. -# For XXX in {TXT, PDF, PS, HTML}, the AM_CONDITIONAL "BUILD_XXXDOC" -# indicates whether the necessary tools and files are found and, if set, -# $(MAKE_XXX) blah.sgml will produce blah.xxx. -AC_DEFUN([XORG_CHECK_DOCBOOK],[ -AC_REQUIRE([XORG_CHECK_SGML_DOCTOOLS]) +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: -BUILDTXTDOC=no -BUILDPDFDOC=no -BUILDPSDOC=no -BUILDHTMLDOC=no +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. -AC_PATH_PROG(DOCBOOKPS, docbook2ps) -AC_PATH_PROG(DOCBOOKPDF, docbook2pdf) -AC_PATH_PROG(DOCBOOKHTML, docbook2html) -AC_PATH_PROG(DOCBOOKTXT, docbook2txt) +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. -AC_MSG_CHECKING([whether to build text documentation]) -if test x$XORG_SGML_PATH != x && test x$DOCBOOKTXT != x && - test x$BUILD_TXTDOC != xno; then - BUILDTXTDOC=yes -fi -AM_CONDITIONAL(BUILD_TXTDOC, [test x$BUILDTXTDOC = xyes]) -AC_MSG_RESULT([$BUILDTXTDOC]) +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . -AC_MSG_CHECKING([whether to build PDF documentation]) -if test x$XORG_SGML_PATH != x && test x$DOCBOOKPDF != x && - test x$BUILD_PDFDOC != xno; then - BUILDPDFDOC=yes -fi -AM_CONDITIONAL(BUILD_PDFDOC, [test x$BUILDPDFDOC = xyes]) -AC_MSG_RESULT([$BUILDPDFDOC]) +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. -AC_MSG_CHECKING([whether to build PostScript documentation]) -if test x$XORG_SGML_PATH != x && test x$DOCBOOKPS != x && - test x$BUILD_PSDOC != xno; then - BUILDPSDOC=yes -fi -AM_CONDITIONAL(BUILD_PSDOC, [test x$BUILDPSDOC = xyes]) -AC_MSG_RESULT([$BUILDPSDOC]) +END + AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) + fi +fi]) -AC_MSG_CHECKING([whether to build HTML documentation]) -if test x$XORG_SGML_PATH != x && test x$DOCBOOKHTML != x && - test x$BUILD_HTMLDOC != xno; then - BUILDHTMLDOC=yes -fi -AM_CONDITIONAL(BUILD_HTMLDOC, [test x$BUILDHTMLDOC = xyes]) -AC_MSG_RESULT([$BUILDHTMLDOC]) +dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not +dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further +dnl mangled by Autoconf and run in a shell conditional statement. +m4_define([_AC_COMPILER_EXEEXT], +m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) -MAKE_TEXT="SGML_SEARCH_PATH=$XORG_SGML_PATH $DOCBOOKTXT" -MAKE_PS="SGML_SEARCH_PATH=$XORG_SGML_PATH $DOCBOOKPS" -MAKE_PDF="SGML_SEARCH_PATH=$XORG_SGML_PATH $DOCBOOKPDF" -MAKE_HTML="SGML_SEARCH_PATH=$XORG_SGML_PATH $DOCBOOKHTML" +# When config.status generates a header, we must update the stamp-h file. +# This file resides in the same directory as the config header +# that is generated. The stamp files are numbered to have different names. -AC_SUBST(MAKE_TEXT) -AC_SUBST(MAKE_PS) -AC_SUBST(MAKE_PDF) -AC_SUBST(MAKE_HTML) -]) # XORG_CHECK_DOCBOOK +# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the +# loop where config.status creates the headers, so we can generate +# our stamp files there. +AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], +[# Compute $1's index in $config_headers. +_am_arg=$1 +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# XORG_WITH_XMLTO([MIN-VERSION], [DEFAULT]) -# ---------------- -# Minimum version: 1.5.0 -# Minimum version for optional DEFAULT argument: 1.11.0 -# -# Documentation tools are not always available on all platforms and sometimes -# not at the appropriate level. This macro enables a module to test for the -# presence of the tool and obtain it's path in separate variables. Coupled with -# the --with-xmlto option, it allows maximum flexibilty in making decisions -# as whether or not to use the xmlto package. When DEFAULT is not specified, -# --with-xmlto assumes 'auto'. -# -# Interface to module: -# HAVE_XMLTO: used in makefiles to conditionally generate documentation -# XMLTO: returns the path of the xmlto program found -# returns the path set by the user in the environment -# --with-xmlto: 'yes' user instructs the module to use xmlto -# 'no' user instructs the module not to use xmlto -# -# Added in version 1.10.0 -# HAVE_XMLTO_TEXT: used in makefiles to conditionally generate text documentation -# xmlto for text output requires either lynx, links, or w3m browsers +# Copyright (C) 2001-2013 Free Software Foundation, Inc. # -# If the user sets the value of XMLTO, AC_PATH_PROG skips testing the path. +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_INSTALL_SH +# ------------------ +# Define $install_sh. +AC_DEFUN([AM_PROG_INSTALL_SH], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +if test x"${install_sh}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi +AC_SUBST([install_sh])]) + +# Copyright (C) 2003-2013 Free Software Foundation, Inc. # -AC_DEFUN([XORG_WITH_XMLTO],[ -AC_ARG_VAR([XMLTO], [Path to xmlto command]) -m4_define([_defopt], m4_default([$2], [auto])) -AC_ARG_WITH(xmlto, - AS_HELP_STRING([--with-xmlto], - [Use xmlto to regenerate documentation (default: ]_defopt[)]), - [use_xmlto=$withval], [use_xmlto=]_defopt) -m4_undefine([_defopt]) +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. -if test "x$use_xmlto" = x"auto"; then - AC_PATH_PROG([XMLTO], [xmlto]) - if test "x$XMLTO" = "x"; then - AC_MSG_WARN([xmlto not found - documentation targets will be skipped]) - have_xmlto=no - else - have_xmlto=yes - fi -elif test "x$use_xmlto" = x"yes" ; then - AC_PATH_PROG([XMLTO], [xmlto]) - if test "x$XMLTO" = "x"; then - AC_MSG_ERROR([--with-xmlto=yes specified but xmlto not found in PATH]) - fi - have_xmlto=yes -elif test "x$use_xmlto" = x"no" ; then - if test "x$XMLTO" != "x"; then - AC_MSG_WARN([ignoring XMLTO environment variable since --with-xmlto=no was specified]) - fi - have_xmlto=no +# Check whether the underlying file-system supports filenames +# with a leading dot. For instance MS-DOS doesn't. +AC_DEFUN([AM_SET_LEADING_DOT], +[rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. else - AC_MSG_ERROR([--with-xmlto expects 'yes' or 'no']) + am__leading_dot=_ fi +rmdir .tst 2>/dev/null +AC_SUBST([am__leading_dot])]) -# Test for a minimum version of xmlto, if provided. -m4_ifval([$1], -[if test "$have_xmlto" = yes; then - # scrape the xmlto version - AC_MSG_CHECKING([the xmlto version]) - xmlto_version=`$XMLTO --version 2>/dev/null | cut -d' ' -f3` - AC_MSG_RESULT([$xmlto_version]) - AS_VERSION_COMPARE([$xmlto_version], [$1], - [if test "x$use_xmlto" = xauto; then - AC_MSG_WARN([xmlto version $xmlto_version found, but $1 needed]) - have_xmlto=no - else - AC_MSG_ERROR([xmlto version $xmlto_version found, but $1 needed]) - fi]) -fi]) - -# Test for the ability of xmlto to generate a text target -have_xmlto_text=no -cat > conftest.xml << "EOF" -EOF -AS_IF([test "$have_xmlto" = yes], - [AS_IF([$XMLTO --skip-validation txt conftest.xml >/dev/null 2>&1], - [have_xmlto_text=yes], - [AC_MSG_WARN([xmlto cannot generate text format, this format skipped])])]) -rm -f conftest.xml -AM_CONDITIONAL([HAVE_XMLTO_TEXT], [test $have_xmlto_text = yes]) -AM_CONDITIONAL([HAVE_XMLTO], [test "$have_xmlto" = yes]) -]) # XORG_WITH_XMLTO +# Check to see how 'make' treats includes. -*- Autoconf -*- -# XORG_WITH_XSLTPROC([MIN-VERSION], [DEFAULT]) -# -------------------------------------------- -# Minimum version: 1.12.0 -# Minimum version for optional DEFAULT argument: 1.12.0 -# -# XSLT (Extensible Stylesheet Language Transformations) is a declarative, -# XML-based language used for the transformation of XML documents. -# The xsltproc command line tool is for applying XSLT stylesheets to XML documents. -# It is used under the cover by xmlto to generate html files from DocBook/XML. -# The XSLT processor is often used as a standalone tool for transformations. -# It should not be assumed that this tool is used only to work with documnetation. -# When DEFAULT is not specified, --with-xsltproc assumes 'auto'. -# -# Interface to module: -# HAVE_XSLTPROC: used in makefiles to conditionally generate documentation -# XSLTPROC: returns the path of the xsltproc program found -# returns the path set by the user in the environment -# --with-xsltproc: 'yes' user instructs the module to use xsltproc -# 'no' user instructs the module not to use xsltproc -# have_xsltproc: returns yes if xsltproc found in PATH or no -# -# If the user sets the value of XSLTPROC, AC_PATH_PROG skips testing the path. +# Copyright (C) 2001-2013 Free Software Foundation, Inc. # -AC_DEFUN([XORG_WITH_XSLTPROC],[ -AC_ARG_VAR([XSLTPROC], [Path to xsltproc command]) -# Preserves the interface, should it be implemented later -m4_ifval([$1], [m4_warn([syntax], [Checking for xsltproc MIN-VERSION is not implemented])]) -m4_define([_defopt], m4_default([$2], [auto])) -AC_ARG_WITH(xsltproc, - AS_HELP_STRING([--with-xsltproc], - [Use xsltproc for the transformation of XML documents (default: ]_defopt[)]), - [use_xsltproc=$withval], [use_xsltproc=]_defopt) -m4_undefine([_defopt]) +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. -if test "x$use_xsltproc" = x"auto"; then - AC_PATH_PROG([XSLTPROC], [xsltproc]) - if test "x$XSLTPROC" = "x"; then - AC_MSG_WARN([xsltproc not found - cannot transform XML documents]) - have_xsltproc=no - else - have_xsltproc=yes - fi -elif test "x$use_xsltproc" = x"yes" ; then - AC_PATH_PROG([XSLTPROC], [xsltproc]) - if test "x$XSLTPROC" = "x"; then - AC_MSG_ERROR([--with-xsltproc=yes specified but xsltproc not found in PATH]) - fi - have_xsltproc=yes -elif test "x$use_xsltproc" = x"no" ; then - if test "x$XSLTPROC" != "x"; then - AC_MSG_WARN([ignoring XSLTPROC environment variable since --with-xsltproc=no was specified]) - fi - have_xsltproc=no -else - AC_MSG_ERROR([--with-xsltproc expects 'yes' or 'no']) +# AM_MAKE_INCLUDE() +# ----------------- +# Check to see how make treats includes. +AC_DEFUN([AM_MAKE_INCLUDE], +[am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo this is the am__doit target +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +AC_MSG_CHECKING([for style of include used by $am_make]) +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# Ignore all kinds of additional output from 'make'. +case `$am_make -s -f confmf 2> /dev/null` in #( +*the\ am__doit\ target*) + am__include=include + am__quote= + _am_result=GNU + ;; +esac +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + case `$am_make -s -f confmf 2> /dev/null` in #( + *the\ am__doit\ target*) + am__include=.include + am__quote="\"" + _am_result=BSD + ;; + esac fi +AC_SUBST([am__include]) +AC_SUBST([am__quote]) +AC_MSG_RESULT([$_am_result]) +rm -f confinc confmf +]) -AM_CONDITIONAL([HAVE_XSLTPROC], [test "$have_xsltproc" = yes]) -]) # XORG_WITH_XSLTPROC +# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# XORG_WITH_PERL([MIN-VERSION], [DEFAULT]) -# ---------------------------------------- -# Minimum version: 1.15.0 -# -# PERL (Practical Extraction and Report Language) is a language optimized for -# scanning arbitrary text files, extracting information from those text files, -# and printing reports based on that information. -# -# When DEFAULT is not specified, --with-perl assumes 'auto'. -# -# Interface to module: -# HAVE_PERL: used in makefiles to conditionally scan text files -# PERL: returns the path of the perl program found -# returns the path set by the user in the environment -# --with-perl: 'yes' user instructs the module to use perl -# 'no' user instructs the module not to use perl -# have_perl: returns yes if perl found in PATH or no -# -# If the user sets the value of PERL, AC_PATH_PROG skips testing the path. +# Copyright (C) 1997-2013 Free Software Foundation, Inc. # -AC_DEFUN([XORG_WITH_PERL],[ -AC_ARG_VAR([PERL], [Path to perl command]) -# Preserves the interface, should it be implemented later -m4_ifval([$1], [m4_warn([syntax], [Checking for perl MIN-VERSION is not implemented])]) -m4_define([_defopt], m4_default([$2], [auto])) -AC_ARG_WITH(perl, - AS_HELP_STRING([--with-perl], - [Use perl for extracting information from files (default: ]_defopt[)]), - [use_perl=$withval], [use_perl=]_defopt) -m4_undefine([_defopt]) +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. -if test "x$use_perl" = x"auto"; then - AC_PATH_PROG([PERL], [perl]) - if test "x$PERL" = "x"; then - AC_MSG_WARN([perl not found - cannot extract information and report]) - have_perl=no - else - have_perl=yes - fi -elif test "x$use_perl" = x"yes" ; then - AC_PATH_PROG([PERL], [perl]) - if test "x$PERL" = "x"; then - AC_MSG_ERROR([--with-perl=yes specified but perl not found in PATH]) - fi - have_perl=yes -elif test "x$use_perl" = x"no" ; then - if test "x$PERL" != "x"; then - AC_MSG_WARN([ignoring PERL environment variable since --with-perl=no was specified]) - fi - have_perl=no +# AM_MISSING_PROG(NAME, PROGRAM) +# ------------------------------ +AC_DEFUN([AM_MISSING_PROG], +[AC_REQUIRE([AM_MISSING_HAS_RUN]) +$1=${$1-"${am_missing_run}$2"} +AC_SUBST($1)]) + +# AM_MISSING_HAS_RUN +# ------------------ +# Define MISSING if not defined so far and test if it is modern enough. +# If it is, set am_missing_run to use it, otherwise, to nothing. +AC_DEFUN([AM_MISSING_HAS_RUN], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([missing])dnl +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi +# Use eval to expand $SHELL +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " else - AC_MSG_ERROR([--with-perl expects 'yes' or 'no']) + am_missing_run= + AC_MSG_WARN(['missing' script is too old or missing]) fi +]) -AM_CONDITIONAL([HAVE_PERL], [test "$have_perl" = yes]) -]) # XORG_WITH_PERL +# Helper functions for option handling. -*- Autoconf -*- -# XORG_WITH_ASCIIDOC([MIN-VERSION], [DEFAULT]) -# ---------------- -# Minimum version: 1.5.0 -# Minimum version for optional DEFAULT argument: 1.11.0 -# -# Documentation tools are not always available on all platforms and sometimes -# not at the appropriate level. This macro enables a module to test for the -# presence of the tool and obtain it's path in separate variables. Coupled with -# the --with-asciidoc option, it allows maximum flexibilty in making decisions -# as whether or not to use the asciidoc package. When DEFAULT is not specified, -# --with-asciidoc assumes 'auto'. -# -# Interface to module: -# HAVE_ASCIIDOC: used in makefiles to conditionally generate documentation -# ASCIIDOC: returns the path of the asciidoc program found -# returns the path set by the user in the environment -# --with-asciidoc: 'yes' user instructs the module to use asciidoc -# 'no' user instructs the module not to use asciidoc -# -# If the user sets the value of ASCIIDOC, AC_PATH_PROG skips testing the path. +# Copyright (C) 2001-2013 Free Software Foundation, Inc. # -AC_DEFUN([XORG_WITH_ASCIIDOC],[ -AC_ARG_VAR([ASCIIDOC], [Path to asciidoc command]) -m4_define([_defopt], m4_default([$2], [auto])) -AC_ARG_WITH(asciidoc, - AS_HELP_STRING([--with-asciidoc], - [Use asciidoc to regenerate documentation (default: ]_defopt[)]), - [use_asciidoc=$withval], [use_asciidoc=]_defopt) -m4_undefine([_defopt]) +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. -if test "x$use_asciidoc" = x"auto"; then - AC_PATH_PROG([ASCIIDOC], [asciidoc]) - if test "x$ASCIIDOC" = "x"; then - AC_MSG_WARN([asciidoc not found - documentation targets will be skipped]) - have_asciidoc=no - else - have_asciidoc=yes - fi -elif test "x$use_asciidoc" = x"yes" ; then - AC_PATH_PROG([ASCIIDOC], [asciidoc]) - if test "x$ASCIIDOC" = "x"; then - AC_MSG_ERROR([--with-asciidoc=yes specified but asciidoc not found in PATH]) - fi - have_asciidoc=yes -elif test "x$use_asciidoc" = x"no" ; then - if test "x$ASCIIDOC" != "x"; then - AC_MSG_WARN([ignoring ASCIIDOC environment variable since --with-asciidoc=no was specified]) - fi - have_asciidoc=no -else - AC_MSG_ERROR([--with-asciidoc expects 'yes' or 'no']) -fi -m4_ifval([$1], -[if test "$have_asciidoc" = yes; then - # scrape the asciidoc version - AC_MSG_CHECKING([the asciidoc version]) - asciidoc_version=`$ASCIIDOC --version 2>/dev/null | cut -d' ' -f2` - AC_MSG_RESULT([$asciidoc_version]) - AS_VERSION_COMPARE([$asciidoc_version], [$1], - [if test "x$use_asciidoc" = xauto; then - AC_MSG_WARN([asciidoc version $asciidoc_version found, but $1 needed]) - have_asciidoc=no - else - AC_MSG_ERROR([asciidoc version $asciidoc_version found, but $1 needed]) - fi]) -fi]) -AM_CONDITIONAL([HAVE_ASCIIDOC], [test "$have_asciidoc" = yes]) -]) # XORG_WITH_ASCIIDOC +# _AM_MANGLE_OPTION(NAME) +# ----------------------- +AC_DEFUN([_AM_MANGLE_OPTION], +[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) -# XORG_WITH_DOXYGEN([MIN-VERSION], [DEFAULT]) +# _AM_SET_OPTION(NAME) +# -------------------- +# Set option NAME. Presently that only means defining a flag for this option. +AC_DEFUN([_AM_SET_OPTION], +[m4_define(_AM_MANGLE_OPTION([$1]), [1])]) + +# _AM_SET_OPTIONS(OPTIONS) +# ------------------------ +# OPTIONS is a space-separated list of Automake options. +AC_DEFUN([_AM_SET_OPTIONS], +[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) + +# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) # ------------------------------------------- -# Minimum version: 1.5.0 -# Minimum version for optional DEFAULT argument: 1.11.0 -# Minimum version for optional DOT checking: 1.18.0 -# -# Documentation tools are not always available on all platforms and sometimes -# not at the appropriate level. This macro enables a module to test for the -# presence of the tool and obtain it's path in separate variables. Coupled with -# the --with-doxygen option, it allows maximum flexibilty in making decisions -# as whether or not to use the doxygen package. When DEFAULT is not specified, -# --with-doxygen assumes 'auto'. -# -# Interface to module: -# HAVE_DOXYGEN: used in makefiles to conditionally generate documentation -# DOXYGEN: returns the path of the doxygen program found -# returns the path set by the user in the environment -# --with-doxygen: 'yes' user instructs the module to use doxygen -# 'no' user instructs the module not to use doxygen -# -# If the user sets the value of DOXYGEN, AC_PATH_PROG skips testing the path. -# -AC_DEFUN([XORG_WITH_DOXYGEN],[ -AC_ARG_VAR([DOXYGEN], [Path to doxygen command]) -AC_ARG_VAR([DOT], [Path to the dot graphics utility]) -m4_define([_defopt], m4_default([$2], [auto])) -AC_ARG_WITH(doxygen, - AS_HELP_STRING([--with-doxygen], - [Use doxygen to regenerate documentation (default: ]_defopt[)]), - [use_doxygen=$withval], [use_doxygen=]_defopt) -m4_undefine([_defopt]) +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. +AC_DEFUN([_AM_IF_OPTION], +[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -if test "x$use_doxygen" = x"auto"; then - AC_PATH_PROG([DOXYGEN], [doxygen]) - if test "x$DOXYGEN" = "x"; then - AC_MSG_WARN([doxygen not found - documentation targets will be skipped]) - have_doxygen=no - else - have_doxygen=yes - fi -elif test "x$use_doxygen" = x"yes" ; then - AC_PATH_PROG([DOXYGEN], [doxygen]) - if test "x$DOXYGEN" = "x"; then - AC_MSG_ERROR([--with-doxygen=yes specified but doxygen not found in PATH]) - fi - have_doxygen=yes -elif test "x$use_doxygen" = x"no" ; then - if test "x$DOXYGEN" != "x"; then - AC_MSG_WARN([ignoring DOXYGEN environment variable since --with-doxygen=no was specified]) - fi - have_doxygen=no -else - AC_MSG_ERROR([--with-doxygen expects 'yes' or 'no']) -fi -m4_ifval([$1], -[if test "$have_doxygen" = yes; then - # scrape the doxygen version - AC_MSG_CHECKING([the doxygen version]) - doxygen_version=`$DOXYGEN --version 2>/dev/null` - AC_MSG_RESULT([$doxygen_version]) - AS_VERSION_COMPARE([$doxygen_version], [$1], - [if test "x$use_doxygen" = xauto; then - AC_MSG_WARN([doxygen version $doxygen_version found, but $1 needed]) - have_doxygen=no - else - AC_MSG_ERROR([doxygen version $doxygen_version found, but $1 needed]) - fi]) -fi]) +# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. -dnl Check for DOT if we have doxygen. The caller decides if it is mandatory -dnl HAVE_DOT is a variable that can be used in your doxygen.in config file: -dnl HAVE_DOT = @HAVE_DOT@ -HAVE_DOT=no -if test "x$have_doxygen" = "xyes"; then - AC_PATH_PROG([DOT], [dot]) - if test "x$DOT" != "x"; then - HAVE_DOT=yes +# _AM_PROG_CC_C_O +# --------------- +# Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC +# to automatically call this. +AC_DEFUN([_AM_PROG_CC_C_O], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([compile])dnl +AC_LANG_PUSH([C])dnl +AC_CACHE_CHECK( + [whether $CC understands -c and -o together], + [am_cv_prog_cc_c_o], + [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break fi + done + rm -f core conftest* + unset am_i]) +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" fi +AC_LANG_POP([C])]) -AC_SUBST([HAVE_DOT]) -AM_CONDITIONAL([HAVE_DOT], [test "$HAVE_DOT" = "yes"]) -AM_CONDITIONAL([HAVE_DOXYGEN], [test "$have_doxygen" = yes]) -]) # XORG_WITH_DOXYGEN +# For backward compatibility. +AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) -# XORG_WITH_GROFF([DEFAULT]) -# ---------------- -# Minimum version: 1.6.0 -# Minimum version for optional DEFAULT argument: 1.11.0 -# -# Documentation tools are not always available on all platforms and sometimes -# not at the appropriate level. This macro enables a module to test for the -# presence of the tool and obtain it's path in separate variables. Coupled with -# the --with-groff option, it allows maximum flexibilty in making decisions -# as whether or not to use the groff package. When DEFAULT is not specified, -# --with-groff assumes 'auto'. -# -# Interface to module: -# HAVE_GROFF: used in makefiles to conditionally generate documentation -# HAVE_GROFF_MM: the memorandum macros (-mm) package -# HAVE_GROFF_MS: the -ms macros package -# GROFF: returns the path of the groff program found -# returns the path set by the user in the environment -# --with-groff: 'yes' user instructs the module to use groff -# 'no' user instructs the module not to use groff -# -# Added in version 1.9.0: -# HAVE_GROFF_HTML: groff has dependencies to output HTML format: -# pnmcut pnmcrop pnmtopng pnmtops from the netpbm package. -# psselect from the psutils package. -# the ghostcript package. Refer to the grohtml man pages -# -# If the user sets the value of GROFF, AC_PATH_PROG skips testing the path. -# -# OS and distros often splits groff in a basic and full package, the former -# having the groff program and the later having devices, fonts and macros -# Checking for the groff executable is not enough. -# -# If macros are missing, we cannot assume that groff is useless, so we don't -# unset HAVE_GROFF or GROFF env variables. -# HAVE_GROFF_?? can never be true while HAVE_GROFF is false. +# Copyright (C) 2001-2013 Free Software Foundation, Inc. # -AC_DEFUN([XORG_WITH_GROFF],[ -AC_ARG_VAR([GROFF], [Path to groff command]) -m4_define([_defopt], m4_default([$1], [auto])) -AC_ARG_WITH(groff, - AS_HELP_STRING([--with-groff], - [Use groff to regenerate documentation (default: ]_defopt[)]), - [use_groff=$withval], [use_groff=]_defopt) -m4_undefine([_defopt]) +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. -if test "x$use_groff" = x"auto"; then - AC_PATH_PROG([GROFF], [groff]) - if test "x$GROFF" = "x"; then - AC_MSG_WARN([groff not found - documentation targets will be skipped]) - have_groff=no - else - have_groff=yes - fi -elif test "x$use_groff" = x"yes" ; then - AC_PATH_PROG([GROFF], [groff]) - if test "x$GROFF" = "x"; then - AC_MSG_ERROR([--with-groff=yes specified but groff not found in PATH]) - fi - have_groff=yes -elif test "x$use_groff" = x"no" ; then - if test "x$GROFF" != "x"; then - AC_MSG_WARN([ignoring GROFF environment variable since --with-groff=no was specified]) - fi - have_groff=no -else - AC_MSG_ERROR([--with-groff expects 'yes' or 'no']) -fi +# AM_RUN_LOG(COMMAND) +# ------------------- +# Run COMMAND, save the exit status in ac_status, and log it. +# (This has been adapted from Autoconf's _AC_RUN_LOG macro.) +AC_DEFUN([AM_RUN_LOG], +[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD + ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + (exit $ac_status); }]) -# We have groff, test for the presence of the macro packages -if test "x$have_groff" = x"yes"; then - AC_MSG_CHECKING([for ${GROFF} -ms macros]) - if ${GROFF} -ms -I. /dev/null >/dev/null 2>&1 ; then - groff_ms_works=yes - else - groff_ms_works=no - fi - AC_MSG_RESULT([$groff_ms_works]) - AC_MSG_CHECKING([for ${GROFF} -mm macros]) - if ${GROFF} -mm -I. /dev/null >/dev/null 2>&1 ; then - groff_mm_works=yes - else - groff_mm_works=no - fi - AC_MSG_RESULT([$groff_mm_works]) -fi +# Check to make sure that the build environment is sane. -*- Autoconf -*- -# We have groff, test for HTML dependencies, one command per package -if test "x$have_groff" = x"yes"; then - AC_PATH_PROGS(GS_PATH, [gs gswin32c]) - AC_PATH_PROG(PNMTOPNG_PATH, [pnmtopng]) - AC_PATH_PROG(PSSELECT_PATH, [psselect]) - if test "x$GS_PATH" != "x" -a "x$PNMTOPNG_PATH" != "x" -a "x$PSSELECT_PATH" != "x"; then - have_groff_html=yes - else - have_groff_html=no - AC_MSG_WARN([grohtml dependencies not found - HTML Documentation skipped. Refer to grohtml man pages]) - fi -fi +# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. -# Set Automake conditionals for Makefiles -AM_CONDITIONAL([HAVE_GROFF], [test "$have_groff" = yes]) -AM_CONDITIONAL([HAVE_GROFF_MS], [test "$groff_ms_works" = yes]) -AM_CONDITIONAL([HAVE_GROFF_MM], [test "$groff_mm_works" = yes]) -AM_CONDITIONAL([HAVE_GROFF_HTML], [test "$have_groff_html" = yes]) -]) # XORG_WITH_GROFF +# AM_SANITY_CHECK +# --------------- +AC_DEFUN([AM_SANITY_CHECK], +[AC_MSG_CHECKING([whether build environment is sane]) +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[[\\\"\#\$\&\'\`$am_lf]]*) + AC_MSG_ERROR([unsafe absolute working directory name]);; +esac +case $srcdir in + *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) + AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; +esac -# XORG_WITH_FOP([MIN-VERSION], [DEFAULT]) -# --------------------------------------- -# Minimum version: 1.6.0 -# Minimum version for optional DEFAULT argument: 1.11.0 -# Minimum version for optional MIN-VERSION argument: 1.15.0 -# -# Documentation tools are not always available on all platforms and sometimes -# not at the appropriate level. This macro enables a module to test for the -# presence of the tool and obtain it's path in separate variables. Coupled with -# the --with-fop option, it allows maximum flexibilty in making decisions -# as whether or not to use the fop package. When DEFAULT is not specified, -# --with-fop assumes 'auto'. -# -# Interface to module: -# HAVE_FOP: used in makefiles to conditionally generate documentation -# FOP: returns the path of the fop program found -# returns the path set by the user in the environment -# --with-fop: 'yes' user instructs the module to use fop -# 'no' user instructs the module not to use fop -# -# If the user sets the value of FOP, AC_PATH_PROG skips testing the path. -# -AC_DEFUN([XORG_WITH_FOP],[ -AC_ARG_VAR([FOP], [Path to fop command]) -m4_define([_defopt], m4_default([$2], [auto])) -AC_ARG_WITH(fop, - AS_HELP_STRING([--with-fop], - [Use fop to regenerate documentation (default: ]_defopt[)]), - [use_fop=$withval], [use_fop=]_defopt) -m4_undefine([_defopt]) +# Do 'set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then -if test "x$use_fop" = x"auto"; then - AC_PATH_PROG([FOP], [fop]) - if test "x$FOP" = "x"; then - AC_MSG_WARN([fop not found - documentation targets will be skipped]) - have_fop=no - else - have_fop=yes - fi -elif test "x$use_fop" = x"yes" ; then - AC_PATH_PROG([FOP], [fop]) - if test "x$FOP" = "x"; then - AC_MSG_ERROR([--with-fop=yes specified but fop not found in PATH]) - fi - have_fop=yes -elif test "x$use_fop" = x"no" ; then - if test "x$FOP" != "x"; then - AC_MSG_WARN([ignoring FOP environment variable since --with-fop=no was specified]) - fi - have_fop=no + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken + alias in your environment]) + fi + if test "$[2]" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done + test "$[2]" = conftest.file + ) +then + # Ok. + : else - AC_MSG_ERROR([--with-fop expects 'yes' or 'no']) + AC_MSG_ERROR([newly created file is older than distributed files! +Check your system clock]) fi +AC_MSG_RESULT([yes]) +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi +AC_CONFIG_COMMANDS_PRE( + [AC_MSG_CHECKING([that generated files are newer than configure]) + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + AC_MSG_RESULT([done])]) +rm -f conftest.file +]) -# Test for a minimum version of fop, if provided. -m4_ifval([$1], -[if test "$have_fop" = yes; then - # scrape the fop version - AC_MSG_CHECKING([for fop minimum version]) - fop_version=`$FOP -version 2>/dev/null | cut -d' ' -f3` - AC_MSG_RESULT([$fop_version]) - AS_VERSION_COMPARE([$fop_version], [$1], - [if test "x$use_fop" = xauto; then - AC_MSG_WARN([fop version $fop_version found, but $1 needed]) - have_fop=no - else - AC_MSG_ERROR([fop version $fop_version found, but $1 needed]) - fi]) -fi]) -AM_CONDITIONAL([HAVE_FOP], [test "$have_fop" = yes]) -]) # XORG_WITH_FOP - -# XORG_WITH_PS2PDF([DEFAULT]) -# ---------------- -# Minimum version: 1.6.0 -# Minimum version for optional DEFAULT argument: 1.11.0 -# -# Documentation tools are not always available on all platforms and sometimes -# not at the appropriate level. This macro enables a module to test for the -# presence of the tool and obtain it's path in separate variables. Coupled with -# the --with-ps2pdf option, it allows maximum flexibilty in making decisions -# as whether or not to use the ps2pdf package. When DEFAULT is not specified, -# --with-ps2pdf assumes 'auto'. -# -# Interface to module: -# HAVE_PS2PDF: used in makefiles to conditionally generate documentation -# PS2PDF: returns the path of the ps2pdf program found -# returns the path set by the user in the environment -# --with-ps2pdf: 'yes' user instructs the module to use ps2pdf -# 'no' user instructs the module not to use ps2pdf -# -# If the user sets the value of PS2PDF, AC_PATH_PROG skips testing the path. +# Copyright (C) 2009-2013 Free Software Foundation, Inc. # -AC_DEFUN([XORG_WITH_PS2PDF],[ -AC_ARG_VAR([PS2PDF], [Path to ps2pdf command]) -m4_define([_defopt], m4_default([$1], [auto])) -AC_ARG_WITH(ps2pdf, - AS_HELP_STRING([--with-ps2pdf], - [Use ps2pdf to regenerate documentation (default: ]_defopt[)]), - [use_ps2pdf=$withval], [use_ps2pdf=]_defopt) -m4_undefine([_defopt]) +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. -if test "x$use_ps2pdf" = x"auto"; then - AC_PATH_PROG([PS2PDF], [ps2pdf]) - if test "x$PS2PDF" = "x"; then - AC_MSG_WARN([ps2pdf not found - documentation targets will be skipped]) - have_ps2pdf=no - else - have_ps2pdf=yes - fi -elif test "x$use_ps2pdf" = x"yes" ; then - AC_PATH_PROG([PS2PDF], [ps2pdf]) - if test "x$PS2PDF" = "x"; then - AC_MSG_ERROR([--with-ps2pdf=yes specified but ps2pdf not found in PATH]) - fi - have_ps2pdf=yes -elif test "x$use_ps2pdf" = x"no" ; then - if test "x$PS2PDF" != "x"; then - AC_MSG_WARN([ignoring PS2PDF environment variable since --with-ps2pdf=no was specified]) - fi - have_ps2pdf=no +# AM_SILENT_RULES([DEFAULT]) +# -------------------------- +# Enable less verbose build rules; with the default set to DEFAULT +# ("yes" being less verbose, "no" or empty being verbose). +AC_DEFUN([AM_SILENT_RULES], +[AC_ARG_ENABLE([silent-rules], [dnl +AS_HELP_STRING( + [--enable-silent-rules], + [less verbose build output (undo: "make V=1")]) +AS_HELP_STRING( + [--disable-silent-rules], + [verbose build output (undo: "make V=0")])dnl +]) +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; +esac +dnl +dnl A few 'make' implementations (e.g., NonStop OS and NextStep) +dnl do not support nested variable expansions. +dnl See automake bug#9928 and bug#10237. +am_make=${MAKE-make} +AC_CACHE_CHECK([whether $am_make supports nested variables], + [am_cv_make_support_nested_variables], + [if AS_ECHO([['TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes else - AC_MSG_ERROR([--with-ps2pdf expects 'yes' or 'no']) -fi -AM_CONDITIONAL([HAVE_PS2PDF], [test "$have_ps2pdf" = yes]) -]) # XORG_WITH_PS2PDF + am_cv_make_support_nested_variables=no +fi]) +if test $am_cv_make_support_nested_variables = yes; then + dnl Using '$V' instead of '$(V)' breaks IRIX make. + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AC_SUBST([AM_V])dnl +AM_SUBST_NOTMAKE([AM_V])dnl +AC_SUBST([AM_DEFAULT_V])dnl +AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl +AC_SUBST([AM_DEFAULT_VERBOSITY])dnl +AM_BACKSLASH='\' +AC_SUBST([AM_BACKSLASH])dnl +_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl +]) -# XORG_ENABLE_DOCS (enable_docs=yes) -# ---------------- -# Minimum version: 1.6.0 -# -# Documentation tools are not always available on all platforms and sometimes -# not at the appropriate level. This macro enables a builder to skip all -# documentation targets except traditional man pages. -# Combined with the specific tool checking macros XORG_WITH_*, it provides -# maximum flexibilty in controlling documentation building. -# Refer to: -# XORG_WITH_XMLTO --with-xmlto -# XORG_WITH_ASCIIDOC --with-asciidoc -# XORG_WITH_DOXYGEN --with-doxygen -# XORG_WITH_FOP --with-fop -# XORG_WITH_GROFF --with-groff -# XORG_WITH_PS2PDF --with-ps2pdf -# -# Interface to module: -# ENABLE_DOCS: used in makefiles to conditionally generate documentation -# --enable-docs: 'yes' user instructs the module to generate docs -# 'no' user instructs the module not to generate docs -# parm1: specify the default value, yes or no. +# Copyright (C) 2001-2013 Free Software Foundation, Inc. # -AC_DEFUN([XORG_ENABLE_DOCS],[ -m4_define([docs_default], m4_default([$1], [yes])) -AC_ARG_ENABLE(docs, - AS_HELP_STRING([--enable-docs], - [Enable building the documentation (default: ]docs_default[)]), - [build_docs=$enableval], [build_docs=]docs_default) -m4_undefine([docs_default]) -AM_CONDITIONAL(ENABLE_DOCS, [test x$build_docs = xyes]) -AC_MSG_CHECKING([whether to build documentation]) -AC_MSG_RESULT([$build_docs]) -]) # XORG_ENABLE_DOCS +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. -# XORG_ENABLE_DEVEL_DOCS (enable_devel_docs=yes) -# ---------------- -# Minimum version: 1.6.0 -# -# This macro enables a builder to skip all developer documentation. -# Combined with the specific tool checking macros XORG_WITH_*, it provides -# maximum flexibilty in controlling documentation building. -# Refer to: -# XORG_WITH_XMLTO --with-xmlto -# XORG_WITH_ASCIIDOC --with-asciidoc -# XORG_WITH_DOXYGEN --with-doxygen -# XORG_WITH_FOP --with-fop -# XORG_WITH_GROFF --with-groff -# XORG_WITH_PS2PDF --with-ps2pdf -# -# Interface to module: -# ENABLE_DEVEL_DOCS: used in makefiles to conditionally generate developer docs -# --enable-devel-docs: 'yes' user instructs the module to generate developer docs -# 'no' user instructs the module not to generate developer docs -# parm1: specify the default value, yes or no. -# -AC_DEFUN([XORG_ENABLE_DEVEL_DOCS],[ -m4_define([devel_default], m4_default([$1], [yes])) -AC_ARG_ENABLE(devel-docs, - AS_HELP_STRING([--enable-devel-docs], - [Enable building the developer documentation (default: ]devel_default[)]), - [build_devel_docs=$enableval], [build_devel_docs=]devel_default) -m4_undefine([devel_default]) -AM_CONDITIONAL(ENABLE_DEVEL_DOCS, [test x$build_devel_docs = xyes]) -AC_MSG_CHECKING([whether to build developer documentation]) -AC_MSG_RESULT([$build_devel_docs]) -]) # XORG_ENABLE_DEVEL_DOCS +# AM_PROG_INSTALL_STRIP +# --------------------- +# One issue with vendor 'install' (even GNU) is that you can't +# specify the program used to strip binaries. This is especially +# annoying in cross-compiling environments, where the build's strip +# is unlikely to handle the host's binaries. +# Fortunately install-sh will honor a STRIPPROG variable, so we +# always use install-sh in "make install-strip", and initialize +# STRIPPROG with the value of the STRIP variable (set by the user). +AC_DEFUN([AM_PROG_INSTALL_STRIP], +[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the 'STRIP' environment variable to overrule this program. +dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. +if test "$cross_compiling" != no; then + AC_CHECK_TOOL([STRIP], [strip], :) +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" +AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# XORG_ENABLE_SPECS (enable_specs=yes) -# ---------------- -# Minimum version: 1.6.0 -# -# This macro enables a builder to skip all functional specification targets. -# Combined with the specific tool checking macros XORG_WITH_*, it provides -# maximum flexibilty in controlling documentation building. -# Refer to: -# XORG_WITH_XMLTO --with-xmlto -# XORG_WITH_ASCIIDOC --with-asciidoc -# XORG_WITH_DOXYGEN --with-doxygen -# XORG_WITH_FOP --with-fop -# XORG_WITH_GROFF --with-groff -# XORG_WITH_PS2PDF --with-ps2pdf -# -# Interface to module: -# ENABLE_SPECS: used in makefiles to conditionally generate specs -# --enable-specs: 'yes' user instructs the module to generate specs -# 'no' user instructs the module not to generate specs -# parm1: specify the default value, yes or no. +# Copyright (C) 2006-2013 Free Software Foundation, Inc. # -AC_DEFUN([XORG_ENABLE_SPECS],[ -m4_define([spec_default], m4_default([$1], [yes])) -AC_ARG_ENABLE(specs, - AS_HELP_STRING([--enable-specs], - [Enable building the specs (default: ]spec_default[)]), - [build_specs=$enableval], [build_specs=]spec_default) -m4_undefine([spec_default]) -AM_CONDITIONAL(ENABLE_SPECS, [test x$build_specs = xyes]) -AC_MSG_CHECKING([whether to build functional specifications]) -AC_MSG_RESULT([$build_specs]) -]) # XORG_ENABLE_SPECS +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. -# XORG_ENABLE_UNIT_TESTS (enable_unit_tests=auto) -# ---------------------------------------------- -# Minimum version: 1.13.0 -# -# This macro enables a builder to enable/disable unit testing -# It makes no assumption about the test cases implementation -# Test cases may or may not use Automake "Support for test suites" -# They may or may not use the software utility library GLib -# -# When used in conjunction with XORG_WITH_GLIB, use both AM_CONDITIONAL -# ENABLE_UNIT_TESTS and HAVE_GLIB. Not all unit tests may use glib. -# The variable enable_unit_tests is used by other macros in this file. -# -# Interface to module: -# ENABLE_UNIT_TESTS: used in makefiles to conditionally build tests -# enable_unit_tests: used in configure.ac for additional configuration -# --enable-unit-tests: 'yes' user instructs the module to build tests -# 'no' user instructs the module not to build tests -# parm1: specify the default value, yes or no. -# -AC_DEFUN([XORG_ENABLE_UNIT_TESTS],[ -AC_BEFORE([$0], [XORG_WITH_GLIB]) -AC_BEFORE([$0], [XORG_LD_WRAP]) -AC_REQUIRE([XORG_MEMORY_CHECK_FLAGS]) -m4_define([_defopt], m4_default([$1], [auto])) -AC_ARG_ENABLE(unit-tests, AS_HELP_STRING([--enable-unit-tests], - [Enable building unit test cases (default: ]_defopt[)]), - [enable_unit_tests=$enableval], [enable_unit_tests=]_defopt) -m4_undefine([_defopt]) -AM_CONDITIONAL(ENABLE_UNIT_TESTS, [test "x$enable_unit_tests" != xno]) -AC_MSG_CHECKING([whether to build unit test cases]) -AC_MSG_RESULT([$enable_unit_tests]) -]) # XORG_ENABLE_UNIT_TESTS +# _AM_SUBST_NOTMAKE(VARIABLE) +# --------------------------- +# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. +# This macro is traced by Automake. +AC_DEFUN([_AM_SUBST_NOTMAKE]) -# XORG_ENABLE_INTEGRATION_TESTS (enable_unit_tests=auto) -# ------------------------------------------------------ -# Minimum version: 1.17.0 -# -# This macro enables a builder to enable/disable integration testing -# It makes no assumption about the test cases' implementation -# Test cases may or may not use Automake "Support for test suites" -# -# Please see XORG_ENABLE_UNIT_TESTS for unit test support. Unit test support -# usually requires less dependencies and may be built and run under less -# stringent environments than integration tests. -# -# Interface to module: -# ENABLE_INTEGRATION_TESTS: used in makefiles to conditionally build tests -# enable_integration_tests: used in configure.ac for additional configuration -# --enable-integration-tests: 'yes' user instructs the module to build tests -# 'no' user instructs the module not to build tests -# parm1: specify the default value, yes or no. -# -AC_DEFUN([XORG_ENABLE_INTEGRATION_TESTS],[ -AC_REQUIRE([XORG_MEMORY_CHECK_FLAGS]) -m4_define([_defopt], m4_default([$1], [auto])) -AC_ARG_ENABLE(integration-tests, AS_HELP_STRING([--enable-integration-tests], - [Enable building integration test cases (default: ]_defopt[)]), - [enable_integration_tests=$enableval], - [enable_integration_tests=]_defopt) -m4_undefine([_defopt]) -AM_CONDITIONAL([ENABLE_INTEGRATION_TESTS], - [test "x$enable_integration_tests" != xno]) -AC_MSG_CHECKING([whether to build unit test cases]) -AC_MSG_RESULT([$enable_integration_tests]) -]) # XORG_ENABLE_INTEGRATION_TESTS +# AM_SUBST_NOTMAKE(VARIABLE) +# -------------------------- +# Public sister of _AM_SUBST_NOTMAKE. +AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) -# XORG_WITH_GLIB([MIN-VERSION], [DEFAULT]) -# ---------------------------------------- -# Minimum version: 1.13.0 -# -# GLib is a library which provides advanced data structures and functions. -# This macro enables a module to test for the presence of Glib. +# Check how to create a tarball. -*- Autoconf -*- + +# Copyright (C) 2004-2013 Free Software Foundation, Inc. # -# When used with ENABLE_UNIT_TESTS, it is assumed GLib is used for unit testing. -# Otherwise the value of $enable_unit_tests is blank. +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_PROG_TAR(FORMAT) +# -------------------- +# Check how to create a tarball in format FORMAT. +# FORMAT should be one of 'v7', 'ustar', or 'pax'. # -# Please see XORG_ENABLE_INTEGRATION_TESTS for integration test support. Unit -# test support usually requires less dependencies and may be built and run under -# less stringent environments than integration tests. +# Substitute a variable $(am__tar) that is a command +# writing to stdout a FORMAT-tarball containing the directory +# $tardir. +# tardir=directory && $(am__tar) > result.tar # -# Interface to module: -# HAVE_GLIB: used in makefiles to conditionally build targets -# with_glib: used in configure.ac to know if GLib has been found -# --with-glib: 'yes' user instructs the module to use glib -# 'no' user instructs the module not to use glib +# Substitute a variable $(am__untar) that extract such +# a tarball read from stdin. +# $(am__untar) < result.tar # -AC_DEFUN([XORG_WITH_GLIB],[ -AC_REQUIRE([PKG_PROG_PKG_CONFIG]) -m4_define([_defopt], m4_default([$2], [auto])) -AC_ARG_WITH(glib, AS_HELP_STRING([--with-glib], - [Use GLib library for unit testing (default: ]_defopt[)]), - [with_glib=$withval], [with_glib=]_defopt) -m4_undefine([_defopt]) +AC_DEFUN([_AM_PROG_TAR], +[# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AC_SUBST([AMTAR], ['$${TAR-tar}']) -have_glib=no -# Do not probe GLib if user explicitly disabled unit testing -if test "x$enable_unit_tests" != x"no"; then - # Do not probe GLib if user explicitly disabled it - if test "x$with_glib" != x"no"; then - m4_ifval( - [$1], - [PKG_CHECK_MODULES([GLIB], [glib-2.0 >= $1], [have_glib=yes], [have_glib=no])], - [PKG_CHECK_MODULES([GLIB], [glib-2.0], [have_glib=yes], [have_glib=no])] - ) - fi -fi +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' -# Not having GLib when unit testing has been explicitly requested is an error -if test "x$enable_unit_tests" = x"yes"; then - if test "x$have_glib" = x"no"; then - AC_MSG_ERROR([--enable-unit-tests=yes specified but glib-2.0 not found]) - fi -fi +m4_if([$1], [v7], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], -# Having unit testing disabled when GLib has been explicitly requested is an error -if test "x$enable_unit_tests" = x"no"; then - if test "x$with_glib" = x"yes"; then - AC_MSG_ERROR([--enable-unit-tests=yes specified but glib-2.0 not found]) - fi -fi + [m4_case([$1], + [ustar], + [# The POSIX 1988 'ustar' format is defined with fixed-size fields. + # There is notably a 21 bits limit for the UID and the GID. In fact, + # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 + # and bug#13588). + am_max_uid=2097151 # 2^21 - 1 + am_max_gid=$am_max_uid + # The $UID and $GID variables are not portable, so we need to resort + # to the POSIX-mandated id(1) utility. Errors in the 'id' calls + # below are definitely unexpected, so allow the users to see them + # (that is, avoid stderr redirection). + am_uid=`id -u || echo unknown` + am_gid=`id -g || echo unknown` + AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) + if test $am_uid -le $am_max_uid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi + AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) + if test $am_gid -le $am_max_gid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi], -# Not having GLib when it has been explicitly requested is an error -if test "x$with_glib" = x"yes"; then - if test "x$have_glib" = x"no"; then - AC_MSG_ERROR([--with-glib=yes specified but glib-2.0 not found]) - fi -fi + [pax], + [], -AM_CONDITIONAL([HAVE_GLIB], [test "$have_glib" = yes]) -]) # XORG_WITH_GLIB + [m4_fatal([Unknown tar format])]) -# XORG_LD_WRAP([required|optional]) -# --------------------------------- -# Minimum version: 1.13.0 + AC_MSG_CHECKING([how to create a $1 tar archive]) + + # Go ahead even if we have the value already cached. We do so because we + # need to set the values for the 'am__tar' and 'am__untar' variables. + _am_tools=${am_cv_prog_tar_$1-$_am_tools} + + for _am_tool in $_am_tools; do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works. + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar /dev/null 2>&1 && break + fi + done + rm -rf conftest.dir + + AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) + AC_MSG_RESULT([$am_cv_prog_tar_$1])]) + +AC_SUBST([am__tar]) +AC_SUBST([am__untar]) +]) # _AM_PROG_TAR + +# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- +# +# Copyright © 2004 Scott James Remnant . # -# Check if linker supports -wrap, passed via compiler flags +# 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 +# (at your option) any later version. # -# When used with ENABLE_UNIT_TESTS, it is assumed -wrap is used for unit testing. -# Otherwise the value of $enable_unit_tests is blank. +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. # -# Argument added in 1.16.0 - default is "required", to match existing behavior -# of returning an error if enable_unit_tests is yes, and ld -wrap is not -# available, an argument of "optional" allows use when some unit tests require -# ld -wrap and others do not. +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -AC_DEFUN([XORG_LD_WRAP],[ -XORG_CHECK_LINKER_FLAGS([-Wl,-wrap,exit],[have_ld_wrap=yes],[have_ld_wrap=no], - [AC_LANG_PROGRAM([#include - void __wrap_exit(int status) { return; }], - [exit(0);])]) -# Not having ld wrap when unit testing has been explicitly requested is an error -if test "x$enable_unit_tests" = x"yes" -a "x$1" != "xoptional"; then - if test "x$have_ld_wrap" = x"no"; then - AC_MSG_ERROR([--enable-unit-tests=yes specified but ld -wrap support is not available]) - fi +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# PKG_PROG_PKG_CONFIG([MIN-VERSION]) +# ---------------------------------- +AC_DEFUN([PKG_PROG_PKG_CONFIG], +[m4_pattern_forbid([^_?PKG_[A-Z_]+$]) +m4_pattern_allow([^PKG_CONFIG(_PATH)?$]) +AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl +if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then + AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) fi -AM_CONDITIONAL([HAVE_LD_WRAP], [test "$have_ld_wrap" = yes]) -# -]) # XORG_LD_WRAP +if test -n "$PKG_CONFIG"; then + _pkg_min_version=m4_default([$1], [0.9.0]) + AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) + if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + PKG_CONFIG="" + fi + +fi[]dnl +])# PKG_PROG_PKG_CONFIG -# XORG_CHECK_LINKER_FLAGS -# ----------------------- -# SYNOPSIS +# PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) # -# XORG_CHECK_LINKER_FLAGS(FLAGS, [ACTION-SUCCESS], [ACTION-FAILURE], [PROGRAM-SOURCE]) +# Check to see whether a particular set of modules exists. Similar +# to PKG_CHECK_MODULES(), but does not set variables or print errors. # -# DESCRIPTION # -# Check whether the given linker FLAGS work with the current language's -# linker, or whether they give an error. +# Similar to PKG_CHECK_MODULES, make sure that the first instance of +# this or PKG_CHECK_MODULES is called, or make sure to call +# PKG_CHECK_EXISTS manually +# -------------------------------------------------------------- +AC_DEFUN([PKG_CHECK_EXISTS], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +if test -n "$PKG_CONFIG" && \ + AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then + m4_ifval([$2], [$2], [:]) +m4_ifvaln([$3], [else + $3])dnl +fi]) + + +# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) +# --------------------------------------------- +m4_define([_PKG_CONFIG], +[if test -n "$$1"; then + pkg_cv_[]$1="$$1" + elif test -n "$PKG_CONFIG"; then + PKG_CHECK_EXISTS([$3], + [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`], + [pkg_failed=yes]) + else + pkg_failed=untried +fi[]dnl +])# _PKG_CONFIG + +# _PKG_SHORT_ERRORS_SUPPORTED +# ----------------------------- +AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi[]dnl +])# _PKG_SHORT_ERRORS_SUPPORTED + + +# PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], +# [ACTION-IF-NOT-FOUND]) # -# ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on -# success/failure. # -# PROGRAM-SOURCE is the program source to link with, if needed +# Note that if there is a possibility the first call to +# PKG_CHECK_MODULES might not happen, you should be sure to include an +# explicit call to PKG_PROG_PKG_CONFIG in your configure.ac # -# NOTE: Based on AX_CHECK_COMPILER_FLAGS. # -# LICENSE -# -# Copyright (c) 2009 Mike Frysinger -# Copyright (c) 2009 Steven G. Johnson -# Copyright (c) 2009 Matteo Frigo -# -# 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 3 of the License, or (at your -# option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General -# Public License for more details. -# -# You should have received a copy of the GNU General Public License along -# with this program. If not, see . -# -# As a special exception, the respective Autoconf Macro's copyright owner -# gives unlimited permission to copy, distribute and modify the configure -# scripts that are the output of Autoconf when processing the Macro. You -# need not follow the terms of the GNU General Public License when using -# or distributing such scripts, even though portions of the text of the -# Macro appear in them. The GNU General Public License (GPL) does govern -# all other use of the material that constitutes the Autoconf Macro. -# -# This special exception to the GPL applies to versions of the Autoconf -# Macro released by the Autoconf Archive. When you make and distribute a -# modified version of the Autoconf Macro, you may extend this special -# exception to the GPL to apply to your modified version as well.# -AC_DEFUN([XORG_CHECK_LINKER_FLAGS], -[AC_MSG_CHECKING([whether the linker accepts $1]) -dnl Some hackery here since AC_CACHE_VAL can't handle a non-literal varname: -AS_LITERAL_IF([$1], - [AC_CACHE_VAL(AS_TR_SH(xorg_cv_linker_flags_[$1]), [ - ax_save_FLAGS=$LDFLAGS - LDFLAGS="$1" - AC_LINK_IFELSE([m4_default([$4],[AC_LANG_PROGRAM()])], - AS_TR_SH(xorg_cv_linker_flags_[$1])=yes, - AS_TR_SH(xorg_cv_linker_flags_[$1])=no) - LDFLAGS=$ax_save_FLAGS])], - [ax_save_FLAGS=$LDFLAGS - LDFLAGS="$1" - AC_LINK_IFELSE([AC_LANG_PROGRAM()], - eval AS_TR_SH(xorg_cv_linker_flags_[$1])=yes, - eval AS_TR_SH(xorg_cv_linker_flags_[$1])=no) - LDFLAGS=$ax_save_FLAGS]) -eval xorg_check_linker_flags=$AS_TR_SH(xorg_cv_linker_flags_[$1]) -AC_MSG_RESULT($xorg_check_linker_flags) -if test "x$xorg_check_linker_flags" = xyes; then - m4_default([$2], :) -else - m4_default([$3], :) -fi -]) # XORG_CHECK_LINKER_FLAGS +# -------------------------------------------------------------- +AC_DEFUN([PKG_CHECK_MODULES], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl +AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl -# XORG_MEMORY_CHECK_FLAGS -# ----------------------- -# Minimum version: 1.16.0 -# -# This macro attempts to find appropriate memory checking functionality -# for various platforms which unit testing code may use to catch various -# forms of memory allocation and access errors in testing. -# -# Interface to module: -# XORG_MALLOC_DEBUG_ENV - environment variables to set to enable debugging -# Usually added to TESTS_ENVIRONMENT in Makefile.am -# -# If the user sets the value of XORG_MALLOC_DEBUG_ENV, it is used verbatim. -# -AC_DEFUN([XORG_MEMORY_CHECK_FLAGS],[ +pkg_failed=no +AC_MSG_CHECKING([for $1]) -AC_REQUIRE([AC_CANONICAL_HOST]) -AC_ARG_VAR([XORG_MALLOC_DEBUG_ENV], - [Environment variables to enable memory checking in tests]) +_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) +_PKG_CONFIG([$1][_LIBS], [libs], [$2]) -# Check for different types of support on different platforms -case $host_os in - solaris*) - AC_CHECK_LIB([umem], [umem_alloc], - [malloc_debug_env='LD_PRELOAD=libumem.so UMEM_DEBUG=default']) - ;; - *-gnu*) # GNU libc - Value is used as a single byte bit pattern, - # both directly and inverted, so should not be 0 or 255. - malloc_debug_env='MALLOC_PERTURB_=15' - ;; - darwin*) - malloc_debug_env='MallocPreScribble=1 MallocScribble=1 DYLD_INSERT_LIBRARIES=/usr/lib/libgmalloc.dylib' - ;; - *bsd*) - malloc_debug_env='MallocPreScribble=1 MallocScribble=1' - ;; -esac +m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS +and $1[]_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details.]) -# User supplied flags override default flags -if test "x$XORG_MALLOC_DEBUG_ENV" != "x"; then - malloc_debug_env="$XORG_MALLOC_DEBUG_ENV" -fi +if test $pkg_failed = yes; then + _PKG_SHORT_ERRORS_SUPPORTED + if test $_pkg_short_errors_supported = yes; then + $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1` + else + $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD -AC_SUBST([XORG_MALLOC_DEBUG_ENV],[$malloc_debug_env]) -]) # XORG_WITH_LINT + ifelse([$4], , [AC_MSG_ERROR(dnl +[Package requirements ($2) were not met: -# XORG_CHECK_MALLOC_ZERO -# ---------------------- -# Minimum version: 1.0.0 -# -# Defines {MALLOC,XMALLOC,XTMALLOC}_ZERO_CFLAGS appropriately if -# malloc(0) returns NULL. Packages should add one of these cflags to -# their AM_CFLAGS (or other appropriate *_CFLAGS) to use them. -AC_DEFUN([XORG_CHECK_MALLOC_ZERO],[ -AC_ARG_ENABLE(malloc0returnsnull, - AS_HELP_STRING([--enable-malloc0returnsnull], - [malloc(0) returns NULL (default: auto)]), - [MALLOC_ZERO_RETURNS_NULL=$enableval], - [MALLOC_ZERO_RETURNS_NULL=auto]) +$$1_PKG_ERRORS -AC_MSG_CHECKING([whether malloc(0) returns NULL]) -if test "x$MALLOC_ZERO_RETURNS_NULL" = xauto; then -AC_CACHE_VAL([xorg_cv_malloc0_returns_null], - [AC_RUN_IFELSE([AC_LANG_PROGRAM([ -#include -],[ - char *m0, *r0, *c0, *p; - m0 = malloc(0); - p = malloc(10); - r0 = realloc(p,0); - c0 = calloc(0,10); - exit((m0 == 0 || r0 == 0 || c0 == 0) ? 0 : 1); +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +_PKG_TEXT ])], - [xorg_cv_malloc0_returns_null=yes], - [xorg_cv_malloc0_returns_null=no])]) -MALLOC_ZERO_RETURNS_NULL=$xorg_cv_malloc0_returns_null -fi -AC_MSG_RESULT([$MALLOC_ZERO_RETURNS_NULL]) + [AC_MSG_RESULT([no]) + $4]) +elif test $pkg_failed = untried; then + ifelse([$4], , [AC_MSG_FAILURE(dnl +[The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. -if test "x$MALLOC_ZERO_RETURNS_NULL" = xyes; then - MALLOC_ZERO_CFLAGS="-DMALLOC_0_RETURNS_NULL" - XMALLOC_ZERO_CFLAGS=$MALLOC_ZERO_CFLAGS - XTMALLOC_ZERO_CFLAGS="$MALLOC_ZERO_CFLAGS -DXTMALLOC_BC" +_PKG_TEXT + +To get pkg-config, see .])], + [$4]) else - MALLOC_ZERO_CFLAGS="" - XMALLOC_ZERO_CFLAGS="" - XTMALLOC_ZERO_CFLAGS="" -fi + $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS + $1[]_LIBS=$pkg_cv_[]$1[]_LIBS + AC_MSG_RESULT([yes]) + ifelse([$3], , :, [$3]) +fi[]dnl +])# PKG_CHECK_MODULES -AC_SUBST([MALLOC_ZERO_CFLAGS]) -AC_SUBST([XMALLOC_ZERO_CFLAGS]) -AC_SUBST([XTMALLOC_ZERO_CFLAGS]) -]) # XORG_CHECK_MALLOC_ZERO +dnl xorg-macros.m4. Generated from xorg-macros.m4.in xorgversion.m4 by configure. +dnl +dnl Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved. +dnl +dnl Permission is hereby granted, free of charge, to any person obtaining a +dnl copy of this software and associated documentation files (the "Software"), +dnl to deal in the Software without restriction, including without limitation +dnl the rights to use, copy, modify, merge, publish, distribute, sublicense, +dnl and/or sell copies of the Software, and to permit persons to whom the +dnl Software is furnished to do so, subject to the following conditions: +dnl +dnl The above copyright notice and this permission notice (including the next +dnl paragraph) shall be included in all copies or substantial portions of the +dnl Software. +dnl +dnl THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +dnl IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +dnl FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +dnl THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +dnl LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +dnl FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +dnl DEALINGS IN THE SOFTWARE. -# XORG_WITH_LINT() -# ---------------- +# XORG_MACROS_VERSION(required-version) +# ------------------------------------- # Minimum version: 1.1.0 # -# This macro enables the use of a tool that flags some suspicious and -# non-portable constructs (likely to be bugs) in C language source code. -# It will attempt to locate the tool and use appropriate options. -# There are various lint type tools on different platforms. -# -# Interface to module: -# LINT: returns the path to the tool found on the platform -# or the value set to LINT on the configure cmd line -# also an Automake conditional -# LINT_FLAGS: an Automake variable with appropriate flags +# If you're using a macro added in Version 1.1 or newer, include this in +# your configure.ac with the minimum required version, such as: +# XORG_MACROS_VERSION(1.1) # -# --with-lint: 'yes' user instructs the module to use lint -# 'no' user instructs the module not to use lint (default) +# To ensure that this macro is defined, also add: +# m4_ifndef([XORG_MACROS_VERSION], +# [m4_fatal([must install xorg-macros 1.1 or later before running autoconf/autogen])]) # -# If the user sets the value of LINT, AC_PATH_PROG skips testing the path. -# If the user sets the value of LINT_FLAGS, they are used verbatim. # -AC_DEFUN([XORG_WITH_LINT],[ +# See the "minimum version" comment for each macro you use to see what +# version you require. +m4_defun([XORG_MACROS_VERSION],[ +m4_define([vers_have], [1.19.0]) +m4_define([maj_have], m4_substr(vers_have, 0, m4_index(vers_have, [.]))) +m4_define([maj_needed], m4_substr([$1], 0, m4_index([$1], [.]))) +m4_if(m4_cmp(maj_have, maj_needed), 0,, + [m4_fatal([xorg-macros major version ]maj_needed[ is required but ]vers_have[ found])]) +m4_if(m4_version_compare(vers_have, [$1]), -1, + [m4_fatal([xorg-macros version $1 or higher is required but ]vers_have[ found])]) +m4_undefine([vers_have]) +m4_undefine([maj_have]) +m4_undefine([maj_needed]) +]) # XORG_MACROS_VERSION -AC_ARG_VAR([LINT], [Path to a lint-style command]) -AC_ARG_VAR([LINT_FLAGS], [Flags for the lint-style command]) -AC_ARG_WITH(lint, [AS_HELP_STRING([--with-lint], - [Use a lint-style source code checker (default: disabled)])], - [use_lint=$withval], [use_lint=no]) +# XORG_PROG_RAWCPP() +# ------------------ +# Minimum version: 1.0.0 +# +# Find cpp program and necessary flags for use in pre-processing text files +# such as man pages and config files +AC_DEFUN([XORG_PROG_RAWCPP],[ +AC_REQUIRE([AC_PROG_CPP]) +AC_PATH_PROGS(RAWCPP, [cpp], [${CPP}], + [$PATH:/bin:/usr/bin:/usr/lib:/usr/libexec:/usr/ccs/lib:/usr/ccs/lbin:/lib]) -# Obtain platform specific info like program name and options -# The lint program on FreeBSD and NetBSD is different from the one on Solaris -case $host_os in - *linux* | *openbsd* | kfreebsd*-gnu | darwin* | cygwin*) - lint_name=splint - lint_options="-badflag" - ;; - *freebsd* | *netbsd*) - lint_name=lint - lint_options="-u -b" - ;; - *solaris*) - lint_name=lint - lint_options="-u -b -h -erroff=E_INDISTING_FROM_TRUNC2" - ;; -esac - -# Test for the presence of the program (either guessed by the code or spelled out by the user) -if test "x$use_lint" = x"yes" ; then - AC_PATH_PROG([LINT], [$lint_name]) - if test "x$LINT" = "x"; then - AC_MSG_ERROR([--with-lint=yes specified but lint-style tool not found in PATH]) - fi -elif test "x$use_lint" = x"no" ; then - if test "x$LINT" != "x"; then - AC_MSG_WARN([ignoring LINT environment variable since --with-lint=no was specified]) - fi +# Check for flag to avoid builtin definitions - assumes unix is predefined, +# which is not the best choice for supporting other OS'es, but covers most +# of the ones we need for now. +AC_MSG_CHECKING([if $RAWCPP requires -undef]) +AC_LANG_CONFTEST([AC_LANG_SOURCE([[Does cpp redefine unix ?]])]) +if test `${RAWCPP} < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then + AC_MSG_RESULT([no]) else - AC_MSG_ERROR([--with-lint expects 'yes' or 'no'. Use LINT variable to specify path.]) + if test `${RAWCPP} -undef < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then + RAWCPPFLAGS=-undef + AC_MSG_RESULT([yes]) + # under Cygwin unix is still defined even with -undef + elif test `${RAWCPP} -undef -ansi < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then + RAWCPPFLAGS="-undef -ansi" + AC_MSG_RESULT([yes, with -ansi]) + else + AC_MSG_ERROR([${RAWCPP} defines unix with or without -undef. I don't know what to do.]) + fi fi +rm -f conftest.$ac_ext -# User supplied flags override default flags -if test "x$LINT_FLAGS" != "x"; then - lint_options=$LINT_FLAGS +AC_MSG_CHECKING([if $RAWCPP requires -traditional]) +AC_LANG_CONFTEST([AC_LANG_SOURCE([[Does cpp preserve "whitespace"?]])]) +if test `${RAWCPP} < conftest.$ac_ext | grep -c 'preserve \"'` -eq 1 ; then + AC_MSG_RESULT([no]) +else + if test `${RAWCPP} -traditional < conftest.$ac_ext | grep -c 'preserve \"'` -eq 1 ; then + TRADITIONALCPPFLAGS="-traditional" + RAWCPPFLAGS="${RAWCPPFLAGS} -traditional" + AC_MSG_RESULT([yes]) + else + AC_MSG_ERROR([${RAWCPP} does not preserve whitespace with or without -traditional. I don't know what to do.]) + fi fi +rm -f conftest.$ac_ext +AC_SUBST(RAWCPPFLAGS) +AC_SUBST(TRADITIONALCPPFLAGS) +]) # XORG_PROG_RAWCPP -AC_SUBST([LINT_FLAGS],[$lint_options]) -AM_CONDITIONAL(LINT, [test "x$LINT" != x]) - -]) # XORG_WITH_LINT - -# XORG_LINT_LIBRARY(LIBNAME) -# -------------------------- -# Minimum version: 1.1.0 -# -# Sets up flags for building lint libraries for checking programs that call -# functions in the library. -# -# Interface to module: -# LINTLIB - Automake variable with the name of lint library file to make -# MAKE_LINT_LIB - Automake conditional +# XORG_MANPAGE_SECTIONS() +# ----------------------- +# Minimum version: 1.0.0 # -# --enable-lint-library: - 'yes' user instructs the module to created a lint library -# - 'no' user instructs the module not to create a lint library (default) +# Determine which sections man pages go in for the different man page types +# on this OS - replaces *ManSuffix settings in old Imake *.cf per-os files. +# Not sure if there's any better way than just hardcoding by OS name. +# Override default settings by setting environment variables +# Added MAN_SUBSTS in version 1.8 +# Added AC_PROG_SED in version 1.8 -AC_DEFUN([XORG_LINT_LIBRARY],[ -AC_REQUIRE([XORG_WITH_LINT]) -AC_ARG_ENABLE(lint-library, [AS_HELP_STRING([--enable-lint-library], - [Create lint library (default: disabled)])], - [make_lint_lib=$enableval], [make_lint_lib=no]) +AC_DEFUN([XORG_MANPAGE_SECTIONS],[ +AC_REQUIRE([AC_CANONICAL_HOST]) +AC_REQUIRE([AC_PROG_SED]) -if test "x$make_lint_lib" = x"yes" ; then - LINTLIB=llib-l$1.ln - if test "x$LINT" = "x"; then - AC_MSG_ERROR([Cannot make lint library without --with-lint]) - fi -elif test "x$make_lint_lib" != x"no" ; then - AC_MSG_ERROR([--enable-lint-library expects 'yes' or 'no'.]) +if test x$APP_MAN_SUFFIX = x ; then + APP_MAN_SUFFIX=1 +fi +if test x$APP_MAN_DIR = x ; then + APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)' fi -AC_SUBST(LINTLIB) -AM_CONDITIONAL(MAKE_LINT_LIB, [test x$make_lint_lib != xno]) - -]) # XORG_LINT_LIBRARY - -# XORG_COMPILER_BRAND -# ------------------- -# Minimum version: 1.14.0 -# -# Checks for various brands of compilers and sets flags as appropriate: -# GNU gcc - relies on AC_PROG_CC (via AC_PROG_CC_C99) to set GCC to "yes" -# GNU g++ - relies on AC_PROG_CXX to set GXX to "yes" -# clang compiler - sets CLANGCC to "yes" -# Intel compiler - sets INTELCC to "yes" -# Sun/Oracle Solaris Studio cc - sets SUNCC to "yes" -# -AC_DEFUN([XORG_COMPILER_BRAND], [ -AC_LANG_CASE( - [C], [ - AC_REQUIRE([AC_PROG_CC_C99]) - ], - [C++], [ - AC_REQUIRE([AC_PROG_CXX]) - ] -) -AC_CHECK_DECL([__clang__], [CLANGCC="yes"], [CLANGCC="no"]) -AC_CHECK_DECL([__INTEL_COMPILER], [INTELCC="yes"], [INTELCC="no"]) -AC_CHECK_DECL([__SUNPRO_C], [SUNCC="yes"], [SUNCC="no"]) -]) # XORG_COMPILER_BRAND - -# XORG_TESTSET_CFLAG(, , [, ...]) -# --------------- -# Minimum version: 1.16.0 -# -# Test if the compiler works when passed the given flag as a command line argument. -# If it succeeds, the flag is appeneded to the given variable. If not, it tries the -# next flag in the list until there are no more options. -# -# Note that this does not guarantee that the compiler supports the flag as some -# compilers will simply ignore arguments that they do not understand, but we do -# attempt to weed out false positives by using -Werror=unknown-warning-option and -# -Werror=unused-command-line-argument -# -AC_DEFUN([XORG_TESTSET_CFLAG], [ -m4_if([$#], 0, [m4_fatal([XORG_TESTSET_CFLAG was given with an unsupported number of arguments])]) -m4_if([$#], 1, [m4_fatal([XORG_TESTSET_CFLAG was given with an unsupported number of arguments])]) - -AC_LANG_COMPILER_REQUIRE - -AC_LANG_CASE( - [C], [ - AC_REQUIRE([AC_PROG_CC_C99]) - define([PREFIX], [C]) - define([CACHE_PREFIX], [cc]) - define([COMPILER], [$CC]) - ], - [C++], [ - define([PREFIX], [CXX]) - define([CACHE_PREFIX], [cxx]) - define([COMPILER], [$CXX]) - ] -) - -[xorg_testset_save_]PREFIX[FLAGS]="$PREFIX[FLAGS]" +if test x$LIB_MAN_SUFFIX = x ; then + LIB_MAN_SUFFIX=3 +fi +if test x$LIB_MAN_DIR = x ; then + LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)' +fi -if test "x$[xorg_testset_]CACHE_PREFIX[_unknown_warning_option]" = "x" ; then - PREFIX[FLAGS]="$PREFIX[FLAGS] -Werror=unknown-warning-option" - AC_CACHE_CHECK([if ]COMPILER[ supports -Werror=unknown-warning-option], - [xorg_cv_]CACHE_PREFIX[_flag_unknown_warning_option], - AC_COMPILE_IFELSE([AC_LANG_SOURCE([int i;])], - [xorg_cv_]CACHE_PREFIX[_flag_unknown_warning_option=yes], - [xorg_cv_]CACHE_PREFIX[_flag_unknown_warning_option=no])) - [xorg_testset_]CACHE_PREFIX[_unknown_warning_option]=$[xorg_cv_]CACHE_PREFIX[_flag_unknown_warning_option] - PREFIX[FLAGS]="$[xorg_testset_save_]PREFIX[FLAGS]" +if test x$FILE_MAN_SUFFIX = x ; then + case $host_os in + solaris*) FILE_MAN_SUFFIX=4 ;; + *) FILE_MAN_SUFFIX=5 ;; + esac +fi +if test x$FILE_MAN_DIR = x ; then + FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)' fi -if test "x$[xorg_testset_]CACHE_PREFIX[_unused_command_line_argument]" = "x" ; then - if test "x$[xorg_testset_]CACHE_PREFIX[_unknown_warning_option]" = "xyes" ; then - PREFIX[FLAGS]="$PREFIX[FLAGS] -Werror=unknown-warning-option" - fi - PREFIX[FLAGS]="$PREFIX[FLAGS] -Werror=unused-command-line-argument" - AC_CACHE_CHECK([if ]COMPILER[ supports -Werror=unused-command-line-argument], - [xorg_cv_]CACHE_PREFIX[_flag_unused_command_line_argument], - AC_COMPILE_IFELSE([AC_LANG_SOURCE([int i;])], - [xorg_cv_]CACHE_PREFIX[_flag_unused_command_line_argument=yes], - [xorg_cv_]CACHE_PREFIX[_flag_unused_command_line_argument=no])) - [xorg_testset_]CACHE_PREFIX[_unused_command_line_argument]=$[xorg_cv_]CACHE_PREFIX[_flag_unused_command_line_argument] - PREFIX[FLAGS]="$[xorg_testset_save_]PREFIX[FLAGS]" +if test x$MISC_MAN_SUFFIX = x ; then + case $host_os in + solaris*) MISC_MAN_SUFFIX=5 ;; + *) MISC_MAN_SUFFIX=7 ;; + esac +fi +if test x$MISC_MAN_DIR = x ; then + MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)' fi -found="no" -m4_foreach([flag], m4_cdr($@), [ - if test $found = "no" ; then - if test "x$xorg_testset_]CACHE_PREFIX[_unknown_warning_option" = "xyes" ; then - PREFIX[FLAGS]="$PREFIX[FLAGS] -Werror=unknown-warning-option" - fi +if test x$DRIVER_MAN_SUFFIX = x ; then + case $host_os in + solaris*) DRIVER_MAN_SUFFIX=7 ;; + *) DRIVER_MAN_SUFFIX=4 ;; + esac +fi +if test x$DRIVER_MAN_DIR = x ; then + DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)' +fi - if test "x$xorg_testset_]CACHE_PREFIX[_unused_command_line_argument" = "xyes" ; then - PREFIX[FLAGS]="$PREFIX[FLAGS] -Werror=unused-command-line-argument" - fi +if test x$ADMIN_MAN_SUFFIX = x ; then + case $host_os in + solaris*) ADMIN_MAN_SUFFIX=1m ;; + *) ADMIN_MAN_SUFFIX=8 ;; + esac +fi +if test x$ADMIN_MAN_DIR = x ; then + ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)' +fi - PREFIX[FLAGS]="$PREFIX[FLAGS] ]flag[" -dnl Some hackery here since AC_CACHE_VAL can't handle a non-literal varname - AC_MSG_CHECKING([if ]COMPILER[ supports ]flag[]) - cacheid=AS_TR_SH([xorg_cv_]CACHE_PREFIX[_flag_]flag[]) - AC_CACHE_VAL($cacheid, - [AC_LINK_IFELSE([AC_LANG_PROGRAM([int i;])], - [eval $cacheid=yes], - [eval $cacheid=no])]) +AC_SUBST([APP_MAN_SUFFIX]) +AC_SUBST([LIB_MAN_SUFFIX]) +AC_SUBST([FILE_MAN_SUFFIX]) +AC_SUBST([MISC_MAN_SUFFIX]) +AC_SUBST([DRIVER_MAN_SUFFIX]) +AC_SUBST([ADMIN_MAN_SUFFIX]) +AC_SUBST([APP_MAN_DIR]) +AC_SUBST([LIB_MAN_DIR]) +AC_SUBST([FILE_MAN_DIR]) +AC_SUBST([MISC_MAN_DIR]) +AC_SUBST([DRIVER_MAN_DIR]) +AC_SUBST([ADMIN_MAN_DIR]) - PREFIX[FLAGS]="$[xorg_testset_save_]PREFIX[FLAGS]" +XORG_MAN_PAGE="X Version 11" +AC_SUBST([XORG_MAN_PAGE]) +MAN_SUBSTS="\ + -e 's|__vendorversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \ + -e 's|__xorgversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \ + -e 's|__xservername__|Xorg|g' \ + -e 's|__xconfigfile__|xorg.conf|g' \ + -e 's|__projectroot__|\$(prefix)|g' \ + -e 's|__apploaddir__|\$(appdefaultdir)|g' \ + -e 's|__appmansuffix__|\$(APP_MAN_SUFFIX)|g' \ + -e 's|__drivermansuffix__|\$(DRIVER_MAN_SUFFIX)|g' \ + -e 's|__adminmansuffix__|\$(ADMIN_MAN_SUFFIX)|g' \ + -e 's|__libmansuffix__|\$(LIB_MAN_SUFFIX)|g' \ + -e 's|__miscmansuffix__|\$(MISC_MAN_SUFFIX)|g' \ + -e 's|__filemansuffix__|\$(FILE_MAN_SUFFIX)|g'" +AC_SUBST([MAN_SUBSTS]) - eval supported=\$$cacheid - AC_MSG_RESULT([$supported]) - if test "$supported" = "yes" ; then - $1="$$1 ]flag[" - found="yes" - fi - fi -]) -]) # XORG_TESTSET_CFLAG +]) # XORG_MANPAGE_SECTIONS -# XORG_COMPILER_FLAGS -# --------------- -# Minimum version: 1.16.0 -# -# Defines BASE_CFLAGS or BASE_CXXFLAGS to contain a set of command line -# arguments supported by the selected compiler which do NOT alter the generated -# code. These arguments will cause the compiler to print various warnings -# during compilation AND turn a conservative set of warnings into errors. -# -# The set of flags supported by BASE_CFLAGS and BASE_CXXFLAGS will grow in -# future versions of util-macros as options are added to new compilers. +# XORG_CHECK_SGML_DOCTOOLS([MIN-VERSION]) +# ------------------------ +# Minimum version: 1.7.0 # -AC_DEFUN([XORG_COMPILER_FLAGS], [ -AC_REQUIRE([XORG_COMPILER_BRAND]) - -AC_ARG_ENABLE(selective-werror, - AS_HELP_STRING([--disable-selective-werror], - [Turn off selective compiler errors. (default: enabled)]), - [SELECTIVE_WERROR=$enableval], - [SELECTIVE_WERROR=yes]) +# Defines the variable XORG_SGML_PATH containing the location of X11/defs.ent +# provided by xorg-sgml-doctools, if installed. +AC_DEFUN([XORG_CHECK_SGML_DOCTOOLS],[ +AC_MSG_CHECKING([for X.Org SGML entities m4_ifval([$1],[>= $1])]) +XORG_SGML_PATH= +PKG_CHECK_EXISTS([xorg-sgml-doctools m4_ifval([$1],[>= $1])], + [XORG_SGML_PATH=`$PKG_CONFIG --variable=sgmlrootdir xorg-sgml-doctools`], + [m4_ifval([$1],[:], + [if test x"$cross_compiling" != x"yes" ; then + AC_CHECK_FILE([$prefix/share/sgml/X11/defs.ent], + [XORG_SGML_PATH=$prefix/share/sgml]) + fi]) + ]) -AC_LANG_CASE( - [C], [ - define([PREFIX], [C]) - ], - [C++], [ - define([PREFIX], [CXX]) - ] -) -# -v is too short to test reliably with XORG_TESTSET_CFLAG -if test "x$SUNCC" = "xyes"; then - [BASE_]PREFIX[FLAGS]="-v" +# Define variables STYLESHEET_SRCDIR and XSL_STYLESHEET containing +# the path and the name of the doc stylesheet +if test "x$XORG_SGML_PATH" != "x" ; then + AC_MSG_RESULT([$XORG_SGML_PATH]) + STYLESHEET_SRCDIR=$XORG_SGML_PATH/X11 + XSL_STYLESHEET=$STYLESHEET_SRCDIR/xorg.xsl else - [BASE_]PREFIX[FLAGS]="" + AC_MSG_RESULT([no]) fi -# This chunk of warnings were those that existed in the legacy CWARNFLAGS -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wall]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wpointer-arith]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wmissing-declarations]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wformat=2], [-Wformat]) - -AC_LANG_CASE( - [C], [ - XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wstrict-prototypes]) - XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wmissing-prototypes]) - XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wnested-externs]) - XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wbad-function-cast]) - XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wold-style-definition], [-fd]) - XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wdeclaration-after-statement]) - ] -) +AC_SUBST(XORG_SGML_PATH) +AC_SUBST(STYLESHEET_SRCDIR) +AC_SUBST(XSL_STYLESHEET) +AM_CONDITIONAL([HAVE_STYLESHEETS], [test "x$XSL_STYLESHEET" != "x"]) +]) # XORG_CHECK_SGML_DOCTOOLS -# This chunk adds additional warnings that could catch undesired effects. -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wunused]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wuninitialized]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wshadow]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wmissing-noreturn]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wmissing-format-attribute]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wredundant-decls]) +# XORG_CHECK_LINUXDOC +# ------------------- +# Minimum version: 1.0.0 +# +# Defines the variable MAKE_TEXT if the necessary tools and +# files are found. $(MAKE_TEXT) blah.sgml will then produce blah.txt. +# Whether or not the necessary tools and files are found can be checked +# with the AM_CONDITIONAL "BUILD_LINUXDOC" +AC_DEFUN([XORG_CHECK_LINUXDOC],[ +AC_REQUIRE([XORG_CHECK_SGML_DOCTOOLS]) +AC_REQUIRE([XORG_WITH_PS2PDF]) -# These are currently disabled because they are noisy. They will be enabled -# in the future once the codebase is sufficiently modernized to silence -# them. For now, I don't want them to drown out the other warnings. -# XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wlogical-op]) -# XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wparentheses]) -# XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wcast-align]) -# XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wcast-qual]) +AC_PATH_PROG(LINUXDOC, linuxdoc) -# Turn some warnings into errors, so we don't accidently get successful builds -# when there are problems that should be fixed. +AC_MSG_CHECKING([whether to build documentation]) -if test "x$SELECTIVE_WERROR" = "xyes" ; then -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Werror=implicit], [-errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Werror=nonnull]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Werror=init-self]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Werror=main]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Werror=missing-braces]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Werror=sequence-point]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Werror=return-type], [-errwarn=E_FUNC_HAS_NO_RETURN_STMT]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Werror=trigraphs]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Werror=array-bounds]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Werror=write-strings]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Werror=address]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Werror=int-to-pointer-cast], [-errwarn=E_BAD_PTR_INT_COMBINATION]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Werror=pointer-to-int-cast]) # Also -errwarn=E_BAD_PTR_INT_COMBINATION +if test x$XORG_SGML_PATH != x && test x$LINUXDOC != x ; then + BUILDDOC=yes else -AC_MSG_WARN([You have chosen not to turn some select compiler warnings into errors. This should not be necessary. Please report why you needed to do so in a bug report at $PACKAGE_BUGREPORT]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wimplicit]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wnonnull]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Winit-self]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wmain]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wmissing-braces]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wsequence-point]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wreturn-type]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wtrigraphs]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Warray-bounds]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wwrite-strings]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Waddress]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wint-to-pointer-cast]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wpointer-to-int-cast]) + BUILDDOC=no fi -AC_SUBST([BASE_]PREFIX[FLAGS]) -]) # XORG_COMPILER_FLAGS +AM_CONDITIONAL(BUILD_LINUXDOC, [test x$BUILDDOC = xyes]) -# XORG_CWARNFLAGS -# --------------- -# Minimum version: 1.2.0 -# Deprecated since: 1.16.0 (Use XORG_COMPILER_FLAGS instead) -# -# Defines CWARNFLAGS to enable C compiler warnings. -# -# This function is deprecated because it defines -fno-strict-aliasing -# which alters the code generated by the compiler. If -fno-strict-aliasing -# is needed, then it should be added explicitly in the module when -# it is updated to use BASE_CFLAGS. -# -AC_DEFUN([XORG_CWARNFLAGS], [ -AC_REQUIRE([XORG_COMPILER_FLAGS]) -AC_REQUIRE([XORG_COMPILER_BRAND]) -AC_LANG_CASE( - [C], [ - CWARNFLAGS="$BASE_CFLAGS" - if test "x$GCC" = xyes ; then - CWARNFLAGS="$CWARNFLAGS -fno-strict-aliasing" - fi - AC_SUBST(CWARNFLAGS) - ] -) -]) # XORG_CWARNFLAGS +AC_MSG_RESULT([$BUILDDOC]) -# XORG_STRICT_OPTION -# ----------------------- -# Minimum version: 1.3.0 -# -# Add configure option to enable strict compilation flags, such as treating -# warnings as fatal errors. -# If --enable-strict-compilation is passed to configure, adds strict flags to -# $BASE_CFLAGS or $BASE_CXXFLAGS and the deprecated $CWARNFLAGS. -# -# Starting in 1.14.0 also exports $STRICT_CFLAGS for use in other tests or -# when strict compilation is unconditionally desired. -AC_DEFUN([XORG_STRICT_OPTION], [ -AC_REQUIRE([XORG_CWARNFLAGS]) -AC_REQUIRE([XORG_COMPILER_FLAGS]) +AC_MSG_CHECKING([whether to build pdf documentation]) -AC_ARG_ENABLE(strict-compilation, - AS_HELP_STRING([--enable-strict-compilation], - [Enable all warnings from compiler and make them errors (default: disabled)]), - [STRICT_COMPILE=$enableval], [STRICT_COMPILE=no]) +if test x$have_ps2pdf != xno && test x$BUILD_PDFDOC != xno; then + BUILDPDFDOC=yes +else + BUILDPDFDOC=no +fi -AC_LANG_CASE( - [C], [ - define([PREFIX], [C]) - ], - [C++], [ - define([PREFIX], [CXX]) - ] -) +AM_CONDITIONAL(BUILD_PDFDOC, [test x$BUILDPDFDOC = xyes]) -[STRICT_]PREFIX[FLAGS]="" -XORG_TESTSET_CFLAG([[STRICT_]PREFIX[FLAGS]], [-pedantic]) -XORG_TESTSET_CFLAG([[STRICT_]PREFIX[FLAGS]], [-Werror], [-errwarn]) +AC_MSG_RESULT([$BUILDPDFDOC]) -# Earlier versions of gcc (eg: 4.2) support -Werror=attributes, but do not -# activate it with -Werror, so we add it here explicitly. -XORG_TESTSET_CFLAG([[STRICT_]PREFIX[FLAGS]], [-Werror=attributes]) +MAKE_TEXT="SGML_SEARCH_PATH=$XORG_SGML_PATH GROFF_NO_SGR=y $LINUXDOC -B txt -f" +MAKE_PS="SGML_SEARCH_PATH=$XORG_SGML_PATH $LINUXDOC -B latex --papersize=letter --output=ps" +MAKE_PDF="$PS2PDF" +MAKE_HTML="SGML_SEARCH_PATH=$XORG_SGML_PATH $LINUXDOC -B html --split=0" -if test "x$STRICT_COMPILE" = "xyes"; then - [BASE_]PREFIX[FLAGS]="$[BASE_]PREFIX[FLAGS] $[STRICT_]PREFIX[FLAGS]" - AC_LANG_CASE([C], [CWARNFLAGS="$CWARNFLAGS $STRICT_CFLAGS"]) -fi -AC_SUBST([STRICT_]PREFIX[FLAGS]) -AC_SUBST([BASE_]PREFIX[FLAGS]) -AC_LANG_CASE([C], AC_SUBST([CWARNFLAGS])) -]) # XORG_STRICT_OPTION +AC_SUBST(MAKE_TEXT) +AC_SUBST(MAKE_PS) +AC_SUBST(MAKE_PDF) +AC_SUBST(MAKE_HTML) +]) # XORG_CHECK_LINUXDOC -# XORG_DEFAULT_OPTIONS -# -------------------- -# Minimum version: 1.3.0 -# -# Defines default options for X.Org modules. +# XORG_CHECK_DOCBOOK +# ------------------- +# Minimum version: 1.0.0 # -AC_DEFUN([XORG_DEFAULT_OPTIONS], [ -AC_REQUIRE([AC_PROG_INSTALL]) -XORG_COMPILER_FLAGS -XORG_CWARNFLAGS -XORG_STRICT_OPTION -XORG_RELEASE_VERSION -XORG_CHANGELOG -XORG_INSTALL -XORG_MANPAGE_SECTIONS -m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])], - [AC_SUBST([AM_DEFAULT_VERBOSITY], [1])]) -]) # XORG_DEFAULT_OPTIONS - -# XORG_INSTALL() -# ---------------- -# Minimum version: 1.4.0 -# -# Defines the variable INSTALL_CMD as the command to copy -# INSTALL from $prefix/share/util-macros. -# -AC_DEFUN([XORG_INSTALL], [ -AC_REQUIRE([PKG_PROG_PKG_CONFIG]) -macros_datadir=`$PKG_CONFIG --print-errors --variable=pkgdatadir xorg-macros` -INSTALL_CMD="(cp -f "$macros_datadir/INSTALL" \$(top_srcdir)/.INSTALL.tmp && \ -mv \$(top_srcdir)/.INSTALL.tmp \$(top_srcdir)/INSTALL) \ -|| (rm -f \$(top_srcdir)/.INSTALL.tmp; touch \$(top_srcdir)/INSTALL; \ -echo 'util-macros \"pkgdatadir\" from xorg-macros.pc not found: installing possibly empty INSTALL.' >&2)" -AC_SUBST([INSTALL_CMD]) -]) # XORG_INSTALL -dnl Copyright 2005 Red Hat, Inc -dnl -dnl Permission to use, copy, modify, distribute, and sell this software and its -dnl documentation for any purpose is hereby granted without fee, provided that -dnl the above copyright notice appear in all copies and that both that -dnl copyright notice and this permission notice appear in supporting -dnl documentation. -dnl -dnl The above copyright notice and this permission notice shall be included -dnl in all copies or substantial portions of the Software. -dnl -dnl THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -dnl OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -dnl MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -dnl IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR -dnl OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, -dnl ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -dnl OTHER DEALINGS IN THE SOFTWARE. -dnl -dnl Except as contained in this notice, the name of the copyright holders shall -dnl not be used in advertising or otherwise to promote the sale, use or -dnl other dealings in this Software without prior written authorization -dnl from the copyright holders. -dnl - -# XORG_RELEASE_VERSION -# -------------------- -# Defines PACKAGE_VERSION_{MAJOR,MINOR,PATCHLEVEL} for modules to use. +# Checks for the ability to build output formats from SGML DocBook source. +# For XXX in {TXT, PDF, PS, HTML}, the AM_CONDITIONAL "BUILD_XXXDOC" +# indicates whether the necessary tools and files are found and, if set, +# $(MAKE_XXX) blah.sgml will produce blah.xxx. +AC_DEFUN([XORG_CHECK_DOCBOOK],[ +AC_REQUIRE([XORG_CHECK_SGML_DOCTOOLS]) -AC_DEFUN([XORG_RELEASE_VERSION],[ - AC_DEFINE_UNQUOTED([PACKAGE_VERSION_MAJOR], - [`echo $PACKAGE_VERSION | cut -d . -f 1`], - [Major version of this package]) - PVM=`echo $PACKAGE_VERSION | cut -d . -f 2 | cut -d - -f 1` - if test "x$PVM" = "x"; then - PVM="0" - fi - AC_DEFINE_UNQUOTED([PACKAGE_VERSION_MINOR], - [$PVM], - [Minor version of this package]) - PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1` - if test "x$PVP" = "x"; then - PVP="0" - fi - AC_DEFINE_UNQUOTED([PACKAGE_VERSION_PATCHLEVEL], - [$PVP], - [Patch version of this package]) -]) +BUILDTXTDOC=no +BUILDPDFDOC=no +BUILDPSDOC=no +BUILDHTMLDOC=no -# XORG_CHANGELOG() -# ---------------- -# Minimum version: 1.2.0 -# -# Defines the variable CHANGELOG_CMD as the command to generate -# ChangeLog from git. -# -# -AC_DEFUN([XORG_CHANGELOG], [ -CHANGELOG_CMD="(GIT_DIR=\$(top_srcdir)/.git git log > \$(top_srcdir)/.changelog.tmp && \ -mv \$(top_srcdir)/.changelog.tmp \$(top_srcdir)/ChangeLog) \ -|| (rm -f \$(top_srcdir)/.changelog.tmp; touch \$(top_srcdir)/ChangeLog; \ -echo 'git directory not found: installing possibly empty changelog.' >&2)" -AC_SUBST([CHANGELOG_CMD]) -]) # XORG_CHANGELOG +AC_PATH_PROG(DOCBOOKPS, docbook2ps) +AC_PATH_PROG(DOCBOOKPDF, docbook2pdf) +AC_PATH_PROG(DOCBOOKHTML, docbook2html) +AC_PATH_PROG(DOCBOOKTXT, docbook2txt) -# Copyright (C) 2002-2013 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. +AC_MSG_CHECKING([whether to build text documentation]) +if test x$XORG_SGML_PATH != x && test x$DOCBOOKTXT != x && + test x$BUILD_TXTDOC != xno; then + BUILDTXTDOC=yes +fi +AM_CONDITIONAL(BUILD_TXTDOC, [test x$BUILDTXTDOC = xyes]) +AC_MSG_RESULT([$BUILDTXTDOC]) -# AM_AUTOMAKE_VERSION(VERSION) -# ---------------------------- -# Automake X.Y traces this macro to ensure aclocal.m4 has been -# generated from the m4 files accompanying Automake X.Y. -# (This private macro should not be called outside this file.) -AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.14' -dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to -dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.14.1], [], - [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl -]) +AC_MSG_CHECKING([whether to build PDF documentation]) +if test x$XORG_SGML_PATH != x && test x$DOCBOOKPDF != x && + test x$BUILD_PDFDOC != xno; then + BUILDPDFDOC=yes +fi +AM_CONDITIONAL(BUILD_PDFDOC, [test x$BUILDPDFDOC = xyes]) +AC_MSG_RESULT([$BUILDPDFDOC]) -# _AM_AUTOCONF_VERSION(VERSION) -# ----------------------------- -# aclocal traces this macro to find the Autoconf version. -# This is a private macro too. Using m4_define simplifies -# the logic in aclocal, which can simply ignore this definition. -m4_define([_AM_AUTOCONF_VERSION], []) +AC_MSG_CHECKING([whether to build PostScript documentation]) +if test x$XORG_SGML_PATH != x && test x$DOCBOOKPS != x && + test x$BUILD_PSDOC != xno; then + BUILDPSDOC=yes +fi +AM_CONDITIONAL(BUILD_PSDOC, [test x$BUILDPSDOC = xyes]) +AC_MSG_RESULT([$BUILDPSDOC]) -# AM_SET_CURRENT_AUTOMAKE_VERSION -# ------------------------------- -# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. -# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. -AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.14.1])dnl -m4_ifndef([AC_AUTOCONF_VERSION], - [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl -_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) +AC_MSG_CHECKING([whether to build HTML documentation]) +if test x$XORG_SGML_PATH != x && test x$DOCBOOKHTML != x && + test x$BUILD_HTMLDOC != xno; then + BUILDHTMLDOC=yes +fi +AM_CONDITIONAL(BUILD_HTMLDOC, [test x$BUILDHTMLDOC = xyes]) +AC_MSG_RESULT([$BUILDHTMLDOC]) -# AM_AUX_DIR_EXPAND -*- Autoconf -*- +MAKE_TEXT="SGML_SEARCH_PATH=$XORG_SGML_PATH $DOCBOOKTXT" +MAKE_PS="SGML_SEARCH_PATH=$XORG_SGML_PATH $DOCBOOKPS" +MAKE_PDF="SGML_SEARCH_PATH=$XORG_SGML_PATH $DOCBOOKPDF" +MAKE_HTML="SGML_SEARCH_PATH=$XORG_SGML_PATH $DOCBOOKHTML" -# Copyright (C) 2001-2013 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. +AC_SUBST(MAKE_TEXT) +AC_SUBST(MAKE_PS) +AC_SUBST(MAKE_PDF) +AC_SUBST(MAKE_HTML) +]) # XORG_CHECK_DOCBOOK -# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets -# $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to -# '$srcdir', '$srcdir/..', or '$srcdir/../..'. -# -# Of course, Automake must honor this variable whenever it calls a -# tool from the auxiliary directory. The problem is that $srcdir (and -# therefore $ac_aux_dir as well) can be either absolute or relative, -# depending on how configure is run. This is pretty annoying, since -# it makes $ac_aux_dir quite unusable in subdirectories: in the top -# source directory, any form will work fine, but in subdirectories a -# relative path needs to be adjusted first. +# XORG_WITH_XMLTO([MIN-VERSION], [DEFAULT]) +# ---------------- +# Minimum version: 1.5.0 +# Minimum version for optional DEFAULT argument: 1.11.0 # -# $ac_aux_dir/missing -# fails when called from a subdirectory if $ac_aux_dir is relative -# $top_srcdir/$ac_aux_dir/missing -# fails if $ac_aux_dir is absolute, -# fails when called from a subdirectory in a VPATH build with -# a relative $ac_aux_dir +# Documentation tools are not always available on all platforms and sometimes +# not at the appropriate level. This macro enables a module to test for the +# presence of the tool and obtain it's path in separate variables. Coupled with +# the --with-xmlto option, it allows maximum flexibilty in making decisions +# as whether or not to use the xmlto package. When DEFAULT is not specified, +# --with-xmlto assumes 'auto'. # -# The reason of the latter failure is that $top_srcdir and $ac_aux_dir -# are both prefixed by $srcdir. In an in-source build this is usually -# harmless because $srcdir is '.', but things will broke when you -# start a VPATH build or use an absolute $srcdir. +# Interface to module: +# HAVE_XMLTO: used in makefiles to conditionally generate documentation +# XMLTO: returns the path of the xmlto program found +# returns the path set by the user in the environment +# --with-xmlto: 'yes' user instructs the module to use xmlto +# 'no' user instructs the module not to use xmlto # -# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, -# iff we strip the leading $srcdir from $ac_aux_dir. That would be: -# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` -# and then we would define $MISSING as -# MISSING="\${SHELL} $am_aux_dir/missing" -# This will work as long as MISSING is not called from configure, because -# unfortunately $(top_srcdir) has no meaning in configure. -# However there are other variables, like CC, which are often used in -# configure, and could therefore not use this "fixed" $ac_aux_dir. +# Added in version 1.10.0 +# HAVE_XMLTO_TEXT: used in makefiles to conditionally generate text documentation +# xmlto for text output requires either lynx, links, or w3m browsers # -# Another solution, used here, is to always expand $ac_aux_dir to an -# absolute PATH. The drawback is that using absolute paths prevent a -# configured tree to be moved without reconfiguration. - -AC_DEFUN([AM_AUX_DIR_EXPAND], -[dnl Rely on autoconf to set up CDPATH properly. -AC_PREREQ([2.50])dnl -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` -]) - -# AM_CONDITIONAL -*- Autoconf -*- - -# Copyright (C) 1997-2013 Free Software Foundation, Inc. +# If the user sets the value of XMLTO, AC_PATH_PROG skips testing the path. # -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. +AC_DEFUN([XORG_WITH_XMLTO],[ +AC_ARG_VAR([XMLTO], [Path to xmlto command]) +m4_define([_defopt], m4_default([$2], [auto])) +AC_ARG_WITH(xmlto, + AS_HELP_STRING([--with-xmlto], + [Use xmlto to regenerate documentation (default: ]_defopt[)]), + [use_xmlto=$withval], [use_xmlto=]_defopt) +m4_undefine([_defopt]) -# AM_CONDITIONAL(NAME, SHELL-CONDITION) -# ------------------------------------- -# Define a conditional. -AC_DEFUN([AM_CONDITIONAL], -[AC_PREREQ([2.52])dnl - m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], - [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl -AC_SUBST([$1_TRUE])dnl -AC_SUBST([$1_FALSE])dnl -_AM_SUBST_NOTMAKE([$1_TRUE])dnl -_AM_SUBST_NOTMAKE([$1_FALSE])dnl -m4_define([_AM_COND_VALUE_$1], [$2])dnl -if $2; then - $1_TRUE= - $1_FALSE='#' +if test "x$use_xmlto" = x"auto"; then + AC_PATH_PROG([XMLTO], [xmlto]) + if test "x$XMLTO" = "x"; then + AC_MSG_WARN([xmlto not found - documentation targets will be skipped]) + have_xmlto=no + else + have_xmlto=yes + fi +elif test "x$use_xmlto" = x"yes" ; then + AC_PATH_PROG([XMLTO], [xmlto]) + if test "x$XMLTO" = "x"; then + AC_MSG_ERROR([--with-xmlto=yes specified but xmlto not found in PATH]) + fi + have_xmlto=yes +elif test "x$use_xmlto" = x"no" ; then + if test "x$XMLTO" != "x"; then + AC_MSG_WARN([ignoring XMLTO environment variable since --with-xmlto=no was specified]) + fi + have_xmlto=no else - $1_TRUE='#' - $1_FALSE= + AC_MSG_ERROR([--with-xmlto expects 'yes' or 'no']) fi -AC_CONFIG_COMMANDS_PRE( -[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then - AC_MSG_ERROR([[conditional "$1" was never defined. -Usually this means the macro was only invoked conditionally.]]) -fi])]) -# Copyright (C) 1999-2013 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. +# Test for a minimum version of xmlto, if provided. +m4_ifval([$1], +[if test "$have_xmlto" = yes; then + # scrape the xmlto version + AC_MSG_CHECKING([the xmlto version]) + xmlto_version=`$XMLTO --version 2>/dev/null | cut -d' ' -f3` + AC_MSG_RESULT([$xmlto_version]) + AS_VERSION_COMPARE([$xmlto_version], [$1], + [if test "x$use_xmlto" = xauto; then + AC_MSG_WARN([xmlto version $xmlto_version found, but $1 needed]) + have_xmlto=no + else + AC_MSG_ERROR([xmlto version $xmlto_version found, but $1 needed]) + fi]) +fi]) + +# Test for the ability of xmlto to generate a text target +have_xmlto_text=no +cat > conftest.xml << "EOF" +EOF +AS_IF([test "$have_xmlto" = yes], + [AS_IF([$XMLTO --skip-validation txt conftest.xml >/dev/null 2>&1], + [have_xmlto_text=yes], + [AC_MSG_WARN([xmlto cannot generate text format, this format skipped])])]) +rm -f conftest.xml +AM_CONDITIONAL([HAVE_XMLTO_TEXT], [test $have_xmlto_text = yes]) +AM_CONDITIONAL([HAVE_XMLTO], [test "$have_xmlto" = yes]) +]) # XORG_WITH_XMLTO +# XORG_WITH_XSLTPROC([MIN-VERSION], [DEFAULT]) +# -------------------------------------------- +# Minimum version: 1.12.0 +# Minimum version for optional DEFAULT argument: 1.12.0 +# +# XSLT (Extensible Stylesheet Language Transformations) is a declarative, +# XML-based language used for the transformation of XML documents. +# The xsltproc command line tool is for applying XSLT stylesheets to XML documents. +# It is used under the cover by xmlto to generate html files from DocBook/XML. +# The XSLT processor is often used as a standalone tool for transformations. +# It should not be assumed that this tool is used only to work with documnetation. +# When DEFAULT is not specified, --with-xsltproc assumes 'auto'. +# +# Interface to module: +# HAVE_XSLTPROC: used in makefiles to conditionally generate documentation +# XSLTPROC: returns the path of the xsltproc program found +# returns the path set by the user in the environment +# --with-xsltproc: 'yes' user instructs the module to use xsltproc +# 'no' user instructs the module not to use xsltproc +# have_xsltproc: returns yes if xsltproc found in PATH or no +# +# If the user sets the value of XSLTPROC, AC_PATH_PROG skips testing the path. +# +AC_DEFUN([XORG_WITH_XSLTPROC],[ +AC_ARG_VAR([XSLTPROC], [Path to xsltproc command]) +# Preserves the interface, should it be implemented later +m4_ifval([$1], [m4_warn([syntax], [Checking for xsltproc MIN-VERSION is not implemented])]) +m4_define([_defopt], m4_default([$2], [auto])) +AC_ARG_WITH(xsltproc, + AS_HELP_STRING([--with-xsltproc], + [Use xsltproc for the transformation of XML documents (default: ]_defopt[)]), + [use_xsltproc=$withval], [use_xsltproc=]_defopt) +m4_undefine([_defopt]) -# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be -# written in clear, in which case automake, when reading aclocal.m4, -# will think it sees a *use*, and therefore will trigger all it's -# C support machinery. Also note that it means that autoscan, seeing -# CC etc. in the Makefile, will ask for an AC_PROG_CC use... +if test "x$use_xsltproc" = x"auto"; then + AC_PATH_PROG([XSLTPROC], [xsltproc]) + if test "x$XSLTPROC" = "x"; then + AC_MSG_WARN([xsltproc not found - cannot transform XML documents]) + have_xsltproc=no + else + have_xsltproc=yes + fi +elif test "x$use_xsltproc" = x"yes" ; then + AC_PATH_PROG([XSLTPROC], [xsltproc]) + if test "x$XSLTPROC" = "x"; then + AC_MSG_ERROR([--with-xsltproc=yes specified but xsltproc not found in PATH]) + fi + have_xsltproc=yes +elif test "x$use_xsltproc" = x"no" ; then + if test "x$XSLTPROC" != "x"; then + AC_MSG_WARN([ignoring XSLTPROC environment variable since --with-xsltproc=no was specified]) + fi + have_xsltproc=no +else + AC_MSG_ERROR([--with-xsltproc expects 'yes' or 'no']) +fi +AM_CONDITIONAL([HAVE_XSLTPROC], [test "$have_xsltproc" = yes]) +]) # XORG_WITH_XSLTPROC -# _AM_DEPENDENCIES(NAME) -# ---------------------- -# See how the compiler implements dependency checking. -# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". -# We try a few techniques and use that to set a single cache variable. +# XORG_WITH_PERL([MIN-VERSION], [DEFAULT]) +# ---------------------------------------- +# Minimum version: 1.15.0 # -# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was -# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular -# dependency, and given that the user is not expected to run this macro, -# just rely on AC_PROG_CC. -AC_DEFUN([_AM_DEPENDENCIES], -[AC_REQUIRE([AM_SET_DEPDIR])dnl -AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl -AC_REQUIRE([AM_MAKE_INCLUDE])dnl -AC_REQUIRE([AM_DEP_TRACK])dnl - -m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], - [$1], [CXX], [depcc="$CXX" am_compiler_list=], - [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], - [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], - [$1], [UPC], [depcc="$UPC" am_compiler_list=], - [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], - [depcc="$$1" am_compiler_list=]) +# PERL (Practical Extraction and Report Language) is a language optimized for +# scanning arbitrary text files, extracting information from those text files, +# and printing reports based on that information. +# +# When DEFAULT is not specified, --with-perl assumes 'auto'. +# +# Interface to module: +# HAVE_PERL: used in makefiles to conditionally scan text files +# PERL: returns the path of the perl program found +# returns the path set by the user in the environment +# --with-perl: 'yes' user instructs the module to use perl +# 'no' user instructs the module not to use perl +# have_perl: returns yes if perl found in PATH or no +# +# If the user sets the value of PERL, AC_PATH_PROG skips testing the path. +# +AC_DEFUN([XORG_WITH_PERL],[ +AC_ARG_VAR([PERL], [Path to perl command]) +# Preserves the interface, should it be implemented later +m4_ifval([$1], [m4_warn([syntax], [Checking for perl MIN-VERSION is not implemented])]) +m4_define([_defopt], m4_default([$2], [auto])) +AC_ARG_WITH(perl, + AS_HELP_STRING([--with-perl], + [Use perl for extracting information from files (default: ]_defopt[)]), + [use_perl=$withval], [use_perl=]_defopt) +m4_undefine([_defopt]) -AC_CACHE_CHECK([dependency style of $depcc], - [am_cv_$1_dependencies_compiler_type], -[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then - # We make a subdir and do the tests there. Otherwise we can end up - # making bogus files that we don't know about and never remove. For - # instance it was reported that on HP-UX the gcc test will end up - # making a dummy file named 'D' -- because '-MD' means "put the output - # in D". - rm -rf conftest.dir - mkdir conftest.dir - # Copy depcomp to subdir because otherwise we won't find it if we're - # using a relative directory. - cp "$am_depcomp" conftest.dir - cd conftest.dir - # We will build objects and dependencies in a subdirectory because - # it helps to detect inapplicable dependency modes. For instance - # both Tru64's cc and ICC support -MD to output dependencies as a - # side effect of compilation, but ICC will put the dependencies in - # the current directory while Tru64 will put them in the object - # directory. - mkdir sub +if test "x$use_perl" = x"auto"; then + AC_PATH_PROG([PERL], [perl]) + if test "x$PERL" = "x"; then + AC_MSG_WARN([perl not found - cannot extract information and report]) + have_perl=no + else + have_perl=yes + fi +elif test "x$use_perl" = x"yes" ; then + AC_PATH_PROG([PERL], [perl]) + if test "x$PERL" = "x"; then + AC_MSG_ERROR([--with-perl=yes specified but perl not found in PATH]) + fi + have_perl=yes +elif test "x$use_perl" = x"no" ; then + if test "x$PERL" != "x"; then + AC_MSG_WARN([ignoring PERL environment variable since --with-perl=no was specified]) + fi + have_perl=no +else + AC_MSG_ERROR([--with-perl expects 'yes' or 'no']) +fi - am_cv_$1_dependencies_compiler_type=none - if test "$am_compiler_list" = ""; then - am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` - fi - am__universal=false - m4_case([$1], [CC], - [case " $depcc " in #( - *\ -arch\ *\ -arch\ *) am__universal=true ;; - esac], - [CXX], - [case " $depcc " in #( - *\ -arch\ *\ -arch\ *) am__universal=true ;; - esac]) +AM_CONDITIONAL([HAVE_PERL], [test "$have_perl" = yes]) +]) # XORG_WITH_PERL - for depmode in $am_compiler_list; do - # Setup a source with many dependencies, because some compilers - # like to wrap large dependency lists on column 80 (with \), and - # we should not choose a depcomp mode which is confused by this. - # - # We need to recreate these files for each test, as the compiler may - # overwrite some of them when testing with obscure command lines. - # This happens at least with the AIX C compiler. - : > sub/conftest.c - for i in 1 2 3 4 5 6; do - echo '#include "conftst'$i'.h"' >> sub/conftest.c - # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with - # Solaris 10 /bin/sh. - echo '/* dummy */' > sub/conftst$i.h - done - echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf - - # We check with '-c' and '-o' for the sake of the "dashmstdout" - # mode. It turns out that the SunPro C++ compiler does not properly - # handle '-M -o', and we need to detect this. Also, some Intel - # versions had trouble with output in subdirs. - am__obj=sub/conftest.${OBJEXT-o} - am__minus_obj="-o $am__obj" - case $depmode in - gcc) - # This depmode causes a compiler race in universal mode. - test "$am__universal" = false || continue - ;; - nosideeffect) - # After this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested. - if test "x$enable_dependency_tracking" = xyes; then - continue - else - break - fi - ;; - msvc7 | msvc7msys | msvisualcpp | msvcmsys) - # This compiler won't grok '-c -o', but also, the minuso test has - # not run yet. These depmodes are late enough in the game, and - # so weak that their functioning should not be impacted. - am__obj=conftest.${OBJEXT-o} - am__minus_obj= - ;; - none) break ;; - esac - if depmode=$depmode \ - source=sub/conftest.c object=$am__obj \ - depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ - $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ - >/dev/null 2>conftest.err && - grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && - grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && - grep $am__obj sub/conftest.Po > /dev/null 2>&1 && - ${MAKE-make} -s -f confmf > /dev/null 2>&1; then - # icc doesn't choke on unknown options, it will just issue warnings - # or remarks (even with -Werror). So we grep stderr for any message - # that says an option was ignored or not supported. - # When given -MP, icc 7.0 and 7.1 complain thusly: - # icc: Command line warning: ignoring option '-M'; no argument required - # The diagnosis changed in icc 8.0: - # icc: Command line remark: option '-MP' not supported - if (grep 'ignoring option' conftest.err || - grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else - am_cv_$1_dependencies_compiler_type=$depmode - break - fi - fi - done +# XORG_WITH_ASCIIDOC([MIN-VERSION], [DEFAULT]) +# ---------------- +# Minimum version: 1.5.0 +# Minimum version for optional DEFAULT argument: 1.11.0 +# +# Documentation tools are not always available on all platforms and sometimes +# not at the appropriate level. This macro enables a module to test for the +# presence of the tool and obtain it's path in separate variables. Coupled with +# the --with-asciidoc option, it allows maximum flexibilty in making decisions +# as whether or not to use the asciidoc package. When DEFAULT is not specified, +# --with-asciidoc assumes 'auto'. +# +# Interface to module: +# HAVE_ASCIIDOC: used in makefiles to conditionally generate documentation +# ASCIIDOC: returns the path of the asciidoc program found +# returns the path set by the user in the environment +# --with-asciidoc: 'yes' user instructs the module to use asciidoc +# 'no' user instructs the module not to use asciidoc +# +# If the user sets the value of ASCIIDOC, AC_PATH_PROG skips testing the path. +# +AC_DEFUN([XORG_WITH_ASCIIDOC],[ +AC_ARG_VAR([ASCIIDOC], [Path to asciidoc command]) +m4_define([_defopt], m4_default([$2], [auto])) +AC_ARG_WITH(asciidoc, + AS_HELP_STRING([--with-asciidoc], + [Use asciidoc to regenerate documentation (default: ]_defopt[)]), + [use_asciidoc=$withval], [use_asciidoc=]_defopt) +m4_undefine([_defopt]) - cd .. - rm -rf conftest.dir +if test "x$use_asciidoc" = x"auto"; then + AC_PATH_PROG([ASCIIDOC], [asciidoc]) + if test "x$ASCIIDOC" = "x"; then + AC_MSG_WARN([asciidoc not found - documentation targets will be skipped]) + have_asciidoc=no + else + have_asciidoc=yes + fi +elif test "x$use_asciidoc" = x"yes" ; then + AC_PATH_PROG([ASCIIDOC], [asciidoc]) + if test "x$ASCIIDOC" = "x"; then + AC_MSG_ERROR([--with-asciidoc=yes specified but asciidoc not found in PATH]) + fi + have_asciidoc=yes +elif test "x$use_asciidoc" = x"no" ; then + if test "x$ASCIIDOC" != "x"; then + AC_MSG_WARN([ignoring ASCIIDOC environment variable since --with-asciidoc=no was specified]) + fi + have_asciidoc=no else - am_cv_$1_dependencies_compiler_type=none + AC_MSG_ERROR([--with-asciidoc expects 'yes' or 'no']) fi -]) -AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) -AM_CONDITIONAL([am__fastdep$1], [ - test "x$enable_dependency_tracking" != xno \ - && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) -]) - +m4_ifval([$1], +[if test "$have_asciidoc" = yes; then + # scrape the asciidoc version + AC_MSG_CHECKING([the asciidoc version]) + asciidoc_version=`$ASCIIDOC --version 2>/dev/null | cut -d' ' -f2` + AC_MSG_RESULT([$asciidoc_version]) + AS_VERSION_COMPARE([$asciidoc_version], [$1], + [if test "x$use_asciidoc" = xauto; then + AC_MSG_WARN([asciidoc version $asciidoc_version found, but $1 needed]) + have_asciidoc=no + else + AC_MSG_ERROR([asciidoc version $asciidoc_version found, but $1 needed]) + fi]) +fi]) +AM_CONDITIONAL([HAVE_ASCIIDOC], [test "$have_asciidoc" = yes]) +]) # XORG_WITH_ASCIIDOC -# AM_SET_DEPDIR -# ------------- -# Choose a directory name for dependency files. -# This macro is AC_REQUIREd in _AM_DEPENDENCIES. -AC_DEFUN([AM_SET_DEPDIR], -[AC_REQUIRE([AM_SET_LEADING_DOT])dnl -AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl -]) +# XORG_WITH_DOXYGEN([MIN-VERSION], [DEFAULT]) +# ------------------------------------------- +# Minimum version: 1.5.0 +# Minimum version for optional DEFAULT argument: 1.11.0 +# Minimum version for optional DOT checking: 1.18.0 +# +# Documentation tools are not always available on all platforms and sometimes +# not at the appropriate level. This macro enables a module to test for the +# presence of the tool and obtain it's path in separate variables. Coupled with +# the --with-doxygen option, it allows maximum flexibilty in making decisions +# as whether or not to use the doxygen package. When DEFAULT is not specified, +# --with-doxygen assumes 'auto'. +# +# Interface to module: +# HAVE_DOXYGEN: used in makefiles to conditionally generate documentation +# DOXYGEN: returns the path of the doxygen program found +# returns the path set by the user in the environment +# --with-doxygen: 'yes' user instructs the module to use doxygen +# 'no' user instructs the module not to use doxygen +# +# If the user sets the value of DOXYGEN, AC_PATH_PROG skips testing the path. +# +AC_DEFUN([XORG_WITH_DOXYGEN],[ +AC_ARG_VAR([DOXYGEN], [Path to doxygen command]) +AC_ARG_VAR([DOT], [Path to the dot graphics utility]) +m4_define([_defopt], m4_default([$2], [auto])) +AC_ARG_WITH(doxygen, + AS_HELP_STRING([--with-doxygen], + [Use doxygen to regenerate documentation (default: ]_defopt[)]), + [use_doxygen=$withval], [use_doxygen=]_defopt) +m4_undefine([_defopt]) +if test "x$use_doxygen" = x"auto"; then + AC_PATH_PROG([DOXYGEN], [doxygen]) + if test "x$DOXYGEN" = "x"; then + AC_MSG_WARN([doxygen not found - documentation targets will be skipped]) + have_doxygen=no + else + have_doxygen=yes + fi +elif test "x$use_doxygen" = x"yes" ; then + AC_PATH_PROG([DOXYGEN], [doxygen]) + if test "x$DOXYGEN" = "x"; then + AC_MSG_ERROR([--with-doxygen=yes specified but doxygen not found in PATH]) + fi + have_doxygen=yes +elif test "x$use_doxygen" = x"no" ; then + if test "x$DOXYGEN" != "x"; then + AC_MSG_WARN([ignoring DOXYGEN environment variable since --with-doxygen=no was specified]) + fi + have_doxygen=no +else + AC_MSG_ERROR([--with-doxygen expects 'yes' or 'no']) +fi +m4_ifval([$1], +[if test "$have_doxygen" = yes; then + # scrape the doxygen version + AC_MSG_CHECKING([the doxygen version]) + doxygen_version=`$DOXYGEN --version 2>/dev/null` + AC_MSG_RESULT([$doxygen_version]) + AS_VERSION_COMPARE([$doxygen_version], [$1], + [if test "x$use_doxygen" = xauto; then + AC_MSG_WARN([doxygen version $doxygen_version found, but $1 needed]) + have_doxygen=no + else + AC_MSG_ERROR([doxygen version $doxygen_version found, but $1 needed]) + fi]) +fi]) -# AM_DEP_TRACK -# ------------ -AC_DEFUN([AM_DEP_TRACK], -[AC_ARG_ENABLE([dependency-tracking], [dnl -AS_HELP_STRING( - [--enable-dependency-tracking], - [do not reject slow dependency extractors]) -AS_HELP_STRING( - [--disable-dependency-tracking], - [speeds up one-time build])]) -if test "x$enable_dependency_tracking" != xno; then - am_depcomp="$ac_aux_dir/depcomp" - AMDEPBACKSLASH='\' - am__nodep='_no' +dnl Check for DOT if we have doxygen. The caller decides if it is mandatory +dnl HAVE_DOT is a variable that can be used in your doxygen.in config file: +dnl HAVE_DOT = @HAVE_DOT@ +HAVE_DOT=no +if test "x$have_doxygen" = "xyes"; then + AC_PATH_PROG([DOT], [dot]) + if test "x$DOT" != "x"; then + HAVE_DOT=yes + fi fi -AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) -AC_SUBST([AMDEPBACKSLASH])dnl -_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl -AC_SUBST([am__nodep])dnl -_AM_SUBST_NOTMAKE([am__nodep])dnl -]) -# Generate code to set up dependency tracking. -*- Autoconf -*- +AC_SUBST([HAVE_DOT]) +AM_CONDITIONAL([HAVE_DOT], [test "$HAVE_DOT" = "yes"]) +AM_CONDITIONAL([HAVE_DOXYGEN], [test "$have_doxygen" = yes]) +]) # XORG_WITH_DOXYGEN -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# XORG_WITH_GROFF([DEFAULT]) +# ---------------- +# Minimum version: 1.6.0 +# Minimum version for optional DEFAULT argument: 1.11.0 # -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - - -# _AM_OUTPUT_DEPENDENCY_COMMANDS -# ------------------------------ -AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], -[{ - # Older Autoconf quotes --file arguments for eval, but not when files - # are listed without --file. Let's play safe and only enable the eval - # if we detect the quoting. - case $CONFIG_FILES in - *\'*) eval set x "$CONFIG_FILES" ;; - *) set x $CONFIG_FILES ;; - esac - shift - for mf - do - # Strip MF so we end up with the name of the file. - mf=`echo "$mf" | sed -e 's/:.*$//'` - # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named 'Makefile.in', but - # some people rename them; so instead we look at the file content. - # Grep'ing the first line is not enough: some people post-process - # each Makefile.in and add a new line on top of each file to say so. - # Grep'ing the whole file is not good either: AIX grep has a line - # limit of 2048, but all sed's we know have understand at least 4000. - if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then - dirpart=`AS_DIRNAME("$mf")` +# Documentation tools are not always available on all platforms and sometimes +# not at the appropriate level. This macro enables a module to test for the +# presence of the tool and obtain it's path in separate variables. Coupled with +# the --with-groff option, it allows maximum flexibilty in making decisions +# as whether or not to use the groff package. When DEFAULT is not specified, +# --with-groff assumes 'auto'. +# +# Interface to module: +# HAVE_GROFF: used in makefiles to conditionally generate documentation +# HAVE_GROFF_MM: the memorandum macros (-mm) package +# HAVE_GROFF_MS: the -ms macros package +# GROFF: returns the path of the groff program found +# returns the path set by the user in the environment +# --with-groff: 'yes' user instructs the module to use groff +# 'no' user instructs the module not to use groff +# +# Added in version 1.9.0: +# HAVE_GROFF_HTML: groff has dependencies to output HTML format: +# pnmcut pnmcrop pnmtopng pnmtops from the netpbm package. +# psselect from the psutils package. +# the ghostcript package. Refer to the grohtml man pages +# +# If the user sets the value of GROFF, AC_PATH_PROG skips testing the path. +# +# OS and distros often splits groff in a basic and full package, the former +# having the groff program and the later having devices, fonts and macros +# Checking for the groff executable is not enough. +# +# If macros are missing, we cannot assume that groff is useless, so we don't +# unset HAVE_GROFF or GROFF env variables. +# HAVE_GROFF_?? can never be true while HAVE_GROFF is false. +# +AC_DEFUN([XORG_WITH_GROFF],[ +AC_ARG_VAR([GROFF], [Path to groff command]) +m4_define([_defopt], m4_default([$1], [auto])) +AC_ARG_WITH(groff, + AS_HELP_STRING([--with-groff], + [Use groff to regenerate documentation (default: ]_defopt[)]), + [use_groff=$withval], [use_groff=]_defopt) +m4_undefine([_defopt]) + +if test "x$use_groff" = x"auto"; then + AC_PATH_PROG([GROFF], [groff]) + if test "x$GROFF" = "x"; then + AC_MSG_WARN([groff not found - documentation targets will be skipped]) + have_groff=no + else + have_groff=yes + fi +elif test "x$use_groff" = x"yes" ; then + AC_PATH_PROG([GROFF], [groff]) + if test "x$GROFF" = "x"; then + AC_MSG_ERROR([--with-groff=yes specified but groff not found in PATH]) + fi + have_groff=yes +elif test "x$use_groff" = x"no" ; then + if test "x$GROFF" != "x"; then + AC_MSG_WARN([ignoring GROFF environment variable since --with-groff=no was specified]) + fi + have_groff=no +else + AC_MSG_ERROR([--with-groff expects 'yes' or 'no']) +fi + +# We have groff, test for the presence of the macro packages +if test "x$have_groff" = x"yes"; then + AC_MSG_CHECKING([for ${GROFF} -ms macros]) + if ${GROFF} -ms -I. /dev/null >/dev/null 2>&1 ; then + groff_ms_works=yes else - continue + groff_ms_works=no fi - # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running 'make'. - DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` - test -z "$DEPDIR" && continue - am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "$am__include" && continue - am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # Find all dependency output files, they are included files with - # $(DEPDIR) in their names. We invoke sed twice because it is the - # simplest approach to changing $(DEPDIR) to its actual value in the - # expansion. - for file in `sed -n " - s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do - # Make sure the directory exists. - test -f "$dirpart/$file" && continue - fdir=`AS_DIRNAME(["$file"])` - AS_MKDIR_P([$dirpart/$fdir]) - # echo "creating $dirpart/$file" - echo '# dummy' > "$dirpart/$file" - done - done -} -])# _AM_OUTPUT_DEPENDENCY_COMMANDS + AC_MSG_RESULT([$groff_ms_works]) + AC_MSG_CHECKING([for ${GROFF} -mm macros]) + if ${GROFF} -mm -I. /dev/null >/dev/null 2>&1 ; then + groff_mm_works=yes + else + groff_mm_works=no + fi + AC_MSG_RESULT([$groff_mm_works]) +fi + +# We have groff, test for HTML dependencies, one command per package +if test "x$have_groff" = x"yes"; then + AC_PATH_PROGS(GS_PATH, [gs gswin32c]) + AC_PATH_PROG(PNMTOPNG_PATH, [pnmtopng]) + AC_PATH_PROG(PSSELECT_PATH, [psselect]) + if test "x$GS_PATH" != "x" -a "x$PNMTOPNG_PATH" != "x" -a "x$PSSELECT_PATH" != "x"; then + have_groff_html=yes + else + have_groff_html=no + AC_MSG_WARN([grohtml dependencies not found - HTML Documentation skipped. Refer to grohtml man pages]) + fi +fi +# Set Automake conditionals for Makefiles +AM_CONDITIONAL([HAVE_GROFF], [test "$have_groff" = yes]) +AM_CONDITIONAL([HAVE_GROFF_MS], [test "$groff_ms_works" = yes]) +AM_CONDITIONAL([HAVE_GROFF_MM], [test "$groff_mm_works" = yes]) +AM_CONDITIONAL([HAVE_GROFF_HTML], [test "$have_groff_html" = yes]) +]) # XORG_WITH_GROFF -# AM_OUTPUT_DEPENDENCY_COMMANDS -# ----------------------------- -# This macro should only be invoked once -- use via AC_REQUIRE. +# XORG_WITH_FOP([MIN-VERSION], [DEFAULT]) +# --------------------------------------- +# Minimum version: 1.6.0 +# Minimum version for optional DEFAULT argument: 1.11.0 +# Minimum version for optional MIN-VERSION argument: 1.15.0 # -# This code is only required when automatic dependency tracking -# is enabled. FIXME. This creates each '.P' file that we will -# need in order to bootstrap the dependency handling code. -AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], -[AC_CONFIG_COMMANDS([depfiles], - [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], - [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) -]) +# Documentation tools are not always available on all platforms and sometimes +# not at the appropriate level. This macro enables a module to test for the +# presence of the tool and obtain it's path in separate variables. Coupled with +# the --with-fop option, it allows maximum flexibilty in making decisions +# as whether or not to use the fop package. When DEFAULT is not specified, +# --with-fop assumes 'auto'. +# +# Interface to module: +# HAVE_FOP: used in makefiles to conditionally generate documentation +# FOP: returns the path of the fop program found +# returns the path set by the user in the environment +# --with-fop: 'yes' user instructs the module to use fop +# 'no' user instructs the module not to use fop +# +# If the user sets the value of FOP, AC_PATH_PROG skips testing the path. +# +AC_DEFUN([XORG_WITH_FOP],[ +AC_ARG_VAR([FOP], [Path to fop command]) +m4_define([_defopt], m4_default([$2], [auto])) +AC_ARG_WITH(fop, + AS_HELP_STRING([--with-fop], + [Use fop to regenerate documentation (default: ]_defopt[)]), + [use_fop=$withval], [use_fop=]_defopt) +m4_undefine([_defopt]) -# Do all the work for Automake. -*- Autoconf -*- +if test "x$use_fop" = x"auto"; then + AC_PATH_PROG([FOP], [fop]) + if test "x$FOP" = "x"; then + AC_MSG_WARN([fop not found - documentation targets will be skipped]) + have_fop=no + else + have_fop=yes + fi +elif test "x$use_fop" = x"yes" ; then + AC_PATH_PROG([FOP], [fop]) + if test "x$FOP" = "x"; then + AC_MSG_ERROR([--with-fop=yes specified but fop not found in PATH]) + fi + have_fop=yes +elif test "x$use_fop" = x"no" ; then + if test "x$FOP" != "x"; then + AC_MSG_WARN([ignoring FOP environment variable since --with-fop=no was specified]) + fi + have_fop=no +else + AC_MSG_ERROR([--with-fop expects 'yes' or 'no']) +fi -# Copyright (C) 1996-2013 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. +# Test for a minimum version of fop, if provided. +m4_ifval([$1], +[if test "$have_fop" = yes; then + # scrape the fop version + AC_MSG_CHECKING([for fop minimum version]) + fop_version=`$FOP -version 2>/dev/null | cut -d' ' -f3` + AC_MSG_RESULT([$fop_version]) + AS_VERSION_COMPARE([$fop_version], [$1], + [if test "x$use_fop" = xauto; then + AC_MSG_WARN([fop version $fop_version found, but $1 needed]) + have_fop=no + else + AC_MSG_ERROR([fop version $fop_version found, but $1 needed]) + fi]) +fi]) +AM_CONDITIONAL([HAVE_FOP], [test "$have_fop" = yes]) +]) # XORG_WITH_FOP -# This macro actually does too much. Some checks are only needed if -# your package does certain things. But this isn't really a big deal. +# XORG_WITH_M4([MIN-VERSION]) +# --------------------------- +# Minimum version: 1.19.0 +# +# This macro attempts to locate an m4 macro processor which supports +# -I option and is only useful for modules relying on M4 in order to +# expand macros in source code files. +# +# Interface to module: +# M4: returns the path of the m4 program found +# returns the path set by the user in the environment +# +AC_DEFUN([XORG_WITH_M4], [ +AC_CACHE_CHECK([for m4 that supports -I option], [ac_cv_path_M4], + [AC_PATH_PROGS_FEATURE_CHECK([M4], [m4 gm4], + [[$ac_path_M4 -I. /dev/null > /dev/null 2>&1 && \ + ac_cv_path_M4=$ac_path_M4 ac_path_M4_found=:]], + [AC_MSG_ERROR([could not find m4 that supports -I option])], + [$PATH:/usr/gnu/bin])]) -dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. -m4_define([AC_PROG_CC], -m4_defn([AC_PROG_CC]) -[_AM_PROG_CC_C_O -]) +AC_SUBST([M4], [$ac_cv_path_M4]) +]) # XORG_WITH_M4 -# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) -# AM_INIT_AUTOMAKE([OPTIONS]) -# ----------------------------------------------- -# The call with PACKAGE and VERSION arguments is the old style -# call (pre autoconf-2.50), which is being phased out. PACKAGE -# and VERSION should now be passed to AC_INIT and removed from -# the call to AM_INIT_AUTOMAKE. -# We support both call styles for the transition. After -# the next Automake release, Autoconf can make the AC_INIT -# arguments mandatory, and then we can depend on a new Autoconf -# release and drop the old call support. -AC_DEFUN([AM_INIT_AUTOMAKE], -[AC_PREREQ([2.65])dnl -dnl Autoconf wants to disallow AM_ names. We explicitly allow -dnl the ones we care about. -m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl -AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl -AC_REQUIRE([AC_PROG_INSTALL])dnl -if test "`cd $srcdir && pwd`" != "`pwd`"; then - # Use -I$(srcdir) only when $(srcdir) != ., so that make's output - # is not polluted with repeated "-I." - AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl - # test to see if srcdir already configured - if test -f $srcdir/config.status; then - AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) +# XORG_WITH_PS2PDF([DEFAULT]) +# ---------------- +# Minimum version: 1.6.0 +# Minimum version for optional DEFAULT argument: 1.11.0 +# +# Documentation tools are not always available on all platforms and sometimes +# not at the appropriate level. This macro enables a module to test for the +# presence of the tool and obtain it's path in separate variables. Coupled with +# the --with-ps2pdf option, it allows maximum flexibilty in making decisions +# as whether or not to use the ps2pdf package. When DEFAULT is not specified, +# --with-ps2pdf assumes 'auto'. +# +# Interface to module: +# HAVE_PS2PDF: used in makefiles to conditionally generate documentation +# PS2PDF: returns the path of the ps2pdf program found +# returns the path set by the user in the environment +# --with-ps2pdf: 'yes' user instructs the module to use ps2pdf +# 'no' user instructs the module not to use ps2pdf +# +# If the user sets the value of PS2PDF, AC_PATH_PROG skips testing the path. +# +AC_DEFUN([XORG_WITH_PS2PDF],[ +AC_ARG_VAR([PS2PDF], [Path to ps2pdf command]) +m4_define([_defopt], m4_default([$1], [auto])) +AC_ARG_WITH(ps2pdf, + AS_HELP_STRING([--with-ps2pdf], + [Use ps2pdf to regenerate documentation (default: ]_defopt[)]), + [use_ps2pdf=$withval], [use_ps2pdf=]_defopt) +m4_undefine([_defopt]) + +if test "x$use_ps2pdf" = x"auto"; then + AC_PATH_PROG([PS2PDF], [ps2pdf]) + if test "x$PS2PDF" = "x"; then + AC_MSG_WARN([ps2pdf not found - documentation targets will be skipped]) + have_ps2pdf=no + else + have_ps2pdf=yes + fi +elif test "x$use_ps2pdf" = x"yes" ; then + AC_PATH_PROG([PS2PDF], [ps2pdf]) + if test "x$PS2PDF" = "x"; then + AC_MSG_ERROR([--with-ps2pdf=yes specified but ps2pdf not found in PATH]) + fi + have_ps2pdf=yes +elif test "x$use_ps2pdf" = x"no" ; then + if test "x$PS2PDF" != "x"; then + AC_MSG_WARN([ignoring PS2PDF environment variable since --with-ps2pdf=no was specified]) + fi + have_ps2pdf=no +else + AC_MSG_ERROR([--with-ps2pdf expects 'yes' or 'no']) +fi +AM_CONDITIONAL([HAVE_PS2PDF], [test "$have_ps2pdf" = yes]) +]) # XORG_WITH_PS2PDF + +# XORG_ENABLE_DOCS (enable_docs=yes) +# ---------------- +# Minimum version: 1.6.0 +# +# Documentation tools are not always available on all platforms and sometimes +# not at the appropriate level. This macro enables a builder to skip all +# documentation targets except traditional man pages. +# Combined with the specific tool checking macros XORG_WITH_*, it provides +# maximum flexibilty in controlling documentation building. +# Refer to: +# XORG_WITH_XMLTO --with-xmlto +# XORG_WITH_ASCIIDOC --with-asciidoc +# XORG_WITH_DOXYGEN --with-doxygen +# XORG_WITH_FOP --with-fop +# XORG_WITH_GROFF --with-groff +# XORG_WITH_PS2PDF --with-ps2pdf +# +# Interface to module: +# ENABLE_DOCS: used in makefiles to conditionally generate documentation +# --enable-docs: 'yes' user instructs the module to generate docs +# 'no' user instructs the module not to generate docs +# parm1: specify the default value, yes or no. +# +AC_DEFUN([XORG_ENABLE_DOCS],[ +m4_define([docs_default], m4_default([$1], [yes])) +AC_ARG_ENABLE(docs, + AS_HELP_STRING([--enable-docs], + [Enable building the documentation (default: ]docs_default[)]), + [build_docs=$enableval], [build_docs=]docs_default) +m4_undefine([docs_default]) +AM_CONDITIONAL(ENABLE_DOCS, [test x$build_docs = xyes]) +AC_MSG_CHECKING([whether to build documentation]) +AC_MSG_RESULT([$build_docs]) +]) # XORG_ENABLE_DOCS + +# XORG_ENABLE_DEVEL_DOCS (enable_devel_docs=yes) +# ---------------- +# Minimum version: 1.6.0 +# +# This macro enables a builder to skip all developer documentation. +# Combined with the specific tool checking macros XORG_WITH_*, it provides +# maximum flexibilty in controlling documentation building. +# Refer to: +# XORG_WITH_XMLTO --with-xmlto +# XORG_WITH_ASCIIDOC --with-asciidoc +# XORG_WITH_DOXYGEN --with-doxygen +# XORG_WITH_FOP --with-fop +# XORG_WITH_GROFF --with-groff +# XORG_WITH_PS2PDF --with-ps2pdf +# +# Interface to module: +# ENABLE_DEVEL_DOCS: used in makefiles to conditionally generate developer docs +# --enable-devel-docs: 'yes' user instructs the module to generate developer docs +# 'no' user instructs the module not to generate developer docs +# parm1: specify the default value, yes or no. +# +AC_DEFUN([XORG_ENABLE_DEVEL_DOCS],[ +m4_define([devel_default], m4_default([$1], [yes])) +AC_ARG_ENABLE(devel-docs, + AS_HELP_STRING([--enable-devel-docs], + [Enable building the developer documentation (default: ]devel_default[)]), + [build_devel_docs=$enableval], [build_devel_docs=]devel_default) +m4_undefine([devel_default]) +AM_CONDITIONAL(ENABLE_DEVEL_DOCS, [test x$build_devel_docs = xyes]) +AC_MSG_CHECKING([whether to build developer documentation]) +AC_MSG_RESULT([$build_devel_docs]) +]) # XORG_ENABLE_DEVEL_DOCS + +# XORG_ENABLE_SPECS (enable_specs=yes) +# ---------------- +# Minimum version: 1.6.0 +# +# This macro enables a builder to skip all functional specification targets. +# Combined with the specific tool checking macros XORG_WITH_*, it provides +# maximum flexibilty in controlling documentation building. +# Refer to: +# XORG_WITH_XMLTO --with-xmlto +# XORG_WITH_ASCIIDOC --with-asciidoc +# XORG_WITH_DOXYGEN --with-doxygen +# XORG_WITH_FOP --with-fop +# XORG_WITH_GROFF --with-groff +# XORG_WITH_PS2PDF --with-ps2pdf +# +# Interface to module: +# ENABLE_SPECS: used in makefiles to conditionally generate specs +# --enable-specs: 'yes' user instructs the module to generate specs +# 'no' user instructs the module not to generate specs +# parm1: specify the default value, yes or no. +# +AC_DEFUN([XORG_ENABLE_SPECS],[ +m4_define([spec_default], m4_default([$1], [yes])) +AC_ARG_ENABLE(specs, + AS_HELP_STRING([--enable-specs], + [Enable building the specs (default: ]spec_default[)]), + [build_specs=$enableval], [build_specs=]spec_default) +m4_undefine([spec_default]) +AM_CONDITIONAL(ENABLE_SPECS, [test x$build_specs = xyes]) +AC_MSG_CHECKING([whether to build functional specifications]) +AC_MSG_RESULT([$build_specs]) +]) # XORG_ENABLE_SPECS + +# XORG_ENABLE_UNIT_TESTS (enable_unit_tests=auto) +# ---------------------------------------------- +# Minimum version: 1.13.0 +# +# This macro enables a builder to enable/disable unit testing +# It makes no assumption about the test cases implementation +# Test cases may or may not use Automake "Support for test suites" +# They may or may not use the software utility library GLib +# +# When used in conjunction with XORG_WITH_GLIB, use both AM_CONDITIONAL +# ENABLE_UNIT_TESTS and HAVE_GLIB. Not all unit tests may use glib. +# The variable enable_unit_tests is used by other macros in this file. +# +# Interface to module: +# ENABLE_UNIT_TESTS: used in makefiles to conditionally build tests +# enable_unit_tests: used in configure.ac for additional configuration +# --enable-unit-tests: 'yes' user instructs the module to build tests +# 'no' user instructs the module not to build tests +# parm1: specify the default value, yes or no. +# +AC_DEFUN([XORG_ENABLE_UNIT_TESTS],[ +AC_BEFORE([$0], [XORG_WITH_GLIB]) +AC_BEFORE([$0], [XORG_LD_WRAP]) +AC_REQUIRE([XORG_MEMORY_CHECK_FLAGS]) +m4_define([_defopt], m4_default([$1], [auto])) +AC_ARG_ENABLE(unit-tests, AS_HELP_STRING([--enable-unit-tests], + [Enable building unit test cases (default: ]_defopt[)]), + [enable_unit_tests=$enableval], [enable_unit_tests=]_defopt) +m4_undefine([_defopt]) +AM_CONDITIONAL(ENABLE_UNIT_TESTS, [test "x$enable_unit_tests" != xno]) +AC_MSG_CHECKING([whether to build unit test cases]) +AC_MSG_RESULT([$enable_unit_tests]) +]) # XORG_ENABLE_UNIT_TESTS + +# XORG_ENABLE_INTEGRATION_TESTS (enable_unit_tests=auto) +# ------------------------------------------------------ +# Minimum version: 1.17.0 +# +# This macro enables a builder to enable/disable integration testing +# It makes no assumption about the test cases' implementation +# Test cases may or may not use Automake "Support for test suites" +# +# Please see XORG_ENABLE_UNIT_TESTS for unit test support. Unit test support +# usually requires less dependencies and may be built and run under less +# stringent environments than integration tests. +# +# Interface to module: +# ENABLE_INTEGRATION_TESTS: used in makefiles to conditionally build tests +# enable_integration_tests: used in configure.ac for additional configuration +# --enable-integration-tests: 'yes' user instructs the module to build tests +# 'no' user instructs the module not to build tests +# parm1: specify the default value, yes or no. +# +AC_DEFUN([XORG_ENABLE_INTEGRATION_TESTS],[ +AC_REQUIRE([XORG_MEMORY_CHECK_FLAGS]) +m4_define([_defopt], m4_default([$1], [auto])) +AC_ARG_ENABLE(integration-tests, AS_HELP_STRING([--enable-integration-tests], + [Enable building integration test cases (default: ]_defopt[)]), + [enable_integration_tests=$enableval], + [enable_integration_tests=]_defopt) +m4_undefine([_defopt]) +AM_CONDITIONAL([ENABLE_INTEGRATION_TESTS], + [test "x$enable_integration_tests" != xno]) +AC_MSG_CHECKING([whether to build unit test cases]) +AC_MSG_RESULT([$enable_integration_tests]) +]) # XORG_ENABLE_INTEGRATION_TESTS + +# XORG_WITH_GLIB([MIN-VERSION], [DEFAULT]) +# ---------------------------------------- +# Minimum version: 1.13.0 +# +# GLib is a library which provides advanced data structures and functions. +# This macro enables a module to test for the presence of Glib. +# +# When used with ENABLE_UNIT_TESTS, it is assumed GLib is used for unit testing. +# Otherwise the value of $enable_unit_tests is blank. +# +# Please see XORG_ENABLE_INTEGRATION_TESTS for integration test support. Unit +# test support usually requires less dependencies and may be built and run under +# less stringent environments than integration tests. +# +# Interface to module: +# HAVE_GLIB: used in makefiles to conditionally build targets +# with_glib: used in configure.ac to know if GLib has been found +# --with-glib: 'yes' user instructs the module to use glib +# 'no' user instructs the module not to use glib +# +AC_DEFUN([XORG_WITH_GLIB],[ +AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +m4_define([_defopt], m4_default([$2], [auto])) +AC_ARG_WITH(glib, AS_HELP_STRING([--with-glib], + [Use GLib library for unit testing (default: ]_defopt[)]), + [with_glib=$withval], [with_glib=]_defopt) +m4_undefine([_defopt]) + +have_glib=no +# Do not probe GLib if user explicitly disabled unit testing +if test "x$enable_unit_tests" != x"no"; then + # Do not probe GLib if user explicitly disabled it + if test "x$with_glib" != x"no"; then + m4_ifval( + [$1], + [PKG_CHECK_MODULES([GLIB], [glib-2.0 >= $1], [have_glib=yes], [have_glib=no])], + [PKG_CHECK_MODULES([GLIB], [glib-2.0], [have_glib=yes], [have_glib=no])] + ) fi fi -# test whether we have cygpath -if test -z "$CYGPATH_W"; then - if (cygpath --version) >/dev/null 2>/dev/null; then - CYGPATH_W='cygpath -w' - else - CYGPATH_W=echo +# Not having GLib when unit testing has been explicitly requested is an error +if test "x$enable_unit_tests" = x"yes"; then + if test "x$have_glib" = x"no"; then + AC_MSG_ERROR([--enable-unit-tests=yes specified but glib-2.0 not found]) fi fi -AC_SUBST([CYGPATH_W]) - -# Define the identity of the package. -dnl Distinguish between old-style and new-style calls. -m4_ifval([$2], -[AC_DIAGNOSE([obsolete], - [$0: two- and three-arguments forms are deprecated.]) -m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl - AC_SUBST([PACKAGE], [$1])dnl - AC_SUBST([VERSION], [$2])], -[_AM_SET_OPTIONS([$1])dnl -dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. -m4_if( - m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), - [ok:ok],, - [m4_fatal([AC_INIT should be called with package and version arguments])])dnl - AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl - AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl - -_AM_IF_OPTION([no-define],, -[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) - AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl - -# Some tools Automake needs. -AC_REQUIRE([AM_SANITY_CHECK])dnl -AC_REQUIRE([AC_ARG_PROGRAM])dnl -AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) -AM_MISSING_PROG([AUTOCONF], [autoconf]) -AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) -AM_MISSING_PROG([AUTOHEADER], [autoheader]) -AM_MISSING_PROG([MAKEINFO], [makeinfo]) -AC_REQUIRE([AM_PROG_INSTALL_SH])dnl -AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl -AC_REQUIRE([AC_PROG_MKDIR_P])dnl -# For better backward compatibility. To be removed once Automake 1.9.x -# dies out for good. For more background, see: -# -# -AC_SUBST([mkdir_p], ['$(MKDIR_P)']) -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. -AC_REQUIRE([AC_PROG_AWK])dnl -AC_REQUIRE([AC_PROG_MAKE_SET])dnl -AC_REQUIRE([AM_SET_LEADING_DOT])dnl -_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], - [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], - [_AM_PROG_TAR([v7])])]) -_AM_IF_OPTION([no-dependencies],, -[AC_PROVIDE_IFELSE([AC_PROG_CC], - [_AM_DEPENDENCIES([CC])], - [m4_define([AC_PROG_CC], - m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl -AC_PROVIDE_IFELSE([AC_PROG_CXX], - [_AM_DEPENDENCIES([CXX])], - [m4_define([AC_PROG_CXX], - m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl -AC_PROVIDE_IFELSE([AC_PROG_OBJC], - [_AM_DEPENDENCIES([OBJC])], - [m4_define([AC_PROG_OBJC], - m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl -AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], - [_AM_DEPENDENCIES([OBJCXX])], - [m4_define([AC_PROG_OBJCXX], - m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl -]) -AC_REQUIRE([AM_SILENT_RULES])dnl -dnl The testsuite driver may need to know about EXEEXT, so add the -dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This -dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. -AC_CONFIG_COMMANDS_PRE(dnl -[m4_provide_if([_AM_COMPILER_EXEEXT], - [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl - -# POSIX will say in a future version that running "rm -f" with no argument -# is OK; and we want to be able to make that assumption in our Makefile -# recipes. So use an aggressive probe to check that the usage we want is -# actually supported "in the wild" to an acceptable degree. -# See automake bug#10828. -# To make any issue more visible, cause the running configure to be aborted -# by default if the 'rm' program in use doesn't match our expectations; the -# user can still override this though. -if rm -f && rm -fr && rm -rf; then : OK; else - cat >&2 <<'END' -Oops! - -Your 'rm' program seems unable to run without file operands specified -on the command line, even when the '-f' option is present. This is contrary -to the behaviour of most rm programs out there, and not conforming with -the upcoming POSIX standard: - -Please tell bug-automake@gnu.org about your system, including the value -of your $PATH and any error possibly output before this message. This -can help us improve future automake versions. - -END - if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then - echo 'Configuration will proceed anyway, since you have set the' >&2 - echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 - echo >&2 - else - cat >&2 <<'END' -Aborting the configuration process, to ensure you take notice of the issue. - -You can download and install GNU coreutils to get an 'rm' implementation -that behaves properly: . -If you want to complete the configuration process using your problematic -'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM -to "yes", and re-run configure. +# Having unit testing disabled when GLib has been explicitly requested is an error +if test "x$enable_unit_tests" = x"no"; then + if test "x$with_glib" = x"yes"; then + AC_MSG_ERROR([--enable-unit-tests=yes specified but glib-2.0 not found]) + fi +fi -END - AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) +# Not having GLib when it has been explicitly requested is an error +if test "x$with_glib" = x"yes"; then + if test "x$have_glib" = x"no"; then + AC_MSG_ERROR([--with-glib=yes specified but glib-2.0 not found]) fi fi -]) -dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not -dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further -dnl mangled by Autoconf and run in a shell conditional statement. -m4_define([_AC_COMPILER_EXEEXT], -m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) +AM_CONDITIONAL([HAVE_GLIB], [test "$have_glib" = yes]) +]) # XORG_WITH_GLIB -# When config.status generates a header, we must update the stamp-h file. -# This file resides in the same directory as the config header -# that is generated. The stamp files are numbered to have different names. +# XORG_LD_WRAP([required|optional]) +# --------------------------------- +# Minimum version: 1.13.0 +# +# Check if linker supports -wrap, passed via compiler flags +# +# When used with ENABLE_UNIT_TESTS, it is assumed -wrap is used for unit testing. +# Otherwise the value of $enable_unit_tests is blank. +# +# Argument added in 1.16.0 - default is "required", to match existing behavior +# of returning an error if enable_unit_tests is yes, and ld -wrap is not +# available, an argument of "optional" allows use when some unit tests require +# ld -wrap and others do not. +# +AC_DEFUN([XORG_LD_WRAP],[ +XORG_CHECK_LINKER_FLAGS([-Wl,-wrap,exit],[have_ld_wrap=yes],[have_ld_wrap=no], + [AC_LANG_PROGRAM([#include + void __wrap_exit(int status) { return; }], + [exit(0);])]) +# Not having ld wrap when unit testing has been explicitly requested is an error +if test "x$enable_unit_tests" = x"yes" -a "x$1" != "xoptional"; then + if test "x$have_ld_wrap" = x"no"; then + AC_MSG_ERROR([--enable-unit-tests=yes specified but ld -wrap support is not available]) + fi +fi +AM_CONDITIONAL([HAVE_LD_WRAP], [test "$have_ld_wrap" = yes]) +# +]) # XORG_LD_WRAP -# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the -# loop where config.status creates the headers, so we can generate -# our stamp files there. -AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], -[# Compute $1's index in $config_headers. -_am_arg=$1 -_am_stamp_count=1 -for _am_header in $config_headers :; do - case $_am_header in - $_am_arg | $_am_arg:* ) - break ;; - * ) - _am_stamp_count=`expr $_am_stamp_count + 1` ;; - esac -done -echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) +# XORG_CHECK_LINKER_FLAGS +# ----------------------- +# SYNOPSIS +# +# XORG_CHECK_LINKER_FLAGS(FLAGS, [ACTION-SUCCESS], [ACTION-FAILURE], [PROGRAM-SOURCE]) +# +# DESCRIPTION +# +# Check whether the given linker FLAGS work with the current language's +# linker, or whether they give an error. +# +# ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on +# success/failure. +# +# PROGRAM-SOURCE is the program source to link with, if needed +# +# NOTE: Based on AX_CHECK_COMPILER_FLAGS. +# +# LICENSE +# +# Copyright (c) 2009 Mike Frysinger +# Copyright (c) 2009 Steven G. Johnson +# Copyright (c) 2009 Matteo Frigo +# +# 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 3 of the License, or (at your +# option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General +# Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program. If not, see . +# +# As a special exception, the respective Autoconf Macro's copyright owner +# gives unlimited permission to copy, distribute and modify the configure +# scripts that are the output of Autoconf when processing the Macro. You +# need not follow the terms of the GNU General Public License when using +# or distributing such scripts, even though portions of the text of the +# Macro appear in them. The GNU General Public License (GPL) does govern +# all other use of the material that constitutes the Autoconf Macro. +# +# This special exception to the GPL applies to versions of the Autoconf +# Macro released by the Autoconf Archive. When you make and distribute a +# modified version of the Autoconf Macro, you may extend this special +# exception to the GPL to apply to your modified version as well.# +AC_DEFUN([XORG_CHECK_LINKER_FLAGS], +[AC_MSG_CHECKING([whether the linker accepts $1]) +dnl Some hackery here since AC_CACHE_VAL can't handle a non-literal varname: +AS_LITERAL_IF([$1], + [AC_CACHE_VAL(AS_TR_SH(xorg_cv_linker_flags_[$1]), [ + ax_save_FLAGS=$LDFLAGS + LDFLAGS="$1" + AC_LINK_IFELSE([m4_default([$4],[AC_LANG_PROGRAM()])], + AS_TR_SH(xorg_cv_linker_flags_[$1])=yes, + AS_TR_SH(xorg_cv_linker_flags_[$1])=no) + LDFLAGS=$ax_save_FLAGS])], + [ax_save_FLAGS=$LDFLAGS + LDFLAGS="$1" + AC_LINK_IFELSE([AC_LANG_PROGRAM()], + eval AS_TR_SH(xorg_cv_linker_flags_[$1])=yes, + eval AS_TR_SH(xorg_cv_linker_flags_[$1])=no) + LDFLAGS=$ax_save_FLAGS]) +eval xorg_check_linker_flags=$AS_TR_SH(xorg_cv_linker_flags_[$1]) +AC_MSG_RESULT($xorg_check_linker_flags) +if test "x$xorg_check_linker_flags" = xyes; then + m4_default([$2], :) +else + m4_default([$3], :) +fi +]) # XORG_CHECK_LINKER_FLAGS -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# XORG_MEMORY_CHECK_FLAGS +# ----------------------- +# Minimum version: 1.16.0 # -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. +# This macro attempts to find appropriate memory checking functionality +# for various platforms which unit testing code may use to catch various +# forms of memory allocation and access errors in testing. +# +# Interface to module: +# XORG_MALLOC_DEBUG_ENV - environment variables to set to enable debugging +# Usually added to TESTS_ENVIRONMENT in Makefile.am +# +# If the user sets the value of XORG_MALLOC_DEBUG_ENV, it is used verbatim. +# +AC_DEFUN([XORG_MEMORY_CHECK_FLAGS],[ -# AM_PROG_INSTALL_SH -# ------------------ -# Define $install_sh. -AC_DEFUN([AM_PROG_INSTALL_SH], -[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -if test x"${install_sh}" != xset; then - case $am_aux_dir in - *\ * | *\ *) - install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; - *) - install_sh="\${SHELL} $am_aux_dir/install-sh" - esac -fi -AC_SUBST([install_sh])]) +AC_REQUIRE([AC_CANONICAL_HOST]) +AC_ARG_VAR([XORG_MALLOC_DEBUG_ENV], + [Environment variables to enable memory checking in tests]) -# Copyright (C) 2003-2013 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. +# Check for different types of support on different platforms +case $host_os in + solaris*) + AC_CHECK_LIB([umem], [umem_alloc], + [malloc_debug_env='LD_PRELOAD=libumem.so UMEM_DEBUG=default']) + ;; + *-gnu*) # GNU libc - Value is used as a single byte bit pattern, + # both directly and inverted, so should not be 0 or 255. + malloc_debug_env='MALLOC_PERTURB_=15' + ;; + darwin*) + malloc_debug_env='MallocPreScribble=1 MallocScribble=1 DYLD_INSERT_LIBRARIES=/usr/lib/libgmalloc.dylib' + ;; + *bsd*) + malloc_debug_env='MallocPreScribble=1 MallocScribble=1' + ;; +esac -# Check whether the underlying file-system supports filenames -# with a leading dot. For instance MS-DOS doesn't. -AC_DEFUN([AM_SET_LEADING_DOT], -[rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ +# User supplied flags override default flags +if test "x$XORG_MALLOC_DEBUG_ENV" != "x"; then + malloc_debug_env="$XORG_MALLOC_DEBUG_ENV" fi -rmdir .tst 2>/dev/null -AC_SUBST([am__leading_dot])]) -# Check to see how 'make' treats includes. -*- Autoconf -*- +AC_SUBST([XORG_MALLOC_DEBUG_ENV],[$malloc_debug_env]) +]) # XORG_WITH_LINT -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# XORG_CHECK_MALLOC_ZERO +# ---------------------- +# Minimum version: 1.0.0 # -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. +# Defines {MALLOC,XMALLOC,XTMALLOC}_ZERO_CFLAGS appropriately if +# malloc(0) returns NULL. Packages should add one of these cflags to +# their AM_CFLAGS (or other appropriate *_CFLAGS) to use them. +AC_DEFUN([XORG_CHECK_MALLOC_ZERO],[ +AC_ARG_ENABLE(malloc0returnsnull, + AS_HELP_STRING([--enable-malloc0returnsnull], + [malloc(0) returns NULL (default: auto)]), + [MALLOC_ZERO_RETURNS_NULL=$enableval], + [MALLOC_ZERO_RETURNS_NULL=auto]) -# AM_MAKE_INCLUDE() -# ----------------- -# Check to see how make treats includes. -AC_DEFUN([AM_MAKE_INCLUDE], -[am_make=${MAKE-make} -cat > confinc << 'END' -am__doit: - @echo this is the am__doit target -.PHONY: am__doit -END -# If we don't find an include directive, just comment out the code. -AC_MSG_CHECKING([for style of include used by $am_make]) -am__include="#" -am__quote= -_am_result=none -# First try GNU make style include. -echo "include confinc" > confmf -# Ignore all kinds of additional output from 'make'. -case `$am_make -s -f confmf 2> /dev/null` in #( -*the\ am__doit\ target*) - am__include=include - am__quote= - _am_result=GNU - ;; -esac -# Now try BSD make style include. -if test "$am__include" = "#"; then - echo '.include "confinc"' > confmf - case `$am_make -s -f confmf 2> /dev/null` in #( - *the\ am__doit\ target*) - am__include=.include - am__quote="\"" - _am_result=BSD - ;; - esac +AC_MSG_CHECKING([whether malloc(0) returns NULL]) +if test "x$MALLOC_ZERO_RETURNS_NULL" = xauto; then +AC_CACHE_VAL([xorg_cv_malloc0_returns_null], + [AC_RUN_IFELSE([AC_LANG_PROGRAM([ +#include +],[ + char *m0, *r0, *c0, *p; + m0 = malloc(0); + p = malloc(10); + r0 = realloc(p,0); + c0 = calloc(0,10); + exit((m0 == 0 || r0 == 0 || c0 == 0) ? 0 : 1); +])], + [xorg_cv_malloc0_returns_null=yes], + [xorg_cv_malloc0_returns_null=no])]) +MALLOC_ZERO_RETURNS_NULL=$xorg_cv_malloc0_returns_null fi -AC_SUBST([am__include]) -AC_SUBST([am__quote]) -AC_MSG_RESULT([$_am_result]) -rm -f confinc confmf -]) +AC_MSG_RESULT([$MALLOC_ZERO_RETURNS_NULL]) -# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- +if test "x$MALLOC_ZERO_RETURNS_NULL" = xyes; then + MALLOC_ZERO_CFLAGS="-DMALLOC_0_RETURNS_NULL" + XMALLOC_ZERO_CFLAGS=$MALLOC_ZERO_CFLAGS + XTMALLOC_ZERO_CFLAGS="$MALLOC_ZERO_CFLAGS -DXTMALLOC_BC" +else + MALLOC_ZERO_CFLAGS="" + XMALLOC_ZERO_CFLAGS="" + XTMALLOC_ZERO_CFLAGS="" +fi -# Copyright (C) 1997-2013 Free Software Foundation, Inc. +AC_SUBST([MALLOC_ZERO_CFLAGS]) +AC_SUBST([XMALLOC_ZERO_CFLAGS]) +AC_SUBST([XTMALLOC_ZERO_CFLAGS]) +]) # XORG_CHECK_MALLOC_ZERO + +# XORG_WITH_LINT() +# ---------------- +# Minimum version: 1.1.0 # -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. +# This macro enables the use of a tool that flags some suspicious and +# non-portable constructs (likely to be bugs) in C language source code. +# It will attempt to locate the tool and use appropriate options. +# There are various lint type tools on different platforms. +# +# Interface to module: +# LINT: returns the path to the tool found on the platform +# or the value set to LINT on the configure cmd line +# also an Automake conditional +# LINT_FLAGS: an Automake variable with appropriate flags +# +# --with-lint: 'yes' user instructs the module to use lint +# 'no' user instructs the module not to use lint (default) +# +# If the user sets the value of LINT, AC_PATH_PROG skips testing the path. +# If the user sets the value of LINT_FLAGS, they are used verbatim. +# +AC_DEFUN([XORG_WITH_LINT],[ -# AM_MISSING_PROG(NAME, PROGRAM) -# ------------------------------ -AC_DEFUN([AM_MISSING_PROG], -[AC_REQUIRE([AM_MISSING_HAS_RUN]) -$1=${$1-"${am_missing_run}$2"} -AC_SUBST($1)]) +AC_ARG_VAR([LINT], [Path to a lint-style command]) +AC_ARG_VAR([LINT_FLAGS], [Flags for the lint-style command]) +AC_ARG_WITH(lint, [AS_HELP_STRING([--with-lint], + [Use a lint-style source code checker (default: disabled)])], + [use_lint=$withval], [use_lint=no]) -# AM_MISSING_HAS_RUN -# ------------------ -# Define MISSING if not defined so far and test if it is modern enough. -# If it is, set am_missing_run to use it, otherwise, to nothing. -AC_DEFUN([AM_MISSING_HAS_RUN], -[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -AC_REQUIRE_AUX_FILE([missing])dnl -if test x"${MISSING+set}" != xset; then - case $am_aux_dir in - *\ * | *\ *) - MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; - *) - MISSING="\${SHELL} $am_aux_dir/missing" ;; - esac -fi -# Use eval to expand $SHELL -if eval "$MISSING --is-lightweight"; then - am_missing_run="$MISSING " -else - am_missing_run= - AC_MSG_WARN(['missing' script is too old or missing]) +# Obtain platform specific info like program name and options +# The lint program on FreeBSD and NetBSD is different from the one on Solaris +case $host_os in + *linux* | *openbsd* | kfreebsd*-gnu | darwin* | cygwin*) + lint_name=splint + lint_options="-badflag" + ;; + *freebsd* | *netbsd*) + lint_name=lint + lint_options="-u -b" + ;; + *solaris*) + lint_name=lint + lint_options="-u -b -h -erroff=E_INDISTING_FROM_TRUNC2" + ;; +esac + +# Test for the presence of the program (either guessed by the code or spelled out by the user) +if test "x$use_lint" = x"yes" ; then + AC_PATH_PROG([LINT], [$lint_name]) + if test "x$LINT" = "x"; then + AC_MSG_ERROR([--with-lint=yes specified but lint-style tool not found in PATH]) + fi +elif test "x$use_lint" = x"no" ; then + if test "x$LINT" != "x"; then + AC_MSG_WARN([ignoring LINT environment variable since --with-lint=no was specified]) + fi +else + AC_MSG_ERROR([--with-lint expects 'yes' or 'no'. Use LINT variable to specify path.]) fi -]) - -# Helper functions for option handling. -*- Autoconf -*- - -# Copyright (C) 2001-2013 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# _AM_MANGLE_OPTION(NAME) -# ----------------------- -AC_DEFUN([_AM_MANGLE_OPTION], -[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) -# _AM_SET_OPTION(NAME) -# -------------------- -# Set option NAME. Presently that only means defining a flag for this option. -AC_DEFUN([_AM_SET_OPTION], -[m4_define(_AM_MANGLE_OPTION([$1]), [1])]) +# User supplied flags override default flags +if test "x$LINT_FLAGS" != "x"; then + lint_options=$LINT_FLAGS +fi -# _AM_SET_OPTIONS(OPTIONS) -# ------------------------ -# OPTIONS is a space-separated list of Automake options. -AC_DEFUN([_AM_SET_OPTIONS], -[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) +AC_SUBST([LINT_FLAGS],[$lint_options]) +AM_CONDITIONAL(LINT, [test "x$LINT" != x]) -# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) -# ------------------------------------------- -# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. -AC_DEFUN([_AM_IF_OPTION], -[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) +]) # XORG_WITH_LINT -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# XORG_LINT_LIBRARY(LIBNAME) +# -------------------------- +# Minimum version: 1.1.0 # -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. +# Sets up flags for building lint libraries for checking programs that call +# functions in the library. +# +# Interface to module: +# LINTLIB - Automake variable with the name of lint library file to make +# MAKE_LINT_LIB - Automake conditional +# +# --enable-lint-library: - 'yes' user instructs the module to created a lint library +# - 'no' user instructs the module not to create a lint library (default) -# _AM_PROG_CC_C_O -# --------------- -# Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC -# to automatically call this. -AC_DEFUN([_AM_PROG_CC_C_O], -[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -AC_REQUIRE_AUX_FILE([compile])dnl -AC_LANG_PUSH([C])dnl -AC_CACHE_CHECK( - [whether $CC understands -c and -o together], - [am_cv_prog_cc_c_o], - [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) - # Make sure it works both with $CC and with simple cc. - # Following AC_PROG_CC_C_O, we do the test twice because some - # compilers refuse to overwrite an existing .o file with -o, - # though they will create one. - am_cv_prog_cc_c_o=yes - for am_i in 1 2; do - if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ - && test -f conftest2.$ac_objext; then - : OK - else - am_cv_prog_cc_c_o=no - break - fi - done - rm -f core conftest* - unset am_i]) -if test "$am_cv_prog_cc_c_o" != yes; then - # Losing compiler, so override with the script. - # FIXME: It is wrong to rewrite CC. - # But if we don't then we get into trouble of one sort or another. - # A longer-term fix would be to have automake use am__CC in this case, - # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" - CC="$am_aux_dir/compile $CC" +AC_DEFUN([XORG_LINT_LIBRARY],[ +AC_REQUIRE([XORG_WITH_LINT]) +AC_ARG_ENABLE(lint-library, [AS_HELP_STRING([--enable-lint-library], + [Create lint library (default: disabled)])], + [make_lint_lib=$enableval], [make_lint_lib=no]) + +if test "x$make_lint_lib" = x"yes" ; then + LINTLIB=llib-l$1.ln + if test "x$LINT" = "x"; then + AC_MSG_ERROR([Cannot make lint library without --with-lint]) + fi +elif test "x$make_lint_lib" != x"no" ; then + AC_MSG_ERROR([--enable-lint-library expects 'yes' or 'no'.]) fi -AC_LANG_POP([C])]) -# For backward compatibility. -AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) +AC_SUBST(LINTLIB) +AM_CONDITIONAL(MAKE_LINT_LIB, [test x$make_lint_lib != xno]) -# Copyright (C) 2001-2013 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. +]) # XORG_LINT_LIBRARY -# AM_RUN_LOG(COMMAND) +# XORG_COMPILER_BRAND # ------------------- -# Run COMMAND, save the exit status in ac_status, and log it. -# (This has been adapted from Autoconf's _AC_RUN_LOG macro.) -AC_DEFUN([AM_RUN_LOG], -[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD - ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD - (exit $ac_status); }]) - -# Check to make sure that the build environment is sane. -*- Autoconf -*- - -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Minimum version: 1.14.0 # -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. +# Checks for various brands of compilers and sets flags as appropriate: +# GNU gcc - relies on AC_PROG_CC (via AC_PROG_CC_C99) to set GCC to "yes" +# GNU g++ - relies on AC_PROG_CXX to set GXX to "yes" +# clang compiler - sets CLANGCC to "yes" +# Intel compiler - sets INTELCC to "yes" +# Sun/Oracle Solaris Studio cc - sets SUNCC to "yes" +# +AC_DEFUN([XORG_COMPILER_BRAND], [ +AC_LANG_CASE( + [C], [ + AC_REQUIRE([AC_PROG_CC_C99]) + ], + [C++], [ + AC_REQUIRE([AC_PROG_CXX]) + ] +) +AC_CHECK_DECL([__clang__], [CLANGCC="yes"], [CLANGCC="no"]) +AC_CHECK_DECL([__INTEL_COMPILER], [INTELCC="yes"], [INTELCC="no"]) +AC_CHECK_DECL([__SUNPRO_C], [SUNCC="yes"], [SUNCC="no"]) +]) # XORG_COMPILER_BRAND -# AM_SANITY_CHECK +# XORG_TESTSET_CFLAG(, , [, ...]) # --------------- -AC_DEFUN([AM_SANITY_CHECK], -[AC_MSG_CHECKING([whether build environment is sane]) -# Reject unsafe characters in $srcdir or the absolute working directory -# name. Accept space and tab only in the latter. -am_lf=' -' -case `pwd` in - *[[\\\"\#\$\&\'\`$am_lf]]*) - AC_MSG_ERROR([unsafe absolute working directory name]);; -esac -case $srcdir in - *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) - AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; -esac +# Minimum version: 1.16.0 +# +# Test if the compiler works when passed the given flag as a command line argument. +# If it succeeds, the flag is appeneded to the given variable. If not, it tries the +# next flag in the list until there are no more options. +# +# Note that this does not guarantee that the compiler supports the flag as some +# compilers will simply ignore arguments that they do not understand, but we do +# attempt to weed out false positives by using -Werror=unknown-warning-option and +# -Werror=unused-command-line-argument +# +AC_DEFUN([XORG_TESTSET_CFLAG], [ +m4_if([$#], 0, [m4_fatal([XORG_TESTSET_CFLAG was given with an unsupported number of arguments])]) +m4_if([$#], 1, [m4_fatal([XORG_TESTSET_CFLAG was given with an unsupported number of arguments])]) -# Do 'set' in a subshell so we don't clobber the current shell's -# arguments. Must try -L first in case configure is actually a -# symlink; some systems play weird games with the mod time of symlinks -# (eg FreeBSD returns the mod time of the symlink's containing -# directory). -if ( - am_has_slept=no - for am_try in 1 2; do - echo "timestamp, slept: $am_has_slept" > conftest.file - set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` - if test "$[*]" = "X"; then - # -L didn't work. - set X `ls -t "$srcdir/configure" conftest.file` - fi - if test "$[*]" != "X $srcdir/configure conftest.file" \ - && test "$[*]" != "X conftest.file $srcdir/configure"; then +AC_LANG_COMPILER_REQUIRE - # If neither matched, then we have a broken ls. This can happen - # if, for instance, CONFIG_SHELL is bash and it inherits a - # broken ls alias from the environment. This has actually - # happened. Such a system could not be considered "sane". - AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken - alias in your environment]) - fi - if test "$[2]" = conftest.file || test $am_try -eq 2; then - break - fi - # Just in case. - sleep 1 - am_has_slept=yes - done - test "$[2]" = conftest.file - ) -then - # Ok. - : -else - AC_MSG_ERROR([newly created file is older than distributed files! -Check your system clock]) +AC_LANG_CASE( + [C], [ + AC_REQUIRE([AC_PROG_CC_C99]) + define([PREFIX], [C]) + define([CACHE_PREFIX], [cc]) + define([COMPILER], [$CC]) + ], + [C++], [ + define([PREFIX], [CXX]) + define([CACHE_PREFIX], [cxx]) + define([COMPILER], [$CXX]) + ] +) + +[xorg_testset_save_]PREFIX[FLAGS]="$PREFIX[FLAGS]" + +if test "x$[xorg_testset_]CACHE_PREFIX[_unknown_warning_option]" = "x" ; then + PREFIX[FLAGS]="$PREFIX[FLAGS] -Werror=unknown-warning-option" + AC_CACHE_CHECK([if ]COMPILER[ supports -Werror=unknown-warning-option], + [xorg_cv_]CACHE_PREFIX[_flag_unknown_warning_option], + AC_COMPILE_IFELSE([AC_LANG_SOURCE([int i;])], + [xorg_cv_]CACHE_PREFIX[_flag_unknown_warning_option=yes], + [xorg_cv_]CACHE_PREFIX[_flag_unknown_warning_option=no])) + [xorg_testset_]CACHE_PREFIX[_unknown_warning_option]=$[xorg_cv_]CACHE_PREFIX[_flag_unknown_warning_option] + PREFIX[FLAGS]="$[xorg_testset_save_]PREFIX[FLAGS]" fi -AC_MSG_RESULT([yes]) -# If we didn't sleep, we still need to ensure time stamps of config.status and -# generated files are strictly newer. -am_sleep_pid= -if grep 'slept: no' conftest.file >/dev/null 2>&1; then - ( sleep 1 ) & - am_sleep_pid=$! + +if test "x$[xorg_testset_]CACHE_PREFIX[_unused_command_line_argument]" = "x" ; then + if test "x$[xorg_testset_]CACHE_PREFIX[_unknown_warning_option]" = "xyes" ; then + PREFIX[FLAGS]="$PREFIX[FLAGS] -Werror=unknown-warning-option" + fi + PREFIX[FLAGS]="$PREFIX[FLAGS] -Werror=unused-command-line-argument" + AC_CACHE_CHECK([if ]COMPILER[ supports -Werror=unused-command-line-argument], + [xorg_cv_]CACHE_PREFIX[_flag_unused_command_line_argument], + AC_COMPILE_IFELSE([AC_LANG_SOURCE([int i;])], + [xorg_cv_]CACHE_PREFIX[_flag_unused_command_line_argument=yes], + [xorg_cv_]CACHE_PREFIX[_flag_unused_command_line_argument=no])) + [xorg_testset_]CACHE_PREFIX[_unused_command_line_argument]=$[xorg_cv_]CACHE_PREFIX[_flag_unused_command_line_argument] + PREFIX[FLAGS]="$[xorg_testset_save_]PREFIX[FLAGS]" fi -AC_CONFIG_COMMANDS_PRE( - [AC_MSG_CHECKING([that generated files are newer than configure]) - if test -n "$am_sleep_pid"; then - # Hide warnings about reused PIDs. - wait $am_sleep_pid 2>/dev/null - fi - AC_MSG_RESULT([done])]) -rm -f conftest.file + +found="no" +m4_foreach([flag], m4_cdr($@), [ + if test $found = "no" ; then + if test "x$xorg_testset_]CACHE_PREFIX[_unknown_warning_option" = "xyes" ; then + PREFIX[FLAGS]="$PREFIX[FLAGS] -Werror=unknown-warning-option" + fi + + if test "x$xorg_testset_]CACHE_PREFIX[_unused_command_line_argument" = "xyes" ; then + PREFIX[FLAGS]="$PREFIX[FLAGS] -Werror=unused-command-line-argument" + fi + + PREFIX[FLAGS]="$PREFIX[FLAGS] ]flag[" + +dnl Some hackery here since AC_CACHE_VAL can't handle a non-literal varname + AC_MSG_CHECKING([if ]COMPILER[ supports ]flag[]) + cacheid=AS_TR_SH([xorg_cv_]CACHE_PREFIX[_flag_]flag[]) + AC_CACHE_VAL($cacheid, + [AC_LINK_IFELSE([AC_LANG_PROGRAM([int i;])], + [eval $cacheid=yes], + [eval $cacheid=no])]) + + PREFIX[FLAGS]="$[xorg_testset_save_]PREFIX[FLAGS]" + + eval supported=\$$cacheid + AC_MSG_RESULT([$supported]) + if test "$supported" = "yes" ; then + $1="$$1 ]flag[" + found="yes" + fi + fi ]) +]) # XORG_TESTSET_CFLAG -# Copyright (C) 2009-2013 Free Software Foundation, Inc. +# XORG_COMPILER_FLAGS +# --------------- +# Minimum version: 1.16.0 # -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. +# Defines BASE_CFLAGS or BASE_CXXFLAGS to contain a set of command line +# arguments supported by the selected compiler which do NOT alter the generated +# code. These arguments will cause the compiler to print various warnings +# during compilation AND turn a conservative set of warnings into errors. +# +# The set of flags supported by BASE_CFLAGS and BASE_CXXFLAGS will grow in +# future versions of util-macros as options are added to new compilers. +# +AC_DEFUN([XORG_COMPILER_FLAGS], [ +AC_REQUIRE([XORG_COMPILER_BRAND]) -# AM_SILENT_RULES([DEFAULT]) -# -------------------------- -# Enable less verbose build rules; with the default set to DEFAULT -# ("yes" being less verbose, "no" or empty being verbose). -AC_DEFUN([AM_SILENT_RULES], -[AC_ARG_ENABLE([silent-rules], [dnl -AS_HELP_STRING( - [--enable-silent-rules], - [less verbose build output (undo: "make V=1")]) -AS_HELP_STRING( - [--disable-silent-rules], - [verbose build output (undo: "make V=0")])dnl -]) -case $enable_silent_rules in @%:@ ((( - yes) AM_DEFAULT_VERBOSITY=0;; - no) AM_DEFAULT_VERBOSITY=1;; - *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; -esac -dnl -dnl A few 'make' implementations (e.g., NonStop OS and NextStep) -dnl do not support nested variable expansions. -dnl See automake bug#9928 and bug#10237. -am_make=${MAKE-make} -AC_CACHE_CHECK([whether $am_make supports nested variables], - [am_cv_make_support_nested_variables], - [if AS_ECHO([['TRUE=$(BAR$(V)) -BAR0=false -BAR1=true -V=1 -am__doit: - @$(TRUE) -.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then - am_cv_make_support_nested_variables=yes -else - am_cv_make_support_nested_variables=no -fi]) -if test $am_cv_make_support_nested_variables = yes; then - dnl Using '$V' instead of '$(V)' breaks IRIX make. - AM_V='$(V)' - AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +AC_ARG_ENABLE(selective-werror, + AS_HELP_STRING([--disable-selective-werror], + [Turn off selective compiler errors. (default: enabled)]), + [SELECTIVE_WERROR=$enableval], + [SELECTIVE_WERROR=yes]) + +AC_LANG_CASE( + [C], [ + define([PREFIX], [C]) + ], + [C++], [ + define([PREFIX], [CXX]) + ] +) +# -v is too short to test reliably with XORG_TESTSET_CFLAG +if test "x$SUNCC" = "xyes"; then + [BASE_]PREFIX[FLAGS]="-v" else - AM_V=$AM_DEFAULT_VERBOSITY - AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY + [BASE_]PREFIX[FLAGS]="" fi -AC_SUBST([AM_V])dnl -AM_SUBST_NOTMAKE([AM_V])dnl -AC_SUBST([AM_DEFAULT_V])dnl -AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl -AC_SUBST([AM_DEFAULT_VERBOSITY])dnl -AM_BACKSLASH='\' -AC_SUBST([AM_BACKSLASH])dnl -_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl -]) -# Copyright (C) 2001-2013 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. +# This chunk of warnings were those that existed in the legacy CWARNFLAGS +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wall]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wpointer-arith]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wmissing-declarations]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wformat=2], [-Wformat]) -# AM_PROG_INSTALL_STRIP -# --------------------- -# One issue with vendor 'install' (even GNU) is that you can't -# specify the program used to strip binaries. This is especially -# annoying in cross-compiling environments, where the build's strip -# is unlikely to handle the host's binaries. -# Fortunately install-sh will honor a STRIPPROG variable, so we -# always use install-sh in "make install-strip", and initialize -# STRIPPROG with the value of the STRIP variable (set by the user). -AC_DEFUN([AM_PROG_INSTALL_STRIP], -[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl -# Installed binaries are usually stripped using 'strip' when the user -# run "make install-strip". However 'strip' might not be the right -# tool to use in cross-compilation environments, therefore Automake -# will honor the 'STRIP' environment variable to overrule this program. -dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. -if test "$cross_compiling" != no; then - AC_CHECK_TOOL([STRIP], [strip], :) -fi -INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" -AC_SUBST([INSTALL_STRIP_PROGRAM])]) +AC_LANG_CASE( + [C], [ + XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wstrict-prototypes]) + XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wmissing-prototypes]) + XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wnested-externs]) + XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wbad-function-cast]) + XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wold-style-definition], [-fd]) + XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wdeclaration-after-statement]) + ] +) -# Copyright (C) 2006-2013 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. +# This chunk adds additional warnings that could catch undesired effects. +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wunused]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wuninitialized]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wshadow]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wmissing-noreturn]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wmissing-format-attribute]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wredundant-decls]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wlogical-op]) -# _AM_SUBST_NOTMAKE(VARIABLE) -# --------------------------- -# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. -# This macro is traced by Automake. -AC_DEFUN([_AM_SUBST_NOTMAKE]) +# These are currently disabled because they are noisy. They will be enabled +# in the future once the codebase is sufficiently modernized to silence +# them. For now, I don't want them to drown out the other warnings. +# XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wparentheses]) +# XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wcast-align]) +# XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wcast-qual]) -# AM_SUBST_NOTMAKE(VARIABLE) -# -------------------------- -# Public sister of _AM_SUBST_NOTMAKE. -AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) +# Turn some warnings into errors, so we don't accidently get successful builds +# when there are problems that should be fixed. -# Check how to create a tarball. -*- Autoconf -*- +if test "x$SELECTIVE_WERROR" = "xyes" ; then +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Werror=implicit], [-errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Werror=nonnull]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Werror=init-self]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Werror=main]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Werror=missing-braces]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Werror=sequence-point]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Werror=return-type], [-errwarn=E_FUNC_HAS_NO_RETURN_STMT]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Werror=trigraphs]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Werror=array-bounds]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Werror=write-strings]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Werror=address]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Werror=int-to-pointer-cast], [-errwarn=E_BAD_PTR_INT_COMBINATION]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Werror=pointer-to-int-cast]) # Also -errwarn=E_BAD_PTR_INT_COMBINATION +else +AC_MSG_WARN([You have chosen not to turn some select compiler warnings into errors. This should not be necessary. Please report why you needed to do so in a bug report at $PACKAGE_BUGREPORT]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wimplicit]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wnonnull]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Winit-self]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wmain]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wmissing-braces]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wsequence-point]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wreturn-type]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wtrigraphs]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Warray-bounds]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wwrite-strings]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Waddress]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wint-to-pointer-cast]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wpointer-to-int-cast]) +fi -# Copyright (C) 2004-2013 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. +AC_SUBST([BASE_]PREFIX[FLAGS]) +]) # XORG_COMPILER_FLAGS -# _AM_PROG_TAR(FORMAT) -# -------------------- -# Check how to create a tarball in format FORMAT. -# FORMAT should be one of 'v7', 'ustar', or 'pax'. -# -# Substitute a variable $(am__tar) that is a command -# writing to stdout a FORMAT-tarball containing the directory -# $tardir. -# tardir=directory && $(am__tar) > result.tar +# XORG_CWARNFLAGS +# --------------- +# Minimum version: 1.2.0 +# Deprecated since: 1.16.0 (Use XORG_COMPILER_FLAGS instead) # -# Substitute a variable $(am__untar) that extract such -# a tarball read from stdin. -# $(am__untar) < result.tar +# Defines CWARNFLAGS to enable C compiler warnings. # -AC_DEFUN([_AM_PROG_TAR], -[# Always define AMTAR for backward compatibility. Yes, it's still used -# in the wild :-( We should find a proper way to deprecate it ... -AC_SUBST([AMTAR], ['$${TAR-tar}']) - -# We'll loop over all known methods to create a tar archive until one works. -_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' +# This function is deprecated because it defines -fno-strict-aliasing +# which alters the code generated by the compiler. If -fno-strict-aliasing +# is needed, then it should be added explicitly in the module when +# it is updated to use BASE_CFLAGS. +# +AC_DEFUN([XORG_CWARNFLAGS], [ +AC_REQUIRE([XORG_COMPILER_FLAGS]) +AC_REQUIRE([XORG_COMPILER_BRAND]) +AC_LANG_CASE( + [C], [ + CWARNFLAGS="$BASE_CFLAGS" + if test "x$GCC" = xyes ; then + CWARNFLAGS="$CWARNFLAGS -fno-strict-aliasing" + fi + AC_SUBST(CWARNFLAGS) + ] +) +]) # XORG_CWARNFLAGS -m4_if([$1], [v7], - [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], +# XORG_STRICT_OPTION +# ----------------------- +# Minimum version: 1.3.0 +# +# Add configure option to enable strict compilation flags, such as treating +# warnings as fatal errors. +# If --enable-strict-compilation is passed to configure, adds strict flags to +# $BASE_CFLAGS or $BASE_CXXFLAGS and the deprecated $CWARNFLAGS. +# +# Starting in 1.14.0 also exports $STRICT_CFLAGS for use in other tests or +# when strict compilation is unconditionally desired. +AC_DEFUN([XORG_STRICT_OPTION], [ +AC_REQUIRE([XORG_CWARNFLAGS]) +AC_REQUIRE([XORG_COMPILER_FLAGS]) - [m4_case([$1], - [ustar], - [# The POSIX 1988 'ustar' format is defined with fixed-size fields. - # There is notably a 21 bits limit for the UID and the GID. In fact, - # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 - # and bug#13588). - am_max_uid=2097151 # 2^21 - 1 - am_max_gid=$am_max_uid - # The $UID and $GID variables are not portable, so we need to resort - # to the POSIX-mandated id(1) utility. Errors in the 'id' calls - # below are definitely unexpected, so allow the users to see them - # (that is, avoid stderr redirection). - am_uid=`id -u || echo unknown` - am_gid=`id -g || echo unknown` - AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) - if test $am_uid -le $am_max_uid; then - AC_MSG_RESULT([yes]) - else - AC_MSG_RESULT([no]) - _am_tools=none - fi - AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) - if test $am_gid -le $am_max_gid; then - AC_MSG_RESULT([yes]) - else - AC_MSG_RESULT([no]) - _am_tools=none - fi], +AC_ARG_ENABLE(strict-compilation, + AS_HELP_STRING([--enable-strict-compilation], + [Enable all warnings from compiler and make them errors (default: disabled)]), + [STRICT_COMPILE=$enableval], [STRICT_COMPILE=no]) - [pax], - [], +AC_LANG_CASE( + [C], [ + define([PREFIX], [C]) + ], + [C++], [ + define([PREFIX], [CXX]) + ] +) - [m4_fatal([Unknown tar format])]) +[STRICT_]PREFIX[FLAGS]="" +XORG_TESTSET_CFLAG([[STRICT_]PREFIX[FLAGS]], [-pedantic]) +XORG_TESTSET_CFLAG([[STRICT_]PREFIX[FLAGS]], [-Werror], [-errwarn]) - AC_MSG_CHECKING([how to create a $1 tar archive]) +# Earlier versions of gcc (eg: 4.2) support -Werror=attributes, but do not +# activate it with -Werror, so we add it here explicitly. +XORG_TESTSET_CFLAG([[STRICT_]PREFIX[FLAGS]], [-Werror=attributes]) - # Go ahead even if we have the value already cached. We do so because we - # need to set the values for the 'am__tar' and 'am__untar' variables. - _am_tools=${am_cv_prog_tar_$1-$_am_tools} +if test "x$STRICT_COMPILE" = "xyes"; then + [BASE_]PREFIX[FLAGS]="$[BASE_]PREFIX[FLAGS] $[STRICT_]PREFIX[FLAGS]" + AC_LANG_CASE([C], [CWARNFLAGS="$CWARNFLAGS $STRICT_CFLAGS"]) +fi +AC_SUBST([STRICT_]PREFIX[FLAGS]) +AC_SUBST([BASE_]PREFIX[FLAGS]) +AC_LANG_CASE([C], AC_SUBST([CWARNFLAGS])) +]) # XORG_STRICT_OPTION - for _am_tool in $_am_tools; do - case $_am_tool in - gnutar) - for _am_tar in tar gnutar gtar; do - AM_RUN_LOG([$_am_tar --version]) && break - done - am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' - am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' - am__untar="$_am_tar -xf -" - ;; - plaintar) - # Must skip GNU tar: if it does not support --format= it doesn't create - # ustar tarball either. - (tar --version) >/dev/null 2>&1 && continue - am__tar='tar chf - "$$tardir"' - am__tar_='tar chf - "$tardir"' - am__untar='tar xf -' - ;; - pax) - am__tar='pax -L -x $1 -w "$$tardir"' - am__tar_='pax -L -x $1 -w "$tardir"' - am__untar='pax -r' - ;; - cpio) - am__tar='find "$$tardir" -print | cpio -o -H $1 -L' - am__tar_='find "$tardir" -print | cpio -o -H $1 -L' - am__untar='cpio -i -H $1 -d' - ;; - none) - am__tar=false - am__tar_=false - am__untar=false - ;; - esac +# XORG_DEFAULT_OPTIONS +# -------------------- +# Minimum version: 1.3.0 +# +# Defines default options for X.Org modules. +# +AC_DEFUN([XORG_DEFAULT_OPTIONS], [ +AC_REQUIRE([AC_PROG_INSTALL]) +XORG_COMPILER_FLAGS +XORG_CWARNFLAGS +XORG_STRICT_OPTION +XORG_RELEASE_VERSION +XORG_CHANGELOG +XORG_INSTALL +XORG_MANPAGE_SECTIONS +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])], + [AC_SUBST([AM_DEFAULT_VERBOSITY], [1])]) +]) # XORG_DEFAULT_OPTIONS - # If the value was cached, stop now. We just wanted to have am__tar - # and am__untar set. - test -n "${am_cv_prog_tar_$1}" && break +# XORG_INSTALL() +# ---------------- +# Minimum version: 1.4.0 +# +# Defines the variable INSTALL_CMD as the command to copy +# INSTALL from $prefix/share/util-macros. +# +AC_DEFUN([XORG_INSTALL], [ +AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +macros_datadir=`$PKG_CONFIG --print-errors --variable=pkgdatadir xorg-macros` +INSTALL_CMD="(cp -f "$macros_datadir/INSTALL" \$(top_srcdir)/.INSTALL.tmp && \ +mv \$(top_srcdir)/.INSTALL.tmp \$(top_srcdir)/INSTALL) \ +|| (rm -f \$(top_srcdir)/.INSTALL.tmp; touch \$(top_srcdir)/INSTALL; \ +echo 'util-macros \"pkgdatadir\" from xorg-macros.pc not found: installing possibly empty INSTALL.' >&2)" +AC_SUBST([INSTALL_CMD]) +]) # XORG_INSTALL +dnl Copyright 2005 Red Hat, Inc +dnl +dnl Permission to use, copy, modify, distribute, and sell this software and its +dnl documentation for any purpose is hereby granted without fee, provided that +dnl the above copyright notice appear in all copies and that both that +dnl copyright notice and this permission notice appear in supporting +dnl documentation. +dnl +dnl The above copyright notice and this permission notice shall be included +dnl in all copies or substantial portions of the Software. +dnl +dnl THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +dnl OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +dnl MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +dnl IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR +dnl OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +dnl ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +dnl OTHER DEALINGS IN THE SOFTWARE. +dnl +dnl Except as contained in this notice, the name of the copyright holders shall +dnl not be used in advertising or otherwise to promote the sale, use or +dnl other dealings in this Software without prior written authorization +dnl from the copyright holders. +dnl - # tar/untar a dummy directory, and stop if the command works. - rm -rf conftest.dir - mkdir conftest.dir - echo GrepMe > conftest.dir/file - AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) - rm -rf conftest.dir - if test -s conftest.tar; then - AM_RUN_LOG([$am__untar /dev/null 2>&1 && break - fi - done - rm -rf conftest.dir +# XORG_RELEASE_VERSION +# -------------------- +# Defines PACKAGE_VERSION_{MAJOR,MINOR,PATCHLEVEL} for modules to use. - AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) - AC_MSG_RESULT([$am_cv_prog_tar_$1])]) +AC_DEFUN([XORG_RELEASE_VERSION],[ + AC_DEFINE_UNQUOTED([PACKAGE_VERSION_MAJOR], + [`echo $PACKAGE_VERSION | cut -d . -f 1`], + [Major version of this package]) + PVM=`echo $PACKAGE_VERSION | cut -d . -f 2 | cut -d - -f 1` + if test "x$PVM" = "x"; then + PVM="0" + fi + AC_DEFINE_UNQUOTED([PACKAGE_VERSION_MINOR], + [$PVM], + [Minor version of this package]) + PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1` + if test "x$PVP" = "x"; then + PVP="0" + fi + AC_DEFINE_UNQUOTED([PACKAGE_VERSION_PATCHLEVEL], + [$PVP], + [Patch version of this package]) +]) -AC_SUBST([am__tar]) -AC_SUBST([am__untar]) -]) # _AM_PROG_TAR +# XORG_CHANGELOG() +# ---------------- +# Minimum version: 1.2.0 +# +# Defines the variable CHANGELOG_CMD as the command to generate +# ChangeLog from git. +# +# +AC_DEFUN([XORG_CHANGELOG], [ +CHANGELOG_CMD="(GIT_DIR=\$(top_srcdir)/.git git log > \$(top_srcdir)/.changelog.tmp && \ +mv \$(top_srcdir)/.changelog.tmp \$(top_srcdir)/ChangeLog) \ +|| (rm -f \$(top_srcdir)/.changelog.tmp; touch \$(top_srcdir)/ChangeLog; \ +echo 'git directory not found: installing possibly empty changelog.' >&2)" +AC_SUBST([CHANGELOG_CMD]) +]) # XORG_CHANGELOG diff --git a/X11/config.guess b/X11/config.guess index b79252d6b..9afd67620 100644 --- a/X11/config.guess +++ b/X11/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2013 Free Software Foundation, Inc. -timestamp='2013-06-10' +timestamp='2013-11-29' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -1260,16 +1260,26 @@ EOF if test "$UNAME_PROCESSOR" = unknown ; then UNAME_PROCESSOR=powerpc fi - if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then - if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ - (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ - grep IS_64BIT_ARCH >/dev/null - then - case $UNAME_PROCESSOR in - i386) UNAME_PROCESSOR=x86_64 ;; - powerpc) UNAME_PROCESSOR=powerpc64 ;; - esac + if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + case $UNAME_PROCESSOR in + i386) UNAME_PROCESSOR=x86_64 ;; + powerpc) UNAME_PROCESSOR=powerpc64 ;; + esac + fi fi + elif test "$UNAME_PROCESSOR" = i386 ; then + # Avoid executing cc on OS X 10.9, as it ships with a stub + # that puts up a graphical alert prompting to install + # developer tools. Any system running Mac OS X 10.7 or + # later (Darwin 11 and later) is required to have a 64-bit + # processor. This is not true of the ARM version of Darwin + # that Apple uses in portable devices. + UNAME_PROCESSOR=x86_64 fi echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} exit ;; diff --git a/X11/config.sub b/X11/config.sub index 9633db704..61cb4bc22 100644 --- a/X11/config.sub +++ b/X11/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2013 Free Software Foundation, Inc. -timestamp='2013-08-10' +timestamp='2013-10-01' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -265,6 +265,7 @@ case $basic_machine in | hexagon \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ + | k1om \ | le32 | le64 \ | lm32 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ @@ -324,7 +325,7 @@ case $basic_machine in c6x) basic_machine=tic6x-unknown ;; - m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip) + m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip) basic_machine=$basic_machine-unknown os=-none ;; @@ -381,6 +382,7 @@ case $basic_machine in | hexagon-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ + | k1om-* \ | le32-* | le64-* \ | lm32-* \ | m32c-* | m32r-* | m32rle-* \ diff --git a/X11/configure b/X11/configure index a85270043..c65c984d9 100644 --- a/X11/configure +++ b/X11/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for Xproto 7.0.26. +# Generated by GNU Autoconf 2.69 for Xproto 7.0.27. # # Report bugs to . # @@ -641,8 +641,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='Xproto' PACKAGE_TARNAME='xproto' -PACKAGE_VERSION='7.0.26' -PACKAGE_STRING='Xproto 7.0.26' +PACKAGE_VERSION='7.0.27' +PACKAGE_STRING='Xproto 7.0.27' PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg' PACKAGE_URL='' @@ -729,8 +729,6 @@ build_vendor build_cpu build INSTALL_CMD -PKG_CONFIG_LIBDIR -PKG_CONFIG_PATH PKG_CONFIG CHANGELOG_CMD STRICT_CFLAGS @@ -848,8 +846,6 @@ LIBS CPPFLAGS CPP PKG_CONFIG -PKG_CONFIG_PATH -PKG_CONFIG_LIBDIR XMLTO FOP XSLTPROC' @@ -1393,7 +1389,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures Xproto 7.0.26 to adapt to many kinds of systems. +\`configure' configures Xproto 7.0.27 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1463,7 +1459,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Xproto 7.0.26:";; + short | recursive ) echo "Configuration of Xproto 7.0.27:";; esac cat <<\_ACEOF @@ -1514,10 +1510,6 @@ Some influential environment variables: you have headers in a nonstandard directory CPP C preprocessor PKG_CONFIG path to pkg-config utility - PKG_CONFIG_PATH - directories to add to pkg-config's search path - PKG_CONFIG_LIBDIR - path overriding pkg-config's built-in search path XMLTO Path to xmlto command FOP Path to fop command XSLTPROC Path to xsltproc command @@ -1588,7 +1580,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Xproto configure 7.0.26 +Xproto configure 7.0.27 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1993,7 +1985,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Xproto $as_me 7.0.26, which was +It was created by Xproto $as_me 7.0.27, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2856,7 +2848,7 @@ fi # Define the identity of the package. PACKAGE='xproto' - VERSION='7.0.26' + VERSION='7.0.27' cat >>confdefs.h <<_ACEOF @@ -2949,7 +2941,6 @@ END fi fi - # Require xorg-macros minimum of 1.12 for DocBook external references @@ -4604,11 +4595,6 @@ fi - - - - - if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. @@ -4721,6 +4707,7 @@ $as_echo "yes" >&6; } $as_echo "no" >&6; } PKG_CONFIG="" fi + fi # Make sure we can run config.sub. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || @@ -6879,10 +6866,127 @@ $as_echo "$supported" >&6; } + + + + + + + + + + + + +xorg_testset_save_CFLAGS="$CFLAGS" + +if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then + CFLAGS="$CFLAGS -Werror=unknown-warning-option" + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5 +$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; } +if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +int i; +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + xorg_cv_cc_flag_unknown_warning_option=yes +else + xorg_cv_cc_flag_unknown_warning_option=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5 +$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; } + xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option + CFLAGS="$xorg_testset_save_CFLAGS" +fi + +if test "x$xorg_testset_cc_unused_command_line_argument" = "x" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then + CFLAGS="$CFLAGS -Werror=unknown-warning-option" + fi + CFLAGS="$CFLAGS -Werror=unused-command-line-argument" + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5 +$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; } +if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +int i; +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + xorg_cv_cc_flag_unused_command_line_argument=yes +else + xorg_cv_cc_flag_unused_command_line_argument=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5 +$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; } + xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument + CFLAGS="$xorg_testset_save_CFLAGS" +fi + +found="no" + + if test $found = "no" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then + CFLAGS="$CFLAGS -Werror=unknown-warning-option" + fi + + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then + CFLAGS="$CFLAGS -Werror=unused-command-line-argument" + fi + + CFLAGS="$CFLAGS -Wlogical-op" + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wlogical-op" >&5 +$as_echo_n "checking if $CC supports -Wlogical-op... " >&6; } + cacheid=xorg_cv_cc_flag__Wlogical_op + if eval \${$cacheid+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +int i; +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + eval $cacheid=yes +else + eval $cacheid=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +fi + + + CFLAGS="$xorg_testset_save_CFLAGS" + + eval supported=\$$cacheid + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5 +$as_echo "$supported" >&6; } + if test "$supported" = "yes" ; then + BASE_CFLAGS="$BASE_CFLAGS -Wlogical-op" + found="yes" + fi + fi + + + # These are currently disabled because they are noisy. They will be enabled # in the future once the codebase is sufficiently modernized to silence # them. For now, I don't want them to drown out the other warnings. -# XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wlogical-op]) # XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wparentheses]) # XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wcast-align]) # XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wcast-qual]) @@ -12033,7 +12137,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Xproto $as_me 7.0.26, which was +This file was extended by Xproto $as_me 7.0.27, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12099,7 +12203,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -Xproto config.status 7.0.26 +Xproto config.status 7.0.27 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/X11/configure.ac b/X11/configure.ac index 355fd0b35..17098621b 100644 --- a/X11/configure.ac +++ b/X11/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.60]) -AC_INIT([Xproto], [7.0.26], +AC_INIT([Xproto], [7.0.27], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) diff --git a/apps/xcalc/ChangeLog b/apps/xcalc/ChangeLog index 61f32b47c..67a31586b 100644 --- a/apps/xcalc/ChangeLog +++ b/apps/xcalc/ChangeLog @@ -1,3 +1,149 @@ +commit 0fba659f91bebe1f92f4de2660bf806fd049350b +Author: Alan Coopersmith +Date: Mon Jan 19 21:26:22 2015 -0800 + + xcalc 1.0.6 + + Signed-off-by: Alan Coopersmith + +commit a647c9bd255c136f9e6e3e274ecf4253e9ead6d6 +Author: Alan Coopersmith +Date: Thu Aug 7 19:20:44 2014 -0700 + + Replace index() call with strchr() + + Signed-off-by: Alan Coopersmith + +commit a91574fe283263a3f9d91fb257ecb2c5b0a97541 +Author: Alan Coopersmith +Date: Mon Jun 2 22:10:55 2014 -0700 + + autogen.sh: Honor NOCONFIGURE=1 + + See http://people.gnome.org/~walters/docs/build-api.txt + + Signed-off-by: Alan Coopersmith + +commit 6387133e231ec16da4204fddaffafe70d077e5d8 +Author: Alan Coopersmith +Date: Mon Jun 2 22:10:55 2014 -0700 + + configure: Drop AM_MAINTAINER_MODE + + Signed-off-by: Alan Coopersmith + +commit 8afe5270310698d24fff370276c7fd91eb816720 +Author: Gaetan Nadon +Date: Tue Dec 17 08:24:45 2013 -0500 + + Replace signal_t with void + + Now that Imake SIGNALRETURNSINT has been removed, the signal handler + function return type can only be void. + + Reviewed-by: Alan Coopersmith + Signed-off-by: Gaetan Nadon + +commit 40911339c45a880abbe6ad60dac4718a402d88ab +Author: Gaetan Nadon +Date: Mon Dec 16 10:04:46 2013 -0500 + + Assume signal handlers return void, as C89 requires + + Drops use of Imake's obsolete SIGNALRETURNSINT. + + Reviewd-by: Mark Kettenis + Signed-off-by: Gaetan Nadon + +commit 25454313c637f2b6983ba289deed96141cec8000 +Author: Alan Coopersmith +Date: Tue Jul 9 23:01:23 2013 -0700 + + Mark functions noreturn as suggested by gcc -Wmissing-noreturn + + Signed-off-by: Alan Coopersmith + +commit de0e13ada857191a59c0e8f985d2317a7c41f43b +Author: Alan Coopersmith +Date: Tue Jul 9 22:56:02 2013 -0700 + + Rename "e" arguments to "ev" to avoid shadowing e() function + + Resolves many gcc warnings of the form: + actions.c: In function ‘add’: + actions.c:142:35: warning: declaration of ‘e’ shadows a global declaration + actions.c:57:13: warning: shadowed declaration is here [-Wshadow] + + Signed-off-by: Alan Coopersmith + +commit 40da34202dffa96197c6248a9d80894611e27921 +Author: Alan Coopersmith +Date: Tue Jul 9 22:53:07 2013 -0700 + + Remove redundant redeclaration of ‘factorial’ + + Signed-off-by: Alan Coopersmith + +commit 1de8253f0ede02ec87d28b028de97da79adc12e2 +Author: Alan Coopersmith +Date: Tue Jul 9 22:49:21 2013 -0700 + + Replace sprintf & strcpy calls with snprintf & strlcpy + + Signed-off-by: Alan Coopersmith + +commit 3d58c22c4c2729d52b5278c0e6350c0f9f44cfa8 +Author: Alan Coopersmith +Date: Sat Jul 6 20:45:40 2013 -0700 + + Remove unused min & max macros from math.c + + Flagged by clang: + + math.c:33:9: warning: macro is not used [-Wunused-macros] + #define min(a,b) ((a) < (b) ? (a) : (b)) + ^ + math.c:34:9: warning: macro is not used [-Wunused-macros] + #define max(a,b) ((a) > (b) ? (a) : (b)) + ^ + + Signed-off-by: Alan Coopersmith + +commit 3e6d23bb9d57ae3d19e9eb47ced654669fca4d7c +Author: Stéphane Aulery +Date: Sun Jul 7 02:02:46 2013 +0200 + + Use the new M_E symbol from math.h + + Use the new M_E symbol from math.h and fix and a value of the same + accuracy if it's necessary to redefine M_E. + + Signed-off-by: Stéphane Aulery + Reviewed-by: Alan Coopersmith + Signed-off-by: Alan Coopersmith + +commit f3b065f03a7b68310b489d5d97b11985ef36e977 +Author: Stéphane Aulery +Date: Sun Jul 7 02:02:38 2013 +0200 + + Use the new M_PI symbol from math.h + + Use the new M_PI symbol from math.h and fix and a value of the same + accuracy if it's necessary to redefine M_PI. + + Signed-off-by: Stéphane Aulery + Reviewed-by: Alan Coopersmith + Signed-off-by: Alan Coopersmith + +commit b9a89876666a42ad8692e8384a5a826456e6ae56 +Author: Stéphane Aulery +Date: Sat Jul 6 15:39:07 2013 +0200 + + Drop CRAY support + + Signed-off-by: Stéphane Aulery + Signed-off-by: Alan Coopersmith + commit 7e67bcb9563302f4e89be7a2afb1ae30c185689e Author: Alan Coopersmith Date: Mon Jan 14 23:08:54 2013 -0800 diff --git a/apps/xcalc/INSTALL b/apps/xcalc/INSTALL index 8b82ade08..a1e89e18a 100644 --- a/apps/xcalc/INSTALL +++ b/apps/xcalc/INSTALL @@ -1,11 +1,13 @@ Installation Instructions ************************* -Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, -2006, 2007, 2008 Free Software Foundation, Inc. +Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation, +Inc. - This file is free documentation; the Free Software Foundation gives -unlimited permission to copy, distribute and modify it. + Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without warranty of any kind. Basic Installation ================== @@ -13,7 +15,11 @@ Basic Installation Briefly, the shell commands `./configure; make; make install' should configure, build, and install this package. The following more-detailed instructions are generic; see the `README' file for -instructions specific to this package. +instructions specific to this package. Some packages provide this +`INSTALL' file but do not implement all of the features documented +below. The lack of an optional feature in a given package is not +necessarily a bug. More recommendations for GNU packages can be found +in *note Makefile Conventions: (standards)Makefile Conventions. The `configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses @@ -42,7 +48,7 @@ may remove or edit it. you want to change it or regenerate `configure' using a newer version of `autoconf'. -The simplest way to compile this package is: + The simplest way to compile this package is: 1. `cd' to the directory containing the package's source code and type `./configure' to configure the package for your system. @@ -53,12 +59,22 @@ The simplest way to compile this package is: 2. Type `make' to compile the package. 3. Optionally, type `make check' to run any self-tests that come with - the package. + the package, generally using the just-built uninstalled binaries. 4. Type `make install' to install the programs and any data files and - documentation. - - 5. You can remove the program binaries and object files from the + documentation. When installing into a prefix owned by root, it is + recommended that the package be configured and built as a regular + user, and only the `make install' phase executed with root + privileges. + + 5. Optionally, type `make installcheck' to repeat any self-tests, but + this time using the binaries in their final installed location. + This target does not install anything. Running this target as a + regular user, particularly if the prior `make install' required + root privileges, verifies that the installation completed + correctly. + + 6. You can remove the program binaries and object files from the source code directory by typing `make clean'. To also remove the files that `configure' created (so you can compile the package for a different kind of computer), type `make distclean'. There is @@ -67,8 +83,15 @@ The simplest way to compile this package is: all sorts of other programs in order to regenerate files that came with the distribution. - 6. Often, you can also type `make uninstall' to remove the installed - files again. + 7. Often, you can also type `make uninstall' to remove the installed + files again. In practice, not all packages have tested that + uninstallation works correctly, even though it is required by the + GNU Coding Standards. + + 8. Some packages, particularly those that use Automake, provide `make + distcheck', which can by used by developers to test that all other + targets like `make install' and `make uninstall' work correctly. + This target is generally not run by end users. Compilers and Options ===================== @@ -93,7 +116,8 @@ same time, by placing the object files for each architecture in their own directory. To do this, you can use GNU `make'. `cd' to the directory where you want the object files and executables to go and run the `configure' script. `configure' automatically checks for the -source code in the directory that `configure' is in and in `..'. +source code in the directory that `configure' is in and in `..'. This +is known as a "VPATH" build. With a non-GNU `make', it is safer to compile the package for one architecture at a time in the source code directory. After you have @@ -120,7 +144,8 @@ Installation Names By default, `make install' installs the package's commands under `/usr/local/bin', include files under `/usr/local/include', etc. You can specify an installation prefix other than `/usr/local' by giving -`configure' the option `--prefix=PREFIX'. +`configure' the option `--prefix=PREFIX', where PREFIX must be an +absolute file name. You can specify separate installation prefixes for architecture-specific files and architecture-independent files. If you @@ -131,15 +156,46 @@ Documentation and other data files still use the regular prefix. In addition, if you use an unusual directory layout you can give options like `--bindir=DIR' to specify different values for particular kinds of files. Run `configure --help' for a list of the directories -you can set and what kinds of files go in them. +you can set and what kinds of files go in them. In general, the +default for these options is expressed in terms of `${prefix}', so that +specifying just `--prefix' will affect all of the other directory +specifications that were not explicitly provided. + + The most portable way to affect installation locations is to pass the +correct locations to `configure'; however, many packages provide one or +both of the following shortcuts of passing variable assignments to the +`make install' command line to change installation locations without +having to reconfigure or recompile. + + The first method involves providing an override variable for each +affected directory. For example, `make install +prefix=/alternate/directory' will choose an alternate location for all +directory configuration variables that were expressed in terms of +`${prefix}'. Any directories that were specified during `configure', +but not in terms of `${prefix}', must each be overridden at install +time for the entire installation to be relocated. The approach of +makefile variable overrides for each directory variable is required by +the GNU Coding Standards, and ideally causes no recompilation. +However, some platforms have known limitations with the semantics of +shared libraries that end up requiring recompilation when using this +method, particularly noticeable in packages that use GNU Libtool. + + The second method involves providing the `DESTDIR' variable. For +example, `make install DESTDIR=/alternate/directory' will prepend +`/alternate/directory' before all installation names. The approach of +`DESTDIR' overrides is not required by the GNU Coding Standards, and +does not work on platforms that have drive letters. On the other hand, +it does better at avoiding recompilation issues, and works well even +when some directory options were not specified in terms of `${prefix}' +at `configure' time. + +Optional Features +================= If the package supports it, you can cause programs to be installed with an extra prefix or suffix on their names by giving `configure' the option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. -Optional Features -================= - Some packages pay attention to `--enable-FEATURE' options to `configure', where FEATURE indicates an optional part of the package. They may also pay attention to `--with-PACKAGE' options, where PACKAGE @@ -152,6 +208,13 @@ find the X include and library files automatically, but if it doesn't, you can use the `configure' options `--x-includes=DIR' and `--x-libraries=DIR' to specify their locations. + Some packages offer the ability to configure how verbose the +execution of `make' will be. For these packages, running `./configure +--enable-silent-rules' sets the default to minimal output, which can be +overridden with `make V=1'; while running `./configure +--disable-silent-rules' sets the default to verbose, which can be +overridden with `make V=0'. + Particular systems ================== @@ -159,10 +222,15 @@ Particular systems CC is not installed, it is recommended to use the following options in order to use an ANSI C compiler: - ./configure CC="cc -Ae" + ./configure CC="cc -Ae -D_XOPEN_SOURCE=500" and if that doesn't work, install pre-built binaries of GCC for HP-UX. + HP-UX `make' updates targets which have the same time stamps as +their prerequisites, which makes it generally unusable when shipped +generated files such as `configure' are involved. Use GNU `make' +instead. + On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot parse its `' header file. The option `-nodtk' can be used as a workaround. If GNU CC is not installed, it is therefore recommended @@ -174,6 +242,16 @@ and if that doesn't work, try ./configure CC="cc -nodtk" + On Solaris, don't put `/usr/ucb' early in your `PATH'. This +directory contains several dysfunctional programs; working variants of +these programs are available in `/usr/bin'. So, if you need `/usr/ucb' +in your `PATH', put it _after_ `/usr/bin'. + + On Haiku, software installed for all users goes in `/boot/common', +not `/usr/local'. It is recommended to use the following options: + + ./configure --prefix=/boot/common + Specifying the System Type ========================== @@ -189,7 +267,8 @@ type, such as `sun4', or a canonical name which has the form: where SYSTEM can have one of these forms: - OS KERNEL-OS + OS + KERNEL-OS See the file `config.sub' for the possible values of each field. If `config.sub' isn't included in this package, then this package doesn't @@ -277,7 +356,7 @@ operates. `configure' can determine that directory automatically. `--prefix=DIR' - Use DIR as the installation prefix. *Note Installation Names:: + Use DIR as the installation prefix. *note Installation Names:: for more details, including other options available for fine-tuning the installation locations. diff --git a/apps/xcalc/Makefile.in b/apps/xcalc/Makefile.in index a0017d648..863bfbfa8 100644 --- a/apps/xcalc/Makefile.in +++ b/apps/xcalc/Makefile.in @@ -1,9 +1,8 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -38,6 +37,61 @@ VPATH = @srcdir@ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -58,15 +112,13 @@ build_triplet = @build@ host_triplet = @host@ bin_PROGRAMS = xcalc$(EXEEXT) subdir = . -DIST_COMMON = README $(am__configure_deps) $(dist_appdefault_DATA) \ - $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ - $(srcdir)/config.h.in $(top_srcdir)/configure COPYING \ - ChangeLog INSTALL config.guess config.sub depcomp install-sh \ - missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ + $(am__configure_deps) $(dist_appdefault_DATA) \ + $(am__DIST_COMMON) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d @@ -79,35 +131,49 @@ am_xcalc_OBJECTS = actions.$(OBJEXT) math.$(OBJEXT) xcalc.$(OBJEXT) xcalc_OBJECTS = $(am_xcalc_OBJECTS) am__DEPENDENCIES_1 = xcalc_DEPENDENCIES = $(am__DEPENDENCIES_1) +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@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) -am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = SOURCES = $(xcalc_SOURCES) DIST_SOURCES = $(xcalc_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_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 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ @@ -138,19 +204,47 @@ am__uninstall_files_from_dir = { \ DATA = $(dist_appdefault_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive -AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ - $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ - distdir dist dist-all distcheck +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + cscope distdir dist dist-all distcheck +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ + $(LISP)config.h.in +# 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 +CSCOPE = cscope DIST_SUBDIRS = $(SUBDIRS) +am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \ + ChangeLog INSTALL README compile config.guess config.sub \ + depcomp install-sh missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ - { test ! -d "$(distdir)" \ - || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ - && rm -fr "$(distdir)"; }; } + if test -d "$(distdir)"; then \ + find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -rf "$(distdir)" \ + || { sleep 5 && rm -rf "$(distdir)"; }; \ + else :; fi +am__post_remove_distdir = $(am__remove_distdir) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ @@ -178,6 +272,7 @@ am__relativize = \ reldir="$$dir2" DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 GZIP_ENV = --best +DIST_TARGETS = dist-bzip2 dist-gzip distuninstallcheck_listfiles = find . -type f -print am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' @@ -228,7 +323,6 @@ LIBS = @LIBS@ LIB_MAN_DIR = @LIB_MAN_DIR@ LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ LTLIBOBJS = @LTLIBOBJS@ -MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAN_SUBSTS = @MAN_SUBSTS@ MISC_MAN_DIR = @MISC_MAN_DIR@ @@ -328,7 +422,7 @@ all: config.h .SUFFIXES: .c .o .obj am--refresh: Makefile @: -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -341,7 +435,6 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -355,20 +448,20 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck -$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) +$(top_srcdir)/configure: $(am__configure_deps) $(am__cd) $(srcdir) && $(AUTOCONF) -$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) +$(ACLOCAL_M4): $(am__aclocal_m4_deps) $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) $(am__aclocal_m4_deps): config.h: stamp-h1 - @if test ! -f $@; then rm -f stamp-h1; else :; fi - @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi + @test -f $@ || rm -f stamp-h1 + @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 cd $(top_builddir) && $(SHELL) ./config.status config.h -$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) +$(srcdir)/config.h.in: $(am__configure_deps) ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) rm -f stamp-h1 touch $@ @@ -377,14 +470,18 @@ distclean-hdr: -rm -f config.h stamp-h1 install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) - test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ + fi; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ - while read p p1; do if test -f $$p; \ - then echo "$$p"; echo "$$p"; else :; fi; \ + while read p p1; do if test -f $$p \ + ; then echo "$$p"; echo "$$p"; else :; fi; \ done | \ - sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ + sed -e 'p;s,.*/,,;n;h' \ + -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ @@ -405,14 +502,16 @@ uninstall-binPROGRAMS: @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ - -e 's/$$/$(EXEEXT)/' `; \ + -e 's/$$/$(EXEEXT)/' \ + `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(bindir)" && rm -f $$files clean-binPROGRAMS: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) -xcalc$(EXEEXT): $(xcalc_OBJECTS) $(xcalc_DEPENDENCIES) + +xcalc$(EXEEXT): $(xcalc_OBJECTS) $(xcalc_DEPENDENCIES) $(EXTRA_xcalc_DEPENDENCIES) @rm -f xcalc$(EXEEXT) $(AM_V_CCLD)$(LINK) $(xcalc_OBJECTS) $(xcalc_LDADD) $(LIBS) @@ -431,18 +530,21 @@ distclean-compile: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` install-dist_appdefaultDATA: $(dist_appdefault_DATA) @$(NORMAL_INSTALL) - test -z "$(appdefaultdir)" || $(MKDIR_P) "$(DESTDIR)$(appdefaultdir)" @list='$(dist_appdefault_DATA)'; test -n "$(appdefaultdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(appdefaultdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(appdefaultdir)" || exit 1; \ + fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ @@ -459,22 +561,25 @@ uninstall-dist_appdefaultDATA: dir='$(DESTDIR)$(appdefaultdir)'; $(am__uninstall_files_from_dir) # 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): - @fail= failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ +# 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=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ + 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 \ dot_seen=yes; \ @@ -489,57 +594,12 @@ $(RECURSIVE_TARGETS): $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" -$(RECURSIVE_CLEAN_TARGETS): - @fail= 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; \ - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done && test -z "$$fail" -tags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ - done -ctags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ - done +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags -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; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique -tags: TAGS - -TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ @@ -555,12 +615,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ - list='$(SOURCES) $(HEADERS) config.h.in $(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; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ + $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ @@ -572,15 +627,11 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ $$unique; \ fi; \ fi -ctags: CTAGS -CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - list='$(SOURCES) $(HEADERS) config.h.in $(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; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ +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 @@ -589,9 +640,31 @@ GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" +cscope: cscope.files + test ! -s cscope.files \ + || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) +clean-cscope: + -rm -f cscope.files +cscope.files: clean-cscope cscopelist +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: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + -rm -f cscope.out cscope.in.out cscope.po.out cscope.files distdir: $(DISTFILES) $(am__remove_distdir) @@ -627,13 +700,10 @@ distdir: $(DISTFILES) done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ - test -d "$(distdir)/$$subdir" \ - || $(MKDIR_P) "$(distdir)/$$subdir" \ - || 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; \ @@ -665,36 +735,41 @@ distdir: $(DISTFILES) || chmod -R a+r "$(distdir)" dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - $(am__remove_distdir) + $(am__post_remove_distdir) dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 - $(am__remove_distdir) + $(am__post_remove_distdir) -dist-lzma: distdir - tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma - $(am__remove_distdir) +dist-lzip: distdir + tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz + $(am__post_remove_distdir) dist-xz: distdir tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz - $(am__remove_distdir) + $(am__post_remove_distdir) dist-tarZ: distdir + @echo WARNING: "Support for distribution archives compressed with" \ + "legacy program 'compress' is deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z - $(am__remove_distdir) + $(am__post_remove_distdir) dist-shar: distdir + @echo WARNING: "Support for shar distribution archives is" \ + "deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz - $(am__remove_distdir) + $(am__post_remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) - $(am__remove_distdir) + $(am__post_remove_distdir) -dist dist-all: distdir - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 - $(am__remove_distdir) +dist dist-all: + $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' + $(am__post_remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another @@ -705,8 +780,8 @@ distcheck: dist GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ - *.tar.lzma*) \ - lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ + *.tar.lz*) \ + lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ *.tar.xz*) \ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ @@ -716,18 +791,19 @@ distcheck: dist *.zip*) \ unzip $(distdir).zip ;;\ esac - chmod -R a-w $(distdir); chmod u+w $(distdir) - mkdir $(distdir)/_build - mkdir $(distdir)/_inst + chmod -R a-w $(distdir) + chmod u+w $(distdir) + mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ - && $(am__cd) $(distdir)/_build \ - && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + && $(am__cd) $(distdir)/_build/sub \ + && ../../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ + --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ @@ -750,7 +826,7 @@ distcheck: dist && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ && cd "$$am__cwd" \ || exit 1 - $(am__remove_distdir) + $(am__post_remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' @@ -891,26 +967,28 @@ ps-am: uninstall-am: uninstall-binPROGRAMS uninstall-dist_appdefaultDATA -.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ - ctags-recursive install-am install-strip tags-recursive - -.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ - all all-am am--refresh check check-am clean clean-binPROGRAMS \ - clean-generic ctags ctags-recursive dist dist-all dist-bzip2 \ - dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \ - dist-zip distcheck distclean distclean-compile \ - distclean-generic distclean-hdr distclean-tags distcleancheck \ - distdir distuninstallcheck dvi dvi-am html html-am info \ - info-am install install-am install-binPROGRAMS install-data \ - install-data-am install-dist_appdefaultDATA 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-compile mostlyclean-generic pdf pdf-am \ - ps ps-am tags tags-recursive uninstall uninstall-am \ - uninstall-binPROGRAMS uninstall-dist_appdefaultDATA +.MAKE: $(am__recursive_targets) all install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ + am--refresh check check-am clean clean-binPROGRAMS \ + clean-cscope clean-generic cscope cscopelist-am ctags ctags-am \ + dist dist-all dist-bzip2 dist-gzip dist-hook dist-lzip \ + dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \ + distclean-compile distclean-generic distclean-hdr \ + distclean-tags distcleancheck distdir distuninstallcheck dvi \ + dvi-am html html-am info info-am install install-am \ + install-binPROGRAMS install-data install-data-am \ + install-dist_appdefaultDATA 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-compile mostlyclean-generic pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \ + uninstall-dist_appdefaultDATA + +.PRECIOUS: Makefile .PHONY: ChangeLog INSTALL diff --git a/apps/xcalc/aclocal.m4 b/apps/xcalc/aclocal.m4 index 851c5a874..7f6d556e8 100644 --- a/apps/xcalc/aclocal.m4 +++ b/apps/xcalc/aclocal.m4 @@ -1,8 +1,7 @@ -# generated automatically by aclocal 1.11.2 -*- Autoconf -*- +# generated automatically by aclocal 1.15 -*- Autoconf -*- + +# Copyright (C) 1996-2014 Free Software Foundation, Inc. -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, -# Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -12,33 +11,31 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl -m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],, -[m4_warning([this file was generated for autoconf 2.68. +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, +[m4_warning([this file was generated for autoconf 2.69. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. -To do so, use the procedure documented by the package, typically `autoreconf'.])]) +To do so, use the procedure documented by the package, typically 'autoreconf'.])]) -# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 2002-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 1 - # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.11' +[am__api_version='1.15' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.11.2], [], +m4_if([$1], [1.15], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -54,24 +51,22 @@ m4_define([_AM_AUTOCONF_VERSION], []) # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.11.2])dnl +[AM_AUTOMAKE_VERSION([1.15])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 1 - # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets -# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to -# `$srcdir', `$srcdir/..', or `$srcdir/../..'. +# $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to +# '$srcdir', '$srcdir/..', or '$srcdir/../..'. # # Of course, Automake must honor this variable whenever it calls a # tool from the auxiliary directory. The problem is that $srcdir (and @@ -90,7 +85,7 @@ _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # # The reason of the latter failure is that $top_srcdir and $ac_aux_dir # are both prefixed by $srcdir. In an in-source build this is usually -# harmless because $srcdir is `.', but things will broke when you +# harmless because $srcdir is '.', but things will broke when you # start a VPATH build or use an absolute $srcdir. # # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, @@ -108,30 +103,26 @@ _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], -[dnl Rely on autoconf to set up CDPATH properly. -AC_PREREQ([2.50])dnl -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008 -# Free Software Foundation, Inc. +# Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 9 - # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- # Define a conditional. AC_DEFUN([AM_CONDITIONAL], -[AC_PREREQ(2.52)dnl - ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], - [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +[AC_PREREQ([2.52])dnl + m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl AC_SUBST([$1_TRUE])dnl AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl @@ -150,16 +141,14 @@ AC_CONFIG_COMMANDS_PRE( Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, -# 2010, 2011 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 12 -# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be +# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, # will think it sees a *use*, and therefore will trigger all it's # C support machinery. Also note that it means that autoscan, seeing @@ -169,7 +158,7 @@ fi])]) # _AM_DEPENDENCIES(NAME) # ---------------------- # See how the compiler implements dependency checking. -# NAME is "CC", "CXX", "GCJ", or "OBJC". +# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". # We try a few techniques and use that to set a single cache variable. # # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was @@ -182,12 +171,13 @@ AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl AC_REQUIRE([AM_MAKE_INCLUDE])dnl AC_REQUIRE([AM_DEP_TRACK])dnl -ifelse([$1], CC, [depcc="$CC" am_compiler_list=], - [$1], CXX, [depcc="$CXX" am_compiler_list=], - [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], - [$1], UPC, [depcc="$UPC" am_compiler_list=], - [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], - [depcc="$$1" am_compiler_list=]) +m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], + [$1], [CXX], [depcc="$CXX" am_compiler_list=], + [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], + [$1], [UPC], [depcc="$UPC" am_compiler_list=], + [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], + [depcc="$$1" am_compiler_list=]) AC_CACHE_CHECK([dependency style of $depcc], [am_cv_$1_dependencies_compiler_type], @@ -195,8 +185,8 @@ AC_CACHE_CHECK([dependency style of $depcc], # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up - # making a dummy file named `D' -- because `-MD' means `put the output - # in D'. + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're @@ -236,16 +226,16 @@ AC_CACHE_CHECK([dependency style of $depcc], : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with - # Solaris 8's {/usr,}/bin/sh. - touch sub/conftst$i.h + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf - # We check with `-c' and `-o' for the sake of the "dashmstdout" + # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly - # handle `-M -o', and we need to detect this. Also, some Intel - # versions had trouble with output in subdirs + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in @@ -254,8 +244,8 @@ AC_CACHE_CHECK([dependency style of $depcc], test "$am__universal" = false || continue ;; nosideeffect) - # after this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else @@ -263,7 +253,7 @@ AC_CACHE_CHECK([dependency style of $depcc], fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) - # This compiler won't grok `-c -o', but also, the minuso test has + # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} @@ -311,7 +301,7 @@ AM_CONDITIONAL([am__fastdep$1], [ # AM_SET_DEPDIR # ------------- # Choose a directory name for dependency files. -# This macro is AC_REQUIREd in _AM_DEPENDENCIES +# This macro is AC_REQUIREd in _AM_DEPENDENCIES. AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl @@ -321,9 +311,13 @@ AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl # AM_DEP_TRACK # ------------ AC_DEFUN([AM_DEP_TRACK], -[AC_ARG_ENABLE(dependency-tracking, -[ --disable-dependency-tracking speeds up one-time build - --enable-dependency-tracking do not reject slow dependency extractors]) +[AC_ARG_ENABLE([dependency-tracking], [dnl +AS_HELP_STRING( + [--enable-dependency-tracking], + [do not reject slow dependency extractors]) +AS_HELP_STRING( + [--disable-dependency-tracking], + [speeds up one-time build])]) if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' @@ -338,20 +332,18 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008 -# Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -#serial 5 # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ - # Autoconf 2.62 quotes --file arguments for eval, but not when files + # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in @@ -364,7 +356,7 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named `Makefile.in', but + # We used to match only the files named 'Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. @@ -376,21 +368,19 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], continue fi # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running `make'. + # from the Makefile without running 'make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "am__include" && continue + test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # When using ansi2knr, U may be empty or an underscore; expand it - U=`sed -n 's/^U = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`AS_DIRNAME(["$file"])` @@ -408,7 +398,7 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], # This macro should only be invoked once -- use via AC_REQUIRE. # # This code is only required when automatic dependency tracking -# is enabled. FIXME. This creates each `.P' file that we will +# is enabled. FIXME. This creates each '.P' file that we will # need in order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], @@ -418,18 +408,21 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2008, 2009 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 16 - # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. +dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. +m4_define([AC_PROG_CC], +m4_defn([AC_PROG_CC]) +[_AM_PROG_CC_C_O +]) + # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- @@ -442,7 +435,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], -[AC_PREREQ([2.62])dnl +[AC_PREREQ([2.65])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl @@ -471,33 +464,42 @@ AC_SUBST([CYGPATH_W]) # Define the identity of the package. dnl Distinguish between old-style and new-style calls. m4_ifval([$2], -[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl +[AC_DIAGNOSE([obsolete], + [$0: two- and three-arguments forms are deprecated.]) +m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. -m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, +m4_if( + m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), + [ok:ok],, [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl _AM_IF_OPTION([no-define],, -[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) - AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl +[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) + AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl AC_REQUIRE([AC_ARG_PROGRAM])dnl -AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) -AM_MISSING_PROG(AUTOCONF, autoconf) -AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) -AM_MISSING_PROG(AUTOHEADER, autoheader) -AM_MISSING_PROG(MAKEINFO, makeinfo) +AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) +AM_MISSING_PROG([AUTOCONF], [autoconf]) +AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) +AM_MISSING_PROG([AUTOHEADER], [autoheader]) +AM_MISSING_PROG([MAKEINFO], [makeinfo]) AC_REQUIRE([AM_PROG_INSTALL_SH])dnl AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl -AC_REQUIRE([AM_PROG_MKDIR_P])dnl -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +AC_SUBST([mkdir_p], ['$(MKDIR_P)']) +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl @@ -506,34 +508,82 @@ _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_PROG_TAR([v7])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], - [_AM_DEPENDENCIES(CC)], - [define([AC_PROG_CC], - defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl + [_AM_DEPENDENCIES([CC])], + [m4_define([AC_PROG_CC], + m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], - [_AM_DEPENDENCIES(CXX)], - [define([AC_PROG_CXX], - defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl + [_AM_DEPENDENCIES([CXX])], + [m4_define([AC_PROG_CXX], + m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], - [_AM_DEPENDENCIES(OBJC)], - [define([AC_PROG_OBJC], - defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl + [_AM_DEPENDENCIES([OBJC])], + [m4_define([AC_PROG_OBJC], + m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], + [_AM_DEPENDENCIES([OBJCXX])], + [m4_define([AC_PROG_OBJCXX], + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl ]) -_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl -dnl The `parallel-tests' driver may need to know about EXEEXT, so add the -dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro -dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. +AC_REQUIRE([AM_SILENT_RULES])dnl +dnl The testsuite driver may need to know about EXEEXT, so add the +dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This +dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) + fi +fi +dnl The trailing newline in this macro's definition is deliberate, for +dnl backward compatibility and to allow trailing 'dnl'-style comments +dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. ]) -dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not +dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further dnl mangled by Autoconf and run in a shell conditional statement. m4_define([_AC_COMPILER_EXEEXT], m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) - # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header # that is generated. The stamp files are numbered to have different names. @@ -555,21 +605,18 @@ for _am_header in $config_headers :; do done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation, -# Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 1 - # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -if test x"${install_sh}" != xset; then +if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; @@ -577,16 +624,14 @@ if test x"${install_sh}" != xset; then install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi -AC_SUBST(install_sh)]) +AC_SUBST([install_sh])]) -# Copyright (C) 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2003-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 2 - # Check whether the underlying file-system supports filenames # with a leading dot. For instance MS-DOS doesn't. AC_DEFUN([AM_SET_LEADING_DOT], @@ -600,56 +645,14 @@ fi rmdir .tst 2>/dev/null AC_SUBST([am__leading_dot])]) -# Add --enable-maintainer-mode option to configure. -*- Autoconf -*- -# From Jim Meyering - -# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008, -# 2011 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 5 - -# AM_MAINTAINER_MODE([DEFAULT-MODE]) -# ---------------------------------- -# Control maintainer-specific portions of Makefiles. -# Default is to disable them, unless `enable' is passed literally. -# For symmetry, `disable' may be passed as well. Anyway, the user -# can override the default with the --enable/--disable switch. -AC_DEFUN([AM_MAINTAINER_MODE], -[m4_case(m4_default([$1], [disable]), - [enable], [m4_define([am_maintainer_other], [disable])], - [disable], [m4_define([am_maintainer_other], [enable])], - [m4_define([am_maintainer_other], [enable]) - m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])]) -AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) - dnl maintainer-mode's default is 'disable' unless 'enable' is passed - AC_ARG_ENABLE([maintainer-mode], -[ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful - (and sometimes confusing) to the casual installer], - [USE_MAINTAINER_MODE=$enableval], - [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes])) - AC_MSG_RESULT([$USE_MAINTAINER_MODE]) - AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes]) - MAINT=$MAINTAINER_MODE_TRUE - AC_SUBST([MAINT])dnl -] -) - -AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE]) - # Check to see how 'make' treats includes. -*- Autoconf -*- -# Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 4 - # AM_MAKE_INCLUDE() # ----------------- # Check to see how make treats includes. @@ -667,7 +670,7 @@ am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf -# Ignore all kinds of additional output from `make'. +# Ignore all kinds of additional output from 'make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include @@ -694,15 +697,12 @@ rm -f confinc confmf # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008 -# Free Software Foundation, Inc. +# Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 6 - # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ AC_DEFUN([AM_MISSING_PROG], @@ -710,11 +710,10 @@ AC_DEFUN([AM_MISSING_PROG], $1=${$1-"${am_missing_run}$2"} AC_SUBST($1)]) - # AM_MISSING_HAS_RUN # ------------------ -# Define MISSING if not defined so far and test if it supports --run. -# If it does, set am_missing_run to use it, otherwise, to nothing. +# Define MISSING if not defined so far and test if it is modern enough. +# If it is, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl @@ -727,54 +726,22 @@ if test x"${MISSING+set}" != xset; then esac fi # Use eval to expand $SHELL -if eval "$MISSING --run true"; then - am_missing_run="$MISSING --run " +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " else am_missing_run= - AC_MSG_WARN([`missing' script is too old or missing]) + AC_MSG_WARN(['missing' script is too old or missing]) fi ]) -# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation, -# Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 1 - -# AM_PROG_MKDIR_P -# --------------- -# Check for `mkdir -p'. -AC_DEFUN([AM_PROG_MKDIR_P], -[AC_PREREQ([2.60])dnl -AC_REQUIRE([AC_PROG_MKDIR_P])dnl -dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, -dnl while keeping a definition of mkdir_p for backward compatibility. -dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. -dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of -dnl Makefile.ins that do not define MKDIR_P, so we do our own -dnl adjustment using top_builddir (which is defined more often than -dnl MKDIR_P). -AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl -case $mkdir_p in - [[\\/$]]* | ?:[[\\/]]*) ;; - */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; -esac -]) - # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software -# Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 5 - # _AM_MANGLE_OPTION(NAME) # ----------------------- AC_DEFUN([_AM_MANGLE_OPTION], @@ -784,7 +751,7 @@ AC_DEFUN([_AM_MANGLE_OPTION], # -------------------- # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], -[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) +[m4_define(_AM_MANGLE_OPTION([$1]), [1])]) # _AM_SET_OPTIONS(OPTIONS) # ------------------------ @@ -798,24 +765,82 @@ AC_DEFUN([_AM_SET_OPTIONS], AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Check to make sure that the build environment is sane. -*- Autoconf -*- +# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. -# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008 -# Free Software Foundation, Inc. +# _AM_PROG_CC_C_O +# --------------- +# Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC +# to automatically call this. +AC_DEFUN([_AM_PROG_CC_C_O], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([compile])dnl +AC_LANG_PUSH([C])dnl +AC_CACHE_CHECK( + [whether $CC understands -c and -o together], + [am_cv_prog_cc_c_o], + [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i]) +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +AC_LANG_POP([C])]) + +# For backward compatibility. +AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) + +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 5 +# AM_RUN_LOG(COMMAND) +# ------------------- +# Run COMMAND, save the exit status in ac_status, and log it. +# (This has been adapted from Autoconf's _AC_RUN_LOG macro.) +AC_DEFUN([AM_RUN_LOG], +[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD + ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + (exit $ac_status); }]) + +# Check to make sure that the build environment is sane. -*- Autoconf -*- + +# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. # AM_SANITY_CHECK # --------------- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) -# Just in case -sleep 1 -echo timestamp > conftest.file # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' @@ -826,32 +851,40 @@ case `pwd` in esac case $srcdir in *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) - AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);; + AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; esac -# Do `set' in a subshell so we don't clobber the current shell's +# Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( - set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` - if test "$[*]" = "X"; then - # -L didn't work. - set X `ls -t "$srcdir/configure" conftest.file` - fi - rm -f conftest.file - if test "$[*]" != "X $srcdir/configure conftest.file" \ - && test "$[*]" != "X conftest.file $srcdir/configure"; then - - # If neither matched, then we have a broken ls. This can happen - # if, for instance, CONFIG_SHELL is bash and it inherits a - # broken ls alias from the environment. This has actually - # happened. Such a system could not be considered "sane". - AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken -alias in your environment]) - fi - + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken + alias in your environment]) + fi + if test "$[2]" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done test "$[2]" = conftest.file ) then @@ -861,73 +894,118 @@ else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi -AC_MSG_RESULT(yes)]) +AC_MSG_RESULT([yes]) +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi +AC_CONFIG_COMMANDS_PRE( + [AC_MSG_CHECKING([that generated files are newer than configure]) + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + AC_MSG_RESULT([done])]) +rm -f conftest.file +]) -# Copyright (C) 2009 Free Software Foundation, Inc. +# Copyright (C) 2009-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 1 - # AM_SILENT_RULES([DEFAULT]) # -------------------------- # Enable less verbose build rules; with the default set to DEFAULT -# (`yes' being less verbose, `no' or empty being verbose). +# ("yes" being less verbose, "no" or empty being verbose). AC_DEFUN([AM_SILENT_RULES], -[AC_ARG_ENABLE([silent-rules], -[ --enable-silent-rules less verbose build output (undo: `make V=1') - --disable-silent-rules verbose build output (undo: `make V=0')]) -case $enable_silent_rules in -yes) AM_DEFAULT_VERBOSITY=0;; -no) AM_DEFAULT_VERBOSITY=1;; -*) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; +[AC_ARG_ENABLE([silent-rules], [dnl +AS_HELP_STRING( + [--enable-silent-rules], + [less verbose build output (undo: "make V=1")]) +AS_HELP_STRING( + [--disable-silent-rules], + [verbose build output (undo: "make V=0")])dnl +]) +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; esac +dnl +dnl A few 'make' implementations (e.g., NonStop OS and NextStep) +dnl do not support nested variable expansions. +dnl See automake bug#9928 and bug#10237. +am_make=${MAKE-make} +AC_CACHE_CHECK([whether $am_make supports nested variables], + [am_cv_make_support_nested_variables], + [if AS_ECHO([['TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi]) +if test $am_cv_make_support_nested_variables = yes; then + dnl Using '$V' instead of '$(V)' breaks IRIX make. + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AC_SUBST([AM_V])dnl +AM_SUBST_NOTMAKE([AM_V])dnl +AC_SUBST([AM_DEFAULT_V])dnl +AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl AC_SUBST([AM_DEFAULT_VERBOSITY])dnl AM_BACKSLASH='\' AC_SUBST([AM_BACKSLASH])dnl _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) -# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 1 - # AM_PROG_INSTALL_STRIP # --------------------- -# One issue with vendor `install' (even GNU) is that you can't +# One issue with vendor 'install' (even GNU) is that you can't # specify the program used to strip binaries. This is especially # annoying in cross-compiling environments, where the build's strip # is unlikely to handle the host's binaries. # Fortunately install-sh will honor a STRIPPROG variable, so we -# always use install-sh in `make install-strip', and initialize +# always use install-sh in "make install-strip", and initialize # STRIPPROG with the value of the STRIP variable (set by the user). AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl -# Installed binaries are usually stripped using `strip' when the user -# run `make install-strip'. However `strip' might not be the right +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake -# will honor the `STRIP' environment variable to overrule this program. -dnl Don't test for $cross_compiling = yes, because it might be `maybe'. +# will honor the 'STRIP' environment variable to overrule this program. +dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. +# Copyright (C) 2006-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 3 - # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. @@ -941,18 +1019,16 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004, 2005 Free Software Foundation, Inc. +# Copyright (C) 2004-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 2 - # _AM_PROG_TAR(FORMAT) # -------------------- # Check how to create a tarball in format FORMAT. -# FORMAT should be one of `v7', `ustar', or `pax'. +# FORMAT should be one of 'v7', 'ustar', or 'pax'. # # Substitute a variable $(am__tar) that is a command # writing to stdout a FORMAT-tarball containing the directory @@ -962,75 +1038,114 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Substitute a variable $(am__untar) that extract such # a tarball read from stdin. # $(am__untar) < result.tar +# AC_DEFUN([_AM_PROG_TAR], -[# Always define AMTAR for backward compatibility. -AM_MISSING_PROG([AMTAR], [tar]) -m4_if([$1], [v7], - [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], - [m4_case([$1], [ustar],, [pax],, - [m4_fatal([Unknown tar format])]) -AC_MSG_CHECKING([how to create a $1 tar archive]) -# Loop over all known methods to create a tar archive until one works. +[# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AC_SUBST([AMTAR], ['$${TAR-tar}']) + +# We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' -_am_tools=${am_cv_prog_tar_$1-$_am_tools} -# Do not fold the above two line into one, because Tru64 sh and -# Solaris sh will not grok spaces in the rhs of `-'. -for _am_tool in $_am_tools -do - case $_am_tool in - gnutar) - for _am_tar in tar gnutar gtar; - do - AM_RUN_LOG([$_am_tar --version]) && break - done - am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' - am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' - am__untar="$_am_tar -xf -" - ;; - plaintar) - # Must skip GNU tar: if it does not support --format= it doesn't create - # ustar tarball either. - (tar --version) >/dev/null 2>&1 && continue - am__tar='tar chf - "$$tardir"' - am__tar_='tar chf - "$tardir"' - am__untar='tar xf -' - ;; - pax) - am__tar='pax -L -x $1 -w "$$tardir"' - am__tar_='pax -L -x $1 -w "$tardir"' - am__untar='pax -r' - ;; - cpio) - am__tar='find "$$tardir" -print | cpio -o -H $1 -L' - am__tar_='find "$tardir" -print | cpio -o -H $1 -L' - am__untar='cpio -i -H $1 -d' - ;; - none) - am__tar=false - am__tar_=false - am__untar=false - ;; - esac - # If the value was cached, stop now. We just wanted to have am__tar - # and am__untar set. - test -n "${am_cv_prog_tar_$1}" && break +m4_if([$1], [v7], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], + + [m4_case([$1], + [ustar], + [# The POSIX 1988 'ustar' format is defined with fixed-size fields. + # There is notably a 21 bits limit for the UID and the GID. In fact, + # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 + # and bug#13588). + am_max_uid=2097151 # 2^21 - 1 + am_max_gid=$am_max_uid + # The $UID and $GID variables are not portable, so we need to resort + # to the POSIX-mandated id(1) utility. Errors in the 'id' calls + # below are definitely unexpected, so allow the users to see them + # (that is, avoid stderr redirection). + am_uid=`id -u || echo unknown` + am_gid=`id -g || echo unknown` + AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) + if test $am_uid -le $am_max_uid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi + AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) + if test $am_gid -le $am_max_gid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi], + + [pax], + [], + + [m4_fatal([Unknown tar format])]) + + AC_MSG_CHECKING([how to create a $1 tar archive]) + + # Go ahead even if we have the value already cached. We do so because we + # need to set the values for the 'am__tar' and 'am__untar' variables. + _am_tools=${am_cv_prog_tar_$1-$_am_tools} + + for _am_tool in $_am_tools; do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac - # tar/untar a dummy directory, and stop if the command works - rm -rf conftest.dir - mkdir conftest.dir - echo GrepMe > conftest.dir/file - AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works. + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar /dev/null 2>&1 && break + fi + done rm -rf conftest.dir - if test -s conftest.tar; then - AM_RUN_LOG([$am__untar /dev/null 2>&1 && break - fi -done -rm -rf conftest.dir -AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) -AC_MSG_RESULT([$am_cv_prog_tar_$1])]) + AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) + AC_MSG_RESULT([$am_cv_prog_tar_$1])]) + AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR @@ -1194,7 +1309,7 @@ fi[]dnl dnl xorg-macros.m4. Generated from xorg-macros.m4.in xorgversion.m4 by configure. dnl dnl Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved. -dnl +dnl dnl Permission is hereby granted, free of charge, to any person obtaining a dnl copy of this software and associated documentation files (the "Software"), dnl to deal in the Software without restriction, including without limitation @@ -1227,10 +1342,10 @@ dnl DEALINGS IN THE SOFTWARE. # [m4_fatal([must install xorg-macros 1.1 or later before running autoconf/autogen])]) # # -# See the "minimum version" comment for each macro you use to see what +# See the "minimum version" comment for each macro you use to see what # version you require. m4_defun([XORG_MACROS_VERSION],[ -m4_define([vers_have], [1.17]) +m4_define([vers_have], [1.19.0]) m4_define([maj_have], m4_substr(vers_have, 0, m4_index(vers_have, [.]))) m4_define([maj_needed], m4_substr([$1], 0, m4_index([$1], [.]))) m4_if(m4_cmp(maj_have, maj_needed), 0,, @@ -1250,7 +1365,7 @@ m4_undefine([maj_needed]) # such as man pages and config files AC_DEFUN([XORG_PROG_RAWCPP],[ AC_REQUIRE([AC_PROG_CPP]) -AC_PATH_PROGS(RAWCPP, [cpp], [${CPP}], +AC_PATH_PROGS(RAWCPP, [cpp], [${CPP}], [$PATH:/bin:/usr/bin:/usr/lib:/usr/libexec:/usr/ccs/lib:/usr/ccs/lbin:/lib]) # Check for flag to avoid builtin definitions - assumes unix is predefined, @@ -1280,6 +1395,7 @@ if test `${RAWCPP} < conftest.$ac_ext | grep -c 'preserve \"'` -eq 1 ; then AC_MSG_RESULT([no]) else if test `${RAWCPP} -traditional < conftest.$ac_ext | grep -c 'preserve \"'` -eq 1 ; then + TRADITIONALCPPFLAGS="-traditional" RAWCPPFLAGS="${RAWCPPFLAGS} -traditional" AC_MSG_RESULT([yes]) else @@ -1288,6 +1404,7 @@ else fi rm -f conftest.$ac_ext AC_SUBST(RAWCPPFLAGS) +AC_SUBST(TRADITIONALCPPFLAGS) ]) # XORG_PROG_RAWCPP # XORG_MANPAGE_SECTIONS() @@ -1812,9 +1929,10 @@ AM_CONDITIONAL([HAVE_ASCIIDOC], [test "$have_asciidoc" = yes]) ]) # XORG_WITH_ASCIIDOC # XORG_WITH_DOXYGEN([MIN-VERSION], [DEFAULT]) -# -------------------------------- +# ------------------------------------------- # Minimum version: 1.5.0 # Minimum version for optional DEFAULT argument: 1.11.0 +# Minimum version for optional DOT checking: 1.18.0 # # Documentation tools are not always available on all platforms and sometimes # not at the appropriate level. This macro enables a module to test for the @@ -1834,6 +1952,7 @@ AM_CONDITIONAL([HAVE_ASCIIDOC], [test "$have_asciidoc" = yes]) # AC_DEFUN([XORG_WITH_DOXYGEN],[ AC_ARG_VAR([DOXYGEN], [Path to doxygen command]) +AC_ARG_VAR([DOT], [Path to the dot graphics utility]) m4_define([_defopt], m4_default([$2], [auto])) AC_ARG_WITH(doxygen, AS_HELP_STRING([--with-doxygen], @@ -1877,6 +1996,20 @@ m4_ifval([$1], AC_MSG_ERROR([doxygen version $doxygen_version found, but $1 needed]) fi]) fi]) + +dnl Check for DOT if we have doxygen. The caller decides if it is mandatory +dnl HAVE_DOT is a variable that can be used in your doxygen.in config file: +dnl HAVE_DOT = @HAVE_DOT@ +HAVE_DOT=no +if test "x$have_doxygen" = "xyes"; then + AC_PATH_PROG([DOT], [dot]) + if test "x$DOT" != "x"; then + HAVE_DOT=yes + fi +fi + +AC_SUBST([HAVE_DOT]) +AM_CONDITIONAL([HAVE_DOT], [test "$HAVE_DOT" = "yes"]) AM_CONDITIONAL([HAVE_DOXYGEN], [test "$have_doxygen" = yes]) ]) # XORG_WITH_DOXYGEN @@ -2059,6 +2192,29 @@ fi]) AM_CONDITIONAL([HAVE_FOP], [test "$have_fop" = yes]) ]) # XORG_WITH_FOP +# XORG_WITH_M4([MIN-VERSION]) +# --------------------------- +# Minimum version: 1.19.0 +# +# This macro attempts to locate an m4 macro processor which supports +# -I option and is only useful for modules relying on M4 in order to +# expand macros in source code files. +# +# Interface to module: +# M4: returns the path of the m4 program found +# returns the path set by the user in the environment +# +AC_DEFUN([XORG_WITH_M4], [ +AC_CACHE_CHECK([for m4 that supports -I option], [ac_cv_path_M4], + [AC_PATH_PROGS_FEATURE_CHECK([M4], [m4 gm4], + [[$ac_path_M4 -I. /dev/null > /dev/null 2>&1 && \ + ac_cv_path_M4=$ac_path_M4 ac_path_M4_found=:]], + [AC_MSG_ERROR([could not find m4 that supports -I option])], + [$PATH:/usr/gnu/bin])]) + +AC_SUBST([M4], [$ac_cv_path_M4]) +]) # XORG_WITH_M4 + # XORG_WITH_PS2PDF([DEFAULT]) # ---------------- # Minimum version: 1.6.0 @@ -2513,7 +2669,8 @@ AC_ARG_ENABLE(malloc0returnsnull, AC_MSG_CHECKING([whether malloc(0) returns NULL]) if test "x$MALLOC_ZERO_RETURNS_NULL" = xauto; then - AC_RUN_IFELSE([AC_LANG_PROGRAM([ +AC_CACHE_VAL([xorg_cv_malloc0_returns_null], + [AC_RUN_IFELSE([AC_LANG_PROGRAM([ #include ],[ char *m0, *r0, *c0, *p; @@ -2523,9 +2680,9 @@ if test "x$MALLOC_ZERO_RETURNS_NULL" = xauto; then c0 = calloc(0,10); exit((m0 == 0 || r0 == 0 || c0 == 0) ? 0 : 1); ])], - [MALLOC_ZERO_RETURNS_NULL=yes], - [MALLOC_ZERO_RETURNS_NULL=no], - [MALLOC_ZERO_RETURNS_NULL=yes]) + [xorg_cv_malloc0_returns_null=yes], + [xorg_cv_malloc0_returns_null=no])]) +MALLOC_ZERO_RETURNS_NULL=$xorg_cv_malloc0_returns_null fi AC_MSG_RESULT([$MALLOC_ZERO_RETURNS_NULL]) @@ -2736,11 +2893,11 @@ fi found="no" m4_foreach([flag], m4_cdr($@), [ if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_]CACHE_PREFIX[_unknown_warning_option" = "xyes" ; then PREFIX[FLAGS]="$PREFIX[FLAGS] -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_]CACHE_PREFIX[_unused_command_line_argument" = "xyes" ; then PREFIX[FLAGS]="$PREFIX[FLAGS] -Werror=unused-command-line-argument" fi @@ -2814,7 +2971,7 @@ AC_LANG_CASE( XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wmissing-prototypes]) XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wnested-externs]) XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wbad-function-cast]) - XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wold-style-definition]) + XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wold-style-definition], [-fd]) XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wdeclaration-after-statement]) ] ) @@ -2823,17 +2980,17 @@ AC_LANG_CASE( XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wunused]) XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wuninitialized]) XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wshadow]) -XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wcast-qual]) XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wmissing-noreturn]) XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wmissing-format-attribute]) XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wredundant-decls]) +XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wlogical-op]) # These are currently disabled because they are noisy. They will be enabled # in the future once the codebase is sufficiently modernized to silence # them. For now, I don't want them to drown out the other warnings. -# XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wlogical-op]) # XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wparentheses]) # XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wcast-align]) +# XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wcast-qual]) # Turn some warnings into errors, so we don't accidently get successful builds # when there are problems that should be fixed. @@ -3007,7 +3164,7 @@ dnl # XORG_RELEASE_VERSION # -------------------- # Defines PACKAGE_VERSION_{MAJOR,MINOR,PATCHLEVEL} for modules to use. - + AC_DEFUN([XORG_RELEASE_VERSION],[ AC_DEFINE_UNQUOTED([PACKAGE_VERSION_MAJOR], [`echo $PACKAGE_VERSION | cut -d . -f 1`], diff --git a/apps/xcalc/actions.c b/apps/xcalc/actions.c index 69bed4cc2..50bf7b476 100644 --- a/apps/xcalc/actions.c +++ b/apps/xcalc/actions.c @@ -45,48 +45,47 @@ from the X Consortium. #define XCALC_PRE_OP(keynum) if (pre_op(keynum)) return; #endif -static void add(Widget w, XEvent *e, String *vector, Cardinal *count); -static void back(Widget w, XEvent *e, String *vector, Cardinal *count); -static void bell(Widget w, XEvent *e, String *vector, Cardinal *count); -static void clearit(Widget w, XEvent *e, String *vector, Cardinal *count); -static void cosine(Widget w, XEvent *e, String *vector, Cardinal *count); -static void decimal(Widget w, XEvent *e, String *vector, Cardinal *count); -static void degree(Widget w, XEvent *e, String *vector, Cardinal *count); -static void digit(Widget w, XEvent *e, String *vector, Cardinal *count); -static void divide(Widget w, XEvent *e, String *vector, Cardinal *count); -static void e(Widget w, XEvent *e, String *vector, Cardinal *count); -static void enter(Widget w, XEvent *e, String *vector, Cardinal *count); -static void epower(Widget w, XEvent *e, String *vector, Cardinal *count); -static void equal(Widget w, XEvent *e, String *vector, Cardinal *count); -static void exchange(Widget w, XEvent *e, String *vector, Cardinal *count); -static void factorial(Widget w, XEvent *e, String *vector, Cardinal *count); -static void inverse(Widget w, XEvent *e, String *vector, Cardinal *count); -static void leftParen(Widget w, XEvent *e, String *vector, Cardinal *count); -static void logarithm(Widget w, XEvent *e, String *vector, Cardinal *count); -static void multiply(Widget w, XEvent *e, String *vector, Cardinal *count); -static void naturalLog(Widget w, XEvent *e, String *vector, Cardinal *count); -static void factorial(Widget w, XEvent *e, String *vector, Cardinal *count); -static void negate(Widget w, XEvent *e, String *vector, Cardinal *count); -static void nop(Widget w, XEvent *e, String *vector, Cardinal *count); -static void off(Widget w, XEvent *e, String *vector, Cardinal *count); -static void pi(Widget w, XEvent *e, String *vector, Cardinal *count); -static void power(Widget w, XEvent *e, String *vector, Cardinal *count); -static void quit(Widget w, XEvent *e, String *vector, Cardinal *count); -static void recall(Widget w, XEvent *e, String *vector, Cardinal *count); -static void reciprocal(Widget w, XEvent *e, String *vector, Cardinal *count); -static void rightParen(Widget w, XEvent *e, String *vector, Cardinal *count); -static void roll(Widget w, XEvent *e, String *vector, Cardinal *count); -static void scientific(Widget w, XEvent *e, String *vector, Cardinal *count); -static void selection(Widget w, XEvent *e, String *vector, Cardinal *count); -static void sine(Widget w, XEvent *e, String *vector, Cardinal *count); -static void square(Widget w, XEvent *e, String *vector, Cardinal *count); -static void squareRoot(Widget w, XEvent *e, String *vector, Cardinal *count); -static void store(Widget w, XEvent *e, String *vector, Cardinal *count); -static void subtract(Widget w, XEvent *e, String *vector, Cardinal *count); -static void sum(Widget w, XEvent *e, String *vector, Cardinal *count); -static void tangent(Widget w, XEvent *e, String *vector, Cardinal *count); -static void tenpower(Widget w, XEvent *e, String *vector, Cardinal *count); -static void XexchangeY(Widget w, XEvent *e, String *vector, Cardinal *count); +static void add(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void back(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void bell(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void clearit(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void cosine(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void decimal(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void degree(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void digit(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void divide(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void e(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void enter(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void epower(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void equal(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void exchange(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void factorial(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void inverse(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void leftParen(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void logarithm(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void multiply(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void naturalLog(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void negate(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void nop(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void off(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void pi(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void power(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void quit(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void recall(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void reciprocal(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void rightParen(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void roll(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void scientific(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void selection(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void sine(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void square(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void squareRoot(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void store(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void subtract(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void sum(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void tangent(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void tenpower(Widget w, XEvent *ev, String *vector, Cardinal *count); +static void XexchangeY(Widget w, XEvent *ev, String *vector, Cardinal *count); /* * calculator action table @@ -139,7 +138,7 @@ XtActionsRec Actions[] = { int ActionsCount = XtNumber(Actions); /*ARGSUSED*/ -static void add(Widget w, XEvent *e, String *vector, Cardinal *count) +static void add(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kADD); rpn ? twof(kADD) : twoop(kADD); @@ -147,7 +146,7 @@ static void add(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void back(Widget w, XEvent *e, String *vector, Cardinal *count) +static void back(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kBKSP); bkspf(); @@ -155,13 +154,13 @@ static void back(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void bell(Widget w, XEvent *e, String *vector, Cardinal *count) +static void bell(Widget w, XEvent *ev, String *vector, Cardinal *count) { ringbell(); } /*ARGSUSED*/ -static void clearit(Widget w, XEvent *e, String *vector, Cardinal *count) +static void clearit(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kCLR); clearf(); @@ -169,7 +168,7 @@ static void clearit(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void cosine(Widget w, XEvent *e, String *vector, Cardinal *count) +static void cosine(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kCOS); oneop(kCOS); @@ -177,7 +176,7 @@ static void cosine(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void decimal(Widget w, XEvent *e, String *vector, Cardinal *count) +static void decimal(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kDEC); decf(); @@ -185,7 +184,7 @@ static void decimal(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void degree(Widget w, XEvent *e, String *vector, Cardinal *count) +static void degree(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kDRG); drgf(); @@ -193,7 +192,7 @@ static void degree(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void digit(Widget w, XEvent *e, String *vector, Cardinal *count) +static void digit(Widget w, XEvent *ev, String *vector, Cardinal *count) { switch (vector[0][0]) { @@ -212,7 +211,7 @@ static void digit(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void divide(Widget w, XEvent *e, String *vector, Cardinal *count) +static void divide(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kDIV); rpn ? twof(kDIV) : twoop(kDIV); @@ -220,7 +219,7 @@ static void divide(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void e(Widget w, XEvent *e, String *vector, Cardinal *count) +static void e(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kE); oneop(kE); @@ -228,7 +227,7 @@ static void e(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void enter(Widget w, XEvent *e, String *vector, Cardinal *count) +static void enter(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kENTR); entrf(); @@ -236,7 +235,7 @@ static void enter(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void epower(Widget w, XEvent *e, String *vector, Cardinal *count) +static void epower(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kEXP); oneop(kEXP); @@ -244,7 +243,7 @@ static void epower(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void equal(Widget w, XEvent *e, String *vector, Cardinal *count) +static void equal(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kEQU); equf(); @@ -252,7 +251,7 @@ static void equal(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void exchange(Widget w, XEvent *e, String *vector, Cardinal *count) +static void exchange(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kEXC); oneop(kEXC); @@ -260,7 +259,7 @@ static void exchange(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void factorial(Widget w, XEvent *e, String *vector, Cardinal *count) +static void factorial(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kFACT); oneop(kFACT); @@ -268,7 +267,7 @@ static void factorial(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void inverse(Widget w, XEvent *e, String *vector, Cardinal *count) +static void inverse(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kINV); invf(); @@ -276,7 +275,7 @@ static void inverse(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void leftParen(Widget w, XEvent *e, String *vector, Cardinal *count) +static void leftParen(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kLPAR); lparf(); @@ -284,7 +283,7 @@ static void leftParen(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void logarithm(Widget w, XEvent *e, String *vector, Cardinal *count) +static void logarithm(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kLOG); oneop(kLOG); @@ -292,7 +291,7 @@ static void logarithm(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void multiply(Widget w, XEvent *e, String *vector, Cardinal *count) +static void multiply(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kMUL); rpn ? twof(kMUL) : twoop(kMUL); @@ -300,7 +299,7 @@ static void multiply(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void naturalLog(Widget w, XEvent *e, String *vector, Cardinal *count) +static void naturalLog(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kLN); oneop(kLN); @@ -308,7 +307,7 @@ static void naturalLog(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void negate(Widget w, XEvent *e, String *vector, Cardinal *count) +static void negate(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kNEG); negf(); @@ -316,13 +315,13 @@ static void negate(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void nop(Widget w, XEvent *e, String *vector, Cardinal *count) +static void nop(Widget w, XEvent *ev, String *vector, Cardinal *count) { ringbell(); } /*ARGSUSED*/ -static void off(Widget w, XEvent *e, String *vector, Cardinal *count) +static void off(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kOFF); offf(); @@ -330,7 +329,7 @@ static void off(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void pi(Widget w, XEvent *e, String *vector, Cardinal *count) +static void pi(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kPI); oneop(kPI); @@ -338,7 +337,7 @@ static void pi(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void power(Widget w, XEvent *e, String *vector, Cardinal *count) +static void power(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kPOW); rpn ? twof(kPOW) : twoop(kPOW); @@ -346,16 +345,16 @@ static void power(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void quit(Widget w, XEvent *e, String *vector, Cardinal *count) +static void quit(Widget w, XEvent *ev, String *vector, Cardinal *count) { - if (e->type == ClientMessage && e->xclient.data.l[0] != wm_delete_window) + if (ev->type == ClientMessage && ev->xclient.data.l[0] != wm_delete_window) ringbell(); else Quit(); } /*ARGSUSED*/ -static void recall(Widget w, XEvent *e, String *vector, Cardinal *count) +static void recall(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kRCL); rpn ? memf(kRCL) : oneop(kRCL); @@ -363,7 +362,7 @@ static void recall(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void reciprocal(Widget w, XEvent *e, String *vector, Cardinal *count) +static void reciprocal(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kRECIP); oneop(kRECIP); @@ -371,7 +370,7 @@ static void reciprocal(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void rightParen(Widget w, XEvent *e, String *vector, Cardinal *count) +static void rightParen(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kRPAR); rparf(); @@ -379,7 +378,7 @@ static void rightParen(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void roll(Widget w, XEvent *e, String *vector, Cardinal *count) +static void roll(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kROLL); rollf(); @@ -387,7 +386,7 @@ static void roll(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void scientific(Widget w, XEvent *e, String *vector, Cardinal *count) +static void scientific(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kEE); eef(); @@ -395,13 +394,13 @@ static void scientific(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void selection(Widget w, XEvent *e, String *vector, Cardinal *count) +static void selection(Widget w, XEvent *ev, String *vector, Cardinal *count) { - do_select(((XButtonReleasedEvent *)e)->time); + do_select(((XButtonReleasedEvent *)ev)->time); } /*ARGSUSED*/ -static void sine(Widget w, XEvent *e, String *vector, Cardinal *count) +static void sine(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kSIN); oneop(kSIN); @@ -409,7 +408,7 @@ static void sine(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void square(Widget w, XEvent *e, String *vector, Cardinal *count) +static void square(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kSQR); oneop(kSQR); @@ -417,7 +416,7 @@ static void square(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void squareRoot(Widget w, XEvent *e, String *vector, Cardinal *count) +static void squareRoot(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kSQRT); oneop(kSQRT); @@ -425,7 +424,7 @@ static void squareRoot(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void store(Widget w, XEvent *e, String *vector, Cardinal *count) +static void store(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kSTO); rpn ? memf(kSTO) : oneop(kSTO); @@ -433,7 +432,7 @@ static void store(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void subtract(Widget w, XEvent *e, String *vector, Cardinal *count) +static void subtract(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kSUB); rpn ? twof(kSUB) : twoop(kSUB); @@ -441,7 +440,7 @@ static void subtract(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void sum(Widget w, XEvent *e, String *vector, Cardinal *count) +static void sum(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kSUM); rpn ? memf(kSUM) : oneop(kSUM); @@ -449,7 +448,7 @@ static void sum(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void tangent(Widget w, XEvent *e, String *vector, Cardinal *count) +static void tangent(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kTAN); oneop(kTAN); @@ -457,7 +456,7 @@ static void tangent(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void tenpower(Widget w, XEvent *e, String *vector, Cardinal *count) +static void tenpower(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(k10X); oneop(k10X); @@ -465,7 +464,7 @@ static void tenpower(Widget w, XEvent *e, String *vector, Cardinal *count) } /*ARGSUSED*/ -static void XexchangeY(Widget w, XEvent *e, String *vector, Cardinal *count) +static void XexchangeY(Widget w, XEvent *ev, String *vector, Cardinal *count) { XCALC_PRE_OP(kXXY); twof(kXXY); diff --git a/apps/xcalc/compile b/apps/xcalc/compile new file mode 100755 index 000000000..a85b723c7 --- /dev/null +++ b/apps/xcalc/compile @@ -0,0 +1,347 @@ +#! /bin/sh +# Wrapper for compilers which do not understand '-c -o'. + +scriptversion=2012-10-14.11; # UTC + +# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Written by Tom Tromey . +# +# 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, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# This file is maintained in Automake, please report +# bugs to or send patches to +# . + +nl=' +' + +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent tools from complaining about whitespace usage. +IFS=" "" $nl" + +file_conv= + +# func_file_conv build_file lazy +# Convert a $build file to $host form and store it in $file +# Currently only supports Windows hosts. If the determined conversion +# type is listed in (the comma separated) LAZY, no conversion will +# take place. +func_file_conv () +{ + file=$1 + case $file in + / | /[!/]*) # absolute file, and not a UNC file + if test -z "$file_conv"; then + # lazily determine how to convert abs files + case `uname -s` in + MINGW*) + file_conv=mingw + ;; + CYGWIN*) + file_conv=cygwin + ;; + *) + file_conv=wine + ;; + esac + fi + case $file_conv/,$2, in + *,$file_conv,*) + ;; + mingw/*) + file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` + ;; + cygwin/*) + file=`cygpath -m "$file" || echo "$file"` + ;; + wine/*) + file=`winepath -w "$file" || echo "$file"` + ;; + esac + ;; + esac +} + +# func_cl_dashL linkdir +# Make cl look for libraries in LINKDIR +func_cl_dashL () +{ + func_file_conv "$1" + if test -z "$lib_path"; then + lib_path=$file + else + lib_path="$lib_path;$file" + fi + linker_opts="$linker_opts -LIBPATH:$file" +} + +# func_cl_dashl library +# Do a library search-path lookup for cl +func_cl_dashl () +{ + lib=$1 + found=no + save_IFS=$IFS + IFS=';' + for dir in $lib_path $LIB + do + IFS=$save_IFS + if $shared && test -f "$dir/$lib.dll.lib"; then + found=yes + lib=$dir/$lib.dll.lib + break + fi + if test -f "$dir/$lib.lib"; then + found=yes + lib=$dir/$lib.lib + break + fi + if test -f "$dir/lib$lib.a"; then + found=yes + lib=$dir/lib$lib.a + break + fi + done + IFS=$save_IFS + + if test "$found" != yes; then + lib=$lib.lib + fi +} + +# func_cl_wrapper cl arg... +# Adjust compile command to suit cl +func_cl_wrapper () +{ + # Assume a capable shell + lib_path= + shared=: + linker_opts= + for arg + do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as 'compile cc -o foo foo.c'. + eat=1 + case $2 in + *.o | *.[oO][bB][jJ]) + func_file_conv "$2" + set x "$@" -Fo"$file" + shift + ;; + *) + func_file_conv "$2" + set x "$@" -Fe"$file" + shift + ;; + esac + ;; + -I) + eat=1 + func_file_conv "$2" mingw + set x "$@" -I"$file" + shift + ;; + -I*) + func_file_conv "${1#-I}" mingw + set x "$@" -I"$file" + shift + ;; + -l) + eat=1 + func_cl_dashl "$2" + set x "$@" "$lib" + shift + ;; + -l*) + func_cl_dashl "${1#-l}" + set x "$@" "$lib" + shift + ;; + -L) + eat=1 + func_cl_dashL "$2" + ;; + -L*) + func_cl_dashL "${1#-L}" + ;; + -static) + shared=false + ;; + -Wl,*) + arg=${1#-Wl,} + save_ifs="$IFS"; IFS=',' + for flag in $arg; do + IFS="$save_ifs" + linker_opts="$linker_opts $flag" + done + IFS="$save_ifs" + ;; + -Xlinker) + eat=1 + linker_opts="$linker_opts $2" + ;; + -*) + set x "$@" "$1" + shift + ;; + *.cc | *.CC | *.cxx | *.CXX | *.[cC]++) + func_file_conv "$1" + set x "$@" -Tp"$file" + shift + ;; + *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) + func_file_conv "$1" mingw + set x "$@" "$file" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift + done + if test -n "$linker_opts"; then + linker_opts="-link$linker_opts" + fi + exec "$@" $linker_opts + exit 1 +} + +eat= + +case $1 in + '') + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; + -h | --h*) + cat <<\EOF +Usage: compile [--help] [--version] PROGRAM [ARGS] + +Wrapper for compilers which do not understand '-c -o'. +Remove '-o dest.o' from ARGS, run PROGRAM with the remaining +arguments, and rename the output as expected. + +If you are trying to build a whole package this is not the +right script to run: please start by reading the file 'INSTALL'. + +Report bugs to . +EOF + exit $? + ;; + -v | --v*) + echo "compile $scriptversion" + exit $? + ;; + cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) + func_cl_wrapper "$@" # Doesn't return... + ;; +esac + +ofile= +cfile= + +for arg +do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as 'compile cc -o foo foo.c'. + # So we strip '-o arg' only if arg is an object. + eat=1 + case $2 in + *.o | *.obj) + ofile=$2 + ;; + *) + set x "$@" -o "$2" + shift + ;; + esac + ;; + *.c) + cfile=$1 + set x "$@" "$1" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift +done + +if test -z "$ofile" || test -z "$cfile"; then + # If no '-o' option was seen then we might have been invoked from a + # pattern rule where we don't need one. That is ok -- this is a + # normal compilation that the losing compiler can handle. If no + # '.c' file was seen then we are probably linking. That is also + # ok. + exec "$@" +fi + +# Name of file we expect compiler to create. +cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` + +# Create the lock directory. +# Note: use '[/\\:.-]' here to ensure that we don't use the same name +# that we are using for the .o file. Also, base the name on the expected +# object file name, since that is what matters with a parallel build. +lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d +while true; do + if mkdir "$lockdir" >/dev/null 2>&1; then + break + fi + sleep 1 +done +# FIXME: race condition here if user kills between mkdir and trap. +trap "rmdir '$lockdir'; exit 1" 1 2 15 + +# Run the compile. +"$@" +ret=$? + +if test -f "$cofile"; then + test "$cofile" = "$ofile" || mv "$cofile" "$ofile" +elif test -f "${cofile}bj"; then + test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile" +fi + +rmdir "$lockdir" +exit $ret + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff --git a/apps/xcalc/config.guess b/apps/xcalc/config.guess index 8152efd67..6c32c8645 100755 --- a/apps/xcalc/config.guess +++ b/apps/xcalc/config.guess @@ -1,14 +1,12 @@ #! /bin/sh # 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, 2009, 2010, -# 2011 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2011-11-11' +timestamp='2014-11-04' # This file 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 +# the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but @@ -17,26 +15,22 @@ timestamp='2011-11-11' # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this program; if not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under -# the same distribution terms that you use for the rest of that program. - - -# Originally written by Per Bothner. Please send patches (context -# diff format) to and include a ChangeLog -# entry. +# the same distribution terms that you use for the rest of that +# program. This Exception is an additional permission under section 7 +# of the GNU General Public License, version 3 ("GPLv3"). # -# This script attempts to guess a canonical system name similar to -# config.sub. If it succeeds, it prints the system name on stdout, and -# exits with 0. Otherwise, it exits with 1. +# Originally written by Per Bothner; maintained since 2000 by Ben Elliston. # # You can get the latest version of this script from: # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD +# +# Please send patches to . + me=`echo "$0" | sed -e 's,.*/,,'` @@ -56,9 +50,7 @@ version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, -2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free -Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -140,12 +132,33 @@ UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown +case "${UNAME_SYSTEM}" in +Linux|GNU|GNU/*) + # If the system lacks a compiler, then just pick glibc. + # We could probably try harder. + LIBC=gnu + + eval $set_cc_for_build + cat <<-EOF > $dummy.c + #include + #if defined(__UCLIBC__) + LIBC=uclibc + #elif defined(__dietlibc__) + LIBC=dietlibc + #else + LIBC=gnu + #endif + EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` + ;; +esac + # Note: order is significant - the case branches are not exclusive. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *:NetBSD:*:*) # NetBSD (nbsd) targets should (where applicable) match one or - # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, + # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently # switched to ELF, *-*-netbsd* would select the old # object file format. This provides both forward @@ -202,6 +215,10 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "${machine}-${os}${release}" exit ;; + *:Bitrig:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` + echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE} + exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} @@ -304,7 +321,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit ;; - arm:riscos:*:*|arm:RISCOS:*:*) + arm*:riscos:*:*|arm*:RISCOS:*:*) echo arm-unknown-riscos exit ;; SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) @@ -562,8 +579,9 @@ EOF else IBM_ARCH=powerpc fi - if [ -x /usr/bin/oslevel ] ; then - IBM_REV=`/usr/bin/oslevel` + if [ -x /usr/bin/lslpp ] ; then + IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc | + awk -F: '{ print $3 }' | sed s/[0-9]*$/0/` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi @@ -803,10 +821,13 @@ EOF i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin exit ;; + *:MINGW64*:*) + echo ${UNAME_MACHINE}-pc-mingw64 + exit ;; *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; - i*:MSYS*:*) + *:MSYS*:*) echo ${UNAME_MACHINE}-pc-msys exit ;; i*:windows32*:*) @@ -854,15 +875,22 @@ EOF exit ;; *:GNU:*:*) # the GNU system - echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` + echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` exit ;; *:GNU/*:*:*) # other systems with GNU libc and userland - echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu + echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} exit ;; i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix exit ;; + aarch64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + aarch64_be:Linux:*:*) + UNAME_MACHINE=aarch64_be + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in EV5) UNAME_MACHINE=alphaev5 ;; @@ -874,59 +902,54 @@ EOF EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep -q ld.so.1 - if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi - echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} + if test "$?" = 0 ; then LIBC="gnulibc1" ; fi + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + arc:Linux:*:* | arceb:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} 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 + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} else if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_PCS_VFP then - echo ${UNAME_MACHINE}-unknown-linux-gnueabi + echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi else - echo ${UNAME_MACHINE}-unknown-linux-gnueabihf + echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf fi fi exit ;; avr32*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; cris:Linux:*:*) - echo cris-axis-linux-gnu + echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; crisv32:Linux:*:*) - echo crisv32-axis-linux-gnu + echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; frv:Linux:*:*) - echo frv-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; hexagon:Linux:*:*) - echo hexagon-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; i*86:Linux:*:*) - LIBC=gnu - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #ifdef __dietlibc__ - LIBC=dietlibc - #endif -EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` - echo "${UNAME_MACHINE}-pc-linux-${LIBC}" + echo ${UNAME_MACHINE}-pc-linux-${LIBC} exit ;; ia64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; m32r*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; m68*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; mips:Linux:*:* | mips64:Linux:*:*) eval $set_cc_for_build @@ -945,54 +968,63 @@ EOF #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` - test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } ;; - or32:Linux:*:*) - echo or32-unknown-linux-gnu + openrisc*:Linux:*:*) + echo or1k-unknown-linux-${LIBC} + exit ;; + or32:Linux:*:* | or1k*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; padre:Linux:*:*) - echo sparc-unknown-linux-gnu + echo sparc-unknown-linux-${LIBC} exit ;; parisc64:Linux:*:* | hppa64:Linux:*:*) - echo hppa64-unknown-linux-gnu + echo hppa64-unknown-linux-${LIBC} exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in - PA7*) echo hppa1.1-unknown-linux-gnu ;; - PA8*) echo hppa2.0-unknown-linux-gnu ;; - *) echo hppa-unknown-linux-gnu ;; + PA7*) echo hppa1.1-unknown-linux-${LIBC} ;; + PA8*) echo hppa2.0-unknown-linux-${LIBC} ;; + *) echo hppa-unknown-linux-${LIBC} ;; esac exit ;; ppc64:Linux:*:*) - echo powerpc64-unknown-linux-gnu + echo powerpc64-unknown-linux-${LIBC} exit ;; ppc:Linux:*:*) - echo powerpc-unknown-linux-gnu + echo powerpc-unknown-linux-${LIBC} + exit ;; + ppc64le:Linux:*:*) + echo powerpc64le-unknown-linux-${LIBC} + exit ;; + ppcle:Linux:*:*) + echo powerpcle-unknown-linux-${LIBC} exit ;; s390:Linux:*:* | s390x:Linux:*:*) - echo ${UNAME_MACHINE}-ibm-linux + echo ${UNAME_MACHINE}-ibm-linux-${LIBC} exit ;; sh64*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; sh*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; sparc:Linux:*:* | sparc64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; tile*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; vax:Linux:*:*) - echo ${UNAME_MACHINE}-dec-linux-gnu + echo ${UNAME_MACHINE}-dec-linux-${LIBC} exit ;; x86_64:Linux:*:*) - echo x86_64-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; xtensa*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. @@ -1196,6 +1228,9 @@ EOF BePC:Haiku:*:*) # Haiku running on Intel PC compatible. echo i586-pc-haiku exit ;; + x86_64:Haiku:*:*) + echo x86_64-unknown-haiku + exit ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux${UNAME_RELEASE} exit ;; @@ -1222,19 +1257,31 @@ EOF exit ;; *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown - case $UNAME_PROCESSOR in - i386) - eval $set_cc_for_build - if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then - if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ - (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ - grep IS_64BIT_ARCH >/dev/null - then - UNAME_PROCESSOR="x86_64" - fi - fi ;; - unknown) UNAME_PROCESSOR=powerpc ;; - esac + eval $set_cc_for_build + if test "$UNAME_PROCESSOR" = unknown ; then + UNAME_PROCESSOR=powerpc + fi + if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + case $UNAME_PROCESSOR in + i386) UNAME_PROCESSOR=x86_64 ;; + powerpc) UNAME_PROCESSOR=powerpc64 ;; + esac + fi + fi + elif test "$UNAME_PROCESSOR" = i386 ; then + # Avoid executing cc on OS X 10.9, as it ships with a stub + # that puts up a graphical alert prompting to install + # developer tools. Any system running Mac OS X 10.7 or + # later (Darwin 11 and later) is required to have a 64-bit + # processor. This is not true of the ARM version of Darwin + # that Apple uses in portable devices. + UNAME_PROCESSOR=x86_64 + fi echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) @@ -1251,7 +1298,7 @@ EOF NEO-?:NONSTOP_KERNEL:*:*) echo neo-tandem-nsk${UNAME_RELEASE} exit ;; - NSE-?:NONSTOP_KERNEL:*:*) + NSE-*:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; NSR-?:NONSTOP_KERNEL:*:*) @@ -1320,158 +1367,10 @@ EOF i*86:AROS:*:*) echo ${UNAME_MACHINE}-pc-aros exit ;; -esac - -#echo '(No uname command or uname output not recognized.)' 1>&2 -#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 - -eval $set_cc_for_build -cat >$dummy.c < -# include -#endif -main () -{ -#if defined (sony) -#if defined (MIPSEB) - /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, - I don't know.... */ - printf ("mips-sony-bsd\n"); exit (0); -#else -#include - printf ("m68k-sony-newsos%s\n", -#ifdef NEWSOS4 - "4" -#else - "" -#endif - ); exit (0); -#endif -#endif - -#if defined (__arm) && defined (__acorn) && defined (__unix) - printf ("arm-acorn-riscix\n"); exit (0); -#endif - -#if defined (hp300) && !defined (hpux) - printf ("m68k-hp-bsd\n"); exit (0); -#endif - -#if defined (NeXT) -#if !defined (__ARCHITECTURE__) -#define __ARCHITECTURE__ "m68k" -#endif - int version; - version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; - if (version < 4) - printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); - else - printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); - exit (0); -#endif - -#if defined (MULTIMAX) || defined (n16) -#if defined (UMAXV) - printf ("ns32k-encore-sysv\n"); exit (0); -#else -#if defined (CMU) - printf ("ns32k-encore-mach\n"); exit (0); -#else - printf ("ns32k-encore-bsd\n"); exit (0); -#endif -#endif -#endif - -#if defined (__386BSD__) - printf ("i386-pc-bsd\n"); exit (0); -#endif - -#if defined (sequent) -#if defined (i386) - printf ("i386-sequent-dynix\n"); exit (0); -#endif -#if defined (ns32000) - printf ("ns32k-sequent-dynix\n"); exit (0); -#endif -#endif - -#if defined (_SEQUENT_) - struct utsname un; - - uname(&un); - - if (strncmp(un.version, "V2", 2) == 0) { - printf ("i386-sequent-ptx2\n"); exit (0); - } - if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ - printf ("i386-sequent-ptx1\n"); exit (0); - } - printf ("i386-sequent-ptx\n"); exit (0); - -#endif - -#if defined (vax) -# if !defined (ultrix) -# include -# if defined (BSD) -# if BSD == 43 - printf ("vax-dec-bsd4.3\n"); exit (0); -# else -# if BSD == 199006 - printf ("vax-dec-bsd4.3reno\n"); exit (0); -# else - printf ("vax-dec-bsd\n"); exit (0); -# endif -# endif -# else - printf ("vax-dec-bsd\n"); exit (0); -# endif -# else - printf ("vax-dec-ultrix\n"); exit (0); -# endif -#endif - -#if defined (alliant) && defined (i860) - printf ("i860-alliant-bsd\n"); exit (0); -#endif - - exit (1); -} -EOF - -$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && - { echo "$SYSTEM_NAME"; exit; } - -# Apollos put the system type in the environment. - -test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; } - -# Convex versions that predate uname can use getsysinfo(1) - -if [ -x /usr/convex/getsysinfo ] -then - case `getsysinfo -f cpu_type` in - c1*) - echo c1-convex-bsd - exit ;; - c2*) - if getsysinfo -f scalar_acc - then echo c32-convex-bsd - else echo c2-convex-bsd - fi - exit ;; - c34*) - echo c34-convex-bsd + x86_64:VMkernel:*:*) + echo ${UNAME_MACHINE}-unknown-esx exit ;; - c38*) - echo c38-convex-bsd - exit ;; - c4*) - echo c4-convex-bsd - exit ;; - esac -fi +esac cat >&2 < header file. */ #undef HAVE_STRING_H +/* Define to 1 if you have the `strlcpy' function. */ +#undef HAVE_STRLCPY + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H diff --git a/apps/xcalc/config.sub b/apps/xcalc/config.sub index e76eaf472..7ffe37378 100755 --- a/apps/xcalc/config.sub +++ b/apps/xcalc/config.sub @@ -1,38 +1,31 @@ #! /bin/sh # Configuration validation subroutine script. -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, -# 2011 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2011-11-11' +timestamp='2014-12-03' -# This file is (in principle) common to ALL GNU software. -# The presence of a machine in this file suggests that SOME GNU software -# can handle that machine. It does not imply ALL GNU software can. -# -# This file 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 +# This file 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 3 of the License, or # (at your option) any later version. # -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this program; if not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under -# the same distribution terms that you use for the rest of that program. +# the same distribution terms that you use for the rest of that +# program. This Exception is an additional permission under section 7 +# of the GNU General Public License, version 3 ("GPLv3"). -# Please send patches to . Submit a context -# diff and a properly formatted GNU ChangeLog entry. +# Please send patches to . # # Configuration subroutine to validate and canonicalize a configuration type. # Supply the specified configuration type as an argument. @@ -75,9 +68,7 @@ Report bugs and patches to ." version="\ GNU config.sub ($timestamp) -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, -2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free -Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -125,13 +116,17 @@ esac maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ - linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ + linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ knetbsd*-gnu* | netbsd*-gnu* | \ kopensolaris*-gnu* | \ storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; + android-linux) + os=-linux-android + basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown + ;; *) basic_machine=`echo $1 | sed 's/-[^-]*$//'` if [ $basic_machine != $1 ] @@ -154,7 +149,7 @@ case $os in -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ - -apple | -axis | -knuth | -cray | -microblaze) + -apple | -axis | -knuth | -cray | -microblaze*) os= basic_machine=$1 ;; @@ -223,6 +218,12 @@ case $os in -isc*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; + -lynx*178) + os=-lynxos178 + ;; + -lynx*5) + os=-lynxos5 + ;; -lynx*) os=-lynxos ;; @@ -247,13 +248,16 @@ case $basic_machine in # Some are omitted here because they have special meanings below. 1750a | 580 \ | a29k \ + | aarch64 | aarch64_be \ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | am33_2.0 \ - | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ - | be32 | be64 \ + | arc | arceb \ + | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \ + | avr | avr32 \ + | be32 | be64 \ | bfin \ - | c4x | clipper \ + | c4x | c8051 | clipper \ | d10v | d30v | dlx | dsp16xx \ | epiphany \ | fido | fr30 | frv \ @@ -261,10 +265,11 @@ case $basic_machine in | hexagon \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ + | k1om \ | le32 | le64 \ | lm32 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ - | maxq | mb | microblaze | mcore | mep | metag \ + | maxq | mb | microblaze | microblazeel | mcore | mep | metag \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ @@ -278,23 +283,26 @@ case $basic_machine in | mips64vr5900 | mips64vr5900el \ | mipsisa32 | mipsisa32el \ | mipsisa32r2 | mipsisa32r2el \ + | mipsisa32r6 | mipsisa32r6el \ | mipsisa64 | mipsisa64el \ | mipsisa64r2 | mipsisa64r2el \ + | mipsisa64r6 | mipsisa64r6el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ + | mipsr5900 | mipsr5900el \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ | moxie \ | mt \ | msp430 \ | nds32 | nds32le | nds32be \ - | nios | nios2 \ + | nios | nios2 | nios2eb | nios2el \ | ns16k | ns32k \ - | open8 \ - | or32 \ + | open8 | or1k | or1knd | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle \ | pyramid \ + | riscv32 | riscv64 \ | rl78 | rx \ | score \ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ @@ -305,6 +313,7 @@ case $basic_machine in | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ | ubicom32 \ | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ + | visium \ | we32k \ | x86 | xc16x | xstormy16 | xtensa \ | z8k | z80) @@ -319,8 +328,10 @@ case $basic_machine in c6x) basic_machine=tic6x-unknown ;; - m6811 | m68hc11 | m6812 | m68hc12 | picochip) - # Motorola 68HC11/12. + leon|leon[3-9]) + basic_machine=sparc-$basic_machine + ;; + m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip) basic_machine=$basic_machine-unknown os=-none ;; @@ -333,7 +344,10 @@ case $basic_machine in strongarm | thumb | xscale) basic_machine=arm-unknown ;; - + xgate) + basic_machine=$basic_machine-unknown + os=-none + ;; xscaleeb) basic_machine=armeb-unknown ;; @@ -356,15 +370,16 @@ case $basic_machine in # Recognize the basic CPU types with company name. 580-* \ | a29k-* \ + | aarch64-* | aarch64_be-* \ | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ - | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ + | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* | avr32-* \ | be32-* | be64-* \ | bfin-* | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* \ - | clipper-* | craynv-* | cydra-* \ + | c8051-* | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | elxsi-* \ | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ @@ -373,11 +388,13 @@ case $basic_machine in | hexagon-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ + | k1om-* \ | le32-* | le64-* \ | lm32-* \ | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ - | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \ + | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ + | microblaze-* | microblazeel-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ @@ -391,18 +408,22 @@ case $basic_machine in | mips64vr5900-* | mips64vr5900el-* \ | mipsisa32-* | mipsisa32el-* \ | mipsisa32r2-* | mipsisa32r2el-* \ + | mipsisa32r6-* | mipsisa32r6el-* \ | mipsisa64-* | mipsisa64el-* \ | mipsisa64r2-* | mipsisa64r2el-* \ + | mipsisa64r6-* | mipsisa64r6el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ + | mipsr5900-* | mipsr5900el-* \ | mipstx39-* | mipstx39el-* \ | mmix-* \ | mt-* \ | msp430-* \ | nds32-* | nds32le-* | nds32be-* \ - | nios-* | nios2-* \ + | nios-* | nios2-* | nios2eb-* | nios2el-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | open8-* \ + | or1k*-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ @@ -420,6 +441,7 @@ case $basic_machine in | ubicom32-* \ | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ | vax-* \ + | visium-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* \ | xstormy16-* | xtensa*-* \ @@ -719,7 +741,6 @@ case $basic_machine in i370-ibm* | ibm*) basic_machine=i370-ibm ;; -# I'm not sure what "Sysv32" means. Should this be sysv3.2? i*86v32) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv32 @@ -758,6 +779,9 @@ case $basic_machine in basic_machine=m68k-isi os=-sysv ;; + leon-*|leon[3-9]-*) + basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'` + ;; m68knommu) basic_machine=m68k-unknown os=-linux @@ -777,11 +801,15 @@ case $basic_machine in basic_machine=ns32k-utek os=-sysv ;; - microblaze) + microblaze*) basic_machine=microblaze-xilinx ;; + mingw64) + basic_machine=x86_64-pc + os=-mingw64 + ;; mingw32) - basic_machine=i386-pc + basic_machine=i686-pc os=-mingw32 ;; mingw32ce) @@ -809,6 +837,10 @@ case $basic_machine in basic_machine=powerpc-unknown os=-morphos ;; + moxiebox) + basic_machine=moxie-unknown + os=-moxiebox + ;; msdos) basic_machine=i386-pc os=-msdos @@ -817,7 +849,7 @@ case $basic_machine in basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` ;; msys) - basic_machine=i386-pc + basic_machine=i686-pc os=-msys ;; mvs) @@ -1008,7 +1040,11 @@ case $basic_machine in basic_machine=i586-unknown os=-pw32 ;; - rdos) + rdos | rdos64) + basic_machine=x86_64-pc + os=-rdos + ;; + rdos32) basic_machine=i386-pc os=-rdos ;; @@ -1335,29 +1371,29 @@ case $os in -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ - | -sym* | -kopensolaris* \ + | -sym* | -kopensolaris* | -plan9* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ | -aos* | -aros* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ - | -openbsd* | -solidbsd* \ + | -bitrig* | -openbsd* | -solidbsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* | -cegcc* \ | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -linux-gnu* | -linux-android* \ - | -linux-newlib* | -linux-uclibc* \ - | -uxpv* | -beos* | -mpeix* | -udk* \ + | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ + | -linux-newlib* | -linux-musl* | -linux-uclibc* \ + | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ - | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*) + | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) @@ -1481,9 +1517,6 @@ case $os in -aros*) os=-aros ;; - -kaos*) - os=-kaos - ;; -zvmoe) os=-zvmoe ;; @@ -1532,6 +1565,12 @@ case $basic_machine in c4x-* | tic4x-*) os=-coff ;; + c8051-*) + os=-elf + ;; + hexagon-*) + os=-elf + ;; tic54x-*) os=-coff ;; @@ -1559,9 +1598,6 @@ case $basic_machine in ;; m68000-sun) os=-sunos3 - # This also exists in the configure program, but was not the - # default. - # os=-sunos4 ;; m68*-cisco) os=-aout diff --git a/apps/xcalc/configure b/apps/xcalc/configure index a63872cd4..f517bd782 100755 --- a/apps/xcalc/configure +++ b/apps/xcalc/configure @@ -1,13 +1,11 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for xcalc 1.0.5. +# Generated by GNU Autoconf 2.69 for xcalc 1.0.6. # # Report bugs to . # # -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software -# Foundation, Inc. +# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # # # This configure script is free software; the Free Software Foundation @@ -136,6 +134,31 @@ export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH +# Use a proper internal environment variable to ensure we don't fall + # into an infinite loop, continuously re-executing ourselves. + if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then + _as_can_reexec=no; export _as_can_reexec; + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +as_fn_exit 255 + fi + # We don't want this to propagate to other subprocesses. + { _as_can_reexec=; unset _as_can_reexec;} if test "x$CONFIG_SHELL" = x; then as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : emulate sh @@ -169,7 +192,8 @@ if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : else exitcode=1; echo positional parameters were not saved. fi -test x\$exitcode = x0 || exit 1" +test x\$exitcode = x0 || exit 1 +test -x / || exit 1" as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && @@ -214,21 +238,25 @@ IFS=$as_save_IFS if test "x$CONFIG_SHELL" != x; then : - # We cannot yet assume a decent shell, so we have to provide a - # neutralization value for shells without unset; and this also - # works around shells that cannot unset nonexistent variables. - # Preserve -v and -x to the replacement shell. - BASH_ENV=/dev/null - ENV=/dev/null - (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV - export CONFIG_SHELL - case $- in # (((( - *v*x* | *x*v* ) as_opts=-vx ;; - *v* ) as_opts=-v ;; - *x* ) as_opts=-x ;; - * ) as_opts= ;; - esac - exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} + export CONFIG_SHELL + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 fi if test x$as_have_required = xno; then : @@ -332,6 +360,14 @@ $as_echo X"$as_dir" | } # as_fn_mkdir_p + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take @@ -453,6 +489,10 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits chmod +x "$as_me.lineno" || { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have + # already done that, so ensure we don't try to do so again and fall + # in an infinite loop. This has already happened in practice. + _as_can_reexec=no; export _as_can_reexec # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensitive to this). @@ -487,16 +527,16 @@ if (echo >conf$$.file) 2>/dev/null; then # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -p'. + # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || - as_ln_s='cp -p' + as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else - as_ln_s='cp -p' + as_ln_s='cp -pR' fi else - as_ln_s='cp -p' + as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null @@ -508,28 +548,8 @@ else as_mkdir_p=false fi -if test -x / >/dev/null 2>&1; then - as_test_x='test -x' -else - if ls -dL / >/dev/null 2>&1; then - as_ls_L_option=L - else - as_ls_L_option= - fi - as_test_x=' - eval sh -c '\'' - if test -d "$1"; then - test -d "$1/."; - else - case $1 in #( - -*)set "./$1";; - esac; - case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( - ???[sx]*):;;*)false;;esac;fi - '\'' sh - ' -fi -as_executable_p=$as_test_x +as_test_x='test -x' +as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" @@ -561,8 +581,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='xcalc' PACKAGE_TARNAME='xcalc' -PACKAGE_VERSION='1.0.5' -PACKAGE_STRING='xcalc 1.0.5' +PACKAGE_VERSION='1.0.6' +PACKAGE_STRING='xcalc 1.0.6' PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg' PACKAGE_URL='' @@ -612,8 +632,6 @@ APPDEFS_LIBS APPDEFS_CFLAGS XCALC_LIBS XCALC_CFLAGS -AM_BACKSLASH -AM_DEFAULT_VERBOSITY MAN_SUBSTS XORG_MAN_PAGE ADMIN_MAN_DIR @@ -663,9 +681,10 @@ CPPFLAGS LDFLAGS CFLAGS CC -MAINT -MAINTAINER_MODE_FALSE -MAINTAINER_MODE_TRUE +AM_BACKSLASH +AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V am__untar am__tar AMTAR @@ -730,11 +749,10 @@ SHELL' ac_subst_files='' ac_user_opts=' enable_option_checking -enable_maintainer_mode +enable_silent_rules enable_dependency_tracking enable_selective_werror enable_strict_compilation -enable_silent_rules with_appdefaultdir ' ac_precious_vars='build_alias @@ -1206,8 +1224,6 @@ target=$target_alias if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe - $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. - If a cross compiler is detected then cross compile mode will be used" >&2 elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi @@ -1293,7 +1309,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures xcalc 1.0.5 to adapt to many kinds of systems. +\`configure' configures xcalc 1.0.6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1363,7 +1379,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of xcalc 1.0.5:";; + short | recursive ) echo "Configuration of xcalc 1.0.6:";; esac cat <<\_ACEOF @@ -1371,18 +1387,18 @@ Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] - --enable-maintainer-mode enable make rules and dependencies not useful - (and sometimes confusing) to the casual installer - --disable-dependency-tracking speeds up one-time build - --enable-dependency-tracking do not reject slow dependency extractors + --enable-silent-rules less verbose build output (undo: "make V=1") + --disable-silent-rules verbose build output (undo: "make V=0") + --enable-dependency-tracking + do not reject slow dependency extractors + --disable-dependency-tracking + speeds up one-time build --disable-selective-werror Turn off selective compiler errors. (default: enabled) --enable-strict-compilation Enable all warnings from compiler and make them errors (default: disabled) - --enable-silent-rules less verbose build output (undo: `make V=1') - --disable-silent-rules verbose build output (undo: `make V=0') Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] @@ -1475,10 +1491,10 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -xcalc configure 1.0.5 -generated by GNU Autoconf 2.68 +xcalc configure 1.0.6 +generated by GNU Autoconf 2.69 -Copyright (C) 2010 Free Software Foundation, Inc. +Copyright (C) 2012 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF @@ -1710,7 +1726,7 @@ $as_echo "$ac_try_echo"; } >&5 test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || - $as_test_x conftest$ac_exeext + test -x conftest$ac_exeext }; then : ac_retval=0 else @@ -1728,12 +1744,79 @@ fi as_fn_set_status $ac_retval } # ac_fn_c_try_link + +# ac_fn_c_check_func LINENO FUNC VAR +# ---------------------------------- +# Tests whether FUNC exists, setting the cache variable VAR accordingly +ac_fn_c_check_func () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +/* Define $2 to an innocuous variant, in case declares $2. + For example, HP-UX 11i declares gettimeofday. */ +#define $2 innocuous_$2 + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $2 (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef $2 + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char $2 (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_$2 || defined __stub___$2 +choke me +#endif + +int +main () +{ +return $2 (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + eval "$3=yes" +else + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_func cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by xcalc $as_me 1.0.5, which was -generated by GNU Autoconf 2.68. Invocation command line was +It was created by xcalc $as_me 1.0.6, which was +generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2085,7 +2168,7 @@ ac_config_headers="$ac_config_headers config.h" # Initialize Automake -am__api_version='1.11' +am__api_version='1.15' ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do @@ -2153,7 +2236,7 @@ case $as_dir/ in #(( # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then if test $ac_prog = install && grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. @@ -2211,9 +2294,6 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 $as_echo_n "checking whether build environment is sane... " >&6; } -# Just in case -sleep 1 -echo timestamp > conftest.file # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' @@ -2224,32 +2304,40 @@ case `pwd` in esac case $srcdir in *[\\\"\#\$\&\'\`$am_lf\ \ ]*) - as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; + as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; esac -# Do `set' in a subshell so we don't clobber the current shell's +# Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( - set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` - if test "$*" = "X"; then - # -L didn't work. - set X `ls -t "$srcdir/configure" conftest.file` - fi - rm -f conftest.file - if test "$*" != "X $srcdir/configure conftest.file" \ - && test "$*" != "X conftest.file $srcdir/configure"; then - - # If neither matched, then we have a broken ls. This can happen - # if, for instance, CONFIG_SHELL is bash and it inherits a - # broken ls alias from the environment. This has actually - # happened. Such a system could not be considered "sane". - as_fn_error $? "ls -t appears to fail. Make sure there is not a broken -alias in your environment" "$LINENO" 5 - fi - + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken + alias in your environment" "$LINENO" 5 + fi + if test "$2" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done test "$2" = conftest.file ) then @@ -2261,6 +2349,16 @@ Check your system clock" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi + +rm -f conftest.file + test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. @@ -2271,8 +2369,8 @@ test "$program_suffix" != NONE && ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in @@ -2283,15 +2381,15 @@ if test x"${MISSING+set}" != xset; then esac fi # Use eval to expand $SHELL -if eval "$MISSING --run true"; then - am_missing_run="$MISSING --run " +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " else am_missing_run= - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 -$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 +$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi -if test x"${install_sh}" != xset; then +if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; @@ -2300,10 +2398,10 @@ if test x"${install_sh}" != xset; then esac fi -# Installed binaries are usually stripped using `strip' when the user -# run `make install-strip'. However `strip' might not be the right +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake -# will honor the `STRIP' environment variable to overrule this program. +# will honor the 'STRIP' environment variable to overrule this program. if test "$cross_compiling" != no; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. @@ -2322,7 +2420,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -2362,7 +2460,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -2413,7 +2511,7 @@ do test -z "$as_dir" && as_dir=. for ac_prog in mkdir gmkdir; do for ac_exec_ext in '' $ac_executable_extensions; do - { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue + as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 'mkdir (GNU coreutils) '* | \ 'mkdir (coreutils) '* | \ @@ -2442,12 +2540,6 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 $as_echo "$MKDIR_P" >&6; } -mkdir_p="$MKDIR_P" -case $mkdir_p in - [\\/$]* | ?:[\\/]*) ;; - */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; -esac - for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. @@ -2466,7 +2558,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_AWK="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -2530,6 +2622,45 @@ else fi rmdir .tst 2>/dev/null +# Check whether --enable-silent-rules was given. +if test "${enable_silent_rules+set}" = set; then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in # ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=1;; +esac +am_make=${MAKE-make} +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; } +if ${am_cv_make_support_nested_variables+:} false; then : + $as_echo_n "(cached) " >&6 +else + if $as_echo 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +$as_echo "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' + if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." @@ -2552,7 +2683,7 @@ fi # Define the identity of the package. PACKAGE='xcalc' - VERSION='1.0.5' + VERSION='1.0.6' cat >>confdefs.h <<_ACEOF @@ -2580,40 +2711,70 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. -# Always define AMTAR for backward compatibility. +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +mkdir_p='$(MKDIR_P)' -AMTAR=${AMTAR-"${am_missing_run}tar"} +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' -am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar pax cpio none' +am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 -$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } - # Check whether --enable-maintainer-mode was given. -if test "${enable_maintainer_mode+set}" = set; then : - enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval -else - USE_MAINTAINER_MODE=no -fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 -$as_echo "$USE_MAINTAINER_MODE" >&6; } - if test $USE_MAINTAINER_MODE = yes; then - MAINTAINER_MODE_TRUE= - MAINTAINER_MODE_FALSE='#' -else - MAINTAINER_MODE_TRUE='#' - MAINTAINER_MODE_FALSE= -fi - MAINT=$MAINTAINER_MODE_TRUE +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 + fi +fi # Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS @@ -2647,7 +2808,7 @@ am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf -# Ignore all kinds of additional output from `make'. +# Ignore all kinds of additional output from 'make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include @@ -2713,7 +2874,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -2753,7 +2914,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -2806,7 +2967,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -2847,7 +3008,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue @@ -2905,7 +3066,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -2949,7 +3110,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -3395,8 +3556,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include -#include -#include +struct stat; /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); @@ -3481,6 +3641,65 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 +$as_echo_n "checking whether $CC understands -c and -o together... " >&6; } +if ${am_cv_prog_cc_c_o+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 + ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 +$as_echo "$am_cv_prog_cc_c_o" >&6; } +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + depcc="$CC" am_compiler_list= { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 @@ -3492,8 +3711,8 @@ else # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up - # making a dummy file named `D' -- because `-MD' means `put the output - # in D'. + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're @@ -3528,16 +3747,16 @@ else : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with - # Solaris 8's {/usr,}/bin/sh. - touch sub/conftst$i.h + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf - # We check with `-c' and `-o' for the sake of the "dashmstdout" + # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly - # handle `-M -o', and we need to detect this. Also, some Intel - # versions had trouble with output in subdirs + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in @@ -3546,8 +3765,8 @@ else test "$am__universal" = false || continue ;; nosideeffect) - # after this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else @@ -3555,7 +3774,7 @@ else fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) - # This compiler won't grok `-c -o', but also, the minuso test has + # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} @@ -3755,7 +3974,7 @@ main () return 0; } _ACEOF -for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99 +for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99 do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO"; then : @@ -3941,7 +4160,7 @@ do for ac_prog in grep ggrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" - { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue + as_fn_executable_p "$ac_path_GREP" || continue # Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP case `"$ac_path_GREP" --version 2>&1` in @@ -4007,7 +4226,7 @@ do for ac_prog in egrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" - { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue + as_fn_executable_p "$ac_path_EGREP" || continue # Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP case `"$ac_path_EGREP" --version 2>&1` in @@ -4232,7 +4451,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -4275,7 +4494,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -4419,7 +4638,7 @@ do for ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" - { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue + as_fn_executable_p "$ac_path_SED" || continue # Check for GNU ac_path_SED and select it if it is found. # Check for GNU $ac_path_SED case `"$ac_path_SED" --version 2>&1` in @@ -4559,11 +4778,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -4677,11 +4896,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -4795,11 +5014,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -4913,11 +5132,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -4925,7 +5144,7 @@ found="no" { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wformat=2" >&5 $as_echo_n "checking if $CC supports -Wformat=2... " >&6; } - cacheid=`$as_echo "xorg_cv_cc_flag_-Wformat=2" | $as_tr_sh` + cacheid=xorg_cv_cc_flag__Wformat_2 if eval \${$cacheid+:} false; then : $as_echo_n "(cached) " >&6 else @@ -4962,11 +5181,11 @@ $as_echo "$supported" >&6; } fi if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -5082,11 +5301,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -5200,11 +5419,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -5318,11 +5537,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -5436,11 +5655,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -5554,11 +5773,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -5602,6 +5821,55 @@ $as_echo "$supported" >&6; } fi fi + if test $found = "no" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then + CFLAGS="$CFLAGS -Werror=unknown-warning-option" + fi + + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then + CFLAGS="$CFLAGS -Werror=unused-command-line-argument" + fi + + CFLAGS="$CFLAGS -fd" + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -fd" >&5 +$as_echo_n "checking if $CC supports -fd... " >&6; } + cacheid=xorg_cv_cc_flag__fd + if eval \${$cacheid+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +int i; +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + eval $cacheid=yes +else + eval $cacheid=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +fi + + + CFLAGS="$xorg_testset_save_CFLAGS" + + eval supported=\$$cacheid + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5 +$as_echo "$supported" >&6; } + if test "$supported" = "yes" ; then + BASE_CFLAGS="$BASE_CFLAGS -fd" + found="yes" + fi + fi + @@ -5672,11 +5940,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -5794,11 +6062,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -5912,11 +6180,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -6030,11 +6298,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -6148,19 +6416,19 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi - CFLAGS="$CFLAGS -Wcast-qual" + CFLAGS="$CFLAGS -Wmissing-noreturn" - { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wcast-qual" >&5 -$as_echo_n "checking if $CC supports -Wcast-qual... " >&6; } - cacheid=xorg_cv_cc_flag__Wcast_qual + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-noreturn" >&5 +$as_echo_n "checking if $CC supports -Wmissing-noreturn... " >&6; } + cacheid=xorg_cv_cc_flag__Wmissing_noreturn if eval \${$cacheid+:} false; then : $as_echo_n "(cached) " >&6 else @@ -6191,7 +6459,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5 $as_echo "$supported" >&6; } if test "$supported" = "yes" ; then - BASE_CFLAGS="$BASE_CFLAGS -Wcast-qual" + BASE_CFLAGS="$BASE_CFLAGS -Wmissing-noreturn" found="yes" fi fi @@ -6266,19 +6534,19 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi - CFLAGS="$CFLAGS -Wmissing-noreturn" + CFLAGS="$CFLAGS -Wmissing-format-attribute" - { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-noreturn" >&5 -$as_echo_n "checking if $CC supports -Wmissing-noreturn... " >&6; } - cacheid=xorg_cv_cc_flag__Wmissing_noreturn + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-format-attribute" >&5 +$as_echo_n "checking if $CC supports -Wmissing-format-attribute... " >&6; } + cacheid=xorg_cv_cc_flag__Wmissing_format_attribute if eval \${$cacheid+:} false; then : $as_echo_n "(cached) " >&6 else @@ -6309,7 +6577,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5 $as_echo "$supported" >&6; } if test "$supported" = "yes" ; then - BASE_CFLAGS="$BASE_CFLAGS -Wmissing-noreturn" + BASE_CFLAGS="$BASE_CFLAGS -Wmissing-format-attribute" found="yes" fi fi @@ -6384,19 +6652,19 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi - CFLAGS="$CFLAGS -Wmissing-format-attribute" + CFLAGS="$CFLAGS -Wredundant-decls" - { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-format-attribute" >&5 -$as_echo_n "checking if $CC supports -Wmissing-format-attribute... " >&6; } - cacheid=xorg_cv_cc_flag__Wmissing_format_attribute + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wredundant-decls" >&5 +$as_echo_n "checking if $CC supports -Wredundant-decls... " >&6; } + cacheid=xorg_cv_cc_flag__Wredundant_decls if eval \${$cacheid+:} false; then : $as_echo_n "(cached) " >&6 else @@ -6427,7 +6695,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5 $as_echo "$supported" >&6; } if test "$supported" = "yes" ; then - BASE_CFLAGS="$BASE_CFLAGS -Wmissing-format-attribute" + BASE_CFLAGS="$BASE_CFLAGS -Wredundant-decls" found="yes" fi fi @@ -6502,19 +6770,19 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi - CFLAGS="$CFLAGS -Wredundant-decls" + CFLAGS="$CFLAGS -Wlogical-op" - { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wredundant-decls" >&5 -$as_echo_n "checking if $CC supports -Wredundant-decls... " >&6; } - cacheid=xorg_cv_cc_flag__Wredundant_decls + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wlogical-op" >&5 +$as_echo_n "checking if $CC supports -Wlogical-op... " >&6; } + cacheid=xorg_cv_cc_flag__Wlogical_op if eval \${$cacheid+:} false; then : $as_echo_n "(cached) " >&6 else @@ -6545,7 +6813,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5 $as_echo "$supported" >&6; } if test "$supported" = "yes" ; then - BASE_CFLAGS="$BASE_CFLAGS -Wredundant-decls" + BASE_CFLAGS="$BASE_CFLAGS -Wlogical-op" found="yes" fi fi @@ -6555,9 +6823,9 @@ $as_echo "$supported" >&6; } # These are currently disabled because they are noisy. They will be enabled # in the future once the codebase is sufficiently modernized to silence # them. For now, I don't want them to drown out the other warnings. -# XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wlogical-op]) # XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wparentheses]) # XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wcast-align]) +# XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wcast-qual]) # Turn some warnings into errors, so we don't accidently get successful builds # when there are problems that should be fixed. @@ -6632,11 +6900,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -6644,7 +6912,7 @@ found="no" { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=implicit" >&5 $as_echo_n "checking if $CC supports -Werror=implicit... " >&6; } - cacheid=`$as_echo "xorg_cv_cc_flag_-Werror=implicit" | $as_tr_sh` + cacheid=xorg_cv_cc_flag__Werror_implicit if eval \${$cacheid+:} false; then : $as_echo_n "(cached) " >&6 else @@ -6681,11 +6949,11 @@ $as_echo "$supported" >&6; } fi if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -6693,7 +6961,7 @@ $as_echo "$supported" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED" >&5 $as_echo_n "checking if $CC supports -errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED... " >&6; } - cacheid=`$as_echo "xorg_cv_cc_flag_-errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED" | $as_tr_sh` + cacheid=xorg_cv_cc_flag__errwarn_E_NO_EXPLICIT_TYPE_GIVEN__errwarn_E_NO_IMPLICIT_DECL_ALLOWED if eval \${$cacheid+:} false; then : $as_echo_n "(cached) " >&6 else @@ -6799,11 +7067,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -6811,7 +7079,7 @@ found="no" { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=nonnull" >&5 $as_echo_n "checking if $CC supports -Werror=nonnull... " >&6; } - cacheid=`$as_echo "xorg_cv_cc_flag_-Werror=nonnull" | $as_tr_sh` + cacheid=xorg_cv_cc_flag__Werror_nonnull if eval \${$cacheid+:} false; then : $as_echo_n "(cached) " >&6 else @@ -6917,11 +7185,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -6929,7 +7197,7 @@ found="no" { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=init-self" >&5 $as_echo_n "checking if $CC supports -Werror=init-self... " >&6; } - cacheid=`$as_echo "xorg_cv_cc_flag_-Werror=init-self" | $as_tr_sh` + cacheid=xorg_cv_cc_flag__Werror_init_self if eval \${$cacheid+:} false; then : $as_echo_n "(cached) " >&6 else @@ -7035,11 +7303,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -7047,7 +7315,7 @@ found="no" { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=main" >&5 $as_echo_n "checking if $CC supports -Werror=main... " >&6; } - cacheid=`$as_echo "xorg_cv_cc_flag_-Werror=main" | $as_tr_sh` + cacheid=xorg_cv_cc_flag__Werror_main if eval \${$cacheid+:} false; then : $as_echo_n "(cached) " >&6 else @@ -7153,11 +7421,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -7165,7 +7433,7 @@ found="no" { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=missing-braces" >&5 $as_echo_n "checking if $CC supports -Werror=missing-braces... " >&6; } - cacheid=`$as_echo "xorg_cv_cc_flag_-Werror=missing-braces" | $as_tr_sh` + cacheid=xorg_cv_cc_flag__Werror_missing_braces if eval \${$cacheid+:} false; then : $as_echo_n "(cached) " >&6 else @@ -7271,11 +7539,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -7283,7 +7551,7 @@ found="no" { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=sequence-point" >&5 $as_echo_n "checking if $CC supports -Werror=sequence-point... " >&6; } - cacheid=`$as_echo "xorg_cv_cc_flag_-Werror=sequence-point" | $as_tr_sh` + cacheid=xorg_cv_cc_flag__Werror_sequence_point if eval \${$cacheid+:} false; then : $as_echo_n "(cached) " >&6 else @@ -7389,11 +7657,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -7401,7 +7669,7 @@ found="no" { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=return-type" >&5 $as_echo_n "checking if $CC supports -Werror=return-type... " >&6; } - cacheid=`$as_echo "xorg_cv_cc_flag_-Werror=return-type" | $as_tr_sh` + cacheid=xorg_cv_cc_flag__Werror_return_type if eval \${$cacheid+:} false; then : $as_echo_n "(cached) " >&6 else @@ -7438,11 +7706,11 @@ $as_echo "$supported" >&6; } fi if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -7450,7 +7718,7 @@ $as_echo "$supported" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn=E_FUNC_HAS_NO_RETURN_STMT" >&5 $as_echo_n "checking if $CC supports -errwarn=E_FUNC_HAS_NO_RETURN_STMT... " >&6; } - cacheid=`$as_echo "xorg_cv_cc_flag_-errwarn=E_FUNC_HAS_NO_RETURN_STMT" | $as_tr_sh` + cacheid=xorg_cv_cc_flag__errwarn_E_FUNC_HAS_NO_RETURN_STMT if eval \${$cacheid+:} false; then : $as_echo_n "(cached) " >&6 else @@ -7556,11 +7824,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -7568,7 +7836,7 @@ found="no" { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=trigraphs" >&5 $as_echo_n "checking if $CC supports -Werror=trigraphs... " >&6; } - cacheid=`$as_echo "xorg_cv_cc_flag_-Werror=trigraphs" | $as_tr_sh` + cacheid=xorg_cv_cc_flag__Werror_trigraphs if eval \${$cacheid+:} false; then : $as_echo_n "(cached) " >&6 else @@ -7674,11 +7942,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -7686,7 +7954,7 @@ found="no" { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=array-bounds" >&5 $as_echo_n "checking if $CC supports -Werror=array-bounds... " >&6; } - cacheid=`$as_echo "xorg_cv_cc_flag_-Werror=array-bounds" | $as_tr_sh` + cacheid=xorg_cv_cc_flag__Werror_array_bounds if eval \${$cacheid+:} false; then : $as_echo_n "(cached) " >&6 else @@ -7792,11 +8060,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -7804,7 +8072,7 @@ found="no" { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=write-strings" >&5 $as_echo_n "checking if $CC supports -Werror=write-strings... " >&6; } - cacheid=`$as_echo "xorg_cv_cc_flag_-Werror=write-strings" | $as_tr_sh` + cacheid=xorg_cv_cc_flag__Werror_write_strings if eval \${$cacheid+:} false; then : $as_echo_n "(cached) " >&6 else @@ -7910,11 +8178,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -7922,7 +8190,7 @@ found="no" { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=address" >&5 $as_echo_n "checking if $CC supports -Werror=address... " >&6; } - cacheid=`$as_echo "xorg_cv_cc_flag_-Werror=address" | $as_tr_sh` + cacheid=xorg_cv_cc_flag__Werror_address if eval \${$cacheid+:} false; then : $as_echo_n "(cached) " >&6 else @@ -8028,11 +8296,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -8040,7 +8308,7 @@ found="no" { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=int-to-pointer-cast" >&5 $as_echo_n "checking if $CC supports -Werror=int-to-pointer-cast... " >&6; } - cacheid=`$as_echo "xorg_cv_cc_flag_-Werror=int-to-pointer-cast" | $as_tr_sh` + cacheid=xorg_cv_cc_flag__Werror_int_to_pointer_cast if eval \${$cacheid+:} false; then : $as_echo_n "(cached) " >&6 else @@ -8077,11 +8345,11 @@ $as_echo "$supported" >&6; } fi if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -8089,7 +8357,7 @@ $as_echo "$supported" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn=E_BAD_PTR_INT_COMBINATION" >&5 $as_echo_n "checking if $CC supports -errwarn=E_BAD_PTR_INT_COMBINATION... " >&6; } - cacheid=`$as_echo "xorg_cv_cc_flag_-errwarn=E_BAD_PTR_INT_COMBINATION" | $as_tr_sh` + cacheid=xorg_cv_cc_flag__errwarn_E_BAD_PTR_INT_COMBINATION if eval \${$cacheid+:} false; then : $as_echo_n "(cached) " >&6 else @@ -8195,11 +8463,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -8207,7 +8475,7 @@ found="no" { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=pointer-to-int-cast" >&5 $as_echo_n "checking if $CC supports -Werror=pointer-to-int-cast... " >&6; } - cacheid=`$as_echo "xorg_cv_cc_flag_-Werror=pointer-to-int-cast" | $as_tr_sh` + cacheid=xorg_cv_cc_flag__Werror_pointer_to_int_cast if eval \${$cacheid+:} false; then : $as_echo_n "(cached) " >&6 else @@ -8316,11 +8584,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -8434,11 +8702,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -8552,11 +8820,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -8670,11 +8938,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -8788,11 +9056,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -8906,11 +9174,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -9024,11 +9292,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -9142,11 +9410,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -9260,11 +9528,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -9378,11 +9646,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -9496,11 +9764,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -9614,11 +9882,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -9732,11 +10000,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -9883,11 +10151,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -10001,11 +10269,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -10050,11 +10318,11 @@ $as_echo "$supported" >&6; } fi if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -10171,11 +10439,11 @@ fi found="no" if test $found = "no" ; then - if test "x$xorg_testset_unknown_warning_option" = "xyes" ; then + if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unknown-warning-option" fi - if test "x$xorg_testset_unused_command_line_argument" = "xyes" ; then + if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then CFLAGS="$CFLAGS -Werror=unused-command-line-argument" fi @@ -10183,7 +10451,7 @@ found="no" { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=attributes" >&5 $as_echo_n "checking if $CC supports -Werror=attributes... " >&6; } - cacheid=`$as_echo "xorg_cv_cc_flag_-Werror=attributes" | $as_tr_sh` + cacheid=xorg_cv_cc_flag__Werror_attributes if eval \${$cacheid+:} false; then : $as_echo_n "(cached) " >&6 else @@ -10365,15 +10633,54 @@ if test "${enable_silent_rules+set}" = set; then : enableval=$enable_silent_rules; fi -case $enable_silent_rules in -yes) AM_DEFAULT_VERBOSITY=0;; -no) AM_DEFAULT_VERBOSITY=1;; -*) AM_DEFAULT_VERBOSITY=0;; +case $enable_silent_rules in # ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=0;; esac +am_make=${MAKE-make} +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; } +if ${am_cv_make_support_nested_variables+:} false; then : + $as_echo_n "(cached) " >&6 +else + if $as_echo 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +$as_echo "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi AM_BACKSLASH='\' +for ac_func in strlcpy +do : + ac_fn_c_check_func "$LINENO" "strlcpy" "ac_cv_func_strlcpy" +if test "x$ac_cv_func_strlcpy" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_STRLCPY 1 +_ACEOF + +fi +done + + # Checks for pkg-config packages pkg_failed=no @@ -10384,12 +10691,12 @@ if test -n "$XCALC_CFLAGS"; then pkg_cv_XCALC_CFLAGS="$XCALC_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xaw7 xt x11\""; } >&5 - ($PKG_CONFIG --exists --print-errors "xaw7 xt x11") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xaw7 xt x11 xproto >= 7.0.17\""; } >&5 + ($PKG_CONFIG --exists --print-errors "xaw7 xt x11 xproto >= 7.0.17") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_XCALC_CFLAGS=`$PKG_CONFIG --cflags "xaw7 xt x11" 2>/dev/null` + pkg_cv_XCALC_CFLAGS=`$PKG_CONFIG --cflags "xaw7 xt x11 xproto >= 7.0.17" 2>/dev/null` else pkg_failed=yes fi @@ -10400,12 +10707,12 @@ if test -n "$XCALC_LIBS"; then pkg_cv_XCALC_LIBS="$XCALC_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xaw7 xt x11\""; } >&5 - ($PKG_CONFIG --exists --print-errors "xaw7 xt x11") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xaw7 xt x11 xproto >= 7.0.17\""; } >&5 + ($PKG_CONFIG --exists --print-errors "xaw7 xt x11 xproto >= 7.0.17") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_XCALC_LIBS=`$PKG_CONFIG --libs "xaw7 xt x11" 2>/dev/null` + pkg_cv_XCALC_LIBS=`$PKG_CONFIG --libs "xaw7 xt x11 xproto >= 7.0.17" 2>/dev/null` else pkg_failed=yes fi @@ -10423,14 +10730,14 @@ else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - XCALC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "xaw7 xt x11" 2>&1` + XCALC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "xaw7 xt x11 xproto >= 7.0.17" 2>&1` else - XCALC_PKG_ERRORS=`$PKG_CONFIG --print-errors "xaw7 xt x11" 2>&1` + XCALC_PKG_ERRORS=`$PKG_CONFIG --print-errors "xaw7 xt x11 xproto >= 7.0.17" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$XCALC_PKG_ERRORS" >&5 - as_fn_error $? "Package requirements (xaw7 xt x11) were not met: + as_fn_error $? "Package requirements (xaw7 xt x11 xproto >= 7.0.17) were not met: $XCALC_PKG_ERRORS @@ -10671,6 +10978,14 @@ LIBOBJS=$ac_libobjs LTLIBOBJS=$ac_ltlibobjs +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 +$as_echo_n "checking that generated files are newer than configure... " >&6; } + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 +$as_echo "done" >&6; } if test -n "$EXEEXT"; then am__EXEEXT_TRUE= am__EXEEXT_FALSE='#' @@ -10679,10 +10994,6 @@ else am__EXEEXT_FALSE= fi -if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then - as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then as_fn_error $? "conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 @@ -10989,16 +11300,16 @@ if (echo >conf$$.file) 2>/dev/null; then # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -p'. + # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || - as_ln_s='cp -p' + as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else - as_ln_s='cp -p' + as_ln_s='cp -pR' fi else - as_ln_s='cp -p' + as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null @@ -11058,28 +11369,16 @@ else as_mkdir_p=false fi -if test -x / >/dev/null 2>&1; then - as_test_x='test -x' -else - if ls -dL / >/dev/null 2>&1; then - as_ls_L_option=L - else - as_ls_L_option= - fi - as_test_x=' - eval sh -c '\'' - if test -d "$1"; then - test -d "$1/."; - else - case $1 in #( - -*)set "./$1";; - esac; - case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( - ???[sx]*):;;*)false;;esac;fi - '\'' sh - ' -fi -as_executable_p=$as_test_x + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p +as_test_x='test -x' +as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" @@ -11100,8 +11399,8 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by xcalc $as_me 1.0.5, which was -generated by GNU Autoconf 2.68. Invocation command line was +This file was extended by xcalc $as_me 1.0.6, which was +generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS @@ -11166,11 +11465,11 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -xcalc config.status 1.0.5 -configured by $0, generated by GNU Autoconf 2.68, +xcalc config.status 1.0.6 +configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" -Copyright (C) 2010 Free Software Foundation, Inc. +Copyright (C) 2012 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." @@ -11261,7 +11560,7 @@ fi _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 if \$ac_cs_recheck; then - set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion shift \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 CONFIG_SHELL='$SHELL' @@ -11895,7 +12194,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;} case $ac_file$ac_mode in "depfiles":C) test x"$AMDEP_TRUE" != x"" || { - # Autoconf 2.62 quotes --file arguments for eval, but not when files + # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in @@ -11908,7 +12207,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;} # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named `Makefile.in', but + # We used to match only the files named 'Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. @@ -11942,21 +12241,19 @@ $as_echo X"$mf" | continue fi # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running `make'. + # from the Makefile without running 'make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "am__include" && continue + test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # When using ansi2knr, U may be empty or an underscore; expand it - U=`sed -n 's/^U = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`$as_dirname -- "$file" || diff --git a/apps/xcalc/configure.ac b/apps/xcalc/configure.ac index 3a0fb2a87..efeb403f1 100644 --- a/apps/xcalc/configure.ac +++ b/apps/xcalc/configure.ac @@ -23,14 +23,13 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([xcalc], [1.0.5], +AC_INIT([xcalc], [1.0.6], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xcalc]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) # Initialize Automake AM_INIT_AUTOMAKE([foreign dist-bzip2]) -AM_MAINTAINER_MODE # Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS m4_ifndef([XORG_MACROS_VERSION], @@ -38,8 +37,10 @@ m4_ifndef([XORG_MACROS_VERSION], XORG_MACROS_VERSION(1.8) XORG_DEFAULT_OPTIONS +AC_CHECK_FUNCS([strlcpy]) + # Checks for pkg-config packages -PKG_CHECK_MODULES(XCALC, xaw7 xt x11) +PKG_CHECK_MODULES(XCALC, [xaw7 xt x11 xproto >= 7.0.17]) PKG_CHECK_MODULES(APPDEFS, xt) xt_appdefaultdir=`$PKG_CONFIG --variable=appdefaultdir xt` diff --git a/apps/xcalc/depcomp b/apps/xcalc/depcomp index bd0ac0895..fc98710e2 100755 --- a/apps/xcalc/depcomp +++ b/apps/xcalc/depcomp @@ -1,10 +1,9 @@ #! /bin/sh # depcomp - compile a program generating dependencies as side-effects -scriptversion=2011-12-04.11; # UTC +scriptversion=2013-05-30.07; # UTC -# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009, 2010, -# 2011 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # 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 @@ -28,9 +27,9 @@ scriptversion=2011-12-04.11; # UTC case $1 in '') - echo "$0: No command. Try \`$0 --help' for more information." 1>&2 - exit 1; - ;; + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; -h | --h*) cat <<\EOF Usage: depcomp [--help] [--version] PROGRAM [ARGS] @@ -40,8 +39,8 @@ as side-effects. Environment variables: depmode Dependency tracking mode. - source Source file read by `PROGRAMS ARGS'. - object Object file output by `PROGRAMS ARGS'. + source Source file read by 'PROGRAMS ARGS'. + object Object file output by 'PROGRAMS ARGS'. DEPDIR directory where to store dependencies. depfile Dependency file to output. tmpdepfile Temporary file to use when outputting dependencies. @@ -57,6 +56,66 @@ EOF ;; esac +# Get the directory component of the given path, and save it in the +# global variables '$dir'. Note that this directory component will +# be either empty or ending with a '/' character. This is deliberate. +set_dir_from () +{ + case $1 in + */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; + *) dir=;; + esac +} + +# Get the suffix-stripped basename of the given path, and save it the +# global variable '$base'. +set_base_from () +{ + base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` +} + +# If no dependency file was actually created by the compiler invocation, +# we still have to create a dummy depfile, to avoid errors with the +# Makefile "include basename.Plo" scheme. +make_dummy_depfile () +{ + echo "#dummy" > "$depfile" +} + +# Factor out some common post-processing of the generated depfile. +# Requires the auxiliary global variable '$tmpdepfile' to be set. +aix_post_process_depfile () +{ + # If the compiler actually managed to produce a dependency file, + # post-process it. + if test -f "$tmpdepfile"; then + # Each line is of the form 'foo.o: dependency.h'. + # Do two passes, one to just change these to + # $object: dependency.h + # and one to simply output + # dependency.h: + # which is needed to avoid the deleted-header problem. + { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" + sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" + } > "$depfile" + rm -f "$tmpdepfile" + else + make_dummy_depfile + fi +} + +# A tabulation character. +tab=' ' +# A newline character. +nl=' +' +# Character ranges might be problematic outside the C locale. +# These definitions help. +upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ +lower=abcdefghijklmnopqrstuvwxyz +digits=0123456789 +alpha=${upper}${lower} + if test -z "$depmode" || test -z "$source" || test -z "$object"; then echo "depcomp: Variables source, object and depmode must be set" 1>&2 exit 1 @@ -69,6 +128,9 @@ tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} rm -f "$tmpdepfile" +# Avoid interferences from the environment. +gccflag= dashmflag= + # Some modes work just like other modes, but use different flags. We # parameterize here, but still list the modes in the big case below, # to make depend.m4 easier to write. Note that we *cannot* use a case @@ -80,26 +142,32 @@ if test "$depmode" = hp; then fi if test "$depmode" = dashXmstdout; then - # This is just like dashmstdout with a different argument. - dashmflag=-xM - depmode=dashmstdout + # This is just like dashmstdout with a different argument. + dashmflag=-xM + depmode=dashmstdout fi cygpath_u="cygpath -u -f -" if test "$depmode" = msvcmsys; then - # This is just like msvisualcpp but w/o cygpath translation. - # Just convert the backslash-escaped backslashes to single forward - # slashes to satisfy depend.m4 - cygpath_u='sed s,\\\\,/,g' - depmode=msvisualcpp + # This is just like msvisualcpp but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvisualcpp fi if test "$depmode" = msvc7msys; then - # This is just like msvc7 but w/o cygpath translation. - # Just convert the backslash-escaped backslashes to single forward - # slashes to satisfy depend.m4 - cygpath_u='sed s,\\\\,/,g' - depmode=msvc7 + # This is just like msvc7 but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvc7 +fi + +if test "$depmode" = xlc; then + # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. + gccflag=-qmakedep=gcc,-MF + depmode=gcc fi case "$depmode" in @@ -122,8 +190,7 @@ gcc3) done "$@" stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -131,13 +198,17 @@ gcc3) ;; gcc) +## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. +## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. +## (see the conditional assignment to $gccflag above). ## There are various ways to get dependency output from gcc. Here's ## why we pick this rather obscure method: ## - Don't want to use -MD because we'd like the dependencies to end ## up in a subdir. Having to rename by hand is ugly. ## (We might end up doing this anyway to support other compilers.) ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like -## -MM, not -M (despite what the docs say). +## -MM, not -M (despite what the docs say). Also, it might not be +## supported by the other compilers which use the 'gcc' depmode. ## - Using -M directly means running the compiler twice (even worse ## than renaming). if test -z "$gccflag"; then @@ -145,33 +216,31 @@ gcc) fi "$@" -Wp,"$gccflag$tmpdepfile" stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" - alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz -## The second -e expression handles DOS-style file names with drive letters. + # The second -e expression handles DOS-style file names with drive + # letters. sed -e 's/^[^:]*: / /' \ -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" -## This next piece of magic avoids the `deleted header file' problem. +## This next piece of magic avoids the "deleted header file" problem. ## The problem is that when a header file which appears in a .P file ## is deleted, the dependency causes make to die (because there is ## typically no way to rebuild the header). We avoid this by adding ## dummy dependencies for each header file. Too bad gcc doesn't do ## this for us directly. - tr ' ' ' -' < "$tmpdepfile" | -## Some versions of gcc put a space before the `:'. On the theory +## Some versions of gcc put a space before the ':'. On the theory ## that the space means something, we add a space to the output as ## well. hp depmode also adds that space, but also prefixes the VPATH ## to the object. Take care to not repeat it in the output. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ - | sed -e 's/$/ :/' >> "$depfile" + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -189,8 +258,7 @@ sgi) "$@" -MDupdate "$tmpdepfile" fi stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -198,43 +266,41 @@ sgi) if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files echo "$object : \\" > "$depfile" - # Clip off the initial element (the dependent). Don't try to be # clever and replace this with sed code, as IRIX sed won't handle # lines with more than a fixed number of characters (4096 in # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; - # the IRIX cc adds comments like `#:fec' to the end of the + # the IRIX cc adds comments like '#:fec' to the end of the # dependency line. - tr ' ' ' -' < "$tmpdepfile" \ - | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ - tr ' -' ' ' >> "$depfile" + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ + | tr "$nl" ' ' >> "$depfile" echo >> "$depfile" - # The second pass generates a dummy entry for each header file. - tr ' ' ' -' < "$tmpdepfile" \ - | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ - >> "$depfile" + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ + >> "$depfile" else - # The sourcefile does not contain any dependencies, so just - # store a dummy comment line, to avoid errors with the Makefile - # "include basename.Plo" scheme. - echo "#dummy" > "$depfile" + make_dummy_depfile fi rm -f "$tmpdepfile" ;; +xlc) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + aix) # The C for AIX Compiler uses -M and outputs the dependencies # in a .u file. In older versions, this file always lives in the - # current directory. Also, the AIX compiler puts `$object:' at the + # current directory. Also, the AIX compiler puts '$object:' at the # start of each line; $object doesn't have directory information. # Version 6 uses the directory in both cases. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + set_dir_from "$object" + set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.u tmpdepfile2=$base.u @@ -247,9 +313,7 @@ aix) "$@" -M fi stat=$? - - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi @@ -258,44 +322,100 @@ aix) do test -f "$tmpdepfile" && break done - if test -f "$tmpdepfile"; then - # Each line is of the form `foo.o: dependent.h'. - # Do two passes, one to just change these to - # `$object: dependent.h' and one to simply `dependent.h:'. - sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" - # That's a tab and a space in the []. - sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" - else - # The sourcefile does not contain any dependencies, so just - # store a dummy comment line, to avoid errors with the Makefile - # "include basename.Plo" scheme. - echo "#dummy" > "$depfile" + aix_post_process_depfile + ;; + +tcc) + # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26 + # FIXME: That version still under development at the moment of writing. + # Make that this statement remains true also for stable, released + # versions. + # It will wrap lines (doesn't matter whether long or short) with a + # trailing '\', as in: + # + # foo.o : \ + # foo.c \ + # foo.h \ + # + # It will put a trailing '\' even on the last line, and will use leading + # spaces rather than leading tabs (at least since its commit 0394caf7 + # "Emit spaces for -MD"). + "$@" -MD -MF "$tmpdepfile" + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat fi + rm -f "$depfile" + # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'. + # We have to change lines of the first kind to '$object: \'. + sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile" + # And for each line of the second kind, we have to emit a 'dep.h:' + # dummy dependency, to avoid the deleted-header problem. + sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile" rm -f "$tmpdepfile" ;; -icc) - # Intel's C compiler understands `-MD -MF file'. However on - # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c - # ICC 7.0 will fill foo.d with something like - # foo.o: sub/foo.c - # foo.o: sub/foo.h - # which is wrong. We want: - # sub/foo.o: sub/foo.c - # sub/foo.o: sub/foo.h - # sub/foo.c: - # sub/foo.h: - # ICC 7.1 will output +## The order of this option in the case statement is important, since the +## shell code in configure will try each of these formats in the order +## listed in this file. A plain '-MD' option would be understood by many +## compilers, so we must ensure this comes after the gcc and icc options. +pgcc) + # Portland's C compiler understands '-MD'. + # Will always output deps to 'file.d' where file is the root name of the + # source file under compilation, even if file resides in a subdirectory. + # The object file name does not affect the name of the '.d' file. + # pgcc 10.2 will output # foo.o: sub/foo.c sub/foo.h - # and will wrap long lines using \ : + # and will wrap long lines using '\' : # foo.o: sub/foo.c ... \ # sub/foo.h ... \ # ... + set_dir_from "$object" + # Use the source, not the object, to determine the base name, since + # that's sadly what pgcc will do too. + set_base_from "$source" + tmpdepfile=$base.d + + # For projects that build the same source file twice into different object + # files, the pgcc approach of using the *source* file root name can cause + # problems in parallel builds. Use a locking strategy to avoid stomping on + # the same $tmpdepfile. + lockdir=$base.d-lock + trap " + echo '$0: caught signal, cleaning up...' >&2 + rmdir '$lockdir' + exit 1 + " 1 2 13 15 + numtries=100 + i=$numtries + while test $i -gt 0; do + # mkdir is a portable test-and-set. + if mkdir "$lockdir" 2>/dev/null; then + # This process acquired the lock. + "$@" -MD + stat=$? + # Release the lock. + rmdir "$lockdir" + break + else + # If the lock is being held by a different process, wait + # until the winning process is done or we timeout. + while test -d "$lockdir" && test $i -gt 0; do + sleep 1 + i=`expr $i - 1` + done + fi + i=`expr $i - 1` + done + trap - 1 2 13 15 + if test $i -le 0; then + echo "$0: failed to acquire lock after $numtries attempts" >&2 + echo "$0: check lockdir '$lockdir'" >&2 + exit 1 + fi - "$@" -MD -MF "$tmpdepfile" - stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -307,8 +427,8 @@ icc) sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this invocation # correctly. Breaking it into two sed invocations is a workaround. - sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" | - sed -e 's/$/ :/' >> "$depfile" + sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -319,9 +439,8 @@ hp2) # 'foo.d', which lands next to the object file, wherever that # happens to be. # Much of this is similar to the tru64 case; see comments there. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + set_dir_from "$object" + set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.d tmpdepfile2=$dir.libs/$base.d @@ -332,8 +451,7 @@ hp2) "$@" +Maked fi stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" exit $stat fi @@ -343,77 +461,61 @@ hp2) test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then - sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile" - # Add `dependent.h:' lines. + sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile" + # Add 'dependent.h:' lines. sed -ne '2,${ - s/^ *// - s/ \\*$// - s/$/:/ - p - }' "$tmpdepfile" >> "$depfile" + s/^ *// + s/ \\*$// + s/$/:/ + p + }' "$tmpdepfile" >> "$depfile" else - echo "#dummy" > "$depfile" + make_dummy_depfile fi rm -f "$tmpdepfile" "$tmpdepfile2" ;; tru64) - # The Tru64 compiler uses -MD to generate dependencies as a side - # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'. - # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put - # dependencies in `foo.d' instead, so we check for that too. - # Subdirectories are respected. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` - - if test "$libtool" = yes; then - # With Tru64 cc, shared objects can also be used to make a - # static library. This mechanism is used in libtool 1.4 series to - # handle both shared and static libraries in a single compilation. - # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d. - # - # With libtool 1.5 this exception was removed, and libtool now - # generates 2 separate objects for the 2 libraries. These two - # compilations output dependencies in $dir.libs/$base.o.d and - # in $dir$base.o.d. We have to check for both files, because - # one of the two compilations can be disabled. We should prefer - # $dir$base.o.d over $dir.libs/$base.o.d because the latter is - # automatically cleaned when .libs/ is deleted, while ignoring - # the former would cause a distcleancheck panic. - tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4 - tmpdepfile2=$dir$base.o.d # libtool 1.5 - tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5 - tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504 - "$@" -Wc,-MD - else - tmpdepfile1=$dir$base.o.d - tmpdepfile2=$dir$base.d - tmpdepfile3=$dir$base.d - tmpdepfile4=$dir$base.d - "$@" -MD - fi - - stat=$? - if test $stat -eq 0; then : - else - rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" - exit $stat - fi - - for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" - do - test -f "$tmpdepfile" && break - done - if test -f "$tmpdepfile"; then - sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" - # That's a tab and a space in the []. - sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" - else - echo "#dummy" > "$depfile" - fi - rm -f "$tmpdepfile" - ;; + # The Tru64 compiler uses -MD to generate dependencies as a side + # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. + # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put + # dependencies in 'foo.d' instead, so we check for that too. + # Subdirectories are respected. + set_dir_from "$object" + set_base_from "$object" + + if test "$libtool" = yes; then + # Libtool generates 2 separate objects for the 2 libraries. These + # two compilations output dependencies in $dir.libs/$base.o.d and + # in $dir$base.o.d. We have to check for both files, because + # one of the two compilations can be disabled. We should prefer + # $dir$base.o.d over $dir.libs/$base.o.d because the latter is + # automatically cleaned when .libs/ is deleted, while ignoring + # the former would cause a distcleancheck panic. + tmpdepfile1=$dir$base.o.d # libtool 1.5 + tmpdepfile2=$dir.libs/$base.o.d # Likewise. + tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504 + "$@" -Wc,-MD + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + tmpdepfile3=$dir$base.d + "$@" -MD + fi + + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + do + test -f "$tmpdepfile" && break + done + # Same post-processing that is required for AIX mode. + aix_post_process_depfile + ;; msvc7) if test "$libtool" = yes; then @@ -424,8 +526,7 @@ msvc7) "$@" $showIncludes > "$tmpdepfile" stat=$? grep -v '^Note: including file: ' "$tmpdepfile" - if test "$stat" = 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -443,14 +544,15 @@ msvc7) p }' | $cygpath_u | sort -u | sed -n ' s/ /\\ /g -s/\(.*\)/ \1 \\/p +s/\(.*\)/'"$tab"'\1 \\/p s/.\(.*\) \\/\1:/ H $ { - s/.*/ / + s/.*/'"$tab"'/ G p }' >> "$depfile" + echo >> "$depfile" # make sure the fragment doesn't end with a backslash rm -f "$tmpdepfile" ;; @@ -478,7 +580,7 @@ dashmstdout) shift fi - # Remove `-o $object'. + # Remove '-o $object'. IFS=" " for arg do @@ -498,18 +600,18 @@ dashmstdout) done test -z "$dashmflag" && dashmflag=-M - # Require at least two characters before searching for `:' + # Require at least two characters before searching for ':' # in the target name. This is to cope with DOS-style filenames: - # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise. + # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise. "$@" $dashmflag | - sed 's:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile" + sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" - tr ' ' ' -' < "$tmpdepfile" | \ -## Some versions of the HPUX 10.20 sed can't process this invocation -## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + # Some versions of the HPUX 10.20 sed can't process this sed invocation + # correctly. Breaking it into two sed invocations is a workaround. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -562,11 +664,12 @@ makedepend) # makedepend may prepend the VPATH from the source file name to the object. # No need to regex-escape $object, excess matching of '.' is harmless. sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" - sed '1,2d' "$tmpdepfile" | tr ' ' ' -' | \ -## Some versions of the HPUX 10.20 sed can't process this invocation -## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + # Some versions of the HPUX 10.20 sed can't process the last invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed '1,2d' "$tmpdepfile" \ + | tr ' ' "$nl" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" "$tmpdepfile".bak ;; @@ -583,7 +686,7 @@ cpp) shift fi - # Remove `-o $object'. + # Remove '-o $object'. IFS=" " for arg do @@ -602,10 +705,10 @@ cpp) esac done - "$@" -E | - sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ - -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' | - sed '$ s: \\$::' > "$tmpdepfile" + "$@" -E \ + | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + | sed '$ s: \\$::' > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" cat < "$tmpdepfile" >> "$depfile" @@ -637,23 +740,23 @@ msvisualcpp) shift ;; "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") - set fnord "$@" - shift - shift - ;; + set fnord "$@" + shift + shift + ;; *) - set fnord "$@" "$arg" - shift - shift - ;; + set fnord "$@" "$arg" + shift + shift + ;; esac done "$@" -E 2>/dev/null | sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" - sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile" - echo " " >> "$depfile" + sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile" + echo "$tab" >> "$depfile" sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile" rm -f "$tmpdepfile" ;; diff --git a/apps/xcalc/install-sh b/apps/xcalc/install-sh index a9244eb07..0b0fdcbba 100755 --- a/apps/xcalc/install-sh +++ b/apps/xcalc/install-sh @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2011-01-19.21; # UTC +scriptversion=2013-12-25.23; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -35,25 +35,21 @@ scriptversion=2011-01-19.21; # UTC # FSF changes to this file are in the public domain. # # Calling this script install-sh is preferred over install.sh, to prevent -# `make' implicit rules from creating a file called install from it +# 'make' implicit rules from creating a file called install from it # when there is no Makefile. # # This script is compatible with the BSD install script, but was written # from scratch. +tab=' ' nl=' ' -IFS=" "" $nl" +IFS=" $tab$nl" -# set DOITPROG to echo to test this script +# Set DOITPROG to "echo" to test this script. -# Don't use :- since 4.3BSD and earlier shells don't like it. doit=${DOITPROG-} -if test -z "$doit"; then - doit_exec=exec -else - doit_exec=$doit -fi +doit_exec=${doit:-exec} # Put in absolute file names if you don't have them in your path; # or use environment vars. @@ -68,17 +64,6 @@ 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= # Desired mode of installed file. @@ -97,7 +82,7 @@ dir_arg= dst_arg= copy_on_change=false -no_target_directory= +is_target_a_directory=possibly usage="\ Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE @@ -137,46 +122,57 @@ while test $# -ne 0; do -d) dir_arg=true;; -g) chgrpcmd="$chgrpprog $2" - shift;; + shift;; --help) echo "$usage"; exit $?;; -m) mode=$2 - case $mode in - *' '* | *' '* | *' -'* | *'*'* | *'?'* | *'['*) - echo "$0: invalid mode: $mode" >&2 - exit 1;; - esac - shift;; + case $mode in + *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; -o) chowncmd="$chownprog $2" - shift;; + shift;; -s) stripcmd=$stripprog;; - -t) dst_arg=$2 - # Protect names problematic for `test' and other utilities. - case $dst_arg in - -* | [=\(\)!]) dst_arg=./$dst_arg;; - esac - shift;; + -t) + is_target_a_directory=always + dst_arg=$2 + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + shift;; - -T) no_target_directory=true;; + -T) is_target_a_directory=never;; --version) echo "$0 $scriptversion"; exit $?;; - --) shift - break;; + --) shift + break;; - -*) echo "$0: invalid option: $1" >&2 - exit 1;; + -*) echo "$0: invalid option: $1" >&2 + exit 1;; *) break;; esac shift done +# We allow the use of options -d and -T together, by making -d +# take the precedence; this is for compatibility with GNU install. + +if test -n "$dir_arg"; then + if test -n "$dst_arg"; then + echo "$0: target directory not allowed when installing a directory." >&2 + exit 1 + fi +fi + 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. @@ -190,7 +186,7 @@ if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then fi shift # arg dst_arg=$arg - # Protect names problematic for `test' and other utilities. + # Protect names problematic for 'test' and other utilities. case $dst_arg in -* | [=\(\)!]) dst_arg=./$dst_arg;; esac @@ -202,11 +198,20 @@ if test $# -eq 0; then echo "$0: no input file specified." >&2 exit 1 fi - # It's OK to call `install-sh -d' without argument. + # It's OK to call 'install-sh -d' without argument. # This can happen when creating conditional directories. exit 0 fi +if test -z "$dir_arg"; then + if test $# -gt 1 || test "$is_target_a_directory" = always; then + if test ! -d "$dst_arg"; then + echo "$0: $dst_arg: Is not a directory." >&2 + exit 1 + fi + fi +fi + if test -z "$dir_arg"; then do_exit='(exit $ret); exit $ret' trap "ret=129; $do_exit" 1 @@ -223,16 +228,16 @@ if test -z "$dir_arg"; then *[0-7]) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw='% 200' + u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw=,u+rw + u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac @@ -240,7 +245,7 @@ fi for src do - # Protect names problematic for `test' and other utilities. + # Protect names problematic for 'test' and other utilities. case $src in -* | [=\(\)!]) src=./$src;; esac @@ -269,41 +274,15 @@ do # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then - if test -n "$no_target_directory"; then - echo "$0: $dst_arg: Is a directory" >&2 - exit 1 + if test "$is_target_a_directory" = never; then + echo "$0: $dst_arg: Is a directory" >&2 + exit 1 fi dstdir=$dst dst=$dstdir/`basename "$src"` dstdir_status=0 else - # Prefer dirname, but fall back on a substitute if dirname fails. - dstdir=` - (dirname "$dst") 2>/dev/null || - expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$dst" : 'X\(//\)[^/]' \| \ - X"$dst" : 'X\(//\)$' \| \ - X"$dst" : 'X\(/\)' \| . 2>/dev/null || - echo X"$dst" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q' - ` - + dstdir=`dirname "$dst"` test -d "$dstdir" dstdir_status=$? fi @@ -314,74 +293,74 @@ do if test $dstdir_status != 0; then case $posix_mkdir in '') - # Create intermediate dirs using mode 755 as modified by the umask. - # This is like FreeBSD 'install' as of 1997-10-28. - umask=`umask` - case $stripcmd.$umask in - # Optimize common cases. - *[2367][2367]) mkdir_umask=$umask;; - .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; - - *[0-7]) - mkdir_umask=`expr $umask + 22 \ - - $umask % 100 % 40 + $umask % 20 \ - - $umask % 10 % 4 + $umask % 2 - `;; - *) mkdir_umask=$umask,go-w;; - esac - - # With -d, create the new directory with the user-specified mode. - # Otherwise, rely on $mkdir_umask. - if test -n "$dir_arg"; then - mkdir_mode=-m$mode - else - mkdir_mode= - fi - - posix_mkdir=false - case $umask in - *[123567][0-7][0-7]) - # POSIX mkdir -p sets u+wx bits regardless of umask, which - # is incompatible with FreeBSD 'install' when (umask & 300) != 0. - ;; - *) - tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ - trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 - - if (umask $mkdir_umask && - exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 - then - if test -z "$dir_arg" || { - # Check for POSIX incompatibilities with -m. - # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or - # other-writeable bit of parent directory when it shouldn't. - # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. - ls_ld_tmpdir=`ls -ld "$tmpdir"` - case $ls_ld_tmpdir in - d????-?r-*) different_mode=700;; - d????-?--*) different_mode=755;; - *) false;; - esac && - $mkdirprog -m$different_mode -p -- "$tmpdir" && { - ls_ld_tmpdir_1=`ls -ld "$tmpdir"` - test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" - } - } - then posix_mkdir=: - fi - rmdir "$tmpdir/d" "$tmpdir" - else - # Remove any dirs left behind by ancient mkdir implementations. - rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null - fi - trap '' 0;; - esac;; + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *[2367][2367]) mkdir_umask=$umask;; + .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; + + *[0-7]) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac + + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + case $umask in + *[123567][0-7][0-7]) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 + + if (umask $mkdir_umask && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + ls_ld_tmpdir=`ls -ld "$tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/d" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + fi + trap '' 0;; + esac;; esac if $posix_mkdir && ( - umask $mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else @@ -391,53 +370,51 @@ do # directory the slow way, step by step, checking for races as we go. case $dstdir in - /*) prefix='/';; - [-=\(\)!]*) prefix='./';; - *) prefix='';; + /*) prefix='/';; + [-=\(\)!]*) prefix='./';; + *) prefix='';; esac - eval "$initialize_posix_glob" - oIFS=$IFS IFS=/ - $posix_glob set -f + set -f set fnord $dstdir shift - $posix_glob set +f + set +f IFS=$oIFS prefixes= for d do - test X"$d" = X && continue - - prefix=$prefix$d - if test -d "$prefix"; then - prefixes= - else - if $posix_mkdir; then - (umask=$mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break - # Don't fail if two instances are running concurrently. - test -d "$prefix" || exit 1 - else - case $prefix in - *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; - *) qprefix=$prefix;; - esac - prefixes="$prefixes '$qprefix'" - fi - fi - prefix=$prefix/ + test X"$d" = X && continue + + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ done if test -n "$prefixes"; then - # Don't fail if two instances are running concurrently. - (umask $mkdir_umask && - eval "\$doit_exec \$mkdirprog $prefixes") || - test -d "$dstdir" || exit 1 - obsolete_mkdir_used=true + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true fi fi fi @@ -472,15 +449,12 @@ do # 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 && + old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && + new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && + set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && - $posix_glob set +f && - + set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then @@ -493,24 +467,24 @@ do # 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" + # 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 diff --git a/apps/xcalc/man/Makefile.in b/apps/xcalc/man/Makefile.in index 6754fae93..2dda4b5f4 100644 --- a/apps/xcalc/man/Makefile.in +++ b/apps/xcalc/man/Makefile.in @@ -1,9 +1,8 @@ -# Makefile.in generated by automake 1.11.2 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -16,6 +15,61 @@ @SET_MAKE@ VPATH = @srcdir@ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -35,23 +89,34 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = man -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +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 = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ @@ -81,6 +146,8 @@ am__uninstall_files_from_dir = { \ } am__installdirs = "$(DESTDIR)$(appmandir)" DATA = $(appman_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ @@ -128,7 +195,6 @@ LIBS = @LIBS@ LIB_MAN_DIR = @LIB_MAN_DIR@ LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ LTLIBOBJS = @LTLIBOBJS@ -MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAN_SUBSTS = @MAN_SUBSTS@ MISC_MAN_DIR = @MISC_MAN_DIR@ @@ -214,7 +280,7 @@ all: all-am .SUFFIXES: .SUFFIXES: .$(APP_MAN_SUFFIX) .man -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -226,7 +292,6 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign man/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -239,15 +304,18 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) +$(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) +$(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-appmanDATA: $(appman_DATA) @$(NORMAL_INSTALL) - test -z "$(appmandir)" || $(MKDIR_P) "$(DESTDIR)$(appmandir)" @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(appmandir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(appmandir)" || exit 1; \ + fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ @@ -262,11 +330,11 @@ uninstall-appmanDATA: @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(appmandir)'; $(am__uninstall_files_from_dir) -tags: TAGS -TAGS: +tags TAGS: + +ctags CTAGS: -ctags: CTAGS -CTAGS: +cscope cscopelist: distdir: $(DISTFILES) @@ -405,16 +473,19 @@ uninstall-am: uninstall-appmanDATA .MAKE: install-am install-strip -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-appmanDATA 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 maintainer-clean \ +.PHONY: all all-am check check-am clean clean-generic cscopelist-am \ + ctags-am distclean distclean-generic distdir dvi dvi-am html \ + html-am info info-am install install-am install-appmanDATA \ + 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 maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am uninstall uninstall-am uninstall-appmanDATA + pdf-am ps ps-am tags-am uninstall uninstall-am \ + uninstall-appmanDATA + +.PRECIOUS: Makefile # String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure diff --git a/apps/xcalc/math.c b/apps/xcalc/math.c index b290bebd9..c8ac1a846 100644 --- a/apps/xcalc/math.c +++ b/apps/xcalc/math.c @@ -18,43 +18,19 @@ #include "xcalc.h" -#ifdef _CRAY /* kludge around Cray STDC compiler */ -double (*log_p)() = log; -#define log ((*log_p)) -double (*exp_p)() = exp; -#define exp ((*exp_p)) -double (*sqrt_p)() = sqrt; -#define sqrt ((*sqrt_p)) -double (*log10_p)() = log10; -#define log10 ((*log10_p)) -double (*atan2_p)() = atan2; -#define atan2 ((*atan2_p)) -double (*asin_p)() = asin; -#define asin ((*asin_p)) -double (*acos_p)() = acos; -#define acos ((*acos_p)) -double (*atan_p)() = atan; -#define atan ((*atan_p)) -double (*sin_p)() = sin; -#define sin ((*sin_p)) -double (*cos_p)() = cos; -#define cos ((*cos_p)) -double (*tan_p)() = tan; -#define tan ((*tan_p)) -double (*pow_p)() = pow; -#define pow ((*pow_p)) -#endif /* _CRAY */ - -#ifndef PI /* sometimes defined in math.h */ -#define PI 3.14159265358979 +#ifndef M_PI /* sometimes defined in math.h */ +#define M_PI 3.14159265358979323846 #endif -#define E 2.71828182845904 + +#ifndef M_E /* sometimes defined in math.h */ +#define M_E 2.7182818284590452354 +#endif + #define MAXDISP 11 #define DEG 0 /* DRG mode. used for trig calculations */ #define RAD 1 #define GRAD 2 -#define min(a,b) ((a) < (b) ? (a) : (b)) -#define max(a,b) ((a) > (b) ? (a) : (b)) + #define True 1 #define False 0 @@ -69,8 +45,8 @@ jmp_buf env; static int flagINV, flagPAREN, flagM, drgmode; /* display flags */ -static double drg2rad=PI/180.0; /* Conversion factors for trig funcs */ -static double rad2drg=180.0/PI; +static double drg2rad=M_PI/180.0; /* Conversion factors for trig funcs */ +static double rad2drg=180.0/M_PI; static int entered=1; /* true if display contains a valid number. if==2, then use 'dnum', rather than the string stored in the display. (for accuracy) @@ -102,6 +78,17 @@ static void RollNum(int dir); static void ClearStacks(void); static int priority(int op); +#ifndef HAVE_STRLCPY +/* Close enough for the short strings copied in xcalc */ +static inline size_t +strlcpy(char *dst, const char *src, size_t size) +{ + strncpy(dst, src, size); + dst[size - 1] = '\0'; + return strlen(src); +} +#endif + /* * The following is to deal with the unfortunate assumption that if errno * is non-zero then an error has occurred. On some systems (e.g. Ultrix), @@ -147,9 +134,9 @@ static volatile int SignalKind; void fail_op(void) { if (SignalKind == SIGFPE) - strcpy(dispstr, "math error"); + strlcpy(dispstr, "math error", sizeof(dispstr)); else if (SignalKind == SIGILL) - strcpy(dispstr, "illegal operand"); + strlcpy(dispstr, "illegal operand", sizeof(dispstr)); entered=3; DrawDisplay(); @@ -157,7 +144,7 @@ void fail_op(void) } /*ARGSUSED*/ -signal_t fperr(int sig) +void fperr(int sig) { #if defined(SYSV) || defined(SVR4) || defined(linux) signal(SIGFPE, fperr); @@ -168,7 +155,7 @@ signal_t fperr(int sig) /* for VAX BSD4.3 */ /*ARGSUSED*/ -signal_t illerr(int sig) +void illerr(int sig) { /* not reset when caught? */ signal(SIGILL, illerr); @@ -187,7 +174,7 @@ void post_op(void) #endif #ifndef IEEE if (errno) { - strcpy(dispstr,"error"); + strlcpy(dispstr, "error", sizeof(dispstr)); DrawDisplay(); entered=3; errno=0; @@ -198,19 +185,18 @@ void post_op(void) static void DrawDisplay(void) { - if ((int) strlen(dispstr) > 12) { /* strip out some decimal digits */ - char tmp[32]; - char *estr = index(dispstr,'e'); /* search for exponent part */ + if (strlen(dispstr) > 12) { /* strip out some decimal digits */ + char *estr = strchr(dispstr,'e'); /* search for exponent part */ if (!estr) dispstr[12]='\0'; /* no exp, just trunc. */ else { - if ((int) strlen(estr) <= 4) - sprintf(tmp,"%.8s",dispstr); /* leftmost 8 chars */ - else - sprintf(tmp,"%.7s",dispstr); /* leftmost 7 chars */ - strcat (tmp,estr); /* plus exponent */ - strcpy (dispstr,tmp); - } + char tmp[32]; + if (strlen(estr) <= 4) /* leftmost 8 chars plus exponent */ + snprintf(tmp, sizeof(tmp), "%.8s%s", dispstr, estr); + else /* leftmost 7 chars plus exponent */ + snprintf(tmp, sizeof(tmp), "%.7s%s", dispstr, estr); + strlcpy(dispstr, tmp, sizeof(dispstr)); } + } draw(dispstr); setflag(XCalc_MEMORY, (flagM)); setflag(XCalc_INVERSE, (flagINV)); @@ -252,7 +238,7 @@ numeric(int keynum) case kRCL: PushNum(dnum); dnum = mem[cell]; - sprintf(dispstr, "%.8g", dnum); + snprintf(dispstr, sizeof(dispstr), "%.8g", dnum); lift_enabled = 1; entered = 1; clrdisp++; @@ -338,7 +324,7 @@ bkspf(void) } else { - strcpy(dispstr, "0"); + strlcpy(dispstr, "0", sizeof(dispstr)); dnum = 0.0; clrdisp++; flagINV = 0; @@ -353,7 +339,7 @@ decf(void) if (clrdisp) { if (rpn && lift_enabled) PushNum(dnum); - strcpy(dispstr,"0"); + strlcpy(dispstr, "0", sizeof(dispstr)); } if (!Dpoint) { #ifndef X_LOCALE @@ -375,7 +361,7 @@ eef(void) if (clrdisp) { if (rpn && lift_enabled) PushNum(dnum); - strcpy(dispstr, rpn ? "1" : "0"); + strlcpy(dispstr, rpn ? "1" : "0", sizeof(dispstr)); } if (!exponent) { strcat(dispstr,"E+"); @@ -398,7 +384,7 @@ clearf(void) exponent=Dpoint=0; clrdisp=1; entered=1; - strcpy(dispstr,"0"); + strlcpy(dispstr, "0", sizeof(dispstr)); DrawDisplay(); } @@ -421,8 +407,8 @@ negf(void) strcpy(dispstr,dispstr+1); /* move str left once */ else { /* not neg-ed. add a '-' */ char tmp[32]; - sprintf(tmp,"-%s",dispstr); - strcpy(dispstr,tmp); + snprintf(tmp, sizeof(tmp), "-%s", dispstr); + strlcpy(dispstr, tmp, sizeof(dispstr)); } if (entered==2) dnum = -1.0 * dnum; @@ -482,7 +468,7 @@ twoop(int keynum) } PushNum(acc); PushOp(keynum); - sprintf(dispstr,"%.8g",acc); + snprintf(dispstr, sizeof(dispstr), "%.8g", acc); DrawDisplay(); dnum=acc; } @@ -514,7 +500,7 @@ twof(int keynum) case kPOW: acc = pow(acc,dnum); break; case kXXY: PushNum(dnum); } - sprintf(dispstr, "%.8g", acc); + snprintf(dispstr, sizeof(dispstr), "%.8g", acc); DrawDisplay(); clrdisp++; Dpoint = exponent = 0; @@ -580,7 +566,7 @@ equf(void) PushNum(dnum); } - sprintf(dispstr,"%.8g",dnum); + snprintf(dispstr, sizeof(dispstr), "%.8g", dnum); DrawDisplay(); } @@ -605,7 +591,7 @@ rollf(void) RollNum(flagINV); flagINV=0; clrdisp++; - sprintf(dispstr, "%.8g", dnum); + snprintf(dispstr, sizeof(dispstr), "%.8g", dnum); DrawDisplay(); } @@ -649,7 +635,7 @@ rparf(void) (void) PopNum(); flagPAREN--; entered=2; - sprintf(dispstr,"%.8g",dnum); + snprintf(dispstr, sizeof(dispstr), "%.8g", dnum); DrawDisplay(); } @@ -660,27 +646,27 @@ drgf(void) if (entered==1) parse_double(dispstr,"%lf",&dnum); switch (drgmode) { - case DEG: dnum=dnum*PI/180.0; break; - case RAD: dnum=dnum*200.0/PI; break; + case DEG: dnum=dnum*M_PI/180.0; break; + case RAD: dnum=dnum*200.0/M_PI; break; case GRAD: dnum=dnum*90.0/100.0; break; } entered=2; clrdisp=1; flagINV=0; - sprintf(dispstr,"%.8g",dnum); + snprintf(dispstr, sizeof(dispstr), "%.8g", dnum); } flagINV=0; drgmode = (drgmode + 1) % 3; switch (drgmode) { - case DEG: drg2rad=PI / 180.0; - rad2drg=180.0 / PI; + case DEG: drg2rad=M_PI / 180.0; + rad2drg=180.0 / M_PI; break; case RAD: drg2rad=1.0; rad2drg=1.0; break; - case GRAD: drg2rad=PI / 200.0; - rad2drg=200.0 / PI; + case GRAD: drg2rad=M_PI / 200.0; + rad2drg=200.0 / M_PI; break; } DrawDisplay(); @@ -715,8 +701,8 @@ oneop(int keynum) entered = 2; switch (keynum) { /* do the actual math fn. */ - case kE: if (rpn && memop != kENTR) PushNum(dnum); dnum=E; break; - case kPI: if (rpn && memop != kENTR) PushNum(dnum); dnum=PI; break; + case kE: if (rpn && memop != kENTR) PushNum(dnum); dnum=M_E; break; + case kPI: if (rpn && memop != kENTR) PushNum(dnum); dnum=M_PI; break; case kRECIP: dnum=1.0/dnum; break; case kSQR: flagINV = !flagINV; /* fall through to */ case kSQRT: if (flagINV) dnum=dnum*dnum; @@ -746,7 +732,7 @@ oneop(int keynum) case kEXC: dtmp=dnum; dnum=mem[0]; mem[0]=dtmp; flagM=!(mem[0]==0.0); break; case kFACT: if (floor(dnum)!=dnum || dnum<0.0 || dnum>500.0) { - strcpy(dispstr,"error"); + strlcpy(dispstr, "error", sizeof(dispstr)); entered=3; break; } @@ -766,7 +752,7 @@ oneop(int keynum) clrdisp=1; flagINV=0; lift_enabled = 1; - sprintf(dispstr,"%.8g",dnum); + snprintf(dispstr, sizeof(dispstr), "%.8g", dnum); DrawDisplay(); } @@ -799,8 +785,11 @@ static void PushOp(int op) /*******/ { - if (opsp==STACKMAX) {strcpy(dispstr,"stack error"); entered=3;} - else opstack[opsp++]=op; + if (opsp==STACKMAX) { + strlcpy(dispstr, "stack error", sizeof(dispstr)); + entered=3; + } else + opstack[opsp++]=op; } /*******/ @@ -809,7 +798,7 @@ PopOp(void) /*******/ { if (opsp==0) { - strcpy(dispstr,"stack error"); + strlcpy(dispstr, "stack error", sizeof(dispstr)); entered=3; return(kNOP); } else @@ -845,7 +834,7 @@ PushNum(double num) return; } if (numsp==STACKMAX) { - strcpy(dispstr,"stack error"); + strlcpy(dispstr, "stack error", sizeof(dispstr)); entered=3; } else numstack[numsp++]=num; @@ -863,7 +852,7 @@ PopNum(void) return(tmp); } if (numsp==0) { - strcpy(dispstr,"stack error"); + strlcpy(dispstr, "stack error", sizeof(dispstr)); entered=3; return 0.0; } else @@ -932,9 +921,9 @@ ResetCalc(void) setflag(XCalc_RADIAN, False); setflag(XCalc_GRADAM, False); setflag(XCalc_DEGREE, True); - strcpy(dispstr,"0"); + strlcpy(dispstr, "0", sizeof(dispstr)); draw(dispstr); ClearStacks(); - drg2rad=PI/180.0; - rad2drg=180.0/PI; + drg2rad=M_PI/180.0; + rad2drg=180.0/M_PI; } diff --git a/apps/xcalc/missing b/apps/xcalc/missing index 28055d2ae..f62bbae30 100755 --- a/apps/xcalc/missing +++ b/apps/xcalc/missing @@ -1,11 +1,10 @@ #! /bin/sh -# Common stub for a few missing GNU programs while installing. +# Common wrapper for a few potentially missing GNU programs. -scriptversion=2009-04-28.21; # UTC +scriptversion=2013-10-28.13; # UTC -# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, -# 2008, 2009 Free Software Foundation, Inc. -# Originally by Fran,cois Pinard , 1996. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Originally written by Fran,cois Pinard , 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 @@ -26,69 +25,40 @@ scriptversion=2009-04-28.21; # UTC # the same distribution terms that you use for the rest of that program. if test $# -eq 0; then - echo 1>&2 "Try \`$0 --help' for more information" + echo 1>&2 "Try '$0 --help' for more information" exit 1 fi -run=: -sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' -sed_minuso='s/.* -o \([^ ]*\).*/\1/p' - -# In the cases where this matters, `missing' is being run in the -# srcdir already. -if test -f configure.ac; then - configure_ac=configure.ac -else - configure_ac=configure.in -fi +case $1 in -msg="missing on your system" + --is-lightweight) + # Used by our autoconf macros to check whether the available missing + # script is modern enough. + exit 0 + ;; -case $1 in ---run) - # Try to run requested program, and just exit if it succeeds. - run= - shift - "$@" && exit 0 - # Exit code 63 means version mismatch. This often happens - # when the user try to use an ancient version of a tool on - # a file that requires a minimum version. In this case we - # we should proceed has if the program had been absent, or - # if --run hadn't been passed. - if test $? = 63; then - run=: - msg="probably too old" - fi - ;; + --run) + # Back-compat with the calling convention used by older automake. + shift + ;; -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... -Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an -error status if there is no known handling for PROGRAM. +Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due +to PROGRAM being missing or too old. Options: -h, --help display this help and exit -v, --version output version information and exit - --run try to run the given command, and emulate it if it fails Supported PROGRAM values: - aclocal touch file \`aclocal.m4' - autoconf touch file \`configure' - autoheader touch file \`config.h.in' - autom4te touch the output file, or create a stub one - automake touch all \`Makefile.in' files - bison create \`y.tab.[ch]', if possible, from existing .[ch] - flex create \`lex.yy.c', if possible, from existing .c - help2man touch the output file - lex create \`lex.yy.c', if possible, from existing .c - makeinfo touch the output file - tar try tar, gnutar, gtar, then tar without non-portable flags - yacc create \`y.tab.[ch]', if possible, from existing .[ch] + aclocal autoconf autoheader autom4te automake makeinfo + bison yacc flex lex help2man -Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and -\`g' are ignored when checking the name. +Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and +'g' are ignored when checking the name. Send bug reports to ." exit $? @@ -100,272 +70,141 @@ Send bug reports to ." ;; -*) - echo 1>&2 "$0: Unknown \`$1' option" - echo 1>&2 "Try \`$0 --help' for more information" + echo 1>&2 "$0: unknown '$1' option" + echo 1>&2 "Try '$0 --help' for more information" exit 1 ;; esac -# normalize program name to check for. -program=`echo "$1" | sed ' - s/^gnu-//; t - s/^gnu//; t - s/^g//; t'` - -# Now exit if we have it, but it failed. Also exit now if we -# don't have it and --version was passed (most likely to detect -# the program). This is about non-GNU programs, so use $1 not -# $program. -case $1 in - lex*|yacc*) - # Not GNU programs, they don't have --version. - ;; - - tar*) - if test -n "$run"; then - echo 1>&2 "ERROR: \`tar' requires --run" - exit 1 - elif test "x$2" = "x--version" || test "x$2" = "x--help"; then - exit 1 - fi - ;; - - *) - if test -z "$run" && ($1 --version) > /dev/null 2>&1; then - # We have it, but it failed. - exit 1 - elif test "x$2" = "x--version" || test "x$2" = "x--help"; then - # Could not run --version or --help. This is probably someone - # running `$TOOL --version' or `$TOOL --help' to check whether - # $TOOL exists and not knowing $TOOL uses missing. - exit 1 - fi - ;; -esac - -# If it does not exist, or fails to run (possibly an outdated version), -# try to emulate it. -case $program in - aclocal*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified \`acinclude.m4' or \`${configure_ac}'. You might want - to install the \`Automake' and \`Perl' packages. Grab them from - any GNU archive site." - touch aclocal.m4 - ;; - - autoconf*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified \`${configure_ac}'. You might want to install the - \`Autoconf' and \`GNU m4' packages. Grab them from any GNU - archive site." - touch configure - ;; - - autoheader*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified \`acconfig.h' or \`${configure_ac}'. You might want - to install the \`Autoconf' and \`GNU m4' packages. Grab them - from any GNU archive site." - files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` - test -z "$files" && files="config.h" - touch_files= - for f in $files; do - case $f in - *:*) touch_files="$touch_files "`echo "$f" | - sed -e 's/^[^:]*://' -e 's/:.*//'`;; - *) touch_files="$touch_files $f.in";; - esac - done - touch $touch_files - ;; - - automake*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'. - You might want to install the \`Automake' and \`Perl' packages. - Grab them from any GNU archive site." - find . -type f -name Makefile.am -print | - sed 's/\.am$/.in/' | - while read f; do touch "$f"; done - ;; - - autom4te*) - echo 1>&2 "\ -WARNING: \`$1' is needed, but is $msg. - You might have modified some files without having the - proper tools for further handling them. - You can get \`$1' as part of \`Autoconf' from any GNU - archive site." - - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -f "$file"; then - touch $file - else - test -z "$file" || exec >$file - echo "#! /bin/sh" - echo "# Created by GNU Automake missing as a replacement of" - echo "# $ $@" - echo "exit 0" - chmod +x $file - exit 1 - fi - ;; - - bison*|yacc*) - echo 1>&2 "\ -WARNING: \`$1' $msg. You should only need it if - you modified a \`.y' file. You may need the \`Bison' package - in order for those modifications to take effect. You can get - \`Bison' from any GNU archive site." - rm -f y.tab.c y.tab.h - if test $# -ne 1; then - eval LASTARG="\${$#}" - case $LASTARG in - *.y) - SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.c - fi - SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.h - fi - ;; - esac - fi - if test ! -f y.tab.h; then - echo >y.tab.h - fi - if test ! -f y.tab.c; then - echo 'main() { return 0; }' >y.tab.c - fi - ;; - - lex*|flex*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified a \`.l' file. You may need the \`Flex' package - in order for those modifications to take effect. You can get - \`Flex' from any GNU archive site." - rm -f lex.yy.c - if test $# -ne 1; then - eval LASTARG="\${$#}" - case $LASTARG in - *.l) - SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" lex.yy.c - fi - ;; - esac - fi - if test ! -f lex.yy.c; then - echo 'main() { return 0; }' >lex.yy.c - fi - ;; - - help2man*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified a dependency of a manual page. You may need the - \`Help2man' package in order for those modifications to take - effect. You can get \`Help2man' from any GNU archive site." - - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -f "$file"; then - touch $file - else - test -z "$file" || exec >$file - echo ".ab help2man is required to generate this page" - exit $? - fi - ;; - - makeinfo*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified a \`.texi' or \`.texinfo' file, or any other file - indirectly affecting the aspect of the manual. The spurious - call might also be the consequence of using a buggy \`make' (AIX, - DU, IRIX). You might want to install the \`Texinfo' package or - the \`GNU make' package. Grab either from any GNU archive site." - # The file to touch is that specified with -o ... - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -z "$file"; then - # ... or it is the one specified with @setfilename ... - infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` - file=`sed -n ' - /^@setfilename/{ - s/.* \([^ ]*\) *$/\1/ - p - q - }' $infile` - # ... or it is derived from the source name (dir/f.texi becomes f.info) - test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info - fi - # If the file does not exist, the user really needs makeinfo; - # let's fail without touching anything. - test -f $file || exit 1 - touch $file - ;; - - tar*) - shift - - # We have already tried tar in the generic part. - # Look for gnutar/gtar before invocation to avoid ugly error - # messages. - if (gnutar --version > /dev/null 2>&1); then - gnutar "$@" && exit 0 - fi - if (gtar --version > /dev/null 2>&1); then - gtar "$@" && exit 0 - fi - firstarg="$1" - if shift; then - case $firstarg in - *o*) - firstarg=`echo "$firstarg" | sed s/o//` - tar "$firstarg" "$@" && exit 0 - ;; - esac - case $firstarg in - *h*) - firstarg=`echo "$firstarg" | sed s/h//` - tar "$firstarg" "$@" && exit 0 - ;; - esac - fi - - echo 1>&2 "\ -WARNING: I can't seem to be able to run \`tar' with the given arguments. - You may want to install GNU tar or Free paxutils, or check the - command line arguments." - exit 1 - ;; - - *) - echo 1>&2 "\ -WARNING: \`$1' is needed, and is $msg. - You might have modified some files without having the - proper tools for further handling them. Check the \`README' file, - it often tells you about the needed prerequisites for installing - this package. You may also peek at any GNU archive site, in case - some other package would contain this missing \`$1' program." - exit 1 - ;; -esac +# Run the given program, remember its exit status. +"$@"; st=$? + +# If it succeeded, we are done. +test $st -eq 0 && exit 0 + +# Also exit now if we it failed (or wasn't found), and '--version' was +# passed; such an option is passed most likely to detect whether the +# program is present and works. +case $2 in --version|--help) exit $st;; esac + +# Exit code 63 means version mismatch. This often happens when the user +# tries to use an ancient version of a tool on a file that requires a +# minimum version. +if test $st -eq 63; then + msg="probably too old" +elif test $st -eq 127; then + # Program was missing. + msg="missing on your system" +else + # Program was found and executed, but failed. Give up. + exit $st +fi -exit 0 +perl_URL=http://www.perl.org/ +flex_URL=http://flex.sourceforge.net/ +gnu_software_URL=http://www.gnu.org/software + +program_details () +{ + case $1 in + aclocal|automake) + echo "The '$1' program is part of the GNU Automake package:" + echo "<$gnu_software_URL/automake>" + echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/autoconf>" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + autoconf|autom4te|autoheader) + echo "The '$1' program is part of the GNU Autoconf package:" + echo "<$gnu_software_URL/autoconf/>" + echo "It also requires GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + esac +} + +give_advice () +{ + # Normalize program name to check for. + normalized_program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` + + printf '%s\n' "'$1' is $msg." + + configure_deps="'configure.ac' or m4 files included by 'configure.ac'" + case $normalized_program in + autoconf*) + echo "You should only need it if you modified 'configure.ac'," + echo "or m4 files included by it." + program_details 'autoconf' + ;; + autoheader*) + echo "You should only need it if you modified 'acconfig.h' or" + echo "$configure_deps." + program_details 'autoheader' + ;; + automake*) + echo "You should only need it if you modified 'Makefile.am' or" + echo "$configure_deps." + program_details 'automake' + ;; + aclocal*) + echo "You should only need it if you modified 'acinclude.m4' or" + echo "$configure_deps." + program_details 'aclocal' + ;; + autom4te*) + echo "You might have modified some maintainer files that require" + echo "the 'autom4te' program to be rebuilt." + program_details 'autom4te' + ;; + bison*|yacc*) + echo "You should only need it if you modified a '.y' file." + echo "You may want to install the GNU Bison package:" + echo "<$gnu_software_URL/bison/>" + ;; + lex*|flex*) + echo "You should only need it if you modified a '.l' file." + echo "You may want to install the Fast Lexical Analyzer package:" + echo "<$flex_URL>" + ;; + help2man*) + echo "You should only need it if you modified a dependency" \ + "of a man page." + echo "You may want to install the GNU Help2man package:" + echo "<$gnu_software_URL/help2man/>" + ;; + makeinfo*) + echo "You should only need it if you modified a '.texi' file, or" + echo "any other file indirectly affecting the aspect of the manual." + echo "You might want to install the Texinfo package:" + echo "<$gnu_software_URL/texinfo/>" + echo "The spurious makeinfo call might also be the consequence of" + echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" + echo "want to install GNU make:" + echo "<$gnu_software_URL/make/>" + ;; + *) + echo "You might have modified some files without having the proper" + echo "tools for further handling them. Check the 'README' file, it" + echo "often tells you about the needed prerequisites for installing" + echo "this package. You may also peek at any GNU archive site, in" + echo "case some other package contains this missing '$1' program." + ;; + esac +} + +give_advice "$1" | sed -e '1s/^/WARNING: /' \ + -e '2,$s/^/ /' >&2 + +# Propagate the correct exit status (expected to be 127 for a program +# not found, 63 for a program that failed due to version mismatch). +exit $st # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) diff --git a/apps/xcalc/xcalc.h b/apps/xcalc/xcalc.h index 855dc4a46..1492a01d8 100644 --- a/apps/xcalc/xcalc.h +++ b/apps/xcalc/xcalc.h @@ -37,6 +37,10 @@ from the X Consortium. #ifndef _XCALC_H_ #define _XCALC_H_ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include #include @@ -51,13 +55,6 @@ from the X Consortium. #include #include - -#ifdef SIGNALRETURNSINT -#define signal_t int -#else -#define signal_t void -#endif - #define kRECIP 0 /* reciprocal */ #define kSQR 1 /* square */ #define kSQRT 2 /* square root */ @@ -118,8 +115,8 @@ extern XtActionsRec Actions[]; extern int ActionsCount; /* math.c */ -extern signal_t fperr(int sig); -extern signal_t illerr(int sig); +extern void fperr(int sig) _X_NORETURN; +extern void illerr(int sig) _X_NORETURN; extern void fail_op(void); extern int pre_op(int keynum); extern void post_op(void); @@ -151,7 +148,7 @@ extern jmp_buf env; /* xcalc.c */ extern void do_select(Time time); extern void draw(char *string); -extern void Quit(void); +extern void Quit(void) _X_NORETURN; extern void ringbell(void); extern void setflag(int indicator, Boolean on); diff --git a/packages.txt b/packages.txt index 89d45e772..25f5cdeee 100644 --- a/packages.txt +++ b/packages.txt @@ -79,7 +79,7 @@ terminus-font-4.30 ttf-bitstream-vera-1.10 windowswmproto-1.0.4 xbitmaps-1.1.1 -xcalc-1.0.5 +xcalc-1.0.6 xcb-proto git version xclock-1.0.7 xcmiscproto-1.2.2 @@ -90,7 +90,7 @@ xineramaproto-1.2.1 xkbcomp git version xkeyboard-config git version xrdb git version -xproto-7.0.26 +xproto-7.0.27 xserver git version xtrans git version xwininfo git version -- cgit v1.2.3 From ac2c8a704aac7569f4ae85b890a546644bd86c60 Mon Sep 17 00:00:00 2001 From: marha Date: Sun, 22 Feb 2015 21:37:54 +0100 Subject: Added libXfixes-5.0 --- libXfixes/AUTHORS | 1 + libXfixes/COPYING | 41 + libXfixes/ChangeLog | 517 ++ libXfixes/INSTALL | 0 libXfixes/Makefile.am | 37 + libXfixes/Makefile.in | 832 ++ libXfixes/README | 34 + libXfixes/aclocal.m4 | 10391 +++++++++++++++++++++ libXfixes/config.guess | 1501 +++ libXfixes/config.h.in | 71 + libXfixes/config.sub | 1705 ++++ libXfixes/configure | 13533 ++++++++++++++++++++++++++++ libXfixes/configure.ac | 65 + libXfixes/depcomp | 630 ++ libXfixes/include/X11/extensions/Xfixes.h | 269 + libXfixes/install-sh | 520 ++ libXfixes/ltmain.sh | 8745 ++++++++++++++++++ libXfixes/man/Makefile.am | 39 + libXfixes/man/Makefile.in | 461 + libXfixes/man/Xfixes.man | 75 + libXfixes/missing | 376 + libXfixes/src/Cursor.c | 336 + libXfixes/src/Makefile.am | 20 + libXfixes/src/Makefile.in | 602 ++ libXfixes/src/Region.c | 444 + libXfixes/src/SaveSet.c | 47 + libXfixes/src/Selection.c | 49 + libXfixes/src/Xfixes.c | 334 + libXfixes/src/Xfixesint.h | 65 + libXfixes/xfixes.pc.in | 12 + packages.txt | 1 + 31 files changed, 41753 insertions(+) create mode 100644 libXfixes/AUTHORS create mode 100644 libXfixes/COPYING create mode 100644 libXfixes/ChangeLog create mode 100644 libXfixes/INSTALL create mode 100644 libXfixes/Makefile.am create mode 100644 libXfixes/Makefile.in create mode 100644 libXfixes/README create mode 100644 libXfixes/aclocal.m4 create mode 100755 libXfixes/config.guess create mode 100644 libXfixes/config.h.in create mode 100755 libXfixes/config.sub create mode 100755 libXfixes/configure create mode 100644 libXfixes/configure.ac create mode 100755 libXfixes/depcomp create mode 100644 libXfixes/include/X11/extensions/Xfixes.h create mode 100755 libXfixes/install-sh create mode 100755 libXfixes/ltmain.sh create mode 100644 libXfixes/man/Makefile.am create mode 100644 libXfixes/man/Makefile.in create mode 100644 libXfixes/man/Xfixes.man create mode 100755 libXfixes/missing create mode 100644 libXfixes/src/Cursor.c create mode 100644 libXfixes/src/Makefile.am create mode 100644 libXfixes/src/Makefile.in create mode 100644 libXfixes/src/Region.c create mode 100644 libXfixes/src/SaveSet.c create mode 100644 libXfixes/src/Selection.c create mode 100644 libXfixes/src/Xfixes.c create mode 100644 libXfixes/src/Xfixesint.h create mode 100644 libXfixes/xfixes.pc.in diff --git a/libXfixes/AUTHORS b/libXfixes/AUTHORS new file mode 100644 index 000000000..ab0e01b06 --- /dev/null +++ b/libXfixes/AUTHORS @@ -0,0 +1 @@ +Keith Packard, HP and XFree86. diff --git a/libXfixes/COPYING b/libXfixes/COPYING new file mode 100644 index 000000000..66012a93a --- /dev/null +++ b/libXfixes/COPYING @@ -0,0 +1,41 @@ + +Copyright © 2001,2003 Keith Packard + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation, and that the name of Keith Packard not be used in +advertising or publicity pertaining to distribution of the software without +specific, written prior permission. Keith Packard makes no +representations about the suitability of this software for any purpose. It +is provided "as is" without express or implied warranty. + +KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + +Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice (including the next +paragraph) shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. diff --git a/libXfixes/ChangeLog b/libXfixes/ChangeLog new file mode 100644 index 000000000..79f5b7794 --- /dev/null +++ b/libXfixes/ChangeLog @@ -0,0 +1,517 @@ +commit 54926675a9bbb732d3317316db4958e22922ea3f +Author: Adam Jackson +Date: Mon Nov 22 14:50:13 2010 -0500 + + libXfixes v5: Pointer barriers + + v2: Use int * for device list, consistent with libXi. + v3: Update copyright year. + + Reviewed-by: Julien Cristau + Reviewed-by: Peter Hutterer + Signed-off-by: Adam Jackson + +commit c301e75b0316c00599caa88d95f384d63eb8bec0 +Author: Gaetan Nadon +Date: Wed Feb 2 11:43:42 2011 -0500 + + config: comment, minor upgrade, quote and layout configure.ac + + Group statements per section as per Autoconf standard layout + Quote statements where appropriate. + Autoconf recommends not using dnl instead of # for comments + + Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters. + Add AC_CONFIG_SRCDIR([Makefile.am]) + Remove redundant AC_SUBST(*_CFLAGS) and/or *_LIBS + No functional configuration changes + + This helps automated maintenance and release activities. + Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines + +commit 8196b55a4d84f40f0a0b29b4167992b45df50d70 +Author: Gaetan Nadon +Date: Fri Jan 28 19:41:37 2011 -0500 + + config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS + + Signed-off-by: Gaetan Nadon + +commit e067891e233e3725e1fa1da72d91c5346f039d00 +Author: Gaetan Nadon +Date: Thu Jan 27 18:50:14 2011 -0500 + + config: remove AC_PROG_CC as it overrides AC_PROG_C_C99 + + XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls + AC_PROG_C_C99. This sets gcc with -std=gnu99. + If AC_PROG_CC macro is called afterwards, it resets CC to gcc. + + Signed-off-by: Gaetan Nadon + +commit 1b64f2594c871d1497a032285476222b29cd4537 +Author: Fernando Carrijo +Date: Thu Jul 1 06:56:35 2010 -0300 + + Purge macros NEED_EVENTS and NEED_REPLIES + + Signed-off-by: Fernando Carrijo + Acked-by: Tiago Vignatti + Reviewed-by: Alan Coopersmith + +commit 01e803aebdfddfce6374b03e5f31723698aa0c00 +Author: Alan Coopersmith +Date: Wed Jun 9 20:18:25 2010 -0700 + + libXfixes 4.0.5 + + Signed-off-by: Alan Coopersmith + +commit 7d08b9841ce01628881969b9cdd08d732c87aad7 +Author: Alan Coopersmith +Date: Tue Jun 8 19:14:44 2010 -0700 + + Fix .TH values in Xfixes.man + + Requires xorg-macros 1.8 in order to get the updated XORG_MANPAGE_SECTIONS + that sets $(SED) & $(MAN_SUBSTS) from configure for us. + + Signed-off-by: Alan Coopersmith + Reviewed-by: Dan Nicholson + +commit e81d298c3dd043ee2234156f81d75cac394ad896 +Author: Alan Coopersmith +Date: Tue Jun 8 19:04:01 2010 -0700 + + Sun's copyrights now belong to Oracle + + Signed-off-by: Alan Coopersmith + +commit bdebfcf8096b7403c5e59501d73e5b73d2e65f15 +Author: Jamey Sharp +Date: Fri Apr 9 17:26:31 2010 -0700 + + Always call SyncHandle after issuing an X request. + +commit e09464e0ec1f6994272f3ef324b7fa77329948d4 +Author: Gaetan Nadon +Date: Mon Mar 29 16:50:34 2010 -0400 + + config: update AC_PREREQ statement to 2.60 + + Unrelated to the previous patches, the new value simply reflects + the reality that the minimum level for autoconf to configure + all x.org modules is 2.60 dated June 2006. + + ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz + + Signed-off-by: Gaetan Nadon + +commit 946578b59ced5d828b0ad62fe96fc6d9bb31008a +Author: Gaetan Nadon +Date: Mon Mar 29 14:53:48 2010 -0400 + + config: remove the pkgconfig pc.in file from EXTRA_DIST + + Automake always includes it in the tarball. + + Signed-off-by: Gaetan Nadon + +commit e3acd4a80b246166bb971095ff598944fb59281b +Author: Alan Coopersmith +Date: Thu Jan 14 19:09:28 2010 -0800 + + Update Sun license notices to current X.Org standard form + + Signed-off-by: Alan Coopersmith + +commit 43397a8cb586caefc60787c98792ae2aae43fddf +Author: Alan Coopersmith +Date: Thu Jan 14 19:07:17 2010 -0800 + + Purge CVS/RCS id tags + + Signed-off-by: Alan Coopersmith + +commit e27e229cf7f1809b1997dcafc147e512b0fb014d +Author: Gaetan Nadon +Date: Thu Jan 14 15:54:31 2010 -0500 + + COPYING: add missing copyright notice. + + Refer to: Cursor.c + Copyright © 2006 Sun Microsystems + + Signed-off-by: Gaetan Nadon + Reviewed-by: Peter Hutterer + Signed-off-by: Alan Coopersmith + +commit 9e1da45e4cc425f1aa8bc7021645372cad93f029 +Author: Gaetan Nadon +Date: Fri Nov 27 20:56:04 2009 -0500 + + Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES + + Now that the INSTALL file is generated. + Allows running make maintainer-clean. + +commit b228e13d654f07297cc40cabe81fdb50469c1e83 +Author: Gaetan Nadon +Date: Wed Oct 28 14:09:10 2009 -0400 + + INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 + + Add missing INSTALL file. Use standard GNU file on building tarball + README may have been updated + Remove AUTHORS file as it is empty and no content available yet. + Remove NEWS file as it is empty and no content available yet. + +commit 12e260765e880ffe2e078e6eb399bd137116d2cc +Author: Gaetan Nadon +Date: Mon Oct 26 22:08:43 2009 -0400 + + Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 + + ChangeLog filename is known to Automake and requires no further + coding in the makefile. + +commit 82d17ac11ced59195eb160464b011546ca72a5c7 +Author: Gaetan Nadon +Date: Thu Oct 22 12:34:19 2009 -0400 + + .gitignore: use common defaults with custom section # 24239 + + Using common defaults will reduce errors and maintenance. + Only the very small or inexistent custom section need periodic maintenance + when the structure of the component changes. Do not edit defaults. + +commit 55d7359a38e2e461a1320872bf955a298f06abd2 +Author: Jeremy Huddleston +Date: Wed Oct 21 12:47:25 2009 -0700 + + This is not a GNU project, so declare it foreign. + + On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote: + > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote: + > > I noticed an INSTALL file in xlsclients and libXvMC today, and it + > > was quite annoying to work around since 'autoreconf -fvi' replaces + > > it and git wants to commit it. Should these files even be in git? + > > Can I nuke them for the betterment of humanity and since they get + > > created by autoreconf anyways? + > + > See https://bugs.freedesktop.org/show_bug.cgi?id=24206 + + As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with + AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation + of the INSTALL file. It is also part of the 24206 solution. + + Signed-off-by: Jeremy Huddleston + +commit ed2f91926bcef1610abe3c9cef61b1bb1c918ec8 +Author: Alan Coopersmith +Date: Thu Oct 8 08:45:02 2009 -0700 + + libXfixes 4.0.4 + + Signed-off-by: Alan Coopersmith + +commit dc9e2c696121f677065919bc5b011eb650791831 +Author: Alan Coopersmith +Date: Thu Oct 8 08:44:24 2009 -0700 + + Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS + + Signed-off-by: Alan Coopersmith + +commit c83a721ba0b142177b3f01dd0c0a5e47e06a991a +Author: Alan Coopersmith +Date: Mon Feb 2 20:34:33 2009 -0800 + + Add README with pointers to mailing list, bugzilla & git repos + + Signed-off-by: Alan Coopersmith + +commit 9784df5ba9f04163da7486c005eaf2383c37b127 +Author: Paulo Cesar Pereira de Andrade +Date: Thu Jan 29 17:40:24 2009 -0200 + + Janitor: Correct make distcheck and gcc/sparse warnings. + +commit 839ef4a38dceec053c3fb33878e59eb26bd8d580 +Author: Peter Hutterer +Date: Mon May 19 17:31:04 2008 +0930 + + Rename parameters to clarify QueryVersion/QueryExtension. + + These parameters are not treated as input. Rename them to make the inner + workings slightly more obvious. + + X.Org Bug 14511 + +commit d7778d80356f9a7f0bc4ffd0f0cf0bfa86928249 +Author: Matthieu Herrb +Date: Sun Mar 9 08:19:27 2008 +0100 + + nuke RCS Ids + +commit e211f3647823d89dd25a1cff8981c3154a6c429d +Author: James Cloos +Date: Thu Dec 6 16:38:28 2007 -0500 + + Replace static ChangeLog with dist-hook to generate from git log + +commit cad41f810023db454f33feea4f89d4d053737732 +Author: Daniel Stone +Date: Wed Nov 8 16:14:41 2006 +0200 + + bump to 4.0.3 + +commit 9dc7945eaa9216bf7b0056e815fba5bf8b5ded07 +Author: Lars Knoll +Date: Sun Oct 15 14:13:14 2006 -0700 + + Don't unlock the Display when you have not locked it. + + Acked-by: Jamey Sharp + +commit fcd9a56f0614521127d82954c4a4d77c92e62e53 +Author: Adam Jackson +Date: Fri Oct 13 16:12:54 2006 -0400 + + Bump to 4.0.2 + +commit 8b43f6b0b5d77ab33efc50e4b1f588e51d029eb8 +Author: Alan Coopersmith +Date: Wed Sep 27 19:03:11 2006 -0700 + + Add *~ to .gitignore to skip over emacs droppings + +commit 6c4d82990973b02a756ab3ba83ea345fed4bf87e +Author: Stuart Kreitman +Date: Wed Sep 27 19:02:02 2006 -0700 + + Sun bug #5099413/Xorg bugzilla #1554: Gnopernicus full-screen mag not working + + Sun bug #5099413: Gnopernicus full-screen magnification not working + + + includes fix for Xorg bug #1554: rect defined in XFixesInvertRegion is not used + + +commit cd58068a11dbec3a17099fb699885e5e20e6ae36 +Author: David Nusinow +Date: Mon Sep 18 18:24:29 2006 -0400 + + Add 01_include_xlib.h.diff. Xfixes.h relies on the "Bool" define from + X11/Xlib.h but did not include that header (directly or indirectly) + See debian bug #372756 + +commit 78e08086c13b2053f7cf1f74a8ec49b7e970a420 +Author: Tilman Sauerbeck +Date: Fri Sep 1 17:12:39 2006 +0200 + + Bug #4902: _XRead32() expects a signed long pointer on 64 bit systems. + +commit 4ac8fb34617e392a5af35bf34d86df61903ec482 +Author: Alan Coopersmith +Date: Thu Jul 13 14:58:54 2006 -0700 + + renamed: .cvsignore -> .gitignore + +commit f506712c5117d48cee6b36bc8b9ef1760b0506d6 +Author: Adam Jackson +Date: Fri May 12 15:18:54 2006 +0000 + + Fix the soversion to 3.1.0. + +commit 2284047bd919826e2ef1a8898eabfc3c8ec5d1a8 +Author: Adam Jackson +Date: Fri Apr 28 20:53:15 2006 +0000 + + Bump to 4.0 + +commit 0ce5551f030c27705b3828b41647824577e30f74 +Author: Adam Jackson +Date: Mon Apr 3 00:58:13 2006 +0000 + + Coverity #576: Plug a leak on the error path. + +commit e9e432a987682ee16ed0dbc1e9b520fa5720150c +Author: Deron Johnson +Date: Mon Mar 13 21:59:05 2006 +0000 + + Part 2 of 3 (Other parts are in proto and xserver) Composite Version 0.3: + CompositeGetOverlayWindow, CompositeReleaseOverlayWindow Xfixes Version + 4.0: XFixesHideCursor, XFixesShowCursor + +commit 96275f0b9f97be0fd9e002fd14bce4f4a015278a +Author: Kevin E Martin +Date: Thu Dec 15 00:24:29 2005 +0000 + + Update package version number for final X11R7 release candidate. + +commit c775b60f1aec6730be283cba3e9ba4b2348fb6ba +Author: Kevin E Martin +Date: Tue Dec 6 22:48:43 2005 +0000 + + Change *man_SOURCES ==> *man_PRE to fix autotools warnings. + +commit eb7159b541fe31d0d84313b49503bedd44a95bec +Author: Kevin E Martin +Date: Sat Dec 3 05:49:43 2005 +0000 + + Update package version number for X11R7 RC3 release. + +commit be6cbf68064b4d45f77cbb0a1d4670e9789d2343 +Author: Alan Coopersmith +Date: Mon Nov 28 22:03:05 2005 +0000 + + Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 + update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) + +commit 4b9884c72b23b276eeb2b2e6b3c749fbb54fdc36 +Author: Kevin E Martin +Date: Sat Nov 19 07:15:41 2005 +0000 + + Update pkgconfig files to separate library build-time dependencies from + application build-time dependencies, and update package deps to work + with separate build roots. + +commit 593a37675b72053c36924785a2fea51a06ad1c37 +Author: Alan Coopersmith +Date: Sun Nov 13 01:48:25 2005 +0000 + + Use sed to substitute variables in man pages. + +commit b21e46646371edbf7155eae621fefc0b572b006e +Author: Kevin E Martin +Date: Wed Nov 9 21:31:20 2005 +0000 + + Bump version numbers for X11R6.9/X11R7 RC2. + +commit 097f483e522f721eae4816e659237da94a4796d3 +Author: Kevin E Martin +Date: Wed Nov 9 21:19:13 2005 +0000 + + Update package version number for X11R7 RC2 release. + +commit 750cac0b61ecde7489ea98e69f60417d169329c7 +Author: Kevin E Martin +Date: Tue Nov 1 15:11:51 2005 +0000 + + Update pkgcheck dependencies to work with separate build roots. + +commit 92f0e71679f00f6ce18f445f505962bd1c6c8141 +Author: Adam Jackson +Date: Wed Oct 26 22:27:27 2005 +0000 + + Bug #4868: Add check for xproto. + +commit 15fba21d80922c8f93f5406b0616022b92eaa5c1 +Author: Kevin E Martin +Date: Fri Jul 29 21:22:51 2005 +0000 + + Various changes preparing packages for RC0: + - Verify and update package version numbers as needed + - Implement versioning scheme + - Change bug address to point to bugzilla bug entry form + - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to + reenable it) + - Fix makedepend to use pkgconfig and pass distcheck + - Update build script to build macros first + - Update modular Xorg version + +commit c6bd02dc03af0e475d2396d5c399201969348151 +Author: Kevin E Martin +Date: Sat Jul 23 05:27:00 2005 +0000 + + Fix distchecks + +commit abdd66912a8c9087ae171b62c9910af8bb00e437 +Author: Daniel Stone +Date: Sat Jul 16 07:06:31 2005 +0000 + + Set soversion to 3.0.0 using -version-number. + +commit 366322d9d9354ed80fde808322207ee57599f7cb +Author: Keith Packard +Date: Sat Jul 9 06:18:56 2005 +0000 + + Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory + +commit c3c7a139e8a4c01aa55a19ecc9a1acf7dad5bbe7 +Author: Daniel Stone +Date: Sun Jul 3 07:00:56 2005 +0000 + + Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. + Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. + Add #include or , as appropriate, to all + source files in the xserver/xorg tree, predicated on defines of + HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to + . + +commit 3afe915a1bc5243229d8c31dc6e3023b92821911 +Author: Kevin E Martin +Date: Sat Jul 2 06:35:03 2005 +0000 + + Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problems + +commit e1825a381734f2bb98430329179b047ec8ca5cb5 +Author: Adam Jackson +Date: Thu May 19 00:22:32 2005 +0000 + + revert last change, didn't do right thing at all, sorry for the noise + +commit 4b09a3bfa3b3fa43230cb8ebc5d84257b31473bc +Author: Adam Jackson +Date: Thu May 19 00:10:08 2005 +0000 + + Require automake 1.7 in AM_INIT_AUTOMAKE + +commit 1406e1cbe2cf76e6e056377af831f9fdf710e487 +Author: Søren Sandmann Pedersen +Date: Tue May 17 17:02:24 2005 +0000 + + Conditionally include config.h in xc/lib/Xdamage and xc/lib/Xfixes + +commit 03d31637787906378bc2809758b6dbfe79ea55ad +Author: Søren Sandmann Pedersen +Date: Tue May 17 16:11:26 2005 +0000 + + Remove rest of half-removed if statement + remove irrelevant entries + +commit 7d85687a6d8319ac1a48e0294228632ffbefdc8a +Author: Søren Sandmann Pedersen +Date: Tue May 17 15:22:23 2005 +0000 + + And here + +commit 8424a78dff9a51f7f6ccbfe111a78242867ccdf4 +Author: Søren Sandmann Pedersen +Date: Tue May 17 15:21:58 2005 +0000 + + Check in Makefile.am here + +commit 23a209b91fd011539c6d9a9447860dac4e12eae9 +Author: Søren Sandmann Pedersen +Date: Tue May 17 15:21:14 2005 +0000 + + Really check in the build system for Xfixes + +commit 58394a76ec740d0242097975e25ce6a6f148cb9d +Author: Markus Kuhn +Date: Sat Dec 4 00:42:47 2004 +0000 + + Encoding of numerous files changed to UTF-8 + +commit b083c691fe7707146f728e563247a18aa601c19b +Author: Eric Anholt +Date: Sat Jul 31 05:50:39 2004 +0000 + + Bring in Xfixes, Xdamage, and Xcomposite userland from xserver CVS: + - Update Xfixes headers to protocol major version 3. + - Add composite headers. + - Add libXfixes, libXdamage, and libXcomposite. + - Add imake glue for new libraries, but leave Composite off by default + until issues are resolved. diff --git a/libXfixes/INSTALL b/libXfixes/INSTALL new file mode 100644 index 000000000..e69de29bb diff --git a/libXfixes/Makefile.am b/libXfixes/Makefile.am new file mode 100644 index 000000000..d6a90e3ab --- /dev/null +++ b/libXfixes/Makefile.am @@ -0,0 +1,37 @@ +# +# Copyright © 2003 Keith Packard, Noah Levitt +# +# Permission to use, copy, modify, distribute, and sell this software and its +# documentation for any purpose is hereby granted without fee, provided that +# the above copyright notice appear in all copies and that both that +# copyright notice and this permission notice appear in supporting +# documentation, and that the name of Keith Packard not be used in +# advertising or publicity pertaining to distribution of the software without +# specific, written prior permission. Keith Packard makes no +# representations about the suitability of this software for any purpose. It +# is provided "as is" without express or implied warranty. +# +# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR +# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +# PERFORMANCE OF THIS SOFTWARE. + +SUBDIRS = src man + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = xfixes.pc + +MAINTAINERCLEANFILES = ChangeLog INSTALL + +.PHONY: ChangeLog INSTALL + +INSTALL: + $(INSTALL_CMD) + +ChangeLog: + $(CHANGELOG_CMD) + +dist-hook: ChangeLog INSTALL diff --git a/libXfixes/Makefile.in b/libXfixes/Makefile.in new file mode 100644 index 000000000..fcafc80d1 --- /dev/null +++ b/libXfixes/Makefile.in @@ -0,0 +1,832 @@ +# Makefile.in generated by automake 1.11.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, +# Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +# +# Copyright © 2003 Keith Packard, Noah Levitt +# +# Permission to use, copy, modify, distribute, and sell this software and its +# documentation for any purpose is hereby granted without fee, provided that +# the above copyright notice appear in all copies and that both that +# copyright notice and this permission notice appear in supporting +# documentation, and that the name of Keith Packard not be used in +# advertising or publicity pertaining to distribution of the software without +# specific, written prior permission. Keith Packard makes no +# representations about the suitability of this software for any purpose. It +# is provided "as is" without express or implied warranty. +# +# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR +# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +# PERFORMANCE OF THIS SOFTWARE. + +VPATH = @srcdir@ +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 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = . +DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in $(srcdir)/config.h.in \ + $(srcdir)/xfixes.pc.in $(top_srcdir)/configure AUTHORS COPYING \ + ChangeLog INSTALL config.guess config.sub depcomp install-sh \ + ltmain.sh missing +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ + configure.lineno config.status.lineno +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = config.h +CONFIG_CLEAN_FILES = xfixes.pc +CONFIG_CLEAN_VPATH_FILES = +AM_V_GEN = $(am__v_GEN_$(V)) +am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +am__v_GEN_0 = @echo " GEN " $@; +AM_V_at = $(am__v_at_$(V)) +am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +am__v_at_0 = @ +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 +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) 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__installdirs = "$(DESTDIR)$(pkgconfigdir)" +DATA = $(pkgconfig_DATA) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ + $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ + distdir dist dist-all distcheck +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +distdir = $(PACKAGE)-$(VERSION) +top_distdir = $(distdir) +am__remove_distdir = \ + { test ! -d "$(distdir)" \ + || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -fr "$(distdir)"; }; } +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" +DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 +GZIP_ENV = --best +distuninstallcheck_listfiles = find . -type f -print +distcleancheck_listfiles = find . -type f -print +ACLOCAL = @ACLOCAL@ +ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ +ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +APP_MAN_DIR = @APP_MAN_DIR@ +APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CHANGELOG_CMD = @CHANGELOG_CMD@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CWARNFLAGS = @CWARNFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ +DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FILE_MAN_DIR = @FILE_MAN_DIR@ +FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ +FIXESEXT_CFLAGS = @FIXESEXT_CFLAGS@ +FIXESEXT_LIBS = @FIXESEXT_LIBS@ +FIXESEXT_VERSION = @FIXESEXT_VERSION@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_CMD = @INSTALL_CMD@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIB_MAN_DIR = @LIB_MAN_DIR@ +LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MAN_SUBSTS = @MAN_SUBSTS@ +MISC_MAN_DIR = @MISC_MAN_DIR@ +MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +XORG_MAN_PAGE = @XORG_MAN_PAGE@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +SUBDIRS = src man +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = xfixes.pc +MAINTAINERCLEANFILES = ChangeLog INSTALL +all: config.h + $(MAKE) $(AM_MAKEFLAGS) all-recursive + +.SUFFIXES: +am--refresh: + @: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ + $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + echo ' $(SHELL) ./config.status'; \ + $(SHELL) ./config.status;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + $(SHELL) ./config.status --recheck + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + $(am__cd) $(srcdir) && $(AUTOCONF) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) +$(am__aclocal_m4_deps): + +config.h: stamp-h1 + @if test ! -f $@; then \ + rm -f stamp-h1; \ + $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ + else :; fi + +stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status + @rm -f stamp-h1 + cd $(top_builddir) && $(SHELL) ./config.status config.h +$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) + rm -f stamp-h1 + touch $@ + +distclean-hdr: + -rm -f config.h stamp-h1 +xfixes.pc: $(top_builddir)/config.status $(srcdir)/xfixes.pc.in + cd $(top_builddir) && $(SHELL) ./config.status $@ + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +distclean-libtool: + -rm -f libtool config.lt +install-pkgconfigDATA: $(pkgconfig_DATA) + @$(NORMAL_INSTALL) + test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" + @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ + done + +uninstall-pkgconfigDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files + +# 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): + @fail= failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +$(RECURSIVE_CLEAN_TARGETS): + @fail= 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; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done && test -z "$$fail" +tags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ + done +ctags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || ($(am__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; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + list='$(SOURCES) $(HEADERS) config.h.in $(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; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + 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 +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + list='$(SOURCES) $(HEADERS) config.h.in $(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; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + 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" + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + $(am__remove_distdir) + test -d "$(distdir)" || mkdir "$(distdir)" + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + 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 \ + test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + 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; \ + fi; \ + done + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$(top_distdir)" distdir="$(distdir)" \ + dist-hook + -test -n "$(am__skip_mode_fix)" \ + || 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 \ + ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ + || chmod -R a+r "$(distdir)" +dist-gzip: distdir + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + $(am__remove_distdir) +dist-bzip2: distdir + tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 + $(am__remove_distdir) + +dist-lzma: distdir + tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma + $(am__remove_distdir) + +dist-xz: distdir + tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz + $(am__remove_distdir) + +dist-tarZ: distdir + tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z + $(am__remove_distdir) + +dist-shar: distdir + shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz + $(am__remove_distdir) + +dist-zip: distdir + -rm -f $(distdir).zip + zip -rq $(distdir).zip $(distdir) + $(am__remove_distdir) + +dist dist-all: distdir + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 + $(am__remove_distdir) + +# This target untars the dist file and tries a VPATH configuration. Then +# it guarantees that the distribution is self-contained by making another +# tarfile. +distcheck: dist + case '$(DIST_ARCHIVES)' in \ + *.tar.gz*) \ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ + *.tar.bz2*) \ + bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.lzma*) \ + lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ + *.tar.xz*) \ + xz -dc $(distdir).tar.xz | $(am__untar) ;;\ + *.tar.Z*) \ + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ + *.shar.gz*) \ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ + *.zip*) \ + unzip $(distdir).zip ;;\ + esac + chmod -R a-w $(distdir); chmod a+w $(distdir) + mkdir $(distdir)/_build + mkdir $(distdir)/_inst + chmod a-w $(distdir) + test -d $(distdir)/_build || exit 0; \ + dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ + && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ + && am__cwd=`pwd` \ + && $(am__cd) $(distdir)/_build \ + && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + $(DISTCHECK_CONFIGURE_FLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) dvi \ + && $(MAKE) $(AM_MAKEFLAGS) check \ + && $(MAKE) $(AM_MAKEFLAGS) install \ + && $(MAKE) $(AM_MAKEFLAGS) installcheck \ + && $(MAKE) $(AM_MAKEFLAGS) uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ + distuninstallcheck \ + && chmod -R a-w "$$dc_install_base" \ + && ({ \ + (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ + distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ + } || { rm -rf "$$dc_destdir"; exit 1; }) \ + && rm -rf "$$dc_destdir" \ + && $(MAKE) $(AM_MAKEFLAGS) dist \ + && rm -rf $(DIST_ARCHIVES) \ + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ + && cd "$$am__cwd" \ + || exit 1 + $(am__remove_distdir) + @(echo "$(distdir) archives ready for distribution: "; \ + list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ + sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' +distuninstallcheck: + @$(am__cd) '$(distuninstallcheck_dir)' \ + && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ + || { echo "ERROR: files left after uninstall:" ; \ + if test -n "$(DESTDIR)"; then \ + echo " (check DESTDIR support)"; \ + fi ; \ + $(distuninstallcheck_listfiles) ; \ + exit 1; } >&2 +distcleancheck: distclean + @if test '$(srcdir)' = . ; then \ + echo "ERROR: distcleancheck can only run from a VPATH build" ; \ + exit 1 ; \ + fi + @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left in build directory after distclean:" ; \ + $(distcleancheck_listfiles) ; \ + exit 1; } >&2 +check-am: all-am +check: check-recursive +all-am: Makefile $(DATA) config.h +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +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: + +clean-generic: + +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: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." + -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) +clean: clean-recursive + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-hdr \ + distclean-libtool distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-pkgconfigDATA + +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: + +maintainer-clean: maintainer-clean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf $(top_srcdir)/autom4te.cache + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-pkgconfigDATA + +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ + ctags-recursive install-am install-strip tags-recursive + +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ + all all-am am--refresh check check-am clean clean-generic \ + clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ + dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \ + dist-zip distcheck distclean distclean-generic distclean-hdr \ + distclean-libtool distclean-tags distcleancheck distdir \ + distuninstallcheck 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-pkgconfigDATA 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 uninstall-pkgconfigDATA + + +.PHONY: ChangeLog INSTALL + +INSTALL: + $(INSTALL_CMD) + +ChangeLog: + $(CHANGELOG_CMD) + +dist-hook: ChangeLog INSTALL + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/libXfixes/README b/libXfixes/README new file mode 100644 index 000000000..ea00b68b4 --- /dev/null +++ b/libXfixes/README @@ -0,0 +1,34 @@ + Xfixes + XFIXES Extension + Version 2.0.1 + 2002-10-4 + +This package contains header files and documentation for the XFIXES +extension. Library and server implementations are separate. + +Keith Packard +keithp@keithp.com + +All questions regarding this software should be directed at the +Xorg mailing list: + + http://lists.freedesktop.org/mailman/listinfo/xorg + +Please submit bug reports to the Xorg bugzilla: + + https://bugs.freedesktop.org/enter_bug.cgi?product=xorg + +The master development code repository can be found at: + + git://anongit.freedesktop.org/git/xorg/lib/libXfixes + + http://cgit.freedesktop.org/xorg/lib/libXfixes + +For patch submission instructions, see: + + http://www.x.org/wiki/Development/Documentation/SubmittingPatches + +For more information on the git code manager, see: + + http://wiki.x.org/wiki/GitPage + diff --git a/libXfixes/aclocal.m4 b/libXfixes/aclocal.m4 new file mode 100644 index 000000000..634610484 --- /dev/null +++ b/libXfixes/aclocal.m4 @@ -0,0 +1,10391 @@ +# generated automatically by aclocal 1.11.1 -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.66],, +[m4_warning([this file was generated for autoconf 2.66. +You have another version of autoconf. It may work, but is not guaranteed to. +If you have problems, you may need to regenerate the build system entirely. +To do so, use the procedure documented by the package, typically `autoreconf'.])]) + +# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- +# +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, +# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, +# Inc. +# Written by Gordon Matzigkeit, 1996 +# +# This file is free software; the Free Software Foundation gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. + +m4_define([_LT_COPYING], [dnl +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, +# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, +# Inc. +# Written by Gordon Matzigkeit, 1996 +# +# This file is part of GNU Libtool. +# +# GNU Libtool 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 (at your option) any later version. +# +# As a special exception to the GNU General Public License, +# if you distribute this file as part of a program or library that +# is built using GNU Libtool, you may include this file under the +# same distribution terms that you use for the rest of that program. +# +# GNU Libtool is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with GNU Libtool; see the file COPYING. If not, a copy +# can be downloaded from http://www.gnu.org/licenses/gpl.html, or +# obtained by writing to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +]) + +# serial 57 LT_INIT + + +# LT_PREREQ(VERSION) +# ------------------ +# Complain and exit if this libtool version is less that VERSION. +m4_defun([LT_PREREQ], +[m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, + [m4_default([$3], + [m4_fatal([Libtool version $1 or higher is required], + 63)])], + [$2])]) + + +# _LT_CHECK_BUILDDIR +# ------------------ +# Complain if the absolute build directory name contains unusual characters +m4_defun([_LT_CHECK_BUILDDIR], +[case `pwd` in + *\ * | *\ *) + AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;; +esac +]) + + +# LT_INIT([OPTIONS]) +# ------------------ +AC_DEFUN([LT_INIT], +[AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT +AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +AC_BEFORE([$0], [LT_LANG])dnl +AC_BEFORE([$0], [LT_OUTPUT])dnl +AC_BEFORE([$0], [LTDL_INIT])dnl +m4_require([_LT_CHECK_BUILDDIR])dnl + +dnl Autoconf doesn't catch unexpanded LT_ macros by default: +m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl +m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl +dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4 +dnl unless we require an AC_DEFUNed macro: +AC_REQUIRE([LTOPTIONS_VERSION])dnl +AC_REQUIRE([LTSUGAR_VERSION])dnl +AC_REQUIRE([LTVERSION_VERSION])dnl +AC_REQUIRE([LTOBSOLETE_VERSION])dnl +m4_require([_LT_PROG_LTMAIN])dnl + +_LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) + +dnl Parse OPTIONS +_LT_SET_OPTIONS([$0], [$1]) + +# This can be used to rebuild libtool when needed +LIBTOOL_DEPS="$ltmain" + +# Always use our own libtool. +LIBTOOL='$(SHELL) $(top_builddir)/libtool' +AC_SUBST(LIBTOOL)dnl + +_LT_SETUP + +# Only expand once: +m4_define([LT_INIT]) +])# LT_INIT + +# Old names: +AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT]) +AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_PROG_LIBTOOL], []) +dnl AC_DEFUN([AM_PROG_LIBTOOL], []) + + +# _LT_CC_BASENAME(CC) +# ------------------- +# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. +m4_defun([_LT_CC_BASENAME], +[for cc_temp in $1""; do + case $cc_temp in + compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;; + distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;; + \-*) ;; + *) break;; + esac +done +cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` +]) + + +# _LT_FILEUTILS_DEFAULTS +# ---------------------- +# It is okay to use these file commands and assume they have been set +# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'. +m4_defun([_LT_FILEUTILS_DEFAULTS], +[: ${CP="cp -f"} +: ${MV="mv -f"} +: ${RM="rm -f"} +])# _LT_FILEUTILS_DEFAULTS + + +# _LT_SETUP +# --------- +m4_defun([_LT_SETUP], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_CANONICAL_BUILD])dnl +AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl +AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl + +_LT_DECL([], [host_alias], [0], [The host system])dnl +_LT_DECL([], [host], [0])dnl +_LT_DECL([], [host_os], [0])dnl +dnl +_LT_DECL([], [build_alias], [0], [The build system])dnl +_LT_DECL([], [build], [0])dnl +_LT_DECL([], [build_os], [0])dnl +dnl +AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([LT_PATH_LD])dnl +AC_REQUIRE([LT_PATH_NM])dnl +dnl +AC_REQUIRE([AC_PROG_LN_S])dnl +test -z "$LN_S" && LN_S="ln -s" +_LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl +dnl +AC_REQUIRE([LT_CMD_MAX_LEN])dnl +_LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl +_LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl +dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_CHECK_SHELL_FEATURES])dnl +m4_require([_LT_CMD_RELOAD])dnl +m4_require([_LT_CHECK_MAGIC_METHOD])dnl +m4_require([_LT_CMD_OLD_ARCHIVE])dnl +m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl + +_LT_CONFIG_LIBTOOL_INIT([ +# See if we are running on zsh, and set the options which allow our +# commands through without removal of \ escapes INIT. +if test -n "\${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST +fi +]) +if test -n "${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST +fi + +_LT_CHECK_OBJDIR + +m4_require([_LT_TAG_COMPILER])dnl + +case $host_os in +aix3*) + # AIX sometimes has problems with the GCC collect2 program. For some + # reason, if we set the COLLECT_NAMES environment variable, the problems + # vanish in a puff of smoke. + if test "X${COLLECT_NAMES+set}" != Xset; then + COLLECT_NAMES= + export COLLECT_NAMES + fi + ;; +esac + +# Global variables: +ofile=libtool +can_build_shared=yes + +# All known linkers require a `.a' archive for static linking (except MSVC, +# which needs '.lib'). +libext=a + +with_gnu_ld="$lt_cv_prog_gnu_ld" + +old_CC="$CC" +old_CFLAGS="$CFLAGS" + +# Set sane defaults for various variables +test -z "$CC" && CC=cc +test -z "$LTCC" && LTCC=$CC +test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS +test -z "$LD" && LD=ld +test -z "$ac_objext" && ac_objext=o + +_LT_CC_BASENAME([$compiler]) + +# Only perform the check for file, if the check method requires it +test -z "$MAGIC_CMD" && MAGIC_CMD=file +case $deplibs_check_method in +file_magic*) + if test "$file_magic_cmd" = '$MAGIC_CMD'; then + _LT_PATH_MAGIC + fi + ;; +esac + +# Use C for the default configuration in the libtool script +LT_SUPPORTED_TAG([CC]) +_LT_LANG_C_CONFIG +_LT_LANG_DEFAULT_CONFIG +_LT_CONFIG_COMMANDS +])# _LT_SETUP + + +# _LT_PREPARE_SED_QUOTE_VARS +# -------------------------- +# Define a few sed substitution that help us do robust quoting. +m4_defun([_LT_PREPARE_SED_QUOTE_VARS], +[# Backslashify metacharacters that are still active within +# double-quoted strings. +sed_quote_subst='s/\([["`$\\]]\)/\\\1/g' + +# Same as above, but do not quote variable references. +double_quote_subst='s/\([["`\\]]\)/\\\1/g' + +# Sed substitution to delay expansion of an escaped shell variable in a +# double_quote_subst'ed string. +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' + +# Sed substitution to delay expansion of an escaped single quote. +delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' + +# Sed substitution to avoid accidental globbing in evaled expressions +no_glob_subst='s/\*/\\\*/g' +]) + +# _LT_PROG_LTMAIN +# --------------- +# Note that this code is called both from `configure', and `config.status' +# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably, +# `config.status' has no value for ac_aux_dir unless we are using Automake, +# so we pass a copy along to make sure it has a sensible value anyway. +m4_defun([_LT_PROG_LTMAIN], +[m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl +_LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir']) +ltmain="$ac_aux_dir/ltmain.sh" +])# _LT_PROG_LTMAIN + + + +# So that we can recreate a full libtool script including additional +# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS +# in macros and then make a single call at the end using the `libtool' +# label. + + +# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS]) +# ---------------------------------------- +# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later. +m4_define([_LT_CONFIG_LIBTOOL_INIT], +[m4_ifval([$1], + [m4_append([_LT_OUTPUT_LIBTOOL_INIT], + [$1 +])])]) + +# Initialize. +m4_define([_LT_OUTPUT_LIBTOOL_INIT]) + + +# _LT_CONFIG_LIBTOOL([COMMANDS]) +# ------------------------------ +# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later. +m4_define([_LT_CONFIG_LIBTOOL], +[m4_ifval([$1], + [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS], + [$1 +])])]) + +# Initialize. +m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS]) + + +# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS]) +# ----------------------------------------------------- +m4_defun([_LT_CONFIG_SAVE_COMMANDS], +[_LT_CONFIG_LIBTOOL([$1]) +_LT_CONFIG_LIBTOOL_INIT([$2]) +]) + + +# _LT_FORMAT_COMMENT([COMMENT]) +# ----------------------------- +# Add leading comment marks to the start of each line, and a trailing +# full-stop to the whole comment if one is not present already. +m4_define([_LT_FORMAT_COMMENT], +[m4_ifval([$1], [ +m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])], + [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.]) +)]) + + + + + +# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?]) +# ------------------------------------------------------------------- +# CONFIGNAME is the name given to the value in the libtool script. +# VARNAME is the (base) name used in the configure script. +# VALUE may be 0, 1 or 2 for a computed quote escaped value based on +# VARNAME. Any other value will be used directly. +m4_define([_LT_DECL], +[lt_if_append_uniq([lt_decl_varnames], [$2], [, ], + [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name], + [m4_ifval([$1], [$1], [$2])]) + lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3]) + m4_ifval([$4], + [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])]) + lt_dict_add_subkey([lt_decl_dict], [$2], + [tagged?], [m4_ifval([$5], [yes], [no])])]) +]) + + +# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION]) +# -------------------------------------------------------- +m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])]) + + +# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...]) +# ------------------------------------------------ +m4_define([lt_decl_tag_varnames], +[_lt_decl_filter([tagged?], [yes], $@)]) + + +# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..]) +# --------------------------------------------------------- +m4_define([_lt_decl_filter], +[m4_case([$#], + [0], [m4_fatal([$0: too few arguments: $#])], + [1], [m4_fatal([$0: too few arguments: $#: $1])], + [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)], + [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)], + [lt_dict_filter([lt_decl_dict], $@)])[]dnl +]) + + +# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...]) +# -------------------------------------------------- +m4_define([lt_decl_quote_varnames], +[_lt_decl_filter([value], [1], $@)]) + + +# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...]) +# --------------------------------------------------- +m4_define([lt_decl_dquote_varnames], +[_lt_decl_filter([value], [2], $@)]) + + +# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...]) +# --------------------------------------------------- +m4_define([lt_decl_varnames_tagged], +[m4_assert([$# <= 2])dnl +_$0(m4_quote(m4_default([$1], [[, ]])), + m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]), + m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))]) +m4_define([_lt_decl_varnames_tagged], +[m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])]) + + +# lt_decl_all_varnames([SEPARATOR], [VARNAME1...]) +# ------------------------------------------------ +m4_define([lt_decl_all_varnames], +[_$0(m4_quote(m4_default([$1], [[, ]])), + m4_if([$2], [], + m4_quote(lt_decl_varnames), + m4_quote(m4_shift($@))))[]dnl +]) +m4_define([_lt_decl_all_varnames], +[lt_join($@, lt_decl_varnames_tagged([$1], + lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl +]) + + +# _LT_CONFIG_STATUS_DECLARE([VARNAME]) +# ------------------------------------ +# Quote a variable value, and forward it to `config.status' so that its +# declaration there will have the same value as in `configure'. VARNAME +# must have a single quote delimited value for this to work. +m4_define([_LT_CONFIG_STATUS_DECLARE], +[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) + + +# _LT_CONFIG_STATUS_DECLARATIONS +# ------------------------------ +# We delimit libtool config variables with single quotes, so when +# we write them to config.status, we have to be sure to quote all +# embedded single quotes properly. In configure, this macro expands +# each variable declared with _LT_DECL (and _LT_TAGDECL) into: +# +# ='`$ECHO "$" | $SED "$delay_single_quote_subst"`' +m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], +[m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames), + [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])]) + + +# _LT_LIBTOOL_TAGS +# ---------------- +# Output comment and list of tags supported by the script +m4_defun([_LT_LIBTOOL_TAGS], +[_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl +available_tags="_LT_TAGS"dnl +]) + + +# _LT_LIBTOOL_DECLARE(VARNAME, [TAG]) +# ----------------------------------- +# Extract the dictionary values for VARNAME (optionally with TAG) and +# expand to a commented shell variable setting: +# +# # Some comment about what VAR is for. +# visible_name=$lt_internal_name +m4_define([_LT_LIBTOOL_DECLARE], +[_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], + [description])))[]dnl +m4_pushdef([_libtool_name], + m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl +m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])), + [0], [_libtool_name=[$]$1], + [1], [_libtool_name=$lt_[]$1], + [2], [_libtool_name=$lt_[]$1], + [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl +m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl +]) + + +# _LT_LIBTOOL_CONFIG_VARS +# ----------------------- +# Produce commented declarations of non-tagged libtool config variables +# suitable for insertion in the LIBTOOL CONFIG section of the `libtool' +# script. Tagged libtool config variables (even for the LIBTOOL CONFIG +# section) are produced by _LT_LIBTOOL_TAG_VARS. +m4_defun([_LT_LIBTOOL_CONFIG_VARS], +[m4_foreach([_lt_var], + m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)), + [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])]) + + +# _LT_LIBTOOL_TAG_VARS(TAG) +# ------------------------- +m4_define([_LT_LIBTOOL_TAG_VARS], +[m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames), + [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])]) + + +# _LT_TAGVAR(VARNAME, [TAGNAME]) +# ------------------------------ +m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])]) + + +# _LT_CONFIG_COMMANDS +# ------------------- +# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of +# variables for single and double quote escaping we saved from calls +# to _LT_DECL, we can put quote escaped variables declarations +# into `config.status', and then the shell code to quote escape them in +# for loops in `config.status'. Finally, any additional code accumulated +# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded. +m4_defun([_LT_CONFIG_COMMANDS], +[AC_PROVIDE_IFELSE([LT_OUTPUT], + dnl If the libtool generation code has been placed in $CONFIG_LT, + dnl instead of duplicating it all over again into config.status, + dnl then we will have config.status run $CONFIG_LT later, so it + dnl needs to know what name is stored there: + [AC_CONFIG_COMMANDS([libtool], + [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])], + dnl If the libtool generation code is destined for config.status, + dnl expand the accumulated commands and init code now: + [AC_CONFIG_COMMANDS([libtool], + [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])]) +])#_LT_CONFIG_COMMANDS + + +# Initialize. +m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT], +[ + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +sed_quote_subst='$sed_quote_subst' +double_quote_subst='$double_quote_subst' +delay_variable_subst='$delay_variable_subst' +_LT_CONFIG_STATUS_DECLARATIONS +LTCC='$LTCC' +LTCFLAGS='$LTCFLAGS' +compiler='$compiler_DEFAULT' + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$[]1 +_LTECHO_EOF' +} + +# Quote evaled strings. +for var in lt_decl_all_varnames([[ \ +]], lt_decl_quote_varnames); do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[[\\\\\\\`\\"\\\$]]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +# Double-quote double-evaled strings. +for var in lt_decl_all_varnames([[ \ +]], lt_decl_dquote_varnames); do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[[\\\\\\\`\\"\\\$]]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +_LT_OUTPUT_LIBTOOL_INIT +]) + +# _LT_GENERATED_FILE_INIT(FILE, [COMMENT]) +# ------------------------------------ +# Generate a child script FILE with all initialization necessary to +# reuse the environment learned by the parent script, and make the +# file executable. If COMMENT is supplied, it is inserted after the +# `#!' sequence but before initialization text begins. After this +# macro, additional text can be appended to FILE to form the body of +# the child script. The macro ends with non-zero status if the +# file could not be fully written (such as if the disk is full). +m4_ifdef([AS_INIT_GENERATED], +[m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])], +[m4_defun([_LT_GENERATED_FILE_INIT], +[m4_require([AS_PREPARE])]dnl +[m4_pushdef([AS_MESSAGE_LOG_FD])]dnl +[lt_write_fail=0 +cat >$1 <<_ASEOF || lt_write_fail=1 +#! $SHELL +# Generated by $as_me. +$2 +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$1 <<\_ASEOF || lt_write_fail=1 +AS_SHELL_SANITIZE +_AS_PREPARE +exec AS_MESSAGE_FD>&1 +_ASEOF +test $lt_write_fail = 0 && chmod +x $1[]dnl +m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT + +# LT_OUTPUT +# --------- +# This macro allows early generation of the libtool script (before +# AC_OUTPUT is called), incase it is used in configure for compilation +# tests. +AC_DEFUN([LT_OUTPUT], +[: ${CONFIG_LT=./config.lt} +AC_MSG_NOTICE([creating $CONFIG_LT]) +_LT_GENERATED_FILE_INIT(["$CONFIG_LT"], +[# Run this file to recreate a libtool stub with the current configuration.]) + +cat >>"$CONFIG_LT" <<\_LTEOF +lt_cl_silent=false +exec AS_MESSAGE_LOG_FD>>config.log +{ + echo + AS_BOX([Running $as_me.]) +} >&AS_MESSAGE_LOG_FD + +lt_cl_help="\ +\`$as_me' creates a local libtool stub from the current configuration, +for use in further configure time tests before the real libtool is +generated. + +Usage: $[0] [[OPTIONS]] + + -h, --help print this help, then exit + -V, --version print version number, then exit + -q, --quiet do not print progress messages + -d, --debug don't remove temporary files + +Report bugs to ." + +lt_cl_version="\ +m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl +m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) +configured by $[0], generated by m4_PACKAGE_STRING. + +Copyright (C) 2010 Free Software Foundation, Inc. +This config.lt script is free software; the Free Software Foundation +gives unlimited permision to copy, distribute and modify it." + +while test $[#] != 0 +do + case $[1] in + --version | --v* | -V ) + echo "$lt_cl_version"; exit 0 ;; + --help | --h* | -h ) + echo "$lt_cl_help"; exit 0 ;; + --debug | --d* | -d ) + debug=: ;; + --quiet | --q* | --silent | --s* | -q ) + lt_cl_silent=: ;; + + -*) AC_MSG_ERROR([unrecognized option: $[1] +Try \`$[0] --help' for more information.]) ;; + + *) AC_MSG_ERROR([unrecognized argument: $[1] +Try \`$[0] --help' for more information.]) ;; + esac + shift +done + +if $lt_cl_silent; then + exec AS_MESSAGE_FD>/dev/null +fi +_LTEOF + +cat >>"$CONFIG_LT" <<_LTEOF +_LT_OUTPUT_LIBTOOL_COMMANDS_INIT +_LTEOF + +cat >>"$CONFIG_LT" <<\_LTEOF +AC_MSG_NOTICE([creating $ofile]) +_LT_OUTPUT_LIBTOOL_COMMANDS +AS_EXIT(0) +_LTEOF +chmod +x "$CONFIG_LT" + +# configure is writing to config.log, but config.lt does its own redirection, +# appending to config.log, which fails on DOS, as config.log is still kept +# open by configure. Here we exec the FD to /dev/null, effectively closing +# config.log, so it can be properly (re)opened and appended to by config.lt. +lt_cl_success=: +test "$silent" = yes && + lt_config_lt_args="$lt_config_lt_args --quiet" +exec AS_MESSAGE_LOG_FD>/dev/null +$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false +exec AS_MESSAGE_LOG_FD>>config.log +$lt_cl_success || AS_EXIT(1) +])# LT_OUTPUT + + +# _LT_CONFIG(TAG) +# --------------- +# If TAG is the built-in tag, create an initial libtool script with a +# default configuration from the untagged config vars. Otherwise add code +# to config.status for appending the configuration named by TAG from the +# matching tagged config vars. +m4_defun([_LT_CONFIG], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +_LT_CONFIG_SAVE_COMMANDS([ + m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl + m4_if(_LT_TAG, [C], [ + # See if we are running on zsh, and set the options which allow our + # commands through without removal of \ escapes. + if test -n "${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST + fi + + cfgfile="${ofile}T" + trap "$RM \"$cfgfile\"; exit 1" 1 2 15 + $RM "$cfgfile" + + cat <<_LT_EOF >> "$cfgfile" +#! $SHELL + +# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. +# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: +# NOTE: Changes made to this file will be lost: look at ltmain.sh. +# +_LT_COPYING +_LT_LIBTOOL_TAGS + +# ### BEGIN LIBTOOL CONFIG +_LT_LIBTOOL_CONFIG_VARS +_LT_LIBTOOL_TAG_VARS +# ### END LIBTOOL CONFIG + +_LT_EOF + + case $host_os in + aix3*) + cat <<\_LT_EOF >> "$cfgfile" +# AIX sometimes has problems with the GCC collect2 program. For some +# reason, if we set the COLLECT_NAMES environment variable, the problems +# vanish in a puff of smoke. +if test "X${COLLECT_NAMES+set}" != Xset; then + COLLECT_NAMES= + export COLLECT_NAMES +fi +_LT_EOF + ;; + esac + + _LT_PROG_LTMAIN + + # We use sed instead of cat because bash on DJGPP gets confused if + # if finds mixed CR/LF and LF-only lines. Since sed operates in + # text mode, it properly converts lines to CR/LF. This bash problem + # is reportedly fixed, but why not run on old versions too? + sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \ + || (rm -f "$cfgfile"; exit 1) + + _LT_PROG_XSI_SHELLFNS + + 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" +], +[cat <<_LT_EOF >> "$ofile" + +dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded +dnl in a comment (ie after a #). +# ### BEGIN LIBTOOL TAG CONFIG: $1 +_LT_LIBTOOL_TAG_VARS(_LT_TAG) +# ### END LIBTOOL TAG CONFIG: $1 +_LT_EOF +])dnl /m4_if +], +[m4_if([$1], [], [ + PACKAGE='$PACKAGE' + VERSION='$VERSION' + TIMESTAMP='$TIMESTAMP' + RM='$RM' + ofile='$ofile'], []) +])dnl /_LT_CONFIG_SAVE_COMMANDS +])# _LT_CONFIG + + +# LT_SUPPORTED_TAG(TAG) +# --------------------- +# Trace this macro to discover what tags are supported by the libtool +# --tag option, using: +# autoconf --trace 'LT_SUPPORTED_TAG:$1' +AC_DEFUN([LT_SUPPORTED_TAG], []) + + +# C support is built-in for now +m4_define([_LT_LANG_C_enabled], []) +m4_define([_LT_TAGS], []) + + +# LT_LANG(LANG) +# ------------- +# Enable libtool support for the given language if not already enabled. +AC_DEFUN([LT_LANG], +[AC_BEFORE([$0], [LT_OUTPUT])dnl +m4_case([$1], + [C], [_LT_LANG(C)], + [C++], [_LT_LANG(CXX)], + [Java], [_LT_LANG(GCJ)], + [Fortran 77], [_LT_LANG(F77)], + [Fortran], [_LT_LANG(FC)], + [Windows Resource], [_LT_LANG(RC)], + [m4_ifdef([_LT_LANG_]$1[_CONFIG], + [_LT_LANG($1)], + [m4_fatal([$0: unsupported language: "$1"])])])dnl +])# LT_LANG + + +# _LT_LANG(LANGNAME) +# ------------------ +m4_defun([_LT_LANG], +[m4_ifdef([_LT_LANG_]$1[_enabled], [], + [LT_SUPPORTED_TAG([$1])dnl + m4_append([_LT_TAGS], [$1 ])dnl + m4_define([_LT_LANG_]$1[_enabled], [])dnl + _LT_LANG_$1_CONFIG($1)])dnl +])# _LT_LANG + + +# _LT_LANG_DEFAULT_CONFIG +# ----------------------- +m4_defun([_LT_LANG_DEFAULT_CONFIG], +[AC_PROVIDE_IFELSE([AC_PROG_CXX], + [LT_LANG(CXX)], + [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])]) + +AC_PROVIDE_IFELSE([AC_PROG_F77], + [LT_LANG(F77)], + [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])]) + +AC_PROVIDE_IFELSE([AC_PROG_FC], + [LT_LANG(FC)], + [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])]) + +dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal +dnl pulling things in needlessly. +AC_PROVIDE_IFELSE([AC_PROG_GCJ], + [LT_LANG(GCJ)], + [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], + [LT_LANG(GCJ)], + [AC_PROVIDE_IFELSE([LT_PROG_GCJ], + [LT_LANG(GCJ)], + [m4_ifdef([AC_PROG_GCJ], + [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])]) + m4_ifdef([A][M_PROG_GCJ], + [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])]) + m4_ifdef([LT_PROG_GCJ], + [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])]) + +AC_PROVIDE_IFELSE([LT_PROG_RC], + [LT_LANG(RC)], + [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])]) +])# _LT_LANG_DEFAULT_CONFIG + +# Obsolete macros: +AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) +AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) +AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) +AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) +AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_CXX], []) +dnl AC_DEFUN([AC_LIBTOOL_F77], []) +dnl AC_DEFUN([AC_LIBTOOL_FC], []) +dnl AC_DEFUN([AC_LIBTOOL_GCJ], []) +dnl AC_DEFUN([AC_LIBTOOL_RC], []) + + +# _LT_TAG_COMPILER +# ---------------- +m4_defun([_LT_TAG_COMPILER], +[AC_REQUIRE([AC_PROG_CC])dnl + +_LT_DECL([LTCC], [CC], [1], [A C compiler])dnl +_LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl +_LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl +_LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC +])# _LT_TAG_COMPILER + + +# _LT_COMPILER_BOILERPLATE +# ------------------------ +# Check for compiler boilerplate output or warnings with +# the simple compiler test code. +m4_defun([_LT_COMPILER_BOILERPLATE], +[m4_require([_LT_DECL_SED])dnl +ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_compiler_boilerplate=`cat conftest.err` +$RM conftest* +])# _LT_COMPILER_BOILERPLATE + + +# _LT_LINKER_BOILERPLATE +# ---------------------- +# Check for linker boilerplate output or warnings with +# the simple link test code. +m4_defun([_LT_LINKER_BOILERPLATE], +[m4_require([_LT_DECL_SED])dnl +ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_linker_boilerplate=`cat conftest.err` +$RM -r conftest* +])# _LT_LINKER_BOILERPLATE + +# _LT_REQUIRED_DARWIN_CHECKS +# ------------------------- +m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[ + case $host_os in + rhapsody* | darwin*) + AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:]) + AC_CHECK_TOOL([NMEDIT], [nmedit], [:]) + AC_CHECK_TOOL([LIPO], [lipo], [:]) + AC_CHECK_TOOL([OTOOL], [otool], [:]) + AC_CHECK_TOOL([OTOOL64], [otool64], [:]) + _LT_DECL([], [DSYMUTIL], [1], + [Tool to manipulate archived DWARF debug symbol files on Mac OS X]) + _LT_DECL([], [NMEDIT], [1], + [Tool to change global to local symbols on Mac OS X]) + _LT_DECL([], [LIPO], [1], + [Tool to manipulate fat objects and archives on Mac OS X]) + _LT_DECL([], [OTOOL], [1], + [ldd/readelf like tool for Mach-O binaries on Mac OS X]) + _LT_DECL([], [OTOOL64], [1], + [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4]) + + AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod], + [lt_cv_apple_cc_single_mod=no + if test -z "${LT_MULTI_MODULE}"; then + # By default we will add the -single_module flag. You can override + # by either setting the environment variable LT_MULTI_MODULE + # non-empty at configure time, or by adding -multi_module to the + # link flags. + rm -rf libconftest.dylib* + echo "int foo(void){return 1;}" > conftest.c + echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ +-dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD + $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ + -dynamiclib -Wl,-single_module conftest.c 2>conftest.err + _lt_result=$? + if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then + lt_cv_apple_cc_single_mod=yes + else + cat conftest.err >&AS_MESSAGE_LOG_FD + fi + rm -rf libconftest.dylib* + rm -f conftest.* + fi]) + AC_CACHE_CHECK([for -exported_symbols_list linker flag], + [lt_cv_ld_exported_symbols_list], + [lt_cv_ld_exported_symbols_list=no + save_LDFLAGS=$LDFLAGS + echo "_main" > conftest.sym + LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" + AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], + [lt_cv_ld_exported_symbols_list=yes], + [lt_cv_ld_exported_symbols_list=no]) + LDFLAGS="$save_LDFLAGS" + ]) + AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load], + [lt_cv_ld_force_load=no + cat > conftest.c << _LT_EOF +int forced_loaded() { return 2;} +_LT_EOF + echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD + $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD + echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD + $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD + echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD + $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD + cat > conftest.c << _LT_EOF +int main() { return 0;} +_LT_EOF + echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD + $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err + _lt_result=$? + if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then + lt_cv_ld_force_load=yes + else + cat conftest.err >&AS_MESSAGE_LOG_FD + fi + rm -f conftest.err libconftest.a conftest conftest.c + rm -rf conftest.dSYM + ]) + case $host_os in + rhapsody* | darwin1.[[012]]) + _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; + darwin1.*) + _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; + darwin*) # darwin 5.x on + # if running on 10.5 or later, the deployment target defaults + # to the OS version, if on x86, and 10.4, the deployment + # target defaults to 10.4. Don't you love it? + case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in + 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*) + _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; + 10.[[012]]*) + _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; + 10.*) + _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; + esac + ;; + esac + if test "$lt_cv_apple_cc_single_mod" = "yes"; then + _lt_dar_single_mod='$single_module' + fi + if test "$lt_cv_ld_exported_symbols_list" = "yes"; then + _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' + else + _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' + fi + if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then + _lt_dsymutil='~$DSYMUTIL $lib || :' + else + _lt_dsymutil= + fi + ;; + esac +]) + + +# _LT_DARWIN_LINKER_FEATURES +# -------------------------- +# Checks for linker and compiler features on darwin +m4_defun([_LT_DARWIN_LINKER_FEATURES], +[ + m4_require([_LT_REQUIRED_DARWIN_CHECKS]) + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_automatic, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported + if test "$lt_cv_ld_force_load" = "yes"; then + _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + else + _LT_TAGVAR(whole_archive_flag_spec, $1)='' + fi + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined" + case $cc_basename in + ifort*) _lt_dar_can_shared=yes ;; + *) _lt_dar_can_shared=$GCC ;; + esac + if test "$_lt_dar_can_shared" = "yes"; then + output_verbose_link_cmd=func_echo_all + _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" + _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" + _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" + _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" + m4_if([$1], [CXX], +[ if test "$lt_cv_apple_cc_single_mod" != "yes"; then + _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}" + _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}" + fi +],[]) + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi +]) + +# _LT_SYS_MODULE_PATH_AIX +# ----------------------- +# Links a minimal program and checks the executable +# for the system default hardcoded library path. In most cases, +# this is /usr/lib:/lib, but when the MPI compilers are used +# the location of the communication and MPI libs are included too. +# If we don't find anything, use the default library path according +# to the aix ld manual. +m4_defun([_LT_SYS_MODULE_PATH_AIX], +[m4_require([_LT_DECL_SED])dnl +AC_LINK_IFELSE(AC_LANG_PROGRAM,[ +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +# Check for a 64-bit object if we didn't find anything. +if test -z "$aix_libpath"; then + aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi],[]) +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi +])# _LT_SYS_MODULE_PATH_AIX + + +# _LT_SHELL_INIT(ARG) +# ------------------- +m4_define([_LT_SHELL_INIT], +[m4_divert_text([M4SH-INIT], [$1 +])])# _LT_SHELL_INIT + + + +# _LT_PROG_ECHO_BACKSLASH +# ----------------------- +# Find how we can fake an echo command that does not interpret backslash. +# In particular, with Autoconf 2.60 or later we add some code to the start +# of the generated configure script which will find a shell with a builtin +# printf (which we can use as an echo command). +m4_defun([_LT_PROG_ECHO_BACKSLASH], +[ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO + +AC_MSG_CHECKING([how to print strings]) +# Test print first, because it will be a builtin if present. +if test "X`print -r -- -n 2>/dev/null`" = X-n && \ + test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='print -r --' +elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='printf %s\n' +else + # Use this function as a fallback that always works. + func_fallback_echo () + { + eval 'cat <<_LTECHO_EOF +$[]1 +_LTECHO_EOF' + } + ECHO='func_fallback_echo' +fi + +# func_echo_all arg... +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "$*" +} + +case "$ECHO" in + printf*) AC_MSG_RESULT([printf]) ;; + print*) AC_MSG_RESULT([print -r]) ;; + *) AC_MSG_RESULT([cat]) ;; +esac + +m4_ifdef([_AS_DETECT_SUGGESTED], +[_AS_DETECT_SUGGESTED([ + test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || ( + ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' + ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO + ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO + PATH=/empty FPATH=/empty; export PATH FPATH + test "X`printf %s $ECHO`" = "X$ECHO" \ + || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) + +_LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts]) +_LT_DECL([], [ECHO], [1], [An echo program that protects backslashes]) +])# _LT_PROG_ECHO_BACKSLASH + + +# _LT_ENABLE_LOCK +# --------------- +m4_defun([_LT_ENABLE_LOCK], +[AC_ARG_ENABLE([libtool-lock], + [AS_HELP_STRING([--disable-libtool-lock], + [avoid locking (might break parallel builds)])]) +test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes + +# Some flags need to be propagated to the compiler or linker for good +# libtool support. +case $host in +ia64-*-hpux*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + case `/usr/bin/file conftest.$ac_objext` in + *ELF-32*) + HPUX_IA64_MODE="32" + ;; + *ELF-64*) + HPUX_IA64_MODE="64" + ;; + esac + fi + rm -rf conftest* + ;; +*-*-irix6*) + # Find out which ABI we are using. + echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + if test "$lt_cv_prog_gnu_ld" = yes; then + case `/usr/bin/file conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -melf32bsmip" + ;; + *N32*) + LD="${LD-ld} -melf32bmipn32" + ;; + *64-bit*) + LD="${LD-ld} -melf64bmip" + ;; + esac + else + case `/usr/bin/file conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -32" + ;; + *N32*) + LD="${LD-ld} -n32" + ;; + *64-bit*) + LD="${LD-ld} -64" + ;; + esac + fi + fi + rm -rf conftest* + ;; + +x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ +s390*-*linux*|s390*-*tpf*|sparc*-*linux*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + case `/usr/bin/file conftest.o` in + *32-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_i386_fbsd" + ;; + x86_64-*linux*) + LD="${LD-ld} -m elf_i386" + ;; + ppc64-*linux*|powerpc64-*linux*) + LD="${LD-ld} -m elf32ppclinux" + ;; + s390x-*linux*) + LD="${LD-ld} -m elf_s390" + ;; + sparc64-*linux*) + LD="${LD-ld} -m elf32_sparc" + ;; + esac + ;; + *64-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_x86_64_fbsd" + ;; + x86_64-*linux*) + LD="${LD-ld} -m elf_x86_64" + ;; + ppc*-*linux*|powerpc*-*linux*) + LD="${LD-ld} -m elf64ppc" + ;; + s390*-*linux*|s390*-*tpf*) + LD="${LD-ld} -m elf64_s390" + ;; + sparc*-*linux*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; + +*-*-sco3.2v5*) + # On SCO OpenServer 5, we need -belf to get full-featured binaries. + SAVE_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS -belf" + AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, + [AC_LANG_PUSH(C) + AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) + AC_LANG_POP]) + if test x"$lt_cv_cc_needs_belf" != x"yes"; then + # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf + CFLAGS="$SAVE_CFLAGS" + fi + ;; +sparc*-*solaris*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + case `/usr/bin/file conftest.o` in + *64-bit*) + case $lt_cv_prog_gnu_ld in + yes*) LD="${LD-ld} -m elf64_sparc" ;; + *) + if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then + LD="${LD-ld} -64" + fi + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; +esac + +need_locks="$enable_libtool_lock" +])# _LT_ENABLE_LOCK + + +# _LT_CMD_OLD_ARCHIVE +# ------------------- +m4_defun([_LT_CMD_OLD_ARCHIVE], +[AC_CHECK_TOOL(AR, ar, false) +test -z "$AR" && AR=ar +test -z "$AR_FLAGS" && AR_FLAGS=cru +_LT_DECL([], [AR], [1], [The archiver]) +_LT_DECL([], [AR_FLAGS], [1]) + +AC_CHECK_TOOL(STRIP, strip, :) +test -z "$STRIP" && STRIP=: +_LT_DECL([], [STRIP], [1], [A symbol stripping program]) + +AC_CHECK_TOOL(RANLIB, ranlib, :) +test -z "$RANLIB" && RANLIB=: +_LT_DECL([], [RANLIB], [1], + [Commands used to install an old-style archive]) + +# Determine commands to create old-style static archives. +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' +old_postinstall_cmds='chmod 644 $oldlib' +old_postuninstall_cmds= + +if test -n "$RANLIB"; then + case $host_os in + openbsd*) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" + ;; + *) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" + ;; + esac + old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" +fi + +case $host_os in + darwin*) + lock_old_archive_extraction=yes ;; + *) + lock_old_archive_extraction=no ;; +esac +_LT_DECL([], [old_postinstall_cmds], [2]) +_LT_DECL([], [old_postuninstall_cmds], [2]) +_LT_TAGDECL([], [old_archive_cmds], [2], + [Commands used to build an old-style archive]) +_LT_DECL([], [lock_old_archive_extraction], [0], + [Whether to use a lock for old archive extraction]) +])# _LT_CMD_OLD_ARCHIVE + + +# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, +# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) +# ---------------------------------------------------------------- +# Check whether the given compiler option works +AC_DEFUN([_LT_COMPILER_OPTION], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_SED])dnl +AC_CACHE_CHECK([$1], [$2], + [$2=no + m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$3" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&AS_MESSAGE_LOG_FD + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + $2=yes + fi + fi + $RM conftest* +]) + +if test x"[$]$2" = xyes; then + m4_if([$5], , :, [$5]) +else + m4_if([$6], , :, [$6]) +fi +])# _LT_COMPILER_OPTION + +# Old name: +AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], []) + + +# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, +# [ACTION-SUCCESS], [ACTION-FAILURE]) +# ---------------------------------------------------- +# Check whether the given linker option works +AC_DEFUN([_LT_LINKER_OPTION], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_SED])dnl +AC_CACHE_CHECK([$1], [$2], + [$2=no + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS $3" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&AS_MESSAGE_LOG_FD + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + $2=yes + fi + else + $2=yes + fi + fi + $RM -r conftest* + LDFLAGS="$save_LDFLAGS" +]) + +if test x"[$]$2" = xyes; then + m4_if([$4], , :, [$4]) +else + m4_if([$5], , :, [$5]) +fi +])# _LT_LINKER_OPTION + +# Old name: +AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], []) + + +# LT_CMD_MAX_LEN +#--------------- +AC_DEFUN([LT_CMD_MAX_LEN], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +# find the maximum length of command line arguments +AC_MSG_CHECKING([the maximum length of command line arguments]) +AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl + i=0 + teststring="ABCD" + + case $build_os in + msdosdjgpp*) + # On DJGPP, this test can blow up pretty badly due to problems in libc + # (any single argument exceeding 2000 bytes causes a buffer overrun + # during glob expansion). Even if it were fixed, the result of this + # check would be larger than it should be. + lt_cv_sys_max_cmd_len=12288; # 12K is about right + ;; + + gnu*) + # Under GNU Hurd, this test is not required because there is + # no limit to the length of command line arguments. + # Libtool will interpret -1 as no limit whatsoever + lt_cv_sys_max_cmd_len=-1; + ;; + + cygwin* | mingw* | cegcc*) + # On Win9x/ME, this test blows up -- it succeeds, but takes + # about 5 minutes as the teststring grows exponentially. + # Worse, since 9x/ME are not pre-emptively multitasking, + # you end up with a "frozen" computer, even though with patience + # the test eventually succeeds (with a max line length of 256k). + # Instead, let's just punt: use the minimum linelength reported by + # all of the supported platforms: 8192 (on NT/2K/XP). + lt_cv_sys_max_cmd_len=8192; + ;; + + mint*) + # On MiNT this can take a long time and run out of memory. + lt_cv_sys_max_cmd_len=8192; + ;; + + amigaos*) + # On AmigaOS with pdksh, this test takes hours, literally. + # So we just punt and use a minimum line length of 8192. + lt_cv_sys_max_cmd_len=8192; + ;; + + netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) + # This has been around since 386BSD, at least. Likely further. + if test -x /sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` + elif test -x /usr/sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` + else + lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs + fi + # And add a safety zone + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + ;; + + interix*) + # We know the value 262144 and hardcode it with a safety zone (like BSD) + lt_cv_sys_max_cmd_len=196608 + ;; + + osf*) + # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure + # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not + # nice to cause kernel panics so lets avoid the loop below. + # First set a reasonable default. + lt_cv_sys_max_cmd_len=16384 + # + if test -x /sbin/sysconfig; then + case `/sbin/sysconfig -q proc exec_disable_arg_limit` in + *1*) lt_cv_sys_max_cmd_len=-1 ;; + esac + fi + ;; + sco3.2v5*) + lt_cv_sys_max_cmd_len=102400 + ;; + sysv5* | sco5v6* | sysv4.2uw2*) + kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` + if test -n "$kargmax"; then + lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` + else + lt_cv_sys_max_cmd_len=32768 + fi + ;; + *) + lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` + if test -n "$lt_cv_sys_max_cmd_len"; then + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + else + # Make teststring a little bigger before we do anything with it. + # a 1K string should be a reasonable start. + for i in 1 2 3 4 5 6 7 8 ; do + teststring=$teststring$teststring + done + SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} + # If test is not a shell built-in, we'll probably end up computing a + # maximum length that is only half of the actual maximum length, but + # we can't tell. + while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \ + = "X$teststring$teststring"; } >/dev/null 2>&1 && + test $i != 17 # 1/2 MB should be enough + do + i=`expr $i + 1` + teststring=$teststring$teststring + done + # Only check the string length outside the loop. + lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` + teststring= + # Add a significant safety factor because C++ compilers can tack on + # massive amounts of additional arguments before passing them to the + # linker. It appears as though 1/2 is a usable value. + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` + fi + ;; + esac +]) +if test -n $lt_cv_sys_max_cmd_len ; then + AC_MSG_RESULT($lt_cv_sys_max_cmd_len) +else + AC_MSG_RESULT(none) +fi +max_cmd_len=$lt_cv_sys_max_cmd_len +_LT_DECL([], [max_cmd_len], [0], + [What is the maximum length of a command?]) +])# LT_CMD_MAX_LEN + +# Old name: +AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], []) + + +# _LT_HEADER_DLFCN +# ---------------- +m4_defun([_LT_HEADER_DLFCN], +[AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl +])# _LT_HEADER_DLFCN + + +# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, +# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) +# ---------------------------------------------------------------- +m4_defun([_LT_TRY_DLOPEN_SELF], +[m4_require([_LT_HEADER_DLFCN])dnl +if test "$cross_compiling" = yes; then : + [$4] +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext <<_LT_EOF +[#line $LINENO "configure" +#include "confdefs.h" + +#if HAVE_DLFCN_H +#include +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +/* When -fvisbility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +void fnord () __attribute__((visibility("default"))); +#endif + +void fnord () { int i=42; } +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } + /* dlclose (self); */ + } + else + puts (dlerror ()); + + return status; +}] +_LT_EOF + if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then + (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) $1 ;; + x$lt_dlneed_uscore) $2 ;; + x$lt_dlunknown|x*) $3 ;; + esac + else : + # compilation failed + $3 + fi +fi +rm -fr conftest* +])# _LT_TRY_DLOPEN_SELF + + +# LT_SYS_DLOPEN_SELF +# ------------------ +AC_DEFUN([LT_SYS_DLOPEN_SELF], +[m4_require([_LT_HEADER_DLFCN])dnl +if test "x$enable_dlopen" != xyes; then + enable_dlopen=unknown + enable_dlopen_self=unknown + enable_dlopen_self_static=unknown +else + lt_cv_dlopen=no + lt_cv_dlopen_libs= + + case $host_os in + beos*) + lt_cv_dlopen="load_add_on" + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ;; + + mingw* | pw32* | cegcc*) + lt_cv_dlopen="LoadLibrary" + lt_cv_dlopen_libs= + ;; + + cygwin*) + lt_cv_dlopen="dlopen" + lt_cv_dlopen_libs= + ;; + + darwin*) + # if libdl is installed we need to link against it + AC_CHECK_LIB([dl], [dlopen], + [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[ + lt_cv_dlopen="dyld" + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ]) + ;; + + *) + AC_CHECK_FUNC([shl_load], + [lt_cv_dlopen="shl_load"], + [AC_CHECK_LIB([dld], [shl_load], + [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"], + [AC_CHECK_FUNC([dlopen], + [lt_cv_dlopen="dlopen"], + [AC_CHECK_LIB([dl], [dlopen], + [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], + [AC_CHECK_LIB([svld], [dlopen], + [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], + [AC_CHECK_LIB([dld], [dld_link], + [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"]) + ]) + ]) + ]) + ]) + ]) + ;; + esac + + if test "x$lt_cv_dlopen" != xno; then + enable_dlopen=yes + else + enable_dlopen=no + fi + + case $lt_cv_dlopen in + dlopen) + save_CPPFLAGS="$CPPFLAGS" + test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" + + save_LDFLAGS="$LDFLAGS" + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" + + save_LIBS="$LIBS" + LIBS="$lt_cv_dlopen_libs $LIBS" + + AC_CACHE_CHECK([whether a program can dlopen itself], + lt_cv_dlopen_self, [dnl + _LT_TRY_DLOPEN_SELF( + lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, + lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) + ]) + + if test "x$lt_cv_dlopen_self" = xyes; then + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" + AC_CACHE_CHECK([whether a statically linked program can dlopen itself], + lt_cv_dlopen_self_static, [dnl + _LT_TRY_DLOPEN_SELF( + lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, + lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) + ]) + fi + + CPPFLAGS="$save_CPPFLAGS" + LDFLAGS="$save_LDFLAGS" + LIBS="$save_LIBS" + ;; + esac + + case $lt_cv_dlopen_self in + yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; + *) enable_dlopen_self=unknown ;; + esac + + case $lt_cv_dlopen_self_static in + yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; + *) enable_dlopen_self_static=unknown ;; + esac +fi +_LT_DECL([dlopen_support], [enable_dlopen], [0], + [Whether dlopen is supported]) +_LT_DECL([dlopen_self], [enable_dlopen_self], [0], + [Whether dlopen of programs is supported]) +_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0], + [Whether dlopen of statically linked programs is supported]) +])# LT_SYS_DLOPEN_SELF + +# Old name: +AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], []) + + +# _LT_COMPILER_C_O([TAGNAME]) +# --------------------------- +# Check to see if options -c and -o are simultaneously supported by compiler. +# This macro does not hard code the compiler like AC_PROG_CC_C_O. +m4_defun([_LT_COMPILER_C_O], +[m4_require([_LT_DECL_SED])dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_TAG_COMPILER])dnl +AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], + [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)], + [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&AS_MESSAGE_LOG_FD + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes + fi + fi + chmod u+w . 2>&AS_MESSAGE_LOG_FD + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* +]) +_LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1], + [Does compiler simultaneously support -c and -o options?]) +])# _LT_COMPILER_C_O + + +# _LT_COMPILER_FILE_LOCKS([TAGNAME]) +# ---------------------------------- +# Check to see if we can do hard links to lock some files if needed +m4_defun([_LT_COMPILER_FILE_LOCKS], +[m4_require([_LT_ENABLE_LOCK])dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +_LT_COMPILER_C_O([$1]) + +hard_links="nottested" +if test "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then + # do not overwrite the value of need_locks provided by the user + AC_MSG_CHECKING([if we can lock with hard links]) + hard_links=yes + $RM conftest* + ln conftest.a conftest.b 2>/dev/null && hard_links=no + touch conftest.a + ln conftest.a conftest.b 2>&5 || hard_links=no + ln conftest.a conftest.b 2>/dev/null && hard_links=no + AC_MSG_RESULT([$hard_links]) + if test "$hard_links" = no; then + AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) + need_locks=warn + fi +else + need_locks=no +fi +_LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?]) +])# _LT_COMPILER_FILE_LOCKS + + +# _LT_CHECK_OBJDIR +# ---------------- +m4_defun([_LT_CHECK_OBJDIR], +[AC_CACHE_CHECK([for objdir], [lt_cv_objdir], +[rm -f .libs 2>/dev/null +mkdir .libs 2>/dev/null +if test -d .libs; then + lt_cv_objdir=.libs +else + # MS-DOS does not allow filenames that begin with a dot. + lt_cv_objdir=_libs +fi +rmdir .libs 2>/dev/null]) +objdir=$lt_cv_objdir +_LT_DECL([], [objdir], [0], + [The name of the directory that contains temporary libtool files])dnl +m4_pattern_allow([LT_OBJDIR])dnl +AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/", + [Define to the sub-directory in which libtool stores uninstalled libraries.]) +])# _LT_CHECK_OBJDIR + + +# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME]) +# -------------------------------------- +# Check hardcoding attributes. +m4_defun([_LT_LINKER_HARDCODE_LIBPATH], +[AC_MSG_CHECKING([how to hardcode library paths into programs]) +_LT_TAGVAR(hardcode_action, $1)= +if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" || + test -n "$_LT_TAGVAR(runpath_var, $1)" || + test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then + + # We can hardcode non-existent directories. + if test "$_LT_TAGVAR(hardcode_direct, $1)" != no && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" != no && + test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then + # Linking always hardcodes the temporary library directory. + _LT_TAGVAR(hardcode_action, $1)=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + _LT_TAGVAR(hardcode_action, $1)=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + _LT_TAGVAR(hardcode_action, $1)=unsupported +fi +AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)]) + +if test "$_LT_TAGVAR(hardcode_action, $1)" = relink || + test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; then + # Fast installation is not supported + enable_fast_install=no +elif test "$shlibpath_overrides_runpath" = yes || + test "$enable_shared" = no; then + # Fast installation is not necessary + enable_fast_install=needless +fi +_LT_TAGDECL([], [hardcode_action], [0], + [How to hardcode a shared library path into an executable]) +])# _LT_LINKER_HARDCODE_LIBPATH + + +# _LT_CMD_STRIPLIB +# ---------------- +m4_defun([_LT_CMD_STRIPLIB], +[m4_require([_LT_DECL_EGREP]) +striplib= +old_striplib= +AC_MSG_CHECKING([whether stripping libraries is possible]) +if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then + test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" + test -z "$striplib" && striplib="$STRIP --strip-unneeded" + AC_MSG_RESULT([yes]) +else +# FIXME - insert some real tests, host_os isn't really good enough + case $host_os in + darwin*) + if test -n "$STRIP" ; then + striplib="$STRIP -x" + old_striplib="$STRIP -S" + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + fi + ;; + *) + AC_MSG_RESULT([no]) + ;; + esac +fi +_LT_DECL([], [old_striplib], [1], [Commands to strip libraries]) +_LT_DECL([], [striplib], [1]) +])# _LT_CMD_STRIPLIB + + +# _LT_SYS_DYNAMIC_LINKER([TAG]) +# ----------------------------- +# PORTME Fill in your ld.so characteristics +m4_defun([_LT_SYS_DYNAMIC_LINKER], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_OBJDUMP])dnl +m4_require([_LT_DECL_SED])dnl +m4_require([_LT_CHECK_SHELL_FEATURES])dnl +AC_MSG_CHECKING([dynamic linker characteristics]) +m4_if([$1], + [], [ +if test "$GCC" = yes; then + case $host_os in + darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; + *) lt_awk_arg="/^libraries:/" ;; + esac + case $host_os in + mingw* | cegcc*) lt_sed_strip_eq="s,=\([[A-Za-z]]:\),\1,g" ;; + *) lt_sed_strip_eq="s,=/,/,g" ;; + esac + lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` + case $lt_search_path_spec in + *\;*) + # if the path contains ";" then we assume it to be the separator + # otherwise default to the standard path separator (i.e. ":") - it is + # assumed that no part of a normal pathname contains ";" but that should + # okay in the real world where ";" in dirpaths is itself problematic. + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` + ;; + *) + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` + ;; + esac + # Ok, now we have the path, separated by spaces, we can step through it + # and add multilib dir if necessary. + lt_tmp_lt_search_path_spec= + lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` + for lt_sys_path in $lt_search_path_spec; do + if test -d "$lt_sys_path/$lt_multi_os_dir"; then + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" + else + test -d "$lt_sys_path" && \ + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" + fi + done + lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' +BEGIN {RS=" "; FS="/|\n";} { + lt_foo=""; + lt_count=0; + for (lt_i = NF; lt_i > 0; lt_i--) { + if ($lt_i != "" && $lt_i != ".") { + if ($lt_i == "..") { + lt_count++; + } else { + if (lt_count == 0) { + lt_foo="/" $lt_i lt_foo; + } else { + lt_count--; + } + } + } + } + if (lt_foo != "") { lt_freq[[lt_foo]]++; } + if (lt_freq[[lt_foo]] == 1) { print lt_foo; } +}'` + # AWK program above erroneously prepends '/' to C:/dos/paths + # for these hosts. + case $host_os in + mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ + $SED 's,/\([[A-Za-z]]:\),\1,g'` ;; + esac + sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` +else + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" +fi]) +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=".so" +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" +need_lib_prefix=unknown +hardcode_into_libs=no + +# when you set need_version to no, make sure it does not cause -set_version +# flags to be left without arguments +need_version=unknown + +case $host_os in +aix3*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' + shlibpath_var=LIBPATH + + # AIX 3 has no versioning support, so we append a major version to the name. + soname_spec='${libname}${release}${shared_ext}$major' + ;; + +aix[[4-9]]*) + version_type=linux + need_lib_prefix=no + need_version=no + hardcode_into_libs=yes + if test "$host_cpu" = ia64; then + # AIX 5 supports IA64 + library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + else + # With GCC up to 2.95.x, collect2 would create an import file + # for dependence libraries. The import file would start with + # the line `#! .'. This would cause the generated library to + # depend on `.', always an invalid library. This was fixed in + # development snapshots of GCC prior to 3.0. + case $host_os in + aix4 | aix4.[[01]] | aix4.[[01]].*) + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' + echo ' yes ' + echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then + : + else + can_build_shared=no + fi + ;; + esac + # AIX (on Power*) has no versioning support, so currently we can not hardcode correct + # soname into executable. Probably we can add versioning support to + # collect2, so additional links can be useful in future. + if test "$aix_use_runtimelinking" = yes; then + # If using run time linking (on AIX 4.2 or later) use lib.so + # instead of lib.a to let people know that these are not + # typical AIX shared libraries. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + else + # We preserve .a as extension for shared libraries through AIX4.2 + # and later when we are not doing run time linking. + library_names_spec='${libname}${release}.a $libname.a' + soname_spec='${libname}${release}${shared_ext}$major' + fi + shlibpath_var=LIBPATH + fi + ;; + +amigaos*) + case $host_cpu in + powerpc) + # Since July 2007 AmigaOS4 officially supports .so libraries. + # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + ;; + m68k) + library_names_spec='$libname.ixlibrary $libname.a' + # Create ${libname}_ixlibrary.a entries in /sys/libs. + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' + ;; + esac + ;; + +beos*) + library_names_spec='${libname}${shared_ext}' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi[[45]]*) + version_type=linux + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" + # the default ld.so.conf also contains /usr/contrib/lib and + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow + # libtool to hard-code these into programs + ;; + +cygwin* | mingw* | pw32* | cegcc*) + version_type=windows + shrext_cmds=".dll" + need_version=no + need_lib_prefix=no + + case $GCC,$host_os in + yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*) + library_names_spec='$libname.dll.a' + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \${file}`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname~ + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; + fi' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + + case $host_os in + cygwin*) + # Cygwin DLLs use 'cyg' prefix rather than 'lib' + soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' +m4_if([$1], [],[ + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"]) + ;; + mingw* | cegcc*) + # MinGW DLLs use traditional 'lib' prefix + soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' + ;; + pw32*) + # pw32 DLLs use 'pw' prefix rather than 'lib' + library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' + ;; + esac + ;; + + *) + library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' + ;; + esac + dynamic_linker='Win32 ld.exe' + # FIXME: first we should search . and the directory the executable is in + shlibpath_var=PATH + ;; + +darwin* | rhapsody*) + dynamic_linker="$host_os dyld" + version_type=darwin + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' + soname_spec='${libname}${release}${major}$shared_ext' + shlibpath_overrides_runpath=yes + shlibpath_var=DYLD_LIBRARY_PATH + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' +m4_if([$1], [],[ + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' + ;; + +dgux*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +freebsd1*) + dynamic_linker=no + ;; + +freebsd* | dragonfly*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. + if test -x /usr/bin/objformat; then + objformat=`/usr/bin/objformat` + else + case $host_os in + freebsd[[123]]*) objformat=aout ;; + *) objformat=elf ;; + esac + fi + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + need_version=no + need_lib_prefix=no + ;; + freebsd-*) + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' + need_version=yes + ;; + esac + shlibpath_var=LD_LIBRARY_PATH + case $host_os in + freebsd2*) + shlibpath_overrides_runpath=yes + ;; + freebsd3.[[01]]* | freebsdelf3.[[01]]*) + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \ + freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1) + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + *) # from 4.6 on, and DragonFly + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + esac + ;; + +gnu*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + hardcode_into_libs=yes + ;; + +haiku*) + version_type=linux + need_lib_prefix=no + need_version=no + dynamic_linker="$host_os runtime_loader" + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LIBRARY_PATH + shlibpath_overrides_runpath=yes + sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' + hardcode_into_libs=yes + ;; + +hpux9* | hpux10* | hpux11*) + # Give a soname corresponding to the major version so that dld.sl refuses to + # link against other versions. + version_type=sunos + need_lib_prefix=no + need_version=no + case $host_cpu in + ia64*) + shrext_cmds='.so' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.so" + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + if test "X$HPUX_IA64_MODE" = X32; then + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + else + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + fi + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + hppa*64*) + shrext_cmds='.sl' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.sl" + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + *) + shrext_cmds='.sl' + dynamic_linker="$host_os dld.sl" + shlibpath_var=SHLIB_PATH + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + ;; + esac + # HP-UX runs *really* slowly unless shared libraries are mode 555, ... + postinstall_cmds='chmod 555 $lib' + # or fails outright, so override atomically: + install_override_mode=555 + ;; + +interix[[3-9]]*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +irix5* | irix6* | nonstopux*) + case $host_os in + nonstopux*) version_type=nonstopux ;; + *) + if test "$lt_cv_prog_gnu_ld" = yes; then + version_type=linux + else + version_type=irix + fi ;; + esac + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' + case $host_os in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in # libtool.m4 will add one of these switches to LD + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") + libsuff= shlibsuff= libmagic=32-bit;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") + libsuff=32 shlibsuff=N32 libmagic=N32;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") + libsuff=64 shlibsuff=64 libmagic=64-bit;; + *) libsuff= shlibsuff= libmagic=never-match;; + esac + ;; + esac + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH + shlibpath_overrides_runpath=no + sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" + sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" + hardcode_into_libs=yes + ;; + +# No shared lib support for Linux oldld, aout, or coff. +linux*oldld* | linux*aout* | linux*coff*) + dynamic_linker=no + ;; + +# This must be Linux ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + + # Some binutils ld are patched to set DT_RUNPATH + AC_CACHE_VAL([lt_cv_shlibpath_overrides_runpath], + [lt_cv_shlibpath_overrides_runpath=no + save_LDFLAGS=$LDFLAGS + save_libdir=$libdir + eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \ + LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\"" + AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], + [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null], + [lt_cv_shlibpath_overrides_runpath=yes])]) + LDFLAGS=$save_LDFLAGS + libdir=$save_libdir + ]) + shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath + + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + # Add ABI-specific directories to the system library path. + sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" + + # Append ld.so.conf contents to the search path + if test -f /etc/ld.so.conf; then + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" + + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on + # powerpc, because MkLinux only supported shared libraries with the + # GNU dynamic linker. Since this was broken with cross compilers, + # most powerpc-linux boxes support dynamic linking these days and + # people can always --disable-shared, the test was removed, and we + # assume the GNU/Linux dynamic linker is in use. + dynamic_linker='GNU/Linux ld.so' + ;; + +netbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + dynamic_linker='NetBSD (a.out) ld.so' + else + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='NetBSD ld.elf_so' + fi + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + +newsos6) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +*nto* | *qnx*) + version_type=qnx + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='ldqnx.so' + ;; + +openbsd*) + version_type=sunos + sys_lib_dlsearch_path_spec="/usr/lib" + need_lib_prefix=no + # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. + case $host_os in + openbsd3.3 | openbsd3.3.*) need_version=yes ;; + *) need_version=no ;; + esac + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + case $host_os in + openbsd2.[[89]] | openbsd2.[[89]].*) + shlibpath_overrides_runpath=no + ;; + *) + shlibpath_overrides_runpath=yes + ;; + esac + else + shlibpath_overrides_runpath=yes + fi + ;; + +os2*) + libname_spec='$name' + shrext_cmds=".dll" + need_lib_prefix=no + library_names_spec='$libname${shared_ext} $libname.a' + dynamic_linker='OS/2 ld.exe' + shlibpath_var=LIBPATH + ;; + +osf3* | osf4* | osf5*) + version_type=osf + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" + sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" + ;; + +rdos*) + dynamic_linker=no + ;; + +solaris*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + # ldd complains unless libraries are executable + postinstall_cmds='chmod +x $lib' + ;; + +sunos4*) + version_type=sunos + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + if test "$with_gnu_ld" = yes; then + need_lib_prefix=no + fi + need_version=yes + ;; + +sysv4 | sysv4.3*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + case $host_vendor in + sni) + shlibpath_overrides_runpath=no + need_lib_prefix=no + runpath_var=LD_RUN_PATH + ;; + siemens) + need_lib_prefix=no + ;; + motorola) + need_lib_prefix=no + need_version=no + shlibpath_overrides_runpath=no + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' + ;; + esac + ;; + +sysv4*MP*) + if test -d /usr/nec ;then + version_type=linux + library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' + soname_spec='$libname${shared_ext}.$major' + shlibpath_var=LD_LIBRARY_PATH + fi + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + version_type=freebsd-elf + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + if test "$with_gnu_ld" = yes; then + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' + else + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' + case $host_os in + sco3.2v5*) + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" + ;; + esac + fi + sys_lib_dlsearch_path_spec='/usr/lib' + ;; + +tpf*) + # TPF is a cross-target only. Preferred cross-host = GNU/Linux. + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +uts4*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +*) + dynamic_linker=no + ;; +esac +AC_MSG_RESULT([$dynamic_linker]) +test "$dynamic_linker" = no && can_build_shared=no + +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" +if test "$GCC" = yes; then + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" +fi + +if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then + sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" +fi +if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then + sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" +fi + +_LT_DECL([], [variables_saved_for_relink], [1], + [Variables whose values should be saved in libtool wrapper scripts and + restored at link time]) +_LT_DECL([], [need_lib_prefix], [0], + [Do we need the "lib" prefix for modules?]) +_LT_DECL([], [need_version], [0], [Do we need a version for libraries?]) +_LT_DECL([], [version_type], [0], [Library versioning type]) +_LT_DECL([], [runpath_var], [0], [Shared library runtime path variable]) +_LT_DECL([], [shlibpath_var], [0],[Shared library path variable]) +_LT_DECL([], [shlibpath_overrides_runpath], [0], + [Is shlibpath searched before the hard-coded library search path?]) +_LT_DECL([], [libname_spec], [1], [Format of library name prefix]) +_LT_DECL([], [library_names_spec], [1], + [[List of archive names. First name is the real one, the rest are links. + The last name is the one that the linker finds with -lNAME]]) +_LT_DECL([], [soname_spec], [1], + [[The coded name of the library, if different from the real name]]) +_LT_DECL([], [install_override_mode], [1], + [Permission mode override for installation of shared libraries]) +_LT_DECL([], [postinstall_cmds], [2], + [Command to use after installation of a shared archive]) +_LT_DECL([], [postuninstall_cmds], [2], + [Command to use after uninstallation of a shared archive]) +_LT_DECL([], [finish_cmds], [2], + [Commands used to finish a libtool library installation in a directory]) +_LT_DECL([], [finish_eval], [1], + [[As "finish_cmds", except a single script fragment to be evaled but + not shown]]) +_LT_DECL([], [hardcode_into_libs], [0], + [Whether we should hardcode library paths into libraries]) +_LT_DECL([], [sys_lib_search_path_spec], [2], + [Compile-time system search path for libraries]) +_LT_DECL([], [sys_lib_dlsearch_path_spec], [2], + [Run-time system search path for libraries]) +])# _LT_SYS_DYNAMIC_LINKER + + +# _LT_PATH_TOOL_PREFIX(TOOL) +# -------------------------- +# find a file program which can recognize shared library +AC_DEFUN([_LT_PATH_TOOL_PREFIX], +[m4_require([_LT_DECL_EGREP])dnl +AC_MSG_CHECKING([for $1]) +AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, +[case $MAGIC_CMD in +[[\\/*] | ?:[\\/]*]) + lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD="$MAGIC_CMD" + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR +dnl $ac_dummy forces splitting on constant user-supplied paths. +dnl POSIX.2 word splitting is done only on the output of word expansions, +dnl not every word. This closes a longstanding sh security hole. + ac_dummy="m4_if([$2], , $PATH, [$2])" + for ac_dir in $ac_dummy; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$1; then + lt_cv_path_MAGIC_CMD="$ac_dir/$1" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD="$lt_cv_path_MAGIC_CMD" + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <<_LT_EOF 1>&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +_LT_EOF + fi ;; + esac + fi + break + fi + done + IFS="$lt_save_ifs" + MAGIC_CMD="$lt_save_MAGIC_CMD" + ;; +esac]) +MAGIC_CMD="$lt_cv_path_MAGIC_CMD" +if test -n "$MAGIC_CMD"; then + AC_MSG_RESULT($MAGIC_CMD) +else + AC_MSG_RESULT(no) +fi +_LT_DECL([], [MAGIC_CMD], [0], + [Used to examine libraries when file_magic_cmd begins with "file"])dnl +])# _LT_PATH_TOOL_PREFIX + +# Old name: +AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], []) + + +# _LT_PATH_MAGIC +# -------------- +# find a file program which can recognize a shared library +m4_defun([_LT_PATH_MAGIC], +[_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) +if test -z "$lt_cv_path_MAGIC_CMD"; then + if test -n "$ac_tool_prefix"; then + _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) + else + MAGIC_CMD=: + fi +fi +])# _LT_PATH_MAGIC + + +# LT_PATH_LD +# ---------- +# find the pathname to the GNU or non-GNU linker +AC_DEFUN([LT_PATH_LD], +[AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_CANONICAL_BUILD])dnl +m4_require([_LT_DECL_SED])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_PROG_ECHO_BACKSLASH])dnl + +AC_ARG_WITH([gnu-ld], + [AS_HELP_STRING([--with-gnu-ld], + [assume the C compiler uses GNU ld @<:@default=no@:>@])], + [test "$withval" = no || with_gnu_ld=yes], + [with_gnu_ld=no])dnl + +ac_prog=ld +if test "$GCC" = yes; then + # Check if gcc -print-prog-name=ld gives a path. + AC_MSG_CHECKING([for ld used by $CC]) + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [[\\/]]* | ?:[[\\/]]*) + re_direlt='/[[^/]][[^/]]*/\.\./' + # Canonicalize the pathname of ld + ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` + while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do + ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` + done + test -z "$LD" && LD="$ac_prog" + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test "$with_gnu_ld" = yes; then + AC_MSG_CHECKING([for GNU ld]) +else + AC_MSG_CHECKING([for non-GNU ld]) +fi +AC_CACHE_VAL(lt_cv_path_LD, +[if test -z "$LD"; then + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + lt_cv_path_LD="$ac_dir/$ac_prog" + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some variants of GNU ld only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$lt_cv_path_LD" -v 2>&1 &1 /dev/null 2>&1; then + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + else + # Keep this pattern in sync with the one in func_win32_libid. + lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' + lt_cv_file_magic_cmd='$OBJDUMP -f' + fi + ;; + +cegcc*) + # use the weaker test based on 'objdump'. See mingw*. + lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' + lt_cv_file_magic_cmd='$OBJDUMP -f' + ;; + +darwin* | rhapsody*) + lt_cv_deplibs_check_method=pass_all + ;; + +freebsd* | dragonfly*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + case $host_cpu in + i*86 ) + # Not sure whether the presence of OpenBSD here was a mistake. + # Let's accept both of them until this is cleared up. + lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library' + lt_cv_file_magic_cmd=/usr/bin/file + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` + ;; + esac + else + lt_cv_deplibs_check_method=pass_all + fi + ;; + +gnu*) + lt_cv_deplibs_check_method=pass_all + ;; + +haiku*) + lt_cv_deplibs_check_method=pass_all + ;; + +hpux10.20* | hpux11*) + lt_cv_file_magic_cmd=/usr/bin/file + case $host_cpu in + ia64*) + lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' + lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so + ;; + hppa*64*) + [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'] + lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl + ;; + *) + lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]]\.[[0-9]]) shared library' + lt_cv_file_magic_test_file=/usr/lib/libc.sl + ;; + esac + ;; + +interix[[3-9]]*) + # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$' + ;; + +irix5* | irix6* | nonstopux*) + case $LD in + *-32|*"-32 ") libmagic=32-bit;; + *-n32|*"-n32 ") libmagic=N32;; + *-64|*"-64 ") libmagic=64-bit;; + *) libmagic=never-match;; + esac + lt_cv_deplibs_check_method=pass_all + ;; + +# This must be Linux ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu) + lt_cv_deplibs_check_method=pass_all + ;; + +netbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$' + fi + ;; + +newos6*) + lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' + lt_cv_file_magic_cmd=/usr/bin/file + lt_cv_file_magic_test_file=/usr/lib/libnls.so + ;; + +*nto* | *qnx*) + lt_cv_deplibs_check_method=pass_all + ;; + +openbsd*) + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' + fi + ;; + +osf3* | osf4* | osf5*) + lt_cv_deplibs_check_method=pass_all + ;; + +rdos*) + lt_cv_deplibs_check_method=pass_all + ;; + +solaris*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv4 | sysv4.3*) + case $host_vendor in + motorola) + lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]' + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` + ;; + ncr) + lt_cv_deplibs_check_method=pass_all + ;; + sequent) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' + ;; + sni) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" + lt_cv_file_magic_test_file=/lib/libc.so + ;; + siemens) + lt_cv_deplibs_check_method=pass_all + ;; + pc) + lt_cv_deplibs_check_method=pass_all + ;; + esac + ;; + +tpf*) + lt_cv_deplibs_check_method=pass_all + ;; +esac +]) +file_magic_cmd=$lt_cv_file_magic_cmd +deplibs_check_method=$lt_cv_deplibs_check_method +test -z "$deplibs_check_method" && deplibs_check_method=unknown + +_LT_DECL([], [deplibs_check_method], [1], + [Method to check whether dependent libraries are shared objects]) +_LT_DECL([], [file_magic_cmd], [1], + [Command to use when deplibs_check_method == "file_magic"]) +])# _LT_CHECK_MAGIC_METHOD + + +# LT_PATH_NM +# ---------- +# find the pathname to a BSD- or MS-compatible name lister +AC_DEFUN([LT_PATH_NM], +[AC_REQUIRE([AC_PROG_CC])dnl +AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM, +[if test -n "$NM"; then + # Let the user override the test. + lt_cv_path_NM="$NM" +else + lt_nm_to_check="${ac_tool_prefix}nm" + if test -n "$ac_tool_prefix" && test "$build" = "$host"; then + lt_nm_to_check="$lt_nm_to_check nm" + fi + for lt_tmp_nm in $lt_nm_to_check; do + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + tmp_nm="$ac_dir/$lt_tmp_nm" + if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then + # Check to see if the nm accepts a BSD-compat flag. + # Adding the `sed 1q' prevents false positives on HP-UX, which says: + # nm: unknown option "B" ignored + # Tru64's nm complains that /dev/null is an invalid object file + case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in + */dev/null* | *'Invalid file or object type'*) + lt_cv_path_NM="$tmp_nm -B" + break + ;; + *) + case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in + */dev/null*) + lt_cv_path_NM="$tmp_nm -p" + break + ;; + *) + lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but + continue # so that we can try to find one that supports BSD flags + ;; + esac + ;; + esac + fi + done + IFS="$lt_save_ifs" + done + : ${lt_cv_path_NM=no} +fi]) +if test "$lt_cv_path_NM" != "no"; then + NM="$lt_cv_path_NM" +else + # Didn't find any BSD compatible name lister, look for dumpbin. + if test -n "$DUMPBIN"; then : + # Let the user override the test. + else + AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) + case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in + *COFF*) + DUMPBIN="$DUMPBIN -symbols" + ;; + *) + DUMPBIN=: + ;; + esac + fi + AC_SUBST([DUMPBIN]) + if test "$DUMPBIN" != ":"; then + NM="$DUMPBIN" + fi +fi +test -z "$NM" && NM=nm +AC_SUBST([NM]) +_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl + +AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], + [lt_cv_nm_interface="BSD nm" + echo "int some_variable = 0;" > conftest.$ac_ext + (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD) + (eval "$ac_compile" 2>conftest.err) + cat conftest.err >&AS_MESSAGE_LOG_FD + (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) + (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) + cat conftest.err >&AS_MESSAGE_LOG_FD + (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD) + cat conftest.out >&AS_MESSAGE_LOG_FD + if $GREP 'External.*some_variable' conftest.out > /dev/null; then + lt_cv_nm_interface="MS dumpbin" + fi + rm -f conftest*]) +])# LT_PATH_NM + +# Old names: +AU_ALIAS([AM_PROG_NM], [LT_PATH_NM]) +AU_ALIAS([AC_PROG_NM], [LT_PATH_NM]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AM_PROG_NM], []) +dnl AC_DEFUN([AC_PROG_NM], []) + + +# LT_LIB_M +# -------- +# check for math library +AC_DEFUN([LT_LIB_M], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +LIBM= +case $host in +*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*) + # These system don't have libm, or don't need it + ;; +*-ncr-sysv4.3*) + AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw") + AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") + ;; +*) + AC_CHECK_LIB(m, cos, LIBM="-lm") + ;; +esac +AC_SUBST([LIBM]) +])# LT_LIB_M + +# Old name: +AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_CHECK_LIBM], []) + + +# _LT_COMPILER_NO_RTTI([TAGNAME]) +# ------------------------------- +m4_defun([_LT_COMPILER_NO_RTTI], +[m4_require([_LT_TAG_COMPILER])dnl + +_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= + +if test "$GCC" = yes; then + case $cc_basename in + nvcc*) + _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;; + *) + _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;; + esac + + _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], + lt_cv_prog_compiler_rtti_exceptions, + [-fno-rtti -fno-exceptions], [], + [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) +fi +_LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1], + [Compiler flag to turn off builtin functions]) +])# _LT_COMPILER_NO_RTTI + + +# _LT_CMD_GLOBAL_SYMBOLS +# ---------------------- +m4_defun([_LT_CMD_GLOBAL_SYMBOLS], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([LT_PATH_NM])dnl +AC_REQUIRE([LT_PATH_LD])dnl +m4_require([_LT_DECL_SED])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_TAG_COMPILER])dnl + +# Check for command to grab the raw symbol name followed by C symbol from nm. +AC_MSG_CHECKING([command to parse $NM output from $compiler object]) +AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], +[ +# These are sane defaults that work on at least a few old systems. +# [They come from Ultrix. What could be older than Ultrix?!! ;)] + +# Character class describing NM global symbol codes. +symcode='[[BCDEGRST]]' + +# Regexp to match symbols that can be accessed directly from C. +sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' + +# Define system-specific variables. +case $host_os in +aix*) + symcode='[[BCDT]]' + ;; +cygwin* | mingw* | pw32* | cegcc*) + symcode='[[ABCDGISTW]]' + ;; +hpux*) + if test "$host_cpu" = ia64; then + symcode='[[ABCDEGRST]]' + fi + ;; +irix* | nonstopux*) + symcode='[[BCDEGRST]]' + ;; +osf*) + symcode='[[BCDEGQRST]]' + ;; +solaris*) + symcode='[[BDRT]]' + ;; +sco3.2v5*) + symcode='[[DT]]' + ;; +sysv4.2uw2*) + symcode='[[DT]]' + ;; +sysv5* | sco5v6* | unixware* | OpenUNIX*) + symcode='[[ABDT]]' + ;; +sysv4) + symcode='[[DFNSTU]]' + ;; +esac + +# If we're using GNU nm, then use its standard symbol codes. +case `$NM -V 2>&1` in +*GNU* | *'with BFD'*) + symcode='[[ABCDGIRSTW]]' ;; +esac + +# Transform an extracted symbol line into a proper C declaration. +# Some systems (esp. on ia64) link data and code symbols differently, +# so use this general approach. +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" + +# Transform an extracted symbol line into symbol name and symbol address +lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p'" +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \(lib[[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"lib\2\", (void *) \&\2},/p'" + +# Handle CRLF in mingw tool chain +opt_cr= +case $build_os in +mingw*) + opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp + ;; +esac + +# Try without a prefix underscore, then with it. +for ac_symprfx in "" "_"; do + + # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. + symxfrm="\\1 $ac_symprfx\\2 \\2" + + # Write the raw and C identifiers. + if test "$lt_cv_nm_interface" = "MS dumpbin"; then + # Fake it for dumpbin and say T for any non-static function + # and D for any global variable. + # Also find C++ and __fastcall symbols from MSVC++, + # which start with @ or ?. + lt_cv_sys_global_symbol_pipe="$AWK ['"\ +" {last_section=section; section=\$ 3};"\ +" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ +" \$ 0!~/External *\|/{next};"\ +" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ +" {if(hide[section]) next};"\ +" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ +" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ +" s[1]~/^[@?]/{print s[1], s[1]; next};"\ +" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ +" ' prfx=^$ac_symprfx]" + else + lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" + fi + + # Check to see that the pipe works correctly. + pipe_works=no + + rm -f conftest* + cat > conftest.$ac_ext <<_LT_EOF +#ifdef __cplusplus +extern "C" { +#endif +char nm_test_var; +void nm_test_func(void); +void nm_test_func(void){} +#ifdef __cplusplus +} +#endif +int main(){nm_test_var='a';nm_test_func();return(0);} +_LT_EOF + + if AC_TRY_EVAL(ac_compile); then + # Now try to grab the symbols. + nlist=conftest.nm + if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then + # Try sorting and uniquifying the output. + if sort "$nlist" | uniq > "$nlist"T; then + mv -f "$nlist"T "$nlist" + else + rm -f "$nlist"T + fi + + # Make sure that we snagged all the symbols we need. + if $GREP ' nm_test_var$' "$nlist" >/dev/null; then + if $GREP ' nm_test_func$' "$nlist" >/dev/null; then + cat <<_LT_EOF > conftest.$ac_ext +#ifdef __cplusplus +extern "C" { +#endif + +_LT_EOF + # Now generate the symbol file. + eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' + + cat <<_LT_EOF >> conftest.$ac_ext + +/* The mapping between symbol names and symbols. */ +const struct { + const char *name; + void *address; +} +lt__PROGRAM__LTX_preloaded_symbols[[]] = +{ + { "@PROGRAM@", (void *) 0 }, +_LT_EOF + $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext + cat <<\_LT_EOF >> conftest.$ac_ext + {0, (void *) 0} +}; + +/* This works around a problem in FreeBSD linker */ +#ifdef FREEBSD_WORKAROUND +static const void *lt_preloaded_setup() { + return lt__PROGRAM__LTX_preloaded_symbols; +} +#endif + +#ifdef __cplusplus +} +#endif +_LT_EOF + # Now try linking the two files. + mv conftest.$ac_objext conftstm.$ac_objext + lt_save_LIBS="$LIBS" + lt_save_CFLAGS="$CFLAGS" + LIBS="conftstm.$ac_objext" + CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" + if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then + pipe_works=yes + fi + LIBS="$lt_save_LIBS" + CFLAGS="$lt_save_CFLAGS" + else + echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD + fi + else + echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD + fi + else + echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD + fi + else + echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD + cat conftest.$ac_ext >&5 + fi + rm -rf conftest* conftst* + + # Do not use the global_symbol_pipe unless it works. + if test "$pipe_works" = yes; then + break + else + lt_cv_sys_global_symbol_pipe= + fi +done +]) +if test -z "$lt_cv_sys_global_symbol_pipe"; then + lt_cv_sys_global_symbol_to_cdecl= +fi +if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then + AC_MSG_RESULT(failed) +else + AC_MSG_RESULT(ok) +fi + +_LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1], + [Take the output of nm and produce a listing of raw symbols and C names]) +_LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1], + [Transform the output of nm in a proper C declaration]) +_LT_DECL([global_symbol_to_c_name_address], + [lt_cv_sys_global_symbol_to_c_name_address], [1], + [Transform the output of nm in a C name address pair]) +_LT_DECL([global_symbol_to_c_name_address_lib_prefix], + [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1], + [Transform the output of nm in a C name address pair when lib prefix is needed]) +]) # _LT_CMD_GLOBAL_SYMBOLS + + +# _LT_COMPILER_PIC([TAGNAME]) +# --------------------------- +m4_defun([_LT_COMPILER_PIC], +[m4_require([_LT_TAG_COMPILER])dnl +_LT_TAGVAR(lt_prog_compiler_wl, $1)= +_LT_TAGVAR(lt_prog_compiler_pic, $1)= +_LT_TAGVAR(lt_prog_compiler_static, $1)= + +AC_MSG_CHECKING([for $compiler option to produce PIC]) +m4_if([$1], [CXX], [ + # C++ specific cases for pic, static, wl, etc. + if test "$GXX" = yes; then + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + m68k) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the `-m68020' flag to GCC prevents building anything better, + # like `-m68040'. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' + ;; + esac + ;; + + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + mingw* | cygwin* | os2* | pw32* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + m4_if([$1], [GCJ], [], + [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) + ;; + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' + ;; + *djgpp*) + # DJGPP does not support shared libraries at all + _LT_TAGVAR(lt_prog_compiler_pic, $1)= + ;; + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + _LT_TAGVAR(lt_prog_compiler_static, $1)= + ;; + interix[[3-9]]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + sysv4*MP*) + if test -d /usr/nec; then + _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic + fi + ;; + hpux*) + # PIC is the default for 64-bit PA HP-UX, but not for 32-bit + # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag + # sets the default TLS model and affects inlining. + case $host_cpu in + hppa*64*) + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + ;; + *qnx* | *nto*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + else + case $host_os in + aix[[4-9]]*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + else + _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' + fi + ;; + chorus*) + case $cc_basename in + cxch68*) + # Green Hills C++ Compiler + # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" + ;; + esac + ;; + dgux*) + case $cc_basename in + ec++*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + ;; + ghcx*) + # Green Hills C++ Compiler + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + ;; + *) + ;; + esac + ;; + freebsd* | dragonfly*) + # FreeBSD uses GNU C++ + ;; + hpux9* | hpux10* | hpux11*) + case $cc_basename in + CC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' + if test "$host_cpu" != ia64; then + _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' + fi + ;; + aCC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' + ;; + esac + ;; + *) + ;; + esac + ;; + interix*) + # This is c89, which is MS Visual C++ (no shared libs) + # Anyone wants to do a port? + ;; + irix5* | irix6* | nonstopux*) + case $cc_basename in + CC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + # CC pic flag -KPIC is the default. + ;; + *) + ;; + esac + ;; + linux* | k*bsd*-gnu | kopensolaris*-gnu) + case $cc_basename in + KCC*) + # KAI C++ Compiler + _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + ecpc* ) + # old Intel C++ for x86_64 which still supported -KPIC. + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + icpc* ) + # Intel C++, used to be incompatible with GCC. + # ICC 10 doesn't accept -KPIC any more. + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + pgCC* | pgcpp*) + # Portland Group C++ compiler + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + cxx*) + # Compaq C++ + # Make sure the PIC flag is empty. It appears that all Alpha + # Linux and Compaq Tru64 Unix objects are PIC. + _LT_TAGVAR(lt_prog_compiler_pic, $1)= + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + xlc* | xlC* | bgxl[[cC]]* | mpixl[[cC]]*) + # IBM XL 8.0, 9.0 on PPC and BlueGene + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + ;; + esac + ;; + esac + ;; + lynxos*) + ;; + m88k*) + ;; + mvs*) + case $cc_basename in + cxx*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' + ;; + *) + ;; + esac + ;; + netbsd*) + ;; + *qnx* | *nto*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' + ;; + osf3* | osf4* | osf5*) + case $cc_basename in + KCC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' + ;; + RCC*) + # Rational C++ 2.4.1 + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + ;; + cxx*) + # Digital/Compaq C++ + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # Make sure the PIC flag is empty. It appears that all Alpha + # Linux and Compaq Tru64 Unix objects are PIC. + _LT_TAGVAR(lt_prog_compiler_pic, $1)= + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + *) + ;; + esac + ;; + psos*) + ;; + solaris*) + case $cc_basename in + CC* | sunCC*) + # Sun C++ 4.2, 5.x and Centerline C++ + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + ;; + gcx*) + # Green Hills C++ Compiler + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' + ;; + *) + ;; + esac + ;; + sunos4*) + case $cc_basename in + CC*) + # Sun C++ 4.x + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + lcc*) + # Lucid + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + ;; + *) + ;; + esac + ;; + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + case $cc_basename in + CC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + esac + ;; + tandem*) + case $cc_basename in + NCC*) + # NonStop-UX NCC 3.20 + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + ;; + *) + ;; + esac + ;; + vxworks*) + ;; + *) + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + ;; + esac + fi +], +[ + if test "$GCC" = yes; then + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + m68k) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the `-m68020' flag to GCC prevents building anything better, + # like `-m68040'. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' + ;; + esac + ;; + + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + m4_if([$1], [GCJ], [], + [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' + ;; + + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + _LT_TAGVAR(lt_prog_compiler_static, $1)= + ;; + + hpux*) + # PIC is the default for 64-bit PA HP-UX, but not for 32-bit + # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag + # sets the default TLS model and affects inlining. + case $host_cpu in + hppa*64*) + # +Z the default + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + ;; + + interix[[3-9]]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + + msdosdjgpp*) + # Just because we use GCC doesn't mean we suddenly get shared libraries + # on systems that don't support them. + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + enable_shared=no + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic + fi + ;; + + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + + case $cc_basename in + nvcc*) # Cuda Compiler Driver 2.2 + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker ' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Xcompiler -fPIC' + ;; + esac + else + # PORTME Check for flag to pass linker flags through the system compiler. + case $host_os in + aix*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + else + _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' + fi + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + m4_if([$1], [GCJ], [], + [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) + ;; + + hpux9* | hpux10* | hpux11*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' + ;; + esac + # Is there a better lt_prog_compiler_static that works with the bundled CC? + _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' + ;; + + irix5* | irix6* | nonstopux*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # PIC (with -KPIC) is the default. + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + + linux* | k*bsd*-gnu | kopensolaris*-gnu) + case $cc_basename in + # old Intel for x86_64 which still supported -KPIC. + ecc*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + # icc used to be incompatible with GCC. + # ICC 10 doesn't accept -KPIC any more. + icc* | ifort*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + # Lahey Fortran 8.1. + lf95*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared' + _LT_TAGVAR(lt_prog_compiler_static, $1)='--static' + ;; + pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group compilers (*not* the Pentium gcc compiler, + # which looks to be a dead project) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + ccc*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # All Alpha code is PIC. + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + xl* | bgxl* | bgf* | mpixl*) + # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ F* | *Sun*Fortran*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='' + ;; + *Sun\ C*) + # Sun C 5.9 + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + ;; + esac + ;; + esac + ;; + + newsos6) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' + ;; + + osf3* | osf4* | osf5*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # All OSF/1 code is PIC. + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + + rdos*) + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + + solaris*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + case $cc_basename in + f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';; + *) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';; + esac + ;; + + sunos4*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + sysv4 | sysv4.2uw2* | sysv4.3*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + sysv4*MP*) + if test -d /usr/nec ;then + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + ;; + + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + unicos*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + ;; + + uts4*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + *) + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + ;; + esac + fi +]) +case $host_os in + # For platforms which do not support PIC, -DPIC is meaningless: + *djgpp*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)= + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])" + ;; +esac +AC_MSG_RESULT([$_LT_TAGVAR(lt_prog_compiler_pic, $1)]) +_LT_TAGDECL([wl], [lt_prog_compiler_wl], [1], + [How to pass a linker flag through the compiler]) + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then + _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works], + [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)], + [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [], + [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in + "" | " "*) ;; + *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;; + esac], + [_LT_TAGVAR(lt_prog_compiler_pic, $1)= + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) +fi +_LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1], + [Additional compiler flags for building library objects]) + +# +# Check to make sure the static flag actually works. +# +wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\" +_LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], + _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1), + $lt_tmp_static_flag, + [], + [_LT_TAGVAR(lt_prog_compiler_static, $1)=]) +_LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1], + [Compiler flag to prevent dynamic linking]) +])# _LT_COMPILER_PIC + + +# _LT_LINKER_SHLIBS([TAGNAME]) +# ---------------------------- +# See if the linker supports building shared libraries. +m4_defun([_LT_LINKER_SHLIBS], +[AC_REQUIRE([LT_PATH_LD])dnl +AC_REQUIRE([LT_PATH_NM])dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_DECL_SED])dnl +m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl +m4_require([_LT_TAG_COMPILER])dnl +AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) +m4_if([$1], [CXX], [ + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + case $host_os in + aix[[4-9]]*) + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to AIX nm, but means don't demangle with GNU nm + # Also, AIX nm treats weak defined symbols like other global defined + # symbols, whereas GNU nm marks them as "W". + if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then + _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + else + _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + fi + ;; + pw32*) + _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds" + ;; + cygwin* | mingw* | cegcc*) + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' + ;; + *) + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + ;; + esac + _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] +], [ + runpath_var= + _LT_TAGVAR(allow_undefined_flag, $1)= + _LT_TAGVAR(always_export_symbols, $1)=no + _LT_TAGVAR(archive_cmds, $1)= + _LT_TAGVAR(archive_expsym_cmds, $1)= + _LT_TAGVAR(compiler_needs_object, $1)=no + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no + _LT_TAGVAR(export_dynamic_flag_spec, $1)= + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + _LT_TAGVAR(hardcode_automatic, $1)=no + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_direct_absolute, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= + _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= + _LT_TAGVAR(hardcode_libdir_separator, $1)= + _LT_TAGVAR(hardcode_minus_L, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported + _LT_TAGVAR(inherit_rpath, $1)=no + _LT_TAGVAR(link_all_deplibs, $1)=unknown + _LT_TAGVAR(module_cmds, $1)= + _LT_TAGVAR(module_expsym_cmds, $1)= + _LT_TAGVAR(old_archive_from_new_cmds, $1)= + _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)= + _LT_TAGVAR(thread_safe_flag_spec, $1)= + _LT_TAGVAR(whole_archive_flag_spec, $1)= + # include_expsyms should be a list of space-separated symbols to be *always* + # included in the symbol list + _LT_TAGVAR(include_expsyms, $1)= + # exclude_expsyms can be an extended regexp of symbols to exclude + # it will be wrapped by ` (' and `)$', so one must not match beginning or + # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', + # as well as any symbol that contains `d'. + _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] + # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out + # platforms (ab)use it in PIC code, but their linkers get confused if + # the symbol is explicitly referenced. Since portable code cannot + # rely on this symbol name, it's probably fine to never include it in + # preloaded symbol tables. + # Exclude shared library initialization/finalization symbols. +dnl Note also adjust exclude_expsyms for C++ above. + extract_expsyms_cmds= + + case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + # FIXME: the MSVC++ port hasn't been tested in a loooong time + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + if test "$GCC" != yes; then + with_gnu_ld=no + fi + ;; + interix*) + # we just hope/assume this is gcc and not c89 (= MSVC++) + with_gnu_ld=yes + ;; + openbsd*) + with_gnu_ld=no + ;; + esac + + _LT_TAGVAR(ld_shlibs, $1)=yes + + # On some targets, GNU ld is compatible enough with the native linker + # that we're better off using the native interface for both. + lt_use_gnu_ld_interface=no + if test "$with_gnu_ld" = yes; then + case $host_os in + aix*) + # The AIX port of GNU ld has always aspired to compatibility + # with the native linker. However, as the warning in the GNU ld + # block says, versions before 2.19.5* couldn't really create working + # shared libraries, regardless of the interface used. + case `$LD -v 2>&1` in + *\ \(GNU\ Binutils\)\ 2.19.5*) ;; + *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;; + *\ \(GNU\ Binutils\)\ [[3-9]]*) ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + fi + + if test "$lt_use_gnu_ld_interface" = yes; then + # If archive_cmds runs LD, not CC, wlarc should be empty + wlarc='${wl}' + + # Set some defaults for GNU ld with shared library support. These + # are reset later if shared libraries are not supported. Putting them + # here allows them to be overridden if necessary. + runpath_var=LD_RUN_PATH + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + # ancient GNU ld didn't support --whole-archive et. al. + if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then + _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + _LT_TAGVAR(whole_archive_flag_spec, $1)= + fi + supports_anon_versioning=no + case `$LD -v 2>&1` in + *GNU\ gold*) supports_anon_versioning=yes ;; + *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 + *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... + *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... + *\ 2.11.*) ;; # other 2.11 versions + *) supports_anon_versioning=yes ;; + esac + + # See if GNU ld supports shared libraries. + case $host_os in + aix[[3-9]]*) + # On AIX/PPC, the GNU linker is very broken + if test "$host_cpu" != ia64; then + _LT_TAGVAR(ld_shlibs, $1)=no + cat <<_LT_EOF 1>&2 + +*** Warning: the GNU linker, at least up to release 2.19, is reported +*** to be unable to reliably create shared libraries on AIX. +*** Therefore, libtool is disabling shared libraries support. If you +*** really care for shared libraries, you may want to install binutils +*** 2.20 or above, or modify your PATH so that a non-GNU linker is found. +*** You will then need to restart the configuration process. + +_LT_EOF + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='' + ;; + m68k) + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_minus_L, $1)=yes + ;; + esac + ;; + + beos*) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, + # as there is no search path for DLLs. + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=no + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' + + if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + haiku*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + + interix[[3-9]]*) + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + + gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) + tmp_diet=no + if test "$host_os" = linux-dietlibc; then + case $cc_basename in + diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) + esac + fi + if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ + && test "$tmp_diet" = no + then + tmp_addflag= + tmp_sharedflag='-shared' + case $cc_basename,$host_cpu in + pgcc*) # Portland Group C compiler + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_addflag=' $pic_flag' + ;; + pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group f77 and f90 compilers + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_addflag=' $pic_flag -Mnomain' ;; + ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 + tmp_addflag=' -i_dynamic' ;; + efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 + tmp_addflag=' -i_dynamic -nofor_main' ;; + ifc* | ifort*) # Intel Fortran compiler + tmp_addflag=' -nofor_main' ;; + lf95*) # Lahey Fortran 8.1 + _LT_TAGVAR(whole_archive_flag_spec, $1)= + tmp_sharedflag='--shared' ;; + xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below) + tmp_sharedflag='-qmkshrobj' + tmp_addflag= ;; + nvcc*) # Cuda Compiler Driver 2.2 + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + _LT_TAGVAR(compiler_needs_object, $1)=yes + ;; + esac + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) # Sun C 5.9 + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + _LT_TAGVAR(compiler_needs_object, $1)=yes + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; + esac + _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + + if test "x$supports_anon_versioning" = xyes; then + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + fi + + case $cc_basename in + xlf* | bgf* | bgxlf* | mpixlf*) + # IBM XL Fortran 10.1 on PPC cannot create shared libs itself + _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= + _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir' + _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' + if test "x$supports_anon_versioning" = xyes; then + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' + fi + ;; + esac + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= + else + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + fi + ;; + + solaris*) + if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then + _LT_TAGVAR(ld_shlibs, $1)=no + cat <<_LT_EOF 1>&2 + +*** Warning: The releases 2.8.* of the GNU linker cannot reliably +*** create shared libraries on Solaris systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.9.1 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) + case `$LD -v 2>&1` in + *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) + _LT_TAGVAR(ld_shlibs, $1)=no + cat <<_LT_EOF 1>&2 + +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not +*** reliably create shared libraries on SCO systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.16.91.0.3 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + ;; + *) + # For security reasons, it is highly recommended that you always + # use absolute paths for naming shared libraries, and exclude the + # DT_RUNPATH tag from executables and libraries. But doing so + # requires that you compile everything twice, which is a pain. + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + + sunos4*) + _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' + wlarc= + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + *) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + + if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then + runpath_var= + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= + _LT_TAGVAR(export_dynamic_flag_spec, $1)= + _LT_TAGVAR(whole_archive_flag_spec, $1)= + fi + else + # PORTME fill in a description of your system's linker (not GNU ld) + case $host_os in + aix3*) + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=yes + _LT_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' + # Note: this linker hardcodes the directories in LIBPATH if there + # are no directories specified by -L. + _LT_TAGVAR(hardcode_minus_L, $1)=yes + if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + _LT_TAGVAR(hardcode_direct, $1)=unsupported + fi + ;; + + aix[[4-9]]*) + if test "$host_cpu" = ia64; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag="" + else + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to AIX nm, but means don't demangle with GNU nm + # Also, AIX nm treats weak defined symbols like other global + # defined symbols, whereas GNU nm marks them as "W". + if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then + _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + else + _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + fi + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # need to do runtime linking. + case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) + for ld_flag in $LDFLAGS; do + if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then + aix_use_runtimelinking=yes + break + fi + done + ;; + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + _LT_TAGVAR(archive_cmds, $1)='' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' + + if test "$GCC" = yes; then + case $host_os in aix4.[[012]]|aix4.[[012]].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`${CC} -print-prog-name=collect2` + if test -f "$collect2name" && + strings "$collect2name" | $GREP resolve_lib_name >/dev/null + then + # We have reworked collect2 + : + else + # We have old collect2 + _LT_TAGVAR(hardcode_direct, $1)=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)= + fi + ;; + esac + shared_flag='-shared' + if test "$aix_use_runtimelinking" = yes; then + shared_flag="$shared_flag "'${wl}-G' + fi + else + # not using gcc + if test "$host_cpu" = ia64; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test "$aix_use_runtimelinking" = yes; then + shared_flag='${wl}-G' + else + shared_flag='${wl}-bM:SRE' + fi + fi + fi + + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to export. + _LT_TAGVAR(always_export_symbols, $1)=yes + if test "$aix_use_runtimelinking" = yes; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + _LT_TAGVAR(allow_undefined_flag, $1)='-berok' + # Determine the default libpath from the value encoded in an + # empty executable. + _LT_SYS_MODULE_PATH_AIX + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' + _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" + _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an + # empty executable. + _LT_SYS_MODULE_PATH_AIX + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' + _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' + if test "$with_gnu_ld" = yes; then + # We only use this code for GNU lds that support --whole-archive. + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)=yes + # This is similar to how AIX traditionally builds its shared libraries. + _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='' + ;; + m68k) + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_minus_L, $1)=yes + ;; + esac + ;; + + bsdi[[45]]*) + _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=".dll" + # FIXME: Setting linknames here is a bad hack. + _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' + # The linker will automatically build a .lib file if we build a DLL. + _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' + # FIXME: Should let the user specify the lib program. + _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' + _LT_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`' + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + ;; + + darwin* | rhapsody*) + _LT_DARWIN_LINKER_FEATURES($1) + ;; + + dgux*) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + freebsd1*) + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor + # support. Future versions do this automatically, but an explicit c++rt0.o + # does not break anything, and helps significantly (at the cost of a little + # extra space). + freebsd2.2*) + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + # Unfortunately, older versions of FreeBSD 2 do not have this feature. + freebsd2*) + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. + freebsd* | dragonfly*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + hpux9*) + if test "$GCC" = yes; then + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + else + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + fi + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(hardcode_direct, $1)=yes + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + ;; + + hpux10*) + if test "$GCC" = yes && test "$with_gnu_ld" = no; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + fi + if test "$with_gnu_ld" = no; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + _LT_TAGVAR(hardcode_minus_L, $1)=yes + fi + ;; + + hpux11*) + if test "$GCC" = yes && test "$with_gnu_ld" = no; then + case $host_cpu in + hppa*64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + else + case $host_cpu in + hppa*64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + m4_if($1, [], [ + # Older versions of the 11.00 compiler do not understand -b yet + # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) + _LT_LINKER_OPTION([if $CC understands -b], + _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b], + [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], + [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])], + [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags']) + ;; + esac + fi + if test "$with_gnu_ld" = no; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + case $host_cpu in + hppa*64*|ia64*) + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + *) + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + _LT_TAGVAR(hardcode_minus_L, $1)=yes + ;; + esac + fi + ;; + + irix5* | irix6* | nonstopux*) + if test "$GCC" = yes; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + # Try to use the -exported_symbol ld option, if it does not + # work, assume that -exports_file does not work either and + # implicitly export all symbols. + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" + AC_LINK_IFELSE(int foo(void) {}, + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' + ) + LDFLAGS="$save_LDFLAGS" + else + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)='no' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(inherit_rpath, $1)=yes + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else + _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF + fi + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + newsos6) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + *nto* | *qnx*) + ;; + + openbsd*) + if test -f /usr/libexec/ld.so; then + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + else + case $host_os in + openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + ;; + esac + fi + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + os2*) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' + _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' + ;; + + osf3*) + if test "$GCC" = yes; then + _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)='no' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + ;; + + osf4* | osf5*) # as osf3* with the addition of -msym flag + if test "$GCC" = yes; then + _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + else + _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ + $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' + + # Both c and cxx compiler support -rpath directly + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)='no' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + ;; + + solaris*) + _LT_TAGVAR(no_undefined_flag, $1)=' -z defs' + if test "$GCC" = yes; then + wlarc='${wl}' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + else + case `$CC -V 2>&1` in + *"Compilers 5.0"*) + wlarc='' + _LT_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' + ;; + *) + wlarc='${wl}' + _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + ;; + esac + fi + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + case $host_os in + solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; + *) + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. GCC discards it without `$wl', + # but is careful enough not to reorder. + # Supported since Solaris 2.6 (maybe 2.5.1?) + if test "$GCC" = yes; then + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + else + _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' + fi + ;; + esac + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + + sunos4*) + if test "x$host_vendor" = xsequent; then + # Use $CC to link under sequent, because it throws in some extra .o + # files that make .init and .fini sections work. + _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' + fi + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + sysv4) + case $host_vendor in + sni) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true??? + ;; + siemens) + ## LD is ld it makes a PLAMLIB + ## CC just makes a GrossModule. + _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' + _LT_TAGVAR(hardcode_direct, $1)=no + ;; + motorola) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie + ;; + esac + runpath_var='LD_RUN_PATH' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + sysv4.3*) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + _LT_TAGVAR(ld_shlibs, $1)=yes + fi + ;; + + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) + _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + runpath_var='LD_RUN_PATH' + + if test "$GCC" = yes; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + sysv5* | sco3.2v5* | sco5v6*) + # Note: We can NOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' + _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' + runpath_var='LD_RUN_PATH' + + if test "$GCC" = yes; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + uts4*) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + *) + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + + if test x$host_vendor = xsni; then + case $host in + sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Blargedynsym' + ;; + esac + fi + fi +]) +AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) +test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no + +_LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld + +_LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl +_LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl +_LT_DECL([], [extract_expsyms_cmds], [2], + [The commands to extract the exported symbol list from a shared archive]) + +# +# Do we need to explicitly link libc? +# +case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in +x|xyes) + # Assume -lc should be added + _LT_TAGVAR(archive_cmds_need_lc, $1)=yes + + if test "$enable_shared" = yes && test "$GCC" = yes; then + case $_LT_TAGVAR(archive_cmds, $1) in + *'~'*) + # FIXME: we may have to deal with multi-command sequences. + ;; + '$CC '*) + # Test whether the compiler implicitly links with -lc since on some + # systems, -lgcc has to come before -lc. If gcc already passes -lc + # to ld, don't add -lc before -lgcc. + AC_CACHE_CHECK([whether -lc should be explicitly linked in], + [lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1), + [$RM conftest* + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + if AC_TRY_EVAL(ac_compile) 2>conftest.err; then + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) + pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1) + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1) + _LT_TAGVAR(allow_undefined_flag, $1)= + if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) + then + lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no + else + lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=yes + fi + _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $RM conftest* + ]) + _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1) + ;; + esac + fi + ;; +esac + +_LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0], + [Whether or not to add -lc for building shared libraries]) +_LT_TAGDECL([allow_libtool_libs_with_static_runtimes], + [enable_shared_with_static_runtimes], [0], + [Whether or not to disallow shared libs when runtime libs are static]) +_LT_TAGDECL([], [export_dynamic_flag_spec], [1], + [Compiler flag to allow reflexive dlopens]) +_LT_TAGDECL([], [whole_archive_flag_spec], [1], + [Compiler flag to generate shared objects directly from archives]) +_LT_TAGDECL([], [compiler_needs_object], [1], + [Whether the compiler copes with passing no objects directly]) +_LT_TAGDECL([], [old_archive_from_new_cmds], [2], + [Create an old-style archive from a shared archive]) +_LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2], + [Create a temporary old-style archive to link instead of a shared archive]) +_LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive]) +_LT_TAGDECL([], [archive_expsym_cmds], [2]) +_LT_TAGDECL([], [module_cmds], [2], + [Commands used to build a loadable module if different from building + a shared archive.]) +_LT_TAGDECL([], [module_expsym_cmds], [2]) +_LT_TAGDECL([], [with_gnu_ld], [1], + [Whether we are building with GNU ld or not]) +_LT_TAGDECL([], [allow_undefined_flag], [1], + [Flag that allows shared libraries with undefined symbols to be built]) +_LT_TAGDECL([], [no_undefined_flag], [1], + [Flag that enforces no undefined symbols]) +_LT_TAGDECL([], [hardcode_libdir_flag_spec], [1], + [Flag to hardcode $libdir into a binary during linking. + This must work even if $libdir does not exist]) +_LT_TAGDECL([], [hardcode_libdir_flag_spec_ld], [1], + [[If ld is used when linking, flag to hardcode $libdir into a binary + during linking. This must work even if $libdir does not exist]]) +_LT_TAGDECL([], [hardcode_libdir_separator], [1], + [Whether we need a single "-rpath" flag with a separated argument]) +_LT_TAGDECL([], [hardcode_direct], [0], + [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes + DIR into the resulting binary]) +_LT_TAGDECL([], [hardcode_direct_absolute], [0], + [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes + DIR into the resulting binary and the resulting library dependency is + "absolute", i.e impossible to change by setting ${shlibpath_var} if the + library is relocated]) +_LT_TAGDECL([], [hardcode_minus_L], [0], + [Set to "yes" if using the -LDIR flag during linking hardcodes DIR + into the resulting binary]) +_LT_TAGDECL([], [hardcode_shlibpath_var], [0], + [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR + into the resulting binary]) +_LT_TAGDECL([], [hardcode_automatic], [0], + [Set to "yes" if building a shared library automatically hardcodes DIR + into the library and all subsequent libraries and executables linked + against it]) +_LT_TAGDECL([], [inherit_rpath], [0], + [Set to yes if linker adds runtime paths of dependent libraries + to runtime path list]) +_LT_TAGDECL([], [link_all_deplibs], [0], + [Whether libtool must link a program against all its dependency libraries]) +_LT_TAGDECL([], [fix_srcfile_path], [1], + [Fix the shell variable $srcfile for the compiler]) +_LT_TAGDECL([], [always_export_symbols], [0], + [Set to "yes" if exported symbols are required]) +_LT_TAGDECL([], [export_symbols_cmds], [2], + [The commands to list exported symbols]) +_LT_TAGDECL([], [exclude_expsyms], [1], + [Symbols that should not be listed in the preloaded symbols]) +_LT_TAGDECL([], [include_expsyms], [1], + [Symbols that must always be exported]) +_LT_TAGDECL([], [prelink_cmds], [2], + [Commands necessary for linking programs (against libraries) with templates]) +_LT_TAGDECL([], [file_list_spec], [1], + [Specify filename containing input files]) +dnl FIXME: Not yet implemented +dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1], +dnl [Compiler flag to generate thread safe objects]) +])# _LT_LINKER_SHLIBS + + +# _LT_LANG_C_CONFIG([TAG]) +# ------------------------ +# Ensure that the configuration variables for a C compiler are suitably +# defined. These variables are subsequently used by _LT_CONFIG to write +# the compiler configuration to `libtool'. +m4_defun([_LT_LANG_C_CONFIG], +[m4_require([_LT_DECL_EGREP])dnl +lt_save_CC="$CC" +AC_LANG_PUSH(C) + +# Source file extension for C test sources. +ac_ext=c + +# Object file extension for compiled C test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="int some_variable = 0;" + +# Code to be used in simple link tests +lt_simple_link_test_code='int main(){return(0);}' + +_LT_TAG_COMPILER +# Save the default compiler, since it gets overwritten when the other +# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. +compiler_DEFAULT=$CC + +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE + +if test -n "$compiler"; then + _LT_COMPILER_NO_RTTI($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_SYS_DYNAMIC_LINKER($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + LT_SYS_DLOPEN_SELF + _LT_CMD_STRIPLIB + + # Report which library types will actually be built + AC_MSG_CHECKING([if libtool supports shared libraries]) + AC_MSG_RESULT([$can_build_shared]) + + AC_MSG_CHECKING([whether to build shared libraries]) + test "$can_build_shared" = "no" && enable_shared=no + + # On AIX, shared libraries and static libraries use the same namespace, and + # are all built from PIC. + case $host_os in + aix3*) + test "$enable_shared" = yes && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + + aix[[4-9]]*) + if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then + test "$enable_shared" = yes && enable_static=no + fi + ;; + esac + AC_MSG_RESULT([$enable_shared]) + + AC_MSG_CHECKING([whether to build static libraries]) + # Make sure either enable_shared or enable_static is yes. + test "$enable_shared" = yes || enable_static=yes + AC_MSG_RESULT([$enable_static]) + + _LT_CONFIG($1) +fi +AC_LANG_POP +CC="$lt_save_CC" +])# _LT_LANG_C_CONFIG + + +# _LT_LANG_CXX_CONFIG([TAG]) +# -------------------------- +# Ensure that the configuration variables for a C++ compiler are suitably +# defined. These variables are subsequently used by _LT_CONFIG to write +# the compiler configuration to `libtool'. +m4_defun([_LT_LANG_CXX_CONFIG], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_EGREP])dnl +if test -n "$CXX" && ( test "X$CXX" != "Xno" && + ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || + (test "X$CXX" != "Xg++"))) ; then + AC_PROG_CXXCPP +else + _lt_caught_CXX_error=yes +fi + +AC_LANG_PUSH(C++) +_LT_TAGVAR(archive_cmds_need_lc, $1)=no +_LT_TAGVAR(allow_undefined_flag, $1)= +_LT_TAGVAR(always_export_symbols, $1)=no +_LT_TAGVAR(archive_expsym_cmds, $1)= +_LT_TAGVAR(compiler_needs_object, $1)=no +_LT_TAGVAR(export_dynamic_flag_spec, $1)= +_LT_TAGVAR(hardcode_direct, $1)=no +_LT_TAGVAR(hardcode_direct_absolute, $1)=no +_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= +_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= +_LT_TAGVAR(hardcode_libdir_separator, $1)= +_LT_TAGVAR(hardcode_minus_L, $1)=no +_LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported +_LT_TAGVAR(hardcode_automatic, $1)=no +_LT_TAGVAR(inherit_rpath, $1)=no +_LT_TAGVAR(module_cmds, $1)= +_LT_TAGVAR(module_expsym_cmds, $1)= +_LT_TAGVAR(link_all_deplibs, $1)=unknown +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds +_LT_TAGVAR(no_undefined_flag, $1)= +_LT_TAGVAR(whole_archive_flag_spec, $1)= +_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no + +# Source file extension for C++ test sources. +ac_ext=cpp + +# Object file extension for compiled C++ test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# No sense in running all these tests if we already determined that +# the CXX compiler isn't working. Some variables (like enable_shared) +# are currently assumed to apply to all compilers on this platform, +# and will be corrupted by setting them based on a non-working compiler. +if test "$_lt_caught_CXX_error" != yes; then + # Code to be used in simple compile tests + lt_simple_compile_test_code="int some_variable = 0;" + + # Code to be used in simple link tests + lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }' + + # ltmain only uses $CC for tagged configurations so make sure $CC is set. + _LT_TAG_COMPILER + + # save warnings/boilerplate of simple test code + _LT_COMPILER_BOILERPLATE + _LT_LINKER_BOILERPLATE + + # Allow CC to be a program name with arguments. + lt_save_CC=$CC + lt_save_LD=$LD + lt_save_GCC=$GCC + GCC=$GXX + lt_save_with_gnu_ld=$with_gnu_ld + lt_save_path_LD=$lt_cv_path_LD + if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then + lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx + else + $as_unset lt_cv_prog_gnu_ld + fi + if test -n "${lt_cv_path_LDCXX+set}"; then + lt_cv_path_LD=$lt_cv_path_LDCXX + else + $as_unset lt_cv_path_LD + fi + test -z "${LDCXX+set}" || LD=$LDCXX + CC=${CXX-"c++"} + compiler=$CC + _LT_TAGVAR(compiler, $1)=$CC + _LT_CC_BASENAME([$compiler]) + + if test -n "$compiler"; then + # We don't want -fno-exception when compiling C++ code, so set the + # no_builtin_flag separately + if test "$GXX" = yes; then + _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' + else + _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= + fi + + if test "$GXX" = yes; then + # Set up default GNU C++ configuration + + LT_PATH_LD + + # Check if GNU C++ uses GNU ld as the underlying linker, since the + # archiving commands below assume that GNU ld is being used. + if test "$with_gnu_ld" = yes; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + + # If archive_cmds runs LD, not CC, wlarc should be empty + # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to + # investigate it a little bit more. (MM) + wlarc='${wl}' + + # ancient GNU ld didn't support --whole-archive et. al. + if eval "`$CC -print-prog-name=ld` --help 2>&1" | + $GREP 'no-whole-archive' > /dev/null; then + _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + _LT_TAGVAR(whole_archive_flag_spec, $1)= + fi + else + with_gnu_ld=no + wlarc= + + # A generic and very simple default shared library creation + # command for GNU C++ for the case where it uses the native + # linker, instead of GNU ld. If possible, this setting should + # overridden to take advantage of the native linker features on + # the platform it is being used on. + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' + fi + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + + else + GXX=no + with_gnu_ld=no + wlarc= + fi + + # PORTME: fill in a description of your system's C++ link characteristics + AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) + _LT_TAGVAR(ld_shlibs, $1)=yes + case $host_os in + aix3*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + aix[[4-9]]*) + if test "$host_cpu" = ia64; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag="" + else + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # need to do runtime linking. + case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) + for ld_flag in $LDFLAGS; do + case $ld_flag in + *-brtl*) + aix_use_runtimelinking=yes + break + ;; + esac + done + ;; + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + _LT_TAGVAR(archive_cmds, $1)='' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' + + if test "$GXX" = yes; then + case $host_os in aix4.[[012]]|aix4.[[012]].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`${CC} -print-prog-name=collect2` + if test -f "$collect2name" && + strings "$collect2name" | $GREP resolve_lib_name >/dev/null + then + # We have reworked collect2 + : + else + # We have old collect2 + _LT_TAGVAR(hardcode_direct, $1)=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)= + fi + esac + shared_flag='-shared' + if test "$aix_use_runtimelinking" = yes; then + shared_flag="$shared_flag "'${wl}-G' + fi + else + # not using gcc + if test "$host_cpu" = ia64; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test "$aix_use_runtimelinking" = yes; then + shared_flag='${wl}-G' + else + shared_flag='${wl}-bM:SRE' + fi + fi + fi + + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to + # export. + _LT_TAGVAR(always_export_symbols, $1)=yes + if test "$aix_use_runtimelinking" = yes; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + _LT_TAGVAR(allow_undefined_flag, $1)='-berok' + # Determine the default libpath from the value encoded in an empty + # executable. + _LT_SYS_MODULE_PATH_AIX + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' + _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" + _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an + # empty executable. + _LT_SYS_MODULE_PATH_AIX + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' + _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' + if test "$with_gnu_ld" = yes; then + # We only use this code for GNU lds that support --whole-archive. + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)=yes + # This is similar to how AIX traditionally builds its shared + # libraries. + _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + + beos*) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + chorus*) + case $cc_basename in + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, + # as there is no search path for DLLs. + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=no + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + + if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + darwin* | rhapsody*) + _LT_DARWIN_LINKER_FEATURES($1) + ;; + + dgux*) + case $cc_basename in + ec++*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + ghcx*) + # Green Hills C++ Compiler + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + freebsd[[12]]*) + # C++ shared libraries reported to be fairly broken before + # switch to ELF + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + freebsd-elf*) + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + ;; + + freebsd* | dragonfly*) + # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF + # conventions + _LT_TAGVAR(ld_shlibs, $1)=yes + ;; + + gnu*) + ;; + + haiku*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + + hpux9*) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, + # but as the default + # location of the library. + + case $cc_basename in + CC*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + aCC*) + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + ;; + *) + if test "$GXX" = yes; then + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + else + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + + hpux10*|hpux11*) + if test $with_gnu_ld = no; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + case $host_cpu in + hppa*64*|ia64*) + ;; + *) + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + ;; + esac + fi + case $host_cpu in + hppa*64*|ia64*) + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + *) + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, + # but as the default + # location of the library. + ;; + esac + + case $cc_basename in + CC*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + aCC*) + case $host_cpu in + hppa*64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + ia64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + esac + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + ;; + *) + if test "$GXX" = yes; then + if test $with_gnu_ld = no; then + case $host_cpu in + hppa*64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + ia64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + esac + fi + else + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + + interix[[3-9]]*) + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + irix5* | irix6*) + case $cc_basename in + CC*) + # SGI C++ + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + + # Archives containing C++ object files must be created using + # "CC -ar", where "CC" is the IRIX C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' + ;; + *) + if test "$GXX" = yes; then + if test "$with_gnu_ld" = no; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib' + fi + fi + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + esac + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(inherit_rpath, $1)=yes + ;; + + linux* | k*bsd*-gnu | kopensolaris*-gnu) + case $cc_basename in + KCC*) + # Kuck and Associates, Inc. (KAI) C++ Compiler + + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + + # Archives containing C++ object files must be created using + # "CC -Bstatic", where "CC" is the KAI C++ compiler. + _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' + ;; + icpc* | ecpc* ) + # Intel C++ + with_gnu_ld=yes + # version 8.0 and above of icpc choke on multiply defined symbols + # if we add $predep_objects and $postdep_objects, however 7.1 and + # earlier do not add the objects themselves. + case `$CC -V 2>&1` in + *"Version 7."*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + ;; + *) # Version 8.0 or newer + tmp_idyn= + case $host_cpu in + ia64*) tmp_idyn=' -i_dynamic';; + esac + _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + ;; + esac + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + ;; + pgCC* | pgcpp*) + # Portland Group C++ compiler + case `$CC -V` in + *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) + _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ + compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' + _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ + $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ + $RANLIB $oldlib' + _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ + $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ + $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' + ;; + *) # Version 6 and above use weak symbols + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' + ;; + esac + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + ;; + cxx*) + # Compaq C++ + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' + + runpath_var=LD_RUN_PATH + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' + ;; + xl* | mpixl* | bgxl*) + # IBM XL 8.0 on PPC, with GNU ld + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + if test "x$supports_anon_versioning" = xyes; then + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + fi + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' + _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + _LT_TAGVAR(compiler_needs_object, $1)=yes + + # Not sure whether something based on + # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 + # would be better. + output_verbose_link_cmd='func_echo_all' + + # Archives containing C++ object files must be created using + # "CC -xar", where "CC" is the Sun C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' + ;; + esac + ;; + esac + ;; + + lynxos*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + m88k*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + mvs*) + case $cc_basename in + cxx*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' + wlarc= + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + fi + # Workaround some broken pre-1.5 toolchains + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' + ;; + + *nto* | *qnx*) + _LT_TAGVAR(ld_shlibs, $1)=yes + ;; + + openbsd2*) + # C++ shared libraries are fairly broken + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + openbsd*) + if test -f /usr/libexec/ld.so; then + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + fi + output_verbose_link_cmd=func_echo_all + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + osf3* | osf4* | osf5*) + case $cc_basename in + KCC*) + # Kuck and Associates, Inc. (KAI) C++ Compiler + + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + # Archives containing C++ object files must be created using + # the KAI C++ compiler. + case $host in + osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; + *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;; + esac + ;; + RCC*) + # Rational C++ 2.4.1 + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + cxx*) + case $host in + osf3*) + _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + ;; + *) + _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ + echo "-hidden">> $lib.exp~ + $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~ + $RM $lib.exp' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' + ;; + esac + + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + ;; + *) + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + case $host in + osf3*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + ;; + esac + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + + else + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + + psos*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + sunos4*) + case $cc_basename in + CC*) + # Sun C++ 4.x + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + lcc*) + # Lucid + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + solaris*) + case $cc_basename in + CC* | sunCC*) + # Sun C++ 4.2, 5.x and Centerline C++ + _LT_TAGVAR(archive_cmds_need_lc,$1)=yes + _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' + _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + case $host_os in + solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; + *) + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. + # Supported since Solaris 2.6 (maybe 2.5.1?) + _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' + ;; + esac + _LT_TAGVAR(link_all_deplibs, $1)=yes + + output_verbose_link_cmd='func_echo_all' + + # Archives containing C++ object files must be created using + # "CC -xar", where "CC" is the Sun C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' + ;; + gcx*) + # Green Hills C++ Compiler + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + + # The C++ compiler must be used to create the archive. + _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' + ;; + *) + # GNU C++ compiler with Solaris linker + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs' + if $CC --version | $GREP -v '^2\.7' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + else + # g++ 2.7 appears to require `-G' NOT `-shared' on this + # platform. + _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + fi + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' + case $host_os in + solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; + *) + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + ;; + esac + fi + ;; + esac + ;; + + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) + _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + runpath_var='LD_RUN_PATH' + + case $cc_basename in + CC*) + _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + ;; + + sysv5* | sco3.2v5* | sco5v6*) + # Note: We can NOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' + _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' + runpath_var='LD_RUN_PATH' + + case $cc_basename in + CC*) + _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~ + '"$_LT_TAGVAR(old_archive_cmds, $1)" + _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~ + '"$_LT_TAGVAR(reload_cmds, $1)" + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + ;; + + tandem*) + case $cc_basename in + NCC*) + # NonStop-UX NCC 3.20 + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + vxworks*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + + AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) + test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no + + _LT_TAGVAR(GCC, $1)="$GXX" + _LT_TAGVAR(LD, $1)="$LD" + + ## CAVEAT EMPTOR: + ## There is no encapsulation within the following macros, do not change + ## the running order or otherwise move them around unless you know exactly + ## what you are doing... + _LT_SYS_HIDDEN_LIBDEPS($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_SYS_DYNAMIC_LINKER($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + + _LT_CONFIG($1) + fi # test -n "$compiler" + + CC=$lt_save_CC + LDCXX=$LD + LD=$lt_save_LD + GCC=$lt_save_GCC + with_gnu_ld=$lt_save_with_gnu_ld + lt_cv_path_LDCXX=$lt_cv_path_LD + lt_cv_path_LD=$lt_save_path_LD + lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld + lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld +fi # test "$_lt_caught_CXX_error" != yes + +AC_LANG_POP +])# _LT_LANG_CXX_CONFIG + + +# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME]) +# --------------------------------- +# Figure out "hidden" library dependencies from verbose +# compiler output when linking a shared library. +# Parse the compiler output and extract the necessary +# objects, libraries and library flags. +m4_defun([_LT_SYS_HIDDEN_LIBDEPS], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +# Dependencies to place before and after the object being linked: +_LT_TAGVAR(predep_objects, $1)= +_LT_TAGVAR(postdep_objects, $1)= +_LT_TAGVAR(predeps, $1)= +_LT_TAGVAR(postdeps, $1)= +_LT_TAGVAR(compiler_lib_search_path, $1)= + +dnl we can't use the lt_simple_compile_test_code here, +dnl because it contains code intended for an executable, +dnl not a library. It's possible we should let each +dnl tag define a new lt_????_link_test_code variable, +dnl but it's only used here... +m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF +int a; +void foo (void) { a = 0; } +_LT_EOF +], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF +class Foo +{ +public: + Foo (void) { a = 0; } +private: + int a; +}; +_LT_EOF +], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF + subroutine foo + implicit none + integer*4 a + a=0 + return + end +_LT_EOF +], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF + subroutine foo + implicit none + integer a + a=0 + return + end +_LT_EOF +], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF +public class foo { + private int a; + public void bar (void) { + a = 0; + } +}; +_LT_EOF +]) +dnl Parse the compiler output and extract the necessary +dnl objects, libraries and library flags. +if AC_TRY_EVAL(ac_compile); then + # Parse the compiler output and extract the necessary + # objects, libraries and library flags. + + # Sentinel used to keep track of whether or not we are before + # the conftest object file. + pre_test_object_deps_done=no + + for p in `eval "$output_verbose_link_cmd"`; do + case $p in + + -L* | -R* | -l*) + # Some compilers place space between "-{L,R}" and the path. + # Remove the space. + if test $p = "-L" || + test $p = "-R"; then + prev=$p + continue + else + prev= + fi + + if test "$pre_test_object_deps_done" = no; then + case $p in + -L* | -R*) + # Internal compiler library paths should come after those + # provided the user. The postdeps already come after the + # user supplied libs so there is no need to process them. + if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then + _LT_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}" + else + _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}" + fi + ;; + # The "-l" case would never come before the object being + # linked, so don't bother handling this case. + esac + else + if test -z "$_LT_TAGVAR(postdeps, $1)"; then + _LT_TAGVAR(postdeps, $1)="${prev}${p}" + else + _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}" + fi + fi + ;; + + *.$objext) + # This assumes that the test object file only shows up + # once in the compiler output. + if test "$p" = "conftest.$objext"; then + pre_test_object_deps_done=yes + continue + fi + + if test "$pre_test_object_deps_done" = no; then + if test -z "$_LT_TAGVAR(predep_objects, $1)"; then + _LT_TAGVAR(predep_objects, $1)="$p" + else + _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p" + fi + else + if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then + _LT_TAGVAR(postdep_objects, $1)="$p" + else + _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p" + fi + fi + ;; + + *) ;; # Ignore the rest. + + esac + done + + # Clean up. + rm -f a.out a.exe +else + echo "libtool.m4: error: problem compiling $1 test program" +fi + +$RM -f confest.$objext + +# PORTME: override above test on systems where it is broken +m4_if([$1], [CXX], +[case $host_os in +interix[[3-9]]*) + # Interix 3.5 installs completely hosed .la files for C++, so rather than + # hack all around it, let's just trust "g++" to DTRT. + _LT_TAGVAR(predep_objects,$1)= + _LT_TAGVAR(postdep_objects,$1)= + _LT_TAGVAR(postdeps,$1)= + ;; + +linux*) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + + # The more standards-conforming stlport4 library is + # incompatible with the Cstd library. Avoid specifying + # it if it's in CXXFLAGS. Ignore libCrun as + # -library=stlport4 depends on it. + case " $CXX $CXXFLAGS " in + *" -library=stlport4 "*) + solaris_use_stlport4=yes + ;; + esac + + if test "$solaris_use_stlport4" != yes; then + _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' + fi + ;; + esac + ;; + +solaris*) + case $cc_basename in + CC* | sunCC*) + # The more standards-conforming stlport4 library is + # incompatible with the Cstd library. Avoid specifying + # it if it's in CXXFLAGS. Ignore libCrun as + # -library=stlport4 depends on it. + case " $CXX $CXXFLAGS " in + *" -library=stlport4 "*) + solaris_use_stlport4=yes + ;; + esac + + # Adding this requires a known-good setup of shared libraries for + # Sun compiler versions before 5.6, else PIC objects from an old + # archive will be linked into the output, leading to subtle bugs. + if test "$solaris_use_stlport4" != yes; then + _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' + fi + ;; + esac + ;; +esac +]) + +case " $_LT_TAGVAR(postdeps, $1) " in +*" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; +esac + _LT_TAGVAR(compiler_lib_search_dirs, $1)= +if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then + _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` +fi +_LT_TAGDECL([], [compiler_lib_search_dirs], [1], + [The directories searched by this compiler when creating a shared library]) +_LT_TAGDECL([], [predep_objects], [1], + [Dependencies to place before and after the objects being linked to + create a shared library]) +_LT_TAGDECL([], [postdep_objects], [1]) +_LT_TAGDECL([], [predeps], [1]) +_LT_TAGDECL([], [postdeps], [1]) +_LT_TAGDECL([], [compiler_lib_search_path], [1], + [The library search path used internally by the compiler when linking + a shared library]) +])# _LT_SYS_HIDDEN_LIBDEPS + + +# _LT_LANG_F77_CONFIG([TAG]) +# -------------------------- +# Ensure that the configuration variables for a Fortran 77 compiler are +# suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to `libtool'. +m4_defun([_LT_LANG_F77_CONFIG], +[AC_LANG_PUSH(Fortran 77) +if test -z "$F77" || test "X$F77" = "Xno"; then + _lt_disable_F77=yes +fi + +_LT_TAGVAR(archive_cmds_need_lc, $1)=no +_LT_TAGVAR(allow_undefined_flag, $1)= +_LT_TAGVAR(always_export_symbols, $1)=no +_LT_TAGVAR(archive_expsym_cmds, $1)= +_LT_TAGVAR(export_dynamic_flag_spec, $1)= +_LT_TAGVAR(hardcode_direct, $1)=no +_LT_TAGVAR(hardcode_direct_absolute, $1)=no +_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= +_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= +_LT_TAGVAR(hardcode_libdir_separator, $1)= +_LT_TAGVAR(hardcode_minus_L, $1)=no +_LT_TAGVAR(hardcode_automatic, $1)=no +_LT_TAGVAR(inherit_rpath, $1)=no +_LT_TAGVAR(module_cmds, $1)= +_LT_TAGVAR(module_expsym_cmds, $1)= +_LT_TAGVAR(link_all_deplibs, $1)=unknown +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds +_LT_TAGVAR(no_undefined_flag, $1)= +_LT_TAGVAR(whole_archive_flag_spec, $1)= +_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no + +# Source file extension for f77 test sources. +ac_ext=f + +# Object file extension for compiled f77 test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# No sense in running all these tests if we already determined that +# the F77 compiler isn't working. Some variables (like enable_shared) +# are currently assumed to apply to all compilers on this platform, +# and will be corrupted by setting them based on a non-working compiler. +if test "$_lt_disable_F77" != yes; then + # Code to be used in simple compile tests + lt_simple_compile_test_code="\ + subroutine t + return + end +" + + # Code to be used in simple link tests + lt_simple_link_test_code="\ + program t + end +" + + # ltmain only uses $CC for tagged configurations so make sure $CC is set. + _LT_TAG_COMPILER + + # save warnings/boilerplate of simple test code + _LT_COMPILER_BOILERPLATE + _LT_LINKER_BOILERPLATE + + # Allow CC to be a program name with arguments. + lt_save_CC="$CC" + lt_save_GCC=$GCC + CC=${F77-"f77"} + compiler=$CC + _LT_TAGVAR(compiler, $1)=$CC + _LT_CC_BASENAME([$compiler]) + GCC=$G77 + if test -n "$compiler"; then + AC_MSG_CHECKING([if libtool supports shared libraries]) + AC_MSG_RESULT([$can_build_shared]) + + AC_MSG_CHECKING([whether to build shared libraries]) + test "$can_build_shared" = "no" && enable_shared=no + + # On AIX, shared libraries and static libraries use the same namespace, and + # are all built from PIC. + case $host_os in + aix3*) + test "$enable_shared" = yes && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + aix[[4-9]]*) + if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then + test "$enable_shared" = yes && enable_static=no + fi + ;; + esac + AC_MSG_RESULT([$enable_shared]) + + AC_MSG_CHECKING([whether to build static libraries]) + # Make sure either enable_shared or enable_static is yes. + test "$enable_shared" = yes || enable_static=yes + AC_MSG_RESULT([$enable_static]) + + _LT_TAGVAR(GCC, $1)="$G77" + _LT_TAGVAR(LD, $1)="$LD" + + ## CAVEAT EMPTOR: + ## There is no encapsulation within the following macros, do not change + ## the running order or otherwise move them around unless you know exactly + ## what you are doing... + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_SYS_DYNAMIC_LINKER($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + + _LT_CONFIG($1) + fi # test -n "$compiler" + + GCC=$lt_save_GCC + CC="$lt_save_CC" +fi # test "$_lt_disable_F77" != yes + +AC_LANG_POP +])# _LT_LANG_F77_CONFIG + + +# _LT_LANG_FC_CONFIG([TAG]) +# ------------------------- +# Ensure that the configuration variables for a Fortran compiler are +# suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to `libtool'. +m4_defun([_LT_LANG_FC_CONFIG], +[AC_LANG_PUSH(Fortran) + +if test -z "$FC" || test "X$FC" = "Xno"; then + _lt_disable_FC=yes +fi + +_LT_TAGVAR(archive_cmds_need_lc, $1)=no +_LT_TAGVAR(allow_undefined_flag, $1)= +_LT_TAGVAR(always_export_symbols, $1)=no +_LT_TAGVAR(archive_expsym_cmds, $1)= +_LT_TAGVAR(export_dynamic_flag_spec, $1)= +_LT_TAGVAR(hardcode_direct, $1)=no +_LT_TAGVAR(hardcode_direct_absolute, $1)=no +_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= +_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= +_LT_TAGVAR(hardcode_libdir_separator, $1)= +_LT_TAGVAR(hardcode_minus_L, $1)=no +_LT_TAGVAR(hardcode_automatic, $1)=no +_LT_TAGVAR(inherit_rpath, $1)=no +_LT_TAGVAR(module_cmds, $1)= +_LT_TAGVAR(module_expsym_cmds, $1)= +_LT_TAGVAR(link_all_deplibs, $1)=unknown +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds +_LT_TAGVAR(no_undefined_flag, $1)= +_LT_TAGVAR(whole_archive_flag_spec, $1)= +_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no + +# Source file extension for fc test sources. +ac_ext=${ac_fc_srcext-f} + +# Object file extension for compiled fc test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# No sense in running all these tests if we already determined that +# the FC compiler isn't working. Some variables (like enable_shared) +# are currently assumed to apply to all compilers on this platform, +# and will be corrupted by setting them based on a non-working compiler. +if test "$_lt_disable_FC" != yes; then + # Code to be used in simple compile tests + lt_simple_compile_test_code="\ + subroutine t + return + end +" + + # Code to be used in simple link tests + lt_simple_link_test_code="\ + program t + end +" + + # ltmain only uses $CC for tagged configurations so make sure $CC is set. + _LT_TAG_COMPILER + + # save warnings/boilerplate of simple test code + _LT_COMPILER_BOILERPLATE + _LT_LINKER_BOILERPLATE + + # Allow CC to be a program name with arguments. + lt_save_CC="$CC" + lt_save_GCC=$GCC + CC=${FC-"f95"} + compiler=$CC + GCC=$ac_cv_fc_compiler_gnu + + _LT_TAGVAR(compiler, $1)=$CC + _LT_CC_BASENAME([$compiler]) + + if test -n "$compiler"; then + AC_MSG_CHECKING([if libtool supports shared libraries]) + AC_MSG_RESULT([$can_build_shared]) + + AC_MSG_CHECKING([whether to build shared libraries]) + test "$can_build_shared" = "no" && enable_shared=no + + # On AIX, shared libraries and static libraries use the same namespace, and + # are all built from PIC. + case $host_os in + aix3*) + test "$enable_shared" = yes && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + aix[[4-9]]*) + if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then + test "$enable_shared" = yes && enable_static=no + fi + ;; + esac + AC_MSG_RESULT([$enable_shared]) + + AC_MSG_CHECKING([whether to build static libraries]) + # Make sure either enable_shared or enable_static is yes. + test "$enable_shared" = yes || enable_static=yes + AC_MSG_RESULT([$enable_static]) + + _LT_TAGVAR(GCC, $1)="$ac_cv_fc_compiler_gnu" + _LT_TAGVAR(LD, $1)="$LD" + + ## CAVEAT EMPTOR: + ## There is no encapsulation within the following macros, do not change + ## the running order or otherwise move them around unless you know exactly + ## what you are doing... + _LT_SYS_HIDDEN_LIBDEPS($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_SYS_DYNAMIC_LINKER($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + + _LT_CONFIG($1) + fi # test -n "$compiler" + + GCC=$lt_save_GCC + CC="$lt_save_CC" +fi # test "$_lt_disable_FC" != yes + +AC_LANG_POP +])# _LT_LANG_FC_CONFIG + + +# _LT_LANG_GCJ_CONFIG([TAG]) +# -------------------------- +# Ensure that the configuration variables for the GNU Java Compiler compiler +# are suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to `libtool'. +m4_defun([_LT_LANG_GCJ_CONFIG], +[AC_REQUIRE([LT_PROG_GCJ])dnl +AC_LANG_SAVE + +# Source file extension for Java test sources. +ac_ext=java + +# Object file extension for compiled Java test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="class foo {}" + +# Code to be used in simple link tests +lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }' + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. +_LT_TAG_COMPILER + +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE + +# Allow CC to be a program name with arguments. +lt_save_CC="$CC" +lt_save_GCC=$GCC +GCC=yes +CC=${GCJ-"gcj"} +compiler=$CC +_LT_TAGVAR(compiler, $1)=$CC +_LT_TAGVAR(LD, $1)="$LD" +_LT_CC_BASENAME([$compiler]) + +# GCJ did not exist at the time GCC didn't implicitly link libc in. +_LT_TAGVAR(archive_cmds_need_lc, $1)=no + +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds + +if test -n "$compiler"; then + _LT_COMPILER_NO_RTTI($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + + _LT_CONFIG($1) +fi + +AC_LANG_RESTORE + +GCC=$lt_save_GCC +CC="$lt_save_CC" +])# _LT_LANG_GCJ_CONFIG + + +# _LT_LANG_RC_CONFIG([TAG]) +# ------------------------- +# Ensure that the configuration variables for the Windows resource compiler +# are suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to `libtool'. +m4_defun([_LT_LANG_RC_CONFIG], +[AC_REQUIRE([LT_PROG_RC])dnl +AC_LANG_SAVE + +# Source file extension for RC test sources. +ac_ext=rc + +# Object file extension for compiled RC test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' + +# Code to be used in simple link tests +lt_simple_link_test_code="$lt_simple_compile_test_code" + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. +_LT_TAG_COMPILER + +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE + +# Allow CC to be a program name with arguments. +lt_save_CC="$CC" +lt_save_GCC=$GCC +GCC= +CC=${RC-"windres"} +compiler=$CC +_LT_TAGVAR(compiler, $1)=$CC +_LT_CC_BASENAME([$compiler]) +_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes + +if test -n "$compiler"; then + : + _LT_CONFIG($1) +fi + +GCC=$lt_save_GCC +AC_LANG_RESTORE +CC="$lt_save_CC" +])# _LT_LANG_RC_CONFIG + + +# LT_PROG_GCJ +# ----------- +AC_DEFUN([LT_PROG_GCJ], +[m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], + [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], + [AC_CHECK_TOOL(GCJ, gcj,) + test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2" + AC_SUBST(GCJFLAGS)])])[]dnl +]) + +# Old name: +AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([LT_AC_PROG_GCJ], []) + + +# LT_PROG_RC +# ---------- +AC_DEFUN([LT_PROG_RC], +[AC_CHECK_TOOL(RC, windres,) +]) + +# Old name: +AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([LT_AC_PROG_RC], []) + + +# _LT_DECL_EGREP +# -------------- +# If we don't have a new enough Autoconf to choose the best grep +# available, choose the one first in the user's PATH. +m4_defun([_LT_DECL_EGREP], +[AC_REQUIRE([AC_PROG_EGREP])dnl +AC_REQUIRE([AC_PROG_FGREP])dnl +test -z "$GREP" && GREP=grep +_LT_DECL([], [GREP], [1], [A grep program that handles long lines]) +_LT_DECL([], [EGREP], [1], [An ERE matcher]) +_LT_DECL([], [FGREP], [1], [A literal string matcher]) +dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too +AC_SUBST([GREP]) +]) + + +# _LT_DECL_OBJDUMP +# -------------- +# If we don't have a new enough Autoconf to choose the best objdump +# available, choose the one first in the user's PATH. +m4_defun([_LT_DECL_OBJDUMP], +[AC_CHECK_TOOL(OBJDUMP, objdump, false) +test -z "$OBJDUMP" && OBJDUMP=objdump +_LT_DECL([], [OBJDUMP], [1], [An object symbol dumper]) +AC_SUBST([OBJDUMP]) +]) + + +# _LT_DECL_SED +# ------------ +# Check for a fully-functional sed program, that truncates +# as few characters as possible. Prefer GNU sed if found. +m4_defun([_LT_DECL_SED], +[AC_PROG_SED +test -z "$SED" && SED=sed +Xsed="$SED -e 1s/^X//" +_LT_DECL([], [SED], [1], [A sed program that does not truncate output]) +_LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"], + [Sed that helps us avoid accidentally triggering echo(1) options like -n]) +])# _LT_DECL_SED + +m4_ifndef([AC_PROG_SED], [ +# NOTE: This macro has been submitted for inclusion into # +# GNU Autoconf as AC_PROG_SED. When it is available in # +# a released version of Autoconf we should remove this # +# macro and use it instead. # + +m4_defun([AC_PROG_SED], +[AC_MSG_CHECKING([for a sed that does not truncate output]) +AC_CACHE_VAL(lt_cv_path_SED, +[# Loop through the user's path and test for sed and gsed. +# Then use that list of sed's as ones to test for truncation. +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for lt_ac_prog in sed gsed; do + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then + lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" + fi + done + done +done +IFS=$as_save_IFS +lt_ac_max=0 +lt_ac_count=0 +# Add /usr/xpg4/bin/sed as it is typically found on Solaris +# along with /bin/sed that truncates output. +for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do + test ! -f $lt_ac_sed && continue + cat /dev/null > conftest.in + lt_ac_count=0 + echo $ECHO_N "0123456789$ECHO_C" >conftest.in + # Check for GNU sed and select it if it is found. + if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then + lt_cv_path_SED=$lt_ac_sed + break + fi + while true; do + cat conftest.in conftest.in >conftest.tmp + mv conftest.tmp conftest.in + cp conftest.in conftest.nl + echo >>conftest.nl + $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break + cmp -s conftest.out conftest.nl || break + # 10000 chars as input seems more than enough + test $lt_ac_count -gt 10 && break + lt_ac_count=`expr $lt_ac_count + 1` + if test $lt_ac_count -gt $lt_ac_max; then + lt_ac_max=$lt_ac_count + lt_cv_path_SED=$lt_ac_sed + fi + done +done +]) +SED=$lt_cv_path_SED +AC_SUBST([SED]) +AC_MSG_RESULT([$SED]) +])#AC_PROG_SED +])#m4_ifndef + +# Old name: +AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([LT_AC_PROG_SED], []) + + +# _LT_CHECK_SHELL_FEATURES +# ------------------------ +# Find out whether the shell is Bourne or XSI compatible, +# or has some other useful features. +m4_defun([_LT_CHECK_SHELL_FEATURES], +[AC_MSG_CHECKING([whether the shell understands some XSI constructs]) +# Try some XSI features +xsi_shell=no +( _lt_dummy="a/b/c" + test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \ + = c,a/b,, \ + && eval 'test $(( 1 + 1 )) -eq 2 \ + && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ + && xsi_shell=yes +AC_MSG_RESULT([$xsi_shell]) +_LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell']) + +AC_MSG_CHECKING([whether the shell understands "+="]) +lt_shell_append=no +( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \ + >/dev/null 2>&1 \ + && lt_shell_append=yes +AC_MSG_RESULT([$lt_shell_append]) +_LT_CONFIG_LIBTOOL_INIT([lt_shell_append='$lt_shell_append']) + +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + lt_unset=unset +else + lt_unset=false +fi +_LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl + +# test EBCDIC or ASCII +case `echo X|tr X '\101'` in + A) # ASCII based system + # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr + lt_SP2NL='tr \040 \012' + lt_NL2SP='tr \015\012 \040\040' + ;; + *) # EBCDIC based system + lt_SP2NL='tr \100 \n' + lt_NL2SP='tr \r\n \100\100' + ;; +esac +_LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl +_LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl +])# _LT_CHECK_SHELL_FEATURES + + +# _LT_PROG_XSI_SHELLFNS +# --------------------- +# Bourne and XSI compatible variants of some useful shell functions. +m4_defun([_LT_PROG_XSI_SHELLFNS], +[case $xsi_shell in + yes) + cat << \_LT_EOF >> "$cfgfile" + +# func_dirname file append nondir_replacement +# Compute the dirname of FILE. If nonempty, add APPEND to the result, +# otherwise set result to NONDIR_REPLACEMENT. +func_dirname () +{ + case ${1} in + */*) func_dirname_result="${1%/*}${2}" ;; + * ) func_dirname_result="${3}" ;; + esac +} + +# func_basename file +func_basename () +{ + func_basename_result="${1##*/}" +} + +# func_dirname_and_basename file append nondir_replacement +# perform func_basename and func_dirname in a single function +# call: +# dirname: Compute the dirname of FILE. If nonempty, +# add APPEND to the result, otherwise set result +# to NONDIR_REPLACEMENT. +# value returned in "$func_dirname_result" +# basename: Compute filename of FILE. +# value retuned in "$func_basename_result" +# Implementation must be kept synchronized with func_dirname +# and func_basename. For efficiency, we do not delegate to +# those functions but instead duplicate the functionality here. +func_dirname_and_basename () +{ + case ${1} in + */*) func_dirname_result="${1%/*}${2}" ;; + * ) func_dirname_result="${3}" ;; + esac + func_basename_result="${1##*/}" +} + +# func_stripname prefix suffix name +# strip PREFIX and SUFFIX off of NAME. +# PREFIX and SUFFIX must not contain globbing or regex special +# characters, hashes, percent signs, but SUFFIX may contain a leading +# dot (in which case that matches only a dot). +func_stripname () +{ + # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are + # positional parameters, so assign one to ordinary parameter first. + func_stripname_result=${3} + func_stripname_result=${func_stripname_result#"${1}"} + func_stripname_result=${func_stripname_result%"${2}"} +} + +# func_opt_split +func_opt_split () +{ + func_opt_split_opt=${1%%=*} + func_opt_split_arg=${1#*=} +} + +# func_lo2o object +func_lo2o () +{ + case ${1} in + *.lo) func_lo2o_result=${1%.lo}.${objext} ;; + *) func_lo2o_result=${1} ;; + esac +} + +# func_xform libobj-or-source +func_xform () +{ + func_xform_result=${1%.*}.lo +} + +# func_arith arithmetic-term... +func_arith () +{ + func_arith_result=$(( $[*] )) +} + +# func_len string +# STRING may not start with a hyphen. +func_len () +{ + func_len_result=${#1} +} + +_LT_EOF + ;; + *) # Bourne compatible functions. + cat << \_LT_EOF >> "$cfgfile" + +# func_dirname file append nondir_replacement +# Compute the dirname of FILE. If nonempty, add APPEND to the result, +# otherwise set result to NONDIR_REPLACEMENT. +func_dirname () +{ + # Extract subdirectory from the argument. + func_dirname_result=`$ECHO "${1}" | $SED "$dirname"` + if test "X$func_dirname_result" = "X${1}"; then + func_dirname_result="${3}" + else + func_dirname_result="$func_dirname_result${2}" + fi +} + +# func_basename file +func_basename () +{ + func_basename_result=`$ECHO "${1}" | $SED "$basename"` +} + +dnl func_dirname_and_basename +dnl A portable version of this function is already defined in general.m4sh +dnl so there is no need for it here. + +# func_stripname prefix suffix name +# strip PREFIX and SUFFIX off of NAME. +# PREFIX and SUFFIX must not contain globbing or regex special +# characters, hashes, percent signs, but SUFFIX may contain a leading +# dot (in which case that matches only a dot). +# func_strip_suffix prefix name +func_stripname () +{ + case ${2} in + .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; + *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; + esac +} + +# sed scripts: +my_sed_long_opt='1s/^\(-[[^=]]*\)=.*/\1/;q' +my_sed_long_arg='1s/^-[[^=]]*=//' + +# func_opt_split +func_opt_split () +{ + func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"` + func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"` +} + +# func_lo2o object +func_lo2o () +{ + func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"` +} + +# func_xform libobj-or-source +func_xform () +{ + func_xform_result=`$ECHO "${1}" | $SED 's/\.[[^.]]*$/.lo/'` +} + +# func_arith arithmetic-term... +func_arith () +{ + func_arith_result=`expr "$[@]"` +} + +# func_len string +# STRING may not start with a hyphen. +func_len () +{ + func_len_result=`expr "$[1]" : ".*" 2>/dev/null || echo $max_cmd_len` +} + +_LT_EOF +esac + +case $lt_shell_append in + yes) + cat << \_LT_EOF >> "$cfgfile" + +# func_append var value +# Append VALUE to the end of shell variable VAR. +func_append () +{ + eval "$[1]+=\$[2]" +} +_LT_EOF + ;; + *) + cat << \_LT_EOF >> "$cfgfile" + +# func_append var value +# Append VALUE to the end of shell variable VAR. +func_append () +{ + eval "$[1]=\$$[1]\$[2]" +} + +_LT_EOF + ;; + esac +]) + +# Helper functions for option handling. -*- Autoconf -*- +# +# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation, +# Inc. +# Written by Gary V. Vaughan, 2004 +# +# This file is free software; the Free Software Foundation gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. + +# serial 7 ltoptions.m4 + +# This is to help aclocal find these macros, as it can't see m4_define. +AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) + + +# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME) +# ------------------------------------------ +m4_define([_LT_MANGLE_OPTION], +[[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])]) + + +# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME) +# --------------------------------------- +# Set option OPTION-NAME for macro MACRO-NAME, and if there is a +# matching handler defined, dispatch to it. Other OPTION-NAMEs are +# saved as a flag. +m4_define([_LT_SET_OPTION], +[m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl +m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]), + _LT_MANGLE_DEFUN([$1], [$2]), + [m4_warning([Unknown $1 option `$2'])])[]dnl +]) + + +# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET]) +# ------------------------------------------------------------ +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. +m4_define([_LT_IF_OPTION], +[m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])]) + + +# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET) +# ------------------------------------------------------- +# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME +# are set. +m4_define([_LT_UNLESS_OPTIONS], +[m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), + [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option), + [m4_define([$0_found])])])[]dnl +m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3 +])[]dnl +]) + + +# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST) +# ---------------------------------------- +# OPTION-LIST is a space-separated list of Libtool options associated +# with MACRO-NAME. If any OPTION has a matching handler declared with +# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about +# the unknown option and exit. +m4_defun([_LT_SET_OPTIONS], +[# Set options +m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), + [_LT_SET_OPTION([$1], _LT_Option)]) + +m4_if([$1],[LT_INIT],[ + dnl + dnl Simply set some default values (i.e off) if boolean options were not + dnl specified: + _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no + ]) + _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no + ]) + dnl + dnl If no reference was made to various pairs of opposing options, then + dnl we run the default mode handler for the pair. For example, if neither + dnl `shared' nor `disable-shared' was passed, we enable building of shared + dnl archives by default: + _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) + _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC]) + _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC]) + _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install], + [_LT_ENABLE_FAST_INSTALL]) + ]) +])# _LT_SET_OPTIONS + + + +# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME) +# ----------------------------------------- +m4_define([_LT_MANGLE_DEFUN], +[[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])]) + + +# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE) +# ----------------------------------------------- +m4_define([LT_OPTION_DEFINE], +[m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl +])# LT_OPTION_DEFINE + + +# dlopen +# ------ +LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes +]) + +AU_DEFUN([AC_LIBTOOL_DLOPEN], +[_LT_SET_OPTION([LT_INIT], [dlopen]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the `dlopen' option into LT_INIT's first parameter.]) +]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], []) + + +# win32-dll +# --------- +# Declare package support for building win32 dll's. +LT_OPTION_DEFINE([LT_INIT], [win32-dll], +[enable_win32_dll=yes + +case $host in +*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) + AC_CHECK_TOOL(AS, as, false) + AC_CHECK_TOOL(DLLTOOL, dlltool, false) + AC_CHECK_TOOL(OBJDUMP, objdump, false) + ;; +esac + +test -z "$AS" && AS=as +_LT_DECL([], [AS], [1], [Assembler program])dnl + +test -z "$DLLTOOL" && DLLTOOL=dlltool +_LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl + +test -z "$OBJDUMP" && OBJDUMP=objdump +_LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl +])# win32-dll + +AU_DEFUN([AC_LIBTOOL_WIN32_DLL], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +_LT_SET_OPTION([LT_INIT], [win32-dll]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the `win32-dll' option into LT_INIT's first parameter.]) +]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], []) + + +# _LT_ENABLE_SHARED([DEFAULT]) +# ---------------------------- +# implement the --enable-shared flag, and supports the `shared' and +# `disable-shared' LT_INIT options. +# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. +m4_define([_LT_ENABLE_SHARED], +[m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl +AC_ARG_ENABLE([shared], + [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], + [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], + [p=${PACKAGE-default} + case $enableval in + yes) enable_shared=yes ;; + no) enable_shared=no ;; + *) + enable_shared=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_shared=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac], + [enable_shared=]_LT_ENABLE_SHARED_DEFAULT) + + _LT_DECL([build_libtool_libs], [enable_shared], [0], + [Whether or not to build shared libraries]) +])# _LT_ENABLE_SHARED + +LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) +LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) + +# Old names: +AC_DEFUN([AC_ENABLE_SHARED], +[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared]) +]) + +AC_DEFUN([AC_DISABLE_SHARED], +[_LT_SET_OPTION([LT_INIT], [disable-shared]) +]) + +AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) +AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AM_ENABLE_SHARED], []) +dnl AC_DEFUN([AM_DISABLE_SHARED], []) + + + +# _LT_ENABLE_STATIC([DEFAULT]) +# ---------------------------- +# implement the --enable-static flag, and support the `static' and +# `disable-static' LT_INIT options. +# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. +m4_define([_LT_ENABLE_STATIC], +[m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl +AC_ARG_ENABLE([static], + [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@], + [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])], + [p=${PACKAGE-default} + case $enableval in + yes) enable_static=yes ;; + no) enable_static=no ;; + *) + enable_static=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_static=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac], + [enable_static=]_LT_ENABLE_STATIC_DEFAULT) + + _LT_DECL([build_old_libs], [enable_static], [0], + [Whether or not to build static libraries]) +])# _LT_ENABLE_STATIC + +LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])]) +LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])]) + +# Old names: +AC_DEFUN([AC_ENABLE_STATIC], +[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static]) +]) + +AC_DEFUN([AC_DISABLE_STATIC], +[_LT_SET_OPTION([LT_INIT], [disable-static]) +]) + +AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) +AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AM_ENABLE_STATIC], []) +dnl AC_DEFUN([AM_DISABLE_STATIC], []) + + + +# _LT_ENABLE_FAST_INSTALL([DEFAULT]) +# ---------------------------------- +# implement the --enable-fast-install flag, and support the `fast-install' +# and `disable-fast-install' LT_INIT options. +# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. +m4_define([_LT_ENABLE_FAST_INSTALL], +[m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl +AC_ARG_ENABLE([fast-install], + [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], + [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], + [p=${PACKAGE-default} + case $enableval in + yes) enable_fast_install=yes ;; + no) enable_fast_install=no ;; + *) + enable_fast_install=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_fast_install=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac], + [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT) + +_LT_DECL([fast_install], [enable_fast_install], [0], + [Whether or not to optimize for fast installation])dnl +])# _LT_ENABLE_FAST_INSTALL + +LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])]) +LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])]) + +# Old names: +AU_DEFUN([AC_ENABLE_FAST_INSTALL], +[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you put +the `fast-install' option into LT_INIT's first parameter.]) +]) + +AU_DEFUN([AC_DISABLE_FAST_INSTALL], +[_LT_SET_OPTION([LT_INIT], [disable-fast-install]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you put +the `disable-fast-install' option into LT_INIT's first parameter.]) +]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], []) +dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], []) + + +# _LT_WITH_PIC([MODE]) +# -------------------- +# implement the --with-pic flag, and support the `pic-only' and `no-pic' +# LT_INIT options. +# MODE is either `yes' or `no'. If omitted, it defaults to `both'. +m4_define([_LT_WITH_PIC], +[AC_ARG_WITH([pic], + [AS_HELP_STRING([--with-pic], + [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], + [pic_mode="$withval"], + [pic_mode=default]) + +test -z "$pic_mode" && pic_mode=m4_default([$1], [default]) + +_LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl +])# _LT_WITH_PIC + +LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])]) +LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])]) + +# Old name: +AU_DEFUN([AC_LIBTOOL_PICMODE], +[_LT_SET_OPTION([LT_INIT], [pic-only]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the `pic-only' option into LT_INIT's first parameter.]) +]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_PICMODE], []) + + +m4_define([_LTDL_MODE], []) +LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive], + [m4_define([_LTDL_MODE], [nonrecursive])]) +LT_OPTION_DEFINE([LTDL_INIT], [recursive], + [m4_define([_LTDL_MODE], [recursive])]) +LT_OPTION_DEFINE([LTDL_INIT], [subproject], + [m4_define([_LTDL_MODE], [subproject])]) + +m4_define([_LTDL_TYPE], []) +LT_OPTION_DEFINE([LTDL_INIT], [installable], + [m4_define([_LTDL_TYPE], [installable])]) +LT_OPTION_DEFINE([LTDL_INIT], [convenience], + [m4_define([_LTDL_TYPE], [convenience])]) + +# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- +# +# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. +# Written by Gary V. Vaughan, 2004 +# +# This file is free software; the Free Software Foundation gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. + +# serial 6 ltsugar.m4 + +# This is to help aclocal find these macros, as it can't see m4_define. +AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])]) + + +# lt_join(SEP, ARG1, [ARG2...]) +# ----------------------------- +# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their +# associated separator. +# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier +# versions in m4sugar had bugs. +m4_define([lt_join], +[m4_if([$#], [1], [], + [$#], [2], [[$2]], + [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])]) +m4_define([_lt_join], +[m4_if([$#$2], [2], [], + [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])]) + + +# lt_car(LIST) +# lt_cdr(LIST) +# ------------ +# Manipulate m4 lists. +# These macros are necessary as long as will still need to support +# Autoconf-2.59 which quotes differently. +m4_define([lt_car], [[$1]]) +m4_define([lt_cdr], +[m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])], + [$#], 1, [], + [m4_dquote(m4_shift($@))])]) +m4_define([lt_unquote], $1) + + +# lt_append(MACRO-NAME, STRING, [SEPARATOR]) +# ------------------------------------------ +# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'. +# Note that neither SEPARATOR nor STRING are expanded; they are appended +# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked). +# No SEPARATOR is output if MACRO-NAME was previously undefined (different +# than defined and empty). +# +# This macro is needed until we can rely on Autoconf 2.62, since earlier +# versions of m4sugar mistakenly expanded SEPARATOR but not STRING. +m4_define([lt_append], +[m4_define([$1], + m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])]) + + + +# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) +# ---------------------------------------------------------- +# Produce a SEP delimited list of all paired combinations of elements of +# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list +# has the form PREFIXmINFIXSUFFIXn. +# Needed until we can rely on m4_combine added in Autoconf 2.62. +m4_define([lt_combine], +[m4_if(m4_eval([$# > 3]), [1], + [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl +[[m4_foreach([_Lt_prefix], [$2], + [m4_foreach([_Lt_suffix], + ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[, + [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])]) + + +# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) +# ----------------------------------------------------------------------- +# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited +# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. +m4_define([lt_if_append_uniq], +[m4_ifdef([$1], + [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1], + [lt_append([$1], [$2], [$3])$4], + [$5])], + [lt_append([$1], [$2], [$3])$4])]) + + +# lt_dict_add(DICT, KEY, VALUE) +# ----------------------------- +m4_define([lt_dict_add], +[m4_define([$1($2)], [$3])]) + + +# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE) +# -------------------------------------------- +m4_define([lt_dict_add_subkey], +[m4_define([$1($2:$3)], [$4])]) + + +# lt_dict_fetch(DICT, KEY, [SUBKEY]) +# ---------------------------------- +m4_define([lt_dict_fetch], +[m4_ifval([$3], + m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]), + m4_ifdef([$1($2)], [m4_defn([$1($2)])]))]) + + +# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE]) +# ----------------------------------------------------------------- +m4_define([lt_if_dict_fetch], +[m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4], + [$5], + [$6])]) + + +# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...]) +# -------------------------------------------------------------- +m4_define([lt_dict_filter], +[m4_if([$5], [], [], + [lt_join(m4_quote(m4_default([$4], [[, ]])), + lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]), + [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl +]) + +# ltversion.m4 -- version numbers -*- Autoconf -*- +# +# Copyright (C) 2004 Free Software Foundation, Inc. +# Written by Scott James Remnant, 2004 +# +# This file is free software; the Free Software Foundation gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. + +# Generated from ltversion.in. + +# serial 3175 ltversion.m4 +# This file is part of GNU Libtool + +m4_define([LT_PACKAGE_VERSION], [2.2.10]) +m4_define([LT_PACKAGE_REVISION], [1.3175]) + +AC_DEFUN([LTVERSION_VERSION], +[macro_version='2.2.10' +macro_revision='1.3175' +_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) +_LT_DECL(, macro_revision, 0) +]) + +# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- +# +# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc. +# Written by Scott James Remnant, 2004. +# +# This file is free software; the Free Software Foundation gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. + +# serial 5 lt~obsolete.m4 + +# These exist entirely to fool aclocal when bootstrapping libtool. +# +# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN) +# which have later been changed to m4_define as they aren't part of the +# exported API, or moved to Autoconf or Automake where they belong. +# +# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN +# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us +# using a macro with the same name in our local m4/libtool.m4 it'll +# pull the old libtool.m4 in (it doesn't see our shiny new m4_define +# and doesn't know about Autoconf macros at all.) +# +# So we provide this file, which has a silly filename so it's always +# included after everything else. This provides aclocal with the +# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything +# because those macros already exist, or will be overwritten later. +# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. +# +# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here. +# Yes, that means every name once taken will need to remain here until +# we give up compatibility with versions before 1.7, at which point +# we need to keep only those names which we still refer to. + +# This is to help aclocal find these macros, as it can't see m4_define. +AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])]) + +m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])]) +m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])]) +m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])]) +m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])]) +m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])]) +m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])]) +m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])]) +m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])]) +m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])]) +m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])]) +m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])]) +m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])]) +m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])]) +m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])]) +m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])]) +m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])]) +m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])]) +m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])]) +m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])]) +m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])]) +m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])]) +m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])]) +m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])]) +m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])]) +m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])]) +m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])]) +m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])]) +m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])]) +m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])]) +m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])]) +m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])]) +m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])]) +m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])]) +m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])]) +m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])]) +m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])]) +m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])]) +m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])]) +m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])]) +m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])]) +m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])]) +m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])]) +m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])]) +m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])]) +m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])]) +m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])]) +m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])]) +m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])]) +m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])]) +m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])]) +m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])]) +m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])]) +m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])]) +m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])]) +m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])]) +m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])]) +m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])]) +m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])]) +m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])]) +m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])]) +m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])]) + +# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- +# serial 1 (pkg-config-0.24) +# +# Copyright © 2004 Scott James Remnant . +# +# 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 +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# PKG_PROG_PKG_CONFIG([MIN-VERSION]) +# ---------------------------------- +AC_DEFUN([PKG_PROG_PKG_CONFIG], +[m4_pattern_forbid([^_?PKG_[A-Z_]+$]) +m4_pattern_allow([^PKG_CONFIG(_PATH)?$]) +AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) +AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) +AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) + +if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then + AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) +fi +if test -n "$PKG_CONFIG"; then + _pkg_min_version=m4_default([$1], [0.9.0]) + AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) + if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + PKG_CONFIG="" + fi +fi[]dnl +])# PKG_PROG_PKG_CONFIG + +# PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# +# Check to see whether a particular set of modules exists. Similar +# to PKG_CHECK_MODULES(), but does not set variables or print errors. +# +# Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +# only at the first occurence in configure.ac, so if the first place +# it's called might be skipped (such as if it is within an "if", you +# have to call PKG_CHECK_EXISTS manually +# -------------------------------------------------------------- +AC_DEFUN([PKG_CHECK_EXISTS], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +if test -n "$PKG_CONFIG" && \ + AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then + m4_default([$2], [:]) +m4_ifvaln([$3], [else + $3])dnl +fi]) + +# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) +# --------------------------------------------- +m4_define([_PKG_CONFIG], +[if test -n "$$1"; then + pkg_cv_[]$1="$$1" + elif test -n "$PKG_CONFIG"; then + PKG_CHECK_EXISTS([$3], + [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`], + [pkg_failed=yes]) + else + pkg_failed=untried +fi[]dnl +])# _PKG_CONFIG + +# _PKG_SHORT_ERRORS_SUPPORTED +# ----------------------------- +AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi[]dnl +])# _PKG_SHORT_ERRORS_SUPPORTED + + +# PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], +# [ACTION-IF-NOT-FOUND]) +# +# +# Note that if there is a possibility the first call to +# PKG_CHECK_MODULES might not happen, you should be sure to include an +# explicit call to PKG_PROG_PKG_CONFIG in your configure.ac +# +# +# -------------------------------------------------------------- +AC_DEFUN([PKG_CHECK_MODULES], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl +AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl + +pkg_failed=no +AC_MSG_CHECKING([for $1]) + +_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) +_PKG_CONFIG([$1][_LIBS], [libs], [$2]) + +m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS +and $1[]_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details.]) + +if test $pkg_failed = yes; then + AC_MSG_RESULT([no]) + _PKG_SHORT_ERRORS_SUPPORTED + if test $_pkg_short_errors_supported = yes; then + $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1` + else + $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD + + m4_default([$4], [AC_MSG_ERROR( +[Package requirements ($2) were not met: + +$$1_PKG_ERRORS + +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +_PKG_TEXT]) + ]) +elif test $pkg_failed = untried; then + AC_MSG_RESULT([no]) + m4_default([$4], [AC_MSG_FAILURE( +[The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. + +_PKG_TEXT + +To get pkg-config, see .]) + ]) +else + $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS + $1[]_LIBS=$pkg_cv_[]$1[]_LIBS + AC_MSG_RESULT([yes]) + $3 +fi[]dnl +])# PKG_CHECK_MODULES + +dnl xorg-macros.m4. Generated from xorg-macros.m4.in xorgversion.m4 by configure. +dnl +dnl Copyright 2005-2006 Sun Microsystems, Inc. All rights reserved. +dnl +dnl Permission is hereby granted, free of charge, to any person obtaining a +dnl copy of this software and associated documentation files (the "Software"), +dnl to deal in the Software without restriction, including without limitation +dnl the rights to use, copy, modify, merge, publish, distribute, sublicense, +dnl and/or sell copies of the Software, and to permit persons to whom the +dnl Software is furnished to do so, subject to the following conditions: +dnl +dnl The above copyright notice and this permission notice (including the next +dnl paragraph) shall be included in all copies or substantial portions of the +dnl Software. +dnl +dnl THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +dnl IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +dnl FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +dnl THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +dnl LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +dnl FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +dnl DEALINGS IN THE SOFTWARE. + +# XORG_MACROS_VERSION(required-version) +# ------------------------------------- +# Minimum version: 1.1.0 +# +# If you're using a macro added in Version 1.1 or newer, include this in +# your configure.ac with the minimum required version, such as: +# XORG_MACROS_VERSION(1.1) +# +# To ensure that this macro is defined, also add: +# m4_ifndef([XORG_MACROS_VERSION], +# [m4_fatal([must install xorg-macros 1.1 or later before running autoconf/autogen])]) +# +# +# See the "minimum version" comment for each macro you use to see what +# version you require. +m4_defun([XORG_MACROS_VERSION],[ +m4_define([vers_have], [1.10.0]) +m4_define([maj_have], m4_substr(vers_have, 0, m4_index(vers_have, [.]))) +m4_define([maj_needed], m4_substr([$1], 0, m4_index([$1], [.]))) +m4_if(m4_cmp(maj_have, maj_needed), 0,, + [m4_fatal([xorg-macros major version ]maj_needed[ is required but ]vers_have[ found])]) +m4_if(m4_version_compare(vers_have, [$1]), -1, + [m4_fatal([xorg-macros version $1 or higher is required but ]vers_have[ found])]) +m4_undefine([vers_have]) +m4_undefine([maj_have]) +m4_undefine([maj_needed]) +]) # XORG_MACROS_VERSION + +# XORG_PROG_RAWCPP() +# ------------------ +# Minimum version: 1.0.0 +# +# Find cpp program and necessary flags for use in pre-processing text files +# such as man pages and config files +AC_DEFUN([XORG_PROG_RAWCPP],[ +AC_REQUIRE([AC_PROG_CPP]) +AC_PATH_PROGS(RAWCPP, [cpp], [${CPP}], + [$PATH:/bin:/usr/bin:/usr/lib:/usr/libexec:/usr/ccs/lib:/usr/ccs/lbin:/lib]) + +# Check for flag to avoid builtin definitions - assumes unix is predefined, +# which is not the best choice for supporting other OS'es, but covers most +# of the ones we need for now. +AC_MSG_CHECKING([if $RAWCPP requires -undef]) +AC_LANG_CONFTEST([Does cpp redefine unix ?]) +if test `${RAWCPP} < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then + AC_MSG_RESULT([no]) +else + if test `${RAWCPP} -undef < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then + RAWCPPFLAGS=-undef + AC_MSG_RESULT([yes]) + # under Cygwin unix is still defined even with -undef + elif test `${RAWCPP} -undef -ansi < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then + RAWCPPFLAGS="-undef -ansi" + AC_MSG_RESULT([yes, with -ansi]) + else + AC_MSG_ERROR([${RAWCPP} defines unix with or without -undef. I don't know what to do.]) + fi +fi +rm -f conftest.$ac_ext + +AC_MSG_CHECKING([if $RAWCPP requires -traditional]) +AC_LANG_CONFTEST([Does cpp preserve "whitespace"?]) +if test `${RAWCPP} < conftest.$ac_ext | grep -c 'preserve \"'` -eq 1 ; then + AC_MSG_RESULT([no]) +else + if test `${RAWCPP} -traditional < conftest.$ac_ext | grep -c 'preserve \"'` -eq 1 ; then + RAWCPPFLAGS="${RAWCPPFLAGS} -traditional" + AC_MSG_RESULT([yes]) + else + AC_MSG_ERROR([${RAWCPP} does not preserve whitespace with or without -traditional. I don't know what to do.]) + fi +fi +rm -f conftest.$ac_ext +AC_SUBST(RAWCPPFLAGS) +]) # XORG_PROG_RAWCPP + +# XORG_MANPAGE_SECTIONS() +# ----------------------- +# Minimum version: 1.0.0 +# +# Determine which sections man pages go in for the different man page types +# on this OS - replaces *ManSuffix settings in old Imake *.cf per-os files. +# Not sure if there's any better way than just hardcoding by OS name. +# Override default settings by setting environment variables +# Added MAN_SUBSTS in version 1.8 +# Added AC_PROG_SED in version 1.8 + +AC_DEFUN([XORG_MANPAGE_SECTIONS],[ +AC_REQUIRE([AC_CANONICAL_HOST]) +AC_REQUIRE([AC_PROG_SED]) + +if test x$APP_MAN_SUFFIX = x ; then + APP_MAN_SUFFIX=1 +fi +if test x$APP_MAN_DIR = x ; then + APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)' +fi + +if test x$LIB_MAN_SUFFIX = x ; then + LIB_MAN_SUFFIX=3 +fi +if test x$LIB_MAN_DIR = x ; then + LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)' +fi + +if test x$FILE_MAN_SUFFIX = x ; then + case $host_os in + solaris*) FILE_MAN_SUFFIX=4 ;; + *) FILE_MAN_SUFFIX=5 ;; + esac +fi +if test x$FILE_MAN_DIR = x ; then + FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)' +fi + +if test x$MISC_MAN_SUFFIX = x ; then + case $host_os in + solaris*) MISC_MAN_SUFFIX=5 ;; + *) MISC_MAN_SUFFIX=7 ;; + esac +fi +if test x$MISC_MAN_DIR = x ; then + MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)' +fi + +if test x$DRIVER_MAN_SUFFIX = x ; then + case $host_os in + solaris*) DRIVER_MAN_SUFFIX=7 ;; + *) DRIVER_MAN_SUFFIX=4 ;; + esac +fi +if test x$DRIVER_MAN_DIR = x ; then + DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)' +fi + +if test x$ADMIN_MAN_SUFFIX = x ; then + case $host_os in + solaris*) ADMIN_MAN_SUFFIX=1m ;; + *) ADMIN_MAN_SUFFIX=8 ;; + esac +fi +if test x$ADMIN_MAN_DIR = x ; then + ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)' +fi + + +AC_SUBST([APP_MAN_SUFFIX]) +AC_SUBST([LIB_MAN_SUFFIX]) +AC_SUBST([FILE_MAN_SUFFIX]) +AC_SUBST([MISC_MAN_SUFFIX]) +AC_SUBST([DRIVER_MAN_SUFFIX]) +AC_SUBST([ADMIN_MAN_SUFFIX]) +AC_SUBST([APP_MAN_DIR]) +AC_SUBST([LIB_MAN_DIR]) +AC_SUBST([FILE_MAN_DIR]) +AC_SUBST([MISC_MAN_DIR]) +AC_SUBST([DRIVER_MAN_DIR]) +AC_SUBST([ADMIN_MAN_DIR]) + +XORG_MAN_PAGE="X Version 11" +AC_SUBST([XORG_MAN_PAGE]) +MAN_SUBSTS="\ + -e 's|__vendorversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \ + -e 's|__xorgversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \ + -e 's|__xservername__|Xorg|g' \ + -e 's|__xconfigfile__|xorg.conf|g' \ + -e 's|__projectroot__|\$(prefix)|g' \ + -e 's|__appmansuffix__|\$(APP_MAN_SUFFIX)|g' \ + -e 's|__drivermansuffix__|\$(DRIVER_MAN_SUFFIX)|g' \ + -e 's|__adminmansuffix__|\$(ADMIN_MAN_SUFFIX)|g' \ + -e 's|__libmansuffix__|\$(LIB_MAN_SUFFIX)|g' \ + -e 's|__miscmansuffix__|\$(MISC_MAN_SUFFIX)|g' \ + -e 's|__filemansuffix__|\$(FILE_MAN_SUFFIX)|g'" +AC_SUBST([MAN_SUBSTS]) + +]) # XORG_MANPAGE_SECTIONS + +# XORG_CHECK_SGML_DOCTOOLS([MIN-VERSION]) +# ------------------------ +# Minimum version: 1.7.0 +# +# Defines the variable XORG_SGML_PATH containing the location of X11/defs.ent +# provided by xorg-sgml-doctools, if installed. +AC_DEFUN([XORG_CHECK_SGML_DOCTOOLS],[ +AC_MSG_CHECKING([for X.Org SGML entities m4_ifval([$1],[>= $1])]) +XORG_SGML_PATH= +PKG_CHECK_EXISTS([xorg-sgml-doctools m4_ifval([$1],[>= $1])], + [XORG_SGML_PATH=`$PKG_CONFIG --variable=sgmlrootdir xorg-sgml-doctools`], + [m4_ifval([$1],[:], + [if test x"$cross_compiling" != x"yes" ; then + AC_CHECK_FILE([$prefix/share/sgml/X11/defs.ent], + [XORG_SGML_PATH=$prefix/share/sgml]) + fi]) + ]) + +# Define variables STYLESHEET_SRCDIR and XSL_STYLESHEET containing +# the path and the name of the doc stylesheet +if test "x$XORG_SGML_PATH" != "x" ; then + AC_MSG_RESULT([$XORG_SGML_PATH]) + STYLESHEET_SRCDIR=$XORG_SGML_PATH/X11 + XSL_STYLESHEET=$STYLESHEET_SRCDIR/xorg.xsl +else + AC_MSG_RESULT([no]) +fi + +AC_SUBST(XORG_SGML_PATH) +AC_SUBST(STYLESHEET_SRCDIR) +AC_SUBST(XSL_STYLESHEET) +AM_CONDITIONAL([HAVE_STYLESHEETS], [test "x$XSL_STYLESHEET" != "x"]) +]) # XORG_CHECK_SGML_DOCTOOLS + +# XORG_CHECK_LINUXDOC +# ------------------- +# Minimum version: 1.0.0 +# +# Defines the variable MAKE_TEXT if the necessary tools and +# files are found. $(MAKE_TEXT) blah.sgml will then produce blah.txt. +# Whether or not the necessary tools and files are found can be checked +# with the AM_CONDITIONAL "BUILD_LINUXDOC" +AC_DEFUN([XORG_CHECK_LINUXDOC],[ +AC_REQUIRE([XORG_CHECK_SGML_DOCTOOLS]) +AC_REQUIRE([XORG_WITH_PS2PDF]) + +AC_PATH_PROG(LINUXDOC, linuxdoc) + +AC_MSG_CHECKING([whether to build documentation]) + +if test x$XORG_SGML_PATH != x && test x$LINUXDOC != x ; then + BUILDDOC=yes +else + BUILDDOC=no +fi + +AM_CONDITIONAL(BUILD_LINUXDOC, [test x$BUILDDOC = xyes]) + +AC_MSG_RESULT([$BUILDDOC]) + +AC_MSG_CHECKING([whether to build pdf documentation]) + +if test x$have_ps2pdf != xno && test x$BUILD_PDFDOC != xno; then + BUILDPDFDOC=yes +else + BUILDPDFDOC=no +fi + +AM_CONDITIONAL(BUILD_PDFDOC, [test x$BUILDPDFDOC = xyes]) + +AC_MSG_RESULT([$BUILDPDFDOC]) + +MAKE_TEXT="SGML_SEARCH_PATH=$XORG_SGML_PATH GROFF_NO_SGR=y $LINUXDOC -B txt -f" +MAKE_PS="SGML_SEARCH_PATH=$XORG_SGML_PATH $LINUXDOC -B latex --papersize=letter --output=ps" +MAKE_PDF="$PS2PDF" +MAKE_HTML="SGML_SEARCH_PATH=$XORG_SGML_PATH $LINUXDOC -B html --split=0" + +AC_SUBST(MAKE_TEXT) +AC_SUBST(MAKE_PS) +AC_SUBST(MAKE_PDF) +AC_SUBST(MAKE_HTML) +]) # XORG_CHECK_LINUXDOC + +# XORG_CHECK_DOCBOOK +# ------------------- +# Minimum version: 1.0.0 +# +# Checks for the ability to build output formats from SGML DocBook source. +# For XXX in {TXT, PDF, PS, HTML}, the AM_CONDITIONAL "BUILD_XXXDOC" +# indicates whether the necessary tools and files are found and, if set, +# $(MAKE_XXX) blah.sgml will produce blah.xxx. +AC_DEFUN([XORG_CHECK_DOCBOOK],[ +AC_REQUIRE([XORG_CHECK_SGML_DOCTOOLS]) + +BUILDTXTDOC=no +BUILDPDFDOC=no +BUILDPSDOC=no +BUILDHTMLDOC=no + +AC_PATH_PROG(DOCBOOKPS, docbook2ps) +AC_PATH_PROG(DOCBOOKPDF, docbook2pdf) +AC_PATH_PROG(DOCBOOKHTML, docbook2html) +AC_PATH_PROG(DOCBOOKTXT, docbook2txt) + +AC_MSG_CHECKING([whether to build text documentation]) +if test x$XORG_SGML_PATH != x && test x$DOCBOOKTXT != x && + test x$BUILD_TXTDOC != xno; then + BUILDTXTDOC=yes +fi +AM_CONDITIONAL(BUILD_TXTDOC, [test x$BUILDTXTDOC = xyes]) +AC_MSG_RESULT([$BUILDTXTDOC]) + +AC_MSG_CHECKING([whether to build PDF documentation]) +if test x$XORG_SGML_PATH != x && test x$DOCBOOKPDF != x && + test x$BUILD_PDFDOC != xno; then + BUILDPDFDOC=yes +fi +AM_CONDITIONAL(BUILD_PDFDOC, [test x$BUILDPDFDOC = xyes]) +AC_MSG_RESULT([$BUILDPDFDOC]) + +AC_MSG_CHECKING([whether to build PostScript documentation]) +if test x$XORG_SGML_PATH != x && test x$DOCBOOKPS != x && + test x$BUILD_PSDOC != xno; then + BUILDPSDOC=yes +fi +AM_CONDITIONAL(BUILD_PSDOC, [test x$BUILDPSDOC = xyes]) +AC_MSG_RESULT([$BUILDPSDOC]) + +AC_MSG_CHECKING([whether to build HTML documentation]) +if test x$XORG_SGML_PATH != x && test x$DOCBOOKHTML != x && + test x$BUILD_HTMLDOC != xno; then + BUILDHTMLDOC=yes +fi +AM_CONDITIONAL(BUILD_HTMLDOC, [test x$BUILDHTMLDOC = xyes]) +AC_MSG_RESULT([$BUILDHTMLDOC]) + +MAKE_TEXT="SGML_SEARCH_PATH=$XORG_SGML_PATH $DOCBOOKTXT" +MAKE_PS="SGML_SEARCH_PATH=$XORG_SGML_PATH $DOCBOOKPS" +MAKE_PDF="SGML_SEARCH_PATH=$XORG_SGML_PATH $DOCBOOKPDF" +MAKE_HTML="SGML_SEARCH_PATH=$XORG_SGML_PATH $DOCBOOKHTML" + +AC_SUBST(MAKE_TEXT) +AC_SUBST(MAKE_PS) +AC_SUBST(MAKE_PDF) +AC_SUBST(MAKE_HTML) +]) # XORG_CHECK_DOCBOOK + +# XORG_WITH_XMLTO([MIN-VERSION]) +# ---------------- +# Minimum version: 1.5.0 +# +# Documentation tools are not always available on all platforms and sometimes +# not at the appropriate level. This macro enables a module to test for the +# presence of the tool and obtain it's path in separate variables. Coupled with +# the --with-xmlto option, it allows maximum flexibilty in making decisions +# as whether or not to use the xmlto package. +# +# Interface to module: +# HAVE_XMLTO: used in makefiles to conditionally generate documentation +# XMLTO: returns the path of the xmlto program found +# returns the path set by the user in the environment +# --with-xmlto: 'yes' user instructs the module to use xmlto +# 'no' user instructs the module not to use xmlto +# +# Added in version 1.10.0 +# HAVE_XMLTO_TEXT: used in makefiles to conditionally generate text documentation +# xmlto for text output requires either lynx, links, or w3m browsers +# +# If the user sets the value of XMLTO, AC_PATH_PROG skips testing the path. +# +AC_DEFUN([XORG_WITH_XMLTO],[ +AC_ARG_VAR([XMLTO], [Path to xmlto command]) +AC_ARG_WITH(xmlto, + AS_HELP_STRING([--with-xmlto], + [Use xmlto to regenerate documentation (default: yes, if installed)]), + [use_xmlto=$withval], [use_xmlto=auto]) + +if test "x$use_xmlto" = x"auto"; then + AC_PATH_PROG([XMLTO], [xmlto]) + if test "x$XMLTO" = "x"; then + AC_MSG_WARN([xmlto not found - documentation targets will be skipped]) + have_xmlto=no + else + have_xmlto=yes + fi +elif test "x$use_xmlto" = x"yes" ; then + AC_PATH_PROG([XMLTO], [xmlto]) + if test "x$XMLTO" = "x"; then + AC_MSG_ERROR([--with-xmlto=yes specified but xmlto not found in PATH]) + fi + have_xmlto=yes +elif test "x$use_xmlto" = x"no" ; then + if test "x$XMLTO" != "x"; then + AC_MSG_WARN([ignoring XMLTO environment variable since --with-xmlto=no was specified]) + fi + have_xmlto=no +else + AC_MSG_ERROR([--with-xmlto expects 'yes' or 'no']) +fi + +# Test for a minimum version of xmlto, if provided. +m4_ifval([$1], +[if test "$have_xmlto" = yes; then + # scrape the xmlto version + AC_MSG_CHECKING([the xmlto version]) + xmlto_version=`$XMLTO --version 2>/dev/null | cut -d' ' -f3` + AC_MSG_RESULT([$xmlto_version]) + AS_VERSION_COMPARE([$xmlto_version], [$1], + [if test "x$use_xmlto" = xauto; then + AC_MSG_WARN([xmlto version $xmlto_version found, but $1 needed]) + have_xmlto=no + else + AC_MSG_ERROR([xmlto version $xmlto_version found, but $1 needed]) + fi]) +fi]) + +# Test for the ability of xmlto to generate a text target +have_xmlto_text=no +cat > conftest.xml << "EOF" +EOF +AS_IF([test "$have_xmlto" = yes], + [AS_IF([$XMLTO --skip-validation txt conftest.xml >/dev/null 2>&1], + [have_xmlto_text=yes], + [AC_MSG_WARN([xmlto cannot generate text format, this format skipped])])]) +rm -f conftest.xml +AM_CONDITIONAL([HAVE_XMLTO_TEXT], [test $have_xmlto_text = yes]) +AM_CONDITIONAL([HAVE_XMLTO], [test "$have_xmlto" = yes]) +]) # XORG_WITH_XMLTO + +# XORG_WITH_ASCIIDOC([MIN-VERSION]) +# ---------------- +# Minimum version: 1.5.0 +# +# Documentation tools are not always available on all platforms and sometimes +# not at the appropriate level. This macro enables a module to test for the +# presence of the tool and obtain it's path in separate variables. Coupled with +# the --with-asciidoc option, it allows maximum flexibilty in making decisions +# as whether or not to use the asciidoc package. +# +# Interface to module: +# HAVE_ASCIIDOC: used in makefiles to conditionally generate documentation +# ASCIIDOC: returns the path of the asciidoc program found +# returns the path set by the user in the environment +# --with-asciidoc: 'yes' user instructs the module to use asciidoc +# 'no' user instructs the module not to use asciidoc +# +# If the user sets the value of ASCIIDOC, AC_PATH_PROG skips testing the path. +# +AC_DEFUN([XORG_WITH_ASCIIDOC],[ +AC_ARG_VAR([ASCIIDOC], [Path to asciidoc command]) +AC_ARG_WITH(asciidoc, + AS_HELP_STRING([--with-asciidoc], + [Use asciidoc to regenerate documentation (default: yes, if installed)]), + [use_asciidoc=$withval], [use_asciidoc=auto]) + +if test "x$use_asciidoc" = x"auto"; then + AC_PATH_PROG([ASCIIDOC], [asciidoc]) + if test "x$ASCIIDOC" = "x"; then + AC_MSG_WARN([asciidoc not found - documentation targets will be skipped]) + have_asciidoc=no + else + have_asciidoc=yes + fi +elif test "x$use_asciidoc" = x"yes" ; then + AC_PATH_PROG([ASCIIDOC], [asciidoc]) + if test "x$ASCIIDOC" = "x"; then + AC_MSG_ERROR([--with-asciidoc=yes specified but asciidoc not found in PATH]) + fi + have_asciidoc=yes +elif test "x$use_asciidoc" = x"no" ; then + if test "x$ASCIIDOC" != "x"; then + AC_MSG_WARN([ignoring ASCIIDOC environment variable since --with-asciidoc=no was specified]) + fi + have_asciidoc=no +else + AC_MSG_ERROR([--with-asciidoc expects 'yes' or 'no']) +fi +m4_ifval([$1], +[if test "$have_asciidoc" = yes; then + # scrape the asciidoc version + AC_MSG_CHECKING([the asciidoc version]) + asciidoc_version=`$ASCIIDOC --version 2>/dev/null | cut -d' ' -f2` + AC_MSG_RESULT([$asciidoc_version]) + AS_VERSION_COMPARE([$asciidoc_version], [$1], + [if test "x$use_asciidoc" = xauto; then + AC_MSG_WARN([asciidoc version $asciidoc_version found, but $1 needed]) + have_asciidoc=no + else + AC_MSG_ERROR([asciidoc version $asciidoc_version found, but $1 needed]) + fi]) +fi]) +AM_CONDITIONAL([HAVE_ASCIIDOC], [test "$have_asciidoc" = yes]) +]) # XORG_WITH_ASCIIDOC + +# XORG_WITH_DOXYGEN([MIN-VERSION]) +# -------------------------------- +# Minimum version: 1.5.0 +# +# Documentation tools are not always available on all platforms and sometimes +# not at the appropriate level. This macro enables a module to test for the +# presence of the tool and obtain it's path in separate variables. Coupled with +# the --with-doxygen option, it allows maximum flexibilty in making decisions +# as whether or not to use the doxygen package. +# +# Interface to module: +# HAVE_DOXYGEN: used in makefiles to conditionally generate documentation +# DOXYGEN: returns the path of the doxygen program found +# returns the path set by the user in the environment +# --with-doxygen: 'yes' user instructs the module to use doxygen +# 'no' user instructs the module not to use doxygen +# +# If the user sets the value of DOXYGEN, AC_PATH_PROG skips testing the path. +# +AC_DEFUN([XORG_WITH_DOXYGEN],[ +AC_ARG_VAR([DOXYGEN], [Path to doxygen command]) +AC_ARG_WITH(doxygen, + AS_HELP_STRING([--with-doxygen], + [Use doxygen to regenerate documentation (default: yes, if installed)]), + [use_doxygen=$withval], [use_doxygen=auto]) + +if test "x$use_doxygen" = x"auto"; then + AC_PATH_PROG([DOXYGEN], [doxygen]) + if test "x$DOXYGEN" = "x"; then + AC_MSG_WARN([doxygen not found - documentation targets will be skipped]) + have_doxygen=no + else + have_doxygen=yes + fi +elif test "x$use_doxygen" = x"yes" ; then + AC_PATH_PROG([DOXYGEN], [doxygen]) + if test "x$DOXYGEN" = "x"; then + AC_MSG_ERROR([--with-doxygen=yes specified but doxygen not found in PATH]) + fi + have_doxygen=yes +elif test "x$use_doxygen" = x"no" ; then + if test "x$DOXYGEN" != "x"; then + AC_MSG_WARN([ignoring DOXYGEN environment variable since --with-doxygen=no was specified]) + fi + have_doxygen=no +else + AC_MSG_ERROR([--with-doxygen expects 'yes' or 'no']) +fi +m4_ifval([$1], +[if test "$have_doxygen" = yes; then + # scrape the doxygen version + AC_MSG_CHECKING([the doxygen version]) + doxygen_version=`$DOXYGEN --version 2>/dev/null` + AC_MSG_RESULT([$doxygen_version]) + AS_VERSION_COMPARE([$doxygen_version], [$1], + [if test "x$use_doxygen" = xauto; then + AC_MSG_WARN([doxygen version $doxygen_version found, but $1 needed]) + have_doxygen=no + else + AC_MSG_ERROR([doxygen version $doxygen_version found, but $1 needed]) + fi]) +fi]) +AM_CONDITIONAL([HAVE_DOXYGEN], [test "$have_doxygen" = yes]) +]) # XORG_WITH_DOXYGEN + +# XORG_WITH_GROFF +# ---------------- +# Minimum version: 1.6.0 +# +# Documentation tools are not always available on all platforms and sometimes +# not at the appropriate level. This macro enables a module to test for the +# presence of the tool and obtain it's path in separate variables. Coupled with +# the --with-groff option, it allows maximum flexibilty in making decisions +# as whether or not to use the groff package. +# +# Interface to module: +# HAVE_GROFF: used in makefiles to conditionally generate documentation +# HAVE_GROFF_MM: the memorandum macros (-mm) package +# HAVE_GROFF_MS: the -ms macros package +# GROFF: returns the path of the groff program found +# returns the path set by the user in the environment +# --with-groff: 'yes' user instructs the module to use groff +# 'no' user instructs the module not to use groff +# +# Added in version 1.9.0: +# HAVE_GROFF_HTML: groff has dependencies to output HTML format: +# pnmcut pnmcrop pnmtopng pnmtops from the netpbm package. +# psselect from the psutils package. +# the ghostcript package. Refer to the grohtml man pages +# +# If the user sets the value of GROFF, AC_PATH_PROG skips testing the path. +# +# OS and distros often splits groff in a basic and full package, the former +# having the groff program and the later having devices, fonts and macros +# Checking for the groff executable is not enough. +# +# If macros are missing, we cannot assume that groff is useless, so we don't +# unset HAVE_GROFF or GROFF env variables. +# HAVE_GROFF_?? can never be true while HAVE_GROFF is false. +# +AC_DEFUN([XORG_WITH_GROFF],[ +AC_ARG_VAR([GROFF], [Path to groff command]) +AC_ARG_WITH(groff, + AS_HELP_STRING([--with-groff], + [Use groff to regenerate documentation (default: yes, if installed)]), + [use_groff=$withval], [use_groff=auto]) + +if test "x$use_groff" = x"auto"; then + AC_PATH_PROG([GROFF], [groff]) + if test "x$GROFF" = "x"; then + AC_MSG_WARN([groff not found - documentation targets will be skipped]) + have_groff=no + else + have_groff=yes + fi +elif test "x$use_groff" = x"yes" ; then + AC_PATH_PROG([GROFF], [groff]) + if test "x$GROFF" = "x"; then + AC_MSG_ERROR([--with-groff=yes specified but groff not found in PATH]) + fi + have_groff=yes +elif test "x$use_groff" = x"no" ; then + if test "x$GROFF" != "x"; then + AC_MSG_WARN([ignoring GROFF environment variable since --with-groff=no was specified]) + fi + have_groff=no +else + AC_MSG_ERROR([--with-groff expects 'yes' or 'no']) +fi + +# We have groff, test for the presence of the macro packages +if test "x$have_groff" = x"yes"; then + AC_MSG_CHECKING([for ${GROFF} -ms macros]) + if ${GROFF} -ms -I. /dev/null >/dev/null 2>&1 ; then + groff_ms_works=yes + else + groff_ms_works=no + fi + AC_MSG_RESULT([$groff_ms_works]) + AC_MSG_CHECKING([for ${GROFF} -mm macros]) + if ${GROFF} -mm -I. /dev/null >/dev/null 2>&1 ; then + groff_mm_works=yes + else + groff_mm_works=no + fi + AC_MSG_RESULT([$groff_mm_works]) +fi + +# We have groff, test for HTML dependencies, one command per package +if test "x$have_groff" = x"yes"; then + AC_PATH_PROGS(GS_PATH, [gs gswin32c]) + AC_PATH_PROG(PNMTOPNG_PATH, [pnmtopng]) + AC_PATH_PROG(PSSELECT_PATH, [psselect]) + if test "x$GS_PATH" != "x" -a "x$PNMTOPNG_PATH" != "x" -a "x$PSSELECT_PATH" != "x"; then + have_groff_html=yes + else + have_groff_html=no + AC_MSG_WARN([grohtml dependencies not found - HTML Documentation skipped. Refer to grohtml man pages]) + fi +fi + +# Set Automake conditionals for Makefiles +AM_CONDITIONAL([HAVE_GROFF], [test "$have_groff" = yes]) +AM_CONDITIONAL([HAVE_GROFF_MS], [test "$groff_ms_works" = yes]) +AM_CONDITIONAL([HAVE_GROFF_MM], [test "$groff_mm_works" = yes]) +AM_CONDITIONAL([HAVE_GROFF_HTML], [test "$have_groff_html" = yes]) +]) # XORG_WITH_GROFF + +# XORG_WITH_FOP +# ---------------- +# Minimum version: 1.6.0 +# +# Documentation tools are not always available on all platforms and sometimes +# not at the appropriate level. This macro enables a module to test for the +# presence of the tool and obtain it's path in separate variables. Coupled with +# the --with-fop option, it allows maximum flexibilty in making decisions +# as whether or not to use the fop package. +# +# Interface to module: +# HAVE_FOP: used in makefiles to conditionally generate documentation +# FOP: returns the path of the fop program found +# returns the path set by the user in the environment +# --with-fop: 'yes' user instructs the module to use fop +# 'no' user instructs the module not to use fop +# +# If the user sets the value of FOP, AC_PATH_PROG skips testing the path. +# +AC_DEFUN([XORG_WITH_FOP],[ +AC_ARG_VAR([FOP], [Path to fop command]) +AC_ARG_WITH(fop, + AS_HELP_STRING([--with-fop], + [Use fop to regenerate documentation (default: yes, if installed)]), + [use_fop=$withval], [use_fop=auto]) + +if test "x$use_fop" = x"auto"; then + AC_PATH_PROG([FOP], [fop]) + if test "x$FOP" = "x"; then + AC_MSG_WARN([fop not found - documentation targets will be skipped]) + have_fop=no + else + have_fop=yes + fi +elif test "x$use_fop" = x"yes" ; then + AC_PATH_PROG([FOP], [fop]) + if test "x$FOP" = "x"; then + AC_MSG_ERROR([--with-fop=yes specified but fop not found in PATH]) + fi + have_fop=yes +elif test "x$use_fop" = x"no" ; then + if test "x$FOP" != "x"; then + AC_MSG_WARN([ignoring FOP environment variable since --with-fop=no was specified]) + fi + have_fop=no +else + AC_MSG_ERROR([--with-fop expects 'yes' or 'no']) +fi +AM_CONDITIONAL([HAVE_FOP], [test "$have_fop" = yes]) +]) # XORG_WITH_FOP + +# XORG_WITH_PS2PDF +# ---------------- +# Minimum version: 1.6.0 +# +# Documentation tools are not always available on all platforms and sometimes +# not at the appropriate level. This macro enables a module to test for the +# presence of the tool and obtain it's path in separate variables. Coupled with +# the --with-ps2pdf option, it allows maximum flexibilty in making decisions +# as whether or not to use the ps2pdf package. +# +# Interface to module: +# HAVE_PS2PDF: used in makefiles to conditionally generate documentation +# PS2PDF: returns the path of the ps2pdf program found +# returns the path set by the user in the environment +# --with-ps2pdf: 'yes' user instructs the module to use ps2pdf +# 'no' user instructs the module not to use ps2pdf +# +# If the user sets the value of PS2PDF, AC_PATH_PROG skips testing the path. +# +AC_DEFUN([XORG_WITH_PS2PDF],[ +AC_ARG_VAR([PS2PDF], [Path to ps2pdf command]) +AC_ARG_WITH(ps2pdf, + AS_HELP_STRING([--with-ps2pdf], + [Use ps2pdf to regenerate documentation (default: yes, if installed)]), + [use_ps2pdf=$withval], [use_ps2pdf=auto]) + +if test "x$use_ps2pdf" = x"auto"; then + AC_PATH_PROG([PS2PDF], [ps2pdf]) + if test "x$PS2PDF" = "x"; then + AC_MSG_WARN([ps2pdf not found - documentation targets will be skipped]) + have_ps2pdf=no + else + have_ps2pdf=yes + fi +elif test "x$use_ps2pdf" = x"yes" ; then + AC_PATH_PROG([PS2PDF], [ps2pdf]) + if test "x$PS2PDF" = "x"; then + AC_MSG_ERROR([--with-ps2pdf=yes specified but ps2pdf not found in PATH]) + fi + have_ps2pdf=yes +elif test "x$use_ps2pdf" = x"no" ; then + if test "x$PS2PDF" != "x"; then + AC_MSG_WARN([ignoring PS2PDF environment variable since --with-ps2pdf=no was specified]) + fi + have_ps2pdf=no +else + AC_MSG_ERROR([--with-ps2pdf expects 'yes' or 'no']) +fi +AM_CONDITIONAL([HAVE_PS2PDF], [test "$have_ps2pdf" = yes]) +]) # XORG_WITH_PS2PDF + +# XORG_ENABLE_DOCS (enable_docs=yes) +# ---------------- +# Minimum version: 1.6.0 +# +# Documentation tools are not always available on all platforms and sometimes +# not at the appropriate level. This macro enables a builder to skip all +# documentation targets except traditional man pages. +# Combined with the specific tool checking macros XORG_WITH_*, it provides +# maximum flexibilty in controlling documentation building. +# Refer to: +# XORG_WITH_XMLTO --with-xmlto +# XORG_WITH_ASCIIDOC --with-asciidoc +# XORG_WITH_DOXYGEN --with-doxygen +# XORG_WITH_FOP --with-fop +# XORG_WITH_GROFF --with-groff +# XORG_WITH_PS2PDF --with-ps2pdf +# +# Interface to module: +# ENABLE_DOCS: used in makefiles to conditionally generate documentation +# --enable-docs: 'yes' user instructs the module to generate docs +# 'no' user instructs the module not to generate docs +# parm1: specify the default value, yes or no. +# +AC_DEFUN([XORG_ENABLE_DOCS],[ +default=$1 +if test "x$default" = x ; then + default="yes" +fi +AC_ARG_ENABLE(docs, + AS_HELP_STRING([--enable-docs], + [Enable building the documentation (default: yes)]), + [build_docs=$enableval], [build_docs=$default]) +AM_CONDITIONAL(ENABLE_DOCS, [test x$build_docs = xyes]) +AC_MSG_CHECKING([whether to build documentation]) +AC_MSG_RESULT([$build_docs]) +]) # XORG_ENABLE_DOCS + +# XORG_ENABLE_DEVEL_DOCS (enable_devel_docs=yes) +# ---------------- +# Minimum version: 1.6.0 +# +# This macro enables a builder to skip all developer documentation. +# Combined with the specific tool checking macros XORG_WITH_*, it provides +# maximum flexibilty in controlling documentation building. +# Refer to: +# XORG_WITH_XMLTO --with-xmlto +# XORG_WITH_ASCIIDOC --with-asciidoc +# XORG_WITH_DOXYGEN --with-doxygen +# XORG_WITH_FOP --with-fop +# XORG_WITH_GROFF --with-groff +# XORG_WITH_PS2PDF --with-ps2pdf +# +# Interface to module: +# ENABLE_DEVEL_DOCS: used in makefiles to conditionally generate developer docs +# --enable-devel-docs: 'yes' user instructs the module to generate developer docs +# 'no' user instructs the module not to generate developer docs +# parm1: specify the default value, yes or no. +# +AC_DEFUN([XORG_ENABLE_DEVEL_DOCS],[ +devel_default=$1 +if test "x$devel_default" = x ; then + devel_default="yes" +fi +AC_ARG_ENABLE(devel-docs, + AS_HELP_STRING([--enable-devel-docs], + [Enable building the developer documentation (default: yes)]), + [build_devel_docs=$enableval], [build_devel_docs=$devel_default]) +AM_CONDITIONAL(ENABLE_DEVEL_DOCS, [test x$build_devel_docs = xyes]) +AC_MSG_CHECKING([whether to build developer documentation]) +AC_MSG_RESULT([$build_devel_docs]) +]) # XORG_ENABLE_DEVEL_DOCS + +# XORG_ENABLE_SPECS (enable_specs=yes) +# ---------------- +# Minimum version: 1.6.0 +# +# This macro enables a builder to skip all functional specification targets. +# Combined with the specific tool checking macros XORG_WITH_*, it provides +# maximum flexibilty in controlling documentation building. +# Refer to: +# XORG_WITH_XMLTO --with-xmlto +# XORG_WITH_ASCIIDOC --with-asciidoc +# XORG_WITH_DOXYGEN --with-doxygen +# XORG_WITH_FOP --with-fop +# XORG_WITH_GROFF --with-groff +# XORG_WITH_PS2PDF --with-ps2pdf +# +# Interface to module: +# ENABLE_SPECS: used in makefiles to conditionally generate specs +# --enable-specs: 'yes' user instructs the module to generate specs +# 'no' user instructs the module not to generate specs +# parm1: specify the default value, yes or no. +# +AC_DEFUN([XORG_ENABLE_SPECS],[ +spec_default=$1 +if test "x$spec_default" = x ; then + spec_default="yes" +fi +AC_ARG_ENABLE(specs, + AS_HELP_STRING([--enable-specs], + [Enable building the specs (default: yes)]), + [build_specs=$enableval], [build_specs=$spec_default]) +AM_CONDITIONAL(ENABLE_SPECS, [test x$build_specs = xyes]) +AC_MSG_CHECKING([whether to build functional specifications]) +AC_MSG_RESULT([$build_specs]) +]) # XORG_ENABLE_SPECS + +# XORG_CHECK_MALLOC_ZERO +# ---------------------- +# Minimum version: 1.0.0 +# +# Defines {MALLOC,XMALLOC,XTMALLOC}_ZERO_CFLAGS appropriately if +# malloc(0) returns NULL. Packages should add one of these cflags to +# their AM_CFLAGS (or other appropriate *_CFLAGS) to use them. +AC_DEFUN([XORG_CHECK_MALLOC_ZERO],[ +AC_ARG_ENABLE(malloc0returnsnull, + AS_HELP_STRING([--enable-malloc0returnsnull], + [malloc(0) returns NULL (default: auto)]), + [MALLOC_ZERO_RETURNS_NULL=$enableval], + [MALLOC_ZERO_RETURNS_NULL=auto]) + +AC_MSG_CHECKING([whether malloc(0) returns NULL]) +if test "x$MALLOC_ZERO_RETURNS_NULL" = xauto; then + AC_RUN_IFELSE([ +char *malloc(); +char *realloc(); +char *calloc(); +main() { + char *m0, *r0, *c0, *p; + m0 = malloc(0); + p = malloc(10); + r0 = realloc(p,0); + c0 = calloc(0); + exit(m0 == 0 || r0 == 0 || c0 == 0 ? 0 : 1); +}], + [MALLOC_ZERO_RETURNS_NULL=yes], + [MALLOC_ZERO_RETURNS_NULL=no], + [MALLOC_ZERO_RETURNS_NULL=yes]) +fi +AC_MSG_RESULT([$MALLOC_ZERO_RETURNS_NULL]) + +if test "x$MALLOC_ZERO_RETURNS_NULL" = xyes; then + MALLOC_ZERO_CFLAGS="-DMALLOC_0_RETURNS_NULL" + XMALLOC_ZERO_CFLAGS=$MALLOC_ZERO_CFLAGS + XTMALLOC_ZERO_CFLAGS="$MALLOC_ZERO_CFLAGS -DXTMALLOC_BC" +else + MALLOC_ZERO_CFLAGS="" + XMALLOC_ZERO_CFLAGS="" + XTMALLOC_ZERO_CFLAGS="" +fi + +AC_SUBST([MALLOC_ZERO_CFLAGS]) +AC_SUBST([XMALLOC_ZERO_CFLAGS]) +AC_SUBST([XTMALLOC_ZERO_CFLAGS]) +]) # XORG_CHECK_MALLOC_ZERO + +# XORG_WITH_LINT() +# ---------------- +# Minimum version: 1.1.0 +# +# This macro enables the use of a tool that flags some suspicious and +# non-portable constructs (likely to be bugs) in C language source code. +# It will attempt to locate the tool and use appropriate options. +# There are various lint type tools on different platforms. +# +# Interface to module: +# LINT: returns the path to the tool found on the platform +# or the value set to LINT on the configure cmd line +# also an Automake conditional +# LINT_FLAGS: an Automake variable with appropriate flags +# +# --with-lint: 'yes' user instructs the module to use lint +# 'no' user instructs the module not to use lint (default) +# +# If the user sets the value of LINT, AC_PATH_PROG skips testing the path. +# If the user sets the value of LINT_FLAGS, they are used verbatim. +# +AC_DEFUN([XORG_WITH_LINT],[ + +AC_ARG_VAR([LINT], [Path to a lint-style command]) +AC_ARG_VAR([LINT_FLAGS], [Flags for the lint-style command]) +AC_ARG_WITH(lint, [AS_HELP_STRING([--with-lint], + [Use a lint-style source code checker (default: disabled)])], + [use_lint=$withval], [use_lint=no]) + +# Obtain platform specific info like program name and options +# The lint program on FreeBSD and NetBSD is different from the one on Solaris +case $host_os in + *linux* | *openbsd* | kfreebsd*-gnu | darwin* | cygwin*) + lint_name=splint + lint_options="-badflag" + ;; + *freebsd* | *netbsd*) + lint_name=lint + lint_options="-u -b" + ;; + *solaris*) + lint_name=lint + lint_options="-u -b -h -erroff=E_INDISTING_FROM_TRUNC2" + ;; +esac + +# Test for the presence of the program (either guessed by the code or spelled out by the user) +if test "x$use_lint" = x"yes" ; then + AC_PATH_PROG([LINT], [$lint_name]) + if test "x$LINT" = "x"; then + AC_MSG_ERROR([--with-lint=yes specified but lint-style tool not found in PATH]) + fi +elif test "x$use_lint" = x"no" ; then + if test "x$LINT" != "x"; then + AC_MSG_WARN([ignoring LINT environment variable since --with-lint=no was specified]) + fi +else + AC_MSG_ERROR([--with-lint expects 'yes' or 'no'. Use LINT variable to specify path.]) +fi + +# User supplied flags override default flags +if test "x$LINT_FLAGS" != "x"; then + lint_options=$LINT_FLAGS +fi + +AC_SUBST([LINT_FLAGS],[$lint_options]) +AM_CONDITIONAL(LINT, [test "x$LINT" != x]) + +]) # XORG_WITH_LINT + +# XORG_LINT_LIBRARY(LIBNAME) +# -------------------------- +# Minimum version: 1.1.0 +# +# Sets up flags for building lint libraries for checking programs that call +# functions in the library. +# +# Interface to module: +# LINTLIB - Automake variable with the name of lint library file to make +# MAKE_LINT_LIB - Automake conditional +# +# --enable-lint-library: - 'yes' user instructs the module to created a lint library +# - 'no' user instructs the module not to create a lint library (default) + +AC_DEFUN([XORG_LINT_LIBRARY],[ +AC_REQUIRE([XORG_WITH_LINT]) +AC_ARG_ENABLE(lint-library, [AS_HELP_STRING([--enable-lint-library], + [Create lint library (default: disabled)])], + [make_lint_lib=$enableval], [make_lint_lib=no]) + +if test "x$make_lint_lib" = x"yes" ; then + LINTLIB=llib-l$1.ln + if test "x$LINT" = "x"; then + AC_MSG_ERROR([Cannot make lint library without --with-lint]) + fi +elif test "x$make_lint_lib" != x"no" ; then + AC_MSG_ERROR([--enable-lint-library expects 'yes' or 'no'.]) +fi + +AC_SUBST(LINTLIB) +AM_CONDITIONAL(MAKE_LINT_LIB, [test x$make_lint_lib != xno]) + +]) # XORG_LINT_LIBRARY + +# XORG_CWARNFLAGS +# --------------- +# Minimum version: 1.2.0 +# +# Defines CWARNFLAGS to enable C compiler warnings. +# +AC_DEFUN([XORG_CWARNFLAGS], [ +AC_REQUIRE([AC_PROG_CC_C99]) +if test "x$GCC" = xyes ; then + CWARNFLAGS="-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes \ +-Wmissing-declarations -Wnested-externs -fno-strict-aliasing \ +-Wbad-function-cast -Wformat=2" + case `$CC -dumpversion` in + 3.4.* | 4.*) + CWARNFLAGS="$CWARNFLAGS -Wold-style-definition -Wdeclaration-after-statement" + ;; + esac +else + AC_CHECK_DECL([__SUNPRO_C], [SUNCC="yes"], [SUNCC="no"]) + if test "x$SUNCC" = "xyes"; then + CWARNFLAGS="-v" + fi +fi +AC_SUBST(CWARNFLAGS) +]) # XORG_CWARNFLAGS + +# XORG_STRICT_OPTION +# ----------------------- +# Minimum version: 1.3.0 +# +# Add configure option to enable strict compilation +AC_DEFUN([XORG_STRICT_OPTION], [ +# If the module's configure.ac calls AC_PROG_CC later on, CC gets set to C89 +AC_REQUIRE([AC_PROG_CC_C99]) +AC_REQUIRE([XORG_CWARNFLAGS]) + +AC_ARG_ENABLE(strict-compilation, + AS_HELP_STRING([--enable-strict-compilation], + [Enable all warnings from compiler and make them errors (default: disabled)]), + [STRICT_COMPILE=$enableval], [STRICT_COMPILE=no]) +if test "x$STRICT_COMPILE" = "xyes"; then + AC_CHECK_DECL([__SUNPRO_C], [SUNCC="yes"], [SUNCC="no"]) + AC_CHECK_DECL([__INTEL_COMPILER], [INTELCC="yes"], [INTELCC="no"]) + if test "x$GCC" = xyes ; then + STRICT_CFLAGS="-pedantic -Werror" + elif test "x$SUNCC" = "xyes"; then + STRICT_CFLAGS="-errwarn" + elif test "x$INTELCC" = "xyes"; then + STRICT_CFLAGS="-Werror" + fi +fi +CWARNFLAGS="$CWARNFLAGS $STRICT_CFLAGS" +AC_SUBST([CWARNFLAGS]) +]) # XORG_STRICT_OPTION + +# XORG_DEFAULT_OPTIONS +# -------------------- +# Minimum version: 1.3.0 +# +# Defines default options for X.Org modules. +# +AC_DEFUN([XORG_DEFAULT_OPTIONS], [ +AC_REQUIRE([AC_PROG_INSTALL]) +XORG_CWARNFLAGS +XORG_STRICT_OPTION +XORG_RELEASE_VERSION +XORG_CHANGELOG +XORG_INSTALL +XORG_MANPAGE_SECTIONS +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])], + [AC_SUBST([AM_DEFAULT_VERBOSITY], [1])]) +]) # XORG_DEFAULT_OPTIONS + +# XORG_INSTALL() +# ---------------- +# Minimum version: 1.4.0 +# +# Defines the variable INSTALL_CMD as the command to copy +# INSTALL from $prefix/share/util-macros. +# +AC_DEFUN([XORG_INSTALL], [ +AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +macros_datadir=`$PKG_CONFIG --print-errors --variable=pkgdatadir xorg-macros` +INSTALL_CMD="(cp -f "$macros_datadir/INSTALL" \$(top_srcdir)/.INSTALL.tmp && \ +mv \$(top_srcdir)/.INSTALL.tmp \$(top_srcdir)/INSTALL) \ +|| (rm -f \$(top_srcdir)/.INSTALL.tmp; touch \$(top_srcdir)/INSTALL; \ +echo 'util-macros \"pkgdatadir\" from xorg-macros.pc not found: installing possibly empty INSTALL.' >&2)" +AC_SUBST([INSTALL_CMD]) +]) # XORG_INSTALL +dnl Copyright 2005 Red Hat, Inc +dnl +dnl Permission to use, copy, modify, distribute, and sell this software and its +dnl documentation for any purpose is hereby granted without fee, provided that +dnl the above copyright notice appear in all copies and that both that +dnl copyright notice and this permission notice appear in supporting +dnl documentation. +dnl +dnl The above copyright notice and this permission notice shall be included +dnl in all copies or substantial portions of the Software. +dnl +dnl THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +dnl OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +dnl MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +dnl IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR +dnl OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +dnl ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +dnl OTHER DEALINGS IN THE SOFTWARE. +dnl +dnl Except as contained in this notice, the name of the copyright holders shall +dnl not be used in advertising or otherwise to promote the sale, use or +dnl other dealings in this Software without prior written authorization +dnl from the copyright holders. +dnl + +# XORG_RELEASE_VERSION +# -------------------- +# Defines PACKAGE_VERSION_{MAJOR,MINOR,PATCHLEVEL} for modules to use. + +AC_DEFUN([XORG_RELEASE_VERSION],[ + AC_DEFINE_UNQUOTED([PACKAGE_VERSION_MAJOR], + [`echo $PACKAGE_VERSION | cut -d . -f 1`], + [Major version of this package]) + PVM=`echo $PACKAGE_VERSION | cut -d . -f 2 | cut -d - -f 1` + if test "x$PVM" = "x"; then + PVM="0" + fi + AC_DEFINE_UNQUOTED([PACKAGE_VERSION_MINOR], + [$PVM], + [Minor version of this package]) + PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1` + if test "x$PVP" = "x"; then + PVP="0" + fi + AC_DEFINE_UNQUOTED([PACKAGE_VERSION_PATCHLEVEL], + [$PVP], + [Patch version of this package]) +]) + +# XORG_CHANGELOG() +# ---------------- +# Minimum version: 1.2.0 +# +# Defines the variable CHANGELOG_CMD as the command to generate +# ChangeLog from git. +# +# +AC_DEFUN([XORG_CHANGELOG], [ +CHANGELOG_CMD="(GIT_DIR=\$(top_srcdir)/.git git log > \$(top_srcdir)/.changelog.tmp && \ +mv \$(top_srcdir)/.changelog.tmp \$(top_srcdir)/ChangeLog) \ +|| (rm -f \$(top_srcdir)/.changelog.tmp; touch \$(top_srcdir)/ChangeLog; \ +echo 'git directory not found: installing possibly empty changelog.' >&2)" +AC_SUBST([CHANGELOG_CMD]) +]) # XORG_CHANGELOG + +# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_AUTOMAKE_VERSION(VERSION) +# ---------------------------- +# Automake X.Y traces this macro to ensure aclocal.m4 has been +# generated from the m4 files accompanying Automake X.Y. +# (This private macro should not be called outside this file.) +AC_DEFUN([AM_AUTOMAKE_VERSION], +[am__api_version='1.11' +dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to +dnl require some minimum version. Point them to the right macro. +m4_if([$1], [1.11.1], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl +]) + +# _AM_AUTOCONF_VERSION(VERSION) +# ----------------------------- +# aclocal traces this macro to find the Autoconf version. +# This is a private macro too. Using m4_define simplifies +# the logic in aclocal, which can simply ignore this definition. +m4_define([_AM_AUTOCONF_VERSION], []) + +# AM_SET_CURRENT_AUTOMAKE_VERSION +# ------------------------------- +# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. +# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. +AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +[AM_AUTOMAKE_VERSION([1.11.1])dnl +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) + +# AM_AUX_DIR_EXPAND -*- Autoconf -*- + +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets +# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to +# `$srcdir', `$srcdir/..', or `$srcdir/../..'. +# +# Of course, Automake must honor this variable whenever it calls a +# tool from the auxiliary directory. The problem is that $srcdir (and +# therefore $ac_aux_dir as well) can be either absolute or relative, +# depending on how configure is run. This is pretty annoying, since +# it makes $ac_aux_dir quite unusable in subdirectories: in the top +# source directory, any form will work fine, but in subdirectories a +# relative path needs to be adjusted first. +# +# $ac_aux_dir/missing +# fails when called from a subdirectory if $ac_aux_dir is relative +# $top_srcdir/$ac_aux_dir/missing +# fails if $ac_aux_dir is absolute, +# fails when called from a subdirectory in a VPATH build with +# a relative $ac_aux_dir +# +# The reason of the latter failure is that $top_srcdir and $ac_aux_dir +# are both prefixed by $srcdir. In an in-source build this is usually +# harmless because $srcdir is `.', but things will broke when you +# start a VPATH build or use an absolute $srcdir. +# +# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, +# iff we strip the leading $srcdir from $ac_aux_dir. That would be: +# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` +# and then we would define $MISSING as +# MISSING="\${SHELL} $am_aux_dir/missing" +# This will work as long as MISSING is not called from configure, because +# unfortunately $(top_srcdir) has no meaning in configure. +# However there are other variables, like CC, which are often used in +# configure, and could therefore not use this "fixed" $ac_aux_dir. +# +# Another solution, used here, is to always expand $ac_aux_dir to an +# absolute PATH. The drawback is that using absolute paths prevent a +# configured tree to be moved without reconfiguration. + +AC_DEFUN([AM_AUX_DIR_EXPAND], +[dnl Rely on autoconf to set up CDPATH properly. +AC_PREREQ([2.50])dnl +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` +]) + +# AM_CONDITIONAL -*- Autoconf -*- + +# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 9 + +# AM_CONDITIONAL(NAME, SHELL-CONDITION) +# ------------------------------------- +# Define a conditional. +AC_DEFUN([AM_CONDITIONAL], +[AC_PREREQ(2.52)dnl + ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +AC_SUBST([$1_TRUE])dnl +AC_SUBST([$1_FALSE])dnl +_AM_SUBST_NOTMAKE([$1_TRUE])dnl +_AM_SUBST_NOTMAKE([$1_FALSE])dnl +m4_define([_AM_COND_VALUE_$1], [$2])dnl +if $2; then + $1_TRUE= + $1_FALSE='#' +else + $1_TRUE='#' + $1_FALSE= +fi +AC_CONFIG_COMMANDS_PRE( +[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then + AC_MSG_ERROR([[conditional "$1" was never defined. +Usually this means the macro was only invoked conditionally.]]) +fi])]) + +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 10 + +# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be +# written in clear, in which case automake, when reading aclocal.m4, +# will think it sees a *use*, and therefore will trigger all it's +# C support machinery. Also note that it means that autoscan, seeing +# CC etc. in the Makefile, will ask for an AC_PROG_CC use... + + +# _AM_DEPENDENCIES(NAME) +# ---------------------- +# See how the compiler implements dependency checking. +# NAME is "CC", "CXX", "GCJ", or "OBJC". +# We try a few techniques and use that to set a single cache variable. +# +# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was +# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular +# dependency, and given that the user is not expected to run this macro, +# just rely on AC_PROG_CC. +AC_DEFUN([_AM_DEPENDENCIES], +[AC_REQUIRE([AM_SET_DEPDIR])dnl +AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl +AC_REQUIRE([AM_MAKE_INCLUDE])dnl +AC_REQUIRE([AM_DEP_TRACK])dnl + +ifelse([$1], CC, [depcc="$CC" am_compiler_list=], + [$1], CXX, [depcc="$CXX" am_compiler_list=], + [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], UPC, [depcc="$UPC" am_compiler_list=], + [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], + [depcc="$$1" am_compiler_list=]) + +AC_CACHE_CHECK([dependency style of $depcc], + [am_cv_$1_dependencies_compiler_type], +[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named `D' -- because `-MD' means `put the output + # in D'. + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_$1_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` + fi + am__universal=false + m4_case([$1], [CC], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac], + [CXX], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac]) + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with + # Solaris 8's {/usr,}/bin/sh. + touch sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with `-c' and `-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle `-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # after this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvisualcpp | msvcmsys) + # This compiler won't grok `-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_$1_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_$1_dependencies_compiler_type=none +fi +]) +AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) +AM_CONDITIONAL([am__fastdep$1], [ + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) +]) + + +# AM_SET_DEPDIR +# ------------- +# Choose a directory name for dependency files. +# This macro is AC_REQUIREd in _AM_DEPENDENCIES +AC_DEFUN([AM_SET_DEPDIR], +[AC_REQUIRE([AM_SET_LEADING_DOT])dnl +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl +]) + + +# AM_DEP_TRACK +# ------------ +AC_DEFUN([AM_DEP_TRACK], +[AC_ARG_ENABLE(dependency-tracking, +[ --disable-dependency-tracking speeds up one-time build + --enable-dependency-tracking do not reject slow dependency extractors]) +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' +fi +AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +AC_SUBST([AMDEPBACKSLASH])dnl +_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +]) + +# Generate code to set up dependency tracking. -*- Autoconf -*- + +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +#serial 5 + +# _AM_OUTPUT_DEPENDENCY_COMMANDS +# ------------------------------ +AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], +[{ + # Autoconf 2.62 quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + case $CONFIG_FILES in + *\'*) eval set x "$CONFIG_FILES" ;; + *) set x $CONFIG_FILES ;; + esac + shift + for mf + do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named `Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then + dirpart=`AS_DIRNAME("$mf")` + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running `make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # When using ansi2knr, U may be empty or an underscore; expand it + U=`sed -n 's/^U = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`AS_DIRNAME(["$file"])` + AS_MKDIR_P([$dirpart/$fdir]) + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done + done +} +])# _AM_OUTPUT_DEPENDENCY_COMMANDS + + +# AM_OUTPUT_DEPENDENCY_COMMANDS +# ----------------------------- +# This macro should only be invoked once -- use via AC_REQUIRE. +# +# This code is only required when automatic dependency tracking +# is enabled. FIXME. This creates each `.P' file that we will +# need in order to bootstrap the dependency handling code. +AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], +[AC_CONFIG_COMMANDS([depfiles], + [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], + [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) +]) + +# Do all the work for Automake. -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +# 2005, 2006, 2008, 2009 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 16 + +# This macro actually does too much. Some checks are only needed if +# your package does certain things. But this isn't really a big deal. + +# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) +# AM_INIT_AUTOMAKE([OPTIONS]) +# ----------------------------------------------- +# The call with PACKAGE and VERSION arguments is the old style +# call (pre autoconf-2.50), which is being phased out. PACKAGE +# and VERSION should now be passed to AC_INIT and removed from +# the call to AM_INIT_AUTOMAKE. +# We support both call styles for the transition. After +# the next Automake release, Autoconf can make the AC_INIT +# arguments mandatory, and then we can depend on a new Autoconf +# release and drop the old call support. +AC_DEFUN([AM_INIT_AUTOMAKE], +[AC_PREREQ([2.62])dnl +dnl Autoconf wants to disallow AM_ names. We explicitly allow +dnl the ones we care about. +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl +AC_REQUIRE([AC_PROG_INSTALL])dnl +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi +AC_SUBST([CYGPATH_W]) + +# Define the identity of the package. +dnl Distinguish between old-style and new-style calls. +m4_ifval([$2], +[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl + AC_SUBST([PACKAGE], [$1])dnl + AC_SUBST([VERSION], [$2])], +[_AM_SET_OPTIONS([$1])dnl +dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. +m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, + [m4_fatal([AC_INIT should be called with package and version arguments])])dnl + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl + +_AM_IF_OPTION([no-define],, +[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) + AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl + +# Some tools Automake needs. +AC_REQUIRE([AM_SANITY_CHECK])dnl +AC_REQUIRE([AC_ARG_PROGRAM])dnl +AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) +AM_MISSING_PROG(AUTOCONF, autoconf) +AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) +AM_MISSING_PROG(AUTOHEADER, autoheader) +AM_MISSING_PROG(MAKEINFO, makeinfo) +AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl +AC_REQUIRE([AM_PROG_MKDIR_P])dnl +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([AC_PROG_MAKE_SET])dnl +AC_REQUIRE([AM_SET_LEADING_DOT])dnl +_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) +_AM_IF_OPTION([no-dependencies],, +[AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES(CC)], + [define([AC_PROG_CC], + defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES(CXX)], + [define([AC_PROG_CXX], + defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES(OBJC)], + [define([AC_PROG_OBJC], + defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl +]) +_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl +dnl The `parallel-tests' driver may need to know about EXEEXT, so add the +dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro +dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. +AC_CONFIG_COMMANDS_PRE(dnl +[m4_provide_if([_AM_COMPILER_EXEEXT], + [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl +]) + +dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not +dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further +dnl mangled by Autoconf and run in a shell conditional statement. +m4_define([_AC_COMPILER_EXEEXT], +m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) + + +# When config.status generates a header, we must update the stamp-h file. +# This file resides in the same directory as the config header +# that is generated. The stamp files are numbered to have different names. + +# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the +# loop where config.status creates the headers, so we can generate +# our stamp files there. +AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], +[# Compute $1's index in $config_headers. +_am_arg=$1 +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) + +# Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_INSTALL_SH +# ------------------ +# Define $install_sh. +AC_DEFUN([AM_PROG_INSTALL_SH], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +if test x"${install_sh}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi +AC_SUBST(install_sh)]) + +# Copyright (C) 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 2 + +# Check whether the underlying file-system supports filenames +# with a leading dot. For instance MS-DOS doesn't. +AC_DEFUN([AM_SET_LEADING_DOT], +[rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null +AC_SUBST([am__leading_dot])]) + +# Add --enable-maintainer-mode option to configure. -*- Autoconf -*- +# From Jim Meyering + +# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 5 + +# AM_MAINTAINER_MODE([DEFAULT-MODE]) +# ---------------------------------- +# Control maintainer-specific portions of Makefiles. +# Default is to disable them, unless `enable' is passed literally. +# For symmetry, `disable' may be passed as well. Anyway, the user +# can override the default with the --enable/--disable switch. +AC_DEFUN([AM_MAINTAINER_MODE], +[m4_case(m4_default([$1], [disable]), + [enable], [m4_define([am_maintainer_other], [disable])], + [disable], [m4_define([am_maintainer_other], [enable])], + [m4_define([am_maintainer_other], [enable]) + m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])]) +AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles]) + dnl maintainer-mode's default is 'disable' unless 'enable' is passed + AC_ARG_ENABLE([maintainer-mode], +[ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful + (and sometimes confusing) to the casual installer], + [USE_MAINTAINER_MODE=$enableval], + [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes])) + AC_MSG_RESULT([$USE_MAINTAINER_MODE]) + AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes]) + MAINT=$MAINTAINER_MODE_TRUE + AC_SUBST([MAINT])dnl +] +) + +AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE]) + +# Check to see how 'make' treats includes. -*- Autoconf -*- + +# Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 4 + +# AM_MAKE_INCLUDE() +# ----------------- +# Check to see how make treats includes. +AC_DEFUN([AM_MAKE_INCLUDE], +[am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo this is the am__doit target +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +AC_MSG_CHECKING([for style of include used by $am_make]) +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# Ignore all kinds of additional output from `make'. +case `$am_make -s -f confmf 2> /dev/null` in #( +*the\ am__doit\ target*) + am__include=include + am__quote= + _am_result=GNU + ;; +esac +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + case `$am_make -s -f confmf 2> /dev/null` in #( + *the\ am__doit\ target*) + am__include=.include + am__quote="\"" + _am_result=BSD + ;; + esac +fi +AC_SUBST([am__include]) +AC_SUBST([am__quote]) +AC_MSG_RESULT([$_am_result]) +rm -f confinc confmf +]) + +# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- + +# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 6 + +# AM_MISSING_PROG(NAME, PROGRAM) +# ------------------------------ +AC_DEFUN([AM_MISSING_PROG], +[AC_REQUIRE([AM_MISSING_HAS_RUN]) +$1=${$1-"${am_missing_run}$2"} +AC_SUBST($1)]) + + +# AM_MISSING_HAS_RUN +# ------------------ +# Define MISSING if not defined so far and test if it supports --run. +# If it does, set am_missing_run to use it, otherwise, to nothing. +AC_DEFUN([AM_MISSING_HAS_RUN], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([missing])dnl +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi +# Use eval to expand $SHELL +if eval "$MISSING --run true"; then + am_missing_run="$MISSING --run " +else + am_missing_run= + AC_MSG_WARN([`missing' script is too old or missing]) +fi +]) + +# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_MKDIR_P +# --------------- +# Check for `mkdir -p'. +AC_DEFUN([AM_PROG_MKDIR_P], +[AC_PREREQ([2.60])dnl +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, +dnl while keeping a definition of mkdir_p for backward compatibility. +dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. +dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of +dnl Makefile.ins that do not define MKDIR_P, so we do our own +dnl adjustment using top_builddir (which is defined more often than +dnl MKDIR_P). +AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl +case $mkdir_p in + [[\\/$]]* | ?:[[\\/]]*) ;; + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; +esac +]) + +# Helper functions for option handling. -*- Autoconf -*- + +# Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 4 + +# _AM_MANGLE_OPTION(NAME) +# ----------------------- +AC_DEFUN([_AM_MANGLE_OPTION], +[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) + +# _AM_SET_OPTION(NAME) +# ------------------------------ +# Set option NAME. Presently that only means defining a flag for this option. +AC_DEFUN([_AM_SET_OPTION], +[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) + +# _AM_SET_OPTIONS(OPTIONS) +# ---------------------------------- +# OPTIONS is a space-separated list of Automake options. +AC_DEFUN([_AM_SET_OPTIONS], +[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) + +# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) +# ------------------------------------------- +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. +AC_DEFUN([_AM_IF_OPTION], +[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) + +# Check to make sure that the build environment is sane. -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 5 + +# AM_SANITY_CHECK +# --------------- +AC_DEFUN([AM_SANITY_CHECK], +[AC_MSG_CHECKING([whether build environment is sane]) +# Just in case +sleep 1 +echo timestamp > conftest.file +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[[\\\"\#\$\&\'\`$am_lf]]*) + AC_MSG_ERROR([unsafe absolute working directory name]);; +esac +case $srcdir in + *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) + AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);; +esac + +# Do `set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + rm -f conftest.file + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken +alias in your environment]) + fi + + test "$[2]" = conftest.file + ) +then + # Ok. + : +else + AC_MSG_ERROR([newly created file is older than distributed files! +Check your system clock]) +fi +AC_MSG_RESULT(yes)]) + +# Copyright (C) 2009 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 1 + +# AM_SILENT_RULES([DEFAULT]) +# -------------------------- +# Enable less verbose build rules; with the default set to DEFAULT +# (`yes' being less verbose, `no' or empty being verbose). +AC_DEFUN([AM_SILENT_RULES], +[AC_ARG_ENABLE([silent-rules], +[ --enable-silent-rules less verbose build output (undo: `make V=1') + --disable-silent-rules verbose build output (undo: `make V=0')]) +case $enable_silent_rules in +yes) AM_DEFAULT_VERBOSITY=0;; +no) AM_DEFAULT_VERBOSITY=1;; +*) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; +esac +AC_SUBST([AM_DEFAULT_VERBOSITY])dnl +AM_BACKSLASH='\' +AC_SUBST([AM_BACKSLASH])dnl +_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl +]) + +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_INSTALL_STRIP +# --------------------- +# One issue with vendor `install' (even GNU) is that you can't +# specify the program used to strip binaries. This is especially +# annoying in cross-compiling environments, where the build's strip +# is unlikely to handle the host's binaries. +# Fortunately install-sh will honor a STRIPPROG variable, so we +# always use install-sh in `make install-strip', and initialize +# STRIPPROG with the value of the STRIP variable (set by the user). +AC_DEFUN([AM_PROG_INSTALL_STRIP], +[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +# Installed binaries are usually stripped using `strip' when the user +# run `make install-strip'. However `strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the `STRIP' environment variable to overrule this program. +dnl Don't test for $cross_compiling = yes, because it might be `maybe'. +if test "$cross_compiling" != no; then + AC_CHECK_TOOL([STRIP], [strip], :) +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" +AC_SUBST([INSTALL_STRIP_PROGRAM])]) + +# Copyright (C) 2006, 2008 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 2 + +# _AM_SUBST_NOTMAKE(VARIABLE) +# --------------------------- +# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. +# This macro is traced by Automake. +AC_DEFUN([_AM_SUBST_NOTMAKE]) + +# AM_SUBST_NOTMAKE(VARIABLE) +# --------------------------- +# Public sister of _AM_SUBST_NOTMAKE. +AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) + +# Check how to create a tarball. -*- Autoconf -*- + +# Copyright (C) 2004, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 2 + +# _AM_PROG_TAR(FORMAT) +# -------------------- +# Check how to create a tarball in format FORMAT. +# FORMAT should be one of `v7', `ustar', or `pax'. +# +# Substitute a variable $(am__tar) that is a command +# writing to stdout a FORMAT-tarball containing the directory +# $tardir. +# tardir=directory && $(am__tar) > result.tar +# +# Substitute a variable $(am__untar) that extract such +# a tarball read from stdin. +# $(am__untar) < result.tar +AC_DEFUN([_AM_PROG_TAR], +[# Always define AMTAR for backward compatibility. +AM_MISSING_PROG([AMTAR], [tar]) +m4_if([$1], [v7], + [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], + [m4_case([$1], [ustar],, [pax],, + [m4_fatal([Unknown tar format])]) +AC_MSG_CHECKING([how to create a $1 tar archive]) +# Loop over all known methods to create a tar archive until one works. +_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' +_am_tools=${am_cv_prog_tar_$1-$_am_tools} +# Do not fold the above two line into one, because Tru64 sh and +# Solaris sh will not grok spaces in the rhs of `-'. +for _am_tool in $_am_tools +do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; + do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar /dev/null 2>&1 && break + fi +done +rm -rf conftest.dir + +AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) +AC_MSG_RESULT([$am_cv_prog_tar_$1])]) +AC_SUBST([am__tar]) +AC_SUBST([am__untar]) +]) # _AM_PROG_TAR + diff --git a/libXfixes/config.guess b/libXfixes/config.guess new file mode 100755 index 000000000..dc84c68ef --- /dev/null +++ b/libXfixes/config.guess @@ -0,0 +1,1501 @@ +#! /bin/sh +# 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, 2009 +# Free Software Foundation, Inc. + +timestamp='2009-11-20' + +# This file 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 +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA +# 02110-1301, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + + +# Originally written by Per Bothner. Please send patches (context +# diff format) to and include a ChangeLog +# entry. +# +# This script attempts to guess a canonical system name similar to +# config.sub. If it succeeds, it prints the system name on stdout, and +# exits with 0. Otherwise, it exits with 1. +# +# You can get the latest version of this script from: +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] + +Output the configuration name of the system \`$me' is run on. + +Operation modes: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.guess ($timestamp) + +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 +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit ;; + --version | -v ) + echo "$version" ; exit ;; + --help | --h* | -h ) + echo "$usage"; exit ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" >&2 + exit 1 ;; + * ) + break ;; + esac +done + +if test $# != 0; then + echo "$me: too many arguments$help" >&2 + exit 1 +fi + +trap 'exit 1' 1 2 15 + +# CC_FOR_BUILD -- compiler used by this script. Note that the use of a +# compiler to aid in system detection is discouraged as it requires +# temporary files to be created and, as you can see below, it is a +# headache to deal with in a portable fashion. + +# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still +# use `HOST_CC' if defined, but it is deprecated. + +# Portable tmp directory creation inspired by the Autoconf team. + +set_cc_for_build=' +trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; +trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; +: ${TMPDIR=/tmp} ; + { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || + { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || + { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; +dummy=$tmp/dummy ; +tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; +case $CC_FOR_BUILD,$HOST_CC,$CC in + ,,) echo "int x;" > $dummy.c ; + for c in cc gcc c89 c99 ; do + if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then + CC_FOR_BUILD="$c"; break ; + fi ; + done ; + if test x"$CC_FOR_BUILD" = x ; then + CC_FOR_BUILD=no_compiler_found ; + fi + ;; + ,,*) CC_FOR_BUILD=$CC ;; + ,*,*) CC_FOR_BUILD=$HOST_CC ;; +esac ; set_cc_for_build= ;' + +# This is needed to find uname on a Pyramid OSx when run in the BSD universe. +# (ghazi@noc.rutgers.edu 1994-08-24) +if (test -f /.attbin/uname) >/dev/null 2>&1 ; then + PATH=$PATH:/.attbin ; export PATH +fi + +UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown +UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown +UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown +UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown + +# Note: order is significant - the case branches are not exclusive. + +case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in + *:NetBSD:*:*) + # NetBSD (nbsd) targets should (where applicable) match one or + # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, + # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently + # switched to ELF, *-*-netbsd* would select the old + # object file format. This provides both forward + # compatibility and a consistent mechanism for selecting the + # object file format. + # + # Note: NetBSD doesn't particularly care about the vendor + # portion of the name. We always set it to "unknown". + sysctl="sysctl -n hw.machine_arch" + UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ + /usr/sbin/$sysctl 2>/dev/null || echo unknown)` + case "${UNAME_MACHINE_ARCH}" in + armeb) machine=armeb-unknown ;; + arm*) machine=arm-unknown ;; + sh3el) machine=shl-unknown ;; + sh3eb) machine=sh-unknown ;; + sh5el) machine=sh5le-unknown ;; + *) machine=${UNAME_MACHINE_ARCH}-unknown ;; + esac + # The Operating System including object format, if it has switched + # to ELF recently, or will in the future. + case "${UNAME_MACHINE_ARCH}" in + arm*|i386|m68k|ns32k|sh3*|sparc|vax) + eval $set_cc_for_build + if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ELF__ + then + # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). + # Return netbsd for either. FIX? + os=netbsd + else + os=netbsdelf + fi + ;; + *) + os=netbsd + ;; + esac + # The OS release + # Debian GNU/NetBSD machines have a different userland, and + # thus, need a distinct triplet. However, they do not need + # kernel version information, so it can be replaced with a + # suitable tag, in the style of linux-gnu. + case "${UNAME_VERSION}" in + Debian*) + release='-gnu' + ;; + *) + release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` + ;; + esac + # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: + # contains redundant information, the shorter form: + # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. + echo "${machine}-${os}${release}" + exit ;; + *:OpenBSD:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` + echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} + exit ;; + *:ekkoBSD:*:*) + echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} + exit ;; + *:SolidBSD:*:*) + echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} + exit ;; + macppc:MirBSD:*:*) + echo powerpc-unknown-mirbsd${UNAME_RELEASE} + exit ;; + *:MirBSD:*:*) + echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} + exit ;; + alpha:OSF1:*:*) + case $UNAME_RELEASE in + *4.0) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` + ;; + *5.*) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` + ;; + esac + # According to Compaq, /usr/sbin/psrinfo has been available on + # OSF/1 and Tru64 systems produced since 1995. I hope that + # covers most systems running today. This code pipes the CPU + # types through head -n 1, so we only detect the type of CPU 0. + ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` + case "$ALPHA_CPU_TYPE" in + "EV4 (21064)") + UNAME_MACHINE="alpha" ;; + "EV4.5 (21064)") + UNAME_MACHINE="alpha" ;; + "LCA4 (21066/21068)") + UNAME_MACHINE="alpha" ;; + "EV5 (21164)") + UNAME_MACHINE="alphaev5" ;; + "EV5.6 (21164A)") + UNAME_MACHINE="alphaev56" ;; + "EV5.6 (21164PC)") + UNAME_MACHINE="alphapca56" ;; + "EV5.7 (21164PC)") + UNAME_MACHINE="alphapca57" ;; + "EV6 (21264)") + UNAME_MACHINE="alphaev6" ;; + "EV6.7 (21264A)") + UNAME_MACHINE="alphaev67" ;; + "EV6.8CB (21264C)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8AL (21264B)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8CX (21264D)") + UNAME_MACHINE="alphaev68" ;; + "EV6.9A (21264/EV69A)") + UNAME_MACHINE="alphaev69" ;; + "EV7 (21364)") + UNAME_MACHINE="alphaev7" ;; + "EV7.9 (21364A)") + UNAME_MACHINE="alphaev79" ;; + esac + # A Pn.n version is a patched version. + # A Vn.n version is a released version. + # A Tn.n version is a released field test version. + # A Xn.n version is an unreleased experimental baselevel. + # 1.2 uses "1.2" for uname -r. + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + exit ;; + Alpha\ *:Windows_NT*:*) + # How do we know it's Interix rather than the generic POSIX subsystem? + # Should we change UNAME_MACHINE based on the output of uname instead + # of the specific Alpha model? + echo alpha-pc-interix + exit ;; + 21064:Windows_NT:50:3) + echo alpha-dec-winnt3.5 + exit ;; + Amiga*:UNIX_System_V:4.0:*) + echo m68k-unknown-sysv4 + exit ;; + *:[Aa]miga[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-amigaos + exit ;; + *:[Mm]orph[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-morphos + exit ;; + *:OS/390:*:*) + echo i370-ibm-openedition + exit ;; + *:z/VM:*:*) + echo s390-ibm-zvmoe + exit ;; + *:OS400:*:*) + echo powerpc-ibm-os400 + exit ;; + arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) + echo arm-acorn-riscix${UNAME_RELEASE} + exit ;; + arm:riscos:*:*|arm:RISCOS:*:*) + echo arm-unknown-riscos + exit ;; + SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) + echo hppa1.1-hitachi-hiuxmpp + exit ;; + Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) + # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. + if test "`(/bin/universe) 2>/dev/null`" = att ; then + echo pyramid-pyramid-sysv3 + else + echo pyramid-pyramid-bsd + fi + exit ;; + NILE*:*:*:dcosx) + echo pyramid-pyramid-svr4 + exit ;; + DRS?6000:unix:4.0:6*) + echo sparc-icl-nx6 + exit ;; + DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) + case `/usr/bin/uname -p` in + sparc) echo sparc-icl-nx7; exit ;; + esac ;; + s390x:SunOS:*:*) + echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4H:SunOS:5.*:*) + echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) + echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) + echo i386-pc-auroraux${UNAME_RELEASE} + exit ;; + i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) + eval $set_cc_for_build + SUN_ARCH="i386" + # If there is a compiler, see if it is configured for 64-bit objects. + # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. + # This test works for both compilers. + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + SUN_ARCH="x86_64" + fi + fi + echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:6*:*) + # According to config.sub, this is the proper way to canonicalize + # SunOS6. Hard to guess exactly what SunOS6 will be like, but + # it's likely to be more like Solaris than SunOS4. + echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:*:*) + case "`/usr/bin/arch -k`" in + Series*|S4*) + UNAME_RELEASE=`uname -v` + ;; + esac + # Japanese Language versions have a version number like `4.1.3-JL'. + echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` + exit ;; + sun3*:SunOS:*:*) + echo m68k-sun-sunos${UNAME_RELEASE} + exit ;; + sun*:*:4.2BSD:*) + UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` + test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 + case "`/bin/arch`" in + sun3) + echo m68k-sun-sunos${UNAME_RELEASE} + ;; + sun4) + echo sparc-sun-sunos${UNAME_RELEASE} + ;; + esac + exit ;; + aushp:SunOS:*:*) + echo sparc-auspex-sunos${UNAME_RELEASE} + exit ;; + # The situation for MiNT is a little confusing. The machine name + # can be virtually everything (everything which is not + # "atarist" or "atariste" at least should have a processor + # > m68000). The system name ranges from "MiNT" over "FreeMiNT" + # to the lowercase version "mint" (or "freemint"). Finally + # the system name "TOS" denotes a system which is actually not + # MiNT. But MiNT is downward compatible to TOS, so this should + # be no problem. + atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) + echo m68k-milan-mint${UNAME_RELEASE} + exit ;; + hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) + echo m68k-hades-mint${UNAME_RELEASE} + exit ;; + *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) + echo m68k-unknown-mint${UNAME_RELEASE} + exit ;; + m68k:machten:*:*) + echo m68k-apple-machten${UNAME_RELEASE} + exit ;; + powerpc:machten:*:*) + echo powerpc-apple-machten${UNAME_RELEASE} + exit ;; + RISC*:Mach:*:*) + echo mips-dec-mach_bsd4.3 + exit ;; + RISC*:ULTRIX:*:*) + echo mips-dec-ultrix${UNAME_RELEASE} + exit ;; + VAX*:ULTRIX*:*:*) + echo vax-dec-ultrix${UNAME_RELEASE} + exit ;; + 2020:CLIX:*:* | 2430:CLIX:*:*) + echo clipper-intergraph-clix${UNAME_RELEASE} + exit ;; + mips:*:*:UMIPS | mips:*:*:RISCos) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c +#ifdef __cplusplus +#include /* for printf() prototype */ + int main (int argc, char *argv[]) { +#else + int main (argc, argv) int argc; char *argv[]; { +#endif + #if defined (host_mips) && defined (MIPSEB) + #if defined (SYSTYPE_SYSV) + printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_SVR4) + printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) + printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); + #endif + #endif + exit (-1); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c && + dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && + SYSTEM_NAME=`$dummy $dummyarg` && + { echo "$SYSTEM_NAME"; exit; } + echo mips-mips-riscos${UNAME_RELEASE} + exit ;; + Motorola:PowerMAX_OS:*:*) + echo powerpc-motorola-powermax + exit ;; + Motorola:*:4.3:PL8-*) + echo powerpc-harris-powermax + exit ;; + Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) + echo powerpc-harris-powermax + exit ;; + Night_Hawk:Power_UNIX:*:*) + echo powerpc-harris-powerunix + exit ;; + m88k:CX/UX:7*:*) + echo m88k-harris-cxux7 + exit ;; + m88k:*:4*:R4*) + echo m88k-motorola-sysv4 + exit ;; + m88k:*:3*:R3*) + echo m88k-motorola-sysv3 + exit ;; + AViiON:dgux:*:*) + # DG/UX returns AViiON for all architectures + UNAME_PROCESSOR=`/usr/bin/uname -p` + if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] + then + if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ + [ ${TARGET_BINARY_INTERFACE}x = x ] + then + echo m88k-dg-dgux${UNAME_RELEASE} + else + echo m88k-dg-dguxbcs${UNAME_RELEASE} + fi + else + echo i586-dg-dgux${UNAME_RELEASE} + fi + exit ;; + M88*:DolphinOS:*:*) # DolphinOS (SVR3) + echo m88k-dolphin-sysv3 + exit ;; + M88*:*:R3*:*) + # Delta 88k system running SVR3 + echo m88k-motorola-sysv3 + exit ;; + XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) + echo m88k-tektronix-sysv3 + exit ;; + Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) + echo m68k-tektronix-bsd + exit ;; + *:IRIX*:*:*) + echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` + exit ;; + ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. + echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id + exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' + i*86:AIX:*:*) + echo i386-ibm-aix + exit ;; + ia64:AIX:*:*) + if [ -x /usr/bin/oslevel ] ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + fi + echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} + exit ;; + *:AIX:2:3) + if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + + main() + { + if (!__power_pc()) + exit(1); + puts("powerpc-ibm-aix3.2.5"); + exit(0); + } +EOF + if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` + then + echo "$SYSTEM_NAME" + else + echo rs6000-ibm-aix3.2.5 + fi + elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then + echo rs6000-ibm-aix3.2.4 + else + echo rs6000-ibm-aix3.2 + 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 + IBM_ARCH=rs6000 + else + IBM_ARCH=powerpc + fi + if [ -x /usr/bin/oslevel ] ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + fi + echo ${IBM_ARCH}-ibm-aix${IBM_REV} + exit ;; + *:AIX:*:*) + echo rs6000-ibm-aix + exit ;; + ibmrt:4.4BSD:*|romp-ibm:BSD:*) + echo romp-ibm-bsd4.4 + exit ;; + ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and + echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to + exit ;; # report: romp-ibm BSD 4.3 + *:BOSX:*:*) + echo rs6000-bull-bosx + exit ;; + DPX/2?00:B.O.S.:*:*) + echo m68k-bull-sysv3 + exit ;; + 9000/[34]??:4.3bsd:1.*:*) + echo m68k-hp-bsd + exit ;; + hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) + echo m68k-hp-bsd4.4 + exit ;; + 9000/[34678]??:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + case "${UNAME_MACHINE}" in + 9000/31? ) HP_ARCH=m68000 ;; + 9000/[34]?? ) HP_ARCH=m68k ;; + 9000/[678][0-9][0-9]) + if [ -x /usr/bin/getconf ]; then + sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` + sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` + case "${sc_cpu_version}" in + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 + 532) # CPU_PA_RISC2_0 + case "${sc_kernel_bits}" in + 32) HP_ARCH="hppa2.0n" ;; + 64) HP_ARCH="hppa2.0w" ;; + '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 + esac ;; + esac + fi + if [ "${HP_ARCH}" = "" ]; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + + #define _HPUX_SOURCE + #include + #include + + int main () + { + #if defined(_SC_KERNEL_BITS) + long bits = sysconf(_SC_KERNEL_BITS); + #endif + long cpu = sysconf (_SC_CPU_VERSION); + + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1"); break; + case CPU_PA_RISC2_0: + #if defined(_SC_KERNEL_BITS) + switch (bits) + { + case 64: puts ("hppa2.0w"); break; + case 32: puts ("hppa2.0n"); break; + default: puts ("hppa2.0"); break; + } break; + #else /* !defined(_SC_KERNEL_BITS) */ + puts ("hppa2.0"); break; + #endif + default: puts ("hppa1.0"); break; + } + exit (0); + } +EOF + (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` + test -z "$HP_ARCH" && HP_ARCH=hppa + fi ;; + esac + if [ ${HP_ARCH} = "hppa2.0w" ] + then + eval $set_cc_for_build + + # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating + # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler + # generating 64-bit code. GNU and HP use different nomenclature: + # + # $ CC_FOR_BUILD=cc ./config.guess + # => hppa2.0w-hp-hpux11.23 + # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess + # => hppa64-hp-hpux11.23 + + if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | + grep -q __LP64__ + then + HP_ARCH="hppa2.0w" + else + HP_ARCH="hppa64" + fi + fi + echo ${HP_ARCH}-hp-hpux${HPUX_REV} + exit ;; + ia64:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + echo ia64-hp-hpux${HPUX_REV} + exit ;; + 3050*:HI-UX:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + int + main () + { + long cpu = sysconf (_SC_CPU_VERSION); + /* The order matters, because CPU_IS_HP_MC68K erroneously returns + true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct + results, however. */ + if (CPU_IS_PA_RISC (cpu)) + { + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; + case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; + default: puts ("hppa-hitachi-hiuxwe2"); break; + } + } + else if (CPU_IS_HP_MC68K (cpu)) + puts ("m68k-hitachi-hiuxwe2"); + else puts ("unknown-hitachi-hiuxwe2"); + exit (0); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && + { echo "$SYSTEM_NAME"; exit; } + echo unknown-hitachi-hiuxwe2 + exit ;; + 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) + echo hppa1.1-hp-bsd + exit ;; + 9000/8??:4.3bsd:*:*) + echo hppa1.0-hp-bsd + exit ;; + *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) + echo hppa1.0-hp-mpeix + exit ;; + hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) + echo hppa1.1-hp-osf + exit ;; + hp8??:OSF1:*:*) + echo hppa1.0-hp-osf + exit ;; + i*86:OSF1:*:*) + if [ -x /usr/sbin/sysversion ] ; then + echo ${UNAME_MACHINE}-unknown-osf1mk + else + echo ${UNAME_MACHINE}-unknown-osf1 + fi + exit ;; + parisc*:Lites*:*:*) + echo hppa1.1-hp-lites + exit ;; + C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) + echo c1-convex-bsd + exit ;; + C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit ;; + C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) + echo c34-convex-bsd + exit ;; + C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) + echo c38-convex-bsd + exit ;; + C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) + echo c4-convex-bsd + exit ;; + CRAY*Y-MP:*:*:*) + echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*[A-Z]90:*:*:*) + echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ + | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ + -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ + -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*TS:*:*:*) + echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*T3E:*:*:*) + echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*SV1:*:*:*) + echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + *:UNICOS/mp:*:*) + echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) + FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` + echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit ;; + 5000:UNIX_System_V:4.*:*) + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` + echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit ;; + i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) + echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} + exit ;; + sparc*:BSD/OS:*:*) + echo sparc-unknown-bsdi${UNAME_RELEASE} + exit ;; + *:BSD/OS:*:*) + echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} + exit ;; + *:FreeBSD:*:*) + case ${UNAME_MACHINE} in + pc98) + echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + amd64) + echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + *) + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + esac + exit ;; + i*:CYGWIN*:*) + echo ${UNAME_MACHINE}-pc-cygwin + exit ;; + *:MINGW*:*) + echo ${UNAME_MACHINE}-pc-mingw32 + exit ;; + i*:windows32*:*) + # uname -m includes "-pc" on this system. + echo ${UNAME_MACHINE}-mingw32 + exit ;; + i*:PW*:*) + echo ${UNAME_MACHINE}-pc-pw32 + exit ;; + *:Interix*:*) + case ${UNAME_MACHINE} in + x86) + echo i586-pc-interix${UNAME_RELEASE} + exit ;; + authenticamd | genuineintel | EM64T) + 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 + exit ;; + 8664:Windows_NT:*) + echo x86_64-pc-mks + exit ;; + i*:Windows_NT*:* | Pentium*:Windows_NT*:*) + # How do we know it's Interix rather than the generic POSIX subsystem? + # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we + # UNAME_MACHINE based on the output of uname instead of i386? + echo i586-pc-interix + exit ;; + i*:UWIN*:*) + echo ${UNAME_MACHINE}-pc-uwin + exit ;; + amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) + echo x86_64-unknown-cygwin + exit ;; + p*:CYGWIN*:*) + echo powerpcle-unknown-cygwin + exit ;; + prep*:SunOS:5.*:*) + echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + *:GNU:*:*) + # the GNU system + echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` + exit ;; + *:GNU/*:*:*) + # other systems with GNU libc and userland + echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu + exit ;; + i*86:Minix:*:*) + echo ${UNAME_MACHINE}-pc-minix + exit ;; + alpha:Linux:*:*) + case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in + EV5) UNAME_MACHINE=alphaev5 ;; + EV56) UNAME_MACHINE=alphaev56 ;; + PCA56) UNAME_MACHINE=alphapca56 ;; + PCA57) UNAME_MACHINE=alphapca56 ;; + EV6) UNAME_MACHINE=alphaev6 ;; + EV67) UNAME_MACHINE=alphaev67 ;; + EV68*) UNAME_MACHINE=alphaev68 ;; + esac + objdump --private-headers /bin/sh | grep -q ld.so.1 + if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi + echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} + 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:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + cris:Linux:*:*) + echo cris-axis-linux-gnu + exit ;; + crisv32:Linux:*:*) + echo crisv32-axis-linux-gnu + exit ;; + frv:Linux:*:*) + echo frv-unknown-linux-gnu + exit ;; + i*86:Linux:*:*) + LIBC=gnu + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #ifdef __dietlibc__ + LIBC=dietlibc + #endif +EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` + echo "${UNAME_MACHINE}-pc-linux-${LIBC}" + exit ;; + ia64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + m32r*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + m68*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + mips:Linux:*:* | mips64:Linux:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #undef CPU + #undef ${UNAME_MACHINE} + #undef ${UNAME_MACHINE}el + #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) + CPU=${UNAME_MACHINE}el + #else + #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) + CPU=${UNAME_MACHINE} + #else + CPU= + #endif + #endif +EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } + ;; + or32:Linux:*:*) + echo or32-unknown-linux-gnu + exit ;; + padre:Linux:*:*) + echo sparc-unknown-linux-gnu + exit ;; + parisc64:Linux:*:* | hppa64:Linux:*:*) + echo hppa64-unknown-linux-gnu + exit ;; + parisc:Linux:*:* | hppa:Linux:*:*) + # Look for CPU level + case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in + PA7*) echo hppa1.1-unknown-linux-gnu ;; + PA8*) echo hppa2.0-unknown-linux-gnu ;; + *) echo hppa-unknown-linux-gnu ;; + esac + exit ;; + ppc64:Linux:*:*) + echo powerpc64-unknown-linux-gnu + exit ;; + ppc:Linux:*:*) + echo powerpc-unknown-linux-gnu + exit ;; + s390:Linux:*:* | s390x:Linux:*:*) + echo ${UNAME_MACHINE}-ibm-linux + exit ;; + sh64*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + sh*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + sparc:Linux:*:* | sparc64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + vax:Linux:*:*) + echo ${UNAME_MACHINE}-dec-linux-gnu + exit ;; + x86_64:Linux:*:*) + echo x86_64-unknown-linux-gnu + exit ;; + xtensa*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + i*86:DYNIX/ptx:4*:*) + # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. + # earlier versions are messed up and put the nodename in both + # sysname and nodename. + echo i386-sequent-sysv4 + exit ;; + i*86:UNIX_SV:4.2MP:2.*) + # Unixware is an offshoot of SVR4, but it has its own version + # number series starting with 2... + # I am not positive that other SVR4 systems won't match this, + # I just have to hope. -- rms. + # Use sysv4.2uw... so that sysv4* matches it. + echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} + exit ;; + i*86:OS/2:*:*) + # If we were able to find `uname', then EMX Unix compatibility + # is probably installed. + echo ${UNAME_MACHINE}-pc-os2-emx + exit ;; + i*86:XTS-300:*:STOP) + echo ${UNAME_MACHINE}-unknown-stop + exit ;; + i*86:atheos:*:*) + echo ${UNAME_MACHINE}-unknown-atheos + exit ;; + i*86:syllable:*:*) + echo ${UNAME_MACHINE}-pc-syllable + exit ;; + i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) + echo i386-unknown-lynxos${UNAME_RELEASE} + exit ;; + i*86:*DOS:*:*) + echo ${UNAME_MACHINE}-pc-msdosdjgpp + exit ;; + i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) + UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` + if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then + echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} + else + echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} + fi + exit ;; + i*86:*:5:[678]*) + # UnixWare 7.x, OpenUNIX and OpenServer 6. + case `/bin/uname -X | grep "^Machine"` in + *486*) UNAME_MACHINE=i486 ;; + *Pentium) UNAME_MACHINE=i586 ;; + *Pent*|*Celeron) UNAME_MACHINE=i686 ;; + esac + echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} + exit ;; + i*86:*:3.2:*) + if test -f /usr/options/cb.name; then + UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then + UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` + (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 + (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ + && UNAME_MACHINE=i586 + (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ + && UNAME_MACHINE=i686 + (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ + && UNAME_MACHINE=i686 + echo ${UNAME_MACHINE}-pc-sco$UNAME_REL + else + echo ${UNAME_MACHINE}-pc-sysv32 + fi + exit ;; + pc:*:*:*) + # Left here for compatibility: + # uname -m prints for DJGPP always 'pc', but it prints nothing about + # the processor, so we play safe by assuming i586. + # Note: whatever this is, it MUST be the same as what config.sub + # prints for the "djgpp" host, or else GDB configury will decide that + # this is a cross-build. + echo i586-pc-msdosdjgpp + exit ;; + Intel:Mach:3*:*) + echo i386-pc-mach3 + exit ;; + paragon:*:*:*) + echo i860-intel-osf1 + exit ;; + i860:*:4.*:*) # i860-SVR4 + if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then + echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 + else # Add other i860-SVR4 vendors below as they are discovered. + echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 + fi + exit ;; + mini*:CTIX:SYS*5:*) + # "miniframe" + echo m68010-convergent-sysv + exit ;; + mc68k:UNIX:SYSTEM5:3.51m) + echo m68k-convergent-sysv + exit ;; + M680?0:D-NIX:5.3:*) + echo m68k-diab-dnix + exit ;; + M68*:*:R3V[5678]*:*) + test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; + 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) + OS_REL='' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; + 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4; exit; } ;; + NCR*:*:4.2:* | MPRAS*:*:4.2:*) + OS_REL='.3' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; + m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) + echo m68k-unknown-lynxos${UNAME_RELEASE} + exit ;; + mc68030:UNIX_System_V:4.*:*) + echo m68k-atari-sysv4 + exit ;; + TSUNAMI:LynxOS:2.*:*) + echo sparc-unknown-lynxos${UNAME_RELEASE} + exit ;; + rs6000:LynxOS:2.*:*) + echo rs6000-unknown-lynxos${UNAME_RELEASE} + exit ;; + PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) + echo powerpc-unknown-lynxos${UNAME_RELEASE} + exit ;; + SM[BE]S:UNIX_SV:*:*) + echo mips-dde-sysv${UNAME_RELEASE} + exit ;; + RM*:ReliantUNIX-*:*:*) + echo mips-sni-sysv4 + exit ;; + RM*:SINIX-*:*:*) + echo mips-sni-sysv4 + exit ;; + *:SINIX-*:*:*) + if uname -p 2>/dev/null >/dev/null ; then + UNAME_MACHINE=`(uname -p) 2>/dev/null` + echo ${UNAME_MACHINE}-sni-sysv4 + else + echo ns32k-sni-sysv + fi + exit ;; + PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort + # says + echo i586-unisys-sysv4 + exit ;; + *:UNIX_System_V:4*:FTX*) + # From Gerald Hewes . + # How about differentiating between stratus architectures? -djm + echo hppa1.1-stratus-sysv4 + exit ;; + *:*:*:FTX*) + # From seanf@swdc.stratus.com. + echo i860-stratus-sysv4 + exit ;; + i*86:VOS:*:*) + # From Paul.Green@stratus.com. + echo ${UNAME_MACHINE}-stratus-vos + exit ;; + *:VOS:*:*) + # From Paul.Green@stratus.com. + echo hppa1.1-stratus-vos + exit ;; + mc68*:A/UX:*:*) + echo m68k-apple-aux${UNAME_RELEASE} + exit ;; + news*:NEWS-OS:6*:*) + echo mips-sony-newsos6 + exit ;; + R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) + if [ -d /usr/nec ]; then + echo mips-nec-sysv${UNAME_RELEASE} + else + echo mips-unknown-sysv${UNAME_RELEASE} + fi + exit ;; + BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. + echo powerpc-be-beos + exit ;; + BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. + echo powerpc-apple-beos + exit ;; + BePC:BeOS:*:*) # BeOS running on Intel PC compatible. + echo i586-pc-beos + exit ;; + BePC:Haiku:*:*) # Haiku running on Intel PC compatible. + echo i586-pc-haiku + exit ;; + SX-4:SUPER-UX:*:*) + echo sx4-nec-superux${UNAME_RELEASE} + exit ;; + SX-5:SUPER-UX:*:*) + echo sx5-nec-superux${UNAME_RELEASE} + exit ;; + SX-6:SUPER-UX:*:*) + 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} + exit ;; + *:Rhapsody:*:*) + echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} + exit ;; + *:Darwin:*:*) + UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown + case $UNAME_PROCESSOR in + i386) + eval $set_cc_for_build + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + UNAME_PROCESSOR="x86_64" + fi + fi ;; + unknown) UNAME_PROCESSOR=powerpc ;; + esac + echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} + exit ;; + *:procnto*:*:* | *:QNX:[0123456789]*:*) + UNAME_PROCESSOR=`uname -p` + if test "$UNAME_PROCESSOR" = "x86"; then + UNAME_PROCESSOR=i386 + UNAME_MACHINE=pc + fi + echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} + exit ;; + *:QNX:*:4*) + echo i386-pc-qnx + exit ;; + NSE-?:NONSTOP_KERNEL:*:*) + echo nse-tandem-nsk${UNAME_RELEASE} + exit ;; + NSR-?:NONSTOP_KERNEL:*:*) + echo nsr-tandem-nsk${UNAME_RELEASE} + exit ;; + *:NonStop-UX:*:*) + echo mips-compaq-nonstopux + exit ;; + BS2000:POSIX*:*:*) + echo bs2000-siemens-sysv + exit ;; + DS/*:UNIX_System_V:*:*) + echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} + exit ;; + *:Plan9:*:*) + # "uname -m" is not consistent, so use $cputype instead. 386 + # is converted to i386 for consistency with other x86 + # operating systems. + if test "$cputype" = "386"; then + UNAME_MACHINE=i386 + else + UNAME_MACHINE="$cputype" + fi + echo ${UNAME_MACHINE}-unknown-plan9 + exit ;; + *:TOPS-10:*:*) + echo pdp10-unknown-tops10 + exit ;; + *:TENEX:*:*) + echo pdp10-unknown-tenex + exit ;; + KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) + echo pdp10-dec-tops20 + exit ;; + XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) + echo pdp10-xkl-tops20 + exit ;; + *:TOPS-20:*:*) + echo pdp10-unknown-tops20 + exit ;; + *:ITS:*:*) + echo pdp10-unknown-its + exit ;; + SEI:*:*:SEIUX) + echo mips-sei-seiux${UNAME_RELEASE} + exit ;; + *:DragonFly:*:*) + echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + exit ;; + *:*VMS:*:*) + UNAME_MACHINE=`(uname -p) 2>/dev/null` + case "${UNAME_MACHINE}" in + A*) echo alpha-dec-vms ; exit ;; + I*) echo ia64-dec-vms ; exit ;; + V*) echo vax-dec-vms ; exit ;; + esac ;; + *:XENIX:*:SysV) + echo i386-pc-xenix + exit ;; + i*86:skyos:*:*) + echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' + exit ;; + i*86:rdos:*:*) + echo ${UNAME_MACHINE}-pc-rdos + exit ;; + i*86:AROS:*:*) + echo ${UNAME_MACHINE}-pc-aros + exit ;; +esac + +#echo '(No uname command or uname output not recognized.)' 1>&2 +#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 + +eval $set_cc_for_build +cat >$dummy.c < +# include +#endif +main () +{ +#if defined (sony) +#if defined (MIPSEB) + /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, + I don't know.... */ + printf ("mips-sony-bsd\n"); exit (0); +#else +#include + printf ("m68k-sony-newsos%s\n", +#ifdef NEWSOS4 + "4" +#else + "" +#endif + ); exit (0); +#endif +#endif + +#if defined (__arm) && defined (__acorn) && defined (__unix) + printf ("arm-acorn-riscix\n"); exit (0); +#endif + +#if defined (hp300) && !defined (hpux) + printf ("m68k-hp-bsd\n"); exit (0); +#endif + +#if defined (NeXT) +#if !defined (__ARCHITECTURE__) +#define __ARCHITECTURE__ "m68k" +#endif + int version; + version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; + if (version < 4) + printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); + else + printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); + exit (0); +#endif + +#if defined (MULTIMAX) || defined (n16) +#if defined (UMAXV) + printf ("ns32k-encore-sysv\n"); exit (0); +#else +#if defined (CMU) + printf ("ns32k-encore-mach\n"); exit (0); +#else + printf ("ns32k-encore-bsd\n"); exit (0); +#endif +#endif +#endif + +#if defined (__386BSD__) + printf ("i386-pc-bsd\n"); exit (0); +#endif + +#if defined (sequent) +#if defined (i386) + printf ("i386-sequent-dynix\n"); exit (0); +#endif +#if defined (ns32000) + printf ("ns32k-sequent-dynix\n"); exit (0); +#endif +#endif + +#if defined (_SEQUENT_) + struct utsname un; + + uname(&un); + + if (strncmp(un.version, "V2", 2) == 0) { + printf ("i386-sequent-ptx2\n"); exit (0); + } + if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ + printf ("i386-sequent-ptx1\n"); exit (0); + } + printf ("i386-sequent-ptx\n"); exit (0); + +#endif + +#if defined (vax) +# if !defined (ultrix) +# include +# if defined (BSD) +# if BSD == 43 + printf ("vax-dec-bsd4.3\n"); exit (0); +# else +# if BSD == 199006 + printf ("vax-dec-bsd4.3reno\n"); exit (0); +# else + printf ("vax-dec-bsd\n"); exit (0); +# endif +# endif +# else + printf ("vax-dec-bsd\n"); exit (0); +# endif +# else + printf ("vax-dec-ultrix\n"); exit (0); +# endif +#endif + +#if defined (alliant) && defined (i860) + printf ("i860-alliant-bsd\n"); exit (0); +#endif + + exit (1); +} +EOF + +$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && + { echo "$SYSTEM_NAME"; exit; } + +# Apollos put the system type in the environment. + +test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; } + +# Convex versions that predate uname can use getsysinfo(1) + +if [ -x /usr/convex/getsysinfo ] +then + case `getsysinfo -f cpu_type` in + c1*) + echo c1-convex-bsd + exit ;; + c2*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit ;; + c34*) + echo c34-convex-bsd + exit ;; + c38*) + echo c38-convex-bsd + exit ;; + c4*) + echo c4-convex-bsd + exit ;; + esac +fi + +cat >&2 < in order to provide the needed +information to handle your system. + +config.guess timestamp = $timestamp + +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null` + +hostinfo = `(hostinfo) 2>/dev/null` +/bin/universe = `(/bin/universe) 2>/dev/null` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` +/bin/arch = `(/bin/arch) 2>/dev/null` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` + +UNAME_MACHINE = ${UNAME_MACHINE} +UNAME_RELEASE = ${UNAME_RELEASE} +UNAME_SYSTEM = ${UNAME_SYSTEM} +UNAME_VERSION = ${UNAME_VERSION} +EOF + +exit 1 + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: diff --git a/libXfixes/config.h.in b/libXfixes/config.h.in new file mode 100644 index 000000000..4711f3dbf --- /dev/null +++ b/libXfixes/config.h.in @@ -0,0 +1,71 @@ +/* config.h.in. Generated from configure.ac by autoheader. */ + +/* Define to 1 if you have the header file. */ +#undef HAVE_DLFCN_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_INTTYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_MEMORY_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDLIB_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRING_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_STAT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_UNISTD_H + +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + +/* Name of package */ +#undef PACKAGE + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME + +/* Define to the home page for this package. */ +#undef PACKAGE_URL + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION + +/* Major version of this package */ +#undef PACKAGE_VERSION_MAJOR + +/* Minor version of this package */ +#undef PACKAGE_VERSION_MINOR + +/* Patch version of this package */ +#undef PACKAGE_VERSION_PATCHLEVEL + +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Version number of package */ +#undef VERSION diff --git a/libXfixes/config.sub b/libXfixes/config.sub new file mode 100755 index 000000000..2a55a5075 --- /dev/null +++ b/libXfixes/config.sub @@ -0,0 +1,1705 @@ +#! /bin/sh +# Configuration validation subroutine script. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +# Free Software Foundation, Inc. + +timestamp='2009-11-20' + +# This file is (in principle) common to ALL GNU software. +# The presence of a machine in this file suggests that SOME GNU software +# can handle that machine. It does not imply ALL GNU software can. +# +# This file 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 +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA +# 02110-1301, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + + +# Please send patches to . Submit a context +# diff and a properly formatted GNU ChangeLog entry. +# +# Configuration subroutine to validate and canonicalize a configuration type. +# Supply the specified configuration type as an argument. +# If it is invalid, we print an error message on stderr and exit with code 1. +# Otherwise, we print the canonical config type on stdout and succeed. + +# You can get the latest version of this script from: +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD + +# This file is supposed to be the same for all GNU packages +# and recognize all the CPU types, system types and aliases +# that are meaningful with *any* GNU software. +# Each package is responsible for reporting which valid configurations +# it does not support. The user should be able to distinguish +# a failure to support a valid configuration from a meaningless +# configuration. + +# The goal of this file is to map all the various variations of a given +# machine specification into a single specification in the form: +# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM +# or in some cases, the newer four-part form: +# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM +# It is wrong to echo any other type of specification. + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] CPU-MFR-OPSYS + $0 [OPTION] ALIAS + +Canonicalize a configuration name. + +Operation modes: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +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 +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit ;; + --version | -v ) + echo "$version" ; exit ;; + --help | --h* | -h ) + echo "$usage"; exit ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" + exit 1 ;; + + *local*) + # First pass through any local machine types. + echo $1 + exit ;; + + * ) + break ;; + esac +done + +case $# in + 0) echo "$me: missing argument$help" >&2 + exit 1;; + 1) ;; + *) echo "$me: too many arguments$help" >&2 + exit 1;; +esac + +# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). +# Here we must recognize all the valid KERNEL-OS combinations. +maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` +case $maybe_os in + nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ + uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ + kopensolaris*-gnu* | \ + storm-chaos* | os2-emx* | rtmk-nova*) + os=-$maybe_os + basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` + ;; + *) + basic_machine=`echo $1 | sed 's/-[^-]*$//'` + if [ $basic_machine != $1 ] + then os=`echo $1 | sed 's/.*-/-/'` + else os=; fi + ;; +esac + +### Let's recognize common machines as not being operating systems so +### that things like config.sub decstation-3100 work. We also +### recognize some manufacturers as not being operating systems, so we +### can provide default operating systems below. +case $os in + -sun*os*) + # Prevent following clause from handling this invalid input. + ;; + -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ + -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ + -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ + -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ + -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ + -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ + -apple | -axis | -knuth | -cray | -microblaze) + os= + basic_machine=$1 + ;; + -bluegene*) + os=-cnk + ;; + -sim | -cisco | -oki | -wec | -winbond) + os= + basic_machine=$1 + ;; + -scout) + ;; + -wrs) + os=-vxworks + basic_machine=$1 + ;; + -chorusos*) + os=-chorusos + basic_machine=$1 + ;; + -chorusrdb) + os=-chorusrdb + basic_machine=$1 + ;; + -hiux*) + os=-hiuxwe2 + ;; + -sco6) + os=-sco5v6 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco5) + os=-sco3.2v5 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco4) + os=-sco3.2v4 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2.[4-9]*) + os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2v[4-9]*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco5v6*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco*) + os=-sco3.2v2 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -udk*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -isc) + os=-isc2.2 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -clix*) + basic_machine=clipper-intergraph + ;; + -isc*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -lynx*) + os=-lynxos + ;; + -ptx*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` + ;; + -windowsnt*) + os=`echo $os | sed -e 's/windowsnt/winnt/'` + ;; + -psos*) + os=-psos + ;; + -mint | -mint[0-9]*) + basic_machine=m68k-atari + os=-mint + ;; +esac + +# Decode aliases for certain CPU-COMPANY combinations. +case $basic_machine in + # Recognize the basic CPU types without company name. + # Some are omitted here because they have special meanings below. + 1750a | 580 \ + | a29k \ + | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ + | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ + | am33_2.0 \ + | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ + | bfin \ + | 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 \ + | lm32 \ + | m32c | m32r | m32rle | m68000 | m68k | m88k \ + | maxq | mb | microblaze | mcore | mep | metag \ + | mips | mipsbe | mipseb | mipsel | mipsle \ + | mips16 \ + | mips64 | mips64el \ + | mips64octeon | mips64octeonel \ + | mips64orion | mips64orionel \ + | mips64r5900 | mips64r5900el \ + | mips64vr | mips64vrel \ + | mips64vr4100 | mips64vr4100el \ + | mips64vr4300 | mips64vr4300el \ + | mips64vr5000 | mips64vr5000el \ + | mips64vr5900 | mips64vr5900el \ + | mipsisa32 | mipsisa32el \ + | mipsisa32r2 | mipsisa32r2el \ + | mipsisa64 | mipsisa64el \ + | mipsisa64r2 | mipsisa64r2el \ + | mipsisa64sb1 | mipsisa64sb1el \ + | mipsisa64sr71k | mipsisa64sr71kel \ + | mipstx39 | mipstx39el \ + | mn10200 | mn10300 \ + | moxie \ + | mt \ + | msp430 \ + | nios | nios2 \ + | ns16k | ns32k \ + | or32 \ + | pdp10 | pdp11 | pj | pjl \ + | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ + | pyramid \ + | rx \ + | score \ + | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ + | sh64 | sh64le \ + | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ + | spu | strongarm \ + | tahoe | thumb | tic4x | tic80 | tron \ + | ubicom32 \ + | v850 | v850e \ + | we32k \ + | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ + | z8k | z80) + basic_machine=$basic_machine-unknown + ;; + m6811 | m68hc11 | m6812 | m68hc12 | picochip) + # Motorola 68HC11/12. + basic_machine=$basic_machine-unknown + os=-none + ;; + m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) + ;; + ms1) + basic_machine=mt-unknown + ;; + + # We use `pc' rather than `unknown' + # because (1) that's what they normally are, and + # (2) the word "unknown" tends to confuse beginning users. + i*86 | x86_64) + basic_machine=$basic_machine-pc + ;; + # Object if more than one company name word. + *-*-*) + echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + exit 1 + ;; + # Recognize the basic CPU types with company name. + 580-* \ + | a29k-* \ + | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ + | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ + | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ + | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ + | avr-* | avr32-* \ + | bfin-* | bs2000-* \ + | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ + | clipper-* | craynv-* | cydra-* \ + | d10v-* | d30v-* | dlx-* \ + | elxsi-* \ + | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ + | h8300-* | h8500-* \ + | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ + | i*86-* | i860-* | i960-* | ia64-* \ + | ip2k-* | iq2000-* \ + | lm32-* \ + | m32c-* | m32r-* | m32rle-* \ + | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ + | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \ + | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ + | mips16-* \ + | mips64-* | mips64el-* \ + | mips64octeon-* | mips64octeonel-* \ + | mips64orion-* | mips64orionel-* \ + | mips64r5900-* | mips64r5900el-* \ + | mips64vr-* | mips64vrel-* \ + | mips64vr4100-* | mips64vr4100el-* \ + | mips64vr4300-* | mips64vr4300el-* \ + | mips64vr5000-* | mips64vr5000el-* \ + | mips64vr5900-* | mips64vr5900el-* \ + | mipsisa32-* | mipsisa32el-* \ + | mipsisa32r2-* | mipsisa32r2el-* \ + | mipsisa64-* | mipsisa64el-* \ + | mipsisa64r2-* | mipsisa64r2el-* \ + | mipsisa64sb1-* | mipsisa64sb1el-* \ + | mipsisa64sr71k-* | mipsisa64sr71kel-* \ + | mipstx39-* | mipstx39el-* \ + | mmix-* \ + | mt-* \ + | msp430-* \ + | nios-* | nios2-* \ + | none-* | np1-* | ns16k-* | ns32k-* \ + | orion-* \ + | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ + | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ + | pyramid-* \ + | romp-* | rs6000-* | rx-* \ + | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ + | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ + | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ + | sparclite-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ + | tahoe-* | thumb-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \ + | tron-* \ + | ubicom32-* \ + | v850-* | v850e-* | vax-* \ + | we32k-* \ + | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ + | xstormy16-* | xtensa*-* \ + | ymp-* \ + | z8k-* | z80-*) + ;; + # 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. + 386bsd) + basic_machine=i386-unknown + os=-bsd + ;; + 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) + basic_machine=m68000-att + ;; + 3b*) + basic_machine=we32k-att + ;; + a29khif) + basic_machine=a29k-amd + os=-udi + ;; + abacus) + basic_machine=abacus-unknown + ;; + adobe68k) + basic_machine=m68010-adobe + os=-scout + ;; + alliant | fx80) + basic_machine=fx80-alliant + ;; + altos | altos3068) + basic_machine=m68k-altos + ;; + am29k) + basic_machine=a29k-none + os=-bsd + ;; + amd64) + basic_machine=x86_64-pc + ;; + amd64-*) + basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + amdahl) + basic_machine=580-amdahl + os=-sysv + ;; + amiga | amiga-*) + basic_machine=m68k-unknown + ;; + amigaos | amigados) + basic_machine=m68k-unknown + os=-amigaos + ;; + amigaunix | amix) + basic_machine=m68k-unknown + os=-sysv4 + ;; + apollo68) + basic_machine=m68k-apollo + os=-sysv + ;; + apollo68bsd) + basic_machine=m68k-apollo + os=-bsd + ;; + aros) + basic_machine=i386-pc + os=-aros + ;; + aux) + basic_machine=m68k-apple + os=-aux + ;; + balance) + basic_machine=ns32k-sequent + os=-dynix + ;; + blackfin) + basic_machine=bfin-unknown + os=-linux + ;; + blackfin-*) + basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; + bluegene*) + basic_machine=powerpc-ibm + os=-cnk + ;; + c90) + basic_machine=c90-cray + os=-unicos + ;; + cegcc) + basic_machine=arm-unknown + os=-cegcc + ;; + convex-c1) + basic_machine=c1-convex + os=-bsd + ;; + convex-c2) + basic_machine=c2-convex + os=-bsd + ;; + convex-c32) + basic_machine=c32-convex + os=-bsd + ;; + convex-c34) + basic_machine=c34-convex + os=-bsd + ;; + convex-c38) + basic_machine=c38-convex + os=-bsd + ;; + cray | j90) + basic_machine=j90-cray + os=-unicos + ;; + craynv) + basic_machine=craynv-cray + os=-unicosmp + ;; + cr16) + basic_machine=cr16-unknown + os=-elf + ;; + crds | unos) + basic_machine=m68k-crds + ;; + crisv32 | crisv32-* | etraxfs*) + basic_machine=crisv32-axis + ;; + cris | cris-* | etrax*) + basic_machine=cris-axis + ;; + crx) + basic_machine=crx-unknown + os=-elf + ;; + da30 | da30-*) + basic_machine=m68k-da30 + ;; + decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) + basic_machine=mips-dec + ;; + decsystem10* | dec10*) + basic_machine=pdp10-dec + os=-tops10 + ;; + decsystem20* | dec20*) + basic_machine=pdp10-dec + os=-tops20 + ;; + delta | 3300 | motorola-3300 | motorola-delta \ + | 3300-motorola | delta-motorola) + basic_machine=m68k-motorola + ;; + delta88) + basic_machine=m88k-motorola + os=-sysv3 + ;; + dicos) + basic_machine=i686-pc + os=-dicos + ;; + djgpp) + basic_machine=i586-pc + os=-msdosdjgpp + ;; + dpx20 | dpx20-*) + basic_machine=rs6000-bull + os=-bosx + ;; + dpx2* | dpx2*-bull) + basic_machine=m68k-bull + os=-sysv3 + ;; + ebmon29k) + basic_machine=a29k-amd + os=-ebmon + ;; + elxsi) + basic_machine=elxsi-elxsi + os=-bsd + ;; + encore | umax | mmax) + basic_machine=ns32k-encore + ;; + es1800 | OSE68k | ose68k | ose | OSE) + basic_machine=m68k-ericsson + os=-ose + ;; + fx2800) + basic_machine=i860-alliant + ;; + genix) + basic_machine=ns32k-ns + ;; + gmicro) + basic_machine=tron-gmicro + os=-sysv + ;; + go32) + basic_machine=i386-pc + os=-go32 + ;; + h3050r* | hiux*) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + h8300hms) + basic_machine=h8300-hitachi + os=-hms + ;; + h8300xray) + basic_machine=h8300-hitachi + os=-xray + ;; + h8500hms) + basic_machine=h8500-hitachi + os=-hms + ;; + harris) + basic_machine=m88k-harris + os=-sysv3 + ;; + hp300-*) + basic_machine=m68k-hp + ;; + hp300bsd) + basic_machine=m68k-hp + os=-bsd + ;; + hp300hpux) + basic_machine=m68k-hp + os=-hpux + ;; + hp3k9[0-9][0-9] | hp9[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k2[0-9][0-9] | hp9k31[0-9]) + basic_machine=m68000-hp + ;; + hp9k3[2-9][0-9]) + basic_machine=m68k-hp + ;; + hp9k6[0-9][0-9] | hp6[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k7[0-79][0-9] | hp7[0-79][0-9]) + basic_machine=hppa1.1-hp + ;; + hp9k78[0-9] | hp78[0-9]) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][13679] | hp8[0-9][13679]) + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][0-9] | hp8[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hppa-next) + os=-nextstep3 + ;; + hppaosf) + basic_machine=hppa1.1-hp + os=-osf + ;; + hppro) + basic_machine=hppa1.1-hp + os=-proelf + ;; + i370-ibm* | ibm*) + basic_machine=i370-ibm + ;; +# I'm not sure what "Sysv32" means. Should this be sysv3.2? + i*86v32) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv32 + ;; + i*86v4*) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv4 + ;; + i*86v) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv + ;; + i*86sol2) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-solaris2 + ;; + i386mach) + basic_machine=i386-mach + os=-mach + ;; + i386-vsta | vsta) + basic_machine=i386-unknown + os=-vsta + ;; + iris | iris4d) + basic_machine=mips-sgi + case $os in + -irix*) + ;; + *) + os=-irix4 + ;; + esac + ;; + isi68 | isi) + basic_machine=m68k-isi + 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 + ;; + magnum | m3230) + basic_machine=mips-mips + os=-sysv + ;; + merlin) + basic_machine=ns32k-utek + os=-sysv + ;; + microblaze) + basic_machine=microblaze-xilinx + ;; + mingw32) + basic_machine=i386-pc + os=-mingw32 + ;; + mingw32ce) + basic_machine=arm-unknown + os=-mingw32ce + ;; + miniframe) + basic_machine=m68000-convergent + ;; + *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) + basic_machine=m68k-atari + os=-mint + ;; + mips3*-*) + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` + ;; + mips3*) + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown + ;; + monitor) + basic_machine=m68k-rom68k + os=-coff + ;; + morphos) + basic_machine=powerpc-unknown + os=-morphos + ;; + msdos) + basic_machine=i386-pc + os=-msdos + ;; + ms1-*) + basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` + ;; + mvs) + basic_machine=i370-ibm + os=-mvs + ;; + ncr3000) + basic_machine=i486-ncr + os=-sysv4 + ;; + netbsd386) + basic_machine=i386-unknown + os=-netbsd + ;; + netwinder) + basic_machine=armv4l-rebel + os=-linux + ;; + news | news700 | news800 | news900) + basic_machine=m68k-sony + os=-newsos + ;; + news1000) + basic_machine=m68030-sony + os=-newsos + ;; + news-3600 | risc-news) + basic_machine=mips-sony + os=-newsos + ;; + necv70) + basic_machine=v70-nec + os=-sysv + ;; + next | m*-next ) + basic_machine=m68k-next + case $os in + -nextstep* ) + ;; + -ns2*) + os=-nextstep2 + ;; + *) + os=-nextstep3 + ;; + esac + ;; + nh3000) + basic_machine=m68k-harris + os=-cxux + ;; + nh[45]000) + basic_machine=m88k-harris + os=-cxux + ;; + nindy960) + basic_machine=i960-intel + os=-nindy + ;; + mon960) + basic_machine=i960-intel + os=-mon960 + ;; + nonstopux) + basic_machine=mips-compaq + os=-nonstopux + ;; + np1) + basic_machine=np1-gould + ;; + nsr-tandem) + basic_machine=nsr-tandem + ;; + op50n-* | op60c-*) + basic_machine=hppa1.1-oki + os=-proelf + ;; + openrisc | openrisc-*) + basic_machine=or32-unknown + ;; + os400) + basic_machine=powerpc-ibm + os=-os400 + ;; + OSE68000 | ose68000) + basic_machine=m68000-ericsson + os=-ose + ;; + os68k) + basic_machine=m68k-none + os=-os68k + ;; + pa-hitachi) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + paragon) + basic_machine=i860-intel + 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 + ;; + pbb) + basic_machine=m68k-tti + ;; + pc532 | pc532-*) + basic_machine=ns32k-pc532 + ;; + pc98) + basic_machine=i386-pc + ;; + pc98-*) + basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentium | p5 | k5 | k6 | nexgen | viac3) + basic_machine=i586-pc + ;; + pentiumpro | p6 | 6x86 | athlon | athlon_*) + basic_machine=i686-pc + ;; + pentiumii | pentium2 | pentiumiii | pentium3) + basic_machine=i686-pc + ;; + pentium4) + basic_machine=i786-pc + ;; + pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) + basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentiumpro-* | p6-* | 6x86-* | athlon-*) + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentium4-*) + basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pn) + basic_machine=pn-gould + ;; + power) basic_machine=power-ibm + ;; + ppc) basic_machine=powerpc-unknown + ;; + ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppcle | powerpclittle | ppc-le | powerpc-little) + basic_machine=powerpcle-unknown + ;; + ppcle-* | powerpclittle-*) + basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64) basic_machine=powerpc64-unknown + ;; + ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64le | powerpc64little | ppc64-le | powerpc64-little) + basic_machine=powerpc64le-unknown + ;; + ppc64le-* | powerpc64little-*) + basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ps2) + basic_machine=i386-ibm + ;; + pw32) + basic_machine=i586-unknown + os=-pw32 + ;; + rdos) + basic_machine=i386-pc + os=-rdos + ;; + rom68k) + basic_machine=m68k-rom68k + os=-coff + ;; + rm[46]00) + basic_machine=mips-siemens + ;; + rtpc | rtpc-*) + basic_machine=romp-ibm + ;; + s390 | s390-*) + basic_machine=s390-ibm + ;; + s390x | s390x-*) + basic_machine=s390x-ibm + ;; + sa29200) + basic_machine=a29k-amd + os=-udi + ;; + sb1) + basic_machine=mipsisa64sb1-unknown + ;; + sb1el) + basic_machine=mipsisa64sb1el-unknown + ;; + sde) + basic_machine=mipsisa32-sde + os=-elf + ;; + sei) + basic_machine=mips-sei + os=-seiux + ;; + sequent) + basic_machine=i386-sequent + ;; + sh) + basic_machine=sh-hitachi + os=-hms + ;; + sh5el) + basic_machine=sh5le-unknown + ;; + sh64) + basic_machine=sh64-unknown + ;; + sparclite-wrs | simso-wrs) + basic_machine=sparclite-wrs + os=-vxworks + ;; + sps7) + basic_machine=m68k-bull + os=-sysv2 + ;; + spur) + basic_machine=spur-unknown + ;; + st2000) + basic_machine=m68k-tandem + ;; + stratus) + basic_machine=i860-stratus + os=-sysv4 + ;; + sun2) + basic_machine=m68000-sun + ;; + sun2os3) + basic_machine=m68000-sun + os=-sunos3 + ;; + sun2os4) + basic_machine=m68000-sun + os=-sunos4 + ;; + sun3os3) + basic_machine=m68k-sun + os=-sunos3 + ;; + sun3os4) + basic_machine=m68k-sun + os=-sunos4 + ;; + sun4os3) + basic_machine=sparc-sun + os=-sunos3 + ;; + sun4os4) + basic_machine=sparc-sun + os=-sunos4 + ;; + sun4sol2) + basic_machine=sparc-sun + os=-solaris2 + ;; + sun3 | sun3-*) + basic_machine=m68k-sun + ;; + sun4) + basic_machine=sparc-sun + ;; + sun386 | sun386i | roadrunner) + basic_machine=i386-sun + ;; + sv1) + basic_machine=sv1-cray + os=-unicos + ;; + symmetry) + basic_machine=i386-sequent + os=-dynix + ;; + t3e) + basic_machine=alphaev5-cray + os=-unicos + ;; + t90) + basic_machine=t90-cray + os=-unicos + ;; + tic54x | c54x*) + basic_machine=tic54x-unknown + os=-coff + ;; + tic55x | c55x*) + basic_machine=tic55x-unknown + os=-coff + ;; + tic6x | c6x*) + basic_machine=tic6x-unknown + os=-coff + ;; + tile*) + basic_machine=tile-unknown + os=-linux-gnu + ;; + tx39) + basic_machine=mipstx39-unknown + ;; + tx39el) + basic_machine=mipstx39el-unknown + ;; + toad1) + basic_machine=pdp10-xkl + os=-tops20 + ;; + tower | tower-32) + basic_machine=m68k-ncr + ;; + tpf) + basic_machine=s390x-ibm + os=-tpf + ;; + udi29k) + basic_machine=a29k-amd + os=-udi + ;; + ultra3) + basic_machine=a29k-nyu + os=-sym1 + ;; + v810 | necv810) + basic_machine=v810-nec + os=-none + ;; + vaxv) + basic_machine=vax-dec + os=-sysv + ;; + vms) + basic_machine=vax-dec + os=-vms + ;; + vpp*|vx|vx-*) + basic_machine=f301-fujitsu + ;; + vxworks960) + basic_machine=i960-wrs + os=-vxworks + ;; + vxworks68) + basic_machine=m68k-wrs + os=-vxworks + ;; + vxworks29k) + basic_machine=a29k-wrs + os=-vxworks + ;; + w65*) + basic_machine=w65-wdc + os=-none + ;; + w89k-*) + basic_machine=hppa1.1-winbond + os=-proelf + ;; + xbox) + basic_machine=i686-pc + os=-mingw32 + ;; + xps | xps100) + basic_machine=xps100-honeywell + ;; + ymp) + basic_machine=ymp-cray + os=-unicos + ;; + z8k-*-coff) + basic_machine=z8k-unknown + os=-sim + ;; + z80-*-coff) + basic_machine=z80-unknown + os=-sim + ;; + none) + basic_machine=none-none + os=-none + ;; + +# Here we handle the default manufacturer of certain CPU types. It is in +# some cases the only manufacturer, in others, it is the most popular. + w89k) + basic_machine=hppa1.1-winbond + ;; + op50n) + basic_machine=hppa1.1-oki + ;; + op60c) + basic_machine=hppa1.1-oki + ;; + romp) + basic_machine=romp-ibm + ;; + mmix) + basic_machine=mmix-knuth + ;; + rs6000) + basic_machine=rs6000-ibm + ;; + vax) + basic_machine=vax-dec + ;; + pdp10) + # there are many clones, so DEC is not a safe bet + basic_machine=pdp10-unknown + ;; + pdp11) + basic_machine=pdp11-dec + ;; + we32k) + basic_machine=we32k-att + ;; + sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) + basic_machine=sh-unknown + ;; + sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) + basic_machine=sparc-sun + ;; + cydra) + basic_machine=cydra-cydrome + ;; + orion) + basic_machine=orion-highlevel + ;; + orion105) + basic_machine=clipper-highlevel + ;; + mac | mpw | mac-mpw) + basic_machine=m68k-apple + ;; + pmac | pmac-mpw) + basic_machine=powerpc-apple + ;; + *-unknown) + # Make sure to match an already-canonicalized machine name. + ;; + *) + echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + exit 1 + ;; +esac + +# Here we canonicalize certain aliases for manufacturers. +case $basic_machine in + *-digital*) + basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` + ;; + *-commodore*) + basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` + ;; + *) + ;; +esac + +# Decode manufacturer-specific aliases for certain operating systems. + +if [ x"$os" != x"" ] +then +case $os in + # First match some system type aliases + # that might get confused with valid system types. + # -solaris* is a basic system type, with this one exception. + -auroraux) + os=-auroraux + ;; + -solaris1 | -solaris1.*) + os=`echo $os | sed -e 's|solaris1|sunos4|'` + ;; + -solaris) + os=-solaris2 + ;; + -svr4*) + os=-sysv4 + ;; + -unixware*) + os=-sysv4.2uw + ;; + -gnu/linux*) + os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` + ;; + # First accept the basic system types. + # The portable systems comes first. + # Each alternative MUST END IN A *, to match a version number. + # -sysv* is not here because it comes later, after sysvr4. + -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ + | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ + | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ + | -sym* | -kopensolaris* \ + | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ + | -aos* | -aros* \ + | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ + | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ + | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ + | -openbsd* | -solidbsd* \ + | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ + | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ + | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ + | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ + | -chorusos* | -chorusrdb* | -cegcc* \ + | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ + | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ + | -uxpv* | -beos* | -mpeix* | -udk* \ + | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ + | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ + | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ + | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ + | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ + | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ + | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*) + # Remember, each alternative MUST END IN *, to match a version number. + ;; + -qnx*) + case $basic_machine in + x86-* | i*86-*) + ;; + *) + os=-nto$os + ;; + esac + ;; + -nto-qnx*) + ;; + -nto*) + os=`echo $os | sed -e 's|nto|nto-qnx|'` + ;; + -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ + | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ + | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) + ;; + -mac*) + os=`echo $os | sed -e 's|mac|macos|'` + ;; + -linux-dietlibc) + os=-linux-dietlibc + ;; + -linux*) + os=`echo $os | sed -e 's|linux|linux-gnu|'` + ;; + -sunos5*) + os=`echo $os | sed -e 's|sunos5|solaris2|'` + ;; + -sunos6*) + os=`echo $os | sed -e 's|sunos6|solaris3|'` + ;; + -opened*) + os=-openedition + ;; + -os400*) + os=-os400 + ;; + -wince*) + os=-wince + ;; + -osfrose*) + os=-osfrose + ;; + -osf*) + os=-osf + ;; + -utek*) + os=-bsd + ;; + -dynix*) + os=-bsd + ;; + -acis*) + os=-aos + ;; + -atheos*) + os=-atheos + ;; + -syllable*) + os=-syllable + ;; + -386bsd) + os=-bsd + ;; + -ctix* | -uts*) + os=-sysv + ;; + -nova*) + os=-rtmk-nova + ;; + -ns2 ) + os=-nextstep2 + ;; + -nsk*) + os=-nsk + ;; + # Preserve the version number of sinix5. + -sinix5.*) + os=`echo $os | sed -e 's|sinix|sysv|'` + ;; + -sinix*) + os=-sysv4 + ;; + -tpf*) + os=-tpf + ;; + -triton*) + os=-sysv3 + ;; + -oss*) + os=-sysv3 + ;; + -svr4) + os=-sysv4 + ;; + -svr3) + os=-sysv3 + ;; + -sysvr4) + os=-sysv4 + ;; + # This must come after -sysvr4. + -sysv*) + ;; + -ose*) + os=-ose + ;; + -es1800*) + os=-ose + ;; + -xenix) + os=-xenix + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + os=-mint + ;; + -aros*) + os=-aros + ;; + -kaos*) + os=-kaos + ;; + -zvmoe) + os=-zvmoe + ;; + -dicos*) + os=-dicos + ;; + -none) + ;; + *) + # Get rid of the `-' at the beginning of $os. + os=`echo $os | sed 's/[^-]*-//'` + echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 + exit 1 + ;; +esac +else + +# Here we handle the default operating systems that come with various machines. +# The value should be what the vendor currently ships out the door with their +# machine or put another way, the most popular os provided with the machine. + +# Note that if you're going to try to match "-MANUFACTURER" here (say, +# "-sun"), then you have to tell the case statement up towards the top +# that MANUFACTURER isn't an operating system. Otherwise, code above +# will signal an error saying that MANUFACTURER isn't an operating +# system, and we'll never get to this point. + +case $basic_machine in + score-*) + os=-elf + ;; + spu-*) + os=-elf + ;; + *-acorn) + os=-riscix1.2 + ;; + arm*-rebel) + os=-linux + ;; + arm*-semi) + os=-aout + ;; + c4x-* | tic4x-*) + os=-coff + ;; + # This must come before the *-dec entry. + pdp10-*) + os=-tops20 + ;; + pdp11-*) + os=-none + ;; + *-dec | vax-*) + os=-ultrix4.2 + ;; + m68*-apollo) + os=-domain + ;; + i386-sun) + os=-sunos4.0.2 + ;; + m68000-sun) + os=-sunos3 + # This also exists in the configure program, but was not the + # default. + # os=-sunos4 + ;; + m68*-cisco) + os=-aout + ;; + mep-*) + os=-elf + ;; + mips*-cisco) + os=-elf + ;; + mips*-*) + os=-elf + ;; + or32-*) + os=-coff + ;; + *-tti) # must be before sparc entry or we get the wrong os. + os=-sysv3 + ;; + sparc-* | *-sun) + os=-sunos4.1.1 + ;; + *-be) + os=-beos + ;; + *-haiku) + os=-haiku + ;; + *-ibm) + os=-aix + ;; + *-knuth) + os=-mmixware + ;; + *-wec) + os=-proelf + ;; + *-winbond) + os=-proelf + ;; + *-oki) + os=-proelf + ;; + *-hp) + os=-hpux + ;; + *-hitachi) + os=-hiux + ;; + i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) + os=-sysv + ;; + *-cbm) + os=-amigaos + ;; + *-dg) + os=-dgux + ;; + *-dolphin) + os=-sysv3 + ;; + m68k-ccur) + os=-rtu + ;; + m88k-omron*) + os=-luna + ;; + *-next ) + os=-nextstep + ;; + *-sequent) + os=-ptx + ;; + *-crds) + os=-unos + ;; + *-ns) + os=-genix + ;; + i370-*) + os=-mvs + ;; + *-next) + os=-nextstep3 + ;; + *-gould) + os=-sysv + ;; + *-highlevel) + os=-bsd + ;; + *-encore) + os=-bsd + ;; + *-sgi) + os=-irix + ;; + *-siemens) + os=-sysv4 + ;; + *-masscomp) + os=-rtu + ;; + f30[01]-fujitsu | f700-fujitsu) + os=-uxpv + ;; + *-rom68k) + os=-coff + ;; + *-*bug) + os=-coff + ;; + *-apple) + os=-macos + ;; + *-atari*) + os=-mint + ;; + *) + os=-none + ;; +esac +fi + +# Here we handle the case where we know the os, and the CPU type, but not the +# manufacturer. We pick the logical manufacturer. +vendor=unknown +case $basic_machine in + *-unknown) + case $os in + -riscix*) + vendor=acorn + ;; + -sunos*) + vendor=sun + ;; + -cnk*|-aix*) + vendor=ibm + ;; + -beos*) + vendor=be + ;; + -hpux*) + vendor=hp + ;; + -mpeix*) + vendor=hp + ;; + -hiux*) + vendor=hitachi + ;; + -unos*) + vendor=crds + ;; + -dgux*) + vendor=dg + ;; + -luna*) + vendor=omron + ;; + -genix*) + vendor=ns + ;; + -mvs* | -opened*) + vendor=ibm + ;; + -os400*) + vendor=ibm + ;; + -ptx*) + vendor=sequent + ;; + -tpf*) + vendor=ibm + ;; + -vxsim* | -vxworks* | -windiss*) + vendor=wrs + ;; + -aux*) + vendor=apple + ;; + -hms*) + vendor=hitachi + ;; + -mpw* | -macos*) + vendor=apple + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + vendor=atari + ;; + -vos*) + vendor=stratus + ;; + esac + basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` + ;; +esac + +echo $basic_machine$os +exit + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: diff --git a/libXfixes/configure b/libXfixes/configure new file mode 100755 index 000000000..0d7158030 --- /dev/null +++ b/libXfixes/configure @@ -0,0 +1,13533 @@ +#! /bin/sh +# Guess values for system-dependent variables and create Makefiles. +# Generated by GNU Autoconf 2.66 for libXfixes 5.0. +# +# Report bugs to . +# +# +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, +# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software +# Foundation, Inc. +# +# +# This configure script is free software; the Free Software Foundation +# gives unlimited permission to copy, distribute and modify it. +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in #( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +if test "x$CONFIG_SHELL" = x; then + as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else + case \`(set -o) 2>/dev/null\` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi +" + as_required="as_fn_return () { (exit \$1); } +as_fn_success () { as_fn_return 0; } +as_fn_failure () { as_fn_return 1; } +as_fn_ret_success () { return 0; } +as_fn_ret_failure () { return 1; } + +exitcode=0 +as_fn_success || { exitcode=1; echo as_fn_success failed.; } +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } +if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : + +else + exitcode=1; echo positional parameters were not saved. +fi +test x\$exitcode = x0 || exit 1" + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 + + test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( + ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' + ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO + ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO + PATH=/empty FPATH=/empty; export PATH FPATH + test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ + || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1 +test \$(( 1 + 1 )) = 2 || exit 1" + if (eval "$as_required") 2>/dev/null; then : + as_have_required=yes +else + as_have_required=no +fi + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : + +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + as_found=: + case $as_dir in #( + /*) + for as_base in sh bash ksh sh5; do + # Try only shells that exist, to save several forks. + as_shell=$as_dir/$as_base + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : + CONFIG_SHELL=$as_shell as_have_required=yes + if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : + break 2 +fi +fi + done;; + esac + as_found=false +done +$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : + CONFIG_SHELL=$SHELL as_have_required=yes +fi; } +IFS=$as_save_IFS + + + if test "x$CONFIG_SHELL" != x; then : + # We cannot yet assume a decent shell, so we have to provide a + # neutralization value for shells without unset; and this also + # works around shells that cannot unset nonexistent variables. + BASH_ENV=/dev/null + ENV=/dev/null + (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV + export CONFIG_SHELL + exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} +fi + + if test x$as_have_required = xno; then : + $as_echo "$0: This script requires a shell more modern than all" + $as_echo "$0: the shells that I found on your system." + if test x${ZSH_VERSION+set} = xset ; then + $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" + $as_echo "$0: be upgraded to zsh 4.3.4 or later." + else + $as_echo "$0: Please tell bug-autoconf@gnu.org and +$0: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg +$0: about your system, including any error possibly output +$0: before this message. Then install a modern shell, or +$0: manually run the script under such a shell if you do +$0: have one." + fi + exit 1 +fi +fi +fi +SHELL=${CONFIG_SHELL-/bin/sh} +export SHELL +# Unset more variables known to interfere with behavior of common tools. +CLICOLOR_FORCE= GREP_OPTIONS= +unset CLICOLOR_FORCE GREP_OPTIONS + +## --------------------- ## +## M4sh Shell Functions. ## +## --------------------- ## +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} # as_fn_mkdir_p +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} # as_fn_error + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + + as_lineno_1=$LINENO as_lineno_1a=$LINENO + as_lineno_2=$LINENO as_lineno_2a=$LINENO + eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && + test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { + # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in #((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -p' + fi +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in #( + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + +SHELL=${CONFIG_SHELL-/bin/sh} + + +test -n "$DJDIR" || exec 7<&0 &1 + +# Name of the host. +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_clean_files= +ac_config_libobj_dir=. +LIBOBJS= +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= + +# Identity of this package. +PACKAGE_NAME='libXfixes' +PACKAGE_TARNAME='libXfixes' +PACKAGE_VERSION='5.0' +PACKAGE_STRING='libXfixes 5.0' +PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg' +PACKAGE_URL='' + +ac_unique_file="Makefile.am" +# Factoring default headers for most tests. +ac_includes_default="\ +#include +#ifdef HAVE_SYS_TYPES_H +# include +#endif +#ifdef HAVE_SYS_STAT_H +# include +#endif +#ifdef STDC_HEADERS +# include +# include +#else +# ifdef HAVE_STDLIB_H +# include +# endif +#endif +#ifdef HAVE_STRING_H +# if !defined STDC_HEADERS && defined HAVE_MEMORY_H +# include +# endif +# include +#endif +#ifdef HAVE_STRINGS_H +# include +#endif +#ifdef HAVE_INTTYPES_H +# include +#endif +#ifdef HAVE_STDINT_H +# include +#endif +#ifdef HAVE_UNISTD_H +# include +#endif" + +ac_subst_vars='am__EXEEXT_FALSE +am__EXEEXT_TRUE +LTLIBOBJS +LIBOBJS +FIXESEXT_LIBS +FIXESEXT_CFLAGS +FIXESEXT_VERSION +AM_BACKSLASH +AM_DEFAULT_VERBOSITY +MAN_SUBSTS +XORG_MAN_PAGE +ADMIN_MAN_DIR +DRIVER_MAN_DIR +MISC_MAN_DIR +FILE_MAN_DIR +LIB_MAN_DIR +APP_MAN_DIR +ADMIN_MAN_SUFFIX +DRIVER_MAN_SUFFIX +MISC_MAN_SUFFIX +FILE_MAN_SUFFIX +LIB_MAN_SUFFIX +APP_MAN_SUFFIX +INSTALL_CMD +PKG_CONFIG_LIBDIR +PKG_CONFIG_PATH +PKG_CONFIG +CHANGELOG_CMD +CWARNFLAGS +CPP +OTOOL64 +OTOOL +LIPO +NMEDIT +DSYMUTIL +RANLIB +AR +OBJDUMP +LN_S +NM +ac_ct_DUMPBIN +DUMPBIN +LD +FGREP +EGREP +GREP +SED +am__fastdepCC_FALSE +am__fastdepCC_TRUE +CCDEPMODE +AMDEPBACKSLASH +AMDEP_FALSE +AMDEP_TRUE +am__quote +am__include +DEPDIR +OBJEXT +EXEEXT +ac_ct_CC +CPPFLAGS +LDFLAGS +CFLAGS +CC +host_os +host_vendor +host_cpu +host +build_os +build_vendor +build_cpu +build +LIBTOOL +MAINT +MAINTAINER_MODE_FALSE +MAINTAINER_MODE_TRUE +am__untar +am__tar +AMTAR +am__leading_dot +SET_MAKE +AWK +mkdir_p +MKDIR_P +INSTALL_STRIP_PROGRAM +STRIP +install_sh +MAKEINFO +AUTOHEADER +AUTOMAKE +AUTOCONF +ACLOCAL +VERSION +PACKAGE +CYGPATH_W +am__isrc +INSTALL_DATA +INSTALL_SCRIPT +INSTALL_PROGRAM +target_alias +host_alias +build_alias +LIBS +ECHO_T +ECHO_N +ECHO_C +DEFS +mandir +localedir +libdir +psdir +pdfdir +dvidir +htmldir +infodir +docdir +oldincludedir +includedir +localstatedir +sharedstatedir +sysconfdir +datadir +datarootdir +libexecdir +sbindir +bindir +program_transform_name +prefix +exec_prefix +PACKAGE_URL +PACKAGE_BUGREPORT +PACKAGE_STRING +PACKAGE_VERSION +PACKAGE_TARNAME +PACKAGE_NAME +PATH_SEPARATOR +SHELL' +ac_subst_files='' +ac_user_opts=' +enable_option_checking +enable_maintainer_mode +enable_shared +enable_static +with_pic +enable_fast_install +enable_dependency_tracking +with_gnu_ld +enable_libtool_lock +enable_strict_compilation +enable_silent_rules +' + ac_precious_vars='build_alias +host_alias +target_alias +CC +CFLAGS +LDFLAGS +LIBS +CPPFLAGS +CPP +PKG_CONFIG +PKG_CONFIG_PATH +PKG_CONFIG_LIBDIR +FIXESEXT_CFLAGS +FIXESEXT_LIBS' + + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= +# The variables have the same names as the options, with +# dashes changed to underlines. +cache_file=/dev/null +exec_prefix=NONE +no_create= +no_recursion= +prefix=NONE +program_prefix=NONE +program_suffix=NONE +program_transform_name=s,x,x, +silent= +site= +srcdir= +verbose= +x_includes=NONE +x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datarootdir='${prefix}/share' +datadir='${datarootdir}' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +includedir='${prefix}/include' +oldincludedir='/usr/include' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' + +ac_prev= +ac_dashdash= +for ac_option +do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then + eval $ac_prev=\$ac_option + ac_prev= + continue + fi + + case $ac_option in + *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *) ac_optarg=yes ;; + esac + + # Accept the important Cygnus configure options, so we can diagnose typos. + + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) + bindir=$ac_optarg ;; + + -build | --build | --buil | --bui | --bu) + ac_prev=build_alias ;; + -build=* | --build=* | --buil=* | --bui=* | --bu=*) + build_alias=$ac_optarg ;; + + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; + + -datadir | --datadir | --datadi | --datad) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=*) + datadir=$ac_optarg ;; + + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; + + -enable-* | --enable-*) + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ + | --exec | --exe | --ex) + ac_prev=exec_prefix ;; + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ + | --exec=* | --exe=* | --ex=*) + exec_prefix=$ac_optarg ;; + + -gas | --gas | --ga | --g) + # Obsolete; use --with-gas. + with_gas=yes ;; + + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; + + -host | --host | --hos | --ho) + ac_prev=host_alias ;; + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ + | --includ=* | --inclu=* | --incl=* | --inc=*) + includedir=$ac_optarg ;; + + -infodir | --infodir | --infodi | --infod | --info | --inf) + ac_prev=infodir ;; + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) + infodir=$ac_optarg ;; + + -libdir | --libdir | --libdi | --libd) + ac_prev=libdir ;; + -libdir=* | --libdir=* | --libdi=* | --libd=*) + libdir=$ac_optarg ;; + + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ + | --libexe | --libex | --libe) + ac_prev=libexecdir ;; + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst | --locals) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) + mandir=$ac_optarg ;; + + -nfp | --nfp | --nf) + # Obsolete; use --without-fp. + with_fp=no ;; + + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ + | --no-cr | --no-c | -n) + no_create=yes ;; + + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) + no_recursion=yes ;; + + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ + | --oldin | --oldi | --old | --ol | --o) + ac_prev=oldincludedir ;; + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) + oldincludedir=$ac_optarg ;; + + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix=$ac_optarg ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; + -program-prefix=* | --program-prefix=* | --program-prefi=* \ + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) + program_prefix=$ac_optarg ;; + + -program-suffix | --program-suffix | --program-suffi | --program-suff \ + | --program-suf | --program-su | --program-s) + ac_prev=program_suffix ;; + -program-suffix=* | --program-suffix=* | --program-suffi=* \ + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) + program_suffix=$ac_optarg ;; + + -program-transform-name | --program-transform-name \ + | --program-transform-nam | --program-transform-na \ + | --program-transform-n | --program-transform- \ + | --program-transform | --program-transfor \ + | --program-transfo | --program-transf \ + | --program-trans | --program-tran \ + | --progr-tra | --program-tr | --program-t) + ac_prev=program_transform_name ;; + -program-transform-name=* | --program-transform-name=* \ + | --program-transform-nam=* | --program-transform-na=* \ + | --program-transform-n=* | --program-transform-=* \ + | --program-transform=* | --program-transfor=* \ + | --program-transfo=* | --program-transf=* \ + | --program-trans=* | --program-tran=* \ + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ + | --sbi=* | --sb=*) + sbindir=$ac_optarg ;; + + -sharedstatedir | --sharedstatedir | --sharedstatedi \ + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ + | --sharedst | --shareds | --shared | --share | --shar \ + | --sha | --sh) + ac_prev=sharedstatedir ;; + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ + | --sha=* | --sh=*) + sharedstatedir=$ac_optarg ;; + + -site | --site | --sit) + ac_prev=site ;; + -site=* | --site=* | --sit=*) + site=$ac_optarg ;; + + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + srcdir=$ac_optarg ;; + + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ + | --syscon | --sysco | --sysc | --sys | --sy) + ac_prev=sysconfdir ;; + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) + sysconfdir=$ac_optarg ;; + + -target | --target | --targe | --targ | --tar | --ta | --t) + ac_prev=target_alias ;; + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) + target_alias=$ac_optarg ;; + + -v | -verbose | --verbose | --verbos | --verbo | --verb) + verbose=yes ;; + + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; + + -with-* | --with-*) + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; + + -without-* | --without-*) + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; + + --x) + # Obsolete; use --with-x. + with_x=yes ;; + + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ + | --x-incl | --x-inc | --x-in | --x-i) + ac_prev=x_includes ;; + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) + x_includes=$ac_optarg ;; + + -x-libraries | --x-libraries | --x-librarie | --x-librari \ + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) + ac_prev=x_libraries ;; + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + + -*) as_fn_error $? "unrecognized option: \`$ac_option' +Try \`$0 --help' for more information" + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + case $ac_envvar in #( + '' | [0-9]* | *[!_$as_cr_alnum]* ) + as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; + esac + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 + : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} + ;; + + esac +done + +if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + as_fn_error $? "missing argument to $ac_option" +fi + +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; + *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir +do + eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. + case $ac_val in + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; + esac + as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" +done + +# There might be people who depend on the old broken behavior: `$host' +# used to hold the argument of --host etc. +# FIXME: To remove some day. +build=$build_alias +host=$host_alias +target=$target_alias + +# FIXME: To remove some day. +if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe + $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. + If a cross compiler is detected then cross compile mode will be used" >&2 + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +fi + +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +test "$silent" = yes && exec 6>/dev/null + + +ac_pwd=`pwd` && test -n "$ac_pwd" && +ac_ls_di=`ls -di .` && +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || + as_fn_error $? "working directory cannot be determined" +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + as_fn_error $? "pwd does not report name of working directory" + + +# Find the source files, if location was not specified. +if test -z "$srcdir"; then + ac_srcdir_defaulted=yes + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_myself" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + srcdir=$ac_confdir + if test ! -r "$srcdir/$ac_unique_file"; then + srcdir=.. + fi +else + ac_srcdir_defaulted=no +fi +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" +fi +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" + pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then + srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do + eval ac_env_${ac_var}_set=\${${ac_var}+set} + eval ac_env_${ac_var}_value=\$${ac_var} + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} + eval ac_cv_env_${ac_var}_value=\$${ac_var} +done + +# +# Report the --help message. +# +if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +\`configure' configures libXfixes 5.0 to adapt to many kinds of systems. + +Usage: $0 [OPTION]... [VAR=VALUE]... + +To assign environment variables (e.g., CC, CFLAGS...), specify them as +VAR=VALUE. See below for descriptions of some of the useful variables. + +Defaults for the options are specified in brackets. + +Configuration: + -h, --help display this help and exit + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit + -q, --quiet, --silent do not print \`checking ...' messages + --cache-file=FILE cache test results in FILE [disabled] + -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + [$ac_default_prefix] + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + [PREFIX] + +By default, \`make install' will install all the files in +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +an installation prefix other than \`$ac_default_prefix' using \`--prefix', +for instance \`--prefix=\$HOME'. + +For better control, use the options below. + +Fine tuning of the installation directories: + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root [DATAROOTDIR/doc/libXfixes] + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] +_ACEOF + + cat <<\_ACEOF + +Program names: + --program-prefix=PREFIX prepend PREFIX to installed program names + --program-suffix=SUFFIX append SUFFIX to installed program names + --program-transform-name=PROGRAM run sed PROGRAM on installed program names + +System types: + --build=BUILD configure for building on BUILD [guessed] + --host=HOST cross-compile to build programs to run on HOST [BUILD] +_ACEOF +fi + +if test -n "$ac_init_help"; then + case $ac_init_help in + short | recursive ) echo "Configuration of libXfixes 5.0:";; + esac + cat <<\_ACEOF + +Optional Features: + --disable-option-checking ignore unrecognized --enable/--with options + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --enable-maintainer-mode enable make rules and dependencies not useful + (and sometimes confusing) to the casual installer + --enable-shared[=PKGS] build shared libraries [default=yes] + --enable-static[=PKGS] build static libraries [default=yes] + --enable-fast-install[=PKGS] + optimize for fast installation [default=yes] + --disable-dependency-tracking speeds up one-time build + --enable-dependency-tracking do not reject slow dependency extractors + --disable-libtool-lock avoid locking (might break parallel builds) + --enable-strict-compilation + Enable all warnings from compiler and make them + errors (default: disabled) + --enable-silent-rules less verbose build output (undo: `make V=1') + --disable-silent-rules verbose build output (undo: `make V=0') + +Optional Packages: + --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] + --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) + --with-pic try to use only PIC/non-PIC objects [default=use + both] + --with-gnu-ld assume the C compiler uses GNU ld [default=no] + +Some influential environment variables: + CC C compiler command + CFLAGS C compiler flags + LDFLAGS linker flags, e.g. -L if you have libraries in a + nonstandard directory + LIBS libraries to pass to the linker, e.g. -l + CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if + you have headers in a nonstandard directory + CPP C preprocessor + PKG_CONFIG path to pkg-config utility + PKG_CONFIG_PATH + directories to add to pkg-config's search path + PKG_CONFIG_LIBDIR + path overriding pkg-config's built-in search path + FIXESEXT_CFLAGS + C compiler flags for FIXESEXT, overriding pkg-config + FIXESEXT_LIBS + linker flags for FIXESEXT, overriding pkg-config + +Use these variables to override the choices made by `configure' or to help +it to find libraries and programs with nonstandard names/locations. + +Report bugs to . +_ACEOF +ac_status=$? +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for guested configure. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else + $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +fi + +test -n "$ac_init_help" && exit $ac_status +if $ac_init_version; then + cat <<\_ACEOF +libXfixes configure 5.0 +generated by GNU Autoconf 2.66 + +Copyright (C) 2010 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit +fi + +## ------------------------ ## +## Autoconf initialization. ## +## ------------------------ ## + +# ac_fn_c_try_compile LINENO +# -------------------------- +# Try to compile conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext + if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} + as_fn_set_status $ac_retval + +} # ac_fn_c_try_compile + +# ac_fn_c_try_link LINENO +# ----------------------- +# Try to link conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_link () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest$ac_exeext + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information + # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would + # interfere with the next link command; also delete a directory that is + # left behind by Apple's compiler. We do this before executing the actions. + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} + as_fn_set_status $ac_retval + +} # ac_fn_c_try_link + +# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES +# ------------------------------------------------------- +# Tests whether HEADER exists and can be compiled using the include files in +# INCLUDES, setting the cache variable VAR accordingly. +ac_fn_c_check_header_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval "test \"\${$3+set}\"" = set; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +#include <$2> +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + eval "$3=yes" +else + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} + +} # ac_fn_c_check_header_compile + +# ac_fn_c_try_cpp LINENO +# ---------------------- +# Try to preprocess conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_cpp () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if { { ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} + as_fn_set_status $ac_retval + +} # ac_fn_c_try_cpp + +# ac_fn_c_try_run LINENO +# ---------------------- +# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes +# that executables *can* be run. +ac_fn_c_try_run () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then : + ac_retval=0 +else + $as_echo "$as_me: program exited with status $ac_status" >&5 + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=$ac_status +fi + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} + as_fn_set_status $ac_retval + +} # ac_fn_c_try_run + +# ac_fn_c_check_func LINENO FUNC VAR +# ---------------------------------- +# Tests whether FUNC exists, setting the cache variable VAR accordingly +ac_fn_c_check_func () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval "test \"\${$3+set}\"" = set; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +/* Define $2 to an innocuous variant, in case declares $2. + For example, HP-UX 11i declares gettimeofday. */ +#define $2 innocuous_$2 + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $2 (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef $2 + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char $2 (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_$2 || defined __stub___$2 +choke me +#endif + +int +main () +{ +return $2 (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + eval "$3=yes" +else + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} + +} # ac_fn_c_check_func + +# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES +# --------------------------------------------- +# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR +# accordingly. +ac_fn_c_check_decl () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + as_decl_name=`echo $2|sed 's/ *(.*//'` + as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 +$as_echo_n "checking whether $as_decl_name is declared... " >&6; } +if eval "test \"\${$3+set}\"" = set; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +int +main () +{ +#ifndef $as_decl_name +#ifdef __cplusplus + (void) $as_decl_use; +#else + (void) $as_decl_name; +#endif +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + eval "$3=yes" +else + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} + +} # ac_fn_c_check_decl +cat >config.log <<_ACEOF +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by libXfixes $as_me 5.0, which was +generated by GNU Autoconf 2.66. Invocation command line was + + $ $0 $@ + +_ACEOF +exec 5>>config.log +{ +cat <<_ASUNAME +## --------- ## +## Platform. ## +## --------- ## + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + $as_echo "PATH: $as_dir" + done +IFS=$as_save_IFS + +} >&5 + +cat >&5 <<_ACEOF + + +## ----------- ## +## Core tests. ## +## ----------- ## + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) + ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; + 2) + as_fn_append ac_configure_args1 " '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + as_fn_append ac_configure_args " '$ac_arg'" + ;; + esac + done +done +{ ac_configure_args0=; unset ac_configure_args0;} +{ ac_configure_args1=; unset ac_configure_args1;} + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# would cause problems or look ugly. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. +trap 'exit_status=$? + # Save into config.log some information that might help in debugging. + { + echo + + $as_echo "## ---------------- ## +## Cache variables. ## +## ---------------- ##" + echo + # The following way of writing the cache mishandles newlines in values, +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + (set) 2>&1 | + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + sed -n \ + "s/'\''/'\''\\\\'\'''\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" + ;; #( + *) + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) + echo + + $as_echo "## ----------------- ## +## Output variables. ## +## ----------------- ##" + echo + for ac_var in $ac_subst_vars + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then + $as_echo "## ------------------- ## +## File substitutions. ## +## ------------------- ##" + echo + for ac_var in $ac_subst_files + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then + $as_echo "## ----------- ## +## confdefs.h. ## +## ----------- ##" + echo + cat confdefs.h + echo + fi + test "$ac_signal" != 0 && + $as_echo "$as_me: caught signal $ac_signal" + $as_echo "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status +' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -f -r conftest* confdefs.h + +$as_echo "/* confdefs.h */" > confdefs.h + +# Predefined preprocessor variables. + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_NAME "$PACKAGE_NAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_TARNAME "$PACKAGE_TARNAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_VERSION "$PACKAGE_VERSION" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_STRING "$PACKAGE_STRING" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_URL "$PACKAGE_URL" +_ACEOF + + +# Let the site file select an alternate cache file if it wants to. +# Prefer an explicitly selected file to automatically selected ones. +ac_site_file1=NONE +ac_site_file2=NONE +if test -n "$CONFIG_SITE"; then + # We do not want a PATH search for config.site. + case $CONFIG_SITE in #(( + -*) ac_site_file1=./$CONFIG_SITE;; + */*) ac_site_file1=$CONFIG_SITE;; + *) ac_site_file1=./$CONFIG_SITE;; + esac +elif test "x$prefix" != xNONE; then + ac_site_file1=$prefix/share/config.site + ac_site_file2=$prefix/etc/config.site +else + ac_site_file1=$ac_default_prefix/share/config.site + ac_site_file2=$ac_default_prefix/etc/config.site +fi +for ac_site_file in "$ac_site_file1" "$ac_site_file2" +do + test "x$ac_site_file" = xNONE && continue + if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 +$as_echo "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" \ + || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "failed to load site script $ac_site_file +See \`config.log' for more details" "$LINENO" 5; } + fi +done + +if test -r "$cache_file"; then + # Some versions of bash will fail to source /dev/null (special files + # actually), so we avoid doing that. DJGPP emulates it as a regular file. + if test /dev/null != "$cache_file" && test -f "$cache_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 +$as_echo "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi +else + { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 +$as_echo "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 +$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 +$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) as_fn_append ac_configure_args " '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} + as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 +fi +## -------------------- ## +## Main body of script. ## +## -------------------- ## + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + +ac_config_headers="$ac_config_headers config.h" + + +# Initialize Automake +am__api_version='1.11' + +ac_aux_dir= +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do + if test -f "$ac_dir/install-sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install-sh -c" + break + elif test -f "$ac_dir/install.sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install.sh -c" + break + elif test -f "$ac_dir/shtool"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/shtool install -c" + break + fi +done +if test -z "$ac_aux_dir"; then + as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 +fi + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. +ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. +ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. + + +# Find a good install program. We prefer a C program (faster), +# so one script is as good as another. But avoid the broken or +# incompatible versions: +# SysV /etc/install, /usr/sbin/install +# SunOS /usr/etc/install +# IRIX /sbin/install +# AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag +# AFS /usr/afsws/bin/install, which mishandles nonexistent args +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic +# ./install, which can be erroneously created by make from ./install.sh. +# Reject install programs that cannot install multiple files. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 +$as_echo_n "checking for a BSD-compatible install... " >&6; } +if test -z "$INSTALL"; then +if test "${ac_cv_path_install+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + # Account for people who put trailing slashes in PATH elements. +case $as_dir/ in #(( + ./ | .// | /[cC]/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then + if test $ac_prog = install && + grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + fi + done + done + ;; +esac + + done +IFS=$as_save_IFS + +rm -rf conftest.one conftest.two conftest.dir + +fi + if test "${ac_cv_path_install+set}" = set; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. Don't cache a + # value for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + INSTALL=$ac_install_sh + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 +$as_echo "$INSTALL" >&6; } + +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. +# It thinks the first close brace ends the variable substitution. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' + +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 +$as_echo_n "checking whether build environment is sane... " >&6; } +# Just in case +sleep 1 +echo timestamp > conftest.file +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[\\\"\#\$\&\'\`$am_lf]*) + as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; +esac +case $srcdir in + *[\\\"\#\$\&\'\`$am_lf\ \ ]*) + as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; +esac + +# Do `set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + rm -f conftest.file + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken +alias in your environment" "$LINENO" 5 + fi + + test "$2" = conftest.file + ) +then + # Ok. + : +else + as_fn_error $? "newly created file is older than distributed files! +Check your system clock" "$LINENO" 5 +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +test "$program_prefix" != NONE && + program_transform_name="s&^&$program_prefix&;$program_transform_name" +# Use a double $ so make ignores it. +test "$program_suffix" != NONE && + program_transform_name="s&\$&$program_suffix&;$program_transform_name" +# Double any \ or $. +# By default was `s,x,x', remove it if useless. +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` + +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` + +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi +# Use eval to expand $SHELL +if eval "$MISSING --run true"; then + am_missing_run="$MISSING --run " +else + am_missing_run= + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 +$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} +fi + +if test x"${install_sh}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi + +# Installed binaries are usually stripped using `strip' when the user +# run `make install-strip'. However `strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the `STRIP' environment variable to overrule this program. +if test "$cross_compiling" != no; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_STRIP+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +$as_echo "$STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_STRIP="strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +$as_echo "$ac_ct_STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 +$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } +if test -z "$MKDIR_P"; then + if test "${ac_cv_path_mkdir+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in mkdir gmkdir; do + for ac_exec_ext in '' $ac_executable_extensions; do + { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue + case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir (GNU coreutils) '* | \ + 'mkdir (coreutils) '* | \ + 'mkdir (fileutils) '4.1*) + ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext + break 3;; + esac + done + done + done +IFS=$as_save_IFS + +fi + + test -d ./--version && rmdir ./--version + if test "${ac_cv_path_mkdir+set}" = set; then + MKDIR_P="$ac_cv_path_mkdir -p" + else + # As a last resort, use the slow shell script. Don't cache a + # value for MKDIR_P within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + MKDIR_P="$ac_install_sh -d" + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 +$as_echo "$MKDIR_P" >&6; } + +mkdir_p="$MKDIR_P" +case $mkdir_p in + [\\/$]* | ?:[\\/]*) ;; + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; +esac + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_AWK+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_AWK="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +$as_echo "$AWK" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$AWK" && break +done + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : + $as_echo_n "(cached) " >&6 +else + cat >conftest.make <<\_ACEOF +SHELL = /bin/sh +all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +_ACEOF +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. +case `${MAKE-make} -f conftest.make 2>/dev/null` in + *@@@%%%=?*=@@@%%%*) + eval ac_cv_prog_make_${ac_make}_set=yes;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac +rm -f conftest.make +fi +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + SET_MAKE= +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" +fi + +rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null + +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + am__isrc=' -I$(srcdir)' + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi + + +# Define the identity of the package. + PACKAGE='libXfixes' + VERSION='5.0' + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE "$PACKAGE" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define VERSION "$VERSION" +_ACEOF + +# Some tools Automake needs. + +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} + + +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} + + +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} + + +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} + + +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} + +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. +# Always define AMTAR for backward compatibility. + +AMTAR=${AMTAR-"${am_missing_run}tar"} + +am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 +$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } + # Check whether --enable-maintainer-mode was given. +if test "${enable_maintainer_mode+set}" = set; then : + enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval +else + USE_MAINTAINER_MODE=no +fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 +$as_echo "$USE_MAINTAINER_MODE" >&6; } + if test $USE_MAINTAINER_MODE = yes; then + MAINTAINER_MODE_TRUE= + MAINTAINER_MODE_FALSE='#' +else + MAINTAINER_MODE_TRUE='#' + MAINTAINER_MODE_FALSE= +fi + + MAINT=$MAINTAINER_MODE_TRUE + + + +# Initialize libtool +case `pwd` in + *\ * | *\ *) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 +$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; +esac + + + +macro_version='2.2.10' +macro_revision='1.3175' + + + + + + + + + + + + + +ltmain="$ac_aux_dir/ltmain.sh" + +# Make sure we can run config.sub. +$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || + as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 +$as_echo_n "checking build system type... " >&6; } +if test "${ac_cv_build+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + ac_build_alias=$build_alias +test "x$ac_build_alias" = x && + ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` +test "x$ac_build_alias" = x && + as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 +ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || + as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 +$as_echo "$ac_cv_build" >&6; } +case $ac_cv_build in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; +esac +build=$ac_cv_build +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_build +shift +build_cpu=$1 +build_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +build_os=$* +IFS=$ac_save_IFS +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 +$as_echo_n "checking host system type... " >&6; } +if test "${ac_cv_host+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test "x$host_alias" = x; then + ac_cv_host=$ac_cv_build +else + ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || + as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 +$as_echo "$ac_cv_host" >&6; } +case $ac_cv_host in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; +esac +host=$ac_cv_host +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_host +shift +host_cpu=$1 +host_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +host_os=$* +IFS=$ac_save_IFS +case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac + + +# Backslashify metacharacters that are still active within +# double-quoted strings. +sed_quote_subst='s/\(["`$\\]\)/\\\1/g' + +# Same as above, but do not quote variable references. +double_quote_subst='s/\(["`\\]\)/\\\1/g' + +# Sed substitution to delay expansion of an escaped shell variable in a +# double_quote_subst'ed string. +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' + +# Sed substitution to delay expansion of an escaped single quote. +delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' + +# Sed substitution to avoid accidental globbing in evaled expressions +no_glob_subst='s/\*/\\\*/g' + +ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 +$as_echo_n "checking how to print strings... " >&6; } +# Test print first, because it will be a builtin if present. +if test "X`print -r -- -n 2>/dev/null`" = X-n && \ + test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='print -r --' +elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='printf %s\n' +else + # Use this function as a fallback that always works. + func_fallback_echo () + { + eval 'cat <<_LTECHO_EOF +$1 +_LTECHO_EOF' + } + ECHO='func_fallback_echo' +fi + +# func_echo_all arg... +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "" +} + +case "$ECHO" in + printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5 +$as_echo "printf" >&6; } ;; + print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 +$as_echo "print -r" >&6; } ;; + *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5 +$as_echo "cat" >&6; } ;; +esac + + + + + + + + + + + + + + +DEPDIR="${am__leading_dot}deps" + +ac_config_commands="$ac_config_commands depfiles" + + +am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo this is the am__doit target +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 +$as_echo_n "checking for style of include used by $am_make... " >&6; } +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# Ignore all kinds of additional output from `make'. +case `$am_make -s -f confmf 2> /dev/null` in #( +*the\ am__doit\ target*) + am__include=include + am__quote= + _am_result=GNU + ;; +esac +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + case `$am_make -s -f confmf 2> /dev/null` in #( + *the\ am__doit\ target*) + am__include=.include + am__quote="\"" + _am_result=BSD + ;; + esac +fi + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 +$as_echo "$_am_result" >&6; } +rm -f confinc confmf + +# Check whether --enable-dependency-tracking was given. +if test "${enable_dependency_tracking+set}" = set; then : + enableval=$enable_dependency_tracking; +fi + +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' +fi + if test "x$enable_dependency_tracking" != xno; then + AMDEP_TRUE= + AMDEP_FALSE='#' +else + AMDEP_TRUE='#' + AMDEP_FALSE= +fi + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_CC+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. +set dummy gcc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_CC="gcc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +set dummy ${ac_tool_prefix}cc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_CC+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_CC="${ac_tool_prefix}cc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + fi +fi +if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_CC+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + ac_prog_rejected=no +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +if test $ac_prog_rejected = yes; then + # We found a bogon in the path, so make sure we never use it. + set dummy $ac_cv_prog_CC + shift + if test $# != 0; then + # We chose a different compiler from the bogus one. + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" + fi +fi +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl.exe + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_CC+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl.exe +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_CC="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$ac_ct_CC" && break +done + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +fi + +fi + + +test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "no acceptable C compiler found in \$PATH +See \`config.log' for more details" "$LINENO" 5; } + +# Provide some information about the compiler. +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 +set X $ac_compile +ac_compiler=$2 +for ac_option in --version -v -V -qversion; do + { { ac_try="$ac_compiler $ac_option >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + sed '10a\ +... rest of stderr output deleted ... + 10q' conftest.err >conftest.er1 + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +done + +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" +# Try to create an executable without -o first, disregard a.out. +# It will help us diagnose broken compilers, and finding out an intuition +# of exeext. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 +$as_echo_n "checking whether the C compiler works... " >&6; } +ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` + +# The possible output files: +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" + +ac_rmfiles= +for ac_file in $ac_files +do + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + * ) ac_rmfiles="$ac_rmfiles $ac_file";; + esac +done +rm -f $ac_rmfiles + +if { { ac_try="$ac_link_default" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link_default") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then : + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' +# in a Makefile. We should not override ac_cv_exeext if it was cached, +# so that the user can short-circuit this test for compilers unknown to +# Autoconf. +for ac_file in $ac_files '' +do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) + ;; + [ab].out ) + # We found the default executable, but exeext='' is most + # certainly right. + break;; + *.* ) + if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; + then :; else + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + fi + # We set ac_cv_exeext here because the later test for it is not + # safe: cross compilers may not add the suffix if given an `-o' + # argument, so we may need to know it at that point already. + # Even if this section looks crufty: it has the advantage of + # actually working. + break;; + * ) + break;; + esac +done +test "$ac_cv_exeext" = no && ac_cv_exeext= + +else + ac_file='' +fi +if test -z "$ac_file"; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +$as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error 77 "C compiler cannot create executables +See \`config.log' for more details" "$LINENO" 5; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 +$as_echo_n "checking for C compiler default output file name... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 +$as_echo "$ac_file" >&6; } +ac_exeext=$ac_cv_exeext + +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out +ac_clean_files=$ac_clean_files_save +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 +$as_echo_n "checking for suffix of executables... " >&6; } +if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then : + # If both `conftest.exe' and `conftest' are `present' (well, observable) +# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will +# work properly (i.e., refer to `conftest.exe'), while it won't with +# `rm'. +for ac_file in conftest.exe conftest conftest.*; do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + break;; + * ) break;; + esac +done +else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest conftest$ac_cv_exeext +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 +$as_echo "$ac_cv_exeext" >&6; } + +rm -f conftest.$ac_ext +EXEEXT=$ac_cv_exeext +ac_exeext=$EXEEXT +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main () +{ +FILE *f = fopen ("conftest.out", "w"); + return ferror (f) || fclose (f) != 0; + + ; + return 0; +} +_ACEOF +ac_clean_files="$ac_clean_files conftest.out" +# Check that the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 +$as_echo_n "checking whether we are cross compiling... " >&6; } +if test "$cross_compiling" != yes; then + { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if { ac_try='./conftest$ac_cv_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then + cross_compiling=no + else + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot run C compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details" "$LINENO" 5; } + fi + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 +$as_echo "$cross_compiling" >&6; } + +rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out +ac_clean_files=$ac_clean_files_save +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 +$as_echo_n "checking for suffix of object files... " >&6; } +if test "${ac_cv_objext+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.o conftest.obj +if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then : + for ac_file in conftest.o conftest.obj conftest.*; do + test -f "$ac_file" || continue; + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; + *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` + break;; + esac +done +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of object files: cannot compile +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest.$ac_cv_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 +$as_echo "$ac_cv_objext" >&6; } +OBJEXT=$ac_cv_objext +ac_objext=$OBJEXT +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 +$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } +if test "${ac_cv_c_compiler_gnu+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_compiler_gnu=yes +else + ac_compiler_gnu=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 +$as_echo "$ac_cv_c_compiler_gnu" >&6; } +if test $ac_compiler_gnu = yes; then + GCC=yes +else + GCC= +fi +ac_test_CFLAGS=${CFLAGS+set} +ac_save_CFLAGS=$CFLAGS +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 +$as_echo_n "checking whether $CC accepts -g... " >&6; } +if test "${ac_cv_prog_cc_g+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_g=yes +else + CFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + +else + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_g=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 +$as_echo "$ac_cv_prog_cc_g" >&6; } +if test "$ac_test_CFLAGS" = set; then + CFLAGS=$ac_save_CFLAGS +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then + CFLAGS="-g -O2" + else + CFLAGS="-g" + fi +else + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 +$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } +if test "${ac_cv_prog_cc_c89+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + ac_cv_prog_cc_c89=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +#include +#include +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ +struct buf { int x; }; +FILE * (*rcsopen) (struct buf *, struct stat *, int); +static char *e (p, i) + char **p; + int i; +{ + return p[i]; +} +static char *f (char * (*g) (char **, int), char **p, ...) +{ + char *s; + va_list v; + va_start (v,p); + s = g (p, va_arg (v,int)); + va_end (v); + return s; +} + +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has + function prototypes and stuff, but not '\xHH' hex character constants. + These don't provoke an error unfortunately, instead are silently treated + as 'x'. The following induces an error, until -std is added to get + proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an + array size at least. It's necessary to write '\x00'==0 to get something + that's true only with -std. */ +int osf4_cc_array ['\x00' == 0 ? 1 : -1]; + +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters + inside strings and character constants. */ +#define FOO(x) 'x' +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; + +int test (int i, double x); +struct s1 {int (*f) (int a);}; +struct s2 {int (*f) (double a);}; +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); +int argc; +char **argv; +int +main () +{ +return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; + ; + return 0; +} +_ACEOF +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ + -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_c89=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext + test "x$ac_cv_prog_cc_c89" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC + +fi +# AC_CACHE_VAL +case "x$ac_cv_prog_cc_c89" in + x) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +$as_echo "none needed" >&6; } ;; + xno) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +$as_echo "unsupported" >&6; } ;; + *) + CC="$CC $ac_cv_prog_cc_c89" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 +$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; +esac +if test "x$ac_cv_prog_cc_c89" != xno; then : + +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +depcc="$CC" am_compiler_list= + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 +$as_echo_n "checking dependency style of $depcc... " >&6; } +if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named `D' -- because `-MD' means `put the output + # in D'. + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CC_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + am__universal=false + case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with + # Solaris 8's {/usr,}/bin/sh. + touch sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with `-c' and `-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle `-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # after this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvisualcpp | msvcmsys) + # This compiler won't grok `-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_CC_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CC_dependencies_compiler_type=none +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 +$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type + + if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then + am__fastdepCC_TRUE= + am__fastdepCC_FALSE='#' +else + am__fastdepCC_TRUE='#' + am__fastdepCC_FALSE= +fi + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 +$as_echo_n "checking for a sed that does not truncate output... " >&6; } +if test "${ac_cv_path_SED+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ + for ac_i in 1 2 3 4 5 6 7; do + ac_script="$ac_script$as_nl$ac_script" + done + echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed + { ac_script=; unset ac_script;} + if test -z "$SED"; then + ac_path_SED_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in sed gsed; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue +# Check for GNU ac_path_SED and select it if it is found. + # Check for GNU $ac_path_SED +case `"$ac_path_SED" --version 2>&1` in +*GNU*) + ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo '' >> "conftest.nl" + "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_SED_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_SED="$ac_path_SED" + ac_path_SED_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_SED_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_SED"; then + as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 + fi +else + ac_cv_path_SED=$SED +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 +$as_echo "$ac_cv_path_SED" >&6; } + SED="$ac_cv_path_SED" + rm -f conftest.sed + +test -z "$SED" && SED=sed +Xsed="$SED -e 1s/^X//" + + + + + + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 +$as_echo_n "checking for grep that handles long lines and -e... " >&6; } +if test "${ac_cv_path_GREP+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -z "$GREP"; then + ac_path_GREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in grep ggrep; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue +# Check for GNU ac_path_GREP and select it if it is found. + # Check for GNU $ac_path_GREP +case `"$ac_path_GREP" --version 2>&1` in +*GNU*) + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo 'GREP' >> "conftest.nl" + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_GREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_GREP="$ac_path_GREP" + ac_path_GREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_GREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_GREP"; then + as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_GREP=$GREP +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 +$as_echo "$ac_cv_path_GREP" >&6; } + GREP="$ac_cv_path_GREP" + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 +$as_echo_n "checking for egrep... " >&6; } +if test "${ac_cv_path_EGREP+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + if test -z "$EGREP"; then + ac_path_EGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in egrep; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue +# Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +case `"$ac_path_EGREP" --version 2>&1` in +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_EGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_EGREP"; then + as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_EGREP=$EGREP +fi + + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 +$as_echo "$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 +$as_echo_n "checking for fgrep... " >&6; } +if test "${ac_cv_path_FGREP+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 + then ac_cv_path_FGREP="$GREP -F" + else + if test -z "$FGREP"; then + ac_path_FGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in fgrep; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue +# Check for GNU ac_path_FGREP and select it if it is found. + # Check for GNU $ac_path_FGREP +case `"$ac_path_FGREP" --version 2>&1` in +*GNU*) + ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo 'FGREP' >> "conftest.nl" + "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_FGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_FGREP="$ac_path_FGREP" + ac_path_FGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_FGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_FGREP"; then + as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_FGREP=$FGREP +fi + + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 +$as_echo "$ac_cv_path_FGREP" >&6; } + FGREP="$ac_cv_path_FGREP" + + +test -z "$GREP" && GREP=grep + + + + + + + + + + + + + + + + + + + +# Check whether --with-gnu-ld was given. +if test "${with_gnu_ld+set}" = set; then : + withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes +else + with_gnu_ld=no +fi + +ac_prog=ld +if test "$GCC" = yes; then + # Check if gcc -print-prog-name=ld gives a path. + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 +$as_echo_n "checking for ld used by $CC... " >&6; } + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [\\/]* | ?:[\\/]*) + re_direlt='/[^/][^/]*/\.\./' + # Canonicalize the pathname of ld + ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` + while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do + ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` + done + test -z "$LD" && LD="$ac_prog" + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test "$with_gnu_ld" = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 +$as_echo_n "checking for GNU ld... " >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 +$as_echo_n "checking for non-GNU ld... " >&6; } +fi +if test "${lt_cv_path_LD+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -z "$LD"; then + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + lt_cv_path_LD="$ac_dir/$ac_prog" + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some variants of GNU ld only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$lt_cv_path_LD" -v 2>&1 &5 +$as_echo "$LD" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi +test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 +$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } +if test "${lt_cv_prog_gnu_ld+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + # I'd rather use --version here, but apparently some GNU lds only accept -v. +case `$LD -v 2>&1 &5 +$as_echo "$lt_cv_prog_gnu_ld" >&6; } +with_gnu_ld=$lt_cv_prog_gnu_ld + + + + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 +$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } +if test "${lt_cv_path_NM+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$NM"; then + # Let the user override the test. + lt_cv_path_NM="$NM" +else + lt_nm_to_check="${ac_tool_prefix}nm" + if test -n "$ac_tool_prefix" && test "$build" = "$host"; then + lt_nm_to_check="$lt_nm_to_check nm" + fi + for lt_tmp_nm in $lt_nm_to_check; do + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + tmp_nm="$ac_dir/$lt_tmp_nm" + if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then + # Check to see if the nm accepts a BSD-compat flag. + # Adding the `sed 1q' prevents false positives on HP-UX, which says: + # nm: unknown option "B" ignored + # Tru64's nm complains that /dev/null is an invalid object file + case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in + */dev/null* | *'Invalid file or object type'*) + lt_cv_path_NM="$tmp_nm -B" + break + ;; + *) + case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in + */dev/null*) + lt_cv_path_NM="$tmp_nm -p" + break + ;; + *) + lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but + continue # so that we can try to find one that supports BSD flags + ;; + esac + ;; + esac + fi + done + IFS="$lt_save_ifs" + done + : ${lt_cv_path_NM=no} +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 +$as_echo "$lt_cv_path_NM" >&6; } +if test "$lt_cv_path_NM" != "no"; then + NM="$lt_cv_path_NM" +else + # Didn't find any BSD compatible name lister, look for dumpbin. + if test -n "$DUMPBIN"; then : + # Let the user override the test. + else + if test -n "$ac_tool_prefix"; then + for ac_prog in dumpbin "link -dump" + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_DUMPBIN+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$DUMPBIN"; then + ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +DUMPBIN=$ac_cv_prog_DUMPBIN +if test -n "$DUMPBIN"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 +$as_echo "$DUMPBIN" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$DUMPBIN" && break + done +fi +if test -z "$DUMPBIN"; then + ac_ct_DUMPBIN=$DUMPBIN + for ac_prog in dumpbin "link -dump" +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_DUMPBIN"; then + ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN +if test -n "$ac_ct_DUMPBIN"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 +$as_echo "$ac_ct_DUMPBIN" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$ac_ct_DUMPBIN" && break +done + + if test "x$ac_ct_DUMPBIN" = x; then + DUMPBIN=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + DUMPBIN=$ac_ct_DUMPBIN + fi +fi + + case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in + *COFF*) + DUMPBIN="$DUMPBIN -symbols" + ;; + *) + DUMPBIN=: + ;; + esac + fi + + if test "$DUMPBIN" != ":"; then + NM="$DUMPBIN" + fi +fi +test -z "$NM" && NM=nm + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 +$as_echo_n "checking the name lister ($NM) interface... " >&6; } +if test "${lt_cv_nm_interface+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_nm_interface="BSD nm" + echo "int some_variable = 0;" > conftest.$ac_ext + (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) + (eval "$ac_compile" 2>conftest.err) + cat conftest.err >&5 + (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) + (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) + cat conftest.err >&5 + (eval echo "\"\$as_me:$LINENO: output\"" >&5) + cat conftest.out >&5 + if $GREP 'External.*some_variable' conftest.out > /dev/null; then + lt_cv_nm_interface="MS dumpbin" + fi + rm -f conftest* +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 +$as_echo "$lt_cv_nm_interface" >&6; } + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 +$as_echo_n "checking whether ln -s works... " >&6; } +LN_S=$as_ln_s +if test "$LN_S" = "ln -s"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 +$as_echo "no, using $LN_S" >&6; } +fi + +# find the maximum length of command line arguments +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 +$as_echo_n "checking the maximum length of command line arguments... " >&6; } +if test "${lt_cv_sys_max_cmd_len+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + i=0 + teststring="ABCD" + + case $build_os in + msdosdjgpp*) + # On DJGPP, this test can blow up pretty badly due to problems in libc + # (any single argument exceeding 2000 bytes causes a buffer overrun + # during glob expansion). Even if it were fixed, the result of this + # check would be larger than it should be. + lt_cv_sys_max_cmd_len=12288; # 12K is about right + ;; + + gnu*) + # Under GNU Hurd, this test is not required because there is + # no limit to the length of command line arguments. + # Libtool will interpret -1 as no limit whatsoever + lt_cv_sys_max_cmd_len=-1; + ;; + + cygwin* | mingw* | cegcc*) + # On Win9x/ME, this test blows up -- it succeeds, but takes + # about 5 minutes as the teststring grows exponentially. + # Worse, since 9x/ME are not pre-emptively multitasking, + # you end up with a "frozen" computer, even though with patience + # the test eventually succeeds (with a max line length of 256k). + # Instead, let's just punt: use the minimum linelength reported by + # all of the supported platforms: 8192 (on NT/2K/XP). + lt_cv_sys_max_cmd_len=8192; + ;; + + mint*) + # On MiNT this can take a long time and run out of memory. + lt_cv_sys_max_cmd_len=8192; + ;; + + amigaos*) + # On AmigaOS with pdksh, this test takes hours, literally. + # So we just punt and use a minimum line length of 8192. + lt_cv_sys_max_cmd_len=8192; + ;; + + netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) + # This has been around since 386BSD, at least. Likely further. + if test -x /sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` + elif test -x /usr/sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` + else + lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs + fi + # And add a safety zone + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + ;; + + interix*) + # We know the value 262144 and hardcode it with a safety zone (like BSD) + lt_cv_sys_max_cmd_len=196608 + ;; + + osf*) + # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure + # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not + # nice to cause kernel panics so lets avoid the loop below. + # First set a reasonable default. + lt_cv_sys_max_cmd_len=16384 + # + if test -x /sbin/sysconfig; then + case `/sbin/sysconfig -q proc exec_disable_arg_limit` in + *1*) lt_cv_sys_max_cmd_len=-1 ;; + esac + fi + ;; + sco3.2v5*) + lt_cv_sys_max_cmd_len=102400 + ;; + sysv5* | sco5v6* | sysv4.2uw2*) + kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` + if test -n "$kargmax"; then + lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` + else + lt_cv_sys_max_cmd_len=32768 + fi + ;; + *) + lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` + if test -n "$lt_cv_sys_max_cmd_len"; then + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + else + # Make teststring a little bigger before we do anything with it. + # a 1K string should be a reasonable start. + for i in 1 2 3 4 5 6 7 8 ; do + teststring=$teststring$teststring + done + SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} + # If test is not a shell built-in, we'll probably end up computing a + # maximum length that is only half of the actual maximum length, but + # we can't tell. + while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \ + = "X$teststring$teststring"; } >/dev/null 2>&1 && + test $i != 17 # 1/2 MB should be enough + do + i=`expr $i + 1` + teststring=$teststring$teststring + done + # Only check the string length outside the loop. + lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` + teststring= + # Add a significant safety factor because C++ compilers can tack on + # massive amounts of additional arguments before passing them to the + # linker. It appears as though 1/2 is a usable value. + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` + fi + ;; + esac + +fi + +if test -n $lt_cv_sys_max_cmd_len ; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 +$as_echo "$lt_cv_sys_max_cmd_len" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5 +$as_echo "none" >&6; } +fi +max_cmd_len=$lt_cv_sys_max_cmd_len + + + + + + +: ${CP="cp -f"} +: ${MV="mv -f"} +: ${RM="rm -f"} + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5 +$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; } +# Try some XSI features +xsi_shell=no +( _lt_dummy="a/b/c" + test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \ + = c,a/b,, \ + && eval 'test $(( 1 + 1 )) -eq 2 \ + && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ + && xsi_shell=yes +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5 +$as_echo "$xsi_shell" >&6; } + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5 +$as_echo_n "checking whether the shell understands \"+=\"... " >&6; } +lt_shell_append=no +( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \ + >/dev/null 2>&1 \ + && lt_shell_append=yes +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5 +$as_echo "$lt_shell_append" >&6; } + + +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + lt_unset=unset +else + lt_unset=false +fi + + + + + +# test EBCDIC or ASCII +case `echo X|tr X '\101'` in + A) # ASCII based system + # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr + lt_SP2NL='tr \040 \012' + lt_NL2SP='tr \015\012 \040\040' + ;; + *) # EBCDIC based system + lt_SP2NL='tr \100 \n' + lt_NL2SP='tr \r\n \100\100' + ;; +esac + + + + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 +$as_echo_n "checking for $LD option to reload object files... " >&6; } +if test "${lt_cv_ld_reload_flag+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_ld_reload_flag='-r' +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 +$as_echo "$lt_cv_ld_reload_flag" >&6; } +reload_flag=$lt_cv_ld_reload_flag +case $reload_flag in +"" | " "*) ;; +*) reload_flag=" $reload_flag" ;; +esac +reload_cmds='$LD$reload_flag -o $output$reload_objs' +case $host_os in + darwin*) + if test "$GCC" = yes; then + reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' + else + reload_cmds='$LD$reload_flag -o $output$reload_objs' + fi + ;; +esac + + + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. +set dummy ${ac_tool_prefix}objdump; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_OBJDUMP+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$OBJDUMP"; then + ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OBJDUMP=$ac_cv_prog_OBJDUMP +if test -n "$OBJDUMP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 +$as_echo "$OBJDUMP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_OBJDUMP"; then + ac_ct_OBJDUMP=$OBJDUMP + # Extract the first word of "objdump", so it can be a program name with args. +set dummy objdump; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_OBJDUMP"; then + ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_OBJDUMP="objdump" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP +if test -n "$ac_ct_OBJDUMP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 +$as_echo "$ac_ct_OBJDUMP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_OBJDUMP" = x; then + OBJDUMP="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OBJDUMP=$ac_ct_OBJDUMP + fi +else + OBJDUMP="$ac_cv_prog_OBJDUMP" +fi + +test -z "$OBJDUMP" && OBJDUMP=objdump + + + + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 +$as_echo_n "checking how to recognize dependent libraries... " >&6; } +if test "${lt_cv_deplibs_check_method+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_file_magic_cmd='$MAGIC_CMD' +lt_cv_file_magic_test_file= +lt_cv_deplibs_check_method='unknown' +# Need to set the preceding variable on all platforms that support +# interlibrary dependencies. +# 'none' -- dependencies not supported. +# `unknown' -- same as none, but documents that we really don't know. +# 'pass_all' -- all dependencies passed with no checks. +# 'test_compile' -- check by making test program. +# 'file_magic [[regex]]' -- check by looking for files in library path +# which responds to the $file_magic_cmd with a given extended regex. +# If you have `file' or equivalent on your system and you're not sure +# whether `pass_all' will *always* work, you probably want this one. + +case $host_os in +aix[4-9]*) + lt_cv_deplibs_check_method=pass_all + ;; + +beos*) + lt_cv_deplibs_check_method=pass_all + ;; + +bsdi[45]*) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' + lt_cv_file_magic_cmd='/usr/bin/file -L' + lt_cv_file_magic_test_file=/shlib/libc.so + ;; + +cygwin*) + # func_win32_libid is a shell function defined in ltmain.sh + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + ;; + +mingw* | pw32*) + # Base MSYS/MinGW do not provide the 'file' command needed by + # func_win32_libid shell function, so use a weaker test based on 'objdump', + # unless we find 'file', for example because we are cross-compiling. + # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin. + if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + else + # Keep this pattern in sync with the one in func_win32_libid. + lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' + lt_cv_file_magic_cmd='$OBJDUMP -f' + fi + ;; + +cegcc*) + # use the weaker test based on 'objdump'. See mingw*. + lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' + lt_cv_file_magic_cmd='$OBJDUMP -f' + ;; + +darwin* | rhapsody*) + lt_cv_deplibs_check_method=pass_all + ;; + +freebsd* | dragonfly*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + case $host_cpu in + i*86 ) + # Not sure whether the presence of OpenBSD here was a mistake. + # Let's accept both of them until this is cleared up. + lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' + lt_cv_file_magic_cmd=/usr/bin/file + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` + ;; + esac + else + lt_cv_deplibs_check_method=pass_all + fi + ;; + +gnu*) + lt_cv_deplibs_check_method=pass_all + ;; + +haiku*) + lt_cv_deplibs_check_method=pass_all + ;; + +hpux10.20* | hpux11*) + lt_cv_file_magic_cmd=/usr/bin/file + case $host_cpu in + ia64*) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' + lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so + ;; + hppa*64*) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]' + lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl + ;; + *) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library' + lt_cv_file_magic_test_file=/usr/lib/libc.sl + ;; + esac + ;; + +interix[3-9]*) + # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' + ;; + +irix5* | irix6* | nonstopux*) + case $LD in + *-32|*"-32 ") libmagic=32-bit;; + *-n32|*"-n32 ") libmagic=N32;; + *-64|*"-64 ") libmagic=64-bit;; + *) libmagic=never-match;; + esac + lt_cv_deplibs_check_method=pass_all + ;; + +# This must be Linux ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu) + lt_cv_deplibs_check_method=pass_all + ;; + +netbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' + fi + ;; + +newos6*) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' + lt_cv_file_magic_cmd=/usr/bin/file + lt_cv_file_magic_test_file=/usr/lib/libnls.so + ;; + +*nto* | *qnx*) + lt_cv_deplibs_check_method=pass_all + ;; + +openbsd*) + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' + fi + ;; + +osf3* | osf4* | osf5*) + lt_cv_deplibs_check_method=pass_all + ;; + +rdos*) + lt_cv_deplibs_check_method=pass_all + ;; + +solaris*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv4 | sysv4.3*) + case $host_vendor in + motorola) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` + ;; + ncr) + lt_cv_deplibs_check_method=pass_all + ;; + sequent) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' + ;; + sni) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" + lt_cv_file_magic_test_file=/lib/libc.so + ;; + siemens) + lt_cv_deplibs_check_method=pass_all + ;; + pc) + lt_cv_deplibs_check_method=pass_all + ;; + esac + ;; + +tpf*) + lt_cv_deplibs_check_method=pass_all + ;; +esac + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 +$as_echo "$lt_cv_deplibs_check_method" >&6; } +file_magic_cmd=$lt_cv_file_magic_cmd +deplibs_check_method=$lt_cv_deplibs_check_method +test -z "$deplibs_check_method" && deplibs_check_method=unknown + + + + + + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. +set dummy ${ac_tool_prefix}ar; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_AR+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$AR"; then + ac_cv_prog_AR="$AR" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_AR="${ac_tool_prefix}ar" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AR=$ac_cv_prog_AR +if test -n "$AR"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 +$as_echo "$AR" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_AR"; then + ac_ct_AR=$AR + # Extract the first word of "ar", so it can be a program name with args. +set dummy ar; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_ac_ct_AR+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_AR"; then + ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_AR="ar" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_AR=$ac_cv_prog_ac_ct_AR +if test -n "$ac_ct_AR"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 +$as_echo "$ac_ct_AR" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_AR" = x; then + AR="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + AR=$ac_ct_AR + fi +else + AR="$ac_cv_prog_AR" +fi + +test -z "$AR" && AR=ar +test -z "$AR_FLAGS" && AR_FLAGS=cru + + + + + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_STRIP+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +$as_echo "$STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_STRIP="strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +$as_echo "$ac_ct_STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +test -z "$STRIP" && STRIP=: + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. +set dummy ${ac_tool_prefix}ranlib; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_RANLIB+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$RANLIB"; then + ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +RANLIB=$ac_cv_prog_RANLIB +if test -n "$RANLIB"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 +$as_echo "$RANLIB" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_RANLIB"; then + ac_ct_RANLIB=$RANLIB + # Extract the first word of "ranlib", so it can be a program name with args. +set dummy ranlib; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_RANLIB"; then + ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_RANLIB="ranlib" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB +if test -n "$ac_ct_RANLIB"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 +$as_echo "$ac_ct_RANLIB" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_RANLIB" = x; then + RANLIB=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + RANLIB=$ac_ct_RANLIB + fi +else + RANLIB="$ac_cv_prog_RANLIB" +fi + +test -z "$RANLIB" && RANLIB=: + + + + + + +# Determine commands to create old-style static archives. +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' +old_postinstall_cmds='chmod 644 $oldlib' +old_postuninstall_cmds= + +if test -n "$RANLIB"; then + case $host_os in + openbsd*) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" + ;; + *) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" + ;; + esac + old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" +fi + +case $host_os in + darwin*) + lock_old_archive_extraction=yes ;; + *) + lock_old_archive_extraction=no ;; +esac + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC + + +# Check for command to grab the raw symbol name followed by C symbol from nm. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 +$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } +if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + +# These are sane defaults that work on at least a few old systems. +# [They come from Ultrix. What could be older than Ultrix?!! ;)] + +# Character class describing NM global symbol codes. +symcode='[BCDEGRST]' + +# Regexp to match symbols that can be accessed directly from C. +sympat='\([_A-Za-z][_A-Za-z0-9]*\)' + +# Define system-specific variables. +case $host_os in +aix*) + symcode='[BCDT]' + ;; +cygwin* | mingw* | pw32* | cegcc*) + symcode='[ABCDGISTW]' + ;; +hpux*) + if test "$host_cpu" = ia64; then + symcode='[ABCDEGRST]' + fi + ;; +irix* | nonstopux*) + symcode='[BCDEGRST]' + ;; +osf*) + symcode='[BCDEGQRST]' + ;; +solaris*) + symcode='[BDRT]' + ;; +sco3.2v5*) + symcode='[DT]' + ;; +sysv4.2uw2*) + symcode='[DT]' + ;; +sysv5* | sco5v6* | unixware* | OpenUNIX*) + symcode='[ABDT]' + ;; +sysv4) + symcode='[DFNSTU]' + ;; +esac + +# If we're using GNU nm, then use its standard symbol codes. +case `$NM -V 2>&1` in +*GNU* | *'with BFD'*) + symcode='[ABCDGIRSTW]' ;; +esac + +# Transform an extracted symbol line into a proper C declaration. +# Some systems (esp. on ia64) link data and code symbols differently, +# so use this general approach. +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" + +# Transform an extracted symbol line into symbol name and symbol address +lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'" +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'" + +# Handle CRLF in mingw tool chain +opt_cr= +case $build_os in +mingw*) + opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp + ;; +esac + +# Try without a prefix underscore, then with it. +for ac_symprfx in "" "_"; do + + # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. + symxfrm="\\1 $ac_symprfx\\2 \\2" + + # Write the raw and C identifiers. + if test "$lt_cv_nm_interface" = "MS dumpbin"; then + # Fake it for dumpbin and say T for any non-static function + # and D for any global variable. + # Also find C++ and __fastcall symbols from MSVC++, + # which start with @ or ?. + lt_cv_sys_global_symbol_pipe="$AWK '"\ +" {last_section=section; section=\$ 3};"\ +" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ +" \$ 0!~/External *\|/{next};"\ +" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ +" {if(hide[section]) next};"\ +" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ +" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ +" s[1]~/^[@?]/{print s[1], s[1]; next};"\ +" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ +" ' prfx=^$ac_symprfx" + else + lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" + fi + + # Check to see that the pipe works correctly. + pipe_works=no + + rm -f conftest* + cat > conftest.$ac_ext <<_LT_EOF +#ifdef __cplusplus +extern "C" { +#endif +char nm_test_var; +void nm_test_func(void); +void nm_test_func(void){} +#ifdef __cplusplus +} +#endif +int main(){nm_test_var='a';nm_test_func();return(0);} +_LT_EOF + + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + # Now try to grab the symbols. + nlist=conftest.nm + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 + (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s "$nlist"; then + # Try sorting and uniquifying the output. + if sort "$nlist" | uniq > "$nlist"T; then + mv -f "$nlist"T "$nlist" + else + rm -f "$nlist"T + fi + + # Make sure that we snagged all the symbols we need. + if $GREP ' nm_test_var$' "$nlist" >/dev/null; then + if $GREP ' nm_test_func$' "$nlist" >/dev/null; then + cat <<_LT_EOF > conftest.$ac_ext +#ifdef __cplusplus +extern "C" { +#endif + +_LT_EOF + # Now generate the symbol file. + eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' + + cat <<_LT_EOF >> conftest.$ac_ext + +/* The mapping between symbol names and symbols. */ +const struct { + const char *name; + void *address; +} +lt__PROGRAM__LTX_preloaded_symbols[] = +{ + { "@PROGRAM@", (void *) 0 }, +_LT_EOF + $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext + cat <<\_LT_EOF >> conftest.$ac_ext + {0, (void *) 0} +}; + +/* This works around a problem in FreeBSD linker */ +#ifdef FREEBSD_WORKAROUND +static const void *lt_preloaded_setup() { + return lt__PROGRAM__LTX_preloaded_symbols; +} +#endif + +#ifdef __cplusplus +} +#endif +_LT_EOF + # Now try linking the two files. + mv conftest.$ac_objext conftstm.$ac_objext + lt_save_LIBS="$LIBS" + lt_save_CFLAGS="$CFLAGS" + LIBS="conftstm.$ac_objext" + CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest${ac_exeext}; then + pipe_works=yes + fi + LIBS="$lt_save_LIBS" + CFLAGS="$lt_save_CFLAGS" + else + echo "cannot find nm_test_func in $nlist" >&5 + fi + else + echo "cannot find nm_test_var in $nlist" >&5 + fi + else + echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 + fi + else + echo "$progname: failed program was:" >&5 + cat conftest.$ac_ext >&5 + fi + rm -rf conftest* conftst* + + # Do not use the global_symbol_pipe unless it works. + if test "$pipe_works" = yes; then + break + else + lt_cv_sys_global_symbol_pipe= + fi +done + +fi + +if test -z "$lt_cv_sys_global_symbol_pipe"; then + lt_cv_sys_global_symbol_to_cdecl= +fi +if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5 +$as_echo "failed" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 +$as_echo "ok" >&6; } +fi + + + + + + + + + + + + + + + + + + + + + + + +# Check whether --enable-libtool-lock was given. +if test "${enable_libtool_lock+set}" = set; then : + enableval=$enable_libtool_lock; +fi + +test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes + +# Some flags need to be propagated to the compiler or linker for good +# libtool support. +case $host in +ia64-*-hpux*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + case `/usr/bin/file conftest.$ac_objext` in + *ELF-32*) + HPUX_IA64_MODE="32" + ;; + *ELF-64*) + HPUX_IA64_MODE="64" + ;; + esac + fi + rm -rf conftest* + ;; +*-*-irix6*) + # Find out which ABI we are using. + echo '#line '$LINENO' "configure"' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + if test "$lt_cv_prog_gnu_ld" = yes; then + case `/usr/bin/file conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -melf32bsmip" + ;; + *N32*) + LD="${LD-ld} -melf32bmipn32" + ;; + *64-bit*) + LD="${LD-ld} -melf64bmip" + ;; + esac + else + case `/usr/bin/file conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -32" + ;; + *N32*) + LD="${LD-ld} -n32" + ;; + *64-bit*) + LD="${LD-ld} -64" + ;; + esac + fi + fi + rm -rf conftest* + ;; + +x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ +s390*-*linux*|s390*-*tpf*|sparc*-*linux*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + case `/usr/bin/file conftest.o` in + *32-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_i386_fbsd" + ;; + x86_64-*linux*) + LD="${LD-ld} -m elf_i386" + ;; + ppc64-*linux*|powerpc64-*linux*) + LD="${LD-ld} -m elf32ppclinux" + ;; + s390x-*linux*) + LD="${LD-ld} -m elf_s390" + ;; + sparc64-*linux*) + LD="${LD-ld} -m elf32_sparc" + ;; + esac + ;; + *64-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_x86_64_fbsd" + ;; + x86_64-*linux*) + LD="${LD-ld} -m elf_x86_64" + ;; + ppc*-*linux*|powerpc*-*linux*) + LD="${LD-ld} -m elf64ppc" + ;; + s390*-*linux*|s390*-*tpf*) + LD="${LD-ld} -m elf64_s390" + ;; + sparc*-*linux*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; + +*-*-sco3.2v5*) + # On SCO OpenServer 5, we need -belf to get full-featured binaries. + SAVE_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS -belf" + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 +$as_echo_n "checking whether the C compiler needs -belf... " >&6; } +if test "${lt_cv_cc_needs_belf+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + lt_cv_cc_needs_belf=yes +else + lt_cv_cc_needs_belf=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 +$as_echo "$lt_cv_cc_needs_belf" >&6; } + if test x"$lt_cv_cc_needs_belf" != x"yes"; then + # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf + CFLAGS="$SAVE_CFLAGS" + fi + ;; +sparc*-*solaris*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + case `/usr/bin/file conftest.o` in + *64-bit*) + case $lt_cv_prog_gnu_ld in + yes*) LD="${LD-ld} -m elf64_sparc" ;; + *) + if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then + LD="${LD-ld} -64" + fi + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; +esac + +need_locks="$enable_libtool_lock" + + + case $host_os in + rhapsody* | darwin*) + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. +set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_DSYMUTIL+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$DSYMUTIL"; then + ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +DSYMUTIL=$ac_cv_prog_DSYMUTIL +if test -n "$DSYMUTIL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 +$as_echo "$DSYMUTIL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_DSYMUTIL"; then + ac_ct_DSYMUTIL=$DSYMUTIL + # Extract the first word of "dsymutil", so it can be a program name with args. +set dummy dsymutil; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_DSYMUTIL"; then + ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL +if test -n "$ac_ct_DSYMUTIL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 +$as_echo "$ac_ct_DSYMUTIL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_DSYMUTIL" = x; then + DSYMUTIL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + DSYMUTIL=$ac_ct_DSYMUTIL + fi +else + DSYMUTIL="$ac_cv_prog_DSYMUTIL" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. +set dummy ${ac_tool_prefix}nmedit; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_NMEDIT+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$NMEDIT"; then + ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +NMEDIT=$ac_cv_prog_NMEDIT +if test -n "$NMEDIT"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 +$as_echo "$NMEDIT" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_NMEDIT"; then + ac_ct_NMEDIT=$NMEDIT + # Extract the first word of "nmedit", so it can be a program name with args. +set dummy nmedit; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_NMEDIT"; then + ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_NMEDIT="nmedit" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT +if test -n "$ac_ct_NMEDIT"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 +$as_echo "$ac_ct_NMEDIT" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_NMEDIT" = x; then + NMEDIT=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + NMEDIT=$ac_ct_NMEDIT + fi +else + NMEDIT="$ac_cv_prog_NMEDIT" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. +set dummy ${ac_tool_prefix}lipo; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_LIPO+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$LIPO"; then + ac_cv_prog_LIPO="$LIPO" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_LIPO="${ac_tool_prefix}lipo" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +LIPO=$ac_cv_prog_LIPO +if test -n "$LIPO"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 +$as_echo "$LIPO" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_LIPO"; then + ac_ct_LIPO=$LIPO + # Extract the first word of "lipo", so it can be a program name with args. +set dummy lipo; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_LIPO"; then + ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_LIPO="lipo" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO +if test -n "$ac_ct_LIPO"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 +$as_echo "$ac_ct_LIPO" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_LIPO" = x; then + LIPO=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + LIPO=$ac_ct_LIPO + fi +else + LIPO="$ac_cv_prog_LIPO" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. +set dummy ${ac_tool_prefix}otool; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_OTOOL+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$OTOOL"; then + ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_OTOOL="${ac_tool_prefix}otool" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OTOOL=$ac_cv_prog_OTOOL +if test -n "$OTOOL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 +$as_echo "$OTOOL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_OTOOL"; then + ac_ct_OTOOL=$OTOOL + # Extract the first word of "otool", so it can be a program name with args. +set dummy otool; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_OTOOL"; then + ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_OTOOL="otool" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL +if test -n "$ac_ct_OTOOL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 +$as_echo "$ac_ct_OTOOL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_OTOOL" = x; then + OTOOL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OTOOL=$ac_ct_OTOOL + fi +else + OTOOL="$ac_cv_prog_OTOOL" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. +set dummy ${ac_tool_prefix}otool64; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_OTOOL64+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$OTOOL64"; then + ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OTOOL64=$ac_cv_prog_OTOOL64 +if test -n "$OTOOL64"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 +$as_echo "$OTOOL64" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_OTOOL64"; then + ac_ct_OTOOL64=$OTOOL64 + # Extract the first word of "otool64", so it can be a program name with args. +set dummy otool64; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_OTOOL64"; then + ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_OTOOL64="otool64" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 +if test -n "$ac_ct_OTOOL64"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 +$as_echo "$ac_ct_OTOOL64" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_OTOOL64" = x; then + OTOOL64=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OTOOL64=$ac_ct_OTOOL64 + fi +else + OTOOL64="$ac_cv_prog_OTOOL64" +fi + + + + + + + + + + + + + + + + + + + + + + + + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 +$as_echo_n "checking for -single_module linker flag... " >&6; } +if test "${lt_cv_apple_cc_single_mod+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_apple_cc_single_mod=no + if test -z "${LT_MULTI_MODULE}"; then + # By default we will add the -single_module flag. You can override + # by either setting the environment variable LT_MULTI_MODULE + # non-empty at configure time, or by adding -multi_module to the + # link flags. + rm -rf libconftest.dylib* + echo "int foo(void){return 1;}" > conftest.c + echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ +-dynamiclib -Wl,-single_module conftest.c" >&5 + $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ + -dynamiclib -Wl,-single_module conftest.c 2>conftest.err + _lt_result=$? + if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then + lt_cv_apple_cc_single_mod=yes + else + cat conftest.err >&5 + fi + rm -rf libconftest.dylib* + rm -f conftest.* + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 +$as_echo "$lt_cv_apple_cc_single_mod" >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 +$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } +if test "${lt_cv_ld_exported_symbols_list+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_ld_exported_symbols_list=no + save_LDFLAGS=$LDFLAGS + echo "_main" > conftest.sym + LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + lt_cv_ld_exported_symbols_list=yes +else + lt_cv_ld_exported_symbols_list=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS="$save_LDFLAGS" + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 +$as_echo "$lt_cv_ld_exported_symbols_list" >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 +$as_echo_n "checking for -force_load linker flag... " >&6; } +if test "${lt_cv_ld_force_load+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_ld_force_load=no + cat > conftest.c << _LT_EOF +int forced_loaded() { return 2;} +_LT_EOF + echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 + $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 + echo "$AR cru libconftest.a conftest.o" >&5 + $AR cru libconftest.a conftest.o 2>&5 + echo "$RANLIB libconftest.a" >&5 + $RANLIB libconftest.a 2>&5 + cat > conftest.c << _LT_EOF +int main() { return 0;} +_LT_EOF + echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 + $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err + _lt_result=$? + if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then + lt_cv_ld_force_load=yes + else + cat conftest.err >&5 + fi + rm -f conftest.err libconftest.a conftest conftest.c + rm -rf conftest.dSYM + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 +$as_echo "$lt_cv_ld_force_load" >&6; } + case $host_os in + rhapsody* | darwin1.[012]) + _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; + darwin1.*) + _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; + darwin*) # darwin 5.x on + # if running on 10.5 or later, the deployment target defaults + # to the OS version, if on x86, and 10.4, the deployment + # target defaults to 10.4. Don't you love it? + case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in + 10.0,*86*-darwin8*|10.0,*-darwin[91]*) + _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; + 10.[012]*) + _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; + 10.*) + _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; + esac + ;; + esac + if test "$lt_cv_apple_cc_single_mod" = "yes"; then + _lt_dar_single_mod='$single_module' + fi + if test "$lt_cv_ld_exported_symbols_list" = "yes"; then + _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' + else + _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' + fi + if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then + _lt_dsymutil='~$DSYMUTIL $lib || :' + else + _lt_dsymutil= + fi + ;; + esac + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 +$as_echo_n "checking how to run the C preprocessor... " >&6; } +# On Suns, sometimes $CPP names a directory. +if test -n "$CPP" && test -d "$CPP"; then + CPP= +fi +if test -z "$CPP"; then + if test "${ac_cv_prog_CPP+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + # Double quotes because CPP needs to be expanded + for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" + do + ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + +else + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + # Broken: success on invalid input. +continue +else + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.err conftest.$ac_ext +if $ac_preproc_ok; then : + break +fi + + done + ac_cv_prog_CPP=$CPP + +fi + CPP=$ac_cv_prog_CPP +else + ac_cv_prog_CPP=$CPP +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 +$as_echo "$CPP" >&6; } +ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + +else + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + # Broken: success on invalid input. +continue +else + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.err conftest.$ac_ext +if $ac_preproc_ok; then : + +else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details" "$LINENO" 5; } +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 +$as_echo_n "checking for ANSI C header files... " >&6; } +if test "${ac_cv_header_stdc+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +#include +#include + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_header_stdc=yes +else + ac_cv_header_stdc=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + +if test $ac_cv_header_stdc = yes; then + # SunOS 4.x string.h does not declare mem*, contrary to ANSI. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "memchr" >/dev/null 2>&1; then : + +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "free" >/dev/null 2>&1; then : + +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. + if test "$cross_compiling" = yes; then : + : +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +#if ((' ' & 0x0FF) == 0x020) +# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') +# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) +#else +# define ISLOWER(c) \ + (('a' <= (c) && (c) <= 'i') \ + || ('j' <= (c) && (c) <= 'r') \ + || ('s' <= (c) && (c) <= 'z')) +# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) +#endif + +#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) +int +main () +{ + int i; + for (i = 0; i < 256; i++) + if (XOR (islower (i), ISLOWER (i)) + || toupper (i) != TOUPPER (i)) + return 2; + return 0; +} +_ACEOF +if ac_fn_c_try_run "$LINENO"; then : + +else + ac_cv_header_stdc=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi + +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 +$as_echo "$ac_cv_header_stdc" >&6; } +if test $ac_cv_header_stdc = yes; then + +$as_echo "#define STDC_HEADERS 1" >>confdefs.h + +fi + +# On IRIX 5.3, sys/types and inttypes.h are conflicting. +for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ + inttypes.h stdint.h unistd.h +do : + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default +" +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + +for ac_header in dlfcn.h +do : + ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default +" +if test "x$ac_cv_header_dlfcn_h" = x""yes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_DLFCN_H 1 +_ACEOF + +fi + +done + + + + + +# Set options + + + + enable_dlopen=no + + + enable_win32_dll=no + + + # Check whether --enable-shared was given. +if test "${enable_shared+set}" = set; then : + enableval=$enable_shared; p=${PACKAGE-default} + case $enableval in + yes) enable_shared=yes ;; + no) enable_shared=no ;; + *) + enable_shared=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_shared=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac +else + enable_shared=yes +fi + + + + + + + + + + # Check whether --enable-static was given. +if test "${enable_static+set}" = set; then : + enableval=$enable_static; p=${PACKAGE-default} + case $enableval in + yes) enable_static=yes ;; + no) enable_static=no ;; + *) + enable_static=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_static=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac +else + enable_static=yes +fi + + + + + + + + + + +# Check whether --with-pic was given. +if test "${with_pic+set}" = set; then : + withval=$with_pic; pic_mode="$withval" +else + pic_mode=default +fi + + +test -z "$pic_mode" && pic_mode=default + + + + + + + + # Check whether --enable-fast-install was given. +if test "${enable_fast_install+set}" = set; then : + enableval=$enable_fast_install; p=${PACKAGE-default} + case $enableval in + yes) enable_fast_install=yes ;; + no) enable_fast_install=no ;; + *) + enable_fast_install=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_fast_install=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac +else + enable_fast_install=yes +fi + + + + + + + + + + + +# This can be used to rebuild libtool when needed +LIBTOOL_DEPS="$ltmain" + +# Always use our own libtool. +LIBTOOL='$(SHELL) $(top_builddir)/libtool' + + + + + + + + + + + + + + + + + + + + + + + + + + +test -z "$LN_S" && LN_S="ln -s" + + + + + + + + + + + + + + +if test -n "${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 +$as_echo_n "checking for objdir... " >&6; } +if test "${lt_cv_objdir+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + rm -f .libs 2>/dev/null +mkdir .libs 2>/dev/null +if test -d .libs; then + lt_cv_objdir=.libs +else + # MS-DOS does not allow filenames that begin with a dot. + lt_cv_objdir=_libs +fi +rmdir .libs 2>/dev/null +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 +$as_echo "$lt_cv_objdir" >&6; } +objdir=$lt_cv_objdir + + + + + +cat >>confdefs.h <<_ACEOF +#define LT_OBJDIR "$lt_cv_objdir/" +_ACEOF + + + + +case $host_os in +aix3*) + # AIX sometimes has problems with the GCC collect2 program. For some + # reason, if we set the COLLECT_NAMES environment variable, the problems + # vanish in a puff of smoke. + if test "X${COLLECT_NAMES+set}" != Xset; then + COLLECT_NAMES= + export COLLECT_NAMES + fi + ;; +esac + +# Global variables: +ofile=libtool +can_build_shared=yes + +# All known linkers require a `.a' archive for static linking (except MSVC, +# which needs '.lib'). +libext=a + +with_gnu_ld="$lt_cv_prog_gnu_ld" + +old_CC="$CC" +old_CFLAGS="$CFLAGS" + +# Set sane defaults for various variables +test -z "$CC" && CC=cc +test -z "$LTCC" && LTCC=$CC +test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS +test -z "$LD" && LD=ld +test -z "$ac_objext" && ac_objext=o + +for cc_temp in $compiler""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac +done +cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` + + +# Only perform the check for file, if the check method requires it +test -z "$MAGIC_CMD" && MAGIC_CMD=file +case $deplibs_check_method in +file_magic*) + if test "$file_magic_cmd" = '$MAGIC_CMD'; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 +$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } +if test "${lt_cv_path_MAGIC_CMD+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + case $MAGIC_CMD in +[\\/*] | ?:[\\/]*) + lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD="$MAGIC_CMD" + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" + for ac_dir in $ac_dummy; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/${ac_tool_prefix}file; then + lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD="$lt_cv_path_MAGIC_CMD" + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <<_LT_EOF 1>&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +_LT_EOF + fi ;; + esac + fi + break + fi + done + IFS="$lt_save_ifs" + MAGIC_CMD="$lt_save_MAGIC_CMD" + ;; +esac +fi + +MAGIC_CMD="$lt_cv_path_MAGIC_CMD" +if test -n "$MAGIC_CMD"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 +$as_echo "$MAGIC_CMD" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + + + +if test -z "$lt_cv_path_MAGIC_CMD"; then + if test -n "$ac_tool_prefix"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 +$as_echo_n "checking for file... " >&6; } +if test "${lt_cv_path_MAGIC_CMD+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + case $MAGIC_CMD in +[\\/*] | ?:[\\/]*) + lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD="$MAGIC_CMD" + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" + for ac_dir in $ac_dummy; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/file; then + lt_cv_path_MAGIC_CMD="$ac_dir/file" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD="$lt_cv_path_MAGIC_CMD" + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <<_LT_EOF 1>&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +_LT_EOF + fi ;; + esac + fi + break + fi + done + IFS="$lt_save_ifs" + MAGIC_CMD="$lt_save_MAGIC_CMD" + ;; +esac +fi + +MAGIC_CMD="$lt_cv_path_MAGIC_CMD" +if test -n "$MAGIC_CMD"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 +$as_echo "$MAGIC_CMD" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + else + MAGIC_CMD=: + fi +fi + + fi + ;; +esac + +# Use C for the default configuration in the libtool script + +lt_save_CC="$CC" +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +# Source file extension for C test sources. +ac_ext=c + +# Object file extension for compiled C test sources. +objext=o +objext=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="int some_variable = 0;" + +# Code to be used in simple link tests +lt_simple_link_test_code='int main(){return(0);}' + + + + + + + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC + +# Save the default compiler, since it gets overwritten when the other +# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. +compiler_DEFAULT=$CC + +# save warnings/boilerplate of simple test code +ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_compiler_boilerplate=`cat conftest.err` +$RM conftest* + +ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_linker_boilerplate=`cat conftest.err` +$RM -r conftest* + + +if test -n "$compiler"; then + +lt_prog_compiler_no_builtin_flag= + +if test "$GCC" = yes; then + case $cc_basename in + nvcc*) + lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; + *) + lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; + esac + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 +$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } +if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_rtti_exceptions=no + ac_outfile=conftest.$ac_objext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="-fno-rtti -fno-exceptions" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_rtti_exceptions=yes + fi + fi + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 +$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } + +if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then + lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" +else + : +fi + +fi + + + + + + + lt_prog_compiler_wl= +lt_prog_compiler_pic= +lt_prog_compiler_static= + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 +$as_echo_n "checking for $compiler option to produce PIC... " >&6; } + + if test "$GCC" = yes; then + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_static='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static='-Bstatic' + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + lt_prog_compiler_pic='-fPIC' + ;; + m68k) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the `-m68020' flag to GCC prevents building anything better, + # like `-m68040'. + lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' + ;; + esac + ;; + + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + lt_prog_compiler_pic='-DDLL_EXPORT' + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic='-fno-common' + ;; + + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + lt_prog_compiler_static= + ;; + + hpux*) + # PIC is the default for 64-bit PA HP-UX, but not for 32-bit + # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag + # sets the default TLS model and affects inlining. + case $host_cpu in + hppa*64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic='-fPIC' + ;; + esac + ;; + + interix[3-9]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + + msdosdjgpp*) + # Just because we use GCC doesn't mean we suddenly get shared libraries + # on systems that don't support them. + lt_prog_compiler_can_build_shared=no + enable_shared=no + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + lt_prog_compiler_pic='-fPIC -shared' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + lt_prog_compiler_pic=-Kconform_pic + fi + ;; + + *) + lt_prog_compiler_pic='-fPIC' + ;; + esac + + case $cc_basename in + nvcc*) # Cuda Compiler Driver 2.2 + lt_prog_compiler_wl='-Xlinker ' + lt_prog_compiler_pic='-Xcompiler -fPIC' + ;; + esac + else + # PORTME Check for flag to pass linker flags through the system compiler. + case $host_os in + aix*) + lt_prog_compiler_wl='-Wl,' + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static='-Bstatic' + else + lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' + fi + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + lt_prog_compiler_pic='-DDLL_EXPORT' + ;; + + hpux9* | hpux10* | hpux11*) + lt_prog_compiler_wl='-Wl,' + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic='+Z' + ;; + esac + # Is there a better lt_prog_compiler_static that works with the bundled CC? + lt_prog_compiler_static='${wl}-a ${wl}archive' + ;; + + irix5* | irix6* | nonstopux*) + lt_prog_compiler_wl='-Wl,' + # PIC (with -KPIC) is the default. + lt_prog_compiler_static='-non_shared' + ;; + + linux* | k*bsd*-gnu | kopensolaris*-gnu) + case $cc_basename in + # old Intel for x86_64 which still supported -KPIC. + ecc*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-static' + ;; + # icc used to be incompatible with GCC. + # ICC 10 doesn't accept -KPIC any more. + icc* | ifort*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + # Lahey Fortran 8.1. + lf95*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='--shared' + lt_prog_compiler_static='--static' + ;; + pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group compilers (*not* the Pentium gcc compiler, + # which looks to be a dead project) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fpic' + lt_prog_compiler_static='-Bstatic' + ;; + ccc*) + lt_prog_compiler_wl='-Wl,' + # All Alpha code is PIC. + lt_prog_compiler_static='-non_shared' + ;; + xl* | bgxl* | bgf* | mpixl*) + # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-qpic' + lt_prog_compiler_static='-qstaticlink' + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ F* | *Sun*Fortran*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='' + ;; + *Sun\ C*) + # Sun C 5.9 + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='-Wl,' + ;; + esac + ;; + esac + ;; + + newsos6) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + lt_prog_compiler_pic='-fPIC -shared' + ;; + + osf3* | osf4* | osf5*) + lt_prog_compiler_wl='-Wl,' + # All OSF/1 code is PIC. + lt_prog_compiler_static='-non_shared' + ;; + + rdos*) + lt_prog_compiler_static='-non_shared' + ;; + + solaris*) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + case $cc_basename in + f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) + lt_prog_compiler_wl='-Qoption ld ';; + *) + lt_prog_compiler_wl='-Wl,';; + esac + ;; + + sunos4*) + lt_prog_compiler_wl='-Qoption ld ' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + + sysv4 | sysv4.2uw2* | sysv4.3*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + sysv4*MP*) + if test -d /usr/nec ;then + lt_prog_compiler_pic='-Kconform_pic' + lt_prog_compiler_static='-Bstatic' + fi + ;; + + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + unicos*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_can_build_shared=no + ;; + + uts4*) + lt_prog_compiler_pic='-pic' + lt_prog_compiler_static='-Bstatic' + ;; + + *) + lt_prog_compiler_can_build_shared=no + ;; + esac + fi + +case $host_os in + # For platforms which do not support PIC, -DPIC is meaningless: + *djgpp*) + lt_prog_compiler_pic= + ;; + *) + lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" + ;; +esac +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5 +$as_echo "$lt_prog_compiler_pic" >&6; } + + + + + + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$lt_prog_compiler_pic"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 +$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } +if test "${lt_cv_prog_compiler_pic_works+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_pic_works=no + ac_outfile=conftest.$ac_objext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$lt_prog_compiler_pic -DPIC" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_pic_works=yes + fi + fi + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 +$as_echo "$lt_cv_prog_compiler_pic_works" >&6; } + +if test x"$lt_cv_prog_compiler_pic_works" = xyes; then + case $lt_prog_compiler_pic in + "" | " "*) ;; + *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; + esac +else + lt_prog_compiler_pic= + lt_prog_compiler_can_build_shared=no +fi + +fi + + + + + + +# +# Check to make sure the static flag actually works. +# +wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 +$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } +if test "${lt_cv_prog_compiler_static_works+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_static_works=no + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS $lt_tmp_static_flag" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&5 + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_static_works=yes + fi + else + lt_cv_prog_compiler_static_works=yes + fi + fi + $RM -r conftest* + LDFLAGS="$save_LDFLAGS" + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 +$as_echo "$lt_cv_prog_compiler_static_works" >&6; } + +if test x"$lt_cv_prog_compiler_static_works" = xyes; then + : +else + lt_prog_compiler_static= +fi + + + + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 +$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } +if test "${lt_cv_prog_compiler_c_o+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_c_o=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + lt_cv_prog_compiler_c_o=yes + fi + fi + chmod u+w . 2>&5 + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 +$as_echo "$lt_cv_prog_compiler_c_o" >&6; } + + + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 +$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } +if test "${lt_cv_prog_compiler_c_o+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_c_o=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + lt_cv_prog_compiler_c_o=yes + fi + fi + chmod u+w . 2>&5 + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 +$as_echo "$lt_cv_prog_compiler_c_o" >&6; } + + + + +hard_links="nottested" +if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then + # do not overwrite the value of need_locks provided by the user + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 +$as_echo_n "checking if we can lock with hard links... " >&6; } + hard_links=yes + $RM conftest* + ln conftest.a conftest.b 2>/dev/null && hard_links=no + touch conftest.a + ln conftest.a conftest.b 2>&5 || hard_links=no + ln conftest.a conftest.b 2>/dev/null && hard_links=no + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 +$as_echo "$hard_links" >&6; } + if test "$hard_links" = no; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 +$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} + need_locks=warn + fi +else + need_locks=no +fi + + + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } + + runpath_var= + allow_undefined_flag= + always_export_symbols=no + archive_cmds= + archive_expsym_cmds= + compiler_needs_object=no + enable_shared_with_static_runtimes=no + export_dynamic_flag_spec= + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + hardcode_automatic=no + hardcode_direct=no + hardcode_direct_absolute=no + hardcode_libdir_flag_spec= + hardcode_libdir_flag_spec_ld= + hardcode_libdir_separator= + hardcode_minus_L=no + hardcode_shlibpath_var=unsupported + inherit_rpath=no + link_all_deplibs=unknown + module_cmds= + module_expsym_cmds= + old_archive_from_new_cmds= + old_archive_from_expsyms_cmds= + thread_safe_flag_spec= + whole_archive_flag_spec= + # include_expsyms should be a list of space-separated symbols to be *always* + # included in the symbol list + include_expsyms= + # exclude_expsyms can be an extended regexp of symbols to exclude + # it will be wrapped by ` (' and `)$', so one must not match beginning or + # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', + # as well as any symbol that contains `d'. + exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' + # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out + # platforms (ab)use it in PIC code, but their linkers get confused if + # the symbol is explicitly referenced. Since portable code cannot + # rely on this symbol name, it's probably fine to never include it in + # preloaded symbol tables. + # Exclude shared library initialization/finalization symbols. + extract_expsyms_cmds= + + case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + # FIXME: the MSVC++ port hasn't been tested in a loooong time + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + if test "$GCC" != yes; then + with_gnu_ld=no + fi + ;; + interix*) + # we just hope/assume this is gcc and not c89 (= MSVC++) + with_gnu_ld=yes + ;; + openbsd*) + with_gnu_ld=no + ;; + esac + + ld_shlibs=yes + + # On some targets, GNU ld is compatible enough with the native linker + # that we're better off using the native interface for both. + lt_use_gnu_ld_interface=no + if test "$with_gnu_ld" = yes; then + case $host_os in + aix*) + # The AIX port of GNU ld has always aspired to compatibility + # with the native linker. However, as the warning in the GNU ld + # block says, versions before 2.19.5* couldn't really create working + # shared libraries, regardless of the interface used. + case `$LD -v 2>&1` in + *\ \(GNU\ Binutils\)\ 2.19.5*) ;; + *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;; + *\ \(GNU\ Binutils\)\ [3-9]*) ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + fi + + if test "$lt_use_gnu_ld_interface" = yes; then + # If archive_cmds runs LD, not CC, wlarc should be empty + wlarc='${wl}' + + # Set some defaults for GNU ld with shared library support. These + # are reset later if shared libraries are not supported. Putting them + # here allows them to be overridden if necessary. + runpath_var=LD_RUN_PATH + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + export_dynamic_flag_spec='${wl}--export-dynamic' + # ancient GNU ld didn't support --whole-archive et. al. + if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then + whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + whole_archive_flag_spec= + fi + supports_anon_versioning=no + case `$LD -v 2>&1` in + *GNU\ gold*) supports_anon_versioning=yes ;; + *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 + *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... + *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... + *\ 2.11.*) ;; # other 2.11 versions + *) supports_anon_versioning=yes ;; + esac + + # See if GNU ld supports shared libraries. + case $host_os in + aix[3-9]*) + # On AIX/PPC, the GNU linker is very broken + if test "$host_cpu" != ia64; then + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: the GNU linker, at least up to release 2.19, is reported +*** to be unable to reliably create shared libraries on AIX. +*** Therefore, libtool is disabling shared libraries support. If you +*** really care for shared libraries, you may want to install binutils +*** 2.20 or above, or modify your PATH so that a non-GNU linker is found. +*** You will then need to restart the configuration process. + +_LT_EOF + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='' + ;; + m68k) + archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + ;; + esac + ;; + + beos*) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + allow_undefined_flag=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + else + ld_shlibs=no + fi + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, + # as there is no search path for DLLs. + hardcode_libdir_flag_spec='-L$libdir' + export_dynamic_flag_spec='${wl}--export-all-symbols' + allow_undefined_flag=unsupported + always_export_symbols=no + enable_shared_with_static_runtimes=yes + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' + + if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + ld_shlibs=no + fi + ;; + + haiku*) + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + link_all_deplibs=yes + ;; + + interix[3-9]*) + hardcode_direct=no + hardcode_shlibpath_var=no + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' + export_dynamic_flag_spec='${wl}-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + + gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) + tmp_diet=no + if test "$host_os" = linux-dietlibc; then + case $cc_basename in + diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) + esac + fi + if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ + && test "$tmp_diet" = no + then + tmp_addflag= + tmp_sharedflag='-shared' + case $cc_basename,$host_cpu in + pgcc*) # Portland Group C compiler + whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_addflag=' $pic_flag' + ;; + pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group f77 and f90 compilers + whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_addflag=' $pic_flag -Mnomain' ;; + ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 + tmp_addflag=' -i_dynamic' ;; + efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 + tmp_addflag=' -i_dynamic -nofor_main' ;; + ifc* | ifort*) # Intel Fortran compiler + tmp_addflag=' -nofor_main' ;; + lf95*) # Lahey Fortran 8.1 + whole_archive_flag_spec= + tmp_sharedflag='--shared' ;; + xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) + tmp_sharedflag='-qmkshrobj' + tmp_addflag= ;; + nvcc*) # Cuda Compiler Driver 2.2 + whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + compiler_needs_object=yes + ;; + esac + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) # Sun C 5.9 + whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + compiler_needs_object=yes + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; + esac + archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + + if test "x$supports_anon_versioning" = xyes; then + archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + fi + + case $cc_basename in + xlf* | bgf* | bgxlf* | mpixlf*) + # IBM XL Fortran 10.1 on PPC cannot create shared libs itself + whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' + hardcode_libdir_flag_spec= + hardcode_libdir_flag_spec_ld='-rpath $libdir' + archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' + if test "x$supports_anon_versioning" = xyes; then + archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' + fi + ;; + esac + else + ld_shlibs=no + fi + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= + else + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + fi + ;; + + solaris*) + if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: The releases 2.8.* of the GNU linker cannot reliably +*** create shared libraries on Solaris systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.9.1 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) + case `$LD -v 2>&1` in + *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not +*** reliably create shared libraries on SCO systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.16.91.0.3 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + ;; + *) + # For security reasons, it is highly recommended that you always + # use absolute paths for naming shared libraries, and exclude the + # DT_RUNPATH tag from executables and libraries. But doing so + # requires that you compile everything twice, which is a pain. + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + esac + ;; + + sunos4*) + archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' + wlarc= + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + *) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + esac + + if test "$ld_shlibs" = no; then + runpath_var= + hardcode_libdir_flag_spec= + export_dynamic_flag_spec= + whole_archive_flag_spec= + fi + else + # PORTME fill in a description of your system's linker (not GNU ld) + case $host_os in + aix3*) + allow_undefined_flag=unsupported + always_export_symbols=yes + archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' + # Note: this linker hardcodes the directories in LIBPATH if there + # are no directories specified by -L. + hardcode_minus_L=yes + if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + hardcode_direct=unsupported + fi + ;; + + aix[4-9]*) + if test "$host_cpu" = ia64; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag="" + else + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to AIX nm, but means don't demangle with GNU nm + # Also, AIX nm treats weak defined symbols like other global + # defined symbols, whereas GNU nm marks them as "W". + if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then + export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + else + export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + fi + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # need to do runtime linking. + case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) + for ld_flag in $LDFLAGS; do + if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then + aix_use_runtimelinking=yes + break + fi + done + ;; + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + archive_cmds='' + hardcode_direct=yes + hardcode_direct_absolute=yes + hardcode_libdir_separator=':' + link_all_deplibs=yes + file_list_spec='${wl}-f,' + + if test "$GCC" = yes; then + case $host_os in aix4.[012]|aix4.[012].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`${CC} -print-prog-name=collect2` + if test -f "$collect2name" && + strings "$collect2name" | $GREP resolve_lib_name >/dev/null + then + # We have reworked collect2 + : + else + # We have old collect2 + hardcode_direct=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + hardcode_minus_L=yes + hardcode_libdir_flag_spec='-L$libdir' + hardcode_libdir_separator= + fi + ;; + esac + shared_flag='-shared' + if test "$aix_use_runtimelinking" = yes; then + shared_flag="$shared_flag "'${wl}-G' + fi + else + # not using gcc + if test "$host_cpu" = ia64; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test "$aix_use_runtimelinking" = yes; then + shared_flag='${wl}-G' + else + shared_flag='${wl}-bM:SRE' + fi + fi + fi + + export_dynamic_flag_spec='${wl}-bexpall' + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to export. + always_export_symbols=yes + if test "$aix_use_runtimelinking" = yes; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + allow_undefined_flag='-berok' + # Determine the default libpath from the value encoded in an + # empty executable. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +# Check for a 64-bit object if we didn't find anything. +if test -z "$aix_libpath"; then + aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi + + hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" + archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' + allow_undefined_flag="-z nodefs" + archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an + # empty executable. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +# Check for a 64-bit object if we didn't find anything. +if test -z "$aix_libpath"; then + aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi + + hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + no_undefined_flag=' ${wl}-bernotok' + allow_undefined_flag=' ${wl}-berok' + if test "$with_gnu_ld" = yes; then + # We only use this code for GNU lds that support --whole-archive. + whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + whole_archive_flag_spec='$convenience' + fi + archive_cmds_need_lc=yes + # This is similar to how AIX traditionally builds its shared libraries. + archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='' + ;; + m68k) + archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + ;; + esac + ;; + + bsdi[45]*) + export_dynamic_flag_spec=-rdynamic + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + hardcode_libdir_flag_spec=' ' + allow_undefined_flag=unsupported + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=".dll" + # FIXME: Setting linknames here is a bad hack. + archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' + # The linker will automatically build a .lib file if we build a DLL. + old_archive_from_new_cmds='true' + # FIXME: Should let the user specify the lib program. + old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' + fix_srcfile_path='`cygpath -w "$srcfile"`' + enable_shared_with_static_runtimes=yes + ;; + + darwin* | rhapsody*) + + + archive_cmds_need_lc=no + hardcode_direct=no + hardcode_automatic=yes + hardcode_shlibpath_var=unsupported + if test "$lt_cv_ld_force_load" = "yes"; then + whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + else + whole_archive_flag_spec='' + fi + link_all_deplibs=yes + allow_undefined_flag="$_lt_dar_allow_undefined" + case $cc_basename in + ifort*) _lt_dar_can_shared=yes ;; + *) _lt_dar_can_shared=$GCC ;; + esac + if test "$_lt_dar_can_shared" = "yes"; then + output_verbose_link_cmd=func_echo_all + archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" + module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" + archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" + module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" + + else + ld_shlibs=no + fi + + ;; + + dgux*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_shlibpath_var=no + ;; + + freebsd1*) + ld_shlibs=no + ;; + + # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor + # support. Future versions do this automatically, but an explicit c++rt0.o + # does not break anything, and helps significantly (at the cost of a little + # extra space). + freebsd2.2*) + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + # Unfortunately, older versions of FreeBSD 2 do not have this feature. + freebsd2*) + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes + hardcode_minus_L=yes + hardcode_shlibpath_var=no + ;; + + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. + freebsd* | dragonfly*) + archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + hpux9*) + if test "$GCC" = yes; then + archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + else + archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + fi + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + hardcode_libdir_separator=: + hardcode_direct=yes + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + export_dynamic_flag_spec='${wl}-E' + ;; + + hpux10*) + if test "$GCC" = yes && test "$with_gnu_ld" = no; then + archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + fi + if test "$with_gnu_ld" = no; then + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + hardcode_libdir_flag_spec_ld='+b $libdir' + hardcode_libdir_separator=: + hardcode_direct=yes + hardcode_direct_absolute=yes + export_dynamic_flag_spec='${wl}-E' + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + fi + ;; + + hpux11*) + if test "$GCC" = yes && test "$with_gnu_ld" = no; then + case $host_cpu in + hppa*64*) + archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + else + case $host_cpu in + hppa*64*) + archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + + # Older versions of the 11.00 compiler do not understand -b yet + # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 +$as_echo_n "checking if $CC understands -b... " >&6; } +if test "${lt_cv_prog_compiler__b+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler__b=no + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS -b" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&5 + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler__b=yes + fi + else + lt_cv_prog_compiler__b=yes + fi + fi + $RM -r conftest* + LDFLAGS="$save_LDFLAGS" + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 +$as_echo "$lt_cv_prog_compiler__b" >&6; } + +if test x"$lt_cv_prog_compiler__b" = xyes; then + archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' +else + archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' +fi + + ;; + esac + fi + if test "$with_gnu_ld" = no; then + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + hardcode_libdir_separator=: + + case $host_cpu in + hppa*64*|ia64*) + hardcode_direct=no + hardcode_shlibpath_var=no + ;; + *) + hardcode_direct=yes + hardcode_direct_absolute=yes + export_dynamic_flag_spec='${wl}-E' + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + ;; + esac + fi + ;; + + irix5* | irix6* | nonstopux*) + if test "$GCC" = yes; then + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + # Try to use the -exported_symbol ld option, if it does not + # work, assume that -exports_file does not work either and + # implicitly export all symbols. + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +int foo(void) {} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' + +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS="$save_LDFLAGS" + else + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' + fi + archive_cmds_need_lc='no' + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator=: + inherit_rpath=yes + link_all_deplibs=yes + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else + archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF + fi + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + newsos6) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator=: + hardcode_shlibpath_var=no + ;; + + *nto* | *qnx*) + ;; + + openbsd*) + if test -f /usr/libexec/ld.so; then + hardcode_direct=yes + hardcode_shlibpath_var=no + hardcode_direct_absolute=yes + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' + export_dynamic_flag_spec='${wl}-E' + else + case $host_os in + openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-R$libdir' + ;; + *) + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' + ;; + esac + fi + else + ld_shlibs=no + fi + ;; + + os2*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + allow_undefined_flag=unsupported + archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' + old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' + ;; + + osf3*) + if test "$GCC" = yes; then + allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + allow_undefined_flag=' -expect_unresolved \*' + archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + fi + archive_cmds_need_lc='no' + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator=: + ;; + + osf4* | osf5*) # as osf3* with the addition of -msym flag + if test "$GCC" = yes; then + allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + else + allow_undefined_flag=' -expect_unresolved \*' + archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ + $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' + + # Both c and cxx compiler support -rpath directly + hardcode_libdir_flag_spec='-rpath $libdir' + fi + archive_cmds_need_lc='no' + hardcode_libdir_separator=: + ;; + + solaris*) + no_undefined_flag=' -z defs' + if test "$GCC" = yes; then + wlarc='${wl}' + archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + else + case `$CC -V 2>&1` in + *"Compilers 5.0"*) + wlarc='' + archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' + ;; + *) + wlarc='${wl}' + archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + ;; + esac + fi + hardcode_libdir_flag_spec='-R$libdir' + hardcode_shlibpath_var=no + case $host_os in + solaris2.[0-5] | solaris2.[0-5].*) ;; + *) + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. GCC discards it without `$wl', + # but is careful enough not to reorder. + # Supported since Solaris 2.6 (maybe 2.5.1?) + if test "$GCC" = yes; then + whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + else + whole_archive_flag_spec='-z allextract$convenience -z defaultextract' + fi + ;; + esac + link_all_deplibs=yes + ;; + + sunos4*) + if test "x$host_vendor" = xsequent; then + # Use $CC to link under sequent, because it throws in some extra .o + # files that make .init and .fini sections work. + archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' + fi + hardcode_libdir_flag_spec='-L$libdir' + hardcode_direct=yes + hardcode_minus_L=yes + hardcode_shlibpath_var=no + ;; + + sysv4) + case $host_vendor in + sni) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes # is this really true??? + ;; + siemens) + ## LD is ld it makes a PLAMLIB + ## CC just makes a GrossModule. + archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' + reload_cmds='$CC -r -o $output$reload_objs' + hardcode_direct=no + ;; + motorola) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=no #Motorola manual says yes, but my tests say they lie + ;; + esac + runpath_var='LD_RUN_PATH' + hardcode_shlibpath_var=no + ;; + + sysv4.3*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var=no + export_dynamic_flag_spec='-Bexport' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var=no + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + ld_shlibs=yes + fi + ;; + + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) + no_undefined_flag='${wl}-z,text' + archive_cmds_need_lc=no + hardcode_shlibpath_var=no + runpath_var='LD_RUN_PATH' + + if test "$GCC" = yes; then + archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + sysv5* | sco3.2v5* | sco5v6*) + # Note: We can NOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + no_undefined_flag='${wl}-z,text' + allow_undefined_flag='${wl}-z,nodefs' + archive_cmds_need_lc=no + hardcode_shlibpath_var=no + hardcode_libdir_flag_spec='${wl}-R,$libdir' + hardcode_libdir_separator=':' + link_all_deplibs=yes + export_dynamic_flag_spec='${wl}-Bexport' + runpath_var='LD_RUN_PATH' + + if test "$GCC" = yes; then + archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + uts4*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_shlibpath_var=no + ;; + + *) + ld_shlibs=no + ;; + esac + + if test x$host_vendor = xsni; then + case $host in + sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + export_dynamic_flag_spec='${wl}-Blargedynsym' + ;; + esac + fi + fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 +$as_echo "$ld_shlibs" >&6; } +test "$ld_shlibs" = no && can_build_shared=no + +with_gnu_ld=$with_gnu_ld + + + + + + + + + + + + + + + +# +# Do we need to explicitly link libc? +# +case "x$archive_cmds_need_lc" in +x|xyes) + # Assume -lc should be added + archive_cmds_need_lc=yes + + if test "$enable_shared" = yes && test "$GCC" = yes; then + case $archive_cmds in + *'~'*) + # FIXME: we may have to deal with multi-command sequences. + ;; + '$CC '*) + # Test whether the compiler implicitly links with -lc since on some + # systems, -lgcc has to come before -lc. If gcc already passes -lc + # to ld, don't add -lc before -lgcc. + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 +$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } +if test "${lt_cv_archive_cmds_need_lc+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + $RM conftest* + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } 2>conftest.err; then + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$lt_prog_compiler_wl + pic_flag=$lt_prog_compiler_pic + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$allow_undefined_flag + allow_undefined_flag= + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 + (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + then + lt_cv_archive_cmds_need_lc=no + else + lt_cv_archive_cmds_need_lc=yes + fi + allow_undefined_flag=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 +$as_echo "$lt_cv_archive_cmds_need_lc" >&6; } + archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc + ;; + esac + fi + ;; +esac + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 +$as_echo_n "checking dynamic linker characteristics... " >&6; } + +if test "$GCC" = yes; then + case $host_os in + darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; + *) lt_awk_arg="/^libraries:/" ;; + esac + case $host_os in + mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;; + *) lt_sed_strip_eq="s,=/,/,g" ;; + esac + lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` + case $lt_search_path_spec in + *\;*) + # if the path contains ";" then we assume it to be the separator + # otherwise default to the standard path separator (i.e. ":") - it is + # assumed that no part of a normal pathname contains ";" but that should + # okay in the real world where ";" in dirpaths is itself problematic. + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` + ;; + *) + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` + ;; + esac + # Ok, now we have the path, separated by spaces, we can step through it + # and add multilib dir if necessary. + lt_tmp_lt_search_path_spec= + lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` + for lt_sys_path in $lt_search_path_spec; do + if test -d "$lt_sys_path/$lt_multi_os_dir"; then + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" + else + test -d "$lt_sys_path" && \ + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" + fi + done + lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' +BEGIN {RS=" "; FS="/|\n";} { + lt_foo=""; + lt_count=0; + for (lt_i = NF; lt_i > 0; lt_i--) { + if ($lt_i != "" && $lt_i != ".") { + if ($lt_i == "..") { + lt_count++; + } else { + if (lt_count == 0) { + lt_foo="/" $lt_i lt_foo; + } else { + lt_count--; + } + } + } + } + if (lt_foo != "") { lt_freq[lt_foo]++; } + if (lt_freq[lt_foo] == 1) { print lt_foo; } +}'` + # AWK program above erroneously prepends '/' to C:/dos/paths + # for these hosts. + case $host_os in + mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ + $SED 's,/\([A-Za-z]:\),\1,g'` ;; + esac + sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` +else + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" +fi +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=".so" +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" +need_lib_prefix=unknown +hardcode_into_libs=no + +# when you set need_version to no, make sure it does not cause -set_version +# flags to be left without arguments +need_version=unknown + +case $host_os in +aix3*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' + shlibpath_var=LIBPATH + + # AIX 3 has no versioning support, so we append a major version to the name. + soname_spec='${libname}${release}${shared_ext}$major' + ;; + +aix[4-9]*) + version_type=linux + need_lib_prefix=no + need_version=no + hardcode_into_libs=yes + if test "$host_cpu" = ia64; then + # AIX 5 supports IA64 + library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + else + # With GCC up to 2.95.x, collect2 would create an import file + # for dependence libraries. The import file would start with + # the line `#! .'. This would cause the generated library to + # depend on `.', always an invalid library. This was fixed in + # development snapshots of GCC prior to 3.0. + case $host_os in + aix4 | aix4.[01] | aix4.[01].*) + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' + echo ' yes ' + echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then + : + else + can_build_shared=no + fi + ;; + esac + # AIX (on Power*) has no versioning support, so currently we can not hardcode correct + # soname into executable. Probably we can add versioning support to + # collect2, so additional links can be useful in future. + if test "$aix_use_runtimelinking" = yes; then + # If using run time linking (on AIX 4.2 or later) use lib.so + # instead of lib.a to let people know that these are not + # typical AIX shared libraries. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + else + # We preserve .a as extension for shared libraries through AIX4.2 + # and later when we are not doing run time linking. + library_names_spec='${libname}${release}.a $libname.a' + soname_spec='${libname}${release}${shared_ext}$major' + fi + shlibpath_var=LIBPATH + fi + ;; + +amigaos*) + case $host_cpu in + powerpc) + # Since July 2007 AmigaOS4 officially supports .so libraries. + # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + ;; + m68k) + library_names_spec='$libname.ixlibrary $libname.a' + # Create ${libname}_ixlibrary.a entries in /sys/libs. + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' + ;; + esac + ;; + +beos*) + library_names_spec='${libname}${shared_ext}' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi[45]*) + version_type=linux + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" + # the default ld.so.conf also contains /usr/contrib/lib and + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow + # libtool to hard-code these into programs + ;; + +cygwin* | mingw* | pw32* | cegcc*) + version_type=windows + shrext_cmds=".dll" + need_version=no + need_lib_prefix=no + + case $GCC,$host_os in + yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*) + library_names_spec='$libname.dll.a' + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \${file}`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname~ + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; + fi' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + + case $host_os in + cygwin*) + # Cygwin DLLs use 'cyg' prefix rather than 'lib' + soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" + ;; + mingw* | cegcc*) + # MinGW DLLs use traditional 'lib' prefix + soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + ;; + pw32*) + # pw32 DLLs use 'pw' prefix rather than 'lib' + library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + ;; + esac + ;; + + *) + library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' + ;; + esac + dynamic_linker='Win32 ld.exe' + # FIXME: first we should search . and the directory the executable is in + shlibpath_var=PATH + ;; + +darwin* | rhapsody*) + dynamic_linker="$host_os dyld" + version_type=darwin + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' + soname_spec='${libname}${release}${major}$shared_ext' + shlibpath_overrides_runpath=yes + shlibpath_var=DYLD_LIBRARY_PATH + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' + + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' + ;; + +dgux*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +freebsd1*) + dynamic_linker=no + ;; + +freebsd* | dragonfly*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. + if test -x /usr/bin/objformat; then + objformat=`/usr/bin/objformat` + else + case $host_os in + freebsd[123]*) objformat=aout ;; + *) objformat=elf ;; + esac + fi + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + need_version=no + need_lib_prefix=no + ;; + freebsd-*) + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' + need_version=yes + ;; + esac + shlibpath_var=LD_LIBRARY_PATH + case $host_os in + freebsd2*) + shlibpath_overrides_runpath=yes + ;; + freebsd3.[01]* | freebsdelf3.[01]*) + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ + freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + *) # from 4.6 on, and DragonFly + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + esac + ;; + +gnu*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + hardcode_into_libs=yes + ;; + +haiku*) + version_type=linux + need_lib_prefix=no + need_version=no + dynamic_linker="$host_os runtime_loader" + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LIBRARY_PATH + shlibpath_overrides_runpath=yes + sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' + hardcode_into_libs=yes + ;; + +hpux9* | hpux10* | hpux11*) + # Give a soname corresponding to the major version so that dld.sl refuses to + # link against other versions. + version_type=sunos + need_lib_prefix=no + need_version=no + case $host_cpu in + ia64*) + shrext_cmds='.so' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.so" + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + if test "X$HPUX_IA64_MODE" = X32; then + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + else + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + fi + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + hppa*64*) + shrext_cmds='.sl' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.sl" + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + *) + shrext_cmds='.sl' + dynamic_linker="$host_os dld.sl" + shlibpath_var=SHLIB_PATH + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + ;; + esac + # HP-UX runs *really* slowly unless shared libraries are mode 555, ... + postinstall_cmds='chmod 555 $lib' + # or fails outright, so override atomically: + install_override_mode=555 + ;; + +interix[3-9]*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +irix5* | irix6* | nonstopux*) + case $host_os in + nonstopux*) version_type=nonstopux ;; + *) + if test "$lt_cv_prog_gnu_ld" = yes; then + version_type=linux + else + version_type=irix + fi ;; + esac + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' + case $host_os in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in # libtool.m4 will add one of these switches to LD + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") + libsuff= shlibsuff= libmagic=32-bit;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") + libsuff=32 shlibsuff=N32 libmagic=N32;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") + libsuff=64 shlibsuff=64 libmagic=64-bit;; + *) libsuff= shlibsuff= libmagic=never-match;; + esac + ;; + esac + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH + shlibpath_overrides_runpath=no + sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" + sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" + hardcode_into_libs=yes + ;; + +# No shared lib support for Linux oldld, aout, or coff. +linux*oldld* | linux*aout* | linux*coff*) + dynamic_linker=no + ;; + +# This must be Linux ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + + # Some binutils ld are patched to set DT_RUNPATH + if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_shlibpath_overrides_runpath=no + save_LDFLAGS=$LDFLAGS + save_libdir=$libdir + eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ + LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : + lt_cv_shlibpath_overrides_runpath=yes +fi +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS=$save_LDFLAGS + libdir=$save_libdir + +fi + + shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath + + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + # Add ABI-specific directories to the system library path. + sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" + + # Append ld.so.conf contents to the search path + if test -f /etc/ld.so.conf; then + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" + + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on + # powerpc, because MkLinux only supported shared libraries with the + # GNU dynamic linker. Since this was broken with cross compilers, + # most powerpc-linux boxes support dynamic linking these days and + # people can always --disable-shared, the test was removed, and we + # assume the GNU/Linux dynamic linker is in use. + dynamic_linker='GNU/Linux ld.so' + ;; + +netbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + dynamic_linker='NetBSD (a.out) ld.so' + else + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='NetBSD ld.elf_so' + fi + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + +newsos6) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +*nto* | *qnx*) + version_type=qnx + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='ldqnx.so' + ;; + +openbsd*) + version_type=sunos + sys_lib_dlsearch_path_spec="/usr/lib" + need_lib_prefix=no + # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. + case $host_os in + openbsd3.3 | openbsd3.3.*) need_version=yes ;; + *) need_version=no ;; + esac + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + case $host_os in + openbsd2.[89] | openbsd2.[89].*) + shlibpath_overrides_runpath=no + ;; + *) + shlibpath_overrides_runpath=yes + ;; + esac + else + shlibpath_overrides_runpath=yes + fi + ;; + +os2*) + libname_spec='$name' + shrext_cmds=".dll" + need_lib_prefix=no + library_names_spec='$libname${shared_ext} $libname.a' + dynamic_linker='OS/2 ld.exe' + shlibpath_var=LIBPATH + ;; + +osf3* | osf4* | osf5*) + version_type=osf + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" + sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" + ;; + +rdos*) + dynamic_linker=no + ;; + +solaris*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + # ldd complains unless libraries are executable + postinstall_cmds='chmod +x $lib' + ;; + +sunos4*) + version_type=sunos + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + if test "$with_gnu_ld" = yes; then + need_lib_prefix=no + fi + need_version=yes + ;; + +sysv4 | sysv4.3*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + case $host_vendor in + sni) + shlibpath_overrides_runpath=no + need_lib_prefix=no + runpath_var=LD_RUN_PATH + ;; + siemens) + need_lib_prefix=no + ;; + motorola) + need_lib_prefix=no + need_version=no + shlibpath_overrides_runpath=no + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' + ;; + esac + ;; + +sysv4*MP*) + if test -d /usr/nec ;then + version_type=linux + library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' + soname_spec='$libname${shared_ext}.$major' + shlibpath_var=LD_LIBRARY_PATH + fi + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + version_type=freebsd-elf + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + if test "$with_gnu_ld" = yes; then + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' + else + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' + case $host_os in + sco3.2v5*) + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" + ;; + esac + fi + sys_lib_dlsearch_path_spec='/usr/lib' + ;; + +tpf*) + # TPF is a cross-target only. Preferred cross-host = GNU/Linux. + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +uts4*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +*) + dynamic_linker=no + ;; +esac +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 +$as_echo "$dynamic_linker" >&6; } +test "$dynamic_linker" = no && can_build_shared=no + +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" +if test "$GCC" = yes; then + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" +fi + +if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then + sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" +fi +if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then + sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" +fi + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 +$as_echo_n "checking how to hardcode library paths into programs... " >&6; } +hardcode_action= +if test -n "$hardcode_libdir_flag_spec" || + test -n "$runpath_var" || + test "X$hardcode_automatic" = "Xyes" ; then + + # We can hardcode non-existent directories. + if test "$hardcode_direct" != no && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no && + test "$hardcode_minus_L" != no; then + # Linking always hardcodes the temporary library directory. + hardcode_action=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + hardcode_action=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + hardcode_action=unsupported +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 +$as_echo "$hardcode_action" >&6; } + +if test "$hardcode_action" = relink || + test "$inherit_rpath" = yes; then + # Fast installation is not supported + enable_fast_install=no +elif test "$shlibpath_overrides_runpath" = yes || + test "$enable_shared" = no; then + # Fast installation is not necessary + enable_fast_install=needless +fi + + + + + + + if test "x$enable_dlopen" != xyes; then + enable_dlopen=unknown + enable_dlopen_self=unknown + enable_dlopen_self_static=unknown +else + lt_cv_dlopen=no + lt_cv_dlopen_libs= + + case $host_os in + beos*) + lt_cv_dlopen="load_add_on" + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ;; + + mingw* | pw32* | cegcc*) + lt_cv_dlopen="LoadLibrary" + lt_cv_dlopen_libs= + ;; + + cygwin*) + lt_cv_dlopen="dlopen" + lt_cv_dlopen_libs= + ;; + + darwin*) + # if libdl is installed we need to link against it + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 +$as_echo_n "checking for dlopen in -ldl... " >&6; } +if test "${ac_cv_lib_dl_dlopen+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldl $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char dlopen (); +int +main () +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_dl_dlopen=yes +else + ac_cv_lib_dl_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 +$as_echo "$ac_cv_lib_dl_dlopen" >&6; } +if test "x$ac_cv_lib_dl_dlopen" = x""yes; then : + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" +else + + lt_cv_dlopen="dyld" + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + +fi + + ;; + + *) + ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" +if test "x$ac_cv_func_shl_load" = x""yes; then : + lt_cv_dlopen="shl_load" +else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 +$as_echo_n "checking for shl_load in -ldld... " >&6; } +if test "${ac_cv_lib_dld_shl_load+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldld $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char shl_load (); +int +main () +{ +return shl_load (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_dld_shl_load=yes +else + ac_cv_lib_dld_shl_load=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 +$as_echo "$ac_cv_lib_dld_shl_load" >&6; } +if test "x$ac_cv_lib_dld_shl_load" = x""yes; then : + lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" +else + ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" +if test "x$ac_cv_func_dlopen" = x""yes; then : + lt_cv_dlopen="dlopen" +else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 +$as_echo_n "checking for dlopen in -ldl... " >&6; } +if test "${ac_cv_lib_dl_dlopen+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldl $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char dlopen (); +int +main () +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_dl_dlopen=yes +else + ac_cv_lib_dl_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 +$as_echo "$ac_cv_lib_dl_dlopen" >&6; } +if test "x$ac_cv_lib_dl_dlopen" = x""yes; then : + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" +else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 +$as_echo_n "checking for dlopen in -lsvld... " >&6; } +if test "${ac_cv_lib_svld_dlopen+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lsvld $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char dlopen (); +int +main () +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_svld_dlopen=yes +else + ac_cv_lib_svld_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 +$as_echo "$ac_cv_lib_svld_dlopen" >&6; } +if test "x$ac_cv_lib_svld_dlopen" = x""yes; then : + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" +else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 +$as_echo_n "checking for dld_link in -ldld... " >&6; } +if test "${ac_cv_lib_dld_dld_link+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldld $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char dld_link (); +int +main () +{ +return dld_link (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_dld_dld_link=yes +else + ac_cv_lib_dld_dld_link=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 +$as_echo "$ac_cv_lib_dld_dld_link" >&6; } +if test "x$ac_cv_lib_dld_dld_link" = x""yes; then : + lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" +fi + + +fi + + +fi + + +fi + + +fi + + +fi + + ;; + esac + + if test "x$lt_cv_dlopen" != xno; then + enable_dlopen=yes + else + enable_dlopen=no + fi + + case $lt_cv_dlopen in + dlopen) + save_CPPFLAGS="$CPPFLAGS" + test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" + + save_LDFLAGS="$LDFLAGS" + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" + + save_LIBS="$LIBS" + LIBS="$lt_cv_dlopen_libs $LIBS" + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 +$as_echo_n "checking whether a program can dlopen itself... " >&6; } +if test "${lt_cv_dlopen_self+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test "$cross_compiling" = yes; then : + lt_cv_dlopen_self=cross +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext <<_LT_EOF +#line $LINENO "configure" +#include "confdefs.h" + +#if HAVE_DLFCN_H +#include +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +/* When -fvisbility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +void fnord () __attribute__((visibility("default"))); +#endif + +void fnord () { int i=42; } +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } + /* dlclose (self); */ + } + else + puts (dlerror ()); + + return status; +} +_LT_EOF + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then + (./conftest; exit; ) >&5 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; + x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; + x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self=no + fi +fi +rm -fr conftest* + + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 +$as_echo "$lt_cv_dlopen_self" >&6; } + + if test "x$lt_cv_dlopen_self" = xyes; then + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 +$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } +if test "${lt_cv_dlopen_self_static+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test "$cross_compiling" = yes; then : + lt_cv_dlopen_self_static=cross +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext <<_LT_EOF +#line $LINENO "configure" +#include "confdefs.h" + +#if HAVE_DLFCN_H +#include +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +/* When -fvisbility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +void fnord () __attribute__((visibility("default"))); +#endif + +void fnord () { int i=42; } +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } + /* dlclose (self); */ + } + else + puts (dlerror ()); + + return status; +} +_LT_EOF + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then + (./conftest; exit; ) >&5 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; + x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; + x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self_static=no + fi +fi +rm -fr conftest* + + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 +$as_echo "$lt_cv_dlopen_self_static" >&6; } + fi + + CPPFLAGS="$save_CPPFLAGS" + LDFLAGS="$save_LDFLAGS" + LIBS="$save_LIBS" + ;; + esac + + case $lt_cv_dlopen_self in + yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; + *) enable_dlopen_self=unknown ;; + esac + + case $lt_cv_dlopen_self_static in + yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; + *) enable_dlopen_self_static=unknown ;; + esac +fi + + + + + + + + + + + + + + + + + +striplib= +old_striplib= +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 +$as_echo_n "checking whether stripping libraries is possible... " >&6; } +if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then + test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" + test -z "$striplib" && striplib="$STRIP --strip-unneeded" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else +# FIXME - insert some real tests, host_os isn't really good enough + case $host_os in + darwin*) + if test -n "$STRIP" ; then + striplib="$STRIP -x" + old_striplib="$STRIP -S" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + fi + ;; + *) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + ;; + esac +fi + + + + + + + + + + + + + # Report which library types will actually be built + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 +$as_echo_n "checking if libtool supports shared libraries... " >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 +$as_echo "$can_build_shared" >&6; } + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 +$as_echo_n "checking whether to build shared libraries... " >&6; } + test "$can_build_shared" = "no" && enable_shared=no + + # On AIX, shared libraries and static libraries use the same namespace, and + # are all built from PIC. + case $host_os in + aix3*) + test "$enable_shared" = yes && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + + aix[4-9]*) + if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then + test "$enable_shared" = yes && enable_static=no + fi + ;; + esac + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 +$as_echo "$enable_shared" >&6; } + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 +$as_echo_n "checking whether to build static libraries... " >&6; } + # Make sure either enable_shared or enable_static is yes. + test "$enable_shared" = yes || enable_static=yes + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 +$as_echo "$enable_static" >&6; } + + + + +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +CC="$lt_save_CC" + + + + + + + + + + + + + + ac_config_commands="$ac_config_commands libtool" + + + + +# Only expand once: + + + +# Require xorg-macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS + + + + + + + + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5 +$as_echo_n "checking for $CC option to accept ISO C99... " >&6; } +if test "${ac_cv_prog_cc_c99+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + ac_cv_prog_cc_c99=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +#include +#include +#include + +// Check varargs macros. These examples are taken from C99 6.10.3.5. +#define debug(...) fprintf (stderr, __VA_ARGS__) +#define showlist(...) puts (#__VA_ARGS__) +#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) +static void +test_varargs_macros (void) +{ + int x = 1234; + int y = 5678; + debug ("Flag"); + debug ("X = %d\n", x); + showlist (The first, second, and third items.); + report (x>y, "x is %d but y is %d", x, y); +} + +// Check long long types. +#define BIG64 18446744073709551615ull +#define BIG32 4294967295ul +#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) +#if !BIG_OK + your preprocessor is broken; +#endif +#if BIG_OK +#else + your preprocessor is broken; +#endif +static long long int bignum = -9223372036854775807LL; +static unsigned long long int ubignum = BIG64; + +struct incomplete_array +{ + int datasize; + double data[]; +}; + +struct named_init { + int number; + const wchar_t *name; + double average; +}; + +typedef const char *ccp; + +static inline int +test_restrict (ccp restrict text) +{ + // See if C++-style comments work. + // Iterate through items via the restricted pointer. + // Also check for declarations in for loops. + for (unsigned int i = 0; *(text+i) != '\0'; ++i) + continue; + return 0; +} + +// Check varargs and va_copy. +static void +test_varargs (const char *format, ...) +{ + va_list args; + va_start (args, format); + va_list args_copy; + va_copy (args_copy, args); + + const char *str; + int number; + float fnumber; + + while (*format) + { + switch (*format++) + { + case 's': // string + str = va_arg (args_copy, const char *); + break; + case 'd': // int + number = va_arg (args_copy, int); + break; + case 'f': // float + fnumber = va_arg (args_copy, double); + break; + default: + break; + } + } + va_end (args_copy); + va_end (args); +} + +int +main () +{ + + // Check bool. + _Bool success = false; + + // Check restrict. + if (test_restrict ("String literal") == 0) + success = true; + char *restrict newvar = "Another string"; + + // Check varargs. + test_varargs ("s, d' f .", "string", 65, 34.234); + test_varargs_macros (); + + // Check flexible array members. + struct incomplete_array *ia = + malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); + ia->datasize = 10; + for (int i = 0; i < ia->datasize; ++i) + ia->data[i] = i * 1.234; + + // Check named initializers. + struct named_init ni = { + .number = 34, + .name = L"Test wide string", + .average = 543.34343, + }; + + ni.number = 58; + + int dynamic_array[ni.number]; + dynamic_array[ni.number - 1] = 543; + + // work around unused variable warnings + return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' + || dynamic_array[ni.number - 1] != 543); + + ; + return 0; +} +_ACEOF +for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99 +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_c99=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext + test "x$ac_cv_prog_cc_c99" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC + +fi +# AC_CACHE_VAL +case "x$ac_cv_prog_cc_c99" in + x) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +$as_echo "none needed" >&6; } ;; + xno) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +$as_echo "unsupported" >&6; } ;; + *) + CC="$CC $ac_cv_prog_cc_c99" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5 +$as_echo "$ac_cv_prog_cc_c99" >&6; } ;; +esac +if test "x$ac_cv_prog_cc_c99" != xno; then : + +fi + + + + + + + + +if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. +set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + case $PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + ;; +esac +fi +PKG_CONFIG=$ac_cv_path_PKG_CONFIG +if test -n "$PKG_CONFIG"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 +$as_echo "$PKG_CONFIG" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_path_PKG_CONFIG"; then + ac_pt_PKG_CONFIG=$PKG_CONFIG + # Extract the first word of "pkg-config", so it can be a program name with args. +set dummy pkg-config; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + case $ac_pt_PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + ;; +esac +fi +ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG +if test -n "$ac_pt_PKG_CONFIG"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 +$as_echo "$ac_pt_PKG_CONFIG" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_pt_PKG_CONFIG" = x; then + PKG_CONFIG="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + PKG_CONFIG=$ac_pt_PKG_CONFIG + fi +else + PKG_CONFIG="$ac_cv_path_PKG_CONFIG" +fi + +fi +if test -n "$PKG_CONFIG"; then + _pkg_min_version=0.9.0 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 +$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } + if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + PKG_CONFIG="" + fi +fi + + + + +if test "x$GCC" = xyes ; then + CWARNFLAGS="-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes \ +-Wmissing-declarations -Wnested-externs -fno-strict-aliasing \ +-Wbad-function-cast -Wformat=2" + case `$CC -dumpversion` in + 3.4.* | 4.*) + CWARNFLAGS="$CWARNFLAGS -Wold-style-definition -Wdeclaration-after-statement" + ;; + esac +else + ac_fn_c_check_decl "$LINENO" "__SUNPRO_C" "ac_cv_have_decl___SUNPRO_C" "$ac_includes_default" +if test "x$ac_cv_have_decl___SUNPRO_C" = x""yes; then : + SUNCC="yes" +else + SUNCC="no" +fi + + if test "x$SUNCC" = "xyes"; then + CWARNFLAGS="-v" + fi +fi + + + +# If the module's configure.ac calls AC_PROG_CC later on, CC gets set to C89 + + + +# Check whether --enable-strict-compilation was given. +if test "${enable_strict_compilation+set}" = set; then : + enableval=$enable_strict_compilation; STRICT_COMPILE=$enableval +else + STRICT_COMPILE=no +fi + +if test "x$STRICT_COMPILE" = "xyes"; then + ac_fn_c_check_decl "$LINENO" "__SUNPRO_C" "ac_cv_have_decl___SUNPRO_C" "$ac_includes_default" +if test "x$ac_cv_have_decl___SUNPRO_C" = x""yes; then : + SUNCC="yes" +else + SUNCC="no" +fi + + ac_fn_c_check_decl "$LINENO" "__INTEL_COMPILER" "ac_cv_have_decl___INTEL_COMPILER" "$ac_includes_default" +if test "x$ac_cv_have_decl___INTEL_COMPILER" = x""yes; then : + INTELCC="yes" +else + INTELCC="no" +fi + + if test "x$GCC" = xyes ; then + STRICT_CFLAGS="-pedantic -Werror" + elif test "x$SUNCC" = "xyes"; then + STRICT_CFLAGS="-errwarn" + elif test "x$INTELCC" = "xyes"; then + STRICT_CFLAGS="-Werror" + fi +fi +CWARNFLAGS="$CWARNFLAGS $STRICT_CFLAGS" + + + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_VERSION_MAJOR `echo $PACKAGE_VERSION | cut -d . -f 1` +_ACEOF + + PVM=`echo $PACKAGE_VERSION | cut -d . -f 2 | cut -d - -f 1` + if test "x$PVM" = "x"; then + PVM="0" + fi + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_VERSION_MINOR $PVM +_ACEOF + + PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1` + if test "x$PVP" = "x"; then + PVP="0" + fi + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_VERSION_PATCHLEVEL $PVP +_ACEOF + + + +CHANGELOG_CMD="(GIT_DIR=\$(top_srcdir)/.git git log > \$(top_srcdir)/.changelog.tmp && \ +mv \$(top_srcdir)/.changelog.tmp \$(top_srcdir)/ChangeLog) \ +|| (rm -f \$(top_srcdir)/.changelog.tmp; touch \$(top_srcdir)/ChangeLog; \ +echo 'git directory not found: installing possibly empty changelog.' >&2)" + + + + +macros_datadir=`$PKG_CONFIG --print-errors --variable=pkgdatadir xorg-macros` +INSTALL_CMD="(cp -f "$macros_datadir/INSTALL" \$(top_srcdir)/.INSTALL.tmp && \ +mv \$(top_srcdir)/.INSTALL.tmp \$(top_srcdir)/INSTALL) \ +|| (rm -f \$(top_srcdir)/.INSTALL.tmp; touch \$(top_srcdir)/INSTALL; \ +echo 'util-macros \"pkgdatadir\" from xorg-macros.pc not found: installing possibly empty INSTALL.' >&2)" + + + + + + +if test x$APP_MAN_SUFFIX = x ; then + APP_MAN_SUFFIX=1 +fi +if test x$APP_MAN_DIR = x ; then + APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)' +fi + +if test x$LIB_MAN_SUFFIX = x ; then + LIB_MAN_SUFFIX=3 +fi +if test x$LIB_MAN_DIR = x ; then + LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)' +fi + +if test x$FILE_MAN_SUFFIX = x ; then + case $host_os in + solaris*) FILE_MAN_SUFFIX=4 ;; + *) FILE_MAN_SUFFIX=5 ;; + esac +fi +if test x$FILE_MAN_DIR = x ; then + FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)' +fi + +if test x$MISC_MAN_SUFFIX = x ; then + case $host_os in + solaris*) MISC_MAN_SUFFIX=5 ;; + *) MISC_MAN_SUFFIX=7 ;; + esac +fi +if test x$MISC_MAN_DIR = x ; then + MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)' +fi + +if test x$DRIVER_MAN_SUFFIX = x ; then + case $host_os in + solaris*) DRIVER_MAN_SUFFIX=7 ;; + *) DRIVER_MAN_SUFFIX=4 ;; + esac +fi +if test x$DRIVER_MAN_DIR = x ; then + DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)' +fi + +if test x$ADMIN_MAN_SUFFIX = x ; then + case $host_os in + solaris*) ADMIN_MAN_SUFFIX=1m ;; + *) ADMIN_MAN_SUFFIX=8 ;; + esac +fi +if test x$ADMIN_MAN_DIR = x ; then + ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)' +fi + + + + + + + + + + + + + + + +XORG_MAN_PAGE="X Version 11" + +MAN_SUBSTS="\ + -e 's|__vendorversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \ + -e 's|__xorgversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \ + -e 's|__xservername__|Xorg|g' \ + -e 's|__xconfigfile__|xorg.conf|g' \ + -e 's|__projectroot__|\$(prefix)|g' \ + -e 's|__appmansuffix__|\$(APP_MAN_SUFFIX)|g' \ + -e 's|__drivermansuffix__|\$(DRIVER_MAN_SUFFIX)|g' \ + -e 's|__adminmansuffix__|\$(ADMIN_MAN_SUFFIX)|g' \ + -e 's|__libmansuffix__|\$(LIB_MAN_SUFFIX)|g' \ + -e 's|__miscmansuffix__|\$(MISC_MAN_SUFFIX)|g' \ + -e 's|__filemansuffix__|\$(FILE_MAN_SUFFIX)|g'" + + + +# Check whether --enable-silent-rules was given. +if test "${enable_silent_rules+set}" = set; then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in +yes) AM_DEFAULT_VERBOSITY=0;; +no) AM_DEFAULT_VERBOSITY=1;; +*) AM_DEFAULT_VERBOSITY=0;; +esac +AM_BACKSLASH='\' + + + +# Check fixesext configuration, strip extra digits from package version to +# find the required protocol version +FIXESEXT_VERSION=`echo $VERSION | sed 's/^\([0-9][0-9]*\.[0-9][0-9]*\).*$/\1/'` + + +# Obtain compiler/linker options for depedencies + +pkg_failed=no +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for FIXESEXT" >&5 +$as_echo_n "checking for FIXESEXT... " >&6; } + +if test -n "$FIXESEXT_CFLAGS"; then + pkg_cv_FIXESEXT_CFLAGS="$FIXESEXT_CFLAGS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xproto fixesproto >= \$FIXESEXT_VERSION xextproto x11\""; } >&5 + ($PKG_CONFIG --exists --print-errors "xproto fixesproto >= $FIXESEXT_VERSION xextproto x11") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_FIXESEXT_CFLAGS=`$PKG_CONFIG --cflags "xproto fixesproto >= $FIXESEXT_VERSION xextproto x11" 2>/dev/null` +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi +if test -n "$FIXESEXT_LIBS"; then + pkg_cv_FIXESEXT_LIBS="$FIXESEXT_LIBS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xproto fixesproto >= \$FIXESEXT_VERSION xextproto x11\""; } >&5 + ($PKG_CONFIG --exists --print-errors "xproto fixesproto >= $FIXESEXT_VERSION xextproto x11") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_FIXESEXT_LIBS=`$PKG_CONFIG --libs "xproto fixesproto >= $FIXESEXT_VERSION xextproto x11" 2>/dev/null` +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi + + + +if test $pkg_failed = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi + if test $_pkg_short_errors_supported = yes; then + FIXESEXT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "xproto fixesproto >= $FIXESEXT_VERSION xextproto x11" 2>&1` + else + FIXESEXT_PKG_ERRORS=`$PKG_CONFIG --print-errors "xproto fixesproto >= $FIXESEXT_VERSION xextproto x11" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$FIXESEXT_PKG_ERRORS" >&5 + + as_fn_error $? "Package requirements (xproto fixesproto >= $FIXESEXT_VERSION xextproto x11) were not met: + +$FIXESEXT_PKG_ERRORS + +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +Alternatively, you may set the environment variables FIXESEXT_CFLAGS +and FIXESEXT_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details." "$LINENO" 5 + +elif test $pkg_failed = untried; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. + +Alternatively, you may set the environment variables FIXESEXT_CFLAGS +and FIXESEXT_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details. + +To get pkg-config, see . +See \`config.log' for more details" "$LINENO" 5; } + +else + FIXESEXT_CFLAGS=$pkg_cv_FIXESEXT_CFLAGS + FIXESEXT_LIBS=$pkg_cv_FIXESEXT_LIBS + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + +fi + +ac_config_files="$ac_config_files Makefile src/Makefile man/Makefile xfixes.pc" + +cat >confcache <<\_ACEOF +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. +# +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. +# +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + +# The following way of writing the cache mishandles newlines in values, +# but we know of no workaround that is simple, portable, and efficient. +# So, we kill variables containing newlines. +# Ultrix sh set writes to stderr and can't be redirected directly, +# and sets the high bit in the cache file unless we assign to the vars. +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + + (set) 2>&1 | + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + # `set' does not quote correctly, so add quotes: double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \. + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; #( + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) | + sed ' + /^ac_cv_env_/b end + t clear + :clear + s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ + t end + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + test "x$cache_file" != "x/dev/null" && + { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 +$as_echo "$as_me: updating cache $cache_file" >&6;} + cat confcache >$cache_file + else + { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} + fi +fi +rm -f confcache + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +# Let make expand exec_prefix. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +DEFS=-DHAVE_CONFIG_H + +ac_libobjs= +ac_ltlibobjs= +U= +for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`$as_echo "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" + as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' +done +LIBOBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + + if test -n "$EXEEXT"; then + am__EXEEXT_TRUE= + am__EXEEXT_FALSE='#' +else + am__EXEEXT_TRUE='#' + am__EXEEXT_FALSE= +fi + +if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then + as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then + as_fn_error $? "conditional \"AMDEP\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then + as_fn_error $? "conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi + +: ${CONFIG_STATUS=./config.status} +ac_write_fail=0 +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} +as_write_fail=0 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 +#! $SHELL +# Generated by $as_me. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false + +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in #( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + + +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} # as_fn_error + + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit + +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in #((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -p' + fi +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} # as_fn_mkdir_p +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in #( + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 +## ----------------------------------- ## +## Main body of $CONFIG_STATUS script. ## +## ----------------------------------- ## +_ASEOF +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# Save the log message, to keep $0 and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by libXfixes $as_me 5.0, which was +generated by GNU Autoconf 2.66. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +_ACEOF + +case $ac_config_files in *" +"*) set x $ac_config_files; shift; ac_config_files=$*;; +esac + +case $ac_config_headers in *" +"*) set x $ac_config_headers; shift; ac_config_headers=$*;; +esac + + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# Files that config.status was made for. +config_files="$ac_config_files" +config_headers="$ac_config_headers" +config_commands="$ac_config_commands" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +ac_cs_usage="\ +\`$as_me' instantiates files and other configuration actions +from templates according to the current configuration. Unless the files +and actions are specified as TAGs, all are instantiated by default. + +Usage: $0 [OPTION]... [TAG]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + --config print configuration, then exit + -q, --quiet, --silent + do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE + +Configuration files: +$config_files + +Configuration headers: +$config_headers + +Configuration commands: +$config_commands + +Report bugs to ." + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" +ac_cs_version="\\ +libXfixes config.status 5.0 +configured by $0, generated by GNU Autoconf 2.66, + with options \\"\$ac_cs_config\\" + +Copyright (C) 2010 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL' +MKDIR_P='$MKDIR_P' +AWK='$AWK' +test -n "\$AWK" || AWK=awk +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + $as_echo "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + $as_echo "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append CONFIG_HEADERS " '$ac_optarg'" + ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header + as_fn_error $? "ambiguous option: \`$1' +Try \`$0 --help' for more information.";; + --help | --hel | -h ) + $as_echo "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) as_fn_error $? "unrecognized option: \`$1' +Try \`$0 --help' for more information." ;; + + *) as_fn_append ac_config_targets " $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +if \$ac_cs_recheck; then + set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' + export CONFIG_SHELL + exec "\$@" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX +## Running $as_me. ## +_ASBOX + $as_echo "$ac_log" +} >&5 + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# +# INIT-COMMANDS +# +AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" + + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +sed_quote_subst='$sed_quote_subst' +double_quote_subst='$double_quote_subst' +delay_variable_subst='$delay_variable_subst' +macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' +macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' +enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' +enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' +pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' +enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' +SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' +ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' +host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' +host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' +host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' +build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' +build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' +build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' +SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' +Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' +GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' +EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' +FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' +LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' +NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' +LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' +max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' +ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' +exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' +lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' +lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' +lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' +reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' +reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' +OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' +deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' +file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' +AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' +AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' +STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' +RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' +old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' +old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' +old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' +lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' +CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' +CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' +compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' +GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' +objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' +MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' +lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' +need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' +DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' +NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' +LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' +OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' +OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' +libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' +shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' +extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' +archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' +enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' +export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' +whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' +compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' +old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' +old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' +archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' +archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' +module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' +module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' +with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' +allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' +no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' +hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' +hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' +hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' +hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' +hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' +inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' +link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' +fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`' +always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' +export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' +exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' +include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' +prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' +file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' +variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' +need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' +need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' +version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' +runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' +shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' +shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' +libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' +library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' +soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' +install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' +postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' +postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' +finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' +finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' +hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' +sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' +sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`' +hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' +enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' +enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' +enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' +old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' +striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' + +LTCC='$LTCC' +LTCFLAGS='$LTCFLAGS' +compiler='$compiler_DEFAULT' + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$1 +_LTECHO_EOF' +} + +# Quote evaled strings. +for var in SHELL \ +ECHO \ +SED \ +GREP \ +EGREP \ +FGREP \ +LD \ +NM \ +LN_S \ +lt_SP2NL \ +lt_NL2SP \ +reload_flag \ +OBJDUMP \ +deplibs_check_method \ +file_magic_cmd \ +AR \ +AR_FLAGS \ +STRIP \ +RANLIB \ +CC \ +CFLAGS \ +compiler \ +lt_cv_sys_global_symbol_pipe \ +lt_cv_sys_global_symbol_to_cdecl \ +lt_cv_sys_global_symbol_to_c_name_address \ +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ +lt_prog_compiler_no_builtin_flag \ +lt_prog_compiler_wl \ +lt_prog_compiler_pic \ +lt_prog_compiler_static \ +lt_cv_prog_compiler_c_o \ +need_locks \ +DSYMUTIL \ +NMEDIT \ +LIPO \ +OTOOL \ +OTOOL64 \ +shrext_cmds \ +export_dynamic_flag_spec \ +whole_archive_flag_spec \ +compiler_needs_object \ +with_gnu_ld \ +allow_undefined_flag \ +no_undefined_flag \ +hardcode_libdir_flag_spec \ +hardcode_libdir_flag_spec_ld \ +hardcode_libdir_separator \ +fix_srcfile_path \ +exclude_expsyms \ +include_expsyms \ +file_list_spec \ +variables_saved_for_relink \ +libname_spec \ +library_names_spec \ +soname_spec \ +install_override_mode \ +finish_eval \ +old_striplib \ +striplib; do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[\\\\\\\`\\"\\\$]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +# Double-quote double-evaled strings. +for var in reload_cmds \ +old_postinstall_cmds \ +old_postuninstall_cmds \ +old_archive_cmds \ +extract_expsyms_cmds \ +old_archive_from_new_cmds \ +old_archive_from_expsyms_cmds \ +archive_cmds \ +archive_expsym_cmds \ +module_cmds \ +module_expsym_cmds \ +export_symbols_cmds \ +prelink_cmds \ +postinstall_cmds \ +postuninstall_cmds \ +finish_cmds \ +sys_lib_search_path_spec \ +sys_lib_dlsearch_path_spec; do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[\\\\\\\`\\"\\\$]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +ac_aux_dir='$ac_aux_dir' +xsi_shell='$xsi_shell' +lt_shell_append='$lt_shell_append' + +# See if we are running on zsh, and set the options which allow our +# commands through without removal of \ escapes INIT. +if test -n "\${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST +fi + + + PACKAGE='$PACKAGE' + VERSION='$VERSION' + TIMESTAMP='$TIMESTAMP' + RM='$RM' + ofile='$ofile' + + + + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; + "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;; + "xfixes.pc") CONFIG_FILES="$CONFIG_FILES xfixes.pc" ;; + + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files + test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers + test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= + trap 'exit_status=$? + { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status +' 0 + trap 'as_fn_exit 1' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -n "$tmp" && test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 + +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. +if test -n "$CONFIG_FILES"; then + + +ac_cr=`echo X | tr X '\015'` +# On cygwin, bash can eat \r inside `` if the user requested igncr. +# But we know of no other shell where ac_cr would be empty at this +# point, so we can use a bashism as a fallback. +if test "x$ac_cr" = x; then + eval ac_cr=\$\'\\r\' +fi +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$tmp/subs1.awk" && +_ACEOF + + +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + . ./conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` + if test $ac_delim_n = $ac_delim_num; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done +rm -f conf$$subs.sh + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$tmp/subs1.awk" <<\\_ACAWK && +_ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\)..*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\)..*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' >$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 +_ACEOF + +# VPATH may cause trouble with some makes, so we remove sole $(srcdir), +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then + ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ +h +s/// +s/^/:/ +s/[ ]*$/:/ +s/:\$(srcdir):/:/g +s/:\${srcdir}:/:/g +s/:@srcdir@:/:/g +s/^:*// +s/:*$// +x +s/\(=[ ]*\).*/\1/ +G +s/\n// +s/^[^=]*=[ ]*$// +}' +fi + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +fi # test -n "$CONFIG_FILES" + +# Set up the scripts for CONFIG_HEADERS section. +# No need to generate them if there are no CONFIG_HEADERS. +# This happens for instance with `./config.status Makefile'. +if test -n "$CONFIG_HEADERS"; then +cat >"$tmp/defines.awk" <<\_ACAWK || +BEGIN { +_ACEOF + +# Transform confdefs.h into an awk script `defines.awk', embedded as +# here-document in config.status, that substitutes the proper values into +# config.h.in to produce config.h. + +# Create a delimiter string that does not exist in confdefs.h, to ease +# handling of long lines. +ac_delim='%!_!# ' +for ac_last_try in false false :; do + ac_t=`sed -n "/$ac_delim/p" confdefs.h` + if test -z "$ac_t"; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +# For the awk script, D is an array of macro values keyed by name, +# likewise P contains macro parameters if any. Preserve backslash +# newline sequences. + +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +sed -n ' +s/.\{148\}/&'"$ac_delim"'/g +t rset +:rset +s/^[ ]*#[ ]*define[ ][ ]*/ / +t def +d +:def +s/\\$// +t bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3"/p +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p +d +:bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3\\\\\\n"\\/p +t cont +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p +t cont +d +:cont +n +s/.\{148\}/&'"$ac_delim"'/g +t clear +:clear +s/\\$// +t bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/"/p +d +:bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p +b cont +' >$CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + for (key in D) D_is_set[key] = 1 + FS = "" +} +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { + line = \$ 0 + split(line, arg, " ") + if (arg[1] == "#") { + defundef = arg[2] + mac1 = arg[3] + } else { + defundef = substr(arg[1], 2) + mac1 = arg[2] + } + split(mac1, mac2, "(") #) + macro = mac2[1] + prefix = substr(line, 1, index(line, defundef) - 1) + if (D_is_set[macro]) { + # Preserve the white space surrounding the "#". + print prefix "define", macro P[macro] D[macro] + next + } else { + # Replace #undef with comments. This is necessary, for example, + # in the case of _POSIX_SOURCE, which is predefined and required + # on some systems where configure will not decide to define it. + if (defundef == "undef") { + print "/*", prefix defundef, macro, "*/" + next + } + } +} +{ print } +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 +fi # test -n "$CONFIG_HEADERS" + + +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" +shift +for ac_tag +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; + esac + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +$as_echo "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`$as_echo "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac + + case $ac_tag in + *:-:* | *:-) cat >"$tmp/stdin" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir="$ac_dir"; as_fn_mkdir_p + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac + ac_MKDIR_P=$MKDIR_P + case $MKDIR_P in + [\\/$]* | ?:[\\/]* ) ;; + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; + esac +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= +ac_sed_dataroot=' +/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g + s&@infodir@&$infodir&g + s&@localedir@&$localedir&g + s&@mandir@&$mandir&g + s&\\\${datarootdir}&$datarootdir&g' ;; +esac +_ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s|@configure_input@|$ac_sed_conf_input|;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +s&@MKDIR_P@&$ac_MKDIR_P&;t t +$ac_datarootdir_hack +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&5 +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&2;} + + rm -f "$tmp/stdin" + case $ac_file in + -) cat "$tmp/out" && rm -f "$tmp/out";; + *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; + esac \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + ;; + :H) + # + # CONFIG_HEADER + # + if test x"$ac_file" != x-; then + { + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" + } >"$tmp/config.h" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then + { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 +$as_echo "$as_me: $ac_file is unchanged" >&6;} + else + rm -f "$ac_file" + mv "$tmp/config.h" "$ac_file" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + fi + else + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ + || as_fn_error $? "could not create -" "$LINENO" 5 + fi +# Compute "$ac_file"'s index in $config_headers. +_am_arg="$ac_file" +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || +$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$_am_arg" : 'X\(//\)[^/]' \| \ + X"$_am_arg" : 'X\(//\)$' \| \ + X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$_am_arg" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'`/stamp-h$_am_stamp_count + ;; + + :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 +$as_echo "$as_me: executing $ac_file commands" >&6;} + ;; + esac + + + case $ac_file$ac_mode in + "depfiles":C) test x"$AMDEP_TRUE" != x"" || { + # Autoconf 2.62 quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + case $CONFIG_FILES in + *\'*) eval set x "$CONFIG_FILES" ;; + *) set x $CONFIG_FILES ;; + esac + shift + for mf + do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named `Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then + dirpart=`$as_dirname -- "$mf" || +$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$mf" : 'X\(//\)[^/]' \| \ + X"$mf" : 'X\(//\)$' \| \ + X"$mf" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$mf" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running `make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # When using ansi2knr, U may be empty or an underscore; expand it + U=`sed -n 's/^U = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`$as_dirname -- "$file" || +$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$file" : 'X\(//\)[^/]' \| \ + X"$file" : 'X\(//\)$' \| \ + X"$file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir=$dirpart/$fdir; as_fn_mkdir_p + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done + done +} + ;; + "libtool":C) + + # See if we are running on zsh, and set the options which allow our + # commands through without removal of \ escapes. + if test -n "${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST + fi + + cfgfile="${ofile}T" + trap "$RM \"$cfgfile\"; exit 1" 1 2 15 + $RM "$cfgfile" + + cat <<_LT_EOF >> "$cfgfile" +#! $SHELL + +# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. +# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: +# NOTE: Changes made to this file will be lost: look at ltmain.sh. +# +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, +# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, +# Inc. +# Written by Gordon Matzigkeit, 1996 +# +# This file is part of GNU Libtool. +# +# GNU Libtool 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 (at your option) any later version. +# +# As a special exception to the GNU General Public License, +# if you distribute this file as part of a program or library that +# is built using GNU Libtool, you may include this file under the +# same distribution terms that you use for the rest of that program. +# +# GNU Libtool is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with GNU Libtool; see the file COPYING. If not, a copy +# can be downloaded from http://www.gnu.org/licenses/gpl.html, or +# obtained by writing to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + + +# The names of the tagged configurations supported by this script. +available_tags="" + +# ### BEGIN LIBTOOL CONFIG + +# Which release of libtool.m4 was used? +macro_version=$macro_version +macro_revision=$macro_revision + +# Whether or not to build shared libraries. +build_libtool_libs=$enable_shared + +# Whether or not to build static libraries. +build_old_libs=$enable_static + +# What type of objects to build. +pic_mode=$pic_mode + +# Whether or not to optimize for fast installation. +fast_install=$enable_fast_install + +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# An echo program that protects backslashes. +ECHO=$lt_ECHO + +# The host system. +host_alias=$host_alias +host=$host +host_os=$host_os + +# The build system. +build_alias=$build_alias +build=$build +build_os=$build_os + +# A sed program that does not truncate output. +SED=$lt_SED + +# Sed that helps us avoid accidentally triggering echo(1) options like -n. +Xsed="\$SED -e 1s/^X//" + +# A grep program that handles long lines. +GREP=$lt_GREP + +# An ERE matcher. +EGREP=$lt_EGREP + +# A literal string matcher. +FGREP=$lt_FGREP + +# A BSD- or MS-compatible name lister. +NM=$lt_NM + +# Whether we need soft or hard links. +LN_S=$lt_LN_S + +# What is the maximum length of a command? +max_cmd_len=$max_cmd_len + +# Object file suffix (normally "o"). +objext=$ac_objext + +# Executable file suffix (normally ""). +exeext=$exeext + +# whether the shell understands "unset". +lt_unset=$lt_unset + +# turn spaces into newlines. +SP2NL=$lt_lt_SP2NL + +# turn newlines into spaces. +NL2SP=$lt_lt_NL2SP + +# An object symbol dumper. +OBJDUMP=$lt_OBJDUMP + +# Method to check whether dependent libraries are shared objects. +deplibs_check_method=$lt_deplibs_check_method + +# Command to use when deplibs_check_method == "file_magic". +file_magic_cmd=$lt_file_magic_cmd + +# The archiver. +AR=$lt_AR +AR_FLAGS=$lt_AR_FLAGS + +# A symbol stripping program. +STRIP=$lt_STRIP + +# Commands used to install an old-style archive. +RANLIB=$lt_RANLIB +old_postinstall_cmds=$lt_old_postinstall_cmds +old_postuninstall_cmds=$lt_old_postuninstall_cmds + +# Whether to use a lock for old archive extraction. +lock_old_archive_extraction=$lock_old_archive_extraction + +# A C compiler. +LTCC=$lt_CC + +# LTCC compiler flags. +LTCFLAGS=$lt_CFLAGS + +# Take the output of nm and produce a listing of raw symbols and C names. +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe + +# Transform the output of nm in a proper C declaration. +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl + +# Transform the output of nm in a C name address pair. +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address + +# Transform the output of nm in a C name address pair when lib prefix is needed. +global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix + +# The name of the directory that contains temporary libtool files. +objdir=$objdir + +# Used to examine libraries when file_magic_cmd begins with "file". +MAGIC_CMD=$MAGIC_CMD + +# Must we lock files when doing compilation? +need_locks=$lt_need_locks + +# Tool to manipulate archived DWARF debug symbol files on Mac OS X. +DSYMUTIL=$lt_DSYMUTIL + +# Tool to change global to local symbols on Mac OS X. +NMEDIT=$lt_NMEDIT + +# Tool to manipulate fat objects and archives on Mac OS X. +LIPO=$lt_LIPO + +# ldd/readelf like tool for Mach-O binaries on Mac OS X. +OTOOL=$lt_OTOOL + +# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. +OTOOL64=$lt_OTOOL64 + +# Old archive suffix (normally "a"). +libext=$libext + +# Shared library suffix (normally ".so"). +shrext_cmds=$lt_shrext_cmds + +# The commands to extract the exported symbol list from a shared archive. +extract_expsyms_cmds=$lt_extract_expsyms_cmds + +# Variables whose values should be saved in libtool wrapper scripts and +# restored at link time. +variables_saved_for_relink=$lt_variables_saved_for_relink + +# Do we need the "lib" prefix for modules? +need_lib_prefix=$need_lib_prefix + +# Do we need a version for libraries? +need_version=$need_version + +# Library versioning type. +version_type=$version_type + +# Shared library runtime path variable. +runpath_var=$runpath_var + +# Shared library path variable. +shlibpath_var=$shlibpath_var + +# Is shlibpath searched before the hard-coded library search path? +shlibpath_overrides_runpath=$shlibpath_overrides_runpath + +# Format of library name prefix. +libname_spec=$lt_libname_spec + +# List of archive names. First name is the real one, the rest are links. +# The last name is the one that the linker finds with -lNAME +library_names_spec=$lt_library_names_spec + +# The coded name of the library, if different from the real name. +soname_spec=$lt_soname_spec + +# Permission mode override for installation of shared libraries. +install_override_mode=$lt_install_override_mode + +# Command to use after installation of a shared archive. +postinstall_cmds=$lt_postinstall_cmds + +# Command to use after uninstallation of a shared archive. +postuninstall_cmds=$lt_postuninstall_cmds + +# Commands used to finish a libtool library installation in a directory. +finish_cmds=$lt_finish_cmds + +# As "finish_cmds", except a single script fragment to be evaled but +# not shown. +finish_eval=$lt_finish_eval + +# Whether we should hardcode library paths into libraries. +hardcode_into_libs=$hardcode_into_libs + +# Compile-time system search path for libraries. +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec + +# Run-time system search path for libraries. +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec + +# Whether dlopen is supported. +dlopen_support=$enable_dlopen + +# Whether dlopen of programs is supported. +dlopen_self=$enable_dlopen_self + +# Whether dlopen of statically linked programs is supported. +dlopen_self_static=$enable_dlopen_self_static + +# Commands to strip libraries. +old_striplib=$lt_old_striplib +striplib=$lt_striplib + + +# The linker used to build libraries. +LD=$lt_LD + +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + +# Commands used to build an old-style archive. +old_archive_cmds=$lt_old_archive_cmds + +# A language specific compiler. +CC=$lt_compiler + +# Is the compiler the GNU compiler? +with_gcc=$GCC + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag + +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl + +# Additional compiler flags for building library objects. +pic_flag=$lt_lt_prog_compiler_pic + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_lt_prog_compiler_static + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_lt_cv_prog_compiler_c_o + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$archive_cmds_need_lc + +# Whether or not to disallow shared libs when runtime libs are static. +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_whole_archive_flag_spec + +# Whether the compiler copes with passing no objects directly. +compiler_needs_object=$lt_compiler_needs_object + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds + +# Commands used to build a shared archive. +archive_cmds=$lt_archive_cmds +archive_expsym_cmds=$lt_archive_expsym_cmds + +# Commands used to build a loadable module if different from building +# a shared archive. +module_cmds=$lt_module_cmds +module_expsym_cmds=$lt_module_expsym_cmds + +# Whether we are building with GNU ld or not. +with_gnu_ld=$lt_with_gnu_ld + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_allow_undefined_flag + +# Flag that enforces no undefined symbols. +no_undefined_flag=$lt_no_undefined_flag + +# Flag to hardcode \$libdir into a binary during linking. +# This must work even if \$libdir does not exist +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec + +# If ld is used when linking, flag to hardcode \$libdir into a binary +# during linking. This must work even if \$libdir does not exist. +hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld + +# Whether we need a single "-rpath" flag with a separated argument. +hardcode_libdir_separator=$lt_hardcode_libdir_separator + +# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes +# DIR into the resulting binary. +hardcode_direct=$hardcode_direct + +# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes +# DIR into the resulting binary and the resulting library dependency is +# "absolute",i.e impossible to change by setting \${shlibpath_var} if the +# library is relocated. +hardcode_direct_absolute=$hardcode_direct_absolute + +# Set to "yes" if using the -LDIR flag during linking hardcodes DIR +# into the resulting binary. +hardcode_minus_L=$hardcode_minus_L + +# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR +# into the resulting binary. +hardcode_shlibpath_var=$hardcode_shlibpath_var + +# Set to "yes" if building a shared library automatically hardcodes DIR +# into the library and all subsequent libraries and executables linked +# against it. +hardcode_automatic=$hardcode_automatic + +# Set to yes if linker adds runtime paths of dependent libraries +# to runtime path list. +inherit_rpath=$inherit_rpath + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$link_all_deplibs + +# Fix the shell variable \$srcfile for the compiler. +fix_srcfile_path=$lt_fix_srcfile_path + +# Set to "yes" if exported symbols are required. +always_export_symbols=$always_export_symbols + +# The commands to list exported symbols. +export_symbols_cmds=$lt_export_symbols_cmds + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_exclude_expsyms + +# Symbols that must always be exported. +include_expsyms=$lt_include_expsyms + +# Commands necessary for linking programs (against libraries) with templates. +prelink_cmds=$lt_prelink_cmds + +# Specify filename containing input files. +file_list_spec=$lt_file_list_spec + +# How to hardcode a shared library path into an executable. +hardcode_action=$hardcode_action + +# ### END LIBTOOL CONFIG + +_LT_EOF + + case $host_os in + aix3*) + cat <<\_LT_EOF >> "$cfgfile" +# AIX sometimes has problems with the GCC collect2 program. For some +# reason, if we set the COLLECT_NAMES environment variable, the problems +# vanish in a puff of smoke. +if test "X${COLLECT_NAMES+set}" != Xset; then + COLLECT_NAMES= + export COLLECT_NAMES +fi +_LT_EOF + ;; + esac + + +ltmain="$ac_aux_dir/ltmain.sh" + + + # We use sed instead of cat because bash on DJGPP gets confused if + # if finds mixed CR/LF and LF-only lines. Since sed operates in + # text mode, it properly converts lines to CR/LF. This bash problem + # is reportedly fixed, but why not run on old versions too? + sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \ + || (rm -f "$cfgfile"; exit 1) + + case $xsi_shell in + yes) + cat << \_LT_EOF >> "$cfgfile" + +# func_dirname file append nondir_replacement +# Compute the dirname of FILE. If nonempty, add APPEND to the result, +# otherwise set result to NONDIR_REPLACEMENT. +func_dirname () +{ + case ${1} in + */*) func_dirname_result="${1%/*}${2}" ;; + * ) func_dirname_result="${3}" ;; + esac +} + +# func_basename file +func_basename () +{ + func_basename_result="${1##*/}" +} + +# func_dirname_and_basename file append nondir_replacement +# perform func_basename and func_dirname in a single function +# call: +# dirname: Compute the dirname of FILE. If nonempty, +# add APPEND to the result, otherwise set result +# to NONDIR_REPLACEMENT. +# value returned in "$func_dirname_result" +# basename: Compute filename of FILE. +# value retuned in "$func_basename_result" +# Implementation must be kept synchronized with func_dirname +# and func_basename. For efficiency, we do not delegate to +# those functions but instead duplicate the functionality here. +func_dirname_and_basename () +{ + case ${1} in + */*) func_dirname_result="${1%/*}${2}" ;; + * ) func_dirname_result="${3}" ;; + esac + func_basename_result="${1##*/}" +} + +# func_stripname prefix suffix name +# strip PREFIX and SUFFIX off of NAME. +# PREFIX and SUFFIX must not contain globbing or regex special +# characters, hashes, percent signs, but SUFFIX may contain a leading +# dot (in which case that matches only a dot). +func_stripname () +{ + # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are + # positional parameters, so assign one to ordinary parameter first. + func_stripname_result=${3} + func_stripname_result=${func_stripname_result#"${1}"} + func_stripname_result=${func_stripname_result%"${2}"} +} + +# func_opt_split +func_opt_split () +{ + func_opt_split_opt=${1%%=*} + func_opt_split_arg=${1#*=} +} + +# func_lo2o object +func_lo2o () +{ + case ${1} in + *.lo) func_lo2o_result=${1%.lo}.${objext} ;; + *) func_lo2o_result=${1} ;; + esac +} + +# func_xform libobj-or-source +func_xform () +{ + func_xform_result=${1%.*}.lo +} + +# func_arith arithmetic-term... +func_arith () +{ + func_arith_result=$(( $* )) +} + +# func_len string +# STRING may not start with a hyphen. +func_len () +{ + func_len_result=${#1} +} + +_LT_EOF + ;; + *) # Bourne compatible functions. + cat << \_LT_EOF >> "$cfgfile" + +# func_dirname file append nondir_replacement +# Compute the dirname of FILE. If nonempty, add APPEND to the result, +# otherwise set result to NONDIR_REPLACEMENT. +func_dirname () +{ + # Extract subdirectory from the argument. + func_dirname_result=`$ECHO "${1}" | $SED "$dirname"` + if test "X$func_dirname_result" = "X${1}"; then + func_dirname_result="${3}" + else + func_dirname_result="$func_dirname_result${2}" + fi +} + +# func_basename file +func_basename () +{ + func_basename_result=`$ECHO "${1}" | $SED "$basename"` +} + + +# func_stripname prefix suffix name +# strip PREFIX and SUFFIX off of NAME. +# PREFIX and SUFFIX must not contain globbing or regex special +# characters, hashes, percent signs, but SUFFIX may contain a leading +# dot (in which case that matches only a dot). +# func_strip_suffix prefix name +func_stripname () +{ + case ${2} in + .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; + *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; + esac +} + +# sed scripts: +my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q' +my_sed_long_arg='1s/^-[^=]*=//' + +# func_opt_split +func_opt_split () +{ + func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"` + func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"` +} + +# func_lo2o object +func_lo2o () +{ + func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"` +} + +# func_xform libobj-or-source +func_xform () +{ + func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'` +} + +# func_arith arithmetic-term... +func_arith () +{ + func_arith_result=`expr "$@"` +} + +# func_len string +# STRING may not start with a hyphen. +func_len () +{ + func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` +} + +_LT_EOF +esac + +case $lt_shell_append in + yes) + cat << \_LT_EOF >> "$cfgfile" + +# func_append var value +# Append VALUE to the end of shell variable VAR. +func_append () +{ + eval "$1+=\$2" +} +_LT_EOF + ;; + *) + cat << \_LT_EOF >> "$cfgfile" + +# func_append var value +# Append VALUE to the end of shell variable VAR. +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 +done # for ac_tag + + +as_fn_exit 0 +_ACEOF +ac_clean_files=$ac_clean_files_save + +test $ac_write_fail = 0 || + as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 + + +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || as_fn_exit 1 +fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} +fi + diff --git a/libXfixes/configure.ac b/libXfixes/configure.ac new file mode 100644 index 000000000..fc8c1e1a4 --- /dev/null +++ b/libXfixes/configure.ac @@ -0,0 +1,65 @@ +# +# Copyright © 2003 Keith Packard, Noah Levitt +# +# Permission to use, copy, modify, distribute, and sell this software and its +# documentation for any purpose is hereby granted without fee, provided that +# the above copyright notice appear in all copies and that both that +# copyright notice and this permission notice appear in supporting +# documentation, and that the name of Keith Packard not be used in +# advertising or publicity pertaining to distribution of the software without +# specific, written prior permission. Keith Packard makes no +# representations about the suitability of this software for any purpose. It +# is provided "as is" without express or implied warranty. +# +# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR +# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +# PERFORMANCE OF THIS SOFTWARE. +# + +# Initialize Autoconf +AC_PREREQ([2.60]) + +# +# Version should match the current XFixes version. XFixesQueryVersion +# returns the version from xfixeswire.h, NOT the version we set here. But we +# try to keep these the same. Note that the library has an extra +# digit in the version number to track changes which don't affect the +# protocol, so Xfixes version l.n.m corresponds to protocol version l.n, +# that 'revision' number appears in Xfixes.h and has to be manually +# synchronized. +# +AC_INIT(libXfixes, [5.0], + [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXfixes]) +AC_CONFIG_SRCDIR([Makefile.am]) +AC_CONFIG_HEADERS([config.h]) + +# Initialize Automake +AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_MAINTAINER_MODE + +# Initialize libtool +AC_PROG_LIBTOOL + +# Require xorg-macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS +m4_ifndef([XORG_MACROS_VERSION], + [m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])]) +XORG_MACROS_VERSION(1.8) +XORG_DEFAULT_OPTIONS + +# Check fixesext configuration, strip extra digits from package version to +# find the required protocol version +FIXESEXT_VERSION=[`echo $VERSION | sed 's/^\([0-9][0-9]*\.[0-9][0-9]*\).*$/\1/'`] +AC_SUBST(FIXESEXT_VERSION) + +# Obtain compiler/linker options for depedencies +PKG_CHECK_MODULES(FIXESEXT, xproto [fixesproto >= $FIXESEXT_VERSION] xextproto x11) + +AC_CONFIG_FILES([Makefile + src/Makefile + man/Makefile + xfixes.pc]) +AC_OUTPUT diff --git a/libXfixes/depcomp b/libXfixes/depcomp new file mode 100755 index 000000000..df8eea7e4 --- /dev/null +++ b/libXfixes/depcomp @@ -0,0 +1,630 @@ +#! /bin/sh +# depcomp - compile a program generating dependencies as side-effects + +scriptversion=2009-04-28.21; # UTC + +# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009 Free +# Software Foundation, Inc. + +# 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, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# Originally written by Alexandre Oliva . + +case $1 in + '') + echo "$0: No command. Try \`$0 --help' for more information." 1>&2 + exit 1; + ;; + -h | --h*) + cat <<\EOF +Usage: depcomp [--help] [--version] PROGRAM [ARGS] + +Run PROGRAMS ARGS to compile a file, generating dependencies +as side-effects. + +Environment variables: + depmode Dependency tracking mode. + source Source file read by `PROGRAMS ARGS'. + object Object file output by `PROGRAMS ARGS'. + DEPDIR directory where to store dependencies. + depfile Dependency file to output. + tmpdepfile Temporary file to use when outputing dependencies. + libtool Whether libtool is used (yes/no). + +Report bugs to . +EOF + exit $? + ;; + -v | --v*) + echo "depcomp $scriptversion" + exit $? + ;; +esac + +if test -z "$depmode" || test -z "$source" || test -z "$object"; then + echo "depcomp: Variables source, object and depmode must be set" 1>&2 + exit 1 +fi + +# Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. +depfile=${depfile-`echo "$object" | + sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} +tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} + +rm -f "$tmpdepfile" + +# Some modes work just like other modes, but use different flags. We +# parameterize here, but still list the modes in the big case below, +# to make depend.m4 easier to write. Note that we *cannot* use a case +# here, because this file can only contain one case statement. +if test "$depmode" = hp; then + # HP compiler uses -M and no extra arg. + gccflag=-M + depmode=gcc +fi + +if test "$depmode" = dashXmstdout; then + # This is just like dashmstdout with a different argument. + dashmflag=-xM + depmode=dashmstdout +fi + +cygpath_u="cygpath -u -f -" +if test "$depmode" = msvcmsys; then + # This is just like msvisualcpp but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u="sed s,\\\\\\\\,/,g" + depmode=msvisualcpp +fi + +case "$depmode" in +gcc3) +## gcc 3 implements dependency tracking that does exactly what +## we want. Yay! Note: for some reason libtool 1.4 doesn't like +## it if -MD -MP comes after the -MF stuff. Hmm. +## Unfortunately, FreeBSD c89 acceptance of flags depends upon +## the command line argument order; so add the flags where they +## appear in depend2.am. Note that the slowdown incurred here +## affects only configure: in makefiles, %FASTDEP% shortcuts this. + for arg + do + case $arg in + -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; + *) set fnord "$@" "$arg" ;; + esac + shift # fnord + shift # $arg + done + "$@" + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + mv "$tmpdepfile" "$depfile" + ;; + +gcc) +## There are various ways to get dependency output from gcc. Here's +## why we pick this rather obscure method: +## - Don't want to use -MD because we'd like the dependencies to end +## up in a subdir. Having to rename by hand is ugly. +## (We might end up doing this anyway to support other compilers.) +## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like +## -MM, not -M (despite what the docs say). +## - Using -M directly means running the compiler twice (even worse +## than renaming). + if test -z "$gccflag"; then + gccflag=-MD, + fi + "$@" -Wp,"$gccflag$tmpdepfile" + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + echo "$object : \\" > "$depfile" + alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz +## The second -e expression handles DOS-style file names with drive letters. + sed -e 's/^[^:]*: / /' \ + -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" +## This next piece of magic avoids the `deleted header file' problem. +## The problem is that when a header file which appears in a .P file +## is deleted, the dependency causes make to die (because there is +## typically no way to rebuild the header). We avoid this by adding +## dummy dependencies for each header file. Too bad gcc doesn't do +## this for us directly. + tr ' ' ' +' < "$tmpdepfile" | +## Some versions of gcc put a space before the `:'. On the theory +## that the space means something, we add a space to the output as +## well. +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +hp) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +sgi) + if test "$libtool" = yes; then + "$@" "-Wp,-MDupdate,$tmpdepfile" + else + "$@" -MDupdate "$tmpdepfile" + fi + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + + if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files + echo "$object : \\" > "$depfile" + + # Clip off the initial element (the dependent). Don't try to be + # clever and replace this with sed code, as IRIX sed won't handle + # lines with more than a fixed number of characters (4096 in + # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; + # the IRIX cc adds comments like `#:fec' to the end of the + # dependency line. + tr ' ' ' +' < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ + tr ' +' ' ' >> "$depfile" + echo >> "$depfile" + + # The second pass generates a dummy entry for each header file. + tr ' ' ' +' < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ + >> "$depfile" + else + # The sourcefile does not contain any dependencies, so just + # store a dummy comment line, to avoid errors with the Makefile + # "include basename.Plo" scheme. + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" + ;; + +aix) + # The C for AIX Compiler uses -M and outputs the dependencies + # in a .u file. In older versions, this file always lives in the + # current directory. Also, the AIX compiler puts `$object:' at the + # start of each line; $object doesn't have directory information. + # Version 6 uses the directory in both cases. + dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` + test "x$dir" = "x$object" && dir= + base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + if test "$libtool" = yes; then + tmpdepfile1=$dir$base.u + tmpdepfile2=$base.u + tmpdepfile3=$dir.libs/$base.u + "$@" -Wc,-M + else + tmpdepfile1=$dir$base.u + tmpdepfile2=$dir$base.u + tmpdepfile3=$dir$base.u + "$@" -M + fi + stat=$? + + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + do + test -f "$tmpdepfile" && break + done + if test -f "$tmpdepfile"; then + # Each line is of the form `foo.o: dependent.h'. + # Do two passes, one to just change these to + # `$object: dependent.h' and one to simply `dependent.h:'. + sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" + # That's a tab and a space in the []. + sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" + else + # The sourcefile does not contain any dependencies, so just + # store a dummy comment line, to avoid errors with the Makefile + # "include basename.Plo" scheme. + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" + ;; + +icc) + # Intel's C compiler understands `-MD -MF file'. However on + # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c + # ICC 7.0 will fill foo.d with something like + # foo.o: sub/foo.c + # foo.o: sub/foo.h + # which is wrong. We want: + # sub/foo.o: sub/foo.c + # sub/foo.o: sub/foo.h + # sub/foo.c: + # sub/foo.h: + # ICC 7.1 will output + # foo.o: sub/foo.c sub/foo.h + # and will wrap long lines using \ : + # foo.o: sub/foo.c ... \ + # sub/foo.h ... \ + # ... + + "$@" -MD -MF "$tmpdepfile" + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + # Each line is of the form `foo.o: dependent.h', + # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. + # Do two passes, one to just change these to + # `$object: dependent.h' and one to simply `dependent.h:'. + sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" + # Some versions of the HPUX 10.20 sed can't process this invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" | + sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +hp2) + # The "hp" stanza above does not work with aCC (C++) and HP's ia64 + # compilers, which have integrated preprocessors. The correct option + # to use with these is +Maked; it writes dependencies to a file named + # 'foo.d', which lands next to the object file, wherever that + # happens to be. + # Much of this is similar to the tru64 case; see comments there. + dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` + test "x$dir" = "x$object" && dir= + base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + if test "$libtool" = yes; then + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir.libs/$base.d + "$@" -Wc,+Maked + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + "$@" +Maked + fi + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile1" "$tmpdepfile2" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" + do + test -f "$tmpdepfile" && break + done + if test -f "$tmpdepfile"; then + sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile" + # Add `dependent.h:' lines. + sed -ne '2,${ + s/^ *// + s/ \\*$// + s/$/:/ + p + }' "$tmpdepfile" >> "$depfile" + else + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" "$tmpdepfile2" + ;; + +tru64) + # The Tru64 compiler uses -MD to generate dependencies as a side + # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'. + # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put + # dependencies in `foo.d' instead, so we check for that too. + # Subdirectories are respected. + dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` + test "x$dir" = "x$object" && dir= + base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + + if test "$libtool" = yes; then + # With Tru64 cc, shared objects can also be used to make a + # static library. This mechanism is used in libtool 1.4 series to + # handle both shared and static libraries in a single compilation. + # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d. + # + # With libtool 1.5 this exception was removed, and libtool now + # generates 2 separate objects for the 2 libraries. These two + # compilations output dependencies in $dir.libs/$base.o.d and + # in $dir$base.o.d. We have to check for both files, because + # one of the two compilations can be disabled. We should prefer + # $dir$base.o.d over $dir.libs/$base.o.d because the latter is + # automatically cleaned when .libs/ is deleted, while ignoring + # the former would cause a distcleancheck panic. + tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4 + tmpdepfile2=$dir$base.o.d # libtool 1.5 + tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5 + tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504 + "$@" -Wc,-MD + else + tmpdepfile1=$dir$base.o.d + tmpdepfile2=$dir$base.d + tmpdepfile3=$dir$base.d + tmpdepfile4=$dir$base.d + "$@" -MD + fi + + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" + do + test -f "$tmpdepfile" && break + done + if test -f "$tmpdepfile"; then + sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" + # That's a tab and a space in the []. + sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" + else + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" + ;; + +#nosideeffect) + # This comment above is used by automake to tell side-effect + # dependency tracking mechanisms from slower ones. + +dashmstdout) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout, regardless of -o. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + + # Remove `-o $object'. + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + test -z "$dashmflag" && dashmflag=-M + # Require at least two characters before searching for `:' + # in the target name. This is to cope with DOS-style filenames: + # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise. + "$@" $dashmflag | + sed 's:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile" + rm -f "$depfile" + cat < "$tmpdepfile" > "$depfile" + tr ' ' ' +' < "$tmpdepfile" | \ +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +dashXmstdout) + # This case only exists to satisfy depend.m4. It is never actually + # run, as this mode is specially recognized in the preamble. + exit 1 + ;; + +makedepend) + "$@" || exit $? + # Remove any Libtool call + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + # X makedepend + shift + cleared=no eat=no + for arg + do + case $cleared in + no) + set ""; shift + cleared=yes ;; + esac + if test $eat = yes; then + eat=no + continue + fi + case "$arg" in + -D*|-I*) + set fnord "$@" "$arg"; shift ;; + # Strip any option that makedepend may not understand. Remove + # the object too, otherwise makedepend will parse it as a source file. + -arch) + eat=yes ;; + -*|$object) + ;; + *) + set fnord "$@" "$arg"; shift ;; + esac + done + obj_suffix=`echo "$object" | sed 's/^.*\././'` + touch "$tmpdepfile" + ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" + rm -f "$depfile" + cat < "$tmpdepfile" > "$depfile" + sed '1,2d' "$tmpdepfile" | tr ' ' ' +' | \ +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" "$tmpdepfile".bak + ;; + +cpp) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + + # Remove `-o $object'. + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + "$@" -E | + sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' | + sed '$ s: \\$::' > "$tmpdepfile" + rm -f "$depfile" + echo "$object : \\" > "$depfile" + cat < "$tmpdepfile" >> "$depfile" + sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +msvisualcpp) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + + IFS=" " + for arg + do + case "$arg" in + -o) + shift + ;; + $object) + shift + ;; + "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") + set fnord "$@" + shift + shift + ;; + *) + set fnord "$@" "$arg" + shift + shift + ;; + esac + done + "$@" -E 2>/dev/null | + sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile" + rm -f "$depfile" + echo "$object : \\" > "$depfile" + sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile" + echo " " >> "$depfile" + sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +msvcmsys) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +none) + exec "$@" + ;; + +*) + echo "Unknown depmode $depmode" 1>&2 + exit 1 + ;; +esac + +exit 0 + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff --git a/libXfixes/include/X11/extensions/Xfixes.h b/libXfixes/include/X11/extensions/Xfixes.h new file mode 100644 index 000000000..10a7e2efb --- /dev/null +++ b/libXfixes/include/X11/extensions/Xfixes.h @@ -0,0 +1,269 @@ +/* + * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. + * Copyright 2011 Red Hat, Inc. + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + */ +/* + * Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc. + * + * Permission to use, copy, modify, distribute, and sell this software and its + * documentation for any purpose is hereby granted without fee, provided that + * the above copyright notice appear in all copies and that both that + * copyright notice and this permission notice appear in supporting + * documentation, and that the name of Keith Packard not be used in + * advertising or publicity pertaining to distribution of the software without + * specific, written prior permission. Keith Packard makes no + * representations about the suitability of this software for any purpose. It + * is provided "as is" without express or implied warranty. + * + * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO + * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR + * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, + * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +#ifndef _XFIXES_H_ +#define _XFIXES_H_ + +#include + +#include +#include + +/* + * This revision number also appears in configure.ac, they have + * to be manually synchronized + */ +#define XFIXES_REVISION 1 +#define XFIXES_VERSION ((XFIXES_MAJOR * 10000) + (XFIXES_MINOR * 100) + (XFIXES_REVISION)) + +typedef struct { + int type; /* event base */ + unsigned long serial; + Bool send_event; + Display *display; + Window window; + int subtype; + Window owner; + Atom selection; + Time timestamp; + Time selection_timestamp; +} XFixesSelectionNotifyEvent; + +typedef struct { + int type; /* event base */ + unsigned long serial; + Bool send_event; + Display *display; + Window window; + int subtype; + unsigned long cursor_serial; + Time timestamp; + Atom cursor_name; +} XFixesCursorNotifyEvent; + +typedef struct { + short x, y; + unsigned short width, height; + unsigned short xhot, yhot; + unsigned long cursor_serial; + unsigned long *pixels; +#if XFIXES_MAJOR >= 2 + Atom atom; /* Version >= 2 only */ + const char *name; /* Version >= 2 only */ +#endif +} XFixesCursorImage; + +#if XFIXES_MAJOR >= 2 +/* Version 2 types */ + +typedef XID XserverRegion; + +typedef struct { + short x, y; + unsigned short width, height; + unsigned short xhot, yhot; + unsigned long cursor_serial; + unsigned long *pixels; + Atom atom; + const char *name; +} XFixesCursorImageAndName; + +#endif + +_XFUNCPROTOBEGIN + +Bool XFixesQueryExtension (Display *dpy, + int *event_base_return, + int *error_base_return); +Status XFixesQueryVersion (Display *dpy, + int *major_version_return, + int *minor_version_return); + +int XFixesVersion (void); + +void +XFixesChangeSaveSet (Display *dpy, + Window win, + int mode, + int target, + int map); + +void +XFixesSelectSelectionInput (Display *dpy, + Window win, + Atom selection, + unsigned long eventMask); + +void +XFixesSelectCursorInput (Display *dpy, + Window win, + unsigned long eventMask); + +XFixesCursorImage * +XFixesGetCursorImage (Display *dpy); + +#if XFIXES_MAJOR >= 2 +/* Version 2 functions */ + +XserverRegion +XFixesCreateRegion (Display *dpy, XRectangle *rectangles, int nrectangles); + +XserverRegion +XFixesCreateRegionFromBitmap (Display *dpy, Pixmap bitmap); + +XserverRegion +XFixesCreateRegionFromWindow (Display *dpy, Window window, int kind); + +XserverRegion +XFixesCreateRegionFromGC (Display *dpy, GC gc); + +XserverRegion +XFixesCreateRegionFromPicture (Display *dpy, XID picture); + +void +XFixesDestroyRegion (Display *dpy, XserverRegion region); + +void +XFixesSetRegion (Display *dpy, XserverRegion region, + XRectangle *rectangles, int nrectangles); + +void +XFixesCopyRegion (Display *dpy, XserverRegion dst, XserverRegion src); + +void +XFixesUnionRegion (Display *dpy, XserverRegion dst, + XserverRegion src1, XserverRegion src2); + +void +XFixesIntersectRegion (Display *dpy, XserverRegion dst, + XserverRegion src1, XserverRegion src2); + +void +XFixesSubtractRegion (Display *dpy, XserverRegion dst, + XserverRegion src1, XserverRegion src2); + +void +XFixesInvertRegion (Display *dpy, XserverRegion dst, + XRectangle *rect, XserverRegion src); + +void +XFixesTranslateRegion (Display *dpy, XserverRegion region, int dx, int dy); + +void +XFixesRegionExtents (Display *dpy, XserverRegion dst, XserverRegion src); + +XRectangle * +XFixesFetchRegion (Display *dpy, XserverRegion region, int *nrectanglesRet); + +XRectangle * +XFixesFetchRegionAndBounds (Display *dpy, XserverRegion region, + int *nrectanglesRet, + XRectangle *bounds); + +void +XFixesSetGCClipRegion (Display *dpy, GC gc, + int clip_x_origin, int clip_y_origin, + XserverRegion region); + +void +XFixesSetWindowShapeRegion (Display *dpy, Window win, int shape_kind, + int x_off, int y_off, XserverRegion region); + +void +XFixesSetPictureClipRegion (Display *dpy, XID picture, + int clip_x_origin, int clip_y_origin, + XserverRegion region); + +void +XFixesSetCursorName (Display *dpy, Cursor cursor, const char *name); + +const char * +XFixesGetCursorName (Display *dpy, Cursor cursor, Atom *atom); + +void +XFixesChangeCursor (Display *dpy, Cursor source, Cursor destination); + +void +XFixesChangeCursorByName (Display *dpy, Cursor source, const char *name); + +#endif /* XFIXES_MAJOR >= 2 */ + +#if XFIXES_MAJOR >= 3 + +void +XFixesExpandRegion (Display *dpy, XserverRegion dst, XserverRegion src, + unsigned left, unsigned right, + unsigned top, unsigned bottom); + +#endif /* XFIXES_MAJOR >= 3 */ + +#if XFIXES_MAJOR >= 4 +/* Version 4.0 externs */ + +void +XFixesHideCursor (Display *dpy, Window win); + +void +XFixesShowCursor (Display *dpy, Window win); + +#endif /* XFIXES_MAJOR >= 4 */ + +#if XFIXES_MAJOR >= 5 + +typedef XID PointerBarrier; + +PointerBarrier +XFixesCreatePointerBarrier(Display *dpy, Window w, int x1, int y1, + int x2, int y2, int directions, + int num_devices, int *devices); + +void +XFixesDestroyPointerBarrier(Display *dpy, PointerBarrier b); + +#endif /* XFIXES_MAJOR >= 5 */ + +_XFUNCPROTOEND + +#endif /* _XFIXES_H_ */ diff --git a/libXfixes/install-sh b/libXfixes/install-sh new file mode 100755 index 000000000..6781b987b --- /dev/null +++ b/libXfixes/install-sh @@ -0,0 +1,520 @@ +#!/bin/sh +# install - install a program, script, or datafile + +scriptversion=2009-04-28.21; # UTC + +# This originates from X11R5 (mit/util/scripts/install.sh), which was +# later released in X11R6 (xc/config/util/install.sh) with the +# following copyright and license. +# +# Copyright (C) 1994 X Consortium +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- +# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# +# Except as contained in this notice, the name of the X Consortium shall not +# be used in advertising or otherwise to promote the sale, use or other deal- +# ings in this Software without prior written authorization from the X Consor- +# tium. +# +# +# FSF changes to this file are in the public domain. +# +# Calling this script install-sh is preferred over install.sh, to prevent +# `make' implicit rules from creating a file called install from it +# when there is no Makefile. +# +# This script is compatible with the BSD install script, but was written +# from scratch. + +nl=' +' +IFS=" "" $nl" + +# set DOITPROG to echo to test this script + +# Don't use :- since 4.3BSD and earlier shells don't like it. +doit=${DOITPROG-} +if test -z "$doit"; then + doit_exec=exec +else + doit_exec=$doit +fi + +# Put in absolute file names if you don't have them in your path; +# 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= + +# Desired mode of installed file. +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... + or: $0 [OPTION]... -d DIRECTORIES... + +In the 1st form, copy SRCFILE to DSTFILE. +In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. +In the 4th, create DIRECTORIES. + +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 + *' '* | *' '* | *' +'* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + 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 $?;; + + --) shift + break;; + + -*) echo "$0: invalid option: $1" >&2 + exit 1;; + + *) 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. + # Otherwise, the last argument is the destination. Remove it from $@. + 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 + +if test $# -eq 0; then + if test -z "$dir_arg"; then + echo "$0: no input file specified." >&2 + exit 1 + fi + # It's OK to call `install-sh -d' without argument. + # This can happen when creating conditional directories. + exit 0 +fi + +if test -z "$dir_arg"; then + trap '(exit $?); exit' 1 2 13 15 + + # Set umask so as not to create temps with too-generous modes. + # However, 'strip' requires both read and write access to temps. + case $mode in + # Optimize common cases. + *644) cp_umask=133;; + *755) cp_umask=22;; + + *[0-7]) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw='% 200' + fi + cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; + *) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw=,u+rw + fi + cp_umask=$mode$u_plus_rw;; + esac +fi + +for src +do + # Protect names starting with `-'. + case $src in + -*) src=./$src;; + esac + + if test -n "$dir_arg"; then + dst=$src + dstdir=$dst + test -d "$dstdir" + dstdir_status=$? + else + + # Waiting for this to be detected by the "$cpprog $src $dsttmp" command + # might cause directories to be created, which would be especially bad + # if $src (and thus $dsttmp) contains '*'. + if test ! -f "$src" && test ! -d "$src"; then + echo "$0: $src does not exist." >&2 + exit 1 + 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 + + # If destination is a directory, append the input filename; won't work + # if double slashes aren't ignored. + if test -d "$dst"; then + if test -n "$no_target_directory"; then + echo "$0: $dst_arg: Is a directory" >&2 + exit 1 + fi + dstdir=$dst + dst=$dstdir/`basename "$src"` + dstdir_status=0 + else + # Prefer dirname, but fall back on a substitute if dirname fails. + dstdir=` + (dirname "$dst") 2>/dev/null || + expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$dst" : 'X\(//\)[^/]' \| \ + X"$dst" : 'X\(//\)$' \| \ + X"$dst" : 'X\(/\)' \| . 2>/dev/null || + echo X"$dst" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q' + ` + + test -d "$dstdir" + dstdir_status=$? + fi + fi + + obsolete_mkdir_used=false + + if test $dstdir_status != 0; then + case $posix_mkdir in + '') + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *[2367][2367]) mkdir_umask=$umask;; + .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; + + *[0-7]) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac + + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + case $umask in + *[123567][0-7][0-7]) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 + + if (umask $mkdir_umask && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writeable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + ls_ld_tmpdir=`ls -ld "$tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/d" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + fi + trap '' 0;; + esac;; + esac + + if + $posix_mkdir && ( + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + ) + then : + else + + # The umask is ridiculous, or mkdir does not conform to POSIX, + # or it failed possibly due to a race condition. Create the + # directory the slow way, step by step, checking for races as we go. + + 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 + + prefixes= + + for d + do + test -z "$d" && continue + + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ + done + + if test -n "$prefixes"; then + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true + fi + fi + fi + + if test -n "$dir_arg"; then + { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && + { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || + test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 + else + + # Make a couple of temp file names in the proper directory. + dsttmp=$dstdir/_inst.$$_ + rmtmp=$dstdir/_rm.$$_ + + # Trap to clean up those temp files at exit. + trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 + + # Copy the file name to the temp name. + (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && + + # and set any options; do chmod last to preserve setuid bits. + # + # If any of these fail, we abort the whole thing. If we want to + # ignore errors from any of these, just make sure not to ignore + # 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 + fi +done + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff --git a/libXfixes/ltmain.sh b/libXfixes/ltmain.sh new file mode 100755 index 000000000..d8efb57b1 --- /dev/null +++ b/libXfixes/ltmain.sh @@ -0,0 +1,8745 @@ +# Generated from ltmain.m4sh. + +# libtool (GNU libtool) 2.2.10 +# Written by Gordon Matzigkeit , 1996 + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, +# 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# This is free software; see the source for copying conditions. There is NO +# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +# GNU Libtool 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 +# (at your option) any later version. +# +# As a special exception to the GNU General Public License, +# if you distribute this file as part of a program or library that +# is built using GNU Libtool, you may include this file under the +# same distribution terms that you use for the rest of that program. +# +# GNU Libtool is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with GNU Libtool; see the file COPYING. If not, a copy +# can be downloaded from http://www.gnu.org/licenses/gpl.html, +# or obtained by writing to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +# Usage: $progname [OPTION]... [MODE-ARG]... +# +# Provide generalized library-building support services. +# +# --config show all configuration variables +# --debug enable verbose shell tracing +# -n, --dry-run display commands without modifying any files +# --features display basic configuration information and exit +# --mode=MODE use operation mode MODE +# --preserve-dup-deps don't remove duplicate dependency libraries +# --quiet, --silent don't print informational messages +# --no-quiet, --no-silent +# print informational messages (default) +# --tag=TAG use configuration variables from tag TAG +# -v, --verbose print more informational messages than default +# --no-verbose don't print the extra informational messages +# --version print version information +# -h, --help, --help-all print short, long, or detailed help message +# +# MODE must be one of the following: +# +# clean remove files from the build directory +# compile compile a source file into a libtool object +# execute automatically set library path, then run a program +# finish complete the installation of libtool libraries +# install install libraries or executables +# link create a library or an executable +# uninstall remove libraries from an installed directory +# +# MODE-ARGS vary depending on the MODE. When passed as first option, +# `--mode=MODE' may be abbreviated as `MODE' or a unique abbreviation of that. +# Try `$progname --help --mode=MODE' for a more detailed description of MODE. +# +# When reporting a bug, please describe a test case to reproduce it and +# include the following information: +# +# host-triplet: $host +# shell: $SHELL +# compiler: $LTCC +# compiler flags: $LTCFLAGS +# linker: $LD (gnu? $with_gnu_ld) +# $progname: (GNU libtool) 2.2.10 +# automake: $automake_version +# autoconf: $autoconf_version +# +# Report bugs to . + +PROGRAM=libtool +PACKAGE=libtool +VERSION=2.2.10 +TIMESTAMP="" +package_revision=1.3175 + +# Be Bourne compatible +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac +fi +BIN_SH=xpg4; export BIN_SH # for Tru64 +DUALCASE=1; export DUALCASE # for MKS sh + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +$1 +_LTECHO_EOF' +} + +# NLS nuisances: We save the old values to restore during execute mode. +lt_user_locale= +lt_safe_locale= +for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES +do + eval "if test \"\${$lt_var+set}\" = set; then + save_$lt_var=\$$lt_var + $lt_var=C + export $lt_var + lt_user_locale=\"$lt_var=\\\$save_\$lt_var; \$lt_user_locale\" + lt_safe_locale=\"$lt_var=C; \$lt_safe_locale\" + fi" +done +LC_ALL=C +LANGUAGE=C +export LANGUAGE LC_ALL + +$lt_unset CDPATH + + +# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh +# is ksh but when the shell is invoked as "sh" and the current value of +# the _XPG environment variable is not equal to 1 (one), the special +# positional parameter $0, within a function call, is the name of the +# function. +progpath="$0" + + + +: ${CP="cp -f"} +test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'} +: ${EGREP="/bin/grep -E"} +: ${FGREP="/bin/grep -F"} +: ${GREP="/bin/grep"} +: ${LN_S="ln -s"} +: ${MAKE="make"} +: ${MKDIR="mkdir"} +: ${MV="mv -f"} +: ${RM="rm -f"} +: ${SED="/bin/sed"} +: ${SHELL="${CONFIG_SHELL-/bin/sh}"} +: ${Xsed="$SED -e 1s/^X//"} + +# Global variables: +EXIT_SUCCESS=0 +EXIT_FAILURE=1 +EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing. +EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake. + +exit_status=$EXIT_SUCCESS + +# Make sure IFS has a sensible default +lt_nl=' +' +IFS=" $lt_nl" + +dirname="s,/[^/]*$,," +basename="s,^.*/,," + +# func_dirname_and_basename file append nondir_replacement +# perform func_basename and func_dirname in a single function +# call: +# dirname: Compute the dirname of FILE. If nonempty, +# add APPEND to the result, otherwise set result +# to NONDIR_REPLACEMENT. +# value returned in "$func_dirname_result" +# basename: Compute filename of FILE. +# value retuned in "$func_basename_result" +# Implementation must be kept synchronized with func_dirname +# and func_basename. For efficiency, we do not delegate to +# those functions but instead duplicate the functionality here. +func_dirname_and_basename () +{ + # Extract subdirectory from the argument. + func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"` + if test "X$func_dirname_result" = "X${1}"; then + func_dirname_result="${3}" + else + func_dirname_result="$func_dirname_result${2}" + fi + func_basename_result=`$ECHO "${1}" | $SED -e "$basename"` +} + +# Generated shell functions inserted here. + +# These SED scripts presuppose an absolute path with a trailing slash. +pathcar='s,^/\([^/]*\).*$,\1,' +pathcdr='s,^/[^/]*,,' +removedotparts=':dotsl + s@/\./@/@g + t dotsl + s,/\.$,/,' +collapseslashes='s@/\{1,\}@/@g' +finalslash='s,/*$,/,' + +# func_normal_abspath PATH +# Remove doubled-up and trailing slashes, "." path components, +# and cancel out any ".." path components in PATH after making +# it an absolute path. +# value returned in "$func_normal_abspath_result" +func_normal_abspath () +{ + # Start from root dir and reassemble the path. + func_normal_abspath_result= + func_normal_abspath_tpath=$1 + func_normal_abspath_altnamespace= + case $func_normal_abspath_tpath in + "") + # Empty path, that just means $cwd. + func_stripname '' '/' "`pwd`" + func_normal_abspath_result=$func_stripname_result + return + ;; + # The next three entries are used to spot a run of precisely + # two leading slashes without using negated character classes; + # we take advantage of case's first-match behaviour. + ///*) + # Unusual form of absolute path, do nothing. + ;; + //*) + # Not necessarily an ordinary path; POSIX reserves leading '//' + # and for example Cygwin uses it to access remote file shares + # over CIFS/SMB, so we conserve a leading double slash if found. + func_normal_abspath_altnamespace=/ + ;; + /*) + # Absolute path, do nothing. + ;; + *) + # Relative path, prepend $cwd. + func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath + ;; + esac + # Cancel out all the simple stuff to save iterations. We also want + # the path to end with a slash for ease of parsing, so make sure + # there is one (and only one) here. + func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ + -e "$removedotparts" -e "$collapseslashes" -e "$finalslash"` + while :; do + # Processed it all yet? + if test "$func_normal_abspath_tpath" = / ; then + # If we ascended to the root using ".." the result may be empty now. + if test -z "$func_normal_abspath_result" ; then + func_normal_abspath_result=/ + fi + break + fi + func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \ + -e "$pathcar"` + func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ + -e "$pathcdr"` + # Figure out what to do with it + case $func_normal_abspath_tcomponent in + "") + # Trailing empty path component, ignore it. + ;; + ..) + # Parent dir; strip last assembled component from result. + func_dirname "$func_normal_abspath_result" + func_normal_abspath_result=$func_dirname_result + ;; + *) + # Actual path component, append it. + func_normal_abspath_result=$func_normal_abspath_result/$func_normal_abspath_tcomponent + ;; + esac + done + # Restore leading double-slash if one was found on entry. + func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result +} + +# func_relative_path SRCDIR DSTDIR +# generates a relative path from SRCDIR to DSTDIR, with a trailing +# slash if non-empty, suitable for immediately appending a filename +# without needing to append a separator. +# value returned in "$func_relative_path_result" +func_relative_path () +{ + func_relative_path_result= + func_normal_abspath "$1" + func_relative_path_tlibdir=$func_normal_abspath_result + func_normal_abspath "$2" + func_relative_path_tbindir=$func_normal_abspath_result + + # Ascend the tree starting from libdir + while :; do + # check if we have found a prefix of bindir + case $func_relative_path_tbindir in + $func_relative_path_tlibdir) + # found an exact match + func_relative_path_tcancelled= + break + ;; + $func_relative_path_tlibdir*) + # found a matching prefix + func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir" + func_relative_path_tcancelled=$func_stripname_result + if test -z "$func_relative_path_result"; then + func_relative_path_result=. + fi + break + ;; + *) + func_dirname $func_relative_path_tlibdir + func_relative_path_tlibdir=${func_dirname_result} + if test "x$func_relative_path_tlibdir" = x ; then + # Have to descend all the way to the root! + func_relative_path_result=../$func_relative_path_result + func_relative_path_tcancelled=$func_relative_path_tbindir + break + fi + func_relative_path_result=../$func_relative_path_result + ;; + esac + done + + # Now calculate path; take care to avoid doubling-up slashes. + func_stripname '' '/' "$func_relative_path_result" + func_relative_path_result=$func_stripname_result + func_stripname '/' '/' "$func_relative_path_tcancelled" + if test "x$func_stripname_result" != x ; then + func_relative_path_result=${func_relative_path_result}/${func_stripname_result} + fi + + # Normalisation. If bindir is libdir, return empty string, + # else relative path ending with a slash; either way, target + # file name can be directly appended. + if test ! -z "$func_relative_path_result"; then + func_stripname './' '' "$func_relative_path_result/" + func_relative_path_result=$func_stripname_result + fi +} + +# The name of this program: +func_dirname_and_basename "$progpath" +progname=$func_basename_result + +# Make sure we have an absolute path for reexecution: +case $progpath in + [\\/]*|[A-Za-z]:\\*) ;; + *[\\/]*) + progdir=$func_dirname_result + progdir=`cd "$progdir" && pwd` + progpath="$progdir/$progname" + ;; + *) + save_IFS="$IFS" + IFS=: + for progdir in $PATH; do + IFS="$save_IFS" + test -x "$progdir/$progname" && break + done + IFS="$save_IFS" + test -n "$progdir" || progdir=`pwd` + progpath="$progdir/$progname" + ;; +esac + +# Sed substitution that helps us do robust quoting. It backslashifies +# metacharacters that are still active within double-quoted strings. +Xsed="${SED}"' -e 1s/^X//' +sed_quote_subst='s/\([`"$\\]\)/\\\1/g' + +# Same as above, but do not quote variable references. +double_quote_subst='s/\(["`\\]\)/\\\1/g' + +# Re-`\' parameter expansions in output of double_quote_subst that were +# `\'-ed in input to the same. If an odd number of `\' preceded a '$' +# in input to double_quote_subst, that '$' was protected from expansion. +# Since each input `\' is now two `\'s, look for any number of runs of +# four `\'s followed by two `\'s and then a '$'. `\' that '$'. +bs='\\' +bs2='\\\\' +bs4='\\\\\\\\' +dollar='\$' +sed_double_backslash="\ + s/$bs4/&\\ +/g + s/^$bs2$dollar/$bs&/ + s/\\([^$bs]\\)$bs2$dollar/\\1$bs2$bs$dollar/g + s/\n//g" + +# Standard options: +opt_dry_run=false +opt_help=false +opt_quiet=false +opt_verbose=false +opt_warning=: + +# func_echo arg... +# Echo program name prefixed message, along with the current mode +# name if it has been set yet. +func_echo () +{ + $ECHO "$progname${mode+: }$mode: $*" +} + +# func_verbose arg... +# Echo program name prefixed message in verbose mode only. +func_verbose () +{ + $opt_verbose && func_echo ${1+"$@"} + + # A bug in bash halts the script if the last line of a function + # fails when set -e is in force, so we need another command to + # work around that: + : +} + +# func_echo_all arg... +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "$*" +} + +# func_error arg... +# Echo program name prefixed message to standard error. +func_error () +{ + $ECHO "$progname${mode+: }$mode: "${1+"$@"} 1>&2 +} + +# func_warning arg... +# Echo program name prefixed warning message to standard error. +func_warning () +{ + $opt_warning && $ECHO "$progname${mode+: }$mode: warning: "${1+"$@"} 1>&2 + + # bash bug again: + : +} + +# func_fatal_error arg... +# Echo program name prefixed message to standard error, and exit. +func_fatal_error () +{ + func_error ${1+"$@"} + exit $EXIT_FAILURE +} + +# func_fatal_help arg... +# Echo program name prefixed message to standard error, followed by +# a help hint, and exit. +func_fatal_help () +{ + func_error ${1+"$@"} + func_fatal_error "$help" +} +help="Try \`$progname --help' for more information." ## default + + +# func_grep expression filename +# Check whether EXPRESSION matches any line of FILENAME, without output. +func_grep () +{ + $GREP "$1" "$2" >/dev/null 2>&1 +} + + +# func_mkdir_p directory-path +# Make sure the entire path to DIRECTORY-PATH is available. +func_mkdir_p () +{ + my_directory_path="$1" + my_dir_list= + + if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then + + # Protect directory names starting with `-' + case $my_directory_path in + -*) my_directory_path="./$my_directory_path" ;; + esac + + # While some portion of DIR does not yet exist... + while test ! -d "$my_directory_path"; do + # ...make a list in topmost first order. Use a colon delimited + # list incase some portion of path contains whitespace. + my_dir_list="$my_directory_path:$my_dir_list" + + # If the last portion added has no slash in it, the list is done + case $my_directory_path in */*) ;; *) break ;; esac + + # ...otherwise throw away the child directory and loop + my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"` + done + my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'` + + save_mkdir_p_IFS="$IFS"; IFS=':' + for my_dir in $my_dir_list; do + IFS="$save_mkdir_p_IFS" + # mkdir can fail with a `File exist' error if two processes + # try to create one of the directories concurrently. Don't + # stop in that case! + $MKDIR "$my_dir" 2>/dev/null || : + done + IFS="$save_mkdir_p_IFS" + + # Bail out if we (or some other process) failed to create a directory. + test -d "$my_directory_path" || \ + func_fatal_error "Failed to create \`$1'" + fi +} + + +# func_mktempdir [string] +# Make a temporary directory that won't clash with other running +# libtool processes, and avoids race conditions if possible. If +# given, STRING is the basename for that directory. +func_mktempdir () +{ + my_template="${TMPDIR-/tmp}/${1-$progname}" + + if test "$opt_dry_run" = ":"; then + # Return a directory name, but don't create it in dry-run mode + my_tmpdir="${my_template}-$$" + else + + # If mktemp works, use that first and foremost + my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` + + if test ! -d "$my_tmpdir"; then + # Failing that, at least try and use $RANDOM to avoid a race + my_tmpdir="${my_template}-${RANDOM-0}$$" + + save_mktempdir_umask=`umask` + umask 0077 + $MKDIR "$my_tmpdir" + umask $save_mktempdir_umask + fi + + # If we're not in dry-run mode, bomb out on failure + test -d "$my_tmpdir" || \ + func_fatal_error "cannot create temporary directory \`$my_tmpdir'" + fi + + $ECHO "$my_tmpdir" +} + + +# func_quote_for_eval arg +# Aesthetically quote ARG to be evaled later. +# This function returns two values: FUNC_QUOTE_FOR_EVAL_RESULT +# is double-quoted, suitable for a subsequent eval, whereas +# FUNC_QUOTE_FOR_EVAL_UNQUOTED_RESULT has merely all characters +# which are still active within double quotes backslashified. +func_quote_for_eval () +{ + case $1 in + *[\\\`\"\$]*) + func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;; + *) + func_quote_for_eval_unquoted_result="$1" ;; + esac + + case $func_quote_for_eval_unquoted_result in + # Double-quote args containing shell metacharacters to delay + # word splitting, command substitution and and variable + # expansion for a subsequent eval. + # Many Bourne shells cannot handle close brackets correctly + # in scan sets, so we specify it separately. + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + func_quote_for_eval_result="\"$func_quote_for_eval_unquoted_result\"" + ;; + *) + func_quote_for_eval_result="$func_quote_for_eval_unquoted_result" + esac +} + + +# func_quote_for_expand arg +# Aesthetically quote ARG to be evaled later; same as above, +# but do not quote variable references. +func_quote_for_expand () +{ + case $1 in + *[\\\`\"]*) + my_arg=`$ECHO "$1" | $SED \ + -e "$double_quote_subst" -e "$sed_double_backslash"` ;; + *) + my_arg="$1" ;; + esac + + case $my_arg in + # Double-quote args containing shell metacharacters to delay + # word splitting and command substitution for a subsequent eval. + # Many Bourne shells cannot handle close brackets correctly + # in scan sets, so we specify it separately. + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + my_arg="\"$my_arg\"" + ;; + esac + + func_quote_for_expand_result="$my_arg" +} + + +# func_show_eval cmd [fail_exp] +# Unless opt_silent is true, then output CMD. Then, if opt_dryrun is +# not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP +# is given, then evaluate it. +func_show_eval () +{ + my_cmd="$1" + my_fail_exp="${2-:}" + + ${opt_silent-false} || { + func_quote_for_expand "$my_cmd" + eval "func_echo $func_quote_for_expand_result" + } + + if ${opt_dry_run-false}; then :; else + eval "$my_cmd" + my_status=$? + if test "$my_status" -eq 0; then :; else + eval "(exit $my_status); $my_fail_exp" + fi + fi +} + + +# func_show_eval_locale cmd [fail_exp] +# Unless opt_silent is true, then output CMD. Then, if opt_dryrun is +# not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP +# is given, then evaluate it. Use the saved locale for evaluation. +func_show_eval_locale () +{ + my_cmd="$1" + my_fail_exp="${2-:}" + + ${opt_silent-false} || { + func_quote_for_expand "$my_cmd" + eval "func_echo $func_quote_for_expand_result" + } + + if ${opt_dry_run-false}; then :; else + eval "$lt_user_locale + $my_cmd" + my_status=$? + eval "$lt_safe_locale" + if test "$my_status" -eq 0; then :; else + eval "(exit $my_status); $my_fail_exp" + fi + fi +} + + +# func_version +# Echo version message to standard output and exit. +func_version () +{ + $SED -n '/(C)/!b go + :more + /\./!{ + N + s/\n# / / + b more + } + :go + /^# '$PROGRAM' (GNU /,/# warranty; / { + s/^# // + s/^# *$// + s/\((C)\)[ 0-9,-]*\( [1-9][0-9]*\)/\1\2/ + p + }' < "$progpath" + exit $? +} + +# func_usage +# Echo short help message to standard output and exit. +func_usage () +{ + $SED -n '/^# Usage:/,/^# *.*--help/ { + s/^# // + s/^# *$// + s/\$progname/'$progname'/ + p + }' < "$progpath" + echo + $ECHO "run \`$progname --help | more' for full usage" + exit $? +} + +# func_help [NOEXIT] +# Echo long help message to standard output and exit, +# unless 'noexit' is passed as argument. +func_help () +{ + $SED -n '/^# Usage:/,/# Report bugs to/ { + s/^# // + s/^# *$// + s*\$progname*'$progname'* + s*\$host*'"$host"'* + s*\$SHELL*'"$SHELL"'* + s*\$LTCC*'"$LTCC"'* + s*\$LTCFLAGS*'"$LTCFLAGS"'* + s*\$LD*'"$LD"'* + s/\$with_gnu_ld/'"$with_gnu_ld"'/ + s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/ + s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/ + p + }' < "$progpath" + ret=$? + if test -z "$1"; then + exit $ret + fi +} + +# func_missing_arg argname +# Echo program name prefixed message to standard error and set global +# exit_cmd. +func_missing_arg () +{ + func_error "missing argument for $1." + exit_cmd=exit +} + +exit_cmd=: + + + + + + +magic="%%%MAGIC variable%%%" +magic_exe="%%%MAGIC EXE variable%%%" + +# Global variables. +# $mode is unset +nonopt= +execute_dlfiles= +preserve_args= +lo2o="s/\\.lo\$/.${objext}/" +o2lo="s/\\.${objext}\$/.lo/" +extracted_archives= +extracted_serial=0 + +opt_dry_run=false +opt_duplicate_deps=false +opt_silent=false +opt_debug=: + +# If this variable is set in any of the actions, the command in it +# will be execed at the end. This prevents here-documents from being +# left over by shells. +exec_cmd= + +# func_fatal_configuration arg... +# Echo program name prefixed message to standard error, followed by +# a configuration failure hint, and exit. +func_fatal_configuration () +{ + func_error ${1+"$@"} + func_error "See the $PACKAGE documentation for more information." + func_fatal_error "Fatal configuration error." +} + + +# func_config +# Display the configuration for all the tags in this script. +func_config () +{ + re_begincf='^# ### BEGIN LIBTOOL' + re_endcf='^# ### END LIBTOOL' + + # Default configuration. + $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath" + + # Now print the configurations for the tags. + for tagname in $taglist; do + $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath" + done + + exit $? +} + +# func_features +# Display the features supported by this script. +func_features () +{ + echo "host: $host" + if test "$build_libtool_libs" = yes; then + echo "enable shared libraries" + else + echo "disable shared libraries" + fi + if test "$build_old_libs" = yes; then + echo "enable static libraries" + else + echo "disable static libraries" + fi + + exit $? +} + +# func_enable_tag tagname +# Verify that TAGNAME is valid, and either flag an error and exit, or +# enable the TAGNAME tag. We also add TAGNAME to the global $taglist +# variable here. +func_enable_tag () +{ + # Global variable: + tagname="$1" + + re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$" + re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$" + sed_extractcf="/$re_begincf/,/$re_endcf/p" + + # Validate tagname. + case $tagname in + *[!-_A-Za-z0-9,/]*) + func_fatal_error "invalid tag name: $tagname" + ;; + esac + + # Don't test for the "default" C tag, as we know it's + # there but not specially marked. + case $tagname in + CC) ;; + *) + if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then + taglist="$taglist $tagname" + + # Evaluate the configuration. Be careful to quote the path + # and the sed script, to avoid splitting on whitespace, but + # also don't use non-portable quotes within backquotes within + # quotes we have to do it in 2 steps: + extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` + eval "$extractedcf" + else + func_error "ignoring unknown tag $tagname" + fi + ;; + esac +} + +# Parse options once, thoroughly. This comes as soon as possible in +# the script to make things like `libtool --version' happen quickly. +{ + + # Shorthand for --mode=foo, only valid as the first argument + case $1 in + clean|clea|cle|cl) + shift; set dummy --mode clean ${1+"$@"}; shift + ;; + compile|compil|compi|comp|com|co|c) + shift; set dummy --mode compile ${1+"$@"}; shift + ;; + execute|execut|execu|exec|exe|ex|e) + shift; set dummy --mode execute ${1+"$@"}; shift + ;; + finish|finis|fini|fin|fi|f) + shift; set dummy --mode finish ${1+"$@"}; shift + ;; + install|instal|insta|inst|ins|in|i) + shift; set dummy --mode install ${1+"$@"}; shift + ;; + link|lin|li|l) + shift; set dummy --mode link ${1+"$@"}; shift + ;; + uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) + shift; set dummy --mode uninstall ${1+"$@"}; shift + ;; + esac + + # Parse non-mode specific arguments: + while test "$#" -gt 0; do + opt="$1" + shift + + case $opt in + --config) func_config ;; + + --debug) preserve_args="$preserve_args $opt" + func_echo "enabling shell trace mode" + opt_debug='set -x' + $opt_debug + ;; + + -dlopen) test "$#" -eq 0 && func_missing_arg "$opt" && break + execute_dlfiles="$execute_dlfiles $1" + shift + ;; + + --dry-run | -n) opt_dry_run=: ;; + --features) func_features ;; + --finish) mode="finish" ;; + + --mode) test "$#" -eq 0 && func_missing_arg "$opt" && break + case $1 in + # Valid mode arguments: + clean) ;; + compile) ;; + execute) ;; + finish) ;; + install) ;; + link) ;; + relink) ;; + uninstall) ;; + + # Catch anything else as an error + *) func_error "invalid argument for $opt" + exit_cmd=exit + break + ;; + esac + + mode="$1" + shift + ;; + + --preserve-dup-deps) + opt_duplicate_deps=: ;; + + --quiet|--silent) preserve_args="$preserve_args $opt" + opt_silent=: + opt_verbose=false + ;; + + --no-quiet|--no-silent) + preserve_args="$preserve_args $opt" + opt_silent=false + ;; + + --verbose| -v) preserve_args="$preserve_args $opt" + opt_silent=false + opt_verbose=: + ;; + + --no-verbose) preserve_args="$preserve_args $opt" + opt_verbose=false + ;; + + --tag) test "$#" -eq 0 && func_missing_arg "$opt" && break + preserve_args="$preserve_args $opt $1" + func_enable_tag "$1" # tagname is set here + shift + ;; + + # Separate optargs to long options: + -dlopen=*|--mode=*|--tag=*) + func_opt_split "$opt" + set dummy "$func_opt_split_opt" "$func_opt_split_arg" ${1+"$@"} + shift + ;; + + -\?|-h) func_usage ;; + --help) opt_help=: ;; + --help-all) opt_help=': help-all' ;; + --version) func_version ;; + + -*) func_fatal_help "unrecognized option \`$opt'" ;; + + *) nonopt="$opt" + break + ;; + esac + done + + + case $host in + *cygwin* | *mingw* | *pw32* | *cegcc*) + # don't eliminate duplications in $postdeps and $predeps + opt_duplicate_compiler_generated_deps=: + ;; + *) + opt_duplicate_compiler_generated_deps=$opt_duplicate_deps + ;; + esac + + # Having warned about all mis-specified options, bail out if + # anything was wrong. + $exit_cmd $EXIT_FAILURE +} + +# func_check_version_match +# Ensure that we are using m4 macros, and libtool script from the same +# release of libtool. +func_check_version_match () +{ + if test "$package_revision" != "$macro_revision"; then + if test "$VERSION" != "$macro_version"; then + if test -z "$macro_version"; then + cat >&2 <<_LT_EOF +$progname: Version mismatch error. This is $PACKAGE $VERSION, but the +$progname: definition of this LT_INIT comes from an older release. +$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION +$progname: and run autoconf again. +_LT_EOF + else + cat >&2 <<_LT_EOF +$progname: Version mismatch error. This is $PACKAGE $VERSION, but the +$progname: definition of this LT_INIT comes from $PACKAGE $macro_version. +$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION +$progname: and run autoconf again. +_LT_EOF + fi + else + cat >&2 <<_LT_EOF +$progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision, +$progname: but the definition of this LT_INIT comes from revision $macro_revision. +$progname: You should recreate aclocal.m4 with macros from revision $package_revision +$progname: of $PACKAGE $VERSION and run autoconf again. +_LT_EOF + fi + + exit $EXIT_MISMATCH + fi +} + + +## ----------- ## +## Main. ## +## ----------- ## + +$opt_help || { + # Sanity checks first: + func_check_version_match + + if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then + func_fatal_configuration "not configured to build any kind of library" + fi + + test -z "$mode" && func_fatal_error "error: you must specify a MODE." + + + # Darwin sucks + eval std_shrext=\"$shrext_cmds\" + + + # Only execute mode is allowed to have -dlopen flags. + if test -n "$execute_dlfiles" && test "$mode" != execute; then + func_error "unrecognized option \`-dlopen'" + $ECHO "$help" 1>&2 + exit $EXIT_FAILURE + fi + + # Change the help message to a mode-specific one. + generic_help="$help" + help="Try \`$progname --help --mode=$mode' for more information." +} + + +# func_lalib_p file +# True iff FILE is a libtool `.la' library or `.lo' object file. +# This function is only a basic sanity check; it will hardly flush out +# determined imposters. +func_lalib_p () +{ + test -f "$1" && + $SED -e 4q "$1" 2>/dev/null \ + | $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1 +} + +# func_lalib_unsafe_p file +# True iff FILE is a libtool `.la' library or `.lo' object file. +# This function implements the same check as func_lalib_p without +# resorting to external programs. To this end, it redirects stdin and +# closes it afterwards, without saving the original file descriptor. +# As a safety measure, use it only where a negative result would be +# fatal anyway. Works if `file' does not exist. +func_lalib_unsafe_p () +{ + lalib_p=no + if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then + for lalib_p_l in 1 2 3 4 + do + read lalib_p_line + case "$lalib_p_line" in + \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;; + esac + done + exec 0<&5 5<&- + fi + test "$lalib_p" = yes +} + +# func_ltwrapper_script_p file +# True iff FILE is a libtool wrapper script +# This function is only a basic sanity check; it will hardly flush out +# determined imposters. +func_ltwrapper_script_p () +{ + func_lalib_p "$1" +} + +# func_ltwrapper_executable_p file +# True iff FILE is a libtool wrapper executable +# This function is only a basic sanity check; it will hardly flush out +# determined imposters. +func_ltwrapper_executable_p () +{ + func_ltwrapper_exec_suffix= + case $1 in + *.exe) ;; + *) func_ltwrapper_exec_suffix=.exe ;; + esac + $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1 +} + +# func_ltwrapper_scriptname file +# Assumes file is an ltwrapper_executable +# uses $file to determine the appropriate filename for a +# temporary ltwrapper_script. +func_ltwrapper_scriptname () +{ + func_ltwrapper_scriptname_result="" + if func_ltwrapper_executable_p "$1"; then + func_dirname_and_basename "$1" "" "." + func_stripname '' '.exe' "$func_basename_result" + func_ltwrapper_scriptname_result="$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper" + fi +} + +# func_ltwrapper_p file +# True iff FILE is a libtool wrapper script or wrapper executable +# This function is only a basic sanity check; it will hardly flush out +# determined imposters. +func_ltwrapper_p () +{ + func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1" +} + + +# func_execute_cmds commands fail_cmd +# Execute tilde-delimited COMMANDS. +# If FAIL_CMD is given, eval that upon failure. +# FAIL_CMD may read-access the current command in variable CMD! +func_execute_cmds () +{ + $opt_debug + save_ifs=$IFS; IFS='~' + for cmd in $1; do + IFS=$save_ifs + eval cmd=\"$cmd\" + func_show_eval "$cmd" "${2-:}" + done + IFS=$save_ifs +} + + +# func_source file +# Source FILE, adding directory component if necessary. +# Note that it is not necessary on cygwin/mingw to append a dot to +# FILE even if both FILE and FILE.exe exist: automatic-append-.exe +# behavior happens only for exec(3), not for open(2)! Also, sourcing +# `FILE.' does not work on cygwin managed mounts. +func_source () +{ + $opt_debug + case $1 in + */* | *\\*) . "$1" ;; + *) . "./$1" ;; + esac +} + + +# func_infer_tag arg +# Infer tagged configuration to use if any are available and +# if one wasn't chosen via the "--tag" command line option. +# Only attempt this if the compiler in the base compile +# command doesn't match the default compiler. +# arg is usually of the form 'gcc ...' +func_infer_tag () +{ + $opt_debug + if test -n "$available_tags" && test -z "$tagname"; then + CC_quoted= + for arg in $CC; do + func_quote_for_eval "$arg" + CC_quoted="$CC_quoted $func_quote_for_eval_result" + done + CC_expanded=`func_echo_all $CC` + CC_quoted_expanded=`func_echo_all $CC_quoted` + case $@ in + # Blanks in the command may have been stripped by the calling shell, + # but not from the CC environment variable when configure was run. + " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ + " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) ;; + # Blanks at the start of $base_compile will cause this to fail + # if we don't check for them as well. + *) + for z in $available_tags; do + if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then + # Evaluate the configuration. + eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" + CC_quoted= + for arg in $CC; do + # Double-quote args containing other shell metacharacters. + func_quote_for_eval "$arg" + CC_quoted="$CC_quoted $func_quote_for_eval_result" + done + CC_expanded=`func_echo_all $CC` + CC_quoted_expanded=`func_echo_all $CC_quoted` + case "$@ " in + " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ + " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) + # The compiler in the base compile command matches + # the one in the tagged configuration. + # Assume this is the tagged configuration we want. + tagname=$z + break + ;; + esac + fi + done + # If $tagname still isn't set, then no tagged configuration + # was found and let the user know that the "--tag" command + # line option must be used. + if test -z "$tagname"; then + func_echo "unable to infer tagged configuration" + func_fatal_error "specify a tag with \`--tag'" +# else +# func_verbose "using $tagname tagged configuration" + fi + ;; + esac + fi +} + + + +# func_write_libtool_object output_name pic_name nonpic_name +# Create a libtool object file (analogous to a ".la" file), +# but don't create it if we're doing a dry run. +func_write_libtool_object () +{ + write_libobj=${1} + if test "$build_libtool_libs" = yes; then + write_lobj=\'${2}\' + else + write_lobj=none + fi + + if test "$build_old_libs" = yes; then + write_oldobj=\'${3}\' + else + write_oldobj=none + fi + + $opt_dry_run || { + cat >${write_libobj}T <?"'"'"' &()|`$[]' \ + && func_warning "libobj name \`$libobj' may not contain shell special characters." + func_dirname_and_basename "$obj" "/" "" + objname="$func_basename_result" + xdir="$func_dirname_result" + lobj=${xdir}$objdir/$objname + + test -z "$base_compile" && \ + func_fatal_help "you must specify a compilation command" + + # Delete any leftover library objects. + if test "$build_old_libs" = yes; then + removelist="$obj $lobj $libobj ${libobj}T" + else + removelist="$lobj $libobj ${libobj}T" + fi + + # On Cygwin there's no "real" PIC flag so we must build both object types + case $host_os in + cygwin* | mingw* | pw32* | os2* | cegcc*) + pic_mode=default + ;; + esac + if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then + # non-PIC code in shared libraries is not supported + pic_mode=default + fi + + # Calculate the filename of the output object if compiler does + # not support -o with -c + if test "$compiler_c_o" = no; then + output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext} + lockfile="$output_obj.lock" + else + output_obj= + need_locks=no + lockfile= + fi + + # Lock this critical section if it is needed + # We use this script file to make the link, it avoids creating a new file + if test "$need_locks" = yes; then + until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do + func_echo "Waiting for $lockfile to be removed" + sleep 2 + done + elif test "$need_locks" = warn; then + if test -f "$lockfile"; then + $ECHO "\ +*** ERROR, $lockfile exists and contains: +`cat $lockfile 2>/dev/null` + +This indicates that another process is trying to use the same +temporary object file, and libtool could not work around it because +your compiler does not support \`-c' and \`-o' together. If you +repeat this compilation, it may succeed, by chance, but you had better +avoid parallel builds (make -j) in this platform, or get a better +compiler." + + $opt_dry_run || $RM $removelist + exit $EXIT_FAILURE + fi + removelist="$removelist $output_obj" + $ECHO "$srcfile" > "$lockfile" + fi + + $opt_dry_run || $RM $removelist + removelist="$removelist $lockfile" + trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15 + + if test -n "$fix_srcfile_path"; then + eval srcfile=\"$fix_srcfile_path\" + fi + func_quote_for_eval "$srcfile" + qsrcfile=$func_quote_for_eval_result + + # Only build a PIC object if we are building libtool libraries. + if test "$build_libtool_libs" = yes; then + # Without this assignment, base_compile gets emptied. + fbsd_hideous_sh_bug=$base_compile + + if test "$pic_mode" != no; then + command="$base_compile $qsrcfile $pic_flag" + else + # Don't build PIC code + command="$base_compile $qsrcfile" + fi + + func_mkdir_p "$xdir$objdir" + + if test -z "$output_obj"; then + # Place PIC objects in $objdir + command="$command -o $lobj" + fi + + func_show_eval_locale "$command" \ + 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' + + if test "$need_locks" = warn && + test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then + $ECHO "\ +*** ERROR, $lockfile contains: +`cat $lockfile 2>/dev/null` + +but it should contain: +$srcfile + +This indicates that another process is trying to use the same +temporary object file, and libtool could not work around it because +your compiler does not support \`-c' and \`-o' together. If you +repeat this compilation, it may succeed, by chance, but you had better +avoid parallel builds (make -j) in this platform, or get a better +compiler." + + $opt_dry_run || $RM $removelist + exit $EXIT_FAILURE + fi + + # Just move the object if needed, then go on to compile the next one + if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then + func_show_eval '$MV "$output_obj" "$lobj"' \ + 'error=$?; $opt_dry_run || $RM $removelist; exit $error' + fi + + # Allow error messages only from the first compilation. + if test "$suppress_opt" = yes; then + suppress_output=' >/dev/null 2>&1' + fi + fi + + # Only build a position-dependent object if we build old libraries. + if test "$build_old_libs" = yes; then + if test "$pic_mode" != yes; then + # Don't build PIC code + command="$base_compile $qsrcfile$pie_flag" + else + command="$base_compile $qsrcfile $pic_flag" + fi + if test "$compiler_c_o" = yes; then + command="$command -o $obj" + fi + + # Suppress compiler output if we already did a PIC compilation. + command="$command$suppress_output" + func_show_eval_locale "$command" \ + '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' + + if test "$need_locks" = warn && + test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then + $ECHO "\ +*** ERROR, $lockfile contains: +`cat $lockfile 2>/dev/null` + +but it should contain: +$srcfile + +This indicates that another process is trying to use the same +temporary object file, and libtool could not work around it because +your compiler does not support \`-c' and \`-o' together. If you +repeat this compilation, it may succeed, by chance, but you had better +avoid parallel builds (make -j) in this platform, or get a better +compiler." + + $opt_dry_run || $RM $removelist + exit $EXIT_FAILURE + fi + + # Just move the object if needed + if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then + func_show_eval '$MV "$output_obj" "$obj"' \ + 'error=$?; $opt_dry_run || $RM $removelist; exit $error' + fi + fi + + $opt_dry_run || { + func_write_libtool_object "$libobj" "$objdir/$objname" "$objname" + + # Unlock the critical section if it was locked + if test "$need_locks" != no; then + removelist=$lockfile + $RM "$lockfile" + fi + } + + exit $EXIT_SUCCESS +} + +$opt_help || { + test "$mode" = compile && func_mode_compile ${1+"$@"} +} + +func_mode_help () +{ + # We need to display help for each of the modes. + case $mode in + "") + # Generic help is extracted from the usage comments + # at the start of this file. + func_help + ;; + + clean) + $ECHO \ +"Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE... + +Remove files from the build directory. + +RM is the name of the program to use to delete files associated with each FILE +(typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed +to RM. + +If FILE is a libtool library, object or program, all the files associated +with it are deleted. Otherwise, only FILE itself is deleted using RM." + ;; + + compile) + $ECHO \ +"Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE + +Compile a source file into a libtool library object. + +This mode accepts the following additional options: + + -o OUTPUT-FILE set the output file name to OUTPUT-FILE + -no-suppress do not suppress compiler output for multiple passes + -prefer-pic try to build PIC objects only + -prefer-non-pic try to build non-PIC objects only + -shared do not build a \`.o' file suitable for static linking + -static only build a \`.o' file suitable for static linking + -Wc,FLAG pass FLAG directly to the compiler + +COMPILE-COMMAND is a command to be used in creating a \`standard' object file +from the given SOURCEFILE. + +The output file name is determined by removing the directory component from +SOURCEFILE, then substituting the C source code suffix \`.c' with the +library object suffix, \`.lo'." + ;; + + execute) + $ECHO \ +"Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]... + +Automatically set library path, then run a program. + +This mode accepts the following additional options: + + -dlopen FILE add the directory containing FILE to the library path + +This mode sets the library path environment variable according to \`-dlopen' +flags. + +If any of the ARGS are libtool executable wrappers, then they are translated +into their corresponding uninstalled binary, and any of their required library +directories are added to the library path. + +Then, COMMAND is executed, with ARGS as arguments." + ;; + + finish) + $ECHO \ +"Usage: $progname [OPTION]... --mode=finish [LIBDIR]... + +Complete the installation of libtool libraries. + +Each LIBDIR is a directory that contains libtool libraries. + +The commands that this mode executes may require superuser privileges. Use +the \`--dry-run' option if you just want to see what would be executed." + ;; + + install) + $ECHO \ +"Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND... + +Install executables or libraries. + +INSTALL-COMMAND is the installation command. The first component should be +either the \`install' or \`cp' program. + +The following components of INSTALL-COMMAND are treated specially: + + -inst-prefix-dir PREFIX-DIR Use PREFIX-DIR as a staging area for installation + +The rest of the components are interpreted as arguments to that command (only +BSD-compatible install options are recognized)." + ;; + + link) + $ECHO \ +"Usage: $progname [OPTION]... --mode=link LINK-COMMAND... + +Link object files or libraries together to form another library, or to +create an executable program. + +LINK-COMMAND is a command using the C compiler that you would use to create +a program from several object files. + +The following components of LINK-COMMAND are treated specially: + + -all-static do not do any dynamic linking at all + -avoid-version do not add a version suffix if possible + -bindir BINDIR specify path to binaries directory (for systems where + libraries must be found in the PATH setting at runtime) + -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime + -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols + -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) + -export-symbols SYMFILE + try to export only the symbols listed in SYMFILE + -export-symbols-regex REGEX + try to export only the symbols matching REGEX + -LLIBDIR search LIBDIR for required installed libraries + -lNAME OUTPUT-FILE requires the installed library libNAME + -module build a library that can dlopened + -no-fast-install disable the fast-install mode + -no-install link a not-installable executable + -no-undefined declare that a library does not refer to external symbols + -o OUTPUT-FILE create OUTPUT-FILE from the specified objects + -objectlist FILE Use a list of object files found in FILE to specify objects + -precious-files-regex REGEX + don't remove output files matching REGEX + -release RELEASE specify package release information + -rpath LIBDIR the created library will eventually be installed in LIBDIR + -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries + -shared only do dynamic linking of libtool libraries + -shrext SUFFIX override the standard shared library file extension + -static do not do any dynamic linking of uninstalled libtool libraries + -static-libtool-libs + do not do any dynamic linking of libtool libraries + -version-info CURRENT[:REVISION[:AGE]] + specify library version info [each variable defaults to 0] + -weak LIBNAME declare that the target provides the LIBNAME interface + -Wc,FLAG + -Xcompiler FLAG pass linker-specific FLAG directly to the compiler + -Wl,FLAG + -Xlinker FLAG pass linker-specific FLAG directly to the linker + -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC) + +All other options (arguments beginning with \`-') are ignored. + +Every other argument is treated as a filename. Files ending in \`.la' are +treated as uninstalled libtool libraries, other files are standard or library +object files. + +If the OUTPUT-FILE ends in \`.la', then a libtool library is created, +only library objects (\`.lo' files) may be specified, and \`-rpath' is +required, except when creating a convenience library. + +If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created +using \`ar' and \`ranlib', or on Windows using \`lib'. + +If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file +is created, otherwise an executable program is created." + ;; + + uninstall) + $ECHO \ +"Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE... + +Remove libraries from an installation directory. + +RM is the name of the program to use to delete files associated with each FILE +(typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed +to RM. + +If FILE is a libtool library, all the files associated with it are deleted. +Otherwise, only FILE itself is deleted using RM." + ;; + + *) + func_fatal_help "invalid operation mode \`$mode'" + ;; + esac + + echo + $ECHO "Try \`$progname --help' for more information about other modes." +} + +# Now that we've collected a possible --mode arg, show help if necessary +if $opt_help; then + if test "$opt_help" = :; then + func_mode_help + else + { + func_help noexit + for mode in compile link execute install finish uninstall clean; do + func_mode_help + done + } | sed -n '1p; 2,$s/^Usage:/ or: /p' + { + func_help noexit + for mode in compile link execute install finish uninstall clean; do + echo + func_mode_help + done + } | + sed '1d + /^When reporting/,/^Report/{ + H + d + } + $x + /information about other modes/d + /more detailed .*MODE/d + s/^Usage:.*--mode=\([^ ]*\) .*/Description of \1 mode:/' + fi + exit $? +fi + + +# func_mode_execute arg... +func_mode_execute () +{ + $opt_debug + # The first argument is the command name. + cmd="$nonopt" + test -z "$cmd" && \ + func_fatal_help "you must specify a COMMAND" + + # Handle -dlopen flags immediately. + for file in $execute_dlfiles; do + test -f "$file" \ + || func_fatal_help "\`$file' is not a file" + + dir= + case $file in + *.la) + # Check to see that this really is a libtool archive. + func_lalib_unsafe_p "$file" \ + || func_fatal_help "\`$lib' is not a valid libtool archive" + + # Read the libtool library. + dlname= + library_names= + func_source "$file" + + # Skip this library if it cannot be dlopened. + if test -z "$dlname"; then + # Warn if it was a shared library. + test -n "$library_names" && \ + func_warning "\`$file' was not linked with \`-export-dynamic'" + continue + fi + + func_dirname "$file" "" "." + dir="$func_dirname_result" + + if test -f "$dir/$objdir/$dlname"; then + dir="$dir/$objdir" + else + if test ! -f "$dir/$dlname"; then + func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" + fi + fi + ;; + + *.lo) + # Just add the directory containing the .lo file. + func_dirname "$file" "" "." + dir="$func_dirname_result" + ;; + + *) + func_warning "\`-dlopen' is ignored for non-libtool libraries and objects" + continue + ;; + esac + + # Get the absolute pathname. + absdir=`cd "$dir" && pwd` + test -n "$absdir" && dir="$absdir" + + # Now add the directory to shlibpath_var. + if eval "test -z \"\$$shlibpath_var\""; then + eval "$shlibpath_var=\"\$dir\"" + else + eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\"" + fi + done + + # This variable tells wrapper scripts just to set shlibpath_var + # rather than running their programs. + libtool_execute_magic="$magic" + + # Check if any of the arguments is a wrapper script. + args= + for file + do + case $file in + -* | *.la | *.lo ) ;; + *) + # Do a test to see if this is really a libtool program. + if func_ltwrapper_script_p "$file"; then + func_source "$file" + # Transform arg to wrapped name. + file="$progdir/$program" + elif func_ltwrapper_executable_p "$file"; then + func_ltwrapper_scriptname "$file" + func_source "$func_ltwrapper_scriptname_result" + # Transform arg to wrapped name. + file="$progdir/$program" + fi + ;; + esac + # Quote arguments (to preserve shell metacharacters). + func_quote_for_eval "$file" + args="$args $func_quote_for_eval_result" + done + + if test "X$opt_dry_run" = Xfalse; then + if test -n "$shlibpath_var"; then + # Export the shlibpath_var. + eval "export $shlibpath_var" + fi + + # Restore saved environment variables + for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES + do + eval "if test \"\${save_$lt_var+set}\" = set; then + $lt_var=\$save_$lt_var; export $lt_var + else + $lt_unset $lt_var + fi" + done + + # Now prepare to actually exec the command. + exec_cmd="\$cmd$args" + else + # Display what would be done. + if test -n "$shlibpath_var"; then + eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\"" + echo "export $shlibpath_var" + fi + $ECHO "$cmd$args" + exit $EXIT_SUCCESS + fi +} + +test "$mode" = execute && func_mode_execute ${1+"$@"} + + +# func_mode_finish arg... +func_mode_finish () +{ + $opt_debug + libdirs="$nonopt" + admincmds= + + if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then + for dir + do + libdirs="$libdirs $dir" + done + + for libdir in $libdirs; do + if test -n "$finish_cmds"; then + # Do each command in the finish commands. + func_execute_cmds "$finish_cmds" 'admincmds="$admincmds +'"$cmd"'"' + fi + if test -n "$finish_eval"; then + # Do the single finish_eval. + eval cmds=\"$finish_eval\" + $opt_dry_run || eval "$cmds" || admincmds="$admincmds + $cmds" + fi + done + fi + + # Exit here if they wanted silent mode. + $opt_silent && exit $EXIT_SUCCESS + + echo "----------------------------------------------------------------------" + echo "Libraries have been installed in:" + for libdir in $libdirs; do + $ECHO " $libdir" + done + echo + echo "If you ever happen to want to link against installed libraries" + echo "in a given directory, LIBDIR, you must either use libtool, and" + echo "specify the full pathname of the library, or use the \`-LLIBDIR'" + echo "flag during linking and do at least one of the following:" + if test -n "$shlibpath_var"; then + echo " - add LIBDIR to the \`$shlibpath_var' environment variable" + echo " during execution" + fi + if test -n "$runpath_var"; then + echo " - add LIBDIR to the \`$runpath_var' environment variable" + echo " during linking" + fi + if test -n "$hardcode_libdir_flag_spec"; then + libdir=LIBDIR + eval flag=\"$hardcode_libdir_flag_spec\" + + $ECHO " - use the \`$flag' linker flag" + fi + if test -n "$admincmds"; then + $ECHO " - have your system administrator run these commands:$admincmds" + fi + if test -f /etc/ld.so.conf; then + echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'" + fi + echo + + echo "See any operating system documentation about shared libraries for" + case $host in + solaris2.[6789]|solaris2.1[0-9]) + echo "more information, such as the ld(1), crle(1) and ld.so(8) manual" + echo "pages." + ;; + *) + echo "more information, such as the ld(1) and ld.so(8) manual pages." + ;; + esac + echo "----------------------------------------------------------------------" + exit $EXIT_SUCCESS +} + +test "$mode" = finish && func_mode_finish ${1+"$@"} + + +# func_mode_install arg... +func_mode_install () +{ + $opt_debug + # There may be an optional sh(1) argument at the beginning of + # install_prog (especially on Windows NT). + if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh || + # Allow the use of GNU shtool's install command. + case $nonopt in *shtool*) :;; *) false;; esac; then + # Aesthetically quote it. + func_quote_for_eval "$nonopt" + install_prog="$func_quote_for_eval_result " + arg=$1 + shift + else + install_prog= + arg=$nonopt + fi + + # The real first argument should be the name of the installation program. + # Aesthetically quote it. + func_quote_for_eval "$arg" + install_prog="$install_prog$func_quote_for_eval_result" + install_shared_prog=$install_prog + case " $install_prog " in + *[\\\ /]cp\ *) install_cp=: ;; + *) install_cp=false ;; + esac + + # We need to accept at least all the BSD install flags. + dest= + files= + opts= + prev= + install_type= + isdir=no + stripme= + no_mode=: + for arg + do + arg2= + if test -n "$dest"; then + files="$files $dest" + dest=$arg + continue + fi + + case $arg in + -d) isdir=yes ;; + -f) + if $install_cp; then :; else + prev=$arg + fi + ;; + -g | -m | -o) + prev=$arg + ;; + -s) + stripme=" -s" + continue + ;; + -*) + ;; + *) + # If the previous option needed an argument, then skip it. + if test -n "$prev"; then + if test "x$prev" = x-m && test -n "$install_override_mode"; then + arg2=$install_override_mode + no_mode=false + fi + prev= + else + dest=$arg + continue + fi + ;; + esac + + # Aesthetically quote the argument. + func_quote_for_eval "$arg" + install_prog="$install_prog $func_quote_for_eval_result" + if test -n "$arg2"; then + func_quote_for_eval "$arg2" + fi + install_shared_prog="$install_shared_prog $func_quote_for_eval_result" + done + + test -z "$install_prog" && \ + func_fatal_help "you must specify an install program" + + test -n "$prev" && \ + func_fatal_help "the \`$prev' option requires an argument" + + if test -n "$install_override_mode" && $no_mode; then + if $install_cp; then :; else + func_quote_for_eval "$install_override_mode" + install_shared_prog="$install_shared_prog -m $func_quote_for_eval_result" + fi + fi + + if test -z "$files"; then + if test -z "$dest"; then + func_fatal_help "no file or destination specified" + else + func_fatal_help "you must specify a destination" + fi + fi + + # Strip any trailing slash from the destination. + func_stripname '' '/' "$dest" + dest=$func_stripname_result + + # Check to see that the destination is a directory. + test -d "$dest" && isdir=yes + if test "$isdir" = yes; then + destdir="$dest" + destname= + else + func_dirname_and_basename "$dest" "" "." + destdir="$func_dirname_result" + destname="$func_basename_result" + + # Not a directory, so check to see that there is only one file specified. + set dummy $files; shift + test "$#" -gt 1 && \ + func_fatal_help "\`$dest' is not a directory" + fi + case $destdir in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + for file in $files; do + case $file in + *.lo) ;; + *) + func_fatal_help "\`$destdir' must be an absolute directory name" + ;; + esac + done + ;; + esac + + # This variable tells wrapper scripts just to set variables rather + # than running their programs. + libtool_install_magic="$magic" + + staticlibs= + future_libdirs= + current_libdirs= + for file in $files; do + + # Do each installation. + case $file in + *.$libext) + # Do the static libraries later. + staticlibs="$staticlibs $file" + ;; + + *.la) + # Check to see that this really is a libtool archive. + func_lalib_unsafe_p "$file" \ + || func_fatal_help "\`$file' is not a valid libtool archive" + + library_names= + old_library= + relink_command= + func_source "$file" + + # Add the libdir to current_libdirs if it is the destination. + if test "X$destdir" = "X$libdir"; then + case "$current_libdirs " in + *" $libdir "*) ;; + *) current_libdirs="$current_libdirs $libdir" ;; + esac + else + # Note the libdir as a future libdir. + case "$future_libdirs " in + *" $libdir "*) ;; + *) future_libdirs="$future_libdirs $libdir" ;; + esac + fi + + func_dirname "$file" "/" "" + dir="$func_dirname_result" + dir="$dir$objdir" + + if test -n "$relink_command"; then + # Determine the prefix the user has applied to our future dir. + inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` + + # Don't allow the user to place us outside of our expected + # location b/c this prevents finding dependent libraries that + # are installed to the same prefix. + # At present, this check doesn't affect windows .dll's that + # are installed into $libdir/../bin (currently, that works fine) + # but it's something to keep an eye on. + test "$inst_prefix_dir" = "$destdir" && \ + func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir" + + if test -n "$inst_prefix_dir"; then + # Stick the inst_prefix_dir data into the link command. + relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` + else + relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` + fi + + func_warning "relinking \`$file'" + func_show_eval "$relink_command" \ + 'func_fatal_error "error: relink \`$file'\'' with the above command before installing it"' + fi + + # See the names of the shared library. + set dummy $library_names; shift + if test -n "$1"; then + realname="$1" + shift + + srcname="$realname" + test -n "$relink_command" && srcname="$realname"T + + # Install the shared library and build the symlinks. + func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \ + 'exit $?' + tstripme="$stripme" + case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + case $realname in + *.dll.a) + tstripme="" + ;; + esac + ;; + esac + if test -n "$tstripme" && test -n "$striplib"; then + func_show_eval "$striplib $destdir/$realname" 'exit $?' + fi + + if test "$#" -gt 0; then + # Delete the old symlinks, and create new ones. + # Try `ln -sf' first, because the `ln' binary might depend on + # the symlink we replace! Solaris /bin/ln does not understand -f, + # so we also need to try rm && ln -s. + for linkname + do + test "$linkname" != "$realname" \ + && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })" + done + fi + + # Do each command in the postinstall commands. + lib="$destdir/$realname" + func_execute_cmds "$postinstall_cmds" 'exit $?' + fi + + # Install the pseudo-library for information purposes. + func_basename "$file" + name="$func_basename_result" + instname="$dir/$name"i + func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" + ;; + + *.lo) + # Install (i.e. copy) a libtool object. + + # Figure out destination file name, if it wasn't already specified. + if test -n "$destname"; then + destfile="$destdir/$destname" + else + func_basename "$file" + destfile="$func_basename_result" + destfile="$destdir/$destfile" + fi + + # Deduce the name of the destination old-style object file. + case $destfile in + *.lo) + func_lo2o "$destfile" + staticdest=$func_lo2o_result + ;; + *.$objext) + staticdest="$destfile" + destfile= + ;; + *) + func_fatal_help "cannot copy a libtool object to \`$destfile'" + ;; + esac + + # Install the libtool object if requested. + test -n "$destfile" && \ + func_show_eval "$install_prog $file $destfile" 'exit $?' + + # Install the old object if enabled. + if test "$build_old_libs" = yes; then + # Deduce the name of the old-style object file. + func_lo2o "$file" + staticobj=$func_lo2o_result + func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?' + fi + exit $EXIT_SUCCESS + ;; + + *) + # Figure out destination file name, if it wasn't already specified. + if test -n "$destname"; then + destfile="$destdir/$destname" + else + func_basename "$file" + destfile="$func_basename_result" + destfile="$destdir/$destfile" + fi + + # If the file is missing, and there is a .exe on the end, strip it + # because it is most likely a libtool script we actually want to + # install + stripped_ext="" + case $file in + *.exe) + if test ! -f "$file"; then + func_stripname '' '.exe' "$file" + file=$func_stripname_result + stripped_ext=".exe" + fi + ;; + esac + + # Do a test to see if this is really a libtool program. + case $host in + *cygwin* | *mingw*) + if func_ltwrapper_executable_p "$file"; then + func_ltwrapper_scriptname "$file" + wrapper=$func_ltwrapper_scriptname_result + else + func_stripname '' '.exe' "$file" + wrapper=$func_stripname_result + fi + ;; + *) + wrapper=$file + ;; + esac + if func_ltwrapper_script_p "$wrapper"; then + notinst_deplibs= + relink_command= + + func_source "$wrapper" + + # Check the variables that should have been set. + test -z "$generated_by_libtool_version" && \ + func_fatal_error "invalid libtool wrapper script \`$wrapper'" + + finalize=yes + for lib in $notinst_deplibs; do + # Check to see that each library is installed. + libdir= + if test -f "$lib"; then + func_source "$lib" + fi + libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test + if test -n "$libdir" && test ! -f "$libfile"; then + func_warning "\`$lib' has not been installed in \`$libdir'" + finalize=no + fi + done + + relink_command= + func_source "$wrapper" + + outputname= + if test "$fast_install" = no && test -n "$relink_command"; then + $opt_dry_run || { + if test "$finalize" = yes; then + tmpdir=`func_mktempdir` + func_basename "$file$stripped_ext" + file="$func_basename_result" + outputname="$tmpdir/$file" + # Replace the output file specification. + relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` + + $opt_silent || { + func_quote_for_expand "$relink_command" + eval "func_echo $func_quote_for_expand_result" + } + if eval "$relink_command"; then : + else + func_error "error: relink \`$file' with the above command before installing it" + $opt_dry_run || ${RM}r "$tmpdir" + continue + fi + file="$outputname" + else + func_warning "cannot relink \`$file'" + fi + } + else + # Install the binary that we compiled earlier. + file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` + fi + fi + + # remove .exe since cygwin /usr/bin/install will append another + # one anyway + case $install_prog,$host in + */usr/bin/install*,*cygwin*) + case $file:$destfile in + *.exe:*.exe) + # this is ok + ;; + *.exe:*) + destfile=$destfile.exe + ;; + *:*.exe) + func_stripname '' '.exe' "$destfile" + destfile=$func_stripname_result + ;; + esac + ;; + esac + func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?' + $opt_dry_run || if test -n "$outputname"; then + ${RM}r "$tmpdir" + fi + ;; + esac + done + + for file in $staticlibs; do + func_basename "$file" + name="$func_basename_result" + + # Set up the ranlib parameters. + oldlib="$destdir/$name" + + func_show_eval "$install_prog \$file \$oldlib" 'exit $?' + + if test -n "$stripme" && test -n "$old_striplib"; then + func_show_eval "$old_striplib $oldlib" 'exit $?' + fi + + # Do each command in the postinstall commands. + func_execute_cmds "$old_postinstall_cmds" 'exit $?' + done + + test -n "$future_libdirs" && \ + func_warning "remember to run \`$progname --finish$future_libdirs'" + + if test -n "$current_libdirs"; then + # Maybe just do a dry run. + $opt_dry_run && current_libdirs=" -n$current_libdirs" + exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' + else + exit $EXIT_SUCCESS + fi +} + +test "$mode" = install && func_mode_install ${1+"$@"} + + +# func_generate_dlsyms outputname originator pic_p +# Extract symbols from dlprefiles and create ${outputname}S.o with +# a dlpreopen symbol table. +func_generate_dlsyms () +{ + $opt_debug + my_outputname="$1" + my_originator="$2" + my_pic_p="${3-no}" + my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'` + my_dlsyms= + + if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then + if test -n "$NM" && test -n "$global_symbol_pipe"; then + my_dlsyms="${my_outputname}S.c" + else + func_error "not configured to extract global symbols from dlpreopened files" + fi + fi + + if test -n "$my_dlsyms"; then + case $my_dlsyms in + "") ;; + *.c) + # Discover the nlist of each of the dlfiles. + nlist="$output_objdir/${my_outputname}.nm" + + func_show_eval "$RM $nlist ${nlist}S ${nlist}T" + + # Parse the name list into a source file. + func_verbose "creating $output_objdir/$my_dlsyms" + + $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\ +/* $my_dlsyms - symbol resolution table for \`$my_outputname' dlsym emulation. */ +/* Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION */ + +#ifdef __cplusplus +extern \"C\" { +#endif + +#if defined(__GNUC__) && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4)) +#pragma GCC diagnostic ignored \"-Wstrict-prototypes\" +#endif + +/* External symbol declarations for the compiler. */\ +" + + if test "$dlself" = yes; then + func_verbose "generating symbol list for \`$output'" + + $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist" + + # Add our own program objects to the symbol list. + progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` + for progfile in $progfiles; do + func_verbose "extracting global C symbols from \`$progfile'" + $opt_dry_run || eval "$NM $progfile | $global_symbol_pipe >> '$nlist'" + done + + if test -n "$exclude_expsyms"; then + $opt_dry_run || { + eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' + eval '$MV "$nlist"T "$nlist"' + } + fi + + if test -n "$export_symbols_regex"; then + $opt_dry_run || { + eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' + eval '$MV "$nlist"T "$nlist"' + } + fi + + # Prepare the list of exported symbols + if test -z "$export_symbols"; then + export_symbols="$output_objdir/$outputname.exp" + $opt_dry_run || { + $RM $export_symbols + eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' + case $host in + *cygwin* | *mingw* | *cegcc* ) + eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' + eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' + ;; + esac + } + else + $opt_dry_run || { + eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' + eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T' + eval '$MV "$nlist"T "$nlist"' + case $host in + *cygwin* | *mingw* | *cegcc* ) + eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' + eval 'cat "$nlist" >> "$output_objdir/$outputname.def"' + ;; + esac + } + fi + fi + + for dlprefile in $dlprefiles; do + func_verbose "extracting global C symbols from \`$dlprefile'" + func_basename "$dlprefile" + name="$func_basename_result" + $opt_dry_run || { + eval '$ECHO ": $name " >> "$nlist"' + eval "$NM $dlprefile 2>/dev/null | $global_symbol_pipe >> '$nlist'" + } + done + + $opt_dry_run || { + # Make sure we have at least an empty file. + test -f "$nlist" || : > "$nlist" + + if test -n "$exclude_expsyms"; then + $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T + $MV "$nlist"T "$nlist" + fi + + # Try sorting and uniquifying the output. + if $GREP -v "^: " < "$nlist" | + if sort -k 3 /dev/null 2>&1; then + sort -k 3 + else + sort +2 + fi | + uniq > "$nlist"S; then + : + else + $GREP -v "^: " < "$nlist" > "$nlist"S + fi + + if test -f "$nlist"S; then + eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"' + else + echo '/* NONE */' >> "$output_objdir/$my_dlsyms" + fi + + echo >> "$output_objdir/$my_dlsyms" "\ + +/* The mapping between symbol names and symbols. */ +typedef struct { + const char *name; + void *address; +} lt_dlsymlist; +" + case $host in + *cygwin* | *mingw* | *cegcc* ) + echo >> "$output_objdir/$my_dlsyms" "\ +/* DATA imports from DLLs on WIN32 con't be const, because + runtime relocations are performed -- see ld's documentation + on pseudo-relocs. */" + lt_dlsym_const= ;; + *osf5*) + echo >> "$output_objdir/$my_dlsyms" "\ +/* This system does not cope well with relocations in const data */" + lt_dlsym_const= ;; + *) + lt_dlsym_const=const ;; + esac + + echo >> "$output_objdir/$my_dlsyms" "\ +extern $lt_dlsym_const lt_dlsymlist +lt_${my_prefix}_LTX_preloaded_symbols[]; +$lt_dlsym_const lt_dlsymlist +lt_${my_prefix}_LTX_preloaded_symbols[] = +{\ + { \"$my_originator\", (void *) 0 }," + + case $need_lib_prefix in + no) + eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms" + ;; + *) + eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms" + ;; + esac + echo >> "$output_objdir/$my_dlsyms" "\ + {0, (void *) 0} +}; + +/* This works around a problem in FreeBSD linker */ +#ifdef FREEBSD_WORKAROUND +static const void *lt_preloaded_setup() { + return lt_${my_prefix}_LTX_preloaded_symbols; +} +#endif + +#ifdef __cplusplus +} +#endif\ +" + } # !$opt_dry_run + + pic_flag_for_symtable= + case "$compile_command " in + *" -static "*) ;; + *) + case $host in + # compiling the symbol table file with pic_flag works around + # a FreeBSD bug that causes programs to crash when -lm is + # linked before any other PIC object. But we must not use + # pic_flag when linking with -static. The problem exists in + # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. + *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) + pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;; + *-*-hpux*) + pic_flag_for_symtable=" $pic_flag" ;; + *) + if test "X$my_pic_p" != Xno; then + pic_flag_for_symtable=" $pic_flag" + fi + ;; + esac + ;; + esac + symtab_cflags= + for arg in $LTCFLAGS; do + case $arg in + -pie | -fpie | -fPIE) ;; + *) symtab_cflags="$symtab_cflags $arg" ;; + esac + done + + # Now compile the dynamic symbol file. + func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?' + + # Clean up the generated files. + func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"' + + # Transform the symbol file into the correct name. + symfileobj="$output_objdir/${my_outputname}S.$objext" + case $host in + *cygwin* | *mingw* | *cegcc* ) + if test -f "$output_objdir/$my_outputname.def"; then + compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` + else + compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` + fi + ;; + *) + compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` + ;; + esac + ;; + *) + func_fatal_error "unknown suffix for \`$my_dlsyms'" + ;; + esac + else + # We keep going just in case the user didn't refer to + # lt_preloaded_symbols. The linker will fail if global_symbol_pipe + # really was required. + + # Nullify the symbol file. + compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` + fi +} + +# func_win32_libid arg +# return the library type of file 'arg' +# +# Need a lot of goo to handle *both* DLLs and import libs +# Has to be a shell function in order to 'eat' the argument +# that is supplied when $file_magic_command is called. +# Despite the name, also deal with 64 bit binaries. +func_win32_libid () +{ + $opt_debug + win32_libid_type="unknown" + win32_fileres=`file -L $1 2>/dev/null` + case $win32_fileres in + *ar\ archive\ import\ library*) # definitely import + win32_libid_type="x86 archive import" + ;; + *ar\ archive*) # could be an import, or static + # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD. + if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | + $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then + win32_nmres=`eval $NM -f posix -A $1 | + $SED -n -e ' + 1,100{ + / I /{ + s,.*,import, + p + q + } + }'` + case $win32_nmres in + import*) win32_libid_type="x86 archive import";; + *) win32_libid_type="x86 archive static";; + esac + fi + ;; + *DLL*) + win32_libid_type="x86 DLL" + ;; + *executable*) # but shell scripts are "executable" too... + case $win32_fileres in + *MS\ Windows\ PE\ Intel*) + win32_libid_type="x86 DLL" + ;; + esac + ;; + esac + $ECHO "$win32_libid_type" +} + + + +# func_extract_an_archive dir oldlib +func_extract_an_archive () +{ + $opt_debug + f_ex_an_ar_dir="$1"; shift + f_ex_an_ar_oldlib="$1" + if test "$lock_old_archive_extraction" = yes; then + lockfile=$f_ex_an_ar_oldlib.lock + until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do + func_echo "Waiting for $lockfile to be removed" + sleep 2 + done + fi + func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \ + 'stat=$?; rm -f "$lockfile"; exit $stat' + if test "$lock_old_archive_extraction" = yes; then + $opt_dry_run || rm -f "$lockfile" + fi + if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then + : + else + func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" + fi +} + + +# func_extract_archives gentop oldlib ... +func_extract_archives () +{ + $opt_debug + my_gentop="$1"; shift + my_oldlibs=${1+"$@"} + my_oldobjs="" + my_xlib="" + my_xabs="" + my_xdir="" + + for my_xlib in $my_oldlibs; do + # Extract the objects. + case $my_xlib in + [\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;; + *) my_xabs=`pwd`"/$my_xlib" ;; + esac + func_basename "$my_xlib" + my_xlib="$func_basename_result" + my_xlib_u=$my_xlib + while :; do + case " $extracted_archives " in + *" $my_xlib_u "*) + func_arith $extracted_serial + 1 + extracted_serial=$func_arith_result + my_xlib_u=lt$extracted_serial-$my_xlib ;; + *) break ;; + esac + done + extracted_archives="$extracted_archives $my_xlib_u" + my_xdir="$my_gentop/$my_xlib_u" + + func_mkdir_p "$my_xdir" + + case $host in + *-darwin*) + func_verbose "Extracting $my_xabs" + # Do not bother doing anything if just a dry run + $opt_dry_run || { + darwin_orig_dir=`pwd` + cd $my_xdir || exit $? + darwin_archive=$my_xabs + darwin_curdir=`pwd` + darwin_base_archive=`basename "$darwin_archive"` + darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` + if test -n "$darwin_arches"; then + darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` + darwin_arch= + func_verbose "$darwin_base_archive has multiple architectures $darwin_arches" + for darwin_arch in $darwin_arches ; do + func_mkdir_p "unfat-$$/${darwin_base_archive}-${darwin_arch}" + $LIPO -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}" + cd "unfat-$$/${darwin_base_archive}-${darwin_arch}" + func_extract_an_archive "`pwd`" "${darwin_base_archive}" + cd "$darwin_curdir" + $RM "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" + done # $darwin_arches + ## Okay now we've a bunch of thin objects, gotta fatten them up :) + darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u` + darwin_file= + darwin_files= + for darwin_file in $darwin_filelist; do + darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` + $LIPO -create -output "$darwin_file" $darwin_files + done # $darwin_filelist + $RM -rf unfat-$$ + cd "$darwin_orig_dir" + else + cd $darwin_orig_dir + func_extract_an_archive "$my_xdir" "$my_xabs" + fi # $darwin_arches + } # !$opt_dry_run + ;; + *) + func_extract_an_archive "$my_xdir" "$my_xabs" + ;; + esac + my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` + done + + func_extract_archives_result="$my_oldobjs" +} + + +# func_emit_wrapper [arg=no] +# +# Emit a libtool wrapper script on stdout. +# Don't directly open a file because we may want to +# incorporate the script contents within a cygwin/mingw +# wrapper executable. Must ONLY be called from within +# func_mode_link because it depends on a number of variables +# set therein. +# +# ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR +# variable will take. If 'yes', then the emitted script +# will assume that the directory in which it is stored is +# the $objdir directory. This is a cygwin/mingw-specific +# behavior. +func_emit_wrapper () +{ + func_emit_wrapper_arg1=${1-no} + + $ECHO "\ +#! $SHELL + +# $output - temporary wrapper script for $objdir/$outputname +# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION +# +# The $output program cannot be directly executed until all the libtool +# libraries that it depends on are installed. +# +# This wrapper script should never be moved out of the build directory. +# If it is, it will not operate correctly. + +# Sed substitution that helps us do robust quoting. It backslashifies +# metacharacters that are still active within double-quoted strings. +sed_quote_subst='$sed_quote_subst' + +# Be Bourne compatible +if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else + case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac +fi +BIN_SH=xpg4; export BIN_SH # for Tru64 +DUALCASE=1; export DUALCASE # for MKS sh + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +relink_command=\"$relink_command\" + +# This environment variable determines our operation mode. +if test \"\$libtool_install_magic\" = \"$magic\"; then + # install mode needs the following variables: + generated_by_libtool_version='$macro_version' + notinst_deplibs='$notinst_deplibs' +else + # When we are sourced in execute mode, \$file and \$ECHO are already set. + if test \"\$libtool_execute_magic\" != \"$magic\"; then + file=\"\$0\"" + + qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` + $ECHO "\ + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$1 +_LTECHO_EOF' +} + ECHO=\"$qECHO\" + fi + +# Very basic option parsing. These options are (a) specific to +# the libtool wrapper, (b) are identical between the wrapper +# /script/ and the wrapper /executable/ which is used only on +# windows platforms, and (c) all begin with the string "--lt-" +# (application programs are unlikely to have options which match +# this pattern). +# +# There are only two supported options: --lt-debug and +# --lt-dump-script. There is, deliberately, no --lt-help. +# +# The first argument to this parsing function should be the +# script's $0 value, followed by "$@". +lt_option_debug= +func_parse_lt_options () +{ + lt_script_arg0=\$0 + shift + for lt_opt + do + case \"\$lt_opt\" in + --lt-debug) lt_option_debug=1 ;; + --lt-dump-script) + lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` + test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. + lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` + cat \"\$lt_dump_D/\$lt_dump_F\" + exit 0 + ;; + --lt-*) + \$ECHO \"Unrecognized --lt- option: '\$lt_opt'\" 1>&2 + exit 1 + ;; + esac + done + + # Print the debug banner immediately: + if test -n \"\$lt_option_debug\"; then + echo \"${outputname}:${output}:\${LINENO}: libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\" 1>&2 + fi +} + +# Used when --lt-debug. Prints its arguments to stdout +# (redirection is the responsibility of the caller) +func_lt_dump_args () +{ + lt_dump_args_N=1; + for lt_arg + do + \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\" + lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` + done +} + +# Core function for launching the target application +func_exec_program_core () +{ +" + case $host in + # Backslashes separate directories on plain windows + *-*-mingw | *-*-os2* | *-cegcc*) + $ECHO "\ + if test -n \"\$lt_option_debug\"; then + \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir\\\\\$program\" 1>&2 + func_lt_dump_args \${1+\"\$@\"} 1>&2 + fi + exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} +" + ;; + + *) + $ECHO "\ + if test -n \"\$lt_option_debug\"; then + \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir/\$program\" 1>&2 + func_lt_dump_args \${1+\"\$@\"} 1>&2 + fi + exec \"\$progdir/\$program\" \${1+\"\$@\"} +" + ;; + esac + $ECHO "\ + \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2 + exit 1 +} + +# A function to encapsulate launching the target application +# Strips options in the --lt-* namespace from \$@ and +# launches target application with the remaining arguments. +func_exec_program () +{ + for lt_wr_arg + do + case \$lt_wr_arg in + --lt-*) ;; + *) set x \"\$@\" \"\$lt_wr_arg\"; shift;; + esac + shift + done + func_exec_program_core \${1+\"\$@\"} +} + + # Parse options + func_parse_lt_options \"\$0\" \${1+\"\$@\"} + + # Find the directory that this script lives in. + thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` + test \"x\$thisdir\" = \"x\$file\" && thisdir=. + + # Follow symbolic links until we get to the real thisdir. + file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` + while test -n \"\$file\"; do + destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` + + # If there was a directory component, then change thisdir. + if test \"x\$destdir\" != \"x\$file\"; then + case \"\$destdir\" in + [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;; + *) thisdir=\"\$thisdir/\$destdir\" ;; + esac + fi + + file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` + file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` + done + + # Usually 'no', except on cygwin/mingw when embedded into + # the cwrapper. + WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1 + if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then + # special case for '.' + if test \"\$thisdir\" = \".\"; then + thisdir=\`pwd\` + fi + # remove .libs from thisdir + case \"\$thisdir\" in + *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; + $objdir ) thisdir=. ;; + esac + fi + + # Try to get the absolute directory name. + absdir=\`cd \"\$thisdir\" && pwd\` + test -n \"\$absdir\" && thisdir=\"\$absdir\" +" + + if test "$fast_install" = yes; then + $ECHO "\ + program=lt-'$outputname'$exeext + progdir=\"\$thisdir/$objdir\" + + if test ! -f \"\$progdir/\$program\" || + { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ + test \"X\$file\" != \"X\$progdir/\$program\"; }; then + + file=\"\$\$-\$program\" + + if test ! -d \"\$progdir\"; then + $MKDIR \"\$progdir\" + else + $RM \"\$progdir/\$file\" + fi" + + $ECHO "\ + + # relink executable if necessary + if test -n \"\$relink_command\"; then + if relink_command_output=\`eval \$relink_command 2>&1\`; then : + else + $ECHO \"\$relink_command_output\" >&2 + $RM \"\$progdir/\$file\" + exit 1 + fi + fi + + $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null || + { $RM \"\$progdir/\$program\"; + $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; } + $RM \"\$progdir/\$file\" + fi" + else + $ECHO "\ + program='$outputname' + progdir=\"\$thisdir/$objdir\" +" + fi + + $ECHO "\ + + if test -f \"\$progdir/\$program\"; then" + + # Export our shlibpath_var if we have one. + if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then + $ECHO "\ + # Add our own library path to $shlibpath_var + $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" + + # Some systems cannot cope with colon-terminated $shlibpath_var + # The second colon is a workaround for a bug in BeOS R4 sed + $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` + + export $shlibpath_var +" + fi + + # fixup the dll searchpath if we need to. + if test -n "$dllsearchpath"; then + $ECHO "\ + # Add the dll search path components to the executable PATH + PATH=$dllsearchpath:\$PATH +" + fi + + $ECHO "\ + if test \"\$libtool_execute_magic\" != \"$magic\"; then + # Run the actual program with our arguments. + func_exec_program \${1+\"\$@\"} + fi + else + # The program doesn't exist. + \$ECHO \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2 + \$ECHO \"This script is just a wrapper for \$program.\" 1>&2 + \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2 + exit 1 + fi +fi\ +" +} + + +# func_to_host_path arg +# +# Convert paths to host format when used with build tools. +# Intended for use with "native" mingw (where libtool itself +# is running under the msys shell), or in the following cross- +# build environments: +# $build $host +# mingw (msys) mingw [e.g. native] +# cygwin mingw +# *nix + wine mingw +# where wine is equipped with the `winepath' executable. +# In the native mingw case, the (msys) shell automatically +# converts paths for any non-msys applications it launches, +# but that facility isn't available from inside the cwrapper. +# Similar accommodations are necessary for $host mingw and +# $build cygwin. Calling this function does no harm for other +# $host/$build combinations not listed above. +# +# ARG is the path (on $build) that should be converted to +# the proper representation for $host. The result is stored +# in $func_to_host_path_result. +func_to_host_path () +{ + func_to_host_path_result="$1" + if test -n "$1"; then + case $host in + *mingw* ) + lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' + case $build in + *mingw* ) # actually, msys + # awkward: cmd appends spaces to result + func_to_host_path_result=`( cmd //c echo "$1" ) 2>/dev/null | + $SED -e 's/[ ]*$//' -e "$lt_sed_naive_backslashify"` + ;; + *cygwin* ) + func_to_host_path_result=`cygpath -w "$1" | + $SED -e "$lt_sed_naive_backslashify"` + ;; + * ) + # Unfortunately, winepath does not exit with a non-zero + # error code, so we are forced to check the contents of + # stdout. On the other hand, if the command is not + # found, the shell will set an exit code of 127 and print + # *an error message* to stdout. So we must check for both + # error code of zero AND non-empty stdout, which explains + # the odd construction: + func_to_host_path_tmp1=`winepath -w "$1" 2>/dev/null` + if test "$?" -eq 0 && test -n "${func_to_host_path_tmp1}"; then + func_to_host_path_result=`$ECHO "$func_to_host_path_tmp1" | + $SED -e "$lt_sed_naive_backslashify"` + else + # Allow warning below. + func_to_host_path_result= + fi + ;; + esac + if test -z "$func_to_host_path_result" ; then + func_error "Could not determine host path corresponding to" + func_error " \`$1'" + func_error "Continuing, but uninstalled executables may not work." + # Fallback: + func_to_host_path_result="$1" + fi + ;; + esac + fi +} +# end: func_to_host_path + +# func_to_host_pathlist arg +# +# Convert pathlists to host format when used with build tools. +# See func_to_host_path(), above. This function supports the +# following $build/$host combinations (but does no harm for +# combinations not listed here): +# $build $host +# mingw (msys) mingw [e.g. native] +# cygwin mingw +# *nix + wine mingw +# +# Path separators are also converted from $build format to +# $host format. If ARG begins or ends with a path separator +# character, it is preserved (but converted to $host format) +# on output. +# +# ARG is a pathlist (on $build) that should be converted to +# the proper representation on $host. The result is stored +# in $func_to_host_pathlist_result. +func_to_host_pathlist () +{ + func_to_host_pathlist_result="$1" + if test -n "$1"; then + case $host in + *mingw* ) + lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' + # Remove leading and trailing path separator characters from + # ARG. msys behavior is inconsistent here, cygpath turns them + # into '.;' and ';.', and winepath ignores them completely. + func_stripname : : "$1" + func_to_host_pathlist_tmp1=$func_stripname_result + case $build in + *mingw* ) # Actually, msys. + # Awkward: cmd appends spaces to result. + func_to_host_pathlist_result=` + ( cmd //c echo "$func_to_host_pathlist_tmp1" ) 2>/dev/null | + $SED -e 's/[ ]*$//' -e "$lt_sed_naive_backslashify"` + ;; + *cygwin* ) + func_to_host_pathlist_result=`cygpath -w -p "$func_to_host_pathlist_tmp1" | + $SED -e "$lt_sed_naive_backslashify"` + ;; + * ) + # unfortunately, winepath doesn't convert pathlists + func_to_host_pathlist_result="" + func_to_host_pathlist_oldIFS=$IFS + IFS=: + for func_to_host_pathlist_f in $func_to_host_pathlist_tmp1 ; do + IFS=$func_to_host_pathlist_oldIFS + if test -n "$func_to_host_pathlist_f" ; then + func_to_host_path "$func_to_host_pathlist_f" + if test -n "$func_to_host_path_result" ; then + if test -z "$func_to_host_pathlist_result" ; then + func_to_host_pathlist_result="$func_to_host_path_result" + else + func_append func_to_host_pathlist_result ";$func_to_host_path_result" + fi + fi + fi + done + IFS=$func_to_host_pathlist_oldIFS + ;; + esac + if test -z "$func_to_host_pathlist_result"; then + func_error "Could not determine the host path(s) corresponding to" + func_error " \`$1'" + func_error "Continuing, but uninstalled executables may not work." + # Fallback. This may break if $1 contains DOS-style drive + # specifications. The fix is not to complicate the expression + # below, but for the user to provide a working wine installation + # with winepath so that path translation in the cross-to-mingw + # case works properly. + lt_replace_pathsep_nix_to_dos="s|:|;|g" + func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp1" |\ + $SED -e "$lt_replace_pathsep_nix_to_dos"` + fi + # Now, add the leading and trailing path separators back + case "$1" in + :* ) func_to_host_pathlist_result=";$func_to_host_pathlist_result" + ;; + esac + case "$1" in + *: ) func_append func_to_host_pathlist_result ";" + ;; + esac + ;; + esac + fi +} +# end: func_to_host_pathlist + +# func_emit_cwrapperexe_src +# emit the source code for a wrapper executable on stdout +# Must ONLY be called from within func_mode_link because +# it depends on a number of variable set therein. +func_emit_cwrapperexe_src () +{ + cat < +#include +#ifdef _MSC_VER +# include +# include +# include +#else +# include +# include +# ifdef __CYGWIN__ +# include +# endif +#endif +#include +#include +#include +#include +#include +#include +#include +#include + +/* declarations of non-ANSI functions */ +#if defined(__MINGW32__) +# ifdef __STRICT_ANSI__ +int _putenv (const char *); +# endif +#elif defined(__CYGWIN__) +# ifdef __STRICT_ANSI__ +char *realpath (const char *, char *); +int putenv (char *); +int setenv (const char *, const char *, int); +# endif +/* #elif defined (other platforms) ... */ +#endif + +/* portability defines, excluding path handling macros */ +#if defined(_MSC_VER) +# define setmode _setmode +# define stat _stat +# define chmod _chmod +# define getcwd _getcwd +# define putenv _putenv +# define S_IXUSR _S_IEXEC +# ifndef _INTPTR_T_DEFINED +# define _INTPTR_T_DEFINED +# define intptr_t int +# endif +#elif defined(__MINGW32__) +# define setmode _setmode +# define stat _stat +# define chmod _chmod +# define getcwd _getcwd +# define putenv _putenv +#elif defined(__CYGWIN__) +# define HAVE_SETENV +# define FOPEN_WB "wb" +/* #elif defined (other platforms) ... */ +#endif + +#if defined(PATH_MAX) +# define LT_PATHMAX PATH_MAX +#elif defined(MAXPATHLEN) +# define LT_PATHMAX MAXPATHLEN +#else +# define LT_PATHMAX 1024 +#endif + +#ifndef S_IXOTH +# define S_IXOTH 0 +#endif +#ifndef S_IXGRP +# define S_IXGRP 0 +#endif + +/* path handling portability macros */ +#ifndef DIR_SEPARATOR +# define DIR_SEPARATOR '/' +# define PATH_SEPARATOR ':' +#endif + +#if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \ + defined (__OS2__) +# define HAVE_DOS_BASED_FILE_SYSTEM +# define FOPEN_WB "wb" +# ifndef DIR_SEPARATOR_2 +# define DIR_SEPARATOR_2 '\\' +# endif +# ifndef PATH_SEPARATOR_2 +# define PATH_SEPARATOR_2 ';' +# endif +#endif + +#ifndef DIR_SEPARATOR_2 +# define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) +#else /* DIR_SEPARATOR_2 */ +# define IS_DIR_SEPARATOR(ch) \ + (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) +#endif /* DIR_SEPARATOR_2 */ + +#ifndef PATH_SEPARATOR_2 +# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR) +#else /* PATH_SEPARATOR_2 */ +# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2) +#endif /* PATH_SEPARATOR_2 */ + +#ifndef FOPEN_WB +# define FOPEN_WB "w" +#endif +#ifndef _O_BINARY +# define _O_BINARY 0 +#endif + +#define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) +#define XFREE(stale) do { \ + if (stale) { free ((void *) stale); stale = 0; } \ +} while (0) + +#if defined(LT_DEBUGWRAPPER) +static int lt_debug = 1; +#else +static int lt_debug = 0; +#endif + +const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */ + +void *xmalloc (size_t num); +char *xstrdup (const char *string); +const char *base_name (const char *name); +char *find_executable (const char *wrapper); +char *chase_symlinks (const char *pathspec); +int make_executable (const char *path); +int check_executable (const char *path); +char *strendzap (char *str, const char *pat); +void lt_debugprintf (const char *file, int line, const char *fmt, ...); +void lt_fatal (const char *file, int line, const char *message, ...); +static const char *nonnull (const char *s); +static const char *nonempty (const char *s); +void lt_setenv (const char *name, const char *value); +char *lt_extend_str (const char *orig_value, const char *add, int to_end); +void lt_update_exe_path (const char *name, const char *value); +void lt_update_lib_path (const char *name, const char *value); +char **prepare_spawn (char **argv); +void lt_dump_script (FILE *f); +EOF + + cat <= 0) + && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) + return 1; + else + return 0; +} + +int +make_executable (const char *path) +{ + int rval = 0; + struct stat st; + + lt_debugprintf (__FILE__, __LINE__, "(make_executable): %s\n", + nonempty (path)); + if ((!path) || (!*path)) + return 0; + + if (stat (path, &st) >= 0) + { + rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR); + } + return rval; +} + +/* Searches for the full path of the wrapper. Returns + newly allocated full path name if found, NULL otherwise + Does not chase symlinks, even on platforms that support them. +*/ +char * +find_executable (const char *wrapper) +{ + int has_slash = 0; + const char *p; + const char *p_next; + /* static buffer for getcwd */ + char tmp[LT_PATHMAX + 1]; + int tmp_len; + char *concat_name; + + lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n", + nonempty (wrapper)); + + if ((wrapper == NULL) || (*wrapper == '\0')) + return NULL; + + /* Absolute path? */ +#if defined (HAVE_DOS_BASED_FILE_SYSTEM) + if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':') + { + concat_name = xstrdup (wrapper); + if (check_executable (concat_name)) + return concat_name; + XFREE (concat_name); + } + else + { +#endif + if (IS_DIR_SEPARATOR (wrapper[0])) + { + concat_name = xstrdup (wrapper); + if (check_executable (concat_name)) + return concat_name; + XFREE (concat_name); + } +#if defined (HAVE_DOS_BASED_FILE_SYSTEM) + } +#endif + + for (p = wrapper; *p; p++) + if (*p == '/') + { + has_slash = 1; + break; + } + if (!has_slash) + { + /* no slashes; search PATH */ + const char *path = getenv ("PATH"); + if (path != NULL) + { + for (p = path; *p; p = p_next) + { + const char *q; + size_t p_len; + for (q = p; *q; q++) + if (IS_PATH_SEPARATOR (*q)) + break; + p_len = q - p; + p_next = (*q == '\0' ? q : q + 1); + if (p_len == 0) + { + /* empty path: current directory */ + if (getcwd (tmp, LT_PATHMAX) == NULL) + lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", + nonnull (strerror (errno))); + tmp_len = strlen (tmp); + concat_name = + XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); + memcpy (concat_name, tmp, tmp_len); + concat_name[tmp_len] = '/'; + strcpy (concat_name + tmp_len + 1, wrapper); + } + else + { + concat_name = + XMALLOC (char, p_len + 1 + strlen (wrapper) + 1); + memcpy (concat_name, p, p_len); + concat_name[p_len] = '/'; + strcpy (concat_name + p_len + 1, wrapper); + } + if (check_executable (concat_name)) + return concat_name; + XFREE (concat_name); + } + } + /* not found in PATH; assume curdir */ + } + /* Relative path | not found in path: prepend cwd */ + if (getcwd (tmp, LT_PATHMAX) == NULL) + lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", + nonnull (strerror (errno))); + tmp_len = strlen (tmp); + concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); + memcpy (concat_name, tmp, tmp_len); + concat_name[tmp_len] = '/'; + strcpy (concat_name + tmp_len + 1, wrapper); + + if (check_executable (concat_name)) + return concat_name; + XFREE (concat_name); + return NULL; +} + +char * +chase_symlinks (const char *pathspec) +{ +#ifndef S_ISLNK + return xstrdup (pathspec); +#else + char buf[LT_PATHMAX]; + struct stat s; + char *tmp_pathspec = xstrdup (pathspec); + char *p; + int has_symlinks = 0; + while (strlen (tmp_pathspec) && !has_symlinks) + { + lt_debugprintf (__FILE__, __LINE__, + "checking path component for symlinks: %s\n", + tmp_pathspec); + if (lstat (tmp_pathspec, &s) == 0) + { + if (S_ISLNK (s.st_mode) != 0) + { + has_symlinks = 1; + break; + } + + /* search backwards for last DIR_SEPARATOR */ + p = tmp_pathspec + strlen (tmp_pathspec) - 1; + while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) + p--; + if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) + { + /* no more DIR_SEPARATORS left */ + break; + } + *p = '\0'; + } + else + { + lt_fatal (__FILE__, __LINE__, + "error accessing file \"%s\": %s", + tmp_pathspec, nonnull (strerror (errno))); + } + } + XFREE (tmp_pathspec); + + if (!has_symlinks) + { + return xstrdup (pathspec); + } + + tmp_pathspec = realpath (pathspec, buf); + if (tmp_pathspec == 0) + { + lt_fatal (__FILE__, __LINE__, + "could not follow symlinks for %s", pathspec); + } + return xstrdup (tmp_pathspec); +#endif +} + +char * +strendzap (char *str, const char *pat) +{ + size_t len, patlen; + + assert (str != NULL); + assert (pat != NULL); + + len = strlen (str); + patlen = strlen (pat); + + if (patlen <= len) + { + str += len - patlen; + if (strcmp (str, pat) == 0) + *str = '\0'; + } + return str; +} + +void +lt_debugprintf (const char *file, int line, const char *fmt, ...) +{ + va_list args; + if (lt_debug) + { + (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line); + va_start (args, fmt); + (void) vfprintf (stderr, fmt, args); + va_end (args); + } +} + +static void +lt_error_core (int exit_status, const char *file, + int line, const char *mode, + const char *message, va_list ap) +{ + fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode); + vfprintf (stderr, message, ap); + fprintf (stderr, ".\n"); + + if (exit_status >= 0) + exit (exit_status); +} + +void +lt_fatal (const char *file, int line, const char *message, ...) +{ + va_list ap; + va_start (ap, message); + lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap); + va_end (ap); +} + +static const char * +nonnull (const char *s) +{ + return s ? s : "(null)"; +} + +static const char * +nonempty (const char *s) +{ + return (s && !*s) ? "(empty)" : nonnull (s); +} + +void +lt_setenv (const char *name, const char *value) +{ + lt_debugprintf (__FILE__, __LINE__, + "(lt_setenv) setting '%s' to '%s'\n", + nonnull (name), nonnull (value)); + { +#ifdef HAVE_SETENV + /* always make a copy, for consistency with !HAVE_SETENV */ + char *str = xstrdup (value); + setenv (name, str, 1); +#else + int len = strlen (name) + 1 + strlen (value) + 1; + char *str = XMALLOC (char, len); + sprintf (str, "%s=%s", name, value); + if (putenv (str) != EXIT_SUCCESS) + { + XFREE (str); + } +#endif + } +} + +char * +lt_extend_str (const char *orig_value, const char *add, int to_end) +{ + char *new_value; + if (orig_value && *orig_value) + { + int orig_value_len = strlen (orig_value); + int add_len = strlen (add); + new_value = XMALLOC (char, add_len + orig_value_len + 1); + if (to_end) + { + strcpy (new_value, orig_value); + strcpy (new_value + orig_value_len, add); + } + else + { + strcpy (new_value, add); + strcpy (new_value + add_len, orig_value); + } + } + else + { + new_value = xstrdup (add); + } + return new_value; +} + +void +lt_update_exe_path (const char *name, const char *value) +{ + lt_debugprintf (__FILE__, __LINE__, + "(lt_update_exe_path) modifying '%s' by prepending '%s'\n", + nonnull (name), nonnull (value)); + + if (name && *name && value && *value) + { + char *new_value = lt_extend_str (getenv (name), value, 0); + /* some systems can't cope with a ':'-terminated path #' */ + int len = strlen (new_value); + while (((len = strlen (new_value)) > 0) && IS_PATH_SEPARATOR (new_value[len-1])) + { + new_value[len-1] = '\0'; + } + lt_setenv (name, new_value); + XFREE (new_value); + } +} + +void +lt_update_lib_path (const char *name, const char *value) +{ + lt_debugprintf (__FILE__, __LINE__, + "(lt_update_lib_path) modifying '%s' by prepending '%s'\n", + nonnull (name), nonnull (value)); + + if (name && *name && value && *value) + { + char *new_value = lt_extend_str (getenv (name), value, 0); + lt_setenv (name, new_value); + XFREE (new_value); + } +} + +EOF + case $host_os in + mingw*) + cat <<"EOF" + +/* Prepares an argument vector before calling spawn(). + Note that spawn() does not by itself call the command interpreter + (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") : + ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO); + GetVersionEx(&v); + v.dwPlatformId == VER_PLATFORM_WIN32_NT; + }) ? "cmd.exe" : "command.com"). + Instead it simply concatenates the arguments, separated by ' ', and calls + CreateProcess(). We must quote the arguments since Win32 CreateProcess() + interprets characters like ' ', '\t', '\\', '"' (but not '<' and '>') in a + special way: + - Space and tab are interpreted as delimiters. They are not treated as + delimiters if they are surrounded by double quotes: "...". + - Unescaped double quotes are removed from the input. Their only effect is + that within double quotes, space and tab are treated like normal + characters. + - Backslashes not followed by double quotes are not special. + - But 2*n+1 backslashes followed by a double quote become + n backslashes followed by a double quote (n >= 0): + \" -> " + \\\" -> \" + \\\\\" -> \\" + */ +#define SHELL_SPECIAL_CHARS "\"\\ \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" +#define SHELL_SPACE_CHARS " \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" +char ** +prepare_spawn (char **argv) +{ + size_t argc; + char **new_argv; + size_t i; + + /* Count number of arguments. */ + for (argc = 0; argv[argc] != NULL; argc++) + ; + + /* Allocate new argument vector. */ + new_argv = XMALLOC (char *, argc + 1); + + /* Put quoted arguments into the new argument vector. */ + for (i = 0; i < argc; i++) + { + const char *string = argv[i]; + + if (string[0] == '\0') + new_argv[i] = xstrdup ("\"\""); + else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL) + { + int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL); + size_t length; + unsigned int backslashes; + const char *s; + char *quoted_string; + char *p; + + length = 0; + backslashes = 0; + if (quote_around) + length++; + for (s = string; *s != '\0'; s++) + { + char c = *s; + if (c == '"') + length += backslashes + 1; + length++; + if (c == '\\') + backslashes++; + else + backslashes = 0; + } + if (quote_around) + length += backslashes + 1; + + quoted_string = XMALLOC (char, length + 1); + + p = quoted_string; + backslashes = 0; + if (quote_around) + *p++ = '"'; + for (s = string; *s != '\0'; s++) + { + char c = *s; + if (c == '"') + { + unsigned int j; + for (j = backslashes + 1; j > 0; j--) + *p++ = '\\'; + } + *p++ = c; + if (c == '\\') + backslashes++; + else + backslashes = 0; + } + if (quote_around) + { + unsigned int j; + for (j = backslashes; j > 0; j--) + *p++ = '\\'; + *p++ = '"'; + } + *p = '\0'; + + new_argv[i] = quoted_string; + } + else + new_argv[i] = (char *) string; + } + new_argv[argc] = NULL; + + return new_argv; +} +EOF + ;; + esac + + cat <<"EOF" +void lt_dump_script (FILE* f) +{ +EOF + func_emit_wrapper yes | + $SED -e 's/\([\\"]\)/\\\1/g' \ + -e 's/^/ fputs ("/' -e 's/$/\\n", f);/' + + cat <<"EOF" +} +EOF +} +# end: func_emit_cwrapperexe_src + +# func_win32_import_lib_p ARG +# True if ARG is an import lib, as indicated by $file_magic_cmd +func_win32_import_lib_p () +{ + $opt_debug + case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in + *import*) : ;; + *) false ;; + esac +} + +# func_mode_link arg... +func_mode_link () +{ + $opt_debug + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) + # It is impossible to link a dll without this setting, and + # we shouldn't force the makefile maintainer to figure out + # which system we are compiling for in order to pass an extra + # flag for every libtool invocation. + # allow_undefined=no + + # FIXME: Unfortunately, there are problems with the above when trying + # to make a dll which has undefined symbols, in which case not + # even a static library is built. For now, we need to specify + # -no-undefined on the libtool link line when we can be certain + # that all symbols are satisfied, otherwise we get a static library. + allow_undefined=yes + ;; + *) + allow_undefined=yes + ;; + esac + libtool_args=$nonopt + base_compile="$nonopt $@" + compile_command=$nonopt + finalize_command=$nonopt + + compile_rpath= + finalize_rpath= + compile_shlibpath= + finalize_shlibpath= + convenience= + old_convenience= + deplibs= + old_deplibs= + compiler_flags= + linker_flags= + dllsearchpath= + lib_search_path=`pwd` + inst_prefix_dir= + new_inherited_linker_flags= + + avoid_version=no + bindir= + dlfiles= + dlprefiles= + dlself=no + export_dynamic=no + export_symbols= + export_symbols_regex= + generated= + libobjs= + ltlibs= + module=no + no_install=no + objs= + non_pic_objects= + precious_files_regex= + prefer_static_libs=no + preload=no + prev= + prevarg= + release= + rpath= + xrpath= + perm_rpath= + temp_rpath= + thread_safe=no + vinfo= + vinfo_number=no + weak_libs= + single_module="${wl}-single_module" + func_infer_tag $base_compile + + # We need to know -static, to get the right output filenames. + for arg + do + case $arg in + -shared) + test "$build_libtool_libs" != yes && \ + func_fatal_configuration "can not build a shared library" + build_old_libs=no + break + ;; + -all-static | -static | -static-libtool-libs) + case $arg in + -all-static) + if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then + func_warning "complete static linking is impossible in this configuration" + fi + if test -n "$link_static_flag"; then + dlopen_self=$dlopen_self_static + fi + prefer_static_libs=yes + ;; + -static) + if test -z "$pic_flag" && test -n "$link_static_flag"; then + dlopen_self=$dlopen_self_static + fi + prefer_static_libs=built + ;; + -static-libtool-libs) + if test -z "$pic_flag" && test -n "$link_static_flag"; then + dlopen_self=$dlopen_self_static + fi + prefer_static_libs=yes + ;; + esac + build_libtool_libs=no + build_old_libs=yes + break + ;; + esac + done + + # See if our shared archives depend on static archives. + test -n "$old_archive_from_new_cmds" && build_old_libs=yes + + # Go through the arguments, transforming them on the way. + while test "$#" -gt 0; do + arg="$1" + shift + func_quote_for_eval "$arg" + qarg=$func_quote_for_eval_unquoted_result + func_append libtool_args " $func_quote_for_eval_result" + + # If the previous option needs an argument, assign it. + if test -n "$prev"; then + case $prev in + output) + func_append compile_command " @OUTPUT@" + func_append finalize_command " @OUTPUT@" + ;; + esac + + case $prev in + bindir) + bindir="$arg" + prev= + continue + ;; + dlfiles|dlprefiles) + if test "$preload" = no; then + # Add the symbol object into the linking commands. + func_append compile_command " @SYMFILE@" + func_append finalize_command " @SYMFILE@" + preload=yes + fi + case $arg in + *.la | *.lo) ;; # We handle these cases below. + force) + if test "$dlself" = no; then + dlself=needless + export_dynamic=yes + fi + prev= + continue + ;; + self) + if test "$prev" = dlprefiles; then + dlself=yes + elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then + dlself=yes + else + dlself=needless + export_dynamic=yes + fi + prev= + continue + ;; + *) + if test "$prev" = dlfiles; then + dlfiles="$dlfiles $arg" + else + dlprefiles="$dlprefiles $arg" + fi + prev= + continue + ;; + esac + ;; + expsyms) + export_symbols="$arg" + test -f "$arg" \ + || func_fatal_error "symbol file \`$arg' does not exist" + prev= + continue + ;; + expsyms_regex) + export_symbols_regex="$arg" + prev= + continue + ;; + framework) + case $host in + *-*-darwin*) + case "$deplibs " in + *" $qarg.ltframework "*) ;; + *) deplibs="$deplibs $qarg.ltframework" # this is fixed later + ;; + esac + ;; + esac + prev= + continue + ;; + inst_prefix) + inst_prefix_dir="$arg" + prev= + continue + ;; + objectlist) + if test -f "$arg"; then + save_arg=$arg + moreargs= + for fil in `cat "$save_arg"` + do +# moreargs="$moreargs $fil" + arg=$fil + # A libtool-controlled object. + + # Check to see that this really is a libtool object. + if func_lalib_unsafe_p "$arg"; then + pic_object= + non_pic_object= + + # Read the .lo file + func_source "$arg" + + if test -z "$pic_object" || + test -z "$non_pic_object" || + test "$pic_object" = none && + test "$non_pic_object" = none; then + func_fatal_error "cannot find name of object for \`$arg'" + fi + + # Extract subdirectory from the argument. + func_dirname "$arg" "/" "" + xdir="$func_dirname_result" + + if test "$pic_object" != none; then + # Prepend the subdirectory the object is found in. + pic_object="$xdir$pic_object" + + if test "$prev" = dlfiles; then + if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then + dlfiles="$dlfiles $pic_object" + prev= + continue + else + # If libtool objects are unsupported, then we need to preload. + prev=dlprefiles + fi + fi + + # CHECK ME: I think I busted this. -Ossama + if test "$prev" = dlprefiles; then + # Preload the old-style object. + dlprefiles="$dlprefiles $pic_object" + prev= + fi + + # A PIC object. + func_append libobjs " $pic_object" + arg="$pic_object" + fi + + # Non-PIC object. + if test "$non_pic_object" != none; then + # Prepend the subdirectory the object is found in. + non_pic_object="$xdir$non_pic_object" + + # A standard non-PIC object + func_append non_pic_objects " $non_pic_object" + if test -z "$pic_object" || test "$pic_object" = none ; then + arg="$non_pic_object" + fi + else + # If the PIC object exists, use it instead. + # $xdir was prepended to $pic_object above. + non_pic_object="$pic_object" + func_append non_pic_objects " $non_pic_object" + fi + else + # Only an error if not doing a dry-run. + if $opt_dry_run; then + # Extract subdirectory from the argument. + func_dirname "$arg" "/" "" + xdir="$func_dirname_result" + + func_lo2o "$arg" + pic_object=$xdir$objdir/$func_lo2o_result + non_pic_object=$xdir$func_lo2o_result + func_append libobjs " $pic_object" + func_append non_pic_objects " $non_pic_object" + else + func_fatal_error "\`$arg' is not a valid libtool object" + fi + fi + done + else + func_fatal_error "link input file \`$arg' does not exist" + fi + arg=$save_arg + prev= + continue + ;; + precious_regex) + precious_files_regex="$arg" + prev= + continue + ;; + release) + release="-$arg" + prev= + continue + ;; + rpath | xrpath) + # We need an absolute path. + case $arg in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + func_fatal_error "only absolute run-paths are allowed" + ;; + esac + if test "$prev" = rpath; then + case "$rpath " in + *" $arg "*) ;; + *) rpath="$rpath $arg" ;; + esac + else + case "$xrpath " in + *" $arg "*) ;; + *) xrpath="$xrpath $arg" ;; + esac + fi + prev= + continue + ;; + shrext) + shrext_cmds="$arg" + prev= + continue + ;; + weak) + weak_libs="$weak_libs $arg" + prev= + continue + ;; + xcclinker) + linker_flags="$linker_flags $qarg" + compiler_flags="$compiler_flags $qarg" + prev= + func_append compile_command " $qarg" + func_append finalize_command " $qarg" + continue + ;; + xcompiler) + compiler_flags="$compiler_flags $qarg" + prev= + func_append compile_command " $qarg" + func_append finalize_command " $qarg" + continue + ;; + xlinker) + linker_flags="$linker_flags $qarg" + compiler_flags="$compiler_flags $wl$qarg" + prev= + func_append compile_command " $wl$qarg" + func_append finalize_command " $wl$qarg" + continue + ;; + *) + eval "$prev=\"\$arg\"" + prev= + continue + ;; + esac + fi # test -n "$prev" + + prevarg="$arg" + + case $arg in + -all-static) + if test -n "$link_static_flag"; then + # See comment for -static flag below, for more details. + func_append compile_command " $link_static_flag" + func_append finalize_command " $link_static_flag" + fi + continue + ;; + + -allow-undefined) + # FIXME: remove this flag sometime in the future. + func_fatal_error "\`-allow-undefined' must not be used because it is the default" + ;; + + -avoid-version) + avoid_version=yes + continue + ;; + + -bindir) + prev=bindir + continue + ;; + + -dlopen) + prev=dlfiles + continue + ;; + + -dlpreopen) + prev=dlprefiles + continue + ;; + + -export-dynamic) + export_dynamic=yes + continue + ;; + + -export-symbols | -export-symbols-regex) + if test -n "$export_symbols" || test -n "$export_symbols_regex"; then + func_fatal_error "more than one -exported-symbols argument is not allowed" + fi + if test "X$arg" = "X-export-symbols"; then + prev=expsyms + else + prev=expsyms_regex + fi + continue + ;; + + -framework) + prev=framework + continue + ;; + + -inst-prefix-dir) + prev=inst_prefix + continue + ;; + + # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* + # so, if we see these flags be careful not to treat them like -L + -L[A-Z][A-Z]*:*) + case $with_gcc/$host in + no/*-*-irix* | /*-*-irix*) + func_append compile_command " $arg" + func_append finalize_command " $arg" + ;; + esac + continue + ;; + + -L*) + func_stripname '-L' '' "$arg" + dir=$func_stripname_result + if test -z "$dir"; then + if test "$#" -gt 0; then + func_fatal_error "require no space between \`-L' and \`$1'" + else + func_fatal_error "need path for \`-L' option" + fi + fi + # We need an absolute path. + case $dir in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + absdir=`cd "$dir" && pwd` + test -z "$absdir" && \ + func_fatal_error "cannot determine absolute directory name of \`$dir'" + dir="$absdir" + ;; + esac + case "$deplibs " in + *" -L$dir "*) ;; + *) + deplibs="$deplibs -L$dir" + lib_search_path="$lib_search_path $dir" + ;; + esac + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) + testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` + case :$dllsearchpath: in + *":$dir:"*) ;; + ::) dllsearchpath=$dir;; + *) dllsearchpath="$dllsearchpath:$dir";; + esac + case :$dllsearchpath: in + *":$testbindir:"*) ;; + ::) dllsearchpath=$testbindir;; + *) dllsearchpath="$dllsearchpath:$testbindir";; + esac + ;; + esac + continue + ;; + + -l*) + if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*) + # These systems don't actually have a C or math library (as such) + continue + ;; + *-*-os2*) + # These systems don't actually have a C library (as such) + test "X$arg" = "X-lc" && continue + ;; + *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) + # Do not include libc due to us having libc/libc_r. + test "X$arg" = "X-lc" && continue + ;; + *-*-rhapsody* | *-*-darwin1.[012]) + # Rhapsody C and math libraries are in the System framework + deplibs="$deplibs System.ltframework" + continue + ;; + *-*-sco3.2v5* | *-*-sco5v6*) + # Causes problems with __ctype + test "X$arg" = "X-lc" && continue + ;; + *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) + # Compiler inserts libc in the correct place for threads to work + test "X$arg" = "X-lc" && continue + ;; + esac + elif test "X$arg" = "X-lc_r"; then + case $host in + *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) + # Do not include libc_r directly, use -pthread flag. + continue + ;; + esac + fi + deplibs="$deplibs $arg" + continue + ;; + + -module) + module=yes + continue + ;; + + # Tru64 UNIX uses -model [arg] to determine the layout of C++ + # classes, name mangling, and exception handling. + # Darwin uses the -arch flag to determine output architecture. + -model|-arch|-isysroot) + compiler_flags="$compiler_flags $arg" + func_append compile_command " $arg" + func_append finalize_command " $arg" + prev=xcompiler + continue + ;; + + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) + compiler_flags="$compiler_flags $arg" + func_append compile_command " $arg" + func_append finalize_command " $arg" + case "$new_inherited_linker_flags " in + *" $arg "*) ;; + * ) new_inherited_linker_flags="$new_inherited_linker_flags $arg" ;; + esac + continue + ;; + + -multi_module) + single_module="${wl}-multi_module" + continue + ;; + + -no-fast-install) + fast_install=no + continue + ;; + + -no-install) + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*) + # The PATH hackery in wrapper scripts is required on Windows + # and Darwin in order for the loader to find any dlls it needs. + func_warning "\`-no-install' is ignored for $host" + func_warning "assuming \`-no-fast-install' instead" + fast_install=no + ;; + *) no_install=yes ;; + esac + continue + ;; + + -no-undefined) + allow_undefined=no + continue + ;; + + -objectlist) + prev=objectlist + continue + ;; + + -o) prev=output ;; + + -precious-files-regex) + prev=precious_regex + continue + ;; + + -release) + prev=release + continue + ;; + + -rpath) + prev=rpath + continue + ;; + + -R) + prev=xrpath + continue + ;; + + -R*) + func_stripname '-R' '' "$arg" + dir=$func_stripname_result + # We need an absolute path. + case $dir in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + func_fatal_error "only absolute run-paths are allowed" + ;; + esac + case "$xrpath " in + *" $dir "*) ;; + *) xrpath="$xrpath $dir" ;; + esac + continue + ;; + + -shared) + # The effects of -shared are defined in a previous loop. + continue + ;; + + -shrext) + prev=shrext + continue + ;; + + -static | -static-libtool-libs) + # The effects of -static are defined in a previous loop. + # We used to do the same as -all-static on platforms that + # didn't have a PIC flag, but the assumption that the effects + # would be equivalent was wrong. It would break on at least + # Digital Unix and AIX. + continue + ;; + + -thread-safe) + thread_safe=yes + continue + ;; + + -version-info) + prev=vinfo + continue + ;; + + -version-number) + prev=vinfo + vinfo_number=yes + continue + ;; + + -weak) + prev=weak + continue + ;; + + -Wc,*) + func_stripname '-Wc,' '' "$arg" + args=$func_stripname_result + arg= + save_ifs="$IFS"; IFS=',' + for flag in $args; do + IFS="$save_ifs" + func_quote_for_eval "$flag" + arg="$arg $func_quote_for_eval_result" + compiler_flags="$compiler_flags $func_quote_for_eval_result" + done + IFS="$save_ifs" + func_stripname ' ' '' "$arg" + arg=$func_stripname_result + ;; + + -Wl,*) + func_stripname '-Wl,' '' "$arg" + args=$func_stripname_result + arg= + save_ifs="$IFS"; IFS=',' + for flag in $args; do + IFS="$save_ifs" + func_quote_for_eval "$flag" + arg="$arg $wl$func_quote_for_eval_result" + compiler_flags="$compiler_flags $wl$func_quote_for_eval_result" + linker_flags="$linker_flags $func_quote_for_eval_result" + done + IFS="$save_ifs" + func_stripname ' ' '' "$arg" + arg=$func_stripname_result + ;; + + -Xcompiler) + prev=xcompiler + continue + ;; + + -Xlinker) + prev=xlinker + continue + ;; + + -XCClinker) + prev=xcclinker + continue + ;; + + # -msg_* for osf cc + -msg_*) + func_quote_for_eval "$arg" + arg="$func_quote_for_eval_result" + ;; + + # Flags to be passed through unchanged, with rationale: + # -64, -mips[0-9] enable 64-bit mode for the SGI compiler + # -r[0-9][0-9]* specify processor for the SGI compiler + # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler + # +DA*, +DD* enable 64-bit mode for the HP compiler + # -q* compiler args for the IBM compiler + # -m*, -t[45]*, -txscale* architecture-specific flags for GCC + # -F/path path to uninstalled frameworks, gcc on darwin + # -p, -pg, --coverage, -fprofile-* profiling flags for GCC + # @file GCC response files + # -tp=* Portland pgcc target processor selection + -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ + -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*) + func_quote_for_eval "$arg" + arg="$func_quote_for_eval_result" + func_append compile_command " $arg" + func_append finalize_command " $arg" + compiler_flags="$compiler_flags $arg" + continue + ;; + + # Some other compiler flag. + -* | +*) + func_quote_for_eval "$arg" + arg="$func_quote_for_eval_result" + ;; + + *.$objext) + # A standard object. + objs="$objs $arg" + ;; + + *.lo) + # A libtool-controlled object. + + # Check to see that this really is a libtool object. + if func_lalib_unsafe_p "$arg"; then + pic_object= + non_pic_object= + + # Read the .lo file + func_source "$arg" + + if test -z "$pic_object" || + test -z "$non_pic_object" || + test "$pic_object" = none && + test "$non_pic_object" = none; then + func_fatal_error "cannot find name of object for \`$arg'" + fi + + # Extract subdirectory from the argument. + func_dirname "$arg" "/" "" + xdir="$func_dirname_result" + + if test "$pic_object" != none; then + # Prepend the subdirectory the object is found in. + pic_object="$xdir$pic_object" + + if test "$prev" = dlfiles; then + if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then + dlfiles="$dlfiles $pic_object" + prev= + continue + else + # If libtool objects are unsupported, then we need to preload. + prev=dlprefiles + fi + fi + + # CHECK ME: I think I busted this. -Ossama + if test "$prev" = dlprefiles; then + # Preload the old-style object. + dlprefiles="$dlprefiles $pic_object" + prev= + fi + + # A PIC object. + func_append libobjs " $pic_object" + arg="$pic_object" + fi + + # Non-PIC object. + if test "$non_pic_object" != none; then + # Prepend the subdirectory the object is found in. + non_pic_object="$xdir$non_pic_object" + + # A standard non-PIC object + func_append non_pic_objects " $non_pic_object" + if test -z "$pic_object" || test "$pic_object" = none ; then + arg="$non_pic_object" + fi + else + # If the PIC object exists, use it instead. + # $xdir was prepended to $pic_object above. + non_pic_object="$pic_object" + func_append non_pic_objects " $non_pic_object" + fi + else + # Only an error if not doing a dry-run. + if $opt_dry_run; then + # Extract subdirectory from the argument. + func_dirname "$arg" "/" "" + xdir="$func_dirname_result" + + func_lo2o "$arg" + pic_object=$xdir$objdir/$func_lo2o_result + non_pic_object=$xdir$func_lo2o_result + func_append libobjs " $pic_object" + func_append non_pic_objects " $non_pic_object" + else + func_fatal_error "\`$arg' is not a valid libtool object" + fi + fi + ;; + + *.$libext) + # An archive. + deplibs="$deplibs $arg" + old_deplibs="$old_deplibs $arg" + continue + ;; + + *.la) + # A libtool-controlled library. + + if test "$prev" = dlfiles; then + # This library was specified with -dlopen. + dlfiles="$dlfiles $arg" + prev= + elif test "$prev" = dlprefiles; then + # The library was specified with -dlpreopen. + dlprefiles="$dlprefiles $arg" + prev= + else + deplibs="$deplibs $arg" + fi + continue + ;; + + # Some other compiler argument. + *) + # Unknown arguments in both finalize_command and compile_command need + # to be aesthetically quoted because they are evaled later. + func_quote_for_eval "$arg" + arg="$func_quote_for_eval_result" + ;; + esac # arg + + # Now actually substitute the argument into the commands. + if test -n "$arg"; then + func_append compile_command " $arg" + func_append finalize_command " $arg" + fi + done # argument parsing loop + + test -n "$prev" && \ + func_fatal_help "the \`$prevarg' option requires an argument" + + if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then + eval arg=\"$export_dynamic_flag_spec\" + func_append compile_command " $arg" + func_append finalize_command " $arg" + fi + + oldlibs= + # calculate the name of the file, without its directory + func_basename "$output" + outputname="$func_basename_result" + libobjs_save="$libobjs" + + if test -n "$shlibpath_var"; then + # get the directories listed in $shlibpath_var + eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\` + else + shlib_search_path= + fi + eval sys_lib_search_path=\"$sys_lib_search_path_spec\" + eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" + + func_dirname "$output" "/" "" + output_objdir="$func_dirname_result$objdir" + # Create the object directory. + func_mkdir_p "$output_objdir" + + # Determine the type of output + case $output in + "") + func_fatal_help "you must specify an output file" + ;; + *.$libext) linkmode=oldlib ;; + *.lo | *.$objext) linkmode=obj ;; + *.la) linkmode=lib ;; + *) linkmode=prog ;; # Anything else should be a program. + esac + + specialdeplibs= + + libs= + # Find all interdependent deplibs by searching for libraries + # that are linked more than once (e.g. -la -lb -la) + for deplib in $deplibs; do + if $opt_duplicate_deps ; then + case "$libs " in + *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; + esac + fi + libs="$libs $deplib" + done + + if test "$linkmode" = lib; then + libs="$predeps $libs $compiler_lib_search_path $postdeps" + + # Compute libraries that are listed more than once in $predeps + # $postdeps and mark them as special (i.e., whose duplicates are + # not to be eliminated). + pre_post_deps= + if $opt_duplicate_compiler_generated_deps; then + for pre_post_dep in $predeps $postdeps; do + case "$pre_post_deps " in + *" $pre_post_dep "*) specialdeplibs="$specialdeplibs $pre_post_deps" ;; + esac + pre_post_deps="$pre_post_deps $pre_post_dep" + done + fi + pre_post_deps= + fi + + deplibs= + newdependency_libs= + newlib_search_path= + need_relink=no # whether we're linking any uninstalled libtool libraries + notinst_deplibs= # not-installed libtool libraries + notinst_path= # paths that contain not-installed libtool libraries + + case $linkmode in + lib) + passes="conv dlpreopen link" + for file in $dlfiles $dlprefiles; do + case $file in + *.la) ;; + *) + func_fatal_help "libraries can \`-dlopen' only libtool libraries: $file" + ;; + esac + done + ;; + prog) + compile_deplibs= + finalize_deplibs= + alldeplibs=no + newdlfiles= + newdlprefiles= + passes="conv scan dlopen dlpreopen link" + ;; + *) passes="conv" + ;; + esac + + for pass in $passes; do + # The preopen pass in lib mode reverses $deplibs; put it back here + # so that -L comes before libs that need it for instance... + if test "$linkmode,$pass" = "lib,link"; then + ## FIXME: Find the place where the list is rebuilt in the wrong + ## order, and fix it there properly + tmp_deplibs= + for deplib in $deplibs; do + tmp_deplibs="$deplib $tmp_deplibs" + done + deplibs="$tmp_deplibs" + fi + + if test "$linkmode,$pass" = "lib,link" || + test "$linkmode,$pass" = "prog,scan"; then + libs="$deplibs" + deplibs= + fi + if test "$linkmode" = prog; then + case $pass in + dlopen) libs="$dlfiles" ;; + dlpreopen) libs="$dlprefiles" ;; + link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; + esac + fi + if test "$linkmode,$pass" = "lib,dlpreopen"; then + # Collect and forward deplibs of preopened libtool libs + for lib in $dlprefiles; do + # Ignore non-libtool-libs + dependency_libs= + case $lib in + *.la) func_source "$lib" ;; + esac + + # Collect preopened libtool deplibs, except any this library + # has declared as weak libs + for deplib in $dependency_libs; do + func_basename "$deplib" + deplib_base=$func_basename_result + case " $weak_libs " in + *" $deplib_base "*) ;; + *) deplibs="$deplibs $deplib" ;; + esac + done + done + libs="$dlprefiles" + fi + if test "$pass" = dlopen; then + # Collect dlpreopened libraries + save_deplibs="$deplibs" + deplibs= + fi + + for deplib in $libs; do + lib= + found=no + case $deplib in + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + compiler_flags="$compiler_flags $deplib" + if test "$linkmode" = lib ; then + case "$new_inherited_linker_flags " in + *" $deplib "*) ;; + * ) new_inherited_linker_flags="$new_inherited_linker_flags $deplib" ;; + esac + fi + fi + continue + ;; + -l*) + if test "$linkmode" != lib && test "$linkmode" != prog; then + func_warning "\`-l' is ignored for archives/objects" + continue + fi + func_stripname '-l' '' "$deplib" + name=$func_stripname_result + if test "$linkmode" = lib; then + searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path" + else + searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path" + fi + for searchdir in $searchdirs; do + for search_ext in .la $std_shrext .so .a; do + # Search the libtool library + lib="$searchdir/lib${name}${search_ext}" + if test -f "$lib"; then + if test "$search_ext" = ".la"; then + found=yes + else + found=no + fi + break 2 + fi + done + done + if test "$found" != yes; then + # deplib doesn't seem to be a libtool library + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" + fi + continue + else # deplib is a libtool library + # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib, + # We need to do some special things here, and not later. + if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + case " $predeps $postdeps " in + *" $deplib "*) + if func_lalib_p "$lib"; then + library_names= + old_library= + func_source "$lib" + for l in $old_library $library_names; do + ll="$l" + done + if test "X$ll" = "X$old_library" ; then # only static version available + found=no + func_dirname "$lib" "" "." + ladir="$func_dirname_result" + lib=$ladir/$old_library + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" + fi + continue + fi + fi + ;; + *) ;; + esac + fi + fi + ;; # -l + *.ltframework) + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + if test "$linkmode" = lib ; then + case "$new_inherited_linker_flags " in + *" $deplib "*) ;; + * ) new_inherited_linker_flags="$new_inherited_linker_flags $deplib" ;; + esac + fi + fi + continue + ;; + -L*) + case $linkmode in + lib) + deplibs="$deplib $deplibs" + test "$pass" = conv && continue + newdependency_libs="$deplib $newdependency_libs" + func_stripname '-L' '' "$deplib" + newlib_search_path="$newlib_search_path $func_stripname_result" + ;; + prog) + if test "$pass" = conv; then + deplibs="$deplib $deplibs" + continue + fi + if test "$pass" = scan; then + deplibs="$deplib $deplibs" + else + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + fi + func_stripname '-L' '' "$deplib" + newlib_search_path="$newlib_search_path $func_stripname_result" + ;; + *) + func_warning "\`-L' is ignored for archives/objects" + ;; + esac # linkmode + continue + ;; # -L + -R*) + if test "$pass" = link; then + func_stripname '-R' '' "$deplib" + dir=$func_stripname_result + # Make sure the xrpath contains only unique directories. + case "$xrpath " in + *" $dir "*) ;; + *) xrpath="$xrpath $dir" ;; + esac + fi + deplibs="$deplib $deplibs" + continue + ;; + *.la) lib="$deplib" ;; + *.$libext) + if test "$pass" = conv; then + deplibs="$deplib $deplibs" + continue + fi + case $linkmode in + lib) + # Linking convenience modules into shared libraries is allowed, + # but linking other static libraries is non-portable. + case " $dlpreconveniencelibs " in + *" $deplib "*) ;; + *) + valid_a_lib=no + case $deplibs_check_method in + match_pattern*) + set dummy $deplibs_check_method; shift + match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` + if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ + | $EGREP "$match_pattern_regex" > /dev/null; then + valid_a_lib=yes + fi + ;; + pass_all) + valid_a_lib=yes + ;; + esac + if test "$valid_a_lib" != yes; then + echo + $ECHO "*** Warning: Trying to link with static lib archive $deplib." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have" + echo "*** because the file extensions .$libext of this argument makes me believe" + echo "*** that it is just a static archive that I should not use here." + else + echo + $ECHO "*** Warning: Linking the shared library $output against the" + $ECHO "*** static library $deplib is not portable!" + deplibs="$deplib $deplibs" + fi + ;; + esac + continue + ;; + prog) + if test "$pass" != link; then + deplibs="$deplib $deplibs" + else + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + fi + continue + ;; + esac # linkmode + ;; # *.$libext + *.lo | *.$objext) + if test "$pass" = conv; then + deplibs="$deplib $deplibs" + elif test "$linkmode" = prog; then + if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then + # If there is no dlopen support or we're linking statically, + # we need to preload. + newdlprefiles="$newdlprefiles $deplib" + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + newdlfiles="$newdlfiles $deplib" + fi + fi + continue + ;; + %DEPLIBS%) + alldeplibs=yes + continue + ;; + esac # case $deplib + + if test "$found" = yes || test -f "$lib"; then : + else + func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'" + fi + + # Check to see that this really is a libtool archive. + func_lalib_unsafe_p "$lib" \ + || func_fatal_error "\`$lib' is not a valid libtool archive" + + func_dirname "$lib" "" "." + ladir="$func_dirname_result" + + dlname= + dlopen= + dlpreopen= + libdir= + library_names= + old_library= + inherited_linker_flags= + # If the library was installed with an old release of libtool, + # it will not redefine variables installed, or shouldnotlink + installed=yes + shouldnotlink=no + avoidtemprpath= + + + # Read the .la file + func_source "$lib" + + # Convert "-framework foo" to "foo.ltframework" + if test -n "$inherited_linker_flags"; then + tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` + for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do + case " $new_inherited_linker_flags " in + *" $tmp_inherited_linker_flag "*) ;; + *) new_inherited_linker_flags="$new_inherited_linker_flags $tmp_inherited_linker_flag";; + esac + done + fi + dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + if test "$linkmode,$pass" = "lib,link" || + test "$linkmode,$pass" = "prog,scan" || + { test "$linkmode" != prog && test "$linkmode" != lib; }; then + test -n "$dlopen" && dlfiles="$dlfiles $dlopen" + test -n "$dlpreopen" && dlprefiles="$dlprefiles $dlpreopen" + fi + + if test "$pass" = conv; then + # Only check for convenience libraries + deplibs="$lib $deplibs" + if test -z "$libdir"; then + if test -z "$old_library"; then + func_fatal_error "cannot find name of link library for \`$lib'" + fi + # It is a libtool convenience library, so add in its objects. + convenience="$convenience $ladir/$objdir/$old_library" + old_convenience="$old_convenience $ladir/$objdir/$old_library" + elif test "$linkmode" != prog && test "$linkmode" != lib; then + func_fatal_error "\`$lib' is not a convenience library" + fi + tmp_libs= + for deplib in $dependency_libs; do + deplibs="$deplib $deplibs" + if $opt_duplicate_deps ; then + case "$tmp_libs " in + *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; + esac + fi + tmp_libs="$tmp_libs $deplib" + done + continue + fi # $pass = conv + + + # Get the name of the library we link against. + linklib= + for l in $old_library $library_names; do + linklib="$l" + done + if test -z "$linklib"; then + func_fatal_error "cannot find name of link library for \`$lib'" + fi + + # This library was specified with -dlopen. + if test "$pass" = dlopen; then + if test -z "$libdir"; then + func_fatal_error "cannot -dlopen a convenience library: \`$lib'" + fi + if test -z "$dlname" || + test "$dlopen_support" != yes || + test "$build_libtool_libs" = no; then + # If there is no dlname, no dlopen support or we're linking + # statically, we need to preload. We also need to preload any + # dependent libraries so libltdl's deplib preloader doesn't + # bomb out in the load deplibs phase. + dlprefiles="$dlprefiles $lib $dependency_libs" + else + newdlfiles="$newdlfiles $lib" + fi + continue + fi # $pass = dlopen + + # We need an absolute path. + case $ladir in + [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;; + *) + abs_ladir=`cd "$ladir" && pwd` + if test -z "$abs_ladir"; then + func_warning "cannot determine absolute directory name of \`$ladir'" + func_warning "passing it literally to the linker, although it might fail" + abs_ladir="$ladir" + fi + ;; + esac + func_basename "$lib" + laname="$func_basename_result" + + # Find the relevant object directory and library name. + if test "X$installed" = Xyes; then + if test ! -f "$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then + func_warning "library \`$lib' was moved." + dir="$ladir" + absdir="$abs_ladir" + libdir="$abs_ladir" + else + dir="$libdir" + absdir="$libdir" + fi + test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes + else + if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then + dir="$ladir" + absdir="$abs_ladir" + # Remove this search path later + notinst_path="$notinst_path $abs_ladir" + else + dir="$ladir/$objdir" + absdir="$abs_ladir/$objdir" + # Remove this search path later + notinst_path="$notinst_path $abs_ladir" + fi + fi # $installed = yes + func_stripname 'lib' '.la' "$laname" + name=$func_stripname_result + + # This library was specified with -dlpreopen. + if test "$pass" = dlpreopen; then + if test -z "$libdir" && test "$linkmode" = prog; then + func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'" + fi + # Prefer using a static library (so that no silly _DYNAMIC symbols + # are required to link). + if test -n "$old_library"; then + newdlprefiles="$newdlprefiles $dir/$old_library" + # Keep a list of preopened convenience libraries to check + # that they are being used correctly in the link pass. + test -z "$libdir" && \ + dlpreconveniencelibs="$dlpreconveniencelibs $dir/$old_library" + # Otherwise, use the dlname, so that lt_dlopen finds it. + elif test -n "$dlname"; then + newdlprefiles="$newdlprefiles $dir/$dlname" + else + newdlprefiles="$newdlprefiles $dir/$linklib" + fi + fi # $pass = dlpreopen + + if test -z "$libdir"; then + # Link the convenience library + if test "$linkmode" = lib; then + deplibs="$dir/$old_library $deplibs" + elif test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$dir/$old_library $compile_deplibs" + finalize_deplibs="$dir/$old_library $finalize_deplibs" + else + deplibs="$lib $deplibs" # used for prog,scan pass + fi + continue + fi + + + if test "$linkmode" = prog && test "$pass" != link; then + newlib_search_path="$newlib_search_path $ladir" + deplibs="$lib $deplibs" + + linkalldeplibs=no + if test "$link_all_deplibs" != no || test -z "$library_names" || + test "$build_libtool_libs" = no; then + linkalldeplibs=yes + fi + + tmp_libs= + for deplib in $dependency_libs; do + case $deplib in + -L*) func_stripname '-L' '' "$deplib" + newlib_search_path="$newlib_search_path $func_stripname_result" + ;; + esac + # Need to link against all dependency_libs? + if test "$linkalldeplibs" = yes; then + deplibs="$deplib $deplibs" + else + # Need to hardcode shared library paths + # or/and link against static libraries + newdependency_libs="$deplib $newdependency_libs" + fi + if $opt_duplicate_deps ; then + case "$tmp_libs " in + *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; + esac + fi + tmp_libs="$tmp_libs $deplib" + done # for deplib + continue + fi # $linkmode = prog... + + if test "$linkmode,$pass" = "prog,link"; then + if test -n "$library_names" && + { { test "$prefer_static_libs" = no || + test "$prefer_static_libs,$installed" = "built,yes"; } || + test -z "$old_library"; }; then + # We need to hardcode the library path + if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then + # Make sure the rpath contains only unique directories. + case "$temp_rpath:" in + *"$absdir:"*) ;; + *) temp_rpath="$temp_rpath$absdir:" ;; + esac + fi + + # Hardcode the library path. + # Skip directories that are in the system default run-time + # search path. + case " $sys_lib_dlsearch_path " in + *" $absdir "*) ;; + *) + case "$compile_rpath " in + *" $absdir "*) ;; + *) compile_rpath="$compile_rpath $absdir" + esac + ;; + esac + case " $sys_lib_dlsearch_path " in + *" $libdir "*) ;; + *) + case "$finalize_rpath " in + *" $libdir "*) ;; + *) finalize_rpath="$finalize_rpath $libdir" + esac + ;; + esac + fi # $linkmode,$pass = prog,link... + + if test "$alldeplibs" = yes && + { test "$deplibs_check_method" = pass_all || + { test "$build_libtool_libs" = yes && + test -n "$library_names"; }; }; then + # We only need to search for static libraries + continue + fi + fi + + link_static=no # Whether the deplib will be linked statically + use_static_libs=$prefer_static_libs + if test "$use_static_libs" = built && test "$installed" = yes; then + use_static_libs=no + fi + if test -n "$library_names" && + { test "$use_static_libs" = no || test -z "$old_library"; }; then + case $host in + *cygwin* | *mingw* | *cegcc*) + # No point in relinking DLLs because paths are not encoded + notinst_deplibs="$notinst_deplibs $lib" + need_relink=no + ;; + *) + if test "$installed" = no; then + notinst_deplibs="$notinst_deplibs $lib" + need_relink=yes + fi + ;; + esac + # This is a shared library + + # Warn about portability, can't link against -module's on some + # systems (darwin). Don't bleat about dlopened modules though! + dlopenmodule="" + for dlpremoduletest in $dlprefiles; do + if test "X$dlpremoduletest" = "X$lib"; then + dlopenmodule="$dlpremoduletest" + break + fi + done + if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then + echo + if test "$linkmode" = prog; then + $ECHO "*** Warning: Linking the executable $output against the loadable module" + else + $ECHO "*** Warning: Linking the shared library $output against the loadable module" + fi + $ECHO "*** $linklib is not portable!" + fi + if test "$linkmode" = lib && + test "$hardcode_into_libs" = yes; then + # Hardcode the library path. + # Skip directories that are in the system default run-time + # search path. + case " $sys_lib_dlsearch_path " in + *" $absdir "*) ;; + *) + case "$compile_rpath " in + *" $absdir "*) ;; + *) compile_rpath="$compile_rpath $absdir" + esac + ;; + esac + case " $sys_lib_dlsearch_path " in + *" $libdir "*) ;; + *) + case "$finalize_rpath " in + *" $libdir "*) ;; + *) finalize_rpath="$finalize_rpath $libdir" + esac + ;; + esac + fi + + if test -n "$old_archive_from_expsyms_cmds"; then + # figure out the soname + set dummy $library_names + shift + realname="$1" + shift + libname=`eval "\\$ECHO \"$libname_spec\""` + # use dlname if we got it. it's perfectly good, no? + if test -n "$dlname"; then + soname="$dlname" + elif test -n "$soname_spec"; then + # bleh windows + case $host in + *cygwin* | mingw* | *cegcc*) + func_arith $current - $age + major=$func_arith_result + versuffix="-$major" + ;; + esac + eval soname=\"$soname_spec\" + else + soname="$realname" + fi + + # Make a new name for the extract_expsyms_cmds to use + soroot="$soname" + func_basename "$soroot" + soname="$func_basename_result" + func_stripname 'lib' '.dll' "$soname" + newlib=libimp-$func_stripname_result.a + + # If the library has no export list, then create one now + if test -f "$output_objdir/$soname-def"; then : + else + func_verbose "extracting exported symbol list from \`$soname'" + func_execute_cmds "$extract_expsyms_cmds" 'exit $?' + fi + + # Create $newlib + if test -f "$output_objdir/$newlib"; then :; else + func_verbose "generating import library for \`$soname'" + func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?' + fi + # make sure the library variables are pointing to the new library + dir=$output_objdir + linklib=$newlib + fi # test -n "$old_archive_from_expsyms_cmds" + + if test "$linkmode" = prog || test "$mode" != relink; then + add_shlibpath= + add_dir= + add= + lib_linked=yes + case $hardcode_action in + immediate | unsupported) + if test "$hardcode_direct" = no; then + add="$dir/$linklib" + case $host in + *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;; + *-*-sysv4*uw2*) add_dir="-L$dir" ;; + *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \ + *-*-unixware7*) add_dir="-L$dir" ;; + *-*-darwin* ) + # if the lib is a (non-dlopened) module then we can not + # link against it, someone is ignoring the earlier warnings + if /usr/bin/file -L $add 2> /dev/null | + $GREP ": [^:]* bundle" >/dev/null ; then + if test "X$dlopenmodule" != "X$lib"; then + $ECHO "*** Warning: lib $linklib is a module, not a shared library" + if test -z "$old_library" ; then + echo + echo "*** And there doesn't seem to be a static archive available" + echo "*** The link will probably fail, sorry" + else + add="$dir/$old_library" + fi + elif test -n "$old_library"; then + add="$dir/$old_library" + fi + fi + esac + elif test "$hardcode_minus_L" = no; then + case $host in + *-*-sunos*) add_shlibpath="$dir" ;; + esac + add_dir="-L$dir" + add="-l$name" + elif test "$hardcode_shlibpath_var" = no; then + add_shlibpath="$dir" + add="-l$name" + else + lib_linked=no + fi + ;; + relink) + if test "$hardcode_direct" = yes && + test "$hardcode_direct_absolute" = no; then + add="$dir/$linklib" + elif test "$hardcode_minus_L" = yes; then + add_dir="-L$dir" + # Try looking first in the location we're being installed to. + if test -n "$inst_prefix_dir"; then + case $libdir in + [\\/]*) + add_dir="$add_dir -L$inst_prefix_dir$libdir" + ;; + esac + fi + add="-l$name" + elif test "$hardcode_shlibpath_var" = yes; then + add_shlibpath="$dir" + add="-l$name" + else + lib_linked=no + fi + ;; + *) lib_linked=no ;; + esac + + if test "$lib_linked" != yes; then + func_fatal_configuration "unsupported hardcode properties" + fi + + if test -n "$add_shlibpath"; then + case :$compile_shlibpath: in + *":$add_shlibpath:"*) ;; + *) compile_shlibpath="$compile_shlibpath$add_shlibpath:" ;; + esac + fi + if test "$linkmode" = prog; then + test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" + test -n "$add" && compile_deplibs="$add $compile_deplibs" + else + test -n "$add_dir" && deplibs="$add_dir $deplibs" + test -n "$add" && deplibs="$add $deplibs" + if test "$hardcode_direct" != yes && + test "$hardcode_minus_L" != yes && + test "$hardcode_shlibpath_var" = yes; then + case :$finalize_shlibpath: in + *":$libdir:"*) ;; + *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; + esac + fi + fi + fi + + if test "$linkmode" = prog || test "$mode" = relink; then + add_shlibpath= + add_dir= + add= + # Finalize command for both is simple: just hardcode it. + if test "$hardcode_direct" = yes && + test "$hardcode_direct_absolute" = no; then + add="$libdir/$linklib" + elif test "$hardcode_minus_L" = yes; then + add_dir="-L$libdir" + add="-l$name" + elif test "$hardcode_shlibpath_var" = yes; then + case :$finalize_shlibpath: in + *":$libdir:"*) ;; + *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; + esac + add="-l$name" + elif test "$hardcode_automatic" = yes; then + if test -n "$inst_prefix_dir" && + test -f "$inst_prefix_dir$libdir/$linklib" ; then + add="$inst_prefix_dir$libdir/$linklib" + else + add="$libdir/$linklib" + fi + else + # We cannot seem to hardcode it, guess we'll fake it. + add_dir="-L$libdir" + # Try looking first in the location we're being installed to. + if test -n "$inst_prefix_dir"; then + case $libdir in + [\\/]*) + add_dir="$add_dir -L$inst_prefix_dir$libdir" + ;; + esac + fi + add="-l$name" + fi + + if test "$linkmode" = prog; then + test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs" + test -n "$add" && finalize_deplibs="$add $finalize_deplibs" + else + test -n "$add_dir" && deplibs="$add_dir $deplibs" + test -n "$add" && deplibs="$add $deplibs" + fi + fi + elif test "$linkmode" = prog; then + # Here we assume that one of hardcode_direct or hardcode_minus_L + # is not unsupported. This is valid on all known static and + # shared platforms. + if test "$hardcode_direct" != unsupported; then + test -n "$old_library" && linklib="$old_library" + compile_deplibs="$dir/$linklib $compile_deplibs" + finalize_deplibs="$dir/$linklib $finalize_deplibs" + else + compile_deplibs="-l$name -L$dir $compile_deplibs" + finalize_deplibs="-l$name -L$dir $finalize_deplibs" + fi + elif test "$build_libtool_libs" = yes; then + # Not a shared library + if test "$deplibs_check_method" != pass_all; then + # We're trying link a shared library against a static one + # but the system doesn't support it. + + # Just print a warning and add the library to dependency_libs so + # that the program can be linked against the static library. + echo + $ECHO "*** Warning: This system can not link to static lib archive $lib." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have." + if test "$module" = yes; then + echo "*** But as you try to build a module library, libtool will still create " + echo "*** a static module, that should work as long as the dlopening application" + echo "*** is linked with the -dlopen flag to resolve symbols at runtime." + if test -z "$global_symbol_pipe"; then + echo + echo "*** However, this would only work if libtool was able to extract symbol" + echo "*** lists from a program, using \`nm' or equivalent, but libtool could" + echo "*** not find such a program. So, this module is probably useless." + echo "*** \`nm' from GNU binutils and a full rebuild may help." + fi + if test "$build_old_libs" = no; then + build_libtool_libs=module + build_old_libs=yes + else + build_libtool_libs=no + fi + fi + else + deplibs="$dir/$old_library $deplibs" + link_static=yes + fi + fi # link shared/static library? + + if test "$linkmode" = lib; then + if test -n "$dependency_libs" && + { test "$hardcode_into_libs" != yes || + test "$build_old_libs" = yes || + test "$link_static" = yes; }; then + # Extract -R from dependency_libs + temp_deplibs= + for libdir in $dependency_libs; do + case $libdir in + -R*) func_stripname '-R' '' "$libdir" + temp_xrpath=$func_stripname_result + case " $xrpath " in + *" $temp_xrpath "*) ;; + *) xrpath="$xrpath $temp_xrpath";; + esac;; + *) temp_deplibs="$temp_deplibs $libdir";; + esac + done + dependency_libs="$temp_deplibs" + fi + + newlib_search_path="$newlib_search_path $absdir" + # Link against this library + test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs" + # ... and its dependency_libs + tmp_libs= + for deplib in $dependency_libs; do + newdependency_libs="$deplib $newdependency_libs" + if $opt_duplicate_deps ; then + case "$tmp_libs " in + *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; + esac + fi + tmp_libs="$tmp_libs $deplib" + done + + if test "$link_all_deplibs" != no; then + # Add the search paths of all dependency libraries + for deplib in $dependency_libs; do + path= + case $deplib in + -L*) path="$deplib" ;; + *.la) + func_dirname "$deplib" "" "." + dir="$func_dirname_result" + # We need an absolute path. + case $dir in + [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;; + *) + absdir=`cd "$dir" && pwd` + if test -z "$absdir"; then + func_warning "cannot determine absolute directory name of \`$dir'" + absdir="$dir" + fi + ;; + esac + if $GREP "^installed=no" $deplib > /dev/null; then + case $host in + *-*-darwin*) + depdepl= + eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` + if test -n "$deplibrary_names" ; then + for tmp in $deplibrary_names ; do + depdepl=$tmp + done + if test -f "$absdir/$objdir/$depdepl" ; then + depdepl="$absdir/$objdir/$depdepl" + darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` + if test -z "$darwin_install_name"; then + darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` + fi + compiler_flags="$compiler_flags ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}" + linker_flags="$linker_flags -dylib_file ${darwin_install_name}:${depdepl}" + path= + fi + fi + ;; + *) + path="-L$absdir/$objdir" + ;; + esac + else + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` + test -z "$libdir" && \ + func_fatal_error "\`$deplib' is not a valid libtool archive" + test "$absdir" != "$libdir" && \ + func_warning "\`$deplib' seems to be moved" + + path="-L$absdir" + fi + ;; + esac + case " $deplibs " in + *" $path "*) ;; + *) deplibs="$path $deplibs" ;; + esac + done + fi # link_all_deplibs != no + fi # linkmode = lib + done # for deplib in $libs + if test "$pass" = link; then + if test "$linkmode" = "prog"; then + compile_deplibs="$new_inherited_linker_flags $compile_deplibs" + finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs" + else + compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + fi + fi + dependency_libs="$newdependency_libs" + if test "$pass" = dlpreopen; then + # Link the dlpreopened libraries before other libraries + for deplib in $save_deplibs; do + deplibs="$deplib $deplibs" + done + fi + if test "$pass" != dlopen; then + if test "$pass" != conv; then + # Make sure lib_search_path contains only unique directories. + lib_search_path= + for dir in $newlib_search_path; do + case "$lib_search_path " in + *" $dir "*) ;; + *) lib_search_path="$lib_search_path $dir" ;; + esac + done + newlib_search_path= + fi + + if test "$linkmode,$pass" != "prog,link"; then + vars="deplibs" + else + vars="compile_deplibs finalize_deplibs" + fi + for var in $vars dependency_libs; do + # Add libraries to $var in reverse order + eval tmp_libs=\"\$$var\" + new_libs= + for deplib in $tmp_libs; do + # FIXME: Pedantically, this is the right thing to do, so + # that some nasty dependency loop isn't accidentally + # broken: + #new_libs="$deplib $new_libs" + # Pragmatically, this seems to cause very few problems in + # practice: + case $deplib in + -L*) new_libs="$deplib $new_libs" ;; + -R*) ;; + *) + # And here is the reason: when a library appears more + # than once as an explicit dependence of a library, or + # is implicitly linked in more than once by the + # compiler, it is considered special, and multiple + # occurrences thereof are not removed. Compare this + # with having the same library being listed as a + # dependency of multiple other libraries: in this case, + # we know (pedantically, we assume) the library does not + # need to be listed more than once, so we keep only the + # last copy. This is not always right, but it is rare + # enough that we require users that really mean to play + # such unportable linking tricks to link the library + # using -Wl,-lname, so that libtool does not consider it + # for duplicate removal. + case " $specialdeplibs " in + *" $deplib "*) new_libs="$deplib $new_libs" ;; + *) + case " $new_libs " in + *" $deplib "*) ;; + *) new_libs="$deplib $new_libs" ;; + esac + ;; + esac + ;; + esac + done + tmp_libs= + for deplib in $new_libs; do + case $deplib in + -L*) + case " $tmp_libs " in + *" $deplib "*) ;; + *) tmp_libs="$tmp_libs $deplib" ;; + esac + ;; + *) tmp_libs="$tmp_libs $deplib" ;; + esac + done + eval $var=\"$tmp_libs\" + done # for var + fi + # Last step: remove runtime libs from dependency_libs + # (they stay in deplibs) + tmp_libs= + for i in $dependency_libs ; do + case " $predeps $postdeps $compiler_lib_search_path " in + *" $i "*) + i="" + ;; + esac + if test -n "$i" ; then + tmp_libs="$tmp_libs $i" + fi + done + dependency_libs=$tmp_libs + done # for pass + if test "$linkmode" = prog; then + dlfiles="$newdlfiles" + fi + if test "$linkmode" = prog || test "$linkmode" = lib; then + dlprefiles="$newdlprefiles" + fi + + case $linkmode in + oldlib) + if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then + func_warning "\`-dlopen' is ignored for archives" + fi + + case " $deplibs" in + *\ -l* | *\ -L*) + func_warning "\`-l' and \`-L' are ignored for archives" ;; + esac + + test -n "$rpath" && \ + func_warning "\`-rpath' is ignored for archives" + + test -n "$xrpath" && \ + func_warning "\`-R' is ignored for archives" + + test -n "$vinfo" && \ + func_warning "\`-version-info/-version-number' is ignored for archives" + + test -n "$release" && \ + func_warning "\`-release' is ignored for archives" + + test -n "$export_symbols$export_symbols_regex" && \ + func_warning "\`-export-symbols' is ignored for archives" + + # Now set the variables for building old libraries. + build_libtool_libs=no + oldlibs="$output" + objs="$objs$old_deplibs" + ;; + + lib) + # Make sure we only generate libraries of the form `libNAME.la'. + case $outputname in + lib*) + func_stripname 'lib' '.la' "$outputname" + name=$func_stripname_result + eval shared_ext=\"$shrext_cmds\" + eval libname=\"$libname_spec\" + ;; + *) + test "$module" = no && \ + func_fatal_help "libtool library \`$output' must begin with \`lib'" + + if test "$need_lib_prefix" != no; then + # Add the "lib" prefix for modules if required + func_stripname '' '.la' "$outputname" + name=$func_stripname_result + eval shared_ext=\"$shrext_cmds\" + eval libname=\"$libname_spec\" + else + func_stripname '' '.la' "$outputname" + libname=$func_stripname_result + fi + ;; + esac + + if test -n "$objs"; then + if test "$deplibs_check_method" != pass_all; then + func_fatal_error "cannot build libtool library \`$output' from non-libtool objects on this host:$objs" + else + echo + $ECHO "*** Warning: Linking the shared library $output against the non-libtool" + $ECHO "*** objects $objs is not portable!" + libobjs="$libobjs $objs" + fi + fi + + test "$dlself" != no && \ + func_warning "\`-dlopen self' is ignored for libtool libraries" + + set dummy $rpath + shift + test "$#" -gt 1 && \ + func_warning "ignoring multiple \`-rpath's for a libtool library" + + install_libdir="$1" + + oldlibs= + if test -z "$rpath"; then + if test "$build_libtool_libs" = yes; then + # Building a libtool convenience library. + # Some compilers have problems with a `.al' extension so + # convenience libraries should have the same extension an + # archive normally would. + oldlibs="$output_objdir/$libname.$libext $oldlibs" + build_libtool_libs=convenience + build_old_libs=yes + fi + + test -n "$vinfo" && \ + func_warning "\`-version-info/-version-number' is ignored for convenience libraries" + + test -n "$release" && \ + func_warning "\`-release' is ignored for convenience libraries" + else + + # Parse the version information argument. + save_ifs="$IFS"; IFS=':' + set dummy $vinfo 0 0 0 + shift + IFS="$save_ifs" + + test -n "$7" && \ + func_fatal_help "too many parameters to \`-version-info'" + + # convert absolute version numbers to libtool ages + # this retains compatibility with .la files and attempts + # to make the code below a bit more comprehensible + + case $vinfo_number in + yes) + number_major="$1" + number_minor="$2" + number_revision="$3" + # + # There are really only two kinds -- those that + # use the current revision as the major version + # and those that subtract age and use age as + # a minor version. But, then there is irix + # which has an extra 1 added just for fun + # + case $version_type in + darwin|linux|osf|windows|none) + func_arith $number_major + $number_minor + current=$func_arith_result + age="$number_minor" + revision="$number_revision" + ;; + freebsd-aout|freebsd-elf|qnx|sunos) + current="$number_major" + revision="$number_minor" + age="0" + ;; + irix|nonstopux) + func_arith $number_major + $number_minor + current=$func_arith_result + age="$number_minor" + revision="$number_minor" + lt_irix_increment=no + ;; + esac + ;; + no) + current="$1" + revision="$2" + age="$3" + ;; + esac + + # Check that each of the things are valid numbers. + case $current in + 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; + *) + func_error "CURRENT \`$current' must be a nonnegative integer" + func_fatal_error "\`$vinfo' is not valid version information" + ;; + esac + + case $revision in + 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; + *) + func_error "REVISION \`$revision' must be a nonnegative integer" + func_fatal_error "\`$vinfo' is not valid version information" + ;; + esac + + case $age in + 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; + *) + func_error "AGE \`$age' must be a nonnegative integer" + func_fatal_error "\`$vinfo' is not valid version information" + ;; + esac + + if test "$age" -gt "$current"; then + func_error "AGE \`$age' is greater than the current interface number \`$current'" + func_fatal_error "\`$vinfo' is not valid version information" + fi + + # Calculate the version variables. + major= + versuffix= + verstring= + case $version_type in + none) ;; + + darwin) + # Like Linux, but with the current version available in + # verstring for coding it into the library header + func_arith $current - $age + major=.$func_arith_result + versuffix="$major.$age.$revision" + # Darwin ld doesn't like 0 for these options... + func_arith $current + 1 + minor_current=$func_arith_result + xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision" + verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" + ;; + + freebsd-aout) + major=".$current" + versuffix=".$current.$revision"; + ;; + + freebsd-elf) + major=".$current" + versuffix=".$current" + ;; + + irix | nonstopux) + if test "X$lt_irix_increment" = "Xno"; then + func_arith $current - $age + else + func_arith $current - $age + 1 + fi + major=$func_arith_result + + case $version_type in + nonstopux) verstring_prefix=nonstopux ;; + *) verstring_prefix=sgi ;; + esac + verstring="$verstring_prefix$major.$revision" + + # Add in all the interfaces that we are compatible with. + loop=$revision + while test "$loop" -ne 0; do + func_arith $revision - $loop + iface=$func_arith_result + func_arith $loop - 1 + loop=$func_arith_result + verstring="$verstring_prefix$major.$iface:$verstring" + done + + # Before this point, $major must not contain `.'. + major=.$major + versuffix="$major.$revision" + ;; + + linux) + func_arith $current - $age + major=.$func_arith_result + versuffix="$major.$age.$revision" + ;; + + osf) + func_arith $current - $age + major=.$func_arith_result + versuffix=".$current.$age.$revision" + verstring="$current.$age.$revision" + + # Add in all the interfaces that we are compatible with. + loop=$age + while test "$loop" -ne 0; do + func_arith $current - $loop + iface=$func_arith_result + func_arith $loop - 1 + loop=$func_arith_result + verstring="$verstring:${iface}.0" + done + + # Make executables depend on our current version. + verstring="$verstring:${current}.0" + ;; + + qnx) + major=".$current" + versuffix=".$current" + ;; + + sunos) + major=".$current" + versuffix=".$current.$revision" + ;; + + windows) + # Use '-' rather than '.', since we only want one + # extension on DOS 8.3 filesystems. + func_arith $current - $age + major=$func_arith_result + versuffix="-$major" + ;; + + *) + func_fatal_configuration "unknown library version type \`$version_type'" + ;; + esac + + # Clear the version info if we defaulted, and they specified a release. + if test -z "$vinfo" && test -n "$release"; then + major= + case $version_type in + darwin) + # we can't check for "0.0" in archive_cmds due to quoting + # problems, so we reset it completely + verstring= + ;; + *) + verstring="0.0" + ;; + esac + if test "$need_version" = no; then + versuffix= + else + versuffix=".0.0" + fi + fi + + # Remove version info from name if versioning should be avoided + if test "$avoid_version" = yes && test "$need_version" = no; then + major= + versuffix= + verstring="" + fi + + # Check to see if the archive will have undefined symbols. + if test "$allow_undefined" = yes; then + if test "$allow_undefined_flag" = unsupported; then + func_warning "undefined symbols not allowed in $host shared libraries" + build_libtool_libs=no + build_old_libs=yes + fi + else + # Don't allow undefined symbols. + allow_undefined_flag="$no_undefined_flag" + fi + + fi + + func_generate_dlsyms "$libname" "$libname" "yes" + libobjs="$libobjs $symfileobj" + test "X$libobjs" = "X " && libobjs= + + if test "$mode" != relink; then + # Remove our outputs, but don't remove object files since they + # may have been created when compiling PIC objects. + removelist= + tempremovelist=`$ECHO "$output_objdir/*"` + for p in $tempremovelist; do + case $p in + *.$objext | *.gcno) + ;; + $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*) + if test "X$precious_files_regex" != "X"; then + if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 + then + continue + fi + fi + removelist="$removelist $p" + ;; + *) ;; + esac + done + test -n "$removelist" && \ + func_show_eval "${RM}r \$removelist" + fi + + # Now set the variables for building old libraries. + if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then + oldlibs="$oldlibs $output_objdir/$libname.$libext" + + # Transform .lo files to .o files. + oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP` + fi + + # Eliminate all temporary directories. + #for path in $notinst_path; do + # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` + # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` + # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` + #done + + if test -n "$xrpath"; then + # If the user specified any rpath flags, then add them. + temp_xrpath= + for libdir in $xrpath; do + temp_xrpath="$temp_xrpath -R$libdir" + case "$finalize_rpath " in + *" $libdir "*) ;; + *) finalize_rpath="$finalize_rpath $libdir" ;; + esac + done + if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then + dependency_libs="$temp_xrpath $dependency_libs" + fi + fi + + # Make sure dlfiles contains only unique files that won't be dlpreopened + old_dlfiles="$dlfiles" + dlfiles= + for lib in $old_dlfiles; do + case " $dlprefiles $dlfiles " in + *" $lib "*) ;; + *) dlfiles="$dlfiles $lib" ;; + esac + done + + # Make sure dlprefiles contains only unique files + old_dlprefiles="$dlprefiles" + dlprefiles= + for lib in $old_dlprefiles; do + case "$dlprefiles " in + *" $lib "*) ;; + *) dlprefiles="$dlprefiles $lib" ;; + esac + done + + if test "$build_libtool_libs" = yes; then + if test -n "$rpath"; then + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*) + # these systems don't actually have a c library (as such)! + ;; + *-*-rhapsody* | *-*-darwin1.[012]) + # Rhapsody C library is in the System framework + deplibs="$deplibs System.ltframework" + ;; + *-*-netbsd*) + # Don't link with libc until the a.out ld.so is fixed. + ;; + *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) + # Do not include libc due to us having libc/libc_r. + ;; + *-*-sco3.2v5* | *-*-sco5v6*) + # Causes problems with __ctype + ;; + *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) + # Compiler inserts libc in the correct place for threads to work + ;; + *) + # Add libc to deplibs on all other systems if necessary. + if test "$build_libtool_need_lc" = "yes"; then + deplibs="$deplibs -lc" + fi + ;; + esac + fi + + # Transform deplibs into only deplibs that can be linked in shared. + name_save=$name + libname_save=$libname + release_save=$release + versuffix_save=$versuffix + major_save=$major + # I'm not sure if I'm treating the release correctly. I think + # release should show up in the -l (ie -lgmp5) so we don't want to + # add it in twice. Is that correct? + release="" + versuffix="" + major="" + newdeplibs= + droppeddeps=no + case $deplibs_check_method in + pass_all) + # Don't check for shared/static. Everything works. + # This might be a little naive. We might want to check + # whether the library exists or not. But this is on + # osf3 & osf4 and I'm not really sure... Just + # implementing what was already the behavior. + newdeplibs=$deplibs + ;; + test_compile) + # This code stresses the "libraries are programs" paradigm to its + # limits. Maybe even breaks it. We compile a program, linking it + # against the deplibs as a proxy for the library. Then we can check + # whether they linked in statically or dynamically with ldd. + $opt_dry_run || $RM conftest.c + cat > conftest.c </dev/null` + for potent_lib in $potential_libs; do + # Follow soft links. + if ls -lLd "$potent_lib" 2>/dev/null | + $GREP " -> " >/dev/null; then + continue + fi + # The statement above tries to avoid entering an + # endless loop below, in case of cyclic links. + # We might still enter an endless loop, since a link + # loop can be closed while we follow links, + # but so what? + potlib="$potent_lib" + while test -h "$potlib" 2>/dev/null; do + potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` + case $potliblink in + [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; + *) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";; + esac + done + if eval $file_magic_cmd \"\$potlib\" 2>/dev/null | + $SED -e 10q | + $EGREP "$file_magic_regex" > /dev/null; then + newdeplibs="$newdeplibs $a_deplib" + a_deplib="" + break 2 + fi + done + done + fi + if test -n "$a_deplib" ; then + droppeddeps=yes + echo + $ECHO "*** Warning: linker path does not have real file for library $a_deplib." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have" + echo "*** because I did check the linker path looking for a file starting" + if test -z "$potlib" ; then + $ECHO "*** with $libname but no candidates were found. (...for file magic test)" + else + $ECHO "*** with $libname and none of the candidates passed a file format test" + $ECHO "*** using a file magic. Last file checked: $potlib" + fi + fi + ;; + *) + # Add a -L argument. + newdeplibs="$newdeplibs $a_deplib" + ;; + esac + done # Gone through all deplibs. + ;; + match_pattern*) + set dummy $deplibs_check_method; shift + match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` + for a_deplib in $deplibs; do + case $a_deplib in + -l*) + func_stripname -l '' "$a_deplib" + name=$func_stripname_result + if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + case " $predeps $postdeps " in + *" $a_deplib "*) + newdeplibs="$newdeplibs $a_deplib" + a_deplib="" + ;; + esac + fi + if test -n "$a_deplib" ; then + libname=`eval "\\$ECHO \"$libname_spec\""` + for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do + potential_libs=`ls $i/$libname[.-]* 2>/dev/null` + for potent_lib in $potential_libs; do + potlib="$potent_lib" # see symlink-check above in file_magic test + if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \ + $EGREP "$match_pattern_regex" > /dev/null; then + newdeplibs="$newdeplibs $a_deplib" + a_deplib="" + break 2 + fi + done + done + fi + if test -n "$a_deplib" ; then + droppeddeps=yes + echo + $ECHO "*** Warning: linker path does not have real file for library $a_deplib." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have" + echo "*** because I did check the linker path looking for a file starting" + if test -z "$potlib" ; then + $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)" + else + $ECHO "*** with $libname and none of the candidates passed a file format test" + $ECHO "*** using a regex pattern. Last file checked: $potlib" + fi + fi + ;; + *) + # Add a -L argument. + newdeplibs="$newdeplibs $a_deplib" + ;; + esac + done # Gone through all deplibs. + ;; + none | unknown | *) + newdeplibs="" + tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` + if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + for i in $predeps $postdeps ; do + # can't use Xsed below, because $i might contain '/' + tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"` + done + fi + case $tmp_deplibs in + *[!\ \ ]*) + echo + if test "X$deplibs_check_method" = "Xnone"; then + echo "*** Warning: inter-library dependencies are not supported in this platform." + else + echo "*** Warning: inter-library dependencies are not known to be supported." + fi + echo "*** All declared inter-library dependencies are being dropped." + droppeddeps=yes + ;; + esac + ;; + esac + versuffix=$versuffix_save + major=$major_save + release=$release_save + libname=$libname_save + name=$name_save + + case $host in + *-*-rhapsody* | *-*-darwin1.[012]) + # On Rhapsody replace the C library with the System framework + newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` + ;; + esac + + if test "$droppeddeps" = yes; then + if test "$module" = yes; then + echo + echo "*** Warning: libtool could not satisfy all declared inter-library" + $ECHO "*** dependencies of module $libname. Therefore, libtool will create" + echo "*** a static module, that should work as long as the dlopening" + echo "*** application is linked with the -dlopen flag." + if test -z "$global_symbol_pipe"; then + echo + echo "*** However, this would only work if libtool was able to extract symbol" + echo "*** lists from a program, using \`nm' or equivalent, but libtool could" + echo "*** not find such a program. So, this module is probably useless." + echo "*** \`nm' from GNU binutils and a full rebuild may help." + fi + if test "$build_old_libs" = no; then + oldlibs="$output_objdir/$libname.$libext" + build_libtool_libs=module + build_old_libs=yes + else + build_libtool_libs=no + fi + else + echo "*** The inter-library dependencies that have been dropped here will be" + echo "*** automatically added whenever a program is linked with this library" + echo "*** or is declared to -dlopen it." + + if test "$allow_undefined" = no; then + echo + echo "*** Since this library must not contain undefined symbols," + echo "*** because either the platform does not support them or" + echo "*** it was explicitly requested with -no-undefined," + echo "*** libtool will only create a static version of it." + if test "$build_old_libs" = no; then + oldlibs="$output_objdir/$libname.$libext" + build_libtool_libs=module + build_old_libs=yes + else + build_libtool_libs=no + fi + fi + fi + fi + # Done checking deplibs! + deplibs=$newdeplibs + fi + # Time to change all our "foo.ltframework" stuff back to "-framework foo" + case $host in + *-*-darwin*) + newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + ;; + esac + + # move library search paths that coincide with paths to not yet + # installed libraries to the beginning of the library search list + new_libs= + for path in $notinst_path; do + case " $new_libs " in + *" -L$path/$objdir "*) ;; + *) + case " $deplibs " in + *" -L$path/$objdir "*) + new_libs="$new_libs -L$path/$objdir" ;; + esac + ;; + esac + done + for deplib in $deplibs; do + case $deplib in + -L*) + case " $new_libs " in + *" $deplib "*) ;; + *) new_libs="$new_libs $deplib" ;; + esac + ;; + *) new_libs="$new_libs $deplib" ;; + esac + done + deplibs="$new_libs" + + # All the library-specific variables (install_libdir is set above). + library_names= + old_library= + dlname= + + # Test again, we may have decided not to build it any more + if test "$build_libtool_libs" = yes; then + if test "$hardcode_into_libs" = yes; then + # Hardcode the library paths + hardcode_libdirs= + dep_rpath= + rpath="$finalize_rpath" + test "$mode" != relink && rpath="$compile_rpath$rpath" + for libdir in $rpath; do + if test -n "$hardcode_libdir_flag_spec"; then + if test -n "$hardcode_libdir_separator"; then + if test -z "$hardcode_libdirs"; then + hardcode_libdirs="$libdir" + else + # Just accumulate the unique libdirs. + case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in + *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) + ;; + *) + hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" + ;; + esac + fi + else + eval flag=\"$hardcode_libdir_flag_spec\" + dep_rpath="$dep_rpath $flag" + fi + elif test -n "$runpath_var"; then + case "$perm_rpath " in + *" $libdir "*) ;; + *) perm_rpath="$perm_rpath $libdir" ;; + esac + fi + done + # Substitute the hardcoded libdirs into the rpath. + if test -n "$hardcode_libdir_separator" && + test -n "$hardcode_libdirs"; then + libdir="$hardcode_libdirs" + if test -n "$hardcode_libdir_flag_spec_ld"; then + eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\" + else + eval dep_rpath=\"$hardcode_libdir_flag_spec\" + fi + fi + if test -n "$runpath_var" && test -n "$perm_rpath"; then + # We should set the runpath_var. + rpath= + for dir in $perm_rpath; do + rpath="$rpath$dir:" + done + eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" + fi + test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs" + fi + + shlibpath="$finalize_shlibpath" + test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath" + if test -n "$shlibpath"; then + eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var" + fi + + # Get the real and link names of the library. + eval shared_ext=\"$shrext_cmds\" + eval library_names=\"$library_names_spec\" + set dummy $library_names + shift + realname="$1" + shift + + if test -n "$soname_spec"; then + eval soname=\"$soname_spec\" + else + soname="$realname" + fi + if test -z "$dlname"; then + dlname=$soname + fi + + lib="$output_objdir/$realname" + linknames= + for link + do + linknames="$linknames $link" + done + + # Use standard objects if they are pic + test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` + test "X$libobjs" = "X " && libobjs= + + delfiles= + if test -n "$export_symbols" && test -n "$include_expsyms"; then + $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp" + export_symbols="$output_objdir/$libname.uexp" + delfiles="$delfiles $export_symbols" + fi + + orig_export_symbols= + case $host_os in + cygwin* | mingw* | cegcc*) + if test -n "$export_symbols" && test -z "$export_symbols_regex"; then + # exporting using user supplied symfile + if test "x`$SED 1q $export_symbols`" != xEXPORTS; then + # and it's NOT already a .def file. Must figure out + # which of the given symbols are data symbols and tag + # them as such. So, trigger use of export_symbols_cmds. + # export_symbols gets reassigned inside the "prepare + # the list of exported symbols" if statement, so the + # include_expsyms logic still works. + orig_export_symbols="$export_symbols" + export_symbols= + always_export_symbols=yes + fi + fi + ;; + esac + + # Prepare the list of exported symbols + if test -z "$export_symbols"; then + if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then + func_verbose "generating symbol list for \`$libname.la'" + export_symbols="$output_objdir/$libname.exp" + $opt_dry_run || $RM $export_symbols + cmds=$export_symbols_cmds + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + func_len " $cmd" + len=$func_len_result + if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then + func_show_eval "$cmd" 'exit $?' + skipped_export=false + else + # The command line is too long to execute in one step. + func_verbose "using reloadable object file for export list..." + skipped_export=: + # Break out early, otherwise skipped_export may be + # set to false by a later but shorter cmd. + break + fi + done + IFS="$save_ifs" + if test -n "$export_symbols_regex" && test "X$skipped_export" != "X:"; then + func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' + func_show_eval '$MV "${export_symbols}T" "$export_symbols"' + fi + fi + fi + + if test -n "$export_symbols" && test -n "$include_expsyms"; then + tmp_export_symbols="$export_symbols" + test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" + $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' + fi + + if test "X$skipped_export" != "X:" && test -n "$orig_export_symbols"; then + # The given exports_symbols file has to be filtered, so filter it. + func_verbose "filter symbol list for \`$libname.la' to tag DATA exports" + # FIXME: $output_objdir/$libname.filter potentially contains lots of + # 's' commands which not all seds can handle. GNU sed should be fine + # though. Also, the filter scales superlinearly with the number of + # global variables. join(1) would be nice here, but unfortunately + # isn't a blessed tool. + $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter + delfiles="$delfiles $export_symbols $output_objdir/$libname.filter" + export_symbols=$output_objdir/$libname.def + $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols + fi + + tmp_deplibs= + for test_deplib in $deplibs; do + case " $convenience " in + *" $test_deplib "*) ;; + *) + tmp_deplibs="$tmp_deplibs $test_deplib" + ;; + esac + done + deplibs="$tmp_deplibs" + + if test -n "$convenience"; then + if test -n "$whole_archive_flag_spec" && + test "$compiler_needs_object" = yes && + test -z "$libobjs"; then + # extract the archives, so we have objects to list. + # TODO: could optimize this to just extract one archive. + whole_archive_flag_spec= + fi + if test -n "$whole_archive_flag_spec"; then + save_libobjs=$libobjs + eval libobjs=\"\$libobjs $whole_archive_flag_spec\" + test "X$libobjs" = "X " && libobjs= + else + gentop="$output_objdir/${outputname}x" + generated="$generated $gentop" + + func_extract_archives $gentop $convenience + libobjs="$libobjs $func_extract_archives_result" + test "X$libobjs" = "X " && libobjs= + fi + fi + + if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then + eval flag=\"$thread_safe_flag_spec\" + linker_flags="$linker_flags $flag" + fi + + # Make a backup of the uninstalled library when relinking + if test "$mode" = relink; then + $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $? + fi + + # Do each of the archive commands. + if test "$module" = yes && test -n "$module_cmds" ; then + if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then + eval test_cmds=\"$module_expsym_cmds\" + cmds=$module_expsym_cmds + else + eval test_cmds=\"$module_cmds\" + cmds=$module_cmds + fi + else + if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then + eval test_cmds=\"$archive_expsym_cmds\" + cmds=$archive_expsym_cmds + else + eval test_cmds=\"$archive_cmds\" + cmds=$archive_cmds + fi + fi + + if test "X$skipped_export" != "X:" && + func_len " $test_cmds" && + len=$func_len_result && + test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then + : + else + # The command line is too long to link in one step, link piecewise + # or, if using GNU ld and skipped_export is not :, use a linker + # script. + + # Save the value of $output and $libobjs because we want to + # use them later. If we have whole_archive_flag_spec, we + # want to use save_libobjs as it was before + # whole_archive_flag_spec was expanded, because we can't + # assume the linker understands whole_archive_flag_spec. + # This may have to be revisited, in case too many + # convenience libraries get linked in and end up exceeding + # the spec. + if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then + save_libobjs=$libobjs + fi + save_output=$output + func_basename "$output" + output_la=$func_basename_result + + # Clear the reloadable object creation command queue and + # initialize k to one. + test_cmds= + concat_cmds= + objlist= + last_robj= + k=1 + + if test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "$with_gnu_ld" = yes; then + output=${output_objdir}/${output_la}.lnkscript + func_verbose "creating GNU ld script: $output" + echo 'INPUT (' > $output + for obj in $save_libobjs + do + $ECHO "$obj" >> $output + done + echo ')' >> $output + delfiles="$delfiles $output" + elif test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "X$file_list_spec" != X; then + output=${output_objdir}/${output_la}.lnk + func_verbose "creating linker input file list: $output" + : > $output + set x $save_libobjs + shift + firstobj= + if test "$compiler_needs_object" = yes; then + firstobj="$1 " + shift + fi + for obj + do + $ECHO "$obj" >> $output + done + delfiles="$delfiles $output" + output=$firstobj\"$file_list_spec$output\" + else + if test -n "$save_libobjs"; then + func_verbose "creating reloadable object files..." + output=$output_objdir/$output_la-${k}.$objext + eval test_cmds=\"$reload_cmds\" + func_len " $test_cmds" + len0=$func_len_result + len=$len0 + + # Loop over the list of objects to be linked. + for obj in $save_libobjs + do + func_len " $obj" + func_arith $len + $func_len_result + len=$func_arith_result + if test "X$objlist" = X || + test "$len" -lt "$max_cmd_len"; then + func_append objlist " $obj" + else + # The command $test_cmds is almost too long, add a + # command to the queue. + if test "$k" -eq 1 ; then + # The first file doesn't have a previous command to add. + reload_objs=$objlist + eval concat_cmds=\"$reload_cmds\" + else + # All subsequent reloadable object files will link in + # the last one created. + reload_objs="$objlist $last_robj" + eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\" + fi + last_robj=$output_objdir/$output_la-${k}.$objext + func_arith $k + 1 + k=$func_arith_result + output=$output_objdir/$output_la-${k}.$objext + objlist=" $obj" + func_len " $last_robj" + func_arith $len0 + $func_len_result + len=$func_arith_result + fi + done + # Handle the remaining objects by creating one last + # reloadable object file. All subsequent reloadable object + # files will link in the last one created. + test -z "$concat_cmds" || concat_cmds=$concat_cmds~ + reload_objs="$objlist $last_robj" + eval concat_cmds=\"\${concat_cmds}$reload_cmds\" + if test -n "$last_robj"; then + eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\" + fi + delfiles="$delfiles $output" + + else + output= + fi + + if ${skipped_export-false}; then + func_verbose "generating symbol list for \`$libname.la'" + export_symbols="$output_objdir/$libname.exp" + $opt_dry_run || $RM $export_symbols + libobjs=$output + # Append the command to create the export file. + test -z "$concat_cmds" || concat_cmds=$concat_cmds~ + eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\" + if test -n "$last_robj"; then + eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" + fi + fi + + test -n "$save_libobjs" && + func_verbose "creating a temporary reloadable object file: $output" + + # Loop through the commands generated above and execute them. + save_ifs="$IFS"; IFS='~' + for cmd in $concat_cmds; do + IFS="$save_ifs" + $opt_silent || { + func_quote_for_expand "$cmd" + eval "func_echo $func_quote_for_expand_result" + } + $opt_dry_run || eval "$cmd" || { + lt_exit=$? + + # Restore the uninstalled library and exit + if test "$mode" = relink; then + ( cd "$output_objdir" && \ + $RM "${realname}T" && \ + $MV "${realname}U" "$realname" ) + fi + + exit $lt_exit + } + done + IFS="$save_ifs" + + if test -n "$export_symbols_regex" && ${skipped_export-false}; then + func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' + func_show_eval '$MV "${export_symbols}T" "$export_symbols"' + fi + fi + + if ${skipped_export-false}; then + if test -n "$export_symbols" && test -n "$include_expsyms"; then + tmp_export_symbols="$export_symbols" + test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" + $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' + fi + + if test -n "$orig_export_symbols"; then + # The given exports_symbols file has to be filtered, so filter it. + func_verbose "filter symbol list for \`$libname.la' to tag DATA exports" + # FIXME: $output_objdir/$libname.filter potentially contains lots of + # 's' commands which not all seds can handle. GNU sed should be fine + # though. Also, the filter scales superlinearly with the number of + # global variables. join(1) would be nice here, but unfortunately + # isn't a blessed tool. + $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter + delfiles="$delfiles $export_symbols $output_objdir/$libname.filter" + export_symbols=$output_objdir/$libname.def + $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols + fi + fi + + libobjs=$output + # Restore the value of output. + output=$save_output + + if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then + eval libobjs=\"\$libobjs $whole_archive_flag_spec\" + test "X$libobjs" = "X " && libobjs= + fi + # Expand the library linking commands again to reset the + # value of $libobjs for piecewise linking. + + # Do each of the archive commands. + if test "$module" = yes && test -n "$module_cmds" ; then + if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then + cmds=$module_expsym_cmds + else + cmds=$module_cmds + fi + else + if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then + cmds=$archive_expsym_cmds + else + cmds=$archive_cmds + fi + fi + fi + + if test -n "$delfiles"; then + # Append the command to remove temporary files to $cmds. + eval cmds=\"\$cmds~\$RM $delfiles\" + fi + + # Add any objects from preloaded convenience libraries + if test -n "$dlprefiles"; then + gentop="$output_objdir/${outputname}x" + generated="$generated $gentop" + + func_extract_archives $gentop $dlprefiles + libobjs="$libobjs $func_extract_archives_result" + test "X$libobjs" = "X " && libobjs= + fi + + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $opt_silent || { + func_quote_for_expand "$cmd" + eval "func_echo $func_quote_for_expand_result" + } + $opt_dry_run || eval "$cmd" || { + lt_exit=$? + + # Restore the uninstalled library and exit + if test "$mode" = relink; then + ( cd "$output_objdir" && \ + $RM "${realname}T" && \ + $MV "${realname}U" "$realname" ) + fi + + exit $lt_exit + } + done + IFS="$save_ifs" + + # Restore the uninstalled library and exit + if test "$mode" = relink; then + $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $? + + if test -n "$convenience"; then + if test -z "$whole_archive_flag_spec"; then + func_show_eval '${RM}r "$gentop"' + fi + fi + + exit $EXIT_SUCCESS + fi + + # Create links to the real library. + for linkname in $linknames; do + if test "$realname" != "$linkname"; then + func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?' + fi + done + + # If -module or -export-dynamic was specified, set the dlname. + if test "$module" = yes || test "$export_dynamic" = yes; then + # On all known operating systems, these are identical. + dlname="$soname" + fi + fi + ;; + + obj) + if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then + func_warning "\`-dlopen' is ignored for objects" + fi + + case " $deplibs" in + *\ -l* | *\ -L*) + func_warning "\`-l' and \`-L' are ignored for objects" ;; + esac + + test -n "$rpath" && \ + func_warning "\`-rpath' is ignored for objects" + + test -n "$xrpath" && \ + func_warning "\`-R' is ignored for objects" + + test -n "$vinfo" && \ + func_warning "\`-version-info' is ignored for objects" + + test -n "$release" && \ + func_warning "\`-release' is ignored for objects" + + case $output in + *.lo) + test -n "$objs$old_deplibs" && \ + func_fatal_error "cannot build library object \`$output' from non-libtool objects" + + libobj=$output + func_lo2o "$libobj" + obj=$func_lo2o_result + ;; + *) + libobj= + obj="$output" + ;; + esac + + # Delete the old objects. + $opt_dry_run || $RM $obj $libobj + + # Objects from convenience libraries. This assumes + # single-version convenience libraries. Whenever we create + # different ones for PIC/non-PIC, this we'll have to duplicate + # the extraction. + reload_conv_objs= + gentop= + # reload_cmds runs $LD directly, so let us get rid of + # -Wl from whole_archive_flag_spec and hope we can get by with + # turning comma into space.. + wl= + + if test -n "$convenience"; then + if test -n "$whole_archive_flag_spec"; then + eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" + reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` + else + gentop="$output_objdir/${obj}x" + generated="$generated $gentop" + + func_extract_archives $gentop $convenience + reload_conv_objs="$reload_objs $func_extract_archives_result" + fi + fi + + # Create the old-style object. + reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test + + output="$obj" + func_execute_cmds "$reload_cmds" 'exit $?' + + # Exit if we aren't doing a library object file. + if test -z "$libobj"; then + if test -n "$gentop"; then + func_show_eval '${RM}r "$gentop"' + fi + + exit $EXIT_SUCCESS + fi + + if test "$build_libtool_libs" != yes; then + if test -n "$gentop"; then + func_show_eval '${RM}r "$gentop"' + fi + + # Create an invalid libtool object if no PIC, so that we don't + # accidentally link it into a program. + # $show "echo timestamp > $libobj" + # $opt_dry_run || eval "echo timestamp > $libobj" || exit $? + exit $EXIT_SUCCESS + fi + + if test -n "$pic_flag" || test "$pic_mode" != default; then + # Only do commands if we really have different PIC objects. + reload_objs="$libobjs $reload_conv_objs" + output="$libobj" + func_execute_cmds "$reload_cmds" 'exit $?' + fi + + if test -n "$gentop"; then + func_show_eval '${RM}r "$gentop"' + fi + + exit $EXIT_SUCCESS + ;; + + prog) + case $host in + *cygwin*) func_stripname '' '.exe' "$output" + output=$func_stripname_result.exe;; + esac + test -n "$vinfo" && \ + func_warning "\`-version-info' is ignored for programs" + + test -n "$release" && \ + func_warning "\`-release' is ignored for programs" + + test "$preload" = yes \ + && test "$dlopen_support" = unknown \ + && test "$dlopen_self" = unknown \ + && test "$dlopen_self_static" = unknown && \ + func_warning "\`LT_INIT([dlopen])' not used. Assuming no dlopen support." + + case $host in + *-*-rhapsody* | *-*-darwin1.[012]) + # On Rhapsody replace the C library is the System framework + compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` + finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` + ;; + esac + + case $host in + *-*-darwin*) + # Don't allow lazy linking, it breaks C++ global constructors + # But is supposedly fixed on 10.4 or later (yay!). + if test "$tagname" = CXX ; then + case ${MACOSX_DEPLOYMENT_TARGET-10.0} in + 10.[0123]) + compile_command="$compile_command ${wl}-bind_at_load" + finalize_command="$finalize_command ${wl}-bind_at_load" + ;; + esac + fi + # Time to change all our "foo.ltframework" stuff back to "-framework foo" + compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + ;; + esac + + + # move library search paths that coincide with paths to not yet + # installed libraries to the beginning of the library search list + new_libs= + for path in $notinst_path; do + case " $new_libs " in + *" -L$path/$objdir "*) ;; + *) + case " $compile_deplibs " in + *" -L$path/$objdir "*) + new_libs="$new_libs -L$path/$objdir" ;; + esac + ;; + esac + done + for deplib in $compile_deplibs; do + case $deplib in + -L*) + case " $new_libs " in + *" $deplib "*) ;; + *) new_libs="$new_libs $deplib" ;; + esac + ;; + *) new_libs="$new_libs $deplib" ;; + esac + done + compile_deplibs="$new_libs" + + + compile_command="$compile_command $compile_deplibs" + finalize_command="$finalize_command $finalize_deplibs" + + if test -n "$rpath$xrpath"; then + # If the user specified any rpath flags, then add them. + for libdir in $rpath $xrpath; do + # This is the magic to use -rpath. + case "$finalize_rpath " in + *" $libdir "*) ;; + *) finalize_rpath="$finalize_rpath $libdir" ;; + esac + done + fi + + # Now hardcode the library paths + rpath= + hardcode_libdirs= + for libdir in $compile_rpath $finalize_rpath; do + if test -n "$hardcode_libdir_flag_spec"; then + if test -n "$hardcode_libdir_separator"; then + if test -z "$hardcode_libdirs"; then + hardcode_libdirs="$libdir" + else + # Just accumulate the unique libdirs. + case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in + *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) + ;; + *) + hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" + ;; + esac + fi + else + eval flag=\"$hardcode_libdir_flag_spec\" + rpath="$rpath $flag" + fi + elif test -n "$runpath_var"; then + case "$perm_rpath " in + *" $libdir "*) ;; + *) perm_rpath="$perm_rpath $libdir" ;; + esac + fi + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) + testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'` + case :$dllsearchpath: in + *":$libdir:"*) ;; + ::) dllsearchpath=$libdir;; + *) dllsearchpath="$dllsearchpath:$libdir";; + esac + case :$dllsearchpath: in + *":$testbindir:"*) ;; + ::) dllsearchpath=$testbindir;; + *) dllsearchpath="$dllsearchpath:$testbindir";; + esac + ;; + esac + done + # Substitute the hardcoded libdirs into the rpath. + if test -n "$hardcode_libdir_separator" && + test -n "$hardcode_libdirs"; then + libdir="$hardcode_libdirs" + eval rpath=\" $hardcode_libdir_flag_spec\" + fi + compile_rpath="$rpath" + + rpath= + hardcode_libdirs= + for libdir in $finalize_rpath; do + if test -n "$hardcode_libdir_flag_spec"; then + if test -n "$hardcode_libdir_separator"; then + if test -z "$hardcode_libdirs"; then + hardcode_libdirs="$libdir" + else + # Just accumulate the unique libdirs. + case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in + *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) + ;; + *) + hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" + ;; + esac + fi + else + eval flag=\"$hardcode_libdir_flag_spec\" + rpath="$rpath $flag" + fi + elif test -n "$runpath_var"; then + case "$finalize_perm_rpath " in + *" $libdir "*) ;; + *) finalize_perm_rpath="$finalize_perm_rpath $libdir" ;; + esac + fi + done + # Substitute the hardcoded libdirs into the rpath. + if test -n "$hardcode_libdir_separator" && + test -n "$hardcode_libdirs"; then + libdir="$hardcode_libdirs" + eval rpath=\" $hardcode_libdir_flag_spec\" + fi + finalize_rpath="$rpath" + + if test -n "$libobjs" && test "$build_old_libs" = yes; then + # Transform all the library objects into standard objects. + compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` + finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` + fi + + func_generate_dlsyms "$outputname" "@PROGRAM@" "no" + + # template prelinking step + if test -n "$prelink_cmds"; then + func_execute_cmds "$prelink_cmds" 'exit $?' + fi + + wrappers_required=yes + case $host in + *cegcc* | *mingw32ce*) + # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway. + wrappers_required=no + ;; + *cygwin* | *mingw* ) + if test "$build_libtool_libs" != yes; then + wrappers_required=no + fi + ;; + *) + if test "$need_relink" = no || test "$build_libtool_libs" != yes; then + wrappers_required=no + fi + ;; + esac + if test "$wrappers_required" = no; then + # Replace the output file specification. + compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` + link_command="$compile_command$compile_rpath" + + # We have no uninstalled library dependencies, so finalize right now. + exit_status=0 + func_show_eval "$link_command" 'exit_status=$?' + + # Delete the generated files. + if test -f "$output_objdir/${outputname}S.${objext}"; then + func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"' + fi + + exit $exit_status + fi + + if test -n "$compile_shlibpath$finalize_shlibpath"; then + compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command" + fi + if test -n "$finalize_shlibpath"; then + finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command" + fi + + compile_var= + finalize_var= + if test -n "$runpath_var"; then + if test -n "$perm_rpath"; then + # We should set the runpath_var. + rpath= + for dir in $perm_rpath; do + rpath="$rpath$dir:" + done + compile_var="$runpath_var=\"$rpath\$$runpath_var\" " + fi + if test -n "$finalize_perm_rpath"; then + # We should set the runpath_var. + rpath= + for dir in $finalize_perm_rpath; do + rpath="$rpath$dir:" + done + finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " + fi + fi + + if test "$no_install" = yes; then + # We don't need to create a wrapper script. + link_command="$compile_var$compile_command$compile_rpath" + # Replace the output file specification. + link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` + # Delete the old output file. + $opt_dry_run || $RM $output + # Link the executable and exit + func_show_eval "$link_command" 'exit $?' + exit $EXIT_SUCCESS + fi + + if test "$hardcode_action" = relink; then + # Fast installation is not supported + link_command="$compile_var$compile_command$compile_rpath" + relink_command="$finalize_var$finalize_command$finalize_rpath" + + func_warning "this platform does not like uninstalled shared libraries" + func_warning "\`$output' will be relinked during installation" + else + if test "$fast_install" != no; then + link_command="$finalize_var$compile_command$finalize_rpath" + if test "$fast_install" = yes; then + relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` + else + # fast_install is set to needless + relink_command= + fi + else + link_command="$compile_var$compile_command$compile_rpath" + relink_command="$finalize_var$finalize_command$finalize_rpath" + fi + fi + + # Replace the output file specification. + link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` + + # Delete the old output files. + $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname + + func_show_eval "$link_command" 'exit $?' + + # Now create the wrapper script. + func_verbose "creating $output" + + # Quote the relink command for shipping. + if test -n "$relink_command"; then + # Preserve any variables that may affect compiler behavior + for var in $variables_saved_for_relink; do + if eval test -z \"\${$var+set}\"; then + relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" + elif eval var_value=\$$var; test -z "$var_value"; then + relink_command="$var=; export $var; $relink_command" + else + func_quote_for_eval "$var_value" + relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" + fi + done + relink_command="(cd `pwd`; $relink_command)" + relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` + fi + + # Only actually do things if not in dry run mode. + $opt_dry_run || { + # win32 will think the script is a binary if it has + # a .exe suffix, so we strip it off here. + case $output in + *.exe) func_stripname '' '.exe' "$output" + output=$func_stripname_result ;; + esac + # test for cygwin because mv fails w/o .exe extensions + case $host in + *cygwin*) + exeext=.exe + func_stripname '' '.exe' "$outputname" + outputname=$func_stripname_result ;; + *) exeext= ;; + esac + case $host in + *cygwin* | *mingw* ) + func_dirname_and_basename "$output" "" "." + output_name=$func_basename_result + output_path=$func_dirname_result + cwrappersource="$output_path/$objdir/lt-$output_name.c" + cwrapper="$output_path/$output_name.exe" + $RM $cwrappersource $cwrapper + trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15 + + func_emit_cwrapperexe_src > $cwrappersource + + # The wrapper executable is built using the $host compiler, + # because it contains $host paths and files. If cross- + # compiling, it, like the target executable, must be + # executed on the $host or under an emulation environment. + $opt_dry_run || { + $LTCC $LTCFLAGS -o $cwrapper $cwrappersource + $STRIP $cwrapper + } + + # Now, create the wrapper script for func_source use: + func_ltwrapper_scriptname $cwrapper + $RM $func_ltwrapper_scriptname_result + trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15 + $opt_dry_run || { + # note: this script will not be executed, so do not chmod. + if test "x$build" = "x$host" ; then + $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result + else + func_emit_wrapper no > $func_ltwrapper_scriptname_result + fi + } + ;; + * ) + $RM $output + trap "$RM $output; exit $EXIT_FAILURE" 1 2 15 + + func_emit_wrapper no > $output + chmod +x $output + ;; + esac + } + exit $EXIT_SUCCESS + ;; + esac + + # See if we need to build an old-fashioned archive. + for oldlib in $oldlibs; do + + if test "$build_libtool_libs" = convenience; then + oldobjs="$libobjs_save $symfileobj" + addlibs="$convenience" + build_libtool_libs=no + else + if test "$build_libtool_libs" = module; then + oldobjs="$libobjs_save" + build_libtool_libs=no + else + oldobjs="$old_deplibs $non_pic_objects" + if test "$preload" = yes && test -f "$symfileobj"; then + oldobjs="$oldobjs $symfileobj" + fi + fi + addlibs="$old_convenience" + fi + + if test -n "$addlibs"; then + gentop="$output_objdir/${outputname}x" + generated="$generated $gentop" + + func_extract_archives $gentop $addlibs + oldobjs="$oldobjs $func_extract_archives_result" + fi + + # Do each command in the archive commands. + if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then + cmds=$old_archive_from_new_cmds + else + + # Add any objects from preloaded convenience libraries + if test -n "$dlprefiles"; then + gentop="$output_objdir/${outputname}x" + generated="$generated $gentop" + + func_extract_archives $gentop $dlprefiles + oldobjs="$oldobjs $func_extract_archives_result" + fi + + # POSIX demands no paths to be encoded in archives. We have + # to avoid creating archives with duplicate basenames if we + # might have to extract them afterwards, e.g., when creating a + # static archive out of a convenience library, or when linking + # the entirety of a libtool archive into another (currently + # not supported by libtool). + if (for obj in $oldobjs + do + func_basename "$obj" + $ECHO "$func_basename_result" + done | sort | sort -uc >/dev/null 2>&1); then + : + else + echo "copying selected object files to avoid basename conflicts..." + gentop="$output_objdir/${outputname}x" + generated="$generated $gentop" + func_mkdir_p "$gentop" + save_oldobjs=$oldobjs + oldobjs= + counter=1 + for obj in $save_oldobjs + do + func_basename "$obj" + objbase="$func_basename_result" + case " $oldobjs " in + " ") oldobjs=$obj ;; + *[\ /]"$objbase "*) + while :; do + # Make sure we don't pick an alternate name that also + # overlaps. + newobj=lt$counter-$objbase + func_arith $counter + 1 + counter=$func_arith_result + case " $oldobjs " in + *[\ /]"$newobj "*) ;; + *) if test ! -f "$gentop/$newobj"; then break; fi ;; + esac + done + func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" + oldobjs="$oldobjs $gentop/$newobj" + ;; + *) oldobjs="$oldobjs $obj" ;; + esac + done + fi + eval cmds=\"$old_archive_cmds\" + + func_len " $cmds" + len=$func_len_result + if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then + cmds=$old_archive_cmds + else + # the command line is too long to link in one step, link in parts + func_verbose "using piecewise archive linking..." + save_RANLIB=$RANLIB + RANLIB=: + objlist= + concat_cmds= + save_oldobjs=$oldobjs + oldobjs= + # Is there a better way of finding the last object in the list? + for obj in $save_oldobjs + do + last_oldobj=$obj + done + eval test_cmds=\"$old_archive_cmds\" + func_len " $test_cmds" + len0=$func_len_result + len=$len0 + for obj in $save_oldobjs + do + func_len " $obj" + func_arith $len + $func_len_result + len=$func_arith_result + func_append objlist " $obj" + if test "$len" -lt "$max_cmd_len"; then + : + else + # the above command should be used before it gets too long + oldobjs=$objlist + if test "$obj" = "$last_oldobj" ; then + RANLIB=$save_RANLIB + fi + test -z "$concat_cmds" || concat_cmds=$concat_cmds~ + eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\" + objlist= + len=$len0 + fi + done + RANLIB=$save_RANLIB + oldobjs=$objlist + if test "X$oldobjs" = "X" ; then + eval cmds=\"\$concat_cmds\" + else + eval cmds=\"\$concat_cmds~\$old_archive_cmds\" + fi + fi + fi + func_execute_cmds "$cmds" 'exit $?' + done + + test -n "$generated" && \ + func_show_eval "${RM}r$generated" + + # Now create the libtool archive. + case $output in + *.la) + old_library= + test "$build_old_libs" = yes && old_library="$libname.$libext" + func_verbose "creating $output" + + # Preserve any variables that may affect compiler behavior + for var in $variables_saved_for_relink; do + if eval test -z \"\${$var+set}\"; then + relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" + elif eval var_value=\$$var; test -z "$var_value"; then + relink_command="$var=; export $var; $relink_command" + else + func_quote_for_eval "$var_value" + relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" + fi + done + # Quote the link command for shipping. + relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" + relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` + if test "$hardcode_automatic" = yes ; then + relink_command= + fi + + # Only create the output if not a dry run. + $opt_dry_run || { + for installed in no yes; do + if test "$installed" = yes; then + if test -z "$install_libdir"; then + break + fi + output="$output_objdir/$outputname"i + # Replace all uninstalled libtool libraries with the installed ones + newdependency_libs= + for deplib in $dependency_libs; do + case $deplib in + *.la) + func_basename "$deplib" + name="$func_basename_result" + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` + test -z "$libdir" && \ + func_fatal_error "\`$deplib' is not a valid libtool archive" + newdependency_libs="$newdependency_libs $libdir/$name" + ;; + *) newdependency_libs="$newdependency_libs $deplib" ;; + esac + done + dependency_libs="$newdependency_libs" + newdlfiles= + + for lib in $dlfiles; do + case $lib in + *.la) + func_basename "$lib" + name="$func_basename_result" + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` + test -z "$libdir" && \ + func_fatal_error "\`$lib' is not a valid libtool archive" + newdlfiles="$newdlfiles $libdir/$name" + ;; + *) newdlfiles="$newdlfiles $lib" ;; + esac + done + dlfiles="$newdlfiles" + newdlprefiles= + for lib in $dlprefiles; do + case $lib in + *.la) + # Only pass preopened files to the pseudo-archive (for + # eventual linking with the app. that links it) if we + # didn't already link the preopened objects directly into + # the library: + func_basename "$lib" + name="$func_basename_result" + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` + test -z "$libdir" && \ + func_fatal_error "\`$lib' is not a valid libtool archive" + newdlprefiles="$newdlprefiles $libdir/$name" + ;; + esac + done + dlprefiles="$newdlprefiles" + else + newdlfiles= + for lib in $dlfiles; do + case $lib in + [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; + *) abs=`pwd`"/$lib" ;; + esac + newdlfiles="$newdlfiles $abs" + done + dlfiles="$newdlfiles" + newdlprefiles= + for lib in $dlprefiles; do + case $lib in + [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; + *) abs=`pwd`"/$lib" ;; + esac + newdlprefiles="$newdlprefiles $abs" + done + dlprefiles="$newdlprefiles" + fi + $RM $output + # place dlname in correct position for cygwin + # In fact, it would be nice if we could use this code for all target + # systems that can't hard-code library paths into their executables + # and that have no shared library path variable independent of PATH, + # but it turns out we can't easily determine that from inspecting + # libtool variables, so we have to hard-code the OSs to which it + # applies here; at the moment, that means platforms that use the PE + # object format with DLL files. See the long comment at the top of + # tests/bindir.at for full details. + tdlname=$dlname + case $host,$output,$installed,$module,$dlname in + *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) + # If a -bindir argument was supplied, place the dll there. + if test "x$bindir" != x ; + then + func_relative_path "$install_libdir" "$bindir" + tdlname=$func_relative_path_result$dlname + else + # Otherwise fall back on heuristic. + tdlname=../bin/$dlname + fi + ;; + esac + $ECHO > $output "\ +# $outputname - a libtool library file +# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='$tdlname' + +# Names of this library. +library_names='$library_names' + +# The name of the static archive. +old_library='$old_library' + +# Linker flags that can not go in dependency_libs. +inherited_linker_flags='$new_inherited_linker_flags' + +# Libraries that this one depends upon. +dependency_libs='$dependency_libs' + +# Names of additional weak libraries provided by this library +weak_library_names='$weak_libs' + +# Version information for $libname. +current=$current +age=$age +revision=$revision + +# Is this an already installed library? +installed=$installed + +# Should we warn about portability when linking against -modules? +shouldnotlink=$module + +# Files to dlopen/dlpreopen +dlopen='$dlfiles' +dlpreopen='$dlprefiles' + +# Directory that this library needs to be installed in: +libdir='$install_libdir'" + if test "$installed" = no && test "$need_relink" = yes; then + $ECHO >> $output "\ +relink_command=\"$relink_command\"" + fi + done + } + + # Do a symbolic link so that the libtool archive can be found in + # LD_LIBRARY_PATH before the program is installed. + func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?' + ;; + esac + exit $EXIT_SUCCESS +} + +{ test "$mode" = link || test "$mode" = relink; } && + func_mode_link ${1+"$@"} + + +# func_mode_uninstall arg... +func_mode_uninstall () +{ + $opt_debug + RM="$nonopt" + files= + rmforce= + exit_status=0 + + # This variable tells wrapper scripts just to set variables rather + # than running their programs. + libtool_install_magic="$magic" + + for arg + do + case $arg in + -f) RM="$RM $arg"; rmforce=yes ;; + -*) RM="$RM $arg" ;; + *) files="$files $arg" ;; + esac + done + + test -z "$RM" && \ + func_fatal_help "you must specify an RM program" + + rmdirs= + + origobjdir="$objdir" + for file in $files; do + func_dirname "$file" "" "." + dir="$func_dirname_result" + if test "X$dir" = X.; then + objdir="$origobjdir" + else + objdir="$dir/$origobjdir" + fi + func_basename "$file" + name="$func_basename_result" + test "$mode" = uninstall && objdir="$dir" + + # Remember objdir for removal later, being careful to avoid duplicates + if test "$mode" = clean; then + case " $rmdirs " in + *" $objdir "*) ;; + *) rmdirs="$rmdirs $objdir" ;; + esac + fi + + # Don't error if the file doesn't exist and rm -f was used. + if { test -L "$file"; } >/dev/null 2>&1 || + { test -h "$file"; } >/dev/null 2>&1 || + test -f "$file"; then + : + elif test -d "$file"; then + exit_status=1 + continue + elif test "$rmforce" = yes; then + continue + fi + + rmfiles="$file" + + case $name in + *.la) + # Possibly a libtool archive, so verify it. + if func_lalib_p "$file"; then + func_source $dir/$name + + # Delete the libtool libraries and symlinks. + for n in $library_names; do + rmfiles="$rmfiles $objdir/$n" + done + test -n "$old_library" && rmfiles="$rmfiles $objdir/$old_library" + + case "$mode" in + clean) + case " $library_names " in + # " " in the beginning catches empty $dlname + *" $dlname "*) ;; + *) rmfiles="$rmfiles $objdir/$dlname" ;; + esac + test -n "$libdir" && rmfiles="$rmfiles $objdir/$name $objdir/${name}i" + ;; + uninstall) + if test -n "$library_names"; then + # Do each command in the postuninstall commands. + func_execute_cmds "$postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1' + fi + + if test -n "$old_library"; then + # Do each command in the old_postuninstall commands. + func_execute_cmds "$old_postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1' + fi + # FIXME: should reinstall the best remaining shared library. + ;; + esac + fi + ;; + + *.lo) + # Possibly a libtool object, so verify it. + if func_lalib_p "$file"; then + + # Read the .lo file + func_source $dir/$name + + # Add PIC object to the list of files to remove. + if test -n "$pic_object" && + test "$pic_object" != none; then + rmfiles="$rmfiles $dir/$pic_object" + fi + + # Add non-PIC object to the list of files to remove. + if test -n "$non_pic_object" && + test "$non_pic_object" != none; then + rmfiles="$rmfiles $dir/$non_pic_object" + fi + fi + ;; + + *) + if test "$mode" = clean ; then + noexename=$name + case $file in + *.exe) + func_stripname '' '.exe' "$file" + file=$func_stripname_result + func_stripname '' '.exe' "$name" + noexename=$func_stripname_result + # $file with .exe has already been added to rmfiles, + # add $file without .exe + rmfiles="$rmfiles $file" + ;; + esac + # Do a test to see if this is a libtool program. + if func_ltwrapper_p "$file"; then + if func_ltwrapper_executable_p "$file"; then + func_ltwrapper_scriptname "$file" + relink_command= + func_source $func_ltwrapper_scriptname_result + rmfiles="$rmfiles $func_ltwrapper_scriptname_result" + else + relink_command= + func_source $dir/$noexename + fi + + # note $name still contains .exe if it was in $file originally + # as does the version of $file that was added into $rmfiles + rmfiles="$rmfiles $objdir/$name $objdir/${name}S.${objext}" + if test "$fast_install" = yes && test -n "$relink_command"; then + rmfiles="$rmfiles $objdir/lt-$name" + fi + if test "X$noexename" != "X$name" ; then + rmfiles="$rmfiles $objdir/lt-${noexename}.c" + fi + fi + fi + ;; + esac + func_show_eval "$RM $rmfiles" 'exit_status=1' + done + objdir="$origobjdir" + + # Try to remove the ${objdir}s in the directories where we deleted files + for dir in $rmdirs; do + if test -d "$dir"; then + func_show_eval "rmdir $dir >/dev/null 2>&1" + fi + done + + exit $exit_status +} + +{ test "$mode" = uninstall || test "$mode" = clean; } && + func_mode_uninstall ${1+"$@"} + +test -z "$mode" && { + help="$generic_help" + func_fatal_help "you must specify a MODE" +} + +test -z "$exec_cmd" && \ + func_fatal_help "invalid operation mode \`$mode'" + +if test -n "$exec_cmd"; then + eval exec "$exec_cmd" + exit $EXIT_FAILURE +fi + +exit $exit_status + + +# The TAGs below are defined such that we never get into a situation +# in which we disable both kinds of libraries. Given conflicting +# choices, we go for a static library, that is the most portable, +# since we can't tell whether shared libraries were disabled because +# the user asked for that or because the platform doesn't support +# them. This is particularly important on AIX, because we don't +# support having both static and shared libraries enabled at the same +# time on that platform, so we default to a shared-only configuration. +# If a disable-shared tag is given, we'll fallback to a static-only +# configuration. But we'll never go from static-only to shared-only. + +# ### 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 + +# Local Variables: +# mode:shell-script +# sh-indentation:2 +# End: +# vi:sw=2 + diff --git a/libXfixes/man/Makefile.am b/libXfixes/man/Makefile.am new file mode 100644 index 000000000..b54f92a47 --- /dev/null +++ b/libXfixes/man/Makefile.am @@ -0,0 +1,39 @@ +# +# Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved. +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice (including the next +# paragraph) shall be included in all copies or substantial portions of the +# Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +# DEALINGS IN THE SOFTWARE. +# + +libmandir = $(LIB_MAN_DIR) + +libman_PRE = Xfixes.man + +libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@) + +EXTRA_DIST = $(libman_PRE) + +CLEANFILES = $(libman_DATA) + +# String replacements for man pages now come from xorg-macros.m4 via configure + +SUFFIXES = .$(LIB_MAN_SUFFIX) .man + +.man.$(LIB_MAN_SUFFIX): + $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ diff --git a/libXfixes/man/Makefile.in b/libXfixes/man/Makefile.in new file mode 100644 index 000000000..d94bd7358 --- /dev/null +++ b/libXfixes/man/Makefile.in @@ -0,0 +1,461 @@ +# Makefile.in generated by automake 1.11.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, +# Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +# +# Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved. +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice (including the next +# paragraph) shall be included in all copies or substantial portions of the +# Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +# DEALINGS IN THE SOFTWARE. +# + +VPATH = @srcdir@ +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 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = man +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_GEN = $(am__v_GEN_$(V)) +am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +am__v_GEN_0 = @echo " GEN " $@; +AM_V_at = $(am__v_at_$(V)) +am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +am__v_at_0 = @ +SOURCES = +DIST_SOURCES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) 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__installdirs = "$(DESTDIR)$(libmandir)" +DATA = $(libman_DATA) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ +ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +APP_MAN_DIR = @APP_MAN_DIR@ +APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CHANGELOG_CMD = @CHANGELOG_CMD@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CWARNFLAGS = @CWARNFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ +DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FILE_MAN_DIR = @FILE_MAN_DIR@ +FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ +FIXESEXT_CFLAGS = @FIXESEXT_CFLAGS@ +FIXESEXT_LIBS = @FIXESEXT_LIBS@ +FIXESEXT_VERSION = @FIXESEXT_VERSION@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_CMD = @INSTALL_CMD@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIB_MAN_DIR = @LIB_MAN_DIR@ +LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MAN_SUBSTS = @MAN_SUBSTS@ +MISC_MAN_DIR = @MISC_MAN_DIR@ +MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +XORG_MAN_PAGE = @XORG_MAN_PAGE@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +libmandir = $(LIB_MAN_DIR) +libman_PRE = Xfixes.man +libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@) +EXTRA_DIST = $(libman_PRE) +CLEANFILES = $(libman_DATA) + +# String replacements for man pages now come from xorg-macros.m4 via configure +SUFFIXES = .$(LIB_MAN_SUFFIX) .man +all: all-am + +.SUFFIXES: +.SUFFIXES: .$(LIB_MAN_SUFFIX) .man +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + 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) --foreign man/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign man/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-libmanDATA: $(libman_DATA) + @$(NORMAL_INSTALL) + test -z "$(libmandir)" || $(MKDIR_P) "$(DESTDIR)$(libmandir)" + @list='$(libman_DATA)'; test -n "$(libmandir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libmandir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(libmandir)" || exit $$?; \ + done + +uninstall-libmanDATA: + @$(NORMAL_UNINSTALL) + @list='$(libman_DATA)'; test -n "$(libmandir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(libmandir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(libmandir)" && rm -f $$files +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + 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 +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(libmandir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +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: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +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: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-libmanDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +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: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-libmanDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + distclean distclean-generic distclean-libtool 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-libmanDATA 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-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + uninstall uninstall-am uninstall-libmanDATA + + +.man.$(LIB_MAN_SUFFIX): + $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/libXfixes/man/Xfixes.man b/libXfixes/man/Xfixes.man new file mode 100644 index 000000000..075b78fac --- /dev/null +++ b/libXfixes/man/Xfixes.man @@ -0,0 +1,75 @@ +.\" +.\" +.\" Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc. +.\" +.\" Permission to use, copy, modify, distribute, and sell this software and its +.\" documentation for any purpose is hereby granted without fee, provided that +.\" the above copyright notice appear in all copies and that both that +.\" copyright notice and this permission notice appear in supporting +.\" documentation, and that the name of Keith Packard not be used in +.\" advertising or publicity pertaining to distribution of the software without +.\" specific, written prior permission. Keith Packard makes no +.\" representations about the suitability of this software for any purpose. It +.\" is provided "as is" without express or implied warranty. +.\" +.\" KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +.\" INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +.\" EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR +.\" CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +.\" DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +.\" TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +.\" PERFORMANCE OF THIS SOFTWARE. +.\" +.de TQ +.br +.ns +.TP \\$1 +.. +.TH XFIXES __libmansuffix__ __xorgversion__ + +.SH NAME +XFixes \- Augmented versions of core protocol requests +.SH SYNTAX +\&#include +.nf +.sp +Bool XFixesQueryExtension \^(\^Display *\fIdpy\fP, + int *\fIevent_base_return\fP, int *\fIerror_base_return\fP\^); +.sp +Status XFixesQueryVersion \^(\^Display *\fIdpy\fP, + int *\fImajor_version_return\fP, + int *\fIminor_version_return\fP\^); +.sp +void XFixesChangeSaveSet \^(\^Display *dpy, + Window \fIwindow\fP, + int \fImode\fP, + int \fItarget\fP, + int \fImap\fP); +.fi +.SH ARGUMENTS +.IP \fIdisplay\fP 1i +Specifies the connection to the X server. +.IP \fIwindow\fP 1i +Specifies which window. +.IP \fImode\fP 1i +Specifies the save set operation (SetModeInsert/SetModeDelete). +.IP \fItarget\fP 1i +Specifies the target when executing the save set +(SaveSetNearest/SaveSetRoot). In SaveSetNearest mode, the save set member +window will be reparented to the nearest window not owned by the save set +client. In SaveSetRoot mode, the save set member window will be reparented +to the root window. +.IP \fImap\fP 1i +Specifies the map mode (SaveSetMap/SaveSetUnmap) which selects whether the +save setmember window will be mapped or unmapped during save set processing. +.SH DESCRIPTION +.B Xfixes +is a simple library designed to interface the X Fixes +Extension. This extension provides application with work arounds for +various limitations in the core protocol. +.SH RESTRICTIONS +.B Xfixes +will remain upward compatible after the current 1.0 release. +.SH AUTHORS +Keith Packard, member of the XFree86 Project, Inc. and +HP, Owen Taylor, member of the Gnome Foundation and Redhat, Inc. diff --git a/libXfixes/missing b/libXfixes/missing new file mode 100755 index 000000000..28055d2ae --- /dev/null +++ b/libXfixes/missing @@ -0,0 +1,376 @@ +#! /bin/sh +# Common stub for a few missing GNU programs while installing. + +scriptversion=2009-04-28.21; # UTC + +# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, +# 2008, 2009 Free Software Foundation, Inc. +# Originally by Fran,cois Pinard , 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, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +if test $# -eq 0; then + echo 1>&2 "Try \`$0 --help' for more information" + exit 1 +fi + +run=: +sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' +sed_minuso='s/.* -o \([^ ]*\).*/\1/p' + +# In the cases where this matters, `missing' is being run in the +# srcdir already. +if test -f configure.ac; then + configure_ac=configure.ac +else + configure_ac=configure.in +fi + +msg="missing on your system" + +case $1 in +--run) + # Try to run requested program, and just exit if it succeeds. + run= + shift + "$@" && exit 0 + # Exit code 63 means version mismatch. This often happens + # when the user try to use an ancient version of a tool on + # a file that requires a minimum version. In this case we + # we should proceed has if the program had been absent, or + # if --run hadn't been passed. + if test $? = 63; then + run=: + msg="probably too old" + fi + ;; + + -h|--h|--he|--hel|--help) + echo "\ +$0 [OPTION]... PROGRAM [ARGUMENT]... + +Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an +error status if there is no known handling for PROGRAM. + +Options: + -h, --help display this help and exit + -v, --version output version information and exit + --run try to run the given command, and emulate it if it fails + +Supported PROGRAM values: + aclocal touch file \`aclocal.m4' + autoconf touch file \`configure' + autoheader touch file \`config.h.in' + autom4te touch the output file, or create a stub one + automake touch all \`Makefile.in' files + bison create \`y.tab.[ch]', if possible, from existing .[ch] + flex create \`lex.yy.c', if possible, from existing .c + help2man touch the output file + lex create \`lex.yy.c', if possible, from existing .c + makeinfo touch the output file + tar try tar, gnutar, gtar, then tar without non-portable flags + yacc create \`y.tab.[ch]', if possible, from existing .[ch] + +Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and +\`g' are ignored when checking the name. + +Send bug reports to ." + exit $? + ;; + + -v|--v|--ve|--ver|--vers|--versi|--versio|--version) + echo "missing $scriptversion (GNU Automake)" + exit $? + ;; + + -*) + echo 1>&2 "$0: Unknown \`$1' option" + echo 1>&2 "Try \`$0 --help' for more information" + exit 1 + ;; + +esac + +# normalize program name to check for. +program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` + +# Now exit if we have it, but it failed. Also exit now if we +# don't have it and --version was passed (most likely to detect +# the program). This is about non-GNU programs, so use $1 not +# $program. +case $1 in + lex*|yacc*) + # Not GNU programs, they don't have --version. + ;; + + tar*) + if test -n "$run"; then + echo 1>&2 "ERROR: \`tar' requires --run" + exit 1 + elif test "x$2" = "x--version" || test "x$2" = "x--help"; then + exit 1 + fi + ;; + + *) + if test -z "$run" && ($1 --version) > /dev/null 2>&1; then + # We have it, but it failed. + exit 1 + elif test "x$2" = "x--version" || test "x$2" = "x--help"; then + # Could not run --version or --help. This is probably someone + # running `$TOOL --version' or `$TOOL --help' to check whether + # $TOOL exists and not knowing $TOOL uses missing. + exit 1 + fi + ;; +esac + +# If it does not exist, or fails to run (possibly an outdated version), +# try to emulate it. +case $program in + aclocal*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified \`acinclude.m4' or \`${configure_ac}'. You might want + to install the \`Automake' and \`Perl' packages. Grab them from + any GNU archive site." + touch aclocal.m4 + ;; + + autoconf*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified \`${configure_ac}'. You might want to install the + \`Autoconf' and \`GNU m4' packages. Grab them from any GNU + archive site." + touch configure + ;; + + autoheader*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified \`acconfig.h' or \`${configure_ac}'. You might want + to install the \`Autoconf' and \`GNU m4' packages. Grab them + from any GNU archive site." + files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` + test -z "$files" && files="config.h" + touch_files= + for f in $files; do + case $f in + *:*) touch_files="$touch_files "`echo "$f" | + sed -e 's/^[^:]*://' -e 's/:.*//'`;; + *) touch_files="$touch_files $f.in";; + esac + done + touch $touch_files + ;; + + automake*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'. + You might want to install the \`Automake' and \`Perl' packages. + Grab them from any GNU archive site." + find . -type f -name Makefile.am -print | + sed 's/\.am$/.in/' | + while read f; do touch "$f"; done + ;; + + autom4te*) + echo 1>&2 "\ +WARNING: \`$1' is needed, but is $msg. + You might have modified some files without having the + proper tools for further handling them. + You can get \`$1' as part of \`Autoconf' from any GNU + archive site." + + file=`echo "$*" | sed -n "$sed_output"` + test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` + if test -f "$file"; then + touch $file + else + test -z "$file" || exec >$file + echo "#! /bin/sh" + echo "# Created by GNU Automake missing as a replacement of" + echo "# $ $@" + echo "exit 0" + chmod +x $file + exit 1 + fi + ;; + + bison*|yacc*) + echo 1>&2 "\ +WARNING: \`$1' $msg. You should only need it if + you modified a \`.y' file. You may need the \`Bison' package + in order for those modifications to take effect. You can get + \`Bison' from any GNU archive site." + rm -f y.tab.c y.tab.h + if test $# -ne 1; then + eval LASTARG="\${$#}" + case $LASTARG in + *.y) + SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` + if test -f "$SRCFILE"; then + cp "$SRCFILE" y.tab.c + fi + SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` + if test -f "$SRCFILE"; then + cp "$SRCFILE" y.tab.h + fi + ;; + esac + fi + if test ! -f y.tab.h; then + echo >y.tab.h + fi + if test ! -f y.tab.c; then + echo 'main() { return 0; }' >y.tab.c + fi + ;; + + lex*|flex*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified a \`.l' file. You may need the \`Flex' package + in order for those modifications to take effect. You can get + \`Flex' from any GNU archive site." + rm -f lex.yy.c + if test $# -ne 1; then + eval LASTARG="\${$#}" + case $LASTARG in + *.l) + SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` + if test -f "$SRCFILE"; then + cp "$SRCFILE" lex.yy.c + fi + ;; + esac + fi + if test ! -f lex.yy.c; then + echo 'main() { return 0; }' >lex.yy.c + fi + ;; + + help2man*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified a dependency of a manual page. You may need the + \`Help2man' package in order for those modifications to take + effect. You can get \`Help2man' from any GNU archive site." + + file=`echo "$*" | sed -n "$sed_output"` + test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` + if test -f "$file"; then + touch $file + else + test -z "$file" || exec >$file + echo ".ab help2man is required to generate this page" + exit $? + fi + ;; + + makeinfo*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified a \`.texi' or \`.texinfo' file, or any other file + indirectly affecting the aspect of the manual. The spurious + call might also be the consequence of using a buggy \`make' (AIX, + DU, IRIX). You might want to install the \`Texinfo' package or + the \`GNU make' package. Grab either from any GNU archive site." + # The file to touch is that specified with -o ... + file=`echo "$*" | sed -n "$sed_output"` + test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` + if test -z "$file"; then + # ... or it is the one specified with @setfilename ... + infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` + file=`sed -n ' + /^@setfilename/{ + s/.* \([^ ]*\) *$/\1/ + p + q + }' $infile` + # ... or it is derived from the source name (dir/f.texi becomes f.info) + test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info + fi + # If the file does not exist, the user really needs makeinfo; + # let's fail without touching anything. + test -f $file || exit 1 + touch $file + ;; + + tar*) + shift + + # We have already tried tar in the generic part. + # Look for gnutar/gtar before invocation to avoid ugly error + # messages. + if (gnutar --version > /dev/null 2>&1); then + gnutar "$@" && exit 0 + fi + if (gtar --version > /dev/null 2>&1); then + gtar "$@" && exit 0 + fi + firstarg="$1" + if shift; then + case $firstarg in + *o*) + firstarg=`echo "$firstarg" | sed s/o//` + tar "$firstarg" "$@" && exit 0 + ;; + esac + case $firstarg in + *h*) + firstarg=`echo "$firstarg" | sed s/h//` + tar "$firstarg" "$@" && exit 0 + ;; + esac + fi + + echo 1>&2 "\ +WARNING: I can't seem to be able to run \`tar' with the given arguments. + You may want to install GNU tar or Free paxutils, or check the + command line arguments." + exit 1 + ;; + + *) + echo 1>&2 "\ +WARNING: \`$1' is needed, and is $msg. + You might have modified some files without having the + proper tools for further handling them. Check the \`README' file, + it often tells you about the needed prerequisites for installing + this package. You may also peek at any GNU archive site, in case + some other package would contain this missing \`$1' program." + exit 1 + ;; +esac + +exit 0 + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff --git a/libXfixes/src/Cursor.c b/libXfixes/src/Cursor.c new file mode 100644 index 000000000..0d656f7ad --- /dev/null +++ b/libXfixes/src/Cursor.c @@ -0,0 +1,336 @@ +/* + * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. + * Copyright 2011 Red Hat, Inc. + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + */ +/* + * Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc. + * + * Permission to use, copy, modify, distribute, and sell this software and its + * documentation for any purpose is hereby granted without fee, provided that + * the above copyright notice appear in all copies and that both that + * copyright notice and this permission notice appear in supporting + * documentation, and that the name of Keith Packard not be used in + * advertising or publicity pertaining to distribution of the software without + * specific, written prior permission. Keith Packard makes no + * representations about the suitability of this software for any purpose. It + * is provided "as is" without express or implied warranty. + * + * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO + * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR + * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, + * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +#ifdef HAVE_CONFIG_H +#include +#endif +#include "Xfixesint.h" + +void +XFixesSelectCursorInput (Display *dpy, + Window win, + unsigned long eventMask) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay (dpy); + xXFixesSelectCursorInputReq *req; + + XFixesSimpleCheckExtension (dpy, info); + + LockDisplay (dpy); + GetReq (XFixesSelectCursorInput, req); + req->reqType = info->codes->major_opcode; + req->xfixesReqType = X_XFixesSelectCursorInput; + req->window = win; + req->eventMask = eventMask; + UnlockDisplay (dpy); + SyncHandle (); +} + +XFixesCursorImage * +XFixesGetCursorImage (Display *dpy) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay (dpy); + xXFixesGetCursorImageAndNameReq *req; + xXFixesGetCursorImageAndNameReply rep; + int npixels; + int nbytes_name; + int nbytes, nread, rlength; + XFixesCursorImage *image; + char *name; + + XFixesCheckExtension (dpy, info, NULL); + LockDisplay (dpy); + GetReq (XFixesGetCursorImageAndName, req); + req->reqType = info->codes->major_opcode; + if (info->major_version >= 2) + req->xfixesReqType = X_XFixesGetCursorImageAndName; + else + req->xfixesReqType = X_XFixesGetCursorImage; + if (!_XReply (dpy, (xReply *) &rep, 0, xFalse)) + { + UnlockDisplay (dpy); + SyncHandle (); + return NULL; + } + if (info->major_version < 2) + { + rep.cursorName = None; + rep.nbytes = 0; + } + npixels = rep.width * rep.height; + nbytes_name = rep.nbytes; + /* reply data length */ + nbytes = (long) rep.length << 2; + /* bytes of actual data in the reply */ + nread = (npixels << 2) + nbytes_name; + /* size of data returned to application */ + rlength = (sizeof (XFixesCursorImage) + + npixels * sizeof (unsigned long) + + nbytes_name + 1); + + image = (XFixesCursorImage *) Xmalloc (rlength); + if (!image) + { + _XEatData (dpy, nbytes); + UnlockDisplay (dpy); + SyncHandle (); + return NULL; + } + image->x = rep.x; + image->y = rep.y; + image->width = rep.width; + image->height = rep.height; + image->xhot = rep.xhot; + image->yhot = rep.yhot; + image->cursor_serial = rep.cursorSerial; + image->pixels = (unsigned long *) (image + 1); + image->atom = rep.cursorName; + name = (char *) (image->pixels + npixels); + image->name = name; + _XRead32 (dpy, (long *) image->pixels, npixels << 2); + _XRead (dpy, name, nbytes_name); + name[nbytes_name] = '\0'; /* null-terminate */ + /* skip any padding */ + if(nbytes > nread) + { + _XEatData (dpy, (unsigned long) (nbytes - nread)); + } + UnlockDisplay (dpy); + SyncHandle (); + return image; +} + +void +XFixesSetCursorName (Display *dpy, Cursor cursor, const char *name) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay (dpy); + xXFixesSetCursorNameReq *req; + int nbytes = strlen (name); + + XFixesSimpleCheckExtension (dpy, info); + if (info->major_version < 2) + return; + LockDisplay (dpy); + GetReq (XFixesSetCursorName, req); + req->reqType = info->codes->major_opcode; + req->xfixesReqType = X_XFixesSetCursorName; + req->cursor = cursor; + req->nbytes = nbytes; + req->length += (nbytes + 3) >> 2; + Data (dpy, name, nbytes); + UnlockDisplay (dpy); + SyncHandle (); +} + +const char * +XFixesGetCursorName (Display *dpy, Cursor cursor, Atom *atom) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay (dpy); + xXFixesGetCursorNameReq *req; + xXFixesGetCursorNameReply rep; + char *name; + + XFixesCheckExtension (dpy, info, NULL); + if (info->major_version < 2) + return NULL; + LockDisplay (dpy); + GetReq (XFixesGetCursorName, req); + req->reqType = info->codes->major_opcode; + req->xfixesReqType = X_XFixesGetCursorName; + req->cursor = cursor; + if (!_XReply (dpy, (xReply *) &rep, 0, xFalse)) + { + UnlockDisplay (dpy); + SyncHandle (); + return NULL; + } + *atom = rep.atom; + if ((name = (char *) Xmalloc(rep.nbytes+1))) { + _XReadPad(dpy, name, (long)rep.nbytes); + name[rep.nbytes] = '\0'; + } else { + _XEatData(dpy, (unsigned long) (rep.nbytes + 3) & ~3); + name = (char *) NULL; + } + UnlockDisplay(dpy); + SyncHandle(); + return(name); +} + +void +XFixesChangeCursor (Display *dpy, Cursor source, Cursor destination) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay (dpy); + xXFixesChangeCursorReq *req; + + XFixesSimpleCheckExtension (dpy, info); + if (info->major_version < 2) + return; + LockDisplay (dpy); + GetReq (XFixesChangeCursor, req); + req->reqType = info->codes->major_opcode; + req->xfixesReqType = X_XFixesChangeCursor; + req->source = source; + req->destination = destination; + UnlockDisplay(dpy); + SyncHandle(); +} + +void +XFixesChangeCursorByName (Display *dpy, Cursor source, const char *name) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay (dpy); + xXFixesChangeCursorByNameReq *req; + int nbytes = strlen (name); + + XFixesSimpleCheckExtension (dpy, info); + if (info->major_version < 2) + return; + LockDisplay (dpy); + GetReq (XFixesChangeCursorByName, req); + req->reqType = info->codes->major_opcode; + req->xfixesReqType = X_XFixesChangeCursorByName; + req->source = source; + req->nbytes = nbytes; + req->length += (nbytes + 3) >> 2; + Data (dpy, name, nbytes); + UnlockDisplay(dpy); + SyncHandle(); +} + +void +XFixesHideCursor (Display *dpy, Window win) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay (dpy); + xXFixesHideCursorReq *req; + + XFixesSimpleCheckExtension (dpy, info); + if (info->major_version < 4) + return; + LockDisplay (dpy); + GetReq (XFixesHideCursor, req); + req->reqType = info->codes->major_opcode; + req->xfixesReqType = X_XFixesHideCursor; + req->window = win; + UnlockDisplay (dpy); + SyncHandle (); +} + +void +XFixesShowCursor (Display *dpy, Window win) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay (dpy); + xXFixesShowCursorReq *req; + + XFixesSimpleCheckExtension (dpy, info); + if (info->major_version < 4) + return; + LockDisplay (dpy); + GetReq (XFixesShowCursor, req); + req->reqType = info->codes->major_opcode; + req->xfixesReqType = X_XFixesShowCursor; + req->window = win; + UnlockDisplay (dpy); + SyncHandle (); +} + +PointerBarrier +XFixesCreatePointerBarrier(Display *dpy, Window w, int x1, int y1, + int x2, int y2, int directions, + int num_devices, int *devices) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay (dpy); + xXFixesCreatePointerBarrierReq *req; + PointerBarrier barrier; + int extra = 0; + + XFixesCheckExtension (dpy, info, 0); + if (info->major_version < 5) + return 0; + + if (num_devices) + extra = (((2 * num_devices) + 3) / 4) * 4; + + LockDisplay (dpy); + GetReqExtra (XFixesCreatePointerBarrier, extra, req); + req->reqType = info->codes->major_opcode; + req->xfixesReqType = X_XFixesCreatePointerBarrier; + barrier = req->barrier = XAllocID (dpy); + req->window = w; + req->x1 = x1; + req->y1 = y1; + req->x2 = x2; + req->y2 = y2; + req->directions = directions; + if ((req->num_devices = num_devices)) { + int i; + CARD16 *devs = (CARD16 *)(req + 1); + for (i = 0; i < num_devices; i++) + devs[i] = (CARD16)(devices[i]); + } + + UnlockDisplay (dpy); + SyncHandle(); + return barrier; +} + +void +XFixesDestroyPointerBarrier(Display *dpy, PointerBarrier b) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay (dpy); + xXFixesDestroyPointerBarrierReq *req; + + XFixesSimpleCheckExtension (dpy, info); + if (info->major_version < 5) + return; + + LockDisplay (dpy); + GetReq (XFixesDestroyPointerBarrier, req); + req->reqType = info->codes->major_opcode; + req->xfixesReqType = X_XFixesDestroyPointerBarrier; + req->barrier = b; + UnlockDisplay (dpy); + SyncHandle(); +} diff --git a/libXfixes/src/Makefile.am b/libXfixes/src/Makefile.am new file mode 100644 index 000000000..544230fe0 --- /dev/null +++ b/libXfixes/src/Makefile.am @@ -0,0 +1,20 @@ +lib_LTLIBRARIES = libXfixes.la + +libXfixes_la_SOURCES = \ + Cursor.c \ + Region.c \ + SaveSet.c \ + Selection.c \ + Xfixes.c \ + Xfixesint.h + +libXfixes_la_LIBADD = @FIXESEXT_LIBS@ +AM_CFLAGS = $(CWARNFLAGS) @FIXESEXT_CFLAGS@ + +INCLUDES = -I$(top_srcdir)/include/X11/extensions + +libXfixes_la_LDFLAGS = -version-number 3:1:0 -no-undefined + +libXfixesincludedir = $(includedir)/X11/extensions +libXfixesinclude_HEADERS = $(top_srcdir)/include/X11/extensions/Xfixes.h + diff --git a/libXfixes/src/Makefile.in b/libXfixes/src/Makefile.in new file mode 100644 index 000000000..904f02350 --- /dev/null +++ b/libXfixes/src/Makefile.in @@ -0,0 +1,602 @@ +# Makefile.in generated by automake 1.11.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, +# Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + + +VPATH = @srcdir@ +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 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = src +DIST_COMMON = $(libXfixesinclude_HEADERS) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/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 \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) 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__installdirs = "$(DESTDIR)$(libdir)" \ + "$(DESTDIR)$(libXfixesincludedir)" +LTLIBRARIES = $(lib_LTLIBRARIES) +libXfixes_la_DEPENDENCIES = +am_libXfixes_la_OBJECTS = Cursor.lo Region.lo SaveSet.lo Selection.lo \ + Xfixes.lo +libXfixes_la_OBJECTS = $(am_libXfixes_la_OBJECTS) +AM_V_lt = $(am__v_lt_$(V)) +am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +am__v_lt_0 = --silent +libXfixes_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(libXfixes_la_LDFLAGS) $(LDFLAGS) -o $@ +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CFLAGS) $(CFLAGS) +AM_V_CC = $(am__v_CC_$(V)) +am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +am__v_CC_0 = @echo " CC " $@; +AM_V_at = $(am__v_at_$(V)) +am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +am__v_at_0 = @ +CCLD = $(CC) +LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CCLD = $(am__v_CCLD_$(V)) +am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +am__v_CCLD_0 = @echo " CCLD " $@; +AM_V_GEN = $(am__v_GEN_$(V)) +am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +am__v_GEN_0 = @echo " GEN " $@; +SOURCES = $(libXfixes_la_SOURCES) +DIST_SOURCES = $(libXfixes_la_SOURCES) +HEADERS = $(libXfixesinclude_HEADERS) +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ +ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +APP_MAN_DIR = @APP_MAN_DIR@ +APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CHANGELOG_CMD = @CHANGELOG_CMD@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CWARNFLAGS = @CWARNFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ +DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FILE_MAN_DIR = @FILE_MAN_DIR@ +FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ +FIXESEXT_CFLAGS = @FIXESEXT_CFLAGS@ +FIXESEXT_LIBS = @FIXESEXT_LIBS@ +FIXESEXT_VERSION = @FIXESEXT_VERSION@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_CMD = @INSTALL_CMD@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIB_MAN_DIR = @LIB_MAN_DIR@ +LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MAN_SUBSTS = @MAN_SUBSTS@ +MISC_MAN_DIR = @MISC_MAN_DIR@ +MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +XORG_MAN_PAGE = @XORG_MAN_PAGE@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +lib_LTLIBRARIES = libXfixes.la +libXfixes_la_SOURCES = \ + Cursor.c \ + Region.c \ + SaveSet.c \ + Selection.c \ + Xfixes.c \ + Xfixesint.h + +libXfixes_la_LIBADD = @FIXESEXT_LIBS@ +AM_CFLAGS = $(CWARNFLAGS) @FIXESEXT_CFLAGS@ +INCLUDES = -I$(top_srcdir)/include/X11/extensions +libXfixes_la_LDFLAGS = -version-number 3:1:0 -no-undefined +libXfixesincludedir = $(includedir)/X11/extensions +libXfixesinclude_HEADERS = $(top_srcdir)/include/X11/extensions/Xfixes.h +all: all-am + +.SUFFIXES: +.SUFFIXES: .c .lo .o .obj +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + 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) --foreign src/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-libLTLIBRARIES: $(lib_LTLIBRARIES) + @$(NORMAL_INSTALL) + test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" + @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 " $(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)'; 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 +libXfixes.la: $(libXfixes_la_OBJECTS) $(libXfixes_la_DEPENDENCIES) + $(AM_V_CCLD)$(libXfixes_la_LINK) -rpath $(libdir) $(libXfixes_la_OBJECTS) $(libXfixes_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Cursor.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Region.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SaveSet.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Selection.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Xfixes.Plo@am__quote@ + +.c.o: +@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c $< + +.c.obj: +@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` + +.c.lo: +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-libXfixesincludeHEADERS: $(libXfixesinclude_HEADERS) + @$(NORMAL_INSTALL) + test -z "$(libXfixesincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libXfixesincludedir)" + @list='$(libXfixesinclude_HEADERS)'; test -n "$(libXfixesincludedir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libXfixesincludedir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(libXfixesincludedir)" || exit $$?; \ + done + +uninstall-libXfixesincludeHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(libXfixesinclude_HEADERS)'; test -n "$(libXfixesincludedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(libXfixesincludedir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(libXfixesincludedir)" && rm -f $$files + +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; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + set x; \ + 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; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + 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 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + 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; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + 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" + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + 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 +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libXfixesincludedir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +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: + +clean-generic: + +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: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-libXfixesincludeHEADERS + +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: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-libLTLIBRARIES \ + uninstall-libXfixesincludeHEADERS + +.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-libXfixesincludeHEADERS \ + 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 \ + uninstall-libXfixesincludeHEADERS + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/libXfixes/src/Region.c b/libXfixes/src/Region.c new file mode 100644 index 000000000..842da06bc --- /dev/null +++ b/libXfixes/src/Region.c @@ -0,0 +1,444 @@ +/* + * Copyright © 2003 Keith Packard + * + * Permission to use, copy, modify, distribute, and sell this software and its + * documentation for any purpose is hereby granted without fee, provided that + * the above copyright notice appear in all copies and that both that + * copyright notice and this permission notice appear in supporting + * documentation, and that the name of Keith Packard not be used in + * advertising or publicity pertaining to distribution of the software without + * specific, written prior permission. Keith Packard makes no + * representations about the suitability of this software for any purpose. It + * is provided "as is" without express or implied warranty. + * + * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO + * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR + * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, + * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +#ifdef HAVE_CONFIG_H +#include +#endif +#include "Xfixesint.h" + +XserverRegion +XFixesCreateRegion (Display *dpy, XRectangle *rectangles, int nrectangles) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay (dpy); + xXFixesCreateRegionReq *req; + long len; + XserverRegion region; + + XFixesCheckExtension (dpy, info, 0); + LockDisplay (dpy); + GetReq (XFixesCreateRegion, req); + req->reqType = info->codes->major_opcode; + req->xfixesReqType = X_XFixesCreateRegion; + region = req->region = XAllocID (dpy); + len = ((long) nrectangles) << 1; + SetReqLen (req, len, len); + len <<= 2; + Data16 (dpy, (short *) rectangles, len); + UnlockDisplay (dpy); + SyncHandle(); + return region; +} + +XserverRegion +XFixesCreateRegionFromBitmap (Display *dpy, Pixmap bitmap) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay (dpy); + xXFixesCreateRegionFromBitmapReq *req; + XserverRegion region; + + XFixesCheckExtension (dpy, info, 0); + LockDisplay (dpy); + GetReq (XFixesCreateRegionFromBitmap, req); + req->reqType = info->codes->major_opcode; + req->xfixesReqType = X_XFixesCreateRegionFromBitmap; + region = req->region = XAllocID (dpy); + req->bitmap = bitmap; + UnlockDisplay (dpy); + SyncHandle(); + return region; +} + +XserverRegion +XFixesCreateRegionFromWindow (Display *dpy, Window window, int kind) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay (dpy); + xXFixesCreateRegionFromWindowReq *req; + XserverRegion region; + + XFixesCheckExtension (dpy, info, 0); + LockDisplay (dpy); + GetReq (XFixesCreateRegionFromWindow, req); + req->reqType = info->codes->major_opcode; + req->xfixesReqType = X_XFixesCreateRegionFromWindow; + region = req->region = XAllocID (dpy); + req->window = window; + req->kind = kind; + UnlockDisplay (dpy); + SyncHandle(); + return region; +} + +XserverRegion +XFixesCreateRegionFromGC (Display *dpy, GC gc) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay (dpy); + xXFixesCreateRegionFromGCReq *req; + XserverRegion region; + + XFixesCheckExtension (dpy, info, 0); + LockDisplay (dpy); + GetReq (XFixesCreateRegionFromGC, req); + req->reqType = info->codes->major_opcode; + req->xfixesReqType = X_XFixesCreateRegionFromGC; + region = req->region = XAllocID (dpy); + req->gc = gc->gid; + UnlockDisplay (dpy); + SyncHandle(); + return region; +} + +XserverRegion +XFixesCreateRegionFromPicture (Display *dpy, XID picture) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay (dpy); + xXFixesCreateRegionFromPictureReq *req; + XserverRegion region; + + XFixesCheckExtension (dpy, info, 0); + LockDisplay (dpy); + GetReq (XFixesCreateRegionFromPicture, req); + req->reqType = info->codes->major_opcode; + req->xfixesReqType = X_XFixesCreateRegionFromPicture; + region = req->region = XAllocID (dpy); + req->picture = picture; + UnlockDisplay (dpy); + SyncHandle(); + return region; +} + +void +XFixesDestroyRegion (Display *dpy, XserverRegion region) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay (dpy); + xXFixesDestroyRegionReq *req; + + XFixesSimpleCheckExtension (dpy, info); + LockDisplay (dpy); + GetReq (XFixesDestroyRegion, req); + req->reqType = info->codes->major_opcode; + req->xfixesReqType = X_XFixesDestroyRegion; + req->region = region; + UnlockDisplay (dpy); + SyncHandle(); +} + +void +XFixesSetRegion (Display *dpy, XserverRegion region, + XRectangle *rectangles, int nrectangles) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay (dpy); + xXFixesSetRegionReq *req; + long len; + + XFixesSimpleCheckExtension (dpy, info); + LockDisplay (dpy); + GetReq (XFixesSetRegion, req); + req->reqType = info->codes->major_opcode; + req->xfixesReqType = X_XFixesSetRegion; + req->region = region; + len = ((long) nrectangles) << 1; + SetReqLen (req, len, len); + len <<= 2; + Data16 (dpy, (short *) rectangles, len); + UnlockDisplay (dpy); + SyncHandle(); +} + +void +XFixesCopyRegion (Display *dpy, XserverRegion dst, XserverRegion src) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay (dpy); + xXFixesCopyRegionReq *req; + + XFixesSimpleCheckExtension (dpy, info); + LockDisplay (dpy); + GetReq (XFixesCopyRegion, req); + req->reqType = info->codes->major_opcode; + req->xfixesReqType = X_XFixesCopyRegion; + req->source = src; + req->destination = dst; + UnlockDisplay (dpy); + SyncHandle(); +} + +void +XFixesUnionRegion (Display *dpy, XserverRegion dst, + XserverRegion src1, XserverRegion src2) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay (dpy); + xXFixesUnionRegionReq *req; + + XFixesSimpleCheckExtension (dpy, info); + LockDisplay (dpy); + GetReq (XFixesUnionRegion, req); + req->reqType = info->codes->major_opcode; + req->xfixesReqType = X_XFixesUnionRegion; + req->source1 = src1; + req->source2 = src2; + req->destination = dst; + UnlockDisplay (dpy); + SyncHandle(); +} + +void +XFixesIntersectRegion (Display *dpy, XserverRegion dst, + XserverRegion src1, XserverRegion src2) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay (dpy); + xXFixesIntersectRegionReq *req; + + XFixesSimpleCheckExtension (dpy, info); + LockDisplay (dpy); + GetReq (XFixesIntersectRegion, req); + req->reqType = info->codes->major_opcode; + req->xfixesReqType = X_XFixesIntersectRegion; + req->source1 = src1; + req->source2 = src2; + req->destination = dst; + UnlockDisplay (dpy); + SyncHandle(); +} + +void +XFixesSubtractRegion (Display *dpy, XserverRegion dst, + XserverRegion src1, XserverRegion src2) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay (dpy); + xXFixesSubtractRegionReq *req; + + XFixesSimpleCheckExtension (dpy, info); + LockDisplay (dpy); + GetReq (XFixesSubtractRegion, req); + req->reqType = info->codes->major_opcode; + req->xfixesReqType = X_XFixesSubtractRegion; + req->source1 = src1; + req->source2 = src2; + req->destination = dst; + UnlockDisplay (dpy); + SyncHandle(); +} + +void +XFixesInvertRegion (Display *dpy, XserverRegion dst, + XRectangle *rect, XserverRegion src) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay (dpy); + xXFixesInvertRegionReq *req; + + XFixesSimpleCheckExtension (dpy, info); + LockDisplay (dpy); + GetReq (XFixesInvertRegion, req); + req->reqType = info->codes->major_opcode; + req->xfixesReqType = X_XFixesInvertRegion; + req->x = rect->x; + req->y = rect->y; + req->width = rect->width; + req->height = rect->height; + req->source = src; + req->destination = dst; + UnlockDisplay (dpy); + SyncHandle(); +} + +void +XFixesTranslateRegion (Display *dpy, XserverRegion region, int dx, int dy) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay (dpy); + xXFixesTranslateRegionReq *req; + + XFixesSimpleCheckExtension (dpy, info); + LockDisplay (dpy); + GetReq (XFixesTranslateRegion, req); + req->reqType = info->codes->major_opcode; + req->xfixesReqType = X_XFixesTranslateRegion; + req->region = region; + req->dx = dx; + req->dy = dy; + UnlockDisplay (dpy); + SyncHandle(); +} + +void +XFixesRegionExtents (Display *dpy, XserverRegion dst, XserverRegion src) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay (dpy); + xXFixesRegionExtentsReq *req; + + XFixesSimpleCheckExtension (dpy, info); + LockDisplay (dpy); + GetReq (XFixesRegionExtents, req); + req->reqType = info->codes->major_opcode; + req->xfixesReqType = X_XFixesRegionExtents; + req->source = src; + req->destination = dst; + UnlockDisplay (dpy); + SyncHandle(); +} + +XRectangle * +XFixesFetchRegion (Display *dpy, XserverRegion region, int *nrectanglesRet) +{ + XRectangle bounds; + + return XFixesFetchRegionAndBounds (dpy, region, nrectanglesRet, &bounds); +} + +XRectangle * +XFixesFetchRegionAndBounds (Display *dpy, + XserverRegion region, + int *nrectanglesRet, + XRectangle *bounds) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay (dpy); + xXFixesFetchRegionReq *req; + xXFixesFetchRegionReply rep; + XRectangle *rects; + int nrects; + long nbytes; + long nread; + + XFixesCheckExtension (dpy, info, NULL); + LockDisplay (dpy); + GetReq (XFixesFetchRegion, req); + req->reqType = info->codes->major_opcode; + req->xfixesReqType = X_XFixesFetchRegion; + req->region = region; + *nrectanglesRet = 0; + if (!_XReply (dpy, (xReply *) &rep, 0, xFalse)) + { + UnlockDisplay (dpy); + SyncHandle (); + return NULL; + } + bounds->x = rep.x; + bounds->y = rep.y; + bounds->width = rep.width; + bounds->height = rep.height; + nbytes = (long) rep.length << 2; + nrects = rep.length >> 1; + nread = nrects << 3; + rects = Xmalloc (nrects * sizeof (XRectangle)); + if (!rects) + { + _XEatData (dpy, nbytes); + UnlockDisplay (dpy); + SyncHandle (); + return NULL; + } + _XRead16 (dpy, (short *) rects, nrects << 3); + /* skip any padding */ + if(nbytes > nread) + { + _XEatData (dpy, (unsigned long) (nbytes - nread)); + } + UnlockDisplay (dpy); + SyncHandle(); + *nrectanglesRet = nrects; + return rects; +} + +void +XFixesSetGCClipRegion (Display *dpy, GC gc, + int clip_x_origin, int clip_y_origin, + XserverRegion region) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay (dpy); + xXFixesSetGCClipRegionReq *req; + + XFixesSimpleCheckExtension (dpy, info); + LockDisplay (dpy); + GetReq (XFixesSetGCClipRegion, req); + req->reqType = info->codes->major_opcode; + req->xfixesReqType = X_XFixesSetGCClipRegion; + req->gc = gc->gid; + req->region = region; + req->xOrigin = clip_x_origin; + req->yOrigin = clip_y_origin; + UnlockDisplay (dpy); + SyncHandle(); +} + +void +XFixesSetWindowShapeRegion (Display *dpy, Window win, int shape_kind, + int x_off, int y_off, XserverRegion region) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay (dpy); + xXFixesSetWindowShapeRegionReq *req; + + XFixesSimpleCheckExtension (dpy, info); + LockDisplay (dpy); + GetReq (XFixesSetWindowShapeRegion, req); + req->reqType = info->codes->major_opcode; + req->xfixesReqType = X_XFixesSetWindowShapeRegion; + req->dest = win; + req->destKind = shape_kind; + req->xOff = x_off; + req->yOff = y_off; + req->region = region; + UnlockDisplay (dpy); + SyncHandle(); +} + +void +XFixesSetPictureClipRegion (Display *dpy, XID picture, + int clip_x_origin, int clip_y_origin, + XserverRegion region) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay (dpy); + xXFixesSetPictureClipRegionReq *req; + + XFixesSimpleCheckExtension (dpy, info); + LockDisplay (dpy); + GetReq (XFixesSetPictureClipRegion, req); + req->reqType = info->codes->major_opcode; + req->xfixesReqType = X_XFixesSetPictureClipRegion; + req->picture = picture; + req->region = region; + req->xOrigin = clip_x_origin; + req->yOrigin = clip_y_origin; + UnlockDisplay (dpy); + SyncHandle(); +} + +void +XFixesExpandRegion (Display *dpy, XserverRegion dst, XserverRegion src, + unsigned left, unsigned right, + unsigned top, unsigned bottom) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay (dpy); + xXFixesExpandRegionReq *req; + + XFixesSimpleCheckExtension (dpy, info); + LockDisplay (dpy); + GetReq (XFixesExpandRegion, req); + req->reqType = info->codes->major_opcode; + req->xfixesReqType = X_XFixesExpandRegion; + req->source = src; + req->destination = dst; + req->left = left; + req->right = right; + req->top = top; + req->bottom = bottom; + UnlockDisplay (dpy); + SyncHandle(); +} + diff --git a/libXfixes/src/SaveSet.c b/libXfixes/src/SaveSet.c new file mode 100644 index 000000000..c57ae7321 --- /dev/null +++ b/libXfixes/src/SaveSet.c @@ -0,0 +1,47 @@ +/* + * + * Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc. + * + * Permission to use, copy, modify, distribute, and sell this software and its + * documentation for any purpose is hereby granted without fee, provided that + * the above copyright notice appear in all copies and that both that + * copyright notice and this permission notice appear in supporting + * documentation, and that the name of Keith Packard not be used in + * advertising or publicity pertaining to distribution of the software without + * specific, written prior permission. Keith Packard makes no + * representations about the suitability of this software for any purpose. It + * is provided "as is" without express or implied warranty. + * + * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO + * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR + * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, + * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +#ifdef HAVE_CONFIG_H +#include +#endif +#include "Xfixesint.h" + +void +XFixesChangeSaveSet (Display *dpy, Window win, int mode, int target, int map) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay (dpy); + xXFixesChangeSaveSetReq *req; + + XFixesSimpleCheckExtension (dpy, info); + + LockDisplay (dpy); + GetReq (XFixesChangeSaveSet, req); + req->reqType = info->codes->major_opcode; + req->xfixesReqType = X_XFixesChangeSaveSet; + req->mode = mode; + req->target = target; + req->map = map; + req->window = win; + UnlockDisplay (dpy); + SyncHandle (); +} diff --git a/libXfixes/src/Selection.c b/libXfixes/src/Selection.c new file mode 100644 index 000000000..708d58350 --- /dev/null +++ b/libXfixes/src/Selection.c @@ -0,0 +1,49 @@ +/* + * + * Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc. + * + * Permission to use, copy, modify, distribute, and sell this software and its + * documentation for any purpose is hereby granted without fee, provided that + * the above copyright notice appear in all copies and that both that + * copyright notice and this permission notice appear in supporting + * documentation, and that the name of Keith Packard not be used in + * advertising or publicity pertaining to distribution of the software without + * specific, written prior permission. Keith Packard makes no + * representations about the suitability of this software for any purpose. It + * is provided "as is" without express or implied warranty. + * + * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO + * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR + * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, + * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +#ifdef HAVE_CONFIG_H +#include +#endif +#include "Xfixesint.h" + +void +XFixesSelectSelectionInput (Display *dpy, + Window win, + Atom selection, + unsigned long eventMask) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay (dpy); + xXFixesSelectSelectionInputReq *req; + + XFixesSimpleCheckExtension (dpy, info); + + LockDisplay (dpy); + GetReq (XFixesSelectSelectionInput, req); + req->reqType = info->codes->major_opcode; + req->xfixesReqType = X_XFixesSelectSelectionInput; + req->window = win; + req->selection = selection; + req->eventMask = eventMask; + UnlockDisplay (dpy); + SyncHandle (); +} diff --git a/libXfixes/src/Xfixes.c b/libXfixes/src/Xfixes.c new file mode 100644 index 000000000..7d3af84df --- /dev/null +++ b/libXfixes/src/Xfixes.c @@ -0,0 +1,334 @@ +/* + * + * Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc. + * + * Permission to use, copy, modify, distribute, and sell this software and its + * documentation for any purpose is hereby granted without fee, provided that + * the above copyright notice appear in all copies and that both that + * copyright notice and this permission notice appear in supporting + * documentation, and that the name of Keith Packard not be used in + * advertising or publicity pertaining to distribution of the software without + * specific, written prior permission. Keith Packard makes no + * representations about the suitability of this software for any purpose. It + * is provided "as is" without express or implied warranty. + * + * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO + * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR + * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, + * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +#ifdef HAVE_CONFIG_H +#include +#endif +#include "Xfixesint.h" + +XFixesExtInfo XFixesExtensionInfo; +char XFixesExtensionName[] = XFIXES_NAME; + +static int +XFixesCloseDisplay (Display *dpy, XExtCodes *codes); + +static Bool +XFixesWireToEvent(Display *dpy, XEvent *event, xEvent *wire); + +static Status +XFixesEventToWire(Display *dpy, XEvent *event, xEvent *wire); + +/* + * XFixesExtAddDisplay - add a display to this extension. (Replaces + * XextAddDisplay) + */ +static XFixesExtDisplayInfo * +XFixesExtAddDisplay (XFixesExtInfo *extinfo, + Display *dpy, + char *ext_name) +{ + XFixesExtDisplayInfo *info; + int ev; + + info = (XFixesExtDisplayInfo *) Xmalloc (sizeof (XFixesExtDisplayInfo)); + if (!info) return NULL; + info->display = dpy; + + info->codes = XInitExtension (dpy, ext_name); + + /* + * if the server has the extension, then we can initialize the + * appropriate function vectors + */ + if (info->codes) { + xXFixesQueryVersionReply rep; + xXFixesQueryVersionReq *req; + XESetCloseDisplay (dpy, info->codes->extension, + XFixesCloseDisplay); + for (ev = info->codes->first_event; + ev < info->codes->first_event + XFixesNumberEvents; + ev++) + { + XESetWireToEvent (dpy, ev, XFixesWireToEvent); + XESetEventToWire (dpy, ev, XFixesEventToWire); + } + /* + * Get the version info + */ + LockDisplay (dpy); + GetReq (XFixesQueryVersion, req); + req->reqType = info->codes->major_opcode; + req->xfixesReqType = X_XFixesQueryVersion; + req->majorVersion = XFIXES_MAJOR; + req->minorVersion = XFIXES_MINOR; + if (!_XReply (dpy, (xReply *) &rep, 0, xTrue)) + { + UnlockDisplay (dpy); + SyncHandle (); + Xfree(info); + return NULL; + } + info->major_version = rep.majorVersion; + info->minor_version = rep.minorVersion; + UnlockDisplay (dpy); + SyncHandle (); + } else { + /* The server doesn't have this extension. + * Use a private Xlib-internal extension to hang the close_display + * hook on so that the "cache" (extinfo->cur) is properly cleaned. + * (XBUG 7955) + */ + XExtCodes *codes = XAddExtension(dpy); + if (!codes) { + XFree(info); + return NULL; + } + XESetCloseDisplay (dpy, codes->extension, XFixesCloseDisplay); + } + + /* + * now, chain it onto the list + */ + _XLockMutex(_Xglobal_lock); + info->next = extinfo->head; + extinfo->head = info; + extinfo->cur = info; + extinfo->ndisplays++; + _XUnlockMutex(_Xglobal_lock); + return info; +} + + +/* + * XFixesExtRemoveDisplay - remove the indicated display from the + * extension object. (Replaces XextRemoveDisplay.) + */ +static int +XFixesExtRemoveDisplay (XFixesExtInfo *extinfo, Display *dpy) +{ + XFixesExtDisplayInfo *info, *prev; + + /* + * locate this display and its back link so that it can be removed + */ + _XLockMutex(_Xglobal_lock); + prev = NULL; + for (info = extinfo->head; info; info = info->next) { + if (info->display == dpy) break; + prev = info; + } + if (!info) { + _XUnlockMutex(_Xglobal_lock); + return 0; /* hmm, actually an error */ + } + + /* + * remove the display from the list; handles going to zero + */ + if (prev) + prev->next = info->next; + else + extinfo->head = info->next; + + extinfo->ndisplays--; + if (info == extinfo->cur) extinfo->cur = NULL; /* flush cache */ + _XUnlockMutex(_Xglobal_lock); + + Xfree ((char *) info); + return 1; +} + +/* + * XFixesExtFindDisplay - look for a display in this extension; keeps a + * cache of the most-recently used for efficiency. (Replaces + * XextFindDisplay.) + */ +static XFixesExtDisplayInfo * +XFixesExtFindDisplay (XFixesExtInfo *extinfo, + Display *dpy) +{ + XFixesExtDisplayInfo *info; + + /* + * see if this was the most recently accessed display + */ + if ((info = extinfo->cur) && info->display == dpy) + return info; + + /* + * look for display in list + */ + _XLockMutex(_Xglobal_lock); + for (info = extinfo->head; info; info = info->next) { + if (info->display == dpy) { + extinfo->cur = info; /* cache most recently used */ + _XUnlockMutex(_Xglobal_lock); + return info; + } + } + _XUnlockMutex(_Xglobal_lock); + + return NULL; +} + +XFixesExtDisplayInfo * +XFixesFindDisplay (Display *dpy) +{ + XFixesExtDisplayInfo *info; + + info = XFixesExtFindDisplay (&XFixesExtensionInfo, dpy); + if (!info) + info = XFixesExtAddDisplay (&XFixesExtensionInfo, dpy, + XFixesExtensionName); + return info; +} + +static int +XFixesCloseDisplay (Display *dpy, XExtCodes *codes) +{ + return XFixesExtRemoveDisplay (&XFixesExtensionInfo, dpy); +} + +static Bool +XFixesWireToEvent(Display *dpy, XEvent *event, xEvent *wire) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay(dpy); + + XFixesCheckExtension(dpy, info, False); + + switch ((wire->u.u.type & 0x7F) - info->codes->first_event) + { + case XFixesSelectionNotify: { + XFixesSelectionNotifyEvent *aevent; + xXFixesSelectionNotifyEvent *awire; + awire = (xXFixesSelectionNotifyEvent *) wire; + aevent = (XFixesSelectionNotifyEvent *) event; + aevent->type = awire->type & 0x7F; + aevent->subtype = awire->subtype; + aevent->serial = _XSetLastRequestRead(dpy, + (xGenericReply *) wire); + aevent->send_event = (awire->type & 0x80) != 0; + aevent->display = dpy; + aevent->window = awire->window; + aevent->owner = awire->owner; + aevent->selection = awire->selection; + aevent->timestamp = awire->timestamp; + aevent->selection_timestamp = awire->selectionTimestamp; + return True; + } + case XFixesCursorNotify: { + XFixesCursorNotifyEvent *aevent; + xXFixesCursorNotifyEvent *awire; + awire = (xXFixesCursorNotifyEvent *) wire; + aevent = (XFixesCursorNotifyEvent *) event; + aevent->type = awire->type & 0x7F; + aevent->subtype = awire->subtype; + aevent->serial = _XSetLastRequestRead(dpy, + (xGenericReply *) wire); + aevent->send_event = (awire->type & 0x80) != 0; + aevent->display = dpy; + aevent->window = awire->window; + aevent->cursor_serial = awire->cursorSerial; + aevent->timestamp = awire->timestamp; + aevent->cursor_name = awire->name; + return True; + } + } + return False; +} + +static Status +XFixesEventToWire(Display *dpy, XEvent *event, xEvent *wire) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay(dpy); + + XFixesCheckExtension(dpy, info, False); + + switch ((event->type & 0x7F) - info->codes->first_event) + { + case XFixesSelectionNotify: { + XFixesSelectionNotifyEvent *aevent; + xXFixesSelectionNotifyEvent *awire; + awire = (xXFixesSelectionNotifyEvent *) wire; + aevent = (XFixesSelectionNotifyEvent *) event; + awire->type = aevent->type | (aevent->send_event ? 0x80 : 0); + awire->subtype = aevent->subtype; + awire->window = aevent->window; + awire->owner = aevent->owner; + awire->selection = aevent->selection; + awire->timestamp = aevent->timestamp; + awire->selectionTimestamp = aevent->selection_timestamp; + return True; + } + case XFixesCursorNotify: { + XFixesCursorNotifyEvent *aevent; + xXFixesCursorNotifyEvent *awire; + awire = (xXFixesCursorNotifyEvent *) wire; + aevent = (XFixesCursorNotifyEvent *) event; + awire->type = aevent->type | (aevent->send_event ? 0x80 : 0); + awire->subtype = aevent->subtype; + awire->window = aevent->window; + awire->timestamp = aevent->timestamp; + awire->cursorSerial = aevent->cursor_serial; + awire->name = aevent->cursor_name; + } + } + return False; +} + +Bool +XFixesQueryExtension (Display *dpy, + int *event_base_return, + int *error_base_return) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay (dpy); + + if (XFixesHasExtension(info)) + { + *event_base_return = info->codes->first_event; + *error_base_return = info->codes->first_error; + return True; + } + else + return False; +} + +Status +XFixesQueryVersion (Display *dpy, + int *major_version_return, + int *minor_version_return) +{ + XFixesExtDisplayInfo *info = XFixesFindDisplay (dpy); + + XFixesCheckExtension (dpy, info, 0); + + *major_version_return = info->major_version; + *minor_version_return = info->minor_version; + return 1; +} + +int +XFixesVersion (void) +{ + return XFIXES_VERSION; +} diff --git a/libXfixes/src/Xfixesint.h b/libXfixes/src/Xfixesint.h new file mode 100644 index 000000000..2ee17bcee --- /dev/null +++ b/libXfixes/src/Xfixesint.h @@ -0,0 +1,65 @@ +/* + * + * Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc. + * + * Permission to use, copy, modify, distribute, and sell this software and its + * documentation for any purpose is hereby granted without fee, provided that + * the above copyright notice appear in all copies and that both that + * copyright notice and this permission notice appear in supporting + * documentation, and that the name of Keith Packard not be used in + * advertising or publicity pertaining to distribution of the software without + * specific, written prior permission. Keith Packard makes no + * representations about the suitability of this software for any purpose. It + * is provided "as is" without express or implied warranty. + * + * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO + * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR + * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, + * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +#ifndef _XFIXESINT_H_ +#define _XFIXESINT_H_ + +#include +#include +#include +#include +#include "Xfixes.h" +#include + +extern char XFixesExtensionName[]; + +typedef struct _XFixesExtDisplayInfo { + struct _XFixesExtDisplayInfo *next; /* keep a linked list */ + Display *display; /* which display this is */ + XExtCodes *codes; /* the extension protocol codes */ + int major_version; /* -1 means we don't know */ + int minor_version; /* -1 means we don't know */ +} XFixesExtDisplayInfo; + +/* replaces XExtensionInfo */ +typedef struct _XFixesExtInfo { + XFixesExtDisplayInfo *head; /* start of the list */ + XFixesExtDisplayInfo *cur; /* most recently used */ + int ndisplays; /* number of displays */ +} XFixesExtInfo; + +extern XFixesExtInfo XFixesExtensionInfo; +extern char XFixesExtensionName[]; + +XFixesExtDisplayInfo * +XFixesFindDisplay (Display *dpy); + +#define XFixesHasExtension(i) ((i) && ((i)->codes)) + +#define XFixesCheckExtension(dpy,i,val) \ + if (!XFixesHasExtension(i)) { return val; } + +#define XFixesSimpleCheckExtension(dpy,i) \ + if (!XFixesHasExtension(i)) { return; } + +#endif /* _XFIXESINT_H_ */ diff --git a/libXfixes/xfixes.pc.in b/libXfixes/xfixes.pc.in new file mode 100644 index 000000000..fae0c03a9 --- /dev/null +++ b/libXfixes/xfixes.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: Xfixes +Description: X Fixes Library +Version: @PACKAGE_VERSION@ +Requires: xproto fixesproto >= @FIXESEXT_VERSION@ +Requires.private: x11 +Cflags: -I${includedir} +Libs: -L${libdir} -lXfixes diff --git a/packages.txt b/packages.txt index 25f5cdeee..2164cd089 100644 --- a/packages.txt +++ b/packages.txt @@ -54,6 +54,7 @@ libXau git version libXaw-1.0.12 libXdmcp git version libXext git version +libXfixes-5.0 libXfont-1.5.0 libXft git version libXinerama git version -- cgit v1.2.3